diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d797a7ce2..30e8f25a44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,27 +29,27 @@ jobs: include: - target: "Provenance-Lite-iOS" sdk: iphoneos - scheme: "Provenance-Lite (AppStore) (Release)" - APP_NAME: "Provenance Lite" + scheme: "Provenance-Lite" + APP_NAME: "Provenance-Lite" IPA_NAME: "Provenance-Lite-iOS" - - target: "Provenance-Lite-tvOS" - sdk: appletvos - scheme: "Provenance-Lite (AppStore) (Release)" - APP_NAME: "Provenance Lite" - IPA_NAME: "Provenance-Lite-tvOS" + # - target: "Provenance-Lite-tvOS" + # sdk: appletvos + # scheme: "Provenance-Lite (AppStore) (Release)" + # APP_NAME: "Provenance Lite" + # IPA_NAME: "Provenance-Lite-tvOS" - - target: "Provenance-iOS" - sdk: iphoneos - scheme: "Provenance (AppStore) (Release)" - APP_NAME: "Provenance" - IPA_NAME: "Provenance-iOS" + # - target: "Provenance-iOS" + # sdk: iphoneos + # scheme: "Provenance (AppStore) (Release)" + # APP_NAME: "Provenance" + # IPA_NAME: "Provenance-iOS" - - target: "Provenance-tvOS" - sdk: appletvos - scheme: "Provenance (AppStore) (Release)" - APP_NAME: "Provenance" - IPA_NAME: "Provenance-tvOS" + # - target: "Provenance-tvOS" + # sdk: appletvos + # scheme: "Provenance (AppStore) (Release)" + # APP_NAME: "Provenance" + # IPA_NAME: "Provenance-tvOS" runs-on: 'macos-latest' timeout-minutes: 300 @@ -129,8 +129,10 @@ jobs: - name: Fakesign app run: | - echo "Checking entitlements file..." + echo "Contents of Provenance directory:" ls -la "Provenance/" + echo "Contents of archive.xcarchive/Products/Applications/ directory:" + ls -la "archive.xcarchive/Products/Applications/" echo "Checking app binary..." ls -la "archive.xcarchive/Products/Applications/${{ matrix.APP_NAME }}.app/" ldid -S"Provenance/Provenance-AppStore.entitlements" "archive.xcarchive/Products/Applications/${{ matrix.APP_NAME }}.app/${{ matrix.APP_NAME }}" || echo "::warning::Fakesign failed but continuing build" diff --git a/Cores/BeetlePSX/BuildFlags.xcconfig b/Cores/BeetlePSX/BuildFlags.xcconfig index c359661ab5..8ce68274de 100644 --- a/Cores/BeetlePSX/BuildFlags.xcconfig +++ b/Cores/BeetlePSX/BuildFlags.xcconfig @@ -7,15 +7,58 @@ // // All -GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) __LIBRETRO__=1 HAVE_PBP=1 HAVE_CHD=1 _7ZIP_ST=1 WANT_THREADING=1 HAVE_THREADS=1 ENABLE_THREADED_COMPILER=1 HAVE_OPENGLES2=1 SIZEOF_DOUBLE=8 PACKAGE=mednafen MEDNAFEN_VERSION_NUMERIC=9386 PSS_STYLE=1 MPC_FIXED_POINT STDC_HEADERS __STDC_LIMIT_MACROS _LOW_ACCURACY_ _FILE_OFFSET_BITS=64 __STDC_CONSTANT_MACROS FRONTEND_SUPPORTS_RGB565=1 HAVE_CHD=1 LINK_STATIC_LIBCPLUSPLUS=1 THREADED_RECOMPILER=1 LIGHTREC_LOG_LEVEL=3 NEED_THREADING=1 HAVE_LIBRETRO=1 WANT_32BPP=1 NEED_CD=1 LIGHTREC_STATIC=1 NEED_TREMOR=1 NEED_BPP=32 NEED_DEINTERLACER=1 HAVE_HW=1 SET_HAVE_HW=1 WANT_PSX_EMU=1 HAVE_UNISTD_H=1 MEDNAFEN_VERSION=0.9.38.6 HAS_DEFAULT_ELM=0 ENABLE_DISASSEMBLER=0 HAVE_GRIFFIN=0 HAVE_OPENGLES=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) ENABLE_DISASSEMBLER=0 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) ENABLE_THREADED_COMPILER=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) FRONTEND_SUPPORTS_RGB565=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAS_DEFAULT_ELM=0 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_CHD=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_GRIFFIN=0 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_HW=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_LIBRETRO=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_VULKAN=1 +//GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_OPENGL=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_OPENGLES3=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_OPENGLES2=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_OPENGLES=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_PBP=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_THREADS=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_UNISTD_H=1 +//GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) PSX_DBGPRINT_ENABLE=1 +//GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) HAVE_LIGHTREC=0 +//GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) LIGHTREC_LOG_LEVEL=3 +//GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) LIGHTREC_STATIC=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) LINK_STATIC_LIBCPLUSPLUS=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) MEDNAFEN_VERSION=0.9.38.6 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) MEDNAFEN_VERSION_NUMERIC=9386 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) MPC_FIXED_POINT +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) NEED_BPP=32 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) NEED_CD=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) NEED_DEINTERLACER=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) NEED_THREADING=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) NEED_TREMOR=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) PACKAGE=mednafen +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) PSS_STYLE=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) SET_HAVE_HW=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) SIZEOF_DOUBLE=8 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) STDC_HEADERS +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) THREADED_RECOMPILER=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) WANT_32BPP=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) WANT_PSX_EMU=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) WANT_THREADING=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) _7ZIP_ST=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) _FILE_OFFSET_BITS=64 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) _LOW_ACCURACY_ +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) __LIBRETRO__=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) __STDC_CONSTANT_MACROS +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) __STDC_LIMIT_MACROS GL_APIENTRYP=GLAPIENTRY* // HAVE_OPENGLES=1 // HAVE_VULKAN=0 HAVE_JIT=0 WANT_16BPP=0 WANT_8BPP=1 LIGHTREC_DEBUG=0 HAVE_OPENGL=0 HAVE_SHM=1 USE_FIXED // HAVE_CDROM=1 //OTHER_CFLAGS = $(inherited) -ObjC -ffast-math -ftree-vectorize -fno-strict-aliasing -fpermissive -fomit-frame-pointer -fmodules -fcxx-modules -OTHER_CFLAGS = $(inherited) -fmodules -fcxx-modules +OTHER_CFLAGS = $(inherited) -fmodules -fcxx-modules -Wno-module-import-in-extern-c -// OTHER_LDFLAGS = $(inherited) -ObjC -Wl,-all_load -all_load + OTHER_LDFLAGS = $(inherited) -ObjC -Wl,-all_load -all_load // EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*] = $(inherited) @@ -25,7 +68,7 @@ GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) TARGET_IPHONE=1 NEON= // TODO: Why does this result in some missing symbols? // HAVE_OPENGLES_3_1=1 -OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) -mfpu=neon -D__VEC4_OPT -D__NEON_OPT +OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) -D__VEC4_OPT -D__NEON_OPT EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*] = $(inherited) // Simulator @@ -34,6 +77,7 @@ GCC_PREPROCESSOR_DEFINITIONS[sdk=iphonesimulator*] = TARGET_IPHONE_SIMULATOR=1 I // tvOS Device //GCC_PREPROCESSOR_DEFINITIONS[sdk=appletvos*] = $(inherited) TARGET_IPHONE=1 IOS=1 HAVE_OPENGLES3=1 +OTHER_CFLAGS[sdk=appletvos*] = $(inherited) -D__VEC4_OPT -D__NEON_OPT // HAVE_OPENGLES_3_1=1 // tvOS Simulator diff --git a/Cores/BeetlePSX/PVBeetlePSX.h b/Cores/BeetlePSX/PVBeetlePSX.h index 47f150bc8b..78d625df7c 100644 --- a/Cores/BeetlePSX/PVBeetlePSX.h +++ b/Cores/BeetlePSX/PVBeetlePSX.h @@ -15,5 +15,4 @@ FOUNDATION_EXPORT double PVBeetlePSXVersionNumber; FOUNDATION_EXPORT const unsigned char PVBeetlePSXVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import -#import - +#import diff --git a/Cores/BeetlePSX/PVBeetlePSX.xcodeproj/project.pbxproj b/Cores/BeetlePSX/PVBeetlePSX.xcodeproj/project.pbxproj index 6c425bdd65..28f9928d42 100644 --- a/Cores/BeetlePSX/PVBeetlePSX.xcodeproj/project.pbxproj +++ b/Cores/BeetlePSX/PVBeetlePSX.xcodeproj/project.pbxproj @@ -33,6 +33,19 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ + B3145FB12CFFD4D3009FB8B3 /* libbeetle_psx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B30178D3207C901D0051B93D /* libbeetle_psx.a */; }; + B3145FB42CFFD4E0009FB8B3 /* PVBeetlePSXCoreBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = B37022C6287253B300B3F6DA /* PVBeetlePSXCoreBridge.mm */; settings = {COMPILER_FLAGS = "-fmodules -fcxx-modules"; }; }; + B3145FB72CFFD5F6009FB8B3 /* PVCoreBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B3145FB62CFFD5F6009FB8B3 /* PVCoreBridge */; }; + B3145FBA2CFFD632009FB8B3 /* PVPlists in Frameworks */ = {isa = PBXBuildFile; productRef = B3145FB92CFFD632009FB8B3 /* PVPlists */; }; + B3145FBD2CFFD66C009FB8B3 /* PVLogging in Frameworks */ = {isa = PBXBuildFile; productRef = B3145FBC2CFFD66C009FB8B3 /* PVLogging */; }; + B3145FBF2CFFD678009FB8B3 /* PVCoreBridgeRetro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3145FBE2CFFD678009FB8B3 /* PVCoreBridgeRetro.framework */; }; + B3145FC22CFFD7E4009FB8B3 /* glsym_es2.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE6F2872978A00EAEB37 /* glsym_es2.c */; }; + B3145FC32CFFD7FF009FB8B3 /* libbeetle_psx-libretro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3344BC32859E088006E6B3A /* libbeetle_psx-libretro.a */; }; + B3145FC72CFFD83B009FB8B3 /* PVBeetlePSXCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3145FC42CFFD83B009FB8B3 /* PVBeetlePSXCore.swift */; }; + B3145FC82CFFD83B009FB8B3 /* CorePlist.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3145FC52CFFD83B009FB8B3 /* CorePlist.swift */; }; + B3145FC92CFFD83B009FB8B3 /* CorePlist-Generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3145FC62CFFD83B009FB8B3 /* CorePlist-Generated.swift */; }; + B3145FCC2CFFD9B0009FB8B3 /* PVCoreObjCBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B3145FCB2CFFD9B0009FB8B3 /* PVCoreObjCBridge */; }; + B3145FCF2CFFDA1A009FB8B3 /* PVEmulatorCore in Frameworks */ = {isa = PBXBuildFile; productRef = B3145FCE2CFFDA1A009FB8B3 /* PVEmulatorCore */; }; B3607AA428922A9900509A68 /* error.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0D72872978C00EAEB37 /* error.cpp */; }; B3607AA528922A9900509A68 /* mednafen-endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0D32872978C00EAEB37 /* mednafen-endian.cpp */; }; B3607AA628922A9900509A68 /* MemoryStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB1192872978C00EAEB37 /* MemoryStream.cpp */; }; @@ -104,19 +117,6 @@ B3607B2F28922E3300509A68 /* pgxp_main.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0802872978C00EAEB37 /* pgxp_main.c */; }; B3607B3428922ECA00509A68 /* surface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0B22872978C00EAEB37 /* surface.cpp */; }; B3607B3528922ECA00509A68 /* Deinterlacer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0B02872978C00EAEB37 /* Deinterlacer.cpp */; }; - B3607B3828922FC700509A68 /* optimizer.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0322872978C00EAEB37 /* optimizer.c */; }; - B3607B3928922FC700509A68 /* reaper.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0432872978C00EAEB37 /* reaper.c */; }; - B3607B3A28922FC700509A68 /* blockcache.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB04C2872978C00EAEB37 /* blockcache.c */; }; - B3607B3B28922FC700509A68 /* interpreter.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB04A2872978C00EAEB37 /* interpreter.c */; }; - B3607B3C28922FC700509A68 /* lightrec.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB04B2872978C00EAEB37 /* lightrec.c */; }; - B3607B3D28922FC700509A68 /* emitter.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0472872978C00EAEB37 /* emitter.c */; }; - B3607B3E28922FC700509A68 /* memmanager.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0452872978C00EAEB37 /* memmanager.c */; }; - B3607B3F28922FC700509A68 /* regcache.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0482872978C00EAEB37 /* regcache.c */; }; - B3607B4828922FFC00509A68 /* jit_memory.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAF032872978B00EAEB37 /* jit_memory.c */; }; - B3607B4928922FFC00509A68 /* lightning.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAF302872978B00EAEB37 /* lightning.c */; }; - B3607B4B28922FFC00509A68 /* jit_note.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAF1C2872978B00EAEB37 /* jit_note.c */; }; - B3607B4D28922FFC00509A68 /* jit_names.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAF2D2872978B00EAEB37 /* jit_names.c */; }; - B3607B4E28922FFC00509A68 /* jit_size.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAF072872978B00EAEB37 /* jit_size.c */; }; B3607B562892310A00509A68 /* vorbisfile.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0A92872978C00EAEB37 /* vorbisfile.c */; }; B3607B582892327600509A68 /* dma.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0E72872978C00EAEB37 /* dma.cpp */; }; B3607B5A289232B200509A68 /* sio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB1102872978C00EAEB37 /* sio.cpp */; }; @@ -132,7 +132,6 @@ B3607B6E2892348400509A68 /* floor1.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0A22872978C00EAEB37 /* floor1.c */; }; B3607B702892349600509A68 /* synthesis.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0A32872978C00EAEB37 /* synthesis.c */; }; B3607B72289234A900509A68 /* mdct.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0952872978C00EAEB37 /* mdct.c */; }; - B3607B74289234C100509A68 /* recompiler.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0412872978C00EAEB37 /* recompiler.c */; }; B3607B76289234DA00509A68 /* sharedbook.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0A12872978C00EAEB37 /* sharedbook.c */; }; B3607B78289234EC00509A68 /* floor0.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0992872978C00EAEB37 /* floor0.c */; }; B3681B7C287412DC00C0136F /* beetle_psx_globals.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0722872978C00EAEB37 /* beetle_psx_globals.c */; }; @@ -145,9 +144,43 @@ B3681B932874167800C0136F /* pgxp_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0752872978C00EAEB37 /* pgxp_mem.c */; }; B3681B952874167A00C0136F /* pgxp_cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0782872978C00EAEB37 /* pgxp_cpu.c */; }; B3681B972874168A00C0136F /* pgxp_gpu.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0792872978C00EAEB37 /* pgxp_gpu.c */; }; - B37022C92872554300B3F6DA /* PVBeetlePSXCore.h in Headers */ = {isa = PBXBuildFile; fileRef = B37022C5287253B300B3F6DA /* PVBeetlePSXCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B37022C92872554300B3F6DA /* PVBeetlePSXCoreBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = B37022C5287253B300B3F6DA /* PVBeetlePSXCoreBridge.h */; settings = {ATTRIBUTES = (Public, ); }; }; B37022CD2872558F00B3F6DA /* PVBeetlePSX.h in Headers */ = {isa = PBXBuildFile; fileRef = B37022C0287253B300B3F6DA /* PVBeetlePSX.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3AB13D82949B9CE005DCCDE /* glsym_es3.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE6C2872978A00EAEB37 /* glsym_es3.c */; }; + B3775C072D235F2200C6FC18 /* rsx_lib_vulkan.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0632872978C00EAEB37 /* rsx_lib_vulkan.cpp */; }; + B3775C0A2D23608200C6FC18 /* MoltenVK in Frameworks */ = {isa = PBXBuildFile; productRef = B3775C092D23608200C6FC18 /* MoltenVK */; }; + B3775C0B2D2360D700C6FC18 /* renderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAD772872978900EAEB37 /* renderer.cpp */; }; + B3775C0C2D23614D00C6FC18 /* atlas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE472872978A00EAEB37 /* atlas.cpp */; }; + B3775C0D2D23616D00C6FC18 /* texture_tracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBADA22872978A00EAEB37 /* texture_tracker.cpp */; }; + B3775C0E2D23619100C6FC18 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAD8D2872978900EAEB37 /* timer.cpp */; }; + B3775C0F2D2361AC00C6FC18 /* image_io.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBADA82872978A00EAEB37 /* image_io.cpp */; }; + B3775C102D2361C000C6FC18 /* config_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBADA42872978A00EAEB37 /* config_parser.cpp */; }; + B3775C112D2361F500C6FC18 /* device.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE0D2872978A00EAEB37 /* device.cpp */; }; + B3775C122D2361F500C6FC18 /* semaphore_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE102872978A00EAEB37 /* semaphore_manager.cpp */; }; + B3775C142D2361F500C6FC18 /* buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE132872978A00EAEB37 /* buffer.cpp */; }; + B3775C152D2361F500C6FC18 /* vulkan.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE272872978A00EAEB37 /* vulkan.cpp */; }; + B3775C162D2361F500C6FC18 /* memory_allocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE012872978A00EAEB37 /* memory_allocator.cpp */; }; + B3775C172D2361F500C6FC18 /* fence_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE112872978A00EAEB37 /* fence_manager.cpp */; }; + B3775C182D2361F500C6FC18 /* event_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBADFC2872978A00EAEB37 /* event_manager.cpp */; }; + B3775C192D2361F500C6FC18 /* texture_format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE2B2872978A00EAEB37 /* texture_format.cpp */; }; + B3775C1A2D2361F500C6FC18 /* cookie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE172872978A00EAEB37 /* cookie.cpp */; }; + B3775C1B2D2361F500C6FC18 /* pipeline_event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE0B2872978A00EAEB37 /* pipeline_event.cpp */; }; + B3775C1C2D2361F500C6FC18 /* sampler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE0E2872978A00EAEB37 /* sampler.cpp */; }; + B3775C1E2D2361F500C6FC18 /* render_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBADF62872978A00EAEB37 /* render_pass.cpp */; }; + B3775C1F2D2361F500C6FC18 /* descriptor_set.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE0C2872978A00EAEB37 /* descriptor_set.cpp */; }; + B3775C202D2361F500C6FC18 /* command_pool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE042872978A00EAEB37 /* command_pool.cpp */; }; + B3775C212D2361F500C6FC18 /* fence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE252872978A00EAEB37 /* fence.cpp */; }; + B3775C222D2361F500C6FC18 /* semaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE262872978A00EAEB37 /* semaphore.cpp */; }; + B3775C232D2361F500C6FC18 /* buffer_pool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBADF72872978A00EAEB37 /* buffer_pool.cpp */; }; + B3775C242D2361F500C6FC18 /* query_pool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE242872978A00EAEB37 /* query_pool.cpp */; }; + B3775C252D2361F500C6FC18 /* image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBADFD2872978A00EAEB37 /* image.cpp */; }; + B3775C262D2361F500C6FC18 /* command_buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE0F2872978A00EAEB37 /* command_buffer.cpp */; }; + B3775C272D2361F500C6FC18 /* shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE122872978A00EAEB37 /* shader.cpp */; }; + B3775C282D23626300C6FC18 /* volk.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAD9F2872978A00EAEB37 /* volk.c */; }; + B3775C292D23627B00C6FC18 /* spirv_cross.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAD7E2872978900EAEB37 /* spirv_cross.cpp */; }; + B3775C2A2D23629A00C6FC18 /* spirv_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAD7C2872978900EAEB37 /* spirv_cfg.cpp */; }; + B3775C2B2D2362A800C6FC18 /* spirv_cross_parsed_ir.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAD802872978900EAEB37 /* spirv_cross_parsed_ir.cpp */; }; + B3775C2C2D2362A800C6FC18 /* spirv_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAD832872978900EAEB37 /* spirv_parser.cpp */; }; + B3775C2E2D23645600C6FC18 /* CoreOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3775C2D2D23645600C6FC18 /* CoreOptions.swift */; }; B3AB13DB2949BA15005DCCDE /* glsm.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAEC52872978B00EAEB37 /* glsm.c */; }; B3AB13DC2949BB4D005DCCDE /* rsx_lib_gl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3EBB0652872978C00EAEB37 /* rsx_lib_gl.cpp */; }; B3AB13DD2949BBA0005DCCDE /* rglgen.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAE702872978A00EAEB37 /* rglgen.c */; }; @@ -177,12 +210,12 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 93124975298CEBD1002DE0C2 /* PBXContainerItemProxy */ = { + B3145FB22CFFD4D3009FB8B3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = B3C7620720783162009950E4 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9312496F298CEBB7002DE0C2; - remoteInfo = BuildPSXTV; + remoteGlobalIDString = B30178D2207C901D0051B93D; + remoteInfo = beetle_psx; }; /* End PBXContainerItemProxy section */ @@ -210,6 +243,10 @@ /* Begin PBXFileReference section */ B30178D3207C901D0051B93D /* libbeetle_psx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libbeetle_psx.a; sourceTree = BUILT_PRODUCTS_DIR; }; B3135BAA26E4CDC50047F338 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; + B3145FBE2CFFD678009FB8B3 /* PVCoreBridgeRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVCoreBridgeRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3145FC42CFFD83B009FB8B3 /* PVBeetlePSXCore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PVBeetlePSXCore.swift; sourceTree = ""; }; + B3145FC52CFFD83B009FB8B3 /* CorePlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CorePlist.swift; sourceTree = ""; }; + B3145FC62CFFD83B009FB8B3 /* CorePlist-Generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CorePlist-Generated.swift"; sourceTree = ""; }; B324C31B2191964F009F4EDC /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; B3344BC32859E088006E6B3A /* libbeetle_psx-libretro.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libbeetle_psx-libretro.a"; sourceTree = BUILT_PRODUCTS_DIR; }; B339468820783F41008DBAB4 /* libpthread.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libpthread.tbd; path = usr/lib/libpthread.tbd; sourceTree = SDKROOT; }; @@ -225,8 +262,9 @@ B37022C0287253B300B3F6DA /* PVBeetlePSX.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVBeetlePSX.h; sourceTree = ""; }; B37022C1287253B300B3F6DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; B37022C3287253B300B3F6DA /* PVBeetlePSX.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVBeetlePSX.h; sourceTree = ""; }; - B37022C5287253B300B3F6DA /* PVBeetlePSXCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVBeetlePSXCore.h; sourceTree = ""; }; - B37022C6287253B300B3F6DA /* PVBeetlePSXCore.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PVBeetlePSXCore.mm; sourceTree = ""; }; + B37022C5287253B300B3F6DA /* PVBeetlePSXCoreBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVBeetlePSXCoreBridge.h; sourceTree = ""; }; + B37022C6287253B300B3F6DA /* PVBeetlePSXCoreBridge.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PVBeetlePSXCoreBridge.mm; sourceTree = ""; }; + B3775C2D2D23645600C6FC18 /* CoreOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreOptions.swift; sourceTree = ""; }; B39769132859E3A300558958 /* PVLibrary.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVLibrary.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B39769172859E3AD00558958 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/CoreFoundation.framework; sourceTree = DEVELOPER_DIR; }; B39769182859E3AD00558958 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; @@ -1139,6 +1177,15 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + B3145FC32CFFD7FF009FB8B3 /* libbeetle_psx-libretro.a in Frameworks */, + B3145FB72CFFD5F6009FB8B3 /* PVCoreBridge in Frameworks */, + B3145FB12CFFD4D3009FB8B3 /* libbeetle_psx.a in Frameworks */, + B3145FBF2CFFD678009FB8B3 /* PVCoreBridgeRetro.framework in Frameworks */, + B3775C0A2D23608200C6FC18 /* MoltenVK in Frameworks */, + B3145FBD2CFFD66C009FB8B3 /* PVLogging in Frameworks */, + B3145FCC2CFFD9B0009FB8B3 /* PVCoreObjCBridge in Frameworks */, + B3145FCF2CFFDA1A009FB8B3 /* PVEmulatorCore in Frameworks */, + B3145FBA2CFFD632009FB8B3 /* PVPlists in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1158,8 +1205,12 @@ B37022C4287253B300B3F6DA /* PVBeetlePSXCore */ = { isa = PBXGroup; children = ( - B37022C5287253B300B3F6DA /* PVBeetlePSXCore.h */, - B37022C6287253B300B3F6DA /* PVBeetlePSXCore.mm */, + B3775C2D2D23645600C6FC18 /* CoreOptions.swift */, + B3145FC42CFFD83B009FB8B3 /* PVBeetlePSXCore.swift */, + B3145FC52CFFD83B009FB8B3 /* CorePlist.swift */, + B3145FC62CFFD83B009FB8B3 /* CorePlist-Generated.swift */, + B37022C5287253B300B3F6DA /* PVBeetlePSXCoreBridge.h */, + B37022C6287253B300B3F6DA /* PVBeetlePSXCoreBridge.mm */, ); path = PVBeetlePSXCore; sourceTree = ""; @@ -1191,6 +1242,7 @@ B3C7621B20783242009950E4 /* Frameworks */ = { isa = PBXGroup; children = ( + B3145FBE2CFFD678009FB8B3 /* PVCoreBridgeRetro.framework */, B3AB13D42949B57E005DCCDE /* OpenGL.framework */, B3CE8037287405DC00B6BB5A /* liblzma.tbd */, B3CE8038287405DC00B6BB5A /* libz.tbd */, @@ -1322,17 +1374,17 @@ B3EBAD792872978900EAEB37 /* SPIRV-Cross */ = { isa = PBXGroup; children = ( - B3EBAD7A2872978900EAEB37 /* spirv_parser.hpp */, - B3EBAD7B2872978900EAEB37 /* spirv.hpp */, B3EBAD7C2872978900EAEB37 /* spirv_cfg.cpp */, - B3EBAD7D2872978900EAEB37 /* spirv_cross_parsed_ir.hpp */, - B3EBAD7E2872978900EAEB37 /* spirv_cross.cpp */, - B3EBAD7F2872978900EAEB37 /* spirv_cfg.hpp */, B3EBAD802872978900EAEB37 /* spirv_cross_parsed_ir.cpp */, - B3EBAD812872978900EAEB37 /* spirv_cross.hpp */, - B3EBAD822872978900EAEB37 /* GLSL.std.450.h */, + B3EBAD7E2872978900EAEB37 /* spirv_cross.cpp */, B3EBAD832872978900EAEB37 /* spirv_parser.cpp */, + B3EBAD822872978900EAEB37 /* GLSL.std.450.h */, + B3EBAD7F2872978900EAEB37 /* spirv_cfg.hpp */, B3EBAD842872978900EAEB37 /* spirv_common.hpp */, + B3EBAD7D2872978900EAEB37 /* spirv_cross_parsed_ir.hpp */, + B3EBAD812872978900EAEB37 /* spirv_cross.hpp */, + B3EBAD7A2872978900EAEB37 /* spirv_parser.hpp */, + B3EBAD7B2872978900EAEB37 /* spirv.hpp */, ); path = "SPIRV-Cross"; sourceTree = ""; @@ -1486,58 +1538,58 @@ B3EBADF52872978A00EAEB37 /* vulkan */ = { isa = PBXGroup; children = ( - B3EBADF62872978A00EAEB37 /* render_pass.cpp */, B3EBADF72872978A00EAEB37 /* buffer_pool.cpp */, - B3EBADF82872978A00EAEB37 /* query_pool.hpp */, - B3EBADF92872978A00EAEB37 /* fence.hpp */, - B3EBADFA2872978A00EAEB37 /* semaphore.hpp */, - B3EBADFB2872978A00EAEB37 /* vulkan.hpp */, + B3EBAE132872978A00EAEB37 /* buffer.cpp */, + B3EBAE0F2872978A00EAEB37 /* command_buffer.cpp */, + B3EBAE042872978A00EAEB37 /* command_pool.cpp */, + B3EBAE172872978A00EAEB37 /* cookie.cpp */, + B3EBAE0C2872978A00EAEB37 /* descriptor_set.cpp */, + B3EBAE0D2872978A00EAEB37 /* device.cpp */, B3EBADFC2872978A00EAEB37 /* event_manager.cpp */, + B3EBAE112872978A00EAEB37 /* fence_manager.cpp */, + B3EBAE252872978A00EAEB37 /* fence.cpp */, B3EBADFD2872978A00EAEB37 /* image.cpp */, - B3EBADFE2872978A00EAEB37 /* texture_format.hpp */, - B3EBADFF2872978A00EAEB37 /* wsi_timing.cpp */, - B3EBAE002872978A00EAEB37 /* quirks.hpp */, B3EBAE012872978A00EAEB37 /* memory_allocator.cpp */, - B3EBAE022872978A00EAEB37 /* vulkan_common.hpp */, - B3EBAE032872978A00EAEB37 /* wsi.cpp */, - B3EBAE042872978A00EAEB37 /* command_pool.cpp */, - B3EBAE052872978A00EAEB37 /* cookie.hpp */, - B3EBAE062872978A00EAEB37 /* managers */, B3EBAE0B2872978A00EAEB37 /* pipeline_event.cpp */, - B3EBAE0C2872978A00EAEB37 /* descriptor_set.cpp */, - B3EBAE0D2872978A00EAEB37 /* device.cpp */, + B3EBAE242872978A00EAEB37 /* query_pool.cpp */, + B3EBADF62872978A00EAEB37 /* render_pass.cpp */, B3EBAE0E2872978A00EAEB37 /* sampler.cpp */, - B3EBAE0F2872978A00EAEB37 /* command_buffer.cpp */, B3EBAE102872978A00EAEB37 /* semaphore_manager.cpp */, - B3EBAE112872978A00EAEB37 /* fence_manager.cpp */, + B3EBAE262872978A00EAEB37 /* semaphore.cpp */, B3EBAE122872978A00EAEB37 /* shader.cpp */, - B3EBAE132872978A00EAEB37 /* buffer.cpp */, - B3EBAE142872978A00EAEB37 /* limits.hpp */, + B3EBAE2B2872978A00EAEB37 /* texture_format.cpp */, + B3EBAE272872978A00EAEB37 /* vulkan.cpp */, + B3EBADFF2872978A00EAEB37 /* wsi_timing.cpp */, + B3EBAE032872978A00EAEB37 /* wsi.cpp */, + B3EBAE232872978A00EAEB37 /* buffer_pool.hpp */, + B3EBAE1F2872978A00EAEB37 /* buffer.hpp */, + B3EBAE1C2872978A00EAEB37 /* command_buffer.hpp */, B3EBAE152872978A00EAEB37 /* command_pool.hpp */, - B3EBAE162872978A00EAEB37 /* wsi.hpp */, - B3EBAE172872978A00EAEB37 /* cookie.cpp */, - B3EBAE182872978A00EAEB37 /* pipeline_event.hpp */, + B3EBAE052872978A00EAEB37 /* cookie.hpp */, B3EBAE192872978A00EAEB37 /* descriptor_set.hpp */, B3EBAE1A2872978A00EAEB37 /* device.hpp */, - B3EBAE1B2872978A00EAEB37 /* semaphore_manager.hpp */, - B3EBAE1C2872978A00EAEB37 /* command_buffer.hpp */, - B3EBAE1D2872978A00EAEB37 /* sampler.hpp */, + B3EBAE282872978A00EAEB37 /* event_manager.hpp */, B3EBAE1E2872978A00EAEB37 /* fence_manager.hpp */, - B3EBAE1F2872978A00EAEB37 /* buffer.hpp */, - B3EBAE202872978A00EAEB37 /* shader.hpp */, + B3EBADF92872978A00EAEB37 /* fence.hpp */, + B3EBAE2A2872978A00EAEB37 /* format.hpp */, + B3EBAE292872978A00EAEB37 /* image.hpp */, + B3EBAE142872978A00EAEB37 /* limits.hpp */, + B3EBAE2D2872978A00EAEB37 /* memory_allocator.hpp */, + B3EBAE182872978A00EAEB37 /* pipeline_event.hpp */, + B3EBADF82872978A00EAEB37 /* query_pool.hpp */, + B3EBAE002872978A00EAEB37 /* quirks.hpp */, B3EBAE212872978A00EAEB37 /* render_pass.hpp */, + B3EBAE1D2872978A00EAEB37 /* sampler.hpp */, + B3EBAE1B2872978A00EAEB37 /* semaphore_manager.hpp */, + B3EBADFA2872978A00EAEB37 /* semaphore.hpp */, + B3EBAE202872978A00EAEB37 /* shader.hpp */, + B3EBADFE2872978A00EAEB37 /* texture_format.hpp */, B3EBAE222872978A00EAEB37 /* type_to_string.hpp */, - B3EBAE232872978A00EAEB37 /* buffer_pool.hpp */, - B3EBAE242872978A00EAEB37 /* query_pool.cpp */, - B3EBAE252872978A00EAEB37 /* fence.cpp */, - B3EBAE262872978A00EAEB37 /* semaphore.cpp */, - B3EBAE272872978A00EAEB37 /* vulkan.cpp */, - B3EBAE282872978A00EAEB37 /* event_manager.hpp */, - B3EBAE292872978A00EAEB37 /* image.hpp */, - B3EBAE2A2872978A00EAEB37 /* format.hpp */, - B3EBAE2B2872978A00EAEB37 /* texture_format.cpp */, + B3EBAE022872978A00EAEB37 /* vulkan_common.hpp */, + B3EBADFB2872978A00EAEB37 /* vulkan.hpp */, B3EBAE2C2872978A00EAEB37 /* wsi_timing.hpp */, - B3EBAE2D2872978A00EAEB37 /* memory_allocator.hpp */, + B3EBAE162872978A00EAEB37 /* wsi.hpp */, + B3EBAE062872978A00EAEB37 /* managers */, ); path = vulkan; sourceTree = ""; @@ -2819,7 +2871,7 @@ buildActionMask = 2147483647; files = ( B37022CD2872558F00B3F6DA /* PVBeetlePSX.h in Headers */, - B37022C92872554300B3F6DA /* PVBeetlePSXCore.h in Headers */, + B37022C92872554300B3F6DA /* PVBeetlePSXCoreBridge.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2872,7 +2924,7 @@ buildRules = ( ); dependencies = ( - 93124976298CEBD1002DE0C2 /* PBXTargetDependency */, + B3145FB32CFFD4D3009FB8B3 /* PBXTargetDependency */, ); name = PVBeetlePSX; productName = PVReicast; @@ -2899,6 +2951,7 @@ }; B3C7620F20783162009950E4 = { CreatedOnToolsVersion = 9.3; + LastSwiftMigration = 1610; }; }; }; @@ -2923,6 +2976,14 @@ ); mainGroup = B3C7620620783162009950E4; minimizedProjectReferenceProxies = 1; + packageReferences = ( + B3145FB52CFFD5F6009FB8B3 /* XCLocalSwiftPackageReference "../../PVCoreBridge" */, + B3145FB82CFFD632009FB8B3 /* XCLocalSwiftPackageReference "../../PVPlists" */, + B3145FBB2CFFD66C009FB8B3 /* XCLocalSwiftPackageReference "../../PVLogging" */, + B3145FCA2CFFD9B0009FB8B3 /* XCLocalSwiftPackageReference "../../PVCoreObjCBridge" */, + B3145FCD2CFFDA1A009FB8B3 /* XCLocalSwiftPackageReference "../../PVEmulatorCore" */, + B3775C082D23608200C6FC18 /* XCLocalSwiftPackageReference "../../MoltenVK" */, + ); productRefGroup = B3C7621120783162009950E4 /* Products */; projectDirPath = ""; projectRoot = ""; @@ -3015,7 +3076,6 @@ B3607B0528922C9C00509A68 /* guncon.cpp in Sources */, B3607B2528922E1800509A68 /* kirk_engine.c in Sources */, B3681B912874165100C0136F /* cpu.cpp in Sources */, - B3607B3828922FC700509A68 /* optimizer.c in Sources */, B3CE80222874050000B6BB5A /* zutil.c in Sources */, B3607AFE28922C8500509A68 /* frontio.cpp in Sources */, B3607AFF28922C8500509A68 /* mdec.cpp in Sources */, @@ -3023,8 +3083,6 @@ B3607AAA28922A9900509A68 /* Stream.cpp in Sources */, B3607B5C289233B400509A68 /* block.c in Sources */, B3CE8019287404EE00B6BB5A /* libchdr_chd.c in Sources */, - B3607B4928922FFC00509A68 /* lightning.c in Sources */, - B3607B3C28922FC700509A68 /* lightrec.c in Sources */, B3607B0B28922C9C00509A68 /* dualanalog.cpp in Sources */, B3607B72289234A900509A68 /* mdct.c in Sources */, B3607B2228922E1800509A68 /* ec.c in Sources */, @@ -3035,7 +3093,6 @@ B3607B5A289232B200509A68 /* sio.cpp in Sources */, B3607B0028922C8500509A68 /* timer.cpp in Sources */, B3681B89287415D200C0136F /* spu.cpp in Sources */, - B3607B3F28922FC700509A68 /* regcache.c in Sources */, B3681B952874167A00C0136F /* pgxp_cpu.c in Sources */, B3607B0228922C8500509A68 /* irq.cpp in Sources */, B3607B76289234DA00509A68 /* sharedbook.c in Sources */, @@ -3044,12 +3101,10 @@ B3607AD928922BCE00509A68 /* cdromif.cpp in Sources */, B3607AA828922A9900509A68 /* general.cpp in Sources */, B3607B1E28922E0E00509A68 /* aes.c in Sources */, - B3607B4828922FFC00509A68 /* jit_memory.c in Sources */, B3681B932874167800C0136F /* pgxp_mem.c in Sources */, B3607B0C28922C9C00509A68 /* negcon.cpp in Sources */, B3607B562892310A00509A68 /* vorbisfile.c in Sources */, B3607B0428922C9C00509A68 /* justifier.cpp in Sources */, - B3607B4D28922FFC00509A68 /* jit_names.c in Sources */, B3607AD628922BCE00509A68 /* CDAccess_Image.cpp in Sources */, B3681B7E2874130B00C0136F /* gpu.cpp in Sources */, B3CE8009287404B200B6BB5A /* LzFind.c in Sources */, @@ -3067,17 +3122,12 @@ B3607ADE28922BCE00509A68 /* CDAccess_CCD.cpp in Sources */, B3607B2328922E1800509A68 /* sha1.c in Sources */, B3607B6E2892348400509A68 /* floor1.c in Sources */, - B3607B3928922FC700509A68 /* reaper.c in Sources */, B3607B2D28922E3300509A68 /* pgxp_value.c in Sources */, B3607AE028922BCE00509A68 /* misc.cpp in Sources */, B3607B2128922E1800509A68 /* bn.c in Sources */, B3607B0728922C9C00509A68 /* mouse.cpp in Sources */, B3CE800B287404B200B6BB5A /* LzmaEnc.c in Sources */, B3CE800A287404B200B6BB5A /* Lzma86Dec.c in Sources */, - B3607B4E28922FFC00509A68 /* jit_size.c in Sources */, - B3607B3E28922FC700509A68 /* memmanager.c in Sources */, - B3607B74289234C100509A68 /* recompiler.c in Sources */, - B3607B4B28922FFC00509A68 /* jit_note.c in Sources */, B3607B0128922C8500509A68 /* gpu_polygon_sub.cpp in Sources */, B3607ADC28922BCE00509A68 /* galois.c in Sources */, B3607B3428922ECA00509A68 /* surface.cpp in Sources */, @@ -3089,7 +3139,6 @@ B3607ADF28922BCE00509A68 /* audioreader.cpp in Sources */, B3607B0828922C9C00509A68 /* gamepad.cpp in Sources */, B3607AD728922BCE00509A68 /* CDAccess.cpp in Sources */, - B3607B3B28922FC700509A68 /* interpreter.c in Sources */, B3607AD828922BCE00509A68 /* CDAccess_PBP.cpp in Sources */, B3607AA628922A9900509A68 /* MemoryStream.cpp in Sources */, B3607B0A28922C9C00509A68 /* dualshock.cpp in Sources */, @@ -3105,11 +3154,9 @@ B3607B2028922E1800509A68 /* des.c in Sources */, B3607B0928922C9C00509A68 /* memcard.cpp in Sources */, B3CE8007287404B200B6BB5A /* BraIA64.c in Sources */, - B3607B3A28922FC700509A68 /* blockcache.c in Sources */, B3607ADD28922BCE00509A68 /* lec.c in Sources */, B3CE8004287404B200B6BB5A /* CpuArch.c in Sources */, B3607AB228922AA800509A68 /* settings.c in Sources */, - B3607B3D28922FC700509A68 /* emitter.c in Sources */, B3CE80202874050000B6BB5A /* inflate.c in Sources */, B3607AA428922A9900509A68 /* error.cpp in Sources */, B3CE8003287404B200B6BB5A /* LzmaDec.c in Sources */, @@ -3128,18 +3175,26 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + B3775C0D2D23616D00C6FC18 /* texture_tracker.cpp in Sources */, + B3775C0F2D2361AC00C6FC18 /* image_io.cpp in Sources */, B3607AB428922AC500509A68 /* file_stream_transforms.c in Sources */, B3607AC928922B0B00509A68 /* rtime.c in Sources */, B3607AD328922B0B00509A68 /* string_list.c in Sources */, + B3775C2B2D2362A800C6FC18 /* spirv_cross_parsed_ir.cpp in Sources */, + B3775C2C2D2362A800C6FC18 /* spirv_parser.cpp in Sources */, + B3775C2A2D23629A00C6FC18 /* spirv_cfg.cpp in Sources */, B3607AD028922B0B00509A68 /* dir_list.c in Sources */, B3607AB528922AC500509A68 /* file_stream.c in Sources */, B3607AC728922B0B00509A68 /* compat_posix_string.c in Sources */, B3607AD128922B0B00509A68 /* memalign.c in Sources */, + B3775C0C2D23614D00C6FC18 /* atlas.cpp in Sources */, B3607AF528922C0300509A68 /* ugui_tools.c in Sources */, + B3775C282D23626300C6FC18 /* volk.c in Sources */, B3AB13DD2949BBA0005DCCDE /* rglgen.c in Sources */, B3607ACF28922B0B00509A68 /* file_path.c in Sources */, B3607AC628922B0B00509A68 /* stdstring.c in Sources */, B3AB13DC2949BB4D005DCCDE /* rsx_lib_gl.cpp in Sources */, + B3775C0E2D23619100C6FC18 /* timer.cpp in Sources */, B3607ACD28922B0B00509A68 /* compat_strcasestr.c in Sources */, B3607AD428922B3900509A68 /* rthreads.c in Sources */, B3607B1A28922D3600509A68 /* input.cpp in Sources */, @@ -3150,10 +3205,35 @@ B3AB13DB2949BA15005DCCDE /* glsm.c in Sources */, B3681B7C287412DC00C0136F /* beetle_psx_globals.c in Sources */, B3607B582892327600509A68 /* dma.cpp in Sources */, + B3775C0B2D2360D700C6FC18 /* renderer.cpp in Sources */, B3607ACB28922B0B00509A68 /* compat_strl.c in Sources */, - B3AB13D82949B9CE005DCCDE /* glsym_es3.c in Sources */, + B3775C112D2361F500C6FC18 /* device.cpp in Sources */, + B3775C122D2361F500C6FC18 /* semaphore_manager.cpp in Sources */, + B3775C142D2361F500C6FC18 /* buffer.cpp in Sources */, + B3775C152D2361F500C6FC18 /* vulkan.cpp in Sources */, + B3775C162D2361F500C6FC18 /* memory_allocator.cpp in Sources */, + B3775C172D2361F500C6FC18 /* fence_manager.cpp in Sources */, + B3775C182D2361F500C6FC18 /* event_manager.cpp in Sources */, + B3775C192D2361F500C6FC18 /* texture_format.cpp in Sources */, + B3775C1A2D2361F500C6FC18 /* cookie.cpp in Sources */, + B3775C1B2D2361F500C6FC18 /* pipeline_event.cpp in Sources */, + B3775C1C2D2361F500C6FC18 /* sampler.cpp in Sources */, + B3775C1E2D2361F500C6FC18 /* render_pass.cpp in Sources */, + B3775C1F2D2361F500C6FC18 /* descriptor_set.cpp in Sources */, + B3775C292D23627B00C6FC18 /* spirv_cross.cpp in Sources */, + B3775C202D2361F500C6FC18 /* command_pool.cpp in Sources */, + B3775C212D2361F500C6FC18 /* fence.cpp in Sources */, + B3775C222D2361F500C6FC18 /* semaphore.cpp in Sources */, + B3775C232D2361F500C6FC18 /* buffer_pool.cpp in Sources */, + B3775C242D2361F500C6FC18 /* query_pool.cpp in Sources */, + B3775C252D2361F500C6FC18 /* image.cpp in Sources */, + B3775C262D2361F500C6FC18 /* command_buffer.cpp in Sources */, + B3775C272D2361F500C6FC18 /* shader.cpp in Sources */, B3607ACC28922B0B00509A68 /* fopen_utf8.c in Sources */, + B3775C072D235F2200C6FC18 /* rsx_lib_vulkan.cpp in Sources */, B3607AF228922BEF00509A68 /* libretro_cbs.c in Sources */, + B3775C102D2361C000C6FC18 /* config_parser.cpp in Sources */, + B3145FC22CFFD7E4009FB8B3 /* glsym_es2.c in Sources */, B3607ACA28922B0B00509A68 /* retro_dirent.c in Sources */, B3607ACE28922B0B00509A68 /* encoding_utf.c in Sources */, ); @@ -3163,23 +3243,21 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + B3145FB42CFFD4E0009FB8B3 /* PVBeetlePSXCoreBridge.mm in Sources */, + B3775C2E2D23645600C6FC18 /* CoreOptions.swift in Sources */, + B3145FC72CFFD83B009FB8B3 /* PVBeetlePSXCore.swift in Sources */, + B3145FC82CFFD83B009FB8B3 /* CorePlist.swift in Sources */, + B3145FC92CFFD83B009FB8B3 /* CorePlist-Generated.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 93124976298CEBD1002DE0C2 /* PBXTargetDependency */ = { + B3145FB32CFFD4D3009FB8B3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - platformFilters = ( - ios, - maccatalyst, - tvos, - watchos, - xros, - ); - target = 9312496F298CEBB7002DE0C2 /* BuildPSXTV */; - targetProxy = 93124975298CEBD1002DE0C2 /* PBXContainerItemProxy */; + target = B30178D2207C901D0051B93D /* beetle_psx */; + targetProxy = B3145FB22CFFD4D3009FB8B3 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -3300,7 +3378,10 @@ RELEASE, "$(inherited)", ); - GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __LIBRETRO__; + GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = ( + __LIBRETRO__, + "$(inherited)", + ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; @@ -3324,13 +3405,14 @@ "\"$(SRCROOT)/beetle-psx-libretro\"", "\"$(SRCROOT)/beetle-psx-libretro/deps/lightning/include/lightning\"", "\"$(SRCROOT)/beetle-psx-libretro/lightning-lightrec-include\"", + "\"$(SRCROOT)/beetle-psx-libretro/parallel-psx/khronos/include\"", + "\"$(SRCROOT)/beetle-psx-libretro/parallel-psx/volk\"", + "\"$(SRCROOT)/beetle-psx-libretro/parallel-psx/glsl/prebuilt\"", + "\"$(SRCROOT)/beetle-psx-libretro/parallel-psx/SPIRV-Cross\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_MAP_FILE_PATH = ""; MTL_ENABLE_DEBUG_INFO = NO; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = ""; SDKROOT = auto; SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; @@ -3348,6 +3430,7 @@ isa = XCBuildConfiguration; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; @@ -3359,7 +3442,7 @@ GCC_WARN_INHIBIT_ALL_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/PVBeetlePSX/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -3373,8 +3456,9 @@ SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; + SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - TVOS_DEPLOYMENT_TARGET = 16.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Release; }; @@ -3427,7 +3511,10 @@ RELEASE, "$(inherited)", ); - GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __LIBRETRO__; + GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = ( + __LIBRETRO__, + "$(inherited)", + ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; @@ -3451,13 +3538,14 @@ "\"$(SRCROOT)/beetle-psx-libretro\"", "\"$(SRCROOT)/beetle-psx-libretro/deps/lightning/include/lightning\"", "\"$(SRCROOT)/beetle-psx-libretro/lightning-lightrec-include\"", + "\"$(SRCROOT)/beetle-psx-libretro/parallel-psx/khronos/include\"", + "\"$(SRCROOT)/beetle-psx-libretro/parallel-psx/volk\"", + "\"$(SRCROOT)/beetle-psx-libretro/parallel-psx/glsl/prebuilt\"", + "\"$(SRCROOT)/beetle-psx-libretro/parallel-psx/SPIRV-Cross\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_MAP_FILE_PATH = ""; MTL_ENABLE_DEBUG_INFO = NO; ONLY_ACTIVE_ARCH = YES; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = ""; SDKROOT = auto; SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; @@ -3475,6 +3563,7 @@ isa = XCBuildConfiguration; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO; + CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; @@ -3486,7 +3575,7 @@ GCC_WARN_INHIBIT_ALL_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/PVBeetlePSX/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -3500,8 +3589,9 @@ SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; + SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - TVOS_DEPLOYMENT_TARGET = 16.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Debug; }; @@ -3630,6 +3720,60 @@ defaultConfigurationName = Release; }; /* End XCConfigurationList section */ + +/* Begin XCLocalSwiftPackageReference section */ + B3145FB52CFFD5F6009FB8B3 /* XCLocalSwiftPackageReference "../../PVCoreBridge" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVCoreBridge; + }; + B3145FB82CFFD632009FB8B3 /* XCLocalSwiftPackageReference "../../PVPlists" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVPlists; + }; + B3145FBB2CFFD66C009FB8B3 /* XCLocalSwiftPackageReference "../../PVLogging" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVLogging; + }; + B3145FCA2CFFD9B0009FB8B3 /* XCLocalSwiftPackageReference "../../PVCoreObjCBridge" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVCoreObjCBridge; + }; + B3145FCD2CFFDA1A009FB8B3 /* XCLocalSwiftPackageReference "../../PVEmulatorCore" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVEmulatorCore; + }; + B3775C082D23608200C6FC18 /* XCLocalSwiftPackageReference "../../MoltenVK" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../MoltenVK; + }; +/* End XCLocalSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + B3145FB62CFFD5F6009FB8B3 /* PVCoreBridge */ = { + isa = XCSwiftPackageProductDependency; + productName = PVCoreBridge; + }; + B3145FB92CFFD632009FB8B3 /* PVPlists */ = { + isa = XCSwiftPackageProductDependency; + productName = PVPlists; + }; + B3145FBC2CFFD66C009FB8B3 /* PVLogging */ = { + isa = XCSwiftPackageProductDependency; + productName = PVLogging; + }; + B3145FCB2CFFD9B0009FB8B3 /* PVCoreObjCBridge */ = { + isa = XCSwiftPackageProductDependency; + productName = PVCoreObjCBridge; + }; + B3145FCE2CFFDA1A009FB8B3 /* PVEmulatorCore */ = { + isa = XCSwiftPackageProductDependency; + productName = PVEmulatorCore; + }; + B3775C092D23608200C6FC18 /* MoltenVK */ = { + isa = XCSwiftPackageProductDependency; + productName = MoltenVK; + }; +/* End XCSwiftPackageProductDependency section */ }; rootObject = B3C7620720783162009950E4 /* Project object */; } diff --git a/Cores/BeetlePSX/PVBeetlePSX/PVBeetlePSX.h b/Cores/BeetlePSX/PVBeetlePSX/PVBeetlePSX.h index f4650c02b4..4edac0e682 100644 --- a/Cores/BeetlePSX/PVBeetlePSX/PVBeetlePSX.h +++ b/Cores/BeetlePSX/PVBeetlePSX/PVBeetlePSX.h @@ -15,4 +15,4 @@ FOUNDATION_EXPORT double PVBeetlePSXVersionNumber; FOUNDATION_EXPORT const unsigned char PVBeetlePSXVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import -#import +#import diff --git a/Cores/BeetlePSX/PVBeetlePSXCore/CoreOptions.swift b/Cores/BeetlePSX/PVBeetlePSXCore/CoreOptions.swift new file mode 100644 index 0000000000..a17018a389 --- /dev/null +++ b/Cores/BeetlePSX/PVBeetlePSXCore/CoreOptions.swift @@ -0,0 +1,101 @@ +// +// CoreOptions.swift +// Core-VirtualJaguar +// +// Created by Joseph Mattiello on 9/19/21. +// Copyright © 2021 Provenance Emu. All rights reserved. +// + +import Foundation +//import PVSupport +import PVCoreBridge +import PVCoreObjCBridge +import PVEmulatorCore + +@objc +public final class PVBeetlePSXCoreOptions: NSObject, CoreOptions, Sendable { + + public static var options: [CoreOption] { + var options = [CoreOption]() + + let coreGroup = CoreOption.group(.init(title: "Core", description: nil), + subOptions: Options.Core.allOptions) + let videoGroup = CoreOption.group(.init(title: "Video", description: nil), + subOptions: Options.Video.allOptions) + options.append(coreGroup) + options.append(videoGroup) + + return options + } + + enum Options { + enum Core { + + static var allOptions: [CoreOption] { [] } + } + enum Video { + static var renderer: CoreOption { + .enumeration(.init( + title: "Video Renderer", + description: "Which video backend to render with.", + requiresRestart: true), + // hardware, hardware_gl, hardware_vk, software + values:[ + .init(title: "Hardware", description: "", value: 0), + .init(title: "Hardware GL", description: "OpenGL/ES", value: 1), + .init(title: "Hardware Vulkan", description: "Vulkan", value: 2), + .init(title: "Software", description: "Software Renderer", value: 3), + ], + defaultValue: 2) + } + + static var rendererUpscale: CoreOption { + .enumeration(.init( + title: "Video Interal Upscale", + description: "Render to a larger internal buffer before scaling to screen.", + requiresRestart: true), + values:[ + .init(title: "1x", description: "", value: 0), + .init(title: "2x", description: "", value: 1), + .init(title: "4x", description: "", value: 2), + .init(title: "8x", description: "", value: 3), + .init(title: "16x", description: "", value: 4), + ], + defaultValue: 1) + } + + + static var rendererSoftwareFramebuffer: CoreOption { + .bool(.init(title: "Software Framebuffer", description: "Enable accurate emulation of framebuffer effects (e.g. motion blur, FF7 battle swirl) when using hardware renderers by running a copy of the software renderer at native resolution in the background. If disabled, these operations are omitted (OpenGL) or rendered on the GPU (Vulkan). Disabling can improve performance but may cause severe graphical errors. Leave enabled if unsure.", requiresRestart: true), defaultValue: true) + } + + static var allOptions: [CoreOption] { [renderer, rendererUpscale, rendererSoftwareFramebuffer] } + } + } +} + +extension PVBeetlePSXCore: CoreOptional { + public static var options: [PVCoreBridge.CoreOption] { + PVBeetlePSXCoreOptions.options + } +} + +@objc +public extension PVBeetlePSXCoreOptions { + @objc static var video_renderer: NSInteger { valueForOption(Options.Video.renderer) } + @objc static var video_renderer_upscale: NSInteger { valueForOption(Options.Video.rendererUpscale) } + @objc static var video_renderer_software_framebuffer: Bool { valueForOption(Options.Video.rendererSoftwareFramebuffer) } +} + +// +//extension PVBeetlePSXCore: CoreActions { +// public var coreActions: [CoreAction]? { +// let bios = CoreAction(title: "Use Jaguar BIOS", options: nil) +// let fastBlitter = CoreAction(title: "Use fast blitter", options:nil) +// return [bios, fastBlitter] +// } +// +// public func selected(action: CoreAction) { +// DLOG("\(action.title), \(String(describing: action.options))") +// } +//} diff --git a/Cores/BeetlePSX/PVBeetlePSXCore/CorePlist-Generated.swift b/Cores/BeetlePSX/PVBeetlePSXCore/CorePlist-Generated.swift new file mode 100644 index 0000000000..d3d00849bf --- /dev/null +++ b/Cores/BeetlePSX/PVBeetlePSXCore/CorePlist-Generated.swift @@ -0,0 +1,39 @@ +// swiftlint:disable all +// Generated using SwiftGen — https://github.com/SwiftGen/SwiftGen + +import Foundation + +#if canImport(PVCoreBridge) +@_exported import PVCoreBridge +@_exported import PVPlists +#endif + +// swiftlint:disable superfluous_disable_command +// swiftlint:disable file_length + +// MARK: - Plist Files + +// swiftlint:disable identifier_name line_length number_separator type_body_length +public enum CorePlist { + public static let pvCoreIdentifier: String = "com.provenance.core.beetlepsx" + public static let pvPrincipleClass: String = "PVBeetlePSX.PVBeetlePSXCore" + public static let pvProjectName: String = "BeetlePSX" + public static let pvProjectURL: String = "https://github.com/libretro/beetle-psx-libretro" + public static let pvProjectVersion: String = "0" + public static let pvSupportedSystems: [String] = ["com.provenance.psx"] + + #if canImport(PVCoreBridge) + public static var corePlist: EmulatorCoreInfoPlist { + .init( + identifier: CorePlist.pvCoreIdentifier, + principleClass: CorePlist.pvPrincipleClass, + supportedSystems: CorePlist.pvSupportedSystems, + projectName: CorePlist.pvProjectName, + projectURL: CorePlist.pvProjectURL, + projectVersion: CorePlist.pvProjectVersion) + } + + public var corePlist: EmulatorCoreInfoPlist { Self.corePlist } + #endif +} +// swiftlint:enable identifier_name line_length number_separator type_body_length diff --git a/Cores/BeetlePSX/PVBeetlePSXCore/CorePlist.swift b/Cores/BeetlePSX/PVBeetlePSXCore/CorePlist.swift new file mode 100644 index 0000000000..b1c0fdc442 --- /dev/null +++ b/Cores/BeetlePSX/PVBeetlePSXCore/CorePlist.swift @@ -0,0 +1,71 @@ +// +// CorePlist.swift +// +// +// Created by Joseph Mattiello on 6/21/24. +// + +import Foundation +import PVLogging +import PVCoreBridge +import PVEmulatorCore +import PVPlists + +#if SWIFT_PACKAGE +public extension PVBundleFinder { + static var BeetlePSXModule: Bundle { Bundle.module } + static var BeetlePSXBundle: Bundle { Bundle(for: PVBeetlePSXCore.self) } +} +#else +public extension PVBundleFinder { + static var PVBeetlePSXCoreBundle: Bundle { Bundle(for: PVBeetlePSXCore.self) } +} +#endif + +@objc +extension PVBeetlePSXCore: EmulatorCoreInfoPlistProvider { + +#if SWIFT_PACKAGE + @objc + public static var resourceBundle: Bundle { Bundle.module } + + @objc + public override var resourceBundle: Bundle { Bundle.module } + #else + @objc + public static var resourceBundle: Bundle { PVBundleFinder.PVBeetlePSXCoreBundle } + + @objc + public override var resourceBundle: Bundle { PVBundleFinder.PVBeetlePSXCoreBundle } + + #endif + @objc(corePlistFromBundle) + public static var corePlistFromBundle: EmulatorCoreInfoPlist { + + guard let plistPath = resourceBundle.url(forResource: "Core", withExtension: "plist") else { + fatalError("Could not locate Core.plist") + } + + guard let data = try? Data(contentsOf: plistPath) else { + fatalError("Could not read Core.plist") + } + + guard let plistObject = try? PropertyListSerialization.propertyList(from: data, options: [], format: nil) as? [String: Any] else { + fatalError("Could not generate parse Core.plist") + } + + guard let corePlist = EmulatorCoreInfoPlist.init(fromInfoDictionary: plistObject) else { + fatalError("Could not generate EmulatorCoreInfoPlist from Core.plist") + } + + return corePlist + } + + /// Note: CorePlist is an enum generated by SwiftGen with a custom stencil + /// Change the swiftgen config to the local path to see the outputs and tweak + @objc(corePlist) + public static var corePlist: EmulatorCoreInfoPlist { CorePlist.corePlist } + + @objc + public var corePlist: EmulatorCoreInfoPlist { Self.corePlist } +} diff --git a/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCore.swift b/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCore.swift new file mode 100644 index 0000000000..f9da8429e7 --- /dev/null +++ b/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCore.swift @@ -0,0 +1,43 @@ +// +// PVBeetlePSXCore.swift +// PVBeetlePSX +// +// Created by Joseph Mattiello on 8/15/24. +// Copyright © 2024 Provenance Emu. All rights reserved. +// + +import Foundation +import PVEmulatorCore +import PVCoreBridge +import PVCoreObjCBridge +import PVCoreBridgeRetro + +@objc +@objcMembers +open class PVBeetlePSXCore: PVEmulatorCore { + + lazy var _bridge: PVBeetlePSXCoreBridge = .init() + + public required init() { + super.init() + self.bridge = (_bridge as! any ObjCBridgedCoreBridge) + } +} + +extension PVBeetlePSXCore: PVPSXSystemResponderClient { + public func didMoveJoystick(_ button: PVCoreBridge.PVPSXButton, withXValue xValue: CGFloat, withYValue yValue: CGFloat, forPlayer player: Int) { + (_bridge as! PVPSXSystemResponderClient).didMoveJoystick(button, withXValue: xValue, withYValue: yValue, forPlayer: player) + } + + public func didMoveJoystick(_ button: Int, withXValue xValue: CGFloat, withYValue yValue: CGFloat, forPlayer player: Int) { + (_bridge as! PVPSXSystemResponderClient).didMoveJoystick(button, withXValue: xValue, withYValue: yValue, forPlayer: player) + } + + public func didPush(_ button: PVCoreBridge.PVPSXButton, forPlayer player: Int) { + (_bridge as! PVPSXSystemResponderClient).didPush(button, forPlayer: player) + } + public func didRelease(_ button: PVCoreBridge.PVPSXButton, forPlayer player: Int) { + (_bridge as! PVPSXSystemResponderClient).didRelease(button, forPlayer: player) + } +} + diff --git a/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCore.h b/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCoreBridge.h similarity index 86% rename from Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCore.h rename to Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCoreBridge.h index 15c3614e42..71bf89fcf9 100644 --- a/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCore.h +++ b/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCoreBridge.h @@ -7,16 +7,15 @@ // #import -@import PVCoreBridge; -#import - #import #define GET_CURRENT_AND_RETURN(...) __strong __typeof__(_current) current = _current; if(current == nil) return __VA_ARGS__; #define GET_CURRENT_OR_RETURN(...) __strong __typeof__(_current) current = _current; if(current == nil) return __VA_ARGS__; -PVCORE_DIRECT_MEMBERS -@interface PVBeetlePSXCore : PVLibRetroGLESCore { +@protocol PVPSXSystemResponderClient; + +//PVCORE_DIRECT_MEMBERS +@interface PVBeetlePSXCoreBridge : PVLibRetroGLESCoreBridge { // uint8_t padData[4][PVDOSButtonCount]; // int8_t xAxis[4]; // int8_t yAxis[4]; diff --git a/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCore.mm b/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCoreBridge.mm similarity index 70% rename from Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCore.mm rename to Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCoreBridge.mm index 5316a8e867..d9e5676c82 100644 --- a/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCore.mm +++ b/Cores/BeetlePSX/PVBeetlePSXCore/PVBeetlePSXCoreBridge.mm @@ -6,7 +6,8 @@ // Copyright © 2022 Provenance. All rights reserved. // -#import "PVBeetlePSXCore.h" +#import "PVBeetlePSXCoreBridge.h" +#import #include #include "libretro_options.h" //#import "PVBeetlePSXCore+Controls.h" @@ -14,7 +15,7 @@ //#import "PVBeetlePSXCore+Video.h" // //#import "PVBeetlePSXCore+Audio.h" - +#import #import @import PVCoreBridge; @@ -23,7 +24,7 @@ #define OpenEmu 1 #pragma mark - Private -@interface PVBeetlePSXCore() { +@interface PVBeetlePSXCoreBridge() { } @@ -31,7 +32,7 @@ @interface PVBeetlePSXCore() { #pragma mark - PVBeetlePSXCore Begin -@implementation PVBeetlePSXCore +@implementation PVBeetlePSXCoreBridge { } @@ -119,7 +120,7 @@ - (void)dealloc { //} // -- (BOOL)supportsSaveStates { return NO; } +- (BOOL)supportsSaveStates { return YES; } - (BOOL)supportsRumble { return YES; } - (BOOL)supportsCheatCode { return YES; } @@ -162,21 +163,8 @@ - (BOOL)supportsCheatCode { return YES; } //} -# pragma mark - Audio - -//- (GLenum)pixelFormat { -// return GL_BGRA; -//} -// -//- (GLenum)pixelType { -// return GL_UNSIGNED_BYTE; -//} -// -//- (GLenum)internalPixelFormat { -// return GL_RGBA; -//} - - (BOOL)rendersToOpenGL { return YES; } + # pragma mark - Audio - (double)audioSampleRate { @@ -190,9 +178,27 @@ - (void *)getVariable:(const char *)variable { #define V(x) strcmp(variable, x) == 0 - if (V(BEETLE_OPT(hw_renderer))) { + if (V(BEETLE_OPT(renderer))) { // hardware, hardware_gl, hardware_vk, software - char *value = strdup("hardware_gl"); + NSInteger intValue = PVBeetlePSXCoreOptions.video_renderer; + char *value = strdup("hardware"); + switch (intValue) { + case 0: + value = strdup("hardware"); + break; + case 1: + value = strdup("hardware_gl"); + break; + case 2: + value = strdup("hardware_vk"); + break; + case 3: + value = strdup("software"); + break; + + default: + break; + } return value; } else if (V(BEETLE_OPT(renderer_software_fb))) { // "Enable accurate emulation of framebuffer effects (e.g. motion blur, FF7 battle swirl) when using hardware renderers by running a copy of the software renderer at native resolution in the background. If disabled, these operations are omitted (OpenGL) or rendered on the GPU (Vulkan). Disabling can improve performance but may cause severe graphical errors. Leave enabled if unsure.", @@ -203,11 +209,32 @@ - (void *)getVariable:(const char *)variable { // { "disabled", NULL }, // { NULL, NULL }, // }, - char *value = strdup("disabled"); + BOOL boolValue = PVBeetlePSXCoreOptions.video_renderer_software_framebuffer; + char *value = boolValue ? strdup("enabled") : strdup("disabled"); return value; } else if (V(BEETLE_OPT(internal_resolution))) { // 1,2,4,8,16 char *value = strdup("2x"); + NSInteger intValue = PVBeetlePSXCoreOptions.video_renderer_upscale; + switch (intValue) { + case 0: + value = strdup("1x"); + break; + case 1: + value = strdup("2x"); + break; + case 2: + value = strdup("4x"); + break; + case 3: + value = strdup("8x"); + break; + case 4: + value = strdup("16x"); + break; + default: + break; + } return value; } else { ELOG(@"Unprocessed var: %s", variable); @@ -217,4 +244,27 @@ - (void *)getVariable:(const char *)variable { return NULL; } +// Override buffer size for BeetlePSX's requirements +//- (CGSize)bufferSize { +// return CGSizeMake(640, 480); // Standard PSX resolution +//} + +// Set aspect ratio +//- (CGSize)aspectSize { +// return CGSizeMake(4, 3); // Standard PSX aspect ratio +//} + +#pragma MARK: Controls +- (void)didPushPSXButton:(PVPSXButton)button forPlayer:(NSInteger)player { + DLOG(@"TODO"); +} + +- (void)didReleasePSXButton:(PVPSXButton)button forPlayer:(NSInteger)player { + DLOG(@"TODO"); +} + +- (void)didMovePSXJoystickDirection:(PVPSXButton)button withXValue:(CGFloat)xValue withYValue:(CGFloat)yValue forPlayer:(NSInteger)player { + DLOG(@"TODO"); +} + @end diff --git a/Cores/BeetlePSX/beetle-psx-libretro b/Cores/BeetlePSX/beetle-psx-libretro index 4674700f0c..bafeb6c14e 160000 --- a/Cores/BeetlePSX/beetle-psx-libretro +++ b/Cores/BeetlePSX/beetle-psx-libretro @@ -1 +1 @@ -Subproject commit 4674700f0c46dbe610f3d860cddf4aad44ff2f7f +Subproject commit bafeb6c14e5049de8c7cdade1b6d137f291220b9 diff --git a/Cores/Bliss b/Cores/Bliss index fe939eda06..b0e3e5ebc4 160000 --- a/Cores/Bliss +++ b/Cores/Bliss @@ -1 +1 @@ -Subproject commit fe939eda0629dc1b1e7e9521601a09157738c11c +Subproject commit b0e3e5ebc4fdcca04cd41193f274fe99d957caa4 diff --git a/Cores/Desmume2015/PVDesmume2015Core/Core/PVDesmume2015Core.mm b/Cores/Desmume2015/PVDesmume2015Core/Core/PVDesmume2015Core.mm index b4801a1d9d..5c12398fd8 100644 --- a/Cores/Desmume2015/PVDesmume2015Core/Core/PVDesmume2015Core.mm +++ b/Cores/Desmume2015/PVDesmume2015Core/Core/PVDesmume2015Core.mm @@ -18,42 +18,6 @@ @import PVCoreBridge; -// Desmume2015 imports -//#include "types.h" -////#include "profiler/profiler.h" -//#include "cfg/cfg.h" -//#include "rend/rend.h" -//#include "rend/TexCache.h" -//#include "hw/maple/maple_devs.h" -//#include "hw/maple/maple_if.h" -//#include "hw/maple/maple_cfg.h" - -//__weak PVDesmume2015Core *_current = 0; -// -//@interface PVDesmume2015Core() { -// -//} -// -//@property(nonatomic, strong, nullable) NSString *diskPath; -// -//@end -// -//// Desmume2015 function declerations -//extern int screen_width,screen_height; -//bool rend_single_frame(); -//bool gles_init(); -//extern int desmume2015_main(int argc, char* argv[]); -//void common_linux_setup(); -//int dc_init(int argc,wchar* argv[]); -//void dc_run(); -//void dc_term(); -//void dc_stop(); -//extern void MakeCurrentThreadRealTime(); -// -//bool inside_loop = true; -//static bool first_run = true;; -//volatile bool has_init = false; -// #pragma mark - PVDesmume2015Core Begin #import #import @@ -61,334 +25,16 @@ #import #import -//static void *dlopen_myself() -//{ -// Dl_info info; -// -// dladdr(dlopen_myself, &info); -// -// return dlopen(info.dli_fname, RTLD_LAZY | RTLD_GLOBAL); -//} -@implementation PVDesmume2015CoreBridge { -// dispatch_semaphore_t mupenWaitToBeginFrameSemaphore; -// dispatch_semaphore_t coreWaitToEndFrameSemaphore; -// dispatch_semaphore_t coreWaitForExitSemaphore; -// -// NSMutableDictionary *_callbackHandlers; -} +@implementation PVDesmume2015CoreBridge - (instancetype)init { if (self = [super init]) { pitch_shift = 1; -// mupenWaitToBeginFrameSemaphore = dispatch_semaphore_create(0); -// coreWaitToEndFrameSemaphore = dispatch_semaphore_create(0); -// coreWaitForExitSemaphore = dispatch_semaphore_create(0); -// -// _videoWidth = screen_width = 640; -// _videoHeight = screen_height = 480; -// _videoBitDepth = 32; // ignored -// videoDepthBitDepth = 0; // TODO -// -// sampleRate = 44100; -// -// isNTSC = YES; -// -// dispatch_queue_attr_t queueAttributes = dispatch_queue_attr_make_with_qos_class(DISPATCH_QUEUE_SERIAL, QOS_CLASS_USER_INTERACTIVE, 0); -// -// _callbackQueue = dispatch_queue_create("org.openemu.Desmume2015.CallbackHandlerQueue", queueAttributes); -// _callbackHandlers = [[NSMutableDictionary alloc] init]; _current = self; } return self; } -// -//- (void)dealloc { -//#if !__has_feature(objc_arc) -// dispatch_release(mupenWaitToBeginFrameSemaphore); -// dispatch_release(coreWaitToEndFrameSemaphore); -// dispatch_release(coreWaitForExitSemaphore); -//#endif -// -// _current = nil; -//} -// -//#pragma mark - PVEmulatorCore -//- (BOOL)loadFileAtPath:(NSString *)path error:(NSError**)error { -// NSBundle *coreBundle = [NSBundle bundleForClass:[self class]]; -// const char *dataPath; -// -// [self copyCFGIfMissing]; -// [self copyShadersIfMissing]; -// [self initControllBuffers]; -// -// // TODO: Proper path -// NSString *configPath = self.saveStatesPath; -// dataPath = [[coreBundle resourcePath] fileSystemRepresentation]; -// -// [[NSFileManager defaultManager] createDirectoryAtPath:configPath -// withIntermediateDirectories:YES -// attributes:nil -// error:nil]; -// -// NSString *batterySavesDirectory = self.batterySavesPath; -// [[NSFileManager defaultManager] createDirectoryAtPath:batterySavesDirectory -// withIntermediateDirectories:YES -// attributes:nil -// error:NULL]; -// -// -//// if (!success) { -//// NSDictionary *userInfo = @{ -//// NSLocalizedDescriptionKey: @"Failed to load game.", -//// NSLocalizedFailureReasonErrorKey: @"Desmume2015 failed to load GLES graphics.", -//// NSLocalizedRecoverySuggestionErrorKey: @"Provenance may not be compiled correctly." -//// }; -//// -//// NSError *newError = [NSError errorWithDomain:PVEmulatorCoreErrorDomain -//// code:PVEmulatorCoreErrorCodeCouldNotLoadRom -//// userInfo:userInfo]; -//// -//// *error = newError; -//// return NO; -//// } -// -// self.diskPath = path; -// -// return YES; -//} -// -//- (void)printSettings { -//#define LIST_OF_VARIABLES \ -//X(dynarec.Enable) \ -//X(dynarec.idleskip) \ -//X(DS.region) \ -//X(DS.region) \ -//X(aica.LimitFPS) \ -//X(aica.NoSound) \ -//X(aica.NoBatch) \ -//X(aica.GlobalFocus) \ -//X(aica.BufferSize) \ -//X(aica.OldSyncronousDma) \ -//X(bios.UseReios) \ -//X(rend.WideScreen) \ -//X(rend.UseMipmaps) \ -//X(pvr.MaxThreads) \ -//X(pvr.SynchronousRender) -// -// -// NSMutableString *s = [NSMutableString stringWithFormat:@"----------\nDesmume2015 Settings:\n---------\n"]; -//#define X(name) \ -//[s appendString: [NSString stringWithFormat:@"%@ : %i\n", @#name , settings.name ]]; -//LIST_OF_VARIABLES -//#undef X -// -// ILOG(@"%@", s); -//} -// -// -//- (void)copyShadersIfMissing { -// -// NSArray *shaders = @[@"Shader.vsh",@"Shader.fsh"]; -// NSString *destinationFolder = self.BIOSPath; -// NSFileManager *fm = [NSFileManager defaultManager]; -// -// for (NSString* shader in shaders) { -// NSString *destinationPath = [destinationFolder stringByAppendingPathComponent:shader]; -// ILOG(@"Checking for shader %@", destinationPath); -// if( ![fm fileExistsAtPath:destinationPath] ) { -// NSString *source = [[NSBundle bundleForClass:[self class]] pathForResource:[shader stringByDeletingPathExtension] ofType:[shader pathExtension]]; -// [fm copyItemAtPath:source -// toPath:destinationPath -// error:nil]; -// ILOG(@"Copied %@ from %@ to %@", shader, source, destinationPath); -// } -// } -//} -// -//- (void)copyCFGIfMissing { -// -// NSString *cfg = @"emu.cfg"; -// -//// Whcih one is it again? -// NSString *destinationFolder = self.BIOSPath; -//// NSString *destinationFolder = self.diskPath; -// -// NSFileManager *fm = [NSFileManager defaultManager]; -// NSString *destinationPath = [destinationFolder stringByAppendingPathComponent:cfg]; -// -// if( ![fm fileExistsAtPath:destinationPath] ) { -// NSString *source = [[NSBundle bundleForClass:[self class]] pathForResource:@"emu" ofType:@"cfg"]; -// [fm copyItemAtPath:source -// toPath:destinationPath -// error:nil]; -// ILOG(@"Copied %@ from %@ to %@", cfg, source, destinationPath); -// } else { -// ILOG(@"emu.cfg already exists at path (%@). Skipping installing default version.", destinationFolder); -// } -//} -// -//#pragma mark - Running -//- (void)startEmulation { -// if(!self.isRunning) { -// [super startEmulation]; -// [NSThread detachNewThreadSelector:@selector(runDesmume2015RenderThread) toTarget:self withObject:nil]; -// } -//} -// -//- (void)runDesmume2015EmuThread { -// @autoreleasepool -// { -// [self desmume2015Main]; -// -// // Core returns -// -// // Unlock rendering thread -// dispatch_semaphore_signal(coreWaitToEndFrameSemaphore); -// -// [super stopEmulation]; -// } -//} -// -//- (void)runDesmume2015RenderThread { -// @autoreleasepool -// { -// [self.renderDelegate startRenderingOnAlternateThread]; -// BOOL success = gles_init(); -// assert(success); -// [NSThread detachNewThreadSelector:@selector(runDesmume2015EmuThread) toTarget:self withObject:nil]; -// -// CFAbsoluteTime lastTime = CFAbsoluteTimeGetCurrent(); -// -// while (!has_init) {} -// while ( !shouldStop ) -// { -// [self.frontBufferCondition lock]; -// while (!shouldStop && self.isFrontBufferReady) [self.frontBufferCondition wait]; -// [self.frontBufferCondition unlock]; -// -// CFAbsoluteTime now = CFAbsoluteTimeGetCurrent(); -// CFTimeInterval deltaTime = now - lastTime; -// while ( !shouldStop && !rend_single_frame() ) {} -// [self swapBuffers]; -// lastTime = now; -// } -// } -//} -// -//- (void)desmume2015Main { -// // #if !TARGET_OS_SIMULATOR -// // install_prof_handler(1); -// // #endif -// -// char *Args[3]; -// const char *P; -// -// P = (const char *)[self.diskPath UTF8String]; -// Args[0] = "dc"; -// Args[1] = "-config"; -// Args[2] = P&&P[0]? (char *)malloc(strlen(P)+32):0; -// -// if(Args[2]) -// { -// strcpy(Args[2],"config:image="); -// strcat(Args[2],P); -// } -// -// MakeCurrentThreadRealTime(); -// -// int argc = Args[2]? 3:1; -// -// // Set directories -// set_user_config_dir(self.BIOSPath.UTF8String); -// set_user_data_dir(self.BIOSPath.UTF8String); -// // Shouuld be this, but it looks for BIOS there too and have to copy BIOS into battery saves dir of every game then -// // set_user_data_dir(self.batterySavesPath.UTF8String); -// -// add_system_data_dir(self.BIOSPath.UTF8String); -// add_system_config_dir(self.BIOSPath.UTF8String); -// -// NSString *systemPath = [self.diskPath stringByDeletingLastPathComponent]; -// -// NSString *configDirs = [NSString stringWithFormat:@"%@", systemPath]; -// NSString *dataDirs = [NSString stringWithFormat:@"%@", systemPath]; -// -// setenv("XDG_CONFIG_DIRS", configDirs.UTF8String, true); -// setenv("XDG_DATA_DIRS", dataDirs.UTF8String, true); -// -// ILOG(@"Config dir is: %s\n", get_writable_config_path("/").c_str()); -// ILOG(@"Data dir is: %s\n", get_writable_data_path("/").c_str()); -// -// common_linux_setup(); -// -// settings.profile.run_counts=0; -// -// desmume2015_main(argc, Args); -// -// dispatch_semaphore_signal(coreWaitForExitSemaphore); -//} -// -//int desmume2015_main(int argc, wchar* argv[]) { -// int status = dc_init(argc, argv); -// if (status != 0) { -// ELOG(@"Desmume2015 dc_init failed with code: %i", status); -// return status; -// } -// -// ILOG(@"Desmume2015 init status: %i", status); -// -// [_current printSettings]; -// -// has_init = true; -// -// dc_run(); -// -// has_init = false; -//// _current->shouldStop = true; -// -// dc_term(); -// -// return 0; -//} -// -//- (void)setPauseEmulation:(BOOL)flag { -// [super setPauseEmulation:flag]; -// -// if (flag) -// { -// dc_stop(); -// dispatch_semaphore_signal(mupenWaitToBeginFrameSemaphore); -// [self.frontBufferCondition lock]; -// [self.frontBufferCondition signal]; -// [self.frontBufferCondition unlock]; -// } else { -// dc_run(); -// } -//} -// -//- (void)stopEmulation { -// has_init = false; -// -// // TODO: Call desmume2015 stop command here -// dc_term(); -// self->shouldStop = YES; -// dispatch_semaphore_signal(mupenWaitToBeginFrameSemaphore); -// dispatch_semaphore_wait(coreWaitForExitSemaphore, DISPATCH_TIME_FOREVER); -// [self.frontBufferCondition lock]; -// [self.frontBufferCondition signal]; -// [self.frontBufferCondition unlock]; -// -// [super stopEmulation]; -//} -// -//- (void)resetEmulation { -// // TODO: Call desmume2015 reset command here -// plugins_Reset(true); -// dispatch_semaphore_signal(mupenWaitToBeginFrameSemaphore); -// [self.frontBufferCondition lock]; -// [self.frontBufferCondition signal]; -// [self.frontBufferCondition unlock]; -//} #pragma mark - Options - (void *)getVariable:(const char *)variable { diff --git a/Cores/Dolphin/PVDolphin.xcodeproj/project.pbxproj b/Cores/Dolphin/PVDolphin.xcodeproj/project.pbxproj index 60602b6da3..9d38ead9c5 100644 --- a/Cores/Dolphin/PVDolphin.xcodeproj/project.pbxproj +++ b/Cores/Dolphin/PVDolphin.xcodeproj/project.pbxproj @@ -29,7 +29,7 @@ 9366AC862959CD4A00162286 /* Sys in Resources */ = {isa = PBXBuildFile; fileRef = 9366AC852959CD4A00162286 /* Sys */; }; 93713380298BEE0F0050DB6E /* PVDebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 9371337F298BEE0E0050DB6E /* PVDebug.c */; }; 93829B18298980F50061038E /* libdolphin-commonDolphin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3AAFAC92949E94400CC8234 /* libdolphin-commonDolphin.a */; }; - 939AAF6C2A791EA8007709E5 /* libdolphin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B30178D3207C901D0051B93D /* libdolphin.a */; platformFilters = (ios, maccatalyst, tvos, watchos, ); }; + 939AAF6C2A791EA8007709E5 /* libdolphin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B30178D3207C901D0051B93D /* libdolphin.a */; }; 93C33A952952192200CC86C5 /* libdolphin-coreDolphin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3AAFACB2949E94400CC8234 /* libdolphin-coreDolphin.a */; }; 93CB27D0297CE5DF006A940B /* VulkanLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93CB27CF297CE5DF006A940B /* VulkanLoader.cpp */; }; B30E98FF2C6EF18400C1431E /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B30E98FE2C6EF18400C1431E /* OpenGL.framework */; platformFilters = (maccatalyst, macos, ); }; @@ -40290,12 +40290,6 @@ }; 930899D929508B0400E145C8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - platformFilters = ( - ios, - maccatalyst, - tvos, - watchos, - ); target = B30178D2207C901D0051B93D /* dolphin */; targetProxy = 930899D829508B0400E145C8 /* PBXContainerItemProxy */; }; diff --git a/Cores/Dolphin/PVDolphinCore/Core/DolphinVulkanViewController.swift b/Cores/Dolphin/PVDolphinCore/Core/DolphinVulkanViewController.swift index 181789dc1d..9b046b9588 100644 --- a/Cores/Dolphin/PVDolphinCore/Core/DolphinVulkanViewController.swift +++ b/Cores/Dolphin/PVDolphinCore/Core/DolphinVulkanViewController.swift @@ -10,6 +10,7 @@ import Foundation import UIKit import MetalKit import os +import PVCoreObjCBridge @objc public class DolphinVulkanViewController: UIViewController { private var core: PVDolphinCoreBridge! @@ -26,7 +27,7 @@ import os metalView.colorPixelFormat = .bgra8Unorm; metalView.depthStencilPixelFormat = .depth32Float metalView.translatesAutoresizingMaskIntoConstraints = false - metalView.preferredFramesPerSecond = 120 + metalView.preferredFramesPerSecond = 60 } override init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Bundle?) { super.init(nibName: nibNameOrNil, bundle: nibBundleOrNil) diff --git a/Cores/Dolphin/PVDolphinCore/Core/PVDolphinCore+Saves.mm b/Cores/Dolphin/PVDolphinCore/Core/PVDolphinCore+Saves.mm index 8a4583ffdf..2eb631b8b7 100644 --- a/Cores/Dolphin/PVDolphinCore/Core/PVDolphinCore+Saves.mm +++ b/Cores/Dolphin/PVDolphinCore/Core/PVDolphinCore+Saves.mm @@ -7,7 +7,6 @@ // #import "PVDolphinCore+Saves.h" -#import "PVDolphinCore.h" #include "Common/CPUDetect.h" #include "Common/CommonPaths.h" diff --git a/Cores/Dolphin/PVDolphinCore/Core/PVDolphinCore.mm b/Cores/Dolphin/PVDolphinCore/Core/PVDolphinCore.mm index 70c375fb82..b0d89e72b1 100644 --- a/Cores/Dolphin/PVDolphinCore/Core/PVDolphinCore.mm +++ b/Cores/Dolphin/PVDolphinCore/Core/PVDolphinCore.mm @@ -246,7 +246,7 @@ - (void)setOptionValues { Config::SetBase(Config::MAIN_DEBUG_HACKY_FASTMEM, hacky_fastmem); } } - Config::SetBase(Config::GFX_SHOW_FPS, false); + Config::SetBase(Config::GFX_SHOW_FPS, true); // Anti Aliasing if (self.gsPreference == 0) { @@ -260,6 +260,9 @@ - (void)setOptionValues { // Cheats SConfig::GetInstance().bEnableCheats = self.enableCheatCode; + //Setup the CPU Settings + SConfig::GetInstance().bMMU = true; + // CPU Overclock Config::SetBase(Config::MAIN_CPU_THREAD, true); SConfig::GetInstance().m_OCFactor = self.cpuOClock; @@ -267,7 +270,11 @@ - (void)setOptionValues { // CPU High Level / Low Level Emulation SConfig::GetInstance().bDSPHLE = true; + SConfig::GetInstance().bDSPThread = true; Core::SetIsThrottlerTempDisabled(false); + + //Split CPU thread from GPU + SConfig::GetInstance().bCPUThread = false; // Wait for Shaders Config::SetBase(Config::GFX_WAIT_FOR_SHADERS_BEFORE_STARTING, true); @@ -282,7 +289,7 @@ - (void)setOptionValues { Discord::SetDiscordPresenceEnabled(false); // Alerts - Common::SetEnableAlert(false); + Common::SetEnableAlert(true); // Audio SConfig::GetInstance().m_Volume = self.volume; @@ -291,6 +298,14 @@ - (void)setOptionValues { // Debug Settings SConfig::GetInstance().bEnableDebugging = false; SConfig::GetInstance().m_ShowFrameCount = false; + +#ifndef IPHONEOS_JAILBROKEN + // JIT Settings + SConfig::GetInstance().bJITOff = true; +#endif + + //Save them now + SConfig::GetInstance().SaveSettings(); } #pragma mark - Running @@ -320,7 +335,7 @@ - (void)setupEmulation { NSLog(@"Error copying the gecko handler: %@", [error description]); } } - user_dir = std::string([saveDirectory UTF8String]); + user_dir = std::string(saveDirectory.fileSystemRepresentation); Common::RegisterMsgAlertHandler(&MsgAlert); UICommon::SetUserDirectory(user_dir); UICommon::CreateDirectories(); @@ -620,18 +635,39 @@ bool Host_UIBlocksControllerState() void Host_Message(HostMessageID id) { NSLog(@"message id: %i\n", (int)id); - if (id == HostMessageID::WMUserJobDispatch) - s_update_main_frame_event.Set(); - else if (id == HostMessageID::WMUserStop) { + if (id == HostMessageID::WMUserJobDispatch) { + s_update_main_frame_event.Set(); + } else if (id == HostMessageID::WMUserStop) { s_have_wm_user_stop = true; - if (Core::IsRunning()) - Core::QueueHostJob(&Core::Stop); - } else if (id == HostMessageID::WMUserCreate) + if (Core::IsRunning()) { + Core::QueueHostJob(&Core::Stop); + } + } else if (id == HostMessageID::WMUserCreate) { NSLog(@"User Create Called %i\n", (int)id); +#ifdef DEBUG + //We have to set FPS display here or it doesn't work + g_Config.bShowFPS = true; + Core::SetState(Core::State::Running); +#endif + + // Set the aspect to stretch + g_Config.aspect_mode = AspectMode::Stretch; + + // Core is up, lets enable Hybric Ubershaders + g_Config.iShaderCompilationMode = ShaderCompilationMode::SynchronousUberShaders; + //g_Config.bPrecompileUberShaders = true; + //g_Config.bBackgroundShaderCompiling = true; + //g_Config.bDisableSpecializedShaders = false; + + //Set the threads to auto (-1) + g_Config.iShaderCompilerThreads = -1; + g_Config.iShaderPrecompilerThreads = -1; + } } void Host_UpdateTitle(const std::string& title) { + NSLog(@"Host_UpdateTitle called: %s\n", title.c_str()); } void Host_UpdateDisasmDialog() @@ -657,29 +693,35 @@ void Host_TargetRectangleWasUpdated() bool Host_UINeedsControllerState() { + NSLog(@"Host_UINeedsControllerState called\n"); return false; } bool Host_RendererHasFocus() { + NSLog(@"Dolphin: Host_RendererHasFocus called\n"); return true; } bool Host_RendererIsFullscreen() { + NSLog(@"Dolphin: Host_RendererIsFullscreen called\n"); return false; } void Host_YieldToUI() { + NSLog(@"Dolphin: Host_YieldToUI called\n"); } void Host_UpdateProgressDialog(const char* caption, int position, int total) { + NSLog(@"Dolphin: Host_UpdateProgressDialog called: %s %i/%i\n", caption, position, total); } void Host_TitleChanged() { + NSLog(@"Dolphin: Host_TitleChanged called"); } std::vector Host_GetPreferredLocales() @@ -689,18 +731,19 @@ void Host_TitleChanged() bool Host_RendererHasFullFocus() { + NSLog(@"Dolphin: Host_RendererHasFullFocus called"); return true; } bool MsgAlert(const char* caption, const char* text, bool yes_no, Common::MsgType style) { - NSLog(@"Message %s %s\n", caption, text); + NSLog(@"Dolphin: Message %s %s\n", caption, text); return true; } void UpdateWiiPointer() { - NSLog(@"Update Wii Pointer\n"); + NSLog(@"Dolphin: Update Wii Pointer\n"); if (Core::IsRunningAndStarted() && g_renderer) { g_renderer->ResizeSurface(); ButtonManager::GamepadEvent("Touchscreen", 4, ButtonManager::ButtonType::WIIMOTE_IR_RECENTER, 1); diff --git a/Cores/Dolphin/PVDolphinCore/Core/VulkanLoader.cpp b/Cores/Dolphin/PVDolphinCore/Core/VulkanLoader.cpp index 1729f632a6..ccb1f964af 100644 --- a/Cores/Dolphin/PVDolphinCore/Core/VulkanLoader.cpp +++ b/Cores/Dolphin/PVDolphinCore/Core/VulkanLoader.cpp @@ -47,7 +47,15 @@ static bool OpenVulkanLibrary() return true; // Use the libvulkan.dylib from the application bundle. - std::string filename = "@executable_path/Frameworks/libMoltenVK_Dolphin.dylib"; + std::string filename = File::GetBundleDirectory() + "/Frameworks/MoltenVK.framework/MoltenVK"; + if (s_vulkan_module.Open(filename.c_str())) + return true; + + filename = "@executable_path/Frameworks/MolenVK.framework/MolenVK"; + if (s_vulkan_module.Open(filename.c_str())) + return true; + + filename = "@executable_path/Frameworks/libMoltenVK_Dolphin.dylib"; return s_vulkan_module.Open(filename.c_str()); #else std::string filename = Common::DynamicLibrary::GetVersionedFilename("vulkan", 1); diff --git a/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore+Controls.h b/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore+Controls.h index 40ec819dc8..61941c7815 100644 --- a/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore+Controls.h +++ b/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore+Controls.h @@ -7,6 +7,7 @@ // #import +typedef enum PVDOSButton: NSInteger PVDOSButton; NS_ASSUME_NONNULL_BEGIN diff --git a/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore.h b/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore.h index eced6a5964..0759aa1fca 100644 --- a/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore.h +++ b/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore.h @@ -12,6 +12,7 @@ #define GET_CURRENT_AND_RETURN(...) __strong __typeof__(_current) current = _current; if(current == nil) return __VA_ARGS__; #define GET_CURRENT_OR_RETURN(...) __strong __typeof__(_current) current = _current; if(current == nil) return __VA_ARGS__; +@protocol PVDOSSystemResponderClient; __attribute__((visibility("default"))) @interface PVDosBoxCore : PVLibRetroCoreBridge { diff --git a/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore.mm b/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore.mm index 86bd391ee7..3ae8d75809 100644 --- a/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore.mm +++ b/Cores/DosBox/PBDosBoxCore/Core/PVDosBoxCore.mm @@ -16,6 +16,7 @@ #import @import PVCoreBridge; +@import PVLoggingObjC; #define SAMPLERATE 48000 #define SIZESOUNDBUFFER 48000 / 60 * 4 diff --git a/Cores/DuckStation/Config.xcconfig b/Cores/DuckStation/Config.xcconfig index 754544f08a..cc06b5dcbb 100644 --- a/Cores/DuckStation/Config.xcconfig +++ b/Cores/DuckStation/Config.xcconfig @@ -6,7 +6,8 @@ // // -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GL_SILENCE_DEPRECATION=1 SI_CONVERT_GENERIC WITH_RECOMPILER=1 WITH_VULKAN=1 WITH_OPENGL=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GL_SILENCE_DEPRECATION=1 SI_CONVERT_GENERIC WITH_VULKAN=1 WITH_OPENGL=1 +//WITH_RECOMPILER=1 // USE_EGL=1 // WITH_MMAP_FASTMEM=1 // WITH_CUBEB diff --git a/Cores/DuckStation/PVDuckStation/Source/PVDuckStationCoreBridge.mm b/Cores/DuckStation/PVDuckStation/Source/PVDuckStationCoreBridge.mm index d2a7e3bd18..25a8b23666 100644 --- a/Cores/DuckStation/PVDuckStation/Source/PVDuckStationCoreBridge.mm +++ b/Cores/DuckStation/PVDuckStation/Source/PVDuckStationCoreBridge.mm @@ -24,7 +24,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import "PVDuckStationCoreBridge.h" +//#import "PVDuckStationCoreBridge.h" #import @import PVCoreBridge; @import PVCoreAudio; @@ -965,7 +965,7 @@ - (void)executeFrameSkippingFrame:(BOOL)skip { [self initializeSettings]; NSBundle *coreBundle = [NSBundle bundleForClass:[PVDuckStationCore class]]; - NSString *duck_resourcesPath = [coreBundle.bundlePath stringByAppendingPathComponent:@"/duck_resources"]; + NSString *duck_resourcesPath = [coreBundle.bundlePath stringByAppendingPathComponent:@"/duck_resources/"]; NSString *cachePath = [NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, true).firstObject stringByAppendingPathComponent:@"/ShaderCache.nobackup"]; NSString *shadersPath = [self.BIOSPath stringByAppendingPathComponent:@"/shaders"]; @@ -1387,7 +1387,7 @@ bool IsInitialized() { // Use `libMoltenVK.dylib` // Needs Vulkan 1.1+ - const char * filename = [NSString stringWithFormat:@"%@/MoltenVK.framework/MoltenVK", bundle.sharedFrameworksPath].cString; + const char * filename = [NSString stringWithFormat:@"%@/Frameworks/MoltenVK.framework/MoltenVK", bundle.bundlePath].cString; // Set vulkan path to molktenVK setenv("LIBVULKAN_PATH", filename, 1); @@ -1883,6 +1883,7 @@ static WindowInfo WindowInfoFromGameCore(PVDuckStationCoreBridge *core) wi.type = WindowInfo::Type::MacOS; wi.surface_width = core.bufferSize.width; wi.surface_height = core.bufferSize.height; +// wi.surface_handle = calayer? // wi.surface_width = 640; // wi.surface_height = 480; return wi; diff --git a/Cores/DuckStation/cmake/src/scmversion/scmversion.cpp b/Cores/DuckStation/cmake/src/scmversion/scmversion.cpp new file mode 100644 index 0000000000..94022fc083 --- /dev/null +++ b/Cores/DuckStation/cmake/src/scmversion/scmversion.cpp @@ -0,0 +1,6 @@ +// e7738210551211baadf4991ff5724f6563565bcc feature/new-cores/libretrogles 1.5-alpha-2770-3252-ge77382105-dirty 2025-01-02T19:32:12-05:00 +const char* g_scm_hash_str = "e7738210551211baadf4991ff5724f6563565bcc"; +const char* g_scm_branch_str = "feature/new-cores/libretrogles"; +const char* g_scm_tag_str = "1.5-alpha-2770-3252-ge77382105-dirty"; +const char* g_scm_date_str = "2025-01-02T19:32:12-05:00"; + diff --git a/Cores/Flycast/BuildFlags.xcconfig b/Cores/Flycast/BuildFlags.xcconfig index 3f6386034f..4eaf20a39a 100644 --- a/Cores/Flycast/BuildFlags.xcconfig +++ b/Cores/Flycast/BuildFlags.xcconfig @@ -7,7 +7,7 @@ // // All -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) REICAST_VERSION=15.0 GLES=1 GLES3=1 GLES_SILENCE_DEPRECATION=1 HAVE_OPENGLES=1 LIBRETRO=1 TARGET_IPHONE=1 HAVE_OPENGLES3=1 _7ZIP_ST=1 BUILD_DATE=1 NDEBUG=1 IOS=1 USE_OPENGL=1 __LIBRETRO__ _USE_MATH_DEFINES _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_WARNINGS TARGET_IPHONE MINIUPNP_STATICLIB NOMINMAX GIT_HASH="1" GL_APIENTRYP=GL_APIENTRY* GIT_VERSION=\"undefined\" TARGET_NO_EXCEPTIONS=1 _OPENMP=202301 USE_OPENMP=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) REICAST_VERSION=15.0 GLES=1 GLES3=1 GLES_SILENCE_DEPRECATION=1 HAVE_OPENGLES=1 LIBRETRO=1 TARGET_IPHONE=1 HAVE_OPENGLES3=1 _7ZIP_ST=1 BUILD_DATE=1 NDEBUG=1 IOS=1 USE_OPENGL=1 __LIBRETRO__ _USE_MATH_DEFINES _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_WARNINGS TARGET_IPHONE MINIUPNP_STATICLIB NOMINMAX GIT_HASH="1" GL_APIENTRYP=GL_APIENTRY* GIT_VERSION=\"undefined\" TARGET_NO_EXCEPTIONS=1 _OPENMP=202301 USE_OPENMP=1 HAVE_OPENGLES=1 TARGET_NO_REC=1 // TARGET_NO_OPENMP=1 FEAT_NO_MINIUPNPC="1" TARGET_NO_WEBUI=1 // TARGET_NO_REC=1 // USE_VULKAN=1 HAVE_VULKAN=1 @@ -17,10 +17,10 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) REICAST_VERSION=15.0 GLES=1 GLES3=1 // NO_ASM=1 -OTHER_CFLAGS = $(inherited) -fmodules -fcxx-modules -Wno-module-import-in-extern-c +OTHER_CFLAGS = $(inherited) -fmodules -fcxx-modules -Wno-module-import-in-extern-c -Wno-modules-import-nested-redundant //-Xclang -fopenmp -fobjc-arc -fmodules -fno-strict-aliasing -fomit-frame-pointer //-fno-operator-names -fno-rtti -ffast-math -ftree-vectorize -fno-strict-aliasing -frename-registers -fno-rtti -fpermissive -fno-operator-names -fsingle-precision-constant -OTHER_LDFLAGS = $(inherited) +OTHER_LDFLAGS = $(inherited) -ObjC -Wl,-all_load // -ObjC -Wl,-all_load -all_load // Device diff --git a/Cores/Flycast/PVFlycast.xcodeproj/project.pbxproj b/Cores/Flycast/PVFlycast.xcodeproj/project.pbxproj index 25d48d7970..1b7fca41c8 100644 --- a/Cores/Flycast/PVFlycast.xcodeproj/project.pbxproj +++ b/Cores/Flycast/PVFlycast.xcodeproj/project.pbxproj @@ -3,397 +3,29 @@ archiveVersion = 1; classes = { }; - objectVersion = 63; + objectVersion = 70; objects = { /* Begin PBXBuildFile section */ - 934BE785296E638800FB9933 /* ta_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 934BE784296E638800FB9933 /* ta_util.cpp */; }; - 934BE7A5296E6BA200FB9933 /* stdstring.c in Sources */ = {isa = PBXBuildFile; fileRef = B39821F029239F4300A82429 /* stdstring.c */; }; - 934BE7A6296E6BA200FB9933 /* retro_dirent.c in Sources */ = {isa = PBXBuildFile; fileRef = B398219229239F4300A82429 /* retro_dirent.c */; }; - 934BE7A7296E6BA200FB9933 /* file_path.c in Sources */ = {isa = PBXBuildFile; fileRef = B398219129239F4300A82429 /* file_path.c */; }; - 934BE7A8296E6BA200FB9933 /* memalign.c in Sources */ = {isa = PBXBuildFile; fileRef = B39821EA29239F4300A82429 /* memalign.c */; }; - 934BE7AA296E6BA200FB9933 /* option.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F5E29239F4A00A82429 /* option.cpp */; }; - 934BE7AB296E6BA200FB9933 /* vfs_implementation.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218229239F4300A82429 /* vfs_implementation.c */; }; - 934BE7AC296E6BA200FB9933 /* glsm.c in Sources */ = {isa = PBXBuildFile; fileRef = B39821EC29239F4300A82429 /* glsm.c */; }; - 934BE7AD296E6BA200FB9933 /* vmu_xhair.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F6229239F4A00A82429 /* vmu_xhair.cpp */; }; - 934BE7AE296E6BA200FB9933 /* fopen_utf8.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218629239F4300A82429 /* fopen_utf8.c */; }; - 934BE7AF296E6BA200FB9933 /* LogManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F6429239F4A00A82429 /* LogManager.cpp */; }; - 934BE7B0296E6BA200FB9933 /* compat_strcasestr.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218529239F4300A82429 /* compat_strcasestr.c */; }; - 934BE7B1296E6BA200FB9933 /* compat_strl.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218429239F4300A82429 /* compat_strl.c */; }; - 934BE7B2296E6BA200FB9933 /* audiostream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F5B29239F4A00A82429 /* audiostream.cpp */; }; - 934BE7B3296E6BA200FB9933 /* encoding_utf.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218029239F4300A82429 /* encoding_utf.c */; }; - 934BE7B4296E6BA200FB9933 /* oslib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F5D29239F4A00A82429 /* oslib.cpp */; }; - 934BE7B6296E6BA200FB9933 /* rglgen.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218C29239F4300A82429 /* rglgen.c */; }; - 934BE7C3296E6C1600FB9933 /* libflycast.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B30178D3207C901D0051B93D /* libflycast.a */; }; - 934BE7D0296E978D00FB9933 /* libomp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934BE7CF296E978D00FB9933 /* libomp.a */; }; - 934BE93A296EB58800FB9933 /* lib_unused_libminiupnpc-static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934BE929296EB34500FB9933 /* lib_unused_libminiupnpc-static.a */; }; - 934BE977296EB71D00FB9933 /* upnpreplyparse.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE950296EB70700FB9933 /* upnpreplyparse.c */; }; - 934BE978296EB75100FB9933 /* receivedata.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE953296EB70800FB9933 /* receivedata.c */; }; - 934BE979296EB75A00FB9933 /* minisoap.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE942296EB70200FB9933 /* minisoap.c */; }; - 934BE97A296EB75F00FB9933 /* addr_is_reserved.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE954296EB70800FB9933 /* addr_is_reserved.c */; }; - 934BE97B296EB76400FB9933 /* portlistingparse.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE945296EB70300FB9933 /* portlistingparse.c */; }; - 934BE97C296EB76A00FB9933 /* connecthostport.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE93B296EB6ED00FB9933 /* connecthostport.c */; }; - 934BE97E296EB77F00FB9933 /* miniwget.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE940296EB6EE00FB9933 /* miniwget.c */; }; - 934BE97F296EB78300FB9933 /* upnpdev.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE95A296EB70A00FB9933 /* upnpdev.c */; }; - 934BE980296EB78900FB9933 /* upnpcommands.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE941296EB70100FB9933 /* upnpcommands.c */; }; - 934BE981296EB78D00FB9933 /* upnperrors.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE95C296EB70B00FB9933 /* upnperrors.c */; }; - 934BE982296EB79000FB9933 /* minixml.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE93F296EB6EE00FB9933 /* minixml.c */; }; - 934BE983296EB79700FB9933 /* minissdpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE95B296EB70A00FB9933 /* minissdpc.c */; }; - 934BE984296EB79D00FB9933 /* miniupnpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE957296EB70900FB9933 /* miniupnpc.c */; }; - 934BE985296EB7A100FB9933 /* igd_desc_parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 934BE94B296EB70500FB9933 /* igd_desc_parse.c */; }; - 934BE986296ECE7A00FB9933 /* LzmaEnc.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102029239F3700A82429 /* LzmaEnc.c */; }; - 934BE987296ECE7A00FB9933 /* LzFind.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102129239F3700A82429 /* LzFind.c */; }; - 934BE988296ECE7A00FB9933 /* Sort.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102229239F3700A82429 /* Sort.c */; }; - 934BE989296ECE7A00FB9933 /* Bra86.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102329239F3700A82429 /* Bra86.c */; }; - 934BE98A296ECE7A00FB9933 /* Alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102429239F3700A82429 /* Alloc.c */; }; - 934BE98B296ECE7A00FB9933 /* LzmaDec.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102529239F3700A82429 /* LzmaDec.c */; }; - 934BE98C296ECE7A00FB9933 /* BraIA64.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102629239F3700A82429 /* BraIA64.c */; }; - 934BE98D296ECE7A00FB9933 /* Lzma86Dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102729239F3700A82429 /* Lzma86Dec.c */; }; - 934BE98E296ECE7A00FB9933 /* Delta.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102829239F3700A82429 /* Delta.c */; }; - 934BE98F296ECE7A00FB9933 /* CpuArch.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102929239F3700A82429 /* CpuArch.c */; }; - 934BE990296ECF1C00FB9933 /* Lzma2Dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E1B29239F4900A82429 /* Lzma2Dec.c */; }; - 934BE991296ECF1D00FB9933 /* Lzma86Dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E3629239F4900A82429 /* Lzma86Dec.c */; }; - 934BE992296ECF1D00FB9933 /* Lzma86Enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E3E29239F4900A82429 /* Lzma86Enc.c */; }; - 934BE993296ECF1D00FB9933 /* LzmaDec.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E2F29239F4900A82429 /* LzmaDec.c */; }; - 934BE994296ECF1D00FB9933 /* LzmaEnc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E1D29239F4900A82429 /* LzmaEnc.c */; }; - 934BE995296ECF1D00FB9933 /* LzmaLib.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E4429239F4A00A82429 /* LzmaLib.c */; }; - 934BE996296ED64300FB9933 /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E8729239F3700A82429 /* common.cpp */; }; 93C68C44298AE30D0008E5A3 /* PVDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 93C68C43298AE2F80008E5A3 /* PVDebug.m */; }; - B34CFF64295F30540014C8AF /* pvr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B34CFF63295F30540014C8AF /* pvr.cpp */; }; - B34CFF65295F31300014C8AF /* elan.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B34CFF61295F303E0014C8AF /* elan.cpp */; }; - B34CFF69295F31CB0014C8AF /* md5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B34CFF67295F31C70014C8AF /* md5.cpp */; }; - B34CFF6B295F31ED0014C8AF /* card_reader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B34CFF6A295F31EC0014C8AF /* card_reader.cpp */; }; - B34CFF6F295F32370014C8AF /* ggpo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B34CFF6C295F32360014C8AF /* ggpo.cpp */; }; - B34CFF70295F32370014C8AF /* output.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B34CFF6D295F32370014C8AF /* output.cpp */; }; - B34CFF71295F32370014C8AF /* net_handshake.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B34CFF6E295F32370014C8AF /* net_handshake.cpp */; }; - B34CFF73295F327D0014C8AF /* isofs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B34CFF72295F327C0014C8AF /* isofs.cpp */; }; - B34CFF75295F329A0014C8AF /* mem_watch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B34CFF74295F32990014C8AF /* mem_watch.cpp */; }; - B34CFF82295F330C0014C8AF /* naomi2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B34CFF80295F33020014C8AF /* naomi2.cpp */; }; - B36AE815295F036000CC9D4F /* option.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F5E29239F4A00A82429 /* option.cpp */; }; - B36AE816295F036000CC9D4F /* oslib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F5D29239F4A00A82429 /* oslib.cpp */; }; - B36AE817295F036000CC9D4F /* vmu_xhair.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F6229239F4A00A82429 /* vmu_xhair.cpp */; }; - B36AE818295F036000CC9D4F /* audiostream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F5B29239F4A00A82429 /* audiostream.cpp */; }; - B36AE81A295F036000CC9D4F /* LogManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F6429239F4A00A82429 /* LogManager.cpp */; }; - B36AE81C295F03C900CC9D4F /* cheats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980D8B29239F3600A82429 /* cheats.cpp */; }; - B36AE81D295F03C900CC9D4F /* nullDC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E6529239F3700A82429 /* nullDC.cpp */; }; - B36AE81F295F03C900CC9D4F /* serialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980D8A29239F3600A82429 /* serialize.cpp */; }; - B36AE820295F03C900CC9D4F /* stdclass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E8D29239F3700A82429 /* stdclass.cpp */; }; - B36AE821295F040300CC9D4F /* gl_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E7529239F3700A82429 /* gl_context.cpp */; }; - B36AE822295F040300CC9D4F /* egl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E7B29239F3700A82429 /* egl.cpp */; }; - B36AE823295F040300CC9D4F /* gl4funcs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E7429239F3700A82429 /* gl4funcs.cpp */; }; - B36AE824295F040300CC9D4F /* libretro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E7929239F3700A82429 /* libretro.cpp */; }; - B36AE833295F043700CC9D4F /* norend.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982EEA29239F4A00A82429 /* norend.cpp */; }; - B36AE834295F044200CC9D4F /* gltex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982EA529239F4A00A82429 /* gltex.cpp */; }; - B36AE836295F044200CC9D4F /* gles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982EA729239F4A00A82429 /* gles.cpp */; }; - B36AE837295F044200CC9D4F /* quad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982EA029239F4A00A82429 /* quad.cpp */; }; - B36AE838295F044200CC9D4F /* postprocess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982EA129239F4A00A82429 /* postprocess.cpp */; }; - B36AE839295F044200CC9D4F /* gldraw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982EA229239F4A00A82429 /* gldraw.cpp */; }; - B36AE83E295F047400CC9D4F /* reios.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F1E29239F4A00A82429 /* reios.cpp */; }; - B36AE83F295F047400CC9D4F /* gdrom_hle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F2329239F4A00A82429 /* gdrom_hle.cpp */; }; - B36AE840295F047400CC9D4F /* descrambl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F1B29239F4A00A82429 /* descrambl.cpp */; }; - B36AE841295F047400CC9D4F /* reios_elf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F1C29239F4A00A82429 /* reios_elf.cpp */; }; - B36AE842295F047D00CC9D4F /* rec_x64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980D8729239F3600A82429 /* rec_x64.cpp */; }; - B36AE843295F048100CC9D4F /* rec_cpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982F0229239F4A00A82429 /* rec_cpp.cpp */; }; - B36AE844295F048500CC9D4F /* rec_arm64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E6A29239F3700A82429 /* rec_arm64.cpp */; }; - B36AE845295F048A00CC9D4F /* rec_arm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E6729239F3700A82429 /* rec_arm.cpp */; }; - B36AE84C295F04D800CC9D4F /* cue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E5629239F3700A82429 /* cue.cpp */; }; - B36AE84D295F04D800CC9D4F /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E5329239F3700A82429 /* common.cpp */; }; - B36AE84E295F04D800CC9D4F /* ImgReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E5529239F3700A82429 /* ImgReader.cpp */; }; - B36AE84F295F04D800CC9D4F /* chd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E5929239F3700A82429 /* chd.cpp */; }; - B36AE850295F04D800CC9D4F /* cdi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E5429239F3700A82429 /* cdi.cpp */; }; - B36AE851295F04D800CC9D4F /* ioctl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E5829239F3700A82429 /* ioctl.cpp */; }; - B36AE852295F04D800CC9D4F /* gdi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E5229239F3700A82429 /* gdi.cpp */; }; - B36AE853295F04EA00CC9D4F /* sh4_mmr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DB629239F3600A82429 /* sh4_mmr.cpp */; }; - B36AE854295F04EA00CC9D4F /* sh4_rom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DC829239F3600A82429 /* sh4_rom.cpp */; }; - B36AE855295F04EA00CC9D4F /* sh4_sched.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DA929239F3600A82429 /* sh4_sched.cpp */; }; - B36AE856295F04EA00CC9D4F /* sh4_core_regs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DB529239F3600A82429 /* sh4_core_regs.cpp */; }; - B36AE857295F04EA00CC9D4F /* sh4_interrupts.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DB329239F3600A82429 /* sh4_interrupts.cpp */; }; - B36AE858295F04EA00CC9D4F /* sh4_opcode_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DAA29239F3600A82429 /* sh4_opcode_list.cpp */; }; - B36AE859295F04EA00CC9D4F /* sh4_mem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DAD29239F3600A82429 /* sh4_mem.cpp */; }; - B36AE85A295F04F700CC9D4F /* serial.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DC129239F3600A82429 /* serial.cpp */; }; - B36AE85B295F04F700CC9D4F /* dmac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DC029239F3600A82429 /* dmac.cpp */; }; - B36AE85C295F04F700CC9D4F /* ubc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DB829239F3600A82429 /* ubc.cpp */; }; - B36AE85D295F04F700CC9D4F /* fastmmu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DBF29239F3600A82429 /* fastmmu.cpp */; }; - B36AE85E295F04F700CC9D4F /* mmu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DC429239F3600A82429 /* mmu.cpp */; }; - B36AE85F295F04F700CC9D4F /* bsc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DBB29239F3600A82429 /* bsc.cpp */; }; - B36AE860295F04F700CC9D4F /* tmu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DC329239F3600A82429 /* tmu.cpp */; }; - B36AE861295F04F700CC9D4F /* ccn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DBC29239F3600A82429 /* ccn.cpp */; }; - B36AE862295F04F700CC9D4F /* cpg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DC629239F3600A82429 /* cpg.cpp */; }; - B36AE863295F04F700CC9D4F /* intc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DB929239F3600A82429 /* intc.cpp */; }; - B36AE864295F04F700CC9D4F /* rtc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DC229239F3600A82429 /* rtc.cpp */; }; - B36AE865295F050000CC9D4F /* sh4_fpu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DB229239F3600A82429 /* sh4_fpu.cpp */; }; - B36AE866295F050000CC9D4F /* sh4_interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DB029239F3600A82429 /* sh4_interpreter.cpp */; }; - B36AE867295F050000CC9D4F /* sh4_opcodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DAF29239F3600A82429 /* sh4_opcodes.cpp */; }; - B36AE868295F050B00CC9D4F /* driver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980D9C29239F3600A82429 /* driver.cpp */; }; - B36AE869295F050B00CC9D4F /* ssa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980D9F29239F3600A82429 /* ssa.cpp */; }; - B36AE86A295F050B00CC9D4F /* shil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980D9829239F3600A82429 /* shil.cpp */; }; - B36AE86B295F050B00CC9D4F /* blockmanager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DA029239F3600A82429 /* blockmanager.cpp */; }; - B36AE86C295F050B00CC9D4F /* decoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980D9E29239F3600A82429 /* decoder.cpp */; }; - B36AE86D295F051900CC9D4F /* spg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DD729239F3600A82429 /* spg.cpp */; }; - B36AE86E295F051900CC9D4F /* ta_ctx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DD329239F3600A82429 /* ta_ctx.cpp */; }; - B36AE870295F051900CC9D4F /* pvr_regs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DE329239F3600A82429 /* pvr_regs.cpp */; }; - B36AE871295F051900CC9D4F /* pvr_sb_regs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DDA29239F3600A82429 /* pvr_sb_regs.cpp */; }; - B36AE872295F051900CC9D4F /* ta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DE429239F3600A82429 /* ta.cpp */; }; - B36AE873295F051900CC9D4F /* ta_vtx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DE129239F3600A82429 /* ta_vtx.cpp */; }; - B36AE875295F051900CC9D4F /* Renderer_if.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DE029239F3600A82429 /* Renderer_if.cpp */; }; - B36AE876295F052400CC9D4F /* naomi_flashrom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DF529239F3600A82429 /* naomi_flashrom.cpp */; }; - B36AE877295F052400CC9D4F /* m1cartridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DF229239F3600A82429 /* m1cartridge.cpp */; }; - B36AE878295F052400CC9D4F /* naomi_m3comm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DF929239F3600A82429 /* naomi_m3comm.cpp */; }; - B36AE879295F052400CC9D4F /* decrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DED29239F3600A82429 /* decrypt.cpp */; }; - B36AE87A295F052400CC9D4F /* naomi_cart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DF729239F3600A82429 /* naomi_cart.cpp */; }; - B36AE87B295F052400CC9D4F /* naomi_roms.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DFC29239F3600A82429 /* naomi_roms.cpp */; }; - B36AE87C295F052400CC9D4F /* naomi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DFD29239F3600A82429 /* naomi.cpp */; }; - B36AE87D295F052400CC9D4F /* m4cartridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DF429239F3600A82429 /* m4cartridge.cpp */; }; - B36AE87E295F052400CC9D4F /* awcartridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DE929239F3600A82429 /* awcartridge.cpp */; }; - B36AE87F295F052400CC9D4F /* gdcartridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DF329239F3600A82429 /* gdcartridge.cpp */; }; - B36AE880295F052C00CC9D4F /* modem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E0E29239F3600A82429 /* modem.cpp */; }; - B36AE881295F053600CC9D4F /* maple_jvs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E0429239F3600A82429 /* maple_jvs.cpp */; }; - B36AE882295F053600CC9D4F /* maple_devs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E0A29239F3600A82429 /* maple_devs.cpp */; }; - B36AE883295F053600CC9D4F /* maple_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E0529239F3600A82429 /* maple_helper.cpp */; }; - B36AE884295F053600CC9D4F /* maple_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E0729239F3600A82429 /* maple_cfg.cpp */; }; - B36AE885295F053600CC9D4F /* _vmem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E3229239F3600A82429 /* _vmem.cpp */; }; - B36AE886295F053600CC9D4F /* maple_if.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E0329239F3600A82429 /* maple_if.cpp */; }; - B36AE887295F055A00CC9D4F /* dsp_interp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E2629239F3600A82429 /* dsp_interp.cpp */; }; - B36AE888295F055A00CC9D4F /* holly_intc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980D9229239F3600A82429 /* holly_intc.cpp */; }; - B36AE889295F055A00CC9D4F /* gdrom_response.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DCC29239F3600A82429 /* gdrom_response.cpp */; }; - B36AE88A295F055A00CC9D4F /* aica.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E2329239F3600A82429 /* aica.cpp */; }; - B36AE88B295F055A00CC9D4F /* gdromv3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DCD29239F3600A82429 /* gdromv3.cpp */; }; - B36AE88D295F055A00CC9D4F /* arm_mem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E1029239F3600A82429 /* arm_mem.cpp */; }; - B36AE88E295F055A00CC9D4F /* bba.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E2F29239F3600A82429 /* bba.cpp */; }; - B36AE88F295F055A00CC9D4F /* sb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980D9129239F3600A82429 /* sb.cpp */; }; - B36AE890295F055A00CC9D4F /* arm7_rec_x64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E1229239F3600A82429 /* arm7_rec_x64.cpp */; }; - B36AE891295F055A00CC9D4F /* arm7_rec_arm32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E1629239F3600A82429 /* arm7_rec_arm32.cpp */; }; - B36AE892295F055A00CC9D4F /* arm7.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E1529239F3600A82429 /* arm7.cpp */; }; - B36AE893295F055A00CC9D4F /* aica_mem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E2129239F3600A82429 /* aica_mem.cpp */; }; - B36AE894295F055A00CC9D4F /* arm7_rec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E1829239F3600A82429 /* arm7_rec.cpp */; }; - B36AE895295F055A00CC9D4F /* rtl8139c.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E2E29239F3600A82429 /* rtl8139c.cpp */; }; - B36AE896295F055A00CC9D4F /* flashrom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980DE729239F3600A82429 /* flashrom.cpp */; }; - B36AE897295F055A00CC9D4F /* dsp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E2029239F3600A82429 /* dsp.cpp */; }; - B36AE898295F055A00CC9D4F /* aica_if.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E1C29239F3600A82429 /* aica_if.cpp */; }; - B36AE899295F055A00CC9D4F /* arm7_rec_arm64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E1929239F3600A82429 /* arm7_rec_arm64.cpp */; }; - B36AE89A295F055A00CC9D4F /* dsp_x64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E1D29239F3600A82429 /* dsp_x64.cpp */; }; - B36AE89B295F055A00CC9D4F /* dsp_x86.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E2229239F3600A82429 /* dsp_x86.cpp */; }; - B36AE89C295F055A00CC9D4F /* sb_mem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980D9029239F3600A82429 /* sb_mem.cpp */; }; - B36AE89D295F055A00CC9D4F /* dsp_arm32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E2829239F3600A82429 /* dsp_arm32.cpp */; }; - B36AE89E295F055A00CC9D4F /* dsp_arm64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E1F29239F3600A82429 /* dsp_arm64.cpp */; }; - B36AE89F295F055A00CC9D4F /* sgc_if.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E2A29239F3600A82429 /* sgc_if.cpp */; }; - B36AE8A4295F059700CC9D4F /* rzip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E3929239F3600A82429 /* rzip.cpp */; }; - B36AE8A5295F059700CC9D4F /* ZipArchive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E3529239F3600A82429 /* ZipArchive.cpp */; }; - B36AE8A6295F059700CC9D4F /* archive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E3A29239F3600A82429 /* archive.cpp */; }; - B36AE8A7295F059700CC9D4F /* 7zArchive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E3629239F3600A82429 /* 7zArchive.cpp */; }; - B36AE8A8295F093C00CC9D4F /* xxhsum.c in Sources */ = {isa = PBXBuildFile; fileRef = B398222829239F4300A82429 /* xxhsum.c */; }; - B36AE8A9295F095700CC9D4F /* xxhash.c in Sources */ = {isa = PBXBuildFile; fileRef = B398222529239F4300A82429 /* xxhash.c */; }; - B36AE8AC295F09BC00CC9D4F /* 7zFile.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E3A29239F4900A82429 /* 7zFile.c */; }; - B36AE8AF295F09D000CC9D4F /* Bcj2.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E1F29239F4900A82429 /* Bcj2.c */; }; - B36AE8B1295F09D000CC9D4F /* Sort.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E2429239F4900A82429 /* Sort.c */; }; - B36AE8B2295F09D000CC9D4F /* 7zArcIn.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E2A29239F4900A82429 /* 7zArcIn.c */; }; - B36AE8B3295F09D000CC9D4F /* 7zCrcOpt.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E4129239F4A00A82429 /* 7zCrcOpt.c */; }; - B36AE8B4295F09D000CC9D4F /* LzFind.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E2129239F4900A82429 /* LzFind.c */; }; - B36AE8B5295F09D000CC9D4F /* 7zStream.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E3729239F4900A82429 /* 7zStream.c */; }; - B36AE8B6295F09D000CC9D4F /* Alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E2E29239F4900A82429 /* Alloc.c */; }; - B36AE8B7295F09D000CC9D4F /* Bra.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E2729239F4900A82429 /* Bra.c */; }; - B36AE8B8295F09D000CC9D4F /* 7zCrc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E3C29239F4900A82429 /* 7zCrc.c */; }; - B36AE8B9295F09D000CC9D4F /* Bra86.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E2929239F4900A82429 /* Bra86.c */; }; - B36AE8BB295F09D000CC9D4F /* 7zBuf.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E4329239F4A00A82429 /* 7zBuf.c */; }; - B36AE8BC295F09D000CC9D4F /* BraIA64.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E3529239F4900A82429 /* BraIA64.c */; }; - B36AE8BD295F09D000CC9D4F /* CpuArch.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E3F29239F4A00A82429 /* CpuArch.c */; }; - B36AE8BF295F09D000CC9D4F /* Delta.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E3929239F4900A82429 /* Delta.c */; }; - B36AE8C1295F09D000CC9D4F /* 7zDec.c in Sources */ = {isa = PBXBuildFile; fileRef = B3982E3029239F4900A82429 /* 7zDec.c */; }; - B36AE8CB295F0BA300CC9D4F /* naomi_network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E4929239F3700A82429 /* naomi_network.cpp */; }; - B36AE8CC295F0BCC00CC9D4F /* posix_vmem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E8829239F3700A82429 /* posix_vmem.cpp */; }; - B36AE8CF295F0C5600CC9D4F /* libchdr_bitstream.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102D29239F3700A82429 /* libchdr_bitstream.c */; }; - B36AE8D0295F0C5900CC9D4F /* libchdr_huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102E29239F3700A82429 /* libchdr_huffman.c */; }; - B36AE8D2295F0C6100CC9D4F /* libchdr_cdrom.c in Sources */ = {isa = PBXBuildFile; fileRef = B398103129239F3700A82429 /* libchdr_cdrom.c */; }; - B36AE8D3295F0CBB00CC9D4F /* ifaddrs.c in Sources */ = {isa = PBXBuildFile; fileRef = B3980E4D29239F3700A82429 /* ifaddrs.c */; }; - B36AE8D4295F0CBB00CC9D4F /* miniupnp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E4E29239F3700A82429 /* miniupnp.cpp */; }; - B36AE8D5295F0CBB00CC9D4F /* picoppp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E4A29239F3700A82429 /* picoppp.cpp */; }; - B36AE8D6295F0CBB00CC9D4F /* dns.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E4F29239F3700A82429 /* dns.cpp */; }; - B36AE8E7295F118D00CC9D4F /* sdl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E7629239F3700A82429 /* sdl.cpp */; }; - B36AE8E8295F118D00CC9D4F /* wgl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E7129239F3700A82429 /* wgl.cpp */; }; - B36AE8E9295F118D00CC9D4F /* xgl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E8029239F3700A82429 /* xgl.cpp */; }; - B36AE8EA295F118D00CC9D4F /* osx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E6F29239F3700A82429 /* osx.cpp */; }; - B36AE8EB295F118D00CC9D4F /* switcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E7829239F3700A82429 /* switcher.cpp */; }; - B36AE8EF295F146A00CC9D4F /* elf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B398217A29239F4300A82429 /* elf.cpp */; }; - B36AE8F0295F148A00CC9D4F /* elf64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B398217929239F4300A82429 /* elf64.cpp */; }; - B36AE8F1295F148A00CC9D4F /* elf32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B398217D29239F4300A82429 /* elf32.cpp */; }; - B36AE8F3295F152700CC9D4F /* TexCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982EEB29239F4A00A82429 /* TexCache.cpp */; }; - B36AE8F4295F153600CC9D4F /* sorter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982EBE29239F4A00A82429 /* sorter.cpp */; }; - B36AE8F5295F153C00CC9D4F /* osd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982EF729239F4A00A82429 /* osd.cpp */; }; - B36AE8F6295F154400CC9D4F /* CustomTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3982EBC29239F4A00A82429 /* CustomTexture.cpp */; }; - B36AE8F8295F15C100CC9D4F /* context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E8929239F3700A82429 /* context.cpp */; }; - B36AE8F9295F15C900CC9D4F /* unwind_info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E8A29239F3700A82429 /* unwind_info.cpp */; }; - B36AE8FB295F163000CC9D4F /* glsm.c in Sources */ = {isa = PBXBuildFile; fileRef = B39821EC29239F4300A82429 /* glsm.c */; }; - B36AE8FC295F163F00CC9D4F /* rglgen.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218C29239F4300A82429 /* rglgen.c */; }; - B36AE8FD295F165400CC9D4F /* encoding_utf.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218029239F4300A82429 /* encoding_utf.c */; }; - B36AE8FE295F166400CC9D4F /* vfs_implementation.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218229239F4300A82429 /* vfs_implementation.c */; }; - B36AE8FF295F166C00CC9D4F /* compat_strl.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218429239F4300A82429 /* compat_strl.c */; }; - B36AE900295F166C00CC9D4F /* fopen_utf8.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218629239F4300A82429 /* fopen_utf8.c */; }; - B36AE901295F166C00CC9D4F /* compat_strcasestr.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218529239F4300A82429 /* compat_strcasestr.c */; }; - B36AE902295F167500CC9D4F /* glsym_es3.c in Sources */ = {isa = PBXBuildFile; fileRef = B398218829239F4300A82429 /* glsym_es3.c */; }; - B36AE903295F16D500CC9D4F /* file_path.c in Sources */ = {isa = PBXBuildFile; fileRef = B398219129239F4300A82429 /* file_path.c */; }; - B36AE904295F16E600CC9D4F /* retro_dirent.c in Sources */ = {isa = PBXBuildFile; fileRef = B398219229239F4300A82429 /* retro_dirent.c */; }; - B36AE906295F16F200CC9D4F /* memalign.c in Sources */ = {isa = PBXBuildFile; fileRef = B39821EA29239F4300A82429 /* memalign.c */; }; - B36AE907295F170700CC9D4F /* stdstring.c in Sources */ = {isa = PBXBuildFile; fileRef = B39821F029239F4300A82429 /* stdstring.c */; }; - B36AE908295F177300CC9D4F /* xbrz.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980EFA29239F3700A82429 /* xbrz.cpp */; }; - B36AE90A295F19D400CC9D4F /* cdipsr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B39821F229239F4300A82429 /* cdipsr.cpp */; }; - B36AE98E295F1BA000CC9D4F /* zip_unchange_data.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823D529239F4400A82429 /* zip_unchange_data.c */; }; - B36AE98F295F1BA000CC9D4F /* zip_file_replace.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823AA29239F4400A82429 /* zip_file_replace.c */; }; - B36AE990295F1BA000CC9D4F /* zip_source_file_common.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823C229239F4400A82429 /* zip_source_file_common.c */; }; - B36AE991295F1BA000CC9D4F /* zip_add_entry.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823C629239F4400A82429 /* zip_add_entry.c */; }; - B36AE992295F1BA000CC9D4F /* zip_source_open.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823A629239F4400A82429 /* zip_source_open.c */; }; - B36AE993295F1BA000CC9D4F /* zip_get_num_files.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823C329239F4400A82429 /* zip_get_num_files.c */; }; - B36AE994295F1BA000CC9D4F /* zip_set_archive_flag.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823D029239F4400A82429 /* zip_set_archive_flag.c */; }; - B36AE995295F1BA000CC9D4F /* zip_algorithm_deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823BF29239F4400A82429 /* zip_algorithm_deflate.c */; }; - B36AE996295F1BA000CC9D4F /* zip_entry.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823A329239F4400A82429 /* zip_entry.c */; }; - B36AE997295F1BA000CC9D4F /* zip_source_layered.c in Sources */ = {isa = PBXBuildFile; fileRef = B398241929239F4400A82429 /* zip_source_layered.c */; }; - B36AE998295F1BA000CC9D4F /* zip_unchange_all.c in Sources */ = {isa = PBXBuildFile; fileRef = B398241629239F4400A82429 /* zip_unchange_all.c */; }; - B36AE999295F1BA000CC9D4F /* zip_stat_index.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823E229239F4400A82429 /* zip_stat_index.c */; }; - B36AE99A295F1BA000CC9D4F /* zip_stat.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823EF29239F4400A82429 /* zip_stat.c */; }; - B36AE99B295F1BA000CC9D4F /* zip_file_add.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240029239F4400A82429 /* zip_file_add.c */; }; - B36AE99C295F1BA000CC9D4F /* zip_source_crc.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823EB29239F4400A82429 /* zip_source_crc.c */; }; - B36AE99D295F1BA000CC9D4F /* zip_rename.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823E029239F4400A82429 /* zip_rename.c */; }; - B36AE99E295F1BA000CC9D4F /* zip_source_rollback_write.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823DE29239F4400A82429 /* zip_source_rollback_write.c */; }; - B36AE99F295F1BA000CC9D4F /* zip_file_error_get.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823A929239F4400A82429 /* zip_file_error_get.c */; }; - B36AE9A0295F1BA000CC9D4F /* zip_fopen.c in Sources */ = {isa = PBXBuildFile; fileRef = B398241229239F4400A82429 /* zip_fopen.c */; }; - B36AE9A1295F1BA000CC9D4F /* zip_file_set_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823AF29239F4400A82429 /* zip_file_set_comment.c */; }; - B36AE9A2295F1BA000CC9D4F /* zip_fopen_encrypted.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823B829239F4400A82429 /* zip_fopen_encrypted.c */; }; - B36AE9A3295F1BA000CC9D4F /* zip_source_window.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240D29239F4400A82429 /* zip_source_window.c */; }; - B36AE9A4295F1BA000CC9D4F /* zip_strerror.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823CB29239F4400A82429 /* zip_strerror.c */; }; - B36AE9A5295F1BA000CC9D4F /* zip_file_error_clear.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240529239F4400A82429 /* zip_file_error_clear.c */; }; - B36AE9A6295F1BA000CC9D4F /* zip_source_supports.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239129239F4400A82429 /* zip_source_supports.c */; }; - B36AE9A7295F1BA000CC9D4F /* zip_set_archive_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823B929239F4400A82429 /* zip_set_archive_comment.c */; }; - B36AE9A8295F1BA000CC9D4F /* zip_get_encryption_implementation.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823CD29239F4400A82429 /* zip_get_encryption_implementation.c */; }; - B36AE9A9295F1BA000CC9D4F /* zip_fread.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823DD29239F4400A82429 /* zip_fread.c */; }; - B36AE9AA295F1BA000CC9D4F /* zip_unchange_archive.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823C029239F4400A82429 /* zip_unchange_archive.c */; }; - B36AE9AB295F1BA000CC9D4F /* zip_unchange.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823AD29239F4400A82429 /* zip_unchange.c */; }; - B36AE9AC295F1BA000CC9D4F /* zip_source_call.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823B629239F4400A82429 /* zip_source_call.c */; }; - B36AE9AD295F1BA000CC9D4F /* zip_delete.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823EA29239F4400A82429 /* zip_delete.c */; }; - B36AE9AE295F1BA000CC9D4F /* zip_fseek.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823E729239F4400A82429 /* zip_fseek.c */; }; - B36AE9AF295F1BA000CC9D4F /* zip_extra_field.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823BA29239F4400A82429 /* zip_extra_field.c */; }; - B36AE9B0295F1BA000CC9D4F /* zip_fdopen.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823D429239F4400A82429 /* zip_fdopen.c */; }; - B36AE9B1295F1BA000CC9D4F /* zip_fopen_index.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239829239F4400A82429 /* zip_fopen_index.c */; }; - B36AE9B2295F1BA000CC9D4F /* zip_get_file_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823F029239F4400A82429 /* zip_get_file_comment.c */; }; - B36AE9B3295F1BA000CC9D4F /* zip_source_function.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823E529239F4400A82429 /* zip_source_function.c */; }; - B36AE9B4295F1BA000CC9D4F /* zip_file_rename.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239E29239F4400A82429 /* zip_file_rename.c */; }; - B36AE9B5295F1BA000CC9D4F /* zip_source_zip.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823E129239F4400A82429 /* zip_source_zip.c */; }; - B36AE9B6295F1BA000CC9D4F /* zip_file_get_offset.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823AC29239F4400A82429 /* zip_file_get_offset.c */; }; - B36AE9B7295F1BA000CC9D4F /* zip_source_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239A29239F4400A82429 /* zip_source_buffer.c */; }; - B36AE9B8295F1BA000CC9D4F /* zip_error.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823C929239F4400A82429 /* zip_error.c */; }; - B36AE9B9295F1BA000CC9D4F /* zip_libzip_version.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240729239F4400A82429 /* zip_libzip_version.c */; }; - B36AE9BA295F1BA000CC9D4F /* zip_source_begin_write_cloning.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823F629239F4400A82429 /* zip_source_begin_write_cloning.c */; }; - B36AE9BB295F1BA000CC9D4F /* zip_source_zip_new.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823D129239F4400A82429 /* zip_source_zip_new.c */; }; - B36AE9BC295F1BA000CC9D4F /* zip_set_name.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823A229239F4400A82429 /* zip_set_name.c */; }; - B36AE9BD295F1BA000CC9D4F /* zip_set_file_compression.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823A729239F4400A82429 /* zip_set_file_compression.c */; }; - B36AE9BE295F1BA000CC9D4F /* zip_source_seek.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823CC29239F4400A82429 /* zip_source_seek.c */; }; - B36AE9BF295F1BA000CC9D4F /* zip_get_num_entries.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823E329239F4400A82429 /* zip_get_num_entries.c */; }; - B36AE9C0295F1BA100CC9D4F /* zip_source_write.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823FF29239F4400A82429 /* zip_source_write.c */; }; - B36AE9C1295F1BA100CC9D4F /* zip_source_read.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823F429239F4400A82429 /* zip_source_read.c */; }; - B36AE9C2295F1BA100CC9D4F /* zip_source_close.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823F329239F4400A82429 /* zip_source_close.c */; }; - B36AE9C3295F1BA100CC9D4F /* zip_source_tell_write.c in Sources */ = {isa = PBXBuildFile; fileRef = B398238F29239F4400A82429 /* zip_source_tell_write.c */; }; - B36AE9C4295F1BA100CC9D4F /* zip_source_begin_write.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239329239F4400A82429 /* zip_source_begin_write.c */; }; - B36AE9C6295F1BA100CC9D4F /* zip_stat_init.c in Sources */ = {isa = PBXBuildFile; fileRef = B398241129239F4400A82429 /* zip_stat_init.c */; }; - B36AE9C7295F1BA100CC9D4F /* zip_source_tell.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240229239F4400A82429 /* zip_source_tell.c */; }; - B36AE9C8295F1BA100CC9D4F /* zip_replace.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823E929239F4400A82429 /* zip_replace.c */; }; - B36AE9C9295F1BA100CC9D4F /* zip_close.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823B129239F4400A82429 /* zip_close.c */; }; - B36AE9CA295F1BA100CC9D4F /* zip_set_file_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823ED29239F4400A82429 /* zip_set_file_comment.c */; }; - B36AE9CB295F1BA100CC9D4F /* zip_source_remove.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240929239F4400A82429 /* zip_source_remove.c */; }; - B36AE9CC295F1BA100CC9D4F /* zip_source_commit_write.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239929239F4400A82429 /* zip_source_commit_write.c */; }; - B36AE9CD295F1BA100CC9D4F /* zip_string.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823A129239F4400A82429 /* zip_string.c */; }; - B36AE9CE295F1BA100CC9D4F /* zip_add.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239529239F4400A82429 /* zip_add.c */; }; - B36AE9CF295F1BA100CC9D4F /* zip_utf-8.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823FB29239F4400A82429 /* zip_utf-8.c */; }; - B36AE9D0295F1BA100CC9D4F /* zip_io_util.c in Sources */ = {isa = PBXBuildFile; fileRef = B398241729239F4400A82429 /* zip_io_util.c */; }; - B36AE9D1295F1BA100CC9D4F /* zip_dir_add.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823BC29239F4400A82429 /* zip_dir_add.c */; }; - B36AE9D2295F1BA100CC9D4F /* zip_source_stat.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239C29239F4400A82429 /* zip_source_stat.c */; }; - B36AE9D3295F1BA100CC9D4F /* zip_get_archive_flag.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823CE29239F4400A82429 /* zip_get_archive_flag.c */; }; - B36AE9D4295F1BA100CC9D4F /* zip_error_get.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823FC29239F4400A82429 /* zip_error_get.c */; }; - B36AE9D5295F1BA100CC9D4F /* zip_error_strerror.c in Sources */ = {isa = PBXBuildFile; fileRef = B398241B29239F4400A82429 /* zip_error_strerror.c */; }; - B36AE9D6295F1BA100CC9D4F /* zip_set_default_password.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823DA29239F4400A82429 /* zip_set_default_password.c */; }; - B36AE9D7295F1BA100CC9D4F /* zip_source_get_file_attributes.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240429239F4400A82429 /* zip_source_get_file_attributes.c */; }; - B36AE9D8295F1BA100CC9D4F /* zip_source_seek_write.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823BE29239F4400A82429 /* zip_source_seek_write.c */; }; - B36AE9D9295F1BA100CC9D4F /* zip_error_get_sys_type.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823B529239F4400A82429 /* zip_error_get_sys_type.c */; }; - B36AE9DA295F1BA100CC9D4F /* zip_source_pkware_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823CF29239F4400A82429 /* zip_source_pkware_encode.c */; }; - B36AE9DB295F1BA100CC9D4F /* zip_memdup.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239029239F4400A82429 /* zip_memdup.c */; }; - B36AE9DC295F1BA100CC9D4F /* zip_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823C829239F4400A82429 /* zip_buffer.c */; }; - B36AE9DD295F1BA100CC9D4F /* zip_discard.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823A029239F4400A82429 /* zip_discard.c */; }; - B36AE9DE295F1BA100CC9D4F /* zip_file_set_encryption.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823A429239F4400A82429 /* zip_file_set_encryption.c */; }; - B36AE9DF295F1BA100CC9D4F /* zip_file_set_external_attributes.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823E629239F4400A82429 /* zip_file_set_external_attributes.c */; }; - B36AE9E0295F1BA100CC9D4F /* zip_file_get_external_attributes.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239229239F4400A82429 /* zip_file_get_external_attributes.c */; }; - B36AE9E1295F1BA100CC9D4F /* zip_progress.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823DF29239F4400A82429 /* zip_progress.c */; }; - B36AE9E2295F1BA100CC9D4F /* zip_fclose.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823FD29239F4400A82429 /* zip_fclose.c */; }; - B36AE9E3295F1BA100CC9D4F /* zip_source_error.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240129239F4400A82429 /* zip_source_error.c */; }; - B36AE9E4295F1BA100CC9D4F /* zip_extra_field_api.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823DC29239F4400A82429 /* zip_extra_field_api.c */; }; - B36AE9E5295F1BA100CC9D4F /* zip_add_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823B429239F4400A82429 /* zip_add_dir.c */; }; - B36AE9E6295F1BA100CC9D4F /* zip_source_file_stdio.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823BB29239F4400A82429 /* zip_source_file_stdio.c */; }; - B36AE9E7295F1BA100CC9D4F /* zip_source_pkware_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823D729239F4400A82429 /* zip_source_pkware_decode.c */; }; - B36AE9E8295F1BA100CC9D4F /* zip_open.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823F529239F4400A82429 /* zip_open.c */; }; - B36AE9E9295F1BA100CC9D4F /* zip_source_is_deleted.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823B729239F4400A82429 /* zip_source_is_deleted.c */; }; - B36AE9EA295F1BA100CC9D4F /* zip_file_get_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240E29239F4400A82429 /* zip_file_get_comment.c */; }; - B36AE9EB295F1BA100CC9D4F /* zip_dirent.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823FE29239F4400A82429 /* zip_dirent.c */; }; - B36AE9EC295F1BA100CC9D4F /* zip_ftell.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239F29239F4400A82429 /* zip_ftell.c */; }; - B36AE9ED295F1BA100CC9D4F /* zip_get_name.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239629239F4400A82429 /* zip_get_name.c */; }; - B36AE9EE295F1BA100CC9D4F /* zip_fopen_index_encrypted.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823F929239F4400A82429 /* zip_fopen_index_encrypted.c */; }; - B36AE9EF295F1BA100CC9D4F /* zip_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823A829239F4400A82429 /* zip_hash.c */; }; - B36AE9F0295F1BA100CC9D4F /* zip_error_clear.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239B29239F4400A82429 /* zip_error_clear.c */; }; - B36AE9F1295F1BA100CC9D4F /* zip_name_locate.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823BD29239F4400A82429 /* zip_name_locate.c */; }; - B36AE9F2295F1BA100CC9D4F /* zip_error_to_str.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240829239F4400A82429 /* zip_error_to_str.c */; }; - B36AE9F3295F1BA100CC9D4F /* zip_source_accept_empty.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823EC29239F4400A82429 /* zip_source_accept_empty.c */; }; - B36AE9F4295F1BA100CC9D4F /* zip_pkware.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823C429239F4400A82429 /* zip_pkware.c */; }; - B36AE9F5295F1BA100CC9D4F /* zip_get_archive_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239D29239F4400A82429 /* zip_get_archive_comment.c */; }; - B36AE9F6295F1BA100CC9D4F /* zip_file_strerror.c in Sources */ = {isa = PBXBuildFile; fileRef = B398239729239F4400A82429 /* zip_file_strerror.c */; }; - B36AE9F7295F1BA100CC9D4F /* zip_file_set_mtime.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823D829239F4400A82429 /* zip_file_set_mtime.c */; }; - B36AE9F8295F1BA100CC9D4F /* zip_new.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823AE29239F4400A82429 /* zip_new.c */; }; - B36AE9F9295F1BA100CC9D4F /* zip_source_free.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823C129239F4400A82429 /* zip_source_free.c */; }; - B36AE9FA295F1BE300CC9D4F /* zip_algorithm_bzip2.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240A29239F4400A82429 /* zip_algorithm_bzip2.c */; }; - B36AE9FD295F1C1500CC9D4F /* zip_err_str.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823C529239F4400A82429 /* zip_err_str.c */; }; - B36AEA00295F1E3C00CC9D4F /* libchdr_chd.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102C29239F3700A82429 /* libchdr_chd.c */; }; - B36AEA01295F1EAE00CC9D4F /* zip_source_file_stdio_named.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823DB29239F4400A82429 /* zip_source_file_stdio_named.c */; }; - B36AEA02295F1EB700CC9D4F /* zip_mkstempm.c in Sources */ = {isa = PBXBuildFile; fileRef = B398240F29239F4400A82429 /* zip_mkstempm.c */; }; - B36AEA03295F1EBE00CC9D4F /* zip_random_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823B029239F4400A82429 /* zip_random_unix.c */; }; - B36AEA05295F202700CC9D4F /* libchdr_flac.c in Sources */ = {isa = PBXBuildFile; fileRef = B398102F29239F3700A82429 /* libchdr_flac.c */; }; - B36AEA07295F275500CC9D4F /* pico_tcp.c in Sources */ = {isa = PBXBuildFile; fileRef = B398109F29239F3700A82429 /* pico_tcp.c */; }; - B36AEA08295F27A500CC9D4F /* pico_dev_ppp.c in Sources */ = {isa = PBXBuildFile; fileRef = B398107429239F3700A82429 /* pico_dev_ppp.c */; }; - B36AEA09295F27A500CC9D4F /* pico_dhcp_server.c in Sources */ = {isa = PBXBuildFile; fileRef = B398107929239F3700A82429 /* pico_dhcp_server.c */; }; - B36AEA0A295F27A500CC9D4F /* pico_icmp4.c in Sources */ = {isa = PBXBuildFile; fileRef = B398108129239F3700A82429 /* pico_icmp4.c */; }; - B36AEA0B295F27A500CC9D4F /* pico_strings.c in Sources */ = {isa = PBXBuildFile; fileRef = B398108329239F3700A82429 /* pico_strings.c */; }; - B36AEA0C295F27A500CC9D4F /* pico_fragments.c in Sources */ = {isa = PBXBuildFile; fileRef = B39810A229239F3700A82429 /* pico_fragments.c */; }; - B36AEA0D295F27A500CC9D4F /* pico_ipv4.c in Sources */ = {isa = PBXBuildFile; fileRef = B398107B29239F3700A82429 /* pico_ipv4.c */; }; - B36AEA0E295F27A500CC9D4F /* pico_socket_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = B398109A29239F3700A82429 /* pico_socket_udp.c */; }; - B36AEA0F295F27A500CC9D4F /* pico_socket_tcp.c in Sources */ = {isa = PBXBuildFile; fileRef = B398107C29239F3700A82429 /* pico_socket_tcp.c */; }; - B36AEA10295F27A500CC9D4F /* pico_arp.c in Sources */ = {isa = PBXBuildFile; fileRef = B398108429239F3700A82429 /* pico_arp.c */; }; - B36AEA11295F27A600CC9D4F /* pico_dns_client.c in Sources */ = {isa = PBXBuildFile; fileRef = B398107E29239F3700A82429 /* pico_dns_client.c */; }; - B36AEA12295F27A600CC9D4F /* pico_dns_common.c in Sources */ = {isa = PBXBuildFile; fileRef = B398109829239F3700A82429 /* pico_dns_common.c */; }; - B36AEA13295F27A600CC9D4F /* pico_ethernet.c in Sources */ = {isa = PBXBuildFile; fileRef = B398107529239F3700A82429 /* pico_ethernet.c */; }; - B36AEA14295F27A600CC9D4F /* pico_dhcp_common.c in Sources */ = {isa = PBXBuildFile; fileRef = B398108929239F3700A82429 /* pico_dhcp_common.c */; }; - B36AEA15295F27A600CC9D4F /* pico_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = B398107829239F3700A82429 /* pico_udp.c */; }; - B36AEA16295F27CA00CC9D4F /* pico_socket.c in Sources */ = {isa = PBXBuildFile; fileRef = B398107129239F3700A82429 /* pico_socket.c */; }; - B36AEA17295F280200CC9D4F /* pico_frame.c in Sources */ = {isa = PBXBuildFile; fileRef = B398106C29239F3700A82429 /* pico_frame.c */; }; - B36AEA18295F280200CC9D4F /* pico_protocol.c in Sources */ = {isa = PBXBuildFile; fileRef = B398106D29239F3700A82429 /* pico_protocol.c */; }; - B36AEA19295F280200CC9D4F /* pico_stack.c in Sources */ = {isa = PBXBuildFile; fileRef = B398106F29239F3700A82429 /* pico_stack.c */; }; - B36AEA1A295F280200CC9D4F /* pico_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = B398107029239F3700A82429 /* pico_md5.c */; }; - B36AEA1B295F280200CC9D4F /* pico_socket_multicast.c in Sources */ = {isa = PBXBuildFile; fileRef = B398106E29239F3700A82429 /* pico_socket_multicast.c */; }; - B36AEA1C295F280200CC9D4F /* pico_tree.c in Sources */ = {isa = PBXBuildFile; fileRef = B398106B29239F3700A82429 /* pico_tree.c */; }; - B36AEA1D295F280200CC9D4F /* pico_device.c in Sources */ = {isa = PBXBuildFile; fileRef = B398106A29239F3700A82429 /* pico_device.c */; }; - B36AEA1F295F288200CC9D4F /* zip_source_winzip_aes_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = B398241029239F4400A82429 /* zip_source_winzip_aes_decode.c */; }; - B36AEA20295F289500CC9D4F /* zip_source_winzip_aes_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = B398241829239F4400A82429 /* zip_source_winzip_aes_encode.c */; }; - B36AEA21295F28B300CC9D4F /* zip_winzip_aes.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823E829239F4400A82429 /* zip_winzip_aes.c */; }; - B36AEA22295F28E300CC9D4F /* zip_crypto_commoncrypto.c in Sources */ = {isa = PBXBuildFile; fileRef = B39823D629239F4400A82429 /* zip_crypto_commoncrypto.c */; }; - B36AEA24295F2AEE00CC9D4F /* macro-assembler-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EE629239F3700A82429 /* macro-assembler-aarch64.cc */; }; - B36AEA25295F2B5B00CC9D4F /* code-buffer-vixl.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EF329239F3700A82429 /* code-buffer-vixl.cc */; }; - B36AEA26295F2B5B00CC9D4F /* compiler-intrinsics-vixl.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EC629239F3700A82429 /* compiler-intrinsics-vixl.cc */; }; - B36AEA27295F2B5B00CC9D4F /* cpu-features.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EBD29239F3700A82429 /* cpu-features.cc */; }; - B36AEA28295F2B6200CC9D4F /* utils-vixl.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EC229239F3700A82429 /* utils-vixl.cc */; }; - B36AEA29295F2B8000CC9D4F /* disasm-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EE829239F3700A82429 /* disasm-aarch64.cc */; }; - B36AEA2A295F2B8000CC9D4F /* instructions-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EDF29239F3700A82429 /* instructions-aarch64.cc */; }; - B36AEA2B295F2B8000CC9D4F /* pointer-auth-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EDD29239F3700A82429 /* pointer-auth-aarch64.cc */; }; - B36AEA2C295F2B8000CC9D4F /* decoder-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EEB29239F3700A82429 /* decoder-aarch64.cc */; }; - B36AEA2D295F2B8000CC9D4F /* assembler-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EF229239F3700A82429 /* assembler-aarch64.cc */; }; - B36AEA2E295F2B8000CC9D4F /* instrument-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EDA29239F3700A82429 /* instrument-aarch64.cc */; }; - B36AEA2F295F2B8100CC9D4F /* cpu-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EF029239F3700A82429 /* cpu-aarch64.cc */; }; - B36AEA30295F2B8100CC9D4F /* logic-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EE029239F3700A82429 /* logic-aarch64.cc */; }; - B36AEA31295F2B8100CC9D4F /* operands-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EE929239F3700A82429 /* operands-aarch64.cc */; }; - B36AEA32295F2B8100CC9D4F /* simulator-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EE229239F3700A82429 /* simulator-aarch64.cc */; }; - B36AEA33295F2B8100CC9D4F /* cpu-features-auditor-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3980EDB29239F3700A82429 /* cpu-features-auditor-aarch64.cc */; }; - B39831DC292413EF00A82429 /* emulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3980E4629239F3700A82429 /* emulator.cpp */; }; + B31477C52CFFF415009FB8B3 /* libflycast_libretro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B31474CE2CFFF3EF009FB8B3 /* libflycast_libretro.a */; }; + B33A08052D2C73F400BFB6C9 /* openmp.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = B33A08042D2C73F400BFB6C9 /* openmp.xcframework */; }; + B33A08082D2C827100BFB6C9 /* libflycast_libretro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B31474CE2CFFF3EF009FB8B3 /* libflycast_libretro.a */; }; + B38217582CED773100111AEB /* PVCoreBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B38217572CED773100111AEB /* PVCoreBridge */; }; + B38796E82CED663E00A86990 /* PVFlycastCore.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C76223207833DE009950E4 /* PVFlycastCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B38797202CED6B1300A86990 /* PVEmulatorCore in Frameworks */ = {isa = PBXBuildFile; productRef = B387971F2CED6B1300A86990 /* PVEmulatorCore */; }; + B38797322CED6CB800A86990 /* PVFlycast.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C7621320783162009950E4 /* PVFlycast.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B38797332CED6D1600A86990 /* PVFlycastCore+Audio.h in Headers */ = {isa = PBXBuildFile; fileRef = B3447EB1218BC69700557ACE /* PVFlycastCore+Audio.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B38797342CED6D3600A86990 /* PVFlycastCore+Saves.h in Headers */ = {isa = PBXBuildFile; fileRef = B3447EA9218BC59D00557ACE /* PVFlycastCore+Saves.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B38797352CED6D3600A86990 /* PVFlycastCore+Video.h in Headers */ = {isa = PBXBuildFile; fileRef = B3447EAD218BC5C500557ACE /* PVFlycastCore+Video.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B38797362CED6D3600A86990 /* PVFlycastCore+Controls.h in Headers */ = {isa = PBXBuildFile; fileRef = B3447E96218B809200557ACE /* PVFlycastCore+Controls.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B38797392CED6E7500A86990 /* PVPlists in Frameworks */ = {isa = PBXBuildFile; productRef = B38797382CED6E7500A86990 /* PVPlists */; }; + B387973C2CED6EB100A86990 /* PVLogging in Frameworks */ = {isa = PBXBuildFile; productRef = B387973B2CED6EB100A86990 /* PVLogging */; }; + B387973F2CED6EEE00A86990 /* PVCoreObjCBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B387973E2CED6EEE00A86990 /* PVCoreObjCBridge */; }; + B387F37C2D2C540400D541F1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C7621E2078325C009950E4 /* Foundation.framework */; }; + B387F37F2D2C549900D541F1 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B387F37D2D2C548600D541F1 /* libc++.tbd */; }; + B387F3822D2C54B200D541F1 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B387F3802D2C54B100D541F1 /* OpenGL.framework */; platformFilters = (maccatalyst, macos, ); }; + B387F3832D2C54B200D541F1 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B387F3812D2C54B200D541F1 /* OpenGLES.framework */; platformFilters = (ios, xros, ); }; B3A3CC172CCC77D000589F82 /* PVFlycastCore+Audio.m in Sources */ = {isa = PBXBuildFile; fileRef = B3447EB2218BC69700557ACE /* PVFlycastCore+Audio.m */; }; B3A3CC182CCC77D000589F82 /* PVFlycastCore+Video.m in Sources */ = {isa = PBXBuildFile; fileRef = B3447EAE218BC5C500557ACE /* PVFlycastCore+Video.m */; }; B3A3CC192CCC77D000589F82 /* PVFlycastCore+Saves.m in Sources */ = {isa = PBXBuildFile; fileRef = B3447EAA218BC59D00557ACE /* PVFlycastCore+Saves.m */; }; @@ -401,173 +33,321 @@ B3A3CC1B2CCC77D000589F82 /* PVFlycastCore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3C76224207833DE009950E4 /* PVFlycastCore.mm */; }; B3A3CC572CCC77DB00589F82 /* PVFlycast+CoreAudio.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3447EA4218BC36B00557ACE /* PVFlycast+CoreAudio.mm */; }; B3A3CC582CCC77DB00589F82 /* PVFlycast+Audio.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3447E9B218B826F00557ACE /* PVFlycast+Audio.mm */; }; - B3A3CC592CCC77FA00589F82 /* PVFlycast.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3447EA0218B881000557ACE /* PVFlycast.mm */; }; B3A3CC5B2CCC782D00589F82 /* PVCoreBridgeRetro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3A3CC5A2CCC782D00589F82 /* PVCoreBridgeRetro.framework */; }; - B3A3CC5C2CCC782D00589F82 /* PVCoreBridgeRetro.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3A3CC5A2CCC782D00589F82 /* PVCoreBridgeRetro.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - B3A3CC602CCC783B00589F82 /* libchdr-static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3A3CC402CCC77D100589F82 /* libchdr-static.a */; platformFilters = (ios, maccatalyst, ); }; - B3A3CC662CCC783B00589F82 /* liblzma.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3A3CC4E2CCC77D100589F82 /* liblzma.a */; platformFilters = (ios, maccatalyst, ); }; - B3A3CC682CCC783B00589F82 /* libminiupnpc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3A3CC4C2CCC77D100589F82 /* libminiupnpc.a */; platformFilters = (ios, maccatalyst, ); }; - B3A3CC6D2CCC783B00589F82 /* libxxhash.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3A3CC522CCC77D100589F82 /* libxxhash.a */; platformFilters = (ios, maccatalyst, ); }; - B3A3CC6E2CCC783B00589F82 /* libz.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3A3CC562CCC77D100589F82 /* libz.a */; platformFilters = (ios, maccatalyst, ); }; - B3A3CC6F2CCC783B00589F82 /* libzip.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3A3CC542CCC77D100589F82 /* libzip.a */; platformFilters = (ios, maccatalyst, ); }; B3A3CC702CCC787D00589F82 /* Core.plist in Resources */ = {isa = PBXBuildFile; fileRef = B3C7622720783510009950E4 /* Core.plist */; }; B3A3CC712CCC787D00589F82 /* emu.cfg in Resources */ = {isa = PBXBuildFile; fileRef = B316B4E621926FE500693472 /* emu.cfg */; }; B3A3CC752CCC789100589F82 /* CorePlist.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A3CC732CCC789100589F82 /* CorePlist.swift */; }; B3A3CC762CCC789100589F82 /* PVFlycastEmuCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A3CC722CCC789100589F82 /* PVFlycastEmuCore.swift */; }; B3A3CC772CCC789100589F82 /* CorePlist-Generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A3CC742CCC789100589F82 /* CorePlist-Generated.swift */; }; B3A3CC782CCC79BE00589F82 /* PVFlycastCore+Options.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F9F3A9295F4D7800DF8B8A /* PVFlycastCore+Options.swift */; }; - B3A3CDB32CCC87DF00589F82 /* lib_unused_flycast-libretro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B36AE80B295F034C00CC9D4F /* lib_unused_flycast-libretro.a */; }; - B3A3CDB62CCC882B00589F82 /* lib_unused_flycast-retroarch-module.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 934BE7BE296E6BA200FB9933 /* lib_unused_flycast-retroarch-module.dylib */; }; - B3A3CDB92CCC883700589F82 /* libflycast.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B30178D3207C901D0051B93D /* libflycast.a */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 934BE7C1296E6C0F00FB9933 /* PBXContainerItemProxy */ = { + B31474CD2CFFF3EF009FB8B3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B3C7620720783162009950E4 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B30178D2207C901D0051B93D; - remoteInfo = flycast; - }; - 934BE938296EB57F00FB9933 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B3C7620720783162009950E4 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 934BE7D5296EB34500FB9933; - remoteInfo = "libminiupnpc-static"; - }; - B3A3CC3F2CCC77D100589F82 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 931C04112A89B17D00759ACB /* flycast_libretro.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 38DAB81F89EA4C36B7BF3E18; - remoteInfo = "chdr-static"; - }; - B3A3CC4B2CCC77D100589F82 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 931C04112A89B17D00759ACB /* flycast_libretro.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D50E8D58C044B92B1949960; - remoteInfo = "libminiupnpc-static"; - }; - B3A3CC4D2CCC77D100589F82 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 931C04112A89B17D00759ACB /* flycast_libretro.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 0F03D5BAC77F44C58DC8D64F; - remoteInfo = lzma; - }; - B3A3CC512CCC77D100589F82 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 931C04112A89B17D00759ACB /* flycast_libretro.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 8F56903CFAEC427D88A93DEF; - remoteInfo = xxhash; - }; - B3A3CC532CCC77D100589F82 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 931C04112A89B17D00759ACB /* flycast_libretro.xcodeproj */; + containerPortal = B314D8492CFFEB67009FB8B3 /* flycast_libretro.xcodeproj */; proxyType = 2; - remoteGlobalIDString = D160102EFC234C7AA11FF5A6; - remoteInfo = zip; - }; - B3A3CC552CCC77D100589F82 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 931C04112A89B17D00759ACB /* flycast_libretro.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3F4785D5FE6F4FAF8724CC9A; - remoteInfo = zlib; - }; - B3A3CDB42CCC87DF00589F82 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B3C7620720783162009950E4 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B36AE80A295F034C00CC9D4F; - remoteInfo = "_unused_flycast-libretro"; - }; - B3A3CDB72CCC882B00589F82 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B3C7620720783162009950E4 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 934BE7A1296E6BA200FB9933; - remoteInfo = "_unused_flycast-retroarch-module"; - }; - B3A3CDBA2CCC883800589F82 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B3C7620720783162009950E4 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B30178D2207C901D0051B93D; - remoteInfo = _unused_flycast; + remoteGlobalIDString = A77C4269832C446E998F585C; + remoteInfo = flycast_libretro; }; /* End PBXContainerItemProxy section */ -/* Begin PBXCopyFilesBuildPhase section */ - B3A3CC5D2CCC782D00589F82 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - B3A3CC5C2CCC782D00589F82 /* PVCoreBridgeRetro.framework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - /* Begin PBXFileReference section */ - 931C04112A89B17D00759ACB /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = flycast_libretro.xcodeproj; path = cmake/flycast_libretro.xcodeproj; sourceTree = ""; }; 931C04CF2A89EEA900759ACB /* version.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = ""; }; 931C04D02A89EEA900759ACB /* pvr_mem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pvr_mem.cpp; sourceTree = ""; }; 931C04D22A89EEA900759ACB /* libretro.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = libretro.cpp; sourceTree = ""; }; - 934BE784296E638800FB9933 /* ta_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ta_util.cpp; sourceTree = ""; }; - 934BE7BE296E6BA200FB9933 /* lib_unused_flycast-retroarch-module.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "lib_unused_flycast-retroarch-module.dylib"; sourceTree = BUILT_PRODUCTS_DIR; }; 934BE7CA296E955800FB9933 /* OpenMP.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenMP.framework; path = cmake/OpenMP.framework; sourceTree = ""; }; 934BE7CF296E978D00FB9933 /* libomp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libomp.a; path = cmake/OpenMP.framework/Versions/A/libomp.a; sourceTree = ""; }; 934BE7D2296E999200FB9933 /* omp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = omp.h; path = cmake/OpenMP.framework/Versions/A/Headers/omp.h; sourceTree = ""; }; - 934BE929296EB34500FB9933 /* lib_unused_libminiupnpc-static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "lib_unused_libminiupnpc-static.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 934BE93B296EB6ED00FB9933 /* connecthostport.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = connecthostport.c; path = src/connecthostport.c; sourceTree = ""; }; - 934BE93C296EB6ED00FB9933 /* minixmlvalid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = minixmlvalid.c; path = src/minixmlvalid.c; sourceTree = ""; }; - 934BE93D296EB6ED00FB9933 /* testaddr_is_reserved.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testaddr_is_reserved.c; path = src/testaddr_is_reserved.c; sourceTree = ""; }; - 934BE93E296EB6EE00FB9933 /* listdevices.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = listdevices.c; path = src/listdevices.c; sourceTree = ""; }; - 934BE93F296EB6EE00FB9933 /* minixml.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = minixml.c; path = src/minixml.c; sourceTree = ""; }; - 934BE940296EB6EE00FB9933 /* miniwget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = miniwget.c; path = src/miniwget.c; sourceTree = ""; }; - 934BE941296EB70100FB9933 /* upnpcommands.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = upnpcommands.c; path = src/upnpcommands.c; sourceTree = ""; }; - 934BE942296EB70200FB9933 /* minisoap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = minisoap.c; path = src/minisoap.c; sourceTree = ""; }; - 934BE943296EB70200FB9933 /* minisoap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = minisoap.h; path = src/minisoap.h; sourceTree = ""; }; - 934BE944296EB70200FB9933 /* minixml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = minixml.h; path = src/minixml.h; sourceTree = ""; }; - 934BE945296EB70300FB9933 /* portlistingparse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = portlistingparse.c; path = src/portlistingparse.c; sourceTree = ""; }; - 934BE946296EB70300FB9933 /* receivedata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = receivedata.h; path = src/receivedata.h; sourceTree = ""; }; - 934BE947296EB70300FB9933 /* connecthostport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = connecthostport.h; path = src/connecthostport.h; sourceTree = ""; }; - 934BE948296EB70400FB9933 /* testupnpreplyparse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testupnpreplyparse.c; path = src/testupnpreplyparse.c; sourceTree = ""; }; - 934BE949296EB70400FB9933 /* miniwget_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = miniwget_private.h; path = src/miniwget_private.h; sourceTree = ""; }; - 934BE94A296EB70500FB9933 /* addr_is_reserved.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = addr_is_reserved.h; path = src/addr_is_reserved.h; sourceTree = ""; }; - 934BE94B296EB70500FB9933 /* igd_desc_parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = igd_desc_parse.c; path = src/igd_desc_parse.c; sourceTree = ""; }; - 934BE94C296EB70500FB9933 /* minihttptestserver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = minihttptestserver.c; path = src/minihttptestserver.c; sourceTree = ""; }; - 934BE94D296EB70600FB9933 /* miniupnpc_socketdef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = miniupnpc_socketdef.h; path = src/miniupnpc_socketdef.h; sourceTree = ""; }; - 934BE94E296EB70600FB9933 /* upnpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = upnpc.c; path = src/upnpc.c; sourceTree = ""; }; - 934BE94F296EB70600FB9933 /* minissdpc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = minissdpc.h; path = src/minissdpc.h; sourceTree = ""; }; - 934BE950296EB70700FB9933 /* upnpreplyparse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = upnpreplyparse.c; path = src/upnpreplyparse.c; sourceTree = ""; }; - 934BE951296EB70700FB9933 /* win32_snprintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = win32_snprintf.h; path = src/win32_snprintf.h; sourceTree = ""; }; - 934BE952296EB70800FB9933 /* miniupnpcmodule.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = miniupnpcmodule.c; path = src/miniupnpcmodule.c; sourceTree = ""; }; - 934BE953296EB70800FB9933 /* receivedata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = receivedata.c; path = src/receivedata.c; sourceTree = ""; }; - 934BE954296EB70800FB9933 /* addr_is_reserved.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = addr_is_reserved.c; path = src/addr_is_reserved.c; sourceTree = ""; }; - 934BE955296EB70900FB9933 /* testigddescparse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testigddescparse.c; path = src/testigddescparse.c; sourceTree = ""; }; - 934BE956296EB70900FB9933 /* codelength.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = codelength.h; path = src/codelength.h; sourceTree = ""; }; - 934BE957296EB70900FB9933 /* miniupnpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = miniupnpc.c; path = src/miniupnpc.c; sourceTree = ""; }; - 934BE958296EB70A00FB9933 /* testminiwget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testminiwget.c; path = src/testminiwget.c; sourceTree = ""; }; - 934BE959296EB70A00FB9933 /* testminixml.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testminixml.c; path = src/testminixml.c; sourceTree = ""; }; - 934BE95A296EB70A00FB9933 /* upnpdev.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = upnpdev.c; path = src/upnpdev.c; sourceTree = ""; }; - 934BE95B296EB70A00FB9933 /* minissdpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = minissdpc.c; path = src/minissdpc.c; sourceTree = ""; }; - 934BE95C296EB70B00FB9933 /* upnperrors.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = upnperrors.c; path = src/upnperrors.c; sourceTree = ""; }; - 934BE95D296EB70B00FB9933 /* testportlistingparse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testportlistingparse.c; path = src/testportlistingparse.c; sourceTree = ""; }; 937B1DCC2A8A097E007DC9DB /* posix_vmem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = posix_vmem.cpp; sourceTree = ""; }; 937B1DDD2A8A0BCA007DC9DB /* addrspace.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = addrspace.cpp; sourceTree = ""; }; 93C68C43298AE2F80008E5A3 /* PVDebug.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = PVDebug.m; path = ../../../Debug/PVDebug.m; sourceTree = ""; }; - B30178D3207C901D0051B93D /* libflycast.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libflycast.a; sourceTree = BUILT_PRODUCTS_DIR; }; + B303118B2D2378500006215A /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B30315BC2D2378500006215A /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B30315C22D2378500006215A /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B30324C92D2378500006215A /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B30324CC2D2378500006215A /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B30324EB2D2378500006215A /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B30326892D2378500006215A /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B303E9182D2378500006215A /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B303E9442D2378500006215A /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B303E98A2D2378500006215A /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B303E9C52D2378500006215A /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B303E9F52D2378500006215A /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B303EA252D2378500006215A /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B303EA692D2378500006215A /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B303EA962D2378500006215A /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B303EAC22D2378500006215A /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B303EAC52D2378500006215A /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B303EAD72D2378500006215A /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B303EAE72D2378500006215A /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B303EB032D2378500006215A /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B303EB162D2378500006215A /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B303EB262D2378500006215A /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B303EB562D2378500006215A /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B303EB642D2378500006215A /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B303EBCF2D2378500006215A /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B303EBFF2D2378500006215A /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B303EC052D2378500006215A /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B303EC0B2D2378500006215A /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B303EC142D2378500006215A /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B303EC242D2378500006215A /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; + B303F4782D2378500006215A /* AltKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = AltKit.xcodeproj; sourceTree = ""; }; + B303F5472D2378500006215A /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B303F5482D2378500006215A /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B303F5A62D2378500006215A /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B303F60C2D2378500006215A /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B303F64E2D2378500006215A /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B303F9252D2378500006215A /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B303F9292D2378500006215A /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B303F92E2D2378500006215A /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B303FCB42D2378500006215A /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B303FCBA2D2378500006215A /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B30F0D062D28A6A9005EB516 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B30F0D092D28A6A9005EB516 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B30F0D282D28A6A9005EB516 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B30F0EC62D28A6A9005EB516 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B30FDB7C2D28A6A9005EB516 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B30FDBAC2D28A6A9005EB516 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B30FDBDC2D28A6A9005EB516 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B30FDC302D28A6A9005EB516 /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B30FDC9E2D28A6A9005EB516 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B30FDCAC2D28A6A9005EB516 /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B30FDD172D28A6A9005EB516 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B30FDD472D28A6A9005EB516 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B30FDD4D2D28A6A9005EB516 /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B30FDD532D28A6A9005EB516 /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B30FDD5C2D28A6A9005EB516 /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B30FDD842D28A6A9005EB516 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B30FDD852D28A6A9005EB516 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B30FDDE32D28A6A9005EB516 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B30FDE492D28A6A9005EB516 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B30FDE8B2D28A6A9005EB516 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B30FE1622D28A6A9005EB516 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B30FE1662D28A6A9005EB516 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B30FE16B2D28A6A9005EB516 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B30FE4F12D28A6A9005EB516 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B30FE4F72D28A6A9005EB516 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B30FF9C82D28A6A9005EB516 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B30FFDF92D28A6A9005EB516 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B30FFDFF2D28A6A9005EB516 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B314046A2CFFE1C0009FB8B3 /* AltKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = AltKit.xcodeproj; sourceTree = ""; }; + B31405392CFFE1C0009FB8B3 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B31405972CFFE1C0009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B31405FD2CFFE1C0009FB8B3 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B314063F2CFFE1C0009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B31409162CFFE1C0009FB8B3 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B314091A2CFFE1C0009FB8B3 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B314091F2CFFE1C0009FB8B3 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B3140A772CFFEBD8009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3140EA82CFFEBD8009FB8B3 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3140EAE2CFFEBD8009FB8B3 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3141CD72CFFE1C0009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3141DB52CFFEBD8009FB8B3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B3141DB82CFFEBD8009FB8B3 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B3141DD72CFFEBD8009FB8B3 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B31421082CFFE1C0009FB8B3 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B314210E2CFFE1C0009FB8B3 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B31430152CFFE1C0009FB8B3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B31430182CFFE1C0009FB8B3 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B31430372CFFE1C0009FB8B3 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B31438B52CFFF3EB009FB8B3 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B31438E42CFFF3EB009FB8B3 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B314392E2CFFF3EB009FB8B3 /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B314395D2CFFF3EB009FB8B3 /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B31439872CFFF3EB009FB8B3 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B314398A2CFFF3EB009FB8B3 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B314399A2CFFF3EB009FB8B3 /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B31439A72CFFF3EB009FB8B3 /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B31439C02CFFF3EB009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B31439D02CFFF3EB009FB8B3 /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B31439DD2CFFF3EB009FB8B3 /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B31439E92CFFF3EB009FB8B3 /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; + B314423B2CFFF3EB009FB8B3 /* AltKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = AltKit.xcodeproj; sourceTree = ""; }; + B314430A2CFFF3EB009FB8B3 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B31443682CFFF3EB009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B31443CE2CFFF3EB009FB8B3 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B31444102CFFF3EB009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B31446E72CFFF3EB009FB8B3 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B31446EB2CFFF3EB009FB8B3 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B31446F02CFFF3EB009FB8B3 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B3144A8A2CFFE9EF009FB8B3 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B3144AB92CFFE9EF009FB8B3 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B3144B032CFFE9EF009FB8B3 /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B3144B322CFFE9EF009FB8B3 /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B3144B5C2CFFE9EF009FB8B3 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B3144B5F2CFFE9EF009FB8B3 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B3144B6F2CFFE9EF009FB8B3 /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B3144B7C2CFFE9EF009FB8B3 /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B3144B952CFFE9EF009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3144BA52CFFE9EF009FB8B3 /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B3144BB22CFFE9EF009FB8B3 /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B3144BBE2CFFE9EF009FB8B3 /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; + B31454102CFFE9EF009FB8B3 /* AltKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = AltKit.xcodeproj; sourceTree = ""; }; + B31454DF2CFFE9EF009FB8B3 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B314553D2CFFE9EF009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B31455A32CFFE9EF009FB8B3 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B31455E52CFFE9EF009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B31458BC2CFFE9EF009FB8B3 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B31458C02CFFE9EF009FB8B3 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B31458C52CFFE9EF009FB8B3 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B3145AA82CFFF3EB009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3145ED92CFFF3EB009FB8B3 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3145EDF2CFFF3EB009FB8B3 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3146C7D2CFFE9EF009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3146DE62CFFF3EB009FB8B3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B3146DE92CFFF3EB009FB8B3 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B3146E082CFFF3EB009FB8B3 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B31470AE2CFFE9EF009FB8B3 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B31470B42CFFE9EF009FB8B3 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3147FBB2CFFE9EF009FB8B3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B3147FBE2CFFE9EF009FB8B3 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B3147FDD2CFFE9EF009FB8B3 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B31498C22CFFEB24009FB8B3 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B31498F12CFFEB24009FB8B3 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B314993B2CFFEB24009FB8B3 /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B314996A2CFFEB24009FB8B3 /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B31499942CFFEB24009FB8B3 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B31499972CFFEB24009FB8B3 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B31499A72CFFEB24009FB8B3 /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B31499B42CFFEB24009FB8B3 /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B31499CD2CFFEB24009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B31499DD2CFFEB24009FB8B3 /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B31499EA2CFFEB24009FB8B3 /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B31499F62CFFEB24009FB8B3 /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; + B314A2482CFFEB24009FB8B3 /* AltKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = AltKit.xcodeproj; sourceTree = ""; }; + B314A3172CFFEB24009FB8B3 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B314A3752CFFEB24009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B314A3DB2CFFEB24009FB8B3 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B314A41D2CFFEB24009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B314A6F42CFFEB24009FB8B3 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B314A6F82CFFEB24009FB8B3 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B314A6FD2CFFEB24009FB8B3 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B314BAB52CFFEB24009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B314BEE62CFFEB24009FB8B3 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B314BEEC2CFFEB24009FB8B3 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B314C6492D000760009FB8B3 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B314C6782D000760009FB8B3 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B314C6C22D000760009FB8B3 /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B314C6F12D000760009FB8B3 /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B314C71B2D000760009FB8B3 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B314C71E2D000760009FB8B3 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B314C72E2D000760009FB8B3 /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B314C73B2D000760009FB8B3 /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B314C7542D000760009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B314C7642D000760009FB8B3 /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B314C7712D000760009FB8B3 /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B314C77D2D000760009FB8B3 /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; + B314CDF32CFFEB24009FB8B3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B314CDF62CFFEB24009FB8B3 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B314CE152CFFEB24009FB8B3 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B314CFCF2D000760009FB8B3 /* AltKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = AltKit.xcodeproj; sourceTree = ""; }; + B314D09E2D000760009FB8B3 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B314D0FC2D000760009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B314D1622D000760009FB8B3 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B314D1A42D000760009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B314D47B2D000760009FB8B3 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B314D47F2D000760009FB8B3 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B314D4842D000760009FB8B3 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B314D8492CFFEB67009FB8B3 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = flycast_libretro.xcodeproj; path = cmake/flycast_libretro.xcodeproj; sourceTree = ""; }; + B314E83C2D000760009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B314E8842CFFEBD8009FB8B3 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B314E8B32CFFEBD8009FB8B3 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B314E8FD2CFFEBD8009FB8B3 /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B314E92C2CFFEBD8009FB8B3 /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B314E9562CFFEBD8009FB8B3 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B314E9592CFFEBD8009FB8B3 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B314E9692CFFEBD8009FB8B3 /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B314E9762CFFEBD8009FB8B3 /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B314E98F2CFFEBD8009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B314E99F2CFFEBD8009FB8B3 /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B314E9AC2CFFEBD8009FB8B3 /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B314E9B82CFFEBD8009FB8B3 /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; + B314EC6D2D000760009FB8B3 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B314EC732D000760009FB8B3 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B314F20A2CFFEBD8009FB8B3 /* AltKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = AltKit.xcodeproj; sourceTree = ""; }; + B314F2D92CFFEBD8009FB8B3 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B314F3372CFFEBD8009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B314F39D2CFFEBD8009FB8B3 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B314F3DF2CFFEBD8009FB8B3 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B314F6B62CFFEBD8009FB8B3 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B314F6BA2CFFEBD8009FB8B3 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B314F6BF2CFFEBD8009FB8B3 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B314FAE42CFFE1C0009FB8B3 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B314FB132CFFE1C0009FB8B3 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B314FB5D2CFFE1C0009FB8B3 /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B314FB7A2D000760009FB8B3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B314FB7D2D000760009FB8B3 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B314FB8C2CFFE1C0009FB8B3 /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B314FB9C2D000760009FB8B3 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B314FBB62CFFE1C0009FB8B3 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B314FBB92CFFE1C0009FB8B3 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B314FBC92CFFE1C0009FB8B3 /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B314FBD62CFFE1C0009FB8B3 /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B314FBEF2CFFE1C0009FB8B3 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B314FBFF2CFFE1C0009FB8B3 /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B314FC0C2CFFE1C0009FB8B3 /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B314FC182CFFE1C0009FB8B3 /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; B316B4E621926FE500693472 /* emu.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = emu.cfg; sourceTree = ""; }; + B325AFA62D289A4300A4AE4F /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B325AFD62D289A4300A4AE4F /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B325B0062D289A4300A4AE4F /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B325B05A2D289A4300A4AE4F /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B325B0C82D289A4300A4AE4F /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B325B0D62D289A4300A4AE4F /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B325B1412D289A4300A4AE4F /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B325B1712D289A4300A4AE4F /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B325B1772D289A4300A4AE4F /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B325B17D2D289A4300A4AE4F /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B325B1862D289A4300A4AE4F /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B325B1AE2D289A4300A4AE4F /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B325B1AF2D289A4300A4AE4F /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B325B20D2D289A4300A4AE4F /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B325B2732D289A4300A4AE4F /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B325B2B52D289A4300A4AE4F /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B325B58C2D289A4300A4AE4F /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B325B5902D289A4300A4AE4F /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B325B5952D289A4300A4AE4F /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B325B91B2D289A4300A4AE4F /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B325B9212D289A4300A4AE4F /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B325CDF22D289A4300A4AE4F /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B325D2232D289A4300A4AE4F /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B325D2292D289A4300A4AE4F /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B325E1302D289A4300A4AE4F /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B325E1332D289A4300A4AE4F /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B325E1522D289A4300A4AE4F /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B325E2F02D289A4300A4AE4F /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B3390E7A2D28843600AD1F95 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B3390EAA2D28843600AD1F95 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B3390EDA2D28843600AD1F95 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3390F2E2D28843600AD1F95 /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B3390F9C2D28843600AD1F95 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3390FAA2D28843600AD1F95 /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B33910152D28843600AD1F95 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B33910452D28843600AD1F95 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B339104B2D28843600AD1F95 /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B33910512D28843600AD1F95 /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B339105A2D28843600AD1F95 /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B33910822D28843600AD1F95 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B33910832D28843600AD1F95 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B33910E12D28843600AD1F95 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B33911472D28843600AD1F95 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B33911892D28843600AD1F95 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B33914602D28843600AD1F95 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B33914642D28843600AD1F95 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B33914692D28843600AD1F95 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B33917EF2D28843600AD1F95 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B33917F52D28843600AD1F95 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3392CC62D28843600AD1F95 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B33930F72D28843600AD1F95 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B33930FD2D28843600AD1F95 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B33940042D28843600AD1F95 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B33940072D28843600AD1F95 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B33940262D28843600AD1F95 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B33941C42D28843600AD1F95 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; B339468820783F41008DBAB4 /* libpthread.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libpthread.tbd; path = usr/lib/libpthread.tbd; sourceTree = SDKROOT; }; B339468A20783F48008DBAB4 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; + B33A08042D2C73F400BFB6C9 /* openmp.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = openmp.xcframework; path = ../../External/OpenMP/openmp.xcframework; sourceTree = ""; }; B3447E96218B809200557ACE /* PVFlycastCore+Controls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PVFlycastCore+Controls.h"; sourceTree = ""; }; B3447E97218B809300557ACE /* PVFlycastCore+Controls.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "PVFlycastCore+Controls.mm"; sourceTree = ""; }; B3447E9A218B826F00557ACE /* PVFlycast+Audio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PVFlycast+Audio.h"; sourceTree = ""; }; @@ -583,8020 +363,312 @@ B3447EB1218BC69700557ACE /* PVFlycastCore+Audio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PVFlycastCore+Audio.h"; sourceTree = ""; }; B3447EB2218BC69700557ACE /* PVFlycastCore+Audio.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "PVFlycastCore+Audio.m"; sourceTree = ""; }; B3447EBF218BE9DA00557ACE /* BuildFlags.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = BuildFlags.xcconfig; sourceTree = ""; }; - B34CFF61295F303E0014C8AF /* elan.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = elan.cpp; sourceTree = ""; }; - B34CFF63295F30540014C8AF /* pvr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pvr.cpp; sourceTree = ""; }; - B34CFF67295F31C70014C8AF /* md5.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = md5.cpp; sourceTree = ""; }; - B34CFF68295F31C70014C8AF /* md5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = ""; }; - B34CFF6A295F31EC0014C8AF /* card_reader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = card_reader.cpp; sourceTree = ""; }; - B34CFF6C295F32360014C8AF /* ggpo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ggpo.cpp; sourceTree = ""; }; - B34CFF6D295F32370014C8AF /* output.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = output.cpp; sourceTree = ""; }; - B34CFF6E295F32370014C8AF /* net_handshake.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = net_handshake.cpp; sourceTree = ""; }; - B34CFF72295F327C0014C8AF /* isofs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = isofs.cpp; sourceTree = ""; }; - B34CFF74295F32990014C8AF /* mem_watch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mem_watch.cpp; sourceTree = ""; }; - B34CFF77295F32CF0014C8AF /* boxart.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = boxart.cpp; sourceTree = ""; }; - B34CFF78295F32CF0014C8AF /* http_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = http_client.h; sourceTree = ""; }; - B34CFF79295F32CF0014C8AF /* scraper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = scraper.cpp; sourceTree = ""; }; - B34CFF7A295F32CF0014C8AF /* pvrparser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pvrparser.h; sourceTree = ""; }; - B34CFF7B295F32CF0014C8AF /* gamesdb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gamesdb.h; sourceTree = ""; }; - B34CFF7C295F32CF0014C8AF /* scraper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scraper.h; sourceTree = ""; }; - B34CFF7D295F32CF0014C8AF /* boxart.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boxart.h; sourceTree = ""; }; - B34CFF7E295F32CF0014C8AF /* http_client.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = http_client.cpp; sourceTree = ""; }; - B34CFF7F295F32CF0014C8AF /* gamesdb.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gamesdb.cpp; sourceTree = ""; }; - B34CFF80295F33020014C8AF /* naomi2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = naomi2.cpp; sourceTree = ""; }; - B34CFF81295F33020014C8AF /* opengl_driver.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opengl_driver.cpp; sourceTree = ""; }; B35E6BEF207CD2610040709A /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; }; B35E6BF1207CD2670040709A /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; B35E6BF3207CD2730040709A /* CoreAudioKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioKit.framework; path = System/Library/Frameworks/CoreAudioKit.framework; sourceTree = SDKROOT; }; B35E6BF4207CD2740040709A /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; B35E6BF8207D00D00040709A /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; - B36AE80B295F034C00CC9D4F /* lib_unused_flycast-libretro.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "lib_unused_flycast-libretro.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B3980D8429239F3600A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B3980D8729239F3600A82429 /* rec_x64.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = rec_x64.cpp; sourceTree = ""; }; - B3980D8829239F3600A82429 /* xbyak_base.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xbyak_base.h; sourceTree = ""; }; - B3980D8929239F3600A82429 /* x64_regalloc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = x64_regalloc.h; sourceTree = ""; }; - B3980D8A29239F3600A82429 /* serialize.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serialize.cpp; sourceTree = ""; }; - B3980D8B29239F3600A82429 /* cheats.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cheats.cpp; sourceTree = ""; }; - B3980D8E29239F3600A82429 /* holly_intc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = holly_intc.h; sourceTree = ""; }; - B3980D8F29239F3600A82429 /* sb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sb.h; sourceTree = ""; }; - B3980D9029239F3600A82429 /* sb_mem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sb_mem.cpp; sourceTree = ""; }; - B3980D9129239F3600A82429 /* sb.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sb.cpp; sourceTree = ""; }; - B3980D9229239F3600A82429 /* holly_intc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = holly_intc.cpp; sourceTree = ""; }; - B3980D9329239F3600A82429 /* sb_mem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sb_mem.h; sourceTree = ""; }; - B3980D9529239F3600A82429 /* sh4_cache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_cache.h; sourceTree = ""; }; - B3980D9629239F3600A82429 /* sh4_rom.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_rom.h; sourceTree = ""; }; - B3980D9829239F3600A82429 /* shil.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = shil.cpp; sourceTree = ""; }; - B3980D9929239F3600A82429 /* shil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shil.h; sourceTree = ""; }; - B3980D9A29239F3600A82429 /* ngen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ngen.h; sourceTree = ""; }; - B3980D9B29239F3600A82429 /* decoder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = decoder.h; sourceTree = ""; }; - B3980D9C29239F3600A82429 /* driver.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = driver.cpp; sourceTree = ""; }; - B3980D9D29239F3600A82429 /* ssa_regalloc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ssa_regalloc.h; sourceTree = ""; }; - B3980D9E29239F3600A82429 /* decoder.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = decoder.cpp; sourceTree = ""; }; - B3980D9F29239F3600A82429 /* ssa.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssa.cpp; sourceTree = ""; }; - B3980DA029239F3600A82429 /* blockmanager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = blockmanager.cpp; sourceTree = ""; }; - B3980DA129239F3600A82429 /* blockmanager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = blockmanager.h; sourceTree = ""; }; - B3980DA229239F3600A82429 /* shil_canonical.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shil_canonical.h; sourceTree = ""; }; - B3980DA329239F3600A82429 /* ssa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ssa.h; sourceTree = ""; }; - B3980DA429239F3600A82429 /* decoder_opcodes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = decoder_opcodes.h; sourceTree = ""; }; - B3980DA529239F3600A82429 /* sh4_opcode_list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_opcode_list.h; sourceTree = ""; }; - B3980DA629239F3600A82429 /* sh4_if.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_if.h; sourceTree = ""; }; - B3980DA729239F3600A82429 /* sh4_interpreter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_interpreter.h; sourceTree = ""; }; - B3980DA829239F3600A82429 /* fsca-table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "fsca-table.h"; sourceTree = ""; }; - B3980DA929239F3600A82429 /* sh4_sched.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sh4_sched.cpp; sourceTree = ""; }; - B3980DAA29239F3600A82429 /* sh4_opcode_list.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sh4_opcode_list.cpp; sourceTree = ""; }; - B3980DAB29239F3600A82429 /* sh4_mmr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_mmr.h; sourceTree = ""; }; - B3980DAC29239F3600A82429 /* sh4_mem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_mem.h; sourceTree = ""; }; - B3980DAD29239F3600A82429 /* sh4_mem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sh4_mem.cpp; sourceTree = ""; }; - B3980DAF29239F3600A82429 /* sh4_opcodes.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sh4_opcodes.cpp; sourceTree = ""; }; - B3980DB029239F3600A82429 /* sh4_interpreter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sh4_interpreter.cpp; sourceTree = ""; }; - B3980DB129239F3600A82429 /* sh4_opcodes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_opcodes.h; sourceTree = ""; }; - B3980DB229239F3600A82429 /* sh4_fpu.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sh4_fpu.cpp; sourceTree = ""; }; - B3980DB329239F3600A82429 /* sh4_interrupts.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sh4_interrupts.cpp; sourceTree = ""; }; - B3980DB429239F3600A82429 /* sh4_interrupts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_interrupts.h; sourceTree = ""; }; - B3980DB529239F3600A82429 /* sh4_core_regs.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sh4_core_regs.cpp; sourceTree = ""; }; - B3980DB629239F3600A82429 /* sh4_mmr.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sh4_mmr.cpp; sourceTree = ""; }; - B3980DB829239F3600A82429 /* ubc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ubc.cpp; sourceTree = ""; }; - B3980DB929239F3600A82429 /* intc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = intc.cpp; sourceTree = ""; }; - B3980DBA29239F3600A82429 /* mmu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mmu.h; sourceTree = ""; }; - B3980DBB29239F3600A82429 /* bsc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bsc.cpp; sourceTree = ""; }; - B3980DBC29239F3600A82429 /* ccn.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ccn.cpp; sourceTree = ""; }; - B3980DBD29239F3600A82429 /* dmac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dmac.h; sourceTree = ""; }; - B3980DBE29239F3600A82429 /* modules.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = modules.h; sourceTree = ""; }; - B3980DBF29239F3600A82429 /* fastmmu.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fastmmu.cpp; sourceTree = ""; }; - B3980DC029239F3600A82429 /* dmac.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dmac.cpp; sourceTree = ""; }; - B3980DC129239F3600A82429 /* serial.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serial.cpp; sourceTree = ""; }; - B3980DC229239F3600A82429 /* rtc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = rtc.cpp; sourceTree = ""; }; - B3980DC329239F3600A82429 /* tmu.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tmu.cpp; sourceTree = ""; }; - B3980DC429239F3600A82429 /* mmu.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = mmu.cpp; sourceTree = ""; }; - B3980DC529239F3600A82429 /* ccn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ccn.h; sourceTree = ""; }; - B3980DC629239F3600A82429 /* cpg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cpg.cpp; sourceTree = ""; }; - B3980DC729239F3600A82429 /* wince.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = wince.h; sourceTree = ""; }; - B3980DC829239F3600A82429 /* sh4_rom.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sh4_rom.cpp; sourceTree = ""; }; - B3980DC929239F3600A82429 /* sh4_core.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_core.h; sourceTree = ""; }; - B3980DCA29239F3600A82429 /* sh4_sched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_sched.h; sourceTree = ""; }; - B3980DCC29239F3600A82429 /* gdrom_response.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gdrom_response.cpp; sourceTree = ""; }; - B3980DCD29239F3600A82429 /* gdromv3.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gdromv3.cpp; sourceTree = ""; }; - B3980DCE29239F3600A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3980DCF29239F3600A82429 /* gdromv3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gdromv3.h; sourceTree = ""; }; - B3980DD029239F3600A82429 /* gdrom_if.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gdrom_if.h; sourceTree = ""; }; - B3980DD229239F3600A82429 /* ta_structs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ta_structs.h; sourceTree = ""; }; - B3980DD329239F3600A82429 /* ta_ctx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ta_ctx.cpp; sourceTree = ""; }; - B3980DD429239F3600A82429 /* pvr_mem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pvr_mem.cpp; sourceTree = ""; }; - B3980DD529239F3600A82429 /* Renderer_if.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Renderer_if.h; sourceTree = ""; }; - B3980DD629239F3600A82429 /* ta_ctx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ta_ctx.h; sourceTree = ""; }; - B3980DD729239F3600A82429 /* spg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = spg.cpp; sourceTree = ""; }; - B3980DD829239F3600A82429 /* pvr_sb_regs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pvr_sb_regs.h; sourceTree = ""; }; - B3980DD929239F3600A82429 /* pvr_mem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pvr_mem.h; sourceTree = ""; }; - B3980DDA29239F3600A82429 /* pvr_sb_regs.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pvr_sb_regs.cpp; sourceTree = ""; }; - B3980DDB29239F3600A82429 /* helper_classes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = helper_classes.h; sourceTree = ""; }; - B3980DDC29239F3600A82429 /* ta.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ta.h; sourceTree = ""; }; - B3980DDD29239F3600A82429 /* spg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = spg.h; sourceTree = ""; }; - B3980DDE29239F3600A82429 /* pvr_regs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pvr_regs.h; sourceTree = ""; }; - B3980DE029239F3600A82429 /* Renderer_if.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Renderer_if.cpp; sourceTree = ""; }; - B3980DE129239F3600A82429 /* ta_vtx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ta_vtx.cpp; sourceTree = ""; }; - B3980DE229239F3600A82429 /* ta_const_df.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ta_const_df.h; sourceTree = ""; }; - B3980DE329239F3600A82429 /* pvr_regs.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pvr_regs.cpp; sourceTree = ""; }; - B3980DE429239F3600A82429 /* ta.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ta.cpp; sourceTree = ""; }; - B3980DE629239F3600A82429 /* flashrom.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = flashrom.h; sourceTree = ""; }; - B3980DE729239F3600A82429 /* flashrom.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = flashrom.cpp; sourceTree = ""; }; - B3980DE929239F3600A82429 /* awcartridge.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = awcartridge.cpp; sourceTree = ""; }; - B3980DEA29239F3600A82429 /* naomi_roms_input.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = naomi_roms_input.h; sourceTree = ""; }; - B3980DEB29239F3600A82429 /* decrypt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = decrypt.h; sourceTree = ""; }; - B3980DEC29239F3600A82429 /* naomi_regs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = naomi_regs.h; sourceTree = ""; }; - B3980DED29239F3600A82429 /* decrypt.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = decrypt.cpp; sourceTree = ""; }; - B3980DEE29239F3600A82429 /* naomi_flashrom.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = naomi_flashrom.h; sourceTree = ""; }; - B3980DEF29239F3600A82429 /* m1cartridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = m1cartridge.h; sourceTree = ""; }; - B3980DF029239F3600A82429 /* m4cartridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = m4cartridge.h; sourceTree = ""; }; - B3980DF129239F3600A82429 /* naomi_cart.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = naomi_cart.h; sourceTree = ""; }; - B3980DF229239F3600A82429 /* m1cartridge.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = m1cartridge.cpp; sourceTree = ""; }; - B3980DF329239F3600A82429 /* gdcartridge.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gdcartridge.cpp; sourceTree = ""; }; - B3980DF429239F3600A82429 /* m4cartridge.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = m4cartridge.cpp; sourceTree = ""; }; - B3980DF529239F3600A82429 /* naomi_flashrom.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = naomi_flashrom.cpp; sourceTree = ""; }; - B3980DF629239F3600A82429 /* naomi_roms.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = naomi_roms.h; sourceTree = ""; }; - B3980DF729239F3600A82429 /* naomi_cart.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = naomi_cart.cpp; sourceTree = ""; }; - B3980DF829239F3600A82429 /* awcartridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = awcartridge.h; sourceTree = ""; }; - B3980DF929239F3600A82429 /* naomi_m3comm.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = naomi_m3comm.cpp; sourceTree = ""; }; - B3980DFA29239F3600A82429 /* naomi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = naomi.h; sourceTree = ""; }; - B3980DFB29239F3600A82429 /* naomi_roms_eeprom.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = naomi_roms_eeprom.h; sourceTree = ""; }; - B3980DFC29239F3600A82429 /* naomi_roms.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = naomi_roms.cpp; sourceTree = ""; }; - B3980DFD29239F3600A82429 /* naomi.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = naomi.cpp; sourceTree = ""; }; - B3980DFE29239F3600A82429 /* awave_regs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = awave_regs.h; sourceTree = ""; }; - B3980DFF29239F3600A82429 /* naomi_m3comm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = naomi_m3comm.h; sourceTree = ""; }; - B3980E0029239F3600A82429 /* gdcartridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gdcartridge.h; sourceTree = ""; }; - B3980E0229239F3600A82429 /* maple_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = maple_helper.h; sourceTree = ""; }; - B3980E0329239F3600A82429 /* maple_if.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = maple_if.cpp; sourceTree = ""; }; - B3980E0429239F3600A82429 /* maple_jvs.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = maple_jvs.cpp; sourceTree = ""; }; - B3980E0529239F3600A82429 /* maple_helper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = maple_helper.cpp; sourceTree = ""; }; - B3980E0629239F3600A82429 /* maple_cfg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = maple_cfg.h; sourceTree = ""; }; - B3980E0729239F3600A82429 /* maple_cfg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = maple_cfg.cpp; sourceTree = ""; }; - B3980E0829239F3600A82429 /* maple_devs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = maple_devs.h; sourceTree = ""; }; - B3980E0929239F3600A82429 /* maple_if.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = maple_if.h; sourceTree = ""; }; - B3980E0A29239F3600A82429 /* maple_devs.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = maple_devs.cpp; sourceTree = ""; }; - B3980E0C29239F3600A82429 /* modem_regs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = modem_regs.h; sourceTree = ""; }; - B3980E0D29239F3600A82429 /* modem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = modem.h; sourceTree = ""; }; - B3980E0E29239F3600A82429 /* modem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = modem.cpp; sourceTree = ""; }; - B3980E1029239F3600A82429 /* arm_mem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = arm_mem.cpp; sourceTree = ""; }; - B3980E1129239F3600A82429 /* arm_mem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = arm_mem.h; sourceTree = ""; }; - B3980E1229239F3600A82429 /* arm7_rec_x64.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = arm7_rec_x64.cpp; sourceTree = ""; }; - B3980E1329239F3600A82429 /* arm7_rec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = arm7_rec.h; sourceTree = ""; }; - B3980E1429239F3600A82429 /* arm7.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = arm7.h; sourceTree = ""; }; - B3980E1529239F3600A82429 /* arm7.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = arm7.cpp; sourceTree = ""; }; - B3980E1629239F3600A82429 /* arm7_rec_arm32.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = arm7_rec_arm32.cpp; sourceTree = ""; }; - B3980E1829239F3600A82429 /* arm7_rec.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = arm7_rec.cpp; sourceTree = ""; }; - B3980E1929239F3600A82429 /* arm7_rec_arm64.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = arm7_rec_arm64.cpp; sourceTree = ""; }; - B3980E1A29239F3600A82429 /* arm-new.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "arm-new.h"; sourceTree = ""; }; - B3980E1C29239F3600A82429 /* aica_if.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = aica_if.cpp; sourceTree = ""; }; - B3980E1D29239F3600A82429 /* dsp_x64.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dsp_x64.cpp; sourceTree = ""; }; - B3980E1E29239F3600A82429 /* aica.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = aica.h; sourceTree = ""; }; - B3980E1F29239F3600A82429 /* dsp_arm64.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dsp_arm64.cpp; sourceTree = ""; }; - B3980E2029239F3600A82429 /* dsp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dsp.cpp; sourceTree = ""; }; - B3980E2129239F3600A82429 /* aica_mem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = aica_mem.cpp; sourceTree = ""; }; - B3980E2229239F3600A82429 /* dsp_x86.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dsp_x86.cpp; sourceTree = ""; }; - B3980E2329239F3600A82429 /* aica.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = aica.cpp; sourceTree = ""; }; - B3980E2429239F3600A82429 /* aica_mem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = aica_mem.h; sourceTree = ""; }; - B3980E2529239F3600A82429 /* dsp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dsp.h; sourceTree = ""; }; - B3980E2629239F3600A82429 /* dsp_interp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dsp_interp.cpp; sourceTree = ""; }; - B3980E2729239F3600A82429 /* sgc_if.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sgc_if.h; sourceTree = ""; }; - B3980E2829239F3600A82429 /* dsp_arm32.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dsp_arm32.cpp; sourceTree = ""; }; - B3980E2929239F3600A82429 /* aica_if.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = aica_if.h; sourceTree = ""; }; - B3980E2A29239F3600A82429 /* sgc_if.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sgc_if.cpp; sourceTree = ""; }; - B3980E2C29239F3600A82429 /* rtl8139c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rtl8139c.h; sourceTree = ""; }; - B3980E2D29239F3600A82429 /* bba.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bba.h; sourceTree = ""; }; - B3980E2E29239F3600A82429 /* rtl8139c.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = rtl8139c.cpp; sourceTree = ""; }; - B3980E2F29239F3600A82429 /* bba.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bba.cpp; sourceTree = ""; }; - B3980E3129239F3600A82429 /* _vmem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _vmem.h; sourceTree = ""; }; - B3980E3229239F3600A82429 /* _vmem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = _vmem.cpp; sourceTree = ""; }; - B3980E3429239F3600A82429 /* rzip.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rzip.h; sourceTree = ""; }; - B3980E3529239F3600A82429 /* ZipArchive.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ZipArchive.cpp; sourceTree = ""; }; - B3980E3629239F3600A82429 /* 7zArchive.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = 7zArchive.cpp; sourceTree = ""; }; - B3980E3729239F3600A82429 /* archive.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = archive.h; sourceTree = ""; }; - B3980E3829239F3600A82429 /* ZipArchive.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZipArchive.h; sourceTree = ""; }; - B3980E3929239F3600A82429 /* rzip.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = rzip.cpp; sourceTree = ""; }; - B3980E3A29239F3600A82429 /* archive.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = archive.cpp; sourceTree = ""; }; - B3980E3B29239F3600A82429 /* 7zArchive.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zArchive.h; sourceTree = ""; }; - B3980E3C29239F3600A82429 /* version.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = version.h.in; sourceTree = ""; }; - B3980E3D29239F3600A82429 /* build.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = build.h; sourceTree = ""; }; - B3980E3E29239F3600A82429 /* types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; - B3980E4029239F3600A82429 /* mapping.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mapping.h; sourceTree = ""; }; - B3980E4129239F3600A82429 /* gamepad_device.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gamepad_device.cpp; sourceTree = ""; }; - B3980E4229239F3600A82429 /* mapping.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = mapping.cpp; sourceTree = ""; }; - B3980E4329239F3600A82429 /* gamepad_device.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gamepad_device.h; sourceTree = ""; }; - B3980E4429239F3700A82429 /* keyboard_device.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = keyboard_device.h; sourceTree = ""; }; - B3980E4529239F3700A82429 /* gamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gamepad.h; sourceTree = ""; }; - B3980E4629239F3700A82429 /* emulator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = emulator.cpp; sourceTree = ""; }; - B3980E4829239F3700A82429 /* naomi_network.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = naomi_network.h; sourceTree = ""; }; - B3980E4929239F3700A82429 /* naomi_network.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = naomi_network.cpp; sourceTree = ""; }; - B3980E4A29239F3700A82429 /* picoppp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = picoppp.cpp; sourceTree = ""; }; - B3980E4B29239F3700A82429 /* picoppp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = picoppp.h; sourceTree = ""; }; - B3980E4C29239F3700A82429 /* miniupnp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = miniupnp.h; sourceTree = ""; }; - B3980E4D29239F3700A82429 /* ifaddrs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ifaddrs.c; sourceTree = ""; }; - B3980E4E29239F3700A82429 /* miniupnp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = miniupnp.cpp; sourceTree = ""; }; - B3980E4F29239F3700A82429 /* dns.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dns.cpp; sourceTree = ""; }; - B3980E5029239F3700A82429 /* net_platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = net_platform.h; sourceTree = ""; }; - B3980E5229239F3700A82429 /* gdi.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gdi.cpp; sourceTree = ""; }; - B3980E5329239F3700A82429 /* common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = common.cpp; sourceTree = ""; }; - B3980E5429239F3700A82429 /* cdi.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cdi.cpp; sourceTree = ""; }; - B3980E5529239F3700A82429 /* ImgReader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ImgReader.cpp; sourceTree = ""; }; - B3980E5629239F3700A82429 /* cue.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cue.cpp; sourceTree = ""; }; - B3980E5729239F3700A82429 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = ""; }; - B3980E5829239F3700A82429 /* ioctl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ioctl.cpp; sourceTree = ""; }; - B3980E5929239F3700A82429 /* chd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = chd.cpp; sourceTree = ""; }; - B3980E5B29239F3700A82429 /* cfg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cfg.cpp; sourceTree = ""; }; - B3980E5C29239F3700A82429 /* ini.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ini.h; sourceTree = ""; }; - B3980E5D29239F3700A82429 /* option.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = option.h; sourceTree = ""; }; - B3980E5E29239F3700A82429 /* option.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = option.cpp; sourceTree = ""; }; - B3980E5F29239F3700A82429 /* ini.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ini.cpp; sourceTree = ""; }; - B3980E6029239F3700A82429 /* cl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cl.cpp; sourceTree = ""; }; - B3980E6129239F3700A82429 /* cfg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cfg.h; sourceTree = ""; }; - B3980E6229239F3700A82429 /* emulator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = emulator.h; sourceTree = ""; }; - B3980E6329239F3700A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3980E6429239F3700A82429 /* cheats.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cheats.h; sourceTree = ""; }; - B3980E6529239F3700A82429 /* nullDC.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = nullDC.cpp; sourceTree = ""; }; - B3980E6729239F3700A82429 /* rec_arm.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = rec_arm.cpp; sourceTree = ""; }; - B3980E6829239F3700A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3980E6A29239F3700A82429 /* rec_arm64.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = rec_arm64.cpp; sourceTree = ""; }; - B3980E6B29239F3700A82429 /* arm64_regalloc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = arm64_regalloc.h; sourceTree = ""; }; - B3980E6C29239F3700A82429 /* arm64_unwind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = arm64_unwind.h; sourceTree = ""; }; - B3980E6E29239F3700A82429 /* egl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = egl.h; sourceTree = ""; }; - B3980E6F29239F3700A82429 /* osx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = osx.cpp; sourceTree = ""; }; - B3980E7029239F3700A82429 /* wgl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = wgl.h; sourceTree = ""; }; - B3980E7129239F3700A82429 /* wgl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = wgl.cpp; sourceTree = ""; }; - B3980E7229239F3700A82429 /* gl32funcs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl32funcs.h; sourceTree = ""; }; - B3980E7329239F3700A82429 /* context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = context.h; sourceTree = ""; }; - B3980E7429239F3700A82429 /* gl4funcs.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gl4funcs.cpp; sourceTree = ""; }; - B3980E7529239F3700A82429 /* gl_context.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gl_context.cpp; sourceTree = ""; }; - B3980E7629239F3700A82429 /* sdl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sdl.cpp; sourceTree = ""; }; - B3980E7729239F3700A82429 /* libretro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro.h; sourceTree = ""; }; - B3980E7829239F3700A82429 /* switcher.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = switcher.cpp; sourceTree = ""; }; - B3980E7929239F3700A82429 /* libretro.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = libretro.cpp; sourceTree = ""; }; - B3980E7A29239F3700A82429 /* gl32funcs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gl32funcs.c; sourceTree = ""; }; - B3980E7B29239F3700A82429 /* egl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = egl.cpp; sourceTree = ""; }; - B3980E7C29239F3700A82429 /* xgl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xgl.h; sourceTree = ""; }; - B3980E7D29239F3700A82429 /* sdl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sdl.h; sourceTree = ""; }; - B3980E7E29239F3700A82429 /* osx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = osx.h; sourceTree = ""; }; - B3980E7F29239F3700A82429 /* gl_context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl_context.h; sourceTree = ""; }; - B3980E8029239F3700A82429 /* xgl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = xgl.cpp; sourceTree = ""; }; - B3980E8229239F3700A82429 /* sdl_keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sdl_keyboard.h; sourceTree = ""; }; - B3980E8329239F3700A82429 /* sdl_gamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sdl_gamepad.h; sourceTree = ""; }; - B3980E8429239F3700A82429 /* sdl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sdl.cpp; sourceTree = ""; }; - B3980E8529239F3700A82429 /* sdl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sdl.h; sourceTree = ""; }; - B3980E8729239F3700A82429 /* common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = common.cpp; sourceTree = ""; }; - B3980E8829239F3700A82429 /* posix_vmem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = posix_vmem.cpp; sourceTree = ""; }; - B3980E8929239F3700A82429 /* context.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = context.cpp; sourceTree = ""; }; - B3980E8A29239F3700A82429 /* unwind_info.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = unwind_info.cpp; sourceTree = ""; }; - B3980E8B29239F3700A82429 /* libnx_vmem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = libnx_vmem.cpp; sourceTree = ""; }; - B3980E8C29239F3700A82429 /* stdclass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stdclass.h; sourceTree = ""; }; - B3980E8D29239F3700A82429 /* stdclass.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stdclass.cpp; sourceTree = ""; }; - B3980E9029239F3700A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B3980E9229239F3700A82429 /* test_convert.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_convert.cpp; sourceTree = ""; }; - B3980E9329239F3700A82429 /* test_iostream.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_iostream.cpp; sourceTree = ""; }; - B3980E9429239F3700A82429 /* test_fstream.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_fstream.cpp; sourceTree = ""; }; - B3980E9529239F3700A82429 /* test_system.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_system.cpp; sourceTree = ""; }; - B3980E9629239F3700A82429 /* test.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = test.hpp; sourceTree = ""; }; - B3980E9729239F3700A82429 /* test_env.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_env.cpp; sourceTree = ""; }; - B3980E9829239F3700A82429 /* test_stdio.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_stdio.cpp; sourceTree = ""; }; - B3980E9B29239F3700A82429 /* iostream.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = iostream.hpp; sourceTree = ""; }; - B3980E9C29239F3700A82429 /* scoped_ptr.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scoped_ptr.hpp; sourceTree = ""; }; - B3980E9D29239F3700A82429 /* utf.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = utf.hpp; sourceTree = ""; }; - B3980E9E29239F3700A82429 /* config.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = config.hpp; sourceTree = ""; }; - B3980E9F29239F3700A82429 /* system.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = system.hpp; sourceTree = ""; }; - B3980EA029239F3700A82429 /* encoding_errors.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = encoding_errors.hpp; sourceTree = ""; }; - B3980EA129239F3700A82429 /* cstdio.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = cstdio.hpp; sourceTree = ""; }; - B3980EA229239F3700A82429 /* stackstring.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = stackstring.hpp; sourceTree = ""; }; - B3980EA329239F3700A82429 /* cenv.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = cenv.hpp; sourceTree = ""; }; - B3980EA429239F3700A82429 /* encoding_utf.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = encoding_utf.hpp; sourceTree = ""; }; - B3980EA529239F3700A82429 /* windows.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = windows.hpp; sourceTree = ""; }; - B3980EA629239F3700A82429 /* cstdlib.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = cstdlib.hpp; sourceTree = ""; }; - B3980EA729239F3700A82429 /* args.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = args.hpp; sourceTree = ""; }; - B3980EA829239F3700A82429 /* fstream.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = fstream.hpp; sourceTree = ""; }; - B3980EA929239F3700A82429 /* filebuf.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = filebuf.hpp; sourceTree = ""; }; - B3980EAA29239F3700A82429 /* convert.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = convert.hpp; sourceTree = ""; }; - B3980EAB29239F3700A82429 /* Doxyfile.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = Doxyfile.in; sourceTree = ""; }; - B3980EAE29239F3700A82429 /* NoWide-Android.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "NoWide-Android.vcxproj"; sourceTree = ""; }; - B3980EAF29239F3700A82429 /* NoWide-Windows.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "NoWide-Windows.vcxproj"; sourceTree = ""; }; - B3980EB029239F3700A82429 /* NoWide-Android.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "NoWide-Android.vcxproj.filters"; sourceTree = ""; }; - B3980EB129239F3700A82429 /* NoWide.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = NoWide.sln; sourceTree = ""; }; - B3980EB229239F3700A82429 /* NoWide-Windows.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "NoWide-Windows.vcxproj.filters"; sourceTree = ""; }; - B3980EB529239F3700A82429 /* FindHHC.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindHHC.cmake; sourceTree = ""; }; - B3980EB629239F3700A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3980EB729239F3700A82429 /* COPYING */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; - B3980EB929239F3700A82429 /* iostream.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = iostream.cpp; sourceTree = ""; }; - B3980EBB29239F3700A82429 /* platform-vixl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "platform-vixl.h"; sourceTree = ""; }; - B3980EBC29239F3700A82429 /* pool-manager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "pool-manager.h"; sourceTree = ""; }; - B3980EBD29239F3700A82429 /* cpu-features.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "cpu-features.cc"; sourceTree = ""; }; - B3980EBE29239F3700A82429 /* pool-manager-impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "pool-manager-impl.h"; sourceTree = ""; }; - B3980EBF29239F3700A82429 /* invalset-vixl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "invalset-vixl.h"; sourceTree = ""; }; - B3980EC029239F3700A82429 /* macro-assembler-interface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "macro-assembler-interface.h"; sourceTree = ""; }; - B3980EC129239F3700A82429 /* utils-vixl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "utils-vixl.h"; sourceTree = ""; }; - B3980EC229239F3700A82429 /* utils-vixl.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "utils-vixl.cc"; sourceTree = ""; }; - B3980EC329239F3700A82429 /* code-buffer-vixl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "code-buffer-vixl.h"; sourceTree = ""; }; - B3980EC429239F3700A82429 /* assembler-base-vixl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "assembler-base-vixl.h"; sourceTree = ""; }; - B3980EC529239F3700A82429 /* compiler-intrinsics-vixl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "compiler-intrinsics-vixl.h"; sourceTree = ""; }; - B3980EC629239F3700A82429 /* compiler-intrinsics-vixl.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "compiler-intrinsics-vixl.cc"; sourceTree = ""; }; - B3980EC829239F3700A82429 /* assembler-aarch32.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "assembler-aarch32.cc"; sourceTree = ""; }; - B3980EC929239F3700A82429 /* location-aarch32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "location-aarch32.h"; sourceTree = ""; }; - B3980ECA29239F3700A82429 /* location-aarch32.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "location-aarch32.cc"; sourceTree = ""; }; - B3980ECB29239F3700A82429 /* assembler-aarch32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "assembler-aarch32.h"; sourceTree = ""; }; - B3980ECC29239F3700A82429 /* operands-aarch32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "operands-aarch32.h"; sourceTree = ""; }; - B3980ECD29239F3700A82429 /* disasm-aarch32.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "disasm-aarch32.cc"; sourceTree = ""; }; - B3980ECE29239F3700A82429 /* operands-aarch32.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "operands-aarch32.cc"; sourceTree = ""; }; - B3980ECF29239F3700A82429 /* macro-assembler-aarch32.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "macro-assembler-aarch32.cc"; sourceTree = ""; }; - B3980ED029239F3700A82429 /* instructions-aarch32.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "instructions-aarch32.cc"; sourceTree = ""; }; - B3980ED129239F3700A82429 /* constants-aarch32.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "constants-aarch32.cc"; sourceTree = ""; }; - B3980ED229239F3700A82429 /* instructions-aarch32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "instructions-aarch32.h"; sourceTree = ""; }; - B3980ED329239F3700A82429 /* macro-assembler-aarch32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "macro-assembler-aarch32.h"; sourceTree = ""; }; - B3980ED429239F3700A82429 /* constants-aarch32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "constants-aarch32.h"; sourceTree = ""; }; - B3980ED529239F3700A82429 /* disasm-aarch32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "disasm-aarch32.h"; sourceTree = ""; }; - B3980ED629239F3700A82429 /* cpu-features.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "cpu-features.h"; sourceTree = ""; }; - B3980ED729239F3700A82429 /* code-generation-scopes-vixl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "code-generation-scopes-vixl.h"; sourceTree = ""; }; - B3980ED829239F3700A82429 /* globals-vixl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "globals-vixl.h"; sourceTree = ""; }; - B3980EDA29239F3700A82429 /* instrument-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "instrument-aarch64.cc"; sourceTree = ""; }; - B3980EDB29239F3700A82429 /* cpu-features-auditor-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "cpu-features-auditor-aarch64.cc"; sourceTree = ""; }; - B3980EDC29239F3700A82429 /* cpu-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "cpu-aarch64.h"; sourceTree = ""; }; - B3980EDD29239F3700A82429 /* pointer-auth-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "pointer-auth-aarch64.cc"; sourceTree = ""; }; - B3980EDE29239F3700A82429 /* constants-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "constants-aarch64.h"; sourceTree = ""; }; - B3980EDF29239F3700A82429 /* instructions-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "instructions-aarch64.cc"; sourceTree = ""; }; - B3980EE029239F3700A82429 /* logic-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "logic-aarch64.cc"; sourceTree = ""; }; - B3980EE129239F3700A82429 /* disasm-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "disasm-aarch64.h"; sourceTree = ""; }; - B3980EE229239F3700A82429 /* simulator-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "simulator-aarch64.cc"; sourceTree = ""; }; - B3980EE329239F3700A82429 /* decoder-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "decoder-aarch64.h"; sourceTree = ""; }; - B3980EE429239F3700A82429 /* simulator-constants-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "simulator-constants-aarch64.h"; sourceTree = ""; }; - B3980EE529239F3700A82429 /* macro-assembler-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "macro-assembler-aarch64.h"; sourceTree = ""; }; - B3980EE629239F3700A82429 /* macro-assembler-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "macro-assembler-aarch64.cc"; sourceTree = ""; }; - B3980EE729239F3700A82429 /* instructions-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "instructions-aarch64.h"; sourceTree = ""; }; - B3980EE829239F3700A82429 /* disasm-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "disasm-aarch64.cc"; sourceTree = ""; }; - B3980EE929239F3700A82429 /* operands-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "operands-aarch64.cc"; sourceTree = ""; }; - B3980EEA29239F3700A82429 /* cpu-features-auditor-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "cpu-features-auditor-aarch64.h"; sourceTree = ""; }; - B3980EEB29239F3700A82429 /* decoder-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "decoder-aarch64.cc"; sourceTree = ""; }; - B3980EEC29239F3700A82429 /* simulator-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "simulator-aarch64.h"; sourceTree = ""; }; - B3980EED29239F3700A82429 /* instrument-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "instrument-aarch64.h"; sourceTree = ""; }; - B3980EEE29239F3700A82429 /* assembler-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "assembler-aarch64.h"; sourceTree = ""; }; - B3980EEF29239F3700A82429 /* operands-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "operands-aarch64.h"; sourceTree = ""; }; - B3980EF029239F3700A82429 /* cpu-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "cpu-aarch64.cc"; sourceTree = ""; }; - B3980EF129239F3700A82429 /* abi-aarch64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "abi-aarch64.h"; sourceTree = ""; }; - B3980EF229239F3700A82429 /* assembler-aarch64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "assembler-aarch64.cc"; sourceTree = ""; }; - B3980EF329239F3700A82429 /* code-buffer-vixl.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "code-buffer-vixl.cc"; sourceTree = ""; }; - B3980EF529239F3700A82429 /* xbrz.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xbrz.h; sourceTree = ""; }; - B3980EF629239F3700A82429 /* xbrz_config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xbrz_config.h; sourceTree = ""; }; - B3980EF729239F3700A82429 /* Changelog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Changelog.txt; sourceTree = ""; }; - B3980EF829239F3700A82429 /* xbrz_tools.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xbrz_tools.h; sourceTree = ""; }; - B3980EF929239F3700A82429 /* License.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = License.txt; sourceTree = ""; }; - B3980EFA29239F3700A82429 /* xbrz.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = xbrz.cpp; sourceTree = ""; }; - B3980EFC29239F3700A82429 /* Makefile.mingw */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.mingw; sourceTree = ""; }; - B3980F0229239F3700A82429 /* wingenminiupnpcstrings.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wingenminiupnpcstrings.c; sourceTree = ""; }; - B3980F0329239F3700A82429 /* miniupnpcstrings.h.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = miniupnpcstrings.h.cmake; sourceTree = ""; }; - B3980F0529239F3700A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B3980F0629239F3700A82429 /* testminiwget.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = testminiwget.sh; sourceTree = ""; }; - B3980F0829239F3700A82429 /* miniupnpc.rc */ = {isa = PBXFileReference; lastKnownFileType = text; path = miniupnpc.rc; sourceTree = ""; }; - B3980F0A29239F3700A82429 /* upnpc-static.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "upnpc-static.vcxproj"; sourceTree = ""; }; - B3980F0B29239F3700A82429 /* upnpc-static_vs2010.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "upnpc-static_vs2010.vcxproj"; sourceTree = ""; }; - B3980F0C29239F3700A82429 /* miniupnpc.vcproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = miniupnpc.vcproj; sourceTree = ""; }; - B3980F0D29239F3700A82429 /* upnpc-static.vcproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "upnpc-static.vcproj"; sourceTree = ""; }; - B3980F0E29239F3700A82429 /* upnpc-static.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "upnpc-static.vcxproj.filters"; sourceTree = ""; }; - B3980F0F29239F3700A82429 /* miniupnpc.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = miniupnpc.vcxproj; sourceTree = ""; }; - B3980F1029239F3700A82429 /* miniupnpc.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = miniupnpc.vcxproj.filters; sourceTree = ""; }; - B3980F1129239F3700A82429 /* miniupnpc_vs2010.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = miniupnpc_vs2010.vcxproj; sourceTree = ""; }; - B3980F1229239F3700A82429 /* miniupnpc.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = miniupnpc.sln; sourceTree = ""; }; - B3980F1329239F3700A82429 /* miniupnpc_vs2010.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = miniupnpc_vs2010.vcxproj.filters; sourceTree = ""; }; - B3980F1429239F3700A82429 /* miniupnpc_vs2015.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = miniupnpc_vs2015.sln; sourceTree = ""; }; - B3980F1529239F3700A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3980F1629239F3700A82429 /* miniupnpc_vs2010.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = miniupnpc_vs2010.sln; sourceTree = ""; }; - B3980F1729239F3700A82429 /* genminiupnpcstrings.vbs */ = {isa = PBXFileReference; lastKnownFileType = text; path = genminiupnpcstrings.vbs; sourceTree = ""; }; - B3980F1829239F3700A82429 /* setupmingw32.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = setupmingw32.py; sourceTree = ""; }; - B3980F1A29239F3700A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B3980F1D29239F3700A82429 /* updateminiupnpcstrings.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = updateminiupnpcstrings.sh; sourceTree = ""; }; - B3980F1F29239F3700A82429 /* pymoduletest.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = pymoduletest.py; sourceTree = ""; }; - B3980F2129239F3700A82429 /* GetSpecificPortMappingEntryResp.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = GetSpecificPortMappingEntryResp.xml; sourceTree = ""; }; - B3980F2229239F3700A82429 /* SetDefaultConnectionService.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = SetDefaultConnectionService.xml; sourceTree = ""; }; - B3980F2329239F3700A82429 /* GetExternalIPAddress.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = GetExternalIPAddress.xml; sourceTree = ""; }; - B3980F2429239F3700A82429 /* GetSpecificPortMappingEntryResp.namevalue */ = {isa = PBXFileReference; lastKnownFileType = text; path = GetSpecificPortMappingEntryResp.namevalue; sourceTree = ""; }; - B3980F2529239F3700A82429 /* DeletePortMapping.namevalue */ = {isa = PBXFileReference; lastKnownFileType = text; path = DeletePortMapping.namevalue; sourceTree = ""; }; - B3980F2629239F3700A82429 /* GetSpecificPortMappingEntryReq.namevalue */ = {isa = PBXFileReference; lastKnownFileType = text; path = GetSpecificPortMappingEntryReq.namevalue; sourceTree = ""; }; - B3980F2729239F3700A82429 /* readme.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = readme.txt; sourceTree = ""; }; - B3980F2829239F3700A82429 /* DeletePortMapping.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = DeletePortMapping.xml; sourceTree = ""; }; - B3980F2929239F3700A82429 /* GetSpecificPortMappingEntryReq.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = GetSpecificPortMappingEntryReq.xml; sourceTree = ""; }; - B3980F2A29239F3700A82429 /* GetExternalIPAddress.namevalue */ = {isa = PBXFileReference; lastKnownFileType = text; path = GetExternalIPAddress.namevalue; sourceTree = ""; }; - B3980F2B29239F3700A82429 /* SetDefaultConnectionService.namevalue */ = {isa = PBXFileReference; lastKnownFileType = text; path = SetDefaultConnectionService.namevalue; sourceTree = ""; }; - B3980F2E29239F3700A82429 /* miniupnpc.3 */ = {isa = PBXFileReference; lastKnownFileType = text; path = miniupnpc.3; sourceTree = ""; }; - B3980F3029239F3700A82429 /* testupnpigd.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = testupnpigd.py; sourceTree = ""; }; - B3980F3229239F3700A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B3980F3329239F3700A82429 /* pymoduletest3.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = pymoduletest3.py; sourceTree = ""; }; - B3980F3C29239F3700A82429 /* testjava.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = testjava.sh; sourceTree = ""; }; - B3980F3D29239F3700A82429 /* JavaBridgeTest.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = JavaBridgeTest.java; sourceTree = ""; }; - B3980F3E29239F3700A82429 /* testjava.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = testjava.bat; sourceTree = ""; }; - B3980F3F29239F3700A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3980F4029239F3700A82429 /* MANIFEST.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = MANIFEST.in; sourceTree = ""; }; - B3980F4229239F3700A82429 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - B3980F4329239F3700A82429 /* miniupnpc.def */ = {isa = PBXFileReference; lastKnownFileType = text; path = miniupnpc.def; sourceTree = ""; }; - B3980F4929239F3700A82429 /* external-ip.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "external-ip.sh"; sourceTree = ""; }; - B3980F4A29239F3700A82429 /* miniupnpcstrings.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = miniupnpcstrings.h.in; sourceTree = ""; }; - B3980F4B29239F3700A82429 /* setup.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = setup.py; sourceTree = ""; }; - B3980F4D29239F3700A82429 /* testupnpreplyparse.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = testupnpreplyparse.sh; sourceTree = ""; }; - B3980F4F29239F3700A82429 /* apiversions.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = apiversions.txt; sourceTree = ""; }; - B3980F5129239F3700A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3980F5529239F3700A82429 /* miniupnpc-config.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = "miniupnpc-config.cmake"; sourceTree = ""; }; - B3980F5629239F3700A82429 /* Changelog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Changelog.txt; sourceTree = ""; }; - B3980F6229239F3700A82429 /* linksys_WAG200G_desc.values */ = {isa = PBXFileReference; lastKnownFileType = text; path = linksys_WAG200G_desc.values; sourceTree = ""; }; - B3980F6329239F3700A82429 /* new_LiveBox_desc.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = new_LiveBox_desc.xml; sourceTree = ""; }; - B3980F6429239F3700A82429 /* linksys_WAG200G_desc.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = linksys_WAG200G_desc.xml; sourceTree = ""; }; - B3980F6529239F3700A82429 /* new_LiveBox_desc.values */ = {isa = PBXFileReference; lastKnownFileType = text; path = new_LiveBox_desc.values; sourceTree = ""; }; - B3980F6829239F3700A82429 /* mingw32make.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = mingw32make.bat; sourceTree = ""; }; - B3980F8629239F3700A82429 /* gamesdk.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = gamesdk.cmake; sourceTree = ""; }; - B3980F8929239F3700A82429 /* LatencyTuner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LatencyTuner.h; sourceTree = ""; }; - B3980F8A29239F3700A82429 /* Version.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Version.h; sourceTree = ""; }; - B3980F8B29239F3700A82429 /* Utilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Utilities.h; sourceTree = ""; }; - B3980F8C29239F3700A82429 /* AudioStreamBuilder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AudioStreamBuilder.h; sourceTree = ""; }; - B3980F8D29239F3700A82429 /* ResultWithValue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResultWithValue.h; sourceTree = ""; }; - B3980F8E29239F3700A82429 /* AudioStreamBase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AudioStreamBase.h; sourceTree = ""; }; - B3980F8F29239F3700A82429 /* AudioStream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AudioStream.h; sourceTree = ""; }; - B3980F9029239F3700A82429 /* StabilizedCallback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StabilizedCallback.h; sourceTree = ""; }; - B3980F9129239F3700A82429 /* AudioStreamCallback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AudioStreamCallback.h; sourceTree = ""; }; - B3980F9229239F3700A82429 /* Oboe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Oboe.h; sourceTree = ""; }; - B3980F9329239F3700A82429 /* Definitions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Definitions.h; sourceTree = ""; }; - B3980F9629239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980F9829239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980F9A29239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980F9C29239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980F9E29239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FA029239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FA229239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FA429239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FA629239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FA829239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FAA29239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FAC29239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FAE29239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FB029239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FB229239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FB429239F3700A82429 /* liboboe_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = liboboe_static.a; sourceTree = ""; }; - B3980FB629239F3700A82429 /* imgui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = imgui.h; sourceTree = ""; }; - B3980FB729239F3700A82429 /* imstb_textedit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = imstb_textedit.h; sourceTree = ""; }; - B3980FB829239F3700A82429 /* imconfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = imconfig.h; sourceTree = ""; }; - B3980FB929239F3700A82429 /* imgui_widgets.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = imgui_widgets.cpp; sourceTree = ""; }; - B3980FBA29239F3700A82429 /* imstb_truetype.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = imstb_truetype.h; sourceTree = ""; }; - B3980FBB29239F3700A82429 /* imgui.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = imgui.cpp; sourceTree = ""; }; - B3980FBC29239F3700A82429 /* imgui_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = imgui_internal.h; sourceTree = ""; }; - B3980FBD29239F3700A82429 /* imstb_rectpack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = imstb_rectpack.h; sourceTree = ""; }; - B3980FBE29239F3700A82429 /* imgui_demo.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = imgui_demo.cpp; sourceTree = ""; }; - B3980FBF29239F3700A82429 /* roboto_medium.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = roboto_medium.h; sourceTree = ""; }; - B3980FC029239F3700A82429 /* imgui_draw.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = imgui_draw.cpp; sourceTree = ""; }; - B3980FC229239F3700A82429 /* dirent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dirent.h; sourceTree = ""; }; - B3980FC429239F3700A82429 /* pkg-config.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = "pkg-config.pc.in"; sourceTree = ""; }; - B3980FC529239F3700A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B3980FC829239F3700A82429 /* flac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = flac.h; sourceTree = ""; }; - B3980FC929239F3700A82429 /* chdconfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = chdconfig.h; sourceTree = ""; }; - B3980FCA29239F3700A82429 /* bitstream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bitstream.h; sourceTree = ""; }; - B3980FCB29239F3700A82429 /* cdrom.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cdrom.h; sourceTree = ""; }; - B3980FCC29239F3700A82429 /* chd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = chd.h; sourceTree = ""; }; - B3980FCD29239F3700A82429 /* huffman.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = huffman.h; sourceTree = ""; }; - B3980FCE29239F3700A82429 /* coretypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = coretypes.h; sourceTree = ""; }; - B3980FD029239F3700A82429 /* dr_flac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dr_flac.h; sourceTree = ""; }; - B3980FD229239F3700A82429 /* benchmark.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = benchmark.c; sourceTree = ""; }; - B3980FD329239F3700A82429 /* build_tests.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build_tests.sh; sourceTree = ""; }; - B3980FD429239F3700A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3980FD729239F3700A82429 /* zutil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = ""; }; - B3980FD829239F3700A82429 /* inftrees.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = inftrees.h; sourceTree = ""; }; - B3980FD929239F3700A82429 /* inflate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = inflate.c; sourceTree = ""; }; - B3980FDA29239F3700A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B3980FDB29239F3700A82429 /* zlib.map */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = zlib.map; sourceTree = ""; }; - B3980FDC29239F3700A82429 /* zlib.pc.cmakein */ = {isa = PBXFileReference; lastKnownFileType = text; path = zlib.pc.cmakein; sourceTree = ""; }; - B3980FDD29239F3700A82429 /* zlib.3.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = zlib.3.pdf; sourceTree = ""; }; - B3980FDE29239F3700A82429 /* configure */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = configure; sourceTree = ""; }; - B3980FDF29239F3700A82429 /* compress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = ""; }; - B3980FE029239F3700A82429 /* zlib.3 */ = {isa = PBXFileReference; lastKnownFileType = text; path = zlib.3; sourceTree = ""; }; - B3980FE129239F3700A82429 /* ChangeLog */ = {isa = PBXFileReference; lastKnownFileType = text; path = ChangeLog; sourceTree = ""; }; - B3980FE229239F3700A82429 /* deflate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = deflate.c; sourceTree = ""; }; - B3980FE329239F3700A82429 /* inffixed.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = inffixed.h; sourceTree = ""; }; - B3980FE429239F3700A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B3980FE529239F3700A82429 /* FAQ */ = {isa = PBXFileReference; lastKnownFileType = text; path = FAQ; sourceTree = ""; }; - B3980FE629239F3700A82429 /* gzread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzread.c; sourceTree = ""; }; - B3980FE729239F3700A82429 /* zconf.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = zconf.h.in; sourceTree = ""; }; - B3980FE829239F3700A82429 /* trees.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = trees.h; sourceTree = ""; }; - B3980FE929239F3700A82429 /* zconf.h.cmakein */ = {isa = PBXFileReference; lastKnownFileType = text; path = zconf.h.cmakein; sourceTree = ""; }; - B3980FEA29239F3700A82429 /* inffast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = inffast.h; sourceTree = ""; }; - B3980FEB29239F3700A82429 /* treebuild.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = treebuild.xml; sourceTree = ""; }; - B3980FEC29239F3700A82429 /* crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = crc32.c; sourceTree = ""; }; - B3980FED29239F3700A82429 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - B3980FEE29239F3700A82429 /* infback.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = infback.c; sourceTree = ""; }; - B3980FEF29239F3700A82429 /* zutil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = ""; }; - B3980FF029239F3700A82429 /* deflate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = deflate.h; sourceTree = ""; }; - B3980FF129239F3700A82429 /* zlib.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = zlib.pc.in; sourceTree = ""; }; - B3980FF229239F3700A82429 /* zlib2ansi */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = zlib2ansi; sourceTree = ""; }; - B3980FF329239F3700A82429 /* gzguts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gzguts.h; sourceTree = ""; }; - B3980FF429239F3700A82429 /* zlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zlib.h; sourceTree = ""; }; - B3980FF529239F3700A82429 /* gzlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzlib.c; sourceTree = ""; }; - B3980FF629239F3700A82429 /* make_vms.com */ = {isa = PBXFileReference; lastKnownFileType = text; path = make_vms.com; sourceTree = ""; }; - B3980FF729239F3700A82429 /* inflate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = inflate.h; sourceTree = ""; }; - B3980FF829239F3700A82429 /* inftrees.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = inftrees.c; sourceTree = ""; }; - B3980FF929239F3700A82429 /* INDEX */ = {isa = PBXFileReference; lastKnownFileType = text; path = INDEX; sourceTree = ""; }; - B3980FFB29239F3700A82429 /* rfc1952.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = rfc1952.txt; sourceTree = ""; }; - B3980FFC29239F3700A82429 /* rfc1950.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = rfc1950.txt; sourceTree = ""; }; - B3980FFD29239F3700A82429 /* algorithm.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = algorithm.txt; sourceTree = ""; }; - B3980FFE29239F3700A82429 /* rfc1951.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = rfc1951.txt; sourceTree = ""; }; - B3980FFF29239F3700A82429 /* txtvsbin.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = txtvsbin.txt; sourceTree = ""; }; - B398100029239F3700A82429 /* uncompr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = uncompr.c; sourceTree = ""; }; - B398100129239F3700A82429 /* gzwrite.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzwrite.c; sourceTree = ""; }; - B398100229239F3700A82429 /* trees.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = trees.c; sourceTree = ""; }; - B398100329239F3700A82429 /* gzclose.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gzclose.c; sourceTree = ""; }; - B398100429239F3700A82429 /* crc32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crc32.h; sourceTree = ""; }; - B398100529239F3700A82429 /* Makefile.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.in; sourceTree = ""; }; - B398100629239F3700A82429 /* inffast.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = inffast.c; sourceTree = ""; }; - B398100729239F3700A82429 /* adler32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = adler32.c; sourceTree = ""; }; - B398100829239F3700A82429 /* zconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zconf.h; sourceTree = ""; }; - B398100A29239F3700A82429 /* lzma.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = lzma.vcxproj.filters; sourceTree = ""; }; - B398100B29239F3700A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398100C29239F3700A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B398100E29239F3700A82429 /* LzHash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzHash.h; sourceTree = ""; }; - B398100F29239F3700A82429 /* 7zTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zTypes.h; sourceTree = ""; }; - B398101029239F3700A82429 /* Compiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Compiler.h; sourceTree = ""; }; - B398101129239F3700A82429 /* Precomp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Precomp.h; sourceTree = ""; }; - B398101229239F3700A82429 /* CpuArch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuArch.h; sourceTree = ""; }; - B398101329239F3700A82429 /* Delta.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Delta.h; sourceTree = ""; }; - B398101429239F3700A82429 /* LzmaLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaLib.h; sourceTree = ""; }; - B398101529239F3700A82429 /* Lzma86.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Lzma86.h; sourceTree = ""; }; - B398101629239F3700A82429 /* LzmaEnc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaEnc.h; sourceTree = ""; }; - B398101729239F3700A82429 /* LzFind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzFind.h; sourceTree = ""; }; - B398101829239F3700A82429 /* Bra.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bra.h; sourceTree = ""; }; - B398101929239F3700A82429 /* Sort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sort.h; sourceTree = ""; }; - B398101A29239F3700A82429 /* LzmaDec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaDec.h; sourceTree = ""; }; - B398101B29239F3700A82429 /* Alloc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Alloc.h; sourceTree = ""; }; - B398101C29239F3700A82429 /* lzma.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = lzma.vcxproj; sourceTree = ""; }; - B398101D29239F3700A82429 /* lzma.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = lzma.txt; sourceTree = ""; }; - B398101E29239F3700A82429 /* lzma-history.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "lzma-history.txt"; sourceTree = ""; }; - B398102029239F3700A82429 /* LzmaEnc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaEnc.c; sourceTree = ""; }; - B398102129239F3700A82429 /* LzFind.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzFind.c; sourceTree = ""; }; - B398102229239F3700A82429 /* Sort.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Sort.c; sourceTree = ""; }; - B398102329239F3700A82429 /* Bra86.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Bra86.c; sourceTree = ""; }; - B398102429239F3700A82429 /* Alloc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Alloc.c; sourceTree = ""; }; - B398102529239F3700A82429 /* LzmaDec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaDec.c; sourceTree = ""; }; - B398102629239F3700A82429 /* BraIA64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BraIA64.c; sourceTree = ""; }; - B398102729239F3700A82429 /* Lzma86Dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Lzma86Dec.c; sourceTree = ""; }; - B398102829239F3700A82429 /* Delta.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Delta.c; sourceTree = ""; }; - B398102929239F3700A82429 /* CpuArch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuArch.c; sourceTree = ""; }; - B398102A29239F3700A82429 /* LICENSE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; - B398102C29239F3700A82429 /* libchdr_chd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libchdr_chd.c; sourceTree = ""; }; - B398102D29239F3700A82429 /* libchdr_bitstream.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libchdr_bitstream.c; sourceTree = ""; }; - B398102E29239F3700A82429 /* libchdr_huffman.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libchdr_huffman.c; sourceTree = ""; }; - B398102F29239F3700A82429 /* libchdr_flac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libchdr_flac.c; sourceTree = ""; }; - B398103029239F3700A82429 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B398103129239F3700A82429 /* libchdr_cdrom.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libchdr_cdrom.c; sourceTree = ""; }; - B398103329239F3700A82429 /* mkdeps.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = mkdeps.sh; sourceTree = ""; }; - B398103429239F3700A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B398103629239F3700A82429 /* pico_protocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_protocol.h; sourceTree = ""; }; - B398103729239F3700A82429 /* pico_socket_multicast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_socket_multicast.h; sourceTree = ""; }; - B398103829239F3700A82429 /* pico_eth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_eth.h; sourceTree = ""; }; - B398103929239F3700A82429 /* pico_md5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_md5.h; sourceTree = ""; }; - B398103A29239F3700A82429 /* pico_stack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_stack.h; sourceTree = ""; }; - B398103B29239F3700A82429 /* pico_defines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_defines.h; sourceTree = ""; }; - B398103C29239F3700A82429 /* pico_constants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_constants.h; sourceTree = ""; }; - B398103D29239F3700A82429 /* pico_socket.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_socket.h; sourceTree = ""; }; - B398103E29239F3700A82429 /* pico_queue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_queue.h; sourceTree = ""; }; - B398103F29239F3700A82429 /* pico_config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_config.h; sourceTree = ""; }; - B398104029239F3700A82429 /* pico_device.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_device.h; sourceTree = ""; }; - B398104229239F3700A82429 /* pico_posix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_posix.h; sourceTree = ""; }; - B398104329239F3700A82429 /* pico_msvc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_msvc.h; sourceTree = ""; }; - B398104429239F3700A82429 /* pico_avr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_avr.h; sourceTree = ""; }; - B398104529239F3700A82429 /* pico_msp430.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_msp430.h; sourceTree = ""; }; - B398104629239F3700A82429 /* pico_cortex_m.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_cortex_m.h; sourceTree = ""; }; - B398104729239F3700A82429 /* pico_esp8266.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_esp8266.h; sourceTree = ""; }; - B398104829239F3700A82429 /* pico_mbed.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_mbed.h; sourceTree = ""; }; - B398104929239F3700A82429 /* pico_atsamd21j18.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_atsamd21j18.h; sourceTree = ""; }; - B398104A29239F3700A82429 /* pico_pic32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_pic32.h; sourceTree = ""; }; - B398104B29239F3700A82429 /* pico_arm9.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_arm9.h; sourceTree = ""; }; - B398104C29239F3700A82429 /* pico_dos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_dos.h; sourceTree = ""; }; - B398104D29239F3700A82429 /* pico_generic_gcc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_generic_gcc.h; sourceTree = ""; }; - B398104E29239F3700A82429 /* pico_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_linux.h; sourceTree = ""; }; - B398104F29239F3700A82429 /* pico_pic24.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_pic24.h; sourceTree = ""; }; - B398105029239F3700A82429 /* pico_none.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_none.h; sourceTree = ""; }; - B398105129239F3700A82429 /* pico_tree.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_tree.h; sourceTree = ""; }; - B398105229239F3700A82429 /* heap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = heap.h; sourceTree = ""; }; - B398105329239F3700A82429 /* pico_addressing.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_addressing.h; sourceTree = ""; }; - B398105429239F3700A82429 /* pico_frame.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_frame.h; sourceTree = ""; }; - B398105529239F3700A82429 /* pico_defines_msvc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_defines_msvc.h; sourceTree = ""; }; - B398105629239F3700A82429 /* pico_module_eth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_module_eth.h; sourceTree = ""; }; - B398105729239F3700A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B398105829239F3700A82429 /* COPYING */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; - B398105929239F3700A82429 /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = ""; }; - B398105B29239F3700A82429 /* debug.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = debug.mk; sourceTree = ""; }; - B398105C29239F3700A82429 /* tap.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = tap.mk; sourceTree = ""; }; - B398105D29239F3700A82429 /* udp.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = udp.mk; sourceTree = ""; }; - B398105E29239F3700A82429 /* dhcp_client.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = dhcp_client.mk; sourceTree = ""; }; - B398105F29239F3700A82429 /* ipv4frag.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = ipv4frag.mk; sourceTree = ""; }; - B398106029239F3700A82429 /* tcp.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = tcp.mk; sourceTree = ""; }; - B398106129239F3700A82429 /* dhcp_server.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = dhcp_server.mk; sourceTree = ""; }; - B398106229239F3700A82429 /* icmp4.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = icmp4.mk; sourceTree = ""; }; - B398106329239F3700A82429 /* ppp.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = ppp.mk; sourceTree = ""; }; - B398106429239F3700A82429 /* crc.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = crc.mk; sourceTree = ""; }; - B398106529239F3700A82429 /* eth.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = eth.mk; sourceTree = ""; }; - B398106629239F3700A82429 /* ipv4.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = ipv4.mk; sourceTree = ""; }; - B398106729239F3700A82429 /* dns_client.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = dns_client.mk; sourceTree = ""; }; - B398106829239F3700A82429 /* tun.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = tun.mk; sourceTree = ""; }; - B398106A29239F3700A82429 /* pico_device.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_device.c; sourceTree = ""; }; - B398106B29239F3700A82429 /* pico_tree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_tree.c; sourceTree = ""; }; - B398106C29239F3700A82429 /* pico_frame.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_frame.c; sourceTree = ""; }; - B398106D29239F3700A82429 /* pico_protocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_protocol.c; sourceTree = ""; }; - B398106E29239F3700A82429 /* pico_socket_multicast.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_socket_multicast.c; sourceTree = ""; }; - B398106F29239F3700A82429 /* pico_stack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_stack.c; sourceTree = ""; }; - B398107029239F3700A82429 /* pico_md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_md5.c; sourceTree = ""; }; - B398107129239F3700A82429 /* pico_socket.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_socket.c; sourceTree = ""; }; - B398107229239F3700A82429 /* MODTREE */ = {isa = PBXFileReference; lastKnownFileType = text; path = MODTREE; sourceTree = ""; }; - B398107429239F3700A82429 /* pico_dev_ppp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_dev_ppp.c; sourceTree = ""; }; - B398107529239F3700A82429 /* pico_ethernet.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_ethernet.c; sourceTree = ""; }; - B398107629239F3700A82429 /* pico_802154.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_802154.h; sourceTree = ""; }; - B398107729239F3700A82429 /* pico_olsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_olsr.h; sourceTree = ""; }; - B398107829239F3700A82429 /* pico_udp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_udp.c; sourceTree = ""; }; - B398107929239F3700A82429 /* pico_dhcp_server.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_dhcp_server.c; sourceTree = ""; }; - B398107A29239F3700A82429 /* pico_mm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_mm.h; sourceTree = ""; }; - B398107B29239F3700A82429 /* pico_ipv4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_ipv4.c; sourceTree = ""; }; - B398107C29239F3700A82429 /* pico_socket_tcp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_socket_tcp.c; sourceTree = ""; }; - B398107D29239F3700A82429 /* pico_ipv6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_ipv6.h; sourceTree = ""; }; - B398107E29239F3700A82429 /* pico_dns_client.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_dns_client.c; sourceTree = ""; }; - B398107F29239F3700A82429 /* pico_nat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_nat.h; sourceTree = ""; }; - B398108029239F3700A82429 /* pico_mld.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_mld.h; sourceTree = ""; }; - B398108129239F3700A82429 /* pico_icmp4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_icmp4.c; sourceTree = ""; }; - B398108229239F3700A82429 /* pico_dns_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_dns_common.h; sourceTree = ""; }; - B398108329239F3700A82429 /* pico_strings.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_strings.c; sourceTree = ""; }; - B398108429239F3700A82429 /* pico_arp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_arp.c; sourceTree = ""; }; - B398108529239F3700A82429 /* pico_socket_udp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_socket_udp.h; sourceTree = ""; }; - B398108629239F3700A82429 /* pico_icmp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_icmp6.h; sourceTree = ""; }; - B398108729239F3700A82429 /* pico_mcast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_mcast.h; sourceTree = ""; }; - B398108829239F3700A82429 /* pico_fragments.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_fragments.h; sourceTree = ""; }; - B398108929239F3700A82429 /* pico_dhcp_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_dhcp_common.c; sourceTree = ""; }; - B398108A29239F3700A82429 /* pico_6lowpan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_6lowpan.h; sourceTree = ""; }; - B398108B29239F3700A82429 /* pico_dhcp_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_dhcp_client.h; sourceTree = ""; }; - B398108C29239F3700A82429 /* pico_tcp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_tcp.h; sourceTree = ""; }; - B398108D29239F3700A82429 /* pico_dhcp_server.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_dhcp_server.h; sourceTree = ""; }; - B398108E29239F3700A82429 /* pico_udp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_udp.h; sourceTree = ""; }; - B398108F29239F3700A82429 /* pico_dev_null.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_dev_null.h; sourceTree = ""; }; - B398109029239F3700A82429 /* pico_ipv6_nd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_ipv6_nd.h; sourceTree = ""; }; - B398109129239F3700A82429 /* pico_dev_ppp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_dev_ppp.h; sourceTree = ""; }; - B398109229239F3700A82429 /* pico_dev_ipc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_dev_ipc.h; sourceTree = ""; }; - B398109329239F3700A82429 /* pico_ethernet.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_ethernet.h; sourceTree = ""; }; - B398109429239F3700A82429 /* pico_aodv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_aodv.h; sourceTree = ""; }; - B398109529239F3700A82429 /* pico_socket_tcp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_socket_tcp.h; sourceTree = ""; }; - B398109629239F3700A82429 /* pico_ipv4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_ipv4.h; sourceTree = ""; }; - B398109729239F3700A82429 /* pico_arp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_arp.h; sourceTree = ""; }; - B398109829239F3700A82429 /* pico_dns_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_dns_common.c; sourceTree = ""; }; - B398109929239F3700A82429 /* pico_strings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_strings.h; sourceTree = ""; }; - B398109A29239F3700A82429 /* pico_socket_udp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_socket_udp.c; sourceTree = ""; }; - B398109B29239F3700A82429 /* pico_icmp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_icmp4.h; sourceTree = ""; }; - B398109C29239F3700A82429 /* pico_dns_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_dns_client.h; sourceTree = ""; }; - B398109D29239F3700A82429 /* pico_igmp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_igmp.h; sourceTree = ""; }; - B398109E29239F3700A82429 /* pico_6lowpan_ll.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_6lowpan_ll.h; sourceTree = ""; }; - B398109F29239F3700A82429 /* pico_tcp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_tcp.c; sourceTree = ""; }; - B39810A029239F3700A82429 /* pico_ipfilter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_ipfilter.h; sourceTree = ""; }; - B39810A129239F3700A82429 /* pico_dhcp_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pico_dhcp_common.h; sourceTree = ""; }; - B39810A229239F3700A82429 /* pico_fragments.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pico_fragments.c; sourceTree = ""; }; - B39810A329239F3700A82429 /* LICENSE.GPLv3 */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.GPLv3; sourceTree = ""; }; - B39810A429239F3700A82429 /* LICENSE.GPLv2 */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.GPLv2; sourceTree = ""; }; - B39810A629239F3700A82429 /* CODE_OF_CONDUCT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CODE_OF_CONDUCT.md; sourceTree = ""; }; - B39810A729239F3700A82429 /* ChooseMSVCCRT.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = ChooseMSVCCRT.cmake; sourceTree = ""; }; - B39810A829239F3700A82429 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B39810A929239F3700A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B39810AA29239F3700A82429 /* BUILD.gn */ = {isa = PBXFileReference; lastKnownFileType = text; path = BUILD.gn; sourceTree = ""; }; - B39810AC29239F3700A82429 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B39810AD29239F3700A82429 /* test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test.cpp; sourceTree = ""; }; - B39810AF29239F3700A82429 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B39810B129239F3700A82429 /* hlsl.flattenOpaque.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.flattenOpaque.frag; sourceTree = ""; }; - B39810B229239F3700A82429 /* hlsl.intrinsics.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.comp; sourceTree = ""; }; - B39810B329239F3700A82429 /* glsl.460.subgroup.task */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.task; sourceTree = ""; }; - B39810B429239F3700A82429 /* spv.multiView.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.multiView.frag; sourceTree = ""; }; - B39810B529239F3700A82429 /* hlsl.hull.2.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.2.tesc; sourceTree = ""; }; - B39810B629239F3700A82429 /* spv.noDeadDecorations.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.noDeadDecorations.vert; sourceTree = ""; }; - B39810B729239F3700A82429 /* spv.memoryScopeSemantics_Error.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.memoryScopeSemantics_Error.comp; sourceTree = ""; }; - B39810B829239F3700A82429 /* hlsl.PointSize.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.PointSize.geom; sourceTree = ""; }; - B39810B929239F3700A82429 /* spv.shaderGroupVote.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shaderGroupVote.comp; sourceTree = ""; }; - B39810BA29239F3700A82429 /* link.multiBlocksValid.1.0.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.multiBlocksValid.1.0.vert; sourceTree = ""; }; - B39810BC29239F3800A82429 /* badInc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = badInc.h; sourceTree = ""; }; - B39810BD29239F3800A82429 /* bar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bar.h; sourceTree = ""; }; - B39810BF29239F3800A82429 /* notHere.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = notHere.h; sourceTree = ""; }; - B39810C029239F3800A82429 /* bar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bar.h; sourceTree = ""; }; - B39810C129239F3800A82429 /* local.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = local.h; sourceTree = ""; }; - B39810C229239F3800A82429 /* foo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = foo.h; sourceTree = ""; }; - B39810C429239F3800A82429 /* notHere.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = notHere.h; sourceTree = ""; }; - B39810C529239F3800A82429 /* bar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bar.h; sourceTree = ""; }; - B39810C629239F3800A82429 /* remote.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = remote.h; sourceTree = ""; }; - B39810C729239F3800A82429 /* glsl.entryPointRename2.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glsl.entryPointRename2.vert; sourceTree = ""; }; - B39810C829239F3800A82429 /* hlsl.comparison.vec.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.comparison.vec.frag; sourceTree = ""; }; - B39810C929239F3800A82429 /* hlsl.namespace.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.namespace.frag; sourceTree = ""; }; - B39810CA29239F3800A82429 /* localAggregates.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = localAggregates.frag; sourceTree = ""; }; - B39810CB29239F3800A82429 /* spv.shiftOps.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.shiftOps.frag; sourceTree = ""; }; - B39810CC29239F3800A82429 /* spv.dataOutIndirect.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.dataOutIndirect.vert; sourceTree = ""; }; - B39810CD29239F3800A82429 /* preprocessor.include.enabled.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.include.enabled.vert; sourceTree = ""; }; - B39810CE29239F3800A82429 /* 440.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 440.frag; sourceTree = ""; }; - B39810CF29239F3800A82429 /* hlsl.intrinsics.negative.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.negative.comp; sourceTree = ""; }; - B39810D029239F3800A82429 /* hlsl.structbuffer.append.fn.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structbuffer.append.fn.frag; sourceTree = ""; }; - B39810D129239F3800A82429 /* 300operations.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300operations.frag; sourceTree = ""; }; - B39810D229239F3800A82429 /* 310implicitSizeArrayError.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 310implicitSizeArrayError.vert; sourceTree = ""; }; - B39810D329239F3800A82429 /* errors.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = errors.frag; sourceTree = ""; }; - B39810D429239F3800A82429 /* spv.400.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.400.frag; sourceTree = ""; }; - B39810D529239F3800A82429 /* spv.16bitstorage_Error.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.16bitstorage_Error.frag; sourceTree = ""; }; - B39810D629239F3800A82429 /* hlsl.reflection.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.reflection.vert; sourceTree = ""; }; - B39810D729239F3800A82429 /* reflection.options.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = reflection.options.geom; sourceTree = ""; }; - B39810D829239F3800A82429 /* hlsl.clipdistance-2.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-2.vert"; sourceTree = ""; }; - B39810D929239F3800A82429 /* hlsl.domain.2.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.domain.2.tese; sourceTree = ""; }; - B39810DA29239F3800A82429 /* spv.specConstantComposite.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.specConstantComposite.vert; sourceTree = ""; }; - B39810DB29239F3800A82429 /* hlsl.mul-truncate.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.mul-truncate.frag"; sourceTree = ""; }; - B39810DC29239F3800A82429 /* cppSimple.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppSimple.vert; sourceTree = ""; }; - B39810DD29239F3800A82429 /* lineContinuation100.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = lineContinuation100.vert; sourceTree = ""; }; - B39810DE29239F3800A82429 /* spv.8bit-16bit-construction.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.8bit-16bit-construction.frag"; sourceTree = ""; }; - B39810DF29239F3800A82429 /* spv.specConstArrayCheck.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.specConstArrayCheck.vert; sourceTree = ""; }; - B39810E029239F3800A82429 /* spv.ext.ClosestHitShader.rchit */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.ClosestHitShader.rchit; sourceTree = ""; }; - B39810E129239F3800A82429 /* hlsl.rw.register.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.rw.register.frag; sourceTree = ""; }; - B39810E229239F3800A82429 /* spv.textureBuffer.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.textureBuffer.vert; sourceTree = ""; }; - B39810E329239F3800A82429 /* hlsl.memberFunCall.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.memberFunCall.frag; sourceTree = ""; }; - B39810E429239F3800A82429 /* remap.if.everything.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.if.everything.frag; sourceTree = ""; }; - B39810E529239F3800A82429 /* 400.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 400.geom; sourceTree = ""; }; - B39810E629239F3800A82429 /* functionCall.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = functionCall.frag; sourceTree = ""; }; - B39810E729239F3800A82429 /* hlsl.buffer.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.buffer.frag; sourceTree = ""; }; - B39810E829239F3800A82429 /* glsl.450.subgroupShuffle.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupShuffle.comp; sourceTree = ""; }; - B39810E929239F3800A82429 /* spv.subgroupBallotNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupBallotNeg.comp; sourceTree = ""; }; - B39810EA29239F3800A82429 /* spv.int16.amd.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.int16.amd.frag; sourceTree = ""; }; - B39810EB29239F3800A82429 /* spv.meshShaderPerViewUserDefined.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderPerViewUserDefined.mesh; sourceTree = ""; }; - B39810EC29239F3800A82429 /* spv.int16.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.int16.frag; sourceTree = ""; }; - B39810ED29239F3800A82429 /* cppMerge.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppMerge.frag; sourceTree = ""; }; - B39810EE29239F3800A82429 /* hlsl.type.identifier.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.type.identifier.frag; sourceTree = ""; }; - B39810EF29239F3800A82429 /* rayQuery.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = rayQuery.rgen; sourceTree = ""; }; - B39810F029239F3800A82429 /* spv.xfb2.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.xfb2.vert; sourceTree = ""; }; - B39810F129239F3800A82429 /* hlsl.matType.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.matType.frag; sourceTree = ""; }; - B39810F229239F3800A82429 /* hlsl.samplecmp.dualmode.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmp.dualmode.frag; sourceTree = ""; }; - B39810F329239F3800A82429 /* spv.rankShift.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.rankShift.comp; sourceTree = ""; }; - B39810F429239F3800A82429 /* spv.meshShaderTaskMem.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderTaskMem.mesh; sourceTree = ""; }; - B39810F529239F3800A82429 /* spv.8bitstorage-uint.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.8bitstorage-uint.frag"; sourceTree = ""; }; - B39810F629239F3800A82429 /* spv.loopsArtificial.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.loopsArtificial.frag; sourceTree = ""; }; - B39810F729239F3800A82429 /* spv.ext.RayGenShader.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayGenShader.rgen; sourceTree = ""; }; - B39810F829239F3800A82429 /* spv.for-notest.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.for-notest.vert"; sourceTree = ""; }; - B39810F929239F3800A82429 /* preprocessor.errors.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.errors.vert; sourceTree = ""; }; - B39810FA29239F3800A82429 /* spv.subgroupClustered.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupClustered.comp; sourceTree = ""; }; - B39810FB29239F3800A82429 /* spv.8bitstorage-ssbo.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.8bitstorage-ssbo.vert"; sourceTree = ""; }; - B39810FC29239F3800A82429 /* spv.meshShaderRedeclPerViewBuiltins.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderRedeclPerViewBuiltins.mesh; sourceTree = ""; }; - B39810FD29239F3800A82429 /* spv.functionNestedOpaque.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.functionNestedOpaque.vert; sourceTree = ""; }; - B39810FE29239F3800A82429 /* spv.RayGenShaderArray.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayGenShaderArray.rgen; sourceTree = ""; }; - B39810FF29239F3800A82429 /* spv.400.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.400.tesc; sourceTree = ""; }; - B398110029239F3800A82429 /* hlsl.intrinsics.lit.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.lit.frag; sourceTree = ""; }; - B398110129239F3800A82429 /* spv.intcoopmat.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.intcoopmat.comp; sourceTree = ""; }; - B398110229239F3800A82429 /* rayQuery-committed.Error.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-committed.Error.rgen"; sourceTree = ""; }; - B398110329239F3800A82429 /* precise.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = precise.tesc; sourceTree = ""; }; - B398110429239F3800A82429 /* spv.dead-complex-merge-after-return.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.dead-complex-merge-after-return.vert"; sourceTree = ""; }; - B398110529239F3800A82429 /* glsl.es320.subgroup.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glsl.es320.subgroup.vert; sourceTree = ""; }; - B398110629239F3800A82429 /* spv.samplerlessTextureFunctions.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.samplerlessTextureFunctions.frag; sourceTree = ""; }; - B398110729239F3800A82429 /* 310.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 310.vert; sourceTree = ""; }; - B398110829239F3800A82429 /* spv.test.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.test.vert; sourceTree = ""; }; - B398110929239F3800A82429 /* spv.intOps.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.intOps.vert; sourceTree = ""; }; - B398110A29239F3800A82429 /* spv.fragmentDensity.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.fragmentDensity.vert; sourceTree = ""; }; - B398110B29239F3800A82429 /* link.vk.pcNamingInvalid.0.0.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.pcNamingInvalid.0.0.vert; sourceTree = ""; }; - B398110C29239F3800A82429 /* link.multiBlocksInvalid.0.1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.multiBlocksInvalid.0.1.vert; sourceTree = ""; }; - B398110D29239F3800A82429 /* hlsl.promotions.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.promotions.frag; sourceTree = ""; }; - B398110E29239F3800A82429 /* mains2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = mains2.frag; sourceTree = ""; }; - B398110F29239F3800A82429 /* link.vk.differentPC.0.1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.differentPC.0.1.frag; sourceTree = ""; }; - B398111029239F3800A82429 /* spv.noBuiltInLoc.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.noBuiltInLoc.vert; sourceTree = ""; }; - B398111129239F3800A82429 /* hlsl.intrinsics.barriers.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.barriers.comp; sourceTree = ""; }; - B398111229239F3800A82429 /* spv.buffer.autoassign.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.buffer.autoassign.frag; sourceTree = ""; }; - B398111329239F3800A82429 /* spv.register.autoassign.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.register.autoassign.frag; sourceTree = ""; }; - B398111429239F3800A82429 /* 420.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 420.geom; sourceTree = ""; }; - B398111529239F3800A82429 /* spv.bufferhandle3.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle3.frag; sourceTree = ""; }; - B398111629239F3800A82429 /* spv.noLocation.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.noLocation.vert; sourceTree = ""; }; - B398111729239F3800A82429 /* hlsl.explicitDescriptorSet.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.explicitDescriptorSet.frag; sourceTree = ""; }; - B398111829239F3800A82429 /* glspv.version.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glspv.version.vert; sourceTree = ""; }; - B398111929239F3800A82429 /* hlsl.flattenSubset.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.flattenSubset.frag; sourceTree = ""; }; - B398111A29239F3800A82429 /* runtimeArray.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = runtimeArray.vert; sourceTree = ""; }; - B398111B29239F3800A82429 /* hlsl.samplelevel.basic.dx10.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplelevel.basic.dx10.vert; sourceTree = ""; }; - B398111C29239F3800A82429 /* hlsl.gather.basic.dx10.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gather.basic.dx10.vert; sourceTree = ""; }; - B398111D29239F3800A82429 /* spv.variableArrayIndex.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.variableArrayIndex.frag; sourceTree = ""; }; - B398111E29239F3800A82429 /* vulkan.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = vulkan.frag; sourceTree = ""; }; - B398111F29239F3800A82429 /* 460.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 460.frag; sourceTree = ""; }; - B398112029239F3800A82429 /* spv.varyingArrayIndirect.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.varyingArrayIndirect.frag; sourceTree = ""; }; - B398112129239F3800A82429 /* spv.viewportArray2.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.viewportArray2.tesc; sourceTree = ""; }; - B398112229239F3800A82429 /* spv.fragmentDensity-es.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.fragmentDensity-es.frag"; sourceTree = ""; }; - B398112329239F3800A82429 /* hlsl.assoc.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.assoc.frag; sourceTree = ""; }; - B398112429239F3800A82429 /* hlsl.tristream-append.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.tristream-append.geom"; sourceTree = ""; }; - B398112529239F3800A82429 /* preprocessor.defined.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.defined.vert; sourceTree = ""; }; - B398112629239F3800A82429 /* spv.1.3.coopmat.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.3.coopmat.comp; sourceTree = ""; }; - B398112729239F3800A82429 /* hlsl.entry.rename.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.entry.rename.frag; sourceTree = ""; }; - B398112829239F3800A82429 /* spv.400.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.400.tese; sourceTree = ""; }; - B398112929239F3800A82429 /* glsl.es320.subgroupClustered.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupClustered.comp; sourceTree = ""; }; - B398112A29239F3800A82429 /* spv.do-simple.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.do-simple.vert"; sourceTree = ""; }; - B398112B29239F3800A82429 /* hlsl.target.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.target.frag; sourceTree = ""; }; - B398112C29239F3800A82429 /* spv.demoteDisabled.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.demoteDisabled.frag; sourceTree = ""; }; - B398112D29239F3800A82429 /* hlsl.hull.ctrlpt-2.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.hull.ctrlpt-2.tesc"; sourceTree = ""; }; - B398112E29239F3800A82429 /* 150.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 150.vert; sourceTree = ""; }; - B398112F29239F3800A82429 /* hlsl.structbuffer.byte.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structbuffer.byte.frag; sourceTree = ""; }; - B398113029239F3800A82429 /* spv.stereoViewRendering.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.stereoViewRendering.vert; sourceTree = ""; }; - B398113129239F3800A82429 /* hlsl.promote.vec1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.promote.vec1.frag; sourceTree = ""; }; - B398113229239F3800A82429 /* spv.subgroupArithmetic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupArithmetic.comp; sourceTree = ""; }; - B398113329239F3800A82429 /* link.vk.pcNamingValid.0.1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.pcNamingValid.0.1.vert; sourceTree = ""; }; - B398113429239F3800A82429 /* hlsl.swizzle.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.swizzle.frag; sourceTree = ""; }; - B398113529239F3800A82429 /* spv.AofA.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.AofA.frag; sourceTree = ""; }; - B398113629239F3800A82429 /* spv.bufferhandle16.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle16.frag; sourceTree = ""; }; - B398113729239F3800A82429 /* hlsl.noSemantic.functionality1.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.noSemantic.functionality1.comp; sourceTree = ""; }; - B398113829239F3800A82429 /* spv.ext.IntersectShader_Errors.rint */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.IntersectShader_Errors.rint; sourceTree = ""; }; - B398113929239F3800A82429 /* hlsl.logical.unary.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.logical.unary.frag; sourceTree = ""; }; - B398113A29239F3800A82429 /* hlsl.samplecmplevelzero.offset.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmplevelzero.offset.dx10.frag; sourceTree = ""; }; - B398113B29239F3800A82429 /* constErrors.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = constErrors.frag; sourceTree = ""; }; - B398113C29239F3800A82429 /* spv.for-complex-condition.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.for-complex-condition.vert"; sourceTree = ""; }; - B398113D29239F3800A82429 /* hlsl.int.dot.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.int.dot.frag; sourceTree = ""; }; - B398113E29239F3800A82429 /* glsl.es320.subgroupBallotNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupBallotNeg.comp; sourceTree = ""; }; - B398113F29239F3800A82429 /* hlsl.clipdistance-7.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-7.frag"; sourceTree = ""; }; - B398114029239F3800A82429 /* 300layout.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300layout.vert; sourceTree = ""; }; - B398114129239F3800A82429 /* spv.460.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.460.frag; sourceTree = ""; }; - B398114229239F3800A82429 /* hlsl.clipdistance-6.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-6.frag"; sourceTree = ""; }; - B398114329239F3800A82429 /* spv.newTexture.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.newTexture.frag; sourceTree = ""; }; - B398114429239F3800A82429 /* hlsl.rw.bracket.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.rw.bracket.frag; sourceTree = ""; }; - B398114529239F3800A82429 /* link.vk.pcNamingValid.0.0.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.pcNamingValid.0.0.vert; sourceTree = ""; }; - B398114629239F3800A82429 /* spv.100ops.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.100ops.frag; sourceTree = ""; }; - B398114729239F3800A82429 /* 430scope.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 430scope.vert; sourceTree = ""; }; - B398114829239F3800A82429 /* hlsl.templatetypes.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.templatetypes.frag; sourceTree = ""; }; - B398114929239F3800A82429 /* spv.simpleFunctionCall.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.simpleFunctionCall.frag; sourceTree = ""; }; - B398114A29239F3800A82429 /* 420.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 420.frag; sourceTree = ""; }; - B398114B29239F3800A82429 /* 400.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = 400.tese; sourceTree = ""; }; - B398114C29239F3800A82429 /* hlsl.basic.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.basic.geom; sourceTree = ""; }; - B398114D29239F3800A82429 /* hlsl.init.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.init.frag; sourceTree = ""; }; - B398114E29239F3800A82429 /* hlsl.intrinsics.evalfns.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.evalfns.frag; sourceTree = ""; }; - B398114F29239F3800A82429 /* spv.150.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.150.vert; sourceTree = ""; }; - B398115029239F3800A82429 /* hlsl.shift.per-set.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.shift.per-set.frag"; sourceTree = ""; }; - B398115129239F3800A82429 /* hlsl.precedence.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.precedence.frag; sourceTree = ""; }; - B398115229239F3800A82429 /* hlsl.rw.swizzle.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.rw.swizzle.frag; sourceTree = ""; }; - B398115329239F3800A82429 /* spv.matrix2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.matrix2.frag; sourceTree = ""; }; - B398115429239F3800A82429 /* versionsErrors.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = versionsErrors.frag; sourceTree = ""; }; - B398115529239F3800A82429 /* 300samplerExternalYUV.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300samplerExternalYUV.frag; sourceTree = ""; }; - B398115629239F3800A82429 /* spv.bitCast.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bitCast.frag; sourceTree = ""; }; - B398115729239F3800A82429 /* spv.1.4.sparseTexture.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.1.4.sparseTexture.frag; sourceTree = ""; }; - B398115829239F3800A82429 /* hlsl.getdimensions.rw.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.getdimensions.rw.dx10.frag; sourceTree = ""; }; - B398115929239F3800A82429 /* preprocessor.function_macro.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.function_macro.vert; sourceTree = ""; }; - B398115A29239F3800A82429 /* spv.subgroupExtendedTypesPartitionedNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesPartitionedNeg.comp; sourceTree = ""; }; - B398115B29239F3800A82429 /* spv.300layoutp.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.300layoutp.vert; sourceTree = ""; }; - B398115C29239F3800A82429 /* hlsl.tx.overload.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.tx.overload.frag; sourceTree = ""; }; - B398115D29239F3800A82429 /* dataOut.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = dataOut.frag; sourceTree = ""; }; - B398115E29239F3800A82429 /* spv.simpleMat.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.simpleMat.vert; sourceTree = ""; }; - B398115F29239F3800A82429 /* noMain2.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = noMain2.geom; sourceTree = ""; }; - B398116029239F3800A82429 /* spv.prepost.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.prepost.frag; sourceTree = ""; }; - B398116129239F3800A82429 /* hlsl.struct.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.struct.frag; sourceTree = ""; }; - B398116229239F3800A82429 /* glsl.450.subgroupBallotNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupBallotNeg.comp; sourceTree = ""; }; - B398116329239F3800A82429 /* hlsl.type.type.conversion.valid.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.type.type.conversion.valid.frag; sourceTree = ""; }; - B398116429239F3800A82429 /* 420.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = 420.tesc; sourceTree = ""; }; - B398116529239F3800A82429 /* spv.glsl.register.autoassign.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.glsl.register.autoassign.frag; sourceTree = ""; }; - B398116629239F3800A82429 /* spv.16bitstorage.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.16bitstorage.frag; sourceTree = ""; }; - B398116729239F3800A82429 /* glsl.450.subgroupBasic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupBasic.comp; sourceTree = ""; }; - B398116829239F3800A82429 /* link.vk.differentPC.0.0.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.differentPC.0.0.frag; sourceTree = ""; }; - B398116929239F3800A82429 /* spv.shaderDrawParams.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.shaderDrawParams.vert; sourceTree = ""; }; - B398116A29239F3800A82429 /* spv.bufferhandle2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle2.frag; sourceTree = ""; }; - B398116B29239F3800A82429 /* syntaxError.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = syntaxError.frag; sourceTree = ""; }; - B398116C29239F3800A82429 /* spv.ext.ClosestHitShader_Errors.rchit */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.ClosestHitShader_Errors.rchit; sourceTree = ""; }; - B398116D29239F3800A82429 /* link.vk.pcNamingInvalid.0.1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.pcNamingInvalid.0.1.vert; sourceTree = ""; }; - B398116E29239F3800A82429 /* hlsl.load.buffer.float.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.buffer.float.dx10.frag; sourceTree = ""; }; - B398116F29239F3800A82429 /* spv.vulkan100.subgroupPartitioned.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.vulkan100.subgroupPartitioned.comp; sourceTree = ""; }; - B398117029239F3800A82429 /* hlsl.entry-in.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.entry-in.frag"; sourceTree = ""; }; - B398117129239F3800A82429 /* spv.420.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.420.geom; sourceTree = ""; }; - B398117229239F3800A82429 /* spv.always-discard.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.always-discard.frag"; sourceTree = ""; }; - B398117329239F3800A82429 /* link.multiBlocksInvalid.0.0.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.multiBlocksInvalid.0.0.vert; sourceTree = ""; }; - B398117429239F3800A82429 /* lineContinuation.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = lineContinuation.vert; sourceTree = ""; }; - B398117529239F3800A82429 /* spv.subgroupShuffleRelative.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupShuffleRelative.comp; sourceTree = ""; }; - B398117629239F3800A82429 /* hlsl.flattenSubset2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.flattenSubset2.frag; sourceTree = ""; }; - B398117729239F3800A82429 /* glsl.450.subgroupClustered.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupClustered.comp; sourceTree = ""; }; - B398117829239F3800A82429 /* hlsl.rw.scalar.bracket.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.rw.scalar.bracket.frag; sourceTree = ""; }; - B398117929239F3800A82429 /* hlsl.samplecmp.negative2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmp.negative2.frag; sourceTree = ""; }; - B398117A29239F3800A82429 /* sample.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = sample.vert; sourceTree = ""; }; - B398117B29239F3800A82429 /* hlsl.partialFlattenLocal.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.partialFlattenLocal.vert; sourceTree = ""; }; - B398117C29239F3800A82429 /* spv.subgroupExtendedTypesQuad.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesQuad.comp; sourceTree = ""; }; - B398117D29239F3800A82429 /* empty.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = empty.frag; sourceTree = ""; }; - B398117E29239F3800A82429 /* spv.targetVulkan.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.targetVulkan.vert; sourceTree = ""; }; - B398117F29239F3800A82429 /* include.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = include.vert; sourceTree = ""; }; - B398118029239F3800A82429 /* spv.swizzle.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.swizzle.frag; sourceTree = ""; }; - B398118129239F3800A82429 /* hlsl.switch.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.switch.frag; sourceTree = ""; }; - B398118229239F3800A82429 /* always-discard.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "always-discard.frag"; sourceTree = ""; }; - B398118329239F3800A82429 /* nonuniform.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = nonuniform.frag; sourceTree = ""; }; - B398118429239F3800A82429 /* hlsl.matpack-1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.matpack-1.frag"; sourceTree = ""; }; - B398118529239F3800A82429 /* hlsl.texture.struct.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.texture.struct.frag; sourceTree = ""; }; - B398118629239F3800A82429 /* remap.hlsl.sample.basic.strip.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.hlsl.sample.basic.strip.frag; sourceTree = ""; }; - B398118729239F3800A82429 /* hlsl.wavebroadcast.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavebroadcast.comp; sourceTree = ""; }; - B398118829239F3800A82429 /* spv.rw.autoassign.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.rw.autoassign.frag; sourceTree = ""; }; - B398118929239F3800A82429 /* hlsl.this.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.this.frag; sourceTree = ""; }; - B398118A29239F3800A82429 /* spv.xfb3.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.xfb3.vert; sourceTree = ""; }; - B398118B29239F3800A82429 /* hlsl.entry-out.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.entry-out.frag"; sourceTree = ""; }; - B398118C29239F3800A82429 /* spv.bufferhandle17_Errors.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle17_Errors.frag; sourceTree = ""; }; - B398118D29239F3800A82429 /* 100Limits.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 100Limits.vert; sourceTree = ""; }; - B398118E29239F3800A82429 /* hlsl.intrinsic.frexp.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsic.frexp.frag; sourceTree = ""; }; - B398118F29239F3800A82429 /* hlsl.structbuffer.floatidx.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.floatidx.comp; sourceTree = ""; }; - B398119029239F3800A82429 /* spv.shaderBallot.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shaderBallot.comp; sourceTree = ""; }; - B398119129239F3800A82429 /* hlsl.struct.split.trivial.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.struct.split.trivial.vert; sourceTree = ""; }; - B398119229239F3800A82429 /* spv.16bitstorage-int.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.16bitstorage-int.frag"; sourceTree = ""; }; - B398119329239F3800A82429 /* spv.whileLoop.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.whileLoop.frag; sourceTree = ""; }; - B398119429239F3800A82429 /* hlsl.emptystruct.init.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.emptystruct.init.vert; sourceTree = ""; }; - B398119529239F3800A82429 /* remap.hlsl.sample.basic.everything.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.hlsl.sample.basic.everything.frag; sourceTree = ""; }; - B398119629239F3800A82429 /* dce.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = dce.frag; sourceTree = ""; }; - B398119729239F3800A82429 /* spv.storageBuffer.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.storageBuffer.vert; sourceTree = ""; }; - B398119829239F3800A82429 /* switch.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = switch.frag; sourceTree = ""; }; - B398119929239F3800A82429 /* spv.shaderBallotAMD.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shaderBallotAMD.comp; sourceTree = ""; }; - B398119A29239F3800A82429 /* spv.structAssignment.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.structAssignment.frag; sourceTree = ""; }; - B398119B29239F3800A82429 /* 400.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = 400.tesc; sourceTree = ""; }; - B398119C29239F3800A82429 /* hlsl.domain.3.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.domain.3.tese; sourceTree = ""; }; - B398119D29239F3800A82429 /* hlsl.structin.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structin.vert; sourceTree = ""; }; - B398119E29239F3800A82429 /* spv.ext.MissShader_Errors.rmiss */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.MissShader_Errors.rmiss; sourceTree = ""; }; - B398119F29239F3800A82429 /* spv.bufferhandleUvec2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandleUvec2.frag; sourceTree = ""; }; - B39811A029239F3800A82429 /* preprocessor.simple.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.simple.vert; sourceTree = ""; }; - B39811A129239F3800A82429 /* 430AofA.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 430AofA.frag; sourceTree = ""; }; - B39811A229239F3800A82429 /* hlsl.clipdistance-3.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-3.vert"; sourceTree = ""; }; - B39811A329239F3800A82429 /* sample.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = sample.vert.out; sourceTree = ""; }; - B39811A429239F3800A82429 /* spv.meshTaskShader.task */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshTaskShader.task; sourceTree = ""; }; - B39811A529239F3800A82429 /* spv.arbPostDepthCoverage.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.arbPostDepthCoverage.frag; sourceTree = ""; }; - B39811A629239F3800A82429 /* spv.precision.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.precision.frag; sourceTree = ""; }; - B39811A729239F3800A82429 /* 130.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 130.vert; sourceTree = ""; }; - B39811A829239F3800A82429 /* spv.earlyReturnDiscard.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.earlyReturnDiscard.frag; sourceTree = ""; }; - B39811A929239F3800A82429 /* badMacroArgs.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = badMacroArgs.frag; sourceTree = ""; }; - B39811AA29239F3800A82429 /* web.builtins.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = web.builtins.vert; sourceTree = ""; }; - B39811AB29239F3800A82429 /* spv.hlslDebugInfo.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.hlslDebugInfo.vert; sourceTree = ""; }; - B39811AC29239F3800A82429 /* spv.multiviewPerViewAttributes.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.multiviewPerViewAttributes.vert; sourceTree = ""; }; - B39811AD29239F3800A82429 /* spv.1.4.texture.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.1.4.texture.frag; sourceTree = ""; }; - B39811AE29239F3800A82429 /* hlsl.precedence2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.precedence2.frag; sourceTree = ""; }; - B39811AF29239F3800A82429 /* hlsl.samplegrad.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplegrad.array.dx10.frag; sourceTree = ""; }; - B39811B029239F3800A82429 /* spv.1.4.image.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.1.4.image.frag; sourceTree = ""; }; - B39811B129239F3800A82429 /* hlsl.samplebias.offsetarray.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplebias.offsetarray.dx10.frag; sourceTree = ""; }; - B39811B229239F3800A82429 /* hlsl.hull.void.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.void.tesc; sourceTree = ""; }; - B39811B329239F3800A82429 /* versionsClean.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = versionsClean.vert; sourceTree = ""; }; - B39811B429239F3800A82429 /* maxClipDistances.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = maxClipDistances.vert; sourceTree = ""; }; - B39811B529239F3800A82429 /* rayQuery-allOps.Error.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-allOps.Error.rgen"; sourceTree = ""; }; - B39811B629239F3800A82429 /* 320.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = 320.comp; sourceTree = ""; }; - B39811B729239F3800A82429 /* hlsl.scalar-length.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.scalar-length.frag"; sourceTree = ""; }; - B39811B829239F3800A82429 /* 400.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 400.frag; sourceTree = ""; }; - B39811B929239F3800A82429 /* 420.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = 420.tese; sourceTree = ""; }; - B39811BA29239F3800A82429 /* uniformArray.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = uniformArray.frag; sourceTree = ""; }; - B39811BB29239F3800A82429 /* link.multiBlocksValid.1.1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.multiBlocksValid.1.1.vert; sourceTree = ""; }; - B39811BC29239F3800A82429 /* spv.atomicCounter.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.atomicCounter.comp; sourceTree = ""; }; - B39811BD29239F3800A82429 /* 330comp.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 330comp.frag; sourceTree = ""; }; - B39811BE29239F3800A82429 /* spv.glsl.register.noautoassign.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.glsl.register.noautoassign.frag; sourceTree = ""; }; - B39811BF29239F3800A82429 /* spv.computeShaderDerivatives2.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.computeShaderDerivatives2.comp; sourceTree = ""; }; - B39811C029239F3800A82429 /* hlsl.hull.3.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.3.tesc; sourceTree = ""; }; - B39811C129239F3800A82429 /* remap.basic.dcefunc.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.basic.dcefunc.frag; sourceTree = ""; }; - B39811C229239F3800A82429 /* spv.RayCallable.rcall */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayCallable.rcall; sourceTree = ""; }; - B39811C329239F3800A82429 /* spv.specConstant.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.specConstant.comp; sourceTree = ""; }; - B39811C429239F3800A82429 /* spv.texture.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.texture.vert; sourceTree = ""; }; - B39811C529239F3800A82429 /* hlsl.gathercmpRGBA.basic.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gathercmpRGBA.basic.dx10.frag; sourceTree = ""; }; - B39811C629239F3800A82429 /* 300scope.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300scope.vert; sourceTree = ""; }; - B39811C729239F3800A82429 /* spv.register.autoassign-2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.register.autoassign-2.frag"; sourceTree = ""; }; - B39811C829239F3800A82429 /* glsl.450.subgroup.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroup.tesc; sourceTree = ""; }; - B39811C929239F3800A82429 /* uint.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = uint.frag; sourceTree = ""; }; - B39811CA29239F3800A82429 /* spv.structure.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.structure.frag; sourceTree = ""; }; - B39811CB29239F3800A82429 /* reflection.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = reflection.vert; sourceTree = ""; }; - B39811CC29239F3800A82429 /* hlsl.load.rwtexture.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.rwtexture.array.dx10.frag; sourceTree = ""; }; - B39811CD29239F3800A82429 /* 420_size_gl_in.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 420_size_gl_in.geom; sourceTree = ""; }; - B39811CE29239F3800A82429 /* spv.1.4.NonWritable.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.1.4.NonWritable.frag; sourceTree = ""; }; - B39811CF29239F3800A82429 /* hlsl.samplegrad.basic.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplegrad.basic.dx10.frag; sourceTree = ""; }; - B39811D029239F3800A82429 /* spv.for-simple.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.for-simple.vert"; sourceTree = ""; }; - B39811D129239F3800A82429 /* hlsl.whileLoop.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.whileLoop.frag; sourceTree = ""; }; - B39811D229239F3800A82429 /* hlsl.gathercmpRGBA.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gathercmpRGBA.array.dx10.frag; sourceTree = ""; }; - B39811D329239F3800A82429 /* hlsl.structbuffer.rw.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structbuffer.rw.frag; sourceTree = ""; }; - B39811D429239F3800A82429 /* spv.subgroupExtendedTypesClusteredNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesClusteredNeg.comp; sourceTree = ""; }; - B39811D529239F3800A82429 /* spv.meshShaderPerViewBuiltins.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderPerViewBuiltins.mesh; sourceTree = ""; }; - B39811D629239F3800A82429 /* hlsl.imagefetch-subvec4.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.imagefetch-subvec4.comp"; sourceTree = ""; }; - B39811D729239F3800A82429 /* remap.switch.none.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.switch.none.frag; sourceTree = ""; }; - B39811D829239F3800A82429 /* hlsl.targetStruct1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.targetStruct1.frag; sourceTree = ""; }; - B39811D929239F3800A82429 /* spv.precise.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.precise.tesc; sourceTree = ""; }; - B39811DA29239F3800A82429 /* spv.ext.RayCallable_Errors.rcall */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayCallable_Errors.rcall; sourceTree = ""; }; - B39811DB29239F3800A82429 /* nosuffix */ = {isa = PBXFileReference; lastKnownFileType = text; path = nosuffix; sourceTree = ""; }; - B39811DC29239F3800A82429 /* spv.constructComposite.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.constructComposite.comp; sourceTree = ""; }; - B39811DD29239F3800A82429 /* spv.bufferhandle5.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle5.frag; sourceTree = ""; }; - B39811DE29239F3800A82429 /* spv.double.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.double.comp; sourceTree = ""; }; - B39811DF29239F3800A82429 /* hlsl.wavequery.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.wavequery.frag; sourceTree = ""; }; - B39811E029239F3800A82429 /* hlsl.intrinsics.f1632.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.f1632.frag; sourceTree = ""; }; - B39811E129239F3800A82429 /* spv.unit1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.unit1.frag; sourceTree = ""; }; - B39811E229239F3800A82429 /* spv.dead-complex-continue-after-return.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.dead-complex-continue-after-return.vert"; sourceTree = ""; }; - B39811E329239F3800A82429 /* spv.310.bitcast.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.310.bitcast.frag; sourceTree = ""; }; - B39811E429239F3800A82429 /* depthOut.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = depthOut.frag; sourceTree = ""; }; - B39811E529239F3800A82429 /* preprocessor.line.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.line.frag; sourceTree = ""; }; - B39811E629239F3800A82429 /* spv.ClosestHitShader_Errors.rchit */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ClosestHitShader_Errors.rchit; sourceTree = ""; }; - B39811E729239F3800A82429 /* spv.localAggregates.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.localAggregates.frag; sourceTree = ""; }; - B39811E829239F3800A82429 /* glsl.450.subgroupArithmetic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupArithmetic.comp; sourceTree = ""; }; - B39811E929239F3800A82429 /* spv.IntersectShader_Errors.rint */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.IntersectShader_Errors.rint; sourceTree = ""; }; - B39811EA29239F3800A82429 /* link.vk.multiBlocksValid.1.1.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.multiBlocksValid.1.1.geom; sourceTree = ""; }; - B39811EB29239F3800A82429 /* 300.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300.vert; sourceTree = ""; }; - B39811EC29239F3800A82429 /* newTexture.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = newTexture.frag; sourceTree = ""; }; - B39811ED29239F3800A82429 /* glsl.entryPointRename.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glsl.entryPointRename.vert; sourceTree = ""; }; - B39811EE29239F3800A82429 /* hlsl.clipdistance-8.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-8.vert"; sourceTree = ""; }; - B39811EF29239F3800A82429 /* glsl.460.subgroup.rahit */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rahit; sourceTree = ""; }; - B39811F029239F3800A82429 /* spv.vulkan100.subgroupArithmetic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.vulkan100.subgroupArithmetic.comp; sourceTree = ""; }; - B39811F129239F3800A82429 /* glsl.450.subgroup.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glsl.450.subgroup.frag; sourceTree = ""; }; - B39811F229239F3800A82429 /* spv.debugPrintf_Error.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.debugPrintf_Error.frag; sourceTree = ""; }; - B39811F329239F3800A82429 /* loopsArtificial.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = loopsArtificial.frag; sourceTree = ""; }; - B39811F429239F3800A82429 /* remap.specconst.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.specconst.comp; sourceTree = ""; }; - B39811F529239F3800A82429 /* 140.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 140.vert; sourceTree = ""; }; - B39811F629239F3800A82429 /* preprocessor.cpp_style_line_directive.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.cpp_style_line_directive.vert; sourceTree = ""; }; - B39811F729239F3800A82429 /* 300link3.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300link3.frag; sourceTree = ""; }; - B39811F829239F3800A82429 /* hlsl.matNx1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.matNx1.frag; sourceTree = ""; }; - B39811F929239F3800A82429 /* hlsl.snorm.uav.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.snorm.uav.comp; sourceTree = ""; }; - B39811FA29239F3800A82429 /* link.vk.matchingPC.0.0.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.matchingPC.0.0.frag; sourceTree = ""; }; - B39811FB29239F3800A82429 /* glsl.es320.subgroupShuffle.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupShuffle.comp; sourceTree = ""; }; - B39811FC29239F3800A82429 /* hlsl.gathercmpRGBA.offset.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gathercmpRGBA.offset.dx10.frag; sourceTree = ""; }; - B39811FD29239F3800A82429 /* hlsl.semantic-1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.semantic-1.vert"; sourceTree = ""; }; - B39811FE29239F3800A82429 /* hlsl.include.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.include.vert; sourceTree = ""; }; - B39811FF29239F3800A82429 /* reflection.linked.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = reflection.linked.vert; sourceTree = ""; }; - B398120029239F3800A82429 /* spv.RayConstants.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayConstants.rgen; sourceTree = ""; }; - B398120129239F3800A82429 /* spv.430.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.430.frag; sourceTree = ""; }; - B398120229239F3800A82429 /* spv.RayCallable_Errors.rcall */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayCallable_Errors.rcall; sourceTree = ""; }; - B398120329239F3800A82429 /* remap.basic.none.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.basic.none.frag; sourceTree = ""; }; - B398120429239F3800A82429 /* glsl.es320.subgroupArithmetic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupArithmetic.comp; sourceTree = ""; }; - B398120529239F3800A82429 /* 310runtimeArray.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 310runtimeArray.vert; sourceTree = ""; }; - B398120629239F3800A82429 /* spv.310.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.310.comp; sourceTree = ""; }; - B398120729239F3800A82429 /* spv.bufferhandle10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle10.frag; sourceTree = ""; }; - B398120829239F3800A82429 /* hlsl.semantic.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.semantic.geom; sourceTree = ""; }; - B398120929239F3800A82429 /* 450.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = 450.tese; sourceTree = ""; }; - B398120A29239F3800A82429 /* glsl.450.subgroupBallot.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupBallot.comp; sourceTree = ""; }; - B398120B29239F3800A82429 /* runtests */ = {isa = PBXFileReference; lastKnownFileType = text; path = runtests; sourceTree = ""; }; - B398120C29239F3800A82429 /* hlsl.clipdistance-1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-1.frag"; sourceTree = ""; }; - B398120D29239F3800A82429 /* spv.bool.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bool.vert; sourceTree = ""; }; - B398120E29239F3800A82429 /* hlsl.load.rwbuffer.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.rwbuffer.dx10.frag; sourceTree = ""; }; - B398120F29239F3800A82429 /* spv.loops.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.loops.frag; sourceTree = ""; }; - B398121029239F3800A82429 /* hlsl.hull.4.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.4.tesc; sourceTree = ""; }; - B398121129239F3800A82429 /* hlsl.localStructuredBuffer.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.localStructuredBuffer.comp; sourceTree = ""; }; - B398121229239F3800A82429 /* hlsl.y-negate-1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.y-negate-1.vert"; sourceTree = ""; }; - B398121329239F3800A82429 /* spv.aggOps.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.aggOps.frag; sourceTree = ""; }; - B398121429239F3800A82429 /* test.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = test.frag; sourceTree = ""; }; - B398121529239F3800A82429 /* hlsl.struct.split.assign.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.struct.split.assign.frag; sourceTree = ""; }; - B398121629239F3800A82429 /* spv.IntersectShader.rint */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.IntersectShader.rint; sourceTree = ""; }; - B398121729239F3800A82429 /* hlsl.load.offsetarray.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.offsetarray.dx10.frag; sourceTree = ""; }; - B398121829239F3800A82429 /* spv.fragmentDensity-neg.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.fragmentDensity-neg.frag"; sourceTree = ""; }; - B398121929239F3800A82429 /* link.vk.multiBlocksValid.0.1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.multiBlocksValid.0.1.vert; sourceTree = ""; }; - B398121A29239F3800A82429 /* 450.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 450.frag; sourceTree = ""; }; - B398121B29239F3800A82429 /* hlsl.specConstant.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.specConstant.frag; sourceTree = ""; }; - B398121C29239F3800A82429 /* hlsl.matrixindex.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.matrixindex.frag; sourceTree = ""; }; - B398121D29239F3800A82429 /* glsl.450.subgroup.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroup.tese; sourceTree = ""; }; - B398121E29239F3800A82429 /* remap.basic.everything.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.basic.everything.frag; sourceTree = ""; }; - B398121F29239F3800A82429 /* spv.noWorkgroup.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.noWorkgroup.comp; sourceTree = ""; }; - B398122029239F3800A82429 /* spv.300BuiltIns.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.300BuiltIns.vert; sourceTree = ""; }; - B398122129239F3800A82429 /* spv.shaderFragMaskAMD.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.shaderFragMaskAMD.frag; sourceTree = ""; }; - B398122229239F3800A82429 /* spv.subgroupExtendedTypesVote.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesVote.comp; sourceTree = ""; }; - B398122329239F3800A82429 /* spv.interpOps.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.interpOps.frag; sourceTree = ""; }; - B398122429239F3800A82429 /* hlsl.depthGreater.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.depthGreater.frag; sourceTree = ""; }; - B398122529239F3800A82429 /* pointCoord.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = pointCoord.frag; sourceTree = ""; }; - B398122629239F3800A82429 /* spv.subgroupExtendedTypesVoteNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesVoteNeg.comp; sourceTree = ""; }; - B398122729239F3800A82429 /* spv.register.autoassign.rangetest.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.register.autoassign.rangetest.frag; sourceTree = ""; }; - B398122829239F3800A82429 /* spv.subgroup.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.subgroup.vert; sourceTree = ""; }; - B398122929239F3800A82429 /* spv.smBuiltins.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.smBuiltins.frag; sourceTree = ""; }; - B398122A29239F3800A82429 /* hlsl.void.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.void.frag; sourceTree = ""; }; - B398122B29239F3800A82429 /* spv.bufferhandle9.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle9.frag; sourceTree = ""; }; - B398122C29239F3800A82429 /* hlsl.partialInit.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.partialInit.frag; sourceTree = ""; }; - B398122D29239F3800A82429 /* web.controlFlow.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = web.controlFlow.frag; sourceTree = ""; }; - B398122E29239F3800A82429 /* cppNest.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppNest.vert; sourceTree = ""; }; - B398122F29239F3800A82429 /* spv.barrier.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.barrier.vert; sourceTree = ""; }; - B398123029239F3800A82429 /* hlsl.logical.binary.vec.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.logical.binary.vec.frag; sourceTree = ""; }; - B398123129239F3800A82429 /* hlsl.clipdistance-4.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-4.vert"; sourceTree = ""; }; - B398123229239F3800A82429 /* spv.sample.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.sample.frag; sourceTree = ""; }; - B398123329239F3800A82429 /* spv.precise.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.precise.tese; sourceTree = ""; }; - B398123429239F3800A82429 /* hlsl.discard.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.discard.frag; sourceTree = ""; }; - B398123529239F3800A82429 /* spv.nonuniform.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.nonuniform.frag; sourceTree = ""; }; - B398123629239F3800A82429 /* spv.matrix.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.matrix.frag; sourceTree = ""; }; - B398123729239F3800A82429 /* 100samplerExternal.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 100samplerExternal.frag; sourceTree = ""; }; - B398123829239F3800A82429 /* hlsl.intrinsics.promote.outputs.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.promote.outputs.frag; sourceTree = ""; }; - B398123929239F3800A82429 /* spv.meshShaderUserDefined.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderUserDefined.mesh; sourceTree = ""; }; - B398123A29239F3800A82429 /* bar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bar.h; sourceTree = ""; }; - B398123B29239F3800A82429 /* hlsl.depthLess.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.depthLess.frag; sourceTree = ""; }; - B398123C29239F3800A82429 /* hlsl.sample.dx9.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.sample.dx9.vert; sourceTree = ""; }; - B398123D29239F3800A82429 /* spv.specConstant.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.specConstant.vert; sourceTree = ""; }; - B398123E29239F3800A82429 /* parentBad */ = {isa = PBXFileReference; lastKnownFileType = text; path = parentBad; sourceTree = ""; }; - B398123F29239F3800A82429 /* glsl.es320.subgroupBallot.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupBallot.comp; sourceTree = ""; }; - B398124029239F3800A82429 /* glsl.450.subgroupPartitioned.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupPartitioned.comp; sourceTree = ""; }; - B398124129239F3800A82429 /* spv.register.subpass.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.register.subpass.frag; sourceTree = ""; }; - B398124229239F3800A82429 /* 320.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 320.vert; sourceTree = ""; }; - B398124329239F3800A82429 /* 450.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = 450.tesc; sourceTree = ""; }; - B398124429239F3800A82429 /* spv.subgroupExtendedTypesArithmetic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesArithmetic.comp; sourceTree = ""; }; - B398124529239F3800A82429 /* loops.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = loops.frag; sourceTree = ""; }; - B398124629239F3800A82429 /* spv.450.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.450.geom; sourceTree = ""; }; - B398124729239F3800A82429 /* hlsl.pp.line.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.pp.line.frag; sourceTree = ""; }; - B398124829239F3800A82429 /* rayQuery-allOps.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "rayQuery-allOps.frag"; sourceTree = ""; }; - B398124929239F3800A82429 /* spv.debugPrintf.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.debugPrintf.frag; sourceTree = ""; }; - B398124A29239F3800A82429 /* spv.1.3.8bitstorage-ssbo.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.1.3.8bitstorage-ssbo.vert"; sourceTree = ""; }; - B398124B29239F3800A82429 /* hlsl.deadFunctionMissingBody.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.deadFunctionMissingBody.vert; sourceTree = ""; }; - B398124C29239F3800A82429 /* remap.similar_1b.everything.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.similar_1b.everything.frag; sourceTree = ""; }; - B398124D29239F3800A82429 /* hlsl.matpack-pragma.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.matpack-pragma.frag"; sourceTree = ""; }; - B398124E29239F3800A82429 /* 110scope.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 110scope.vert; sourceTree = ""; }; - B398124F29239F3800A82429 /* spv.subgroupExtendedTypesBallot.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesBallot.comp; sourceTree = ""; }; - B398125029239F3800A82429 /* recurse1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = recurse1.frag; sourceTree = ""; }; - B398125129239F3800A82429 /* 410.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 410.geom; sourceTree = ""; }; - B398125229239F3800A82429 /* hlsl.getdimensions.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.getdimensions.dx10.frag; sourceTree = ""; }; - B398125329239F3800A82429 /* hlsl.samplecmplevelzero.offsetarray.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmplevelzero.offsetarray.dx10.frag; sourceTree = ""; }; - B398125429239F3800A82429 /* spv.atomic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.atomic.comp; sourceTree = ""; }; - B398125529239F3800A82429 /* comment.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = comment.frag; sourceTree = ""; }; - B398125629239F3800A82429 /* 410.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = 410.tesc; sourceTree = ""; }; - B398125729239F3800A82429 /* glspv.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glspv.vert; sourceTree = ""; }; - B398125829239F3800A82429 /* hlsl.intrinsics.negative.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.negative.vert; sourceTree = ""; }; - B398125929239F3800A82429 /* hlsl.preprocessor.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.preprocessor.frag; sourceTree = ""; }; - B398125A29239F3800A82429 /* spv.1.4.OpCopyLogical.funcall.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.1.4.OpCopyLogical.funcall.frag; sourceTree = ""; }; - B398125B29239F3800A82429 /* spv.450.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.450.tesc; sourceTree = ""; }; - B398125C29239F3800A82429 /* spv.fullyCovered.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.fullyCovered.frag; sourceTree = ""; }; - B398125D29239F3800A82429 /* spv.ext.RayGenShaderArray.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayGenShaderArray.rgen; sourceTree = ""; }; - B398125E29239F3800A82429 /* badChars.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = badChars.frag; sourceTree = ""; }; - B398125F29239F3800A82429 /* hlsl.loopattr.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.loopattr.frag; sourceTree = ""; }; - B398126029239F3800A82429 /* 450.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 450.geom; sourceTree = ""; }; - B398126129239F3800A82429 /* spv.merge-unreachable.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.merge-unreachable.frag"; sourceTree = ""; }; - B398126229239F3800A82429 /* spv.textureGatherBiasLod.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.textureGatherBiasLod.frag; sourceTree = ""; }; - B398126329239F3800A82429 /* hlsl.calculatelod.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.calculatelod.dx10.frag; sourceTree = ""; }; - B398126429239F3800A82429 /* spv.deviceGroup.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.deviceGroup.frag; sourceTree = ""; }; - B398126529239F3800A82429 /* spv.length.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.length.frag; sourceTree = ""; }; - B398126629239F3800A82429 /* spv.300layout.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.300layout.frag; sourceTree = ""; }; - B398126729239F3800A82429 /* hlsl.intrinsics.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.vert; sourceTree = ""; }; - B398126829239F3800A82429 /* hlsl.load.2dms.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.2dms.dx10.frag; sourceTree = ""; }; - B398126929239F3800A82429 /* hlsl.charLit.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.charLit.vert; sourceTree = ""; }; - B398126A29239F3800A82429 /* hlsl.mip.negative.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.mip.negative.frag; sourceTree = ""; }; - B398126B29239F3800A82429 /* remap.uniformarray.everything.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.uniformarray.everything.frag; sourceTree = ""; }; - B398126C29239F3800A82429 /* spv.functionParameterTypes.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.functionParameterTypes.frag; sourceTree = ""; }; - B398126D29239F3800A82429 /* spv.8bitstorage-ubo.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.8bitstorage-ubo.vert"; sourceTree = ""; }; - B398126E29239F3800A82429 /* hlsl.hlslOffset.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.hlslOffset.vert; sourceTree = ""; }; - B398126F29239F3800A82429 /* hlsl.intrinsics.promote.down.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.promote.down.frag; sourceTree = ""; }; - B398127029239F3800A82429 /* remap.similar_1b.none.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.similar_1b.none.frag; sourceTree = ""; }; - B398127129239F3800A82429 /* spv.memoryScopeSemantics.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.memoryScopeSemantics.comp; sourceTree = ""; }; - B398127229239F3800A82429 /* spv.qualifiers.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.qualifiers.vert; sourceTree = ""; }; - B398127329239F3800A82429 /* hlsl.numericsuffixes.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.numericsuffixes.frag; sourceTree = ""; }; - B398127429239F3800A82429 /* hlsl.tx.bracket.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.tx.bracket.frag; sourceTree = ""; }; - B398127529239F3800A82429 /* nonSquare.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = nonSquare.vert; sourceTree = ""; }; - B398127629239F3800A82429 /* hlsl.clipdistance-5.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-5.vert"; sourceTree = ""; }; - B398127729239F3800A82429 /* spv.glFragColor.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.glFragColor.frag; sourceTree = ""; }; - B398127829239F3800A82429 /* hlsl.structbuffer.rwbyte.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structbuffer.rwbyte.frag; sourceTree = ""; }; - B398127929239F3800A82429 /* web.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.comp; sourceTree = ""; }; - B398127A29239F3800A82429 /* spv.matFun.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.matFun.vert; sourceTree = ""; }; - B398127B29239F3800A82429 /* spv.ClosestHitShader.rchit */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ClosestHitShader.rchit; sourceTree = ""; }; - B398127C29239F3800A82429 /* hlsl.amend.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.amend.frag; sourceTree = ""; }; - B398127D29239F3800A82429 /* spv.bufferhandle8.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle8.frag; sourceTree = ""; }; - B398127E29239F3800A82429 /* spv.offsets.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.offsets.frag; sourceTree = ""; }; - B398127F29239F3800A82429 /* makeDoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = makeDoc; sourceTree = ""; }; - B398128029239F3800A82429 /* 120.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 120.vert; sourceTree = ""; }; - B398128129239F3800A82429 /* spv.subgroupExtendedTypesShuffle.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesShuffle.comp; sourceTree = ""; }; - B398128229239F3800A82429 /* 435.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 435.vert; sourceTree = ""; }; - B398128329239F3800A82429 /* hlsl.wavereduction.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavereduction.comp; sourceTree = ""; }; - B398128429239F3800A82429 /* spv.pp.line.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.pp.line.frag; sourceTree = ""; }; - B398128529239F3800A82429 /* hlsl.attribute.expression.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.attribute.expression.comp; sourceTree = ""; }; - B398128629239F3800A82429 /* link.vk.multiBlocksValid.0.0.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.multiBlocksValid.0.0.vert; sourceTree = ""; }; - B398128729239F3800A82429 /* spv.for-continue-break.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.for-continue-break.vert"; sourceTree = ""; }; - B398128829239F3800A82429 /* array.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = array.frag; sourceTree = ""; }; - B398128929239F3800A82429 /* hlsl.hull.5.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.5.tesc; sourceTree = ""; }; - B398128A29239F3800A82429 /* hlsl.samplecmp.offset.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmp.offset.dx10.frag; sourceTree = ""; }; - B398128B29239F3800A82429 /* hlsl.doLoop.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.doLoop.frag; sourceTree = ""; }; - B398128C29239F3900A82429 /* spv.atomicInt64.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.atomicInt64.comp; sourceTree = ""; }; - B398128D29239F3900A82429 /* spv.subgroupBallot.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupBallot.comp; sourceTree = ""; }; - B398128E29239F3900A82429 /* link1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link1.frag; sourceTree = ""; }; - B398128F29239F3900A82429 /* specExamples.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = specExamples.vert; sourceTree = ""; }; - B398129029239F3900A82429 /* voidFunction.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = voidFunction.frag; sourceTree = ""; }; - B398129129239F3900A82429 /* spv.precisionNonESSamp.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.precisionNonESSamp.frag; sourceTree = ""; }; - B398129229239F3900A82429 /* hlsl.texture.subvec4.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.texture.subvec4.frag; sourceTree = ""; }; - B398129329239F3900A82429 /* spv.bufferhandle11.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle11.frag; sourceTree = ""; }; - B398129429239F3900A82429 /* spv.float16.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.float16.frag; sourceTree = ""; }; - B398129529239F3900A82429 /* precise_struct_block.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = precise_struct_block.vert; sourceTree = ""; }; - B398129629239F3900A82429 /* hlsl.nonstaticMemberFunction.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.nonstaticMemberFunction.frag; sourceTree = ""; }; - B398129729239F3900A82429 /* spv.debugInfo.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.debugInfo.frag; sourceTree = ""; }; - B398129829239F3900A82429 /* hlsl.earlydepthstencil.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.earlydepthstencil.frag; sourceTree = ""; }; - B398129929239F3900A82429 /* spv.dead-after-discard.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.dead-after-discard.frag"; sourceTree = ""; }; - B398129A29239F3900A82429 /* cppIntMinOverNegativeOne.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppIntMinOverNegativeOne.frag; sourceTree = ""; }; - B398129B29239F3900A82429 /* hlsl.params.default.negative.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.params.default.negative.frag; sourceTree = ""; }; - B398129C29239F3900A82429 /* spv.swizzleInversion.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.swizzleInversion.frag; sourceTree = ""; }; - B398129D29239F3900A82429 /* spv.RayGenShader11.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayGenShader11.rgen; sourceTree = ""; }; - B398129E29239F3900A82429 /* spv.subgroupExtendedTypesArithmeticNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesArithmeticNeg.comp; sourceTree = ""; }; - B398129F29239F3900A82429 /* 300link2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300link2.frag; sourceTree = ""; }; - B39812A029239F3900A82429 /* link.vk.matchingPC.0.1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.matchingPC.0.1.frag; sourceTree = ""; }; - B39812A129239F3900A82429 /* hlsl.load.buffer.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.buffer.dx10.frag; sourceTree = ""; }; - B39812A229239F3900A82429 /* 310AofA.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 310AofA.vert; sourceTree = ""; }; - B39812A329239F3900A82429 /* spv.conditionalDemote.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.conditionalDemote.frag; sourceTree = ""; }; - B39812A429239F3900A82429 /* spv.xfbStrideJustOnce.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.xfbStrideJustOnce.vert; sourceTree = ""; }; - B39812A529239F3900A82429 /* spv.shaderImageFootprint.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.shaderImageFootprint.frag; sourceTree = ""; }; - B39812A629239F3900A82429 /* hlsl.logicalConvert.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.logicalConvert.frag; sourceTree = ""; }; - B39812A729239F3900A82429 /* hlsl.promote.atomic.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.promote.atomic.frag; sourceTree = ""; }; - B39812A829239F3900A82429 /* es-link1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "es-link1.frag"; sourceTree = ""; }; - B39812A929239F3900A82429 /* 310.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310.comp; sourceTree = ""; }; - B39812AA29239F3900A82429 /* spv.types.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.types.frag; sourceTree = ""; }; - B39812AB29239F3900A82429 /* spv.separate.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.separate.frag; sourceTree = ""; }; - B39812AC29239F3900A82429 /* hlsl.opaque-type-bug.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.opaque-type-bug.frag"; sourceTree = ""; }; - B39812AD29239F3900A82429 /* cppDeepNest.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppDeepNest.frag; sourceTree = ""; }; - B39812AE29239F3900A82429 /* compoundsuffix.frag.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = compoundsuffix.frag.hlsl; sourceTree = ""; }; - B39812AF29239F3900A82429 /* hlsl.coverage.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.coverage.frag; sourceTree = ""; }; - B39812B029239F3900A82429 /* hlsl.load.basic.dx10.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.basic.dx10.vert; sourceTree = ""; }; - B39812B129239F3900A82429 /* hlsl.constructexpr.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.constructexpr.frag; sourceTree = ""; }; - B39812B229239F3900A82429 /* spv.subgroupPartitioned.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupPartitioned.comp; sourceTree = ""; }; - B39812B329239F3900A82429 /* spv.builtInXFB.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.builtInXFB.vert; sourceTree = ""; }; - B39812B429239F3900A82429 /* matrix2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = matrix2.frag; sourceTree = ""; }; - B39812B529239F3900A82429 /* hlsl.color.hull.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.color.hull.tesc; sourceTree = ""; }; - B39812B629239F3900A82429 /* hlsl.emptystructreturn.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.emptystructreturn.vert; sourceTree = ""; }; - B39812B729239F3900A82429 /* link.vk.multiBlocksValid.1.0.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.multiBlocksValid.1.0.geom; sourceTree = ""; }; - B39812B829239F3900A82429 /* hlsl.clipdistance-1.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-1.geom"; sourceTree = ""; }; - B39812B929239F3900A82429 /* hlsl.clipdistance-9.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-9.vert"; sourceTree = ""; }; - B39812BA29239F3900A82429 /* hlsl.-D-U.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.-D-U.frag"; sourceTree = ""; }; - B39812BB29239F3900A82429 /* glsl.460.subgroup.rint */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rint; sourceTree = ""; }; - B39812BC29239F3900A82429 /* hlsl.precise.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.precise.frag; sourceTree = ""; }; - B39812BD29239F3900A82429 /* spv.dataOut.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.dataOut.frag; sourceTree = ""; }; - B39812BE29239F3900A82429 /* hlsl.flatten.return.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.flatten.return.frag; sourceTree = ""; }; - B39812BF29239F3900A82429 /* spv.bufferhandle4.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle4.frag; sourceTree = ""; }; - B39812C029239F3900A82429 /* hlsl.isfinite.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.isfinite.frag; sourceTree = ""; }; - B39812C129239F3900A82429 /* 310.inheritMemory.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 310.inheritMemory.frag; sourceTree = ""; }; - B39812C229239F3900A82429 /* prepost.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = prepost.frag; sourceTree = ""; }; - B39812C329239F3900A82429 /* precision.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = precision.vert; sourceTree = ""; }; - B39812C429239F3900A82429 /* swizzle.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = swizzle.frag; sourceTree = ""; }; - B39812C529239F3900A82429 /* spv.varyingArray.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.varyingArray.frag; sourceTree = ""; }; - B39812C629239F3900A82429 /* types.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = types.frag; sourceTree = ""; }; - B39812C729239F3900A82429 /* spv.ext.MissShader.rmiss */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.MissShader.rmiss; sourceTree = ""; }; - B39812C829239F3900A82429 /* 300samplerExternal.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300samplerExternal.frag; sourceTree = ""; }; - B39812C929239F3900A82429 /* glsl.450.subgroup.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glsl.450.subgroup.geom; sourceTree = ""; }; - B39812CA29239F3900A82429 /* spv.8bitstorage_Error-int.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.8bitstorage_Error-int.frag"; sourceTree = ""; }; - B39812CB29239F3900A82429 /* preprocessor.extensions.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.extensions.vert; sourceTree = ""; }; - B39812CC29239F3900A82429 /* hlsl.float4.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.float4.frag; sourceTree = ""; }; - B39812CD29239F3900A82429 /* conditionalDiscard.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = conditionalDiscard.frag; sourceTree = ""; }; - B39812CE29239F3900A82429 /* link.vk.differentPC.1.2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.differentPC.1.2.frag; sourceTree = ""; }; - B39812CF29239F3900A82429 /* hlsl.clipdistance-3.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-3.frag"; sourceTree = ""; }; - B39812D029239F3900A82429 /* i1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = i1.h; sourceTree = ""; }; - B39812D129239F3900A82429 /* spv.bufferhandle12.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle12.frag; sourceTree = ""; }; - B39812D229239F3900A82429 /* hlsl.logical.binary.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.logical.binary.frag; sourceTree = ""; }; - B39812D329239F3900A82429 /* link2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link2.frag; sourceTree = ""; }; - B39812D429239F3900A82429 /* varyingArray.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = varyingArray.frag; sourceTree = ""; }; - B39812D529239F3900A82429 /* 100.conf */ = {isa = PBXFileReference; lastKnownFileType = text; path = 100.conf; sourceTree = ""; }; - B39812D629239F3900A82429 /* web.builtins.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = web.builtins.frag; sourceTree = ""; }; - B39812D729239F3900A82429 /* glsl.460.subgroup.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rgen; sourceTree = ""; }; - B39812D829239F3900A82429 /* hlsl.pp.line4.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.pp.line4.frag; sourceTree = ""; }; - B39812D929239F3900A82429 /* rayQuery-no-cse.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-no-cse.rgen"; sourceTree = ""; }; - B39812DA29239F3900A82429 /* varyingArrayIndirect.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = varyingArrayIndirect.frag; sourceTree = ""; }; - B39812DB29239F3900A82429 /* hlsl.staticFuncInit.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.staticFuncInit.frag; sourceTree = ""; }; - B39812DC29239F3900A82429 /* hlsl.constructimat.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.constructimat.frag; sourceTree = ""; }; - B39812DD29239F3900A82429 /* spv.structDeref.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.structDeref.frag; sourceTree = ""; }; - B39812DE29239F3900A82429 /* spv.16bitstorage-uint.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.16bitstorage-uint.frag"; sourceTree = ""; }; - B39812DF29239F3900A82429 /* rayQuery-allOps.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-allOps.comp"; sourceTree = ""; }; - B39812E029239F3900A82429 /* 130.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 130.frag; sourceTree = ""; }; - B39812E129239F3900A82429 /* remap.switch.everything.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.switch.everything.frag; sourceTree = ""; }; - B39812E229239F3900A82429 /* spv.xfbOffsetOnBlockMembersAssignment.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.xfbOffsetOnBlockMembersAssignment.vert; sourceTree = ""; }; - B39812E329239F3900A82429 /* link.vk.matchingPC.0.2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.matchingPC.0.2.frag; sourceTree = ""; }; - B39812E429239F3900A82429 /* versionsClean.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = versionsClean.frag; sourceTree = ""; }; - B39812E529239F3900A82429 /* spv.meshShaderPerView_Errors.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderPerView_Errors.mesh; sourceTree = ""; }; - B39812E629239F3900A82429 /* spv.controlFlowAttributes.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.controlFlowAttributes.frag; sourceTree = ""; }; - B39812E729239F3900A82429 /* web.texture.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = web.texture.frag; sourceTree = ""; }; - B39812E829239F3900A82429 /* spv.texture.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.texture.frag; sourceTree = ""; }; - B39812E929239F3900A82429 /* es-link2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "es-link2.frag"; sourceTree = ""; }; - B39812EA29239F3900A82429 /* 400.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 400.vert; sourceTree = ""; }; - B39812EB29239F3900A82429 /* hlsl.samplecmp.offsetarray.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmp.offsetarray.dx10.frag; sourceTree = ""; }; - B39812EC29239F3900A82429 /* reflection.options.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = reflection.options.vert; sourceTree = ""; }; - B39812ED29239F3900A82429 /* spv.int32.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.int32.frag; sourceTree = ""; }; - B39812EE29239F3900A82429 /* hlsl.clipdistance-2.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-2.geom"; sourceTree = ""; }; - B39812EF29239F3900A82429 /* hlsl.texturebuffer.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.texturebuffer.frag; sourceTree = ""; }; - B39812F029239F3900A82429 /* spv.sampleMaskOverrideCoverage.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.sampleMaskOverrideCoverage.frag; sourceTree = ""; }; - B39812F129239F3900A82429 /* hlsl.sample.sub-vec4.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.sample.sub-vec4.dx10.frag"; sourceTree = ""; }; - B39812F229239F3900A82429 /* hlsl.stringtoken.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.stringtoken.frag; sourceTree = ""; }; - B39812F329239F3900A82429 /* spv.unit3.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.unit3.frag; sourceTree = ""; }; - B39812F429239F3900A82429 /* spv.conditionalDiscard.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.conditionalDiscard.frag; sourceTree = ""; }; - B39812F529239F3900A82429 /* hlsl.constructArray.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.constructArray.vert; sourceTree = ""; }; - B39812F629239F3900A82429 /* spv.shaderStencilExport.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.shaderStencilExport.frag; sourceTree = ""; }; - B39812F729239F3900A82429 /* spv.bufferhandle7.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle7.frag; sourceTree = ""; }; - B39812F829239F3900A82429 /* 300link.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300link.frag; sourceTree = ""; }; - B39812F929239F3900A82429 /* spv.multiviewPerViewAttributes.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.multiviewPerViewAttributes.tesc; sourceTree = ""; }; - B39812FB29239F3900A82429 /* bar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bar.h; sourceTree = ""; }; - B39812FC29239F3900A82429 /* foo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = foo.h; sourceTree = ""; }; - B39812FD29239F3900A82429 /* hlsl.samplelevel.offsetarray.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplelevel.offsetarray.dx10.frag; sourceTree = ""; }; - B39812FE29239F3900A82429 /* spv.image.load-formatted.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.image.load-formatted.frag"; sourceTree = ""; }; - B39812FF29239F3900A82429 /* remap.if.none.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.if.none.frag; sourceTree = ""; }; - B398130029239F3900A82429 /* hlsl.intrinsic.frexp.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsic.frexp.vert; sourceTree = ""; }; - B398130129239F3900A82429 /* spv.voidFunction.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.voidFunction.frag; sourceTree = ""; }; - B398130229239F3900A82429 /* 450.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = 450.comp; sourceTree = ""; }; - B398130329239F3900A82429 /* spv.float16convertonlyarith.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.float16convertonlyarith.comp; sourceTree = ""; }; - B398130429239F3900A82429 /* glsl.es320.subgroupQuad.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupQuad.comp; sourceTree = ""; }; - B398130529239F3900A82429 /* hlsl.sample.basic.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.sample.basic.dx10.frag; sourceTree = ""; }; - B398130629239F3900A82429 /* link.vk.differentPC.1.1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.differentPC.1.1.frag; sourceTree = ""; }; - B398130729239F3900A82429 /* hlsl.attribute.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.attribute.frag; sourceTree = ""; }; - B398130829239F3900A82429 /* hlsl.PointSize.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.PointSize.vert; sourceTree = ""; }; - B398130929239F3900A82429 /* spv.8bitstorage-int.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.8bitstorage-int.frag"; sourceTree = ""; }; - B398130A29239F3900A82429 /* aggOps.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = aggOps.frag; sourceTree = ""; }; - B398130B29239F3900A82429 /* spv.constStruct.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.constStruct.vert; sourceTree = ""; }; - B398130C29239F3900A82429 /* constantUnaryConversion.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = constantUnaryConversion.comp; sourceTree = ""; }; - B398130D29239F3900A82429 /* glsl.450.subgroupClusteredNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupClusteredNeg.comp; sourceTree = ""; }; - B398130E29239F3900A82429 /* array100.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = array100.frag; sourceTree = ""; }; - B398130F29239F3900A82429 /* hlsl.inoutquals.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.inoutquals.frag; sourceTree = ""; }; - B398131029239F3900A82429 /* spv.subgroupExtendedTypesShuffleRelative.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesShuffleRelative.comp; sourceTree = ""; }; - B398131129239F3900A82429 /* 150.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 150.geom; sourceTree = ""; }; - B398131229239F3900A82429 /* preprocessor.many.endif.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.many.endif.vert; sourceTree = ""; }; - B398131329239F3900A82429 /* hlsl.layout.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.layout.frag; sourceTree = ""; }; - B398131429239F3900A82429 /* hlsl.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.frag; sourceTree = ""; }; - B398131529239F3900A82429 /* cppPassMacroName.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppPassMacroName.frag; sourceTree = ""; }; - B398131629239F3900A82429 /* glsl.450.subgroupVote.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupVote.comp; sourceTree = ""; }; - B398131729239F3900A82429 /* hlsl.flattenOpaqueInit.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.flattenOpaqueInit.vert; sourceTree = ""; }; - B398131829239F3900A82429 /* hlsl.partialFlattenMixed.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.partialFlattenMixed.vert; sourceTree = ""; }; - B398131929239F3900A82429 /* hlsl.singleArgIntPromo.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.singleArgIntPromo.vert; sourceTree = ""; }; - B398131A29239F3900A82429 /* cppBad3.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppBad3.vert; sourceTree = ""; }; - B398131B29239F3900A82429 /* hlsl.typedef.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.typedef.frag; sourceTree = ""; }; - B398131C29239F3900A82429 /* spv.nonSquare.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.nonSquare.vert; sourceTree = ""; }; - B398131D29239F3900A82429 /* spv.subpass.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.subpass.frag; sourceTree = ""; }; - B398131E29239F3900A82429 /* spv.16bitstorage_Error-uint.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.16bitstorage_Error-uint.frag"; sourceTree = ""; }; - B398131F29239F3900A82429 /* matrix.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = matrix.frag; sourceTree = ""; }; - B398132029239F3900A82429 /* spv.subgroupShuffle.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupShuffle.comp; sourceTree = ""; }; - B398132129239F3900A82429 /* hlsl.groupid.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.groupid.comp; sourceTree = ""; }; - B398132229239F3900A82429 /* sample.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = sample.frag; sourceTree = ""; }; - B398132329239F3900A82429 /* spv.imageLoadStoreLod.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.imageLoadStoreLod.frag; sourceTree = ""; }; - B398132429239F3900A82429 /* spv.forLoop.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.forLoop.frag; sourceTree = ""; }; - B398132529239F3900A82429 /* link1.vk.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link1.vk.frag; sourceTree = ""; }; - B398132629239F3900A82429 /* spv.460.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.460.vert; sourceTree = ""; }; - B398132729239F3900A82429 /* glsl.460.subgroup.rchit */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rchit; sourceTree = ""; }; - B398132829239F3900A82429 /* hlsl.clipdistance-6.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-6.vert"; sourceTree = ""; }; - B398132929239F3900A82429 /* 300layout.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300layout.frag; sourceTree = ""; }; - B398132A29239F3900A82429 /* findFunction.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = findFunction.frag; sourceTree = ""; }; - B398132B29239F3900A82429 /* hlsl.cast.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.cast.frag; sourceTree = ""; }; - B398132C29239F3900A82429 /* empty2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = empty2.frag; sourceTree = ""; }; - B398132D29239F3900A82429 /* spv.scalarlayout.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.scalarlayout.frag; sourceTree = ""; }; - B398132E29239F3900A82429 /* hlsl.structbuffer.fn2.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.fn2.comp; sourceTree = ""; }; - B398132F29239F3900A82429 /* spv.nonuniform4.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.nonuniform4.frag; sourceTree = ""; }; - B398133029239F3900A82429 /* 420.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 420.vert; sourceTree = ""; }; - B398133129239F3900A82429 /* hlsl.wavequery.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavequery.comp; sourceTree = ""; }; - B398133229239F3900A82429 /* hlsl.calculatelodunclamped.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.calculatelodunclamped.dx10.frag; sourceTree = ""; }; - B398133329239F3900A82429 /* hlsl.structStructName.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structStructName.frag; sourceTree = ""; }; - B398133429239F3900A82429 /* hlsl.struct.split-1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.struct.split-1.vert"; sourceTree = ""; }; - B398133529239F3900A82429 /* preprocessor.pragma.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.pragma.vert; sourceTree = ""; }; - B398133629239F3900A82429 /* structDeref.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = structDeref.frag; sourceTree = ""; }; - B398133729239F3900A82429 /* hlsl.load.offset.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.offset.dx10.frag; sourceTree = ""; }; - B398133829239F3900A82429 /* spv.functionSemantics.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.functionSemantics.frag; sourceTree = ""; }; - B398133929239F3900A82429 /* hlsl.self_cast.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.self_cast.frag; sourceTree = ""; }; - B398133A29239F3900A82429 /* spv.dead-after-loop-break.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.dead-after-loop-break.vert"; sourceTree = ""; }; - B398133B29239F3900A82429 /* hlsl.matType.int.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.matType.int.frag; sourceTree = ""; }; - B398133C29239F3900A82429 /* spv.MissShader.rmiss */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.MissShader.rmiss; sourceTree = ""; }; - B398133D29239F3900A82429 /* versionsErrors.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = versionsErrors.vert; sourceTree = ""; }; - B398133E29239F3900A82429 /* preprocessor.cpp_style___FILE__.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "preprocessor.cpp_style___FILE__.vert"; sourceTree = ""; }; - B398133F29239F3900A82429 /* hlsl.gather.offsetarray.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gather.offsetarray.dx10.frag; sourceTree = ""; }; - B398134029239F3900A82429 /* hlsl.y-negate-3.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.y-negate-3.vert"; sourceTree = ""; }; - B398134129239F3900A82429 /* spv.ext.RayConstants.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayConstants.rgen; sourceTree = ""; }; - B398134229239F3900A82429 /* 310.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 310.geom; sourceTree = ""; }; - B398134329239F3900A82429 /* deepRvalue.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = deepRvalue.frag; sourceTree = ""; }; - B398134429239F3900A82429 /* glsl.es320.subgroup.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glsl.es320.subgroup.geom; sourceTree = ""; }; - B398134529239F3900A82429 /* hlsl.gathercmpRGBA.offsetarray.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gathercmpRGBA.offsetarray.dx10.frag; sourceTree = ""; }; - B398134629239F3900A82429 /* hlsl.y-negate-2.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.y-negate-2.vert"; sourceTree = ""; }; - B398134729239F3900A82429 /* overlongLiteral.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = overlongLiteral.frag; sourceTree = ""; }; - B398134829239F3900A82429 /* hlsl.samplegrad.offsetarray.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplegrad.offsetarray.dx10.frag; sourceTree = ""; }; - B398134929239F3900A82429 /* vulkan.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = vulkan.vert; sourceTree = ""; }; - B398134A29239F3900A82429 /* 310.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310.tesc; sourceTree = ""; }; - B398134B29239F3900A82429 /* 460.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 460.vert; sourceTree = ""; }; - B398134C29239F3900A82429 /* spv.vulkan110.storageBuffer.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.vulkan110.storageBuffer.vert; sourceTree = ""; }; - B398134D29239F3900A82429 /* glsl.es320.subgroup.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroup.tesc; sourceTree = ""; }; - B398134E29239F3900A82429 /* spv.multiStruct.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.multiStruct.comp; sourceTree = ""; }; - B398134F29239F3900A82429 /* hlsl.sample.offset.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.sample.offset.dx10.frag; sourceTree = ""; }; - B398135029239F3900A82429 /* hlsl.gatherRGBA.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gatherRGBA.array.dx10.frag; sourceTree = ""; }; - B398135129239F3900A82429 /* spv.conversion.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.conversion.frag; sourceTree = ""; }; - B398135229239F3900A82429 /* hlsl.scope.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.scope.frag; sourceTree = ""; }; - B398135329239F3900A82429 /* spv.coopmat.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.coopmat.comp; sourceTree = ""; }; - B398135429239F3900A82429 /* spv.hlslOffsets.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.hlslOffsets.vert; sourceTree = ""; }; - B398135529239F3900A82429 /* spv.xfbOverlapOffsetCheckWithBlockAndMember.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.xfbOverlapOffsetCheckWithBlockAndMember.vert; sourceTree = ""; }; - B398135629239F3900A82429 /* spv.perprimitiveNV.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.perprimitiveNV.frag; sourceTree = ""; }; - B398135729239F3900A82429 /* spv.set.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.set.vert; sourceTree = ""; }; - B398135829239F3900A82429 /* hlsl.automap.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.automap.frag; sourceTree = ""; }; - B398135929239F3900A82429 /* hlsl.staticMemberFunction.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.staticMemberFunction.frag; sourceTree = ""; }; - B398135A29239F3900A82429 /* hlsl.structIoFourWay.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structIoFourWay.frag; sourceTree = ""; }; - B398135B29239F3900A82429 /* hlsl.getsampleposition.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.getsampleposition.dx10.frag; sourceTree = ""; }; - B398135C29239F3900A82429 /* hlsl.array.multidim.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.array.multidim.frag; sourceTree = ""; }; - B398135D29239F3900A82429 /* spv.nonuniform5.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.nonuniform5.frag; sourceTree = ""; }; - B398135E29239F3900A82429 /* remap.similar_1a.none.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.similar_1a.none.frag; sourceTree = ""; }; - B398135F29239F3900A82429 /* 150.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 150.frag; sourceTree = ""; }; - B398136029239F3900A82429 /* length.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = length.frag; sourceTree = ""; }; - B398136129239F3900A82429 /* hlsl.clipdistance-7.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-7.vert"; sourceTree = ""; }; - B398136229239F3900A82429 /* spv.subgroupExtendedTypesQuadNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesQuadNeg.comp; sourceTree = ""; }; - B398136329239F3900A82429 /* empty3.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = empty3.frag; sourceTree = ""; }; - B398136429239F3900A82429 /* spv.fsi.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.fsi.frag; sourceTree = ""; }; - B398136529239F3900A82429 /* hlsl.reflection.binding.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.reflection.binding.frag; sourceTree = ""; }; - B398136629239F3900A82429 /* hlsl.structbuffer.incdec.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structbuffer.incdec.frag; sourceTree = ""; }; - B398136729239F3900A82429 /* negativeArraySize.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = negativeArraySize.comp; sourceTree = ""; }; - B398136829239F3900A82429 /* hlsl.scalar2matrix.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.scalar2matrix.frag; sourceTree = ""; }; - B398136929239F3900A82429 /* hlsl.subpass.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.subpass.frag; sourceTree = ""; }; - B398136A29239F3900A82429 /* hlsl.samplegrad.offset.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplegrad.offset.dx10.frag; sourceTree = ""; }; - B398136B29239F3900A82429 /* spv.test.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.test.frag; sourceTree = ""; }; - B398136C29239F3900A82429 /* remap.hlsl.templatetypes.none.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.hlsl.templatetypes.none.frag; sourceTree = ""; }; - B398136D29239F3900A82429 /* hlsl.matrixSwizzle.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.matrixSwizzle.vert; sourceTree = ""; }; - B398136E29239F3900A82429 /* 310.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 310.frag; sourceTree = ""; }; - B398136F29239F3900A82429 /* spv.targetOpenGL.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.targetOpenGL.vert; sourceTree = ""; }; - B398137029239F3900A82429 /* glsl.es320.subgroup.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glsl.es320.subgroup.frag; sourceTree = ""; }; - B398137129239F3900A82429 /* spv.viewportArray2.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.viewportArray2.vert; sourceTree = ""; }; - B398137229239F3900A82429 /* hlsl.forLoop.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.forLoop.frag; sourceTree = ""; }; - B398137329239F3900A82429 /* spv.1.3.8bitstorage-ubo.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.1.3.8bitstorage-ubo.vert"; sourceTree = ""; }; - B398137429239F3900A82429 /* spv.150.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.150.geom; sourceTree = ""; }; - B398137529239F3900A82429 /* cppBad2.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppBad2.vert; sourceTree = ""; }; - B398137629239F3900A82429 /* spv.forwardFun.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.forwardFun.frag; sourceTree = ""; }; - B398137729239F3900A82429 /* stringToDouble.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = stringToDouble.vert; sourceTree = ""; }; - B398137829239F3900A82429 /* spv.fragmentShaderBarycentric2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.fragmentShaderBarycentric2.frag; sourceTree = ""; }; - B398137929239F3900A82429 /* functionSemantics.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = functionSemantics.frag; sourceTree = ""; }; - B398137A29239F3900A82429 /* glsl.460.subgroup.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.mesh; sourceTree = ""; }; - B398137B29239F3900A82429 /* 430.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = 430.comp; sourceTree = ""; }; - B398137C29239F3900A82429 /* hlsl.samplebias.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplebias.array.dx10.frag; sourceTree = ""; }; - B398137D29239F3900A82429 /* hlsl.shapeConv.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.shapeConv.frag; sourceTree = ""; }; - B398137E29239F3900A82429 /* spv.fragmentDensity.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.fragmentDensity.frag; sourceTree = ""; }; - B398137F29239F3900A82429 /* spv.samplePosition.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.samplePosition.frag; sourceTree = ""; }; - B398138029239F3900A82429 /* web.array.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = web.array.frag; sourceTree = ""; }; - B398138129239F3900A82429 /* spv.fsi_Error.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.fsi_Error.frag; sourceTree = ""; }; - B398138229239F3900A82429 /* hlsl.shapeConvRet.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.shapeConvRet.frag; sourceTree = ""; }; - B398138329239F3900A82429 /* nvShaderNoperspectiveInterpolation.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = nvShaderNoperspectiveInterpolation.frag; sourceTree = ""; }; - B398138429239F3900A82429 /* spv.specConstantOperations.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.specConstantOperations.vert; sourceTree = ""; }; - B398138529239F3900A82429 /* spv.1.4.constructComposite.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.constructComposite.comp; sourceTree = ""; }; - B398138629239F3900A82429 /* spv.Operations.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.Operations.frag; sourceTree = ""; }; - B398138729239F3900A82429 /* hlsl.pp.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.pp.vert; sourceTree = ""; }; - B398138829239F3900A82429 /* parent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = parent.h; sourceTree = ""; }; - B398138929239F3900A82429 /* 150.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = 150.tesc; sourceTree = ""; }; - B398138A29239F3900A82429 /* glsl.es320.subgroupPartitioned.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupPartitioned.comp; sourceTree = ""; }; - B398138B29239F3900A82429 /* remap.invalid-spirv-2.spv */ = {isa = PBXFileReference; lastKnownFileType = file; path = "remap.invalid-spirv-2.spv"; sourceTree = ""; }; - B398138C29239F3900A82429 /* spv.privateVariableTypes.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.privateVariableTypes.frag; sourceTree = ""; }; - B398138D29239F3900A82429 /* spv.stereoViewRendering.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.stereoViewRendering.tesc; sourceTree = ""; }; - B398138E29239F3900A82429 /* hlsl.inf.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.inf.vert; sourceTree = ""; }; - B398138F29239F3900A82429 /* hlsl.gather.basic.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gather.basic.dx10.frag; sourceTree = ""; }; - B398139029239F3900A82429 /* hlsl.samplelevel.offset.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplelevel.offset.dx10.frag; sourceTree = ""; }; - B398139129239F3900A82429 /* hlsl.samplelevel.basic.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplelevel.basic.dx10.frag; sourceTree = ""; }; - B398139229239F3900A82429 /* flowControl.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = flowControl.frag; sourceTree = ""; }; - B398139329239F3900A82429 /* glspv.version.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glspv.version.frag; sourceTree = ""; }; - B398139429239F3900A82429 /* hlsl.rw.vec2.bracket.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.rw.vec2.bracket.frag; sourceTree = ""; }; - B398139529239F3900A82429 /* spv.drawParams.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.drawParams.vert; sourceTree = ""; }; - B398139629239F3900A82429 /* glsl.es320.subgroupShuffleRelative.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupShuffleRelative.comp; sourceTree = ""; }; - B398139729239F3900A82429 /* recurse2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = recurse2.frag; sourceTree = ""; }; - B398139829239F3900A82429 /* hlsl.gatherRGBA.offset.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gatherRGBA.offset.dx10.frag; sourceTree = ""; }; - B398139929239F3900A82429 /* hlsl.samplecmp.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmp.array.dx10.frag; sourceTree = ""; }; - B398139A29239F3900A82429 /* spv.constConstruct.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.constConstruct.vert; sourceTree = ""; }; - B398139B29239F3900A82429 /* constFold.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = constFold.frag; sourceTree = ""; }; - B398139C29239F3900A82429 /* spv.dead-after-return.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.dead-after-return.vert"; sourceTree = ""; }; - B398139D29239F3900A82429 /* link.vk.differentPC.1.0.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.differentPC.1.0.frag; sourceTree = ""; }; - B398139E29239F3900A82429 /* spv.flowControl.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.flowControl.frag; sourceTree = ""; }; - B398139F29239F3900A82429 /* constFoldIntMin.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = constFoldIntMin.frag; sourceTree = ""; }; - B39813A029239F3900A82429 /* hlsl.wavevote.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavevote.comp; sourceTree = ""; }; - B39813A129239F3900A82429 /* spv.boolInBlock.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.boolInBlock.frag; sourceTree = ""; }; - B39813A229239F3900A82429 /* hlsl.multiReturn.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.multiReturn.frag; sourceTree = ""; }; - B39813A329239F3900A82429 /* spv.1.4.OpSelect.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.1.4.OpSelect.frag; sourceTree = ""; }; - B39813A429239F3900A82429 /* hlsl.targetStruct2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.targetStruct2.frag; sourceTree = ""; }; - B39813A529239F3900A82429 /* spv.subgroupVote.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupVote.comp; sourceTree = ""; }; - B39813A629239F3900A82429 /* hlsl.intrinsics.double.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.double.frag; sourceTree = ""; }; - B39813A729239F3900A82429 /* spv.specTexture.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.specTexture.frag; sourceTree = ""; }; - B39813A829239F3900A82429 /* hlsl.pp.expand.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.pp.expand.frag; sourceTree = ""; }; - B39813A929239F3900A82429 /* hlsl.fraggeom.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.fraggeom.frag; sourceTree = ""; }; - B39813AA29239F3900A82429 /* spv.queryL.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.queryL.frag; sourceTree = ""; }; - B39813AB29239F3900A82429 /* spv.depthOut.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.depthOut.frag; sourceTree = ""; }; - B39813AC29239F3900A82429 /* hlsl.mip.negative2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.mip.negative2.frag; sourceTree = ""; }; - B39813AD29239F3900A82429 /* glsl.450.subgroupShuffleRelative.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupShuffleRelative.comp; sourceTree = ""; }; - B39813AE29239F3900A82429 /* spv.1.4.OpCopyLogical.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.OpCopyLogical.comp; sourceTree = ""; }; - B39813AF29239F3900A82429 /* hlsl.load.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.array.dx10.frag; sourceTree = ""; }; - B39813B029239F3900A82429 /* spv.bufferhandle6.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle6.frag; sourceTree = ""; }; - B39813B129239F3900A82429 /* spv.sparseTexture.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.sparseTexture.frag; sourceTree = ""; }; - B39813B229239F3900A82429 /* hlsl.samplebias.offset.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplebias.offset.dx10.frag; sourceTree = ""; }; - B39813B329239F3900A82429 /* 310.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310.tese; sourceTree = ""; }; - B39813B429239F3900A82429 /* 330.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 330.frag; sourceTree = ""; }; - B39813B529239F3900A82429 /* spv.int64.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.int64.frag; sourceTree = ""; }; - B39813B629239F3900A82429 /* hlsl.gatherRGBA.offsetarray.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gatherRGBA.offsetarray.dx10.frag; sourceTree = ""; }; - B39813B729239F3900A82429 /* glsl.es320.subgroup.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroup.tese; sourceTree = ""; }; - B39813B829239F3900A82429 /* spv.unit2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.unit2.frag; sourceTree = ""; }; - B39813B929239F3900A82429 /* spv.coopmat_Error.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.coopmat_Error.comp; sourceTree = ""; }; - B39813BA29239F3900A82429 /* spv.meshShaderBuiltins.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderBuiltins.mesh; sourceTree = ""; }; - B39813BB29239F3900A82429 /* atomic_uint.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = atomic_uint.frag; sourceTree = ""; }; - B39813BC29239F3900A82429 /* hlsl.clipdistance-3.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-3.geom"; sourceTree = ""; }; - B39813BD29239F3900A82429 /* always-discard2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "always-discard2.frag"; sourceTree = ""; }; - B39813BE29239F3900A82429 /* spv.shadingRate.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.shadingRate.frag; sourceTree = ""; }; - B39813BF29239F3900A82429 /* hlsl.global-const-init.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.global-const-init.frag"; sourceTree = ""; }; - B39813C029239F3900A82429 /* spv.vulkan110.int16.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.vulkan110.int16.frag; sourceTree = ""; }; - B39813C129239F3900A82429 /* 150.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = 150.tese; sourceTree = ""; }; - B39813C229239F3900A82429 /* spv.subgroupExtendedTypesBallotNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesBallotNeg.comp; sourceTree = ""; }; - B39813C329239F3A00A82429 /* spv.OVR_multiview.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.OVR_multiview.vert; sourceTree = ""; }; - B39813C429239F3A00A82429 /* hlsl.samplecmplevelzero.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmplevelzero.array.dx10.frag; sourceTree = ""; }; - B39813C529239F3A00A82429 /* hlsl.struct.split.call.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.struct.split.call.vert; sourceTree = ""; }; - B39813C629239F3A00A82429 /* spv.uint.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.uint.frag; sourceTree = ""; }; - B39813C729239F3A00A82429 /* spv.ext.IntersectShader.rint */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.IntersectShader.rint; sourceTree = ""; }; - B39813C829239F3A00A82429 /* glspv.esversion.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glspv.esversion.vert; sourceTree = ""; }; - B39813C929239F3A00A82429 /* spv.AnyHitShader_Errors.rahit */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.AnyHitShader_Errors.rahit; sourceTree = ""; }; - B39813CA29239F3A00A82429 /* web.basic.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = web.basic.vert; sourceTree = ""; }; - B39813CB29239F3A00A82429 /* spv.dead-after-switch-break.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.dead-after-switch-break.vert"; sourceTree = ""; }; - B39813CC29239F3A00A82429 /* spv.330.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.330.geom; sourceTree = ""; }; - B39813CD29239F3A00A82429 /* hlsl.struct.split.trivial.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.struct.split.trivial.geom; sourceTree = ""; }; - B39813CE29239F3A00A82429 /* hlsl.structbuffer.append.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structbuffer.append.frag; sourceTree = ""; }; - B39813CF29239F3A00A82429 /* hlsl.semicolons.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.semicolons.frag; sourceTree = ""; }; - B39813D029239F3A00A82429 /* hlsl.structbuffer.atomics.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structbuffer.atomics.frag; sourceTree = ""; }; - B39813D129239F3A00A82429 /* spv.130.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.130.frag; sourceTree = ""; }; - B39813D229239F3A00A82429 /* hlsl.params.default.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.params.default.frag; sourceTree = ""; }; - B39813D329239F3A00A82429 /* hlsl.max.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.max.frag; sourceTree = ""; }; - B39813D429239F3A00A82429 /* spv.1.4.OpCopyLogicalBool.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.OpCopyLogicalBool.comp; sourceTree = ""; }; - B39813D529239F3A00A82429 /* hlsl.string.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.string.frag; sourceTree = ""; }; - B39813D629239F3A00A82429 /* 440.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 440.vert; sourceTree = ""; }; - B39813D729239F3A00A82429 /* hlsl.cbuffer-identifier.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.cbuffer-identifier.vert"; sourceTree = ""; }; - B39813D829239F3A00A82429 /* spv.subgroupExtendedTypesClustered.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesClustered.comp; sourceTree = ""; }; - B39813D929239F3A00A82429 /* spv.layoutNested.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.layoutNested.vert; sourceTree = ""; }; - B39813DA29239F3A00A82429 /* spv.dataOutIndirect.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.dataOutIndirect.frag; sourceTree = ""; }; - B39813DB29239F3A00A82429 /* hlsl.gs-hs-mix.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.gs-hs-mix.tesc"; sourceTree = ""; }; - B39813DC29239F3A00A82429 /* remap.invalid-spirv-1.spv */ = {isa = PBXFileReference; lastKnownFileType = file; path = "remap.invalid-spirv-1.spv"; sourceTree = ""; }; - B39813DD29239F3A00A82429 /* spv.subgroupClusteredNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupClusteredNeg.comp; sourceTree = ""; }; - B39813DE29239F3A00A82429 /* spv.explicittypes.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.explicittypes.frag; sourceTree = ""; }; - B39813DF29239F3A00A82429 /* spv.bufferhandle13.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle13.frag; sourceTree = ""; }; - B39813E029239F3A00A82429 /* vulkan.ast.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = vulkan.ast.vert; sourceTree = ""; }; - B39813E129239F3A00A82429 /* link3.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link3.frag; sourceTree = ""; }; - B39813E229239F3A00A82429 /* hlsl.store.rwbyteaddressbuffer.type.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.store.rwbyteaddressbuffer.type.comp; sourceTree = ""; }; - B39813E329239F3A00A82429 /* spv.320.meshShaderUserDefined.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.320.meshShaderUserDefined.mesh; sourceTree = ""; }; - B39813E429239F3A00A82429 /* hlsl.boolConv.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.boolConv.vert; sourceTree = ""; }; - B39813E529239F3A00A82429 /* structure.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = structure.frag; sourceTree = ""; }; - B39813E629239F3A00A82429 /* hlsl.clipdistance-2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-2.frag"; sourceTree = ""; }; - B39813E729239F3A00A82429 /* hlsl.array.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.array.frag; sourceTree = ""; }; - B39813E829239F3A00A82429 /* web.operations.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = web.operations.frag; sourceTree = ""; }; - B39813E929239F3A00A82429 /* spv.pushConstantAnon.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.pushConstantAnon.vert; sourceTree = ""; }; - B39813EA29239F3A00A82429 /* spv.texture.sampler.transform.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.texture.sampler.transform.frag; sourceTree = ""; }; - B39813EB29239F3A00A82429 /* glsl.es320.subgroupBasic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupBasic.comp; sourceTree = ""; }; - B39813EC29239F3A00A82429 /* hlsl.semantic.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.semantic.vert; sourceTree = ""; }; - B39813ED29239F3A00A82429 /* spv.paramMemory.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.paramMemory.frag; sourceTree = ""; }; - B39813EE29239F3A00A82429 /* spv.bufferhandle18.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle18.frag; sourceTree = ""; }; - B39813EF29239F3A00A82429 /* hlsl.overload.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.overload.frag; sourceTree = ""; }; - B39813F029239F3A00A82429 /* hlsl.clipdistance-9.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-9.frag"; sourceTree = ""; }; - B39813F129239F3A00A82429 /* hlsl.emptystructreturn.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.emptystructreturn.frag; sourceTree = ""; }; - B39813F229239F3A00A82429 /* tokenPaste.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = tokenPaste.vert; sourceTree = ""; }; - B39813F329239F3A00A82429 /* hlsl.implicitBool.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.implicitBool.frag; sourceTree = ""; }; - B39813F429239F3A00A82429 /* spv.uniformArray.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.uniformArray.frag; sourceTree = ""; }; - B39813F529239F3A00A82429 /* hlsl.multiEntry.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.multiEntry.vert; sourceTree = ""; }; - B39813F629239F3A00A82429 /* spv.do-while-continue-break.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.do-while-continue-break.vert"; sourceTree = ""; }; - B39813F729239F3A00A82429 /* spv.while-continue-break.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.while-continue-break.vert"; sourceTree = ""; }; - B39813F829239F3A00A82429 /* web.runtests */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.runtests; sourceTree = ""; }; - B39813F929239F3A00A82429 /* rayQuery-initialize.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-initialize.rgen"; sourceTree = ""; }; - B39813FA29239F3A00A82429 /* spv.vecMatConstruct.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.vecMatConstruct.frag; sourceTree = ""; }; - B39813FB29239F3A00A82429 /* sample.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = sample.frag.out; sourceTree = ""; }; - B39813FC29239F3A00A82429 /* remap.hlsl.sample.basic.none.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.hlsl.sample.basic.none.frag; sourceTree = ""; }; - B39813FD29239F3A00A82429 /* spv.doWhileLoop.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.doWhileLoop.frag; sourceTree = ""; }; - B39813FE29239F3A00A82429 /* conversion.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = conversion.frag; sourceTree = ""; }; - B39813FF29239F3A00A82429 /* hlsl.samplecmplevelzero.basic.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmplevelzero.basic.dx10.frag; sourceTree = ""; }; - B398140029239F3A00A82429 /* spv.subgroupBasic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupBasic.comp; sourceTree = ""; }; - B398140129239F3A00A82429 /* precision.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = precision.frag; sourceTree = ""; }; - B398140229239F3A00A82429 /* hlsl.intrinsics.d3dcolortoubyte4.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.d3dcolortoubyte4.frag; sourceTree = ""; }; - B398140329239F3A00A82429 /* cppBad5.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppBad5.vert; sourceTree = ""; }; - B398140429239F3A00A82429 /* forwardRef.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = forwardRef.frag; sourceTree = ""; }; - B398140529239F3A00A82429 /* vulkan.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = vulkan.comp; sourceTree = ""; }; - B398140629239F3A00A82429 /* foo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = foo.h; sourceTree = ""; }; - B398140729239F3A00A82429 /* hlsl.struct.split.nested.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.struct.split.nested.geom; sourceTree = ""; }; - B398140829239F3A00A82429 /* spv.subgroupExtendedTypesShuffleNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesShuffleNeg.comp; sourceTree = ""; }; - B398140929239F3A00A82429 /* hlsl.mintypes.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.mintypes.frag; sourceTree = ""; }; - B398140A29239F3A00A82429 /* link.multiAnonBlocksValid.0.0.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.multiAnonBlocksValid.0.0.vert; sourceTree = ""; }; - B398140B29239F3A00A82429 /* hlsl.nonint-index.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.nonint-index.frag"; sourceTree = ""; }; - B398140C29239F3A00A82429 /* link.multiAnonBlocksInvalid.0.0.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.multiAnonBlocksInvalid.0.0.vert; sourceTree = ""; }; - B398140D29239F3A00A82429 /* spv.subgroupQuad.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupQuad.comp; sourceTree = ""; }; - B398140E29239F3A00A82429 /* 100.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 100.frag; sourceTree = ""; }; - B398140F29239F3A00A82429 /* specExamples.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = specExamples.frag; sourceTree = ""; }; - B398141029239F3A00A82429 /* spv.register.noautoassign.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.register.noautoassign.frag; sourceTree = ""; }; - B398141129239F3A00A82429 /* whileLoop.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = whileLoop.frag; sourceTree = ""; }; - B398141229239F3A00A82429 /* hlsl.sample.offsetarray.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.sample.offsetarray.dx10.frag; sourceTree = ""; }; - B398141329239F3A00A82429 /* forLoop.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = forLoop.frag; sourceTree = ""; }; - B398141429239F3A00A82429 /* hlsl.basic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.basic.comp; sourceTree = ""; }; - B398141529239F3A00A82429 /* spv.nonuniform2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.nonuniform2.frag; sourceTree = ""; }; - B398141629239F3A00A82429 /* remap.basic.strip.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.basic.strip.frag; sourceTree = ""; }; - B398141729239F3A00A82429 /* Operations.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = Operations.frag; sourceTree = ""; }; - B398141829239F3A00A82429 /* hlsl.wavequad.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavequad.comp; sourceTree = ""; }; - B398141929239F3A00A82429 /* mixedArrayDecls.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = mixedArrayDecls.frag; sourceTree = ""; }; - B398141A29239F3A00A82429 /* spv.140.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.140.frag; sourceTree = ""; }; - B398141B29239F3A00A82429 /* hlsl.structarray.flatten.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structarray.flatten.geom; sourceTree = ""; }; - B398141C29239F3A00A82429 /* decls.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = decls.frag; sourceTree = ""; }; - B398141D29239F3A00A82429 /* remap.literal64.none.spv */ = {isa = PBXFileReference; lastKnownFileType = file; path = remap.literal64.none.spv; sourceTree = ""; }; - B398141E29239F3A00A82429 /* hlsl.matType.bool.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.matType.bool.frag; sourceTree = ""; }; - B398141F29239F3A00A82429 /* 430.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 430.vert; sourceTree = ""; }; - B398142029239F3A00A82429 /* spv.ext.RayGenShader11.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayGenShader11.rgen; sourceTree = ""; }; - B398142129239F3A00A82429 /* spv.xfbOffsetOnStructMembersAssignment.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.xfbOffsetOnStructMembersAssignment.vert; sourceTree = ""; }; - B398142229239F3A00A82429 /* hlsl.attributeC11.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.attributeC11.frag; sourceTree = ""; }; - B398142329239F3A00A82429 /* preprocessor.edge_cases.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.edge_cases.vert; sourceTree = ""; }; - B398142429239F3A00A82429 /* spv.arbPostDepthCoverage_Error.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.arbPostDepthCoverage_Error.frag; sourceTree = ""; }; - B398142529239F3A00A82429 /* hlsl.load.basic.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.basic.dx10.frag; sourceTree = ""; }; - B398142629239F3A00A82429 /* hlsl.templatetypes.negative.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.templatetypes.negative.frag; sourceTree = ""; }; - B398142729239F3A00A82429 /* hlsl.clip.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.clip.frag; sourceTree = ""; }; - B398142829239F3A00A82429 /* spv.float64.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.float64.frag; sourceTree = ""; }; - B398142929239F3A00A82429 /* hlsl.flattenOpaqueInitMix.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.flattenOpaqueInitMix.vert; sourceTree = ""; }; - B398142A29239F3A00A82429 /* hlsl.gather.offset.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gather.offset.dx10.frag; sourceTree = ""; }; - B398142B29239F3A00A82429 /* link2.vk.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link2.vk.frag; sourceTree = ""; }; - B398142C29239F3A00A82429 /* hlsl.intrinsics.f3216.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.f3216.frag; sourceTree = ""; }; - B398142D29239F3A00A82429 /* earlyReturnDiscard.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = earlyReturnDiscard.frag; sourceTree = ""; }; - B398142E29239F3A00A82429 /* spv.looseUniformNoLoc.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.looseUniformNoLoc.vert; sourceTree = ""; }; - B398142F29239F3A00A82429 /* hlsl.clipdistance-5.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-5.frag"; sourceTree = ""; }; - B398143029239F3A00A82429 /* spv.sparseTextureClamp.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.sparseTextureClamp.frag; sourceTree = ""; }; - B398143129239F3A00A82429 /* hlsl.sin.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.sin.frag; sourceTree = ""; }; - B398143229239F3A00A82429 /* spv.bufferhandle14.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle14.frag; sourceTree = ""; }; - B398143329239F3A00A82429 /* remap.literal64.everything.spv */ = {isa = PBXFileReference; lastKnownFileType = file; path = remap.literal64.everything.spv; sourceTree = ""; }; - B398143429239F3A00A82429 /* 410.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 410.vert; sourceTree = ""; }; - B398143529239F3A00A82429 /* spv.specConst.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.specConst.vert; sourceTree = ""; }; - B398143629239F3A00A82429 /* glsl.460.subgroup.rcall */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rcall; sourceTree = ""; }; - B398143729239F3A00A82429 /* hlsl.samplecmp.basic.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmp.basic.dx10.frag; sourceTree = ""; }; - B398143829239F3A00A82429 /* spv.for-nobody.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.for-nobody.vert"; sourceTree = ""; }; - B398143929239F3A00A82429 /* cppComplexExpr.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppComplexExpr.vert; sourceTree = ""; }; - B398143A29239F3A00A82429 /* preprocessor.include.disabled.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.include.disabled.vert; sourceTree = ""; }; - B398143B29239F3A00A82429 /* compoundsuffix.vert.glsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = compoundsuffix.vert.glsl; sourceTree = ""; }; - B398143C29239F3A00A82429 /* hlsl.samplelevel.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplelevel.array.dx10.frag; sourceTree = ""; }; - B398143D29239F3A00A82429 /* hlsl.pp.line2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.pp.line2.frag; sourceTree = ""; }; - B398143E29239F3A00A82429 /* hlsl.gather.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gather.array.dx10.frag; sourceTree = ""; }; - B398143F29239F3A00A82429 /* 320.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 320.geom; sourceTree = ""; }; - B398144029239F3A00A82429 /* texture.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = texture.frag; sourceTree = ""; }; - B398144129239F3A00A82429 /* spv.fragmentShaderBarycentric.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.fragmentShaderBarycentric.frag; sourceTree = ""; }; - B398144229239F3A00A82429 /* hlsl.load.rwtexture.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.load.rwtexture.dx10.frag; sourceTree = ""; }; - B398144329239F3A00A82429 /* hlsl.rw.atomics.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.rw.atomics.frag; sourceTree = ""; }; - B398144429239F3A00A82429 /* hlsl.synthesizeInput.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.synthesizeInput.frag; sourceTree = ""; }; - B398144529239F3A00A82429 /* hlsl.waveprefix.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.waveprefix.comp; sourceTree = ""; }; - B398144629239F3A00A82429 /* spv.image.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.image.frag; sourceTree = ""; }; - B398144729239F3A00A82429 /* structAssignment.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = structAssignment.frag; sourceTree = ""; }; - B398144829239F3A00A82429 /* spv.xfb.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.xfb.vert; sourceTree = ""; }; - B398144929239F3A00A82429 /* 120.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 120.frag; sourceTree = ""; }; - B398144A29239F3A00A82429 /* spv.bufferhandle19_Errors.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle19_Errors.frag; sourceTree = ""; }; - B398144B29239F3A00A82429 /* hlsl.samplebias.basic.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplebias.basic.dx10.frag; sourceTree = ""; }; - B398144C29239F3A00A82429 /* simpleFunctionCall.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = simpleFunctionCall.frag; sourceTree = ""; }; - B398144D29239F3A00A82429 /* hlsl.clipdistance-4.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-4.geom"; sourceTree = ""; }; - B398144E29239F3A00A82429 /* hlsl.dashI.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.dashI.vert; sourceTree = ""; }; - B398144F29239F3A00A82429 /* hlsl.function.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.function.frag; sourceTree = ""; }; - B398145029239F3A00A82429 /* cppBad.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppBad.vert; sourceTree = ""; }; - B398145129239F3A00A82429 /* web.separate.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = web.separate.frag; sourceTree = ""; }; - B398145229239F3A00A82429 /* noMain1.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = noMain1.geom; sourceTree = ""; }; - B398145329239F3A00A82429 /* hlsl.array.flatten.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.array.flatten.frag; sourceTree = ""; }; - B398145429239F3A00A82429 /* tokenLength.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = tokenLength.vert; sourceTree = ""; }; - B398145529239F3A00A82429 /* doWhileLoop.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = doWhileLoop.frag; sourceTree = ""; }; - B398145629239F3A00A82429 /* spv.ext.AnyHitShader_Errors.rahit */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.AnyHitShader_Errors.rahit; sourceTree = ""; }; - B398145729239F3A00A82429 /* spv.bufferhandle1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle1.frag; sourceTree = ""; }; - B398145829239F3A00A82429 /* matrixError.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = matrixError.vert; sourceTree = ""; }; - B398145929239F3A00A82429 /* rayQuery-allOps.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-allOps.rgen"; sourceTree = ""; }; - B398145A29239F3A00A82429 /* hlsl.type.half.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.type.half.frag; sourceTree = ""; }; - B398145B29239F3A00A82429 /* spv.subgroup.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.subgroup.geom; sourceTree = ""; }; - B398145C29239F3A00A82429 /* 300block.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300block.frag; sourceTree = ""; }; - B398145D29239F3A00A82429 /* glspv.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glspv.frag; sourceTree = ""; }; - B398145E29239F3A00A82429 /* spv.AnyHitShader.rahit */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.AnyHitShader.rahit; sourceTree = ""; }; - B398145F29239F3A00A82429 /* hlsl.intrinsics.negative.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.negative.frag; sourceTree = ""; }; - B398146029239F3A00A82429 /* hlsl.gatherRGBA.basic.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.gatherRGBA.basic.dx10.frag; sourceTree = ""; }; - B398146129239F3A00A82429 /* glsl.460.subgroup.rmiss */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rmiss; sourceTree = ""; }; - B398146229239F3A00A82429 /* spv.ssbo.autoassign.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.ssbo.autoassign.frag; sourceTree = ""; }; - B398146329239F3A00A82429 /* validate-shaders.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "validate-shaders.sh"; sourceTree = ""; }; - B398146429239F3A00A82429 /* preprocessor.bad_arg.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.bad_arg.vert; sourceTree = ""; }; - B398146529239F3A00A82429 /* hlsl.intrinsics.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.frag; sourceTree = ""; }; - B398146629239F3A00A82429 /* spv.RayGenShader.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayGenShader.rgen; sourceTree = ""; }; - B398146729239F3A00A82429 /* spv.300layout.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.300layout.vert; sourceTree = ""; }; - B398146829239F3A00A82429 /* spv.while-simple.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.while-simple.vert"; sourceTree = ""; }; - B398146929239F3A00A82429 /* cppRelaxSkipTokensErrors.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppRelaxSkipTokensErrors.vert; sourceTree = ""; }; - B398146A29239F3A00A82429 /* spv.16bitstorage_Error-int.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.16bitstorage_Error-int.frag"; sourceTree = ""; }; - B398146B29239F3A00A82429 /* hlsl.conditional.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.conditional.frag; sourceTree = ""; }; - B398146C29239F3A00A82429 /* hlsl.float1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.float1.frag; sourceTree = ""; }; - B398146D29239F3A00A82429 /* spv.MissShader_Errors.rmiss */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.MissShader_Errors.rmiss; sourceTree = ""; }; - B398146E29239F3A00A82429 /* hlsl.sample.dx9.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.sample.dx9.frag; sourceTree = ""; }; - B398146F29239F3A00A82429 /* hlsl.multiDescriptorSet.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.multiDescriptorSet.frag; sourceTree = ""; }; - B398147029239F3A00A82429 /* hlsl.structbuffer.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structbuffer.frag; sourceTree = ""; }; - B398147229239F3A00A82429 /* hlsl.flattenSubset2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flattenSubset2.frag.out; sourceTree = ""; }; - B398147329239F3A00A82429 /* hlsl.flattenOpaque.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flattenOpaque.frag.out; sourceTree = ""; }; - B398147429239F3A00A82429 /* hlsl.flattenOpaqueInit.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flattenOpaqueInit.vert.out; sourceTree = ""; }; - B398147529239F3A00A82429 /* hlsl.partialFlattenLocal.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.partialFlattenLocal.vert.out; sourceTree = ""; }; - B398147629239F3A00A82429 /* hlsl.aliasOpaque.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.aliasOpaque.frag.out; sourceTree = ""; }; - B398147729239F3A00A82429 /* hlsl.partialFlattenMixed.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.partialFlattenMixed.vert.out; sourceTree = ""; }; - B398147829239F3A00A82429 /* hlsl.flattenSubset.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flattenSubset.frag.out; sourceTree = ""; }; - B398147929239F3A00A82429 /* hlsl.flattenOpaqueInitMix.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flattenOpaqueInitMix.vert.out; sourceTree = ""; }; - B398147A29239F3A00A82429 /* spv.float16Fetch.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.float16Fetch.frag; sourceTree = ""; }; - B398147B29239F3A00A82429 /* missingBodies.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = missingBodies.vert; sourceTree = ""; }; - B398147C29239F3A00A82429 /* mains1.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = mains1.frag; sourceTree = ""; }; - B398147D29239F3A00A82429 /* 320.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 320.frag; sourceTree = ""; }; - B398147E29239F3A00A82429 /* hlsl.type.type.conversion.all.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.type.type.conversion.all.frag; sourceTree = ""; }; - B398147F29239F3A00A82429 /* spv.dead-after-continue.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.dead-after-continue.vert"; sourceTree = ""; }; - B398148029239F3A00A82429 /* hlsl.struct.split.array.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.struct.split.array.geom; sourceTree = ""; }; - B398148129239F3A00A82429 /* spv.volatileAtomic.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.volatileAtomic.comp; sourceTree = ""; }; - B398148229239F3A00A82429 /* glsl.-D-U.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "glsl.-D-U.frag"; sourceTree = ""; }; - B398148329239F3A00A82429 /* link.vk.differentPC.0.2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.vk.differentPC.0.2.frag; sourceTree = ""; }; - B398148429239F3A00A82429 /* hlsl.pp.tokenpasting.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.pp.tokenpasting.frag; sourceTree = ""; }; - B398148529239F3A00A82429 /* hlsl.typeGraphCopy.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.typeGraphCopy.vert; sourceTree = ""; }; - B398148629239F3A00A82429 /* spv.sampleId.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.sampleId.frag; sourceTree = ""; }; - B398148729239F3A00A82429 /* invalidSwizzle.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = invalidSwizzle.vert; sourceTree = ""; }; - B398148829239F3A00A82429 /* spv.subgroup.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroup.tesc; sourceTree = ""; }; - B398148929239F3A00A82429 /* spv.1.4.LoopControl.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.1.4.LoopControl.frag; sourceTree = ""; }; - B398148A29239F3A00A82429 /* mains.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = mains.frag; sourceTree = ""; }; - B398148B29239F3A00A82429 /* hlsl.getdimensions.dx10.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.getdimensions.dx10.vert; sourceTree = ""; }; - B398148C29239F3A00A82429 /* spv.ssboAlias.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.ssboAlias.frag; sourceTree = ""; }; - B398148D29239F3A00A82429 /* spv.ext.AnyHitShader.rahit */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.AnyHitShader.rahit; sourceTree = ""; }; - B398148E29239F3A00A82429 /* recurse1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = recurse1.vert; sourceTree = ""; }; - B398148F29239F3A00A82429 /* remap.hlsl.templatetypes.everything.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.hlsl.templatetypes.everything.frag; sourceTree = ""; }; - B398149029239F3A00A82429 /* hlsl.identifier.sample.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.identifier.sample.frag; sourceTree = ""; }; - B398149129239F3A00A82429 /* bump */ = {isa = PBXFileReference; lastKnownFileType = text; path = bump; sourceTree = ""; }; - B398149229239F3A00A82429 /* hlsl.init2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.init2.frag; sourceTree = ""; }; - B398149329239F3A00A82429 /* spv.subgroupExtendedTypesPartitioned.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesPartitioned.comp; sourceTree = ""; }; - B398149429239F3A00A82429 /* spv.multiStructFuncall.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.multiStructFuncall.frag; sourceTree = ""; }; - B398149529239F3A00A82429 /* spv.8bitstorage_Error-uint.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.8bitstorage_Error-uint.frag"; sourceTree = ""; }; - B398149629239F3A00A82429 /* spv.subgroupExtendedTypesShuffleRelativeNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesShuffleRelativeNeg.comp; sourceTree = ""; }; - B398149829239F3A00A82429 /* hlsl.matNx1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.matNx1.frag.out; sourceTree = ""; }; - B398149929239F3A00A82429 /* hlsl.precise.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.precise.frag.out; sourceTree = ""; }; - B398149A29239F3A00A82429 /* spv.ext.ClosestHitShader.rchit.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.ClosestHitShader.rchit.out; sourceTree = ""; }; - B398149B29239F3A00A82429 /* precise.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = precise.tesc.out; sourceTree = ""; }; - B398149C29239F3A00A82429 /* spv.400.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.400.tese.out; sourceTree = ""; }; - B398149D29239F3A00A82429 /* hlsl.inoutquals.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.inoutquals.frag.out; sourceTree = ""; }; - B398149E29239F3A00A82429 /* spv.storageBuffer.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.storageBuffer.vert.out; sourceTree = ""; }; - B398149F29239F3A00A82429 /* spv.int16.amd.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.int16.amd.frag.out; sourceTree = ""; }; - B39814A029239F3A00A82429 /* spv.subgroupExtendedTypesClustered.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesClustered.comp.out; sourceTree = ""; }; - B39814A129239F3A00A82429 /* varyingArrayIndirect.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = varyingArrayIndirect.frag.out; sourceTree = ""; }; - B39814A229239F3A00A82429 /* spv.bufferhandle17_Errors.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle17_Errors.frag.out; sourceTree = ""; }; - B39814A329239F3A00A82429 /* hlsl.logical.binary.vec.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.logical.binary.vec.frag.out; sourceTree = ""; }; - B39814A429239F3A00A82429 /* spv.forwardFun.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.forwardFun.frag.out; sourceTree = ""; }; - B39814A529239F3A00A82429 /* spv.merge-unreachable.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.merge-unreachable.frag.out"; sourceTree = ""; }; - B39814A629239F3A00A82429 /* spv.conversion.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.conversion.frag.out; sourceTree = ""; }; - B39814A729239F3A00A82429 /* remap.hlsl.sample.basic.everything.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.hlsl.sample.basic.everything.frag.out; sourceTree = ""; }; - B39814A829239F3A00A82429 /* preprocessor.success_if_parse_would_fail.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.success_if_parse_would_fail.vert.err; sourceTree = ""; }; - B39814A929239F3A00A82429 /* spv.16bitstorage_Error-uint.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.16bitstorage_Error-uint.frag.out"; sourceTree = ""; }; - B39814AA29239F3A00A82429 /* spv.460.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.460.vert.out; sourceTree = ""; }; - B39814AB29239F3A00A82429 /* spv.bufferhandle7.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle7.frag.out; sourceTree = ""; }; - B39814AC29239F3A00A82429 /* hlsl.load.offsetarray.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.offsetarray.dx10.frag.out; sourceTree = ""; }; - B39814AD29239F3A00A82429 /* spv.bufferhandle6.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle6.frag.out; sourceTree = ""; }; - B39814AE29239F3A00A82429 /* hlsl.doLoop.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.doLoop.frag.out; sourceTree = ""; }; - B39814AF29239F3A00A82429 /* spv.1.3.8bitstorage-ubo.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.1.3.8bitstorage-ubo.vert.out"; sourceTree = ""; }; - B39814B029239F3A00A82429 /* spv.1.4.OpCopyLogicalBool.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.OpCopyLogicalBool.comp.out; sourceTree = ""; }; - B39814B129239F3A00A82429 /* hlsl.max.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.max.frag.out; sourceTree = ""; }; - B39814B229239F3A00A82429 /* rayQuery-allOps.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-allOps.frag.out"; sourceTree = ""; }; - B39814B329239F3A00A82429 /* spv.computeShaderDerivatives2.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.computeShaderDerivatives2.comp.out; sourceTree = ""; }; - B39814B429239F3A00A82429 /* spv.ext.RayGenShader.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayGenShader.rgen.out; sourceTree = ""; }; - B39814B529239F3A00A82429 /* preprocessor.cpp_style___FILE__.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "preprocessor.cpp_style___FILE__.vert.out"; sourceTree = ""; }; - B39814B629239F3A00A82429 /* hlsl.partialInit.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.partialInit.frag.out; sourceTree = ""; }; - B39814B729239F3A00A82429 /* preprocessor.function_macro.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.function_macro.vert.err; sourceTree = ""; }; - B39814B829239F3A00A82429 /* spv.subgroupShuffleRelative.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupShuffleRelative.comp.out; sourceTree = ""; }; - B39814B929239F3A00A82429 /* remap.specconst.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.specconst.comp.out; sourceTree = ""; }; - B39814BA29239F3A00A82429 /* hlsl.samplelevel.array.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplelevel.array.dx10.frag.out; sourceTree = ""; }; - B39814BB29239F3A00A82429 /* precision.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = precision.frag.out; sourceTree = ""; }; - B39814BC29239F3A00A82429 /* 300.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300.vert.out; sourceTree = ""; }; - B39814BD29239F3A00A82429 /* hlsl.intrinsics.lit.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.lit.frag.out; sourceTree = ""; }; - B39814BE29239F3A00A82429 /* cppBad.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppBad.vert.out; sourceTree = ""; }; - B39814BF29239F3A00A82429 /* hlsl.buffer.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.buffer.frag.out; sourceTree = ""; }; - B39814C029239F3A00A82429 /* preprocessor.pragma.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.pragma.vert.out; sourceTree = ""; }; - B39814C129239F3A00A82429 /* spv.meshShaderTaskMem.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderTaskMem.mesh.out; sourceTree = ""; }; - B39814C229239F3A00A82429 /* implicitInnerAtomicUint.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = implicitInnerAtomicUint.frag.out; sourceTree = ""; }; - B39814C329239F3A00A82429 /* hlsl.params.default.negative.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.params.default.negative.frag.out; sourceTree = ""; }; - B39814C429239F3A00A82429 /* hlsl.flattenSubset2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flattenSubset2.frag.out; sourceTree = ""; }; - B39814C529239F3A00A82429 /* 420.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 420.frag.out; sourceTree = ""; }; - B39814C629239F3A00A82429 /* spv.glsl.register.autoassign.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.glsl.register.autoassign.frag.out; sourceTree = ""; }; - B39814C729239F3A00A82429 /* link.vk.matchingPC.0.0.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.vk.matchingPC.0.0.frag.out; sourceTree = ""; }; - B39814C829239F3A00A82429 /* spv.310.bitcast.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.310.bitcast.frag.out; sourceTree = ""; }; - B39814C929239F3A00A82429 /* spv.330.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.330.geom.out; sourceTree = ""; }; - B39814CA29239F3A00A82429 /* hlsl.load.basic.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.basic.dx10.frag.out; sourceTree = ""; }; - B39814CB29239F3A00A82429 /* hlsl.clipdistance-1.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-1.vert.out"; sourceTree = ""; }; - B39814CC29239F3A00A82429 /* preprocessor.cpp_style_line_directive.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.cpp_style_line_directive.vert.out; sourceTree = ""; }; - B39814CD29239F3A00A82429 /* remap.switch.everything.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.switch.everything.frag.out; sourceTree = ""; }; - B39814CE29239F3A00A82429 /* spv.subpass.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subpass.frag.out; sourceTree = ""; }; - B39814CF29239F3A00A82429 /* spv.glFragColor.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.glFragColor.frag.out; sourceTree = ""; }; - B39814D029239F3A00A82429 /* hlsl.rw.swizzle.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.rw.swizzle.frag.out; sourceTree = ""; }; - B39814D129239F3A00A82429 /* 450.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 450.geom.out; sourceTree = ""; }; - B39814D229239F3A00A82429 /* glspv.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glspv.frag.out; sourceTree = ""; }; - B39814D329239F3A00A82429 /* hlsl.dashI.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.dashI.vert.out; sourceTree = ""; }; - B39814D429239F3A00A82429 /* hlsl.semantic.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.semantic.geom.out; sourceTree = ""; }; - B39814D529239F3A00A82429 /* spv.450.noRedecl.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.450.noRedecl.tesc.out; sourceTree = ""; }; - B39814D629239F3A00A82429 /* remap.similar_1b.none.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.similar_1b.none.frag.out; sourceTree = ""; }; - B39814D729239F3A00A82429 /* spv.noLocation.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.noLocation.vert.out; sourceTree = ""; }; - B39814D829239F3A00A82429 /* spv.1.3.8bitstorage-ssbo.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.1.3.8bitstorage-ssbo.vert.out"; sourceTree = ""; }; - B39814D929239F3A00A82429 /* spv.bufferhandle12.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle12.frag.out; sourceTree = ""; }; - B39814DA29239F3A00A82429 /* spv.bufferhandle13.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle13.frag.out; sourceTree = ""; }; - B39814DB29239F3A00A82429 /* spv.stereoViewRendering.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.stereoViewRendering.tesc.out; sourceTree = ""; }; - B39814DC29239F3A00A82429 /* hlsl.-D-U.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.-D-U.frag.out"; sourceTree = ""; }; - B39814DD29239F3A00A82429 /* glsl.460.subgroup.rahit.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rahit.out; sourceTree = ""; }; - B39814DE29239F3A00A82429 /* link.vk.differentPC.1.0.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.vk.differentPC.1.0.frag.out; sourceTree = ""; }; - B39814DF29239F3A00A82429 /* hlsl.init.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.init.frag.out; sourceTree = ""; }; - B39814E029239F3A00A82429 /* hlsl.samplecmp.array.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmp.array.dx10.frag.out; sourceTree = ""; }; - B39814E129239F3A00A82429 /* spv.sampleMaskOverrideCoverage.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.sampleMaskOverrideCoverage.frag.out; sourceTree = ""; }; - B39814E229239F3A00A82429 /* spv.shiftOps.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shiftOps.frag.out; sourceTree = ""; }; - B39814E329239F3A00A82429 /* hlsl.hull.ctrlpt-2.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.hull.ctrlpt-2.tesc.out"; sourceTree = ""; }; - B39814E429239F3A00A82429 /* spv.set.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.set.vert.out; sourceTree = ""; }; - B39814E529239F3A00A82429 /* spv.image.load-formatted.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.image.load-formatted.frag.out"; sourceTree = ""; }; - B39814E629239F3A00A82429 /* spv.atomicInt64.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.atomicInt64.comp.out; sourceTree = ""; }; - B39814E729239F3A00A82429 /* 140.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 140.frag.out; sourceTree = ""; }; - B39814E829239F3A00A82429 /* hlsl.gs-hs-mix.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.gs-hs-mix.tesc.out"; sourceTree = ""; }; - B39814E929239F3A00A82429 /* spv.shortCircuit.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shortCircuit.frag.out; sourceTree = ""; }; - B39814EA29239F3A00A82429 /* spv.bufferhandle18.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle18.frag.out; sourceTree = ""; }; - B39814EB29239F3A00A82429 /* hlsl.gather.array.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.gather.array.dx10.frag.out; sourceTree = ""; }; - B39814EC29239F3A00A82429 /* link1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link1.frag.out; sourceTree = ""; }; - B39814ED29239F3A00A82429 /* versionsErrors.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = versionsErrors.vert.out; sourceTree = ""; }; - B39814EE29239F3A00A82429 /* spv.stereoViewRendering.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.stereoViewRendering.vert.out; sourceTree = ""; }; - B39814EF29239F3A00A82429 /* preprocessor.edge_cases.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.edge_cases.vert.err; sourceTree = ""; }; - B39814F029239F3A00A82429 /* hlsl.intrinsics.promote.down.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.promote.down.frag.out; sourceTree = ""; }; - B39814F129239F3A00A82429 /* hlsl.singleArgIntPromo.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.singleArgIntPromo.vert.out; sourceTree = ""; }; - B39814F229239F3A00A82429 /* spv.branch-return.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.branch-return.vert.out"; sourceTree = ""; }; - B39814F329239F3A00A82429 /* types.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = types.frag.out; sourceTree = ""; }; - B39814F429239F3A00A82429 /* cppPassMacroName.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppPassMacroName.frag.out; sourceTree = ""; }; - B39814F529239F3A00A82429 /* spv.subgroupExtendedTypesClusteredNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesClusteredNeg.comp.out; sourceTree = ""; }; - B39814F629239F3A00A82429 /* test.conf */ = {isa = PBXFileReference; lastKnownFileType = text; path = test.conf; sourceTree = ""; }; - B39814F729239F3A00A82429 /* web.controlFlow.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.controlFlow.frag.out; sourceTree = ""; }; - B39814F829239F3A00A82429 /* hlsl.constructArray.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.constructArray.vert.out; sourceTree = ""; }; - B39814F929239F3A00A82429 /* spv.nonuniform2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.nonuniform2.frag.out; sourceTree = ""; }; - B39814FA29239F3A00A82429 /* spv.nonuniform3.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.nonuniform3.frag.out; sourceTree = ""; }; - B39814FB29239F3A00A82429 /* hlsl.structbuffer.append.fn.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.append.fn.frag.out; sourceTree = ""; }; - B39814FC29239F3B00A82429 /* spv.specConstantComposite.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.specConstantComposite.vert.out; sourceTree = ""; }; - B39814FD29239F3B00A82429 /* hlsl.samplegrad.basic.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplegrad.basic.dx10.frag.out; sourceTree = ""; }; - B39814FE29239F3B00A82429 /* spv.8bitstorage-ssbo.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.8bitstorage-ssbo.vert.out"; sourceTree = ""; }; - B39814FF29239F3B00A82429 /* hlsl.targetStruct1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.targetStruct1.frag.out; sourceTree = ""; }; - B398150029239F3B00A82429 /* vulkan.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = vulkan.vert.out; sourceTree = ""; }; - B398150129239F3B00A82429 /* spv.precise.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.precise.tesc.out; sourceTree = ""; }; - B398150229239F3B00A82429 /* spv.430.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.430.frag.out; sourceTree = ""; }; - B398150329239F3B00A82429 /* hlsl.attributeGlobalBuffer.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.attributeGlobalBuffer.frag.out; sourceTree = ""; }; - B398150429239F3B00A82429 /* spv.subgroup.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroup.geom.out; sourceTree = ""; }; - B398150529239F3B00A82429 /* link.vk.multiBlocksValid.1.0.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.vk.multiBlocksValid.1.0.geom.out; sourceTree = ""; }; - B398150629239F3B00A82429 /* conversion.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = conversion.frag.out; sourceTree = ""; }; - B398150729239F3B00A82429 /* 320.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 320.geom.out; sourceTree = ""; }; - B398150829239F3B00A82429 /* spv.constructComposite.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.constructComposite.comp.out; sourceTree = ""; }; - B398150929239F3B00A82429 /* spv.400.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.400.tesc.out; sourceTree = ""; }; - B398150A29239F3B00A82429 /* spv.bitCast.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bitCast.frag.out; sourceTree = ""; }; - B398150B29239F3B00A82429 /* hlsl.attribute.expression.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.attribute.expression.comp.out; sourceTree = ""; }; - B398150C29239F3B00A82429 /* spv.unit1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.unit1.frag.out; sourceTree = ""; }; - B398150D29239F3B00A82429 /* spv.noBuiltInLoc.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.noBuiltInLoc.vert.out; sourceTree = ""; }; - B398150E29239F3B00A82429 /* glsl.es320.subgroupVote.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupVote.comp.out; sourceTree = ""; }; - B398150F29239F3B00A82429 /* spv.register.subpass.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.register.subpass.frag.out; sourceTree = ""; }; - B398151029239F3B00A82429 /* hlsl.hull.3.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.3.tesc.out; sourceTree = ""; }; - B398151129239F3B00A82429 /* spv.accessChain.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.accessChain.frag.out; sourceTree = ""; }; - B398151229239F3B00A82429 /* hlsl.hull.2.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.2.tesc.out; sourceTree = ""; }; - B398151329239F3B00A82429 /* web.separate.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.separate.frag.out; sourceTree = ""; }; - B398151429239F3B00A82429 /* hlsl.samplebias.offsetarray.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplebias.offsetarray.dx10.frag.out; sourceTree = ""; }; - B398151529239F3B00A82429 /* 440.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 440.frag.out; sourceTree = ""; }; - B398151629239F3B00A82429 /* hlsl.clipdistance-4.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-4.frag.out"; sourceTree = ""; }; - B398151729239F3B00A82429 /* hlsl.matType.int.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.matType.int.frag.out; sourceTree = ""; }; - B398151829239F3B00A82429 /* hlsl.conditional.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.conditional.frag.out; sourceTree = ""; }; - B398151929239F3B00A82429 /* hlsl.clipdistance-5.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-5.frag.out"; sourceTree = ""; }; - B398151A29239F3B00A82429 /* hlsl.structIoFourWay.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structIoFourWay.frag.out; sourceTree = ""; }; - B398151B29239F3B00A82429 /* swizzle.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = swizzle.frag.out; sourceTree = ""; }; - B398151C29239F3B00A82429 /* hlsl.samplebias.array.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplebias.array.dx10.frag.out; sourceTree = ""; }; - B398151D29239F3B00A82429 /* link.multiAnonBlocksValid.0.0.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.multiAnonBlocksValid.0.0.vert.out; sourceTree = ""; }; - B398151E29239F3B00A82429 /* spv.memoryScopeSemantics_Error.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.memoryScopeSemantics_Error.comp.out; sourceTree = ""; }; - B398151F29239F3B00A82429 /* hlsl.intrinsics.promote.outputs.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.promote.outputs.frag.out; sourceTree = ""; }; - B398152029239F3B00A82429 /* preprocessor.line.frag.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.line.frag.err; sourceTree = ""; }; - B398152129239F3B00A82429 /* spv.xfbOffsetOnBlockMembersAssignment.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.xfbOffsetOnBlockMembersAssignment.vert.out; sourceTree = ""; }; - B398152229239F3B00A82429 /* conditionalDiscard.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = conditionalDiscard.frag.out; sourceTree = ""; }; - B398152329239F3B00A82429 /* spv.16bitstorage_Error.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.16bitstorage_Error.frag.out; sourceTree = ""; }; - B398152429239F3B00A82429 /* preprocessor.eof_missing.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.eof_missing.vert.out; sourceTree = ""; }; - B398152529239F3B00A82429 /* hlsl.shapeConvRet.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.shapeConvRet.frag.out; sourceTree = ""; }; - B398152629239F3B00A82429 /* preprocessor.bad_arg.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.bad_arg.vert.err; sourceTree = ""; }; - B398152729239F3B00A82429 /* vulkan.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = vulkan.comp.out; sourceTree = ""; }; - B398152829239F3B00A82429 /* spv.texture.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.texture.frag.out; sourceTree = ""; }; - B398152929239F3B00A82429 /* spv.ext.RayGenShaderArray.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayGenShaderArray.rgen.out; sourceTree = ""; }; - B398152A29239F3B00A82429 /* glsl.460.subgroup.rchit.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rchit.out; sourceTree = ""; }; - B398152B29239F3B00A82429 /* hlsl.gather.offset.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.gather.offset.dx10.frag.out; sourceTree = ""; }; - B398152C29239F3B00A82429 /* spv.16bitxfb.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.16bitxfb.vert.out; sourceTree = ""; }; - B398152D29239F3B00A82429 /* spv.310.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.310.comp.out; sourceTree = ""; }; - B398152E29239F3B00A82429 /* spv.1.3.coopmat.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.3.coopmat.comp.out; sourceTree = ""; }; - B398152F29239F3B00A82429 /* spv.functionSemantics.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.functionSemantics.frag.out; sourceTree = ""; }; - B398153029239F3B00A82429 /* spv.int16.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.int16.frag.out; sourceTree = ""; }; - B398153129239F3B00A82429 /* preprocessor.errors.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.errors.vert.out; sourceTree = ""; }; - B398153229239F3B00A82429 /* structAssignment.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = structAssignment.frag.out; sourceTree = ""; }; - B398153329239F3B00A82429 /* 300scope.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300scope.vert.out; sourceTree = ""; }; - B398153429239F3B00A82429 /* 100samplerExternal.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 100samplerExternal.frag.out; sourceTree = ""; }; - B398153529239F3B00A82429 /* spv.shaderBallotAMD.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shaderBallotAMD.comp.out; sourceTree = ""; }; - B398153629239F3B00A82429 /* hlsl.structbuffer.rwbyte.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.rwbyte.frag.out; sourceTree = ""; }; - B398153729239F3B00A82429 /* spv.AnyHitShader_Errors.rahit.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.AnyHitShader_Errors.rahit.out; sourceTree = ""; }; - B398153829239F3B00A82429 /* spv.arbPostDepthCoverage_Error.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.arbPostDepthCoverage_Error.frag.out; sourceTree = ""; }; - B398153929239F3B00A82429 /* aggOps.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = aggOps.frag.out; sourceTree = ""; }; - B398153A29239F3B00A82429 /* nonuniform.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = nonuniform.frag.out; sourceTree = ""; }; - B398153B29239F3B00A82429 /* hlsl.precedence2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.precedence2.frag.out; sourceTree = ""; }; - B398153C29239F3B00A82429 /* negativeArraySize.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = negativeArraySize.comp.out; sourceTree = ""; }; - B398153D29239F3B00A82429 /* spv.Operations.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.Operations.frag.out; sourceTree = ""; }; - B398153E29239F3B00A82429 /* hlsl.clipdistance-2.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-2.geom.out"; sourceTree = ""; }; - B398153F29239F3B00A82429 /* remap.hlsl.sample.basic.none.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.hlsl.sample.basic.none.frag.out; sourceTree = ""; }; - B398154029239F3B00A82429 /* spv.meshShaderPerViewUserDefined.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderPerViewUserDefined.mesh.out; sourceTree = ""; }; - B398154129239F3B00A82429 /* web.operations.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.operations.frag.out; sourceTree = ""; }; - B398154229239F3B00A82429 /* hlsl.clipdistance-3.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-3.geom.out"; sourceTree = ""; }; - B398154329239F3B00A82429 /* link.vk.multiBlocksValid.0.0.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.vk.multiBlocksValid.0.0.vert.out; sourceTree = ""; }; - B398154429239F3B00A82429 /* spv.130.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.130.frag.out; sourceTree = ""; }; - B398154529239F3B00A82429 /* spv.xfbOverlapOffsetCheckWithBlockAndMember.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.xfbOverlapOffsetCheckWithBlockAndMember.vert.out; sourceTree = ""; }; - B398154629239F3B00A82429 /* matrix.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix.frag.out; sourceTree = ""; }; - B398154729239F3B00A82429 /* spv.coopmat.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.coopmat.comp.out; sourceTree = ""; }; - B398154829239F3B00A82429 /* spv.xfbStrideJustOnce.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.xfbStrideJustOnce.vert.out; sourceTree = ""; }; - B398154929239F3B00A82429 /* hlsl.matrixSwizzle.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.matrixSwizzle.vert.out; sourceTree = ""; }; - B398154A29239F3B00A82429 /* glsl.es320.subgroupClusteredNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupClusteredNeg.comp.out; sourceTree = ""; }; - B398154B29239F3B00A82429 /* spv.1.4.LoopControl.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.LoopControl.frag.out; sourceTree = ""; }; - B398154C29239F3B00A82429 /* spv.matrix2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.matrix2.frag.out; sourceTree = ""; }; - B398154D29239F3B00A82429 /* hlsl.templatetypes.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.templatetypes.frag.out; sourceTree = ""; }; - B398154E29239F3B00A82429 /* spv.vulkan100.subgroupPartitioned.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.vulkan100.subgroupPartitioned.comp.out; sourceTree = ""; }; - B398154F29239F3B00A82429 /* remap.literal64.everything.spv.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.literal64.everything.spv.out; sourceTree = ""; }; - B398155029239F3B00A82429 /* spv.1.4.image.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.image.frag.out; sourceTree = ""; }; - B398155129239F3B00A82429 /* spv.300layout.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.300layout.vert.out; sourceTree = ""; }; - B398155229239F3B00A82429 /* hlsl.mip.operator.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.mip.operator.frag.out; sourceTree = ""; }; - B398155329239F3B00A82429 /* spv.earlyReturnDiscard.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.earlyReturnDiscard.frag.out; sourceTree = ""; }; - B398155429239F3B00A82429 /* preprocessor.many.endif.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.many.endif.vert.err; sourceTree = ""; }; - B398155529239F3B00A82429 /* hlsl.structbuffer.atomics.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.atomics.frag.out; sourceTree = ""; }; - B398155629239F3B00A82429 /* spv.420.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.420.geom.out; sourceTree = ""; }; - B398155729239F3B00A82429 /* spv.discard-dce.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.discard-dce.frag.out"; sourceTree = ""; }; - B398155829239F3B00A82429 /* hlsl.samplegrad.offsetarray.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplegrad.offsetarray.dx10.frag.out; sourceTree = ""; }; - B398155929239F3B00A82429 /* spv.float64.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.float64.frag.out; sourceTree = ""; }; - B398155A29239F3B00A82429 /* versionsClean.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = versionsClean.vert.out; sourceTree = ""; }; - B398155B29239F3B00A82429 /* rayQuery.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = rayQuery.rgen.out; sourceTree = ""; }; - B398155C29239F3B00A82429 /* 330.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 330.frag.out; sourceTree = ""; }; - B398155D29239F3B00A82429 /* hlsl.layout.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.layout.frag.out; sourceTree = ""; }; - B398155E29239F3B00A82429 /* hlsl.hlslOffset.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hlslOffset.vert.out; sourceTree = ""; }; - B398155F29239F3B00A82429 /* forwardRef.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = forwardRef.frag.out; sourceTree = ""; }; - B398156029239F3B00A82429 /* glsl.es320.subgroup.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroup.frag.out; sourceTree = ""; }; - B398156129239F3B00A82429 /* spv.subgroupExtendedTypesShuffleRelativeNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesShuffleRelativeNeg.comp.out; sourceTree = ""; }; - B398156229239F3B00A82429 /* spv.extPostDepthCoverage_Error.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.extPostDepthCoverage_Error.frag.out; sourceTree = ""; }; - B398156329239F3B00A82429 /* spv.register.noautoassign.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.register.noautoassign.frag.out; sourceTree = ""; }; - B398156429239F3B00A82429 /* hlsl.matType.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.matType.frag.out; sourceTree = ""; }; - B398156529239F3B00A82429 /* lineContinuation.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = lineContinuation.vert.out; sourceTree = ""; }; - B398156629239F3B00A82429 /* glsl.es320.subgroupClustered.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupClustered.comp.out; sourceTree = ""; }; - B398156729239F3B00A82429 /* matrix2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix2.frag.out; sourceTree = ""; }; - B398156829239F3B00A82429 /* preprocessor.defined.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.defined.vert.err; sourceTree = ""; }; - B398156929239F3B00A82429 /* hlsl.comparison.vec.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.comparison.vec.frag.out; sourceTree = ""; }; - B398156A29239F3B00A82429 /* spv.dataOutIndirect.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.dataOutIndirect.vert.out; sourceTree = ""; }; - B398156B29239F3B00A82429 /* hlsl.reflection.binding.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.reflection.binding.frag.out; sourceTree = ""; }; - B398156C29239F3B00A82429 /* spv.pp.line.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.pp.line.frag.out; sourceTree = ""; }; - B398156D29239F3B00A82429 /* spv.nonuniform.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.nonuniform.frag.out; sourceTree = ""; }; - B398156E29239F3B00A82429 /* 410.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 410.tesc.out; sourceTree = ""; }; - B398156F29239F3B00A82429 /* Operations.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = Operations.frag.out; sourceTree = ""; }; - B398157029239F3B00A82429 /* spv.float16convertonlystorage.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.float16convertonlystorage.comp.out; sourceTree = ""; }; - B398157129239F3B00A82429 /* spv.for-notest.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.for-notest.vert.out"; sourceTree = ""; }; - B398157229239F3B00A82429 /* spv.fsi_Error.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.fsi_Error.frag.out; sourceTree = ""; }; - B398157329239F3B00A82429 /* spv.multiviewPerViewAttributes.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.multiviewPerViewAttributes.vert.out; sourceTree = ""; }; - B398157429239F3B00A82429 /* spv.8bitstorage_Error-int.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.8bitstorage_Error-int.frag.out"; sourceTree = ""; }; - B398157529239F3B00A82429 /* hlsl.texture.subvec4.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.texture.subvec4.frag.out; sourceTree = ""; }; - B398157629239F3B00A82429 /* preprocessor.extensions.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.extensions.vert.err; sourceTree = ""; }; - B398157729239F3B00A82429 /* texture.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = texture.frag.out; sourceTree = ""; }; - B398157829239F3B00A82429 /* hlsl.store.rwbyteaddressbuffer.type.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.store.rwbyteaddressbuffer.type.comp.out; sourceTree = ""; }; - B398157929239F3B00A82429 /* spv.barrier.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.barrier.vert.out; sourceTree = ""; }; - B398157A29239F3B00A82429 /* hlsl.global-const-init.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.global-const-init.frag.out"; sourceTree = ""; }; - B398157B29239F3B00A82429 /* spv.subgroupClustered.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupClustered.comp.out; sourceTree = ""; }; - B398157C29239F3B00A82429 /* spv.ext.AnyHitShader.rahit.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.AnyHitShader.rahit.out; sourceTree = ""; }; - B398157D29239F3B00A82429 /* 150.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 150.geom.out; sourceTree = ""; }; - B398157E29239F3B00A82429 /* sample.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = sample.vert.out; sourceTree = ""; }; - B398157F29239F3B00A82429 /* remap.basic.everything.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.basic.everything.frag.out; sourceTree = ""; }; - B398158029239F3B00A82429 /* spv.multiView.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.multiView.frag.out; sourceTree = ""; }; - B398158129239F3B00A82429 /* hlsl.boolConv.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.boolConv.vert.out; sourceTree = ""; }; - B398158229239F3B00A82429 /* spv.swizzle.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.swizzle.frag.out; sourceTree = ""; }; - B398158329239F3B00A82429 /* spv.subgroupExtendedTypesArithmeticNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesArithmeticNeg.comp.out; sourceTree = ""; }; - B398158429239F3B00A82429 /* spv.460.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.460.comp.out; sourceTree = ""; }; - B398158529239F3B00A82429 /* hlsl.intrinsics.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.frag.out; sourceTree = ""; }; - B398158629239F3B00A82429 /* spv.memoryScopeSemantics.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.memoryScopeSemantics.comp.out; sourceTree = ""; }; - B398158729239F3B00A82429 /* glspv.version.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glspv.version.frag.out; sourceTree = ""; }; - B398158829239F3B00A82429 /* web.texture.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.texture.frag.out; sourceTree = ""; }; - B398158929239F3B00A82429 /* structure.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = structure.frag.out; sourceTree = ""; }; - B398158A29239F3B00A82429 /* spv.controlFlowAttributes.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.controlFlowAttributes.frag.out; sourceTree = ""; }; - B398158B29239F3B00A82429 /* spv.1.4.OpCopyLogical.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.OpCopyLogical.comp.out; sourceTree = ""; }; - B398158C29239F3B00A82429 /* 120.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 120.frag.out; sourceTree = ""; }; - B398158D29239F3B00A82429 /* glsl.-D-U.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "glsl.-D-U.frag.out"; sourceTree = ""; }; - B398158E29239F3B00A82429 /* spv.precise.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.precise.tese.out; sourceTree = ""; }; - B398158F29239F3B00A82429 /* spv.shaderBallot.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shaderBallot.comp.out; sourceTree = ""; }; - B398159029239F3B00A82429 /* remap.similar_1a.none.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.similar_1a.none.frag.out; sourceTree = ""; }; - B398159129239F3B00A82429 /* spv.multiviewPerViewAttributes.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.multiviewPerViewAttributes.tesc.out; sourceTree = ""; }; - B398159229239F3B00A82429 /* hlsl.depthLess.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.depthLess.frag.out; sourceTree = ""; }; - B398159329239F3B00A82429 /* hlsl.samplebias.offset.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplebias.offset.dx10.frag.out; sourceTree = ""; }; - B398159429239F3B00A82429 /* spv.textureGatherBiasLod.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.textureGatherBiasLod.frag.out; sourceTree = ""; }; - B398159529239F3B00A82429 /* localAggregates.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = localAggregates.frag.out; sourceTree = ""; }; - B398159629239F3B00A82429 /* glsl.450.subgroup.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroup.geom.out; sourceTree = ""; }; - B398159729239F3B00A82429 /* hlsl.init2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.init2.frag.out; sourceTree = ""; }; - B398159829239F3B00A82429 /* invalidSwizzle.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = invalidSwizzle.vert.out; sourceTree = ""; }; - B398159929239F3B00A82429 /* 410.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 410.vert.out; sourceTree = ""; }; - B398159A29239F3B00A82429 /* constantUnaryConversion.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = constantUnaryConversion.comp.out; sourceTree = ""; }; - B398159B29239F3B00A82429 /* spv.300layoutp.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.300layoutp.vert.out; sourceTree = ""; }; - B398159C29239F3B00A82429 /* spv.voidFunction.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.voidFunction.frag.out; sourceTree = ""; }; - B398159D29239F3B00A82429 /* hlsl.clipdistance-3.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-3.frag.out"; sourceTree = ""; }; - B398159E29239F3B00A82429 /* hlsl.clipdistance-2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-2.frag.out"; sourceTree = ""; }; - B398159F29239F3B00A82429 /* preprocessor.defined.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.defined.vert.out; sourceTree = ""; }; - B39815A029239F3B00A82429 /* constErrors.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = constErrors.frag.out; sourceTree = ""; }; - B39815A129239F3B00A82429 /* spv.do-while-continue-break.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.do-while-continue-break.vert.out"; sourceTree = ""; }; - B39815A229239F3B00A82429 /* hlsl.void.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.void.frag.out; sourceTree = ""; }; - B39815A329239F3B00A82429 /* spv.fragmentDensity.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.fragmentDensity.vert.out; sourceTree = ""; }; - B39815A429239F3B00A82429 /* 300layout.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300layout.vert.out; sourceTree = ""; }; - B39815A529239F3B00A82429 /* spv.separate.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.separate.frag.out; sourceTree = ""; }; - B39815A629239F3B00A82429 /* 330comp.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 330comp.frag.out; sourceTree = ""; }; - B39815A729239F3B00A82429 /* 310.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310.vert.out; sourceTree = ""; }; - B39815A829239F3B00A82429 /* spv.ext.AnyHitShader_Errors.rahit.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.AnyHitShader_Errors.rahit.out; sourceTree = ""; }; - B39815A929239F3B00A82429 /* web.builtins.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.builtins.vert.out; sourceTree = ""; }; - B39815AA29239F3B00A82429 /* hlsl.hull.4.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.4.tesc.out; sourceTree = ""; }; - B39815AB29239F3B00A82429 /* hlsl.hull.5.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.5.tesc.out; sourceTree = ""; }; - B39815AC29239F3B00A82429 /* hlsl.overload.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.overload.frag.out; sourceTree = ""; }; - B39815AD29239F3B00A82429 /* spv.meshShaderPerViewBuiltins.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderPerViewBuiltins.mesh.out; sourceTree = ""; }; - B39815AE29239F3B00A82429 /* hlsl.samplebias.basic.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplebias.basic.dx10.frag.out; sourceTree = ""; }; - B39815AF29239F3B00A82429 /* hlsl.logicalConvert.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.logicalConvert.frag.out; sourceTree = ""; }; - B39815B029239F3B00A82429 /* spv.140.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.140.frag.out; sourceTree = ""; }; - B39815B129239F3B00A82429 /* cppMerge.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppMerge.frag.out; sourceTree = ""; }; - B39815B229239F3B00A82429 /* hlsl.typeGraphCopy.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.typeGraphCopy.vert.out; sourceTree = ""; }; - B39815B329239F3B00A82429 /* spv.subgroupShuffle.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupShuffle.comp.out; sourceTree = ""; }; - B39815B429239F3B00A82429 /* spv.sparseTextureClamp.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.sparseTextureClamp.frag.out; sourceTree = ""; }; - B39815B529239F3B00A82429 /* spv.scalarlayoutfloat16.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.scalarlayoutfloat16.frag.out; sourceTree = ""; }; - B39815B629239F3B00A82429 /* glsl.es320.subgroupQuad.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupQuad.comp.out; sourceTree = ""; }; - B39815B729239F3B00A82429 /* hlsl.amend.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.amend.frag.out; sourceTree = ""; }; - B39815B829239F3B00A82429 /* hlsl.coverage.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.coverage.frag.out; sourceTree = ""; }; - B39815B929239F3B00A82429 /* spv.forLoop.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.forLoop.frag.out; sourceTree = ""; }; - B39815BA29239F3B00A82429 /* spv.layoutNested.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.layoutNested.vert.out; sourceTree = ""; }; - B39815BB29239F3B00A82429 /* hlsl.clipdistance-4.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-4.geom.out"; sourceTree = ""; }; - B39815BC29239F3B00A82429 /* spv.loops.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.loops.frag.out; sourceTree = ""; }; - B39815BD29239F3B00A82429 /* hlsl.emptystructreturn.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.emptystructreturn.vert.out; sourceTree = ""; }; - B39815BE29239F3B00A82429 /* hlsl.pp.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.pp.vert.out; sourceTree = ""; }; - B39815BF29239F3B00A82429 /* 310runtimeArray.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310runtimeArray.vert.out; sourceTree = ""; }; - B39815C029239F3B00A82429 /* spv.swizzleInversion.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.swizzleInversion.frag.out; sourceTree = ""; }; - B39815C129239F3B00A82429 /* hlsl.texture.struct.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.texture.struct.frag.out; sourceTree = ""; }; - B39815C229239F3B00A82429 /* rayQuery-no-cse.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-no-cse.rgen.out"; sourceTree = ""; }; - B39815C329239F3B00A82429 /* samplerlessTextureFunctions.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = samplerlessTextureFunctions.frag.out; sourceTree = ""; }; - B39815C429239F3B00A82429 /* spv.register.autoassign.rangetest.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.register.autoassign.rangetest.frag.out; sourceTree = ""; }; - B39815C529239F3B00A82429 /* hlsl.scalarCast.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.scalarCast.vert.out; sourceTree = ""; }; - B39815C629239F3B00A82429 /* 310.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310.tesc.out; sourceTree = ""; }; - B39815C729239F3B00A82429 /* glsl.entryPointRename.vert.bad.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.entryPointRename.vert.bad.out; sourceTree = ""; }; - B39815C829239F3B00A82429 /* spv.aggOps.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.aggOps.frag.out; sourceTree = ""; }; - B39815C929239F3B00A82429 /* spv.matrix.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.matrix.frag.out; sourceTree = ""; }; - B39815CA29239F3B00A82429 /* spv.xfbOffsetOnStructMembersAssignment.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.xfbOffsetOnStructMembersAssignment.vert.out; sourceTree = ""; }; - B39815CB29239F3B00A82429 /* preprocessor.extensions.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.extensions.vert.out; sourceTree = ""; }; - B39815CC29239F3B00A82429 /* hlsl.basic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.basic.comp.out; sourceTree = ""; }; - B39815CD29239F3B00A82429 /* decls.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = decls.frag.out; sourceTree = ""; }; - B39815CE29239F3B00A82429 /* hlsl.struct.split-1.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.struct.split-1.vert.out"; sourceTree = ""; }; - B39815CF29239F3B00A82429 /* glsl.es320.subgroupArithmetic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupArithmetic.comp.out; sourceTree = ""; }; - B39815D029239F3B00A82429 /* preprocessor.eof_missing.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.eof_missing.vert.err; sourceTree = ""; }; - B39815D129239F3B00A82429 /* cppIntMinOverNegativeOne.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppIntMinOverNegativeOne.frag.out; sourceTree = ""; }; - B39815D229239F3B00A82429 /* spv.double.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.double.comp.out; sourceTree = ""; }; - B39815D329239F3B00A82429 /* hlsl.load.rwbuffer.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.rwbuffer.dx10.frag.out; sourceTree = ""; }; - B39815D429239F3B00A82429 /* preprocessor.line.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.line.frag.out; sourceTree = ""; }; - B39815D529239F3B00A82429 /* spv.structure.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.structure.frag.out; sourceTree = ""; }; - B39815D629239F3B00A82429 /* 430AofA.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 430AofA.frag.out; sourceTree = ""; }; - B39815D729239F3B00A82429 /* spv.interpOps.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.interpOps.frag.out; sourceTree = ""; }; - B39815D829239F3B00A82429 /* hlsl.samplecmp.offset.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmp.offset.dx10.frag.out; sourceTree = ""; }; - B39815D929239F3B00A82429 /* 460.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 460.vert.out; sourceTree = ""; }; - B39815DA29239F3B00A82429 /* glsl.entryPointRename2.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.entryPointRename2.vert.out; sourceTree = ""; }; - B39815DB29239F3B00A82429 /* hlsl.intrinsics.barriers.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.barriers.comp.out; sourceTree = ""; }; - B39815DC29239F3B00A82429 /* always-discard.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "always-discard.frag.out"; sourceTree = ""; }; - B39815DD29239F3B00A82429 /* hlsl.type.type.conversion.all.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.type.type.conversion.all.frag.out; sourceTree = ""; }; - B39815DE29239F3B00A82429 /* 400.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 400.tese.out; sourceTree = ""; }; - B39815DF29239F3B00A82429 /* hlsl.intrinsics.f1632.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.f1632.frag.out; sourceTree = ""; }; - B39815E029239F3B00A82429 /* preprocessor.bad_arg.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.bad_arg.vert.out; sourceTree = ""; }; - B39815E129239F3B00A82429 /* 150.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 150.frag.out; sourceTree = ""; }; - B39815E229239F3B00A82429 /* spv.dead-after-continue.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.dead-after-continue.vert.out"; sourceTree = ""; }; - B39815E329239F3B00A82429 /* spv.IntersectShader.rint.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.IntersectShader.rint.out; sourceTree = ""; }; - B39815E429239F3B00A82429 /* spv.AnyHitShader.rahit.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.AnyHitShader.rahit.out; sourceTree = ""; }; - B39815E529239F3B00A82429 /* hlsl.int.dot.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.int.dot.frag.out; sourceTree = ""; }; - B39815E629239F3B00A82429 /* hlsl.snorm.uav.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.snorm.uav.comp.out; sourceTree = ""; }; - B39815E729239F3B00A82429 /* glsl.450.subgroup.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroup.frag.out; sourceTree = ""; }; - B39815E829239F3B00A82429 /* hlsl.struct.split.nested.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.struct.split.nested.geom.out; sourceTree = ""; }; - B39815E929239F3B00A82429 /* loopsArtificial.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = loopsArtificial.frag.out; sourceTree = ""; }; - B39815EA29239F3B00A82429 /* hlsl.wavequery.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavequery.frag.out; sourceTree = ""; }; - B39815EB29239F3B00A82429 /* spv.shadingRate.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shadingRate.frag.out; sourceTree = ""; }; - B39815EC29239F3B00A82429 /* forLoop.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = forLoop.frag.out; sourceTree = ""; }; - B39815ED29239F3B00A82429 /* hlsl.clipdistance-9.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-9.frag.out"; sourceTree = ""; }; - B39815EE29239F3B00A82429 /* hlsl.clipdistance-8.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-8.frag.out"; sourceTree = ""; }; - B39815EF29239F3B00A82429 /* hlsl.sample.sub-vec4.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.sample.sub-vec4.dx10.frag.out"; sourceTree = ""; }; - B39815F029239F3B00A82429 /* hlsl.staticFuncInit.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.staticFuncInit.frag.out; sourceTree = ""; }; - B39815F129239F3B00A82429 /* spv.float16convertonlyarith.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.float16convertonlyarith.comp.out; sourceTree = ""; }; - B39815F229239F3B00A82429 /* spv.multiStructFuncall.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.multiStructFuncall.frag.out; sourceTree = ""; }; - B39815F329239F3B00A82429 /* spv.ext.IntersectShader_Errors.rint.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.IntersectShader_Errors.rint.out; sourceTree = ""; }; - B39815F429239F3B00A82429 /* spv.paramMemory.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.paramMemory.frag.out; sourceTree = ""; }; - B39815F529239F3B00A82429 /* spv.xfb3.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.xfb3.vert.out; sourceTree = ""; }; - B39815F629239F3B00A82429 /* spv.xfb2.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.xfb2.vert.out; sourceTree = ""; }; - B39815F729239F3B00A82429 /* always-discard2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "always-discard2.frag.out"; sourceTree = ""; }; - B39815F829239F3B00A82429 /* glsl.es320.subgroup.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroup.geom.out; sourceTree = ""; }; - B39815F929239F3B00A82429 /* hlsl.getdimensions.dx10.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.getdimensions.dx10.vert.out; sourceTree = ""; }; - B39815FA29239F3B00A82429 /* hlsl.gather.offsetarray.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.gather.offsetarray.dx10.frag.out; sourceTree = ""; }; - B39815FB29239F3B00A82429 /* reflection.linked.options.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = reflection.linked.options.out; sourceTree = ""; }; - B39815FC29239F3B00A82429 /* remap.basic.strip.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.basic.strip.frag.out; sourceTree = ""; }; - B39815FD29239F3B00A82429 /* spv.ext.IntersectShader.rint.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.IntersectShader.rint.out; sourceTree = ""; }; - B39815FE29239F3B00A82429 /* preprocessor.many.endif.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.many.endif.vert.out; sourceTree = ""; }; - B39815FF29239F3B00A82429 /* 430scope.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 430scope.vert.out; sourceTree = ""; }; - B398160029239F3B00A82429 /* hlsl.localStructuredBuffer.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.localStructuredBuffer.comp.out; sourceTree = ""; }; - B398160129239F3B00A82429 /* spv.bufferhandle_Error.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle_Error.frag.out; sourceTree = ""; }; - B398160229239F3B00A82429 /* hlsl.matType.bool.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.matType.bool.frag.out; sourceTree = ""; }; - B398160329239F3B00A82429 /* spv.subgroupArithmetic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupArithmetic.comp.out; sourceTree = ""; }; - B398160429239F3B00A82429 /* spv.ext.RayGenShader11.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayGenShader11.rgen.out; sourceTree = ""; }; - B398160529239F3B00A82429 /* preprocessor.errors.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.errors.vert.err; sourceTree = ""; }; - B398160629239F3B00A82429 /* max_vertices_0.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = max_vertices_0.geom.out; sourceTree = ""; }; - B398160729239F3B00A82429 /* constFoldIntMin.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = constFoldIntMin.frag.out; sourceTree = ""; }; - B398160829239F3B00A82429 /* spv.fragmentShaderBarycentric2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.fragmentShaderBarycentric2.frag.out; sourceTree = ""; }; - B398160929239F3B00A82429 /* spv.MissShader.rmiss.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.MissShader.rmiss.out; sourceTree = ""; }; - B398160A29239F3B00A82429 /* spv.450.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.450.geom.out; sourceTree = ""; }; - B398160B29239F3B00A82429 /* 300BuiltIns.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300BuiltIns.frag.out; sourceTree = ""; }; - B398160C29239F3B00A82429 /* hlsl.discard.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.discard.frag.out; sourceTree = ""; }; - B398160D29239F3B00A82429 /* array.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = array.frag.out; sourceTree = ""; }; - B398160E29239F3B00A82429 /* hlsl.gathercmpRGBA.offset.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.gathercmpRGBA.offset.dx10.frag.out; sourceTree = ""; }; - B398160F29239F3B00A82429 /* spv.do-simple.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.do-simple.vert.out"; sourceTree = ""; }; - B398161029239F3B00A82429 /* hlsl.intrinsics.f3216.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.f3216.frag.out; sourceTree = ""; }; - B398161129239F3B00A82429 /* spv.functionCall.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.functionCall.frag.out; sourceTree = ""; }; - B398161229239F3B00A82429 /* hlsl.flattenOpaque.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flattenOpaque.frag.out; sourceTree = ""; }; - B398161329239F3B00A82429 /* hlsl.mip.negative.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.mip.negative.frag.out; sourceTree = ""; }; - B398161429239F3B00A82429 /* spv.dead-after-discard.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.dead-after-discard.frag.out"; sourceTree = ""; }; - B398161529239F3B00A82429 /* varyingArray.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = varyingArray.frag.out; sourceTree = ""; }; - B398161629239F3B00A82429 /* 100Limits.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 100Limits.vert.out; sourceTree = ""; }; - B398161729239F3B00A82429 /* 300link2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300link2.frag.out; sourceTree = ""; }; - B398161829239F3B00A82429 /* 300link3.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300link3.frag.out; sourceTree = ""; }; - B398161929239F3B00A82429 /* hlsl.sin.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.sin.frag.out; sourceTree = ""; }; - B398161A29239F3B00A82429 /* hlsl.samplecmp.dualmode.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmp.dualmode.frag.out; sourceTree = ""; }; - B398161B29239F3B00A82429 /* hlsl.samplecmplevelzero.offset.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmplevelzero.offset.dx10.frag.out; sourceTree = ""; }; - B398161C29239F3B00A82429 /* spv.fsi.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.fsi.frag.out; sourceTree = ""; }; - B398161D29239F3B00A82429 /* 420.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 420.geom.out; sourceTree = ""; }; - B398161E29239F3B00A82429 /* hlsl.wavereduction.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavereduction.comp.out; sourceTree = ""; }; - B398161F29239F3B00A82429 /* spv.smBuiltins.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.smBuiltins.frag.out; sourceTree = ""; }; - B398162029239F3B00A82429 /* spv.pushConstant.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.pushConstant.vert.out; sourceTree = ""; }; - B398162129239F3B00A82429 /* specExamples.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = specExamples.frag.out; sourceTree = ""; }; - B398162229239F3B00A82429 /* hlsl.float1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.float1.frag.out; sourceTree = ""; }; - B398162329239F3B00A82429 /* hlsl.entry.rename.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.entry.rename.frag.out; sourceTree = ""; }; - B398162429239F3B00A82429 /* comment.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = comment.frag.out; sourceTree = ""; }; - B398162529239F3B00A82429 /* hlsl.domain.2.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.domain.2.tese.out; sourceTree = ""; }; - B398162629239F3B00A82429 /* hlsl.domain.3.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.domain.3.tese.out; sourceTree = ""; }; - B398162729239F3B00A82429 /* hlsl.mip.negative2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.mip.negative2.frag.out; sourceTree = ""; }; - B398162829239F3B00A82429 /* badMacroArgs.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = badMacroArgs.frag.out; sourceTree = ""; }; - B398162929239F3B00A82429 /* web.array.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.array.frag.out; sourceTree = ""; }; - B398162A29239F3B00A82429 /* hlsl.getdimensions.rw.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.getdimensions.rw.dx10.frag.out; sourceTree = ""; }; - B398162B29239F3B00A82429 /* spv.register.autoassign-2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.register.autoassign-2.frag.out"; sourceTree = ""; }; - B398162C29239F3B00A82429 /* 310AofA.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310AofA.vert.out; sourceTree = ""; }; - B398162D29239F3B00A82429 /* 435.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 435.vert.out; sourceTree = ""; }; - B398162E29239F3B00A82429 /* hlsl.sample.dx9.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.sample.dx9.vert.out; sourceTree = ""; }; - B398162F29239F3B00A82429 /* hlsl.intrinsics.negative.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.negative.frag.out; sourceTree = ""; }; - B398163029239F3B00A82429 /* hlsl.this.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.this.frag.out; sourceTree = ""; }; - B398163129239F3B00A82429 /* hlsl.samplelevel.basic.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplelevel.basic.dx10.frag.out; sourceTree = ""; }; - B398163229239F3B00A82429 /* 450.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 450.frag.out; sourceTree = ""; }; - B398163329239F3B00A82429 /* spv.bufferhandle1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle1.frag.out; sourceTree = ""; }; - B398163429239F3B00A82429 /* spv.ssbo.autoassign.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ssbo.autoassign.frag.out; sourceTree = ""; }; - B398163529239F3B00A82429 /* spv.IntersectShader_Errors.rint.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.IntersectShader_Errors.rint.out; sourceTree = ""; }; - B398163629239F3B00A82429 /* spv.ext.RayCallable.rcall.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayCallable.rcall.out; sourceTree = ""; }; - B398163729239F3B00A82429 /* hlsl.clipdistance-6.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-6.vert.out"; sourceTree = ""; }; - B398163829239F3B00A82429 /* spv.meshShaderRedeclPerViewBuiltins.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderRedeclPerViewBuiltins.mesh.out; sourceTree = ""; }; - B398163929239F3B00A82429 /* spv.subgroupPartitioned.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupPartitioned.comp.out; sourceTree = ""; }; - B398163A29239F3B00A82429 /* hlsl.clipdistance-7.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-7.vert.out"; sourceTree = ""; }; - B398163B29239F3B00A82429 /* glsl.460.subgroup.task.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.task.out; sourceTree = ""; }; - B398163C29239F3B00A82429 /* newTexture.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = newTexture.frag.out; sourceTree = ""; }; - B398163D29239F3B00A82429 /* depthOut.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = depthOut.frag.out; sourceTree = ""; }; - B398163E29239F3B00A82429 /* hlsl.load.offset.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.offset.dx10.frag.out; sourceTree = ""; }; - B398163F29239F3B00A82429 /* hlsl.y-negate-2.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.y-negate-2.vert.out"; sourceTree = ""; }; - B398164029239F3B00A82429 /* hlsl.y-negate-3.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.y-negate-3.vert.out"; sourceTree = ""; }; - B398164129239F3B00A82429 /* spv.explicittypes.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.explicittypes.frag.out; sourceTree = ""; }; - B398164229239F3B00A82429 /* glsl.450.subgroupClustered.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupClustered.comp.out; sourceTree = ""; }; - B398164329239F3B00A82429 /* spv.precision.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.precision.frag.out; sourceTree = ""; }; - B398164429239F3B00A82429 /* hlsl.gatherRGBA.offset.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.gatherRGBA.offset.dx10.frag.out; sourceTree = ""; }; - B398164529239F3B00A82429 /* hlsl.load.array.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.array.dx10.frag.out; sourceTree = ""; }; - B398164629239F3B00A82429 /* dataOutIndirect.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = dataOutIndirect.frag.out; sourceTree = ""; }; - B398164729239F3B00A82429 /* 310.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310.tese.out; sourceTree = ""; }; - B398164829239F3B00A82429 /* hlsl.imagefetch-subvec4.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.imagefetch-subvec4.comp.out"; sourceTree = ""; }; - B398164929239F3B00A82429 /* glsl.450.subgroupShuffle.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupShuffle.comp.out; sourceTree = ""; }; - B398164A29239F3B00A82429 /* 300samplerExternal.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300samplerExternal.frag.out; sourceTree = ""; }; - B398164B29239F3B00A82429 /* spv.150.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.150.geom.out; sourceTree = ""; }; - B398164C29239F3B00A82429 /* link1.vk.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link1.vk.frag.out; sourceTree = ""; }; - B398164D29239F3B00A82429 /* hlsl.flattenOpaqueInit.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flattenOpaqueInit.vert.out; sourceTree = ""; }; - B398164E29239F3B00A82429 /* spv.conditionalDemote.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.conditionalDemote.frag.out; sourceTree = ""; }; - B398164F29239F3B00A82429 /* spv.specTexture.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.specTexture.frag.out; sourceTree = ""; }; - B398165029239F3B00A82429 /* hlsl.struct.split.trivial.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.struct.split.trivial.geom.out; sourceTree = ""; }; - B398165129239F3B00A82429 /* spv.bufferhandle15.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle15.frag.out; sourceTree = ""; }; - B398165229239F3B00A82429 /* hlsl.structbuffer.fn.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.fn.frag.out; sourceTree = ""; }; - B398165329239F3B00A82429 /* spv.bufferhandle14.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle14.frag.out; sourceTree = ""; }; - B398165429239F3B00A82429 /* spv.subgroupExtendedTypesBasic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesBasic.comp.out; sourceTree = ""; }; - B398165529239F3B00A82429 /* reflection.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = reflection.frag.out; sourceTree = ""; }; - B398165629239F3B00A82429 /* spv.ext.ClosestHitShader_Errors.rchit.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.ClosestHitShader_Errors.rchit.out; sourceTree = ""; }; - B398165729239F3B00A82429 /* nonVulkan.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = nonVulkan.frag.out; sourceTree = ""; }; - B398165829239F3B00A82429 /* hlsl.samplelevel.offsetarray.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplelevel.offsetarray.dx10.frag.out; sourceTree = ""; }; - B398165929239F3B00A82429 /* hlsl.namespace.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.namespace.frag.out; sourceTree = ""; }; - B398165A29239F3B00A82429 /* preprocessor.edge_cases.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.edge_cases.vert.out; sourceTree = ""; }; - B398165B29239F3B00A82429 /* numeral.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = numeral.frag.out; sourceTree = ""; }; - B398165C29239F3B00A82429 /* spv.specConstArrayCheck.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.specConstArrayCheck.vert.out; sourceTree = ""; }; - B398165D29239F3B00A82429 /* preprocessor.cpp_style___FILE__.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = "preprocessor.cpp_style___FILE__.vert.err"; sourceTree = ""; }; - B398165E29239F3B00A82429 /* web.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.comp.out; sourceTree = ""; }; - B398165F29239F3B00A82429 /* preprocessor.function_macro.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.function_macro.vert.out; sourceTree = ""; }; - B398166029239F3B00A82429 /* hlsl.if.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.if.frag.out; sourceTree = ""; }; - B398166129239F3B00A82429 /* hlsl.target.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.target.frag.out; sourceTree = ""; }; - B398166229239F3B00A82429 /* hlsl.promote.binary.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.promote.binary.frag.out; sourceTree = ""; }; - B398166329239F3B00A82429 /* 400.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 400.tesc.out; sourceTree = ""; }; - B398166429239F3B00A82429 /* spv.uint.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.uint.frag.out; sourceTree = ""; }; - B398166529239F3B00A82429 /* spv.queryL.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.queryL.frag.out; sourceTree = ""; }; - B398166629239F3B00A82429 /* test.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = test.frag.out; sourceTree = ""; }; - B398166729239F3B00A82429 /* spv.int32.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.int32.frag.out; sourceTree = ""; }; - B398166829239F3B00A82429 /* preprocessor.pragma.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.pragma.vert.err; sourceTree = ""; }; - B398166929239F3B00A82429 /* hlsl.samplecmp.basic.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmp.basic.dx10.frag.out; sourceTree = ""; }; - B398166A29239F3B00A82429 /* maxClipDistances.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = maxClipDistances.vert.out; sourceTree = ""; }; - B398166B29239F3B00A82429 /* spv.coopmat_Error.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.coopmat_Error.comp.out; sourceTree = ""; }; - B398166C29239F3B00A82429 /* hlsl.samplecmp.negative.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmp.negative.frag.out; sourceTree = ""; }; - B398166D29239F3B00A82429 /* hlsl.numthreads.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.numthreads.comp.out; sourceTree = ""; }; - B398166E29239F3B00A82429 /* hlsl.rw.atomics.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.rw.atomics.frag.out; sourceTree = ""; }; - B398166F29239F3B00A82429 /* cppRelaxSkipTokensErrors.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppRelaxSkipTokensErrors.vert.out; sourceTree = ""; }; - B398167029239F3B00A82429 /* spv.subgroup.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroup.frag.out; sourceTree = ""; }; - B398167129239F3B00A82429 /* spv.16bitstorage_Error-int.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.16bitstorage_Error-int.frag.out"; sourceTree = ""; }; - B398167229239F3B00A82429 /* spv.newTexture.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.newTexture.frag.out; sourceTree = ""; }; - B398167329239F3B00A82429 /* 320.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 320.frag.out; sourceTree = ""; }; - B398167429239F3B00A82429 /* spv.debugPrintf.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.debugPrintf.frag.out; sourceTree = ""; }; - B398167529239F3C00A82429 /* include.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = include.vert.out; sourceTree = ""; }; - B398167629239F3C00A82429 /* discard-dce.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "discard-dce.frag.out"; sourceTree = ""; }; - B398167729239F3C00A82429 /* hlsl.matpack-1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.matpack-1.frag.out"; sourceTree = ""; }; - B398167829239F3C00A82429 /* glsl.es320.subgroupShuffleRelative.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupShuffleRelative.comp.out; sourceTree = ""; }; - B398167929239F3C00A82429 /* spv.subgroupClusteredNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupClusteredNeg.comp.out; sourceTree = ""; }; - B398167A29239F3C00A82429 /* earlyReturnDiscard.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = earlyReturnDiscard.frag.out; sourceTree = ""; }; - B398167B29239F3C00A82429 /* preprocessor.success_if_parse_would_fail.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.success_if_parse_would_fail.vert.out; sourceTree = ""; }; - B398167C29239F3C00A82429 /* spv.offsets.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.offsets.frag.out; sourceTree = ""; }; - B398167D29239F3C00A82429 /* remap.if.none.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.if.none.frag.out; sourceTree = ""; }; - B398167E29239F3C00A82429 /* compoundsuffix.frag.hlsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = compoundsuffix.frag.hlsl; sourceTree = ""; }; - B398167F29239F3C00A82429 /* spv.viewportArray2.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.viewportArray2.vert.out; sourceTree = ""; }; - B398168029239F3C00A82429 /* hlsl.mintypes.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.mintypes.frag.out; sourceTree = ""; }; - B398168129239F3C00A82429 /* hlsl.intrinsic.frexp.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsic.frexp.vert.out; sourceTree = ""; }; - B398168229239F3C00A82429 /* reflection.options.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = reflection.options.vert.out; sourceTree = ""; }; - B398168329239F3C00A82429 /* hlsl.explicitDescriptorSet.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.explicitDescriptorSet.frag.out; sourceTree = ""; }; - B398168429239F3C00A82429 /* hlsl.structbuffer.rw.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.rw.frag.out; sourceTree = ""; }; - B398168529239F3C00A82429 /* link.multiBlocksValid.1.0.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.multiBlocksValid.1.0.vert.out; sourceTree = ""; }; - B398168629239F3C00A82429 /* hlsl.load.buffer.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.buffer.dx10.frag.out; sourceTree = ""; }; - B398168729239F3C00A82429 /* spv.computeShaderDerivatives.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.computeShaderDerivatives.comp.out; sourceTree = ""; }; - B398168829239F3C00A82429 /* 130.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 130.frag.out; sourceTree = ""; }; - B398168929239F3C00A82429 /* hlsl.gather.basic.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.gather.basic.dx10.frag.out; sourceTree = ""; }; - B398168A29239F3C00A82429 /* spv.shaderDrawParams.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shaderDrawParams.vert.out; sourceTree = ""; }; - B398168B29239F3C00A82429 /* hlsl.logical.binary.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.logical.binary.frag.out; sourceTree = ""; }; - B398168C29239F3C00A82429 /* 310.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310.comp.out; sourceTree = ""; }; - B398168D29239F3C00A82429 /* 400.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 400.vert.out; sourceTree = ""; }; - B398168E29239F3C00A82429 /* hlsl.rw.scalar.bracket.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.rw.scalar.bracket.frag.out; sourceTree = ""; }; - B398168F29239F3C00A82429 /* hlsl.matpack-pragma.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.matpack-pragma.frag.out"; sourceTree = ""; }; - B398169029239F3C00A82429 /* spv.conditionalDiscard.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.conditionalDiscard.frag.out; sourceTree = ""; }; - B398169129239F3C00A82429 /* spv.RayConstants.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayConstants.rgen.out; sourceTree = ""; }; - B398169229239F3C00A82429 /* hlsl.structStructName.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structStructName.frag.out; sourceTree = ""; }; - B398169329239F3C00A82429 /* uniformArray.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = uniformArray.frag.out; sourceTree = ""; }; - B398169429239F3C00A82429 /* hlsl.PointSize.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.PointSize.vert.out; sourceTree = ""; }; - B398169529239F3C00A82429 /* hlsl.logical.unary.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.logical.unary.frag.out; sourceTree = ""; }; - B398169629239F3C00A82429 /* hlsl.samplegrad.array.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplegrad.array.dx10.frag.out; sourceTree = ""; }; - B398169729239F3C00A82429 /* overlongLiteral.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = overlongLiteral.frag.out; sourceTree = ""; }; - B398169829239F3C00A82429 /* atomic_uint.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = atomic_uint.frag.out; sourceTree = ""; }; - B398169929239F3C00A82429 /* spv.test.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.test.vert.out; sourceTree = ""; }; - B398169A29239F3C00A82429 /* spv.nonuniform5.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.nonuniform5.frag.out; sourceTree = ""; }; - B398169B29239F3C00A82429 /* hlsl.struct.split.assign.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.struct.split.assign.frag.out; sourceTree = ""; }; - B398169C29239F3C00A82429 /* spv.bufferhandle19_Errors.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle19_Errors.frag.out; sourceTree = ""; }; - B398169D29239F3C00A82429 /* spv.nonuniform4.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.nonuniform4.frag.out; sourceTree = ""; }; - B398169E29239F3C00A82429 /* spv.viewportArray2.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.viewportArray2.tesc.out; sourceTree = ""; }; - B398169F29239F3C00A82429 /* hlsl.flatten.return.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flatten.return.frag.out; sourceTree = ""; }; - B39816A029239F3C00A82429 /* spv.demoteDisabled.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.demoteDisabled.frag.out; sourceTree = ""; }; - B39816A129239F3C00A82429 /* hlsl.earlydepthstencil.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.earlydepthstencil.frag.out; sourceTree = ""; }; - B39816A229239F3C00A82429 /* preprocessor.cpp_style_line_directive.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.cpp_style_line_directive.vert.err; sourceTree = ""; }; - B39816A329239F3C00A82429 /* remap.basic.dcevartype.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.basic.dcevartype.frag.out; sourceTree = ""; }; - B39816A429239F3C00A82429 /* hlsl.deadFunctionMissingBody.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.deadFunctionMissingBody.vert.out; sourceTree = ""; }; - B39816A529239F3C00A82429 /* hlsl.cbuffer-identifier.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.cbuffer-identifier.vert.out"; sourceTree = ""; }; - B39816A629239F3C00A82429 /* spv.subgroupExtendedTypesBallot.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesBallot.comp.out; sourceTree = ""; }; - B39816A729239F3C00A82429 /* hlsl.tristream-append.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.tristream-append.geom.out"; sourceTree = ""; }; - B39816A829239F3C00A82429 /* hlsl.precedence.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.precedence.frag.out; sourceTree = ""; }; - B39816A929239F3C00A82429 /* 300operations.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300operations.frag.out; sourceTree = ""; }; - B39816AA29239F3C00A82429 /* spv.fragmentDensity-es.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.fragmentDensity-es.frag.out"; sourceTree = ""; }; - B39816AB29239F3C00A82429 /* 400.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 400.frag.out; sourceTree = ""; }; - B39816AC29239F3C00A82429 /* spv.register.autoassign.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.register.autoassign.frag.out; sourceTree = ""; }; - B39816AD29239F3C00A82429 /* spv.varyingArray.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.varyingArray.frag.out; sourceTree = ""; }; - B39816AE29239F3C00A82429 /* reflection.options.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = reflection.options.frag.out; sourceTree = ""; }; - B39816AF29239F3C00A82429 /* hlsl.identifier.sample.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.identifier.sample.frag.out; sourceTree = ""; }; - B39816B029239F3C00A82429 /* spv.meshShaderSharedMem.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderSharedMem.mesh.out; sourceTree = ""; }; - B39816B129239F3C00A82429 /* link.vk.pcNamingInvalid.0.0.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.vk.pcNamingInvalid.0.0.vert.out; sourceTree = ""; }; - B39816B229239F3C00A82429 /* hlsl.isfinite.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.isfinite.frag.out; sourceTree = ""; }; - B39816B329239F3C00A82429 /* findFunction.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = findFunction.frag.out; sourceTree = ""; }; - B39816B429239F3C00A82429 /* 130.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 130.vert.out; sourceTree = ""; }; - B39816B529239F3C00A82429 /* hlsl.gather.basic.dx10.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.gather.basic.dx10.vert.out; sourceTree = ""; }; - B39816B629239F3C00A82429 /* glsl.460.subgroup.rmiss.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rmiss.out; sourceTree = ""; }; - B39816B729239F3C00A82429 /* hlsl.opaque-type-bug.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.opaque-type-bug.frag.out"; sourceTree = ""; }; - B39816B829239F3C00A82429 /* spv.shaderGroupVote.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shaderGroupVote.comp.out; sourceTree = ""; }; - B39816B929239F3C00A82429 /* hlsl.samplecmp.negative2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmp.negative2.frag.out; sourceTree = ""; }; - B39816BA29239F3C00A82429 /* spv.looseUniformNoLoc.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.looseUniformNoLoc.vert.out; sourceTree = ""; }; - B39816BB29239F3C00A82429 /* hlsl.intrinsics.promote.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.promote.frag.out; sourceTree = ""; }; - B39816BC29239F3C00A82429 /* hlsl.promote.atomic.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.promote.atomic.frag.out; sourceTree = ""; }; - B39816BD29239F3C00A82429 /* spv.flowControl.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.flowControl.frag.out; sourceTree = ""; }; - B39816BE29239F3C00A82429 /* spv.bufferhandleUvec2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandleUvec2.frag.out; sourceTree = ""; }; - B39816BF29239F3C00A82429 /* 320.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 320.tesc.out; sourceTree = ""; }; - B39816C029239F3C00A82429 /* glsl.450.subgroup.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroup.tese.out; sourceTree = ""; }; - B39816C129239F3C00A82429 /* hlsl.include.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.include.vert.out; sourceTree = ""; }; - B39816C229239F3C00A82429 /* remap.invalid-spirv-2.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "remap.invalid-spirv-2.out"; sourceTree = ""; }; - B39816C329239F3C00A82429 /* uint.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = uint.frag.out; sourceTree = ""; }; - B39816C429239F3C00A82429 /* hlsl.load.buffer.float.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.buffer.float.dx10.frag.out; sourceTree = ""; }; - B39816C529239F3C00A82429 /* spv.test.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.test.frag.out; sourceTree = ""; }; - B39816C629239F3C00A82429 /* spv.deepRvalue.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.deepRvalue.frag.out; sourceTree = ""; }; - B39816C729239F3C00A82429 /* spv.subgroup.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroup.tesc.out; sourceTree = ""; }; - B39816C829239F3C00A82429 /* spv.memoryQualifier.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.memoryQualifier.frag.out; sourceTree = ""; }; - B39816C929239F3C00A82429 /* link.multiAnonBlocksInvalid.0.0.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.multiAnonBlocksInvalid.0.0.vert.out; sourceTree = ""; }; - B39816CA29239F3C00A82429 /* spv.atomic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.atomic.comp.out; sourceTree = ""; }; - B39816CB29239F3C00A82429 /* glsl.entryPointRename.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.entryPointRename.vert.out; sourceTree = ""; }; - B39816CC29239F3C00A82429 /* hlsl.staticMemberFunction.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.staticMemberFunction.frag.out; sourceTree = ""; }; - B39816CD29239F3C00A82429 /* hlsl.texturebuffer.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.texturebuffer.frag.out; sourceTree = ""; }; - B39816CE29239F3C00A82429 /* spv.subgroupVote.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupVote.comp.out; sourceTree = ""; }; - B39816CF29239F3C00A82429 /* spv.xfb.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.xfb.vert.out; sourceTree = ""; }; - B39816D029239F3C00A82429 /* hlsl.pp.line4.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.pp.line4.frag.out; sourceTree = ""; }; - B39816D129239F3C00A82429 /* spv.ext.RayCallable_Errors.rcall.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayCallable_Errors.rcall.out; sourceTree = ""; }; - B39816D229239F3C00A82429 /* hlsl.structbuffer.byte.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.byte.frag.out; sourceTree = ""; }; - B39816D329239F3C00A82429 /* hlsl.matrixindex.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.matrixindex.frag.out; sourceTree = ""; }; - B39816D429239F3C00A82429 /* spv.intOps.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.intOps.vert.out; sourceTree = ""; }; - B39816D529239F3C00A82429 /* hlsl.reflection.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.reflection.vert.out; sourceTree = ""; }; - B39816D629239F3C00A82429 /* cppNest.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppNest.vert.out; sourceTree = ""; }; - B39816D729239F3C00A82429 /* hlsl.shift.per-set.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.shift.per-set.frag.out"; sourceTree = ""; }; - B39816D829239F3C00A82429 /* spv.subgroupExtendedTypesQuad.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesQuad.comp.out; sourceTree = ""; }; - B39816D929239F3C00A82429 /* glsl.450.subgroupVote.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupVote.comp.out; sourceTree = ""; }; - B39816DA29239F3C00A82429 /* spv.samplerlessTextureFunctions.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.samplerlessTextureFunctions.frag.out; sourceTree = ""; }; - B39816DB29239F3C00A82429 /* spv.image.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.image.frag.out; sourceTree = ""; }; - B39816DC29239F3C00A82429 /* hlsl.intrinsic.frexp.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsic.frexp.frag.out; sourceTree = ""; }; - B39816DD29239F3C00A82429 /* hlsl.typedef.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.typedef.frag.out; sourceTree = ""; }; - B39816DE29239F3C00A82429 /* 430.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 430.comp.out; sourceTree = ""; }; - B39816DF29239F3C00A82429 /* spv.RayGenShaderArray.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayGenShaderArray.rgen.out; sourceTree = ""; }; - B39816E029239F3C00A82429 /* whileLoop.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = whileLoop.frag.out; sourceTree = ""; }; - B39816E129239F3C00A82429 /* spv.subgroup.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroup.vert.out; sourceTree = ""; }; - B39816E229239F3C00A82429 /* spv.dead-after-switch-break.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.dead-after-switch-break.vert.out"; sourceTree = ""; }; - B39816E329239F3C00A82429 /* spv.8bitstorage-uint.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.8bitstorage-uint.frag.out"; sourceTree = ""; }; - B39816E429239F3C00A82429 /* 320.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 320.vert.out; sourceTree = ""; }; - B39816E529239F3C00A82429 /* hlsl.scalar2matrix.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.scalar2matrix.frag.out; sourceTree = ""; }; - B39816E629239F3C00A82429 /* simpleFunctionCall.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = simpleFunctionCall.frag.out; sourceTree = ""; }; - B39816E729239F3C00A82429 /* 100LimitsConf.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 100LimitsConf.vert.out; sourceTree = ""; }; - B39816E829239F3C00A82429 /* spv.specConstantOperations.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.specConstantOperations.vert.out; sourceTree = ""; }; - B39816E929239F3C00A82429 /* hlsl.scope.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.scope.frag.out; sourceTree = ""; }; - B39816EA29239F3C00A82429 /* hlsl.hull.1.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.1.tesc.out; sourceTree = ""; }; - B39816EB29239F3C00A82429 /* hlsl.attribute.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.attribute.frag.out; sourceTree = ""; }; - B39816EC29239F3C00A82429 /* noMain.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = noMain.vert.out; sourceTree = ""; }; - B39816ED29239F3C00A82429 /* hlsl.wavevote.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavevote.comp.out; sourceTree = ""; }; - B39816EE29239F3C00A82429 /* spv.16bitstorage-int.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.16bitstorage-int.frag.out"; sourceTree = ""; }; - B39816EF29239F3C00A82429 /* link.vk.pcNamingValid.0.0.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.vk.pcNamingValid.0.0.vert.out; sourceTree = ""; }; - B39816F029239F3C00A82429 /* glsl.es320.subgroupBallotNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupBallotNeg.comp.out; sourceTree = ""; }; - B39816F129239F3C00A82429 /* hlsl.calculatelodunclamped.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.calculatelodunclamped.dx10.frag.out; sourceTree = ""; }; - B39816F229239F3C00A82429 /* spv.length.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.length.frag.out; sourceTree = ""; }; - B39816F329239F3C00A82429 /* hlsl.clipdistance-7.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-7.frag.out"; sourceTree = ""; }; - B39816F429239F3C00A82429 /* switch.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = switch.frag.out; sourceTree = ""; }; - B39816F529239F3C00A82429 /* hlsl.clipdistance-6.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-6.frag.out"; sourceTree = ""; }; - B39816F629239F3C00A82429 /* hlsl.function.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.function.frag.out; sourceTree = ""; }; - B39816F729239F3C00A82429 /* spv.debugPrintf_Error.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.debugPrintf_Error.frag.out; sourceTree = ""; }; - B39816F829239F3C00A82429 /* spv.intcoopmat.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.intcoopmat.comp.out; sourceTree = ""; }; - B39816F929239F3C00A82429 /* spv.functionNestedOpaque.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.functionNestedOpaque.vert.out; sourceTree = ""; }; - B39816FA29239F3C00A82429 /* reflection.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = reflection.vert.out; sourceTree = ""; }; - B39816FB29239F3C00A82429 /* 450.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 450.tesc.out; sourceTree = ""; }; - B39816FC29239F3C00A82429 /* spv.rw.autoassign.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.rw.autoassign.frag.out; sourceTree = ""; }; - B39816FD29239F3C00A82429 /* spv.depthOut.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.depthOut.frag.out; sourceTree = ""; }; - B39816FE29239F3C00A82429 /* spv.privateVariableTypes.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.privateVariableTypes.frag.out; sourceTree = ""; }; - B39816FF29239F3C00A82429 /* spv.8bitstorage-ubo.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.8bitstorage-ubo.vert.out"; sourceTree = ""; }; - B398170029239F3C00A82429 /* hlsl.wavequery.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavequery.comp.out; sourceTree = ""; }; - B398170129239F3C00A82429 /* remap.invalid-spirv-1.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "remap.invalid-spirv-1.out"; sourceTree = ""; }; - B398170229239F3C00A82429 /* spv.8bitstorage-int.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.8bitstorage-int.frag.out"; sourceTree = ""; }; - B398170329239F3C00A82429 /* glsl.es320.subgroupBallot.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupBallot.comp.out; sourceTree = ""; }; - B398170429239F3C00A82429 /* hlsl.promote.vec1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.promote.vec1.frag.out; sourceTree = ""; }; - B398170529239F3C00A82429 /* spv.for-continue-break.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.for-continue-break.vert.out"; sourceTree = ""; }; - B398170629239F3C00A82429 /* spv.while-continue-break.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.while-continue-break.vert.out"; sourceTree = ""; }; - B398170729239F3C00A82429 /* specExamples.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = specExamples.vert.out; sourceTree = ""; }; - B398170829239F3C00A82429 /* spv.smBuiltins.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.smBuiltins.vert.out; sourceTree = ""; }; - B398170929239F3C00A82429 /* hlsl.clipdistance-1.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-1.geom.out"; sourceTree = ""; }; - B398170A29239F3C00A82429 /* spv.localAggregates.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.localAggregates.frag.out; sourceTree = ""; }; - B398170B29239F3C00A82429 /* cppBad4.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppBad4.vert.out; sourceTree = ""; }; - B398170C29239F3C00A82429 /* deepRvalue.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = deepRvalue.frag.out; sourceTree = ""; }; - B398170D29239F3C00A82429 /* spv.subgroupBallotNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupBallotNeg.comp.out; sourceTree = ""; }; - B398170E29239F3C00A82429 /* cppBad5.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppBad5.vert.out; sourceTree = ""; }; - B398170F29239F3C00A82429 /* 450.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 450.vert.out; sourceTree = ""; }; - B398171029239F3C00A82429 /* hlsl.samplelevel.basic.dx10.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplelevel.basic.dx10.vert.out; sourceTree = ""; }; - B398171129239F3C00A82429 /* hlsl.semantic.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.semantic.vert.out; sourceTree = ""; }; - B398171229239F3C00A82429 /* hlsl.intrinsics.negative.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.negative.vert.out; sourceTree = ""; }; - B398171329239F3C00A82429 /* glsl.450.subgroupBallot.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupBallot.comp.out; sourceTree = ""; }; - B398171429239F3C00A82429 /* hlsl.partialFlattenLocal.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.partialFlattenLocal.vert.out; sourceTree = ""; }; - B398171529239F3C00A82429 /* spv.RayCallable_Errors.rcall.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayCallable_Errors.rcall.out; sourceTree = ""; }; - B398171629239F3C00A82429 /* hlsl.samplegrad.offset.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplegrad.offset.dx10.frag.out; sourceTree = ""; }; - B398171729239F3C00A82429 /* glsl.es320.subgroupShuffle.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupShuffle.comp.out; sourceTree = ""; }; - B398171829239F3C00A82429 /* spv.uniformArray.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.uniformArray.frag.out; sourceTree = ""; }; - B398171929239F3C00A82429 /* 310.inheritMemory.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310.inheritMemory.frag.out; sourceTree = ""; }; - B398171A29239F3C00A82429 /* hlsl.sample.dx9.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.sample.dx9.frag.out; sourceTree = ""; }; - B398171B29239F3C00A82429 /* spv.dead-after-return.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.dead-after-return.vert.out"; sourceTree = ""; }; - B398171C29239F3C00A82429 /* 150.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 150.tesc.out; sourceTree = ""; }; - B398171D29239F3C00A82429 /* nonSquare.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = nonSquare.vert.out; sourceTree = ""; }; - B398171E29239F3C00A82429 /* preprocessor.simple.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.simple.vert.err; sourceTree = ""; }; - B398171F29239F3C00A82429 /* hlsl.gatherRGBA.array.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.gatherRGBA.array.dx10.frag.out; sourceTree = ""; }; - B398172029239F3C00A82429 /* errors.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = errors.frag.out; sourceTree = ""; }; - B398172129239F3C00A82429 /* spv.ClosestHitShader_Errors.rchit.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ClosestHitShader_Errors.rchit.out; sourceTree = ""; }; - B398172229239F3C00A82429 /* hlsl.getdimensions.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.getdimensions.dx10.frag.out; sourceTree = ""; }; - B398172329239F3C00A82429 /* spv.ssboAlias.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ssboAlias.frag.out; sourceTree = ""; }; - B398172429239F3C00A82429 /* hlsl.hull.ctrlpt-1.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.hull.ctrlpt-1.tesc.out"; sourceTree = ""; }; - B398172529239F3C00A82429 /* voidFunction.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = voidFunction.frag.out; sourceTree = ""; }; - B398172629239F3C00A82429 /* hlsl.constantbuffer.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.constantbuffer.frag.out; sourceTree = ""; }; - B398172729239F3C00A82429 /* spv.imageLoadStoreLod.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.imageLoadStoreLod.frag.out; sourceTree = ""; }; - B398172829239F3C00A82429 /* hlsl.structbuffer.coherent.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.coherent.frag.out; sourceTree = ""; }; - B398172929239F3C00A82429 /* spv.subgroupExtendedTypesBallotNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesBallotNeg.comp.out; sourceTree = ""; }; - B398172A29239F3C00A82429 /* spv.1.4.constructComposite.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.constructComposite.comp.out; sourceTree = ""; }; - B398172B29239F3C00A82429 /* 450.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 450.comp.out; sourceTree = ""; }; - B398172C29239F3C00A82429 /* hlsl.structbuffer.append.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.append.frag.out; sourceTree = ""; }; - B398172D29239F3C00A82429 /* hlsl.intrinsics.negative.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.negative.comp.out; sourceTree = ""; }; - B398172E29239F3C00A82429 /* hlsl.rw.vec2.bracket.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.rw.vec2.bracket.frag.out; sourceTree = ""; }; - B398172F29239F3C00A82429 /* spv.sample.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.sample.frag.out; sourceTree = ""; }; - B398173029239F3C00A82429 /* spv.dead-after-loop-break.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.dead-after-loop-break.vert.out"; sourceTree = ""; }; - B398173129239F3C00A82429 /* hlsl.load.rwtexture.array.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.rwtexture.array.dx10.frag.out; sourceTree = ""; }; - B398173229239F3C00A82429 /* spv.8bitstorage_Error-uint.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.8bitstorage_Error-uint.frag.out"; sourceTree = ""; }; - B398173329239F3C00A82429 /* hlsl.forLoop.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.forLoop.frag.out; sourceTree = ""; }; - B398173429239F3C00A82429 /* remap.hlsl.templatetypes.none.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.hlsl.templatetypes.none.frag.out; sourceTree = ""; }; - B398173529239F3C00A82429 /* glsl.450.subgroup.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroup.tesc.out; sourceTree = ""; }; - B398173629239F3C00A82429 /* dataOut.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = dataOut.frag.out; sourceTree = ""; }; - B398173729239F3C00A82429 /* 320.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 320.tese.out; sourceTree = ""; }; - B398173829239F3C00A82429 /* spv.doWhileLoop.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.doWhileLoop.frag.out; sourceTree = ""; }; - B398173929239F3C00A82429 /* spv.subgroup.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroup.tese.out; sourceTree = ""; }; - B398173A29239F3C00A82429 /* spv.always-discard.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.always-discard.frag.out"; sourceTree = ""; }; - B398173B29239F3C00A82429 /* nvShaderNoperspectiveInterpolation.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = nvShaderNoperspectiveInterpolation.frag.out; sourceTree = ""; }; - B398173C29239F3C00A82429 /* hlsl.string.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.string.frag.out; sourceTree = ""; }; - B398173D29239F3C00A82429 /* reflection.linked.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = reflection.linked.out; sourceTree = ""; }; - B398173E29239F3C00A82429 /* hlsl.structarray.flatten.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structarray.flatten.frag.out; sourceTree = ""; }; - B398173F29239F3C00A82429 /* spv.qualifiers.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.qualifiers.vert.out; sourceTree = ""; }; - B398174029239F3C00A82429 /* spv.vulkan110.int16.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.vulkan110.int16.frag.out; sourceTree = ""; }; - B398174129239F3C00A82429 /* hlsl.type.identifier.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.type.identifier.frag.out; sourceTree = ""; }; - B398174229239F3C00A82429 /* 150.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 150.vert.out; sourceTree = ""; }; - B398174329239F3C00A82429 /* spv.for-simple.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.for-simple.vert.out"; sourceTree = ""; }; - B398174429239F3C00A82429 /* 300samplerExternalYUV.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300samplerExternalYUV.frag.out; sourceTree = ""; }; - B398174529239F3C00A82429 /* spv.ClosestHitShader.rchit.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ClosestHitShader.rchit.out; sourceTree = ""; }; - B398174629239F3C00A82429 /* specExamplesConf.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = specExamplesConf.vert.out; sourceTree = ""; }; - B398174729239F3C00A82429 /* spv.simpleMat.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.simpleMat.vert.out; sourceTree = ""; }; - B398174829239F3C00A82429 /* hlsl.nonstaticMemberFunction.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.nonstaticMemberFunction.frag.out; sourceTree = ""; }; - B398174929239F3C00A82429 /* spv.specConst.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.specConst.vert.out; sourceTree = ""; }; - B398174A29239F3C00A82429 /* spv.320.meshShaderUserDefined.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.320.meshShaderUserDefined.mesh.out; sourceTree = ""; }; - B398174B29239F3C00A82429 /* spv.texture.sampler.transform.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.texture.sampler.transform.frag.out; sourceTree = ""; }; - B398174C29239F3C00A82429 /* preprocessor.line.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.line.vert.out; sourceTree = ""; }; - B398174D29239F3C00A82429 /* vulkan.ast.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = vulkan.ast.vert.out; sourceTree = ""; }; - B398174E29239F3C00A82429 /* functionSemantics.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = functionSemantics.frag.out; sourceTree = ""; }; - B398174F29239F3C00A82429 /* hlsl.pp.expand.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.pp.expand.frag.out; sourceTree = ""; }; - B398175029239F3C00A82429 /* spv.rankShift.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.rankShift.comp.out; sourceTree = ""; }; - B398175129239F3C00A82429 /* 310implicitSizeArrayError.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310implicitSizeArrayError.vert.out; sourceTree = ""; }; - B398175229239F3C00A82429 /* hlsl.format.rwtexture.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.format.rwtexture.frag.out; sourceTree = ""; }; - B398175329239F3C00A82429 /* 460.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 460.frag.out; sourceTree = ""; }; - B398175429239F3C00A82429 /* spv.constStruct.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.constStruct.vert.out; sourceTree = ""; }; - B398175529239F3C00A82429 /* link.multiBlocksInvalid.0.0.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.multiBlocksInvalid.0.0.vert.out; sourceTree = ""; }; - B398175629239F3C00A82429 /* hlsl.clipdistance-8.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-8.vert.out"; sourceTree = ""; }; - B398175729239F3C00A82429 /* spv.variableArrayIndex.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.variableArrayIndex.frag.out; sourceTree = ""; }; - B398175829239F3C00A82429 /* hlsl.targetStruct2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.targetStruct2.frag.out; sourceTree = ""; }; - B398175929239F3C00A82429 /* hlsl.clipdistance-9.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-9.vert.out"; sourceTree = ""; }; - B398175A29239F3C00A82429 /* hlsl.includeNegative.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.includeNegative.vert.out; sourceTree = ""; }; - B398175B29239F3C00A82429 /* hlsl.mul-truncate.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.mul-truncate.frag.out"; sourceTree = ""; }; - B398175C29239F3C00A82429 /* hlsl.sample.basic.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.sample.basic.dx10.frag.out; sourceTree = ""; }; - B398175D29239F3C00A82429 /* hlsl.samplelevel.offset.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplelevel.offset.dx10.frag.out; sourceTree = ""; }; - B398175E29239F3C00A82429 /* hlsl.aliasOpaque.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.aliasOpaque.frag.out; sourceTree = ""; }; - B398175F29239F3C00A82429 /* spv.functionParameterTypes.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.functionParameterTypes.frag.out; sourceTree = ""; }; - B398176029239F3C00A82429 /* spv.AofA.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.AofA.frag.out; sourceTree = ""; }; - B398176129239F3C00A82429 /* spv.shaderStencilExport.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shaderStencilExport.frag.out; sourceTree = ""; }; - B398176229239F3C00A82429 /* glsl.450.subgroup.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroup.vert.out; sourceTree = ""; }; - B398176329239F3C00A82429 /* 410.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 410.geom.out; sourceTree = ""; }; - B398176429239F3C00A82429 /* hlsl.samplecmplevelzero.basic.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmplevelzero.basic.dx10.frag.out; sourceTree = ""; }; - B398176529239F3C00A82429 /* hlsl.samplecmp.offsetarray.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmp.offsetarray.dx10.frag.out; sourceTree = ""; }; - B398176629239F3C00A82429 /* hlsl.emptystructreturn.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.emptystructreturn.frag.out; sourceTree = ""; }; - B398176729239F3C00A82429 /* hlsl.struct.split.array.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.struct.split.array.geom.out; sourceTree = ""; }; - B398176829239F3C00A82429 /* spv.for-nobody.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.for-nobody.vert.out"; sourceTree = ""; }; - B398176929239F3C00A82429 /* hlsl.cast.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.cast.frag.out; sourceTree = ""; }; - B398176A29239F3C00A82429 /* hlsl.struct.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.struct.frag.out; sourceTree = ""; }; - B398176B29239F3C00A82429 /* hlsl.float4.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.float4.frag.out; sourceTree = ""; }; - B398176C29239F3C00A82429 /* tokenPaste.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = tokenPaste.vert.out; sourceTree = ""; }; - B398176D29239F3C00A82429 /* spv.RayGenShader.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayGenShader.rgen.out; sourceTree = ""; }; - B398176E29239F3C00A82429 /* spv.MissShader_Errors.rmiss.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.MissShader_Errors.rmiss.out; sourceTree = ""; }; - B398176F29239F3C00A82429 /* mains1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = mains1.frag.out; sourceTree = ""; }; - B398177029239F3C00A82429 /* hlsl.array.multidim.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.array.multidim.frag.out; sourceTree = ""; }; - B398177129239F3C00A82429 /* spv.structAssignment.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.structAssignment.frag.out; sourceTree = ""; }; - B398177229239F3C00A82429 /* rayQuery-allOps.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-allOps.rgen.out"; sourceTree = ""; }; - B398177329239F3C00A82429 /* hlsl.multiDescriptorSet.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.multiDescriptorSet.frag.out; sourceTree = ""; }; - B398177429239F3C00A82429 /* spv.400.frag.nanclamp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.400.frag.nanclamp.out; sourceTree = ""; }; - B398177529239F3C00A82429 /* spv.float32.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.float32.frag.out; sourceTree = ""; }; - B398177629239F3C00A82429 /* hlsl.emptystruct.init.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.emptystruct.init.vert.out; sourceTree = ""; }; - B398177729239F3C00A82429 /* 100.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 100.frag.out; sourceTree = ""; }; - B398177829239F3C00A82429 /* remap.switch.none.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.switch.none.frag.out; sourceTree = ""; }; - B398177929239F3C00A82429 /* spv.bufferhandle4.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle4.frag.out; sourceTree = ""; }; - B398177A29239F3C00A82429 /* spv.bufferhandle5.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle5.frag.out; sourceTree = ""; }; - B398177B29239F3C00A82429 /* link.vk.differentPC.0.0.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.vk.differentPC.0.0.frag.out; sourceTree = ""; }; - B398177C29239F3C00A82429 /* 450.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 450.tese.out; sourceTree = ""; }; - B398177D29239F3C00A82429 /* spv.arbPostDepthCoverage.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.arbPostDepthCoverage.frag.out; sourceTree = ""; }; - B398177E29239F3C00A82429 /* spv.constConstruct.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.constConstruct.vert.out; sourceTree = ""; }; - B398177F29239F3C00A82429 /* spv.1.4.OpCopyLogical.funcall.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.OpCopyLogical.funcall.frag.out; sourceTree = ""; }; - B398178029239F3C00A82429 /* hlsl.intrinsics.d3dcolortoubyte4.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.d3dcolortoubyte4.frag.out; sourceTree = ""; }; - B398178129239F3C00A82429 /* loops.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = loops.frag.out; sourceTree = ""; }; - B398178229239F3C00A82429 /* recurse1.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = recurse1.vert.out; sourceTree = ""; }; - B398178329239F3C00A82429 /* spv.pushConstantAnon.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.pushConstantAnon.vert.out; sourceTree = ""; }; - B398178429239F3C00A82429 /* 430.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 430.vert.out; sourceTree = ""; }; - B398178529239F3C00A82429 /* spv.ext.MissShader.rmiss.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.MissShader.rmiss.out; sourceTree = ""; }; - B398178629239F3C00A82429 /* spv.subgroupExtendedTypesShuffleNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesShuffleNeg.comp.out; sourceTree = ""; }; - B398178729239F3C00A82429 /* hlsl.self_cast.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.self_cast.frag.out; sourceTree = ""; }; - B398178829239F3C00A82429 /* cppComplexExpr.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppComplexExpr.vert.out; sourceTree = ""; }; - B398178929239F3C00A82429 /* spv.scalarlayout.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.scalarlayout.frag.out; sourceTree = ""; }; - B398178A29239F3C00A82429 /* hlsl.layoutOverride.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.layoutOverride.vert.out; sourceTree = ""; }; - B398178B29239F3C00A82429 /* hlsl.promotions.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.promotions.frag.out; sourceTree = ""; }; - B398178C29239F3C00A82429 /* hlsl.memberFunCall.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.memberFunCall.frag.out; sourceTree = ""; }; - B398178D29239F3C00A82429 /* 320.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 320.comp.out; sourceTree = ""; }; - B398178E29239F3C00A82429 /* 300layout.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300layout.frag.out; sourceTree = ""; }; - B398178F29239F3C00A82429 /* spv.fragmentDensity.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.fragmentDensity.frag.out; sourceTree = ""; }; - B398179029239F3C00A82429 /* hlsl.array.flatten.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.array.flatten.frag.out; sourceTree = ""; }; - B398179129239F3C00A82429 /* 310.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310.frag.out; sourceTree = ""; }; - B398179229239F3C00A82429 /* spv.dataOut.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.dataOut.frag.out; sourceTree = ""; }; - B398179329239F3C00A82429 /* glsl.460.subgroup.rint.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rint.out; sourceTree = ""; }; - B398179429239F3C00A82429 /* remap.uniformarray.none.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.uniformarray.none.frag.out; sourceTree = ""; }; - B398179529239F3C00A82429 /* web.builtins.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.builtins.frag.out; sourceTree = ""; }; - B398179629239F3C00A82429 /* hlsl.structbuffer.incdec.frag.hlslfun1.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.incdec.frag.hlslfun1.out; sourceTree = ""; }; - B398179729239F3C00A82429 /* spv.int8.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.int8.frag.out; sourceTree = ""; }; - B398179829239F3C00A82429 /* es-link1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "es-link1.frag.out"; sourceTree = ""; }; - B398179929239F3D00A82429 /* hlsl.entry-out.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.entry-out.frag.out"; sourceTree = ""; }; - B398179A29239F3D00A82429 /* hlsl.clipdistance-2.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-2.vert.out"; sourceTree = ""; }; - B398179B29239F3D00A82429 /* hlsl.clipdistance-3.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-3.vert.out"; sourceTree = ""; }; - B398179C29239F3D00A82429 /* spv.vecMatConstruct.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.vecMatConstruct.frag.out; sourceTree = ""; }; - B398179D29239F3D00A82429 /* spv.shaderImageFootprint.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shaderImageFootprint.frag.out; sourceTree = ""; }; - B398179E29239F3D00A82429 /* missingBodies.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = missingBodies.vert.out; sourceTree = ""; }; - B398179F29239F3D00A82429 /* rayQuery-committed.Error.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-committed.Error.rgen.out"; sourceTree = ""; }; - B39817A029239F3D00A82429 /* preprocessor.include.disabled.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.include.disabled.vert.err; sourceTree = ""; }; - B39817A129239F3D00A82429 /* pointCoord.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = pointCoord.frag.out; sourceTree = ""; }; - B39817A229239F3D00A82429 /* spv.RayGenShader11.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayGenShader11.rgen.out; sourceTree = ""; }; - B39817A329239F3D00A82429 /* functionCall.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = functionCall.frag.out; sourceTree = ""; }; - B39817A429239F3D00A82429 /* preprocessor.include.enabled.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.include.enabled.vert.out; sourceTree = ""; }; - B39817A529239F3D00A82429 /* hlsl.stringtoken.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.stringtoken.frag.out; sourceTree = ""; }; - B39817A629239F3D00A82429 /* spv.subgroupExtendedTypesQuadNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesQuadNeg.comp.out; sourceTree = ""; }; - B39817A729239F3D00A82429 /* structDeref.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = structDeref.frag.out; sourceTree = ""; }; - B39817A829239F3D00A82429 /* spv.bufferhandle11.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle11.frag.out; sourceTree = ""; }; - B39817A929239F3D00A82429 /* spv.bufferhandle10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle10.frag.out; sourceTree = ""; }; - B39817AA29239F3D00A82429 /* hlsl.rw.bracket.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.rw.bracket.frag.out; sourceTree = ""; }; - B39817AB29239F3D00A82429 /* cppDeepNest.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppDeepNest.frag.out; sourceTree = ""; }; - B39817AC29239F3D00A82429 /* spv.16bitstorage-uint.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.16bitstorage-uint.frag.out"; sourceTree = ""; }; - B39817AD29239F3D00A82429 /* spv.bufferhandle9.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle9.frag.out; sourceTree = ""; }; - B39817AE29239F3D00A82429 /* flowControl.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = flowControl.frag.out; sourceTree = ""; }; - B39817AF29239F3D00A82429 /* spv.bufferhandle8.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle8.frag.out; sourceTree = ""; }; - B39817B029239F3D00A82429 /* spv.while-simple.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.while-simple.vert.out"; sourceTree = ""; }; - B39817B129239F3D00A82429 /* hlsl.partialFlattenMixed.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.partialFlattenMixed.vert.out; sourceTree = ""; }; - B39817B229239F3D00A82429 /* spv.sparseTexture.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.sparseTexture.frag.out; sourceTree = ""; }; - B39817B329239F3D00A82429 /* hlsl.structbuffer.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.frag.out; sourceTree = ""; }; - B39817B429239F3D00A82429 /* glsl.es320.subgroup.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroup.tesc.out; sourceTree = ""; }; - B39817B529239F3D00A82429 /* hlsl.shapeConv.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.shapeConv.frag.out; sourceTree = ""; }; - B39817B629239F3D00A82429 /* hlsl.intrinsics.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.vert.out; sourceTree = ""; }; - B39817B729239F3D00A82429 /* spv.vulkan110.storageBuffer.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.vulkan110.storageBuffer.vert.out; sourceTree = ""; }; - B39817B829239F3D00A82429 /* hlsl.intrinsics.evalfns.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.evalfns.frag.out; sourceTree = ""; }; - B39817B929239F3D00A82429 /* hlsl.gatherRGBA.basic.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.gatherRGBA.basic.dx10.frag.out; sourceTree = ""; }; - B39817BA29239F3D00A82429 /* hlsl.type.half.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.type.half.frag.out; sourceTree = ""; }; - B39817BB29239F3D00A82429 /* spv.drawParams.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.drawParams.vert.out; sourceTree = ""; }; - B39817BC29239F3D00A82429 /* spv.subgroupExtendedTypesPartitionedNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesPartitionedNeg.comp.out; sourceTree = ""; }; - B39817BD29239F3D00A82429 /* hlsl.structarray.flatten.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structarray.flatten.geom.out; sourceTree = ""; }; - B39817BE29239F3D00A82429 /* sample.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = sample.frag.out; sourceTree = ""; }; - B39817BF29239F3D00A82429 /* spv.subgroupBallot.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupBallot.comp.out; sourceTree = ""; }; - B39817C029239F3D00A82429 /* spv.builtInXFB.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.builtInXFB.vert.out; sourceTree = ""; }; - B39817C129239F3D00A82429 /* glspv.esversion.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glspv.esversion.vert.out; sourceTree = ""; }; - B39817C229239F3D00A82429 /* hlsl.load.rwtexture.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.rwtexture.dx10.frag.out; sourceTree = ""; }; - B39817C329239F3D00A82429 /* spv.specConstant.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.specConstant.comp.out; sourceTree = ""; }; - B39817C429239F3D00A82429 /* spv.1.4.NonWritable.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.NonWritable.frag.out; sourceTree = ""; }; - B39817C529239F3D00A82429 /* hlsl.struct.split.call.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.struct.split.call.vert.out; sourceTree = ""; }; - B39817C629239F3D00A82429 /* remap.hlsl.sample.basic.strip.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.hlsl.sample.basic.strip.frag.out; sourceTree = ""; }; - B39817C729239F3D00A82429 /* glspv.version.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glspv.version.vert.out; sourceTree = ""; }; - B39817C829239F3D00A82429 /* web.basic.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.basic.vert.out; sourceTree = ""; }; - B39817C929239F3D00A82429 /* spv.450.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.450.tesc.out; sourceTree = ""; }; - B39817CA29239F3D00A82429 /* 120.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 120.vert.out; sourceTree = ""; }; - B39817CB29239F3D00A82429 /* rayQuery-allOps.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-allOps.comp.out"; sourceTree = ""; }; - B39817CC29239F3D00A82429 /* hlsl.sample.offsetarray.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.sample.offsetarray.dx10.frag.out; sourceTree = ""; }; - B39817CD29239F3D00A82429 /* hlsl.synthesizeInput.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.synthesizeInput.frag.out; sourceTree = ""; }; - B39817CE29239F3D00A82429 /* hlsl.structin.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structin.vert.out; sourceTree = ""; }; - B39817CF29239F3D00A82429 /* spv.extPostDepthCoverage.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.extPostDepthCoverage.frag.out; sourceTree = ""; }; - B39817D029239F3D00A82429 /* spv.8bit-16bit-construction.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.8bit-16bit-construction.frag.out"; sourceTree = ""; }; - B39817D129239F3D00A82429 /* glsl.es320.subgroup.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroup.vert.out; sourceTree = ""; }; - B39817D229239F3D00A82429 /* preprocessor.include.enabled.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.include.enabled.vert.err; sourceTree = ""; }; - B39817D329239F3D00A82429 /* remap.similar_1a.everything.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.similar_1a.everything.frag.out; sourceTree = ""; }; - B39817D429239F3D00A82429 /* glsl.es320.subgroupBasic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupBasic.comp.out; sourceTree = ""; }; - B39817D529239F3D00A82429 /* matrixError.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrixError.vert.out; sourceTree = ""; }; - B39817D629239F3D00A82429 /* preprocessor.include.disabled.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.include.disabled.vert.out; sourceTree = ""; }; - B39817D729239F3D00A82429 /* spv.shaderFragMaskAMD.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.shaderFragMaskAMD.frag.out; sourceTree = ""; }; - B39817D829239F3D00A82429 /* hlsl.tx.overload.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.tx.overload.frag.out; sourceTree = ""; }; - B39817D929239F3D00A82429 /* spv.buffer.autoassign.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.buffer.autoassign.frag.out; sourceTree = ""; }; - B39817DA29239F3D00A82429 /* spv.1.4.texture.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.texture.frag.out; sourceTree = ""; }; - B39817DB29239F3D00A82429 /* 420.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 420.comp.out; sourceTree = ""; }; - B39817DC29239F3D00A82429 /* versionsClean.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = versionsClean.frag.out; sourceTree = ""; }; - B39817DD29239F3D00A82429 /* hlsl.getsampleposition.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.getsampleposition.dx10.frag.out; sourceTree = ""; }; - B39817DE29239F3D00A82429 /* spv.ext.RayConstants.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayConstants.rgen.out; sourceTree = ""; }; - B39817DF29239F3D00A82429 /* spv.fullyCovered.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.fullyCovered.frag.out; sourceTree = ""; }; - B39817E029239F3D00A82429 /* nosuffix.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = nosuffix.out; sourceTree = ""; }; - B39817E129239F3D00A82429 /* glsl.450.subgroupBallotNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupBallotNeg.comp.out; sourceTree = ""; }; - B39817E229239F3D00A82429 /* hlsl.sample.array.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.sample.array.dx10.frag.out; sourceTree = ""; }; - B39817E329239F3D00A82429 /* spv.nonSquare.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.nonSquare.vert.out; sourceTree = ""; }; - B39817E429239F3D00A82429 /* spv.1.4.OpSelect.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.OpSelect.frag.out; sourceTree = ""; }; - B39817E529239F3D00A82429 /* 300block.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300block.frag.out; sourceTree = ""; }; - B39817E629239F3D00A82429 /* size */ = {isa = PBXFileReference; lastKnownFileType = text; path = size; sourceTree = ""; }; - B39817E729239F3D00A82429 /* hlsl.sample.offset.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.sample.offset.dx10.frag.out; sourceTree = ""; }; - B39817E829239F3D00A82429 /* precise_struct_block.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = precise_struct_block.vert.out; sourceTree = ""; }; - B39817E929239F3D00A82429 /* hlsl.array.implicit-size.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.array.implicit-size.frag.out"; sourceTree = ""; }; - B39817EA29239F3D00A82429 /* remap.basic.dcefunc.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.basic.dcefunc.frag.out; sourceTree = ""; }; - B39817EB29239F3D00A82429 /* hlsl.flattenSubset.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flattenSubset.frag.out; sourceTree = ""; }; - B39817EC29239F3D00A82429 /* hlsl.inf.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.inf.vert.out; sourceTree = ""; }; - B39817ED29239F3D00A82429 /* spv.16bitstorage.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.16bitstorage.frag.out; sourceTree = ""; }; - B39817EE29239F3D00A82429 /* hlsl.reflection.binding.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.reflection.binding.vert.out; sourceTree = ""; }; - B39817EF29239F3D00A82429 /* spv.dataOutIndirect.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.dataOutIndirect.frag.out; sourceTree = ""; }; - B39817F029239F3D00A82429 /* hlsl.samplecmplevelzero.array.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmplevelzero.array.dx10.frag.out; sourceTree = ""; }; - B39817F129239F3D00A82429 /* rayQuery-initialize.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-initialize.rgen.out"; sourceTree = ""; }; - B39817F229239F3D00A82429 /* spv.debugInfo.1.1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.debugInfo.1.1.frag.out; sourceTree = ""; }; - B39817F329239F3D00A82429 /* spv.hlslDebugInfo.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.hlslDebugInfo.frag.out; sourceTree = ""; }; - B39817F429239F3D00A82429 /* spv.perprimitiveNV.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.perprimitiveNV.frag.out; sourceTree = ""; }; - B39817F529239F3D00A82429 /* hlsl.semantic-1.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.semantic-1.vert.out"; sourceTree = ""; }; - B39817F629239F3D00A82429 /* compoundsuffix.vert.glsl */ = {isa = PBXFileReference; lastKnownFileType = text; path = compoundsuffix.vert.glsl; sourceTree = ""; }; - B39817F729239F3D00A82429 /* 310.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 310.geom.out; sourceTree = ""; }; - B39817F829239F3D00A82429 /* spv.400.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.400.frag.out; sourceTree = ""; }; - B39817F929239F3D00A82429 /* spv.300layout.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.300layout.frag.out; sourceTree = ""; }; - B39817FA29239F3D00A82429 /* hlsl.semicolons.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.semicolons.frag.out; sourceTree = ""; }; - B39817FB29239F3D00A82429 /* spv.1.4.OpEntryPoint.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.OpEntryPoint.frag.out; sourceTree = ""; }; - B39817FC29239F3D00A82429 /* remap.similar_1b.everything.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.similar_1b.everything.frag.out; sourceTree = ""; }; - B39817FD29239F3D00A82429 /* hlsl.switch.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.switch.frag.out; sourceTree = ""; }; - B39817FE29239F3D00A82429 /* hlsl.type.type.conversion.valid.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.type.type.conversion.valid.frag.out; sourceTree = ""; }; - B39817FF29239F3D00A82429 /* preprocessor.simple.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.simple.vert.out; sourceTree = ""; }; - B398180029239F3D00A82429 /* hlsl.domain.1.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.domain.1.tese.out; sourceTree = ""; }; - B398180129239F3D00A82429 /* glsl.460.subgroup.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.mesh.out; sourceTree = ""; }; - B398180229239F3D00A82429 /* spv.subgroupExtendedTypesPartitioned.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesPartitioned.comp.out; sourceTree = ""; }; - B398180329239F3D00A82429 /* spv.debugInfo.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.debugInfo.frag.out; sourceTree = ""; }; - B398180429239F3D00A82429 /* hlsl.calculatelod.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.calculatelod.dx10.frag.out; sourceTree = ""; }; - B398180529239F3D00A82429 /* hlsl.array.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.array.frag.out; sourceTree = ""; }; - B398180629239F3D00A82429 /* spv.simpleFunctionCall.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.simpleFunctionCall.frag.out; sourceTree = ""; }; - B398180729239F3D00A82429 /* stringToDouble.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = stringToDouble.vert.out; sourceTree = ""; }; - B398180829239F3D00A82429 /* spv.subgroupExtendedTypesShuffle.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesShuffle.comp.out; sourceTree = ""; }; - B398180929239F3D00A82429 /* 300link.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300link.frag.out; sourceTree = ""; }; - B398180A29239F3D00A82429 /* cppIndent.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppIndent.vert.out; sourceTree = ""; }; - B398180B29239F3D00A82429 /* hlsl.params.default.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.params.default.frag.out; sourceTree = ""; }; - B398180C29239F3D00A82429 /* spv.bufferhandle3.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle3.frag.out; sourceTree = ""; }; - B398180D29239F3D00A82429 /* spv.bufferhandle2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle2.frag.out; sourceTree = ""; }; - B398180E29239F3D00A82429 /* spv.noWorkgroup.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.noWorkgroup.comp.out; sourceTree = ""; }; - B398180F29239F3D00A82429 /* spv.textureBuffer.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.textureBuffer.vert.out; sourceTree = ""; }; - B398181029239F3D00A82429 /* hlsl.swizzle.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.swizzle.frag.out; sourceTree = ""; }; - B398181129239F3D00A82429 /* hlsl.y-negate-1.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.y-negate-1.vert.out"; sourceTree = ""; }; - B398181229239F3D00A82429 /* spv.boolInBlock.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.boolInBlock.frag.out; sourceTree = ""; }; - B398181329239F3D00A82429 /* spv.meshShaderBuiltins.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderBuiltins.mesh.out; sourceTree = ""; }; - B398181429239F3D00A82429 /* spv.subgroupExtendedTypesShuffleRelative.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesShuffleRelative.comp.out; sourceTree = ""; }; - B398181529239F3D00A82429 /* 440.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 440.vert.out; sourceTree = ""; }; - B398181629239F3D00A82429 /* array100.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = array100.frag.out; sourceTree = ""; }; - B398181729239F3D00A82429 /* hlsl.clipdistance-5.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-5.vert.out"; sourceTree = ""; }; - B398181829239F3D00A82429 /* spv.100ops.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.100ops.frag.out; sourceTree = ""; }; - B398181929239F3D00A82429 /* hlsl.clipdistance-4.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-4.vert.out"; sourceTree = ""; }; - B398181A29239F3D00A82429 /* spv.meshShaderPerView_Errors.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderPerView_Errors.mesh.out; sourceTree = ""; }; - B398181B29239F3D00A82429 /* glsl.460.subgroup.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rgen.out; sourceTree = ""; }; - B398181C29239F3D00A82429 /* lineContinuation100.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = lineContinuation100.vert.out; sourceTree = ""; }; - B398181D29239F3D00A82429 /* hlsl.samplecmplevelzero.offsetarray.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplecmplevelzero.offsetarray.dx10.frag.out; sourceTree = ""; }; - B398181E29239F3D00A82429 /* hlsl.explicitDescriptorSet-2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.explicitDescriptorSet-2.frag.out"; sourceTree = ""; }; - B398181F29239F3D00A82429 /* hlsl.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.frag.out; sourceTree = ""; }; - B398182029239F3D00A82429 /* rayQuery-allOps.Error.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "rayQuery-allOps.Error.rgen.out"; sourceTree = ""; }; - B398182129239F3D00A82429 /* hlsl.depthGreater.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.depthGreater.frag.out; sourceTree = ""; }; - B398182229239F3D00A82429 /* 110scope.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 110scope.vert.out; sourceTree = ""; }; - B398182329239F3D00A82429 /* hlsl.pp.line.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.pp.line.frag.out; sourceTree = ""; }; - B398182429239F3D00A82429 /* hlsl.loopattr.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.loopattr.frag.out; sourceTree = ""; }; - B398182529239F3D00A82429 /* empty.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = empty.frag.out; sourceTree = ""; }; - B398182629239F3D00A82429 /* spv.noDeadDecorations.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.noDeadDecorations.vert.out; sourceTree = ""; }; - B398182729239F3D00A82429 /* hlsl.whileLoop.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.whileLoop.frag.out; sourceTree = ""; }; - B398182829239F3D00A82429 /* hlsl.entry-in.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.entry-in.frag.out"; sourceTree = ""; }; - B398182929239F3D00A82429 /* remap.uniformarray.everything.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.uniformarray.everything.frag.out; sourceTree = ""; }; - B398182A29239F3D00A82429 /* 420.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 420.tese.out; sourceTree = ""; }; - B398182B29239F3D00A82429 /* hlsl.specConstant.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.specConstant.frag.out; sourceTree = ""; }; - B398182C29239F3D00A82429 /* spv.glsl.register.noautoassign.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.glsl.register.noautoassign.frag.out; sourceTree = ""; }; - B398182D29239F3D00A82429 /* spv.texture.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.texture.vert.out; sourceTree = ""; }; - B398182E29239F3D00A82429 /* spv.bufferhandle16.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bufferhandle16.frag.out; sourceTree = ""; }; - B398182F29239F3D00A82429 /* spv.float16Fetch.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.float16Fetch.frag.out; sourceTree = ""; }; - B398183029239F3D00A82429 /* spv.meshShaderUserDefined.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderUserDefined.mesh.out; sourceTree = ""; }; - B398183129239F3D00A82429 /* hlsl.constructimat.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.constructimat.frag.out; sourceTree = ""; }; - B398183229239F3D00A82429 /* hlsl.pp.expand.frag.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.pp.expand.frag.err; sourceTree = ""; }; - B398183329239F3D00A82429 /* glsl.450.subgroupClusteredNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupClusteredNeg.comp.out; sourceTree = ""; }; - B398183429239F3D00A82429 /* syntaxError.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = syntaxError.frag.out; sourceTree = ""; }; - B398183529239F3D00A82429 /* spv.sampleId.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.sampleId.frag.out; sourceTree = ""; }; - B398183629239F3D00A82429 /* remap.hlsl.templatetypes.everything.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.hlsl.templatetypes.everything.frag.out; sourceTree = ""; }; - B398183729239F3D00A82429 /* preprocessor.line.vert.err */ = {isa = PBXFileReference; lastKnownFileType = text; path = preprocessor.line.vert.err; sourceTree = ""; }; - B398183829239F3D00A82429 /* hlsl.numericsuffixes.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.numericsuffixes.frag.out; sourceTree = ""; }; - B398183929239F3D00A82429 /* spv.subgroupBasic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupBasic.comp.out; sourceTree = ""; }; - B398183A29239F3D00A82429 /* spv.RayCallable.rcall.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayCallable.rcall.out; sourceTree = ""; }; - B398183B29239F3D00A82429 /* hlsl.structbuffer.floatidx.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.floatidx.comp.out; sourceTree = ""; }; - B398183C29239F3D00A82429 /* dce.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = dce.frag.out; sourceTree = ""; }; - B398183D29239F3D00A82429 /* spv.meshShaderRedeclBuiltins.mesh.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderRedeclBuiltins.mesh.out; sourceTree = ""; }; - B398183E29239F3D00A82429 /* 100scope.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 100scope.vert.out; sourceTree = ""; }; - B398183F29239F3D00A82429 /* hlsl.charLit.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.charLit.vert.out; sourceTree = ""; }; - B398184029239F3D00A82429 /* hlsl.implicitBool.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.implicitBool.frag.out; sourceTree = ""; }; - B398184129239F3D00A82429 /* hlsl.scalar-length.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.scalar-length.frag.out"; sourceTree = ""; }; - B398184229239F3D00A82429 /* glsl.es320.subgroup.tese.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroup.tese.out; sourceTree = ""; }; - B398184329239F3D00A82429 /* spv.1.4.sparseTexture.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.1.4.sparseTexture.frag.out; sourceTree = ""; }; - B398184429239F3D00A82429 /* spv.300BuiltIns.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.300BuiltIns.vert.out; sourceTree = ""; }; - B398184529239F3D00A82429 /* 420_size_gl_in.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 420_size_gl_in.geom.out; sourceTree = ""; }; - B398184629239F3D00A82429 /* spv.atomicCounter.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.atomicCounter.comp.out; sourceTree = ""; }; - B398184729239F3D00A82429 /* hlsl.tx.bracket.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.tx.bracket.frag.out; sourceTree = ""; }; - B398184829239F3D00A82429 /* spv.whileLoop.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.whileLoop.frag.out; sourceTree = ""; }; - B398184929239F3D00A82429 /* versionsErrors.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = versionsErrors.frag.out; sourceTree = ""; }; - B398184A29239F3D00A82429 /* spv.vulkan100.subgroupArithmetic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.vulkan100.subgroupArithmetic.comp.out; sourceTree = ""; }; - B398184B29239F3D00A82429 /* doWhileLoop.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = doWhileLoop.frag.out; sourceTree = ""; }; - B398184C29239F3D00A82429 /* vulkan.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = vulkan.frag.out; sourceTree = ""; }; - B398184D29239F3D00A82429 /* spv.prepost.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.prepost.frag.out; sourceTree = ""; }; - B398184E29239F3D00A82429 /* spv.430.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.430.vert.out; sourceTree = ""; }; - B398184F29239F3D00A82429 /* mixedArrayDecls.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = mixedArrayDecls.frag.out; sourceTree = ""; }; - B398185029239F3D00A82429 /* spv.dead-complex-continue-after-return.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.dead-complex-continue-after-return.vert.out"; sourceTree = ""; }; - B398185129239F3D00A82429 /* spv.types.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.types.frag.out; sourceTree = ""; }; - B398185229239F3D00A82429 /* spv.hlslOffsets.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.hlslOffsets.vert.out; sourceTree = ""; }; - B398185329239F3D00A82429 /* runtimeArray.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = runtimeArray.vert.out; sourceTree = ""; }; - B398185429239F3D00A82429 /* badChars.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = badChars.frag.out; sourceTree = ""; }; - B398185529239F3D00A82429 /* hlsl.basic.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.basic.geom.out; sourceTree = ""; }; - B398185629239F3D00A82429 /* hlsl.samplegrad.basic.dx10.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.samplegrad.basic.dx10.vert.out; sourceTree = ""; }; - B398185729239F3D00A82429 /* spv.volatileAtomic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.volatileAtomic.comp.out; sourceTree = ""; }; - B398185829239F3D00A82429 /* spv.RayGenShader_Errors.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayGenShader_Errors.rgen.out; sourceTree = ""; }; - B398185929239F3D00A82429 /* hlsl.subpass.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.subpass.frag.out; sourceTree = ""; }; - B398185A29239F3D00A82429 /* hlsl.clip.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.clip.frag.out; sourceTree = ""; }; - B398185B29239F3D00A82429 /* hlsl.flattenOpaqueInitMix.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.flattenOpaqueInitMix.vert.out; sourceTree = ""; }; - B398185C29239F3D00A82429 /* hlsl.multiReturn.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.multiReturn.frag.out; sourceTree = ""; }; - B398185D29239F3D00A82429 /* hlsl.pp.line3.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.pp.line3.frag.out; sourceTree = ""; }; - B398185E29239F3D00A82429 /* hlsl.preprocessor.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.preprocessor.frag.out; sourceTree = ""; }; - B398185F29239F3D00A82429 /* hlsl.pp.line2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.pp.line2.frag.out; sourceTree = ""; }; - B398186029239F3D00A82429 /* reflection.options.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = reflection.options.geom.out; sourceTree = ""; }; - B398186129239F3D00A82429 /* remap.if.everything.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.if.everything.frag.out; sourceTree = ""; }; - B398186229239F3D00A82429 /* hlsl.attributeC11.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.attributeC11.frag.out; sourceTree = ""; }; - B398186329239F3D00A82429 /* hlsl.load.2dms.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.2dms.dx10.frag.out; sourceTree = ""; }; - B398186429239F3D00A82429 /* tokenLength.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = tokenLength.vert.out; sourceTree = ""; }; - B398186529239F3D00A82429 /* spv.ext.MissShader_Errors.rmiss.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.MissShader_Errors.rmiss.out; sourceTree = ""; }; - B398186629239F3D00A82429 /* spv.subgroupExtendedTypesVote.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesVote.comp.out; sourceTree = ""; }; - B398186729239F3D00A82429 /* glsl.450.subgroupQuad.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupQuad.comp.out; sourceTree = ""; }; - B398186829239F3D00A82429 /* 400.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 400.geom.out; sourceTree = ""; }; - B398186929239F3D00A82429 /* constFold.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = constFold.frag.out; sourceTree = ""; }; - B398186A29239F3D00A82429 /* glsl.es320.subgroupPartitioned.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupPartitioned.comp.out; sourceTree = ""; }; - B398186B29239F3D00A82429 /* hlsl.PointSize.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.PointSize.geom.out; sourceTree = ""; }; - B398186C29239F3D00A82429 /* spv.dead-complex-merge-after-return.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.dead-complex-merge-after-return.vert.out"; sourceTree = ""; }; - B398186D29239F3D00A82429 /* spv.OVR_multiview.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.OVR_multiview.vert.out; sourceTree = ""; }; - B398186E29239F3D00A82429 /* hlsl.multiEntry.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.multiEntry.vert.out; sourceTree = ""; }; - B398186F29239F3D00A82429 /* 140.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 140.vert.out; sourceTree = ""; }; - B398187029239F3D00A82429 /* spv.fragmentDensity-neg.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.fragmentDensity-neg.frag.out"; sourceTree = ""; }; - B398187129239F3D00A82429 /* hlsl.waveprefix.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.waveprefix.comp.out; sourceTree = ""; }; - B398187229239F3D00A82429 /* hlsl.hull.void.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.void.tesc.out; sourceTree = ""; }; - B398187329239F3D00A82429 /* remap.literal64.none.spv.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.literal64.none.spv.out; sourceTree = ""; }; - B398187429239F3D00A82429 /* spv.float16.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.float16.frag.out; sourceTree = ""; }; - B398187529239F3D00A82429 /* hlsl.structbuffer.incdec.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.incdec.frag.out; sourceTree = ""; }; - B398187629239F3D00A82429 /* spv.subgroupQuad.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupQuad.comp.out; sourceTree = ""; }; - B398187729239F3D00A82429 /* spv.subgroupExtendedTypesArithmetic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesArithmetic.comp.out; sourceTree = ""; }; - B398187829239F3E00A82429 /* spv.bool.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.bool.vert.out; sourceTree = ""; }; - B398187929239F3E00A82429 /* spv.deviceGroup.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.deviceGroup.frag.out; sourceTree = ""; }; - B398187A29239F3E00A82429 /* hlsl.clipdistance-1.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.clipdistance-1.frag.out"; sourceTree = ""; }; - B398187B29239F3E00A82429 /* spv.ext.RayGenShader_Errors.rgen.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayGenShader_Errors.rgen.out; sourceTree = ""; }; - B398187C29239F3E00A82429 /* hlsl.load.basic.dx10.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.load.basic.dx10.vert.out; sourceTree = ""; }; - B398187D29239F3E00A82429 /* spv.loopsArtificial.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.loopsArtificial.frag.out; sourceTree = ""; }; - B398187E29239F3E00A82429 /* spv.for-complex-condition.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.for-complex-condition.vert.out"; sourceTree = ""; }; - B398187F29239F3E00A82429 /* hlsl.constructexpr.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.constructexpr.frag.out; sourceTree = ""; }; - B398188029239F3E00A82429 /* hlsl.color.hull.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.color.hull.tesc.out; sourceTree = ""; }; - B398188129239F3E00A82429 /* hlsl.automap.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.automap.frag.out; sourceTree = ""; }; - B398188229239F3E00A82429 /* 420.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 420.vert.out; sourceTree = ""; }; - B398188329239F3E00A82429 /* spv.multiStruct.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.multiStruct.comp.out; sourceTree = ""; }; - B398188429239F3E00A82429 /* hlsl.gatherRGBA.offsetarray.dx10.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.gatherRGBA.offsetarray.dx10.frag.out; sourceTree = ""; }; - B398188529239F3E00A82429 /* hlsl.intrinsics.double.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.double.frag.out; sourceTree = ""; }; - B398188629239F3E00A82429 /* spv.switch.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.switch.frag.out; sourceTree = ""; }; - B398188729239F3E00A82429 /* spv.fragmentShaderBarycentric.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.fragmentShaderBarycentric.frag.out; sourceTree = ""; }; - B398188829239F3E00A82429 /* hlsl.structbuffer.fn2.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.structbuffer.fn2.comp.out; sourceTree = ""; }; - B398188929239F3E00A82429 /* glsl.450.subgroupArithmetic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupArithmetic.comp.out; sourceTree = ""; }; - B398188A29239F3E00A82429 /* variableArrayIndex.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = variableArrayIndex.frag.out; sourceTree = ""; }; - B398188B29239F3E00A82429 /* glspv.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glspv.vert.out; sourceTree = ""; }; - B398188C29239F3E00A82429 /* glsl.460.subgroup.rcall.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.460.subgroup.rcall.out; sourceTree = ""; }; - B398188D29239F3E00A82429 /* hlsl.wavequad.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavequad.comp.out; sourceTree = ""; }; - B398188E29239F3E00A82429 /* glsl.450.subgroupPartitioned.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupPartitioned.comp.out; sourceTree = ""; }; - B398188F29239F3E00A82429 /* length.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = length.frag.out; sourceTree = ""; }; - B398189029239F3E00A82429 /* cppSimple.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppSimple.vert.out; sourceTree = ""; }; - B398189129239F3E00A82429 /* spv.int64.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.int64.frag.out; sourceTree = ""; }; - B398189229239F3E00A82429 /* spv.matFun.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.matFun.vert.out; sourceTree = ""; }; - B398189329239F3E00A82429 /* hlsl.rw.register.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.rw.register.frag.out; sourceTree = ""; }; - B398189429239F3E00A82429 /* spv.GeometryShaderPassthrough.geom.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.GeometryShaderPassthrough.geom.out; sourceTree = ""; }; - B398189529239F3E00A82429 /* hlsl.intrinsics.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.intrinsics.comp.out; sourceTree = ""; }; - B398189629239F3E00A82429 /* cppBad3.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppBad3.vert.out; sourceTree = ""; }; - B398189729239F3E00A82429 /* cppBad2.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = cppBad2.vert.out; sourceTree = ""; }; - B398189829239F3E00A82429 /* spv.460.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.460.frag.out; sourceTree = ""; }; - B398189929239F3E00A82429 /* hlsl.nonint-index.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.nonint-index.frag.out"; sourceTree = ""; }; - B398189A29239F3E00A82429 /* hlsl.noSemantic.functionality1.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.noSemantic.functionality1.comp.out; sourceTree = ""; }; - B398189B29239F3E00A82429 /* remap.basic.none.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = remap.basic.none.frag.out; sourceTree = ""; }; - B398189C29239F3E00A82429 /* prepost.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = prepost.frag.out; sourceTree = ""; }; - B398189D29239F3E00A82429 /* spv.structDeref.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.structDeref.frag.out; sourceTree = ""; }; - B398189E29239F3E00A82429 /* 420.tesc.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 420.tesc.out; sourceTree = ""; }; - B398189F29239F3E00A82429 /* spv.150.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.150.vert.out; sourceTree = ""; }; - B39818A029239F3E00A82429 /* spv.varyingArrayIndirect.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.varyingArrayIndirect.frag.out; sourceTree = ""; }; - B39818A129239F3E00A82429 /* 300.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = 300.frag.out; sourceTree = ""; }; - B39818A229239F3E00A82429 /* hlsl.assoc.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.assoc.frag.out; sourceTree = ""; }; - B39818A329239F3E00A82429 /* spv.specConstant.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.specConstant.vert.out; sourceTree = ""; }; - B39818A429239F3E00A82429 /* precision.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = precision.vert.out; sourceTree = ""; }; - B39818A529239F3E00A82429 /* glsl.450.subgroupShuffleRelative.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupShuffleRelative.comp.out; sourceTree = ""; }; - B39818A629239F3E00A82429 /* spv.subgroupExtendedTypesVoteNeg.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroupExtendedTypesVoteNeg.comp.out; sourceTree = ""; }; - B39818A729239F3E00A82429 /* glsl.450.subgroupBasic.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupBasic.comp.out; sourceTree = ""; }; - B39818A829239F3E00A82429 /* hlsl.wavebroadcast.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.wavebroadcast.comp.out; sourceTree = ""; }; - B39818A929239F3E00A82429 /* spv.meshTaskShader.task.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshTaskShader.task.out; sourceTree = ""; }; - B39818AA29239F3E00A82429 /* hlsl.struct.split.trivial.vert.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.struct.split.trivial.vert.out; sourceTree = ""; }; - B39818AB29239F3E00A82429 /* spv.always-discard2.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "spv.always-discard2.frag.out"; sourceTree = ""; }; - B39818AC29239F3E00A82429 /* hlsl.groupid.comp.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.groupid.comp.out; sourceTree = ""; }; - B39818AD29239F3E00A82429 /* spv.precisionNonESSamp.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.precisionNonESSamp.frag.out; sourceTree = ""; }; - B39818AE29239F3E00A82429 /* hlsl.fraggeom.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.fraggeom.frag.out; sourceTree = ""; }; - B39818AF29239F3E00A82429 /* spv.samplePosition.frag.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.samplePosition.frag.out; sourceTree = ""; }; - B39818B029239F3E00A82429 /* spv.1.4.OpEntryPoint.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.1.4.OpEntryPoint.frag; sourceTree = ""; }; - B39818B129239F3E00A82429 /* hlsl.promote.binary.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.promote.binary.frag; sourceTree = ""; }; - B39818B229239F3E00A82429 /* hlsl.constantbuffer.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.constantbuffer.frag; sourceTree = ""; }; - B39818B329239F3E00A82429 /* hlsl.attributeGlobalBuffer.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.attributeGlobalBuffer.frag; sourceTree = ""; }; - B39818B429239F3E00A82429 /* glsl.450.subgroupQuad.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.450.subgroupQuad.comp; sourceTree = ""; }; - B39818B529239F3E00A82429 /* 450.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 450.vert; sourceTree = ""; }; - B39818B629239F3E00A82429 /* 320.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = 320.tesc; sourceTree = ""; }; - B39818B729239F3E00A82429 /* nonVulkan.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = nonVulkan.frag; sourceTree = ""; }; - B39818B829239F3E00A82429 /* spv.GeometryShaderPassthrough.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.GeometryShaderPassthrough.geom; sourceTree = ""; }; - B39818B929239F3E00A82429 /* hlsl.intrinsics.promote.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.intrinsics.promote.frag; sourceTree = ""; }; - B39818BA29239F3E00A82429 /* hlsl.structbuffer.fn.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structbuffer.fn.frag; sourceTree = ""; }; - B39818BB29239F3E00A82429 /* spv.pushConstant.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.pushConstant.vert; sourceTree = ""; }; - B39818BC29239F3E00A82429 /* hlsl.pp.line3.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.pp.line3.frag; sourceTree = ""; }; - B39818BD29239F3E00A82429 /* spv.subgroup.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.subgroup.frag; sourceTree = ""; }; - B39818BE29239F3E00A82429 /* hlsl.hull.ctrlpt-1.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hlsl.hull.ctrlpt-1.tesc"; sourceTree = ""; }; - B39818BF29239F3E00A82429 /* spv.smBuiltins.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.smBuiltins.vert; sourceTree = ""; }; - B39818C029239F3E00A82429 /* remap.uniformarray.none.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.uniformarray.none.frag; sourceTree = ""; }; - B39818C129239F3E00A82429 /* spv.16bitxfb.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.16bitxfb.vert; sourceTree = ""; }; - B39818C229239F3E00A82429 /* hlsl.samplecmp.negative.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplecmp.negative.frag; sourceTree = ""; }; - B39818C329239F3E00A82429 /* variableArrayIndex.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = variableArrayIndex.frag; sourceTree = ""; }; - B39818C429239F3E00A82429 /* spv.discard-dce.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.discard-dce.frag"; sourceTree = ""; }; - B39818C529239F3E00A82429 /* spv.ext.RayCallable.rcall */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayCallable.rcall; sourceTree = ""; }; - B39818C629239F3E00A82429 /* spv.bufferhandle15.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle15.frag; sourceTree = ""; }; - B39818C729239F3E00A82429 /* spv.bufferhandle_Error.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.bufferhandle_Error.frag; sourceTree = ""; }; - B39818C829239F3E00A82429 /* hlsl.structbuffer.coherent.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structbuffer.coherent.frag; sourceTree = ""; }; - B39818C929239F3E00A82429 /* hlsl.clipdistance-4.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-4.frag"; sourceTree = ""; }; - B39818CA29239F3E00A82429 /* glslangValidator */ = {isa = PBXFileReference; lastKnownFileType = text; path = glslangValidator; sourceTree = ""; }; - B39818CB29239F3E00A82429 /* glsl.450.subgroup.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = glsl.450.subgroup.vert; sourceTree = ""; }; - B39818CC29239F3E00A82429 /* hlsl.format.rwtexture.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.format.rwtexture.frag; sourceTree = ""; }; - B39818CD29239F3E00A82429 /* remap.similar_1a.everything.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = remap.similar_1a.everything.frag; sourceTree = ""; }; - B39818CE29239F3E00A82429 /* hlsl.hull.1.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.hull.1.tesc; sourceTree = ""; }; - B39818CF29239F3E00A82429 /* numeral.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = numeral.frag; sourceTree = ""; }; - B39818D029239F3E00A82429 /* samplerlessTextureFunctions.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = samplerlessTextureFunctions.frag; sourceTree = ""; }; - B39818D129239F3E00A82429 /* spv.accessChain.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.accessChain.frag; sourceTree = ""; }; - B39818D229239F3E00A82429 /* spv.subgroup.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.subgroup.tese; sourceTree = ""; }; - B39818D329239F3E00A82429 /* hlsl.includeNegative.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.includeNegative.vert; sourceTree = ""; }; - B39818D429239F3E00A82429 /* spv.always-discard2.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.always-discard2.frag"; sourceTree = ""; }; - B39818D529239F3E00A82429 /* spv.extPostDepthCoverage.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.extPostDepthCoverage.frag; sourceTree = ""; }; - B39818D629239F3E00A82429 /* spv.meshShaderRedeclBuiltins.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderRedeclBuiltins.mesh; sourceTree = ""; }; - B39818D729239F3E00A82429 /* discard-dce.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "discard-dce.frag"; sourceTree = ""; }; - B39818D829239F3E00A82429 /* 300BuiltIns.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300BuiltIns.frag; sourceTree = ""; }; - B39818D929239F3E00A82429 /* 140.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 140.frag; sourceTree = ""; }; - B39818DA29239F3E00A82429 /* spv.extPostDepthCoverage_Error.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.extPostDepthCoverage_Error.frag; sourceTree = ""; }; - B39818DB29239F3E00A82429 /* hlsl.sample.array.dx10.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.sample.array.dx10.frag; sourceTree = ""; }; - B39818DC29239F3E00A82429 /* spv.float32.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.float32.frag; sourceTree = ""; }; - B39818DD29239F3E00A82429 /* spv.meshShaderSharedMem.mesh */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.meshShaderSharedMem.mesh; sourceTree = ""; }; - B39818DE29239F3E00A82429 /* spv.430.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.430.vert; sourceTree = ""; }; - B39818DF29239F3E00A82429 /* web.testlist */ = {isa = PBXFileReference; lastKnownFileType = text; path = web.testlist; sourceTree = ""; }; - B39818E029239F3E00A82429 /* glsl.es320.subgroupVote.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupVote.comp; sourceTree = ""; }; - B39818E129239F3E00A82429 /* spv.RayGenShader_Errors.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.RayGenShader_Errors.rgen; sourceTree = ""; }; - B39818E229239F3E00A82429 /* reflection.linked.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = reflection.linked.frag; sourceTree = ""; }; - B39818E329239F3E00A82429 /* spv.memoryQualifier.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.memoryQualifier.frag; sourceTree = ""; }; - B39818E429239F3E00A82429 /* spv.nonuniform3.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.nonuniform3.frag; sourceTree = ""; }; - B39818E529239F3E00A82429 /* spv.functionCall.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.functionCall.frag; sourceTree = ""; }; - B39818E629239F3E00A82429 /* hlsl.clipdistance-1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-1.vert"; sourceTree = ""; }; - B39818E729239F3E00A82429 /* glsl.es320.subgroupClusteredNeg.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = glsl.es320.subgroupClusteredNeg.comp; sourceTree = ""; }; - B39818E829239F3E00A82429 /* implicitInnerAtomicUint.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = implicitInnerAtomicUint.frag; sourceTree = ""; }; - B39818E929239F3E00A82429 /* link.multiAnonBlocksInvalid.0.1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.multiAnonBlocksInvalid.0.1.vert; sourceTree = ""; }; - B39818EA29239F3E00A82429 /* hlsl.domain.1.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.domain.1.tese; sourceTree = ""; }; - B39818EB29239F3E00A82429 /* hlsl.if.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.if.frag; sourceTree = ""; }; - B39818EC29239F3E00A82429 /* spv.switch.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.switch.frag; sourceTree = ""; }; - B39818ED29239F3E00A82429 /* link.multiAnonBlocksValid.0.1.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = link.multiAnonBlocksValid.0.1.vert; sourceTree = ""; }; - B39818EE29239F3E00A82429 /* dataOutIndirect.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = dataOutIndirect.frag; sourceTree = ""; }; - B39818EF29239F3E00A82429 /* hlsl.array.implicit-size.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.array.implicit-size.frag"; sourceTree = ""; }; - B39818F029239F3E00A82429 /* noMain.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = noMain.vert; sourceTree = ""; }; - B39818F129239F3E00A82429 /* hlsl.samplegrad.basic.dx10.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.samplegrad.basic.dx10.vert; sourceTree = ""; }; - B39818F229239F3E00A82429 /* spv.deepRvalue.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.deepRvalue.frag; sourceTree = ""; }; - B39818F329239F3E00A82429 /* 100scope.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 100scope.vert; sourceTree = ""; }; - B39818F429239F3E00A82429 /* spv.float16convertonlystorage.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.float16convertonlystorage.comp; sourceTree = ""; }; - B39818F529239F3E00A82429 /* hlsl.mip.operator.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.mip.operator.frag; sourceTree = ""; }; - B39818F629239F3E00A82429 /* reflection.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = reflection.frag; sourceTree = ""; }; - B39818F729239F3E00A82429 /* preprocessor.success_if_parse_would_fail.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.success_if_parse_would_fail.vert; sourceTree = ""; }; - B39818F829239F3E00A82429 /* spv.ext.RayGenShader_Errors.rgen */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.ext.RayGenShader_Errors.rgen; sourceTree = ""; }; - B39818F929239F3E00A82429 /* cppBad4.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppBad4.vert; sourceTree = ""; }; - B39818FA29239F3E00A82429 /* max_vertices_0.geom */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = max_vertices_0.geom; sourceTree = ""; }; - B39818FB29239F3E00A82429 /* hlsl.scalarCast.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.scalarCast.vert; sourceTree = ""; }; - B39818FC29239F3E00A82429 /* hlsl.layoutOverride.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.layoutOverride.vert; sourceTree = ""; }; - B39818FD29239F3E00A82429 /* spv.450.noRedecl.tesc */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.450.noRedecl.tesc; sourceTree = ""; }; - B39818FE29239F3E00A82429 /* hlsl.structarray.flatten.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.structarray.flatten.frag; sourceTree = ""; }; - B39818FF29239F3E00A82429 /* 420.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = 420.comp; sourceTree = ""; }; - B398190029239F3E00A82429 /* cppIndent.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = cppIndent.vert; sourceTree = ""; }; - B398190129239F3E00A82429 /* spv.scalarlayoutfloat16.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.scalarlayoutfloat16.frag; sourceTree = ""; }; - B398190229239F3E00A82429 /* preprocessor.eof_missing.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.eof_missing.vert; sourceTree = ""; }; - B398190329239F3E00A82429 /* spv.460.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.460.comp; sourceTree = ""; }; - B398190429239F3E00A82429 /* spv.shortCircuit.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.shortCircuit.frag; sourceTree = ""; }; - B398190529239F3E00A82429 /* hlsl.clipdistance-8.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "hlsl.clipdistance-8.frag"; sourceTree = ""; }; - B398190629239F3E00A82429 /* spv.branch-return.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = "spv.branch-return.vert"; sourceTree = ""; }; - B398190729239F3E00A82429 /* hlsl.aliasOpaque.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = hlsl.aliasOpaque.frag; sourceTree = ""; }; - B398190829239F3E00A82429 /* spv.computeShaderDerivatives.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = spv.computeShaderDerivatives.comp; sourceTree = ""; }; - B398190929239F3E00A82429 /* 300.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = 300.frag; sourceTree = ""; }; - B398190A29239F3E00A82429 /* 320.tese */ = {isa = PBXFileReference; lastKnownFileType = text; path = 320.tese; sourceTree = ""; }; - B398190B29239F3E00A82429 /* spv.int8.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = spv.int8.frag; sourceTree = ""; }; - B398190C29239F3E00A82429 /* preprocessor.line.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = preprocessor.line.vert; sourceTree = ""; }; - B398190D29239F3E00A82429 /* hlsl.numthreads.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = hlsl.numthreads.comp; sourceTree = ""; }; - B398190F29239F3E00A82429 /* resource_limits_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = resource_limits_c.h; sourceTree = ""; }; - B398191029239F3E00A82429 /* ResourceLimits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResourceLimits.h; sourceTree = ""; }; - B398191129239F3E00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398191229239F3E00A82429 /* StandAlone.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = StandAlone.cpp; sourceTree = ""; }; - B398191329239F3E00A82429 /* spirv-remap.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "spirv-remap.cpp"; sourceTree = ""; }; - B398191429239F3E00A82429 /* Worklist.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Worklist.h; sourceTree = ""; }; - B398191529239F3E00A82429 /* resource_limits_c.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = resource_limits_c.cpp; sourceTree = ""; }; - B398191629239F3E00A82429 /* ResourceLimits.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ResourceLimits.cpp; sourceTree = ""; }; - B398191729239F3E00A82429 /* DirStackFileIncluder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DirStackFileIncluder.h; sourceTree = ""; }; - B398191829239F3E00A82429 /* known_good.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = known_good.json; sourceTree = ""; }; - B398191929239F3E00A82429 /* WORKSPACE */ = {isa = PBXFileReference; lastKnownFileType = text; path = WORKSPACE; sourceTree = ""; }; - B398191A29239F3F00A82429 /* update_glslang_sources.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = update_glslang_sources.py; sourceTree = ""; }; - B398191C29239F3F00A82429 /* NonSemanticDebugPrintf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NonSemanticDebugPrintf.h; sourceTree = ""; }; - B398191D29239F3F00A82429 /* SPVRemapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SPVRemapper.h; sourceTree = ""; }; - B398191E29239F3F00A82429 /* SpvBuilder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpvBuilder.h; sourceTree = ""; }; - B398191F29239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398192029239F3F00A82429 /* SpvPostProcess.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SpvPostProcess.cpp; sourceTree = ""; }; - B398192129239F3F00A82429 /* SpvTools.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpvTools.h; sourceTree = ""; }; - B398192229239F3F00A82429 /* SpvTools.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SpvTools.cpp; sourceTree = ""; }; - B398192329239F3F00A82429 /* InReadableOrder.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = InReadableOrder.cpp; sourceTree = ""; }; - B398192429239F3F00A82429 /* GLSL.ext.AMD.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GLSL.ext.AMD.h; sourceTree = ""; }; - B398192529239F3F00A82429 /* doc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = doc.h; sourceTree = ""; }; - B398192629239F3F00A82429 /* spirv.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = spirv.hpp; sourceTree = ""; }; - B398192729239F3F00A82429 /* SpvBuilder.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SpvBuilder.cpp; sourceTree = ""; }; - B398192829239F3F00A82429 /* GLSL.ext.EXT.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GLSL.ext.EXT.h; sourceTree = ""; }; - B398192929239F3F00A82429 /* GLSL.ext.KHR.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GLSL.ext.KHR.h; sourceTree = ""; }; - B398192A29239F3F00A82429 /* GLSL.ext.NV.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GLSL.ext.NV.h; sourceTree = ""; }; - B398192B29239F3F00A82429 /* GlslangToSpv.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = GlslangToSpv.cpp; sourceTree = ""; }; - B398192C29239F3F00A82429 /* spvIR.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = spvIR.h; sourceTree = ""; }; - B398192D29239F3F00A82429 /* bitutils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bitutils.h; sourceTree = ""; }; - B398192E29239F3F00A82429 /* disassemble.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = disassemble.h; sourceTree = ""; }; - B398192F29239F3F00A82429 /* GlslangToSpv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GlslangToSpv.h; sourceTree = ""; }; - B398193029239F3F00A82429 /* GLSL.std.450.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GLSL.std.450.h; sourceTree = ""; }; - B398193129239F3F00A82429 /* SPVRemapper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SPVRemapper.cpp; sourceTree = ""; }; - B398193229239F3F00A82429 /* Logger.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Logger.cpp; sourceTree = ""; }; - B398193329239F3F00A82429 /* hex_float.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hex_float.h; sourceTree = ""; }; - B398193429239F3F00A82429 /* Logger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Logger.h; sourceTree = ""; }; - B398193529239F3F00A82429 /* doc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = doc.cpp; sourceTree = ""; }; - B398193629239F3F00A82429 /* disassemble.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = disassemble.cpp; sourceTree = ""; }; - B398193829239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398193B29239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398193C29239F3F00A82429 /* glslang.after.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = glslang.after.js; sourceTree = ""; }; - B398193D29239F3F00A82429 /* glslang.pre.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = glslang.pre.js; sourceTree = ""; }; - B398193E29239F3F00A82429 /* glslang.js.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = glslang.js.cpp; sourceTree = ""; }; - B398194029239F3F00A82429 /* ossource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ossource.cpp; sourceTree = ""; }; - B398194129239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398194229239F3F00A82429 /* osinclude.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = osinclude.h; sourceTree = ""; }; - B398194429239F3F00A82429 /* ossource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ossource.cpp; sourceTree = ""; }; - B398194529239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398194629239F3F00A82429 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; - B398194829239F3F00A82429 /* glslang_c_interface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = glslang_c_interface.cpp; sourceTree = ""; }; - B398194A29239F3F00A82429 /* ResourceLimits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResourceLimits.h; sourceTree = ""; }; - B398194B29239F3F00A82429 /* glslang_c_interface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glslang_c_interface.h; sourceTree = ""; }; - B398194C29239F3F00A82429 /* Types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Types.h; sourceTree = ""; }; - B398194D29239F3F00A82429 /* intermediate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = intermediate.h; sourceTree = ""; }; - B398194E29239F3F00A82429 /* glslang_c_shader_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glslang_c_shader_types.h; sourceTree = ""; }; - B398194F29239F3F00A82429 /* BaseTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseTypes.h; sourceTree = ""; }; - B398195029239F3F00A82429 /* revision.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = revision.h; sourceTree = ""; }; - B398195129239F3F00A82429 /* InitializeGlobals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InitializeGlobals.h; sourceTree = ""; }; - B398195229239F3F00A82429 /* ShHandle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShHandle.h; sourceTree = ""; }; - B398195329239F3F00A82429 /* arrays.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = arrays.h; sourceTree = ""; }; - B398195429239F3F00A82429 /* Common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Common.h; sourceTree = ""; }; - B398195529239F3F00A82429 /* revision.template */ = {isa = PBXFileReference; lastKnownFileType = text; path = revision.template; sourceTree = ""; }; - B398195629239F3F00A82429 /* ConstantUnion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConstantUnion.h; sourceTree = ""; }; - B398195729239F3F00A82429 /* InfoSink.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InfoSink.h; sourceTree = ""; }; - B398195829239F3F00A82429 /* PoolAlloc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PoolAlloc.h; sourceTree = ""; }; - B398195929239F3F00A82429 /* updateGrammar */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = updateGrammar; sourceTree = ""; }; - B398195B29239F3F00A82429 /* ParseHelper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ParseHelper.cpp; sourceTree = ""; }; - B398195C29239F3F00A82429 /* parseVersions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = parseVersions.h; sourceTree = ""; }; - B398195D29239F3F00A82429 /* gl_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl_types.h; sourceTree = ""; }; - B398195E29239F3F00A82429 /* propagateNoContraction.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = propagateNoContraction.cpp; sourceTree = ""; }; - B398195F29239F3F00A82429 /* pch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pch.h; sourceTree = ""; }; - B398196029239F3F00A82429 /* ScanContext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScanContext.h; sourceTree = ""; }; - B398196129239F3F00A82429 /* iomapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iomapper.h; sourceTree = ""; }; - B398196229239F3F00A82429 /* localintermediate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = localintermediate.h; sourceTree = ""; }; - B398196329239F3F00A82429 /* Scan.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Scan.cpp; sourceTree = ""; }; - B398196429239F3F00A82429 /* glslang.y */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.yacc; path = glslang.y; sourceTree = ""; }; - B398196529239F3F00A82429 /* RemoveTree.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RemoveTree.h; sourceTree = ""; }; - B398196629239F3F00A82429 /* Initialize.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Initialize.cpp; sourceTree = ""; }; - B398196729239F3F00A82429 /* glslang_tab.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = glslang_tab.cpp; sourceTree = ""; }; - B398196829239F3F00A82429 /* limits.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = limits.cpp; sourceTree = ""; }; - B398196929239F3F00A82429 /* parseConst.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = parseConst.cpp; sourceTree = ""; }; - B398196A29239F3F00A82429 /* propagateNoContraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = propagateNoContraction.h; sourceTree = ""; }; - B398196B29239F3F00A82429 /* Versions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Versions.h; sourceTree = ""; }; - B398196C29239F3F00A82429 /* IntermTraverse.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IntermTraverse.cpp; sourceTree = ""; }; - B398196D29239F3F00A82429 /* intermOut.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = intermOut.cpp; sourceTree = ""; }; - B398196E29239F3F00A82429 /* iomapper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = iomapper.cpp; sourceTree = ""; }; - B398196F29239F3F00A82429 /* PoolAlloc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = PoolAlloc.cpp; sourceTree = ""; }; - B398197029239F3F00A82429 /* ShaderLang.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ShaderLang.cpp; sourceTree = ""; }; - B398197129239F3F00A82429 /* SymbolTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SymbolTable.h; sourceTree = ""; }; - B398197229239F3F00A82429 /* InfoSink.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = InfoSink.cpp; sourceTree = ""; }; - B398197329239F3F00A82429 /* Intermediate.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Intermediate.cpp; sourceTree = ""; }; - B398197429239F3F00A82429 /* pch.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pch.cpp; sourceTree = ""; }; - B398197529239F3F00A82429 /* SymbolTable.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SymbolTable.cpp; sourceTree = ""; }; - B398197629239F3F00A82429 /* glslang_tab.cpp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glslang_tab.cpp.h; sourceTree = ""; }; - B398197729239F3F00A82429 /* LiveTraverser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LiveTraverser.h; sourceTree = ""; }; - B398197829239F3F00A82429 /* Initialize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Initialize.h; sourceTree = ""; }; - B398197929239F3F00A82429 /* attribute.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = attribute.cpp; sourceTree = ""; }; - B398197A29239F3F00A82429 /* reflection.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = reflection.cpp; sourceTree = ""; }; - B398197B29239F3F00A82429 /* RemoveTree.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RemoveTree.cpp; sourceTree = ""; }; - B398197C29239F3F00A82429 /* attribute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = attribute.h; sourceTree = ""; }; - B398197D29239F3F00A82429 /* Versions.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Versions.cpp; sourceTree = ""; }; - B398197E29239F3F00A82429 /* Constant.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Constant.cpp; sourceTree = ""; }; - B398197F29239F3F00A82429 /* linkValidate.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linkValidate.cpp; sourceTree = ""; }; - B398198029239F3F00A82429 /* glslang.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = glslang.m4; sourceTree = ""; }; - B398198129239F3F00A82429 /* ParseHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ParseHelper.h; sourceTree = ""; }; - B398198329239F3F00A82429 /* PpAtom.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = PpAtom.cpp; sourceTree = ""; }; - B398198429239F3F00A82429 /* PpTokens.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PpTokens.h; sourceTree = ""; }; - B398198529239F3F00A82429 /* Pp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Pp.cpp; sourceTree = ""; }; - B398198629239F3F00A82429 /* PpContext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PpContext.h; sourceTree = ""; }; - B398198729239F3F00A82429 /* PpTokens.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = PpTokens.cpp; sourceTree = ""; }; - B398198829239F3F00A82429 /* PpContext.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = PpContext.cpp; sourceTree = ""; }; - B398198929239F3F00A82429 /* PpScanner.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = PpScanner.cpp; sourceTree = ""; }; - B398198A29239F3F00A82429 /* ParseContextBase.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ParseContextBase.cpp; sourceTree = ""; }; - B398198B29239F3F00A82429 /* reflection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = reflection.h; sourceTree = ""; }; - B398198C29239F3F00A82429 /* Scan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Scan.h; sourceTree = ""; }; - B398198E29239F3F00A82429 /* ShaderLang.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShaderLang.h; sourceTree = ""; }; - B398199029239F3F00A82429 /* CodeGen.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CodeGen.cpp; sourceTree = ""; }; - B398199129239F3F00A82429 /* Link.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Link.cpp; sourceTree = ""; }; - B398199229239F3F00A82429 /* .appveyor.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .appveyor.yml; sourceTree = ""; }; - B398199429239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398199529239F3F00A82429 /* InitializeDll.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InitializeDll.h; sourceTree = ""; }; - B398199629239F3F00A82429 /* InitializeDll.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = InitializeDll.cpp; sourceTree = ""; }; - B398199729239F3F00A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B398199829239F3F00A82429 /* known_good_khr.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = known_good_khr.json; sourceTree = ""; }; - B398199A29239F3F00A82429 /* glslang.gni */ = {isa = PBXFileReference; lastKnownFileType = text; path = glslang.gni; sourceTree = ""; }; - B398199B29239F3F00A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B398199C29239F3F00A82429 /* _config.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = _config.yml; sourceTree = ""; }; - B398199D29239F3F00A82429 /* .clang-format */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".clang-format"; sourceTree = ""; }; - B398199E29239F3F00A82429 /* .gitattributes */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitattributes; sourceTree = ""; }; - B398199F29239F3F00A82429 /* BUILD.bazel */ = {isa = PBXFileReference; lastKnownFileType = text; path = BUILD.bazel; sourceTree = ""; }; - B39819A029239F3F00A82429 /* README-spirv-remap.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "README-spirv-remap.txt"; sourceTree = ""; }; - B39819A229239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B39819A329239F3F00A82429 /* LICENSE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; - B39819A429239F3F00A82429 /* make-revision */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "make-revision"; sourceTree = ""; }; - B39819A629239F3F00A82429 /* hlslParseables.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hlslParseables.cpp; sourceTree = ""; }; - B39819A729239F3F00A82429 /* hlslTokenStream.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hlslTokenStream.cpp; sourceTree = ""; }; - B39819A829239F3F00A82429 /* pch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pch.h; sourceTree = ""; }; - B39819A929239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B39819AA29239F3F00A82429 /* hlslParseables.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hlslParseables.h; sourceTree = ""; }; - B39819AB29239F3F00A82429 /* hlslParseHelper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hlslParseHelper.cpp; sourceTree = ""; }; - B39819AC29239F3F00A82429 /* hlslAttributes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hlslAttributes.h; sourceTree = ""; }; - B39819AD29239F3F00A82429 /* hlslScanContext.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hlslScanContext.cpp; sourceTree = ""; }; - B39819AE29239F3F00A82429 /* hlslParseHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hlslParseHelper.h; sourceTree = ""; }; - B39819AF29239F3F00A82429 /* hlslOpMap.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hlslOpMap.cpp; sourceTree = ""; }; - B39819B029239F3F00A82429 /* hlslScanContext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hlslScanContext.h; sourceTree = ""; }; - B39819B129239F3F00A82429 /* hlslTokens.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hlslTokens.h; sourceTree = ""; }; - B39819B229239F3F00A82429 /* hlslAttributes.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hlslAttributes.cpp; sourceTree = ""; }; - B39819B329239F3F00A82429 /* pch.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pch.cpp; sourceTree = ""; }; - B39819B429239F3F00A82429 /* hlslOpMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hlslOpMap.h; sourceTree = ""; }; - B39819B529239F3F00A82429 /* hlslGrammar.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hlslGrammar.cpp; sourceTree = ""; }; - B39819B629239F3F00A82429 /* hlslTokenStream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hlslTokenStream.h; sourceTree = ""; }; - B39819B729239F3F00A82429 /* hlslGrammar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hlslGrammar.h; sourceTree = ""; }; - B39819B829239F3F00A82429 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .travis.yml; sourceTree = ""; }; - B39819BB29239F3F00A82429 /* presubmit.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = presubmit.cfg; sourceTree = ""; }; - B39819BC29239F3F00A82429 /* build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = ""; }; - B39819BD29239F3F00A82429 /* continuous.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = continuous.cfg; sourceTree = ""; }; - B39819BF29239F3F00A82429 /* presubmit.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = presubmit.cfg; sourceTree = ""; }; - B39819C029239F3F00A82429 /* build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = ""; }; - B39819C129239F3F00A82429 /* continuous.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = continuous.cfg; sourceTree = ""; }; - B39819C329239F3F00A82429 /* presubmit.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = presubmit.cfg; sourceTree = ""; }; - B39819C429239F3F00A82429 /* build.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = build.bat; sourceTree = ""; }; - B39819C529239F3F00A82429 /* continuous.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = continuous.cfg; sourceTree = ""; }; - B39819C729239F3F00A82429 /* pch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pch.h; sourceTree = ""; }; - B39819C829239F3F00A82429 /* Remap.FromFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Remap.FromFile.cpp; sourceTree = ""; }; - B39819C929239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B39819CA29239F3F00A82429 /* Link.FromFile.Vk.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Link.FromFile.Vk.cpp; sourceTree = ""; }; - B39819CB29239F3F00A82429 /* Link.FromFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Link.FromFile.cpp; sourceTree = ""; }; - B39819CC29239F3F00A82429 /* Settings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Settings.h; sourceTree = ""; }; - B39819CD29239F3F00A82429 /* TestFixture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TestFixture.cpp; sourceTree = ""; }; - B39819CE29239F3F00A82429 /* AST.FromFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AST.FromFile.cpp; sourceTree = ""; }; - B39819CF29239F3F00A82429 /* Spv.FromFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Spv.FromFile.cpp; sourceTree = ""; }; - B39819D029239F3F00A82429 /* Hlsl.FromFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Hlsl.FromFile.cpp; sourceTree = ""; }; - B39819D129239F3F00A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B39819D229239F3F00A82429 /* pch.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pch.cpp; sourceTree = ""; }; - B39819D329239F3F00A82429 /* BuiltInResource.FromFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = BuiltInResource.FromFile.cpp; sourceTree = ""; }; - B39819D429239F3F00A82429 /* Initializer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Initializer.h; sourceTree = ""; }; - B39819D529239F3F00A82429 /* TestFixture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TestFixture.h; sourceTree = ""; }; - B39819D629239F3F00A82429 /* Pp.FromFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Pp.FromFile.cpp; sourceTree = ""; }; - B39819D729239F3F00A82429 /* Config.FromFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Config.FromFile.cpp; sourceTree = ""; }; - B39819D829239F3F00A82429 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; - B39819D929239F3F00A82429 /* Settings.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Settings.cpp; sourceTree = ""; }; - B39819DA29239F3F00A82429 /* HexFloat.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = HexFloat.cpp; sourceTree = ""; }; - B39819DC29239F3F00A82429 /* stb_image_write.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stb_image_write.h; sourceTree = ""; }; - B39819DD29239F3F00A82429 /* stb_image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stb_image.h; sourceTree = ""; }; - B39819DF29239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B39819E129239F3F00A82429 /* make_nm.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = make_nm.cpp; sourceTree = ""; }; - B39819E229239F3F00A82429 /* state.pptx */ = {isa = PBXFileReference; lastKnownFileType = file; path = state.pptx; sourceTree = ""; }; - B39819E329239F3F00A82429 /* test_nm.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = test_nm.sh; sourceTree = ""; }; - B39819E429239F3F00A82429 /* rip-label-imm.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "rip-label-imm.cpp"; sourceTree = ""; }; - B39819E529239F3F00A82429 /* test_avx.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_avx.bat; sourceTree = ""; }; - B39819E629239F3F00A82429 /* jmp.vcproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = jmp.vcproj; sourceTree = ""; }; - B39819E829239F3F00A82429 /* test.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = test.hpp; sourceTree = ""; }; - B39819E929239F3F00A82429 /* inttype.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = inttype.hpp; sourceTree = ""; }; - B39819EA29239F3F00A82429 /* misc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = misc.cpp; sourceTree = ""; }; - B39819EB29239F3F00A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B39819EC29239F3F00A82429 /* sf_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sf_test.cpp; sourceTree = ""; }; - B39819ED29239F3F00A82429 /* lib_min.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = lib_min.cpp; sourceTree = ""; }; - B39819EE29239F3F00A82429 /* a.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = a.bat; sourceTree = ""; }; - B39819EF29239F3F00A82429 /* lib_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = lib_test.cpp; sourceTree = ""; }; - B39819F029239F3F00A82429 /* test_mmx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_mmx.cpp; sourceTree = ""; }; - B39819F129239F3F00A82429 /* nm_frame.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = nm_frame.cpp; sourceTree = ""; }; - B39819F229239F3F00A82429 /* bad_address.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bad_address.cpp; sourceTree = ""; }; - B39819F329239F3F00A82429 /* test_nm_all.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_nm_all.bat; sourceTree = ""; }; - B39819F429239F3F00A82429 /* jmp.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = jmp.sln; sourceTree = ""; }; - B39819F529239F3F00A82429 /* set_opt.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = set_opt.bat; sourceTree = ""; }; - B39819F629239F3F00A82429 /* lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib.h; sourceTree = ""; }; - B39819F729239F3F00A82429 /* noexception.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = noexception.cpp; sourceTree = ""; }; - B39819F829239F3F00A82429 /* mprotect_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = mprotect_test.cpp; sourceTree = ""; }; - B39819F929239F3F00A82429 /* test_avx512.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_avx512.bat; sourceTree = ""; }; - B39819FA29239F3F00A82429 /* address.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = address.cpp; sourceTree = ""; }; - B39819FB29239F3F00A82429 /* test_jmp.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_jmp.bat; sourceTree = ""; }; - B39819FC29239F3F00A82429 /* test_avx_all.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_avx_all.bat; sourceTree = ""; }; - B39819FD29239F3F00A82429 /* test_address.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_address.bat; sourceTree = ""; }; - B39819FE29239F3F00A82429 /* test_address.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = test_address.sh; sourceTree = ""; }; - B39819FF29239F3F00A82429 /* readme.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = readme.txt; sourceTree = ""; }; - B3981A0029239F3F00A82429 /* test_nm.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_nm.bat; sourceTree = ""; }; - B3981A0129239F3F00A82429 /* cvt_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cvt_test.cpp; sourceTree = ""; }; - B3981A0229239F3F00A82429 /* normalize_prefix.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = normalize_prefix.cpp; sourceTree = ""; }; - B3981A0329239F3F00A82429 /* lib_run.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = lib_run.cpp; sourceTree = ""; }; - B3981A0429239F3F00A82429 /* test_all.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_all.bat; sourceTree = ""; }; - B3981A0529239F3F00A82429 /* test_misc.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_misc.bat; sourceTree = ""; }; - B3981A0629239F3F00A82429 /* test_avx.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = test_avx.sh; sourceTree = ""; }; - B3981A0729239F3F00A82429 /* test_avx512.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = test_avx512.sh; sourceTree = ""; }; - B3981A0829239F3F00A82429 /* Makefile.win */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.win; sourceTree = ""; }; - B3981A0929239F3F00A82429 /* jmp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = jmp.cpp; sourceTree = ""; }; - B3981A0A29239F3F00A82429 /* make_512.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = make_512.cpp; sourceTree = ""; }; - B3981A0C29239F3F00A82429 /* config.cmake.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = config.cmake.in; sourceTree = ""; }; - B3981A0D29239F3F00A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B3981A0F29239F3F00A82429 /* gen_code.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gen_code.cpp; sourceTree = ""; }; - B3981A1029239F3F00A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B3981A1129239F3F00A82429 /* b2hex.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = b2hex.cpp; sourceTree = ""; }; - B3981A1229239F3F00A82429 /* avx_type.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = avx_type.hpp; sourceTree = ""; }; - B3981A1329239F3F00A82429 /* update.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = update.bat; sourceTree = ""; }; - B3981A1429239F3F00A82429 /* sortline.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sortline.cpp; sourceTree = ""; }; - B3981A1529239F3F00A82429 /* gen_avx512.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gen_avx512.cpp; sourceTree = ""; }; - B3981A1629239F3F00A82429 /* readme.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = readme.md; sourceTree = ""; }; - B3981A1829239F3F00A82429 /* xbyak_mnemonic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xbyak_mnemonic.h; sourceTree = ""; }; - B3981A1929239F3F00A82429 /* xbyak_bin2hex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xbyak_bin2hex.h; sourceTree = ""; }; - B3981A1A29239F3F00A82429 /* xbyak.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xbyak.h; sourceTree = ""; }; - B3981A1B29239F3F00A82429 /* xbyak_util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xbyak_util.h; sourceTree = ""; }; - B3981A1C29239F3F00A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3981A1F29239F3F00A82429 /* main.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = main.yml; sourceTree = ""; }; - B3981A2129239F3F00A82429 /* test0.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = test0.vcxproj; sourceTree = ""; }; - B3981A2229239F3F00A82429 /* stackframe.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackframe.cpp; sourceTree = ""; }; - B3981A2329239F3F00A82429 /* toyvm.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = toyvm.cpp; sourceTree = ""; }; - B3981A2429239F3F00A82429 /* bf.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bf.cpp; sourceTree = ""; }; - B3981A2529239F3F00A82429 /* profiler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = profiler.cpp; sourceTree = ""; }; - B3981A2629239F3F00A82429 /* protect-re.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "protect-re.cpp"; sourceTree = ""; }; - B3981A2729239F3F00A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B3981A2829239F3F00A82429 /* calc2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = calc2.cpp; sourceTree = ""; }; - B3981A2929239F3F00A82429 /* echo.bf */ = {isa = PBXFileReference; lastKnownFileType = text; path = echo.bf; sourceTree = ""; }; - B3981A2A29239F3F00A82429 /* test_util.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = test_util.vcxproj; sourceTree = ""; }; - B3981A2B29239F3F00A82429 /* quantize.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = quantize.vcxproj; sourceTree = ""; }; - B3981A2C29239F3F00A82429 /* toyvm.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = toyvm.vcxproj; sourceTree = ""; }; - B3981A2D29239F3F00A82429 /* static_buf.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = static_buf.cpp; sourceTree = ""; }; - B3981A2E29239F3F00A82429 /* bf.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = bf.vcxproj; sourceTree = ""; }; - B3981A2F29239F3F00A82429 /* calc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = calc.cpp; sourceTree = ""; }; - B3981A3029239F3F00A82429 /* test_util.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_util.cpp; sourceTree = ""; }; - B3981A3129239F3F00A82429 /* calc.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = calc.vcxproj; sourceTree = ""; }; - B3981A3229239F3F00A82429 /* hello.bf */ = {isa = PBXFileReference; lastKnownFileType = text; path = hello.bf; sourceTree = ""; }; - B3981A3329239F3F00A82429 /* test0.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test0.cpp; sourceTree = ""; }; - B3981A3429239F3F00A82429 /* quantize.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = quantize.cpp; sourceTree = ""; }; - B3981A3529239F3F00A82429 /* jmp_table.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = jmp_table.cpp; sourceTree = ""; }; - B3981A3629239F3F00A82429 /* fizzbuzz.bf */ = {isa = PBXFileReference; lastKnownFileType = text; path = fizzbuzz.bf; sourceTree = ""; }; - B3981A3729239F3F00A82429 /* memfunc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = memfunc.cpp; sourceTree = ""; }; - B3981A3829239F3F00A82429 /* readme.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = readme.txt; sourceTree = ""; }; - B3981A3929239F3F00A82429 /* COPYRIGHT */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYRIGHT; sourceTree = ""; }; - B3981A3A29239F3F00A82429 /* xbyak.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = xbyak.sln; sourceTree = ""; }; - B3981A3C29239F3F00A82429 /* gtest-matchers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-matchers.h"; sourceTree = ""; }; - B3981A3D29239F3F00A82429 /* gtest-death-test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-death-test.h"; sourceTree = ""; }; - B3981A3E29239F3F00A82429 /* gtest-spi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-spi.h"; sourceTree = ""; }; - B3981A4029239F3F00A82429 /* gtest-string.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-string.h"; sourceTree = ""; }; - B3981A4129239F3F00A82429 /* gtest-death-test-internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-death-test-internal.h"; sourceTree = ""; }; - B3981A4229239F3F00A82429 /* gtest-port.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-port.h"; sourceTree = ""; }; - B3981A4329239F3F00A82429 /* gtest-port-arch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-port-arch.h"; sourceTree = ""; }; - B3981A4429239F3F00A82429 /* gtest-internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-internal.h"; sourceTree = ""; }; - B3981A4529239F3F00A82429 /* gtest-param-util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-param-util.h"; sourceTree = ""; }; - B3981A4629239F3F00A82429 /* gtest-type-util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-type-util.h"; sourceTree = ""; }; - B3981A4729239F3F00A82429 /* gtest-filepath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-filepath.h"; sourceTree = ""; }; - B3981A4929239F3F00A82429 /* gtest-port.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-port.h"; sourceTree = ""; }; - B3981A4A29239F3F00A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3981A4B29239F3F00A82429 /* gtest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gtest.h; sourceTree = ""; }; - B3981A4C29239F3F00A82429 /* gtest-printers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-printers.h"; sourceTree = ""; }; - B3981A4D29239F3F00A82429 /* gtest-message.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-message.h"; sourceTree = ""; }; - B3981A4E29239F3F00A82429 /* gtest-param-test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-param-test.h"; sourceTree = ""; }; - B3981A4F29239F3F00A82429 /* gtest-typed-test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-typed-test.h"; sourceTree = ""; }; - B3981A5029239F3F00A82429 /* gtest_pred_impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gtest_pred_impl.h; sourceTree = ""; }; - B3981A5129239F3F00A82429 /* gtest_prod.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gtest_prod.h; sourceTree = ""; }; - B3981A5229239F3F00A82429 /* gtest-test-part.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-test-part.h"; sourceTree = ""; }; - B3981A5329239F3F00A82429 /* gtest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gtest.h; sourceTree = ""; }; - B3981A5429239F3F00A82429 /* gtest-printers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-printers.h"; sourceTree = ""; }; - B3981A5629239F3F00A82429 /* gtest-test-part.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-test-part.cc"; sourceTree = ""; }; - B3981A5729239F3F00A82429 /* gtest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtest.cc; sourceTree = ""; }; - B3981A5829239F3F00A82429 /* gtest_main.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtest_main.cc; sourceTree = ""; }; - B3981A5929239F3F00A82429 /* gtest-internal-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "gtest-internal-inl.h"; sourceTree = ""; }; - B3981A5A29239F3F00A82429 /* gtest-death-test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-death-test.cc"; sourceTree = ""; }; - B3981A5B29239F3F00A82429 /* gtest-port.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-port.cc"; sourceTree = ""; }; - B3981A5C29239F3F00A82429 /* gtest-printers.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-printers.cc"; sourceTree = ""; }; - B3981A5D29239F3F00A82429 /* gtest-typed-test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-typed-test.cc"; sourceTree = ""; }; - B3981A5E29239F3F00A82429 /* gtest-all.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-all.cc"; sourceTree = ""; }; - B3981A5F29239F3F00A82429 /* gtest-filepath.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-filepath.cc"; sourceTree = ""; }; - B3981A6029239F3F00A82429 /* gtest-matchers.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-matchers.cc"; sourceTree = ""; }; - B3981A6229239F3F00A82429 /* WhatsNew.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = WhatsNew.txt; sourceTree = ""; }; - B3981A6929239F3F00A82429 /* TestDropFile-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TestDropFile-Info.plist"; sourceTree = ""; }; - B3981A6B29239F3F00A82429 /* Doxyfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Doxyfile; sourceTree = ""; }; - B3981A7229239F3F00A82429 /* ReadMe.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; - B3981A7329239F3F00A82429 /* SDL_DS_Store */ = {isa = PBXFileReference; lastKnownFileType = text; path = SDL_DS_Store; sourceTree = ""; }; - B3981A7429239F3F00A82429 /* License.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = License.txt; sourceTree = ""; }; - B3981A7529239F3F00A82429 /* SDL.info */ = {isa = PBXFileReference; lastKnownFileType = text; path = SDL.info; sourceTree = ""; }; - B3981A7629239F3F00A82429 /* sdl_logo.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = sdl_logo.pdf; sourceTree = ""; }; - B3981A7829239F3F00A82429 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B3981A7929239F3F00A82429 /* Info-Framework.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Framework.plist"; sourceTree = ""; }; - B3981A7A29239F3F00A82429 /* COPYING.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYING.txt; sourceTree = ""; }; - B3981A7D29239F3F00A82429 /* proguard-rules.pro */ = {isa = PBXFileReference; lastKnownFileType = text; path = "proguard-rules.pro"; sourceTree = ""; }; - B3981A7E29239F3F00A82429 /* build.gradle */ = {isa = PBXFileReference; lastKnownFileType = text; path = build.gradle; sourceTree = ""; }; - B3981A8029239F3F00A82429 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B3981A8129239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B3981A8229239F3F00A82429 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B3981A8429239F3F00A82429 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B3981A8529239F3F00A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B3981A8A29239F3F00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3981A8C29239F3F00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3981A8E29239F3F00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3981A9029239F3F00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3981A9229239F3F00A82429 /* colors.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = colors.xml; sourceTree = ""; }; - B3981A9329239F3F00A82429 /* styles.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = styles.xml; sourceTree = ""; }; - B3981A9429239F3F00A82429 /* strings.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = strings.xml; sourceTree = ""; }; - B3981A9629239F4000A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3981A9729239F4000A82429 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = AndroidManifest.xml; sourceTree = ""; }; - B3981A9C29239F4000A82429 /* SDLAudioManager.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = SDLAudioManager.java; sourceTree = ""; }; - B3981A9D29239F4000A82429 /* SDLControllerManager.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = SDLControllerManager.java; sourceTree = ""; }; - B3981A9E29239F4000A82429 /* HIDDevice.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = HIDDevice.java; sourceTree = ""; }; - B3981A9F29239F4000A82429 /* HIDDeviceBLESteamController.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = HIDDeviceBLESteamController.java; sourceTree = ""; }; - B3981AA029239F4000A82429 /* HIDDeviceUSB.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = HIDDeviceUSB.java; sourceTree = ""; }; - B3981AA129239F4000A82429 /* SDL.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = SDL.java; sourceTree = ""; }; - B3981AA229239F4000A82429 /* SDLActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = SDLActivity.java; sourceTree = ""; }; - B3981AA329239F4000A82429 /* HIDDeviceManager.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = HIDDeviceManager.java; sourceTree = ""; }; - B3981AA629239F4000A82429 /* gradle-wrapper.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = "gradle-wrapper.jar"; sourceTree = ""; }; - B3981AA729239F4000A82429 /* gradle-wrapper.properties */ = {isa = PBXFileReference; lastKnownFileType = text; path = "gradle-wrapper.properties"; sourceTree = ""; }; - B3981AA829239F4000A82429 /* gradlew */ = {isa = PBXFileReference; lastKnownFileType = text; path = gradlew; sourceTree = ""; }; - B3981AA929239F4000A82429 /* build.gradle */ = {isa = PBXFileReference; lastKnownFileType = text; path = build.gradle; sourceTree = ""; }; - B3981AAA29239F4000A82429 /* gradle.properties */ = {isa = PBXFileReference; lastKnownFileType = text; path = gradle.properties; sourceTree = ""; }; - B3981AAB29239F4000A82429 /* gradlew.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = gradlew.bat; sourceTree = ""; }; - B3981AAC29239F4000A82429 /* settings.gradle */ = {isa = PBXFileReference; lastKnownFileType = text; path = settings.gradle; sourceTree = ""; }; - B3981AAE29239F4000A82429 /* SDL2-WinRT.targets */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "SDL2-WinRT.targets"; sourceTree = ""; }; - B3981AAF29239F4000A82429 /* SDL2-WinRT.nuspec */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "SDL2-WinRT.nuspec"; sourceTree = ""; }; - B3981AB229239F4000A82429 /* Package.appxmanifest */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Package.appxmanifest; sourceTree = ""; }; - B3981AB329239F4000A82429 /* loopwave_VS2012_TemporaryKey.pfx */ = {isa = PBXFileReference; lastKnownFileType = file; path = loopwave_VS2012_TemporaryKey.pfx; sourceTree = ""; }; - B3981AB429239F4000A82429 /* loopwave_VS2012.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = loopwave_VS2012.vcxproj; sourceTree = ""; }; - B3981AB629239F4000A82429 /* SplashScreen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = SplashScreen.png; sourceTree = ""; }; - B3981AB729239F4000A82429 /* StoreLogo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = StoreLogo.png; sourceTree = ""; }; - B3981AB829239F4000A82429 /* Logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Logo.png; sourceTree = ""; }; - B3981AB929239F4000A82429 /* SmallLogo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = SmallLogo.png; sourceTree = ""; }; - B3981ABB29239F4000A82429 /* Package.appxmanifest */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Package.appxmanifest; sourceTree = ""; }; - B3981ABC29239F4000A82429 /* testthread_VS2012_TemporaryKey.pfx */ = {isa = PBXFileReference; lastKnownFileType = file; path = testthread_VS2012_TemporaryKey.pfx; sourceTree = ""; }; - B3981ABE29239F4000A82429 /* SplashScreen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = SplashScreen.png; sourceTree = ""; }; - B3981ABF29239F4000A82429 /* StoreLogo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = StoreLogo.png; sourceTree = ""; }; - B3981AC029239F4000A82429 /* Logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Logo.png; sourceTree = ""; }; - B3981AC129239F4000A82429 /* SmallLogo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = SmallLogo.png; sourceTree = ""; }; - B3981AC229239F4000A82429 /* testthread_VS2012.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testthread_VS2012.vcxproj; sourceTree = ""; }; - B3981AC429239F4000A82429 /* SDL-UWP.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = "SDL-UWP.sln"; sourceTree = ""; }; - B3981AC529239F4000A82429 /* SDL-UWP.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "SDL-UWP.vcxproj.filters"; sourceTree = ""; }; - B3981AC629239F4000A82429 /* SDL-UWP.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "SDL-UWP.vcxproj"; sourceTree = ""; }; - B3981AC729239F4000A82429 /* SDL2main-WinRT-NonXAML.targets */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "SDL2main-WinRT-NonXAML.targets"; sourceTree = ""; }; - B3981AC829239F4000A82429 /* SDL2main-WinRT-NonXAML.nuspec */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "SDL2main-WinRT-NonXAML.nuspec"; sourceTree = ""; }; - B3981ACA29239F4000A82429 /* SDL-WinRT81.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = "SDL-WinRT81.sln"; sourceTree = ""; }; - B3981ACB29239F4000A82429 /* SDL-WinRT81.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "SDL-WinRT81.vcxproj"; sourceTree = ""; }; - B3981ACC29239F4000A82429 /* SDL-WinRT81.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "SDL-WinRT81.vcxproj.filters"; sourceTree = ""; }; - B3981ACE29239F4000A82429 /* SDL-WinPhone81.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "SDL-WinPhone81.vcxproj.filters"; sourceTree = ""; }; - B3981ACF29239F4000A82429 /* SDL-WinPhone81.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = "SDL-WinPhone81.sln"; sourceTree = ""; }; - B3981AD029239F4000A82429 /* SDL-WinPhone81.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "SDL-WinPhone81.vcxproj"; sourceTree = ""; }; - B3981AD129239F4000A82429 /* VisualC.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = VisualC.html; sourceTree = ""; }; - B3981AD229239F4000A82429 /* configure.ac */ = {isa = PBXFileReference; lastKnownFileType = text; path = configure.ac; sourceTree = ""; }; - B3981AD329239F4000A82429 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B3981AD529239F4000A82429 /* xdg-decoration-unstable-v1.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "xdg-decoration-unstable-v1.xml"; sourceTree = ""; }; - B3981AD629239F4000A82429 /* xdg-shell.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "xdg-shell.xml"; sourceTree = ""; }; - B3981AD729239F4000A82429 /* wayland.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = wayland.xml; sourceTree = ""; }; - B3981AD829239F4000A82429 /* keyboard-shortcuts-inhibit-unstable-v1.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "keyboard-shortcuts-inhibit-unstable-v1.xml"; sourceTree = ""; }; - B3981AD929239F4000A82429 /* xdg-shell-unstable-v6.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "xdg-shell-unstable-v6.xml"; sourceTree = ""; }; - B3981ADA29239F4000A82429 /* org-kde-kwin-server-decoration-manager.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "org-kde-kwin-server-decoration-manager.xml"; sourceTree = ""; }; - B3981ADB29239F4000A82429 /* relative-pointer-unstable-v1.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "relative-pointer-unstable-v1.xml"; sourceTree = ""; }; - B3981ADC29239F4000A82429 /* pointer-constraints-unstable-v1.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "pointer-constraints-unstable-v1.xml"; sourceTree = ""; }; - B3981ADD29239F4000A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B3981ADE29239F4000A82429 /* TODO.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TODO.txt; sourceTree = ""; }; - B3981AE029239F4000A82429 /* testscale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testscale.c; sourceTree = ""; }; - B3981AE129239F4000A82429 /* testpower.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testpower.c; sourceTree = ""; }; - B3981AE229239F4000A82429 /* testhaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testhaptic.c; sourceTree = ""; }; - B3981AE329239F4000A82429 /* testhotplug.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testhotplug.c; sourceTree = ""; }; - B3981AE429239F4000A82429 /* testautomation_rwops.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_rwops.c; sourceTree = ""; }; - B3981AE529239F4000A82429 /* acinclude.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = acinclude.m4; sourceTree = ""; }; - B3981AE629239F4000A82429 /* testyuv_cvt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testyuv_cvt.c; sourceTree = ""; }; - B3981AE729239F4000A82429 /* loopwavequeue.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = loopwavequeue.c; sourceTree = ""; }; - B3981AE829239F4000A82429 /* testplatform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testplatform.c; sourceTree = ""; }; - B3981AE929239F4000A82429 /* testrelative.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testrelative.c; sourceTree = ""; }; - B3981AEA29239F4000A82429 /* testsem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testsem.c; sourceTree = ""; }; - B3981AEB29239F4000A82429 /* testerror.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testerror.c; sourceTree = ""; }; - B3981AEC29239F4000A82429 /* testrendercopyex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testrendercopyex.c; sourceTree = ""; }; - B3981AED29239F4000A82429 /* testmessage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testmessage.c; sourceTree = ""; }; - B3981AEE29239F4000A82429 /* testautomation_video.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_video.c; sourceTree = ""; }; - B3981AEF29239F4000A82429 /* sample.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = sample.bmp; sourceTree = ""; }; - B3981AF029239F4000A82429 /* testautomation_syswm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_syswm.c; sourceTree = ""; }; - B3981AF129239F4000A82429 /* configure.ac */ = {isa = PBXFileReference; lastKnownFileType = text; path = configure.ac; sourceTree = ""; }; - B3981AF229239F4000A82429 /* testgles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testgles.c; sourceTree = ""; }; - B3981AF329239F4000A82429 /* testaudiohotplug.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testaudiohotplug.c; sourceTree = ""; }; - B3981AF429239F4000A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B3981AF529239F4000A82429 /* testautomation_timer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_timer.c; sourceTree = ""; }; - B3981AF629239F4000A82429 /* controllermap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = controllermap.c; sourceTree = ""; }; - B3981AF729239F4000A82429 /* testautomation_events.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_events.c; sourceTree = ""; }; - B3981AF829239F4000A82429 /* testautomation_mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_mouse.c; sourceTree = ""; }; - B3981AF929239F4000A82429 /* configure */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = configure; sourceTree = ""; }; - B3981AFA29239F4000A82429 /* testdropfile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testdropfile.c; sourceTree = ""; }; - B3981AFB29239F4000A82429 /* testyuv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testyuv.c; sourceTree = ""; }; - B3981AFC29239F4000A82429 /* testautomation_hints.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_hints.c; sourceTree = ""; }; - B3981AFD29239F4000A82429 /* testgles2_sdf_img_normal.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = testgles2_sdf_img_normal.bmp; sourceTree = ""; }; - B3981AFE29239F4000A82429 /* testgamecontroller.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testgamecontroller.c; sourceTree = ""; }; - B3981AFF29239F4000A82429 /* testautomation_clipboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_clipboard.c; sourceTree = ""; }; - B3981B0029239F4000A82429 /* loopwave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = loopwave.c; sourceTree = ""; }; - B3981B0129239F4000A82429 /* testgl2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testgl2.c; sourceTree = ""; }; - B3981B0229239F4000A82429 /* testautomation_rect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_rect.c; sourceTree = ""; }; - B3981B0329239F4000A82429 /* testmultiaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testmultiaudio.c; sourceTree = ""; }; - B3981B0429239F4000A82429 /* testvulkan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testvulkan.c; sourceTree = ""; }; - B3981B0529239F4000A82429 /* button.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = button.bmp; sourceTree = ""; }; - B3981B0629239F4000A82429 /* testaudiocapture.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testaudiocapture.c; sourceTree = ""; }; - B3981B0729239F4000A82429 /* testnativeos2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testnativeos2.c; sourceTree = ""; }; - B3981B0829239F4000A82429 /* testintersections.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testintersections.c; sourceTree = ""; }; - B3981B0929239F4000A82429 /* axis.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = axis.bmp; sourceTree = ""; }; - B3981B0A29239F4000A82429 /* testwm2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testwm2.c; sourceTree = ""; }; - B3981B0B29239F4000A82429 /* testver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testver.c; sourceTree = ""; }; - B3981B0C29239F4000A82429 /* testsensor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testsensor.c; sourceTree = ""; }; - B3981B0D29239F4000A82429 /* testshape.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testshape.c; sourceTree = ""; }; - B3981B0F29239F4000A82429 /* trollface_24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = trollface_24.bmp; sourceTree = ""; }; - B3981B1029239F4000A82429 /* p02_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p02_shape32alpha.bmp; sourceTree = ""; }; - B3981B1129239F4000A82429 /* p02_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p02_shape8.bmp; sourceTree = ""; }; - B3981B1229239F4000A82429 /* p06_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p06_shape24.bmp; sourceTree = ""; }; - B3981B1329239F4000A82429 /* p09_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p09_shape32alpha.bmp; sourceTree = ""; }; - B3981B1429239F4000A82429 /* p13_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p13_shape8.bmp; sourceTree = ""; }; - B3981B1529239F4000A82429 /* p13_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p13_shape24.bmp; sourceTree = ""; }; - B3981B1629239F4000A82429 /* p04_shape1.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p04_shape1.bmp; sourceTree = ""; }; - B3981B1729239F4000A82429 /* p16_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p16_shape24.bmp; sourceTree = ""; }; - B3981B1829239F4000A82429 /* p16_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p16_shape8.bmp; sourceTree = ""; }; - B3981B1929239F4000A82429 /* p07_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p07_shape8.bmp; sourceTree = ""; }; - B3981B1A29239F4000A82429 /* p03_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p03_shape24.bmp; sourceTree = ""; }; - B3981B1B29239F4000A82429 /* p06_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p06_shape32alpha.bmp; sourceTree = ""; }; - B3981B1C29239F4000A82429 /* p10_shape1.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p10_shape1.bmp; sourceTree = ""; }; - B3981B1D29239F4000A82429 /* trollface_32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = trollface_32alpha.bmp; sourceTree = ""; }; - B3981B1E29239F4000A82429 /* p09_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p09_shape24.bmp; sourceTree = ""; }; - B3981B1F29239F4000A82429 /* p15_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p15_shape24.bmp; sourceTree = ""; }; - B3981B2029239F4000A82429 /* p11_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p11_shape8.bmp; sourceTree = ""; }; - B3981B2129239F4000A82429 /* p08_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p08_shape32alpha.bmp; sourceTree = ""; }; - B3981B2229239F4000A82429 /* p08_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p08_shape8.bmp; sourceTree = ""; }; - B3981B2329239F4000A82429 /* p13_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p13_shape32alpha.bmp; sourceTree = ""; }; - B3981B2429239F4000A82429 /* p10_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p10_shape24.bmp; sourceTree = ""; }; - B3981B2529239F4000A82429 /* p14_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p14_shape8.bmp; sourceTree = ""; }; - B3981B2629239F4000A82429 /* p05_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p05_shape8.bmp; sourceTree = ""; }; - B3981B2729239F4000A82429 /* p07_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p07_shape32alpha.bmp; sourceTree = ""; }; - B3981B2829239F4000A82429 /* p02_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p02_shape24.bmp; sourceTree = ""; }; - B3981B2929239F4000A82429 /* p06_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p06_shape8.bmp; sourceTree = ""; }; - B3981B2A29239F4000A82429 /* p04_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p04_shape32alpha.bmp; sourceTree = ""; }; - B3981B2B29239F4000A82429 /* p12_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p12_shape24.bmp; sourceTree = ""; }; - B3981B2C29239F4000A82429 /* p03_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p03_shape8.bmp; sourceTree = ""; }; - B3981B2D29239F4000A82429 /* p07_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p07_shape24.bmp; sourceTree = ""; }; - B3981B2E29239F4000A82429 /* p12_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p12_shape8.bmp; sourceTree = ""; }; - B3981B2F29239F4000A82429 /* p10_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p10_shape32alpha.bmp; sourceTree = ""; }; - B3981B3029239F4000A82429 /* p09_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p09_shape8.bmp; sourceTree = ""; }; - B3981B3129239F4000A82429 /* p04_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p04_shape24.bmp; sourceTree = ""; }; - B3981B3229239F4000A82429 /* p15_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p15_shape8.bmp; sourceTree = ""; }; - B3981B3329239F4000A82429 /* p15_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p15_shape32alpha.bmp; sourceTree = ""; }; - B3981B3429239F4000A82429 /* p04_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p04_shape8.bmp; sourceTree = ""; }; - B3981B3529239F4000A82429 /* p01_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p01_shape32alpha.bmp; sourceTree = ""; }; - B3981B3629239F4000A82429 /* p11_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p11_shape24.bmp; sourceTree = ""; }; - B3981B3729239F4000A82429 /* p01_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p01_shape8.bmp; sourceTree = ""; }; - B3981B3829239F4000A82429 /* p14_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p14_shape24.bmp; sourceTree = ""; }; - B3981B3929239F4000A82429 /* p16_shape1.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p16_shape1.bmp; sourceTree = ""; }; - B3981B3A29239F4000A82429 /* p08_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p08_shape24.bmp; sourceTree = ""; }; - B3981B3B29239F4000A82429 /* p06_shape1alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p06_shape1alpha.bmp; sourceTree = ""; }; - B3981B3C29239F4000A82429 /* p11_shape32alpha.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p11_shape32alpha.bmp; sourceTree = ""; }; - B3981B3D29239F4000A82429 /* p10_shape8.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p10_shape8.bmp; sourceTree = ""; }; - B3981B3E29239F4000A82429 /* p01_shape24.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = p01_shape24.bmp; sourceTree = ""; }; - B3981B3F29239F4000A82429 /* testshader.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testshader.c; sourceTree = ""; }; - B3981B4029239F4000A82429 /* testdisplayinfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testdisplayinfo.c; sourceTree = ""; }; - B3981B4129239F4000A82429 /* utf8.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = utf8.txt; sourceTree = ""; }; - B3981B4229239F4000A82429 /* checkkeys.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = checkkeys.c; sourceTree = ""; }; - B3981B4329239F4000A82429 /* picture.xbm */ = {isa = PBXFileReference; lastKnownFileType = text; path = picture.xbm; sourceTree = ""; }; - B3981B4429239F4000A82429 /* testlocale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testlocale.c; sourceTree = ""; }; - B3981B4529239F4000A82429 /* testautomation_stdlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_stdlib.c; sourceTree = ""; }; - B3981B4629239F4000A82429 /* testnative.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testnative.c; sourceTree = ""; }; - B3981B4729239F4000A82429 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - B3981B4829239F4000A82429 /* testloadso.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testloadso.c; sourceTree = ""; }; - B3981B4929239F4000A82429 /* testfile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testfile.c; sourceTree = ""; }; - B3981B4A29239F4000A82429 /* Makefile.os2 */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.os2; sourceTree = ""; }; - B3981B4B29239F4000A82429 /* testiconv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testiconv.c; sourceTree = ""; }; - B3981B4C29239F4000A82429 /* testspriteminimal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testspriteminimal.c; sourceTree = ""; }; - B3981B4D29239F4000A82429 /* testautomation_surface.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_surface.c; sourceTree = ""; }; - B3981B4E29239F4000A82429 /* testyuv_cvt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = testyuv_cvt.h; sourceTree = ""; }; - B3981B4F29239F4000A82429 /* COPYING */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; - B3981B5029239F4000A82429 /* gcc-fat.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "gcc-fat.sh"; sourceTree = ""; }; - B3981B5129239F4000A82429 /* testautomation_render.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_render.c; sourceTree = ""; }; - B3981B5229239F4000A82429 /* testtimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testtimer.c; sourceTree = ""; }; - B3981B5329239F4000A82429 /* testurl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testurl.c; sourceTree = ""; }; - B3981B5429239F4000A82429 /* testnativecocoa.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = testnativecocoa.m; sourceTree = ""; }; - B3981B5629239F4000A82429 /* joystick-pre.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = "joystick-pre.js"; sourceTree = ""; }; - B3981B5729239F4000A82429 /* testautomation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation.c; sourceTree = ""; }; - B3981B5829239F4000A82429 /* testautomation_suites.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = testautomation_suites.h; sourceTree = ""; }; - B3981B5929239F4000A82429 /* testgesture.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testgesture.c; sourceTree = ""; }; - B3981B5A29239F4000A82429 /* testlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testlock.c; sourceTree = ""; }; - B3981B5B29239F4000A82429 /* torturethread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = torturethread.c; sourceTree = ""; }; - B3981B5C29239F4000A82429 /* testgles2_sdf_img_sdf.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = testgles2_sdf_img_sdf.bmp; sourceTree = ""; }; - B3981B5D29239F4000A82429 /* testviewport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testviewport.c; sourceTree = ""; }; - B3981B5F29239F4000A82429 /* index.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - B3981B6029239F4000A82429 /* background.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = background.js; sourceTree = ""; }; - B3981B6129239F4000A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B3981B6229239F4000A82429 /* manifest.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = manifest.json; sourceTree = ""; }; - B3981B6329239F4000A82429 /* common.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; - B3981B6429239F4000A82429 /* testnativex11.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testnativex11.c; sourceTree = ""; }; - B3981B6529239F4000A82429 /* testhittesting.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testhittesting.c; sourceTree = ""; }; - B3981B6629239F4000A82429 /* testautomation_platform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_platform.c; sourceTree = ""; }; - B3981B6729239F4000A82429 /* relative_mode.markdown */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = relative_mode.markdown; sourceTree = ""; }; - B3981B6829239F4000A82429 /* testjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testjoystick.c; sourceTree = ""; }; - B3981B6929239F4000A82429 /* testatomic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testatomic.c; sourceTree = ""; }; - B3981B6A29239F4000A82429 /* teststreaming.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = teststreaming.c; sourceTree = ""; }; - B3981B6B29239F4000A82429 /* testrumble.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testrumble.c; sourceTree = ""; }; - B3981B6C29239F4000A82429 /* testautomation_sdltest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_sdltest.c; sourceTree = ""; }; - B3981B6D29239F4000A82429 /* testcustomcursor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testcustomcursor.c; sourceTree = ""; }; - B3981B6E29239F4000A82429 /* icon.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = icon.bmp; sourceTree = ""; }; - B3981B6F29239F4000A82429 /* controllermap.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = controllermap.bmp; sourceTree = ""; }; - B3981B7029239F4000A82429 /* testrendertarget.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testrendertarget.c; sourceTree = ""; }; - B3981B7129239F4000A82429 /* testaudioinfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testaudioinfo.c; sourceTree = ""; }; - B3981B7229239F4000A82429 /* testyuv.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = testyuv.bmp; sourceTree = ""; }; - B3981B7329239F4000A82429 /* testautomation_pixels.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_pixels.c; sourceTree = ""; }; - B3981B7429239F4000A82429 /* testnativew32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testnativew32.c; sourceTree = ""; }; - B3981B7529239F4000A82429 /* testkeys.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testkeys.c; sourceTree = ""; }; - B3981B7629239F4000A82429 /* testoffscreen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testoffscreen.c; sourceTree = ""; }; - B3981B7729239F4000A82429 /* testautomation_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_main.c; sourceTree = ""; }; - B3981B7829239F4000A82429 /* testthread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testthread.c; sourceTree = ""; }; - B3981B7929239F4000A82429 /* controllermap_back.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = controllermap_back.bmp; sourceTree = ""; }; - B3981B7A29239F4000A82429 /* testautomation_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_audio.c; sourceTree = ""; }; - B3981B7B29239F4000A82429 /* testevdev.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testevdev.c; sourceTree = ""; }; - B3981B7C29239F4000A82429 /* testautomation_keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testautomation_keyboard.c; sourceTree = ""; }; - B3981B7D29239F4000A82429 /* Makefile.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.in; sourceTree = ""; }; - B3981B7E29239F4000A82429 /* testsprite2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testsprite2.c; sourceTree = ""; }; - B3981B7F29239F4000A82429 /* testnative.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = testnative.h; sourceTree = ""; }; - B3981B8029239F4000A82429 /* sample.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = sample.wav; sourceTree = ""; }; - B3981B8129239F4000A82429 /* testfilesystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testfilesystem.c; sourceTree = ""; }; - B3981B8229239F4000A82429 /* testdraw2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testdraw2.c; sourceTree = ""; }; - B3981B8329239F4000A82429 /* testresample.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testresample.c; sourceTree = ""; }; - B3981B8429239F4000A82429 /* testqsort.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testqsort.c; sourceTree = ""; }; - B3981B8529239F4000A82429 /* moose.dat */ = {isa = PBXFileReference; lastKnownFileType = file; path = moose.dat; sourceTree = ""; }; - B3981B8629239F4000A82429 /* testgles2_sdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testgles2_sdf.c; sourceTree = ""; }; - B3981B8729239F4000A82429 /* testime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testime.c; sourceTree = ""; }; - B3981B8829239F4000A82429 /* testbounds.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testbounds.c; sourceTree = ""; }; - B3981B8929239F4000A82429 /* autogen.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = autogen.sh; sourceTree = ""; }; - B3981B8A29239F4000A82429 /* testgles2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testgles2.c; sourceTree = ""; }; - B3981B8B29239F4000A82429 /* testdrawchessboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testdrawchessboard.c; sourceTree = ""; }; - B3981B8C29239F4000A82429 /* testoverlay2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testoverlay2.c; sourceTree = ""; }; - B3981B8E29239F4000A82429 /* compat */ = {isa = PBXFileReference; lastKnownFileType = text; path = compat; sourceTree = ""; }; - B3981B8F29239F4000A82429 /* changelog */ = {isa = PBXFileReference; lastKnownFileType = text; path = changelog; sourceTree = ""; }; - B3981B9029239F4000A82429 /* sdl2-config.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = "sdl2-config.1"; sourceTree = ""; }; - B3981B9229239F4000A82429 /* format */ = {isa = PBXFileReference; lastKnownFileType = text; path = format; sourceTree = ""; }; - B3981B9329239F4000A82429 /* docs */ = {isa = PBXFileReference; lastKnownFileType = text; path = docs; sourceTree = ""; }; - B3981B9429239F4000A82429 /* rules */ = {isa = PBXFileReference; lastKnownFileType = text; path = rules; sourceTree = ""; }; - B3981B9529239F4000A82429 /* watch */ = {isa = PBXFileReference; lastKnownFileType = text; path = watch; sourceTree = ""; }; - B3981B9629239F4000A82429 /* copyright */ = {isa = PBXFileReference; lastKnownFileType = text; path = copyright; sourceTree = ""; }; - B3981B9729239F4000A82429 /* libsdl2-dev.install */ = {isa = PBXFileReference; lastKnownFileType = text; path = "libsdl2-dev.install"; sourceTree = ""; }; - B3981B9829239F4000A82429 /* libsdl2-dev.manpages */ = {isa = PBXFileReference; lastKnownFileType = text; path = "libsdl2-dev.manpages"; sourceTree = ""; }; - B3981B9929239F4000A82429 /* control */ = {isa = PBXFileReference; lastKnownFileType = text; path = control; sourceTree = ""; }; - B3981B9A29239F4000A82429 /* libsdl2.install */ = {isa = PBXFileReference; lastKnownFileType = text; path = libsdl2.install; sourceTree = ""; }; - B3981B9C29239F4000A82429 /* sdlchecks.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = sdlchecks.cmake; sourceTree = ""; }; - B3981B9D29239F4000A82429 /* macros.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = macros.cmake; sourceTree = ""; }; - B3981B9E29239F4000A82429 /* sdl2-config.cmake.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = "sdl2-config.cmake.in"; sourceTree = ""; }; - B3981B9F29239F4000A82429 /* configure */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = configure; sourceTree = ""; }; - B3981BA029239F4000A82429 /* cmake_uninstall.cmake.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = cmake_uninstall.cmake.in; sourceTree = ""; }; - B3981BA129239F4000A82429 /* README-SDL.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "README-SDL.txt"; sourceTree = ""; }; - B3981BA229239F4000A82429 /* .hgignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .hgignore; sourceTree = ""; }; - B3981BA429239F4000A82429 /* ltversion.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ltversion.m4; sourceTree = ""; }; - B3981BA529239F4000A82429 /* ax_gcc_x86_cpuid.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_gcc_x86_cpuid.m4; sourceTree = ""; }; - B3981BA629239F4000A82429 /* esd.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = esd.m4; sourceTree = ""; }; - B3981BA729239F4000A82429 /* pkg.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = pkg.m4; sourceTree = ""; }; - B3981BA829239F4000A82429 /* libtool.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = libtool.m4; sourceTree = ""; }; - B3981BA929239F4000A82429 /* ltoptions.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ltoptions.m4; sourceTree = ""; }; - B3981BAA29239F4000A82429 /* ac_check_define.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ac_check_define.m4; sourceTree = ""; }; - B3981BAB29239F4000A82429 /* alsa.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = alsa.m4; sourceTree = ""; }; - B3981BAC29239F4000A82429 /* ltsugar.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ltsugar.m4; sourceTree = ""; }; - B3981BAD29239F4000A82429 /* ax_check_compiler_flags.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_check_compiler_flags.m4; sourceTree = ""; }; - B3981BAE29239F4000A82429 /* ax_gcc_archflag.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_gcc_archflag.m4; sourceTree = ""; }; - B3981BAF29239F4000A82429 /* lt~obsolete.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = "lt~obsolete.m4"; sourceTree = ""; }; - B3981BB129239F4000A82429 /* SDL_misc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_misc.h; sourceTree = ""; }; - B3981BB229239F4000A82429 /* SDL_opengles2_gl2ext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_opengles2_gl2ext.h; sourceTree = ""; }; - B3981BB329239F4000A82429 /* SDL_test_random.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_random.h; sourceTree = ""; }; - B3981BB429239F4000A82429 /* SDL_power.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_power.h; sourceTree = ""; }; - B3981BB529239F4000A82429 /* SDL_revision.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_revision.h; sourceTree = ""; }; - B3981BB629239F4000A82429 /* SDL_events.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_events.h; sourceTree = ""; }; - B3981BB729239F4000A82429 /* SDL_clipboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_clipboard.h; sourceTree = ""; }; - B3981BB829239F4000A82429 /* SDL_haptic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_haptic.h; sourceTree = ""; }; - B3981BB929239F4000A82429 /* SDL_test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test.h; sourceTree = ""; }; - B3981BBA29239F4000A82429 /* SDL_test_assert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_assert.h; sourceTree = ""; }; - B3981BBB29239F4000A82429 /* SDL_endian.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_endian.h; sourceTree = ""; }; - B3981BBC29239F4000A82429 /* SDL_error.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_error.h; sourceTree = ""; }; - B3981BBD29239F4000A82429 /* begin_code.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = begin_code.h; sourceTree = ""; }; - B3981BBE29239F4000A82429 /* SDL_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_types.h; sourceTree = ""; }; - B3981BBF29239F4000A82429 /* SDL_keycode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_keycode.h; sourceTree = ""; }; - B3981BC029239F4000A82429 /* SDL_keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_keyboard.h; sourceTree = ""; }; - B3981BC129239F4000A82429 /* SDL_config_psp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config_psp.h; sourceTree = ""; }; - B3981BC229239F4000A82429 /* SDL_opengl_glext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_opengl_glext.h; sourceTree = ""; }; - B3981BC329239F4000A82429 /* SDL_config_pandora.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config_pandora.h; sourceTree = ""; }; - B3981BC429239F4000A82429 /* SDL_test_crc32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_crc32.h; sourceTree = ""; }; - B3981BC529239F4000A82429 /* SDL_test_font.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_font.h; sourceTree = ""; }; - B3981BC629239F4000A82429 /* SDL_test_log.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_log.h; sourceTree = ""; }; - B3981BC729239F4000A82429 /* SDL_egl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_egl.h; sourceTree = ""; }; - B3981BC829239F4000A82429 /* SDL_vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_vulkan.h; sourceTree = ""; }; - B3981BC929239F4000A82429 /* SDL_test_memory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_memory.h; sourceTree = ""; }; - B3981BCA29239F4000A82429 /* SDL_main.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_main.h; sourceTree = ""; }; - B3981BCB29239F4000A82429 /* SDL_stdinc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_stdinc.h; sourceTree = ""; }; - B3981BCC29239F4000A82429 /* SDL_scancode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_scancode.h; sourceTree = ""; }; - B3981BCD29239F4000A82429 /* SDL_quit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_quit.h; sourceTree = ""; }; - B3981BCE29239F4000A82429 /* SDL_config_android.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config_android.h; sourceTree = ""; }; - B3981BCF29239F4000A82429 /* SDL_touch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_touch.h; sourceTree = ""; }; - B3981BD029239F4000A82429 /* SDL_opengles2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_opengles2.h; sourceTree = ""; }; - B3981BD129239F4000A82429 /* SDL_config_winrt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config_winrt.h; sourceTree = ""; }; - B3981BD229239F4000A82429 /* SDL_test_images.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_images.h; sourceTree = ""; }; - B3981BD329239F4000A82429 /* SDL_name.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_name.h; sourceTree = ""; }; - B3981BD429239F4000A82429 /* SDL_platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_platform.h; sourceTree = ""; }; - B3981BD529239F4000A82429 /* SDL_shape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shape.h; sourceTree = ""; }; - B3981BD629239F4000A82429 /* SDL_config_minimal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config_minimal.h; sourceTree = ""; }; - B3981BD729239F4000A82429 /* SDL_config.h.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = SDL_config.h.cmake; sourceTree = ""; }; - B3981BD829239F4000A82429 /* SDL_locale.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_locale.h; sourceTree = ""; }; - B3981BD929239F4000A82429 /* SDL_loadso.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_loadso.h; sourceTree = ""; }; - B3981BDA29239F4000A82429 /* SDL_config_macosx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config_macosx.h; sourceTree = ""; }; - B3981BDB29239F4000A82429 /* SDL_test_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_common.h; sourceTree = ""; }; - B3981BDC29239F4000A82429 /* SDL_config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config.h; sourceTree = ""; }; - B3981BDD29239F4000A82429 /* SDL_audio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_audio.h; sourceTree = ""; }; - B3981BDE29239F4000A82429 /* SDL_sensor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sensor.h; sourceTree = ""; }; - B3981BDF29239F4000A82429 /* SDL_opengl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_opengl.h; sourceTree = ""; }; - B3981BE029239F4000A82429 /* SDL_blendmode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_blendmode.h; sourceTree = ""; }; - B3981BE129239F4000A82429 /* SDL_gesture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_gesture.h; sourceTree = ""; }; - B3981BE229239F4000A82429 /* SDL_test_fuzzer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_fuzzer.h; sourceTree = ""; }; - B3981BE329239F4000A82429 /* SDL_config_iphoneos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config_iphoneos.h; sourceTree = ""; }; - B3981BE429239F4000A82429 /* SDL_opengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_opengles.h; sourceTree = ""; }; - B3981BE529239F4000A82429 /* SDL_system.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_system.h; sourceTree = ""; }; - B3981BE629239F4000A82429 /* SDL_hints.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_hints.h; sourceTree = ""; }; - B3981BE729239F4000A82429 /* SDL_mouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_mouse.h; sourceTree = ""; }; - B3981BE829239F4000A82429 /* SDL_timer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_timer.h; sourceTree = ""; }; - B3981BE929239F4000A82429 /* SDL_surface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_surface.h; sourceTree = ""; }; - B3981BEA29239F4000A82429 /* SDL_atomic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_atomic.h; sourceTree = ""; }; - B3981BEB29239F4000A82429 /* SDL_log.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_log.h; sourceTree = ""; }; - B3981BEC29239F4000A82429 /* SDL_rwops.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_rwops.h; sourceTree = ""; }; - B3981BED29239F4000A82429 /* SDL_render.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_render.h; sourceTree = ""; }; - B3981BEE29239F4000A82429 /* SDL_syswm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_syswm.h; sourceTree = ""; }; - B3981BEF29239F4000A82429 /* SDL_bits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_bits.h; sourceTree = ""; }; - B3981BF029239F4000A82429 /* SDL_video.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_video.h; sourceTree = ""; }; - B3981BF129239F4000A82429 /* SDL_assert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_assert.h; sourceTree = ""; }; - B3981BF229239F4000A82429 /* SDL_version.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_version.h; sourceTree = ""; }; - B3981BF329239F4000A82429 /* SDL_gamecontroller.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_gamecontroller.h; sourceTree = ""; }; - B3981BF429239F4000A82429 /* SDL_config_windows.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config_windows.h; sourceTree = ""; }; - B3981BF529239F4000A82429 /* SDL_copying.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_copying.h; sourceTree = ""; }; - B3981BF629239F4000A82429 /* SDL_thread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_thread.h; sourceTree = ""; }; - B3981BF729239F4000A82429 /* SDL_test_harness.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_harness.h; sourceTree = ""; }; - B3981BF829239F4000A82429 /* SDL_rect.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_rect.h; sourceTree = ""; }; - B3981BF929239F4000A82429 /* SDL_metal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_metal.h; sourceTree = ""; }; - B3981BFA29239F4000A82429 /* SDL_mutex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_mutex.h; sourceTree = ""; }; - B3981BFB29239F4000A82429 /* close_code.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = close_code.h; sourceTree = ""; }; - B3981BFC29239F4000A82429 /* SDL_config.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = SDL_config.h.in; sourceTree = ""; }; - B3981BFD29239F4000A82429 /* SDL_config_wiz.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config_wiz.h; sourceTree = ""; }; - B3981BFE29239F4000A82429 /* SDL_joystick.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_joystick.h; sourceTree = ""; }; - B3981BFF29239F4000A82429 /* SDL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL.h; sourceTree = ""; }; - B3981C0029239F4000A82429 /* SDL_filesystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_filesystem.h; sourceTree = ""; }; - B3981C0129239F4000A82429 /* SDL_messagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_messagebox.h; sourceTree = ""; }; - B3981C0229239F4000A82429 /* SDL_opengles2_gl2platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_opengles2_gl2platform.h; sourceTree = ""; }; - B3981C0329239F4000A82429 /* SDL_opengles2_khrplatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_opengles2_khrplatform.h; sourceTree = ""; }; - B3981C0429239F4000A82429 /* SDL_test_md5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_md5.h; sourceTree = ""; }; - B3981C0529239F4000A82429 /* SDL_config_os2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_config_os2.h; sourceTree = ""; }; - B3981C0629239F4000A82429 /* SDL_pixels.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_pixels.h; sourceTree = ""; }; - B3981C0729239F4000A82429 /* SDL_cpuinfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cpuinfo.h; sourceTree = ""; }; - B3981C0829239F4000A82429 /* SDL_test_compare.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_test_compare.h; sourceTree = ""; }; - B3981C0929239F4000A82429 /* SDL_opengles2_gl2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_opengles2_gl2.h; sourceTree = ""; }; - B3981C0C29239F4000A82429 /* SDLtest.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = SDLtest.vcxproj; sourceTree = ""; }; - B3981C0F29239F4000A82429 /* testoverlay2.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testoverlay2.vcxproj; sourceTree = ""; }; - B3981C1129239F4000A82429 /* testjoystick.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testjoystick.vcxproj; sourceTree = ""; }; - B3981C1329239F4000A82429 /* testgamecontroller.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testgamecontroller.vcxproj; sourceTree = ""; }; - B3981C1529239F4000A82429 /* testgesture.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testgesture.vcxproj; sourceTree = ""; }; - B3981C1729239F4000A82429 /* testdraw2.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testdraw2.vcxproj; sourceTree = ""; }; - B3981C1929239F4000A82429 /* testatomic.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testatomic.vcxproj; sourceTree = ""; }; - B3981C1B29239F4000A82429 /* loopwave.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = loopwave.vcxproj; sourceTree = ""; }; - B3981C1D29239F4000A82429 /* testshape.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testshape.vcxproj; sourceTree = ""; }; - B3981C1F29239F4000A82429 /* testplatform.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testplatform.vcxproj; sourceTree = ""; }; - B3981C2129239F4000A82429 /* testgles2.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testgles2.vcxproj; sourceTree = ""; }; - B3981C2329239F4000A82429 /* testyuv.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testyuv.vcxproj; sourceTree = ""; }; - B3981C2529239F4000A82429 /* checkkeys.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = checkkeys.vcxproj; sourceTree = ""; }; - B3981C2729239F4000A82429 /* testpower.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testpower.vcxproj; sourceTree = ""; }; - B3981C2929239F4000A82429 /* testrendertarget.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testrendertarget.vcxproj; sourceTree = ""; }; - B3981C2B29239F4000A82429 /* testscale.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testscale.vcxproj; sourceTree = ""; }; - B3981C2D29239F4000A82429 /* testautomation.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testautomation.vcxproj; sourceTree = ""; }; - B3981C2F29239F4000A82429 /* testsprite2.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testsprite2.vcxproj; sourceTree = ""; }; - B3981C3129239F4000A82429 /* controllermap.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = controllermap.vcxproj; sourceTree = ""; }; - B3981C3329239F4000A82429 /* testgl2.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testgl2.vcxproj; sourceTree = ""; }; - B3981C3529239F4000A82429 /* testfile.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testfile.vcxproj; sourceTree = ""; }; - B3981C3729239F4000A82429 /* testsensor.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testsensor.vcxproj; sourceTree = ""; }; - B3981C3929239F4000A82429 /* testvulkan.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testvulkan.vcxproj; sourceTree = ""; }; - B3981C3B29239F4000A82429 /* testrumble.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testrumble.vcxproj; sourceTree = ""; }; - B3981C3D29239F4000A82429 /* SDL.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = SDL.vcxproj; sourceTree = ""; }; - B3981C3E29239F4000A82429 /* SDL.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = SDL.vcxproj.filters; sourceTree = ""; }; - B3981C3F29239F4000A82429 /* clean.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = clean.sh; sourceTree = ""; }; - B3981C4129239F4000A82429 /* SDLmain.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = SDLmain.vcxproj; sourceTree = ""; }; - B3981C4229239F4000A82429 /* SDL.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = SDL.sln; sourceTree = ""; }; - B3981C4629239F4000A82429 /* testquit_VS2012.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testquit_VS2012.vcxproj; sourceTree = ""; }; - B3981C4729239F4000A82429 /* visualtest_VS2012.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = visualtest_VS2012.vcxproj; sourceTree = ""; }; - B3981C4829239F4000A82429 /* sdl2-config.in */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "sdl2-config.in"; sourceTree = ""; }; - B3981C4929239F4000A82429 /* Makefile.pandora */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.pandora; sourceTree = ""; }; - B3981C4A29239F4000A82429 /* sdl2.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = sdl2.pc.in; sourceTree = ""; }; - B3981C4B29239F4000A82429 /* INSTALL.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = INSTALL.txt; sourceTree = ""; }; - B3981C4C29239F4000A82429 /* BUGS.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = BUGS.txt; sourceTree = ""; }; - B3981C4E29239F4000A82429 /* README-raspberrypi.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-raspberrypi.md"; sourceTree = ""; }; - B3981C4F29239F4000A82429 /* README-gesture.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-gesture.md"; sourceTree = ""; }; - B3981C5029239F4000A82429 /* README-macosx.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-macosx.md"; sourceTree = ""; }; - B3981C5129239F4000A82429 /* README-platforms.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-platforms.md"; sourceTree = ""; }; - B3981C5229239F4000A82429 /* README-ios.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-ios.md"; sourceTree = ""; }; - B3981C5329239F4000A82429 /* README-nacl.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-nacl.md"; sourceTree = ""; }; - B3981C5429239F4000A82429 /* README-cmake.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-cmake.md"; sourceTree = ""; }; - B3981C5529239F4000A82429 /* README-wince.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-wince.md"; sourceTree = ""; }; - B3981C5629239F4000A82429 /* README-psp.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-psp.md"; sourceTree = ""; }; - B3981C5729239F4000A82429 /* README-os2.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-os2.md"; sourceTree = ""; }; - B3981C5829239F4000A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3981C5929239F4000A82429 /* README-touch.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-touch.md"; sourceTree = ""; }; - B3981C5A29239F4000A82429 /* README-android.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-android.md"; sourceTree = ""; }; - B3981C5B29239F4000A82429 /* README-directfb.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-directfb.md"; sourceTree = ""; }; - B3981C5C29239F4000A82429 /* README-hg.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-hg.md"; sourceTree = ""; }; - B3981C5D29239F4000A82429 /* README-emscripten.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-emscripten.md"; sourceTree = ""; }; - B3981C5E29239F4000A82429 /* README-pandora.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-pandora.md"; sourceTree = ""; }; - B3981C5F29239F4000A82429 /* README-dynapi.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-dynapi.md"; sourceTree = ""; }; - B3981C6029239F4000A82429 /* doxyfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = doxyfile; sourceTree = ""; }; - B3981C6129239F4000A82429 /* README-porting.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-porting.md"; sourceTree = ""; }; - B3981C6229239F4000A82429 /* README-winrt.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-winrt.md"; sourceTree = ""; }; - B3981C6329239F4000A82429 /* README-linux.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-linux.md"; sourceTree = ""; }; - B3981C6429239F4000A82429 /* README-windows.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README-windows.md"; sourceTree = ""; }; - B3981C6529239F4000A82429 /* CREDITS.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CREDITS.txt; sourceTree = ""; }; - B3981C6629239F4000A82429 /* Makefile.os2 */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.os2; sourceTree = ""; }; - B3981C6729239F4000A82429 /* Makefile.minimal */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.minimal; sourceTree = ""; }; - B3981C6829239F4000A82429 /* SDL2.spec.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = SDL2.spec.in; sourceTree = ""; }; - B3981C6929239F4000A82429 /* README.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.txt; sourceTree = ""; }; - B3981C6B29239F4000A82429 /* ant.properties */ = {isa = PBXFileReference; lastKnownFileType = text; path = ant.properties; sourceTree = ""; }; - B3981C6C29239F4000A82429 /* build.properties */ = {isa = PBXFileReference; lastKnownFileType = text; path = build.properties; sourceTree = ""; }; - B3981C6F29239F4000A82429 /* main.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = main.xml; sourceTree = ""; }; - B3981C7129239F4000A82429 /* strings.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = strings.xml; sourceTree = ""; }; - B3981C7329239F4000A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3981C7529239F4000A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3981C7729239F4000A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3981C7929239F4000A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3981C7A29239F4000A82429 /* build.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = build.xml; sourceTree = ""; }; - B3981C7B29239F4000A82429 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = AndroidManifest.xml; sourceTree = ""; }; - B3981C7C29239F4000A82429 /* project.properties */ = {isa = PBXFileReference; lastKnownFileType = text; path = project.properties; sourceTree = ""; }; - B3981C7D29239F4000A82429 /* proguard-project.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "proguard-project.txt"; sourceTree = ""; }; - B3981C7E29239F4000A82429 /* default.properties */ = {isa = PBXFileReference; lastKnownFileType = text; path = default.properties; sourceTree = ""; }; - B3981C8029239F4000A82429 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B3981C8129239F4000A82429 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B3981C8329239F4000A82429 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B3981C8429239F4000A82429 /* Android_static.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android_static.mk; sourceTree = ""; }; - B3981C8929239F4000A82429 /* SDLAudioManager.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = SDLAudioManager.java; sourceTree = ""; }; - B3981C8A29239F4000A82429 /* SDLControllerManager.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = SDLControllerManager.java; sourceTree = ""; }; - B3981C8B29239F4000A82429 /* HIDDevice.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = HIDDevice.java; sourceTree = ""; }; - B3981C8C29239F4000A82429 /* HIDDeviceBLESteamController.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = HIDDeviceBLESteamController.java; sourceTree = ""; }; - B3981C8D29239F4000A82429 /* HIDDeviceUSB.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = HIDDeviceUSB.java; sourceTree = ""; }; - B3981C8E29239F4000A82429 /* SDL.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = SDL.java; sourceTree = ""; }; - B3981C8F29239F4000A82429 /* SDLActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = SDLActivity.java; sourceTree = ""; }; - B3981C9029239F4000A82429 /* HIDDeviceManager.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = HIDDeviceManager.java; sourceTree = ""; }; - B3981C9129239F4000A82429 /* SDL2Config.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = SDL2Config.cmake; sourceTree = ""; }; - B3981C9229239F4000A82429 /* Makefile.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.in; sourceTree = ""; }; - B3981C9329239F4000A82429 /* sdl2-config-version.cmake.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = "sdl2-config-version.cmake.in"; sourceTree = ""; }; - B3981C9429239F4000A82429 /* Makefile.wiz */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.wiz; sourceTree = ""; }; - B3981C9529239F4000A82429 /* sdl2.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = sdl2.m4; sourceTree = ""; }; - B3981C9729239F4000A82429 /* os2-buildbot.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "os2-buildbot.sh"; sourceTree = ""; }; - B3981C9829239F4000A82429 /* windows-buildbot-zipper.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = "windows-buildbot-zipper.bat"; sourceTree = ""; }; - B3981C9929239F4000A82429 /* install-sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-sh"; sourceTree = ""; }; - B3981C9A29239F4000A82429 /* ltmain.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = ltmain.sh; sourceTree = ""; }; - B3981C9B29239F4000A82429 /* checker-buildbot.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "checker-buildbot.sh"; sourceTree = ""; }; - B3981C9C29239F4000A82429 /* naclbuild.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = naclbuild.sh; sourceTree = ""; }; - B3981C9D29239F4000A82429 /* update-copyright.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "update-copyright.sh"; sourceTree = ""; }; - B3981C9E29239F4000A82429 /* raspberrypi-buildbot.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "raspberrypi-buildbot.sh"; sourceTree = ""; }; - B3981C9F29239F4000A82429 /* androidbuildlibs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = androidbuildlibs.sh; sourceTree = ""; }; - B3981CA029239F4000A82429 /* g++-fat.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "g++-fat.sh"; sourceTree = ""; }; - B3981CA129239F4000A82429 /* winrtbuild.ps1 */ = {isa = PBXFileReference; lastKnownFileType = text; path = winrtbuild.ps1; sourceTree = ""; }; - B3981CA229239F4000A82429 /* config.guess */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = config.guess; sourceTree = ""; }; - B3981CA329239F4000A82429 /* winrtbuild.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = winrtbuild.bat; sourceTree = ""; }; - B3981CA429239F4000A82429 /* showrev.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = showrev.sh; sourceTree = ""; }; - B3981CA529239F4000A82429 /* androidbuild.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = androidbuild.sh; sourceTree = ""; }; - B3981CA629239F4000A82429 /* config.sub */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = config.sub; sourceTree = ""; }; - B3981CA729239F4000A82429 /* gcc-fat.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "gcc-fat.sh"; sourceTree = ""; }; - B3981CA829239F4000A82429 /* updaterev.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = updaterev.sh; sourceTree = ""; }; - B3981CA929239F4000A82429 /* emscripten-buildbot.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "emscripten-buildbot.sh"; sourceTree = ""; }; - B3981CAA29239F4000A82429 /* strip_fPIC.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = strip_fPIC.sh; sourceTree = ""; }; - B3981CAB29239F4000A82429 /* iosbuild.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = iosbuild.sh; sourceTree = ""; }; - B3981CAC29239F4000A82429 /* mkinstalldirs */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = mkinstalldirs; sourceTree = ""; }; - B3981CAD29239F4000A82429 /* nacl-buildbot.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "nacl-buildbot.sh"; sourceTree = ""; }; - B3981CAF29239F4000A82429 /* COPYING.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYING.txt; sourceTree = ""; }; - B3981CB029239F4000A82429 /* acinclude.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = acinclude.m4; sourceTree = ""; }; - B3981CB229239F4100A82429 /* testquit.actions */ = {isa = PBXFileReference; lastKnownFileType = text; path = testquit.actions; sourceTree = ""; }; - B3981CB329239F4100A82429 /* testquit.config */ = {isa = PBXFileReference; lastKnownFileType = text; path = testquit.config; sourceTree = ""; }; - B3981CB429239F4100A82429 /* testquit.parameters */ = {isa = PBXFileReference; lastKnownFileType = text; path = testquit.parameters; sourceTree = ""; }; - B3981CB529239F4100A82429 /* testquit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testquit.c; sourceTree = ""; }; - B3981CB629239F4100A82429 /* install-sh */ = {isa = PBXFileReference; lastKnownFileType = text; path = "install-sh"; sourceTree = ""; }; - B3981CB729239F4100A82429 /* testsprite2_sample.actions */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_sample.actions; sourceTree = ""; }; - B3981CB829239F4100A82429 /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; - B3981CB929239F4100A82429 /* configure */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = configure; sourceTree = ""; }; - B3981CBB29239F4100A82429 /* SDL_visualtest_variators.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_variators.h; sourceTree = ""; }; - B3981CBC29239F4100A82429 /* SDL_visualtest_action_configparser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_action_configparser.h; sourceTree = ""; }; - B3981CBD29239F4100A82429 /* SDL_visualtest_screenshot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_screenshot.h; sourceTree = ""; }; - B3981CBE29239F4100A82429 /* SDL_visualtest_harness_argparser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_harness_argparser.h; sourceTree = ""; }; - B3981CBF29239F4100A82429 /* SDL_visualtest_rwhelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_rwhelper.h; sourceTree = ""; }; - B3981CC029239F4100A82429 /* SDL_visualtest_mischelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_mischelper.h; sourceTree = ""; }; - B3981CC129239F4100A82429 /* SDL_visualtest_random_variator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_random_variator.h; sourceTree = ""; }; - B3981CC229239F4100A82429 /* SDL_visualtest_parsehelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_parsehelper.h; sourceTree = ""; }; - B3981CC329239F4100A82429 /* SDL_visualtest_exhaustive_variator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_exhaustive_variator.h; sourceTree = ""; }; - B3981CC429239F4100A82429 /* SDL_visualtest_process.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_process.h; sourceTree = ""; }; - B3981CC529239F4100A82429 /* SDL_visualtest_sut_configparser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_sut_configparser.h; sourceTree = ""; }; - B3981CC629239F4100A82429 /* SDL_visualtest_variator_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_visualtest_variator_common.h; sourceTree = ""; }; - B3981CC729239F4100A82429 /* testsprite2_sample.config */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_sample.config; sourceTree = ""; }; - B3981CC829239F4100A82429 /* stamp-h1 */ = {isa = PBXFileReference; lastKnownFileType = text; path = "stamp-h1"; sourceTree = ""; }; - B3981CC929239F4100A82429 /* config.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = config.h.in; sourceTree = ""; }; - B3981CCA29239F4100A82429 /* launch_harness.cmd */ = {isa = PBXFileReference; lastKnownFileType = text; path = launch_harness.cmd; sourceTree = ""; }; - B3981CCB29239F4100A82429 /* depcomp */ = {isa = PBXFileReference; lastKnownFileType = text; path = depcomp; sourceTree = ""; }; - B3981CCD29239F4100A82429 /* Doxyfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Doxyfile; sourceTree = ""; }; - B3981CCE29239F4100A82429 /* missing */ = {isa = PBXFileReference; lastKnownFileType = text; path = missing; sourceTree = ""; }; - B3981CCF29239F4100A82429 /* configure.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = configure.in; sourceTree = ""; }; - B3981CD029239F4100A82429 /* compile */ = {isa = PBXFileReference; lastKnownFileType = text; path = compile; sourceTree = ""; }; - B3981CD329239F4100A82429 /* testsprite2_geometry.actions */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_geometry.actions; sourceTree = ""; }; - B3981CD429239F4100A82429 /* testsprite2_geometry.config */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_geometry.config; sourceTree = ""; }; - B3981CD529239F4100A82429 /* testsprite2_geometry.parameters */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_geometry.parameters; sourceTree = ""; }; - B3981CD729239F4100A82429 /* testsprite2_crashtest.parameters */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_crashtest.parameters; sourceTree = ""; }; - B3981CD829239F4100A82429 /* testsprite2_crashtest.config */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_crashtest.config; sourceTree = ""; }; - B3981CD929239F4100A82429 /* testsprite2_crashtest.actions */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_crashtest.actions; sourceTree = ""; }; - B3981CDB29239F4100A82429 /* testsprite2_blendmodes.actions */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_blendmodes.actions; sourceTree = ""; }; - B3981CDC29239F4100A82429 /* testsprite2_blendmodes.config */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_blendmodes.config; sourceTree = ""; }; - B3981CDD29239F4100A82429 /* testsprite2_blendmodes.parameters */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_blendmodes.parameters; sourceTree = ""; }; - B3981CDF29239F4100A82429 /* testsprite2_fullscreen.parameters */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_fullscreen.parameters; sourceTree = ""; }; - B3981CE029239F4100A82429 /* testsprite2_fullscreen.config */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_fullscreen.config; sourceTree = ""; }; - B3981CE129239F4100A82429 /* testsprite2_fullscreen.actions */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_fullscreen.actions; sourceTree = ""; }; - B3981CE229239F4100A82429 /* launch_harness.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = launch_harness.sh; sourceTree = ""; }; - B3981CE329239F4100A82429 /* README.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.txt; sourceTree = ""; }; - B3981CE429239F4100A82429 /* testsprite2_sample.parameters */ = {isa = PBXFileReference; lastKnownFileType = text; path = testsprite2_sample.parameters; sourceTree = ""; }; - B3981CE529239F4100A82429 /* Makefile.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.in; sourceTree = ""; }; - B3981CE629239F4100A82429 /* autogen.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = autogen.sh; sourceTree = ""; }; - B3981CE829239F4100A82429 /* variator_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = variator_common.c; sourceTree = ""; }; - B3981CE929239F4100A82429 /* mischelper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mischelper.c; sourceTree = ""; }; - B3981CEA29239F4100A82429 /* harness_argparser.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = harness_argparser.c; sourceTree = ""; }; - B3981CEB29239F4100A82429 /* variator_random.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = variator_random.c; sourceTree = ""; }; - B3981CEC29239F4100A82429 /* sut_configparser.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sut_configparser.c; sourceTree = ""; }; - B3981CED29239F4100A82429 /* parsehelper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = parsehelper.c; sourceTree = ""; }; - B3981CEF29239F4100A82429 /* linux_process.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = linux_process.c; sourceTree = ""; }; - B3981CF029239F4100A82429 /* screenshot.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = screenshot.c; sourceTree = ""; }; - B3981CF129239F4100A82429 /* variator_exhaustive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = variator_exhaustive.c; sourceTree = ""; }; - B3981CF229239F4100A82429 /* action_configparser.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = action_configparser.c; sourceTree = ""; }; - B3981CF429239F4100A82429 /* windows_process.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = windows_process.c; sourceTree = ""; }; - B3981CF529239F4100A82429 /* windows_screenshot.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = windows_screenshot.c; sourceTree = ""; }; - B3981CF629239F4100A82429 /* variators.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = variators.c; sourceTree = ""; }; - B3981CF729239F4100A82429 /* testharness.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = testharness.c; sourceTree = ""; }; - B3981CF829239F4100A82429 /* rwhelper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rwhelper.c; sourceTree = ""; }; - B3981CFB29239F4100A82429 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - B3981D0129239F4100A82429 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B3981D0829239F4100A82429 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = ""; }; - B3981D0929239F4100A82429 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - B3981D0A29239F4100A82429 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; - B3981D0F29239F4100A82429 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; - B3981D1029239F4100A82429 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B3981D1229239F4100A82429 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = ""; }; - B3981D1329239F4100A82429 /* iOS Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "iOS Launch Screen.storyboard"; sourceTree = ""; }; - B3981D1429239F4100A82429 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - B3981D1729239F4100A82429 /* ds_china.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_china.wav; sourceTree = ""; }; - B3981D1829239F4100A82429 /* ds_kick_big_amb.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_kick_big_amb.wav; sourceTree = ""; }; - B3981D1929239F4100A82429 /* ds_loose_skin_mute.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_loose_skin_mute.wav; sourceTree = ""; }; - B3981D1A29239F4100A82429 /* ds_brush_snare.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ds_brush_snare.wav; sourceTree = ""; }; - B3981D1C29239F4100A82429 /* kromasky_16x16.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = kromasky_16x16.bmp; sourceTree = ""; }; - B3981D1D29239F4100A82429 /* license.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = license.txt; sourceTree = ""; }; - B3981D1E29239F4100A82429 /* stroke.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = stroke.bmp; sourceTree = ""; }; - B3981D1F29239F4100A82429 /* space.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = space.bmp; sourceTree = ""; }; - B3981D2029239F4100A82429 /* ship.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = ship.bmp; sourceTree = ""; }; - B3981D2129239F4100A82429 /* icon.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = icon.bmp; sourceTree = ""; }; - B3981D2229239F4100A82429 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; - B3981D2329239F4100A82429 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B3981D2929239F4100A82429 /* fireworks.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fireworks.c; sourceTree = ""; }; - B3981D2A29239F4100A82429 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = common.c; sourceTree = ""; }; - B3981D2B29239F4100A82429 /* mixer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mixer.c; sourceTree = ""; }; - B3981D2C29239F4100A82429 /* keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = keyboard.c; sourceTree = ""; }; - B3981D2D29239F4100A82429 /* happy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = happy.c; sourceTree = ""; }; - B3981D2E29239F4100A82429 /* rectangles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rectangles.c; sourceTree = ""; }; - B3981D2F29239F4100A82429 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = ""; }; - B3981D3029239F4100A82429 /* touch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = touch.c; sourceTree = ""; }; - B3981D3129239F4100A82429 /* accelerometer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = accelerometer.c; sourceTree = ""; }; - B3981D3229239F4100A82429 /* autogen.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = autogen.sh; sourceTree = ""; }; - B3981D3429239F4100A82429 /* SDL_error_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_error_c.h; sourceTree = ""; }; - B3981D3729239F4100A82429 /* SDL_syspower.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_syspower.m; sourceTree = ""; }; - B3981D3829239F4100A82429 /* SDL_syspower.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_syspower.h; sourceTree = ""; }; - B3981D3A29239F4100A82429 /* SDL_syspower.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syspower.c; sourceTree = ""; }; - B3981D3C29239F4100A82429 /* SDL_syspower.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syspower.c; sourceTree = ""; }; - B3981D3D29239F4100A82429 /* SDL_power.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_power.c; sourceTree = ""; }; - B3981D3F29239F4100A82429 /* SDL_syspower.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syspower.c; sourceTree = ""; }; - B3981D4129239F4100A82429 /* SDL_syspower.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syspower.c; sourceTree = ""; }; - B3981D4329239F4100A82429 /* SDL_syspower.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syspower.c; sourceTree = ""; }; - B3981D4529239F4100A82429 /* SDL_syspower.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_syspower.cpp; sourceTree = ""; }; - B3981D4729239F4100A82429 /* SDL_syspower.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syspower.c; sourceTree = ""; }; - B3981D4929239F4100A82429 /* SDL_syspower.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syspower.c; sourceTree = ""; }; - B3981D4A29239F4100A82429 /* SDL_syspower.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_syspower.h; sourceTree = ""; }; - B3981D4B29239F4100A82429 /* SDL_hints.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hints.c; sourceTree = ""; }; - B3981D4C29239F4100A82429 /* SDL_assert_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_assert_c.h; sourceTree = ""; }; - B3981D4F29239F4100A82429 /* SDL_sysurl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysurl.c; sourceTree = ""; }; - B3981D5029239F4100A82429 /* SDL_url.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_url.c; sourceTree = ""; }; - B3981D5129239F4100A82429 /* SDL_sysurl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysurl.h; sourceTree = ""; }; - B3981D5329239F4100A82429 /* SDL_sysurl.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_sysurl.cc; sourceTree = ""; }; - B3981D5529239F4100A82429 /* SDL_sysurl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_sysurl.m; sourceTree = ""; }; - B3981D5729239F4100A82429 /* SDL_sysurl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysurl.c; sourceTree = ""; }; - B3981D5929239F4100A82429 /* SDL_sysurl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_sysurl.m; sourceTree = ""; }; - B3981D5B29239F4100A82429 /* SDL_sysurl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_sysurl.cpp; sourceTree = ""; }; - B3981D5D29239F4100A82429 /* SDL_sysurl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysurl.c; sourceTree = ""; }; - B3981D5F29239F4100A82429 /* SDL_sysurl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysurl.c; sourceTree = ""; }; - B3981D6129239F4100A82429 /* SDL_sysurl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysurl.c; sourceTree = ""; }; - B3981D6329239F4100A82429 /* s_sin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s_sin.c; sourceTree = ""; }; - B3981D6429239F4100A82429 /* s_cos.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s_cos.c; sourceTree = ""; }; - B3981D6529239F4100A82429 /* s_copysign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s_copysign.c; sourceTree = ""; }; - B3981D6629239F4100A82429 /* s_fabs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s_fabs.c; sourceTree = ""; }; - B3981D6729239F4100A82429 /* k_rem_pio2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = k_rem_pio2.c; sourceTree = ""; }; - B3981D6829239F4100A82429 /* k_sin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = k_sin.c; sourceTree = ""; }; - B3981D6929239F4100A82429 /* s_atan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s_atan.c; sourceTree = ""; }; - B3981D6A29239F4100A82429 /* k_cos.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = k_cos.c; sourceTree = ""; }; - B3981D6B29239F4100A82429 /* s_scalbn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s_scalbn.c; sourceTree = ""; }; - B3981D6C29239F4100A82429 /* math_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = math_private.h; sourceTree = ""; }; - B3981D6D29239F4100A82429 /* e_pow.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_pow.c; sourceTree = ""; }; - B3981D6E29239F4100A82429 /* e_atan2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_atan2.c; sourceTree = ""; }; - B3981D6F29239F4100A82429 /* s_tan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s_tan.c; sourceTree = ""; }; - B3981D7029239F4100A82429 /* e_rem_pio2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rem_pio2.c; sourceTree = ""; }; - B3981D7129239F4100A82429 /* e_fmod.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_fmod.c; sourceTree = ""; }; - B3981D7229239F4100A82429 /* e_exp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_exp.c; sourceTree = ""; }; - B3981D7329239F4100A82429 /* e_log10.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_log10.c; sourceTree = ""; }; - B3981D7429239F4100A82429 /* e_log.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_log.c; sourceTree = ""; }; - B3981D7529239F4100A82429 /* e_sqrt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_sqrt.c; sourceTree = ""; }; - B3981D7629239F4100A82429 /* s_floor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s_floor.c; sourceTree = ""; }; - B3981D7729239F4100A82429 /* math_libm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = math_libm.h; sourceTree = ""; }; - B3981D7829239F4100A82429 /* k_tan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = k_tan.c; sourceTree = ""; }; - B3981D7B29239F4100A82429 /* SDL_offscreenopengl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_offscreenopengl.c; sourceTree = ""; }; - B3981D7C29239F4100A82429 /* SDL_offscreenevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_offscreenevents_c.h; sourceTree = ""; }; - B3981D7D29239F4100A82429 /* SDL_offscreenwindow.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_offscreenwindow.c; sourceTree = ""; }; - B3981D7E29239F4100A82429 /* SDL_offscreenevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_offscreenevents.c; sourceTree = ""; }; - B3981D7F29239F4100A82429 /* SDL_offscreenvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_offscreenvideo.h; sourceTree = ""; }; - B3981D8029239F4100A82429 /* SDL_offscreenframebuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_offscreenframebuffer.c; sourceTree = ""; }; - B3981D8129239F4100A82429 /* SDL_offscreenopengl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_offscreenopengl.h; sourceTree = ""; }; - B3981D8229239F4100A82429 /* SDL_offscreenframebuffer_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_offscreenframebuffer_c.h; sourceTree = ""; }; - B3981D8329239F4100A82429 /* SDL_offscreenwindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_offscreenwindow.h; sourceTree = ""; }; - B3981D8429239F4100A82429 /* SDL_offscreenvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_offscreenvideo.c; sourceTree = ""; }; - B3981D8629239F4100A82429 /* SDL_vivantevulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_vivantevulkan.h; sourceTree = ""; }; - B3981D8729239F4100A82429 /* SDL_vivanteplatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_vivanteplatform.h; sourceTree = ""; }; - B3981D8829239F4100A82429 /* SDL_vivantevideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_vivantevideo.c; sourceTree = ""; }; - B3981D8929239F4100A82429 /* SDL_vivanteopengles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_vivanteopengles.c; sourceTree = ""; }; - B3981D8A29239F4100A82429 /* SDL_vivantevulkan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_vivantevulkan.c; sourceTree = ""; }; - B3981D8B29239F4100A82429 /* SDL_vivanteplatform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_vivanteplatform.c; sourceTree = ""; }; - B3981D8C29239F4100A82429 /* SDL_vivanteopengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_vivanteopengles.h; sourceTree = ""; }; - B3981D8D29239F4100A82429 /* SDL_vivantevideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_vivantevideo.h; sourceTree = ""; }; - B3981D8E29239F4100A82429 /* SDL_blit_slow.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blit_slow.c; sourceTree = ""; }; - B3981D8F29239F4100A82429 /* SDL_stretch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_stretch.c; sourceTree = ""; }; - B3981D9029239F4100A82429 /* SDL_egl_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_egl_c.h; sourceTree = ""; }; - B3981D9229239F4100A82429 /* SDL_nullframebuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_nullframebuffer.c; sourceTree = ""; }; - B3981D9329239F4100A82429 /* SDL_nullframebuffer_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_nullframebuffer_c.h; sourceTree = ""; }; - B3981D9429239F4100A82429 /* SDL_nullvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_nullvideo.c; sourceTree = ""; }; - B3981D9529239F4100A82429 /* SDL_nullevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_nullevents.c; sourceTree = ""; }; - B3981D9629239F4100A82429 /* SDL_nullvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_nullvideo.h; sourceTree = ""; }; - B3981D9729239F4100A82429 /* SDL_nullevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_nullevents_c.h; sourceTree = ""; }; - B3981D9829239F4100A82429 /* SDL_rect_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_rect_c.h; sourceTree = ""; }; - B3981D9A29239F4100A82429 /* SDL_os2util.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_os2util.c; sourceTree = ""; }; - B3981D9B29239F4100A82429 /* SDL_os2vman.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_os2vman.c; sourceTree = ""; }; - B3981D9C29239F4100A82429 /* SDL_os2messagebox.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_os2messagebox.c; sourceTree = ""; }; - B3981D9D29239F4100A82429 /* my_gradd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = my_gradd.h; sourceTree = ""; }; - B3981D9E29239F4100A82429 /* SDL_os2video.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_os2video.h; sourceTree = ""; }; - B3981D9F29239F4100A82429 /* SDL_os2mouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_os2mouse.h; sourceTree = ""; }; - B3981DA029239F4100A82429 /* SDL_os2output.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_os2output.h; sourceTree = ""; }; - B3981DA129239F4100A82429 /* SDL_os2util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_os2util.h; sourceTree = ""; }; - B3981DA229239F4100A82429 /* SDL_os2messagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_os2messagebox.h; sourceTree = ""; }; - B3981DA329239F4100A82429 /* SDL_os2video.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_os2video.c; sourceTree = ""; }; - B3981DA429239F4100A82429 /* SDL_os2mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_os2mouse.c; sourceTree = ""; }; - B3981DA529239F4100A82429 /* SDL_os2dive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_os2dive.c; sourceTree = ""; }; - B3981DA629239F4100A82429 /* SDL_shape_internals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shape_internals.h; sourceTree = ""; }; - B3981DA729239F4100A82429 /* SDL_video.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_video.c; sourceTree = ""; }; - B3981DA929239F4100A82429 /* gl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gl.c; sourceTree = ""; }; - B3981DAA29239F4100A82429 /* sdl_qnx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sdl_qnx.h; sourceTree = ""; }; - B3981DAB29239F4100A82429 /* video.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video.c; sourceTree = ""; }; - B3981DAC29239F4100A82429 /* keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = keyboard.c; sourceTree = ""; }; - B3981DAD29239F4100A82429 /* SDL_surface.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_surface.c; sourceTree = ""; }; - B3981DAE29239F4100A82429 /* SDL_RLEaccel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_RLEaccel.c; sourceTree = ""; }; - B3981DAF29239F4100A82429 /* SDL_blit_copy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blit_copy.c; sourceTree = ""; }; - B3981DB029239F4100A82429 /* SDL_sysvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysvideo.h; sourceTree = ""; }; - B3981DB229239F4100A82429 /* SDL_uikitview.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitview.h; sourceTree = ""; }; - B3981DB329239F4100A82429 /* SDL_uikitwindow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitwindow.m; sourceTree = ""; }; - B3981DB429239F4100A82429 /* SDL_uikitmessagebox.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitmessagebox.m; sourceTree = ""; }; - B3981DB529239F4100A82429 /* SDL_uikitevents.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitevents.m; sourceTree = ""; }; - B3981DB629239F4100A82429 /* SDL_uikitmetalview.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitmetalview.h; sourceTree = ""; }; - B3981DB729239F4100A82429 /* SDL_uikitappdelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitappdelegate.m; sourceTree = ""; }; - B3981DB829239F4100A82429 /* SDL_uikitmodes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitmodes.h; sourceTree = ""; }; - B3981DB929239F4100A82429 /* SDL_uikitopenglview.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitopenglview.m; sourceTree = ""; }; - B3981DBA29239F4100A82429 /* SDL_uikitclipboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitclipboard.h; sourceTree = ""; }; - B3981DBB29239F4100A82429 /* SDL_uikitvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitvideo.h; sourceTree = ""; }; - B3981DBC29239F4100A82429 /* SDL_uikitopengles.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitopengles.m; sourceTree = ""; }; - B3981DBD29239F4100A82429 /* SDL_uikitviewcontroller.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitviewcontroller.h; sourceTree = ""; }; - B3981DBE29239F4100A82429 /* SDL_uikitvulkan.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitvulkan.m; sourceTree = ""; }; - B3981DBF29239F4100A82429 /* SDL_uikitmessagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitmessagebox.h; sourceTree = ""; }; - B3981DC029239F4100A82429 /* SDL_uikitwindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitwindow.h; sourceTree = ""; }; - B3981DC129239F4100A82429 /* keyinfotable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = keyinfotable.h; sourceTree = ""; }; - B3981DC229239F4100A82429 /* SDL_uikitview.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitview.m; sourceTree = ""; }; - B3981DC329239F4100A82429 /* SDL_uikitclipboard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitclipboard.m; sourceTree = ""; }; - B3981DC429239F4100A82429 /* SDL_uikitopenglview.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitopenglview.h; sourceTree = ""; }; - B3981DC529239F4100A82429 /* SDL_uikitmodes.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitmodes.m; sourceTree = ""; }; - B3981DC629239F4100A82429 /* SDL_uikitevents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitevents.h; sourceTree = ""; }; - B3981DC729239F4100A82429 /* SDL_uikitmetalview.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitmetalview.m; sourceTree = ""; }; - B3981DC829239F4100A82429 /* SDL_uikitappdelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitappdelegate.h; sourceTree = ""; }; - B3981DC929239F4100A82429 /* SDL_uikitviewcontroller.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitviewcontroller.m; sourceTree = ""; }; - B3981DCA29239F4100A82429 /* SDL_uikitopengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitopengles.h; sourceTree = ""; }; - B3981DCB29239F4100A82429 /* SDL_uikitvideo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_uikitvideo.m; sourceTree = ""; }; - B3981DCC29239F4100A82429 /* SDL_uikitvulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_uikitvulkan.h; sourceTree = ""; }; - B3981DCD29239F4100A82429 /* SDL_rect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_rect.c; sourceTree = ""; }; - B3981DCF29239F4100A82429 /* SDL_rpievents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_rpievents.c; sourceTree = ""; }; - B3981DD029239F4100A82429 /* SDL_rpiopengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_rpiopengles.h; sourceTree = ""; }; - B3981DD129239F4100A82429 /* SDL_rpimouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_rpimouse.h; sourceTree = ""; }; - B3981DD229239F4100A82429 /* SDL_rpievents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_rpievents_c.h; sourceTree = ""; }; - B3981DD329239F4100A82429 /* SDL_rpivideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_rpivideo.h; sourceTree = ""; }; - B3981DD429239F4100A82429 /* SDL_rpiopengles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_rpiopengles.c; sourceTree = ""; }; - B3981DD529239F4100A82429 /* SDL_rpimouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_rpimouse.c; sourceTree = ""; }; - B3981DD629239F4100A82429 /* SDL_rpivideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_rpivideo.c; sourceTree = ""; }; - B3981DD729239F4100A82429 /* SDL_vulkan_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_vulkan_internal.h; sourceTree = ""; }; - B3981DD829239F4100A82429 /* SDL_blit_auto.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blit_auto.c; sourceTree = ""; }; - B3981DD929239F4100A82429 /* SDL_vulkan_utils.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_vulkan_utils.c; sourceTree = ""; }; - B3981DDA29239F4100A82429 /* sdlgenblit.pl */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = sdlgenblit.pl; sourceTree = ""; }; - B3981DDB29239F4100A82429 /* SDL_blit_N.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blit_N.c; sourceTree = ""; }; - B3981DDD29239F4100A82429 /* SDL_pspvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_pspvideo.h; sourceTree = ""; }; - B3981DDE29239F4100A82429 /* SDL_pspevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_pspevents_c.h; sourceTree = ""; }; - B3981DDF29239F4100A82429 /* SDL_pspgl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_pspgl.c; sourceTree = ""; }; - B3981DE029239F4100A82429 /* SDL_pspvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_pspvideo.c; sourceTree = ""; }; - B3981DE129239F4100A82429 /* SDL_pspmouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_pspmouse.c; sourceTree = ""; }; - B3981DE229239F4100A82429 /* SDL_pspmouse_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_pspmouse_c.h; sourceTree = ""; }; - B3981DE329239F4100A82429 /* SDL_pspgl_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_pspgl_c.h; sourceTree = ""; }; - B3981DE429239F4100A82429 /* SDL_pspevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_pspevents.c; sourceTree = ""; }; - B3981DE529239F4100A82429 /* SDL_blit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blit.c; sourceTree = ""; }; - B3981DE629239F4100A82429 /* SDL_pixels.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_pixels.c; sourceTree = ""; }; - B3981DE829239F4100A82429 /* SDL_bopengl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_bopengl.h; sourceTree = ""; }; - B3981DE929239F4100A82429 /* SDL_bvideo.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_bvideo.cc; sourceTree = ""; }; - B3981DEA29239F4100A82429 /* SDL_bmessagebox.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_bmessagebox.cc; sourceTree = ""; }; - B3981DEB29239F4100A82429 /* SDL_bkeyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_bkeyboard.h; sourceTree = ""; }; - B3981DEC29239F4100A82429 /* SDL_bevents.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_bevents.cc; sourceTree = ""; }; - B3981DED29239F4100A82429 /* SDL_bkeyboard.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_bkeyboard.cc; sourceTree = ""; }; - B3981DEE29239F4100A82429 /* SDL_bwindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_bwindow.h; sourceTree = ""; }; - B3981DEF29239F4100A82429 /* SDL_bclipboard.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_bclipboard.cc; sourceTree = ""; }; - B3981DF029239F4100A82429 /* SDL_bmessagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_bmessagebox.h; sourceTree = ""; }; - B3981DF129239F4100A82429 /* SDL_bwindow.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_bwindow.cc; sourceTree = ""; }; - B3981DF229239F4100A82429 /* SDL_bevents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_bevents.h; sourceTree = ""; }; - B3981DF329239F4100A82429 /* SDL_bmodes.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_bmodes.cc; sourceTree = ""; }; - B3981DF429239F4100A82429 /* SDL_bframebuffer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_bframebuffer.cc; sourceTree = ""; }; - B3981DF529239F4100A82429 /* SDL_bvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_bvideo.h; sourceTree = ""; }; - B3981DF629239F4100A82429 /* SDL_BWin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_BWin.h; sourceTree = ""; }; - B3981DF729239F4100A82429 /* SDL_bframebuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_bframebuffer.h; sourceTree = ""; }; - B3981DF829239F4100A82429 /* SDL_bclipboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_bclipboard.h; sourceTree = ""; }; - B3981DF929239F4100A82429 /* SDL_bopengl.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_bopengl.cc; sourceTree = ""; }; - B3981DFA29239F4100A82429 /* SDL_bmodes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_bmodes.h; sourceTree = ""; }; - B3981DFB29239F4100A82429 /* SDL_blit_0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blit_0.c; sourceTree = ""; }; - B3981DFC29239F4100A82429 /* SDL_blit_slow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_blit_slow.h; sourceTree = ""; }; - B3981DFD29239F4100A82429 /* SDL_blit_A.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blit_A.c; sourceTree = ""; }; - B3981DFF29239F4100A82429 /* SDL_waylandclipboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_waylandclipboard.c; sourceTree = ""; }; - B3981E0029239F4100A82429 /* SDL_waylandwindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylandwindow.h; sourceTree = ""; }; - B3981E0129239F4100A82429 /* SDL_waylandtouch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylandtouch.h; sourceTree = ""; }; - B3981E0229239F4100A82429 /* SDL_waylandsym.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylandsym.h; sourceTree = ""; }; - B3981E0329239F4100A82429 /* SDL_waylanddatamanager.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_waylanddatamanager.c; sourceTree = ""; }; - B3981E0429239F4100A82429 /* SDL_waylandmouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_waylandmouse.c; sourceTree = ""; }; - B3981E0529239F4100A82429 /* SDL_waylandopengles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_waylandopengles.c; sourceTree = ""; }; - B3981E0629239F4100A82429 /* SDL_waylanddyn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylanddyn.h; sourceTree = ""; }; - B3981E0729239F4100A82429 /* SDL_waylandvulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylandvulkan.h; sourceTree = ""; }; - B3981E0829239F4100A82429 /* SDL_waylandvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_waylandvideo.c; sourceTree = ""; }; - B3981E0929239F4100A82429 /* SDL_waylandtouch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_waylandtouch.c; sourceTree = ""; }; - B3981E0A29239F4100A82429 /* SDL_waylandwindow.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_waylandwindow.c; sourceTree = ""; }; - B3981E0B29239F4100A82429 /* SDL_waylandclipboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylandclipboard.h; sourceTree = ""; }; - B3981E0C29239F4100A82429 /* SDL_waylandevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_waylandevents.c; sourceTree = ""; }; - B3981E0D29239F4100A82429 /* SDL_waylandevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylandevents_c.h; sourceTree = ""; }; - B3981E0E29239F4100A82429 /* SDL_waylandmouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylandmouse.h; sourceTree = ""; }; - B3981E0F29239F4100A82429 /* SDL_waylandopengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylandopengles.h; sourceTree = ""; }; - B3981E1029239F4100A82429 /* SDL_waylanddatamanager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylanddatamanager.h; sourceTree = ""; }; - B3981E1129239F4100A82429 /* SDL_waylandvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_waylandvideo.h; sourceTree = ""; }; - B3981E1229239F4100A82429 /* SDL_waylandvulkan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_waylandvulkan.c; sourceTree = ""; }; - B3981E1329239F4100A82429 /* SDL_waylanddyn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_waylanddyn.c; sourceTree = ""; }; - B3981E1429239F4100A82429 /* SDL_clipboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_clipboard.c; sourceTree = ""; }; - B3981E1529239F4100A82429 /* SDL_yuv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_yuv.c; sourceTree = ""; }; - B3981E1729239F4100A82429 /* SDL_cocoashape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoashape.h; sourceTree = ""; }; - B3981E1829239F4100A82429 /* SDL_cocoaopengl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaopengl.m; sourceTree = ""; }; - B3981E1929239F4100A82429 /* SDL_cocoakeyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoakeyboard.h; sourceTree = ""; }; - B3981E1A29239F4100A82429 /* SDL_cocoamodes.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoamodes.m; sourceTree = ""; }; - B3981E1B29239F4100A82429 /* SDL_cocoaopengles.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaopengles.m; sourceTree = ""; }; - B3981E1C29239F4100A82429 /* SDL_cocoavulkan.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoavulkan.m; sourceTree = ""; }; - B3981E1D29239F4100A82429 /* SDL_cocoawindow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoawindow.m; sourceTree = ""; }; - B3981E1E29239F4100A82429 /* SDL_cocoavideo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoavideo.m; sourceTree = ""; }; - B3981E1F29239F4100A82429 /* SDL_cocoametalview.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoametalview.h; sourceTree = ""; }; - B3981E2029239F4100A82429 /* SDL_cocoamouse.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoamouse.m; sourceTree = ""; }; - B3981E2129239F4100A82429 /* SDL_cocoamousetap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoamousetap.h; sourceTree = ""; }; - B3981E2229239F4100A82429 /* SDL_cocoaevents.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaevents.m; sourceTree = ""; }; - B3981E2329239F4100A82429 /* SDL_cocoaclipboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaclipboard.h; sourceTree = ""; }; - B3981E2429239F4100A82429 /* SDL_cocoamessagebox.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoamessagebox.m; sourceTree = ""; }; - B3981E2529239F4100A82429 /* SDL_cocoakeyboard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoakeyboard.m; sourceTree = ""; }; - B3981E2629239F4100A82429 /* SDL_cocoaopengl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaopengl.h; sourceTree = ""; }; - B3981E2729239F4100A82429 /* SDL_cocoashape.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoashape.m; sourceTree = ""; }; - B3981E2829239F4100A82429 /* SDL_cocoavulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoavulkan.h; sourceTree = ""; }; - B3981E2929239F4100A82429 /* SDL_cocoaopengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaopengles.h; sourceTree = ""; }; - B3981E2A29239F4100A82429 /* SDL_cocoamodes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoamodes.h; sourceTree = ""; }; - B3981E2B29239F4100A82429 /* SDL_cocoawindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoawindow.h; sourceTree = ""; }; - B3981E2C29239F4100A82429 /* SDL_cocoavideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoavideo.h; sourceTree = ""; }; - B3981E2D29239F4100A82429 /* SDL_cocoamessagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoamessagebox.h; sourceTree = ""; }; - B3981E2E29239F4100A82429 /* SDL_cocoaclipboard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaclipboard.m; sourceTree = ""; }; - B3981E2F29239F4100A82429 /* SDL_cocoaevents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaevents.h; sourceTree = ""; }; - B3981E3029239F4100A82429 /* SDL_cocoamousetap.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoamousetap.m; sourceTree = ""; }; - B3981E3129239F4100A82429 /* SDL_cocoamouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_cocoamouse.h; sourceTree = ""; }; - B3981E3229239F4100A82429 /* SDL_cocoametalview.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoametalview.m; sourceTree = ""; }; - B3981E3429239F4100A82429 /* SDL_emscriptenvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_emscriptenvideo.h; sourceTree = ""; }; - B3981E3529239F4100A82429 /* SDL_emscriptenevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_emscriptenevents.c; sourceTree = ""; }; - B3981E3629239F4100A82429 /* SDL_emscriptenmouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_emscriptenmouse.h; sourceTree = ""; }; - B3981E3729239F4100A82429 /* SDL_emscriptenopengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_emscriptenopengles.h; sourceTree = ""; }; - B3981E3829239F4100A82429 /* SDL_emscriptenframebuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_emscriptenframebuffer.c; sourceTree = ""; }; - B3981E3929239F4100A82429 /* SDL_emscriptenvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_emscriptenvideo.c; sourceTree = ""; }; - B3981E3A29239F4100A82429 /* SDL_emscriptenmouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_emscriptenmouse.c; sourceTree = ""; }; - B3981E3B29239F4100A82429 /* SDL_emscriptenopengles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_emscriptenopengles.c; sourceTree = ""; }; - B3981E3C29239F4100A82429 /* SDL_emscriptenevents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_emscriptenevents.h; sourceTree = ""; }; - B3981E3D29239F4100A82429 /* SDL_emscriptenframebuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_emscriptenframebuffer.h; sourceTree = ""; }; - B3981E3F29239F4100A82429 /* SDL_pandora.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_pandora.h; sourceTree = ""; }; - B3981E4029239F4100A82429 /* SDL_pandora_events.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_pandora_events.h; sourceTree = ""; }; - B3981E4129239F4100A82429 /* SDL_pandora.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_pandora.c; sourceTree = ""; }; - B3981E4229239F4100A82429 /* SDL_pandora_events.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_pandora_events.c; sourceTree = ""; }; - B3981E4429239F4100A82429 /* SDL_kmsdrmvulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_kmsdrmvulkan.h; sourceTree = ""; }; - B3981E4529239F4100A82429 /* SDL_kmsdrmsym.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_kmsdrmsym.h; sourceTree = ""; }; - B3981E4629239F4100A82429 /* SDL_kmsdrmmouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_kmsdrmmouse.h; sourceTree = ""; }; - B3981E4729239F4100A82429 /* SDL_kmsdrmdyn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_kmsdrmdyn.h; sourceTree = ""; }; - B3981E4829239F4100A82429 /* SDL_kmsdrmevents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_kmsdrmevents.h; sourceTree = ""; }; - B3981E4929239F4100A82429 /* SDL_kmsdrmvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_kmsdrmvideo.h; sourceTree = ""; }; - B3981E4A29239F4100A82429 /* SDL_kmsdrmopengles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_kmsdrmopengles.c; sourceTree = ""; }; - B3981E4B29239F4100A82429 /* SDL_kmsdrmvulkan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_kmsdrmvulkan.c; sourceTree = ""; }; - B3981E4C29239F4100A82429 /* SDL_kmsdrmevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_kmsdrmevents.c; sourceTree = ""; }; - B3981E4D29239F4100A82429 /* SDL_kmsdrmdyn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_kmsdrmdyn.c; sourceTree = ""; }; - B3981E4E29239F4100A82429 /* SDL_kmsdrmmouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_kmsdrmmouse.c; sourceTree = ""; }; - B3981E4F29239F4100A82429 /* SDL_kmsdrmopengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_kmsdrmopengles.h; sourceTree = ""; }; - B3981E5029239F4100A82429 /* SDL_kmsdrmvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_kmsdrmvideo.c; sourceTree = ""; }; - B3981E5129239F4100A82429 /* SDL_egl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_egl.c; sourceTree = ""; }; - B3981E5329239F4100A82429 /* SDL_winrtopengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_winrtopengles.h; sourceTree = ""; }; - B3981E5429239F4100A82429 /* SDL_winrtvideo_cpp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_winrtvideo_cpp.h; sourceTree = ""; }; - B3981E5529239F4100A82429 /* SDL_winrtpointerinput.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtpointerinput.cpp; sourceTree = ""; }; - B3981E5629239F4100A82429 /* SDL_winrtgamebar.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtgamebar.cpp; sourceTree = ""; }; - B3981E5729239F4100A82429 /* SDL_winrtmouse.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtmouse.cpp; sourceTree = ""; }; - B3981E5829239F4100A82429 /* SDL_winrtmessagebox.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtmessagebox.cpp; sourceTree = ""; }; - B3981E5929239F4100A82429 /* SDL_winrtvideo.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtvideo.cpp; sourceTree = ""; }; - B3981E5A29239F4100A82429 /* SDL_winrtevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_winrtevents_c.h; sourceTree = ""; }; - B3981E5B29239F4100A82429 /* SDL_winrtopengles.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtopengles.cpp; sourceTree = ""; }; - B3981E5C29239F4100A82429 /* SDL_winrtmessagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_winrtmessagebox.h; sourceTree = ""; }; - B3981E5D29239F4100A82429 /* SDL_winrtgamebar_cpp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_winrtgamebar_cpp.h; sourceTree = ""; }; - B3981E5E29239F4100A82429 /* SDL_winrtkeyboard.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtkeyboard.cpp; sourceTree = ""; }; - B3981E5F29239F4100A82429 /* SDL_winrtmouse_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_winrtmouse_c.h; sourceTree = ""; }; - B3981E6029239F4100A82429 /* SDL_winrtevents.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtevents.cpp; sourceTree = ""; }; - B3981E6229239F4100A82429 /* SDL_androidvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidvideo.c; sourceTree = ""; }; - B3981E6329239F4100A82429 /* SDL_androidmessagebox.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidmessagebox.c; sourceTree = ""; }; - B3981E6429239F4100A82429 /* SDL_androidclipboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidclipboard.h; sourceTree = ""; }; - B3981E6529239F4100A82429 /* SDL_androidmouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidmouse.c; sourceTree = ""; }; - B3981E6629239F4100A82429 /* SDL_androidvulkan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidvulkan.c; sourceTree = ""; }; - B3981E6729239F4100A82429 /* SDL_androidgl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidgl.h; sourceTree = ""; }; - B3981E6829239F4100A82429 /* SDL_androidkeyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidkeyboard.c; sourceTree = ""; }; - B3981E6929239F4100A82429 /* SDL_androidwindow.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidwindow.c; sourceTree = ""; }; - B3981E6A29239F4100A82429 /* SDL_androidevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidevents.c; sourceTree = ""; }; - B3981E6B29239F4100A82429 /* SDL_androidtouch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidtouch.h; sourceTree = ""; }; - B3981E6C29239F4100A82429 /* SDL_androidclipboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidclipboard.c; sourceTree = ""; }; - B3981E6D29239F4100A82429 /* SDL_androidmessagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidmessagebox.h; sourceTree = ""; }; - B3981E6E29239F4100A82429 /* SDL_androidvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidvideo.h; sourceTree = ""; }; - B3981E6F29239F4100A82429 /* SDL_androidgl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidgl.c; sourceTree = ""; }; - B3981E7029239F4100A82429 /* SDL_androidmouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidmouse.h; sourceTree = ""; }; - B3981E7129239F4100A82429 /* SDL_androidvulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidvulkan.h; sourceTree = ""; }; - B3981E7229239F4100A82429 /* SDL_androidwindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidwindow.h; sourceTree = ""; }; - B3981E7329239F4100A82429 /* SDL_androidkeyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidkeyboard.h; sourceTree = ""; }; - B3981E7429239F4100A82429 /* SDL_androidevents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidevents.h; sourceTree = ""; }; - B3981E7529239F4100A82429 /* SDL_androidtouch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidtouch.c; sourceTree = ""; }; - B3981E7729239F4100A82429 /* SDL_naclopengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_naclopengles.h; sourceTree = ""; }; - B3981E7829239F4100A82429 /* SDL_naclvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_naclvideo.h; sourceTree = ""; }; - B3981E7929239F4100A82429 /* SDL_naclglue.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_naclglue.c; sourceTree = ""; }; - B3981E7A29239F4100A82429 /* SDL_naclwindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_naclwindow.h; sourceTree = ""; }; - B3981E7B29239F4100A82429 /* SDL_naclevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_naclevents_c.h; sourceTree = ""; }; - B3981E7C29239F4100A82429 /* SDL_naclopengles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_naclopengles.c; sourceTree = ""; }; - B3981E7D29239F4100A82429 /* SDL_naclvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_naclvideo.c; sourceTree = ""; }; - B3981E7E29239F4100A82429 /* SDL_naclwindow.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_naclwindow.c; sourceTree = ""; }; - B3981E7F29239F4100A82429 /* SDL_naclevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_naclevents.c; sourceTree = ""; }; - B3981E8129239F4100A82429 /* SDL_DirectFB_opengl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_opengl.h; sourceTree = ""; }; - B3981E8229239F4100A82429 /* SDL_DirectFB_modes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_modes.h; sourceTree = ""; }; - B3981E8329239F4100A82429 /* SDL_DirectFB_WM.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_WM.h; sourceTree = ""; }; - B3981E8429239F4100A82429 /* SDL_DirectFB_vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_vulkan.h; sourceTree = ""; }; - B3981E8529239F4100A82429 /* SDL_DirectFB_dyn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_dyn.h; sourceTree = ""; }; - B3981E8629239F4100A82429 /* SDL_DirectFB_shape.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_shape.c; sourceTree = ""; }; - B3981E8729239F4100A82429 /* SDL_DirectFB_window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_window.h; sourceTree = ""; }; - B3981E8829239F4100A82429 /* SDL_DirectFB_mouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_mouse.h; sourceTree = ""; }; - B3981E8929239F4100A82429 /* SDL_DirectFB_render.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_render.c; sourceTree = ""; }; - B3981E8A29239F4100A82429 /* SDL_DirectFB_events.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_events.h; sourceTree = ""; }; - B3981E8B29239F4100A82429 /* SDL_DirectFB_video.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_video.h; sourceTree = ""; }; - B3981E8C29239F4100A82429 /* SDL_DirectFB_modes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_modes.c; sourceTree = ""; }; - B3981E8D29239F4100A82429 /* SDL_DirectFB_opengl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_opengl.c; sourceTree = ""; }; - B3981E8E29239F4100A82429 /* SDL_DirectFB_shape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_shape.h; sourceTree = ""; }; - B3981E8F29239F4100A82429 /* SDL_DirectFB_dyn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_dyn.c; sourceTree = ""; }; - B3981E9029239F4100A82429 /* SDL_DirectFB_vulkan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_vulkan.c; sourceTree = ""; }; - B3981E9129239F4100A82429 /* SDL_DirectFB_WM.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_WM.c; sourceTree = ""; }; - B3981E9229239F4100A82429 /* SDL_DirectFB_render.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_DirectFB_render.h; sourceTree = ""; }; - B3981E9329239F4100A82429 /* SDL_DirectFB_mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_mouse.c; sourceTree = ""; }; - B3981E9429239F4100A82429 /* SDL_DirectFB_window.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_window.c; sourceTree = ""; }; - B3981E9529239F4100A82429 /* SDL_DirectFB_video.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_video.c; sourceTree = ""; }; - B3981E9629239F4100A82429 /* SDL_DirectFB_events.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_DirectFB_events.c; sourceTree = ""; }; - B3981E9729239F4100A82429 /* SDL_blit_1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blit_1.c; sourceTree = ""; }; - B3981E9929239F4100A82429 /* SDL_x11touch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11touch.h; sourceTree = ""; }; - B3981E9A29239F4100A82429 /* SDL_x11messagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11messagebox.h; sourceTree = ""; }; - B3981E9B29239F4100A82429 /* SDL_x11modes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11modes.c; sourceTree = ""; }; - B3981E9C29239F4100A82429 /* SDL_x11opengl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11opengl.c; sourceTree = ""; }; - B3981E9D29239F4100A82429 /* SDL_x11vulkan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11vulkan.c; sourceTree = ""; }; - B3981E9E29239F4100A82429 /* SDL_x11shape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11shape.h; sourceTree = ""; }; - B3981E9F29239F4100A82429 /* SDL_x11xinput2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11xinput2.c; sourceTree = ""; }; - B3981EA029239F4100A82429 /* SDL_x11opengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11opengles.h; sourceTree = ""; }; - B3981EA129239F4100A82429 /* SDL_x11mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11mouse.c; sourceTree = ""; }; - B3981EA229239F4100A82429 /* SDL_x11dyn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11dyn.c; sourceTree = ""; }; - B3981EA329239F4100A82429 /* SDL_x11framebuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11framebuffer.c; sourceTree = ""; }; - B3981EA429239F4100A82429 /* SDL_x11window.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11window.c; sourceTree = ""; }; - B3981EA529239F4100A82429 /* SDL_x11video.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11video.c; sourceTree = ""; }; - B3981EA629239F4100A82429 /* imKStoUCS.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = imKStoUCS.c; sourceTree = ""; }; - B3981EA729239F4100A82429 /* SDL_x11events.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11events.c; sourceTree = ""; }; - B3981EA829239F4100A82429 /* SDL_x11clipboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11clipboard.c; sourceTree = ""; }; - B3981EA929239F4100A82429 /* SDL_x11keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11keyboard.c; sourceTree = ""; }; - B3981EAA29239F4100A82429 /* SDL_x11sym.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11sym.h; sourceTree = ""; }; - B3981EAB29239F4100A82429 /* SDL_x11opengl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11opengl.h; sourceTree = ""; }; - B3981EAC29239F4100A82429 /* SDL_x11modes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11modes.h; sourceTree = ""; }; - B3981EAD29239F4100A82429 /* SDL_x11messagebox.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11messagebox.c; sourceTree = ""; }; - B3981EAE29239F4100A82429 /* SDL_x11touch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11touch.c; sourceTree = ""; }; - B3981EAF29239F4100A82429 /* edid-parse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "edid-parse.c"; sourceTree = ""; }; - B3981EB029239F4100A82429 /* SDL_x11xinput2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11xinput2.h; sourceTree = ""; }; - B3981EB129239F4100A82429 /* edid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = edid.h; sourceTree = ""; }; - B3981EB229239F4100A82429 /* SDL_x11vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11vulkan.h; sourceTree = ""; }; - B3981EB329239F4100A82429 /* SDL_x11shape.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11shape.c; sourceTree = ""; }; - B3981EB429239F4100A82429 /* SDL_x11window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11window.h; sourceTree = ""; }; - B3981EB529239F4100A82429 /* SDL_x11framebuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11framebuffer.h; sourceTree = ""; }; - B3981EB629239F4100A82429 /* SDL_x11dyn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11dyn.h; sourceTree = ""; }; - B3981EB729239F4100A82429 /* SDL_x11mouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11mouse.h; sourceTree = ""; }; - B3981EB829239F4100A82429 /* SDL_x11opengles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_x11opengles.c; sourceTree = ""; }; - B3981EB929239F4200A82429 /* SDL_x11keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11keyboard.h; sourceTree = ""; }; - B3981EBA29239F4200A82429 /* SDL_x11clipboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11clipboard.h; sourceTree = ""; }; - B3981EBB29239F4200A82429 /* SDL_x11events.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11events.h; sourceTree = ""; }; - B3981EBC29239F4200A82429 /* imKStoUCS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = imKStoUCS.h; sourceTree = ""; }; - B3981EBD29239F4200A82429 /* SDL_x11video.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_x11video.h; sourceTree = ""; }; - B3981EC029239F4200A82429 /* gl2ext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl2ext.h; sourceTree = ""; }; - B3981EC129239F4200A82429 /* gl2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl2.h; sourceTree = ""; }; - B3981EC229239F4200A82429 /* gl2platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl2platform.h; sourceTree = ""; }; - B3981EC429239F4200A82429 /* khrplatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = khrplatform.h; sourceTree = ""; }; - B3981EC629239F4200A82429 /* egl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = egl.h; sourceTree = ""; }; - B3981EC729239F4200A82429 /* eglext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = eglext.h; sourceTree = ""; }; - B3981EC829239F4200A82429 /* eglplatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = eglplatform.h; sourceTree = ""; }; - B3981ECA29239F4200A82429 /* vk_layer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_layer.h; sourceTree = ""; }; - B3981ECB29239F4200A82429 /* vk_icd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_icd.h; sourceTree = ""; }; - B3981ECC29239F4200A82429 /* vulkan_vi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_vi.h; sourceTree = ""; }; - B3981ECD29239F4200A82429 /* vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan.h; sourceTree = ""; }; - B3981ECE29239F4200A82429 /* vk_platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_platform.h; sourceTree = ""; }; - B3981ECF29239F4200A82429 /* vulkan.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vulkan.hpp; sourceTree = ""; }; - B3981ED029239F4200A82429 /* vulkan_fuchsia.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_fuchsia.h; sourceTree = ""; }; - B3981ED129239F4200A82429 /* vulkan_wayland.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_wayland.h; sourceTree = ""; }; - B3981ED229239F4200A82429 /* vulkan_win32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_win32.h; sourceTree = ""; }; - B3981ED329239F4200A82429 /* vulkan_macos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_macos.h; sourceTree = ""; }; - B3981ED429239F4200A82429 /* vulkan_xlib_xrandr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_xlib_xrandr.h; sourceTree = ""; }; - B3981ED529239F4200A82429 /* vulkan_xcb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_xcb.h; sourceTree = ""; }; - B3981ED629239F4200A82429 /* vulkan_ggp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_ggp.h; sourceTree = ""; }; - B3981ED729239F4200A82429 /* vulkan_xlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_xlib.h; sourceTree = ""; }; - B3981ED829239F4200A82429 /* vulkan_directfb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_directfb.h; sourceTree = ""; }; - B3981ED929239F4200A82429 /* vulkan_ios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_ios.h; sourceTree = ""; }; - B3981EDA29239F4200A82429 /* vulkan_core.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_core.h; sourceTree = ""; }; - B3981EDB29239F4200A82429 /* vk_sdk_platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_sdk_platform.h; sourceTree = ""; }; - B3981EDC29239F4200A82429 /* vulkan_android.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_android.h; sourceTree = ""; }; - B3981EDD29239F4200A82429 /* vulkan_metal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_metal.h; sourceTree = ""; }; - B3981EDE29239F4200A82429 /* vulkan_beta.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_beta.h; sourceTree = ""; }; - B3981EDF29239F4200A82429 /* SDL_blit_auto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_blit_auto.h; sourceTree = ""; }; - B3981EE029239F4200A82429 /* SDL_pixels_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_pixels_c.h; sourceTree = ""; }; - B3981EE229239F4200A82429 /* pixman-arm-neon-asm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "pixman-arm-neon-asm.h"; sourceTree = ""; }; - B3981EE329239F4200A82429 /* pixman-arm-neon-asm.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = "pixman-arm-neon-asm.S"; sourceTree = ""; }; - B3981EE429239F4200A82429 /* pixman-arm-asm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "pixman-arm-asm.h"; sourceTree = ""; }; - B3981EE529239F4200A82429 /* pixman-arm-simd-asm.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = "pixman-arm-simd-asm.S"; sourceTree = ""; }; - B3981EE629239F4200A82429 /* pixman-arm-simd-asm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "pixman-arm-simd-asm.h"; sourceTree = ""; }; - B3981EE829239F4200A82429 /* SDL_windowsmouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsmouse.c; sourceTree = ""; }; - B3981EE929239F4200A82429 /* SDL_windowsopengles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsopengles.c; sourceTree = ""; }; - B3981EEA29239F4200A82429 /* SDL_windowsvulkan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsvulkan.c; sourceTree = ""; }; - B3981EEB29239F4200A82429 /* SDL_windowsopengl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsopengl.c; sourceTree = ""; }; - B3981EEC29239F4200A82429 /* SDL_windowsvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsvideo.c; sourceTree = ""; }; - B3981EED29239F4200A82429 /* SDL_windowskeyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowskeyboard.h; sourceTree = ""; }; - B3981EEE29239F4200A82429 /* SDL_windowsframebuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsframebuffer.c; sourceTree = ""; }; - B3981EEF29239F4200A82429 /* SDL_windowsmodes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsmodes.c; sourceTree = ""; }; - B3981EF029239F4200A82429 /* SDL_windowsclipboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsclipboard.c; sourceTree = ""; }; - B3981EF129239F4200A82429 /* SDL_windowstaskdialog.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowstaskdialog.h; sourceTree = ""; }; - B3981EF229239F4200A82429 /* SDL_windowsmessagebox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsmessagebox.h; sourceTree = ""; }; - B3981EF329239F4200A82429 /* SDL_windowsevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsevents.c; sourceTree = ""; }; - B3981EF429239F4200A82429 /* SDL_vkeys.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_vkeys.h; sourceTree = ""; }; - B3981EF529239F4200A82429 /* SDL_windowsshape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsshape.h; sourceTree = ""; }; - B3981EF629239F4200A82429 /* SDL_windowswindow.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowswindow.c; sourceTree = ""; }; - B3981EF729239F4200A82429 /* wmmsg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = wmmsg.h; sourceTree = ""; }; - B3981EF829239F4200A82429 /* SDL_windowsopengles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsopengles.h; sourceTree = ""; }; - B3981EF929239F4200A82429 /* SDL_windowsvulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsvulkan.h; sourceTree = ""; }; - B3981EFA29239F4200A82429 /* SDL_msctf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_msctf.h; sourceTree = ""; }; - B3981EFB29239F4200A82429 /* SDL_windowsmouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsmouse.h; sourceTree = ""; }; - B3981EFC29239F4200A82429 /* SDL_windowsframebuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsframebuffer.h; sourceTree = ""; }; - B3981EFD29239F4200A82429 /* SDL_windowskeyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowskeyboard.c; sourceTree = ""; }; - B3981EFE29239F4200A82429 /* SDL_windowsvideo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsvideo.h; sourceTree = ""; }; - B3981EFF29239F4200A82429 /* SDL_windowsopengl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsopengl.h; sourceTree = ""; }; - B3981F0029239F4200A82429 /* SDL_windowsevents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsevents.h; sourceTree = ""; }; - B3981F0129239F4200A82429 /* SDL_windowsmessagebox.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsmessagebox.c; sourceTree = ""; }; - B3981F0229239F4200A82429 /* SDL_windowsclipboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsclipboard.h; sourceTree = ""; }; - B3981F0329239F4200A82429 /* SDL_windowsmodes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsmodes.h; sourceTree = ""; }; - B3981F0429239F4200A82429 /* SDL_windowswindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowswindow.h; sourceTree = ""; }; - B3981F0529239F4200A82429 /* SDL_windowsshape.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsshape.c; sourceTree = ""; }; - B3981F0629239F4200A82429 /* SDL_blit_copy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_blit_copy.h; sourceTree = ""; }; - B3981F0729239F4200A82429 /* SDL_RLEaccel_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_RLEaccel_c.h; sourceTree = ""; }; - B3981F0829239F4200A82429 /* SDL_fillrect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_fillrect.c; sourceTree = ""; }; - B3981F0929239F4200A82429 /* SDL_shape.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_shape.c; sourceTree = ""; }; - B3981F0A29239F4200A82429 /* SDL_yuv_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_yuv_c.h; sourceTree = ""; }; - B3981F0B29239F4200A82429 /* SDL_blit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_blit.h; sourceTree = ""; }; - B3981F0D29239F4200A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B3981F0E29239F4200A82429 /* yuv_rgb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = yuv_rgb.c; sourceTree = ""; }; - B3981F0F29239F4200A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3981F1029239F4200A82429 /* yuv_rgb_sse_func.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = yuv_rgb_sse_func.h; sourceTree = ""; }; - B3981F1129239F4200A82429 /* yuv_rgb_std_func.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = yuv_rgb_std_func.h; sourceTree = ""; }; - B3981F1229239F4200A82429 /* yuv_rgb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = yuv_rgb.h; sourceTree = ""; }; - B3981F1329239F4200A82429 /* SDL_bmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_bmp.c; sourceTree = ""; }; - B3981F1429239F4200A82429 /* SDL_assert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_assert.c; sourceTree = ""; }; - B3981F1729239F4200A82429 /* SDL_syslocale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syslocale.c; sourceTree = ""; }; - B3981F1929239F4200A82429 /* SDL_syslocale.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_syslocale.cc; sourceTree = ""; }; - B3981F1B29239F4200A82429 /* SDL_syslocale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syslocale.c; sourceTree = ""; }; - B3981F1D29239F4200A82429 /* SDL_syslocale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syslocale.c; sourceTree = ""; }; - B3981F1F29239F4200A82429 /* SDL_syslocale.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_syslocale.m; sourceTree = ""; }; - B3981F2129239F4200A82429 /* SDL_syslocale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syslocale.c; sourceTree = ""; }; - B3981F2329239F4200A82429 /* SDL_syslocale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syslocale.c; sourceTree = ""; }; - B3981F2429239F4200A82429 /* SDL_syslocale.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_syslocale.h; sourceTree = ""; }; - B3981F2629239F4200A82429 /* SDL_syslocale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syslocale.c; sourceTree = ""; }; - B3981F2729239F4200A82429 /* SDL_locale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_locale.c; sourceTree = ""; }; - B3981F2B29239F4200A82429 /* geniconv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = geniconv.h; sourceTree = ""; }; - B3981F2C29239F4200A82429 /* makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; - B3981F2D29239F4200A82429 /* sys2utf8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sys2utf8.c; sourceTree = ""; }; - B3981F2E29239F4200A82429 /* os2iconv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = os2iconv.c; sourceTree = ""; }; - B3981F2F29239F4200A82429 /* os2cp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = os2cp.c; sourceTree = ""; }; - B3981F3029239F4200A82429 /* iconv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iconv.h; sourceTree = ""; }; - B3981F3129239F4200A82429 /* geniconv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = geniconv.c; sourceTree = ""; }; - B3981F3229239F4200A82429 /* test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = test.c; sourceTree = ""; }; - B3981F3329239F4200A82429 /* os2cp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = os2cp.h; sourceTree = ""; }; - B3981F3429239F4200A82429 /* SDL_os2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_os2.h; sourceTree = ""; }; - B3981F3529239F4200A82429 /* SDL_os2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_os2.c; sourceTree = ""; }; - B3981F3729239F4200A82429 /* SDL_evdev_kbd_freebsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_evdev_kbd_freebsd.c; sourceTree = ""; }; - B3981F3829239F4200A82429 /* SDL_evdev_kbd_default_keyaccmap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_evdev_kbd_default_keyaccmap.h; sourceTree = ""; }; - B3981F3A29239F4200A82429 /* SDL_poll.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_poll.c; sourceTree = ""; }; - B3981F3B29239F4200A82429 /* SDL_poll.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_poll.h; sourceTree = ""; }; - B3981F3D29239F4200A82429 /* SDL_dbus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dbus.h; sourceTree = ""; }; - B3981F3E29239F4200A82429 /* SDL_threadprio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_threadprio.c; sourceTree = ""; }; - B3981F3F29239F4200A82429 /* SDL_ibus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_ibus.h; sourceTree = ""; }; - B3981F4029239F4200A82429 /* SDL_evdev_kbd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_evdev_kbd.h; sourceTree = ""; }; - B3981F4129239F4200A82429 /* SDL_evdev_capabilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_evdev_capabilities.h; sourceTree = ""; }; - B3981F4229239F4200A82429 /* SDL_fcitx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_fcitx.c; sourceTree = ""; }; - B3981F4329239F4200A82429 /* SDL_evdev.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_evdev.c; sourceTree = ""; }; - B3981F4429239F4200A82429 /* SDL_ime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_ime.c; sourceTree = ""; }; - B3981F4529239F4200A82429 /* SDL_udev.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_udev.c; sourceTree = ""; }; - B3981F4629239F4200A82429 /* SDL_evdev_kbd_default_accents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_evdev_kbd_default_accents.h; sourceTree = ""; }; - B3981F4729239F4200A82429 /* SDL_dbus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_dbus.c; sourceTree = ""; }; - B3981F4829239F4200A82429 /* SDL_evdev_kbd_default_keymap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_evdev_kbd_default_keymap.h; sourceTree = ""; }; - B3981F4929239F4200A82429 /* SDL_evdev_capabilities.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_evdev_capabilities.c; sourceTree = ""; }; - B3981F4A29239F4200A82429 /* SDL_ibus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_ibus.c; sourceTree = ""; }; - B3981F4B29239F4200A82429 /* SDL_evdev_kbd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_evdev_kbd.c; sourceTree = ""; }; - B3981F4C29239F4200A82429 /* SDL_ime.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_ime.h; sourceTree = ""; }; - B3981F4D29239F4200A82429 /* SDL_evdev.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_evdev.h; sourceTree = ""; }; - B3981F4E29239F4200A82429 /* SDL_fcitx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_fcitx.h; sourceTree = ""; }; - B3981F4F29239F4200A82429 /* SDL_udev.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_udev.h; sourceTree = ""; }; - B3981F5129239F4200A82429 /* SDL_winrtapp_direct3d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_winrtapp_direct3d.h; sourceTree = ""; }; - B3981F5229239F4200A82429 /* SDL_winrtapp_common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtapp_common.cpp; sourceTree = ""; }; - B3981F5329239F4200A82429 /* SDL_winrtapp_xaml.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtapp_xaml.cpp; sourceTree = ""; }; - B3981F5429239F4200A82429 /* SDL_winrtapp_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_winrtapp_common.h; sourceTree = ""; }; - B3981F5529239F4200A82429 /* SDL_winrtapp_xaml.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_winrtapp_xaml.h; sourceTree = ""; }; - B3981F5629239F4200A82429 /* SDL_winrtapp_direct3d.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrtapp_direct3d.cpp; sourceTree = ""; }; - B3981F5829239F4200A82429 /* SDL_android.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_android.h; sourceTree = ""; }; - B3981F5929239F4200A82429 /* keyinfotable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = keyinfotable.h; sourceTree = ""; }; - B3981F5A29239F4200A82429 /* SDL_android.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_android.c; sourceTree = ""; }; - B3981F5C29239F4200A82429 /* SDL_wscons_kbd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_wscons_kbd.c; sourceTree = ""; }; - B3981F5D29239F4200A82429 /* SDL_wscons_mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_wscons_mouse.c; sourceTree = ""; }; - B3981F5E29239F4200A82429 /* SDL_wscons.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_wscons.h; sourceTree = ""; }; - B3981F6029239F4200A82429 /* SDL_xinput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_xinput.h; sourceTree = ""; }; - B3981F6129239F4200A82429 /* SDL_hid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_hid.h; sourceTree = ""; }; - B3981F6229239F4200A82429 /* SDL_windows.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windows.c; sourceTree = ""; }; - B3981F6329239F4200A82429 /* SDL_hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hid.c; sourceTree = ""; }; - B3981F6429239F4200A82429 /* SDL_xinput.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_xinput.c; sourceTree = ""; }; - B3981F6529239F4200A82429 /* SDL_directx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_directx.h; sourceTree = ""; }; - B3981F6629239F4200A82429 /* SDL_windows.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windows.h; sourceTree = ""; }; - B3981F6829239F4200A82429 /* SDL_test_imageBlitBlend.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_imageBlitBlend.c; sourceTree = ""; }; - B3981F6929239F4200A82429 /* SDL_test_imageFace.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_imageFace.c; sourceTree = ""; }; - B3981F6A29239F4200A82429 /* SDL_test_harness.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_harness.c; sourceTree = ""; }; - B3981F6B29239F4200A82429 /* SDL_test_imageBlit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_imageBlit.c; sourceTree = ""; }; - B3981F6C29239F4200A82429 /* SDL_test_compare.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_compare.c; sourceTree = ""; }; - B3981F6D29239F4200A82429 /* SDL_test_md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_md5.c; sourceTree = ""; }; - B3981F6E29239F4200A82429 /* SDL_test_assert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_assert.c; sourceTree = ""; }; - B3981F6F29239F4200A82429 /* SDL_test_imagePrimitives.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_imagePrimitives.c; sourceTree = ""; }; - B3981F7029239F4200A82429 /* SDL_test_random.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_random.c; sourceTree = ""; }; - B3981F7129239F4200A82429 /* SDL_test_font.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_font.c; sourceTree = ""; }; - B3981F7229239F4200A82429 /* SDL_test_crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_crc32.c; sourceTree = ""; }; - B3981F7329239F4200A82429 /* SDL_test_log.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_log.c; sourceTree = ""; }; - B3981F7429239F4200A82429 /* SDL_test_imagePrimitivesBlend.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_imagePrimitivesBlend.c; sourceTree = ""; }; - B3981F7529239F4200A82429 /* SDL_test_memory.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_memory.c; sourceTree = ""; }; - B3981F7629239F4200A82429 /* SDL_test_fuzzer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_fuzzer.c; sourceTree = ""; }; - B3981F7729239F4200A82429 /* SDL_test_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_test_common.c; sourceTree = ""; }; - B3981F7829239F4200A82429 /* SDL_log.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_log.c; sourceTree = ""; }; - B3981F7A29239F4200A82429 /* SDL_rwops.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_rwops.c; sourceTree = ""; }; - B3981F7C29239F4200A82429 /* SDL_rwopsbundlesupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_rwopsbundlesupport.h; sourceTree = ""; }; - B3981F7D29239F4200A82429 /* SDL_rwopsbundlesupport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_rwopsbundlesupport.m; sourceTree = ""; }; - B3981F7F29239F4200A82429 /* SDL_timer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_timer.c; sourceTree = ""; }; - B3981F8029239F4200A82429 /* SDL_timer_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_timer_c.h; sourceTree = ""; }; - B3981F8229239F4200A82429 /* SDL_systimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = ""; }; - B3981F8429239F4200A82429 /* SDL_systimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = ""; }; - B3981F8629239F4200A82429 /* SDL_systimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = ""; }; - B3981F8829239F4200A82429 /* SDL_systimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = ""; }; - B3981F8A29239F4200A82429 /* SDL_systimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = ""; }; - B3981F8C29239F4200A82429 /* SDL_systimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = ""; }; - B3981F8E29239F4200A82429 /* SDL_render.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_render.c; sourceTree = ""; }; - B3981F8F29239F4200A82429 /* SDL_d3dmath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_d3dmath.h; sourceTree = ""; }; - B3981F9129239F4200A82429 /* SDL_render_metal.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_render_metal.m; sourceTree = ""; }; - B3981F9229239F4200A82429 /* SDL_shaders_metal_ios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shaders_metal_ios.h; sourceTree = ""; }; - B3981F9329239F4200A82429 /* SDL_shaders_metal_iphonesimulator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shaders_metal_iphonesimulator.h; sourceTree = ""; }; - B3981F9429239F4200A82429 /* SDL_shaders_metal_tvsimulator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shaders_metal_tvsimulator.h; sourceTree = ""; }; - B3981F9529239F4200A82429 /* SDL_shaders_metal.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = SDL_shaders_metal.metal; sourceTree = ""; }; - B3981F9629239F4200A82429 /* build-metal-shaders.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "build-metal-shaders.sh"; sourceTree = ""; }; - B3981F9729239F4200A82429 /* SDL_shaders_metal_osx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shaders_metal_osx.h; sourceTree = ""; }; - B3981F9829239F4200A82429 /* SDL_shaders_metal_tvos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shaders_metal_tvos.h; sourceTree = ""; }; - B3981F9A29239F4200A82429 /* SDL_render_d3d11.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_render_d3d11.c; sourceTree = ""; }; - B3981F9B29239F4200A82429 /* SDL_render_winrt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_render_winrt.h; sourceTree = ""; }; - B3981F9C29239F4200A82429 /* SDL_shaders_d3d11.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shaders_d3d11.h; sourceTree = ""; }; - B3981F9D29239F4200A82429 /* SDL_render_winrt.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_render_winrt.cpp; sourceTree = ""; }; - B3981F9E29239F4200A82429 /* SDL_shaders_d3d11.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_shaders_d3d11.c; sourceTree = ""; }; - B3981FA029239F4200A82429 /* SDL_render_psp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_render_psp.c; sourceTree = ""; }; - B3981FA129239F4200A82429 /* SDL_yuv_sw_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_yuv_sw_c.h; sourceTree = ""; }; - B3981FA229239F4200A82429 /* SDL_yuv_sw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_sw.c; sourceTree = ""; }; - B3981FA329239F4200A82429 /* SDL_sysrender.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysrender.h; sourceTree = ""; }; - B3981FA529239F4200A82429 /* SDL_blendpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blendpoint.c; sourceTree = ""; }; - B3981FA629239F4200A82429 /* SDL_drawline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_drawline.c; sourceTree = ""; }; - B3981FA729239F4200A82429 /* SDL_blendline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_blendline.h; sourceTree = ""; }; - B3981FA829239F4200A82429 /* SDL_drawpoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_drawpoint.h; sourceTree = ""; }; - B3981FA929239F4200A82429 /* SDL_rotate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_rotate.c; sourceTree = ""; }; - B3981FAA29239F4200A82429 /* SDL_render_sw_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_render_sw_c.h; sourceTree = ""; }; - B3981FAB29239F4200A82429 /* SDL_blendfillrect.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_blendfillrect.h; sourceTree = ""; }; - B3981FAC29239F4200A82429 /* SDL_drawline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_drawline.h; sourceTree = ""; }; - B3981FAD29239F4200A82429 /* SDL_blendpoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_blendpoint.h; sourceTree = ""; }; - B3981FAE29239F4200A82429 /* SDL_render_sw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_render_sw.c; sourceTree = ""; }; - B3981FAF29239F4200A82429 /* SDL_draw.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_draw.h; sourceTree = ""; }; - B3981FB029239F4200A82429 /* SDL_blendline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blendline.c; sourceTree = ""; }; - B3981FB129239F4200A82429 /* SDL_drawpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_drawpoint.c; sourceTree = ""; }; - B3981FB229239F4200A82429 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = ""; }; - B3981FB329239F4200A82429 /* SDL_rotate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_rotate.h; sourceTree = ""; }; - B3981FB429239F4200A82429 /* SDL_d3dmath.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_d3dmath.c; sourceTree = ""; }; - B3981FB629239F4200A82429 /* SDL_render_gles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_render_gles.c; sourceTree = ""; }; - B3981FB729239F4200A82429 /* SDL_glesfuncs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_glesfuncs.h; sourceTree = ""; }; - B3981FB929239F4200A82429 /* SDL_render_gles2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_render_gles2.c; sourceTree = ""; }; - B3981FBA29239F4200A82429 /* SDL_shaders_gles2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shaders_gles2.h; sourceTree = ""; }; - B3981FBB29239F4200A82429 /* SDL_gles2funcs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_gles2funcs.h; sourceTree = ""; }; - B3981FBC29239F4200A82429 /* SDL_shaders_gles2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_shaders_gles2.c; sourceTree = ""; }; - B3981FBE29239F4200A82429 /* SDL_shaders_d3d.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_shaders_d3d.c; sourceTree = ""; }; - B3981FBF29239F4200A82429 /* SDL_render_d3d.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_render_d3d.c; sourceTree = ""; }; - B3981FC029239F4200A82429 /* SDL_shaders_d3d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shaders_d3d.h; sourceTree = ""; }; - B3981FC229239F4200A82429 /* SDL_shaders_gl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_shaders_gl.h; sourceTree = ""; }; - B3981FC329239F4200A82429 /* SDL_glfuncs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_glfuncs.h; sourceTree = ""; }; - B3981FC429239F4200A82429 /* SDL_render_gl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_render_gl.c; sourceTree = ""; }; - B3981FC529239F4200A82429 /* SDL_shaders_gl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_shaders_gl.c; sourceTree = ""; }; - B3981FC629239F4200A82429 /* SDL_dataqueue.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_dataqueue.c; sourceTree = ""; }; - B3981FC929239F4200A82429 /* SDL_sysfilesystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysfilesystem.c; sourceTree = ""; }; - B3981FCB29239F4200A82429 /* SDL_sysfilesystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysfilesystem.c; sourceTree = ""; }; - B3981FCD29239F4200A82429 /* SDL_sysfilesystem.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_sysfilesystem.cc; sourceTree = ""; }; - B3981FCF29239F4200A82429 /* SDL_sysfilesystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysfilesystem.c; sourceTree = ""; }; - B3981FD129239F4200A82429 /* SDL_sysfilesystem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_sysfilesystem.m; sourceTree = ""; }; - B3981FD329239F4200A82429 /* SDL_sysfilesystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysfilesystem.c; sourceTree = ""; }; - B3981FD529239F4200A82429 /* SDL_sysfilesystem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_sysfilesystem.cpp; sourceTree = ""; }; - B3981FD729239F4200A82429 /* SDL_sysfilesystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysfilesystem.c; sourceTree = ""; }; - B3981FD929239F4200A82429 /* SDL_sysfilesystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysfilesystem.c; sourceTree = ""; }; - B3981FDB29239F4200A82429 /* SDL_sysfilesystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysfilesystem.c; sourceTree = ""; }; - B3981FDD29239F4200A82429 /* SDL_spinlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_spinlock.c; sourceTree = ""; }; - B3981FDE29239F4200A82429 /* SDL_atomic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_atomic.c; sourceTree = ""; }; - B3981FDF29239F4200A82429 /* SDL.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL.c; sourceTree = ""; }; - B3981FE029239F4200A82429 /* SDL_error.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_error.c; sourceTree = ""; }; - B3981FE229239F4200A82429 /* SDL_mixer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_mixer.c; sourceTree = ""; }; - B3981FE329239F4200A82429 /* SDL_wave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_wave.c; sourceTree = ""; }; - B3981FE529239F4200A82429 /* SDL_sunaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sunaudio.c; sourceTree = ""; }; - B3981FE629239F4200A82429 /* SDL_sunaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sunaudio.h; sourceTree = ""; }; - B3981FE829239F4200A82429 /* SDL_qsa_audio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_qsa_audio.h; sourceTree = ""; }; - B3981FE929239F4200A82429 /* SDL_qsa_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_qsa_audio.c; sourceTree = ""; }; - B3981FEB29239F4200A82429 /* SDL_artsaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_artsaudio.c; sourceTree = ""; }; - B3981FEC29239F4200A82429 /* SDL_artsaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_artsaudio.h; sourceTree = ""; }; - B3981FEE29239F4200A82429 /* SDL_dummyaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dummyaudio.h; sourceTree = ""; }; - B3981FEF29239F4200A82429 /* SDL_dummyaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_dummyaudio.c; sourceTree = ""; }; - B3981FF129239F4200A82429 /* SDL_os2audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_os2audio.c; sourceTree = ""; }; - B3981FF229239F4200A82429 /* SDL_os2audio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_os2audio.h; sourceTree = ""; }; - B3981FF329239F4200A82429 /* SDL_audio_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_audio_c.h; sourceTree = ""; }; - B3981FF529239F4200A82429 /* SDL_pulseaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_pulseaudio.h; sourceTree = ""; }; - B3981FF629239F4200A82429 /* SDL_pulseaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_pulseaudio.c; sourceTree = ""; }; - B3981FF729239F4200A82429 /* SDL_audiodev_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_audiodev_c.h; sourceTree = ""; }; - B3981FF929239F4200A82429 /* SDL_esdaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_esdaudio.c; sourceTree = ""; }; - B3981FFA29239F4200A82429 /* SDL_esdaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_esdaudio.h; sourceTree = ""; }; - B3981FFC29239F4200A82429 /* SDL_fsaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_fsaudio.h; sourceTree = ""; }; - B3981FFD29239F4200A82429 /* SDL_fsaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_fsaudio.c; sourceTree = ""; }; - B3981FFF29239F4200A82429 /* SDL_sndioaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sndioaudio.h; sourceTree = ""; }; - B398200029239F4200A82429 /* SDL_sndioaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sndioaudio.c; sourceTree = ""; }; - B398200229239F4200A82429 /* SDL_nasaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_nasaudio.c; sourceTree = ""; }; - B398200329239F4200A82429 /* SDL_nasaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_nasaudio.h; sourceTree = ""; }; - B398200529239F4200A82429 /* SDL_openslES.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_openslES.c; sourceTree = ""; }; - B398200629239F4200A82429 /* SDL_openslES.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_openslES.h; sourceTree = ""; }; - B398200829239F4200A82429 /* SDL_wasapi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_wasapi.h; sourceTree = ""; }; - B398200929239F4200A82429 /* SDL_wasapi_winrt.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_wasapi_winrt.cpp; sourceTree = ""; }; - B398200A29239F4200A82429 /* SDL_wasapi_win32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_wasapi_win32.c; sourceTree = ""; }; - B398200B29239F4200A82429 /* SDL_wasapi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_wasapi.c; sourceTree = ""; }; - B398200C29239F4200A82429 /* SDL_audiodev.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_audiodev.c; sourceTree = ""; }; - B398200E29239F4200A82429 /* SDL_netbsdaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_netbsdaudio.h; sourceTree = ""; }; - B398200F29239F4200A82429 /* SDL_netbsdaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_netbsdaudio.c; sourceTree = ""; }; - B398201129239F4200A82429 /* SDL_pspaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_pspaudio.c; sourceTree = ""; }; - B398201229239F4200A82429 /* SDL_pspaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_pspaudio.h; sourceTree = ""; }; - B398201429239F4200A82429 /* SDL_directsound.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_directsound.h; sourceTree = ""; }; - B398201529239F4200A82429 /* SDL_directsound.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_directsound.c; sourceTree = ""; }; - B398201729239F4200A82429 /* SDL_winmm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_winmm.h; sourceTree = ""; }; - B398201829239F4200A82429 /* SDL_winmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_winmm.c; sourceTree = ""; }; - B398201A29239F4200A82429 /* SDL_haikuaudio.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_haikuaudio.cc; sourceTree = ""; }; - B398201B29239F4200A82429 /* SDL_haikuaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_haikuaudio.h; sourceTree = ""; }; - B398201C29239F4200A82429 /* SDL_sysaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysaudio.h; sourceTree = ""; }; - B398201D29239F4200A82429 /* SDL_audiotypecvt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_audiotypecvt.c; sourceTree = ""; }; - B398201E29239F4200A82429 /* SDL_audiocvt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_audiocvt.c; sourceTree = ""; }; - B398201F29239F4200A82429 /* SDL_wave.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_wave.h; sourceTree = ""; }; - B398202129239F4200A82429 /* SDL_emscriptenaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_emscriptenaudio.c; sourceTree = ""; }; - B398202229239F4200A82429 /* SDL_emscriptenaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_emscriptenaudio.h; sourceTree = ""; }; - B398202429239F4200A82429 /* SDL_androidaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidaudio.h; sourceTree = ""; }; - B398202529239F4200A82429 /* SDL_androidaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidaudio.c; sourceTree = ""; }; - B398202729239F4200A82429 /* SDL_naclaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_naclaudio.c; sourceTree = ""; }; - B398202829239F4200A82429 /* SDL_naclaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_naclaudio.h; sourceTree = ""; }; - B398202A29239F4200A82429 /* SDL_jackaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_jackaudio.c; sourceTree = ""; }; - B398202B29239F4200A82429 /* SDL_jackaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_jackaudio.h; sourceTree = ""; }; - B398202D29239F4200A82429 /* SDL_diskaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_diskaudio.h; sourceTree = ""; }; - B398202E29239F4200A82429 /* SDL_diskaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_diskaudio.c; sourceTree = ""; }; - B398203029239F4200A82429 /* SDL_alsa_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_alsa_audio.c; sourceTree = ""; }; - B398203129239F4200A82429 /* SDL_alsa_audio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_alsa_audio.h; sourceTree = ""; }; - B398203329239F4200A82429 /* SDL_dspaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_dspaudio.c; sourceTree = ""; }; - B398203429239F4200A82429 /* SDL_dspaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dspaudio.h; sourceTree = ""; }; - B398203529239F4200A82429 /* SDL_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_audio.c; sourceTree = ""; }; - B398203729239F4200A82429 /* SDL_coreaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_coreaudio.h; sourceTree = ""; }; - B398203829239F4200A82429 /* SDL_coreaudio.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_coreaudio.m; sourceTree = ""; }; - B398203A29239F4200A82429 /* SDL_paudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_paudio.h; sourceTree = ""; }; - B398203B29239F4200A82429 /* SDL_paudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_paudio.c; sourceTree = ""; }; - B398203C29239F4200A82429 /* SDL_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_internal.h; sourceTree = ""; }; - B398203F29239F4200A82429 /* SDL_dummysensor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dummysensor.h; sourceTree = ""; }; - B398204029239F4200A82429 /* SDL_dummysensor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_dummysensor.c; sourceTree = ""; }; - B398204229239F4200A82429 /* SDL_coremotionsensor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_coremotionsensor.h; sourceTree = ""; }; - B398204329239F4200A82429 /* SDL_coremotionsensor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_coremotionsensor.m; sourceTree = ""; }; - B398204429239F4200A82429 /* SDL_syssensor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_syssensor.h; sourceTree = ""; }; - B398204629239F4200A82429 /* SDL_androidsensor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_androidsensor.c; sourceTree = ""; }; - B398204729239F4200A82429 /* SDL_androidsensor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_androidsensor.h; sourceTree = ""; }; - B398204929239F4200A82429 /* SDL_windowssensor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowssensor.c; sourceTree = ""; }; - B398204A29239F4200A82429 /* SDL_windowssensor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowssensor.h; sourceTree = ""; }; - B398204B29239F4200A82429 /* SDL_sensor_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sensor_c.h; sourceTree = ""; }; - B398204C29239F4200A82429 /* SDL_sensor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sensor.c; sourceTree = ""; }; - B398204F29239F4200A82429 /* hidapi-libusb.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hidapi-libusb.pc.in"; sourceTree = ""; }; - B398205029239F4200A82429 /* hidapi.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = hidapi.pc.in; sourceTree = ""; }; - B398205129239F4200A82429 /* hidapi-hidraw.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = "hidapi-hidraw.pc.in"; sourceTree = ""; }; - B398205229239F4200A82429 /* HACKING.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = HACKING.txt; sourceTree = ""; }; - B398205429239F4200A82429 /* 99-hid.rules */ = {isa = PBXFileReference; lastKnownFileType = text; path = "99-hid.rules"; sourceTree = ""; }; - B398205529239F4200A82429 /* configure.ac */ = {isa = PBXFileReference; lastKnownFileType = text; path = configure.ac; sourceTree = ""; }; - B398205629239F4200A82429 /* bootstrap */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = bootstrap; sourceTree = ""; }; - B398205729239F4200A82429 /* LICENSE-orig.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LICENSE-orig.txt"; sourceTree = ""; }; - B398205829239F4200A82429 /* SDL_hidapi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi.c; sourceTree = ""; }; - B398205A29239F4200A82429 /* Makefile-manual */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Makefile-manual"; sourceTree = ""; }; - B398205B29239F4200A82429 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; - B398205C29239F4200A82429 /* hid.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = hid.m; sourceTree = ""; }; - B398205D29239F4200A82429 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; - B398205F29239F4200A82429 /* Makefile-manual */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Makefile-manual"; sourceTree = ""; }; - B398206029239F4200A82429 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; - B398206129239F4200A82429 /* hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hid.c; sourceTree = ""; }; - B398206229239F4200A82429 /* LICENSE-gpl3.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LICENSE-gpl3.txt"; sourceTree = ""; }; - B398206429239F4200A82429 /* Makefile-manual */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Makefile-manual"; sourceTree = ""; }; - B398206529239F4200A82429 /* hidraw.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hidraw.cpp; sourceTree = ""; }; - B398206629239F4200A82429 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; - B398206729239F4200A82429 /* hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hid.c; sourceTree = ""; }; - B398206829239F4200A82429 /* README.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.txt; sourceTree = ""; }; - B398206A29239F4200A82429 /* hid.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hid.cpp; sourceTree = ""; }; - B398206B29239F4200A82429 /* project.properties */ = {isa = PBXFileReference; lastKnownFileType = text; path = project.properties; sourceTree = ""; }; - B398206D29239F4200A82429 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B398206E29239F4200A82429 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B398207029239F4200A82429 /* Makefile.mingw */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.mingw; sourceTree = ""; }; - B398207129239F4200A82429 /* Makefile.linux */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.linux; sourceTree = ""; }; - B398207229239F4200A82429 /* Makefile.mac */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.mac; sourceTree = ""; }; - B398207329239F4200A82429 /* Makefile-manual */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Makefile-manual"; sourceTree = ""; }; - B398207429239F4200A82429 /* TestGUI.app.in */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = TestGUI.app.in; sourceTree = ""; }; - B398207529239F4200A82429 /* mac_support.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = mac_support.cpp; sourceTree = ""; }; - B398207629239F4200A82429 /* test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test.cpp; sourceTree = ""; }; - B398207729239F4200A82429 /* testgui.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = testgui.sln; sourceTree = ""; }; - B398207829239F4200A82429 /* Makefile.freebsd */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.freebsd; sourceTree = ""; }; - B398207929239F4200A82429 /* testgui.vcproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = testgui.vcproj; sourceTree = ""; }; - B398207A29239F4200A82429 /* mac_support.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mac_support.h; sourceTree = ""; }; - B398207B29239F4200A82429 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; - B398207C29239F4200A82429 /* copy_to_bundle.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = copy_to_bundle.sh; sourceTree = ""; }; - B398207D29239F4200A82429 /* mac_support_cocoa.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = mac_support_cocoa.m; sourceTree = ""; }; - B398207E29239F4200A82429 /* start.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = start.sh; sourceTree = ""; }; - B398208029239F4200A82429 /* hidapi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hidapi.h; sourceTree = ""; }; - B398208229239F4200A82429 /* pkg.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = pkg.m4; sourceTree = ""; }; - B398208329239F4200A82429 /* ax_pthread.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_pthread.m4; sourceTree = ""; }; - B398208429239F4200A82429 /* README.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.txt; sourceTree = ""; }; - B398208629239F4200A82429 /* Doxyfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Doxyfile; sourceTree = ""; }; - B398208829239F4200A82429 /* Makefile.mingw */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.mingw; sourceTree = ""; }; - B398208929239F4200A82429 /* Makefile-manual */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Makefile-manual"; sourceTree = ""; }; - B398208A29239F4200A82429 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; - B398208B29239F4200A82429 /* hidapi.vcproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = hidapi.vcproj; sourceTree = ""; }; - B398208C29239F4200A82429 /* hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hid.c; sourceTree = ""; }; - B398208D29239F4200A82429 /* hidapi.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = hidapi.sln; sourceTree = ""; }; - B398208E29239F4200A82429 /* hidtest.vcproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = hidtest.vcproj; sourceTree = ""; }; - B398209029239F4200A82429 /* makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; - B398209129239F4200A82429 /* hidapi.def */ = {isa = PBXFileReference; lastKnownFileType = text; path = hidapi.def; sourceTree = ""; }; - B398209229239F4200A82429 /* sources */ = {isa = PBXFileReference; lastKnownFileType = text; path = sources; sourceTree = ""; }; - B398209429239F4200A82429 /* hidtest.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hidtest.cpp; sourceTree = ""; }; - B398209529239F4200A82429 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; - B398209629239F4200A82429 /* LICENSE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; - B398209729239F4200A82429 /* AUTHORS.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = AUTHORS.txt; sourceTree = ""; }; - B398209929239F4200A82429 /* Makefile.linux */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.linux; sourceTree = ""; }; - B398209A29239F4200A82429 /* Makefile-manual */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Makefile-manual"; sourceTree = ""; }; - B398209B29239F4200A82429 /* hidusb.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = hidusb.cpp; sourceTree = ""; }; - B398209C29239F4200A82429 /* Makefile.freebsd */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.freebsd; sourceTree = ""; }; - B398209D29239F4200A82429 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; - B398209E29239F4200A82429 /* hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hid.c; sourceTree = ""; }; - B398209F29239F4200A82429 /* LICENSE-bsd.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LICENSE-bsd.txt"; sourceTree = ""; }; - B39820A129239F4200A82429 /* SDL_iconv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_iconv.c; sourceTree = ""; }; - B39820A229239F4200A82429 /* SDL_getenv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_getenv.c; sourceTree = ""; }; - B39820A329239F4200A82429 /* SDL_string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_string.c; sourceTree = ""; }; - B39820A429239F4200A82429 /* SDL_strtokr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_strtokr.c; sourceTree = ""; }; - B39820A529239F4200A82429 /* SDL_crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_crc32.c; sourceTree = ""; }; - B39820A629239F4200A82429 /* SDL_qsort.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_qsort.c; sourceTree = ""; }; - B39820A729239F4200A82429 /* SDL_stdlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_stdlib.c; sourceTree = ""; }; - B39820A829239F4200A82429 /* SDL_malloc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_malloc.c; sourceTree = ""; }; - B39820AB29239F4200A82429 /* SDL_syshaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syshaptic.c; sourceTree = ""; }; - B39820AC29239F4200A82429 /* SDL_haptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_haptic.c; sourceTree = ""; }; - B39820AD29239F4200A82429 /* SDL_haptic_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_haptic_c.h; sourceTree = ""; }; - B39820AF29239F4200A82429 /* SDL_syshaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syshaptic.c; sourceTree = ""; }; - B39820B129239F4200A82429 /* SDL_syshaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syshaptic.c; sourceTree = ""; }; - B39820B229239F4200A82429 /* SDL_syshaptic_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_syshaptic_c.h; sourceTree = ""; }; - B39820B329239F4200A82429 /* SDL_syshaptic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_syshaptic.h; sourceTree = ""; }; - B39820B529239F4200A82429 /* SDL_syshaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syshaptic.c; sourceTree = ""; }; - B39820B629239F4200A82429 /* SDL_syshaptic_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_syshaptic_c.h; sourceTree = ""; }; - B39820B829239F4200A82429 /* SDL_xinputhaptic_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_xinputhaptic_c.h; sourceTree = ""; }; - B39820B929239F4200A82429 /* SDL_xinputhaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_xinputhaptic.c; sourceTree = ""; }; - B39820BA29239F4200A82429 /* SDL_windowshaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowshaptic.c; sourceTree = ""; }; - B39820BB29239F4200A82429 /* SDL_windowshaptic_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowshaptic_c.h; sourceTree = ""; }; - B39820BC29239F4200A82429 /* SDL_dinputhaptic_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dinputhaptic_c.h; sourceTree = ""; }; - B39820BD29239F4200A82429 /* SDL_dinputhaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_dinputhaptic.c; sourceTree = ""; }; - B39820BF29239F4200A82429 /* SDL_dynapi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dynapi.h; sourceTree = ""; }; - B39820C029239F4200A82429 /* SDL_dynapi_overrides.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dynapi_overrides.h; sourceTree = ""; }; - B39820C129239F4200A82429 /* SDL_dynapi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_dynapi.c; sourceTree = ""; }; - B39820C229239F4200A82429 /* SDL_dynapi_procs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dynapi_procs.h; sourceTree = ""; }; - B39820C329239F4200A82429 /* gendynapi.pl */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = gendynapi.pl; sourceTree = ""; }; - B39820C529239F4200A82429 /* SDL_gamecontrollerdb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_gamecontrollerdb.h; sourceTree = ""; }; - B39820C729239F4200A82429 /* SDL_sysjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysjoystick.c; sourceTree = ""; }; - B39820C929239F4200A82429 /* SDL_steamcontroller.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_steamcontroller.h; sourceTree = ""; }; - B39820CA29239F4200A82429 /* SDL_steamcontroller.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_steamcontroller.c; sourceTree = ""; }; - B39820CB29239F4200A82429 /* check_8bitdo.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = check_8bitdo.sh; sourceTree = ""; }; - B39820CC29239F4200A82429 /* SDL_joystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_joystick.c; sourceTree = ""; }; - B39820CE29239F4200A82429 /* SDL_mfijoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_mfijoystick_c.h; sourceTree = ""; }; - B39820CF29239F4200A82429 /* SDL_mfijoystick.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_mfijoystick.m; sourceTree = ""; }; - B39820D029239F4200A82429 /* SDL_gamecontroller.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_gamecontroller.c; sourceTree = ""; }; - B39820D229239F4200A82429 /* SDL_sysjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysjoystick.c; sourceTree = ""; }; - B39820D329239F4200A82429 /* sort_controllers.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = sort_controllers.py; sourceTree = ""; }; - B39820D529239F4200A82429 /* SDL_bsdjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_bsdjoystick.c; sourceTree = ""; }; - B39820D729239F4200A82429 /* SDL_haikujoystick.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_haikujoystick.cc; sourceTree = ""; }; - B39820D929239F4200A82429 /* SDL_sysjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysjoystick.c; sourceTree = ""; }; - B39820DA29239F4200A82429 /* SDL_sysjoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysjoystick_c.h; sourceTree = ""; }; - B39820DC29239F4200A82429 /* SDL_sysjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysjoystick.c; sourceTree = ""; }; - B39820DD29239F4200A82429 /* SDL_sysjoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysjoystick_c.h; sourceTree = ""; }; - B39820DF29239F4200A82429 /* SDL_sysjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysjoystick.c; sourceTree = ""; }; - B39820E029239F4200A82429 /* SDL_sysjoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysjoystick_c.h; sourceTree = ""; }; - B39820E229239F4200A82429 /* SDL_virtualjoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_virtualjoystick_c.h; sourceTree = ""; }; - B39820E329239F4200A82429 /* SDL_virtualjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_virtualjoystick.c; sourceTree = ""; }; - B39820E529239F4200A82429 /* SDL_hidapi_rumble.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_hidapi_rumble.h; sourceTree = ""; }; - B39820E729239F4200A82429 /* controller_constants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = controller_constants.h; sourceTree = ""; }; - B39820E829239F4200A82429 /* controller_structs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = controller_structs.h; sourceTree = ""; }; - B39820E929239F4200A82429 /* SDL_hidapi_xbox360.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_xbox360.c; sourceTree = ""; }; - B39820EA29239F4200A82429 /* SDL_hidapi_ps4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_ps4.c; sourceTree = ""; }; - B39820EB29239F4200A82429 /* SDL_hidapijoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapijoystick.c; sourceTree = ""; }; - B39820EC29239F4200A82429 /* SDL_hidapi_xboxone.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_xboxone.c; sourceTree = ""; }; - B39820ED29239F4200A82429 /* SDL_hidapi_rumble.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_rumble.c; sourceTree = ""; }; - B39820EE29239F4200A82429 /* SDL_hidapi_switch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_switch.c; sourceTree = ""; }; - B39820EF29239F4200A82429 /* SDL_hidapijoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_hidapijoystick_c.h; sourceTree = ""; }; - B39820F029239F4200A82429 /* SDL_hidapi_xbox360w.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_xbox360w.c; sourceTree = ""; }; - B39820F129239F4200A82429 /* SDL_hidapi_gamecube.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_gamecube.c; sourceTree = ""; }; - B39820F229239F4200A82429 /* SDL_hidapi_ps5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_ps5.c; sourceTree = ""; }; - B39820F329239F4200A82429 /* SDL_hidapi_steam.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_steam.c; sourceTree = ""; }; - B39820F429239F4200A82429 /* usb_ids.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = usb_ids.h; sourceTree = ""; }; - B39820F629239F4200A82429 /* SDL_iokitjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_iokitjoystick.c; sourceTree = ""; }; - B39820F729239F4200A82429 /* SDL_iokitjoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_iokitjoystick_c.h; sourceTree = ""; }; - B39820F829239F4200A82429 /* SDL_sysjoystick.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysjoystick.h; sourceTree = ""; }; - B39820F929239F4200A82429 /* SDL_joystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_joystick_c.h; sourceTree = ""; }; - B39820FB29239F4200A82429 /* SDL_rawinputjoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_rawinputjoystick_c.h; sourceTree = ""; }; - B39820FC29239F4200A82429 /* SDL_dinputjoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dinputjoystick_c.h; sourceTree = ""; }; - B39820FD29239F4200A82429 /* SDL_dinputjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_dinputjoystick.c; sourceTree = ""; }; - B39820FE29239F4200A82429 /* SDL_windowsjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowsjoystick.c; sourceTree = ""; }; - B39820FF29239F4200A82429 /* SDL_mmjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_mmjoystick.c; sourceTree = ""; }; - B398210029239F4200A82429 /* SDL_windowsjoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowsjoystick_c.h; sourceTree = ""; }; - B398210129239F4200A82429 /* SDL_rawinputjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_rawinputjoystick.c; sourceTree = ""; }; - B398210229239F4200A82429 /* SDL_xinputjoystick_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_xinputjoystick_c.h; sourceTree = ""; }; - B398210329239F4200A82429 /* SDL_xinputjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_xinputjoystick.c; sourceTree = ""; }; - B398210429239F4200A82429 /* SDL_windows_gaming_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windows_gaming_input.c; sourceTree = ""; }; - B398210529239F4200A82429 /* controller_type.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = controller_type.h; sourceTree = ""; }; - B398210629239F4200A82429 /* SDL_hints_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_hints_c.h; sourceTree = ""; }; - B398210829239F4200A82429 /* SDL_mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_mouse.c; sourceTree = ""; }; - B398210929239F4200A82429 /* SDL_mouse_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_mouse_c.h; sourceTree = ""; }; - B398210A29239F4200A82429 /* scancodes_windows.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scancodes_windows.h; sourceTree = ""; }; - B398210B29239F4200A82429 /* SDL_displayevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_displayevents.c; sourceTree = ""; }; - B398210C29239F4200A82429 /* SDL_dropevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dropevents_c.h; sourceTree = ""; }; - B398210D29239F4200A82429 /* SDL_windowevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windowevents.c; sourceTree = ""; }; - B398210E29239F4200A82429 /* SDL_gesture_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_gesture_c.h; sourceTree = ""; }; - B398210F29239F4200A82429 /* SDL_displayevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_displayevents_c.h; sourceTree = ""; }; - B398211029239F4200A82429 /* blank_cursor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = blank_cursor.h; sourceTree = ""; }; - B398211129239F4200A82429 /* default_cursor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = default_cursor.h; sourceTree = ""; }; - B398211229239F4200A82429 /* scancodes_darwin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scancodes_darwin.h; sourceTree = ""; }; - B398211329239F4200A82429 /* SDL_events.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_events.c; sourceTree = ""; }; - B398211429239F4200A82429 /* scancodes_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scancodes_linux.h; sourceTree = ""; }; - B398211529239F4200A82429 /* SDL_touch_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_touch_c.h; sourceTree = ""; }; - B398211629239F4200A82429 /* SDL_keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_keyboard.c; sourceTree = ""; }; - B398211729239F4200A82429 /* SDL_clipboardevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_clipboardevents_c.h; sourceTree = ""; }; - B398211829239F4200A82429 /* SDL_clipboardevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_clipboardevents.c; sourceTree = ""; }; - B398211929239F4200A82429 /* SDL_dropevents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_dropevents.c; sourceTree = ""; }; - B398211A29239F4200A82429 /* SDL_quit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_quit.c; sourceTree = ""; }; - B398211B29239F4200A82429 /* SDL_keyboard_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_keyboard_c.h; sourceTree = ""; }; - B398211C29239F4200A82429 /* SDL_touch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_touch.c; sourceTree = ""; }; - B398211D29239F4200A82429 /* SDL_sysevents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysevents.h; sourceTree = ""; }; - B398211E29239F4200A82429 /* SDL_gesture.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_gesture.c; sourceTree = ""; }; - B398211F29239F4200A82429 /* scancodes_xfree86.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scancodes_xfree86.h; sourceTree = ""; }; - B398212029239F4300A82429 /* SDL_events_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_events_c.h; sourceTree = ""; }; - B398212129239F4300A82429 /* SDL_windowevents_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_windowevents_c.h; sourceTree = ""; }; - B398212429239F4300A82429 /* SDL_dummy_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_dummy_main.c; sourceTree = ""; }; - B398212629239F4300A82429 /* SDL_uikit_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_uikit_main.c; sourceTree = ""; }; - B398212829239F4300A82429 /* SDL_psp_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_psp_main.c; sourceTree = ""; }; - B398212A29239F4300A82429 /* SDL_BApp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_BApp.h; sourceTree = ""; }; - B398212B29239F4300A82429 /* SDL_BeApp.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_BeApp.cc; sourceTree = ""; }; - B398212C29239F4300A82429 /* SDL_BeApp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_BeApp.h; sourceTree = ""; }; - B398212E29239F4300A82429 /* SDL2-WinRTResources.rc */ = {isa = PBXFileReference; lastKnownFileType = text; path = "SDL2-WinRTResources.rc"; sourceTree = ""; }; - B398212F29239F4300A82429 /* SDL_winrt_main_NonXAML.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_winrt_main_NonXAML.cpp; sourceTree = ""; }; - B398213029239F4300A82429 /* SDL2-WinRTResource_BlankCursor.cur */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SDL2-WinRTResource_BlankCursor.cur"; sourceTree = ""; }; - B398213229239F4300A82429 /* SDL_android_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_android_main.c; sourceTree = ""; }; - B398213429239F4300A82429 /* SDL_nacl_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_nacl_main.c; sourceTree = ""; }; - B398213629239F4300A82429 /* SDL_windows_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_windows_main.c; sourceTree = ""; }; - B398213729239F4300A82429 /* version.rc */ = {isa = PBXFileReference; lastKnownFileType = text; path = version.rc; sourceTree = ""; }; - B398213929239F4300A82429 /* SDL_cpuinfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_cpuinfo.c; sourceTree = ""; }; - B398213B29239F4300A82429 /* SDL_systhread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_systhread.h; sourceTree = ""; }; - B398213D29239F4300A82429 /* SDL_systls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systls.c; sourceTree = ""; }; - B398213E29239F4300A82429 /* SDL_syssem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syssem.c; sourceTree = ""; }; - B398213F29239F4300A82429 /* SDL_systhread_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = ""; }; - B398214029239F4300A82429 /* SDL_systls_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_systls_c.h; sourceTree = ""; }; - B398214129239F4300A82429 /* SDL_systhread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systhread.c; sourceTree = ""; }; - B398214229239F4300A82429 /* SDL_sysmutex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysmutex.c; sourceTree = ""; }; - B398214329239F4300A82429 /* SDL_thread_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_thread_c.h; sourceTree = ""; }; - B398214429239F4300A82429 /* SDL_thread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_thread.c; sourceTree = ""; }; - B398214629239F4300A82429 /* SDL_syssem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syssem.c; sourceTree = ""; }; - B398214729239F4300A82429 /* SDL_systhread_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = ""; }; - B398214829239F4300A82429 /* SDL_syscond.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syscond.c; sourceTree = ""; }; - B398214929239F4300A82429 /* SDL_systhread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systhread.c; sourceTree = ""; }; - B398214A29239F4300A82429 /* SDL_sysmutex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysmutex.c; sourceTree = ""; }; - B398214B29239F4300A82429 /* SDL_sysmutex_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysmutex_c.h; sourceTree = ""; }; - B398214D29239F4300A82429 /* SDL_systls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systls.c; sourceTree = ""; }; - B398214E29239F4300A82429 /* SDL_syssem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syssem.c; sourceTree = ""; }; - B398214F29239F4300A82429 /* SDL_systhread_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = ""; }; - B398215029239F4300A82429 /* SDL_syscond.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syscond.c; sourceTree = ""; }; - B398215129239F4300A82429 /* SDL_systhread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systhread.c; sourceTree = ""; }; - B398215229239F4300A82429 /* SDL_sysmutex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysmutex.c; sourceTree = ""; }; - B398215329239F4300A82429 /* SDL_sysmutex_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysmutex_c.h; sourceTree = ""; }; - B398215529239F4300A82429 /* SDL_syscond.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_syscond.cpp; sourceTree = ""; }; - B398215629239F4300A82429 /* SDL_sysmutex.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_sysmutex.cpp; sourceTree = ""; }; - B398215729239F4300A82429 /* SDL_systhread_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = ""; }; - B398215829239F4300A82429 /* SDL_systhread.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SDL_systhread.cpp; sourceTree = ""; }; - B398215929239F4300A82429 /* SDL_sysmutex_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysmutex_c.h; sourceTree = ""; }; - B398215B29239F4300A82429 /* SDL_systls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systls.c; sourceTree = ""; }; - B398215C29239F4300A82429 /* SDL_syssem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syssem.c; sourceTree = ""; }; - B398215D29239F4300A82429 /* SDL_systhread_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = ""; }; - B398215E29239F4300A82429 /* SDL_syscond.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syscond.c; sourceTree = ""; }; - B398215F29239F4300A82429 /* SDL_systhread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systhread.c; sourceTree = ""; }; - B398216029239F4300A82429 /* SDL_sysmutex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysmutex.c; sourceTree = ""; }; - B398216129239F4300A82429 /* SDL_sysmutex_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysmutex_c.h; sourceTree = ""; }; - B398216229239F4300A82429 /* SDL_syscond_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_syscond_c.h; sourceTree = ""; }; - B398216429239F4300A82429 /* SDL_systls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systls.c; sourceTree = ""; }; - B398216529239F4300A82429 /* SDL_syssem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syssem.c; sourceTree = ""; }; - B398216629239F4300A82429 /* SDL_syscond_srw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_syscond_srw.c; sourceTree = ""; }; - B398216729239F4300A82429 /* SDL_systhread_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = ""; }; - B398216829239F4300A82429 /* SDL_systhread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_systhread.c; sourceTree = ""; }; - B398216929239F4300A82429 /* SDL_sysmutex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysmutex.c; sourceTree = ""; }; - B398216A29239F4300A82429 /* SDL_sysmutex_c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_sysmutex_c.h; sourceTree = ""; }; - B398216D29239F4300A82429 /* SDL_sysloadso.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = ""; }; - B398216F29239F4300A82429 /* SDL_sysloadso.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = ""; }; - B398217129239F4300A82429 /* SDL_sysloadso.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = ""; }; - B398217329239F4300A82429 /* SDL_sysloadso.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = ""; }; - B398217429239F4300A82429 /* SDL_dataqueue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDL_dataqueue.h; sourceTree = ""; }; - B398217529239F4300A82429 /* Makefile.psp */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.psp; sourceTree = ""; }; - B398217729239F4300A82429 /* debug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = ""; }; - B398217829239F4300A82429 /* elf64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf64.h; sourceTree = ""; }; - B398217929239F4300A82429 /* elf64.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = elf64.cpp; sourceTree = ""; }; - B398217A29239F4300A82429 /* elf.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = elf.cpp; sourceTree = ""; }; - B398217B29239F4300A82429 /* elf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf.h; sourceTree = ""; }; - B398217C29239F4300A82429 /* elf32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf32.h; sourceTree = ""; }; - B398217D29239F4300A82429 /* elf32.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = elf32.cpp; sourceTree = ""; }; - B398218029239F4300A82429 /* encoding_utf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = encoding_utf.c; sourceTree = ""; }; - B398218229239F4300A82429 /* vfs_implementation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vfs_implementation.c; sourceTree = ""; }; - B398218429239F4300A82429 /* compat_strl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compat_strl.c; sourceTree = ""; }; - B398218529239F4300A82429 /* compat_strcasestr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compat_strcasestr.c; sourceTree = ""; }; - B398218629239F4300A82429 /* fopen_utf8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fopen_utf8.c; sourceTree = ""; }; - B398218829239F4300A82429 /* glsym_es3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = glsym_es3.c; sourceTree = ""; }; - B398218929239F4300A82429 /* glsym_gl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = glsym_gl.c; sourceTree = ""; }; - B398218A29239F4300A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B398218B29239F4300A82429 /* glsym_es2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = glsym_es2.c; sourceTree = ""; }; - B398218C29239F4300A82429 /* rglgen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rglgen.c; sourceTree = ""; }; - B398218D29239F4300A82429 /* glgen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = glgen.py; sourceTree = ""; }; - B398218E29239F4300A82429 /* xglgen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = xglgen.py; sourceTree = ""; }; - B398218F29239F4300A82429 /* rglgen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = rglgen.py; sourceTree = ""; }; - B398219129239F4300A82429 /* file_path.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = file_path.c; sourceTree = ""; }; - B398219229239F4300A82429 /* retro_dirent.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = retro_dirent.c; sourceTree = ""; }; - B398219529239F4300A82429 /* utf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = utf.h; sourceTree = ""; }; - B398219629239F4300A82429 /* win32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = win32.h; sourceTree = ""; }; - B398219729239F4300A82429 /* memalign.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memalign.h; sourceTree = ""; }; - B398219829239F4300A82429 /* libretro_dspfilter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro_dspfilter.h; sourceTree = ""; }; - B398219A29239F4300A82429 /* vfs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vfs.h; sourceTree = ""; }; - B398219B29239F4300A82429 /* vfs_implementation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vfs_implementation.h; sourceTree = ""; }; - B398219C29239F4300A82429 /* vfs_implementation_cdrom.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vfs_implementation_cdrom.h; sourceTree = ""; }; - B398219E29239F4300A82429 /* cdrom.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cdrom.h; sourceTree = ""; }; - B398219F29239F4300A82429 /* libco.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libco.h; sourceTree = ""; }; - B39821A129239F4300A82429 /* apple_compat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = apple_compat.h; sourceTree = ""; }; - B39821A229239F4300A82429 /* zutil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = ""; }; - B39821A329239F4300A82429 /* strl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = strl.h; sourceTree = ""; }; - B39821A429239F4300A82429 /* strcasestr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = strcasestr.h; sourceTree = ""; }; - B39821A629239F4300A82429 /* stdint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stdint.h; sourceTree = ""; }; - B39821A729239F4300A82429 /* fopen_utf8.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fopen_utf8.h; sourceTree = ""; }; - B39821A829239F4300A82429 /* zconf.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = zconf.h.in; sourceTree = ""; }; - B39821A929239F4300A82429 /* intrinsics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = intrinsics.h; sourceTree = ""; }; - B39821AA29239F4300A82429 /* posix_string.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = posix_string.h; sourceTree = ""; }; - B39821AC29239F4300A82429 /* zutil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = ""; }; - B39821AD29239F4300A82429 /* zconf.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = zconf.h.in; sourceTree = ""; }; - B39821AE29239F4300A82429 /* zlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zlib.h; sourceTree = ""; }; - B39821AF29239F4300A82429 /* zconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zconf.h; sourceTree = ""; }; - B39821B029239F4300A82429 /* getopt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = getopt.h; sourceTree = ""; }; - B39821B129239F4300A82429 /* fnmatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fnmatch.h; sourceTree = ""; }; - B39821B229239F4300A82429 /* msvc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = msvc.h; sourceTree = ""; }; - B39821B329239F4300A82429 /* zlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zlib.h; sourceTree = ""; }; - B39821B429239F4300A82429 /* ifaddrs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ifaddrs.h; sourceTree = ""; }; - B39821B529239F4300A82429 /* zconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zconf.h; sourceTree = ""; }; - B39821B629239F4300A82429 /* retro_common_api.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_common_api.h; sourceTree = ""; }; - B39821B729239F4300A82429 /* retro_timers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_timers.h; sourceTree = ""; }; - B39821B929239F4300A82429 /* rglgen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rglgen.h; sourceTree = ""; }; - B39821BA29239F4300A82429 /* glsym_es2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsym_es2.h; sourceTree = ""; }; - B39821BB29239F4300A82429 /* glsym.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsym.h; sourceTree = ""; }; - B39821BC29239F4300A82429 /* rglgen_headers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rglgen_headers.h; sourceTree = ""; }; - B39821BE29239F4300A82429 /* nx_gl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = nx_gl.h; sourceTree = ""; }; - B39821BF29239F4300A82429 /* nx_glsym.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = nx_glsym.h; sourceTree = ""; }; - B39821C029239F4300A82429 /* glsym_es3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsym_es3.h; sourceTree = ""; }; - B39821C129239F4300A82429 /* glsym_gl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsym_gl.h; sourceTree = ""; }; - B39821C329239F4300A82429 /* file_path.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = file_path.h; sourceTree = ""; }; - B39821C429239F4300A82429 /* retro_environment.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_environment.h; sourceTree = ""; }; - B39821C529239F4300A82429 /* retro_dirent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_dirent.h; sourceTree = ""; }; - B39821C629239F4300A82429 /* retro_inline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_inline.h; sourceTree = ""; }; - B39821C729239F4300A82429 /* retro_math.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_math.h; sourceTree = ""; }; - B39821C929239F4300A82429 /* lzma.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lzma.h; sourceTree = ""; }; - B39821CA29239F4300A82429 /* minmax.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minmax.h; sourceTree = ""; }; - B39821CB29239F4300A82429 /* flac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = flac.h; sourceTree = ""; }; - B39821CC29239F4300A82429 /* bitstream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bitstream.h; sourceTree = ""; }; - B39821CD29239F4300A82429 /* cdrom.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cdrom.h; sourceTree = ""; }; - B39821CE29239F4300A82429 /* chd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = chd.h; sourceTree = ""; }; - B39821CF29239F4300A82429 /* libchdr_zlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libchdr_zlib.h; sourceTree = ""; }; - B39821D029239F4300A82429 /* huffman.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = huffman.h; sourceTree = ""; }; - B39821D129239F4300A82429 /* coretypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = coretypes.h; sourceTree = ""; }; - B39821D229239F4300A82429 /* retro_miscellaneous.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_miscellaneous.h; sourceTree = ""; }; - B39821D329239F4300A82429 /* clamping.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = clamping.h; sourceTree = ""; }; - B39821D429239F4300A82429 /* boolean.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boolean.h; sourceTree = ""; }; - B39821D529239F4300A82429 /* libretro_gskit_ps2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro_gskit_ps2.h; sourceTree = ""; }; - B39821D729239F4300A82429 /* glsm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsm.h; sourceTree = ""; }; - B39821D829239F4300A82429 /* glsmsym.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsmsym.h; sourceTree = ""; }; - B39821D929239F4300A82429 /* memmap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memmap.h; sourceTree = ""; }; - B39821DB29239F4300A82429 /* rsemaphore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rsemaphore.h; sourceTree = ""; }; - B39821DC29239F4300A82429 /* rthreads.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rthreads.h; sourceTree = ""; }; - B39821DD29239F4300A82429 /* async_job.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = async_job.h; sourceTree = ""; }; - B39821DE29239F4300A82429 /* libretro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro.h; sourceTree = ""; }; - B39821E029239F4300A82429 /* vulkan_symbol_wrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_symbol_wrapper.h; sourceTree = ""; }; - B39821E129239F4300A82429 /* retro_stat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_stat.h; sourceTree = ""; }; - B39821E229239F4300A82429 /* retro_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_common.h; sourceTree = ""; }; - B39821E329239F4300A82429 /* retro_assert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_assert.h; sourceTree = ""; }; - B39821E529239F4300A82429 /* stdstring.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stdstring.h; sourceTree = ""; }; - B39821E629239F4300A82429 /* libretro_d3d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro_d3d.h; sourceTree = ""; }; - B39821E729239F4300A82429 /* libretro_vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro_vulkan.h; sourceTree = ""; }; - B39821E829239F4300A82429 /* retro_endianness.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_endianness.h; sourceTree = ""; }; - B39821EA29239F4300A82429 /* memalign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = memalign.c; sourceTree = ""; }; - B39821EC29239F4300A82429 /* glsm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = glsm.c; sourceTree = ""; }; - B39821EE29239F4300A82429 /* vulkan_symbol_wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vulkan_symbol_wrapper.c; sourceTree = ""; }; - B39821F029239F4300A82429 /* stdstring.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stdstring.c; sourceTree = ""; }; - B39821F229239F4300A82429 /* cdipsr.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cdipsr.cpp; sourceTree = ""; }; - B39821F329239F4300A82429 /* cdipsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cdipsr.h; sourceTree = ""; }; - B39821F529239F4300A82429 /* libxxhash.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = libxxhash.pc.in; sourceTree = ""; }; - B39821F629239F4300A82429 /* xxhash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xxhash.h; sourceTree = ""; }; - B39821F729239F4300A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B39821F829239F4300A82429 /* xxhsum.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = xxhsum.1; sourceTree = ""; }; - B39821F929239F4300A82429 /* CHANGELOG */ = {isa = PBXFileReference; lastKnownFileType = text; path = CHANGELOG; sourceTree = ""; }; - B39821FA29239F4300A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B39821FD29239F4300A82429 /* benchHash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = benchHash.h; sourceTree = ""; }; - B39821FE29239F4300A82429 /* bhDisplay.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bhDisplay.c; sourceTree = ""; }; - B39821FF29239F4300A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B398220029239F4300A82429 /* hashes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hashes.h; sourceTree = ""; }; - B398220129239F4300A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B398220229239F4300A82429 /* benchfn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = benchfn.h; sourceTree = ""; }; - B398220329239F4300A82429 /* timefn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = timefn.h; sourceTree = ""; }; - B398220429239F4300A82429 /* benchHash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = benchHash.c; sourceTree = ""; }; - B398220529239F4300A82429 /* bhDisplay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bhDisplay.h; sourceTree = ""; }; - B398220629239F4300A82429 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; - B398220729239F4300A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B398220829239F4300A82429 /* timefn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = timefn.c; sourceTree = ""; }; - B398220929239F4300A82429 /* benchfn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = benchfn.c; sourceTree = ""; }; - B398220A29239F4300A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B398220B29239F4300A82429 /* generate_unicode_test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = generate_unicode_test.c; sourceTree = ""; }; - B398220C29239F4300A82429 /* multiInclude.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = multiInclude.c; sourceTree = ""; }; - B398220E29239F4300A82429 /* pool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pool.h; sourceTree = ""; }; - B398220F29239F4300A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B398221029239F4300A82429 /* hashes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hashes.h; sourceTree = ""; }; - B398221129239F4300A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B398221229239F4300A82429 /* threading.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = threading.h; sourceTree = ""; }; - B398221329239F4300A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B398221529239F4300A82429 /* dummy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dummy.c; sourceTree = ""; }; - B398221629239F4300A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B398221729239F4300A82429 /* dummy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dummy.h; sourceTree = ""; }; - B398221829239F4300A82429 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; - B398221929239F4300A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B398221A29239F4300A82429 /* sort.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sort.cc; sourceTree = ""; }; - B398221B29239F4300A82429 /* pool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pool.c; sourceTree = ""; }; - B398221C29239F4300A82429 /* threading.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = threading.c; sourceTree = ""; }; - B398221D29239F4300A82429 /* sort.hh */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = sort.hh; sourceTree = ""; }; - B398221E29239F4300A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B398221F29239F4300A82429 /* xxhsum.1.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = xxhsum.1.md; sourceTree = ""; }; - B398222129239F4300A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398222229239F4300A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B398222329239F4300A82429 /* xxHashConfig.cmake.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = xxHashConfig.cmake.in; sourceTree = ""; }; - B398222429239F4300A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B398222529239F4300A82429 /* xxhash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xxhash.c; sourceTree = ""; }; - B398222629239F4300A82429 /* appveyor.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = appveyor.yml; sourceTree = ""; }; - B398222729239F4300A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B398222829239F4300A82429 /* xxhsum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xxhsum.c; sourceTree = ""; }; - B398222929239F4300A82429 /* .gitattributes */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitattributes; sourceTree = ""; }; - B398222A29239F4300A82429 /* xxh3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xxh3.h; sourceTree = ""; }; - B398222C29239F4300A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B398222D29239F4300A82429 /* xxhash_spec.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = xxhash_spec.md; sourceTree = ""; }; - B398222E29239F4300A82429 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .travis.yml; sourceTree = ""; }; - B398223129239F4300A82429 /* zip_set_archive_comment.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_set_archive_comment.html; sourceTree = ""; }; - B398223229239F4300A82429 /* ZIP_SOURCE_GET_ARGS.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = ZIP_SOURCE_GET_ARGS.mdoc; sourceTree = ""; }; - B398223329239F4300A82429 /* zip_ftell.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_ftell.man; sourceTree = ""; }; - B398223429239F4300A82429 /* zip_error_strerror.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_strerror.man; sourceTree = ""; }; - B398223529239F4300A82429 /* libzip.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = libzip.html; sourceTree = ""; }; - B398223629239F4300A82429 /* zip_error_get.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_get.html; sourceTree = ""; }; - B398223729239F4300A82429 /* zip_encryption_method_supported.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_encryption_method_supported.html; sourceTree = ""; }; - B398223829239F4300A82429 /* zip_error_set.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_set.html; sourceTree = ""; }; - B398223929239F4300A82429 /* zip_get_error.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_get_error.html; sourceTree = ""; }; - B398223A29239F4300A82429 /* zip_add.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_add.html; sourceTree = ""; }; - B398223B29239F4300A82429 /* zip_source_tell_write.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_tell_write.html; sourceTree = ""; }; - B398223C29239F4300A82429 /* zip_fread.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_fread.html; sourceTree = ""; }; - B398223D29239F4300A82429 /* zip_error_to_data.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_to_data.html; sourceTree = ""; }; - B398223E29239F4300A82429 /* zip_file_get_external_attributes.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_get_external_attributes.man; sourceTree = ""; }; - B398223F29239F4300A82429 /* zip_error_system_type.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_system_type.html; sourceTree = ""; }; - B398224029239F4300A82429 /* zip_source_function.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_function.man; sourceTree = ""; }; - B398224129239F4300A82429 /* zip_file_add.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_add.man; sourceTree = ""; }; - B398224229239F4300A82429 /* zip_source_buffer_fragment.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_buffer_fragment.man; sourceTree = ""; }; - B398224329239F4300A82429 /* zip_file_add.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_add.mdoc; sourceTree = ""; }; - B398224429239F4300A82429 /* zip_error_get_sys_type.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_get_sys_type.mdoc; sourceTree = ""; }; - B398224529239F4300A82429 /* zip_get_error.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_error.man; sourceTree = ""; }; - B398224629239F4300A82429 /* zip_delete.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_delete.html; sourceTree = ""; }; - B398224729239F4300A82429 /* zip_source_error.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_error.html; sourceTree = ""; }; - B398224829239F4300A82429 /* zip_source_is_deleted.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_is_deleted.mdoc; sourceTree = ""; }; - B398224929239F4300A82429 /* zip_set_default_password.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_set_default_password.man; sourceTree = ""; }; - B398224A29239F4300A82429 /* zip_file_set_encryption.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_set_encryption.man; sourceTree = ""; }; - B398224B29239F4300A82429 /* zip_get_num_entries.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_num_entries.man; sourceTree = ""; }; - B398224C29239F4300A82429 /* zip_get_file_comment.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_file_comment.man; sourceTree = ""; }; - B398224D29239F4300A82429 /* zip_set_file_compression.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_set_file_compression.man; sourceTree = ""; }; - B398224E29239F4300A82429 /* libzip.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = libzip.man; sourceTree = ""; }; - B398224F29239F4300A82429 /* zip_source_seek.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_seek.man; sourceTree = ""; }; - B398225029239F4300A82429 /* zip_file_attributes_init.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_attributes_init.man; sourceTree = ""; }; - B398225129239F4300A82429 /* zip_dir_add.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_dir_add.man; sourceTree = ""; }; - B398225229239F4300A82429 /* zip_source_seek_compute_offset.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_seek_compute_offset.html; sourceTree = ""; }; - B398225329239F4300A82429 /* zip_source_zip.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_zip.man; sourceTree = ""; }; - B398225429239F4300A82429 /* zip_error_code_system.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_code_system.man; sourceTree = ""; }; - B398225529239F4300A82429 /* zip_source_make_command_bitmap.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_make_command_bitmap.html; sourceTree = ""; }; - B398225629239F4300A82429 /* zip_source_buffer_fragment.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_buffer_fragment.mdoc; sourceTree = ""; }; - B398225729239F4300A82429 /* zip_source_filep.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_filep.mdoc; sourceTree = ""; }; - B398225829239F4300A82429 /* zip_unchange.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_unchange.man; sourceTree = ""; }; - B398225929239F4300A82429 /* zip_source_zip.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_zip.mdoc; sourceTree = ""; }; - B398225A29239F4300A82429 /* zip_error_fini.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_fini.html; sourceTree = ""; }; - B398225B29239F4300A82429 /* zip_file_attributes_init.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_attributes_init.html; sourceTree = ""; }; - B398225C29239F4300A82429 /* zip_source_read.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_read.mdoc; sourceTree = ""; }; - B398225D29239F4300A82429 /* zip_error_to_str.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_to_str.man; sourceTree = ""; }; - B398225E29239F4300A82429 /* zip_delete.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_delete.man; sourceTree = ""; }; - B398225F29239F4300A82429 /* zip_file_get_external_attributes.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_get_external_attributes.html; sourceTree = ""; }; - B398226029239F4300A82429 /* zip_file_rename.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_rename.mdoc; sourceTree = ""; }; - B398226129239F4300A82429 /* zip_set_file_comment.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_set_file_comment.man; sourceTree = ""; }; - B398226229239F4300A82429 /* zip_source_make_command_bitmap.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_make_command_bitmap.man; sourceTree = ""; }; - B398226329239F4300A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398226429239F4300A82429 /* zip_set_file_compression.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_set_file_compression.html; sourceTree = ""; }; - B398226529239F4300A82429 /* zip_source_begin_write.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_begin_write.man; sourceTree = ""; }; - B398226629239F4300A82429 /* zip_source_file.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_file.man; sourceTree = ""; }; - B398226729239F4300A82429 /* zip_close.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_close.mdoc; sourceTree = ""; }; - B398226829239F4300A82429 /* zip_source_seek_write.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_seek_write.mdoc; sourceTree = ""; }; - B398226929239F4300A82429 /* zip_stat_init.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_stat_init.man; sourceTree = ""; }; - B398226A29239F4300A82429 /* zip_source_buffer.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_buffer.man; sourceTree = ""; }; - B398226B29239F4300A82429 /* zip_source_win32a.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_win32a.html; sourceTree = ""; }; - B398226C29239F4300A82429 /* zip_file_set_external_attributes.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_set_external_attributes.man; sourceTree = ""; }; - B398226D29239F4300A82429 /* zip_stat.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_stat.mdoc; sourceTree = ""; }; - B398226E29239F4300A82429 /* zip_source_stat.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_stat.html; sourceTree = ""; }; - B398226F29239F4300A82429 /* zip_name_locate.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_name_locate.html; sourceTree = ""; }; - B398227029239F4300A82429 /* zip_file_set_comment.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_set_comment.mdoc; sourceTree = ""; }; - B398227129239F4300A82429 /* zip_error_code_system.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_code_system.mdoc; sourceTree = ""; }; - B398227229239F4300A82429 /* zip_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source.html; sourceTree = ""; }; - B398227329239F4300A82429 /* zip_source_write.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_write.html; sourceTree = ""; }; - B398227429239F4300A82429 /* zip_get_name.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_name.mdoc; sourceTree = ""; }; - B398227529239F4300A82429 /* zip_error_system_type.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_system_type.man; sourceTree = ""; }; - B398227629239F4300A82429 /* zip_errors.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_errors.html; sourceTree = ""; }; - B398227729239F4300A82429 /* zip_source_close.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_close.mdoc; sourceTree = ""; }; - B398227829239F4300A82429 /* zip_set_default_password.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_set_default_password.mdoc; sourceTree = ""; }; - B398227929239F4300A82429 /* make_zip_errors.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = make_zip_errors.sh; sourceTree = ""; }; - B398227A29239F4300A82429 /* zip_name_locate.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_name_locate.mdoc; sourceTree = ""; }; - B398227B29239F4300A82429 /* zip_error_code_system.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_code_system.html; sourceTree = ""; }; - B398227C29239F4300A82429 /* zip_file_set_comment.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_set_comment.html; sourceTree = ""; }; - B398227D29239F4300A82429 /* zip_source_stat.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_stat.mdoc; sourceTree = ""; }; - B398227E29239F4300A82429 /* zip_source.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source.mdoc; sourceTree = ""; }; - B398227F29239F4300A82429 /* zip_source_win32a.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_win32a.mdoc; sourceTree = ""; }; - B398228029239F4300A82429 /* zip_stat.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_stat.html; sourceTree = ""; }; - B398228129239F4300A82429 /* zip_source_tell.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_tell.man; sourceTree = ""; }; - B398228229239F4300A82429 /* zip_source_close.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_close.html; sourceTree = ""; }; - B398228329239F4300A82429 /* zip_set_default_password.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_set_default_password.html; sourceTree = ""; }; - B398228429239F4300A82429 /* zip_get_name.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_get_name.html; sourceTree = ""; }; - B398228529239F4300A82429 /* zip_source_write.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_write.mdoc; sourceTree = ""; }; - B398228629239F4300A82429 /* zip_errors.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_errors.mdoc; sourceTree = ""; }; - B398228729239F4300A82429 /* zip_unchange_archive.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_unchange_archive.man; sourceTree = ""; }; - B398228829239F4300A82429 /* zip_file_rename.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_rename.html; sourceTree = ""; }; - B398228929239F4300A82429 /* zip_file_get_comment.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_get_comment.man; sourceTree = ""; }; - B398228A29239F4300A82429 /* zip_file_get_external_attributes.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_get_external_attributes.mdoc; sourceTree = ""; }; - B398228B29239F4300A82429 /* zip_source.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source.man; sourceTree = ""; }; - B398228C29239F4300A82429 /* zip_compression_method_supported.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_compression_method_supported.man; sourceTree = ""; }; - B398228D29239F4300A82429 /* zip_set_file_compression.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_set_file_compression.mdoc; sourceTree = ""; }; - B398228E29239F4300A82429 /* zip_file_attributes_init.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_attributes_init.mdoc; sourceTree = ""; }; - B398228F29239F4300A82429 /* zipcmp.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zipcmp.man; sourceTree = ""; }; - B398229029239F4300A82429 /* zip_source_read.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_read.html; sourceTree = ""; }; - B398229129239F4300A82429 /* zip_fseek.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fseek.man; sourceTree = ""; }; - B398229229239F4300A82429 /* zip_source_seek_write.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_seek_write.html; sourceTree = ""; }; - B398229329239F4300A82429 /* zip_close.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_close.html; sourceTree = ""; }; - B398229429239F4300A82429 /* zip_get_archive_comment.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_archive_comment.man; sourceTree = ""; }; - B398229529239F4300A82429 /* ziptool.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = ziptool.man; sourceTree = ""; }; - B398229629239F4300A82429 /* zip_source_is_deleted.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_is_deleted.html; sourceTree = ""; }; - B398229729239F4300A82429 /* zip_source_error.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_error.mdoc; sourceTree = ""; }; - B398229829239F4300A82429 /* zip_file_extra_field_get.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_extra_field_get.man; sourceTree = ""; }; - B398229929239F4300A82429 /* zip_error_system_type.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_system_type.mdoc; sourceTree = ""; }; - B398229A29239F4300A82429 /* zip_error_get_sys_type.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_get_sys_type.html; sourceTree = ""; }; - B398229B29239F4300A82429 /* zip_file_add.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_add.html; sourceTree = ""; }; - B398229C29239F4300A82429 /* zip_fopen_encrypted.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fopen_encrypted.man; sourceTree = ""; }; - B398229D29239F4300A82429 /* zip_delete.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_delete.mdoc; sourceTree = ""; }; - B398229E29239F4300A82429 /* zip_source_buffer_fragment.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_buffer_fragment.html; sourceTree = ""; }; - B398229F29239F4300A82429 /* zip_source_make_command_bitmap.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_make_command_bitmap.mdoc; sourceTree = ""; }; - B39822A029239F4300A82429 /* zip_error_fini.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_fini.mdoc; sourceTree = ""; }; - B39822A129239F4300A82429 /* zip_source_zip.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_zip.html; sourceTree = ""; }; - B39822A229239F4300A82429 /* zip_source_filep.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_filep.html; sourceTree = ""; }; - B39822A329239F4300A82429 /* handle_links */ = {isa = PBXFileReference; lastKnownFileType = text; path = handle_links; sourceTree = ""; }; - B39822A429239F4300A82429 /* zip_source_seek_compute_offset.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_seek_compute_offset.mdoc; sourceTree = ""; }; - B39822A529239F4300A82429 /* zip_error_to_data.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_to_data.man; sourceTree = ""; }; - B39822A629239F4300A82429 /* ZIP_SOURCE_GET_ARGS.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = ZIP_SOURCE_GET_ARGS.html; sourceTree = ""; }; - B39822A729239F4300A82429 /* zip_source_filep.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_filep.man; sourceTree = ""; }; - B39822A829239F4300A82429 /* zip_source_commit_write.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_commit_write.man; sourceTree = ""; }; - B39822A929239F4300A82429 /* zip_error_get.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_get.mdoc; sourceTree = ""; }; - B39822AA29239F4300A82429 /* libzip.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = libzip.mdoc; sourceTree = ""; }; - B39822AB29239F4300A82429 /* zip_set_archive_comment.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_set_archive_comment.mdoc; sourceTree = ""; }; - B39822AC29239F4300A82429 /* zip_error_set.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_set.man; sourceTree = ""; }; - B39822AD29239F4300A82429 /* zip_get_error.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_error.mdoc; sourceTree = ""; }; - B39822AE29239F4300A82429 /* zip_add.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_add.mdoc; sourceTree = ""; }; - B39822AF29239F4300A82429 /* zip_error_set.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_set.mdoc; sourceTree = ""; }; - B39822B029239F4300A82429 /* zip_error_to_data.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_to_data.mdoc; sourceTree = ""; }; - B39822B129239F4300A82429 /* zip_source_tell_write.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_tell_write.mdoc; sourceTree = ""; }; - B39822B229239F4300A82429 /* zip_fread.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fread.mdoc; sourceTree = ""; }; - B39822B329239F4300A82429 /* zip_encryption_method_supported.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_encryption_method_supported.mdoc; sourceTree = ""; }; - B39822B429239F4300A82429 /* zip_source_seek_write.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_seek_write.man; sourceTree = ""; }; - B39822B529239F4300A82429 /* zipcmp.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zipcmp.mdoc; sourceTree = ""; }; - B39822B629239F4300A82429 /* zip_name_locate.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_name_locate.man; sourceTree = ""; }; - B39822B729239F4300A82429 /* zip_source_win32handle.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_win32handle.man; sourceTree = ""; }; - B39822B829239F4300A82429 /* zip_ftell.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_ftell.html; sourceTree = ""; }; - B39822B929239F4300A82429 /* zip_error_init.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_init.man; sourceTree = ""; }; - B39822BA29239F4300A82429 /* zip_dir_add.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_dir_add.mdoc; sourceTree = ""; }; - B39822BB29239F4300A82429 /* zip_source_file.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_file.mdoc; sourceTree = ""; }; - B39822BC29239F4300A82429 /* zip_error_clear.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_clear.mdoc; sourceTree = ""; }; - B39822BD29239F4300A82429 /* zip_source_win32w.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_win32w.man; sourceTree = ""; }; - B39822BE29239F4300A82429 /* zipmerge.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zipmerge.mdoc; sourceTree = ""; }; - B39822BF29239F4300A82429 /* zip_source_win32a.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_win32a.man; sourceTree = ""; }; - B39822C029239F4300A82429 /* zip_unchange.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_unchange.html; sourceTree = ""; }; - B39822C129239F4300A82429 /* zip_libzip_version.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_libzip_version.html; sourceTree = ""; }; - B39822C229239F4300A82429 /* zip_source_function.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_function.html; sourceTree = ""; }; - B39822C329239F4300A82429 /* fix-man-links.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "fix-man-links.sh"; sourceTree = ""; }; - B39822C429239F4300A82429 /* zip_error_get_sys_type.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_get_sys_type.man; sourceTree = ""; }; - B39822C529239F4300A82429 /* zip_error_clear.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_clear.man; sourceTree = ""; }; - B39822C629239F4300A82429 /* zip_fclose.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fclose.man; sourceTree = ""; }; - B39822C729239F4300A82429 /* zip_file_set_encryption.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_set_encryption.html; sourceTree = ""; }; - B39822C829239F4300A82429 /* zip_fdopen.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fdopen.mdoc; sourceTree = ""; }; - B39822C929239F4300A82429 /* zip_set_archive_comment.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_set_archive_comment.man; sourceTree = ""; }; - B39822CA29239F4300A82429 /* zip_source_stat.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_stat.man; sourceTree = ""; }; - B39822CB29239F4300A82429 /* zip_file_set_external_attributes.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_set_external_attributes.html; sourceTree = ""; }; - B39822CC29239F4300A82429 /* zip_fseek.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fseek.mdoc; sourceTree = ""; }; - B39822CD29239F4300A82429 /* zip_source_tell_write.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_tell_write.man; sourceTree = ""; }; - B39822CE29239F4300A82429 /* zip_file_set_mtime.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_set_mtime.html; sourceTree = ""; }; - B39822CF29239F4300A82429 /* zip_source_win32handle.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_win32handle.html; sourceTree = ""; }; - B39822D029239F4300A82429 /* zip_add_dir.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_add_dir.man; sourceTree = ""; }; - B39822D129239F4300A82429 /* zip_error_init.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_init.html; sourceTree = ""; }; - B39822D229239F4300A82429 /* ZIP_SOURCE_GET_ARGS.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = ZIP_SOURCE_GET_ARGS.man; sourceTree = ""; }; - B39822D329239F4300A82429 /* zip_errors.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_errors.man; sourceTree = ""; }; - B39822D429239F4300A82429 /* zip_file_strerror.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_strerror.html; sourceTree = ""; }; - B39822D529239F4300A82429 /* zip_get_archive_flag.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_archive_flag.mdoc; sourceTree = ""; }; - B39822D629239F4300A82429 /* zip_source_free.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_free.man; sourceTree = ""; }; - B39822D729239F4300A82429 /* zip_unchange_all.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_unchange_all.man; sourceTree = ""; }; - B39822D829239F4300A82429 /* zip_set_file_comment.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_set_file_comment.html; sourceTree = ""; }; - B39822D929239F4300A82429 /* zip_open.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_open.mdoc; sourceTree = ""; }; - B39822DA29239F4300A82429 /* zip_source_open.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_open.html; sourceTree = ""; }; - B39822DB29239F4300A82429 /* zip_add_dir.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_add_dir.mdoc; sourceTree = ""; }; - B39822DC29239F4300A82429 /* links */ = {isa = PBXFileReference; lastKnownFileType = text; path = links; sourceTree = ""; }; - B39822DD29239F4300A82429 /* zip_fclose.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fclose.mdoc; sourceTree = ""; }; - B39822DE29239F4300A82429 /* zip_file_extra_fields_count.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_extra_fields_count.mdoc; sourceTree = ""; }; - B39822DF29239F4300A82429 /* zip_file_extra_field_delete.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_extra_field_delete.html; sourceTree = ""; }; - B39822E029239F4300A82429 /* zip_fdopen.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fdopen.man; sourceTree = ""; }; - B39822E129239F4300A82429 /* zip_encryption_method_supported.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_encryption_method_supported.man; sourceTree = ""; }; - B39822E229239F4300A82429 /* mkdocset.pl */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = mkdocset.pl; sourceTree = ""; }; - B39822E329239F4300A82429 /* zip_file_extra_field_get.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_extra_field_get.mdoc; sourceTree = ""; }; - B39822E429239F4300A82429 /* zip_file_get_error.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_get_error.html; sourceTree = ""; }; - B39822E529239F4300A82429 /* zip_compression_method_supported.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_compression_method_supported.mdoc; sourceTree = ""; }; - B39822E629239F4300A82429 /* zip_source_rollback_write.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_rollback_write.mdoc; sourceTree = ""; }; - B39822E729239F4300A82429 /* update-man.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = "update-man.cmake"; sourceTree = ""; }; - B39822E829239F4300A82429 /* zip_close.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_close.man; sourceTree = ""; }; - B39822E929239F4300A82429 /* zip_file_set_comment.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_set_comment.man; sourceTree = ""; }; - B39822EA29239F4300A82429 /* zip_source_buffer.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_buffer.mdoc; sourceTree = ""; }; - B39822EB29239F4300A82429 /* zip_fopen_encrypted.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fopen_encrypted.mdoc; sourceTree = ""; }; - B39822EC29239F4300A82429 /* zip_source_tell.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_tell.mdoc; sourceTree = ""; }; - B39822ED29239F4300A82429 /* zip_file_extra_fields_count.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_extra_fields_count.man; sourceTree = ""; }; - B39822EE29239F4300A82429 /* zip_get_num_entries.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_num_entries.mdoc; sourceTree = ""; }; - B39822EF29239F4300A82429 /* zip_source_open.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_open.man; sourceTree = ""; }; - B39822F029239F4300A82429 /* zip_file_set_mtime.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_set_mtime.man; sourceTree = ""; }; - B39822F129239F4300A82429 /* zip_rename.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_rename.man; sourceTree = ""; }; - B39822F229239F4300A82429 /* zip_error_to_str.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_to_str.mdoc; sourceTree = ""; }; - B39822F329239F4300A82429 /* zip_register_progress_callback_with_state.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_register_progress_callback_with_state.html; sourceTree = ""; }; - B39822F429239F4300A82429 /* zip_unchange_archive.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_unchange_archive.mdoc; sourceTree = ""; }; - B39822F529239F4300A82429 /* zip_register_progress_callback_with_state.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_register_progress_callback_with_state.man; sourceTree = ""; }; - B39822F629239F4300A82429 /* zip_file_extra_field_set.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_extra_field_set.mdoc; sourceTree = ""; }; - B39822F729239F4300A82429 /* zip_source_begin_write.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_begin_write.mdoc; sourceTree = ""; }; - B39822F829239F4300A82429 /* zip_source_commit_write.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_commit_write.html; sourceTree = ""; }; - B39822F929239F4300A82429 /* zip_unchange_all.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_unchange_all.html; sourceTree = ""; }; - B39822FA29239F4300A82429 /* zip_error_code_zip.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_code_zip.mdoc; sourceTree = ""; }; - B39822FB29239F4300A82429 /* zip_file_get_comment.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_get_comment.html; sourceTree = ""; }; - B39822FC29239F4300A82429 /* zip_discard.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_discard.html; sourceTree = ""; }; - B39822FD29239F4300A82429 /* zip_set_archive_flag.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_set_archive_flag.mdoc; sourceTree = ""; }; - B39822FE29239F4300A82429 /* zip_fopen.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fopen.mdoc; sourceTree = ""; }; - B39822FF29239F4300A82429 /* zip_get_file_comment.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_get_file_comment.html; sourceTree = ""; }; - B398230029239F4300A82429 /* zip_register_progress_callback.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_register_progress_callback.mdoc; sourceTree = ""; }; - B398230129239F4300A82429 /* zip_add.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_add.man; sourceTree = ""; }; - B398230229239F4300A82429 /* zip_libzip_version.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_libzip_version.man; sourceTree = ""; }; - B398230329239F4300A82429 /* zip_rename.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_rename.mdoc; sourceTree = ""; }; - B398230429239F4300A82429 /* zip_source_keep.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_keep.html; sourceTree = ""; }; - B398230529239F4300A82429 /* zip_get_num_files.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_num_files.mdoc; sourceTree = ""; }; - B398230629239F4300A82429 /* ziptool.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = ziptool.html; sourceTree = ""; }; - B398230729239F4300A82429 /* zip_source_error.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_error.man; sourceTree = ""; }; - B398230829239F4300A82429 /* zip_source_free.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_free.mdoc; sourceTree = ""; }; - B398230929239F4300A82429 /* zip_source_rollback_write.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_rollback_write.man; sourceTree = ""; }; - B398230A29239F4300A82429 /* zip_source_win32w.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_win32w.mdoc; sourceTree = ""; }; - B398230B29239F4300A82429 /* zip_stat_init.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_stat_init.html; sourceTree = ""; }; - B398230C29239F4300A82429 /* zip_error_strerror.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_strerror.mdoc; sourceTree = ""; }; - B398230D29239F4300A82429 /* zip_fread.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fread.man; sourceTree = ""; }; - B398230E29239F4300A82429 /* zip_get_archive_comment.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_get_archive_comment.html; sourceTree = ""; }; - B398230F29239F4300A82429 /* zip_source_seek.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_seek.html; sourceTree = ""; }; - B398231029239F4300A82429 /* zip_get_name.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_name.man; sourceTree = ""; }; - B398231129239F4300A82429 /* zip_register_progress_callback.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_register_progress_callback.html; sourceTree = ""; }; - B398231229239F4300A82429 /* zip_error_get.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_get.man; sourceTree = ""; }; - B398231329239F4300A82429 /* zip_get_num_files.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_get_num_files.html; sourceTree = ""; }; - B398231429239F4300A82429 /* zip_source_keep.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_keep.mdoc; sourceTree = ""; }; - B398231529239F4300A82429 /* zip_rename.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_rename.html; sourceTree = ""; }; - B398231629239F4400A82429 /* ziptool.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = ziptool.mdoc; sourceTree = ""; }; - B398231729239F4400A82429 /* zip_source_free.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_free.html; sourceTree = ""; }; - B398231829239F4400A82429 /* zip_file_get_comment.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_get_comment.mdoc; sourceTree = ""; }; - B398231929239F4400A82429 /* zip_error_code_zip.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_code_zip.html; sourceTree = ""; }; - B398231A29239F4400A82429 /* zip_discard.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_discard.mdoc; sourceTree = ""; }; - B398231B29239F4400A82429 /* zip_source_begin_write.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_begin_write.html; sourceTree = ""; }; - B398231C29239F4400A82429 /* zip_source_commit_write.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_commit_write.mdoc; sourceTree = ""; }; - B398231D29239F4400A82429 /* zip_unchange_all.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_unchange_all.mdoc; sourceTree = ""; }; - B398231E29239F4400A82429 /* zipmerge.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zipmerge.man; sourceTree = ""; }; - B398231F29239F4400A82429 /* zip_get_file_comment.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_file_comment.mdoc; sourceTree = ""; }; - B398232029239F4400A82429 /* zip_file_get_error.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_get_error.man; sourceTree = ""; }; - B398232129239F4400A82429 /* zip_file_extra_field_delete.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_extra_field_delete.man; sourceTree = ""; }; - B398232229239F4400A82429 /* zip_set_archive_flag.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_set_archive_flag.html; sourceTree = ""; }; - B398232329239F4400A82429 /* zip_fopen.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_fopen.html; sourceTree = ""; }; - B398232429239F4400A82429 /* update-html.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = "update-html.cmake"; sourceTree = ""; }; - B398232529239F4400A82429 /* zip_get_archive_comment.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_archive_comment.mdoc; sourceTree = ""; }; - B398232629239F4400A82429 /* zip_discard.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_discard.man; sourceTree = ""; }; - B398232729239F4400A82429 /* zip_source_seek.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_seek.mdoc; sourceTree = ""; }; - B398232829239F4400A82429 /* zip_get_num_files.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_num_files.man; sourceTree = ""; }; - B398232929239F4400A82429 /* zip_stat_init.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_stat_init.mdoc; sourceTree = ""; }; - B398232A29239F4400A82429 /* zip_source_win32w.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_win32w.html; sourceTree = ""; }; - B398232B29239F4400A82429 /* zip_stat.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_stat.man; sourceTree = ""; }; - B398232C29239F4400A82429 /* zip_error_strerror.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_strerror.html; sourceTree = ""; }; - B398232D29239F4400A82429 /* zip_source_rollback_write.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_rollback_write.html; sourceTree = ""; }; - B398232E29239F4400A82429 /* zip_error_code_zip.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_code_zip.man; sourceTree = ""; }; - B398232F29239F4400A82429 /* zip_register_progress_callback.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_register_progress_callback.man; sourceTree = ""; }; - B398233029239F4400A82429 /* zip_file_get_error.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_get_error.mdoc; sourceTree = ""; }; - B398233129239F4400A82429 /* zip_compression_method_supported.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_compression_method_supported.html; sourceTree = ""; }; - B398233229239F4400A82429 /* zip_file_extra_field_get.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_extra_field_get.html; sourceTree = ""; }; - B398233329239F4400A82429 /* zip_fopen_encrypted.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_fopen_encrypted.html; sourceTree = ""; }; - B398233429239F4400A82429 /* zip_source_buffer.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_buffer.html; sourceTree = ""; }; - B398233529239F4400A82429 /* zip_file_strerror.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_strerror.man; sourceTree = ""; }; - B398233629239F4400A82429 /* zip_file_extra_fields_count.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_extra_fields_count.html; sourceTree = ""; }; - B398233729239F4400A82429 /* zip_fclose.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_fclose.html; sourceTree = ""; }; - B398233829239F4400A82429 /* zip_file_extra_field_set.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_extra_field_set.man; sourceTree = ""; }; - B398233929239F4400A82429 /* zip_file_extra_field_delete.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_extra_field_delete.mdoc; sourceTree = ""; }; - B398233A29239F4400A82429 /* zip_source_close.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_close.man; sourceTree = ""; }; - B398233B29239F4400A82429 /* zip_error_to_str.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_to_str.html; sourceTree = ""; }; - B398233C29239F4400A82429 /* zip_register_progress_callback_with_state.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_register_progress_callback_with_state.mdoc; sourceTree = ""; }; - B398233D29239F4400A82429 /* zip_set_archive_flag.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_set_archive_flag.man; sourceTree = ""; }; - B398233E29239F4400A82429 /* zip_unchange_archive.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_unchange_archive.html; sourceTree = ""; }; - B398233F29239F4400A82429 /* zip_file_extra_field_set.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_file_extra_field_set.html; sourceTree = ""; }; - B398234029239F4400A82429 /* zip_get_num_entries.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_get_num_entries.html; sourceTree = ""; }; - B398234129239F4400A82429 /* zip_source_tell.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_tell.html; sourceTree = ""; }; - B398234229239F4400A82429 /* zip_file_set_mtime.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_set_mtime.mdoc; sourceTree = ""; }; - B398234329239F4400A82429 /* zip_source_seek_compute_offset.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_seek_compute_offset.man; sourceTree = ""; }; - B398234429239F4400A82429 /* zip_source_win32handle.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_win32handle.mdoc; sourceTree = ""; }; - B398234529239F4400A82429 /* zip_error_fini.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_fini.man; sourceTree = ""; }; - B398234629239F4400A82429 /* zip_error_init.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_error_init.mdoc; sourceTree = ""; }; - B398234729239F4400A82429 /* zip_get_archive_flag.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_get_archive_flag.man; sourceTree = ""; }; - B398234829239F4400A82429 /* zip_file_set_external_attributes.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_set_external_attributes.mdoc; sourceTree = ""; }; - B398234929239F4400A82429 /* zip_source_keep.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_keep.man; sourceTree = ""; }; - B398234A29239F4400A82429 /* zip_fseek.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_fseek.html; sourceTree = ""; }; - B398234B29239F4400A82429 /* zip_fopen.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_fopen.man; sourceTree = ""; }; - B398234C29239F4400A82429 /* zip_source_open.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_open.mdoc; sourceTree = ""; }; - B398234D29239F4400A82429 /* zip_add_dir.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_add_dir.html; sourceTree = ""; }; - B398234E29239F4400A82429 /* zip_open.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_open.html; sourceTree = ""; }; - B398234F29239F4400A82429 /* zip_set_file_comment.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_set_file_comment.mdoc; sourceTree = ""; }; - B398235029239F4400A82429 /* zip_file_strerror.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_strerror.mdoc; sourceTree = ""; }; - B398235129239F4400A82429 /* zip_get_archive_flag.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_get_archive_flag.html; sourceTree = ""; }; - B398235229239F4400A82429 /* zip_dir_add.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_dir_add.html; sourceTree = ""; }; - B398235329239F4400A82429 /* zip_ftell.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_ftell.mdoc; sourceTree = ""; }; - B398235429239F4400A82429 /* zip_source_file.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_source_file.html; sourceTree = ""; }; - B398235529239F4400A82429 /* zip_error_clear.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_error_clear.html; sourceTree = ""; }; - B398235629239F4400A82429 /* zipcmp.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zipcmp.html; sourceTree = ""; }; - B398235729239F4400A82429 /* nih-man.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = "nih-man.css"; sourceTree = ""; }; - B398235829239F4400A82429 /* zip_open.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_open.man; sourceTree = ""; }; - B398235929239F4400A82429 /* zip_source_function.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_function.mdoc; sourceTree = ""; }; - B398235A29239F4400A82429 /* zip_fdopen.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zip_fdopen.html; sourceTree = ""; }; - B398235B29239F4400A82429 /* zip_file_rename.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_rename.man; sourceTree = ""; }; - B398235C29239F4400A82429 /* zip_file_set_encryption.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_file_set_encryption.mdoc; sourceTree = ""; }; - B398235D29239F4400A82429 /* zip_unchange.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_unchange.mdoc; sourceTree = ""; }; - B398235E29239F4400A82429 /* zip_source_is_deleted.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_is_deleted.man; sourceTree = ""; }; - B398235F29239F4400A82429 /* zipmerge.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = zipmerge.html; sourceTree = ""; }; - B398236029239F4400A82429 /* zip_source_read.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_read.man; sourceTree = ""; }; - B398236129239F4400A82429 /* zip_libzip_version.mdoc */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_libzip_version.mdoc; sourceTree = ""; }; - B398236229239F4400A82429 /* zip_source_write.man */ = {isa = PBXFileReference; lastKnownFileType = text; path = zip_source_write.man; sourceTree = ""; }; - B398236329239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398236429239F4400A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B398236629239F4400A82429 /* FindMbedTLS.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindMbedTLS.cmake; sourceTree = ""; }; - B398236729239F4400A82429 /* FindZstd.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindZstd.cmake; sourceTree = ""; }; - B398236829239F4400A82429 /* Dist.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = Dist.cmake; sourceTree = ""; }; - B398236929239F4400A82429 /* FindNettle.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindNettle.cmake; sourceTree = ""; }; - B398236A29239F4400A82429 /* AUTHORS */ = {isa = PBXFileReference; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; - B398236B29239F4400A82429 /* cmake-zipconf.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = "cmake-zipconf.h.in"; sourceTree = ""; }; - B398236D29239F4400A82429 /* nihtest.conf.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = nihtest.conf.in; sourceTree = ""; }; - B398236E29239F4400A82429 /* runtest.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = runtest.in; sourceTree = ""; }; - B398236F29239F4400A82429 /* NEWS.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = NEWS.md; sourceTree = ""; }; - B398237029239F4400A82429 /* libzip.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = libzip.pc.in; sourceTree = ""; }; - B398237329239F4400A82429 /* unpack_zlib_here.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = unpack_zlib_here.txt; sourceTree = ""; }; - B398237429239F4400A82429 /* readme.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = readme.txt; sourceTree = ""; }; - B398237529239F4400A82429 /* vsbuild.cmd */ = {isa = PBXFileReference; lastKnownFileType = text; path = vsbuild.cmd; sourceTree = ""; }; - B398237629239F4400A82429 /* cmake-config.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = "cmake-config.h.in"; sourceTree = ""; }; - B398237829239F4400A82429 /* FindLibLZMA.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindLibLZMA.cmake; sourceTree = ""; }; - B398237929239F4400A82429 /* CheckLibraryExists.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = CheckLibraryExists.cmake; sourceTree = ""; }; - B398237A29239F4400A82429 /* CMakePushCheckState.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakePushCheckState.cmake; sourceTree = ""; }; - B398237B29239F4400A82429 /* FindPackageHandleStandardArgs.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindPackageHandleStandardArgs.cmake; sourceTree = ""; }; - B398237C29239F4400A82429 /* FindBZip2.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindBZip2.cmake; sourceTree = ""; }; - B398237D29239F4400A82429 /* CheckSymbolExists.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = CheckSymbolExists.cmake; sourceTree = ""; }; - B398237E29239F4400A82429 /* FindGnuTLS.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindGnuTLS.cmake; sourceTree = ""; }; - B398237F29239F4400A82429 /* FindPackageMessage.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindPackageMessage.cmake; sourceTree = ""; }; - B398238029239F4400A82429 /* SelectLibraryConfigurations.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = SelectLibraryConfigurations.cmake; sourceTree = ""; }; - B398238129239F4400A82429 /* INSTALL.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = INSTALL.md; sourceTree = ""; }; - B398238229239F4400A82429 /* TODO.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = TODO.md; sourceTree = ""; }; - B398238329239F4400A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B398238529239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398238629239F4400A82429 /* windows-open.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "windows-open.c"; sourceTree = ""; }; - B398238729239F4400A82429 /* in-memory.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "in-memory.c"; sourceTree = ""; }; - B398238A29239F4400A82429 /* Dockerfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Dockerfile; sourceTree = ""; }; - B398238B29239F4400A82429 /* do.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = do.sh; sourceTree = ""; }; - B398238C29239F4400A82429 /* readme.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = readme.txt; sourceTree = ""; }; - B398238E29239F4400A82429 /* zip_crypto_gnutls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_crypto_gnutls.c; sourceTree = ""; }; - B398238F29239F4400A82429 /* zip_source_tell_write.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_tell_write.c; sourceTree = ""; }; - B398239029239F4400A82429 /* zip_memdup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_memdup.c; sourceTree = ""; }; - B398239129239F4400A82429 /* zip_source_supports.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_supports.c; sourceTree = ""; }; - B398239229239F4400A82429 /* zip_file_get_external_attributes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_get_external_attributes.c; sourceTree = ""; }; - B398239329239F4400A82429 /* zip_source_begin_write.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_begin_write.c; sourceTree = ""; }; - B398239429239F4400A82429 /* zipint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zipint.h; sourceTree = ""; }; - B398239529239F4400A82429 /* zip_add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_add.c; sourceTree = ""; }; - B398239629239F4400A82429 /* zip_get_name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_get_name.c; sourceTree = ""; }; - B398239729239F4400A82429 /* zip_file_strerror.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_strerror.c; sourceTree = ""; }; - B398239829239F4400A82429 /* zip_fopen_index.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_fopen_index.c; sourceTree = ""; }; - B398239929239F4400A82429 /* zip_source_commit_write.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_commit_write.c; sourceTree = ""; }; - B398239A29239F4400A82429 /* zip_source_buffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_buffer.c; sourceTree = ""; }; - B398239B29239F4400A82429 /* zip_error_clear.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_error_clear.c; sourceTree = ""; }; - B398239C29239F4400A82429 /* zip_source_stat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_stat.c; sourceTree = ""; }; - B398239D29239F4400A82429 /* zip_get_archive_comment.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_get_archive_comment.c; sourceTree = ""; }; - B398239E29239F4400A82429 /* zip_file_rename.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_rename.c; sourceTree = ""; }; - B398239F29239F4400A82429 /* zip_ftell.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_ftell.c; sourceTree = ""; }; - B39823A029239F4400A82429 /* zip_discard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_discard.c; sourceTree = ""; }; - B39823A129239F4400A82429 /* zip_string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_string.c; sourceTree = ""; }; - B39823A229239F4400A82429 /* zip_set_name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_set_name.c; sourceTree = ""; }; - B39823A329239F4400A82429 /* zip_entry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_entry.c; sourceTree = ""; }; - B39823A429239F4400A82429 /* zip_file_set_encryption.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_set_encryption.c; sourceTree = ""; }; - B39823A529239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B39823A629239F4400A82429 /* zip_source_open.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_open.c; sourceTree = ""; }; - B39823A729239F4400A82429 /* zip_set_file_compression.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_set_file_compression.c; sourceTree = ""; }; - B39823A829239F4400A82429 /* zip_hash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_hash.c; sourceTree = ""; }; - B39823A929239F4400A82429 /* zip_file_error_get.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_error_get.c; sourceTree = ""; }; - B39823AA29239F4400A82429 /* zip_file_replace.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_replace.c; sourceTree = ""; }; - B39823AB29239F4400A82429 /* zip_crypto_mbedtls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_crypto_mbedtls.c; sourceTree = ""; }; - B39823AC29239F4400A82429 /* zip_file_get_offset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_get_offset.c; sourceTree = ""; }; - B39823AD29239F4400A82429 /* zip_unchange.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_unchange.c; sourceTree = ""; }; - B39823AE29239F4400A82429 /* zip_new.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_new.c; sourceTree = ""; }; - B39823AF29239F4400A82429 /* zip_file_set_comment.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_set_comment.c; sourceTree = ""; }; - B39823B029239F4400A82429 /* zip_random_unix.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_random_unix.c; sourceTree = ""; }; - B39823B129239F4400A82429 /* zip_close.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_close.c; sourceTree = ""; }; - B39823B229239F4400A82429 /* zip_source_file_win32_ansi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_file_win32_ansi.c; sourceTree = ""; }; - B39823B329239F4400A82429 /* zip_crypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zip_crypto.h; sourceTree = ""; }; - B39823B429239F4400A82429 /* zip_add_dir.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_add_dir.c; sourceTree = ""; }; - B39823B529239F4400A82429 /* zip_error_get_sys_type.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_error_get_sys_type.c; sourceTree = ""; }; - B39823B629239F4400A82429 /* zip_source_call.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_call.c; sourceTree = ""; }; - B39823B729239F4400A82429 /* zip_source_is_deleted.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_is_deleted.c; sourceTree = ""; }; - B39823B829239F4400A82429 /* zip_fopen_encrypted.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_fopen_encrypted.c; sourceTree = ""; }; - B39823B929239F4400A82429 /* zip_set_archive_comment.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_set_archive_comment.c; sourceTree = ""; }; - B39823BA29239F4400A82429 /* zip_extra_field.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_extra_field.c; sourceTree = ""; }; - B39823BB29239F4400A82429 /* zip_source_file_stdio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_file_stdio.c; sourceTree = ""; }; - B39823BC29239F4400A82429 /* zip_dir_add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_dir_add.c; sourceTree = ""; }; - B39823BD29239F4400A82429 /* zip_name_locate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_name_locate.c; sourceTree = ""; }; - B39823BE29239F4400A82429 /* zip_source_seek_write.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_seek_write.c; sourceTree = ""; }; - B39823BF29239F4400A82429 /* zip_algorithm_deflate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_algorithm_deflate.c; sourceTree = ""; }; - B39823C029239F4400A82429 /* zip_unchange_archive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_unchange_archive.c; sourceTree = ""; }; - B39823C129239F4400A82429 /* zip_source_free.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_free.c; sourceTree = ""; }; - B39823C229239F4400A82429 /* zip_source_file_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_file_common.c; sourceTree = ""; }; - B39823C329239F4400A82429 /* zip_get_num_files.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_get_num_files.c; sourceTree = ""; }; - B39823C429239F4400A82429 /* zip_pkware.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_pkware.c; sourceTree = ""; }; - B39823C529239F4400A82429 /* zip_err_str.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_err_str.c; sourceTree = ""; }; - B39823C629239F4400A82429 /* zip_add_entry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_add_entry.c; sourceTree = ""; }; - B39823C729239F4400A82429 /* zip_random_uwp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_random_uwp.c; sourceTree = ""; }; - B39823C829239F4400A82429 /* zip_buffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_buffer.c; sourceTree = ""; }; - B39823C929239F4400A82429 /* zip_error.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_error.c; sourceTree = ""; }; - B39823CA29239F4400A82429 /* zip_crypto_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_crypto_win.c; sourceTree = ""; }; - B39823CB29239F4400A82429 /* zip_strerror.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_strerror.c; sourceTree = ""; }; - B39823CC29239F4400A82429 /* zip_source_seek.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_seek.c; sourceTree = ""; }; - B39823CD29239F4400A82429 /* zip_get_encryption_implementation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_get_encryption_implementation.c; sourceTree = ""; }; - B39823CE29239F4400A82429 /* zip_get_archive_flag.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_get_archive_flag.c; sourceTree = ""; }; - B39823CF29239F4400A82429 /* zip_source_pkware_encode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_pkware_encode.c; sourceTree = ""; }; - B39823D029239F4400A82429 /* zip_set_archive_flag.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_set_archive_flag.c; sourceTree = ""; }; - B39823D129239F4400A82429 /* zip_source_zip_new.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_zip_new.c; sourceTree = ""; }; - B39823D229239F4400A82429 /* zip_source_file_win32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zip_source_file_win32.h; sourceTree = ""; }; - B39823D329239F4400A82429 /* zip_crypto_openssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zip_crypto_openssl.h; sourceTree = ""; }; - B39823D429239F4400A82429 /* zip_fdopen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_fdopen.c; sourceTree = ""; }; - B39823D529239F4400A82429 /* zip_unchange_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_unchange_data.c; sourceTree = ""; }; - B39823D629239F4400A82429 /* zip_crypto_commoncrypto.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_crypto_commoncrypto.c; sourceTree = ""; }; - B39823D729239F4400A82429 /* zip_source_pkware_decode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_pkware_decode.c; sourceTree = ""; }; - B39823D829239F4400A82429 /* zip_file_set_mtime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_set_mtime.c; sourceTree = ""; }; - B39823D929239F4400A82429 /* zip_source_file_win32_named.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_file_win32_named.c; sourceTree = ""; }; - B39823DA29239F4400A82429 /* zip_set_default_password.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_set_default_password.c; sourceTree = ""; }; - B39823DB29239F4400A82429 /* zip_source_file_stdio_named.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_file_stdio_named.c; sourceTree = ""; }; - B39823DC29239F4400A82429 /* zip_extra_field_api.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_extra_field_api.c; sourceTree = ""; }; - B39823DD29239F4400A82429 /* zip_fread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_fread.c; sourceTree = ""; }; - B39823DE29239F4400A82429 /* zip_source_rollback_write.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_rollback_write.c; sourceTree = ""; }; - B39823DF29239F4400A82429 /* zip_progress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_progress.c; sourceTree = ""; }; - B39823E029239F4400A82429 /* zip_rename.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_rename.c; sourceTree = ""; }; - B39823E129239F4400A82429 /* zip_source_zip.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_zip.c; sourceTree = ""; }; - B39823E229239F4400A82429 /* zip_stat_index.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_stat_index.c; sourceTree = ""; }; - B39823E329239F4400A82429 /* zip_get_num_entries.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_get_num_entries.c; sourceTree = ""; }; - B39823E429239F4400A82429 /* zip_source_file.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zip_source_file.h; sourceTree = ""; }; - B39823E529239F4400A82429 /* zip_source_function.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_function.c; sourceTree = ""; }; - B39823E629239F4400A82429 /* zip_file_set_external_attributes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_set_external_attributes.c; sourceTree = ""; }; - B39823E729239F4400A82429 /* zip_fseek.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_fseek.c; sourceTree = ""; }; - B39823E829239F4400A82429 /* zip_winzip_aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_winzip_aes.c; sourceTree = ""; }; - B39823E929239F4400A82429 /* zip_replace.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_replace.c; sourceTree = ""; }; - B39823EA29239F4400A82429 /* zip_delete.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_delete.c; sourceTree = ""; }; - B39823EB29239F4400A82429 /* zip_source_crc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_crc.c; sourceTree = ""; }; - B39823EC29239F4400A82429 /* zip_source_accept_empty.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_accept_empty.c; sourceTree = ""; }; - B39823ED29239F4400A82429 /* zip_set_file_comment.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_set_file_comment.c; sourceTree = ""; }; - B39823EE29239F4400A82429 /* zip_crypto_gnutls.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zip_crypto_gnutls.h; sourceTree = ""; }; - B39823EF29239F4400A82429 /* zip_stat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_stat.c; sourceTree = ""; }; - B39823F029239F4400A82429 /* zip_get_file_comment.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_get_file_comment.c; sourceTree = ""; }; - B39823F129239F4400A82429 /* zip_algorithm_xz.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_algorithm_xz.c; sourceTree = ""; }; - B39823F229239F4400A82429 /* zip.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zip.h; sourceTree = ""; }; - B39823F329239F4400A82429 /* zip_source_close.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_close.c; sourceTree = ""; }; - B39823F429239F4400A82429 /* zip_source_read.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_read.c; sourceTree = ""; }; - B39823F529239F4400A82429 /* zip_open.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_open.c; sourceTree = ""; }; - B39823F629239F4400A82429 /* zip_source_begin_write_cloning.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_begin_write_cloning.c; sourceTree = ""; }; - B39823F729239F4400A82429 /* compat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = compat.h; sourceTree = ""; }; - B39823F829239F4400A82429 /* zip_crypto_mbedtls.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zip_crypto_mbedtls.h; sourceTree = ""; }; - B39823F929239F4400A82429 /* zip_fopen_index_encrypted.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_fopen_index_encrypted.c; sourceTree = ""; }; - B39823FA29239F4400A82429 /* zip_source_file_win32_utf8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_file_win32_utf8.c; sourceTree = ""; }; - B39823FB29239F4400A82429 /* zip_utf-8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "zip_utf-8.c"; sourceTree = ""; }; - B39823FC29239F4400A82429 /* zip_error_get.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_error_get.c; sourceTree = ""; }; - B39823FD29239F4400A82429 /* zip_fclose.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_fclose.c; sourceTree = ""; }; - B39823FE29239F4400A82429 /* zip_dirent.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_dirent.c; sourceTree = ""; }; - B39823FF29239F4400A82429 /* zip_source_write.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_write.c; sourceTree = ""; }; - B398240029239F4400A82429 /* zip_file_add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_add.c; sourceTree = ""; }; - B398240129239F4400A82429 /* zip_source_error.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_error.c; sourceTree = ""; }; - B398240229239F4400A82429 /* zip_source_tell.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_tell.c; sourceTree = ""; }; - B398240329239F4400A82429 /* zip_crypto_win.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zip_crypto_win.h; sourceTree = ""; }; - B398240429239F4400A82429 /* zip_source_get_file_attributes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_get_file_attributes.c; sourceTree = ""; }; - B398240529239F4400A82429 /* zip_file_error_clear.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_error_clear.c; sourceTree = ""; }; - B398240629239F4400A82429 /* zip_source_compress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_compress.c; sourceTree = ""; }; - B398240729239F4400A82429 /* zip_libzip_version.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_libzip_version.c; sourceTree = ""; }; - B398240829239F4400A82429 /* zip_error_to_str.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_error_to_str.c; sourceTree = ""; }; - B398240929239F4400A82429 /* zip_source_remove.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_remove.c; sourceTree = ""; }; - B398240A29239F4400A82429 /* zip_algorithm_bzip2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_algorithm_bzip2.c; sourceTree = ""; }; - B398240B29239F4400A82429 /* zip_source_file_stdio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zip_source_file_stdio.h; sourceTree = ""; }; - B398240C29239F4400A82429 /* zip_random_win32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_random_win32.c; sourceTree = ""; }; - B398240D29239F4400A82429 /* zip_source_window.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_window.c; sourceTree = ""; }; - B398240E29239F4400A82429 /* zip_file_get_comment.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_file_get_comment.c; sourceTree = ""; }; - B398240F29239F4400A82429 /* zip_mkstempm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_mkstempm.c; sourceTree = ""; }; - B398241029239F4400A82429 /* zip_source_winzip_aes_decode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_winzip_aes_decode.c; sourceTree = ""; }; - B398241129239F4400A82429 /* zip_stat_init.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_stat_init.c; sourceTree = ""; }; - B398241229239F4400A82429 /* zip_fopen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_fopen.c; sourceTree = ""; }; - B398241329239F4400A82429 /* zip_crypto_openssl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_crypto_openssl.c; sourceTree = ""; }; - B398241429239F4400A82429 /* zip_crypto_commoncrypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zip_crypto_commoncrypto.h; sourceTree = ""; }; - B398241529239F4400A82429 /* zip_algorithm_zstd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_algorithm_zstd.c; sourceTree = ""; }; - B398241629239F4400A82429 /* zip_unchange_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_unchange_all.c; sourceTree = ""; }; - B398241729239F4400A82429 /* zip_io_util.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_io_util.c; sourceTree = ""; }; - B398241829239F4400A82429 /* zip_source_winzip_aes_encode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_winzip_aes_encode.c; sourceTree = ""; }; - B398241929239F4400A82429 /* zip_source_layered.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_layered.c; sourceTree = ""; }; - B398241A29239F4400A82429 /* zip_source_file_win32_utf16.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_file_win32_utf16.c; sourceTree = ""; }; - B398241B29239F4400A82429 /* zip_error_strerror.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_error_strerror.c; sourceTree = ""; }; - B398241C29239F4400A82429 /* zip_source_file_win32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_source_file_win32.c; sourceTree = ""; }; - B398241D29239F4400A82429 /* API-CHANGES.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "API-CHANGES.md"; sourceTree = ""; }; - B398241E29239F4400A82429 /* THANKS */ = {isa = PBXFileReference; lastKnownFileType = text; path = THANKS; sourceTree = ""; }; - B398242329239F4400A82429 /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; - B398242429239F4400A82429 /* README Xcode Project.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "README Xcode Project.md"; sourceTree = ""; }; - B398242529239F4400A82429 /* zip_err_str.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = zip_err_str.c; sourceTree = ""; }; - B398242629239F4400A82429 /* extract-version.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "extract-version.sh"; sourceTree = ""; }; - B398242729239F4400A82429 /* mkconfig-h.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "mkconfig-h.sh"; sourceTree = ""; }; - B398242829239F4400A82429 /* zipconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zipconf.h; sourceTree = ""; }; - B398242929239F4400A82429 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B398242A29239F4400A82429 /* libzip-config.cmake.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = "libzip-config.cmake.in"; sourceTree = ""; }; - B398242C29239F4400A82429 /* copying.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = copying.txt; sourceTree = ""; }; - B398242D29239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398242F29239F4400A82429 /* glm.cppcheck */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = glm.cppcheck; sourceTree = ""; }; - B398243029239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398243229239F4400A82429 /* core_cpp_constexpr.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_cpp_constexpr.cpp; sourceTree = ""; }; - B398243329239F4400A82429 /* core_force_inline.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_inline.cpp; sourceTree = ""; }; - B398243429239F4400A82429 /* core_func_integer_bit_count.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_integer_bit_count.cpp; sourceTree = ""; }; - B398243529239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398243629239F4400A82429 /* core_force_xyzw_only.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_xyzw_only.cpp; sourceTree = ""; }; - B398243729239F4400A82429 /* core_force_left_handed.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_left_handed.cpp; sourceTree = ""; }; - B398243829239F4400A82429 /* core_func_integer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_integer.cpp; sourceTree = ""; }; - B398243929239F4400A82429 /* core_setup_force_cxx98.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_setup_force_cxx98.cpp; sourceTree = ""; }; - B398243A29239F4400A82429 /* core_setup_message.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_setup_message.cpp; sourceTree = ""; }; - B398243B29239F4400A82429 /* core_func_common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_common.cpp; sourceTree = ""; }; - B398243C29239F4400A82429 /* core_force_quat_wxyz.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_quat_wxyz.cpp; sourceTree = ""; }; - B398243D29239F4400A82429 /* core_force_explicit_ctor.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_explicit_ctor.cpp; sourceTree = ""; }; - B398243E29239F4400A82429 /* core_type_length.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_length.cpp; sourceTree = ""; }; - B398243F29239F4400A82429 /* core_force_arch_unknown.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_arch_unknown.cpp; sourceTree = ""; }; - B398244029239F4400A82429 /* core_setup_precision.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_setup_precision.cpp; sourceTree = ""; }; - B398244129239F4400A82429 /* core_func_exponential.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_exponential.cpp; sourceTree = ""; }; - B398244229239F4400A82429 /* core_setup_force_size_t_length.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_setup_force_size_t_length.cpp; sourceTree = ""; }; - B398244329239F4400A82429 /* core_cpp_defaulted_ctor.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_cpp_defaulted_ctor.cpp; sourceTree = ""; }; - B398244429239F4400A82429 /* core_func_packing.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_packing.cpp; sourceTree = ""; }; - B398244529239F4400A82429 /* core_force_ctor_init.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_ctor_init.cpp; sourceTree = ""; }; - B398244629239F4400A82429 /* core_func_geometric.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_geometric.cpp; sourceTree = ""; }; - B398244729239F4400A82429 /* core_type_ctor.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_ctor.cpp; sourceTree = ""; }; - B398244829239F4400A82429 /* core_func_trigonometric.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_trigonometric.cpp; sourceTree = ""; }; - B398244929239F4400A82429 /* core_setup_platform_unknown.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_setup_platform_unknown.cpp; sourceTree = ""; }; - B398244A29239F4400A82429 /* core_func_integer_find_msb.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_integer_find_msb.cpp; sourceTree = ""; }; - B398244B29239F4400A82429 /* core_func_swizzle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_swizzle.cpp; sourceTree = ""; }; - B398244C29239F4400A82429 /* core_type_mat2x2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_mat2x2.cpp; sourceTree = ""; }; - B398244D29239F4400A82429 /* core_force_cxx03.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_cxx03.cpp; sourceTree = ""; }; - B398244E29239F4400A82429 /* core_type_mat4x4.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_mat4x4.cpp; sourceTree = ""; }; - B398244F29239F4400A82429 /* core_func_vector_relational.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_vector_relational.cpp; sourceTree = ""; }; - B398245029239F4400A82429 /* core_type_mat2x3.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_mat2x3.cpp; sourceTree = ""; }; - B398245129239F4400A82429 /* core_force_aligned_gentypes.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_aligned_gentypes.cpp; sourceTree = ""; }; - B398245229239F4400A82429 /* core_force_platform_unknown.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_platform_unknown.cpp; sourceTree = ""; }; - B398245329239F4400A82429 /* core_force_compiler_unknown.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_compiler_unknown.cpp; sourceTree = ""; }; - B398245429239F4400A82429 /* core_type_mat2x4.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_mat2x4.cpp; sourceTree = ""; }; - B398245529239F4400A82429 /* core_type_mat4x2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_mat4x2.cpp; sourceTree = ""; }; - B398245629239F4400A82429 /* core_type_mat4x3.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_mat4x3.cpp; sourceTree = ""; }; - B398245729239F4400A82429 /* core_func_noise.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_noise.cpp; sourceTree = ""; }; - B398245829239F4400A82429 /* core_type_int.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_int.cpp; sourceTree = ""; }; - B398245929239F4400A82429 /* core_type_vec1.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_vec1.cpp; sourceTree = ""; }; - B398245A29239F4400A82429 /* core_type_mat3x2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_mat3x2.cpp; sourceTree = ""; }; - B398245B29239F4400A82429 /* core_type_mat3x3.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_mat3x3.cpp; sourceTree = ""; }; - B398245C29239F4400A82429 /* core_force_cxx_unknown.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_cxx_unknown.cpp; sourceTree = ""; }; - B398245D29239F4400A82429 /* core_force_unrestricted_gentype.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_unrestricted_gentype.cpp; sourceTree = ""; }; - B398245E29239F4400A82429 /* core_func_integer_find_lsb.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_integer_find_lsb.cpp; sourceTree = ""; }; - B398245F29239F4400A82429 /* core_type_vec2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_vec2.cpp; sourceTree = ""; }; - B398246029239F4400A82429 /* core_force_pure.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_pure.cpp; sourceTree = ""; }; - B398246129239F4400A82429 /* core_type_vec3.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_vec3.cpp; sourceTree = ""; }; - B398246229239F4400A82429 /* core_force_depth_zero_to_one.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_depth_zero_to_one.cpp; sourceTree = ""; }; - B398246329239F4400A82429 /* core_type_mat3x4.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_mat3x4.cpp; sourceTree = ""; }; - B398246429239F4400A82429 /* core_force_size_t_length.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_size_t_length.cpp; sourceTree = ""; }; - B398246529239F4400A82429 /* core_type_aligned.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_aligned.cpp; sourceTree = ""; }; - B398246629239F4400A82429 /* core_type_vec4.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_vec4.cpp; sourceTree = ""; }; - B398246729239F4400A82429 /* core_force_cxx98.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_force_cxx98.cpp; sourceTree = ""; }; - B398246829239F4400A82429 /* core_func_matrix.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_func_matrix.cpp; sourceTree = ""; }; - B398246929239F4400A82429 /* core_type_cast.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_type_cast.cpp; sourceTree = ""; }; - B398246B29239F4400A82429 /* ext_matrix_common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_matrix_common.cpp; sourceTree = ""; }; - B398246C29239F4400A82429 /* ext_scalar_uint_sized.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_scalar_uint_sized.cpp; sourceTree = ""; }; - B398246D29239F4400A82429 /* ext_matrix_projection.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_matrix_projection.cpp; sourceTree = ""; }; - B398246E29239F4400A82429 /* ext_scalar_common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_scalar_common.cpp; sourceTree = ""; }; - B398246F29239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398247029239F4400A82429 /* ext_matrix_relational.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_matrix_relational.cpp; sourceTree = ""; }; - B398247129239F4400A82429 /* ext_scalar_relational.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_scalar_relational.cpp; sourceTree = ""; }; - B398247229239F4400A82429 /* ext_vector_integer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_vector_integer.cpp; sourceTree = ""; }; - B398247329239F4400A82429 /* ext_vector_integer_sized.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_vector_integer_sized.cpp; sourceTree = ""; }; - B398247429239F4400A82429 /* ext_quaternion_relational.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_quaternion_relational.cpp; sourceTree = ""; }; - B398247529239F4400A82429 /* ext_vec1.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_vec1.cpp; sourceTree = ""; }; - B398247629239F4400A82429 /* ext_quaternion_geometric.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_quaternion_geometric.cpp; sourceTree = ""; }; - B398247729239F4400A82429 /* ext_scalar_constants.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_scalar_constants.cpp; sourceTree = ""; }; - B398247829239F4400A82429 /* ext_vector_bool1.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_vector_bool1.cpp; sourceTree = ""; }; - B398247929239F4400A82429 /* ext_quaternion_trigonometric.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_quaternion_trigonometric.cpp; sourceTree = ""; }; - B398247A29239F4400A82429 /* ext_quaternion_type.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_quaternion_type.cpp; sourceTree = ""; }; - B398247B29239F4400A82429 /* ext_scalar_integer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_scalar_integer.cpp; sourceTree = ""; }; - B398247C29239F4400A82429 /* ext_matrix_clip_space.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_matrix_clip_space.cpp; sourceTree = ""; }; - B398247D29239F4400A82429 /* ext_quaternion_transform.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_quaternion_transform.cpp; sourceTree = ""; }; - B398247E29239F4400A82429 /* ext_vector_relational.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_vector_relational.cpp; sourceTree = ""; }; - B398247F29239F4400A82429 /* ext_quaternion_common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_quaternion_common.cpp; sourceTree = ""; }; - B398248029239F4400A82429 /* ext_scalar_int_sized.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_scalar_int_sized.cpp; sourceTree = ""; }; - B398248129239F4400A82429 /* ext_vector_iec559.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_vector_iec559.cpp; sourceTree = ""; }; - B398248229239F4400A82429 /* ext_quaternion_exponential.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_quaternion_exponential.cpp; sourceTree = ""; }; - B398248329239F4400A82429 /* ext_scalar_ulp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_scalar_ulp.cpp; sourceTree = ""; }; - B398248429239F4400A82429 /* ext_vector_ulp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_vector_ulp.cpp; sourceTree = ""; }; - B398248529239F4400A82429 /* ext_matrix_transform.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_matrix_transform.cpp; sourceTree = ""; }; - B398248629239F4400A82429 /* ext_vector_common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ext_vector_common.cpp; sourceTree = ""; }; - B398248829239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398248929239F4400A82429 /* bug_ms_vec_static.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bug_ms_vec_static.cpp; sourceTree = ""; }; - B398248B29239F4400A82429 /* gtc_packing.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_packing.cpp; sourceTree = ""; }; - B398248C29239F4400A82429 /* gtc_matrix_inverse.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_matrix_inverse.cpp; sourceTree = ""; }; - B398248D29239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398248E29239F4400A82429 /* gtc_type_ptr.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_type_ptr.cpp; sourceTree = ""; }; - B398248F29239F4400A82429 /* gtc_matrix_transform.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_matrix_transform.cpp; sourceTree = ""; }; - B398249029239F4400A82429 /* gtc_type_precision.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_type_precision.cpp; sourceTree = ""; }; - B398249129239F4400A82429 /* gtc_reciprocal.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_reciprocal.cpp; sourceTree = ""; }; - B398249229239F4400A82429 /* gtc_integer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_integer.cpp; sourceTree = ""; }; - B398249329239F4400A82429 /* gtc_noise.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_noise.cpp; sourceTree = ""; }; - B398249429239F4400A82429 /* gtc_color_space.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_color_space.cpp; sourceTree = ""; }; - B398249529239F4400A82429 /* gtc_matrix_integer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_matrix_integer.cpp; sourceTree = ""; }; - B398249629239F4400A82429 /* gtc_user_defined_types.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_user_defined_types.cpp; sourceTree = ""; }; - B398249729239F4400A82429 /* gtc_constants.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_constants.cpp; sourceTree = ""; }; - B398249829239F4400A82429 /* gtc_type_aligned.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_type_aligned.cpp; sourceTree = ""; }; - B398249929239F4400A82429 /* gtc_random.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_random.cpp; sourceTree = ""; }; - B398249A29239F4400A82429 /* gtc_epsilon.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_epsilon.cpp; sourceTree = ""; }; - B398249B29239F4400A82429 /* gtc_round.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_round.cpp; sourceTree = ""; }; - B398249C29239F4400A82429 /* gtc_quaternion.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_quaternion.cpp; sourceTree = ""; }; - B398249D29239F4400A82429 /* gtc_matrix_access.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_matrix_access.cpp; sourceTree = ""; }; - B398249E29239F4400A82429 /* gtc_bitfield.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_bitfield.cpp; sourceTree = ""; }; - B398249F29239F4400A82429 /* gtc_ulp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_ulp.cpp; sourceTree = ""; }; - B39824A029239F4400A82429 /* gtc_vec1.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtc_vec1.cpp; sourceTree = ""; }; - B39824A229239F4400A82429 /* gtx_closest_point.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_closest_point.cpp; sourceTree = ""; }; - B39824A329239F4400A82429 /* gtx_number_precision.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_number_precision.cpp; sourceTree = ""; }; - B39824A429239F4400A82429 /* gtx_log_base.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_log_base.cpp; sourceTree = ""; }; - B39824A529239F4400A82429 /* gtx_io.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_io.cpp; sourceTree = ""; }; - B39824A629239F4400A82429 /* gtx_color_space.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_color_space.cpp; sourceTree = ""; }; - B39824A729239F4400A82429 /* gtx_spline.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_spline.cpp; sourceTree = ""; }; - B39824A829239F4400A82429 /* gtx_scalar_multiplication.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_scalar_multiplication.cpp; sourceTree = ""; }; - B39824A929239F4400A82429 /* gtx_int_10_10_10_2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_int_10_10_10_2.cpp; sourceTree = ""; }; - B39824AA29239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B39824AB29239F4400A82429 /* gtx_rotate_vector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_rotate_vector.cpp; sourceTree = ""; }; - B39824AC29239F4400A82429 /* gtx_vec_swizzle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_vec_swizzle.cpp; sourceTree = ""; }; - B39824AD29239F4400A82429 /* gtx_exterior_product.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_exterior_product.cpp; sourceTree = ""; }; - B39824AE29239F4400A82429 /* gtx_load.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_load.cpp; sourceTree = ""; }; - B39824AF29239F4400A82429 /* gtx_matrix_query.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_matrix_query.cpp; sourceTree = ""; }; - B39824B029239F4400A82429 /* gtx_intersect.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_intersect.cpp; sourceTree = ""; }; - B39824B129239F4400A82429 /* gtx_color_encoding.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_color_encoding.cpp; sourceTree = ""; }; - B39824B229239F4400A82429 /* gtx_matrix_factorisation.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_matrix_factorisation.cpp; sourceTree = ""; }; - B39824B329239F4400A82429 /* gtx_extend.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_extend.cpp; sourceTree = ""; }; - B39824B429239F4400A82429 /* gtx_euler_angle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_euler_angle.cpp; sourceTree = ""; }; - B39824B529239F4400A82429 /* gtx_quaternion.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_quaternion.cpp; sourceTree = ""; }; - B39824B629239F4400A82429 /* gtx_vector_angle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_vector_angle.cpp; sourceTree = ""; }; - B39824B729239F4400A82429 /* gtx_component_wise.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_component_wise.cpp; sourceTree = ""; }; - B39824B829239F4400A82429 /* gtx_orthonormalize.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_orthonormalize.cpp; sourceTree = ""; }; - B39824B929239F4400A82429 /* gtx_rotate_normalized_axis.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_rotate_normalized_axis.cpp; sourceTree = ""; }; - B39824BA29239F4400A82429 /* gtx_type_trait.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_type_trait.cpp; sourceTree = ""; }; - B39824BB29239F4400A82429 /* gtx_mixed_product.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_mixed_product.cpp; sourceTree = ""; }; - B39824BC29239F4400A82429 /* gtx_color_space_YCoCg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_color_space_YCoCg.cpp; sourceTree = ""; }; - B39824BD29239F4400A82429 /* gtx_matrix_major_storage.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_matrix_major_storage.cpp; sourceTree = ""; }; - B39824BE29239F4400A82429 /* gtx_fast_square_root.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_fast_square_root.cpp; sourceTree = ""; }; - B39824BF29239F4400A82429 /* gtx_extended_min_max.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_extended_min_max.cpp; sourceTree = ""; }; - B39824C029239F4400A82429 /* gtx_texture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_texture.cpp; sourceTree = ""; }; - B39824C129239F4400A82429 /* gtx_fast_trigonometry.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_fast_trigonometry.cpp; sourceTree = ""; }; - B39824C229239F4400A82429 /* gtx_extented_min_max.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_extented_min_max.cpp; sourceTree = ""; }; - B39824C329239F4400A82429 /* gtx_simd_vec4.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_simd_vec4.cpp; sourceTree = ""; }; - B39824C429239F4400A82429 /* gtx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx.cpp; sourceTree = ""; }; - B39824C529239F4400A82429 /* gtx_normal.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_normal.cpp; sourceTree = ""; }; - B39824C629239F4400A82429 /* gtx_easing.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_easing.cpp; sourceTree = ""; }; - B39824C729239F4400A82429 /* gtx_matrix_operation.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_matrix_operation.cpp; sourceTree = ""; }; - B39824C829239F4400A82429 /* gtx_norm.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_norm.cpp; sourceTree = ""; }; - B39824C929239F4400A82429 /* gtx_functions.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_functions.cpp; sourceTree = ""; }; - B39824CA29239F4400A82429 /* gtx_handed_coordinate_space.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_handed_coordinate_space.cpp; sourceTree = ""; }; - B39824CB29239F4400A82429 /* gtx_type_aligned.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_type_aligned.cpp; sourceTree = ""; }; - B39824CC29239F4400A82429 /* gtx_matrix_interpolation.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_matrix_interpolation.cpp; sourceTree = ""; }; - B39824CD29239F4400A82429 /* gtx_string_cast.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_string_cast.cpp; sourceTree = ""; }; - B39824CE29239F4400A82429 /* gtx_wrap.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_wrap.cpp; sourceTree = ""; }; - B39824CF29239F4400A82429 /* gtx_projection.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_projection.cpp; sourceTree = ""; }; - B39824D029239F4400A82429 /* gtx_vector_query.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_vector_query.cpp; sourceTree = ""; }; - B39824D129239F4400A82429 /* gtx_random.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_random.cpp; sourceTree = ""; }; - B39824D229239F4400A82429 /* gtx_compatibility.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_compatibility.cpp; sourceTree = ""; }; - B39824D329239F4400A82429 /* gtx_matrix_transform_2d.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_matrix_transform_2d.cpp; sourceTree = ""; }; - B39824D429239F4400A82429 /* gtx_scalar_relational.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_scalar_relational.cpp; sourceTree = ""; }; - B39824D529239F4400A82429 /* gtx_polar_coordinates.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_polar_coordinates.cpp; sourceTree = ""; }; - B39824D629239F4400A82429 /* gtx_normalize_dot.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_normalize_dot.cpp; sourceTree = ""; }; - B39824D729239F4400A82429 /* gtx_integer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_integer.cpp; sourceTree = ""; }; - B39824D829239F4400A82429 /* gtx_simd_mat4.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_simd_mat4.cpp; sourceTree = ""; }; - B39824D929239F4400A82429 /* gtx_fast_exponential.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_fast_exponential.cpp; sourceTree = ""; }; - B39824DA29239F4400A82429 /* gtx_dual_quaternion.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_dual_quaternion.cpp; sourceTree = ""; }; - B39824DB29239F4400A82429 /* gtx_matrix_decompose.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_matrix_decompose.cpp; sourceTree = ""; }; - B39824DC29239F4400A82429 /* gtx_range.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_range.cpp; sourceTree = ""; }; - B39824DD29239F4400A82429 /* gtx_common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_common.cpp; sourceTree = ""; }; - B39824DE29239F4400A82429 /* gtx_perpendicular.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_perpendicular.cpp; sourceTree = ""; }; - B39824DF29239F4400A82429 /* gtx_gradient_paint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_gradient_paint.cpp; sourceTree = ""; }; - B39824E029239F4400A82429 /* gtx_associated_min_max.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_associated_min_max.cpp; sourceTree = ""; }; - B39824E129239F4400A82429 /* gtx_matrix_cross_product.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_matrix_cross_product.cpp; sourceTree = ""; }; - B39824E229239F4400A82429 /* gtx_optimum_pow.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gtx_optimum_pow.cpp; sourceTree = ""; }; - B39824E429239F4400A82429 /* perf_matrix_inverse.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = perf_matrix_inverse.cpp; sourceTree = ""; }; - B39824E529239F4400A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B39824E629239F4400A82429 /* perf_matrix_div.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = perf_matrix_div.cpp; sourceTree = ""; }; - B39824E729239F4400A82429 /* perf_vector_mul_matrix.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = perf_vector_mul_matrix.cpp; sourceTree = ""; }; - B39824E829239F4400A82429 /* perf_matrix_transpose.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = perf_matrix_transpose.cpp; sourceTree = ""; }; - B39824E929239F4400A82429 /* perf_matrix_mul.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = perf_matrix_mul.cpp; sourceTree = ""; }; - B39824EA29239F4400A82429 /* perf_matrix_mul_vector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = perf_matrix_mul_vector.cpp; sourceTree = ""; }; - B39824EC29239F4400A82429 /* autoexp.vc2010.dat */ = {isa = PBXFileReference; lastKnownFileType = text; path = autoexp.vc2010.dat; sourceTree = ""; }; - B39824ED29239F4400A82429 /* usertype.dat */ = {isa = PBXFileReference; lastKnownFileType = text; path = usertype.dat; sourceTree = ""; }; - B39824EE29239F4400A82429 /* autoexp.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = autoexp.txt; sourceTree = ""; }; - B39824EF29239F4400A82429 /* glm.natvis */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = glm.natvis; sourceTree = ""; }; - B39824F029239F4400A82429 /* readme.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = readme.md; sourceTree = ""; }; - B39824F329239F4400A82429 /* references-leosfortune2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "references-leosfortune2.jpg"; sourceTree = ""; }; - B39824F429239F4400A82429 /* frontpage1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = frontpage1.png; sourceTree = ""; }; - B39824F529239F4400A82429 /* g-truc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "g-truc.png"; sourceTree = ""; }; - B39824F629239F4400A82429 /* frontpage2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = frontpage2.png; sourceTree = ""; }; - B39824F729239F4400A82429 /* references-cinder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "references-cinder.png"; sourceTree = ""; }; - B39824F829239F4400A82429 /* references-leosfortune.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "references-leosfortune.jpeg"; sourceTree = ""; }; - B39824F929239F4400A82429 /* random-ballrand.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "random-ballrand.png"; sourceTree = ""; }; - B39824FA29239F4400A82429 /* random-circularrand.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "random-circularrand.png"; sourceTree = ""; }; - B39824FB29239F4400A82429 /* random-linearrand.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "random-linearrand.png"; sourceTree = ""; }; - B39824FC29239F4400A82429 /* noise-perlin2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "noise-perlin2.jpg"; sourceTree = ""; }; - B39824FD29239F4400A82429 /* noise-perlin3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "noise-perlin3.jpg"; sourceTree = ""; }; - B39824FE29239F4400A82429 /* references-opencloth1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "references-opencloth1.png"; sourceTree = ""; }; - B39824FF29239F4400A82429 /* references-outerra1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "references-outerra1.jpg"; sourceTree = ""; }; - B398250029239F4400A82429 /* references-outerra3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "references-outerra3.jpg"; sourceTree = ""; }; - B398250129239F4400A82429 /* references-opencloth3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "references-opencloth3.png"; sourceTree = ""; }; - B398250229239F4400A82429 /* noise-perlin1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "noise-perlin1.jpg"; sourceTree = ""; }; - B398250329239F4400A82429 /* references-outerra2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "references-outerra2.jpg"; sourceTree = ""; }; - B398250429239F4400A82429 /* random-sphericalrand.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "random-sphericalrand.png"; sourceTree = ""; }; - B398250529239F4400A82429 /* logo-mini.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "logo-mini.png"; sourceTree = ""; }; - B398250629239F4400A82429 /* noise-simplex2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "noise-simplex2.jpg"; sourceTree = ""; }; - B398250729239F4400A82429 /* noise-perlin4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "noise-perlin4.png"; sourceTree = ""; }; - B398250829239F4400A82429 /* random-gaussrand.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "random-gaussrand.png"; sourceTree = ""; }; - B398250929239F4400A82429 /* noise-perlin5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "noise-perlin5.png"; sourceTree = ""; }; - B398250A29239F4400A82429 /* noise-simplex3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "noise-simplex3.jpg"; sourceTree = ""; }; - B398250B29239F4400A82429 /* noise-simplex1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "noise-simplex1.jpg"; sourceTree = ""; }; - B398250C29239F4400A82429 /* noise-perlin6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "noise-perlin6.png"; sourceTree = ""; }; - B398250D29239F4400A82429 /* references-outerra4.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "references-outerra4.jpg"; sourceTree = ""; }; - B398250E29239F4400A82429 /* random-diskrand.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "random-diskrand.png"; sourceTree = ""; }; - B398250F29239F4400A82429 /* references-glsl4book.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "references-glsl4book.jpg"; sourceTree = ""; }; - B398251129239F4400A82429 /* splitbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = splitbar.png; sourceTree = ""; }; - B398251229239F4400A82429 /* doxygen.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - B398251329239F4400A82429 /* sync_off.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sync_off.png; sourceTree = ""; }; - B398251429239F4400A82429 /* sync_on.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sync_on.png; sourceTree = ""; }; - B398251529239F4400A82429 /* doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doc.png; sourceTree = ""; }; - B398251629239F4400A82429 /* bc_s.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bc_s.png; sourceTree = ""; }; - B398251729239F4400A82429 /* nav_g.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = nav_g.png; sourceTree = ""; }; - B398251829239F4400A82429 /* nav_f.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = nav_f.png; sourceTree = ""; }; - B398251929239F4400A82429 /* closed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = closed.png; sourceTree = ""; }; - B398251A29239F4400A82429 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - B398251B29239F4400A82429 /* tab_s.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_s.png; sourceTree = ""; }; - B398251C29239F4400A82429 /* tab_a.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_a.png; sourceTree = ""; }; - B398251D29239F4400A82429 /* tab_b.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_b.png; sourceTree = ""; }; - B398251E29239F4400A82429 /* bdwn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bdwn.png; sourceTree = ""; }; - B398251F29239F4400A82429 /* logo-mini.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "logo-mini.png"; sourceTree = ""; }; - B398252029239F4400A82429 /* nav_h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = nav_h.png; sourceTree = ""; }; - B398252129239F4500A82429 /* tab_h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_h.png; sourceTree = ""; }; - B398252229239F4500A82429 /* open.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = open.png; sourceTree = ""; }; - B398252329239F4500A82429 /* folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = folderclosed.png; sourceTree = ""; }; - B398252429239F4500A82429 /* folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = folderopen.png; sourceTree = ""; }; - B398252629239F4500A82429 /* a00072_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00072_source.html; sourceTree = ""; }; - B398252729239F4500A82429 /* a00222.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00222.html; sourceTree = ""; }; - B398252829239F4500A82429 /* a00110_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00110_source.html; sourceTree = ""; }; - B398252929239F4500A82429 /* a00367.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00367.html; sourceTree = ""; }; - B398252A29239F4500A82429 /* a00002_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00002_source.html; sourceTree = ""; }; - B398252B29239F4500A82429 /* a00275.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00275.html; sourceTree = ""; }; - B398252C29239F4500A82429 /* a00160_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00160_source.html; sourceTree = ""; }; - B398252D29239F4500A82429 /* a00330.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00330.html; sourceTree = ""; }; - B398252E29239F4500A82429 /* a00215_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00215_source.html; sourceTree = ""; }; - B398252F29239F4500A82429 /* a00263.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00263.html; sourceTree = ""; }; - B398253029239F4500A82429 /* splitbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = splitbar.png; sourceTree = ""; }; - B398253129239F4500A82429 /* a00326.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00326.html; sourceTree = ""; }; - B398253229239F4500A82429 /* a00058.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00058.html; sourceTree = ""; }; - B398253329239F4500A82429 /* a00234.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00234.html; sourceTree = ""; }; - B398253429239F4500A82429 /* a00371.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00371.html; sourceTree = ""; }; - B398253529239F4500A82429 /* a00166.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00166.html; sourceTree = ""; }; - B398253629239F4500A82429 /* a00030_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00030_source.html; sourceTree = ""; }; - B398253729239F4500A82429 /* a00189.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00189.html; sourceTree = ""; }; - B398253829239F4500A82429 /* a00023.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00023.html; sourceTree = ""; }; - B398253929239F4500A82429 /* a00152_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00152_source.html; sourceTree = ""; }; - B398253A29239F4500A82429 /* a00040_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00040_source.html; sourceTree = ""; }; - B398253B29239F4500A82429 /* a00131.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00131.html; sourceTree = ""; }; - B398253C29239F4500A82429 /* a00074.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00074.html; sourceTree = ""; }; - B398253D29239F4500A82429 /* a00209_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00209_source.html; sourceTree = ""; }; - B398253E29239F4500A82429 /* a00122_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00122_source.html; sourceTree = ""; }; - B398253F29239F4500A82429 /* a00218.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00218.html; sourceTree = ""; }; - B398254029239F4500A82429 /* a00127.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00127.html; sourceTree = ""; }; - B398254129239F4500A82429 /* a00062.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00062.html; sourceTree = ""; }; - B398254229239F4500A82429 /* a00181_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00181_source.html; sourceTree = ""; }; - B398254329239F4500A82429 /* a00170.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00170.html; sourceTree = ""; }; - B398254429239F4500A82429 /* a00093_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00093_source.html; sourceTree = ""; }; - B398254529239F4500A82429 /* a00227_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00227_source.html; sourceTree = ""; }; - B398254629239F4500A82429 /* a00259.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00259.html; sourceTree = ""; }; - B398254729239F4500A82429 /* a00169_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00169_source.html; sourceTree = ""; }; - B398254829239F4500A82429 /* doxygen.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; - B398254929239F4500A82429 /* a00042.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00042.html; sourceTree = ""; }; - B398254A29239F4500A82429 /* a00194_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00194_source.html; sourceTree = ""; }; - B398254B29239F4500A82429 /* a00107.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00107.html; sourceTree = ""; }; - B398254C29239F4500A82429 /* a00086_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00086_source.html; sourceTree = ""; }; - B398254D29239F4500A82429 /* a00279.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00279.html; sourceTree = ""; }; - B398254E29239F4500A82429 /* a00119_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00119_source.html; sourceTree = ""; }; - B398254F29239F4500A82429 /* a00296.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00296.html; sourceTree = ""; }; - B398255029239F4500A82429 /* a00015.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00015.html; sourceTree = ""; }; - B398255129239F4500A82429 /* a00232_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00232_source.html; sourceTree = ""; }; - B398255229239F4500A82429 /* a00150.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00150.html; sourceTree = ""; }; - B398255329239F4500A82429 /* a00025_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00025_source.html; sourceTree = ""; }; - B398255429239F4500A82429 /* a00280.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00280.html; sourceTree = ""; }; - B398255529239F4500A82429 /* a00146.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00146.html; sourceTree = ""; }; - B398255629239F4500A82429 /* a00147_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00147_source.html; sourceTree = ""; }; - B398255729239F4500A82429 /* a00055_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00055_source.html; sourceTree = ""; }; - B398255829239F4500A82429 /* a00054.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00054.html; sourceTree = ""; }; - B398255929239F4500A82429 /* a00111.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00111.html; sourceTree = ""; }; - B398255A29239F4500A82429 /* a00137_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00137_source.html; sourceTree = ""; }; - B398255B29239F4500A82429 /* a00306.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00306.html; sourceTree = ""; }; - B398255C29239F4500A82429 /* a00243.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00243.html; sourceTree = ""; }; - B398255D29239F4500A82429 /* a00200_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00200_source.html; sourceTree = ""; }; - B398255E29239F4500A82429 /* a00185.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00185.html; sourceTree = ""; }; - B398255F29239F4500A82429 /* a00049_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00049_source.html; sourceTree = ""; }; - B398256029239F4500A82429 /* a00351.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00351.html; sourceTree = ""; }; - B398256129239F4500A82429 /* a00214.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00214.html; sourceTree = ""; }; - B398256229239F4500A82429 /* a00097.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00097.html; sourceTree = ""; }; - B398256329239F4500A82429 /* a00039_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00039_source.html; sourceTree = ""; }; - B398256429239F4500A82429 /* a00078.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00078.html; sourceTree = ""; }; - B398256529239F4500A82429 /* a00347.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00347.html; sourceTree = ""; }; - B398256629239F4500A82429 /* a00067_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00067_source.html; sourceTree = ""; }; - B398256729239F4500A82429 /* a00202.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00202.html; sourceTree = ""; }; - B398256829239F4500A82429 /* a00081.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00081.html; sourceTree = ""; }; - B398256929239F4500A82429 /* a00105_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00105_source.html; sourceTree = ""; }; - B398256A29239F4500A82429 /* a00188_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00188_source.html; sourceTree = ""; }; - B398256B29239F4500A82429 /* a00310.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00310.html; sourceTree = ""; }; - B398256C29239F4500A82429 /* a00017_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00017_source.html; sourceTree = ""; }; - B398256D29239F4500A82429 /* a00255.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00255.html; sourceTree = ""; }; - B398256E29239F4500A82429 /* a00193.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00193.html; sourceTree = ""; }; - B398256F29239F4500A82429 /* a00039.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00039.html; sourceTree = ""; }; - B398257029239F4500A82429 /* a00175_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00175_source.html; sourceTree = ""; }; - B398257129239F4500A82429 /* a00192.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00192.html; sourceTree = ""; }; - B398257229239F4500A82429 /* a00132_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00132_source.html; sourceTree = ""; }; - B398257329239F4500A82429 /* a00038.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00038.html; sourceTree = ""; }; - B398257429239F4500A82429 /* a00311.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00311.html; sourceTree = ""; }; - B398257529239F4500A82429 /* a00050_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00050_source.html; sourceTree = ""; }; - B398257629239F4500A82429 /* a00254.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00254.html; sourceTree = ""; }; - B398257729239F4500A82429 /* a00219_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00219_source.html; sourceTree = ""; }; - B398257829239F4500A82429 /* a00080.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00080.html; sourceTree = ""; }; - B398257929239F4500A82429 /* a00142_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00142_source.html; sourceTree = ""; }; - B398257A29239F4500A82429 /* a00346.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00346.html; sourceTree = ""; }; - B398257B29239F4500A82429 /* a00020_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00020_source.html; sourceTree = ""; }; - B398257C29239F4500A82429 /* a00203.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00203.html; sourceTree = ""; }; - B398257D29239F4500A82429 /* a00096.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00096.html; sourceTree = ""; }; - B398257E29239F4500A82429 /* arrowright.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = arrowright.png; sourceTree = ""; }; - B398257F29239F4500A82429 /* a00079.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00079.html; sourceTree = ""; }; - B398258029239F4500A82429 /* index.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - B398258129239F4500A82429 /* a00083_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00083_source.html; sourceTree = ""; }; - B398258229239F4500A82429 /* a00350.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00350.html; sourceTree = ""; }; - B398258329239F4500A82429 /* a00215.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00215.html; sourceTree = ""; }; - B398258429239F4500A82429 /* a00191_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00191_source.html; sourceTree = ""; }; - B398258529239F4500A82429 /* a00184.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00184.html; sourceTree = ""; }; - B398258629239F4500A82429 /* a00307.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00307.html; sourceTree = ""; }; - B398258729239F4500A82429 /* a00242.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00242.html; sourceTree = ""; }; - B398258829239F4500A82429 /* a00055.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00055.html; sourceTree = ""; }; - B398258929239F4500A82429 /* a00170_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00170_source.html; sourceTree = ""; }; - B398258A29239F4500A82429 /* a00110.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00110.html; sourceTree = ""; }; - B398258B29239F4500A82429 /* a00012_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00012_source.html; sourceTree = ""; }; - B398258C29239F4500A82429 /* a00147.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00147.html; sourceTree = ""; }; - B398258D29239F4500A82429 /* a00100_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00100_source.html; sourceTree = ""; }; - B398258E29239F4500A82429 /* sync_off.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sync_off.png; sourceTree = ""; }; - B398258F29239F4500A82429 /* a00062_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00062_source.html; sourceTree = ""; }; - B398259029239F4500A82429 /* a00281.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00281.html; sourceTree = ""; }; - B398259129239F4500A82429 /* a00014.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00014.html; sourceTree = ""; }; - B398259229239F4500A82429 /* a00151.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00151.html; sourceTree = ""; }; - B398259329239F4500A82429 /* a00278.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00278.html; sourceTree = ""; }; - B398259429239F4500A82429 /* a00297.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00297.html; sourceTree = ""; }; - B398259529239F4500A82429 /* a00043.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00043.html; sourceTree = ""; }; - B398259629239F4500A82429 /* a00205_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00205_source.html; sourceTree = ""; }; - B398259729239F4500A82429 /* a00106.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00106.html; sourceTree = ""; }; - B398259829239F4500A82429 /* modules.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = modules.html; sourceTree = ""; }; - B398259929239F4500A82429 /* a00029_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00029_source.html; sourceTree = ""; }; - B398259A29239F4500A82429 /* a00258.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00258.html; sourceTree = ""; }; - B398259B29239F4500A82429 /* a00171.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00171.html; sourceTree = ""; }; - B398259C29239F4500A82429 /* a00034.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00034.html; sourceTree = ""; }; - B398259D29239F4500A82429 /* a00210_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00210_source.html; sourceTree = ""; }; - B398259E29239F4500A82429 /* a00059_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00059_source.html; sourceTree = ""; }; - B398259F29239F4500A82429 /* a00126.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00126.html; sourceTree = ""; }; - B39825A029239F4500A82429 /* a00063.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00063.html; sourceTree = ""; }; - B39825A129239F4500A82429 /* a00165_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00165_source.html; sourceTree = ""; }; - B39825A229239F4500A82429 /* a00219.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00219.html; sourceTree = ""; }; - B39825A329239F4500A82429 /* sync_on.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sync_on.png; sourceTree = ""; }; - B39825A429239F4500A82429 /* a00007_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00007_source.html; sourceTree = ""; }; - B39825A529239F4500A82429 /* a00130.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00130.html; sourceTree = ""; }; - B39825A629239F4500A82429 /* a00198_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00198_source.html; sourceTree = ""; }; - B39825A729239F4500A82429 /* a00075.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00075.html; sourceTree = ""; }; - B39825A829239F4500A82429 /* a00115_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00115_source.html; sourceTree = ""; }; - B39825A929239F4500A82429 /* a00077_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00077_source.html; sourceTree = ""; }; - B39825AA29239F4500A82429 /* a00167.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00167.html; sourceTree = ""; }; - B39825AB29239F4500A82429 /* dir_5189610d3ba09ec39b766fb99b34cd93.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_5189610d3ba09ec39b766fb99b34cd93.html; sourceTree = ""; }; - B39825AC29239F4500A82429 /* a00188.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00188.html; sourceTree = ""; }; - B39825AD29239F4500A82429 /* a00022.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00022.html; sourceTree = ""; }; - B39825AE29239F4500A82429 /* a00222_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00222_source.html; sourceTree = ""; }; - B39825AF29239F4500A82429 /* a00235.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00235.html; sourceTree = ""; }; - B39825B029239F4500A82429 /* a00370.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00370.html; sourceTree = ""; }; - B39825B129239F4500A82429 /* a00109_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00109_source.html; sourceTree = ""; }; - B39825B229239F4500A82429 /* a00096_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00096_source.html; sourceTree = ""; }; - B39825B329239F4500A82429 /* a00059.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00059.html; sourceTree = ""; }; - B39825B429239F4500A82429 /* a00262.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00262.html; sourceTree = ""; }; - B39825B529239F4500A82429 /* a00327.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00327.html; sourceTree = ""; }; - B39825B629239F4500A82429 /* a00184_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00184_source.html; sourceTree = ""; }; - B39825B729239F4500A82429 /* a00179_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00179_source.html; sourceTree = ""; }; - B39825B829239F4500A82429 /* a00274.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00274.html; sourceTree = ""; }; - B39825B929239F4500A82429 /* a00127_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00127_source.html; sourceTree = ""; }; - B39825BA29239F4500A82429 /* a00331.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00331.html; sourceTree = ""; }; - B39825BB29239F4500A82429 /* a00045_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00045_source.html; sourceTree = ""; }; - B39825BC29239F4500A82429 /* a00018.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00018.html; sourceTree = ""; }; - B39825BD29239F4500A82429 /* a00223.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00223.html; sourceTree = ""; }; - B39825BE29239F4500A82429 /* a00157_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00157_source.html; sourceTree = ""; }; - B39825BF29239F4500A82429 /* a00366.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00366.html; sourceTree = ""; }; - B39825C029239F4500A82429 /* a00035_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00035_source.html; sourceTree = ""; }; - B39825C129239F4500A82429 /* doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doc.png; sourceTree = ""; }; - B39825C229239F4500A82429 /* a00228.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00228.html; sourceTree = ""; }; - B39825C329239F4500A82429 /* a00046_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00046_source.html; sourceTree = ""; }; - B39825C429239F4500A82429 /* a00124_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00124_source.html; sourceTree = ""; }; - B39825C529239F4500A82429 /* a00044.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00044.html; sourceTree = ""; }; - B39825C629239F4500A82429 /* a00101.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00101.html; sourceTree = ""; }; - B39825C729239F4500A82429 /* a00036_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00036_source.html; sourceTree = ""; }; - B39825C829239F4500A82429 /* a00290.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00290.html; sourceTree = ""; }; - B39825C929239F4500A82429 /* a00154_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00154_source.html; sourceTree = ""; }; - B39825CA29239F4500A82429 /* arrowdown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = arrowdown.png; sourceTree = ""; }; - B39825CB29239F4500A82429 /* a00013.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00013.html; sourceTree = ""; }; - B39825CC29239F4500A82429 /* a00156.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00156.html; sourceTree = ""; }; - B39825CD29239F4500A82429 /* a00269.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00269.html; sourceTree = ""; }; - B39825CE29239F4500A82429 /* a00286.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00286.html; sourceTree = ""; }; - B39825CF29239F4500A82429 /* a00095_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00095_source.html; sourceTree = ""; }; - B39825D029239F4500A82429 /* a00068_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00068_source.html; sourceTree = ""; }; - B39825D129239F4500A82429 /* a00221_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00221_source.html; sourceTree = ""; }; - B39825D229239F4500A82429 /* a00140.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00140.html; sourceTree = ""; }; - B39825D329239F4500A82429 /* bc_s.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bc_s.png; sourceTree = ""; }; - B39825D429239F4500A82429 /* nav_g.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = nav_g.png; sourceTree = ""; }; - B39825D529239F4500A82429 /* dir_a8bee7be44182a33f3820393ae0b105d.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_a8bee7be44182a33f3820393ae0b105d.html; sourceTree = ""; }; - B39825D629239F4500A82429 /* a00018_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00018_source.html; sourceTree = ""; }; - B39825D729239F4500A82429 /* a00052.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00052.html; sourceTree = ""; }; - B39825D829239F4500A82429 /* a00187_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00187_source.html; sourceTree = ""; }; - B39825D929239F4500A82429 /* a00117.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00117.html; sourceTree = ""; }; - B39825DA29239F4500A82429 /* a00300.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00300.html; sourceTree = ""; }; - B39825DB29239F4500A82429 /* a00004_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00004_source.html; sourceTree = ""; }; - B39825DC29239F4500A82429 /* a00245.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00245.html; sourceTree = ""; }; - B39825DD29239F4500A82429 /* a00166_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00166_source.html; sourceTree = ""; }; - B39825DE29239F4500A82429 /* nav_f.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = nav_f.png; sourceTree = ""; }; - B39825DF29239F4500A82429 /* a00029.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00029.html; sourceTree = ""; }; - B39825E029239F4500A82429 /* a00183.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00183.html; sourceTree = ""; }; - B39825E129239F4500A82429 /* tabs.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; - B39825E229239F4500A82429 /* a00357.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00357.html; sourceTree = ""; }; - B39825E329239F4500A82429 /* a00074_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00074_source.html; sourceTree = ""; }; - B39825E429239F4500A82429 /* a00212.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00212.html; sourceTree = ""; }; - B39825E529239F4500A82429 /* a00116_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00116_source.html; sourceTree = ""; }; - B39825E629239F4500A82429 /* a00091.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00091.html; sourceTree = ""; }; - B39825E729239F4500A82429 /* a00089_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00089_source.html; sourceTree = ""; }; - B39825E829239F4500A82429 /* a00341.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00341.html; sourceTree = ""; }; - B39825E929239F4500A82429 /* a00148_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00148_source.html; sourceTree = ""; }; - B39825EA29239F4500A82429 /* a00204.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00204.html; sourceTree = ""; }; - B39825EB29239F4500A82429 /* a00087.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00087.html; sourceTree = ""; }; - B39825EC29239F4500A82429 /* a00068.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00068.html; sourceTree = ""; }; - B39825ED29239F4500A82429 /* a00316.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00316.html; sourceTree = ""; }; - B39825EE29239F4500A82429 /* a00138_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00138_source.html; sourceTree = ""; }; - B39825EF29239F4500A82429 /* a00253.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00253.html; sourceTree = ""; }; - B39825F029239F4500A82429 /* a00213_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00213_source.html; sourceTree = ""; }; - B39825F129239F4500A82429 /* a00195.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00195.html; sourceTree = ""; }; - B39825F229239F4500A82429 /* a00048.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00048.html; sourceTree = ""; }; - B39825F329239F4500A82429 /* closed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = closed.png; sourceTree = ""; }; - B39825F429239F4500A82429 /* a00224.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00224.html; sourceTree = ""; }; - B39825F529239F4500A82429 /* a00361.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00361.html; sourceTree = ""; }; - B39825F629239F4500A82429 /* a00273.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00273.html; sourceTree = ""; }; - B39825F729239F4500A82429 /* a00336.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00336.html; sourceTree = ""; }; - B39825F829239F4500A82429 /* a00206_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00206_source.html; sourceTree = ""; }; - B39825F929239F4500A82429 /* a00009.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00009.html; sourceTree = ""; }; - B39825FA29239F4500A82429 /* a00011_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00011_source.html; sourceTree = ""; }; - B39825FB29239F4500A82429 /* a00265.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00265.html; sourceTree = ""; }; - B39825FC29239F4500A82429 /* a00173_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00173_source.html; sourceTree = ""; }; - B39825FD29239F4500A82429 /* a00320.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00320.html; sourceTree = ""; }; - B39825FE29239F4500A82429 /* a00228_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00228_source.html; sourceTree = ""; }; - B39825FF29239F4500A82429 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; - B398260029239F4500A82429 /* dir_cef2d71d502cb69a9252bca2297d9549.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_cef2d71d502cb69a9252bca2297d9549.html; sourceTree = ""; }; - B398260129239F4500A82429 /* a00061_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00061_source.html; sourceTree = ""; }; - B398260229239F4500A82429 /* a00232.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00232.html; sourceTree = ""; }; - B398260329239F4500A82429 /* a00103_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00103_source.html; sourceTree = ""; }; - B398260429239F4500A82429 /* a00160.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00160.html; sourceTree = ""; }; - B398260529239F4500A82429 /* a00080_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00080_source.html; sourceTree = ""; }; - B398260629239F4500A82429 /* a00025.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00025.html; sourceTree = ""; }; - B398260729239F4500A82429 /* a00249.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00249.html; sourceTree = ""; }; - B398260829239F4500A82429 /* a00234_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00234_source.html; sourceTree = ""; }; - B398260929239F4500A82429 /* a00137.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00137.html; sourceTree = ""; }; - B398260A29239F4500A82429 /* a00072.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00072.html; sourceTree = ""; }; - B398260B29239F4500A82429 /* a00192_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00192_source.html; sourceTree = ""; }; - B398260C29239F4500A82429 /* a00121.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00121.html; sourceTree = ""; }; - B398260D29239F4500A82429 /* a00064.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00064.html; sourceTree = ""; }; - B398260E29239F4500A82429 /* a00053_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00053_source.html; sourceTree = ""; }; - B398260F29239F4500A82429 /* tab_s.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_s.png; sourceTree = ""; }; - B398261029239F4500A82429 /* a00131_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00131_source.html; sourceTree = ""; }; - B398261129239F4500A82429 /* a00208.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00208.html; sourceTree = ""; }; - B398261229239F4500A82429 /* a00176.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00176.html; sourceTree = ""; }; - B398261329239F4500A82429 /* a00033.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00033.html; sourceTree = ""; }; - B398261429239F4500A82429 /* a00023_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00023_source.html; sourceTree = ""; }; - B398261529239F4500A82429 /* a00199.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00199.html; sourceTree = ""; }; - B398261629239F4500A82429 /* a00141_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00141_source.html; sourceTree = ""; }; - B398261729239F4500A82429 /* a00099_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00099_source.html; sourceTree = ""; }; - B398261829239F4500A82429 /* a00106_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00106_source.html; sourceTree = ""; }; - B398261929239F4500A82429 /* a00177.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00177.html; sourceTree = ""; }; - B398261A29239F4500A82429 /* a00032.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00032.html; sourceTree = ""; }; - B398261B29239F4500A82429 /* a00064_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00064_source.html; sourceTree = ""; }; - B398261C29239F4500A82429 /* a00198.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00198.html; sourceTree = ""; }; - B398261D29239F4500A82429 /* a00176_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00176_source.html; sourceTree = ""; }; - B398261E29239F4500A82429 /* a00209.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00209.html; sourceTree = ""; }; - B398261F29239F4500A82429 /* a00120.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00120.html; sourceTree = ""; }; - B398262029239F4500A82429 /* a00065.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00065.html; sourceTree = ""; }; - B398262129239F4500A82429 /* a00014_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00014_source.html; sourceTree = ""; }; - B398262229239F4500A82429 /* a00203_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00203_source.html; sourceTree = ""; }; - B398262329239F4500A82429 /* a00136.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00136.html; sourceTree = ""; }; - B398262429239F4500A82429 /* a00073.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00073.html; sourceTree = ""; }; - B398262529239F4500A82429 /* a00128_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00128_source.html; sourceTree = ""; }; - B398262629239F4500A82429 /* a00248.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00248.html; sourceTree = ""; }; - B398262729239F4500A82429 /* a00161.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00161.html; sourceTree = ""; }; - B398262829239F4500A82429 /* a00024.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00024.html; sourceTree = ""; }; - B398262929239F4500A82429 /* a00158_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00158_source.html; sourceTree = ""; }; - B398262A29239F4500A82429 /* files.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; - B398262B29239F4500A82429 /* a00233.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00233.html; sourceTree = ""; }; - B398262C29239F4500A82429 /* a00144_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00144_source.html; sourceTree = ""; }; - B398262D29239F4500A82429 /* a00026_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00026_source.html; sourceTree = ""; }; - B398262E29239F4500A82429 /* a00264.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00264.html; sourceTree = ""; }; - B398262F29239F4500A82429 /* a00134_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00134_source.html; sourceTree = ""; }; - B398263029239F4500A82429 /* a00321.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00321.html; sourceTree = ""; }; - B398263129239F4500A82429 /* a00008.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00008.html; sourceTree = ""; }; - B398263229239F4500A82429 /* a00056_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00056_source.html; sourceTree = ""; }; - B398263329239F4500A82429 /* a00197_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00197_source.html; sourceTree = ""; }; - B398263429239F4500A82429 /* a00272.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00272.html; sourceTree = ""; }; - B398263529239F4500A82429 /* a00008_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00008_source.html; sourceTree = ""; }; - B398263629239F4500A82429 /* a00337.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00337.html; sourceTree = ""; }; - B398263729239F4500A82429 /* tab_a.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_a.png; sourceTree = ""; }; - B398263829239F4500A82429 /* a00225.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00225.html; sourceTree = ""; }; - B398263929239F4500A82429 /* a00078_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00078_source.html; sourceTree = ""; }; - B398263A29239F4500A82429 /* a00231_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00231_source.html; sourceTree = ""; }; - B398263B29239F4500A82429 /* a00360.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00360.html; sourceTree = ""; }; - B398263C29239F4500A82429 /* a00049.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00049.html; sourceTree = ""; }; - B398263D29239F4500A82429 /* a00085_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00085_source.html; sourceTree = ""; }; - B398263E29239F4500A82429 /* a00182_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00182_source.html; sourceTree = ""; }; - B398263F29239F4500A82429 /* a00194.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00194.html; sourceTree = ""; }; - B398264029239F4500A82429 /* a00317.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00317.html; sourceTree = ""; }; - B398264129239F4500A82429 /* a00252.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00252.html; sourceTree = ""; }; - B398264229239F4500A82429 /* a00086.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00086.html; sourceTree = ""; }; - B398264329239F4500A82429 /* a00224_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00224_source.html; sourceTree = ""; }; - B398264429239F4500A82429 /* a00069.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00069.html; sourceTree = ""; }; - B398264529239F4500A82429 /* a00340.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00340.html; sourceTree = ""; }; - B398264629239F4500A82429 /* a00205.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00205.html; sourceTree = ""; }; - B398264729239F4500A82429 /* a00090_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00090_source.html; sourceTree = ""; }; - B398264829239F4500A82429 /* a00151_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00151_source.html; sourceTree = ""; }; - B398264929239F4500A82429 /* a00090.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00090.html; sourceTree = ""; }; - B398264A29239F4500A82429 /* a00356.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00356.html; sourceTree = ""; }; - B398264B29239F4500A82429 /* a00033_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00033_source.html; sourceTree = ""; }; - B398264C29239F4500A82429 /* a00213.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00213.html; sourceTree = ""; }; - B398264D29239F4500A82429 /* a00121_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00121_source.html; sourceTree = ""; }; - B398264E29239F4500A82429 /* a00028.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00028.html; sourceTree = ""; }; - B398264F29239F4500A82429 /* a00182.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00182.html; sourceTree = ""; }; - B398265029239F4500A82429 /* a00301.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00301.html; sourceTree = ""; }; - B398265129239F4500A82429 /* a00244.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00244.html; sourceTree = ""; }; - B398265229239F4500A82429 /* a00043_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00043_source.html; sourceTree = ""; }; - B398265329239F4500A82429 /* a00053.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00053.html; sourceTree = ""; }; - B398265429239F4500A82429 /* a00116.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00116.html; sourceTree = ""; }; - B398265529239F4500A82429 /* a00216_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00216_source.html; sourceTree = ""; }; - B398265629239F4500A82429 /* dir_9e5fe034a00e89334fd5186c3e7db156.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_9e5fe034a00e89334fd5186c3e7db156.html; sourceTree = ""; }; - B398265729239F4500A82429 /* a00141.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00141.html; sourceTree = ""; }; - B398265829239F4500A82429 /* a00268.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00268.html; sourceTree = ""; }; - B398265929239F4500A82429 /* a00287.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00287.html; sourceTree = ""; }; - B398265A29239F4500A82429 /* a00113_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00113_source.html; sourceTree = ""; }; - B398265B29239F4500A82429 /* a00012.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00012.html; sourceTree = ""; }; - B398265C29239F4500A82429 /* a00157.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00157.html; sourceTree = ""; }; - B398265D29239F4500A82429 /* tab_b.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_b.png; sourceTree = ""; }; - B398265E29239F4500A82429 /* a00071_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00071_source.html; sourceTree = ""; }; - B398265F29239F4500A82429 /* a00291.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00291.html; sourceTree = ""; }; - B398266029239F4500A82429 /* a00163_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00163_source.html; sourceTree = ""; }; - B398266129239F4500A82429 /* a00045.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00045.html; sourceTree = ""; }; - B398266229239F4500A82429 /* a00100.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00100.html; sourceTree = ""; }; - B398266329239F4500A82429 /* dir_d9496f0844b48bc7e53b5af8c99b9ab2.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_d9496f0844b48bc7e53b5af8c99b9ab2.html; sourceTree = ""; }; - B398266429239F4500A82429 /* a00229.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00229.html; sourceTree = ""; }; - B398266529239F4500A82429 /* a00001_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00001_source.html; sourceTree = ""; }; - B398266629239F4500A82429 /* a00197.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00197.html; sourceTree = ""; }; - B398266729239F4500A82429 /* a00178.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00178.html; sourceTree = ""; }; - B398266829239F4500A82429 /* a00178_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00178_source.html; sourceTree = ""; }; - B398266929239F4500A82429 /* a00251.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00251.html; sourceTree = ""; }; - B398266A29239F4500A82429 /* a00185_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00185_source.html; sourceTree = ""; }; - B398266B29239F4500A82429 /* bdwn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bdwn.png; sourceTree = ""; }; - B398266C29239F4500A82429 /* a00314.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00314.html; sourceTree = ""; }; - B398266D29239F4500A82429 /* a00097_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00097_source.html; sourceTree = ""; }; - B398266E29239F4500A82429 /* a00108_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00108_source.html; sourceTree = ""; }; - B398266F29239F4500A82429 /* a00085.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00085.html; sourceTree = ""; }; - B398267029239F4500A82429 /* a00206.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00206.html; sourceTree = ""; }; - B398267229239F4500A82429 /* functions_3.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_3.js; sourceTree = ""; }; - B398267329239F4500A82429 /* searchdata.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = searchdata.js; sourceTree = ""; }; - B398267429239F4500A82429 /* functions_6.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_6.html; sourceTree = ""; }; - B398267529239F4500A82429 /* files_f.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_f.html; sourceTree = ""; }; - B398267629239F4500A82429 /* all_6.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_6.js; sourceTree = ""; }; - B398267729239F4500A82429 /* functions_11.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_11.js; sourceTree = ""; }; - B398267829239F4500A82429 /* all_4.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_4.html; sourceTree = ""; }; - B398267929239F4500A82429 /* files_9.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_9.js; sourceTree = ""; }; - B398267A29239F4500A82429 /* files_14.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_14.js; sourceTree = ""; }; - B398267B29239F4500A82429 /* functions_d.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_d.js; sourceTree = ""; }; - B398267C29239F4500A82429 /* groups_1.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = groups_1.html; sourceTree = ""; }; - B398267D29239F4500A82429 /* all_a.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_a.js; sourceTree = ""; }; - B398267E29239F4500A82429 /* search_r.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = search_r.png; sourceTree = ""; }; - B398267F29239F4500A82429 /* functions_7.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_7.js; sourceTree = ""; }; - B398268029239F4500A82429 /* typedefs_9.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_9.js; sourceTree = ""; }; - B398268129239F4500A82429 /* functions_a.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_a.html; sourceTree = ""; }; - B398268229239F4500A82429 /* all_8.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_8.html; sourceTree = ""; }; - B398268329239F4500A82429 /* files_1.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_1.html; sourceTree = ""; }; - B398268429239F4500A82429 /* all_c.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_c.html; sourceTree = ""; }; - B398268529239F4500A82429 /* functions_15.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_15.js; sourceTree = ""; }; - B398268629239F4500A82429 /* all_2.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_2.js; sourceTree = ""; }; - B398268729239F4500A82429 /* typedefs_0.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_0.html; sourceTree = ""; }; - B398268829239F4500A82429 /* files_10.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_10.js; sourceTree = ""; }; - B398268929239F4500A82429 /* groups_8.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = groups_8.js; sourceTree = ""; }; - B398268A29239F4500A82429 /* all_e.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_e.js; sourceTree = ""; }; - B398268B29239F4500A82429 /* functions_6.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_6.js; sourceTree = ""; }; - B398268C29239F4500A82429 /* typedefs_8.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_8.js; sourceTree = ""; }; - B398268D29239F4500A82429 /* functions_14.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_14.js; sourceTree = ""; }; - B398268E29239F4500A82429 /* all_3.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_3.js; sourceTree = ""; }; - B398268F29239F4500A82429 /* typedefs_1.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_1.html; sourceTree = ""; }; - B398269029239F4500A82429 /* functions_a.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_a.js; sourceTree = ""; }; - B398269129239F4500A82429 /* all_b.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_b.html; sourceTree = ""; }; - B398269229239F4500A82429 /* all_9.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_9.html; sourceTree = ""; }; - B398269329239F4500A82429 /* files_0.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_0.html; sourceTree = ""; }; - B398269429239F4500A82429 /* files_11.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_11.js; sourceTree = ""; }; - B398269529239F4500A82429 /* groups_9.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = groups_9.js; sourceTree = ""; }; - B398269629239F4500A82429 /* all_d.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_d.js; sourceTree = ""; }; - B398269729239F4500A82429 /* functions_2.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_2.js; sourceTree = ""; }; - B398269829239F4500A82429 /* groups_0.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = groups_0.html; sourceTree = ""; }; - B398269929239F4500A82429 /* all_16.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_16.html; sourceTree = ""; }; - B398269A29239F4500A82429 /* all_7.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_7.js; sourceTree = ""; }; - B398269B29239F4500A82429 /* functions_10.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_10.js; sourceTree = ""; }; - B398269C29239F4500A82429 /* files_8.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_8.js; sourceTree = ""; }; - B398269D29239F4500A82429 /* search.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = search.css; sourceTree = ""; }; - B398269E29239F4500A82429 /* all_5.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_5.html; sourceTree = ""; }; - B398269F29239F4500A82429 /* functions_e.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_e.js; sourceTree = ""; }; - B39826A029239F4500A82429 /* functions_7.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_7.html; sourceTree = ""; }; - B39826A129239F4500A82429 /* functions_16.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_16.html; sourceTree = ""; }; - B39826A229239F4500A82429 /* files_d.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_d.js; sourceTree = ""; }; - B39826A329239F4500A82429 /* files_7.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_7.html; sourceTree = ""; }; - B39826A429239F4500A82429 /* all_e.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_e.html; sourceTree = ""; }; - B39826A529239F4500A82429 /* typedefs_7.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_7.js; sourceTree = ""; }; - B39826A629239F4500A82429 /* functions_9.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_9.js; sourceTree = ""; }; - B39826A729239F4500A82429 /* typedefs_6.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_6.html; sourceTree = ""; }; - B39826A829239F4500A82429 /* groups_6.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = groups_6.js; sourceTree = ""; }; - B39826A929239F4500A82429 /* files_3.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_3.js; sourceTree = ""; }; - B39826AA29239F4500A82429 /* functions_11.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_11.html; sourceTree = ""; }; - B39826AB29239F4500A82429 /* files_11.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_11.html; sourceTree = ""; }; - B39826AC29239F4500A82429 /* functions_0.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_0.html; sourceTree = ""; }; - B39826AD29239F4500A82429 /* all_8.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_8.js; sourceTree = ""; }; - B39826AE29239F4500A82429 /* typedefs_3.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_3.js; sourceTree = ""; }; - B39826AF29239F4500A82429 /* all_13.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_13.js; sourceTree = ""; }; - B39826B029239F4500A82429 /* all_2.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_2.html; sourceTree = ""; }; - B39826B129239F4500A82429 /* typedefs_a.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_a.html; sourceTree = ""; }; - B39826B229239F4500A82429 /* groups_2.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = groups_2.js; sourceTree = ""; }; - B39826B329239F4500A82429 /* groups_7.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = groups_7.html; sourceTree = ""; }; - B39826B429239F4500A82429 /* all_11.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_11.html; sourceTree = ""; }; - B39826B529239F4500A82429 /* typedefs_d.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_d.js; sourceTree = ""; }; - B39826B629239F4500A82429 /* files_7.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_7.js; sourceTree = ""; }; - B39826B729239F4500A82429 /* groups_6.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = groups_6.html; sourceTree = ""; }; - B39826B829239F4500A82429 /* all_9.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_9.js; sourceTree = ""; }; - B39826B929239F4500A82429 /* all_10.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_10.html; sourceTree = ""; }; - B39826BA29239F4500A82429 /* typedefs_2.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_2.js; sourceTree = ""; }; - B39826BB29239F4500A82429 /* all_12.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_12.js; sourceTree = ""; }; - B39826BC29239F4500A82429 /* files_a.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_a.js; sourceTree = ""; }; - B39826BD29239F4500A82429 /* groups_3.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = groups_3.js; sourceTree = ""; }; - B39826BE29239F4500A82429 /* all_3.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_3.html; sourceTree = ""; }; - B39826BF29239F4500A82429 /* files_a.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_a.html; sourceTree = ""; }; - B39826C029239F4500A82429 /* functions_1.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_1.html; sourceTree = ""; }; - B39826C129239F4500A82429 /* files_10.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_10.html; sourceTree = ""; }; - B39826C229239F4500A82429 /* functions_10.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_10.html; sourceTree = ""; }; - B39826C329239F4500A82429 /* files_6.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_6.js; sourceTree = ""; }; - B39826C429239F4500A82429 /* files_e.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_e.js; sourceTree = ""; }; - B39826C529239F4500A82429 /* all_16.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_16.js; sourceTree = ""; }; - B39826C629239F4500A82429 /* typedefs_6.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_6.js; sourceTree = ""; }; - B39826C729239F4500A82429 /* typedefs_7.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_7.html; sourceTree = ""; }; - B39826C829239F4500A82429 /* functions_8.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_8.js; sourceTree = ""; }; - B39826C929239F4500A82429 /* all_d.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_d.html; sourceTree = ""; }; - B39826CA29239F4500A82429 /* groups_7.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = groups_7.js; sourceTree = ""; }; - B39826CB29239F4500A82429 /* files_6.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_6.html; sourceTree = ""; }; - B39826CC29239F4500A82429 /* functions_f.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_f.html; sourceTree = ""; }; - B39826CD29239F4500A82429 /* files_2.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_2.js; sourceTree = ""; }; - B39826CE29239F4500A82429 /* typedefs_a.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_a.js; sourceTree = ""; }; - B39826CF29239F4500A82429 /* groups_9.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = groups_9.html; sourceTree = ""; }; - B39826D029239F4500A82429 /* all_11.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_11.js; sourceTree = ""; }; - B39826D129239F4500A82429 /* typedefs_1.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_1.js; sourceTree = ""; }; - B39826D229239F4500A82429 /* files_b.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_b.js; sourceTree = ""; }; - B39826D329239F4500A82429 /* typedefs_4.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_4.html; sourceTree = ""; }; - B39826D429239F4500A82429 /* groups_0.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = groups_0.js; sourceTree = ""; }; - B39826D529239F4500A82429 /* files_5.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_5.html; sourceTree = ""; }; - B39826D629239F4500A82429 /* functions_e.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_e.html; sourceTree = ""; }; - B39826D729239F4500A82429 /* files_5.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_5.js; sourceTree = ""; }; - B39826D829239F4500A82429 /* all_13.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_13.html; sourceTree = ""; }; - B39826D929239F4500A82429 /* groups_5.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = groups_5.html; sourceTree = ""; }; - B39826DA29239F4500A82429 /* files_f.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_f.js; sourceTree = ""; }; - B39826DB29239F4500A82429 /* typedefs_8.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_8.html; sourceTree = ""; }; - B39826DC29239F4500A82429 /* typedefs_c.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_c.html; sourceTree = ""; }; - B39826DD29239F4500A82429 /* typedefs_5.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_5.js; sourceTree = ""; }; - B39826DE29239F4500A82429 /* all_15.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_15.js; sourceTree = ""; }; - B39826DF29239F4500A82429 /* files_9.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_9.html; sourceTree = ""; }; - B39826E029239F4500A82429 /* all_0.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_0.html; sourceTree = ""; }; - B39826E129239F4500A82429 /* groups_4.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = groups_4.js; sourceTree = ""; }; - B39826E229239F4500A82429 /* files_b.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_b.html; sourceTree = ""; }; - B39826E329239F4500A82429 /* files_1.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_1.js; sourceTree = ""; }; - B39826E429239F4500A82429 /* functions_2.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_2.html; sourceTree = ""; }; - B39826E529239F4500A82429 /* files_13.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_13.html; sourceTree = ""; }; - B39826E629239F4500A82429 /* typedefs_b.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_b.js; sourceTree = ""; }; - B39826E729239F4500A82429 /* functions_13.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_13.html; sourceTree = ""; }; - B39826E829239F4500A82429 /* functions_12.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_12.html; sourceTree = ""; }; - B39826E929239F4500A82429 /* files_12.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_12.html; sourceTree = ""; }; - B39826EA29239F4500A82429 /* functions_3.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_3.html; sourceTree = ""; }; - B39826EB29239F4500A82429 /* files_c.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_c.html; sourceTree = ""; }; - B39826EC29239F4500A82429 /* files_8.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_8.html; sourceTree = ""; }; - B39826ED29239F4500A82429 /* all_1.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_1.html; sourceTree = ""; }; - B39826EE29239F4500A82429 /* typedefs_4.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_4.js; sourceTree = ""; }; - B39826EF29239F4500A82429 /* all_14.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_14.js; sourceTree = ""; }; - B39826F029239F4500A82429 /* typedefs_b.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_b.html; sourceTree = ""; }; - B39826F129239F4500A82429 /* typedefs_9.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_9.html; sourceTree = ""; }; - B39826F229239F4500A82429 /* groups_5.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = groups_5.js; sourceTree = ""; }; - B39826F329239F4500A82429 /* all_12.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_12.html; sourceTree = ""; }; - B39826F429239F4500A82429 /* files_0.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_0.js; sourceTree = ""; }; - B39826F529239F4500A82429 /* groups_4.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = groups_4.html; sourceTree = ""; }; - B39826F629239F4500A82429 /* typedefs_c.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_c.js; sourceTree = ""; }; - B39826F729239F4500A82429 /* functions_d.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_d.html; sourceTree = ""; }; - B39826F829239F4500A82429 /* files_4.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_4.html; sourceTree = ""; }; - B39826F929239F4500A82429 /* all_10.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_10.js; sourceTree = ""; }; - B39826FA29239F4500A82429 /* all_f.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_f.html; sourceTree = ""; }; - B39826FB29239F4500A82429 /* typedefs_0.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = typedefs_0.js; sourceTree = ""; }; - B39826FC29239F4500A82429 /* files_c.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_c.js; sourceTree = ""; }; - B39826FD29239F4500A82429 /* groups_1.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = groups_1.js; sourceTree = ""; }; - B39826FE29239F4500A82429 /* typedefs_5.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_5.html; sourceTree = ""; }; - B39826FF29239F4500A82429 /* groups_8.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = groups_8.html; sourceTree = ""; }; - B398270029239F4500A82429 /* files_4.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_4.js; sourceTree = ""; }; - B398270129239F4500A82429 /* functions_5.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_5.js; sourceTree = ""; }; - B398270229239F4500A82429 /* all_15.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_15.html; sourceTree = ""; }; - B398270329239F4500A82429 /* groups_3.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = groups_3.html; sourceTree = ""; }; - B398270429239F4500A82429 /* all_0.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_0.js; sourceTree = ""; }; - B398270529239F4500A82429 /* functions_b.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_b.js; sourceTree = ""; }; - B398270629239F4500A82429 /* files_12.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_12.js; sourceTree = ""; }; - B398270729239F4500A82429 /* all_6.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_6.html; sourceTree = ""; }; - B398270829239F4500A82429 /* files_d.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_d.html; sourceTree = ""; }; - B398270929239F4500A82429 /* functions_4.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_4.html; sourceTree = ""; }; - B398270A29239F4500A82429 /* functions_15.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_15.html; sourceTree = ""; }; - B398270B29239F4500A82429 /* search_l.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = search_l.png; sourceTree = ""; }; - B398270C29239F4500A82429 /* functions_1.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_1.js; sourceTree = ""; }; - B398270D29239F4500A82429 /* pages_0.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = pages_0.js; sourceTree = ""; }; - B398270E29239F4500A82429 /* functions_13.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_13.js; sourceTree = ""; }; - B398270F29239F4500A82429 /* all_4.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_4.js; sourceTree = ""; }; - B398271029239F4500A82429 /* typedefs_2.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_2.html; sourceTree = ""; }; - B398271129239F4500A82429 /* all_a.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_a.html; sourceTree = ""; }; - B398271229239F4500A82429 /* functions_f.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_f.js; sourceTree = ""; }; - B398271329239F4500A82429 /* files_3.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_3.html; sourceTree = ""; }; - B398271429239F4600A82429 /* functions_c.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_c.html; sourceTree = ""; }; - B398271529239F4600A82429 /* all_c.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_c.js; sourceTree = ""; }; - B398271629239F4600A82429 /* functions_8.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_8.html; sourceTree = ""; }; - B398271729239F4600A82429 /* search_m.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = search_m.png; sourceTree = ""; }; - B398271829239F4600A82429 /* search.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = search.js; sourceTree = ""; }; - B398271929239F4600A82429 /* functions_9.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_9.html; sourceTree = ""; }; - B398271A29239F4600A82429 /* functions_0.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_0.js; sourceTree = ""; }; - B398271B29239F4600A82429 /* functions_b.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_b.html; sourceTree = ""; }; - B398271C29239F4600A82429 /* files_2.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_2.html; sourceTree = ""; }; - B398271D29239F4600A82429 /* functions_12.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_12.js; sourceTree = ""; }; - B398271E29239F4600A82429 /* all_5.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_5.js; sourceTree = ""; }; - B398271F29239F4600A82429 /* pages_0.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = pages_0.html; sourceTree = ""; }; - B398272029239F4600A82429 /* typedefs_3.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_3.html; sourceTree = ""; }; - B398272129239F4600A82429 /* mag_sel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mag_sel.png; sourceTree = ""; }; - B398272229239F4600A82429 /* all_b.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_b.js; sourceTree = ""; }; - B398272329239F4600A82429 /* nomatches.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = nomatches.html; sourceTree = ""; }; - B398272429239F4600A82429 /* functions_4.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_4.js; sourceTree = ""; }; - B398272529239F4600A82429 /* functions_14.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_14.html; sourceTree = ""; }; - B398272629239F4600A82429 /* files_14.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_14.html; sourceTree = ""; }; - B398272729239F4600A82429 /* functions_5.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = functions_5.html; sourceTree = ""; }; - B398272829239F4600A82429 /* files_e.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = files_e.html; sourceTree = ""; }; - B398272929239F4600A82429 /* all_7.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_7.html; sourceTree = ""; }; - B398272A29239F4600A82429 /* all_1.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_1.js; sourceTree = ""; }; - B398272B29239F4600A82429 /* functions_16.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_16.js; sourceTree = ""; }; - B398272C29239F4600A82429 /* typedefs_d.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = typedefs_d.html; sourceTree = ""; }; - B398272D29239F4600A82429 /* functions_c.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = functions_c.js; sourceTree = ""; }; - B398272E29239F4600A82429 /* files_13.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = files_13.js; sourceTree = ""; }; - B398272F29239F4600A82429 /* all_14.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = all_14.html; sourceTree = ""; }; - B398273029239F4600A82429 /* groups_2.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = groups_2.html; sourceTree = ""; }; - B398273129239F4600A82429 /* close.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = close.png; sourceTree = ""; }; - B398273229239F4600A82429 /* all_f.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = all_f.js; sourceTree = ""; }; - B398273329239F4600A82429 /* a00343.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00343.html; sourceTree = ""; }; - B398273429239F4600A82429 /* a00223_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00223_source.html; sourceTree = ""; }; - B398273529239F4600A82429 /* a00093.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00093.html; sourceTree = ""; }; - B398273629239F4600A82429 /* a00139.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00139.html; sourceTree = ""; }; - B398273729239F4600A82429 /* a00034_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00034_source.html; sourceTree = ""; }; - B398273829239F4600A82429 /* a00210.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00210.html; sourceTree = ""; }; - B398273929239F4600A82429 /* a00156_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00156_source.html; sourceTree = ""; }; - B398273A29239F4600A82429 /* a00355.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00355.html; sourceTree = ""; }; - B398273B29239F4600A82429 /* a00181.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00181.html; sourceTree = ""; }; - B398273C29239F4600A82429 /* a00044_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00044_source.html; sourceTree = ""; }; - B398273D29239F4600A82429 /* a00126_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00126_source.html; sourceTree = ""; }; - B398273E29239F4600A82429 /* a00247.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00247.html; sourceTree = ""; }; - B398273F29239F4600A82429 /* a00302.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00302.html; sourceTree = ""; }; - B398274029239F4600A82429 /* a00115.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00115.html; sourceTree = ""; }; - B398274129239F4600A82429 /* a00050.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00050.html; sourceTree = ""; }; - B398274229239F4600A82429 /* a00058_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00058_source.html; sourceTree = ""; }; - B398274329239F4600A82429 /* a00211_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00211_source.html; sourceTree = ""; }; - B398274429239F4600A82429 /* a00142.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00142.html; sourceTree = ""; }; - B398274529239F4600A82429 /* a00007.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00007.html; sourceTree = ""; }; - B398274629239F4600A82429 /* a00028_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00028_source.html; sourceTree = ""; }; - B398274729239F4600A82429 /* a00284.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00284.html; sourceTree = ""; }; - B398274829239F4600A82429 /* a00154.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00154.html; sourceTree = ""; }; - B398274929239F4600A82429 /* a00011.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00011.html; sourceTree = ""; }; - B398274A29239F4600A82429 /* a00076_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00076_source.html; sourceTree = ""; }; - B398274B29239F4600A82429 /* a00292.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00292.html; sourceTree = ""; }; - B398274C29239F4600A82429 /* a00338.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00338.html; sourceTree = ""; }; - B398274D29239F4600A82429 /* a00114_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00114_source.html; sourceTree = ""; }; - B398274E29239F4600A82429 /* a00103.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00103.html; sourceTree = ""; }; - B398274F29239F4600A82429 /* a00199_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00199_source.html; sourceTree = ""; }; - B398275029239F4600A82429 /* a00046.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00046.html; sourceTree = ""; }; - B398275129239F4600A82429 /* a00006_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00006_source.html; sourceTree = ""; }; - B398275229239F4600A82429 /* dir_f35778ec600a1b9bbc4524e62e226aa2.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_f35778ec600a1b9bbc4524e62e226aa2.html; sourceTree = ""; }; - B398275329239F4600A82429 /* a00164_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00164_source.html; sourceTree = ""; }; - B398275429239F4600A82429 /* a00063_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00063_source.html; sourceTree = ""; }; - B398275529239F4600A82429 /* a00318.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00318.html; sourceTree = ""; }; - B398275629239F4600A82429 /* a00031.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00031.html; sourceTree = ""; }; - B398275729239F4600A82429 /* a00101_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00101_source.html; sourceTree = ""; }; - B398275829239F4600A82429 /* a00174.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00174.html; sourceTree = ""; }; - B398275929239F4600A82429 /* a00013_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00013_source.html; sourceTree = ""; }; - B398275A29239F4600A82429 /* a00171_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00171_source.html; sourceTree = ""; }; - B398275B29239F4600A82429 /* a00066.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00066.html; sourceTree = ""; }; - B398275C29239F4600A82429 /* a00089.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00089.html; sourceTree = ""; }; - B398275D29239F4600A82429 /* a00123.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00123.html; sourceTree = ""; }; - B398275E29239F4600A82429 /* a00359.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00359.html; sourceTree = ""; }; - B398275F29239F4600A82429 /* a00070.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00070.html; sourceTree = ""; }; - B398276029239F4600A82429 /* a00204_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00204_source.html; sourceTree = ""; }; - B398276129239F4600A82429 /* a00135.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00135.html; sourceTree = ""; }; - B398276229239F4600A82429 /* dir_44e5e654415abd9ca6fdeaddaff8565e.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_44e5e654415abd9ca6fdeaddaff8565e.html; sourceTree = ""; }; - B398276329239F4600A82429 /* a00027.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00027.html; sourceTree = ""; }; - B398276429239F4600A82429 /* a00162.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00162.html; sourceTree = ""; }; - B398276529239F4600A82429 /* a00230.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00230.html; sourceTree = ""; }; - B398276629239F4600A82429 /* a00021_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00021_source.html; sourceTree = ""; }; - B398276729239F4600A82429 /* a00119.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00119.html; sourceTree = ""; }; - B398276829239F4600A82429 /* a00143_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00143_source.html; sourceTree = ""; }; - B398276929239F4600A82429 /* a00218_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00218_source.html; sourceTree = ""; }; - B398276A29239F4600A82429 /* a00288.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00288.html; sourceTree = ""; }; - B398276B29239F4600A82429 /* a00322.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00322.html; sourceTree = ""; }; - B398276C29239F4600A82429 /* a00051_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00051_source.html; sourceTree = ""; }; - B398276D29239F4600A82429 /* a00267.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00267.html; sourceTree = ""; }; - B398276E29239F4600A82429 /* a00133_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00133_source.html; sourceTree = ""; }; - B398276F29239F4600A82429 /* a00334.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00334.html; sourceTree = ""; }; - B398277029239F4600A82429 /* a00271.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00271.html; sourceTree = ""; }; - B398277129239F4600A82429 /* a00158.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00158.html; sourceTree = ""; }; - B398277229239F4600A82429 /* a00190_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00190_source.html; sourceTree = ""; }; - B398277329239F4600A82429 /* a00363.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00363.html; sourceTree = ""; }; - B398277429239F4600A82429 /* a00082_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00082_source.html; sourceTree = ""; }; - B398277529239F4600A82429 /* a00226.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00226.html; sourceTree = ""; }; - B398277629239F4600A82429 /* logo-mini.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "logo-mini.png"; sourceTree = ""; }; - B398277729239F4600A82429 /* a00038_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00038_source.html; sourceTree = ""; }; - B398277829239F4600A82429 /* a00362.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00362.html; sourceTree = ""; }; - B398277929239F4600A82429 /* a00227.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00227.html; sourceTree = ""; }; - B398277A29239F4600A82429 /* a00159.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00159.html; sourceTree = ""; }; - B398277B29239F4600A82429 /* a00048_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00048_source.html; sourceTree = ""; }; - B398277C29239F4600A82429 /* a00201_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00201_source.html; sourceTree = ""; }; - B398277D29239F4600A82429 /* a00335.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00335.html; sourceTree = ""; }; - B398277E29239F4600A82429 /* a00270.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00270.html; sourceTree = ""; }; - B398277F29239F4600A82429 /* a00174_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00174_source.html; sourceTree = ""; }; - B398278029239F4600A82429 /* a00289.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00289.html; sourceTree = ""; }; - B398278129239F4600A82429 /* a00323.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00323.html; sourceTree = ""; }; - B398278229239F4600A82429 /* a00016_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00016_source.html; sourceTree = ""; }; - B398278329239F4600A82429 /* a00189_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00189_source.html; sourceTree = ""; }; - B398278429239F4600A82429 /* a00266.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00266.html; sourceTree = ""; }; - B398278529239F4600A82429 /* a00104_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00104_source.html; sourceTree = ""; }; - B398278629239F4600A82429 /* a00118.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00118.html; sourceTree = ""; }; - B398278729239F4600A82429 /* nav_h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = nav_h.png; sourceTree = ""; }; - B398278829239F4600A82429 /* a00374.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00374.html; sourceTree = ""; }; - B398278929239F4600A82429 /* a00231.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00231.html; sourceTree = ""; }; - B398278A29239F4600A82429 /* a00066_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00066_source.html; sourceTree = ""; }; - B398278B29239F4600A82429 /* dir_4c6bd29c73fa4e5a2509e1c15f846751.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_4c6bd29c73fa4e5a2509e1c15f846751.html; sourceTree = ""; }; - B398278C29239F4600A82429 /* a00026.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00026.html; sourceTree = ""; }; - B398278D29239F4600A82429 /* a00233_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00233_source.html; sourceTree = ""; }; - B398278E29239F4600A82429 /* a00118_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00118_source.html; sourceTree = ""; }; - B398278F29239F4600A82429 /* a00087_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00087_source.html; sourceTree = ""; }; - B398279029239F4600A82429 /* a00071.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00071.html; sourceTree = ""; }; - B398279129239F4600A82429 /* a00195_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00195_source.html; sourceTree = ""; }; - B398279229239F4600A82429 /* a00134.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00134.html; sourceTree = ""; }; - B398279329239F4600A82429 /* dir_033f5edb0915b828d2c46ed4804e5503.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_033f5edb0915b828d2c46ed4804e5503.html; sourceTree = ""; }; - B398279429239F4600A82429 /* a00168_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00168_source.html; sourceTree = ""; }; - B398279529239F4600A82429 /* a00358.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00358.html; sourceTree = ""; }; - B398279629239F4600A82429 /* a00136_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00136_source.html; sourceTree = ""; }; - B398279729239F4600A82429 /* a00067.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00067.html; sourceTree = ""; }; - B398279829239F4600A82429 /* a00088.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00088.html; sourceTree = ""; }; - B398279929239F4600A82429 /* a00122.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00122.html; sourceTree = ""; }; - B398279A29239F4600A82429 /* a00054_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00054_source.html; sourceTree = ""; }; - B398279B29239F4600A82429 /* tab_h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_h.png; sourceTree = ""; }; - B398279C29239F4600A82429 /* a00146_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00146_source.html; sourceTree = ""; }; - B398279D29239F4600A82429 /* a00030.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00030.html; sourceTree = ""; }; - B398279E29239F4600A82429 /* a00175.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00175.html; sourceTree = ""; }; - B398279F29239F4600A82429 /* a00319.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00319.html; sourceTree = ""; }; - B39827A029239F4600A82429 /* a00024_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00024_source.html; sourceTree = ""; }; - B39827A129239F4600A82429 /* a00123_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00123_source.html; sourceTree = ""; }; - B39827A229239F4600A82429 /* a00102.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00102.html; sourceTree = ""; }; - B39827A329239F4600A82429 /* a00208_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00208_source.html; sourceTree = ""; }; - B39827A429239F4600A82429 /* a00041_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00041_source.html; sourceTree = ""; }; - B39827A529239F4600A82429 /* a00293.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00293.html; sourceTree = ""; }; - B39827A629239F4600A82429 /* a00339.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00339.html; sourceTree = ""; }; - B39827A729239F4600A82429 /* a00153_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00153_source.html; sourceTree = ""; }; - B39827A829239F4600A82429 /* a00155.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00155.html; sourceTree = ""; }; - B39827A929239F4600A82429 /* a00010.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00010.html; sourceTree = ""; }; - B39827AA29239F4600A82429 /* a00031_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00031_source.html; sourceTree = ""; }; - B39827AB29239F4600A82429 /* a00285.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00285.html; sourceTree = ""; }; - B39827AC29239F4600A82429 /* a00226_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00226_source.html; sourceTree = ""; }; - B39827AD29239F4600A82429 /* a00143.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00143.html; sourceTree = ""; }; - B39827AE29239F4600A82429 /* a00092_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00092_source.html; sourceTree = ""; }; - B39827AF29239F4600A82429 /* a00180_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00180_source.html; sourceTree = ""; }; - B39827B029239F4600A82429 /* a00114.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00114.html; sourceTree = ""; }; - B39827B129239F4600A82429 /* a00051.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00051.html; sourceTree = ""; }; - B39827B229239F4600A82429 /* a00161_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00161_source.html; sourceTree = ""; }; - B39827B329239F4600A82429 /* a00246.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00246.html; sourceTree = ""; }; - B39827B429239F4600A82429 /* a00303.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00303.html; sourceTree = ""; }; - B39827B529239F4600A82429 /* a00180.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00180.html; sourceTree = ""; }; - B39827B629239F4600A82429 /* a00003_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00003_source.html; sourceTree = ""; }; - B39827B729239F4600A82429 /* a00211.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00211.html; sourceTree = ""; }; - B39827B829239F4600A82429 /* a00111_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00111_source.html; sourceTree = ""; }; - B39827B929239F4600A82429 /* a00354.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00354.html; sourceTree = ""; }; - B39827BA29239F4600A82429 /* a00092.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00092.html; sourceTree = ""; }; - B39827BB29239F4600A82429 /* a00138.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00138.html; sourceTree = ""; }; - B39827BC29239F4600A82429 /* a00073_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00073_source.html; sourceTree = ""; }; - B39827BD29239F4600A82429 /* a00207.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00207.html; sourceTree = ""; }; - B39827BE29239F4600A82429 /* a00342.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00342.html; sourceTree = ""; }; - B39827BF29239F4600A82429 /* a00084.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00084.html; sourceTree = ""; }; - B39827C029239F4600A82429 /* a00250.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00250.html; sourceTree = ""; }; - B39827C129239F4600A82429 /* a00214_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00214_source.html; sourceTree = ""; }; - B39827C229239F4600A82429 /* a00315.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00315.html; sourceTree = ""; }; - B39827C329239F4600A82429 /* a00196.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00196.html; sourceTree = ""; }; - B39827C429239F4600A82429 /* a00179.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00179.html; sourceTree = ""; }; - B39827C529239F4600A82429 /* a00037.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00037.html; sourceTree = ""; }; - B39827C629239F4600A82429 /* a00172.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00172.html; sourceTree = ""; }; - B39827C729239F4600A82429 /* a00349.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00349.html; sourceTree = ""; }; - B39827C829239F4600A82429 /* a00060.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00060.html; sourceTree = ""; }; - B39827C929239F4600A82429 /* a00217_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00217_source.html; sourceTree = ""; }; - B39827CA29239F4600A82429 /* a00125.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00125.html; sourceTree = ""; }; - B39827CB29239F4600A82429 /* a00076.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00076.html; sourceTree = ""; }; - B39827CC29239F4600A82429 /* a00133.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00133.html; sourceTree = ""; }; - B39827CD29239F4600A82429 /* a00099.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00099.html; sourceTree = ""; }; - B39827CE29239F4600A82429 /* a00162_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00162_source.html; sourceTree = ""; }; - B39827CF29239F4600A82429 /* a00070_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00070_source.html; sourceTree = ""; }; - B39827D029239F4600A82429 /* a00308.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00308.html; sourceTree = ""; }; - B39827D129239F4600A82429 /* a00021.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00021.html; sourceTree = ""; }; - B39827D229239F4600A82429 /* a00112_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00112_source.html; sourceTree = ""; }; - B39827D329239F4600A82429 /* a00373.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00373.html; sourceTree = ""; }; - B39827D429239F4600A82429 /* a00091_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00091_source.html; sourceTree = ""; }; - B39827D529239F4600A82429 /* a00225_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00225_source.html; sourceTree = ""; }; - B39827D629239F4600A82429 /* a00324.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00324.html; sourceTree = ""; }; - B39827D729239F4600A82429 /* a00261.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00261.html; sourceTree = ""; }; - B39827D829239F4600A82429 /* a00148.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00148.html; sourceTree = ""; }; - B39827D929239F4600A82429 /* a00183_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00183_source.html; sourceTree = ""; }; - B39827DA29239F4600A82429 /* open.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = open.png; sourceTree = ""; }; - B39827DB29239F4600A82429 /* a00332.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00332.html; sourceTree = ""; }; - B39827DC29239F4600A82429 /* a00298.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00298.html; sourceTree = ""; }; - B39827DD29239F4600A82429 /* a00042_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00042_source.html; sourceTree = ""; }; - B39827DE29239F4600A82429 /* a00277.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00277.html; sourceTree = ""; }; - B39827DF29239F4600A82429 /* a00120_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00120_source.html; sourceTree = ""; }; - B39827E029239F4600A82429 /* a00032_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00032_source.html; sourceTree = ""; }; - B39827E129239F4600A82429 /* a00365.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00365.html; sourceTree = ""; }; - B39827E229239F4600A82429 /* a00220.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00220.html; sourceTree = ""; }; - B39827E329239F4600A82429 /* a00109.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00109.html; sourceTree = ""; }; - B39827E429239F4600A82429 /* a00150_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00150_source.html; sourceTree = ""; }; - B39827E529239F4600A82429 /* a00191.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00191.html; sourceTree = ""; }; - B39827E629239F4600A82429 /* a00057_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00057_source.html; sourceTree = ""; }; - B39827E729239F4600A82429 /* a00257.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00257.html; sourceTree = ""; }; - B39827E829239F4600A82429 /* a00312.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00312.html; sourceTree = ""; }; - B39827E929239F4600A82429 /* a00135_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00135_source.html; sourceTree = ""; }; - B39827EA29239F4600A82429 /* a00027_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00027_source.html; sourceTree = ""; }; - B39827EB29239F4600A82429 /* a00129.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00129.html; sourceTree = ""; }; - B39827EC29239F4600A82429 /* a00083.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00083.html; sourceTree = ""; }; - B39827ED29239F4600A82429 /* a00200.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00200.html; sourceTree = ""; }; - B39827EE29239F4600A82429 /* a00145_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00145_source.html; sourceTree = ""; }; - B39827EF29239F4600A82429 /* a00345.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00345.html; sourceTree = ""; }; - B39827F029239F4600A82429 /* a00084_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00084_source.html; sourceTree = ""; }; - B39827F129239F4600A82429 /* a00230_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00230_source.html; sourceTree = ""; }; - B39827F229239F4600A82429 /* a00216.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00216.html; sourceTree = ""; }; - B39827F329239F4600A82429 /* a00353.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00353.html; sourceTree = ""; }; - B39827F429239F4600A82429 /* a00079_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00079_source.html; sourceTree = ""; }; - B39827F529239F4600A82429 /* a00187.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00187.html; sourceTree = ""; }; - B39827F629239F4600A82429 /* a00168.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00168.html; sourceTree = ""; }; - B39827F729239F4600A82429 /* a00241.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00241.html; sourceTree = ""; }; - B39827F829239F4600A82429 /* a00009_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00009_source.html; sourceTree = ""; }; - B39827F929239F4600A82429 /* a00196_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00196_source.html; sourceTree = ""; }; - B39827FA29239F4600A82429 /* a00304.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00304.html; sourceTree = ""; }; - B39827FB29239F4600A82429 /* a00113.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00113.html; sourceTree = ""; }; - B39827FC29239F4600A82429 /* a00015_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00015_source.html; sourceTree = ""; }; - B39827FD29239F4600A82429 /* a00056.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00056.html; sourceTree = ""; }; - B39827FE29239F4600A82429 /* a00177_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00177_source.html; sourceTree = ""; }; - B39827FF29239F4600A82429 /* a00065_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00065_source.html; sourceTree = ""; }; - B398280029239F4600A82429 /* a00144.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00144.html; sourceTree = ""; }; - B398280129239F4600A82429 /* a00328.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00328.html; sourceTree = ""; }; - B398280229239F4600A82429 /* a00282.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00282.html; sourceTree = ""; }; - B398280329239F4600A82429 /* a00107_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00107_source.html; sourceTree = ""; }; - B398280429239F4600A82429 /* a00098_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00098_source.html; sourceTree = ""; }; - B398280529239F4600A82429 /* a00152.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00152.html; sourceTree = ""; }; - B398280629239F4600A82429 /* a00159_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00159_source.html; sourceTree = ""; }; - B398280729239F4600A82429 /* a00017.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00017.html; sourceTree = ""; }; - B398280829239F4600A82429 /* a00294.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00294.html; sourceTree = ""; }; - B398280929239F4600A82429 /* a00129_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00129_source.html; sourceTree = ""; }; - B398280A29239F4600A82429 /* a00105.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00105.html; sourceTree = ""; }; - B398280B29239F4600A82429 /* a00040.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00040.html; sourceTree = ""; }; - B398280C29239F4600A82429 /* a00369.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00369.html; sourceTree = ""; }; - B398280D29239F4600A82429 /* a00202_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00202_source.html; sourceTree = ""; }; - B398280E29239F4600A82429 /* a00368.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00368.html; sourceTree = ""; }; - B398280F29239F4600A82429 /* folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = folderclosed.png; sourceTree = ""; }; - B398281029239F4600A82429 /* a00193_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00193_source.html; sourceTree = ""; }; - B398281129239F4600A82429 /* a00104.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00104.html; sourceTree = ""; }; - B398281229239F4600A82429 /* a00041.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00041.html; sourceTree = ""; }; - B398281329239F4600A82429 /* a00235_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00235_source.html; sourceTree = ""; }; - B398281429239F4600A82429 /* a00295.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00295.html; sourceTree = ""; }; - B398281529239F4600A82429 /* dynsections.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = dynsections.js; sourceTree = ""; }; - B398281629239F4600A82429 /* a00081_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00081_source.html; sourceTree = ""; }; - B398281729239F4600A82429 /* a00016.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00016.html; sourceTree = ""; }; - B398281829239F4600A82429 /* a00329.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00329.html; sourceTree = ""; }; - B398281929239F4600A82429 /* a00283.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00283.html; sourceTree = ""; }; - B398281A29239F4600A82429 /* a00140_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00140_source.html; sourceTree = ""; }; - B398281B29239F4600A82429 /* a00022_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00022_source.html; sourceTree = ""; }; - B398281C29239F4600A82429 /* a00145.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00145.html; sourceTree = ""; }; - B398281D29239F4600A82429 /* a00130_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00130_source.html; sourceTree = ""; }; - B398281E29239F4600A82429 /* a00112.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00112.html; sourceTree = ""; }; - B398281F29239F4600A82429 /* a00052_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00052_source.html; sourceTree = ""; }; - B398282029239F4600A82429 /* folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = folderopen.png; sourceTree = ""; }; - B398282129239F4600A82429 /* a00057.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00057.html; sourceTree = ""; }; - B398282229239F4600A82429 /* a00207_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00207_source.html; sourceTree = ""; }; - B398282329239F4600A82429 /* a00305.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00305.html; sourceTree = ""; }; - B398282429239F4600A82429 /* a00186.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00186.html; sourceTree = ""; }; - B398282529239F4600A82429 /* a00169.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00169.html; sourceTree = ""; }; - B398282629239F4600A82429 /* a00217.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00217.html; sourceTree = ""; }; - B398282729239F4600A82429 /* a00352.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00352.html; sourceTree = ""; }; - B398282829239F4600A82429 /* a00094.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00094.html; sourceTree = ""; }; - B398282929239F4600A82429 /* a00201.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00201.html; sourceTree = ""; }; - B398282A29239F4600A82429 /* a00102_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00102_source.html; sourceTree = ""; }; - B398282B29239F4600A82429 /* a00344.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00344.html; sourceTree = ""; }; - B398282C29239F4600A82429 /* a00060_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00060_source.html; sourceTree = ""; }; - B398282D29239F4600A82429 /* a00128.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00128.html; sourceTree = ""; }; - B398282E29239F4600A82429 /* a00229_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00229_source.html; sourceTree = ""; }; - B398282F29239F4600A82429 /* a00082.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00082.html; sourceTree = ""; }; - B398283029239F4600A82429 /* a00256.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00256.html; sourceTree = ""; }; - B398283129239F4600A82429 /* a00313.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00313.html; sourceTree = ""; }; - B398283229239F4600A82429 /* a00172_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00172_source.html; sourceTree = ""; }; - B398283329239F4600A82429 /* a00010_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00010_source.html; sourceTree = ""; }; - B398283429239F4600A82429 /* a00190.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00190.html; sourceTree = ""; }; - B398283529239F4600A82429 /* a00108.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00108.html; sourceTree = ""; }; - B398283629239F4600A82429 /* a00088_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00088_source.html; sourceTree = ""; }; - B398283729239F4600A82429 /* a00117_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00117_source.html; sourceTree = ""; }; - B398283829239F4600A82429 /* a00364.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00364.html; sourceTree = ""; }; - B398283929239F4600A82429 /* a00075_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00075_source.html; sourceTree = ""; }; - B398283A29239F4600A82429 /* a00221.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00221.html; sourceTree = ""; }; - B398283B29239F4600A82429 /* a00167_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00167_source.html; sourceTree = ""; }; - B398283C29239F4600A82429 /* a00333.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00333.html; sourceTree = ""; }; - B398283D29239F4600A82429 /* a00299.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00299.html; sourceTree = ""; }; - B398283E29239F4600A82429 /* a00005_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00005_source.html; sourceTree = ""; }; - B398283F29239F4600A82429 /* a00276.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00276.html; sourceTree = ""; }; - B398284029239F4600A82429 /* a00149.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00149.html; sourceTree = ""; }; - B398284129239F4600A82429 /* a00212_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00212_source.html; sourceTree = ""; }; - B398284229239F4600A82429 /* dir_3a581ba30d25676e4b797b1f96d53b45.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_3a581ba30d25676e4b797b1f96d53b45.html; sourceTree = ""; }; - B398284329239F4600A82429 /* a00139_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00139_source.html; sourceTree = ""; }; - B398284429239F4600A82429 /* a00325.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00325.html; sourceTree = ""; }; - B398284529239F4600A82429 /* a00260.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00260.html; sourceTree = ""; }; - B398284629239F4600A82429 /* a00372.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00372.html; sourceTree = ""; }; - B398284729239F4600A82429 /* a00149_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00149_source.html; sourceTree = ""; }; - B398284829239F4600A82429 /* dir_6b66465792d005310484819a0eb0b0d3.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = dir_6b66465792d005310484819a0eb0b0d3.html; sourceTree = ""; }; - B398284929239F4600A82429 /* a00155_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00155_source.html; sourceTree = ""; }; - B398284A29239F4600A82429 /* a00165.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00165.html; sourceTree = ""; }; - B398284B29239F4600A82429 /* a00037_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00037_source.html; sourceTree = ""; }; - B398284C29239F4600A82429 /* a00309.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00309.html; sourceTree = ""; }; - B398284D29239F4600A82429 /* a00077.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00077.html; sourceTree = ""; }; - B398284E29239F4600A82429 /* a00132.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00132.html; sourceTree = ""; }; - B398284F29239F4600A82429 /* a00098.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00098.html; sourceTree = ""; }; - B398285029239F4600A82429 /* a00125_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00125_source.html; sourceTree = ""; }; - B398285129239F4700A82429 /* a00047_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00047_source.html; sourceTree = ""; }; - B398285229239F4700A82429 /* a00061.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00061.html; sourceTree = ""; }; - B398285329239F4700A82429 /* jquery.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = jquery.js; sourceTree = ""; }; - B398285429239F4700A82429 /* a00186_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00186_source.html; sourceTree = ""; }; - B398285529239F4700A82429 /* a00019_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00019_source.html; sourceTree = ""; }; - B398285629239F4700A82429 /* a00348.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00348.html; sourceTree = ""; }; - B398285729239F4700A82429 /* a00036.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00036.html; sourceTree = ""; }; - B398285829239F4700A82429 /* a00220_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00220_source.html; sourceTree = ""; }; - B398285929239F4700A82429 /* a00173.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00173.html; sourceTree = ""; }; - B398285A29239F4700A82429 /* a00069_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00069_source.html; sourceTree = ""; }; - B398285B29239F4700A82429 /* a00094_source.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = a00094_source.html; sourceTree = ""; }; - B398285C29239F4700A82429 /* manual.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = manual.pdf; sourceTree = ""; }; - B398285D29239F4700A82429 /* man.doxy */ = {isa = PBXFileReference; lastKnownFileType = text; path = man.doxy; sourceTree = ""; }; - B398285E29239F4700A82429 /* manual.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = manual.md; sourceTree = ""; }; - B398286029239F4700A82429 /* vec4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vec4.hpp; sourceTree = ""; }; - B398286129239F4700A82429 /* integer.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = integer.hpp; sourceTree = ""; }; - B398286229239F4700A82429 /* vector_relational.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_relational.hpp; sourceTree = ""; }; - B398286329239F4700A82429 /* mat2x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mat2x3.hpp; sourceTree = ""; }; - B398286429239F4700A82429 /* mat4x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mat4x4.hpp; sourceTree = ""; }; - B398286529239F4700A82429 /* mat2x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mat2x2.hpp; sourceTree = ""; }; - B398286629239F4700A82429 /* exponential.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = exponential.hpp; sourceTree = ""; }; - B398286729239F4700A82429 /* vec2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vec2.hpp; sourceTree = ""; }; - B398286829239F4700A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B398286929239F4700A82429 /* vec3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vec3.hpp; sourceTree = ""; }; - B398286A29239F4700A82429 /* fwd.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = fwd.hpp; sourceTree = ""; }; - B398286B29239F4700A82429 /* mat4x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mat4x3.hpp; sourceTree = ""; }; - B398286C29239F4700A82429 /* mat4x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mat4x2.hpp; sourceTree = ""; }; - B398286D29239F4700A82429 /* mat2x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mat2x4.hpp; sourceTree = ""; }; - B398286E29239F4700A82429 /* packing.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = packing.hpp; sourceTree = ""; }; - B398286F29239F4700A82429 /* mat3x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mat3x3.hpp; sourceTree = ""; }; - B398287029239F4700A82429 /* mat3x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mat3x2.hpp; sourceTree = ""; }; - B398287229239F4700A82429 /* matrix_double3x2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double3x2_precision.hpp; sourceTree = ""; }; - B398287329239F4700A82429 /* matrix_float2x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float2x4.hpp; sourceTree = ""; }; - B398287429239F4700A82429 /* vector_bool2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_bool2.hpp; sourceTree = ""; }; - B398287529239F4700A82429 /* quaternion_double_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion_double_precision.hpp; sourceTree = ""; }; - B398287629239F4700A82429 /* matrix_float4x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float4x2.hpp; sourceTree = ""; }; - B398287729239F4700A82429 /* matrix_float4x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float4x3.hpp; sourceTree = ""; }; - B398287829239F4700A82429 /* vector_bool3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_bool3.hpp; sourceTree = ""; }; - B398287929239F4700A82429 /* vector_relational.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_relational.hpp; sourceTree = ""; }; - B398287A29239F4700A82429 /* vector_bool1.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_bool1.hpp; sourceTree = ""; }; - B398287B29239F4700A82429 /* quaternion_common.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = quaternion_common.inl; sourceTree = ""; }; - B398287C29239F4700A82429 /* vector_uint2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_uint2_precision.hpp; sourceTree = ""; }; - B398287D29239F4700A82429 /* vector_float1_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_float1_precision.hpp; sourceTree = ""; }; - B398287E29239F4700A82429 /* matrix_float2x3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float2x3_precision.hpp; sourceTree = ""; }; - B398287F29239F4700A82429 /* matrix_float2x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float2x2.hpp; sourceTree = ""; }; - B398288029239F4700A82429 /* matrix_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_common.hpp; sourceTree = ""; }; - B398288129239F4700A82429 /* vector_bool4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_bool4.hpp; sourceTree = ""; }; - B398288229239F4700A82429 /* matrix_float2x4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float2x4_precision.hpp; sourceTree = ""; }; - B398288329239F4700A82429 /* matrix_float4x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float4x4.hpp; sourceTree = ""; }; - B398288429239F4700A82429 /* vector_uint1_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_uint1_precision.hpp; sourceTree = ""; }; - B398288529239F4700A82429 /* matrix_float2x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float2x3.hpp; sourceTree = ""; }; - B398288629239F4700A82429 /* matrix_clip_space.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_clip_space.hpp; sourceTree = ""; }; - B398288729239F4700A82429 /* scalar_integer.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scalar_integer.hpp; sourceTree = ""; }; - B398288829239F4700A82429 /* vector_float2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_float2_precision.hpp; sourceTree = ""; }; - B398288929239F4700A82429 /* matrix_transform.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_transform.inl; sourceTree = ""; }; - B398288A29239F4700A82429 /* quaternion_exponential.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = quaternion_exponential.inl; sourceTree = ""; }; - B398288B29239F4700A82429 /* scalar_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scalar_common.hpp; sourceTree = ""; }; - B398288C29239F4700A82429 /* quaternion_transform.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = quaternion_transform.inl; sourceTree = ""; }; - B398288D29239F4700A82429 /* matrix_double4x2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double4x2_precision.hpp; sourceTree = ""; }; - B398288E29239F4700A82429 /* matrix_clip_space.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_clip_space.inl; sourceTree = ""; }; - B398288F29239F4700A82429 /* vector_double4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_double4_precision.hpp; sourceTree = ""; }; - B398289029239F4700A82429 /* matrix_float3x4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float3x4_precision.hpp; sourceTree = ""; }; - B398289129239F4700A82429 /* scalar_integer.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = scalar_integer.inl; sourceTree = ""; }; - B398289229239F4700A82429 /* vector_uint3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_uint3.hpp; sourceTree = ""; }; - B398289329239F4700A82429 /* matrix_float4x3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float4x3_precision.hpp; sourceTree = ""; }; - B398289429239F4700A82429 /* matrix_common.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_common.inl; sourceTree = ""; }; - B398289529239F4700A82429 /* vector_uint2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_uint2.hpp; sourceTree = ""; }; - B398289629239F4700A82429 /* quaternion_float_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion_float_precision.hpp; sourceTree = ""; }; - B398289729239F4700A82429 /* vector_int1_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_int1_precision.hpp; sourceTree = ""; }; - B398289829239F4700A82429 /* matrix_float3x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float3x4.hpp; sourceTree = ""; }; - B398289929239F4700A82429 /* quaternion_transform.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion_transform.hpp; sourceTree = ""; }; - B398289A29239F4700A82429 /* vector_bool4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_bool4_precision.hpp; sourceTree = ""; }; - B398289B29239F4700A82429 /* vector_uint1.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_uint1.hpp; sourceTree = ""; }; - B398289C29239F4700A82429 /* matrix_transform.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_transform.hpp; sourceTree = ""; }; - B398289D29239F4700A82429 /* scalar_common.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = scalar_common.inl; sourceTree = ""; }; - B398289E29239F4700A82429 /* quaternion_exponential.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion_exponential.hpp; sourceTree = ""; }; - B398289F29239F4700A82429 /* vector_relational.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = vector_relational.inl; sourceTree = ""; }; - B39828A029239F4700A82429 /* vector_bool3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_bool3_precision.hpp; sourceTree = ""; }; - B39828A129239F4700A82429 /* matrix_double2x2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double2x2_precision.hpp; sourceTree = ""; }; - B39828A229239F4700A82429 /* quaternion_float.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion_float.hpp; sourceTree = ""; }; - B39828A329239F4700A82429 /* vector_int2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_int2_precision.hpp; sourceTree = ""; }; - B39828A429239F4700A82429 /* vector_uint4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_uint4.hpp; sourceTree = ""; }; - B39828A529239F4700A82429 /* matrix_float3x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float3x2.hpp; sourceTree = ""; }; - B39828A629239F4700A82429 /* vector_double3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_double3_precision.hpp; sourceTree = ""; }; - B39828A729239F4700A82429 /* quaternion_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion_common.hpp; sourceTree = ""; }; - B39828A829239F4700A82429 /* matrix_float3x3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float3x3_precision.hpp; sourceTree = ""; }; - B39828A929239F4700A82429 /* matrix_float3x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float3x3.hpp; sourceTree = ""; }; - B39828AA29239F4700A82429 /* scalar_int_sized.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scalar_int_sized.hpp; sourceTree = ""; }; - B39828AB29239F4700A82429 /* matrix_float4x4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float4x4_precision.hpp; sourceTree = ""; }; - B39828AC29239F4700A82429 /* matrix_double4x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double4x2.hpp; sourceTree = ""; }; - B39828AD29239F4700A82429 /* vector_int1.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_int1.hpp; sourceTree = ""; }; - B39828AE29239F4700A82429 /* vector_float3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_float3.hpp; sourceTree = ""; }; - B39828AF29239F4700A82429 /* matrix_double2x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double2x4.hpp; sourceTree = ""; }; - B39828B029239F4700A82429 /* scalar_ulp.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scalar_ulp.hpp; sourceTree = ""; }; - B39828B129239F4700A82429 /* quaternion_geometric.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion_geometric.hpp; sourceTree = ""; }; - B39828B229239F4700A82429 /* vector_int3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_int3_precision.hpp; sourceTree = ""; }; - B39828B329239F4700A82429 /* vector_float2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_float2.hpp; sourceTree = ""; }; - B39828B429239F4700A82429 /* matrix_double2x3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double2x3_precision.hpp; sourceTree = ""; }; - B39828B529239F4700A82429 /* vector_bool2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_bool2_precision.hpp; sourceTree = ""; }; - B39828B629239F4700A82429 /* quaternion_double.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion_double.hpp; sourceTree = ""; }; - B39828B729239F4700A82429 /* matrix_double4x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double4x3.hpp; sourceTree = ""; }; - B39828B829239F4700A82429 /* quaternion_common_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = quaternion_common_simd.inl; sourceTree = ""; }; - B39828B929239F4700A82429 /* vector_int2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_int2.hpp; sourceTree = ""; }; - B39828BA29239F4700A82429 /* vector_double2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_double2_precision.hpp; sourceTree = ""; }; - B39828BB29239F4700A82429 /* matrix_float3x2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float3x2_precision.hpp; sourceTree = ""; }; - B39828BC29239F4700A82429 /* matrix_relational.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_relational.hpp; sourceTree = ""; }; - B39828BD29239F4700A82429 /* vector_integer.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_integer.hpp; sourceTree = ""; }; - B39828BE29239F4700A82429 /* scalar_relational.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scalar_relational.hpp; sourceTree = ""; }; - B39828BF29239F4700A82429 /* vector_float1.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_float1.hpp; sourceTree = ""; }; - B39828C029239F4700A82429 /* vector_int3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_int3.hpp; sourceTree = ""; }; - B39828C129239F4700A82429 /* scalar_constants.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = scalar_constants.inl; sourceTree = ""; }; - B39828C229239F4700A82429 /* matrix_double4x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double4x4.hpp; sourceTree = ""; }; - B39828C329239F4700A82429 /* scalar_uint_sized.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scalar_uint_sized.hpp; sourceTree = ""; }; - B39828C429239F4700A82429 /* vector_double1_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_double1_precision.hpp; sourceTree = ""; }; - B39828C529239F4700A82429 /* matrix_double2x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double2x2.hpp; sourceTree = ""; }; - B39828C629239F4700A82429 /* matrix_float4x2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float4x2_precision.hpp; sourceTree = ""; }; - B39828C729239F4700A82429 /* matrix_double2x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double2x3.hpp; sourceTree = ""; }; - B39828C829239F4700A82429 /* matrix_projection.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_projection.hpp; sourceTree = ""; }; - B39828C929239F4700A82429 /* vector_float4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_float4.hpp; sourceTree = ""; }; - B39828CA29239F4700A82429 /* vector_common.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = vector_common.inl; sourceTree = ""; }; - B39828CB29239F4700A82429 /* vector_int4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_int4_precision.hpp; sourceTree = ""; }; - B39828CC29239F4700A82429 /* matrix_double2x4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double2x4_precision.hpp; sourceTree = ""; }; - B39828CD29239F4700A82429 /* vector_int4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_int4.hpp; sourceTree = ""; }; - B39828CE29239F4700A82429 /* quaternion_relational.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion_relational.hpp; sourceTree = ""; }; - B39828CF29239F4700A82429 /* quaternion_trigonometric.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion_trigonometric.hpp; sourceTree = ""; }; - B39828D029239F4700A82429 /* vector_bool1_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_bool1_precision.hpp; sourceTree = ""; }; - B39828D129239F4700A82429 /* vector_ulp.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_ulp.hpp; sourceTree = ""; }; - B39828D229239F4700A82429 /* vector_float3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_float3_precision.hpp; sourceTree = ""; }; - B39828D329239F4700A82429 /* vector_uint4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_uint4_precision.hpp; sourceTree = ""; }; - B39828D429239F4700A82429 /* matrix_projection.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_projection.inl; sourceTree = ""; }; - B39828D529239F4700A82429 /* vector_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_common.hpp; sourceTree = ""; }; - B39828D629239F4700A82429 /* scalar_constants.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scalar_constants.hpp; sourceTree = ""; }; - B39828D729239F4700A82429 /* matrix_double3x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double3x4.hpp; sourceTree = ""; }; - B39828D829239F4700A82429 /* quaternion_trigonometric.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = quaternion_trigonometric.inl; sourceTree = ""; }; - B39828D929239F4700A82429 /* matrix_double4x3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double4x3_precision.hpp; sourceTree = ""; }; - B39828DA29239F4700A82429 /* vector_ulp.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = vector_ulp.inl; sourceTree = ""; }; - B39828DB29239F4700A82429 /* matrix_double3x4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double3x4_precision.hpp; sourceTree = ""; }; - B39828DC29239F4700A82429 /* quaternion_relational.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = quaternion_relational.inl; sourceTree = ""; }; - B39828DD29239F4700A82429 /* vector_double4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_double4.hpp; sourceTree = ""; }; - B39828DE29239F4700A82429 /* vector_double1.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_double1.hpp; sourceTree = ""; }; - B39828DF29239F4700A82429 /* matrix_double4x4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double4x4_precision.hpp; sourceTree = ""; }; - B39828E029239F4700A82429 /* scalar_ulp.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = scalar_ulp.inl; sourceTree = ""; }; - B39828E129239F4700A82429 /* quaternion_geometric.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = quaternion_geometric.inl; sourceTree = ""; }; - B39828E229239F4700A82429 /* matrix_double3x3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double3x3_precision.hpp; sourceTree = ""; }; - B39828E329239F4700A82429 /* matrix_double3x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double3x2.hpp; sourceTree = ""; }; - B39828E429239F4700A82429 /* matrix_float2x2_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_float2x2_precision.hpp; sourceTree = ""; }; - B39828E529239F4700A82429 /* vector_integer.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = vector_integer.inl; sourceTree = ""; }; - B39828E629239F4700A82429 /* scalar_relational.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = scalar_relational.inl; sourceTree = ""; }; - B39828E729239F4700A82429 /* vector_double3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_double3.hpp; sourceTree = ""; }; - B39828E829239F4700A82429 /* vector_float4_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_float4_precision.hpp; sourceTree = ""; }; - B39828E929239F4700A82429 /* vector_double2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_double2.hpp; sourceTree = ""; }; - B39828EA29239F4700A82429 /* matrix_relational.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_relational.inl; sourceTree = ""; }; - B39828EB29239F4700A82429 /* vector_uint3_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_uint3_precision.hpp; sourceTree = ""; }; - B39828EC29239F4700A82429 /* matrix_double3x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_double3x3.hpp; sourceTree = ""; }; - B39828EE29239F4700A82429 /* neon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = neon.h; sourceTree = ""; }; - B39828EF29239F4700A82429 /* vector_relational.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vector_relational.h; sourceTree = ""; }; - B39828F029239F4700A82429 /* matrix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = matrix.h; sourceTree = ""; }; - B39828F129239F4700A82429 /* packing.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = packing.h; sourceTree = ""; }; - B39828F229239F4700A82429 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = ""; }; - B39828F329239F4700A82429 /* trigonometric.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = trigonometric.h; sourceTree = ""; }; - B39828F429239F4700A82429 /* geometric.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = geometric.h; sourceTree = ""; }; - B39828F529239F4700A82429 /* integer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = integer.h; sourceTree = ""; }; - B39828F629239F4700A82429 /* platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = ""; }; - B39828F729239F4700A82429 /* exponential.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exponential.h; sourceTree = ""; }; - B39828F829239F4700A82429 /* mat3x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mat3x4.hpp; sourceTree = ""; }; - B39828F929239F4700A82429 /* matrix.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix.hpp; sourceTree = ""; }; - B39828FA29239F4700A82429 /* glm.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = glm.hpp; sourceTree = ""; }; - B39828FB29239F4700A82429 /* trigonometric.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = trigonometric.hpp; sourceTree = ""; }; - B39828FC29239F4700A82429 /* geometric.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = geometric.hpp; sourceTree = ""; }; - B39828FE29239F4700A82429 /* func_exponential.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_exponential.inl; sourceTree = ""; }; - B39828FF29239F4700A82429 /* func_integer_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_integer_simd.inl; sourceTree = ""; }; - B398290029239F4700A82429 /* func_vector_relational.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_vector_relational.inl; sourceTree = ""; }; - B398290129239F4700A82429 /* func_packing.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_packing.inl; sourceTree = ""; }; - B398290229239F4700A82429 /* _fixes.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = _fixes.hpp; sourceTree = ""; }; - B398290329239F4700A82429 /* type_quat.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_quat.inl; sourceTree = ""; }; - B398290429239F4700A82429 /* type_half.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_half.inl; sourceTree = ""; }; - B398290529239F4700A82429 /* func_vector_relational_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_vector_relational_simd.inl; sourceTree = ""; }; - B398290629239F4700A82429 /* qualifier.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = qualifier.hpp; sourceTree = ""; }; - B398290729239F4700A82429 /* func_matrix_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_matrix_simd.inl; sourceTree = ""; }; - B398290829239F4700A82429 /* _noise.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = _noise.hpp; sourceTree = ""; }; - B398290929239F4700A82429 /* type_half.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_half.hpp; sourceTree = ""; }; - B398290A29239F4700A82429 /* _features.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = _features.hpp; sourceTree = ""; }; - B398290B29239F4700A82429 /* func_integer.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_integer.inl; sourceTree = ""; }; - B398290C29239F4700A82429 /* _vectorize.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = _vectorize.hpp; sourceTree = ""; }; - B398290D29239F4700A82429 /* func_geometric.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_geometric.inl; sourceTree = ""; }; - B398290E29239F4700A82429 /* type_quat.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_quat.hpp; sourceTree = ""; }; - B398290F29239F4700A82429 /* func_common.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_common.inl; sourceTree = ""; }; - B398291029239F4700A82429 /* type_quat_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_quat_simd.inl; sourceTree = ""; }; - B398291129239F4700A82429 /* func_trigonometric.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_trigonometric.inl; sourceTree = ""; }; - B398291229239F4700A82429 /* type_mat2x4.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_mat2x4.inl; sourceTree = ""; }; - B398291329239F4700A82429 /* type_mat4x2.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_mat4x2.inl; sourceTree = ""; }; - B398291429239F4700A82429 /* _swizzle.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = _swizzle.hpp; sourceTree = ""; }; - B398291529239F4700A82429 /* type_mat4x3.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_mat4x3.inl; sourceTree = ""; }; - B398291629239F4700A82429 /* func_packing_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_packing_simd.inl; sourceTree = ""; }; - B398291729239F4700A82429 /* type_vec4.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_vec4.inl; sourceTree = ""; }; - B398291829239F4700A82429 /* func_trigonometric_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_trigonometric_simd.inl; sourceTree = ""; }; - B398291929239F4700A82429 /* type_mat3x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_mat3x3.hpp; sourceTree = ""; }; - B398291A29239F4700A82429 /* type_mat3x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_mat3x2.hpp; sourceTree = ""; }; - B398291B29239F4700A82429 /* compute_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = compute_common.hpp; sourceTree = ""; }; - B398291C29239F4700A82429 /* setup.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = setup.hpp; sourceTree = ""; }; - B398291D29239F4700A82429 /* type_mat2x2.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_mat2x2.inl; sourceTree = ""; }; - B398291E29239F4700A82429 /* type_vec1.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_vec1.inl; sourceTree = ""; }; - B398291F29239F4700A82429 /* func_common_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_common_simd.inl; sourceTree = ""; }; - B398292029239F4700A82429 /* type_mat4x4.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_mat4x4.inl; sourceTree = ""; }; - B398292129239F4700A82429 /* func_geometric_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_geometric_simd.inl; sourceTree = ""; }; - B398292229239F4700A82429 /* type_mat2x3.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_mat2x3.inl; sourceTree = ""; }; - B398292329239F4700A82429 /* type_vec2.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_vec2.inl; sourceTree = ""; }; - B398292429239F4700A82429 /* glm.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = glm.cpp; sourceTree = ""; }; - B398292529239F4700A82429 /* type_mat3x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_mat3x4.hpp; sourceTree = ""; }; - B398292629239F4700A82429 /* type_vec3.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_vec3.inl; sourceTree = ""; }; - B398292729239F4700A82429 /* type_mat4x4_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_mat4x4_simd.inl; sourceTree = ""; }; - B398292829239F4700A82429 /* type_mat2x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_mat2x3.hpp; sourceTree = ""; }; - B398292929239F4700A82429 /* type_mat4x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_mat4x4.hpp; sourceTree = ""; }; - B398292A29239F4700A82429 /* func_matrix.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_matrix.inl; sourceTree = ""; }; - B398292B29239F4700A82429 /* type_mat2x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_mat2x2.hpp; sourceTree = ""; }; - B398292C29239F4700A82429 /* type_vec1.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_vec1.hpp; sourceTree = ""; }; - B398292D29239F4700A82429 /* _swizzle_func.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = _swizzle_func.hpp; sourceTree = ""; }; - B398292E29239F4700A82429 /* type_vec3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_vec3.hpp; sourceTree = ""; }; - B398292F29239F4700A82429 /* compute_vector_relational.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = compute_vector_relational.hpp; sourceTree = ""; }; - B398293029239F4700A82429 /* type_vec4_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_vec4_simd.inl; sourceTree = ""; }; - B398293129239F4700A82429 /* type_mat3x4.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_mat3x4.inl; sourceTree = ""; }; - B398293229239F4700A82429 /* func_exponential_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = func_exponential_simd.inl; sourceTree = ""; }; - B398293329239F4700A82429 /* type_vec2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_vec2.hpp; sourceTree = ""; }; - B398293429239F4700A82429 /* type_mat4x3.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_mat4x3.hpp; sourceTree = ""; }; - B398293529239F4700A82429 /* type_mat4x2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_mat4x2.hpp; sourceTree = ""; }; - B398293629239F4700A82429 /* type_float.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_float.hpp; sourceTree = ""; }; - B398293729239F4700A82429 /* type_mat2x4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_mat2x4.hpp; sourceTree = ""; }; - B398293829239F4700A82429 /* type_mat3x2.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_mat3x2.inl; sourceTree = ""; }; - B398293929239F4700A82429 /* type_mat3x3.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_mat3x3.inl; sourceTree = ""; }; - B398293A29239F4700A82429 /* type_vec4.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_vec4.hpp; sourceTree = ""; }; - B398293B29239F4700A82429 /* ext.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ext.hpp; sourceTree = ""; }; - B398293D29239F4700A82429 /* integer.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = integer.hpp; sourceTree = ""; }; - B398293E29239F4700A82429 /* matrix_integer.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_integer.hpp; sourceTree = ""; }; - B398293F29239F4700A82429 /* matrix_inverse.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_inverse.inl; sourceTree = ""; }; - B398294029239F4700A82429 /* quaternion.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = quaternion.inl; sourceTree = ""; }; - B398294129239F4700A82429 /* packing.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = packing.inl; sourceTree = ""; }; - B398294229239F4700A82429 /* matrix_transform.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_transform.inl; sourceTree = ""; }; - B398294329239F4700A82429 /* vec1.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vec1.hpp; sourceTree = ""; }; - B398294429239F4700A82429 /* type_precision.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_precision.inl; sourceTree = ""; }; - B398294529239F4700A82429 /* bitfield.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = bitfield.inl; sourceTree = ""; }; - B398294629239F4700A82429 /* ulp.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ulp.hpp; sourceTree = ""; }; - B398294729239F4700A82429 /* round.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = round.inl; sourceTree = ""; }; - B398294829239F4700A82429 /* packing.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = packing.hpp; sourceTree = ""; }; - B398294929239F4700A82429 /* quaternion_simd.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = quaternion_simd.inl; sourceTree = ""; }; - B398294A29239F4700A82429 /* ulp.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = ulp.inl; sourceTree = ""; }; - B398294B29239F4700A82429 /* round.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = round.hpp; sourceTree = ""; }; - B398294C29239F4700A82429 /* matrix_transform.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_transform.hpp; sourceTree = ""; }; - B398294D29239F4700A82429 /* type_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_precision.hpp; sourceTree = ""; }; - B398294E29239F4700A82429 /* bitfield.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = bitfield.hpp; sourceTree = ""; }; - B398294F29239F4700A82429 /* integer.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = integer.inl; sourceTree = ""; }; - B398295029239F4700A82429 /* quaternion.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion.hpp; sourceTree = ""; }; - B398295129239F4700A82429 /* matrix_inverse.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_inverse.hpp; sourceTree = ""; }; - B398295229239F4700A82429 /* epsilon.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = epsilon.inl; sourceTree = ""; }; - B398295329239F4700A82429 /* random.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = random.hpp; sourceTree = ""; }; - B398295429239F4700A82429 /* matrix_access.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_access.inl; sourceTree = ""; }; - B398295529239F4700A82429 /* type_ptr.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_ptr.hpp; sourceTree = ""; }; - B398295629239F4700A82429 /* reciprocal.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = reciprocal.inl; sourceTree = ""; }; - B398295729239F4700A82429 /* constants.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = constants.hpp; sourceTree = ""; }; - B398295829239F4700A82429 /* color_space.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = color_space.hpp; sourceTree = ""; }; - B398295929239F4700A82429 /* noise.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = noise.hpp; sourceTree = ""; }; - B398295A29239F4700A82429 /* color_space.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = color_space.inl; sourceTree = ""; }; - B398295B29239F4700A82429 /* noise.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = noise.inl; sourceTree = ""; }; - B398295C29239F4700A82429 /* matrix_access.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_access.hpp; sourceTree = ""; }; - B398295D29239F4700A82429 /* random.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = random.inl; sourceTree = ""; }; - B398295E29239F4700A82429 /* epsilon.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = epsilon.hpp; sourceTree = ""; }; - B398295F29239F4700A82429 /* constants.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = constants.inl; sourceTree = ""; }; - B398296029239F4700A82429 /* reciprocal.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = reciprocal.hpp; sourceTree = ""; }; - B398296129239F4700A82429 /* type_ptr.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_ptr.inl; sourceTree = ""; }; - B398296229239F4700A82429 /* type_aligned.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_aligned.hpp; sourceTree = ""; }; - B398296329239F4700A82429 /* common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = common.hpp; sourceTree = ""; }; - B398296529239F4700A82429 /* vector_angle.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_angle.hpp; sourceTree = ""; }; - B398296629239F4700A82429 /* log_base.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = log_base.inl; sourceTree = ""; }; - B398296729239F4700A82429 /* matrix_query.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_query.inl; sourceTree = ""; }; - B398296829239F4700A82429 /* extend.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = extend.inl; sourceTree = ""; }; - B398296929239F4700A82429 /* integer.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = integer.hpp; sourceTree = ""; }; - B398296A29239F4700A82429 /* associated_min_max.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = associated_min_max.inl; sourceTree = ""; }; - B398296B29239F4700A82429 /* matrix_transform_2d.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_transform_2d.inl; sourceTree = ""; }; - B398296C29239F4700A82429 /* hash.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = hash.hpp; sourceTree = ""; }; - B398296D29239F4700A82429 /* rotate_vector.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = rotate_vector.hpp; sourceTree = ""; }; - B398296E29239F4700A82429 /* matrix_interpolation.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_interpolation.hpp; sourceTree = ""; }; - B398296F29239F4700A82429 /* functions.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = functions.hpp; sourceTree = ""; }; - B398297029239F4700A82429 /* quaternion.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = quaternion.inl; sourceTree = ""; }; - B398297129239F4700A82429 /* exterior_product.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = exterior_product.inl; sourceTree = ""; }; - B398297229239F4700A82429 /* gradient_paint.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = gradient_paint.inl; sourceTree = ""; }; - B398297329239F4700A82429 /* string_cast.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = string_cast.hpp; sourceTree = ""; }; - B398297429239F4700A82429 /* color_space_YCoCg.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = color_space_YCoCg.hpp; sourceTree = ""; }; - B398297529239F4700A82429 /* type_trait.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_trait.inl; sourceTree = ""; }; - B398297629239F4700A82429 /* extended_min_max.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = extended_min_max.hpp; sourceTree = ""; }; - B398297729239F4700A82429 /* euler_angles.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = euler_angles.inl; sourceTree = ""; }; - B398297829239F4700A82429 /* fast_square_root.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = fast_square_root.hpp; sourceTree = ""; }; - B398297929239F4700A82429 /* raw_data.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = raw_data.inl; sourceTree = ""; }; - B398297A29239F4700A82429 /* matrix_cross_product.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_cross_product.inl; sourceTree = ""; }; - B398297B29239F4700A82429 /* spline.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = spline.hpp; sourceTree = ""; }; - B398297C29239F4700A82429 /* fast_trigonometry.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = fast_trigonometry.hpp; sourceTree = ""; }; - B398297D29239F4700A82429 /* optimum_pow.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = optimum_pow.inl; sourceTree = ""; }; - B398297E29239F4700A82429 /* dual_quaternion.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = dual_quaternion.hpp; sourceTree = ""; }; - B398297F29239F4700A82429 /* closest_point.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = closest_point.hpp; sourceTree = ""; }; - B398298029239F4700A82429 /* number_precision.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = number_precision.inl; sourceTree = ""; }; - B398298129239F4700A82429 /* mixed_product.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = mixed_product.inl; sourceTree = ""; }; - B398298229239F4700A82429 /* transform.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = transform.inl; sourceTree = ""; }; - B398298329239F4700A82429 /* bit.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = bit.inl; sourceTree = ""; }; - B398298429239F4700A82429 /* io.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = io.inl; sourceTree = ""; }; - B398298529239F4700A82429 /* fast_trigonometry.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = fast_trigonometry.inl; sourceTree = ""; }; - B398298629239F4700A82429 /* optimum_pow.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = optimum_pow.hpp; sourceTree = ""; }; - B398298729239F4700A82429 /* spline.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = spline.inl; sourceTree = ""; }; - B398298829239F4700A82429 /* raw_data.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = raw_data.hpp; sourceTree = ""; }; - B398298929239F4700A82429 /* matrix_cross_product.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_cross_product.hpp; sourceTree = ""; }; - B398298A29239F4700A82429 /* euler_angles.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = euler_angles.hpp; sourceTree = ""; }; - B398298B29239F4700A82429 /* fast_square_root.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = fast_square_root.inl; sourceTree = ""; }; - B398298C29239F4700A82429 /* color_space_YCoCg.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = color_space_YCoCg.inl; sourceTree = ""; }; - B398298D29239F4700A82429 /* type_trait.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_trait.hpp; sourceTree = ""; }; - B398298E29239F4700A82429 /* extended_min_max.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = extended_min_max.inl; sourceTree = ""; }; - B398298F29239F4700A82429 /* io.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = io.hpp; sourceTree = ""; }; - B398299029239F4700A82429 /* float_notmalize.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = float_notmalize.inl; sourceTree = ""; }; - B398299129239F4700A82429 /* transform.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = transform.hpp; sourceTree = ""; }; - B398299229239F4700A82429 /* bit.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = bit.hpp; sourceTree = ""; }; - B398299329239F4700A82429 /* number_precision.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = number_precision.hpp; sourceTree = ""; }; - B398299429239F4700A82429 /* mixed_product.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = mixed_product.hpp; sourceTree = ""; }; - B398299529239F4700A82429 /* closest_point.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = closest_point.inl; sourceTree = ""; }; - B398299629239F4700A82429 /* dual_quaternion.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = dual_quaternion.inl; sourceTree = ""; }; - B398299729239F4700A82429 /* associated_min_max.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = associated_min_max.hpp; sourceTree = ""; }; - B398299829239F4700A82429 /* matrix_transform_2d.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_transform_2d.hpp; sourceTree = ""; }; - B398299929239F4700A82429 /* integer.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = integer.inl; sourceTree = ""; }; - B398299A29239F4700A82429 /* log_base.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = log_base.hpp; sourceTree = ""; }; - B398299B29239F4700A82429 /* matrix_query.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_query.hpp; sourceTree = ""; }; - B398299C29239F4700A82429 /* vector_angle.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = vector_angle.inl; sourceTree = ""; }; - B398299D29239F4700A82429 /* extend.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = extend.hpp; sourceTree = ""; }; - B398299E29239F4700A82429 /* gradient_paint.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = gradient_paint.hpp; sourceTree = ""; }; - B398299F29239F4700A82429 /* quaternion.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = quaternion.hpp; sourceTree = ""; }; - B39829A029239F4700A82429 /* exterior_product.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = exterior_product.hpp; sourceTree = ""; }; - B39829A129239F4700A82429 /* string_cast.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = string_cast.inl; sourceTree = ""; }; - B39829A229239F4700A82429 /* functions.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = functions.inl; sourceTree = ""; }; - B39829A329239F4700A82429 /* rotate_vector.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = rotate_vector.inl; sourceTree = ""; }; - B39829A429239F4700A82429 /* matrix_interpolation.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_interpolation.inl; sourceTree = ""; }; - B39829A529239F4700A82429 /* hash.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = hash.inl; sourceTree = ""; }; - B39829A629239F4700A82429 /* vector_query.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = vector_query.inl; sourceTree = ""; }; - B39829A729239F4700A82429 /* polar_coordinates.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = polar_coordinates.hpp; sourceTree = ""; }; - B39829A829239F4700A82429 /* orthonormalize.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = orthonormalize.inl; sourceTree = ""; }; - B39829A929239F4700A82429 /* component_wise.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = component_wise.inl; sourceTree = ""; }; - B39829AA29239F4700A82429 /* normalize_dot.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = normalize_dot.inl; sourceTree = ""; }; - B39829AB29239F4700A82429 /* std_based_type.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = std_based_type.inl; sourceTree = ""; }; - B39829AC29239F4700A82429 /* matrix_factorisation.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_factorisation.inl; sourceTree = ""; }; - B39829AD29239F4700A82429 /* type_aligned.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = type_aligned.inl; sourceTree = ""; }; - B39829AE29239F4700A82429 /* vec_swizzle.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vec_swizzle.hpp; sourceTree = ""; }; - B39829AF29239F4700A82429 /* projection.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = projection.hpp; sourceTree = ""; }; - B39829B029239F4700A82429 /* compatibility.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = compatibility.inl; sourceTree = ""; }; - B39829B129239F4700A82429 /* scalar_relational.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scalar_relational.hpp; sourceTree = ""; }; - B39829B229239F4700A82429 /* wrap.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = wrap.hpp; sourceTree = ""; }; - B39829B329239F4700A82429 /* rotate_normalized_axis.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = rotate_normalized_axis.inl; sourceTree = ""; }; - B39829B429239F4700A82429 /* texture.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = texture.hpp; sourceTree = ""; }; - B39829B529239F4700A82429 /* color_encoding.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = color_encoding.inl; sourceTree = ""; }; - B39829B629239F4700A82429 /* norm.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = norm.hpp; sourceTree = ""; }; - B39829B729239F4700A82429 /* matrix_major_storage.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_major_storage.inl; sourceTree = ""; }; - B39829B829239F4700A82429 /* matrix_operation.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_operation.inl; sourceTree = ""; }; - B39829B929239F4700A82429 /* color_space.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = color_space.hpp; sourceTree = ""; }; - B39829BA29239F4700A82429 /* normal.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = normal.hpp; sourceTree = ""; }; - B39829BB29239F4700A82429 /* intersect.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = intersect.inl; sourceTree = ""; }; - B39829BC29239F4700A82429 /* perpendicular.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = perpendicular.inl; sourceTree = ""; }; - B39829BD29239F4700A82429 /* easing.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = easing.hpp; sourceTree = ""; }; - B39829BE29239F4700A82429 /* transform2.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = transform2.inl; sourceTree = ""; }; - B39829BF29239F4700A82429 /* matrix_decompose.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_decompose.hpp; sourceTree = ""; }; - B39829C029239F4700A82429 /* fast_exponential.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = fast_exponential.hpp; sourceTree = ""; }; - B39829C129239F4700A82429 /* common.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = common.inl; sourceTree = ""; }; - B39829C229239F4700A82429 /* handed_coordinate_space.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = handed_coordinate_space.hpp; sourceTree = ""; }; - B39829C329239F4700A82429 /* intersect.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = intersect.hpp; sourceTree = ""; }; - B39829C429239F4700A82429 /* perpendicular.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = perpendicular.hpp; sourceTree = ""; }; - B39829C529239F4700A82429 /* easing.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = easing.inl; sourceTree = ""; }; - B39829C629239F4700A82429 /* matrix_operation.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_operation.hpp; sourceTree = ""; }; - B39829C729239F4700A82429 /* color_space.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = color_space.inl; sourceTree = ""; }; - B39829C829239F4700A82429 /* normal.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = normal.inl; sourceTree = ""; }; - B39829C929239F4700A82429 /* color_encoding.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = color_encoding.hpp; sourceTree = ""; }; - B39829CA29239F4700A82429 /* matrix_major_storage.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_major_storage.hpp; sourceTree = ""; }; - B39829CB29239F4700A82429 /* norm.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = norm.inl; sourceTree = ""; }; - B39829CC29239F4700A82429 /* texture.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = texture.inl; sourceTree = ""; }; - B39829CD29239F4700A82429 /* handed_coordinate_space.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = handed_coordinate_space.inl; sourceTree = ""; }; - B39829CE29239F4700A82429 /* common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = common.hpp; sourceTree = ""; }; - B39829CF29239F4700A82429 /* range.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = range.hpp; sourceTree = ""; }; - B39829D029239F4700A82429 /* fast_exponential.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = fast_exponential.inl; sourceTree = ""; }; - B39829D129239F4700A82429 /* transform2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = transform2.hpp; sourceTree = ""; }; - B39829D229239F4700A82429 /* matrix_decompose.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = matrix_decompose.inl; sourceTree = ""; }; - B39829D329239F4700A82429 /* scalar_multiplication.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scalar_multiplication.hpp; sourceTree = ""; }; - B39829D429239F4700A82429 /* std_based_type.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = std_based_type.hpp; sourceTree = ""; }; - B39829D529239F4700A82429 /* matrix_factorisation.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_factorisation.hpp; sourceTree = ""; }; - B39829D629239F4700A82429 /* orthonormalize.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = orthonormalize.hpp; sourceTree = ""; }; - B39829D729239F4700A82429 /* normalize_dot.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = normalize_dot.hpp; sourceTree = ""; }; - B39829D829239F4700A82429 /* component_wise.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = component_wise.hpp; sourceTree = ""; }; - B39829D929239F4700A82429 /* polar_coordinates.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = polar_coordinates.inl; sourceTree = ""; }; - B39829DA29239F4700A82429 /* vector_query.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_query.hpp; sourceTree = ""; }; - B39829DB29239F4700A82429 /* scalar_relational.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = scalar_relational.inl; sourceTree = ""; }; - B39829DC29239F4700A82429 /* wrap.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = wrap.inl; sourceTree = ""; }; - B39829DD29239F4700A82429 /* compatibility.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = compatibility.hpp; sourceTree = ""; }; - B39829DE29239F4700A82429 /* rotate_normalized_axis.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = rotate_normalized_axis.hpp; sourceTree = ""; }; - B39829DF29239F4700A82429 /* projection.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = projection.inl; sourceTree = ""; }; - B39829E029239F4700A82429 /* type_aligned.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = type_aligned.hpp; sourceTree = ""; }; - B39829E229239F4700A82429 /* configure.ac */ = {isa = PBXFileReference; lastKnownFileType = text; path = configure.ac; sourceTree = ""; }; - B39829E329239F4700A82429 /* INSTALL */ = {isa = PBXFileReference; lastKnownFileType = text; path = INSTALL; sourceTree = ""; }; - B39829E429239F4700A82429 /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - B39829E529239F4700A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B39829E629239F4700A82429 /* configure */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = configure; sourceTree = ""; }; - B39829E729239F4700A82429 /* ChangeLog */ = {isa = PBXFileReference; lastKnownFileType = text; path = ChangeLog; sourceTree = ""; }; - B39829E829239F4700A82429 /* AUTHORS */ = {isa = PBXFileReference; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; - B39829EA29239F4700A82429 /* install-sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-sh"; sourceTree = ""; }; - B39829EB29239F4700A82429 /* ltmain.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = ltmain.sh; sourceTree = ""; }; - B39829EC29239F4700A82429 /* ar-lib */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "ar-lib"; sourceTree = ""; }; - B39829ED29239F4700A82429 /* config.guess */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = config.guess; sourceTree = ""; }; - B39829EE29239F4700A82429 /* depcomp */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = depcomp; sourceTree = ""; }; - B39829EF29239F4700A82429 /* missing */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = missing; sourceTree = ""; }; - B39829F029239F4700A82429 /* config.sub */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = config.sub; sourceTree = ""; }; - B39829F129239F4700A82429 /* root-test-driver */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "root-test-driver"; sourceTree = ""; }; - B39829F229239F4700A82429 /* compile */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = compile; sourceTree = ""; }; - B39829F329239F4700A82429 /* test-driver */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "test-driver"; sourceTree = ""; }; - B39829F429239F4700A82429 /* README.ANDROID */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.ANDROID; sourceTree = ""; }; - B39829F529239F4700A82429 /* breakpad.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = breakpad.pc.in; sourceTree = ""; }; - B39829F729239F4700A82429 /* breakpad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = breakpad.png; sourceTree = ""; }; - B39829F829239F4700A82429 /* processor_design.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = processor_design.md; sourceTree = ""; }; - B39829F929239F4700A82429 /* linux_system_calls.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = linux_system_calls.md; sourceTree = ""; }; - B39829FA29239F4700A82429 /* symbol_files.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = symbol_files.md; sourceTree = ""; }; - B39829FB29239F4700A82429 /* sym_upload_v2_protocol.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = sym_upload_v2_protocol.md; sourceTree = ""; }; - B39829FC29239F4700A82429 /* stack_walking.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = stack_walking.md; sourceTree = ""; }; - B39829FD29239F4700A82429 /* getting_started_with_breakpad.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = getting_started_with_breakpad.md; sourceTree = ""; }; - B39829FE29239F4700A82429 /* client_design.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = client_design.md; sourceTree = ""; }; - B39829FF29239F4700A82429 /* breakpad.svg */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = breakpad.svg; sourceTree = ""; }; - B3982A0029239F4700A82429 /* contributing_to_breakpad.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = contributing_to_breakpad.md; sourceTree = ""; }; - B3982A0129239F4700A82429 /* linux_starter_guide.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = linux_starter_guide.md; sourceTree = ""; }; - B3982A0229239F4700A82429 /* linux_core_handler.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = linux_core_handler.md; sourceTree = ""; }; - B3982A0329239F4700A82429 /* exception_handling.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = exception_handling.md; sourceTree = ""; }; - B3982A0429239F4700A82429 /* OWNERS */ = {isa = PBXFileReference; lastKnownFileType = text; path = OWNERS; sourceTree = ""; }; - B3982A0529239F4700A82429 /* mozilla_brown_bag_talk.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = mozilla_brown_bag_talk.md; sourceTree = ""; }; - B3982A0629239F4700A82429 /* windows_client_integration.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = windows_client_integration.md; sourceTree = ""; }; - B3982A0729239F4700A82429 /* mac_breakpad_starter_guide.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = mac_breakpad_starter_guide.md; sourceTree = ""; }; - B3982A0829239F4700A82429 /* codereview.settings */ = {isa = PBXFileReference; lastKnownFileType = text; path = codereview.settings; sourceTree = ""; }; - B3982A0929239F4700A82429 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; - B3982A0A29239F4700A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3982A0B29239F4700A82429 /* appveyor.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = appveyor.yml; sourceTree = ""; }; - B3982A0C29239F4700A82429 /* NEWS */ = {isa = PBXFileReference; lastKnownFileType = text; path = NEWS; sourceTree = ""; }; - B3982A0D29239F4700A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3982A0F29239F4700A82429 /* run-checks.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "run-checks.sh"; sourceTree = ""; }; - B3982A1129239F4700A82429 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - B3982A1329239F4700A82429 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B3982A1429239F4700A82429 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B3982A1529239F4700A82429 /* test_breakpad.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_breakpad.cpp; sourceTree = ""; }; - B3982A1629239F4700A82429 /* common-functions.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "common-functions.sh"; sourceTree = ""; }; - B3982A1729239F4700A82429 /* test-driver */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "test-driver"; sourceTree = ""; }; - B3982A1829239F4700A82429 /* test-shell.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "test-shell.sh"; sourceTree = ""; }; - B3982A1A29239F4700A82429 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B3982A1C29239F4700A82429 /* travis-checkout.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "travis-checkout.sh"; sourceTree = ""; }; - B3982A1D29239F4700A82429 /* travis-build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "travis-build.sh"; sourceTree = ""; }; - B3982A1E29239F4700A82429 /* .clang-format */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".clang-format"; sourceTree = ""; }; - B3982A2029239F4700A82429 /* mistaken-pull-closer.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = "mistaken-pull-closer.yml"; sourceTree = ""; }; - B3982A2129239F4700A82429 /* OWNERS */ = {isa = PBXFileReference; lastKnownFileType = text; path = OWNERS; sourceTree = ""; }; - B3982A2329239F4700A82429 /* ltversion.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ltversion.m4; sourceTree = ""; }; - B3982A2429239F4700A82429 /* libtool.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = libtool.m4; sourceTree = ""; }; - B3982A2529239F4700A82429 /* ltoptions.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ltoptions.m4; sourceTree = ""; }; - B3982A2629239F4700A82429 /* ltsugar.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ltsugar.m4; sourceTree = ""; }; - B3982A2729239F4700A82429 /* ax_append_compile_flags.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_append_compile_flags.m4; sourceTree = ""; }; - B3982A2829239F4700A82429 /* ax_check_define.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_check_define.m4; sourceTree = ""; }; - B3982A2929239F4700A82429 /* ax_check_compile_flag.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_check_compile_flag.m4; sourceTree = ""; }; - B3982A2A29239F4700A82429 /* ax_require_defined.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_require_defined.m4; sourceTree = ""; }; - B3982A2B29239F4700A82429 /* ax_cxx_compile_stdcxx.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_cxx_compile_stdcxx.m4; sourceTree = ""; }; - B3982A2C29239F4700A82429 /* ax_pthread.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_pthread.m4; sourceTree = ""; }; - B3982A2D29239F4700A82429 /* ax_append_flag.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = ax_append_flag.m4; sourceTree = ""; }; - B3982A2E29239F4700A82429 /* lt~obsolete.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = "lt~obsolete.m4"; sourceTree = ""; }; - B3982A2F29239F4700A82429 /* DEPS */ = {isa = PBXFileReference; lastKnownFileType = text; path = DEPS; sourceTree = ""; }; - B3982A3029239F4700A82429 /* Makefile.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.in; sourceTree = ""; }; - B3982A3129239F4700A82429 /* default.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = default.xml; sourceTree = ""; }; - B3982A3229239F4700A82429 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .travis.yml; sourceTree = ""; }; - B3982A3329239F4700A82429 /* aclocal.m4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = aclocal.m4; sourceTree = ""; }; - B3982A3429239F4700A82429 /* breakpad-client.pc.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = "breakpad-client.pc.in"; sourceTree = ""; }; - B3982A3829239F4700A82429 /* deps-to-manifest.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = "deps-to-manifest.py"; sourceTree = ""; }; - B3982A3A29239F4700A82429 /* filter_syms_unittest.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = filter_syms_unittest.py; sourceTree = ""; }; - B3982A3B29239F4700A82429 /* filter_syms.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = filter_syms.py; sourceTree = ""; }; - B3982A3E29239F4700A82429 /* symupload.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = symupload.mm; sourceTree = ""; }; - B3982A4329239F4700A82429 /* arch_constants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = arch_constants.h; sourceTree = ""; }; - B3982A4429239F4700A82429 /* upload_system_symbols.go */ = {isa = PBXFileReference; lastKnownFileType = text; path = upload_system_symbols.go; sourceTree = ""; }; - B3982A4529239F4700A82429 /* arch_reader.go */ = {isa = PBXFileReference; lastKnownFileType = text; path = arch_reader.go; sourceTree = ""; }; - B3982A4729239F4700A82429 /* on_demand_symbol_supplier.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = on_demand_symbol_supplier.mm; sourceTree = ""; }; - B3982A4B29239F4700A82429 /* crash_report.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = crash_report.mm; sourceTree = ""; }; - B3982A4C29239F4700A82429 /* on_demand_symbol_supplier.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = on_demand_symbol_supplier.h; sourceTree = ""; }; - B3982A5129239F4800A82429 /* macho_dump.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = macho_dump.cc; sourceTree = ""; }; - B3982A5229239F4800A82429 /* dump_syms_tool.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_syms_tool.cc; sourceTree = ""; }; - B3982A5329239F4800A82429 /* tools_mac.gypi */ = {isa = PBXFileReference; lastKnownFileType = text; path = tools_mac.gypi; sourceTree = ""; }; - B3982A5629239F4800A82429 /* core_handler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core_handler.cc; sourceTree = ""; }; - B3982A5829239F4800A82429 /* minidump_upload.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_upload.cc; sourceTree = ""; }; - B3982A5929239F4800A82429 /* sym_upload.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sym_upload.cc; sourceTree = ""; }; - B3982A5A29239F4800A82429 /* tools_linux.gypi */ = {isa = PBXFileReference; lastKnownFileType = text; path = tools_linux.gypi; sourceTree = ""; }; - B3982A5C29239F4800A82429 /* minidump_memory_range.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_memory_range.h; sourceTree = ""; }; - B3982A5D29239F4800A82429 /* minidump-2-core.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "minidump-2-core.cc"; sourceTree = ""; }; - B3982A5E29239F4800A82429 /* minidump_memory_range_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_memory_range_unittest.cc; sourceTree = ""; }; - B3982A6029239F4800A82429 /* dump_syms.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_syms.cc; sourceTree = ""; }; - B3982A6229239F4800A82429 /* pid2md.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pid2md.cc; sourceTree = ""; }; - B3982A6429239F4800A82429 /* core2md.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = core2md.cc; sourceTree = ""; }; - B3982A6529239F4800A82429 /* tools.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = tools.gyp; sourceTree = ""; }; - B3982A6829239F4800A82429 /* symupload.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = symupload.cc; sourceTree = ""; }; - B3982A6929239F4800A82429 /* symupload.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = symupload.gyp; sourceTree = ""; }; - B3982A6A29239F4800A82429 /* refresh_binaries.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = refresh_binaries.bat; sourceTree = ""; }; - B3982A6B29239F4800A82429 /* tools_windows.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = tools_windows.gyp; sourceTree = ""; }; - B3982A6D29239F4800A82429 /* ms_symbol_server_converter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ms_symbol_server_converter.h; sourceTree = ""; }; - B3982A6E29239F4800A82429 /* ms_symbol_server_converter.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ms_symbol_server_converter.cc; sourceTree = ""; }; - B3982A6F29239F4800A82429 /* ms_symbol_server_converter.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = ms_symbol_server_converter.gyp; sourceTree = ""; }; - B3982A7129239F4800A82429 /* dump_syms.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = dump_syms.exe; sourceTree = ""; }; - B3982A7229239F4800A82429 /* symupload.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = symupload.exe; sourceTree = ""; }; - B3982A7529239F4800A82429 /* omap_reorder_bbs.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = omap_reorder_bbs.sym; sourceTree = ""; }; - B3982A7629239F4800A82429 /* dump_syms_regtest64.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = dump_syms_regtest64.sym; sourceTree = ""; }; - B3982A7729239F4800A82429 /* omap_stretched.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = omap_stretched.sym; sourceTree = ""; }; - B3982A7829239F4800A82429 /* omap_stretched_filled.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = omap_stretched_filled.sym; sourceTree = ""; }; - B3982A7929239F4800A82429 /* omap_reorder_funcs.pdb */ = {isa = PBXFileReference; lastKnownFileType = file; path = omap_reorder_funcs.pdb; sourceTree = ""; }; - B3982A7A29239F4800A82429 /* dump_syms_regtest.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = dump_syms_regtest.sym; sourceTree = ""; }; - B3982A7B29239F4800A82429 /* pe_only_symbol_test.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = pe_only_symbol_test.dll; sourceTree = ""; }; - B3982A7C29239F4800A82429 /* dump_syms_regtest.pdb */ = {isa = PBXFileReference; lastKnownFileType = file; path = dump_syms_regtest.pdb; sourceTree = ""; }; - B3982A7D29239F4800A82429 /* omap_stretched_filled.pdb */ = {isa = PBXFileReference; lastKnownFileType = file; path = omap_stretched_filled.pdb; sourceTree = ""; }; - B3982A7E29239F4800A82429 /* omap_reorder_funcs.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = omap_reorder_funcs.sym; sourceTree = ""; }; - B3982A7F29239F4800A82429 /* pe_only_symbol_test.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = pe_only_symbol_test.sym; sourceTree = ""; }; - B3982A8029239F4800A82429 /* dump_syms_regtest64.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = dump_syms_regtest64.exe; sourceTree = ""; }; - B3982A8129239F4800A82429 /* omap_stretched.pdb */ = {isa = PBXFileReference; lastKnownFileType = file; path = omap_stretched.pdb; sourceTree = ""; }; - B3982A8229239F4800A82429 /* dump_syms_regtest64.pdb */ = {isa = PBXFileReference; lastKnownFileType = file; path = dump_syms_regtest64.pdb; sourceTree = ""; }; - B3982A8329239F4800A82429 /* dump_syms_regtest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_syms_regtest.cc; sourceTree = ""; }; - B3982A8429239F4800A82429 /* omap_reorder_bbs.pdb */ = {isa = PBXFileReference; lastKnownFileType = file; path = omap_reorder_bbs.pdb; sourceTree = ""; }; - B3982A8529239F4800A82429 /* dump_syms.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = dump_syms.gyp; sourceTree = ""; }; - B3982A8629239F4800A82429 /* dump_syms.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_syms.cc; sourceTree = ""; }; - B3982A8729239F4800A82429 /* run_regtest.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = run_regtest.sh; sourceTree = ""; }; - B3982A8829239F4800A82429 /* dump_syms_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_syms_unittest.cc; sourceTree = ""; }; - B3982A8A29239F4800A82429 /* http_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = http_client.h; sourceTree = ""; }; - B3982A8B29239F4800A82429 /* wininet_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = wininet_client.h; sourceTree = ""; }; - B3982A8C29239F4800A82429 /* http_download.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = http_download.h; sourceTree = ""; }; - B3982A8D29239F4800A82429 /* wininet_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = wininet_client.cc; sourceTree = ""; }; - B3982A8E29239F4800A82429 /* converter.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = converter.gyp; sourceTree = ""; }; - B3982A8F29239F4800A82429 /* winhttp_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = winhttp_client.h; sourceTree = ""; }; - B3982A9029239F4800A82429 /* tokenizer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tokenizer.cc; sourceTree = ""; }; - B3982A9129239F4800A82429 /* tokenizer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tokenizer.h; sourceTree = ""; }; - B3982A9229239F4800A82429 /* escaping.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = escaping.h; sourceTree = ""; }; - B3982A9329239F4800A82429 /* winsymconv_test.cmd */ = {isa = PBXFileReference; lastKnownFileType = text; path = winsymconv_test.cmd; sourceTree = ""; }; - B3982A9429239F4800A82429 /* http_download.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = http_download.cc; sourceTree = ""; }; - B3982A9529239F4800A82429 /* converter.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = converter.cc; sourceTree = ""; }; - B3982A9629239F4800A82429 /* symsrv.yes */ = {isa = PBXFileReference; lastKnownFileType = text; path = symsrv.yes; sourceTree = ""; }; - B3982A9729239F4800A82429 /* missing_symbols_test.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = missing_symbols_test.txt; sourceTree = ""; }; - B3982A9829239F4800A82429 /* winhttp_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = winhttp_client.cc; sourceTree = ""; }; - B3982A9929239F4800A82429 /* winsymconv.cmd */ = {isa = PBXFileReference; lastKnownFileType = text; path = winsymconv.cmd; sourceTree = ""; }; - B3982A9A29239F4800A82429 /* escaping.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = escaping.cc; sourceTree = ""; }; - B3982A9B29239F4800A82429 /* configure.cmd */ = {isa = PBXFileReference; lastKnownFileType = text; path = configure.cmd; sourceTree = ""; }; - B3982A9F29239F4800A82429 /* dump_syms_regtest.stabs */ = {isa = PBXFileReference; lastKnownFileType = text; path = dump_syms_regtest.stabs; sourceTree = ""; }; - B3982AA029239F4800A82429 /* dump_syms_regtest.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = dump_syms_regtest.sym; sourceTree = ""; }; - B3982AA129239F4800A82429 /* dump_syms_regtest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_syms_regtest.cc; sourceTree = ""; }; - B3982AA229239F4800A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B3982AA329239F4800A82429 /* dump_syms.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_syms.cc; sourceTree = ""; }; - B3982AA429239F4800A82429 /* run_regtest.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = run_regtest.sh; sourceTree = ""; }; - B3982AA529239F4800A82429 /* breakpad_googletest_includes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = breakpad_googletest_includes.h; sourceTree = ""; }; - B3982AA729239F4800A82429 /* stackwalker_arm64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_arm64.cc; sourceTree = ""; }; - B3982AA829239F4800A82429 /* fast_source_line_resolver_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fast_source_line_resolver_types.h; sourceTree = ""; }; - B3982AA929239F4800A82429 /* exploitability_linux.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exploitability_linux.cc; sourceTree = ""; }; - B3982AAA29239F4800A82429 /* microdump.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = microdump.cc; sourceTree = ""; }; - B3982AAB29239F4800A82429 /* fast_source_line_resolver.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fast_source_line_resolver.cc; sourceTree = ""; }; - B3982AAC29239F4800A82429 /* address_map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = address_map.h; sourceTree = ""; }; - B3982AAE29239F4800A82429 /* linux_jmp_to_module_not_exe_region.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_jmp_to_module_not_exe_region.dmp; sourceTree = ""; }; - B3982AAF29239F4800A82429 /* read_av_clobber_write.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = read_av_clobber_write.dmp; sourceTree = ""; }; - B3982AB029239F4800A82429 /* null_read_av.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = null_read_av.dmp; sourceTree = ""; }; - B3982AB129239F4800A82429 /* linux_stack_pointer_in_stack_alt_name.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_stack_pointer_in_stack_alt_name.dmp; sourceTree = ""; }; - B3982AB229239F4800A82429 /* module4_bad.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = module4_bad.out; sourceTree = ""; }; - B3982AB329239F4800A82429 /* linux_executable_heap.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_executable_heap.dmp; sourceTree = ""; }; - B3982AB429239F4800A82429 /* minidump2.stackwalk.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = minidump2.stackwalk.out; sourceTree = ""; }; - B3982AB529239F4800A82429 /* test_app.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_app.cc; sourceTree = ""; }; - B3982AB629239F4800A82429 /* linux_inside_module_exe_region1.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_inside_module_exe_region1.dmp; sourceTree = ""; }; - B3982AB729239F4800A82429 /* read_av_non_null.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = read_av_non_null.dmp; sourceTree = ""; }; - B3982AB829239F4800A82429 /* write_av_non_null.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = write_av_non_null.dmp; sourceTree = ""; }; - B3982AB929239F4800A82429 /* ascii_read_av.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = ascii_read_av.dmp; sourceTree = ""; }; - B3982ABA29239F4800A82429 /* linux_inside_module_exe_region2.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_inside_module_exe_region2.dmp; sourceTree = ""; }; - B3982ABB29239F4800A82429 /* linux_null_read_av.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_null_read_av.dmp; sourceTree = ""; }; - B3982ABC29239F4800A82429 /* minidump2.stackwalk.machine_readable.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = minidump2.stackwalk.machine_readable.out; sourceTree = ""; }; - B3982ABD29239F4800A82429 /* read_av_conditional.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = read_av_conditional.dmp; sourceTree = ""; }; - B3982ABE29239F4800A82429 /* exec_av_on_stack.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = exec_av_on_stack.dmp; sourceTree = ""; }; - B3982ABF29239F4800A82429 /* minidump2.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = minidump2.dmp; sourceTree = ""; }; - B3982AC029239F4800A82429 /* linux_divide_by_zero.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_divide_by_zero.dmp; sourceTree = ""; }; - B3982AC129239F4800A82429 /* microdump-arm64.dmp */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump-arm64.dmp"; sourceTree = ""; }; - B3982AC229239F4800A82429 /* null_write_av.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = null_write_av.dmp; sourceTree = ""; }; - B3982AC329239F4800A82429 /* microdump-mips32.dmp */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump-mips32.dmp"; sourceTree = ""; }; - B3982AC429239F4800A82429 /* ascii_write_av.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = ascii_write_av.dmp; sourceTree = ""; }; - B3982AC529239F4800A82429 /* linux_write_to_nonwritable_module.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_write_to_nonwritable_module.dmp; sourceTree = ""; }; - B3982AC629239F4800A82429 /* ascii_read_av_conditional.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = ascii_read_av_conditional.dmp; sourceTree = ""; }; - B3982AC729239F4800A82429 /* ascii_read_av_block_write.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = ascii_read_av_block_write.dmp; sourceTree = ""; }; - B3982AC829239F4800A82429 /* linux_stack_pointer_in_module.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_stack_pointer_in_module.dmp; sourceTree = ""; }; - B3982AC929239F4800A82429 /* linux_overflow.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_overflow.dmp; sourceTree = ""; }; - B3982ACA29239F4800A82429 /* minidump_32bit_crash_addr.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = minidump_32bit_crash_addr.dmp; sourceTree = ""; }; - B3982ACB29239F4800A82429 /* microdump-withcrashreason.dmp */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump-withcrashreason.dmp"; sourceTree = ""; }; - B3982ACC29239F4800A82429 /* ascii_read_av_clobber_write.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = ascii_read_av_clobber_write.dmp; sourceTree = ""; }; - B3982ACD29239F4800A82429 /* linux_stack_pointer_in_stack.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_stack_pointer_in_stack.dmp; sourceTree = ""; }; - B3982ACE29239F4800A82429 /* module3_bad.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = module3_bad.out; sourceTree = ""; }; - B3982ACF29239F4800A82429 /* linux_write_to_nonwritable_region_math.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_write_to_nonwritable_region_math.dmp; sourceTree = ""; }; - B3982AD029239F4800A82429 /* linux_write_to_outside_module.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_write_to_outside_module.dmp; sourceTree = ""; }; - B3982AD129239F4800A82429 /* linux_outside_module.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_outside_module.dmp; sourceTree = ""; }; - B3982AD229239F4800A82429 /* microdump.stackwalk.machine_readable-arm.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump.stackwalk.machine_readable-arm.out"; sourceTree = ""; }; - B3982AD329239F4800A82429 /* linux_write_to_under_4k.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_write_to_under_4k.dmp; sourceTree = ""; }; - B3982AD429239F4800A82429 /* linux_write_to_outside_module_via_math.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_write_to_outside_module_via_math.dmp; sourceTree = ""; }; - B3982AD529239F4800A82429 /* linux_executable_stack.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_executable_stack.dmp; sourceTree = ""; }; - B3982AD629239F4800A82429 /* microdump.stackwalk-arm64.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump.stackwalk-arm64.out"; sourceTree = ""; }; - B3982AD729239F4800A82429 /* linux_inline.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_inline.dmp; sourceTree = ""; }; - B3982AD829239F4800A82429 /* ascii_write_av_arg_to_call.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = ascii_write_av_arg_to_call.dmp; sourceTree = ""; }; - B3982AD929239F4800A82429 /* linux_null_dereference.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_null_dereference.dmp; sourceTree = ""; }; - B3982ADA29239F4800A82429 /* microdump.stackwalk-arm.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump.stackwalk-arm.out"; sourceTree = ""; }; - B3982ADB29239F4800A82429 /* microdump-x86.dmp */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump-x86.dmp"; sourceTree = ""; }; - B3982ADF29239F4800A82429 /* kernel32.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = kernel32.sym; sourceTree = ""; }; - B3982AE229239F4800A82429 /* libgcc_s.so.1.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = libgcc_s.so.1.sym; sourceTree = ""; }; - B3982AE529239F4800A82429 /* test_app.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_app.sym; sourceTree = ""; }; - B3982AE829239F4800A82429 /* overflow.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = overflow.sym; sourceTree = ""; }; - B3982AEB29239F4800A82429 /* null_read_av.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = null_read_av.sym; sourceTree = ""; }; - B3982AEF29239F4800A82429 /* crash_example.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = crash_example.sym; sourceTree = ""; }; - B3982AF129239F4800A82429 /* crash_example.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = crash_example.sym; sourceTree = ""; }; - B3982AF429239F4800A82429 /* breakpad_unittests.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = breakpad_unittests.sym; sourceTree = ""; }; - B3982AF629239F4800A82429 /* breakpad_unittests.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = breakpad_unittests.sym; sourceTree = ""; }; - B3982AF929239F4800A82429 /* linux_inline.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = linux_inline.sym; sourceTree = ""; }; - B3982AFA29239F4800A82429 /* microdump.stackwalk.machine_readable-arm64.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump.stackwalk.machine_readable-arm64.out"; sourceTree = ""; }; - B3982AFB29239F4800A82429 /* microdump-arm.dmp */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump-arm.dmp"; sourceTree = ""; }; - B3982AFC29239F4800A82429 /* linux_stacksmash.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_stacksmash.dmp; sourceTree = ""; }; - B3982AFD29239F4800A82429 /* linux_raise_sigabrt.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_raise_sigabrt.dmp; sourceTree = ""; }; - B3982AFE29239F4800A82429 /* microdump-mips64.dmp */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump-mips64.dmp"; sourceTree = ""; }; - B3982AFF29239F4800A82429 /* stack_exhaustion.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = stack_exhaustion.dmp; sourceTree = ""; }; - B3982B0029239F4800A82429 /* linux_test_app.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_test_app.cc; sourceTree = ""; }; - B3982B0129239F4800A82429 /* ascii_read_av_then_jmp.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = ascii_read_av_then_jmp.dmp; sourceTree = ""; }; - B3982B0229239F4800A82429 /* module2.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = module2.out; sourceTree = ""; }; - B3982B0329239F4800A82429 /* minidump2.dump.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = minidump2.dump.out; sourceTree = ""; }; - B3982B0429239F4800A82429 /* microdump-multiple.dmp */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microdump-multiple.dmp"; sourceTree = ""; }; - B3982B0529239F4800A82429 /* module0.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = module0.out; sourceTree = ""; }; - B3982B0629239F4800A82429 /* ascii_read_av_xchg_write.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = ascii_read_av_xchg_write.dmp; sourceTree = ""; }; - B3982B0729239F4800A82429 /* module1.out */ = {isa = PBXFileReference; lastKnownFileType = text; path = module1.out; sourceTree = ""; }; - B3982B0829239F4800A82429 /* linux_jmp_to_0.dmp */ = {isa = PBXFileReference; lastKnownFileType = file; path = linux_jmp_to_0.dmp; sourceTree = ""; }; - B3982B0929239F4800A82429 /* source_line_resolver_base_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = source_line_resolver_base_types.h; sourceTree = ""; }; - B3982B0A29239F4800A82429 /* synth_minidump.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = synth_minidump.h; sourceTree = ""; }; - B3982B0B29239F4800A82429 /* stackwalker_x86_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_x86_unittest.cc; sourceTree = ""; }; - B3982B0C29239F4800A82429 /* proc_maps_linux_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = proc_maps_linux_unittest.cc; sourceTree = ""; }; - B3982B0D29239F4800A82429 /* static_contained_range_map-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "static_contained_range_map-inl.h"; sourceTree = ""; }; - B3982B0E29239F4800A82429 /* cfi_frame_info.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cfi_frame_info.cc; sourceTree = ""; }; - B3982B0F29239F4800A82429 /* stackwalker_amd64_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_amd64_unittest.cc; sourceTree = ""; }; - B3982B1029239F4800A82429 /* synth_minidump_unittest_data.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = synth_minidump_unittest_data.h; sourceTree = ""; }; - B3982B1129239F4800A82429 /* static_map-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "static_map-inl.h"; sourceTree = ""; }; - B3982B1229239F4800A82429 /* postfix_evaluator_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = postfix_evaluator_unittest.cc; sourceTree = ""; }; - B3982B1329239F4800A82429 /* module_serializer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = module_serializer.cc; sourceTree = ""; }; - B3982B1429239F4800A82429 /* static_map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = static_map.h; sourceTree = ""; }; - B3982B1529239F4800A82429 /* stackwalker_selftest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_selftest.cc; sourceTree = ""; }; - B3982B1629239F4800A82429 /* minidump_stackwalk_machine_readable_test */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = minidump_stackwalk_machine_readable_test; sourceTree = ""; }; - B3982B1729239F4800A82429 /* dump_object.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_object.cc; sourceTree = ""; }; - B3982B1829239F4800A82429 /* minidump.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump.cc; sourceTree = ""; }; - B3982B1929239F4800A82429 /* postfix_evaluator-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "postfix_evaluator-inl.h"; sourceTree = ""; }; - B3982B1B29239F4800A82429 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - B3982B1C29239F4800A82429 /* process_state.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = process_state.proto; sourceTree = ""; }; - B3982B1D29239F4800A82429 /* postfix_evaluator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = postfix_evaluator.h; sourceTree = ""; }; - B3982B1E29239F4800A82429 /* stackwalker_address_list_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_address_list_unittest.cc; sourceTree = ""; }; - B3982B1F29239F4800A82429 /* microdump_stackwalk_machine_readable_test */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = microdump_stackwalk_machine_readable_test; sourceTree = ""; }; - B3982B2029239F4800A82429 /* tokenize.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tokenize.cc; sourceTree = ""; }; - B3982B2129239F4800A82429 /* stackwalker_ppc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker_ppc.h; sourceTree = ""; }; - B3982B2229239F4800A82429 /* map_serializers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = map_serializers.h; sourceTree = ""; }; - B3982B2329239F4800A82429 /* microdump_processor.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = microdump_processor.cc; sourceTree = ""; }; - B3982B2429239F4800A82429 /* stackwalker_ppc64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_ppc64.cc; sourceTree = ""; }; - B3982B2529239F4800A82429 /* convert_old_arm64_context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = convert_old_arm64_context.h; sourceTree = ""; }; - B3982B2629239F4800A82429 /* disassembler_x86.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = disassembler_x86.cc; sourceTree = ""; }; - B3982B2729239F4800A82429 /* microdump_stackwalk_test_vars */ = {isa = PBXFileReference; lastKnownFileType = text; path = microdump_stackwalk_test_vars; sourceTree = ""; }; - B3982B2829239F4800A82429 /* dump_context.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_context.cc; sourceTree = ""; }; - B3982B2929239F4800A82429 /* microdump_processor_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = microdump_processor_unittest.cc; sourceTree = ""; }; - B3982B2A29239F4800A82429 /* exploitability_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exploitability_linux.h; sourceTree = ""; }; - B3982B2B29239F4800A82429 /* basic_code_module.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = basic_code_module.h; sourceTree = ""; }; - B3982B2C29239F4800A82429 /* map_serializers-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "map_serializers-inl.h"; sourceTree = ""; }; - B3982B2D29239F4800A82429 /* contained_range_map_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = contained_range_map_unittest.cc; sourceTree = ""; }; - B3982B2E29239F4800A82429 /* basic_source_line_resolver_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = basic_source_line_resolver_types.h; sourceTree = ""; }; - B3982B2F29239F4800A82429 /* range_map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = range_map.h; sourceTree = ""; }; - B3982B3029239F4800A82429 /* map_serializers_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = map_serializers_unittest.cc; sourceTree = ""; }; - B3982B3129239F4800A82429 /* cfi_frame_info-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "cfi_frame_info-inl.h"; sourceTree = ""; }; - B3982B3229239F4800A82429 /* processor.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = processor.gyp; sourceTree = ""; }; - B3982B3329239F4800A82429 /* basic_code_modules.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = basic_code_modules.h; sourceTree = ""; }; - B3982B3429239F4800A82429 /* stackwalker_mips64_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_mips64_unittest.cc; sourceTree = ""; }; - B3982B3529239F4800A82429 /* static_map_iterator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = static_map_iterator.h; sourceTree = ""; }; - B3982B3629239F4800A82429 /* stackwalker_arm64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker_arm64.h; sourceTree = ""; }; - B3982B3729239F4800A82429 /* tokenize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tokenize.h; sourceTree = ""; }; - B3982B3829239F4800A82429 /* static_range_map_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = static_range_map_unittest.cc; sourceTree = ""; }; - B3982B3929239F4800A82429 /* linked_ptr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = linked_ptr.h; sourceTree = ""; }; - B3982B3A29239F4800A82429 /* synth_minidump_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = synth_minidump_unittest.cc; sourceTree = ""; }; - B3982B3B29239F4800A82429 /* stackwalker_arm_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_arm_unittest.cc; sourceTree = ""; }; - B3982B3C29239F4800A82429 /* pathname_stripper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pathname_stripper.h; sourceTree = ""; }; - B3982B3D29239F4800A82429 /* stackwalker_sparc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_sparc.cc; sourceTree = ""; }; - B3982B3E29239F4800A82429 /* static_contained_range_map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = static_contained_range_map.h; sourceTree = ""; }; - B3982B3F29239F4800A82429 /* stackwalker_unittest_utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker_unittest_utils.h; sourceTree = ""; }; - B3982B4029239F4800A82429 /* module_serializer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = module_serializer.h; sourceTree = ""; }; - B3982B4129239F4800A82429 /* exploitability_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exploitability_unittest.cc; sourceTree = ""; }; - B3982B4229239F4800A82429 /* static_address_map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = static_address_map.h; sourceTree = ""; }; - B3982B4329239F4800A82429 /* stackwalker_selftest_sol.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = stackwalker_selftest_sol.s; sourceTree = ""; }; - B3982B4429239F4800A82429 /* logging.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = logging.h; sourceTree = ""; }; - B3982B4529239F4800A82429 /* minidump_stackwalk_test */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = minidump_stackwalk_test; sourceTree = ""; }; - B3982B4629239F4800A82429 /* process_state.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = process_state.cc; sourceTree = ""; }; - B3982B4729239F4800A82429 /* stackwalker_ppc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_ppc.cc; sourceTree = ""; }; - B3982B4829239F4800A82429 /* exploitability.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exploitability.cc; sourceTree = ""; }; - B3982B4929239F4800A82429 /* simple_symbol_supplier.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = simple_symbol_supplier.cc; sourceTree = ""; }; - B3982B4A29239F4800A82429 /* minidump_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_unittest.cc; sourceTree = ""; }; - B3982B4B29239F4800A82429 /* microdump_stackwalk.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = microdump_stackwalk.cc; sourceTree = ""; }; - B3982B4C29239F4800A82429 /* static_address_map-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "static_address_map-inl.h"; sourceTree = ""; }; - B3982B4D29239F4800A82429 /* static_map_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = static_map_unittest.cc; sourceTree = ""; }; - B3982B4E29239F4800A82429 /* stack_frame_symbolizer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stack_frame_symbolizer.cc; sourceTree = ""; }; - B3982B4F29239F4800A82429 /* static_range_map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = static_range_map.h; sourceTree = ""; }; - B3982B5029239F4800A82429 /* static_range_map-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "static_range_map-inl.h"; sourceTree = ""; }; - B3982B5129239F4800A82429 /* cfi_frame_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cfi_frame_info.h; sourceTree = ""; }; - B3982B5229239F4800A82429 /* static_contained_range_map_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = static_contained_range_map_unittest.cc; sourceTree = ""; }; - B3982B5329239F4800A82429 /* module_factory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = module_factory.h; sourceTree = ""; }; - B3982B5429239F4800A82429 /* simple_symbol_supplier.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = simple_symbol_supplier.h; sourceTree = ""; }; - B3982B5529239F4800A82429 /* static_address_map_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = static_address_map_unittest.cc; sourceTree = ""; }; - B3982B5629239F4800A82429 /* address_map-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "address_map-inl.h"; sourceTree = ""; }; - B3982B5729239F4800A82429 /* module_comparer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = module_comparer.cc; sourceTree = ""; }; - B3982B5829239F4800A82429 /* stackwalker_amd64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_amd64.cc; sourceTree = ""; }; - B3982B5929239F4800A82429 /* exploitability_win.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exploitability_win.cc; sourceTree = ""; }; - B3982B5A29239F4800A82429 /* contained_range_map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = contained_range_map.h; sourceTree = ""; }; - B3982B5B29239F4800A82429 /* pathname_stripper.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pathname_stripper.cc; sourceTree = ""; }; - B3982B5C29239F4800A82429 /* range_map-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "range_map-inl.h"; sourceTree = ""; }; - B3982B5D29239F4800A82429 /* stackwalker_address_list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker_address_list.h; sourceTree = ""; }; - B3982B5E29239F4800A82429 /* module_comparer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = module_comparer.h; sourceTree = ""; }; - B3982B5F29239F4800A82429 /* stackwalker_address_list.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_address_list.cc; sourceTree = ""; }; - B3982B6029239F4800A82429 /* stackwalker_arm.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_arm.cc; sourceTree = ""; }; - B3982B6129239F4800A82429 /* cfi_frame_info_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cfi_frame_info_unittest.cc; sourceTree = ""; }; - B3982B6229239F4800A82429 /* range_map_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = range_map_unittest.cc; sourceTree = ""; }; - B3982B6329239F4800A82429 /* convert_old_arm64_context.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = convert_old_arm64_context.cc; sourceTree = ""; }; - B3982B6429239F4800A82429 /* stackwalker_ppc64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker_ppc64.h; sourceTree = ""; }; - B3982B6529239F4800A82429 /* stack_frame_cpu.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stack_frame_cpu.cc; sourceTree = ""; }; - B3982B6629239F4800A82429 /* minidump_processor.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_processor.cc; sourceTree = ""; }; - B3982B6729239F4800A82429 /* stackwalk_common.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalk_common.cc; sourceTree = ""; }; - B3982B6829239F4800A82429 /* basic_source_line_resolver_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = basic_source_line_resolver_unittest.cc; sourceTree = ""; }; - B3982B6929239F4800A82429 /* exploitability_win.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exploitability_win.h; sourceTree = ""; }; - B3982B6A29239F4800A82429 /* processor_tools.gypi */ = {isa = PBXFileReference; lastKnownFileType = text; path = processor_tools.gypi; sourceTree = ""; }; - B3982B6B29239F4800A82429 /* stackwalker.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker.cc; sourceTree = ""; }; - B3982B6C29239F4800A82429 /* stackwalker_mips.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_mips.cc; sourceTree = ""; }; - B3982B6D29239F4800A82429 /* microdump_stackwalk_test */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = microdump_stackwalk_test; sourceTree = ""; }; - B3982B6E29239F4800A82429 /* symbolic_constants_win.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = symbolic_constants_win.h; sourceTree = ""; }; - B3982B6F29239F4800A82429 /* basic_source_line_resolver.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = basic_source_line_resolver.cc; sourceTree = ""; }; - B3982B7029239F4800A82429 /* minidump_processor_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_processor_unittest.cc; sourceTree = ""; }; - B3982B7129239F4800A82429 /* fast_source_line_resolver_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fast_source_line_resolver_unittest.cc; sourceTree = ""; }; - B3982B7229239F4800A82429 /* range_map_truncate_lower_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = range_map_truncate_lower_unittest.cc; sourceTree = ""; }; - B3982B7329239F4800A82429 /* address_map_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = address_map_unittest.cc; sourceTree = ""; }; - B3982B7429239F4800A82429 /* logging.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = logging.cc; sourceTree = ""; }; - B3982B7529239F4800A82429 /* stackwalker_amd64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker_amd64.h; sourceTree = ""; }; - B3982B7629239F4800A82429 /* source_line_resolver_base.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = source_line_resolver_base.cc; sourceTree = ""; }; - B3982B7729239F4800A82429 /* synth_minidump.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = synth_minidump.cc; sourceTree = ""; }; - B3982B7829239F4800A82429 /* stackwalker_arm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker_arm.h; sourceTree = ""; }; - B3982B7929239F4800A82429 /* symbolic_constants_win.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = symbolic_constants_win.cc; sourceTree = ""; }; - B3982B7A29239F4800A82429 /* minidump_dump_test */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = minidump_dump_test; sourceTree = ""; }; - B3982B7B29239F4800A82429 /* range_map_truncate_upper_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = range_map_truncate_upper_unittest.cc; sourceTree = ""; }; - B3982B7C29239F4800A82429 /* contained_range_map-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "contained_range_map-inl.h"; sourceTree = ""; }; - B3982B7D29239F4800A82429 /* stackwalker_arm64_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_arm64_unittest.cc; sourceTree = ""; }; - B3982B7E29239F4800A82429 /* stackwalker_sparc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker_sparc.h; sourceTree = ""; }; - B3982B7F29239F4800A82429 /* pathname_stripper_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pathname_stripper_unittest.cc; sourceTree = ""; }; - B3982B8029239F4800A82429 /* basic_code_modules.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = basic_code_modules.cc; sourceTree = ""; }; - B3982B8129239F4800A82429 /* proc_maps_linux.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = proc_maps_linux.cc; sourceTree = ""; }; - B3982B8229239F4800A82429 /* simple_serializer-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "simple_serializer-inl.h"; sourceTree = ""; }; - B3982B8329239F4800A82429 /* call_stack.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = call_stack.cc; sourceTree = ""; }; - B3982B8429239F4800A82429 /* static_map_iterator-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "static_map_iterator-inl.h"; sourceTree = ""; }; - B3982B8529239F4800A82429 /* simple_serializer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = simple_serializer.h; sourceTree = ""; }; - B3982B8629239F4800A82429 /* stackwalk_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalk_common.h; sourceTree = ""; }; - B3982B8729239F4800A82429 /* stackwalker_x86.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_x86.cc; sourceTree = ""; }; - B3982B8829239F4800A82429 /* stackwalker_x86.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker_x86.h; sourceTree = ""; }; - B3982B8929239F4800A82429 /* windows_frame_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = windows_frame_info.h; sourceTree = ""; }; - B3982B8A29239F4800A82429 /* disassembler_x86_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = disassembler_x86_unittest.cc; sourceTree = ""; }; - B3982B8B29239F4800A82429 /* stackwalker_mips_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stackwalker_mips_unittest.cc; sourceTree = ""; }; - B3982B8C29239F4800A82429 /* minidump_stackwalk.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_stackwalk.cc; sourceTree = ""; }; - B3982B8D29239F4800A82429 /* stackwalker_mips.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker_mips.h; sourceTree = ""; }; - B3982B8E29239F4800A82429 /* minidump_dump.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_dump.cc; sourceTree = ""; }; - B3982B8F29239F4800A82429 /* disassembler_x86.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = disassembler_x86.h; sourceTree = ""; }; - B3982B9029239F4800A82429 /* config.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = config.h.in; sourceTree = ""; }; - B3982B9229239F4800A82429 /* module_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = module_unittest.cc; sourceTree = ""; }; - B3982B9329239F4800A82429 /* dwarf_cu_to_module_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf_cu_to_module_unittest.cc; sourceTree = ""; }; - B3982B9429239F4800A82429 /* scoped_ptr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scoped_ptr.h; sourceTree = ""; }; - B3982B9529239F4800A82429 /* long_string_dictionary.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = long_string_dictionary.cc; sourceTree = ""; }; - B3982B9729239F4800A82429 /* func-line-pairing.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "func-line-pairing.h"; sourceTree = ""; }; - B3982B9829239F4800A82429 /* test_assembler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_assembler.cc; sourceTree = ""; }; - B3982B9929239F4800A82429 /* common.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = common.gyp; sourceTree = ""; }; - B3982B9A29239F4800A82429 /* module.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = module.cc; sourceTree = ""; }; - B3982B9B29239F4800A82429 /* memory_range_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = memory_range_unittest.cc; sourceTree = ""; }; - B3982B9C29239F4800A82429 /* md5.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = md5.cc; sourceTree = ""; }; - B3982B9D29239F4800A82429 /* long_string_dictionary_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = long_string_dictionary_unittest.cc; sourceTree = ""; }; - B3982B9E29239F4800A82429 /* stabs_to_module.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stabs_to_module.h; sourceTree = ""; }; - B3982B9F29239F4800A82429 /* stdio_wrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stdio_wrapper.h; sourceTree = ""; }; - B3982BA029239F4800A82429 /* convert_UTF.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = convert_UTF.h; sourceTree = ""; }; - B3982BA129239F4800A82429 /* dwarf_cfi_to_module.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf_cfi_to_module.cc; sourceTree = ""; }; - B3982BA229239F4800A82429 /* stabs_reader.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stabs_reader.cc; sourceTree = ""; }; - B3982BA329239F4800A82429 /* dwarf_cfi_to_module_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf_cfi_to_module_unittest.cc; sourceTree = ""; }; - B3982BA429239F4800A82429 /* byte_cursor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = byte_cursor.h; sourceTree = ""; }; - B3982BA529239F4800A82429 /* dwarf_cu_to_module.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dwarf_cu_to_module.h; sourceTree = ""; }; - B3982BA629239F4800A82429 /* string_conversion.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = string_conversion.cc; sourceTree = ""; }; - B3982BA729239F4800A82429 /* simple_string_dictionary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = simple_string_dictionary.h; sourceTree = ""; }; - B3982BA829239F4800A82429 /* convert_UTF.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = convert_UTF.cc; sourceTree = ""; }; - B3982BA929239F4800A82429 /* test_assembler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = test_assembler.h; sourceTree = ""; }; - B3982BAA29239F4800A82429 /* string_conversion_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = string_conversion_unittest.cc; sourceTree = ""; }; - B3982BAB29239F4800A82429 /* symbol_data.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = symbol_data.h; sourceTree = ""; }; - B3982BAC29239F4800A82429 /* dwarf_line_to_module.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf_line_to_module.cc; sourceTree = ""; }; - B3982BAD29239F4800A82429 /* memory_allocator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memory_allocator.h; sourceTree = ""; }; - B3982BAE29239F4800A82429 /* dwarf_cu_to_module.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf_cu_to_module.cc; sourceTree = ""; }; - B3982BAF29239F4800A82429 /* language.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = language.h; sourceTree = ""; }; - B3982BB029239F4800A82429 /* md5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = ""; }; - B3982BB129239F4800A82429 /* stabs_reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stabs_reader.h; sourceTree = ""; }; - B3982BB329239F4800A82429 /* file_utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = file_utils.h; sourceTree = ""; }; - B3982BB429239F4800A82429 /* file_utils.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = file_utils.cc; sourceTree = ""; }; - B3982BB529239F4800A82429 /* auto_tempdir.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = auto_tempdir.h; sourceTree = ""; }; - B3982BB629239F4800A82429 /* path_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = path_helper.h; sourceTree = ""; }; - B3982BB729239F4800A82429 /* using_std_string.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = using_std_string.h; sourceTree = ""; }; - B3982BB829239F4800A82429 /* dwarf_line_to_module.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dwarf_line_to_module.h; sourceTree = ""; }; - B3982BB929239F4800A82429 /* unordered.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = unordered.h; sourceTree = ""; }; - B3982BBA29239F4800A82429 /* path_helper.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = path_helper.cc; sourceTree = ""; }; - B3982BBB29239F4800A82429 /* language.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = language.cc; sourceTree = ""; }; - B3982BBC29239F4800A82429 /* test_assembler_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_assembler_unittest.cc; sourceTree = ""; }; - B3982BBE29239F4800A82429 /* functioninfo.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = functioninfo.cc; sourceTree = ""; }; - B3982BBF29239F4800A82429 /* dwarf2diehandler_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf2diehandler_unittest.cc; sourceTree = ""; }; - B3982BC029239F4800A82429 /* dwarf2diehandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dwarf2diehandler.h; sourceTree = ""; }; - B3982BC129239F4800A82429 /* dwarf2reader_die_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf2reader_die_unittest.cc; sourceTree = ""; }; - B3982BC229239F4800A82429 /* types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; - B3982BC329239F4800A82429 /* bytereader-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "bytereader-inl.h"; sourceTree = ""; }; - B3982BC429239F4800A82429 /* line_state_machine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = line_state_machine.h; sourceTree = ""; }; - B3982BC529239F4800A82429 /* functioninfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = functioninfo.h; sourceTree = ""; }; - B3982BC629239F4800A82429 /* bytereader.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bytereader.cc; sourceTree = ""; }; - B3982BC729239F4800A82429 /* elf_reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf_reader.h; sourceTree = ""; }; - B3982BC829239F4800A82429 /* elf_reader.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = elf_reader.cc; sourceTree = ""; }; - B3982BC929239F4800A82429 /* cfi_assembler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cfi_assembler.h; sourceTree = ""; }; - B3982BCA29239F4800A82429 /* bytereader_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bytereader_unittest.cc; sourceTree = ""; }; - B3982BCB29239F4800A82429 /* dwarf2reader_cfi_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf2reader_cfi_unittest.cc; sourceTree = ""; }; - B3982BCC29239F4800A82429 /* dwarf2reader_lineinfo_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf2reader_lineinfo_unittest.cc; sourceTree = ""; }; - B3982BCD29239F4800A82429 /* dwarf2reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dwarf2reader.h; sourceTree = ""; }; - B3982BCE29239F4800A82429 /* dwarf2enums.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dwarf2enums.h; sourceTree = ""; }; - B3982BCF29239F4800A82429 /* dwarf2reader.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf2reader.cc; sourceTree = ""; }; - B3982BD029239F4800A82429 /* dwarf2reader_splitfunctions_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf2reader_splitfunctions_unittest.cc; sourceTree = ""; }; - B3982BD129239F4800A82429 /* dwarf2reader_test_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dwarf2reader_test_common.h; sourceTree = ""; }; - B3982BD229239F4800A82429 /* dwarf2diehandler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf2diehandler.cc; sourceTree = ""; }; - B3982BD329239F4800A82429 /* cfi_assembler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cfi_assembler.cc; sourceTree = ""; }; - B3982BD429239F4800A82429 /* bytereader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bytereader.h; sourceTree = ""; }; - B3982BD629239F4800A82429 /* BreakpadRelease.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = BreakpadRelease.xcconfig; sourceTree = ""; }; - B3982BD729239F4800A82429 /* macho_walker.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = macho_walker.cc; sourceTree = ""; }; - B3982BD829239F4800A82429 /* encoding_util.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = encoding_util.m; sourceTree = ""; }; - B3982BD929239F4800A82429 /* scoped_task_suspend-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "scoped_task_suspend-inl.h"; sourceTree = ""; }; - B3982BDA29239F4800A82429 /* bootstrap_compat.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bootstrap_compat.cc; sourceTree = ""; }; - B3982BDB29239F4800A82429 /* HTTPPutRequest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HTTPPutRequest.m; sourceTree = ""; }; - B3982BDC29239F4800A82429 /* MachIPC.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = MachIPC.mm; sourceTree = ""; }; - B3982BDD29239F4800A82429 /* SymbolCollectorClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SymbolCollectorClient.h; sourceTree = ""; }; - B3982BDE29239F4800A82429 /* arch_utilities.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = arch_utilities.cc; sourceTree = ""; }; - B3982BDF29239F4800A82429 /* dump_syms.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dump_syms.h; sourceTree = ""; }; - B3982BE029239F4800A82429 /* GTMLogger.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GTMLogger.m; sourceTree = ""; }; - B3982BE129239F4800A82429 /* HTTPSimplePostRequest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HTTPSimplePostRequest.h; sourceTree = ""; }; - B3982BE229239F4800A82429 /* string_utilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = string_utilities.h; sourceTree = ""; }; - B3982BE329239F4800A82429 /* HTTPRequest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HTTPRequest.m; sourceTree = ""; }; - B3982BE429239F4800A82429 /* macho_id.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = macho_id.cc; sourceTree = ""; }; - B3982BE529239F4800A82429 /* launch_reporter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = launch_reporter.h; sourceTree = ""; }; - B3982BE629239F4800A82429 /* file_id.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = file_id.cc; sourceTree = ""; }; - B3982BE729239F4800A82429 /* MachIPC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MachIPC.h; sourceTree = ""; }; - B3982BE829239F4800A82429 /* Breakpad.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Breakpad.xcconfig; sourceTree = ""; }; - B3982BE929239F4800A82429 /* HTTPMultipartUpload.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HTTPMultipartUpload.m; sourceTree = ""; }; - B3982BEA29239F4800A82429 /* HTTPGetRequest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HTTPGetRequest.m; sourceTree = ""; }; - B3982BEB29239F4800A82429 /* macho_utilities.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = macho_utilities.cc; sourceTree = ""; }; - B3982BEC29239F4800A82429 /* HTTPPutRequest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HTTPPutRequest.h; sourceTree = ""; }; - B3982BED29239F4800A82429 /* dump_syms.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_syms.cc; sourceTree = ""; }; - B3982BEE29239F4800A82429 /* launch_reporter.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = launch_reporter.cc; sourceTree = ""; }; - B3982BF029239F4800A82429 /* GTMSenTestCase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GTMSenTestCase.h; sourceTree = ""; }; - B3982BF129239F4800A82429 /* GTMSenTestCase.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GTMSenTestCase.m; sourceTree = ""; }; - B3982BF229239F4800A82429 /* byteswap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = byteswap.h; sourceTree = ""; }; - B3982BF329239F4800A82429 /* encoding_util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = encoding_util.h; sourceTree = ""; }; - B3982BF429239F4800A82429 /* macho_id.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macho_id.h; sourceTree = ""; }; - B3982BF529239F4800A82429 /* bootstrap_compat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bootstrap_compat.h; sourceTree = ""; }; - B3982BF629239F4800A82429 /* GTMLogger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GTMLogger.h; sourceTree = ""; }; - B3982BF729239F4800A82429 /* string_utilities.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = string_utilities.cc; sourceTree = ""; }; - B3982BF829239F4800A82429 /* macho_reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macho_reader.h; sourceTree = ""; }; - B3982BF929239F4800A82429 /* macho_reader_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = macho_reader_unittest.cc; sourceTree = ""; }; - B3982BFA29239F4800A82429 /* macho_walker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macho_walker.h; sourceTree = ""; }; - B3982BFB29239F4800A82429 /* SymbolCollectorClient.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SymbolCollectorClient.m; sourceTree = ""; }; - B3982BFC29239F4800A82429 /* super_fat_arch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = super_fat_arch.h; sourceTree = ""; }; - B3982BFD29239F4800A82429 /* GTMDefines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GTMDefines.h; sourceTree = ""; }; - B3982BFE29239F4800A82429 /* HTTPRequest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HTTPRequest.h; sourceTree = ""; }; - B3982BFF29239F4800A82429 /* macho_reader.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = macho_reader.cc; sourceTree = ""; }; - B3982C0029239F4800A82429 /* HTTPSimplePostRequest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HTTPSimplePostRequest.m; sourceTree = ""; }; - B3982C0129239F4800A82429 /* file_id.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = file_id.h; sourceTree = ""; }; - B3982C0229239F4800A82429 /* macho_utilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macho_utilities.h; sourceTree = ""; }; - B3982C0329239F4800A82429 /* HTTPGetRequest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HTTPGetRequest.h; sourceTree = ""; }; - B3982C0429239F4800A82429 /* arch_utilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = arch_utilities.h; sourceTree = ""; }; - B3982C0529239F4800A82429 /* HTTPMultipartUpload.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HTTPMultipartUpload.h; sourceTree = ""; }; - B3982C0629239F4800A82429 /* BreakpadDebug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = BreakpadDebug.xcconfig; sourceTree = ""; }; - B3982C0729239F4800A82429 /* minidump_upload.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = minidump_upload.m; sourceTree = ""; }; - B3982C0829239F4800A82429 /* minidump_type_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_type_helper.h; sourceTree = ""; }; - B3982C0929239F4800A82429 /* memory_range.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memory_range.h; sourceTree = ""; }; - B3982C0A29239F4800A82429 /* stabs_to_module.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stabs_to_module.cc; sourceTree = ""; }; - B3982C0B29239F4800A82429 /* macros.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macros.h; sourceTree = ""; }; - B3982C0D29239F4800A82429 /* memory_mapped_file.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memory_mapped_file.h; sourceTree = ""; }; - B3982C0E29239F4800A82429 /* libcurl_wrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libcurl_wrapper.h; sourceTree = ""; }; - B3982C0F29239F4800A82429 /* synth_elf.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = synth_elf.cc; sourceTree = ""; }; - B3982C1029239F4800A82429 /* symbol_upload.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = symbol_upload.h; sourceTree = ""; }; - B3982C1129239F4800A82429 /* guid_creator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = guid_creator.h; sourceTree = ""; }; - B3982C1229239F4800A82429 /* elf_gnu_compat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf_gnu_compat.h; sourceTree = ""; }; - B3982C1329239F4800A82429 /* elf_symbols_to_module.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf_symbols_to_module.h; sourceTree = ""; }; - B3982C1429239F4800A82429 /* elfutils-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "elfutils-inl.h"; sourceTree = ""; }; - B3982C1529239F4800A82429 /* dump_symbols.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_symbols.cc; sourceTree = ""; }; - B3982C1629239F4800A82429 /* memory_mapped_file_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = memory_mapped_file_unittest.cc; sourceTree = ""; }; - B3982C1729239F4800A82429 /* safe_readlink.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = safe_readlink.cc; sourceTree = ""; }; - B3982C1929239F4800A82429 /* crash_generator.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generator.cc; sourceTree = ""; }; - B3982C1A29239F4800A82429 /* crash_generator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_generator.h; sourceTree = ""; }; - B3982C1B29239F4800A82429 /* auto_testfile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = auto_testfile.h; sourceTree = ""; }; - B3982C1C29239F4800A82429 /* elfutils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elfutils.h; sourceTree = ""; }; - B3982C1D29239F4800A82429 /* file_id.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = file_id.cc; sourceTree = ""; }; - B3982C1E29239F4800A82429 /* memory_mapped_file.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = memory_mapped_file.cc; sourceTree = ""; }; - B3982C1F29239F4800A82429 /* symbol_collector_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = symbol_collector_client.h; sourceTree = ""; }; - B3982C2029239F4800A82429 /* symbol_collector_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = symbol_collector_client.cc; sourceTree = ""; }; - B3982C2129239F4800A82429 /* breakpad_getcontext_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = breakpad_getcontext_unittest.cc; sourceTree = ""; }; - B3982C2229239F4800A82429 /* symbol_upload.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = symbol_upload.cc; sourceTree = ""; }; - B3982C2329239F4800A82429 /* breakpad_getcontext.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = breakpad_getcontext.S; sourceTree = ""; }; - B3982C2429239F4800A82429 /* elf_core_dump.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf_core_dump.h; sourceTree = ""; }; - B3982C2529239F4800A82429 /* breakpad_getcontext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = breakpad_getcontext.h; sourceTree = ""; }; - B3982C2629239F4800A82429 /* synth_elf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = synth_elf.h; sourceTree = ""; }; - B3982C2729239F4800A82429 /* eintr_wrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = eintr_wrapper.h; sourceTree = ""; }; - B3982C2829239F4800A82429 /* crc32.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crc32.cc; sourceTree = ""; }; - B3982C2929239F4800A82429 /* http_upload.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = http_upload.cc; sourceTree = ""; }; - B3982C2A29239F4800A82429 /* synth_elf_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = synth_elf_unittest.cc; sourceTree = ""; }; - B3982C2B29239F4800A82429 /* google_crashdump_uploader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = google_crashdump_uploader.h; sourceTree = ""; }; - B3982C2C29239F4800A82429 /* elfutils.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = elfutils.cc; sourceTree = ""; }; - B3982C2D29239F4800A82429 /* google_crashdump_uploader_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = google_crashdump_uploader_test.cc; sourceTree = ""; }; - B3982C2E29239F4800A82429 /* dump_symbols_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_symbols_unittest.cc; sourceTree = ""; }; - B3982C2F29239F4800A82429 /* ignore_ret.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ignore_ret.h; sourceTree = ""; }; - B3982C3029239F4800A82429 /* ucontext_constants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ucontext_constants.h; sourceTree = ""; }; - B3982C3129239F4800A82429 /* guid_creator.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = guid_creator.cc; sourceTree = ""; }; - B3982C3229239F4800A82429 /* safe_readlink_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = safe_readlink_unittest.cc; sourceTree = ""; }; - B3982C3329239F4800A82429 /* linux_libc_support.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = linux_libc_support.h; sourceTree = ""; }; - B3982C3429239F4800A82429 /* file_id_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = file_id_unittest.cc; sourceTree = ""; }; - B3982C3529239F4800A82429 /* safe_readlink.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = safe_readlink.h; sourceTree = ""; }; - B3982C3629239F4800A82429 /* linux_libc_support.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_libc_support.cc; sourceTree = ""; }; - B3982C3729239F4800A82429 /* dump_symbols.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dump_symbols.h; sourceTree = ""; }; - B3982C3829239F4800A82429 /* libcurl_wrapper.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = libcurl_wrapper.cc; sourceTree = ""; }; - B3982C3929239F4800A82429 /* elf_core_dump_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = elf_core_dump_unittest.cc; sourceTree = ""; }; - B3982C3A29239F4800A82429 /* file_id.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = file_id.h; sourceTree = ""; }; - B3982C3B29239F4800A82429 /* crc32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crc32.h; sourceTree = ""; }; - B3982C3C29239F4800A82429 /* elf_symbols_to_module.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = elf_symbols_to_module.cc; sourceTree = ""; }; - B3982C3D29239F4900A82429 /* elf_symbols_to_module_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = elf_symbols_to_module_unittest.cc; sourceTree = ""; }; - B3982C3E29239F4900A82429 /* elf_core_dump.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = elf_core_dump.cc; sourceTree = ""; }; - B3982C3F29239F4900A82429 /* linux_libc_support_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_libc_support_unittest.cc; sourceTree = ""; }; - B3982C4029239F4900A82429 /* http_upload.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = http_upload.h; sourceTree = ""; }; - B3982C4129239F4900A82429 /* google_crashdump_uploader.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = google_crashdump_uploader.cc; sourceTree = ""; }; - B3982C4429239F4900A82429 /* stab.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stab.h; sourceTree = ""; }; - B3982C4529239F4900A82429 /* elf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf.h; sourceTree = ""; }; - B3982C4729239F4900A82429 /* procfs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = procfs.h; sourceTree = ""; }; - B3982C4829239F4900A82429 /* user.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = user.h; sourceTree = ""; }; - B3982C4929239F4900A82429 /* link.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = link.h; sourceTree = ""; }; - B3982C4B29239F4900A82429 /* fpregdef.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fpregdef.h; sourceTree = ""; }; - B3982C4C29239F4900A82429 /* asm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = asm.h; sourceTree = ""; }; - B3982C4D29239F4900A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3982C4E29239F4900A82429 /* regdef.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = regdef.h; sourceTree = ""; }; - B3982C5029239F4900A82429 /* pthread_fixes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pthread_fixes.h; sourceTree = ""; }; - B3982C5229239F4900A82429 /* wchar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = wchar.h; sourceTree = ""; }; - B3982C5329239F4900A82429 /* mkdtemp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mkdtemp.h; sourceTree = ""; }; - B3982C5429239F4900A82429 /* stabs_to_module_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stabs_to_module_unittest.cc; sourceTree = ""; }; - B3982C5529239F4900A82429 /* simple_string_dictionary.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = simple_string_dictionary.cc; sourceTree = ""; }; - B3982C5629239F4900A82429 /* basictypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = basictypes.h; sourceTree = ""; }; - B3982C5729239F4900A82429 /* simple_string_dictionary_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = simple_string_dictionary_unittest.cc; sourceTree = ""; }; - B3982C5829239F4900A82429 /* stabs_reader_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stabs_reader_unittest.cc; sourceTree = ""; }; - B3982C5929239F4900A82429 /* dwarf_range_list_handler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dwarf_range_list_handler.h; sourceTree = ""; }; - B3982C5A29239F4900A82429 /* string_conversion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = string_conversion.h; sourceTree = ""; }; - B3982C5B29239F4900A82429 /* dwarf_line_to_module_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf_line_to_module_unittest.cc; sourceTree = ""; }; - B3982C5C29239F4900A82429 /* long_string_dictionary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = long_string_dictionary.h; sourceTree = ""; }; - B3982C5D29239F4900A82429 /* module.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = module.h; sourceTree = ""; }; - B3982C5F29239F4900A82429 /* omap.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = omap.cc; sourceTree = ""; }; - B3982C6029239F4900A82429 /* pdb_source_line_writer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pdb_source_line_writer.h; sourceTree = ""; }; - B3982C6129239F4900A82429 /* omap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = omap.h; sourceTree = ""; }; - B3982C6229239F4900A82429 /* omap_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = omap_unittest.cc; sourceTree = ""; }; - B3982C6329239F4900A82429 /* dia_util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dia_util.h; sourceTree = ""; }; - B3982C6429239F4900A82429 /* pe_util.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pe_util.cc; sourceTree = ""; }; - B3982C6529239F4900A82429 /* string_utils.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = string_utils.cc; sourceTree = ""; }; - B3982C6629239F4900A82429 /* symbol_collector_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = symbol_collector_client.h; sourceTree = ""; }; - B3982C6729239F4900A82429 /* symbol_collector_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = symbol_collector_client.cc; sourceTree = ""; }; - B3982C6829239F4900A82429 /* pe_source_line_writer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pe_source_line_writer.h; sourceTree = ""; }; - B3982C6929239F4900A82429 /* http_upload.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = http_upload.cc; sourceTree = ""; }; - B3982C6A29239F4900A82429 /* pe_source_line_writer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pe_source_line_writer.cc; sourceTree = ""; }; - B3982C6B29239F4900A82429 /* pdb_source_line_writer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pdb_source_line_writer.cc; sourceTree = ""; }; - B3982C6C29239F4900A82429 /* dia_util.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dia_util.cc; sourceTree = ""; }; - B3982C6D29239F4900A82429 /* module_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = module_info.h; sourceTree = ""; }; - B3982C6E29239F4900A82429 /* guid_string.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = guid_string.h; sourceTree = ""; }; - B3982C6F29239F4900A82429 /* common_windows.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = common_windows.gyp; sourceTree = ""; }; - B3982C7029239F4900A82429 /* omap_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = omap_internal.h; sourceTree = ""; }; - B3982C7129239F4900A82429 /* string_utils-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "string_utils-inl.h"; sourceTree = ""; }; - B3982C7229239F4900A82429 /* http_upload.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = http_upload.h; sourceTree = ""; }; - B3982C7329239F4900A82429 /* pe_util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pe_util.h; sourceTree = ""; }; - B3982C7429239F4900A82429 /* guid_string.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = guid_string.cc; sourceTree = ""; }; - B3982C7629239F4900A82429 /* guid_creator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = guid_creator.h; sourceTree = ""; }; - B3982C7729239F4900A82429 /* dump_symbols.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_symbols.cc; sourceTree = ""; }; - B3982C7829239F4900A82429 /* file_id.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = file_id.cc; sourceTree = ""; }; - B3982C7929239F4900A82429 /* guid_creator.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = guid_creator.cc; sourceTree = ""; }; - B3982C7A29239F4900A82429 /* dump_symbols.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dump_symbols.h; sourceTree = ""; }; - B3982C7B29239F4900A82429 /* file_id.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = file_id.h; sourceTree = ""; }; - B3982C7C29239F4900A82429 /* message_output.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = message_output.h; sourceTree = ""; }; - B3982C7D29239F4900A82429 /* dwarf_range_list_handler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dwarf_range_list_handler.cc; sourceTree = ""; }; - B3982C7E29239F4900A82429 /* byte_cursor_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = byte_cursor_unittest.cc; sourceTree = ""; }; - B3982C7F29239F4900A82429 /* memory_allocator_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = memory_allocator_unittest.cc; sourceTree = ""; }; - B3982C8029239F4900A82429 /* dwarf_cfi_to_module.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dwarf_cfi_to_module.h; sourceTree = ""; }; - B3982C8329239F4900A82429 /* README.breakpad */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.breakpad; sourceTree = ""; }; - B3982C8529239F4900A82429 /* elf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf.h; sourceTree = ""; }; - B3982C8629239F4900A82429 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - B3982C8729239F4900A82429 /* VERSION */ = {isa = PBXFileReference; lastKnownFileType = text; path = VERSION; sourceTree = ""; }; - B3982C8829239F4900A82429 /* COPYRIGHT */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYRIGHT; sourceTree = ""; }; - B3982C8A29239F4900A82429 /* ia32_operand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ia32_operand.h; sourceTree = ""; }; - B3982C8B29239F4900A82429 /* libdis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libdis.h; sourceTree = ""; }; - B3982C8C29239F4900A82429 /* x86_format.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x86_format.c; sourceTree = ""; }; - B3982C8D29239F4900A82429 /* ia32_modrm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ia32_modrm.h; sourceTree = ""; }; - B3982C8E29239F4900A82429 /* x86_misc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x86_misc.c; sourceTree = ""; }; - B3982C8F29239F4900A82429 /* ia32_reg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ia32_reg.h; sourceTree = ""; }; - B3982C9229239F4900A82429 /* Makefile-swig */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Makefile-swig"; sourceTree = ""; }; - B3982C9329239F4900A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B3982C9529239F4900A82429 /* Makefile-swig */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Makefile-swig"; sourceTree = ""; }; - B3982C9629239F4900A82429 /* Makefile.PL */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = Makefile.PL; sourceTree = ""; }; - B3982C9729239F4900A82429 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - B3982C9929239F4900A82429 /* Makefile-swig */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Makefile-swig"; sourceTree = ""; }; - B3982C9A29239F4900A82429 /* libdisasm.i */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c.preprocessed; path = libdisasm.i; sourceTree = ""; }; - B3982C9B29239F4900A82429 /* libdisasm_oop.i */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c.preprocessed; path = libdisasm_oop.i; sourceTree = ""; }; - B3982C9D29239F4900A82429 /* Makefile-swig */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Makefile-swig"; sourceTree = ""; }; - B3982C9E29239F4900A82429 /* extconf.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; path = extconf.rb; sourceTree = ""; }; - B3982C9F29239F4900A82429 /* ia32_insn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ia32_insn.h; sourceTree = ""; }; - B3982CA029239F4900A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B3982CA129239F4900A82429 /* README.breakpad */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.breakpad; sourceTree = ""; }; - B3982CA229239F4900A82429 /* x86_operand_list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = x86_operand_list.h; sourceTree = ""; }; - B3982CA329239F4900A82429 /* ia32_settings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ia32_settings.h; sourceTree = ""; }; - B3982CA429239F4900A82429 /* ia32_implicit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ia32_implicit.h; sourceTree = ""; }; - B3982CA529239F4900A82429 /* x86_disasm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x86_disasm.c; sourceTree = ""; }; - B3982CA629239F4900A82429 /* ia32_invariant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ia32_invariant.h; sourceTree = ""; }; - B3982CA729239F4900A82429 /* libdisasm.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = libdisasm.gyp; sourceTree = ""; }; - B3982CA829239F4900A82429 /* x86_imm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = x86_imm.h; sourceTree = ""; }; - B3982CA929239F4900A82429 /* ia32_opcode_tables.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ia32_opcode_tables.h; sourceTree = ""; }; - B3982CAA29239F4900A82429 /* TODO */ = {isa = PBXFileReference; lastKnownFileType = text; path = TODO; sourceTree = ""; }; - B3982CAB29239F4900A82429 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; - B3982CAC29239F4900A82429 /* ia32_modrm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ia32_modrm.c; sourceTree = ""; }; - B3982CAD29239F4900A82429 /* ia32_operand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ia32_operand.c; sourceTree = ""; }; - B3982CAE29239F4900A82429 /* x86_operand_list.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x86_operand_list.c; sourceTree = ""; }; - B3982CAF29239F4900A82429 /* ia32_insn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ia32_insn.c; sourceTree = ""; }; - B3982CB029239F4900A82429 /* ia32_reg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ia32_reg.c; sourceTree = ""; }; - B3982CB129239F4900A82429 /* ia32_implicit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ia32_implicit.c; sourceTree = ""; }; - B3982CB229239F4900A82429 /* qword.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qword.h; sourceTree = ""; }; - B3982CB329239F4900A82429 /* ia32_settings.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ia32_settings.c; sourceTree = ""; }; - B3982CB429239F4900A82429 /* ia32_opcode_tables.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ia32_opcode_tables.c; sourceTree = ""; }; - B3982CB529239F4900A82429 /* x86_imm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x86_imm.c; sourceTree = ""; }; - B3982CB629239F4900A82429 /* ia32_invariant.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ia32_invariant.c; sourceTree = ""; }; - B3982CB729239F4900A82429 /* x86_insn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x86_insn.c; sourceTree = ""; }; - B3982CB929239F4900A82429 /* curlrules.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curlrules.h; sourceTree = ""; }; - B3982CBA29239F4900A82429 /* stdcheaders.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stdcheaders.h; sourceTree = ""; }; - B3982CBB29239F4900A82429 /* types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; - B3982CBC29239F4900A82429 /* COPYING */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; - B3982CBD29239F4900A82429 /* mprintf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mprintf.h; sourceTree = ""; }; - B3982CBE29239F4900A82429 /* easy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = easy.h; sourceTree = ""; }; - B3982CBF29239F4900A82429 /* curl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curl.h; sourceTree = ""; }; - B3982CC029239F4900A82429 /* curlver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curlver.h; sourceTree = ""; }; - B3982CC129239F4900A82429 /* typecheck-gcc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "typecheck-gcc.h"; sourceTree = ""; }; - B3982CC229239F4900A82429 /* multi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = multi.h; sourceTree = ""; }; - B3982CC329239F4900A82429 /* curlbuild.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curlbuild.h; sourceTree = ""; }; - B3982CC729239F4900A82429 /* gflags_completions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gflags_completions.h; sourceTree = ""; }; - B3982CCA29239F4900A82429 /* _types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _types.h; sourceTree = ""; }; - B3982CCB29239F4900A82429 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - B3982CCD29239F4900A82429 /* byte_order.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = byte_order.h; sourceTree = ""; }; - B3982CCF29239F4900A82429 /* machine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = machine.h; sourceTree = ""; }; - B3982CD029239F4900A82429 /* thread_status.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = thread_status.h; sourceTree = ""; }; - B3982CD229239F4900A82429 /* vm_param.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vm_param.h; sourceTree = ""; }; - B3982CD329239F4900A82429 /* boolean.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boolean.h; sourceTree = ""; }; - B3982CD429239F4900A82429 /* vm_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vm_types.h; sourceTree = ""; }; - B3982CD529239F4900A82429 /* vm_prot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vm_prot.h; sourceTree = ""; }; - B3982CD629239F4900A82429 /* boolean.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boolean.h; sourceTree = ""; }; - B3982CD829239F4900A82429 /* thread_state.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = thread_state.h; sourceTree = ""; }; - B3982CD929239F4900A82429 /* thread_status.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = thread_status.h; sourceTree = ""; }; - B3982CDA29239F4900A82429 /* boolean.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boolean.h; sourceTree = ""; }; - B3982CDB29239F4900A82429 /* vm_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vm_types.h; sourceTree = ""; }; - B3982CDD29239F4900A82429 /* nlist.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = nlist.h; sourceTree = ""; }; - B3982CDE29239F4900A82429 /* loader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = loader.h; sourceTree = ""; }; - B3982CDF29239F4900A82429 /* fat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fat.h; sourceTree = ""; }; - B3982CE029239F4900A82429 /* arch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = arch.h; sourceTree = ""; }; - B3982CE229239F4900A82429 /* DIR_METADATA */ = {isa = PBXFileReference; lastKnownFileType = text; path = DIR_METADATA; sourceTree = ""; }; - B3982CE329239F4900A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B3982CE529239F4900A82429 /* getrandom.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = getrandom.c; sourceTree = ""; }; - B3982CE629239F4900A82429 /* sigaction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sigaction.c; sourceTree = ""; }; - B3982CE729239F4900A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B3982CE829239F4900A82429 /* fallocate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fallocate.c; sourceTree = ""; }; - B3982CE929239F4900A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3982CEA29239F4900A82429 /* unlink.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unlink.c; sourceTree = ""; }; - B3982CEB29239F4900A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3982CEC29239F4900A82429 /* sigtimedwait.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sigtimedwait.c; sourceTree = ""; }; - B3982CED29239F4900A82429 /* stat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stat.c; sourceTree = ""; }; - B3982CEE29239F4900A82429 /* lstat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lstat.c; sourceTree = ""; }; - B3982CEF29239F4900A82429 /* test_skel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = test_skel.h; sourceTree = ""; }; - B3982CF029239F4900A82429 /* codereview.settings */ = {isa = PBXFileReference; lastKnownFileType = text; path = codereview.settings; sourceTree = ""; }; - B3982CF129239F4900A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3982CF229239F4900A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3982CF329239F4900A82429 /* linux_syscall_support.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = linux_syscall_support.h; sourceTree = ""; }; - B3982CF429239F4900A82429 /* OWNERS */ = {isa = PBXFileReference; lastKnownFileType = text; path = OWNERS; sourceTree = ""; }; - B3982CF729239F4900A82429 /* stackwalker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stackwalker.h; sourceTree = ""; }; - B3982CF829239F4900A82429 /* stack_frame_symbolizer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stack_frame_symbolizer.h; sourceTree = ""; }; - B3982CF929239F4900A82429 /* minidump.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump.h; sourceTree = ""; }; - B3982CFA29239F4900A82429 /* exception_record.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception_record.h; sourceTree = ""; }; - B3982CFB29239F4900A82429 /* process_result.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = process_result.h; sourceTree = ""; }; - B3982CFC29239F4900A82429 /* source_line_resolver_base.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = source_line_resolver_base.h; sourceTree = ""; }; - B3982CFD29239F4900A82429 /* call_stack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = call_stack.h; sourceTree = ""; }; - B3982CFE29239F4900A82429 /* microdump.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = microdump.h; sourceTree = ""; }; - B3982CFF29239F4900A82429 /* dump_object.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dump_object.h; sourceTree = ""; }; - B3982D0029239F4900A82429 /* exploitability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exploitability.h; sourceTree = ""; }; - B3982D0129239F4900A82429 /* minidump_processor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_processor.h; sourceTree = ""; }; - B3982D0229239F4900A82429 /* process_state.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = process_state.h; sourceTree = ""; }; - B3982D0329239F4900A82429 /* microdump_processor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = microdump_processor.h; sourceTree = ""; }; - B3982D0429239F4900A82429 /* system_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = system_info.h; sourceTree = ""; }; - B3982D0529239F4900A82429 /* memory_region.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memory_region.h; sourceTree = ""; }; - B3982D0629239F4900A82429 /* stack_frame.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stack_frame.h; sourceTree = ""; }; - B3982D0729239F4900A82429 /* dump_context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dump_context.h; sourceTree = ""; }; - B3982D0829239F4900A82429 /* fast_source_line_resolver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fast_source_line_resolver.h; sourceTree = ""; }; - B3982D0929239F4900A82429 /* source_line_resolver_interface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = source_line_resolver_interface.h; sourceTree = ""; }; - B3982D0A29239F4900A82429 /* stack_frame_cpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stack_frame_cpu.h; sourceTree = ""; }; - B3982D0B29239F4900A82429 /* symbol_supplier.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = symbol_supplier.h; sourceTree = ""; }; - B3982D0C29239F4900A82429 /* proc_maps_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = proc_maps_linux.h; sourceTree = ""; }; - B3982D0D29239F4900A82429 /* code_modules.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = code_modules.h; sourceTree = ""; }; - B3982D0E29239F4900A82429 /* code_module.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = code_module.h; sourceTree = ""; }; - B3982D0F29239F4900A82429 /* basic_source_line_resolver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = basic_source_line_resolver.h; sourceTree = ""; }; - B3982D1129239F4900A82429 /* minidump_exception_solaris.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_exception_solaris.h; sourceTree = ""; }; - B3982D1229239F4900A82429 /* minidump_exception_fuchsia.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_exception_fuchsia.h; sourceTree = ""; }; - B3982D1329239F4900A82429 /* minidump_cpu_arm64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_cpu_arm64.h; sourceTree = ""; }; - B3982D1429239F4900A82429 /* minidump_cpu_ppc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_cpu_ppc.h; sourceTree = ""; }; - B3982D1529239F4900A82429 /* minidump_format.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_format.h; sourceTree = ""; }; - B3982D1629239F4900A82429 /* minidump_exception_mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_exception_mac.h; sourceTree = ""; }; - B3982D1729239F4900A82429 /* minidump_cpu_mips.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_cpu_mips.h; sourceTree = ""; }; - B3982D1829239F4900A82429 /* minidump_exception_win32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_exception_win32.h; sourceTree = ""; }; - B3982D1929239F4900A82429 /* minidump_cpu_x86.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_cpu_x86.h; sourceTree = ""; }; - B3982D1A29239F4900A82429 /* minidump_cpu_sparc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_cpu_sparc.h; sourceTree = ""; }; - B3982D1B29239F4900A82429 /* minidump_cpu_amd64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_cpu_amd64.h; sourceTree = ""; }; - B3982D1C29239F4900A82429 /* minidump_cpu_arm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_cpu_arm.h; sourceTree = ""; }; - B3982D1D29239F4900A82429 /* minidump_size.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_size.h; sourceTree = ""; }; - B3982D1E29239F4900A82429 /* minidump_exception_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_exception_linux.h; sourceTree = ""; }; - B3982D1F29239F4900A82429 /* minidump_cpu_ppc64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_cpu_ppc64.h; sourceTree = ""; }; - B3982D2029239F4900A82429 /* breakpad_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = breakpad_types.h; sourceTree = ""; }; - B3982D2129239F4900A82429 /* minidump_exception_ps3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_exception_ps3.h; sourceTree = ""; }; - B3982D2529239F4900A82429 /* BreakpadDefines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BreakpadDefines.h; sourceTree = ""; }; - B3982D2629239F4900A82429 /* minidump_file_writer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_file_writer.cc; sourceTree = ""; }; - B3982D2729239F4900A82429 /* minidump_file_writer-inl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "minidump_file_writer-inl.h"; sourceTree = ""; }; - B3982D2829239F4900A82429 /* minidump_file_writer_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_file_writer_unittest.cc; sourceTree = ""; }; - B3982D2B29239F4900A82429 /* ios_exception_minidump_generator.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ios_exception_minidump_generator.mm; sourceTree = ""; }; - B3982D2C29239F4900A82429 /* ios_exception_minidump_generator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ios_exception_minidump_generator.h; sourceTree = ""; }; - B3982D3029239F4900A82429 /* Breakpad_Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Breakpad_Prefix.pch; sourceTree = ""; }; - B3982D3129239F4900A82429 /* exception_handler_no_mach.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception_handler_no_mach.h; sourceTree = ""; }; - B3982D3229239F4900A82429 /* Breakpad.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Breakpad.mm; sourceTree = ""; }; - B3982D3329239F4900A82429 /* exception_handler_no_mach.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler_no_mach.cc; sourceTree = ""; }; - B3982D3429239F4900A82429 /* Breakpad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Breakpad.h; sourceTree = ""; }; - B3982D3529239F4900A82429 /* BreakpadController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BreakpadController.h; sourceTree = ""; }; - B3982D3629239F4900A82429 /* BreakpadController.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = BreakpadController.mm; sourceTree = ""; }; - B3982D3829239F4900A82429 /* UnitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UnitTests-Info.plist"; sourceTree = ""; }; - B3982D3A29239F4900A82429 /* breakpad_nlist_64.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = breakpad_nlist_64.cc; sourceTree = ""; }; - B3982D3B29239F4900A82429 /* ucontext_compat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ucontext_compat.h; sourceTree = ""; }; - B3982D3C29239F4900A82429 /* minidump_tests64-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "minidump_tests64-Info.plist"; sourceTree = ""; }; - B3982D3D29239F4900A82429 /* protected_memory_allocator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = protected_memory_allocator.h; sourceTree = ""; }; - B3982D3E29239F4900A82429 /* dynamic_images.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dynamic_images.h; sourceTree = ""; }; - B3982D3F29239F4900A82429 /* exception_handler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler.cc; sourceTree = ""; }; - B3982D4029239F4900A82429 /* obj-cTestCases-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "obj-cTestCases-Info.plist"; sourceTree = ""; }; - B3982D4129239F4900A82429 /* minidump_generator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_generator.h; sourceTree = ""; }; - B3982D4229239F4900A82429 /* minidump_generator.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_generator.cc; sourceTree = ""; }; - B3982D4329239F4900A82429 /* mach_vm_compat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mach_vm_compat.h; sourceTree = ""; }; - B3982D4429239F4900A82429 /* breakpad_nlist_64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = breakpad_nlist_64.h; sourceTree = ""; }; - B3982D4829239F4900A82429 /* dynamic_images.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dynamic_images.cc; sourceTree = ""; }; - B3982D4929239F4900A82429 /* protected_memory_allocator.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = protected_memory_allocator.cc; sourceTree = ""; }; - B3982D4A29239F4900A82429 /* exception_handler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception_handler.h; sourceTree = ""; }; - B3982D4C29239F4900A82429 /* dwarftests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = dwarftests.mm; sourceTree = ""; }; - B3982D4E29239F4900A82429 /* dump_syms_dwarf_data */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o"; path = dump_syms_dwarf_data; sourceTree = ""; }; - B3982D4F29239F4900A82429 /* dump_syms_i386_breakpad.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = dump_syms_i386_breakpad.sym; sourceTree = ""; }; - B3982D5029239F4900A82429 /* breakpad_nlist_test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = breakpad_nlist_test.h; sourceTree = ""; }; - B3982D5129239F4900A82429 /* DynamicImagesTests.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DynamicImagesTests.cc; sourceTree = ""; }; - B3982D5229239F4900A82429 /* DynamicImagesTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DynamicImagesTests.h; sourceTree = ""; }; - B3982D5329239F4900A82429 /* dwarftests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dwarftests.h; sourceTree = ""; }; - B3982D5429239F4900A82429 /* breakpad_nlist_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = breakpad_nlist_test.cc; sourceTree = ""; }; - B3982D5529239F4900A82429 /* minidump_tests32-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "minidump_tests32-Info.plist"; sourceTree = ""; }; - B3982D5D29239F4900A82429 /* crashduringload */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = crashduringload; sourceTree = ""; }; - B3982D5E29239F4900A82429 /* Controller.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Controller.m; sourceTree = ""; }; - B3982D6029239F4900A82429 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D6229239F4900A82429 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = ""; }; - B3982D6329239F4900A82429 /* crashInMain */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = crashInMain; sourceTree = ""; }; - B3982D6429239F4900A82429 /* TestClass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TestClass.h; sourceTree = ""; }; - B3982D6529239F4900A82429 /* bomb.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = bomb.icns; sourceTree = ""; }; - B3982D6629239F4900A82429 /* Controller.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Controller.h; sourceTree = ""; }; - B3982D6729239F4900A82429 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - B3982D6829239F4900A82429 /* TestClass.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = TestClass.mm; sourceTree = ""; }; - B3982D6929239F4900A82429 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B3982D6B29239F4900A82429 /* Breakpad_Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Breakpad_Prefix.pch; sourceTree = ""; }; - B3982D6C29239F4900A82429 /* OnDemandServer.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = OnDemandServer.mm; sourceTree = ""; }; - B3982D6D29239F4900A82429 /* Breakpad.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Breakpad.mm; sourceTree = ""; }; - B3982D6E29239F4900A82429 /* Breakpad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Breakpad.h; sourceTree = ""; }; - B3982D6F29239F4900A82429 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B3982D7029239F4900A82429 /* OnDemandServer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OnDemandServer.h; sourceTree = ""; }; - B3982D7329239F4900A82429 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; - B3982D7529239F4900A82429 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D7629239F4900A82429 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = ""; }; - B3982D7729239F4900A82429 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D7829239F4900A82429 /* uploader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = uploader.h; sourceTree = ""; }; - B3982D7929239F4900A82429 /* crash_report_sender.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = crash_report_sender.icns; sourceTree = ""; }; - B3982D7A29239F4900A82429 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = ""; }; - B3982D7B29239F4900A82429 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D7C29239F4900A82429 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; - B3982D7D29239F4900A82429 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D7E29239F4900A82429 /* crash_report_sender-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "crash_report_sender-Info.plist"; sourceTree = ""; }; - B3982D7F29239F4900A82429 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/Localizable.strings; sourceTree = ""; }; - B3982D8029239F4900A82429 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D8129239F4900A82429 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = ""; }; - B3982D8229239F4900A82429 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D8329239F4900A82429 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; - B3982D8429239F4900A82429 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D8529239F4900A82429 /* ReporterIcon.graffle */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = ReporterIcon.graffle; sourceTree = ""; }; - B3982D8629239F4900A82429 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = ""; }; - B3982D8729239F4900A82429 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D8829239F4900A82429 /* crash_report_sender.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = crash_report_sender.m; sourceTree = ""; }; - B3982D8929239F4900A82429 /* Breakpad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Breakpad.xib; sourceTree = ""; }; - B3982D8A29239F4900A82429 /* no */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = no; path = no.lproj/Localizable.strings; sourceTree = ""; }; - B3982D8B29239F4900A82429 /* no */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = no; path = no.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D8C29239F4900A82429 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = ""; }; - B3982D8D29239F4900A82429 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D8E29239F4900A82429 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; - B3982D8F29239F4900A82429 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D9029239F4900A82429 /* uploader.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = uploader.mm; sourceTree = ""; }; - B3982D9129239F4900A82429 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = ""; }; - B3982D9229239F4900A82429 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = ""; }; - B3982D9329239F4900A82429 /* crash_report_sender.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_report_sender.h; sourceTree = ""; }; - B3982D9429239F4900A82429 /* goArrow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = goArrow.png; sourceTree = ""; }; - B3982D9629239F4900A82429 /* testlogging.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = testlogging.h; sourceTree = ""; }; - B3982D9729239F4900A82429 /* crash_generation_server_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_server_test.cc; sourceTree = ""; }; - B3982D9829239F4900A82429 /* spawn_child_process.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = spawn_child_process.h; sourceTree = ""; }; - B3982D9929239F4900A82429 /* exception_handler_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler_test.cc; sourceTree = ""; }; - B3982D9A29239F4900A82429 /* BreakpadFramework_Test.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = BreakpadFramework_Test.mm; sourceTree = ""; }; - B3982D9B29239F4900A82429 /* minidump_generator_test_helper.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_generator_test_helper.cc; sourceTree = ""; }; - B3982D9C29239F4900A82429 /* minidump_generator_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_generator_test.cc; sourceTree = ""; }; - B3982D9E29239F4900A82429 /* crash_generation_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_server.cc; sourceTree = ""; }; - B3982D9F29239F4900A82429 /* crash_generation_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_generation_client.h; sourceTree = ""; }; - B3982DA029239F4900A82429 /* ConfigFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConfigFile.h; sourceTree = ""; }; - B3982DA129239F4900A82429 /* crash_generation_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_client.cc; sourceTree = ""; }; - B3982DA229239F4900A82429 /* InspectorMain.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = InspectorMain.mm; sourceTree = ""; }; - B3982DA329239F4900A82429 /* Inspector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Inspector.h; sourceTree = ""; }; - B3982DA429239F4900A82429 /* client_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = client_info.h; sourceTree = ""; }; - B3982DA529239F4900A82429 /* Inspector.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Inspector.mm; sourceTree = ""; }; - B3982DA629239F4900A82429 /* crash_generation_server.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_generation_server.h; sourceTree = ""; }; - B3982DA729239F4900A82429 /* ConfigFile.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ConfigFile.mm; sourceTree = ""; }; - B3982DAA29239F4900A82429 /* exception_handler_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler_unittest.cc; sourceTree = ""; }; - B3982DAB29239F4900A82429 /* exception_handler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler.cc; sourceTree = ""; }; - B3982DAC29239F4900A82429 /* minidump_descriptor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_descriptor.h; sourceTree = ""; }; - B3982DAD29239F4900A82429 /* minidump_descriptor.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_descriptor.cc; sourceTree = ""; }; - B3982DAE29239F4900A82429 /* microdump_extra_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = microdump_extra_info.h; sourceTree = ""; }; - B3982DAF29239F4900A82429 /* exception_handler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception_handler.h; sourceTree = ""; }; - B3982DB129239F4900A82429 /* proc_cpuinfo_reader_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = proc_cpuinfo_reader_unittest.cc; sourceTree = ""; }; - B3982DB229239F4900A82429 /* cpu_set_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cpu_set_unittest.cc; sourceTree = ""; }; - B3982DB329239F4900A82429 /* cpu_set.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cpu_set.h; sourceTree = ""; }; - B3982DB429239F4900A82429 /* proc_cpuinfo_reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = proc_cpuinfo_reader.h; sourceTree = ""; }; - B3982DB529239F4900A82429 /* minidump_writer_unittest_utils.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_writer_unittest_utils.cc; sourceTree = ""; }; - B3982DB629239F4900A82429 /* linux_dumper_unittest_helper.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_dumper_unittest_helper.cc; sourceTree = ""; }; - B3982DB729239F4900A82429 /* linux_core_dumper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = linux_core_dumper.h; sourceTree = ""; }; - B3982DB829239F4900A82429 /* minidump_writer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_writer.h; sourceTree = ""; }; - B3982DB929239F4900A82429 /* minidump_writer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_writer.cc; sourceTree = ""; }; - B3982DBA29239F4900A82429 /* line_reader_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = line_reader_unittest.cc; sourceTree = ""; }; - B3982DBB29239F4900A82429 /* linux_ptrace_dumper.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_ptrace_dumper.cc; sourceTree = ""; }; - B3982DBC29239F4900A82429 /* linux_ptrace_dumper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = linux_ptrace_dumper.h; sourceTree = ""; }; - B3982DBD29239F4900A82429 /* linux_core_dumper_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_core_dumper_unittest.cc; sourceTree = ""; }; - B3982DBE29239F4900A82429 /* directory_reader_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = directory_reader_unittest.cc; sourceTree = ""; }; - B3982DBF29239F4900A82429 /* linux_core_dumper.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_core_dumper.cc; sourceTree = ""; }; - B3982DC029239F4900A82429 /* minidump_writer_unittest_utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_writer_unittest_utils.h; sourceTree = ""; }; - B3982DC129239F4900A82429 /* linux_ptrace_dumper_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_ptrace_dumper_unittest.cc; sourceTree = ""; }; - B3982DC229239F4900A82429 /* minidump_writer_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_writer_unittest.cc; sourceTree = ""; }; - B3982DC329239F4900A82429 /* linux_dumper.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = linux_dumper.cc; sourceTree = ""; }; - B3982DC429239F4900A82429 /* directory_reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = directory_reader.h; sourceTree = ""; }; - B3982DC529239F4900A82429 /* line_reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = line_reader.h; sourceTree = ""; }; - B3982DC629239F4900A82429 /* linux_dumper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = linux_dumper.h; sourceTree = ""; }; - B3982DC829239F4900A82429 /* google_crash_report_sender.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = google_crash_report_sender.cc; sourceTree = ""; }; - B3982DCA29239F4900A82429 /* raw_context_cpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = raw_context_cpu.h; sourceTree = ""; }; - B3982DCB29239F4900A82429 /* mapping_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mapping_info.h; sourceTree = ""; }; - B3982DCC29239F4900A82429 /* thread_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = thread_info.h; sourceTree = ""; }; - B3982DCD29239F4900A82429 /* thread_info.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = thread_info.cc; sourceTree = ""; }; - B3982DCE29239F4900A82429 /* ucontext_reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ucontext_reader.h; sourceTree = ""; }; - B3982DCF29239F4900A82429 /* ucontext_reader.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ucontext_reader.cc; sourceTree = ""; }; - B3982DD129239F4900A82429 /* crash_generation_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_server.cc; sourceTree = ""; }; - B3982DD229239F4900A82429 /* crash_generation_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_generation_client.h; sourceTree = ""; }; - B3982DD329239F4900A82429 /* crash_generation_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_client.cc; sourceTree = ""; }; - B3982DD429239F4900A82429 /* client_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = client_info.h; sourceTree = ""; }; - B3982DD529239F4900A82429 /* crash_generation_server.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_generation_server.h; sourceTree = ""; }; - B3982DD729239F4900A82429 /* log.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = ""; }; - B3982DD829239F4900A82429 /* log.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = log.cc; sourceTree = ""; }; - B3982DDA29239F4900A82429 /* microdump_writer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = microdump_writer.cc; sourceTree = ""; }; - B3982DDB29239F4900A82429 /* microdump_writer_unittest.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = microdump_writer_unittest.cc; sourceTree = ""; }; - B3982DDC29239F4900A82429 /* microdump_writer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = microdump_writer.h; sourceTree = ""; }; - B3982DDE29239F4900A82429 /* linux-gate-amd.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = "linux-gate-amd.sym"; sourceTree = ""; }; - B3982DDF29239F4900A82429 /* linux-gate-intel.sym */ = {isa = PBXFileReference; lastKnownFileType = text; path = "linux-gate-intel.sym"; sourceTree = ""; }; - B3982DE229239F4900A82429 /* exception_handler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler.cc; sourceTree = ""; }; - B3982DE329239F4900A82429 /* exception_handler.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = exception_handler.gyp; sourceTree = ""; }; - B3982DE429239F4900A82429 /* exception_handler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception_handler.h; sourceTree = ""; }; - B3982DE529239F4900A82429 /* breakpad_client.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = breakpad_client.gyp; sourceTree = ""; }; - B3982DE729239F4900A82429 /* crash_report_sender.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = crash_report_sender.gyp; sourceTree = ""; }; - B3982DE829239F4900A82429 /* crash_report_sender.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_report_sender.cc; sourceTree = ""; }; - B3982DE929239F4900A82429 /* crash_report_sender.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_report_sender.h; sourceTree = ""; }; - B3982DEC29239F4900A82429 /* abstract_class.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = abstract_class.cc; sourceTree = ""; }; - B3982DED29239F4900A82429 /* crash_generation_app.rc */ = {isa = PBXFileReference; lastKnownFileType = text; path = crash_generation_app.rc; sourceTree = ""; }; - B3982DEE29239F4900A82429 /* small.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = small.ico; sourceTree = ""; }; - B3982DEF29239F4900A82429 /* crash_generation_app.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_generation_app.h; sourceTree = ""; }; - B3982DF029239F4900A82429 /* crash_generation_app.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_app.cc; sourceTree = ""; }; - B3982DF129239F4900A82429 /* abstract_class.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = abstract_class.h; sourceTree = ""; }; - B3982DF229239F4900A82429 /* crash_generation_app.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = crash_generation_app.gyp; sourceTree = ""; }; - B3982DF329239F4900A82429 /* resource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = resource.h; sourceTree = ""; }; - B3982DF429239F4900A82429 /* crash_generation_app.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = crash_generation_app.ico; sourceTree = ""; }; - B3982DF629239F4900A82429 /* client_tests.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = client_tests.gyp; sourceTree = ""; }; - B3982DF729239F4900A82429 /* minidump_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_test.cc; sourceTree = ""; }; - B3982DF829239F4900A82429 /* exception_handler_test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception_handler_test.h; sourceTree = ""; }; - B3982DF929239F4900A82429 /* exception_handler_death_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler_death_test.cc; sourceTree = ""; }; - B3982DFA29239F4900A82429 /* dump_analysis.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dump_analysis.cc; sourceTree = ""; }; - B3982DFB29239F4900A82429 /* dump_analysis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dump_analysis.h; sourceTree = ""; }; - B3982DFC29239F4900A82429 /* exception_handler_nesting_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler_nesting_test.cc; sourceTree = ""; }; - B3982DFD29239F4900A82429 /* crash_generation_server_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_server_test.cc; sourceTree = ""; }; - B3982DFE29239F4900A82429 /* exception_handler_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler_test.cc; sourceTree = ""; }; - B3982DFF29239F4900A82429 /* testing.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = testing.gyp; sourceTree = ""; }; - B3982E0129239F4900A82429 /* auto_critical_section.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = auto_critical_section.h; sourceTree = ""; }; - B3982E0229239F4900A82429 /* ipc_protocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ipc_protocol.h; sourceTree = ""; }; - B3982E0429239F4900A82429 /* crash_generation_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_server.cc; sourceTree = ""; }; - B3982E0529239F4900A82429 /* crash_generation_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_generation_client.h; sourceTree = ""; }; - B3982E0629239F4900A82429 /* minidump_generator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_generator.h; sourceTree = ""; }; - B3982E0729239F4900A82429 /* minidump_generator.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_generator.cc; sourceTree = ""; }; - B3982E0829239F4900A82429 /* crash_generation_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_client.cc; sourceTree = ""; }; - B3982E0929239F4900A82429 /* client_info.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = client_info.cc; sourceTree = ""; }; - B3982E0A29239F4900A82429 /* client_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = client_info.h; sourceTree = ""; }; - B3982E0B29239F4900A82429 /* ReadMe.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; - B3982E0C29239F4900A82429 /* crash_generation_server.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_generation_server.h; sourceTree = ""; }; - B3982E0D29239F4900A82429 /* crash_generation.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = crash_generation.gyp; sourceTree = ""; }; - B3982E1029239F4900A82429 /* minidump_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_test.cc; sourceTree = ""; }; - B3982E1129239F4900A82429 /* exception_handler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler.cc; sourceTree = ""; }; - B3982E1229239F4900A82429 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B3982E1329239F4900A82429 /* minidump_generator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_generator.h; sourceTree = ""; }; - B3982E1429239F4900A82429 /* minidump_generator.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_generator.cc; sourceTree = ""; }; - B3982E1529239F4900A82429 /* solaris_lwp.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = solaris_lwp.cc; sourceTree = ""; }; - B3982E1629239F4900A82429 /* exception_handler_test.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler_test.cc; sourceTree = ""; }; - B3982E1729239F4900A82429 /* solaris_lwp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = solaris_lwp.h; sourceTree = ""; }; - B3982E1829239F4900A82429 /* exception_handler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception_handler.h; sourceTree = ""; }; - B3982E1929239F4900A82429 /* minidump_file_writer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_file_writer.h; sourceTree = ""; }; - B3982E1B29239F4900A82429 /* Lzma2Dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Lzma2Dec.c; sourceTree = ""; }; - B3982E1C29239F4900A82429 /* LzHash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzHash.h; sourceTree = ""; }; - B3982E1D29239F4900A82429 /* LzmaEnc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaEnc.c; sourceTree = ""; }; - B3982E1E29239F4900A82429 /* 7zTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zTypes.h; sourceTree = ""; }; - B3982E1F29239F4900A82429 /* Bcj2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Bcj2.c; sourceTree = ""; }; - B3982E2029239F4900A82429 /* Compiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Compiler.h; sourceTree = ""; }; - B3982E2129239F4900A82429 /* LzFind.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzFind.c; sourceTree = ""; }; - B3982E2229239F4900A82429 /* Precomp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Precomp.h; sourceTree = ""; }; - B3982E2329239F4900A82429 /* CpuArch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuArch.h; sourceTree = ""; }; - B3982E2429239F4900A82429 /* Sort.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Sort.c; sourceTree = ""; }; - B3982E2529239F4900A82429 /* 7zCrc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zCrc.h; sourceTree = ""; }; - B3982E2629239F4900A82429 /* Delta.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Delta.h; sourceTree = ""; }; - B3982E2729239F4900A82429 /* Bra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Bra.c; sourceTree = ""; }; - B3982E2829239F4900A82429 /* 7zFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zFile.h; sourceTree = ""; }; - B3982E2929239F4900A82429 /* Bra86.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Bra86.c; sourceTree = ""; }; - B3982E2A29239F4900A82429 /* 7zArcIn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 7zArcIn.c; sourceTree = ""; }; - B3982E2B29239F4900A82429 /* LzmaLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaLib.h; sourceTree = ""; }; - B3982E2C29239F4900A82429 /* 7zBuf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zBuf.h; sourceTree = ""; }; - B3982E2D29239F4900A82429 /* 7z.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7z.h; sourceTree = ""; }; - B3982E2E29239F4900A82429 /* Alloc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Alloc.c; sourceTree = ""; }; - B3982E2F29239F4900A82429 /* LzmaDec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaDec.c; sourceTree = ""; }; - B3982E3029239F4900A82429 /* 7zDec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 7zDec.c; sourceTree = ""; }; - B3982E3129239F4900A82429 /* Lzma86.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Lzma86.h; sourceTree = ""; }; - B3982E3229239F4900A82429 /* LzmaEnc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaEnc.h; sourceTree = ""; }; - B3982E3329239F4900A82429 /* Lzma2Dec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Lzma2Dec.h; sourceTree = ""; }; - B3982E3429239F4900A82429 /* LzFind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzFind.h; sourceTree = ""; }; - B3982E3529239F4900A82429 /* BraIA64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BraIA64.c; sourceTree = ""; }; - B3982E3629239F4900A82429 /* Lzma86Dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Lzma86Dec.c; sourceTree = ""; }; - B3982E3729239F4900A82429 /* 7zStream.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 7zStream.c; sourceTree = ""; }; - B3982E3829239F4900A82429 /* Bcj2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bcj2.h; sourceTree = ""; }; - B3982E3929239F4900A82429 /* Delta.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Delta.c; sourceTree = ""; }; - B3982E3A29239F4900A82429 /* 7zFile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 7zFile.c; sourceTree = ""; }; - B3982E3B29239F4900A82429 /* Bra.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bra.h; sourceTree = ""; }; - B3982E3C29239F4900A82429 /* 7zCrc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 7zCrc.c; sourceTree = ""; }; - B3982E3D29239F4900A82429 /* Sort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sort.h; sourceTree = ""; }; - B3982E3E29239F4900A82429 /* Lzma86Enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Lzma86Enc.c; sourceTree = ""; }; - B3982E3F29239F4A00A82429 /* CpuArch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuArch.c; sourceTree = ""; }; - B3982E4029239F4A00A82429 /* LzmaDec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaDec.h; sourceTree = ""; }; - B3982E4129239F4A00A82429 /* 7zCrcOpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 7zCrcOpt.c; sourceTree = ""; }; - B3982E4229239F4A00A82429 /* Alloc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Alloc.h; sourceTree = ""; }; - B3982E4329239F4A00A82429 /* 7zBuf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 7zBuf.c; sourceTree = ""; }; - B3982E4429239F4A00A82429 /* LzmaLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaLib.c; sourceTree = ""; }; - B3982E4629239F4A00A82429 /* audiobackend_pulseaudio.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_pulseaudio.cpp; sourceTree = ""; }; - B3982E4729239F4A00A82429 /* audiobackend_sdl2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_sdl2.cpp; sourceTree = ""; }; - B3982E4829239F4A00A82429 /* audiobackend_omx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_omx.cpp; sourceTree = ""; }; - B3982E4929239F4A00A82429 /* oslib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = oslib.h; sourceTree = ""; }; - B3982E4A29239F4A00A82429 /* audiobackend_coreaudio.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_coreaudio.cpp; sourceTree = ""; }; - B3982E4B29239F4A00A82429 /* audiostream.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiostream.cpp; sourceTree = ""; }; - B3982E4C29239F4A00A82429 /* host_context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = host_context.h; sourceTree = ""; }; - B3982E4D29239F4A00A82429 /* audiostream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = audiostream.h; sourceTree = ""; }; - B3982E4E29239F4A00A82429 /* oslib.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = oslib.cpp; sourceTree = ""; }; - B3982E4F29239F4A00A82429 /* audiobackend_oboe.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_oboe.cpp; sourceTree = ""; }; - B3982E5029239F4A00A82429 /* directory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = directory.h; sourceTree = ""; }; - B3982E5129239F4A00A82429 /* audiobackend_oss.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_oss.cpp; sourceTree = ""; }; - B3982E5229239F4A00A82429 /* audiobackend_libao.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_libao.cpp; sourceTree = ""; }; - B3982E5329239F4A00A82429 /* audiobackend_directsound.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_directsound.cpp; sourceTree = ""; }; - B3982E5429239F4A00A82429 /* audiobackend_null.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_null.cpp; sourceTree = ""; }; - B3982E5529239F4A00A82429 /* audiobackend_alsa.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_alsa.cpp; sourceTree = ""; }; - B3982E5729239F4A00A82429 /* ConsoleListenerNix.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ConsoleListenerNix.cpp; sourceTree = ""; }; - B3982E5829239F4A00A82429 /* BitSet.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BitSet.h; sourceTree = ""; }; - B3982E5929239F4A00A82429 /* ConsoleListenerWin.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ConsoleListenerWin.cpp; sourceTree = ""; }; - B3982E5A29239F4A00A82429 /* ConsoleListenerDroid.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ConsoleListenerDroid.cpp; sourceTree = ""; }; - B3982E5B29239F4A00A82429 /* ConsoleListener.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConsoleListener.h; sourceTree = ""; }; - B3982E5C29239F4A00A82429 /* StringUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StringUtil.h; sourceTree = ""; }; - B3982E5D29239F4A00A82429 /* Log.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Log.h; sourceTree = ""; }; - B3982E5E29239F4A00A82429 /* LogManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = LogManager.cpp; sourceTree = ""; }; - B3982E5F29239F4A00A82429 /* LogManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LogManager.h; sourceTree = ""; }; - B3982E6229239F4A00A82429 /* egl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = egl.h; sourceTree = ""; }; - B3982E6329239F4A00A82429 /* eglplatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = eglplatform.h; sourceTree = ""; }; - B3982E6429239F4A00A82429 /* khrplatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = khrplatform.h; sourceTree = ""; }; - B3982E6629239F4A00A82429 /* gl2ext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl2ext.h; sourceTree = ""; }; - B3982E6729239F4A00A82429 /* gl3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl3.h; sourceTree = ""; }; - B3982E6829239F4A00A82429 /* gl3platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl3platform.h; sourceTree = ""; }; - B3982E6A29239F4A00A82429 /* gl2ext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl2ext.h; sourceTree = ""; }; - B3982E6B29239F4A00A82429 /* gl2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl2.h; sourceTree = ""; }; - B3982E6C29239F4A00A82429 /* gl2platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl2platform.h; sourceTree = ""; }; - B3982E6E29239F4A00A82429 /* khrplatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = khrplatform.h; sourceTree = ""; }; - B3982E7029239F4A00A82429 /* egl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = egl.h; sourceTree = ""; }; - B3982E7129239F4A00A82429 /* eglext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = eglext.h; sourceTree = ""; }; - B3982E7229239F4A00A82429 /* eglplatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = eglplatform.h; sourceTree = ""; }; - B3982E7429239F4A00A82429 /* vk_layer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_layer.h; sourceTree = ""; }; - B3982E7529239F4A00A82429 /* vk_icd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_icd.h; sourceTree = ""; }; - B3982E7629239F4A00A82429 /* vulkan_vi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_vi.h; sourceTree = ""; }; - B3982E7729239F4A00A82429 /* vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan.h; sourceTree = ""; }; - B3982E7829239F4A00A82429 /* vk_platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_platform.h; sourceTree = ""; }; - B3982E7929239F4A00A82429 /* vulkan.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vulkan.hpp; sourceTree = ""; }; - B3982E7A29239F4A00A82429 /* vulkan_fuchsia.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_fuchsia.h; sourceTree = ""; }; - B3982E7B29239F4A00A82429 /* vulkan_wayland.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_wayland.h; sourceTree = ""; }; - B3982E7C29239F4A00A82429 /* vulkan_win32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_win32.h; sourceTree = ""; }; - B3982E7D29239F4A00A82429 /* vulkan_macos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_macos.h; sourceTree = ""; }; - B3982E7E29239F4A00A82429 /* vulkan_xlib_xrandr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_xlib_xrandr.h; sourceTree = ""; }; - B3982E7F29239F4A00A82429 /* vulkan_xcb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_xcb.h; sourceTree = ""; }; - B3982E8029239F4A00A82429 /* vulkan_ggp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_ggp.h; sourceTree = ""; }; - B3982E8129239F4A00A82429 /* vulkan_xlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_xlib.h; sourceTree = ""; }; - B3982E8229239F4A00A82429 /* vulkan_ios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_ios.h; sourceTree = ""; }; - B3982E8329239F4A00A82429 /* vulkan_core.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_core.h; sourceTree = ""; }; - B3982E8429239F4A00A82429 /* vk_sdk_platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_sdk_platform.h; sourceTree = ""; }; - B3982E8529239F4A00A82429 /* vulkan_android.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_android.h; sourceTree = ""; }; - B3982E8629239F4A00A82429 /* vulkan_metal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_metal.h; sourceTree = ""; }; - B3982E8829239F4A00A82429 /* gl3w.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gl3w.c; sourceTree = ""; }; - B3982E8929239F4A00A82429 /* glext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glext.h; sourceTree = ""; }; - B3982E8A29239F4A00A82429 /* glcorearb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glcorearb.h; sourceTree = ""; }; - B3982E8B29239F4A00A82429 /* gl3w.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl3w.h; sourceTree = ""; }; - B3982E8D29239F4A00A82429 /* gl3w.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gl3w.c; sourceTree = ""; }; - B3982E8E29239F4A00A82429 /* gl3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl3.h; sourceTree = ""; }; - B3982E8F29239F4A00A82429 /* gl3w.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl3w.h; sourceTree = ""; }; - B3982E9129239F4A00A82429 /* gl2ext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl2ext.h; sourceTree = ""; }; - B3982E9229239F4A00A82429 /* gl32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl32.h; sourceTree = ""; }; - B3982E9429239F4A00A82429 /* profiler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = profiler.cpp; sourceTree = ""; }; - B3982E9529239F4A00A82429 /* profiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = profiler.h; sourceTree = ""; }; - B3982E9829239F4A00A82429 /* gui_android.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gui_android.h; sourceTree = ""; }; - B3982E9929239F4A00A82429 /* gui_cheats.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gui_cheats.cpp; sourceTree = ""; }; - B3982E9A29239F4A00A82429 /* sorter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sorter.h; sourceTree = ""; }; - B3982E9B29239F4A00A82429 /* tileclip.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tileclip.h; sourceTree = ""; }; - B3982E9C29239F4A00A82429 /* mainui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mainui.h; sourceTree = ""; }; - B3982E9E29239F4A00A82429 /* glcache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glcache.h; sourceTree = ""; }; - B3982E9F29239F4A00A82429 /* imgui_impl_opengl3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = imgui_impl_opengl3.h; sourceTree = ""; }; - B3982EA029239F4A00A82429 /* quad.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = quad.cpp; sourceTree = ""; }; - B3982EA129239F4A00A82429 /* postprocess.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = postprocess.cpp; sourceTree = ""; }; - B3982EA229239F4A00A82429 /* gldraw.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gldraw.cpp; sourceTree = ""; }; - B3982EA329239F4A00A82429 /* imgui_impl_opengl3.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = imgui_impl_opengl3.cpp; sourceTree = ""; }; - B3982EA429239F4A00A82429 /* postprocess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = postprocess.h; sourceTree = ""; }; - B3982EA529239F4A00A82429 /* gltex.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gltex.cpp; sourceTree = ""; }; - B3982EA629239F4A00A82429 /* gles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gles.h; sourceTree = ""; }; - B3982EA729239F4A00A82429 /* gles.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gles.cpp; sourceTree = ""; }; - B3982EA829239F4A00A82429 /* gui_util.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gui_util.cpp; sourceTree = ""; }; - B3982EA929239F4A00A82429 /* CustomTexture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomTexture.h; sourceTree = ""; }; - B3982EAA29239F4A00A82429 /* gui_android.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gui_android.cpp; sourceTree = ""; }; - B3982EAB29239F4A00A82429 /* game_scanner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = game_scanner.h; sourceTree = ""; }; - B3982EAD29239F4A00A82429 /* d3d_overlay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3d_overlay.h; sourceTree = ""; }; - B3982EAE29239F4A00A82429 /* dxcontext.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dxcontext.cpp; sourceTree = ""; }; - B3982EAF29239F4A00A82429 /* d3d_shaders.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3d_shaders.h; sourceTree = ""; }; - B3982EB029239F4A00A82429 /* d3d_renderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3d_renderer.h; sourceTree = ""; }; - B3982EB129239F4A00A82429 /* d3d_texture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3d_texture.h; sourceTree = ""; }; - B3982EB229239F4A00A82429 /* dxcontext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dxcontext.h; sourceTree = ""; }; - B3982EB329239F4A00A82429 /* comptr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = comptr.h; sourceTree = ""; }; - B3982EB429239F4A00A82429 /* imgui_impl_dx9.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = imgui_impl_dx9.cpp; sourceTree = ""; }; - B3982EB529239F4A00A82429 /* d3d_overlay.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d3d_overlay.cpp; sourceTree = ""; }; - B3982EB629239F4A00A82429 /* d3d_renderer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d3d_renderer.cpp; sourceTree = ""; }; - B3982EB729239F4A00A82429 /* d3d_texture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d3d_texture.cpp; sourceTree = ""; }; - B3982EB829239F4A00A82429 /* imgui_impl_dx9.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = imgui_impl_dx9.h; sourceTree = ""; }; - B3982EB929239F4A00A82429 /* d3d_shaders.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d3d_shaders.cpp; sourceTree = ""; }; - B3982EBA29239F4A00A82429 /* gui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gui.h; sourceTree = ""; }; - B3982EBB29239F4A00A82429 /* TexCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TexCache.h; sourceTree = ""; }; - B3982EBC29239F4A00A82429 /* CustomTexture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CustomTexture.cpp; sourceTree = ""; }; - B3982EBD29239F4A00A82429 /* gui.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gui.cpp; sourceTree = ""; }; - B3982EBE29239F4A00A82429 /* sorter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sorter.cpp; sourceTree = ""; }; - B3982EC029239F4A00A82429 /* utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = ""; }; - B3982EC129239F4A00A82429 /* vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan.h; sourceTree = ""; }; - B3982EC229239F4A00A82429 /* overlay.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = overlay.cpp; sourceTree = ""; }; - B3982EC329239F4A00A82429 /* compiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = compiler.h; sourceTree = ""; }; - B3982EC429239F4A00A82429 /* commandpool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = commandpool.h; sourceTree = ""; }; - B3982EC529239F4A00A82429 /* compiler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = compiler.cpp; sourceTree = ""; }; - B3982EC629239F4A00A82429 /* quad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = quad.h; sourceTree = ""; }; - B3982EC729239F4A00A82429 /* vk_context_lr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_context_lr.h; sourceTree = ""; }; - B3982EC829239F4A00A82429 /* vulkan_context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_context.h; sourceTree = ""; }; - B3982EC929239F4A00A82429 /* overlay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = overlay.h; sourceTree = ""; }; - B3982ECA29239F4A00A82429 /* texture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = texture.cpp; sourceTree = ""; }; - B3982ECB29239F4A00A82429 /* quad.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = quad.cpp; sourceTree = ""; }; - B3982ECC29239F4A00A82429 /* shaders.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shaders.h; sourceTree = ""; }; - B3982ECD29239F4A00A82429 /* pipeline.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pipeline.cpp; sourceTree = ""; }; - B3982ECE29239F4A00A82429 /* shaders.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = shaders.cpp; sourceTree = ""; }; - B3982ED029239F4A00A82429 /* oit_shaders.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = oit_shaders.cpp; sourceTree = ""; }; - B3982ED129239F4A00A82429 /* oit_pipeline.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = oit_pipeline.cpp; sourceTree = ""; }; - B3982ED229239F4A00A82429 /* oit_renderpass.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = oit_renderpass.cpp; sourceTree = ""; }; - B3982ED329239F4A00A82429 /* oit_renderpass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = oit_renderpass.h; sourceTree = ""; }; - B3982ED429239F4A00A82429 /* oit_drawer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = oit_drawer.cpp; sourceTree = ""; }; - B3982ED529239F4A00A82429 /* oit_shaders.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = oit_shaders.h; sourceTree = ""; }; - B3982ED629239F4A00A82429 /* oit_renderer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = oit_renderer.cpp; sourceTree = ""; }; - B3982ED729239F4A00A82429 /* oit_drawer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = oit_drawer.h; sourceTree = ""; }; - B3982ED829239F4A00A82429 /* oit_buffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = oit_buffer.h; sourceTree = ""; }; - B3982ED929239F4A00A82429 /* oit_pipeline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = oit_pipeline.h; sourceTree = ""; }; - B3982EDA29239F4A00A82429 /* buffer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = buffer.cpp; sourceTree = ""; }; - B3982EDB29239F4A00A82429 /* buffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = buffer.h; sourceTree = ""; }; - B3982EDC29239F4A00A82429 /* vmallocator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vmallocator.cpp; sourceTree = ""; }; - B3982EDD29239F4A00A82429 /* vk_mem_alloc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_mem_alloc.h; sourceTree = ""; }; - B3982EDE29239F4A00A82429 /* vk_context_lr.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vk_context_lr.cpp; sourceTree = ""; }; - B3982EDF29239F4A00A82429 /* drawer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = drawer.cpp; sourceTree = ""; }; - B3982EE029239F4A00A82429 /* vulkan_context.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vulkan_context.cpp; sourceTree = ""; }; - B3982EE129239F4A00A82429 /* vmallocator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vmallocator.h; sourceTree = ""; }; - B3982EE229239F4A00A82429 /* pipeline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pipeline.h; sourceTree = ""; }; - B3982EE329239F4A00A82429 /* texture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = texture.h; sourceTree = ""; }; - B3982EE429239F4A00A82429 /* imgui_impl_vulkan.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = imgui_impl_vulkan.cpp; sourceTree = ""; }; - B3982EE529239F4A00A82429 /* vulkan_renderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_renderer.h; sourceTree = ""; }; - B3982EE629239F4A00A82429 /* vulkan_renderer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vulkan_renderer.cpp; sourceTree = ""; }; - B3982EE729239F4A00A82429 /* imgui_impl_vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = imgui_impl_vulkan.h; sourceTree = ""; }; - B3982EE829239F4A00A82429 /* drawer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = drawer.h; sourceTree = ""; }; - B3982EEA29239F4A00A82429 /* norend.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = norend.cpp; sourceTree = ""; }; - B3982EEB29239F4A00A82429 /* TexCache.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TexCache.cpp; sourceTree = ""; }; - B3982EEC29239F4A00A82429 /* transform_matrix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = transform_matrix.h; sourceTree = ""; }; - B3982EED29239F4A00A82429 /* mainui.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = mainui.cpp; sourceTree = ""; }; - B3982EEE29239F4A00A82429 /* shader_util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shader_util.h; sourceTree = ""; }; - B3982EEF29239F4A00A82429 /* osd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = osd.h; sourceTree = ""; }; - B3982EF029239F4A00A82429 /* gui_util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gui_util.h; sourceTree = ""; }; - B3982EF229239F4A00A82429 /* gldraw.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gldraw.cpp; sourceTree = ""; }; - B3982EF329239F4A00A82429 /* abuffer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = abuffer.cpp; sourceTree = ""; }; - B3982EF429239F4A00A82429 /* gl4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl4.h; sourceTree = ""; }; - B3982EF529239F4A00A82429 /* gles.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gles.cpp; sourceTree = ""; }; - B3982EF629239F4A00A82429 /* glsl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsl.h; sourceTree = ""; }; - B3982EF729239F4A00A82429 /* osd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = osd.cpp; sourceTree = ""; }; - B3982EF929239F4A00A82429 /* xinput_gamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xinput_gamepad.h; sourceTree = ""; }; - B3982EFA29239F4A00A82429 /* win_keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = win_keyboard.h; sourceTree = ""; }; - B3982EFB29239F4A00A82429 /* unwind_info.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = unwind_info.cpp; sourceTree = ""; }; - B3982EFC29239F4A00A82429 /* rawinput.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = rawinput.cpp; sourceTree = ""; }; - B3982EFD29239F4A00A82429 /* winmain.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = winmain.cpp; sourceTree = ""; }; - B3982EFE29239F4A00A82429 /* fault_handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fault_handler.cpp; sourceTree = ""; }; - B3982EFF29239F4A00A82429 /* rawinput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rawinput.h; sourceTree = ""; }; - B3982F0029239F4A00A82429 /* win_vmem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = win_vmem.cpp; sourceTree = ""; }; - B3982F0229239F4A00A82429 /* rec_cpp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = rec_cpp.cpp; sourceTree = ""; }; - B3982F0429239F4A00A82429 /* rec_x86.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rec_x86.h; sourceTree = ""; }; - B3982F0529239F4A00A82429 /* x86_regalloc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = x86_regalloc.h; sourceTree = ""; }; - B3982F0629239F4A00A82429 /* rec_x86.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = rec_x86.cpp; sourceTree = ""; }; - B3982F0729239F4A00A82429 /* x86_ops.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = x86_ops.cpp; sourceTree = ""; }; - B3982F0929239F4A00A82429 /* x11_keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = x11_keyboard.h; sourceTree = ""; }; - B3982F0A29239F4A00A82429 /* x11.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = x11.cpp; sourceTree = ""; }; - B3982F0B29239F4A00A82429 /* dispmanx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dispmanx.cpp; sourceTree = ""; }; - B3982F0C29239F4A00A82429 /* icon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = icon.h; sourceTree = ""; }; - B3982F0D29239F4A00A82429 /* joystick.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = joystick.h; sourceTree = ""; }; - B3982F0E29239F4A00A82429 /* x11.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = x11.h; sourceTree = ""; }; - B3982F0F29239F4A00A82429 /* dispmanx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dispmanx.h; sourceTree = ""; }; - B3982F1029239F4A00A82429 /* evdev.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = evdev.h; sourceTree = ""; }; - B3982F1129239F4A00A82429 /* joystick.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = joystick.cpp; sourceTree = ""; }; - B3982F1229239F4A00A82429 /* evdev_gamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = evdev_gamepad.h; sourceTree = ""; }; - B3982F1329239F4A00A82429 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; - B3982F1429239F4A00A82429 /* evdev.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = evdev.cpp; sourceTree = ""; }; - B3982F1629239F4A00A82429 /* gdb_server.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gdb_server.h; sourceTree = ""; }; - B3982F1729239F4A00A82429 /* debug_agent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = debug_agent.h; sourceTree = ""; }; - B3982F1829239F4A00A82429 /* gdb_server.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gdb_server.cpp; sourceTree = ""; }; - B3982F1A29239F4A00A82429 /* reios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = reios.h; sourceTree = ""; }; - B3982F1B29239F4A00A82429 /* descrambl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = descrambl.cpp; sourceTree = ""; }; - B3982F1C29239F4A00A82429 /* reios_elf.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = reios_elf.cpp; sourceTree = ""; }; - B3982F1D29239F4A00A82429 /* iso9660.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iso9660.h; sourceTree = ""; }; - B3982F1E29239F4A00A82429 /* reios.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = reios.cpp; sourceTree = ""; }; - B3982F1F29239F4A00A82429 /* reios_elf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = reios_elf.h; sourceTree = ""; }; - B3982F2029239F4A00A82429 /* descrambl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = descrambl.h; sourceTree = ""; }; - B3982F2129239F4A00A82429 /* font.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = font.h; sourceTree = ""; }; - B3982F2229239F4A00A82429 /* gdrom_hle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gdrom_hle.h; sourceTree = ""; }; - B3982F2329239F4A00A82429 /* gdrom_hle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = gdrom_hle.cpp; sourceTree = ""; }; - B3982F2429239F4A00A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B3982F2829239F4A00A82429 /* MacOSXBundleInfo.plist.in */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = MacOSXBundleInfo.plist.in; sourceTree = ""; }; - B3982F2A29239F4A00A82429 /* EmuGLView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmuGLView.swift; sourceTree = ""; }; - B3982F2B29239F4A00A82429 /* osx-main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = "osx-main.mm"; sourceTree = ""; }; - B3982F2C29239F4A00A82429 /* osx_keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = osx_keyboard.h; sourceTree = ""; }; - B3982F2E29239F4A00A82429 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; - B3982F2F29239F4A00A82429 /* emulator-osx-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "emulator-osx-Bridging-Header.h"; sourceTree = ""; }; - B3982F3029239F4A00A82429 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - B3982F3129239F4A00A82429 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - B3982F3229239F4A00A82429 /* osx_gamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = osx_gamepad.h; sourceTree = ""; }; - B3982F3429239F4A00A82429 /* plist.in */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = plist.in; sourceTree = ""; }; - B3982F3529239F4A00A82429 /* AltKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = AltKit; sourceTree = ""; }; - B3982F3729239F4A00A82429 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = ""; }; - B3982F3829239F4A00A82429 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - B3982F3929239F4A00A82429 /* PadViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PadViewController.xib; sourceTree = ""; }; - B3982F3A29239F4A00A82429 /* EmulatorView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmulatorView.h; sourceTree = ""; }; - B3982F3B29239F4A00A82429 /* EmulatorView.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = EmulatorView.mm; sourceTree = ""; }; - B3982F3C29239F4A00A82429 /* PadViewController.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PadViewController.mm; sourceTree = ""; }; - B3982F3D29239F4A00A82429 /* ios_mouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ios_mouse.h; sourceTree = ""; }; - B3982F3E29239F4A00A82429 /* FlycastViewController.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = FlycastViewController.mm; sourceTree = ""; }; - B3982F3F29239F4A00A82429 /* flycast.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = flycast.entitlements; sourceTree = ""; }; - B3982F4029239F4A00A82429 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - B3982F4129239F4A00A82429 /* ios_keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ios_keyboard.h; sourceTree = ""; }; - B3982F4229239F4A00A82429 /* FlycastViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FlycastViewController.h; sourceTree = ""; }; - B3982F4329239F4A00A82429 /* ios_main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ios_main.mm; sourceTree = ""; }; - B3982F4429239F4A00A82429 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - B3982F4529239F4A00A82429 /* AppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourceTree = ""; }; - B3982F4629239F4A00A82429 /* PadViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PadViewController.h; sourceTree = ""; }; - B3982F4729239F4A00A82429 /* flycast-ios-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "flycast-ios-Prefix.pch"; sourceTree = ""; }; - B3982F4929239F4A00A82429 /* iCadeReaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = iCadeReaderView.m; sourceTree = ""; }; - B3982F4A29239F4A00A82429 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B3982F4B29239F4A00A82429 /* iCadeReaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iCadeReaderView.h; sourceTree = ""; }; - B3982F4C29239F4A00A82429 /* iCadeState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iCadeState.h; sourceTree = ""; }; - B3982F4D29239F4A00A82429 /* FlycastStoryboard.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = FlycastStoryboard.storyboard; sourceTree = ""; }; - B3982F4E29239F4A00A82429 /* ios_gamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ios_gamepad.h; sourceTree = ""; }; - B3982F4F29239F4A00A82429 /* sdl2.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; path = sdl2.rb; sourceTree = ""; }; - B3982F5129239F4A00A82429 /* FindSDL2.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindSDL2.cmake; sourceTree = ""; }; - B3982F5229239F4A00A82429 /* FindMiniUPnPc.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; path = FindMiniUPnPc.cmake; sourceTree = ""; }; - B3982F5429239F4A00A82429 /* screenshot1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = screenshot1.png; sourceTree = ""; }; - B3982F5529239F4A00A82429 /* screenshot2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = screenshot2.png; sourceTree = ""; }; - B3982F5629239F4A00A82429 /* screenshot3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = screenshot3.png; sourceTree = ""; }; - B3982F5729239F4A00A82429 /* screenshot4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = screenshot4.png; sourceTree = ""; }; - B3982F5929239F4A00A82429 /* option_lr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = option_lr.h; sourceTree = ""; }; - B3982F5A29239F4A00A82429 /* libretro_core_option_defines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro_core_option_defines.h; sourceTree = ""; }; - B3982F5B29239F4A00A82429 /* audiostream.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = audiostream.cpp; sourceTree = ""; }; - B3982F5C29239F4A00A82429 /* vmu_xhair.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vmu_xhair.h; sourceTree = ""; }; - B3982F5D29239F4A00A82429 /* oslib.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = oslib.cpp; sourceTree = ""; }; - B3982F5E29239F4A00A82429 /* option.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = option.cpp; sourceTree = ""; }; - B3982F5F29239F4A00A82429 /* libretro_core_options.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro_core_options.h; sourceTree = ""; }; - B3982F6029239F4A00A82429 /* libretro_core_options_intl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro_core_options_intl.h; sourceTree = ""; }; - B3982F6129239F4A00A82429 /* libretro.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = libretro.cpp; sourceTree = ""; }; - B3982F6229239F4A00A82429 /* vmu_xhair.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vmu_xhair.cpp; sourceTree = ""; }; - B3982F6329239F4A00A82429 /* keyboard_map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = keyboard_map.h; sourceTree = ""; }; - B3982F6429239F4A00A82429 /* LogManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = LogManager.cpp; sourceTree = ""; }; - B3982F6529239F4A00A82429 /* LogManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LogManager.h; sourceTree = ""; }; - B3982F6829239F4A00A82429 /* flycast.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = flycast.1; sourceTree = ""; }; - B3982F6929239F4A00A82429 /* flycast.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = flycast.png; sourceTree = ""; }; - B3982F6A29239F4A00A82429 /* org.flycast.Flycast.metainfo.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = org.flycast.Flycast.metainfo.xml; sourceTree = ""; }; - B3982F6C29239F4A00A82429 /* controller_pandora.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = controller_pandora.cfg; sourceTree = ""; }; - B3982F6D29239F4A00A82429 /* controller_generic.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = controller_generic.cfg; sourceTree = ""; }; - B3982F6E29239F4A00A82429 /* keyboard.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = keyboard.cfg; sourceTree = ""; }; - B3982F6F29239F4A00A82429 /* controller_xpad.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = controller_xpad.cfg; sourceTree = ""; }; - B3982F7029239F4A00A82429 /* controller_xboxdrv.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = controller_xboxdrv.cfg; sourceTree = ""; }; - B3982F7129239F4A00A82429 /* flycast.desktop */ = {isa = PBXFileReference; lastKnownFileType = text; path = flycast.desktop; sourceTree = ""; }; - B3982F7329239F4A00A82429 /* context_switch.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = context_switch.S; sourceTree = ""; }; - B3982F7429239F4A00A82429 /* flycast.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = flycast.jpeg; sourceTree = ""; }; - B3982F7529239F4A00A82429 /* stubs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stubs.c; sourceTree = ""; }; - B3982F7629239F4A00A82429 /* nswitch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = nswitch.h; sourceTree = ""; }; - B3982F7829239F4A00A82429 /* mman.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mman.h; sourceTree = ""; }; - B3982F7929239F4A00A82429 /* ucontext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ucontext.h; sourceTree = ""; }; - B3982F7C29239F4A00A82429 /* proguard-rules.pro */ = {isa = PBXFileReference; lastKnownFileType = text; path = "proguard-rules.pro"; sourceTree = ""; }; - B3982F7E29239F4A00A82429 /* ouya-sdk.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = "ouya-sdk.jar"; sourceTree = ""; }; - B3982F7F29239F4A00A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3982F8029239F4A00A82429 /* build.gradle */ = {isa = PBXFileReference; lastKnownFileType = text; path = build.gradle; sourceTree = ""; }; - B3982F8529239F4A00A82429 /* background_dark.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = background_dark.xml; sourceTree = ""; }; - B3982F8729239F4A00A82429 /* colors.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = colors.xml; sourceTree = ""; }; - B3982F8829239F4A00A82429 /* donottranslate.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = donottranslate.xml; sourceTree = ""; }; - B3982F8929239F4A00A82429 /* styles.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = styles.xml; sourceTree = ""; }; - B3982F8B29239F4A00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3982F8C29239F4A00A82429 /* ic_banner.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_banner.png; sourceTree = ""; }; - B3982F8E29239F4A00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3982F9029239F4A00A82429 /* provider_paths.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = provider_paths.xml; sourceTree = ""; }; - B3982F9229239F4A00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3982F9429239F4A00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3982F9629239F4A00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3982F9829239F4A00A82429 /* texture_dark.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = texture_dark.png; sourceTree = ""; }; - B3982F9929239F4A00A82429 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = AndroidManifest.xml; sourceTree = ""; }; - B3982F9E29239F4A00A82429 /* BaseGLActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = BaseGLActivity.java; sourceTree = ""; }; - B3982F9F29239F4A00A82429 /* Emulator.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = Emulator.java; sourceTree = ""; }; - B3982FA129239F4A00A82429 /* VirtualJoystickDelegate.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = VirtualJoystickDelegate.java; sourceTree = ""; }; - B3982FA229239F4A00A82429 /* JNIdc.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = JNIdc.java; sourceTree = ""; }; - B3982FA329239F4A00A82429 /* AudioBackend.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = AudioBackend.java; sourceTree = ""; }; - B3982FA429239F4A00A82429 /* NativeGLView.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = NativeGLView.java; sourceTree = ""; }; - B3982FA529239F4A00A82429 /* NativeGLActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = NativeGLActivity.java; sourceTree = ""; }; - B3982FA729239F4A00A82429 /* Config.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = Config.java; sourceTree = ""; }; - B3982FA929239F4A00A82429 /* VJoy.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = VJoy.java; sourceTree = ""; }; - B3982FAA29239F4B00A82429 /* SipEmulator.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = SipEmulator.java; sourceTree = ""; }; - B3982FAB29239F4B00A82429 /* InputDeviceManager.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = InputDeviceManager.java; sourceTree = ""; }; - B3982FAC29239F4B00A82429 /* FileBrowser.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = FileBrowser.java; sourceTree = ""; }; - B3982FAE29239F4B00A82429 /* GenerateLogs.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = GenerateLogs.java; sourceTree = ""; }; - B3982FB129239F4B00A82429 /* android_gamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = android_gamepad.h; sourceTree = ""; }; - B3982FB229239F4B00A82429 /* Android.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Android.cpp; sourceTree = ""; }; - B3982FB429239F4B00A82429 /* buttons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = buttons.png; sourceTree = ""; }; - B3982FB829239F4B00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3982FBA29239F4B00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3982FBC29239F4B00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3982FBE29239F4B00A82429 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - B3982FBF29239F4B00A82429 /* ic_launcher-web.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ic_launcher-web.png"; sourceTree = ""; }; - B3982FC129239F4B00A82429 /* dark_texture.psd */ = {isa = PBXFileReference; lastKnownFileType = file; path = dark_texture.psd; sourceTree = ""; }; - B3982FC229239F4B00A82429 /* disk_mipmap.psd */ = {isa = PBXFileReference; lastKnownFileType = file; path = disk_mipmap.psd; sourceTree = ""; }; - B3982FC329239F4B00A82429 /* icon_drawable.psd */ = {isa = PBXFileReference; lastKnownFileType = file; path = icon_drawable.psd; sourceTree = ""; }; - B3982FC629239F4B00A82429 /* gradle-wrapper.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = "gradle-wrapper.jar"; sourceTree = ""; }; - B3982FC729239F4B00A82429 /* gradle-wrapper.properties */ = {isa = PBXFileReference; lastKnownFileType = text; path = "gradle-wrapper.properties"; sourceTree = ""; }; - B3982FC829239F4B00A82429 /* gradlew */ = {isa = PBXFileReference; lastKnownFileType = text; path = gradlew; sourceTree = ""; }; - B3982FC929239F4B00A82429 /* debug.keystore */ = {isa = PBXFileReference; lastKnownFileType = file; path = debug.keystore; sourceTree = ""; }; - B3982FCA29239F4B00A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3982FCC29239F4B00A82429 /* cd.pdn */ = {isa = PBXFileReference; lastKnownFileType = file; path = cd.pdn; sourceTree = ""; }; - B3982FCD29239F4B00A82429 /* build.gradle */ = {isa = PBXFileReference; lastKnownFileType = text; path = build.gradle; sourceTree = ""; }; - B3982FCE29239F4B00A82429 /* gradle.properties */ = {isa = PBXFileReference; lastKnownFileType = text; path = gradle.properties; sourceTree = ""; }; - B3982FCF29239F4B00A82429 /* gradlew.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = gradlew.bat; sourceTree = ""; }; - B3982FD029239F4B00A82429 /* settings.gradle */ = {isa = PBXFileReference; lastKnownFileType = text; path = settings.gradle; sourceTree = ""; }; - B3982FD229239F4B00A82429 /* resource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = resource.h; sourceTree = ""; }; - B3982FD329239F4B00A82429 /* flycast.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = flycast.ico; sourceTree = ""; }; - B3982FD429239F4B00A82429 /* flycast.rc */ = {isa = PBXFileReference; lastKnownFileType = text; path = flycast.rc; sourceTree = ""; }; - B3982FD929239F4B00A82429 /* cs.gdi */ = {isa = PBXFileReference; lastKnownFileType = text; path = cs.gdi; sourceTree = ""; }; - B3982FDB29239F4B00A82429 /* cs02.raw */ = {isa = PBXFileReference; lastKnownFileType = text; path = cs02.raw; sourceTree = ""; }; - B3982FDC29239F4B00A82429 /* cs03.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = cs03.bin; sourceTree = ""; }; - B3982FDD29239F4B00A82429 /* cs01.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = cs01.bin; sourceTree = ""; }; - B3982FDF29239F4B00A82429 /* cs.gdi */ = {isa = PBXFileReference; lastKnownFileType = text; path = cs.gdi; sourceTree = ""; }; - B3982FE129239F4B00A82429 /* cs02.raw */ = {isa = PBXFileReference; lastKnownFileType = text; path = cs02.raw; sourceTree = ""; }; - B3982FE229239F4B00A82429 /* cs03.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = cs03.bin; sourceTree = ""; }; - B3982FE329239F4B00A82429 /* cs01.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = cs01.bin; sourceTree = ""; }; - B3982FE529239F4B00A82429 /* cs02.raw */ = {isa = PBXFileReference; lastKnownFileType = text; path = cs02.raw; sourceTree = ""; }; - B3982FE629239F4B00A82429 /* cs.gdi */ = {isa = PBXFileReference; lastKnownFileType = text; path = cs.gdi; sourceTree = ""; }; - B3982FE729239F4B00A82429 /* cs (0,1).bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = "cs (0,1).bin"; sourceTree = ""; }; - B3982FE829239F4B00A82429 /* cs03.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = cs03.bin; sourceTree = ""; }; - B3982FEA29239F4B00A82429 /* cs02.raw */ = {isa = PBXFileReference; lastKnownFileType = text; path = cs02.raw; sourceTree = ""; }; - B3982FEB29239F4B00A82429 /* cs.gdi */ = {isa = PBXFileReference; lastKnownFileType = text; path = cs.gdi; sourceTree = ""; }; - B3982FEC29239F4B00A82429 /* cs03.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = cs03.bin; sourceTree = ""; }; - B3982FED29239F4B00A82429 /* cs01.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = cs01.bin; sourceTree = ""; }; - B3982FEF29239F4B00A82429 /* sh4_ops.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sh4_ops.h; sourceTree = ""; }; - B3982FF029239F4B00A82429 /* AicaArmTest.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AicaArmTest.cpp; sourceTree = ""; }; - B3982FF129239F4B00A82429 /* test_stubs.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = test_stubs.cpp; sourceTree = ""; }; - B3982FF229239F4B00A82429 /* Sh4InterpreterTest.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Sh4InterpreterTest.cpp; sourceTree = ""; }; - B3982FF329239F4B00A82429 /* div32_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = div32_test.cpp; sourceTree = ""; }; - B3982FF429239F4B00A82429 /* serialize_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serialize_test.cpp; sourceTree = ""; }; - B3982FF629239F4B00A82429 /* Naomi_Overview.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Naomi_Overview.md; sourceTree = ""; }; - B3982FF729239F4B00A82429 /* Dynarec Architecture.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "Dynarec Architecture.md"; sourceTree = ""; }; - B3982FF829239F4B00A82429 /* microphone support notes.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "microphone support notes.txt"; sourceTree = ""; }; - B3982FF929239F4B00A82429 /* DreamCast_Specs.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DreamCast_Specs.md; sourceTree = ""; }; - B3982FFA29239F4B00A82429 /* neil_corlett_aica_notes.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = neil_corlett_aica_notes.txt; sourceTree = ""; }; - B3982FFB29239F4B00A82429 /* Notable game bugs.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "Notable game bugs.md"; sourceTree = ""; }; - B3982FFC29239F4B00A82429 /* .gitmodules */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; - B3982FFD29239F4B00A82429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3982FFE29239F4B00A82429 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B398300029239F4B00A82429 /* FUNDING.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = FUNDING.yml; sourceTree = ""; }; - B398300229239F4B00A82429 /* switch.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = switch.yml; sourceTree = ""; }; - B398300329239F4B00A82429 /* android.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = android.yml; sourceTree = ""; }; - B398300429239F4B00A82429 /* c-cpp.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = "c-cpp.yml"; sourceTree = ""; }; - B398300629239F4B00A82429 /* feature_request.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = feature_request.md; sourceTree = ""; }; - B398300729239F4B00A82429 /* bug_report.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = bug_report.md; sourceTree = ""; }; - B398300829239F4B00A82429 /* .cirrus.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .cirrus.yml; sourceTree = ""; }; - B398300A29239F4B00A82429 /* gdtool.vcxproj.filters */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = gdtool.vcxproj.filters; sourceTree = ""; }; - B398300B29239F4B00A82429 /* gdtool.sln */ = {isa = PBXFileReference; lastKnownFileType = text; path = gdtool.sln; sourceTree = ""; }; - B398300C29239F4B00A82429 /* gdtool.vcxproj */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = gdtool.vcxproj; sourceTree = ""; }; - B398300D29239F4B00A82429 /* gdtool.vcxproj.user */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = gdtool.vcxproj.user; sourceTree = ""; }; - B398300F29239F4B00A82429 /* cdromfs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cdromfs.h; sourceTree = ""; }; - B398301029239F4B00A82429 /* cdromfs.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cdromfs.cpp; sourceTree = ""; }; - B398301129239F4B00A82429 /* cdromfs_imp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cdromfs_imp.h; sourceTree = ""; }; - B398301229239F4B00A82429 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; + B3777A182D23776800C6FC18 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B3777A482D23776800C6FC18 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B3777A782D23776800C6FC18 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3777ABB2D23776800C6FC18 /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B3777AE82D23776800C6FC18 /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B3777B0C2D23776800C6FC18 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B3777B0F2D23776800C6FC18 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B3777B1D2D23776800C6FC18 /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B3777B292D23776800C6FC18 /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B3777B3C2D23776800C6FC18 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3777B4B2D23776800C6FC18 /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B3777B572D23776800C6FC18 /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B3777B872D23776800C6FC18 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3777B952D23776800C6FC18 /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B3777C002D23776800C6FC18 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B3777C302D23776800C6FC18 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B3777C362D23776800C6FC18 /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B3777C3C2D23776800C6FC18 /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B3777C452D23776800C6FC18 /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B3777C512D23776800C6FC18 /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; + B3777C652D23776800C6FC18 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B3777C662D23776800C6FC18 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B3777CC42D23776800C6FC18 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3777D2A2D23776800C6FC18 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B3777D6C2D23776800C6FC18 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B37780432D23776800C6FC18 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B37780472D23776800C6FC18 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B377804C2D23776800C6FC18 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B37783D22D23776800C6FC18 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B37783D82D23776800C6FC18 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B37798A92D23776800C6FC18 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3779CDA2D23776800C6FC18 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3779CE02D23776800C6FC18 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B377ABE72D23776800C6FC18 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B377ABEA2D23776800C6FC18 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B377AC092D23776800C6FC18 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B377ADA72D23776800C6FC18 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B377BCC62D23777100C6FC18 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B377BCF22D23777100C6FC18 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B377BD382D23777100C6FC18 /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B38225082CED7A5A00111AEB /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B38225372CED7A5A00111AEB /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B38225812CED7A5A00111AEB /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B38225B02CED7A5A00111AEB /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B38225DA2CED7A5A00111AEB /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B38225DD2CED7A5A00111AEB /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B38225ED2CED7A5A00111AEB /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B38225FA2CED7A5A00111AEB /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B38226132CED7A5A00111AEB /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B38226232CED7A5A00111AEB /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B38226302CED7A5A00111AEB /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B382263C2CED7A5A00111AEB /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; + B3822E8A2CED7A5A00111AEB /* AltKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = AltKit.xcodeproj; sourceTree = ""; }; + B3822F592CED7A5A00111AEB /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B3822FB72CED7A5A00111AEB /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B382301D2CED7A5A00111AEB /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B382305F2CED7A5A00111AEB /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B38233362CED7A5A00111AEB /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B382333A2CED7A5A00111AEB /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B382333F2CED7A5A00111AEB /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B38246F72CED7A5A00111AEB /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3824B282CED7A5A00111AEB /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3824B2E2CED7A5A00111AEB /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3825A352CED7A5A00111AEB /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B3825A382CED7A5A00111AEB /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B3825A572CED7A5A00111AEB /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B38718442D2C6B3B00D541F1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B387184A2D2C6B3B00D541F1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B38721F92D2C699B00D541F1 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B38722292D2C699B00D541F1 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B38722592D2C699B00D541F1 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B38722AD2D2C699B00D541F1 /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B38722C02D2C699B00D541F1 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B38722C22D2C699B00D541F1 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B38723162D2C699B00D541F1 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B38723242D2C699B00D541F1 /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B387238F2D2C699B00D541F1 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B38723BF2D2C699B00D541F1 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B38723C52D2C699B00D541F1 /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B38723CB2D2C699B00D541F1 /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B38723D42D2C699B00D541F1 /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B38723F02D2C699B00D541F1 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B38723F12D2C699B00D541F1 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B387279F2D2C6B3B00D541F1 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B38727A22D2C6B3B00D541F1 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B38727C12D2C6B3B00D541F1 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B387295F2D2C6B3B00D541F1 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B3872AD72D2C699B00D541F1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3872B3D2D2C699B00D541F1 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B3872B7F2D2C699B00D541F1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3872E562D2C699B00D541F1 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B3872E5A2D2C699B00D541F1 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B3872E5F2D2C699B00D541F1 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B38731E52D2C699B00D541F1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B38731EB2D2C699B00D541F1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3874BA42D2C6C3700D541F1 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B3874BD42D2C6C3700D541F1 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B3874C042D2C6C3700D541F1 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3874C582D2C6C3700D541F1 /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B3874C6B2D2C6C3700D541F1 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B3874C6D2D2C6C3700D541F1 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B3874C7F2D2C699B00D541F1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3874C852D2C699B00D541F1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3874CC12D2C6C3700D541F1 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3874CCF2D2C6C3700D541F1 /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B3874D3A2D2C6C3700D541F1 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B3874D6A2D2C6C3700D541F1 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B3874D702D2C6C3700D541F1 /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B3874D762D2C6C3700D541F1 /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B3874D7F2D2C6C3700D541F1 /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B3874D9B2D2C6C3700D541F1 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B3874D9C2D2C6C3700D541F1 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B38754822D2C6C3700D541F1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B38754E82D2C6C3700D541F1 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B387552A2D2C6C3700D541F1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B38758012D2C6C3700D541F1 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B38758052D2C6C3700D541F1 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B387580A2D2C6C3700D541F1 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B3875B902D2C6C3700D541F1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3875B962D2C6C3700D541F1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3875BDA2D2C699B00D541F1 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B3875BDD2D2C699B00D541F1 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B3875BFC2D2C699B00D541F1 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B3875D9A2D2C699B00D541F1 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B387762A2D2C6C3700D541F1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B38776302D2C6C3700D541F1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B38785852D2C6C3700D541F1 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B38785882D2C6C3700D541F1 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B38785A72D2C6C3700D541F1 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B38787452D2C6C3700D541F1 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B387891F2D2C6A7300D541F1 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B387894F2D2C6A7300D541F1 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B387897F2D2C6A7300D541F1 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B38789D32D2C6A7300D541F1 /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B38789E62D2C6A7300D541F1 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B38789E82D2C6A7300D541F1 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B3878A3C2D2C6A7300D541F1 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3878A4A2D2C6A7300D541F1 /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B3878AB52D2C6A7300D541F1 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B3878AE52D2C6A7300D541F1 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B3878AEB2D2C6A7300D541F1 /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B3878AF12D2C6A7300D541F1 /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B3878AFA2D2C6A7300D541F1 /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B3878B162D2C6A7300D541F1 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B3878B172D2C6A7300D541F1 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B38791FD2D2C6A7300D541F1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B38792632D2C6A7300D541F1 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B38792A52D2C6A7300D541F1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B387957C2D2C6A7300D541F1 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B38795802D2C6A7300D541F1 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B38795852D2C6A7300D541F1 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B387990B2D2C6A7300D541F1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B38799112D2C6A7300D541F1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3879E9B2D2BB71B00D541F1 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B3879ECB2D2BB71B00D541F1 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B3879EFB2D2BB71B00D541F1 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3879F4F2D2BB71B00D541F1 /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B3879FBD2D2BB71B00D541F1 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3879FCB2D2BB71B00D541F1 /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B387A0362D2BB71B00D541F1 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B387A0662D2BB71B00D541F1 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B387A06C2D2BB71B00D541F1 /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B387A0722D2BB71B00D541F1 /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B387A07B2D2BB71B00D541F1 /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B387A0A32D2BB71B00D541F1 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B387A0A42D2BB71B00D541F1 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B387A1022D2BB71B00D541F1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B387A1682D2BB71B00D541F1 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B387A1AA2D2BB71B00D541F1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B387A4812D2BB71B00D541F1 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B387A4852D2BB71B00D541F1 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B387A48A2D2BB71B00D541F1 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B387B3A52D2C6A7300D541F1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B387B3AB2D2C6A7300D541F1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B387C1182D2BB71B00D541F1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B387C11E2D2BB71B00D541F1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B387C3002D2C6A7300D541F1 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B387C3032D2C6A7300D541F1 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B387C3222D2C6A7300D541F1 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B387C4C02D2C6A7300D541F1 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B387D0252D2BB71B00D541F1 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B387D0282D2BB71B00D541F1 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B387D0472D2BB71B00D541F1 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B387EDBE2D2C6B3B00D541F1 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B387EDEE2D2C6B3B00D541F1 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B387EE1E2D2C6B3B00D541F1 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B387EE722D2C6B3B00D541F1 /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B387EE852D2C6B3B00D541F1 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B387EE872D2C6B3B00D541F1 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B387EEDB2D2C6B3B00D541F1 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B387EEE92D2C6B3B00D541F1 /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B387EF542D2C6B3B00D541F1 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B387EF842D2C6B3B00D541F1 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B387EF8A2D2C6B3B00D541F1 /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B387EF902D2C6B3B00D541F1 /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B387EF992D2C6B3B00D541F1 /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B387EFB52D2C6B3B00D541F1 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B387EFB62D2C6B3B00D541F1 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B387EFBF2D2C4B2F00D541F1 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B387EFCA2D2C4B2F00D541F1 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B387F3562D2C513400D541F1 /* flycast.libretro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = flycast.libretro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B387F37D2D2C548600D541F1 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; + B387F37E2D2C548600D541F1 /* libc.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libc.tbd; path = usr/lib/libc.tbd; sourceTree = SDKROOT; }; + B387F3802D2C54B100D541F1 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; + B387F3812D2C54B200D541F1 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks/OpenGLES.framework; sourceTree = DEVELOPER_DIR; }; + B387F69C2D2C6B3B00D541F1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B387F6DF2D2C63B100D541F1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B387F6E52D2C63B100D541F1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B387F7022D2C6B3B00D541F1 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B387F7442D2C6B3B00D541F1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B387F9F42D2C63B200D541F1 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B387FA1B2D2C6B3B00D541F1 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B387FA1F2D2C6B3B00D541F1 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B387FA242D2C6B3B00D541F1 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B387FDAA2D2C6B3B00D541F1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B387FDB02D2C6B3B00D541F1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; B3A3CC5A2CCC782D00589F82 /* PVCoreBridgeRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVCoreBridgeRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3A3CC722CCC789100589F82 /* PVFlycastEmuCore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PVFlycastEmuCore.swift; sourceTree = ""; }; B3A3CC732CCC789100589F82 /* CorePlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CorePlist.swift; sourceTree = ""; }; B3A3CC742CCC789100589F82 /* CorePlist-Generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CorePlist-Generated.swift"; sourceTree = ""; }; + B3AC1E7D2D29E3FB008107AC /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B3AC1EAD2D29E3FB008107AC /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B3AC1EDD2D29E3FB008107AC /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3AC1F312D29E3FB008107AC /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B3AC1F9F2D29E3FB008107AC /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3AC1FAD2D29E3FB008107AC /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B3AC20182D29E3FB008107AC /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B3AC20482D29E3FB008107AC /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B3AC204E2D29E3FB008107AC /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B3AC20542D29E3FB008107AC /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B3AC205D2D29E3FB008107AC /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B3AC20852D29E3FB008107AC /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B3AC20862D29E3FB008107AC /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B3AC20E42D29E3FB008107AC /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3AC214A2D29E3FB008107AC /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B3AC218C2D29E3FB008107AC /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3AC24632D29E3FB008107AC /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B3AC24672D29E3FB008107AC /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B3AC246C2D29E3FB008107AC /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B3AC27F22D29E3FB008107AC /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3AC27F82D29E3FB008107AC /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3AC3CC92D29E3FB008107AC /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3AC40FA2D29E3FB008107AC /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3AC41002D29E3FB008107AC /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3AC50072D29E3FB008107AC /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B3AC500A2D29E3FB008107AC /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B3AC50292D29E3FB008107AC /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B3AC51C72D29E3FB008107AC /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; B3B104B8218F281B00210C39 /* PVSupport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVSupport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3C601392D00E1300022A1B1 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B3C6013D2D00E1300022A1B1 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B3C601422D00E1300022A1B1 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B3C614FA2D00E1300022A1B1 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3C6192B2D00E1300022A1B1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3C619312D00E1300022A1B1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3C628382D00E1300022A1B1 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B3C6283B2D00E1300022A1B1 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B3C6285A2D00E1300022A1B1 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B3C6A5242D00BF830022A1B1 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B3C6A5532D00BF830022A1B1 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B3C6A59D2D00BF830022A1B1 /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B3C6A5CC2D00BF830022A1B1 /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B3C6A5F62D00BF830022A1B1 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B3C6A5F92D00BF830022A1B1 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B3C6A60B2D00BF830022A1B1 /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B3C6A6182D00BF830022A1B1 /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B3C6A6312D00BF830022A1B1 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3C6A6412D00BF830022A1B1 /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B3C6A64E2D00BF830022A1B1 /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B3C6A65A2D00BF830022A1B1 /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; + B3C6AEAC2D00BF830022A1B1 /* AltKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = AltKit.xcodeproj; sourceTree = ""; }; + B3C6AF7B2D00BF830022A1B1 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B3C6AFD92D00BF830022A1B1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3C6B03F2D00BF830022A1B1 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B3C6B0812D00BF830022A1B1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3C6B3582D00BF830022A1B1 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B3C6B35C2D00BF830022A1B1 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B3C6B3612D00BF830022A1B1 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B3C6C7192D00BF840022A1B1 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3C6CB4A2D00BF840022A1B1 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3C6CB502D00BF840022A1B1 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3C6DA572D00BF840022A1B1 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B3C6DA5A2D00BF840022A1B1 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B3C6DA792D00BF840022A1B1 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B3C6F3052D00E1300022A1B1 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B3C6F3342D00E1300022A1B1 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B3C6F37E2D00E1300022A1B1 /* CompilerIdSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdSwift.xcodeproj; sourceTree = ""; }; + B3C6F3AD2D00E1300022A1B1 /* glm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glm.xcodeproj; sourceTree = ""; }; + B3C6F3D72D00E1300022A1B1 /* libzstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzstd.xcodeproj; sourceTree = ""; }; + B3C6F3DA2D00E1300022A1B1 /* zstd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = zstd.xcodeproj; sourceTree = ""; }; + B3C6F3EC2D00E1300022A1B1 /* chdr.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = chdr.xcodeproj; sourceTree = ""; }; + B3C6F3F92D00E1300022A1B1 /* libelf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libelf.xcodeproj; sourceTree = ""; }; + B3C6F4122D00E1300022A1B1 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3C6F4222D00E1300022A1B1 /* miniupnpc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = miniupnpc.xcodeproj; sourceTree = ""; }; + B3C6F42F2D00E1300022A1B1 /* nowide.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = nowide.xcodeproj; sourceTree = ""; }; + B3C6F43B2D00E1300022A1B1 /* xxHash.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xxHash.xcodeproj; sourceTree = ""; }; + B3C6FC8D2D00E1300022A1B1 /* AltKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = AltKit.xcodeproj; sourceTree = ""; }; + B3C6FD5C2D00E1300022A1B1 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B3C6FDBA2D00E1300022A1B1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3C6FE202D00E1300022A1B1 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B3C6FE622D00E1300022A1B1 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; B3C7621020783162009950E4 /* PVFlycast.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PVFlycast.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3C7621320783162009950E4 /* PVFlycast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVFlycast.h; sourceTree = ""; }; B3C7621420783162009950E4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -8605,31 +677,92 @@ B3C76223207833DE009950E4 /* PVFlycastCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVFlycastCore.h; sourceTree = ""; }; B3C76224207833DE009950E4 /* PVFlycastCore.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PVFlycastCore.mm; sourceTree = ""; }; B3C7622720783510009950E4 /* Core.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Core.plist; sourceTree = ""; }; - B3F9F3A9295F4D7800DF8B8A /* PVFlycastCore+Options.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "PVFlycastCore+Options.swift"; path = "PVFlycastCore/Core/PVFlycastCore+Options.swift"; sourceTree = ""; }; + B3DDC2082D29E16100A86972 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B3DDC2382D29E16100A86972 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B3DDC2682D29E16100A86972 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3DDC2BC2D29E16100A86972 /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B3DDC32A2D29E16100A86972 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3DDC3382D29E16100A86972 /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B3DDC3A32D29E16100A86972 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B3DDC3D32D29E16100A86972 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B3DDC3D92D29E16100A86972 /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B3DDC3DF2D29E16100A86972 /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B3DDC3E82D29E16100A86972 /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B3DDC4102D29E16100A86972 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B3DDC4112D29E16100A86972 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B3DDC46F2D29E16100A86972 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3DDC4D52D29E16100A86972 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B3DDC5172D29E16100A86972 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3DDC7EE2D29E16100A86972 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B3DDC7F22D29E16100A86972 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B3DDC7F72D29E16100A86972 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B3DDCB7D2D29E16100A86972 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3DDCB832D29E16100A86972 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3DDE0542D29E16100A86972 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3DDE4852D29E16100A86972 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3DDE48B2D29E16100A86972 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3DDF3922D29E16100A86972 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B3DDF3952D29E16100A86972 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B3DDF3B42D29E16100A86972 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B3DDF5522D29E16100A86972 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B3F9F3A9295F4D7800DF8B8A /* PVFlycastCore+Options.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PVFlycastCore+Options.swift"; sourceTree = ""; }; + B3FAABD12D273CF400505165 /* CompilerIdC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdC.xcodeproj; sourceTree = ""; }; + B3FAAC012D273CF400505165 /* CompilerIdCXX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdCXX.xcodeproj; sourceTree = ""; }; + B3FAAC312D273CF400505165 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3FAAC852D273CF400505165 /* glslang.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = glslang.xcodeproj; sourceTree = ""; }; + B3FAACEC2D273CF400505165 /* CompilerIdOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CompilerIdOBJC.xcodeproj; sourceTree = ""; }; + B3FAACFA2D273CF400505165 /* CheckOBJC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CheckOBJC.xcodeproj; sourceTree = ""; }; + B3FAAD652D273CF400505165 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL2.xcodeproj; sourceTree = ""; }; + B3FAAD952D273CF400505165 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; + B3FAAD9B2D273CF400505165 /* VULKAN_HEADERS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VULKAN_HEADERS.xcodeproj; sourceTree = ""; }; + B3FAADA12D273CF400505165 /* VMA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = VMA.xcodeproj; sourceTree = ""; }; + B3FAADAA2D273CF400505165 /* xbyak.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = xbyak.xcodeproj; sourceTree = ""; }; + B3FAADC62D273CF400505165 /* flycast.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast.xcodeproj; sourceTree = ""; }; + B3FAADC72D273CF400505165 /* flycast_libretro.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = flycast_libretro.xcodeproj; sourceTree = ""; }; + B3FAAE252D273CF400505165 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3FAAE8B2D273CF400505165 /* minidump_test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = minidump_test.xcodeproj; sourceTree = ""; }; + B3FAAECD2D273CF400505165 /* Breakpad.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Breakpad.xcodeproj; sourceTree = ""; }; + B3FAB1A42D273CF400505165 /* crash_report.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crash_report.xcodeproj; sourceTree = ""; }; + B3FAB1A82D273CF400505165 /* dump_syms.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = dump_syms.xcodeproj; sourceTree = ""; }; + B3FAB1AD2D273CF400505165 /* symupload.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = symupload.xcodeproj; sourceTree = ""; }; + B3FAB5332D273CF400505165 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3FAB5392D273CF400505165 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3FACA0A2D273CF400505165 /* libzip.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzip.xcodeproj; sourceTree = ""; }; + B3FACE3B2D273CF400505165 /* WidgetFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = WidgetFramework.xcodeproj; sourceTree = ""; }; + B3FACE412D273CF400505165 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = gtest.xcodeproj; sourceTree = ""; }; + B3FADD482D273CF400505165 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDL.xcodeproj; sourceTree = ""; }; + B3FADD4B2D273CF400505165 /* SDLTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = SDLTest.xcodeproj; sourceTree = ""; }; + B3FADD6A2D273CF400505165 /* Demos.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Demos.xcodeproj; sourceTree = ""; }; + B3FADF082D273CF400505165 /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Syphon.xcodeproj; sourceTree = ""; }; /* End PBXFileReference section */ -/* Begin PBXFrameworksBuildPhase section */ - 934BE7B7296E6BA200FB9933 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 934BE7C3296E6C1600FB9933 /* libflycast.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B30178D0207C901D0051B93D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 934BE93A296EB58800FB9933 /* lib_unused_libminiupnpc-static.a in Frameworks */, - 934BE7D0296E978D00FB9933 /* libomp.a in Frameworks */, +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ + B387F35A2D2C513500D541F1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + publicHeaders = ( + flycast_libretro.h, ); - runOnlyForDeploymentPostprocessing = 0; + target = B387F3552D2C513400D541F1 /* flycast.libretro */; }; - B36AE808295F034C00CC9D4F /* Frameworks */ = { +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + B382624B2CED7A9E00111AEB /* flycast-libretro */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = "flycast-libretro"; sourceTree = ""; }; + B38797262CED6B2E00A86990 /* libflycast */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = libflycast; sourceTree = ""; }; + B387F3572D2C513400D541F1 /* flycast_libretro */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B387F35A2D2C513500D541F1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = flycast_libretro; sourceTree = ""; }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + B387F3532D2C513400D541F1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + B387F3832D2C54B200D541F1 /* OpenGLES.framework in Frameworks */, + B387F37F2D2C549900D541F1 /* libc++.tbd in Frameworks */, + B387F3822D2C54B200D541F1 /* OpenGL.framework in Frameworks */, + B33A08082D2C827100BFB6C9 /* libflycast_libretro.a in Frameworks */, + B33A08052D2C73F400BFB6C9 /* openmp.xcframework in Frameworks */, + B387F37C2D2C540400D541F1 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8637,35 +770,19 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B3A3CDB62CCC882B00589F82 /* lib_unused_flycast-retroarch-module.dylib in Frameworks */, - B3A3CC602CCC783B00589F82 /* libchdr-static.a in Frameworks */, - B3A3CC682CCC783B00589F82 /* libminiupnpc.a in Frameworks */, - B3A3CDB32CCC87DF00589F82 /* lib_unused_flycast-libretro.a in Frameworks */, - B3A3CC6F2CCC783B00589F82 /* libzip.a in Frameworks */, - B3A3CC662CCC783B00589F82 /* liblzma.a in Frameworks */, - B3A3CC6E2CCC783B00589F82 /* libz.a in Frameworks */, - B3A3CC6D2CCC783B00589F82 /* libxxhash.a in Frameworks */, - B3A3CDB92CCC883700589F82 /* libflycast.a in Frameworks */, + B387973F2CED6EEE00A86990 /* PVCoreObjCBridge in Frameworks */, + B38797202CED6B1300A86990 /* PVEmulatorCore in Frameworks */, + B38217582CED773100111AEB /* PVCoreBridge in Frameworks */, + B38797392CED6E7500A86990 /* PVPlists in Frameworks */, + B31477C52CFFF415009FB8B3 /* libflycast_libretro.a in Frameworks */, B3A3CC5B2CCC782D00589F82 /* PVCoreBridgeRetro.framework in Frameworks */, + B387973C2CED6EB100A86990 /* PVLogging in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 931C04122A89B17D00759ACB /* Products */ = { - isa = PBXGroup; - children = ( - B3A3CC402CCC77D100589F82 /* libchdr-static.a */, - B3A3CC4C2CCC77D100589F82 /* libminiupnpc.a */, - B3A3CC4E2CCC77D100589F82 /* liblzma.a */, - B3A3CC522CCC77D100589F82 /* libxxhash.a */, - B3A3CC542CCC77D100589F82 /* libzip.a */, - B3A3CC562CCC77D100589F82 /* libz.a */, - ); - name = Products; - sourceTree = ""; - }; 931C04CE2A89EEA900759ACB /* flycast */ = { isa = PBXGroup; children = ( @@ -8688,14128 +805,4567 @@ name = cmake; sourceTree = ""; }; - B3447EA8218BC51300557ACE /* Audio */ = { + B3032C562D2378500006215A /* Products */ = { isa = PBXGroup; children = ( - B3447EA2218BBFB700557ACE /* PVFlycast+AudioTypes.h */, - B3447E9A218B826F00557ACE /* PVFlycast+Audio.h */, - B3447E9B218B826F00557ACE /* PVFlycast+Audio.mm */, - B3447EA6218BC3A600557ACE /* PVFlycast+CoreAudio.h */, - B3447EA4218BC36B00557ACE /* PVFlycast+CoreAudio.mm */, ); - path = Audio; + name = Products; sourceTree = ""; }; - B3447EB5218BCE2000557ACE /* Core */ = { + B3032C582D2378500006215A /* Products */ = { isa = PBXGroup; children = ( - B3A3CC722CCC789100589F82 /* PVFlycastEmuCore.swift */, - B3A3CC732CCC789100589F82 /* CorePlist.swift */, - B3A3CC742CCC789100589F82 /* CorePlist-Generated.swift */, - 93C68C43298AE2F80008E5A3 /* PVDebug.m */, - B3C76223207833DE009950E4 /* PVFlycastCore.h */, - B3C76224207833DE009950E4 /* PVFlycastCore.mm */, - B3447EB1218BC69700557ACE /* PVFlycastCore+Audio.h */, - B3447EB2218BC69700557ACE /* PVFlycastCore+Audio.m */, - B3447EAD218BC5C500557ACE /* PVFlycastCore+Video.h */, - B3447EAE218BC5C500557ACE /* PVFlycastCore+Video.m */, - B3447EA9218BC59D00557ACE /* PVFlycastCore+Saves.h */, - B3447EAA218BC59D00557ACE /* PVFlycastCore+Saves.m */, - B3447E96218B809200557ACE /* PVFlycastCore+Controls.h */, - B3447E97218B809300557ACE /* PVFlycastCore+Controls.mm */, ); - path = Core; + name = Products; sourceTree = ""; }; - B34CFF66295F31C70014C8AF /* md5 */ = { + B3032C5A2D2378500006215A /* Products */ = { isa = PBXGroup; children = ( - B34CFF67295F31C70014C8AF /* md5.cpp */, - B34CFF68295F31C70014C8AF /* md5.h */, ); - path = md5; + name = Products; sourceTree = ""; }; - B34CFF76295F32CF0014C8AF /* boxart */ = { + B3032C5C2D2378500006215A /* Products */ = { isa = PBXGroup; children = ( - B34CFF77295F32CF0014C8AF /* boxart.cpp */, - B34CFF7F295F32CF0014C8AF /* gamesdb.cpp */, - B34CFF7E295F32CF0014C8AF /* http_client.cpp */, - B34CFF79295F32CF0014C8AF /* scraper.cpp */, - B34CFF7D295F32CF0014C8AF /* boxart.h */, - B34CFF7B295F32CF0014C8AF /* gamesdb.h */, - B34CFF78295F32CF0014C8AF /* http_client.h */, - B34CFF7A295F32CF0014C8AF /* pvrparser.h */, - B34CFF7C295F32CF0014C8AF /* scraper.h */, ); - path = boxart; + name = Products; sourceTree = ""; }; - B3980D8329239F3600A82429 /* flycast */ = { + B3032C5E2D2378500006215A /* Products */ = { isa = PBXGroup; children = ( - B3982FFE29239F4B00A82429 /* .gitignore */, - B3982FFC29239F4B00A82429 /* .gitmodules */, - B3982F2429239F4A00A82429 /* LICENSE */, - B3982FFD29239F4B00A82429 /* README.md */, - B3980D8429239F3600A82429 /* CMakeLists.txt */, - B398300829239F4B00A82429 /* .cirrus.yml */, - B3982FFF29239F4B00A82429 /* .github */, - B3980D8529239F3600A82429 /* core */, - B3982FF529239F4B00A82429 /* docs */, - B398300929239F4B00A82429 /* gdtool */, - B3982F2529239F4A00A82429 /* shell */, - B3982FD529239F4B00A82429 /* tests */, ); - path = flycast; + name = Products; sourceTree = ""; }; - B3980D8529239F3600A82429 /* core */ = { - isa = PBXGroup; - children = ( - B3980E6829239F3700A82429 /* .gitignore */, - B3980D8B29239F3600A82429 /* cheats.cpp */, - B3980E4629239F3700A82429 /* emulator.cpp */, - B3980E6529239F3700A82429 /* nullDC.cpp */, - B3980D8A29239F3600A82429 /* serialize.cpp */, - B3980E8D29239F3700A82429 /* stdclass.cpp */, - B3980E3D29239F3600A82429 /* build.h */, - B3980E6429239F3700A82429 /* cheats.h */, - B3980E6229239F3700A82429 /* emulator.h */, - B3980E8C29239F3700A82429 /* stdclass.h */, - B3980E3E29239F3600A82429 /* types.h */, - B3980E3C29239F3600A82429 /* version.h.in */, - B3980E6329239F3700A82429 /* README.md */, - B3980E3329239F3600A82429 /* archive */, - B3980E5A29239F3700A82429 /* cfg */, - B3982F1529239F4A00A82429 /* debug */, - B3980E8E29239F3700A82429 /* deps */, - B3980D8C29239F3600A82429 /* hw */, - B3980E5129239F3700A82429 /* imgread */, - B3980E3F29239F3600A82429 /* input */, - B3982E6029239F4A00A82429 /* khronos */, - B3980E8629239F3700A82429 /* linux */, - B3982F0829239F4A00A82429 /* linux-dist */, - B3982E5629239F4A00A82429 /* log */, - B3980E4729239F3700A82429 /* network */, - B3982E4529239F4A00A82429 /* oslib */, - B3982E9329239F4A00A82429 /* profiler */, - B3980E6629239F3700A82429 /* rec-ARM */, - B3980E6929239F3700A82429 /* rec-ARM64 */, - B3982F0129239F4A00A82429 /* rec-cpp */, - B3980D8629239F3600A82429 /* rec-x64 */, - B3982F0329239F4A00A82429 /* rec-x86 */, - B3982F1929239F4A00A82429 /* reios */, - B3982E9729239F4A00A82429 /* rend */, - B3980E8129239F3700A82429 /* sdl */, - B3982EF829239F4A00A82429 /* windows */, - B3980E6D29239F3700A82429 /* wsi */, - ); - path = core; - sourceTree = ""; - }; - B3980D8629239F3600A82429 /* rec-x64 */ = { + B3032C602D2378500006215A /* Products */ = { isa = PBXGroup; children = ( - B3980D8729239F3600A82429 /* rec_x64.cpp */, - B3980D8829239F3600A82429 /* xbyak_base.h */, - B3980D8929239F3600A82429 /* x64_regalloc.h */, ); - path = "rec-x64"; + name = Products; sourceTree = ""; }; - B3980D8C29239F3600A82429 /* hw */ = { + B3032C622D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E1B29239F3600A82429 /* aica */, - B3980E0F29239F3600A82429 /* arm7 */, - B3980E2B29239F3600A82429 /* bba */, - B3980DE529239F3600A82429 /* flashrom */, - B3980DCB29239F3600A82429 /* gdrom */, - B3980D8D29239F3600A82429 /* holly */, - B3980E0129239F3600A82429 /* maple */, - B3980E3029239F3600A82429 /* mem */, - B3980E0B29239F3600A82429 /* modem */, - B3980DE829239F3600A82429 /* naomi */, - B3980DD129239F3600A82429 /* pvr */, - B3980D9429239F3600A82429 /* sh4 */, ); - path = hw; + name = Products; sourceTree = ""; }; - B3980D8D29239F3600A82429 /* holly */ = { + B3032C642D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980D9229239F3600A82429 /* holly_intc.cpp */, - B3980D9029239F3600A82429 /* sb_mem.cpp */, - B3980D9129239F3600A82429 /* sb.cpp */, - B3980D8E29239F3600A82429 /* holly_intc.h */, - B3980D9329239F3600A82429 /* sb_mem.h */, - B3980D8F29239F3600A82429 /* sb.h */, ); - path = holly; + name = Products; sourceTree = ""; }; - B3980D9429239F3600A82429 /* sh4 */ = { + B3032C662D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980DB529239F3600A82429 /* sh4_core_regs.cpp */, - B3980DB329239F3600A82429 /* sh4_interrupts.cpp */, - B3980DAD29239F3600A82429 /* sh4_mem.cpp */, - B3980DB629239F3600A82429 /* sh4_mmr.cpp */, - B3980DAA29239F3600A82429 /* sh4_opcode_list.cpp */, - B3980DC829239F3600A82429 /* sh4_rom.cpp */, - B3980DA929239F3600A82429 /* sh4_sched.cpp */, - B3980DA829239F3600A82429 /* fsca-table.h */, - B3980D9529239F3600A82429 /* sh4_cache.h */, - B3980DC929239F3600A82429 /* sh4_core.h */, - B3980DA629239F3600A82429 /* sh4_if.h */, - B3980DA729239F3600A82429 /* sh4_interpreter.h */, - B3980DB429239F3600A82429 /* sh4_interrupts.h */, - B3980DAC29239F3600A82429 /* sh4_mem.h */, - B3980DAB29239F3600A82429 /* sh4_mmr.h */, - B3980DA529239F3600A82429 /* sh4_opcode_list.h */, - B3980D9629239F3600A82429 /* sh4_rom.h */, - B3980DCA29239F3600A82429 /* sh4_sched.h */, - B3980D9729239F3600A82429 /* dyna */, - B3980DAE29239F3600A82429 /* interpr */, - B3980DB729239F3600A82429 /* modules */, ); - path = sh4; + name = Products; sourceTree = ""; }; - B3980D9729239F3600A82429 /* dyna */ = { + B3032C682D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980DA029239F3600A82429 /* blockmanager.cpp */, - B3980D9E29239F3600A82429 /* decoder.cpp */, - B3980D9C29239F3600A82429 /* driver.cpp */, - B3980D9829239F3600A82429 /* shil.cpp */, - B3980D9F29239F3600A82429 /* ssa.cpp */, - B3980DA129239F3600A82429 /* blockmanager.h */, - B3980DA429239F3600A82429 /* decoder_opcodes.h */, - B3980D9B29239F3600A82429 /* decoder.h */, - B3980D9A29239F3600A82429 /* ngen.h */, - B3980DA229239F3600A82429 /* shil_canonical.h */, - B3980D9929239F3600A82429 /* shil.h */, - B3980D9D29239F3600A82429 /* ssa_regalloc.h */, - B3980DA329239F3600A82429 /* ssa.h */, ); - path = dyna; + name = Products; sourceTree = ""; }; - B3980DAE29239F3600A82429 /* interpr */ = { + B3032C6A2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980DB229239F3600A82429 /* sh4_fpu.cpp */, - B3980DB029239F3600A82429 /* sh4_interpreter.cpp */, - B3980DAF29239F3600A82429 /* sh4_opcodes.cpp */, - B3980DB129239F3600A82429 /* sh4_opcodes.h */, ); - path = interpr; + name = Products; sourceTree = ""; }; - B3980DB729239F3600A82429 /* modules */ = { + B3032C6C2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980DBB29239F3600A82429 /* bsc.cpp */, - B3980DBC29239F3600A82429 /* ccn.cpp */, - B3980DC629239F3600A82429 /* cpg.cpp */, - B3980DC029239F3600A82429 /* dmac.cpp */, - B3980DBF29239F3600A82429 /* fastmmu.cpp */, - B3980DB929239F3600A82429 /* intc.cpp */, - B3980DC429239F3600A82429 /* mmu.cpp */, - B3980DC229239F3600A82429 /* rtc.cpp */, - B3980DC129239F3600A82429 /* serial.cpp */, - B3980DC329239F3600A82429 /* tmu.cpp */, - B3980DB829239F3600A82429 /* ubc.cpp */, - B3980DC529239F3600A82429 /* ccn.h */, - B3980DBD29239F3600A82429 /* dmac.h */, - B3980DBA29239F3600A82429 /* mmu.h */, - B3980DBE29239F3600A82429 /* modules.h */, - B3980DC729239F3600A82429 /* wince.h */, ); - path = modules; + name = Products; sourceTree = ""; }; - B3980DCB29239F3600A82429 /* gdrom */ = { + B3032C6E2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980DCC29239F3600A82429 /* gdrom_response.cpp */, - B3980DCD29239F3600A82429 /* gdromv3.cpp */, - B3980DD029239F3600A82429 /* gdrom_if.h */, - B3980DCF29239F3600A82429 /* gdromv3.h */, - B3980DCE29239F3600A82429 /* README.md */, ); - path = gdrom; + name = Products; sourceTree = ""; }; - B3980DD129239F3600A82429 /* pvr */ = { + B3032C702D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - 934BE784296E638800FB9933 /* ta_util.cpp */, - B34CFF61295F303E0014C8AF /* elan.cpp */, - B34CFF63295F30540014C8AF /* pvr.cpp */, - B3980DD429239F3600A82429 /* pvr_mem.cpp */, - B3980DE329239F3600A82429 /* pvr_regs.cpp */, - B3980DDA29239F3600A82429 /* pvr_sb_regs.cpp */, - B3980DE029239F3600A82429 /* Renderer_if.cpp */, - B3980DD729239F3600A82429 /* spg.cpp */, - B3980DD329239F3600A82429 /* ta_ctx.cpp */, - B3980DE129239F3600A82429 /* ta_vtx.cpp */, - B3980DE429239F3600A82429 /* ta.cpp */, - B3980DDB29239F3600A82429 /* helper_classes.h */, - B3980DD929239F3600A82429 /* pvr_mem.h */, - B3980DDE29239F3600A82429 /* pvr_regs.h */, - B3980DD829239F3600A82429 /* pvr_sb_regs.h */, - B3980DD529239F3600A82429 /* Renderer_if.h */, - B3980DDD29239F3600A82429 /* spg.h */, - B3980DE229239F3600A82429 /* ta_const_df.h */, - B3980DD629239F3600A82429 /* ta_ctx.h */, - B3980DD229239F3600A82429 /* ta_structs.h */, - B3980DDC29239F3600A82429 /* ta.h */, ); - path = pvr; + name = Products; sourceTree = ""; }; - B3980DE529239F3600A82429 /* flashrom */ = { + B3032C722D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980DE729239F3600A82429 /* flashrom.cpp */, - B3980DE629239F3600A82429 /* flashrom.h */, ); - path = flashrom; + name = Products; sourceTree = ""; }; - B3980DE829239F3600A82429 /* naomi */ = { + B3032C742D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B34CFF6A295F31EC0014C8AF /* card_reader.cpp */, - B3980DE929239F3600A82429 /* awcartridge.cpp */, - B3980DED29239F3600A82429 /* decrypt.cpp */, - B3980DF329239F3600A82429 /* gdcartridge.cpp */, - B3980DF229239F3600A82429 /* m1cartridge.cpp */, - B3980DF429239F3600A82429 /* m4cartridge.cpp */, - B3980DF729239F3600A82429 /* naomi_cart.cpp */, - B3980DF529239F3600A82429 /* naomi_flashrom.cpp */, - B3980DF929239F3600A82429 /* naomi_m3comm.cpp */, - B3980DFC29239F3600A82429 /* naomi_roms.cpp */, - B3980DFD29239F3600A82429 /* naomi.cpp */, - B3980DFE29239F3600A82429 /* awave_regs.h */, - B3980DF829239F3600A82429 /* awcartridge.h */, - B3980DEB29239F3600A82429 /* decrypt.h */, - B3980E0029239F3600A82429 /* gdcartridge.h */, - B3980DEF29239F3600A82429 /* m1cartridge.h */, - B3980DF029239F3600A82429 /* m4cartridge.h */, - B3980DF129239F3600A82429 /* naomi_cart.h */, - B3980DEE29239F3600A82429 /* naomi_flashrom.h */, - B3980DFF29239F3600A82429 /* naomi_m3comm.h */, - B3980DEC29239F3600A82429 /* naomi_regs.h */, - B3980DFB29239F3600A82429 /* naomi_roms_eeprom.h */, - B3980DEA29239F3600A82429 /* naomi_roms_input.h */, - B3980DF629239F3600A82429 /* naomi_roms.h */, - B3980DFA29239F3600A82429 /* naomi.h */, ); - path = naomi; + name = Products; sourceTree = ""; }; - B3980E0129239F3600A82429 /* maple */ = { + B3032C762D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E0729239F3600A82429 /* maple_cfg.cpp */, - B3980E0A29239F3600A82429 /* maple_devs.cpp */, - B3980E0529239F3600A82429 /* maple_helper.cpp */, - B3980E0329239F3600A82429 /* maple_if.cpp */, - B3980E0429239F3600A82429 /* maple_jvs.cpp */, - B3980E0629239F3600A82429 /* maple_cfg.h */, - B3980E0829239F3600A82429 /* maple_devs.h */, - B3980E0229239F3600A82429 /* maple_helper.h */, - B3980E0929239F3600A82429 /* maple_if.h */, ); - path = maple; + name = Products; sourceTree = ""; }; - B3980E0B29239F3600A82429 /* modem */ = { + B3032C782D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E0C29239F3600A82429 /* modem_regs.h */, - B3980E0D29239F3600A82429 /* modem.h */, - B3980E0E29239F3600A82429 /* modem.cpp */, ); - path = modem; + name = Products; sourceTree = ""; }; - B3980E0F29239F3600A82429 /* arm7 */ = { + B3032C7A2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E1029239F3600A82429 /* arm_mem.cpp */, - B3980E1629239F3600A82429 /* arm7_rec_arm32.cpp */, - B3980E1929239F3600A82429 /* arm7_rec_arm64.cpp */, - B3980E1229239F3600A82429 /* arm7_rec_x64.cpp */, - B3980E1829239F3600A82429 /* arm7_rec.cpp */, - B3980E1529239F3600A82429 /* arm7.cpp */, - B3980E1129239F3600A82429 /* arm_mem.h */, - B3980E1A29239F3600A82429 /* arm-new.h */, - B3980E1329239F3600A82429 /* arm7_rec.h */, - B3980E1429239F3600A82429 /* arm7.h */, ); - path = arm7; + name = Products; sourceTree = ""; }; - B3980E1B29239F3600A82429 /* aica */ = { + B3032C7C2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E1C29239F3600A82429 /* aica_if.cpp */, - B3980E2129239F3600A82429 /* aica_mem.cpp */, - B3980E2329239F3600A82429 /* aica.cpp */, - B3980E2829239F3600A82429 /* dsp_arm32.cpp */, - B3980E1F29239F3600A82429 /* dsp_arm64.cpp */, - B3980E2629239F3600A82429 /* dsp_interp.cpp */, - B3980E1D29239F3600A82429 /* dsp_x64.cpp */, - B3980E2229239F3600A82429 /* dsp_x86.cpp */, - B3980E2029239F3600A82429 /* dsp.cpp */, - B3980E2A29239F3600A82429 /* sgc_if.cpp */, - B3980E2929239F3600A82429 /* aica_if.h */, - B3980E2429239F3600A82429 /* aica_mem.h */, - B3980E1E29239F3600A82429 /* aica.h */, - B3980E2529239F3600A82429 /* dsp.h */, - B3980E2729239F3600A82429 /* sgc_if.h */, ); - path = aica; + name = Products; sourceTree = ""; }; - B3980E2B29239F3600A82429 /* bba */ = { + B3032C7E2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E2F29239F3600A82429 /* bba.cpp */, - B3980E2E29239F3600A82429 /* rtl8139c.cpp */, - B3980E2D29239F3600A82429 /* bba.h */, - B3980E2C29239F3600A82429 /* rtl8139c.h */, ); - path = bba; + name = Products; sourceTree = ""; }; - B3980E3029239F3600A82429 /* mem */ = { + B3032C802D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B34CFF74295F32990014C8AF /* mem_watch.cpp */, - B3980E3129239F3600A82429 /* _vmem.h */, - B3980E3229239F3600A82429 /* _vmem.cpp */, ); - path = mem; + name = Products; sourceTree = ""; }; - B3980E3329239F3600A82429 /* archive */ = { + B3032C822D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E3629239F3600A82429 /* 7zArchive.cpp */, - B3980E3A29239F3600A82429 /* archive.cpp */, - B3980E3929239F3600A82429 /* rzip.cpp */, - B3980E3529239F3600A82429 /* ZipArchive.cpp */, - B3980E3B29239F3600A82429 /* 7zArchive.h */, - B3980E3729239F3600A82429 /* archive.h */, - B3980E3429239F3600A82429 /* rzip.h */, - B3980E3829239F3600A82429 /* ZipArchive.h */, ); - path = archive; + name = Products; sourceTree = ""; }; - B3980E3F29239F3600A82429 /* input */ = { + B3032C842D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E4129239F3600A82429 /* gamepad_device.cpp */, - B3980E4229239F3600A82429 /* mapping.cpp */, - B3980E4329239F3600A82429 /* gamepad_device.h */, - B3980E4529239F3700A82429 /* gamepad.h */, - B3980E4429239F3700A82429 /* keyboard_device.h */, - B3980E4029239F3600A82429 /* mapping.h */, ); - path = input; + name = Products; sourceTree = ""; }; - B3980E4729239F3700A82429 /* network */ = { + B3032C862D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B34CFF6C295F32360014C8AF /* ggpo.cpp */, - B34CFF6E295F32370014C8AF /* net_handshake.cpp */, - B34CFF6D295F32370014C8AF /* output.cpp */, - B3980E4D29239F3700A82429 /* ifaddrs.c */, - B3980E4F29239F3700A82429 /* dns.cpp */, - B3980E4E29239F3700A82429 /* miniupnp.cpp */, - B3980E4929239F3700A82429 /* naomi_network.cpp */, - B3980E4A29239F3700A82429 /* picoppp.cpp */, - B3980E4C29239F3700A82429 /* miniupnp.h */, - B3980E4829239F3700A82429 /* naomi_network.h */, - B3980E5029239F3700A82429 /* net_platform.h */, - B3980E4B29239F3700A82429 /* picoppp.h */, ); - path = network; + name = Products; sourceTree = ""; }; - B3980E5129239F3700A82429 /* imgread */ = { + B3032C882D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E5429239F3700A82429 /* cdi.cpp */, - B3980E5929239F3700A82429 /* chd.cpp */, - B3980E5329239F3700A82429 /* common.cpp */, - B3980E5629239F3700A82429 /* cue.cpp */, - B3980E5229239F3700A82429 /* gdi.cpp */, - B3980E5529239F3700A82429 /* ImgReader.cpp */, - B3980E5829239F3700A82429 /* ioctl.cpp */, - B34CFF72295F327C0014C8AF /* isofs.cpp */, - B3980E5729239F3700A82429 /* common.h */, ); - path = imgread; + name = Products; sourceTree = ""; }; - B3980E5A29239F3700A82429 /* cfg */ = { + B3032C8A2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E5B29239F3700A82429 /* cfg.cpp */, - B3980E6029239F3700A82429 /* cl.cpp */, - B3980E5F29239F3700A82429 /* ini.cpp */, - B3980E5E29239F3700A82429 /* option.cpp */, - B3980E6129239F3700A82429 /* cfg.h */, - B3980E5C29239F3700A82429 /* ini.h */, - B3980E5D29239F3700A82429 /* option.h */, ); - path = cfg; + name = Products; sourceTree = ""; }; - B3980E6629239F3700A82429 /* rec-ARM */ = { + B3032C8C2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E6729239F3700A82429 /* rec_arm.cpp */, ); - path = "rec-ARM"; + name = Products; sourceTree = ""; }; - B3980E6929239F3700A82429 /* rec-ARM64 */ = { + B3032C8E2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E6A29239F3700A82429 /* rec_arm64.cpp */, - B3980E6B29239F3700A82429 /* arm64_regalloc.h */, - B3980E6C29239F3700A82429 /* arm64_unwind.h */, ); - path = "rec-ARM64"; + name = Products; sourceTree = ""; }; - B3980E6D29239F3700A82429 /* wsi */ = { + B3032C902D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E7A29239F3700A82429 /* gl32funcs.c */, - B3980E7B29239F3700A82429 /* egl.cpp */, - B3980E7529239F3700A82429 /* gl_context.cpp */, - B3980E7429239F3700A82429 /* gl4funcs.cpp */, - B3980E7929239F3700A82429 /* libretro.cpp */, - B3980E6F29239F3700A82429 /* osx.cpp */, - B3980E7629239F3700A82429 /* sdl.cpp */, - B3980E7829239F3700A82429 /* switcher.cpp */, - B3980E7129239F3700A82429 /* wgl.cpp */, - B3980E8029239F3700A82429 /* xgl.cpp */, - B3980E7329239F3700A82429 /* context.h */, - B3980E6E29239F3700A82429 /* egl.h */, - B3980E7F29239F3700A82429 /* gl_context.h */, - B3980E7229239F3700A82429 /* gl32funcs.h */, - B3980E7729239F3700A82429 /* libretro.h */, - B3980E7E29239F3700A82429 /* osx.h */, - B3980E7D29239F3700A82429 /* sdl.h */, - B3980E7029239F3700A82429 /* wgl.h */, - B3980E7C29239F3700A82429 /* xgl.h */, ); - path = wsi; + name = Products; sourceTree = ""; }; - B3980E8129239F3700A82429 /* sdl */ = { + B3032C922D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E8229239F3700A82429 /* sdl_keyboard.h */, - B3980E8329239F3700A82429 /* sdl_gamepad.h */, - B3980E8429239F3700A82429 /* sdl.cpp */, - B3980E8529239F3700A82429 /* sdl.h */, ); - path = sdl; + name = Products; sourceTree = ""; }; - B3980E8629239F3700A82429 /* linux */ = { + B3032C942D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E8729239F3700A82429 /* common.cpp */, - B3980E8829239F3700A82429 /* posix_vmem.cpp */, - B3980E8929239F3700A82429 /* context.cpp */, - B3980E8A29239F3700A82429 /* unwind_info.cpp */, - B3980E8B29239F3700A82429 /* libnx_vmem.cpp */, ); - path = linux; + name = Products; sourceTree = ""; }; - B3980E8E29239F3700A82429 /* deps */ = { + B3032C962D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B34CFF66295F31C70014C8AF /* md5 */, - B39829E129239F4700A82429 /* breakpad */, - B39821F129239F4300A82429 /* chdpsr */, - B3980FC129239F3700A82429 /* dirent */, - B398242B29239F4400A82429 /* glm */, - B39810A529239F3700A82429 /* glslang */, - B3981A3B29239F3F00A82429 /* gtest */, - B3980FB529239F3700A82429 /* imgui */, - B3980FC329239F3700A82429 /* libchdr */, - B398217629239F4300A82429 /* libelf */, - B398217E29239F4300A82429 /* libretro-common */, - B398222F29239F4300A82429 /* libzip */, - B3982E1A29239F4900A82429 /* lzma */, - B3980EFB29239F3700A82429 /* miniupnpc */, - B3980E8F29239F3700A82429 /* nowide */, - B3980F8529239F3700A82429 /* oboe */, - B398103229239F3700A82429 /* picotcp */, - B3981A6129239F3F00A82429 /* SDL */, - B39819DB29239F3F00A82429 /* stb */, - B3980EBA29239F3700A82429 /* vixl */, - B3980EF429239F3700A82429 /* xbrz */, - B39819DE29239F3F00A82429 /* xbyak */, - B39821F429239F4300A82429 /* xxHash */, ); - path = deps; + name = Products; sourceTree = ""; }; - B3980E8F29239F3700A82429 /* nowide */ = { + B3032C982D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E9029239F3700A82429 /* CMakeLists.txt */, - B3980E9129239F3700A82429 /* test */, - B3980E9929239F3700A82429 /* include */, - B3980EAB29239F3700A82429 /* Doxyfile.in */, - B3980EAC29239F3700A82429 /* contrib */, - B3980EB629239F3700A82429 /* README.md */, - B3980EB729239F3700A82429 /* COPYING */, - B3980EB829239F3700A82429 /* src */, ); - path = nowide; + name = Products; sourceTree = ""; }; - B3980E9129239F3700A82429 /* test */ = { + B3032C9A2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E9229239F3700A82429 /* test_convert.cpp */, - B3980E9329239F3700A82429 /* test_iostream.cpp */, - B3980E9429239F3700A82429 /* test_fstream.cpp */, - B3980E9529239F3700A82429 /* test_system.cpp */, - B3980E9629239F3700A82429 /* test.hpp */, - B3980E9729239F3700A82429 /* test_env.cpp */, - B3980E9829239F3700A82429 /* test_stdio.cpp */, ); - path = test; + name = Products; sourceTree = ""; }; - B3980E9929239F3700A82429 /* include */ = { + B3032C9C2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E9A29239F3700A82429 /* nowide */, ); - path = include; + name = Products; sourceTree = ""; }; - B3980E9A29239F3700A82429 /* nowide */ = { + B3032C9E2D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980E9B29239F3700A82429 /* iostream.hpp */, - B3980E9C29239F3700A82429 /* scoped_ptr.hpp */, - B3980E9D29239F3700A82429 /* utf.hpp */, - B3980E9E29239F3700A82429 /* config.hpp */, - B3980E9F29239F3700A82429 /* system.hpp */, - B3980EA029239F3700A82429 /* encoding_errors.hpp */, - B3980EA129239F3700A82429 /* cstdio.hpp */, - B3980EA229239F3700A82429 /* stackstring.hpp */, - B3980EA329239F3700A82429 /* cenv.hpp */, - B3980EA429239F3700A82429 /* encoding_utf.hpp */, - B3980EA529239F3700A82429 /* windows.hpp */, - B3980EA629239F3700A82429 /* cstdlib.hpp */, - B3980EA729239F3700A82429 /* args.hpp */, - B3980EA829239F3700A82429 /* fstream.hpp */, - B3980EA929239F3700A82429 /* filebuf.hpp */, - B3980EAA29239F3700A82429 /* convert.hpp */, ); - path = nowide; + name = Products; sourceTree = ""; }; - B3980EAC29239F3700A82429 /* contrib */ = { + B3032CA02D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980EAD29239F3700A82429 /* MSVC */, - B3980EB329239F3700A82429 /* CMake */, ); - path = contrib; + name = Products; sourceTree = ""; }; - B3980EAD29239F3700A82429 /* MSVC */ = { + B3032CA22D2378510006215A /* Products */ = { isa = PBXGroup; children = ( - B3980EAE29239F3700A82429 /* NoWide-Android.vcxproj */, - B3980EAF29239F3700A82429 /* NoWide-Windows.vcxproj */, - B3980EB029239F3700A82429 /* NoWide-Android.vcxproj.filters */, - B3980EB129239F3700A82429 /* NoWide.sln */, - B3980EB229239F3700A82429 /* NoWide-Windows.vcxproj.filters */, ); - path = MSVC; + name = Products; sourceTree = ""; }; - B3980EB329239F3700A82429 /* CMake */ = { + B3032CA42D2378520006215A /* Products */ = { isa = PBXGroup; children = ( - B3980EB429239F3700A82429 /* modules */, ); - path = CMake; + name = Products; sourceTree = ""; }; - B3980EB429239F3700A82429 /* modules */ = { + B3032CA62D2378520006215A /* Products */ = { isa = PBXGroup; children = ( - B3980EB529239F3700A82429 /* FindHHC.cmake */, ); - path = modules; + name = Products; sourceTree = ""; }; - B3980EB829239F3700A82429 /* src */ = { + B30F14932D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980EB929239F3700A82429 /* iostream.cpp */, ); - path = src; + name = Products; sourceTree = ""; }; - B3980EBA29239F3700A82429 /* vixl */ = { + B30F14952D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980EF329239F3700A82429 /* code-buffer-vixl.cc */, - B3980EC629239F3700A82429 /* compiler-intrinsics-vixl.cc */, - B3980EBD29239F3700A82429 /* cpu-features.cc */, - B3980EC229239F3700A82429 /* utils-vixl.cc */, - B3980EC429239F3700A82429 /* assembler-base-vixl.h */, - B3980EC329239F3700A82429 /* code-buffer-vixl.h */, - B3980ED729239F3700A82429 /* code-generation-scopes-vixl.h */, - B3980EC529239F3700A82429 /* compiler-intrinsics-vixl.h */, - B3980ED629239F3700A82429 /* cpu-features.h */, - B3980ED829239F3700A82429 /* globals-vixl.h */, - B3980EBF29239F3700A82429 /* invalset-vixl.h */, - B3980EC029239F3700A82429 /* macro-assembler-interface.h */, - B3980EBB29239F3700A82429 /* platform-vixl.h */, - B3980EBE29239F3700A82429 /* pool-manager-impl.h */, - B3980EBC29239F3700A82429 /* pool-manager.h */, - B3980EC129239F3700A82429 /* utils-vixl.h */, - B3980EC729239F3700A82429 /* aarch32 */, - B3980ED929239F3700A82429 /* aarch64 */, ); - path = vixl; + name = Products; sourceTree = ""; }; - B3980EC729239F3700A82429 /* aarch32 */ = { + B30F14972D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980EC829239F3700A82429 /* assembler-aarch32.cc */, - B3980ED129239F3700A82429 /* constants-aarch32.cc */, - B3980ECD29239F3700A82429 /* disasm-aarch32.cc */, - B3980ED029239F3700A82429 /* instructions-aarch32.cc */, - B3980ECA29239F3700A82429 /* location-aarch32.cc */, - B3980ECF29239F3700A82429 /* macro-assembler-aarch32.cc */, - B3980ECE29239F3700A82429 /* operands-aarch32.cc */, - B3980ECB29239F3700A82429 /* assembler-aarch32.h */, - B3980ED429239F3700A82429 /* constants-aarch32.h */, - B3980ED529239F3700A82429 /* disasm-aarch32.h */, - B3980ED229239F3700A82429 /* instructions-aarch32.h */, - B3980EC929239F3700A82429 /* location-aarch32.h */, - B3980ED329239F3700A82429 /* macro-assembler-aarch32.h */, - B3980ECC29239F3700A82429 /* operands-aarch32.h */, ); - path = aarch32; + name = Products; sourceTree = ""; }; - B3980ED929239F3700A82429 /* aarch64 */ = { + B30F14992D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980EF229239F3700A82429 /* assembler-aarch64.cc */, - B3980EF029239F3700A82429 /* cpu-aarch64.cc */, - B3980EDB29239F3700A82429 /* cpu-features-auditor-aarch64.cc */, - B3980EEB29239F3700A82429 /* decoder-aarch64.cc */, - B3980EE829239F3700A82429 /* disasm-aarch64.cc */, - B3980EDF29239F3700A82429 /* instructions-aarch64.cc */, - B3980EDA29239F3700A82429 /* instrument-aarch64.cc */, - B3980EE029239F3700A82429 /* logic-aarch64.cc */, - B3980EE629239F3700A82429 /* macro-assembler-aarch64.cc */, - B3980EE929239F3700A82429 /* operands-aarch64.cc */, - B3980EDD29239F3700A82429 /* pointer-auth-aarch64.cc */, - B3980EE229239F3700A82429 /* simulator-aarch64.cc */, - B3980EF129239F3700A82429 /* abi-aarch64.h */, - B3980EEE29239F3700A82429 /* assembler-aarch64.h */, - B3980EDE29239F3700A82429 /* constants-aarch64.h */, - B3980EDC29239F3700A82429 /* cpu-aarch64.h */, - B3980EEA29239F3700A82429 /* cpu-features-auditor-aarch64.h */, - B3980EE329239F3700A82429 /* decoder-aarch64.h */, - B3980EE129239F3700A82429 /* disasm-aarch64.h */, - B3980EE729239F3700A82429 /* instructions-aarch64.h */, - B3980EED29239F3700A82429 /* instrument-aarch64.h */, - B3980EE529239F3700A82429 /* macro-assembler-aarch64.h */, - B3980EEF29239F3700A82429 /* operands-aarch64.h */, - B3980EEC29239F3700A82429 /* simulator-aarch64.h */, - B3980EE429239F3700A82429 /* simulator-constants-aarch64.h */, - ); - path = aarch64; - sourceTree = ""; - }; - B3980EF429239F3700A82429 /* xbrz */ = { - isa = PBXGroup; - children = ( - B3980EF529239F3700A82429 /* xbrz.h */, - B3980EF629239F3700A82429 /* xbrz_config.h */, - B3980EF729239F3700A82429 /* Changelog.txt */, - B3980EF829239F3700A82429 /* xbrz_tools.h */, - B3980EF929239F3700A82429 /* License.txt */, - B3980EFA29239F3700A82429 /* xbrz.cpp */, - ); - path = xbrz; - sourceTree = ""; - }; - B3980EFB29239F3700A82429 /* miniupnpc */ = { - isa = PBXGroup; - children = ( - 934BE954296EB70800FB9933 /* addr_is_reserved.c */, - 934BE94A296EB70500FB9933 /* addr_is_reserved.h */, - 934BE956296EB70900FB9933 /* codelength.h */, - 934BE93B296EB6ED00FB9933 /* connecthostport.c */, - 934BE947296EB70300FB9933 /* connecthostport.h */, - 934BE94B296EB70500FB9933 /* igd_desc_parse.c */, - 934BE93E296EB6EE00FB9933 /* listdevices.c */, - 934BE94C296EB70500FB9933 /* minihttptestserver.c */, - 934BE942296EB70200FB9933 /* minisoap.c */, - 934BE943296EB70200FB9933 /* minisoap.h */, - 934BE95B296EB70A00FB9933 /* minissdpc.c */, - 934BE94F296EB70600FB9933 /* minissdpc.h */, - 934BE94D296EB70600FB9933 /* miniupnpc_socketdef.h */, - 934BE957296EB70900FB9933 /* miniupnpc.c */, - 934BE952296EB70800FB9933 /* miniupnpcmodule.c */, - 934BE949296EB70400FB9933 /* miniwget_private.h */, - 934BE940296EB6EE00FB9933 /* miniwget.c */, - 934BE93F296EB6EE00FB9933 /* minixml.c */, - 934BE944296EB70200FB9933 /* minixml.h */, - 934BE93C296EB6ED00FB9933 /* minixmlvalid.c */, - 934BE945296EB70300FB9933 /* portlistingparse.c */, - 934BE953296EB70800FB9933 /* receivedata.c */, - 934BE946296EB70300FB9933 /* receivedata.h */, - 934BE93D296EB6ED00FB9933 /* testaddr_is_reserved.c */, - 934BE955296EB70900FB9933 /* testigddescparse.c */, - 934BE958296EB70A00FB9933 /* testminiwget.c */, - 934BE959296EB70A00FB9933 /* testminixml.c */, - 934BE95D296EB70B00FB9933 /* testportlistingparse.c */, - 934BE948296EB70400FB9933 /* testupnpreplyparse.c */, - 934BE94E296EB70600FB9933 /* upnpc.c */, - 934BE941296EB70100FB9933 /* upnpcommands.c */, - 934BE95A296EB70A00FB9933 /* upnpdev.c */, - 934BE95C296EB70B00FB9933 /* upnperrors.c */, - 934BE950296EB70700FB9933 /* upnpreplyparse.c */, - 934BE951296EB70700FB9933 /* win32_snprintf.h */, - B3980EFC29239F3700A82429 /* Makefile.mingw */, - B3980F0229239F3700A82429 /* wingenminiupnpcstrings.c */, - B3980F0329239F3700A82429 /* miniupnpcstrings.h.cmake */, - B3980F0529239F3700A82429 /* CMakeLists.txt */, - B3980F0629239F3700A82429 /* testminiwget.sh */, - B3980F0829239F3700A82429 /* miniupnpc.rc */, - B3980F0929239F3700A82429 /* msvc */, - B3980F1829239F3700A82429 /* setupmingw32.py */, - B3980F1A29239F3700A82429 /* LICENSE */, - B3980F1D29239F3700A82429 /* updateminiupnpcstrings.sh */, - B3980F1F29239F3700A82429 /* pymoduletest.py */, - B3980F2029239F3700A82429 /* testreplyparse */, - B3980F2D29239F3700A82429 /* man3 */, - B3980F3029239F3700A82429 /* testupnpigd.py */, - B3980F3229239F3700A82429 /* Makefile */, - B3980F3329239F3700A82429 /* pymoduletest3.py */, - B3980F3B29239F3700A82429 /* java */, - B3980F4029239F3700A82429 /* MANIFEST.in */, - B3980F4229239F3700A82429 /* README */, - B3980F4329239F3700A82429 /* miniupnpc.def */, - B3980F4929239F3700A82429 /* external-ip.sh */, - B3980F4A29239F3700A82429 /* miniupnpcstrings.h.in */, - B3980F4B29239F3700A82429 /* setup.py */, - B3980F4D29239F3700A82429 /* testupnpreplyparse.sh */, - B3980F4F29239F3700A82429 /* apiversions.txt */, - B3980F5129239F3700A82429 /* .gitignore */, - B3980F5529239F3700A82429 /* miniupnpc-config.cmake */, - B3980F5629239F3700A82429 /* Changelog.txt */, - B3980F6129239F3700A82429 /* testdesc */, - B3980F6829239F3700A82429 /* mingw32make.bat */, ); - path = miniupnpc; + name = Products; sourceTree = ""; }; - B3980F0929239F3700A82429 /* msvc */ = { + B30F149B2D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F0A29239F3700A82429 /* upnpc-static.vcxproj */, - B3980F0B29239F3700A82429 /* upnpc-static_vs2010.vcxproj */, - B3980F0C29239F3700A82429 /* miniupnpc.vcproj */, - B3980F0D29239F3700A82429 /* upnpc-static.vcproj */, - B3980F0E29239F3700A82429 /* upnpc-static.vcxproj.filters */, - B3980F0F29239F3700A82429 /* miniupnpc.vcxproj */, - B3980F1029239F3700A82429 /* miniupnpc.vcxproj.filters */, - B3980F1129239F3700A82429 /* miniupnpc_vs2010.vcxproj */, - B3980F1229239F3700A82429 /* miniupnpc.sln */, - B3980F1329239F3700A82429 /* miniupnpc_vs2010.vcxproj.filters */, - B3980F1429239F3700A82429 /* miniupnpc_vs2015.sln */, - B3980F1529239F3700A82429 /* .gitignore */, - B3980F1629239F3700A82429 /* miniupnpc_vs2010.sln */, - B3980F1729239F3700A82429 /* genminiupnpcstrings.vbs */, ); - path = msvc; + name = Products; sourceTree = ""; }; - B3980F2029239F3700A82429 /* testreplyparse */ = { + B30F149D2D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F2129239F3700A82429 /* GetSpecificPortMappingEntryResp.xml */, - B3980F2229239F3700A82429 /* SetDefaultConnectionService.xml */, - B3980F2329239F3700A82429 /* GetExternalIPAddress.xml */, - B3980F2429239F3700A82429 /* GetSpecificPortMappingEntryResp.namevalue */, - B3980F2529239F3700A82429 /* DeletePortMapping.namevalue */, - B3980F2629239F3700A82429 /* GetSpecificPortMappingEntryReq.namevalue */, - B3980F2729239F3700A82429 /* readme.txt */, - B3980F2829239F3700A82429 /* DeletePortMapping.xml */, - B3980F2929239F3700A82429 /* GetSpecificPortMappingEntryReq.xml */, - B3980F2A29239F3700A82429 /* GetExternalIPAddress.namevalue */, - B3980F2B29239F3700A82429 /* SetDefaultConnectionService.namevalue */, ); - path = testreplyparse; + name = Products; sourceTree = ""; }; - B3980F2D29239F3700A82429 /* man3 */ = { + B30F149F2D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F2E29239F3700A82429 /* miniupnpc.3 */, ); - path = man3; + name = Products; sourceTree = ""; }; - B3980F3B29239F3700A82429 /* java */ = { + B30F14A12D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F3C29239F3700A82429 /* testjava.sh */, - B3980F3D29239F3700A82429 /* JavaBridgeTest.java */, - B3980F3E29239F3700A82429 /* testjava.bat */, - B3980F3F29239F3700A82429 /* .gitignore */, ); - path = java; + name = Products; sourceTree = ""; }; - B3980F6129239F3700A82429 /* testdesc */ = { + B30F14A32D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F6229239F3700A82429 /* linksys_WAG200G_desc.values */, - B3980F6329239F3700A82429 /* new_LiveBox_desc.xml */, - B3980F6429239F3700A82429 /* linksys_WAG200G_desc.xml */, - B3980F6529239F3700A82429 /* new_LiveBox_desc.values */, ); - path = testdesc; + name = Products; sourceTree = ""; }; - B3980F8529239F3700A82429 /* oboe */ = { + B30F14A52D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F8629239F3700A82429 /* gamesdk.cmake */, - B3980F8729239F3700A82429 /* include */, - B3980F9429239F3700A82429 /* libs */, ); - path = oboe; + name = Products; sourceTree = ""; }; - B3980F8729239F3700A82429 /* include */ = { + B30F14A72D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F8829239F3700A82429 /* oboe */, ); - path = include; + name = Products; sourceTree = ""; }; - B3980F8829239F3700A82429 /* oboe */ = { + B30F14A92D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F8929239F3700A82429 /* LatencyTuner.h */, - B3980F8A29239F3700A82429 /* Version.h */, - B3980F8B29239F3700A82429 /* Utilities.h */, - B3980F8C29239F3700A82429 /* AudioStreamBuilder.h */, - B3980F8D29239F3700A82429 /* ResultWithValue.h */, - B3980F8E29239F3700A82429 /* AudioStreamBase.h */, - B3980F8F29239F3700A82429 /* AudioStream.h */, - B3980F9029239F3700A82429 /* StabilizedCallback.h */, - B3980F9129239F3700A82429 /* AudioStreamCallback.h */, - B3980F9229239F3700A82429 /* Oboe.h */, - B3980F9329239F3700A82429 /* Definitions.h */, ); - path = oboe; + name = Products; sourceTree = ""; }; - B3980F9429239F3700A82429 /* libs */ = { + B30F14AB2D28A6A9005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F9529239F3700A82429 /* armeabi-v7a_API28_NDK21_cpp_static_RelWithDebInfo */, - B3980F9729239F3700A82429 /* x86_API28_NDK21_cpp_static_Release */, - B3980F9929239F3700A82429 /* x86_API28_NDK21_cpp_static_RelWithDebInfo */, - B3980F9B29239F3700A82429 /* arm64-v8a_API29_NDK21_cpp_static_Release */, - B3980F9D29239F3700A82429 /* x86_64_API28_NDK21_cpp_static_Release */, - B3980F9F29239F3700A82429 /* arm64-v8a_API29_NDK21_cpp_static_RelWithDebInfo */, - B3980FA129239F3700A82429 /* x86_64_API29_NDK21_cpp_static_Release */, - B3980FA329239F3700A82429 /* x86_64_API28_NDK21_cpp_static_RelWithDebInfo */, - B3980FA529239F3700A82429 /* x86_API29_NDK21_cpp_static_Release */, - B3980FA729239F3700A82429 /* arm64-v8a_API28_NDK21_cpp_static_Release */, - B3980FA929239F3700A82429 /* armeabi-v7a_API28_NDK21_cpp_static_Release */, - B3980FAB29239F3700A82429 /* x86_64_API29_NDK21_cpp_static_RelWithDebInfo */, - B3980FAD29239F3700A82429 /* x86_API29_NDK21_cpp_static_RelWithDebInfo */, - B3980FAF29239F3700A82429 /* armeabi-v7a_API29_NDK21_cpp_static_RelWithDebInfo */, - B3980FB129239F3700A82429 /* arm64-v8a_API28_NDK21_cpp_static_RelWithDebInfo */, - B3980FB329239F3700A82429 /* armeabi-v7a_API29_NDK21_cpp_static_Release */, ); - path = libs; + name = Products; sourceTree = ""; }; - B3980F9529239F3700A82429 /* armeabi-v7a_API28_NDK21_cpp_static_RelWithDebInfo */ = { + B30F14AD2D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F9629239F3700A82429 /* liboboe_static.a */, ); - path = "armeabi-v7a_API28_NDK21_cpp_static_RelWithDebInfo"; + name = Products; sourceTree = ""; }; - B3980F9729239F3700A82429 /* x86_API28_NDK21_cpp_static_Release */ = { + B30F14AF2D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F9829239F3700A82429 /* liboboe_static.a */, ); - path = x86_API28_NDK21_cpp_static_Release; + name = Products; sourceTree = ""; }; - B3980F9929239F3700A82429 /* x86_API28_NDK21_cpp_static_RelWithDebInfo */ = { + B30F14B12D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F9A29239F3700A82429 /* liboboe_static.a */, ); - path = x86_API28_NDK21_cpp_static_RelWithDebInfo; + name = Products; sourceTree = ""; }; - B3980F9B29239F3700A82429 /* arm64-v8a_API29_NDK21_cpp_static_Release */ = { + B30F14B32D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F9C29239F3700A82429 /* liboboe_static.a */, ); - path = "arm64-v8a_API29_NDK21_cpp_static_Release"; + name = Products; sourceTree = ""; }; - B3980F9D29239F3700A82429 /* x86_64_API28_NDK21_cpp_static_Release */ = { + B30F14B52D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980F9E29239F3700A82429 /* liboboe_static.a */, ); - path = x86_64_API28_NDK21_cpp_static_Release; + name = Products; sourceTree = ""; }; - B3980F9F29239F3700A82429 /* arm64-v8a_API29_NDK21_cpp_static_RelWithDebInfo */ = { + B30F14B72D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980FA029239F3700A82429 /* liboboe_static.a */, ); - path = "arm64-v8a_API29_NDK21_cpp_static_RelWithDebInfo"; + name = Products; sourceTree = ""; }; - B3980FA129239F3700A82429 /* x86_64_API29_NDK21_cpp_static_Release */ = { + B30F14B92D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980FA229239F3700A82429 /* liboboe_static.a */, ); - path = x86_64_API29_NDK21_cpp_static_Release; + name = Products; sourceTree = ""; }; - B3980FA329239F3700A82429 /* x86_64_API28_NDK21_cpp_static_RelWithDebInfo */ = { + B30F14BB2D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980FA429239F3700A82429 /* liboboe_static.a */, ); - path = x86_64_API28_NDK21_cpp_static_RelWithDebInfo; + name = Products; sourceTree = ""; }; - B3980FA529239F3700A82429 /* x86_API29_NDK21_cpp_static_Release */ = { + B30F14BD2D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980FA629239F3700A82429 /* liboboe_static.a */, ); - path = x86_API29_NDK21_cpp_static_Release; + name = Products; sourceTree = ""; }; - B3980FA729239F3700A82429 /* arm64-v8a_API28_NDK21_cpp_static_Release */ = { + B30F14BF2D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980FA829239F3700A82429 /* liboboe_static.a */, ); - path = "arm64-v8a_API28_NDK21_cpp_static_Release"; + name = Products; sourceTree = ""; }; - B3980FA929239F3700A82429 /* armeabi-v7a_API28_NDK21_cpp_static_Release */ = { + B30F14C12D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980FAA29239F3700A82429 /* liboboe_static.a */, ); - path = "armeabi-v7a_API28_NDK21_cpp_static_Release"; + name = Products; sourceTree = ""; }; - B3980FAB29239F3700A82429 /* x86_64_API29_NDK21_cpp_static_RelWithDebInfo */ = { + B30F14C32D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980FAC29239F3700A82429 /* liboboe_static.a */, ); - path = x86_64_API29_NDK21_cpp_static_RelWithDebInfo; + name = Products; sourceTree = ""; }; - B3980FAD29239F3700A82429 /* x86_API29_NDK21_cpp_static_RelWithDebInfo */ = { + B30F14C52D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980FAE29239F3700A82429 /* liboboe_static.a */, ); - path = x86_API29_NDK21_cpp_static_RelWithDebInfo; + name = Products; sourceTree = ""; }; - B3980FAF29239F3700A82429 /* armeabi-v7a_API29_NDK21_cpp_static_RelWithDebInfo */ = { + B30F14C72D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980FB029239F3700A82429 /* liboboe_static.a */, ); - path = "armeabi-v7a_API29_NDK21_cpp_static_RelWithDebInfo"; + name = Products; sourceTree = ""; }; - B3980FB129239F3700A82429 /* arm64-v8a_API28_NDK21_cpp_static_RelWithDebInfo */ = { + B30F14C92D28A6AA005EB516 /* Products */ = { isa = PBXGroup; children = ( - B3980FB229239F3700A82429 /* liboboe_static.a */, ); - path = "arm64-v8a_API28_NDK21_cpp_static_RelWithDebInfo"; + name = Products; sourceTree = ""; }; - B3980FB329239F3700A82429 /* armeabi-v7a_API29_NDK21_cpp_static_Release */ = { + B31401432D000760009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FB429239F3700A82429 /* liboboe_static.a */, ); - path = "armeabi-v7a_API29_NDK21_cpp_static_Release"; + name = Products; sourceTree = ""; }; - B3980FB529239F3700A82429 /* imgui */ = { + B31401452D000760009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FB629239F3700A82429 /* imgui.h */, - B3980FB729239F3700A82429 /* imstb_textedit.h */, - B3980FB829239F3700A82429 /* imconfig.h */, - B3980FB929239F3700A82429 /* imgui_widgets.cpp */, - B3980FBA29239F3700A82429 /* imstb_truetype.h */, - B3980FBB29239F3700A82429 /* imgui.cpp */, - B3980FBC29239F3700A82429 /* imgui_internal.h */, - B3980FBD29239F3700A82429 /* imstb_rectpack.h */, - B3980FBE29239F3700A82429 /* imgui_demo.cpp */, - B3980FBF29239F3700A82429 /* roboto_medium.h */, - B3980FC029239F3700A82429 /* imgui_draw.cpp */, ); - path = imgui; + name = Products; sourceTree = ""; }; - B3980FC129239F3700A82429 /* dirent */ = { + B31401472D000760009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FC229239F3700A82429 /* dirent.h */, ); - path = dirent; + name = Products; sourceTree = ""; }; - B3980FC329239F3700A82429 /* libchdr */ = { + B31401492D000760009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FC429239F3700A82429 /* pkg-config.pc.in */, - B3980FC529239F3700A82429 /* CMakeLists.txt */, - B3980FC629239F3700A82429 /* include */, - B3980FD129239F3700A82429 /* tests */, - B3980FD429239F3700A82429 /* README.md */, - B3980FD529239F3700A82429 /* deps */, - B398102A29239F3700A82429 /* LICENSE.txt */, - B398102B29239F3700A82429 /* src */, ); - path = libchdr; + name = Products; sourceTree = ""; }; - B3980FC629239F3700A82429 /* include */ = { + B314014B2D000760009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FC729239F3700A82429 /* libchdr */, - B3980FCF29239F3700A82429 /* dr_libs */, ); - path = include; + name = Products; sourceTree = ""; }; - B3980FC729239F3700A82429 /* libchdr */ = { + B314014D2D000760009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FC829239F3700A82429 /* flac.h */, - B3980FC929239F3700A82429 /* chdconfig.h */, - B3980FCA29239F3700A82429 /* bitstream.h */, - B3980FCB29239F3700A82429 /* cdrom.h */, - B3980FCC29239F3700A82429 /* chd.h */, - B3980FCD29239F3700A82429 /* huffman.h */, - B3980FCE29239F3700A82429 /* coretypes.h */, ); - path = libchdr; + name = Products; sourceTree = ""; }; - B3980FCF29239F3700A82429 /* dr_libs */ = { + B314014F2D000760009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FD029239F3700A82429 /* dr_flac.h */, ); - path = dr_libs; + name = Products; sourceTree = ""; }; - B3980FD129239F3700A82429 /* tests */ = { + B31401512D000760009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FD229239F3700A82429 /* benchmark.c */, - B3980FD329239F3700A82429 /* build_tests.sh */, ); - path = tests; + name = Products; sourceTree = ""; }; - B3980FD529239F3700A82429 /* deps */ = { + B31401532D000760009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FD629239F3700A82429 /* zlib-1.2.11 */, - B398100929239F3700A82429 /* lzma-19.00 */, ); - path = deps; + name = Products; sourceTree = ""; }; - B3980FD629239F3700A82429 /* zlib-1.2.11 */ = { + B31401552D000760009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FD729239F3700A82429 /* zutil.h */, - B3980FD829239F3700A82429 /* inftrees.h */, - B3980FD929239F3700A82429 /* inflate.c */, - B3980FDA29239F3700A82429 /* CMakeLists.txt */, - B3980FDB29239F3700A82429 /* zlib.map */, - B3980FDC29239F3700A82429 /* zlib.pc.cmakein */, - B3980FDD29239F3700A82429 /* zlib.3.pdf */, - B3980FDE29239F3700A82429 /* configure */, - B3980FDF29239F3700A82429 /* compress.c */, - B3980FE029239F3700A82429 /* zlib.3 */, - B3980FE129239F3700A82429 /* ChangeLog */, - B3980FE229239F3700A82429 /* deflate.c */, - B3980FE329239F3700A82429 /* inffixed.h */, - B3980FE429239F3700A82429 /* Makefile */, - B3980FE529239F3700A82429 /* FAQ */, - B3980FE629239F3700A82429 /* gzread.c */, - B3980FE729239F3700A82429 /* zconf.h.in */, - B3980FE829239F3700A82429 /* trees.h */, - B3980FE929239F3700A82429 /* zconf.h.cmakein */, - B3980FEA29239F3700A82429 /* inffast.h */, - B3980FEB29239F3700A82429 /* treebuild.xml */, - B3980FEC29239F3700A82429 /* crc32.c */, - B3980FED29239F3700A82429 /* README */, - B3980FEE29239F3700A82429 /* infback.c */, - B3980FEF29239F3700A82429 /* zutil.c */, - B3980FF029239F3700A82429 /* deflate.h */, - B3980FF129239F3700A82429 /* zlib.pc.in */, - B3980FF229239F3700A82429 /* zlib2ansi */, - B3980FF329239F3700A82429 /* gzguts.h */, - B3980FF429239F3700A82429 /* zlib.h */, - B3980FF529239F3700A82429 /* gzlib.c */, - B3980FF629239F3700A82429 /* make_vms.com */, - B3980FF729239F3700A82429 /* inflate.h */, - B3980FF829239F3700A82429 /* inftrees.c */, - B3980FF929239F3700A82429 /* INDEX */, - B3980FFA29239F3700A82429 /* doc */, - B398100029239F3700A82429 /* uncompr.c */, - B398100129239F3700A82429 /* gzwrite.c */, - B398100229239F3700A82429 /* trees.c */, - B398100329239F3700A82429 /* gzclose.c */, - B398100429239F3700A82429 /* crc32.h */, - B398100529239F3700A82429 /* Makefile.in */, - B398100629239F3700A82429 /* inffast.c */, - B398100729239F3700A82429 /* adler32.c */, - B398100829239F3700A82429 /* zconf.h */, ); - path = "zlib-1.2.11"; + name = Products; sourceTree = ""; }; - B3980FFA29239F3700A82429 /* doc */ = { + B31401572D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3980FFB29239F3700A82429 /* rfc1952.txt */, - B3980FFC29239F3700A82429 /* rfc1950.txt */, - B3980FFD29239F3700A82429 /* algorithm.txt */, - B3980FFE29239F3700A82429 /* rfc1951.txt */, - B3980FFF29239F3700A82429 /* txtvsbin.txt */, ); - path = doc; + name = Products; sourceTree = ""; }; - B398100929239F3700A82429 /* lzma-19.00 */ = { + B31401592D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398100A29239F3700A82429 /* lzma.vcxproj.filters */, - B398100B29239F3700A82429 /* CMakeLists.txt */, - B398100C29239F3700A82429 /* LICENSE */, - B398100D29239F3700A82429 /* include */, - B398101C29239F3700A82429 /* lzma.vcxproj */, - B398101D29239F3700A82429 /* lzma.txt */, - B398101E29239F3700A82429 /* lzma-history.txt */, - B398101F29239F3700A82429 /* src */, ); - path = "lzma-19.00"; + name = Products; sourceTree = ""; }; - B398100D29239F3700A82429 /* include */ = { - isa = PBXGroup; - children = ( - B398100E29239F3700A82429 /* LzHash.h */, - B398100F29239F3700A82429 /* 7zTypes.h */, - B398101029239F3700A82429 /* Compiler.h */, - B398101129239F3700A82429 /* Precomp.h */, - B398101229239F3700A82429 /* CpuArch.h */, - B398101329239F3700A82429 /* Delta.h */, - B398101429239F3700A82429 /* LzmaLib.h */, - B398101529239F3700A82429 /* Lzma86.h */, - B398101629239F3700A82429 /* LzmaEnc.h */, - B398101729239F3700A82429 /* LzFind.h */, - B398101829239F3700A82429 /* Bra.h */, - B398101929239F3700A82429 /* Sort.h */, - B398101A29239F3700A82429 /* LzmaDec.h */, - B398101B29239F3700A82429 /* Alloc.h */, - ); - path = include; - sourceTree = ""; - }; - B398101F29239F3700A82429 /* src */ = { - isa = PBXGroup; - children = ( - B398102029239F3700A82429 /* LzmaEnc.c */, - B398102129239F3700A82429 /* LzFind.c */, - B398102229239F3700A82429 /* Sort.c */, - B398102329239F3700A82429 /* Bra86.c */, - B398102429239F3700A82429 /* Alloc.c */, - B398102529239F3700A82429 /* LzmaDec.c */, - B398102629239F3700A82429 /* BraIA64.c */, - B398102729239F3700A82429 /* Lzma86Dec.c */, - B398102829239F3700A82429 /* Delta.c */, - B398102929239F3700A82429 /* CpuArch.c */, - ); - path = src; - sourceTree = ""; - }; - B398102B29239F3700A82429 /* src */ = { + B314015B2D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398102C29239F3700A82429 /* libchdr_chd.c */, - B398102D29239F3700A82429 /* libchdr_bitstream.c */, - B398102E29239F3700A82429 /* libchdr_huffman.c */, - B398102F29239F3700A82429 /* libchdr_flac.c */, - B398103029239F3700A82429 /* link.T */, - B398103129239F3700A82429 /* libchdr_cdrom.c */, ); - path = src; + name = Products; sourceTree = ""; }; - B398103229239F3700A82429 /* picotcp */ = { + B314015D2D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398103329239F3700A82429 /* mkdeps.sh */, - B398103429239F3700A82429 /* Makefile */, - B398103529239F3700A82429 /* include */, - B398105729239F3700A82429 /* README.md */, - B398105829239F3700A82429 /* COPYING */, - B398105929239F3700A82429 /* CONTRIBUTING.md */, - B398105A29239F3700A82429 /* rules */, - B398106929239F3700A82429 /* stack */, - B398107229239F3700A82429 /* MODTREE */, - B398107329239F3700A82429 /* modules */, - B39810A329239F3700A82429 /* LICENSE.GPLv3 */, - B39810A429239F3700A82429 /* LICENSE.GPLv2 */, ); - path = picotcp; + name = Products; sourceTree = ""; }; - B398103529239F3700A82429 /* include */ = { + B314015F2D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398103629239F3700A82429 /* pico_protocol.h */, - B398103729239F3700A82429 /* pico_socket_multicast.h */, - B398103829239F3700A82429 /* pico_eth.h */, - B398103929239F3700A82429 /* pico_md5.h */, - B398103A29239F3700A82429 /* pico_stack.h */, - B398103B29239F3700A82429 /* pico_defines.h */, - B398103C29239F3700A82429 /* pico_constants.h */, - B398103D29239F3700A82429 /* pico_socket.h */, - B398103E29239F3700A82429 /* pico_queue.h */, - B398103F29239F3700A82429 /* pico_config.h */, - B398104029239F3700A82429 /* pico_device.h */, - B398104129239F3700A82429 /* arch */, - B398105129239F3700A82429 /* pico_tree.h */, - B398105229239F3700A82429 /* heap.h */, - B398105329239F3700A82429 /* pico_addressing.h */, - B398105429239F3700A82429 /* pico_frame.h */, - B398105529239F3700A82429 /* pico_defines_msvc.h */, - B398105629239F3700A82429 /* pico_module_eth.h */, - ); - path = include; - sourceTree = ""; - }; - B398104129239F3700A82429 /* arch */ = { - isa = PBXGroup; - children = ( - B398104229239F3700A82429 /* pico_posix.h */, - B398104329239F3700A82429 /* pico_msvc.h */, - B398104429239F3700A82429 /* pico_avr.h */, - B398104529239F3700A82429 /* pico_msp430.h */, - B398104629239F3700A82429 /* pico_cortex_m.h */, - B398104729239F3700A82429 /* pico_esp8266.h */, - B398104829239F3700A82429 /* pico_mbed.h */, - B398104929239F3700A82429 /* pico_atsamd21j18.h */, - B398104A29239F3700A82429 /* pico_pic32.h */, - B398104B29239F3700A82429 /* pico_arm9.h */, - B398104C29239F3700A82429 /* pico_dos.h */, - B398104D29239F3700A82429 /* pico_generic_gcc.h */, - B398104E29239F3700A82429 /* pico_linux.h */, - B398104F29239F3700A82429 /* pico_pic24.h */, - B398105029239F3700A82429 /* pico_none.h */, - ); - path = arch; - sourceTree = ""; - }; - B398105A29239F3700A82429 /* rules */ = { - isa = PBXGroup; - children = ( - B398105B29239F3700A82429 /* debug.mk */, - B398105C29239F3700A82429 /* tap.mk */, - B398105D29239F3700A82429 /* udp.mk */, - B398105E29239F3700A82429 /* dhcp_client.mk */, - B398105F29239F3700A82429 /* ipv4frag.mk */, - B398106029239F3700A82429 /* tcp.mk */, - B398106129239F3700A82429 /* dhcp_server.mk */, - B398106229239F3700A82429 /* icmp4.mk */, - B398106329239F3700A82429 /* ppp.mk */, - B398106429239F3700A82429 /* crc.mk */, - B398106529239F3700A82429 /* eth.mk */, - B398106629239F3700A82429 /* ipv4.mk */, - B398106729239F3700A82429 /* dns_client.mk */, - B398106829239F3700A82429 /* tun.mk */, - ); - path = rules; - sourceTree = ""; - }; - B398106929239F3700A82429 /* stack */ = { - isa = PBXGroup; - children = ( - B398106A29239F3700A82429 /* pico_device.c */, - B398106B29239F3700A82429 /* pico_tree.c */, - B398106C29239F3700A82429 /* pico_frame.c */, - B398106D29239F3700A82429 /* pico_protocol.c */, - B398106E29239F3700A82429 /* pico_socket_multicast.c */, - B398106F29239F3700A82429 /* pico_stack.c */, - B398107029239F3700A82429 /* pico_md5.c */, - B398107129239F3700A82429 /* pico_socket.c */, - ); - path = stack; - sourceTree = ""; - }; - B398107329239F3700A82429 /* modules */ = { - isa = PBXGroup; - children = ( - B398108429239F3700A82429 /* pico_arp.c */, - B398107429239F3700A82429 /* pico_dev_ppp.c */, - B398108929239F3700A82429 /* pico_dhcp_common.c */, - B398107929239F3700A82429 /* pico_dhcp_server.c */, - B398107E29239F3700A82429 /* pico_dns_client.c */, - B398109829239F3700A82429 /* pico_dns_common.c */, - B398107529239F3700A82429 /* pico_ethernet.c */, - B39810A229239F3700A82429 /* pico_fragments.c */, - B398108129239F3700A82429 /* pico_icmp4.c */, - B398107B29239F3700A82429 /* pico_ipv4.c */, - B398107C29239F3700A82429 /* pico_socket_tcp.c */, - B398109A29239F3700A82429 /* pico_socket_udp.c */, - B398108329239F3700A82429 /* pico_strings.c */, - B398109F29239F3700A82429 /* pico_tcp.c */, - B398107829239F3700A82429 /* pico_udp.c */, - B398109E29239F3700A82429 /* pico_6lowpan_ll.h */, - B398108A29239F3700A82429 /* pico_6lowpan.h */, - B398107629239F3700A82429 /* pico_802154.h */, - B398109429239F3700A82429 /* pico_aodv.h */, - B398109729239F3700A82429 /* pico_arp.h */, - B398109229239F3700A82429 /* pico_dev_ipc.h */, - B398108F29239F3700A82429 /* pico_dev_null.h */, - B398109129239F3700A82429 /* pico_dev_ppp.h */, - B398108B29239F3700A82429 /* pico_dhcp_client.h */, - B39810A129239F3700A82429 /* pico_dhcp_common.h */, - B398108D29239F3700A82429 /* pico_dhcp_server.h */, - B398109C29239F3700A82429 /* pico_dns_client.h */, - B398108229239F3700A82429 /* pico_dns_common.h */, - B398109329239F3700A82429 /* pico_ethernet.h */, - B398108829239F3700A82429 /* pico_fragments.h */, - B398109B29239F3700A82429 /* pico_icmp4.h */, - B398108629239F3700A82429 /* pico_icmp6.h */, - B398109D29239F3700A82429 /* pico_igmp.h */, - B39810A029239F3700A82429 /* pico_ipfilter.h */, - B398109629239F3700A82429 /* pico_ipv4.h */, - B398109029239F3700A82429 /* pico_ipv6_nd.h */, - B398107D29239F3700A82429 /* pico_ipv6.h */, - B398108729239F3700A82429 /* pico_mcast.h */, - B398108029239F3700A82429 /* pico_mld.h */, - B398107A29239F3700A82429 /* pico_mm.h */, - B398107F29239F3700A82429 /* pico_nat.h */, - B398107729239F3700A82429 /* pico_olsr.h */, - B398109529239F3700A82429 /* pico_socket_tcp.h */, - B398108529239F3700A82429 /* pico_socket_udp.h */, - B398109929239F3700A82429 /* pico_strings.h */, - B398108C29239F3700A82429 /* pico_tcp.h */, - B398108E29239F3700A82429 /* pico_udp.h */, - ); - path = modules; - sourceTree = ""; - }; - B39810A529239F3700A82429 /* glslang */ = { - isa = PBXGroup; - children = ( - B39810A629239F3700A82429 /* CODE_OF_CONDUCT.md */, - B39810A729239F3700A82429 /* ChooseMSVCCRT.cmake */, - B39810A829239F3700A82429 /* Android.mk */, - B39810A929239F3700A82429 /* CMakeLists.txt */, - B39810AA29239F3700A82429 /* BUILD.gn */, - B39810AB29239F3700A82429 /* ndk_test */, - B39810B029239F3700A82429 /* Test */, - B398190E29239F3E00A82429 /* StandAlone */, - B398191829239F3E00A82429 /* known_good.json */, - B398191929239F3E00A82429 /* WORKSPACE */, - B398191A29239F3F00A82429 /* update_glslang_sources.py */, - B398191B29239F3F00A82429 /* SPIRV */, - B398193729239F3F00A82429 /* glslang */, - B398199229239F3F00A82429 /* .appveyor.yml */, - B398199329239F3F00A82429 /* OGLCompilersDLL */, - B398199729239F3F00A82429 /* README.md */, - B398199829239F3F00A82429 /* known_good_khr.json */, - B398199929239F3F00A82429 /* build_overrides */, - B398199B29239F3F00A82429 /* .gitignore */, - B398199C29239F3F00A82429 /* _config.yml */, - B398199D29239F3F00A82429 /* .clang-format */, - B398199E29239F3F00A82429 /* .gitattributes */, - B398199F29239F3F00A82429 /* BUILD.bazel */, - B39819A029239F3F00A82429 /* README-spirv-remap.txt */, - B39819A129239F3F00A82429 /* External */, - B39819A329239F3F00A82429 /* LICENSE.txt */, - B39819A429239F3F00A82429 /* make-revision */, - B39819A529239F3F00A82429 /* hlsl */, - B39819B829239F3F00A82429 /* .travis.yml */, - B39819B929239F3F00A82429 /* kokoro */, - B39819C629239F3F00A82429 /* gtests */, - ); - path = glslang; - sourceTree = ""; - }; - B39810AB29239F3700A82429 /* ndk_test */ = { - isa = PBXGroup; - children = ( - B39810AC29239F3700A82429 /* Android.mk */, - B39810AD29239F3700A82429 /* test.cpp */, - B39810AE29239F3700A82429 /* jni */, - ); - path = ndk_test; - sourceTree = ""; - }; - B39810AE29239F3700A82429 /* jni */ = { - isa = PBXGroup; - children = ( - B39810AF29239F3700A82429 /* Application.mk */, - ); - path = jni; - sourceTree = ""; - }; - B39810B029239F3700A82429 /* Test */ = { - isa = PBXGroup; - children = ( - B39810B129239F3700A82429 /* hlsl.flattenOpaque.frag */, - B39810B229239F3700A82429 /* hlsl.intrinsics.comp */, - B39810B329239F3700A82429 /* glsl.460.subgroup.task */, - B39810B429239F3700A82429 /* spv.multiView.frag */, - B39810B529239F3700A82429 /* hlsl.hull.2.tesc */, - B39810B629239F3700A82429 /* spv.noDeadDecorations.vert */, - B39810B729239F3700A82429 /* spv.memoryScopeSemantics_Error.comp */, - B39810B829239F3700A82429 /* hlsl.PointSize.geom */, - B39810B929239F3700A82429 /* spv.shaderGroupVote.comp */, - B39810BA29239F3700A82429 /* link.multiBlocksValid.1.0.vert */, - B39810BB29239F3700A82429 /* inc1 */, - B39810C729239F3800A82429 /* glsl.entryPointRename2.vert */, - B39810C829239F3800A82429 /* hlsl.comparison.vec.frag */, - B39810C929239F3800A82429 /* hlsl.namespace.frag */, - B39810CA29239F3800A82429 /* localAggregates.frag */, - B39810CB29239F3800A82429 /* spv.shiftOps.frag */, - B39810CC29239F3800A82429 /* spv.dataOutIndirect.vert */, - B39810CD29239F3800A82429 /* preprocessor.include.enabled.vert */, - B39810CE29239F3800A82429 /* 440.frag */, - B39810CF29239F3800A82429 /* hlsl.intrinsics.negative.comp */, - B39810D029239F3800A82429 /* hlsl.structbuffer.append.fn.frag */, - B39810D129239F3800A82429 /* 300operations.frag */, - B39810D229239F3800A82429 /* 310implicitSizeArrayError.vert */, - B39810D329239F3800A82429 /* errors.frag */, - B39810D429239F3800A82429 /* spv.400.frag */, - B39810D529239F3800A82429 /* spv.16bitstorage_Error.frag */, - B39810D629239F3800A82429 /* hlsl.reflection.vert */, - B39810D729239F3800A82429 /* reflection.options.geom */, - B39810D829239F3800A82429 /* hlsl.clipdistance-2.vert */, - B39810D929239F3800A82429 /* hlsl.domain.2.tese */, - B39810DA29239F3800A82429 /* spv.specConstantComposite.vert */, - B39810DB29239F3800A82429 /* hlsl.mul-truncate.frag */, - B39810DC29239F3800A82429 /* cppSimple.vert */, - B39810DD29239F3800A82429 /* lineContinuation100.vert */, - B39810DE29239F3800A82429 /* spv.8bit-16bit-construction.frag */, - B39810DF29239F3800A82429 /* spv.specConstArrayCheck.vert */, - B39810E029239F3800A82429 /* spv.ext.ClosestHitShader.rchit */, - B39810E129239F3800A82429 /* hlsl.rw.register.frag */, - B39810E229239F3800A82429 /* spv.textureBuffer.vert */, - B39810E329239F3800A82429 /* hlsl.memberFunCall.frag */, - B39810E429239F3800A82429 /* remap.if.everything.frag */, - B39810E529239F3800A82429 /* 400.geom */, - B39810E629239F3800A82429 /* functionCall.frag */, - B39810E729239F3800A82429 /* hlsl.buffer.frag */, - B39810E829239F3800A82429 /* glsl.450.subgroupShuffle.comp */, - B39810E929239F3800A82429 /* spv.subgroupBallotNeg.comp */, - B39810EA29239F3800A82429 /* spv.int16.amd.frag */, - B39810EB29239F3800A82429 /* spv.meshShaderPerViewUserDefined.mesh */, - B39810EC29239F3800A82429 /* spv.int16.frag */, - B39810ED29239F3800A82429 /* cppMerge.frag */, - B39810EE29239F3800A82429 /* hlsl.type.identifier.frag */, - B39810EF29239F3800A82429 /* rayQuery.rgen */, - B39810F029239F3800A82429 /* spv.xfb2.vert */, - B39810F129239F3800A82429 /* hlsl.matType.frag */, - B39810F229239F3800A82429 /* hlsl.samplecmp.dualmode.frag */, - B39810F329239F3800A82429 /* spv.rankShift.comp */, - B39810F429239F3800A82429 /* spv.meshShaderTaskMem.mesh */, - B39810F529239F3800A82429 /* spv.8bitstorage-uint.frag */, - B39810F629239F3800A82429 /* spv.loopsArtificial.frag */, - B39810F729239F3800A82429 /* spv.ext.RayGenShader.rgen */, - B39810F829239F3800A82429 /* spv.for-notest.vert */, - B39810F929239F3800A82429 /* preprocessor.errors.vert */, - B39810FA29239F3800A82429 /* spv.subgroupClustered.comp */, - B39810FB29239F3800A82429 /* spv.8bitstorage-ssbo.vert */, - B39810FC29239F3800A82429 /* spv.meshShaderRedeclPerViewBuiltins.mesh */, - B39810FD29239F3800A82429 /* spv.functionNestedOpaque.vert */, - B39810FE29239F3800A82429 /* spv.RayGenShaderArray.rgen */, - B39810FF29239F3800A82429 /* spv.400.tesc */, - B398110029239F3800A82429 /* hlsl.intrinsics.lit.frag */, - B398110129239F3800A82429 /* spv.intcoopmat.comp */, - B398110229239F3800A82429 /* rayQuery-committed.Error.rgen */, - B398110329239F3800A82429 /* precise.tesc */, - B398110429239F3800A82429 /* spv.dead-complex-merge-after-return.vert */, - B398110529239F3800A82429 /* glsl.es320.subgroup.vert */, - B398110629239F3800A82429 /* spv.samplerlessTextureFunctions.frag */, - B398110729239F3800A82429 /* 310.vert */, - B398110829239F3800A82429 /* spv.test.vert */, - B398110929239F3800A82429 /* spv.intOps.vert */, - B398110A29239F3800A82429 /* spv.fragmentDensity.vert */, - B398110B29239F3800A82429 /* link.vk.pcNamingInvalid.0.0.vert */, - B398110C29239F3800A82429 /* link.multiBlocksInvalid.0.1.vert */, - B398110D29239F3800A82429 /* hlsl.promotions.frag */, - B398110E29239F3800A82429 /* mains2.frag */, - B398110F29239F3800A82429 /* link.vk.differentPC.0.1.frag */, - B398111029239F3800A82429 /* spv.noBuiltInLoc.vert */, - B398111129239F3800A82429 /* hlsl.intrinsics.barriers.comp */, - B398111229239F3800A82429 /* spv.buffer.autoassign.frag */, - B398111329239F3800A82429 /* spv.register.autoassign.frag */, - B398111429239F3800A82429 /* 420.geom */, - B398111529239F3800A82429 /* spv.bufferhandle3.frag */, - B398111629239F3800A82429 /* spv.noLocation.vert */, - B398111729239F3800A82429 /* hlsl.explicitDescriptorSet.frag */, - B398111829239F3800A82429 /* glspv.version.vert */, - B398111929239F3800A82429 /* hlsl.flattenSubset.frag */, - B398111A29239F3800A82429 /* runtimeArray.vert */, - B398111B29239F3800A82429 /* hlsl.samplelevel.basic.dx10.vert */, - B398111C29239F3800A82429 /* hlsl.gather.basic.dx10.vert */, - B398111D29239F3800A82429 /* spv.variableArrayIndex.frag */, - B398111E29239F3800A82429 /* vulkan.frag */, - B398111F29239F3800A82429 /* 460.frag */, - B398112029239F3800A82429 /* spv.varyingArrayIndirect.frag */, - B398112129239F3800A82429 /* spv.viewportArray2.tesc */, - B398112229239F3800A82429 /* spv.fragmentDensity-es.frag */, - B398112329239F3800A82429 /* hlsl.assoc.frag */, - B398112429239F3800A82429 /* hlsl.tristream-append.geom */, - B398112529239F3800A82429 /* preprocessor.defined.vert */, - B398112629239F3800A82429 /* spv.1.3.coopmat.comp */, - B398112729239F3800A82429 /* hlsl.entry.rename.frag */, - B398112829239F3800A82429 /* spv.400.tese */, - B398112929239F3800A82429 /* glsl.es320.subgroupClustered.comp */, - B398112A29239F3800A82429 /* spv.do-simple.vert */, - B398112B29239F3800A82429 /* hlsl.target.frag */, - B398112C29239F3800A82429 /* spv.demoteDisabled.frag */, - B398112D29239F3800A82429 /* hlsl.hull.ctrlpt-2.tesc */, - B398112E29239F3800A82429 /* 150.vert */, - B398112F29239F3800A82429 /* hlsl.structbuffer.byte.frag */, - B398113029239F3800A82429 /* spv.stereoViewRendering.vert */, - B398113129239F3800A82429 /* hlsl.promote.vec1.frag */, - B398113229239F3800A82429 /* spv.subgroupArithmetic.comp */, - B398113329239F3800A82429 /* link.vk.pcNamingValid.0.1.vert */, - B398113429239F3800A82429 /* hlsl.swizzle.frag */, - B398113529239F3800A82429 /* spv.AofA.frag */, - B398113629239F3800A82429 /* spv.bufferhandle16.frag */, - B398113729239F3800A82429 /* hlsl.noSemantic.functionality1.comp */, - B398113829239F3800A82429 /* spv.ext.IntersectShader_Errors.rint */, - B398113929239F3800A82429 /* hlsl.logical.unary.frag */, - B398113A29239F3800A82429 /* hlsl.samplecmplevelzero.offset.dx10.frag */, - B398113B29239F3800A82429 /* constErrors.frag */, - B398113C29239F3800A82429 /* spv.for-complex-condition.vert */, - B398113D29239F3800A82429 /* hlsl.int.dot.frag */, - B398113E29239F3800A82429 /* glsl.es320.subgroupBallotNeg.comp */, - B398113F29239F3800A82429 /* hlsl.clipdistance-7.frag */, - B398114029239F3800A82429 /* 300layout.vert */, - B398114129239F3800A82429 /* spv.460.frag */, - B398114229239F3800A82429 /* hlsl.clipdistance-6.frag */, - B398114329239F3800A82429 /* spv.newTexture.frag */, - B398114429239F3800A82429 /* hlsl.rw.bracket.frag */, - B398114529239F3800A82429 /* link.vk.pcNamingValid.0.0.vert */, - B398114629239F3800A82429 /* spv.100ops.frag */, - B398114729239F3800A82429 /* 430scope.vert */, - B398114829239F3800A82429 /* hlsl.templatetypes.frag */, - B398114929239F3800A82429 /* spv.simpleFunctionCall.frag */, - B398114A29239F3800A82429 /* 420.frag */, - B398114B29239F3800A82429 /* 400.tese */, - B398114C29239F3800A82429 /* hlsl.basic.geom */, - B398114D29239F3800A82429 /* hlsl.init.frag */, - B398114E29239F3800A82429 /* hlsl.intrinsics.evalfns.frag */, - B398114F29239F3800A82429 /* spv.150.vert */, - B398115029239F3800A82429 /* hlsl.shift.per-set.frag */, - B398115129239F3800A82429 /* hlsl.precedence.frag */, - B398115229239F3800A82429 /* hlsl.rw.swizzle.frag */, - B398115329239F3800A82429 /* spv.matrix2.frag */, - B398115429239F3800A82429 /* versionsErrors.frag */, - B398115529239F3800A82429 /* 300samplerExternalYUV.frag */, - B398115629239F3800A82429 /* spv.bitCast.frag */, - B398115729239F3800A82429 /* spv.1.4.sparseTexture.frag */, - B398115829239F3800A82429 /* hlsl.getdimensions.rw.dx10.frag */, - B398115929239F3800A82429 /* preprocessor.function_macro.vert */, - B398115A29239F3800A82429 /* spv.subgroupExtendedTypesPartitionedNeg.comp */, - B398115B29239F3800A82429 /* spv.300layoutp.vert */, - B398115C29239F3800A82429 /* hlsl.tx.overload.frag */, - B398115D29239F3800A82429 /* dataOut.frag */, - B398115E29239F3800A82429 /* spv.simpleMat.vert */, - B398115F29239F3800A82429 /* noMain2.geom */, - B398116029239F3800A82429 /* spv.prepost.frag */, - B398116129239F3800A82429 /* hlsl.struct.frag */, - B398116229239F3800A82429 /* glsl.450.subgroupBallotNeg.comp */, - B398116329239F3800A82429 /* hlsl.type.type.conversion.valid.frag */, - B398116429239F3800A82429 /* 420.tesc */, - B398116529239F3800A82429 /* spv.glsl.register.autoassign.frag */, - B398116629239F3800A82429 /* spv.16bitstorage.frag */, - B398116729239F3800A82429 /* glsl.450.subgroupBasic.comp */, - B398116829239F3800A82429 /* link.vk.differentPC.0.0.frag */, - B398116929239F3800A82429 /* spv.shaderDrawParams.vert */, - B398116A29239F3800A82429 /* spv.bufferhandle2.frag */, - B398116B29239F3800A82429 /* syntaxError.frag */, - B398116C29239F3800A82429 /* spv.ext.ClosestHitShader_Errors.rchit */, - B398116D29239F3800A82429 /* link.vk.pcNamingInvalid.0.1.vert */, - B398116E29239F3800A82429 /* hlsl.load.buffer.float.dx10.frag */, - B398116F29239F3800A82429 /* spv.vulkan100.subgroupPartitioned.comp */, - B398117029239F3800A82429 /* hlsl.entry-in.frag */, - B398117129239F3800A82429 /* spv.420.geom */, - B398117229239F3800A82429 /* spv.always-discard.frag */, - B398117329239F3800A82429 /* link.multiBlocksInvalid.0.0.vert */, - B398117429239F3800A82429 /* lineContinuation.vert */, - B398117529239F3800A82429 /* spv.subgroupShuffleRelative.comp */, - B398117629239F3800A82429 /* hlsl.flattenSubset2.frag */, - B398117729239F3800A82429 /* glsl.450.subgroupClustered.comp */, - B398117829239F3800A82429 /* hlsl.rw.scalar.bracket.frag */, - B398117929239F3800A82429 /* hlsl.samplecmp.negative2.frag */, - B398117A29239F3800A82429 /* sample.vert */, - B398117B29239F3800A82429 /* hlsl.partialFlattenLocal.vert */, - B398117C29239F3800A82429 /* spv.subgroupExtendedTypesQuad.comp */, - B398117D29239F3800A82429 /* empty.frag */, - B398117E29239F3800A82429 /* spv.targetVulkan.vert */, - B398117F29239F3800A82429 /* include.vert */, - B398118029239F3800A82429 /* spv.swizzle.frag */, - B398118129239F3800A82429 /* hlsl.switch.frag */, - B398118229239F3800A82429 /* always-discard.frag */, - B398118329239F3800A82429 /* nonuniform.frag */, - B398118429239F3800A82429 /* hlsl.matpack-1.frag */, - B398118529239F3800A82429 /* hlsl.texture.struct.frag */, - B398118629239F3800A82429 /* remap.hlsl.sample.basic.strip.frag */, - B398118729239F3800A82429 /* hlsl.wavebroadcast.comp */, - B398118829239F3800A82429 /* spv.rw.autoassign.frag */, - B398118929239F3800A82429 /* hlsl.this.frag */, - B398118A29239F3800A82429 /* spv.xfb3.vert */, - B398118B29239F3800A82429 /* hlsl.entry-out.frag */, - B398118C29239F3800A82429 /* spv.bufferhandle17_Errors.frag */, - B398118D29239F3800A82429 /* 100Limits.vert */, - B398118E29239F3800A82429 /* hlsl.intrinsic.frexp.frag */, - B398118F29239F3800A82429 /* hlsl.structbuffer.floatidx.comp */, - B398119029239F3800A82429 /* spv.shaderBallot.comp */, - B398119129239F3800A82429 /* hlsl.struct.split.trivial.vert */, - B398119229239F3800A82429 /* spv.16bitstorage-int.frag */, - B398119329239F3800A82429 /* spv.whileLoop.frag */, - B398119429239F3800A82429 /* hlsl.emptystruct.init.vert */, - B398119529239F3800A82429 /* remap.hlsl.sample.basic.everything.frag */, - B398119629239F3800A82429 /* dce.frag */, - B398119729239F3800A82429 /* spv.storageBuffer.vert */, - B398119829239F3800A82429 /* switch.frag */, - B398119929239F3800A82429 /* spv.shaderBallotAMD.comp */, - B398119A29239F3800A82429 /* spv.structAssignment.frag */, - B398119B29239F3800A82429 /* 400.tesc */, - B398119C29239F3800A82429 /* hlsl.domain.3.tese */, - B398119D29239F3800A82429 /* hlsl.structin.vert */, - B398119E29239F3800A82429 /* spv.ext.MissShader_Errors.rmiss */, - B398119F29239F3800A82429 /* spv.bufferhandleUvec2.frag */, - B39811A029239F3800A82429 /* preprocessor.simple.vert */, - B39811A129239F3800A82429 /* 430AofA.frag */, - B39811A229239F3800A82429 /* hlsl.clipdistance-3.vert */, - B39811A329239F3800A82429 /* sample.vert.out */, - B39811A429239F3800A82429 /* spv.meshTaskShader.task */, - B39811A529239F3800A82429 /* spv.arbPostDepthCoverage.frag */, - B39811A629239F3800A82429 /* spv.precision.frag */, - B39811A729239F3800A82429 /* 130.vert */, - B39811A829239F3800A82429 /* spv.earlyReturnDiscard.frag */, - B39811A929239F3800A82429 /* badMacroArgs.frag */, - B39811AA29239F3800A82429 /* web.builtins.vert */, - B39811AB29239F3800A82429 /* spv.hlslDebugInfo.vert */, - B39811AC29239F3800A82429 /* spv.multiviewPerViewAttributes.vert */, - B39811AD29239F3800A82429 /* spv.1.4.texture.frag */, - B39811AE29239F3800A82429 /* hlsl.precedence2.frag */, - B39811AF29239F3800A82429 /* hlsl.samplegrad.array.dx10.frag */, - B39811B029239F3800A82429 /* spv.1.4.image.frag */, - B39811B129239F3800A82429 /* hlsl.samplebias.offsetarray.dx10.frag */, - B39811B229239F3800A82429 /* hlsl.hull.void.tesc */, - B39811B329239F3800A82429 /* versionsClean.vert */, - B39811B429239F3800A82429 /* maxClipDistances.vert */, - B39811B529239F3800A82429 /* rayQuery-allOps.Error.rgen */, - B39811B629239F3800A82429 /* 320.comp */, - B39811B729239F3800A82429 /* hlsl.scalar-length.frag */, - B39811B829239F3800A82429 /* 400.frag */, - B39811B929239F3800A82429 /* 420.tese */, - B39811BA29239F3800A82429 /* uniformArray.frag */, - B39811BB29239F3800A82429 /* link.multiBlocksValid.1.1.vert */, - B39811BC29239F3800A82429 /* spv.atomicCounter.comp */, - B39811BD29239F3800A82429 /* 330comp.frag */, - B39811BE29239F3800A82429 /* spv.glsl.register.noautoassign.frag */, - B39811BF29239F3800A82429 /* spv.computeShaderDerivatives2.comp */, - B39811C029239F3800A82429 /* hlsl.hull.3.tesc */, - B39811C129239F3800A82429 /* remap.basic.dcefunc.frag */, - B39811C229239F3800A82429 /* spv.RayCallable.rcall */, - B39811C329239F3800A82429 /* spv.specConstant.comp */, - B39811C429239F3800A82429 /* spv.texture.vert */, - B39811C529239F3800A82429 /* hlsl.gathercmpRGBA.basic.dx10.frag */, - B39811C629239F3800A82429 /* 300scope.vert */, - B39811C729239F3800A82429 /* spv.register.autoassign-2.frag */, - B39811C829239F3800A82429 /* glsl.450.subgroup.tesc */, - B39811C929239F3800A82429 /* uint.frag */, - B39811CA29239F3800A82429 /* spv.structure.frag */, - B39811CB29239F3800A82429 /* reflection.vert */, - B39811CC29239F3800A82429 /* hlsl.load.rwtexture.array.dx10.frag */, - B39811CD29239F3800A82429 /* 420_size_gl_in.geom */, - B39811CE29239F3800A82429 /* spv.1.4.NonWritable.frag */, - B39811CF29239F3800A82429 /* hlsl.samplegrad.basic.dx10.frag */, - B39811D029239F3800A82429 /* spv.for-simple.vert */, - B39811D129239F3800A82429 /* hlsl.whileLoop.frag */, - B39811D229239F3800A82429 /* hlsl.gathercmpRGBA.array.dx10.frag */, - B39811D329239F3800A82429 /* hlsl.structbuffer.rw.frag */, - B39811D429239F3800A82429 /* spv.subgroupExtendedTypesClusteredNeg.comp */, - B39811D529239F3800A82429 /* spv.meshShaderPerViewBuiltins.mesh */, - B39811D629239F3800A82429 /* hlsl.imagefetch-subvec4.comp */, - B39811D729239F3800A82429 /* remap.switch.none.frag */, - B39811D829239F3800A82429 /* hlsl.targetStruct1.frag */, - B39811D929239F3800A82429 /* spv.precise.tesc */, - B39811DA29239F3800A82429 /* spv.ext.RayCallable_Errors.rcall */, - B39811DB29239F3800A82429 /* nosuffix */, - B39811DC29239F3800A82429 /* spv.constructComposite.comp */, - B39811DD29239F3800A82429 /* spv.bufferhandle5.frag */, - B39811DE29239F3800A82429 /* spv.double.comp */, - B39811DF29239F3800A82429 /* hlsl.wavequery.frag */, - B39811E029239F3800A82429 /* hlsl.intrinsics.f1632.frag */, - B39811E129239F3800A82429 /* spv.unit1.frag */, - B39811E229239F3800A82429 /* spv.dead-complex-continue-after-return.vert */, - B39811E329239F3800A82429 /* spv.310.bitcast.frag */, - B39811E429239F3800A82429 /* depthOut.frag */, - B39811E529239F3800A82429 /* preprocessor.line.frag */, - B39811E629239F3800A82429 /* spv.ClosestHitShader_Errors.rchit */, - B39811E729239F3800A82429 /* spv.localAggregates.frag */, - B39811E829239F3800A82429 /* glsl.450.subgroupArithmetic.comp */, - B39811E929239F3800A82429 /* spv.IntersectShader_Errors.rint */, - B39811EA29239F3800A82429 /* link.vk.multiBlocksValid.1.1.geom */, - B39811EB29239F3800A82429 /* 300.vert */, - B39811EC29239F3800A82429 /* newTexture.frag */, - B39811ED29239F3800A82429 /* glsl.entryPointRename.vert */, - B39811EE29239F3800A82429 /* hlsl.clipdistance-8.vert */, - B39811EF29239F3800A82429 /* glsl.460.subgroup.rahit */, - B39811F029239F3800A82429 /* spv.vulkan100.subgroupArithmetic.comp */, - B39811F129239F3800A82429 /* glsl.450.subgroup.frag */, - B39811F229239F3800A82429 /* spv.debugPrintf_Error.frag */, - B39811F329239F3800A82429 /* loopsArtificial.frag */, - B39811F429239F3800A82429 /* remap.specconst.comp */, - B39811F529239F3800A82429 /* 140.vert */, - B39811F629239F3800A82429 /* preprocessor.cpp_style_line_directive.vert */, - B39811F729239F3800A82429 /* 300link3.frag */, - B39811F829239F3800A82429 /* hlsl.matNx1.frag */, - B39811F929239F3800A82429 /* hlsl.snorm.uav.comp */, - B39811FA29239F3800A82429 /* link.vk.matchingPC.0.0.frag */, - B39811FB29239F3800A82429 /* glsl.es320.subgroupShuffle.comp */, - B39811FC29239F3800A82429 /* hlsl.gathercmpRGBA.offset.dx10.frag */, - B39811FD29239F3800A82429 /* hlsl.semantic-1.vert */, - B39811FE29239F3800A82429 /* hlsl.include.vert */, - B39811FF29239F3800A82429 /* reflection.linked.vert */, - B398120029239F3800A82429 /* spv.RayConstants.rgen */, - B398120129239F3800A82429 /* spv.430.frag */, - B398120229239F3800A82429 /* spv.RayCallable_Errors.rcall */, - B398120329239F3800A82429 /* remap.basic.none.frag */, - B398120429239F3800A82429 /* glsl.es320.subgroupArithmetic.comp */, - B398120529239F3800A82429 /* 310runtimeArray.vert */, - B398120629239F3800A82429 /* spv.310.comp */, - B398120729239F3800A82429 /* spv.bufferhandle10.frag */, - B398120829239F3800A82429 /* hlsl.semantic.geom */, - B398120929239F3800A82429 /* 450.tese */, - B398120A29239F3800A82429 /* glsl.450.subgroupBallot.comp */, - B398120B29239F3800A82429 /* runtests */, - B398120C29239F3800A82429 /* hlsl.clipdistance-1.frag */, - B398120D29239F3800A82429 /* spv.bool.vert */, - B398120E29239F3800A82429 /* hlsl.load.rwbuffer.dx10.frag */, - B398120F29239F3800A82429 /* spv.loops.frag */, - B398121029239F3800A82429 /* hlsl.hull.4.tesc */, - B398121129239F3800A82429 /* hlsl.localStructuredBuffer.comp */, - B398121229239F3800A82429 /* hlsl.y-negate-1.vert */, - B398121329239F3800A82429 /* spv.aggOps.frag */, - B398121429239F3800A82429 /* test.frag */, - B398121529239F3800A82429 /* hlsl.struct.split.assign.frag */, - B398121629239F3800A82429 /* spv.IntersectShader.rint */, - B398121729239F3800A82429 /* hlsl.load.offsetarray.dx10.frag */, - B398121829239F3800A82429 /* spv.fragmentDensity-neg.frag */, - B398121929239F3800A82429 /* link.vk.multiBlocksValid.0.1.vert */, - B398121A29239F3800A82429 /* 450.frag */, - B398121B29239F3800A82429 /* hlsl.specConstant.frag */, - B398121C29239F3800A82429 /* hlsl.matrixindex.frag */, - B398121D29239F3800A82429 /* glsl.450.subgroup.tese */, - B398121E29239F3800A82429 /* remap.basic.everything.frag */, - B398121F29239F3800A82429 /* spv.noWorkgroup.comp */, - B398122029239F3800A82429 /* spv.300BuiltIns.vert */, - B398122129239F3800A82429 /* spv.shaderFragMaskAMD.frag */, - B398122229239F3800A82429 /* spv.subgroupExtendedTypesVote.comp */, - B398122329239F3800A82429 /* spv.interpOps.frag */, - B398122429239F3800A82429 /* hlsl.depthGreater.frag */, - B398122529239F3800A82429 /* pointCoord.frag */, - B398122629239F3800A82429 /* spv.subgroupExtendedTypesVoteNeg.comp */, - B398122729239F3800A82429 /* spv.register.autoassign.rangetest.frag */, - B398122829239F3800A82429 /* spv.subgroup.vert */, - B398122929239F3800A82429 /* spv.smBuiltins.frag */, - B398122A29239F3800A82429 /* hlsl.void.frag */, - B398122B29239F3800A82429 /* spv.bufferhandle9.frag */, - B398122C29239F3800A82429 /* hlsl.partialInit.frag */, - B398122D29239F3800A82429 /* web.controlFlow.frag */, - B398122E29239F3800A82429 /* cppNest.vert */, - B398122F29239F3800A82429 /* spv.barrier.vert */, - B398123029239F3800A82429 /* hlsl.logical.binary.vec.frag */, - B398123129239F3800A82429 /* hlsl.clipdistance-4.vert */, - B398123229239F3800A82429 /* spv.sample.frag */, - B398123329239F3800A82429 /* spv.precise.tese */, - B398123429239F3800A82429 /* hlsl.discard.frag */, - B398123529239F3800A82429 /* spv.nonuniform.frag */, - B398123629239F3800A82429 /* spv.matrix.frag */, - B398123729239F3800A82429 /* 100samplerExternal.frag */, - B398123829239F3800A82429 /* hlsl.intrinsics.promote.outputs.frag */, - B398123929239F3800A82429 /* spv.meshShaderUserDefined.mesh */, - B398123A29239F3800A82429 /* bar.h */, - B398123B29239F3800A82429 /* hlsl.depthLess.frag */, - B398123C29239F3800A82429 /* hlsl.sample.dx9.vert */, - B398123D29239F3800A82429 /* spv.specConstant.vert */, - B398123E29239F3800A82429 /* parentBad */, - B398123F29239F3800A82429 /* glsl.es320.subgroupBallot.comp */, - B398124029239F3800A82429 /* glsl.450.subgroupPartitioned.comp */, - B398124129239F3800A82429 /* spv.register.subpass.frag */, - B398124229239F3800A82429 /* 320.vert */, - B398124329239F3800A82429 /* 450.tesc */, - B398124429239F3800A82429 /* spv.subgroupExtendedTypesArithmetic.comp */, - B398124529239F3800A82429 /* loops.frag */, - B398124629239F3800A82429 /* spv.450.geom */, - B398124729239F3800A82429 /* hlsl.pp.line.frag */, - B398124829239F3800A82429 /* rayQuery-allOps.frag */, - B398124929239F3800A82429 /* spv.debugPrintf.frag */, - B398124A29239F3800A82429 /* spv.1.3.8bitstorage-ssbo.vert */, - B398124B29239F3800A82429 /* hlsl.deadFunctionMissingBody.vert */, - B398124C29239F3800A82429 /* remap.similar_1b.everything.frag */, - B398124D29239F3800A82429 /* hlsl.matpack-pragma.frag */, - B398124E29239F3800A82429 /* 110scope.vert */, - B398124F29239F3800A82429 /* spv.subgroupExtendedTypesBallot.comp */, - B398125029239F3800A82429 /* recurse1.frag */, - B398125129239F3800A82429 /* 410.geom */, - B398125229239F3800A82429 /* hlsl.getdimensions.dx10.frag */, - B398125329239F3800A82429 /* hlsl.samplecmplevelzero.offsetarray.dx10.frag */, - B398125429239F3800A82429 /* spv.atomic.comp */, - B398125529239F3800A82429 /* comment.frag */, - B398125629239F3800A82429 /* 410.tesc */, - B398125729239F3800A82429 /* glspv.vert */, - B398125829239F3800A82429 /* hlsl.intrinsics.negative.vert */, - B398125929239F3800A82429 /* hlsl.preprocessor.frag */, - B398125A29239F3800A82429 /* spv.1.4.OpCopyLogical.funcall.frag */, - B398125B29239F3800A82429 /* spv.450.tesc */, - B398125C29239F3800A82429 /* spv.fullyCovered.frag */, - B398125D29239F3800A82429 /* spv.ext.RayGenShaderArray.rgen */, - B398125E29239F3800A82429 /* badChars.frag */, - B398125F29239F3800A82429 /* hlsl.loopattr.frag */, - B398126029239F3800A82429 /* 450.geom */, - B398126129239F3800A82429 /* spv.merge-unreachable.frag */, - B398126229239F3800A82429 /* spv.textureGatherBiasLod.frag */, - B398126329239F3800A82429 /* hlsl.calculatelod.dx10.frag */, - B398126429239F3800A82429 /* spv.deviceGroup.frag */, - B398126529239F3800A82429 /* spv.length.frag */, - B398126629239F3800A82429 /* spv.300layout.frag */, - B398126729239F3800A82429 /* hlsl.intrinsics.vert */, - B398126829239F3800A82429 /* hlsl.load.2dms.dx10.frag */, - B398126929239F3800A82429 /* hlsl.charLit.vert */, - B398126A29239F3800A82429 /* hlsl.mip.negative.frag */, - B398126B29239F3800A82429 /* remap.uniformarray.everything.frag */, - B398126C29239F3800A82429 /* spv.functionParameterTypes.frag */, - B398126D29239F3800A82429 /* spv.8bitstorage-ubo.vert */, - B398126E29239F3800A82429 /* hlsl.hlslOffset.vert */, - B398126F29239F3800A82429 /* hlsl.intrinsics.promote.down.frag */, - B398127029239F3800A82429 /* remap.similar_1b.none.frag */, - B398127129239F3800A82429 /* spv.memoryScopeSemantics.comp */, - B398127229239F3800A82429 /* spv.qualifiers.vert */, - B398127329239F3800A82429 /* hlsl.numericsuffixes.frag */, - B398127429239F3800A82429 /* hlsl.tx.bracket.frag */, - B398127529239F3800A82429 /* nonSquare.vert */, - B398127629239F3800A82429 /* hlsl.clipdistance-5.vert */, - B398127729239F3800A82429 /* spv.glFragColor.frag */, - B398127829239F3800A82429 /* hlsl.structbuffer.rwbyte.frag */, - B398127929239F3800A82429 /* web.comp */, - B398127A29239F3800A82429 /* spv.matFun.vert */, - B398127B29239F3800A82429 /* spv.ClosestHitShader.rchit */, - B398127C29239F3800A82429 /* hlsl.amend.frag */, - B398127D29239F3800A82429 /* spv.bufferhandle8.frag */, - B398127E29239F3800A82429 /* spv.offsets.frag */, - B398127F29239F3800A82429 /* makeDoc */, - B398128029239F3800A82429 /* 120.vert */, - B398128129239F3800A82429 /* spv.subgroupExtendedTypesShuffle.comp */, - B398128229239F3800A82429 /* 435.vert */, - B398128329239F3800A82429 /* hlsl.wavereduction.comp */, - B398128429239F3800A82429 /* spv.pp.line.frag */, - B398128529239F3800A82429 /* hlsl.attribute.expression.comp */, - B398128629239F3800A82429 /* link.vk.multiBlocksValid.0.0.vert */, - B398128729239F3800A82429 /* spv.for-continue-break.vert */, - B398128829239F3800A82429 /* array.frag */, - B398128929239F3800A82429 /* hlsl.hull.5.tesc */, - B398128A29239F3800A82429 /* hlsl.samplecmp.offset.dx10.frag */, - B398128B29239F3800A82429 /* hlsl.doLoop.frag */, - B398128C29239F3900A82429 /* spv.atomicInt64.comp */, - B398128D29239F3900A82429 /* spv.subgroupBallot.comp */, - B398128E29239F3900A82429 /* link1.frag */, - B398128F29239F3900A82429 /* specExamples.vert */, - B398129029239F3900A82429 /* voidFunction.frag */, - B398129129239F3900A82429 /* spv.precisionNonESSamp.frag */, - B398129229239F3900A82429 /* hlsl.texture.subvec4.frag */, - B398129329239F3900A82429 /* spv.bufferhandle11.frag */, - B398129429239F3900A82429 /* spv.float16.frag */, - B398129529239F3900A82429 /* precise_struct_block.vert */, - B398129629239F3900A82429 /* hlsl.nonstaticMemberFunction.frag */, - B398129729239F3900A82429 /* spv.debugInfo.frag */, - B398129829239F3900A82429 /* hlsl.earlydepthstencil.frag */, - B398129929239F3900A82429 /* spv.dead-after-discard.frag */, - B398129A29239F3900A82429 /* cppIntMinOverNegativeOne.frag */, - B398129B29239F3900A82429 /* hlsl.params.default.negative.frag */, - B398129C29239F3900A82429 /* spv.swizzleInversion.frag */, - B398129D29239F3900A82429 /* spv.RayGenShader11.rgen */, - B398129E29239F3900A82429 /* spv.subgroupExtendedTypesArithmeticNeg.comp */, - B398129F29239F3900A82429 /* 300link2.frag */, - B39812A029239F3900A82429 /* link.vk.matchingPC.0.1.frag */, - B39812A129239F3900A82429 /* hlsl.load.buffer.dx10.frag */, - B39812A229239F3900A82429 /* 310AofA.vert */, - B39812A329239F3900A82429 /* spv.conditionalDemote.frag */, - B39812A429239F3900A82429 /* spv.xfbStrideJustOnce.vert */, - B39812A529239F3900A82429 /* spv.shaderImageFootprint.frag */, - B39812A629239F3900A82429 /* hlsl.logicalConvert.frag */, - B39812A729239F3900A82429 /* hlsl.promote.atomic.frag */, - B39812A829239F3900A82429 /* es-link1.frag */, - B39812A929239F3900A82429 /* 310.comp */, - B39812AA29239F3900A82429 /* spv.types.frag */, - B39812AB29239F3900A82429 /* spv.separate.frag */, - B39812AC29239F3900A82429 /* hlsl.opaque-type-bug.frag */, - B39812AD29239F3900A82429 /* cppDeepNest.frag */, - B39812AE29239F3900A82429 /* compoundsuffix.frag.hlsl */, - B39812AF29239F3900A82429 /* hlsl.coverage.frag */, - B39812B029239F3900A82429 /* hlsl.load.basic.dx10.vert */, - B39812B129239F3900A82429 /* hlsl.constructexpr.frag */, - B39812B229239F3900A82429 /* spv.subgroupPartitioned.comp */, - B39812B329239F3900A82429 /* spv.builtInXFB.vert */, - B39812B429239F3900A82429 /* matrix2.frag */, - B39812B529239F3900A82429 /* hlsl.color.hull.tesc */, - B39812B629239F3900A82429 /* hlsl.emptystructreturn.vert */, - B39812B729239F3900A82429 /* link.vk.multiBlocksValid.1.0.geom */, - B39812B829239F3900A82429 /* hlsl.clipdistance-1.geom */, - B39812B929239F3900A82429 /* hlsl.clipdistance-9.vert */, - B39812BA29239F3900A82429 /* hlsl.-D-U.frag */, - B39812BB29239F3900A82429 /* glsl.460.subgroup.rint */, - B39812BC29239F3900A82429 /* hlsl.precise.frag */, - B39812BD29239F3900A82429 /* spv.dataOut.frag */, - B39812BE29239F3900A82429 /* hlsl.flatten.return.frag */, - B39812BF29239F3900A82429 /* spv.bufferhandle4.frag */, - B39812C029239F3900A82429 /* hlsl.isfinite.frag */, - B39812C129239F3900A82429 /* 310.inheritMemory.frag */, - B39812C229239F3900A82429 /* prepost.frag */, - B39812C329239F3900A82429 /* precision.vert */, - B39812C429239F3900A82429 /* swizzle.frag */, - B39812C529239F3900A82429 /* spv.varyingArray.frag */, - B39812C629239F3900A82429 /* types.frag */, - B39812C729239F3900A82429 /* spv.ext.MissShader.rmiss */, - B39812C829239F3900A82429 /* 300samplerExternal.frag */, - B39812C929239F3900A82429 /* glsl.450.subgroup.geom */, - B39812CA29239F3900A82429 /* spv.8bitstorage_Error-int.frag */, - B39812CB29239F3900A82429 /* preprocessor.extensions.vert */, - B39812CC29239F3900A82429 /* hlsl.float4.frag */, - B39812CD29239F3900A82429 /* conditionalDiscard.frag */, - B39812CE29239F3900A82429 /* link.vk.differentPC.1.2.frag */, - B39812CF29239F3900A82429 /* hlsl.clipdistance-3.frag */, - B39812D029239F3900A82429 /* i1.h */, - B39812D129239F3900A82429 /* spv.bufferhandle12.frag */, - B39812D229239F3900A82429 /* hlsl.logical.binary.frag */, - B39812D329239F3900A82429 /* link2.frag */, - B39812D429239F3900A82429 /* varyingArray.frag */, - B39812D529239F3900A82429 /* 100.conf */, - B39812D629239F3900A82429 /* web.builtins.frag */, - B39812D729239F3900A82429 /* glsl.460.subgroup.rgen */, - B39812D829239F3900A82429 /* hlsl.pp.line4.frag */, - B39812D929239F3900A82429 /* rayQuery-no-cse.rgen */, - B39812DA29239F3900A82429 /* varyingArrayIndirect.frag */, - B39812DB29239F3900A82429 /* hlsl.staticFuncInit.frag */, - B39812DC29239F3900A82429 /* hlsl.constructimat.frag */, - B39812DD29239F3900A82429 /* spv.structDeref.frag */, - B39812DE29239F3900A82429 /* spv.16bitstorage-uint.frag */, - B39812DF29239F3900A82429 /* rayQuery-allOps.comp */, - B39812E029239F3900A82429 /* 130.frag */, - B39812E129239F3900A82429 /* remap.switch.everything.frag */, - B39812E229239F3900A82429 /* spv.xfbOffsetOnBlockMembersAssignment.vert */, - B39812E329239F3900A82429 /* link.vk.matchingPC.0.2.frag */, - B39812E429239F3900A82429 /* versionsClean.frag */, - B39812E529239F3900A82429 /* spv.meshShaderPerView_Errors.mesh */, - B39812E629239F3900A82429 /* spv.controlFlowAttributes.frag */, - B39812E729239F3900A82429 /* web.texture.frag */, - B39812E829239F3900A82429 /* spv.texture.frag */, - B39812E929239F3900A82429 /* es-link2.frag */, - B39812EA29239F3900A82429 /* 400.vert */, - B39812EB29239F3900A82429 /* hlsl.samplecmp.offsetarray.dx10.frag */, - B39812EC29239F3900A82429 /* reflection.options.vert */, - B39812ED29239F3900A82429 /* spv.int32.frag */, - B39812EE29239F3900A82429 /* hlsl.clipdistance-2.geom */, - B39812EF29239F3900A82429 /* hlsl.texturebuffer.frag */, - B39812F029239F3900A82429 /* spv.sampleMaskOverrideCoverage.frag */, - B39812F129239F3900A82429 /* hlsl.sample.sub-vec4.dx10.frag */, - B39812F229239F3900A82429 /* hlsl.stringtoken.frag */, - B39812F329239F3900A82429 /* spv.unit3.frag */, - B39812F429239F3900A82429 /* spv.conditionalDiscard.frag */, - B39812F529239F3900A82429 /* hlsl.constructArray.vert */, - B39812F629239F3900A82429 /* spv.shaderStencilExport.frag */, - B39812F729239F3900A82429 /* spv.bufferhandle7.frag */, - B39812F829239F3900A82429 /* 300link.frag */, - B39812F929239F3900A82429 /* spv.multiviewPerViewAttributes.tesc */, - B39812FA29239F3900A82429 /* inc2 */, - B39812FD29239F3900A82429 /* hlsl.samplelevel.offsetarray.dx10.frag */, - B39812FE29239F3900A82429 /* spv.image.load-formatted.frag */, - B39812FF29239F3900A82429 /* remap.if.none.frag */, - B398130029239F3900A82429 /* hlsl.intrinsic.frexp.vert */, - B398130129239F3900A82429 /* spv.voidFunction.frag */, - B398130229239F3900A82429 /* 450.comp */, - B398130329239F3900A82429 /* spv.float16convertonlyarith.comp */, - B398130429239F3900A82429 /* glsl.es320.subgroupQuad.comp */, - B398130529239F3900A82429 /* hlsl.sample.basic.dx10.frag */, - B398130629239F3900A82429 /* link.vk.differentPC.1.1.frag */, - B398130729239F3900A82429 /* hlsl.attribute.frag */, - B398130829239F3900A82429 /* hlsl.PointSize.vert */, - B398130929239F3900A82429 /* spv.8bitstorage-int.frag */, - B398130A29239F3900A82429 /* aggOps.frag */, - B398130B29239F3900A82429 /* spv.constStruct.vert */, - B398130C29239F3900A82429 /* constantUnaryConversion.comp */, - B398130D29239F3900A82429 /* glsl.450.subgroupClusteredNeg.comp */, - B398130E29239F3900A82429 /* array100.frag */, - B398130F29239F3900A82429 /* hlsl.inoutquals.frag */, - B398131029239F3900A82429 /* spv.subgroupExtendedTypesShuffleRelative.comp */, - B398131129239F3900A82429 /* 150.geom */, - B398131229239F3900A82429 /* preprocessor.many.endif.vert */, - B398131329239F3900A82429 /* hlsl.layout.frag */, - B398131429239F3900A82429 /* hlsl.frag */, - B398131529239F3900A82429 /* cppPassMacroName.frag */, - B398131629239F3900A82429 /* glsl.450.subgroupVote.comp */, - B398131729239F3900A82429 /* hlsl.flattenOpaqueInit.vert */, - B398131829239F3900A82429 /* hlsl.partialFlattenMixed.vert */, - B398131929239F3900A82429 /* hlsl.singleArgIntPromo.vert */, - B398131A29239F3900A82429 /* cppBad3.vert */, - B398131B29239F3900A82429 /* hlsl.typedef.frag */, - B398131C29239F3900A82429 /* spv.nonSquare.vert */, - B398131D29239F3900A82429 /* spv.subpass.frag */, - B398131E29239F3900A82429 /* spv.16bitstorage_Error-uint.frag */, - B398131F29239F3900A82429 /* matrix.frag */, - B398132029239F3900A82429 /* spv.subgroupShuffle.comp */, - B398132129239F3900A82429 /* hlsl.groupid.comp */, - B398132229239F3900A82429 /* sample.frag */, - B398132329239F3900A82429 /* spv.imageLoadStoreLod.frag */, - B398132429239F3900A82429 /* spv.forLoop.frag */, - B398132529239F3900A82429 /* link1.vk.frag */, - B398132629239F3900A82429 /* spv.460.vert */, - B398132729239F3900A82429 /* glsl.460.subgroup.rchit */, - B398132829239F3900A82429 /* hlsl.clipdistance-6.vert */, - B398132929239F3900A82429 /* 300layout.frag */, - B398132A29239F3900A82429 /* findFunction.frag */, - B398132B29239F3900A82429 /* hlsl.cast.frag */, - B398132C29239F3900A82429 /* empty2.frag */, - B398132D29239F3900A82429 /* spv.scalarlayout.frag */, - B398132E29239F3900A82429 /* hlsl.structbuffer.fn2.comp */, - B398132F29239F3900A82429 /* spv.nonuniform4.frag */, - B398133029239F3900A82429 /* 420.vert */, - B398133129239F3900A82429 /* hlsl.wavequery.comp */, - B398133229239F3900A82429 /* hlsl.calculatelodunclamped.dx10.frag */, - B398133329239F3900A82429 /* hlsl.structStructName.frag */, - B398133429239F3900A82429 /* hlsl.struct.split-1.vert */, - B398133529239F3900A82429 /* preprocessor.pragma.vert */, - B398133629239F3900A82429 /* structDeref.frag */, - B398133729239F3900A82429 /* hlsl.load.offset.dx10.frag */, - B398133829239F3900A82429 /* spv.functionSemantics.frag */, - B398133929239F3900A82429 /* hlsl.self_cast.frag */, - B398133A29239F3900A82429 /* spv.dead-after-loop-break.vert */, - B398133B29239F3900A82429 /* hlsl.matType.int.frag */, - B398133C29239F3900A82429 /* spv.MissShader.rmiss */, - B398133D29239F3900A82429 /* versionsErrors.vert */, - B398133E29239F3900A82429 /* preprocessor.cpp_style___FILE__.vert */, - B398133F29239F3900A82429 /* hlsl.gather.offsetarray.dx10.frag */, - B398134029239F3900A82429 /* hlsl.y-negate-3.vert */, - B398134129239F3900A82429 /* spv.ext.RayConstants.rgen */, - B398134229239F3900A82429 /* 310.geom */, - B398134329239F3900A82429 /* deepRvalue.frag */, - B398134429239F3900A82429 /* glsl.es320.subgroup.geom */, - B398134529239F3900A82429 /* hlsl.gathercmpRGBA.offsetarray.dx10.frag */, - B398134629239F3900A82429 /* hlsl.y-negate-2.vert */, - B398134729239F3900A82429 /* overlongLiteral.frag */, - B398134829239F3900A82429 /* hlsl.samplegrad.offsetarray.dx10.frag */, - B398134929239F3900A82429 /* vulkan.vert */, - B398134A29239F3900A82429 /* 310.tesc */, - B398134B29239F3900A82429 /* 460.vert */, - B398134C29239F3900A82429 /* spv.vulkan110.storageBuffer.vert */, - B398134D29239F3900A82429 /* glsl.es320.subgroup.tesc */, - B398134E29239F3900A82429 /* spv.multiStruct.comp */, - B398134F29239F3900A82429 /* hlsl.sample.offset.dx10.frag */, - B398135029239F3900A82429 /* hlsl.gatherRGBA.array.dx10.frag */, - B398135129239F3900A82429 /* spv.conversion.frag */, - B398135229239F3900A82429 /* hlsl.scope.frag */, - B398135329239F3900A82429 /* spv.coopmat.comp */, - B398135429239F3900A82429 /* spv.hlslOffsets.vert */, - B398135529239F3900A82429 /* spv.xfbOverlapOffsetCheckWithBlockAndMember.vert */, - B398135629239F3900A82429 /* spv.perprimitiveNV.frag */, - B398135729239F3900A82429 /* spv.set.vert */, - B398135829239F3900A82429 /* hlsl.automap.frag */, - B398135929239F3900A82429 /* hlsl.staticMemberFunction.frag */, - B398135A29239F3900A82429 /* hlsl.structIoFourWay.frag */, - B398135B29239F3900A82429 /* hlsl.getsampleposition.dx10.frag */, - B398135C29239F3900A82429 /* hlsl.array.multidim.frag */, - B398135D29239F3900A82429 /* spv.nonuniform5.frag */, - B398135E29239F3900A82429 /* remap.similar_1a.none.frag */, - B398135F29239F3900A82429 /* 150.frag */, - B398136029239F3900A82429 /* length.frag */, - B398136129239F3900A82429 /* hlsl.clipdistance-7.vert */, - B398136229239F3900A82429 /* spv.subgroupExtendedTypesQuadNeg.comp */, - B398136329239F3900A82429 /* empty3.frag */, - B398136429239F3900A82429 /* spv.fsi.frag */, - B398136529239F3900A82429 /* hlsl.reflection.binding.frag */, - B398136629239F3900A82429 /* hlsl.structbuffer.incdec.frag */, - B398136729239F3900A82429 /* negativeArraySize.comp */, - B398136829239F3900A82429 /* hlsl.scalar2matrix.frag */, - B398136929239F3900A82429 /* hlsl.subpass.frag */, - B398136A29239F3900A82429 /* hlsl.samplegrad.offset.dx10.frag */, - B398136B29239F3900A82429 /* spv.test.frag */, - B398136C29239F3900A82429 /* remap.hlsl.templatetypes.none.frag */, - B398136D29239F3900A82429 /* hlsl.matrixSwizzle.vert */, - B398136E29239F3900A82429 /* 310.frag */, - B398136F29239F3900A82429 /* spv.targetOpenGL.vert */, - B398137029239F3900A82429 /* glsl.es320.subgroup.frag */, - B398137129239F3900A82429 /* spv.viewportArray2.vert */, - B398137229239F3900A82429 /* hlsl.forLoop.frag */, - B398137329239F3900A82429 /* spv.1.3.8bitstorage-ubo.vert */, - B398137429239F3900A82429 /* spv.150.geom */, - B398137529239F3900A82429 /* cppBad2.vert */, - B398137629239F3900A82429 /* spv.forwardFun.frag */, - B398137729239F3900A82429 /* stringToDouble.vert */, - B398137829239F3900A82429 /* spv.fragmentShaderBarycentric2.frag */, - B398137929239F3900A82429 /* functionSemantics.frag */, - B398137A29239F3900A82429 /* glsl.460.subgroup.mesh */, - B398137B29239F3900A82429 /* 430.comp */, - B398137C29239F3900A82429 /* hlsl.samplebias.array.dx10.frag */, - B398137D29239F3900A82429 /* hlsl.shapeConv.frag */, - B398137E29239F3900A82429 /* spv.fragmentDensity.frag */, - B398137F29239F3900A82429 /* spv.samplePosition.frag */, - B398138029239F3900A82429 /* web.array.frag */, - B398138129239F3900A82429 /* spv.fsi_Error.frag */, - B398138229239F3900A82429 /* hlsl.shapeConvRet.frag */, - B398138329239F3900A82429 /* nvShaderNoperspectiveInterpolation.frag */, - B398138429239F3900A82429 /* spv.specConstantOperations.vert */, - B398138529239F3900A82429 /* spv.1.4.constructComposite.comp */, - B398138629239F3900A82429 /* spv.Operations.frag */, - B398138729239F3900A82429 /* hlsl.pp.vert */, - B398138829239F3900A82429 /* parent.h */, - B398138929239F3900A82429 /* 150.tesc */, - B398138A29239F3900A82429 /* glsl.es320.subgroupPartitioned.comp */, - B398138B29239F3900A82429 /* remap.invalid-spirv-2.spv */, - B398138C29239F3900A82429 /* spv.privateVariableTypes.frag */, - B398138D29239F3900A82429 /* spv.stereoViewRendering.tesc */, - B398138E29239F3900A82429 /* hlsl.inf.vert */, - B398138F29239F3900A82429 /* hlsl.gather.basic.dx10.frag */, - B398139029239F3900A82429 /* hlsl.samplelevel.offset.dx10.frag */, - B398139129239F3900A82429 /* hlsl.samplelevel.basic.dx10.frag */, - B398139229239F3900A82429 /* flowControl.frag */, - B398139329239F3900A82429 /* glspv.version.frag */, - B398139429239F3900A82429 /* hlsl.rw.vec2.bracket.frag */, - B398139529239F3900A82429 /* spv.drawParams.vert */, - B398139629239F3900A82429 /* glsl.es320.subgroupShuffleRelative.comp */, - B398139729239F3900A82429 /* recurse2.frag */, - B398139829239F3900A82429 /* hlsl.gatherRGBA.offset.dx10.frag */, - B398139929239F3900A82429 /* hlsl.samplecmp.array.dx10.frag */, - B398139A29239F3900A82429 /* spv.constConstruct.vert */, - B398139B29239F3900A82429 /* constFold.frag */, - B398139C29239F3900A82429 /* spv.dead-after-return.vert */, - B398139D29239F3900A82429 /* link.vk.differentPC.1.0.frag */, - B398139E29239F3900A82429 /* spv.flowControl.frag */, - B398139F29239F3900A82429 /* constFoldIntMin.frag */, - B39813A029239F3900A82429 /* hlsl.wavevote.comp */, - B39813A129239F3900A82429 /* spv.boolInBlock.frag */, - B39813A229239F3900A82429 /* hlsl.multiReturn.frag */, - B39813A329239F3900A82429 /* spv.1.4.OpSelect.frag */, - B39813A429239F3900A82429 /* hlsl.targetStruct2.frag */, - B39813A529239F3900A82429 /* spv.subgroupVote.comp */, - B39813A629239F3900A82429 /* hlsl.intrinsics.double.frag */, - B39813A729239F3900A82429 /* spv.specTexture.frag */, - B39813A829239F3900A82429 /* hlsl.pp.expand.frag */, - B39813A929239F3900A82429 /* hlsl.fraggeom.frag */, - B39813AA29239F3900A82429 /* spv.queryL.frag */, - B39813AB29239F3900A82429 /* spv.depthOut.frag */, - B39813AC29239F3900A82429 /* hlsl.mip.negative2.frag */, - B39813AD29239F3900A82429 /* glsl.450.subgroupShuffleRelative.comp */, - B39813AE29239F3900A82429 /* spv.1.4.OpCopyLogical.comp */, - B39813AF29239F3900A82429 /* hlsl.load.array.dx10.frag */, - B39813B029239F3900A82429 /* spv.bufferhandle6.frag */, - B39813B129239F3900A82429 /* spv.sparseTexture.frag */, - B39813B229239F3900A82429 /* hlsl.samplebias.offset.dx10.frag */, - B39813B329239F3900A82429 /* 310.tese */, - B39813B429239F3900A82429 /* 330.frag */, - B39813B529239F3900A82429 /* spv.int64.frag */, - B39813B629239F3900A82429 /* hlsl.gatherRGBA.offsetarray.dx10.frag */, - B39813B729239F3900A82429 /* glsl.es320.subgroup.tese */, - B39813B829239F3900A82429 /* spv.unit2.frag */, - B39813B929239F3900A82429 /* spv.coopmat_Error.comp */, - B39813BA29239F3900A82429 /* spv.meshShaderBuiltins.mesh */, - B39813BB29239F3900A82429 /* atomic_uint.frag */, - B39813BC29239F3900A82429 /* hlsl.clipdistance-3.geom */, - B39813BD29239F3900A82429 /* always-discard2.frag */, - B39813BE29239F3900A82429 /* spv.shadingRate.frag */, - B39813BF29239F3900A82429 /* hlsl.global-const-init.frag */, - B39813C029239F3900A82429 /* spv.vulkan110.int16.frag */, - B39813C129239F3900A82429 /* 150.tese */, - B39813C229239F3900A82429 /* spv.subgroupExtendedTypesBallotNeg.comp */, - B39813C329239F3A00A82429 /* spv.OVR_multiview.vert */, - B39813C429239F3A00A82429 /* hlsl.samplecmplevelzero.array.dx10.frag */, - B39813C529239F3A00A82429 /* hlsl.struct.split.call.vert */, - B39813C629239F3A00A82429 /* spv.uint.frag */, - B39813C729239F3A00A82429 /* spv.ext.IntersectShader.rint */, - B39813C829239F3A00A82429 /* glspv.esversion.vert */, - B39813C929239F3A00A82429 /* spv.AnyHitShader_Errors.rahit */, - B39813CA29239F3A00A82429 /* web.basic.vert */, - B39813CB29239F3A00A82429 /* spv.dead-after-switch-break.vert */, - B39813CC29239F3A00A82429 /* spv.330.geom */, - B39813CD29239F3A00A82429 /* hlsl.struct.split.trivial.geom */, - B39813CE29239F3A00A82429 /* hlsl.structbuffer.append.frag */, - B39813CF29239F3A00A82429 /* hlsl.semicolons.frag */, - B39813D029239F3A00A82429 /* hlsl.structbuffer.atomics.frag */, - B39813D129239F3A00A82429 /* spv.130.frag */, - B39813D229239F3A00A82429 /* hlsl.params.default.frag */, - B39813D329239F3A00A82429 /* hlsl.max.frag */, - B39813D429239F3A00A82429 /* spv.1.4.OpCopyLogicalBool.comp */, - B39813D529239F3A00A82429 /* hlsl.string.frag */, - B39813D629239F3A00A82429 /* 440.vert */, - B39813D729239F3A00A82429 /* hlsl.cbuffer-identifier.vert */, - B39813D829239F3A00A82429 /* spv.subgroupExtendedTypesClustered.comp */, - B39813D929239F3A00A82429 /* spv.layoutNested.vert */, - B39813DA29239F3A00A82429 /* spv.dataOutIndirect.frag */, - B39813DB29239F3A00A82429 /* hlsl.gs-hs-mix.tesc */, - B39813DC29239F3A00A82429 /* remap.invalid-spirv-1.spv */, - B39813DD29239F3A00A82429 /* spv.subgroupClusteredNeg.comp */, - B39813DE29239F3A00A82429 /* spv.explicittypes.frag */, - B39813DF29239F3A00A82429 /* spv.bufferhandle13.frag */, - B39813E029239F3A00A82429 /* vulkan.ast.vert */, - B39813E129239F3A00A82429 /* link3.frag */, - B39813E229239F3A00A82429 /* hlsl.store.rwbyteaddressbuffer.type.comp */, - B39813E329239F3A00A82429 /* spv.320.meshShaderUserDefined.mesh */, - B39813E429239F3A00A82429 /* hlsl.boolConv.vert */, - B39813E529239F3A00A82429 /* structure.frag */, - B39813E629239F3A00A82429 /* hlsl.clipdistance-2.frag */, - B39813E729239F3A00A82429 /* hlsl.array.frag */, - B39813E829239F3A00A82429 /* web.operations.frag */, - B39813E929239F3A00A82429 /* spv.pushConstantAnon.vert */, - B39813EA29239F3A00A82429 /* spv.texture.sampler.transform.frag */, - B39813EB29239F3A00A82429 /* glsl.es320.subgroupBasic.comp */, - B39813EC29239F3A00A82429 /* hlsl.semantic.vert */, - B39813ED29239F3A00A82429 /* spv.paramMemory.frag */, - B39813EE29239F3A00A82429 /* spv.bufferhandle18.frag */, - B39813EF29239F3A00A82429 /* hlsl.overload.frag */, - B39813F029239F3A00A82429 /* hlsl.clipdistance-9.frag */, - B39813F129239F3A00A82429 /* hlsl.emptystructreturn.frag */, - B39813F229239F3A00A82429 /* tokenPaste.vert */, - B39813F329239F3A00A82429 /* hlsl.implicitBool.frag */, - B39813F429239F3A00A82429 /* spv.uniformArray.frag */, - B39813F529239F3A00A82429 /* hlsl.multiEntry.vert */, - B39813F629239F3A00A82429 /* spv.do-while-continue-break.vert */, - B39813F729239F3A00A82429 /* spv.while-continue-break.vert */, - B39813F829239F3A00A82429 /* web.runtests */, - B39813F929239F3A00A82429 /* rayQuery-initialize.rgen */, - B39813FA29239F3A00A82429 /* spv.vecMatConstruct.frag */, - B39813FB29239F3A00A82429 /* sample.frag.out */, - B39813FC29239F3A00A82429 /* remap.hlsl.sample.basic.none.frag */, - B39813FD29239F3A00A82429 /* spv.doWhileLoop.frag */, - B39813FE29239F3A00A82429 /* conversion.frag */, - B39813FF29239F3A00A82429 /* hlsl.samplecmplevelzero.basic.dx10.frag */, - B398140029239F3A00A82429 /* spv.subgroupBasic.comp */, - B398140129239F3A00A82429 /* precision.frag */, - B398140229239F3A00A82429 /* hlsl.intrinsics.d3dcolortoubyte4.frag */, - B398140329239F3A00A82429 /* cppBad5.vert */, - B398140429239F3A00A82429 /* forwardRef.frag */, - B398140529239F3A00A82429 /* vulkan.comp */, - B398140629239F3A00A82429 /* foo.h */, - B398140729239F3A00A82429 /* hlsl.struct.split.nested.geom */, - B398140829239F3A00A82429 /* spv.subgroupExtendedTypesShuffleNeg.comp */, - B398140929239F3A00A82429 /* hlsl.mintypes.frag */, - B398140A29239F3A00A82429 /* link.multiAnonBlocksValid.0.0.vert */, - B398140B29239F3A00A82429 /* hlsl.nonint-index.frag */, - B398140C29239F3A00A82429 /* link.multiAnonBlocksInvalid.0.0.vert */, - B398140D29239F3A00A82429 /* spv.subgroupQuad.comp */, - B398140E29239F3A00A82429 /* 100.frag */, - B398140F29239F3A00A82429 /* specExamples.frag */, - B398141029239F3A00A82429 /* spv.register.noautoassign.frag */, - B398141129239F3A00A82429 /* whileLoop.frag */, - B398141229239F3A00A82429 /* hlsl.sample.offsetarray.dx10.frag */, - B398141329239F3A00A82429 /* forLoop.frag */, - B398141429239F3A00A82429 /* hlsl.basic.comp */, - B398141529239F3A00A82429 /* spv.nonuniform2.frag */, - B398141629239F3A00A82429 /* remap.basic.strip.frag */, - B398141729239F3A00A82429 /* Operations.frag */, - B398141829239F3A00A82429 /* hlsl.wavequad.comp */, - B398141929239F3A00A82429 /* mixedArrayDecls.frag */, - B398141A29239F3A00A82429 /* spv.140.frag */, - B398141B29239F3A00A82429 /* hlsl.structarray.flatten.geom */, - B398141C29239F3A00A82429 /* decls.frag */, - B398141D29239F3A00A82429 /* remap.literal64.none.spv */, - B398141E29239F3A00A82429 /* hlsl.matType.bool.frag */, - B398141F29239F3A00A82429 /* 430.vert */, - B398142029239F3A00A82429 /* spv.ext.RayGenShader11.rgen */, - B398142129239F3A00A82429 /* spv.xfbOffsetOnStructMembersAssignment.vert */, - B398142229239F3A00A82429 /* hlsl.attributeC11.frag */, - B398142329239F3A00A82429 /* preprocessor.edge_cases.vert */, - B398142429239F3A00A82429 /* spv.arbPostDepthCoverage_Error.frag */, - B398142529239F3A00A82429 /* hlsl.load.basic.dx10.frag */, - B398142629239F3A00A82429 /* hlsl.templatetypes.negative.frag */, - B398142729239F3A00A82429 /* hlsl.clip.frag */, - B398142829239F3A00A82429 /* spv.float64.frag */, - B398142929239F3A00A82429 /* hlsl.flattenOpaqueInitMix.vert */, - B398142A29239F3A00A82429 /* hlsl.gather.offset.dx10.frag */, - B398142B29239F3A00A82429 /* link2.vk.frag */, - B398142C29239F3A00A82429 /* hlsl.intrinsics.f3216.frag */, - B398142D29239F3A00A82429 /* earlyReturnDiscard.frag */, - B398142E29239F3A00A82429 /* spv.looseUniformNoLoc.vert */, - B398142F29239F3A00A82429 /* hlsl.clipdistance-5.frag */, - B398143029239F3A00A82429 /* spv.sparseTextureClamp.frag */, - B398143129239F3A00A82429 /* hlsl.sin.frag */, - B398143229239F3A00A82429 /* spv.bufferhandle14.frag */, - B398143329239F3A00A82429 /* remap.literal64.everything.spv */, - B398143429239F3A00A82429 /* 410.vert */, - B398143529239F3A00A82429 /* spv.specConst.vert */, - B398143629239F3A00A82429 /* glsl.460.subgroup.rcall */, - B398143729239F3A00A82429 /* hlsl.samplecmp.basic.dx10.frag */, - B398143829239F3A00A82429 /* spv.for-nobody.vert */, - B398143929239F3A00A82429 /* cppComplexExpr.vert */, - B398143A29239F3A00A82429 /* preprocessor.include.disabled.vert */, - B398143B29239F3A00A82429 /* compoundsuffix.vert.glsl */, - B398143C29239F3A00A82429 /* hlsl.samplelevel.array.dx10.frag */, - B398143D29239F3A00A82429 /* hlsl.pp.line2.frag */, - B398143E29239F3A00A82429 /* hlsl.gather.array.dx10.frag */, - B398143F29239F3A00A82429 /* 320.geom */, - B398144029239F3A00A82429 /* texture.frag */, - B398144129239F3A00A82429 /* spv.fragmentShaderBarycentric.frag */, - B398144229239F3A00A82429 /* hlsl.load.rwtexture.dx10.frag */, - B398144329239F3A00A82429 /* hlsl.rw.atomics.frag */, - B398144429239F3A00A82429 /* hlsl.synthesizeInput.frag */, - B398144529239F3A00A82429 /* hlsl.waveprefix.comp */, - B398144629239F3A00A82429 /* spv.image.frag */, - B398144729239F3A00A82429 /* structAssignment.frag */, - B398144829239F3A00A82429 /* spv.xfb.vert */, - B398144929239F3A00A82429 /* 120.frag */, - B398144A29239F3A00A82429 /* spv.bufferhandle19_Errors.frag */, - B398144B29239F3A00A82429 /* hlsl.samplebias.basic.dx10.frag */, - B398144C29239F3A00A82429 /* simpleFunctionCall.frag */, - B398144D29239F3A00A82429 /* hlsl.clipdistance-4.geom */, - B398144E29239F3A00A82429 /* hlsl.dashI.vert */, - B398144F29239F3A00A82429 /* hlsl.function.frag */, - B398145029239F3A00A82429 /* cppBad.vert */, - B398145129239F3A00A82429 /* web.separate.frag */, - B398145229239F3A00A82429 /* noMain1.geom */, - B398145329239F3A00A82429 /* hlsl.array.flatten.frag */, - B398145429239F3A00A82429 /* tokenLength.vert */, - B398145529239F3A00A82429 /* doWhileLoop.frag */, - B398145629239F3A00A82429 /* spv.ext.AnyHitShader_Errors.rahit */, - B398145729239F3A00A82429 /* spv.bufferhandle1.frag */, - B398145829239F3A00A82429 /* matrixError.vert */, - B398145929239F3A00A82429 /* rayQuery-allOps.rgen */, - B398145A29239F3A00A82429 /* hlsl.type.half.frag */, - B398145B29239F3A00A82429 /* spv.subgroup.geom */, - B398145C29239F3A00A82429 /* 300block.frag */, - B398145D29239F3A00A82429 /* glspv.frag */, - B398145E29239F3A00A82429 /* spv.AnyHitShader.rahit */, - B398145F29239F3A00A82429 /* hlsl.intrinsics.negative.frag */, - B398146029239F3A00A82429 /* hlsl.gatherRGBA.basic.dx10.frag */, - B398146129239F3A00A82429 /* glsl.460.subgroup.rmiss */, - B398146229239F3A00A82429 /* spv.ssbo.autoassign.frag */, - B398146329239F3A00A82429 /* validate-shaders.sh */, - B398146429239F3A00A82429 /* preprocessor.bad_arg.vert */, - B398146529239F3A00A82429 /* hlsl.intrinsics.frag */, - B398146629239F3A00A82429 /* spv.RayGenShader.rgen */, - B398146729239F3A00A82429 /* spv.300layout.vert */, - B398146829239F3A00A82429 /* spv.while-simple.vert */, - B398146929239F3A00A82429 /* cppRelaxSkipTokensErrors.vert */, - B398146A29239F3A00A82429 /* spv.16bitstorage_Error-int.frag */, - B398146B29239F3A00A82429 /* hlsl.conditional.frag */, - B398146C29239F3A00A82429 /* hlsl.float1.frag */, - B398146D29239F3A00A82429 /* spv.MissShader_Errors.rmiss */, - B398146E29239F3A00A82429 /* hlsl.sample.dx9.frag */, - B398146F29239F3A00A82429 /* hlsl.multiDescriptorSet.frag */, - B398147029239F3A00A82429 /* hlsl.structbuffer.frag */, - B398147129239F3A00A82429 /* baseLegalResults */, - B398147A29239F3A00A82429 /* spv.float16Fetch.frag */, - B398147B29239F3A00A82429 /* missingBodies.vert */, - B398147C29239F3A00A82429 /* mains1.frag */, - B398147D29239F3A00A82429 /* 320.frag */, - B398147E29239F3A00A82429 /* hlsl.type.type.conversion.all.frag */, - B398147F29239F3A00A82429 /* spv.dead-after-continue.vert */, - B398148029239F3A00A82429 /* hlsl.struct.split.array.geom */, - B398148129239F3A00A82429 /* spv.volatileAtomic.comp */, - B398148229239F3A00A82429 /* glsl.-D-U.frag */, - B398148329239F3A00A82429 /* link.vk.differentPC.0.2.frag */, - B398148429239F3A00A82429 /* hlsl.pp.tokenpasting.frag */, - B398148529239F3A00A82429 /* hlsl.typeGraphCopy.vert */, - B398148629239F3A00A82429 /* spv.sampleId.frag */, - B398148729239F3A00A82429 /* invalidSwizzle.vert */, - B398148829239F3A00A82429 /* spv.subgroup.tesc */, - B398148929239F3A00A82429 /* spv.1.4.LoopControl.frag */, - B398148A29239F3A00A82429 /* mains.frag */, - B398148B29239F3A00A82429 /* hlsl.getdimensions.dx10.vert */, - B398148C29239F3A00A82429 /* spv.ssboAlias.frag */, - B398148D29239F3A00A82429 /* spv.ext.AnyHitShader.rahit */, - B398148E29239F3A00A82429 /* recurse1.vert */, - B398148F29239F3A00A82429 /* remap.hlsl.templatetypes.everything.frag */, - B398149029239F3A00A82429 /* hlsl.identifier.sample.frag */, - B398149129239F3A00A82429 /* bump */, - B398149229239F3A00A82429 /* hlsl.init2.frag */, - B398149329239F3A00A82429 /* spv.subgroupExtendedTypesPartitioned.comp */, - B398149429239F3A00A82429 /* spv.multiStructFuncall.frag */, - B398149529239F3A00A82429 /* spv.8bitstorage_Error-uint.frag */, - B398149629239F3A00A82429 /* spv.subgroupExtendedTypesShuffleRelativeNeg.comp */, - B398149729239F3A00A82429 /* baseResults */, - B39818B029239F3E00A82429 /* spv.1.4.OpEntryPoint.frag */, - B39818B129239F3E00A82429 /* hlsl.promote.binary.frag */, - B39818B229239F3E00A82429 /* hlsl.constantbuffer.frag */, - B39818B329239F3E00A82429 /* hlsl.attributeGlobalBuffer.frag */, - B39818B429239F3E00A82429 /* glsl.450.subgroupQuad.comp */, - B39818B529239F3E00A82429 /* 450.vert */, - B39818B629239F3E00A82429 /* 320.tesc */, - B39818B729239F3E00A82429 /* nonVulkan.frag */, - B39818B829239F3E00A82429 /* spv.GeometryShaderPassthrough.geom */, - B39818B929239F3E00A82429 /* hlsl.intrinsics.promote.frag */, - B39818BA29239F3E00A82429 /* hlsl.structbuffer.fn.frag */, - B39818BB29239F3E00A82429 /* spv.pushConstant.vert */, - B39818BC29239F3E00A82429 /* hlsl.pp.line3.frag */, - B39818BD29239F3E00A82429 /* spv.subgroup.frag */, - B39818BE29239F3E00A82429 /* hlsl.hull.ctrlpt-1.tesc */, - B39818BF29239F3E00A82429 /* spv.smBuiltins.vert */, - B39818C029239F3E00A82429 /* remap.uniformarray.none.frag */, - B39818C129239F3E00A82429 /* spv.16bitxfb.vert */, - B39818C229239F3E00A82429 /* hlsl.samplecmp.negative.frag */, - B39818C329239F3E00A82429 /* variableArrayIndex.frag */, - B39818C429239F3E00A82429 /* spv.discard-dce.frag */, - B39818C529239F3E00A82429 /* spv.ext.RayCallable.rcall */, - B39818C629239F3E00A82429 /* spv.bufferhandle15.frag */, - B39818C729239F3E00A82429 /* spv.bufferhandle_Error.frag */, - B39818C829239F3E00A82429 /* hlsl.structbuffer.coherent.frag */, - B39818C929239F3E00A82429 /* hlsl.clipdistance-4.frag */, - B39818CA29239F3E00A82429 /* glslangValidator */, - B39818CB29239F3E00A82429 /* glsl.450.subgroup.vert */, - B39818CC29239F3E00A82429 /* hlsl.format.rwtexture.frag */, - B39818CD29239F3E00A82429 /* remap.similar_1a.everything.frag */, - B39818CE29239F3E00A82429 /* hlsl.hull.1.tesc */, - B39818CF29239F3E00A82429 /* numeral.frag */, - B39818D029239F3E00A82429 /* samplerlessTextureFunctions.frag */, - B39818D129239F3E00A82429 /* spv.accessChain.frag */, - B39818D229239F3E00A82429 /* spv.subgroup.tese */, - B39818D329239F3E00A82429 /* hlsl.includeNegative.vert */, - B39818D429239F3E00A82429 /* spv.always-discard2.frag */, - B39818D529239F3E00A82429 /* spv.extPostDepthCoverage.frag */, - B39818D629239F3E00A82429 /* spv.meshShaderRedeclBuiltins.mesh */, - B39818D729239F3E00A82429 /* discard-dce.frag */, - B39818D829239F3E00A82429 /* 300BuiltIns.frag */, - B39818D929239F3E00A82429 /* 140.frag */, - B39818DA29239F3E00A82429 /* spv.extPostDepthCoverage_Error.frag */, - B39818DB29239F3E00A82429 /* hlsl.sample.array.dx10.frag */, - B39818DC29239F3E00A82429 /* spv.float32.frag */, - B39818DD29239F3E00A82429 /* spv.meshShaderSharedMem.mesh */, - B39818DE29239F3E00A82429 /* spv.430.vert */, - B39818DF29239F3E00A82429 /* web.testlist */, - B39818E029239F3E00A82429 /* glsl.es320.subgroupVote.comp */, - B39818E129239F3E00A82429 /* spv.RayGenShader_Errors.rgen */, - B39818E229239F3E00A82429 /* reflection.linked.frag */, - B39818E329239F3E00A82429 /* spv.memoryQualifier.frag */, - B39818E429239F3E00A82429 /* spv.nonuniform3.frag */, - B39818E529239F3E00A82429 /* spv.functionCall.frag */, - B39818E629239F3E00A82429 /* hlsl.clipdistance-1.vert */, - B39818E729239F3E00A82429 /* glsl.es320.subgroupClusteredNeg.comp */, - B39818E829239F3E00A82429 /* implicitInnerAtomicUint.frag */, - B39818E929239F3E00A82429 /* link.multiAnonBlocksInvalid.0.1.vert */, - B39818EA29239F3E00A82429 /* hlsl.domain.1.tese */, - B39818EB29239F3E00A82429 /* hlsl.if.frag */, - B39818EC29239F3E00A82429 /* spv.switch.frag */, - B39818ED29239F3E00A82429 /* link.multiAnonBlocksValid.0.1.vert */, - B39818EE29239F3E00A82429 /* dataOutIndirect.frag */, - B39818EF29239F3E00A82429 /* hlsl.array.implicit-size.frag */, - B39818F029239F3E00A82429 /* noMain.vert */, - B39818F129239F3E00A82429 /* hlsl.samplegrad.basic.dx10.vert */, - B39818F229239F3E00A82429 /* spv.deepRvalue.frag */, - B39818F329239F3E00A82429 /* 100scope.vert */, - B39818F429239F3E00A82429 /* spv.float16convertonlystorage.comp */, - B39818F529239F3E00A82429 /* hlsl.mip.operator.frag */, - B39818F629239F3E00A82429 /* reflection.frag */, - B39818F729239F3E00A82429 /* preprocessor.success_if_parse_would_fail.vert */, - B39818F829239F3E00A82429 /* spv.ext.RayGenShader_Errors.rgen */, - B39818F929239F3E00A82429 /* cppBad4.vert */, - B39818FA29239F3E00A82429 /* max_vertices_0.geom */, - B39818FB29239F3E00A82429 /* hlsl.scalarCast.vert */, - B39818FC29239F3E00A82429 /* hlsl.layoutOverride.vert */, - B39818FD29239F3E00A82429 /* spv.450.noRedecl.tesc */, - B39818FE29239F3E00A82429 /* hlsl.structarray.flatten.frag */, - B39818FF29239F3E00A82429 /* 420.comp */, - B398190029239F3E00A82429 /* cppIndent.vert */, - B398190129239F3E00A82429 /* spv.scalarlayoutfloat16.frag */, - B398190229239F3E00A82429 /* preprocessor.eof_missing.vert */, - B398190329239F3E00A82429 /* spv.460.comp */, - B398190429239F3E00A82429 /* spv.shortCircuit.frag */, - B398190529239F3E00A82429 /* hlsl.clipdistance-8.frag */, - B398190629239F3E00A82429 /* spv.branch-return.vert */, - B398190729239F3E00A82429 /* hlsl.aliasOpaque.frag */, - B398190829239F3E00A82429 /* spv.computeShaderDerivatives.comp */, - B398190929239F3E00A82429 /* 300.frag */, - B398190A29239F3E00A82429 /* 320.tese */, - B398190B29239F3E00A82429 /* spv.int8.frag */, - B398190C29239F3E00A82429 /* preprocessor.line.vert */, - B398190D29239F3E00A82429 /* hlsl.numthreads.comp */, - ); - path = Test; - sourceTree = ""; - }; - B39810BB29239F3700A82429 /* inc1 */ = { - isa = PBXGroup; - children = ( - B39810BC29239F3800A82429 /* badInc.h */, - B39810BD29239F3800A82429 /* bar.h */, - B39810BE29239F3800A82429 /* path1 */, - B39810C229239F3800A82429 /* foo.h */, - B39810C329239F3800A82429 /* path2 */, - ); - path = inc1; - sourceTree = ""; - }; - B39810BE29239F3800A82429 /* path1 */ = { - isa = PBXGroup; - children = ( - B39810BF29239F3800A82429 /* notHere.h */, - B39810C029239F3800A82429 /* bar.h */, - B39810C129239F3800A82429 /* local.h */, - ); - path = path1; - sourceTree = ""; - }; - B39810C329239F3800A82429 /* path2 */ = { - isa = PBXGroup; - children = ( - B39810C429239F3800A82429 /* notHere.h */, - B39810C529239F3800A82429 /* bar.h */, - B39810C629239F3800A82429 /* remote.h */, - ); - path = path2; - sourceTree = ""; - }; - B39812FA29239F3900A82429 /* inc2 */ = { - isa = PBXGroup; - children = ( - B39812FB29239F3900A82429 /* bar.h */, - B39812FC29239F3900A82429 /* foo.h */, - ); - path = inc2; - sourceTree = ""; - }; - B398147129239F3A00A82429 /* baseLegalResults */ = { - isa = PBXGroup; - children = ( - B398147229239F3A00A82429 /* hlsl.flattenSubset2.frag.out */, - B398147329239F3A00A82429 /* hlsl.flattenOpaque.frag.out */, - B398147429239F3A00A82429 /* hlsl.flattenOpaqueInit.vert.out */, - B398147529239F3A00A82429 /* hlsl.partialFlattenLocal.vert.out */, - B398147629239F3A00A82429 /* hlsl.aliasOpaque.frag.out */, - B398147729239F3A00A82429 /* hlsl.partialFlattenMixed.vert.out */, - B398147829239F3A00A82429 /* hlsl.flattenSubset.frag.out */, - B398147929239F3A00A82429 /* hlsl.flattenOpaqueInitMix.vert.out */, - ); - path = baseLegalResults; - sourceTree = ""; - }; - B398149729239F3A00A82429 /* baseResults */ = { - isa = PBXGroup; - children = ( - B398149829239F3A00A82429 /* hlsl.matNx1.frag.out */, - B398149929239F3A00A82429 /* hlsl.precise.frag.out */, - B398149A29239F3A00A82429 /* spv.ext.ClosestHitShader.rchit.out */, - B398149B29239F3A00A82429 /* precise.tesc.out */, - B398149C29239F3A00A82429 /* spv.400.tese.out */, - B398149D29239F3A00A82429 /* hlsl.inoutquals.frag.out */, - B398149E29239F3A00A82429 /* spv.storageBuffer.vert.out */, - B398149F29239F3A00A82429 /* spv.int16.amd.frag.out */, - B39814A029239F3A00A82429 /* spv.subgroupExtendedTypesClustered.comp.out */, - B39814A129239F3A00A82429 /* varyingArrayIndirect.frag.out */, - B39814A229239F3A00A82429 /* spv.bufferhandle17_Errors.frag.out */, - B39814A329239F3A00A82429 /* hlsl.logical.binary.vec.frag.out */, - B39814A429239F3A00A82429 /* spv.forwardFun.frag.out */, - B39814A529239F3A00A82429 /* spv.merge-unreachable.frag.out */, - B39814A629239F3A00A82429 /* spv.conversion.frag.out */, - B39814A729239F3A00A82429 /* remap.hlsl.sample.basic.everything.frag.out */, - B39814A829239F3A00A82429 /* preprocessor.success_if_parse_would_fail.vert.err */, - B39814A929239F3A00A82429 /* spv.16bitstorage_Error-uint.frag.out */, - B39814AA29239F3A00A82429 /* spv.460.vert.out */, - B39814AB29239F3A00A82429 /* spv.bufferhandle7.frag.out */, - B39814AC29239F3A00A82429 /* hlsl.load.offsetarray.dx10.frag.out */, - B39814AD29239F3A00A82429 /* spv.bufferhandle6.frag.out */, - B39814AE29239F3A00A82429 /* hlsl.doLoop.frag.out */, - B39814AF29239F3A00A82429 /* spv.1.3.8bitstorage-ubo.vert.out */, - B39814B029239F3A00A82429 /* spv.1.4.OpCopyLogicalBool.comp.out */, - B39814B129239F3A00A82429 /* hlsl.max.frag.out */, - B39814B229239F3A00A82429 /* rayQuery-allOps.frag.out */, - B39814B329239F3A00A82429 /* spv.computeShaderDerivatives2.comp.out */, - B39814B429239F3A00A82429 /* spv.ext.RayGenShader.rgen.out */, - B39814B529239F3A00A82429 /* preprocessor.cpp_style___FILE__.vert.out */, - B39814B629239F3A00A82429 /* hlsl.partialInit.frag.out */, - B39814B729239F3A00A82429 /* preprocessor.function_macro.vert.err */, - B39814B829239F3A00A82429 /* spv.subgroupShuffleRelative.comp.out */, - B39814B929239F3A00A82429 /* remap.specconst.comp.out */, - B39814BA29239F3A00A82429 /* hlsl.samplelevel.array.dx10.frag.out */, - B39814BB29239F3A00A82429 /* precision.frag.out */, - B39814BC29239F3A00A82429 /* 300.vert.out */, - B39814BD29239F3A00A82429 /* hlsl.intrinsics.lit.frag.out */, - B39814BE29239F3A00A82429 /* cppBad.vert.out */, - B39814BF29239F3A00A82429 /* hlsl.buffer.frag.out */, - B39814C029239F3A00A82429 /* preprocessor.pragma.vert.out */, - B39814C129239F3A00A82429 /* spv.meshShaderTaskMem.mesh.out */, - B39814C229239F3A00A82429 /* implicitInnerAtomicUint.frag.out */, - B39814C329239F3A00A82429 /* hlsl.params.default.negative.frag.out */, - B39814C429239F3A00A82429 /* hlsl.flattenSubset2.frag.out */, - B39814C529239F3A00A82429 /* 420.frag.out */, - B39814C629239F3A00A82429 /* spv.glsl.register.autoassign.frag.out */, - B39814C729239F3A00A82429 /* link.vk.matchingPC.0.0.frag.out */, - B39814C829239F3A00A82429 /* spv.310.bitcast.frag.out */, - B39814C929239F3A00A82429 /* spv.330.geom.out */, - B39814CA29239F3A00A82429 /* hlsl.load.basic.dx10.frag.out */, - B39814CB29239F3A00A82429 /* hlsl.clipdistance-1.vert.out */, - B39814CC29239F3A00A82429 /* preprocessor.cpp_style_line_directive.vert.out */, - B39814CD29239F3A00A82429 /* remap.switch.everything.frag.out */, - B39814CE29239F3A00A82429 /* spv.subpass.frag.out */, - B39814CF29239F3A00A82429 /* spv.glFragColor.frag.out */, - B39814D029239F3A00A82429 /* hlsl.rw.swizzle.frag.out */, - B39814D129239F3A00A82429 /* 450.geom.out */, - B39814D229239F3A00A82429 /* glspv.frag.out */, - B39814D329239F3A00A82429 /* hlsl.dashI.vert.out */, - B39814D429239F3A00A82429 /* hlsl.semantic.geom.out */, - B39814D529239F3A00A82429 /* spv.450.noRedecl.tesc.out */, - B39814D629239F3A00A82429 /* remap.similar_1b.none.frag.out */, - B39814D729239F3A00A82429 /* spv.noLocation.vert.out */, - B39814D829239F3A00A82429 /* spv.1.3.8bitstorage-ssbo.vert.out */, - B39814D929239F3A00A82429 /* spv.bufferhandle12.frag.out */, - B39814DA29239F3A00A82429 /* spv.bufferhandle13.frag.out */, - B39814DB29239F3A00A82429 /* spv.stereoViewRendering.tesc.out */, - B39814DC29239F3A00A82429 /* hlsl.-D-U.frag.out */, - B39814DD29239F3A00A82429 /* glsl.460.subgroup.rahit.out */, - B39814DE29239F3A00A82429 /* link.vk.differentPC.1.0.frag.out */, - B39814DF29239F3A00A82429 /* hlsl.init.frag.out */, - B39814E029239F3A00A82429 /* hlsl.samplecmp.array.dx10.frag.out */, - B39814E129239F3A00A82429 /* spv.sampleMaskOverrideCoverage.frag.out */, - B39814E229239F3A00A82429 /* spv.shiftOps.frag.out */, - B39814E329239F3A00A82429 /* hlsl.hull.ctrlpt-2.tesc.out */, - B39814E429239F3A00A82429 /* spv.set.vert.out */, - B39814E529239F3A00A82429 /* spv.image.load-formatted.frag.out */, - B39814E629239F3A00A82429 /* spv.atomicInt64.comp.out */, - B39814E729239F3A00A82429 /* 140.frag.out */, - B39814E829239F3A00A82429 /* hlsl.gs-hs-mix.tesc.out */, - B39814E929239F3A00A82429 /* spv.shortCircuit.frag.out */, - B39814EA29239F3A00A82429 /* spv.bufferhandle18.frag.out */, - B39814EB29239F3A00A82429 /* hlsl.gather.array.dx10.frag.out */, - B39814EC29239F3A00A82429 /* link1.frag.out */, - B39814ED29239F3A00A82429 /* versionsErrors.vert.out */, - B39814EE29239F3A00A82429 /* spv.stereoViewRendering.vert.out */, - B39814EF29239F3A00A82429 /* preprocessor.edge_cases.vert.err */, - B39814F029239F3A00A82429 /* hlsl.intrinsics.promote.down.frag.out */, - B39814F129239F3A00A82429 /* hlsl.singleArgIntPromo.vert.out */, - B39814F229239F3A00A82429 /* spv.branch-return.vert.out */, - B39814F329239F3A00A82429 /* types.frag.out */, - B39814F429239F3A00A82429 /* cppPassMacroName.frag.out */, - B39814F529239F3A00A82429 /* spv.subgroupExtendedTypesClusteredNeg.comp.out */, - B39814F629239F3A00A82429 /* test.conf */, - B39814F729239F3A00A82429 /* web.controlFlow.frag.out */, - B39814F829239F3A00A82429 /* hlsl.constructArray.vert.out */, - B39814F929239F3A00A82429 /* spv.nonuniform2.frag.out */, - B39814FA29239F3A00A82429 /* spv.nonuniform3.frag.out */, - B39814FB29239F3A00A82429 /* hlsl.structbuffer.append.fn.frag.out */, - B39814FC29239F3B00A82429 /* spv.specConstantComposite.vert.out */, - B39814FD29239F3B00A82429 /* hlsl.samplegrad.basic.dx10.frag.out */, - B39814FE29239F3B00A82429 /* spv.8bitstorage-ssbo.vert.out */, - B39814FF29239F3B00A82429 /* hlsl.targetStruct1.frag.out */, - B398150029239F3B00A82429 /* vulkan.vert.out */, - B398150129239F3B00A82429 /* spv.precise.tesc.out */, - B398150229239F3B00A82429 /* spv.430.frag.out */, - B398150329239F3B00A82429 /* hlsl.attributeGlobalBuffer.frag.out */, - B398150429239F3B00A82429 /* spv.subgroup.geom.out */, - B398150529239F3B00A82429 /* link.vk.multiBlocksValid.1.0.geom.out */, - B398150629239F3B00A82429 /* conversion.frag.out */, - B398150729239F3B00A82429 /* 320.geom.out */, - B398150829239F3B00A82429 /* spv.constructComposite.comp.out */, - B398150929239F3B00A82429 /* spv.400.tesc.out */, - B398150A29239F3B00A82429 /* spv.bitCast.frag.out */, - B398150B29239F3B00A82429 /* hlsl.attribute.expression.comp.out */, - B398150C29239F3B00A82429 /* spv.unit1.frag.out */, - B398150D29239F3B00A82429 /* spv.noBuiltInLoc.vert.out */, - B398150E29239F3B00A82429 /* glsl.es320.subgroupVote.comp.out */, - B398150F29239F3B00A82429 /* spv.register.subpass.frag.out */, - B398151029239F3B00A82429 /* hlsl.hull.3.tesc.out */, - B398151129239F3B00A82429 /* spv.accessChain.frag.out */, - B398151229239F3B00A82429 /* hlsl.hull.2.tesc.out */, - B398151329239F3B00A82429 /* web.separate.frag.out */, - B398151429239F3B00A82429 /* hlsl.samplebias.offsetarray.dx10.frag.out */, - B398151529239F3B00A82429 /* 440.frag.out */, - B398151629239F3B00A82429 /* hlsl.clipdistance-4.frag.out */, - B398151729239F3B00A82429 /* hlsl.matType.int.frag.out */, - B398151829239F3B00A82429 /* hlsl.conditional.frag.out */, - B398151929239F3B00A82429 /* hlsl.clipdistance-5.frag.out */, - B398151A29239F3B00A82429 /* hlsl.structIoFourWay.frag.out */, - B398151B29239F3B00A82429 /* swizzle.frag.out */, - B398151C29239F3B00A82429 /* hlsl.samplebias.array.dx10.frag.out */, - B398151D29239F3B00A82429 /* link.multiAnonBlocksValid.0.0.vert.out */, - B398151E29239F3B00A82429 /* spv.memoryScopeSemantics_Error.comp.out */, - B398151F29239F3B00A82429 /* hlsl.intrinsics.promote.outputs.frag.out */, - B398152029239F3B00A82429 /* preprocessor.line.frag.err */, - B398152129239F3B00A82429 /* spv.xfbOffsetOnBlockMembersAssignment.vert.out */, - B398152229239F3B00A82429 /* conditionalDiscard.frag.out */, - B398152329239F3B00A82429 /* spv.16bitstorage_Error.frag.out */, - B398152429239F3B00A82429 /* preprocessor.eof_missing.vert.out */, - B398152529239F3B00A82429 /* hlsl.shapeConvRet.frag.out */, - B398152629239F3B00A82429 /* preprocessor.bad_arg.vert.err */, - B398152729239F3B00A82429 /* vulkan.comp.out */, - B398152829239F3B00A82429 /* spv.texture.frag.out */, - B398152929239F3B00A82429 /* spv.ext.RayGenShaderArray.rgen.out */, - B398152A29239F3B00A82429 /* glsl.460.subgroup.rchit.out */, - B398152B29239F3B00A82429 /* hlsl.gather.offset.dx10.frag.out */, - B398152C29239F3B00A82429 /* spv.16bitxfb.vert.out */, - B398152D29239F3B00A82429 /* spv.310.comp.out */, - B398152E29239F3B00A82429 /* spv.1.3.coopmat.comp.out */, - B398152F29239F3B00A82429 /* spv.functionSemantics.frag.out */, - B398153029239F3B00A82429 /* spv.int16.frag.out */, - B398153129239F3B00A82429 /* preprocessor.errors.vert.out */, - B398153229239F3B00A82429 /* structAssignment.frag.out */, - B398153329239F3B00A82429 /* 300scope.vert.out */, - B398153429239F3B00A82429 /* 100samplerExternal.frag.out */, - B398153529239F3B00A82429 /* spv.shaderBallotAMD.comp.out */, - B398153629239F3B00A82429 /* hlsl.structbuffer.rwbyte.frag.out */, - B398153729239F3B00A82429 /* spv.AnyHitShader_Errors.rahit.out */, - B398153829239F3B00A82429 /* spv.arbPostDepthCoverage_Error.frag.out */, - B398153929239F3B00A82429 /* aggOps.frag.out */, - B398153A29239F3B00A82429 /* nonuniform.frag.out */, - B398153B29239F3B00A82429 /* hlsl.precedence2.frag.out */, - B398153C29239F3B00A82429 /* negativeArraySize.comp.out */, - B398153D29239F3B00A82429 /* spv.Operations.frag.out */, - B398153E29239F3B00A82429 /* hlsl.clipdistance-2.geom.out */, - B398153F29239F3B00A82429 /* remap.hlsl.sample.basic.none.frag.out */, - B398154029239F3B00A82429 /* spv.meshShaderPerViewUserDefined.mesh.out */, - B398154129239F3B00A82429 /* web.operations.frag.out */, - B398154229239F3B00A82429 /* hlsl.clipdistance-3.geom.out */, - B398154329239F3B00A82429 /* link.vk.multiBlocksValid.0.0.vert.out */, - B398154429239F3B00A82429 /* spv.130.frag.out */, - B398154529239F3B00A82429 /* spv.xfbOverlapOffsetCheckWithBlockAndMember.vert.out */, - B398154629239F3B00A82429 /* matrix.frag.out */, - B398154729239F3B00A82429 /* spv.coopmat.comp.out */, - B398154829239F3B00A82429 /* spv.xfbStrideJustOnce.vert.out */, - B398154929239F3B00A82429 /* hlsl.matrixSwizzle.vert.out */, - B398154A29239F3B00A82429 /* glsl.es320.subgroupClusteredNeg.comp.out */, - B398154B29239F3B00A82429 /* spv.1.4.LoopControl.frag.out */, - B398154C29239F3B00A82429 /* spv.matrix2.frag.out */, - B398154D29239F3B00A82429 /* hlsl.templatetypes.frag.out */, - B398154E29239F3B00A82429 /* spv.vulkan100.subgroupPartitioned.comp.out */, - B398154F29239F3B00A82429 /* remap.literal64.everything.spv.out */, - B398155029239F3B00A82429 /* spv.1.4.image.frag.out */, - B398155129239F3B00A82429 /* spv.300layout.vert.out */, - B398155229239F3B00A82429 /* hlsl.mip.operator.frag.out */, - B398155329239F3B00A82429 /* spv.earlyReturnDiscard.frag.out */, - B398155429239F3B00A82429 /* preprocessor.many.endif.vert.err */, - B398155529239F3B00A82429 /* hlsl.structbuffer.atomics.frag.out */, - B398155629239F3B00A82429 /* spv.420.geom.out */, - B398155729239F3B00A82429 /* spv.discard-dce.frag.out */, - B398155829239F3B00A82429 /* hlsl.samplegrad.offsetarray.dx10.frag.out */, - B398155929239F3B00A82429 /* spv.float64.frag.out */, - B398155A29239F3B00A82429 /* versionsClean.vert.out */, - B398155B29239F3B00A82429 /* rayQuery.rgen.out */, - B398155C29239F3B00A82429 /* 330.frag.out */, - B398155D29239F3B00A82429 /* hlsl.layout.frag.out */, - B398155E29239F3B00A82429 /* hlsl.hlslOffset.vert.out */, - B398155F29239F3B00A82429 /* forwardRef.frag.out */, - B398156029239F3B00A82429 /* glsl.es320.subgroup.frag.out */, - B398156129239F3B00A82429 /* spv.subgroupExtendedTypesShuffleRelativeNeg.comp.out */, - B398156229239F3B00A82429 /* spv.extPostDepthCoverage_Error.frag.out */, - B398156329239F3B00A82429 /* spv.register.noautoassign.frag.out */, - B398156429239F3B00A82429 /* hlsl.matType.frag.out */, - B398156529239F3B00A82429 /* lineContinuation.vert.out */, - B398156629239F3B00A82429 /* glsl.es320.subgroupClustered.comp.out */, - B398156729239F3B00A82429 /* matrix2.frag.out */, - B398156829239F3B00A82429 /* preprocessor.defined.vert.err */, - B398156929239F3B00A82429 /* hlsl.comparison.vec.frag.out */, - B398156A29239F3B00A82429 /* spv.dataOutIndirect.vert.out */, - B398156B29239F3B00A82429 /* hlsl.reflection.binding.frag.out */, - B398156C29239F3B00A82429 /* spv.pp.line.frag.out */, - B398156D29239F3B00A82429 /* spv.nonuniform.frag.out */, - B398156E29239F3B00A82429 /* 410.tesc.out */, - B398156F29239F3B00A82429 /* Operations.frag.out */, - B398157029239F3B00A82429 /* spv.float16convertonlystorage.comp.out */, - B398157129239F3B00A82429 /* spv.for-notest.vert.out */, - B398157229239F3B00A82429 /* spv.fsi_Error.frag.out */, - B398157329239F3B00A82429 /* spv.multiviewPerViewAttributes.vert.out */, - B398157429239F3B00A82429 /* spv.8bitstorage_Error-int.frag.out */, - B398157529239F3B00A82429 /* hlsl.texture.subvec4.frag.out */, - B398157629239F3B00A82429 /* preprocessor.extensions.vert.err */, - B398157729239F3B00A82429 /* texture.frag.out */, - B398157829239F3B00A82429 /* hlsl.store.rwbyteaddressbuffer.type.comp.out */, - B398157929239F3B00A82429 /* spv.barrier.vert.out */, - B398157A29239F3B00A82429 /* hlsl.global-const-init.frag.out */, - B398157B29239F3B00A82429 /* spv.subgroupClustered.comp.out */, - B398157C29239F3B00A82429 /* spv.ext.AnyHitShader.rahit.out */, - B398157D29239F3B00A82429 /* 150.geom.out */, - B398157E29239F3B00A82429 /* sample.vert.out */, - B398157F29239F3B00A82429 /* remap.basic.everything.frag.out */, - B398158029239F3B00A82429 /* spv.multiView.frag.out */, - B398158129239F3B00A82429 /* hlsl.boolConv.vert.out */, - B398158229239F3B00A82429 /* spv.swizzle.frag.out */, - B398158329239F3B00A82429 /* spv.subgroupExtendedTypesArithmeticNeg.comp.out */, - B398158429239F3B00A82429 /* spv.460.comp.out */, - B398158529239F3B00A82429 /* hlsl.intrinsics.frag.out */, - B398158629239F3B00A82429 /* spv.memoryScopeSemantics.comp.out */, - B398158729239F3B00A82429 /* glspv.version.frag.out */, - B398158829239F3B00A82429 /* web.texture.frag.out */, - B398158929239F3B00A82429 /* structure.frag.out */, - B398158A29239F3B00A82429 /* spv.controlFlowAttributes.frag.out */, - B398158B29239F3B00A82429 /* spv.1.4.OpCopyLogical.comp.out */, - B398158C29239F3B00A82429 /* 120.frag.out */, - B398158D29239F3B00A82429 /* glsl.-D-U.frag.out */, - B398158E29239F3B00A82429 /* spv.precise.tese.out */, - B398158F29239F3B00A82429 /* spv.shaderBallot.comp.out */, - B398159029239F3B00A82429 /* remap.similar_1a.none.frag.out */, - B398159129239F3B00A82429 /* spv.multiviewPerViewAttributes.tesc.out */, - B398159229239F3B00A82429 /* hlsl.depthLess.frag.out */, - B398159329239F3B00A82429 /* hlsl.samplebias.offset.dx10.frag.out */, - B398159429239F3B00A82429 /* spv.textureGatherBiasLod.frag.out */, - B398159529239F3B00A82429 /* localAggregates.frag.out */, - B398159629239F3B00A82429 /* glsl.450.subgroup.geom.out */, - B398159729239F3B00A82429 /* hlsl.init2.frag.out */, - B398159829239F3B00A82429 /* invalidSwizzle.vert.out */, - B398159929239F3B00A82429 /* 410.vert.out */, - B398159A29239F3B00A82429 /* constantUnaryConversion.comp.out */, - B398159B29239F3B00A82429 /* spv.300layoutp.vert.out */, - B398159C29239F3B00A82429 /* spv.voidFunction.frag.out */, - B398159D29239F3B00A82429 /* hlsl.clipdistance-3.frag.out */, - B398159E29239F3B00A82429 /* hlsl.clipdistance-2.frag.out */, - B398159F29239F3B00A82429 /* preprocessor.defined.vert.out */, - B39815A029239F3B00A82429 /* constErrors.frag.out */, - B39815A129239F3B00A82429 /* spv.do-while-continue-break.vert.out */, - B39815A229239F3B00A82429 /* hlsl.void.frag.out */, - B39815A329239F3B00A82429 /* spv.fragmentDensity.vert.out */, - B39815A429239F3B00A82429 /* 300layout.vert.out */, - B39815A529239F3B00A82429 /* spv.separate.frag.out */, - B39815A629239F3B00A82429 /* 330comp.frag.out */, - B39815A729239F3B00A82429 /* 310.vert.out */, - B39815A829239F3B00A82429 /* spv.ext.AnyHitShader_Errors.rahit.out */, - B39815A929239F3B00A82429 /* web.builtins.vert.out */, - B39815AA29239F3B00A82429 /* hlsl.hull.4.tesc.out */, - B39815AB29239F3B00A82429 /* hlsl.hull.5.tesc.out */, - B39815AC29239F3B00A82429 /* hlsl.overload.frag.out */, - B39815AD29239F3B00A82429 /* spv.meshShaderPerViewBuiltins.mesh.out */, - B39815AE29239F3B00A82429 /* hlsl.samplebias.basic.dx10.frag.out */, - B39815AF29239F3B00A82429 /* hlsl.logicalConvert.frag.out */, - B39815B029239F3B00A82429 /* spv.140.frag.out */, - B39815B129239F3B00A82429 /* cppMerge.frag.out */, - B39815B229239F3B00A82429 /* hlsl.typeGraphCopy.vert.out */, - B39815B329239F3B00A82429 /* spv.subgroupShuffle.comp.out */, - B39815B429239F3B00A82429 /* spv.sparseTextureClamp.frag.out */, - B39815B529239F3B00A82429 /* spv.scalarlayoutfloat16.frag.out */, - B39815B629239F3B00A82429 /* glsl.es320.subgroupQuad.comp.out */, - B39815B729239F3B00A82429 /* hlsl.amend.frag.out */, - B39815B829239F3B00A82429 /* hlsl.coverage.frag.out */, - B39815B929239F3B00A82429 /* spv.forLoop.frag.out */, - B39815BA29239F3B00A82429 /* spv.layoutNested.vert.out */, - B39815BB29239F3B00A82429 /* hlsl.clipdistance-4.geom.out */, - B39815BC29239F3B00A82429 /* spv.loops.frag.out */, - B39815BD29239F3B00A82429 /* hlsl.emptystructreturn.vert.out */, - B39815BE29239F3B00A82429 /* hlsl.pp.vert.out */, - B39815BF29239F3B00A82429 /* 310runtimeArray.vert.out */, - B39815C029239F3B00A82429 /* spv.swizzleInversion.frag.out */, - B39815C129239F3B00A82429 /* hlsl.texture.struct.frag.out */, - B39815C229239F3B00A82429 /* rayQuery-no-cse.rgen.out */, - B39815C329239F3B00A82429 /* samplerlessTextureFunctions.frag.out */, - B39815C429239F3B00A82429 /* spv.register.autoassign.rangetest.frag.out */, - B39815C529239F3B00A82429 /* hlsl.scalarCast.vert.out */, - B39815C629239F3B00A82429 /* 310.tesc.out */, - B39815C729239F3B00A82429 /* glsl.entryPointRename.vert.bad.out */, - B39815C829239F3B00A82429 /* spv.aggOps.frag.out */, - B39815C929239F3B00A82429 /* spv.matrix.frag.out */, - B39815CA29239F3B00A82429 /* spv.xfbOffsetOnStructMembersAssignment.vert.out */, - B39815CB29239F3B00A82429 /* preprocessor.extensions.vert.out */, - B39815CC29239F3B00A82429 /* hlsl.basic.comp.out */, - B39815CD29239F3B00A82429 /* decls.frag.out */, - B39815CE29239F3B00A82429 /* hlsl.struct.split-1.vert.out */, - B39815CF29239F3B00A82429 /* glsl.es320.subgroupArithmetic.comp.out */, - B39815D029239F3B00A82429 /* preprocessor.eof_missing.vert.err */, - B39815D129239F3B00A82429 /* cppIntMinOverNegativeOne.frag.out */, - B39815D229239F3B00A82429 /* spv.double.comp.out */, - B39815D329239F3B00A82429 /* hlsl.load.rwbuffer.dx10.frag.out */, - B39815D429239F3B00A82429 /* preprocessor.line.frag.out */, - B39815D529239F3B00A82429 /* spv.structure.frag.out */, - B39815D629239F3B00A82429 /* 430AofA.frag.out */, - B39815D729239F3B00A82429 /* spv.interpOps.frag.out */, - B39815D829239F3B00A82429 /* hlsl.samplecmp.offset.dx10.frag.out */, - B39815D929239F3B00A82429 /* 460.vert.out */, - B39815DA29239F3B00A82429 /* glsl.entryPointRename2.vert.out */, - B39815DB29239F3B00A82429 /* hlsl.intrinsics.barriers.comp.out */, - B39815DC29239F3B00A82429 /* always-discard.frag.out */, - B39815DD29239F3B00A82429 /* hlsl.type.type.conversion.all.frag.out */, - B39815DE29239F3B00A82429 /* 400.tese.out */, - B39815DF29239F3B00A82429 /* hlsl.intrinsics.f1632.frag.out */, - B39815E029239F3B00A82429 /* preprocessor.bad_arg.vert.out */, - B39815E129239F3B00A82429 /* 150.frag.out */, - B39815E229239F3B00A82429 /* spv.dead-after-continue.vert.out */, - B39815E329239F3B00A82429 /* spv.IntersectShader.rint.out */, - B39815E429239F3B00A82429 /* spv.AnyHitShader.rahit.out */, - B39815E529239F3B00A82429 /* hlsl.int.dot.frag.out */, - B39815E629239F3B00A82429 /* hlsl.snorm.uav.comp.out */, - B39815E729239F3B00A82429 /* glsl.450.subgroup.frag.out */, - B39815E829239F3B00A82429 /* hlsl.struct.split.nested.geom.out */, - B39815E929239F3B00A82429 /* loopsArtificial.frag.out */, - B39815EA29239F3B00A82429 /* hlsl.wavequery.frag.out */, - B39815EB29239F3B00A82429 /* spv.shadingRate.frag.out */, - B39815EC29239F3B00A82429 /* forLoop.frag.out */, - B39815ED29239F3B00A82429 /* hlsl.clipdistance-9.frag.out */, - B39815EE29239F3B00A82429 /* hlsl.clipdistance-8.frag.out */, - B39815EF29239F3B00A82429 /* hlsl.sample.sub-vec4.dx10.frag.out */, - B39815F029239F3B00A82429 /* hlsl.staticFuncInit.frag.out */, - B39815F129239F3B00A82429 /* spv.float16convertonlyarith.comp.out */, - B39815F229239F3B00A82429 /* spv.multiStructFuncall.frag.out */, - B39815F329239F3B00A82429 /* spv.ext.IntersectShader_Errors.rint.out */, - B39815F429239F3B00A82429 /* spv.paramMemory.frag.out */, - B39815F529239F3B00A82429 /* spv.xfb3.vert.out */, - B39815F629239F3B00A82429 /* spv.xfb2.vert.out */, - B39815F729239F3B00A82429 /* always-discard2.frag.out */, - B39815F829239F3B00A82429 /* glsl.es320.subgroup.geom.out */, - B39815F929239F3B00A82429 /* hlsl.getdimensions.dx10.vert.out */, - B39815FA29239F3B00A82429 /* hlsl.gather.offsetarray.dx10.frag.out */, - B39815FB29239F3B00A82429 /* reflection.linked.options.out */, - B39815FC29239F3B00A82429 /* remap.basic.strip.frag.out */, - B39815FD29239F3B00A82429 /* spv.ext.IntersectShader.rint.out */, - B39815FE29239F3B00A82429 /* preprocessor.many.endif.vert.out */, - B39815FF29239F3B00A82429 /* 430scope.vert.out */, - B398160029239F3B00A82429 /* hlsl.localStructuredBuffer.comp.out */, - B398160129239F3B00A82429 /* spv.bufferhandle_Error.frag.out */, - B398160229239F3B00A82429 /* hlsl.matType.bool.frag.out */, - B398160329239F3B00A82429 /* spv.subgroupArithmetic.comp.out */, - B398160429239F3B00A82429 /* spv.ext.RayGenShader11.rgen.out */, - B398160529239F3B00A82429 /* preprocessor.errors.vert.err */, - B398160629239F3B00A82429 /* max_vertices_0.geom.out */, - B398160729239F3B00A82429 /* constFoldIntMin.frag.out */, - B398160829239F3B00A82429 /* spv.fragmentShaderBarycentric2.frag.out */, - B398160929239F3B00A82429 /* spv.MissShader.rmiss.out */, - B398160A29239F3B00A82429 /* spv.450.geom.out */, - B398160B29239F3B00A82429 /* 300BuiltIns.frag.out */, - B398160C29239F3B00A82429 /* hlsl.discard.frag.out */, - B398160D29239F3B00A82429 /* array.frag.out */, - B398160E29239F3B00A82429 /* hlsl.gathercmpRGBA.offset.dx10.frag.out */, - B398160F29239F3B00A82429 /* spv.do-simple.vert.out */, - B398161029239F3B00A82429 /* hlsl.intrinsics.f3216.frag.out */, - B398161129239F3B00A82429 /* spv.functionCall.frag.out */, - B398161229239F3B00A82429 /* hlsl.flattenOpaque.frag.out */, - B398161329239F3B00A82429 /* hlsl.mip.negative.frag.out */, - B398161429239F3B00A82429 /* spv.dead-after-discard.frag.out */, - B398161529239F3B00A82429 /* varyingArray.frag.out */, - B398161629239F3B00A82429 /* 100Limits.vert.out */, - B398161729239F3B00A82429 /* 300link2.frag.out */, - B398161829239F3B00A82429 /* 300link3.frag.out */, - B398161929239F3B00A82429 /* hlsl.sin.frag.out */, - B398161A29239F3B00A82429 /* hlsl.samplecmp.dualmode.frag.out */, - B398161B29239F3B00A82429 /* hlsl.samplecmplevelzero.offset.dx10.frag.out */, - B398161C29239F3B00A82429 /* spv.fsi.frag.out */, - B398161D29239F3B00A82429 /* 420.geom.out */, - B398161E29239F3B00A82429 /* hlsl.wavereduction.comp.out */, - B398161F29239F3B00A82429 /* spv.smBuiltins.frag.out */, - B398162029239F3B00A82429 /* spv.pushConstant.vert.out */, - B398162129239F3B00A82429 /* specExamples.frag.out */, - B398162229239F3B00A82429 /* hlsl.float1.frag.out */, - B398162329239F3B00A82429 /* hlsl.entry.rename.frag.out */, - B398162429239F3B00A82429 /* comment.frag.out */, - B398162529239F3B00A82429 /* hlsl.domain.2.tese.out */, - B398162629239F3B00A82429 /* hlsl.domain.3.tese.out */, - B398162729239F3B00A82429 /* hlsl.mip.negative2.frag.out */, - B398162829239F3B00A82429 /* badMacroArgs.frag.out */, - B398162929239F3B00A82429 /* web.array.frag.out */, - B398162A29239F3B00A82429 /* hlsl.getdimensions.rw.dx10.frag.out */, - B398162B29239F3B00A82429 /* spv.register.autoassign-2.frag.out */, - B398162C29239F3B00A82429 /* 310AofA.vert.out */, - B398162D29239F3B00A82429 /* 435.vert.out */, - B398162E29239F3B00A82429 /* hlsl.sample.dx9.vert.out */, - B398162F29239F3B00A82429 /* hlsl.intrinsics.negative.frag.out */, - B398163029239F3B00A82429 /* hlsl.this.frag.out */, - B398163129239F3B00A82429 /* hlsl.samplelevel.basic.dx10.frag.out */, - B398163229239F3B00A82429 /* 450.frag.out */, - B398163329239F3B00A82429 /* spv.bufferhandle1.frag.out */, - B398163429239F3B00A82429 /* spv.ssbo.autoassign.frag.out */, - B398163529239F3B00A82429 /* spv.IntersectShader_Errors.rint.out */, - B398163629239F3B00A82429 /* spv.ext.RayCallable.rcall.out */, - B398163729239F3B00A82429 /* hlsl.clipdistance-6.vert.out */, - B398163829239F3B00A82429 /* spv.meshShaderRedeclPerViewBuiltins.mesh.out */, - B398163929239F3B00A82429 /* spv.subgroupPartitioned.comp.out */, - B398163A29239F3B00A82429 /* hlsl.clipdistance-7.vert.out */, - B398163B29239F3B00A82429 /* glsl.460.subgroup.task.out */, - B398163C29239F3B00A82429 /* newTexture.frag.out */, - B398163D29239F3B00A82429 /* depthOut.frag.out */, - B398163E29239F3B00A82429 /* hlsl.load.offset.dx10.frag.out */, - B398163F29239F3B00A82429 /* hlsl.y-negate-2.vert.out */, - B398164029239F3B00A82429 /* hlsl.y-negate-3.vert.out */, - B398164129239F3B00A82429 /* spv.explicittypes.frag.out */, - B398164229239F3B00A82429 /* glsl.450.subgroupClustered.comp.out */, - B398164329239F3B00A82429 /* spv.precision.frag.out */, - B398164429239F3B00A82429 /* hlsl.gatherRGBA.offset.dx10.frag.out */, - B398164529239F3B00A82429 /* hlsl.load.array.dx10.frag.out */, - B398164629239F3B00A82429 /* dataOutIndirect.frag.out */, - B398164729239F3B00A82429 /* 310.tese.out */, - B398164829239F3B00A82429 /* hlsl.imagefetch-subvec4.comp.out */, - B398164929239F3B00A82429 /* glsl.450.subgroupShuffle.comp.out */, - B398164A29239F3B00A82429 /* 300samplerExternal.frag.out */, - B398164B29239F3B00A82429 /* spv.150.geom.out */, - B398164C29239F3B00A82429 /* link1.vk.frag.out */, - B398164D29239F3B00A82429 /* hlsl.flattenOpaqueInit.vert.out */, - B398164E29239F3B00A82429 /* spv.conditionalDemote.frag.out */, - B398164F29239F3B00A82429 /* spv.specTexture.frag.out */, - B398165029239F3B00A82429 /* hlsl.struct.split.trivial.geom.out */, - B398165129239F3B00A82429 /* spv.bufferhandle15.frag.out */, - B398165229239F3B00A82429 /* hlsl.structbuffer.fn.frag.out */, - B398165329239F3B00A82429 /* spv.bufferhandle14.frag.out */, - B398165429239F3B00A82429 /* spv.subgroupExtendedTypesBasic.comp.out */, - B398165529239F3B00A82429 /* reflection.frag.out */, - B398165629239F3B00A82429 /* spv.ext.ClosestHitShader_Errors.rchit.out */, - B398165729239F3B00A82429 /* nonVulkan.frag.out */, - B398165829239F3B00A82429 /* hlsl.samplelevel.offsetarray.dx10.frag.out */, - B398165929239F3B00A82429 /* hlsl.namespace.frag.out */, - B398165A29239F3B00A82429 /* preprocessor.edge_cases.vert.out */, - B398165B29239F3B00A82429 /* numeral.frag.out */, - B398165C29239F3B00A82429 /* spv.specConstArrayCheck.vert.out */, - B398165D29239F3B00A82429 /* preprocessor.cpp_style___FILE__.vert.err */, - B398165E29239F3B00A82429 /* web.comp.out */, - B398165F29239F3B00A82429 /* preprocessor.function_macro.vert.out */, - B398166029239F3B00A82429 /* hlsl.if.frag.out */, - B398166129239F3B00A82429 /* hlsl.target.frag.out */, - B398166229239F3B00A82429 /* hlsl.promote.binary.frag.out */, - B398166329239F3B00A82429 /* 400.tesc.out */, - B398166429239F3B00A82429 /* spv.uint.frag.out */, - B398166529239F3B00A82429 /* spv.queryL.frag.out */, - B398166629239F3B00A82429 /* test.frag.out */, - B398166729239F3B00A82429 /* spv.int32.frag.out */, - B398166829239F3B00A82429 /* preprocessor.pragma.vert.err */, - B398166929239F3B00A82429 /* hlsl.samplecmp.basic.dx10.frag.out */, - B398166A29239F3B00A82429 /* maxClipDistances.vert.out */, - B398166B29239F3B00A82429 /* spv.coopmat_Error.comp.out */, - B398166C29239F3B00A82429 /* hlsl.samplecmp.negative.frag.out */, - B398166D29239F3B00A82429 /* hlsl.numthreads.comp.out */, - B398166E29239F3B00A82429 /* hlsl.rw.atomics.frag.out */, - B398166F29239F3B00A82429 /* cppRelaxSkipTokensErrors.vert.out */, - B398167029239F3B00A82429 /* spv.subgroup.frag.out */, - B398167129239F3B00A82429 /* spv.16bitstorage_Error-int.frag.out */, - B398167229239F3B00A82429 /* spv.newTexture.frag.out */, - B398167329239F3B00A82429 /* 320.frag.out */, - B398167429239F3B00A82429 /* spv.debugPrintf.frag.out */, - B398167529239F3C00A82429 /* include.vert.out */, - B398167629239F3C00A82429 /* discard-dce.frag.out */, - B398167729239F3C00A82429 /* hlsl.matpack-1.frag.out */, - B398167829239F3C00A82429 /* glsl.es320.subgroupShuffleRelative.comp.out */, - B398167929239F3C00A82429 /* spv.subgroupClusteredNeg.comp.out */, - B398167A29239F3C00A82429 /* earlyReturnDiscard.frag.out */, - B398167B29239F3C00A82429 /* preprocessor.success_if_parse_would_fail.vert.out */, - B398167C29239F3C00A82429 /* spv.offsets.frag.out */, - B398167D29239F3C00A82429 /* remap.if.none.frag.out */, - B398167E29239F3C00A82429 /* compoundsuffix.frag.hlsl */, - B398167F29239F3C00A82429 /* spv.viewportArray2.vert.out */, - B398168029239F3C00A82429 /* hlsl.mintypes.frag.out */, - B398168129239F3C00A82429 /* hlsl.intrinsic.frexp.vert.out */, - B398168229239F3C00A82429 /* reflection.options.vert.out */, - B398168329239F3C00A82429 /* hlsl.explicitDescriptorSet.frag.out */, - B398168429239F3C00A82429 /* hlsl.structbuffer.rw.frag.out */, - B398168529239F3C00A82429 /* link.multiBlocksValid.1.0.vert.out */, - B398168629239F3C00A82429 /* hlsl.load.buffer.dx10.frag.out */, - B398168729239F3C00A82429 /* spv.computeShaderDerivatives.comp.out */, - B398168829239F3C00A82429 /* 130.frag.out */, - B398168929239F3C00A82429 /* hlsl.gather.basic.dx10.frag.out */, - B398168A29239F3C00A82429 /* spv.shaderDrawParams.vert.out */, - B398168B29239F3C00A82429 /* hlsl.logical.binary.frag.out */, - B398168C29239F3C00A82429 /* 310.comp.out */, - B398168D29239F3C00A82429 /* 400.vert.out */, - B398168E29239F3C00A82429 /* hlsl.rw.scalar.bracket.frag.out */, - B398168F29239F3C00A82429 /* hlsl.matpack-pragma.frag.out */, - B398169029239F3C00A82429 /* spv.conditionalDiscard.frag.out */, - B398169129239F3C00A82429 /* spv.RayConstants.rgen.out */, - B398169229239F3C00A82429 /* hlsl.structStructName.frag.out */, - B398169329239F3C00A82429 /* uniformArray.frag.out */, - B398169429239F3C00A82429 /* hlsl.PointSize.vert.out */, - B398169529239F3C00A82429 /* hlsl.logical.unary.frag.out */, - B398169629239F3C00A82429 /* hlsl.samplegrad.array.dx10.frag.out */, - B398169729239F3C00A82429 /* overlongLiteral.frag.out */, - B398169829239F3C00A82429 /* atomic_uint.frag.out */, - B398169929239F3C00A82429 /* spv.test.vert.out */, - B398169A29239F3C00A82429 /* spv.nonuniform5.frag.out */, - B398169B29239F3C00A82429 /* hlsl.struct.split.assign.frag.out */, - B398169C29239F3C00A82429 /* spv.bufferhandle19_Errors.frag.out */, - B398169D29239F3C00A82429 /* spv.nonuniform4.frag.out */, - B398169E29239F3C00A82429 /* spv.viewportArray2.tesc.out */, - B398169F29239F3C00A82429 /* hlsl.flatten.return.frag.out */, - B39816A029239F3C00A82429 /* spv.demoteDisabled.frag.out */, - B39816A129239F3C00A82429 /* hlsl.earlydepthstencil.frag.out */, - B39816A229239F3C00A82429 /* preprocessor.cpp_style_line_directive.vert.err */, - B39816A329239F3C00A82429 /* remap.basic.dcevartype.frag.out */, - B39816A429239F3C00A82429 /* hlsl.deadFunctionMissingBody.vert.out */, - B39816A529239F3C00A82429 /* hlsl.cbuffer-identifier.vert.out */, - B39816A629239F3C00A82429 /* spv.subgroupExtendedTypesBallot.comp.out */, - B39816A729239F3C00A82429 /* hlsl.tristream-append.geom.out */, - B39816A829239F3C00A82429 /* hlsl.precedence.frag.out */, - B39816A929239F3C00A82429 /* 300operations.frag.out */, - B39816AA29239F3C00A82429 /* spv.fragmentDensity-es.frag.out */, - B39816AB29239F3C00A82429 /* 400.frag.out */, - B39816AC29239F3C00A82429 /* spv.register.autoassign.frag.out */, - B39816AD29239F3C00A82429 /* spv.varyingArray.frag.out */, - B39816AE29239F3C00A82429 /* reflection.options.frag.out */, - B39816AF29239F3C00A82429 /* hlsl.identifier.sample.frag.out */, - B39816B029239F3C00A82429 /* spv.meshShaderSharedMem.mesh.out */, - B39816B129239F3C00A82429 /* link.vk.pcNamingInvalid.0.0.vert.out */, - B39816B229239F3C00A82429 /* hlsl.isfinite.frag.out */, - B39816B329239F3C00A82429 /* findFunction.frag.out */, - B39816B429239F3C00A82429 /* 130.vert.out */, - B39816B529239F3C00A82429 /* hlsl.gather.basic.dx10.vert.out */, - B39816B629239F3C00A82429 /* glsl.460.subgroup.rmiss.out */, - B39816B729239F3C00A82429 /* hlsl.opaque-type-bug.frag.out */, - B39816B829239F3C00A82429 /* spv.shaderGroupVote.comp.out */, - B39816B929239F3C00A82429 /* hlsl.samplecmp.negative2.frag.out */, - B39816BA29239F3C00A82429 /* spv.looseUniformNoLoc.vert.out */, - B39816BB29239F3C00A82429 /* hlsl.intrinsics.promote.frag.out */, - B39816BC29239F3C00A82429 /* hlsl.promote.atomic.frag.out */, - B39816BD29239F3C00A82429 /* spv.flowControl.frag.out */, - B39816BE29239F3C00A82429 /* spv.bufferhandleUvec2.frag.out */, - B39816BF29239F3C00A82429 /* 320.tesc.out */, - B39816C029239F3C00A82429 /* glsl.450.subgroup.tese.out */, - B39816C129239F3C00A82429 /* hlsl.include.vert.out */, - B39816C229239F3C00A82429 /* remap.invalid-spirv-2.out */, - B39816C329239F3C00A82429 /* uint.frag.out */, - B39816C429239F3C00A82429 /* hlsl.load.buffer.float.dx10.frag.out */, - B39816C529239F3C00A82429 /* spv.test.frag.out */, - B39816C629239F3C00A82429 /* spv.deepRvalue.frag.out */, - B39816C729239F3C00A82429 /* spv.subgroup.tesc.out */, - B39816C829239F3C00A82429 /* spv.memoryQualifier.frag.out */, - B39816C929239F3C00A82429 /* link.multiAnonBlocksInvalid.0.0.vert.out */, - B39816CA29239F3C00A82429 /* spv.atomic.comp.out */, - B39816CB29239F3C00A82429 /* glsl.entryPointRename.vert.out */, - B39816CC29239F3C00A82429 /* hlsl.staticMemberFunction.frag.out */, - B39816CD29239F3C00A82429 /* hlsl.texturebuffer.frag.out */, - B39816CE29239F3C00A82429 /* spv.subgroupVote.comp.out */, - B39816CF29239F3C00A82429 /* spv.xfb.vert.out */, - B39816D029239F3C00A82429 /* hlsl.pp.line4.frag.out */, - B39816D129239F3C00A82429 /* spv.ext.RayCallable_Errors.rcall.out */, - B39816D229239F3C00A82429 /* hlsl.structbuffer.byte.frag.out */, - B39816D329239F3C00A82429 /* hlsl.matrixindex.frag.out */, - B39816D429239F3C00A82429 /* spv.intOps.vert.out */, - B39816D529239F3C00A82429 /* hlsl.reflection.vert.out */, - B39816D629239F3C00A82429 /* cppNest.vert.out */, - B39816D729239F3C00A82429 /* hlsl.shift.per-set.frag.out */, - B39816D829239F3C00A82429 /* spv.subgroupExtendedTypesQuad.comp.out */, - B39816D929239F3C00A82429 /* glsl.450.subgroupVote.comp.out */, - B39816DA29239F3C00A82429 /* spv.samplerlessTextureFunctions.frag.out */, - B39816DB29239F3C00A82429 /* spv.image.frag.out */, - B39816DC29239F3C00A82429 /* hlsl.intrinsic.frexp.frag.out */, - B39816DD29239F3C00A82429 /* hlsl.typedef.frag.out */, - B39816DE29239F3C00A82429 /* 430.comp.out */, - B39816DF29239F3C00A82429 /* spv.RayGenShaderArray.rgen.out */, - B39816E029239F3C00A82429 /* whileLoop.frag.out */, - B39816E129239F3C00A82429 /* spv.subgroup.vert.out */, - B39816E229239F3C00A82429 /* spv.dead-after-switch-break.vert.out */, - B39816E329239F3C00A82429 /* spv.8bitstorage-uint.frag.out */, - B39816E429239F3C00A82429 /* 320.vert.out */, - B39816E529239F3C00A82429 /* hlsl.scalar2matrix.frag.out */, - B39816E629239F3C00A82429 /* simpleFunctionCall.frag.out */, - B39816E729239F3C00A82429 /* 100LimitsConf.vert.out */, - B39816E829239F3C00A82429 /* spv.specConstantOperations.vert.out */, - B39816E929239F3C00A82429 /* hlsl.scope.frag.out */, - B39816EA29239F3C00A82429 /* hlsl.hull.1.tesc.out */, - B39816EB29239F3C00A82429 /* hlsl.attribute.frag.out */, - B39816EC29239F3C00A82429 /* noMain.vert.out */, - B39816ED29239F3C00A82429 /* hlsl.wavevote.comp.out */, - B39816EE29239F3C00A82429 /* spv.16bitstorage-int.frag.out */, - B39816EF29239F3C00A82429 /* link.vk.pcNamingValid.0.0.vert.out */, - B39816F029239F3C00A82429 /* glsl.es320.subgroupBallotNeg.comp.out */, - B39816F129239F3C00A82429 /* hlsl.calculatelodunclamped.dx10.frag.out */, - B39816F229239F3C00A82429 /* spv.length.frag.out */, - B39816F329239F3C00A82429 /* hlsl.clipdistance-7.frag.out */, - B39816F429239F3C00A82429 /* switch.frag.out */, - B39816F529239F3C00A82429 /* hlsl.clipdistance-6.frag.out */, - B39816F629239F3C00A82429 /* hlsl.function.frag.out */, - B39816F729239F3C00A82429 /* spv.debugPrintf_Error.frag.out */, - B39816F829239F3C00A82429 /* spv.intcoopmat.comp.out */, - B39816F929239F3C00A82429 /* spv.functionNestedOpaque.vert.out */, - B39816FA29239F3C00A82429 /* reflection.vert.out */, - B39816FB29239F3C00A82429 /* 450.tesc.out */, - B39816FC29239F3C00A82429 /* spv.rw.autoassign.frag.out */, - B39816FD29239F3C00A82429 /* spv.depthOut.frag.out */, - B39816FE29239F3C00A82429 /* spv.privateVariableTypes.frag.out */, - B39816FF29239F3C00A82429 /* spv.8bitstorage-ubo.vert.out */, - B398170029239F3C00A82429 /* hlsl.wavequery.comp.out */, - B398170129239F3C00A82429 /* remap.invalid-spirv-1.out */, - B398170229239F3C00A82429 /* spv.8bitstorage-int.frag.out */, - B398170329239F3C00A82429 /* glsl.es320.subgroupBallot.comp.out */, - B398170429239F3C00A82429 /* hlsl.promote.vec1.frag.out */, - B398170529239F3C00A82429 /* spv.for-continue-break.vert.out */, - B398170629239F3C00A82429 /* spv.while-continue-break.vert.out */, - B398170729239F3C00A82429 /* specExamples.vert.out */, - B398170829239F3C00A82429 /* spv.smBuiltins.vert.out */, - B398170929239F3C00A82429 /* hlsl.clipdistance-1.geom.out */, - B398170A29239F3C00A82429 /* spv.localAggregates.frag.out */, - B398170B29239F3C00A82429 /* cppBad4.vert.out */, - B398170C29239F3C00A82429 /* deepRvalue.frag.out */, - B398170D29239F3C00A82429 /* spv.subgroupBallotNeg.comp.out */, - B398170E29239F3C00A82429 /* cppBad5.vert.out */, - B398170F29239F3C00A82429 /* 450.vert.out */, - B398171029239F3C00A82429 /* hlsl.samplelevel.basic.dx10.vert.out */, - B398171129239F3C00A82429 /* hlsl.semantic.vert.out */, - B398171229239F3C00A82429 /* hlsl.intrinsics.negative.vert.out */, - B398171329239F3C00A82429 /* glsl.450.subgroupBallot.comp.out */, - B398171429239F3C00A82429 /* hlsl.partialFlattenLocal.vert.out */, - B398171529239F3C00A82429 /* spv.RayCallable_Errors.rcall.out */, - B398171629239F3C00A82429 /* hlsl.samplegrad.offset.dx10.frag.out */, - B398171729239F3C00A82429 /* glsl.es320.subgroupShuffle.comp.out */, - B398171829239F3C00A82429 /* spv.uniformArray.frag.out */, - B398171929239F3C00A82429 /* 310.inheritMemory.frag.out */, - B398171A29239F3C00A82429 /* hlsl.sample.dx9.frag.out */, - B398171B29239F3C00A82429 /* spv.dead-after-return.vert.out */, - B398171C29239F3C00A82429 /* 150.tesc.out */, - B398171D29239F3C00A82429 /* nonSquare.vert.out */, - B398171E29239F3C00A82429 /* preprocessor.simple.vert.err */, - B398171F29239F3C00A82429 /* hlsl.gatherRGBA.array.dx10.frag.out */, - B398172029239F3C00A82429 /* errors.frag.out */, - B398172129239F3C00A82429 /* spv.ClosestHitShader_Errors.rchit.out */, - B398172229239F3C00A82429 /* hlsl.getdimensions.dx10.frag.out */, - B398172329239F3C00A82429 /* spv.ssboAlias.frag.out */, - B398172429239F3C00A82429 /* hlsl.hull.ctrlpt-1.tesc.out */, - B398172529239F3C00A82429 /* voidFunction.frag.out */, - B398172629239F3C00A82429 /* hlsl.constantbuffer.frag.out */, - B398172729239F3C00A82429 /* spv.imageLoadStoreLod.frag.out */, - B398172829239F3C00A82429 /* hlsl.structbuffer.coherent.frag.out */, - B398172929239F3C00A82429 /* spv.subgroupExtendedTypesBallotNeg.comp.out */, - B398172A29239F3C00A82429 /* spv.1.4.constructComposite.comp.out */, - B398172B29239F3C00A82429 /* 450.comp.out */, - B398172C29239F3C00A82429 /* hlsl.structbuffer.append.frag.out */, - B398172D29239F3C00A82429 /* hlsl.intrinsics.negative.comp.out */, - B398172E29239F3C00A82429 /* hlsl.rw.vec2.bracket.frag.out */, - B398172F29239F3C00A82429 /* spv.sample.frag.out */, - B398173029239F3C00A82429 /* spv.dead-after-loop-break.vert.out */, - B398173129239F3C00A82429 /* hlsl.load.rwtexture.array.dx10.frag.out */, - B398173229239F3C00A82429 /* spv.8bitstorage_Error-uint.frag.out */, - B398173329239F3C00A82429 /* hlsl.forLoop.frag.out */, - B398173429239F3C00A82429 /* remap.hlsl.templatetypes.none.frag.out */, - B398173529239F3C00A82429 /* glsl.450.subgroup.tesc.out */, - B398173629239F3C00A82429 /* dataOut.frag.out */, - B398173729239F3C00A82429 /* 320.tese.out */, - B398173829239F3C00A82429 /* spv.doWhileLoop.frag.out */, - B398173929239F3C00A82429 /* spv.subgroup.tese.out */, - B398173A29239F3C00A82429 /* spv.always-discard.frag.out */, - B398173B29239F3C00A82429 /* nvShaderNoperspectiveInterpolation.frag.out */, - B398173C29239F3C00A82429 /* hlsl.string.frag.out */, - B398173D29239F3C00A82429 /* reflection.linked.out */, - B398173E29239F3C00A82429 /* hlsl.structarray.flatten.frag.out */, - B398173F29239F3C00A82429 /* spv.qualifiers.vert.out */, - B398174029239F3C00A82429 /* spv.vulkan110.int16.frag.out */, - B398174129239F3C00A82429 /* hlsl.type.identifier.frag.out */, - B398174229239F3C00A82429 /* 150.vert.out */, - B398174329239F3C00A82429 /* spv.for-simple.vert.out */, - B398174429239F3C00A82429 /* 300samplerExternalYUV.frag.out */, - B398174529239F3C00A82429 /* spv.ClosestHitShader.rchit.out */, - B398174629239F3C00A82429 /* specExamplesConf.vert.out */, - B398174729239F3C00A82429 /* spv.simpleMat.vert.out */, - B398174829239F3C00A82429 /* hlsl.nonstaticMemberFunction.frag.out */, - B398174929239F3C00A82429 /* spv.specConst.vert.out */, - B398174A29239F3C00A82429 /* spv.320.meshShaderUserDefined.mesh.out */, - B398174B29239F3C00A82429 /* spv.texture.sampler.transform.frag.out */, - B398174C29239F3C00A82429 /* preprocessor.line.vert.out */, - B398174D29239F3C00A82429 /* vulkan.ast.vert.out */, - B398174E29239F3C00A82429 /* functionSemantics.frag.out */, - B398174F29239F3C00A82429 /* hlsl.pp.expand.frag.out */, - B398175029239F3C00A82429 /* spv.rankShift.comp.out */, - B398175129239F3C00A82429 /* 310implicitSizeArrayError.vert.out */, - B398175229239F3C00A82429 /* hlsl.format.rwtexture.frag.out */, - B398175329239F3C00A82429 /* 460.frag.out */, - B398175429239F3C00A82429 /* spv.constStruct.vert.out */, - B398175529239F3C00A82429 /* link.multiBlocksInvalid.0.0.vert.out */, - B398175629239F3C00A82429 /* hlsl.clipdistance-8.vert.out */, - B398175729239F3C00A82429 /* spv.variableArrayIndex.frag.out */, - B398175829239F3C00A82429 /* hlsl.targetStruct2.frag.out */, - B398175929239F3C00A82429 /* hlsl.clipdistance-9.vert.out */, - B398175A29239F3C00A82429 /* hlsl.includeNegative.vert.out */, - B398175B29239F3C00A82429 /* hlsl.mul-truncate.frag.out */, - B398175C29239F3C00A82429 /* hlsl.sample.basic.dx10.frag.out */, - B398175D29239F3C00A82429 /* hlsl.samplelevel.offset.dx10.frag.out */, - B398175E29239F3C00A82429 /* hlsl.aliasOpaque.frag.out */, - B398175F29239F3C00A82429 /* spv.functionParameterTypes.frag.out */, - B398176029239F3C00A82429 /* spv.AofA.frag.out */, - B398176129239F3C00A82429 /* spv.shaderStencilExport.frag.out */, - B398176229239F3C00A82429 /* glsl.450.subgroup.vert.out */, - B398176329239F3C00A82429 /* 410.geom.out */, - B398176429239F3C00A82429 /* hlsl.samplecmplevelzero.basic.dx10.frag.out */, - B398176529239F3C00A82429 /* hlsl.samplecmp.offsetarray.dx10.frag.out */, - B398176629239F3C00A82429 /* hlsl.emptystructreturn.frag.out */, - B398176729239F3C00A82429 /* hlsl.struct.split.array.geom.out */, - B398176829239F3C00A82429 /* spv.for-nobody.vert.out */, - B398176929239F3C00A82429 /* hlsl.cast.frag.out */, - B398176A29239F3C00A82429 /* hlsl.struct.frag.out */, - B398176B29239F3C00A82429 /* hlsl.float4.frag.out */, - B398176C29239F3C00A82429 /* tokenPaste.vert.out */, - B398176D29239F3C00A82429 /* spv.RayGenShader.rgen.out */, - B398176E29239F3C00A82429 /* spv.MissShader_Errors.rmiss.out */, - B398176F29239F3C00A82429 /* mains1.frag.out */, - B398177029239F3C00A82429 /* hlsl.array.multidim.frag.out */, - B398177129239F3C00A82429 /* spv.structAssignment.frag.out */, - B398177229239F3C00A82429 /* rayQuery-allOps.rgen.out */, - B398177329239F3C00A82429 /* hlsl.multiDescriptorSet.frag.out */, - B398177429239F3C00A82429 /* spv.400.frag.nanclamp.out */, - B398177529239F3C00A82429 /* spv.float32.frag.out */, - B398177629239F3C00A82429 /* hlsl.emptystruct.init.vert.out */, - B398177729239F3C00A82429 /* 100.frag.out */, - B398177829239F3C00A82429 /* remap.switch.none.frag.out */, - B398177929239F3C00A82429 /* spv.bufferhandle4.frag.out */, - B398177A29239F3C00A82429 /* spv.bufferhandle5.frag.out */, - B398177B29239F3C00A82429 /* link.vk.differentPC.0.0.frag.out */, - B398177C29239F3C00A82429 /* 450.tese.out */, - B398177D29239F3C00A82429 /* spv.arbPostDepthCoverage.frag.out */, - B398177E29239F3C00A82429 /* spv.constConstruct.vert.out */, - B398177F29239F3C00A82429 /* spv.1.4.OpCopyLogical.funcall.frag.out */, - B398178029239F3C00A82429 /* hlsl.intrinsics.d3dcolortoubyte4.frag.out */, - B398178129239F3C00A82429 /* loops.frag.out */, - B398178229239F3C00A82429 /* recurse1.vert.out */, - B398178329239F3C00A82429 /* spv.pushConstantAnon.vert.out */, - B398178429239F3C00A82429 /* 430.vert.out */, - B398178529239F3C00A82429 /* spv.ext.MissShader.rmiss.out */, - B398178629239F3C00A82429 /* spv.subgroupExtendedTypesShuffleNeg.comp.out */, - B398178729239F3C00A82429 /* hlsl.self_cast.frag.out */, - B398178829239F3C00A82429 /* cppComplexExpr.vert.out */, - B398178929239F3C00A82429 /* spv.scalarlayout.frag.out */, - B398178A29239F3C00A82429 /* hlsl.layoutOverride.vert.out */, - B398178B29239F3C00A82429 /* hlsl.promotions.frag.out */, - B398178C29239F3C00A82429 /* hlsl.memberFunCall.frag.out */, - B398178D29239F3C00A82429 /* 320.comp.out */, - B398178E29239F3C00A82429 /* 300layout.frag.out */, - B398178F29239F3C00A82429 /* spv.fragmentDensity.frag.out */, - B398179029239F3C00A82429 /* hlsl.array.flatten.frag.out */, - B398179129239F3C00A82429 /* 310.frag.out */, - B398179229239F3C00A82429 /* spv.dataOut.frag.out */, - B398179329239F3C00A82429 /* glsl.460.subgroup.rint.out */, - B398179429239F3C00A82429 /* remap.uniformarray.none.frag.out */, - B398179529239F3C00A82429 /* web.builtins.frag.out */, - B398179629239F3C00A82429 /* hlsl.structbuffer.incdec.frag.hlslfun1.out */, - B398179729239F3C00A82429 /* spv.int8.frag.out */, - B398179829239F3C00A82429 /* es-link1.frag.out */, - B398179929239F3D00A82429 /* hlsl.entry-out.frag.out */, - B398179A29239F3D00A82429 /* hlsl.clipdistance-2.vert.out */, - B398179B29239F3D00A82429 /* hlsl.clipdistance-3.vert.out */, - B398179C29239F3D00A82429 /* spv.vecMatConstruct.frag.out */, - B398179D29239F3D00A82429 /* spv.shaderImageFootprint.frag.out */, - B398179E29239F3D00A82429 /* missingBodies.vert.out */, - B398179F29239F3D00A82429 /* rayQuery-committed.Error.rgen.out */, - B39817A029239F3D00A82429 /* preprocessor.include.disabled.vert.err */, - B39817A129239F3D00A82429 /* pointCoord.frag.out */, - B39817A229239F3D00A82429 /* spv.RayGenShader11.rgen.out */, - B39817A329239F3D00A82429 /* functionCall.frag.out */, - B39817A429239F3D00A82429 /* preprocessor.include.enabled.vert.out */, - B39817A529239F3D00A82429 /* hlsl.stringtoken.frag.out */, - B39817A629239F3D00A82429 /* spv.subgroupExtendedTypesQuadNeg.comp.out */, - B39817A729239F3D00A82429 /* structDeref.frag.out */, - B39817A829239F3D00A82429 /* spv.bufferhandle11.frag.out */, - B39817A929239F3D00A82429 /* spv.bufferhandle10.frag.out */, - B39817AA29239F3D00A82429 /* hlsl.rw.bracket.frag.out */, - B39817AB29239F3D00A82429 /* cppDeepNest.frag.out */, - B39817AC29239F3D00A82429 /* spv.16bitstorage-uint.frag.out */, - B39817AD29239F3D00A82429 /* spv.bufferhandle9.frag.out */, - B39817AE29239F3D00A82429 /* flowControl.frag.out */, - B39817AF29239F3D00A82429 /* spv.bufferhandle8.frag.out */, - B39817B029239F3D00A82429 /* spv.while-simple.vert.out */, - B39817B129239F3D00A82429 /* hlsl.partialFlattenMixed.vert.out */, - B39817B229239F3D00A82429 /* spv.sparseTexture.frag.out */, - B39817B329239F3D00A82429 /* hlsl.structbuffer.frag.out */, - B39817B429239F3D00A82429 /* glsl.es320.subgroup.tesc.out */, - B39817B529239F3D00A82429 /* hlsl.shapeConv.frag.out */, - B39817B629239F3D00A82429 /* hlsl.intrinsics.vert.out */, - B39817B729239F3D00A82429 /* spv.vulkan110.storageBuffer.vert.out */, - B39817B829239F3D00A82429 /* hlsl.intrinsics.evalfns.frag.out */, - B39817B929239F3D00A82429 /* hlsl.gatherRGBA.basic.dx10.frag.out */, - B39817BA29239F3D00A82429 /* hlsl.type.half.frag.out */, - B39817BB29239F3D00A82429 /* spv.drawParams.vert.out */, - B39817BC29239F3D00A82429 /* spv.subgroupExtendedTypesPartitionedNeg.comp.out */, - B39817BD29239F3D00A82429 /* hlsl.structarray.flatten.geom.out */, - B39817BE29239F3D00A82429 /* sample.frag.out */, - B39817BF29239F3D00A82429 /* spv.subgroupBallot.comp.out */, - B39817C029239F3D00A82429 /* spv.builtInXFB.vert.out */, - B39817C129239F3D00A82429 /* glspv.esversion.vert.out */, - B39817C229239F3D00A82429 /* hlsl.load.rwtexture.dx10.frag.out */, - B39817C329239F3D00A82429 /* spv.specConstant.comp.out */, - B39817C429239F3D00A82429 /* spv.1.4.NonWritable.frag.out */, - B39817C529239F3D00A82429 /* hlsl.struct.split.call.vert.out */, - B39817C629239F3D00A82429 /* remap.hlsl.sample.basic.strip.frag.out */, - B39817C729239F3D00A82429 /* glspv.version.vert.out */, - B39817C829239F3D00A82429 /* web.basic.vert.out */, - B39817C929239F3D00A82429 /* spv.450.tesc.out */, - B39817CA29239F3D00A82429 /* 120.vert.out */, - B39817CB29239F3D00A82429 /* rayQuery-allOps.comp.out */, - B39817CC29239F3D00A82429 /* hlsl.sample.offsetarray.dx10.frag.out */, - B39817CD29239F3D00A82429 /* hlsl.synthesizeInput.frag.out */, - B39817CE29239F3D00A82429 /* hlsl.structin.vert.out */, - B39817CF29239F3D00A82429 /* spv.extPostDepthCoverage.frag.out */, - B39817D029239F3D00A82429 /* spv.8bit-16bit-construction.frag.out */, - B39817D129239F3D00A82429 /* glsl.es320.subgroup.vert.out */, - B39817D229239F3D00A82429 /* preprocessor.include.enabled.vert.err */, - B39817D329239F3D00A82429 /* remap.similar_1a.everything.frag.out */, - B39817D429239F3D00A82429 /* glsl.es320.subgroupBasic.comp.out */, - B39817D529239F3D00A82429 /* matrixError.vert.out */, - B39817D629239F3D00A82429 /* preprocessor.include.disabled.vert.out */, - B39817D729239F3D00A82429 /* spv.shaderFragMaskAMD.frag.out */, - B39817D829239F3D00A82429 /* hlsl.tx.overload.frag.out */, - B39817D929239F3D00A82429 /* spv.buffer.autoassign.frag.out */, - B39817DA29239F3D00A82429 /* spv.1.4.texture.frag.out */, - B39817DB29239F3D00A82429 /* 420.comp.out */, - B39817DC29239F3D00A82429 /* versionsClean.frag.out */, - B39817DD29239F3D00A82429 /* hlsl.getsampleposition.dx10.frag.out */, - B39817DE29239F3D00A82429 /* spv.ext.RayConstants.rgen.out */, - B39817DF29239F3D00A82429 /* spv.fullyCovered.frag.out */, - B39817E029239F3D00A82429 /* nosuffix.out */, - B39817E129239F3D00A82429 /* glsl.450.subgroupBallotNeg.comp.out */, - B39817E229239F3D00A82429 /* hlsl.sample.array.dx10.frag.out */, - B39817E329239F3D00A82429 /* spv.nonSquare.vert.out */, - B39817E429239F3D00A82429 /* spv.1.4.OpSelect.frag.out */, - B39817E529239F3D00A82429 /* 300block.frag.out */, - B39817E629239F3D00A82429 /* size */, - B39817E729239F3D00A82429 /* hlsl.sample.offset.dx10.frag.out */, - B39817E829239F3D00A82429 /* precise_struct_block.vert.out */, - B39817E929239F3D00A82429 /* hlsl.array.implicit-size.frag.out */, - B39817EA29239F3D00A82429 /* remap.basic.dcefunc.frag.out */, - B39817EB29239F3D00A82429 /* hlsl.flattenSubset.frag.out */, - B39817EC29239F3D00A82429 /* hlsl.inf.vert.out */, - B39817ED29239F3D00A82429 /* spv.16bitstorage.frag.out */, - B39817EE29239F3D00A82429 /* hlsl.reflection.binding.vert.out */, - B39817EF29239F3D00A82429 /* spv.dataOutIndirect.frag.out */, - B39817F029239F3D00A82429 /* hlsl.samplecmplevelzero.array.dx10.frag.out */, - B39817F129239F3D00A82429 /* rayQuery-initialize.rgen.out */, - B39817F229239F3D00A82429 /* spv.debugInfo.1.1.frag.out */, - B39817F329239F3D00A82429 /* spv.hlslDebugInfo.frag.out */, - B39817F429239F3D00A82429 /* spv.perprimitiveNV.frag.out */, - B39817F529239F3D00A82429 /* hlsl.semantic-1.vert.out */, - B39817F629239F3D00A82429 /* compoundsuffix.vert.glsl */, - B39817F729239F3D00A82429 /* 310.geom.out */, - B39817F829239F3D00A82429 /* spv.400.frag.out */, - B39817F929239F3D00A82429 /* spv.300layout.frag.out */, - B39817FA29239F3D00A82429 /* hlsl.semicolons.frag.out */, - B39817FB29239F3D00A82429 /* spv.1.4.OpEntryPoint.frag.out */, - B39817FC29239F3D00A82429 /* remap.similar_1b.everything.frag.out */, - B39817FD29239F3D00A82429 /* hlsl.switch.frag.out */, - B39817FE29239F3D00A82429 /* hlsl.type.type.conversion.valid.frag.out */, - B39817FF29239F3D00A82429 /* preprocessor.simple.vert.out */, - B398180029239F3D00A82429 /* hlsl.domain.1.tese.out */, - B398180129239F3D00A82429 /* glsl.460.subgroup.mesh.out */, - B398180229239F3D00A82429 /* spv.subgroupExtendedTypesPartitioned.comp.out */, - B398180329239F3D00A82429 /* spv.debugInfo.frag.out */, - B398180429239F3D00A82429 /* hlsl.calculatelod.dx10.frag.out */, - B398180529239F3D00A82429 /* hlsl.array.frag.out */, - B398180629239F3D00A82429 /* spv.simpleFunctionCall.frag.out */, - B398180729239F3D00A82429 /* stringToDouble.vert.out */, - B398180829239F3D00A82429 /* spv.subgroupExtendedTypesShuffle.comp.out */, - B398180929239F3D00A82429 /* 300link.frag.out */, - B398180A29239F3D00A82429 /* cppIndent.vert.out */, - B398180B29239F3D00A82429 /* hlsl.params.default.frag.out */, - B398180C29239F3D00A82429 /* spv.bufferhandle3.frag.out */, - B398180D29239F3D00A82429 /* spv.bufferhandle2.frag.out */, - B398180E29239F3D00A82429 /* spv.noWorkgroup.comp.out */, - B398180F29239F3D00A82429 /* spv.textureBuffer.vert.out */, - B398181029239F3D00A82429 /* hlsl.swizzle.frag.out */, - B398181129239F3D00A82429 /* hlsl.y-negate-1.vert.out */, - B398181229239F3D00A82429 /* spv.boolInBlock.frag.out */, - B398181329239F3D00A82429 /* spv.meshShaderBuiltins.mesh.out */, - B398181429239F3D00A82429 /* spv.subgroupExtendedTypesShuffleRelative.comp.out */, - B398181529239F3D00A82429 /* 440.vert.out */, - B398181629239F3D00A82429 /* array100.frag.out */, - B398181729239F3D00A82429 /* hlsl.clipdistance-5.vert.out */, - B398181829239F3D00A82429 /* spv.100ops.frag.out */, - B398181929239F3D00A82429 /* hlsl.clipdistance-4.vert.out */, - B398181A29239F3D00A82429 /* spv.meshShaderPerView_Errors.mesh.out */, - B398181B29239F3D00A82429 /* glsl.460.subgroup.rgen.out */, - B398181C29239F3D00A82429 /* lineContinuation100.vert.out */, - B398181D29239F3D00A82429 /* hlsl.samplecmplevelzero.offsetarray.dx10.frag.out */, - B398181E29239F3D00A82429 /* hlsl.explicitDescriptorSet-2.frag.out */, - B398181F29239F3D00A82429 /* hlsl.frag.out */, - B398182029239F3D00A82429 /* rayQuery-allOps.Error.rgen.out */, - B398182129239F3D00A82429 /* hlsl.depthGreater.frag.out */, - B398182229239F3D00A82429 /* 110scope.vert.out */, - B398182329239F3D00A82429 /* hlsl.pp.line.frag.out */, - B398182429239F3D00A82429 /* hlsl.loopattr.frag.out */, - B398182529239F3D00A82429 /* empty.frag.out */, - B398182629239F3D00A82429 /* spv.noDeadDecorations.vert.out */, - B398182729239F3D00A82429 /* hlsl.whileLoop.frag.out */, - B398182829239F3D00A82429 /* hlsl.entry-in.frag.out */, - B398182929239F3D00A82429 /* remap.uniformarray.everything.frag.out */, - B398182A29239F3D00A82429 /* 420.tese.out */, - B398182B29239F3D00A82429 /* hlsl.specConstant.frag.out */, - B398182C29239F3D00A82429 /* spv.glsl.register.noautoassign.frag.out */, - B398182D29239F3D00A82429 /* spv.texture.vert.out */, - B398182E29239F3D00A82429 /* spv.bufferhandle16.frag.out */, - B398182F29239F3D00A82429 /* spv.float16Fetch.frag.out */, - B398183029239F3D00A82429 /* spv.meshShaderUserDefined.mesh.out */, - B398183129239F3D00A82429 /* hlsl.constructimat.frag.out */, - B398183229239F3D00A82429 /* hlsl.pp.expand.frag.err */, - B398183329239F3D00A82429 /* glsl.450.subgroupClusteredNeg.comp.out */, - B398183429239F3D00A82429 /* syntaxError.frag.out */, - B398183529239F3D00A82429 /* spv.sampleId.frag.out */, - B398183629239F3D00A82429 /* remap.hlsl.templatetypes.everything.frag.out */, - B398183729239F3D00A82429 /* preprocessor.line.vert.err */, - B398183829239F3D00A82429 /* hlsl.numericsuffixes.frag.out */, - B398183929239F3D00A82429 /* spv.subgroupBasic.comp.out */, - B398183A29239F3D00A82429 /* spv.RayCallable.rcall.out */, - B398183B29239F3D00A82429 /* hlsl.structbuffer.floatidx.comp.out */, - B398183C29239F3D00A82429 /* dce.frag.out */, - B398183D29239F3D00A82429 /* spv.meshShaderRedeclBuiltins.mesh.out */, - B398183E29239F3D00A82429 /* 100scope.vert.out */, - B398183F29239F3D00A82429 /* hlsl.charLit.vert.out */, - B398184029239F3D00A82429 /* hlsl.implicitBool.frag.out */, - B398184129239F3D00A82429 /* hlsl.scalar-length.frag.out */, - B398184229239F3D00A82429 /* glsl.es320.subgroup.tese.out */, - B398184329239F3D00A82429 /* spv.1.4.sparseTexture.frag.out */, - B398184429239F3D00A82429 /* spv.300BuiltIns.vert.out */, - B398184529239F3D00A82429 /* 420_size_gl_in.geom.out */, - B398184629239F3D00A82429 /* spv.atomicCounter.comp.out */, - B398184729239F3D00A82429 /* hlsl.tx.bracket.frag.out */, - B398184829239F3D00A82429 /* spv.whileLoop.frag.out */, - B398184929239F3D00A82429 /* versionsErrors.frag.out */, - B398184A29239F3D00A82429 /* spv.vulkan100.subgroupArithmetic.comp.out */, - B398184B29239F3D00A82429 /* doWhileLoop.frag.out */, - B398184C29239F3D00A82429 /* vulkan.frag.out */, - B398184D29239F3D00A82429 /* spv.prepost.frag.out */, - B398184E29239F3D00A82429 /* spv.430.vert.out */, - B398184F29239F3D00A82429 /* mixedArrayDecls.frag.out */, - B398185029239F3D00A82429 /* spv.dead-complex-continue-after-return.vert.out */, - B398185129239F3D00A82429 /* spv.types.frag.out */, - B398185229239F3D00A82429 /* spv.hlslOffsets.vert.out */, - B398185329239F3D00A82429 /* runtimeArray.vert.out */, - B398185429239F3D00A82429 /* badChars.frag.out */, - B398185529239F3D00A82429 /* hlsl.basic.geom.out */, - B398185629239F3D00A82429 /* hlsl.samplegrad.basic.dx10.vert.out */, - B398185729239F3D00A82429 /* spv.volatileAtomic.comp.out */, - B398185829239F3D00A82429 /* spv.RayGenShader_Errors.rgen.out */, - B398185929239F3D00A82429 /* hlsl.subpass.frag.out */, - B398185A29239F3D00A82429 /* hlsl.clip.frag.out */, - B398185B29239F3D00A82429 /* hlsl.flattenOpaqueInitMix.vert.out */, - B398185C29239F3D00A82429 /* hlsl.multiReturn.frag.out */, - B398185D29239F3D00A82429 /* hlsl.pp.line3.frag.out */, - B398185E29239F3D00A82429 /* hlsl.preprocessor.frag.out */, - B398185F29239F3D00A82429 /* hlsl.pp.line2.frag.out */, - B398186029239F3D00A82429 /* reflection.options.geom.out */, - B398186129239F3D00A82429 /* remap.if.everything.frag.out */, - B398186229239F3D00A82429 /* hlsl.attributeC11.frag.out */, - B398186329239F3D00A82429 /* hlsl.load.2dms.dx10.frag.out */, - B398186429239F3D00A82429 /* tokenLength.vert.out */, - B398186529239F3D00A82429 /* spv.ext.MissShader_Errors.rmiss.out */, - B398186629239F3D00A82429 /* spv.subgroupExtendedTypesVote.comp.out */, - B398186729239F3D00A82429 /* glsl.450.subgroupQuad.comp.out */, - B398186829239F3D00A82429 /* 400.geom.out */, - B398186929239F3D00A82429 /* constFold.frag.out */, - B398186A29239F3D00A82429 /* glsl.es320.subgroupPartitioned.comp.out */, - B398186B29239F3D00A82429 /* hlsl.PointSize.geom.out */, - B398186C29239F3D00A82429 /* spv.dead-complex-merge-after-return.vert.out */, - B398186D29239F3D00A82429 /* spv.OVR_multiview.vert.out */, - B398186E29239F3D00A82429 /* hlsl.multiEntry.vert.out */, - B398186F29239F3D00A82429 /* 140.vert.out */, - B398187029239F3D00A82429 /* spv.fragmentDensity-neg.frag.out */, - B398187129239F3D00A82429 /* hlsl.waveprefix.comp.out */, - B398187229239F3D00A82429 /* hlsl.hull.void.tesc.out */, - B398187329239F3D00A82429 /* remap.literal64.none.spv.out */, - B398187429239F3D00A82429 /* spv.float16.frag.out */, - B398187529239F3D00A82429 /* hlsl.structbuffer.incdec.frag.out */, - B398187629239F3D00A82429 /* spv.subgroupQuad.comp.out */, - B398187729239F3D00A82429 /* spv.subgroupExtendedTypesArithmetic.comp.out */, - B398187829239F3E00A82429 /* spv.bool.vert.out */, - B398187929239F3E00A82429 /* spv.deviceGroup.frag.out */, - B398187A29239F3E00A82429 /* hlsl.clipdistance-1.frag.out */, - B398187B29239F3E00A82429 /* spv.ext.RayGenShader_Errors.rgen.out */, - B398187C29239F3E00A82429 /* hlsl.load.basic.dx10.vert.out */, - B398187D29239F3E00A82429 /* spv.loopsArtificial.frag.out */, - B398187E29239F3E00A82429 /* spv.for-complex-condition.vert.out */, - B398187F29239F3E00A82429 /* hlsl.constructexpr.frag.out */, - B398188029239F3E00A82429 /* hlsl.color.hull.tesc.out */, - B398188129239F3E00A82429 /* hlsl.automap.frag.out */, - B398188229239F3E00A82429 /* 420.vert.out */, - B398188329239F3E00A82429 /* spv.multiStruct.comp.out */, - B398188429239F3E00A82429 /* hlsl.gatherRGBA.offsetarray.dx10.frag.out */, - B398188529239F3E00A82429 /* hlsl.intrinsics.double.frag.out */, - B398188629239F3E00A82429 /* spv.switch.frag.out */, - B398188729239F3E00A82429 /* spv.fragmentShaderBarycentric.frag.out */, - B398188829239F3E00A82429 /* hlsl.structbuffer.fn2.comp.out */, - B398188929239F3E00A82429 /* glsl.450.subgroupArithmetic.comp.out */, - B398188A29239F3E00A82429 /* variableArrayIndex.frag.out */, - B398188B29239F3E00A82429 /* glspv.vert.out */, - B398188C29239F3E00A82429 /* glsl.460.subgroup.rcall.out */, - B398188D29239F3E00A82429 /* hlsl.wavequad.comp.out */, - B398188E29239F3E00A82429 /* glsl.450.subgroupPartitioned.comp.out */, - B398188F29239F3E00A82429 /* length.frag.out */, - B398189029239F3E00A82429 /* cppSimple.vert.out */, - B398189129239F3E00A82429 /* spv.int64.frag.out */, - B398189229239F3E00A82429 /* spv.matFun.vert.out */, - B398189329239F3E00A82429 /* hlsl.rw.register.frag.out */, - B398189429239F3E00A82429 /* spv.GeometryShaderPassthrough.geom.out */, - B398189529239F3E00A82429 /* hlsl.intrinsics.comp.out */, - B398189629239F3E00A82429 /* cppBad3.vert.out */, - B398189729239F3E00A82429 /* cppBad2.vert.out */, - B398189829239F3E00A82429 /* spv.460.frag.out */, - B398189929239F3E00A82429 /* hlsl.nonint-index.frag.out */, - B398189A29239F3E00A82429 /* hlsl.noSemantic.functionality1.comp.out */, - B398189B29239F3E00A82429 /* remap.basic.none.frag.out */, - B398189C29239F3E00A82429 /* prepost.frag.out */, - B398189D29239F3E00A82429 /* spv.structDeref.frag.out */, - B398189E29239F3E00A82429 /* 420.tesc.out */, - B398189F29239F3E00A82429 /* spv.150.vert.out */, - B39818A029239F3E00A82429 /* spv.varyingArrayIndirect.frag.out */, - B39818A129239F3E00A82429 /* 300.frag.out */, - B39818A229239F3E00A82429 /* hlsl.assoc.frag.out */, - B39818A329239F3E00A82429 /* spv.specConstant.vert.out */, - B39818A429239F3E00A82429 /* precision.vert.out */, - B39818A529239F3E00A82429 /* glsl.450.subgroupShuffleRelative.comp.out */, - B39818A629239F3E00A82429 /* spv.subgroupExtendedTypesVoteNeg.comp.out */, - B39818A729239F3E00A82429 /* glsl.450.subgroupBasic.comp.out */, - B39818A829239F3E00A82429 /* hlsl.wavebroadcast.comp.out */, - B39818A929239F3E00A82429 /* spv.meshTaskShader.task.out */, - B39818AA29239F3E00A82429 /* hlsl.struct.split.trivial.vert.out */, - B39818AB29239F3E00A82429 /* spv.always-discard2.frag.out */, - B39818AC29239F3E00A82429 /* hlsl.groupid.comp.out */, - B39818AD29239F3E00A82429 /* spv.precisionNonESSamp.frag.out */, - B39818AE29239F3E00A82429 /* hlsl.fraggeom.frag.out */, - B39818AF29239F3E00A82429 /* spv.samplePosition.frag.out */, - ); - path = baseResults; - sourceTree = ""; - }; - B398190E29239F3E00A82429 /* StandAlone */ = { - isa = PBXGroup; - children = ( - B398190F29239F3E00A82429 /* resource_limits_c.h */, - B398191029239F3E00A82429 /* ResourceLimits.h */, - B398191129239F3E00A82429 /* CMakeLists.txt */, - B398191229239F3E00A82429 /* StandAlone.cpp */, - B398191329239F3E00A82429 /* spirv-remap.cpp */, - B398191429239F3E00A82429 /* Worklist.h */, - B398191529239F3E00A82429 /* resource_limits_c.cpp */, - B398191629239F3E00A82429 /* ResourceLimits.cpp */, - B398191729239F3E00A82429 /* DirStackFileIncluder.h */, - ); - path = StandAlone; - sourceTree = ""; - }; - B398191B29239F3F00A82429 /* SPIRV */ = { - isa = PBXGroup; - children = ( - B398191C29239F3F00A82429 /* NonSemanticDebugPrintf.h */, - B398191D29239F3F00A82429 /* SPVRemapper.h */, - B398191E29239F3F00A82429 /* SpvBuilder.h */, - B398191F29239F3F00A82429 /* CMakeLists.txt */, - B398192029239F3F00A82429 /* SpvPostProcess.cpp */, - B398192129239F3F00A82429 /* SpvTools.h */, - B398192229239F3F00A82429 /* SpvTools.cpp */, - B398192329239F3F00A82429 /* InReadableOrder.cpp */, - B398192429239F3F00A82429 /* GLSL.ext.AMD.h */, - B398192529239F3F00A82429 /* doc.h */, - B398192629239F3F00A82429 /* spirv.hpp */, - B398192729239F3F00A82429 /* SpvBuilder.cpp */, - B398192829239F3F00A82429 /* GLSL.ext.EXT.h */, - B398192929239F3F00A82429 /* GLSL.ext.KHR.h */, - B398192A29239F3F00A82429 /* GLSL.ext.NV.h */, - B398192B29239F3F00A82429 /* GlslangToSpv.cpp */, - B398192C29239F3F00A82429 /* spvIR.h */, - B398192D29239F3F00A82429 /* bitutils.h */, - B398192E29239F3F00A82429 /* disassemble.h */, - B398192F29239F3F00A82429 /* GlslangToSpv.h */, - B398193029239F3F00A82429 /* GLSL.std.450.h */, - B398193129239F3F00A82429 /* SPVRemapper.cpp */, - B398193229239F3F00A82429 /* Logger.cpp */, - B398193329239F3F00A82429 /* hex_float.h */, - B398193429239F3F00A82429 /* Logger.h */, - B398193529239F3F00A82429 /* doc.cpp */, - B398193629239F3F00A82429 /* disassemble.cpp */, ); - path = SPIRV; + name = Products; sourceTree = ""; }; - B398193729239F3F00A82429 /* glslang */ = { + B31401612D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398193829239F3F00A82429 /* CMakeLists.txt */, - B398193929239F3F00A82429 /* OSDependent */, - B398194729239F3F00A82429 /* CInterface */, - B398194929239F3F00A82429 /* Include */, - B398195929239F3F00A82429 /* updateGrammar */, - B398195A29239F3F00A82429 /* MachineIndependent */, - B398198D29239F3F00A82429 /* Public */, - B398198F29239F3F00A82429 /* GenericCodeGen */, ); - path = glslang; + name = Products; sourceTree = ""; }; - B398193929239F3F00A82429 /* OSDependent */ = { + B31401632D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398193A29239F3F00A82429 /* Web */, - B398193F29239F3F00A82429 /* Unix */, - B398194229239F3F00A82429 /* osinclude.h */, - B398194329239F3F00A82429 /* Windows */, ); - path = OSDependent; + name = Products; sourceTree = ""; }; - B398193A29239F3F00A82429 /* Web */ = { + B31401652D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398193B29239F3F00A82429 /* CMakeLists.txt */, - B398193C29239F3F00A82429 /* glslang.after.js */, - B398193D29239F3F00A82429 /* glslang.pre.js */, - B398193E29239F3F00A82429 /* glslang.js.cpp */, ); - path = Web; + name = Products; sourceTree = ""; }; - B398193F29239F3F00A82429 /* Unix */ = { + B31401672D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398194029239F3F00A82429 /* ossource.cpp */, - B398194129239F3F00A82429 /* CMakeLists.txt */, ); - path = Unix; + name = Products; sourceTree = ""; }; - B398194329239F3F00A82429 /* Windows */ = { + B31401692D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398194429239F3F00A82429 /* ossource.cpp */, - B398194529239F3F00A82429 /* CMakeLists.txt */, - B398194629239F3F00A82429 /* main.cpp */, ); - path = Windows; + name = Products; sourceTree = ""; }; - B398194729239F3F00A82429 /* CInterface */ = { + B314016B2D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398194829239F3F00A82429 /* glslang_c_interface.cpp */, ); - path = CInterface; + name = Products; sourceTree = ""; }; - B398194929239F3F00A82429 /* Include */ = { + B314016D2D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398194A29239F3F00A82429 /* ResourceLimits.h */, - B398194B29239F3F00A82429 /* glslang_c_interface.h */, - B398194C29239F3F00A82429 /* Types.h */, - B398194D29239F3F00A82429 /* intermediate.h */, - B398194E29239F3F00A82429 /* glslang_c_shader_types.h */, - B398194F29239F3F00A82429 /* BaseTypes.h */, - B398195029239F3F00A82429 /* revision.h */, - B398195129239F3F00A82429 /* InitializeGlobals.h */, - B398195229239F3F00A82429 /* ShHandle.h */, - B398195329239F3F00A82429 /* arrays.h */, - B398195429239F3F00A82429 /* Common.h */, - B398195529239F3F00A82429 /* revision.template */, - B398195629239F3F00A82429 /* ConstantUnion.h */, - B398195729239F3F00A82429 /* InfoSink.h */, - B398195829239F3F00A82429 /* PoolAlloc.h */, ); - path = Include; + name = Products; sourceTree = ""; }; - B398195A29239F3F00A82429 /* MachineIndependent */ = { + B314016F2D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398195B29239F3F00A82429 /* ParseHelper.cpp */, - B398195C29239F3F00A82429 /* parseVersions.h */, - B398195D29239F3F00A82429 /* gl_types.h */, - B398195E29239F3F00A82429 /* propagateNoContraction.cpp */, - B398195F29239F3F00A82429 /* pch.h */, - B398196029239F3F00A82429 /* ScanContext.h */, - B398196129239F3F00A82429 /* iomapper.h */, - B398196229239F3F00A82429 /* localintermediate.h */, - B398196329239F3F00A82429 /* Scan.cpp */, - B398196429239F3F00A82429 /* glslang.y */, - B398196529239F3F00A82429 /* RemoveTree.h */, - B398196629239F3F00A82429 /* Initialize.cpp */, - B398196729239F3F00A82429 /* glslang_tab.cpp */, - B398196829239F3F00A82429 /* limits.cpp */, - B398196929239F3F00A82429 /* parseConst.cpp */, - B398196A29239F3F00A82429 /* propagateNoContraction.h */, - B398196B29239F3F00A82429 /* Versions.h */, - B398196C29239F3F00A82429 /* IntermTraverse.cpp */, - B398196D29239F3F00A82429 /* intermOut.cpp */, - B398196E29239F3F00A82429 /* iomapper.cpp */, - B398196F29239F3F00A82429 /* PoolAlloc.cpp */, - B398197029239F3F00A82429 /* ShaderLang.cpp */, - B398197129239F3F00A82429 /* SymbolTable.h */, - B398197229239F3F00A82429 /* InfoSink.cpp */, - B398197329239F3F00A82429 /* Intermediate.cpp */, - B398197429239F3F00A82429 /* pch.cpp */, - B398197529239F3F00A82429 /* SymbolTable.cpp */, - B398197629239F3F00A82429 /* glslang_tab.cpp.h */, - B398197729239F3F00A82429 /* LiveTraverser.h */, - B398197829239F3F00A82429 /* Initialize.h */, - B398197929239F3F00A82429 /* attribute.cpp */, - B398197A29239F3F00A82429 /* reflection.cpp */, - B398197B29239F3F00A82429 /* RemoveTree.cpp */, - B398197C29239F3F00A82429 /* attribute.h */, - B398197D29239F3F00A82429 /* Versions.cpp */, - B398197E29239F3F00A82429 /* Constant.cpp */, - B398197F29239F3F00A82429 /* linkValidate.cpp */, - B398198029239F3F00A82429 /* glslang.m4 */, - B398198129239F3F00A82429 /* ParseHelper.h */, - B398198229239F3F00A82429 /* preprocessor */, - B398198A29239F3F00A82429 /* ParseContextBase.cpp */, - B398198B29239F3F00A82429 /* reflection.h */, - B398198C29239F3F00A82429 /* Scan.h */, ); - path = MachineIndependent; + name = Products; sourceTree = ""; }; - B398198229239F3F00A82429 /* preprocessor */ = { + B31401712D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398198329239F3F00A82429 /* PpAtom.cpp */, - B398198429239F3F00A82429 /* PpTokens.h */, - B398198529239F3F00A82429 /* Pp.cpp */, - B398198629239F3F00A82429 /* PpContext.h */, - B398198729239F3F00A82429 /* PpTokens.cpp */, - B398198829239F3F00A82429 /* PpContext.cpp */, - B398198929239F3F00A82429 /* PpScanner.cpp */, ); - path = preprocessor; + name = Products; sourceTree = ""; }; - B398198D29239F3F00A82429 /* Public */ = { + B31401732D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398198E29239F3F00A82429 /* ShaderLang.h */, ); - path = Public; + name = Products; sourceTree = ""; }; - B398198F29239F3F00A82429 /* GenericCodeGen */ = { + B31401752D000761009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398199029239F3F00A82429 /* CodeGen.cpp */, - B398199129239F3F00A82429 /* Link.cpp */, ); - path = GenericCodeGen; + name = Products; sourceTree = ""; }; - B398199329239F3F00A82429 /* OGLCompilersDLL */ = { + B314237E2CFFEBD8009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398199429239F3F00A82429 /* CMakeLists.txt */, - B398199529239F3F00A82429 /* InitializeDll.h */, - B398199629239F3F00A82429 /* InitializeDll.cpp */, ); - path = OGLCompilersDLL; + name = Products; sourceTree = ""; }; - B398199929239F3F00A82429 /* build_overrides */ = { + B31423802CFFEBD8009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B398199A29239F3F00A82429 /* glslang.gni */, ); - path = build_overrides; + name = Products; sourceTree = ""; }; - B39819A129239F3F00A82429 /* External */ = { + B31423822CFFEBD8009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819A229239F3F00A82429 /* CMakeLists.txt */, ); - path = External; + name = Products; sourceTree = ""; }; - B39819A529239F3F00A82429 /* hlsl */ = { + B31423842CFFEBD8009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819A629239F3F00A82429 /* hlslParseables.cpp */, - B39819A729239F3F00A82429 /* hlslTokenStream.cpp */, - B39819A829239F3F00A82429 /* pch.h */, - B39819A929239F3F00A82429 /* CMakeLists.txt */, - B39819AA29239F3F00A82429 /* hlslParseables.h */, - B39819AB29239F3F00A82429 /* hlslParseHelper.cpp */, - B39819AC29239F3F00A82429 /* hlslAttributes.h */, - B39819AD29239F3F00A82429 /* hlslScanContext.cpp */, - B39819AE29239F3F00A82429 /* hlslParseHelper.h */, - B39819AF29239F3F00A82429 /* hlslOpMap.cpp */, - B39819B029239F3F00A82429 /* hlslScanContext.h */, - B39819B129239F3F00A82429 /* hlslTokens.h */, - B39819B229239F3F00A82429 /* hlslAttributes.cpp */, - B39819B329239F3F00A82429 /* pch.cpp */, - B39819B429239F3F00A82429 /* hlslOpMap.h */, - B39819B529239F3F00A82429 /* hlslGrammar.cpp */, - B39819B629239F3F00A82429 /* hlslTokenStream.h */, - B39819B729239F3F00A82429 /* hlslGrammar.h */, ); - path = hlsl; + name = Products; sourceTree = ""; }; - B39819B929239F3F00A82429 /* kokoro */ = { + B31423862CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819BA29239F3F00A82429 /* macos-clang-release-bazel */, - B39819BE29239F3F00A82429 /* linux-clang-release-bazel */, - B39819C229239F3F00A82429 /* windows-msvc-2015-release-bazel */, ); - path = kokoro; + name = Products; sourceTree = ""; }; - B39819BA29239F3F00A82429 /* macos-clang-release-bazel */ = { + B31423882CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819BB29239F3F00A82429 /* presubmit.cfg */, - B39819BC29239F3F00A82429 /* build.sh */, - B39819BD29239F3F00A82429 /* continuous.cfg */, ); - path = "macos-clang-release-bazel"; + name = Products; sourceTree = ""; }; - B39819BE29239F3F00A82429 /* linux-clang-release-bazel */ = { + B314238A2CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819BF29239F3F00A82429 /* presubmit.cfg */, - B39819C029239F3F00A82429 /* build.sh */, - B39819C129239F3F00A82429 /* continuous.cfg */, ); - path = "linux-clang-release-bazel"; + name = Products; sourceTree = ""; }; - B39819C229239F3F00A82429 /* windows-msvc-2015-release-bazel */ = { + B314238C2CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819C329239F3F00A82429 /* presubmit.cfg */, - B39819C429239F3F00A82429 /* build.bat */, - B39819C529239F3F00A82429 /* continuous.cfg */, ); - path = "windows-msvc-2015-release-bazel"; + name = Products; sourceTree = ""; }; - B39819C629239F3F00A82429 /* gtests */ = { + B314238E2CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819C729239F3F00A82429 /* pch.h */, - B39819C829239F3F00A82429 /* Remap.FromFile.cpp */, - B39819C929239F3F00A82429 /* CMakeLists.txt */, - B39819CA29239F3F00A82429 /* Link.FromFile.Vk.cpp */, - B39819CB29239F3F00A82429 /* Link.FromFile.cpp */, - B39819CC29239F3F00A82429 /* Settings.h */, - B39819CD29239F3F00A82429 /* TestFixture.cpp */, - B39819CE29239F3F00A82429 /* AST.FromFile.cpp */, - B39819CF29239F3F00A82429 /* Spv.FromFile.cpp */, - B39819D029239F3F00A82429 /* Hlsl.FromFile.cpp */, - B39819D129239F3F00A82429 /* README.md */, - B39819D229239F3F00A82429 /* pch.cpp */, - B39819D329239F3F00A82429 /* BuiltInResource.FromFile.cpp */, - B39819D429239F3F00A82429 /* Initializer.h */, - B39819D529239F3F00A82429 /* TestFixture.h */, - B39819D629239F3F00A82429 /* Pp.FromFile.cpp */, - B39819D729239F3F00A82429 /* Config.FromFile.cpp */, - B39819D829239F3F00A82429 /* main.cpp */, - B39819D929239F3F00A82429 /* Settings.cpp */, - B39819DA29239F3F00A82429 /* HexFloat.cpp */, ); - path = gtests; + name = Products; sourceTree = ""; }; - B39819DB29239F3F00A82429 /* stb */ = { + B31423902CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819DC29239F3F00A82429 /* stb_image_write.h */, - B39819DD29239F3F00A82429 /* stb_image.h */, ); - path = stb; + name = Products; sourceTree = ""; }; - B39819DE29239F3F00A82429 /* xbyak */ = { + B31423922CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819DF29239F3F00A82429 /* CMakeLists.txt */, - B39819E029239F3F00A82429 /* test */, - B3981A0B29239F3F00A82429 /* cmake */, - B3981A0D29239F3F00A82429 /* Makefile */, - B3981A0E29239F3F00A82429 /* gen */, - B3981A1629239F3F00A82429 /* readme.md */, - B3981A1729239F3F00A82429 /* xbyak */, - B3981A1C29239F3F00A82429 /* .gitignore */, - B3981A1D29239F3F00A82429 /* .github */, - B3981A2029239F3F00A82429 /* sample */, - B3981A3829239F3F00A82429 /* readme.txt */, - B3981A3929239F3F00A82429 /* COPYRIGHT */, - B3981A3A29239F3F00A82429 /* xbyak.sln */, ); - path = xbyak; + name = Products; sourceTree = ""; }; - B39819E029239F3F00A82429 /* test */ = { + B31423942CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819E129239F3F00A82429 /* make_nm.cpp */, - B39819E229239F3F00A82429 /* state.pptx */, - B39819E329239F3F00A82429 /* test_nm.sh */, - B39819E429239F3F00A82429 /* rip-label-imm.cpp */, - B39819E529239F3F00A82429 /* test_avx.bat */, - B39819E629239F3F00A82429 /* jmp.vcproj */, - B39819E729239F3F00A82429 /* cybozu */, - B39819EA29239F3F00A82429 /* misc.cpp */, - B39819EB29239F3F00A82429 /* Makefile */, - B39819EC29239F3F00A82429 /* sf_test.cpp */, - B39819ED29239F3F00A82429 /* lib_min.cpp */, - B39819EE29239F3F00A82429 /* a.bat */, - B39819EF29239F3F00A82429 /* lib_test.cpp */, - B39819F029239F3F00A82429 /* test_mmx.cpp */, - B39819F129239F3F00A82429 /* nm_frame.cpp */, - B39819F229239F3F00A82429 /* bad_address.cpp */, - B39819F329239F3F00A82429 /* test_nm_all.bat */, - B39819F429239F3F00A82429 /* jmp.sln */, - B39819F529239F3F00A82429 /* set_opt.bat */, - B39819F629239F3F00A82429 /* lib.h */, - B39819F729239F3F00A82429 /* noexception.cpp */, - B39819F829239F3F00A82429 /* mprotect_test.cpp */, - B39819F929239F3F00A82429 /* test_avx512.bat */, - B39819FA29239F3F00A82429 /* address.cpp */, - B39819FB29239F3F00A82429 /* test_jmp.bat */, - B39819FC29239F3F00A82429 /* test_avx_all.bat */, - B39819FD29239F3F00A82429 /* test_address.bat */, - B39819FE29239F3F00A82429 /* test_address.sh */, - B39819FF29239F3F00A82429 /* readme.txt */, - B3981A0029239F3F00A82429 /* test_nm.bat */, - B3981A0129239F3F00A82429 /* cvt_test.cpp */, - B3981A0229239F3F00A82429 /* normalize_prefix.cpp */, - B3981A0329239F3F00A82429 /* lib_run.cpp */, - B3981A0429239F3F00A82429 /* test_all.bat */, - B3981A0529239F3F00A82429 /* test_misc.bat */, - B3981A0629239F3F00A82429 /* test_avx.sh */, - B3981A0729239F3F00A82429 /* test_avx512.sh */, - B3981A0829239F3F00A82429 /* Makefile.win */, - B3981A0929239F3F00A82429 /* jmp.cpp */, - B3981A0A29239F3F00A82429 /* make_512.cpp */, ); - path = test; + name = Products; sourceTree = ""; }; - B39819E729239F3F00A82429 /* cybozu */ = { + B31423962CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B39819E829239F3F00A82429 /* test.hpp */, - B39819E929239F3F00A82429 /* inttype.hpp */, ); - path = cybozu; + name = Products; sourceTree = ""; }; - B3981A0B29239F3F00A82429 /* cmake */ = { + B31423982CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A0C29239F3F00A82429 /* config.cmake.in */, ); - path = cmake; + name = Products; sourceTree = ""; }; - B3981A0E29239F3F00A82429 /* gen */ = { + B314239A2CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A0F29239F3F00A82429 /* gen_code.cpp */, - B3981A1029239F3F00A82429 /* Makefile */, - B3981A1129239F3F00A82429 /* b2hex.cpp */, - B3981A1229239F3F00A82429 /* avx_type.hpp */, - B3981A1329239F3F00A82429 /* update.bat */, - B3981A1429239F3F00A82429 /* sortline.cpp */, - B3981A1529239F3F00A82429 /* gen_avx512.cpp */, ); - path = gen; + name = Products; sourceTree = ""; }; - B3981A1729239F3F00A82429 /* xbyak */ = { + B314239C2CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A1829239F3F00A82429 /* xbyak_mnemonic.h */, - B3981A1929239F3F00A82429 /* xbyak_bin2hex.h */, - B3981A1A29239F3F00A82429 /* xbyak.h */, - B3981A1B29239F3F00A82429 /* xbyak_util.h */, ); - path = xbyak; + name = Products; sourceTree = ""; }; - B3981A1D29239F3F00A82429 /* .github */ = { + B314239E2CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A1E29239F3F00A82429 /* workflows */, ); - path = .github; + name = Products; sourceTree = ""; }; - B3981A1E29239F3F00A82429 /* workflows */ = { + B31423A02CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A1F29239F3F00A82429 /* main.yml */, ); - path = workflows; + name = Products; sourceTree = ""; }; - B3981A2029239F3F00A82429 /* sample */ = { + B31423A22CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A2129239F3F00A82429 /* test0.vcxproj */, - B3981A2229239F3F00A82429 /* stackframe.cpp */, - B3981A2329239F3F00A82429 /* toyvm.cpp */, - B3981A2429239F3F00A82429 /* bf.cpp */, - B3981A2529239F3F00A82429 /* profiler.cpp */, - B3981A2629239F3F00A82429 /* protect-re.cpp */, - B3981A2729239F3F00A82429 /* Makefile */, - B3981A2829239F3F00A82429 /* calc2.cpp */, - B3981A2929239F3F00A82429 /* echo.bf */, - B3981A2A29239F3F00A82429 /* test_util.vcxproj */, - B3981A2B29239F3F00A82429 /* quantize.vcxproj */, - B3981A2C29239F3F00A82429 /* toyvm.vcxproj */, - B3981A2D29239F3F00A82429 /* static_buf.cpp */, - B3981A2E29239F3F00A82429 /* bf.vcxproj */, - B3981A2F29239F3F00A82429 /* calc.cpp */, - B3981A3029239F3F00A82429 /* test_util.cpp */, - B3981A3129239F3F00A82429 /* calc.vcxproj */, - B3981A3229239F3F00A82429 /* hello.bf */, - B3981A3329239F3F00A82429 /* test0.cpp */, - B3981A3429239F3F00A82429 /* quantize.cpp */, - B3981A3529239F3F00A82429 /* jmp_table.cpp */, - B3981A3629239F3F00A82429 /* fizzbuzz.bf */, - B3981A3729239F3F00A82429 /* memfunc.cpp */, ); - path = sample; + name = Products; sourceTree = ""; }; - B3981A3B29239F3F00A82429 /* gtest */ = { + B31423A42CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A3C29239F3F00A82429 /* gtest-matchers.h */, - B3981A3D29239F3F00A82429 /* gtest-death-test.h */, - B3981A3E29239F3F00A82429 /* gtest-spi.h */, - B3981A3F29239F3F00A82429 /* internal */, - B3981A4D29239F3F00A82429 /* gtest-message.h */, - B3981A4E29239F3F00A82429 /* gtest-param-test.h */, - B3981A4F29239F3F00A82429 /* gtest-typed-test.h */, - B3981A5029239F3F00A82429 /* gtest_pred_impl.h */, - B3981A5129239F3F00A82429 /* gtest_prod.h */, - B3981A5229239F3F00A82429 /* gtest-test-part.h */, - B3981A5329239F3F00A82429 /* gtest.h */, - B3981A5429239F3F00A82429 /* gtest-printers.h */, - B3981A5529239F3F00A82429 /* src */, ); - path = gtest; + name = Products; sourceTree = ""; }; - B3981A3F29239F3F00A82429 /* internal */ = { + B31423A62CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A4029239F3F00A82429 /* gtest-string.h */, - B3981A4129239F3F00A82429 /* gtest-death-test-internal.h */, - B3981A4229239F3F00A82429 /* gtest-port.h */, - B3981A4329239F3F00A82429 /* gtest-port-arch.h */, - B3981A4429239F3F00A82429 /* gtest-internal.h */, - B3981A4529239F3F00A82429 /* gtest-param-util.h */, - B3981A4629239F3F00A82429 /* gtest-type-util.h */, - B3981A4729239F3F00A82429 /* gtest-filepath.h */, - B3981A4829239F3F00A82429 /* custom */, ); - path = internal; + name = Products; sourceTree = ""; }; - B3981A4829239F3F00A82429 /* custom */ = { + B31423A82CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A4929239F3F00A82429 /* gtest-port.h */, - B3981A4A29239F3F00A82429 /* README.md */, - B3981A4B29239F3F00A82429 /* gtest.h */, - B3981A4C29239F3F00A82429 /* gtest-printers.h */, ); - path = custom; + name = Products; sourceTree = ""; }; - B3981A5529239F3F00A82429 /* src */ = { + B31423AA2CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A5629239F3F00A82429 /* gtest-test-part.cc */, - B3981A5729239F3F00A82429 /* gtest.cc */, - B3981A5829239F3F00A82429 /* gtest_main.cc */, - B3981A5929239F3F00A82429 /* gtest-internal-inl.h */, - B3981A5A29239F3F00A82429 /* gtest-death-test.cc */, - B3981A5B29239F3F00A82429 /* gtest-port.cc */, - B3981A5C29239F3F00A82429 /* gtest-printers.cc */, - B3981A5D29239F3F00A82429 /* gtest-typed-test.cc */, - B3981A5E29239F3F00A82429 /* gtest-all.cc */, - B3981A5F29239F3F00A82429 /* gtest-filepath.cc */, - B3981A6029239F3F00A82429 /* gtest-matchers.cc */, ); - path = src; + name = Products; sourceTree = ""; }; - B3981A6129239F3F00A82429 /* SDL */ = { + B31423AC2CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A6229239F3F00A82429 /* WhatsNew.txt */, - B3981A6329239F3F00A82429 /* Xcode */, - B3981A7A29239F3F00A82429 /* COPYING.txt */, - B3981A7B29239F3F00A82429 /* android-project */, - B3981AAD29239F4000A82429 /* VisualC-WinRT */, - B3981AD129239F4000A82429 /* VisualC.html */, - B3981AD229239F4000A82429 /* configure.ac */, - B3981AD329239F4000A82429 /* Android.mk */, - B3981AD429239F4000A82429 /* wayland-protocols */, - B3981ADD29239F4000A82429 /* CMakeLists.txt */, - B3981ADE29239F4000A82429 /* TODO.txt */, - B3981ADF29239F4000A82429 /* test */, - B3981B8D29239F4000A82429 /* debian */, - B3981B9B29239F4000A82429 /* cmake */, - B3981B9E29239F4000A82429 /* sdl2-config.cmake.in */, - B3981B9F29239F4000A82429 /* configure */, - B3981BA029239F4000A82429 /* cmake_uninstall.cmake.in */, - B3981BA129239F4000A82429 /* README-SDL.txt */, - B3981BA229239F4000A82429 /* .hgignore */, - B3981BA329239F4000A82429 /* acinclude */, - B3981BB029239F4000A82429 /* include */, - B3981C0A29239F4000A82429 /* VisualC */, - B3981C4829239F4000A82429 /* sdl2-config.in */, - B3981C4929239F4000A82429 /* Makefile.pandora */, - B3981C4A29239F4000A82429 /* sdl2.pc.in */, - B3981C4B29239F4000A82429 /* INSTALL.txt */, - B3981C4C29239F4000A82429 /* BUGS.txt */, - B3981C4D29239F4000A82429 /* docs */, - B3981C6529239F4000A82429 /* CREDITS.txt */, - B3981C6629239F4000A82429 /* Makefile.os2 */, - B3981C6729239F4000A82429 /* Makefile.minimal */, - B3981C6829239F4000A82429 /* SDL2.spec.in */, - B3981C6929239F4000A82429 /* README.txt */, - B3981C6A29239F4000A82429 /* android-project-ant */, - B3981C9129239F4000A82429 /* SDL2Config.cmake */, - B3981C9229239F4000A82429 /* Makefile.in */, - B3981C9329239F4000A82429 /* sdl2-config-version.cmake.in */, - B3981C9429239F4000A82429 /* Makefile.wiz */, - B3981C9529239F4000A82429 /* sdl2.m4 */, - B3981C9629239F4000A82429 /* build-scripts */, - B3981CAE29239F4000A82429 /* visualtest */, - B3981CF929239F4100A82429 /* Xcode-iOS */, - B3981D3229239F4100A82429 /* autogen.sh */, - B3981D3329239F4100A82429 /* src */, - B398217529239F4300A82429 /* Makefile.psp */, ); - path = SDL; + name = Products; sourceTree = ""; }; - B3981A6329239F3F00A82429 /* Xcode */ = { + B31423AE2CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A6429239F3F00A82429 /* SDLTest */, - B3981A6A29239F3F00A82429 /* XcodeDocSet */, - B3981A6C29239F3F00A82429 /* SDL */, ); - path = Xcode; + name = Products; sourceTree = ""; }; - B3981A6429239F3F00A82429 /* SDLTest */ = { + B31423B02CFFEBD9009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A6929239F3F00A82429 /* TestDropFile-Info.plist */, ); - path = SDLTest; + name = Products; sourceTree = ""; }; - B3981A6A29239F3F00A82429 /* XcodeDocSet */ = { + B31435DE2CFFE1C0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A6B29239F3F00A82429 /* Doxyfile */, ); - path = XcodeDocSet; + name = Products; sourceTree = ""; }; - B3981A6C29239F3F00A82429 /* SDL */ = { + B31435E02CFFE1C0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A7029239F3F00A82429 /* pkg-support */, - B3981A7729239F3F00A82429 /* hidapi */, - B3981A7929239F3F00A82429 /* Info-Framework.plist */, ); - path = SDL; + name = Products; sourceTree = ""; }; - B3981A7029239F3F00A82429 /* pkg-support */ = { + B31435E22CFFE1C0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A7129239F3F00A82429 /* resources */, - B3981A7529239F3F00A82429 /* SDL.info */, - B3981A7629239F3F00A82429 /* sdl_logo.pdf */, ); - path = "pkg-support"; + name = Products; sourceTree = ""; }; - B3981A7129239F3F00A82429 /* resources */ = { + B31435E42CFFE1C0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A7229239F3F00A82429 /* ReadMe.txt */, - B3981A7329239F3F00A82429 /* SDL_DS_Store */, - B3981A7429239F3F00A82429 /* License.txt */, ); - path = resources; + name = Products; sourceTree = ""; }; - B3981A7729239F3F00A82429 /* hidapi */ = { + B31435E62CFFE1C0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A7829239F3F00A82429 /* Info.plist */, ); - path = hidapi; + name = Products; sourceTree = ""; }; - B3981A7B29239F3F00A82429 /* android-project */ = { + B31435E82CFFE1C0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A7C29239F3F00A82429 /* app */, - B3981AA429239F4000A82429 /* gradle */, - B3981AA829239F4000A82429 /* gradlew */, - B3981AA929239F4000A82429 /* build.gradle */, - B3981AAA29239F4000A82429 /* gradle.properties */, - B3981AAB29239F4000A82429 /* gradlew.bat */, - B3981AAC29239F4000A82429 /* settings.gradle */, ); - path = "android-project"; + name = Products; sourceTree = ""; }; - B3981A7C29239F3F00A82429 /* app */ = { + B31435EA2CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A7D29239F3F00A82429 /* proguard-rules.pro */, - B3981A7E29239F3F00A82429 /* build.gradle */, - B3981A7F29239F3F00A82429 /* jni */, - B3981A8629239F3F00A82429 /* src */, ); - path = app; + name = Products; sourceTree = ""; }; - B3981A7F29239F3F00A82429 /* jni */ = { + B31435EC2CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A8029239F3F00A82429 /* Android.mk */, - B3981A8129239F3F00A82429 /* CMakeLists.txt */, - B3981A8229239F3F00A82429 /* Application.mk */, - B3981A8329239F3F00A82429 /* src */, ); - path = jni; + name = Products; sourceTree = ""; }; - B3981A8329239F3F00A82429 /* src */ = { + B31435EE2CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A8429239F3F00A82429 /* Android.mk */, - B3981A8529239F3F00A82429 /* CMakeLists.txt */, ); - path = src; + name = Products; sourceTree = ""; }; - B3981A8629239F3F00A82429 /* src */ = { + B31435F02CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A8729239F3F00A82429 /* main */, ); - path = src; + name = Products; sourceTree = ""; }; - B3981A8729239F3F00A82429 /* main */ = { + B31435F22CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A8829239F3F00A82429 /* res */, - B3981A9729239F4000A82429 /* AndroidManifest.xml */, - B3981A9829239F4000A82429 /* java */, ); - path = main; + name = Products; sourceTree = ""; }; - B3981A8829239F3F00A82429 /* res */ = { + B31435F42CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A8929239F3F00A82429 /* mipmap-mdpi */, - B3981A8B29239F3F00A82429 /* mipmap-hdpi */, - B3981A8D29239F3F00A82429 /* mipmap-xxxhdpi */, - B3981A8F29239F3F00A82429 /* mipmap-xxhdpi */, - B3981A9129239F3F00A82429 /* values */, - B3981A9529239F3F00A82429 /* mipmap-xhdpi */, ); - path = res; + name = Products; sourceTree = ""; }; - B3981A8929239F3F00A82429 /* mipmap-mdpi */ = { + B31435F62CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A8A29239F3F00A82429 /* ic_launcher.png */, ); - path = "mipmap-mdpi"; + name = Products; sourceTree = ""; }; - B3981A8B29239F3F00A82429 /* mipmap-hdpi */ = { + B31435F82CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A8C29239F3F00A82429 /* ic_launcher.png */, ); - path = "mipmap-hdpi"; + name = Products; sourceTree = ""; }; - B3981A8D29239F3F00A82429 /* mipmap-xxxhdpi */ = { + B31435FA2CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A8E29239F3F00A82429 /* ic_launcher.png */, ); - path = "mipmap-xxxhdpi"; + name = Products; sourceTree = ""; }; - B3981A8F29239F3F00A82429 /* mipmap-xxhdpi */ = { + B31435FC2CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A9029239F3F00A82429 /* ic_launcher.png */, ); - path = "mipmap-xxhdpi"; + name = Products; sourceTree = ""; }; - B3981A9129239F3F00A82429 /* values */ = { + B31435FE2CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A9229239F3F00A82429 /* colors.xml */, - B3981A9329239F3F00A82429 /* styles.xml */, - B3981A9429239F3F00A82429 /* strings.xml */, ); - path = values; + name = Products; sourceTree = ""; }; - B3981A9529239F3F00A82429 /* mipmap-xhdpi */ = { + B31436002CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A9629239F4000A82429 /* ic_launcher.png */, ); - path = "mipmap-xhdpi"; + name = Products; sourceTree = ""; }; - B3981A9829239F4000A82429 /* java */ = { + B31436022CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A9929239F4000A82429 /* org */, ); - path = java; + name = Products; sourceTree = ""; }; - B3981A9929239F4000A82429 /* org */ = { + B31436042CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A9A29239F4000A82429 /* libsdl */, ); - path = org; + name = Products; sourceTree = ""; }; - B3981A9A29239F4000A82429 /* libsdl */ = { + B31436062CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A9B29239F4000A82429 /* app */, ); - path = libsdl; + name = Products; sourceTree = ""; }; - B3981A9B29239F4000A82429 /* app */ = { + B31436082CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981A9C29239F4000A82429 /* SDLAudioManager.java */, - B3981A9D29239F4000A82429 /* SDLControllerManager.java */, - B3981A9E29239F4000A82429 /* HIDDevice.java */, - B3981A9F29239F4000A82429 /* HIDDeviceBLESteamController.java */, - B3981AA029239F4000A82429 /* HIDDeviceUSB.java */, - B3981AA129239F4000A82429 /* SDL.java */, - B3981AA229239F4000A82429 /* SDLActivity.java */, - B3981AA329239F4000A82429 /* HIDDeviceManager.java */, ); - path = app; + name = Products; sourceTree = ""; }; - B3981AA429239F4000A82429 /* gradle */ = { + B314360A2CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981AA529239F4000A82429 /* wrapper */, ); - path = gradle; + name = Products; sourceTree = ""; }; - B3981AA529239F4000A82429 /* wrapper */ = { + B314360C2CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981AA629239F4000A82429 /* gradle-wrapper.jar */, - B3981AA729239F4000A82429 /* gradle-wrapper.properties */, ); - path = wrapper; + name = Products; sourceTree = ""; }; - B3981AAD29239F4000A82429 /* VisualC-WinRT */ = { + B314360E2CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981AAE29239F4000A82429 /* SDL2-WinRT.targets */, - B3981AAF29239F4000A82429 /* SDL2-WinRT.nuspec */, - B3981AB029239F4000A82429 /* tests */, - B3981AC329239F4000A82429 /* UWP_VS2015 */, - B3981AC729239F4000A82429 /* SDL2main-WinRT-NonXAML.targets */, - B3981AC829239F4000A82429 /* SDL2main-WinRT-NonXAML.nuspec */, - B3981AC929239F4000A82429 /* WinRT81_VS2013 */, - B3981ACD29239F4000A82429 /* WinPhone81_VS2013 */, ); - path = "VisualC-WinRT"; + name = Products; sourceTree = ""; }; - B3981AB029239F4000A82429 /* tests */ = { + B31436102CFFE1C1009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981AB129239F4000A82429 /* loopwave */, - B3981ABA29239F4000A82429 /* testthread */, ); - path = tests; + name = Products; sourceTree = ""; }; - B3981AB129239F4000A82429 /* loopwave */ = { + B31473AF2CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981AB229239F4000A82429 /* Package.appxmanifest */, - B3981AB329239F4000A82429 /* loopwave_VS2012_TemporaryKey.pfx */, - B3981AB429239F4000A82429 /* loopwave_VS2012.vcxproj */, - B3981AB529239F4000A82429 /* Assets */, ); - path = loopwave; + name = Products; sourceTree = ""; }; - B3981AB529239F4000A82429 /* Assets */ = { + B31473B12CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981AB629239F4000A82429 /* SplashScreen.png */, - B3981AB729239F4000A82429 /* StoreLogo.png */, - B3981AB829239F4000A82429 /* Logo.png */, - B3981AB929239F4000A82429 /* SmallLogo.png */, ); - path = Assets; + name = Products; sourceTree = ""; }; - B3981ABA29239F4000A82429 /* testthread */ = { + B31473B32CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981ABB29239F4000A82429 /* Package.appxmanifest */, - B3981ABC29239F4000A82429 /* testthread_VS2012_TemporaryKey.pfx */, - B3981ABD29239F4000A82429 /* Assets */, - B3981AC229239F4000A82429 /* testthread_VS2012.vcxproj */, ); - path = testthread; + name = Products; sourceTree = ""; }; - B3981ABD29239F4000A82429 /* Assets */ = { + B31473B52CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981ABE29239F4000A82429 /* SplashScreen.png */, - B3981ABF29239F4000A82429 /* StoreLogo.png */, - B3981AC029239F4000A82429 /* Logo.png */, - B3981AC129239F4000A82429 /* SmallLogo.png */, ); - path = Assets; + name = Products; sourceTree = ""; }; - B3981AC329239F4000A82429 /* UWP_VS2015 */ = { + B31473B72CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981AC429239F4000A82429 /* SDL-UWP.sln */, - B3981AC529239F4000A82429 /* SDL-UWP.vcxproj.filters */, - B3981AC629239F4000A82429 /* SDL-UWP.vcxproj */, ); - path = UWP_VS2015; + name = Products; sourceTree = ""; }; - B3981AC929239F4000A82429 /* WinRT81_VS2013 */ = { + B31473B92CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981ACA29239F4000A82429 /* SDL-WinRT81.sln */, - B3981ACB29239F4000A82429 /* SDL-WinRT81.vcxproj */, - B3981ACC29239F4000A82429 /* SDL-WinRT81.vcxproj.filters */, ); - path = WinRT81_VS2013; + name = Products; sourceTree = ""; }; - B3981ACD29239F4000A82429 /* WinPhone81_VS2013 */ = { + B31473BB2CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981ACE29239F4000A82429 /* SDL-WinPhone81.vcxproj.filters */, - B3981ACF29239F4000A82429 /* SDL-WinPhone81.sln */, - B3981AD029239F4000A82429 /* SDL-WinPhone81.vcxproj */, ); - path = WinPhone81_VS2013; + name = Products; sourceTree = ""; }; - B3981AD429239F4000A82429 /* wayland-protocols */ = { + B31473BD2CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981AD529239F4000A82429 /* xdg-decoration-unstable-v1.xml */, - B3981AD629239F4000A82429 /* xdg-shell.xml */, - B3981AD729239F4000A82429 /* wayland.xml */, - B3981AD829239F4000A82429 /* keyboard-shortcuts-inhibit-unstable-v1.xml */, - B3981AD929239F4000A82429 /* xdg-shell-unstable-v6.xml */, - B3981ADA29239F4000A82429 /* org-kde-kwin-server-decoration-manager.xml */, - B3981ADB29239F4000A82429 /* relative-pointer-unstable-v1.xml */, - B3981ADC29239F4000A82429 /* pointer-constraints-unstable-v1.xml */, - ); - path = "wayland-protocols"; - sourceTree = ""; - }; - B3981ADF29239F4000A82429 /* test */ = { - isa = PBXGroup; - children = ( - B3981AE029239F4000A82429 /* testscale.c */, - B3981AE129239F4000A82429 /* testpower.c */, - B3981AE229239F4000A82429 /* testhaptic.c */, - B3981AE329239F4000A82429 /* testhotplug.c */, - B3981AE429239F4000A82429 /* testautomation_rwops.c */, - B3981AE529239F4000A82429 /* acinclude.m4 */, - B3981AE629239F4000A82429 /* testyuv_cvt.c */, - B3981AE729239F4000A82429 /* loopwavequeue.c */, - B3981AE829239F4000A82429 /* testplatform.c */, - B3981AE929239F4000A82429 /* testrelative.c */, - B3981AEA29239F4000A82429 /* testsem.c */, - B3981AEB29239F4000A82429 /* testerror.c */, - B3981AEC29239F4000A82429 /* testrendercopyex.c */, - B3981AED29239F4000A82429 /* testmessage.c */, - B3981AEE29239F4000A82429 /* testautomation_video.c */, - B3981AEF29239F4000A82429 /* sample.bmp */, - B3981AF029239F4000A82429 /* testautomation_syswm.c */, - B3981AF129239F4000A82429 /* configure.ac */, - B3981AF229239F4000A82429 /* testgles.c */, - B3981AF329239F4000A82429 /* testaudiohotplug.c */, - B3981AF429239F4000A82429 /* CMakeLists.txt */, - B3981AF529239F4000A82429 /* testautomation_timer.c */, - B3981AF629239F4000A82429 /* controllermap.c */, - B3981AF729239F4000A82429 /* testautomation_events.c */, - B3981AF829239F4000A82429 /* testautomation_mouse.c */, - B3981AF929239F4000A82429 /* configure */, - B3981AFA29239F4000A82429 /* testdropfile.c */, - B3981AFB29239F4000A82429 /* testyuv.c */, - B3981AFC29239F4000A82429 /* testautomation_hints.c */, - B3981AFD29239F4000A82429 /* testgles2_sdf_img_normal.bmp */, - B3981AFE29239F4000A82429 /* testgamecontroller.c */, - B3981AFF29239F4000A82429 /* testautomation_clipboard.c */, - B3981B0029239F4000A82429 /* loopwave.c */, - B3981B0129239F4000A82429 /* testgl2.c */, - B3981B0229239F4000A82429 /* testautomation_rect.c */, - B3981B0329239F4000A82429 /* testmultiaudio.c */, - B3981B0429239F4000A82429 /* testvulkan.c */, - B3981B0529239F4000A82429 /* button.bmp */, - B3981B0629239F4000A82429 /* testaudiocapture.c */, - B3981B0729239F4000A82429 /* testnativeos2.c */, - B3981B0829239F4000A82429 /* testintersections.c */, - B3981B0929239F4000A82429 /* axis.bmp */, - B3981B0A29239F4000A82429 /* testwm2.c */, - B3981B0B29239F4000A82429 /* testver.c */, - B3981B0C29239F4000A82429 /* testsensor.c */, - B3981B0D29239F4000A82429 /* testshape.c */, - B3981B0E29239F4000A82429 /* shapes */, - B3981B3F29239F4000A82429 /* testshader.c */, - B3981B4029239F4000A82429 /* testdisplayinfo.c */, - B3981B4129239F4000A82429 /* utf8.txt */, - B3981B4229239F4000A82429 /* checkkeys.c */, - B3981B4329239F4000A82429 /* picture.xbm */, - B3981B4429239F4000A82429 /* testlocale.c */, - B3981B4529239F4000A82429 /* testautomation_stdlib.c */, - B3981B4629239F4000A82429 /* testnative.c */, - B3981B4729239F4000A82429 /* README */, - B3981B4829239F4000A82429 /* testloadso.c */, - B3981B4929239F4000A82429 /* testfile.c */, - B3981B4A29239F4000A82429 /* Makefile.os2 */, - B3981B4B29239F4000A82429 /* testiconv.c */, - B3981B4C29239F4000A82429 /* testspriteminimal.c */, - B3981B4D29239F4000A82429 /* testautomation_surface.c */, - B3981B4E29239F4000A82429 /* testyuv_cvt.h */, - B3981B4F29239F4000A82429 /* COPYING */, - B3981B5029239F4000A82429 /* gcc-fat.sh */, - B3981B5129239F4000A82429 /* testautomation_render.c */, - B3981B5229239F4000A82429 /* testtimer.c */, - B3981B5329239F4000A82429 /* testurl.c */, - B3981B5429239F4000A82429 /* testnativecocoa.m */, - B3981B5529239F4000A82429 /* emscripten */, - B3981B5729239F4000A82429 /* testautomation.c */, - B3981B5829239F4000A82429 /* testautomation_suites.h */, - B3981B5929239F4000A82429 /* testgesture.c */, - B3981B5A29239F4000A82429 /* testlock.c */, - B3981B5B29239F4000A82429 /* torturethread.c */, - B3981B5C29239F4000A82429 /* testgles2_sdf_img_sdf.bmp */, - B3981B5D29239F4000A82429 /* testviewport.c */, - B3981B5E29239F4000A82429 /* nacl */, - B3981B6429239F4000A82429 /* testnativex11.c */, - B3981B6529239F4000A82429 /* testhittesting.c */, - B3981B6629239F4000A82429 /* testautomation_platform.c */, - B3981B6729239F4000A82429 /* relative_mode.markdown */, - B3981B6829239F4000A82429 /* testjoystick.c */, - B3981B6929239F4000A82429 /* testatomic.c */, - B3981B6A29239F4000A82429 /* teststreaming.c */, - B3981B6B29239F4000A82429 /* testrumble.c */, - B3981B6C29239F4000A82429 /* testautomation_sdltest.c */, - B3981B6D29239F4000A82429 /* testcustomcursor.c */, - B3981B6E29239F4000A82429 /* icon.bmp */, - B3981B6F29239F4000A82429 /* controllermap.bmp */, - B3981B7029239F4000A82429 /* testrendertarget.c */, - B3981B7129239F4000A82429 /* testaudioinfo.c */, - B3981B7229239F4000A82429 /* testyuv.bmp */, - B3981B7329239F4000A82429 /* testautomation_pixels.c */, - B3981B7429239F4000A82429 /* testnativew32.c */, - B3981B7529239F4000A82429 /* testkeys.c */, - B3981B7629239F4000A82429 /* testoffscreen.c */, - B3981B7729239F4000A82429 /* testautomation_main.c */, - B3981B7829239F4000A82429 /* testthread.c */, - B3981B7929239F4000A82429 /* controllermap_back.bmp */, - B3981B7A29239F4000A82429 /* testautomation_audio.c */, - B3981B7B29239F4000A82429 /* testevdev.c */, - B3981B7C29239F4000A82429 /* testautomation_keyboard.c */, - B3981B7D29239F4000A82429 /* Makefile.in */, - B3981B7E29239F4000A82429 /* testsprite2.c */, - B3981B7F29239F4000A82429 /* testnative.h */, - B3981B8029239F4000A82429 /* sample.wav */, - B3981B8129239F4000A82429 /* testfilesystem.c */, - B3981B8229239F4000A82429 /* testdraw2.c */, - B3981B8329239F4000A82429 /* testresample.c */, - B3981B8429239F4000A82429 /* testqsort.c */, - B3981B8529239F4000A82429 /* moose.dat */, - B3981B8629239F4000A82429 /* testgles2_sdf.c */, - B3981B8729239F4000A82429 /* testime.c */, - B3981B8829239F4000A82429 /* testbounds.c */, - B3981B8929239F4000A82429 /* autogen.sh */, - B3981B8A29239F4000A82429 /* testgles2.c */, - B3981B8B29239F4000A82429 /* testdrawchessboard.c */, - B3981B8C29239F4000A82429 /* testoverlay2.c */, - ); - path = test; - sourceTree = ""; - }; - B3981B0E29239F4000A82429 /* shapes */ = { - isa = PBXGroup; - children = ( - B3981B0F29239F4000A82429 /* trollface_24.bmp */, - B3981B1029239F4000A82429 /* p02_shape32alpha.bmp */, - B3981B1129239F4000A82429 /* p02_shape8.bmp */, - B3981B1229239F4000A82429 /* p06_shape24.bmp */, - B3981B1329239F4000A82429 /* p09_shape32alpha.bmp */, - B3981B1429239F4000A82429 /* p13_shape8.bmp */, - B3981B1529239F4000A82429 /* p13_shape24.bmp */, - B3981B1629239F4000A82429 /* p04_shape1.bmp */, - B3981B1729239F4000A82429 /* p16_shape24.bmp */, - B3981B1829239F4000A82429 /* p16_shape8.bmp */, - B3981B1929239F4000A82429 /* p07_shape8.bmp */, - B3981B1A29239F4000A82429 /* p03_shape24.bmp */, - B3981B1B29239F4000A82429 /* p06_shape32alpha.bmp */, - B3981B1C29239F4000A82429 /* p10_shape1.bmp */, - B3981B1D29239F4000A82429 /* trollface_32alpha.bmp */, - B3981B1E29239F4000A82429 /* p09_shape24.bmp */, - B3981B1F29239F4000A82429 /* p15_shape24.bmp */, - B3981B2029239F4000A82429 /* p11_shape8.bmp */, - B3981B2129239F4000A82429 /* p08_shape32alpha.bmp */, - B3981B2229239F4000A82429 /* p08_shape8.bmp */, - B3981B2329239F4000A82429 /* p13_shape32alpha.bmp */, - B3981B2429239F4000A82429 /* p10_shape24.bmp */, - B3981B2529239F4000A82429 /* p14_shape8.bmp */, - B3981B2629239F4000A82429 /* p05_shape8.bmp */, - B3981B2729239F4000A82429 /* p07_shape32alpha.bmp */, - B3981B2829239F4000A82429 /* p02_shape24.bmp */, - B3981B2929239F4000A82429 /* p06_shape8.bmp */, - B3981B2A29239F4000A82429 /* p04_shape32alpha.bmp */, - B3981B2B29239F4000A82429 /* p12_shape24.bmp */, - B3981B2C29239F4000A82429 /* p03_shape8.bmp */, - B3981B2D29239F4000A82429 /* p07_shape24.bmp */, - B3981B2E29239F4000A82429 /* p12_shape8.bmp */, - B3981B2F29239F4000A82429 /* p10_shape32alpha.bmp */, - B3981B3029239F4000A82429 /* p09_shape8.bmp */, - B3981B3129239F4000A82429 /* p04_shape24.bmp */, - B3981B3229239F4000A82429 /* p15_shape8.bmp */, - B3981B3329239F4000A82429 /* p15_shape32alpha.bmp */, - B3981B3429239F4000A82429 /* p04_shape8.bmp */, - B3981B3529239F4000A82429 /* p01_shape32alpha.bmp */, - B3981B3629239F4000A82429 /* p11_shape24.bmp */, - B3981B3729239F4000A82429 /* p01_shape8.bmp */, - B3981B3829239F4000A82429 /* p14_shape24.bmp */, - B3981B3929239F4000A82429 /* p16_shape1.bmp */, - B3981B3A29239F4000A82429 /* p08_shape24.bmp */, - B3981B3B29239F4000A82429 /* p06_shape1alpha.bmp */, - B3981B3C29239F4000A82429 /* p11_shape32alpha.bmp */, - B3981B3D29239F4000A82429 /* p10_shape8.bmp */, - B3981B3E29239F4000A82429 /* p01_shape24.bmp */, - ); - path = shapes; - sourceTree = ""; - }; - B3981B5529239F4000A82429 /* emscripten */ = { - isa = PBXGroup; - children = ( - B3981B5629239F4000A82429 /* joystick-pre.js */, - ); - path = emscripten; - sourceTree = ""; - }; - B3981B5E29239F4000A82429 /* nacl */ = { - isa = PBXGroup; - children = ( - B3981B5F29239F4000A82429 /* index.html */, - B3981B6029239F4000A82429 /* background.js */, - B3981B6129239F4000A82429 /* Makefile */, - B3981B6229239F4000A82429 /* manifest.json */, - B3981B6329239F4000A82429 /* common.js */, - ); - path = nacl; - sourceTree = ""; - }; - B3981B8D29239F4000A82429 /* debian */ = { - isa = PBXGroup; - children = ( - B3981B8E29239F4000A82429 /* compat */, - B3981B8F29239F4000A82429 /* changelog */, - B3981B9029239F4000A82429 /* sdl2-config.1 */, - B3981B9129239F4000A82429 /* source */, - B3981B9329239F4000A82429 /* docs */, - B3981B9429239F4000A82429 /* rules */, - B3981B9529239F4000A82429 /* watch */, - B3981B9629239F4000A82429 /* copyright */, - B3981B9729239F4000A82429 /* libsdl2-dev.install */, - B3981B9829239F4000A82429 /* libsdl2-dev.manpages */, - B3981B9929239F4000A82429 /* control */, - B3981B9A29239F4000A82429 /* libsdl2.install */, - ); - path = debian; - sourceTree = ""; - }; - B3981B9129239F4000A82429 /* source */ = { - isa = PBXGroup; - children = ( - B3981B9229239F4000A82429 /* format */, - ); - path = source; - sourceTree = ""; - }; - B3981B9B29239F4000A82429 /* cmake */ = { - isa = PBXGroup; - children = ( - B3981B9C29239F4000A82429 /* sdlchecks.cmake */, - B3981B9D29239F4000A82429 /* macros.cmake */, - ); - path = cmake; - sourceTree = ""; - }; - B3981BA329239F4000A82429 /* acinclude */ = { - isa = PBXGroup; - children = ( - B3981BA429239F4000A82429 /* ltversion.m4 */, - B3981BA529239F4000A82429 /* ax_gcc_x86_cpuid.m4 */, - B3981BA629239F4000A82429 /* esd.m4 */, - B3981BA729239F4000A82429 /* pkg.m4 */, - B3981BA829239F4000A82429 /* libtool.m4 */, - B3981BA929239F4000A82429 /* ltoptions.m4 */, - B3981BAA29239F4000A82429 /* ac_check_define.m4 */, - B3981BAB29239F4000A82429 /* alsa.m4 */, - B3981BAC29239F4000A82429 /* ltsugar.m4 */, - B3981BAD29239F4000A82429 /* ax_check_compiler_flags.m4 */, - B3981BAE29239F4000A82429 /* ax_gcc_archflag.m4 */, - B3981BAF29239F4000A82429 /* lt~obsolete.m4 */, - ); - path = acinclude; - sourceTree = ""; - }; - B3981BB029239F4000A82429 /* include */ = { - isa = PBXGroup; - children = ( - B3981BB129239F4000A82429 /* SDL_misc.h */, - B3981BB229239F4000A82429 /* SDL_opengles2_gl2ext.h */, - B3981BB329239F4000A82429 /* SDL_test_random.h */, - B3981BB429239F4000A82429 /* SDL_power.h */, - B3981BB529239F4000A82429 /* SDL_revision.h */, - B3981BB629239F4000A82429 /* SDL_events.h */, - B3981BB729239F4000A82429 /* SDL_clipboard.h */, - B3981BB829239F4000A82429 /* SDL_haptic.h */, - B3981BB929239F4000A82429 /* SDL_test.h */, - B3981BBA29239F4000A82429 /* SDL_test_assert.h */, - B3981BBB29239F4000A82429 /* SDL_endian.h */, - B3981BBC29239F4000A82429 /* SDL_error.h */, - B3981BBD29239F4000A82429 /* begin_code.h */, - B3981BBE29239F4000A82429 /* SDL_types.h */, - B3981BBF29239F4000A82429 /* SDL_keycode.h */, - B3981BC029239F4000A82429 /* SDL_keyboard.h */, - B3981BC129239F4000A82429 /* SDL_config_psp.h */, - B3981BC229239F4000A82429 /* SDL_opengl_glext.h */, - B3981BC329239F4000A82429 /* SDL_config_pandora.h */, - B3981BC429239F4000A82429 /* SDL_test_crc32.h */, - B3981BC529239F4000A82429 /* SDL_test_font.h */, - B3981BC629239F4000A82429 /* SDL_test_log.h */, - B3981BC729239F4000A82429 /* SDL_egl.h */, - B3981BC829239F4000A82429 /* SDL_vulkan.h */, - B3981BC929239F4000A82429 /* SDL_test_memory.h */, - B3981BCA29239F4000A82429 /* SDL_main.h */, - B3981BCB29239F4000A82429 /* SDL_stdinc.h */, - B3981BCC29239F4000A82429 /* SDL_scancode.h */, - B3981BCD29239F4000A82429 /* SDL_quit.h */, - B3981BCE29239F4000A82429 /* SDL_config_android.h */, - B3981BCF29239F4000A82429 /* SDL_touch.h */, - B3981BD029239F4000A82429 /* SDL_opengles2.h */, - B3981BD129239F4000A82429 /* SDL_config_winrt.h */, - B3981BD229239F4000A82429 /* SDL_test_images.h */, - B3981BD329239F4000A82429 /* SDL_name.h */, - B3981BD429239F4000A82429 /* SDL_platform.h */, - B3981BD529239F4000A82429 /* SDL_shape.h */, - B3981BD629239F4000A82429 /* SDL_config_minimal.h */, - B3981BD729239F4000A82429 /* SDL_config.h.cmake */, - B3981BD829239F4000A82429 /* SDL_locale.h */, - B3981BD929239F4000A82429 /* SDL_loadso.h */, - B3981BDA29239F4000A82429 /* SDL_config_macosx.h */, - B3981BDB29239F4000A82429 /* SDL_test_common.h */, - B3981BDC29239F4000A82429 /* SDL_config.h */, - B3981BDD29239F4000A82429 /* SDL_audio.h */, - B3981BDE29239F4000A82429 /* SDL_sensor.h */, - B3981BDF29239F4000A82429 /* SDL_opengl.h */, - B3981BE029239F4000A82429 /* SDL_blendmode.h */, - B3981BE129239F4000A82429 /* SDL_gesture.h */, - B3981BE229239F4000A82429 /* SDL_test_fuzzer.h */, - B3981BE329239F4000A82429 /* SDL_config_iphoneos.h */, - B3981BE429239F4000A82429 /* SDL_opengles.h */, - B3981BE529239F4000A82429 /* SDL_system.h */, - B3981BE629239F4000A82429 /* SDL_hints.h */, - B3981BE729239F4000A82429 /* SDL_mouse.h */, - B3981BE829239F4000A82429 /* SDL_timer.h */, - B3981BE929239F4000A82429 /* SDL_surface.h */, - B3981BEA29239F4000A82429 /* SDL_atomic.h */, - B3981BEB29239F4000A82429 /* SDL_log.h */, - B3981BEC29239F4000A82429 /* SDL_rwops.h */, - B3981BED29239F4000A82429 /* SDL_render.h */, - B3981BEE29239F4000A82429 /* SDL_syswm.h */, - B3981BEF29239F4000A82429 /* SDL_bits.h */, - B3981BF029239F4000A82429 /* SDL_video.h */, - B3981BF129239F4000A82429 /* SDL_assert.h */, - B3981BF229239F4000A82429 /* SDL_version.h */, - B3981BF329239F4000A82429 /* SDL_gamecontroller.h */, - B3981BF429239F4000A82429 /* SDL_config_windows.h */, - B3981BF529239F4000A82429 /* SDL_copying.h */, - B3981BF629239F4000A82429 /* SDL_thread.h */, - B3981BF729239F4000A82429 /* SDL_test_harness.h */, - B3981BF829239F4000A82429 /* SDL_rect.h */, - B3981BF929239F4000A82429 /* SDL_metal.h */, - B3981BFA29239F4000A82429 /* SDL_mutex.h */, - B3981BFB29239F4000A82429 /* close_code.h */, - B3981BFC29239F4000A82429 /* SDL_config.h.in */, - B3981BFD29239F4000A82429 /* SDL_config_wiz.h */, - B3981BFE29239F4000A82429 /* SDL_joystick.h */, - B3981BFF29239F4000A82429 /* SDL.h */, - B3981C0029239F4000A82429 /* SDL_filesystem.h */, - B3981C0129239F4000A82429 /* SDL_messagebox.h */, - B3981C0229239F4000A82429 /* SDL_opengles2_gl2platform.h */, - B3981C0329239F4000A82429 /* SDL_opengles2_khrplatform.h */, - B3981C0429239F4000A82429 /* SDL_test_md5.h */, - B3981C0529239F4000A82429 /* SDL_config_os2.h */, - B3981C0629239F4000A82429 /* SDL_pixels.h */, - B3981C0729239F4000A82429 /* SDL_cpuinfo.h */, - B3981C0829239F4000A82429 /* SDL_test_compare.h */, - B3981C0929239F4000A82429 /* SDL_opengles2_gl2.h */, ); - path = include; + name = Products; sourceTree = ""; }; - B3981C0A29239F4000A82429 /* VisualC */ = { + B31473BF2CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C0B29239F4000A82429 /* SDLtest */, - B3981C0D29239F4000A82429 /* tests */, - B3981C3C29239F4000A82429 /* SDL */, - B3981C3F29239F4000A82429 /* clean.sh */, - B3981C4029239F4000A82429 /* SDLmain */, - B3981C4229239F4000A82429 /* SDL.sln */, - B3981C4329239F4000A82429 /* visualtest */, ); - path = VisualC; + name = Products; sourceTree = ""; }; - B3981C0B29239F4000A82429 /* SDLtest */ = { + B31473C12CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C0C29239F4000A82429 /* SDLtest.vcxproj */, ); - path = SDLtest; + name = Products; sourceTree = ""; }; - B3981C0D29239F4000A82429 /* tests */ = { + B31473C32CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C0E29239F4000A82429 /* testoverlay2 */, - B3981C1029239F4000A82429 /* testjoystick */, - B3981C1229239F4000A82429 /* testgamecontroller */, - B3981C1429239F4000A82429 /* testgesture */, - B3981C1629239F4000A82429 /* testdraw2 */, - B3981C1829239F4000A82429 /* testatomic */, - B3981C1A29239F4000A82429 /* loopwave */, - B3981C1C29239F4000A82429 /* testshape */, - B3981C1E29239F4000A82429 /* testplatform */, - B3981C2029239F4000A82429 /* testgles2 */, - B3981C2229239F4000A82429 /* testyuv */, - B3981C2429239F4000A82429 /* checkkeys */, - B3981C2629239F4000A82429 /* testpower */, - B3981C2829239F4000A82429 /* testrendertarget */, - B3981C2A29239F4000A82429 /* testscale */, - B3981C2C29239F4000A82429 /* testautomation */, - B3981C2E29239F4000A82429 /* testsprite2 */, - B3981C3029239F4000A82429 /* controllermap */, - B3981C3229239F4000A82429 /* testgl2 */, - B3981C3429239F4000A82429 /* testfile */, - B3981C3629239F4000A82429 /* testsensor */, - B3981C3829239F4000A82429 /* testvulkan */, - B3981C3A29239F4000A82429 /* testrumble */, ); - path = tests; + name = Products; sourceTree = ""; }; - B3981C0E29239F4000A82429 /* testoverlay2 */ = { + B31473C52CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C0F29239F4000A82429 /* testoverlay2.vcxproj */, ); - path = testoverlay2; + name = Products; sourceTree = ""; }; - B3981C1029239F4000A82429 /* testjoystick */ = { + B31473C72CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C1129239F4000A82429 /* testjoystick.vcxproj */, ); - path = testjoystick; + name = Products; sourceTree = ""; }; - B3981C1229239F4000A82429 /* testgamecontroller */ = { + B31473C92CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C1329239F4000A82429 /* testgamecontroller.vcxproj */, ); - path = testgamecontroller; + name = Products; sourceTree = ""; }; - B3981C1429239F4000A82429 /* testgesture */ = { + B31473CB2CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C1529239F4000A82429 /* testgesture.vcxproj */, ); - path = testgesture; + name = Products; sourceTree = ""; }; - B3981C1629239F4000A82429 /* testdraw2 */ = { + B31473CD2CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C1729239F4000A82429 /* testdraw2.vcxproj */, ); - path = testdraw2; + name = Products; sourceTree = ""; }; - B3981C1829239F4000A82429 /* testatomic */ = { + B31473CF2CFFF3EB009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C1929239F4000A82429 /* testatomic.vcxproj */, ); - path = testatomic; + name = Products; sourceTree = ""; }; - B3981C1A29239F4000A82429 /* loopwave */ = { + B31473D12CFFF3EC009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C1B29239F4000A82429 /* loopwave.vcxproj */, ); - path = loopwave; + name = Products; sourceTree = ""; }; - B3981C1C29239F4000A82429 /* testshape */ = { + B31473D32CFFF3EC009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C1D29239F4000A82429 /* testshape.vcxproj */, ); - path = testshape; + name = Products; sourceTree = ""; }; - B3981C1E29239F4000A82429 /* testplatform */ = { + B31473D52CFFF3EC009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C1F29239F4000A82429 /* testplatform.vcxproj */, ); - path = testplatform; + name = Products; sourceTree = ""; }; - B3981C2029239F4000A82429 /* testgles2 */ = { + B31473D72CFFF3EC009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C2129239F4000A82429 /* testgles2.vcxproj */, ); - path = testgles2; + name = Products; sourceTree = ""; }; - B3981C2229239F4000A82429 /* testyuv */ = { + B31473D92CFFF3EC009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C2329239F4000A82429 /* testyuv.vcxproj */, ); - path = testyuv; + name = Products; sourceTree = ""; }; - B3981C2429239F4000A82429 /* checkkeys */ = { + B31473DB2CFFF3EC009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C2529239F4000A82429 /* checkkeys.vcxproj */, ); - path = checkkeys; + name = Products; sourceTree = ""; }; - B3981C2629239F4000A82429 /* testpower */ = { + B31473DD2CFFF3EC009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C2729239F4000A82429 /* testpower.vcxproj */, ); - path = testpower; + name = Products; sourceTree = ""; }; - B3981C2829239F4000A82429 /* testrendertarget */ = { + B31473DF2CFFF3EC009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C2929239F4000A82429 /* testrendertarget.vcxproj */, ); - path = testrendertarget; + name = Products; sourceTree = ""; }; - B3981C2A29239F4000A82429 /* testscale */ = { + B31473E12CFFF3EC009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C2B29239F4000A82429 /* testscale.vcxproj */, ); - path = testscale; + name = Products; sourceTree = ""; }; - B3981C2C29239F4000A82429 /* testautomation */ = { + B31485842CFFE9EF009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C2D29239F4000A82429 /* testautomation.vcxproj */, ); - path = testautomation; + name = Products; sourceTree = ""; }; - B3981C2E29239F4000A82429 /* testsprite2 */ = { + B31485862CFFE9EF009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C2F29239F4000A82429 /* testsprite2.vcxproj */, ); - path = testsprite2; + name = Products; sourceTree = ""; }; - B3981C3029239F4000A82429 /* controllermap */ = { + B31485882CFFE9EF009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C3129239F4000A82429 /* controllermap.vcxproj */, ); - path = controllermap; + name = Products; sourceTree = ""; }; - B3981C3229239F4000A82429 /* testgl2 */ = { + B314858A2CFFE9EF009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C3329239F4000A82429 /* testgl2.vcxproj */, ); - path = testgl2; + name = Products; sourceTree = ""; }; - B3981C3429239F4000A82429 /* testfile */ = { + B314858C2CFFE9EF009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C3529239F4000A82429 /* testfile.vcxproj */, ); - path = testfile; + name = Products; sourceTree = ""; }; - B3981C3629239F4000A82429 /* testsensor */ = { + B314858E2CFFE9EF009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C3729239F4000A82429 /* testsensor.vcxproj */, ); - path = testsensor; + name = Products; sourceTree = ""; }; - B3981C3829239F4000A82429 /* testvulkan */ = { + B31485902CFFE9EF009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C3929239F4000A82429 /* testvulkan.vcxproj */, ); - path = testvulkan; + name = Products; sourceTree = ""; }; - B3981C3A29239F4000A82429 /* testrumble */ = { + B31485922CFFE9EF009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C3B29239F4000A82429 /* testrumble.vcxproj */, ); - path = testrumble; + name = Products; sourceTree = ""; }; - B3981C3C29239F4000A82429 /* SDL */ = { + B31485942CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C3D29239F4000A82429 /* SDL.vcxproj */, - B3981C3E29239F4000A82429 /* SDL.vcxproj.filters */, ); - path = SDL; + name = Products; sourceTree = ""; }; - B3981C4029239F4000A82429 /* SDLmain */ = { + B31485962CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C4129239F4000A82429 /* SDLmain.vcxproj */, ); - path = SDLmain; + name = Products; sourceTree = ""; }; - B3981C4329239F4000A82429 /* visualtest */ = { + B31485982CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C4429239F4000A82429 /* unittest */, - B3981C4729239F4000A82429 /* visualtest_VS2012.vcxproj */, ); - path = visualtest; + name = Products; sourceTree = ""; }; - B3981C4429239F4000A82429 /* unittest */ = { + B314859A2CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C4529239F4000A82429 /* testquit */, ); - path = unittest; + name = Products; sourceTree = ""; }; - B3981C4529239F4000A82429 /* testquit */ = { + B314859C2CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C4629239F4000A82429 /* testquit_VS2012.vcxproj */, ); - path = testquit; + name = Products; sourceTree = ""; }; - B3981C4D29239F4000A82429 /* docs */ = { + B314859E2CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C4E29239F4000A82429 /* README-raspberrypi.md */, - B3981C4F29239F4000A82429 /* README-gesture.md */, - B3981C5029239F4000A82429 /* README-macosx.md */, - B3981C5129239F4000A82429 /* README-platforms.md */, - B3981C5229239F4000A82429 /* README-ios.md */, - B3981C5329239F4000A82429 /* README-nacl.md */, - B3981C5429239F4000A82429 /* README-cmake.md */, - B3981C5529239F4000A82429 /* README-wince.md */, - B3981C5629239F4000A82429 /* README-psp.md */, - B3981C5729239F4000A82429 /* README-os2.md */, - B3981C5829239F4000A82429 /* README.md */, - B3981C5929239F4000A82429 /* README-touch.md */, - B3981C5A29239F4000A82429 /* README-android.md */, - B3981C5B29239F4000A82429 /* README-directfb.md */, - B3981C5C29239F4000A82429 /* README-hg.md */, - B3981C5D29239F4000A82429 /* README-emscripten.md */, - B3981C5E29239F4000A82429 /* README-pandora.md */, - B3981C5F29239F4000A82429 /* README-dynapi.md */, - B3981C6029239F4000A82429 /* doxyfile */, - B3981C6129239F4000A82429 /* README-porting.md */, - B3981C6229239F4000A82429 /* README-winrt.md */, - B3981C6329239F4000A82429 /* README-linux.md */, - B3981C6429239F4000A82429 /* README-windows.md */, ); - path = docs; + name = Products; sourceTree = ""; }; - B3981C6A29239F4000A82429 /* android-project-ant */ = { + B31485A02CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C6B29239F4000A82429 /* ant.properties */, - B3981C6C29239F4000A82429 /* build.properties */, - B3981C6D29239F4000A82429 /* res */, - B3981C7A29239F4000A82429 /* build.xml */, - B3981C7B29239F4000A82429 /* AndroidManifest.xml */, - B3981C7C29239F4000A82429 /* project.properties */, - B3981C7D29239F4000A82429 /* proguard-project.txt */, - B3981C7E29239F4000A82429 /* default.properties */, - B3981C7F29239F4000A82429 /* jni */, - B3981C8529239F4000A82429 /* src */, ); - path = "android-project-ant"; + name = Products; sourceTree = ""; }; - B3981C6D29239F4000A82429 /* res */ = { + B31485A22CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C6E29239F4000A82429 /* layout */, - B3981C7029239F4000A82429 /* values */, - B3981C7229239F4000A82429 /* drawable-xhdpi */, - B3981C7429239F4000A82429 /* drawable-xxhdpi */, - B3981C7629239F4000A82429 /* drawable-hdpi */, - B3981C7829239F4000A82429 /* drawable-mdpi */, ); - path = res; + name = Products; sourceTree = ""; }; - B3981C6E29239F4000A82429 /* layout */ = { + B31485A42CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C6F29239F4000A82429 /* main.xml */, ); - path = layout; + name = Products; sourceTree = ""; }; - B3981C7029239F4000A82429 /* values */ = { + B31485A62CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C7129239F4000A82429 /* strings.xml */, ); - path = values; + name = Products; sourceTree = ""; }; - B3981C7229239F4000A82429 /* drawable-xhdpi */ = { + B31485A82CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C7329239F4000A82429 /* ic_launcher.png */, ); - path = "drawable-xhdpi"; + name = Products; sourceTree = ""; }; - B3981C7429239F4000A82429 /* drawable-xxhdpi */ = { + B31485AA2CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C7529239F4000A82429 /* ic_launcher.png */, ); - path = "drawable-xxhdpi"; + name = Products; sourceTree = ""; }; - B3981C7629239F4000A82429 /* drawable-hdpi */ = { + B31485AC2CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C7729239F4000A82429 /* ic_launcher.png */, ); - path = "drawable-hdpi"; + name = Products; sourceTree = ""; }; - B3981C7829239F4000A82429 /* drawable-mdpi */ = { + B31485AE2CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C7929239F4000A82429 /* ic_launcher.png */, ); - path = "drawable-mdpi"; + name = Products; sourceTree = ""; }; - B3981C7F29239F4000A82429 /* jni */ = { + B31485B02CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C8029239F4000A82429 /* Android.mk */, - B3981C8129239F4000A82429 /* Application.mk */, - B3981C8229239F4000A82429 /* src */, ); - path = jni; + name = Products; sourceTree = ""; }; - B3981C8229239F4000A82429 /* src */ = { + B31485B22CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C8329239F4000A82429 /* Android.mk */, - B3981C8429239F4000A82429 /* Android_static.mk */, ); - path = src; + name = Products; sourceTree = ""; }; - B3981C8529239F4000A82429 /* src */ = { + B31485B42CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C8629239F4000A82429 /* org */, ); - path = src; + name = Products; sourceTree = ""; }; - B3981C8629239F4000A82429 /* org */ = { + B31485B62CFFE9F0009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C8729239F4000A82429 /* libsdl */, ); - path = org; + name = Products; sourceTree = ""; }; - B3981C8729239F4000A82429 /* libsdl */ = { + B314D3BC2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C8829239F4000A82429 /* app */, ); - path = libsdl; + name = Products; sourceTree = ""; }; - B3981C8829239F4000A82429 /* app */ = { + B314D3BE2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C8929239F4000A82429 /* SDLAudioManager.java */, - B3981C8A29239F4000A82429 /* SDLControllerManager.java */, - B3981C8B29239F4000A82429 /* HIDDevice.java */, - B3981C8C29239F4000A82429 /* HIDDeviceBLESteamController.java */, - B3981C8D29239F4000A82429 /* HIDDeviceUSB.java */, - B3981C8E29239F4000A82429 /* SDL.java */, - B3981C8F29239F4000A82429 /* SDLActivity.java */, - B3981C9029239F4000A82429 /* HIDDeviceManager.java */, ); - path = app; + name = Products; sourceTree = ""; }; - B3981C9629239F4000A82429 /* build-scripts */ = { + B314D3C02CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981C9729239F4000A82429 /* os2-buildbot.sh */, - B3981C9829239F4000A82429 /* windows-buildbot-zipper.bat */, - B3981C9929239F4000A82429 /* install-sh */, - B3981C9A29239F4000A82429 /* ltmain.sh */, - B3981C9B29239F4000A82429 /* checker-buildbot.sh */, - B3981C9C29239F4000A82429 /* naclbuild.sh */, - B3981C9D29239F4000A82429 /* update-copyright.sh */, - B3981C9E29239F4000A82429 /* raspberrypi-buildbot.sh */, - B3981C9F29239F4000A82429 /* androidbuildlibs.sh */, - B3981CA029239F4000A82429 /* g++-fat.sh */, - B3981CA129239F4000A82429 /* winrtbuild.ps1 */, - B3981CA229239F4000A82429 /* config.guess */, - B3981CA329239F4000A82429 /* winrtbuild.bat */, - B3981CA429239F4000A82429 /* showrev.sh */, - B3981CA529239F4000A82429 /* androidbuild.sh */, - B3981CA629239F4000A82429 /* config.sub */, - B3981CA729239F4000A82429 /* gcc-fat.sh */, - B3981CA829239F4000A82429 /* updaterev.sh */, - B3981CA929239F4000A82429 /* emscripten-buildbot.sh */, - B3981CAA29239F4000A82429 /* strip_fPIC.sh */, - B3981CAB29239F4000A82429 /* iosbuild.sh */, - B3981CAC29239F4000A82429 /* mkinstalldirs */, - B3981CAD29239F4000A82429 /* nacl-buildbot.sh */, ); - path = "build-scripts"; + name = Products; sourceTree = ""; }; - B3981CAE29239F4000A82429 /* visualtest */ = { + B314D3C22CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CAF29239F4000A82429 /* COPYING.txt */, - B3981CB029239F4000A82429 /* acinclude.m4 */, - B3981CB129239F4100A82429 /* unittest */, - B3981CB629239F4100A82429 /* install-sh */, - B3981CB729239F4100A82429 /* testsprite2_sample.actions */, - B3981CB829239F4100A82429 /* config.h */, - B3981CB929239F4100A82429 /* configure */, - B3981CBA29239F4100A82429 /* include */, - B3981CC729239F4100A82429 /* testsprite2_sample.config */, - B3981CC829239F4100A82429 /* stamp-h1 */, - B3981CC929239F4100A82429 /* config.h.in */, - B3981CCA29239F4100A82429 /* launch_harness.cmd */, - B3981CCB29239F4100A82429 /* depcomp */, - B3981CCC29239F4100A82429 /* docs */, - B3981CCE29239F4100A82429 /* missing */, - B3981CCF29239F4100A82429 /* configure.in */, - B3981CD029239F4100A82429 /* compile */, - B3981CD129239F4100A82429 /* configs */, - B3981CE229239F4100A82429 /* launch_harness.sh */, - B3981CE329239F4100A82429 /* README.txt */, - B3981CE429239F4100A82429 /* testsprite2_sample.parameters */, - B3981CE529239F4100A82429 /* Makefile.in */, - B3981CE629239F4100A82429 /* autogen.sh */, - B3981CE729239F4100A82429 /* src */, ); - path = visualtest; + name = Products; sourceTree = ""; }; - B3981CB129239F4100A82429 /* unittest */ = { + B314D3C42CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CB229239F4100A82429 /* testquit.actions */, - B3981CB329239F4100A82429 /* testquit.config */, - B3981CB429239F4100A82429 /* testquit.parameters */, - B3981CB529239F4100A82429 /* testquit.c */, ); - path = unittest; + name = Products; sourceTree = ""; }; - B3981CBA29239F4100A82429 /* include */ = { + B314D3C62CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CBB29239F4100A82429 /* SDL_visualtest_variators.h */, - B3981CBC29239F4100A82429 /* SDL_visualtest_action_configparser.h */, - B3981CBD29239F4100A82429 /* SDL_visualtest_screenshot.h */, - B3981CBE29239F4100A82429 /* SDL_visualtest_harness_argparser.h */, - B3981CBF29239F4100A82429 /* SDL_visualtest_rwhelper.h */, - B3981CC029239F4100A82429 /* SDL_visualtest_mischelper.h */, - B3981CC129239F4100A82429 /* SDL_visualtest_random_variator.h */, - B3981CC229239F4100A82429 /* SDL_visualtest_parsehelper.h */, - B3981CC329239F4100A82429 /* SDL_visualtest_exhaustive_variator.h */, - B3981CC429239F4100A82429 /* SDL_visualtest_process.h */, - B3981CC529239F4100A82429 /* SDL_visualtest_sut_configparser.h */, - B3981CC629239F4100A82429 /* SDL_visualtest_variator_common.h */, ); - path = include; + name = Products; sourceTree = ""; }; - B3981CCC29239F4100A82429 /* docs */ = { + B314D3C82CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CCD29239F4100A82429 /* Doxyfile */, ); - path = docs; + name = Products; sourceTree = ""; }; - B3981CD129239F4100A82429 /* configs */ = { + B314D3CA2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CD229239F4100A82429 /* testsprite2_geometry */, - B3981CD629239F4100A82429 /* testsprite2_crashtest */, - B3981CDA29239F4100A82429 /* testsprite2_blendmodes */, - B3981CDE29239F4100A82429 /* testsprite2_fullscreen */, ); - path = configs; + name = Products; sourceTree = ""; }; - B3981CD229239F4100A82429 /* testsprite2_geometry */ = { + B314D3CC2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CD329239F4100A82429 /* testsprite2_geometry.actions */, - B3981CD429239F4100A82429 /* testsprite2_geometry.config */, - B3981CD529239F4100A82429 /* testsprite2_geometry.parameters */, ); - path = testsprite2_geometry; + name = Products; sourceTree = ""; }; - B3981CD629239F4100A82429 /* testsprite2_crashtest */ = { + B314D3CE2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CD729239F4100A82429 /* testsprite2_crashtest.parameters */, - B3981CD829239F4100A82429 /* testsprite2_crashtest.config */, - B3981CD929239F4100A82429 /* testsprite2_crashtest.actions */, ); - path = testsprite2_crashtest; + name = Products; sourceTree = ""; }; - B3981CDA29239F4100A82429 /* testsprite2_blendmodes */ = { + B314D3D02CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CDB29239F4100A82429 /* testsprite2_blendmodes.actions */, - B3981CDC29239F4100A82429 /* testsprite2_blendmodes.config */, - B3981CDD29239F4100A82429 /* testsprite2_blendmodes.parameters */, ); - path = testsprite2_blendmodes; + name = Products; sourceTree = ""; }; - B3981CDE29239F4100A82429 /* testsprite2_fullscreen */ = { + B314D3D22CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CDF29239F4100A82429 /* testsprite2_fullscreen.parameters */, - B3981CE029239F4100A82429 /* testsprite2_fullscreen.config */, - B3981CE129239F4100A82429 /* testsprite2_fullscreen.actions */, ); - path = testsprite2_fullscreen; + name = Products; sourceTree = ""; }; - B3981CE729239F4100A82429 /* src */ = { + B314D3D42CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CE829239F4100A82429 /* variator_common.c */, - B3981CE929239F4100A82429 /* mischelper.c */, - B3981CEA29239F4100A82429 /* harness_argparser.c */, - B3981CEB29239F4100A82429 /* variator_random.c */, - B3981CEC29239F4100A82429 /* sut_configparser.c */, - B3981CED29239F4100A82429 /* parsehelper.c */, - B3981CEE29239F4100A82429 /* linux */, - B3981CF029239F4100A82429 /* screenshot.c */, - B3981CF129239F4100A82429 /* variator_exhaustive.c */, - B3981CF229239F4100A82429 /* action_configparser.c */, - B3981CF329239F4100A82429 /* windows */, - B3981CF629239F4100A82429 /* variators.c */, - B3981CF729239F4100A82429 /* testharness.c */, - B3981CF829239F4100A82429 /* rwhelper.c */, ); - path = src; + name = Products; sourceTree = ""; }; - B3981CEE29239F4100A82429 /* linux */ = { + B314D3D62CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CEF29239F4100A82429 /* linux_process.c */, ); - path = linux; + name = Products; sourceTree = ""; }; - B3981CF329239F4100A82429 /* windows */ = { + B314D3D82CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CF429239F4100A82429 /* windows_process.c */, - B3981CF529239F4100A82429 /* windows_screenshot.c */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3981CF929239F4100A82429 /* Xcode-iOS */ = { + B314D3DA2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CFA29239F4100A82429 /* Test */, - B3981D0229239F4100A82429 /* SDLtest */, - B3981D0629239F4100A82429 /* Template */, - B3981D1129239F4100A82429 /* Demos */, ); - path = "Xcode-iOS"; + name = Products; sourceTree = ""; }; - B3981CFA29239F4100A82429 /* Test */ = { + B314D3DC2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981CFB29239F4100A82429 /* README */, - B3981D0129239F4100A82429 /* Info.plist */, ); - path = Test; + name = Products; sourceTree = ""; }; - B3981D0229239F4100A82429 /* SDLtest */ = { + B314D3DE2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( ); - path = SDLtest; + name = Products; sourceTree = ""; }; - B3981D0629239F4100A82429 /* Template */ = { + B314D3E02CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981D0729239F4100A82429 /* SDL iOS Application */, ); - path = Template; + name = Products; sourceTree = ""; }; - B3981D0729239F4100A82429 /* SDL iOS Application */ = { + B314D3E22CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981D0829239F4100A82429 /* Icon.png */, - B3981D0929239F4100A82429 /* Default-568h@2x.png */, - B3981D0A29239F4100A82429 /* main.c */, - B3981D0F29239F4100A82429 /* Default.png */, - B3981D1029239F4100A82429 /* Info.plist */, ); - path = "SDL iOS Application"; + name = Products; sourceTree = ""; }; - B3981D1129239F4100A82429 /* Demos */ = { + B314D3E42CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981D1229239F4100A82429 /* Icon.png */, - B3981D1329239F4100A82429 /* iOS Launch Screen.storyboard */, - B3981D1429239F4100A82429 /* README */, - B3981D1529239F4100A82429 /* data */, - B3981D2229239F4100A82429 /* Default.png */, - B3981D2329239F4100A82429 /* Info.plist */, - B3981D2829239F4100A82429 /* src */, ); - path = Demos; + name = Products; sourceTree = ""; }; - B3981D1529239F4100A82429 /* data */ = { + B314D3E62CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981D1629239F4100A82429 /* drums */, - B3981D1B29239F4100A82429 /* bitmapfont */, - B3981D1E29239F4100A82429 /* stroke.bmp */, - B3981D1F29239F4100A82429 /* space.bmp */, - B3981D2029239F4100A82429 /* ship.bmp */, - B3981D2129239F4100A82429 /* icon.bmp */, ); - path = data; + name = Products; sourceTree = ""; }; - B3981D1629239F4100A82429 /* drums */ = { + B314D3E82CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981D1729239F4100A82429 /* ds_china.wav */, - B3981D1829239F4100A82429 /* ds_kick_big_amb.wav */, - B3981D1929239F4100A82429 /* ds_loose_skin_mute.wav */, - B3981D1A29239F4100A82429 /* ds_brush_snare.wav */, ); - path = drums; + name = Products; sourceTree = ""; }; - B3981D1B29239F4100A82429 /* bitmapfont */ = { + B314D3EA2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981D1C29239F4100A82429 /* kromasky_16x16.bmp */, - B3981D1D29239F4100A82429 /* license.txt */, ); - path = bitmapfont; + name = Products; sourceTree = ""; }; - B3981D2829239F4100A82429 /* src */ = { + B314D3EC2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981D2929239F4100A82429 /* fireworks.c */, - B3981D2A29239F4100A82429 /* common.c */, - B3981D2B29239F4100A82429 /* mixer.c */, - B3981D2C29239F4100A82429 /* keyboard.c */, - B3981D2D29239F4100A82429 /* happy.c */, - B3981D2E29239F4100A82429 /* rectangles.c */, - B3981D2F29239F4100A82429 /* common.h */, - B3981D3029239F4100A82429 /* touch.c */, - B3981D3129239F4100A82429 /* accelerometer.c */, ); - path = src; + name = Products; sourceTree = ""; }; - B3981D3329239F4100A82429 /* src */ = { + B314D3EE2CFFEB24009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981D3429239F4100A82429 /* SDL_error_c.h */, - B3981D3529239F4100A82429 /* power */, - B3981D4B29239F4100A82429 /* SDL_hints.c */, - B3981D4C29239F4100A82429 /* SDL_assert_c.h */, - B3981D4D29239F4100A82429 /* misc */, - B3981D6229239F4100A82429 /* libm */, - B3981D7929239F4100A82429 /* video */, - B3981F1429239F4200A82429 /* SDL_assert.c */, - B3981F1529239F4200A82429 /* locale */, - B3981F2829239F4200A82429 /* core */, - B3981F6729239F4200A82429 /* test */, - B3981F7829239F4200A82429 /* SDL_log.c */, - B3981F7929239F4200A82429 /* file */, - B3981F7E29239F4200A82429 /* timer */, - B3981F8D29239F4200A82429 /* render */, - B3981FC629239F4200A82429 /* SDL_dataqueue.c */, - B3981FC729239F4200A82429 /* filesystem */, - B3981FDC29239F4200A82429 /* atomic */, - B3981FDF29239F4200A82429 /* SDL.c */, - B3981FE029239F4200A82429 /* SDL_error.c */, - B3981FE129239F4200A82429 /* audio */, - B398203C29239F4200A82429 /* SDL_internal.h */, - B398203D29239F4200A82429 /* sensor */, - B398204D29239F4200A82429 /* hidapi */, - B39820A029239F4200A82429 /* stdlib */, - B39820A929239F4200A82429 /* haptic */, - B39820BE29239F4200A82429 /* dynapi */, - B39820C429239F4200A82429 /* joystick */, - B398210629239F4200A82429 /* SDL_hints_c.h */, - B398210729239F4200A82429 /* events */, - B398212229239F4300A82429 /* main */, - B398213829239F4300A82429 /* cpuinfo */, - B398213A29239F4300A82429 /* thread */, - B398216B29239F4300A82429 /* loadso */, - B398217429239F4300A82429 /* SDL_dataqueue.h */, ); - path = src; + name = Products; sourceTree = ""; }; - B3981D3529239F4100A82429 /* power */ = { + B314D84A2CFFEB67009FB8B3 /* Products */ = { isa = PBXGroup; children = ( - B3981D3629239F4100A82429 /* uikit */, - B3981D3929239F4100A82429 /* psp */, - B3981D3B29239F4100A82429 /* haiku */, - B3981D3D29239F4100A82429 /* SDL_power.c */, - B3981D3E29239F4100A82429 /* emscripten */, - B3981D4029239F4100A82429 /* macosx */, - B3981D4229239F4100A82429 /* linux */, - B3981D4429239F4100A82429 /* winrt */, - B3981D4629239F4100A82429 /* android */, - B3981D4829239F4100A82429 /* windows */, - B3981D4A29239F4100A82429 /* SDL_syspower.h */, + B31474CE2CFFF3EF009FB8B3 /* libflycast_libretro.a */, ); - path = power; + name = Products; sourceTree = ""; }; - B3981D3629239F4100A82429 /* uikit */ = { + B325E8BD2D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D3729239F4100A82429 /* SDL_syspower.m */, - B3981D3829239F4100A82429 /* SDL_syspower.h */, ); - path = uikit; + name = Products; sourceTree = ""; }; - B3981D3929239F4100A82429 /* psp */ = { + B325E8BF2D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D3A29239F4100A82429 /* SDL_syspower.c */, ); - path = psp; + name = Products; sourceTree = ""; }; - B3981D3B29239F4100A82429 /* haiku */ = { + B325E8C12D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D3C29239F4100A82429 /* SDL_syspower.c */, ); - path = haiku; + name = Products; sourceTree = ""; }; - B3981D3E29239F4100A82429 /* emscripten */ = { + B325E8C32D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D3F29239F4100A82429 /* SDL_syspower.c */, ); - path = emscripten; + name = Products; sourceTree = ""; }; - B3981D4029239F4100A82429 /* macosx */ = { + B325E8C52D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D4129239F4100A82429 /* SDL_syspower.c */, ); - path = macosx; + name = Products; sourceTree = ""; }; - B3981D4229239F4100A82429 /* linux */ = { + B325E8C72D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D4329239F4100A82429 /* SDL_syspower.c */, ); - path = linux; + name = Products; sourceTree = ""; }; - B3981D4429239F4100A82429 /* winrt */ = { + B325E8C92D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D4529239F4100A82429 /* SDL_syspower.cpp */, ); - path = winrt; + name = Products; sourceTree = ""; }; - B3981D4629239F4100A82429 /* android */ = { + B325E8CB2D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D4729239F4100A82429 /* SDL_syspower.c */, ); - path = android; + name = Products; sourceTree = ""; }; - B3981D4829239F4100A82429 /* windows */ = { + B325E8CD2D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D4929239F4100A82429 /* SDL_syspower.c */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3981D4D29239F4100A82429 /* misc */ = { + B325E8CF2D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D4E29239F4100A82429 /* dummy */, - B3981D5029239F4100A82429 /* SDL_url.c */, - B3981D5129239F4100A82429 /* SDL_sysurl.h */, - B3981D5229239F4100A82429 /* haiku */, - B3981D5429239F4100A82429 /* ios */, - B3981D5629239F4100A82429 /* unix */, - B3981D5829239F4100A82429 /* macosx */, - B3981D5A29239F4100A82429 /* winrt */, - B3981D5C29239F4100A82429 /* android */, - B3981D5E29239F4100A82429 /* windows */, - B3981D6029239F4100A82429 /* riscos */, ); - path = misc; + name = Products; sourceTree = ""; }; - B3981D4E29239F4100A82429 /* dummy */ = { + B325E8D12D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D4F29239F4100A82429 /* SDL_sysurl.c */, ); - path = dummy; + name = Products; sourceTree = ""; }; - B3981D5229239F4100A82429 /* haiku */ = { + B325E8D32D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D5329239F4100A82429 /* SDL_sysurl.cc */, ); - path = haiku; + name = Products; sourceTree = ""; }; - B3981D5429239F4100A82429 /* ios */ = { + B325E8D52D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D5529239F4100A82429 /* SDL_sysurl.m */, ); - path = ios; + name = Products; sourceTree = ""; }; - B3981D5629239F4100A82429 /* unix */ = { + B325E8D72D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D5729239F4100A82429 /* SDL_sysurl.c */, ); - path = unix; + name = Products; sourceTree = ""; }; - B3981D5829239F4100A82429 /* macosx */ = { + B325E8D92D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D5929239F4100A82429 /* SDL_sysurl.m */, ); - path = macosx; + name = Products; sourceTree = ""; }; - B3981D5A29239F4100A82429 /* winrt */ = { + B325E8DB2D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D5B29239F4100A82429 /* SDL_sysurl.cpp */, ); - path = winrt; + name = Products; sourceTree = ""; }; - B3981D5C29239F4100A82429 /* android */ = { + B325E8DD2D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D5D29239F4100A82429 /* SDL_sysurl.c */, ); - path = android; + name = Products; sourceTree = ""; }; - B3981D5E29239F4100A82429 /* windows */ = { + B325E8DF2D289A4300A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D5F29239F4100A82429 /* SDL_sysurl.c */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3981D6029239F4100A82429 /* riscos */ = { + B325E8E12D289A4400A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D6129239F4100A82429 /* SDL_sysurl.c */, ); - path = riscos; + name = Products; sourceTree = ""; }; - B3981D6229239F4100A82429 /* libm */ = { + B325E8E32D289A4400A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D6329239F4100A82429 /* s_sin.c */, - B3981D6429239F4100A82429 /* s_cos.c */, - B3981D6529239F4100A82429 /* s_copysign.c */, - B3981D6629239F4100A82429 /* s_fabs.c */, - B3981D6729239F4100A82429 /* k_rem_pio2.c */, - B3981D6829239F4100A82429 /* k_sin.c */, - B3981D6929239F4100A82429 /* s_atan.c */, - B3981D6A29239F4100A82429 /* k_cos.c */, - B3981D6B29239F4100A82429 /* s_scalbn.c */, - B3981D6C29239F4100A82429 /* math_private.h */, - B3981D6D29239F4100A82429 /* e_pow.c */, - B3981D6E29239F4100A82429 /* e_atan2.c */, - B3981D6F29239F4100A82429 /* s_tan.c */, - B3981D7029239F4100A82429 /* e_rem_pio2.c */, - B3981D7129239F4100A82429 /* e_fmod.c */, - B3981D7229239F4100A82429 /* e_exp.c */, - B3981D7329239F4100A82429 /* e_log10.c */, - B3981D7429239F4100A82429 /* e_log.c */, - B3981D7529239F4100A82429 /* e_sqrt.c */, - B3981D7629239F4100A82429 /* s_floor.c */, - B3981D7729239F4100A82429 /* math_libm.h */, - B3981D7829239F4100A82429 /* k_tan.c */, ); - path = libm; + name = Products; sourceTree = ""; }; - B3981D7929239F4100A82429 /* video */ = { + B325E8E52D289A4400A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981D7A29239F4100A82429 /* offscreen */, - B3981D8529239F4100A82429 /* vivante */, - B3981D8E29239F4100A82429 /* SDL_blit_slow.c */, - B3981D8F29239F4100A82429 /* SDL_stretch.c */, - B3981D9029239F4100A82429 /* SDL_egl_c.h */, - B3981D9129239F4100A82429 /* dummy */, - B3981D9829239F4100A82429 /* SDL_rect_c.h */, - B3981D9929239F4100A82429 /* os2 */, - B3981DA629239F4100A82429 /* SDL_shape_internals.h */, - B3981DA729239F4100A82429 /* SDL_video.c */, - B3981DA829239F4100A82429 /* qnx */, - B3981DAD29239F4100A82429 /* SDL_surface.c */, - B3981DAE29239F4100A82429 /* SDL_RLEaccel.c */, - B3981DAF29239F4100A82429 /* SDL_blit_copy.c */, - B3981DB029239F4100A82429 /* SDL_sysvideo.h */, - B3981DB129239F4100A82429 /* uikit */, - B3981DCD29239F4100A82429 /* SDL_rect.c */, - B3981DCE29239F4100A82429 /* raspberry */, - B3981DD729239F4100A82429 /* SDL_vulkan_internal.h */, - B3981DD829239F4100A82429 /* SDL_blit_auto.c */, - B3981DD929239F4100A82429 /* SDL_vulkan_utils.c */, - B3981DDA29239F4100A82429 /* sdlgenblit.pl */, - B3981DDB29239F4100A82429 /* SDL_blit_N.c */, - B3981DDC29239F4100A82429 /* psp */, - B3981DE529239F4100A82429 /* SDL_blit.c */, - B3981DE629239F4100A82429 /* SDL_pixels.c */, - B3981DE729239F4100A82429 /* haiku */, - B3981DFB29239F4100A82429 /* SDL_blit_0.c */, - B3981DFC29239F4100A82429 /* SDL_blit_slow.h */, - B3981DFD29239F4100A82429 /* SDL_blit_A.c */, - B3981DFE29239F4100A82429 /* wayland */, - B3981E1429239F4100A82429 /* SDL_clipboard.c */, - B3981E1529239F4100A82429 /* SDL_yuv.c */, - B3981E1629239F4100A82429 /* cocoa */, - B3981E3329239F4100A82429 /* emscripten */, - B3981E3E29239F4100A82429 /* pandora */, - B3981E4329239F4100A82429 /* kmsdrm */, - B3981E5129239F4100A82429 /* SDL_egl.c */, - B3981E5229239F4100A82429 /* winrt */, - B3981E6129239F4100A82429 /* android */, - B3981E7629239F4100A82429 /* nacl */, - B3981E8029239F4100A82429 /* directfb */, - B3981E9729239F4100A82429 /* SDL_blit_1.c */, - B3981E9829239F4100A82429 /* x11 */, - B3981EBE29239F4200A82429 /* khronos */, - B3981EDF29239F4200A82429 /* SDL_blit_auto.h */, - B3981EE029239F4200A82429 /* SDL_pixels_c.h */, - B3981EE129239F4200A82429 /* arm */, - B3981EE729239F4200A82429 /* windows */, - B3981F0629239F4200A82429 /* SDL_blit_copy.h */, - B3981F0729239F4200A82429 /* SDL_RLEaccel_c.h */, - B3981F0829239F4200A82429 /* SDL_fillrect.c */, - B3981F0929239F4200A82429 /* SDL_shape.c */, - B3981F0A29239F4200A82429 /* SDL_yuv_c.h */, - B3981F0B29239F4200A82429 /* SDL_blit.h */, - B3981F0C29239F4200A82429 /* yuv2rgb */, - B3981F1329239F4200A82429 /* SDL_bmp.c */, - ); - path = video; - sourceTree = ""; - }; - B3981D7A29239F4100A82429 /* offscreen */ = { - isa = PBXGroup; - children = ( - B3981D7B29239F4100A82429 /* SDL_offscreenopengl.c */, - B3981D7C29239F4100A82429 /* SDL_offscreenevents_c.h */, - B3981D7D29239F4100A82429 /* SDL_offscreenwindow.c */, - B3981D7E29239F4100A82429 /* SDL_offscreenevents.c */, - B3981D7F29239F4100A82429 /* SDL_offscreenvideo.h */, - B3981D8029239F4100A82429 /* SDL_offscreenframebuffer.c */, - B3981D8129239F4100A82429 /* SDL_offscreenopengl.h */, - B3981D8229239F4100A82429 /* SDL_offscreenframebuffer_c.h */, - B3981D8329239F4100A82429 /* SDL_offscreenwindow.h */, - B3981D8429239F4100A82429 /* SDL_offscreenvideo.c */, - ); - path = offscreen; - sourceTree = ""; - }; - B3981D8529239F4100A82429 /* vivante */ = { - isa = PBXGroup; - children = ( - B3981D8629239F4100A82429 /* SDL_vivantevulkan.h */, - B3981D8729239F4100A82429 /* SDL_vivanteplatform.h */, - B3981D8829239F4100A82429 /* SDL_vivantevideo.c */, - B3981D8929239F4100A82429 /* SDL_vivanteopengles.c */, - B3981D8A29239F4100A82429 /* SDL_vivantevulkan.c */, - B3981D8B29239F4100A82429 /* SDL_vivanteplatform.c */, - B3981D8C29239F4100A82429 /* SDL_vivanteopengles.h */, - B3981D8D29239F4100A82429 /* SDL_vivantevideo.h */, - ); - path = vivante; - sourceTree = ""; - }; - B3981D9129239F4100A82429 /* dummy */ = { - isa = PBXGroup; - children = ( - B3981D9229239F4100A82429 /* SDL_nullframebuffer.c */, - B3981D9329239F4100A82429 /* SDL_nullframebuffer_c.h */, - B3981D9429239F4100A82429 /* SDL_nullvideo.c */, - B3981D9529239F4100A82429 /* SDL_nullevents.c */, - B3981D9629239F4100A82429 /* SDL_nullvideo.h */, - B3981D9729239F4100A82429 /* SDL_nullevents_c.h */, - ); - path = dummy; - sourceTree = ""; - }; - B3981D9929239F4100A82429 /* os2 */ = { - isa = PBXGroup; - children = ( - B3981D9A29239F4100A82429 /* SDL_os2util.c */, - B3981D9B29239F4100A82429 /* SDL_os2vman.c */, - B3981D9C29239F4100A82429 /* SDL_os2messagebox.c */, - B3981D9D29239F4100A82429 /* my_gradd.h */, - B3981D9E29239F4100A82429 /* SDL_os2video.h */, - B3981D9F29239F4100A82429 /* SDL_os2mouse.h */, - B3981DA029239F4100A82429 /* SDL_os2output.h */, - B3981DA129239F4100A82429 /* SDL_os2util.h */, - B3981DA229239F4100A82429 /* SDL_os2messagebox.h */, - B3981DA329239F4100A82429 /* SDL_os2video.c */, - B3981DA429239F4100A82429 /* SDL_os2mouse.c */, - B3981DA529239F4100A82429 /* SDL_os2dive.c */, - ); - path = os2; - sourceTree = ""; - }; - B3981DA829239F4100A82429 /* qnx */ = { - isa = PBXGroup; - children = ( - B3981DA929239F4100A82429 /* gl.c */, - B3981DAA29239F4100A82429 /* sdl_qnx.h */, - B3981DAB29239F4100A82429 /* video.c */, - B3981DAC29239F4100A82429 /* keyboard.c */, ); - path = qnx; + name = Products; sourceTree = ""; }; - B3981DB129239F4100A82429 /* uikit */ = { + B325E8E72D289A4400A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981DB229239F4100A82429 /* SDL_uikitview.h */, - B3981DB329239F4100A82429 /* SDL_uikitwindow.m */, - B3981DB429239F4100A82429 /* SDL_uikitmessagebox.m */, - B3981DB529239F4100A82429 /* SDL_uikitevents.m */, - B3981DB629239F4100A82429 /* SDL_uikitmetalview.h */, - B3981DB729239F4100A82429 /* SDL_uikitappdelegate.m */, - B3981DB829239F4100A82429 /* SDL_uikitmodes.h */, - B3981DB929239F4100A82429 /* SDL_uikitopenglview.m */, - B3981DBA29239F4100A82429 /* SDL_uikitclipboard.h */, - B3981DBB29239F4100A82429 /* SDL_uikitvideo.h */, - B3981DBC29239F4100A82429 /* SDL_uikitopengles.m */, - B3981DBD29239F4100A82429 /* SDL_uikitviewcontroller.h */, - B3981DBE29239F4100A82429 /* SDL_uikitvulkan.m */, - B3981DBF29239F4100A82429 /* SDL_uikitmessagebox.h */, - B3981DC029239F4100A82429 /* SDL_uikitwindow.h */, - B3981DC129239F4100A82429 /* keyinfotable.h */, - B3981DC229239F4100A82429 /* SDL_uikitview.m */, - B3981DC329239F4100A82429 /* SDL_uikitclipboard.m */, - B3981DC429239F4100A82429 /* SDL_uikitopenglview.h */, - B3981DC529239F4100A82429 /* SDL_uikitmodes.m */, - B3981DC629239F4100A82429 /* SDL_uikitevents.h */, - B3981DC729239F4100A82429 /* SDL_uikitmetalview.m */, - B3981DC829239F4100A82429 /* SDL_uikitappdelegate.h */, - B3981DC929239F4100A82429 /* SDL_uikitviewcontroller.m */, - B3981DCA29239F4100A82429 /* SDL_uikitopengles.h */, - B3981DCB29239F4100A82429 /* SDL_uikitvideo.m */, - B3981DCC29239F4100A82429 /* SDL_uikitvulkan.h */, ); - path = uikit; + name = Products; sourceTree = ""; }; - B3981DCE29239F4100A82429 /* raspberry */ = { + B325E8E92D289A4400A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981DCF29239F4100A82429 /* SDL_rpievents.c */, - B3981DD029239F4100A82429 /* SDL_rpiopengles.h */, - B3981DD129239F4100A82429 /* SDL_rpimouse.h */, - B3981DD229239F4100A82429 /* SDL_rpievents_c.h */, - B3981DD329239F4100A82429 /* SDL_rpivideo.h */, - B3981DD429239F4100A82429 /* SDL_rpiopengles.c */, - B3981DD529239F4100A82429 /* SDL_rpimouse.c */, - B3981DD629239F4100A82429 /* SDL_rpivideo.c */, - ); - path = raspberry; - sourceTree = ""; - }; - B3981DDC29239F4100A82429 /* psp */ = { - isa = PBXGroup; - children = ( - B3981DDD29239F4100A82429 /* SDL_pspvideo.h */, - B3981DDE29239F4100A82429 /* SDL_pspevents_c.h */, - B3981DDF29239F4100A82429 /* SDL_pspgl.c */, - B3981DE029239F4100A82429 /* SDL_pspvideo.c */, - B3981DE129239F4100A82429 /* SDL_pspmouse.c */, - B3981DE229239F4100A82429 /* SDL_pspmouse_c.h */, - B3981DE329239F4100A82429 /* SDL_pspgl_c.h */, - B3981DE429239F4100A82429 /* SDL_pspevents.c */, - ); - path = psp; - sourceTree = ""; - }; - B3981DE729239F4100A82429 /* haiku */ = { - isa = PBXGroup; - children = ( - B3981DE829239F4100A82429 /* SDL_bopengl.h */, - B3981DE929239F4100A82429 /* SDL_bvideo.cc */, - B3981DEA29239F4100A82429 /* SDL_bmessagebox.cc */, - B3981DEB29239F4100A82429 /* SDL_bkeyboard.h */, - B3981DEC29239F4100A82429 /* SDL_bevents.cc */, - B3981DED29239F4100A82429 /* SDL_bkeyboard.cc */, - B3981DEE29239F4100A82429 /* SDL_bwindow.h */, - B3981DEF29239F4100A82429 /* SDL_bclipboard.cc */, - B3981DF029239F4100A82429 /* SDL_bmessagebox.h */, - B3981DF129239F4100A82429 /* SDL_bwindow.cc */, - B3981DF229239F4100A82429 /* SDL_bevents.h */, - B3981DF329239F4100A82429 /* SDL_bmodes.cc */, - B3981DF429239F4100A82429 /* SDL_bframebuffer.cc */, - B3981DF529239F4100A82429 /* SDL_bvideo.h */, - B3981DF629239F4100A82429 /* SDL_BWin.h */, - B3981DF729239F4100A82429 /* SDL_bframebuffer.h */, - B3981DF829239F4100A82429 /* SDL_bclipboard.h */, - B3981DF929239F4100A82429 /* SDL_bopengl.cc */, - B3981DFA29239F4100A82429 /* SDL_bmodes.h */, - ); - path = haiku; - sourceTree = ""; - }; - B3981DFE29239F4100A82429 /* wayland */ = { - isa = PBXGroup; - children = ( - B3981DFF29239F4100A82429 /* SDL_waylandclipboard.c */, - B3981E0029239F4100A82429 /* SDL_waylandwindow.h */, - B3981E0129239F4100A82429 /* SDL_waylandtouch.h */, - B3981E0229239F4100A82429 /* SDL_waylandsym.h */, - B3981E0329239F4100A82429 /* SDL_waylanddatamanager.c */, - B3981E0429239F4100A82429 /* SDL_waylandmouse.c */, - B3981E0529239F4100A82429 /* SDL_waylandopengles.c */, - B3981E0629239F4100A82429 /* SDL_waylanddyn.h */, - B3981E0729239F4100A82429 /* SDL_waylandvulkan.h */, - B3981E0829239F4100A82429 /* SDL_waylandvideo.c */, - B3981E0929239F4100A82429 /* SDL_waylandtouch.c */, - B3981E0A29239F4100A82429 /* SDL_waylandwindow.c */, - B3981E0B29239F4100A82429 /* SDL_waylandclipboard.h */, - B3981E0C29239F4100A82429 /* SDL_waylandevents.c */, - B3981E0D29239F4100A82429 /* SDL_waylandevents_c.h */, - B3981E0E29239F4100A82429 /* SDL_waylandmouse.h */, - B3981E0F29239F4100A82429 /* SDL_waylandopengles.h */, - B3981E1029239F4100A82429 /* SDL_waylanddatamanager.h */, - B3981E1129239F4100A82429 /* SDL_waylandvideo.h */, - B3981E1229239F4100A82429 /* SDL_waylandvulkan.c */, - B3981E1329239F4100A82429 /* SDL_waylanddyn.c */, - ); - path = wayland; - sourceTree = ""; - }; - B3981E1629239F4100A82429 /* cocoa */ = { - isa = PBXGroup; - children = ( - B3981E1729239F4100A82429 /* SDL_cocoashape.h */, - B3981E1829239F4100A82429 /* SDL_cocoaopengl.m */, - B3981E1929239F4100A82429 /* SDL_cocoakeyboard.h */, - B3981E1A29239F4100A82429 /* SDL_cocoamodes.m */, - B3981E1B29239F4100A82429 /* SDL_cocoaopengles.m */, - B3981E1C29239F4100A82429 /* SDL_cocoavulkan.m */, - B3981E1D29239F4100A82429 /* SDL_cocoawindow.m */, - B3981E1E29239F4100A82429 /* SDL_cocoavideo.m */, - B3981E1F29239F4100A82429 /* SDL_cocoametalview.h */, - B3981E2029239F4100A82429 /* SDL_cocoamouse.m */, - B3981E2129239F4100A82429 /* SDL_cocoamousetap.h */, - B3981E2229239F4100A82429 /* SDL_cocoaevents.m */, - B3981E2329239F4100A82429 /* SDL_cocoaclipboard.h */, - B3981E2429239F4100A82429 /* SDL_cocoamessagebox.m */, - B3981E2529239F4100A82429 /* SDL_cocoakeyboard.m */, - B3981E2629239F4100A82429 /* SDL_cocoaopengl.h */, - B3981E2729239F4100A82429 /* SDL_cocoashape.m */, - B3981E2829239F4100A82429 /* SDL_cocoavulkan.h */, - B3981E2929239F4100A82429 /* SDL_cocoaopengles.h */, - B3981E2A29239F4100A82429 /* SDL_cocoamodes.h */, - B3981E2B29239F4100A82429 /* SDL_cocoawindow.h */, - B3981E2C29239F4100A82429 /* SDL_cocoavideo.h */, - B3981E2D29239F4100A82429 /* SDL_cocoamessagebox.h */, - B3981E2E29239F4100A82429 /* SDL_cocoaclipboard.m */, - B3981E2F29239F4100A82429 /* SDL_cocoaevents.h */, - B3981E3029239F4100A82429 /* SDL_cocoamousetap.m */, - B3981E3129239F4100A82429 /* SDL_cocoamouse.h */, - B3981E3229239F4100A82429 /* SDL_cocoametalview.m */, - ); - path = cocoa; - sourceTree = ""; - }; - B3981E3329239F4100A82429 /* emscripten */ = { - isa = PBXGroup; - children = ( - B3981E3429239F4100A82429 /* SDL_emscriptenvideo.h */, - B3981E3529239F4100A82429 /* SDL_emscriptenevents.c */, - B3981E3629239F4100A82429 /* SDL_emscriptenmouse.h */, - B3981E3729239F4100A82429 /* SDL_emscriptenopengles.h */, - B3981E3829239F4100A82429 /* SDL_emscriptenframebuffer.c */, - B3981E3929239F4100A82429 /* SDL_emscriptenvideo.c */, - B3981E3A29239F4100A82429 /* SDL_emscriptenmouse.c */, - B3981E3B29239F4100A82429 /* SDL_emscriptenopengles.c */, - B3981E3C29239F4100A82429 /* SDL_emscriptenevents.h */, - B3981E3D29239F4100A82429 /* SDL_emscriptenframebuffer.h */, - ); - path = emscripten; - sourceTree = ""; - }; - B3981E3E29239F4100A82429 /* pandora */ = { - isa = PBXGroup; - children = ( - B3981E3F29239F4100A82429 /* SDL_pandora.h */, - B3981E4029239F4100A82429 /* SDL_pandora_events.h */, - B3981E4129239F4100A82429 /* SDL_pandora.c */, - B3981E4229239F4100A82429 /* SDL_pandora_events.c */, - ); - path = pandora; - sourceTree = ""; - }; - B3981E4329239F4100A82429 /* kmsdrm */ = { - isa = PBXGroup; - children = ( - B3981E4429239F4100A82429 /* SDL_kmsdrmvulkan.h */, - B3981E4529239F4100A82429 /* SDL_kmsdrmsym.h */, - B3981E4629239F4100A82429 /* SDL_kmsdrmmouse.h */, - B3981E4729239F4100A82429 /* SDL_kmsdrmdyn.h */, - B3981E4829239F4100A82429 /* SDL_kmsdrmevents.h */, - B3981E4929239F4100A82429 /* SDL_kmsdrmvideo.h */, - B3981E4A29239F4100A82429 /* SDL_kmsdrmopengles.c */, - B3981E4B29239F4100A82429 /* SDL_kmsdrmvulkan.c */, - B3981E4C29239F4100A82429 /* SDL_kmsdrmevents.c */, - B3981E4D29239F4100A82429 /* SDL_kmsdrmdyn.c */, - B3981E4E29239F4100A82429 /* SDL_kmsdrmmouse.c */, - B3981E4F29239F4100A82429 /* SDL_kmsdrmopengles.h */, - B3981E5029239F4100A82429 /* SDL_kmsdrmvideo.c */, - ); - path = kmsdrm; - sourceTree = ""; - }; - B3981E5229239F4100A82429 /* winrt */ = { - isa = PBXGroup; - children = ( - B3981E5329239F4100A82429 /* SDL_winrtopengles.h */, - B3981E5429239F4100A82429 /* SDL_winrtvideo_cpp.h */, - B3981E5529239F4100A82429 /* SDL_winrtpointerinput.cpp */, - B3981E5629239F4100A82429 /* SDL_winrtgamebar.cpp */, - B3981E5729239F4100A82429 /* SDL_winrtmouse.cpp */, - B3981E5829239F4100A82429 /* SDL_winrtmessagebox.cpp */, - B3981E5929239F4100A82429 /* SDL_winrtvideo.cpp */, - B3981E5A29239F4100A82429 /* SDL_winrtevents_c.h */, - B3981E5B29239F4100A82429 /* SDL_winrtopengles.cpp */, - B3981E5C29239F4100A82429 /* SDL_winrtmessagebox.h */, - B3981E5D29239F4100A82429 /* SDL_winrtgamebar_cpp.h */, - B3981E5E29239F4100A82429 /* SDL_winrtkeyboard.cpp */, - B3981E5F29239F4100A82429 /* SDL_winrtmouse_c.h */, - B3981E6029239F4100A82429 /* SDL_winrtevents.cpp */, - ); - path = winrt; - sourceTree = ""; - }; - B3981E6129239F4100A82429 /* android */ = { - isa = PBXGroup; - children = ( - B3981E6229239F4100A82429 /* SDL_androidvideo.c */, - B3981E6329239F4100A82429 /* SDL_androidmessagebox.c */, - B3981E6429239F4100A82429 /* SDL_androidclipboard.h */, - B3981E6529239F4100A82429 /* SDL_androidmouse.c */, - B3981E6629239F4100A82429 /* SDL_androidvulkan.c */, - B3981E6729239F4100A82429 /* SDL_androidgl.h */, - B3981E6829239F4100A82429 /* SDL_androidkeyboard.c */, - B3981E6929239F4100A82429 /* SDL_androidwindow.c */, - B3981E6A29239F4100A82429 /* SDL_androidevents.c */, - B3981E6B29239F4100A82429 /* SDL_androidtouch.h */, - B3981E6C29239F4100A82429 /* SDL_androidclipboard.c */, - B3981E6D29239F4100A82429 /* SDL_androidmessagebox.h */, - B3981E6E29239F4100A82429 /* SDL_androidvideo.h */, - B3981E6F29239F4100A82429 /* SDL_androidgl.c */, - B3981E7029239F4100A82429 /* SDL_androidmouse.h */, - B3981E7129239F4100A82429 /* SDL_androidvulkan.h */, - B3981E7229239F4100A82429 /* SDL_androidwindow.h */, - B3981E7329239F4100A82429 /* SDL_androidkeyboard.h */, - B3981E7429239F4100A82429 /* SDL_androidevents.h */, - B3981E7529239F4100A82429 /* SDL_androidtouch.c */, - ); - path = android; - sourceTree = ""; - }; - B3981E7629239F4100A82429 /* nacl */ = { - isa = PBXGroup; - children = ( - B3981E7729239F4100A82429 /* SDL_naclopengles.h */, - B3981E7829239F4100A82429 /* SDL_naclvideo.h */, - B3981E7929239F4100A82429 /* SDL_naclglue.c */, - B3981E7A29239F4100A82429 /* SDL_naclwindow.h */, - B3981E7B29239F4100A82429 /* SDL_naclevents_c.h */, - B3981E7C29239F4100A82429 /* SDL_naclopengles.c */, - B3981E7D29239F4100A82429 /* SDL_naclvideo.c */, - B3981E7E29239F4100A82429 /* SDL_naclwindow.c */, - B3981E7F29239F4100A82429 /* SDL_naclevents.c */, ); - path = nacl; + name = Products; sourceTree = ""; }; - B3981E8029239F4100A82429 /* directfb */ = { + B325E8EB2D289A4400A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981E8129239F4100A82429 /* SDL_DirectFB_opengl.h */, - B3981E8229239F4100A82429 /* SDL_DirectFB_modes.h */, - B3981E8329239F4100A82429 /* SDL_DirectFB_WM.h */, - B3981E8429239F4100A82429 /* SDL_DirectFB_vulkan.h */, - B3981E8529239F4100A82429 /* SDL_DirectFB_dyn.h */, - B3981E8629239F4100A82429 /* SDL_DirectFB_shape.c */, - B3981E8729239F4100A82429 /* SDL_DirectFB_window.h */, - B3981E8829239F4100A82429 /* SDL_DirectFB_mouse.h */, - B3981E8929239F4100A82429 /* SDL_DirectFB_render.c */, - B3981E8A29239F4100A82429 /* SDL_DirectFB_events.h */, - B3981E8B29239F4100A82429 /* SDL_DirectFB_video.h */, - B3981E8C29239F4100A82429 /* SDL_DirectFB_modes.c */, - B3981E8D29239F4100A82429 /* SDL_DirectFB_opengl.c */, - B3981E8E29239F4100A82429 /* SDL_DirectFB_shape.h */, - B3981E8F29239F4100A82429 /* SDL_DirectFB_dyn.c */, - B3981E9029239F4100A82429 /* SDL_DirectFB_vulkan.c */, - B3981E9129239F4100A82429 /* SDL_DirectFB_WM.c */, - B3981E9229239F4100A82429 /* SDL_DirectFB_render.h */, - B3981E9329239F4100A82429 /* SDL_DirectFB_mouse.c */, - B3981E9429239F4100A82429 /* SDL_DirectFB_window.c */, - B3981E9529239F4100A82429 /* SDL_DirectFB_video.c */, - B3981E9629239F4100A82429 /* SDL_DirectFB_events.c */, ); - path = directfb; + name = Products; sourceTree = ""; }; - B3981E9829239F4100A82429 /* x11 */ = { + B325E8ED2D289A4400A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981E9929239F4100A82429 /* SDL_x11touch.h */, - B3981E9A29239F4100A82429 /* SDL_x11messagebox.h */, - B3981E9B29239F4100A82429 /* SDL_x11modes.c */, - B3981E9C29239F4100A82429 /* SDL_x11opengl.c */, - B3981E9D29239F4100A82429 /* SDL_x11vulkan.c */, - B3981E9E29239F4100A82429 /* SDL_x11shape.h */, - B3981E9F29239F4100A82429 /* SDL_x11xinput2.c */, - B3981EA029239F4100A82429 /* SDL_x11opengles.h */, - B3981EA129239F4100A82429 /* SDL_x11mouse.c */, - B3981EA229239F4100A82429 /* SDL_x11dyn.c */, - B3981EA329239F4100A82429 /* SDL_x11framebuffer.c */, - B3981EA429239F4100A82429 /* SDL_x11window.c */, - B3981EA529239F4100A82429 /* SDL_x11video.c */, - B3981EA629239F4100A82429 /* imKStoUCS.c */, - B3981EA729239F4100A82429 /* SDL_x11events.c */, - B3981EA829239F4100A82429 /* SDL_x11clipboard.c */, - B3981EA929239F4100A82429 /* SDL_x11keyboard.c */, - B3981EAA29239F4100A82429 /* SDL_x11sym.h */, - B3981EAB29239F4100A82429 /* SDL_x11opengl.h */, - B3981EAC29239F4100A82429 /* SDL_x11modes.h */, - B3981EAD29239F4100A82429 /* SDL_x11messagebox.c */, - B3981EAE29239F4100A82429 /* SDL_x11touch.c */, - B3981EAF29239F4100A82429 /* edid-parse.c */, - B3981EB029239F4100A82429 /* SDL_x11xinput2.h */, - B3981EB129239F4100A82429 /* edid.h */, - B3981EB229239F4100A82429 /* SDL_x11vulkan.h */, - B3981EB329239F4100A82429 /* SDL_x11shape.c */, - B3981EB429239F4100A82429 /* SDL_x11window.h */, - B3981EB529239F4100A82429 /* SDL_x11framebuffer.h */, - B3981EB629239F4100A82429 /* SDL_x11dyn.h */, - B3981EB729239F4100A82429 /* SDL_x11mouse.h */, - B3981EB829239F4100A82429 /* SDL_x11opengles.c */, - B3981EB929239F4200A82429 /* SDL_x11keyboard.h */, - B3981EBA29239F4200A82429 /* SDL_x11clipboard.h */, - B3981EBB29239F4200A82429 /* SDL_x11events.h */, - B3981EBC29239F4200A82429 /* imKStoUCS.h */, - B3981EBD29239F4200A82429 /* SDL_x11video.h */, ); - path = x11; + name = Products; sourceTree = ""; }; - B3981EBE29239F4200A82429 /* khronos */ = { + B325E8EF2D289A4400A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981EBF29239F4200A82429 /* GLES2 */, - B3981EC329239F4200A82429 /* KHR */, - B3981EC529239F4200A82429 /* EGL */, - B3981EC929239F4200A82429 /* vulkan */, ); - path = khronos; - sourceTree = ""; - }; - B3981EBF29239F4200A82429 /* GLES2 */ = { - isa = PBXGroup; - children = ( - B3981EC029239F4200A82429 /* gl2ext.h */, - B3981EC129239F4200A82429 /* gl2.h */, - B3981EC229239F4200A82429 /* gl2platform.h */, - ); - path = GLES2; + name = Products; sourceTree = ""; }; - B3981EC329239F4200A82429 /* KHR */ = { + B325E8F12D289A4400A4AE4F /* Products */ = { isa = PBXGroup; children = ( - B3981EC429239F4200A82429 /* khrplatform.h */, ); - path = KHR; - sourceTree = ""; + name = Products; + sourceTree = ""; }; - B3981EC529239F4200A82429 /* EGL */ = { - isa = PBXGroup; + B325E8F32D289A4400A4AE4F /* Products */ = { + isa = PBXGroup; children = ( - B3981EC629239F4200A82429 /* egl.h */, - B3981EC729239F4200A82429 /* eglext.h */, - B3981EC829239F4200A82429 /* eglplatform.h */, ); - path = EGL; + name = Products; sourceTree = ""; }; - B3981EC929239F4200A82429 /* vulkan */ = { + B33947912D28843600AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981ECA29239F4200A82429 /* vk_layer.h */, - B3981ECB29239F4200A82429 /* vk_icd.h */, - B3981ECC29239F4200A82429 /* vulkan_vi.h */, - B3981ECD29239F4200A82429 /* vulkan.h */, - B3981ECE29239F4200A82429 /* vk_platform.h */, - B3981ECF29239F4200A82429 /* vulkan.hpp */, - B3981ED029239F4200A82429 /* vulkan_fuchsia.h */, - B3981ED129239F4200A82429 /* vulkan_wayland.h */, - B3981ED229239F4200A82429 /* vulkan_win32.h */, - B3981ED329239F4200A82429 /* vulkan_macos.h */, - B3981ED429239F4200A82429 /* vulkan_xlib_xrandr.h */, - B3981ED529239F4200A82429 /* vulkan_xcb.h */, - B3981ED629239F4200A82429 /* vulkan_ggp.h */, - B3981ED729239F4200A82429 /* vulkan_xlib.h */, - B3981ED829239F4200A82429 /* vulkan_directfb.h */, - B3981ED929239F4200A82429 /* vulkan_ios.h */, - B3981EDA29239F4200A82429 /* vulkan_core.h */, - B3981EDB29239F4200A82429 /* vk_sdk_platform.h */, - B3981EDC29239F4200A82429 /* vulkan_android.h */, - B3981EDD29239F4200A82429 /* vulkan_metal.h */, - B3981EDE29239F4200A82429 /* vulkan_beta.h */, ); - path = vulkan; + name = Products; sourceTree = ""; }; - B3981EE129239F4200A82429 /* arm */ = { + B33947932D28843600AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981EE229239F4200A82429 /* pixman-arm-neon-asm.h */, - B3981EE329239F4200A82429 /* pixman-arm-neon-asm.S */, - B3981EE429239F4200A82429 /* pixman-arm-asm.h */, - B3981EE529239F4200A82429 /* pixman-arm-simd-asm.S */, - B3981EE629239F4200A82429 /* pixman-arm-simd-asm.h */, ); - path = arm; + name = Products; sourceTree = ""; }; - B3981EE729239F4200A82429 /* windows */ = { + B33947952D28843600AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981EE829239F4200A82429 /* SDL_windowsmouse.c */, - B3981EE929239F4200A82429 /* SDL_windowsopengles.c */, - B3981EEA29239F4200A82429 /* SDL_windowsvulkan.c */, - B3981EEB29239F4200A82429 /* SDL_windowsopengl.c */, - B3981EEC29239F4200A82429 /* SDL_windowsvideo.c */, - B3981EED29239F4200A82429 /* SDL_windowskeyboard.h */, - B3981EEE29239F4200A82429 /* SDL_windowsframebuffer.c */, - B3981EEF29239F4200A82429 /* SDL_windowsmodes.c */, - B3981EF029239F4200A82429 /* SDL_windowsclipboard.c */, - B3981EF129239F4200A82429 /* SDL_windowstaskdialog.h */, - B3981EF229239F4200A82429 /* SDL_windowsmessagebox.h */, - B3981EF329239F4200A82429 /* SDL_windowsevents.c */, - B3981EF429239F4200A82429 /* SDL_vkeys.h */, - B3981EF529239F4200A82429 /* SDL_windowsshape.h */, - B3981EF629239F4200A82429 /* SDL_windowswindow.c */, - B3981EF729239F4200A82429 /* wmmsg.h */, - B3981EF829239F4200A82429 /* SDL_windowsopengles.h */, - B3981EF929239F4200A82429 /* SDL_windowsvulkan.h */, - B3981EFA29239F4200A82429 /* SDL_msctf.h */, - B3981EFB29239F4200A82429 /* SDL_windowsmouse.h */, - B3981EFC29239F4200A82429 /* SDL_windowsframebuffer.h */, - B3981EFD29239F4200A82429 /* SDL_windowskeyboard.c */, - B3981EFE29239F4200A82429 /* SDL_windowsvideo.h */, - B3981EFF29239F4200A82429 /* SDL_windowsopengl.h */, - B3981F0029239F4200A82429 /* SDL_windowsevents.h */, - B3981F0129239F4200A82429 /* SDL_windowsmessagebox.c */, - B3981F0229239F4200A82429 /* SDL_windowsclipboard.h */, - B3981F0329239F4200A82429 /* SDL_windowsmodes.h */, - B3981F0429239F4200A82429 /* SDL_windowswindow.h */, - B3981F0529239F4200A82429 /* SDL_windowsshape.c */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3981F0C29239F4200A82429 /* yuv2rgb */ = { + B33947972D28843600AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F0D29239F4200A82429 /* LICENSE */, - B3981F0E29239F4200A82429 /* yuv_rgb.c */, - B3981F0F29239F4200A82429 /* README.md */, - B3981F1029239F4200A82429 /* yuv_rgb_sse_func.h */, - B3981F1129239F4200A82429 /* yuv_rgb_std_func.h */, - B3981F1229239F4200A82429 /* yuv_rgb.h */, ); - path = yuv2rgb; + name = Products; sourceTree = ""; }; - B3981F1529239F4200A82429 /* locale */ = { + B33947992D28843600AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F1629239F4200A82429 /* dummy */, - B3981F1829239F4200A82429 /* haiku */, - B3981F1A29239F4200A82429 /* unix */, - B3981F1C29239F4200A82429 /* emscripten */, - B3981F1E29239F4200A82429 /* macosx */, - B3981F2029239F4200A82429 /* winrt */, - B3981F2229239F4200A82429 /* android */, - B3981F2429239F4200A82429 /* SDL_syslocale.h */, - B3981F2529239F4200A82429 /* windows */, - B3981F2729239F4200A82429 /* SDL_locale.c */, ); - path = locale; + name = Products; sourceTree = ""; }; - B3981F1629239F4200A82429 /* dummy */ = { + B339479B2D28843600AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F1729239F4200A82429 /* SDL_syslocale.c */, ); - path = dummy; + name = Products; sourceTree = ""; }; - B3981F1829239F4200A82429 /* haiku */ = { + B339479D2D28843600AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F1929239F4200A82429 /* SDL_syslocale.cc */, ); - path = haiku; + name = Products; sourceTree = ""; }; - B3981F1A29239F4200A82429 /* unix */ = { + B339479F2D28843600AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F1B29239F4200A82429 /* SDL_syslocale.c */, ); - path = unix; + name = Products; sourceTree = ""; }; - B3981F1C29239F4200A82429 /* emscripten */ = { + B33947A12D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F1D29239F4200A82429 /* SDL_syslocale.c */, ); - path = emscripten; + name = Products; sourceTree = ""; }; - B3981F1E29239F4200A82429 /* macosx */ = { + B33947A32D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F1F29239F4200A82429 /* SDL_syslocale.m */, ); - path = macosx; + name = Products; sourceTree = ""; }; - B3981F2029239F4200A82429 /* winrt */ = { + B33947A52D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F2129239F4200A82429 /* SDL_syslocale.c */, ); - path = winrt; + name = Products; sourceTree = ""; }; - B3981F2229239F4200A82429 /* android */ = { + B33947A72D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F2329239F4200A82429 /* SDL_syslocale.c */, ); - path = android; + name = Products; sourceTree = ""; }; - B3981F2529239F4200A82429 /* windows */ = { + B33947A92D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F2629239F4200A82429 /* SDL_syslocale.c */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3981F2829239F4200A82429 /* core */ = { + B33947AB2D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F2929239F4200A82429 /* os2 */, - B3981F3629239F4200A82429 /* freebsd */, - B3981F3929239F4200A82429 /* unix */, - B3981F3C29239F4200A82429 /* linux */, - B3981F5029239F4200A82429 /* winrt */, - B3981F5729239F4200A82429 /* android */, - B3981F5B29239F4200A82429 /* openbsd */, - B3981F5F29239F4200A82429 /* windows */, ); - path = core; + name = Products; sourceTree = ""; }; - B3981F2929239F4200A82429 /* os2 */ = { + B33947AD2D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F2A29239F4200A82429 /* geniconv */, - B3981F3429239F4200A82429 /* SDL_os2.h */, - B3981F3529239F4200A82429 /* SDL_os2.c */, ); - path = os2; + name = Products; sourceTree = ""; }; - B3981F2A29239F4200A82429 /* geniconv */ = { + B33947AF2D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F2B29239F4200A82429 /* geniconv.h */, - B3981F2C29239F4200A82429 /* makefile */, - B3981F2D29239F4200A82429 /* sys2utf8.c */, - B3981F2E29239F4200A82429 /* os2iconv.c */, - B3981F2F29239F4200A82429 /* os2cp.c */, - B3981F3029239F4200A82429 /* iconv.h */, - B3981F3129239F4200A82429 /* geniconv.c */, - B3981F3229239F4200A82429 /* test.c */, - B3981F3329239F4200A82429 /* os2cp.h */, ); - path = geniconv; + name = Products; sourceTree = ""; }; - B3981F3629239F4200A82429 /* freebsd */ = { + B33947B12D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F3729239F4200A82429 /* SDL_evdev_kbd_freebsd.c */, - B3981F3829239F4200A82429 /* SDL_evdev_kbd_default_keyaccmap.h */, ); - path = freebsd; + name = Products; sourceTree = ""; }; - B3981F3929239F4200A82429 /* unix */ = { + B33947B32D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F3A29239F4200A82429 /* SDL_poll.c */, - B3981F3B29239F4200A82429 /* SDL_poll.h */, ); - path = unix; + name = Products; sourceTree = ""; }; - B3981F3C29239F4200A82429 /* linux */ = { + B33947B52D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F3D29239F4200A82429 /* SDL_dbus.h */, - B3981F3E29239F4200A82429 /* SDL_threadprio.c */, - B3981F3F29239F4200A82429 /* SDL_ibus.h */, - B3981F4029239F4200A82429 /* SDL_evdev_kbd.h */, - B3981F4129239F4200A82429 /* SDL_evdev_capabilities.h */, - B3981F4229239F4200A82429 /* SDL_fcitx.c */, - B3981F4329239F4200A82429 /* SDL_evdev.c */, - B3981F4429239F4200A82429 /* SDL_ime.c */, - B3981F4529239F4200A82429 /* SDL_udev.c */, - B3981F4629239F4200A82429 /* SDL_evdev_kbd_default_accents.h */, - B3981F4729239F4200A82429 /* SDL_dbus.c */, - B3981F4829239F4200A82429 /* SDL_evdev_kbd_default_keymap.h */, - B3981F4929239F4200A82429 /* SDL_evdev_capabilities.c */, - B3981F4A29239F4200A82429 /* SDL_ibus.c */, - B3981F4B29239F4200A82429 /* SDL_evdev_kbd.c */, - B3981F4C29239F4200A82429 /* SDL_ime.h */, - B3981F4D29239F4200A82429 /* SDL_evdev.h */, - B3981F4E29239F4200A82429 /* SDL_fcitx.h */, - B3981F4F29239F4200A82429 /* SDL_udev.h */, ); - path = linux; + name = Products; sourceTree = ""; }; - B3981F5029239F4200A82429 /* winrt */ = { + B33947B72D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F5129239F4200A82429 /* SDL_winrtapp_direct3d.h */, - B3981F5229239F4200A82429 /* SDL_winrtapp_common.cpp */, - B3981F5329239F4200A82429 /* SDL_winrtapp_xaml.cpp */, - B3981F5429239F4200A82429 /* SDL_winrtapp_common.h */, - B3981F5529239F4200A82429 /* SDL_winrtapp_xaml.h */, - B3981F5629239F4200A82429 /* SDL_winrtapp_direct3d.cpp */, ); - path = winrt; + name = Products; sourceTree = ""; }; - B3981F5729239F4200A82429 /* android */ = { + B33947B92D28843700AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F5829239F4200A82429 /* SDL_android.h */, - B3981F5929239F4200A82429 /* keyinfotable.h */, - B3981F5A29239F4200A82429 /* SDL_android.c */, ); - path = android; + name = Products; sourceTree = ""; }; - B3981F5B29239F4200A82429 /* openbsd */ = { + B33947BB2D28843800AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F5C29239F4200A82429 /* SDL_wscons_kbd.c */, - B3981F5D29239F4200A82429 /* SDL_wscons_mouse.c */, - B3981F5E29239F4200A82429 /* SDL_wscons.h */, ); - path = openbsd; + name = Products; sourceTree = ""; }; - B3981F5F29239F4200A82429 /* windows */ = { + B33947BD2D28843800AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F6029239F4200A82429 /* SDL_xinput.h */, - B3981F6129239F4200A82429 /* SDL_hid.h */, - B3981F6229239F4200A82429 /* SDL_windows.c */, - B3981F6329239F4200A82429 /* SDL_hid.c */, - B3981F6429239F4200A82429 /* SDL_xinput.c */, - B3981F6529239F4200A82429 /* SDL_directx.h */, - B3981F6629239F4200A82429 /* SDL_windows.h */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3981F6729239F4200A82429 /* test */ = { + B33947BF2D28843800AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F6829239F4200A82429 /* SDL_test_imageBlitBlend.c */, - B3981F6929239F4200A82429 /* SDL_test_imageFace.c */, - B3981F6A29239F4200A82429 /* SDL_test_harness.c */, - B3981F6B29239F4200A82429 /* SDL_test_imageBlit.c */, - B3981F6C29239F4200A82429 /* SDL_test_compare.c */, - B3981F6D29239F4200A82429 /* SDL_test_md5.c */, - B3981F6E29239F4200A82429 /* SDL_test_assert.c */, - B3981F6F29239F4200A82429 /* SDL_test_imagePrimitives.c */, - B3981F7029239F4200A82429 /* SDL_test_random.c */, - B3981F7129239F4200A82429 /* SDL_test_font.c */, - B3981F7229239F4200A82429 /* SDL_test_crc32.c */, - B3981F7329239F4200A82429 /* SDL_test_log.c */, - B3981F7429239F4200A82429 /* SDL_test_imagePrimitivesBlend.c */, - B3981F7529239F4200A82429 /* SDL_test_memory.c */, - B3981F7629239F4200A82429 /* SDL_test_fuzzer.c */, - B3981F7729239F4200A82429 /* SDL_test_common.c */, ); - path = test; + name = Products; sourceTree = ""; }; - B3981F7929239F4200A82429 /* file */ = { + B33947C12D28843800AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F7A29239F4200A82429 /* SDL_rwops.c */, - B3981F7B29239F4200A82429 /* cocoa */, ); - path = file; + name = Products; sourceTree = ""; }; - B3981F7B29239F4200A82429 /* cocoa */ = { + B33947C32D28843800AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F7C29239F4200A82429 /* SDL_rwopsbundlesupport.h */, - B3981F7D29239F4200A82429 /* SDL_rwopsbundlesupport.m */, ); - path = cocoa; + name = Products; sourceTree = ""; }; - B3981F7E29239F4200A82429 /* timer */ = { + B33947C52D28843800AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F7F29239F4200A82429 /* SDL_timer.c */, - B3981F8029239F4200A82429 /* SDL_timer_c.h */, - B3981F8129239F4200A82429 /* dummy */, - B3981F8329239F4200A82429 /* os2 */, - B3981F8529239F4200A82429 /* psp */, - B3981F8729239F4200A82429 /* haiku */, - B3981F8929239F4200A82429 /* unix */, - B3981F8B29239F4200A82429 /* windows */, ); - path = timer; + name = Products; sourceTree = ""; }; - B3981F8129239F4200A82429 /* dummy */ = { + B33947C72D28843800AD1F95 /* Products */ = { isa = PBXGroup; children = ( - B3981F8229239F4200A82429 /* SDL_systimer.c */, ); - path = dummy; + name = Products; sourceTree = ""; }; - B3981F8329239F4200A82429 /* os2 */ = { + B3447EA8218BC51300557ACE /* Audio */ = { isa = PBXGroup; children = ( - B3981F8429239F4200A82429 /* SDL_systimer.c */, + B3447EA2218BBFB700557ACE /* PVFlycast+AudioTypes.h */, + B3447E9A218B826F00557ACE /* PVFlycast+Audio.h */, + B3447E9B218B826F00557ACE /* PVFlycast+Audio.mm */, + B3447EA6218BC3A600557ACE /* PVFlycast+CoreAudio.h */, + B3447EA4218BC36B00557ACE /* PVFlycast+CoreAudio.mm */, ); - path = os2; + path = Audio; sourceTree = ""; }; - B3981F8529239F4200A82429 /* psp */ = { + B3447EB5218BCE2000557ACE /* Core */ = { isa = PBXGroup; children = ( - B3981F8629239F4200A82429 /* SDL_systimer.c */, + B3F9F3A9295F4D7800DF8B8A /* PVFlycastCore+Options.swift */, + B3A3CC722CCC789100589F82 /* PVFlycastEmuCore.swift */, + B3A3CC732CCC789100589F82 /* CorePlist.swift */, + B3A3CC742CCC789100589F82 /* CorePlist-Generated.swift */, + 93C68C43298AE2F80008E5A3 /* PVDebug.m */, + B3C76223207833DE009950E4 /* PVFlycastCore.h */, + B3C76224207833DE009950E4 /* PVFlycastCore.mm */, + B3447EB1218BC69700557ACE /* PVFlycastCore+Audio.h */, + B3447EB2218BC69700557ACE /* PVFlycastCore+Audio.m */, + B3447EAD218BC5C500557ACE /* PVFlycastCore+Video.h */, + B3447EAE218BC5C500557ACE /* PVFlycastCore+Video.m */, + B3447EA9218BC59D00557ACE /* PVFlycastCore+Saves.h */, + B3447EAA218BC59D00557ACE /* PVFlycastCore+Saves.m */, + B3447E96218B809200557ACE /* PVFlycastCore+Controls.h */, + B3447E97218B809300557ACE /* PVFlycastCore+Controls.mm */, ); - path = psp; + path = Core; sourceTree = ""; }; - B3981F8729239F4200A82429 /* haiku */ = { + B377B3742D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981F8829239F4200A82429 /* SDL_systimer.c */, ); - path = haiku; + name = Products; sourceTree = ""; }; - B3981F8929239F4200A82429 /* unix */ = { + B377B3762D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981F8A29239F4200A82429 /* SDL_systimer.c */, ); - path = unix; + name = Products; sourceTree = ""; }; - B3981F8B29239F4200A82429 /* windows */ = { + B377B3782D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981F8C29239F4200A82429 /* SDL_systimer.c */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3981F8D29239F4200A82429 /* render */ = { + B377B37A2D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981F8E29239F4200A82429 /* SDL_render.c */, - B3981F8F29239F4200A82429 /* SDL_d3dmath.h */, - B3981F9029239F4200A82429 /* metal */, - B3981F9929239F4200A82429 /* direct3d11 */, - B3981F9F29239F4200A82429 /* psp */, - B3981FA129239F4200A82429 /* SDL_yuv_sw_c.h */, - B3981FA229239F4200A82429 /* SDL_yuv_sw.c */, - B3981FA329239F4200A82429 /* SDL_sysrender.h */, - B3981FA429239F4200A82429 /* software */, - B3981FB429239F4200A82429 /* SDL_d3dmath.c */, - B3981FB529239F4200A82429 /* opengles */, - B3981FB829239F4200A82429 /* opengles2 */, - B3981FBD29239F4200A82429 /* direct3d */, - B3981FC129239F4200A82429 /* opengl */, ); - path = render; + name = Products; sourceTree = ""; }; - B3981F9029239F4200A82429 /* metal */ = { + B377B37C2D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981F9129239F4200A82429 /* SDL_render_metal.m */, - B3981F9229239F4200A82429 /* SDL_shaders_metal_ios.h */, - B3981F9329239F4200A82429 /* SDL_shaders_metal_iphonesimulator.h */, - B3981F9429239F4200A82429 /* SDL_shaders_metal_tvsimulator.h */, - B3981F9529239F4200A82429 /* SDL_shaders_metal.metal */, - B3981F9629239F4200A82429 /* build-metal-shaders.sh */, - B3981F9729239F4200A82429 /* SDL_shaders_metal_osx.h */, - B3981F9829239F4200A82429 /* SDL_shaders_metal_tvos.h */, ); - path = metal; + name = Products; sourceTree = ""; }; - B3981F9929239F4200A82429 /* direct3d11 */ = { + B377B37E2D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981F9A29239F4200A82429 /* SDL_render_d3d11.c */, - B3981F9B29239F4200A82429 /* SDL_render_winrt.h */, - B3981F9C29239F4200A82429 /* SDL_shaders_d3d11.h */, - B3981F9D29239F4200A82429 /* SDL_render_winrt.cpp */, - B3981F9E29239F4200A82429 /* SDL_shaders_d3d11.c */, ); - path = direct3d11; + name = Products; sourceTree = ""; }; - B3981F9F29239F4200A82429 /* psp */ = { + B377B3802D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FA029239F4200A82429 /* SDL_render_psp.c */, ); - path = psp; + name = Products; sourceTree = ""; }; - B3981FA429239F4200A82429 /* software */ = { + B377B3822D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FA529239F4200A82429 /* SDL_blendpoint.c */, - B3981FA629239F4200A82429 /* SDL_drawline.c */, - B3981FA729239F4200A82429 /* SDL_blendline.h */, - B3981FA829239F4200A82429 /* SDL_drawpoint.h */, - B3981FA929239F4200A82429 /* SDL_rotate.c */, - B3981FAA29239F4200A82429 /* SDL_render_sw_c.h */, - B3981FAB29239F4200A82429 /* SDL_blendfillrect.h */, - B3981FAC29239F4200A82429 /* SDL_drawline.h */, - B3981FAD29239F4200A82429 /* SDL_blendpoint.h */, - B3981FAE29239F4200A82429 /* SDL_render_sw.c */, - B3981FAF29239F4200A82429 /* SDL_draw.h */, - B3981FB029239F4200A82429 /* SDL_blendline.c */, - B3981FB129239F4200A82429 /* SDL_drawpoint.c */, - B3981FB229239F4200A82429 /* SDL_blendfillrect.c */, - B3981FB329239F4200A82429 /* SDL_rotate.h */, ); - path = software; + name = Products; sourceTree = ""; }; - B3981FB529239F4200A82429 /* opengles */ = { + B377B3842D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FB629239F4200A82429 /* SDL_render_gles.c */, - B3981FB729239F4200A82429 /* SDL_glesfuncs.h */, ); - path = opengles; + name = Products; sourceTree = ""; }; - B3981FB829239F4200A82429 /* opengles2 */ = { + B377B3862D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FB929239F4200A82429 /* SDL_render_gles2.c */, - B3981FBA29239F4200A82429 /* SDL_shaders_gles2.h */, - B3981FBB29239F4200A82429 /* SDL_gles2funcs.h */, - B3981FBC29239F4200A82429 /* SDL_shaders_gles2.c */, ); - path = opengles2; + name = Products; sourceTree = ""; }; - B3981FBD29239F4200A82429 /* direct3d */ = { + B377B3882D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FBE29239F4200A82429 /* SDL_shaders_d3d.c */, - B3981FBF29239F4200A82429 /* SDL_render_d3d.c */, - B3981FC029239F4200A82429 /* SDL_shaders_d3d.h */, ); - path = direct3d; + name = Products; sourceTree = ""; }; - B3981FC129239F4200A82429 /* opengl */ = { + B377B38A2D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FC229239F4200A82429 /* SDL_shaders_gl.h */, - B3981FC329239F4200A82429 /* SDL_glfuncs.h */, - B3981FC429239F4200A82429 /* SDL_render_gl.c */, - B3981FC529239F4200A82429 /* SDL_shaders_gl.c */, ); - path = opengl; + name = Products; sourceTree = ""; }; - B3981FC729239F4200A82429 /* filesystem */ = { + B377B38C2D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FC829239F4200A82429 /* dummy */, - B3981FCA29239F4200A82429 /* os2 */, - B3981FCC29239F4200A82429 /* haiku */, - B3981FCE29239F4200A82429 /* unix */, - B3981FD029239F4200A82429 /* cocoa */, - B3981FD229239F4200A82429 /* emscripten */, - B3981FD429239F4200A82429 /* winrt */, - B3981FD629239F4200A82429 /* android */, - B3981FD829239F4200A82429 /* nacl */, - B3981FDA29239F4200A82429 /* windows */, ); - path = filesystem; + name = Products; sourceTree = ""; }; - B3981FC829239F4200A82429 /* dummy */ = { + B377B38E2D23776800C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FC929239F4200A82429 /* SDL_sysfilesystem.c */, ); - path = dummy; + name = Products; sourceTree = ""; }; - B3981FCA29239F4200A82429 /* os2 */ = { + B377B3902D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FCB29239F4200A82429 /* SDL_sysfilesystem.c */, ); - path = os2; + name = Products; sourceTree = ""; }; - B3981FCC29239F4200A82429 /* haiku */ = { + B377B3922D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FCD29239F4200A82429 /* SDL_sysfilesystem.cc */, ); - path = haiku; + name = Products; sourceTree = ""; }; - B3981FCE29239F4200A82429 /* unix */ = { + B377B3942D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FCF29239F4200A82429 /* SDL_sysfilesystem.c */, ); - path = unix; + name = Products; sourceTree = ""; }; - B3981FD029239F4200A82429 /* cocoa */ = { + B377B3962D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FD129239F4200A82429 /* SDL_sysfilesystem.m */, ); - path = cocoa; + name = Products; sourceTree = ""; }; - B3981FD229239F4200A82429 /* emscripten */ = { + B377B3982D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FD329239F4200A82429 /* SDL_sysfilesystem.c */, ); - path = emscripten; + name = Products; sourceTree = ""; }; - B3981FD429239F4200A82429 /* winrt */ = { + B377B39A2D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FD529239F4200A82429 /* SDL_sysfilesystem.cpp */, ); - path = winrt; + name = Products; sourceTree = ""; }; - B3981FD629239F4200A82429 /* android */ = { + B377B39C2D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FD729239F4200A82429 /* SDL_sysfilesystem.c */, ); - path = android; + name = Products; sourceTree = ""; }; - B3981FD829239F4200A82429 /* nacl */ = { + B377B39E2D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FD929239F4200A82429 /* SDL_sysfilesystem.c */, ); - path = nacl; + name = Products; sourceTree = ""; }; - B3981FDA29239F4200A82429 /* windows */ = { + B377B3A02D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FDB29239F4200A82429 /* SDL_sysfilesystem.c */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3981FDC29239F4200A82429 /* atomic */ = { + B377B3A22D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FDD29239F4200A82429 /* SDL_spinlock.c */, - B3981FDE29239F4200A82429 /* SDL_atomic.c */, ); - path = atomic; + name = Products; sourceTree = ""; }; - B3981FE129239F4200A82429 /* audio */ = { + B377B3A42D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FE229239F4200A82429 /* SDL_mixer.c */, - B3981FE329239F4200A82429 /* SDL_wave.c */, - B3981FE429239F4200A82429 /* sun */, - B3981FE729239F4200A82429 /* qsa */, - B3981FEA29239F4200A82429 /* arts */, - B3981FED29239F4200A82429 /* dummy */, - B3981FF029239F4200A82429 /* os2 */, - B3981FF329239F4200A82429 /* SDL_audio_c.h */, - B3981FF429239F4200A82429 /* pulseaudio */, - B3981FF729239F4200A82429 /* SDL_audiodev_c.h */, - B3981FF829239F4200A82429 /* esd */, - B3981FFB29239F4200A82429 /* fusionsound */, - B3981FFE29239F4200A82429 /* sndio */, - B398200129239F4200A82429 /* nas */, - B398200429239F4200A82429 /* openslES */, - B398200729239F4200A82429 /* wasapi */, - B398200C29239F4200A82429 /* SDL_audiodev.c */, - B398200D29239F4200A82429 /* netbsd */, - B398201029239F4200A82429 /* psp */, - B398201329239F4200A82429 /* directsound */, - B398201629239F4200A82429 /* winmm */, - B398201929239F4200A82429 /* haiku */, - B398201C29239F4200A82429 /* SDL_sysaudio.h */, - B398201D29239F4200A82429 /* SDL_audiotypecvt.c */, - B398201E29239F4200A82429 /* SDL_audiocvt.c */, - B398201F29239F4200A82429 /* SDL_wave.h */, - B398202029239F4200A82429 /* emscripten */, - B398202329239F4200A82429 /* android */, - B398202629239F4200A82429 /* nacl */, - B398202929239F4200A82429 /* jack */, - B398202C29239F4200A82429 /* disk */, - B398202F29239F4200A82429 /* alsa */, - B398203229239F4200A82429 /* dsp */, - B398203529239F4200A82429 /* SDL_audio.c */, - B398203629239F4200A82429 /* coreaudio */, - B398203929239F4200A82429 /* paudio */, ); - path = audio; + name = Products; sourceTree = ""; }; - B3981FE429239F4200A82429 /* sun */ = { + B377B3A62D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FE529239F4200A82429 /* SDL_sunaudio.c */, - B3981FE629239F4200A82429 /* SDL_sunaudio.h */, ); - path = sun; + name = Products; sourceTree = ""; }; - B3981FE729239F4200A82429 /* qsa */ = { + B377B3A82D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FE829239F4200A82429 /* SDL_qsa_audio.h */, - B3981FE929239F4200A82429 /* SDL_qsa_audio.c */, ); - path = qsa; + name = Products; sourceTree = ""; }; - B3981FEA29239F4200A82429 /* arts */ = { + B377B3AA2D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FEB29239F4200A82429 /* SDL_artsaudio.c */, - B3981FEC29239F4200A82429 /* SDL_artsaudio.h */, ); - path = arts; + name = Products; sourceTree = ""; }; - B3981FED29239F4200A82429 /* dummy */ = { + B377B3AC2D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FEE29239F4200A82429 /* SDL_dummyaudio.h */, - B3981FEF29239F4200A82429 /* SDL_dummyaudio.c */, ); - path = dummy; + name = Products; sourceTree = ""; }; - B3981FF029239F4200A82429 /* os2 */ = { + B377B3AE2D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FF129239F4200A82429 /* SDL_os2audio.c */, - B3981FF229239F4200A82429 /* SDL_os2audio.h */, ); - path = os2; + name = Products; sourceTree = ""; }; - B3981FF429239F4200A82429 /* pulseaudio */ = { + B377B3B02D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FF529239F4200A82429 /* SDL_pulseaudio.h */, - B3981FF629239F4200A82429 /* SDL_pulseaudio.c */, ); - path = pulseaudio; + name = Products; sourceTree = ""; }; - B3981FF829239F4200A82429 /* esd */ = { + B377B3B22D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FF929239F4200A82429 /* SDL_esdaudio.c */, - B3981FFA29239F4200A82429 /* SDL_esdaudio.h */, ); - path = esd; + name = Products; sourceTree = ""; }; - B3981FFB29239F4200A82429 /* fusionsound */ = { + B377B3B42D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FFC29239F4200A82429 /* SDL_fsaudio.h */, - B3981FFD29239F4200A82429 /* SDL_fsaudio.c */, ); - path = fusionsound; + name = Products; sourceTree = ""; }; - B3981FFE29239F4200A82429 /* sndio */ = { + B377B3B62D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B3981FFF29239F4200A82429 /* SDL_sndioaudio.h */, - B398200029239F4200A82429 /* SDL_sndioaudio.c */, ); - path = sndio; + name = Products; sourceTree = ""; }; - B398200129239F4200A82429 /* nas */ = { + B377B3B82D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B398200229239F4200A82429 /* SDL_nasaudio.c */, - B398200329239F4200A82429 /* SDL_nasaudio.h */, ); - path = nas; + name = Products; sourceTree = ""; }; - B398200429239F4200A82429 /* openslES */ = { + B377B3BA2D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B398200529239F4200A82429 /* SDL_openslES.c */, - B398200629239F4200A82429 /* SDL_openslES.h */, ); - path = openslES; + name = Products; sourceTree = ""; }; - B398200729239F4200A82429 /* wasapi */ = { + B377B3BC2D23776900C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B398200829239F4200A82429 /* SDL_wasapi.h */, - B398200929239F4200A82429 /* SDL_wasapi_winrt.cpp */, - B398200A29239F4200A82429 /* SDL_wasapi_win32.c */, - B398200B29239F4200A82429 /* SDL_wasapi.c */, ); - path = wasapi; + name = Products; sourceTree = ""; }; - B398200D29239F4200A82429 /* netbsd */ = { + B377BD442D23777100C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B398200E29239F4200A82429 /* SDL_netbsdaudio.h */, - B398200F29239F4200A82429 /* SDL_netbsdaudio.c */, ); - path = netbsd; + name = Products; sourceTree = ""; }; - B398201029239F4200A82429 /* psp */ = { + B377BD462D23777100C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B398201129239F4200A82429 /* SDL_pspaudio.c */, - B398201229239F4200A82429 /* SDL_pspaudio.h */, ); - path = psp; + name = Products; sourceTree = ""; }; - B398201329239F4200A82429 /* directsound */ = { + B377BD482D23777100C6FC18 /* Products */ = { isa = PBXGroup; children = ( - B398201429239F4200A82429 /* SDL_directsound.h */, - B398201529239F4200A82429 /* SDL_directsound.c */, ); - path = directsound; + name = Products; sourceTree = ""; }; - B398201629239F4200A82429 /* winmm */ = { + B3825FFF2CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398201729239F4200A82429 /* SDL_winmm.h */, - B398201829239F4200A82429 /* SDL_winmm.c */, ); - path = winmm; + name = Products; sourceTree = ""; }; - B398201929239F4200A82429 /* haiku */ = { + B38260012CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398201A29239F4200A82429 /* SDL_haikuaudio.cc */, - B398201B29239F4200A82429 /* SDL_haikuaudio.h */, ); - path = haiku; + name = Products; sourceTree = ""; }; - B398202029239F4200A82429 /* emscripten */ = { + B38260032CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398202129239F4200A82429 /* SDL_emscriptenaudio.c */, - B398202229239F4200A82429 /* SDL_emscriptenaudio.h */, ); - path = emscripten; + name = Products; sourceTree = ""; }; - B398202329239F4200A82429 /* android */ = { + B38260052CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398202429239F4200A82429 /* SDL_androidaudio.h */, - B398202529239F4200A82429 /* SDL_androidaudio.c */, ); - path = android; + name = Products; sourceTree = ""; }; - B398202629239F4200A82429 /* nacl */ = { + B38260072CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398202729239F4200A82429 /* SDL_naclaudio.c */, - B398202829239F4200A82429 /* SDL_naclaudio.h */, ); - path = nacl; + name = Products; sourceTree = ""; }; - B398202929239F4200A82429 /* jack */ = { + B38260092CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398202A29239F4200A82429 /* SDL_jackaudio.c */, - B398202B29239F4200A82429 /* SDL_jackaudio.h */, ); - path = jack; + name = Products; sourceTree = ""; }; - B398202C29239F4200A82429 /* disk */ = { + B382600B2CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398202D29239F4200A82429 /* SDL_diskaudio.h */, - B398202E29239F4200A82429 /* SDL_diskaudio.c */, ); - path = disk; + name = Products; sourceTree = ""; }; - B398202F29239F4200A82429 /* alsa */ = { + B382600D2CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398203029239F4200A82429 /* SDL_alsa_audio.c */, - B398203129239F4200A82429 /* SDL_alsa_audio.h */, ); - path = alsa; + name = Products; sourceTree = ""; }; - B398203229239F4200A82429 /* dsp */ = { + B382600F2CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398203329239F4200A82429 /* SDL_dspaudio.c */, - B398203429239F4200A82429 /* SDL_dspaudio.h */, ); - path = dsp; + name = Products; sourceTree = ""; }; - B398203629239F4200A82429 /* coreaudio */ = { + B38260112CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398203729239F4200A82429 /* SDL_coreaudio.h */, - B398203829239F4200A82429 /* SDL_coreaudio.m */, ); - path = coreaudio; + name = Products; sourceTree = ""; }; - B398203929239F4200A82429 /* paudio */ = { + B38260132CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398203A29239F4200A82429 /* SDL_paudio.h */, - B398203B29239F4200A82429 /* SDL_paudio.c */, ); - path = paudio; + name = Products; sourceTree = ""; }; - B398203D29239F4200A82429 /* sensor */ = { + B38260152CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398203E29239F4200A82429 /* dummy */, - B398204129239F4200A82429 /* coremotion */, - B398204429239F4200A82429 /* SDL_syssensor.h */, - B398204529239F4200A82429 /* android */, - B398204829239F4200A82429 /* windows */, - B398204B29239F4200A82429 /* SDL_sensor_c.h */, - B398204C29239F4200A82429 /* SDL_sensor.c */, ); - path = sensor; + name = Products; sourceTree = ""; }; - B398203E29239F4200A82429 /* dummy */ = { + B38260172CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398203F29239F4200A82429 /* SDL_dummysensor.h */, - B398204029239F4200A82429 /* SDL_dummysensor.c */, ); - path = dummy; + name = Products; sourceTree = ""; }; - B398204129239F4200A82429 /* coremotion */ = { + B38260192CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398204229239F4200A82429 /* SDL_coremotionsensor.h */, - B398204329239F4200A82429 /* SDL_coremotionsensor.m */, ); - path = coremotion; + name = Products; sourceTree = ""; }; - B398204529239F4200A82429 /* android */ = { + B382601B2CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398204629239F4200A82429 /* SDL_androidsensor.c */, - B398204729239F4200A82429 /* SDL_androidsensor.h */, ); - path = android; + name = Products; sourceTree = ""; }; - B398204829239F4200A82429 /* windows */ = { + B382601D2CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398204929239F4200A82429 /* SDL_windowssensor.c */, - B398204A29239F4200A82429 /* SDL_windowssensor.h */, ); - path = windows; + name = Products; sourceTree = ""; }; - B398204D29239F4200A82429 /* hidapi */ = { + B382601F2CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398204E29239F4200A82429 /* pc */, - B398205229239F4200A82429 /* HACKING.txt */, - B398205329239F4200A82429 /* udev */, - B398205529239F4200A82429 /* configure.ac */, - B398205629239F4200A82429 /* bootstrap */, - B398205729239F4200A82429 /* LICENSE-orig.txt */, - B398205829239F4200A82429 /* SDL_hidapi.c */, - B398205929239F4200A82429 /* ios */, - B398205D29239F4200A82429 /* Makefile.am */, - B398205E29239F4200A82429 /* mac */, - B398206229239F4200A82429 /* LICENSE-gpl3.txt */, - B398206329239F4200A82429 /* linux */, - B398206929239F4200A82429 /* android */, - B398206F29239F4200A82429 /* testgui */, - B398207F29239F4200A82429 /* hidapi */, - B398208129239F4200A82429 /* m4 */, - B398208429239F4200A82429 /* README.txt */, - B398208529239F4200A82429 /* doxygen */, - B398208729239F4200A82429 /* windows */, - B398209329239F4200A82429 /* hidtest */, - B398209629239F4200A82429 /* LICENSE.txt */, - B398209729239F4200A82429 /* AUTHORS.txt */, - B398209829239F4200A82429 /* libusb */, - B398209F29239F4200A82429 /* LICENSE-bsd.txt */, ); - path = hidapi; + name = Products; sourceTree = ""; }; - B398204E29239F4200A82429 /* pc */ = { + B38260212CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398204F29239F4200A82429 /* hidapi-libusb.pc.in */, - B398205029239F4200A82429 /* hidapi.pc.in */, - B398205129239F4200A82429 /* hidapi-hidraw.pc.in */, ); - path = pc; + name = Products; sourceTree = ""; }; - B398205329239F4200A82429 /* udev */ = { + B38260232CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398205429239F4200A82429 /* 99-hid.rules */, ); - path = udev; + name = Products; sourceTree = ""; }; - B398205929239F4200A82429 /* ios */ = { + B38260252CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398205A29239F4200A82429 /* Makefile-manual */, - B398205B29239F4200A82429 /* Makefile.am */, - B398205C29239F4200A82429 /* hid.m */, ); - path = ios; + name = Products; sourceTree = ""; }; - B398205E29239F4200A82429 /* mac */ = { + B38260272CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398205F29239F4200A82429 /* Makefile-manual */, - B398206029239F4200A82429 /* Makefile.am */, - B398206129239F4200A82429 /* hid.c */, ); - path = mac; + name = Products; sourceTree = ""; }; - B398206329239F4200A82429 /* linux */ = { + B38260292CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398206429239F4200A82429 /* Makefile-manual */, - B398206529239F4200A82429 /* hidraw.cpp */, - B398206629239F4200A82429 /* Makefile.am */, - B398206729239F4200A82429 /* hid.c */, - B398206829239F4200A82429 /* README.txt */, ); - path = linux; + name = Products; sourceTree = ""; }; - B398206929239F4200A82429 /* android */ = { + B382602B2CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398206A29239F4200A82429 /* hid.cpp */, - B398206B29239F4200A82429 /* project.properties */, - B398206C29239F4200A82429 /* jni */, ); - path = android; + name = Products; sourceTree = ""; }; - B398206C29239F4200A82429 /* jni */ = { + B382602D2CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398206D29239F4200A82429 /* Android.mk */, - B398206E29239F4200A82429 /* Application.mk */, ); - path = jni; + name = Products; sourceTree = ""; }; - B398206F29239F4200A82429 /* testgui */ = { + B382602F2CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398207029239F4200A82429 /* Makefile.mingw */, - B398207129239F4200A82429 /* Makefile.linux */, - B398207229239F4200A82429 /* Makefile.mac */, - B398207329239F4200A82429 /* Makefile-manual */, - B398207429239F4200A82429 /* TestGUI.app.in */, - B398207529239F4200A82429 /* mac_support.cpp */, - B398207629239F4200A82429 /* test.cpp */, - B398207729239F4200A82429 /* testgui.sln */, - B398207829239F4200A82429 /* Makefile.freebsd */, - B398207929239F4200A82429 /* testgui.vcproj */, - B398207A29239F4200A82429 /* mac_support.h */, - B398207B29239F4200A82429 /* Makefile.am */, - B398207C29239F4200A82429 /* copy_to_bundle.sh */, - B398207D29239F4200A82429 /* mac_support_cocoa.m */, - B398207E29239F4200A82429 /* start.sh */, ); - path = testgui; + name = Products; sourceTree = ""; }; - B398207F29239F4200A82429 /* hidapi */ = { + B38260312CED7A5B00111AEB /* Products */ = { isa = PBXGroup; children = ( - B398208029239F4200A82429 /* hidapi.h */, ); - path = hidapi; + name = Products; sourceTree = ""; }; - B398208129239F4200A82429 /* m4 */ = { + B3872F642D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398208229239F4200A82429 /* pkg.m4 */, - B398208329239F4200A82429 /* ax_pthread.m4 */, ); - path = m4; + name = Products; sourceTree = ""; }; - B398208529239F4200A82429 /* doxygen */ = { + B3872F662D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398208629239F4200A82429 /* Doxyfile */, ); - path = doxygen; + name = Products; sourceTree = ""; }; - B398208729239F4200A82429 /* windows */ = { + B3872F682D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398208829239F4200A82429 /* Makefile.mingw */, - B398208929239F4200A82429 /* Makefile-manual */, - B398208A29239F4200A82429 /* Makefile.am */, - B398208B29239F4200A82429 /* hidapi.vcproj */, - B398208C29239F4200A82429 /* hid.c */, - B398208D29239F4200A82429 /* hidapi.sln */, - B398208E29239F4200A82429 /* hidtest.vcproj */, - B398208F29239F4200A82429 /* ddk_build */, ); - path = windows; + name = Products; sourceTree = ""; }; - B398208F29239F4200A82429 /* ddk_build */ = { + B3872F6A2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398209029239F4200A82429 /* makefile */, - B398209129239F4200A82429 /* hidapi.def */, - B398209229239F4200A82429 /* sources */, ); - path = ddk_build; + name = Products; sourceTree = ""; }; - B398209329239F4200A82429 /* hidtest */ = { + B3872F6C2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398209429239F4200A82429 /* hidtest.cpp */, - B398209529239F4200A82429 /* Makefile.am */, ); - path = hidtest; + name = Products; sourceTree = ""; }; - B398209829239F4200A82429 /* libusb */ = { + B3872F6E2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398209929239F4200A82429 /* Makefile.linux */, - B398209A29239F4200A82429 /* Makefile-manual */, - B398209B29239F4200A82429 /* hidusb.cpp */, - B398209C29239F4200A82429 /* Makefile.freebsd */, - B398209D29239F4200A82429 /* Makefile.am */, - B398209E29239F4200A82429 /* hid.c */, ); - path = libusb; + name = Products; sourceTree = ""; }; - B39820A029239F4200A82429 /* stdlib */ = { + B3872F702D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820A129239F4200A82429 /* SDL_iconv.c */, - B39820A229239F4200A82429 /* SDL_getenv.c */, - B39820A329239F4200A82429 /* SDL_string.c */, - B39820A429239F4200A82429 /* SDL_strtokr.c */, - B39820A529239F4200A82429 /* SDL_crc32.c */, - B39820A629239F4200A82429 /* SDL_qsort.c */, - B39820A729239F4200A82429 /* SDL_stdlib.c */, - B39820A829239F4200A82429 /* SDL_malloc.c */, ); - path = stdlib; + name = Products; sourceTree = ""; }; - B39820A929239F4200A82429 /* haptic */ = { + B3872F722D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820AA29239F4200A82429 /* dummy */, - B39820AC29239F4200A82429 /* SDL_haptic.c */, - B39820AD29239F4200A82429 /* SDL_haptic_c.h */, - B39820AE29239F4200A82429 /* linux */, - B39820B029239F4200A82429 /* android */, - B39820B329239F4200A82429 /* SDL_syshaptic.h */, - B39820B429239F4200A82429 /* darwin */, - B39820B729239F4200A82429 /* windows */, ); - path = haptic; + name = Products; sourceTree = ""; }; - B39820AA29239F4200A82429 /* dummy */ = { + B3872F742D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820AB29239F4200A82429 /* SDL_syshaptic.c */, ); - path = dummy; + name = Products; sourceTree = ""; }; - B39820AE29239F4200A82429 /* linux */ = { + B3872F762D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820AF29239F4200A82429 /* SDL_syshaptic.c */, ); - path = linux; + name = Products; sourceTree = ""; }; - B39820B029239F4200A82429 /* android */ = { + B3872F782D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820B129239F4200A82429 /* SDL_syshaptic.c */, - B39820B229239F4200A82429 /* SDL_syshaptic_c.h */, ); - path = android; + name = Products; sourceTree = ""; }; - B39820B429239F4200A82429 /* darwin */ = { + B3872F7A2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820B529239F4200A82429 /* SDL_syshaptic.c */, - B39820B629239F4200A82429 /* SDL_syshaptic_c.h */, ); - path = darwin; + name = Products; sourceTree = ""; }; - B39820B729239F4200A82429 /* windows */ = { + B3872F7C2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; - children = ( - B39820B829239F4200A82429 /* SDL_xinputhaptic_c.h */, - B39820B929239F4200A82429 /* SDL_xinputhaptic.c */, - B39820BA29239F4200A82429 /* SDL_windowshaptic.c */, - B39820BB29239F4200A82429 /* SDL_windowshaptic_c.h */, - B39820BC29239F4200A82429 /* SDL_dinputhaptic_c.h */, - B39820BD29239F4200A82429 /* SDL_dinputhaptic.c */, - ); - path = windows; + name = Products; sourceTree = ""; }; - B39820BE29239F4200A82429 /* dynapi */ = { + B3872F7E2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820BF29239F4200A82429 /* SDL_dynapi.h */, - B39820C029239F4200A82429 /* SDL_dynapi_overrides.h */, - B39820C129239F4200A82429 /* SDL_dynapi.c */, - B39820C229239F4200A82429 /* SDL_dynapi_procs.h */, - B39820C329239F4200A82429 /* gendynapi.pl */, ); - path = dynapi; + name = Products; sourceTree = ""; }; - B39820C429239F4200A82429 /* joystick */ = { + B3872F802D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; - children = ( - B39820C529239F4200A82429 /* SDL_gamecontrollerdb.h */, - B39820C629239F4200A82429 /* dummy */, - B39820C829239F4200A82429 /* steam */, - B39820CB29239F4200A82429 /* check_8bitdo.sh */, - B39820CC29239F4200A82429 /* SDL_joystick.c */, - B39820CD29239F4200A82429 /* iphoneos */, - B39820D029239F4200A82429 /* SDL_gamecontroller.c */, - B39820D129239F4200A82429 /* psp */, - B39820D329239F4200A82429 /* sort_controllers.py */, - B39820D429239F4200A82429 /* bsd */, - B39820D629239F4200A82429 /* haiku */, - B39820D829239F4200A82429 /* emscripten */, - B39820DB29239F4200A82429 /* linux */, - B39820DE29239F4200A82429 /* android */, - B39820E129239F4200A82429 /* virtual */, - B39820E429239F4200A82429 /* hidapi */, - B39820F429239F4200A82429 /* usb_ids.h */, - B39820F529239F4200A82429 /* darwin */, - B39820F829239F4200A82429 /* SDL_sysjoystick.h */, - B39820F929239F4200A82429 /* SDL_joystick_c.h */, - B39820FA29239F4200A82429 /* windows */, - B398210529239F4200A82429 /* controller_type.h */, - ); - path = joystick; + name = Products; sourceTree = ""; }; - B39820C629239F4200A82429 /* dummy */ = { + B3872F822D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820C729239F4200A82429 /* SDL_sysjoystick.c */, ); - path = dummy; + name = Products; sourceTree = ""; }; - B39820C829239F4200A82429 /* steam */ = { + B3872F842D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820C929239F4200A82429 /* SDL_steamcontroller.h */, - B39820CA29239F4200A82429 /* SDL_steamcontroller.c */, ); - path = steam; + name = Products; sourceTree = ""; }; - B39820CD29239F4200A82429 /* iphoneos */ = { + B3872F862D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820CE29239F4200A82429 /* SDL_mfijoystick_c.h */, - B39820CF29239F4200A82429 /* SDL_mfijoystick.m */, ); - path = iphoneos; + name = Products; sourceTree = ""; }; - B39820D129239F4200A82429 /* psp */ = { + B3872F882D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820D229239F4200A82429 /* SDL_sysjoystick.c */, ); - path = psp; + name = Products; sourceTree = ""; }; - B39820D429239F4200A82429 /* bsd */ = { + B3872F8A2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820D529239F4200A82429 /* SDL_bsdjoystick.c */, ); - path = bsd; + name = Products; sourceTree = ""; }; - B39820D629239F4200A82429 /* haiku */ = { + B3872F8C2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820D729239F4200A82429 /* SDL_haikujoystick.cc */, ); - path = haiku; + name = Products; sourceTree = ""; }; - B39820D829239F4200A82429 /* emscripten */ = { + B3872F8E2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820D929239F4200A82429 /* SDL_sysjoystick.c */, - B39820DA29239F4200A82429 /* SDL_sysjoystick_c.h */, ); - path = emscripten; + name = Products; sourceTree = ""; }; - B39820DB29239F4200A82429 /* linux */ = { + B3872F902D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820DC29239F4200A82429 /* SDL_sysjoystick.c */, - B39820DD29239F4200A82429 /* SDL_sysjoystick_c.h */, ); - path = linux; + name = Products; sourceTree = ""; }; - B39820DE29239F4200A82429 /* android */ = { + B3872F922D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820DF29239F4200A82429 /* SDL_sysjoystick.c */, - B39820E029239F4200A82429 /* SDL_sysjoystick_c.h */, ); - path = android; + name = Products; sourceTree = ""; }; - B39820E129239F4200A82429 /* virtual */ = { + B3872F942D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820E229239F4200A82429 /* SDL_virtualjoystick_c.h */, - B39820E329239F4200A82429 /* SDL_virtualjoystick.c */, ); - path = virtual; + name = Products; sourceTree = ""; }; - B39820E429239F4200A82429 /* hidapi */ = { + B3872F962D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820E529239F4200A82429 /* SDL_hidapi_rumble.h */, - B39820E629239F4200A82429 /* steam */, - B39820E929239F4200A82429 /* SDL_hidapi_xbox360.c */, - B39820EA29239F4200A82429 /* SDL_hidapi_ps4.c */, - B39820EB29239F4200A82429 /* SDL_hidapijoystick.c */, - B39820EC29239F4200A82429 /* SDL_hidapi_xboxone.c */, - B39820ED29239F4200A82429 /* SDL_hidapi_rumble.c */, - B39820EE29239F4200A82429 /* SDL_hidapi_switch.c */, - B39820EF29239F4200A82429 /* SDL_hidapijoystick_c.h */, - B39820F029239F4200A82429 /* SDL_hidapi_xbox360w.c */, - B39820F129239F4200A82429 /* SDL_hidapi_gamecube.c */, - B39820F229239F4200A82429 /* SDL_hidapi_ps5.c */, - B39820F329239F4200A82429 /* SDL_hidapi_steam.c */, ); - path = hidapi; + name = Products; sourceTree = ""; }; - B39820E629239F4200A82429 /* steam */ = { + B3872F982D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820E729239F4200A82429 /* controller_constants.h */, - B39820E829239F4200A82429 /* controller_structs.h */, ); - path = steam; + name = Products; sourceTree = ""; }; - B39820F529239F4200A82429 /* darwin */ = { + B3872F9A2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820F629239F4200A82429 /* SDL_iokitjoystick.c */, - B39820F729239F4200A82429 /* SDL_iokitjoystick_c.h */, ); - path = darwin; + name = Products; sourceTree = ""; }; - B39820FA29239F4200A82429 /* windows */ = { + B3872F9C2D2C6B3B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39820FB29239F4200A82429 /* SDL_rawinputjoystick_c.h */, - B39820FC29239F4200A82429 /* SDL_dinputjoystick_c.h */, - B39820FD29239F4200A82429 /* SDL_dinputjoystick.c */, - B39820FE29239F4200A82429 /* SDL_windowsjoystick.c */, - B39820FF29239F4200A82429 /* SDL_mmjoystick.c */, - B398210029239F4200A82429 /* SDL_windowsjoystick_c.h */, - B398210129239F4200A82429 /* SDL_rawinputjoystick.c */, - B398210229239F4200A82429 /* SDL_xinputjoystick_c.h */, - B398210329239F4200A82429 /* SDL_xinputjoystick.c */, - B398210429239F4200A82429 /* SDL_windows_gaming_input.c */, ); - path = windows; + name = Products; sourceTree = ""; }; - B398210729239F4200A82429 /* events */ = { + B387639F2D2C699B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398210829239F4200A82429 /* SDL_mouse.c */, - B398210929239F4200A82429 /* SDL_mouse_c.h */, - B398210A29239F4200A82429 /* scancodes_windows.h */, - B398210B29239F4200A82429 /* SDL_displayevents.c */, - B398210C29239F4200A82429 /* SDL_dropevents_c.h */, - B398210D29239F4200A82429 /* SDL_windowevents.c */, - B398210E29239F4200A82429 /* SDL_gesture_c.h */, - B398210F29239F4200A82429 /* SDL_displayevents_c.h */, - B398211029239F4200A82429 /* blank_cursor.h */, - B398211129239F4200A82429 /* default_cursor.h */, - B398211229239F4200A82429 /* scancodes_darwin.h */, - B398211329239F4200A82429 /* SDL_events.c */, - B398211429239F4200A82429 /* scancodes_linux.h */, - B398211529239F4200A82429 /* SDL_touch_c.h */, - B398211629239F4200A82429 /* SDL_keyboard.c */, - B398211729239F4200A82429 /* SDL_clipboardevents_c.h */, - B398211829239F4200A82429 /* SDL_clipboardevents.c */, - B398211929239F4200A82429 /* SDL_dropevents.c */, - B398211A29239F4200A82429 /* SDL_quit.c */, - B398211B29239F4200A82429 /* SDL_keyboard_c.h */, - B398211C29239F4200A82429 /* SDL_touch.c */, - B398211D29239F4200A82429 /* SDL_sysevents.h */, - B398211E29239F4200A82429 /* SDL_gesture.c */, - B398211F29239F4200A82429 /* scancodes_xfree86.h */, - B398212029239F4300A82429 /* SDL_events_c.h */, - B398212129239F4300A82429 /* SDL_windowevents_c.h */, ); - path = events; + name = Products; sourceTree = ""; }; - B398212229239F4300A82429 /* main */ = { + B38763A12D2C699B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398212329239F4300A82429 /* dummy */, - B398212529239F4300A82429 /* uikit */, - B398212729239F4300A82429 /* psp */, - B398212929239F4300A82429 /* haiku */, - B398212D29239F4300A82429 /* winrt */, - B398213129239F4300A82429 /* android */, - B398213329239F4300A82429 /* nacl */, - B398213529239F4300A82429 /* windows */, ); - path = main; + name = Products; sourceTree = ""; }; - B398212329239F4300A82429 /* dummy */ = { + B38763A32D2C699C00D541F1 /* Products */ = { isa = PBXGroup; - children = ( - B398212429239F4300A82429 /* SDL_dummy_main.c */, - ); - path = dummy; + name = Products; sourceTree = ""; }; - B398212529239F4300A82429 /* uikit */ = { + B38763A52D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398212629239F4300A82429 /* SDL_uikit_main.c */, ); - path = uikit; + name = Products; sourceTree = ""; }; - B398212729239F4300A82429 /* psp */ = { + B38763A72D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398212829239F4300A82429 /* SDL_psp_main.c */, ); - path = psp; + name = Products; sourceTree = ""; }; - B398212929239F4300A82429 /* haiku */ = { + B38763A92D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398212A29239F4300A82429 /* SDL_BApp.h */, - B398212B29239F4300A82429 /* SDL_BeApp.cc */, - B398212C29239F4300A82429 /* SDL_BeApp.h */, ); - path = haiku; + name = Products; sourceTree = ""; }; - B398212D29239F4300A82429 /* winrt */ = { + B38763AB2D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398212E29239F4300A82429 /* SDL2-WinRTResources.rc */, - B398212F29239F4300A82429 /* SDL_winrt_main_NonXAML.cpp */, - B398213029239F4300A82429 /* SDL2-WinRTResource_BlankCursor.cur */, ); - path = winrt; + name = Products; sourceTree = ""; }; - B398213129239F4300A82429 /* android */ = { + B38763AD2D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398213229239F4300A82429 /* SDL_android_main.c */, ); - path = android; + name = Products; sourceTree = ""; }; - B398213329239F4300A82429 /* nacl */ = { + B38763AF2D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398213429239F4300A82429 /* SDL_nacl_main.c */, ); - path = nacl; + name = Products; sourceTree = ""; }; - B398213529239F4300A82429 /* windows */ = { + B38763B12D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398213629239F4300A82429 /* SDL_windows_main.c */, - B398213729239F4300A82429 /* version.rc */, ); - path = windows; + name = Products; sourceTree = ""; }; - B398213829239F4300A82429 /* cpuinfo */ = { + B38763B32D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398213929239F4300A82429 /* SDL_cpuinfo.c */, ); - path = cpuinfo; + name = Products; sourceTree = ""; }; - B398213A29239F4300A82429 /* thread */ = { + B38763B52D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398213B29239F4300A82429 /* SDL_systhread.h */, - B398213C29239F4300A82429 /* os2 */, - B398214329239F4300A82429 /* SDL_thread_c.h */, - B398214429239F4300A82429 /* SDL_thread.c */, - B398214529239F4300A82429 /* psp */, - B398214C29239F4300A82429 /* pthread */, - B398215429239F4300A82429 /* stdcpp */, - B398215A29239F4300A82429 /* generic */, - B398216329239F4300A82429 /* windows */, ); - path = thread; + name = Products; sourceTree = ""; }; - B398213C29239F4300A82429 /* os2 */ = { + B38763B72D2C699C00D541F1 /* Products */ = { isa = PBXGroup; - children = ( - B398213D29239F4300A82429 /* SDL_systls.c */, - B398213E29239F4300A82429 /* SDL_syssem.c */, - B398213F29239F4300A82429 /* SDL_systhread_c.h */, - B398214029239F4300A82429 /* SDL_systls_c.h */, - B398214129239F4300A82429 /* SDL_systhread.c */, - B398214229239F4300A82429 /* SDL_sysmutex.c */, - ); - path = os2; + name = Products; sourceTree = ""; }; - B398214529239F4300A82429 /* psp */ = { + B38763B92D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398214629239F4300A82429 /* SDL_syssem.c */, - B398214729239F4300A82429 /* SDL_systhread_c.h */, - B398214829239F4300A82429 /* SDL_syscond.c */, - B398214929239F4300A82429 /* SDL_systhread.c */, - B398214A29239F4300A82429 /* SDL_sysmutex.c */, - B398214B29239F4300A82429 /* SDL_sysmutex_c.h */, ); - path = psp; + name = Products; sourceTree = ""; }; - B398214C29239F4300A82429 /* pthread */ = { + B38763BB2D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398214D29239F4300A82429 /* SDL_systls.c */, - B398214E29239F4300A82429 /* SDL_syssem.c */, - B398214F29239F4300A82429 /* SDL_systhread_c.h */, - B398215029239F4300A82429 /* SDL_syscond.c */, - B398215129239F4300A82429 /* SDL_systhread.c */, - B398215229239F4300A82429 /* SDL_sysmutex.c */, - B398215329239F4300A82429 /* SDL_sysmutex_c.h */, ); - path = pthread; + name = Products; sourceTree = ""; }; - B398215429239F4300A82429 /* stdcpp */ = { + B38763BD2D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398215529239F4300A82429 /* SDL_syscond.cpp */, - B398215629239F4300A82429 /* SDL_sysmutex.cpp */, - B398215729239F4300A82429 /* SDL_systhread_c.h */, - B398215829239F4300A82429 /* SDL_systhread.cpp */, - B398215929239F4300A82429 /* SDL_sysmutex_c.h */, ); - path = stdcpp; + name = Products; sourceTree = ""; }; - B398215A29239F4300A82429 /* generic */ = { + B38763BF2D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398215B29239F4300A82429 /* SDL_systls.c */, - B398215C29239F4300A82429 /* SDL_syssem.c */, - B398215D29239F4300A82429 /* SDL_systhread_c.h */, - B398215E29239F4300A82429 /* SDL_syscond.c */, - B398215F29239F4300A82429 /* SDL_systhread.c */, - B398216029239F4300A82429 /* SDL_sysmutex.c */, - B398216129239F4300A82429 /* SDL_sysmutex_c.h */, - B398216229239F4300A82429 /* SDL_syscond_c.h */, ); - path = generic; + name = Products; sourceTree = ""; }; - B398216329239F4300A82429 /* windows */ = { + B38763C12D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398216429239F4300A82429 /* SDL_systls.c */, - B398216529239F4300A82429 /* SDL_syssem.c */, - B398216629239F4300A82429 /* SDL_syscond_srw.c */, - B398216729239F4300A82429 /* SDL_systhread_c.h */, - B398216829239F4300A82429 /* SDL_systhread.c */, - B398216929239F4300A82429 /* SDL_sysmutex.c */, - B398216A29239F4300A82429 /* SDL_sysmutex_c.h */, ); - path = windows; + name = Products; sourceTree = ""; }; - B398216B29239F4300A82429 /* loadso */ = { + B38763C32D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398216C29239F4300A82429 /* dummy */, - B398216E29239F4300A82429 /* os2 */, - B398217029239F4300A82429 /* windows */, - B398217229239F4300A82429 /* dlopen */, ); - path = loadso; + name = Products; sourceTree = ""; }; - B398216C29239F4300A82429 /* dummy */ = { + B38763C52D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398216D29239F4300A82429 /* SDL_sysloadso.c */, ); - path = dummy; + name = Products; sourceTree = ""; }; - B398216E29239F4300A82429 /* os2 */ = { + B38763C72D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398216F29239F4300A82429 /* SDL_sysloadso.c */, ); - path = os2; + name = Products; sourceTree = ""; }; - B398217029239F4300A82429 /* windows */ = { + B38763C92D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398217129239F4300A82429 /* SDL_sysloadso.c */, ); - path = windows; + name = Products; sourceTree = ""; }; - B398217229239F4300A82429 /* dlopen */ = { + B38763CB2D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398217329239F4300A82429 /* SDL_sysloadso.c */, ); - path = dlopen; + name = Products; sourceTree = ""; }; - B398217629239F4300A82429 /* libelf */ = { + B38763CD2D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398217A29239F4300A82429 /* elf.cpp */, - B398217D29239F4300A82429 /* elf32.cpp */, - B398217929239F4300A82429 /* elf64.cpp */, - B398217729239F4300A82429 /* debug.h */, - B398217B29239F4300A82429 /* elf.h */, - B398217C29239F4300A82429 /* elf32.h */, - B398217829239F4300A82429 /* elf64.h */, ); - path = libelf; + name = Products; sourceTree = ""; }; - B398217E29239F4300A82429 /* libretro-common */ = { + B38763CF2D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398217F29239F4300A82429 /* encodings */, - B398218129239F4300A82429 /* vfs */, - B398218329239F4300A82429 /* compat */, - B398218729239F4300A82429 /* glsym */, - B398219029239F4300A82429 /* file */, - B398219329239F4300A82429 /* include */, - B39821E929239F4300A82429 /* memmap */, - B39821EB29239F4300A82429 /* glsm */, - B39821ED29239F4300A82429 /* vulkan */, - B39821EF29239F4300A82429 /* string */, ); - path = "libretro-common"; + name = Products; sourceTree = ""; }; - B398217F29239F4300A82429 /* encodings */ = { + B38763D12D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398218029239F4300A82429 /* encoding_utf.c */, ); - path = encodings; + name = Products; sourceTree = ""; }; - B398218129239F4300A82429 /* vfs */ = { + B38763D32D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398218229239F4300A82429 /* vfs_implementation.c */, ); - path = vfs; + name = Products; sourceTree = ""; }; - B398218329239F4300A82429 /* compat */ = { + B38763D52D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398218429239F4300A82429 /* compat_strl.c */, - B398218529239F4300A82429 /* compat_strcasestr.c */, - B398218629239F4300A82429 /* fopen_utf8.c */, ); - path = compat; + name = Products; sourceTree = ""; }; - B398218729239F4300A82429 /* glsym */ = { + B38763D72D2C699C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398218829239F4300A82429 /* glsym_es3.c */, - B398218929239F4300A82429 /* glsym_gl.c */, - B398218A29239F4300A82429 /* README.md */, - B398218B29239F4300A82429 /* glsym_es2.c */, - B398218C29239F4300A82429 /* rglgen.c */, - B398218D29239F4300A82429 /* glgen.py */, - B398218E29239F4300A82429 /* xglgen.py */, - B398218F29239F4300A82429 /* rglgen.py */, ); - path = glsym; + name = Products; sourceTree = ""; }; - B398219029239F4300A82429 /* file */ = { + B3878D4A2D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398219129239F4300A82429 /* file_path.c */, - B398219229239F4300A82429 /* retro_dirent.c */, ); - path = file; + name = Products; sourceTree = ""; }; - B398219329239F4300A82429 /* include */ = { + B3878D4C2D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398219429239F4300A82429 /* encodings */, - B398219729239F4300A82429 /* memalign.h */, - B398219829239F4300A82429 /* libretro_dspfilter.h */, - B398219929239F4300A82429 /* vfs */, - B398219D29239F4300A82429 /* cdrom */, - B398219F29239F4300A82429 /* libco.h */, - B39821A029239F4300A82429 /* compat */, - B39821B629239F4300A82429 /* retro_common_api.h */, - B39821B729239F4300A82429 /* retro_timers.h */, - B39821B829239F4300A82429 /* glsym */, - B39821C229239F4300A82429 /* file */, - B39821C429239F4300A82429 /* retro_environment.h */, - B39821C529239F4300A82429 /* retro_dirent.h */, - B39821C629239F4300A82429 /* retro_inline.h */, - B39821C729239F4300A82429 /* retro_math.h */, - B39821C829239F4300A82429 /* libchdr */, - B39821D229239F4300A82429 /* retro_miscellaneous.h */, - B39821D329239F4300A82429 /* clamping.h */, - B39821D429239F4300A82429 /* boolean.h */, - B39821D529239F4300A82429 /* libretro_gskit_ps2.h */, - B39821D629239F4300A82429 /* glsm */, - B39821D929239F4300A82429 /* memmap.h */, - B39821DA29239F4300A82429 /* rthreads */, - B39821DE29239F4300A82429 /* libretro.h */, - B39821DF29239F4300A82429 /* vulkan */, - B39821E129239F4300A82429 /* retro_stat.h */, - B39821E229239F4300A82429 /* retro_common.h */, - B39821E329239F4300A82429 /* retro_assert.h */, - B39821E429239F4300A82429 /* string */, - B39821E629239F4300A82429 /* libretro_d3d.h */, - B39821E729239F4300A82429 /* libretro_vulkan.h */, - B39821E829239F4300A82429 /* retro_endianness.h */, ); - path = include; + name = Products; sourceTree = ""; }; - B398219429239F4300A82429 /* encodings */ = { + B3878D4E2D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398219529239F4300A82429 /* utf.h */, - B398219629239F4300A82429 /* win32.h */, ); - path = encodings; + name = Products; sourceTree = ""; }; - B398219929239F4300A82429 /* vfs */ = { + B3878D502D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398219A29239F4300A82429 /* vfs.h */, - B398219B29239F4300A82429 /* vfs_implementation.h */, - B398219C29239F4300A82429 /* vfs_implementation_cdrom.h */, ); - path = vfs; + name = Products; sourceTree = ""; }; - B398219D29239F4300A82429 /* cdrom */ = { + B3878D522D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398219E29239F4300A82429 /* cdrom.h */, ); - path = cdrom; + name = Products; sourceTree = ""; }; - B39821A029239F4300A82429 /* compat */ = { + B3878D542D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821A129239F4300A82429 /* apple_compat.h */, - B39821A229239F4300A82429 /* zutil.h */, - B39821A329239F4300A82429 /* strl.h */, - B39821A429239F4300A82429 /* strcasestr.h */, - B39821A529239F4300A82429 /* msvc */, - B39821A729239F4300A82429 /* fopen_utf8.h */, - B39821A829239F4300A82429 /* zconf.h.in */, - B39821A929239F4300A82429 /* intrinsics.h */, - B39821AA29239F4300A82429 /* posix_string.h */, - B39821AB29239F4300A82429 /* zlib */, - B39821B029239F4300A82429 /* getopt.h */, - B39821B129239F4300A82429 /* fnmatch.h */, - B39821B229239F4300A82429 /* msvc.h */, - B39821B329239F4300A82429 /* zlib.h */, - B39821B429239F4300A82429 /* ifaddrs.h */, - B39821B529239F4300A82429 /* zconf.h */, ); - path = compat; + name = Products; sourceTree = ""; }; - B39821A529239F4300A82429 /* msvc */ = { + B3878D562D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821A629239F4300A82429 /* stdint.h */, ); - path = msvc; + name = Products; sourceTree = ""; }; - B39821AB29239F4300A82429 /* zlib */ = { + B3878D582D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821AC29239F4300A82429 /* zutil.h */, - B39821AD29239F4300A82429 /* zconf.h.in */, - B39821AE29239F4300A82429 /* zlib.h */, - B39821AF29239F4300A82429 /* zconf.h */, ); - path = zlib; + name = Products; sourceTree = ""; }; - B39821B829239F4300A82429 /* glsym */ = { + B3878D5A2D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821B929239F4300A82429 /* rglgen.h */, - B39821BA29239F4300A82429 /* glsym_es2.h */, - B39821BB29239F4300A82429 /* glsym.h */, - B39821BC29239F4300A82429 /* rglgen_headers.h */, - B39821BD29239F4300A82429 /* switch */, - B39821C029239F4300A82429 /* glsym_es3.h */, - B39821C129239F4300A82429 /* glsym_gl.h */, ); - path = glsym; + name = Products; sourceTree = ""; }; - B39821BD29239F4300A82429 /* switch */ = { + B3878D5C2D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821BE29239F4300A82429 /* nx_gl.h */, - B39821BF29239F4300A82429 /* nx_glsym.h */, ); - path = switch; + name = Products; sourceTree = ""; }; - B39821C229239F4300A82429 /* file */ = { + B3878D5E2D2C6C3700D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821C329239F4300A82429 /* file_path.h */, ); - path = file; + name = Products; sourceTree = ""; }; - B39821C829239F4300A82429 /* libchdr */ = { + B3878D602D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821C929239F4300A82429 /* lzma.h */, - B39821CA29239F4300A82429 /* minmax.h */, - B39821CB29239F4300A82429 /* flac.h */, - B39821CC29239F4300A82429 /* bitstream.h */, - B39821CD29239F4300A82429 /* cdrom.h */, - B39821CE29239F4300A82429 /* chd.h */, - B39821CF29239F4300A82429 /* libchdr_zlib.h */, - B39821D029239F4300A82429 /* huffman.h */, - B39821D129239F4300A82429 /* coretypes.h */, ); - path = libchdr; + name = Products; sourceTree = ""; }; - B39821D629239F4300A82429 /* glsm */ = { + B3878D622D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821D729239F4300A82429 /* glsm.h */, - B39821D829239F4300A82429 /* glsmsym.h */, ); - path = glsm; + name = Products; sourceTree = ""; }; - B39821DA29239F4300A82429 /* rthreads */ = { + B3878D642D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; - children = ( - B39821DB29239F4300A82429 /* rsemaphore.h */, - B39821DC29239F4300A82429 /* rthreads.h */, - B39821DD29239F4300A82429 /* async_job.h */, - ); - path = rthreads; + name = Products; sourceTree = ""; }; - B39821DF29239F4300A82429 /* vulkan */ = { + B3878D662D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821E029239F4300A82429 /* vulkan_symbol_wrapper.h */, ); - path = vulkan; + name = Products; sourceTree = ""; }; - B39821E429239F4300A82429 /* string */ = { + B3878D682D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821E529239F4300A82429 /* stdstring.h */, ); - path = string; + name = Products; sourceTree = ""; }; - B39821E929239F4300A82429 /* memmap */ = { + B3878D6A2D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821EA29239F4300A82429 /* memalign.c */, ); - path = memmap; + name = Products; sourceTree = ""; }; - B39821EB29239F4300A82429 /* glsm */ = { + B3878D6C2D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821EC29239F4300A82429 /* glsm.c */, ); - path = glsm; + name = Products; sourceTree = ""; }; - B39821ED29239F4300A82429 /* vulkan */ = { + B3878D6E2D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821EE29239F4300A82429 /* vulkan_symbol_wrapper.c */, ); - path = vulkan; + name = Products; sourceTree = ""; }; - B39821EF29239F4300A82429 /* string */ = { + B3878D702D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821F029239F4300A82429 /* stdstring.c */, ); - path = string; + name = Products; sourceTree = ""; }; - B39821F129239F4300A82429 /* chdpsr */ = { + B3878D722D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821F229239F4300A82429 /* cdipsr.cpp */, - B39821F329239F4300A82429 /* cdipsr.h */, ); - path = chdpsr; + name = Products; sourceTree = ""; }; - B39821F429239F4300A82429 /* xxHash */ = { + B3878D742D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398222929239F4300A82429 /* .gitattributes */, - B398222729239F4300A82429 /* .gitignore */, - B39821F929239F4300A82429 /* CHANGELOG */, - B39821F729239F4300A82429 /* LICENSE */, - B39821FA29239F4300A82429 /* Makefile */, - B39821F829239F4300A82429 /* xxhsum.1 */, - B398222529239F4300A82429 /* xxhash.c */, - B398222829239F4300A82429 /* xxhsum.c */, - B398222A29239F4300A82429 /* xxh3.h */, - B39821F629239F4300A82429 /* xxhash.h */, - B39821F529239F4300A82429 /* libxxhash.pc.in */, - B398221E29239F4300A82429 /* README.md */, - B398221F29239F4300A82429 /* xxhsum.1.md */, - B398222E29239F4300A82429 /* .travis.yml */, - B398222629239F4300A82429 /* appveyor.yml */, - B398222029239F4300A82429 /* cmake_unofficial */, - B398222B29239F4300A82429 /* doc */, - B39821FB29239F4300A82429 /* tests */, ); - path = xxHash; + name = Products; sourceTree = ""; }; - B39821FB29239F4300A82429 /* tests */ = { + B3878D762D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39821FC29239F4300A82429 /* bench */, - B398220A29239F4300A82429 /* Makefile */, - B398220B29239F4300A82429 /* generate_unicode_test.c */, - B398220C29239F4300A82429 /* multiInclude.c */, - B398220D29239F4300A82429 /* collisions */, ); - path = tests; + name = Products; sourceTree = ""; }; - B39821FC29239F4300A82429 /* bench */ = { + B3878D782D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; - children = ( - B39821FD29239F4300A82429 /* benchHash.h */, - B39821FE29239F4300A82429 /* bhDisplay.c */, - B39821FF29239F4300A82429 /* LICENSE */, - B398220029239F4300A82429 /* hashes.h */, - B398220129239F4300A82429 /* Makefile */, - B398220229239F4300A82429 /* benchfn.h */, - B398220329239F4300A82429 /* timefn.h */, - B398220429239F4300A82429 /* benchHash.c */, - B398220529239F4300A82429 /* bhDisplay.h */, - B398220629239F4300A82429 /* main.c */, - B398220729239F4300A82429 /* .gitignore */, - B398220829239F4300A82429 /* timefn.c */, - B398220929239F4300A82429 /* benchfn.c */, - ); - path = bench; + name = Products; sourceTree = ""; }; - B398220D29239F4300A82429 /* collisions */ = { + B3878D7A2D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398220E29239F4300A82429 /* pool.h */, - B398220F29239F4300A82429 /* LICENSE */, - B398221029239F4300A82429 /* hashes.h */, - B398221129239F4300A82429 /* Makefile */, - B398221229239F4300A82429 /* threading.h */, - B398221329239F4300A82429 /* README.md */, - B398221429239F4300A82429 /* allcodecs */, - B398221829239F4300A82429 /* main.c */, - B398221929239F4300A82429 /* .gitignore */, - B398221A29239F4300A82429 /* sort.cc */, - B398221B29239F4300A82429 /* pool.c */, - B398221C29239F4300A82429 /* threading.c */, - B398221D29239F4300A82429 /* sort.hh */, ); - path = collisions; + name = Products; sourceTree = ""; }; - B398221429239F4300A82429 /* allcodecs */ = { + B3878D7C2D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B398221529239F4300A82429 /* dummy.c */, - B398221629239F4300A82429 /* README.md */, - B398221729239F4300A82429 /* dummy.h */, ); - path = allcodecs; + name = Products; sourceTree = ""; }; - B398222029239F4300A82429 /* cmake_unofficial */ = { - isa = PBXGroup; - children = ( - B398222129239F4300A82429 /* CMakeLists.txt */, - B398222229239F4300A82429 /* README.md */, - B398222329239F4300A82429 /* xxHashConfig.cmake.in */, - B398222429239F4300A82429 /* .gitignore */, - ); - path = cmake_unofficial; - sourceTree = ""; - }; - B398222B29239F4300A82429 /* doc */ = { - isa = PBXGroup; - children = ( - B398222C29239F4300A82429 /* README.md */, - B398222D29239F4300A82429 /* xxhash_spec.md */, - ); - path = doc; - sourceTree = ""; - }; - B398222F29239F4300A82429 /* libzip */ = { - isa = PBXGroup; - children = ( - B398223029239F4300A82429 /* man */, - B398236329239F4400A82429 /* CMakeLists.txt */, - B398236429239F4400A82429 /* LICENSE */, - B398236529239F4400A82429 /* cmake */, - B398236A29239F4400A82429 /* AUTHORS */, - B398236B29239F4400A82429 /* cmake-zipconf.h.in */, - B398236C29239F4400A82429 /* regress */, - B398236F29239F4400A82429 /* NEWS.md */, - B398237029239F4400A82429 /* libzip.pc.in */, - B398237129239F4400A82429 /* vstudio */, - B398237629239F4400A82429 /* cmake-config.h.in */, - B398237729239F4400A82429 /* cmake-compat */, - B398238129239F4400A82429 /* INSTALL.md */, - B398238229239F4400A82429 /* TODO.md */, - B398238329239F4400A82429 /* README.md */, - B398238429239F4400A82429 /* examples */, - B398238829239F4400A82429 /* android */, - B398238D29239F4400A82429 /* lib */, - B398241D29239F4400A82429 /* API-CHANGES.md */, - B398241E29239F4400A82429 /* THANKS */, - B398241F29239F4400A82429 /* developer-xcode */, - B398242A29239F4400A82429 /* libzip-config.cmake.in */, - ); - path = libzip; - sourceTree = ""; - }; - B398223029239F4300A82429 /* man */ = { - isa = PBXGroup; - children = ( - B398223129239F4300A82429 /* zip_set_archive_comment.html */, - B398223229239F4300A82429 /* ZIP_SOURCE_GET_ARGS.mdoc */, - B398223329239F4300A82429 /* zip_ftell.man */, - B398223429239F4300A82429 /* zip_error_strerror.man */, - B398223529239F4300A82429 /* libzip.html */, - B398223629239F4300A82429 /* zip_error_get.html */, - B398223729239F4300A82429 /* zip_encryption_method_supported.html */, - B398223829239F4300A82429 /* zip_error_set.html */, - B398223929239F4300A82429 /* zip_get_error.html */, - B398223A29239F4300A82429 /* zip_add.html */, - B398223B29239F4300A82429 /* zip_source_tell_write.html */, - B398223C29239F4300A82429 /* zip_fread.html */, - B398223D29239F4300A82429 /* zip_error_to_data.html */, - B398223E29239F4300A82429 /* zip_file_get_external_attributes.man */, - B398223F29239F4300A82429 /* zip_error_system_type.html */, - B398224029239F4300A82429 /* zip_source_function.man */, - B398224129239F4300A82429 /* zip_file_add.man */, - B398224229239F4300A82429 /* zip_source_buffer_fragment.man */, - B398224329239F4300A82429 /* zip_file_add.mdoc */, - B398224429239F4300A82429 /* zip_error_get_sys_type.mdoc */, - B398224529239F4300A82429 /* zip_get_error.man */, - B398224629239F4300A82429 /* zip_delete.html */, - B398224729239F4300A82429 /* zip_source_error.html */, - B398224829239F4300A82429 /* zip_source_is_deleted.mdoc */, - B398224929239F4300A82429 /* zip_set_default_password.man */, - B398224A29239F4300A82429 /* zip_file_set_encryption.man */, - B398224B29239F4300A82429 /* zip_get_num_entries.man */, - B398224C29239F4300A82429 /* zip_get_file_comment.man */, - B398224D29239F4300A82429 /* zip_set_file_compression.man */, - B398224E29239F4300A82429 /* libzip.man */, - B398224F29239F4300A82429 /* zip_source_seek.man */, - B398225029239F4300A82429 /* zip_file_attributes_init.man */, - B398225129239F4300A82429 /* zip_dir_add.man */, - B398225229239F4300A82429 /* zip_source_seek_compute_offset.html */, - B398225329239F4300A82429 /* zip_source_zip.man */, - B398225429239F4300A82429 /* zip_error_code_system.man */, - B398225529239F4300A82429 /* zip_source_make_command_bitmap.html */, - B398225629239F4300A82429 /* zip_source_buffer_fragment.mdoc */, - B398225729239F4300A82429 /* zip_source_filep.mdoc */, - B398225829239F4300A82429 /* zip_unchange.man */, - B398225929239F4300A82429 /* zip_source_zip.mdoc */, - B398225A29239F4300A82429 /* zip_error_fini.html */, - B398225B29239F4300A82429 /* zip_file_attributes_init.html */, - B398225C29239F4300A82429 /* zip_source_read.mdoc */, - B398225D29239F4300A82429 /* zip_error_to_str.man */, - B398225E29239F4300A82429 /* zip_delete.man */, - B398225F29239F4300A82429 /* zip_file_get_external_attributes.html */, - B398226029239F4300A82429 /* zip_file_rename.mdoc */, - B398226129239F4300A82429 /* zip_set_file_comment.man */, - B398226229239F4300A82429 /* zip_source_make_command_bitmap.man */, - B398226329239F4300A82429 /* CMakeLists.txt */, - B398226429239F4300A82429 /* zip_set_file_compression.html */, - B398226529239F4300A82429 /* zip_source_begin_write.man */, - B398226629239F4300A82429 /* zip_source_file.man */, - B398226729239F4300A82429 /* zip_close.mdoc */, - B398226829239F4300A82429 /* zip_source_seek_write.mdoc */, - B398226929239F4300A82429 /* zip_stat_init.man */, - B398226A29239F4300A82429 /* zip_source_buffer.man */, - B398226B29239F4300A82429 /* zip_source_win32a.html */, - B398226C29239F4300A82429 /* zip_file_set_external_attributes.man */, - B398226D29239F4300A82429 /* zip_stat.mdoc */, - B398226E29239F4300A82429 /* zip_source_stat.html */, - B398226F29239F4300A82429 /* zip_name_locate.html */, - B398227029239F4300A82429 /* zip_file_set_comment.mdoc */, - B398227129239F4300A82429 /* zip_error_code_system.mdoc */, - B398227229239F4300A82429 /* zip_source.html */, - B398227329239F4300A82429 /* zip_source_write.html */, - B398227429239F4300A82429 /* zip_get_name.mdoc */, - B398227529239F4300A82429 /* zip_error_system_type.man */, - B398227629239F4300A82429 /* zip_errors.html */, - B398227729239F4300A82429 /* zip_source_close.mdoc */, - B398227829239F4300A82429 /* zip_set_default_password.mdoc */, - B398227929239F4300A82429 /* make_zip_errors.sh */, - B398227A29239F4300A82429 /* zip_name_locate.mdoc */, - B398227B29239F4300A82429 /* zip_error_code_system.html */, - B398227C29239F4300A82429 /* zip_file_set_comment.html */, - B398227D29239F4300A82429 /* zip_source_stat.mdoc */, - B398227E29239F4300A82429 /* zip_source.mdoc */, - B398227F29239F4300A82429 /* zip_source_win32a.mdoc */, - B398228029239F4300A82429 /* zip_stat.html */, - B398228129239F4300A82429 /* zip_source_tell.man */, - B398228229239F4300A82429 /* zip_source_close.html */, - B398228329239F4300A82429 /* zip_set_default_password.html */, - B398228429239F4300A82429 /* zip_get_name.html */, - B398228529239F4300A82429 /* zip_source_write.mdoc */, - B398228629239F4300A82429 /* zip_errors.mdoc */, - B398228729239F4300A82429 /* zip_unchange_archive.man */, - B398228829239F4300A82429 /* zip_file_rename.html */, - B398228929239F4300A82429 /* zip_file_get_comment.man */, - B398228A29239F4300A82429 /* zip_file_get_external_attributes.mdoc */, - B398228B29239F4300A82429 /* zip_source.man */, - B398228C29239F4300A82429 /* zip_compression_method_supported.man */, - B398228D29239F4300A82429 /* zip_set_file_compression.mdoc */, - B398228E29239F4300A82429 /* zip_file_attributes_init.mdoc */, - B398228F29239F4300A82429 /* zipcmp.man */, - B398229029239F4300A82429 /* zip_source_read.html */, - B398229129239F4300A82429 /* zip_fseek.man */, - B398229229239F4300A82429 /* zip_source_seek_write.html */, - B398229329239F4300A82429 /* zip_close.html */, - B398229429239F4300A82429 /* zip_get_archive_comment.man */, - B398229529239F4300A82429 /* ziptool.man */, - B398229629239F4300A82429 /* zip_source_is_deleted.html */, - B398229729239F4300A82429 /* zip_source_error.mdoc */, - B398229829239F4300A82429 /* zip_file_extra_field_get.man */, - B398229929239F4300A82429 /* zip_error_system_type.mdoc */, - B398229A29239F4300A82429 /* zip_error_get_sys_type.html */, - B398229B29239F4300A82429 /* zip_file_add.html */, - B398229C29239F4300A82429 /* zip_fopen_encrypted.man */, - B398229D29239F4300A82429 /* zip_delete.mdoc */, - B398229E29239F4300A82429 /* zip_source_buffer_fragment.html */, - B398229F29239F4300A82429 /* zip_source_make_command_bitmap.mdoc */, - B39822A029239F4300A82429 /* zip_error_fini.mdoc */, - B39822A129239F4300A82429 /* zip_source_zip.html */, - B39822A229239F4300A82429 /* zip_source_filep.html */, - B39822A329239F4300A82429 /* handle_links */, - B39822A429239F4300A82429 /* zip_source_seek_compute_offset.mdoc */, - B39822A529239F4300A82429 /* zip_error_to_data.man */, - B39822A629239F4300A82429 /* ZIP_SOURCE_GET_ARGS.html */, - B39822A729239F4300A82429 /* zip_source_filep.man */, - B39822A829239F4300A82429 /* zip_source_commit_write.man */, - B39822A929239F4300A82429 /* zip_error_get.mdoc */, - B39822AA29239F4300A82429 /* libzip.mdoc */, - B39822AB29239F4300A82429 /* zip_set_archive_comment.mdoc */, - B39822AC29239F4300A82429 /* zip_error_set.man */, - B39822AD29239F4300A82429 /* zip_get_error.mdoc */, - B39822AE29239F4300A82429 /* zip_add.mdoc */, - B39822AF29239F4300A82429 /* zip_error_set.mdoc */, - B39822B029239F4300A82429 /* zip_error_to_data.mdoc */, - B39822B129239F4300A82429 /* zip_source_tell_write.mdoc */, - B39822B229239F4300A82429 /* zip_fread.mdoc */, - B39822B329239F4300A82429 /* zip_encryption_method_supported.mdoc */, - B39822B429239F4300A82429 /* zip_source_seek_write.man */, - B39822B529239F4300A82429 /* zipcmp.mdoc */, - B39822B629239F4300A82429 /* zip_name_locate.man */, - B39822B729239F4300A82429 /* zip_source_win32handle.man */, - B39822B829239F4300A82429 /* zip_ftell.html */, - B39822B929239F4300A82429 /* zip_error_init.man */, - B39822BA29239F4300A82429 /* zip_dir_add.mdoc */, - B39822BB29239F4300A82429 /* zip_source_file.mdoc */, - B39822BC29239F4300A82429 /* zip_error_clear.mdoc */, - B39822BD29239F4300A82429 /* zip_source_win32w.man */, - B39822BE29239F4300A82429 /* zipmerge.mdoc */, - B39822BF29239F4300A82429 /* zip_source_win32a.man */, - B39822C029239F4300A82429 /* zip_unchange.html */, - B39822C129239F4300A82429 /* zip_libzip_version.html */, - B39822C229239F4300A82429 /* zip_source_function.html */, - B39822C329239F4300A82429 /* fix-man-links.sh */, - B39822C429239F4300A82429 /* zip_error_get_sys_type.man */, - B39822C529239F4300A82429 /* zip_error_clear.man */, - B39822C629239F4300A82429 /* zip_fclose.man */, - B39822C729239F4300A82429 /* zip_file_set_encryption.html */, - B39822C829239F4300A82429 /* zip_fdopen.mdoc */, - B39822C929239F4300A82429 /* zip_set_archive_comment.man */, - B39822CA29239F4300A82429 /* zip_source_stat.man */, - B39822CB29239F4300A82429 /* zip_file_set_external_attributes.html */, - B39822CC29239F4300A82429 /* zip_fseek.mdoc */, - B39822CD29239F4300A82429 /* zip_source_tell_write.man */, - B39822CE29239F4300A82429 /* zip_file_set_mtime.html */, - B39822CF29239F4300A82429 /* zip_source_win32handle.html */, - B39822D029239F4300A82429 /* zip_add_dir.man */, - B39822D129239F4300A82429 /* zip_error_init.html */, - B39822D229239F4300A82429 /* ZIP_SOURCE_GET_ARGS.man */, - B39822D329239F4300A82429 /* zip_errors.man */, - B39822D429239F4300A82429 /* zip_file_strerror.html */, - B39822D529239F4300A82429 /* zip_get_archive_flag.mdoc */, - B39822D629239F4300A82429 /* zip_source_free.man */, - B39822D729239F4300A82429 /* zip_unchange_all.man */, - B39822D829239F4300A82429 /* zip_set_file_comment.html */, - B39822D929239F4300A82429 /* zip_open.mdoc */, - B39822DA29239F4300A82429 /* zip_source_open.html */, - B39822DB29239F4300A82429 /* zip_add_dir.mdoc */, - B39822DC29239F4300A82429 /* links */, - B39822DD29239F4300A82429 /* zip_fclose.mdoc */, - B39822DE29239F4300A82429 /* zip_file_extra_fields_count.mdoc */, - B39822DF29239F4300A82429 /* zip_file_extra_field_delete.html */, - B39822E029239F4300A82429 /* zip_fdopen.man */, - B39822E129239F4300A82429 /* zip_encryption_method_supported.man */, - B39822E229239F4300A82429 /* mkdocset.pl */, - B39822E329239F4300A82429 /* zip_file_extra_field_get.mdoc */, - B39822E429239F4300A82429 /* zip_file_get_error.html */, - B39822E529239F4300A82429 /* zip_compression_method_supported.mdoc */, - B39822E629239F4300A82429 /* zip_source_rollback_write.mdoc */, - B39822E729239F4300A82429 /* update-man.cmake */, - B39822E829239F4300A82429 /* zip_close.man */, - B39822E929239F4300A82429 /* zip_file_set_comment.man */, - B39822EA29239F4300A82429 /* zip_source_buffer.mdoc */, - B39822EB29239F4300A82429 /* zip_fopen_encrypted.mdoc */, - B39822EC29239F4300A82429 /* zip_source_tell.mdoc */, - B39822ED29239F4300A82429 /* zip_file_extra_fields_count.man */, - B39822EE29239F4300A82429 /* zip_get_num_entries.mdoc */, - B39822EF29239F4300A82429 /* zip_source_open.man */, - B39822F029239F4300A82429 /* zip_file_set_mtime.man */, - B39822F129239F4300A82429 /* zip_rename.man */, - B39822F229239F4300A82429 /* zip_error_to_str.mdoc */, - B39822F329239F4300A82429 /* zip_register_progress_callback_with_state.html */, - B39822F429239F4300A82429 /* zip_unchange_archive.mdoc */, - B39822F529239F4300A82429 /* zip_register_progress_callback_with_state.man */, - B39822F629239F4300A82429 /* zip_file_extra_field_set.mdoc */, - B39822F729239F4300A82429 /* zip_source_begin_write.mdoc */, - B39822F829239F4300A82429 /* zip_source_commit_write.html */, - B39822F929239F4300A82429 /* zip_unchange_all.html */, - B39822FA29239F4300A82429 /* zip_error_code_zip.mdoc */, - B39822FB29239F4300A82429 /* zip_file_get_comment.html */, - B39822FC29239F4300A82429 /* zip_discard.html */, - B39822FD29239F4300A82429 /* zip_set_archive_flag.mdoc */, - B39822FE29239F4300A82429 /* zip_fopen.mdoc */, - B39822FF29239F4300A82429 /* zip_get_file_comment.html */, - B398230029239F4300A82429 /* zip_register_progress_callback.mdoc */, - B398230129239F4300A82429 /* zip_add.man */, - B398230229239F4300A82429 /* zip_libzip_version.man */, - B398230329239F4300A82429 /* zip_rename.mdoc */, - B398230429239F4300A82429 /* zip_source_keep.html */, - B398230529239F4300A82429 /* zip_get_num_files.mdoc */, - B398230629239F4300A82429 /* ziptool.html */, - B398230729239F4300A82429 /* zip_source_error.man */, - B398230829239F4300A82429 /* zip_source_free.mdoc */, - B398230929239F4300A82429 /* zip_source_rollback_write.man */, - B398230A29239F4300A82429 /* zip_source_win32w.mdoc */, - B398230B29239F4300A82429 /* zip_stat_init.html */, - B398230C29239F4300A82429 /* zip_error_strerror.mdoc */, - B398230D29239F4300A82429 /* zip_fread.man */, - B398230E29239F4300A82429 /* zip_get_archive_comment.html */, - B398230F29239F4300A82429 /* zip_source_seek.html */, - B398231029239F4300A82429 /* zip_get_name.man */, - B398231129239F4300A82429 /* zip_register_progress_callback.html */, - B398231229239F4300A82429 /* zip_error_get.man */, - B398231329239F4300A82429 /* zip_get_num_files.html */, - B398231429239F4300A82429 /* zip_source_keep.mdoc */, - B398231529239F4300A82429 /* zip_rename.html */, - B398231629239F4400A82429 /* ziptool.mdoc */, - B398231729239F4400A82429 /* zip_source_free.html */, - B398231829239F4400A82429 /* zip_file_get_comment.mdoc */, - B398231929239F4400A82429 /* zip_error_code_zip.html */, - B398231A29239F4400A82429 /* zip_discard.mdoc */, - B398231B29239F4400A82429 /* zip_source_begin_write.html */, - B398231C29239F4400A82429 /* zip_source_commit_write.mdoc */, - B398231D29239F4400A82429 /* zip_unchange_all.mdoc */, - B398231E29239F4400A82429 /* zipmerge.man */, - B398231F29239F4400A82429 /* zip_get_file_comment.mdoc */, - B398232029239F4400A82429 /* zip_file_get_error.man */, - B398232129239F4400A82429 /* zip_file_extra_field_delete.man */, - B398232229239F4400A82429 /* zip_set_archive_flag.html */, - B398232329239F4400A82429 /* zip_fopen.html */, - B398232429239F4400A82429 /* update-html.cmake */, - B398232529239F4400A82429 /* zip_get_archive_comment.mdoc */, - B398232629239F4400A82429 /* zip_discard.man */, - B398232729239F4400A82429 /* zip_source_seek.mdoc */, - B398232829239F4400A82429 /* zip_get_num_files.man */, - B398232929239F4400A82429 /* zip_stat_init.mdoc */, - B398232A29239F4400A82429 /* zip_source_win32w.html */, - B398232B29239F4400A82429 /* zip_stat.man */, - B398232C29239F4400A82429 /* zip_error_strerror.html */, - B398232D29239F4400A82429 /* zip_source_rollback_write.html */, - B398232E29239F4400A82429 /* zip_error_code_zip.man */, - B398232F29239F4400A82429 /* zip_register_progress_callback.man */, - B398233029239F4400A82429 /* zip_file_get_error.mdoc */, - B398233129239F4400A82429 /* zip_compression_method_supported.html */, - B398233229239F4400A82429 /* zip_file_extra_field_get.html */, - B398233329239F4400A82429 /* zip_fopen_encrypted.html */, - B398233429239F4400A82429 /* zip_source_buffer.html */, - B398233529239F4400A82429 /* zip_file_strerror.man */, - B398233629239F4400A82429 /* zip_file_extra_fields_count.html */, - B398233729239F4400A82429 /* zip_fclose.html */, - B398233829239F4400A82429 /* zip_file_extra_field_set.man */, - B398233929239F4400A82429 /* zip_file_extra_field_delete.mdoc */, - B398233A29239F4400A82429 /* zip_source_close.man */, - B398233B29239F4400A82429 /* zip_error_to_str.html */, - B398233C29239F4400A82429 /* zip_register_progress_callback_with_state.mdoc */, - B398233D29239F4400A82429 /* zip_set_archive_flag.man */, - B398233E29239F4400A82429 /* zip_unchange_archive.html */, - B398233F29239F4400A82429 /* zip_file_extra_field_set.html */, - B398234029239F4400A82429 /* zip_get_num_entries.html */, - B398234129239F4400A82429 /* zip_source_tell.html */, - B398234229239F4400A82429 /* zip_file_set_mtime.mdoc */, - B398234329239F4400A82429 /* zip_source_seek_compute_offset.man */, - B398234429239F4400A82429 /* zip_source_win32handle.mdoc */, - B398234529239F4400A82429 /* zip_error_fini.man */, - B398234629239F4400A82429 /* zip_error_init.mdoc */, - B398234729239F4400A82429 /* zip_get_archive_flag.man */, - B398234829239F4400A82429 /* zip_file_set_external_attributes.mdoc */, - B398234929239F4400A82429 /* zip_source_keep.man */, - B398234A29239F4400A82429 /* zip_fseek.html */, - B398234B29239F4400A82429 /* zip_fopen.man */, - B398234C29239F4400A82429 /* zip_source_open.mdoc */, - B398234D29239F4400A82429 /* zip_add_dir.html */, - B398234E29239F4400A82429 /* zip_open.html */, - B398234F29239F4400A82429 /* zip_set_file_comment.mdoc */, - B398235029239F4400A82429 /* zip_file_strerror.mdoc */, - B398235129239F4400A82429 /* zip_get_archive_flag.html */, - B398235229239F4400A82429 /* zip_dir_add.html */, - B398235329239F4400A82429 /* zip_ftell.mdoc */, - B398235429239F4400A82429 /* zip_source_file.html */, - B398235529239F4400A82429 /* zip_error_clear.html */, - B398235629239F4400A82429 /* zipcmp.html */, - B398235729239F4400A82429 /* nih-man.css */, - B398235829239F4400A82429 /* zip_open.man */, - B398235929239F4400A82429 /* zip_source_function.mdoc */, - B398235A29239F4400A82429 /* zip_fdopen.html */, - B398235B29239F4400A82429 /* zip_file_rename.man */, - B398235C29239F4400A82429 /* zip_file_set_encryption.mdoc */, - B398235D29239F4400A82429 /* zip_unchange.mdoc */, - B398235E29239F4400A82429 /* zip_source_is_deleted.man */, - B398235F29239F4400A82429 /* zipmerge.html */, - B398236029239F4400A82429 /* zip_source_read.man */, - B398236129239F4400A82429 /* zip_libzip_version.mdoc */, - B398236229239F4400A82429 /* zip_source_write.man */, - ); - path = man; - sourceTree = ""; - }; - B398236529239F4400A82429 /* cmake */ = { - isa = PBXGroup; - children = ( - B398236629239F4400A82429 /* FindMbedTLS.cmake */, - B398236729239F4400A82429 /* FindZstd.cmake */, - B398236829239F4400A82429 /* Dist.cmake */, - B398236929239F4400A82429 /* FindNettle.cmake */, - ); - path = cmake; - sourceTree = ""; - }; - B398236C29239F4400A82429 /* regress */ = { - isa = PBXGroup; - children = ( - B398236D29239F4400A82429 /* nihtest.conf.in */, - B398236E29239F4400A82429 /* runtest.in */, - ); - path = regress; - sourceTree = ""; - }; - B398237129239F4400A82429 /* vstudio */ = { - isa = PBXGroup; - children = ( - B398237229239F4400A82429 /* zlib */, - B398237429239F4400A82429 /* readme.txt */, - B398237529239F4400A82429 /* vsbuild.cmd */, - ); - path = vstudio; - sourceTree = ""; - }; - B398237229239F4400A82429 /* zlib */ = { - isa = PBXGroup; - children = ( - B398237329239F4400A82429 /* unpack_zlib_here.txt */, - ); - path = zlib; - sourceTree = ""; - }; - B398237729239F4400A82429 /* cmake-compat */ = { - isa = PBXGroup; - children = ( - B398237829239F4400A82429 /* FindLibLZMA.cmake */, - B398237929239F4400A82429 /* CheckLibraryExists.cmake */, - B398237A29239F4400A82429 /* CMakePushCheckState.cmake */, - B398237B29239F4400A82429 /* FindPackageHandleStandardArgs.cmake */, - B398237C29239F4400A82429 /* FindBZip2.cmake */, - B398237D29239F4400A82429 /* CheckSymbolExists.cmake */, - B398237E29239F4400A82429 /* FindGnuTLS.cmake */, - B398237F29239F4400A82429 /* FindPackageMessage.cmake */, - B398238029239F4400A82429 /* SelectLibraryConfigurations.cmake */, - ); - path = "cmake-compat"; - sourceTree = ""; - }; - B398238429239F4400A82429 /* examples */ = { - isa = PBXGroup; - children = ( - B398238529239F4400A82429 /* CMakeLists.txt */, - B398238629239F4400A82429 /* windows-open.c */, - B398238729239F4400A82429 /* in-memory.c */, - ); - path = examples; - sourceTree = ""; - }; - B398238829239F4400A82429 /* android */ = { - isa = PBXGroup; - children = ( - B398238929239F4400A82429 /* docker */, - B398238B29239F4400A82429 /* do.sh */, - B398238C29239F4400A82429 /* readme.txt */, - ); - path = android; - sourceTree = ""; - }; - B398238929239F4400A82429 /* docker */ = { - isa = PBXGroup; - children = ( - B398238A29239F4400A82429 /* Dockerfile */, - ); - path = docker; - sourceTree = ""; - }; - B398238D29239F4400A82429 /* lib */ = { - isa = PBXGroup; - children = ( - B39823B429239F4400A82429 /* zip_add_dir.c */, - B39823C629239F4400A82429 /* zip_add_entry.c */, - B398239529239F4400A82429 /* zip_add.c */, - B398240A29239F4400A82429 /* zip_algorithm_bzip2.c */, - B39823BF29239F4400A82429 /* zip_algorithm_deflate.c */, - B39823F129239F4400A82429 /* zip_algorithm_xz.c */, - B398241529239F4400A82429 /* zip_algorithm_zstd.c */, - B39823C829239F4400A82429 /* zip_buffer.c */, - B39823B129239F4400A82429 /* zip_close.c */, - B39823D629239F4400A82429 /* zip_crypto_commoncrypto.c */, - B398238E29239F4400A82429 /* zip_crypto_gnutls.c */, - B39823AB29239F4400A82429 /* zip_crypto_mbedtls.c */, - B398241329239F4400A82429 /* zip_crypto_openssl.c */, - B39823CA29239F4400A82429 /* zip_crypto_win.c */, - B39823EA29239F4400A82429 /* zip_delete.c */, - B39823BC29239F4400A82429 /* zip_dir_add.c */, - B39823FE29239F4400A82429 /* zip_dirent.c */, - B39823A029239F4400A82429 /* zip_discard.c */, - B39823A329239F4400A82429 /* zip_entry.c */, - B39823C529239F4400A82429 /* zip_err_str.c */, - B398239B29239F4400A82429 /* zip_error_clear.c */, - B39823B529239F4400A82429 /* zip_error_get_sys_type.c */, - B39823FC29239F4400A82429 /* zip_error_get.c */, - B398241B29239F4400A82429 /* zip_error_strerror.c */, - B398240829239F4400A82429 /* zip_error_to_str.c */, - B39823C929239F4400A82429 /* zip_error.c */, - B39823DC29239F4400A82429 /* zip_extra_field_api.c */, - B39823BA29239F4400A82429 /* zip_extra_field.c */, - B39823FD29239F4400A82429 /* zip_fclose.c */, - B39823D429239F4400A82429 /* zip_fdopen.c */, - B398240029239F4400A82429 /* zip_file_add.c */, - B398240529239F4400A82429 /* zip_file_error_clear.c */, - B39823A929239F4400A82429 /* zip_file_error_get.c */, - B398240E29239F4400A82429 /* zip_file_get_comment.c */, - B398239229239F4400A82429 /* zip_file_get_external_attributes.c */, - B39823AC29239F4400A82429 /* zip_file_get_offset.c */, - B398239E29239F4400A82429 /* zip_file_rename.c */, - B39823AA29239F4400A82429 /* zip_file_replace.c */, - B39823AF29239F4400A82429 /* zip_file_set_comment.c */, - B39823A429239F4400A82429 /* zip_file_set_encryption.c */, - B39823E629239F4400A82429 /* zip_file_set_external_attributes.c */, - B39823D829239F4400A82429 /* zip_file_set_mtime.c */, - B398239729239F4400A82429 /* zip_file_strerror.c */, - B39823B829239F4400A82429 /* zip_fopen_encrypted.c */, - B39823F929239F4400A82429 /* zip_fopen_index_encrypted.c */, - B398239829239F4400A82429 /* zip_fopen_index.c */, - B398241229239F4400A82429 /* zip_fopen.c */, - B39823DD29239F4400A82429 /* zip_fread.c */, - B39823E729239F4400A82429 /* zip_fseek.c */, - B398239F29239F4400A82429 /* zip_ftell.c */, - B398239D29239F4400A82429 /* zip_get_archive_comment.c */, - B39823CE29239F4400A82429 /* zip_get_archive_flag.c */, - B39823CD29239F4400A82429 /* zip_get_encryption_implementation.c */, - B39823F029239F4400A82429 /* zip_get_file_comment.c */, - B398239629239F4400A82429 /* zip_get_name.c */, - B39823E329239F4400A82429 /* zip_get_num_entries.c */, - B39823C329239F4400A82429 /* zip_get_num_files.c */, - B39823A829239F4400A82429 /* zip_hash.c */, - B398241729239F4400A82429 /* zip_io_util.c */, - B398240729239F4400A82429 /* zip_libzip_version.c */, - B398239029239F4400A82429 /* zip_memdup.c */, - B398240F29239F4400A82429 /* zip_mkstempm.c */, - B39823BD29239F4400A82429 /* zip_name_locate.c */, - B39823AE29239F4400A82429 /* zip_new.c */, - B39823F529239F4400A82429 /* zip_open.c */, - B39823C429239F4400A82429 /* zip_pkware.c */, - B39823DF29239F4400A82429 /* zip_progress.c */, - B39823B029239F4400A82429 /* zip_random_unix.c */, - B39823C729239F4400A82429 /* zip_random_uwp.c */, - B398240C29239F4400A82429 /* zip_random_win32.c */, - B39823E029239F4400A82429 /* zip_rename.c */, - B39823E929239F4400A82429 /* zip_replace.c */, - B39823B929239F4400A82429 /* zip_set_archive_comment.c */, - B39823D029239F4400A82429 /* zip_set_archive_flag.c */, - B39823DA29239F4400A82429 /* zip_set_default_password.c */, - B39823ED29239F4400A82429 /* zip_set_file_comment.c */, - B39823A729239F4400A82429 /* zip_set_file_compression.c */, - B39823A229239F4400A82429 /* zip_set_name.c */, - B39823EC29239F4400A82429 /* zip_source_accept_empty.c */, - B39823F629239F4400A82429 /* zip_source_begin_write_cloning.c */, - B398239329239F4400A82429 /* zip_source_begin_write.c */, - B398239A29239F4400A82429 /* zip_source_buffer.c */, - B39823B629239F4400A82429 /* zip_source_call.c */, - B39823F329239F4400A82429 /* zip_source_close.c */, - B398239929239F4400A82429 /* zip_source_commit_write.c */, - B398240629239F4400A82429 /* zip_source_compress.c */, - B39823EB29239F4400A82429 /* zip_source_crc.c */, - B398240129239F4400A82429 /* zip_source_error.c */, - B39823C229239F4400A82429 /* zip_source_file_common.c */, - B39823DB29239F4400A82429 /* zip_source_file_stdio_named.c */, - B39823BB29239F4400A82429 /* zip_source_file_stdio.c */, - B39823B229239F4400A82429 /* zip_source_file_win32_ansi.c */, - B39823D929239F4400A82429 /* zip_source_file_win32_named.c */, - B39823FA29239F4400A82429 /* zip_source_file_win32_utf8.c */, - B398241A29239F4400A82429 /* zip_source_file_win32_utf16.c */, - B398241C29239F4400A82429 /* zip_source_file_win32.c */, - B39823C129239F4400A82429 /* zip_source_free.c */, - B39823E529239F4400A82429 /* zip_source_function.c */, - B398240429239F4400A82429 /* zip_source_get_file_attributes.c */, - B39823B729239F4400A82429 /* zip_source_is_deleted.c */, - B398241929239F4400A82429 /* zip_source_layered.c */, - B39823A629239F4400A82429 /* zip_source_open.c */, - B39823D729239F4400A82429 /* zip_source_pkware_decode.c */, - B39823CF29239F4400A82429 /* zip_source_pkware_encode.c */, - B39823F429239F4400A82429 /* zip_source_read.c */, - B398240929239F4400A82429 /* zip_source_remove.c */, - B39823DE29239F4400A82429 /* zip_source_rollback_write.c */, - B39823BE29239F4400A82429 /* zip_source_seek_write.c */, - B39823CC29239F4400A82429 /* zip_source_seek.c */, - B398239C29239F4400A82429 /* zip_source_stat.c */, - B398239129239F4400A82429 /* zip_source_supports.c */, - B398238F29239F4400A82429 /* zip_source_tell_write.c */, - B398240229239F4400A82429 /* zip_source_tell.c */, - B398240D29239F4400A82429 /* zip_source_window.c */, - B398241029239F4400A82429 /* zip_source_winzip_aes_decode.c */, - B398241829239F4400A82429 /* zip_source_winzip_aes_encode.c */, - B39823FF29239F4400A82429 /* zip_source_write.c */, - B39823D129239F4400A82429 /* zip_source_zip_new.c */, - B39823E129239F4400A82429 /* zip_source_zip.c */, - B39823E229239F4400A82429 /* zip_stat_index.c */, - B398241129239F4400A82429 /* zip_stat_init.c */, - B39823EF29239F4400A82429 /* zip_stat.c */, - B39823CB29239F4400A82429 /* zip_strerror.c */, - B39823A129239F4400A82429 /* zip_string.c */, - B398241629239F4400A82429 /* zip_unchange_all.c */, - B39823C029239F4400A82429 /* zip_unchange_archive.c */, - B39823D529239F4400A82429 /* zip_unchange_data.c */, - B39823AD29239F4400A82429 /* zip_unchange.c */, - B39823FB29239F4400A82429 /* zip_utf-8.c */, - B39823E829239F4400A82429 /* zip_winzip_aes.c */, - B39823F729239F4400A82429 /* compat.h */, - B398241429239F4400A82429 /* zip_crypto_commoncrypto.h */, - B39823EE29239F4400A82429 /* zip_crypto_gnutls.h */, - B39823F829239F4400A82429 /* zip_crypto_mbedtls.h */, - B39823D329239F4400A82429 /* zip_crypto_openssl.h */, - B398240329239F4400A82429 /* zip_crypto_win.h */, - B39823B329239F4400A82429 /* zip_crypto.h */, - B398240B29239F4400A82429 /* zip_source_file_stdio.h */, - B39823D229239F4400A82429 /* zip_source_file_win32.h */, - B39823E429239F4400A82429 /* zip_source_file.h */, - B39823F229239F4400A82429 /* zip.h */, - B398239429239F4400A82429 /* zipint.h */, - B39823A529239F4400A82429 /* CMakeLists.txt */, - ); - path = lib; - sourceTree = ""; - }; - B398241F29239F4400A82429 /* developer-xcode */ = { - isa = PBXGroup; - children = ( - B398242329239F4400A82429 /* config.h */, - B398242429239F4400A82429 /* README Xcode Project.md */, - B398242529239F4400A82429 /* zip_err_str.c */, - B398242629239F4400A82429 /* extract-version.sh */, - B398242729239F4400A82429 /* mkconfig-h.sh */, - B398242829239F4400A82429 /* zipconf.h */, - B398242929239F4400A82429 /* Info.plist */, - ); - path = "developer-xcode"; - sourceTree = ""; - }; - B398242B29239F4400A82429 /* glm */ = { - isa = PBXGroup; - children = ( - B398242C29239F4400A82429 /* copying.txt */, - B398242D29239F4400A82429 /* CMakeLists.txt */, - B398242E29239F4400A82429 /* test */, - B39824EB29239F4400A82429 /* util */, - B39824F029239F4400A82429 /* readme.md */, - B39824F129239F4400A82429 /* doc */, - B398285E29239F4700A82429 /* manual.md */, - B398285F29239F4700A82429 /* glm */, - ); - path = glm; - sourceTree = ""; - }; - B398242E29239F4400A82429 /* test */ = { - isa = PBXGroup; - children = ( - B398242F29239F4400A82429 /* glm.cppcheck */, - B398243029239F4400A82429 /* CMakeLists.txt */, - B398243129239F4400A82429 /* core */, - B398246A29239F4400A82429 /* ext */, - B398248729239F4400A82429 /* bug */, - B398248A29239F4400A82429 /* gtc */, - B39824A129239F4400A82429 /* gtx */, - B39824E329239F4400A82429 /* perf */, - ); - path = test; - sourceTree = ""; - }; - B398243129239F4400A82429 /* core */ = { - isa = PBXGroup; - children = ( - B398243229239F4400A82429 /* core_cpp_constexpr.cpp */, - B398243329239F4400A82429 /* core_force_inline.cpp */, - B398243429239F4400A82429 /* core_func_integer_bit_count.cpp */, - B398243529239F4400A82429 /* CMakeLists.txt */, - B398243629239F4400A82429 /* core_force_xyzw_only.cpp */, - B398243729239F4400A82429 /* core_force_left_handed.cpp */, - B398243829239F4400A82429 /* core_func_integer.cpp */, - B398243929239F4400A82429 /* core_setup_force_cxx98.cpp */, - B398243A29239F4400A82429 /* core_setup_message.cpp */, - B398243B29239F4400A82429 /* core_func_common.cpp */, - B398243C29239F4400A82429 /* core_force_quat_wxyz.cpp */, - B398243D29239F4400A82429 /* core_force_explicit_ctor.cpp */, - B398243E29239F4400A82429 /* core_type_length.cpp */, - B398243F29239F4400A82429 /* core_force_arch_unknown.cpp */, - B398244029239F4400A82429 /* core_setup_precision.cpp */, - B398244129239F4400A82429 /* core_func_exponential.cpp */, - B398244229239F4400A82429 /* core_setup_force_size_t_length.cpp */, - B398244329239F4400A82429 /* core_cpp_defaulted_ctor.cpp */, - B398244429239F4400A82429 /* core_func_packing.cpp */, - B398244529239F4400A82429 /* core_force_ctor_init.cpp */, - B398244629239F4400A82429 /* core_func_geometric.cpp */, - B398244729239F4400A82429 /* core_type_ctor.cpp */, - B398244829239F4400A82429 /* core_func_trigonometric.cpp */, - B398244929239F4400A82429 /* core_setup_platform_unknown.cpp */, - B398244A29239F4400A82429 /* core_func_integer_find_msb.cpp */, - B398244B29239F4400A82429 /* core_func_swizzle.cpp */, - B398244C29239F4400A82429 /* core_type_mat2x2.cpp */, - B398244D29239F4400A82429 /* core_force_cxx03.cpp */, - B398244E29239F4400A82429 /* core_type_mat4x4.cpp */, - B398244F29239F4400A82429 /* core_func_vector_relational.cpp */, - B398245029239F4400A82429 /* core_type_mat2x3.cpp */, - B398245129239F4400A82429 /* core_force_aligned_gentypes.cpp */, - B398245229239F4400A82429 /* core_force_platform_unknown.cpp */, - B398245329239F4400A82429 /* core_force_compiler_unknown.cpp */, - B398245429239F4400A82429 /* core_type_mat2x4.cpp */, - B398245529239F4400A82429 /* core_type_mat4x2.cpp */, - B398245629239F4400A82429 /* core_type_mat4x3.cpp */, - B398245729239F4400A82429 /* core_func_noise.cpp */, - B398245829239F4400A82429 /* core_type_int.cpp */, - B398245929239F4400A82429 /* core_type_vec1.cpp */, - B398245A29239F4400A82429 /* core_type_mat3x2.cpp */, - B398245B29239F4400A82429 /* core_type_mat3x3.cpp */, - B398245C29239F4400A82429 /* core_force_cxx_unknown.cpp */, - B398245D29239F4400A82429 /* core_force_unrestricted_gentype.cpp */, - B398245E29239F4400A82429 /* core_func_integer_find_lsb.cpp */, - B398245F29239F4400A82429 /* core_type_vec2.cpp */, - B398246029239F4400A82429 /* core_force_pure.cpp */, - B398246129239F4400A82429 /* core_type_vec3.cpp */, - B398246229239F4400A82429 /* core_force_depth_zero_to_one.cpp */, - B398246329239F4400A82429 /* core_type_mat3x4.cpp */, - B398246429239F4400A82429 /* core_force_size_t_length.cpp */, - B398246529239F4400A82429 /* core_type_aligned.cpp */, - B398246629239F4400A82429 /* core_type_vec4.cpp */, - B398246729239F4400A82429 /* core_force_cxx98.cpp */, - B398246829239F4400A82429 /* core_func_matrix.cpp */, - B398246929239F4400A82429 /* core_type_cast.cpp */, - ); - path = core; - sourceTree = ""; - }; - B398246A29239F4400A82429 /* ext */ = { - isa = PBXGroup; - children = ( - B398246B29239F4400A82429 /* ext_matrix_common.cpp */, - B398246C29239F4400A82429 /* ext_scalar_uint_sized.cpp */, - B398246D29239F4400A82429 /* ext_matrix_projection.cpp */, - B398246E29239F4400A82429 /* ext_scalar_common.cpp */, - B398246F29239F4400A82429 /* CMakeLists.txt */, - B398247029239F4400A82429 /* ext_matrix_relational.cpp */, - B398247129239F4400A82429 /* ext_scalar_relational.cpp */, - B398247229239F4400A82429 /* ext_vector_integer.cpp */, - B398247329239F4400A82429 /* ext_vector_integer_sized.cpp */, - B398247429239F4400A82429 /* ext_quaternion_relational.cpp */, - B398247529239F4400A82429 /* ext_vec1.cpp */, - B398247629239F4400A82429 /* ext_quaternion_geometric.cpp */, - B398247729239F4400A82429 /* ext_scalar_constants.cpp */, - B398247829239F4400A82429 /* ext_vector_bool1.cpp */, - B398247929239F4400A82429 /* ext_quaternion_trigonometric.cpp */, - B398247A29239F4400A82429 /* ext_quaternion_type.cpp */, - B398247B29239F4400A82429 /* ext_scalar_integer.cpp */, - B398247C29239F4400A82429 /* ext_matrix_clip_space.cpp */, - B398247D29239F4400A82429 /* ext_quaternion_transform.cpp */, - B398247E29239F4400A82429 /* ext_vector_relational.cpp */, - B398247F29239F4400A82429 /* ext_quaternion_common.cpp */, - B398248029239F4400A82429 /* ext_scalar_int_sized.cpp */, - B398248129239F4400A82429 /* ext_vector_iec559.cpp */, - B398248229239F4400A82429 /* ext_quaternion_exponential.cpp */, - B398248329239F4400A82429 /* ext_scalar_ulp.cpp */, - B398248429239F4400A82429 /* ext_vector_ulp.cpp */, - B398248529239F4400A82429 /* ext_matrix_transform.cpp */, - B398248629239F4400A82429 /* ext_vector_common.cpp */, - ); - path = ext; - sourceTree = ""; - }; - B398248729239F4400A82429 /* bug */ = { - isa = PBXGroup; - children = ( - B398248829239F4400A82429 /* CMakeLists.txt */, - B398248929239F4400A82429 /* bug_ms_vec_static.cpp */, - ); - path = bug; - sourceTree = ""; - }; - B398248A29239F4400A82429 /* gtc */ = { - isa = PBXGroup; - children = ( - B398248B29239F4400A82429 /* gtc_packing.cpp */, - B398248C29239F4400A82429 /* gtc_matrix_inverse.cpp */, - B398248D29239F4400A82429 /* CMakeLists.txt */, - B398248E29239F4400A82429 /* gtc_type_ptr.cpp */, - B398248F29239F4400A82429 /* gtc_matrix_transform.cpp */, - B398249029239F4400A82429 /* gtc_type_precision.cpp */, - B398249129239F4400A82429 /* gtc_reciprocal.cpp */, - B398249229239F4400A82429 /* gtc_integer.cpp */, - B398249329239F4400A82429 /* gtc_noise.cpp */, - B398249429239F4400A82429 /* gtc_color_space.cpp */, - B398249529239F4400A82429 /* gtc_matrix_integer.cpp */, - B398249629239F4400A82429 /* gtc_user_defined_types.cpp */, - B398249729239F4400A82429 /* gtc_constants.cpp */, - B398249829239F4400A82429 /* gtc_type_aligned.cpp */, - B398249929239F4400A82429 /* gtc_random.cpp */, - B398249A29239F4400A82429 /* gtc_epsilon.cpp */, - B398249B29239F4400A82429 /* gtc_round.cpp */, - B398249C29239F4400A82429 /* gtc_quaternion.cpp */, - B398249D29239F4400A82429 /* gtc_matrix_access.cpp */, - B398249E29239F4400A82429 /* gtc_bitfield.cpp */, - B398249F29239F4400A82429 /* gtc_ulp.cpp */, - B39824A029239F4400A82429 /* gtc_vec1.cpp */, - ); - path = gtc; - sourceTree = ""; - }; - B39824A129239F4400A82429 /* gtx */ = { - isa = PBXGroup; - children = ( - B39824A229239F4400A82429 /* gtx_closest_point.cpp */, - B39824A329239F4400A82429 /* gtx_number_precision.cpp */, - B39824A429239F4400A82429 /* gtx_log_base.cpp */, - B39824A529239F4400A82429 /* gtx_io.cpp */, - B39824A629239F4400A82429 /* gtx_color_space.cpp */, - B39824A729239F4400A82429 /* gtx_spline.cpp */, - B39824A829239F4400A82429 /* gtx_scalar_multiplication.cpp */, - B39824A929239F4400A82429 /* gtx_int_10_10_10_2.cpp */, - B39824AA29239F4400A82429 /* CMakeLists.txt */, - B39824AB29239F4400A82429 /* gtx_rotate_vector.cpp */, - B39824AC29239F4400A82429 /* gtx_vec_swizzle.cpp */, - B39824AD29239F4400A82429 /* gtx_exterior_product.cpp */, - B39824AE29239F4400A82429 /* gtx_load.cpp */, - B39824AF29239F4400A82429 /* gtx_matrix_query.cpp */, - B39824B029239F4400A82429 /* gtx_intersect.cpp */, - B39824B129239F4400A82429 /* gtx_color_encoding.cpp */, - B39824B229239F4400A82429 /* gtx_matrix_factorisation.cpp */, - B39824B329239F4400A82429 /* gtx_extend.cpp */, - B39824B429239F4400A82429 /* gtx_euler_angle.cpp */, - B39824B529239F4400A82429 /* gtx_quaternion.cpp */, - B39824B629239F4400A82429 /* gtx_vector_angle.cpp */, - B39824B729239F4400A82429 /* gtx_component_wise.cpp */, - B39824B829239F4400A82429 /* gtx_orthonormalize.cpp */, - B39824B929239F4400A82429 /* gtx_rotate_normalized_axis.cpp */, - B39824BA29239F4400A82429 /* gtx_type_trait.cpp */, - B39824BB29239F4400A82429 /* gtx_mixed_product.cpp */, - B39824BC29239F4400A82429 /* gtx_color_space_YCoCg.cpp */, - B39824BD29239F4400A82429 /* gtx_matrix_major_storage.cpp */, - B39824BE29239F4400A82429 /* gtx_fast_square_root.cpp */, - B39824BF29239F4400A82429 /* gtx_extended_min_max.cpp */, - B39824C029239F4400A82429 /* gtx_texture.cpp */, - B39824C129239F4400A82429 /* gtx_fast_trigonometry.cpp */, - B39824C229239F4400A82429 /* gtx_extented_min_max.cpp */, - B39824C329239F4400A82429 /* gtx_simd_vec4.cpp */, - B39824C429239F4400A82429 /* gtx.cpp */, - B39824C529239F4400A82429 /* gtx_normal.cpp */, - B39824C629239F4400A82429 /* gtx_easing.cpp */, - B39824C729239F4400A82429 /* gtx_matrix_operation.cpp */, - B39824C829239F4400A82429 /* gtx_norm.cpp */, - B39824C929239F4400A82429 /* gtx_functions.cpp */, - B39824CA29239F4400A82429 /* gtx_handed_coordinate_space.cpp */, - B39824CB29239F4400A82429 /* gtx_type_aligned.cpp */, - B39824CC29239F4400A82429 /* gtx_matrix_interpolation.cpp */, - B39824CD29239F4400A82429 /* gtx_string_cast.cpp */, - B39824CE29239F4400A82429 /* gtx_wrap.cpp */, - B39824CF29239F4400A82429 /* gtx_projection.cpp */, - B39824D029239F4400A82429 /* gtx_vector_query.cpp */, - B39824D129239F4400A82429 /* gtx_random.cpp */, - B39824D229239F4400A82429 /* gtx_compatibility.cpp */, - B39824D329239F4400A82429 /* gtx_matrix_transform_2d.cpp */, - B39824D429239F4400A82429 /* gtx_scalar_relational.cpp */, - B39824D529239F4400A82429 /* gtx_polar_coordinates.cpp */, - B39824D629239F4400A82429 /* gtx_normalize_dot.cpp */, - B39824D729239F4400A82429 /* gtx_integer.cpp */, - B39824D829239F4400A82429 /* gtx_simd_mat4.cpp */, - B39824D929239F4400A82429 /* gtx_fast_exponential.cpp */, - B39824DA29239F4400A82429 /* gtx_dual_quaternion.cpp */, - B39824DB29239F4400A82429 /* gtx_matrix_decompose.cpp */, - B39824DC29239F4400A82429 /* gtx_range.cpp */, - B39824DD29239F4400A82429 /* gtx_common.cpp */, - B39824DE29239F4400A82429 /* gtx_perpendicular.cpp */, - B39824DF29239F4400A82429 /* gtx_gradient_paint.cpp */, - B39824E029239F4400A82429 /* gtx_associated_min_max.cpp */, - B39824E129239F4400A82429 /* gtx_matrix_cross_product.cpp */, - B39824E229239F4400A82429 /* gtx_optimum_pow.cpp */, - ); - path = gtx; - sourceTree = ""; - }; - B39824E329239F4400A82429 /* perf */ = { - isa = PBXGroup; - children = ( - B39824E429239F4400A82429 /* perf_matrix_inverse.cpp */, - B39824E529239F4400A82429 /* CMakeLists.txt */, - B39824E629239F4400A82429 /* perf_matrix_div.cpp */, - B39824E729239F4400A82429 /* perf_vector_mul_matrix.cpp */, - B39824E829239F4400A82429 /* perf_matrix_transpose.cpp */, - B39824E929239F4400A82429 /* perf_matrix_mul.cpp */, - B39824EA29239F4400A82429 /* perf_matrix_mul_vector.cpp */, - ); - path = perf; - sourceTree = ""; - }; - B39824EB29239F4400A82429 /* util */ = { - isa = PBXGroup; - children = ( - B39824EC29239F4400A82429 /* autoexp.vc2010.dat */, - B39824ED29239F4400A82429 /* usertype.dat */, - B39824EE29239F4400A82429 /* autoexp.txt */, - B39824EF29239F4400A82429 /* glm.natvis */, - ); - path = util; - sourceTree = ""; - }; - B39824F129239F4400A82429 /* doc */ = { - isa = PBXGroup; - children = ( - B39824F229239F4400A82429 /* manual */, - B398251029239F4400A82429 /* theme */, - B398252529239F4500A82429 /* api */, - B398285C29239F4700A82429 /* manual.pdf */, - B398285D29239F4700A82429 /* man.doxy */, - ); - path = doc; - sourceTree = ""; - }; - B39824F229239F4400A82429 /* manual */ = { - isa = PBXGroup; - children = ( - B39824F329239F4400A82429 /* references-leosfortune2.jpg */, - B39824F429239F4400A82429 /* frontpage1.png */, - B39824F529239F4400A82429 /* g-truc.png */, - B39824F629239F4400A82429 /* frontpage2.png */, - B39824F729239F4400A82429 /* references-cinder.png */, - B39824F829239F4400A82429 /* references-leosfortune.jpeg */, - B39824F929239F4400A82429 /* random-ballrand.png */, - B39824FA29239F4400A82429 /* random-circularrand.png */, - B39824FB29239F4400A82429 /* random-linearrand.png */, - B39824FC29239F4400A82429 /* noise-perlin2.jpg */, - B39824FD29239F4400A82429 /* noise-perlin3.jpg */, - B39824FE29239F4400A82429 /* references-opencloth1.png */, - B39824FF29239F4400A82429 /* references-outerra1.jpg */, - B398250029239F4400A82429 /* references-outerra3.jpg */, - B398250129239F4400A82429 /* references-opencloth3.png */, - B398250229239F4400A82429 /* noise-perlin1.jpg */, - B398250329239F4400A82429 /* references-outerra2.jpg */, - B398250429239F4400A82429 /* random-sphericalrand.png */, - B398250529239F4400A82429 /* logo-mini.png */, - B398250629239F4400A82429 /* noise-simplex2.jpg */, - B398250729239F4400A82429 /* noise-perlin4.png */, - B398250829239F4400A82429 /* random-gaussrand.png */, - B398250929239F4400A82429 /* noise-perlin5.png */, - B398250A29239F4400A82429 /* noise-simplex3.jpg */, - B398250B29239F4400A82429 /* noise-simplex1.jpg */, - B398250C29239F4400A82429 /* noise-perlin6.png */, - B398250D29239F4400A82429 /* references-outerra4.jpg */, - B398250E29239F4400A82429 /* random-diskrand.png */, - B398250F29239F4400A82429 /* references-glsl4book.jpg */, - ); - path = manual; - sourceTree = ""; - }; - B398251029239F4400A82429 /* theme */ = { - isa = PBXGroup; - children = ( - B398251129239F4400A82429 /* splitbar.png */, - B398251229239F4400A82429 /* doxygen.css */, - B398251329239F4400A82429 /* sync_off.png */, - B398251429239F4400A82429 /* sync_on.png */, - B398251529239F4400A82429 /* doc.png */, - B398251629239F4400A82429 /* bc_s.png */, - B398251729239F4400A82429 /* nav_g.png */, - B398251829239F4400A82429 /* nav_f.png */, - B398251929239F4400A82429 /* closed.png */, - B398251A29239F4400A82429 /* doxygen.png */, - B398251B29239F4400A82429 /* tab_s.png */, - B398251C29239F4400A82429 /* tab_a.png */, - B398251D29239F4400A82429 /* tab_b.png */, - B398251E29239F4400A82429 /* bdwn.png */, - B398251F29239F4400A82429 /* logo-mini.png */, - B398252029239F4400A82429 /* nav_h.png */, - B398252129239F4500A82429 /* tab_h.png */, - B398252229239F4500A82429 /* open.png */, - B398252329239F4500A82429 /* folderclosed.png */, - B398252429239F4500A82429 /* folderopen.png */, - ); - path = theme; - sourceTree = ""; - }; - B398252529239F4500A82429 /* api */ = { - isa = PBXGroup; - children = ( - B398252629239F4500A82429 /* a00072_source.html */, - B398252729239F4500A82429 /* a00222.html */, - B398252829239F4500A82429 /* a00110_source.html */, - B398252929239F4500A82429 /* a00367.html */, - B398252A29239F4500A82429 /* a00002_source.html */, - B398252B29239F4500A82429 /* a00275.html */, - B398252C29239F4500A82429 /* a00160_source.html */, - B398252D29239F4500A82429 /* a00330.html */, - B398252E29239F4500A82429 /* a00215_source.html */, - B398252F29239F4500A82429 /* a00263.html */, - B398253029239F4500A82429 /* splitbar.png */, - B398253129239F4500A82429 /* a00326.html */, - B398253229239F4500A82429 /* a00058.html */, - B398253329239F4500A82429 /* a00234.html */, - B398253429239F4500A82429 /* a00371.html */, - B398253529239F4500A82429 /* a00166.html */, - B398253629239F4500A82429 /* a00030_source.html */, - B398253729239F4500A82429 /* a00189.html */, - B398253829239F4500A82429 /* a00023.html */, - B398253929239F4500A82429 /* a00152_source.html */, - B398253A29239F4500A82429 /* a00040_source.html */, - B398253B29239F4500A82429 /* a00131.html */, - B398253C29239F4500A82429 /* a00074.html */, - B398253D29239F4500A82429 /* a00209_source.html */, - B398253E29239F4500A82429 /* a00122_source.html */, - B398253F29239F4500A82429 /* a00218.html */, - B398254029239F4500A82429 /* a00127.html */, - B398254129239F4500A82429 /* a00062.html */, - B398254229239F4500A82429 /* a00181_source.html */, - B398254329239F4500A82429 /* a00170.html */, - B398254429239F4500A82429 /* a00093_source.html */, - B398254529239F4500A82429 /* a00227_source.html */, - B398254629239F4500A82429 /* a00259.html */, - B398254729239F4500A82429 /* a00169_source.html */, - B398254829239F4500A82429 /* doxygen.css */, - B398254929239F4500A82429 /* a00042.html */, - B398254A29239F4500A82429 /* a00194_source.html */, - B398254B29239F4500A82429 /* a00107.html */, - B398254C29239F4500A82429 /* a00086_source.html */, - B398254D29239F4500A82429 /* a00279.html */, - B398254E29239F4500A82429 /* a00119_source.html */, - B398254F29239F4500A82429 /* a00296.html */, - B398255029239F4500A82429 /* a00015.html */, - B398255129239F4500A82429 /* a00232_source.html */, - B398255229239F4500A82429 /* a00150.html */, - B398255329239F4500A82429 /* a00025_source.html */, - B398255429239F4500A82429 /* a00280.html */, - B398255529239F4500A82429 /* a00146.html */, - B398255629239F4500A82429 /* a00147_source.html */, - B398255729239F4500A82429 /* a00055_source.html */, - B398255829239F4500A82429 /* a00054.html */, - B398255929239F4500A82429 /* a00111.html */, - B398255A29239F4500A82429 /* a00137_source.html */, - B398255B29239F4500A82429 /* a00306.html */, - B398255C29239F4500A82429 /* a00243.html */, - B398255D29239F4500A82429 /* a00200_source.html */, - B398255E29239F4500A82429 /* a00185.html */, - B398255F29239F4500A82429 /* a00049_source.html */, - B398256029239F4500A82429 /* a00351.html */, - B398256129239F4500A82429 /* a00214.html */, - B398256229239F4500A82429 /* a00097.html */, - B398256329239F4500A82429 /* a00039_source.html */, - B398256429239F4500A82429 /* a00078.html */, - B398256529239F4500A82429 /* a00347.html */, - B398256629239F4500A82429 /* a00067_source.html */, - B398256729239F4500A82429 /* a00202.html */, - B398256829239F4500A82429 /* a00081.html */, - B398256929239F4500A82429 /* a00105_source.html */, - B398256A29239F4500A82429 /* a00188_source.html */, - B398256B29239F4500A82429 /* a00310.html */, - B398256C29239F4500A82429 /* a00017_source.html */, - B398256D29239F4500A82429 /* a00255.html */, - B398256E29239F4500A82429 /* a00193.html */, - B398256F29239F4500A82429 /* a00039.html */, - B398257029239F4500A82429 /* a00175_source.html */, - B398257129239F4500A82429 /* a00192.html */, - B398257229239F4500A82429 /* a00132_source.html */, - B398257329239F4500A82429 /* a00038.html */, - B398257429239F4500A82429 /* a00311.html */, - B398257529239F4500A82429 /* a00050_source.html */, - B398257629239F4500A82429 /* a00254.html */, - B398257729239F4500A82429 /* a00219_source.html */, - B398257829239F4500A82429 /* a00080.html */, - B398257929239F4500A82429 /* a00142_source.html */, - B398257A29239F4500A82429 /* a00346.html */, - B398257B29239F4500A82429 /* a00020_source.html */, - B398257C29239F4500A82429 /* a00203.html */, - B398257D29239F4500A82429 /* a00096.html */, - B398257E29239F4500A82429 /* arrowright.png */, - B398257F29239F4500A82429 /* a00079.html */, - B398258029239F4500A82429 /* index.html */, - B398258129239F4500A82429 /* a00083_source.html */, - B398258229239F4500A82429 /* a00350.html */, - B398258329239F4500A82429 /* a00215.html */, - B398258429239F4500A82429 /* a00191_source.html */, - B398258529239F4500A82429 /* a00184.html */, - B398258629239F4500A82429 /* a00307.html */, - B398258729239F4500A82429 /* a00242.html */, - B398258829239F4500A82429 /* a00055.html */, - B398258929239F4500A82429 /* a00170_source.html */, - B398258A29239F4500A82429 /* a00110.html */, - B398258B29239F4500A82429 /* a00012_source.html */, - B398258C29239F4500A82429 /* a00147.html */, - B398258D29239F4500A82429 /* a00100_source.html */, - B398258E29239F4500A82429 /* sync_off.png */, - B398258F29239F4500A82429 /* a00062_source.html */, - B398259029239F4500A82429 /* a00281.html */, - B398259129239F4500A82429 /* a00014.html */, - B398259229239F4500A82429 /* a00151.html */, - B398259329239F4500A82429 /* a00278.html */, - B398259429239F4500A82429 /* a00297.html */, - B398259529239F4500A82429 /* a00043.html */, - B398259629239F4500A82429 /* a00205_source.html */, - B398259729239F4500A82429 /* a00106.html */, - B398259829239F4500A82429 /* modules.html */, - B398259929239F4500A82429 /* a00029_source.html */, - B398259A29239F4500A82429 /* a00258.html */, - B398259B29239F4500A82429 /* a00171.html */, - B398259C29239F4500A82429 /* a00034.html */, - B398259D29239F4500A82429 /* a00210_source.html */, - B398259E29239F4500A82429 /* a00059_source.html */, - B398259F29239F4500A82429 /* a00126.html */, - B39825A029239F4500A82429 /* a00063.html */, - B39825A129239F4500A82429 /* a00165_source.html */, - B39825A229239F4500A82429 /* a00219.html */, - B39825A329239F4500A82429 /* sync_on.png */, - B39825A429239F4500A82429 /* a00007_source.html */, - B39825A529239F4500A82429 /* a00130.html */, - B39825A629239F4500A82429 /* a00198_source.html */, - B39825A729239F4500A82429 /* a00075.html */, - B39825A829239F4500A82429 /* a00115_source.html */, - B39825A929239F4500A82429 /* a00077_source.html */, - B39825AA29239F4500A82429 /* a00167.html */, - B39825AB29239F4500A82429 /* dir_5189610d3ba09ec39b766fb99b34cd93.html */, - B39825AC29239F4500A82429 /* a00188.html */, - B39825AD29239F4500A82429 /* a00022.html */, - B39825AE29239F4500A82429 /* a00222_source.html */, - B39825AF29239F4500A82429 /* a00235.html */, - B39825B029239F4500A82429 /* a00370.html */, - B39825B129239F4500A82429 /* a00109_source.html */, - B39825B229239F4500A82429 /* a00096_source.html */, - B39825B329239F4500A82429 /* a00059.html */, - B39825B429239F4500A82429 /* a00262.html */, - B39825B529239F4500A82429 /* a00327.html */, - B39825B629239F4500A82429 /* a00184_source.html */, - B39825B729239F4500A82429 /* a00179_source.html */, - B39825B829239F4500A82429 /* a00274.html */, - B39825B929239F4500A82429 /* a00127_source.html */, - B39825BA29239F4500A82429 /* a00331.html */, - B39825BB29239F4500A82429 /* a00045_source.html */, - B39825BC29239F4500A82429 /* a00018.html */, - B39825BD29239F4500A82429 /* a00223.html */, - B39825BE29239F4500A82429 /* a00157_source.html */, - B39825BF29239F4500A82429 /* a00366.html */, - B39825C029239F4500A82429 /* a00035_source.html */, - B39825C129239F4500A82429 /* doc.png */, - B39825C229239F4500A82429 /* a00228.html */, - B39825C329239F4500A82429 /* a00046_source.html */, - B39825C429239F4500A82429 /* a00124_source.html */, - B39825C529239F4500A82429 /* a00044.html */, - B39825C629239F4500A82429 /* a00101.html */, - B39825C729239F4500A82429 /* a00036_source.html */, - B39825C829239F4500A82429 /* a00290.html */, - B39825C929239F4500A82429 /* a00154_source.html */, - B39825CA29239F4500A82429 /* arrowdown.png */, - B39825CB29239F4500A82429 /* a00013.html */, - B39825CC29239F4500A82429 /* a00156.html */, - B39825CD29239F4500A82429 /* a00269.html */, - B39825CE29239F4500A82429 /* a00286.html */, - B39825CF29239F4500A82429 /* a00095_source.html */, - B39825D029239F4500A82429 /* a00068_source.html */, - B39825D129239F4500A82429 /* a00221_source.html */, - B39825D229239F4500A82429 /* a00140.html */, - B39825D329239F4500A82429 /* bc_s.png */, - B39825D429239F4500A82429 /* nav_g.png */, - B39825D529239F4500A82429 /* dir_a8bee7be44182a33f3820393ae0b105d.html */, - B39825D629239F4500A82429 /* a00018_source.html */, - B39825D729239F4500A82429 /* a00052.html */, - B39825D829239F4500A82429 /* a00187_source.html */, - B39825D929239F4500A82429 /* a00117.html */, - B39825DA29239F4500A82429 /* a00300.html */, - B39825DB29239F4500A82429 /* a00004_source.html */, - B39825DC29239F4500A82429 /* a00245.html */, - B39825DD29239F4500A82429 /* a00166_source.html */, - B39825DE29239F4500A82429 /* nav_f.png */, - B39825DF29239F4500A82429 /* a00029.html */, - B39825E029239F4500A82429 /* a00183.html */, - B39825E129239F4500A82429 /* tabs.css */, - B39825E229239F4500A82429 /* a00357.html */, - B39825E329239F4500A82429 /* a00074_source.html */, - B39825E429239F4500A82429 /* a00212.html */, - B39825E529239F4500A82429 /* a00116_source.html */, - B39825E629239F4500A82429 /* a00091.html */, - B39825E729239F4500A82429 /* a00089_source.html */, - B39825E829239F4500A82429 /* a00341.html */, - B39825E929239F4500A82429 /* a00148_source.html */, - B39825EA29239F4500A82429 /* a00204.html */, - B39825EB29239F4500A82429 /* a00087.html */, - B39825EC29239F4500A82429 /* a00068.html */, - B39825ED29239F4500A82429 /* a00316.html */, - B39825EE29239F4500A82429 /* a00138_source.html */, - B39825EF29239F4500A82429 /* a00253.html */, - B39825F029239F4500A82429 /* a00213_source.html */, - B39825F129239F4500A82429 /* a00195.html */, - B39825F229239F4500A82429 /* a00048.html */, - B39825F329239F4500A82429 /* closed.png */, - B39825F429239F4500A82429 /* a00224.html */, - B39825F529239F4500A82429 /* a00361.html */, - B39825F629239F4500A82429 /* a00273.html */, - B39825F729239F4500A82429 /* a00336.html */, - B39825F829239F4500A82429 /* a00206_source.html */, - B39825F929239F4500A82429 /* a00009.html */, - B39825FA29239F4500A82429 /* a00011_source.html */, - B39825FB29239F4500A82429 /* a00265.html */, - B39825FC29239F4500A82429 /* a00173_source.html */, - B39825FD29239F4500A82429 /* a00320.html */, - B39825FE29239F4500A82429 /* a00228_source.html */, - B39825FF29239F4500A82429 /* doxygen.png */, - B398260029239F4500A82429 /* dir_cef2d71d502cb69a9252bca2297d9549.html */, - B398260129239F4500A82429 /* a00061_source.html */, - B398260229239F4500A82429 /* a00232.html */, - B398260329239F4500A82429 /* a00103_source.html */, - B398260429239F4500A82429 /* a00160.html */, - B398260529239F4500A82429 /* a00080_source.html */, - B398260629239F4500A82429 /* a00025.html */, - B398260729239F4500A82429 /* a00249.html */, - B398260829239F4500A82429 /* a00234_source.html */, - B398260929239F4500A82429 /* a00137.html */, - B398260A29239F4500A82429 /* a00072.html */, - B398260B29239F4500A82429 /* a00192_source.html */, - B398260C29239F4500A82429 /* a00121.html */, - B398260D29239F4500A82429 /* a00064.html */, - B398260E29239F4500A82429 /* a00053_source.html */, - B398260F29239F4500A82429 /* tab_s.png */, - B398261029239F4500A82429 /* a00131_source.html */, - B398261129239F4500A82429 /* a00208.html */, - B398261229239F4500A82429 /* a00176.html */, - B398261329239F4500A82429 /* a00033.html */, - B398261429239F4500A82429 /* a00023_source.html */, - B398261529239F4500A82429 /* a00199.html */, - B398261629239F4500A82429 /* a00141_source.html */, - B398261729239F4500A82429 /* a00099_source.html */, - B398261829239F4500A82429 /* a00106_source.html */, - B398261929239F4500A82429 /* a00177.html */, - B398261A29239F4500A82429 /* a00032.html */, - B398261B29239F4500A82429 /* a00064_source.html */, - B398261C29239F4500A82429 /* a00198.html */, - B398261D29239F4500A82429 /* a00176_source.html */, - B398261E29239F4500A82429 /* a00209.html */, - B398261F29239F4500A82429 /* a00120.html */, - B398262029239F4500A82429 /* a00065.html */, - B398262129239F4500A82429 /* a00014_source.html */, - B398262229239F4500A82429 /* a00203_source.html */, - B398262329239F4500A82429 /* a00136.html */, - B398262429239F4500A82429 /* a00073.html */, - B398262529239F4500A82429 /* a00128_source.html */, - B398262629239F4500A82429 /* a00248.html */, - B398262729239F4500A82429 /* a00161.html */, - B398262829239F4500A82429 /* a00024.html */, - B398262929239F4500A82429 /* a00158_source.html */, - B398262A29239F4500A82429 /* files.html */, - B398262B29239F4500A82429 /* a00233.html */, - B398262C29239F4500A82429 /* a00144_source.html */, - B398262D29239F4500A82429 /* a00026_source.html */, - B398262E29239F4500A82429 /* a00264.html */, - B398262F29239F4500A82429 /* a00134_source.html */, - B398263029239F4500A82429 /* a00321.html */, - B398263129239F4500A82429 /* a00008.html */, - B398263229239F4500A82429 /* a00056_source.html */, - B398263329239F4500A82429 /* a00197_source.html */, - B398263429239F4500A82429 /* a00272.html */, - B398263529239F4500A82429 /* a00008_source.html */, - B398263629239F4500A82429 /* a00337.html */, - B398263729239F4500A82429 /* tab_a.png */, - B398263829239F4500A82429 /* a00225.html */, - B398263929239F4500A82429 /* a00078_source.html */, - B398263A29239F4500A82429 /* a00231_source.html */, - B398263B29239F4500A82429 /* a00360.html */, - B398263C29239F4500A82429 /* a00049.html */, - B398263D29239F4500A82429 /* a00085_source.html */, - B398263E29239F4500A82429 /* a00182_source.html */, - B398263F29239F4500A82429 /* a00194.html */, - B398264029239F4500A82429 /* a00317.html */, - B398264129239F4500A82429 /* a00252.html */, - B398264229239F4500A82429 /* a00086.html */, - B398264329239F4500A82429 /* a00224_source.html */, - B398264429239F4500A82429 /* a00069.html */, - B398264529239F4500A82429 /* a00340.html */, - B398264629239F4500A82429 /* a00205.html */, - B398264729239F4500A82429 /* a00090_source.html */, - B398264829239F4500A82429 /* a00151_source.html */, - B398264929239F4500A82429 /* a00090.html */, - B398264A29239F4500A82429 /* a00356.html */, - B398264B29239F4500A82429 /* a00033_source.html */, - B398264C29239F4500A82429 /* a00213.html */, - B398264D29239F4500A82429 /* a00121_source.html */, - B398264E29239F4500A82429 /* a00028.html */, - B398264F29239F4500A82429 /* a00182.html */, - B398265029239F4500A82429 /* a00301.html */, - B398265129239F4500A82429 /* a00244.html */, - B398265229239F4500A82429 /* a00043_source.html */, - B398265329239F4500A82429 /* a00053.html */, - B398265429239F4500A82429 /* a00116.html */, - B398265529239F4500A82429 /* a00216_source.html */, - B398265629239F4500A82429 /* dir_9e5fe034a00e89334fd5186c3e7db156.html */, - B398265729239F4500A82429 /* a00141.html */, - B398265829239F4500A82429 /* a00268.html */, - B398265929239F4500A82429 /* a00287.html */, - B398265A29239F4500A82429 /* a00113_source.html */, - B398265B29239F4500A82429 /* a00012.html */, - B398265C29239F4500A82429 /* a00157.html */, - B398265D29239F4500A82429 /* tab_b.png */, - B398265E29239F4500A82429 /* a00071_source.html */, - B398265F29239F4500A82429 /* a00291.html */, - B398266029239F4500A82429 /* a00163_source.html */, - B398266129239F4500A82429 /* a00045.html */, - B398266229239F4500A82429 /* a00100.html */, - B398266329239F4500A82429 /* dir_d9496f0844b48bc7e53b5af8c99b9ab2.html */, - B398266429239F4500A82429 /* a00229.html */, - B398266529239F4500A82429 /* a00001_source.html */, - B398266629239F4500A82429 /* a00197.html */, - B398266729239F4500A82429 /* a00178.html */, - B398266829239F4500A82429 /* a00178_source.html */, - B398266929239F4500A82429 /* a00251.html */, - B398266A29239F4500A82429 /* a00185_source.html */, - B398266B29239F4500A82429 /* bdwn.png */, - B398266C29239F4500A82429 /* a00314.html */, - B398266D29239F4500A82429 /* a00097_source.html */, - B398266E29239F4500A82429 /* a00108_source.html */, - B398266F29239F4500A82429 /* a00085.html */, - B398267029239F4500A82429 /* a00206.html */, - B398267129239F4500A82429 /* search */, - B398273329239F4600A82429 /* a00343.html */, - B398273429239F4600A82429 /* a00223_source.html */, - B398273529239F4600A82429 /* a00093.html */, - B398273629239F4600A82429 /* a00139.html */, - B398273729239F4600A82429 /* a00034_source.html */, - B398273829239F4600A82429 /* a00210.html */, - B398273929239F4600A82429 /* a00156_source.html */, - B398273A29239F4600A82429 /* a00355.html */, - B398273B29239F4600A82429 /* a00181.html */, - B398273C29239F4600A82429 /* a00044_source.html */, - B398273D29239F4600A82429 /* a00126_source.html */, - B398273E29239F4600A82429 /* a00247.html */, - B398273F29239F4600A82429 /* a00302.html */, - B398274029239F4600A82429 /* a00115.html */, - B398274129239F4600A82429 /* a00050.html */, - B398274229239F4600A82429 /* a00058_source.html */, - B398274329239F4600A82429 /* a00211_source.html */, - B398274429239F4600A82429 /* a00142.html */, - B398274529239F4600A82429 /* a00007.html */, - B398274629239F4600A82429 /* a00028_source.html */, - B398274729239F4600A82429 /* a00284.html */, - B398274829239F4600A82429 /* a00154.html */, - B398274929239F4600A82429 /* a00011.html */, - B398274A29239F4600A82429 /* a00076_source.html */, - B398274B29239F4600A82429 /* a00292.html */, - B398274C29239F4600A82429 /* a00338.html */, - B398274D29239F4600A82429 /* a00114_source.html */, - B398274E29239F4600A82429 /* a00103.html */, - B398274F29239F4600A82429 /* a00199_source.html */, - B398275029239F4600A82429 /* a00046.html */, - B398275129239F4600A82429 /* a00006_source.html */, - B398275229239F4600A82429 /* dir_f35778ec600a1b9bbc4524e62e226aa2.html */, - B398275329239F4600A82429 /* a00164_source.html */, - B398275429239F4600A82429 /* a00063_source.html */, - B398275529239F4600A82429 /* a00318.html */, - B398275629239F4600A82429 /* a00031.html */, - B398275729239F4600A82429 /* a00101_source.html */, - B398275829239F4600A82429 /* a00174.html */, - B398275929239F4600A82429 /* a00013_source.html */, - B398275A29239F4600A82429 /* a00171_source.html */, - B398275B29239F4600A82429 /* a00066.html */, - B398275C29239F4600A82429 /* a00089.html */, - B398275D29239F4600A82429 /* a00123.html */, - B398275E29239F4600A82429 /* a00359.html */, - B398275F29239F4600A82429 /* a00070.html */, - B398276029239F4600A82429 /* a00204_source.html */, - B398276129239F4600A82429 /* a00135.html */, - B398276229239F4600A82429 /* dir_44e5e654415abd9ca6fdeaddaff8565e.html */, - B398276329239F4600A82429 /* a00027.html */, - B398276429239F4600A82429 /* a00162.html */, - B398276529239F4600A82429 /* a00230.html */, - B398276629239F4600A82429 /* a00021_source.html */, - B398276729239F4600A82429 /* a00119.html */, - B398276829239F4600A82429 /* a00143_source.html */, - B398276929239F4600A82429 /* a00218_source.html */, - B398276A29239F4600A82429 /* a00288.html */, - B398276B29239F4600A82429 /* a00322.html */, - B398276C29239F4600A82429 /* a00051_source.html */, - B398276D29239F4600A82429 /* a00267.html */, - B398276E29239F4600A82429 /* a00133_source.html */, - B398276F29239F4600A82429 /* a00334.html */, - B398277029239F4600A82429 /* a00271.html */, - B398277129239F4600A82429 /* a00158.html */, - B398277229239F4600A82429 /* a00190_source.html */, - B398277329239F4600A82429 /* a00363.html */, - B398277429239F4600A82429 /* a00082_source.html */, - B398277529239F4600A82429 /* a00226.html */, - B398277629239F4600A82429 /* logo-mini.png */, - B398277729239F4600A82429 /* a00038_source.html */, - B398277829239F4600A82429 /* a00362.html */, - B398277929239F4600A82429 /* a00227.html */, - B398277A29239F4600A82429 /* a00159.html */, - B398277B29239F4600A82429 /* a00048_source.html */, - B398277C29239F4600A82429 /* a00201_source.html */, - B398277D29239F4600A82429 /* a00335.html */, - B398277E29239F4600A82429 /* a00270.html */, - B398277F29239F4600A82429 /* a00174_source.html */, - B398278029239F4600A82429 /* a00289.html */, - B398278129239F4600A82429 /* a00323.html */, - B398278229239F4600A82429 /* a00016_source.html */, - B398278329239F4600A82429 /* a00189_source.html */, - B398278429239F4600A82429 /* a00266.html */, - B398278529239F4600A82429 /* a00104_source.html */, - B398278629239F4600A82429 /* a00118.html */, - B398278729239F4600A82429 /* nav_h.png */, - B398278829239F4600A82429 /* a00374.html */, - B398278929239F4600A82429 /* a00231.html */, - B398278A29239F4600A82429 /* a00066_source.html */, - B398278B29239F4600A82429 /* dir_4c6bd29c73fa4e5a2509e1c15f846751.html */, - B398278C29239F4600A82429 /* a00026.html */, - B398278D29239F4600A82429 /* a00233_source.html */, - B398278E29239F4600A82429 /* a00118_source.html */, - B398278F29239F4600A82429 /* a00087_source.html */, - B398279029239F4600A82429 /* a00071.html */, - B398279129239F4600A82429 /* a00195_source.html */, - B398279229239F4600A82429 /* a00134.html */, - B398279329239F4600A82429 /* dir_033f5edb0915b828d2c46ed4804e5503.html */, - B398279429239F4600A82429 /* a00168_source.html */, - B398279529239F4600A82429 /* a00358.html */, - B398279629239F4600A82429 /* a00136_source.html */, - B398279729239F4600A82429 /* a00067.html */, - B398279829239F4600A82429 /* a00088.html */, - B398279929239F4600A82429 /* a00122.html */, - B398279A29239F4600A82429 /* a00054_source.html */, - B398279B29239F4600A82429 /* tab_h.png */, - B398279C29239F4600A82429 /* a00146_source.html */, - B398279D29239F4600A82429 /* a00030.html */, - B398279E29239F4600A82429 /* a00175.html */, - B398279F29239F4600A82429 /* a00319.html */, - B39827A029239F4600A82429 /* a00024_source.html */, - B39827A129239F4600A82429 /* a00123_source.html */, - B39827A229239F4600A82429 /* a00102.html */, - B39827A329239F4600A82429 /* a00208_source.html */, - B39827A429239F4600A82429 /* a00041_source.html */, - B39827A529239F4600A82429 /* a00293.html */, - B39827A629239F4600A82429 /* a00339.html */, - B39827A729239F4600A82429 /* a00153_source.html */, - B39827A829239F4600A82429 /* a00155.html */, - B39827A929239F4600A82429 /* a00010.html */, - B39827AA29239F4600A82429 /* a00031_source.html */, - B39827AB29239F4600A82429 /* a00285.html */, - B39827AC29239F4600A82429 /* a00226_source.html */, - B39827AD29239F4600A82429 /* a00143.html */, - B39827AE29239F4600A82429 /* a00092_source.html */, - B39827AF29239F4600A82429 /* a00180_source.html */, - B39827B029239F4600A82429 /* a00114.html */, - B39827B129239F4600A82429 /* a00051.html */, - B39827B229239F4600A82429 /* a00161_source.html */, - B39827B329239F4600A82429 /* a00246.html */, - B39827B429239F4600A82429 /* a00303.html */, - B39827B529239F4600A82429 /* a00180.html */, - B39827B629239F4600A82429 /* a00003_source.html */, - B39827B729239F4600A82429 /* a00211.html */, - B39827B829239F4600A82429 /* a00111_source.html */, - B39827B929239F4600A82429 /* a00354.html */, - B39827BA29239F4600A82429 /* a00092.html */, - B39827BB29239F4600A82429 /* a00138.html */, - B39827BC29239F4600A82429 /* a00073_source.html */, - B39827BD29239F4600A82429 /* a00207.html */, - B39827BE29239F4600A82429 /* a00342.html */, - B39827BF29239F4600A82429 /* a00084.html */, - B39827C029239F4600A82429 /* a00250.html */, - B39827C129239F4600A82429 /* a00214_source.html */, - B39827C229239F4600A82429 /* a00315.html */, - B39827C329239F4600A82429 /* a00196.html */, - B39827C429239F4600A82429 /* a00179.html */, - B39827C529239F4600A82429 /* a00037.html */, - B39827C629239F4600A82429 /* a00172.html */, - B39827C729239F4600A82429 /* a00349.html */, - B39827C829239F4600A82429 /* a00060.html */, - B39827C929239F4600A82429 /* a00217_source.html */, - B39827CA29239F4600A82429 /* a00125.html */, - B39827CB29239F4600A82429 /* a00076.html */, - B39827CC29239F4600A82429 /* a00133.html */, - B39827CD29239F4600A82429 /* a00099.html */, - B39827CE29239F4600A82429 /* a00162_source.html */, - B39827CF29239F4600A82429 /* a00070_source.html */, - B39827D029239F4600A82429 /* a00308.html */, - B39827D129239F4600A82429 /* a00021.html */, - B39827D229239F4600A82429 /* a00112_source.html */, - B39827D329239F4600A82429 /* a00373.html */, - B39827D429239F4600A82429 /* a00091_source.html */, - B39827D529239F4600A82429 /* a00225_source.html */, - B39827D629239F4600A82429 /* a00324.html */, - B39827D729239F4600A82429 /* a00261.html */, - B39827D829239F4600A82429 /* a00148.html */, - B39827D929239F4600A82429 /* a00183_source.html */, - B39827DA29239F4600A82429 /* open.png */, - B39827DB29239F4600A82429 /* a00332.html */, - B39827DC29239F4600A82429 /* a00298.html */, - B39827DD29239F4600A82429 /* a00042_source.html */, - B39827DE29239F4600A82429 /* a00277.html */, - B39827DF29239F4600A82429 /* a00120_source.html */, - B39827E029239F4600A82429 /* a00032_source.html */, - B39827E129239F4600A82429 /* a00365.html */, - B39827E229239F4600A82429 /* a00220.html */, - B39827E329239F4600A82429 /* a00109.html */, - B39827E429239F4600A82429 /* a00150_source.html */, - B39827E529239F4600A82429 /* a00191.html */, - B39827E629239F4600A82429 /* a00057_source.html */, - B39827E729239F4600A82429 /* a00257.html */, - B39827E829239F4600A82429 /* a00312.html */, - B39827E929239F4600A82429 /* a00135_source.html */, - B39827EA29239F4600A82429 /* a00027_source.html */, - B39827EB29239F4600A82429 /* a00129.html */, - B39827EC29239F4600A82429 /* a00083.html */, - B39827ED29239F4600A82429 /* a00200.html */, - B39827EE29239F4600A82429 /* a00145_source.html */, - B39827EF29239F4600A82429 /* a00345.html */, - B39827F029239F4600A82429 /* a00084_source.html */, - B39827F129239F4600A82429 /* a00230_source.html */, - B39827F229239F4600A82429 /* a00216.html */, - B39827F329239F4600A82429 /* a00353.html */, - B39827F429239F4600A82429 /* a00079_source.html */, - B39827F529239F4600A82429 /* a00187.html */, - B39827F629239F4600A82429 /* a00168.html */, - B39827F729239F4600A82429 /* a00241.html */, - B39827F829239F4600A82429 /* a00009_source.html */, - B39827F929239F4600A82429 /* a00196_source.html */, - B39827FA29239F4600A82429 /* a00304.html */, - B39827FB29239F4600A82429 /* a00113.html */, - B39827FC29239F4600A82429 /* a00015_source.html */, - B39827FD29239F4600A82429 /* a00056.html */, - B39827FE29239F4600A82429 /* a00177_source.html */, - B39827FF29239F4600A82429 /* a00065_source.html */, - B398280029239F4600A82429 /* a00144.html */, - B398280129239F4600A82429 /* a00328.html */, - B398280229239F4600A82429 /* a00282.html */, - B398280329239F4600A82429 /* a00107_source.html */, - B398280429239F4600A82429 /* a00098_source.html */, - B398280529239F4600A82429 /* a00152.html */, - B398280629239F4600A82429 /* a00159_source.html */, - B398280729239F4600A82429 /* a00017.html */, - B398280829239F4600A82429 /* a00294.html */, - B398280929239F4600A82429 /* a00129_source.html */, - B398280A29239F4600A82429 /* a00105.html */, - B398280B29239F4600A82429 /* a00040.html */, - B398280C29239F4600A82429 /* a00369.html */, - B398280D29239F4600A82429 /* a00202_source.html */, - B398280E29239F4600A82429 /* a00368.html */, - B398280F29239F4600A82429 /* folderclosed.png */, - B398281029239F4600A82429 /* a00193_source.html */, - B398281129239F4600A82429 /* a00104.html */, - B398281229239F4600A82429 /* a00041.html */, - B398281329239F4600A82429 /* a00235_source.html */, - B398281429239F4600A82429 /* a00295.html */, - B398281529239F4600A82429 /* dynsections.js */, - B398281629239F4600A82429 /* a00081_source.html */, - B398281729239F4600A82429 /* a00016.html */, - B398281829239F4600A82429 /* a00329.html */, - B398281929239F4600A82429 /* a00283.html */, - B398281A29239F4600A82429 /* a00140_source.html */, - B398281B29239F4600A82429 /* a00022_source.html */, - B398281C29239F4600A82429 /* a00145.html */, - B398281D29239F4600A82429 /* a00130_source.html */, - B398281E29239F4600A82429 /* a00112.html */, - B398281F29239F4600A82429 /* a00052_source.html */, - B398282029239F4600A82429 /* folderopen.png */, - B398282129239F4600A82429 /* a00057.html */, - B398282229239F4600A82429 /* a00207_source.html */, - B398282329239F4600A82429 /* a00305.html */, - B398282429239F4600A82429 /* a00186.html */, - B398282529239F4600A82429 /* a00169.html */, - B398282629239F4600A82429 /* a00217.html */, - B398282729239F4600A82429 /* a00352.html */, - B398282829239F4600A82429 /* a00094.html */, - B398282929239F4600A82429 /* a00201.html */, - B398282A29239F4600A82429 /* a00102_source.html */, - B398282B29239F4600A82429 /* a00344.html */, - B398282C29239F4600A82429 /* a00060_source.html */, - B398282D29239F4600A82429 /* a00128.html */, - B398282E29239F4600A82429 /* a00229_source.html */, - B398282F29239F4600A82429 /* a00082.html */, - B398283029239F4600A82429 /* a00256.html */, - B398283129239F4600A82429 /* a00313.html */, - B398283229239F4600A82429 /* a00172_source.html */, - B398283329239F4600A82429 /* a00010_source.html */, - B398283429239F4600A82429 /* a00190.html */, - B398283529239F4600A82429 /* a00108.html */, - B398283629239F4600A82429 /* a00088_source.html */, - B398283729239F4600A82429 /* a00117_source.html */, - B398283829239F4600A82429 /* a00364.html */, - B398283929239F4600A82429 /* a00075_source.html */, - B398283A29239F4600A82429 /* a00221.html */, - B398283B29239F4600A82429 /* a00167_source.html */, - B398283C29239F4600A82429 /* a00333.html */, - B398283D29239F4600A82429 /* a00299.html */, - B398283E29239F4600A82429 /* a00005_source.html */, - B398283F29239F4600A82429 /* a00276.html */, - B398284029239F4600A82429 /* a00149.html */, - B398284129239F4600A82429 /* a00212_source.html */, - B398284229239F4600A82429 /* dir_3a581ba30d25676e4b797b1f96d53b45.html */, - B398284329239F4600A82429 /* a00139_source.html */, - B398284429239F4600A82429 /* a00325.html */, - B398284529239F4600A82429 /* a00260.html */, - B398284629239F4600A82429 /* a00372.html */, - B398284729239F4600A82429 /* a00149_source.html */, - B398284829239F4600A82429 /* dir_6b66465792d005310484819a0eb0b0d3.html */, - B398284929239F4600A82429 /* a00155_source.html */, - B398284A29239F4600A82429 /* a00165.html */, - B398284B29239F4600A82429 /* a00037_source.html */, - B398284C29239F4600A82429 /* a00309.html */, - B398284D29239F4600A82429 /* a00077.html */, - B398284E29239F4600A82429 /* a00132.html */, - B398284F29239F4600A82429 /* a00098.html */, - B398285029239F4600A82429 /* a00125_source.html */, - B398285129239F4700A82429 /* a00047_source.html */, - B398285229239F4700A82429 /* a00061.html */, - B398285329239F4700A82429 /* jquery.js */, - B398285429239F4700A82429 /* a00186_source.html */, - B398285529239F4700A82429 /* a00019_source.html */, - B398285629239F4700A82429 /* a00348.html */, - B398285729239F4700A82429 /* a00036.html */, - B398285829239F4700A82429 /* a00220_source.html */, - B398285929239F4700A82429 /* a00173.html */, - B398285A29239F4700A82429 /* a00069_source.html */, - B398285B29239F4700A82429 /* a00094_source.html */, - ); - path = api; - sourceTree = ""; - }; - B398267129239F4500A82429 /* search */ = { - isa = PBXGroup; - children = ( - B398267229239F4500A82429 /* functions_3.js */, - B398267329239F4500A82429 /* searchdata.js */, - B398267429239F4500A82429 /* functions_6.html */, - B398267529239F4500A82429 /* files_f.html */, - B398267629239F4500A82429 /* all_6.js */, - B398267729239F4500A82429 /* functions_11.js */, - B398267829239F4500A82429 /* all_4.html */, - B398267929239F4500A82429 /* files_9.js */, - B398267A29239F4500A82429 /* files_14.js */, - B398267B29239F4500A82429 /* functions_d.js */, - B398267C29239F4500A82429 /* groups_1.html */, - B398267D29239F4500A82429 /* all_a.js */, - B398267E29239F4500A82429 /* search_r.png */, - B398267F29239F4500A82429 /* functions_7.js */, - B398268029239F4500A82429 /* typedefs_9.js */, - B398268129239F4500A82429 /* functions_a.html */, - B398268229239F4500A82429 /* all_8.html */, - B398268329239F4500A82429 /* files_1.html */, - B398268429239F4500A82429 /* all_c.html */, - B398268529239F4500A82429 /* functions_15.js */, - B398268629239F4500A82429 /* all_2.js */, - B398268729239F4500A82429 /* typedefs_0.html */, - B398268829239F4500A82429 /* files_10.js */, - B398268929239F4500A82429 /* groups_8.js */, - B398268A29239F4500A82429 /* all_e.js */, - B398268B29239F4500A82429 /* functions_6.js */, - B398268C29239F4500A82429 /* typedefs_8.js */, - B398268D29239F4500A82429 /* functions_14.js */, - B398268E29239F4500A82429 /* all_3.js */, - B398268F29239F4500A82429 /* typedefs_1.html */, - B398269029239F4500A82429 /* functions_a.js */, - B398269129239F4500A82429 /* all_b.html */, - B398269229239F4500A82429 /* all_9.html */, - B398269329239F4500A82429 /* files_0.html */, - B398269429239F4500A82429 /* files_11.js */, - B398269529239F4500A82429 /* groups_9.js */, - B398269629239F4500A82429 /* all_d.js */, - B398269729239F4500A82429 /* functions_2.js */, - B398269829239F4500A82429 /* groups_0.html */, - B398269929239F4500A82429 /* all_16.html */, - B398269A29239F4500A82429 /* all_7.js */, - B398269B29239F4500A82429 /* functions_10.js */, - B398269C29239F4500A82429 /* files_8.js */, - B398269D29239F4500A82429 /* search.css */, - B398269E29239F4500A82429 /* all_5.html */, - B398269F29239F4500A82429 /* functions_e.js */, - B39826A029239F4500A82429 /* functions_7.html */, - B39826A129239F4500A82429 /* functions_16.html */, - B39826A229239F4500A82429 /* files_d.js */, - B39826A329239F4500A82429 /* files_7.html */, - B39826A429239F4500A82429 /* all_e.html */, - B39826A529239F4500A82429 /* typedefs_7.js */, - B39826A629239F4500A82429 /* functions_9.js */, - B39826A729239F4500A82429 /* typedefs_6.html */, - B39826A829239F4500A82429 /* groups_6.js */, - B39826A929239F4500A82429 /* files_3.js */, - B39826AA29239F4500A82429 /* functions_11.html */, - B39826AB29239F4500A82429 /* files_11.html */, - B39826AC29239F4500A82429 /* functions_0.html */, - B39826AD29239F4500A82429 /* all_8.js */, - B39826AE29239F4500A82429 /* typedefs_3.js */, - B39826AF29239F4500A82429 /* all_13.js */, - B39826B029239F4500A82429 /* all_2.html */, - B39826B129239F4500A82429 /* typedefs_a.html */, - B39826B229239F4500A82429 /* groups_2.js */, - B39826B329239F4500A82429 /* groups_7.html */, - B39826B429239F4500A82429 /* all_11.html */, - B39826B529239F4500A82429 /* typedefs_d.js */, - B39826B629239F4500A82429 /* files_7.js */, - B39826B729239F4500A82429 /* groups_6.html */, - B39826B829239F4500A82429 /* all_9.js */, - B39826B929239F4500A82429 /* all_10.html */, - B39826BA29239F4500A82429 /* typedefs_2.js */, - B39826BB29239F4500A82429 /* all_12.js */, - B39826BC29239F4500A82429 /* files_a.js */, - B39826BD29239F4500A82429 /* groups_3.js */, - B39826BE29239F4500A82429 /* all_3.html */, - B39826BF29239F4500A82429 /* files_a.html */, - B39826C029239F4500A82429 /* functions_1.html */, - B39826C129239F4500A82429 /* files_10.html */, - B39826C229239F4500A82429 /* functions_10.html */, - B39826C329239F4500A82429 /* files_6.js */, - B39826C429239F4500A82429 /* files_e.js */, - B39826C529239F4500A82429 /* all_16.js */, - B39826C629239F4500A82429 /* typedefs_6.js */, - B39826C729239F4500A82429 /* typedefs_7.html */, - B39826C829239F4500A82429 /* functions_8.js */, - B39826C929239F4500A82429 /* all_d.html */, - B39826CA29239F4500A82429 /* groups_7.js */, - B39826CB29239F4500A82429 /* files_6.html */, - B39826CC29239F4500A82429 /* functions_f.html */, - B39826CD29239F4500A82429 /* files_2.js */, - B39826CE29239F4500A82429 /* typedefs_a.js */, - B39826CF29239F4500A82429 /* groups_9.html */, - B39826D029239F4500A82429 /* all_11.js */, - B39826D129239F4500A82429 /* typedefs_1.js */, - B39826D229239F4500A82429 /* files_b.js */, - B39826D329239F4500A82429 /* typedefs_4.html */, - B39826D429239F4500A82429 /* groups_0.js */, - B39826D529239F4500A82429 /* files_5.html */, - B39826D629239F4500A82429 /* functions_e.html */, - B39826D729239F4500A82429 /* files_5.js */, - B39826D829239F4500A82429 /* all_13.html */, - B39826D929239F4500A82429 /* groups_5.html */, - B39826DA29239F4500A82429 /* files_f.js */, - B39826DB29239F4500A82429 /* typedefs_8.html */, - B39826DC29239F4500A82429 /* typedefs_c.html */, - B39826DD29239F4500A82429 /* typedefs_5.js */, - B39826DE29239F4500A82429 /* all_15.js */, - B39826DF29239F4500A82429 /* files_9.html */, - B39826E029239F4500A82429 /* all_0.html */, - B39826E129239F4500A82429 /* groups_4.js */, - B39826E229239F4500A82429 /* files_b.html */, - B39826E329239F4500A82429 /* files_1.js */, - B39826E429239F4500A82429 /* functions_2.html */, - B39826E529239F4500A82429 /* files_13.html */, - B39826E629239F4500A82429 /* typedefs_b.js */, - B39826E729239F4500A82429 /* functions_13.html */, - B39826E829239F4500A82429 /* functions_12.html */, - B39826E929239F4500A82429 /* files_12.html */, - B39826EA29239F4500A82429 /* functions_3.html */, - B39826EB29239F4500A82429 /* files_c.html */, - B39826EC29239F4500A82429 /* files_8.html */, - B39826ED29239F4500A82429 /* all_1.html */, - B39826EE29239F4500A82429 /* typedefs_4.js */, - B39826EF29239F4500A82429 /* all_14.js */, - B39826F029239F4500A82429 /* typedefs_b.html */, - B39826F129239F4500A82429 /* typedefs_9.html */, - B39826F229239F4500A82429 /* groups_5.js */, - B39826F329239F4500A82429 /* all_12.html */, - B39826F429239F4500A82429 /* files_0.js */, - B39826F529239F4500A82429 /* groups_4.html */, - B39826F629239F4500A82429 /* typedefs_c.js */, - B39826F729239F4500A82429 /* functions_d.html */, - B39826F829239F4500A82429 /* files_4.html */, - B39826F929239F4500A82429 /* all_10.js */, - B39826FA29239F4500A82429 /* all_f.html */, - B39826FB29239F4500A82429 /* typedefs_0.js */, - B39826FC29239F4500A82429 /* files_c.js */, - B39826FD29239F4500A82429 /* groups_1.js */, - B39826FE29239F4500A82429 /* typedefs_5.html */, - B39826FF29239F4500A82429 /* groups_8.html */, - B398270029239F4500A82429 /* files_4.js */, - B398270129239F4500A82429 /* functions_5.js */, - B398270229239F4500A82429 /* all_15.html */, - B398270329239F4500A82429 /* groups_3.html */, - B398270429239F4500A82429 /* all_0.js */, - B398270529239F4500A82429 /* functions_b.js */, - B398270629239F4500A82429 /* files_12.js */, - B398270729239F4500A82429 /* all_6.html */, - B398270829239F4500A82429 /* files_d.html */, - B398270929239F4500A82429 /* functions_4.html */, - B398270A29239F4500A82429 /* functions_15.html */, - B398270B29239F4500A82429 /* search_l.png */, - B398270C29239F4500A82429 /* functions_1.js */, - B398270D29239F4500A82429 /* pages_0.js */, - B398270E29239F4500A82429 /* functions_13.js */, - B398270F29239F4500A82429 /* all_4.js */, - B398271029239F4500A82429 /* typedefs_2.html */, - B398271129239F4500A82429 /* all_a.html */, - B398271229239F4500A82429 /* functions_f.js */, - B398271329239F4500A82429 /* files_3.html */, - B398271429239F4600A82429 /* functions_c.html */, - B398271529239F4600A82429 /* all_c.js */, - B398271629239F4600A82429 /* functions_8.html */, - B398271729239F4600A82429 /* search_m.png */, - B398271829239F4600A82429 /* search.js */, - B398271929239F4600A82429 /* functions_9.html */, - B398271A29239F4600A82429 /* functions_0.js */, - B398271B29239F4600A82429 /* functions_b.html */, - B398271C29239F4600A82429 /* files_2.html */, - B398271D29239F4600A82429 /* functions_12.js */, - B398271E29239F4600A82429 /* all_5.js */, - B398271F29239F4600A82429 /* pages_0.html */, - B398272029239F4600A82429 /* typedefs_3.html */, - B398272129239F4600A82429 /* mag_sel.png */, - B398272229239F4600A82429 /* all_b.js */, - B398272329239F4600A82429 /* nomatches.html */, - B398272429239F4600A82429 /* functions_4.js */, - B398272529239F4600A82429 /* functions_14.html */, - B398272629239F4600A82429 /* files_14.html */, - B398272729239F4600A82429 /* functions_5.html */, - B398272829239F4600A82429 /* files_e.html */, - B398272929239F4600A82429 /* all_7.html */, - B398272A29239F4600A82429 /* all_1.js */, - B398272B29239F4600A82429 /* functions_16.js */, - B398272C29239F4600A82429 /* typedefs_d.html */, - B398272D29239F4600A82429 /* functions_c.js */, - B398272E29239F4600A82429 /* files_13.js */, - B398272F29239F4600A82429 /* all_14.html */, - B398273029239F4600A82429 /* groups_2.html */, - B398273129239F4600A82429 /* close.png */, - B398273229239F4600A82429 /* all_f.js */, - ); - path = search; - sourceTree = ""; - }; - B398285F29239F4700A82429 /* glm */ = { - isa = PBXGroup; - children = ( - B398286029239F4700A82429 /* vec4.hpp */, - B398286129239F4700A82429 /* integer.hpp */, - B398286229239F4700A82429 /* vector_relational.hpp */, - B398286329239F4700A82429 /* mat2x3.hpp */, - B398286429239F4700A82429 /* mat4x4.hpp */, - B398286529239F4700A82429 /* mat2x2.hpp */, - B398286629239F4700A82429 /* exponential.hpp */, - B398286729239F4700A82429 /* vec2.hpp */, - B398286829239F4700A82429 /* CMakeLists.txt */, - B398286929239F4700A82429 /* vec3.hpp */, - B398286A29239F4700A82429 /* fwd.hpp */, - B398286B29239F4700A82429 /* mat4x3.hpp */, - B398286C29239F4700A82429 /* mat4x2.hpp */, - B398286D29239F4700A82429 /* mat2x4.hpp */, - B398286E29239F4700A82429 /* packing.hpp */, - B398286F29239F4700A82429 /* mat3x3.hpp */, - B398287029239F4700A82429 /* mat3x2.hpp */, - B398287129239F4700A82429 /* ext */, - B39828ED29239F4700A82429 /* simd */, - B39828F829239F4700A82429 /* mat3x4.hpp */, - B39828F929239F4700A82429 /* matrix.hpp */, - B39828FA29239F4700A82429 /* glm.hpp */, - B39828FB29239F4700A82429 /* trigonometric.hpp */, - B39828FC29239F4700A82429 /* geometric.hpp */, - B39828FD29239F4700A82429 /* detail */, - B398293B29239F4700A82429 /* ext.hpp */, - B398293C29239F4700A82429 /* gtc */, - B398296329239F4700A82429 /* common.hpp */, - B398296429239F4700A82429 /* gtx */, - ); - path = glm; - sourceTree = ""; - }; - B398287129239F4700A82429 /* ext */ = { - isa = PBXGroup; - children = ( - B398287229239F4700A82429 /* matrix_double3x2_precision.hpp */, - B398287329239F4700A82429 /* matrix_float2x4.hpp */, - B398287429239F4700A82429 /* vector_bool2.hpp */, - B398287529239F4700A82429 /* quaternion_double_precision.hpp */, - B398287629239F4700A82429 /* matrix_float4x2.hpp */, - B398287729239F4700A82429 /* matrix_float4x3.hpp */, - B398287829239F4700A82429 /* vector_bool3.hpp */, - B398287929239F4700A82429 /* vector_relational.hpp */, - B398287A29239F4700A82429 /* vector_bool1.hpp */, - B398287B29239F4700A82429 /* quaternion_common.inl */, - B398287C29239F4700A82429 /* vector_uint2_precision.hpp */, - B398287D29239F4700A82429 /* vector_float1_precision.hpp */, - B398287E29239F4700A82429 /* matrix_float2x3_precision.hpp */, - B398287F29239F4700A82429 /* matrix_float2x2.hpp */, - B398288029239F4700A82429 /* matrix_common.hpp */, - B398288129239F4700A82429 /* vector_bool4.hpp */, - B398288229239F4700A82429 /* matrix_float2x4_precision.hpp */, - B398288329239F4700A82429 /* matrix_float4x4.hpp */, - B398288429239F4700A82429 /* vector_uint1_precision.hpp */, - B398288529239F4700A82429 /* matrix_float2x3.hpp */, - B398288629239F4700A82429 /* matrix_clip_space.hpp */, - B398288729239F4700A82429 /* scalar_integer.hpp */, - B398288829239F4700A82429 /* vector_float2_precision.hpp */, - B398288929239F4700A82429 /* matrix_transform.inl */, - B398288A29239F4700A82429 /* quaternion_exponential.inl */, - B398288B29239F4700A82429 /* scalar_common.hpp */, - B398288C29239F4700A82429 /* quaternion_transform.inl */, - B398288D29239F4700A82429 /* matrix_double4x2_precision.hpp */, - B398288E29239F4700A82429 /* matrix_clip_space.inl */, - B398288F29239F4700A82429 /* vector_double4_precision.hpp */, - B398289029239F4700A82429 /* matrix_float3x4_precision.hpp */, - B398289129239F4700A82429 /* scalar_integer.inl */, - B398289229239F4700A82429 /* vector_uint3.hpp */, - B398289329239F4700A82429 /* matrix_float4x3_precision.hpp */, - B398289429239F4700A82429 /* matrix_common.inl */, - B398289529239F4700A82429 /* vector_uint2.hpp */, - B398289629239F4700A82429 /* quaternion_float_precision.hpp */, - B398289729239F4700A82429 /* vector_int1_precision.hpp */, - B398289829239F4700A82429 /* matrix_float3x4.hpp */, - B398289929239F4700A82429 /* quaternion_transform.hpp */, - B398289A29239F4700A82429 /* vector_bool4_precision.hpp */, - B398289B29239F4700A82429 /* vector_uint1.hpp */, - B398289C29239F4700A82429 /* matrix_transform.hpp */, - B398289D29239F4700A82429 /* scalar_common.inl */, - B398289E29239F4700A82429 /* quaternion_exponential.hpp */, - B398289F29239F4700A82429 /* vector_relational.inl */, - B39828A029239F4700A82429 /* vector_bool3_precision.hpp */, - B39828A129239F4700A82429 /* matrix_double2x2_precision.hpp */, - B39828A229239F4700A82429 /* quaternion_float.hpp */, - B39828A329239F4700A82429 /* vector_int2_precision.hpp */, - B39828A429239F4700A82429 /* vector_uint4.hpp */, - B39828A529239F4700A82429 /* matrix_float3x2.hpp */, - B39828A629239F4700A82429 /* vector_double3_precision.hpp */, - B39828A729239F4700A82429 /* quaternion_common.hpp */, - B39828A829239F4700A82429 /* matrix_float3x3_precision.hpp */, - B39828A929239F4700A82429 /* matrix_float3x3.hpp */, - B39828AA29239F4700A82429 /* scalar_int_sized.hpp */, - B39828AB29239F4700A82429 /* matrix_float4x4_precision.hpp */, - B39828AC29239F4700A82429 /* matrix_double4x2.hpp */, - B39828AD29239F4700A82429 /* vector_int1.hpp */, - B39828AE29239F4700A82429 /* vector_float3.hpp */, - B39828AF29239F4700A82429 /* matrix_double2x4.hpp */, - B39828B029239F4700A82429 /* scalar_ulp.hpp */, - B39828B129239F4700A82429 /* quaternion_geometric.hpp */, - B39828B229239F4700A82429 /* vector_int3_precision.hpp */, - B39828B329239F4700A82429 /* vector_float2.hpp */, - B39828B429239F4700A82429 /* matrix_double2x3_precision.hpp */, - B39828B529239F4700A82429 /* vector_bool2_precision.hpp */, - B39828B629239F4700A82429 /* quaternion_double.hpp */, - B39828B729239F4700A82429 /* matrix_double4x3.hpp */, - B39828B829239F4700A82429 /* quaternion_common_simd.inl */, - B39828B929239F4700A82429 /* vector_int2.hpp */, - B39828BA29239F4700A82429 /* vector_double2_precision.hpp */, - B39828BB29239F4700A82429 /* matrix_float3x2_precision.hpp */, - B39828BC29239F4700A82429 /* matrix_relational.hpp */, - B39828BD29239F4700A82429 /* vector_integer.hpp */, - B39828BE29239F4700A82429 /* scalar_relational.hpp */, - B39828BF29239F4700A82429 /* vector_float1.hpp */, - B39828C029239F4700A82429 /* vector_int3.hpp */, - B39828C129239F4700A82429 /* scalar_constants.inl */, - B39828C229239F4700A82429 /* matrix_double4x4.hpp */, - B39828C329239F4700A82429 /* scalar_uint_sized.hpp */, - B39828C429239F4700A82429 /* vector_double1_precision.hpp */, - B39828C529239F4700A82429 /* matrix_double2x2.hpp */, - B39828C629239F4700A82429 /* matrix_float4x2_precision.hpp */, - B39828C729239F4700A82429 /* matrix_double2x3.hpp */, - B39828C829239F4700A82429 /* matrix_projection.hpp */, - B39828C929239F4700A82429 /* vector_float4.hpp */, - B39828CA29239F4700A82429 /* vector_common.inl */, - B39828CB29239F4700A82429 /* vector_int4_precision.hpp */, - B39828CC29239F4700A82429 /* matrix_double2x4_precision.hpp */, - B39828CD29239F4700A82429 /* vector_int4.hpp */, - B39828CE29239F4700A82429 /* quaternion_relational.hpp */, - B39828CF29239F4700A82429 /* quaternion_trigonometric.hpp */, - B39828D029239F4700A82429 /* vector_bool1_precision.hpp */, - B39828D129239F4700A82429 /* vector_ulp.hpp */, - B39828D229239F4700A82429 /* vector_float3_precision.hpp */, - B39828D329239F4700A82429 /* vector_uint4_precision.hpp */, - B39828D429239F4700A82429 /* matrix_projection.inl */, - B39828D529239F4700A82429 /* vector_common.hpp */, - B39828D629239F4700A82429 /* scalar_constants.hpp */, - B39828D729239F4700A82429 /* matrix_double3x4.hpp */, - B39828D829239F4700A82429 /* quaternion_trigonometric.inl */, - B39828D929239F4700A82429 /* matrix_double4x3_precision.hpp */, - B39828DA29239F4700A82429 /* vector_ulp.inl */, - B39828DB29239F4700A82429 /* matrix_double3x4_precision.hpp */, - B39828DC29239F4700A82429 /* quaternion_relational.inl */, - B39828DD29239F4700A82429 /* vector_double4.hpp */, - B39828DE29239F4700A82429 /* vector_double1.hpp */, - B39828DF29239F4700A82429 /* matrix_double4x4_precision.hpp */, - B39828E029239F4700A82429 /* scalar_ulp.inl */, - B39828E129239F4700A82429 /* quaternion_geometric.inl */, - B39828E229239F4700A82429 /* matrix_double3x3_precision.hpp */, - B39828E329239F4700A82429 /* matrix_double3x2.hpp */, - B39828E429239F4700A82429 /* matrix_float2x2_precision.hpp */, - B39828E529239F4700A82429 /* vector_integer.inl */, - B39828E629239F4700A82429 /* scalar_relational.inl */, - B39828E729239F4700A82429 /* vector_double3.hpp */, - B39828E829239F4700A82429 /* vector_float4_precision.hpp */, - B39828E929239F4700A82429 /* vector_double2.hpp */, - B39828EA29239F4700A82429 /* matrix_relational.inl */, - B39828EB29239F4700A82429 /* vector_uint3_precision.hpp */, - B39828EC29239F4700A82429 /* matrix_double3x3.hpp */, - ); - path = ext; - sourceTree = ""; - }; - B39828ED29239F4700A82429 /* simd */ = { - isa = PBXGroup; - children = ( - B39828EE29239F4700A82429 /* neon.h */, - B39828EF29239F4700A82429 /* vector_relational.h */, - B39828F029239F4700A82429 /* matrix.h */, - B39828F129239F4700A82429 /* packing.h */, - B39828F229239F4700A82429 /* common.h */, - B39828F329239F4700A82429 /* trigonometric.h */, - B39828F429239F4700A82429 /* geometric.h */, - B39828F529239F4700A82429 /* integer.h */, - B39828F629239F4700A82429 /* platform.h */, - B39828F729239F4700A82429 /* exponential.h */, - ); - path = simd; - sourceTree = ""; - }; - B39828FD29239F4700A82429 /* detail */ = { - isa = PBXGroup; - children = ( - B39828FE29239F4700A82429 /* func_exponential.inl */, - B39828FF29239F4700A82429 /* func_integer_simd.inl */, - B398290029239F4700A82429 /* func_vector_relational.inl */, - B398290129239F4700A82429 /* func_packing.inl */, - B398290229239F4700A82429 /* _fixes.hpp */, - B398290329239F4700A82429 /* type_quat.inl */, - B398290429239F4700A82429 /* type_half.inl */, - B398290529239F4700A82429 /* func_vector_relational_simd.inl */, - B398290629239F4700A82429 /* qualifier.hpp */, - B398290729239F4700A82429 /* func_matrix_simd.inl */, - B398290829239F4700A82429 /* _noise.hpp */, - B398290929239F4700A82429 /* type_half.hpp */, - B398290A29239F4700A82429 /* _features.hpp */, - B398290B29239F4700A82429 /* func_integer.inl */, - B398290C29239F4700A82429 /* _vectorize.hpp */, - B398290D29239F4700A82429 /* func_geometric.inl */, - B398290E29239F4700A82429 /* type_quat.hpp */, - B398290F29239F4700A82429 /* func_common.inl */, - B398291029239F4700A82429 /* type_quat_simd.inl */, - B398291129239F4700A82429 /* func_trigonometric.inl */, - B398291229239F4700A82429 /* type_mat2x4.inl */, - B398291329239F4700A82429 /* type_mat4x2.inl */, - B398291429239F4700A82429 /* _swizzle.hpp */, - B398291529239F4700A82429 /* type_mat4x3.inl */, - B398291629239F4700A82429 /* func_packing_simd.inl */, - B398291729239F4700A82429 /* type_vec4.inl */, - B398291829239F4700A82429 /* func_trigonometric_simd.inl */, - B398291929239F4700A82429 /* type_mat3x3.hpp */, - B398291A29239F4700A82429 /* type_mat3x2.hpp */, - B398291B29239F4700A82429 /* compute_common.hpp */, - B398291C29239F4700A82429 /* setup.hpp */, - B398291D29239F4700A82429 /* type_mat2x2.inl */, - B398291E29239F4700A82429 /* type_vec1.inl */, - B398291F29239F4700A82429 /* func_common_simd.inl */, - B398292029239F4700A82429 /* type_mat4x4.inl */, - B398292129239F4700A82429 /* func_geometric_simd.inl */, - B398292229239F4700A82429 /* type_mat2x3.inl */, - B398292329239F4700A82429 /* type_vec2.inl */, - B398292429239F4700A82429 /* glm.cpp */, - B398292529239F4700A82429 /* type_mat3x4.hpp */, - B398292629239F4700A82429 /* type_vec3.inl */, - B398292729239F4700A82429 /* type_mat4x4_simd.inl */, - B398292829239F4700A82429 /* type_mat2x3.hpp */, - B398292929239F4700A82429 /* type_mat4x4.hpp */, - B398292A29239F4700A82429 /* func_matrix.inl */, - B398292B29239F4700A82429 /* type_mat2x2.hpp */, - B398292C29239F4700A82429 /* type_vec1.hpp */, - B398292D29239F4700A82429 /* _swizzle_func.hpp */, - B398292E29239F4700A82429 /* type_vec3.hpp */, - B398292F29239F4700A82429 /* compute_vector_relational.hpp */, - B398293029239F4700A82429 /* type_vec4_simd.inl */, - B398293129239F4700A82429 /* type_mat3x4.inl */, - B398293229239F4700A82429 /* func_exponential_simd.inl */, - B398293329239F4700A82429 /* type_vec2.hpp */, - B398293429239F4700A82429 /* type_mat4x3.hpp */, - B398293529239F4700A82429 /* type_mat4x2.hpp */, - B398293629239F4700A82429 /* type_float.hpp */, - B398293729239F4700A82429 /* type_mat2x4.hpp */, - B398293829239F4700A82429 /* type_mat3x2.inl */, - B398293929239F4700A82429 /* type_mat3x3.inl */, - B398293A29239F4700A82429 /* type_vec4.hpp */, - ); - path = detail; - sourceTree = ""; - }; - B398293C29239F4700A82429 /* gtc */ = { - isa = PBXGroup; - children = ( - B398293D29239F4700A82429 /* integer.hpp */, - B398293E29239F4700A82429 /* matrix_integer.hpp */, - B398293F29239F4700A82429 /* matrix_inverse.inl */, - B398294029239F4700A82429 /* quaternion.inl */, - B398294129239F4700A82429 /* packing.inl */, - B398294229239F4700A82429 /* matrix_transform.inl */, - B398294329239F4700A82429 /* vec1.hpp */, - B398294429239F4700A82429 /* type_precision.inl */, - B398294529239F4700A82429 /* bitfield.inl */, - B398294629239F4700A82429 /* ulp.hpp */, - B398294729239F4700A82429 /* round.inl */, - B398294829239F4700A82429 /* packing.hpp */, - B398294929239F4700A82429 /* quaternion_simd.inl */, - B398294A29239F4700A82429 /* ulp.inl */, - B398294B29239F4700A82429 /* round.hpp */, - B398294C29239F4700A82429 /* matrix_transform.hpp */, - B398294D29239F4700A82429 /* type_precision.hpp */, - B398294E29239F4700A82429 /* bitfield.hpp */, - B398294F29239F4700A82429 /* integer.inl */, - B398295029239F4700A82429 /* quaternion.hpp */, - B398295129239F4700A82429 /* matrix_inverse.hpp */, - B398295229239F4700A82429 /* epsilon.inl */, - B398295329239F4700A82429 /* random.hpp */, - B398295429239F4700A82429 /* matrix_access.inl */, - B398295529239F4700A82429 /* type_ptr.hpp */, - B398295629239F4700A82429 /* reciprocal.inl */, - B398295729239F4700A82429 /* constants.hpp */, - B398295829239F4700A82429 /* color_space.hpp */, - B398295929239F4700A82429 /* noise.hpp */, - B398295A29239F4700A82429 /* color_space.inl */, - B398295B29239F4700A82429 /* noise.inl */, - B398295C29239F4700A82429 /* matrix_access.hpp */, - B398295D29239F4700A82429 /* random.inl */, - B398295E29239F4700A82429 /* epsilon.hpp */, - B398295F29239F4700A82429 /* constants.inl */, - B398296029239F4700A82429 /* reciprocal.hpp */, - B398296129239F4700A82429 /* type_ptr.inl */, - B398296229239F4700A82429 /* type_aligned.hpp */, - ); - path = gtc; - sourceTree = ""; - }; - B398296429239F4700A82429 /* gtx */ = { - isa = PBXGroup; - children = ( - B398296529239F4700A82429 /* vector_angle.hpp */, - B398296629239F4700A82429 /* log_base.inl */, - B398296729239F4700A82429 /* matrix_query.inl */, - B398296829239F4700A82429 /* extend.inl */, - B398296929239F4700A82429 /* integer.hpp */, - B398296A29239F4700A82429 /* associated_min_max.inl */, - B398296B29239F4700A82429 /* matrix_transform_2d.inl */, - B398296C29239F4700A82429 /* hash.hpp */, - B398296D29239F4700A82429 /* rotate_vector.hpp */, - B398296E29239F4700A82429 /* matrix_interpolation.hpp */, - B398296F29239F4700A82429 /* functions.hpp */, - B398297029239F4700A82429 /* quaternion.inl */, - B398297129239F4700A82429 /* exterior_product.inl */, - B398297229239F4700A82429 /* gradient_paint.inl */, - B398297329239F4700A82429 /* string_cast.hpp */, - B398297429239F4700A82429 /* color_space_YCoCg.hpp */, - B398297529239F4700A82429 /* type_trait.inl */, - B398297629239F4700A82429 /* extended_min_max.hpp */, - B398297729239F4700A82429 /* euler_angles.inl */, - B398297829239F4700A82429 /* fast_square_root.hpp */, - B398297929239F4700A82429 /* raw_data.inl */, - B398297A29239F4700A82429 /* matrix_cross_product.inl */, - B398297B29239F4700A82429 /* spline.hpp */, - B398297C29239F4700A82429 /* fast_trigonometry.hpp */, - B398297D29239F4700A82429 /* optimum_pow.inl */, - B398297E29239F4700A82429 /* dual_quaternion.hpp */, - B398297F29239F4700A82429 /* closest_point.hpp */, - B398298029239F4700A82429 /* number_precision.inl */, - B398298129239F4700A82429 /* mixed_product.inl */, - B398298229239F4700A82429 /* transform.inl */, - B398298329239F4700A82429 /* bit.inl */, - B398298429239F4700A82429 /* io.inl */, - B398298529239F4700A82429 /* fast_trigonometry.inl */, - B398298629239F4700A82429 /* optimum_pow.hpp */, - B398298729239F4700A82429 /* spline.inl */, - B398298829239F4700A82429 /* raw_data.hpp */, - B398298929239F4700A82429 /* matrix_cross_product.hpp */, - B398298A29239F4700A82429 /* euler_angles.hpp */, - B398298B29239F4700A82429 /* fast_square_root.inl */, - B398298C29239F4700A82429 /* color_space_YCoCg.inl */, - B398298D29239F4700A82429 /* type_trait.hpp */, - B398298E29239F4700A82429 /* extended_min_max.inl */, - B398298F29239F4700A82429 /* io.hpp */, - B398299029239F4700A82429 /* float_notmalize.inl */, - B398299129239F4700A82429 /* transform.hpp */, - B398299229239F4700A82429 /* bit.hpp */, - B398299329239F4700A82429 /* number_precision.hpp */, - B398299429239F4700A82429 /* mixed_product.hpp */, - B398299529239F4700A82429 /* closest_point.inl */, - B398299629239F4700A82429 /* dual_quaternion.inl */, - B398299729239F4700A82429 /* associated_min_max.hpp */, - B398299829239F4700A82429 /* matrix_transform_2d.hpp */, - B398299929239F4700A82429 /* integer.inl */, - B398299A29239F4700A82429 /* log_base.hpp */, - B398299B29239F4700A82429 /* matrix_query.hpp */, - B398299C29239F4700A82429 /* vector_angle.inl */, - B398299D29239F4700A82429 /* extend.hpp */, - B398299E29239F4700A82429 /* gradient_paint.hpp */, - B398299F29239F4700A82429 /* quaternion.hpp */, - B39829A029239F4700A82429 /* exterior_product.hpp */, - B39829A129239F4700A82429 /* string_cast.inl */, - B39829A229239F4700A82429 /* functions.inl */, - B39829A329239F4700A82429 /* rotate_vector.inl */, - B39829A429239F4700A82429 /* matrix_interpolation.inl */, - B39829A529239F4700A82429 /* hash.inl */, - B39829A629239F4700A82429 /* vector_query.inl */, - B39829A729239F4700A82429 /* polar_coordinates.hpp */, - B39829A829239F4700A82429 /* orthonormalize.inl */, - B39829A929239F4700A82429 /* component_wise.inl */, - B39829AA29239F4700A82429 /* normalize_dot.inl */, - B39829AB29239F4700A82429 /* std_based_type.inl */, - B39829AC29239F4700A82429 /* matrix_factorisation.inl */, - B39829AD29239F4700A82429 /* type_aligned.inl */, - B39829AE29239F4700A82429 /* vec_swizzle.hpp */, - B39829AF29239F4700A82429 /* projection.hpp */, - B39829B029239F4700A82429 /* compatibility.inl */, - B39829B129239F4700A82429 /* scalar_relational.hpp */, - B39829B229239F4700A82429 /* wrap.hpp */, - B39829B329239F4700A82429 /* rotate_normalized_axis.inl */, - B39829B429239F4700A82429 /* texture.hpp */, - B39829B529239F4700A82429 /* color_encoding.inl */, - B39829B629239F4700A82429 /* norm.hpp */, - B39829B729239F4700A82429 /* matrix_major_storage.inl */, - B39829B829239F4700A82429 /* matrix_operation.inl */, - B39829B929239F4700A82429 /* color_space.hpp */, - B39829BA29239F4700A82429 /* normal.hpp */, - B39829BB29239F4700A82429 /* intersect.inl */, - B39829BC29239F4700A82429 /* perpendicular.inl */, - B39829BD29239F4700A82429 /* easing.hpp */, - B39829BE29239F4700A82429 /* transform2.inl */, - B39829BF29239F4700A82429 /* matrix_decompose.hpp */, - B39829C029239F4700A82429 /* fast_exponential.hpp */, - B39829C129239F4700A82429 /* common.inl */, - B39829C229239F4700A82429 /* handed_coordinate_space.hpp */, - B39829C329239F4700A82429 /* intersect.hpp */, - B39829C429239F4700A82429 /* perpendicular.hpp */, - B39829C529239F4700A82429 /* easing.inl */, - B39829C629239F4700A82429 /* matrix_operation.hpp */, - B39829C729239F4700A82429 /* color_space.inl */, - B39829C829239F4700A82429 /* normal.inl */, - B39829C929239F4700A82429 /* color_encoding.hpp */, - B39829CA29239F4700A82429 /* matrix_major_storage.hpp */, - B39829CB29239F4700A82429 /* norm.inl */, - B39829CC29239F4700A82429 /* texture.inl */, - B39829CD29239F4700A82429 /* handed_coordinate_space.inl */, - B39829CE29239F4700A82429 /* common.hpp */, - B39829CF29239F4700A82429 /* range.hpp */, - B39829D029239F4700A82429 /* fast_exponential.inl */, - B39829D129239F4700A82429 /* transform2.hpp */, - B39829D229239F4700A82429 /* matrix_decompose.inl */, - B39829D329239F4700A82429 /* scalar_multiplication.hpp */, - B39829D429239F4700A82429 /* std_based_type.hpp */, - B39829D529239F4700A82429 /* matrix_factorisation.hpp */, - B39829D629239F4700A82429 /* orthonormalize.hpp */, - B39829D729239F4700A82429 /* normalize_dot.hpp */, - B39829D829239F4700A82429 /* component_wise.hpp */, - B39829D929239F4700A82429 /* polar_coordinates.inl */, - B39829DA29239F4700A82429 /* vector_query.hpp */, - B39829DB29239F4700A82429 /* scalar_relational.inl */, - B39829DC29239F4700A82429 /* wrap.inl */, - B39829DD29239F4700A82429 /* compatibility.hpp */, - B39829DE29239F4700A82429 /* rotate_normalized_axis.hpp */, - B39829DF29239F4700A82429 /* projection.inl */, - B39829E029239F4700A82429 /* type_aligned.hpp */, - ); - path = gtx; - sourceTree = ""; - }; - B39829E129239F4700A82429 /* breakpad */ = { - isa = PBXGroup; - children = ( - B39829E229239F4700A82429 /* configure.ac */, - B39829E329239F4700A82429 /* INSTALL */, - B39829E429239F4700A82429 /* CMakeLists.txt */, - B39829E529239F4700A82429 /* LICENSE */, - B39829E629239F4700A82429 /* configure */, - B39829E729239F4700A82429 /* ChangeLog */, - B39829E829239F4700A82429 /* AUTHORS */, - B39829E929239F4700A82429 /* autotools */, - B39829F429239F4700A82429 /* README.ANDROID */, - B39829F529239F4700A82429 /* breakpad.pc.in */, - B39829F629239F4700A82429 /* docs */, - B3982A0829239F4700A82429 /* codereview.settings */, - B3982A0929239F4700A82429 /* Makefile.am */, - B3982A0A29239F4700A82429 /* README.md */, - B3982A0B29239F4700A82429 /* appveyor.yml */, - B3982A0C29239F4700A82429 /* NEWS */, - B3982A0D29239F4700A82429 /* .gitignore */, - B3982A0E29239F4700A82429 /* android */, - B3982A1B29239F4700A82429 /* scripts */, - B3982A1E29239F4700A82429 /* .clang-format */, - B3982A1F29239F4700A82429 /* .github */, - B3982A2129239F4700A82429 /* OWNERS */, - B3982A2229239F4700A82429 /* m4 */, - B3982A2F29239F4700A82429 /* DEPS */, - B3982A3029239F4700A82429 /* Makefile.in */, - B3982A3129239F4700A82429 /* default.xml */, - B3982A3229239F4700A82429 /* .travis.yml */, - B3982A3329239F4700A82429 /* aclocal.m4 */, - B3982A3429239F4700A82429 /* breakpad-client.pc.in */, - B3982A3529239F4700A82429 /* src */, - ); - path = breakpad; - sourceTree = ""; - }; - B39829E929239F4700A82429 /* autotools */ = { + B3878D7E2D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39829EA29239F4700A82429 /* install-sh */, - B39829EB29239F4700A82429 /* ltmain.sh */, - B39829EC29239F4700A82429 /* ar-lib */, - B39829ED29239F4700A82429 /* config.guess */, - B39829EE29239F4700A82429 /* depcomp */, - B39829EF29239F4700A82429 /* missing */, - B39829F029239F4700A82429 /* config.sub */, - B39829F129239F4700A82429 /* root-test-driver */, - B39829F229239F4700A82429 /* compile */, - B39829F329239F4700A82429 /* test-driver */, ); - path = autotools; + name = Products; sourceTree = ""; }; - B39829F629239F4700A82429 /* docs */ = { + B3878D802D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B39829F729239F4700A82429 /* breakpad.png */, - B39829F829239F4700A82429 /* processor_design.md */, - B39829F929239F4700A82429 /* linux_system_calls.md */, - B39829FA29239F4700A82429 /* symbol_files.md */, - B39829FB29239F4700A82429 /* sym_upload_v2_protocol.md */, - B39829FC29239F4700A82429 /* stack_walking.md */, - B39829FD29239F4700A82429 /* getting_started_with_breakpad.md */, - B39829FE29239F4700A82429 /* client_design.md */, - B39829FF29239F4700A82429 /* breakpad.svg */, - B3982A0029239F4700A82429 /* contributing_to_breakpad.md */, - B3982A0129239F4700A82429 /* linux_starter_guide.md */, - B3982A0229239F4700A82429 /* linux_core_handler.md */, - B3982A0329239F4700A82429 /* exception_handling.md */, - B3982A0429239F4700A82429 /* OWNERS */, - B3982A0529239F4700A82429 /* mozilla_brown_bag_talk.md */, - B3982A0629239F4700A82429 /* windows_client_integration.md */, - B3982A0729239F4700A82429 /* mac_breakpad_starter_guide.md */, ); - path = docs; + name = Products; sourceTree = ""; }; - B3982A0E29239F4700A82429 /* android */ = { + B3878D822D2C6C3800D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A0F29239F4700A82429 /* run-checks.sh */, - B3982A1029239F4700A82429 /* sample_app */, - B3982A1629239F4700A82429 /* common-functions.sh */, - B3982A1729239F4700A82429 /* test-driver */, - B3982A1829239F4700A82429 /* test-shell.sh */, - B3982A1929239F4700A82429 /* google_breakpad */, ); - path = android; + name = Products; sourceTree = ""; }; - B3982A1029239F4700A82429 /* sample_app */ = { + B387CAC52D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A1129239F4700A82429 /* README */, - B3982A1229239F4700A82429 /* jni */, ); - path = sample_app; + name = Products; sourceTree = ""; }; - B3982A1229239F4700A82429 /* jni */ = { + B387CAC72D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A1329239F4700A82429 /* Android.mk */, - B3982A1429239F4700A82429 /* Application.mk */, - B3982A1529239F4700A82429 /* test_breakpad.cpp */, ); - path = jni; + name = Products; sourceTree = ""; }; - B3982A1929239F4700A82429 /* google_breakpad */ = { + B387CAC92D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; - children = ( - B3982A1A29239F4700A82429 /* Android.mk */, - ); - path = google_breakpad; + name = Products; sourceTree = ""; }; - B3982A1B29239F4700A82429 /* scripts */ = { + B387CACB2D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A1C29239F4700A82429 /* travis-checkout.sh */, - B3982A1D29239F4700A82429 /* travis-build.sh */, ); - path = scripts; + name = Products; sourceTree = ""; }; - B3982A1F29239F4700A82429 /* .github */ = { + B387CACD2D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A2029239F4700A82429 /* mistaken-pull-closer.yml */, ); - path = .github; + name = Products; sourceTree = ""; }; - B3982A2229239F4700A82429 /* m4 */ = { + B387CACF2D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A2329239F4700A82429 /* ltversion.m4 */, - B3982A2429239F4700A82429 /* libtool.m4 */, - B3982A2529239F4700A82429 /* ltoptions.m4 */, - B3982A2629239F4700A82429 /* ltsugar.m4 */, - B3982A2729239F4700A82429 /* ax_append_compile_flags.m4 */, - B3982A2829239F4700A82429 /* ax_check_define.m4 */, - B3982A2929239F4700A82429 /* ax_check_compile_flag.m4 */, - B3982A2A29239F4700A82429 /* ax_require_defined.m4 */, - B3982A2B29239F4700A82429 /* ax_cxx_compile_stdcxx.m4 */, - B3982A2C29239F4700A82429 /* ax_pthread.m4 */, - B3982A2D29239F4700A82429 /* ax_append_flag.m4 */, - B3982A2E29239F4700A82429 /* lt~obsolete.m4 */, ); - path = m4; + name = Products; sourceTree = ""; }; - B3982A3529239F4700A82429 /* src */ = { + B387CAD12D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A3629239F4700A82429 /* tools */, - B3982AA529239F4800A82429 /* breakpad_googletest_includes.h */, - B3982AA629239F4800A82429 /* processor */, - B3982B9029239F4800A82429 /* config.h.in */, - B3982B9129239F4800A82429 /* common */, - B3982C8129239F4900A82429 /* third_party */, - B3982CF529239F4900A82429 /* google_breakpad */, - B3982D2229239F4900A82429 /* client */, ); - path = src; + name = Products; sourceTree = ""; }; - B3982A3629239F4700A82429 /* tools */ = { + B387CAD32D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A3729239F4700A82429 /* python */, - B3982A3C29239F4700A82429 /* mac */, - B3982A5429239F4800A82429 /* linux */, - B3982A6529239F4800A82429 /* tools.gyp */, - B3982A6629239F4800A82429 /* windows */, - B3982A9C29239F4800A82429 /* solaris */, ); - path = tools; + name = Products; sourceTree = ""; }; - B3982A3729239F4700A82429 /* python */ = { + B387CAD52D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A3829239F4700A82429 /* deps-to-manifest.py */, - B3982A3929239F4700A82429 /* tests */, - B3982A3B29239F4700A82429 /* filter_syms.py */, ); - path = python; + name = Products; sourceTree = ""; }; - B3982A3929239F4700A82429 /* tests */ = { + B387CAD72D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A3A29239F4700A82429 /* filter_syms_unittest.py */, ); - path = tests; + name = Products; sourceTree = ""; }; - B3982A3C29239F4700A82429 /* mac */ = { + B387CAD92D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A3D29239F4700A82429 /* symupload */, - B3982A4229239F4700A82429 /* upload_system_symbols */, - B3982A4629239F4700A82429 /* crash_report */, - B3982A4D29239F4700A82429 /* dump_syms */, - B3982A5329239F4800A82429 /* tools_mac.gypi */, ); - path = mac; + name = Products; sourceTree = ""; }; - B3982A3D29239F4700A82429 /* symupload */ = { + B387CADB2D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A3E29239F4700A82429 /* symupload.mm */, ); - path = symupload; + name = Products; sourceTree = ""; }; - B3982A4229239F4700A82429 /* upload_system_symbols */ = { + B387CADD2D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A4329239F4700A82429 /* arch_constants.h */, - B3982A4429239F4700A82429 /* upload_system_symbols.go */, - B3982A4529239F4700A82429 /* arch_reader.go */, ); - path = upload_system_symbols; + name = Products; sourceTree = ""; }; - B3982A4629239F4700A82429 /* crash_report */ = { + B387CADF2D2C6A7300D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A4729239F4700A82429 /* on_demand_symbol_supplier.mm */, - B3982A4B29239F4700A82429 /* crash_report.mm */, - B3982A4C29239F4700A82429 /* on_demand_symbol_supplier.h */, ); - path = crash_report; + name = Products; sourceTree = ""; }; - B3982A4D29239F4700A82429 /* dump_syms */ = { + B387CAE12D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A5129239F4800A82429 /* macho_dump.cc */, - B3982A5229239F4800A82429 /* dump_syms_tool.cc */, ); - path = dump_syms; + name = Products; sourceTree = ""; }; - B3982A5429239F4800A82429 /* linux */ = { + B387CAE32D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; - children = ( - B3982A5529239F4800A82429 /* core_handler */, - B3982A5729239F4800A82429 /* symupload */, - B3982A5A29239F4800A82429 /* tools_linux.gypi */, - B3982A5B29239F4800A82429 /* md2core */, - B3982A5F29239F4800A82429 /* dump_syms */, - B3982A6129239F4800A82429 /* pid2md */, - B3982A6329239F4800A82429 /* core2md */, - ); - path = linux; + name = Products; sourceTree = ""; }; - B3982A5529239F4800A82429 /* core_handler */ = { + B387CAE52D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A5629239F4800A82429 /* core_handler.cc */, ); - path = core_handler; + name = Products; sourceTree = ""; }; - B3982A5729239F4800A82429 /* symupload */ = { + B387CAE72D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A5829239F4800A82429 /* minidump_upload.cc */, - B3982A5929239F4800A82429 /* sym_upload.cc */, ); - path = symupload; + name = Products; sourceTree = ""; }; - B3982A5B29239F4800A82429 /* md2core */ = { + B387CAE92D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A5C29239F4800A82429 /* minidump_memory_range.h */, - B3982A5D29239F4800A82429 /* minidump-2-core.cc */, - B3982A5E29239F4800A82429 /* minidump_memory_range_unittest.cc */, ); - path = md2core; + name = Products; sourceTree = ""; }; - B3982A5F29239F4800A82429 /* dump_syms */ = { + B387CAEB2D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A6029239F4800A82429 /* dump_syms.cc */, ); - path = dump_syms; + name = Products; sourceTree = ""; }; - B3982A6129239F4800A82429 /* pid2md */ = { + B387CAED2D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A6229239F4800A82429 /* pid2md.cc */, ); - path = pid2md; + name = Products; sourceTree = ""; }; - B3982A6329239F4800A82429 /* core2md */ = { + B387CAEF2D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A6429239F4800A82429 /* core2md.cc */, ); - path = core2md; + name = Products; sourceTree = ""; }; - B3982A6629239F4800A82429 /* windows */ = { + B387CAF12D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A6729239F4800A82429 /* symupload */, - B3982A6A29239F4800A82429 /* refresh_binaries.bat */, - B3982A6B29239F4800A82429 /* tools_windows.gyp */, - B3982A6C29239F4800A82429 /* converter */, - B3982A7029239F4800A82429 /* binaries */, - B3982A7329239F4800A82429 /* dump_syms */, - B3982A8929239F4800A82429 /* converter_exe */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3982A6729239F4800A82429 /* symupload */ = { + B387CAF32D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A6829239F4800A82429 /* symupload.cc */, - B3982A6929239F4800A82429 /* symupload.gyp */, ); - path = symupload; + name = Products; sourceTree = ""; }; - B3982A6C29239F4800A82429 /* converter */ = { + B387CAF52D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A6D29239F4800A82429 /* ms_symbol_server_converter.h */, - B3982A6E29239F4800A82429 /* ms_symbol_server_converter.cc */, - B3982A6F29239F4800A82429 /* ms_symbol_server_converter.gyp */, ); - path = converter; + name = Products; sourceTree = ""; }; - B3982A7029239F4800A82429 /* binaries */ = { + B387CAF72D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A7129239F4800A82429 /* dump_syms.exe */, - B3982A7229239F4800A82429 /* symupload.exe */, ); - path = binaries; + name = Products; sourceTree = ""; }; - B3982A7329239F4800A82429 /* dump_syms */ = { + B387CAF92D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A7429239F4800A82429 /* testdata */, - B3982A8529239F4800A82429 /* dump_syms.gyp */, - B3982A8629239F4800A82429 /* dump_syms.cc */, - B3982A8729239F4800A82429 /* run_regtest.sh */, - B3982A8829239F4800A82429 /* dump_syms_unittest.cc */, ); - path = dump_syms; + name = Products; sourceTree = ""; }; - B3982A7429239F4800A82429 /* testdata */ = { + B387CAFB2D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A7529239F4800A82429 /* omap_reorder_bbs.sym */, - B3982A7629239F4800A82429 /* dump_syms_regtest64.sym */, - B3982A7729239F4800A82429 /* omap_stretched.sym */, - B3982A7829239F4800A82429 /* omap_stretched_filled.sym */, - B3982A7929239F4800A82429 /* omap_reorder_funcs.pdb */, - B3982A7A29239F4800A82429 /* dump_syms_regtest.sym */, - B3982A7B29239F4800A82429 /* pe_only_symbol_test.dll */, - B3982A7C29239F4800A82429 /* dump_syms_regtest.pdb */, - B3982A7D29239F4800A82429 /* omap_stretched_filled.pdb */, - B3982A7E29239F4800A82429 /* omap_reorder_funcs.sym */, - B3982A7F29239F4800A82429 /* pe_only_symbol_test.sym */, - B3982A8029239F4800A82429 /* dump_syms_regtest64.exe */, - B3982A8129239F4800A82429 /* omap_stretched.pdb */, - B3982A8229239F4800A82429 /* dump_syms_regtest64.pdb */, - B3982A8329239F4800A82429 /* dump_syms_regtest.cc */, - B3982A8429239F4800A82429 /* omap_reorder_bbs.pdb */, ); - path = testdata; + name = Products; sourceTree = ""; }; - B3982A8929239F4800A82429 /* converter_exe */ = { + B387CAFD2D2C6A7400D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A8A29239F4800A82429 /* http_client.h */, - B3982A8B29239F4800A82429 /* wininet_client.h */, - B3982A8C29239F4800A82429 /* http_download.h */, - B3982A8D29239F4800A82429 /* wininet_client.cc */, - B3982A8E29239F4800A82429 /* converter.gyp */, - B3982A8F29239F4800A82429 /* winhttp_client.h */, - B3982A9029239F4800A82429 /* tokenizer.cc */, - B3982A9129239F4800A82429 /* tokenizer.h */, - B3982A9229239F4800A82429 /* escaping.h */, - B3982A9329239F4800A82429 /* winsymconv_test.cmd */, - B3982A9429239F4800A82429 /* http_download.cc */, - B3982A9529239F4800A82429 /* converter.cc */, - B3982A9629239F4800A82429 /* symsrv.yes */, - B3982A9729239F4800A82429 /* missing_symbols_test.txt */, - B3982A9829239F4800A82429 /* winhttp_client.cc */, - B3982A9929239F4800A82429 /* winsymconv.cmd */, - B3982A9A29239F4800A82429 /* escaping.cc */, - B3982A9B29239F4800A82429 /* configure.cmd */, ); - path = converter_exe; + name = Products; sourceTree = ""; }; - B3982A9C29239F4800A82429 /* solaris */ = { + B387D7B22D2BB71B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982A9D29239F4800A82429 /* dump_syms */, ); - path = solaris; + name = Products; sourceTree = ""; }; - B3982A9D29239F4800A82429 /* dump_syms */ = { - isa = PBXGroup; - children = ( - B3982A9E29239F4800A82429 /* testdata */, - B3982AA229239F4800A82429 /* Makefile */, - B3982AA329239F4800A82429 /* dump_syms.cc */, - B3982AA429239F4800A82429 /* run_regtest.sh */, - ); - path = dump_syms; - sourceTree = ""; - }; - B3982A9E29239F4800A82429 /* testdata */ = { - isa = PBXGroup; - children = ( - B3982A9F29239F4800A82429 /* dump_syms_regtest.stabs */, - B3982AA029239F4800A82429 /* dump_syms_regtest.sym */, - B3982AA129239F4800A82429 /* dump_syms_regtest.cc */, - ); - path = testdata; - sourceTree = ""; - }; - B3982AA629239F4800A82429 /* processor */ = { - isa = PBXGroup; - children = ( - B3982AA729239F4800A82429 /* stackwalker_arm64.cc */, - B3982AA829239F4800A82429 /* fast_source_line_resolver_types.h */, - B3982AA929239F4800A82429 /* exploitability_linux.cc */, - B3982AAA29239F4800A82429 /* microdump.cc */, - B3982AAB29239F4800A82429 /* fast_source_line_resolver.cc */, - B3982AAC29239F4800A82429 /* address_map.h */, - B3982AAD29239F4800A82429 /* testdata */, - B3982B0929239F4800A82429 /* source_line_resolver_base_types.h */, - B3982B0A29239F4800A82429 /* synth_minidump.h */, - B3982B0B29239F4800A82429 /* stackwalker_x86_unittest.cc */, - B3982B0C29239F4800A82429 /* proc_maps_linux_unittest.cc */, - B3982B0D29239F4800A82429 /* static_contained_range_map-inl.h */, - B3982B0E29239F4800A82429 /* cfi_frame_info.cc */, - B3982B0F29239F4800A82429 /* stackwalker_amd64_unittest.cc */, - B3982B1029239F4800A82429 /* synth_minidump_unittest_data.h */, - B3982B1129239F4800A82429 /* static_map-inl.h */, - B3982B1229239F4800A82429 /* postfix_evaluator_unittest.cc */, - B3982B1329239F4800A82429 /* module_serializer.cc */, - B3982B1429239F4800A82429 /* static_map.h */, - B3982B1529239F4800A82429 /* stackwalker_selftest.cc */, - B3982B1629239F4800A82429 /* minidump_stackwalk_machine_readable_test */, - B3982B1729239F4800A82429 /* dump_object.cc */, - B3982B1829239F4800A82429 /* minidump.cc */, - B3982B1929239F4800A82429 /* postfix_evaluator-inl.h */, - B3982B1A29239F4800A82429 /* proto */, - B3982B1D29239F4800A82429 /* postfix_evaluator.h */, - B3982B1E29239F4800A82429 /* stackwalker_address_list_unittest.cc */, - B3982B1F29239F4800A82429 /* microdump_stackwalk_machine_readable_test */, - B3982B2029239F4800A82429 /* tokenize.cc */, - B3982B2129239F4800A82429 /* stackwalker_ppc.h */, - B3982B2229239F4800A82429 /* map_serializers.h */, - B3982B2329239F4800A82429 /* microdump_processor.cc */, - B3982B2429239F4800A82429 /* stackwalker_ppc64.cc */, - B3982B2529239F4800A82429 /* convert_old_arm64_context.h */, - B3982B2629239F4800A82429 /* disassembler_x86.cc */, - B3982B2729239F4800A82429 /* microdump_stackwalk_test_vars */, - B3982B2829239F4800A82429 /* dump_context.cc */, - B3982B2929239F4800A82429 /* microdump_processor_unittest.cc */, - B3982B2A29239F4800A82429 /* exploitability_linux.h */, - B3982B2B29239F4800A82429 /* basic_code_module.h */, - B3982B2C29239F4800A82429 /* map_serializers-inl.h */, - B3982B2D29239F4800A82429 /* contained_range_map_unittest.cc */, - B3982B2E29239F4800A82429 /* basic_source_line_resolver_types.h */, - B3982B2F29239F4800A82429 /* range_map.h */, - B3982B3029239F4800A82429 /* map_serializers_unittest.cc */, - B3982B3129239F4800A82429 /* cfi_frame_info-inl.h */, - B3982B3229239F4800A82429 /* processor.gyp */, - B3982B3329239F4800A82429 /* basic_code_modules.h */, - B3982B3429239F4800A82429 /* stackwalker_mips64_unittest.cc */, - B3982B3529239F4800A82429 /* static_map_iterator.h */, - B3982B3629239F4800A82429 /* stackwalker_arm64.h */, - B3982B3729239F4800A82429 /* tokenize.h */, - B3982B3829239F4800A82429 /* static_range_map_unittest.cc */, - B3982B3929239F4800A82429 /* linked_ptr.h */, - B3982B3A29239F4800A82429 /* synth_minidump_unittest.cc */, - B3982B3B29239F4800A82429 /* stackwalker_arm_unittest.cc */, - B3982B3C29239F4800A82429 /* pathname_stripper.h */, - B3982B3D29239F4800A82429 /* stackwalker_sparc.cc */, - B3982B3E29239F4800A82429 /* static_contained_range_map.h */, - B3982B3F29239F4800A82429 /* stackwalker_unittest_utils.h */, - B3982B4029239F4800A82429 /* module_serializer.h */, - B3982B4129239F4800A82429 /* exploitability_unittest.cc */, - B3982B4229239F4800A82429 /* static_address_map.h */, - B3982B4329239F4800A82429 /* stackwalker_selftest_sol.s */, - B3982B4429239F4800A82429 /* logging.h */, - B3982B4529239F4800A82429 /* minidump_stackwalk_test */, - B3982B4629239F4800A82429 /* process_state.cc */, - B3982B4729239F4800A82429 /* stackwalker_ppc.cc */, - B3982B4829239F4800A82429 /* exploitability.cc */, - B3982B4929239F4800A82429 /* simple_symbol_supplier.cc */, - B3982B4A29239F4800A82429 /* minidump_unittest.cc */, - B3982B4B29239F4800A82429 /* microdump_stackwalk.cc */, - B3982B4C29239F4800A82429 /* static_address_map-inl.h */, - B3982B4D29239F4800A82429 /* static_map_unittest.cc */, - B3982B4E29239F4800A82429 /* stack_frame_symbolizer.cc */, - B3982B4F29239F4800A82429 /* static_range_map.h */, - B3982B5029239F4800A82429 /* static_range_map-inl.h */, - B3982B5129239F4800A82429 /* cfi_frame_info.h */, - B3982B5229239F4800A82429 /* static_contained_range_map_unittest.cc */, - B3982B5329239F4800A82429 /* module_factory.h */, - B3982B5429239F4800A82429 /* simple_symbol_supplier.h */, - B3982B5529239F4800A82429 /* static_address_map_unittest.cc */, - B3982B5629239F4800A82429 /* address_map-inl.h */, - B3982B5729239F4800A82429 /* module_comparer.cc */, - B3982B5829239F4800A82429 /* stackwalker_amd64.cc */, - B3982B5929239F4800A82429 /* exploitability_win.cc */, - B3982B5A29239F4800A82429 /* contained_range_map.h */, - B3982B5B29239F4800A82429 /* pathname_stripper.cc */, - B3982B5C29239F4800A82429 /* range_map-inl.h */, - B3982B5D29239F4800A82429 /* stackwalker_address_list.h */, - B3982B5E29239F4800A82429 /* module_comparer.h */, - B3982B5F29239F4800A82429 /* stackwalker_address_list.cc */, - B3982B6029239F4800A82429 /* stackwalker_arm.cc */, - B3982B6129239F4800A82429 /* cfi_frame_info_unittest.cc */, - B3982B6229239F4800A82429 /* range_map_unittest.cc */, - B3982B6329239F4800A82429 /* convert_old_arm64_context.cc */, - B3982B6429239F4800A82429 /* stackwalker_ppc64.h */, - B3982B6529239F4800A82429 /* stack_frame_cpu.cc */, - B3982B6629239F4800A82429 /* minidump_processor.cc */, - B3982B6729239F4800A82429 /* stackwalk_common.cc */, - B3982B6829239F4800A82429 /* basic_source_line_resolver_unittest.cc */, - B3982B6929239F4800A82429 /* exploitability_win.h */, - B3982B6A29239F4800A82429 /* processor_tools.gypi */, - B3982B6B29239F4800A82429 /* stackwalker.cc */, - B3982B6C29239F4800A82429 /* stackwalker_mips.cc */, - B3982B6D29239F4800A82429 /* microdump_stackwalk_test */, - B3982B6E29239F4800A82429 /* symbolic_constants_win.h */, - B3982B6F29239F4800A82429 /* basic_source_line_resolver.cc */, - B3982B7029239F4800A82429 /* minidump_processor_unittest.cc */, - B3982B7129239F4800A82429 /* fast_source_line_resolver_unittest.cc */, - B3982B7229239F4800A82429 /* range_map_truncate_lower_unittest.cc */, - B3982B7329239F4800A82429 /* address_map_unittest.cc */, - B3982B7429239F4800A82429 /* logging.cc */, - B3982B7529239F4800A82429 /* stackwalker_amd64.h */, - B3982B7629239F4800A82429 /* source_line_resolver_base.cc */, - B3982B7729239F4800A82429 /* synth_minidump.cc */, - B3982B7829239F4800A82429 /* stackwalker_arm.h */, - B3982B7929239F4800A82429 /* symbolic_constants_win.cc */, - B3982B7A29239F4800A82429 /* minidump_dump_test */, - B3982B7B29239F4800A82429 /* range_map_truncate_upper_unittest.cc */, - B3982B7C29239F4800A82429 /* contained_range_map-inl.h */, - B3982B7D29239F4800A82429 /* stackwalker_arm64_unittest.cc */, - B3982B7E29239F4800A82429 /* stackwalker_sparc.h */, - B3982B7F29239F4800A82429 /* pathname_stripper_unittest.cc */, - B3982B8029239F4800A82429 /* basic_code_modules.cc */, - B3982B8129239F4800A82429 /* proc_maps_linux.cc */, - B3982B8229239F4800A82429 /* simple_serializer-inl.h */, - B3982B8329239F4800A82429 /* call_stack.cc */, - B3982B8429239F4800A82429 /* static_map_iterator-inl.h */, - B3982B8529239F4800A82429 /* simple_serializer.h */, - B3982B8629239F4800A82429 /* stackwalk_common.h */, - B3982B8729239F4800A82429 /* stackwalker_x86.cc */, - B3982B8829239F4800A82429 /* stackwalker_x86.h */, - B3982B8929239F4800A82429 /* windows_frame_info.h */, - B3982B8A29239F4800A82429 /* disassembler_x86_unittest.cc */, - B3982B8B29239F4800A82429 /* stackwalker_mips_unittest.cc */, - B3982B8C29239F4800A82429 /* minidump_stackwalk.cc */, - B3982B8D29239F4800A82429 /* stackwalker_mips.h */, - B3982B8E29239F4800A82429 /* minidump_dump.cc */, - B3982B8F29239F4800A82429 /* disassembler_x86.h */, - ); - path = processor; - sourceTree = ""; - }; - B3982AAD29239F4800A82429 /* testdata */ = { - isa = PBXGroup; - children = ( - B3982AAE29239F4800A82429 /* linux_jmp_to_module_not_exe_region.dmp */, - B3982AAF29239F4800A82429 /* read_av_clobber_write.dmp */, - B3982AB029239F4800A82429 /* null_read_av.dmp */, - B3982AB129239F4800A82429 /* linux_stack_pointer_in_stack_alt_name.dmp */, - B3982AB229239F4800A82429 /* module4_bad.out */, - B3982AB329239F4800A82429 /* linux_executable_heap.dmp */, - B3982AB429239F4800A82429 /* minidump2.stackwalk.out */, - B3982AB529239F4800A82429 /* test_app.cc */, - B3982AB629239F4800A82429 /* linux_inside_module_exe_region1.dmp */, - B3982AB729239F4800A82429 /* read_av_non_null.dmp */, - B3982AB829239F4800A82429 /* write_av_non_null.dmp */, - B3982AB929239F4800A82429 /* ascii_read_av.dmp */, - B3982ABA29239F4800A82429 /* linux_inside_module_exe_region2.dmp */, - B3982ABB29239F4800A82429 /* linux_null_read_av.dmp */, - B3982ABC29239F4800A82429 /* minidump2.stackwalk.machine_readable.out */, - B3982ABD29239F4800A82429 /* read_av_conditional.dmp */, - B3982ABE29239F4800A82429 /* exec_av_on_stack.dmp */, - B3982ABF29239F4800A82429 /* minidump2.dmp */, - B3982AC029239F4800A82429 /* linux_divide_by_zero.dmp */, - B3982AC129239F4800A82429 /* microdump-arm64.dmp */, - B3982AC229239F4800A82429 /* null_write_av.dmp */, - B3982AC329239F4800A82429 /* microdump-mips32.dmp */, - B3982AC429239F4800A82429 /* ascii_write_av.dmp */, - B3982AC529239F4800A82429 /* linux_write_to_nonwritable_module.dmp */, - B3982AC629239F4800A82429 /* ascii_read_av_conditional.dmp */, - B3982AC729239F4800A82429 /* ascii_read_av_block_write.dmp */, - B3982AC829239F4800A82429 /* linux_stack_pointer_in_module.dmp */, - B3982AC929239F4800A82429 /* linux_overflow.dmp */, - B3982ACA29239F4800A82429 /* minidump_32bit_crash_addr.dmp */, - B3982ACB29239F4800A82429 /* microdump-withcrashreason.dmp */, - B3982ACC29239F4800A82429 /* ascii_read_av_clobber_write.dmp */, - B3982ACD29239F4800A82429 /* linux_stack_pointer_in_stack.dmp */, - B3982ACE29239F4800A82429 /* module3_bad.out */, - B3982ACF29239F4800A82429 /* linux_write_to_nonwritable_region_math.dmp */, - B3982AD029239F4800A82429 /* linux_write_to_outside_module.dmp */, - B3982AD129239F4800A82429 /* linux_outside_module.dmp */, - B3982AD229239F4800A82429 /* microdump.stackwalk.machine_readable-arm.out */, - B3982AD329239F4800A82429 /* linux_write_to_under_4k.dmp */, - B3982AD429239F4800A82429 /* linux_write_to_outside_module_via_math.dmp */, - B3982AD529239F4800A82429 /* linux_executable_stack.dmp */, - B3982AD629239F4800A82429 /* microdump.stackwalk-arm64.out */, - B3982AD729239F4800A82429 /* linux_inline.dmp */, - B3982AD829239F4800A82429 /* ascii_write_av_arg_to_call.dmp */, - B3982AD929239F4800A82429 /* linux_null_dereference.dmp */, - B3982ADA29239F4800A82429 /* microdump.stackwalk-arm.out */, - B3982ADB29239F4800A82429 /* microdump-x86.dmp */, - B3982ADC29239F4800A82429 /* symbols */, - B3982AFA29239F4800A82429 /* microdump.stackwalk.machine_readable-arm64.out */, - B3982AFB29239F4800A82429 /* microdump-arm.dmp */, - B3982AFC29239F4800A82429 /* linux_stacksmash.dmp */, - B3982AFD29239F4800A82429 /* linux_raise_sigabrt.dmp */, - B3982AFE29239F4800A82429 /* microdump-mips64.dmp */, - B3982AFF29239F4800A82429 /* stack_exhaustion.dmp */, - B3982B0029239F4800A82429 /* linux_test_app.cc */, - B3982B0129239F4800A82429 /* ascii_read_av_then_jmp.dmp */, - B3982B0229239F4800A82429 /* module2.out */, - B3982B0329239F4800A82429 /* minidump2.dump.out */, - B3982B0429239F4800A82429 /* microdump-multiple.dmp */, - B3982B0529239F4800A82429 /* module0.out */, - B3982B0629239F4800A82429 /* ascii_read_av_xchg_write.dmp */, - B3982B0729239F4800A82429 /* module1.out */, - B3982B0829239F4800A82429 /* linux_jmp_to_0.dmp */, + B387D7B42D2BB71B00D541F1 /* Products */ = { + isa = PBXGroup; + children = ( ); - path = testdata; + name = Products; sourceTree = ""; }; - B3982ADC29239F4800A82429 /* symbols */ = { + B387D7B62D2BB71B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982ADD29239F4800A82429 /* kernel32.pdb */, - B3982AE029239F4800A82429 /* libgcc_s.so.1 */, - B3982AE329239F4800A82429 /* test_app.pdb */, - B3982AE629239F4800A82429 /* overflow */, - B3982AE929239F4800A82429 /* null_read_av */, - B3982AEC29239F4800A82429 /* microdump */, - B3982AF729239F4800A82429 /* linux_inline */, ); - path = symbols; + name = Products; sourceTree = ""; }; - B3982ADD29239F4800A82429 /* kernel32.pdb */ = { + B387D7B82D2BB71B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982ADE29239F4800A82429 /* BCE8785C57B44245A669896B6A19B9542 */, ); - path = kernel32.pdb; + name = Products; sourceTree = ""; }; - B3982ADE29239F4800A82429 /* BCE8785C57B44245A669896B6A19B9542 */ = { + B387D7BA2D2BB71B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982ADF29239F4800A82429 /* kernel32.sym */, ); - path = BCE8785C57B44245A669896B6A19B9542; + name = Products; sourceTree = ""; }; - B3982AE029239F4800A82429 /* libgcc_s.so.1 */ = { + B387D7BE2D2BB71B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AE129239F4800A82429 /* 18B180F90887D8F8B5C35D185444AF4C0 */, ); - path = libgcc_s.so.1; + name = Products; sourceTree = ""; }; - B3982AE129239F4800A82429 /* 18B180F90887D8F8B5C35D185444AF4C0 */ = { + B387D7C02D2BB71B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AE229239F4800A82429 /* libgcc_s.so.1.sym */, ); - path = 18B180F90887D8F8B5C35D185444AF4C0; + name = Products; sourceTree = ""; }; - B3982AE329239F4800A82429 /* test_app.pdb */ = { + B387D7C22D2BB71B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AE429239F4800A82429 /* 5A9832E5287241C1838ED98914E9B7FF1 */, ); - path = test_app.pdb; + name = Products; sourceTree = ""; }; - B3982AE429239F4800A82429 /* 5A9832E5287241C1838ED98914E9B7FF1 */ = { + B387D7C42D2BB71B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AE529239F4800A82429 /* test_app.sym */, ); - path = 5A9832E5287241C1838ED98914E9B7FF1; + name = Products; sourceTree = ""; }; - B3982AE629239F4800A82429 /* overflow */ = { + B387D7C62D2BB71B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AE729239F4800A82429 /* B0E1FC01EF48E39CAF5C881D2DF0C3840 */, ); - path = overflow; + name = Products; sourceTree = ""; }; - B3982AE729239F4800A82429 /* B0E1FC01EF48E39CAF5C881D2DF0C3840 */ = { + B387D7C82D2BB71B00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AE829239F4800A82429 /* overflow.sym */, ); - path = B0E1FC01EF48E39CAF5C881D2DF0C3840; + name = Products; sourceTree = ""; }; - B3982AE929239F4800A82429 /* null_read_av */ = { + B387D7CA2D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AEA29239F4800A82429 /* 7B7D1968FF0D47AE4366E9C3A7E1B6750 */, ); - path = null_read_av; + name = Products; sourceTree = ""; }; - B3982AEA29239F4800A82429 /* 7B7D1968FF0D47AE4366E9C3A7E1B6750 */ = { + B387D7CC2D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AEB29239F4800A82429 /* null_read_av.sym */, ); - path = 7B7D1968FF0D47AE4366E9C3A7E1B6750; + name = Products; sourceTree = ""; }; - B3982AEC29239F4800A82429 /* microdump */ = { + B387D7CE2D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AED29239F4800A82429 /* crash_example */, - B3982AF229239F4800A82429 /* breakpad_unittests */, ); - path = microdump; + name = Products; sourceTree = ""; }; - B3982AED29239F4800A82429 /* crash_example */ = { + B387D7D22D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AEE29239F4800A82429 /* 8F36148CC4647A8116CAF2A25F591F570 */, - B3982AF029239F4800A82429 /* 6E72E2F1A5F59AB3D51356FDFE394D490 */, ); - path = crash_example; + name = Products; sourceTree = ""; }; - B3982AEE29239F4800A82429 /* 8F36148CC4647A8116CAF2A25F591F570 */ = { + B387D7D42D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AEF29239F4800A82429 /* crash_example.sym */, ); - path = 8F36148CC4647A8116CAF2A25F591F570; + name = Products; sourceTree = ""; }; - B3982AF029239F4800A82429 /* 6E72E2F1A5F59AB3D51356FDFE394D490 */ = { + B387D7D62D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AF129239F4800A82429 /* crash_example.sym */, ); - path = 6E72E2F1A5F59AB3D51356FDFE394D490; + name = Products; sourceTree = ""; }; - B3982AF229239F4800A82429 /* breakpad_unittests */ = { + B387D7DA2D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AF329239F4800A82429 /* DA7778FB66018A4E9B4110ED06E730D00 */, - B3982AF529239F4800A82429 /* D6D1FEC9A15DE7F38A236898871A2E770 */, ); - path = breakpad_unittests; + name = Products; sourceTree = ""; }; - B3982AF329239F4800A82429 /* DA7778FB66018A4E9B4110ED06E730D00 */ = { + B387D7DE2D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AF429239F4800A82429 /* breakpad_unittests.sym */, ); - path = DA7778FB66018A4E9B4110ED06E730D00; + name = Products; sourceTree = ""; }; - B3982AF529239F4800A82429 /* D6D1FEC9A15DE7F38A236898871A2E770 */ = { + B387D7E02D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AF629239F4800A82429 /* breakpad_unittests.sym */, ); - path = D6D1FEC9A15DE7F38A236898871A2E770; + name = Products; sourceTree = ""; }; - B3982AF729239F4800A82429 /* linux_inline */ = { + B387D7E22D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AF829239F4800A82429 /* BBA6FA10B8AAB33D00000000000000000 */, ); - path = linux_inline; + name = Products; sourceTree = ""; }; - B3982AF829239F4800A82429 /* BBA6FA10B8AAB33D00000000000000000 */ = { + B387D7E42D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982AF929239F4800A82429 /* linux_inline.sym */, ); - path = BBA6FA10B8AAB33D00000000000000000; + name = Products; sourceTree = ""; }; - B3982B1A29239F4800A82429 /* proto */ = { + B387D7E62D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982B1B29239F4800A82429 /* README */, - B3982B1C29239F4800A82429 /* process_state.proto */, ); - path = proto; + name = Products; sourceTree = ""; }; - B3982B9129239F4800A82429 /* common */ = { + B387D7E82D2BB71C00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982B9229239F4800A82429 /* module_unittest.cc */, - B3982B9329239F4800A82429 /* dwarf_cu_to_module_unittest.cc */, - B3982B9429239F4800A82429 /* scoped_ptr.h */, - B3982B9529239F4800A82429 /* long_string_dictionary.cc */, - B3982B9629239F4800A82429 /* testdata */, - B3982B9829239F4800A82429 /* test_assembler.cc */, - B3982B9929239F4800A82429 /* common.gyp */, - B3982B9A29239F4800A82429 /* module.cc */, - B3982B9B29239F4800A82429 /* memory_range_unittest.cc */, - B3982B9C29239F4800A82429 /* md5.cc */, - B3982B9D29239F4800A82429 /* long_string_dictionary_unittest.cc */, - B3982B9E29239F4800A82429 /* stabs_to_module.h */, - B3982B9F29239F4800A82429 /* stdio_wrapper.h */, - B3982BA029239F4800A82429 /* convert_UTF.h */, - B3982BA129239F4800A82429 /* dwarf_cfi_to_module.cc */, - B3982BA229239F4800A82429 /* stabs_reader.cc */, - B3982BA329239F4800A82429 /* dwarf_cfi_to_module_unittest.cc */, - B3982BA429239F4800A82429 /* byte_cursor.h */, - B3982BA529239F4800A82429 /* dwarf_cu_to_module.h */, - B3982BA629239F4800A82429 /* string_conversion.cc */, - B3982BA729239F4800A82429 /* simple_string_dictionary.h */, - B3982BA829239F4800A82429 /* convert_UTF.cc */, - B3982BA929239F4800A82429 /* test_assembler.h */, - B3982BAA29239F4800A82429 /* string_conversion_unittest.cc */, - B3982BAB29239F4800A82429 /* symbol_data.h */, - B3982BAC29239F4800A82429 /* dwarf_line_to_module.cc */, - B3982BAD29239F4800A82429 /* memory_allocator.h */, - B3982BAE29239F4800A82429 /* dwarf_cu_to_module.cc */, - B3982BAF29239F4800A82429 /* language.h */, - B3982BB029239F4800A82429 /* md5.h */, - B3982BB129239F4800A82429 /* stabs_reader.h */, - B3982BB229239F4800A82429 /* tests */, - B3982BB629239F4800A82429 /* path_helper.h */, - B3982BB729239F4800A82429 /* using_std_string.h */, - B3982BB829239F4800A82429 /* dwarf_line_to_module.h */, - B3982BB929239F4800A82429 /* unordered.h */, - B3982BBA29239F4800A82429 /* path_helper.cc */, - B3982BBB29239F4800A82429 /* language.cc */, - B3982BBC29239F4800A82429 /* test_assembler_unittest.cc */, - B3982BBD29239F4800A82429 /* dwarf */, - B3982BD529239F4800A82429 /* mac */, - B3982C0829239F4800A82429 /* minidump_type_helper.h */, - B3982C0929239F4800A82429 /* memory_range.h */, - B3982C0A29239F4800A82429 /* stabs_to_module.cc */, - B3982C0B29239F4800A82429 /* macros.h */, - B3982C0C29239F4800A82429 /* linux */, - B3982C4229239F4900A82429 /* android */, - B3982C5429239F4900A82429 /* stabs_to_module_unittest.cc */, - B3982C5529239F4900A82429 /* simple_string_dictionary.cc */, - B3982C5629239F4900A82429 /* basictypes.h */, - B3982C5729239F4900A82429 /* simple_string_dictionary_unittest.cc */, - B3982C5829239F4900A82429 /* stabs_reader_unittest.cc */, - B3982C5929239F4900A82429 /* dwarf_range_list_handler.h */, - B3982C5A29239F4900A82429 /* string_conversion.h */, - B3982C5B29239F4900A82429 /* dwarf_line_to_module_unittest.cc */, - B3982C5C29239F4900A82429 /* long_string_dictionary.h */, - B3982C5D29239F4900A82429 /* module.h */, - B3982C5E29239F4900A82429 /* windows */, - B3982C7529239F4900A82429 /* solaris */, - B3982C7D29239F4900A82429 /* dwarf_range_list_handler.cc */, - B3982C7E29239F4900A82429 /* byte_cursor_unittest.cc */, - B3982C7F29239F4900A82429 /* memory_allocator_unittest.cc */, - B3982C8029239F4900A82429 /* dwarf_cfi_to_module.h */, - ); - path = common; - sourceTree = ""; - }; - B3982B9629239F4800A82429 /* testdata */ = { - isa = PBXGroup; - children = ( - B3982B9729239F4800A82429 /* func-line-pairing.h */, - ); - path = testdata; - sourceTree = ""; - }; - B3982BB229239F4800A82429 /* tests */ = { - isa = PBXGroup; - children = ( - B3982BB329239F4800A82429 /* file_utils.h */, - B3982BB429239F4800A82429 /* file_utils.cc */, - B3982BB529239F4800A82429 /* auto_tempdir.h */, - ); - path = tests; - sourceTree = ""; - }; - B3982BBD29239F4800A82429 /* dwarf */ = { - isa = PBXGroup; - children = ( - B3982BBE29239F4800A82429 /* functioninfo.cc */, - B3982BBF29239F4800A82429 /* dwarf2diehandler_unittest.cc */, - B3982BC029239F4800A82429 /* dwarf2diehandler.h */, - B3982BC129239F4800A82429 /* dwarf2reader_die_unittest.cc */, - B3982BC229239F4800A82429 /* types.h */, - B3982BC329239F4800A82429 /* bytereader-inl.h */, - B3982BC429239F4800A82429 /* line_state_machine.h */, - B3982BC529239F4800A82429 /* functioninfo.h */, - B3982BC629239F4800A82429 /* bytereader.cc */, - B3982BC729239F4800A82429 /* elf_reader.h */, - B3982BC829239F4800A82429 /* elf_reader.cc */, - B3982BC929239F4800A82429 /* cfi_assembler.h */, - B3982BCA29239F4800A82429 /* bytereader_unittest.cc */, - B3982BCB29239F4800A82429 /* dwarf2reader_cfi_unittest.cc */, - B3982BCC29239F4800A82429 /* dwarf2reader_lineinfo_unittest.cc */, - B3982BCD29239F4800A82429 /* dwarf2reader.h */, - B3982BCE29239F4800A82429 /* dwarf2enums.h */, - B3982BCF29239F4800A82429 /* dwarf2reader.cc */, - B3982BD029239F4800A82429 /* dwarf2reader_splitfunctions_unittest.cc */, - B3982BD129239F4800A82429 /* dwarf2reader_test_common.h */, - B3982BD229239F4800A82429 /* dwarf2diehandler.cc */, - B3982BD329239F4800A82429 /* cfi_assembler.cc */, - B3982BD429239F4800A82429 /* bytereader.h */, - ); - path = dwarf; - sourceTree = ""; - }; - B3982BD529239F4800A82429 /* mac */ = { - isa = PBXGroup; - children = ( - B3982BD629239F4800A82429 /* BreakpadRelease.xcconfig */, - B3982BD729239F4800A82429 /* macho_walker.cc */, - B3982BD829239F4800A82429 /* encoding_util.m */, - B3982BD929239F4800A82429 /* scoped_task_suspend-inl.h */, - B3982BDA29239F4800A82429 /* bootstrap_compat.cc */, - B3982BDB29239F4800A82429 /* HTTPPutRequest.m */, - B3982BDC29239F4800A82429 /* MachIPC.mm */, - B3982BDD29239F4800A82429 /* SymbolCollectorClient.h */, - B3982BDE29239F4800A82429 /* arch_utilities.cc */, - B3982BDF29239F4800A82429 /* dump_syms.h */, - B3982BE029239F4800A82429 /* GTMLogger.m */, - B3982BE129239F4800A82429 /* HTTPSimplePostRequest.h */, - B3982BE229239F4800A82429 /* string_utilities.h */, - B3982BE329239F4800A82429 /* HTTPRequest.m */, - B3982BE429239F4800A82429 /* macho_id.cc */, - B3982BE529239F4800A82429 /* launch_reporter.h */, - B3982BE629239F4800A82429 /* file_id.cc */, - B3982BE729239F4800A82429 /* MachIPC.h */, - B3982BE829239F4800A82429 /* Breakpad.xcconfig */, - B3982BE929239F4800A82429 /* HTTPMultipartUpload.m */, - B3982BEA29239F4800A82429 /* HTTPGetRequest.m */, - B3982BEB29239F4800A82429 /* macho_utilities.cc */, - B3982BEC29239F4800A82429 /* HTTPPutRequest.h */, - B3982BED29239F4800A82429 /* dump_syms.cc */, - B3982BEE29239F4800A82429 /* launch_reporter.cc */, - B3982BEF29239F4800A82429 /* testing */, - B3982BF229239F4800A82429 /* byteswap.h */, - B3982BF329239F4800A82429 /* encoding_util.h */, - B3982BF429239F4800A82429 /* macho_id.h */, - B3982BF529239F4800A82429 /* bootstrap_compat.h */, - B3982BF629239F4800A82429 /* GTMLogger.h */, - B3982BF729239F4800A82429 /* string_utilities.cc */, - B3982BF829239F4800A82429 /* macho_reader.h */, - B3982BF929239F4800A82429 /* macho_reader_unittest.cc */, - B3982BFA29239F4800A82429 /* macho_walker.h */, - B3982BFB29239F4800A82429 /* SymbolCollectorClient.m */, - B3982BFC29239F4800A82429 /* super_fat_arch.h */, - B3982BFD29239F4800A82429 /* GTMDefines.h */, - B3982BFE29239F4800A82429 /* HTTPRequest.h */, - B3982BFF29239F4800A82429 /* macho_reader.cc */, - B3982C0029239F4800A82429 /* HTTPSimplePostRequest.m */, - B3982C0129239F4800A82429 /* file_id.h */, - B3982C0229239F4800A82429 /* macho_utilities.h */, - B3982C0329239F4800A82429 /* HTTPGetRequest.h */, - B3982C0429239F4800A82429 /* arch_utilities.h */, - B3982C0529239F4800A82429 /* HTTPMultipartUpload.h */, - B3982C0629239F4800A82429 /* BreakpadDebug.xcconfig */, - B3982C0729239F4800A82429 /* minidump_upload.m */, - ); - path = mac; - sourceTree = ""; - }; - B3982BEF29239F4800A82429 /* testing */ = { - isa = PBXGroup; - children = ( - B3982BF029239F4800A82429 /* GTMSenTestCase.h */, - B3982BF129239F4800A82429 /* GTMSenTestCase.m */, - ); - path = testing; - sourceTree = ""; - }; - B3982C0C29239F4800A82429 /* linux */ = { - isa = PBXGroup; - children = ( - B3982C0D29239F4800A82429 /* memory_mapped_file.h */, - B3982C0E29239F4800A82429 /* libcurl_wrapper.h */, - B3982C0F29239F4800A82429 /* synth_elf.cc */, - B3982C1029239F4800A82429 /* symbol_upload.h */, - B3982C1129239F4800A82429 /* guid_creator.h */, - B3982C1229239F4800A82429 /* elf_gnu_compat.h */, - B3982C1329239F4800A82429 /* elf_symbols_to_module.h */, - B3982C1429239F4800A82429 /* elfutils-inl.h */, - B3982C1529239F4800A82429 /* dump_symbols.cc */, - B3982C1629239F4800A82429 /* memory_mapped_file_unittest.cc */, - B3982C1729239F4800A82429 /* safe_readlink.cc */, - B3982C1829239F4800A82429 /* tests */, - B3982C1C29239F4800A82429 /* elfutils.h */, - B3982C1D29239F4800A82429 /* file_id.cc */, - B3982C1E29239F4800A82429 /* memory_mapped_file.cc */, - B3982C1F29239F4800A82429 /* symbol_collector_client.h */, - B3982C2029239F4800A82429 /* symbol_collector_client.cc */, - B3982C2129239F4800A82429 /* breakpad_getcontext_unittest.cc */, - B3982C2229239F4800A82429 /* symbol_upload.cc */, - B3982C2329239F4800A82429 /* breakpad_getcontext.S */, - B3982C2429239F4800A82429 /* elf_core_dump.h */, - B3982C2529239F4800A82429 /* breakpad_getcontext.h */, - B3982C2629239F4800A82429 /* synth_elf.h */, - B3982C2729239F4800A82429 /* eintr_wrapper.h */, - B3982C2829239F4800A82429 /* crc32.cc */, - B3982C2929239F4800A82429 /* http_upload.cc */, - B3982C2A29239F4800A82429 /* synth_elf_unittest.cc */, - B3982C2B29239F4800A82429 /* google_crashdump_uploader.h */, - B3982C2C29239F4800A82429 /* elfutils.cc */, - B3982C2D29239F4800A82429 /* google_crashdump_uploader_test.cc */, - B3982C2E29239F4800A82429 /* dump_symbols_unittest.cc */, - B3982C2F29239F4800A82429 /* ignore_ret.h */, - B3982C3029239F4800A82429 /* ucontext_constants.h */, - B3982C3129239F4800A82429 /* guid_creator.cc */, - B3982C3229239F4800A82429 /* safe_readlink_unittest.cc */, - B3982C3329239F4800A82429 /* linux_libc_support.h */, - B3982C3429239F4800A82429 /* file_id_unittest.cc */, - B3982C3529239F4800A82429 /* safe_readlink.h */, - B3982C3629239F4800A82429 /* linux_libc_support.cc */, - B3982C3729239F4800A82429 /* dump_symbols.h */, - B3982C3829239F4800A82429 /* libcurl_wrapper.cc */, - B3982C3929239F4800A82429 /* elf_core_dump_unittest.cc */, - B3982C3A29239F4800A82429 /* file_id.h */, - B3982C3B29239F4800A82429 /* crc32.h */, - B3982C3C29239F4800A82429 /* elf_symbols_to_module.cc */, - B3982C3D29239F4900A82429 /* elf_symbols_to_module_unittest.cc */, - B3982C3E29239F4900A82429 /* elf_core_dump.cc */, - B3982C3F29239F4900A82429 /* linux_libc_support_unittest.cc */, - B3982C4029239F4900A82429 /* http_upload.h */, - B3982C4129239F4900A82429 /* google_crashdump_uploader.cc */, ); - path = linux; + name = Products; sourceTree = ""; }; - B3982C1829239F4800A82429 /* tests */ = { + B387EFC32D2C4B2F00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982C1929239F4800A82429 /* crash_generator.cc */, - B3982C1A29239F4800A82429 /* crash_generator.h */, - B3982C1B29239F4800A82429 /* auto_testfile.h */, ); - path = tests; + name = Products; sourceTree = ""; }; - B3982C4229239F4900A82429 /* android */ = { + B387EFCB2D2C4B2F00D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982C4329239F4900A82429 /* include */, - B3982C4F29239F4900A82429 /* testing */, ); - path = android; + name = Products; sourceTree = ""; }; - B3982C4329239F4900A82429 /* include */ = { + B387F71A2D2C63B100D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982C4429239F4900A82429 /* stab.h */, - B3982C4529239F4900A82429 /* elf.h */, - B3982C4629239F4900A82429 /* sys */, - B3982C4929239F4900A82429 /* link.h */, - B3982C4A29239F4900A82429 /* asm-mips */, ); - path = include; + name = Products; sourceTree = ""; }; - B3982C4629239F4900A82429 /* sys */ = { + B387F71C2D2C63B100D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982C4729239F4900A82429 /* procfs.h */, - B3982C4829239F4900A82429 /* user.h */, ); - path = sys; + name = Products; sourceTree = ""; }; - B3982C4A29239F4900A82429 /* asm-mips */ = { + B387FA402D2C63B200D541F1 /* Products */ = { isa = PBXGroup; children = ( - B3982C4B29239F4900A82429 /* fpregdef.h */, - B3982C4C29239F4900A82429 /* asm.h */, - B3982C4D29239F4900A82429 /* README.md */, - B3982C4E29239F4900A82429 /* regdef.h */, ); - path = "asm-mips"; + name = Products; sourceTree = ""; }; - B3982C4F29239F4900A82429 /* testing */ = { + B3AC57942D29E3FB008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C5029239F4900A82429 /* pthread_fixes.h */, - B3982C5129239F4900A82429 /* include */, - B3982C5329239F4900A82429 /* mkdtemp.h */, ); - path = testing; + name = Products; sourceTree = ""; }; - B3982C5129239F4900A82429 /* include */ = { + B3AC57962D29E3FB008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C5229239F4900A82429 /* wchar.h */, ); - path = include; + name = Products; sourceTree = ""; }; - B3982C5E29239F4900A82429 /* windows */ = { + B3AC57982D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C5F29239F4900A82429 /* omap.cc */, - B3982C6029239F4900A82429 /* pdb_source_line_writer.h */, - B3982C6129239F4900A82429 /* omap.h */, - B3982C6229239F4900A82429 /* omap_unittest.cc */, - B3982C6329239F4900A82429 /* dia_util.h */, - B3982C6429239F4900A82429 /* pe_util.cc */, - B3982C6529239F4900A82429 /* string_utils.cc */, - B3982C6629239F4900A82429 /* symbol_collector_client.h */, - B3982C6729239F4900A82429 /* symbol_collector_client.cc */, - B3982C6829239F4900A82429 /* pe_source_line_writer.h */, - B3982C6929239F4900A82429 /* http_upload.cc */, - B3982C6A29239F4900A82429 /* pe_source_line_writer.cc */, - B3982C6B29239F4900A82429 /* pdb_source_line_writer.cc */, - B3982C6C29239F4900A82429 /* dia_util.cc */, - B3982C6D29239F4900A82429 /* module_info.h */, - B3982C6E29239F4900A82429 /* guid_string.h */, - B3982C6F29239F4900A82429 /* common_windows.gyp */, - B3982C7029239F4900A82429 /* omap_internal.h */, - B3982C7129239F4900A82429 /* string_utils-inl.h */, - B3982C7229239F4900A82429 /* http_upload.h */, - B3982C7329239F4900A82429 /* pe_util.h */, - B3982C7429239F4900A82429 /* guid_string.cc */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3982C7529239F4900A82429 /* solaris */ = { + B3AC579A2D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C7629239F4900A82429 /* guid_creator.h */, - B3982C7729239F4900A82429 /* dump_symbols.cc */, - B3982C7829239F4900A82429 /* file_id.cc */, - B3982C7929239F4900A82429 /* guid_creator.cc */, - B3982C7A29239F4900A82429 /* dump_symbols.h */, - B3982C7B29239F4900A82429 /* file_id.h */, - B3982C7C29239F4900A82429 /* message_output.h */, ); - path = solaris; + name = Products; sourceTree = ""; }; - B3982C8129239F4900A82429 /* third_party */ = { + B3AC579C2D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C8229239F4900A82429 /* musl */, - B3982C8929239F4900A82429 /* libdisasm */, - B3982CB829239F4900A82429 /* curl */, - B3982CC429239F4900A82429 /* linux */, - B3982CC829239F4900A82429 /* mac_headers */, - B3982CE129239F4900A82429 /* lss */, ); - path = third_party; + name = Products; sourceTree = ""; }; - B3982C8229239F4900A82429 /* musl */ = { + B3AC579E2D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C8329239F4900A82429 /* README.breakpad */, - B3982C8429239F4900A82429 /* include */, - B3982C8629239F4900A82429 /* README */, - B3982C8729239F4900A82429 /* VERSION */, - B3982C8829239F4900A82429 /* COPYRIGHT */, ); - path = musl; + name = Products; sourceTree = ""; }; - B3982C8429239F4900A82429 /* include */ = { + B3AC57A02D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C8529239F4900A82429 /* elf.h */, ); - path = include; + name = Products; sourceTree = ""; }; - B3982C8929239F4900A82429 /* libdisasm */ = { + B3AC57A22D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C8A29239F4900A82429 /* ia32_operand.h */, - B3982C8B29239F4900A82429 /* libdis.h */, - B3982C8C29239F4900A82429 /* x86_format.c */, - B3982C8D29239F4900A82429 /* ia32_modrm.h */, - B3982C8E29239F4900A82429 /* x86_misc.c */, - B3982C8F29239F4900A82429 /* ia32_reg.h */, - B3982C9029239F4900A82429 /* swig */, - B3982C9F29239F4900A82429 /* ia32_insn.h */, - B3982CA029239F4900A82429 /* LICENSE */, - B3982CA129239F4900A82429 /* README.breakpad */, - B3982CA229239F4900A82429 /* x86_operand_list.h */, - B3982CA329239F4900A82429 /* ia32_settings.h */, - B3982CA429239F4900A82429 /* ia32_implicit.h */, - B3982CA529239F4900A82429 /* x86_disasm.c */, - B3982CA629239F4900A82429 /* ia32_invariant.h */, - B3982CA729239F4900A82429 /* libdisasm.gyp */, - B3982CA829239F4900A82429 /* x86_imm.h */, - B3982CA929239F4900A82429 /* ia32_opcode_tables.h */, - B3982CAA29239F4900A82429 /* TODO */, - B3982CAB29239F4900A82429 /* Makefile.am */, - B3982CAC29239F4900A82429 /* ia32_modrm.c */, - B3982CAD29239F4900A82429 /* ia32_operand.c */, - B3982CAE29239F4900A82429 /* x86_operand_list.c */, - B3982CAF29239F4900A82429 /* ia32_insn.c */, - B3982CB029239F4900A82429 /* ia32_reg.c */, - B3982CB129239F4900A82429 /* ia32_implicit.c */, - B3982CB229239F4900A82429 /* qword.h */, - B3982CB329239F4900A82429 /* ia32_settings.c */, - B3982CB429239F4900A82429 /* ia32_opcode_tables.c */, - B3982CB529239F4900A82429 /* x86_imm.c */, - B3982CB629239F4900A82429 /* ia32_invariant.c */, - B3982CB729239F4900A82429 /* x86_insn.c */, ); - path = libdisasm; + name = Products; sourceTree = ""; }; - B3982C9029239F4900A82429 /* swig */ = { + B3AC57A42D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C9129239F4900A82429 /* python */, - B3982C9329239F4900A82429 /* Makefile */, - B3982C9429239F4900A82429 /* perl */, - B3982C9729239F4900A82429 /* README */, - B3982C9829239F4900A82429 /* tcl */, - B3982C9A29239F4900A82429 /* libdisasm.i */, - B3982C9B29239F4900A82429 /* libdisasm_oop.i */, - B3982C9C29239F4900A82429 /* ruby */, ); - path = swig; + name = Products; sourceTree = ""; }; - B3982C9129239F4900A82429 /* python */ = { + B3AC57A62D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C9229239F4900A82429 /* Makefile-swig */, ); - path = python; + name = Products; sourceTree = ""; }; - B3982C9429239F4900A82429 /* perl */ = { + B3AC57A82D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C9529239F4900A82429 /* Makefile-swig */, - B3982C9629239F4900A82429 /* Makefile.PL */, ); - path = perl; + name = Products; sourceTree = ""; }; - B3982C9829239F4900A82429 /* tcl */ = { + B3AC57AA2D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C9929239F4900A82429 /* Makefile-swig */, ); - path = tcl; + name = Products; sourceTree = ""; }; - B3982C9C29239F4900A82429 /* ruby */ = { + B3AC57AC2D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982C9D29239F4900A82429 /* Makefile-swig */, - B3982C9E29239F4900A82429 /* extconf.rb */, ); - path = ruby; + name = Products; sourceTree = ""; }; - B3982CB829239F4900A82429 /* curl */ = { + B3AC57AE2D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CB929239F4900A82429 /* curlrules.h */, - B3982CBA29239F4900A82429 /* stdcheaders.h */, - B3982CBB29239F4900A82429 /* types.h */, - B3982CBC29239F4900A82429 /* COPYING */, - B3982CBD29239F4900A82429 /* mprintf.h */, - B3982CBE29239F4900A82429 /* easy.h */, - B3982CBF29239F4900A82429 /* curl.h */, - B3982CC029239F4900A82429 /* curlver.h */, - B3982CC129239F4900A82429 /* typecheck-gcc.h */, - B3982CC229239F4900A82429 /* multi.h */, - B3982CC329239F4900A82429 /* curlbuild.h */, ); - path = curl; + name = Products; sourceTree = ""; }; - B3982CC429239F4900A82429 /* linux */ = { + B3AC57B02D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CC529239F4900A82429 /* include */, ); - path = linux; + name = Products; sourceTree = ""; }; - B3982CC529239F4900A82429 /* include */ = { + B3AC57B22D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CC629239F4900A82429 /* gflags */, ); - path = include; + name = Products; sourceTree = ""; }; - B3982CC629239F4900A82429 /* gflags */ = { + B3AC57B42D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CC729239F4900A82429 /* gflags_completions.h */, ); - path = gflags; + name = Products; sourceTree = ""; }; - B3982CC829239F4900A82429 /* mac_headers */ = { + B3AC57B62D29E3FC008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CC929239F4900A82429 /* i386 */, - B3982CCB29239F4900A82429 /* README */, - B3982CCC29239F4900A82429 /* architecture */, - B3982CCE29239F4900A82429 /* mach */, - B3982CDC29239F4900A82429 /* mach-o */, ); - path = mac_headers; + name = Products; sourceTree = ""; }; - B3982CC929239F4900A82429 /* i386 */ = { + B3AC57B82D29E3FD008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CCA29239F4900A82429 /* _types.h */, ); - path = i386; + name = Products; sourceTree = ""; }; - B3982CCC29239F4900A82429 /* architecture */ = { + B3AC57BA2D29E3FD008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CCD29239F4900A82429 /* byte_order.h */, ); - path = architecture; + name = Products; sourceTree = ""; }; - B3982CCE29239F4900A82429 /* mach */ = { + B3AC57BC2D29E3FD008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CCF29239F4900A82429 /* machine.h */, - B3982CD029239F4900A82429 /* thread_status.h */, - B3982CD129239F4900A82429 /* i386 */, - B3982CD529239F4900A82429 /* vm_prot.h */, - B3982CD629239F4900A82429 /* boolean.h */, - B3982CD729239F4900A82429 /* machine */, ); - path = mach; + name = Products; sourceTree = ""; }; - B3982CD129239F4900A82429 /* i386 */ = { + B3AC57BE2D29E3FD008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CD229239F4900A82429 /* vm_param.h */, - B3982CD329239F4900A82429 /* boolean.h */, - B3982CD429239F4900A82429 /* vm_types.h */, ); - path = i386; + name = Products; sourceTree = ""; }; - B3982CD729239F4900A82429 /* machine */ = { + B3AC57C02D29E3FD008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CD829239F4900A82429 /* thread_state.h */, - B3982CD929239F4900A82429 /* thread_status.h */, - B3982CDA29239F4900A82429 /* boolean.h */, - B3982CDB29239F4900A82429 /* vm_types.h */, ); - path = machine; + name = Products; sourceTree = ""; }; - B3982CDC29239F4900A82429 /* mach-o */ = { + B3AC57C22D29E3FD008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CDD29239F4900A82429 /* nlist.h */, - B3982CDE29239F4900A82429 /* loader.h */, - B3982CDF29239F4900A82429 /* fat.h */, - B3982CE029239F4900A82429 /* arch.h */, ); - path = "mach-o"; + name = Products; sourceTree = ""; }; - B3982CE129239F4900A82429 /* lss */ = { + B3AC57C42D29E3FD008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CE229239F4900A82429 /* DIR_METADATA */, - B3982CE329239F4900A82429 /* LICENSE */, - B3982CE429239F4900A82429 /* tests */, - B3982CF029239F4900A82429 /* codereview.settings */, - B3982CF129239F4900A82429 /* README.md */, - B3982CF229239F4900A82429 /* .gitignore */, - B3982CF329239F4900A82429 /* linux_syscall_support.h */, - B3982CF429239F4900A82429 /* OWNERS */, ); - path = lss; + name = Products; sourceTree = ""; }; - B3982CE429239F4900A82429 /* tests */ = { + B3AC57C62D29E3FD008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CE529239F4900A82429 /* getrandom.c */, - B3982CE629239F4900A82429 /* sigaction.c */, - B3982CE729239F4900A82429 /* Makefile */, - B3982CE829239F4900A82429 /* fallocate.c */, - B3982CE929239F4900A82429 /* README.md */, - B3982CEA29239F4900A82429 /* unlink.c */, - B3982CEB29239F4900A82429 /* .gitignore */, - B3982CEC29239F4900A82429 /* sigtimedwait.c */, - B3982CED29239F4900A82429 /* stat.c */, - B3982CEE29239F4900A82429 /* lstat.c */, - B3982CEF29239F4900A82429 /* test_skel.h */, ); - path = tests; + name = Products; sourceTree = ""; }; - B3982CF529239F4900A82429 /* google_breakpad */ = { + B3AC57C82D29E3FD008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CF629239F4900A82429 /* processor */, - B3982D1029239F4900A82429 /* common */, ); - path = google_breakpad; + name = Products; sourceTree = ""; }; - B3982CF629239F4900A82429 /* processor */ = { + B3AC57CA2D29E3FD008107AC /* Products */ = { isa = PBXGroup; children = ( - B3982CF729239F4900A82429 /* stackwalker.h */, - B3982CF829239F4900A82429 /* stack_frame_symbolizer.h */, - B3982CF929239F4900A82429 /* minidump.h */, - B3982CFA29239F4900A82429 /* exception_record.h */, - B3982CFB29239F4900A82429 /* process_result.h */, - B3982CFC29239F4900A82429 /* source_line_resolver_base.h */, - B3982CFD29239F4900A82429 /* call_stack.h */, - B3982CFE29239F4900A82429 /* microdump.h */, - B3982CFF29239F4900A82429 /* dump_object.h */, - B3982D0029239F4900A82429 /* exploitability.h */, - B3982D0129239F4900A82429 /* minidump_processor.h */, - B3982D0229239F4900A82429 /* process_state.h */, - B3982D0329239F4900A82429 /* microdump_processor.h */, - B3982D0429239F4900A82429 /* system_info.h */, - B3982D0529239F4900A82429 /* memory_region.h */, - B3982D0629239F4900A82429 /* stack_frame.h */, - B3982D0729239F4900A82429 /* dump_context.h */, - B3982D0829239F4900A82429 /* fast_source_line_resolver.h */, - B3982D0929239F4900A82429 /* source_line_resolver_interface.h */, - B3982D0A29239F4900A82429 /* stack_frame_cpu.h */, - B3982D0B29239F4900A82429 /* symbol_supplier.h */, - B3982D0C29239F4900A82429 /* proc_maps_linux.h */, - B3982D0D29239F4900A82429 /* code_modules.h */, - B3982D0E29239F4900A82429 /* code_module.h */, - B3982D0F29239F4900A82429 /* basic_source_line_resolver.h */, ); - path = processor; + name = Products; sourceTree = ""; }; - B3982D1029239F4900A82429 /* common */ = { + B3C62E012D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D1129239F4900A82429 /* minidump_exception_solaris.h */, - B3982D1229239F4900A82429 /* minidump_exception_fuchsia.h */, - B3982D1329239F4900A82429 /* minidump_cpu_arm64.h */, - B3982D1429239F4900A82429 /* minidump_cpu_ppc.h */, - B3982D1529239F4900A82429 /* minidump_format.h */, - B3982D1629239F4900A82429 /* minidump_exception_mac.h */, - B3982D1729239F4900A82429 /* minidump_cpu_mips.h */, - B3982D1829239F4900A82429 /* minidump_exception_win32.h */, - B3982D1929239F4900A82429 /* minidump_cpu_x86.h */, - B3982D1A29239F4900A82429 /* minidump_cpu_sparc.h */, - B3982D1B29239F4900A82429 /* minidump_cpu_amd64.h */, - B3982D1C29239F4900A82429 /* minidump_cpu_arm.h */, - B3982D1D29239F4900A82429 /* minidump_size.h */, - B3982D1E29239F4900A82429 /* minidump_exception_linux.h */, - B3982D1F29239F4900A82429 /* minidump_cpu_ppc64.h */, - B3982D2029239F4900A82429 /* breakpad_types.h */, - B3982D2129239F4900A82429 /* minidump_exception_ps3.h */, ); - path = common; + name = Products; sourceTree = ""; }; - B3982D2229239F4900A82429 /* client */ = { + B3C62E032D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D2329239F4900A82429 /* apple */, - B3982D2629239F4900A82429 /* minidump_file_writer.cc */, - B3982D2729239F4900A82429 /* minidump_file_writer-inl.h */, - B3982D2829239F4900A82429 /* minidump_file_writer_unittest.cc */, - B3982D2929239F4900A82429 /* ios */, - B3982D3729239F4900A82429 /* mac */, - B3982DA829239F4900A82429 /* linux */, - B3982DE029239F4900A82429 /* windows */, - B3982E0E29239F4900A82429 /* solaris */, - B3982E1929239F4900A82429 /* minidump_file_writer.h */, ); - path = client; + name = Products; sourceTree = ""; }; - B3982D2329239F4900A82429 /* apple */ = { + B3C62E052D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D2429239F4900A82429 /* Framework */, ); - path = apple; + name = Products; sourceTree = ""; }; - B3982D2429239F4900A82429 /* Framework */ = { + B3C62E072D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D2529239F4900A82429 /* BreakpadDefines.h */, ); - path = Framework; + name = Products; sourceTree = ""; }; - B3982D2929239F4900A82429 /* ios */ = { + B3C62E092D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D2A29239F4900A82429 /* handler */, - B3982D3029239F4900A82429 /* Breakpad_Prefix.pch */, - B3982D3129239F4900A82429 /* exception_handler_no_mach.h */, - B3982D3229239F4900A82429 /* Breakpad.mm */, - B3982D3329239F4900A82429 /* exception_handler_no_mach.cc */, - B3982D3429239F4900A82429 /* Breakpad.h */, - B3982D3529239F4900A82429 /* BreakpadController.h */, - B3982D3629239F4900A82429 /* BreakpadController.mm */, ); - path = ios; + name = Products; sourceTree = ""; }; - B3982D2A29239F4900A82429 /* handler */ = { + B3C62E0B2D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D2B29239F4900A82429 /* ios_exception_minidump_generator.mm */, - B3982D2C29239F4900A82429 /* ios_exception_minidump_generator.h */, ); - path = handler; + name = Products; sourceTree = ""; }; - B3982D3729239F4900A82429 /* mac */ = { + B3C62E0D2D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D3829239F4900A82429 /* UnitTests-Info.plist */, - B3982D3929239F4900A82429 /* handler */, - B3982D5C29239F4900A82429 /* testapp */, - B3982D6A29239F4900A82429 /* Framework */, - B3982D7129239F4900A82429 /* sender */, - B3982D9529239F4900A82429 /* tests */, - B3982D9D29239F4900A82429 /* crash_generation */, ); - path = mac; + name = Products; sourceTree = ""; }; - B3982D3929239F4900A82429 /* handler */ = { + B3C62E0F2D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D3A29239F4900A82429 /* breakpad_nlist_64.cc */, - B3982D3B29239F4900A82429 /* ucontext_compat.h */, - B3982D3C29239F4900A82429 /* minidump_tests64-Info.plist */, - B3982D3D29239F4900A82429 /* protected_memory_allocator.h */, - B3982D3E29239F4900A82429 /* dynamic_images.h */, - B3982D3F29239F4900A82429 /* exception_handler.cc */, - B3982D4029239F4900A82429 /* obj-cTestCases-Info.plist */, - B3982D4129239F4900A82429 /* minidump_generator.h */, - B3982D4229239F4900A82429 /* minidump_generator.cc */, - B3982D4329239F4900A82429 /* mach_vm_compat.h */, - B3982D4429239F4900A82429 /* breakpad_nlist_64.h */, - B3982D4829239F4900A82429 /* dynamic_images.cc */, - B3982D4929239F4900A82429 /* protected_memory_allocator.cc */, - B3982D4A29239F4900A82429 /* exception_handler.h */, - B3982D4B29239F4900A82429 /* testcases */, - B3982D5529239F4900A82429 /* minidump_tests32-Info.plist */, ); - path = handler; + name = Products; sourceTree = ""; }; - B3982D4B29239F4900A82429 /* testcases */ = { + B3C62E112D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D4C29239F4900A82429 /* dwarftests.mm */, - B3982D4D29239F4900A82429 /* testdata */, - B3982D5029239F4900A82429 /* breakpad_nlist_test.h */, - B3982D5129239F4900A82429 /* DynamicImagesTests.cc */, - B3982D5229239F4900A82429 /* DynamicImagesTests.h */, - B3982D5329239F4900A82429 /* dwarftests.h */, - B3982D5429239F4900A82429 /* breakpad_nlist_test.cc */, ); - path = testcases; + name = Products; sourceTree = ""; }; - B3982D4D29239F4900A82429 /* testdata */ = { + B3C62E132D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D4E29239F4900A82429 /* dump_syms_dwarf_data */, - B3982D4F29239F4900A82429 /* dump_syms_i386_breakpad.sym */, ); - path = testdata; + name = Products; sourceTree = ""; }; - B3982D5C29239F4900A82429 /* testapp */ = { + B3C62E152D00E1300022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D5D29239F4900A82429 /* crashduringload */, - B3982D5E29239F4900A82429 /* Controller.m */, - B3982D5F29239F4900A82429 /* InfoPlist.strings */, - B3982D6129239F4900A82429 /* MainMenu.xib */, - B3982D6329239F4900A82429 /* crashInMain */, - B3982D6429239F4900A82429 /* TestClass.h */, - B3982D6529239F4900A82429 /* bomb.icns */, - B3982D6629239F4900A82429 /* Controller.h */, - B3982D6729239F4900A82429 /* main.m */, - B3982D6829239F4900A82429 /* TestClass.mm */, - B3982D6929239F4900A82429 /* Info.plist */, ); - path = testapp; + name = Products; sourceTree = ""; }; - B3982D6A29239F4900A82429 /* Framework */ = { + B3C62E172D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D6B29239F4900A82429 /* Breakpad_Prefix.pch */, - B3982D6C29239F4900A82429 /* OnDemandServer.mm */, - B3982D6D29239F4900A82429 /* Breakpad.mm */, - B3982D6E29239F4900A82429 /* Breakpad.h */, - B3982D6F29239F4900A82429 /* Info.plist */, - B3982D7029239F4900A82429 /* OnDemandServer.h */, ); - path = Framework; + name = Products; sourceTree = ""; }; - B3982D7129239F4900A82429 /* sender */ = { + B3C62E192D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D7229239F4900A82429 /* Localizable.strings */, - B3982D7429239F4900A82429 /* InfoPlist.strings */, - B3982D7829239F4900A82429 /* uploader.h */, - B3982D7929239F4900A82429 /* crash_report_sender.icns */, - B3982D7E29239F4900A82429 /* crash_report_sender-Info.plist */, - B3982D8529239F4900A82429 /* ReporterIcon.graffle */, - B3982D8829239F4900A82429 /* crash_report_sender.m */, - B3982D8929239F4900A82429 /* Breakpad.xib */, - B3982D9029239F4900A82429 /* uploader.mm */, - B3982D9329239F4900A82429 /* crash_report_sender.h */, - B3982D9429239F4900A82429 /* goArrow.png */, ); - path = sender; + name = Products; sourceTree = ""; }; - B3982D9529239F4900A82429 /* tests */ = { + B3C62E1B2D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D9629239F4900A82429 /* testlogging.h */, - B3982D9729239F4900A82429 /* crash_generation_server_test.cc */, - B3982D9829239F4900A82429 /* spawn_child_process.h */, - B3982D9929239F4900A82429 /* exception_handler_test.cc */, - B3982D9A29239F4900A82429 /* BreakpadFramework_Test.mm */, - B3982D9B29239F4900A82429 /* minidump_generator_test_helper.cc */, - B3982D9C29239F4900A82429 /* minidump_generator_test.cc */, ); - path = tests; + name = Products; sourceTree = ""; }; - B3982D9D29239F4900A82429 /* crash_generation */ = { + B3C62E1D2D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982D9E29239F4900A82429 /* crash_generation_server.cc */, - B3982D9F29239F4900A82429 /* crash_generation_client.h */, - B3982DA029239F4900A82429 /* ConfigFile.h */, - B3982DA129239F4900A82429 /* crash_generation_client.cc */, - B3982DA229239F4900A82429 /* InspectorMain.mm */, - B3982DA329239F4900A82429 /* Inspector.h */, - B3982DA429239F4900A82429 /* client_info.h */, - B3982DA529239F4900A82429 /* Inspector.mm */, - B3982DA629239F4900A82429 /* crash_generation_server.h */, - B3982DA729239F4900A82429 /* ConfigFile.mm */, ); - path = crash_generation; + name = Products; sourceTree = ""; }; - B3982DA829239F4900A82429 /* linux */ = { + B3C62E1F2D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DA929239F4900A82429 /* handler */, - B3982DB029239F4900A82429 /* minidump_writer */, - B3982DC729239F4900A82429 /* sender */, - B3982DC929239F4900A82429 /* dump_writer_common */, - B3982DD029239F4900A82429 /* crash_generation */, - B3982DD629239F4900A82429 /* log */, - B3982DD929239F4900A82429 /* microdump_writer */, - B3982DDD29239F4900A82429 /* data */, ); - path = linux; + name = Products; sourceTree = ""; }; - B3982DA929239F4900A82429 /* handler */ = { + B3C62E212D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DAA29239F4900A82429 /* exception_handler_unittest.cc */, - B3982DAB29239F4900A82429 /* exception_handler.cc */, - B3982DAC29239F4900A82429 /* minidump_descriptor.h */, - B3982DAD29239F4900A82429 /* minidump_descriptor.cc */, - B3982DAE29239F4900A82429 /* microdump_extra_info.h */, - B3982DAF29239F4900A82429 /* exception_handler.h */, ); - path = handler; + name = Products; sourceTree = ""; }; - B3982DB029239F4900A82429 /* minidump_writer */ = { + B3C62E232D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DB129239F4900A82429 /* proc_cpuinfo_reader_unittest.cc */, - B3982DB229239F4900A82429 /* cpu_set_unittest.cc */, - B3982DB329239F4900A82429 /* cpu_set.h */, - B3982DB429239F4900A82429 /* proc_cpuinfo_reader.h */, - B3982DB529239F4900A82429 /* minidump_writer_unittest_utils.cc */, - B3982DB629239F4900A82429 /* linux_dumper_unittest_helper.cc */, - B3982DB729239F4900A82429 /* linux_core_dumper.h */, - B3982DB829239F4900A82429 /* minidump_writer.h */, - B3982DB929239F4900A82429 /* minidump_writer.cc */, - B3982DBA29239F4900A82429 /* line_reader_unittest.cc */, - B3982DBB29239F4900A82429 /* linux_ptrace_dumper.cc */, - B3982DBC29239F4900A82429 /* linux_ptrace_dumper.h */, - B3982DBD29239F4900A82429 /* linux_core_dumper_unittest.cc */, - B3982DBE29239F4900A82429 /* directory_reader_unittest.cc */, - B3982DBF29239F4900A82429 /* linux_core_dumper.cc */, - B3982DC029239F4900A82429 /* minidump_writer_unittest_utils.h */, - B3982DC129239F4900A82429 /* linux_ptrace_dumper_unittest.cc */, - B3982DC229239F4900A82429 /* minidump_writer_unittest.cc */, - B3982DC329239F4900A82429 /* linux_dumper.cc */, - B3982DC429239F4900A82429 /* directory_reader.h */, - B3982DC529239F4900A82429 /* line_reader.h */, - B3982DC629239F4900A82429 /* linux_dumper.h */, ); - path = minidump_writer; + name = Products; sourceTree = ""; }; - B3982DC729239F4900A82429 /* sender */ = { + B3C62E252D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DC829239F4900A82429 /* google_crash_report_sender.cc */, ); - path = sender; + name = Products; sourceTree = ""; }; - B3982DC929239F4900A82429 /* dump_writer_common */ = { + B3C62E272D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DCA29239F4900A82429 /* raw_context_cpu.h */, - B3982DCB29239F4900A82429 /* mapping_info.h */, - B3982DCC29239F4900A82429 /* thread_info.h */, - B3982DCD29239F4900A82429 /* thread_info.cc */, - B3982DCE29239F4900A82429 /* ucontext_reader.h */, - B3982DCF29239F4900A82429 /* ucontext_reader.cc */, ); - path = dump_writer_common; + name = Products; sourceTree = ""; }; - B3982DD029239F4900A82429 /* crash_generation */ = { + B3C62E292D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DD129239F4900A82429 /* crash_generation_server.cc */, - B3982DD229239F4900A82429 /* crash_generation_client.h */, - B3982DD329239F4900A82429 /* crash_generation_client.cc */, - B3982DD429239F4900A82429 /* client_info.h */, - B3982DD529239F4900A82429 /* crash_generation_server.h */, ); - path = crash_generation; + name = Products; sourceTree = ""; }; - B3982DD629239F4900A82429 /* log */ = { + B3C62E2B2D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DD729239F4900A82429 /* log.h */, - B3982DD829239F4900A82429 /* log.cc */, ); - path = log; + name = Products; sourceTree = ""; }; - B3982DD929239F4900A82429 /* microdump_writer */ = { + B3C62E2D2D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DDA29239F4900A82429 /* microdump_writer.cc */, - B3982DDB29239F4900A82429 /* microdump_writer_unittest.cc */, - B3982DDC29239F4900A82429 /* microdump_writer.h */, ); - path = microdump_writer; + name = Products; sourceTree = ""; }; - B3982DDD29239F4900A82429 /* data */ = { + B3C62E2F2D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DDE29239F4900A82429 /* linux-gate-amd.sym */, - B3982DDF29239F4900A82429 /* linux-gate-intel.sym */, ); - path = data; + name = Products; sourceTree = ""; }; - B3982DE029239F4900A82429 /* windows */ = { + B3C62E312D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DE129239F4900A82429 /* handler */, - B3982DE529239F4900A82429 /* breakpad_client.gyp */, - B3982DE629239F4900A82429 /* sender */, - B3982DEA29239F4900A82429 /* tests */, - B3982DF529239F4900A82429 /* unittests */, - B3982E0029239F4900A82429 /* common */, - B3982E0329239F4900A82429 /* crash_generation */, ); - path = windows; + name = Products; sourceTree = ""; }; - B3982DE129239F4900A82429 /* handler */ = { + B3C62E332D00E1310022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DE229239F4900A82429 /* exception_handler.cc */, - B3982DE329239F4900A82429 /* exception_handler.gyp */, - B3982DE429239F4900A82429 /* exception_handler.h */, ); - path = handler; + name = Products; sourceTree = ""; }; - B3982DE629239F4900A82429 /* sender */ = { + B3C6E0202D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DE729239F4900A82429 /* crash_report_sender.gyp */, - B3982DE829239F4900A82429 /* crash_report_sender.cc */, - B3982DE929239F4900A82429 /* crash_report_sender.h */, ); - path = sender; + name = Products; sourceTree = ""; }; - B3982DEA29239F4900A82429 /* tests */ = { + B3C6E0222D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DEB29239F4900A82429 /* crash_generation_app */, ); - path = tests; + name = Products; sourceTree = ""; }; - B3982DEB29239F4900A82429 /* crash_generation_app */ = { + B3C6E0242D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DEC29239F4900A82429 /* abstract_class.cc */, - B3982DED29239F4900A82429 /* crash_generation_app.rc */, - B3982DEE29239F4900A82429 /* small.ico */, - B3982DEF29239F4900A82429 /* crash_generation_app.h */, - B3982DF029239F4900A82429 /* crash_generation_app.cc */, - B3982DF129239F4900A82429 /* abstract_class.h */, - B3982DF229239F4900A82429 /* crash_generation_app.gyp */, - B3982DF329239F4900A82429 /* resource.h */, - B3982DF429239F4900A82429 /* crash_generation_app.ico */, ); - path = crash_generation_app; + name = Products; sourceTree = ""; }; - B3982DF529239F4900A82429 /* unittests */ = { + B3C6E0262D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982DF629239F4900A82429 /* client_tests.gyp */, - B3982DF729239F4900A82429 /* minidump_test.cc */, - B3982DF829239F4900A82429 /* exception_handler_test.h */, - B3982DF929239F4900A82429 /* exception_handler_death_test.cc */, - B3982DFA29239F4900A82429 /* dump_analysis.cc */, - B3982DFB29239F4900A82429 /* dump_analysis.h */, - B3982DFC29239F4900A82429 /* exception_handler_nesting_test.cc */, - B3982DFD29239F4900A82429 /* crash_generation_server_test.cc */, - B3982DFE29239F4900A82429 /* exception_handler_test.cc */, - B3982DFF29239F4900A82429 /* testing.gyp */, ); - path = unittests; + name = Products; sourceTree = ""; }; - B3982E0029239F4900A82429 /* common */ = { + B3C6E0282D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E0129239F4900A82429 /* auto_critical_section.h */, - B3982E0229239F4900A82429 /* ipc_protocol.h */, ); - path = common; + name = Products; sourceTree = ""; }; - B3982E0329239F4900A82429 /* crash_generation */ = { + B3C6E02A2D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E0429239F4900A82429 /* crash_generation_server.cc */, - B3982E0529239F4900A82429 /* crash_generation_client.h */, - B3982E0629239F4900A82429 /* minidump_generator.h */, - B3982E0729239F4900A82429 /* minidump_generator.cc */, - B3982E0829239F4900A82429 /* crash_generation_client.cc */, - B3982E0929239F4900A82429 /* client_info.cc */, - B3982E0A29239F4900A82429 /* client_info.h */, - B3982E0B29239F4900A82429 /* ReadMe.txt */, - B3982E0C29239F4900A82429 /* crash_generation_server.h */, - B3982E0D29239F4900A82429 /* crash_generation.gyp */, ); - path = crash_generation; + name = Products; sourceTree = ""; }; - B3982E0E29239F4900A82429 /* solaris */ = { + B3C6E02C2D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E0F29239F4900A82429 /* handler */, ); - path = solaris; + name = Products; sourceTree = ""; }; - B3982E0F29239F4900A82429 /* handler */ = { + B3C6E02E2D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E1029239F4900A82429 /* minidump_test.cc */, - B3982E1129239F4900A82429 /* exception_handler.cc */, - B3982E1229239F4900A82429 /* Makefile */, - B3982E1329239F4900A82429 /* minidump_generator.h */, - B3982E1429239F4900A82429 /* minidump_generator.cc */, - B3982E1529239F4900A82429 /* solaris_lwp.cc */, - B3982E1629239F4900A82429 /* exception_handler_test.cc */, - B3982E1729239F4900A82429 /* solaris_lwp.h */, - B3982E1829239F4900A82429 /* exception_handler.h */, ); - path = handler; + name = Products; sourceTree = ""; }; - B3982E1A29239F4900A82429 /* lzma */ = { + B3C6E0302D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E2A29239F4900A82429 /* 7zArcIn.c */, - B3982E4329239F4A00A82429 /* 7zBuf.c */, - B3982E3C29239F4900A82429 /* 7zCrc.c */, - B3982E4129239F4A00A82429 /* 7zCrcOpt.c */, - B3982E3029239F4900A82429 /* 7zDec.c */, - B3982E3A29239F4900A82429 /* 7zFile.c */, - B3982E3729239F4900A82429 /* 7zStream.c */, - B3982E2E29239F4900A82429 /* Alloc.c */, - B3982E1F29239F4900A82429 /* Bcj2.c */, - B3982E2729239F4900A82429 /* Bra.c */, - B3982E2929239F4900A82429 /* Bra86.c */, - B3982E3529239F4900A82429 /* BraIA64.c */, - B3982E3F29239F4A00A82429 /* CpuArch.c */, - B3982E3929239F4900A82429 /* Delta.c */, - B3982E2129239F4900A82429 /* LzFind.c */, - B3982E1B29239F4900A82429 /* Lzma2Dec.c */, - B3982E3629239F4900A82429 /* Lzma86Dec.c */, - B3982E3E29239F4900A82429 /* Lzma86Enc.c */, - B3982E2F29239F4900A82429 /* LzmaDec.c */, - B3982E1D29239F4900A82429 /* LzmaEnc.c */, - B3982E4429239F4A00A82429 /* LzmaLib.c */, - B3982E2429239F4900A82429 /* Sort.c */, - B3982E2D29239F4900A82429 /* 7z.h */, - B3982E2C29239F4900A82429 /* 7zBuf.h */, - B3982E2529239F4900A82429 /* 7zCrc.h */, - B3982E2829239F4900A82429 /* 7zFile.h */, - B3982E1E29239F4900A82429 /* 7zTypes.h */, - B3982E4229239F4A00A82429 /* Alloc.h */, - B3982E3829239F4900A82429 /* Bcj2.h */, - B3982E3B29239F4900A82429 /* Bra.h */, - B3982E2029239F4900A82429 /* Compiler.h */, - B3982E2329239F4900A82429 /* CpuArch.h */, - B3982E2629239F4900A82429 /* Delta.h */, - B3982E3429239F4900A82429 /* LzFind.h */, - B3982E1C29239F4900A82429 /* LzHash.h */, - B3982E3329239F4900A82429 /* Lzma2Dec.h */, - B3982E3129239F4900A82429 /* Lzma86.h */, - B3982E4029239F4A00A82429 /* LzmaDec.h */, - B3982E3229239F4900A82429 /* LzmaEnc.h */, - B3982E2B29239F4900A82429 /* LzmaLib.h */, - B3982E2229239F4900A82429 /* Precomp.h */, - B3982E3D29239F4900A82429 /* Sort.h */, ); - path = lzma; + name = Products; sourceTree = ""; }; - B3982E4529239F4A00A82429 /* oslib */ = { + B3C6E0322D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E5529239F4A00A82429 /* audiobackend_alsa.cpp */, - B3982E4A29239F4A00A82429 /* audiobackend_coreaudio.cpp */, - B3982E5329239F4A00A82429 /* audiobackend_directsound.cpp */, - B3982E5229239F4A00A82429 /* audiobackend_libao.cpp */, - B3982E5429239F4A00A82429 /* audiobackend_null.cpp */, - B3982E4F29239F4A00A82429 /* audiobackend_oboe.cpp */, - B3982E4829239F4A00A82429 /* audiobackend_omx.cpp */, - B3982E5129239F4A00A82429 /* audiobackend_oss.cpp */, - B3982E4629239F4A00A82429 /* audiobackend_pulseaudio.cpp */, - B3982E4729239F4A00A82429 /* audiobackend_sdl2.cpp */, - B3982E4B29239F4A00A82429 /* audiostream.cpp */, - B3982E4E29239F4A00A82429 /* oslib.cpp */, - B3982E4D29239F4A00A82429 /* audiostream.h */, - B3982E5029239F4A00A82429 /* directory.h */, - B3982E4C29239F4A00A82429 /* host_context.h */, - B3982E4929239F4A00A82429 /* oslib.h */, ); - path = oslib; + name = Products; sourceTree = ""; }; - B3982E5629239F4A00A82429 /* log */ = { + B3C6E0342D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E5A29239F4A00A82429 /* ConsoleListenerDroid.cpp */, - B3982E5729239F4A00A82429 /* ConsoleListenerNix.cpp */, - B3982E5929239F4A00A82429 /* ConsoleListenerWin.cpp */, - B3982E5E29239F4A00A82429 /* LogManager.cpp */, - B3982E5829239F4A00A82429 /* BitSet.h */, - B3982E5B29239F4A00A82429 /* ConsoleListener.h */, - B3982E5D29239F4A00A82429 /* Log.h */, - B3982E5F29239F4A00A82429 /* LogManager.h */, - B3982E5C29239F4A00A82429 /* StringUtil.h */, ); - path = log; + name = Products; sourceTree = ""; }; - B3982E6029239F4A00A82429 /* khronos */ = { + B3C6E0362D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E6129239F4A00A82429 /* APPLE */, - B3982E6529239F4A00A82429 /* GLES3 */, - B3982E6929239F4A00A82429 /* GLES2 */, - B3982E6D29239F4A00A82429 /* KHR */, - B3982E6F29239F4A00A82429 /* EGL */, - B3982E7329239F4A00A82429 /* vulkan */, - B3982E8729239F4A00A82429 /* GL4 */, - B3982E8C29239F4A00A82429 /* GL3 */, - B3982E9029239F4A00A82429 /* GLES32 */, ); - path = khronos; + name = Products; sourceTree = ""; }; - B3982E6129239F4A00A82429 /* APPLE */ = { + B3C6E0382D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E6229239F4A00A82429 /* egl.h */, - B3982E6329239F4A00A82429 /* eglplatform.h */, - B3982E6429239F4A00A82429 /* khrplatform.h */, ); - path = APPLE; + name = Products; sourceTree = ""; }; - B3982E6529239F4A00A82429 /* GLES3 */ = { + B3C6E03A2D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E6629239F4A00A82429 /* gl2ext.h */, - B3982E6729239F4A00A82429 /* gl3.h */, - B3982E6829239F4A00A82429 /* gl3platform.h */, ); - path = GLES3; + name = Products; sourceTree = ""; }; - B3982E6929239F4A00A82429 /* GLES2 */ = { + B3C6E03C2D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E6A29239F4A00A82429 /* gl2ext.h */, - B3982E6B29239F4A00A82429 /* gl2.h */, - B3982E6C29239F4A00A82429 /* gl2platform.h */, ); - path = GLES2; + name = Products; sourceTree = ""; }; - B3982E6D29239F4A00A82429 /* KHR */ = { + B3C6E03E2D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E6E29239F4A00A82429 /* khrplatform.h */, ); - path = KHR; + name = Products; sourceTree = ""; }; - B3982E6F29239F4A00A82429 /* EGL */ = { + B3C6E0402D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E7029239F4A00A82429 /* egl.h */, - B3982E7129239F4A00A82429 /* eglext.h */, - B3982E7229239F4A00A82429 /* eglplatform.h */, ); - path = EGL; + name = Products; sourceTree = ""; }; - B3982E7329239F4A00A82429 /* vulkan */ = { + B3C6E0422D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E7429239F4A00A82429 /* vk_layer.h */, - B3982E7529239F4A00A82429 /* vk_icd.h */, - B3982E7629239F4A00A82429 /* vulkan_vi.h */, - B3982E7729239F4A00A82429 /* vulkan.h */, - B3982E7829239F4A00A82429 /* vk_platform.h */, - B3982E7929239F4A00A82429 /* vulkan.hpp */, - B3982E7A29239F4A00A82429 /* vulkan_fuchsia.h */, - B3982E7B29239F4A00A82429 /* vulkan_wayland.h */, - B3982E7C29239F4A00A82429 /* vulkan_win32.h */, - B3982E7D29239F4A00A82429 /* vulkan_macos.h */, - B3982E7E29239F4A00A82429 /* vulkan_xlib_xrandr.h */, - B3982E7F29239F4A00A82429 /* vulkan_xcb.h */, - B3982E8029239F4A00A82429 /* vulkan_ggp.h */, - B3982E8129239F4A00A82429 /* vulkan_xlib.h */, - B3982E8229239F4A00A82429 /* vulkan_ios.h */, - B3982E8329239F4A00A82429 /* vulkan_core.h */, - B3982E8429239F4A00A82429 /* vk_sdk_platform.h */, - B3982E8529239F4A00A82429 /* vulkan_android.h */, - B3982E8629239F4A00A82429 /* vulkan_metal.h */, ); - path = vulkan; + name = Products; sourceTree = ""; }; - B3982E8729239F4A00A82429 /* GL4 */ = { + B3C6E0442D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E8829239F4A00A82429 /* gl3w.c */, - B3982E8929239F4A00A82429 /* glext.h */, - B3982E8A29239F4A00A82429 /* glcorearb.h */, - B3982E8B29239F4A00A82429 /* gl3w.h */, ); - path = GL4; + name = Products; sourceTree = ""; }; - B3982E8C29239F4A00A82429 /* GL3 */ = { + B3C6E0462D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E8D29239F4A00A82429 /* gl3w.c */, - B3982E8E29239F4A00A82429 /* gl3.h */, - B3982E8F29239F4A00A82429 /* gl3w.h */, ); - path = GL3; + name = Products; sourceTree = ""; }; - B3982E9029239F4A00A82429 /* GLES32 */ = { + B3C6E0482D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E9129239F4A00A82429 /* gl2ext.h */, - B3982E9229239F4A00A82429 /* gl32.h */, ); - path = GLES32; + name = Products; sourceTree = ""; }; - B3982E9329239F4A00A82429 /* profiler */ = { + B3C6E04A2D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982E9429239F4A00A82429 /* profiler.cpp */, - B3982E9529239F4A00A82429 /* profiler.h */, ); - path = profiler; + name = Products; sourceTree = ""; }; - B3982E9729239F4A00A82429 /* rend */ = { + B3C6E04C2D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B34CFF76295F32CF0014C8AF /* boxart */, - B3982EBC29239F4A00A82429 /* CustomTexture.cpp */, - B3982EAA29239F4A00A82429 /* gui_android.cpp */, - B3982E9929239F4A00A82429 /* gui_cheats.cpp */, - B3982EA829239F4A00A82429 /* gui_util.cpp */, - B3982EBD29239F4A00A82429 /* gui.cpp */, - B3982EED29239F4A00A82429 /* mainui.cpp */, - B3982EF729239F4A00A82429 /* osd.cpp */, - B3982EBE29239F4A00A82429 /* sorter.cpp */, - B3982EEB29239F4A00A82429 /* TexCache.cpp */, - B3982EA929239F4A00A82429 /* CustomTexture.h */, - B3982EAB29239F4A00A82429 /* game_scanner.h */, - B3982E9829239F4A00A82429 /* gui_android.h */, - B3982EF029239F4A00A82429 /* gui_util.h */, - B3982EBA29239F4A00A82429 /* gui.h */, - B3982E9C29239F4A00A82429 /* mainui.h */, - B3982EEF29239F4A00A82429 /* osd.h */, - B3982EEE29239F4A00A82429 /* shader_util.h */, - B3982E9A29239F4A00A82429 /* sorter.h */, - B3982EBB29239F4A00A82429 /* TexCache.h */, - B3982E9B29239F4A00A82429 /* tileclip.h */, - B3982EEC29239F4A00A82429 /* transform_matrix.h */, - B3982EAC29239F4A00A82429 /* dx9 */, - B3982EF129239F4A00A82429 /* gl4 */, - B3982E9D29239F4A00A82429 /* gles */, - B3982EE929239F4A00A82429 /* norend */, - B3982EBF29239F4A00A82429 /* vulkan */, ); - path = rend; + name = Products; sourceTree = ""; }; - B3982E9D29239F4A00A82429 /* gles */ = { + B3C6E04E2D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B34CFF80295F33020014C8AF /* naomi2.cpp */, - B34CFF81295F33020014C8AF /* opengl_driver.cpp */, - B3982EA229239F4A00A82429 /* gldraw.cpp */, - B3982EA729239F4A00A82429 /* gles.cpp */, - B3982EA529239F4A00A82429 /* gltex.cpp */, - B3982EA329239F4A00A82429 /* imgui_impl_opengl3.cpp */, - B3982EA129239F4A00A82429 /* postprocess.cpp */, - B3982EA029239F4A00A82429 /* quad.cpp */, - B3982E9E29239F4A00A82429 /* glcache.h */, - B3982EA629239F4A00A82429 /* gles.h */, - B3982E9F29239F4A00A82429 /* imgui_impl_opengl3.h */, - B3982EA429239F4A00A82429 /* postprocess.h */, ); - path = gles; + name = Products; sourceTree = ""; }; - B3982EAC29239F4A00A82429 /* dx9 */ = { + B3C6E0502D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982EAD29239F4A00A82429 /* d3d_overlay.h */, - B3982EAE29239F4A00A82429 /* dxcontext.cpp */, - B3982EAF29239F4A00A82429 /* d3d_shaders.h */, - B3982EB029239F4A00A82429 /* d3d_renderer.h */, - B3982EB129239F4A00A82429 /* d3d_texture.h */, - B3982EB229239F4A00A82429 /* dxcontext.h */, - B3982EB329239F4A00A82429 /* comptr.h */, - B3982EB429239F4A00A82429 /* imgui_impl_dx9.cpp */, - B3982EB529239F4A00A82429 /* d3d_overlay.cpp */, - B3982EB629239F4A00A82429 /* d3d_renderer.cpp */, - B3982EB729239F4A00A82429 /* d3d_texture.cpp */, - B3982EB829239F4A00A82429 /* imgui_impl_dx9.h */, - B3982EB929239F4A00A82429 /* d3d_shaders.cpp */, ); - path = dx9; + name = Products; sourceTree = ""; }; - B3982EBF29239F4A00A82429 /* vulkan */ = { + B3C6E0522D00BF840022A1B1 /* Products */ = { isa = PBXGroup; children = ( - B3982EDA29239F4A00A82429 /* buffer.cpp */, - B3982EC529239F4A00A82429 /* compiler.cpp */, - B3982EDF29239F4A00A82429 /* drawer.cpp */, - B3982EE429239F4A00A82429 /* imgui_impl_vulkan.cpp */, - B3982EC229239F4A00A82429 /* overlay.cpp */, - B3982ECD29239F4A00A82429 /* pipeline.cpp */, - B3982ECB29239F4A00A82429 /* quad.cpp */, - B3982ECE29239F4A00A82429 /* shaders.cpp */, - B3982ECA29239F4A00A82429 /* texture.cpp */, - B3982EDE29239F4A00A82429 /* vk_context_lr.cpp */, - B3982EDC29239F4A00A82429 /* vmallocator.cpp */, - B3982EE029239F4A00A82429 /* vulkan_context.cpp */, - B3982EE629239F4A00A82429 /* vulkan_renderer.cpp */, - B3982EDB29239F4A00A82429 /* buffer.h */, - B3982EC429239F4A00A82429 /* commandpool.h */, - B3982EC329239F4A00A82429 /* compiler.h */, - B3982EE829239F4A00A82429 /* drawer.h */, - B3982EE729239F4A00A82429 /* imgui_impl_vulkan.h */, - B3982EC929239F4A00A82429 /* overlay.h */, - B3982EE229239F4A00A82429 /* pipeline.h */, - B3982EC629239F4A00A82429 /* quad.h */, - B3982ECC29239F4A00A82429 /* shaders.h */, - B3982EE329239F4A00A82429 /* texture.h */, - B3982EC029239F4A00A82429 /* utils.h */, - B3982EC729239F4A00A82429 /* vk_context_lr.h */, - B3982EDD29239F4A00A82429 /* vk_mem_alloc.h */, - B3982EE129239F4A00A82429 /* vmallocator.h */, - B3982EC829239F4A00A82429 /* vulkan_context.h */, - B3982EE529239F4A00A82429 /* vulkan_renderer.h */, - B3982EC129239F4A00A82429 /* vulkan.h */, - B3982ECF29239F4A00A82429 /* oit */, ); - path = vulkan; + name = Products; sourceTree = ""; }; - B3982ECF29239F4A00A82429 /* oit */ = { + B3C7620620783162009950E4 = { isa = PBXGroup; children = ( - B3982ED029239F4A00A82429 /* oit_shaders.cpp */, - B3982ED129239F4A00A82429 /* oit_pipeline.cpp */, - B3982ED229239F4A00A82429 /* oit_renderpass.cpp */, - B3982ED329239F4A00A82429 /* oit_renderpass.h */, - B3982ED429239F4A00A82429 /* oit_drawer.cpp */, - B3982ED529239F4A00A82429 /* oit_shaders.h */, - B3982ED629239F4A00A82429 /* oit_renderer.cpp */, - B3982ED729239F4A00A82429 /* oit_drawer.h */, - B3982ED829239F4A00A82429 /* oit_buffer.h */, - B3982ED929239F4A00A82429 /* oit_pipeline.h */, + 934BE792296E6A8800FB9933 /* cmake */, + B3447EBF218BE9DA00557ACE /* BuildFlags.xcconfig */, + B314D8492CFFEB67009FB8B3 /* flycast_libretro.xcodeproj */, + B3C762202078327B009950E4 /* PVFlycastCore */, + B3C7621220783162009950E4 /* PVFlycast */, + B38797262CED6B2E00A86990 /* libflycast */, + B382624B2CED7A9E00111AEB /* flycast-libretro */, + B387F3572D2C513400D541F1 /* flycast_libretro */, + B3C7621120783162009950E4 /* Products */, + B3C7621B20783242009950E4 /* Frameworks */, ); - path = oit; sourceTree = ""; }; - B3982EE929239F4A00A82429 /* norend */ = { + B3C7621120783162009950E4 /* Products */ = { isa = PBXGroup; children = ( - B3982EEA29239F4A00A82429 /* norend.cpp */, + B3C7621020783162009950E4 /* PVFlycast.framework */, + B387F3562D2C513400D541F1 /* flycast.libretro.framework */, ); - path = norend; + name = Products; sourceTree = ""; }; - B3982EF129239F4A00A82429 /* gl4 */ = { + B3C7621220783162009950E4 /* PVFlycast */ = { isa = PBXGroup; children = ( - B3982EF229239F4A00A82429 /* gldraw.cpp */, - B3982EF329239F4A00A82429 /* abuffer.cpp */, - B3982EF429239F4A00A82429 /* gl4.h */, - B3982EF529239F4A00A82429 /* gles.cpp */, - B3982EF629239F4A00A82429 /* glsl.h */, + B316B4E621926FE500693472 /* emu.cfg */, + B3C7622720783510009950E4 /* Core.plist */, + B3C7621320783162009950E4 /* PVFlycast.h */, + B3C7621420783162009950E4 /* Info.plist */, ); - path = gl4; + path = PVFlycast; sourceTree = ""; }; - B3982EF829239F4A00A82429 /* windows */ = { + B3C7621B20783242009950E4 /* Frameworks */ = { isa = PBXGroup; children = ( - B3982EF929239F4A00A82429 /* xinput_gamepad.h */, - B3982EFA29239F4A00A82429 /* win_keyboard.h */, - B3982EFB29239F4A00A82429 /* unwind_info.cpp */, - B3982EFC29239F4A00A82429 /* rawinput.cpp */, - B3982EFD29239F4A00A82429 /* winmain.cpp */, - B3982EFE29239F4A00A82429 /* fault_handler.cpp */, - B3982EFF29239F4A00A82429 /* rawinput.h */, - B3982F0029239F4A00A82429 /* win_vmem.cpp */, + B33A08042D2C73F400BFB6C9 /* openmp.xcframework */, + B387F3802D2C54B100D541F1 /* OpenGL.framework */, + B387F3812D2C54B200D541F1 /* OpenGLES.framework */, + B387F37E2D2C548600D541F1 /* libc.tbd */, + B387F37D2D2C548600D541F1 /* libc++.tbd */, + B3A3CC5A2CCC782D00589F82 /* PVCoreBridgeRetro.framework */, + B35E6BF1207CD2670040709A /* AudioToolbox.framework */, + B35E6BEF207CD2610040709A /* AudioUnit.framework */, + B35E6BF8207D00D00040709A /* AVFoundation.framework */, + B35E6BF4207CD2740040709A /* CoreAudio.framework */, + B35E6BF3207CD2730040709A /* CoreAudioKit.framework */, + B3C7621E2078325C009950E4 /* Foundation.framework */, + B339468820783F41008DBAB4 /* libpthread.tbd */, + B339468A20783F48008DBAB4 /* libz.tbd */, + B3C7621C20783243009950E4 /* OpenGLES.framework */, + B3B104B8218F281B00210C39 /* PVSupport.framework */, ); - path = windows; + name = Frameworks; sourceTree = ""; }; - B3982F0129239F4A00A82429 /* rec-cpp */ = { + B3C762202078327B009950E4 /* PVFlycastCore */ = { isa = PBXGroup; children = ( - B3982F0229239F4A00A82429 /* rec_cpp.cpp */, + 931C04CE2A89EEA900759ACB /* flycast */, + B3447EB5218BCE2000557ACE /* Core */, + B3447EA8218BC51300557ACE /* Audio */, + B3447EA0218B881000557ACE /* PVFlycast.mm */, ); - path = "rec-cpp"; + path = PVFlycastCore; sourceTree = ""; }; - B3982F0329239F4A00A82429 /* rec-x86 */ = { + B3DDFB1F2D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F0429239F4A00A82429 /* rec_x86.h */, - B3982F0529239F4A00A82429 /* x86_regalloc.h */, - B3982F0629239F4A00A82429 /* rec_x86.cpp */, - B3982F0729239F4A00A82429 /* x86_ops.cpp */, ); - path = "rec-x86"; + name = Products; sourceTree = ""; }; - B3982F0829239F4A00A82429 /* linux-dist */ = { + B3DDFB212D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F0B29239F4A00A82429 /* dispmanx.cpp */, - B3982F1429239F4A00A82429 /* evdev.cpp */, - B3982F1129239F4A00A82429 /* joystick.cpp */, - B3982F1329239F4A00A82429 /* main.cpp */, - B3982F0A29239F4A00A82429 /* x11.cpp */, - B3982F0F29239F4A00A82429 /* dispmanx.h */, - B3982F1229239F4A00A82429 /* evdev_gamepad.h */, - B3982F1029239F4A00A82429 /* evdev.h */, - B3982F0C29239F4A00A82429 /* icon.h */, - B3982F0D29239F4A00A82429 /* joystick.h */, - B3982F0929239F4A00A82429 /* x11_keyboard.h */, - B3982F0E29239F4A00A82429 /* x11.h */, ); - path = "linux-dist"; + name = Products; sourceTree = ""; }; - B3982F1529239F4A00A82429 /* debug */ = { + B3DDFB232D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F1629239F4A00A82429 /* gdb_server.h */, - B3982F1729239F4A00A82429 /* debug_agent.h */, - B3982F1829239F4A00A82429 /* gdb_server.cpp */, ); - path = debug; + name = Products; sourceTree = ""; }; - B3982F1929239F4A00A82429 /* reios */ = { + B3DDFB252D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F1B29239F4A00A82429 /* descrambl.cpp */, - B3982F2329239F4A00A82429 /* gdrom_hle.cpp */, - B3982F1C29239F4A00A82429 /* reios_elf.cpp */, - B3982F1E29239F4A00A82429 /* reios.cpp */, - B3982F2029239F4A00A82429 /* descrambl.h */, - B3982F2129239F4A00A82429 /* font.h */, - B3982F2229239F4A00A82429 /* gdrom_hle.h */, - B3982F1D29239F4A00A82429 /* iso9660.h */, - B3982F1F29239F4A00A82429 /* reios_elf.h */, - B3982F1A29239F4A00A82429 /* reios.h */, ); - path = reios; + name = Products; sourceTree = ""; }; - B3982F2529239F4A00A82429 /* shell */ = { + B3DDFB272D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F2629239F4A00A82429 /* apple */, - B3982F5029239F4A00A82429 /* cmake */, - B3982F5329239F4A00A82429 /* imgs */, - B3982F5829239F4A00A82429 /* libretro */, - B3982F6629239F4A00A82429 /* linux */, - B3982F7229239F4A00A82429 /* switch */, - B3982F7A29239F4A00A82429 /* android-studio */, - B3982FD129239F4B00A82429 /* windows */, ); - path = shell; + name = Products; sourceTree = ""; }; - B3982F2629239F4A00A82429 /* apple */ = { + B3DDFB292D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F2729239F4A00A82429 /* emulator-osx */, - B3982F3329239F4A00A82429 /* emulator-ios */, - B3982F4F29239F4A00A82429 /* sdl2.rb */, ); - path = apple; + name = Products; sourceTree = ""; }; - B3982F2729239F4A00A82429 /* emulator-osx */ = { + B3DDFB2B2D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F2829239F4A00A82429 /* MacOSXBundleInfo.plist.in */, - B3982F2929239F4A00A82429 /* emulator-osx */, ); - path = "emulator-osx"; + name = Products; sourceTree = ""; }; - B3982F2929239F4A00A82429 /* emulator-osx */ = { + B3DDFB2D2D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F2A29239F4A00A82429 /* EmuGLView.swift */, - B3982F2B29239F4A00A82429 /* osx-main.mm */, - B3982F2C29239F4A00A82429 /* osx_keyboard.h */, - B3982F2D29239F4A00A82429 /* MainMenu.xib */, - B3982F2F29239F4A00A82429 /* emulator-osx-Bridging-Header.h */, - B3982F3029239F4A00A82429 /* Images.xcassets */, - B3982F3129239F4A00A82429 /* AppDelegate.swift */, - B3982F3229239F4A00A82429 /* osx_gamepad.h */, ); - path = "emulator-osx"; + name = Products; sourceTree = ""; }; - B3982F3329239F4A00A82429 /* emulator-ios */ = { + B3DDFB2F2D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F3429239F4A00A82429 /* plist.in */, - B3982F3529239F4A00A82429 /* AltKit */, - B3982F3629239F4A00A82429 /* emulator */, ); - path = "emulator-ios"; + name = Products; sourceTree = ""; }; - B3982F3629239F4A00A82429 /* emulator */ = { + B3DDFB312D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F3F29239F4A00A82429 /* flycast.entitlements */, - B3982F3829239F4A00A82429 /* AppDelegate.h */, - B3982F3A29239F4A00A82429 /* EmulatorView.h */, - B3982F4229239F4A00A82429 /* FlycastViewController.h */, - B3982F4E29239F4A00A82429 /* ios_gamepad.h */, - B3982F4129239F4A00A82429 /* ios_keyboard.h */, - B3982F3D29239F4A00A82429 /* ios_mouse.h */, - B3982F4629239F4A00A82429 /* PadViewController.h */, - B3982F4029239F4A00A82429 /* main.m */, - B3982F4529239F4A00A82429 /* AppDelegate.mm */, - B3982F3B29239F4A00A82429 /* EmulatorView.mm */, - B3982F3E29239F4A00A82429 /* FlycastViewController.mm */, - B3982F4329239F4A00A82429 /* ios_main.mm */, - B3982F3C29239F4A00A82429 /* PadViewController.mm */, - B3982F4729239F4A00A82429 /* flycast-ios-Prefix.pch */, - B3982F4D29239F4A00A82429 /* FlycastStoryboard.storyboard */, - B3982F3729239F4A00A82429 /* LaunchScreen.storyboard */, - B3982F4429239F4A00A82429 /* Images.xcassets */, - B3982F3929239F4A00A82429 /* PadViewController.xib */, - B3982F4829239F4A00A82429 /* iCade-iOS */, ); - path = emulator; + name = Products; sourceTree = ""; }; - B3982F4829239F4A00A82429 /* iCade-iOS */ = { + B3DDFB332D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F4929239F4A00A82429 /* iCadeReaderView.m */, - B3982F4A29239F4A00A82429 /* LICENSE */, - B3982F4B29239F4A00A82429 /* iCadeReaderView.h */, - B3982F4C29239F4A00A82429 /* iCadeState.h */, ); - path = "iCade-iOS"; + name = Products; sourceTree = ""; }; - B3982F5029239F4A00A82429 /* cmake */ = { + B3DDFB352D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F5129239F4A00A82429 /* FindSDL2.cmake */, - B3982F5229239F4A00A82429 /* FindMiniUPnPc.cmake */, ); - path = cmake; + name = Products; sourceTree = ""; }; - B3982F5329239F4A00A82429 /* imgs */ = { + B3DDFB372D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F5429239F4A00A82429 /* screenshot1.png */, - B3982F5529239F4A00A82429 /* screenshot2.png */, - B3982F5629239F4A00A82429 /* screenshot3.png */, - B3982F5729239F4A00A82429 /* screenshot4.png */, ); - path = imgs; + name = Products; sourceTree = ""; }; - B3982F5829239F4A00A82429 /* libretro */ = { + B3DDFB392D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F5B29239F4A00A82429 /* audiostream.cpp */, - B3982F6129239F4A00A82429 /* libretro.cpp */, - B3982F6429239F4A00A82429 /* LogManager.cpp */, - B3982F5E29239F4A00A82429 /* option.cpp */, - B3982F5D29239F4A00A82429 /* oslib.cpp */, - B3982F6229239F4A00A82429 /* vmu_xhair.cpp */, - B3982F6329239F4A00A82429 /* keyboard_map.h */, - B3982F5A29239F4A00A82429 /* libretro_core_option_defines.h */, - B3982F6029239F4A00A82429 /* libretro_core_options_intl.h */, - B3982F5F29239F4A00A82429 /* libretro_core_options.h */, - B3982F6529239F4A00A82429 /* LogManager.h */, - B3982F5929239F4A00A82429 /* option_lr.h */, - B3982F5C29239F4A00A82429 /* vmu_xhair.h */, ); - path = libretro; + name = Products; sourceTree = ""; }; - B3982F6629239F4A00A82429 /* linux */ = { + B3DDFB3B2D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F6729239F4A00A82429 /* man */, - B3982F6929239F4A00A82429 /* flycast.png */, - B3982F6A29239F4A00A82429 /* org.flycast.Flycast.metainfo.xml */, - B3982F6B29239F4A00A82429 /* mappings */, - B3982F7129239F4A00A82429 /* flycast.desktop */, ); - path = linux; + name = Products; sourceTree = ""; }; - B3982F6729239F4A00A82429 /* man */ = { + B3DDFB3D2D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F6829239F4A00A82429 /* flycast.1 */, ); - path = man; + name = Products; sourceTree = ""; }; - B3982F6B29239F4A00A82429 /* mappings */ = { + B3DDFB3F2D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F6C29239F4A00A82429 /* controller_pandora.cfg */, - B3982F6D29239F4A00A82429 /* controller_generic.cfg */, - B3982F6E29239F4A00A82429 /* keyboard.cfg */, - B3982F6F29239F4A00A82429 /* controller_xpad.cfg */, - B3982F7029239F4A00A82429 /* controller_xboxdrv.cfg */, ); - path = mappings; + name = Products; sourceTree = ""; }; - B3982F7229239F4A00A82429 /* switch */ = { + B3DDFB412D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F7329239F4A00A82429 /* context_switch.S */, - B3982F7429239F4A00A82429 /* flycast.jpeg */, - B3982F7529239F4A00A82429 /* stubs.c */, - B3982F7629239F4A00A82429 /* nswitch.h */, - B3982F7729239F4A00A82429 /* sys */, - B3982F7929239F4A00A82429 /* ucontext.h */, ); - path = switch; + name = Products; sourceTree = ""; }; - B3982F7729239F4A00A82429 /* sys */ = { + B3DDFB432D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F7829239F4A00A82429 /* mman.h */, ); - path = sys; + name = Products; sourceTree = ""; }; - B3982F7A29239F4A00A82429 /* android-studio */ = { + B3DDFB452D29E16100A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F7B29239F4A00A82429 /* flycast */, - B3982FBF29239F4B00A82429 /* ic_launcher-web.png */, - B3982FC029239F4B00A82429 /* psd */, - B3982FC429239F4B00A82429 /* gradle */, - B3982FC829239F4B00A82429 /* gradlew */, - B3982FC929239F4B00A82429 /* debug.keystore */, - B3982FCA29239F4B00A82429 /* .gitignore */, - B3982FCB29239F4B00A82429 /* icons */, - B3982FCD29239F4B00A82429 /* build.gradle */, - B3982FCE29239F4B00A82429 /* gradle.properties */, - B3982FCF29239F4B00A82429 /* gradlew.bat */, - B3982FD029239F4B00A82429 /* settings.gradle */, ); - path = "android-studio"; + name = Products; sourceTree = ""; }; - B3982F7B29239F4A00A82429 /* flycast */ = { + B3DDFB472D29E16200A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F7C29239F4A00A82429 /* proguard-rules.pro */, - B3982F7D29239F4A00A82429 /* libs */, - B3982F7F29239F4A00A82429 /* .gitignore */, - B3982F8029239F4A00A82429 /* build.gradle */, - B3982F8129239F4A00A82429 /* src */, ); - path = flycast; + name = Products; sourceTree = ""; }; - B3982F7D29239F4A00A82429 /* libs */ = { + B3DDFB492D29E16200A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F7E29239F4A00A82429 /* ouya-sdk.jar */, ); - path = libs; + name = Products; sourceTree = ""; }; - B3982F8129239F4A00A82429 /* src */ = { + B3DDFB4B2D29E16200A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F8229239F4A00A82429 /* main */, - B3982FB529239F4B00A82429 /* debug */, ); - path = src; + name = Products; sourceTree = ""; }; - B3982F8229239F4A00A82429 /* main */ = { + B3DDFB4D2D29E16200A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F8329239F4A00A82429 /* res */, - B3982F9929239F4A00A82429 /* AndroidManifest.xml */, - B3982F9A29239F4A00A82429 /* java */, - B3982FAF29239F4B00A82429 /* jni */, - B3982FB329239F4B00A82429 /* assets */, ); - path = main; + name = Products; sourceTree = ""; }; - B3982F8329239F4A00A82429 /* res */ = { + B3DDFB4F2D29E16200A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F8429239F4A00A82429 /* drawable */, - B3982F8629239F4A00A82429 /* values */, - B3982F8A29239F4A00A82429 /* drawable-xhdpi */, - B3982F8D29239F4A00A82429 /* drawable-xxhdpi */, - B3982F8F29239F4A00A82429 /* xml */, - B3982F9129239F4A00A82429 /* drawable-hdpi */, - B3982F9329239F4A00A82429 /* drawable-ldpi */, - B3982F9529239F4A00A82429 /* drawable-mdpi */, - B3982F9729239F4A00A82429 /* mipmap */, ); - path = res; + name = Products; sourceTree = ""; }; - B3982F8429239F4A00A82429 /* drawable */ = { + B3DDFB512D29E16200A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F8529239F4A00A82429 /* background_dark.xml */, ); - path = drawable; + name = Products; sourceTree = ""; }; - B3982F8629239F4A00A82429 /* values */ = { + B3DDFB532D29E16200A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F8729239F4A00A82429 /* colors.xml */, - B3982F8829239F4A00A82429 /* donottranslate.xml */, - B3982F8929239F4A00A82429 /* styles.xml */, ); - path = values; + name = Products; sourceTree = ""; }; - B3982F8A29239F4A00A82429 /* drawable-xhdpi */ = { + B3DDFB552D29E16200A86972 /* Products */ = { isa = PBXGroup; children = ( - B3982F8B29239F4A00A82429 /* ic_launcher.png */, - B3982F8C29239F4A00A82429 /* ic_banner.png */, ); - path = "drawable-xhdpi"; + name = Products; sourceTree = ""; }; - B3982F8D29239F4A00A82429 /* drawable-xxhdpi */ = { + B3FAE4D52D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982F8E29239F4A00A82429 /* ic_launcher.png */, ); - path = "drawable-xxhdpi"; + name = Products; sourceTree = ""; }; - B3982F8F29239F4A00A82429 /* xml */ = { + B3FAE4D72D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982F9029239F4A00A82429 /* provider_paths.xml */, ); - path = xml; + name = Products; sourceTree = ""; }; - B3982F9129239F4A00A82429 /* drawable-hdpi */ = { + B3FAE4D92D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982F9229239F4A00A82429 /* ic_launcher.png */, ); - path = "drawable-hdpi"; + name = Products; sourceTree = ""; }; - B3982F9329239F4A00A82429 /* drawable-ldpi */ = { + B3FAE4DB2D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982F9429239F4A00A82429 /* ic_launcher.png */, ); - path = "drawable-ldpi"; + name = Products; sourceTree = ""; }; - B3982F9529239F4A00A82429 /* drawable-mdpi */ = { + B3FAE4DD2D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982F9629239F4A00A82429 /* ic_launcher.png */, ); - path = "drawable-mdpi"; + name = Products; sourceTree = ""; }; - B3982F9729239F4A00A82429 /* mipmap */ = { + B3FAE4DF2D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982F9829239F4A00A82429 /* texture_dark.png */, ); - path = mipmap; + name = Products; sourceTree = ""; }; - B3982F9A29239F4A00A82429 /* java */ = { + B3FAE4E12D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982F9B29239F4A00A82429 /* com */, ); - path = java; + name = Products; sourceTree = ""; }; - B3982F9B29239F4A00A82429 /* com */ = { + B3FAE4E32D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982F9C29239F4A00A82429 /* reicast */, ); - path = com; + name = Products; sourceTree = ""; }; - B3982F9C29239F4A00A82429 /* reicast */ = { + B3FAE4E52D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982F9D29239F4A00A82429 /* emulator */, ); - path = reicast; - sourceTree = ""; - }; - B3982F9D29239F4A00A82429 /* emulator */ = { - isa = PBXGroup; - children = ( - B3982F9E29239F4A00A82429 /* BaseGLActivity.java */, - B3982F9F29239F4A00A82429 /* Emulator.java */, - B3982FA029239F4A00A82429 /* emu */, - B3982FA529239F4A00A82429 /* NativeGLActivity.java */, - B3982FA629239F4A00A82429 /* config */, - B3982FA829239F4A00A82429 /* periph */, - B3982FAC29239F4B00A82429 /* FileBrowser.java */, - B3982FAD29239F4B00A82429 /* debug */, - ); - path = emulator; - sourceTree = ""; - }; - B3982FA029239F4A00A82429 /* emu */ = { - isa = PBXGroup; - children = ( - B3982FA129239F4A00A82429 /* VirtualJoystickDelegate.java */, - B3982FA229239F4A00A82429 /* JNIdc.java */, - B3982FA329239F4A00A82429 /* AudioBackend.java */, - B3982FA429239F4A00A82429 /* NativeGLView.java */, - ); - path = emu; - sourceTree = ""; - }; - B3982FA629239F4A00A82429 /* config */ = { - isa = PBXGroup; - children = ( - B3982FA729239F4A00A82429 /* Config.java */, - ); - path = config; - sourceTree = ""; - }; - B3982FA829239F4A00A82429 /* periph */ = { - isa = PBXGroup; - children = ( - B3982FA929239F4A00A82429 /* VJoy.java */, - B3982FAA29239F4B00A82429 /* SipEmulator.java */, - B3982FAB29239F4B00A82429 /* InputDeviceManager.java */, - ); - path = periph; - sourceTree = ""; - }; - B3982FAD29239F4B00A82429 /* debug */ = { - isa = PBXGroup; - children = ( - B3982FAE29239F4B00A82429 /* GenerateLogs.java */, - ); - path = debug; - sourceTree = ""; - }; - B3982FAF29239F4B00A82429 /* jni */ = { - isa = PBXGroup; - children = ( - B3982FB029239F4B00A82429 /* src */, - ); - path = jni; - sourceTree = ""; - }; - B3982FB029239F4B00A82429 /* src */ = { - isa = PBXGroup; - children = ( - B3982FB129239F4B00A82429 /* android_gamepad.h */, - B3982FB229239F4B00A82429 /* Android.cpp */, - ); - path = src; - sourceTree = ""; - }; - B3982FB329239F4B00A82429 /* assets */ = { - isa = PBXGroup; - children = ( - B3982FB429239F4B00A82429 /* buttons.png */, - ); - path = assets; - sourceTree = ""; - }; - B3982FB529239F4B00A82429 /* debug */ = { - isa = PBXGroup; - children = ( - B3982FB629239F4B00A82429 /* res */, - ); - path = debug; - sourceTree = ""; - }; - B3982FB629239F4B00A82429 /* res */ = { - isa = PBXGroup; - children = ( - B3982FB729239F4B00A82429 /* drawable-xhdpi */, - B3982FB929239F4B00A82429 /* drawable-xxhdpi */, - B3982FBB29239F4B00A82429 /* drawable-ldpi */, - B3982FBD29239F4B00A82429 /* drawable-mdpi */, - ); - path = res; - sourceTree = ""; - }; - B3982FB729239F4B00A82429 /* drawable-xhdpi */ = { - isa = PBXGroup; - children = ( - B3982FB829239F4B00A82429 /* ic_launcher.png */, - ); - path = "drawable-xhdpi"; - sourceTree = ""; - }; - B3982FB929239F4B00A82429 /* drawable-xxhdpi */ = { - isa = PBXGroup; - children = ( - B3982FBA29239F4B00A82429 /* ic_launcher.png */, - ); - path = "drawable-xxhdpi"; - sourceTree = ""; - }; - B3982FBB29239F4B00A82429 /* drawable-ldpi */ = { - isa = PBXGroup; - children = ( - B3982FBC29239F4B00A82429 /* ic_launcher.png */, - ); - path = "drawable-ldpi"; - sourceTree = ""; - }; - B3982FBD29239F4B00A82429 /* drawable-mdpi */ = { - isa = PBXGroup; - children = ( - B3982FBE29239F4B00A82429 /* ic_launcher.png */, - ); - path = "drawable-mdpi"; - sourceTree = ""; - }; - B3982FC029239F4B00A82429 /* psd */ = { - isa = PBXGroup; - children = ( - B3982FC129239F4B00A82429 /* dark_texture.psd */, - B3982FC229239F4B00A82429 /* disk_mipmap.psd */, - B3982FC329239F4B00A82429 /* icon_drawable.psd */, - ); - path = psd; - sourceTree = ""; - }; - B3982FC429239F4B00A82429 /* gradle */ = { - isa = PBXGroup; - children = ( - B3982FC529239F4B00A82429 /* wrapper */, - ); - path = gradle; - sourceTree = ""; - }; - B3982FC529239F4B00A82429 /* wrapper */ = { - isa = PBXGroup; - children = ( - B3982FC629239F4B00A82429 /* gradle-wrapper.jar */, - B3982FC729239F4B00A82429 /* gradle-wrapper.properties */, - ); - path = wrapper; - sourceTree = ""; - }; - B3982FCB29239F4B00A82429 /* icons */ = { - isa = PBXGroup; - children = ( - B3982FCC29239F4B00A82429 /* cd.pdn */, - ); - path = icons; - sourceTree = ""; - }; - B3982FD129239F4B00A82429 /* windows */ = { - isa = PBXGroup; - children = ( - B3982FD229239F4B00A82429 /* resource.h */, - B3982FD329239F4B00A82429 /* flycast.ico */, - B3982FD429239F4B00A82429 /* flycast.rc */, - ); - path = windows; - sourceTree = ""; - }; - B3982FD529239F4B00A82429 /* tests */ = { - isa = PBXGroup; - children = ( - B3982FD629239F4B00A82429 /* files */, - B3982FEE29239F4B00A82429 /* src */, - ); - path = tests; - sourceTree = ""; - }; - B3982FD629239F4B00A82429 /* files */ = { - isa = PBXGroup; - children = ( - B3982FD729239F4B00A82429 /* test_gdis */, - ); - path = files; + name = Products; sourceTree = ""; }; - B3982FD729239F4B00A82429 /* test_gdis */ = { + B3FAE4E72D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982FD829239F4B00A82429 /* a */, - B3982FDE29239F4B00A82429 /* c */, - B3982FE429239F4B00A82429 /* d */, - B3982FE929239F4B00A82429 /* b */, ); - path = test_gdis; + name = Products; sourceTree = ""; }; - B3982FD829239F4B00A82429 /* a */ = { + B3FAE4E92D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982FD929239F4B00A82429 /* cs.gdi */, - B3982FDA29239F4B00A82429 /* tracks */, ); - path = a; + name = Products; sourceTree = ""; }; - B3982FDA29239F4B00A82429 /* tracks */ = { + B3FAE4EB2D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982FDB29239F4B00A82429 /* cs02.raw */, - B3982FDC29239F4B00A82429 /* cs03.bin */, - B3982FDD29239F4B00A82429 /* cs01.bin */, ); - path = tracks; + name = Products; sourceTree = ""; }; - B3982FDE29239F4B00A82429 /* c */ = { + B3FAE4ED2D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982FDF29239F4B00A82429 /* cs.gdi */, - B3982FE029239F4B00A82429 /* tracks */, ); - path = c; + name = Products; sourceTree = ""; }; - B3982FE029239F4B00A82429 /* tracks */ = { + B3FAE4EF2D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982FE129239F4B00A82429 /* cs02.raw */, - B3982FE229239F4B00A82429 /* cs03.bin */, - B3982FE329239F4B00A82429 /* cs01.bin */, ); - path = tracks; + name = Products; sourceTree = ""; }; - B3982FE429239F4B00A82429 /* d */ = { + B3FAE4F12D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982FE529239F4B00A82429 /* cs02.raw */, - B3982FE629239F4B00A82429 /* cs.gdi */, - B3982FE729239F4B00A82429 /* cs (0,1).bin */, - B3982FE829239F4B00A82429 /* cs03.bin */, ); - path = d; + name = Products; sourceTree = ""; }; - B3982FE929239F4B00A82429 /* b */ = { + B3FAE4F32D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982FEA29239F4B00A82429 /* cs02.raw */, - B3982FEB29239F4B00A82429 /* cs.gdi */, - B3982FEC29239F4B00A82429 /* cs03.bin */, - B3982FED29239F4B00A82429 /* cs01.bin */, ); - path = b; + name = Products; sourceTree = ""; }; - B3982FEE29239F4B00A82429 /* src */ = { + B3FAE4F52D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982FEF29239F4B00A82429 /* sh4_ops.h */, - B3982FF029239F4B00A82429 /* AicaArmTest.cpp */, - B3982FF129239F4B00A82429 /* test_stubs.cpp */, - B3982FF229239F4B00A82429 /* Sh4InterpreterTest.cpp */, - B3982FF329239F4B00A82429 /* div32_test.cpp */, - B3982FF429239F4B00A82429 /* serialize_test.cpp */, ); - path = src; + name = Products; sourceTree = ""; }; - B3982FF529239F4B00A82429 /* docs */ = { + B3FAE4F72D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B3982FF629239F4B00A82429 /* Naomi_Overview.md */, - B3982FF729239F4B00A82429 /* Dynarec Architecture.md */, - B3982FF829239F4B00A82429 /* microphone support notes.txt */, - B3982FF929239F4B00A82429 /* DreamCast_Specs.md */, - B3982FFA29239F4B00A82429 /* neil_corlett_aica_notes.txt */, - B3982FFB29239F4B00A82429 /* Notable game bugs.md */, ); - path = docs; + name = Products; sourceTree = ""; }; - B3982FFF29239F4B00A82429 /* .github */ = { + B3FAE4F92D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B398300029239F4B00A82429 /* FUNDING.yml */, - B398300129239F4B00A82429 /* workflows */, - B398300529239F4B00A82429 /* ISSUE_TEMPLATE */, ); - path = .github; + name = Products; sourceTree = ""; }; - B398300129239F4B00A82429 /* workflows */ = { + B3FAE4FB2D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B398300229239F4B00A82429 /* switch.yml */, - B398300329239F4B00A82429 /* android.yml */, - B398300429239F4B00A82429 /* c-cpp.yml */, ); - path = workflows; + name = Products; sourceTree = ""; }; - B398300529239F4B00A82429 /* ISSUE_TEMPLATE */ = { + B3FAE4FD2D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B398300629239F4B00A82429 /* feature_request.md */, - B398300729239F4B00A82429 /* bug_report.md */, ); - path = ISSUE_TEMPLATE; + name = Products; sourceTree = ""; }; - B398300929239F4B00A82429 /* gdtool */ = { + B3FAE4FF2D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B398300A29239F4B00A82429 /* gdtool.vcxproj.filters */, - B398300B29239F4B00A82429 /* gdtool.sln */, - B398300C29239F4B00A82429 /* gdtool.vcxproj */, - B398300D29239F4B00A82429 /* gdtool.vcxproj.user */, - B398300E29239F4B00A82429 /* src */, ); - path = gdtool; + name = Products; sourceTree = ""; }; - B398300E29239F4B00A82429 /* src */ = { + B3FAE5012D273CF400505165 /* Products */ = { isa = PBXGroup; children = ( - B398300F29239F4B00A82429 /* cdromfs.h */, - B398301029239F4B00A82429 /* cdromfs.cpp */, - B398301129239F4B00A82429 /* cdromfs_imp.h */, - B398301229239F4B00A82429 /* main.cpp */, ); - path = src; + name = Products; sourceTree = ""; }; - B3C7620620783162009950E4 = { + B3FAE5032D273CF500505165 /* Products */ = { isa = PBXGroup; children = ( - 931C04112A89B17D00759ACB /* flycast_libretro.xcodeproj */, - 934BE792296E6A8800FB9933 /* cmake */, - B3447EBF218BE9DA00557ACE /* BuildFlags.xcconfig */, - B3F9F3A9295F4D7800DF8B8A /* PVFlycastCore+Options.swift */, - B3980D8329239F3600A82429 /* flycast */, - B3C762202078327B009950E4 /* PVFlycastCore */, - B3C7621220783162009950E4 /* PVFlycast */, - B3C7621120783162009950E4 /* Products */, - B3C7621B20783242009950E4 /* Frameworks */, ); + name = Products; sourceTree = ""; }; - B3C7621120783162009950E4 /* Products */ = { + B3FAE5052D273CF500505165 /* Products */ = { isa = PBXGroup; children = ( - B3C7621020783162009950E4 /* PVFlycast.framework */, - B30178D3207C901D0051B93D /* libflycast.a */, - B36AE80B295F034C00CC9D4F /* lib_unused_flycast-libretro.a */, - 934BE7BE296E6BA200FB9933 /* lib_unused_flycast-retroarch-module.dylib */, - 934BE929296EB34500FB9933 /* lib_unused_libminiupnpc-static.a */, ); name = Products; sourceTree = ""; }; - B3C7621220783162009950E4 /* PVFlycast */ = { + B3FAE5072D273CF500505165 /* Products */ = { isa = PBXGroup; children = ( - B316B4E621926FE500693472 /* emu.cfg */, - B3C7622720783510009950E4 /* Core.plist */, - B3C7621320783162009950E4 /* PVFlycast.h */, - B3C7621420783162009950E4 /* Info.plist */, ); - path = PVFlycast; + name = Products; sourceTree = ""; }; - B3C7621B20783242009950E4 /* Frameworks */ = { + B3FAE5092D273CF500505165 /* Products */ = { isa = PBXGroup; children = ( - B3A3CC5A2CCC782D00589F82 /* PVCoreBridgeRetro.framework */, - B35E6BF1207CD2670040709A /* AudioToolbox.framework */, - B35E6BEF207CD2610040709A /* AudioUnit.framework */, - B35E6BF8207D00D00040709A /* AVFoundation.framework */, - B35E6BF4207CD2740040709A /* CoreAudio.framework */, - B35E6BF3207CD2730040709A /* CoreAudioKit.framework */, - B3C7621E2078325C009950E4 /* Foundation.framework */, - B339468820783F41008DBAB4 /* libpthread.tbd */, - B339468A20783F48008DBAB4 /* libz.tbd */, - B3C7621C20783243009950E4 /* OpenGLES.framework */, - B3B104B8218F281B00210C39 /* PVSupport.framework */, ); - name = Frameworks; + name = Products; sourceTree = ""; }; - B3C762202078327B009950E4 /* PVFlycastCore */ = { + B3FAE50B2D273CF500505165 /* Products */ = { isa = PBXGroup; children = ( - 931C04CE2A89EEA900759ACB /* flycast */, - B3447EB5218BCE2000557ACE /* Core */, - B3447EA8218BC51300557ACE /* Audio */, - B3447EA0218B881000557ACE /* PVFlycast.mm */, ); - path = PVFlycastCore; + name = Products; sourceTree = ""; }; /* End PBXGroup section */ -/* Begin PBXNativeTarget section */ - 934BE7A1296E6BA200FB9933 /* _unused_flycast-retroarch-module */ = { - isa = PBXNativeTarget; - buildConfigurationList = 934BE7BA296E6BA200FB9933 /* Build configuration list for PBXNativeTarget "_unused_flycast-retroarch-module" */; - buildPhases = ( - 934BE7A4296E6BA200FB9933 /* Sources */, - 934BE7B7296E6BA200FB9933 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 934BE7C2296E6C0F00FB9933 /* PBXTargetDependency */, +/* Begin PBXHeadersBuildPhase section */ + B38796E72CED663400A86990 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B38796E82CED663E00A86990 /* PVFlycastCore.h in Headers */, + B38797342CED6D3600A86990 /* PVFlycastCore+Saves.h in Headers */, + B38797352CED6D3600A86990 /* PVFlycastCore+Video.h in Headers */, + B38797362CED6D3600A86990 /* PVFlycastCore+Controls.h in Headers */, + B38797332CED6D1600A86990 /* PVFlycastCore+Audio.h in Headers */, + B38797322CED6CB800A86990 /* PVFlycast.h in Headers */, ); - name = "_unused_flycast-retroarch-module"; - productName = "flycast-libretro"; - productReference = 934BE7BE296E6BA200FB9933 /* lib_unused_flycast-retroarch-module.dylib */; - productType = "com.apple.product-type.library.static"; + runOnlyForDeploymentPostprocessing = 0; }; - 934BE7D5296EB34500FB9933 /* _unused_libminiupnpc-static */ = { - isa = PBXNativeTarget; - buildConfigurationList = 934BE925296EB34500FB9933 /* Build configuration list for PBXNativeTarget "_unused_libminiupnpc-static" */; - buildPhases = ( - 934BE7D8296EB34500FB9933 /* Sources */, - ); - buildRules = ( - ); - dependencies = ( + B387F3512D2C513400D541F1 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( ); - name = "_unused_libminiupnpc-static"; - productName = flycast; - productReference = 934BE929296EB34500FB9933 /* lib_unused_libminiupnpc-static.a */; - productType = "com.apple.product-type.library.static"; + runOnlyForDeploymentPostprocessing = 0; }; - B30178D2207C901D0051B93D /* _unused_flycast */ = { +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + B387F3552D2C513400D541F1 /* flycast.libretro */ = { isa = PBXNativeTarget; - buildConfigurationList = B30178D9207C901D0051B93D /* Build configuration list for PBXNativeTarget "_unused_flycast" */; + buildConfigurationList = B387F35B2D2C513500D541F1 /* Build configuration list for PBXNativeTarget "flycast.libretro" */; buildPhases = ( - B30178CF207C901D0051B93D /* Sources */, - B30178D0207C901D0051B93D /* Frameworks */, + B387F3512D2C513400D541F1 /* Headers */, + B387F3522D2C513400D541F1 /* Sources */, + B387F3532D2C513400D541F1 /* Frameworks */, + B387F3542D2C513400D541F1 /* Resources */, ); buildRules = ( ); dependencies = ( - 934BE939296EB57F00FB9933 /* PBXTargetDependency */, - ); - name = _unused_flycast; - productName = flycast; - productReference = B30178D3207C901D0051B93D /* libflycast.a */; - productType = "com.apple.product-type.library.static"; - }; - B36AE80A295F034C00CC9D4F /* _unused_flycast-libretro */ = { - isa = PBXNativeTarget; - buildConfigurationList = B36AE814295F034C00CC9D4F /* Build configuration list for PBXNativeTarget "_unused_flycast-libretro" */; - buildPhases = ( - B36AE807295F034C00CC9D4F /* Sources */, - B36AE808295F034C00CC9D4F /* Frameworks */, ); - buildRules = ( + fileSystemSynchronizedGroups = ( + B387F3572D2C513400D541F1 /* flycast_libretro */, ); - dependencies = ( + name = flycast.libretro; + packageProductDependencies = ( ); - name = "_unused_flycast-libretro"; - productName = "flycast-libretro"; - productReference = B36AE80B295F034C00CC9D4F /* lib_unused_flycast-libretro.a */; - productType = "com.apple.product-type.library.static"; + productName = flycast_libretro; + productReference = B387F3562D2C513400D541F1 /* flycast.libretro.framework */; + productType = "com.apple.product-type.framework"; }; B3C7620F20783162009950E4 /* PVFlycast */ = { isa = PBXNativeTarget; buildConfigurationList = B3C7621820783162009950E4 /* Build configuration list for PBXNativeTarget "PVFlycast" */; buildPhases = ( + B38796E72CED663400A86990 /* Headers */, B3C7620B20783162009950E4 /* Sources */, B3C7620C20783162009950E4 /* Frameworks */, B3C7620E20783162009950E4 /* Resources */, - B3A3CC5D2CCC782D00589F82 /* Embed Frameworks */, ); buildRules = ( ); dependencies = ( - B3A3CDB52CCC87DF00589F82 /* PBXTargetDependency */, - B3A3CDB82CCC882B00589F82 /* PBXTargetDependency */, - B3A3CDBB2CCC883800589F82 /* PBXTargetDependency */, ); name = PVFlycast; packageProductDependencies = ( + B387971F2CED6B1300A86990 /* PVEmulatorCore */, + B38797382CED6E7500A86990 /* PVPlists */, + B387973B2CED6EB100A86990 /* PVLogging */, + B387973E2CED6EEE00A86990 /* PVCoreObjCBridge */, + B38217572CED773100111AEB /* PVCoreBridge */, ); productName = PVFlycast; productReference = B3C7621020783162009950E4 /* PVFlycast.framework */; @@ -22826,12 +5382,8 @@ LastUpgradeCheck = 1300; ORGANIZATIONNAME = "Provenance Emu"; TargetAttributes = { - B30178D2207C901D0051B93D = { - CreatedOnToolsVersion = 9.3; - ProvisioningStyle = Automatic; - }; - B36AE80A295F034C00CC9D4F = { - CreatedOnToolsVersion = 14.2; + B387F3552D2C513400D541F1 = { + CreatedOnToolsVersion = 16.2; }; B3C7620F20783162009950E4 = { CreatedOnToolsVersion = 9.3; @@ -22862,491 +5414,2575 @@ ); mainGroup = B3C7620620783162009950E4; minimizedProjectReferenceProxies = 1; + packageReferences = ( + B387971E2CED6B1300A86990 /* XCLocalSwiftPackageReference "../../PVEmulatorCore" */, + B38797372CED6E7500A86990 /* XCLocalSwiftPackageReference "../../PVPlists" */, + B387973A2CED6EB100A86990 /* XCLocalSwiftPackageReference "../../PVLogging" */, + B387973D2CED6EEE00A86990 /* XCLocalSwiftPackageReference "../../PVCoreObjCBridge" */, + B38217562CED773100111AEB /* XCLocalSwiftPackageReference "../../PVCoreBridge" */, + ); productRefGroup = B3C7621120783162009950E4 /* Products */; projectDirPath = ""; projectReferences = ( { - ProductGroup = 931C04122A89B17D00759ACB /* Products */; - ProjectRef = 931C04112A89B17D00759ACB /* flycast_libretro.xcodeproj */; + ProductGroup = B3C6E0462D00BF840022A1B1 /* Products */; + ProjectRef = B3C6AEAC2D00BF830022A1B1 /* AltKit.xcodeproj */; }, - ); - projectRoot = ""; - targets = ( - B3C7620F20783162009950E4 /* PVFlycast */, - B30178D2207C901D0051B93D /* _unused_flycast */, - B36AE80A295F034C00CC9D4F /* _unused_flycast-libretro */, - 934BE7D5296EB34500FB9933 /* _unused_libminiupnpc-static */, - 934BE7A1296E6BA200FB9933 /* _unused_flycast-retroarch-module */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - B3A3CC402CCC77D100589F82 /* libchdr-static.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libchdr-static.a"; - remoteRef = B3A3CC3F2CCC77D100589F82 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - B3A3CC4C2CCC77D100589F82 /* libminiupnpc.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libminiupnpc.a; - remoteRef = B3A3CC4B2CCC77D100589F82 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - B3A3CC4E2CCC77D100589F82 /* liblzma.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = liblzma.a; - remoteRef = B3A3CC4D2CCC77D100589F82 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - B3A3CC522CCC77D100589F82 /* libxxhash.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libxxhash.a; - remoteRef = B3A3CC512CCC77D100589F82 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - B3A3CC542CCC77D100589F82 /* libzip.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libzip.a; - remoteRef = B3A3CC532CCC77D100589F82 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - B3A3CC562CCC77D100589F82 /* libz.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libz.a; - remoteRef = B3A3CC552CCC77D100589F82 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXResourcesBuildPhase section */ - B3C7620E20783162009950E4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3A3CC702CCC787D00589F82 /* Core.plist in Resources */, - B3A3CC712CCC787D00589F82 /* emu.cfg in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 934BE7A4296E6BA200FB9933 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 934BE7A5296E6BA200FB9933 /* stdstring.c in Sources */, - 934BE7A6296E6BA200FB9933 /* retro_dirent.c in Sources */, - 934BE7A7296E6BA200FB9933 /* file_path.c in Sources */, - 934BE7A8296E6BA200FB9933 /* memalign.c in Sources */, - 934BE7AA296E6BA200FB9933 /* option.cpp in Sources */, - 934BE7AB296E6BA200FB9933 /* vfs_implementation.c in Sources */, - 934BE7AC296E6BA200FB9933 /* glsm.c in Sources */, - 934BE7AD296E6BA200FB9933 /* vmu_xhair.cpp in Sources */, - 934BE7AE296E6BA200FB9933 /* fopen_utf8.c in Sources */, - 934BE7AF296E6BA200FB9933 /* LogManager.cpp in Sources */, - 934BE7B0296E6BA200FB9933 /* compat_strcasestr.c in Sources */, - 934BE7B1296E6BA200FB9933 /* compat_strl.c in Sources */, - 934BE7B2296E6BA200FB9933 /* audiostream.cpp in Sources */, - 934BE7B3296E6BA200FB9933 /* encoding_utf.c in Sources */, - 934BE7B4296E6BA200FB9933 /* oslib.cpp in Sources */, - 934BE7B6296E6BA200FB9933 /* rglgen.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 934BE7D8296EB34500FB9933 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 934BE978296EB75100FB9933 /* receivedata.c in Sources */, - 934BE979296EB75A00FB9933 /* minisoap.c in Sources */, - 934BE97A296EB75F00FB9933 /* addr_is_reserved.c in Sources */, - 934BE97B296EB76400FB9933 /* portlistingparse.c in Sources */, - 934BE97C296EB76A00FB9933 /* connecthostport.c in Sources */, - 934BE977296EB71D00FB9933 /* upnpreplyparse.c in Sources */, - 934BE97E296EB77F00FB9933 /* miniwget.c in Sources */, - 934BE97F296EB78300FB9933 /* upnpdev.c in Sources */, - 934BE980296EB78900FB9933 /* upnpcommands.c in Sources */, - 934BE981296EB78D00FB9933 /* upnperrors.c in Sources */, - 934BE982296EB79000FB9933 /* minixml.c in Sources */, - 934BE983296EB79700FB9933 /* minissdpc.c in Sources */, - 934BE984296EB79D00FB9933 /* miniupnpc.c in Sources */, - 934BE985296EB7A100FB9933 /* igd_desc_parse.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B30178CF207C901D0051B93D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 934BE990296ECF1C00FB9933 /* Lzma2Dec.c in Sources */, - 934BE996296ED64300FB9933 /* common.cpp in Sources */, - 934BE991296ECF1D00FB9933 /* Lzma86Dec.c in Sources */, - 934BE992296ECF1D00FB9933 /* Lzma86Enc.c in Sources */, - 934BE993296ECF1D00FB9933 /* LzmaDec.c in Sources */, - 934BE994296ECF1D00FB9933 /* LzmaEnc.c in Sources */, - 934BE995296ECF1D00FB9933 /* LzmaLib.c in Sources */, - 934BE986296ECE7A00FB9933 /* LzmaEnc.c in Sources */, - 934BE987296ECE7A00FB9933 /* LzFind.c in Sources */, - 934BE988296ECE7A00FB9933 /* Sort.c in Sources */, - 934BE989296ECE7A00FB9933 /* Bra86.c in Sources */, - 934BE98A296ECE7A00FB9933 /* Alloc.c in Sources */, - 934BE98B296ECE7A00FB9933 /* LzmaDec.c in Sources */, - 934BE98C296ECE7A00FB9933 /* BraIA64.c in Sources */, - 934BE98D296ECE7A00FB9933 /* Lzma86Dec.c in Sources */, - 934BE98E296ECE7A00FB9933 /* Delta.c in Sources */, - 934BE98F296ECE7A00FB9933 /* CpuArch.c in Sources */, - B36AE9A6295F1BA000CC9D4F /* zip_source_supports.c in Sources */, - 934BE785296E638800FB9933 /* ta_util.cpp in Sources */, - B36AE98E295F1BA000CC9D4F /* zip_unchange_data.c in Sources */, - B36AEA05295F202700CC9D4F /* libchdr_flac.c in Sources */, - B36AE9AF295F1BA000CC9D4F /* zip_extra_field.c in Sources */, - B36AE822295F040300CC9D4F /* egl.cpp in Sources */, - B36AE873295F051900CC9D4F /* ta_vtx.cpp in Sources */, - B36AE87D295F052400CC9D4F /* m4cartridge.cpp in Sources */, - B36AE9E8295F1BA100CC9D4F /* zip_open.c in Sources */, - B36AE876295F052400CC9D4F /* naomi_flashrom.cpp in Sources */, - B36AE89A295F055A00CC9D4F /* dsp_x64.cpp in Sources */, - B36AE9F1295F1BA100CC9D4F /* zip_name_locate.c in Sources */, - B36AE8BF295F09D000CC9D4F /* Delta.c in Sources */, - B36AE887295F055A00CC9D4F /* dsp_interp.cpp in Sources */, - B36AE9D5295F1BA100CC9D4F /* zip_error_strerror.c in Sources */, - B36AE87F295F052400CC9D4F /* gdcartridge.cpp in Sources */, - B36AE8D4295F0CBB00CC9D4F /* miniupnp.cpp in Sources */, - B36AEA31295F2B8100CC9D4F /* operands-aarch64.cc in Sources */, - B36AE9F5295F1BA100CC9D4F /* zip_get_archive_comment.c in Sources */, - B36AE8BD295F09D000CC9D4F /* CpuArch.c in Sources */, - B36AEA1A295F280200CC9D4F /* pico_md5.c in Sources */, - B36AE9F2295F1BA100CC9D4F /* zip_error_to_str.c in Sources */, - B36AEA1F295F288200CC9D4F /* zip_source_winzip_aes_decode.c in Sources */, - B36AE844295F048500CC9D4F /* rec_arm64.cpp in Sources */, - B36AE9A2295F1BA000CC9D4F /* zip_fopen_encrypted.c in Sources */, - B36AE892295F055A00CC9D4F /* arm7.cpp in Sources */, - B36AE998295F1BA000CC9D4F /* zip_unchange_all.c in Sources */, - B36AE8F9295F15C900CC9D4F /* unwind_info.cpp in Sources */, - B36AE9DB295F1BA100CC9D4F /* zip_memdup.c in Sources */, - B36AE89E295F055A00CC9D4F /* dsp_arm64.cpp in Sources */, - B36AE8F8295F15C100CC9D4F /* context.cpp in Sources */, - B36AE885295F053600CC9D4F /* _vmem.cpp in Sources */, - B36AE9CA295F1BA100CC9D4F /* zip_set_file_comment.c in Sources */, - B36AE8CF295F0C5600CC9D4F /* libchdr_bitstream.c in Sources */, - B36AE899295F055A00CC9D4F /* arm7_rec_arm64.cpp in Sources */, - B36AEA1D295F280200CC9D4F /* pico_device.c in Sources */, - B36AE9CE295F1BA100CC9D4F /* zip_add.c in Sources */, - B36AE889295F055A00CC9D4F /* gdrom_response.cpp in Sources */, - B36AE888295F055A00CC9D4F /* holly_intc.cpp in Sources */, - B36AE84D295F04D800CC9D4F /* common.cpp in Sources */, - B39831DC292413EF00A82429 /* emulator.cpp in Sources */, - B36AE99A295F1BA000CC9D4F /* zip_stat.c in Sources */, - B36AE856295F04EA00CC9D4F /* sh4_core_regs.cpp in Sources */, - B36AE855295F04EA00CC9D4F /* sh4_sched.cpp in Sources */, - B36AE9AB295F1BA000CC9D4F /* zip_unchange.c in Sources */, - B36AE8D3295F0CBB00CC9D4F /* ifaddrs.c in Sources */, - B36AEA03295F1EBE00CC9D4F /* zip_random_unix.c in Sources */, - B36AE9D9295F1BA100CC9D4F /* zip_error_get_sys_type.c in Sources */, - B36AE9C6295F1BA100CC9D4F /* zip_stat_init.c in Sources */, - B36AE8CC295F0BCC00CC9D4F /* posix_vmem.cpp in Sources */, - B34CFF71295F32370014C8AF /* net_handshake.cpp in Sources */, - B36AE9B2295F1BA000CC9D4F /* zip_get_file_comment.c in Sources */, - B36AE9E1295F1BA100CC9D4F /* zip_progress.c in Sources */, - B36AE85E295F04F700CC9D4F /* mmu.cpp in Sources */, - B36AE836295F044200CC9D4F /* gles.cpp in Sources */, - B36AE9AC295F1BA000CC9D4F /* zip_source_call.c in Sources */, - B36AE8B8295F09D000CC9D4F /* 7zCrc.c in Sources */, - B36AE86E295F051900CC9D4F /* ta_ctx.cpp in Sources */, - B36AE9EF295F1BA100CC9D4F /* zip_hash.c in Sources */, - B36AE858295F04EA00CC9D4F /* sh4_opcode_list.cpp in Sources */, - B36AE895295F055A00CC9D4F /* rtl8139c.cpp in Sources */, - B36AEA2E295F2B8000CC9D4F /* instrument-aarch64.cc in Sources */, - B36AE99B295F1BA000CC9D4F /* zip_file_add.c in Sources */, - B36AE9C9295F1BA100CC9D4F /* zip_close.c in Sources */, - B36AE8BC295F09D000CC9D4F /* BraIA64.c in Sources */, - B36AE9AD295F1BA000CC9D4F /* zip_delete.c in Sources */, - B36AE84F295F04D800CC9D4F /* chd.cpp in Sources */, - B36AE8A5295F059700CC9D4F /* ZipArchive.cpp in Sources */, - B36AE9DC295F1BA100CC9D4F /* zip_buffer.c in Sources */, - B36AE9A1295F1BA000CC9D4F /* zip_file_set_comment.c in Sources */, - B36AE9E9295F1BA100CC9D4F /* zip_source_is_deleted.c in Sources */, - B36AE8B5295F09D000CC9D4F /* 7zStream.c in Sources */, - B36AEA13295F27A600CC9D4F /* pico_ethernet.c in Sources */, - B36AE9BF295F1BA000CC9D4F /* zip_get_num_entries.c in Sources */, - B36AE9C8295F1BA100CC9D4F /* zip_replace.c in Sources */, - B36AE991295F1BA000CC9D4F /* zip_add_entry.c in Sources */, - B36AE9F3295F1BA100CC9D4F /* zip_source_accept_empty.c in Sources */, - B36AE852295F04D800CC9D4F /* gdi.cpp in Sources */, - B36AE9E6295F1BA100CC9D4F /* zip_source_file_stdio.c in Sources */, - B36AE9BD295F1BA000CC9D4F /* zip_set_file_compression.c in Sources */, - B36AE861295F04F700CC9D4F /* ccn.cpp in Sources */, - B36AE8BB295F09D000CC9D4F /* 7zBuf.c in Sources */, - B36AE9A3295F1BA000CC9D4F /* zip_source_window.c in Sources */, - B36AE9F7295F1BA100CC9D4F /* zip_file_set_mtime.c in Sources */, - B36AEA0F295F27A500CC9D4F /* pico_socket_tcp.c in Sources */, - B36AE882295F053600CC9D4F /* maple_devs.cpp in Sources */, - B36AE996295F1BA000CC9D4F /* zip_entry.c in Sources */, - B36AE8B1295F09D000CC9D4F /* Sort.c in Sources */, - B36AE90A295F19D400CC9D4F /* cdipsr.cpp in Sources */, - B36AE9F6295F1BA100CC9D4F /* zip_file_strerror.c in Sources */, - B36AE843295F048100CC9D4F /* rec_cpp.cpp in Sources */, - B36AE838295F044200CC9D4F /* postprocess.cpp in Sources */, - B36AE9FD295F1C1500CC9D4F /* zip_err_str.c in Sources */, - B36AE834295F044200CC9D4F /* gltex.cpp in Sources */, - B36AE841295F047400CC9D4F /* reios_elf.cpp in Sources */, - B36AE833295F043700CC9D4F /* norend.cpp in Sources */, - B36AE8D0295F0C5900CC9D4F /* libchdr_huffman.c in Sources */, - B36AE87C295F052400CC9D4F /* naomi.cpp in Sources */, - B36AE883295F053600CC9D4F /* maple_helper.cpp in Sources */, - B36AEA33295F2B8100CC9D4F /* cpu-features-auditor-aarch64.cc in Sources */, - B36AE8F6295F154400CC9D4F /* CustomTexture.cpp in Sources */, - B36AE85B295F04F700CC9D4F /* dmac.cpp in Sources */, - B36AEA01295F1EAE00CC9D4F /* zip_source_file_stdio_named.c in Sources */, - B36AE86D295F051900CC9D4F /* spg.cpp in Sources */, - B36AE9BC295F1BA000CC9D4F /* zip_set_name.c in Sources */, - B36AEA2D295F2B8000CC9D4F /* assembler-aarch64.cc in Sources */, - B36AE8B2295F09D000CC9D4F /* 7zArcIn.c in Sources */, - B36AE88F295F055A00CC9D4F /* sb.cpp in Sources */, - B36AE997295F1BA000CC9D4F /* zip_source_layered.c in Sources */, - B36AE85C295F04F700CC9D4F /* ubc.cpp in Sources */, - B36AEA28295F2B6200CC9D4F /* utils-vixl.cc in Sources */, - B36AE9A9295F1BA000CC9D4F /* zip_fread.c in Sources */, - B36AE9B0295F1BA000CC9D4F /* zip_fdopen.c in Sources */, - B36AE859295F04EA00CC9D4F /* sh4_mem.cpp in Sources */, - B36AE89D295F055A00CC9D4F /* dsp_arm32.cpp in Sources */, - B36AE9D7295F1BA100CC9D4F /* zip_source_get_file_attributes.c in Sources */, - B36AE994295F1BA000CC9D4F /* zip_set_archive_flag.c in Sources */, - B36AE8A9295F095700CC9D4F /* xxhash.c in Sources */, - B36AE8B4295F09D000CC9D4F /* LzFind.c in Sources */, - B36AEA25295F2B5B00CC9D4F /* code-buffer-vixl.cc in Sources */, - B36AE9BE295F1BA000CC9D4F /* zip_source_seek.c in Sources */, - B36AE863295F04F700CC9D4F /* intc.cpp in Sources */, - B36AEA2C295F2B8000CC9D4F /* decoder-aarch64.cc in Sources */, - B36AE8E7295F118D00CC9D4F /* sdl.cpp in Sources */, - B36AEA17295F280200CC9D4F /* pico_frame.c in Sources */, - B36AEA0A295F27A500CC9D4F /* pico_icmp4.c in Sources */, - B36AEA15295F27A600CC9D4F /* pico_udp.c in Sources */, - B36AE880295F052C00CC9D4F /* modem.cpp in Sources */, - B36AE9D2295F1BA100CC9D4F /* zip_source_stat.c in Sources */, - B36AE865295F050000CC9D4F /* sh4_fpu.cpp in Sources */, - B36AE9F4295F1BA100CC9D4F /* zip_pkware.c in Sources */, - B36AE8AF295F09D000CC9D4F /* Bcj2.c in Sources */, - B36AE898295F055A00CC9D4F /* aica_if.cpp in Sources */, - B36AEA14295F27A600CC9D4F /* pico_dhcp_common.c in Sources */, - B36AEA12295F27A600CC9D4F /* pico_dns_common.c in Sources */, - B36AEA29295F2B8000CC9D4F /* disasm-aarch64.cc in Sources */, - B36AEA1C295F280200CC9D4F /* pico_tree.c in Sources */, - B36AE9B5295F1BA000CC9D4F /* zip_source_zip.c in Sources */, - B36AE9D8295F1BA100CC9D4F /* zip_source_seek_write.c in Sources */, - B36AE9A4295F1BA000CC9D4F /* zip_strerror.c in Sources */, - B36AE9ED295F1BA100CC9D4F /* zip_get_name.c in Sources */, - B36AE86C295F050B00CC9D4F /* decoder.cpp in Sources */, - B36AE88E295F055A00CC9D4F /* bba.cpp in Sources */, - B36AE8C1295F09D000CC9D4F /* 7zDec.c in Sources */, - B36AE820295F03C900CC9D4F /* stdclass.cpp in Sources */, - B36AE9A8295F1BA000CC9D4F /* zip_get_encryption_implementation.c in Sources */, - B36AEA19295F280200CC9D4F /* pico_stack.c in Sources */, - B36AE8F4295F153600CC9D4F /* sorter.cpp in Sources */, - B36AEA27295F2B5B00CC9D4F /* cpu-features.cc in Sources */, - B36AE840295F047400CC9D4F /* descrambl.cpp in Sources */, - B36AE99E295F1BA000CC9D4F /* zip_source_rollback_write.c in Sources */, - B34CFF65295F31300014C8AF /* elan.cpp in Sources */, - B36AE8CB295F0BA300CC9D4F /* naomi_network.cpp in Sources */, - B36AE9BA295F1BA000CC9D4F /* zip_source_begin_write_cloning.c in Sources */, - B36AE9FA295F1BE300CC9D4F /* zip_algorithm_bzip2.c in Sources */, - B36AEA0D295F27A500CC9D4F /* pico_ipv4.c in Sources */, - B36AE83F295F047400CC9D4F /* gdrom_hle.cpp in Sources */, - B36AE89F295F055A00CC9D4F /* sgc_if.cpp in Sources */, - B36AE860295F04F700CC9D4F /* tmu.cpp in Sources */, - B36AEA07295F275500CC9D4F /* pico_tcp.c in Sources */, - B36AE8A8295F093C00CC9D4F /* xxhsum.c in Sources */, - B36AE9CB295F1BA100CC9D4F /* zip_source_remove.c in Sources */, - B36AE9AA295F1BA000CC9D4F /* zip_unchange_archive.c in Sources */, - B36AE89C295F055A00CC9D4F /* sb_mem.cpp in Sources */, - B36AEA2F295F2B8100CC9D4F /* cpu-aarch64.cc in Sources */, - B36AEA02295F1EB700CC9D4F /* zip_mkstempm.c in Sources */, - B36AEA00295F1E3C00CC9D4F /* libchdr_chd.c in Sources */, - B36AE9B8295F1BA000CC9D4F /* zip_error.c in Sources */, - B36AE9B1295F1BA000CC9D4F /* zip_fopen_index.c in Sources */, - B36AE9B6295F1BA000CC9D4F /* zip_file_get_offset.c in Sources */, - B36AE8A7295F059700CC9D4F /* 7zArchive.cpp in Sources */, - B36AE8D6295F0CBB00CC9D4F /* dns.cpp in Sources */, - B36AE999295F1BA000CC9D4F /* zip_stat_index.c in Sources */, - B36AE9D1295F1BA100CC9D4F /* zip_dir_add.c in Sources */, - B36AE864295F04F700CC9D4F /* rtc.cpp in Sources */, - B36AEA16295F27CA00CC9D4F /* pico_socket.c in Sources */, - B36AEA2A295F2B8000CC9D4F /* instructions-aarch64.cc in Sources */, - B36AE8B9295F09D000CC9D4F /* Bra86.c in Sources */, - B36AE85D295F04F700CC9D4F /* fastmmu.cpp in Sources */, - B36AEA21295F28B300CC9D4F /* zip_winzip_aes.c in Sources */, - B36AE99D295F1BA000CC9D4F /* zip_rename.c in Sources */, - B36AE8A4295F059700CC9D4F /* rzip.cpp in Sources */, - B36AE9E7295F1BA100CC9D4F /* zip_source_pkware_decode.c in Sources */, - B36AE9D3295F1BA100CC9D4F /* zip_get_archive_flag.c in Sources */, - B36AEA11295F27A600CC9D4F /* pico_dns_client.c in Sources */, - B36AE86B295F050B00CC9D4F /* blockmanager.cpp in Sources */, - B36AE850295F04D800CC9D4F /* cdi.cpp in Sources */, - B36AEA32295F2B8100CC9D4F /* simulator-aarch64.cc in Sources */, - B36AE862295F04F700CC9D4F /* cpg.cpp in Sources */, - B36AE871295F051900CC9D4F /* pvr_sb_regs.cpp in Sources */, - B36AE9E0295F1BA100CC9D4F /* zip_file_get_external_attributes.c in Sources */, - B36AE8F1295F148A00CC9D4F /* elf32.cpp in Sources */, - B34CFF6B295F31ED0014C8AF /* card_reader.cpp in Sources */, - B36AE9F8295F1BA100CC9D4F /* zip_new.c in Sources */, - B36AE893295F055A00CC9D4F /* aica_mem.cpp in Sources */, - B36AE878295F052400CC9D4F /* naomi_m3comm.cpp in Sources */, - B36AE902295F167500CC9D4F /* glsym_es3.c in Sources */, - B36AE84C295F04D800CC9D4F /* cue.cpp in Sources */, - B34CFF70295F32370014C8AF /* output.cpp in Sources */, - B36AE896295F055A00CC9D4F /* flashrom.cpp in Sources */, - B36AE867295F050000CC9D4F /* sh4_opcodes.cpp in Sources */, - B36AEA08295F27A500CC9D4F /* pico_dev_ppp.c in Sources */, - B36AEA26295F2B5B00CC9D4F /* compiler-intrinsics-vixl.cc in Sources */, - B36AE851295F04D800CC9D4F /* ioctl.cpp in Sources */, - B36AE879295F052400CC9D4F /* decrypt.cpp in Sources */, - B36AEA09295F27A500CC9D4F /* pico_dhcp_server.c in Sources */, - B36AE87A295F052400CC9D4F /* naomi_cart.cpp in Sources */, - B36AE88A295F055A00CC9D4F /* aica.cpp in Sources */, - B36AE823295F040300CC9D4F /* gl4funcs.cpp in Sources */, - B36AE881295F053600CC9D4F /* maple_jvs.cpp in Sources */, - B36AE869295F050B00CC9D4F /* ssa.cpp in Sources */, - B36AE81D295F03C900CC9D4F /* nullDC.cpp in Sources */, - B36AE868295F050B00CC9D4F /* driver.cpp in Sources */, - B36AE9B9295F1BA000CC9D4F /* zip_libzip_version.c in Sources */, - B36AE993295F1BA000CC9D4F /* zip_get_num_files.c in Sources */, - B36AE8E9295F118D00CC9D4F /* xgl.cpp in Sources */, - B36AE990295F1BA000CC9D4F /* zip_source_file_common.c in Sources */, - B36AE81C295F03C900CC9D4F /* cheats.cpp in Sources */, - B36AEA0C295F27A500CC9D4F /* pico_fragments.c in Sources */, - B36AE8D2295F0C6100CC9D4F /* libchdr_cdrom.c in Sources */, - B36AE9E5295F1BA100CC9D4F /* zip_add_dir.c in Sources */, - B36AE8B6295F09D000CC9D4F /* Alloc.c in Sources */, - B36AEA0E295F27A500CC9D4F /* pico_socket_udp.c in Sources */, - B36AE9E2295F1BA100CC9D4F /* zip_fclose.c in Sources */, - B36AE845295F048A00CC9D4F /* rec_arm.cpp in Sources */, - B36AE8D5295F0CBB00CC9D4F /* picoppp.cpp in Sources */, - B36AE8A6295F059700CC9D4F /* archive.cpp in Sources */, - B36AE8AC295F09BC00CC9D4F /* 7zFile.c in Sources */, - B36AEA0B295F27A500CC9D4F /* pico_strings.c in Sources */, - B36AE854295F04EA00CC9D4F /* sh4_rom.cpp in Sources */, - B36AE9C0295F1BA100CC9D4F /* zip_source_write.c in Sources */, - B36AE99F295F1BA000CC9D4F /* zip_file_error_get.c in Sources */, - B36AE84E295F04D800CC9D4F /* ImgReader.cpp in Sources */, - B36AE9DD295F1BA100CC9D4F /* zip_discard.c in Sources */, - B36AE9F9295F1BA100CC9D4F /* zip_source_free.c in Sources */, - B36AE884295F053600CC9D4F /* maple_cfg.cpp in Sources */, - B36AE9AE295F1BA000CC9D4F /* zip_fseek.c in Sources */, - B36AE9B7295F1BA000CC9D4F /* zip_source_buffer.c in Sources */, - B36AE9C4295F1BA100CC9D4F /* zip_source_begin_write.c in Sources */, - B36AE9B3295F1BA000CC9D4F /* zip_source_function.c in Sources */, - B36AE9EC295F1BA100CC9D4F /* zip_ftell.c in Sources */, - B36AE886295F053600CC9D4F /* maple_if.cpp in Sources */, - B36AE890295F055A00CC9D4F /* arm7_rec_x64.cpp in Sources */, - B36AE875295F051900CC9D4F /* Renderer_if.cpp in Sources */, - B36AEA30295F2B8100CC9D4F /* logic-aarch64.cc in Sources */, - B36AE8EF295F146A00CC9D4F /* elf.cpp in Sources */, - B36AE872295F051900CC9D4F /* ta.cpp in Sources */, - B36AE857295F04EA00CC9D4F /* sh4_interrupts.cpp in Sources */, - B36AE8F0295F148A00CC9D4F /* elf64.cpp in Sources */, - B36AE98F295F1BA000CC9D4F /* zip_file_replace.c in Sources */, - B36AE9A0295F1BA000CC9D4F /* zip_fopen.c in Sources */, - B36AEA18295F280200CC9D4F /* pico_protocol.c in Sources */, - B34CFF69295F31CB0014C8AF /* md5.cpp in Sources */, - B36AE9DE295F1BA100CC9D4F /* zip_file_set_encryption.c in Sources */, - B36AE9C1295F1BA100CC9D4F /* zip_source_read.c in Sources */, - B36AE821295F040300CC9D4F /* gl_context.cpp in Sources */, - B36AEA10295F27A500CC9D4F /* pico_arp.c in Sources */, - B36AE9DF295F1BA100CC9D4F /* zip_file_set_external_attributes.c in Sources */, - B36AEA20295F289500CC9D4F /* zip_source_winzip_aes_encode.c in Sources */, - B36AE842295F047D00CC9D4F /* rec_x64.cpp in Sources */, - B36AE9EB295F1BA100CC9D4F /* zip_dirent.c in Sources */, - B36AE88B295F055A00CC9D4F /* gdromv3.cpp in Sources */, - B36AE853295F04EA00CC9D4F /* sh4_mmr.cpp in Sources */, - B36AE99C295F1BA000CC9D4F /* zip_source_crc.c in Sources */, - B36AE9E4295F1BA100CC9D4F /* zip_extra_field_api.c in Sources */, - B36AE9DA295F1BA100CC9D4F /* zip_source_pkware_encode.c in Sources */, - B36AE9D0295F1BA100CC9D4F /* zip_io_util.c in Sources */, - B36AEA24295F2AEE00CC9D4F /* macro-assembler-aarch64.cc in Sources */, - B36AE9B4295F1BA000CC9D4F /* zip_file_rename.c in Sources */, - B36AE9A5295F1BA000CC9D4F /* zip_file_error_clear.c in Sources */, - B36AE9C7295F1BA100CC9D4F /* zip_source_tell.c in Sources */, - B34CFF73295F327D0014C8AF /* isofs.cpp in Sources */, - B36AE83E295F047400CC9D4F /* reios.cpp in Sources */, - B36AE9CF295F1BA100CC9D4F /* zip_utf-8.c in Sources */, - B36AEA1B295F280200CC9D4F /* pico_socket_multicast.c in Sources */, - B34CFF6F295F32370014C8AF /* ggpo.cpp in Sources */, - B36AE8F5295F153C00CC9D4F /* osd.cpp in Sources */, - B34CFF64295F30540014C8AF /* pvr.cpp in Sources */, - B36AE866295F050000CC9D4F /* sh4_interpreter.cpp in Sources */, - B36AE9C2295F1BA100CC9D4F /* zip_source_close.c in Sources */, - B36AE8E8295F118D00CC9D4F /* wgl.cpp in Sources */, - B36AE8F3295F152700CC9D4F /* TexCache.cpp in Sources */, - B34CFF82295F330C0014C8AF /* naomi2.cpp in Sources */, - B36AE9BB295F1BA000CC9D4F /* zip_source_zip_new.c in Sources */, - B36AE89B295F055A00CC9D4F /* dsp_x86.cpp in Sources */, - B36AE824295F040300CC9D4F /* libretro.cpp in Sources */, - B36AE9D4295F1BA100CC9D4F /* zip_error_get.c in Sources */, - B36AE88D295F055A00CC9D4F /* arm_mem.cpp in Sources */, - B36AEA22295F28E300CC9D4F /* zip_crypto_commoncrypto.c in Sources */, - B36AE9F0295F1BA100CC9D4F /* zip_error_clear.c in Sources */, - B36AE877295F052400CC9D4F /* m1cartridge.cpp in Sources */, - B36AE9C3295F1BA100CC9D4F /* zip_source_tell_write.c in Sources */, - B36AE8EB295F118D00CC9D4F /* switcher.cpp in Sources */, - B36AE9A7295F1BA000CC9D4F /* zip_set_archive_comment.c in Sources */, - B36AE839295F044200CC9D4F /* gldraw.cpp in Sources */, - B36AE995295F1BA000CC9D4F /* zip_algorithm_deflate.c in Sources */, - B36AE9EA295F1BA100CC9D4F /* zip_file_get_comment.c in Sources */, - B36AE9EE295F1BA100CC9D4F /* zip_fopen_index_encrypted.c in Sources */, - B36AE86A295F050B00CC9D4F /* shil.cpp in Sources */, - B36AE897295F055A00CC9D4F /* dsp.cpp in Sources */, - B36AE891295F055A00CC9D4F /* arm7_rec_arm32.cpp in Sources */, - B36AE8EA295F118D00CC9D4F /* osx.cpp in Sources */, - B36AE85A295F04F700CC9D4F /* serial.cpp in Sources */, - B36AE87E295F052400CC9D4F /* awcartridge.cpp in Sources */, - B36AE8B7295F09D000CC9D4F /* Bra.c in Sources */, - B36AE870295F051900CC9D4F /* pvr_regs.cpp in Sources */, - B36AE9E3295F1BA100CC9D4F /* zip_source_error.c in Sources */, - B36AE8B3295F09D000CC9D4F /* 7zCrcOpt.c in Sources */, - B36AE85F295F04F700CC9D4F /* bsc.cpp in Sources */, - B36AE837295F044200CC9D4F /* quad.cpp in Sources */, - B36AE9CD295F1BA100CC9D4F /* zip_string.c in Sources */, - B36AE908295F177300CC9D4F /* xbrz.cpp in Sources */, - B36AE894295F055A00CC9D4F /* arm7_rec.cpp in Sources */, - B36AE87B295F052400CC9D4F /* naomi_roms.cpp in Sources */, - B36AE992295F1BA000CC9D4F /* zip_source_open.c in Sources */, - B36AE81F295F03C900CC9D4F /* serialize.cpp in Sources */, - B36AEA2B295F2B8000CC9D4F /* pointer-auth-aarch64.cc in Sources */, - B36AE9CC295F1BA100CC9D4F /* zip_source_commit_write.c in Sources */, - B36AE9D6295F1BA100CC9D4F /* zip_set_default_password.c in Sources */, - B34CFF75295F329A0014C8AF /* mem_watch.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + { + ProductGroup = B382602D2CED7A5B00111AEB /* Products */; + ProjectRef = B3822E8A2CED7A5A00111AEB /* AltKit.xcodeproj */; + }, + { + ProductGroup = B31485A02CFFE9F0009FB8B3 /* Products */; + ProjectRef = B31454102CFFE9EF009FB8B3 /* AltKit.xcodeproj */; + }, + { + ProductGroup = B314D3D62CFFEB24009FB8B3 /* Products */; + ProjectRef = B314A2482CFFEB24009FB8B3 /* AltKit.xcodeproj */; + }, + { + ProductGroup = B31423A02CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314F20A2CFFEBD8009FB8B3 /* AltKit.xcodeproj */; + }, + { + ProductGroup = B3032C942D2378510006215A /* Products */; + ProjectRef = B303F4782D2378500006215A /* AltKit.xcodeproj */; + }, + { + ProductGroup = B314016D2D000761009FB8B3 /* Products */; + ProjectRef = B314CFCF2D000760009FB8B3 /* AltKit.xcodeproj */; + }, + { + ProductGroup = B31435EA2CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314046A2CFFE1C0009FB8B3 /* AltKit.xcodeproj */; + }, + { + ProductGroup = B3C62E012D00E1300022A1B1 /* Products */; + ProjectRef = B3C6FC8D2D00E1300022A1B1 /* AltKit.xcodeproj */; + }, + { + ProductGroup = B31473D32CFFF3EC009FB8B3 /* Products */; + ProjectRef = B314423B2CFFF3EB009FB8B3 /* AltKit.xcodeproj */; + }, + { + ProductGroup = B3FAE4E72D273CF400505165 /* Products */; + ProjectRef = B3FAAE252D273CF400505165 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3C62E072D00E1300022A1B1 /* Products */; + ProjectRef = B3C6FE622D00E1300022A1B1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B314360A2CFFE1C1009FB8B3 /* Products */; + ProjectRef = B31405972CFFE1C0009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B31473B52CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31444102CFFF3EB009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B325E8E52D289A4400A4AE4F /* Products */; + ProjectRef = B325B20D2D289A4300A4AE4F /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B31473B92CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31443682CFFF3EB009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B31485A22CFFE9F0009FB8B3 /* Products */; + ProjectRef = B314553D2CFFE9EF009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B387CAEF2D2C6A7400D541F1 /* Products */; + ProjectRef = B38792A52D2C6A7300D541F1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B314239C2CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314F3372CFFEBD8009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B33947A52D28843700AD1F95 /* Products */; + ProjectRef = B33911892D28843600AD1F95 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B387CAE12D2C6A7400D541F1 /* Products */; + ProjectRef = B38791FD2D2C6A7300D541F1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3032C602D2378500006215A /* Products */; + ProjectRef = B303F64E2D2378500006215A /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B38763B32D2C699C00D541F1 /* Products */; + ProjectRef = B3872B7F2D2C699B00D541F1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B31401512D000760009FB8B3 /* Products */; + ProjectRef = B314D1A42D000760009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3878D622D2C6C3800D541F1 /* Products */; + ProjectRef = B38754822D2C6C3700D541F1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B382602B2CED7A5B00111AEB /* Products */; + ProjectRef = B3822FB72CED7A5A00111AEB /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B387D7E42D2BB71C00D541F1 /* Products */; + ProjectRef = B387A1022D2BB71B00D541F1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B31423802CFFEBD8009FB8B3 /* Products */; + ProjectRef = B314F3DF2CFFEBD8009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B314D3E82CFFEB24009FB8B3 /* Products */; + ProjectRef = B314A3752CFFEB24009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B314858A2CFFE9EF009FB8B3 /* Products */; + ProjectRef = B31455E52CFFE9EF009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B377B3862D23776800C6FC18 /* Products */; + ProjectRef = B3777D6C2D23776800C6FC18 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3C6E0322D00BF840022A1B1 /* Products */; + ProjectRef = B3C6B0812D00BF830022A1B1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B314D3C62CFFEB24009FB8B3 /* Products */; + ProjectRef = B314A41D2CFFEB24009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B325E8BF2D289A4300A4AE4F /* Products */; + ProjectRef = B325B2B52D289A4300A4AE4F /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B38763C12D2C699C00D541F1 /* Products */; + ProjectRef = B3872AD72D2C699B00D541F1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B33947A12D28843700AD1F95 /* Products */; + ProjectRef = B33910E12D28843600AD1F95 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B30F14A72D28A6A9005EB516 /* Products */; + ProjectRef = B30FDDE32D28A6A9005EB516 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3DDFB492D29E16200A86972 /* Products */; + ProjectRef = B3DDC46F2D29E16100A86972 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3878D4A2D2C6C3700D541F1 /* Products */; + ProjectRef = B387552A2D2C6C3700D541F1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B382601D2CED7A5B00111AEB /* Products */; + ProjectRef = B382305F2CED7A5A00111AEB /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3AC57BE2D29E3FD008107AC /* Products */; + ProjectRef = B3AC20E42D29E3FB008107AC /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3872F8E2D2C6B3B00D541F1 /* Products */; + ProjectRef = B387F7442D2C6B3B00D541F1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3FAE4DD2D273CF400505165 /* Products */; + ProjectRef = B3FAAECD2D273CF400505165 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3AC57A22D29E3FC008107AC /* Products */; + ProjectRef = B3AC218C2D29E3FB008107AC /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B387D7DE2D2BB71C00D541F1 /* Products */; + ProjectRef = B387A1AA2D2BB71B00D541F1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3032C5A2D2378500006215A /* Products */; + ProjectRef = B303F5A62D2378500006215A /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3872F6C2D2C6B3B00D541F1 /* Products */; + ProjectRef = B387F69C2D2C6B3B00D541F1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B31401532D000760009FB8B3 /* Products */; + ProjectRef = B314D0FC2D000760009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B31435E42CFFE1C0009FB8B3 /* Products */; + ProjectRef = B314063F2CFFE1C0009FB8B3 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3C62E172D00E1310022A1B1 /* Products */; + ProjectRef = B3C6FDBA2D00E1300022A1B1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B30F14B72D28A6AA005EB516 /* Products */; + ProjectRef = B30FDE8B2D28A6A9005EB516 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3C6E04E2D00BF840022A1B1 /* Products */; + ProjectRef = B3C6AFD92D00BF830022A1B1 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B377B3B22D23776900C6FC18 /* Products */; + ProjectRef = B3777CC42D23776800C6FC18 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B3DDFB352D29E16100A86972 /* Products */; + ProjectRef = B3DDC5172D29E16100A86972 /* Breakpad.xcodeproj */; + }, + { + ProductGroup = B31401672D000761009FB8B3 /* Products */; + ProjectRef = B314C72E2D000760009FB8B3 /* chdr.xcodeproj */; + }, + { + ProductGroup = B314859A2CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3144B6F2CFFE9EF009FB8B3 /* chdr.xcodeproj */; + }, + { + ProductGroup = B3C6E04C2D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A60B2D00BF830022A1B1 /* chdr.xcodeproj */; + }, + { + ProductGroup = B31473B72CFFF3EB009FB8B3 /* Products */; + ProjectRef = B314399A2CFFF3EB009FB8B3 /* chdr.xcodeproj */; + }, + { + ProductGroup = B31423862CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E9692CFFEBD8009FB8B3 /* chdr.xcodeproj */; + }, + { + ProductGroup = B3C62E292D00E1310022A1B1 /* Products */; + ProjectRef = B3C6F3EC2D00E1300022A1B1 /* chdr.xcodeproj */; + }, + { + ProductGroup = B38260312CED7A5B00111AEB /* Products */; + ProjectRef = B38225ED2CED7A5A00111AEB /* chdr.xcodeproj */; + }, + { + ProductGroup = B314D3BC2CFFEB24009FB8B3 /* Products */; + ProjectRef = B31499A72CFFEB24009FB8B3 /* chdr.xcodeproj */; + }, + { + ProductGroup = B3032C8E2D2378510006215A /* Products */; + ProjectRef = B303EAD72D2378500006215A /* chdr.xcodeproj */; + }, + { + ProductGroup = B31435F82CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314FBC92CFFE1C0009FB8B3 /* chdr.xcodeproj */; + }, + { + ProductGroup = B377B37C2D23776800C6FC18 /* Products */; + ProjectRef = B3777B1D2D23776800C6FC18 /* chdr.xcodeproj */; + }, + { + ProductGroup = B3032C8C2D2378510006215A /* Products */; + ProjectRef = B303EB642D2378500006215A /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B3DDFB312D29E16100A86972 /* Products */; + ProjectRef = B3DDC3382D29E16100A86972 /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B387D7B22D2BB71B00D541F1 /* Products */; + ProjectRef = B3879FCB2D2BB71B00D541F1 /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B325E8C72D289A4300A4AE4F /* Products */; + ProjectRef = B325B0D62D289A4300A4AE4F /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B38763A92D2C699C00D541F1 /* Products */; + ProjectRef = B38723242D2C699B00D541F1 /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B3AC57B22D29E3FC008107AC /* Products */; + ProjectRef = B3AC1FAD2D29E3FB008107AC /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B3878D582D2C6C3700D541F1 /* Products */; + ProjectRef = B3874CCF2D2C6C3700D541F1 /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B387CAD92D2C6A7300D541F1 /* Products */; + ProjectRef = B3878A4A2D2C6A7300D541F1 /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B377B3802D23776800C6FC18 /* Products */; + ProjectRef = B3777B952D23776800C6FC18 /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B30F14972D28A6A9005EB516 /* Products */; + ProjectRef = B30FDCAC2D28A6A9005EB516 /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B3FAE50B2D273CF500505165 /* Products */; + ProjectRef = B3FAACFA2D273CF400505165 /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B33947C12D28843800AD1F95 /* Products */; + ProjectRef = B3390FAA2D28843600AD1F95 /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B3872F682D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EEE92D2C6B3B00D541F1 /* CheckOBJC.xcodeproj */; + }, + { + ProductGroup = B3AC579A2D29E3FC008107AC /* Products */; + ProjectRef = B3AC1E7D2D29E3FB008107AC /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B31473C52CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31438B52CFFF3EB009FB8B3 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B387CAF72D2C6A7400D541F1 /* Products */; + ProjectRef = B387891F2D2C6A7300D541F1 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B377BD482D23777100C6FC18 /* Products */; + ProjectRef = B377BCC62D23777100C6FC18 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B377B3B02D23776900C6FC18 /* Products */; + ProjectRef = B3777A182D23776800C6FC18 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B30F14952D28A6A9005EB516 /* Products */; + ProjectRef = B30FDB7C2D28A6A9005EB516 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B33947BD2D28843800AD1F95 /* Products */; + ProjectRef = B3390E7A2D28843600AD1F95 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B31423AE2CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E8842CFFEBD8009FB8B3 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B3032C702D2378510006215A /* Products */; + ProjectRef = B303E9C52D2378500006215A /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B3C62E2B2D00E1310022A1B1 /* Products */; + ProjectRef = B3C6F3052D00E1300022A1B1 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B3872F6A2D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EDBE2D2C6B3B00D541F1 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B3DDFB392D29E16100A86972 /* Products */; + ProjectRef = B3DDC2082D29E16100A86972 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B314D3EE2CFFEB24009FB8B3 /* Products */; + ProjectRef = B31498C22CFFEB24009FB8B3 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B31401612D000761009FB8B3 /* Products */; + ProjectRef = B314C6492D000760009FB8B3 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B3C6E0242D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A5242D00BF830022A1B1 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B3032C5C2D2378500006215A /* Products */; + ProjectRef = B303E9182D2378500006215A /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B3FAE4EF2D273CF400505165 /* Products */; + ProjectRef = B3FAABD12D273CF400505165 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B31485AE2CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3144A8A2CFFE9EF009FB8B3 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B387D7C62D2BB71B00D541F1 /* Products */; + ProjectRef = B3879E9B2D2BB71B00D541F1 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B38260212CED7A5B00111AEB /* Products */; + ProjectRef = B38225082CED7A5A00111AEB /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B3878D602D2C6C3800D541F1 /* Products */; + ProjectRef = B3874BA42D2C6C3700D541F1 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B31435E62CFFE1C0009FB8B3 /* Products */; + ProjectRef = B314FAE42CFFE1C0009FB8B3 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B38763A52D2C699C00D541F1 /* Products */; + ProjectRef = B38721F92D2C699B00D541F1 /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B325E8EB2D289A4400A4AE4F /* Products */; + ProjectRef = B325AFA62D289A4300A4AE4F /* CompilerIdC.xcodeproj */; + }, + { + ProductGroup = B38260152CED7A5B00111AEB /* Products */; + ProjectRef = B38225372CED7A5A00111AEB /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B3032C642D2378510006215A /* Products */; + ProjectRef = B303E9F52D2378500006215A /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B31401592D000761009FB8B3 /* Products */; + ProjectRef = B314C6782D000760009FB8B3 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B3872F7E2D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EDEE2D2C6B3B00D541F1 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B387CAD32D2C6A7300D541F1 /* Products */; + ProjectRef = B387894F2D2C6A7300D541F1 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B314D3C82CFFEB24009FB8B3 /* Products */; + ProjectRef = B31498F12CFFEB24009FB8B3 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B31473C32CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31438E42CFFF3EB009FB8B3 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B3C6E0362D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A5532D00BF830022A1B1 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B387D7E82D2BB71C00D541F1 /* Products */; + ProjectRef = B3879ECB2D2BB71B00D541F1 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B377BD442D23777100C6FC18 /* Products */; + ProjectRef = B377BCF22D23777100C6FC18 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B3DDFB232D29E16100A86972 /* Products */; + ProjectRef = B3DDC2382D29E16100A86972 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B3C62E2D2D00E1310022A1B1 /* Products */; + ProjectRef = B3C6F3342D00E1300022A1B1 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B377B3A42D23776900C6FC18 /* Products */; + ProjectRef = B3777A482D23776800C6FC18 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B3032C7C2D2378510006215A /* Products */; + ProjectRef = B303E9442D2378500006215A /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B325E8D92D289A4300A4AE4F /* Products */; + ProjectRef = B325AFD62D289A4300A4AE4F /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B3FAE4ED2D273CF400505165 /* Products */; + ProjectRef = B3FAAC012D273CF400505165 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B38763B12D2C699C00D541F1 /* Products */; + ProjectRef = B38722292D2C699B00D541F1 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B31436082CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314FB132CFFE1C0009FB8B3 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B33947B52D28843700AD1F95 /* Products */; + ProjectRef = B3390EAA2D28843600AD1F95 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B3AC57B62D29E3FC008107AC /* Products */; + ProjectRef = B3AC1EAD2D29E3FB008107AC /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B30F14932D28A6A9005EB516 /* Products */; + ProjectRef = B30FDBAC2D28A6A9005EB516 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B3878D7E2D2C6C3800D541F1 /* Products */; + ProjectRef = B3874BD42D2C6C3700D541F1 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B31485902CFFE9EF009FB8B3 /* Products */; + ProjectRef = B3144AB92CFFE9EF009FB8B3 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B314238E2CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E8B32CFFEBD8009FB8B3 /* CompilerIdCXX.xcodeproj */; + }, + { + ProductGroup = B387CAF32D2C6A7400D541F1 /* Products */; + ProjectRef = B3878A3C2D2C6A7300D541F1 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B33947972D28843600AD1F95 /* Products */; + ProjectRef = B3390EDA2D28843600AD1F95 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B30F14992D28A6A9005EB516 /* Products */; + ProjectRef = B30FDBDC2D28A6A9005EB516 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B30F14C92D28A6AA005EB516 /* Products */; + ProjectRef = B30FDC9E2D28A6A9005EB516 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B377B3A22D23776900C6FC18 /* Products */; + ProjectRef = B3777A782D23776800C6FC18 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3AC57B42D29E3FC008107AC /* Products */; + ProjectRef = B3AC1F9F2D29E3FB008107AC /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B387CAF12D2C6A7400D541F1 /* Products */; + ProjectRef = B387897F2D2C6A7300D541F1 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3872F8C2D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EEDB2D2C6B3B00D541F1 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B387D7E02D2BB71C00D541F1 /* Products */; + ProjectRef = B3879FBD2D2BB71B00D541F1 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3032C8A2D2378510006215A /* Products */; + ProjectRef = B303EA252D2378500006215A /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3FAE4DB2D273CF400505165 /* Products */; + ProjectRef = B3FAACEC2D273CF400505165 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3DDFB272D29E16100A86972 /* Products */; + ProjectRef = B3DDC2682D29E16100A86972 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3032C7E2D2378510006215A /* Products */; + ProjectRef = B303EB562D2378500006215A /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B325E8F12D289A4400A4AE4F /* Products */; + ProjectRef = B325B0062D289A4300A4AE4F /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B33947B12D28843700AD1F95 /* Products */; + ProjectRef = B3390F9C2D28843600AD1F95 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3878D742D2C6C3800D541F1 /* Products */; + ProjectRef = B3874C042D2C6C3700D541F1 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3FAE5012D273CF400505165 /* Products */; + ProjectRef = B3FAAC312D273CF400505165 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3AC57BC2D29E3FD008107AC /* Products */; + ProjectRef = B3AC1EDD2D29E3FB008107AC /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B387D7B82D2BB71B00D541F1 /* Products */; + ProjectRef = B3879EFB2D2BB71B00D541F1 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B377B3782D23776800C6FC18 /* Products */; + ProjectRef = B3777B872D23776800C6FC18 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B38763A12D2C699B00D541F1 /* Products */; + ProjectRef = B38723162D2C699B00D541F1 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3878D5A2D2C6C3700D541F1 /* Products */; + ProjectRef = B3874CC12D2C6C3700D541F1 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B325E8CF2D289A4300A4AE4F /* Products */; + ProjectRef = B325B0C82D289A4300A4AE4F /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B38763AB2D2C699C00D541F1 /* Products */; + ProjectRef = B38722592D2C699B00D541F1 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3872F902D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EE1E2D2C6B3B00D541F1 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B3DDFB432D29E16100A86972 /* Products */; + ProjectRef = B3DDC32A2D29E16100A86972 /* CompilerIdOBJC.xcodeproj */; + }, + { + ProductGroup = B377BD462D23777100C6FC18 /* Products */; + ProjectRef = B377BD382D23777100C6FC18 /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B314859E2CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3144B032CFFE9EF009FB8B3 /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B31473E12CFFF3EC009FB8B3 /* Products */; + ProjectRef = B314392E2CFFF3EB009FB8B3 /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B31401752D000761009FB8B3 /* Products */; + ProjectRef = B314C6C22D000760009FB8B3 /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B3C6E0262D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A59D2D00BF830022A1B1 /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B3C62E272D00E1310022A1B1 /* Products */; + ProjectRef = B3C6F37E2D00E1300022A1B1 /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B314D3DC2CFFEB24009FB8B3 /* Products */; + ProjectRef = B314993B2CFFEB24009FB8B3 /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B3032C622D2378510006215A /* Products */; + ProjectRef = B303E98A2D2378500006215A /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B31435E02CFFE1C0009FB8B3 /* Products */; + ProjectRef = B314FB5D2CFFE1C0009FB8B3 /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B382600D2CED7A5B00111AEB /* Products */; + ProjectRef = B38225812CED7A5A00111AEB /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B31423942CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E8FD2CFFEBD8009FB8B3 /* CompilerIdSwift.xcodeproj */; + }, + { + ProductGroup = B3C62E152D00E1300022A1B1 /* Products */; + ProjectRef = B3C601392D00E1300022A1B1 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B377B3942D23776900C6FC18 /* Products */; + ProjectRef = B37780432D23776800C6FC18 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B314238C2CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314F6B62CFFEBD8009FB8B3 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B314D3E02CFFEB24009FB8B3 /* Products */; + ProjectRef = B314A6F42CFFEB24009FB8B3 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B3C6E0402D00BF840022A1B1 /* Products */; + ProjectRef = B3C6B3582D00BF830022A1B1 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B325E8DD2D289A4300A4AE4F /* Products */; + ProjectRef = B325B58C2D289A4300A4AE4F /* crash_report.xcodeproj */; + }, + { + ProductGroup = B30F14B92D28A6AA005EB516 /* Products */; + ProjectRef = B30FE1622D28A6A9005EB516 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B3FAE4F92D273CF400505165 /* Products */; + ProjectRef = B3FAB1A42D273CF400505165 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B387CAD52D2C6A7300D541F1 /* Products */; + ProjectRef = B387957C2D2C6A7300D541F1 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B3878D822D2C6C3800D541F1 /* Products */; + ProjectRef = B38758012D2C6C3700D541F1 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B3872F642D2C6B3B00D541F1 /* Products */; + ProjectRef = B387FA1B2D2C6B3B00D541F1 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B382600B2CED7A5B00111AEB /* Products */; + ProjectRef = B38233362CED7A5A00111AEB /* crash_report.xcodeproj */; + }, + { + ProductGroup = B31401712D000761009FB8B3 /* Products */; + ProjectRef = B314D47B2D000760009FB8B3 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B3DDFB552D29E16200A86972 /* Products */; + ProjectRef = B3DDC7EE2D29E16100A86972 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B31473B32CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31446E72CFFF3EB009FB8B3 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B38763C72D2C699C00D541F1 /* Products */; + ProjectRef = B3872E562D2C699B00D541F1 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B3032C822D2378510006215A /* Products */; + ProjectRef = B303F9252D2378500006215A /* crash_report.xcodeproj */; + }, + { + ProductGroup = B3AC57A62D29E3FC008107AC /* Products */; + ProjectRef = B3AC24632D29E3FB008107AC /* crash_report.xcodeproj */; + }, + { + ProductGroup = B387D7D22D2BB71C00D541F1 /* Products */; + ProjectRef = B387A4812D2BB71B00D541F1 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B33947AB2D28843700AD1F95 /* Products */; + ProjectRef = B33914602D28843600AD1F95 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B31435FE2CFFE1C1009FB8B3 /* Products */; + ProjectRef = B31409162CFFE1C0009FB8B3 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B31485B22CFFE9F0009FB8B3 /* Products */; + ProjectRef = B31458BC2CFFE9EF009FB8B3 /* crash_report.xcodeproj */; + }, + { + ProductGroup = B3C62E1F2D00E1310022A1B1 /* Products */; + ProjectRef = B3C6285A2D00E1300022A1B1 /* Demos.xcodeproj */; + }, + { + ProductGroup = B31473BD2CFFF3EB009FB8B3 /* Products */; + ProjectRef = B3146E082CFFF3EB009FB8B3 /* Demos.xcodeproj */; + }, + { + ProductGroup = B314D3D42CFFEB24009FB8B3 /* Products */; + ProjectRef = B314CE152CFFEB24009FB8B3 /* Demos.xcodeproj */; + }, + { + ProductGroup = B38763BD2D2C699C00D541F1 /* Products */; + ProjectRef = B3875BFC2D2C699B00D541F1 /* Demos.xcodeproj */; + }, + { + ProductGroup = B3878D6A2D2C6C3800D541F1 /* Products */; + ProjectRef = B38785A72D2C6C3700D541F1 /* Demos.xcodeproj */; + }, + { + ProductGroup = B31401432D000760009FB8B3 /* Products */; + ProjectRef = B314FB9C2D000760009FB8B3 /* Demos.xcodeproj */; + }, + { + ProductGroup = B377B39C2D23776900C6FC18 /* Products */; + ProjectRef = B377AC092D23776800C6FC18 /* Demos.xcodeproj */; + }, + { + ProductGroup = B382601B2CED7A5B00111AEB /* Products */; + ProjectRef = B3825A572CED7A5A00111AEB /* Demos.xcodeproj */; + }, + { + ProductGroup = B3872F662D2C6B3B00D541F1 /* Products */; + ProjectRef = B38727C12D2C6B3B00D541F1 /* Demos.xcodeproj */; + }, + { + ProductGroup = B325E8E12D289A4400A4AE4F /* Products */; + ProjectRef = B325E1522D289A4300A4AE4F /* Demos.xcodeproj */; + }, + { + ProductGroup = B3DDFB512D29E16200A86972 /* Products */; + ProjectRef = B3DDF3B42D29E16100A86972 /* Demos.xcodeproj */; + }, + { + ProductGroup = B33947B92D28843700AD1F95 /* Products */; + ProjectRef = B33940262D28843600AD1F95 /* Demos.xcodeproj */; + }, + { + ProductGroup = B31435F02CFFE1C1009FB8B3 /* Products */; + ProjectRef = B31430372CFFE1C0009FB8B3 /* Demos.xcodeproj */; + }, + { + ProductGroup = B3AC57AA2D29E3FC008107AC /* Products */; + ProjectRef = B3AC50292D29E3FB008107AC /* Demos.xcodeproj */; + }, + { + ProductGroup = B3FAE4DF2D273CF400505165 /* Products */; + ProjectRef = B3FADD6A2D273CF400505165 /* Demos.xcodeproj */; + }, + { + ProductGroup = B31485922CFFE9EF009FB8B3 /* Products */; + ProjectRef = B3147FDD2CFFE9EF009FB8B3 /* Demos.xcodeproj */; + }, + { + ProductGroup = B3C6E03E2D00BF840022A1B1 /* Products */; + ProjectRef = B3C6DA792D00BF840022A1B1 /* Demos.xcodeproj */; + }, + { + ProductGroup = B31423A62CFFEBD9009FB8B3 /* Products */; + ProjectRef = B3141DD72CFFEBD8009FB8B3 /* Demos.xcodeproj */; + }, + { + ProductGroup = B3032C662D2378510006215A /* Products */; + ProjectRef = B30324EB2D2378500006215A /* Demos.xcodeproj */; + }, + { + ProductGroup = B30F149B2D28A6A9005EB516 /* Products */; + ProjectRef = B30F0D282D28A6A9005EB516 /* Demos.xcodeproj */; + }, + { + ProductGroup = B387D7C22D2BB71B00D541F1 /* Products */; + ProjectRef = B387D0472D2BB71B00D541F1 /* Demos.xcodeproj */; + }, + { + ProductGroup = B387CADD2D2C6A7300D541F1 /* Products */; + ProjectRef = B387C3222D2C6A7300D541F1 /* Demos.xcodeproj */; + }, + { + ProductGroup = B387D7B62D2BB71B00D541F1 /* Products */; + ProjectRef = B387A4852D2BB71B00D541F1 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B3FAE4D72D273CF400505165 /* Products */; + ProjectRef = B3FAB1A82D273CF400505165 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B31423982CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314F6BA2CFFEBD8009FB8B3 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B31436022CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314091A2CFFE1C0009FB8B3 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B339479D2D28843600AD1F95 /* Products */; + ProjectRef = B33914642D28843600AD1F95 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B3DDFB252D29E16100A86972 /* Products */; + ProjectRef = B3DDC7F22D29E16100A86972 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B38763CF2D2C699C00D541F1 /* Products */; + ProjectRef = B3872E5A2D2C699B00D541F1 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B30F14BD2D28A6AA005EB516 /* Products */; + ProjectRef = B30FE1662D28A6A9005EB516 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B38260192CED7A5B00111AEB /* Products */; + ProjectRef = B382333A2CED7A5A00111AEB /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B31485AA2CFFE9F0009FB8B3 /* Products */; + ProjectRef = B31458C02CFFE9EF009FB8B3 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B31473CB2CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31446EB2CFFF3EB009FB8B3 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B31401492D000760009FB8B3 /* Products */; + ProjectRef = B314D47F2D000760009FB8B3 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B377B3742D23776800C6FC18 /* Products */; + ProjectRef = B37780472D23776800C6FC18 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B3878D762D2C6C3800D541F1 /* Products */; + ProjectRef = B38758052D2C6C3700D541F1 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B3AC57B82D29E3FD008107AC /* Products */; + ProjectRef = B3AC24672D29E3FB008107AC /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B3C62E312D00E1310022A1B1 /* Products */; + ProjectRef = B3C6013D2D00E1300022A1B1 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B314D3D02CFFEB24009FB8B3 /* Products */; + ProjectRef = B314A6F82CFFEB24009FB8B3 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B325E8C12D289A4300A4AE4F /* Products */; + ProjectRef = B325B5902D289A4300A4AE4F /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B3C6E0302D00BF840022A1B1 /* Products */; + ProjectRef = B3C6B35C2D00BF830022A1B1 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B387CADB2D2C6A7300D541F1 /* Products */; + ProjectRef = B38795802D2C6A7300D541F1 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B3872F8A2D2C6B3B00D541F1 /* Products */; + ProjectRef = B387FA1F2D2C6B3B00D541F1 /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B3032C9E2D2378510006215A /* Products */; + ProjectRef = B303F9292D2378500006215A /* dump_syms.xcodeproj */; + }, + { + ProductGroup = B38763AD2D2C699C00D541F1 /* Products */; + ProjectRef = B38723F02D2C699B00D541F1 /* flycast.xcodeproj */; + }, + { + ProductGroup = B3DDFB4F2D29E16200A86972 /* Products */; + ProjectRef = B3DDC4102D29E16100A86972 /* flycast.xcodeproj */; + }, + { + ProductGroup = B314858C2CFFE9EF009FB8B3 /* Products */; + ProjectRef = B31454DF2CFFE9EF009FB8B3 /* flycast.xcodeproj */; + }, + { + ProductGroup = B314237E2CFFEBD8009FB8B3 /* Products */; + ProjectRef = B314F2D92CFFEBD8009FB8B3 /* flycast.xcodeproj */; + }, + { + ProductGroup = B31435DE2CFFE1C0009FB8B3 /* Products */; + ProjectRef = B31405392CFFE1C0009FB8B3 /* flycast.xcodeproj */; + }, + { + ProductGroup = B3872F6E2D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EFB52D2C6B3B00D541F1 /* flycast.xcodeproj */; + }, + { + ProductGroup = B3C6E02A2D00BF840022A1B1 /* Products */; + ProjectRef = B3C6AF7B2D00BF830022A1B1 /* flycast.xcodeproj */; + }, + { + ProductGroup = B3878D802D2C6C3800D541F1 /* Products */; + ProjectRef = B3874D9B2D2C6C3700D541F1 /* flycast.xcodeproj */; + }, + { + ProductGroup = B38260172CED7A5B00111AEB /* Products */; + ProjectRef = B3822F592CED7A5A00111AEB /* flycast.xcodeproj */; + }, + { + ProductGroup = B3AC579E2D29E3FC008107AC /* Products */; + ProjectRef = B3AC20852D29E3FB008107AC /* flycast.xcodeproj */; + }, + { + ProductGroup = B325E8D72D289A4300A4AE4F /* Products */; + ProjectRef = B325B1AE2D289A4300A4AE4F /* flycast.xcodeproj */; + }, + { + ProductGroup = B314D3CE2CFFEB24009FB8B3 /* Products */; + ProjectRef = B314A3172CFFEB24009FB8B3 /* flycast.xcodeproj */; + }, + { + ProductGroup = B3FAE4F52D273CF400505165 /* Products */; + ProjectRef = B3FAADC62D273CF400505165 /* flycast.xcodeproj */; + }, + { + ProductGroup = B377B37E2D23776800C6FC18 /* Products */; + ProjectRef = B3777C652D23776800C6FC18 /* flycast.xcodeproj */; + }, + { + ProductGroup = B314015F2D000761009FB8B3 /* Products */; + ProjectRef = B314D09E2D000760009FB8B3 /* flycast.xcodeproj */; + }, + { + ProductGroup = B30F14A52D28A6A9005EB516 /* Products */; + ProjectRef = B30FDD842D28A6A9005EB516 /* flycast.xcodeproj */; + }, + { + ProductGroup = B3032C902D2378510006215A /* Products */; + ProjectRef = B303F5472D2378500006215A /* flycast.xcodeproj */; + }, + { + ProductGroup = B3C62E192D00E1310022A1B1 /* Products */; + ProjectRef = B3C6FD5C2D00E1300022A1B1 /* flycast.xcodeproj */; + }, + { + ProductGroup = B33947A92D28843700AD1F95 /* Products */; + ProjectRef = B33910822D28843600AD1F95 /* flycast.xcodeproj */; + }, + { + ProductGroup = B31473BB2CFFF3EB009FB8B3 /* Products */; + ProjectRef = B314430A2CFFF3EB009FB8B3 /* flycast.xcodeproj */; + }, + { + ProductGroup = B387CAF52D2C6A7400D541F1 /* Products */; + ProjectRef = B3878B162D2C6A7300D541F1 /* flycast.xcodeproj */; + }, + { + ProductGroup = B387D7C02D2BB71B00D541F1 /* Products */; + ProjectRef = B387A0A32D2BB71B00D541F1 /* flycast.xcodeproj */; + }, + { + ProductGroup = B325E8D12D289A4300A4AE4F /* Products */; + ProjectRef = B325B1AF2D289A4300A4AE4F /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B38763B52D2C699C00D541F1 /* Products */; + ProjectRef = B38723F12D2C699B00D541F1 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B3FAE5092D273CF500505165 /* Products */; + ProjectRef = B3FAADC72D273CF400505165 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B33947B72D28843700AD1F95 /* Products */; + ProjectRef = B33910832D28843600AD1F95 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B3878D522D2C6C3700D541F1 /* Products */; + ProjectRef = B3874D9C2D2C6C3700D541F1 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B3DDFB412D29E16100A86972 /* Products */; + ProjectRef = B3DDC4112D29E16100A86972 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B3032C562D2378500006215A /* Products */; + ProjectRef = B303F5482D2378500006215A /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B387CAE52D2C6A7400D541F1 /* Products */; + ProjectRef = B3878B172D2C6A7300D541F1 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B3872F842D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EFB62D2C6B3B00D541F1 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B30F14A92D28A6A9005EB516 /* Products */; + ProjectRef = B30FDD852D28A6A9005EB516 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B3AC57C62D29E3FD008107AC /* Products */; + ProjectRef = B3AC20862D29E3FB008107AC /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B387D7CA2D2BB71C00D541F1 /* Products */; + ProjectRef = B387A0A42D2BB71B00D541F1 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B377B38C2D23776800C6FC18 /* Products */; + ProjectRef = B3777C662D23776800C6FC18 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B314D84A2CFFEB67009FB8B3 /* Products */; + ProjectRef = B314D8492CFFEB67009FB8B3 /* flycast_libretro.xcodeproj */; + }, + { + ProductGroup = B3032C962D2378510006215A /* Products */; + ProjectRef = B303EA692D2378500006215A /* glm.xcodeproj */; + }, + { + ProductGroup = B31485962CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3144B322CFFE9EF009FB8B3 /* glm.xcodeproj */; + }, + { + ProductGroup = B31436102CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314FB8C2CFFE1C0009FB8B3 /* glm.xcodeproj */; + }, + { + ProductGroup = B3C62E1D2D00E1310022A1B1 /* Products */; + ProjectRef = B3C6F3AD2D00E1300022A1B1 /* glm.xcodeproj */; + }, + { + ProductGroup = B314D3E42CFFEB24009FB8B3 /* Products */; + ProjectRef = B314996A2CFFEB24009FB8B3 /* glm.xcodeproj */; + }, + { + ProductGroup = B31401552D000760009FB8B3 /* Products */; + ProjectRef = B314C6F12D000760009FB8B3 /* glm.xcodeproj */; + }, + { + ProductGroup = B38260072CED7A5B00111AEB /* Products */; + ProjectRef = B38225B02CED7A5A00111AEB /* glm.xcodeproj */; + }, + { + ProductGroup = B377B3AE2D23776900C6FC18 /* Products */; + ProjectRef = B3777ABB2D23776800C6FC18 /* glm.xcodeproj */; + }, + { + ProductGroup = B3C6E03C2D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A5CC2D00BF830022A1B1 /* glm.xcodeproj */; + }, + { + ProductGroup = B314239A2CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E92C2CFFEBD8009FB8B3 /* glm.xcodeproj */; + }, + { + ProductGroup = B31473D72CFFF3EC009FB8B3 /* Products */; + ProjectRef = B314395D2CFFF3EB009FB8B3 /* glm.xcodeproj */; + }, + { + ProductGroup = B387CAD72D2C6A7300D541F1 /* Products */; + ProjectRef = B38789D32D2C6A7300D541F1 /* glslang.xcodeproj */; + }, + { + ProductGroup = B325E8D52D289A4300A4AE4F /* Products */; + ProjectRef = B325B05A2D289A4300A4AE4F /* glslang.xcodeproj */; + }, + { + ProductGroup = B3AC579C2D29E3FC008107AC /* Products */; + ProjectRef = B3AC1F312D29E3FB008107AC /* glslang.xcodeproj */; + }, + { + ProductGroup = B377B3AC2D23776900C6FC18 /* Products */; + ProjectRef = B3777AE82D23776800C6FC18 /* glslang.xcodeproj */; + }, + { + ProductGroup = B3032C922D2378510006215A /* Products */; + ProjectRef = B303EA962D2378500006215A /* glslang.xcodeproj */; + }, + { + ProductGroup = B3878D7C2D2C6C3800D541F1 /* Products */; + ProjectRef = B3874C582D2C6C3700D541F1 /* glslang.xcodeproj */; + }, + { + ProductGroup = B387D7B42D2BB71B00D541F1 /* Products */; + ProjectRef = B3879F4F2D2BB71B00D541F1 /* glslang.xcodeproj */; + }, + { + ProductGroup = B3DDFB3D2D29E16100A86972 /* Products */; + ProjectRef = B3DDC2BC2D29E16100A86972 /* glslang.xcodeproj */; + }, + { + ProductGroup = B33947932D28843600AD1F95 /* Products */; + ProjectRef = B3390F2E2D28843600AD1F95 /* glslang.xcodeproj */; + }, + { + ProductGroup = B38763D52D2C699C00D541F1 /* Products */; + ProjectRef = B38722AD2D2C699B00D541F1 /* glslang.xcodeproj */; + }, + { + ProductGroup = B3872F922D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EE722D2C6B3B00D541F1 /* glslang.xcodeproj */; + }, + { + ProductGroup = B3FAE4D92D273CF400505165 /* Products */; + ProjectRef = B3FAAC852D273CF400505165 /* glslang.xcodeproj */; + }, + { + ProductGroup = B30F14BB2D28A6AA005EB516 /* Products */; + ProjectRef = B30FDC302D28A6A9005EB516 /* glslang.xcodeproj */; + }, + { + ProductGroup = B3825FFF2CED7A5B00111AEB /* Products */; + ProjectRef = B3824B2E2CED7A5A00111AEB /* gtest.xcodeproj */; + }, + { + ProductGroup = B387F71C2D2C63B100D541F1 /* Products */; + ProjectRef = B387F6E52D2C63B100D541F1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B387CAC72D2C6A7300D541F1 /* Products */; + ProjectRef = B38799112D2C6A7300D541F1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B33947C72D28843800AD1F95 /* Products */; + ProjectRef = B33917F52D28843600AD1F95 /* gtest.xcodeproj */; + }, + { + ProductGroup = B31435F22CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314210E2CFFE1C0009FB8B3 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3FAE5052D273CF500505165 /* Products */; + ProjectRef = B3FACE412D273CF400505165 /* gtest.xcodeproj */; + }, + { + ProductGroup = B314D3DE2CFFEB24009FB8B3 /* Products */; + ProjectRef = B314BEEC2CFFEB24009FB8B3 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3032C6E2D2378510006215A /* Products */; + ProjectRef = B30315C22D2378500006215A /* gtest.xcodeproj */; + }, + { + ProductGroup = B38763A72D2C699C00D541F1 /* Products */; + ProjectRef = B38731EB2D2C699B00D541F1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B33947BF2D28843800AD1F95 /* Products */; + ProjectRef = B33930FD2D28843600AD1F95 /* gtest.xcodeproj */; + }, + { + ProductGroup = B377B3BC2D23776900C6FC18 /* Products */; + ProjectRef = B37783D82D23776800C6FC18 /* gtest.xcodeproj */; + }, + { + ProductGroup = B387D7DA2D2BB71C00D541F1 /* Products */; + ProjectRef = B387C11E2D2BB71B00D541F1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3872F702D2C6B3B00D541F1 /* Products */; + ProjectRef = B387184A2D2C6B3B00D541F1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3872F782D2C6B3B00D541F1 /* Products */; + ProjectRef = B387FDB02D2C6B3B00D541F1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B325E8E32D289A4400A4AE4F /* Products */; + ProjectRef = B325B9212D289A4300A4AE4F /* gtest.xcodeproj */; + }, + { + ProductGroup = B314015D2D000761009FB8B3 /* Products */; + ProjectRef = B314EC732D000760009FB8B3 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3032CA62D2378520006215A /* Products */; + ProjectRef = B303FCBA2D2378500006215A /* gtest.xcodeproj */; + }, + { + ProductGroup = B387CAE92D2C6A7400D541F1 /* Products */; + ProjectRef = B387B3AB2D2C6A7300D541F1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3FAE4EB2D273CF400505165 /* Products */; + ProjectRef = B3FAB5392D273CF400505165 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3AC57942D29E3FB008107AC /* Products */; + ProjectRef = B3AC41002D29E3FB008107AC /* gtest.xcodeproj */; + }, + { + ProductGroup = B314858E2CFFE9EF009FB8B3 /* Products */; + ProjectRef = B31470B42CFFE9EF009FB8B3 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3DDFB2B2D29E16100A86972 /* Products */; + ProjectRef = B3DDCB832D29E16100A86972 /* gtest.xcodeproj */; + }, + { + ProductGroup = B377B3982D23776900C6FC18 /* Products */; + ProjectRef = B3779CE02D23776800C6FC18 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3AC57A82D29E3FC008107AC /* Products */; + ProjectRef = B3AC27F82D29E3FB008107AC /* gtest.xcodeproj */; + }, + { + ProductGroup = B3C6E0482D00BF840022A1B1 /* Products */; + ProjectRef = B3C6CB502D00BF840022A1B1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B38763AF2D2C699C00D541F1 /* Products */; + ProjectRef = B3874C852D2C699B00D541F1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B31423AA2CFFEBD9009FB8B3 /* Products */; + ProjectRef = B3140EAE2CFFEBD8009FB8B3 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3878D5E2D2C6C3700D541F1 /* Products */; + ProjectRef = B38776302D2C6C3700D541F1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B325E8C32D289A4300A4AE4F /* Products */; + ProjectRef = B325D2292D289A4300A4AE4F /* gtest.xcodeproj */; + }, + { + ProductGroup = B3878D662D2C6C3800D541F1 /* Products */; + ProjectRef = B3875B962D2C6C3700D541F1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B30F14A12D28A6A9005EB516 /* Products */; + ProjectRef = B30FE4F72D28A6A9005EB516 /* gtest.xcodeproj */; + }, + { + ProductGroup = B31473DF2CFFF3EC009FB8B3 /* Products */; + ProjectRef = B3145EDF2CFFF3EB009FB8B3 /* gtest.xcodeproj */; + }, + { + ProductGroup = B30F149D2D28A6A9005EB516 /* Products */; + ProjectRef = B30FFDFF2D28A6A9005EB516 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3C62E212D00E1310022A1B1 /* Products */; + ProjectRef = B3C619312D00E1300022A1B1 /* gtest.xcodeproj */; + }, + { + ProductGroup = B3DDFB1F2D29E16100A86972 /* Products */; + ProjectRef = B3DDE48B2D29E16100A86972 /* gtest.xcodeproj */; + }, + { + ProductGroup = B31401632D000761009FB8B3 /* Products */; + ProjectRef = B314C73B2D000760009FB8B3 /* libelf.xcodeproj */; + }, + { + ProductGroup = B31485A62CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3144B7C2CFFE9EF009FB8B3 /* libelf.xcodeproj */; + }, + { + ProductGroup = B3C62E032D00E1300022A1B1 /* Products */; + ProjectRef = B3C6F3F92D00E1300022A1B1 /* libelf.xcodeproj */; + }, + { + ProductGroup = B31435FC2CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314FBD62CFFE1C0009FB8B3 /* libelf.xcodeproj */; + }, + { + ProductGroup = B38260092CED7A5B00111AEB /* Products */; + ProjectRef = B38225FA2CED7A5A00111AEB /* libelf.xcodeproj */; + }, + { + ProductGroup = B314D3CA2CFFEB24009FB8B3 /* Products */; + ProjectRef = B31499B42CFFEB24009FB8B3 /* libelf.xcodeproj */; + }, + { + ProductGroup = B314239E2CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E9762CFFEBD8009FB8B3 /* libelf.xcodeproj */; + }, + { + ProductGroup = B31473CD2CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31439A72CFFF3EB009FB8B3 /* libelf.xcodeproj */; + }, + { + ProductGroup = B377B3B42D23776900C6FC18 /* Products */; + ProjectRef = B3777B292D23776800C6FC18 /* libelf.xcodeproj */; + }, + { + ProductGroup = B3032C982D2378510006215A /* Products */; + ProjectRef = B303EAE72D2378500006215A /* libelf.xcodeproj */; + }, + { + ProductGroup = B3C6E03A2D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A6182D00BF830022A1B1 /* libelf.xcodeproj */; + }, + { + ProductGroup = B314D3EA2CFFEB24009FB8B3 /* Products */; + ProjectRef = B314BAB52CFFEB24009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B31485B62CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3144B952CFFE9EF009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B3C6E0382D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A6312D00BF830022A1B1 /* libzip.xcodeproj */; + }, + { + ProductGroup = B3C62E132D00E1300022A1B1 /* Products */; + ProjectRef = B3C6F4122D00E1300022A1B1 /* libzip.xcodeproj */; + }, + { + ProductGroup = B325E8D32D289A4300A4AE4F /* Products */; + ProjectRef = B325CDF22D289A4300A4AE4F /* libzip.xcodeproj */; + }, + { + ProductGroup = B377B3A02D23776900C6FC18 /* Products */; + ProjectRef = B3777B3C2D23776800C6FC18 /* libzip.xcodeproj */; + }, + { + ProductGroup = B31473C92CFFF3EB009FB8B3 /* Products */; + ProjectRef = B3145AA82CFFF3EB009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B314014D2D000760009FB8B3 /* Products */; + ProjectRef = B314E83C2D000760009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B3C62E252D00E1310022A1B1 /* Products */; + ProjectRef = B3C614FA2D00E1300022A1B1 /* libzip.xcodeproj */; + }, + { + ProductGroup = B38260012CED7A5B00111AEB /* Products */; + ProjectRef = B38246F72CED7A5A00111AEB /* libzip.xcodeproj */; + }, + { + ProductGroup = B377B3A82D23776900C6FC18 /* Products */; + ProjectRef = B37798A92D23776800C6FC18 /* libzip.xcodeproj */; + }, + { + ProductGroup = B30F14B32D28A6AA005EB516 /* Products */; + ProjectRef = B30FF9C82D28A6A9005EB516 /* libzip.xcodeproj */; + }, + { + ProductGroup = B3032C742D2378510006215A /* Products */; + ProjectRef = B303118B2D2378500006215A /* libzip.xcodeproj */; + }, + { + ProductGroup = B31435EC2CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314FBEF2CFFE1C0009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B3032CA22D2378510006215A /* Products */; + ProjectRef = B303EB032D2378500006215A /* libzip.xcodeproj */; + }, + { + ProductGroup = B31485942CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3146C7D2CFFE9EF009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B3FAE4F72D273CF400505165 /* Products */; + ProjectRef = B3FACA0A2D273CF400505165 /* libzip.xcodeproj */; + }, + { + ProductGroup = B3AC57AE2D29E3FC008107AC /* Products */; + ProjectRef = B3AC3CC92D29E3FB008107AC /* libzip.xcodeproj */; + }, + { + ProductGroup = B3C6E0222D00BF840022A1B1 /* Products */; + ProjectRef = B3C6C7192D00BF840022A1B1 /* libzip.xcodeproj */; + }, + { + ProductGroup = B314D3C42CFFEB24009FB8B3 /* Products */; + ProjectRef = B31499CD2CFFEB24009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B3DDFB4B2D29E16200A86972 /* Products */; + ProjectRef = B3DDE0542D29E16100A86972 /* libzip.xcodeproj */; + }, + { + ProductGroup = B339479F2D28843600AD1F95 /* Products */; + ProjectRef = B3392CC62D28843600AD1F95 /* libzip.xcodeproj */; + }, + { + ProductGroup = B31435E82CFFE1C0009FB8B3 /* Products */; + ProjectRef = B3141CD72CFFE1C0009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B31473C12CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31439C02CFFF3EB009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B31401732D000761009FB8B3 /* Products */; + ProjectRef = B314C7542D000760009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B314238A2CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E98F2CFFEBD8009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B38260132CED7A5B00111AEB /* Products */; + ProjectRef = B38226132CED7A5A00111AEB /* libzip.xcodeproj */; + }, + { + ProductGroup = B31423902CFFEBD9009FB8B3 /* Products */; + ProjectRef = B3140A772CFFEBD8009FB8B3 /* libzip.xcodeproj */; + }, + { + ProductGroup = B31436042CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314FBB62CFFE1C0009FB8B3 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B3C6E02C2D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A5F62D00BF830022A1B1 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B377B3A62D23776900C6FC18 /* Products */; + ProjectRef = B3777B0C2D23776800C6FC18 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B31473B12CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31439872CFFF3EB009FB8B3 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B314D3BE2CFFEB24009FB8B3 /* Products */; + ProjectRef = B31499942CFFEB24009FB8B3 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B314859C2CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3144B5C2CFFE9EF009FB8B3 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B3032CA02D2378510006215A /* Products */; + ProjectRef = B303EAC22D2378500006215A /* libzstd.xcodeproj */; + }, + { + ProductGroup = B3C62E0D2D00E1300022A1B1 /* Products */; + ProjectRef = B3C6F3D72D00E1300022A1B1 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B38763A32D2C699C00D541F1 /* Products */; + ProjectRef = B38722C02D2C699B00D541F1 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B31401452D000760009FB8B3 /* Products */; + ProjectRef = B314C71B2D000760009FB8B3 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B3878D782D2C6C3800D541F1 /* Products */; + ProjectRef = B3874C6B2D2C6C3700D541F1 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B3872F7C2D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EE852D2C6B3B00D541F1 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B38260112CED7A5B00111AEB /* Products */; + ProjectRef = B38225DA2CED7A5A00111AEB /* libzstd.xcodeproj */; + }, + { + ProductGroup = B387CAE32D2C6A7400D541F1 /* Products */; + ProjectRef = B38789E62D2C6A7300D541F1 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B31423B02CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E9562CFFEBD8009FB8B3 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B387EFCB2D2C4B2F00D541F1 /* Products */; + ProjectRef = B387EFCA2D2C4B2F00D541F1 /* libzstd.xcodeproj */; + }, + { + ProductGroup = B3C6E0442D00BF840022A1B1 /* Products */; + ProjectRef = B3C6B03F2D00BF830022A1B1 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B3032C582D2378500006215A /* Products */; + ProjectRef = B303F60C2D2378500006215A /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B31435FA2CFFE1C1009FB8B3 /* Products */; + ProjectRef = B31405FD2CFFE1C0009FB8B3 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B314D3D22CFFEB24009FB8B3 /* Products */; + ProjectRef = B314A3DB2CFFEB24009FB8B3 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B31423AC2CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314F39D2CFFEBD8009FB8B3 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B3872F7A2D2C6B3B00D541F1 /* Products */; + ProjectRef = B387F7022D2C6B3B00D541F1 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B31485842CFFE9EF009FB8B3 /* Products */; + ProjectRef = B31455A32CFFE9EF009FB8B3 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B3878D6E2D2C6C3800D541F1 /* Products */; + ProjectRef = B38754E82D2C6C3700D541F1 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B38763C52D2C699C00D541F1 /* Products */; + ProjectRef = B3872B3D2D2C699B00D541F1 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B314015B2D000761009FB8B3 /* Products */; + ProjectRef = B314D1622D000760009FB8B3 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B387CAC52D2C6A7300D541F1 /* Products */; + ProjectRef = B38792632D2C6A7300D541F1 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B325E8CD2D289A4300A4AE4F /* Products */; + ProjectRef = B325B2732D289A4300A4AE4F /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B33947C32D28843800AD1F95 /* Products */; + ProjectRef = B33911472D28843600AD1F95 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B3FAE5032D273CF500505165 /* Products */; + ProjectRef = B3FAAE8B2D273CF400505165 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B3C62E1B2D00E1310022A1B1 /* Products */; + ProjectRef = B3C6FE202D00E1300022A1B1 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B31473BF2CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31443CE2CFFF3EB009FB8B3 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B3AC57B02D29E3FC008107AC /* Products */; + ProjectRef = B3AC214A2D29E3FB008107AC /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B38260252CED7A5B00111AEB /* Products */; + ProjectRef = B382301D2CED7A5A00111AEB /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B30F14C52D28A6AA005EB516 /* Products */; + ProjectRef = B30FDE492D28A6A9005EB516 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B3DDFB3B2D29E16100A86972 /* Products */; + ProjectRef = B3DDC4D52D29E16100A86972 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B387D7D62D2BB71C00D541F1 /* Products */; + ProjectRef = B387A1682D2BB71B00D541F1 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B377B39E2D23776900C6FC18 /* Products */; + ProjectRef = B3777D2A2D23776800C6FC18 /* minidump_test.xcodeproj */; + }, + { + ProductGroup = B38260232CED7A5B00111AEB /* Products */; + ProjectRef = B38226232CED7A5A00111AEB /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B3032C682D2378510006215A /* Products */; + ProjectRef = B303EB162D2378500006215A /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B31436062CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314FBFF2CFFE1C0009FB8B3 /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B377B38A2D23776800C6FC18 /* Products */; + ProjectRef = B3777B4B2D23776800C6FC18 /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B3C6E0202D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A6412D00BF830022A1B1 /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B31473CF2CFFF3EB009FB8B3 /* Products */; + ProjectRef = B31439D02CFFF3EB009FB8B3 /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B31401652D000761009FB8B3 /* Products */; + ProjectRef = B314C7642D000760009FB8B3 /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B31485982CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3144BA52CFFE9EF009FB8B3 /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B314D3EC2CFFEB24009FB8B3 /* Products */; + ProjectRef = B31499DD2CFFEB24009FB8B3 /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B31423A22CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E99F2CFFEBD8009FB8B3 /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B3C62E332D00E1310022A1B1 /* Products */; + ProjectRef = B3C6F4222D00E1300022A1B1 /* miniupnpc.xcodeproj */; + }, + { + ProductGroup = B38260032CED7A5B00111AEB /* Products */; + ProjectRef = B38226302CED7A5A00111AEB /* nowide.xcodeproj */; + }, + { + ProductGroup = B31423A82CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E9AC2CFFEBD8009FB8B3 /* nowide.xcodeproj */; + }, + { + ProductGroup = B31473D92CFFF3EC009FB8B3 /* Products */; + ProjectRef = B31439DD2CFFF3EB009FB8B3 /* nowide.xcodeproj */; + }, + { + ProductGroup = B31435F42CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314FC0C2CFFE1C0009FB8B3 /* nowide.xcodeproj */; + }, + { + ProductGroup = B3C6E0502D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A64E2D00BF830022A1B1 /* nowide.xcodeproj */; + }, + { + ProductGroup = B3032C782D2378510006215A /* Products */; + ProjectRef = B303EB262D2378500006215A /* nowide.xcodeproj */; + }, + { + ProductGroup = B31485882CFFE9EF009FB8B3 /* Products */; + ProjectRef = B3144BB22CFFE9EF009FB8B3 /* nowide.xcodeproj */; + }, + { + ProductGroup = B314014F2D000760009FB8B3 /* Products */; + ProjectRef = B314C7712D000760009FB8B3 /* nowide.xcodeproj */; + }, + { + ProductGroup = B314D3E22CFFEB24009FB8B3 /* Products */; + ProjectRef = B31499EA2CFFEB24009FB8B3 /* nowide.xcodeproj */; + }, + { + ProductGroup = B3C62E0B2D00E1300022A1B1 /* Products */; + ProjectRef = B3C6F42F2D00E1300022A1B1 /* nowide.xcodeproj */; + }, + { + ProductGroup = B377B3822D23776800C6FC18 /* Products */; + ProjectRef = B3777B572D23776800C6FC18 /* nowide.xcodeproj */; + }, + { + ProductGroup = B3AC57A02D29E3FC008107AC /* Products */; + ProjectRef = B3AC50072D29E3FB008107AC /* SDL.xcodeproj */; + }, + { + ProductGroup = B30F14A32D28A6A9005EB516 /* Products */; + ProjectRef = B30F0D062D28A6A9005EB516 /* SDL.xcodeproj */; + }, + { + ProductGroup = B3878D4C2D2C6C3700D541F1 /* Products */; + ProjectRef = B38785852D2C6C3700D541F1 /* SDL.xcodeproj */; + }, + { + ProductGroup = B31485B42CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3147FBB2CFFE9EF009FB8B3 /* SDL.xcodeproj */; + }, + { + ProductGroup = B3C62E092D00E1300022A1B1 /* Products */; + ProjectRef = B3C628382D00E1300022A1B1 /* SDL.xcodeproj */; + }, + { + ProductGroup = B387D7BE2D2BB71B00D541F1 /* Products */; + ProjectRef = B387D0252D2BB71B00D541F1 /* SDL.xcodeproj */; + }, + { + ProductGroup = B314D3D82CFFEB24009FB8B3 /* Products */; + ProjectRef = B314CDF32CFFEB24009FB8B3 /* SDL.xcodeproj */; + }, + { + ProductGroup = B31436002CFFE1C1009FB8B3 /* Products */; + ProjectRef = B31430152CFFE1C0009FB8B3 /* SDL.xcodeproj */; + }, + { + ProductGroup = B377B3762D23776800C6FC18 /* Products */; + ProjectRef = B377ABE72D23776800C6FC18 /* SDL.xcodeproj */; + }, + { + ProductGroup = B31473AF2CFFF3EB009FB8B3 /* Products */; + ProjectRef = B3146DE62CFFF3EB009FB8B3 /* SDL.xcodeproj */; + }, + { + ProductGroup = B33947912D28843600AD1F95 /* Products */; + ProjectRef = B33940042D28843600AD1F95 /* SDL.xcodeproj */; + }, + { + ProductGroup = B38260052CED7A5B00111AEB /* Products */; + ProjectRef = B3825A352CED7A5A00111AEB /* SDL.xcodeproj */; + }, + { + ProductGroup = B3FAE4F12D273CF400505165 /* Products */; + ProjectRef = B3FADD482D273CF400505165 /* SDL.xcodeproj */; + }, + { + ProductGroup = B387CAE72D2C6A7400D541F1 /* Products */; + ProjectRef = B387C3002D2C6A7300D541F1 /* SDL.xcodeproj */; + }, + { + ProductGroup = B3872F982D2C6B3B00D541F1 /* Products */; + ProjectRef = B387279F2D2C6B3B00D541F1 /* SDL.xcodeproj */; + }, + { + ProductGroup = B38763B92D2C699C00D541F1 /* Products */; + ProjectRef = B3875BDA2D2C699B00D541F1 /* SDL.xcodeproj */; + }, + { + ProductGroup = B3DDFB2F2D29E16100A86972 /* Products */; + ProjectRef = B3DDF3922D29E16100A86972 /* SDL.xcodeproj */; + }, + { + ProductGroup = B3032C882D2378510006215A /* Products */; + ProjectRef = B30324C92D2378500006215A /* SDL.xcodeproj */; + }, + { + ProductGroup = B3C6E0342D00BF840022A1B1 /* Products */; + ProjectRef = B3C6DA572D00BF840022A1B1 /* SDL.xcodeproj */; + }, + { + ProductGroup = B314014B2D000760009FB8B3 /* Products */; + ProjectRef = B314FB7A2D000760009FB8B3 /* SDL.xcodeproj */; + }, + { + ProductGroup = B31423922CFFEBD9009FB8B3 /* Products */; + ProjectRef = B3141DB52CFFEBD8009FB8B3 /* SDL.xcodeproj */; + }, + { + ProductGroup = B325E8E72D289A4400A4AE4F /* Products */; + ProjectRef = B325E1302D289A4300A4AE4F /* SDL.xcodeproj */; + }, + { + ProductGroup = B33947BB2D28843800AD1F95 /* Products */; + ProjectRef = B33910152D28843600AD1F95 /* SDL2.xcodeproj */; + }, + { + ProductGroup = B3FAE4E92D273CF400505165 /* Products */; + ProjectRef = B3FAAD652D273CF400505165 /* SDL2.xcodeproj */; + }, + { + ProductGroup = B38763D32D2C699C00D541F1 /* Products */; + ProjectRef = B387238F2D2C699B00D541F1 /* SDL2.xcodeproj */; + }, + { + ProductGroup = B3872F9A2D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EF542D2C6B3B00D541F1 /* SDL2.xcodeproj */; + }, + { + ProductGroup = B387CACF2D2C6A7300D541F1 /* Products */; + ProjectRef = B3878AB52D2C6A7300D541F1 /* SDL2.xcodeproj */; + }, + { + ProductGroup = B387D7BA2D2BB71B00D541F1 /* Products */; + ProjectRef = B387A0362D2BB71B00D541F1 /* SDL2.xcodeproj */; + }, + { + ProductGroup = B3DDFB2D2D29E16100A86972 /* Products */; + ProjectRef = B3DDC3A32D29E16100A86972 /* SDL2.xcodeproj */; + }, + { + ProductGroup = B30F14AF2D28A6AA005EB516 /* Products */; + ProjectRef = B30FDD172D28A6A9005EB516 /* SDL2.xcodeproj */; + }, + { + ProductGroup = B3032C9A2D2378510006215A /* Products */; + ProjectRef = B303EBCF2D2378500006215A /* SDL2.xcodeproj */; + }, + { + ProductGroup = B3878D542D2C6C3700D541F1 /* Products */; + ProjectRef = B3874D3A2D2C6C3700D541F1 /* SDL2.xcodeproj */; + }, + { + ProductGroup = B377B3882D23776800C6FC18 /* Products */; + ProjectRef = B3777C002D23776800C6FC18 /* SDL2.xcodeproj */; + }, + { + ProductGroup = B325E8BD2D289A4300A4AE4F /* Products */; + ProjectRef = B325B1412D289A4300A4AE4F /* SDL2.xcodeproj */; + }, + { + ProductGroup = B3AC57982D29E3FC008107AC /* Products */; + ProjectRef = B3AC20182D29E3FB008107AC /* SDL2.xcodeproj */; + }, + { + ProductGroup = B31473DD2CFFF3EC009FB8B3 /* Products */; + ProjectRef = B3146DE92CFFF3EB009FB8B3 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B33947C52D28843800AD1F95 /* Products */; + ProjectRef = B33940072D28843600AD1F95 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B3878D6C2D2C6C3800D541F1 /* Products */; + ProjectRef = B38785882D2C6C3700D541F1 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B30F14B52D28A6AA005EB516 /* Products */; + ProjectRef = B30F0D092D28A6A9005EB516 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B387CAFD2D2C6A7400D541F1 /* Products */; + ProjectRef = B387C3032D2C6A7300D541F1 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B3AC57C42D29E3FD008107AC /* Products */; + ProjectRef = B3AC500A2D29E3FB008107AC /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B382602F2CED7A5B00111AEB /* Products */; + ProjectRef = B3825A382CED7A5A00111AEB /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B314360C2CFFE1C1009FB8B3 /* Products */; + ProjectRef = B31430182CFFE1C0009FB8B3 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B3FAE4E12D273CF400505165 /* Products */; + ProjectRef = B3FADD4B2D273CF400505165 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B325E8F32D289A4400A4AE4F /* Products */; + ProjectRef = B325E1332D289A4300A4AE4F /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B387D7CC2D2BB71C00D541F1 /* Products */; + ProjectRef = B387D0282D2BB71B00D541F1 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B314016B2D000761009FB8B3 /* Products */; + ProjectRef = B314FB7D2D000760009FB8B3 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B3DDFB472D29E16200A86972 /* Products */; + ProjectRef = B3DDF3952D29E16100A86972 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B3872F9C2D2C6B3B00D541F1 /* Products */; + ProjectRef = B38727A22D2C6B3B00D541F1 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B377B3AA2D23776900C6FC18 /* Products */; + ProjectRef = B377ABEA2D23776800C6FC18 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B3C6E02E2D00BF840022A1B1 /* Products */; + ProjectRef = B3C6DA5A2D00BF840022A1B1 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B31485B02CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3147FBE2CFFE9EF009FB8B3 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B38763BF2D2C699C00D541F1 /* Products */; + ProjectRef = B3875BDD2D2C699B00D541F1 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B3C62E232D00E1310022A1B1 /* Products */; + ProjectRef = B3C6283B2D00E1300022A1B1 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B314D3DA2CFFEB24009FB8B3 /* Products */; + ProjectRef = B314CDF62CFFEB24009FB8B3 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B31423842CFFEBD8009FB8B3 /* Products */; + ProjectRef = B3141DB82CFFEBD8009FB8B3 /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B3032C6A2D2378510006215A /* Products */; + ProjectRef = B30324CC2D2378500006215A /* SDLTest.xcodeproj */; + }, + { + ProductGroup = B31401692D000761009FB8B3 /* Products */; + ProjectRef = B314D4842D000760009FB8B3 /* symupload.xcodeproj */; + }, + { + ProductGroup = B33947992D28843600AD1F95 /* Products */; + ProjectRef = B33914692D28843600AD1F95 /* symupload.xcodeproj */; + }, + { + ProductGroup = B3AC57962D29E3FB008107AC /* Products */; + ProjectRef = B3AC246C2D29E3FB008107AC /* symupload.xcodeproj */; + }, + { + ProductGroup = B3C6E0422D00BF840022A1B1 /* Products */; + ProjectRef = B3C6B3612D00BF830022A1B1 /* symupload.xcodeproj */; + }, + { + ProductGroup = B38260292CED7A5B00111AEB /* Products */; + ProjectRef = B382333F2CED7A5A00111AEB /* symupload.xcodeproj */; + }, + { + ProductGroup = B387CADF2D2C6A7300D541F1 /* Products */; + ProjectRef = B38795852D2C6A7300D541F1 /* symupload.xcodeproj */; + }, + { + ProductGroup = B377B37A2D23776800C6FC18 /* Products */; + ProjectRef = B377804C2D23776800C6FC18 /* symupload.xcodeproj */; + }, + { + ProductGroup = B31423962CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314F6BF2CFFEBD8009FB8B3 /* symupload.xcodeproj */; + }, + { + ProductGroup = B38763C92D2C699C00D541F1 /* Products */; + ProjectRef = B3872E5F2D2C699B00D541F1 /* symupload.xcodeproj */; + }, + { + ProductGroup = B3032C802D2378510006215A /* Products */; + ProjectRef = B303F92E2D2378500006215A /* symupload.xcodeproj */; + }, + { + ProductGroup = B3872F942D2C6B3B00D541F1 /* Products */; + ProjectRef = B387FA242D2C6B3B00D541F1 /* symupload.xcodeproj */; + }, + { + ProductGroup = B31485AC2CFFE9F0009FB8B3 /* Products */; + ProjectRef = B31458C52CFFE9EF009FB8B3 /* symupload.xcodeproj */; + }, + { + ProductGroup = B30F14C32D28A6AA005EB516 /* Products */; + ProjectRef = B30FE16B2D28A6A9005EB516 /* symupload.xcodeproj */; + }, + { + ProductGroup = B387D7E22D2BB71C00D541F1 /* Products */; + ProjectRef = B387A48A2D2BB71B00D541F1 /* symupload.xcodeproj */; + }, + { + ProductGroup = B3DDFB332D29E16100A86972 /* Products */; + ProjectRef = B3DDC7F72D29E16100A86972 /* symupload.xcodeproj */; + }, + { + ProductGroup = B3878D5C2D2C6C3700D541F1 /* Products */; + ProjectRef = B387580A2D2C6C3700D541F1 /* symupload.xcodeproj */; + }, + { + ProductGroup = B325E8C92D289A4300A4AE4F /* Products */; + ProjectRef = B325B5952D289A4300A4AE4F /* symupload.xcodeproj */; + }, + { + ProductGroup = B31435E22CFFE1C0009FB8B3 /* Products */; + ProjectRef = B314091F2CFFE1C0009FB8B3 /* symupload.xcodeproj */; + }, + { + ProductGroup = B3C62E2F2D00E1310022A1B1 /* Products */; + ProjectRef = B3C601422D00E1300022A1B1 /* symupload.xcodeproj */; + }, + { + ProductGroup = B3FAE5072D273CF500505165 /* Products */; + ProjectRef = B3FAB1AD2D273CF400505165 /* symupload.xcodeproj */; + }, + { + ProductGroup = B31473D12CFFF3EC009FB8B3 /* Products */; + ProjectRef = B31446F02CFFF3EB009FB8B3 /* symupload.xcodeproj */; + }, + { + ProductGroup = B314D3E62CFFEB24009FB8B3 /* Products */; + ProjectRef = B314A6FD2CFFEB24009FB8B3 /* symupload.xcodeproj */; + }, + { + ProductGroup = B3AC57C02D29E3FD008107AC /* Products */; + ProjectRef = B3AC20482D29E3FB008107AC /* Syphon.xcodeproj */; + }, + { + ProductGroup = B377B39A2D23776900C6FC18 /* Products */; + ProjectRef = B377ADA72D23776800C6FC18 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B38763D12D2C699C00D541F1 /* Products */; + ProjectRef = B38723BF2D2C699B00D541F1 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3878D7A2D2C6C3800D541F1 /* Products */; + ProjectRef = B38787452D2C6C3700D541F1 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B30F14AB2D28A6A9005EB516 /* Products */; + ProjectRef = B30FDD472D28A6A9005EB516 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B30F14B12D28A6AA005EB516 /* Products */; + ProjectRef = B30F0EC62D28A6A9005EB516 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B38763CB2D2C699C00D541F1 /* Products */; + ProjectRef = B3875D9A2D2C699B00D541F1 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B325E8DB2D289A4300A4AE4F /* Products */; + ProjectRef = B325B1712D289A4300A4AE4F /* Syphon.xcodeproj */; + }, + { + ProductGroup = B33947A32D28843700AD1F95 /* Products */; + ProjectRef = B33910452D28843600AD1F95 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3FAE4FD2D273CF400505165 /* Products */; + ProjectRef = B3FAAD952D273CF400505165 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B377B3842D23776800C6FC18 /* Products */; + ProjectRef = B3777C302D23776800C6FC18 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B387CACB2D2C6A7300D541F1 /* Products */; + ProjectRef = B3878AE52D2C6A7300D541F1 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3032C862D2378510006215A /* Products */; + ProjectRef = B30326892D2378500006215A /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3FAE4D52D273CF400505165 /* Products */; + ProjectRef = B3FADF082D273CF400505165 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B387CAFB2D2C6A7400D541F1 /* Products */; + ProjectRef = B387C4C02D2C6A7300D541F1 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B325E8CB2D289A4300A4AE4F /* Products */; + ProjectRef = B325E2F02D289A4300A4AE4F /* Syphon.xcodeproj */; + }, + { + ProductGroup = B33947952D28843600AD1F95 /* Products */; + ProjectRef = B33941C42D28843600AD1F95 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3872F762D2C6B3B00D541F1 /* Products */; + ProjectRef = B387295F2D2C6B3B00D541F1 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B387FA402D2C63B200D541F1 /* Products */; + ProjectRef = B387F9F42D2C63B200D541F1 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3DDFB4D2D29E16200A86972 /* Products */; + ProjectRef = B3DDF5522D29E16100A86972 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3032C842D2378510006215A /* Products */; + ProjectRef = B303EBFF2D2378500006215A /* Syphon.xcodeproj */; + }, + { + ProductGroup = B387D7C82D2BB71B00D541F1 /* Products */; + ProjectRef = B387A0662D2BB71B00D541F1 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3DDFB3F2D29E16100A86972 /* Products */; + ProjectRef = B3DDC3D32D29E16100A86972 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3AC57C82D29E3FD008107AC /* Products */; + ProjectRef = B3AC51C72D29E3FB008107AC /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3878D702D2C6C3800D541F1 /* Products */; + ProjectRef = B3874D6A2D2C6C3700D541F1 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B3872F722D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EF842D2C6B3B00D541F1 /* Syphon.xcodeproj */; + }, + { + ProductGroup = B38763BB2D2C699C00D541F1 /* Products */; + ProjectRef = B38723CB2D2C699B00D541F1 /* VMA.xcodeproj */; + }, + { + ProductGroup = B3AC57AC2D29E3FC008107AC /* Products */; + ProjectRef = B3AC20542D29E3FB008107AC /* VMA.xcodeproj */; + }, + { + ProductGroup = B3DDFB452D29E16100A86972 /* Products */; + ProjectRef = B3DDC3DF2D29E16100A86972 /* VMA.xcodeproj */; + }, + { + ProductGroup = B3032C7A2D2378510006215A /* Products */; + ProjectRef = B303EC0B2D2378500006215A /* VMA.xcodeproj */; + }, + { + ProductGroup = B30F14C72D28A6AA005EB516 /* Products */; + ProjectRef = B30FDD532D28A6A9005EB516 /* VMA.xcodeproj */; + }, + { + ProductGroup = B387D7D42D2BB71C00D541F1 /* Products */; + ProjectRef = B387A0722D2BB71B00D541F1 /* VMA.xcodeproj */; + }, + { + ProductGroup = B33947AF2D28843700AD1F95 /* Products */; + ProjectRef = B33910512D28843600AD1F95 /* VMA.xcodeproj */; + }, + { + ProductGroup = B377B3922D23776900C6FC18 /* Products */; + ProjectRef = B3777C3C2D23776800C6FC18 /* VMA.xcodeproj */; + }, + { + ProductGroup = B3878D4E2D2C6C3700D541F1 /* Products */; + ProjectRef = B3874D762D2C6C3700D541F1 /* VMA.xcodeproj */; + }, + { + ProductGroup = B325E8ED2D289A4400A4AE4F /* Products */; + ProjectRef = B325B17D2D289A4300A4AE4F /* VMA.xcodeproj */; + }, + { + ProductGroup = B3872F962D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EF902D2C6B3B00D541F1 /* VMA.xcodeproj */; + }, + { + ProductGroup = B387CAED2D2C6A7400D541F1 /* Products */; + ProjectRef = B3878AF12D2C6A7300D541F1 /* VMA.xcodeproj */; + }, + { + ProductGroup = B3FAE4FF2D273CF400505165 /* Products */; + ProjectRef = B3FAADA12D273CF400505165 /* VMA.xcodeproj */; + }, + { + ProductGroup = B339479B2D28843600AD1F95 /* Products */; + ProjectRef = B339104B2D28843600AD1F95 /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B30F14C12D28A6AA005EB516 /* Products */; + ProjectRef = B30FDD4D2D28A6A9005EB516 /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B3872F882D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EF8A2D2C6B3B00D541F1 /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B3032CA42D2378520006215A /* Products */; + ProjectRef = B303EC052D2378500006215A /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B3878D562D2C6C3700D541F1 /* Products */; + ProjectRef = B3874D702D2C6C3700D541F1 /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B38763CD2D2C699C00D541F1 /* Products */; + ProjectRef = B38723C52D2C699B00D541F1 /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B3DDFB532D29E16200A86972 /* Products */; + ProjectRef = B3DDC3D92D29E16100A86972 /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B377B3BA2D23776900C6FC18 /* Products */; + ProjectRef = B3777C362D23776800C6FC18 /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B3AC57A42D29E3FC008107AC /* Products */; + ProjectRef = B3AC204E2D29E3FB008107AC /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B387CAD12D2C6A7300D541F1 /* Products */; + ProjectRef = B3878AEB2D2C6A7300D541F1 /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B387D7E62D2BB71C00D541F1 /* Products */; + ProjectRef = B387A06C2D2BB71B00D541F1 /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B3FAE4FB2D273CF400505165 /* Products */; + ProjectRef = B3FAAD9B2D273CF400505165 /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B325E8C52D289A4300A4AE4F /* Products */; + ProjectRef = B325B1772D289A4300A4AE4F /* VULKAN_HEADERS.xcodeproj */; + }, + { + ProductGroup = B3878D682D2C6C3800D541F1 /* Products */; + ProjectRef = B387762A2D2C6C3700D541F1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B377B3962D23776900C6FC18 /* Products */; + ProjectRef = B37783D22D23776800C6FC18 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B30F14AD2D28A6AA005EB516 /* Products */; + ProjectRef = B30FFDF92D28A6A9005EB516 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B387CAEB2D2C6A7400D541F1 /* Products */; + ProjectRef = B387B3A52D2C6A7300D541F1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3FAE4F32D273CF400505165 /* Products */; + ProjectRef = B3FACE3B2D273CF400505165 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B325E8E92D289A4400A4AE4F /* Products */; + ProjectRef = B325B91B2D289A4300A4AE4F /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B38260272CED7A5B00111AEB /* Products */; + ProjectRef = B3824B282CED7A5A00111AEB /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3032C6C2D2378510006215A /* Products */; + ProjectRef = B303FCB42D2378500006215A /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3DDFB212D29E16100A86972 /* Products */; + ProjectRef = B3DDCB7D2D29E16100A86972 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B31485862CFFE9EF009FB8B3 /* Products */; + ProjectRef = B31470AE2CFFE9EF009FB8B3 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3872F862D2C6B3B00D541F1 /* Products */; + ProjectRef = B387FDAA2D2C6B3B00D541F1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B33947A72D28843700AD1F95 /* Products */; + ProjectRef = B33930F72D28843600AD1F95 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3C62E112D00E1300022A1B1 /* Products */; + ProjectRef = B3C6192B2D00E1300022A1B1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B387D7C42D2BB71B00D541F1 /* Products */; + ProjectRef = B387C1182D2BB71B00D541F1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3872F822D2C6B3B00D541F1 /* Products */; + ProjectRef = B38718442D2C6B3B00D541F1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3AC57C22D29E3FD008107AC /* Products */; + ProjectRef = B3AC27F22D29E3FB008107AC /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B33947B32D28843700AD1F95 /* Products */; + ProjectRef = B33917EF2D28843600AD1F95 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3878D722D2C6C3800D541F1 /* Products */; + ProjectRef = B3875B902D2C6C3700D541F1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B38763D72D2C699C00D541F1 /* Products */; + ProjectRef = B3874C7F2D2C699B00D541F1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B31473D52CFFF3EC009FB8B3 /* Products */; + ProjectRef = B3145ED92CFFF3EB009FB8B3 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3032C9C2D2378510006215A /* Products */; + ProjectRef = B30315BC2D2378500006215A /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3AC57CA2D29E3FD008107AC /* Products */; + ProjectRef = B3AC40FA2D29E3FB008107AC /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B387F71A2D2C63B100D541F1 /* Products */; + ProjectRef = B387F6DF2D2C63B100D541F1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B314D3C02CFFEB24009FB8B3 /* Products */; + ProjectRef = B314BEE62CFFEB24009FB8B3 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B387639F2D2C699B00D541F1 /* Products */; + ProjectRef = B38731E52D2C699B00D541F1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B377B3902D23776900C6FC18 /* Products */; + ProjectRef = B3779CDA2D23776800C6FC18 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B31423882CFFEBD9009FB8B3 /* Products */; + ProjectRef = B3140EA82CFFEBD8009FB8B3 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B314016F2D000761009FB8B3 /* Products */; + ProjectRef = B314EC6D2D000760009FB8B3 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B30F149F2D28A6A9005EB516 /* Products */; + ProjectRef = B30FE4F12D28A6A9005EB516 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B314360E2CFFE1C1009FB8B3 /* Products */; + ProjectRef = B31421082CFFE1C0009FB8B3 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3DDFB292D29E16100A86972 /* Products */; + ProjectRef = B3DDE4852D29E16100A86972 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B325E8DF2D289A4300A4AE4F /* Products */; + ProjectRef = B325D2232D289A4300A4AE4F /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3C6E04A2D00BF840022A1B1 /* Products */; + ProjectRef = B3C6CB4A2D00BF840022A1B1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B387CAF92D2C6A7400D541F1 /* Products */; + ProjectRef = B387990B2D2C6A7300D541F1 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B3FAE4E32D273CF400505165 /* Products */; + ProjectRef = B3FAB5332D273CF400505165 /* WidgetFramework.xcodeproj */; + }, + { + ProductGroup = B387CACD2D2C6A7300D541F1 /* Products */; + ProjectRef = B3878AFA2D2C6A7300D541F1 /* xbyak.xcodeproj */; + }, + { + ProductGroup = B3872F742D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EF992D2C6B3B00D541F1 /* xbyak.xcodeproj */; + }, + { + ProductGroup = B38763C32D2C699C00D541F1 /* Products */; + ProjectRef = B38723D42D2C699B00D541F1 /* xbyak.xcodeproj */; + }, + { + ProductGroup = B3FAE4E52D273CF400505165 /* Products */; + ProjectRef = B3FAADAA2D273CF400505165 /* xbyak.xcodeproj */; + }, + { + ProductGroup = B33947AD2D28843700AD1F95 /* Products */; + ProjectRef = B339105A2D28843600AD1F95 /* xbyak.xcodeproj */; + }, + { + ProductGroup = B3032C762D2378510006215A /* Products */; + ProjectRef = B303EC142D2378500006215A /* xbyak.xcodeproj */; + }, + { + ProductGroup = B30F14BF2D28A6AA005EB516 /* Products */; + ProjectRef = B30FDD5C2D28A6A9005EB516 /* xbyak.xcodeproj */; + }, + { + ProductGroup = B377B3B62D23776900C6FC18 /* Products */; + ProjectRef = B3777C452D23776800C6FC18 /* xbyak.xcodeproj */; + }, + { + ProductGroup = B3DDFB372D29E16100A86972 /* Products */; + ProjectRef = B3DDC3E82D29E16100A86972 /* xbyak.xcodeproj */; + }, + { + ProductGroup = B387D7CE2D2BB71C00D541F1 /* Products */; + ProjectRef = B387A07B2D2BB71B00D541F1 /* xbyak.xcodeproj */; + }, + { + ProductGroup = B3878D502D2C6C3700D541F1 /* Products */; + ProjectRef = B3874D7F2D2C6C3700D541F1 /* xbyak.xcodeproj */; + }, + { + ProductGroup = B325E8EF2D289A4400A4AE4F /* Products */; + ProjectRef = B325B1862D289A4300A4AE4F /* xbyak.xcodeproj */; + }, + { + ProductGroup = B3AC57BA2D29E3FD008107AC /* Products */; + ProjectRef = B3AC205D2D29E3FB008107AC /* xbyak.xcodeproj */; + }, + { + ProductGroup = B377B3B82D23776900C6FC18 /* Products */; + ProjectRef = B3777C512D23776800C6FC18 /* xxHash.xcodeproj */; + }, + { + ProductGroup = B31473DB2CFFF3EC009FB8B3 /* Products */; + ProjectRef = B31439E92CFFF3EB009FB8B3 /* xxHash.xcodeproj */; + }, + { + ProductGroup = B31485A82CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3144BBE2CFFE9EF009FB8B3 /* xxHash.xcodeproj */; + }, + { + ProductGroup = B31423A42CFFEBD9009FB8B3 /* Products */; + ProjectRef = B314E9B82CFFEBD8009FB8B3 /* xxHash.xcodeproj */; + }, + { + ProductGroup = B314D3CC2CFFEB24009FB8B3 /* Products */; + ProjectRef = B31499F62CFFEB24009FB8B3 /* xxHash.xcodeproj */; + }, + { + ProductGroup = B31401572D000761009FB8B3 /* Products */; + ProjectRef = B314C77D2D000760009FB8B3 /* xxHash.xcodeproj */; + }, + { + ProductGroup = B3032C722D2378510006215A /* Products */; + ProjectRef = B303EC242D2378500006215A /* xxHash.xcodeproj */; + }, + { + ProductGroup = B3C62E0F2D00E1300022A1B1 /* Products */; + ProjectRef = B3C6F43B2D00E1300022A1B1 /* xxHash.xcodeproj */; + }, + { + ProductGroup = B382600F2CED7A5B00111AEB /* Products */; + ProjectRef = B382263C2CED7A5A00111AEB /* xxHash.xcodeproj */; + }, + { + ProductGroup = B31435F62CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314FC182CFFE1C0009FB8B3 /* xxHash.xcodeproj */; + }, + { + ProductGroup = B3C6E0522D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A65A2D00BF830022A1B1 /* xxHash.xcodeproj */; + }, + { + ProductGroup = B3032C5E2D2378500006215A /* Products */; + ProjectRef = B303EAC52D2378500006215A /* zstd.xcodeproj */; + }, + { + ProductGroup = B3C62E052D00E1300022A1B1 /* Products */; + ProjectRef = B3C6F3DA2D00E1300022A1B1 /* zstd.xcodeproj */; + }, + { + ProductGroup = B31473C72CFFF3EB009FB8B3 /* Products */; + ProjectRef = B314398A2CFFF3EB009FB8B3 /* zstd.xcodeproj */; + }, + { + ProductGroup = B31401472D000760009FB8B3 /* Products */; + ProjectRef = B314C71E2D000760009FB8B3 /* zstd.xcodeproj */; + }, + { + ProductGroup = B3872F802D2C6B3B00D541F1 /* Products */; + ProjectRef = B387EE872D2C6B3B00D541F1 /* zstd.xcodeproj */; + }, + { + ProductGroup = B31485A42CFFE9F0009FB8B3 /* Products */; + ProjectRef = B3144B5F2CFFE9EF009FB8B3 /* zstd.xcodeproj */; + }, + { + ProductGroup = B38763B72D2C699C00D541F1 /* Products */; + ProjectRef = B38722C22D2C699B00D541F1 /* zstd.xcodeproj */; + }, + { + ProductGroup = B3C6E0282D00BF840022A1B1 /* Products */; + ProjectRef = B3C6A5F92D00BF830022A1B1 /* zstd.xcodeproj */; + }, + { + ProductGroup = B314D3C22CFFEB24009FB8B3 /* Products */; + ProjectRef = B31499972CFFEB24009FB8B3 /* zstd.xcodeproj */; + }, + { + ProductGroup = B387EFC32D2C4B2F00D541F1 /* Products */; + ProjectRef = B387EFBF2D2C4B2F00D541F1 /* zstd.xcodeproj */; + }, + { + ProductGroup = B382601F2CED7A5B00111AEB /* Products */; + ProjectRef = B38225DD2CED7A5A00111AEB /* zstd.xcodeproj */; + }, + { + ProductGroup = B387CAC92D2C6A7300D541F1 /* Products */; + ProjectRef = B38789E82D2C6A7300D541F1 /* zstd.xcodeproj */; + }, + { + ProductGroup = B31423822CFFEBD8009FB8B3 /* Products */; + ProjectRef = B314E9592CFFEBD8009FB8B3 /* zstd.xcodeproj */; + }, + { + ProductGroup = B31435EE2CFFE1C1009FB8B3 /* Products */; + ProjectRef = B314FBB92CFFE1C0009FB8B3 /* zstd.xcodeproj */; + }, + { + ProductGroup = B377B38E2D23776800C6FC18 /* Products */; + ProjectRef = B3777B0F2D23776800C6FC18 /* zstd.xcodeproj */; + }, + { + ProductGroup = B3878D642D2C6C3800D541F1 /* Products */; + ProjectRef = B3874C6D2D2C6C3700D541F1 /* zstd.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + B3C7620F20783162009950E4 /* PVFlycast */, + B387F3552D2C513400D541F1 /* flycast.libretro */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + B31474CE2CFFF3EF009FB8B3 /* libflycast_libretro.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libflycast_libretro.a; + remoteRef = B31474CD2CFFF3EF009FB8B3 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + B387F3542D2C513400D541F1 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3C7620E20783162009950E4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3A3CC702CCC787D00589F82 /* Core.plist in Resources */, + B3A3CC712CCC787D00589F82 /* emu.cfg in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; }; - B36AE807295F034C00CC9D4F /* Sources */ = { +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + B387F3522D2C513400D541F1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B36AE907295F170700CC9D4F /* stdstring.c in Sources */, - B36AE904295F16E600CC9D4F /* retro_dirent.c in Sources */, - B36AE903295F16D500CC9D4F /* file_path.c in Sources */, - B36AE906295F16F200CC9D4F /* memalign.c in Sources */, - B36AE815295F036000CC9D4F /* option.cpp in Sources */, - B36AE8FE295F166400CC9D4F /* vfs_implementation.c in Sources */, - B36AE8FB295F163000CC9D4F /* glsm.c in Sources */, - B36AE817295F036000CC9D4F /* vmu_xhair.cpp in Sources */, - B36AE900295F166C00CC9D4F /* fopen_utf8.c in Sources */, - B36AE81A295F036000CC9D4F /* LogManager.cpp in Sources */, - B36AE901295F166C00CC9D4F /* compat_strcasestr.c in Sources */, - B36AE8FF295F166C00CC9D4F /* compat_strl.c in Sources */, - B36AE818295F036000CC9D4F /* audiostream.cpp in Sources */, - B36AE8FD295F165400CC9D4F /* encoding_utf.c in Sources */, - B36AE816295F036000CC9D4F /* oslib.cpp in Sources */, - B36AE8FC295F163F00CC9D4F /* rglgen.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23360,7 +7996,6 @@ B3A3CC582CCC77DB00589F82 /* PVFlycast+Audio.mm in Sources */, B3A3CC172CCC77D000589F82 /* PVFlycastCore+Audio.m in Sources */, B3A3CC182CCC77D000589F82 /* PVFlycastCore+Video.m in Sources */, - B3A3CC592CCC77FA00589F82 /* PVFlycast.mm in Sources */, B3A3CC192CCC77D000589F82 /* PVFlycastCore+Saves.m in Sources */, B3A3CC752CCC789100589F82 /* CorePlist.swift in Sources */, B3A3CC762CCC789100589F82 /* PVFlycastEmuCore.swift in Sources */, @@ -23372,350 +8007,116 @@ }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 934BE7C2296E6C0F00FB9933 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B30178D2207C901D0051B93D /* _unused_flycast */; - targetProxy = 934BE7C1296E6C0F00FB9933 /* PBXContainerItemProxy */; - }; - 934BE939296EB57F00FB9933 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 934BE7D5296EB34500FB9933 /* _unused_libminiupnpc-static */; - targetProxy = 934BE938296EB57F00FB9933 /* PBXContainerItemProxy */; - }; - B3A3CDB52CCC87DF00589F82 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B36AE80A295F034C00CC9D4F /* _unused_flycast-libretro */; - targetProxy = B3A3CDB42CCC87DF00589F82 /* PBXContainerItemProxy */; - }; - B3A3CDB82CCC882B00589F82 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 934BE7A1296E6BA200FB9933 /* _unused_flycast-retroarch-module */; - targetProxy = B3A3CDB72CCC882B00589F82 /* PBXContainerItemProxy */; - }; - B3A3CDBB2CCC883800589F82 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B30178D2207C901D0051B93D /* _unused_flycast */; - targetProxy = B3A3CDBA2CCC883800589F82 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - B3982D5F29239F4900A82429 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - B3982D6029239F4900A82429 /* English */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - B3982D6129239F4900A82429 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - B3982D6229239F4900A82429 /* English */, - ); - name = MainMenu.xib; - sourceTree = ""; - }; - B3982D7229239F4900A82429 /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B3982D7329239F4900A82429 /* de */, - B3982D7629239F4900A82429 /* ja */, - B3982D7A29239F4900A82429 /* English */, - B3982D7C29239F4900A82429 /* es */, - B3982D7F29239F4900A82429 /* sl */, - B3982D8129239F4900A82429 /* da */, - B3982D8329239F4900A82429 /* it */, - B3982D8629239F4900A82429 /* sv */, - B3982D8A29239F4900A82429 /* no */, - B3982D8C29239F4900A82429 /* tr */, - B3982D8E29239F4900A82429 /* fr */, - B3982D9129239F4900A82429 /* nl */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B3982D7429239F4900A82429 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - B3982D7529239F4900A82429 /* de */, - B3982D7729239F4900A82429 /* ja */, - B3982D7B29239F4900A82429 /* English */, - B3982D7D29239F4900A82429 /* es */, - B3982D8029239F4900A82429 /* sl */, - B3982D8229239F4900A82429 /* da */, - B3982D8429239F4900A82429 /* it */, - B3982D8729239F4900A82429 /* sv */, - B3982D8B29239F4900A82429 /* no */, - B3982D8D29239F4900A82429 /* tr */, - B3982D8F29239F4900A82429 /* fr */, - B3982D9229239F4900A82429 /* nl */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - B3982F2D29239F4A00A82429 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - B3982F2E29239F4A00A82429 /* Base */, - ); - name = MainMenu.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - /* Begin XCBuildConfiguration section */ - 934BE7BC296E6BA200FB9933 /* Release */ = { + B387F35C2D2C513500D541F1 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = NO; - DEAD_CODE_STRIPPING = NO; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - EXECUTABLE_EXTENSION = dylib; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake", - ); - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_WARN_INHIBIT_ALL_WARNINGS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/Deps\"", - "\"$(SRCROOT)/flycast/core/hw/sh4/dyna\"", - "\"$(SRCROOT)/flycast/core/deps/libchdr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include\"", - "\"$(SRCROOT)/flycast/core/deps/libzip/lib\"", - "\"$(SRCROOT)/flycast/core/deps/lzma\"", - "\"$(SRCROOT)/flycast/core\"", - "\"$(SRCROOT)/flycast/core/hw\"", - "\"$(SRCROOT)/flycast/core/khronos\"", - "\"$(SRCROOT)/flycast/core/deps/nowide/include\"", - "\"$(SRCROOT)/flycast/core/deps\"", - "\"$(SRCROOT)/flycast/core/deps/glm\"", - "\"$(SRCROOT)/flycast/core/deps/xxHash\"", - "\"$(SRCROOT)/flycast/core/deps/stb/\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/include\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/modules\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include/libchdr\"", - "\"$(SRCROOT)/flycast/core/deps/vixl\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/glsym\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common\"", - "\"$(SRCROOT)/cmake/include\"", - "\"$(SRCROOT)/cmake/OpenMP.framework/Versions/Current/Headers\"", - ); - IPHONEOS_DEPLOYMENT_TARGET = 15.6; - LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake/OpenMP.framework/Versions/A", - ); - LIBRARY_STYLE = DYNAMIC; - MACH_O_TYPE = mh_dylib; - MTL_FAST_MATH = YES; - OTHER_CFLAGS = ( - "$(inherited)", - "-fno-operator-names", - "-fno-rtti", - "-ffast-math", - "-ftree-vectorize", - "-fno-strict-aliasing", - "-frename-registers", - "-fno-rtti", - "-fpermissive", - "-fno-operator-names", - "-fsingle-precision-constant", - "-fPIC", - "-dynamiclib", - ); - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - STRIP_INSTALLED_PRODUCT = NO; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = YES; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; - TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - TVOS_DEPLOYMENT_TARGET = 15.6; - }; - name = Release; - }; - 934BE927296EB34500FB9933 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Manual; - COMBINE_HIDPI_IMAGES = NO; - DEAD_CODE_STRIPPING = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake", - ); - GCC_ENABLE_CPP_EXCEPTIONS = YES; - GCC_WARN_INHIBIT_ALL_WARNINGS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/Deps\"", - "\"$(SRCROOT)/flycast/core/hw/sh4/dyna\"", - "\"$(SRCROOT)/flycast/core/deps/libchdr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include\"", - "\"$(SRCROOT)/flycast/core/deps/libzip/lib\"", - "\"$(SRCROOT)/flycast/core/deps/lzma\"", - "\"$(SRCROOT)/flycast/core\"", - "\"$(SRCROOT)/flycast/core/hw\"", - "\"$(SRCROOT)/flycast/core/khronos\"", - "\"$(SRCROOT)/flycast/core/deps/nowide/include\"", - "\"$(SRCROOT)/flycast/core/deps\"", - "\"$(SRCROOT)/flycast/core/deps/glm\"", - "\"$(SRCROOT)/flycast/core/deps/xxHash\"", - "\"$(SRCROOT)/flycast/core/deps/stb/\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/include\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/modules\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include/libchdr\"", - "\"$(SRCROOT)/flycast/core/deps/vixl\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - "\"$(SRCROOT)/cmake/include\"", - "\"$(SRCROOT)/cmake/OpenMP.framework/Versions/Current/Headers\"", - "\"$(SRCROOT)/flycast/core/deps/miniupnpc/include\"", - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake/OpenMP.framework/Versions/A", - ); - OTHER_LDFLAGS = ( - "-Xclang", - "-fopenmp", - "-fobjc-arc", - "-fmodules", - "-Wall", - "-std=c++11", - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - STRIP_INSTALLED_PRODUCT = NO; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = YES; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; - TARGETED_DEVICE_FAMILY = "1,2,3,4,5,6"; - }; - name = Release; - }; - B30178DB207C901D0051B93D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Manual; - COMBINE_HIDPI_IMAGES = NO; - DEAD_CODE_STRIPPING = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake", - ); - GCC_ENABLE_CPP_EXCEPTIONS = YES; - GCC_WARN_INHIBIT_ALL_WARNINGS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/Deps\"", - "\"$(SRCROOT)/flycast/core/hw/sh4/dyna\"", - "\"$(SRCROOT)/flycast/core/deps/libchdr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include\"", - "\"$(SRCROOT)/flycast/core/deps/libzip/lib\"", - "\"$(SRCROOT)/flycast/core/deps/lzma\"", - "\"$(SRCROOT)/flycast/core\"", - "\"$(SRCROOT)/flycast/core/hw\"", - "\"$(SRCROOT)/flycast/core/khronos\"", - "\"$(SRCROOT)/flycast/core/deps/nowide/include\"", - "\"$(SRCROOT)/flycast/core/deps\"", - "\"$(SRCROOT)/flycast/core/deps/glm\"", - "\"$(SRCROOT)/flycast/core/deps/xxHash\"", - "\"$(SRCROOT)/flycast/core/deps/stb/\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/include\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/modules\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include/libchdr\"", - "\"$(SRCROOT)/flycast/core/deps/vixl\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - "\"$(SRCROOT)/cmake/include\"", - "$(SRCROOT)/cmake/OpenMP.framework/Versions/Current/Headers", - "\"$(SRCROOT)/flycast/core/deps/miniupnpc/include\"", - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake/OpenMP.framework/Versions/A", + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2025 Provenance Emu. All rights reserved."; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; + LD_RUNPATH_SEARCH_PATHS = ( + "@executable_path/Frameworks", + "@loader_path/Frameworks", ); - OTHER_LDFLAGS = ( - "-Xclang", - "-fopenmp", - "-fobjc-arc", - "-fmodules", - "-fno-strict-aliasing", - "-Wall", + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = ( + "@executable_path/../Frameworks", + "@loader_path/Frameworks", ); - PRODUCT_NAME = flycast; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MACOSX_DEPLOYMENT_TARGET = 16.0; + MARKETING_VERSION = 1.0; + MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; + MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; + MTL_FAST_MATH = YES; + PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.flycast-libretro"; + PRODUCT_NAME = flycast.libretro; + SDKROOT = auto; SKIP_INSTALL = YES; - STRIP_INSTALLED_PRODUCT = NO; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; - TARGETED_DEVICE_FAMILY = "1,2,3,4,5,6"; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_INSTALL_OBJC_HEADER = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TVOS_DEPLOYMENT_TARGET = 16.6; + XROS_DEPLOYMENT_TARGET = 16.0; }; name = Release; }; - B36AE812295F034C00CC9D4F /* Release */ = { + B387F35D2D2C513500D541F1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CODE_SIGN_STYLE = Automatic; - DEAD_CODE_STRIPPING = NO; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_WARN_INHIBIT_ALL_WARNINGS = YES; - HEADER_SEARCH_PATHS = ( + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", "$(inherited)", - "\"$(SRCROOT)/Deps\"", - "\"$(SRCROOT)/flycast/core/hw/sh4/dyna\"", - "\"$(SRCROOT)/flycast/core/deps/libchdr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include\"", - "\"$(SRCROOT)/flycast/core/deps/libzip/lib\"", - "\"$(SRCROOT)/flycast/core/deps/lzma\"", - "\"$(SRCROOT)/flycast/core\"", - "\"$(SRCROOT)/flycast/core/hw\"", - "\"$(SRCROOT)/flycast/core/khronos\"", - "\"$(SRCROOT)/flycast/core/deps/nowide/include\"", - "\"$(SRCROOT)/flycast/core/deps\"", - "\"$(SRCROOT)/flycast/core/deps/glm\"", - "\"$(SRCROOT)/flycast/core/deps/xxHash\"", - "\"$(SRCROOT)/flycast/core/deps/stb/\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/include\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/modules\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include/libchdr\"", - "\"$(SRCROOT)/flycast/core/deps/vixl\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/glsym\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common\"", - "\"$(SRCROOT)/cmake/include\"", ); - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2025 Provenance Emu. All rights reserved."; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; + LD_RUNPATH_SEARCH_PATHS = ( + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = ( + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MACOSX_DEPLOYMENT_TARGET = 16.0; + MARKETING_VERSION = 1.0; + MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; + MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.flycast-libretro"; + PRODUCT_NAME = flycast.libretro; + SDKROOT = auto; SKIP_INSTALL = YES; - STRIP_INSTALLED_PRODUCT = NO; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; - TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_INSTALL_OBJC_HEADER = NO; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TVOS_DEPLOYMENT_TARGET = 16.6; + XROS_DEPLOYMENT_TARGET = 16.0; }; - name = Release; + name = Debug; }; B3C7621720783162009950E4 /* Release */ = { isa = XCBuildConfiguration; @@ -23793,6 +8194,7 @@ "\"$(SRCROOT)/flycast/core/deps/picotcp/modules\"", "\"$(SRCROOT)/flycast/core/deps/libretro-common/include/libchdr\"", "\"$(SRCROOT)/flycast/core/deps/vixl\"", + "\"$(SRCROOT)/flycast/core/deps/libelf/include\"", "\"$(TOOLCHAIN_DIR)/usr/include\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; @@ -23847,7 +8249,7 @@ ); INFOPLIST_FILE = PVFlycast/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -23863,7 +8265,7 @@ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,5,6"; - TVOS_DEPLOYMENT_TARGET = 15.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Release; }; @@ -23943,6 +8345,7 @@ "\"$(SRCROOT)/flycast/core/deps/picotcp/modules\"", "\"$(SRCROOT)/flycast/core/deps/libretro-common/include/libchdr\"", "\"$(SRCROOT)/flycast/core/deps/vixl\"", + "\"$(SRCROOT)/flycast/core/deps/libelf/include\"", "\"$(TOOLCHAIN_DIR)/usr/include\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; @@ -23997,7 +8400,7 @@ ); INFOPLIST_FILE = PVFlycast/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -24013,296 +8416,18 @@ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,5,6"; - TVOS_DEPLOYMENT_TARGET = 15.6; - }; - name = Debug; - }; - B3D067BD2BC4F21700A7327F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Manual; - COMBINE_HIDPI_IMAGES = NO; - DEAD_CODE_STRIPPING = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake", - ); - GCC_ENABLE_CPP_EXCEPTIONS = YES; - GCC_WARN_INHIBIT_ALL_WARNINGS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/Deps\"", - "\"$(SRCROOT)/flycast/core/hw/sh4/dyna\"", - "\"$(SRCROOT)/flycast/core/deps/libchdr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include\"", - "\"$(SRCROOT)/flycast/core/deps/libzip/lib\"", - "\"$(SRCROOT)/flycast/core/deps/lzma\"", - "\"$(SRCROOT)/flycast/core\"", - "\"$(SRCROOT)/flycast/core/hw\"", - "\"$(SRCROOT)/flycast/core/khronos\"", - "\"$(SRCROOT)/flycast/core/deps/nowide/include\"", - "\"$(SRCROOT)/flycast/core/deps\"", - "\"$(SRCROOT)/flycast/core/deps/glm\"", - "\"$(SRCROOT)/flycast/core/deps/xxHash\"", - "\"$(SRCROOT)/flycast/core/deps/stb/\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/include\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/modules\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include/libchdr\"", - "\"$(SRCROOT)/flycast/core/deps/vixl\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - "\"$(SRCROOT)/cmake/include\"", - "$(SRCROOT)/cmake/OpenMP.framework/Versions/Current/Headers", - "\"$(SRCROOT)/flycast/core/deps/miniupnpc/include\"", - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake/OpenMP.framework/Versions/A", - ); - OTHER_LDFLAGS = ( - "-Xclang", - "-fopenmp", - "-fobjc-arc", - "-fmodules", - "-fno-strict-aliasing", - "-Wall", - ); - PRODUCT_NAME = flycast; - SKIP_INSTALL = YES; - STRIP_INSTALLED_PRODUCT = NO; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = YES; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; - TARGETED_DEVICE_FAMILY = "1,2,3,4,5,6"; - }; - name = Debug; - }; - B3D067BE2BC4F21700A7327F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; - CODE_SIGN_STYLE = Automatic; - DEAD_CODE_STRIPPING = NO; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_WARN_INHIBIT_ALL_WARNINGS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/Deps\"", - "\"$(SRCROOT)/flycast/core/hw/sh4/dyna\"", - "\"$(SRCROOT)/flycast/core/deps/libchdr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include\"", - "\"$(SRCROOT)/flycast/core/deps/libzip/lib\"", - "\"$(SRCROOT)/flycast/core/deps/lzma\"", - "\"$(SRCROOT)/flycast/core\"", - "\"$(SRCROOT)/flycast/core/hw\"", - "\"$(SRCROOT)/flycast/core/khronos\"", - "\"$(SRCROOT)/flycast/core/deps/nowide/include\"", - "\"$(SRCROOT)/flycast/core/deps\"", - "\"$(SRCROOT)/flycast/core/deps/glm\"", - "\"$(SRCROOT)/flycast/core/deps/xxHash\"", - "\"$(SRCROOT)/flycast/core/deps/stb/\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/include\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/modules\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include/libchdr\"", - "\"$(SRCROOT)/flycast/core/deps/vixl\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/glsym\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common\"", - "\"$(SRCROOT)/cmake/include\"", - ); - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - MTL_FAST_MATH = YES; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - STRIP_INSTALLED_PRODUCT = NO; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = YES; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; - TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - }; - name = Debug; - }; - B3D067BF2BC4F21700A7327F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Manual; - COMBINE_HIDPI_IMAGES = NO; - DEAD_CODE_STRIPPING = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake", - ); - GCC_ENABLE_CPP_EXCEPTIONS = YES; - GCC_WARN_INHIBIT_ALL_WARNINGS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/Deps\"", - "\"$(SRCROOT)/flycast/core/hw/sh4/dyna\"", - "\"$(SRCROOT)/flycast/core/deps/libchdr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include\"", - "\"$(SRCROOT)/flycast/core/deps/libzip/lib\"", - "\"$(SRCROOT)/flycast/core/deps/lzma\"", - "\"$(SRCROOT)/flycast/core\"", - "\"$(SRCROOT)/flycast/core/hw\"", - "\"$(SRCROOT)/flycast/core/khronos\"", - "\"$(SRCROOT)/flycast/core/deps/nowide/include\"", - "\"$(SRCROOT)/flycast/core/deps\"", - "\"$(SRCROOT)/flycast/core/deps/glm\"", - "\"$(SRCROOT)/flycast/core/deps/xxHash\"", - "\"$(SRCROOT)/flycast/core/deps/stb/\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/include\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/modules\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include/libchdr\"", - "\"$(SRCROOT)/flycast/core/deps/vixl\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - "\"$(SRCROOT)/cmake/include\"", - "\"$(SRCROOT)/cmake/OpenMP.framework/Versions/Current/Headers\"", - "\"$(SRCROOT)/flycast/core/deps/miniupnpc/include\"", - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake/OpenMP.framework/Versions/A", - ); - OTHER_LDFLAGS = ( - "-Xclang", - "-fopenmp", - "-fobjc-arc", - "-fmodules", - "-Wall", - "-std=c++11", - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - STRIP_INSTALLED_PRODUCT = NO; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = YES; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; - TARGETED_DEVICE_FAMILY = "1,2,3,4,5,6"; - }; - name = Debug; - }; - B3D067C02BC4F21700A7327F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = NO; - DEAD_CODE_STRIPPING = NO; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - EXECUTABLE_EXTENSION = dylib; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake", - ); - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_WARN_INHIBIT_ALL_WARNINGS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/Deps\"", - "\"$(SRCROOT)/flycast/core/hw/sh4/dyna\"", - "\"$(SRCROOT)/flycast/core/deps/libchdr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include\"", - "\"$(SRCROOT)/flycast/core/deps/libzip/lib\"", - "\"$(SRCROOT)/flycast/core/deps/lzma\"", - "\"$(SRCROOT)/flycast/core\"", - "\"$(SRCROOT)/flycast/core/hw\"", - "\"$(SRCROOT)/flycast/core/khronos\"", - "\"$(SRCROOT)/flycast/core/deps/nowide/include\"", - "\"$(SRCROOT)/flycast/core/deps\"", - "\"$(SRCROOT)/flycast/core/deps/glm\"", - "\"$(SRCROOT)/flycast/core/deps/xxHash\"", - "\"$(SRCROOT)/flycast/core/deps/stb/\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/include\"", - "\"$(SRCROOT)/flycast/core/deps/picotcp/modules\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/include/libchdr\"", - "\"$(SRCROOT)/flycast/core/deps/vixl\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common/glsym\"", - "\"$(SRCROOT)/flycast/core/deps/libretro-common\"", - "\"$(SRCROOT)/cmake/include\"", - "\"$(SRCROOT)/cmake/OpenMP.framework/Versions/Current/Headers\"", - ); - IPHONEOS_DEPLOYMENT_TARGET = 15.6; - LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake/OpenMP.framework/Versions/A", - ); - LIBRARY_STYLE = DYNAMIC; - MACH_O_TYPE = mh_dylib; - MTL_FAST_MATH = YES; - OTHER_CFLAGS = ( - "$(inherited)", - "-fno-operator-names", - "-fno-rtti", - "-ffast-math", - "-ftree-vectorize", - "-fno-strict-aliasing", - "-frename-registers", - "-fno-rtti", - "-fpermissive", - "-fno-operator-names", - "-fsingle-precision-constant", - "-fPIC", - "-dynamiclib", - ); - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - STRIP_INSTALLED_PRODUCT = NO; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = YES; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; - TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - TVOS_DEPLOYMENT_TARGET = 15.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Debug; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 934BE7BA296E6BA200FB9933 /* Build configuration list for PBXNativeTarget "_unused_flycast-retroarch-module" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 934BE7BC296E6BA200FB9933 /* Release */, - B3D067C02BC4F21700A7327F /* Debug */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 934BE925296EB34500FB9933 /* Build configuration list for PBXNativeTarget "_unused_libminiupnpc-static" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 934BE927296EB34500FB9933 /* Release */, - B3D067BF2BC4F21700A7327F /* Debug */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B30178D9207C901D0051B93D /* Build configuration list for PBXNativeTarget "_unused_flycast" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B30178DB207C901D0051B93D /* Release */, - B3D067BD2BC4F21700A7327F /* Debug */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B36AE814295F034C00CC9D4F /* Build configuration list for PBXNativeTarget "_unused_flycast-libretro" */ = { + B387F35B2D2C513500D541F1 /* Build configuration list for PBXNativeTarget "flycast.libretro" */ = { isa = XCConfigurationList; buildConfigurations = ( - B36AE812295F034C00CC9D4F /* Release */, - B3D067BE2BC4F21700A7327F /* Debug */, + B387F35C2D2C513500D541F1 /* Release */, + B387F35D2D2C513500D541F1 /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24326,6 +8451,52 @@ defaultConfigurationName = Release; }; /* End XCConfigurationList section */ + +/* Begin XCLocalSwiftPackageReference section */ + B38217562CED773100111AEB /* XCLocalSwiftPackageReference "../../PVCoreBridge" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVCoreBridge; + }; + B387971E2CED6B1300A86990 /* XCLocalSwiftPackageReference "../../PVEmulatorCore" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVEmulatorCore; + }; + B38797372CED6E7500A86990 /* XCLocalSwiftPackageReference "../../PVPlists" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVPlists; + }; + B387973A2CED6EB100A86990 /* XCLocalSwiftPackageReference "../../PVLogging" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVLogging; + }; + B387973D2CED6EEE00A86990 /* XCLocalSwiftPackageReference "../../PVCoreObjCBridge" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVCoreObjCBridge; + }; +/* End XCLocalSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + B38217572CED773100111AEB /* PVCoreBridge */ = { + isa = XCSwiftPackageProductDependency; + productName = PVCoreBridge; + }; + B387971F2CED6B1300A86990 /* PVEmulatorCore */ = { + isa = XCSwiftPackageProductDependency; + productName = PVEmulatorCore; + }; + B38797382CED6E7500A86990 /* PVPlists */ = { + isa = XCSwiftPackageProductDependency; + productName = PVPlists; + }; + B387973B2CED6EB100A86990 /* PVLogging */ = { + isa = XCSwiftPackageProductDependency; + productName = PVLogging; + }; + B387973E2CED6EEE00A86990 /* PVCoreObjCBridge */ = { + isa = XCSwiftPackageProductDependency; + productName = PVCoreObjCBridge; + }; +/* End XCSwiftPackageProductDependency section */ }; rootObject = B3C7620720783162009950E4 /* Project object */; } diff --git a/Cores/Flycast/PVFlycast.xcodeproj/xcshareddata/xcschemes/flycast.libretro.framework.xcscheme b/Cores/Flycast/PVFlycast.xcodeproj/xcshareddata/xcschemes/flycast.libretro.framework.xcscheme new file mode 100644 index 0000000000..f429dd7209 --- /dev/null +++ b/Cores/Flycast/PVFlycast.xcodeproj/xcshareddata/xcschemes/flycast.libretro.framework.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Cores/Flycast/PVFlycast/PVFlycast.h b/Cores/Flycast/PVFlycast/PVFlycast.h index beed60c895..0ccd2ba573 100644 --- a/Cores/Flycast/PVFlycast/PVFlycast.h +++ b/Cores/Flycast/PVFlycast/PVFlycast.h @@ -16,4 +16,7 @@ FOUNDATION_EXPORT const unsigned char PVFlycastVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import #import - +#import +#import +#import +#import diff --git a/Cores/Flycast/PVFlycastCore/Core/CorePlist-Generated.swift b/Cores/Flycast/PVFlycastCore/Core/CorePlist-Generated.swift index 3983028ae5..59ed4d9961 100644 --- a/Cores/Flycast/PVFlycastCore/Core/CorePlist-Generated.swift +++ b/Cores/Flycast/PVFlycastCore/Core/CorePlist-Generated.swift @@ -15,7 +15,7 @@ import Foundation // swiftlint:disable identifier_name line_length number_separator type_body_length public enum CorePlist { - public static let pvCoreIdentifier: String = "com.provenance.core.EP128Emu" + public static let pvCoreIdentifier: String = "com.provenance.core.flycast" public static let pvPrincipleClass: String = "PVFlycast.PVFlycastEmuCore" public static let pvProjectName: String = "Flycast" public static let pvProjectURL: String = "" diff --git a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Audio.h b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Audio.h index 216598e570..4f6d706cbc 100644 --- a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Audio.h +++ b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Audio.h @@ -6,7 +6,7 @@ // Copyright © 2018 Provenance. All rights reserved. // -#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Controls.h b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Controls.h index d119c2a3a3..03c0b07e2e 100644 --- a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Controls.h +++ b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Controls.h @@ -17,13 +17,13 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Control -- (void)didPushDreamcastButton:(enum PVDreamcastButton)button forPlayer:(NSInteger)player; -- (void)didReleaseDreamcastButton:(enum PVDreamcastButton)button forPlayer:(NSInteger)player; -- (void)didMoveDreamcastJoystickDirection:(enum PVDreamcastButton)button withValue:(CGFloat)value forPlayer:(NSInteger)player; -- (void)didMoveJoystick:(NSInteger)button withValue:(CGFloat)value forPlayer:(NSInteger)player; - -- (void)didPush:(NSInteger)button forPlayer:(NSInteger)player; -- (void)didRelease:(NSInteger)button forPlayer:(NSInteger)player; +//- (void)didPushDreamcastButton:(enum PVDreamcastButton)button forPlayer:(NSInteger)player; +//- (void)didReleaseDreamcastButton:(enum PVDreamcastButton)button forPlayer:(NSInteger)player; +//- (void)didMoveDreamcastJoystickDirection:(enum PVDreamcastButton)button withValue:(CGFloat)value forPlayer:(NSInteger)player; +//- (void)didMoveJoystick:(NSInteger)button withValue:(CGFloat)value forPlayer:(NSInteger)player; +// +//- (void)didPush:(NSInteger)button forPlayer:(NSInteger)player; +//- (void)didRelease:(NSInteger)button forPlayer:(NSInteger)player; @end NS_ASSUME_NONNULL_END diff --git a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Controls.mm b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Controls.mm index c5340d7abd..7e10732afa 100644 --- a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Controls.mm +++ b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Controls.mm @@ -45,11 +45,19 @@ typedef unsigned int u32; // Flycast controller data +#ifdef LIBRETRO +extern u16 kcode[4]; +extern u8 rt[4]; +extern u8 lt[4]; +extern u32 vks[4]; +extern s8 joyx[4], joyy[4]; +#else u16 kcode[4]; u8 rt[4]; u8 lt[4]; u32 vks[4]; s8 joyx[4], joyy[4]; +#endif @implementation PVFlycastCoreBridge (Controls) diff --git a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Options.swift b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Options.swift index 47eff2f288..b4238ad759 100644 --- a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Options.swift +++ b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore+Options.swift @@ -227,7 +227,7 @@ extension PVFlycastEmuCore: CoreOptional { } } -@objc public extension PVFlycastCore { +//@objc public extension PVFlycastCoreBridge { // @objc var resolution: Int{ // PVFlycastCore.valueForOption(PVPlayCore.resolutionOption).asInt ?? 0 // } @@ -237,11 +237,11 @@ extension PVFlycastEmuCore: CoreOptional { // @objc var bilinearFiltering: Bool { // PVFlycastCore.valueForOption(PVPlayCore.forceBilinearFilteringOption).asBool // } - func parseOptions() { +// func parseOptions() { // self.gsPreference = NSNumber(value: gs).int8Value // self.resFactor = NSNumber(value: resolution).int8Value - } -} +// } +//} // //extension PVFlycastCore: GameWithCheat { // @objc public func setCheat( diff --git a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore.h b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore.h index 748333fdc1..32836fa1eb 100644 --- a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore.h +++ b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore.h @@ -7,17 +7,16 @@ // #import -@import PVCoreBridge; -#import - #import #define GET_CURRENT_AND_RETURN(...) __strong __typeof__(_current) current = _current; if(current == nil) return __VA_ARGS__; #define GET_CURRENT_OR_RETURN(...) __strong __typeof__(_current) current = _current; if(current == nil) return __VA_ARGS__; -PVCORE -@interface PVFlycastCoreBridge: PVLibRetroGLESCore { - uint8_t padData[4][PVDreamcastButtonCount]; +@protocol PVDreamcastSystemResponderClient; + +//PVCORE +@interface PVFlycastCoreBridge: PVLibRetroGLESCoreBridge { + uint8_t padData[4][16]; //[PVDreamcastButtonCount]; int8_t xAxis[4]; int8_t yAxis[4]; // int videoWidth; diff --git a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore.mm b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore.mm index 22a44c3165..bbbe9115c1 100644 --- a/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore.mm +++ b/Cores/Flycast/PVFlycastCore/Core/PVFlycastCore.mm @@ -15,16 +15,19 @@ #import @import PVCoreBridge; +@import PVCoreObjCBridge; +@import PVEmulatorCore; +@import PVLoggingObjC; // Flycast imports -#include "types.h" +//#include "types.h" //#include "profiler/profiler.h" -#include "cfg/cfg.h" +//#include "cfg/cfg.h" //#include "rend/rend.h" -#include "rend/TexCache.h" -#include "hw/maple/maple_devs.h" -#include "hw/maple/maple_if.h" -#include "hw/maple/maple_cfg.h" +//#include "rend/TexCache.h" +//#include "hw/maple/maple_devs.h" +//#include "hw/maple/maple_if.h" +//#include "hw/maple/maple_cfg.h" //__weak PVFlycastCoreBridge *_current = 0; @@ -144,6 +147,15 @@ - (BOOL)loadFileAtPath:(NSString *)path error:(NSError**)error { return YES; } +#else +- (instancetype)init { + if (self = [super init]) { + } + + _current = self; + return self; +} + #endif - (void)printSettings { //#define LIST_OF_VARIABLES \ @@ -377,5 +389,30 @@ - (void)copyCFGIfMissing { // [self.frontBufferCondition unlock]; //} +#ifdef LIBRETRO +#pragma mark - Options +- (void *)getVariable:(const char *)variable { + ILOG(@"%s", variable); + + #define V(x) strcmp(variable, x) == 0 + + if (V("melonds_console_mode")) { + // Console Mode; DS|DSi + char * value = strdup("DS"); + return value; + } else if (V("melonds_boot_directly")) { + // Boot game directly; enabled|disabled + char * value = strdup("enabled"); + return value; + } else { + NSLog(@"Unprocessed var: %s", variable); + return nil; + } + +#undef V + return NULL; +} +#endif + @end diff --git a/Cores/Flycast/PVFlycastCore/Core/PVFlycastEmuCore.swift b/Cores/Flycast/PVFlycastCore/Core/PVFlycastEmuCore.swift index bdb04e7d84..05dff9cfa5 100644 --- a/Cores/Flycast/PVFlycastCore/Core/PVFlycastEmuCore.swift +++ b/Cores/Flycast/PVFlycastCore/Core/PVFlycastEmuCore.swift @@ -16,7 +16,7 @@ import PVCoreBridgeRetro @objcMembers open class PVFlycastEmuCore: PVEmulatorCore { - let _bridge: PVFlycastEmuCoreBridge = .init() + let _bridge: PVFlycastCoreBridge = .init() public required init() { super.init() @@ -25,6 +25,14 @@ open class PVFlycastEmuCore: PVEmulatorCore { } extension PVFlycastEmuCore: PVDreamcastSystemResponderClient { + public func didMoveJoystick(_ button: PVCoreBridge.PVDreamcastButton, withXValue xValue: CGFloat, withYValue yValue: CGFloat, forPlayer player: Int) { + (_bridge as! PVDreamcastSystemResponderClient).didMoveJoystick(button, withXValue: xValue, withYValue: yValue, forPlayer: player) + } + + public func didMoveJoystick(_ button: Int, withXValue xValue: CGFloat, withYValue yValue: CGFloat, forPlayer player: Int) { + (_bridge as! PVDreamcastSystemResponderClient).didMoveJoystick(button, withXValue: xValue, withYValue: yValue, forPlayer: player) + } + public func didPush(_ button: PVCoreBridge.PVDreamcastButton, forPlayer player: Int) { (_bridge as! PVDreamcastSystemResponderClient).didPush(button, forPlayer: player) } @@ -36,12 +44,12 @@ extension PVFlycastEmuCore: PVDreamcastSystemResponderClient { public var requiresKeyboard: Bool { false } #if canImport(GameController) // @objc optional var keyChangedHandler: GCKeyboardValueChangedHandler? { _bridge.keyChangedHandler } - public func keyDown(_ key: GCKeyCode) { - (_bridge as! PVDreamcastSystemResponderClient).keyDown(key) - } - public func keyUp(_ key: GCKeyCode) { - (_bridge as! PVDreamcastSystemResponderClient).keyUp(key) - } +// public func keyDown(_ key: GCKeyCode) { +// (_bridge as! PVDreamcastSystemResponderClient).keyDown(key) +// } +// public func keyUp(_ key: GCKeyCode) { +// (_bridge as! PVDreamcastSystemResponderClient).keyUp(key) +// } #endif } diff --git a/Cores/Flycast/cmake/CMakeCache.txt b/Cores/Flycast/cmake/CMakeCache.txt index c1c7c7c05c..910d237b5a 100644 --- a/Cores/Flycast/cmake/CMakeCache.txt +++ b/Cores/Flycast/cmake/CMakeCache.txt @@ -1,6 +1,6 @@ # This is the CMakeCache file. # For build in directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake -# It was generated by CMake: /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake +# It was generated by CMake: /opt/homebrew/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. @@ -17,9 +17,6 @@ //No help, variable specified on the command line. APPLE:UNINITIALIZED=ON -//macOS: Build breakpad client and dump symbols -APPLE_BREAKPAD:BOOL=OFF - //Enable address sanitizer ASAN:BOOL=OFF @@ -48,15 +45,32 @@ CCACHE_PROGRAM:FILEPATH=/opt/homebrew/bin/ccache CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND //Path to a program. -CMAKE_AR:FILEPATH=/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar +CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar + +//ASM compiler +CMAKE_ASM_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang + +//Flags used by the ASM compiler during all build types. +CMAKE_ASM_FLAGS:STRING= + +//Flags used by the ASM compiler during DEBUG builds. +CMAKE_ASM_FLAGS_DEBUG:STRING=-g + +//Flags used by the ASM compiler during MINSIZEREL builds. +CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the ASM compiler during RELEASE builds. +CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG -//For backwards compatibility, what version of CMake commands and -// syntax should this version of CMake try to support. -CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 +//Flags used by the ASM compiler during RELWITHDEBINFO builds. +CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //No help, variable specified on the command line. CMAKE_BUILD_TYPE:UNINITIALIZED=Release +//No help, variable specified on the command line. +CMAKE_BUILD_WITH_INSTALL_RPATH:UNINITIALIZED=ON + //Semicolon separated list of supported configuration types, only // supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything // else will be ignored. @@ -161,6 +175,9 @@ CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local +//No help, variable specified on the command line. +CMAKE_INSTALL_RPATH_USE_LINK_PATH:UNINITIALIZED=OFF + //Run-time variable data (LOCALSTATEDIR/run) CMAKE_INSTALL_RUNSTATEDIR:PATH= @@ -174,7 +191,7 @@ CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com CMAKE_INSTALL_SYSCONFDIR:PATH=etc //Path to a program. -CMAKE_LINKER:FILEPATH=/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld +CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld //Flags used by the linker during the creation of modules during // all build types. @@ -197,13 +214,13 @@ CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. -CMAKE_NM:FILEPATH=/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm +CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND //Path to a program. -CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump +CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump CMAKE_OSX_ARCHITECTURES:STRING=arm64 @@ -215,7 +232,7 @@ CMAKE_OSX_DEPLOYMENT_TARGET:STRING=12.0 CMAKE_OSX_SYSROOT:STRING=iphoneos //No help, variable specified on the command line. -CMAKE_PREFIX_PATH:UNINITIALIZED=./MoltenVK +CMAKE_PREFIX_PATH:UNINITIALIZED=../../../MoltenVK/MoltenVK //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= @@ -242,7 +259,7 @@ CMAKE_PROJECT_VERSION_PATCH:STATIC=3 CMAKE_PROJECT_VERSION_TWEAK:STATIC= //Path to a program. -CMAKE_RANLIB:FILEPATH=/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib +CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib //Path to a program. CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND @@ -272,7 +289,7 @@ CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO +CMAKE_SKIP_RPATH:BOOL=ON //Flags used by the linker during the creation of static libraries // during all build types. @@ -295,13 +312,16 @@ CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. -CMAKE_STRIP:FILEPATH=/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip +CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip //No help, variable specified on the command line. CMAKE_SYSTEM_NAME:UNINITIALIZED=iOS //Path to a program. -CMAKE_TAPI:FILEPATH=/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi +CMAKE_TAPI:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi + +//No help, variable specified on the command line. +CMAKE_USE_RELATIVE_PATHS:UNINITIALIZED=ON //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console @@ -339,10 +359,14 @@ ENABLE_EXCEPTIONS:BOOL=OFF //Build with support for host app (Flycast) profiler ENABLE_FC_PROFILER:BOOL=OFF +//Enable zip_fdopen, which is not allowed in Microsoft CRT secure +// libraries +ENABLE_FDOPEN:BOOL=ON + //Build with GDB debugging support ENABLE_GDB_SERVER:BOOL=OFF -//Builds glslangValidator and spirv-remap +//Builds glslang and spirv-remap ENABLE_GLSLANG_BINARIES:BOOL=OFF //If using Emscripten, build glslang.js. Otherwise, builds a sample @@ -386,22 +410,34 @@ ENABLE_SPVREMAPPER:BOOL=OFF ENABLE_WINDOWS_CRYPTO:BOOL=OFF //Enable use of Zstandard -ENABLE_ZSTD:BOOL=OFF - -//Single output directory for building all executables. -EXECUTABLE_OUTPUT_PATH:PATH= +ENABLE_ZSTD:BOOL=ON //Path to a library. -FOUNDATION:FILEPATH=/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/Foundation.framework +FOUNDATION:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks/Foundation.framework //No help, variable specified on the command line. -FRAMEWORK_VULKAN_LIBS:UNINITIALIZED=./MoltenVK/dylib/iOS/libMoltenVK.dylib +FRAMEWORK_VULKAN_LIBS:UNINITIALIZED=../../../MoltenVK/MoltenVK/dynamic/MoltenVK.xcframework //Git command line client GIT_EXECUTABLE:FILEPATH=/opt/homebrew/bin/git //Path to a library. -GLKIT:FILEPATH=/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/GLKit.framework +GLKIT:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks/GLKit.framework + +//Installation directory for executables +INSTALL_BIN_DIR:PATH=/usr/local/bin + +//Installation directory for headers +INSTALL_INC_DIR:PATH=/usr/local/include + +//Installation directory for libraries +INSTALL_LIB_DIR:PATH=/usr/local/lib + +//Installation directory for manual pages +INSTALL_MAN_DIR:PATH=/usr/local/share/man + +//Installation directory for pkgconfig (.pc) files +INSTALL_PKGCONFIG_DIR:PATH=/usr/local/share/pkgconfig //Install static libraries INSTALL_STATIC_LIBS:BOOL=OFF @@ -409,9 +445,6 @@ INSTALL_STATIC_LIBS:BOOL=OFF //No help, variable specified on the command line. IOS:UNINITIALIZED=ON -//Single output directory for building all libraries. -LIBRARY_OUTPUT_PATH:PATH= - //Build libretro core LIBRETRO:BOOL=ON @@ -421,6 +454,9 @@ LIBZIP_DO_INSTALL:BOOL=OFF //Path to a program. MDOCTOOL:FILEPATH=/usr/bin/mandoc +//Path to a program. +NIHTEST:FILEPATH=NIHTEST-NOTFOUND + //Install library NOWIDE_INSTALL:BOOL=OFF @@ -431,7 +467,7 @@ NOWIDE_WERROR:BOOL=OFF NO_GETADDRINFO:BOOL=OFF //Path to a library. -OPENGLES:FILEPATH=/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/OpenGLES.framework +OPENGLES:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks/OpenGLES.framework //CXX compiler flags for OpenMP parallelization OpenMP_CXX_FLAGS:STRING=NOTFOUND @@ -448,9 +484,6 @@ OpenMP_C_LIB_NAMES:STRING=NOTFOUND //Path to a library. OpenMP_libomp_LIBRARY:FILEPATH=OpenMP_libomp_LIBRARY-NOTFOUND -//Path to a program. -PERL_EXECUTABLE:FILEPATH=/opt/homebrew/bin/perl - //Arguments to supply to pkg-config PKG_CONFIG_ARGN:STRING= @@ -490,6 +523,15 @@ UPNPC_BUILD_TESTS:BOOL=OFF //Disable installation UPNPC_NO_INSTALL:BOOL=ON +//Build with ALSA support +USE_ALSA:BOOL=ON + +//Build and link with breakpad library +USE_BREAKPAD:BOOL=ON + +//Use Discord Presence API +USE_DISCORD:BOOL=OFF + //Build with Direct3D 11 support USE_DX11:BOOL=ON @@ -502,24 +544,54 @@ USE_GLES:BOOL=OFF //Use GLES2 API USE_GLES2:BOOL=ON +//Use host glslang +USE_HOST_GLSLANG:BOOL=OFF + +//Use host libchdr +USE_HOST_LIBCHDR:BOOL=OFF + //Use host libzip USE_HOST_LIBZIP:BOOL=ON //Use host SDL library USE_HOST_SDL:BOOL=OFF +//Build with AO support +USE_LIBAO:BOOL=ON + +//Use libcdio for CDROM access +USE_LIBCDIO:BOOL=OFF + +//Build with Lua support +USE_LUA:BOOL=ON + //Use OpenGL API USE_OPENGL:BOOL=OFF //Use OpenMP if available USE_OPENMP:BOOL=ON +//Build with OSS support +USE_OSS:BOOL=OFF + +//Build with PulseAudio support +USE_PULSEAUDIO:BOOL=ON + //RPI: use the legacy Broadcom GLES libraries USE_VIDEOCORE:BOOL=OFF //Build with Vulkan support USE_VULKAN:BOOL=ON +//Value Computed by CMake +VMA_BINARY_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/VulkanMemoryAllocator + +//Value Computed by CMake +VMA_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +VMA_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/VulkanMemoryAllocator + //Value Computed by CMake VULKAN_HEADERS_BINARY_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/Vulkan-Headers @@ -530,7 +602,10 @@ VULKAN_HEADERS_IS_TOP_LEVEL:STATIC=OFF VULKAN_HEADERS_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/Vulkan-Headers //No help, variable specified on the command line. -Vulkan_INCLUDE_DIR:UNINITIALIZED=./MoltenVK/include +Vulkan_INCLUDE_DIR:UNINITIALIZED=../../../MoltenVK/MoltenVK/include + +//Use lzma asm +WITH_LZMA_ASM:BOOL=ON //Use system provided zlib library WITH_SYSTEM_ZLIB:BOOL=OFF @@ -540,6 +615,63 @@ XXHASH_BUILD_XXHSUM:BOOL=OFF XXHASH_BUNDLED_MODE:BOOL=ON +//Visibility for ZDICTLIB_STATIC_API API +ZDICTLIB_STATIC_API:STRING= + +//Visibility for ZDICTLIB_VISIBLE API +ZDICTLIB_VISIBLE:STRING= + +//Enable Zlib Examples +ZLIB_BUILD_EXAMPLES:BOOL=OFF + +//Use generic linker flag for Xcode to support multiple SDKs +ZLIB_LIBRARY:STRING=-lz + +//Visibility for ZSTDERRORLIB_VISIBLE API +ZSTDERRORLIB_VISIBLE:STRING= + +//Visibility for ZSTDLIB_STATIC_API API +ZSTDLIB_STATIC_API:STRING= + +//Visibility for ZSTDLIB API +ZSTDLIB_VISIBLE:STRING= + +//BUILD COMPRESSION MODULE +ZSTD_BUILD_COMPRESSION:BOOL=ON + +//BUILD CONTRIB +ZSTD_BUILD_CONTRIB:BOOL=OFF + +//BUILD DECOMPRESSION MODULE +ZSTD_BUILD_DECOMPRESSION:BOOL=ON + +//BUILD DEPRECATED MODULE +ZSTD_BUILD_DEPRECATED:BOOL=OFF + +//BUILD DICTBUILDER MODULE +ZSTD_BUILD_DICTBUILDER:BOOL=ON + +//BUILD PROGRAMS +ZSTD_BUILD_PROGRAMS:BOOL=OFF + +//BUILD SHARED LIBRARIES +ZSTD_BUILD_SHARED:BOOL=OFF + +//BUILD STATIC LIBRARIES +ZSTD_BUILD_STATIC:BOOL=ON + +//BUILD TESTS +ZSTD_BUILD_TESTS:BOOL=OFF + +//LEGACY SUPPORT +ZSTD_LEGACY_SUPPORT:BOOL=OFF + +//MULTITHREADING SUPPORT +ZSTD_MULTITHREAD_SUPPORT:BOOL=ON + +//PROGRAMS LINK SHARED +ZSTD_PROGRAMS_LINK_SHARED:BOOL=OFF + //No help, variable specified on the command line. _OPENMP:UNINITIALIZED=ON @@ -547,7 +679,7 @@ _OPENMP:UNINITIALIZED=ON __APPLE__:UNINITIALIZED=ON //Dependencies for the target -chdr-static_LIB_DEPENDS:STATIC=general;lzma;general;zlib; +chdr-static_LIB_DEPENDS:STATIC=general;lzma;general;zlibstatic;general;libzstd_static; //Value Computed by CMake chdr_BINARY_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr @@ -565,7 +697,7 @@ flycast_libretro_BINARY_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Proven flycast_libretro_IS_TOP_LEVEL:STATIC=ON //Dependencies for the target -flycast_libretro_LIB_DEPENDS:STATIC=general;/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/Foundation.framework;general;/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/OpenGLES.framework;general;/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/GLKit.framework;general;xxHash::xxhash;general;glslang-default-resource-limits;general;SPIRV;general;chdr-static;general;zlib;general;nowide::nowide;general;miniupnpc::miniupnpc;general;zip;general;elf;general;flycast::res; +flycast_libretro_LIB_DEPENDS:STATIC=general;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks/Foundation.framework;general;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks/OpenGLES.framework;general;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks/GLKit.framework;general;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/libomp.a;general;xxHash::xxhash;general;glslang::glslang-default-resource-limits;general;glslang::SPIRV;general;chdr-static;general;nowide::nowide;general;miniupnpc::miniupnpc;general;libzip::zip;general;elf;general;flycast::res; //Value Computed by CMake flycast_libretro_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast @@ -606,6 +738,15 @@ libzip_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake libzip_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip +//Value Computed by CMake +libzstd_BINARY_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib + +//Value Computed by CMake +libzstd_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +libzstd_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib + //Value Computed by CMake miniupnpc_BINARY_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/miniupnpc @@ -624,6 +765,9 @@ nowide_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake nowide_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/nowide +//Path to a library. +pkgcfg_lib_PC_zstd_zstd:FILEPATH=pkgcfg_lib_PC_zstd_zstd-NOTFOUND + //Value Computed by CMake xxHash_BINARY_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial @@ -634,16 +778,31 @@ xxHash_IS_TOP_LEVEL:STATIC=OFF xxHash_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/xxHash/cmake_unofficial //Dependencies for the target -zip_LIB_DEPENDS:STATIC=general;ZLIB::ZLIB; +zip_LIB_DEPENDS:STATIC=general;zstd::libzstd_static;general;ZLIB::ZLIB; //Value Computed by CMake -zlib_BINARY_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12 +zlib_BINARY_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1 //Value Computed by CMake zlib_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake -zlib_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12 +zlib_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.3.1 + +//Value Computed by CMake +zstd_BINARY_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake + +//Path to a file. +zstd_DLL:FILEPATH=zstd_DLL-NOTFOUND + +//Value Computed by CMake +zstd_IS_TOP_LEVEL:STATIC=OFF + +//Path to a library. +zstd_SHARED_LIBRARY:FILEPATH=zstd_SHARED_LIBRARY-NOTFOUND + +//Value Computed by CMake +zstd_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake ######################## @@ -651,7 +810,7 @@ zlib_SOURCE_DIR:STATIC=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/F ######################## //Stored Xcode object GUID -ALL_BUILD_GUID_CMAKE:INTERNAL=6DB80BBE8DA7D6D87A8D27FD +ALL_BUILD_GUID_CMAKE:INTERNAL=B727D2F61FE22951697F0BAD //Build shared libraries BUILD_SHARED_LIBS:INTERNAL=OFF //Test CFLAG_Wall @@ -678,20 +837,33 @@ CFLAG_Wundef:INTERNAL=1 CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER +CMAKE_ASM_COMPILER-ADVANCED:INTERNAL=1 +CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS +CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG +CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL +CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE +CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO +CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +CMAKE_CACHE_MINOR_VERSION:INTERNAL=31 //Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=5 +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 //Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.30.5/bin/cmake +CMAKE_COMMAND:INTERNAL=/opt/homebrew/bin/cmake //Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.30.5/bin/cpack +CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/bin/cpack //Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.30.5/bin/ctest +CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/bin/ctest //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG @@ -790,7 +962,7 @@ CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=19 +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=22 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP @@ -802,7 +974,7 @@ CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. -CMAKE_ROOT:INTERNAL=/opt/homebrew/Cellar/cmake/3.30.5/share/cmake +CMAKE_ROOT:INTERNAL=/opt/homebrew/share/cmake //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG @@ -837,16 +1009,50 @@ CMAKE_UNAME:INTERNAL=/usr/bin/uname CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Directory for CMakeRC include files CMRC_INCLUDE_DIR:INTERNAL=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/_cmrc/include +//Test CXX_FLAG_QUNUSED_ARGUMENTS +CXX_FLAG_QUNUSED_ARGUMENTS:INTERNAL=1 +//Test CXX_FLAG_WALL +CXX_FLAG_WALL:INTERNAL=1 +//Test CXX_FLAG_WA_NOEXECSTACK +CXX_FLAG_WA_NOEXECSTACK:INTERNAL=1 +//Test CXX_FLAG_WCAST_ALIGN +CXX_FLAG_WCAST_ALIGN:INTERNAL=1 +//Test CXX_FLAG_WCAST_QUAL +CXX_FLAG_WCAST_QUAL:INTERNAL=1 +//Test CXX_FLAG_WEXTRA +CXX_FLAG_WEXTRA:INTERNAL=1 +//Test CXX_FLAG_WSHADOW +CXX_FLAG_WSHADOW:INTERNAL=1 +//Test CXX_FLAG_WUNDEF +CXX_FLAG_WUNDEF:INTERNAL=1 +//Test C_FLAG_QUNUSED_ARGUMENTS +C_FLAG_QUNUSED_ARGUMENTS:INTERNAL=1 +//Test C_FLAG_WALL +C_FLAG_WALL:INTERNAL=1 +//Test C_FLAG_WA_NOEXECSTACK +C_FLAG_WA_NOEXECSTACK:INTERNAL=1 +//Test C_FLAG_WCAST_ALIGN +C_FLAG_WCAST_ALIGN:INTERNAL=1 +//Test C_FLAG_WCAST_QUAL +C_FLAG_WCAST_QUAL:INTERNAL=1 +//Test C_FLAG_WEXTRA +C_FLAG_WEXTRA:INTERNAL=1 +//Test C_FLAG_WSHADOW +C_FLAG_WSHADOW:INTERNAL=1 +//Test C_FLAG_WSTRICT_PROTOTYPES +C_FLAG_WSTRICT_PROTOTYPES:INTERNAL=1 +//Test C_FLAG_WUNDEF +C_FLAG_WUNDEF:INTERNAL=1 //Details about finding Git -FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/opt/homebrew/bin/git][v2.47.0()] -//Details about finding Perl -FIND_PACKAGE_MESSAGE_DETAILS_Perl:INTERNAL=[/opt/homebrew/bin/perl][v5.40.0()] +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/opt/homebrew/bin/git][v2.47.1()] //Details about finding PkgConfig -FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/opt/homebrew/bin/pkg-config][v0.29.2()] +FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/opt/homebrew/bin/pkg-config][v2.3.0()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Details about finding ZLIB -FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/libz.a][/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.11][c ][v1.2.11(1.1.2)] +FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[-lz][/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.3.1;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1][c ][v(1.1.2)] +//Details about finding zstd +FIND_PACKAGE_MESSAGE_DETAILS_zstd:INTERNAL=[/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/libzstd.a][/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/lib][v(1.3.6)] FTS_LIB:INTERNAL= //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 @@ -860,6 +1066,8 @@ HAVE_CLONEFILE:INTERNAL=1 HAVE_EXPLICIT_BZERO:INTERNAL= //Have function explicit_memset HAVE_EXPLICIT_MEMSET:INTERNAL= +//Have function fchmod +HAVE_FCHMOD:INTERNAL=1 //Test HAVE_FICLONERANGE HAVE_FICLONERANGE:INTERNAL= //Have function fileno @@ -887,16 +1095,22 @@ HAVE_INTTYPES_H_LIBZIP:INTERNAL=1 //Result of TRY_COMPILE HAVE_INT_LIBZIP:INTERNAL=TRUE HAVE_LIB_FTS:INTERNAL= -//Have function localtime_r +//Have symbol localtime_r HAVE_LOCALTIME_R:INTERNAL=1 +//Have symbol localtime_s +HAVE_LOCALTIME_S:INTERNAL= //Result of TRY_COMPILE HAVE_LONG_LIBZIP:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_LONG_LONG_LIBZIP:INTERNAL=TRUE +//Have function memcpy_s +HAVE_MEMCPY_S:INTERNAL= //Test HAVE_NULLABLE HAVE_NULLABLE:INTERNAL=1 //Result of TRY_COMPILE HAVE_OFF64_T:INTERNAL=FALSE +//Have function random +HAVE_RANDOM:INTERNAL=1 //Have function setmode HAVE_SETMODE:INTERNAL=1 //Result of TRY_COMPILE @@ -905,6 +1119,10 @@ HAVE_SHORT_LIBZIP:INTERNAL=TRUE HAVE_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE +//Have symbol snprintf +HAVE_SNPRINTF:INTERNAL=1 +//Have symbol snprintf_s +HAVE_SNPRINTF_S:INTERNAL= //Have include stdbool.h HAVE_STDBOOL_H:INTERNAL=1 //Have include stddef.h @@ -913,14 +1131,20 @@ HAVE_STDDEF_H:INTERNAL=1 HAVE_STDINT_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H_LIBZIP:INTERNAL=1 -//Have function strcasecmp +//Have symbol strcasecmp HAVE_STRCASECMP:INTERNAL=1 //Have function strdup HAVE_STRDUP:INTERNAL=1 +//Have function strerrorlen_s +HAVE_STRERRORLEN_S:INTERNAL= +//Have function strerror_s +HAVE_STRERROR_S:INTERNAL= //Have function stricmp HAVE_STRICMP:INTERNAL= //Have include strings.h HAVE_STRINGS_H:INTERNAL=1 +//Have function strncpy_s +HAVE_STRNCPY_S:INTERNAL= //Have function strtoll HAVE_STRTOLL:INTERNAL=1 //Have function strtoull @@ -949,11 +1173,15 @@ HAVE__FDOPEN:INTERNAL= HAVE__FILENO:INTERNAL= //Have function _setmode HAVE__SETMODE:INTERNAL= -//Have function _snprintf +//Have symbol _snprintf HAVE__SNPRINTF:INTERNAL= +//Have symbol _snprintf_s +HAVE__SNPRINTF_S:INTERNAL= +//Have symbol _snwprintf_s +HAVE__SNWPRINTF_S:INTERNAL= //Have function _strdup HAVE__STRDUP:INTERNAL= -//Have function _stricmp +//Have symbol _stricmp HAVE__STRICMP:INTERNAL= //Have function _strtoi64 HAVE__STRTOI64:INTERNAL= @@ -979,6 +1207,8 @@ INT64_T_LIBZIP:INTERNAL=8 INT8_T_LIBZIP:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int) INT_LIBZIP:INTERNAL=4 +//Test LD_FLAG_Z_NOEXECSTACK +LD_FLAG_Z_NOEXECSTACK:INTERNAL= //CHECK_TYPE_SIZE: sizeof(long) LONG_LIBZIP:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) @@ -1009,34 +1239,73 @@ OpenMP_C_FLAGS-ADVANCED:INTERNAL=1 OpenMP_C_LIB_NAMES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OpenMP_libomp_LIBRARY OpenMP_libomp_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PERL_EXECUTABLE -PERL_EXECUTABLE-ADVANCED:INTERNAL=1 +PC_zstd_CFLAGS:INTERNAL=-I/opt/homebrew/opt/zstd/include +PC_zstd_CFLAGS_I:INTERNAL= +PC_zstd_CFLAGS_OTHER:INTERNAL= +PC_zstd_FOUND:INTERNAL=1 +PC_zstd_INCLUDEDIR:INTERNAL=/opt/homebrew/opt/zstd/include +PC_zstd_INCLUDE_DIRS:INTERNAL=/opt/homebrew/opt/zstd/include +PC_zstd_LDFLAGS:INTERNAL=-L/opt/homebrew/opt/zstd/lib;-lzstd +PC_zstd_LDFLAGS_OTHER:INTERNAL= +PC_zstd_LIBDIR:INTERNAL=/opt/homebrew/opt/zstd/lib +PC_zstd_LIBRARIES:INTERNAL=zstd +PC_zstd_LIBRARY_DIRS:INTERNAL=/opt/homebrew/opt/zstd/lib +PC_zstd_LIBS:INTERNAL= +PC_zstd_LIBS_L:INTERNAL= +PC_zstd_LIBS_OTHER:INTERNAL= +PC_zstd_LIBS_PATHS:INTERNAL= +PC_zstd_MODULE_NAME:INTERNAL=libzstd +PC_zstd_PREFIX:INTERNAL=/opt/homebrew/opt/zstd +PC_zstd_STATIC_CFLAGS:INTERNAL=-I/opt/homebrew/opt/zstd/include +PC_zstd_STATIC_CFLAGS_I:INTERNAL= +PC_zstd_STATIC_CFLAGS_OTHER:INTERNAL= +PC_zstd_STATIC_INCLUDE_DIRS:INTERNAL=/opt/homebrew/opt/zstd/include +PC_zstd_STATIC_LDFLAGS:INTERNAL=-L/opt/homebrew/opt/zstd/lib;-lzstd +PC_zstd_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_zstd_STATIC_LIBDIR:INTERNAL= +PC_zstd_STATIC_LIBRARIES:INTERNAL=zstd +PC_zstd_STATIC_LIBRARY_DIRS:INTERNAL=/opt/homebrew/opt/zstd/lib +PC_zstd_STATIC_LIBS:INTERNAL= +PC_zstd_STATIC_LIBS_L:INTERNAL= +PC_zstd_STATIC_LIBS_OTHER:INTERNAL= +PC_zstd_STATIC_LIBS_PATHS:INTERNAL= +PC_zstd_VERSION:INTERNAL=1.5.6 +PC_zstd_libzstd_INCLUDEDIR:INTERNAL= +PC_zstd_libzstd_LIBDIR:INTERNAL= +PC_zstd_libzstd_PREFIX:INTERNAL= +PC_zstd_libzstd_VERSION:INTERNAL= //ADVANCED property for variable: PKG_CONFIG_ARGN PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 //Stored Xcode object GUID -PROJECT_VULKAN_HEADERS_GUID_CMAKE:INTERNAL=EF00748110EA4B729B134097 +PROJECT_VMA_GUID_CMAKE:INTERNAL=CBA4864BED2D415586845402 +//Stored Xcode object GUID +PROJECT_VULKAN_HEADERS_GUID_CMAKE:INTERNAL=2F7D523B14BC4CDA9213D3BA +//Stored Xcode object GUID +PROJECT_chdr_GUID_CMAKE:INTERNAL=FE463CF5A9D648AEB70D4B90 //Stored Xcode object GUID -PROJECT_chdr_GUID_CMAKE:INTERNAL=24364CD0C0E84F96B59FD0EA +PROJECT_flycast_libretro_GUID_CMAKE:INTERNAL=A8DB6B689E7045BC912EB972 //Stored Xcode object GUID -PROJECT_flycast_libretro_GUID_CMAKE:INTERNAL=B1F84C013939485482506C26 +PROJECT_glm_GUID_CMAKE:INTERNAL=5655E62B49874929AB2CC99C //Stored Xcode object GUID -PROJECT_glm_GUID_CMAKE:INTERNAL=4F17AC99A572430A82387383 +PROJECT_glslang_GUID_CMAKE:INTERNAL=057D0821D8D043A6AA7D6B7C //Stored Xcode object GUID -PROJECT_glslang_GUID_CMAKE:INTERNAL=3993DA3D4F9B45C89203DB0E +PROJECT_libelf_GUID_CMAKE:INTERNAL=C5C3EF8456084A9B81212EE2 //Stored Xcode object GUID -PROJECT_libelf_GUID_CMAKE:INTERNAL=08E3AFB0123040A8A4DD1168 +PROJECT_libzip_GUID_CMAKE:INTERNAL=B5E4E21FA40E47F7A0A0A621 //Stored Xcode object GUID -PROJECT_libzip_GUID_CMAKE:INTERNAL=55D58564DBD84E2EAFB571B8 +PROJECT_libzstd_GUID_CMAKE:INTERNAL=E30C2F0C74654AC293BFD180 //Stored Xcode object GUID -PROJECT_miniupnpc_GUID_CMAKE:INTERNAL=B129BF0756BF4C14B4BE9F1B +PROJECT_miniupnpc_GUID_CMAKE:INTERNAL=29B6846338DC4781B5906617 //Stored Xcode object GUID -PROJECT_nowide_GUID_CMAKE:INTERNAL=498C30ACDAE547FCAB4D6B76 +PROJECT_nowide_GUID_CMAKE:INTERNAL=0D9796788D9E4125ADDA1D8C //Stored Xcode object GUID -PROJECT_xxHash_GUID_CMAKE:INTERNAL=0912954A2D704D73B267B839 +PROJECT_xxHash_GUID_CMAKE:INTERNAL=49137CDA8BF646C7A052987A //Stored Xcode object GUID -PROJECT_zlib_GUID_CMAKE:INTERNAL=76973EDB981C4BFE9D5BBE04 +PROJECT_zlib_GUID_CMAKE:INTERNAL=371E957D429E4CF0A4B9E723 +//Stored Xcode object GUID +PROJECT_zstd_GUID_CMAKE:INTERNAL=1B8B0FA7E65A49E4AEB02A80 //CHECK_TYPE_SIZE: sizeof(short) SHORT_LIBZIP:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(off_t) @@ -1055,8 +1324,18 @@ UINT64_T_LIBZIP:INTERNAL=8 UINT8_T_LIBZIP:INTERNAL=1 //ADVANCED property for variable: XXHASH_BUNDLED_MODE XXHASH_BUNDLED_MODE-ADVANCED:INTERNAL=1 +//STRINGS property for variable: ZDICTLIB_STATIC_API +ZDICTLIB_STATIC_API-STRINGS:INTERNAL=;hidden;default;protected;internal +//STRINGS property for variable: ZDICTLIB_VISIBLE +ZDICTLIB_VISIBLE-STRINGS:INTERNAL=;hidden;default;protected;internal //Stored Xcode object GUID -ZERO_CHECK_GUID_CMAKE:INTERNAL=6D2263BD069F7028F9CB8758 +ZERO_CHECK_GUID_CMAKE:INTERNAL=69835AD03873232AF422EFB0 +//STRINGS property for variable: ZSTDERRORLIB_VISIBLE +ZSTDERRORLIB_VISIBLE-STRINGS:INTERNAL=;hidden;default;protected;internal +//STRINGS property for variable: ZSTDLIB_STATIC_API +ZSTDLIB_STATIC_API-STRINGS:INTERNAL=;hidden;default;protected;internal +//STRINGS property for variable: ZSTDLIB_VISIBLE +ZSTDLIB_VISIBLE-STRINGS:INTERNAL=;hidden;default;protected;internal //Have include unistd.h Z_HAVE_UNISTD_H:INTERNAL=1 //Path to CMakeRC script @@ -1073,10 +1352,14 @@ __INT32_LIBZIP:INTERNAL= __INT64_LIBZIP:INTERNAL= //CHECK_TYPE_SIZE: __int8 unknown __INT8_LIBZIP:INTERNAL= +__pkg_config_arguments_PC_zstd:INTERNAL=QUIET;libzstd +__pkg_config_checked_PC_zstd:INTERNAL=1 //Stored Xcode object GUID chdr-benchmark_GUID_CMAKE:INTERNAL=6A02EEB9AF975E98F1163ADB //Stored Xcode object GUID chdr-static_GUID_CMAKE:INTERNAL=306475C933CD35C79B855AD1 +//Stored Xcode object GUID +clean-all_GUID_CMAKE:INTERNAL=146B629DE4BB64BB67E54FA0 cmrc_hpp:INTERNAL=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/_cmrc/include/cmrc/cmrc.hpp //Stored Xcode object GUID dist_GUID_CMAKE:INTERNAL=BFE014D0F91E05E8EAF0406F @@ -1093,17 +1376,30 @@ glslang-default-resource-limits_GUID_CMAKE:INTERNAL=470865334B5B576275C5112C //Stored Xcode object GUID glslang_GUID_CMAKE:INTERNAL=7D9BA18AFAC54B79E83F387A //Stored Xcode object GUID -install_GUID_CMAKE:INTERNAL=11E917AB434F844A6CA3AEDF +install_GUID_CMAKE:INTERNAL=1148ED2E9013F6047A670D47 //Stored Xcode object GUID libminiupnpc-static_GUID_CMAKE:INTERNAL=35DBD5B78ECF44833D17B51F //Stored Xcode object GUID -lzma_GUID_CMAKE:INTERNAL=1B6D1D7E89C9A43F8E1A70B4 +libzstd_static_GUID_CMAKE:INTERNAL=92C9B5FE49230EAE1BA30390 +//Stored Xcode object GUID +lzma_GUID_CMAKE:INTERNAL=419CF4A61CD3DDB0D3BD2ED2 //Stored Xcode object GUID nowide_GUID_CMAKE:INTERNAL=B752C9C7BC3D5683D01E5833 +//ADVANCED property for variable: pkgcfg_lib_PC_zstd_zstd +pkgcfg_lib_PC_zstd_zstd-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/opt/homebrew/opt/zstd/lib +//Stored Xcode object GUID +uninstall_GUID_CMAKE:INTERNAL=26CB2AEE0BA90F0F93EA7584 //Stored Xcode object GUID xxhash_GUID_CMAKE:INTERNAL=D59F45CAF99423BB160B8A01 //Stored Xcode object GUID zip_GUID_CMAKE:INTERNAL=7AA1697EDEC0ABD31E514DBF //Stored Xcode object GUID -zlib_GUID_CMAKE:INTERNAL=B128433B4CE4270EFDCFAB54 +zlib_GUID_CMAKE:INTERNAL=C7F71D9148762EB14071D744 +//Stored Xcode object GUID +zlibstatic_GUID_CMAKE:INTERNAL=807E5D4C084C756426305CD2 +//ADVANCED property for variable: zstd_DLL +zstd_DLL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: zstd_SHARED_LIBRARY +zstd_SHARED_LIBRARY-ADVANCED:INTERNAL=1 diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeCCompiler.cmake b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeCCompiler.cmake deleted file mode 100644 index 3a43d1974e..0000000000 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeCCompiler.cmake +++ /dev/null @@ -1,81 +0,0 @@ -set(CMAKE_C_COMPILER "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "AppleClang") -set(CMAKE_C_COMPILER_VERSION "16.0.0.16000026") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_C_STANDARD_LATEST "23") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") -set(CMAKE_C17_COMPILE_FEATURES "c_std_17") -set(CMAKE_C23_COMPILE_FEATURES "c_std_23") - -set(CMAKE_C_PLATFORM_ID "Darwin") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_C_SIMULATE_VERSION "") - - - -set(CMAKE_XCODE_ARCHS "arm64") -set(CMAKE_AR "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "") -set(CMAKE_RANLIB "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "") -set(CMAKE_LINKER "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld") -set(CMAKE_LINKER_LINK "") -set(CMAKE_LINKER_LLD "") -set(CMAKE_C_COMPILER_LINKER "NOTFOUND") -set(CMAKE_C_COMPILER_LINKER_ID "") -set(CMAKE_C_COMPILER_LINKER_VERSION ) -set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT ) -set(CMAKE_MT "") -set(CMAKE_TAPI "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi") -set(CMAKE_COMPILER_IS_GNUCC ) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) -set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "8") -set(CMAKE_C_COMPILER_ABI "") -set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_C_LIBRARY_ARCHITECTURE "") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include;/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include;/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include") -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeCXXCompiler.cmake b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeCXXCompiler.cmake deleted file mode 100644 index 8f1a6eb4f7..0000000000 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,101 +0,0 @@ -set(CMAKE_CXX_COMPILER "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "AppleClang") -set(CMAKE_CXX_COMPILER_VERSION "16.0.0.16000026") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98") -set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_CXX_STANDARD_LATEST "23") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") -set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") -set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") -set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") -set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") -set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") -set(CMAKE_CXX26_COMPILE_FEATURES "") - -set(CMAKE_CXX_PLATFORM_ID "Darwin") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_CXX_SIMULATE_VERSION "") - - - -set(CMAKE_XCODE_ARCHS "arm64") -set(CMAKE_AR "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "") -set(CMAKE_RANLIB "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "") -set(CMAKE_LINKER "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld") -set(CMAKE_LINKER_LINK "") -set(CMAKE_LINKER_LLD "") -set(CMAKE_CXX_COMPILER_LINKER "NOTFOUND") -set(CMAKE_CXX_COMPILER_LINKER_ID "") -set(CMAKE_CXX_COMPILER_LINKER_VERSION ) -set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) -set(CMAKE_MT "") -set(CMAKE_TAPI "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi") -set(CMAKE_COMPILER_IS_GNUCXX ) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED TRUE) - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) - -foreach (lang IN ITEMS C OBJC OBJCXX) - if (CMAKE_${lang}_COMPILER_ID_RUN) - foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) - list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) - endforeach() - endif() -endforeach() - -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) -set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "") -set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1;/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include;/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include;/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") -set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") - -set(CMAKE_CXX_COMPILER_IMPORT_STD "") -### Imported target for C++23 standard library -set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Xcode") - - - diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeDetermineCompilerABI_C.bin b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeDetermineCompilerABI_C.bin deleted file mode 100644 index 8c7790c358..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeDetermineCompilerABI_CXX.bin b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100644 index 772ca31fff..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeSystem.cmake b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeSystem.cmake deleted file mode 100644 index 8aaa12b41b..0000000000 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Darwin-24.1.0") -set(CMAKE_HOST_SYSTEM_NAME "Darwin") -set(CMAKE_HOST_SYSTEM_VERSION "24.1.0") -set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64") - - - -set(CMAKE_SYSTEM "iOS") -set(CMAKE_SYSTEM_NAME "iOS") -set(CMAKE_SYSTEM_VERSION "") -set(CMAKE_SYSTEM_PROCESSOR "") - -set(CMAKE_CROSSCOMPILING "TRUE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp deleted file mode 100644 index 7152dc89b2..0000000000 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp +++ /dev/null @@ -1 +0,0 @@ --target arm64-apple-ios18.1 -fpascal-strings -Os -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat deleted file mode 100644 index f145178e40..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/10dd05ffe64bb2e6f78ff73bcbc197b3 b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/10dd05ffe64bb2e6f78ff73bcbc197b3 deleted file mode 100644 index 99c7004e2a..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/10dd05ffe64bb2e6f78ff73bcbc197b3 and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/c07a9821bc46041375c29e5d7622cc48 b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/c07a9821bc46041375c29e5d7622cc48 deleted file mode 100644 index 7152dc89b2..0000000000 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/c07a9821bc46041375c29e5d7622cc48 +++ /dev/null @@ -1 +0,0 @@ --target arm64-apple-ios18.1 -fpascal-strings -Os -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/description.msgpack b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/description.msgpack deleted file mode 100644 index 70ba78bd9e..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/description.msgpack and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/manifest.json b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/manifest.json deleted file mode 100644 index fb41379a9e..0000000000 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/manifest.json +++ /dev/null @@ -1 +0,0 @@ -{"client":{"name":"basic","version":0,"file-system":"device-agnostic","perform-ownership-analysis":"no"},"targets":{"":[""]},"nodes":{"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC":{"is-mutated":true},"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos":{"is-mutated":true}},"commands":{"":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache","","","","",""],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist"],"roots":["/tmp/CompilerIdC.dst","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC"],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml"],"outputs":[""]},"P0:::ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache":{"tool":"shell","description":"ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache","inputs":[],"outputs":["/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache",""],"args":["/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache","/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","-o","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache"],"env":{},"always-out-of-date":true,"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xcodeproj","signature":"3c06c0e57b741aaddf2da1a6c6aad540"},"P0:::CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","inputs":[],"outputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC"]},"P0:::CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC"],"outputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos"]},"P0:::Gate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM-target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/"]},"P0:::Gate WorkspaceHeaderMapVFSFilesWritten":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--AppIntentsMetadataTaskProducer":{"tool":"phony","inputs":["","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-GenerateStubAPI":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-RegisterProduct":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-Validate":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--DocumentationTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--GenerateAppPlaygroundAssetCatalogTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--ModuleVerifierTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer":{"tool":"phony","inputs":["","","","","","","","","","","","","","","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--RealityAssetsTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--SwiftABIBaselineGenerationTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--SwiftFrameworkABICheckerTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--SwiftPackageCopyFilesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--TAPISymbolExtractorTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--TestHostTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--TestTargetPostprocessingTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--copy-headers-completion":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--fused-phase0-compile-sources":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--fused-phase1-run-script":{"tool":"phony","inputs":["","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--generated-headers":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--swift-generated-headers":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--begin-compiling":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--begin-linking":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--begin-scanning":{"tool":"phony","inputs":["","","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--end":{"tool":"phony","inputs":["","","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--entry":{"tool":"phony","inputs":["","","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--immediate":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--linker-inputs-ready":{"tool":"phony","inputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList"],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--modules-ready":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--unsigned-product-ready":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--will-sign":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC":{"tool":"shell","description":"GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC",""],"args":["/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","signature":"0d8f0858502b7079bcb7d8e476882668"},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest":{"tool":"mkdir","description":"MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest","inputs":["",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest",""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist":{"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist"]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest":{"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest":{"tool":"shell","description":"Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest","","",""],"outputs":[""],"args":["/usr/bin/touch","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","signature":"27b57a87f061b3cdc2ca3caf1ef74f66"},"P1:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler":{"tool":"shell","description":"CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CMakeCCompilerId.c","","","","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o"],"args":["/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-ivfsstatcache","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-fno-color-diagnostics","-Wno-trigraphs","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Wno-return-type","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wno-unused-function","-Wno-unused-label","-Wno-unused-parameter","-Wno-unused-variable","-Wunused-value","-Wno-empty-body","-Wno-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wno-constant-conversion","-Wno-int-conversion","-Wno-bool-conversion","-Wno-enum-conversion","-Wno-float-conversion","-Wno-non-literal-null-conversion","-Wno-objc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-implicit-fallthrough","-fstrict-aliasing","-Wdeprecated-declarations","-Wno-sign-conversion","-Wno-infinite-recursion","-Wno-comma","-Wno-block-capture-autoreleasing","-Wno-strict-prototypes","-Wno-semicolon-before-method-body","@/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","-MMD","-MT","dependencies","-MF","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d","--serialize-diagnostics","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CMakeCCompilerId.c","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","deps":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d"],"deps-style":"makefile","signature":"5d23e0a135831ec4c332946cd5cabcb8"},"P2:::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC"],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC normal":{"tool":"shell","description":"Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC normal","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat"],"args":["/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-Xlinker","-reproducible","-target","arm64-apple-ios18.1","-bundle","-isysroot","/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","-Os","-L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos","-L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","-L/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","-F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos","-F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","-iframework","/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","-iframework","/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks","-filelist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","-framework","XCTest","-lXCTestSwiftSupport","-Xlinker","-dependency_info","-Xlinker","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","deps":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat"],"deps-style":"dependency-info","signature":"b3097a897b8849139b8c67fa7b3bcae9"},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::PhaseScriptExecution Run Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh":{"tool":"shell","description":"PhaseScriptExecution Run Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_BUILD_REQUEST_OVERRIDES":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"jmattiello","ALTERNATIVE_DISTRIBUTION_WEB":"NO","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","ALWAYS_SEARCH_USER_PATHS":"YES","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","APP_SHORTCUTS_ENABLE_FLEXIBLE_MATCHING":"YES","ARCHS":"arm64","ARCHS_STANDARD":"arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS":"YES","AUTOMATICALLY_MERGE_DEPENDENCIES":"NO","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"NO","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_EXTENSIONS_FOLDER_PATH":"Extensions","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode","CCHROOT":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_CACHE_FINE_GRAINED_OUTPUTS":"YES","CLANG_ENABLE_EXPLICIT_MODULES":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation","CLASS_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"NO","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILATION_CACHE_CAS_PATH":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/CompilationCache.noindex","COMPILATION_CACHE_KEEP_CAS_DIRECTORY":"YES","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","CONFIGURATION_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"CompilerIdC.xctest","CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdC.xctest/Contents","CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdC.xctest","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.1.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator18.1","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf-with-dsym","DEBUG_INFORMATION_VERSION":"compiler-default","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0 15.1 15.2 15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1","DERIVED_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources","DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode16.1RC.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"English","DIFF":"/usr/bin/diff","DOCUMENTATION_FOLDER_PATH":"CompilerIdC.xctest/English.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","DSTROOT":"/tmp/CompilerIdC.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"CompilerIdC.xctest.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","DYNAMIC_LIBRARY_EXTENSION":"dylib","EAGER_COMPILATION_ALLOW_SCRIPTS":"NO","EAGER_LINKING":"NO","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"NO","ENABLE_BITCODE":"NO","ENABLE_CODE_COVERAGE":"YES","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_DEFAULT_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"NO","ENABLE_PREVIEWS":"NO","ENABLE_TESTABILITY":"NO","ENABLE_TESTING_SEARCH_PATHS":"YES","ENABLE_USER_SCRIPT_SANDBOXING":"NO","ENABLE_XOJIT_PREVIEWS":"NO","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"NO","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"CompilerIdC.xctest/Executables","EXECUTABLE_FOLDER_PATH":"CompilerIdC.xctest","EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdC.xctest/MacOS","EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdC.xctest","EXECUTABLE_NAME":"CompilerIdC","EXECUTABLE_PATH":"CompilerIdC.xctest/CompilerIdC","EXTENSIONS_FOLDER_PATH":"CompilerIdC.xctest/Extensions","FILE_LIST":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"CompilerIdC.xctest/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC ","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"CompilerIdC.xctest","FUSE_BUILD_PHASES":"YES","FUSE_BUILD_SCRIPT_PHASES":"NO","GCC3_VERSION":"3.3","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"NO","GENERATED_MODULEMAP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"YES","GENERATE_INTERMEDIATE_TEXT_BASED_STUBS":"YES","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"NO","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_TARGETS_NOT_BEING_BUILT":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/include ","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/jmattiello","HOST_ARCH":"arm64","HOST_PLATFORM":"macosx","ICONV":"/usr/bin/iconv","IMPLICIT_DEPENDENCY_DOMAIN":"default","INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE":"YES","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"CompilerIdC.xctest/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"CompilerIdC.xctest/English.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/CompilerIdC.dst","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"jmattiello","INSTALL_ROOT":"/tmp/CompilerIdC.dst","IPHONEOS_DEPLOYMENT_TARGET":"18.1","IS_UNOPTIMIZED_BUILD":"NO","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"CompilerIdC.xctest/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_CFLAGS_CLASSIC":"-DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KASAN_CFLAGS_TBI":"-DKASAN=1 -DKASAN_TBI=1 -fsanitize=kernel-hwaddress -mllvm -hwasan-recover=0 -mllvm -hwasan-instrument-atomics=0 -mllvm -hwasan-instrument-stack=1 -mllvm -hwasan-generate-tags-with-calls=1 -mllvm -hwasan-instrument-with-calls=1 -mllvm -hwasan-use-short-granules=0 -mllvm -hwasan-memory-access-callback-prefix=__asan_","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/undefined_arch/CompilerIdC_dependency_info.dat","LD_EXPORT_SYMBOLS":"YES","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" @loader_path/Frameworks","LD_RUNPATH_SEARCH_PATHS_SHALLOW_BUNDLE_NO":"@loader_path/../Frameworks","LD_RUNPATH_SEARCH_PATHS_SHALLOW_BUNDLE_YES":"@loader_path/Frameworks","LD_SHARED_CACHE_ELIGIBLE":"Automatic","LD_WARN_DUPLICATE_LIBRARIES":"NO","LD_WARN_UNUSED_DYLIBS":"NO","LEGACY_DEVELOPER_DIR":"/Applications/Xcode16.1RC.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","LINK_OBJC_RUNTIME":"YES","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios18.1","LLVM_TARGET_TRIPLE_VENDOR":"apple","LM_AUX_CONST_METADATA_LIST_PATH_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.SwiftConstValuesFileList","LOCALIZATION_EXPORT_SUPPORTED":"YES","LOCALIZATION_PREFERS_STRING_CATALOGS":"NO","LOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdC.xctest/English.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","LOCSYMROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","MACH_O_TYPE":"mh_bundle","MAC_OS_X_PRODUCT_BUILD_VERSION":"24B83","MAC_OS_X_VERSION_ACTUAL":"150100","MAC_OS_X_VERSION_MAJOR":"150000","MAC_OS_X_VERSION_MINOR":"150100","MAKE_MERGEABLE":"NO","MERGEABLE_LIBRARY":"NO","MERGED_BINARY_TYPE":"none","MERGE_LINKED_LIBRARIES":"NO","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest","MODULES_FOLDER_PATH":"CompilerIdC.xctest/Modules","NATIVE_ARCH":"arm64","NATIVE_ARCH_32_BIT":"arm","NATIVE_ARCH_64_BIT":"arm64","NATIVE_ARCH_ACTUAL":"arm64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects","OBJECT_FILE_DIR_normal":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal","OBJROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","PACKAGE_TYPE":"com.apple.package-type.bundle.unit-test","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode16.1RC.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin/Contents/Resources:/Applications/Xcode16.1RC.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin:/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/appleinternal/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode16.1RC.app/Contents/Developer/usr/bin:/Applications/Xcode16.1RC.app/Contents/Developer/usr/local/bin:/opt/homebrew/opt/curl/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/Users/jmattiello/.pyenv/shims:/Users/jmattiello/.pyenv/bin:/Users/jmattiello/.rvm/gems/ruby-3.0.0/bin:/Users/jmattiello/.rvm/gems/ruby-3.0.0@global/bin:/Users/jmattiello/.rvm/rubies/ruby-3.0.0/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/usr/local/MacGPG2/bin:/Library/TeX/texbin:/Applications/Server.app/Contents/ServerRoot/usr/bin:/Applications/Server.app/Contents/ServerRoot/usr/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/share/dotnet:/Users/jmattiello/miniforge3/bin:/Users/jmattiello/miniforge3/condabin:/Users/jmattiello/Library/Developer/Scade/Toolchains/scd/bin:/opt/homebrew/opt/node@18/bin:/Users/jmattiello/.swiftenv/shims:/Users/jmattiello/.nvm/versions/node/v17.2.0/bin:/Users/jmattiello/.mint/bin:/Users/jmattiello/bin:/usr/local/sbin:/opt/homebrew/opt/ccache/libexec:/Users/jmattiello/.cargo/bin:/Applications/iTerm.app/Contents/Resources/utilities:/Users/jmattiello/.local/bin:/Users/jmattiello/.rvm/bin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode16.1RC.app/Contents/Developer/Headers /Applications/Xcode16.1RC.app/Contents/Developer/SDKs /Applications/Xcode16.1RC.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"CompilerIdC.xctest/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/PkgInfo","PKGINFO_PATH":"CompilerIdC.xctest/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"22B74","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"CompilerIdC.xctest/PlugIns","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/PrefixHeaders","PRIVATE_HEADERS_FOLDER_PATH":"CompilerIdC.xctest/PrivateHeaders","PROCESSED_INFOPLIST_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/undefined_arch/Processed-Info.plist","PRODUCT_BUNDLE_PACKAGE_TYPE":"BNDL","PRODUCT_MODULE_NAME":"CompilerIdC","PRODUCT_NAME":"CompilerIdC","PRODUCT_SETTINGS_PATH":"","PRODUCT_SPECIFIC_LDFLAGS":"-framework XCTest -lXCTestSwiftSupport","PRODUCT_TYPE":"com.apple.product-type.bundle.unit-test","PRODUCT_TYPE_SWIFT_STDLIB_TOOL_FLAGS":"--scan-executable \"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib\"","PROFILING_CODE":"NO","PROJECT":"CompilerIdC","PROJECT_DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/DerivedSources","PROJECT_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","PROJECT_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xcodeproj","PROJECT_GUID":"d9d24303ac0ea36fa2bc7f98aeea5fe3","PROJECT_NAME":"CompilerIdC","PROJECT_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build","PROJECT_TEMP_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","PROVISIONING_PROFILE_REQUIRED":"NO","PROVISIONING_PROFILE_SUPPORTED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"CompilerIdC.xctest/Headers","RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET":"15.0","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_STATIC_EXECUTABLES_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESCHEDULE_INDEPENDENT_HEADERS_PHASES":"YES","REZ_COLLECTOR_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"CompilerIdC.xctest/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","SDK_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","SDK_DIR_iphoneos":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","SDK_DIR_iphoneos18_1":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","SDK_NAME":"iphoneos18.1","SDK_NAMES":"iphoneos18.1","SDK_PRODUCT_BUILD_VERSION":"22B74","SDK_STAT_CACHE_DIR":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode","SDK_STAT_CACHE_ENABLE":"YES","SDK_STAT_CACHE_PATH":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache","SDK_VERSION":"18.1","SDK_VERSION_ACTUAL":"180100","SDK_VERSION_MAJOR":"180000","SDK_VERSION_MINOR":"180100","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHALLOW_BUNDLE_TRIPLE":"ios","SHALLOW_BUNDLE_ios_macabi":"NO","SHALLOW_BUNDLE_macos":"NO","SHARED_DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"CompilerIdC.xctest/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"CompilerIdC.xctest/SharedSupport","SKIP_INSTALL":"YES","SOURCE_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","SRCROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","STRINGSDATA_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"non-global","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"YES","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPRESS_WARNINGS":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.SwiftFileList","SYMROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode16.1RC.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications/Utilities","SYSTEM_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_EXTENSIONS_FOLDER_PATH":"CompilerIdC.xctest/SystemExtensions","SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdC.xctest/Library/SystemExtensions","SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdC.xctest/SystemExtensions","SYSTEM_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_DEMANGLE":"YES","TAPI_ENABLE_PROJECT_HEADERS":"NO","TAPI_LANGUAGE":"objective-c","TAPI_LANGUAGE_STANDARD":"compiler-default","TAPI_USE_SRCROOT":"YES","TAPI_VERIFY_MODE":"Pedantic","TARGETED_DEVICE_FAMILY":"1","TARGETNAME":"CompilerIdC","TARGET_BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","TARGET_NAME":"CompilerIdC","TARGET_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREAT_MISSING_SCRIPT_PHASE_OUTPUTS_AS_ERRORS":"NO","UID":"501","UNINSTALLED_PRODUCTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/UninstalledProducts","UNLOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdC.xctest","UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdC.xctest/Resources","UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdC.xctest","UNSTRIPPED_PRODUCT":"NO","USER":"jmattiello","USER_APPS_DIR":"/Users/jmattiello/Applications","USER_LIBRARY_DIR":"/Users/jmattiello/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONPLIST_PATH":"CompilerIdC.xctest/version.plist","VERSION_INFO_BUILDER":"jmattiello","VERSION_INFO_FILE":"CompilerIdC_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:CompilerIdC PROJECT:CompilerIdC-\"","WORKSPACE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xcodeproj","WRAPPER_EXTENSION":"xctest","WRAPPER_NAME":"CompilerIdC.xctest","WRAPPER_SUFFIX":".xctest","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"16B40","XCODE_VERSION_ACTUAL":"1610","XCODE_VERSION_MAJOR":"1600","XCODE_VERSION_MINOR":"1610","XPCSERVICES_FOLDER_PATH":"CompilerIdC.xctest/XPCServices","YACC":"yacc","_WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO":"/Contents","_WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO":"/..","_WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO":"/Resources","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC","control-enabled":false,"repair-via-ownership-analysis":true,"signature":"6b25bf835a3a4ea2d784f180a2a454e1"},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist"]}}} \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/task-store.msgpack b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/task-store.msgpack deleted file mode 100644 index 70790fa05a..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/task-store.msgpack and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/build.db b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/build.db deleted file mode 100644 index 1283165739..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/build.db and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp deleted file mode 100644 index 5e11ae182d..0000000000 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp +++ /dev/null @@ -1 +0,0 @@ --target arm64-apple-ios18.1 -fpascal-strings -Os -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -fvisibility-inlines-hidden -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat deleted file mode 100644 index 730d9ac688..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/f04b5faad59be2226cae8ee5b3ee876e b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/f04b5faad59be2226cae8ee5b3ee876e deleted file mode 100644 index 45542a8855..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/f04b5faad59be2226cae8ee5b3ee876e and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/f35c480a70fd0d7608494dd377486bef b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/f35c480a70fd0d7608494dd377486bef deleted file mode 100644 index 5e11ae182d..0000000000 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/f35c480a70fd0d7608494dd377486bef +++ /dev/null @@ -1 +0,0 @@ --target arm64-apple-ios18.1 -fpascal-strings -Os -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -fvisibility-inlines-hidden -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/description.msgpack b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/description.msgpack deleted file mode 100644 index f5327bdeca..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/description.msgpack and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/manifest.json b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/manifest.json deleted file mode 100644 index c11e97ddde..0000000000 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/manifest.json +++ /dev/null @@ -1 +0,0 @@ -{"client":{"name":"basic","version":0,"file-system":"device-agnostic","perform-ownership-analysis":"no"},"targets":{"":[""]},"nodes":{"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX":{"is-mutated":true},"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos":{"is-mutated":true}},"commands":{"":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache","","","","",""],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist"],"roots":["/tmp/CompilerIdCXX.dst","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX"],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml"],"outputs":[""]},"P0:::ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache":{"tool":"shell","description":"ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache","inputs":[],"outputs":["/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache",""],"args":["/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache","/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","-o","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache"],"env":{},"always-out-of-date":true,"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xcodeproj","signature":"3c06c0e57b741aaddf2da1a6c6aad540"},"P0:::CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","inputs":[],"outputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX"]},"P0:::CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX"],"outputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos"]},"P0:::Gate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM-target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/"]},"P0:::Gate WorkspaceHeaderMapVFSFilesWritten":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--AppIntentsMetadataTaskProducer":{"tool":"phony","inputs":["","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-GenerateStubAPI":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-RegisterProduct":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-Validate":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--DocumentationTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--GenerateAppPlaygroundAssetCatalogTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--ModuleVerifierTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer":{"tool":"phony","inputs":["","","","","","","","","","","","","","","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--RealityAssetsTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--SwiftABIBaselineGenerationTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--SwiftFrameworkABICheckerTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--SwiftPackageCopyFilesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--TAPISymbolExtractorTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--TestHostTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--TestTargetPostprocessingTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--copy-headers-completion":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--fused-phase0-compile-sources":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--fused-phase1-run-script":{"tool":"phony","inputs":["","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--generated-headers":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--swift-generated-headers":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--begin-compiling":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--begin-linking":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--begin-scanning":{"tool":"phony","inputs":["","","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--end":{"tool":"phony","inputs":["","","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--entry":{"tool":"phony","inputs":["","","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--immediate":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--linker-inputs-ready":{"tool":"phony","inputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList"],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--modules-ready":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--unsigned-product-ready":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--will-sign":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX":{"tool":"shell","description":"GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX",""],"args":["/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","signature":"d3a32199037bf9760be648656f03686d"},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest":{"tool":"mkdir","description":"MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest","inputs":["",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest",""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist":{"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist"]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest":{"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest":{"tool":"shell","description":"Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest","","",""],"outputs":[""],"args":["/usr/bin/touch","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","signature":"077ff0558817e90d057d004c4dd56674"},"P1:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler":{"tool":"shell","description":"CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CMakeCXXCompilerId.cpp","","","","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o"],"args":["/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c++","-ivfsstatcache","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-fno-color-diagnostics","-Wno-trigraphs","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Wno-return-type","-Wno-non-virtual-dtor","-Wno-overloaded-virtual","-Wno-exit-time-destructors","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wno-unused-function","-Wno-unused-label","-Wno-unused-parameter","-Wno-unused-variable","-Wunused-value","-Wno-empty-body","-Wno-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wno-constant-conversion","-Wno-int-conversion","-Wno-bool-conversion","-Wno-enum-conversion","-Wno-float-conversion","-Wno-non-literal-null-conversion","-Wno-objc-literal-conversion","-Wshorten-64-to-32","-Wno-newline-eof","-Wno-c++11-extensions","-Wno-implicit-fallthrough","-fstrict-aliasing","-Wdeprecated-declarations","-Winvalid-offsetof","-Wno-sign-conversion","-Wno-infinite-recursion","-Wno-move","-Wno-comma","-Wno-block-capture-autoreleasing","-Wno-strict-prototypes","-Wno-range-loop-analysis","-Wno-semicolon-before-method-body","@/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","-MMD","-MT","dependencies","-MF","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d","--serialize-diagnostics","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CMakeCXXCompilerId.cpp","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","deps":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d"],"deps-style":"makefile","signature":"9c384f70873d0598a45687c3fca45195"},"P2:::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX"],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX normal":{"tool":"shell","description":"Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX normal","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat"],"args":["/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++","-Xlinker","-reproducible","-target","arm64-apple-ios18.1","-bundle","-isysroot","/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","-Os","-L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos","-L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","-L/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","-F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos","-F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","-iframework","/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","-iframework","/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks","-filelist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","-framework","XCTest","-lXCTestSwiftSupport","-Xlinker","-dependency_info","-Xlinker","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","deps":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat"],"deps-style":"dependency-info","signature":"df3119c5f5417b4a74952e8b6e3393fb"},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::PhaseScriptExecution Run Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh":{"tool":"shell","description":"PhaseScriptExecution Run Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_BUILD_REQUEST_OVERRIDES":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"jmattiello","ALTERNATIVE_DISTRIBUTION_WEB":"NO","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","ALWAYS_SEARCH_USER_PATHS":"YES","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","APP_SHORTCUTS_ENABLE_FLEXIBLE_MATCHING":"YES","ARCHS":"arm64","ARCHS_STANDARD":"arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS":"YES","AUTOMATICALLY_MERGE_DEPENDENCIES":"NO","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"NO","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_EXTENSIONS_FOLDER_PATH":"Extensions","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode","CCHROOT":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_CACHE_FINE_GRAINED_OUTPUTS":"YES","CLANG_ENABLE_EXPLICIT_MODULES":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation","CLASS_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"NO","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILATION_CACHE_CAS_PATH":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/CompilationCache.noindex","COMPILATION_CACHE_KEEP_CAS_DIRECTORY":"YES","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","CONFIGURATION_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"CompilerIdCXX.xctest","CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdCXX.xctest/Contents","CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdCXX.xctest","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.1.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator18.1","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf-with-dsym","DEBUG_INFORMATION_VERSION":"compiler-default","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0 15.1 15.2 15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1","DERIVED_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources","DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode16.1RC.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"English","DIFF":"/usr/bin/diff","DOCUMENTATION_FOLDER_PATH":"CompilerIdCXX.xctest/English.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","DSTROOT":"/tmp/CompilerIdCXX.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"CompilerIdCXX.xctest.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","DYNAMIC_LIBRARY_EXTENSION":"dylib","EAGER_COMPILATION_ALLOW_SCRIPTS":"NO","EAGER_LINKING":"NO","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"NO","ENABLE_BITCODE":"NO","ENABLE_CODE_COVERAGE":"YES","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_DEFAULT_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"NO","ENABLE_PREVIEWS":"NO","ENABLE_TESTABILITY":"NO","ENABLE_TESTING_SEARCH_PATHS":"YES","ENABLE_USER_SCRIPT_SANDBOXING":"NO","ENABLE_XOJIT_PREVIEWS":"NO","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"NO","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"CompilerIdCXX.xctest/Executables","EXECUTABLE_FOLDER_PATH":"CompilerIdCXX.xctest","EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdCXX.xctest/MacOS","EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdCXX.xctest","EXECUTABLE_NAME":"CompilerIdCXX","EXECUTABLE_PATH":"CompilerIdCXX.xctest/CompilerIdCXX","EXTENSIONS_FOLDER_PATH":"CompilerIdCXX.xctest/Extensions","FILE_LIST":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"CompilerIdCXX.xctest/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX ","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"CompilerIdCXX.xctest","FUSE_BUILD_PHASES":"YES","FUSE_BUILD_SCRIPT_PHASES":"NO","GCC3_VERSION":"3.3","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"NO","GENERATED_MODULEMAP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"YES","GENERATE_INTERMEDIATE_TEXT_BASED_STUBS":"YES","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"NO","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_TARGETS_NOT_BEING_BUILT":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/include ","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/jmattiello","HOST_ARCH":"arm64","HOST_PLATFORM":"macosx","ICONV":"/usr/bin/iconv","IMPLICIT_DEPENDENCY_DOMAIN":"default","INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE":"YES","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"CompilerIdCXX.xctest/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"CompilerIdCXX.xctest/English.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/CompilerIdCXX.dst","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"jmattiello","INSTALL_ROOT":"/tmp/CompilerIdCXX.dst","IPHONEOS_DEPLOYMENT_TARGET":"18.1","IS_UNOPTIMIZED_BUILD":"NO","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"CompilerIdCXX.xctest/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_CFLAGS_CLASSIC":"-DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KASAN_CFLAGS_TBI":"-DKASAN=1 -DKASAN_TBI=1 -fsanitize=kernel-hwaddress -mllvm -hwasan-recover=0 -mllvm -hwasan-instrument-atomics=0 -mllvm -hwasan-instrument-stack=1 -mllvm -hwasan-generate-tags-with-calls=1 -mllvm -hwasan-instrument-with-calls=1 -mllvm -hwasan-use-short-granules=0 -mllvm -hwasan-memory-access-callback-prefix=__asan_","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/undefined_arch/CompilerIdCXX_dependency_info.dat","LD_EXPORT_SYMBOLS":"YES","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" @loader_path/Frameworks","LD_RUNPATH_SEARCH_PATHS_SHALLOW_BUNDLE_NO":"@loader_path/../Frameworks","LD_RUNPATH_SEARCH_PATHS_SHALLOW_BUNDLE_YES":"@loader_path/Frameworks","LD_SHARED_CACHE_ELIGIBLE":"Automatic","LD_WARN_DUPLICATE_LIBRARIES":"NO","LD_WARN_UNUSED_DYLIBS":"NO","LEGACY_DEVELOPER_DIR":"/Applications/Xcode16.1RC.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","LINK_OBJC_RUNTIME":"YES","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios18.1","LLVM_TARGET_TRIPLE_VENDOR":"apple","LM_AUX_CONST_METADATA_LIST_PATH_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.SwiftConstValuesFileList","LOCALIZATION_EXPORT_SUPPORTED":"YES","LOCALIZATION_PREFERS_STRING_CATALOGS":"NO","LOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdCXX.xctest/English.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","LOCSYMROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","MACH_O_TYPE":"mh_bundle","MAC_OS_X_PRODUCT_BUILD_VERSION":"24B83","MAC_OS_X_VERSION_ACTUAL":"150100","MAC_OS_X_VERSION_MAJOR":"150000","MAC_OS_X_VERSION_MINOR":"150100","MAKE_MERGEABLE":"NO","MERGEABLE_LIBRARY":"NO","MERGED_BINARY_TYPE":"none","MERGE_LINKED_LIBRARIES":"NO","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest","MODULES_FOLDER_PATH":"CompilerIdCXX.xctest/Modules","NATIVE_ARCH":"arm64","NATIVE_ARCH_32_BIT":"arm","NATIVE_ARCH_64_BIT":"arm64","NATIVE_ARCH_ACTUAL":"arm64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects","OBJECT_FILE_DIR_normal":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal","OBJROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","PACKAGE_TYPE":"com.apple.package-type.bundle.unit-test","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode16.1RC.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin/Contents/Resources:/Applications/Xcode16.1RC.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin:/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/appleinternal/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode16.1RC.app/Contents/Developer/usr/bin:/Applications/Xcode16.1RC.app/Contents/Developer/usr/local/bin:/opt/homebrew/opt/curl/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/Users/jmattiello/.pyenv/shims:/Users/jmattiello/.pyenv/bin:/Users/jmattiello/.rvm/gems/ruby-3.0.0/bin:/Users/jmattiello/.rvm/gems/ruby-3.0.0@global/bin:/Users/jmattiello/.rvm/rubies/ruby-3.0.0/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/usr/local/MacGPG2/bin:/Library/TeX/texbin:/Applications/Server.app/Contents/ServerRoot/usr/bin:/Applications/Server.app/Contents/ServerRoot/usr/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/share/dotnet:/Users/jmattiello/miniforge3/bin:/Users/jmattiello/miniforge3/condabin:/Users/jmattiello/Library/Developer/Scade/Toolchains/scd/bin:/opt/homebrew/opt/node@18/bin:/Users/jmattiello/.swiftenv/shims:/Users/jmattiello/.nvm/versions/node/v17.2.0/bin:/Users/jmattiello/.mint/bin:/Users/jmattiello/bin:/usr/local/sbin:/opt/homebrew/opt/ccache/libexec:/Users/jmattiello/.cargo/bin:/Applications/iTerm.app/Contents/Resources/utilities:/Users/jmattiello/.local/bin:/Users/jmattiello/.rvm/bin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode16.1RC.app/Contents/Developer/Headers /Applications/Xcode16.1RC.app/Contents/Developer/SDKs /Applications/Xcode16.1RC.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"CompilerIdCXX.xctest/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/PkgInfo","PKGINFO_PATH":"CompilerIdCXX.xctest/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"22B74","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"CompilerIdCXX.xctest/PlugIns","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/PrefixHeaders","PRIVATE_HEADERS_FOLDER_PATH":"CompilerIdCXX.xctest/PrivateHeaders","PROCESSED_INFOPLIST_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/undefined_arch/Processed-Info.plist","PRODUCT_BUNDLE_PACKAGE_TYPE":"BNDL","PRODUCT_MODULE_NAME":"CompilerIdCXX","PRODUCT_NAME":"CompilerIdCXX","PRODUCT_SETTINGS_PATH":"","PRODUCT_SPECIFIC_LDFLAGS":"-framework XCTest -lXCTestSwiftSupport","PRODUCT_TYPE":"com.apple.product-type.bundle.unit-test","PRODUCT_TYPE_SWIFT_STDLIB_TOOL_FLAGS":"--scan-executable \"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib\"","PROFILING_CODE":"NO","PROJECT":"CompilerIdCXX","PROJECT_DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/DerivedSources","PROJECT_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","PROJECT_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xcodeproj","PROJECT_GUID":"cab83bf49ed2df1b1ab81a78cb182d1a","PROJECT_NAME":"CompilerIdCXX","PROJECT_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build","PROJECT_TEMP_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","PROVISIONING_PROFILE_REQUIRED":"NO","PROVISIONING_PROFILE_SUPPORTED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"CompilerIdCXX.xctest/Headers","RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET":"15.0","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_STATIC_EXECUTABLES_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESCHEDULE_INDEPENDENT_HEADERS_PHASES":"YES","REZ_COLLECTOR_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"CompilerIdCXX.xctest/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","SDK_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","SDK_DIR_iphoneos":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","SDK_DIR_iphoneos18_1":"/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk","SDK_NAME":"iphoneos18.1","SDK_NAMES":"iphoneos18.1","SDK_PRODUCT_BUILD_VERSION":"22B74","SDK_STAT_CACHE_DIR":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode","SDK_STAT_CACHE_ENABLE":"YES","SDK_STAT_CACHE_PATH":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache","SDK_VERSION":"18.1","SDK_VERSION_ACTUAL":"180100","SDK_VERSION_MAJOR":"180000","SDK_VERSION_MINOR":"180100","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHALLOW_BUNDLE_TRIPLE":"ios","SHALLOW_BUNDLE_ios_macabi":"NO","SHALLOW_BUNDLE_macos":"NO","SHARED_DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"CompilerIdCXX.xctest/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"CompilerIdCXX.xctest/SharedSupport","SKIP_INSTALL":"YES","SOURCE_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","SRCROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","STRINGSDATA_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"non-global","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"YES","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPRESS_WARNINGS":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.SwiftFileList","SYMROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode16.1RC.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Applications/Utilities","SYSTEM_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_EXTENSIONS_FOLDER_PATH":"CompilerIdCXX.xctest/SystemExtensions","SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdCXX.xctest/Library/SystemExtensions","SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdCXX.xctest/SystemExtensions","SYSTEM_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_DEMANGLE":"YES","TAPI_ENABLE_PROJECT_HEADERS":"NO","TAPI_LANGUAGE":"objective-c","TAPI_LANGUAGE_STANDARD":"compiler-default","TAPI_USE_SRCROOT":"YES","TAPI_VERIFY_MODE":"Pedantic","TARGETED_DEVICE_FAMILY":"1","TARGETNAME":"CompilerIdCXX","TARGET_BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","TARGET_NAME":"CompilerIdCXX","TARGET_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREAT_MISSING_SCRIPT_PHASE_OUTPUTS_AS_ERRORS":"NO","UID":"501","UNINSTALLED_PRODUCTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/UninstalledProducts","UNLOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdCXX.xctest","UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdCXX.xctest/Resources","UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdCXX.xctest","UNSTRIPPED_PRODUCT":"NO","USER":"jmattiello","USER_APPS_DIR":"/Users/jmattiello/Applications","USER_LIBRARY_DIR":"/Users/jmattiello/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONPLIST_PATH":"CompilerIdCXX.xctest/version.plist","VERSION_INFO_BUILDER":"jmattiello","VERSION_INFO_FILE":"CompilerIdCXX_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:CompilerIdCXX PROJECT:CompilerIdCXX-\"","WORKSPACE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xcodeproj","WRAPPER_EXTENSION":"xctest","WRAPPER_NAME":"CompilerIdCXX.xctest","WRAPPER_SUFFIX":".xctest","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode16.1RC.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"16B40","XCODE_VERSION_ACTUAL":"1610","XCODE_VERSION_MAJOR":"1600","XCODE_VERSION_MINOR":"1610","XPCSERVICES_FOLDER_PATH":"CompilerIdCXX.xctest/XPCServices","YACC":"yacc","_WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO":"/Contents","_WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO":"/..","_WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO":"/Resources","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX","control-enabled":false,"repair-via-ownership-analysis":true,"signature":"478e6f4cc1a46a103ad87af94feb893c"},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist"]}}} \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/task-store.msgpack b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/task-store.msgpack deleted file mode 100644 index 6cab1c5771..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/task-store.msgpack and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/build.db b/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/build.db deleted file mode 100644 index 93acb053f8..0000000000 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/build.db and /dev/null differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_C.bin b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_C.bin new file mode 100644 index 0000000000..0eb67a3cf2 Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_C.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_CXX.bin b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_CXX.bin new file mode 100644 index 0000000000..7cbd4be48a Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CMakeCCompilerId.c b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CMakeCCompilerId.c rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp new file mode 100644 index 0000000000..6472f52ae2 --- /dev/null +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp @@ -0,0 +1 @@ +-target arm64-apple-ios18.2 -fpascal-strings -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d similarity index 58% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d index 87327a6127..ccc32595a5 100644 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d @@ -1,2 +1,2 @@ dependencies: \ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CMakeCCompilerId.c + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o similarity index 60% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o index c91db2cb82..2372904632 100644 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList similarity index 66% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList index 240aa84b61..19de4d4215 100644 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList @@ -1 +1 @@ -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat new file mode 100644 index 0000000000..b0858384e9 Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Info.plist b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Info.plist similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Info.plist rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Info.plist diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC similarity index 85% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC index 32a10fa59e..7519e3216b 100644 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdC.yml b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdC.yml similarity index 70% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdC.yml rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdC.yml index d053659dd6..44473c1f1f 100644 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdC.yml +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdC.yml @@ -1,5 +1,5 @@ --- triple: 'arm64-apple-darwin' -binary-path: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC' +binary-path: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC' relocations: [] ... diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC similarity index 99% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC index d0e3a37c27..e2a5732904 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist similarity index 53% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist index 5287a50e38..ae0e0e2d7b 100644 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/177becd055ce63eae4d9f1e7ec0ce515 b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/177becd055ce63eae4d9f1e7ec0ce515 similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/177becd055ce63eae4d9f1e7ec0ce515 rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/177becd055ce63eae4d9f1e7ec0ce515 diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/2de6a04cdba79ed13580c47dfd70cc5f b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/2de6a04cdba79ed13580c47dfd70cc5f similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/2de6a04cdba79ed13580c47dfd70cc5f rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/2de6a04cdba79ed13580c47dfd70cc5f diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9 b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9 similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9 rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9 diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/c148291afa88e6802d88b875f80caaeb b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/c148291afa88e6802d88b875f80caaeb new file mode 100644 index 0000000000..6472f52ae2 --- /dev/null +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/c148291afa88e6802d88b875f80caaeb @@ -0,0 +1 @@ +-target arm64-apple-ios18.2 -fpascal-strings -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/d41d8cd98f00b204e9800998ecf8427e b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/d41d8cd98f00b204e9800998ecf8427e similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/d41d8cd98f00b204e9800998ecf8427e rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/d41d8cd98f00b204e9800998ecf8427e diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/0be2c7116ac7e0fa5d531e4b7ab7e670 b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/e0894c67e0697eb2f9d1fe07ae12db97 similarity index 66% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/0be2c7116ac7e0fa5d531e4b7ab7e670 rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/e0894c67e0697eb2f9d1fe07ae12db97 index 240aa84b61..19de4d4215 100644 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/0be2c7116ac7e0fa5d531e4b7ab7e670 +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/e0894c67e0697eb2f9d1fe07ae12db97 @@ -1 +1 @@ -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/f85bbc03742a209a80cae4711ff4f970 b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/f85bbc03742a209a80cae4711ff4f970 new file mode 100644 index 0000000000..4249a468f8 Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/f85bbc03742a209a80cae4711ff4f970 differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19 b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19 similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19 rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19 diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/build-request.json b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/build-request.json similarity index 93% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/build-request.json rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/build-request.json index 640cd7ac82..b2c281ab56 100644 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/build-request.json +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/build-request.json @@ -9,7 +9,7 @@ "guid" : "d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d" } ], - "containerPath" : "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xcodeproj", + "containerPath" : "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xcodeproj", "continueBuildingAfterErrors" : false, "dependencyScope" : "workspace", "enableIndexBuildArena" : false, diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/description.msgpack b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/description.msgpack new file mode 100644 index 0000000000..eeb1ae2797 Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/description.msgpack differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/manifest.json b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/manifest.json new file mode 100644 index 0000000000..1f32ddb9ef --- /dev/null +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/manifest.json @@ -0,0 +1 @@ +{"client":{"name":"basic","version":0,"file-system":"device-agnostic","perform-ownership-analysis":"no"},"targets":{"":[""]},"nodes":{"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC":{"is-mutated":true},"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos":{"is-mutated":true}},"commands":{"":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache","","","","",""],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist"],"roots":["/tmp/CompilerIdC.dst","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC"],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml"],"outputs":[""]},"P0:::ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache":{"tool":"shell","description":"ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache","inputs":[],"outputs":["/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","-o","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache"],"env":{},"always-out-of-date":true,"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xcodeproj","signature":"63a0709d645049ba55fc1ca09d8e32b2"},"P0:::CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","inputs":[],"outputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC"]},"P0:::CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC"],"outputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos"]},"P0:::Gate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM-target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/"]},"P0:::Gate WorkspaceHeaderMapVFSFilesWritten":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--AppIntentsMetadataTaskProducer":{"tool":"phony","inputs":["","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-GenerateStubAPI":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-RegisterProduct":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--Barrier-Validate":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--DocumentationTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--GenerateAppPlaygroundAssetCatalogTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--ModuleVerifierTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer":{"tool":"phony","inputs":["","","","","","","","","","","","","","","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--RealityAssetsTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--SwiftABIBaselineGenerationTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--SwiftFrameworkABICheckerTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--SwiftPackageCopyFilesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--TAPISymbolExtractorTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--TestHostTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--TestTargetPostprocessingTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--copy-headers-completion":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--fused-phase0-compile-sources":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--fused-phase1-run-script":{"tool":"phony","inputs":["","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--generated-headers":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--swift-generated-headers":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--begin-compiling":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--begin-linking":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--begin-scanning":{"tool":"phony","inputs":["","","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--end":{"tool":"phony","inputs":["","","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--entry":{"tool":"phony","inputs":["","","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--immediate":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--linker-inputs-ready":{"tool":"phony","inputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList"],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--modules-ready":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--unsigned-product-ready":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d--will-sign":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC":{"tool":"shell","description":"GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","signature":"a07ed5b05e3c4969723df5b157a97e3d"},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest":{"tool":"mkdir","description":"MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest","inputs":["",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest",""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist":{"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist"]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest":{"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest","","",""],"outputs":[""]},"P0:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest":{"tool":"shell","description":"Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest","","",""],"outputs":[""],"args":["/usr/bin/touch","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","signature":"a7c5ae87999023fea96faa7ca3b7dbb1"},"P1:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler":{"tool":"shell","description":"CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c","","","","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-ivfsstatcache","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-fno-color-diagnostics","-Wno-trigraphs","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Wno-return-type","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wno-unused-function","-Wno-unused-label","-Wno-unused-parameter","-Wno-unused-variable","-Wunused-value","-Wno-empty-body","-Wno-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wno-constant-conversion","-Wno-int-conversion","-Wno-bool-conversion","-Wno-enum-conversion","-Wno-float-conversion","-Wno-non-literal-null-conversion","-Wno-objc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-implicit-fallthrough","-fstrict-aliasing","-Wdeprecated-declarations","-Wno-sign-conversion","-Wno-infinite-recursion","-Wno-comma","-Wno-block-capture-autoreleasing","-Wno-strict-prototypes","-Wno-semicolon-before-method-body","@/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","-MMD","-MT","dependencies","-MF","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d","--serialize-diagnostics","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","deps":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d"],"deps-style":"makefile","signature":"1f9c7c097652c8bbd8d3a549205cf139"},"P2:::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC"],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC normal":{"tool":"shell","description":"Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC normal","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-Xlinker","-reproducible","-target","arm64-apple-ios18.2","-bundle","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","-Os","-L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos","-L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","-F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos","-F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","-iframework","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","-iframework","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks","-filelist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","-framework","XCTest","-lXCTestSwiftSupport","-Xlinker","-dependency_info","-Xlinker","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","deps":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat"],"deps-style":"dependency-info","signature":"84cbc1f2f73f27d3a43f66381bc8d191"},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::PhaseScriptExecution Run Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh":{"tool":"shell","description":"PhaseScriptExecution Run Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_BUILD_REQUEST_OVERRIDES":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"jmattiello","ALTERNATIVE_DISTRIBUTION_WEB":"NO","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","ALWAYS_SEARCH_USER_PATHS":"YES","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","APP_SHORTCUTS_ENABLE_FLEXIBLE_MATCHING":"YES","ARCHS":"arm64","ARCHS_STANDARD":"arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS":"YES","AUTOMATICALLY_MERGE_DEPENDENCIES":"NO","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"NO","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_EXTENSIONS_FOLDER_PATH":"Extensions","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode","CCHROOT":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_CACHE_FINE_GRAINED_OUTPUTS":"YES","CLANG_ENABLE_EXPLICIT_MODULES":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation","CLASS_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"NO","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILATION_CACHE_CAS_PATH":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/CompilationCache.noindex","COMPILATION_CACHE_KEEP_CAS_DIRECTORY":"YES","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","CONFIGURATION_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"CompilerIdC.xctest","CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdC.xctest/Contents","CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdC.xctest","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.2.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator18.2","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf-with-dsym","DEBUG_INFORMATION_VERSION":"compiler-default","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0 15.1 15.2 15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2","DERIVED_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources","DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"English","DIFF":"/usr/bin/diff","DOCUMENTATION_FOLDER_PATH":"CompilerIdC.xctest/English.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","DSTROOT":"/tmp/CompilerIdC.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"CompilerIdC.xctest.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","DYNAMIC_LIBRARY_EXTENSION":"dylib","EAGER_COMPILATION_ALLOW_SCRIPTS":"NO","EAGER_LINKING":"NO","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"NO","ENABLE_BITCODE":"NO","ENABLE_CODE_COVERAGE":"YES","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_DEFAULT_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"NO","ENABLE_PREVIEWS":"NO","ENABLE_TESTABILITY":"NO","ENABLE_TESTING_SEARCH_PATHS":"YES","ENABLE_USER_SCRIPT_SANDBOXING":"NO","ENABLE_XOJIT_PREVIEWS":"NO","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"NO","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"CompilerIdC.xctest/Executables","EXECUTABLE_FOLDER_PATH":"CompilerIdC.xctest","EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdC.xctest/MacOS","EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdC.xctest","EXECUTABLE_NAME":"CompilerIdC","EXECUTABLE_PATH":"CompilerIdC.xctest/CompilerIdC","EXTENSIONS_FOLDER_PATH":"CompilerIdC.xctest/Extensions","FILE_LIST":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"CompilerIdC.xctest/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC ","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"CompilerIdC.xctest","FUSE_BUILD_PHASES":"YES","FUSE_BUILD_SCRIPT_PHASES":"NO","GCC3_VERSION":"3.3","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"NO","GENERATED_MODULEMAP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"YES","GENERATE_INTERMEDIATE_TEXT_BASED_STUBS":"YES","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"NO","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_TARGETS_NOT_BEING_BUILT":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/include ","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/jmattiello","HOST_ARCH":"arm64","HOST_PLATFORM":"macosx","ICONV":"/usr/bin/iconv","IMPLICIT_DEPENDENCY_DOMAIN":"default","INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE":"YES","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"CompilerIdC.xctest/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"CompilerIdC.xctest/English.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/CompilerIdC.dst","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"jmattiello","INSTALL_ROOT":"/tmp/CompilerIdC.dst","IPHONEOS_DEPLOYMENT_TARGET":"18.2","IS_UNOPTIMIZED_BUILD":"NO","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"CompilerIdC.xctest/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_CFLAGS_CLASSIC":"-DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KASAN_CFLAGS_TBI":"-DKASAN=1 -DKASAN_TBI=1 -fsanitize=kernel-hwaddress -mllvm -hwasan-recover=0 -mllvm -hwasan-instrument-atomics=0 -mllvm -hwasan-instrument-stack=1 -mllvm -hwasan-generate-tags-with-calls=1 -mllvm -hwasan-instrument-with-calls=1 -mllvm -hwasan-use-short-granules=0 -mllvm -hwasan-memory-access-callback-prefix=__asan_","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/undefined_arch/CompilerIdC_dependency_info.dat","LD_EXPORT_SYMBOLS":"YES","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" @loader_path/Frameworks","LD_RUNPATH_SEARCH_PATHS_SHALLOW_BUNDLE_NO":"@loader_path/../Frameworks","LD_RUNPATH_SEARCH_PATHS_SHALLOW_BUNDLE_YES":"@loader_path/Frameworks","LD_SHARED_CACHE_ELIGIBLE":"Automatic","LD_WARN_DUPLICATE_LIBRARIES":"NO","LD_WARN_UNUSED_DYLIBS":"NO","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","LINK_OBJC_RUNTIME":"YES","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios18.2","LLVM_TARGET_TRIPLE_VENDOR":"apple","LM_AUX_CONST_METADATA_LIST_PATH_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.SwiftConstValuesFileList","LOCALIZATION_EXPORT_SUPPORTED":"YES","LOCALIZATION_PREFERS_STRING_CATALOGS":"NO","LOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdC.xctest/English.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","LOCSYMROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","MACH_O_TYPE":"mh_bundle","MAC_OS_X_PRODUCT_BUILD_VERSION":"24D5034f","MAC_OS_X_VERSION_ACTUAL":"150300","MAC_OS_X_VERSION_MAJOR":"150000","MAC_OS_X_VERSION_MINOR":"150300","MAKE_MERGEABLE":"NO","MERGEABLE_LIBRARY":"NO","MERGED_BINARY_TYPE":"none","MERGE_LINKED_LIBRARIES":"NO","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest","MODULES_FOLDER_PATH":"CompilerIdC.xctest/Modules","NATIVE_ARCH":"arm64","NATIVE_ARCH_32_BIT":"arm","NATIVE_ARCH_64_BIT":"arm64","NATIVE_ARCH_ACTUAL":"arm64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects","OBJECT_FILE_DIR_normal":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal","OBJROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","PACKAGE_TYPE":"com.apple.package-type.bundle.unit-test","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin/Contents/Resources:/Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/opt/homebrew/opt/curl/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/Users/jmattiello/.pyenv/shims:/Users/jmattiello/.pyenv/bin:/Users/jmattiello/.rvm/gems/ruby-3.0.0/bin:/Users/jmattiello/.rvm/gems/ruby-3.0.0@global/bin:/Users/jmattiello/.rvm/rubies/ruby-3.0.0/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/usr/local/MacGPG2/bin:/Library/TeX/texbin:/Applications/Server.app/Contents/ServerRoot/usr/bin:/Applications/Server.app/Contents/ServerRoot/usr/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/share/dotnet:/Users/jmattiello/miniforge3/bin:/Users/jmattiello/miniforge3/condabin:/Users/jmattiello/Library/Developer/Scade/Toolchains/scd/bin:/opt/homebrew/opt/node@18/bin:/Users/jmattiello/.swiftenv/shims:/Users/jmattiello/.nvm/versions/node/v17.2.0/bin:/Users/jmattiello/.mint/bin:/Users/jmattiello/bin:/usr/local/sbin:/opt/homebrew/opt/ccache/libexec:/Users/jmattiello/.pub-cache/bin:/Users/jmattiello/.cargo/bin:/Applications/iTerm.app/Contents/Resources/utilities:/Users/jmattiello/.local/bin:/Users/jmattiello/.rvm/bin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"CompilerIdC.xctest/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/PkgInfo","PKGINFO_PATH":"CompilerIdC.xctest/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"22C146","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"CompilerIdC.xctest/PlugIns","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/PrefixHeaders","PRIVATE_HEADERS_FOLDER_PATH":"CompilerIdC.xctest/PrivateHeaders","PROCESSED_INFOPLIST_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/undefined_arch/Processed-Info.plist","PRODUCT_BUNDLE_PACKAGE_TYPE":"BNDL","PRODUCT_MODULE_NAME":"CompilerIdC","PRODUCT_NAME":"CompilerIdC","PRODUCT_SETTINGS_PATH":"","PRODUCT_SPECIFIC_LDFLAGS":"-framework XCTest -lXCTestSwiftSupport","PRODUCT_TYPE":"com.apple.product-type.bundle.unit-test","PRODUCT_TYPE_SWIFT_STDLIB_TOOL_FLAGS":"--scan-executable \"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib\"","PROFILING_CODE":"NO","PROJECT":"CompilerIdC","PROJECT_DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/DerivedSources","PROJECT_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","PROJECT_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xcodeproj","PROJECT_GUID":"d9d24303ac0ea36fa2bc7f98aeea5fe3","PROJECT_NAME":"CompilerIdC","PROJECT_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build","PROJECT_TEMP_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","PROVISIONING_PROFILE_REQUIRED":"NO","PROVISIONING_PROFILE_SUPPORTED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"CompilerIdC.xctest/Headers","RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET":"15.0","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_STATIC_EXECUTABLES_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESCHEDULE_INDEPENDENT_HEADERS_PHASES":"YES","REZ_COLLECTOR_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"CompilerIdC.xctest/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","SDK_DIR_iphoneos18_2":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","SDK_NAME":"iphoneos18.2","SDK_NAMES":"iphoneos18.2","SDK_PRODUCT_BUILD_VERSION":"22C146","SDK_STAT_CACHE_DIR":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode","SDK_STAT_CACHE_ENABLE":"YES","SDK_STAT_CACHE_PATH":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache","SDK_VERSION":"18.2","SDK_VERSION_ACTUAL":"180200","SDK_VERSION_MAJOR":"180000","SDK_VERSION_MINOR":"180200","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHALLOW_BUNDLE_TRIPLE":"ios","SHALLOW_BUNDLE_ios_macabi":"NO","SHALLOW_BUNDLE_macos":"NO","SHARED_DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"CompilerIdC.xctest/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"CompilerIdC.xctest/SharedSupport","SKIP_INSTALL":"YES","SOURCE_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","SRCROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","STRINGSDATA_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"non-global","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"YES","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPRESS_WARNINGS":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.SwiftFileList","SYMROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_EXTENSIONS_FOLDER_PATH":"CompilerIdC.xctest/SystemExtensions","SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdC.xctest/Library/SystemExtensions","SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdC.xctest/SystemExtensions","SYSTEM_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_DEMANGLE":"YES","TAPI_ENABLE_PROJECT_HEADERS":"NO","TAPI_LANGUAGE":"objective-c","TAPI_LANGUAGE_STANDARD":"compiler-default","TAPI_USE_SRCROOT":"YES","TAPI_VERIFY_MODE":"Pedantic","TARGETED_DEVICE_FAMILY":"1","TARGETNAME":"CompilerIdC","TARGET_BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","TARGET_NAME":"CompilerIdC","TARGET_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREAT_MISSING_SCRIPT_PHASE_OUTPUTS_AS_ERRORS":"NO","UID":"501","UNINSTALLED_PRODUCTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/UninstalledProducts","UNLOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdC.xctest","UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdC.xctest/Resources","UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdC.xctest","UNSTRIPPED_PRODUCT":"NO","USER":"jmattiello","USER_APPS_DIR":"/Users/jmattiello/Applications","USER_LIBRARY_DIR":"/Users/jmattiello/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONPLIST_PATH":"CompilerIdC.xctest/version.plist","VERSION_INFO_BUILDER":"jmattiello","VERSION_INFO_FILE":"CompilerIdC_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:CompilerIdC PROJECT:CompilerIdC-\"","WORKSPACE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xcodeproj","WRAPPER_EXTENSION":"xctest","WRAPPER_NAME":"CompilerIdC.xctest","WRAPPER_SUFFIX":".xctest","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"16C5032a","XCODE_VERSION_ACTUAL":"1620","XCODE_VERSION_MAJOR":"1600","XCODE_VERSION_MINOR":"1620","XPCSERVICES_FOLDER_PATH":"CompilerIdC.xctest/XPCServices","YACC":"yacc","_WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO":"/Contents","_WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO":"/..","_WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO":"/Resources","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC","control-enabled":false,"repair-via-ownership-analysis":true,"signature":"8242c4241081e8246c2cbc012a262f01"},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"]},"P2:target-CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe33f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist"]}}} \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/target-graph.txt b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/target-graph.txt similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata/target-graph.txt rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/target-graph.txt diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/task-store.msgpack b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/task-store.msgpack new file mode 100644 index 0000000000..a1a83dd1e3 Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata/task-store.msgpack differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/build.db b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/build.db new file mode 100644 index 0000000000..022ee9efe8 Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/XCBuildData/build.db differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CMakeCXXCompilerId.cpp rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp new file mode 100644 index 0000000000..4474386fcc --- /dev/null +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp @@ -0,0 +1 @@ +-target arm64-apple-ios18.2 -fpascal-strings -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -fvisibility-inlines-hidden -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d similarity index 55% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d index 4e1ea70e80..027c037e65 100644 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d @@ -1,2 +1,2 @@ dependencies: \ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CMakeCXXCompilerId.cpp + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o similarity index 51% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o index 2fb32a5930..375b808c9b 100644 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList similarity index 67% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList index 17265ba716..dfce7f3612 100644 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList @@ -1 +1 @@ -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat new file mode 100644 index 0000000000..d72988381d Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Info.plist b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Info.plist similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Info.plist rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Info.plist diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX similarity index 84% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX index ba01ab4d0c..f035bf4a6f 100644 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdCXX.yml b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdCXX.yml similarity index 71% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdCXX.yml rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdCXX.yml index 3c4931e845..abdef2e376 100644 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdCXX.yml +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/Relocations/aarch64/CompilerIdCXX.yml @@ -1,5 +1,5 @@ --- triple: 'arm64-apple-darwin' -binary-path: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX' +binary-path: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX' relocations: [] ... diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX similarity index 99% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX index 537af8099d..34cb3668ea 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist similarity index 53% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist index 86f8641a6d..e6984e5c9e 100644 Binary files a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/050970786adcf8bd2be2338a5b0c8e67 b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/050970786adcf8bd2be2338a5b0c8e67 new file mode 100644 index 0000000000..4474386fcc --- /dev/null +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/050970786adcf8bd2be2338a5b0c8e67 @@ -0,0 +1 @@ +-target arm64-apple-ios18.2 -fpascal-strings -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -fvisibility-inlines-hidden -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/177becd055ce63eae4d9f1e7ec0ce515 b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/177becd055ce63eae4d9f1e7ec0ce515 similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/177becd055ce63eae4d9f1e7ec0ce515 rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/177becd055ce63eae4d9f1e7ec0ce515 diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/2de6a04cdba79ed13580c47dfd70cc5f b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/2de6a04cdba79ed13580c47dfd70cc5f similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/2de6a04cdba79ed13580c47dfd70cc5f rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/2de6a04cdba79ed13580c47dfd70cc5f diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/f32567ff0678e9773f4efca5b12de69e b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/421519a3298cd94e336ac594a10fbf43 similarity index 67% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/f32567ff0678e9773f4efca5b12de69e rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/421519a3298cd94e336ac594a10fbf43 index 17265ba716..dfce7f3612 100644 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/f32567ff0678e9773f4efca5b12de69e +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/421519a3298cd94e336ac594a10fbf43 @@ -1 +1 @@ -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9 b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9 similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9 rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9 diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/8c1fd1242c19dc1d40bdf1bdecd293d7 b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/8c1fd1242c19dc1d40bdf1bdecd293d7 new file mode 100644 index 0000000000..d3d6db916d Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/8c1fd1242c19dc1d40bdf1bdecd293d7 differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/d41d8cd98f00b204e9800998ecf8427e b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/d41d8cd98f00b204e9800998ecf8427e similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/d41d8cd98f00b204e9800998ecf8427e rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/d41d8cd98f00b204e9800998ecf8427e diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19 b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19 similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19 rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19 diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/build-request.json b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/build-request.json similarity index 93% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/build-request.json rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/build-request.json index f98d6d83b0..13a494f711 100644 --- a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/build-request.json +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/build-request.json @@ -9,7 +9,7 @@ "guid" : "cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d" } ], - "containerPath" : "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xcodeproj", + "containerPath" : "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xcodeproj", "continueBuildingAfterErrors" : false, "dependencyScope" : "workspace", "enableIndexBuildArena" : false, diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/description.msgpack b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/description.msgpack new file mode 100644 index 0000000000..4beaf4e405 Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/description.msgpack differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/manifest.json b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/manifest.json new file mode 100644 index 0000000000..e1bca6bd12 --- /dev/null +++ b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/manifest.json @@ -0,0 +1 @@ +{"client":{"name":"basic","version":0,"file-system":"device-agnostic","perform-ownership-analysis":"no"},"targets":{"":[""]},"nodes":{"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX":{"is-mutated":true},"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos":{"is-mutated":true}},"commands":{"":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache","","","","",""],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist"],"roots":["/tmp/CompilerIdCXX.dst","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX"],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml"],"outputs":[""]},"P0:::ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache":{"tool":"shell","description":"ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache","inputs":[],"outputs":["/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","-o","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache"],"env":{},"always-out-of-date":true,"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xcodeproj","signature":"63a0709d645049ba55fc1ca09d8e32b2"},"P0:::CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","inputs":[],"outputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX"]},"P0:::CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX"],"outputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos"]},"P0:::Gate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM-target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/"]},"P0:::Gate WorkspaceHeaderMapVFSFilesWritten":{"tool":"phony","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--AppIntentsMetadataTaskProducer":{"tool":"phony","inputs":["","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-GenerateStubAPI":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-RegisterProduct":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--Barrier-Validate":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--DocumentationTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--GenerateAppPlaygroundAssetCatalogTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--ModuleVerifierTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer":{"tool":"phony","inputs":["","","","","","","","","","","","","","","","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--RealityAssetsTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--SwiftABIBaselineGenerationTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--SwiftFrameworkABICheckerTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--SwiftPackageCopyFilesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--TAPISymbolExtractorTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--TestHostTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--TestTargetPostprocessingTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--copy-headers-completion":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--fused-phase0-compile-sources":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--fused-phase1-run-script":{"tool":"phony","inputs":["","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--generated-headers":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--swift-generated-headers":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--begin-compiling":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--begin-linking":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--begin-scanning":{"tool":"phony","inputs":["","","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--end":{"tool":"phony","inputs":["","","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist","","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--entry":{"tool":"phony","inputs":["","","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--immediate":{"tool":"phony","inputs":["","","","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--linker-inputs-ready":{"tool":"phony","inputs":["","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList"],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--modules-ready":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--unsigned-product-ready":{"tool":"phony","inputs":["","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Gate target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d--will-sign":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX":{"tool":"shell","description":"GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","signature":"529b47407d23fe30407400c38cb3ee7f"},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest":{"tool":"mkdir","description":"MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest","inputs":["",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest",""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist":{"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist"]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest":{"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest","","",""],"outputs":[""]},"P0:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest":{"tool":"shell","description":"Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest","","",""],"outputs":[""],"args":["/usr/bin/touch","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","signature":"accdf9f016add6f32a137df69d125c9c"},"P1:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler":{"tool":"shell","description":"CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp","","","","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c++","-ivfsstatcache","/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-fno-color-diagnostics","-Wno-trigraphs","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Wno-return-type","-Wno-non-virtual-dtor","-Wno-overloaded-virtual","-Wno-exit-time-destructors","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wno-unused-function","-Wno-unused-label","-Wno-unused-parameter","-Wno-unused-variable","-Wunused-value","-Wno-empty-body","-Wno-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wno-constant-conversion","-Wno-int-conversion","-Wno-bool-conversion","-Wno-enum-conversion","-Wno-float-conversion","-Wno-non-literal-null-conversion","-Wno-objc-literal-conversion","-Wshorten-64-to-32","-Wno-newline-eof","-Wno-c++11-extensions","-Wno-implicit-fallthrough","-fstrict-aliasing","-Wdeprecated-declarations","-Winvalid-offsetof","-Wno-sign-conversion","-Wno-infinite-recursion","-Wno-move","-Wno-comma","-Wno-block-capture-autoreleasing","-Wno-strict-prototypes","-Wno-range-loop-analysis","-Wno-semicolon-before-method-body","@/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","-MMD","-MT","dependencies","-MF","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d","--serialize-diagnostics","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","deps":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d"],"deps-style":"makefile","signature":"fead5df01fc1c85aea0addd751faa020"},"P2:::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX"],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX normal":{"tool":"shell","description":"Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX normal","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","","","",""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++","-Xlinker","-reproducible","-target","arm64-apple-ios18.2","-bundle","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","-Os","-L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos","-L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","-F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos","-F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","-iframework","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","-iframework","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks","-filelist","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","-framework","XCTest","-lXCTestSwiftSupport","-Xlinker","-dependency_info","-Xlinker","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","-o","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX"],"env":{},"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","deps":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat"],"deps-style":"dependency-info","signature":"4b43dbb246d2bcc2b377af052211bd20"},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::PhaseScriptExecution Run Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh":{"tool":"shell","description":"PhaseScriptExecution Run Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_BUILD_REQUEST_OVERRIDES":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"jmattiello","ALTERNATIVE_DISTRIBUTION_WEB":"NO","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","ALWAYS_SEARCH_USER_PATHS":"YES","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","APP_SHORTCUTS_ENABLE_FLEXIBLE_MATCHING":"YES","ARCHS":"arm64","ARCHS_STANDARD":"arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS":"YES","AUTOMATICALLY_MERGE_DEPENDENCIES":"NO","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"NO","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_EXTENSIONS_FOLDER_PATH":"Extensions","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode","CCHROOT":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_CACHE_FINE_GRAINED_OUTPUTS":"YES","CLANG_ENABLE_EXPLICIT_MODULES":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation","CLASS_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"NO","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILATION_CACHE_CAS_PATH":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/CompilationCache.noindex","COMPILATION_CACHE_KEEP_CAS_DIRECTORY":"YES","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","CONFIGURATION_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"CompilerIdCXX.xctest","CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdCXX.xctest/Contents","CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdCXX.xctest","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.2.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator18.2","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf-with-dsym","DEBUG_INFORMATION_VERSION":"compiler-default","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0 15.1 15.2 15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2","DERIVED_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources","DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"English","DIFF":"/usr/bin/diff","DOCUMENTATION_FOLDER_PATH":"CompilerIdCXX.xctest/English.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","DSTROOT":"/tmp/CompilerIdCXX.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"CompilerIdCXX.xctest.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","DYNAMIC_LIBRARY_EXTENSION":"dylib","EAGER_COMPILATION_ALLOW_SCRIPTS":"NO","EAGER_LINKING":"NO","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"NO","ENABLE_BITCODE":"NO","ENABLE_CODE_COVERAGE":"YES","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_DEFAULT_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"NO","ENABLE_PREVIEWS":"NO","ENABLE_TESTABILITY":"NO","ENABLE_TESTING_SEARCH_PATHS":"YES","ENABLE_USER_SCRIPT_SANDBOXING":"NO","ENABLE_XOJIT_PREVIEWS":"NO","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"NO","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"CompilerIdCXX.xctest/Executables","EXECUTABLE_FOLDER_PATH":"CompilerIdCXX.xctest","EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdCXX.xctest/MacOS","EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdCXX.xctest","EXECUTABLE_NAME":"CompilerIdCXX","EXECUTABLE_PATH":"CompilerIdCXX.xctest/CompilerIdCXX","EXTENSIONS_FOLDER_PATH":"CompilerIdCXX.xctest/Extensions","FILE_LIST":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"CompilerIdCXX.xctest/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX ","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"CompilerIdCXX.xctest","FUSE_BUILD_PHASES":"YES","FUSE_BUILD_SCRIPT_PHASES":"NO","GCC3_VERSION":"3.3","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"NO","GENERATED_MODULEMAP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"YES","GENERATE_INTERMEDIATE_TEXT_BASED_STUBS":"YES","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"NO","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_TARGETS_NOT_BEING_BUILT":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/include ","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/jmattiello","HOST_ARCH":"arm64","HOST_PLATFORM":"macosx","ICONV":"/usr/bin/iconv","IMPLICIT_DEPENDENCY_DOMAIN":"default","INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE":"YES","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"CompilerIdCXX.xctest/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"CompilerIdCXX.xctest/English.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/CompilerIdCXX.dst","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"jmattiello","INSTALL_ROOT":"/tmp/CompilerIdCXX.dst","IPHONEOS_DEPLOYMENT_TARGET":"18.2","IS_UNOPTIMIZED_BUILD":"NO","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"CompilerIdCXX.xctest/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_CFLAGS_CLASSIC":"-DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KASAN_CFLAGS_TBI":"-DKASAN=1 -DKASAN_TBI=1 -fsanitize=kernel-hwaddress -mllvm -hwasan-recover=0 -mllvm -hwasan-instrument-atomics=0 -mllvm -hwasan-instrument-stack=1 -mllvm -hwasan-generate-tags-with-calls=1 -mllvm -hwasan-instrument-with-calls=1 -mllvm -hwasan-use-short-granules=0 -mllvm -hwasan-memory-access-callback-prefix=__asan_","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/undefined_arch/CompilerIdCXX_dependency_info.dat","LD_EXPORT_SYMBOLS":"YES","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" @loader_path/Frameworks","LD_RUNPATH_SEARCH_PATHS_SHALLOW_BUNDLE_NO":"@loader_path/../Frameworks","LD_RUNPATH_SEARCH_PATHS_SHALLOW_BUNDLE_YES":"@loader_path/Frameworks","LD_SHARED_CACHE_ELIGIBLE":"Automatic","LD_WARN_DUPLICATE_LIBRARIES":"NO","LD_WARN_UNUSED_DYLIBS":"NO","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","LINK_OBJC_RUNTIME":"YES","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios18.2","LLVM_TARGET_TRIPLE_VENDOR":"apple","LM_AUX_CONST_METADATA_LIST_PATH_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.SwiftConstValuesFileList","LOCALIZATION_EXPORT_SUPPORTED":"YES","LOCALIZATION_PREFERS_STRING_CATALOGS":"NO","LOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdCXX.xctest/English.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","LOCSYMROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","MACH_O_TYPE":"mh_bundle","MAC_OS_X_PRODUCT_BUILD_VERSION":"24D5034f","MAC_OS_X_VERSION_ACTUAL":"150300","MAC_OS_X_VERSION_MAJOR":"150000","MAC_OS_X_VERSION_MINOR":"150300","MAKE_MERGEABLE":"NO","MERGEABLE_LIBRARY":"NO","MERGED_BINARY_TYPE":"none","MERGE_LINKED_LIBRARIES":"NO","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest","MODULES_FOLDER_PATH":"CompilerIdCXX.xctest/Modules","NATIVE_ARCH":"arm64","NATIVE_ARCH_32_BIT":"arm","NATIVE_ARCH_64_BIT":"arm64","NATIVE_ARCH_ACTUAL":"arm64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects","OBJECT_FILE_DIR_normal":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal","OBJROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","PACKAGE_TYPE":"com.apple.package-type.bundle.unit-test","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin/Contents/Resources:/Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/opt/homebrew/opt/curl/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/Users/jmattiello/.pyenv/shims:/Users/jmattiello/.pyenv/bin:/Users/jmattiello/.rvm/gems/ruby-3.0.0/bin:/Users/jmattiello/.rvm/gems/ruby-3.0.0@global/bin:/Users/jmattiello/.rvm/rubies/ruby-3.0.0/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/usr/local/MacGPG2/bin:/Library/TeX/texbin:/Applications/Server.app/Contents/ServerRoot/usr/bin:/Applications/Server.app/Contents/ServerRoot/usr/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/share/dotnet:/Users/jmattiello/miniforge3/bin:/Users/jmattiello/miniforge3/condabin:/Users/jmattiello/Library/Developer/Scade/Toolchains/scd/bin:/opt/homebrew/opt/node@18/bin:/Users/jmattiello/.swiftenv/shims:/Users/jmattiello/.nvm/versions/node/v17.2.0/bin:/Users/jmattiello/.mint/bin:/Users/jmattiello/bin:/usr/local/sbin:/opt/homebrew/opt/ccache/libexec:/Users/jmattiello/.pub-cache/bin:/Users/jmattiello/.cargo/bin:/Applications/iTerm.app/Contents/Resources/utilities:/Users/jmattiello/.local/bin:/Users/jmattiello/.rvm/bin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"CompilerIdCXX.xctest/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/PkgInfo","PKGINFO_PATH":"CompilerIdCXX.xctest/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"22C146","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"CompilerIdCXX.xctest/PlugIns","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/PrefixHeaders","PRIVATE_HEADERS_FOLDER_PATH":"CompilerIdCXX.xctest/PrivateHeaders","PROCESSED_INFOPLIST_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/undefined_arch/Processed-Info.plist","PRODUCT_BUNDLE_PACKAGE_TYPE":"BNDL","PRODUCT_MODULE_NAME":"CompilerIdCXX","PRODUCT_NAME":"CompilerIdCXX","PRODUCT_SETTINGS_PATH":"","PRODUCT_SPECIFIC_LDFLAGS":"-framework XCTest -lXCTestSwiftSupport","PRODUCT_TYPE":"com.apple.product-type.bundle.unit-test","PRODUCT_TYPE_SWIFT_STDLIB_TOOL_FLAGS":"--scan-executable \"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib\"","PROFILING_CODE":"NO","PROJECT":"CompilerIdCXX","PROJECT_DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/DerivedSources","PROJECT_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","PROJECT_FILE_PATH":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xcodeproj","PROJECT_GUID":"cab83bf49ed2df1b1ab81a78cb182d1a","PROJECT_NAME":"CompilerIdCXX","PROJECT_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build","PROJECT_TEMP_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","PROVISIONING_PROFILE_REQUIRED":"NO","PROVISIONING_PROFILE_SUPPORTED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"CompilerIdCXX.xctest/Headers","RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET":"15.0","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_STATIC_EXECUTABLES_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESCHEDULE_INDEPENDENT_HEADERS_PHASES":"YES","REZ_COLLECTOR_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"CompilerIdCXX.xctest/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","SDK_DIR_iphoneos18_2":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk","SDK_NAME":"iphoneos18.2","SDK_NAMES":"iphoneos18.2","SDK_PRODUCT_BUILD_VERSION":"22C146","SDK_STAT_CACHE_DIR":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode","SDK_STAT_CACHE_ENABLE":"YES","SDK_STAT_CACHE_PATH":"/var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache","SDK_VERSION":"18.2","SDK_VERSION_ACTUAL":"180200","SDK_VERSION_MAJOR":"180000","SDK_VERSION_MINOR":"180200","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHALLOW_BUNDLE_TRIPLE":"ios","SHALLOW_BUNDLE_ios_macabi":"NO","SHALLOW_BUNDLE_macos":"NO","SHARED_DERIVED_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"CompilerIdCXX.xctest/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"CompilerIdCXX.xctest/SharedSupport","SKIP_INSTALL":"YES","SOURCE_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","SRCROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","STRINGSDATA_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"non-global","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"YES","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPRESS_WARNINGS":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.SwiftFileList","SYMROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_EXTENSIONS_FOLDER_PATH":"CompilerIdCXX.xctest/SystemExtensions","SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdCXX.xctest/Library/SystemExtensions","SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdCXX.xctest/SystemExtensions","SYSTEM_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_DEMANGLE":"YES","TAPI_ENABLE_PROJECT_HEADERS":"NO","TAPI_LANGUAGE":"objective-c","TAPI_LANGUAGE_STANDARD":"compiler-default","TAPI_USE_SRCROOT":"YES","TAPI_VERIFY_MODE":"Pedantic","TARGETED_DEVICE_FAMILY":"1","TARGETNAME":"CompilerIdCXX","TARGET_BUILD_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","TARGET_NAME":"CompilerIdCXX","TARGET_TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_FILES_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_FILE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_ROOT":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREAT_MISSING_SCRIPT_PHASE_OUTPUTS_AS_ERRORS":"NO","UID":"501","UNINSTALLED_PRODUCTS_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/UninstalledProducts","UNLOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdCXX.xctest","UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO":"CompilerIdCXX.xctest/Resources","UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES":"CompilerIdCXX.xctest","UNSTRIPPED_PRODUCT":"NO","USER":"jmattiello","USER_APPS_DIR":"/Users/jmattiello/Applications","USER_LIBRARY_DIR":"/Users/jmattiello/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONPLIST_PATH":"CompilerIdCXX.xctest/version.plist","VERSION_INFO_BUILDER":"jmattiello","VERSION_INFO_FILE":"CompilerIdCXX_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:CompilerIdCXX PROJECT:CompilerIdCXX-\"","WORKSPACE_DIR":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xcodeproj","WRAPPER_EXTENSION":"xctest","WRAPPER_NAME":"CompilerIdCXX.xctest","WRAPPER_SUFFIX":".xctest","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"16C5032a","XCODE_VERSION_ACTUAL":"1620","XCODE_VERSION_MAJOR":"1600","XCODE_VERSION_MINOR":"1620","XPCSERVICES_FOLDER_PATH":"CompilerIdCXX.xctest/XPCServices","YACC":"yacc","_WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO":"/Contents","_WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO":"/..","_WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO":"/Resources","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX","control-enabled":false,"repair-via-ownership-analysis":true,"signature":"8f48c84fe07c5ed3fd557107f0406260"},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"]},"P2:target-CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a3f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist":{"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist","inputs":[""],"outputs":["/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist"]}}} \ No newline at end of file diff --git a/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/target-graph.txt b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/target-graph.txt similarity index 100% rename from Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata/target-graph.txt rename to Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/target-graph.txt diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/task-store.msgpack b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/task-store.msgpack new file mode 100644 index 0000000000..8d45109356 Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata/task-store.msgpack differ diff --git a/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/build.db b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/build.db new file mode 100644 index 0000000000..97761ef120 Binary files /dev/null and b/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/XCBuildData/build.db differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CMakeConfigureLog.yaml b/Cores/Flycast/cmake/CMakeFiles/CMakeConfigureLog.yaml index 22f519d077..98a7e9d5cc 100644 --- a/Cores/Flycast/cmake/CMakeFiles/CMakeConfigureLog.yaml +++ b/Cores/Flycast/cmake/CMakeFiles/CMakeConfigureLog.yaml @@ -4,18 +4,18 @@ events: - kind: "message-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineSystem.cmake:200 (message)" - - "CMakeLists.txt:27 (project)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake:200 (message)" + - "CMakeLists.txt:28 (project)" message: | The target system is: iOS - - - The host system is: Darwin - 24.1.0 - arm64 + The host system is: Darwin - 24.3.0 - arm64 - kind: "message-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:27 (project)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:28 (project)" message: | Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: @@ -25,7 +25,7 @@ events: The output was: 0 Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild User defaults from command line: IDEPackageSupportUseBuiltinSCM = YES @@ -39,111 +39,112 @@ events: CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 5ebaa68aae823a40564d68d5334cbece - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/./XCBuildData/5ebaa68aae823a40564d68d5334cbece.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC + Build description signature: 3d2e5430152be3dea6dbc5bf30c93818 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/./XCBuildData/3d2e5430152be3dea6dbc5bf30c93818.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + Base directory status changed. Regenerating... - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xcodeproj - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xcodeproj + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC-d9d24303ac0ea36fa2bc7f98aeea5fe3-VFS-iphoneos/all-product-headers.yaml - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios18.1 -fpascal-strings -Os -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios18.2 -fpascal-strings -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/empty-CompilerIdC.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CMakeCCompilerId.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC normal (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios18.1 -bundle -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -Os -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC -L/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o -framework XCTest -lXCTestSwiftSupport -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC normal (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios18.2 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -Os -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o -framework XCTest -lXCTestSwiftSupport -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC - PhaseScriptExecution Run\\ Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - /bin/sh -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh + PhaseScriptExecution Run\\ Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + /bin/sh -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh GCC_VERSION=com.apple.compilers.llvm.clang.1_0 ARCHS=arm64 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest (in target 'CompilerIdC' from project 'CompilerIdC') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest (in target 'CompilerIdC' from project 'CompilerIdC') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdC' from project 'CompilerIdC') note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdC' from project 'CompilerIdC') @@ -156,15 +157,15 @@ events: Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.xctest/Info.plist" The C compiler identification is AppleClang, found in: - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdC/CompilerIdC.xctest/CompilerIdC + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdC/CompilerIdC.xctest/CompilerIdC - kind: "message-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:27 (project)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:28 (project)" message: | Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: @@ -174,7 +175,7 @@ events: The output was: 0 Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild User defaults from command line: IDEPackageSupportUseBuiltinSCM = YES @@ -188,113 +189,113 @@ events: CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c++ -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - Build description signature: 1f79edca06aa9b9dc994f4233800042e - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/./XCBuildData/1f79edca06aa9b9dc994f4233800042e.xcbuilddata - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + Build description signature: 6010b21ba658f20210ca3bfc60995fde + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/./XCBuildData/6010b21ba658f20210ca3bfc60995fde.xcbuilddata + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xcodeproj - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xcodeproj + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX-cab83bf49ed2df1b1ab81a78cb182d1a-VFS-iphoneos/all-product-headers.yaml - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - -target arm64-apple-ios18.1 -fpascal-strings -Os -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -fvisibility-inlines-hidden -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios18.2 -fpascal-strings -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -fvisibility-inlines-hidden -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/empty-CompilerIdCXX.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX normal (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios18.1 -bundle -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -Os -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX -L/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o -framework XCTest -lXCTestSwiftSupport -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX normal (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios18.2 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -Os -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o -framework XCTest -lXCTestSwiftSupport -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX - PhaseScriptExecution Run\\ Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - /bin/sh -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh + PhaseScriptExecution Run\\ Script /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + /bin/sh -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh GCC_VERSION=com.apple.compilers.llvm.clang.1_0 ARCHS=arm64 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest (in target 'CompilerIdCXX' from project 'CompilerIdCXX') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest (in target 'CompilerIdCXX' from project 'CompilerIdCXX') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdCXX' from project 'CompilerIdCXX') note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdCXX' from project 'CompilerIdCXX') @@ -307,19 +308,19 @@ events: Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.xctest/Info.plist" The CXX compiler identification is AppleClang, found in: - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.31.2/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:27 (project)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:28 (project)" checks: - "Detecting C compiler ABI info" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_C_FLAGS_DEBUG: "-g" @@ -332,11 +333,11 @@ events: variable: "CMAKE_C_ABI_COMPILED" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_416e1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_5ace9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_416e1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_5ace9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -345,80 +346,80 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_416e1' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_5ace9' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V - Build description signature: 56c41d64fd04be0105601285d347ad06 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/XCBuildData/56c41d64fd04be0105601285d347ad06.xcbuilddata - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + Build description signature: 8c6538f56bc59a765ba3128a17983998 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/XCBuildData/8c6538f56bc59a765ba3128a17983998.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/cmTC_416e1.DependencyMetadataFileList (in target 'cmTC_416e1' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/cmTC_416e1.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/cmTC_5ace9.DependencyMetadataFileList (in target 'cmTC_5ace9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/cmTC_5ace9.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_416e1' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5ace9.LinkFileList (in target 'cmTC_5ace9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5ace9.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_416e1.LinkFileList (in target 'cmTC_416e1' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_416e1.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_5ace9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCCompilerABI.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_416e1' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_5ace9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -v -Wl,-v @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.dia -c /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCCompilerABI.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o - Apple clang version 16.0.0 (clang-1600.0.26.4) + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -v -Wl,-v @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.dia -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o + Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-ios12.0 Thread model: posix - InstalledDir: /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin + InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] - "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-ios12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=18.1 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-abi darwinpcs -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J -resource-dir /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -dependency-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -D "CMAKE_INTDIR=\\"Debug-iphoneos\\"" -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug/include -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources-normal/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J -ferror-limit 19 -fmacro-backtrace-limit=0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fpascal-strings -fmax-type-align=16 -fcommon -fdiagnostics-show-note-include-stack -serialize-diagnostic-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.dia -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o -x c /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCCompilerABI.c - clang -cc1 version 16.0.0 (clang-1600.0.26.4) default target arm64-apple-darwin24.1.0 - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug/include" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources-normal/arm64" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources/arm64" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources" - ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include" - ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Library/Frameworks" + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-ios12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=18.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-abi darwinpcs -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -dependency-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -D "CMAKE_INTDIR=\\"Debug-iphoneos\\"" -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug/include -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources-normal/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd -ferror-limit 19 -fmacro-backtrace-limit=0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fpascal-strings -fmax-type-align=16 -fcommon -fdiagnostics-show-note-include-stack -serialize-diagnostic-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.dia -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o -x c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c + clang -cc1 version 16.0.0 (clang-1600.0.26.6) default target arm64-apple-darwin24.3.0 + ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug/include" + ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources-normal/arm64" + ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources/arm64" + ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources" + ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/local/include" + ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug (framework directory) - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include - /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include - /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks (framework directory) + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug (framework directory) + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks (framework directory) End of search list. - Libtool /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug/libcmTC_416e1.a normal (in target 'cmTC_416e1' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_416e1.LinkFileList -dependency_info /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_416e1_libtool_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug/libcmTC_416e1.a + Libtool /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug/libcmTC_5ace9.a normal (in target 'cmTC_5ace9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5ace9.LinkFileList -dependency_info /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5ace9_libtool_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug/libcmTC_5ace9.a ** BUILD SUCCEEDED ** @@ -427,38 +428,38 @@ events: - kind: "message-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:27 (project)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:28 (project)" message: | Parsed C implicit include dir info: rv=done found start of include info found start of implicit include info - add: [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] - add: [/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include] - add: [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] + add: [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include] + add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] end of search list found - collapse include dir [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] ==> [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] - collapse include dir [/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include] ==> [/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include] - collapse include dir [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] - implicit include dirs: [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include;/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include;/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] + collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include] + collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] - kind: "message-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:27 (project)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:28 (project)" message: | Parsed C implicit link information: link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] - ignore line: [Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J'] + ignore line: [Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd'] ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_416e1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment] + ignore line: [Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_5ace9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment] ignore line: [Command line invocation:] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_416e1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment] + ignore line: [ /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_5ace9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment] ignore line: [] ignore line: [User defaults from command line:] ignore line: [ HideShellScriptEnvironment = YES] @@ -467,80 +468,80 @@ events: ignore line: [ComputeTargetDependencyGraph] ignore line: [note: Building targets in dependency order] ignore line: [note: Target dependency graph (1 target)] - ignore line: [ Target 'cmTC_416e1' in project 'CMAKE_TRY_COMPILE' (no dependencies)] + ignore line: [ Target 'cmTC_5ace9' in project 'CMAKE_TRY_COMPILE' (no dependencies)] ignore line: [] ignore line: [GatherProvisioningInputs] ignore line: [] ignore line: [CreateBuildDescription] ignore line: [] - ignore line: [ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null] + ignore line: [ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null] ignore line: [] - ignore line: [ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null] + ignore line: [ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null] ignore line: [] - ignore line: [ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V] + ignore line: [ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V] ignore line: [] - ignore line: [Build description signature: 56c41d64fd04be0105601285d347ad06] - ignore line: [Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/XCBuildData/56c41d64fd04be0105601285d347ad06.xcbuilddata] - ignore line: [ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/CMAKE_TRY_COMPILE.xcodeproj] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache] + ignore line: [Build description signature: 8c6538f56bc59a765ba3128a17983998] + ignore line: [Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/XCBuildData/8c6538f56bc59a765ba3128a17983998.xcbuilddata] + ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/CMAKE_TRY_COMPILE.xcodeproj] + ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug] ignore line: [] - ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/CMAKE_TRY_COMPILE.xcodeproj] - ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build] + ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/CMAKE_TRY_COMPILE.xcodeproj] + ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build] ignore line: [] - ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/CMAKE_TRY_COMPILE.xcodeproj] - ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug] + ignore line: [ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/CMAKE_TRY_COMPILE.xcodeproj] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache] ignore line: [] - ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/EagerLinkingTBDs/Debug-iphoneos] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/CMAKE_TRY_COMPILE.xcodeproj] - ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/EagerLinkingTBDs/Debug-iphoneos] + ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/EagerLinkingTBDs/Debug-iphoneos] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/CMAKE_TRY_COMPILE.xcodeproj] + ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/EagerLinkingTBDs/Debug-iphoneos] ignore line: [] - ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/cmTC_416e1.DependencyMetadataFileList (in target 'cmTC_416e1' from project 'CMAKE_TRY_COMPILE')] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J] - ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/cmTC_416e1.DependencyMetadataFileList] + ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/cmTC_5ace9.DependencyMetadataFileList (in target 'cmTC_5ace9' from project 'CMAKE_TRY_COMPILE')] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd] + ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/cmTC_5ace9.DependencyMetadataFileList] ignore line: [] - ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_416e1' from project 'CMAKE_TRY_COMPILE')] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J] - ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp] - ignore line: [-target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug] + ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5ace9.LinkFileList (in target 'cmTC_5ace9' from project 'CMAKE_TRY_COMPILE')] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd] + ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5ace9.LinkFileList] ignore line: [] - ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_416e1.LinkFileList (in target 'cmTC_416e1' from project 'CMAKE_TRY_COMPILE')] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J] - ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_416e1.LinkFileList] + ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_5ace9' from project 'CMAKE_TRY_COMPILE')] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd] + ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp] + ignore line: [-target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug] ignore line: [] - ignore line: [CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCCompilerABI.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_416e1' from project 'CMAKE_TRY_COMPILE')] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J] + ignore line: [CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_5ace9' from project 'CMAKE_TRY_COMPILE')] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd] ignore line: [ ] - ignore line: [ Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp] + ignore line: [ Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp] ignore line: [ ] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -v -Wl -v @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.dia -c /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCCompilerABI.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o] - ignore line: [Apple clang version 16.0.0 (clang-1600.0.26.4)] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -v -Wl -v @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.dia -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o] + ignore line: [Apple clang version 16.0.0 (clang-1600.0.26.6)] ignore line: [Target: arm64-apple-ios12.0] ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] + ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] - ignore line: [ "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-ios12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=18.1 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-abi darwinpcs -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J -resource-dir /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -dependency-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -D "CMAKE_INTDIR=\\"Debug-iphoneos\\"" -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug/include -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources-normal/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J -ferror-limit 19 -fmacro-backtrace-limit=0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fpascal-strings -fmax-type-align=16 -fcommon -fdiagnostics-show-note-include-stack -serialize-diagnostic-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.dia -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o -x c /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCCompilerABI.c] - ignore line: [clang -cc1 version 16.0.0 (clang-1600.0.26.4) default target arm64-apple-darwin24.1.0] - ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug/include"] - ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources-normal/arm64"] - ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources/arm64"] - ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/DerivedSources"] - ignore line: [ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include"] - ignore line: [ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Library/Frameworks"] + ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-ios12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=18.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-abi darwinpcs -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -dependency-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -D "CMAKE_INTDIR=\\"Debug-iphoneos\\"" -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug/include -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources-normal/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd -ferror-limit 19 -fmacro-backtrace-limit=0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fpascal-strings -fmax-type-align=16 -fcommon -fdiagnostics-show-note-include-stack -serialize-diagnostic-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.dia -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/CMakeCCompilerABI.o -x c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [clang -cc1 version 16.0.0 (clang-1600.0.26.6) default target arm64-apple-darwin24.3.0] + ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug/include"] + ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources-normal/arm64"] + ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources/arm64"] + ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/DerivedSources"] + ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/local/include"] + ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Library/Frameworks"] ignore line: [#include "..." search starts here:] ignore line: [#include <...> search starts here:] - ignore line: [ /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug (framework directory)] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks (framework directory)] + ignore line: [ /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug (framework directory)] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks (framework directory)] ignore line: [End of search list.] ignore line: [] - ignore line: [Libtool /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug/libcmTC_416e1.a normal (in target 'cmTC_416e1' from project 'CMAKE_TRY_COMPILE')] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_416e1.LinkFileList -dependency_info /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/build/cmTC_416e1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_416e1_libtool_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-IAnO2J/Debug/libcmTC_416e1.a] + ignore line: [Libtool /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug/libcmTC_5ace9.a normal (in target 'cmTC_5ace9' from project 'CMAKE_TRY_COMPILE')] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5ace9.LinkFileList -dependency_info /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/build/cmTC_5ace9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5ace9_libtool_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7VBYzd/Debug/libcmTC_5ace9.a] ignore line: [] ignore line: [** BUILD SUCCEEDED **] ignore line: [] @@ -555,14 +556,14 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:27 (project)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:28 (project)" checks: - "Detecting CXX compiler ABI info" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M" cmakeVariables: CMAKE_CXX_FLAGS: "" CMAKE_CXX_FLAGS_DEBUG: "-g" @@ -576,11 +577,11 @@ events: variable: "CMAKE_CXX_ABI_COMPILED" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e70ea -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_68035 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e70ea -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_68035 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -589,82 +590,82 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_e70ea' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_68035' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c++ -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V - Build description signature: cc7137e4b597ecac085ebbf0e28f5875 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/XCBuildData/cc7137e4b597ecac085ebbf0e28f5875.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build + Build description signature: ece495a2b169d9e752b7b1961d102822 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/XCBuildData/ece495a2b169d9e752b7b1961d102822.xcbuilddata + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/cmTC_e70ea.DependencyMetadataFileList (in target 'cmTC_e70ea' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/cmTC_e70ea.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/cmTC_68035.DependencyMetadataFileList (in target 'cmTC_68035' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/cmTC_68035.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_e70ea' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_68035' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e70ea.LinkFileList (in target 'cmTC_e70ea' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e70ea.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68035.LinkFileList (in target 'cmTC_68035' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68035.LinkFileList - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_e70ea' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_68035' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -v -Wl,-v @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.dia -c /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o - Apple clang version 16.0.0 (clang-1600.0.26.4) + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -v -Wl,-v @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.dia -c /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o + Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-ios12.0 Thread model: posix - InstalledDir: /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin + InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] - ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1" - "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-ios12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=18.1 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-abi darwinpcs -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK -resource-dir /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -dependency-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -D _LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG -D "CMAKE_INTDIR=\\"Debug-iphoneos\\"" -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug/include -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources-normal/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK -ferror-limit 19 -fmacro-backtrace-limit=0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fpascal-strings -fmax-type-align=16 -fcommon -fdiagnostics-show-note-include-stack -serialize-diagnostic-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.dia -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o -x c++ /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp - clang -cc1 version 16.0.0 (clang-1600.0.26.4) default target arm64-apple-darwin24.1.0 - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug/include" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources-normal/arm64" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources/arm64" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources" - ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include" - ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Library/Frameworks" + ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1" + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-ios12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=18.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-abi darwinpcs -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -dependency-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -D _LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG -D "CMAKE_INTDIR=\\"Debug-iphoneos\\"" -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug/include -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources-normal/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M -ferror-limit 19 -fmacro-backtrace-limit=0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fpascal-strings -fmax-type-align=16 -fcommon -fdiagnostics-show-note-include-stack -serialize-diagnostic-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.dia -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o -x c++ /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp + clang -cc1 version 16.0.0 (clang-1600.0.26.6) default target arm64-apple-darwin24.3.0 + ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug/include" + ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources-normal/arm64" + ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources/arm64" + ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources" + ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/local/include" + ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Library/Frameworks" #include "..." search starts here: #include <...> search starts here: - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug (framework directory) - /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include - /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include - /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks (framework directory) + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug (framework directory) + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/c++/v1 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks (framework directory) End of search list. - Libtool /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug/libcmTC_e70ea.a normal (in target 'cmTC_e70ea' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e70ea.LinkFileList -dependency_info /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e70ea_libtool_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug/libcmTC_e70ea.a + Libtool /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug/libcmTC_68035.a normal (in target 'cmTC_68035' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68035.LinkFileList -dependency_info /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68035_libtool_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug/libcmTC_68035.a ** BUILD SUCCEEDED ** @@ -673,40 +674,40 @@ events: - kind: "message-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:27 (project)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:28 (project)" message: | Parsed CXX implicit include dir info: rv=done found start of include info found start of implicit include info - add: [/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1] - add: [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] - add: [/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include] - add: [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + add: [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/c++/v1] + add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] + add: [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include] + add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] end of search list found - collapse include dir [/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1] ==> [/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1] - collapse include dir [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] ==> [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] - collapse include dir [/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include] ==> [/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include] - collapse include dir [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] - implicit include dirs: [/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1;/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include;/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include;/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/c++/v1] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/c++/v1] + collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] + collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include] + collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] - kind: "message-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:27 (project)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:28 (project)" message: | Parsed CXX implicit link information: link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] - ignore line: [Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK'] + ignore line: [Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M'] ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e70ea -parallelizeTargets -configuration Debug -hideShellScriptEnvironment] + ignore line: [Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_68035 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment] ignore line: [Command line invocation:] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e70ea -parallelizeTargets -configuration Debug -hideShellScriptEnvironment] + ignore line: [ /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_68035 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment] ignore line: [] ignore line: [User defaults from command line:] ignore line: [ HideShellScriptEnvironment = YES] @@ -715,82 +716,82 @@ events: ignore line: [ComputeTargetDependencyGraph] ignore line: [note: Building targets in dependency order] ignore line: [note: Target dependency graph (1 target)] - ignore line: [ Target 'cmTC_e70ea' in project 'CMAKE_TRY_COMPILE' (no dependencies)] + ignore line: [ Target 'cmTC_68035' in project 'CMAKE_TRY_COMPILE' (no dependencies)] ignore line: [] ignore line: [GatherProvisioningInputs] ignore line: [] ignore line: [CreateBuildDescription] ignore line: [] - ignore line: [ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null] + ignore line: [ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null] ignore line: [] - ignore line: [ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c++ -c /dev/null] + ignore line: [ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null] ignore line: [] - ignore line: [ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V] + ignore line: [ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V] ignore line: [] - ignore line: [Build description signature: cc7137e4b597ecac085ebbf0e28f5875] - ignore line: [Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/XCBuildData/cc7137e4b597ecac085ebbf0e28f5875.xcbuilddata] - ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/CMAKE_TRY_COMPILE.xcodeproj] - ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build] + ignore line: [Build description signature: ece495a2b169d9e752b7b1961d102822] + ignore line: [Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/XCBuildData/ece495a2b169d9e752b7b1961d102822.xcbuilddata] + ignore line: [ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/CMAKE_TRY_COMPILE.xcodeproj] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache] ignore line: [] - ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/CMAKE_TRY_COMPILE.xcodeproj] - ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug] + ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/CMAKE_TRY_COMPILE.xcodeproj] + ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build] ignore line: [] - ignore line: [ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/CMAKE_TRY_COMPILE.xcodeproj] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache] + ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/CMAKE_TRY_COMPILE.xcodeproj] + ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug] ignore line: [] - ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/EagerLinkingTBDs/Debug-iphoneos] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/CMAKE_TRY_COMPILE.xcodeproj] - ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/EagerLinkingTBDs/Debug-iphoneos] + ignore line: [CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/EagerLinkingTBDs/Debug-iphoneos] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/CMAKE_TRY_COMPILE.xcodeproj] + ignore line: [ builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/EagerLinkingTBDs/Debug-iphoneos] ignore line: [] - ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/cmTC_e70ea.DependencyMetadataFileList (in target 'cmTC_e70ea' from project 'CMAKE_TRY_COMPILE')] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK] - ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/cmTC_e70ea.DependencyMetadataFileList] + ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/cmTC_68035.DependencyMetadataFileList (in target 'cmTC_68035' from project 'CMAKE_TRY_COMPILE')] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M] + ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/cmTC_68035.DependencyMetadataFileList] ignore line: [] - ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_e70ea' from project 'CMAKE_TRY_COMPILE')] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK] - ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp] - ignore line: [-target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug] + ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_68035' from project 'CMAKE_TRY_COMPILE')] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M] + ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp] + ignore line: [-target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug] ignore line: [] - ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e70ea.LinkFileList (in target 'cmTC_e70ea' from project 'CMAKE_TRY_COMPILE')] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK] - ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e70ea.LinkFileList] + ignore line: [WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68035.LinkFileList (in target 'cmTC_68035' from project 'CMAKE_TRY_COMPILE')] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M] + ignore line: [ write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68035.LinkFileList] ignore line: [] - ignore line: [CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_e70ea' from project 'CMAKE_TRY_COMPILE')] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK] + ignore line: [CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_68035' from project 'CMAKE_TRY_COMPILE')] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M] ignore line: [ ] - ignore line: [ Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp] + ignore line: [ Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp] ignore line: [ ] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -v -Wl -v @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.dia -c /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o] - ignore line: [Apple clang version 16.0.0 (clang-1600.0.26.4)] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -v -Wl -v @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.dia -c /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o] + ignore line: [Apple clang version 16.0.0 (clang-1600.0.26.6)] ignore line: [Target: arm64-apple-ios12.0] ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] + ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] - ignore line: [ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"] - ignore line: [ "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-ios12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=18.1 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-abi darwinpcs -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK -resource-dir /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -dependency-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -D _LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG -D "CMAKE_INTDIR=\\"Debug-iphoneos\\"" -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug/include -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources-normal/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK -ferror-limit 19 -fmacro-backtrace-limit=0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fpascal-strings -fmax-type-align=16 -fcommon -fdiagnostics-show-note-include-stack -serialize-diagnostic-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.dia -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o -x c++ /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [clang -cc1 version 16.0.0 (clang-1600.0.26.4) default target arm64-apple-darwin24.1.0] - ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug/include"] - ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources-normal/arm64"] - ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources/arm64"] - ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/DerivedSources"] - ignore line: [ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include"] - ignore line: [ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Library/Frameworks"] + ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"] + ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-ios12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=18.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-abi darwinpcs -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -dependency-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -D _LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG -D "CMAKE_INTDIR=\\"Debug-iphoneos\\"" -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug/include -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources-normal/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M -ferror-limit 19 -fmacro-backtrace-limit=0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fpascal-strings -fmax-type-align=16 -fcommon -fdiagnostics-show-note-include-stack -serialize-diagnostic-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.dia -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/CMakeCXXCompilerABI.o -x c++ /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [clang -cc1 version 16.0.0 (clang-1600.0.26.6) default target arm64-apple-darwin24.3.0] + ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug/include"] + ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources-normal/arm64"] + ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources/arm64"] + ignore line: [ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/DerivedSources"] + ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/local/include"] + ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Library/Frameworks"] ignore line: [#include "..." search starts here:] ignore line: [#include <...> search starts here:] - ignore line: [ /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug (framework directory)] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks (framework directory)] + ignore line: [ /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug (framework directory)] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/c++/v1] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks (framework directory)] ignore line: [End of search list.] ignore line: [] - ignore line: [Libtool /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug/libcmTC_e70ea.a normal (in target 'cmTC_e70ea' from project 'CMAKE_TRY_COMPILE')] - ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK] - ignore line: [ /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e70ea.LinkFileList -dependency_info /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/build/cmTC_e70ea.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e70ea_libtool_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-A3nuDK/Debug/libcmTC_e70ea.a] + ignore line: [Libtool /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug/libcmTC_68035.a normal (in target 'cmTC_68035' from project 'CMAKE_TRY_COMPILE')] + ignore line: [ cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68035.LinkFileList -dependency_info /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/build/cmTC_68035.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68035_libtool_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-h1fs2M/Debug/libcmTC_68035.a] ignore line: [] ignore line: [** BUILD SUCCEEDED **] ignore line: [] @@ -805,13 +806,13 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindOpenMP.cmake:238 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS)" - - "CMakeLists.txt:330 (find_package)" + - "/opt/homebrew/share/cmake/Modules/FindOpenMP.cmake:252 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/FindOpenMP.cmake:522 (_OPENMP_GET_FLAGS)" + - "CMakeLists.txt:364 (find_package)" description: "Detecting C OpenMP compiler info" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_C_FLAGS_DEBUG: "-g" @@ -825,11 +826,11 @@ events: variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d5e8a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e3d7f -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d5e8a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e3d7f -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -838,84 +839,64 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_d5e8a' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_e3d7f' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: e83c3318d8faef497826e2004bc329d7 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/XCBuildData/e83c3318d8faef497826e2004bc329d7.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build + Build description signature: 4da8daa388181ff6ef7cc10082bd9023 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/XCBuildData/4da8daa388181ff6ef7cc10082bd9023.xcbuilddata + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug/cmTC_d5e8a.app (in target 'cmTC_d5e8a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug/cmTC_d5e8a.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/Debug/cmTC_e3d7f.app (in target 'cmTC_e3d7f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/Debug/cmTC_e3d7f.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/cmTC_d5e8a.DependencyMetadataFileList (in target 'cmTC_d5e8a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/cmTC_d5e8a.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/cmTC_e3d7f.DependencyMetadataFileList (in target 'cmTC_e3d7f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/cmTC_e3d7f.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_d5e8a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug -Xclang -fopenmp -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_e3d7f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/Debug -Xclang -fopenmp -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d5e8a.LinkFileList (in target 'cmTC_d5e8a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d5e8a.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e3d7f.LinkFileList (in target 'cmTC_e3d7f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e3d7f.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug/cmTC_d5e8a.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/CMakeFiles/cmTC_d5e8a.dir/Info.plist (in target 'cmTC_d5e8a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/CMakeFiles/cmTC_d5e8a.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug/cmTC_d5e8a.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug/cmTC_d5e8a.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/Debug/cmTC_e3d7f.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/CMakeFiles/cmTC_e3d7f.dir/Info.plist (in target 'cmTC_e3d7f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/CMakeFiles/cmTC_e3d7f.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/Debug/cmTC_e3d7f.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/Debug/cmTC_e3d7f.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/OpenMPTryFlag.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_d5e8a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/OpenMPTryFlag.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_e3d7f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -v @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/OpenMPTryFlag.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o - Apple clang version 16.0.0 (clang-1600.0.26.4) - Target: arm64-apple-ios12.0 - Thread model: posix - InstalledDir: /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin - "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-ios12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=18.1 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-abi darwinpcs -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa -resource-dir /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -dependency-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.d -skip-unused-modulemap-deps -MT dependencies -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -D "CMAKE_INTDIR=\\"Debug-iphoneos\\"" -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug/include -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/DerivedSources-normal/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/DerivedSources/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa -ferror-limit 19 -fmacro-backtrace-limit=0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fpascal-strings -fmax-type-align=16 -fcommon -fdiagnostics-show-note-include-stack -serialize-diagnostic-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.dia -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o -x c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/OpenMPTryFlag.c - clang -cc1 version 16.0.0 (clang-1600.0.26.4) default target arm64-apple-darwin24.1.0 - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug/include" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/DerivedSources-normal/arm64" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/DerivedSources/arm64" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/DerivedSources" - ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include" - ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/Debug (framework directory) - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include - /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include - /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/OpenMPTryFlag.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found 2 | #include | ^~~~~~~ 1 error generated. @@ -924,20 +905,20 @@ events: The following build commands failed: - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/build/cmTC_d5e8a.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YRKTNa/OpenMPTryFlag.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_d5e8a' from project 'CMAKE_TRY_COMPILE') + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/build/cmTC_e3d7f.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-13T8HR/OpenMPTryFlag.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_e3d7f' from project 'CMAKE_TRY_COMPILE') (1 failure) exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindOpenMP.cmake:238 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS)" - - "CMakeLists.txt:330 (find_package)" + - "/opt/homebrew/share/cmake/Modules/FindOpenMP.cmake:252 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/FindOpenMP.cmake:522 (_OPENMP_GET_FLAGS)" + - "CMakeLists.txt:364 (find_package)" description: "Detecting CXX OpenMP compiler info" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g" cmakeVariables: CMAKE_CXX_FLAGS: "" CMAKE_CXX_FLAGS_DEBUG: "-g" @@ -951,11 +932,11 @@ events: variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_150d7 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_fb5ea -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_150d7 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_fb5ea -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -964,88 +945,66 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_150d7' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_fb5ea' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c++ -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - Build description signature: 41526e56d886ec4f842acf552e9b3e34 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/XCBuildData/41526e56d886ec4f842acf552e9b3e34.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build + Build description signature: 3b1b11fa5647c61d4b8e34df4babd8b7 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/XCBuildData/3b1b11fa5647c61d4b8e34df4babd8b7.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug/cmTC_150d7.app (in target 'cmTC_150d7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug/cmTC_150d7.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/Debug/cmTC_fb5ea.app (in target 'cmTC_fb5ea' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/Debug/cmTC_fb5ea.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/cmTC_150d7.DependencyMetadataFileList (in target 'cmTC_150d7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/cmTC_150d7.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/cmTC_fb5ea.DependencyMetadataFileList (in target 'cmTC_fb5ea' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/cmTC_fb5ea.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_150d7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug -Xclang -fopenmp '-std=c++17' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/cmTC_fb5ea.LinkFileList (in target 'cmTC_fb5ea' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/cmTC_fb5ea.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_150d7.LinkFileList (in target 'cmTC_150d7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_150d7.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_fb5ea' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/Debug -Xclang -fopenmp '-std=c++17' -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug/cmTC_150d7.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/CMakeFiles/cmTC_150d7.dir/Info.plist (in target 'cmTC_150d7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/CMakeFiles/cmTC_150d7.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug/cmTC_150d7.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug/cmTC_150d7.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/Debug/cmTC_fb5ea.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/CMakeFiles/cmTC_fb5ea.dir/Info.plist (in target 'cmTC_fb5ea' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/CMakeFiles/cmTC_fb5ea.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/Debug/cmTC_fb5ea.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/Debug/cmTC_fb5ea.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/OpenMPTryFlag.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_150d7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/OpenMPTryFlag.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_fb5ea' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -v @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/OpenMPTryFlag.cpp -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o - Apple clang version 16.0.0 (clang-1600.0.26.4) - Target: arm64-apple-ios12.0 - Thread model: posix - InstalledDir: /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin - ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1" - "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-ios12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=18.1 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-abi darwinpcs -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B -resource-dir /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -dependency-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.d -skip-unused-modulemap-deps -MT dependencies -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -D _LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG -D "CMAKE_INTDIR=\\"Debug-iphoneos\\"" -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug/include -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/DerivedSources-normal/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/DerivedSources/arm64 -I /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include -internal-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=c++17 -fdeprecated-macro -fdebug-compilation-dir=/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B -ferror-limit 19 -fmacro-backtrace-limit=0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fpascal-strings -fmax-type-align=16 -fcommon -fdiagnostics-show-note-include-stack -serialize-diagnostic-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.dia -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o -x c++ /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/OpenMPTryFlag.cpp - clang -cc1 version 16.0.0 (clang-1600.0.26.4) default target arm64-apple-darwin24.1.0 - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug/include" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/DerivedSources-normal/arm64" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/DerivedSources/arm64" - ignoring nonexistent directory "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/DerivedSources" - ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include" - ignoring nonexistent directory "/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/Debug (framework directory) - /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include/c++/v1 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include - /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include - /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/OpenMPTryFlag.cpp -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found 2 | #include | ^~~~~~~ 1 error generated. @@ -1054,22 +1013,22 @@ events: The following build commands failed: - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/build/cmTC_150d7.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fJrJ4B/OpenMPTryFlag.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_150d7' from project 'CMAKE_TRY_COMPILE') + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/build/cmTC_fb5ea.build/Debug-iphoneos/Objects-normal/arm64/OpenMPTryFlag.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-COK10g/OpenMPTryFlag.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_fb5ea' from project 'CMAKE_TRY_COMPILE') (1 failure) exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - "core/deps/xxHash/cmake_unofficial/CMakeLists.txt:106 (check_c_compiler_flag)" checks: - "Performing Test CFLAG_Wall" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -1081,11 +1040,11 @@ events: variable: "CFLAG_Wall" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_15433 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_6b4a6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_15433 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_6b4a6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -1094,83 +1053,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_15433' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_6b4a6' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 106589fe4b5cf8f27cd3440a83f55d62 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/XCBuildData/106589fe4b5cf8f27cd3440a83f55d62.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build + Build description signature: 28267386eb79309c9b51b2d59516ee08 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/XCBuildData/28267386eb79309c9b51b2d59516ee08.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/cmTC_15433.DependencyMetadataFileList (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/cmTC_15433.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/cmTC_6b4a6.DependencyMetadataFileList (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/cmTC_6b4a6.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wall -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/cmTC_15433.LinkFileList (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/cmTC_15433.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6b4a6.LinkFileList (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6b4a6.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/CMakeFiles/cmTC_15433.dir/Info.plist (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/CMakeFiles/cmTC_15433.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/CMakeFiles/cmTC_6b4a6.dir/Info.plist (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/CMakeFiles/cmTC_6b4a6.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app/cmTC_15433 normal (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/cmTC_15433.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/cmTC_15433_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/build/cmTC_15433.build/Debug-iphoneos/Objects-normal/arm64/cmTC_15433_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app/cmTC_15433 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app/cmTC_6b4a6 normal (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6b4a6.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6b4a6_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/build/cmTC_6b4a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6b4a6_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app/cmTC_6b4a6 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app/cmTC_15433 (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app/cmTC_15433 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app/cmTC_6b4a6 (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app/cmTC_6b4a6 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app (in target 'cmTC_15433' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-t8eNnb/Debug/cmTC_15433.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app (in target 'cmTC_6b4a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3kdEZw/Debug/cmTC_6b4a6.app ** BUILD SUCCEEDED ** @@ -1179,15 +1138,15 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - "core/deps/xxHash/cmake_unofficial/CMakeLists.txt:106 (check_c_compiler_flag)" checks: - "Performing Test CFLAG_Wextra" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm" cmakeVariables: CMAKE_C_FLAGS: "-Wall " CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -1199,11 +1158,11 @@ events: variable: "CFLAG_Wextra" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_76fdf -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_4e18d -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_76fdf -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_4e18d -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -1212,83 +1171,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_76fdf' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_4e18d' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 5a9534122ea695a1f1e2c98d5564dbae - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/XCBuildData/5a9534122ea695a1f1e2c98d5564dbae.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build + Build description signature: b2dcdd1331e5f81730097c0af7a5349d + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/XCBuildData/b2dcdd1331e5f81730097c0af7a5349d.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/cmTC_76fdf.DependencyMetadataFileList (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/cmTC_76fdf.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/cmTC_4e18d.DependencyMetadataFileList (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/cmTC_4e18d.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76fdf.LinkFileList (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76fdf.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4e18d.LinkFileList (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4e18d.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wextra -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wextra -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/CMakeFiles/cmTC_76fdf.dir/Info.plist (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/CMakeFiles/cmTC_76fdf.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/CMakeFiles/cmTC_4e18d.dir/Info.plist (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/CMakeFiles/cmTC_4e18d.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app/cmTC_76fdf normal (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76fdf.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76fdf_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/build/cmTC_76fdf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76fdf_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app/cmTC_76fdf + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app/cmTC_4e18d normal (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4e18d.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4e18d_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/build/cmTC_4e18d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4e18d_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app/cmTC_4e18d - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app/cmTC_76fdf (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app/cmTC_76fdf -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app/cmTC_4e18d (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app/cmTC_4e18d -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app (in target 'cmTC_76fdf' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nVaTKE/Debug/cmTC_76fdf.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app (in target 'cmTC_4e18d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rLZtSm/Debug/cmTC_4e18d.app ** BUILD SUCCEEDED ** @@ -1297,15 +1256,15 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - "core/deps/xxHash/cmake_unofficial/CMakeLists.txt:106 (check_c_compiler_flag)" checks: - "Performing Test CFLAG_Wcast_qual" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7" cmakeVariables: CMAKE_C_FLAGS: "-Wextra -Wall " CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -1317,11 +1276,11 @@ events: variable: "CFLAG_Wcast_qual" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_2bfc2 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_87952 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_2bfc2 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_87952 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -1330,83 +1289,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_2bfc2' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_87952' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: d24e3e51385a1e1a427b4060a6580516 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/XCBuildData/d24e3e51385a1e1a427b4060a6580516.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build + Build description signature: cd4add8c7feb15590c38986e4102c84d + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/XCBuildData/cd4add8c7feb15590c38986e4102c84d.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/cmTC_2bfc2.DependencyMetadataFileList (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/cmTC_2bfc2.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/cmTC_87952.DependencyMetadataFileList (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/cmTC_87952.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wcast_qual -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wcast_qual -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2bfc2.LinkFileList (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2bfc2.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/cmTC_87952.LinkFileList (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/cmTC_87952.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/CMakeFiles/cmTC_2bfc2.dir/Info.plist (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/CMakeFiles/cmTC_2bfc2.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/CMakeFiles/cmTC_87952.dir/Info.plist (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/CMakeFiles/cmTC_87952.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wextra -Wall -Wcast-qual @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wextra -Wall -Wcast-qual @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app/cmTC_2bfc2 normal (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2bfc2.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2bfc2_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/build/cmTC_2bfc2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2bfc2_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app/cmTC_2bfc2 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app/cmTC_87952 normal (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/cmTC_87952.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/cmTC_87952_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/build/cmTC_87952.build/Debug-iphoneos/Objects-normal/arm64/cmTC_87952_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app/cmTC_87952 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app/cmTC_2bfc2 (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app/cmTC_2bfc2 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app/cmTC_87952 (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app/cmTC_87952 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app (in target 'cmTC_2bfc2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Pwr3iR/Debug/cmTC_2bfc2.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app (in target 'cmTC_87952' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-yXdbI7/Debug/cmTC_87952.app ** BUILD SUCCEEDED ** @@ -1415,15 +1374,15 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - "core/deps/xxHash/cmake_unofficial/CMakeLists.txt:106 (check_c_compiler_flag)" checks: - "Performing Test CFLAG_Wcast_align" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK" cmakeVariables: CMAKE_C_FLAGS: "-Wcast-qual -Wextra -Wall " CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -1435,11 +1394,11 @@ events: variable: "CFLAG_Wcast_align" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_76551 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9b119 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_76551 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9b119 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -1448,83 +1407,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_76551' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_9b119' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 30127aa750bee1356fdaacf73f6bb606 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/XCBuildData/30127aa750bee1356fdaacf73f6bb606.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build + Build description signature: cc94b9f2b5b1921a2e41f9295b743c1d + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/XCBuildData/cc94b9f2b5b1921a2e41f9295b743c1d.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/cmTC_76551.DependencyMetadataFileList (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/cmTC_76551.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/cmTC_9b119.DependencyMetadataFileList (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/cmTC_9b119.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76551.LinkFileList (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76551.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9b119.LinkFileList (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9b119.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wcast_align -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wcast_align -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/CMakeFiles/cmTC_76551.dir/Info.plist (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/CMakeFiles/cmTC_76551.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/CMakeFiles/cmTC_9b119.dir/Info.plist (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/CMakeFiles/cmTC_9b119.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wcast-qual -Wextra -Wall -Wcast-align @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wcast-qual -Wextra -Wall -Wcast-align @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app/cmTC_76551 normal (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76551.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76551_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/build/cmTC_76551.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76551_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app/cmTC_76551 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app/cmTC_9b119 normal (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9b119.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9b119_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/build/cmTC_9b119.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9b119_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app/cmTC_9b119 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app/cmTC_76551 (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app/cmTC_76551 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app/cmTC_9b119 (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app/cmTC_9b119 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app (in target 'cmTC_76551' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7 - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sQooB7/Debug/cmTC_76551.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app (in target 'cmTC_9b119' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-f25XgK/Debug/cmTC_9b119.app ** BUILD SUCCEEDED ** @@ -1533,15 +1492,15 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - "core/deps/xxHash/cmake_unofficial/CMakeLists.txt:106 (check_c_compiler_flag)" checks: - "Performing Test CFLAG_Wshadow" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77" cmakeVariables: CMAKE_C_FLAGS: "-Wcast-align -Wcast-qual -Wextra -Wall " CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -1553,11 +1512,11 @@ events: variable: "CFLAG_Wshadow" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_408e0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_02263 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_408e0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_02263 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -1566,83 +1525,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_408e0' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_02263' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 7b78743afdc2febe7d1a5583a076cd29 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/XCBuildData/7b78743afdc2febe7d1a5583a076cd29.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build + Build description signature: 669acedc5549dcb745ed1170f11d9edd + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/XCBuildData/669acedc5549dcb745ed1170f11d9edd.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/cmTC_408e0.DependencyMetadataFileList (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/cmTC_408e0.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/cmTC_02263.DependencyMetadataFileList (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/cmTC_02263.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wshadow -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/cmTC_02263.LinkFileList (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/cmTC_02263.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_408e0.LinkFileList (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_408e0.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wshadow -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/CMakeFiles/cmTC_408e0.dir/Info.plist (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/CMakeFiles/cmTC_408e0.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/CMakeFiles/cmTC_02263.dir/Info.plist (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/CMakeFiles/cmTC_02263.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wcast-align -Wcast-qual -Wextra -Wall -Wshadow @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wcast-align -Wcast-qual -Wextra -Wall -Wshadow @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app/cmTC_408e0 normal (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_408e0.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_408e0_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/build/cmTC_408e0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_408e0_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app/cmTC_408e0 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app/cmTC_02263 normal (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/cmTC_02263.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/cmTC_02263_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/build/cmTC_02263.build/Debug-iphoneos/Objects-normal/arm64/cmTC_02263_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app/cmTC_02263 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app/cmTC_408e0 (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app/cmTC_408e0 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app/cmTC_02263 (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app/cmTC_02263 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app (in target 'cmTC_408e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-NR87Ci/Debug/cmTC_408e0.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app (in target 'cmTC_02263' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CHsy77/Debug/cmTC_02263.app ** BUILD SUCCEEDED ** @@ -1651,15 +1610,15 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - "core/deps/xxHash/cmake_unofficial/CMakeLists.txt:106 (check_c_compiler_flag)" checks: - "Performing Test CFLAG_Wstrict_aliasing_1" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc" cmakeVariables: CMAKE_C_FLAGS: "-Wshadow -Wcast-align -Wcast-qual -Wextra -Wall " CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -1671,11 +1630,11 @@ events: variable: "CFLAG_Wstrict_aliasing_1" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_43d19 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c19f0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_43d19 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c19f0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -1684,83 +1643,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_43d19' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_c19f0' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: e88da88fa11bb94b952f69040a82813b - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/XCBuildData/e88da88fa11bb94b952f69040a82813b.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build + Build description signature: 62be211a433546f640c86c7d3b6ecc32 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/XCBuildData/62be211a433546f640c86c7d3b6ecc32.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/cmTC_43d19.DependencyMetadataFileList (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/cmTC_43d19.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/cmTC_c19f0.DependencyMetadataFileList (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/cmTC_c19f0.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/cmTC_43d19.LinkFileList (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/cmTC_43d19.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wstrict_aliasing_1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wstrict_aliasing_1 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c19f0.LinkFileList (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c19f0.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/CMakeFiles/cmTC_43d19.dir/Info.plist (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/CMakeFiles/cmTC_43d19.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/CMakeFiles/cmTC_c19f0.dir/Info.plist (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/CMakeFiles/cmTC_c19f0.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -Wstrict-aliasing\\=1 @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -Wstrict-aliasing\\=1 @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app/cmTC_43d19 normal (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/cmTC_43d19.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/cmTC_43d19_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/build/cmTC_43d19.build/Debug-iphoneos/Objects-normal/arm64/cmTC_43d19_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app/cmTC_43d19 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app/cmTC_c19f0 normal (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c19f0.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c19f0_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/build/cmTC_c19f0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c19f0_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app/cmTC_c19f0 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app/cmTC_43d19 (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app/cmTC_43d19 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app/cmTC_c19f0 (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app/cmTC_c19f0 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app (in target 'cmTC_43d19' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xf9vlO/Debug/cmTC_43d19.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app (in target 'cmTC_c19f0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6dsggc/Debug/cmTC_c19f0.app ** BUILD SUCCEEDED ** @@ -1769,15 +1728,15 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - "core/deps/xxHash/cmake_unofficial/CMakeLists.txt:106 (check_c_compiler_flag)" checks: - "Performing Test CFLAG_Wswitch_enum" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC" cmakeVariables: CMAKE_C_FLAGS: "-Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall " CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -1789,11 +1748,11 @@ events: variable: "CFLAG_Wswitch_enum" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_ef668 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_16ca4 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_ef668 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_16ca4 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -1802,83 +1761,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_ef668' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_16ca4' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: de0a8e51514b3e3d0d9bfdadf6085172 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/XCBuildData/de0a8e51514b3e3d0d9bfdadf6085172.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug + Build description signature: 9a82b66495e74a04fc1422a5cb2fe598 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/XCBuildData/9a82b66495e74a04fc1422a5cb2fe598.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/cmTC_ef668.DependencyMetadataFileList (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/cmTC_ef668.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/cmTC_16ca4.DependencyMetadataFileList (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/cmTC_16ca4.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ef668.LinkFileList (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ef668.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_16ca4.LinkFileList (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_16ca4.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wswitch_enum -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wswitch_enum -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/CMakeFiles/cmTC_ef668.dir/Info.plist (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/CMakeFiles/cmTC_ef668.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/CMakeFiles/cmTC_16ca4.dir/Info.plist (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/CMakeFiles/cmTC_16ca4.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wstrict-aliasing\\=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -Wswitch-enum @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wstrict-aliasing\\=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -Wswitch-enum @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app/cmTC_ef668 normal (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ef668.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ef668_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/build/cmTC_ef668.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ef668_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app/cmTC_ef668 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app/cmTC_16ca4 normal (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_16ca4.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_16ca4_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/build/cmTC_16ca4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_16ca4_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app/cmTC_16ca4 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app/cmTC_ef668 (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app/cmTC_ef668 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app/cmTC_16ca4 (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app/cmTC_16ca4 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app (in target 'cmTC_ef668' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-oeo9QC/Debug/cmTC_ef668.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app (in target 'cmTC_16ca4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mXGtRC/Debug/cmTC_16ca4.app ** BUILD SUCCEEDED ** @@ -1887,15 +1846,15 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - "core/deps/xxHash/cmake_unofficial/CMakeLists.txt:106 (check_c_compiler_flag)" checks: - "Performing Test CFLAG_Wdeclaration_after_statement" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC" cmakeVariables: CMAKE_C_FLAGS: "-Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall " CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -1907,11 +1866,11 @@ events: variable: "CFLAG_Wdeclaration_after_statement" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_4bb04 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b1ab3 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_4bb04 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b1ab3 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -1920,83 +1879,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_4bb04' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_b1ab3' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 54888a8dcbf109d286287919ae0e3959 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/XCBuildData/54888a8dcbf109d286287919ae0e3959.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build + Build description signature: 7f82e24beaef7880c25641baee1f2496 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/XCBuildData/7f82e24beaef7880c25641baee1f2496.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/cmTC_4bb04.DependencyMetadataFileList (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/cmTC_4bb04.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/cmTC_b1ab3.DependencyMetadataFileList (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/cmTC_b1ab3.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wdeclaration_after_statement -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b1ab3.LinkFileList (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b1ab3.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4bb04.LinkFileList (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4bb04.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wdeclaration_after_statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/CMakeFiles/cmTC_4bb04.dir/Info.plist (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/CMakeFiles/cmTC_4bb04.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/CMakeFiles/cmTC_b1ab3.dir/Info.plist (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/CMakeFiles/cmTC_b1ab3.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wswitch-enum -Wstrict-aliasing\\=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -Wdeclaration-after-statement @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wswitch-enum -Wstrict-aliasing\\=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -Wdeclaration-after-statement @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app/cmTC_4bb04 normal (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4bb04.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4bb04_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/build/cmTC_4bb04.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4bb04_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app/cmTC_4bb04 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app/cmTC_b1ab3 normal (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b1ab3.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b1ab3_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/build/cmTC_b1ab3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b1ab3_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app/cmTC_b1ab3 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app/cmTC_4bb04 (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app/cmTC_4bb04 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app/cmTC_b1ab3 (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app/cmTC_b1ab3 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app (in target 'cmTC_4bb04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6zsHOd/Debug/cmTC_4bb04.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app (in target 'cmTC_b1ab3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MJs1UC/Debug/cmTC_b1ab3.app ** BUILD SUCCEEDED ** @@ -2005,15 +1964,15 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - "core/deps/xxHash/cmake_unofficial/CMakeLists.txt:106 (check_c_compiler_flag)" checks: - "Performing Test CFLAG_Wstrict_prototypes" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA" cmakeVariables: CMAKE_C_FLAGS: "-Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall " CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -2025,11 +1984,11 @@ events: variable: "CFLAG_Wstrict_prototypes" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_abd4c -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a6337 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_abd4c -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a6337 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -2038,83 +1997,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_abd4c' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_a6337' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: e50c24650279022b64a87ee7f3dca337 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/XCBuildData/e50c24650279022b64a87ee7f3dca337.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build + Build description signature: 92ffdcbe08ad71832d235626043571b1 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/XCBuildData/92ffdcbe08ad71832d235626043571b1.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/cmTC_abd4c.DependencyMetadataFileList (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/cmTC_abd4c.DependencyMetadataFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wstrict_prototypes -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/cmTC_a6337.DependencyMetadataFileList (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/cmTC_a6337.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abd4c.LinkFileList (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abd4c.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wstrict_prototypes -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug -fPIE - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a6337.LinkFileList (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a6337.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/CMakeFiles/cmTC_abd4c.dir/Info.plist (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/CMakeFiles/cmTC_abd4c.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/CMakeFiles/cmTC_a6337.dir/Info.plist (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/CMakeFiles/cmTC_a6337.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing\\=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -Wstrict-prototypes @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing\\=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -Wstrict-prototypes @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app/cmTC_abd4c normal (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abd4c.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abd4c_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/build/cmTC_abd4c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abd4c_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app/cmTC_abd4c + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app/cmTC_a6337 normal (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a6337.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a6337_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/build/cmTC_a6337.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a6337_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app/cmTC_a6337 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app/cmTC_abd4c (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app/cmTC_abd4c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app/cmTC_a6337 (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app/cmTC_a6337 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app (in target 'cmTC_abd4c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1 - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zWYOb1/Debug/cmTC_abd4c.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app (in target 'cmTC_a6337' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-30rbXA/Debug/cmTC_a6337.app ** BUILD SUCCEEDED ** @@ -2123,15 +2082,15 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - "core/deps/xxHash/cmake_unofficial/CMakeLists.txt:106 (check_c_compiler_flag)" checks: - "Performing Test CFLAG_Wundef" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD" cmakeVariables: CMAKE_C_FLAGS: "-Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall " CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -2143,11 +2102,11 @@ events: variable: "CFLAG_Wundef" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a04fd -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_3ef0a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a04fd -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_3ef0a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -2156,83 +2115,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_a04fd' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_3ef0a' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: e2c16806283fc5374dd0a0182e913d79 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/XCBuildData/e2c16806283fc5374dd0a0182e913d79.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build + Build description signature: 61894f6778364c954a6d8e45b1efd715 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/XCBuildData/61894f6778364c954a6d8e45b1efd715.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/cmTC_a04fd.DependencyMetadataFileList (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/cmTC_a04fd.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/cmTC_3ef0a.DependencyMetadataFileList (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/cmTC_3ef0a.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wundef -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCFLAG_Wundef -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a04fd.LinkFileList (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a04fd.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3ef0a.LinkFileList (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3ef0a.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/CMakeFiles/cmTC_a04fd.dir/Info.plist (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/CMakeFiles/cmTC_a04fd.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/CMakeFiles/cmTC_3ef0a.dir/Info.plist (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/CMakeFiles/cmTC_3ef0a.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing\\=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -Wundef @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing\\=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -Wundef @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app/cmTC_a04fd normal (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a04fd.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a04fd_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/build/cmTC_a04fd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a04fd_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app/cmTC_a04fd + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app/cmTC_3ef0a normal (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3ef0a.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3ef0a_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/build/cmTC_3ef0a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3ef0a_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app/cmTC_3ef0a - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app/cmTC_a04fd (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app/cmTC_a04fd -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app/cmTC_3ef0a (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app/cmTC_3ef0a -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app (in target 'cmTC_a04fd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-xuGWoS/Debug/cmTC_a04fd.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app (in target 'cmTC_3ef0a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wPdvBD/Debug/cmTC_3ef0a.app ** BUILD SUCCEEDED ** @@ -2241,16 +2200,16 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)" + - "/opt/homebrew/share/cmake/Modules/FindThreads.cmake:163 (_threads_check_libc)" - "core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt:40 (find_package)" checks: - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" @@ -2262,11 +2221,11 @@ events: variable: "CMAKE_HAVE_LIBC_PTHREAD" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_884ff -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8a8c0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_884ff -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8a8c0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -2275,83 +2234,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_884ff' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_8a8c0' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 967fde3c8f6469a5076a8c0e2bc3e6eb - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/XCBuildData/967fde3c8f6469a5076a8c0e2bc3e6eb.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug + Build description signature: 50e5da9938e91834bab81728a685083c + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/XCBuildData/50e5da9938e91834bab81728a685083c.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/cmTC_884ff.DependencyMetadataFileList (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/cmTC_884ff.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/cmTC_8a8c0.DependencyMetadataFileList (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/cmTC_8a8c0.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/cmTC_884ff.LinkFileList (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/cmTC_884ff.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCMAKE_HAVE_LIBC_PTHREAD -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCMAKE_HAVE_LIBC_PTHREAD -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8a8c0.LinkFileList (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8a8c0.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/CMakeFiles/cmTC_884ff.dir/Info.plist (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/CMakeFiles/cmTC_884ff.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/CMakeFiles/cmTC_8a8c0.dir/Info.plist (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/CMakeFiles/cmTC_8a8c0.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app/cmTC_884ff normal (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/cmTC_884ff.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/cmTC_884ff_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/build/cmTC_884ff.build/Debug-iphoneos/Objects-normal/arm64/cmTC_884ff_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app/cmTC_884ff + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app/cmTC_8a8c0 normal (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8a8c0.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8a8c0_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/build/cmTC_8a8c0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8a8c0_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app/cmTC_8a8c0 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app/cmTC_884ff (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app/cmTC_884ff -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app/cmTC_8a8c0 (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app/cmTC_8a8c0 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app (in target 'cmTC_884ff' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-mR9HqQ/Debug/cmTC_884ff.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app (in target 'cmTC_8a8c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XjFDCQ/Debug/cmTC_8a8c0.app ** BUILD SUCCEEDED ** @@ -2360,13 +2319,13 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFile.cmake:90 (try_compile)" - - "core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt:14 (check_include_file)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt:22 (check_include_file)" checks: - "Looking for sys/types.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_C_FLAGS_DEBUG: "-g" @@ -2380,11 +2339,11 @@ events: variable: "HAVE_SYS_TYPES_H" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_046c8 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_148c1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_046c8 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_148c1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -2393,83 +2352,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_046c8' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_148c1' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 1bfa0168732acdaefe7452ab434d0159 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/XCBuildData/1bfa0168732acdaefe7452ab434d0159.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build + Build description signature: 412f4eaac62008dc83acd0bd3e11ad62 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/XCBuildData/412f4eaac62008dc83acd0bd3e11ad62.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/cmTC_046c8.DependencyMetadataFileList (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/cmTC_046c8.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/cmTC_148c1.DependencyMetadataFileList (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/cmTC_148c1.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_046c8.LinkFileList (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_046c8.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_148c1.LinkFileList (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_148c1.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/CMakeFiles/cmTC_046c8.dir/Info.plist (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/CMakeFiles/cmTC_046c8.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/CMakeFiles/cmTC_148c1.dir/Info.plist (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/CMakeFiles/cmTC_148c1.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/CheckIncludeFile.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/CheckIncludeFile.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/CheckIncludeFile.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/CheckIncludeFile.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app/cmTC_046c8 normal (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_046c8.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_046c8_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/build/cmTC_046c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_046c8_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app/cmTC_046c8 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app/cmTC_148c1 normal (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_148c1.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_148c1_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/build/cmTC_148c1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_148c1_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app/cmTC_148c1 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app/cmTC_046c8 (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app/cmTC_046c8 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app/cmTC_148c1 (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app/cmTC_148c1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app (in target 'cmTC_046c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-74i4wv/Debug/cmTC_046c8.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app (in target 'cmTC_148c1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GMATQk/Debug/cmTC_148c1.app ** BUILD SUCCEEDED ** @@ -2478,13 +2437,13 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFile.cmake:90 (try_compile)" - - "core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt:15 (check_include_file)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt:23 (check_include_file)" checks: - "Looking for stdint.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_C_FLAGS_DEBUG: "-g" @@ -2498,11 +2457,11 @@ events: variable: "HAVE_STDINT_H" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b8a3c -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b1f19 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b8a3c -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b1f19 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -2511,83 +2470,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_b8a3c' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_b1f19' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 970dc3feff0a7255857eedbe93058667 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/XCBuildData/970dc3feff0a7255857eedbe93058667.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build + Build description signature: 48f43d65ad23c1633e6e49e8a169f882 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/XCBuildData/48f43d65ad23c1633e6e49e8a169f882.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/cmTC_b8a3c.DependencyMetadataFileList (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/cmTC_b8a3c.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/cmTC_b1f19.DependencyMetadataFileList (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/cmTC_b1f19.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b8a3c.LinkFileList (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b8a3c.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b1f19.LinkFileList (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b1f19.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/CMakeFiles/cmTC_b8a3c.dir/Info.plist (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/CMakeFiles/cmTC_b8a3c.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/CMakeFiles/cmTC_b1f19.dir/Info.plist (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/CMakeFiles/cmTC_b1f19.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/CheckIncludeFile.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/CheckIncludeFile.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/CheckIncludeFile.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/CheckIncludeFile.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app/cmTC_b8a3c normal (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b8a3c.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b8a3c_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/build/cmTC_b8a3c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b8a3c_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app/cmTC_b8a3c + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app/cmTC_b1f19 normal (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b1f19.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b1f19_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/build/cmTC_b1f19.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b1f19_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app/cmTC_b1f19 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app/cmTC_b8a3c (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app/cmTC_b8a3c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app/cmTC_b1f19 (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app/cmTC_b1f19 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app (in target 'cmTC_b8a3c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9 - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zbvFl9/Debug/cmTC_b8a3c.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app (in target 'cmTC_b1f19' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GiMTgK/Debug/cmTC_b1f19.app ** BUILD SUCCEEDED ** @@ -2596,13 +2555,13 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFile.cmake:90 (try_compile)" - - "core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt:16 (check_include_file)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt:24 (check_include_file)" checks: - "Looking for stddef.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_C_FLAGS_DEBUG: "-g" @@ -2616,11 +2575,11 @@ events: variable: "HAVE_STDDEF_H" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9f444 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_ccd64 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9f444 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_ccd64 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -2629,83 +2588,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_9f444' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_ccd64' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: a87069eaa8d7ac63592ab1182ad779b9 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/XCBuildData/a87069eaa8d7ac63592ab1182ad779b9.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build + Build description signature: 84a9f508ab516773c4ad276bbd6397b9 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/XCBuildData/84a9f508ab516773c4ad276bbd6397b9.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/cmTC_9f444.DependencyMetadataFileList (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/cmTC_9f444.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/cmTC_ccd64.DependencyMetadataFileList (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/cmTC_ccd64.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ccd64.LinkFileList (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ccd64.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9f444.LinkFileList (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9f444.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/CMakeFiles/cmTC_9f444.dir/Info.plist (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/CMakeFiles/cmTC_9f444.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/CMakeFiles/cmTC_ccd64.dir/Info.plist (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/CMakeFiles/cmTC_ccd64.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/CheckIncludeFile.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/CheckIncludeFile.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/CheckIncludeFile.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/CheckIncludeFile.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app/cmTC_9f444 normal (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9f444.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9f444_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/build/cmTC_9f444.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9f444_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app/cmTC_9f444 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app/cmTC_ccd64 normal (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ccd64.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ccd64_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/build/cmTC_ccd64.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ccd64_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app/cmTC_ccd64 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app/cmTC_9f444 (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app/cmTC_9f444 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app/cmTC_ccd64 (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app/cmTC_ccd64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app (in target 'cmTC_9f444' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qmUPZU/Debug/cmTC_9f444.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app (in target 'cmTC_ccd64' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2ivULq/Debug/cmTC_ccd64.app ** BUILD SUCCEEDED ** @@ -2714,16 +2673,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt:34 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt:42 (check_type_size)" checks: - "Check size of off64_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -2733,11 +2694,11 @@ events: variable: "HAVE_OFF64_T" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_68a2d -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_822cd -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_68a2d -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_822cd -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -2746,91 +2707,91 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_68a2d' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_822cd' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 2dc24f2c128d1f84103c829bccdca170 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/XCBuildData/2dc24f2c128d1f84103c829bccdca170.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build + Build description signature: ab7a2e6e181bdba8ffa1d5f1e319331c + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/XCBuildData/ab7a2e6e181bdba8ffa1d5f1e319331c.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/Debug/cmTC_68a2d.app (in target 'cmTC_68a2d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/Debug/cmTC_68a2d.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/Debug/cmTC_822cd.app (in target 'cmTC_822cd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/Debug/cmTC_822cd.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/cmTC_68a2d.DependencyMetadataFileList (in target 'cmTC_68a2d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/cmTC_68a2d.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/cmTC_822cd.DependencyMetadataFileList (in target 'cmTC_822cd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/cmTC_822cd.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68a2d.LinkFileList (in target 'cmTC_68a2d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68a2d.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_822cd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D_LARGEFILE64_SOURCE=1' -DHAVE_SYS_TYPES_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_68a2d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D_LARGEFILE64_SOURCE=1' -DHAVE_SYS_TYPES_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_822cd.LinkFileList (in target 'cmTC_822cd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_822cd.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/Debug/cmTC_68a2d.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/CMakeFiles/cmTC_68a2d.dir/Info.plist (in target 'cmTC_68a2d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/CMakeFiles/cmTC_68a2d.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/Debug/cmTC_68a2d.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/Debug/cmTC_68a2d.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/Debug/cmTC_822cd.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/CMakeFiles/cmTC_822cd.dir/Info.plist (in target 'cmTC_822cd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/CMakeFiles/cmTC_822cd.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/Debug/cmTC_822cd.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/Debug/cmTC_822cd.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/OFF64_T.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_68a2d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/OFF64_T.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_822cd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/OFF64_T.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/OFF64_T.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/OFF64_T.o - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c:29:12: error: use of undeclared identifier 'off64_t' + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/OFF64_T.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/OFF64_T.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/OFF64_T.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c:29:12: error: use of undeclared identifier 'off64_t' 29 | ('0' + ((SIZE / 10000)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(off64_t)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c:30:12: error: use of undeclared identifier 'off64_t' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c:30:12: error: use of undeclared identifier 'off64_t' 30 | ('0' + ((SIZE / 1000)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(off64_t)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c:31:12: error: use of undeclared identifier 'off64_t' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c:31:12: error: use of undeclared identifier 'off64_t' 31 | ('0' + ((SIZE / 100)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(off64_t)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c:32:12: error: use of undeclared identifier 'off64_t' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c:32:12: error: use of undeclared identifier 'off64_t' 32 | ('0' + ((SIZE / 10)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(off64_t)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c:33:12: error: use of undeclared identifier 'off64_t' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c:33:12: error: use of undeclared identifier 'off64_t' 33 | ('0' + (SIZE % 10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(off64_t)) | ^ 5 errors generated. @@ -2839,22 +2800,24 @@ events: The following build commands failed: - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/build/cmTC_68a2d.build/Debug-iphoneos/Objects-normal/arm64/OFF64_T.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XKDjzw/OFF64_T.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_68a2d' from project 'CMAKE_TRY_COMPILE') + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/build/cmTC_822cd.build/Debug-iphoneos/Objects-normal/arm64/OFF64_T.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-QbqGNU/OFF64_T.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_822cd' from project 'CMAKE_TRY_COMPILE') (1 failure) exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt:43 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt:51 (check_function_exists)" checks: - "Looking for fseeko" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -2864,11 +2827,11 @@ events: variable: "HAVE_FSEEKO" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8a747 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f83bf -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8a747 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f83bf -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -2877,83 +2840,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_8a747' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_f83bf' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 5ed0915afc286a48c154bebb2dedd1d5 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/XCBuildData/5ed0915afc286a48c154bebb2dedd1d5.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug + Build description signature: c276c93fac2c00c96ad2fe9051ffca6d + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/XCBuildData/c276c93fac2c00c96ad2fe9051ffca6d.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/cmTC_8a747.DependencyMetadataFileList (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/cmTC_8a747.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/cmTC_f83bf.DependencyMetadataFileList (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/cmTC_f83bf.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8a747.LinkFileList (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8a747.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug '-DCHECK_FUNCTION_EXISTS=fseeko' -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug '-DCHECK_FUNCTION_EXISTS=fseeko' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f83bf.LinkFileList (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f83bf.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/CMakeFiles/cmTC_8a747.dir/Info.plist (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/CMakeFiles/cmTC_8a747.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/CMakeFiles/cmTC_f83bf.dir/Info.plist (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/CMakeFiles/cmTC_f83bf.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app/cmTC_8a747 normal (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8a747.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8a747_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/build/cmTC_8a747.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8a747_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app/cmTC_8a747 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app/cmTC_f83bf normal (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f83bf.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f83bf_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/build/cmTC_f83bf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f83bf_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app/cmTC_f83bf - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app/cmTC_8a747 (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app/cmTC_8a747 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app/cmTC_f83bf (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app/cmTC_f83bf -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app (in target 'cmTC_8a747' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OBatyq/Debug/cmTC_8a747.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app (in target 'cmTC_f83bf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nfnP7I/Debug/cmTC_f83bf.app ** BUILD SUCCEEDED ** @@ -2962,13 +2925,13 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFile.cmake:90 (try_compile)" - - "core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt:51 (check_include_file)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt:59 (check_include_file)" checks: - "Looking for unistd.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_C_FLAGS_DEBUG: "-g" @@ -2982,11 +2945,11 @@ events: variable: "Z_HAVE_UNISTD_H" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7c267 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_bfa05 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7c267 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_bfa05 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -2995,115 +2958,142 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_7c267' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_bfa05' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 25def78b396f0757985de4447cd2fd84 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/XCBuildData/25def78b396f0757985de4447cd2fd84.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build + Build description signature: a9bb6da8acf9d9052ee329933b545387 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/XCBuildData/a9bb6da8acf9d9052ee329933b545387.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/cmTC_7c267.DependencyMetadataFileList (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/cmTC_7c267.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/cmTC_bfa05.DependencyMetadataFileList (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/cmTC_bfa05.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7c267.LinkFileList (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7c267.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bfa05.LinkFileList (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bfa05.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/CMakeFiles/cmTC_7c267.dir/Info.plist (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/CMakeFiles/cmTC_7c267.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/CMakeFiles/cmTC_bfa05.dir/Info.plist (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/CMakeFiles/cmTC_bfa05.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/CheckIncludeFile.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/CheckIncludeFile.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/CheckIncludeFile.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/CheckIncludeFile.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/CheckIncludeFile.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app/cmTC_7c267 normal (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7c267.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7c267_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/build/cmTC_7c267.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7c267_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app/cmTC_7c267 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app/cmTC_bfa05 normal (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bfa05.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bfa05_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/build/cmTC_bfa05.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bfa05_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app/cmTC_bfa05 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app/cmTC_7c267 (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app/cmTC_7c267 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app/cmTC_bfa05 (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app/cmTC_bfa05 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app (in target 'cmTC_7c267' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hl21WU/Debug/cmTC_7c267.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app (in target 'cmTC_bfa05' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aCsEbI/Debug/cmTC_bfa05.app ** BUILD SUCCEEDED ** exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1250 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:33 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)": + Apple clang version 16.0.0 (clang-1600.0.26.6) + Target: arm64-apple-darwin24.3.0 + Thread model: posix + InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1237 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:33 (project)" + message: | + Checking whether the ASM compiler is AppleClang using "--version" matched "(Apple (clang|LLVM) version)": + Apple clang version 16.0.0 (clang-1600.0.26.6) + Target: arm64-apple-darwin24.3.0 + Thread model: posix + InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)" - - "core/deps/nowide/CMakeLists.txt:48 (check_cxx_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:20 (CHECK_C_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:65 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Performing Test NOWIDE_HAS_LFS" + - "Performing Test C_FLAG_WALL" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K" cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/nowide/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" + CMAKE_C_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "NOWIDE_HAS_LFS" + variable: "C_FLAG_WALL" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_03834 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_76079 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_03834 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_76079 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -3112,85 +3102,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_03834' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_76079' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c++ -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + Build description signature: c50f318f71431b802110b3cfc2009152 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/XCBuildData/c50f318f71431b802110b3cfc2009152.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build - Build description signature: c6824d579b5d0fb8c31cf49229c0c84a - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/XCBuildData/c6824d579b5d0fb8c31cf49229c0c84a.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/EagerLinkingTBDs/Debug-iphoneos - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/EagerLinkingTBDs/Debug-iphoneos + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/cmTC_76079.DependencyMetadataFileList (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/cmTC_76079.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/cmTC_03834.DependencyMetadataFileList (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/cmTC_03834.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76079.LinkFileList (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76079.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DNOWIDE_HAS_LFS -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DC_FLAG_WALL -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/cmTC_03834.LinkFileList (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/cmTC_03834.LinkFileList + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/CMakeFiles/cmTC_76079.dir/Info.plist (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/CMakeFiles/cmTC_76079.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app/Info.plist - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/CMakeFiles/cmTC_03834.dir/Info.plist (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/CMakeFiles/cmTC_03834.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app/Info.plist - - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app/cmTC_03834 normal (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/cmTC_03834.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/cmTC_03834_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/build/cmTC_03834.build/Debug-iphoneos/Objects-normal/arm64/cmTC_03834_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app/cmTC_03834 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app/cmTC_76079 normal (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76079.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76079_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/build/cmTC_76079.build/Debug-iphoneos/Objects-normal/arm64/cmTC_76079_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app/cmTC_76079 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app/cmTC_03834 (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app/cmTC_03834 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app/cmTC_76079 (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app/cmTC_76079 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app (in target 'cmTC_03834' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7 - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OwKWZ7/Debug/cmTC_03834.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app (in target 'cmTC_76079' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-E7ta8K/Debug/cmTC_76079.app ** BUILD SUCCEEDED ** @@ -3199,30 +3187,33 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)" - - "core/deps/nowide/CMakeLists.txt:50 (check_cxx_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:26 (CHECK_CXX_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:65 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Performing Test NOWIDE_HAS_INIT_PRIORITY" + - "Performing Test CXX_FLAG_WALL" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe" cmakeVariables: CMAKE_CXX_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/nowide/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "NOWIDE_HAS_INIT_PRIORITY" + variable: "CXX_FLAG_WALL" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_81379 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_1f498 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_81379 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_1f498 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -3231,85 +3222,85 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_81379' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_1f498' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c++ -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - Build description signature: 6ff390c4381c1a89ba3f5be3eaef374d - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/XCBuildData/6ff390c4381c1a89ba3f5be3eaef374d.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build + Build description signature: cec12e608525b0157d1e6931d59cd6bd + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/XCBuildData/cec12e608525b0157d1e6931d59cd6bd.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/cmTC_81379.DependencyMetadataFileList (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/cmTC_81379.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/cmTC_1f498.DependencyMetadataFileList (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/cmTC_1f498.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DNOWIDE_HAS_INIT_PRIORITY -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1f498.LinkFileList (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1f498.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/cmTC_81379.LinkFileList (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/cmTC_81379.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCXX_FLAG_WALL -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/CMakeFiles/cmTC_81379.dir/Info.plist (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/CMakeFiles/cmTC_81379.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/CMakeFiles/cmTC_1f498.dir/Info.plist (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/CMakeFiles/cmTC_1f498.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wall @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app/cmTC_81379 normal (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/cmTC_81379.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/cmTC_81379_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/build/cmTC_81379.build/Debug-iphoneos/Objects-normal/arm64/cmTC_81379_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app/cmTC_81379 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app/cmTC_1f498 normal (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1f498.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1f498_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/build/cmTC_1f498.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1f498_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app/cmTC_1f498 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app/cmTC_81379 (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app/cmTC_81379 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app/cmTC_1f498 (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app/cmTC_1f498 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app (in target 'cmTC_81379' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bc6ibp/Debug/cmTC_81379.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app (in target 'cmTC_1f498' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-C1HqEe/Debug/cmTC_1f498.app ** BUILD SUCCEEDED ** @@ -3318,29 +3309,33 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:90 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:20 (CHECK_C_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:67 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _close" + - "Performing Test C_FLAG_WEXTRA" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_C_FLAGS: " -Wall" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__CLOSE" + variable: "C_FLAG_WEXTRA" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_52eb7 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c4a2d -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_52eb7 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c4a2d -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -3349,107 +3344,118 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_52eb7' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_c4a2d' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 96d9a0d6fb09cca13e39d256da978920 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/XCBuildData/96d9a0d6fb09cca13e39d256da978920.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build + Build description signature: 9a6c9baa1344a49b1a5ba96e8ead4dbb + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/XCBuildData/9a6c9baa1344a49b1a5ba96e8ead4dbb.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug/cmTC_52eb7.app (in target 'cmTC_52eb7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug/cmTC_52eb7.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/cmTC_52eb7.DependencyMetadataFileList (in target 'cmTC_52eb7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/cmTC_52eb7.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/cmTC_c4a2d.DependencyMetadataFileList (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/cmTC_c4a2d.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_52eb7.LinkFileList (in target 'cmTC_52eb7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_52eb7.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DC_FLAG_WEXTRA -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_52eb7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug '-DCHECK_FUNCTION_EXISTS=_close' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c4a2d.LinkFileList (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c4a2d.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug/cmTC_52eb7.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/CMakeFiles/cmTC_52eb7.dir/Info.plist (in target 'cmTC_52eb7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/CMakeFiles/cmTC_52eb7.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug/cmTC_52eb7.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug/cmTC_52eb7.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/CMakeFiles/cmTC_c4a2d.dir/Info.plist (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/CMakeFiles/cmTC_c4a2d.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_52eb7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug/cmTC_52eb7.app/cmTC_52eb7 normal (in target 'cmTC_52eb7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_52eb7.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_52eb7_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/build/cmTC_52eb7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_52eb7_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug/cmTC_52eb7.app/cmTC_52eb7 - Undefined symbols for architecture arm64: - "__close", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app/cmTC_c4a2d normal (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c4a2d.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c4a2d_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/build/cmTC_c4a2d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c4a2d_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app/cmTC_c4a2d - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app/cmTC_c4a2d (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app/cmTC_c4a2d -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YHEZZQ/Debug/cmTC_52eb7.app/cmTC_52eb7 normal (in target 'cmTC_52eb7' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app (in target 'cmTC_c4a2d' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zGUehX/Debug/cmTC_c4a2d.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:91 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:26 (CHECK_CXX_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:67 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _dup" + - "Performing Test CXX_FLAG_WEXTRA" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_CXX_FLAGS: " -Wall" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__DUP" + variable: "CXX_FLAG_WEXTRA" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_508c8 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f16ba -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_508c8 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f16ba -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -3458,107 +3464,120 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_508c8' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_f16ba' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - Build description signature: ff9886b07fa7fa0f0160429cb36cf7c2 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/XCBuildData/ff9886b07fa7fa0f0160429cb36cf7c2.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build + Build description signature: f3a1675ad123a7d8d64b4f4dcf508151 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/XCBuildData/f3a1675ad123a7d8d64b4f4dcf508151.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug/cmTC_508c8.app (in target 'cmTC_508c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug/cmTC_508c8.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/cmTC_508c8.DependencyMetadataFileList (in target 'cmTC_508c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/cmTC_508c8.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/cmTC_f16ba.DependencyMetadataFileList (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/cmTC_f16ba.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_508c8.LinkFileList (in target 'cmTC_508c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_508c8.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f16ba.LinkFileList (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f16ba.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_508c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug '-DCHECK_FUNCTION_EXISTS=_dup' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCXX_FLAG_WEXTRA -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug/cmTC_508c8.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/CMakeFiles/cmTC_508c8.dir/Info.plist (in target 'cmTC_508c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/CMakeFiles/cmTC_508c8.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug/cmTC_508c8.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug/cmTC_508c8.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/CMakeFiles/cmTC_f16ba.dir/Info.plist (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/CMakeFiles/cmTC_f16ba.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_508c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wall -Wextra @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug/cmTC_508c8.app/cmTC_508c8 normal (in target 'cmTC_508c8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_508c8.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_508c8_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/build/cmTC_508c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_508c8_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug/cmTC_508c8.app/cmTC_508c8 - Undefined symbols for architecture arm64: - "__dup", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app/cmTC_f16ba normal (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f16ba.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f16ba_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/build/cmTC_f16ba.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f16ba_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app/cmTC_f16ba - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app/cmTC_f16ba (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app/cmTC_f16ba -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2d3x4Y/Debug/cmTC_508c8.app/cmTC_508c8 normal (in target 'cmTC_508c8' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app (in target 'cmTC_f16ba' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-F8rQCo/Debug/cmTC_f16ba.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:92 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:20 (CHECK_C_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:68 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _fdopen" + - "Performing Test C_FLAG_WUNDEF" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_C_FLAGS: " -Wall -Wextra" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__FDOPEN" + variable: "C_FLAG_WUNDEF" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_17bd5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7f8ee -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_17bd5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7f8ee -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -3567,107 +3586,118 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_17bd5' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_7f8ee' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 13eda200b04b2fdaeb07b82ba8ef56c2 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/XCBuildData/13eda200b04b2fdaeb07b82ba8ef56c2.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build + Build description signature: 87222249aa4c5d41269b849cbb43ceda + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/XCBuildData/87222249aa4c5d41269b849cbb43ceda.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug/cmTC_17bd5.app (in target 'cmTC_17bd5' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug/cmTC_17bd5.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/cmTC_17bd5.DependencyMetadataFileList (in target 'cmTC_17bd5' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/cmTC_17bd5.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/cmTC_7f8ee.DependencyMetadataFileList (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/cmTC_7f8ee.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_17bd5' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug '-DCHECK_FUNCTION_EXISTS=_fdopen' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7f8ee.LinkFileList (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7f8ee.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17bd5.LinkFileList (in target 'cmTC_17bd5' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17bd5.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DC_FLAG_WUNDEF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug/cmTC_17bd5.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/CMakeFiles/cmTC_17bd5.dir/Info.plist (in target 'cmTC_17bd5' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/CMakeFiles/cmTC_17bd5.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug/cmTC_17bd5.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug/cmTC_17bd5.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/CMakeFiles/cmTC_7f8ee.dir/Info.plist (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/CMakeFiles/cmTC_7f8ee.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_17bd5' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra -Wundef @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug/cmTC_17bd5.app/cmTC_17bd5 normal (in target 'cmTC_17bd5' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17bd5.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17bd5_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/build/cmTC_17bd5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17bd5_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug/cmTC_17bd5.app/cmTC_17bd5 - Undefined symbols for architecture arm64: - "__fdopen", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app/cmTC_7f8ee normal (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7f8ee.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7f8ee_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/build/cmTC_7f8ee.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7f8ee_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app/cmTC_7f8ee - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app/cmTC_7f8ee (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app/cmTC_7f8ee -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BhzJrs/Debug/cmTC_17bd5.app/cmTC_17bd5 normal (in target 'cmTC_17bd5' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app (in target 'cmTC_7f8ee' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3iM7jj/Debug/cmTC_7f8ee.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:93 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:26 (CHECK_CXX_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:68 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _fileno" + - "Performing Test CXX_FLAG_WUNDEF" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_CXX_FLAGS: " -Wall -Wextra" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__FILENO" + variable: "CXX_FLAG_WUNDEF" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_01104 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9e7e7 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_01104 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9e7e7 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -3676,107 +3706,120 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_01104' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_9e7e7' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 3b5759104f44db1f213b09939a847775 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/XCBuildData/3b5759104f44db1f213b09939a847775.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug + Build description signature: 33f73743595490d99978d2f212064262 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/XCBuildData/33f73743595490d99978d2f212064262.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/EagerLinkingTBDs/Debug-iphoneos + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/cmTC_01104.DependencyMetadataFileList (in target 'cmTC_01104' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/cmTC_01104.DependencyMetadataFileList + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug/cmTC_01104.app (in target 'cmTC_01104' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug/cmTC_01104.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_01104' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug '-DCHECK_FUNCTION_EXISTS=_fileno' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/cmTC_9e7e7.DependencyMetadataFileList (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/cmTC_9e7e7.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/cmTC_01104.LinkFileList (in target 'cmTC_01104' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/cmTC_01104.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9e7e7.LinkFileList (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9e7e7.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug/cmTC_01104.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/CMakeFiles/cmTC_01104.dir/Info.plist (in target 'cmTC_01104' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/CMakeFiles/cmTC_01104.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug/cmTC_01104.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug/cmTC_01104.app/Info.plist + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCXX_FLAG_WUNDEF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug -fPIE - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_01104' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/CMakeFiles/cmTC_9e7e7.dir/Info.plist (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/CMakeFiles/cmTC_9e7e7.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wall -Wextra -Wundef @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug/cmTC_01104.app/cmTC_01104 normal (in target 'cmTC_01104' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/cmTC_01104.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/cmTC_01104_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/build/cmTC_01104.build/Debug-iphoneos/Objects-normal/arm64/cmTC_01104_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug/cmTC_01104.app/cmTC_01104 - Undefined symbols for architecture arm64: - "__fileno", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app/cmTC_9e7e7 normal (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9e7e7.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9e7e7_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/build/cmTC_9e7e7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9e7e7_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app/cmTC_9e7e7 - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app/cmTC_9e7e7 (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app/cmTC_9e7e7 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-r3OyMB/Debug/cmTC_01104.app/cmTC_01104 normal (in target 'cmTC_01104' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app (in target 'cmTC_9e7e7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YuL070/Debug/cmTC_9e7e7.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:94 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:20 (CHECK_C_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:69 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _setmode" + - "Performing Test C_FLAG_WSHADOW" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_C_FLAGS: " -Wall -Wextra -Wundef" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__SETMODE" + variable: "C_FLAG_WSHADOW" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_63910 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_6c3b1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_63910 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_6c3b1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -3785,107 +3828,118 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_63910' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_6c3b1' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 460e61b3c77915e030b8d82370a92617 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/XCBuildData/460e61b3c77915e030b8d82370a92617.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug + Build description signature: f94181419ca43f55105b64f06009bc9e + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/XCBuildData/f94181419ca43f55105b64f06009bc9e.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug/cmTC_63910.app (in target 'cmTC_63910' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug/cmTC_63910.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/cmTC_63910.DependencyMetadataFileList (in target 'cmTC_63910' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/cmTC_63910.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/cmTC_6c3b1.DependencyMetadataFileList (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/cmTC_6c3b1.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/cmTC_63910.LinkFileList (in target 'cmTC_63910' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/cmTC_63910.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6c3b1.LinkFileList (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6c3b1.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_63910' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug '-DCHECK_FUNCTION_EXISTS=_setmode' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DC_FLAG_WSHADOW -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug/cmTC_63910.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/CMakeFiles/cmTC_63910.dir/Info.plist (in target 'cmTC_63910' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/CMakeFiles/cmTC_63910.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug/cmTC_63910.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug/cmTC_63910.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/CMakeFiles/cmTC_6c3b1.dir/Info.plist (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/CMakeFiles/cmTC_6c3b1.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_63910' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug/cmTC_63910.app/cmTC_63910 normal (in target 'cmTC_63910' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/cmTC_63910.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/cmTC_63910_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/build/cmTC_63910.build/Debug-iphoneos/Objects-normal/arm64/cmTC_63910_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug/cmTC_63910.app/cmTC_63910 - Undefined symbols for architecture arm64: - "__setmode", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app/cmTC_6c3b1 normal (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6c3b1.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6c3b1_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/build/cmTC_6c3b1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6c3b1_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app/cmTC_6c3b1 - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app/cmTC_6c3b1 (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app/cmTC_6c3b1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-pcEUlU/Debug/cmTC_63910.app/cmTC_63910 normal (in target 'cmTC_63910' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app (in target 'cmTC_6c3b1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VtOGlP/Debug/cmTC_6c3b1.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:95 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:26 (CHECK_CXX_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:69 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _snprintf" + - "Performing Test CXX_FLAG_WSHADOW" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_CXX_FLAGS: " -Wall -Wextra -Wundef" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__SNPRINTF" + variable: "CXX_FLAG_WSHADOW" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_08e43 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_015f9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_08e43 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_015f9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -3894,107 +3948,120 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_08e43' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_015f9' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 2161d4ab9a2d74eabfab2df3aab430b2 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/XCBuildData/2161d4ab9a2d74eabfab2df3aab430b2.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug + Build description signature: 428b6444fb727349dff96aefe3c04c0b + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/XCBuildData/428b6444fb727349dff96aefe3c04c0b.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/EagerLinkingTBDs/Debug-iphoneos + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug/cmTC_08e43.app (in target 'cmTC_08e43' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug/cmTC_08e43.app + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/cmTC_08e43.DependencyMetadataFileList (in target 'cmTC_08e43' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/cmTC_08e43.DependencyMetadataFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_08e43' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug '-DCHECK_FUNCTION_EXISTS=_snprintf' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/cmTC_015f9.DependencyMetadataFileList (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/cmTC_015f9.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/cmTC_08e43.LinkFileList (in target 'cmTC_08e43' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/cmTC_08e43.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCXX_FLAG_WSHADOW -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug/cmTC_08e43.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/CMakeFiles/cmTC_08e43.dir/Info.plist (in target 'cmTC_08e43' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/CMakeFiles/cmTC_08e43.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug/cmTC_08e43.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug/cmTC_08e43.app/Info.plist + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_015f9.LinkFileList (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_015f9.LinkFileList - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_08e43' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/CMakeFiles/cmTC_015f9.dir/Info.plist (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/CMakeFiles/cmTC_015f9.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug/cmTC_08e43.app/cmTC_08e43 normal (in target 'cmTC_08e43' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/cmTC_08e43.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/cmTC_08e43_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/build/cmTC_08e43.build/Debug-iphoneos/Objects-normal/arm64/cmTC_08e43_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug/cmTC_08e43.app/cmTC_08e43 - Undefined symbols for architecture arm64: - "__snprintf", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app/cmTC_015f9 normal (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_015f9.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_015f9_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/build/cmTC_015f9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_015f9_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app/cmTC_015f9 - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app/cmTC_015f9 (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app/cmTC_015f9 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b9TaPe/Debug/cmTC_08e43.app/cmTC_08e43 normal (in target 'cmTC_08e43' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app (in target 'cmTC_015f9' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ep3yG6/Debug/cmTC_015f9.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:96 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:20 (CHECK_C_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:70 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _strdup" + - "Performing Test C_FLAG_WCAST_ALIGN" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_C_FLAGS: " -Wall -Wextra -Wundef -Wshadow" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__STRDUP" + variable: "C_FLAG_WCAST_ALIGN" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_32d09 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_709b4 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_32d09 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_709b4 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -4003,107 +4070,118 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_32d09' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_709b4' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 72ae8f3be4aa19e730d424d23cf88595 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/XCBuildData/72ae8f3be4aa19e730d424d23cf88595.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build + Build description signature: a2870a6cd23fda8e4810a0753296a984 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/XCBuildData/a2870a6cd23fda8e4810a0753296a984.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug/cmTC_32d09.app (in target 'cmTC_32d09' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug/cmTC_32d09.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/cmTC_32d09.DependencyMetadataFileList (in target 'cmTC_32d09' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/cmTC_32d09.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/cmTC_709b4.DependencyMetadataFileList (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/cmTC_709b4.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/cmTC_32d09.LinkFileList (in target 'cmTC_32d09' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/cmTC_32d09.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_709b4.LinkFileList (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_709b4.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_32d09' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug '-DCHECK_FUNCTION_EXISTS=_strdup' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DC_FLAG_WCAST_ALIGN -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug/cmTC_32d09.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/CMakeFiles/cmTC_32d09.dir/Info.plist (in target 'cmTC_32d09' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/CMakeFiles/cmTC_32d09.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug/cmTC_32d09.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug/cmTC_32d09.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/CMakeFiles/cmTC_709b4.dir/Info.plist (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/CMakeFiles/cmTC_709b4.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_32d09' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow -Wcast-align @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug/cmTC_32d09.app/cmTC_32d09 normal (in target 'cmTC_32d09' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/cmTC_32d09.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/cmTC_32d09_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/build/cmTC_32d09.build/Debug-iphoneos/Objects-normal/arm64/cmTC_32d09_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug/cmTC_32d09.app/cmTC_32d09 - Undefined symbols for architecture arm64: - "__strdup", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app/cmTC_709b4 normal (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_709b4.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_709b4_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/build/cmTC_709b4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_709b4_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app/cmTC_709b4 - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app/cmTC_709b4 (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app/cmTC_709b4 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-g00AkU/Debug/cmTC_32d09.app/cmTC_32d09 normal (in target 'cmTC_32d09' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app (in target 'cmTC_709b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-uXTnBY/Debug/cmTC_709b4.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:97 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:26 (CHECK_CXX_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:70 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _stricmp" + - "Performing Test CXX_FLAG_WCAST_ALIGN" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_CXX_FLAGS: " -Wall -Wextra -Wundef -Wshadow" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__STRICMP" + variable: "CXX_FLAG_WCAST_ALIGN" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0afb9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_43e94 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0afb9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_43e94 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -4112,107 +4190,120 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_0afb9' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_43e94' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: e42abfbe598f7f81c24a982dc2f9295d - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/XCBuildData/e42abfbe598f7f81c24a982dc2f9295d.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug + Build description signature: 4e566693226f5012a483f6f7bdf5ab6c + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/XCBuildData/4e566693226f5012a483f6f7bdf5ab6c.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/EagerLinkingTBDs/Debug-iphoneos + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug/cmTC_0afb9.app (in target 'cmTC_0afb9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug/cmTC_0afb9.app + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/cmTC_0afb9.DependencyMetadataFileList (in target 'cmTC_0afb9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/cmTC_0afb9.DependencyMetadataFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0afb9.LinkFileList (in target 'cmTC_0afb9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0afb9.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/cmTC_43e94.DependencyMetadataFileList (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/cmTC_43e94.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_0afb9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug '-DCHECK_FUNCTION_EXISTS=_stricmp' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/cmTC_43e94.LinkFileList (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/cmTC_43e94.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug/cmTC_0afb9.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/CMakeFiles/cmTC_0afb9.dir/Info.plist (in target 'cmTC_0afb9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/CMakeFiles/cmTC_0afb9.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug/cmTC_0afb9.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug/cmTC_0afb9.app/Info.plist + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCXX_FLAG_WCAST_ALIGN -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug -fPIE - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_0afb9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/CMakeFiles/cmTC_43e94.dir/Info.plist (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/CMakeFiles/cmTC_43e94.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow -Wcast-align @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug/cmTC_0afb9.app/cmTC_0afb9 normal (in target 'cmTC_0afb9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0afb9.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0afb9_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/build/cmTC_0afb9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0afb9_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug/cmTC_0afb9.app/cmTC_0afb9 - Undefined symbols for architecture arm64: - "__stricmp", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app/cmTC_43e94 normal (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/cmTC_43e94.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/cmTC_43e94_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/build/cmTC_43e94.build/Debug-iphoneos/Objects-normal/arm64/cmTC_43e94_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app/cmTC_43e94 - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app/cmTC_43e94 (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app/cmTC_43e94 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ZNDZHj/Debug/cmTC_0afb9.app/cmTC_0afb9 normal (in target 'cmTC_0afb9' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app (in target 'cmTC_43e94' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-4Ju8nt/Debug/cmTC_43e94.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:98 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:20 (CHECK_C_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:71 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _strtoi64" + - "Performing Test C_FLAG_WCAST_QUAL" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_C_FLAGS: " -Wall -Wextra -Wundef -Wshadow -Wcast-align" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__STRTOI64" + variable: "C_FLAG_WCAST_QUAL" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_1a50a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_1f122 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_1a50a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_1f122 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -4221,107 +4312,118 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_1a50a' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_1f122' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 306d7540d894349eaa68f6b3e4e6e342 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/XCBuildData/306d7540d894349eaa68f6b3e4e6e342.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build + Build description signature: 9a48f08f2b399b6c72466f080f00f7f9 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/XCBuildData/9a48f08f2b399b6c72466f080f00f7f9.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug/cmTC_1a50a.app (in target 'cmTC_1a50a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug/cmTC_1a50a.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/cmTC_1a50a.DependencyMetadataFileList (in target 'cmTC_1a50a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/cmTC_1a50a.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/cmTC_1f122.DependencyMetadataFileList (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/cmTC_1f122.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_1a50a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug '-DCHECK_FUNCTION_EXISTS=_strtoi64' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DC_FLAG_WCAST_QUAL -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1a50a.LinkFileList (in target 'cmTC_1a50a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1a50a.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1f122.LinkFileList (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1f122.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug/cmTC_1a50a.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/CMakeFiles/cmTC_1a50a.dir/Info.plist (in target 'cmTC_1a50a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/CMakeFiles/cmTC_1a50a.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug/cmTC_1a50a.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug/cmTC_1a50a.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/CMakeFiles/cmTC_1f122.dir/Info.plist (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/CMakeFiles/cmTC_1f122.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_1a50a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug/cmTC_1a50a.app/cmTC_1a50a normal (in target 'cmTC_1a50a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1a50a.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1a50a_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/build/cmTC_1a50a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1a50a_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug/cmTC_1a50a.app/cmTC_1a50a - Undefined symbols for architecture arm64: - "__strtoi64", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app/cmTC_1f122 normal (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1f122.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1f122_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/build/cmTC_1f122.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1f122_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app/cmTC_1f122 - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app/cmTC_1f122 (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app/cmTC_1f122 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b840w6/Debug/cmTC_1a50a.app/cmTC_1a50a normal (in target 'cmTC_1a50a' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app (in target 'cmTC_1f122' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-APN5Ma/Debug/cmTC_1f122.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:99 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:26 (CHECK_CXX_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:71 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _strtoui64" + - "Performing Test CXX_FLAG_WCAST_QUAL" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_CXX_FLAGS: " -Wall -Wextra -Wundef -Wshadow -Wcast-align" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__STRTOUI64" + variable: "CXX_FLAG_WCAST_QUAL" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_4d12b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_656ca -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_4d12b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_656ca -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -4330,107 +4432,120 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_4d12b' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_656ca' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 67455faf1bcd008b328c3d2862717d3e - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/XCBuildData/67455faf1bcd008b328c3d2862717d3e.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug + Build description signature: ff4b8b8fee43ee227f032ad11faf2607 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/XCBuildData/ff4b8b8fee43ee227f032ad11faf2607.xcbuilddata + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug/cmTC_4d12b.app (in target 'cmTC_4d12b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug/cmTC_4d12b.app + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/cmTC_4d12b.DependencyMetadataFileList (in target 'cmTC_4d12b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/cmTC_4d12b.DependencyMetadataFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4d12b.LinkFileList (in target 'cmTC_4d12b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4d12b.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/cmTC_656ca.DependencyMetadataFileList (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/cmTC_656ca.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_4d12b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug '-DCHECK_FUNCTION_EXISTS=_strtoui64' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/cmTC_656ca.LinkFileList (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/cmTC_656ca.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug/cmTC_4d12b.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/CMakeFiles/cmTC_4d12b.dir/Info.plist (in target 'cmTC_4d12b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/CMakeFiles/cmTC_4d12b.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug/cmTC_4d12b.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug/cmTC_4d12b.app/Info.plist + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCXX_FLAG_WCAST_QUAL -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug -fPIE - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_4d12b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/CMakeFiles/cmTC_656ca.dir/Info.plist (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/CMakeFiles/cmTC_656ca.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug/cmTC_4d12b.app/cmTC_4d12b normal (in target 'cmTC_4d12b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4d12b.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4d12b_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/build/cmTC_4d12b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4d12b_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug/cmTC_4d12b.app/cmTC_4d12b - Undefined symbols for architecture arm64: - "__strtoui64", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app/cmTC_656ca normal (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/cmTC_656ca.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/cmTC_656ca_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/build/cmTC_656ca.build/Debug-iphoneos/Objects-normal/arm64/cmTC_656ca_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app/cmTC_656ca - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app/cmTC_656ca (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app/cmTC_656ca -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q7qXLK/Debug/cmTC_4d12b.app/cmTC_4d12b normal (in target 'cmTC_4d12b' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app (in target 'cmTC_656ca' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wzh9Ht/Debug/cmTC_656ca.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:100 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:20 (CHECK_C_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:72 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" checks: - - "Looking for _unlink" + - "Performing Test C_FLAG_WSTRICT_PROTOTYPES" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1" cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_C_FLAGS: " -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE__UNLINK" + variable: "C_FLAG_WSTRICT_PROTOTYPES" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7142c -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e677a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7142c -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e677a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -4439,107 +4554,3424 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_7142c' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_e677a' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 74d31a9277f0743f8427a20d59eceaae - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/XCBuildData/74d31a9277f0743f8427a20d59eceaae.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug + Build description signature: b2be2a124d20f5ede0ff2bc30c043c26 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/XCBuildData/b2be2a124d20f5ede0ff2bc30c043c26.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug/cmTC_7142c.app (in target 'cmTC_7142c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug/cmTC_7142c.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/cmTC_7142c.DependencyMetadataFileList (in target 'cmTC_7142c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/cmTC_7142c.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/cmTC_e677a.DependencyMetadataFileList (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/cmTC_e677a.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_7142c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug '-DCHECK_FUNCTION_EXISTS=_unlink' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DC_FLAG_WSTRICT_PROTOTYPES -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7142c.LinkFileList (in target 'cmTC_7142c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7142c.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e677a.LinkFileList (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e677a.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug/cmTC_7142c.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/CMakeFiles/cmTC_7142c.dir/Info.plist (in target 'cmTC_7142c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/CMakeFiles/cmTC_7142c.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug/cmTC_7142c.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug/cmTC_7142c.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/CMakeFiles/cmTC_e677a.dir/Info.plist (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/CMakeFiles/cmTC_e677a.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_7142c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug/cmTC_7142c.app/cmTC_7142c normal (in target 'cmTC_7142c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7142c.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7142c_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/build/cmTC_7142c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7142c_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug/cmTC_7142c.app/cmTC_7142c - Undefined symbols for architecture arm64: - "__unlink", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app/cmTC_e677a normal (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e677a.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e677a_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/build/cmTC_e677a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e677a_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app/cmTC_e677a + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app/cmTC_e677a (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app/cmTC_e677a -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app (in target 'cmTC_e677a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfgEN1/Debug/cmTC_e677a.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckLinkerFlag.cmake:37 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckLinkerFlag.cmake:44 (cmake_check_linker_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:42 (CHECK_LINKER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:79 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" + checks: + - "Performing Test LD_FLAG_Z_NOEXECSTACK" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LD_FLAG_Z_NOEXECSTACK" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d1e02 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d1e02 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_d1e02' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 631332bb8ce492c02546ade2ce1bded8 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/XCBuildData/631332bb8ce492c02546ade2ce1bded8.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug/cmTC_d1e02.app (in target 'cmTC_d1e02' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug/cmTC_d1e02.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/cmTC_d1e02.DependencyMetadataFileList (in target 'cmTC_d1e02' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/cmTC_d1e02.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_d1e02' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DLD_FLAG_Z_NOEXECSTACK -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d1e02.LinkFileList (in target 'cmTC_d1e02' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d1e02.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug/cmTC_d1e02.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/CMakeFiles/cmTC_d1e02.dir/Info.plist (in target 'cmTC_d1e02' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/CMakeFiles/cmTC_d1e02.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug/cmTC_d1e02.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug/cmTC_d1e02.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_d1e02' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/src.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug/cmTC_d1e02.app/cmTC_d1e02 normal (in target 'cmTC_d1e02' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d1e02.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d1e02_lto.o -Xlinker -no_deduplicate -z\\ noexecstack -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/build/cmTC_d1e02.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d1e02_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug/cmTC_d1e02.app/cmTC_d1e02 + clang: error: unknown argument: '-z noexecstack' + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OshelT/Debug/cmTC_d1e02.app/cmTC_d1e02 normal (in target 'cmTC_d1e02' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:20 (CHECK_C_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:81 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" + checks: + - "Performing Test C_FLAG_QUNUSED_ARGUMENTS" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_FLAG_QUNUSED_ARGUMENTS" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e5a50 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e5a50 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_e5a50' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: e4bde0af36bbfbae6d59d3d2a4d512b9 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/XCBuildData/e4bde0af36bbfbae6d59d3d2a4d512b9.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/EagerLinkingTBDs/Debug-iphoneos + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/cmTC_e5a50.DependencyMetadataFileList (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/cmTC_e5a50.DependencyMetadataFileList + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e5a50.LinkFileList (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e5a50.LinkFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DC_FLAG_QUNUSED_ARGUMENTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug -fPIE -Qunused-arguments + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/CMakeFiles/cmTC_e5a50.dir/Info.plist (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/CMakeFiles/cmTC_e5a50.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/src.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app/cmTC_e5a50 normal (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e5a50.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e5a50_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/build/cmTC_e5a50.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e5a50_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app/cmTC_e5a50 + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app/cmTC_e5a50 (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app/cmTC_e5a50 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app (in target 'cmTC_e5a50' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1ZTDeF/Debug/cmTC_e5a50.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:26 (CHECK_CXX_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:81 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" + checks: + - "Performing Test CXX_FLAG_QUNUSED_ARGUMENTS" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg" + cmakeVariables: + CMAKE_CXX_FLAGS: " -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_FLAG_QUNUSED_ARGUMENTS" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9c6af -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9c6af -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_9c6af' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + Build description signature: 31f1f6b25676d5f9476d34c45b0c765b + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/XCBuildData/31f1f6b25676d5f9476d34c45b0c765b.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/cmTC_9c6af.DependencyMetadataFileList (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/cmTC_9c6af.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCXX_FLAG_QUNUSED_ARGUMENTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug -fPIE -Qunused-arguments + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9c6af.LinkFileList (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9c6af.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/CMakeFiles/cmTC_9c6af.dir/Info.plist (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/CMakeFiles/cmTC_9c6af.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/src.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app/cmTC_9c6af normal (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9c6af.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9c6af_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/build/cmTC_9c6af.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9c6af_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app/cmTC_9c6af + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app/cmTC_9c6af (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app/cmTC_9c6af -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app (in target 'cmTC_9c6af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hdQhZg/Debug/cmTC_9c6af.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:20 (CHECK_C_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:82 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" + checks: + - "Performing Test C_FLAG_WA_NOEXECSTACK" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -Qunused-arguments" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_FLAG_WA_NOEXECSTACK" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b0ebe -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b0ebe -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_b0ebe' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 82c770a611e2a53cdbcb38d589aded8e + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/XCBuildData/82c770a611e2a53cdbcb38d589aded8e.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/cmTC_b0ebe.DependencyMetadataFileList (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/cmTC_b0ebe.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DC_FLAG_WA_NOEXECSTACK -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug -Qunused-arguments -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b0ebe.LinkFileList (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b0ebe.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/CMakeFiles/cmTC_b0ebe.dir/Info.plist (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/CMakeFiles/cmTC_b0ebe.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -Wa,--noexecstack @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/src.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app/cmTC_b0ebe normal (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b0ebe.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b0ebe_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/build/cmTC_b0ebe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b0ebe_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app/cmTC_b0ebe + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app/cmTC_b0ebe (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app/cmTC_b0ebe -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app (in target 'cmTC_b0ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-a1mjMJ/Debug/cmTC_b0ebe.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:26 (CHECK_CXX_COMPILER_FLAG)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake:82 (EnableCompilerFlag)" + - "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt:58 (ADD_ZSTD_COMPILATION_FLAGS)" + checks: + - "Performing Test CXX_FLAG_WA_NOEXECSTACK" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb" + cmakeVariables: + CMAKE_CXX_FLAGS: " -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Qunused-arguments" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeModules" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_FLAG_WA_NOEXECSTACK" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_ddcc1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_ddcc1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_ddcc1' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + Build description signature: a35564cd40d07f978a8ab7004cc6e598 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/XCBuildData/a35564cd40d07f978a8ab7004cc6e598.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/cmTC_ddcc1.DependencyMetadataFileList (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/cmTC_ddcc1.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DCXX_FLAG_WA_NOEXECSTACK -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug -Qunused-arguments -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ddcc1.LinkFileList (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ddcc1.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/CMakeFiles/cmTC_ddcc1.dir/Info.plist (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/CMakeFiles/cmTC_ddcc1.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wa,--noexecstack @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/src.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app/cmTC_ddcc1 normal (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ddcc1.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ddcc1_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/build/cmTC_ddcc1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ddcc1_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app/cmTC_ddcc1 + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app/cmTC_ddcc1 (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app/cmTC_ddcc1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app (in target 'cmTC_ddcc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Br7XLb/Debug/cmTC_ddcc1.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "core/deps/nowide/CMakeLists.txt:48 (check_cxx_source_compiles)" + checks: + - "Performing Test NOWIDE_HAS_LFS" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/nowide/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "NOWIDE_HAS_LFS" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d5761 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d5761 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_d5761' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + Build description signature: 3aac3c2c5f76dd9732733c6e11ec0f2b + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/XCBuildData/3aac3c2c5f76dd9732733c6e11ec0f2b.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/cmTC_d5761.DependencyMetadataFileList (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/cmTC_d5761.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d5761.LinkFileList (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d5761.LinkFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DNOWIDE_HAS_LFS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug -fPIE + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/CMakeFiles/cmTC_d5761.dir/Info.plist (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/CMakeFiles/cmTC_d5761.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/src.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app/cmTC_d5761 normal (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d5761.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d5761_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/build/cmTC_d5761.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d5761_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app/cmTC_d5761 + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app/cmTC_d5761 (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app/cmTC_d5761 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app (in target 'cmTC_d5761' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-N1bXUt/Debug/cmTC_d5761.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "core/deps/nowide/CMakeLists.txt:50 (check_cxx_source_compiles)" + checks: + - "Performing Test NOWIDE_HAS_INIT_PRIORITY" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/nowide/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "NOWIDE_HAS_INIT_PRIORITY" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_29126 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_29126 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_29126' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + Build description signature: 567245f068c5e7675c9c0090cd614001 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/XCBuildData/567245f068c5e7675c9c0090cd614001.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/cmTC_29126.DependencyMetadataFileList (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/cmTC_29126.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + -target arm64-apple-ios12.0 '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DNOWIDE_HAS_INIT_PRIORITY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/cmTC_29126.LinkFileList (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/cmTC_29126.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/CMakeFiles/cmTC_29126.dir/Info.plist (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/CMakeFiles/cmTC_29126.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/src.cxx normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/src.cxx -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/src.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app/cmTC_29126 normal (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/cmTC_29126.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/cmTC_29126_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/build/cmTC_29126.build/Debug-iphoneos/Objects-normal/arm64/cmTC_29126_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app/cmTC_29126 + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app/cmTC_29126 (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app/cmTC_29126 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app (in target 'cmTC_29126' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vTcI9F/Debug/cmTC_29126.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:95 (check_function_exists)" + checks: + - "Looking for _close" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__CLOSE" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_47e67 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_47e67 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_47e67' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 8a55cbc31e61a5b303da901ccd10178f + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/XCBuildData/8a55cbc31e61a5b303da901ccd10178f.xcbuilddata + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug/cmTC_47e67.app (in target 'cmTC_47e67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug/cmTC_47e67.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/cmTC_47e67.DependencyMetadataFileList (in target 'cmTC_47e67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/cmTC_47e67.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/cmTC_47e67.LinkFileList (in target 'cmTC_47e67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/cmTC_47e67.LinkFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_47e67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug '-DCHECK_FUNCTION_EXISTS=_close' -fPIE + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug/cmTC_47e67.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/CMakeFiles/cmTC_47e67.dir/Info.plist (in target 'cmTC_47e67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/CMakeFiles/cmTC_47e67.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug/cmTC_47e67.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug/cmTC_47e67.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_47e67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug/cmTC_47e67.app/cmTC_47e67 normal (in target 'cmTC_47e67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/cmTC_47e67.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/cmTC_47e67_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/build/cmTC_47e67.build/Debug-iphoneos/Objects-normal/arm64/cmTC_47e67_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug/cmTC_47e67.app/cmTC_47e67 + Undefined symbols for architecture arm64: + "__close", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YSB2hM/Debug/cmTC_47e67.app/cmTC_47e67 normal (in target 'cmTC_47e67' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:96 (check_function_exists)" + checks: + - "Looking for _dup" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__DUP" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_342c8 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_342c8 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_342c8' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 6660af140f15b890ce487d0d52b8fcde + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/XCBuildData/6660af140f15b890ce487d0d52b8fcde.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug/cmTC_342c8.app (in target 'cmTC_342c8' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug/cmTC_342c8.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/cmTC_342c8.DependencyMetadataFileList (in target 'cmTC_342c8' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/cmTC_342c8.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_342c8' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug '-DCHECK_FUNCTION_EXISTS=_dup' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_342c8.LinkFileList (in target 'cmTC_342c8' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_342c8.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug/cmTC_342c8.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/CMakeFiles/cmTC_342c8.dir/Info.plist (in target 'cmTC_342c8' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/CMakeFiles/cmTC_342c8.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug/cmTC_342c8.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug/cmTC_342c8.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_342c8' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug/cmTC_342c8.app/cmTC_342c8 normal (in target 'cmTC_342c8' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_342c8.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_342c8_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/build/cmTC_342c8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_342c8_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug/cmTC_342c8.app/cmTC_342c8 + Undefined symbols for architecture arm64: + "__dup", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-b93nTU/Debug/cmTC_342c8.app/cmTC_342c8 normal (in target 'cmTC_342c8' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:97 (check_function_exists)" + checks: + - "Looking for _fdopen" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__FDOPEN" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0a896 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0a896 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_0a896' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: fed4213a37a3091e4b2110bc09748e89 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/XCBuildData/fed4213a37a3091e4b2110bc09748e89.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug/cmTC_0a896.app (in target 'cmTC_0a896' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug/cmTC_0a896.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/cmTC_0a896.DependencyMetadataFileList (in target 'cmTC_0a896' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/cmTC_0a896.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_0a896' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug '-DCHECK_FUNCTION_EXISTS=_fdopen' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0a896.LinkFileList (in target 'cmTC_0a896' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0a896.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug/cmTC_0a896.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/CMakeFiles/cmTC_0a896.dir/Info.plist (in target 'cmTC_0a896' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/CMakeFiles/cmTC_0a896.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug/cmTC_0a896.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug/cmTC_0a896.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_0a896' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug/cmTC_0a896.app/cmTC_0a896 normal (in target 'cmTC_0a896' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0a896.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0a896_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/build/cmTC_0a896.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0a896_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug/cmTC_0a896.app/cmTC_0a896 + Undefined symbols for architecture arm64: + "__fdopen", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nHTeAK/Debug/cmTC_0a896.app/cmTC_0a896 normal (in target 'cmTC_0a896' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:98 (check_function_exists)" + checks: + - "Looking for _fileno" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__FILENO" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_abe57 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_abe57 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_abe57' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 00ec7fedc42274df34a8157b0a370d3d + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/XCBuildData/00ec7fedc42274df34a8157b0a370d3d.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug/cmTC_abe57.app (in target 'cmTC_abe57' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug/cmTC_abe57.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/cmTC_abe57.DependencyMetadataFileList (in target 'cmTC_abe57' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/cmTC_abe57.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abe57.LinkFileList (in target 'cmTC_abe57' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abe57.LinkFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_abe57' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug '-DCHECK_FUNCTION_EXISTS=_fileno' -fPIE + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug/cmTC_abe57.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/CMakeFiles/cmTC_abe57.dir/Info.plist (in target 'cmTC_abe57' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/CMakeFiles/cmTC_abe57.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug/cmTC_abe57.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug/cmTC_abe57.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_abe57' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2 + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug/cmTC_abe57.app/cmTC_abe57 normal (in target 'cmTC_abe57' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abe57.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abe57_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/build/cmTC_abe57.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abe57_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug/cmTC_abe57.app/cmTC_abe57 + Undefined symbols for architecture arm64: + "__fileno", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ER5za2/Debug/cmTC_abe57.app/cmTC_abe57 normal (in target 'cmTC_abe57' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:99 (check_function_exists)" + checks: + - "Looking for _setmode" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__SETMODE" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_352af -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_352af -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_352af' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 2701a7cad1a130215ecf4a617e7767b0 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/XCBuildData/2701a7cad1a130215ecf4a617e7767b0.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug/cmTC_352af.app (in target 'cmTC_352af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug/cmTC_352af.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/cmTC_352af.DependencyMetadataFileList (in target 'cmTC_352af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/cmTC_352af.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_352af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug '-DCHECK_FUNCTION_EXISTS=_setmode' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/cmTC_352af.LinkFileList (in target 'cmTC_352af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/cmTC_352af.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug/cmTC_352af.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/CMakeFiles/cmTC_352af.dir/Info.plist (in target 'cmTC_352af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/CMakeFiles/cmTC_352af.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug/cmTC_352af.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug/cmTC_352af.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_352af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug/cmTC_352af.app/cmTC_352af normal (in target 'cmTC_352af' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/cmTC_352af.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/cmTC_352af_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/build/cmTC_352af.build/Debug-iphoneos/Objects-normal/arm64/cmTC_352af_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug/cmTC_352af.app/cmTC_352af + Undefined symbols for architecture arm64: + "__setmode", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-EAyLNT/Debug/cmTC_352af.app/cmTC_352af normal (in target 'cmTC_352af' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:163 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:68 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "core/deps/libzip/CMakeLists.txt:100 (check_symbol_exists)" + checks: + - "Looking for _snprintf" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__SNPRINTF" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_3ccc1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_3ccc1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_3ccc1' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 82e8b09b87c9533f4105b7b38ae9bfa9 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/XCBuildData/82e8b09b87c9533f4105b7b38ae9bfa9.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/Debug/cmTC_3ccc1.app (in target 'cmTC_3ccc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/Debug/cmTC_3ccc1.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/cmTC_3ccc1.DependencyMetadataFileList (in target 'cmTC_3ccc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/cmTC_3ccc1.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3ccc1.LinkFileList (in target 'cmTC_3ccc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3ccc1.LinkFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_3ccc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/Debug -fPIE + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/Debug/cmTC_3ccc1.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/CMakeFiles/cmTC_3ccc1.dir/Info.plist (in target 'cmTC_3ccc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/CMakeFiles/cmTC_3ccc1.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/Debug/cmTC_3ccc1.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/Debug/cmTC_3ccc1.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_3ccc1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/CheckSymbolExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/CheckSymbolExists.c:8:19: error: use of undeclared identifier '_snprintf' + 8 | return ((int*)(&_snprintf))[argc]; + | ^ + 1 error generated. + + ** BUILD FAILED ** + + + The following build commands failed: + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/build/cmTC_3ccc1.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rXNQwq/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_3ccc1' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:163 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:68 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "core/deps/libzip/CMakeLists.txt:101 (check_symbol_exists)" + checks: + - "Looking for _snprintf_s" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__SNPRINTF_S" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_1192a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_1192a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_1192a' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 9ec202ad0f025dd5cc4d6cc3ef1e543d + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/XCBuildData/9ec202ad0f025dd5cc4d6cc3ef1e543d.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/Debug/cmTC_1192a.app (in target 'cmTC_1192a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/Debug/cmTC_1192a.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/cmTC_1192a.DependencyMetadataFileList (in target 'cmTC_1192a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/cmTC_1192a.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_1192a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/Debug -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1192a.LinkFileList (in target 'cmTC_1192a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1192a.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/Debug/cmTC_1192a.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/CMakeFiles/cmTC_1192a.dir/Info.plist (in target 'cmTC_1192a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/CMakeFiles/cmTC_1192a.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/Debug/cmTC_1192a.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/Debug/cmTC_1192a.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_1192a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5 + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/CheckSymbolExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/CheckSymbolExists.c:8:19: error: use of undeclared identifier '_snprintf_s' + 8 | return ((int*)(&_snprintf_s))[argc]; + | ^ + 1 error generated. + + ** BUILD FAILED ** + + + The following build commands failed: + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/build/cmTC_1192a.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VBtKD5/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_1192a' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:163 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:68 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "core/deps/libzip/CMakeLists.txt:102 (check_symbol_exists)" + checks: + - "Looking for _snwprintf_s" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__SNWPRINTF_S" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9c173 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9c173 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_9c173' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: f0aad43e13e3b9fc0d5fdaf570c8a679 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/XCBuildData/f0aad43e13e3b9fc0d5fdaf570c8a679.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/Debug/cmTC_9c173.app (in target 'cmTC_9c173' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/Debug/cmTC_9c173.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/cmTC_9c173.DependencyMetadataFileList (in target 'cmTC_9c173' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/cmTC_9c173.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_9c173' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/Debug -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9c173.LinkFileList (in target 'cmTC_9c173' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9c173.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/Debug/cmTC_9c173.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/CMakeFiles/cmTC_9c173.dir/Info.plist (in target 'cmTC_9c173' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/CMakeFiles/cmTC_9c173.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/Debug/cmTC_9c173.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/Debug/cmTC_9c173.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9c173' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/CheckSymbolExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/CheckSymbolExists.c:8:19: error: use of undeclared identifier '_snwprintf_s' + 8 | return ((int*)(&_snwprintf_s))[argc]; + | ^ + 1 error generated. + + ** BUILD FAILED ** + + + The following build commands failed: + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/build/cmTC_9c173.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Uncfqb/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9c173' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:103 (check_function_exists)" + checks: + - "Looking for _strdup" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__STRDUP" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c75c0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c75c0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_c75c0' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: c9bfa2dcc5af1bce0cd71b5232006c9b + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/XCBuildData/c9bfa2dcc5af1bce0cd71b5232006c9b.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug/cmTC_c75c0.app (in target 'cmTC_c75c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug/cmTC_c75c0.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/cmTC_c75c0.DependencyMetadataFileList (in target 'cmTC_c75c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/cmTC_c75c0.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_c75c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug '-DCHECK_FUNCTION_EXISTS=_strdup' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c75c0.LinkFileList (in target 'cmTC_c75c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c75c0.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug/cmTC_c75c0.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/CMakeFiles/cmTC_c75c0.dir/Info.plist (in target 'cmTC_c75c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/CMakeFiles/cmTC_c75c0.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug/cmTC_c75c0.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug/cmTC_c75c0.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_c75c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug/cmTC_c75c0.app/cmTC_c75c0 normal (in target 'cmTC_c75c0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c75c0.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c75c0_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/build/cmTC_c75c0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c75c0_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug/cmTC_c75c0.app/cmTC_c75c0 + Undefined symbols for architecture arm64: + "__strdup", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-cElTUs/Debug/cmTC_c75c0.app/cmTC_c75c0 normal (in target 'cmTC_c75c0' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:163 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:68 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "core/deps/libzip/CMakeLists.txt:104 (check_symbol_exists)" + checks: + - "Looking for _stricmp" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__STRICMP" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_55ebe -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_55ebe -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_55ebe' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 5a42a438d9d8d777d90a05ef121937c2 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/XCBuildData/5a42a438d9d8d777d90a05ef121937c2.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/EagerLinkingTBDs/Debug-iphoneos + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/cmTC_55ebe.DependencyMetadataFileList (in target 'cmTC_55ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/cmTC_55ebe.DependencyMetadataFileList + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/Debug/cmTC_55ebe.app (in target 'cmTC_55ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/Debug/cmTC_55ebe.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_55ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/Debug -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_55ebe.LinkFileList (in target 'cmTC_55ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_55ebe.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/Debug/cmTC_55ebe.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/CMakeFiles/cmTC_55ebe.dir/Info.plist (in target 'cmTC_55ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/CMakeFiles/cmTC_55ebe.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/Debug/cmTC_55ebe.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/Debug/cmTC_55ebe.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_55ebe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/CheckSymbolExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/CheckSymbolExists.c:8:19: error: use of undeclared identifier '_stricmp' + 8 | return ((int*)(&_stricmp))[argc]; + | ^ + 1 error generated. + + ** BUILD FAILED ** + + + The following build commands failed: + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/build/cmTC_55ebe.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ywt4sf/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_55ebe' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:105 (check_function_exists)" + checks: + - "Looking for _strtoi64" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__STRTOI64" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7f7a6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7f7a6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_7f7a6' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 803d7035326168259bb1701108d30161 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/XCBuildData/803d7035326168259bb1701108d30161.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug/cmTC_7f7a6.app (in target 'cmTC_7f7a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug/cmTC_7f7a6.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/cmTC_7f7a6.DependencyMetadataFileList (in target 'cmTC_7f7a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/cmTC_7f7a6.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7f7a6.LinkFileList (in target 'cmTC_7f7a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7f7a6.LinkFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_7f7a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug '-DCHECK_FUNCTION_EXISTS=_strtoi64' -fPIE + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug/cmTC_7f7a6.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/CMakeFiles/cmTC_7f7a6.dir/Info.plist (in target 'cmTC_7f7a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/CMakeFiles/cmTC_7f7a6.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug/cmTC_7f7a6.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug/cmTC_7f7a6.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_7f7a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug/cmTC_7f7a6.app/cmTC_7f7a6 normal (in target 'cmTC_7f7a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7f7a6.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7f7a6_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/build/cmTC_7f7a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7f7a6_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug/cmTC_7f7a6.app/cmTC_7f7a6 + Undefined symbols for architecture arm64: + "__strtoi64", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RGjKL/Debug/cmTC_7f7a6.app/cmTC_7f7a6 normal (in target 'cmTC_7f7a6' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:106 (check_function_exists)" + checks: + - "Looking for _strtoui64" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__STRTOUI64" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_179fe -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_179fe -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_179fe' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 52b554a9f1bf71dac13c0f05a201faff + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/XCBuildData/52b554a9f1bf71dac13c0f05a201faff.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug/cmTC_179fe.app (in target 'cmTC_179fe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug/cmTC_179fe.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/cmTC_179fe.DependencyMetadataFileList (in target 'cmTC_179fe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/cmTC_179fe.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_179fe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug '-DCHECK_FUNCTION_EXISTS=_strtoui64' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_179fe.LinkFileList (in target 'cmTC_179fe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_179fe.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug/cmTC_179fe.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/CMakeFiles/cmTC_179fe.dir/Info.plist (in target 'cmTC_179fe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/CMakeFiles/cmTC_179fe.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug/cmTC_179fe.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug/cmTC_179fe.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_179fe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug/cmTC_179fe.app/cmTC_179fe normal (in target 'cmTC_179fe' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_179fe.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_179fe_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/build/cmTC_179fe.build/Debug-iphoneos/Objects-normal/arm64/cmTC_179fe_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug/cmTC_179fe.app/cmTC_179fe + Undefined symbols for architecture arm64: + "__strtoui64", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-MCxeCP/Debug/cmTC_179fe.app/cmTC_179fe normal (in target 'cmTC_179fe' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:107 (check_function_exists)" + checks: + - "Looking for _unlink" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__UNLINK" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_71316 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_71316 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_71316' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 4134d8f2f4de6448e97111734f808e36 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/XCBuildData/4134d8f2f4de6448e97111734f808e36.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug/cmTC_71316.app (in target 'cmTC_71316' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug/cmTC_71316.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/cmTC_71316.DependencyMetadataFileList (in target 'cmTC_71316' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/cmTC_71316.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_71316' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug '-DCHECK_FUNCTION_EXISTS=_unlink' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/cmTC_71316.LinkFileList (in target 'cmTC_71316' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/cmTC_71316.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug/cmTC_71316.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/CMakeFiles/cmTC_71316.dir/Info.plist (in target 'cmTC_71316' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/CMakeFiles/cmTC_71316.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug/cmTC_71316.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug/cmTC_71316.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_71316' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug/cmTC_71316.app/cmTC_71316 normal (in target 'cmTC_71316' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/cmTC_71316.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/cmTC_71316_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/build/cmTC_71316.build/Debug-iphoneos/Objects-normal/arm64/cmTC_71316_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug/cmTC_71316.app/cmTC_71316 + Undefined symbols for architecture arm64: + "__unlink", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eB3fmC/Debug/cmTC_71316.app/cmTC_71316 normal (in target 'cmTC_71316' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:108 (check_function_exists)" + checks: + - "Looking for arc4random" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_ARC4RANDOM" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a7000 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a7000 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_a7000' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 176c88b1f7b0a25391baabbb81ab7a88 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/XCBuildData/176c88b1f7b0a25391baabbb81ab7a88.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/cmTC_a7000.DependencyMetadataFileList (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/cmTC_a7000.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a7000.LinkFileList (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a7000.LinkFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug '-DCHECK_FUNCTION_EXISTS=arc4random' -fPIE + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/CMakeFiles/cmTC_a7000.dir/Info.plist (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/CMakeFiles/cmTC_a7000.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app/cmTC_a7000 normal (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a7000.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a7000_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/build/cmTC_a7000.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a7000_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app/cmTC_a7000 + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app/cmTC_a7000 (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app/cmTC_a7000 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app (in target 'cmTC_a7000' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-WaWpkT/Debug/cmTC_a7000.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:109 (check_function_exists)" + checks: + - "Looking for clonefile" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_CLONEFILE" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_55676 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_55676 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_55676' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 873b0a2f7475cb4c2a91ab3a32c74d99 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/XCBuildData/873b0a2f7475cb4c2a91ab3a32c74d99.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/cmTC_55676.DependencyMetadataFileList (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/cmTC_55676.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug '-DCHECK_FUNCTION_EXISTS=clonefile' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/cmTC_55676.LinkFileList (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/cmTC_55676.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/CMakeFiles/cmTC_55676.dir/Info.plist (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/CMakeFiles/cmTC_55676.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app/cmTC_55676 normal (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/cmTC_55676.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/cmTC_55676_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/build/cmTC_55676.build/Debug-iphoneos/Objects-normal/arm64/cmTC_55676_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app/cmTC_55676 + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app/cmTC_55676 (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app/cmTC_55676 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app (in target 'cmTC_55676' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-sosNzL/Debug/cmTC_55676.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:110 (check_function_exists)" + checks: + - "Looking for explicit_bzero" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_EXPLICIT_BZERO" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_95913 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_95913 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_95913' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: a531c3b6def56d1bef6b692e8b2b6ee1 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/XCBuildData/a531c3b6def56d1bef6b692e8b2b6ee1.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug/cmTC_95913.app (in target 'cmTC_95913' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug/cmTC_95913.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/cmTC_95913.DependencyMetadataFileList (in target 'cmTC_95913' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/cmTC_95913.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_95913' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug '-DCHECK_FUNCTION_EXISTS=explicit_bzero' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/cmTC_95913.LinkFileList (in target 'cmTC_95913' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/cmTC_95913.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug/cmTC_95913.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/CMakeFiles/cmTC_95913.dir/Info.plist (in target 'cmTC_95913' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/CMakeFiles/cmTC_95913.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug/cmTC_95913.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug/cmTC_95913.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_95913' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6 + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug/cmTC_95913.app/cmTC_95913 normal (in target 'cmTC_95913' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/cmTC_95913.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/cmTC_95913_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/build/cmTC_95913.build/Debug-iphoneos/Objects-normal/arm64/cmTC_95913_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug/cmTC_95913.app/cmTC_95913 + Undefined symbols for architecture arm64: + "_explicit_bzero", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nyGeo6/Debug/cmTC_95913.app/cmTC_95913 normal (in target 'cmTC_95913' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:111 (check_function_exists)" + checks: + - "Looking for explicit_memset" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_EXPLICIT_MEMSET" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a13d0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a13d0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_a13d0' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: b668696f7e6fb27b2cc1d0722b074d6b + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/XCBuildData/b668696f7e6fb27b2cc1d0722b074d6b.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug/cmTC_a13d0.app (in target 'cmTC_a13d0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug/cmTC_a13d0.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/cmTC_a13d0.DependencyMetadataFileList (in target 'cmTC_a13d0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/cmTC_a13d0.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a13d0.LinkFileList (in target 'cmTC_a13d0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a13d0.LinkFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_a13d0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug '-DCHECK_FUNCTION_EXISTS=explicit_memset' -fPIE + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug/cmTC_a13d0.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/CMakeFiles/cmTC_a13d0.dir/Info.plist (in target 'cmTC_a13d0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/CMakeFiles/cmTC_a13d0.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug/cmTC_a13d0.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug/cmTC_a13d0.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_a13d0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug/cmTC_a13d0.app/cmTC_a13d0 normal (in target 'cmTC_a13d0' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a13d0.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a13d0_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/build/cmTC_a13d0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a13d0_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug/cmTC_a13d0.app/cmTC_a13d0 + Undefined symbols for architecture arm64: + "_explicit_memset", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) + + ** BUILD FAILED ** + + + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zDuPxN/Debug/cmTC_a13d0.app/cmTC_a13d0 normal (in target 'cmTC_a13d0' from project 'CMAKE_TRY_COMPILE') + (1 failure) + + exitCode: 65 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:112 (check_function_exists)" + checks: + - "Looking for fchmod" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FCHMOD" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a0f00 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a0f00 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_a0f00' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 7df426ed133d05f2e7a61f04e5aa6895 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/XCBuildData/7df426ed133d05f2e7a61f04e5aa6895.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/cmTC_a0f00.DependencyMetadataFileList (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/cmTC_a0f00.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a0f00.LinkFileList (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a0f00.LinkFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug '-DCHECK_FUNCTION_EXISTS=fchmod' -fPIE + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/CMakeFiles/cmTC_a0f00.dir/Info.plist (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/CMakeFiles/cmTC_a0f00.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app/cmTC_a0f00 normal (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a0f00.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a0f00_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/build/cmTC_a0f00.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a0f00_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app/cmTC_a0f00 + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app/cmTC_a0f00 (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app/cmTC_a0f00 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app (in target 'cmTC_a0f00' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YLnWuz/Debug/cmTC_a0f00.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:113 (check_function_exists)" + checks: + - "Looking for fileno" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FILENO" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8d183 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8d183 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_8d183' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 80c1105d76d9381c728b3889adc6d639 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/XCBuildData/80c1105d76d9381c728b3889adc6d639.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/cmTC_8d183.DependencyMetadataFileList (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/cmTC_8d183.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug '-DCHECK_FUNCTION_EXISTS=fileno' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8d183.LinkFileList (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8d183.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/CMakeFiles/cmTC_8d183.dir/Info.plist (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/CMakeFiles/cmTC_8d183.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app/cmTC_8d183 normal (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8d183.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8d183_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/build/cmTC_8d183.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8d183_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app/cmTC_8d183 + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app/cmTC_8d183 (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app/cmTC_8d183 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app (in target 'cmTC_8d183' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-G1f8qs/Debug/cmTC_8d183.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:115 (check_function_exists)" + checks: + - "Looking for ftello" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FTELLO" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f8591 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f8591 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_f8591' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 7ac95932f4140e6fbe88f60f7ac8b8ff + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/XCBuildData/7ac95932f4140e6fbe88f60f7ac8b8ff.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/cmTC_f8591.DependencyMetadataFileList (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/cmTC_f8591.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug '-DCHECK_FUNCTION_EXISTS=ftello' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f8591.LinkFileList (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f8591.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/CMakeFiles/cmTC_f8591.dir/Info.plist (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/CMakeFiles/cmTC_f8591.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app/cmTC_f8591 normal (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f8591.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f8591_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/build/cmTC_f8591.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f8591_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app/cmTC_f8591 + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app/cmTC_f8591 (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app/cmTC_f8591 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app (in target 'cmTC_f8591' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CEtKVh/Debug/cmTC_f8591.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:116 (check_function_exists)" + checks: + - "Looking for getprogname" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETPROGNAME" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c918e -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c918e -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_c918e' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: 188b87c2f69e05e66198e2795e7ba3ce + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/XCBuildData/188b87c2f69e05e66198e2795e7ba3ce.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/cmTC_c918e.DependencyMetadataFileList (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/cmTC_c918e.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug '-DCHECK_FUNCTION_EXISTS=getprogname' -fPIE + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c918e.LinkFileList (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c918e.LinkFileList + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/CMakeFiles/cmTC_c918e.dir/Info.plist (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/CMakeFiles/cmTC_c918e.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app/cmTC_c918e normal (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c918e.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c918e_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/build/cmTC_c918e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c918e_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app/cmTC_c918e + + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app/cmTC_c918e (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app/cmTC_c918e -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app.dSYM + + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app + + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app -infoplist-subpath Info.plist + + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app (in target 'cmTC_c918e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-I7QwaL/Debug/cmTC_c918e.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:163 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:68 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "core/deps/libzip/CMakeLists.txt:117 (check_symbol_exists)" + checks: + - "Looking for localtime_r" + directories: + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" + CMAKE_OSX_ARCHITECTURES: "arm64" + CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" + CMAKE_OSX_SYSROOT: "iphoneos" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_LOCALTIME_R" + cached: true + stdout: | + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl' + + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_2e414 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_2e414 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + + User defaults from command line: + HideShellScriptEnvironment = YES + IDEPackageSupportUseBuiltinSCM = YES + + ComputeTargetDependencyGraph + note: Building targets in dependency order + note: Target dependency graph (1 target) + Target 'cmTC_2e414' in project 'CMAKE_TRY_COMPILE' (no dependencies) + + GatherProvisioningInputs + + CreateBuildDescription + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null + + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + + Build description signature: b0c0824b758e1a118b75a8b4a681025a + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/XCBuildData/b0c0824b758e1a118b75a8b4a681025a.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug + + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/EagerLinkingTBDs/Debug-iphoneos + + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/cmTC_2e414.DependencyMetadataFileList (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/cmTC_2e414.DependencyMetadataFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2e414.LinkFileList (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2e414.LinkFileList + + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug -fPIE + + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/CMakeFiles/cmTC_2e414.dir/Info.plist (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/CMakeFiles/cmTC_2e414.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app/Info.plist + + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/CheckSymbolExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o + + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app/cmTC_2e414 normal (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2e414.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2e414_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/build/cmTC_2e414.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2e414_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app/cmTC_2e414 - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app/cmTC_2e414 (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app/cmTC_2e414 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zQDu2m/Debug/cmTC_7142c.app/cmTC_7142c normal (in target 'cmTC_7142c' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app (in target 'cmTC_2e414' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0ZEtJl/Debug/cmTC_2e414.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:101 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:163 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:68 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "core/deps/libzip/CMakeLists.txt:118 (check_symbol_exists)" checks: - - "Looking for arc4random" + - "Looking for localtime_s" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_ARC4RANDOM" + variable: "HAVE_LOCALTIME_S" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c1cca -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9c281 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c1cca -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9c281 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -4548,114 +7980,110 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_c1cca' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_9c281' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 4c8c5152401258842c2df8cddc5c6fbb - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/XCBuildData/4c8c5152401258842c2df8cddc5c6fbb.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug + Build description signature: e7bfa8e91d89ca6c7b1390a2770dc42e + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/XCBuildData/e7bfa8e91d89ca6c7b1390a2770dc42e.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/Debug/cmTC_9c281.app (in target 'cmTC_9c281' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/Debug/cmTC_9c281.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/cmTC_c1cca.DependencyMetadataFileList (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/cmTC_c1cca.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/cmTC_9c281.DependencyMetadataFileList (in target 'cmTC_9c281' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/cmTC_9c281.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c1cca.LinkFileList (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c1cca.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9c281.LinkFileList (in target 'cmTC_9c281' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9c281.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug '-DCHECK_FUNCTION_EXISTS=arc4random' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_9c281' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/CMakeFiles/cmTC_c1cca.dir/Info.plist (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/CMakeFiles/cmTC_c1cca.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/Debug/cmTC_9c281.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CMakeFiles/cmTC_9c281.dir/Info.plist (in target 'cmTC_9c281' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CMakeFiles/cmTC_9c281.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/Debug/cmTC_9c281.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/Debug/cmTC_9c281.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9c281' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app/cmTC_c1cca normal (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c1cca.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c1cca_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/build/cmTC_c1cca.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c1cca_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app/cmTC_c1cca - - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app/cmTC_c1cca (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app/cmTC_c1cca -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app.dSYM - - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app - - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app -infoplist-subpath Info.plist + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CheckSymbolExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'localtime_s'; did you mean 'localtime_r'? + 8 | return ((int*)(&localtime_s))[argc]; + | ^~~~~~~~~~~ + | localtime_r + In file included from /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CheckSymbolExists.c:2: + In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/time.h:63: + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/_time.h:128:12: note: 'localtime_r' declared here + 128 | struct tm *localtime_r(const time_t * __restrict, struct tm * __restrict); + | ^ + 1 error generated. - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app (in target 'cmTC_c1cca' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-bPDNPt/Debug/cmTC_c1cca.app + ** BUILD FAILED ** - ** BUILD SUCCEEDED ** + The following build commands failed: + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/build/cmTC_9c281.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-JTtVaD/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9c281' from project 'CMAKE_TRY_COMPILE') + (1 failure) - exitCode: 0 + exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:102 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:119 (check_function_exists)" checks: - - "Looking for clonefile" + - "Looking for memcpy_s" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_CLONEFILE" + variable: "HAVE_MEMCPY_S" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a0476 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_3908a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a0476 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_3908a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -4664,114 +8092,109 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_a0476' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_3908a' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: f7f37351bf74967f6e416d46405ff3c6 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/XCBuildData/f7f37351bf74967f6e416d46405ff3c6.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug + Build description signature: b75961b484c70af1774ab02359603e6d + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/XCBuildData/b75961b484c70af1774ab02359603e6d.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug/cmTC_3908a.app (in target 'cmTC_3908a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug/cmTC_3908a.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/cmTC_a0476.DependencyMetadataFileList (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/cmTC_a0476.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/cmTC_3908a.DependencyMetadataFileList (in target 'cmTC_3908a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/cmTC_3908a.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a0476.LinkFileList (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a0476.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3908a.LinkFileList (in target 'cmTC_3908a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3908a.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug '-DCHECK_FUNCTION_EXISTS=clonefile' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_3908a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug '-DCHECK_FUNCTION_EXISTS=memcpy_s' -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/CMakeFiles/cmTC_a0476.dir/Info.plist (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/CMakeFiles/cmTC_a0476.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug/cmTC_3908a.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/CMakeFiles/cmTC_3908a.dir/Info.plist (in target 'cmTC_3908a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/CMakeFiles/cmTC_3908a.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug/cmTC_3908a.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug/cmTC_3908a.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_3908a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app/cmTC_a0476 normal (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a0476.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a0476_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/build/cmTC_a0476.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a0476_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app/cmTC_a0476 - - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app/cmTC_a0476 (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app/cmTC_a0476 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app.dSYM - - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app -infoplist-subpath Info.plist + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug/cmTC_3908a.app/cmTC_3908a normal (in target 'cmTC_3908a' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3908a.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3908a_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/build/cmTC_3908a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3908a_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug/cmTC_3908a.app/cmTC_3908a + Undefined symbols for architecture arm64: + "_memcpy_s", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app (in target 'cmTC_a0476' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PERmcg/Debug/cmTC_a0476.app + ** BUILD FAILED ** - ** BUILD SUCCEEDED ** + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-vfslZn/Debug/cmTC_3908a.app/cmTC_3908a normal (in target 'cmTC_3908a' from project 'CMAKE_TRY_COMPILE') + (1 failure) - exitCode: 0 + exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:103 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:120 (check_function_exists)" checks: - - "Looking for explicit_bzero" + - "Looking for random" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_EXPLICIT_BZERO" + variable: "HAVE_RANDOM" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_2248a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7320e -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_2248a -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7320e -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -4780,107 +8203,116 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_2248a' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_7320e' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 422f9e979eba85f25bba1b7cf2c18978 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/XCBuildData/422f9e979eba85f25bba1b7cf2c18978.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build + Build description signature: 3c87f65e510d349831eed43dfa5aa2f7 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/XCBuildData/3c87f65e510d349831eed43dfa5aa2f7.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug/cmTC_2248a.app (in target 'cmTC_2248a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug/cmTC_2248a.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/cmTC_2248a.DependencyMetadataFileList (in target 'cmTC_2248a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/cmTC_2248a.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/cmTC_7320e.DependencyMetadataFileList (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/cmTC_7320e.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_2248a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug '-DCHECK_FUNCTION_EXISTS=explicit_bzero' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug '-DCHECK_FUNCTION_EXISTS=random' -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2248a.LinkFileList (in target 'cmTC_2248a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2248a.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7320e.LinkFileList (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7320e.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug/cmTC_2248a.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/CMakeFiles/cmTC_2248a.dir/Info.plist (in target 'cmTC_2248a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/CMakeFiles/cmTC_2248a.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug/cmTC_2248a.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug/cmTC_2248a.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/CMakeFiles/cmTC_7320e.dir/Info.plist (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/CMakeFiles/cmTC_7320e.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_2248a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug/cmTC_2248a.app/cmTC_2248a normal (in target 'cmTC_2248a' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2248a.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2248a_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/build/cmTC_2248a.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2248a_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug/cmTC_2248a.app/cmTC_2248a - Undefined symbols for architecture arm64: - "_explicit_bzero", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app/cmTC_7320e normal (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7320e.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7320e_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/build/cmTC_7320e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7320e_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app/cmTC_7320e - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app/cmTC_7320e (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app/cmTC_7320e -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YJ0Cte/Debug/cmTC_2248a.app/cmTC_2248a normal (in target 'cmTC_2248a' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app (in target 'cmTC_7320e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tBZb2a/Debug/cmTC_7320e.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:104 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:121 (check_function_exists)" checks: - - "Looking for explicit_memset" + - "Looking for setmode" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_EXPLICIT_MEMSET" + variable: "HAVE_SETMODE" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_38592 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_60823 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_38592 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_60823 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -4889,107 +8321,117 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_38592' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_60823' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 878c533666d4c99659081a167684fceb - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/XCBuildData/878c533666d4c99659081a167684fceb.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build + Build description signature: 87cac4cb51aa741f8cadb6773a374222 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/XCBuildData/87cac4cb51aa741f8cadb6773a374222.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug/cmTC_38592.app (in target 'cmTC_38592' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug/cmTC_38592.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/cmTC_38592.DependencyMetadataFileList (in target 'cmTC_38592' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/cmTC_38592.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/cmTC_60823.DependencyMetadataFileList (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/cmTC_60823.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/cmTC_38592.LinkFileList (in target 'cmTC_38592' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/cmTC_38592.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug '-DCHECK_FUNCTION_EXISTS=setmode' -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_38592' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug '-DCHECK_FUNCTION_EXISTS=explicit_memset' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/cmTC_60823.LinkFileList (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/cmTC_60823.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug/cmTC_38592.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/CMakeFiles/cmTC_38592.dir/Info.plist (in target 'cmTC_38592' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/CMakeFiles/cmTC_38592.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug/cmTC_38592.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug/cmTC_38592.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/CMakeFiles/cmTC_60823.dir/Info.plist (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/CMakeFiles/cmTC_60823.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_38592' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug/cmTC_38592.app/cmTC_38592 normal (in target 'cmTC_38592' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/cmTC_38592.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/cmTC_38592_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/build/cmTC_38592.build/Debug-iphoneos/Objects-normal/arm64/cmTC_38592_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug/cmTC_38592.app/cmTC_38592 - Undefined symbols for architecture arm64: - "_explicit_memset", referenced from: - _main in CheckFunctionExists.o - ld: symbol(s) not found for architecture arm64 - clang: error: linker command failed with exit code 1 (use -v to see invocation) + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app/cmTC_60823 normal (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/cmTC_60823.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/cmTC_60823_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/build/cmTC_60823.build/Debug-iphoneos/Objects-normal/arm64/cmTC_60823_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app/cmTC_60823 - ** BUILD FAILED ** + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app/cmTC_60823 (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app/cmTC_60823 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app.dSYM + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app - The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-94wZ6s/Debug/cmTC_38592.app/cmTC_38592 normal (in target 'cmTC_38592' from project 'CMAKE_TRY_COMPILE') - (1 failure) + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app -infoplist-subpath Info.plist - exitCode: 65 + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app (in target 'cmTC_60823' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Qw0EDg/Debug/cmTC_60823.app + + ** BUILD SUCCEEDED ** + + + exitCode: 0 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:105 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:163 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:68 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "core/deps/libzip/CMakeLists.txt:122 (check_symbol_exists)" checks: - - "Looking for fileno" + - "Looking for snprintf" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_FILENO" + variable: "HAVE_SNPRINTF" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_09c20 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b88de -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_09c20 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b88de -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -4998,83 +8440,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_09c20' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_b88de' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: acab4a4a8abc2902205e38a7a4cd88cc - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/XCBuildData/acab4a4a8abc2902205e38a7a4cd88cc.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build + Build description signature: 3a7da86a53886eeb213dfdc363fda26e + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/XCBuildData/3a7da86a53886eeb213dfdc363fda26e.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/cmTC_09c20.DependencyMetadataFileList (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/cmTC_09c20.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/cmTC_b88de.DependencyMetadataFileList (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/cmTC_b88de.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug '-DCHECK_FUNCTION_EXISTS=fileno' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b88de.LinkFileList (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b88de.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/cmTC_09c20.LinkFileList (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/cmTC_09c20.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/CMakeFiles/cmTC_09c20.dir/Info.plist (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/CMakeFiles/cmTC_09c20.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/CMakeFiles/cmTC_b88de.dir/Info.plist (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/CMakeFiles/cmTC_b88de.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/CheckSymbolExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app/cmTC_09c20 normal (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/cmTC_09c20.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/cmTC_09c20_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/build/cmTC_09c20.build/Debug-iphoneos/Objects-normal/arm64/cmTC_09c20_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app/cmTC_09c20 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app/cmTC_b88de normal (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b88de.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b88de_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/build/cmTC_b88de.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b88de_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app/cmTC_b88de - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app/cmTC_09c20 (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app/cmTC_09c20 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app/cmTC_b88de (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app/cmTC_b88de -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app (in target 'cmTC_09c20' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zqMk9t/Debug/cmTC_09c20.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app (in target 'cmTC_b88de' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nUvE7N/Debug/cmTC_b88de.app ** BUILD SUCCEEDED ** @@ -5083,29 +8525,32 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:107 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:163 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:68 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "core/deps/libzip/CMakeLists.txt:123 (check_symbol_exists)" checks: - - "Looking for ftello" + - "Looking for snprintf_s" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_FTELLO" + variable: "HAVE_SNPRINTF_S" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_fa559 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e5d26 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_fa559 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_e5d26 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -5114,114 +8559,111 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_fa559' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_e5d26' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 846f5cd56c839ad4f2b869d1a6009abe - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/XCBuildData/846f5cd56c839ad4f2b869d1a6009abe.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build + Build description signature: b4570ea3323d40fa401897f6e9a09284 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/XCBuildData/b4570ea3323d40fa401897f6e9a09284.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/Debug/cmTC_e5d26.app (in target 'cmTC_e5d26' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/Debug/cmTC_e5d26.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/cmTC_fa559.DependencyMetadataFileList (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/cmTC_fa559.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/cmTC_e5d26.DependencyMetadataFileList (in target 'cmTC_e5d26' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/cmTC_e5d26.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug '-DCHECK_FUNCTION_EXISTS=ftello' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e5d26.LinkFileList (in target 'cmTC_e5d26' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/cmTC_e5d26.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/cmTC_fa559.LinkFileList (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/cmTC_fa559.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_e5d26' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/CMakeFiles/cmTC_fa559.dir/Info.plist (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/CMakeFiles/cmTC_fa559.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/Debug/cmTC_e5d26.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CMakeFiles/cmTC_e5d26.dir/Info.plist (in target 'cmTC_e5d26' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CMakeFiles/cmTC_e5d26.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/Debug/cmTC_e5d26.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/Debug/cmTC_e5d26.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_e5d26' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app/cmTC_fa559 normal (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/cmTC_fa559.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/cmTC_fa559_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/build/cmTC_fa559.build/Debug-iphoneos/Objects-normal/arm64/cmTC_fa559_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app/cmTC_fa559 - - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app/cmTC_fa559 (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app/cmTC_fa559 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app.dSYM - - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app - - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app -infoplist-subpath Info.plist + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CheckSymbolExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'snprintf_s'; did you mean 'snprintf'? + 8 | return ((int*)(&snprintf_s))[argc]; + | ^~~~~~~~~~ + | snprintf + In file included from /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CheckSymbolExists.c:2: + In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/stdio.h:61: + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include/_stdio.h:431:6: note: 'snprintf' declared here + 431 | int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); + | ^ + 1 error generated. - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app (in target 'cmTC_fa559' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AnM27W/Debug/cmTC_fa559.app + ** BUILD FAILED ** - ** BUILD SUCCEEDED ** + The following build commands failed: + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/build/cmTC_e5d26.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5F87Ji/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_e5d26' from project 'CMAKE_TRY_COMPILE') + (1 failure) - exitCode: 0 + exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:108 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:163 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:68 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "core/deps/libzip/CMakeLists.txt:124 (check_symbol_exists)" checks: - - "Looking for getprogname" + - "Looking for strcasecmp" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_GETPROGNAME" + variable: "HAVE_STRCASECMP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_bf4eb -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_3aaaf -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_bf4eb -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_3aaaf -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -5230,83 +8672,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_bf4eb' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_3aaaf' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 78b582bc2193bcb7cd826de02f6b98db - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/XCBuildData/78b582bc2193bcb7cd826de02f6b98db.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build + Build description signature: 857a0f398da206bb0e4e1059733bed3e + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/XCBuildData/857a0f398da206bb0e4e1059733bed3e.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/cmTC_bf4eb.DependencyMetadataFileList (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/cmTC_bf4eb.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/cmTC_3aaaf.DependencyMetadataFileList (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/cmTC_3aaaf.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bf4eb.LinkFileList (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bf4eb.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3aaaf.LinkFileList (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3aaaf.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug '-DCHECK_FUNCTION_EXISTS=getprogname' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/CMakeFiles/cmTC_bf4eb.dir/Info.plist (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/CMakeFiles/cmTC_bf4eb.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/CMakeFiles/cmTC_3aaaf.dir/Info.plist (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/CMakeFiles/cmTC_3aaaf.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/CheckSymbolExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/CheckSymbolExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/CheckSymbolExists.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app/cmTC_bf4eb normal (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bf4eb.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bf4eb_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/build/cmTC_bf4eb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bf4eb_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app/cmTC_bf4eb + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app/cmTC_3aaaf normal (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3aaaf.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3aaaf_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/build/cmTC_3aaaf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3aaaf_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app/cmTC_3aaaf - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app/cmTC_bf4eb (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app/cmTC_bf4eb -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app/cmTC_3aaaf (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app/cmTC_3aaaf -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app (in target 'cmTC_bf4eb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aJ8NGF/Debug/cmTC_bf4eb.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app (in target 'cmTC_3aaaf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kHoCI0/Debug/cmTC_3aaaf.app ** BUILD SUCCEEDED ** @@ -5315,29 +8757,31 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:109 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:125 (check_function_exists)" checks: - - "Looking for localtime_r" + - "Looking for strdup" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_LOCALTIME_R" + variable: "HAVE_STRDUP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_03ffa -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_666b4 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_03ffa -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_666b4 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -5346,83 +8790,96 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_03ffa' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_666b4' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: ad71b82aad08c3389307c7f0b0c95e34 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/XCBuildData/ad71b82aad08c3389307c7f0b0c95e34.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug + Build description signature: 96e76d1239a34060cca0f528f6a8cc20 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/XCBuildData/96e76d1239a34060cca0f528f6a8cc20.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/cmTC_03ffa.DependencyMetadataFileList (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/cmTC_03ffa.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/cmTC_666b4.DependencyMetadataFileList (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/cmTC_666b4.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug '-DCHECK_FUNCTION_EXISTS=localtime_r' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug '-DCHECK_FUNCTION_EXISTS=strdup' -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/cmTC_03ffa.LinkFileList (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/cmTC_03ffa.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_666b4.LinkFileList (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_666b4.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/CMakeFiles/cmTC_03ffa.dir/Info.plist (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/CMakeFiles/cmTC_03ffa.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/CMakeFiles/cmTC_666b4.dir/Info.plist (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/CMakeFiles/cmTC_666b4.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] + 7 | CHECK_FUNCTION_EXISTS(void); + | ^ + In file included from :407: + :3:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' + 3 | #define CHECK_FUNCTION_EXISTS strdup + | ^ + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/CheckFunctionExists.c:7:3: note: 'strdup' is a builtin with type 'char *(const char *)' + In file included from :407: + :3:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' + 3 | #define CHECK_FUNCTION_EXISTS strdup + | ^ + 1 warning generated. - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app/cmTC_03ffa normal (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/cmTC_03ffa.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/cmTC_03ffa_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/build/cmTC_03ffa.build/Debug-iphoneos/Objects-normal/arm64/cmTC_03ffa_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app/cmTC_03ffa + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app/cmTC_666b4 normal (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_666b4.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_666b4_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/build/cmTC_666b4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_666b4_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app/cmTC_666b4 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app/cmTC_03ffa (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app/cmTC_03ffa -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app/cmTC_666b4 (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app/cmTC_666b4 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app (in target 'cmTC_03ffa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-ld5Y5K/Debug/cmTC_03ffa.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app (in target 'cmTC_666b4' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-AJHnZX/Debug/cmTC_666b4.app ** BUILD SUCCEEDED ** @@ -5431,29 +8888,31 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:110 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:126 (check_function_exists)" checks: - - "Looking for setmode" + - "Looking for strerror_s" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_SETMODE" + variable: "HAVE_STRERROR_S" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_aead6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f6a84 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_aead6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f6a84 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -5462,114 +8921,109 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_aead6' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_f6a84' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 4eff0e18e747caf0405b21f59dc7c805 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/XCBuildData/4eff0e18e747caf0405b21f59dc7c805.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug + Build description signature: d6751ed5eb0e98948d8dd3e8cc2c9e2c + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/XCBuildData/d6751ed5eb0e98948d8dd3e8cc2c9e2c.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug/cmTC_f6a84.app (in target 'cmTC_f6a84' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug/cmTC_f6a84.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/cmTC_aead6.DependencyMetadataFileList (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/cmTC_aead6.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/cmTC_f6a84.DependencyMetadataFileList (in target 'cmTC_f6a84' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/cmTC_f6a84.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_aead6.LinkFileList (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_aead6.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_f6a84' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug '-DCHECK_FUNCTION_EXISTS=strerror_s' -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug '-DCHECK_FUNCTION_EXISTS=setmode' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f6a84.LinkFileList (in target 'cmTC_f6a84' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f6a84.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/CMakeFiles/cmTC_aead6.dir/Info.plist (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/CMakeFiles/cmTC_aead6.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug/cmTC_f6a84.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/CMakeFiles/cmTC_f6a84.dir/Info.plist (in target 'cmTC_f6a84' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/CMakeFiles/cmTC_f6a84.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug/cmTC_f6a84.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug/cmTC_f6a84.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_f6a84' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app/cmTC_aead6 normal (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_aead6.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_aead6_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/build/cmTC_aead6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_aead6_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app/cmTC_aead6 - - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app/cmTC_aead6 (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app/cmTC_aead6 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app.dSYM - - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app -infoplist-subpath Info.plist + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug/cmTC_f6a84.app/cmTC_f6a84 normal (in target 'cmTC_f6a84' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f6a84.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f6a84_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/build/cmTC_f6a84.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f6a84_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug/cmTC_f6a84.app/cmTC_f6a84 + Undefined symbols for architecture arm64: + "_strerror_s", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app (in target 'cmTC_aead6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-o2WmFS/Debug/cmTC_aead6.app + ** BUILD FAILED ** - ** BUILD SUCCEEDED ** + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-jutBHO/Debug/cmTC_f6a84.app/cmTC_f6a84 normal (in target 'cmTC_f6a84' from project 'CMAKE_TRY_COMPILE') + (1 failure) - exitCode: 0 + exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:111 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:127 (check_function_exists)" checks: - - "Looking for strcasecmp" + - "Looking for strerrorlen_s" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_STRCASECMP" + variable: "HAVE_STRERRORLEN_S" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9af94 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_dcd56 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9af94 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_dcd56 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -5578,127 +9032,109 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_9af94' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_dcd56' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 3d58695f5682c3f8d37a58562a985264 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/XCBuildData/3d58695f5682c3f8d37a58562a985264.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build + Build description signature: a564f6296f7ba2f13fec1871bdc2beef + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/XCBuildData/a564f6296f7ba2f13fec1871bdc2beef.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug/cmTC_dcd56.app (in target 'cmTC_dcd56' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug/cmTC_dcd56.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/cmTC_9af94.DependencyMetadataFileList (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/cmTC_9af94.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/cmTC_dcd56.DependencyMetadataFileList (in target 'cmTC_dcd56' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/cmTC_dcd56.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9af94.LinkFileList (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9af94.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_dcd56' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug '-DCHECK_FUNCTION_EXISTS=strerrorlen_s' -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug '-DCHECK_FUNCTION_EXISTS=strcasecmp' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/cmTC_dcd56.LinkFileList (in target 'cmTC_dcd56' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/cmTC_dcd56.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/CMakeFiles/cmTC_9af94.dir/Info.plist (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/CMakeFiles/cmTC_9af94.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug/cmTC_dcd56.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/CMakeFiles/cmTC_dcd56.dir/Info.plist (in target 'cmTC_dcd56' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/CMakeFiles/cmTC_dcd56.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug/cmTC_dcd56.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug/cmTC_dcd56.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_dcd56' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] - 7 | CHECK_FUNCTION_EXISTS(void); - | ^ - In file included from :407: - :2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' - 2 | #define CHECK_FUNCTION_EXISTS strcasecmp - | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/CheckFunctionExists.c:7:3: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' - In file included from :407: - :2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' - 2 | #define CHECK_FUNCTION_EXISTS strcasecmp - | ^ - 1 warning generated. - - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app/cmTC_9af94 normal (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9af94.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9af94_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/build/cmTC_9af94.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9af94_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app/cmTC_9af94 - - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app/cmTC_9af94 (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app/cmTC_9af94 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app.dSYM + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app - - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app -infoplist-subpath Info.plist + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug/cmTC_dcd56.app/cmTC_dcd56 normal (in target 'cmTC_dcd56' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/cmTC_dcd56.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/cmTC_dcd56_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/build/cmTC_dcd56.build/Debug-iphoneos/Objects-normal/arm64/cmTC_dcd56_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug/cmTC_dcd56.app/cmTC_dcd56 + Undefined symbols for architecture arm64: + "_strerrorlen_s", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app (in target 'cmTC_9af94' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qOnIZf/Debug/cmTC_9af94.app + ** BUILD FAILED ** - ** BUILD SUCCEEDED ** + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-kkW5Ng/Debug/cmTC_dcd56.app/cmTC_dcd56 normal (in target 'cmTC_dcd56' from project 'CMAKE_TRY_COMPILE') + (1 failure) - exitCode: 0 + exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:112 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:128 (check_function_exists)" checks: - - "Looking for strdup" + - "Looking for stricmp" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_STRDUP" + variable: "HAVE_STRICMP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_62d8c -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d6508 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_62d8c -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d6508 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -5707,127 +9143,109 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_62d8c' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_d6508' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 6b6aabd9a212fd3bba5dadbf5f9c0ef9 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/XCBuildData/6b6aabd9a212fd3bba5dadbf5f9c0ef9.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build + Build description signature: 981c076195201364599d6f2091ba9c68 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/XCBuildData/981c076195201364599d6f2091ba9c68.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug/cmTC_d6508.app (in target 'cmTC_d6508' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug/cmTC_d6508.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/cmTC_62d8c.DependencyMetadataFileList (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/cmTC_62d8c.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/cmTC_d6508.DependencyMetadataFileList (in target 'cmTC_d6508' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/cmTC_d6508.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_62d8c.LinkFileList (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_62d8c.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d6508.LinkFileList (in target 'cmTC_d6508' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d6508.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug '-DCHECK_FUNCTION_EXISTS=strdup' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_d6508' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug '-DCHECK_FUNCTION_EXISTS=stricmp' -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/CMakeFiles/cmTC_62d8c.dir/Info.plist (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/CMakeFiles/cmTC_62d8c.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug/cmTC_d6508.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/CMakeFiles/cmTC_d6508.dir/Info.plist (in target 'cmTC_d6508' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/CMakeFiles/cmTC_d6508.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug/cmTC_d6508.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug/cmTC_d6508.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_d6508' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] - 7 | CHECK_FUNCTION_EXISTS(void); - | ^ - In file included from :407: - :2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' - 2 | #define CHECK_FUNCTION_EXISTS strdup - | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/CheckFunctionExists.c:7:3: note: 'strdup' is a builtin with type 'char *(const char *)' - In file included from :407: - :2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' - 2 | #define CHECK_FUNCTION_EXISTS strdup - | ^ - 1 warning generated. - - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app/cmTC_62d8c normal (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_62d8c.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_62d8c_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/build/cmTC_62d8c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_62d8c_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app/cmTC_62d8c - - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app/cmTC_62d8c (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app/cmTC_62d8c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app.dSYM - - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app -infoplist-subpath Info.plist + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug/cmTC_d6508.app/cmTC_d6508 normal (in target 'cmTC_d6508' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d6508.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d6508_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/build/cmTC_d6508.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d6508_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug/cmTC_d6508.app/cmTC_d6508 + Undefined symbols for architecture arm64: + "_stricmp", referenced from: + _main in CheckFunctionExists.o + ld: symbol(s) not found for architecture arm64 + clang: error: linker command failed with exit code 1 (use -v to see invocation) - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app (in target 'cmTC_62d8c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aETyIT/Debug/cmTC_62d8c.app + ** BUILD FAILED ** - ** BUILD SUCCEEDED ** + The following build commands failed: + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5wlldk/Debug/cmTC_d6508.app/cmTC_d6508 normal (in target 'cmTC_d6508' from project 'CMAKE_TRY_COMPILE') + (1 failure) - exitCode: 0 + exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:113 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:129 (check_function_exists)" checks: - - "Looking for stricmp" + - "Looking for strncpy_s" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" CMAKE_OSX_SYSROOT: "iphoneos" CMAKE_POSITION_INDEPENDENT_CODE: "ON" buildResult: - variable: "HAVE_STRICMP" + variable: "HAVE_STRNCPY_S" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_008a9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_98ce5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_008a9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_98ce5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -5836,69 +9254,69 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_008a9' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_98ce5' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 5214629b65c12c22300beab3bf0a560a - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/XCBuildData/5214629b65c12c22300beab3bf0a560a.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug + Build description signature: c22610193e9d6cb7f751adf4fec6c7ab + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/XCBuildData/c22610193e9d6cb7f751adf4fec6c7ab.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug/cmTC_008a9.app (in target 'cmTC_008a9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug/cmTC_008a9.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug/cmTC_98ce5.app (in target 'cmTC_98ce5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug/cmTC_98ce5.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/cmTC_008a9.DependencyMetadataFileList (in target 'cmTC_008a9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/cmTC_008a9.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/cmTC_98ce5.DependencyMetadataFileList (in target 'cmTC_98ce5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/cmTC_98ce5.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_008a9.LinkFileList (in target 'cmTC_008a9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_008a9.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_98ce5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug '-DCHECK_FUNCTION_EXISTS=strncpy_s' -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_008a9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug '-DCHECK_FUNCTION_EXISTS=stricmp' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_98ce5.LinkFileList (in target 'cmTC_98ce5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_98ce5.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug/cmTC_008a9.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/CMakeFiles/cmTC_008a9.dir/Info.plist (in target 'cmTC_008a9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/CMakeFiles/cmTC_008a9.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug/cmTC_008a9.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug/cmTC_008a9.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug/cmTC_98ce5.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/CMakeFiles/cmTC_98ce5.dir/Info.plist (in target 'cmTC_98ce5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/CMakeFiles/cmTC_98ce5.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug/cmTC_98ce5.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug/cmTC_98ce5.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_008a9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_98ce5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug/cmTC_008a9.app/cmTC_008a9 normal (in target 'cmTC_008a9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_008a9.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_008a9_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/build/cmTC_008a9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_008a9_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug/cmTC_008a9.app/cmTC_008a9 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug/cmTC_98ce5.app/cmTC_98ce5 normal (in target 'cmTC_98ce5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_98ce5.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_98ce5_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/build/cmTC_98ce5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_98ce5_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug/cmTC_98ce5.app/cmTC_98ce5 Undefined symbols for architecture arm64: - "_stricmp", referenced from: + "_strncpy_s", referenced from: _main in CheckFunctionExists.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) @@ -5907,22 +9325,24 @@ events: The following build commands failed: - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tHVfGM/Debug/cmTC_008a9.app/cmTC_008a9 normal (in target 'cmTC_008a9' from project 'CMAKE_TRY_COMPILE') + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5r10mi/Debug/cmTC_98ce5.app/cmTC_98ce5 normal (in target 'cmTC_98ce5' from project 'CMAKE_TRY_COMPILE') (1 failure) exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:114 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:130 (check_function_exists)" checks: - "Looking for strtoll" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -5932,11 +9352,11 @@ events: variable: "HAVE_STRTOLL" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f13d9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_5343b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f13d9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_5343b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -5945,96 +9365,96 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_f13d9' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_5343b' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: f51ee6ab233195fa382d46a00c830520 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/XCBuildData/f51ee6ab233195fa382d46a00c830520.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build + Build description signature: 87928380d852a5a0acc2c28c7bc796b5 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/XCBuildData/87928380d852a5a0acc2c28c7bc796b5.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/cmTC_f13d9.DependencyMetadataFileList (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/cmTC_f13d9.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/cmTC_5343b.DependencyMetadataFileList (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/cmTC_5343b.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f13d9.LinkFileList (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f13d9.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug '-DCHECK_FUNCTION_EXISTS=strtoll' -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug '-DCHECK_FUNCTION_EXISTS=strtoll' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5343b.LinkFileList (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5343b.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/CMakeFiles/cmTC_f13d9.dir/Info.plist (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/CMakeFiles/cmTC_f13d9.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/CMakeFiles/cmTC_5343b.dir/Info.plist (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/CMakeFiles/cmTC_5343b.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration] + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration] 7 | CHECK_FUNCTION_EXISTS(void); | ^ In file included from :407: - :2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' - 2 | #define CHECK_FUNCTION_EXISTS strtoll + :3:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' + 3 | #define CHECK_FUNCTION_EXISTS strtoll | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/CheckFunctionExists.c:7:3: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/CheckFunctionExists.c:7:3: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)' In file included from :407: - :2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' - 2 | #define CHECK_FUNCTION_EXISTS strtoll + :3:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' + 3 | #define CHECK_FUNCTION_EXISTS strtoll | ^ 1 warning generated. - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app/cmTC_f13d9 normal (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f13d9.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f13d9_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/build/cmTC_f13d9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f13d9_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app/cmTC_f13d9 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app/cmTC_5343b normal (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5343b.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5343b_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/build/cmTC_5343b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5343b_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app/cmTC_5343b - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app/cmTC_f13d9 (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app/cmTC_f13d9 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app/cmTC_5343b (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app/cmTC_5343b -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app (in target 'cmTC_f13d9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-RdAH6x/Debug/cmTC_f13d9.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app (in target 'cmTC_5343b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Hpar9q/Debug/cmTC_5343b.app ** BUILD SUCCEEDED ** @@ -6043,15 +9463,17 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:115 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:131 (check_function_exists)" checks: - "Looking for strtoull" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -6061,11 +9483,11 @@ events: variable: "HAVE_STRTOULL" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d597f -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_17b67 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d597f -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_17b67 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -6074,96 +9496,96 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_d597f' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_17b67' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 56b80acdab133e6b9c886a3b235be99e - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/XCBuildData/56b80acdab133e6b9c886a3b235be99e.xcbuilddata - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + Build description signature: c131102c0d53d48fc9a438a7ef8b6488 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/XCBuildData/c131102c0d53d48fc9a438a7ef8b6488.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/cmTC_d597f.DependencyMetadataFileList (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/cmTC_d597f.DependencyMetadataFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/cmTC_17b67.DependencyMetadataFileList (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/cmTC_17b67.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d597f.LinkFileList (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d597f.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug '-DCHECK_FUNCTION_EXISTS=strtoull' -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug '-DCHECK_FUNCTION_EXISTS=strtoull' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17b67.LinkFileList (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17b67.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/CMakeFiles/cmTC_d597f.dir/Info.plist (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/CMakeFiles/cmTC_d597f.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/CMakeFiles/cmTC_17b67.dir/Info.plist (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/CMakeFiles/cmTC_17b67.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strtoull' [-Wincompatible-library-redeclaration] + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strtoull' [-Wincompatible-library-redeclaration] 7 | CHECK_FUNCTION_EXISTS(void); | ^ In file included from :407: - :2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' - 2 | #define CHECK_FUNCTION_EXISTS strtoull + :3:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' + 3 | #define CHECK_FUNCTION_EXISTS strtoull | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/CheckFunctionExists.c:7:3: note: 'strtoull' is a builtin with type 'unsigned long long (const char *, char **, int)' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/CheckFunctionExists.c:7:3: note: 'strtoull' is a builtin with type 'unsigned long long (const char *, char **, int)' In file included from :407: - :2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' - 2 | #define CHECK_FUNCTION_EXISTS strtoull + :3:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS' + 3 | #define CHECK_FUNCTION_EXISTS strtoull | ^ 1 warning generated. - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app/cmTC_d597f normal (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d597f.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d597f_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/build/cmTC_d597f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d597f_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app/cmTC_d597f + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app/cmTC_17b67 normal (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17b67.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17b67_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/build/cmTC_17b67.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17b67_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app/cmTC_17b67 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app/cmTC_d597f (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app/cmTC_d597f -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app/cmTC_17b67 (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app/cmTC_17b67 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app (in target 'cmTC_d597f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-tVq9bW/Debug/cmTC_d597f.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app (in target 'cmTC_17b67' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KaZrU7/Debug/cmTC_17b67.app ** BUILD SUCCEEDED ** @@ -6172,15 +9594,16 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFiles.cmake:132 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:117 (check_include_files)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:133 (check_include_files)" checks: - "Looking for 3 include files sys/types.h, ..., fts.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -6190,11 +9613,11 @@ events: variable: "HAVE_FTS_H" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_59acb -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_08b16 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_59acb -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_08b16 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -6203,83 +9626,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_59acb' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_08b16' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: ca894d65673ce259f4bf754304ca418b - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/XCBuildData/ca894d65673ce259f4bf754304ca418b.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build + Build description signature: 717d2f92f19e2161a2d431c48fc72324 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/XCBuildData/717d2f92f19e2161a2d431c48fc72324.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/cmTC_08b16.DependencyMetadataFileList (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/cmTC_08b16.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/cmTC_59acb.DependencyMetadataFileList (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/cmTC_59acb.DependencyMetadataFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/cmTC_08b16.LinkFileList (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/cmTC_08b16.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_59acb.LinkFileList (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_59acb.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/CMakeFiles/cmTC_59acb.dir/Info.plist (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/CMakeFiles/cmTC_59acb.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/CMakeFiles/cmTC_08b16.dir/Info.plist (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/CMakeFiles/cmTC_08b16.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/HAVE_FTS_H.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/HAVE_FTS_H.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/HAVE_FTS_H.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/HAVE_FTS_H.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/HAVE_FTS_H.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/HAVE_FTS_H.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/HAVE_FTS_H.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/HAVE_FTS_H.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/HAVE_FTS_H.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/HAVE_FTS_H.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/HAVE_FTS_H.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/HAVE_FTS_H.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app/cmTC_59acb normal (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_59acb.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_59acb_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/build/cmTC_59acb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_59acb_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app/cmTC_59acb + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app/cmTC_08b16 normal (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/cmTC_08b16.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/cmTC_08b16_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/build/cmTC_08b16.build/Debug-iphoneos/Objects-normal/arm64/cmTC_08b16_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app/cmTC_08b16 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app/cmTC_59acb (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app/cmTC_59acb -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app/cmTC_08b16 (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app/cmTC_08b16 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app (in target 'cmTC_59acb' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-il0hlY/Debug/cmTC_59acb.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app (in target 'cmTC_08b16' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-iJB2ZK/Debug/cmTC_08b16.app ** BUILD SUCCEEDED ** @@ -6288,15 +9711,17 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:120 (check_function_exists)" + - "/opt/homebrew/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:136 (check_function_exists)" checks: - "Looking for fts_open" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -6306,11 +9731,11 @@ events: variable: "HAVE_FTS_OPEN" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8cda4 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0859b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8cda4 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0859b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -6319,83 +9744,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_8cda4' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_0859b' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: d994d4290d8a865b77ae56ba2d59040d - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/XCBuildData/d994d4290d8a865b77ae56ba2d59040d.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build + Build description signature: fc9dcb24350c007c24003e574d53a91d + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/XCBuildData/fc9dcb24350c007c24003e574d53a91d.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/cmTC_8cda4.DependencyMetadataFileList (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/cmTC_8cda4.DependencyMetadataFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/cmTC_0859b.DependencyMetadataFileList (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/cmTC_0859b.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8cda4.LinkFileList (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8cda4.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug '-DCHECK_FUNCTION_EXISTS=fts_open' -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug '-DCHECK_FUNCTION_EXISTS=fts_open' -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0859b.LinkFileList (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0859b.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/CMakeFiles/cmTC_8cda4.dir/Info.plist (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/CMakeFiles/cmTC_8cda4.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/CMakeFiles/cmTC_0859b.dir/Info.plist (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/CMakeFiles/cmTC_0859b.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/CheckFunctionExists.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/CheckFunctionExists.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/CheckFunctionExists.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app/cmTC_8cda4 normal (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8cda4.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8cda4_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/build/cmTC_8cda4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8cda4_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app/cmTC_8cda4 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app/cmTC_0859b normal (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0859b.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0859b_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/build/cmTC_0859b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0859b_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app/cmTC_0859b - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app/cmTC_8cda4 (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app/cmTC_8cda4 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app/cmTC_0859b (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app/cmTC_0859b -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app (in target 'cmTC_8cda4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-XRL4Su/Debug/cmTC_8cda4.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app (in target 'cmTC_0859b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-78qXaF/Debug/cmTC_0859b.app ** BUILD SUCCEEDED ** @@ -6404,15 +9829,16 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFiles.cmake:132 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:136 (check_include_files)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:152 (check_include_files)" checks: - "Looking for include file stdbool.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -6422,11 +9848,11 @@ events: variable: "HAVE_STDBOOL_H" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9f9c9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_601e5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9f9c9 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_601e5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -6435,83 +9861,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_9f9c9' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_601e5' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 3e1e823721d8196da9999464805fa40f - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/XCBuildData/3e1e823721d8196da9999464805fa40f.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build + Build description signature: 4306c833eaa9422ffe3f40f5d3d0c2e3 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/XCBuildData/4306c833eaa9422ffe3f40f5d3d0c2e3.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/cmTC_9f9c9.DependencyMetadataFileList (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/cmTC_9f9c9.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/cmTC_601e5.DependencyMetadataFileList (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/cmTC_601e5.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_601e5.LinkFileList (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_601e5.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9f9c9.LinkFileList (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9f9c9.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/CMakeFiles/cmTC_9f9c9.dir/Info.plist (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/CMakeFiles/cmTC_9f9c9.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/CMakeFiles/cmTC_601e5.dir/Info.plist (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/CMakeFiles/cmTC_601e5.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDBOOL_H.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/HAVE_STDBOOL_H.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDBOOL_H.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/HAVE_STDBOOL_H.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDBOOL_H.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDBOOL_H.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/HAVE_STDBOOL_H.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDBOOL_H.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDBOOL_H.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDBOOL_H.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/HAVE_STDBOOL_H.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDBOOL_H.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app/cmTC_9f9c9 normal (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9f9c9.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9f9c9_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/build/cmTC_9f9c9.build/Debug-iphoneos/Objects-normal/arm64/cmTC_9f9c9_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app/cmTC_9f9c9 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app/cmTC_601e5 normal (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_601e5.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_601e5_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/build/cmTC_601e5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_601e5_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app/cmTC_601e5 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app/cmTC_9f9c9 (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app/cmTC_9f9c9 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app/cmTC_601e5 (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app/cmTC_601e5 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app (in target 'cmTC_9f9c9' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nSMaQS/Debug/cmTC_9f9c9.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app (in target 'cmTC_601e5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-3BnHTg/Debug/cmTC_601e5.app ** BUILD SUCCEEDED ** @@ -6520,15 +9946,16 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFiles.cmake:132 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:137 (check_include_files)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:153 (check_include_files)" checks: - "Looking for include file strings.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -6538,11 +9965,11 @@ events: variable: "HAVE_STRINGS_H" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_22d2b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_68484 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_22d2b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_68484 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -6551,83 +9978,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_22d2b' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_68484' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 292d89ddd20541c9722276dfd2fcd94b - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/XCBuildData/292d89ddd20541c9722276dfd2fcd94b.xcbuilddata - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + Build description signature: a5ed40295587f804bd1f60f901aa36a9 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/XCBuildData/a5ed40295587f804bd1f60f901aa36a9.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/cmTC_22d2b.DependencyMetadataFileList (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/cmTC_22d2b.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/cmTC_68484.DependencyMetadataFileList (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/cmTC_68484.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_22d2b.LinkFileList (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_22d2b.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68484.LinkFileList (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68484.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/CMakeFiles/cmTC_22d2b.dir/Info.plist (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/CMakeFiles/cmTC_22d2b.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/CMakeFiles/cmTC_68484.dir/Info.plist (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/CMakeFiles/cmTC_68484.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STRINGS_H.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/HAVE_STRINGS_H.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STRINGS_H.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/HAVE_STRINGS_H.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STRINGS_H.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STRINGS_H.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/HAVE_STRINGS_H.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STRINGS_H.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STRINGS_H.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STRINGS_H.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/HAVE_STRINGS_H.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STRINGS_H.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app/cmTC_22d2b normal (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_22d2b.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_22d2b_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/build/cmTC_22d2b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_22d2b_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app/cmTC_22d2b + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app/cmTC_68484 normal (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68484.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68484_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/build/cmTC_68484.build/Debug-iphoneos/Objects-normal/arm64/cmTC_68484_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app/cmTC_68484 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app/cmTC_22d2b (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app/cmTC_22d2b -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app/cmTC_68484 (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app/cmTC_68484 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app (in target 'cmTC_22d2b' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Ev7GPg/Debug/cmTC_22d2b.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app (in target 'cmTC_68484' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-nZkDL0/Debug/cmTC_68484.app ** BUILD SUCCEEDED ** @@ -6636,15 +10063,16 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFiles.cmake:132 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:138 (check_include_files)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:154 (check_include_files)" checks: - "Looking for include file unistd.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -6654,11 +10082,11 @@ events: variable: "HAVE_UNISTD_H" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f9a04 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_451d1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_f9a04 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_451d1 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -6667,83 +10095,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_f9a04' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_451d1' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: db1f66b7350ef283b620c9032b3ab463 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/XCBuildData/db1f66b7350ef283b620c9032b3ab463.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build + Build description signature: e3cd0eeb1d5e83c1ae6ef89efad60c63 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/XCBuildData/e3cd0eeb1d5e83c1ae6ef89efad60c63.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/cmTC_f9a04.DependencyMetadataFileList (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/cmTC_f9a04.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/cmTC_451d1.DependencyMetadataFileList (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/cmTC_451d1.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f9a04.LinkFileList (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f9a04.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_451d1.LinkFileList (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_451d1.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/CMakeFiles/cmTC_f9a04.dir/Info.plist (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/CMakeFiles/cmTC_f9a04.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/CMakeFiles/cmTC_451d1.dir/Info.plist (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/CMakeFiles/cmTC_451d1.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/HAVE_UNISTD_H.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/HAVE_UNISTD_H.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/HAVE_UNISTD_H.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/HAVE_UNISTD_H.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/HAVE_UNISTD_H.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/HAVE_UNISTD_H.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/HAVE_UNISTD_H.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/HAVE_UNISTD_H.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/HAVE_UNISTD_H.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/HAVE_UNISTD_H.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/HAVE_UNISTD_H.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/HAVE_UNISTD_H.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app/cmTC_f9a04 normal (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f9a04.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f9a04_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/build/cmTC_f9a04.build/Debug-iphoneos/Objects-normal/arm64/cmTC_f9a04_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app/cmTC_f9a04 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app/cmTC_451d1 normal (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_451d1.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_451d1_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/build/cmTC_451d1.build/Debug-iphoneos/Objects-normal/arm64/cmTC_451d1_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app/cmTC_451d1 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app/cmTC_f9a04 (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app/cmTC_f9a04 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app/cmTC_451d1 (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app/cmTC_451d1 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app (in target 'cmTC_f9a04' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-VXF0wQ/Debug/cmTC_f9a04.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app (in target 'cmTC_451d1' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0Fd30x/Debug/cmTC_451d1.app ** BUILD SUCCEEDED ** @@ -6752,15 +10180,16 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFiles.cmake:132 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:140 (check_include_files)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:156 (check_include_files)" checks: - "Looking for include file inttypes.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -6770,11 +10199,11 @@ events: variable: "HAVE_INTTYPES_H_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_452a7 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_bebb6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_452a7 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_bebb6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -6783,83 +10212,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_452a7' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_bebb6' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 8a310b59dc32393541cc5b678a9f6154 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/XCBuildData/8a310b59dc32393541cc5b678a9f6154.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug + Build description signature: ddfa20aac847beae2e2e0e4ef8a057a9 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/XCBuildData/ddfa20aac847beae2e2e0e4ef8a057a9.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/cmTC_452a7.DependencyMetadataFileList (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/cmTC_452a7.DependencyMetadataFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/cmTC_bebb6.DependencyMetadataFileList (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/cmTC_bebb6.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bebb6.LinkFileList (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bebb6.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_452a7.LinkFileList (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_452a7.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/CMakeFiles/cmTC_452a7.dir/Info.plist (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/CMakeFiles/cmTC_452a7.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/CMakeFiles/cmTC_bebb6.dir/Info.plist (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/CMakeFiles/cmTC_bebb6.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/HAVE_INTTYPES_H_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/HAVE_INTTYPES_H_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/HAVE_INTTYPES_H_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/HAVE_INTTYPES_H_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/HAVE_INTTYPES_H_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/HAVE_INTTYPES_H_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/HAVE_INTTYPES_H_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/HAVE_INTTYPES_H_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/HAVE_INTTYPES_H_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/HAVE_INTTYPES_H_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/HAVE_INTTYPES_H_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/HAVE_INTTYPES_H_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app/cmTC_452a7 normal (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_452a7.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_452a7_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/build/cmTC_452a7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_452a7_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app/cmTC_452a7 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app/cmTC_bebb6 normal (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bebb6.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bebb6_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/build/cmTC_bebb6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bebb6_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app/cmTC_bebb6 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app/cmTC_452a7 (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app/cmTC_452a7 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app/cmTC_bebb6 (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app/cmTC_bebb6 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app (in target 'cmTC_452a7' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-haRCrH/Debug/cmTC_452a7.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app (in target 'cmTC_bebb6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-YoFeJb/Debug/cmTC_bebb6.app ** BUILD SUCCEEDED ** @@ -6868,15 +10297,16 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFiles.cmake:132 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:141 (check_include_files)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:157 (check_include_files)" checks: - "Looking for include file stdint.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -6886,11 +10316,11 @@ events: variable: "HAVE_STDINT_H_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_dc5d8 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_34988 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_dc5d8 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_34988 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -6899,83 +10329,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_dc5d8' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_34988' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 7f0f2b41fd84b246f7b1263687fbed89 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/XCBuildData/7f0f2b41fd84b246f7b1263687fbed89.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build + Build description signature: 534ebe693ecdb3840193aa2e35247245 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/XCBuildData/534ebe693ecdb3840193aa2e35247245.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/cmTC_dc5d8.DependencyMetadataFileList (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/cmTC_dc5d8.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/cmTC_34988.DependencyMetadataFileList (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/cmTC_34988.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_dc5d8.LinkFileList (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_dc5d8.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/cmTC_34988.LinkFileList (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/cmTC_34988.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/CMakeFiles/cmTC_dc5d8.dir/Info.plist (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/CMakeFiles/cmTC_dc5d8.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/CMakeFiles/cmTC_34988.dir/Info.plist (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/CMakeFiles/cmTC_34988.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDINT_H_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/HAVE_STDINT_H_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDINT_H_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/HAVE_STDINT_H_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDINT_H_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDINT_H_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/HAVE_STDINT_H_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDINT_H_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDINT_H_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDINT_H_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/HAVE_STDINT_H_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/HAVE_STDINT_H_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app/cmTC_dc5d8 normal (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_dc5d8.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_dc5d8_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/build/cmTC_dc5d8.build/Debug-iphoneos/Objects-normal/arm64/cmTC_dc5d8_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app/cmTC_dc5d8 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app/cmTC_34988 normal (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/cmTC_34988.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/cmTC_34988_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/build/cmTC_34988.build/Debug-iphoneos/Objects-normal/arm64/cmTC_34988_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app/cmTC_34988 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app/cmTC_dc5d8 (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app/cmTC_dc5d8 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app/cmTC_34988 (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app/cmTC_34988 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app (in target 'cmTC_dc5d8' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2HH2Tg/Debug/cmTC_dc5d8.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app (in target 'cmTC_34988' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-BdMVIj/Debug/cmTC_34988.app ** BUILD SUCCEEDED ** @@ -6984,15 +10414,16 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFiles.cmake:132 (try_compile)" - - "core/deps/libzip/CMakeLists.txt:142 (check_include_files)" + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "core/deps/libzip/CMakeLists.txt:158 (check_include_files)" checks: - "Looking for include file sys/types.h" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -7002,11 +10433,11 @@ events: variable: "HAVE_SYS_TYPES_H_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a180c -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_1a1b2 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a180c -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_1a1b2 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -7015,83 +10446,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_a180c' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_1a1b2' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: c9364cb554462b3ceae2623c6f5e047f - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/XCBuildData/c9364cb554462b3ceae2623c6f5e047f.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build + Build description signature: 334be8b619248326631df002d11d5eef + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/XCBuildData/334be8b619248326631df002d11d5eef.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/cmTC_a180c.DependencyMetadataFileList (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/cmTC_a180c.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/cmTC_1a1b2.DependencyMetadataFileList (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/cmTC_1a1b2.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a180c.LinkFileList (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a180c.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1a1b2.LinkFileList (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1a1b2.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/CMakeFiles/cmTC_a180c.dir/Info.plist (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/CMakeFiles/cmTC_a180c.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/CMakeFiles/cmTC_1a1b2.dir/Info.plist (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/CMakeFiles/cmTC_1a1b2.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/HAVE_SYS_TYPES_H_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/HAVE_SYS_TYPES_H_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/HAVE_SYS_TYPES_H_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/HAVE_SYS_TYPES_H_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/HAVE_SYS_TYPES_H_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/HAVE_SYS_TYPES_H_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/HAVE_SYS_TYPES_H_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/HAVE_SYS_TYPES_H_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/HAVE_SYS_TYPES_H_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/HAVE_SYS_TYPES_H_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/HAVE_SYS_TYPES_H_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/HAVE_SYS_TYPES_H_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app/cmTC_a180c normal (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a180c.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a180c_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/build/cmTC_a180c.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a180c_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app/cmTC_a180c + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app/cmTC_1a1b2 normal (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1a1b2.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1a1b2_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/build/cmTC_1a1b2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_1a1b2_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app/cmTC_1a1b2 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app/cmTC_a180c (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app/cmTC_a180c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app/cmTC_1a1b2 (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app/cmTC_1a1b2 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app (in target 'cmTC_a180c' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aa6iXg/Debug/cmTC_a180c.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app (in target 'cmTC_1a1b2' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-w5MfdS/Debug/cmTC_1a1b2.app ** BUILD SUCCEEDED ** @@ -7100,16 +10531,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:148 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:164 (check_type_size)" checks: - "Check size of __int8" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -7119,11 +10552,11 @@ events: variable: "HAVE___INT8_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c6538 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_abefb -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_c6538 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_abefb -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -7132,91 +10565,91 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_c6538' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_abefb' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 90dea6d983544ef31a977b961f13ff53 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/XCBuildData/90dea6d983544ef31a977b961f13ff53.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build + Build description signature: 9906faeda40ad1e594b51a5c497b7291 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/XCBuildData/9906faeda40ad1e594b51a5c497b7291.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/cmTC_c6538.DependencyMetadataFileList (in target 'cmTC_c6538' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/cmTC_c6538.DependencyMetadataFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/Debug/cmTC_abefb.app (in target 'cmTC_abefb' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/Debug/cmTC_abefb.app - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/Debug/cmTC_c6538.app (in target 'cmTC_c6538' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/Debug/cmTC_c6538.app + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/cmTC_abefb.DependencyMetadataFileList (in target 'cmTC_abefb' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/cmTC_abefb.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_c6538' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abefb.LinkFileList (in target 'cmTC_abefb' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/cmTC_abefb.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c6538.LinkFileList (in target 'cmTC_c6538' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/cmTC_c6538.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_abefb' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/Debug/cmTC_c6538.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/CMakeFiles/cmTC_c6538.dir/Info.plist (in target 'cmTC_c6538' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/CMakeFiles/cmTC_c6538.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/Debug/cmTC_c6538.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/Debug/cmTC_c6538.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/Debug/cmTC_abefb.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/CMakeFiles/cmTC_abefb.dir/Info.plist (in target 'cmTC_abefb' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/CMakeFiles/cmTC_abefb.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/Debug/cmTC_abefb.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/Debug/cmTC_abefb.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/__INT8_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_c6538' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/__INT8_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_abefb' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/__INT8_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/__INT8_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/__INT8_LIBZIP.o - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c:29:12: error: use of undeclared identifier '__int8' + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/__INT8_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/__INT8_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/__INT8_LIBZIP.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c:29:12: error: use of undeclared identifier '__int8' 29 | ('0' + ((SIZE / 10000)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int8)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c:30:12: error: use of undeclared identifier '__int8' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c:30:12: error: use of undeclared identifier '__int8' 30 | ('0' + ((SIZE / 1000)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int8)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c:31:12: error: use of undeclared identifier '__int8' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c:31:12: error: use of undeclared identifier '__int8' 31 | ('0' + ((SIZE / 100)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int8)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c:32:12: error: use of undeclared identifier '__int8' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c:32:12: error: use of undeclared identifier '__int8' 32 | ('0' + ((SIZE / 10)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int8)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c:33:12: error: use of undeclared identifier '__int8' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c:33:12: error: use of undeclared identifier '__int8' 33 | ('0' + (SIZE % 10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int8)) | ^ 5 errors generated. @@ -7225,23 +10658,25 @@ events: The following build commands failed: - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/build/cmTC_c6538.build/Debug-iphoneos/Objects-normal/arm64/__INT8_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-6cbhY8/__INT8_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_c6538' from project 'CMAKE_TRY_COMPILE') + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/build/cmTC_abefb.build/Debug-iphoneos/Objects-normal/arm64/__INT8_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-fipP3R/__INT8_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_abefb' from project 'CMAKE_TRY_COMPILE') (1 failure) exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:149 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:165 (check_type_size)" checks: - "Check size of int8_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -7251,11 +10686,11 @@ events: variable: "HAVE_INT8_T_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_41289 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_4b4dd -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_41289 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_4b4dd -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -7264,83 +10699,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_41289' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_4b4dd' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 42d8a32e9d951477c10c7412e7e6612f - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/XCBuildData/42d8a32e9d951477c10c7412e7e6612f.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build + Build description signature: d7f97f7f0fbb9ff21bef16a789a51301 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/XCBuildData/d7f97f7f0fbb9ff21bef16a789a51301.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/EagerLinkingTBDs/Debug-iphoneos - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/cmTC_41289.DependencyMetadataFileList (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/cmTC_41289.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/cmTC_4b4dd.DependencyMetadataFileList (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/cmTC_4b4dd.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/cmTC_41289.LinkFileList (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/cmTC_41289.LinkFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug -fPIE - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4b4dd.LinkFileList (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4b4dd.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/CMakeFiles/cmTC_41289.dir/Info.plist (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/CMakeFiles/cmTC_41289.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/CMakeFiles/cmTC_4b4dd.dir/Info.plist (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/CMakeFiles/cmTC_4b4dd.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/INT8_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/INT8_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/INT8_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/INT8_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/INT8_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/INT8_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/INT8_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/INT8_T_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/INT8_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/INT8_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/INT8_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/INT8_T_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app/cmTC_41289 normal (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/cmTC_41289.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/cmTC_41289_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/build/cmTC_41289.build/Debug-iphoneos/Objects-normal/arm64/cmTC_41289_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app/cmTC_41289 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app/cmTC_4b4dd normal (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4b4dd.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4b4dd_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/build/cmTC_4b4dd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_4b4dd_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app/cmTC_4b4dd - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app/cmTC_41289 (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app/cmTC_41289 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app/cmTC_4b4dd (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app/cmTC_4b4dd -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app (in target 'cmTC_41289' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7 - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-v8xrl7/Debug/cmTC_41289.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app (in target 'cmTC_4b4dd' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CE72EI/Debug/cmTC_4b4dd.app ** BUILD SUCCEEDED ** @@ -7349,16 +10784,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:150 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:166 (check_type_size)" checks: - "Check size of uint8_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -7368,11 +10805,11 @@ events: variable: "HAVE_UINT8_T_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_977fa -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_01bdc -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_977fa -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_01bdc -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -7381,83 +10818,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_977fa' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_01bdc' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: f392e1a04316f5ccdb3769d6f68d0639 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/XCBuildData/f392e1a04316f5ccdb3769d6f68d0639.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build + Build description signature: 5fda43e320aba710e4f3575a46da5d9d + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/XCBuildData/5fda43e320aba710e4f3575a46da5d9d.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/cmTC_977fa.DependencyMetadataFileList (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/cmTC_977fa.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/cmTC_01bdc.DependencyMetadataFileList (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/cmTC_01bdc.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/cmTC_977fa.LinkFileList (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/cmTC_977fa.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/cmTC_01bdc.LinkFileList (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/cmTC_01bdc.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/CMakeFiles/cmTC_977fa.dir/Info.plist (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/CMakeFiles/cmTC_977fa.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/CMakeFiles/cmTC_01bdc.dir/Info.plist (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/CMakeFiles/cmTC_01bdc.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/UINT8_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/UINT8_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/UINT8_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/UINT8_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/UINT8_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/UINT8_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/UINT8_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/UINT8_T_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/UINT8_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/UINT8_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/UINT8_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/UINT8_T_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app/cmTC_977fa normal (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/cmTC_977fa.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/cmTC_977fa_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/build/cmTC_977fa.build/Debug-iphoneos/Objects-normal/arm64/cmTC_977fa_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app/cmTC_977fa + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app/cmTC_01bdc normal (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/cmTC_01bdc.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/cmTC_01bdc_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/build/cmTC_01bdc.build/Debug-iphoneos/Objects-normal/arm64/cmTC_01bdc_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app/cmTC_01bdc - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app/cmTC_977fa (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app/cmTC_977fa -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app/cmTC_01bdc (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app/cmTC_01bdc -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app (in target 'cmTC_977fa' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Y4WZ2h/Debug/cmTC_977fa.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app (in target 'cmTC_01bdc' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-wRb3c8/Debug/cmTC_01bdc.app ** BUILD SUCCEEDED ** @@ -7466,16 +10903,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:151 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:167 (check_type_size)" checks: - "Check size of __int16" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -7485,11 +10924,11 @@ events: variable: "HAVE___INT16_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_cff5d -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_929c5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_cff5d -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_929c5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -7498,91 +10937,91 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_cff5d' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_929c5' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: f1ed0e917ada4335bc940b06ca1635d2 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/XCBuildData/f1ed0e917ada4335bc940b06ca1635d2.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/Debug + Build description signature: eca9845d5a3bf8445424a521a8fedda5 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/XCBuildData/eca9845d5a3bf8445424a521a8fedda5.xcbuilddata + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/Debug/cmTC_cff5d.app (in target 'cmTC_cff5d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/Debug/cmTC_cff5d.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/Debug/cmTC_929c5.app (in target 'cmTC_929c5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/Debug/cmTC_929c5.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/cmTC_cff5d.DependencyMetadataFileList (in target 'cmTC_cff5d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/cmTC_cff5d.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/cmTC_929c5.DependencyMetadataFileList (in target 'cmTC_929c5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/cmTC_929c5.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_cff5d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_929c5.LinkFileList (in target 'cmTC_929c5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/cmTC_929c5.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_cff5d.LinkFileList (in target 'cmTC_cff5d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/cmTC_cff5d.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_929c5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/Debug/cmTC_cff5d.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/CMakeFiles/cmTC_cff5d.dir/Info.plist (in target 'cmTC_cff5d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/CMakeFiles/cmTC_cff5d.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/Debug/cmTC_cff5d.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/Debug/cmTC_cff5d.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/Debug/cmTC_929c5.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/CMakeFiles/cmTC_929c5.dir/Info.plist (in target 'cmTC_929c5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/CMakeFiles/cmTC_929c5.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/Debug/cmTC_929c5.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/Debug/cmTC_929c5.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/__INT16_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_cff5d' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/__INT16_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_929c5' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/__INT16_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/__INT16_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/__INT16_LIBZIP.o - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c:29:12: error: use of undeclared identifier '__int16' + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/__INT16_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/__INT16_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/__INT16_LIBZIP.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c:29:12: error: use of undeclared identifier '__int16' 29 | ('0' + ((SIZE / 10000)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int16)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c:30:12: error: use of undeclared identifier '__int16' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c:30:12: error: use of undeclared identifier '__int16' 30 | ('0' + ((SIZE / 1000)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int16)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c:31:12: error: use of undeclared identifier '__int16' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c:31:12: error: use of undeclared identifier '__int16' 31 | ('0' + ((SIZE / 100)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int16)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c:32:12: error: use of undeclared identifier '__int16' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c:32:12: error: use of undeclared identifier '__int16' 32 | ('0' + ((SIZE / 10)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int16)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c:33:12: error: use of undeclared identifier '__int16' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c:33:12: error: use of undeclared identifier '__int16' 33 | ('0' + (SIZE % 10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int16)) | ^ 5 errors generated. @@ -7591,23 +11030,25 @@ events: The following build commands failed: - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/build/cmTC_cff5d.build/Debug-iphoneos/Objects-normal/arm64/__INT16_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-CbPLPb/__INT16_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_cff5d' from project 'CMAKE_TRY_COMPILE') + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/build/cmTC_929c5.build/Debug-iphoneos/Objects-normal/arm64/__INT16_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2RkffX/__INT16_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_929c5' from project 'CMAKE_TRY_COMPILE') (1 failure) exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:152 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:168 (check_type_size)" checks: - "Check size of int16_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -7617,11 +11058,11 @@ events: variable: "HAVE_INT16_T_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_40591 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8395f -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_40591 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8395f -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -7630,83 +11071,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_40591' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_8395f' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 66875031286e59ddcd8ac237d3099d35 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/XCBuildData/66875031286e59ddcd8ac237d3099d35.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build + Build description signature: 3a668a3a2942b276ef3af7f27838b290 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/XCBuildData/3a668a3a2942b276ef3af7f27838b290.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/cmTC_40591.DependencyMetadataFileList (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/cmTC_40591.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/cmTC_8395f.DependencyMetadataFileList (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/cmTC_8395f.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/cmTC_40591.LinkFileList (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/cmTC_40591.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8395f.LinkFileList (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8395f.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/CMakeFiles/cmTC_40591.dir/Info.plist (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/CMakeFiles/cmTC_40591.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/CMakeFiles/cmTC_8395f.dir/Info.plist (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/CMakeFiles/cmTC_8395f.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/INT16_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/INT16_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/INT16_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/INT16_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/INT16_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/INT16_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/INT16_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/INT16_T_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/INT16_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/INT16_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/INT16_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/INT16_T_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app/cmTC_40591 normal (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/cmTC_40591.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/cmTC_40591_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/build/cmTC_40591.build/Debug-iphoneos/Objects-normal/arm64/cmTC_40591_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app/cmTC_40591 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app/cmTC_8395f normal (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8395f.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8395f_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/build/cmTC_8395f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8395f_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app/cmTC_8395f - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app/cmTC_40591 (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app/cmTC_40591 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app/cmTC_8395f (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app/cmTC_8395f -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app (in target 'cmTC_40591' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Rt4WIX/Debug/cmTC_40591.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app (in target 'cmTC_8395f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-lvuilE/Debug/cmTC_8395f.app ** BUILD SUCCEEDED ** @@ -7715,16 +11156,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:153 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:169 (check_type_size)" checks: - "Check size of uint16_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -7734,11 +11177,11 @@ events: variable: "HAVE_UINT16_T_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7c2e0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_497a6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7c2e0 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_497a6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -7747,83 +11190,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_7c2e0' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_497a6' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 8f80d4f9b6deee739167c0e29d8c1c73 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/XCBuildData/8f80d4f9b6deee739167c0e29d8c1c73.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build + Build description signature: 0b379ce6b68430245d1436bcd28bb3d7 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/XCBuildData/0b379ce6b68430245d1436bcd28bb3d7.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/cmTC_497a6.DependencyMetadataFileList (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/cmTC_497a6.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/cmTC_7c2e0.DependencyMetadataFileList (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/cmTC_7c2e0.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_497a6.LinkFileList (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_497a6.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7c2e0.LinkFileList (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7c2e0.LinkFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/CMakeFiles/cmTC_7c2e0.dir/Info.plist (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/CMakeFiles/cmTC_7c2e0.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/CMakeFiles/cmTC_497a6.dir/Info.plist (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/CMakeFiles/cmTC_497a6.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/UINT16_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/UINT16_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/UINT16_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/UINT16_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/UINT16_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/UINT16_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/UINT16_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/UINT16_T_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/UINT16_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/UINT16_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/UINT16_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/UINT16_T_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app/cmTC_7c2e0 normal (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7c2e0.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7c2e0_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/build/cmTC_7c2e0.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7c2e0_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app/cmTC_7c2e0 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app/cmTC_497a6 normal (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_497a6.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_497a6_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/build/cmTC_497a6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_497a6_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app/cmTC_497a6 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app/cmTC_7c2e0 (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app/cmTC_7c2e0 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app/cmTC_497a6 (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app/cmTC_497a6 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app (in target 'cmTC_7c2e0' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aQJQ0V/Debug/cmTC_7c2e0.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app (in target 'cmTC_497a6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-L67KBL/Debug/cmTC_497a6.app ** BUILD SUCCEEDED ** @@ -7832,16 +11275,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:154 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:170 (check_type_size)" checks: - "Check size of __int32" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -7851,11 +11296,11 @@ events: variable: "HAVE___INT32_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_3c724 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7a513 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_3c724 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_7a513 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -7864,91 +11309,91 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_3c724' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_7a513' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: efd4c89a58ec3466110513968004d3a3 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/XCBuildData/efd4c89a58ec3466110513968004d3a3.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/Debug + Build description signature: f24d59eb0954ee9ea97bd052d812291f + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/XCBuildData/f24d59eb0954ee9ea97bd052d812291f.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/Debug/cmTC_3c724.app (in target 'cmTC_3c724' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/Debug/cmTC_3c724.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/Debug/cmTC_7a513.app (in target 'cmTC_7a513' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/Debug/cmTC_7a513.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/cmTC_3c724.DependencyMetadataFileList (in target 'cmTC_3c724' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/cmTC_3c724.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/cmTC_7a513.DependencyMetadataFileList (in target 'cmTC_7a513' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/cmTC_7a513.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3c724.LinkFileList (in target 'cmTC_3c724' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/cmTC_3c724.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7a513.LinkFileList (in target 'cmTC_7a513' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/cmTC_7a513.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_3c724' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_7a513' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/Debug/cmTC_3c724.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/CMakeFiles/cmTC_3c724.dir/Info.plist (in target 'cmTC_3c724' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/CMakeFiles/cmTC_3c724.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/Debug/cmTC_3c724.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/Debug/cmTC_3c724.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/Debug/cmTC_7a513.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/CMakeFiles/cmTC_7a513.dir/Info.plist (in target 'cmTC_7a513' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/CMakeFiles/cmTC_7a513.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/Debug/cmTC_7a513.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/Debug/cmTC_7a513.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/__INT32_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_3c724' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/__INT32_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_7a513' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/__INT32_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/__INT32_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/__INT32_LIBZIP.o - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c:29:12: error: use of undeclared identifier '__int32' + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/__INT32_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/__INT32_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/__INT32_LIBZIP.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c:29:12: error: use of undeclared identifier '__int32' 29 | ('0' + ((SIZE / 10000)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int32)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c:30:12: error: use of undeclared identifier '__int32' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c:30:12: error: use of undeclared identifier '__int32' 30 | ('0' + ((SIZE / 1000)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int32)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c:31:12: error: use of undeclared identifier '__int32' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c:31:12: error: use of undeclared identifier '__int32' 31 | ('0' + ((SIZE / 100)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int32)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c:32:12: error: use of undeclared identifier '__int32' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c:32:12: error: use of undeclared identifier '__int32' 32 | ('0' + ((SIZE / 10)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int32)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c:33:12: error: use of undeclared identifier '__int32' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c:33:12: error: use of undeclared identifier '__int32' 33 | ('0' + (SIZE % 10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int32)) | ^ 5 errors generated. @@ -7957,23 +11402,25 @@ events: The following build commands failed: - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/build/cmTC_3c724.build/Debug-iphoneos/Objects-normal/arm64/__INT32_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-0k7wMv/__INT32_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_3c724' from project 'CMAKE_TRY_COMPILE') + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/build/cmTC_7a513.build/Debug-iphoneos/Objects-normal/arm64/__INT32_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-rdSgHE/__INT32_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_7a513' from project 'CMAKE_TRY_COMPILE') (1 failure) exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:155 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:171 (check_type_size)" checks: - "Check size of int32_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -7983,11 +11430,11 @@ events: variable: "HAVE_INT32_T_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_2ced6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_acfe7 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_2ced6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_acfe7 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -7996,83 +11443,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_2ced6' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_acfe7' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 54c32d327fd567833fb5fc3ab5f542df - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/XCBuildData/54c32d327fd567833fb5fc3ab5f542df.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build + Build description signature: 2cae12119f902f0ca7018185f704a84f + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/XCBuildData/2cae12119f902f0ca7018185f704a84f.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/cmTC_2ced6.DependencyMetadataFileList (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/cmTC_2ced6.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/cmTC_acfe7.DependencyMetadataFileList (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/cmTC_acfe7.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_acfe7.LinkFileList (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_acfe7.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2ced6.LinkFileList (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2ced6.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/CMakeFiles/cmTC_2ced6.dir/Info.plist (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/CMakeFiles/cmTC_2ced6.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/CMakeFiles/cmTC_acfe7.dir/Info.plist (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/CMakeFiles/cmTC_acfe7.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/INT32_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/INT32_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/INT32_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/INT32_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/INT32_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/INT32_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/INT32_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/INT32_T_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/INT32_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/INT32_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/INT32_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/INT32_T_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app/cmTC_2ced6 normal (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2ced6.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2ced6_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/build/cmTC_2ced6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_2ced6_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app/cmTC_2ced6 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app/cmTC_acfe7 normal (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_acfe7.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_acfe7_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/build/cmTC_acfe7.build/Debug-iphoneos/Objects-normal/arm64/cmTC_acfe7_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app/cmTC_acfe7 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app/cmTC_2ced6 (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app/cmTC_2ced6 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app/cmTC_acfe7 (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app/cmTC_acfe7 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app (in target 'cmTC_2ced6' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7 - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-PKhPu7/Debug/cmTC_2ced6.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app (in target 'cmTC_acfe7' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-SDpTlk/Debug/cmTC_acfe7.app ** BUILD SUCCEEDED ** @@ -8081,16 +11528,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:156 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:172 (check_type_size)" checks: - "Check size of uint32_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -8100,11 +11549,11 @@ events: variable: "HAVE_UINT32_T_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_bc0b2 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_ed79b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_bc0b2 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_ed79b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -8113,83 +11562,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_bc0b2' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_ed79b' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 166e3eeaa2e6a57dbc26ca865af7bff3 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/XCBuildData/166e3eeaa2e6a57dbc26ca865af7bff3.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build + Build description signature: 667ac5c7fd7a45053a01ae7b83eb6040 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/XCBuildData/667ac5c7fd7a45053a01ae7b83eb6040.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/cmTC_bc0b2.DependencyMetadataFileList (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/cmTC_bc0b2.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/cmTC_ed79b.DependencyMetadataFileList (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/cmTC_ed79b.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bc0b2.LinkFileList (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bc0b2.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ed79b.LinkFileList (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ed79b.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/CMakeFiles/cmTC_bc0b2.dir/Info.plist (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/CMakeFiles/cmTC_bc0b2.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/CMakeFiles/cmTC_ed79b.dir/Info.plist (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/CMakeFiles/cmTC_ed79b.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/UINT32_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/UINT32_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/UINT32_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/UINT32_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/UINT32_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/UINT32_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/UINT32_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/UINT32_T_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/UINT32_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/UINT32_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/UINT32_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/UINT32_T_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app/cmTC_bc0b2 normal (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bc0b2.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bc0b2_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/build/cmTC_bc0b2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_bc0b2_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app/cmTC_bc0b2 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app/cmTC_ed79b normal (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ed79b.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ed79b_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/build/cmTC_ed79b.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ed79b_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app/cmTC_ed79b - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app/cmTC_bc0b2 (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app/cmTC_bc0b2 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app/cmTC_ed79b (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app/cmTC_ed79b -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app (in target 'cmTC_bc0b2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q8OZpV/Debug/cmTC_bc0b2.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app (in target 'cmTC_ed79b' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-zD6AvV/Debug/cmTC_ed79b.app ** BUILD SUCCEEDED ** @@ -8198,16 +11647,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:157 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:173 (check_type_size)" checks: - "Check size of __int64" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -8217,11 +11668,11 @@ events: variable: "HAVE___INT64_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_17f57 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_5649f -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_17f57 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_5649f -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -8230,91 +11681,91 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_17f57' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_5649f' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: c26300c67dbd431ec044ab02c75fb10e - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/XCBuildData/c26300c67dbd431ec044ab02c75fb10e.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build + Build description signature: 5079446dab862f0f12c446c184f34e0d + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/XCBuildData/5079446dab862f0f12c446c184f34e0d.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/Debug/cmTC_17f57.app (in target 'cmTC_17f57' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/Debug/cmTC_17f57.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/Debug/cmTC_5649f.app (in target 'cmTC_5649f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/Debug/cmTC_5649f.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/cmTC_17f57.DependencyMetadataFileList (in target 'cmTC_17f57' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/cmTC_17f57.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/cmTC_5649f.DependencyMetadataFileList (in target 'cmTC_5649f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/cmTC_5649f.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_17f57' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_5649f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17f57.LinkFileList (in target 'cmTC_17f57' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/cmTC_17f57.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5649f.LinkFileList (in target 'cmTC_5649f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5649f.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/Debug/cmTC_17f57.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/CMakeFiles/cmTC_17f57.dir/Info.plist (in target 'cmTC_17f57' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/CMakeFiles/cmTC_17f57.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/Debug/cmTC_17f57.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/Debug/cmTC_17f57.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/Debug/cmTC_5649f.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/CMakeFiles/cmTC_5649f.dir/Info.plist (in target 'cmTC_5649f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/CMakeFiles/cmTC_5649f.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/Debug/cmTC_5649f.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/Debug/cmTC_5649f.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/__INT64_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_17f57' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/__INT64_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_5649f' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/__INT64_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/__INT64_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/__INT64_LIBZIP.o - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c:29:12: error: use of undeclared identifier '__int64' + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/__INT64_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/__INT64_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/__INT64_LIBZIP.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c:29:12: error: use of undeclared identifier '__int64' 29 | ('0' + ((SIZE / 10000)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int64)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c:30:12: error: use of undeclared identifier '__int64' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c:30:12: error: use of undeclared identifier '__int64' 30 | ('0' + ((SIZE / 1000)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int64)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c:31:12: error: use of undeclared identifier '__int64' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c:31:12: error: use of undeclared identifier '__int64' 31 | ('0' + ((SIZE / 100)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int64)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c:32:12: error: use of undeclared identifier '__int64' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c:32:12: error: use of undeclared identifier '__int64' 32 | ('0' + ((SIZE / 10)%10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int64)) | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c:33:12: error: use of undeclared identifier '__int64' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c:33:12: error: use of undeclared identifier '__int64' 33 | ('0' + (SIZE % 10)), | ^ - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c:27:22: note: expanded from macro 'SIZE' + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c:27:22: note: expanded from macro 'SIZE' 27 | #define SIZE (sizeof(__int64)) | ^ 5 errors generated. @@ -8323,23 +11774,25 @@ events: The following build commands failed: - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/build/cmTC_17f57.build/Debug-iphoneos/Objects-normal/arm64/__INT64_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-B7RdMp/__INT64_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_17f57' from project 'CMAKE_TRY_COMPILE') + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/build/cmTC_5649f.build/Debug-iphoneos/Objects-normal/arm64/__INT64_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Xoew0C/__INT64_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_5649f' from project 'CMAKE_TRY_COMPILE') (1 failure) exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:158 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:174 (check_type_size)" checks: - "Check size of int64_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -8349,11 +11802,11 @@ events: variable: "HAVE_INT64_T_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a72ef -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_739f6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a72ef -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_739f6 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -8362,83 +11815,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_a72ef' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_739f6' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 23f88b02ed71004661e2cdf9c854828b - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/XCBuildData/23f88b02ed71004661e2cdf9c854828b.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build + Build description signature: a9fdd44c95591e7648a5e5f2132642d6 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/XCBuildData/a9fdd44c95591e7648a5e5f2132642d6.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/cmTC_a72ef.DependencyMetadataFileList (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/cmTC_a72ef.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/cmTC_739f6.DependencyMetadataFileList (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/cmTC_739f6.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a72ef.LinkFileList (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a72ef.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_739f6.LinkFileList (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_739f6.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/CMakeFiles/cmTC_a72ef.dir/Info.plist (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/CMakeFiles/cmTC_a72ef.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/CMakeFiles/cmTC_739f6.dir/Info.plist (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/CMakeFiles/cmTC_739f6.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/INT64_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/INT64_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/INT64_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/INT64_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/INT64_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/INT64_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/INT64_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/INT64_T_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/INT64_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/INT64_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/INT64_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/INT64_T_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app/cmTC_a72ef normal (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a72ef.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a72ef_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/build/cmTC_a72ef.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a72ef_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app/cmTC_a72ef + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app/cmTC_739f6 normal (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_739f6.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_739f6_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/build/cmTC_739f6.build/Debug-iphoneos/Objects-normal/arm64/cmTC_739f6_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app/cmTC_739f6 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app/cmTC_a72ef (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app/cmTC_a72ef -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app/cmTC_739f6 (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app/cmTC_739f6 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app (in target 'cmTC_a72ef' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-gMI6Op/Debug/cmTC_a72ef.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app (in target 'cmTC_739f6' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-7owjGU/Debug/cmTC_739f6.app ** BUILD SUCCEEDED ** @@ -8447,16 +11900,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:159 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:175 (check_type_size)" checks: - "Check size of uint64_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -8466,11 +11921,11 @@ events: variable: "HAVE_UINT64_T_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_32441 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_5fb91 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_32441 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_5fb91 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -8479,83 +11934,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_32441' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_5fb91' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 5160f6615e86bf4b5e71155d4209f555 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/XCBuildData/5160f6615e86bf4b5e71155d4209f555.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug + Build description signature: c5c8790c1034fb0286875cfa4795056a + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/XCBuildData/c5c8790c1034fb0286875cfa4795056a.xcbuilddata + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/cmTC_32441.DependencyMetadataFileList (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/cmTC_32441.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/cmTC_5fb91.DependencyMetadataFileList (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/cmTC_5fb91.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/cmTC_32441.LinkFileList (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/cmTC_32441.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5fb91.LinkFileList (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5fb91.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/CMakeFiles/cmTC_32441.dir/Info.plist (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/CMakeFiles/cmTC_32441.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/CMakeFiles/cmTC_5fb91.dir/Info.plist (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/CMakeFiles/cmTC_5fb91.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/UINT64_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/UINT64_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/UINT64_T_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/UINT64_T_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/UINT64_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/UINT64_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/UINT64_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/UINT64_T_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/UINT64_T_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/UINT64_T_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/UINT64_T_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/UINT64_T_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app/cmTC_32441 normal (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/cmTC_32441.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/cmTC_32441_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/build/cmTC_32441.build/Debug-iphoneos/Objects-normal/arm64/cmTC_32441_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app/cmTC_32441 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app/cmTC_5fb91 normal (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5fb91.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5fb91_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/build/cmTC_5fb91.build/Debug-iphoneos/Objects-normal/arm64/cmTC_5fb91_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app/cmTC_5fb91 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app/cmTC_32441 (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app/cmTC_32441 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app/cmTC_5fb91 (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app/cmTC_5fb91 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app (in target 'cmTC_32441' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6 - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-KR5aD6/Debug/cmTC_32441.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app (in target 'cmTC_5fb91' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-J5nFzJ/Debug/cmTC_5fb91.app ** BUILD SUCCEEDED ** @@ -8564,16 +12019,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:160 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:176 (check_type_size)" checks: - "Check size of short" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -8583,11 +12040,11 @@ events: variable: "HAVE_SHORT_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b81dc -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_31938 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b81dc -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_31938 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -8596,83 +12053,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_b81dc' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_31938' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: ed868ad31a41af2d36115582eb3db425 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/XCBuildData/ed868ad31a41af2d36115582eb3db425.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build + Build description signature: 7bb71e48a03a6cd229798a6864d9a247 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/XCBuildData/7bb71e48a03a6cd229798a6864d9a247.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/cmTC_b81dc.DependencyMetadataFileList (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/cmTC_b81dc.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/cmTC_31938.DependencyMetadataFileList (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/cmTC_31938.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b81dc.LinkFileList (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b81dc.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/cmTC_31938.LinkFileList (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/cmTC_31938.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/CMakeFiles/cmTC_b81dc.dir/Info.plist (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/CMakeFiles/cmTC_b81dc.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/CMakeFiles/cmTC_31938.dir/Info.plist (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/CMakeFiles/cmTC_31938.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/SHORT_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/SHORT_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/SHORT_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/SHORT_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/SHORT_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/SHORT_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/SHORT_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/SHORT_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/SHORT_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/SHORT_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/SHORT_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/SHORT_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app/cmTC_b81dc normal (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b81dc.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b81dc_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/build/cmTC_b81dc.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b81dc_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app/cmTC_b81dc + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app/cmTC_31938 normal (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/cmTC_31938.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/cmTC_31938_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/build/cmTC_31938.build/Debug-iphoneos/Objects-normal/arm64/cmTC_31938_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app/cmTC_31938 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app/cmTC_b81dc (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app/cmTC_b81dc -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app/cmTC_31938 (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app/cmTC_31938 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app (in target 'cmTC_b81dc' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-grpbcK/Debug/cmTC_b81dc.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app (in target 'cmTC_31938' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-1YMbrW/Debug/cmTC_31938.app ** BUILD SUCCEEDED ** @@ -8681,16 +12138,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:161 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:177 (check_type_size)" checks: - "Check size of int" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -8700,11 +12159,11 @@ events: variable: "HAVE_INT_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b6489 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0f5cf -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_b6489 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0f5cf -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -8713,83 +12172,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_b6489' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_0f5cf' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: caac83de4eb555e2f22af9b7c6064f85 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/XCBuildData/caac83de4eb555e2f22af9b7c6064f85.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build + Build description signature: 8a7bbd4511049a28212ac66c7d822e3b + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/XCBuildData/8a7bbd4511049a28212ac66c7d822e3b.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/cmTC_b6489.DependencyMetadataFileList (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/cmTC_b6489.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/cmTC_0f5cf.DependencyMetadataFileList (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/cmTC_0f5cf.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b6489.LinkFileList (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b6489.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0f5cf.LinkFileList (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0f5cf.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/CMakeFiles/cmTC_b6489.dir/Info.plist (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/CMakeFiles/cmTC_b6489.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/CMakeFiles/cmTC_0f5cf.dir/Info.plist (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/CMakeFiles/cmTC_0f5cf.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/INT_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/INT_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/INT_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/INT_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/INT_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/INT_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/INT_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/INT_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/INT_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/INT_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/INT_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/INT_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app/cmTC_b6489 normal (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b6489.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b6489_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/build/cmTC_b6489.build/Debug-iphoneos/Objects-normal/arm64/cmTC_b6489_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app/cmTC_b6489 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app/cmTC_0f5cf normal (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0f5cf.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0f5cf_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/build/cmTC_0f5cf.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0f5cf_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app/cmTC_0f5cf - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app/cmTC_b6489 (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app/cmTC_b6489 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app/cmTC_0f5cf (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app/cmTC_0f5cf -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app (in target 'cmTC_b6489' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Dng33f/Debug/cmTC_b6489.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app (in target 'cmTC_0f5cf' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-TkRWfl/Debug/cmTC_0f5cf.app ** BUILD SUCCEEDED ** @@ -8798,16 +12257,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:162 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:178 (check_type_size)" checks: - "Check size of long" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -8817,11 +12278,11 @@ events: variable: "HAVE_LONG_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_6925f -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_92da3 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_6925f -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_92da3 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -8830,83 +12291,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_6925f' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_92da3' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: f702aa0c1d9aed6cd035c3a656bb9155 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/XCBuildData/f702aa0c1d9aed6cd035c3a656bb9155.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build + Build description signature: c3e81a7cb776a27aed678888f64c6b43 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/XCBuildData/c3e81a7cb776a27aed678888f64c6b43.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/cmTC_6925f.DependencyMetadataFileList (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/cmTC_6925f.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/cmTC_92da3.DependencyMetadataFileList (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/cmTC_92da3.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6925f.LinkFileList (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6925f.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_92da3.LinkFileList (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_92da3.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/CMakeFiles/cmTC_6925f.dir/Info.plist (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/CMakeFiles/cmTC_6925f.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/CMakeFiles/cmTC_92da3.dir/Info.plist (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/CMakeFiles/cmTC_92da3.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/LONG_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/LONG_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/LONG_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/LONG_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/LONG_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/LONG_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/LONG_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/LONG_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/LONG_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/LONG_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/LONG_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/LONG_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app/cmTC_6925f normal (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6925f.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6925f_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/build/cmTC_6925f.build/Debug-iphoneos/Objects-normal/arm64/cmTC_6925f_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app/cmTC_6925f + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app/cmTC_92da3 normal (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_92da3.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_92da3_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/build/cmTC_92da3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_92da3_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app/cmTC_92da3 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app/cmTC_6925f (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app/cmTC_6925f -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app/cmTC_92da3 (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app/cmTC_92da3 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app (in target 'cmTC_6925f' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-2wae0N/Debug/cmTC_6925f.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app (in target 'cmTC_92da3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-eTiZ91/Debug/cmTC_92da3.app ** BUILD SUCCEEDED ** @@ -8915,16 +12376,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:163 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:179 (check_type_size)" checks: - "Check size of long long" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -8934,11 +12397,11 @@ events: variable: "HAVE_LONG_LONG_LIBZIP" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8bacd -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_eb90e -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8bacd -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_eb90e -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -8947,83 +12410,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_8bacd' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_eb90e' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: b391a04686a5c3636b2c6cab83a8f76a - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/XCBuildData/b391a04686a5c3636b2c6cab83a8f76a.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug + Build description signature: d8f102eeec18b3216e334d6a23e78650 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/XCBuildData/d8f102eeec18b3216e334d6a23e78650.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/cmTC_8bacd.DependencyMetadataFileList (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/cmTC_8bacd.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/cmTC_eb90e.DependencyMetadataFileList (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/cmTC_eb90e.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8bacd.LinkFileList (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8bacd.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_eb90e.LinkFileList (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_eb90e.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/CMakeFiles/cmTC_8bacd.dir/Info.plist (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/CMakeFiles/cmTC_8bacd.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/CMakeFiles/cmTC_eb90e.dir/Info.plist (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/CMakeFiles/cmTC_eb90e.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/LONG_LONG_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/LONG_LONG_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/LONG_LONG_LIBZIP.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/LONG_LONG_LIBZIP.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/LONG_LONG_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/LONG_LONG_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/LONG_LONG_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/LONG_LONG_LIBZIP.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/LONG_LONG_LIBZIP.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/LONG_LONG_LIBZIP.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/LONG_LONG_LIBZIP.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/LONG_LONG_LIBZIP.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app/cmTC_8bacd normal (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8bacd.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8bacd_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/build/cmTC_8bacd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_8bacd_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app/cmTC_8bacd + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app/cmTC_eb90e normal (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_eb90e.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_eb90e_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/build/cmTC_eb90e.build/Debug-iphoneos/Objects-normal/arm64/cmTC_eb90e_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app/cmTC_eb90e - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app/cmTC_8bacd (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app/cmTC_8bacd -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app/cmTC_eb90e (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app/cmTC_eb90e -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app (in target 'cmTC_8bacd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qH2EiV/Debug/cmTC_8bacd.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app (in target 'cmTC_eb90e' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5 + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-GxpBM5/Debug/cmTC_eb90e.app ** BUILD SUCCEEDED ** @@ -9032,16 +12495,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:164 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:180 (check_type_size)" checks: - "Check size of off_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -9051,11 +12516,11 @@ events: variable: "HAVE_SIZEOF_OFF_T" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_77180 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a40db -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_77180 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_a40db -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -9064,83 +12529,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_77180' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_a40db' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 51af5f323e6860cbf0342d46be5e5692 - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/XCBuildData/51af5f323e6860cbf0342d46be5e5692.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build + Build description signature: 9d795cb33c6ad09ccfd03d0fca5dca2e + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/XCBuildData/9d795cb33c6ad09ccfd03d0fca5dca2e.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/cmTC_77180.DependencyMetadataFileList (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/cmTC_77180.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/cmTC_a40db.DependencyMetadataFileList (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/cmTC_a40db.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a40db.LinkFileList (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a40db.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/cmTC_77180.LinkFileList (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/cmTC_77180.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/CMakeFiles/cmTC_77180.dir/Info.plist (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/CMakeFiles/cmTC_77180.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/CMakeFiles/cmTC_a40db.dir/Info.plist (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/CMakeFiles/cmTC_a40db.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_OFF_T.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/SIZEOF_OFF_T.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_OFF_T.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/SIZEOF_OFF_T.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_OFF_T.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_OFF_T.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/SIZEOF_OFF_T.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_OFF_T.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_OFF_T.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_OFF_T.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/SIZEOF_OFF_T.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_OFF_T.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app/cmTC_77180 normal (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/cmTC_77180.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/cmTC_77180_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/build/cmTC_77180.build/Debug-iphoneos/Objects-normal/arm64/cmTC_77180_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app/cmTC_77180 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app/cmTC_a40db normal (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a40db.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a40db_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/build/cmTC_a40db.build/Debug-iphoneos/Objects-normal/arm64/cmTC_a40db_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app/cmTC_a40db - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app/cmTC_77180 (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app/cmTC_77180 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app/cmTC_a40db (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app/cmTC_a40db -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app (in target 'cmTC_77180' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9 - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-09e2f9/Debug/cmTC_77180.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app (in target 'cmTC_a40db' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-Q4TTwX/Debug/cmTC_a40db.app ** BUILD SUCCEEDED ** @@ -9149,16 +12614,18 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:147 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" - - "core/deps/libzip/CMakeLists.txt:165 (check_type_size)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:156 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckTypeSize.cmake:283 (__check_type_size_impl)" + - "core/deps/libzip/CMakeLists.txt:181 (check_type_size)" checks: - "Check size of size_t" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY" cmakeVariables: CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" CMAKE_OSX_ARCHITECTURES: "arm64" CMAKE_OSX_DEPLOYMENT_TARGET: "12.0" @@ -9168,11 +12635,11 @@ events: variable: "HAVE_SIZEOF_SIZE_T" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_67ab2 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_ba462 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_67ab2 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_ba462 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -9181,83 +12648,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_67ab2' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_ba462' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 0e64dadd6d564b65da68dd3acd36c98d - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/XCBuildData/0e64dadd6d564b65da68dd3acd36c98d.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug + Build description signature: 1f4741a8c93b1e361ffe89f0d0b9da20 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/XCBuildData/1f4741a8c93b1e361ffe89f0d0b9da20.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/cmTC_67ab2.DependencyMetadataFileList (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/cmTC_67ab2.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/cmTC_ba462.DependencyMetadataFileList (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/cmTC_ba462.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_67ab2.LinkFileList (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_67ab2.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ba462.LinkFileList (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ba462.LinkFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug -fPIE - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/CMakeFiles/cmTC_67ab2.dir/Info.plist (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/CMakeFiles/cmTC_67ab2.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/CMakeFiles/cmTC_ba462.dir/Info.plist (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/CMakeFiles/cmTC_ba462.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_SIZE_T.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/SIZEOF_SIZE_T.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_SIZE_T.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/SIZEOF_SIZE_T.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_SIZE_T.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_SIZE_T.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/SIZEOF_SIZE_T.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_SIZE_T.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_SIZE_T.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_SIZE_T.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/SIZEOF_SIZE_T.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/SIZEOF_SIZE_T.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app/cmTC_67ab2 normal (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_67ab2.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_67ab2_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/build/cmTC_67ab2.build/Debug-iphoneos/Objects-normal/arm64/cmTC_67ab2_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app/cmTC_67ab2 + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app/cmTC_ba462 normal (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ba462.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ba462_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/build/cmTC_ba462.build/Debug-iphoneos/Objects-normal/arm64/cmTC_ba462_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app/cmTC_ba462 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app/cmTC_67ab2 (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app/cmTC_67ab2 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app/cmTC_ba462 (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app/cmTC_ba462 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app (in target 'cmTC_67ab2' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6 - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-j7Xxs6/Debug/cmTC_67ab2.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app (in target 'cmTC_ba462' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-hpKsFY/Debug/cmTC_ba462.app ** BUILD SUCCEEDED ** @@ -9266,14 +12733,14 @@ events: - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)" - - "core/deps/libzip/CMakeLists.txt:167 (check_c_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "core/deps/libzip/CMakeLists.txt:183 (check_c_source_compiles)" checks: - "Performing Test HAVE_FICLONERANGE" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" @@ -9285,11 +12752,11 @@ events: variable: "HAVE_FICLONERANGE" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_609e4 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d5ac3 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_609e4 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_d5ac3 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -9298,64 +12765,64 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_609e4' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_d5ac3' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 110315d50692c02b8ca8cb2ab77ae60c - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/XCBuildData/110315d50692c02b8ca8cb2ab77ae60c.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build + Build description signature: cd25e3cfbaf8b73bbf70e77553daf4f7 + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/XCBuildData/cd25e3cfbaf8b73bbf70e77553daf4f7.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/Debug + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/Debug - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/Debug/cmTC_609e4.app (in target 'cmTC_609e4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04 - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/Debug/cmTC_609e4.app + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/Debug/cmTC_d5ac3.app (in target 'cmTC_d5ac3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/Debug/cmTC_d5ac3.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/cmTC_609e4.DependencyMetadataFileList (in target 'cmTC_609e4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/cmTC_609e4.DependencyMetadataFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/cmTC_d5ac3.DependencyMetadataFileList (in target 'cmTC_d5ac3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/cmTC_d5ac3.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_609e4.LinkFileList (in target 'cmTC_609e4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/cmTC_609e4.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_d5ac3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DHAVE_FICLONERANGE '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_609e4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04 - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DHAVE_FICLONERANGE -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d5ac3.LinkFileList (in target 'cmTC_d5ac3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/cmTC_d5ac3.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/Debug/cmTC_609e4.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/CMakeFiles/cmTC_609e4.dir/Info.plist (in target 'cmTC_609e4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04 - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/CMakeFiles/cmTC_609e4.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/Debug/cmTC_609e4.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/Debug/cmTC_609e4.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/Debug/cmTC_d5ac3.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/CMakeFiles/cmTC_d5ac3.dir/Info.plist (in target 'cmTC_d5ac3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/CMakeFiles/cmTC_d5ac3.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/Debug/cmTC_d5ac3.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/Debug/cmTC_d5ac3.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_609e4' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04 + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_d5ac3' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/src.o - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/src.c:2:10: fatal error: 'linux/fs.h' file not found + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/src.c:2:10: fatal error: 'linux/fs.h' file not found 2 | #include | ^~~~~~~~~~~~ 1 error generated. @@ -9364,21 +12831,21 @@ events: The following build commands failed: - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/build/cmTC_609e4.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-5nAc04/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_609e4' from project 'CMAKE_TRY_COMPILE') + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/build/cmTC_d5ac3.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-aO1n5c/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_d5ac3' from project 'CMAKE_TRY_COMPILE') (1 failure) exitCode: 65 - kind: "try_compile-v1" backtrace: - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)" - - "core/deps/libzip/CMakeLists.txt:171 (check_c_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "core/deps/libzip/CMakeLists.txt:187 (check_c_source_compiles)" checks: - "Performing Test HAVE_NULLABLE" directories: - source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap" - binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap" + source: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw" + binary: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_MODULE_PATH: "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake;/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake" @@ -9390,11 +12857,11 @@ events: variable: "HAVE_NULLABLE" cached: true stdout: | - Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap' + Change Dir: '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw' - Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0ecdd -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + Run Build Command(s): /usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_eb491 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment Command line invocation: - /Applications/Xcode16.1RC.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0ecdd -parallelizeTargets -configuration Debug -hideShellScriptEnvironment + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_eb491 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command line: HideShellScriptEnvironment = YES @@ -9403,83 +12870,83 @@ events: ComputeTargetDependencyGraph note: Building targets in dependency order note: Target dependency graph (1 target) - Target 'cmTC_0ecdd' in project 'CMAKE_TRY_COMPILE' (no dependencies) + Target 'cmTC_eb491' in project 'CMAKE_TRY_COMPILE' (no dependencies) GatherProvisioningInputs CreateBuildDescription - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null - ExecuteExternalTool /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details + ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details - Build description signature: 403fb6491544adc9159a18a3614739ee - Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/XCBuildData/403fb6491544adc9159a18a3614739ee.xcbuilddata - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build + Build description signature: ec277a946db68f977d735d1d6aa8fa3b + Build description path: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/XCBuildData/ec277a946db68f977d735d1d6aa8fa3b.xcbuilddata + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug + ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/CMAKE_TRY_COMPILE.xcodeproj + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache - ClangStatCache /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/CMAKE_TRY_COMPILE.xcodeproj - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug - CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/EagerLinkingTBDs/Debug-iphoneos - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/CMAKE_TRY_COMPILE.xcodeproj - builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/EagerLinkingTBDs/Debug-iphoneos + CreateBuildDirectory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/EagerLinkingTBDs/Debug-iphoneos + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/CMAKE_TRY_COMPILE.xcodeproj + builtin-create-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/EagerLinkingTBDs/Debug-iphoneos - MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap - /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/cmTC_eb491.DependencyMetadataFileList (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/cmTC_eb491.DependencyMetadataFileList - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/cmTC_0ecdd.DependencyMetadataFileList (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/cmTC_0ecdd.DependencyMetadataFileList + MkDir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw + /bin/mkdir -p /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DHAVE_NULLABLE -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug -fPIE + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + -target arm64-apple-ios12.0 -fpascal-strings -O0 '-DCMAKE_INTDIR="Debug-iphoneos"' -DHAVE_NULLABLE '-D__STDC_WANT_LIB_EXT1__=1' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -g -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/include -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/DerivedSources -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug -fPIE - WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0ecdd.LinkFileList (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap - write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0ecdd.LinkFileList + WriteAuxiliaryFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/cmTC_eb491.LinkFileList (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw + write-file /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/cmTC_eb491.LinkFileList - ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/CMakeFiles/cmTC_0ecdd.dir/Info.plist (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap - builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/CMakeFiles/cmTC_0ecdd.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app/Info.plist + ProcessInfoPlistFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app/Info.plist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/CMakeFiles/cmTC_eb491.dir/Info.plist (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw + builtin-infoPlistUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/CMakeFiles/cmTC_eb491.dir/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app/Info.plist - CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap + CompileC /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/src.o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/src.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw - Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp + Using response file: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode/SDKStatCaches.noindex/iphoneos18.1-22B74-3559c231080497febd3f89ec3c718803.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/src.o + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/kt/kx_ps_px15bf__n8tfjnp2f00000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -fmessage-length\\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/src.d --serialize-diagnostics /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/src.dia -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/src.c -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/src.o - Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app/cmTC_0ecdd normal (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0ecdd.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0ecdd_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/build/cmTC_0ecdd.build/Debug-iphoneos/Objects-normal/arm64/cmTC_0ecdd_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app/cmTC_0ecdd + Ld /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app/cmTC_eb491 normal (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -O0 -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/EagerLinkingTBDs/Debug-iphoneos -L/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/EagerLinkingTBDs/Debug-iphoneos -F/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug -filelist /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/cmTC_eb491.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/cmTC_eb491_lto.o -Xlinker -no_deduplicate -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/build/cmTC_eb491.build/Debug-iphoneos/Objects-normal/arm64/cmTC_eb491_dependency_info.dat -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app/cmTC_eb491 - GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app/cmTC_0ecdd (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap - /Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app/cmTC_0ecdd -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app.dSYM + GenerateDSYMFile /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app.dSYM /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app/cmTC_eb491 (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app/cmTC_eb491 -o /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app.dSYM - RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap - builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app + RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw + builtin-RegisterExecutionPolicyException /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app - Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap - builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app -infoplist-subpath Info.plist + Validate /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw + builtin-validationUtility /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app -infoplist-subpath Info.plist - Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app (in target 'cmTC_0ecdd' from project 'CMAKE_TRY_COMPILE') - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap - /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-OloJap/Debug/cmTC_0ecdd.app + Touch /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app (in target 'cmTC_eb491' from project 'CMAKE_TRY_COMPILE') + cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw + /usr/bin/touch -c /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/CMakeScratch/TryCompile-qm0Jkw/Debug/cmTC_eb491.app ** BUILD SUCCEEDED ** diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT16_T_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT16_T_LIBZIP.bin index 38193e6eae..454cbe0063 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT16_T_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT16_T_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT32_T_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT32_T_LIBZIP.bin index 2f3468b32e..118806cc9d 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT32_T_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT32_T_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT64_T_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT64_T_LIBZIP.bin index 7d68fcb7db..7448904a0d 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT64_T_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT64_T_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT8_T_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT8_T_LIBZIP.bin index 459fed7e15..532487e7ea 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT8_T_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT8_T_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT_LIBZIP.bin index 0c7e70ae84..a3bfc87c48 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/INT_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/LONG_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/LONG_LIBZIP.bin index fb89dd6708..11bf3d52e4 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/LONG_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/LONG_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/LONG_LONG_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/LONG_LONG_LIBZIP.bin index 899e6b575f..8d3d31bfac 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/LONG_LONG_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/LONG_LONG_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SHORT_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SHORT_LIBZIP.bin index a4909b6bb7..78ef88baf4 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SHORT_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SHORT_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.bin index 214729e110..7db94ba767 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.bin index 3463859bfc..4c5f752e21 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT16_T_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT16_T_LIBZIP.bin index 311f20397f..b5bbd070c1 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT16_T_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT16_T_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT32_T_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT32_T_LIBZIP.bin index 5bd2e52a67..aa9bd08b15 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT32_T_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT32_T_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT64_T_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT64_T_LIBZIP.bin index 17b468c8d2..cd527571e1 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT64_T_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT64_T_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT8_T_LIBZIP.bin b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT8_T_LIBZIP.bin index 6529725d1a..10c179caa1 100755 Binary files a/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT8_T_LIBZIP.bin and b/Cores/Flycast/cmake/CMakeFiles/CheckTypeSize/UINT8_T_LIBZIP.bin differ diff --git a/Cores/Flycast/cmake/CMakeFiles/TargetDirectories.txt b/Cores/Flycast/cmake/CMakeFiles/TargetDirectories.txt index beb3df997a..71920fd7dd 100644 --- a/Cores/Flycast/cmake/CMakeFiles/TargetDirectories.txt +++ b/Cores/Flycast/cmake/CMakeFiles/TargetDirectories.txt @@ -29,12 +29,22 @@ /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/CMakeFiles/install.dir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/CMakeFiles/ALL_BUILD.dir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/CMakeFiles/ZERO_CHECK.dir -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/install.dir -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/install.dir -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/ALL_BUILD.dir -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/ZERO_CHECK.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/lzma-24.05/CMakeFiles/lzma.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/lzma-24.05/CMakeFiles/install.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/install.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/ALL_BUILD.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/ZERO_CHECK.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeFiles/clean-all.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeFiles/install.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeFiles/ALL_BUILD.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeFiles/ZERO_CHECK.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/libzstd_static.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/uninstall.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/install.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/ALL_BUILD.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/ZERO_CHECK.dir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/tests/CMakeFiles/install.dir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/nowide/CMakeFiles/nowide.dir @@ -59,3 +69,6 @@ /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/Vulkan-Headers/CMakeFiles/install.dir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/Vulkan-Headers/CMakeFiles/ALL_BUILD.dir /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/Vulkan-Headers/CMakeFiles/ZERO_CHECK.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/VulkanMemoryAllocator/CMakeFiles/install.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/VulkanMemoryAllocator/CMakeFiles/ALL_BUILD.dir +/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/VulkanMemoryAllocator/CMakeFiles/ZERO_CHECK.dir diff --git a/Cores/Flycast/cmake/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/CMakeScripts/ReRunCMake.make deleted file mode 100644 index 4c7434f557..0000000000 --- a/Cores/Flycast/cmake/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,186 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeCCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeCXXCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/3.30.5/CMakeSystem.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/Vulkan-Headers/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glm/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glm/glm/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/CHANGES.md)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/SPIRV/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/build_info.h.tmpl)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/glslang/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/parse_version.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12/zconf.h.cmakein)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.pc.cmakein)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/tests/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libelf/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake-config.h.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake-zipconf.h.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake/Dist.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/lib/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/libzip-config.cmake.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/libzip.pc.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/regress/nihtest.conf.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/regress/runtest.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/miniupnpc/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/miniupnpc/miniupnpc.pc.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/miniupnpc/miniupnpcstrings.h.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/nowide/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/nowide/cmake/NowideAddWarnings.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/version.h.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake/CMakeRC.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/shell/cmake/DetectArchitecture.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCCompiler.cmake.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCCompilerABI.c)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCInformation.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCXXCompiler.cmake.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCXXInformation.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCommonLanguageInclude.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCompilerIdDetection.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDependentOption.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerABI.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerId.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDetermineSystem.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeFindBinUtils.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeGenericSystem.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeInitializeConfigs.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeLanguageInformation.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakePackageConfigHelpers.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeParseArguments.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeSystem.cmake.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeSystemSpecificInformation.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeTestCCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeTestCXXCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeTestCompilerCommon.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceRuns.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCXXSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFile.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFileCXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckLibraryExists.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckStructHasMember.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckSymbolExists.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/AppleClang-C.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/AppleClang-CXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Clang.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/GNU.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CompilerId/Xcode-3.pbxproj.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindCygwin.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindGit.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindMsys.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindOpenMP.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPackageHandleStandardArgs.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPackageMessage.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPerl.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPkgConfig.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindThreads.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindZLIB.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/GNUInstallDirs.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceRuns.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/FeatureTesting.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/Apple-AppleClang-C.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/Apple-AppleClang-CXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/Apple-Clang-C.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/Apple-Clang-CXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/Apple-Clang.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/Darwin-Determine-CXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/Darwin-Initialize.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/Darwin.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/UnixPaths.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/iOS-Determine-CXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/iOS-Initialize.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Platform/iOS.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/TestBigEndian.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/WriteBasicConfigVersionFile.cmake)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/OpenMP.framework b/Cores/Flycast/cmake/OpenMP.framework deleted file mode 120000 index 3b8946d260..0000000000 --- a/Cores/Flycast/cmake/OpenMP.framework +++ /dev/null @@ -1 +0,0 @@ -OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework \ No newline at end of file diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/Info.plist b/Cores/Flycast/cmake/OpenMP.xcframework/Info.plist deleted file mode 100644 index c113a0b939..0000000000 --- a/Cores/Flycast/cmake/OpenMP.xcframework/Info.plist +++ /dev/null @@ -1,45 +0,0 @@ - - - - - AvailableLibraries - - - BinaryPath - OpenMP.framework/Versions/A/libomp.a - LibraryIdentifier - ios-arm64_x86_64-simulator - LibraryPath - OpenMP.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - simulator - - - BinaryPath - OpenMP.framework/Versions/A/libomp.a - LibraryIdentifier - ios-arm64_arm64e - LibraryPath - OpenMP.framework - SupportedArchitectures - - arm64 - arm64e - - SupportedPlatform - ios - - - CFBundlePackageType - XFWK - XCFrameworkFormatVersion - 1.0 - - diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Headers b/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Headers deleted file mode 120000 index a177d2a6b9..0000000000 --- a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Headers +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Headers \ No newline at end of file diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/OpenMP b/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/OpenMP deleted file mode 120000 index 4acea9d27a..0000000000 --- a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/OpenMP +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/libomp.a \ No newline at end of file diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/libomp.a b/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/libomp.a deleted file mode 100644 index e0f3606a0d..0000000000 Binary files a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/libomp.a and /dev/null differ diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/Current b/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/Current deleted file mode 120000 index 8c7e5a667f..0000000000 --- a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -A \ No newline at end of file diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Headers b/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Headers deleted file mode 120000 index a177d2a6b9..0000000000 --- a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Headers +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Headers \ No newline at end of file diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/OpenMP b/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/OpenMP deleted file mode 120000 index 4acea9d27a..0000000000 --- a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/OpenMP +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/libomp.a \ No newline at end of file diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Versions/A/libomp.a b/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Versions/A/libomp.a deleted file mode 100644 index 3210147b73..0000000000 Binary files a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Versions/A/libomp.a and /dev/null differ diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Versions/Current b/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Versions/Current deleted file mode 120000 index 8c7e5a667f..0000000000 --- a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -A \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp index bb1fbc7110..629722b7e6 100644 --- a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp @@ -1,6 +1,6 @@ - namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\x9b','\x73','\x77','\x56','\xc4','\xd5','\x7f','\x67','\x26','\x06','\x00','\x00','\x00','\x80','\x00','\x00','\x05','\x00','\x1c','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x09','\x00','\x03','\x15','\x54','\x1c','\x64','\x96','\x53','\x1c','\x64','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xed','\x98','\x5f','\x68','\x95','\x65','\x1c','\xc7','\x9f','\x33','\x07','\xd5','\x2e','\xb6','\xb3','\xe3','\xbc','\x10','\x8c','\x06','\x45','\xed','\x22','\xa7','\xeb','\xa8','\x45','\x79','\xce','\xfb','\x9e','\xed','\x6c','\x6b','\x9d','\x1d','\xe7','\x9c','\x16','\x13','\x09','\x86','\xb1','\x3f','\xc7','\xad','\x94','\x26','\x88','\x37','\x0d','\x21','\x37','\x87','\x69','\xa1','\x41','\x27','\x92','\x14','\x09','\x13','\x43','\xc2','\x4a','\x73','\xff','\x9a','\x43','\xba','\x3a','\xd8','\x55','\x78','\x61','\x77','\x45','\x44','\x61','\x10','\xb9','\xb4','\xbc','\x38','\x3d','\xbf','\x9d','\xf3','\x7b','\x9f','\xaf','\xd3','\x40','\x11','\xa3','\xf0','\xfb','\xc1','\xc7','\xf7','\xdd','\xd9','\xf3','\x7d','\xcf','\x67','\xef','\xbe','\x3e','\x9e','\xf7','\x31','\xa6','\xc0','\x17','\x51','\x73','\x5f','\x72','\xbf','\xfe','\xdc','\x97','\xff','\x34','\xa6','\x66','\x51','\x61','\xdc','\xea','\xeb','\xc5','\x8b','\xc2','\x0f','\x35','\x45','\x57','\xae','\xac','\xae','\xef','\xda','\xbc','\x65','\xfb','\xd6','\xea','\x64','\xd7','\x60','\x97','\xbc','\x1e','\xb2','\x7f','\xec','\x18','\x0a','\x85','\x4a','\xe6','\xbe','\x20','\x84','\xfc','\x7b','\x2c','\x0a','\xce','\x86','\x3c','\xf7','\xea','\xbe','\x47','\xf5','\x4c','\xfe','\x49','\x96','\x15','\xcf','\x73','\xb9','\xbd','\x32','\xc7','\xbb','\x79','\x4e','\xc8','\x3c','\x10','\x64','\xab','\xfd','\x6c','\x36','\x94','\xf8','\xe1','\xda','\xfc','\x39','\x25','\x30','\x27','\x99','\x30','\xe6','\x7c','\xe2','\xf0','\x95','\xf9','\x73','\x16','\xcc','\xf9','\x44','\xa3','\x9f','\x4d','\x9d','\xaf','\xde','\xea','\xf5','\xbe','\x33','\x30','\x79','\xab','\xf7','\xd2','\x39','\x99','\x89','\xc1','\xb9','\x39','\x9f','\x84','\x6e','\x9e','\x53','\x76','\x1b','\xd7','\xb9','\x9d','\x39','\x7a','\x7f','\x8e','\xbd','\x94','\xf1','\x4a','\xde','\x7f','\x30','\x7e','\xb7','\x73','\xae','\x1f','\xdf','\x76','\x57','\xd7','\xd1','\x7b','\x68','\xbd','\xbd','\x5c','\xee','\xa0','\x2f','\xf7','\x39','\x34','\x84','\x73','\xf2','\x70','\x9f','\xaf','\xf9','\xf6','\x2f','\xff','\xc5','\x6f','\xe7','\x5f','\x27','\x5f','\xfc','\x9d','\x1e','\x9e','\xb6','\xdf','\x96','\x39','\xe6','\xc4','\xcf','\xa1','\xe9','\x7f','\x98','\xe3','\xbb','\x39','\x79','\x6f','\xfe','\x9c','\x55','\xf6','\xb8','\xc3','\x2e','\xdd','\xa9','\xda','\x0e','\x93','\x28','\xbe','\xde','\xb9','\xa1','\xd6','\xd4','\x17','\xcf','\xdb','\x36','\xac','\x37','\x0d','\xc5','\xf3','\xa6','\xc6','\x7a','\x93','\x2c','\x9e','\x27','\x1b','\x53','\xc6','\x2f','\x9e','\xa7','\x13','\x2d','\x41','\x36','\xb5','\x31','\x1d','\x64','\x3b','\x9a','\x53','\x41','\x76','\x43','\x47','\x4b','\x90','\x4d','\xb5','\xd5','\x07','\xd9','\x54','\x62','\x63','\x90','\xed','\xb0','\x0e','\x9a','\x4d','\x27','\x5c','\xb6','\xb1','\x35','\x15','\x64','\xd3','\xa9','\xf5','\x66','\x4a','\xb3','\x76','\xfe','\x57','\xe0','\x3c','\x0d','\xce','\xe7','\xc0','\x79','\x06','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\x1c','\xbc','\xaf','\x75','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\xe7','\x4c','\xa9','\x73','\xde','\x52','\xea','\x9c','\xfb','\x4b','\x9d','\xf3','\x40','\xa9','\x73','\x7e','\xb5','\xd4','\x39','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x39','\x78','\x5f','\xeb','\xac','\x59','\x71','\xee','\x0f','\xae','\xe9','\xb2','\xe2','\xac','\x59','\x71','\x7e','\x5c','\x4e','\x16','\x14','\x9c','\x9f','\x32','\xce','\x59','\x3f','\x22','\x89','\xf3','\x0a','\xe3','\x9c','\x57','\x1a','\xe7','\x5c','\x17','\xdc','\x93','\x96','\x20','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xac','\x59','\x71','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\xa7','\x35','\x6b','\xe7','\x9f','\x01','\xe7','\x2f','\xc1','\xf9','\x2c','\x38','\x8f','\x81','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xac','\x59','\x71','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x83','\xf7','\xb5','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xbc','\x1b','\xba','\x31','\x0c','\xdd','\x18','\x81','\x6e','\xec','\x81','\x6e','\x8c','\x42','\x37','\x76','\x43','\x37','\x86','\xa1','\x1b','\x23','\xd0','\x8d','\x3d','\xd0','\x8d','\x51','\xe8','\xc6','\x6e','\xe8','\xc6','\x30','\x74','\x63','\x04','\xba','\xb1','\x07','\xba','\x31','\x0a','\xdd','\xd8','\x6b','\x8f','\xeb','\x8a','\xdd','\x78','\xcb','\x38','\xe7','\x7d','\xc6','\x39','\xef','\x37','\xce','\xf9','\x6d','\xe3','\x9c','\xf7','\x06','\xf7','\xa4','\x25','\xc8','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xac','\x59','\x71','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xf3','\xea','\xe2','\xe7','\x53','\x71','\x8e','\x85','\x9c','\x73','\x3c','\xe4','\x9c','\xbd','\x90','\x73','\xf6','\x43','\xce','\x59','\xb3','\xe2','\xac','\x59','\x71','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\xc1','\xfb','\x5a','\x67','\xcd','\x8a','\x73','\x3c','\xb8','\xa6','\xcb','\x8a','\xb3','\x66','\xc5','\xb9','\x02','\xba','\x11','\x86','\x6e','\x54','\x42','\x37','\x22','\xd0','\x8d','\x85','\xd0','\x8d','\x0a','\xe8','\x46','\x18','\xba','\x51','\x09','\xdd','\x88','\x40','\x37','\x16','\x42','\x37','\x2a','\xa0','\x1b','\x61','\xe8','\x46','\x25','\x74','\x23','\x02','\xdd','\x58','\x08','\xdd','\x68','\xb6','\xc7','\xf1','\x50','\xc1','\xb9','\xdd','\x38','\xe7','\x75','\xc6','\x39','\x77','\x18','\xe7','\xbc','\xde','\x38','\xe7','\xb5','\xc6','\x39','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xac','\x59','\x71','\xd6','\xac','\x38','\x6b','\x56','\x9c','\xaf','\x68','\xd6','\xce','\x9f','\x05','\xe7','\x3f','\xc0','\xf9','\x2a','\x38','\x5f','\x03','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xac','\x59','\x71','\xd6','\xac','\x38','\x07','\xef','\x6b','\x9d','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x79','\x0c','\xba','\x31','\x0e','\xdd','\x98','\x80','\x6e','\x4c','\x42','\x37','\xa6','\xa0','\x1b','\x63','\xd0','\x8d','\x71','\xe8','\xc6','\x04','\x74','\x63','\x12','\xba','\x31','\x05','\xdd','\x18','\x83','\x6e','\x8c','\x43','\x37','\x26','\xa0','\x1b','\x93','\xd0','\x8d','\x29','\xe8','\x46','\xa7','\x3d','\xee','\x28','\xae','\x1b','\x19','\xe3','\x9c','\xb7','\x18','\xe7','\xdc','\x6f','\x9c','\xf3','\x80','\x71','\xce','\x7d','\xc1','\x3d','\x69','\x09','\xb2','\xe2','\xac','\x59','\x71','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xbc','\x14','\xd6','\x8d','\x5a','\x58','\x37','\x96','\xc1','\xba','\xb1','\x1c','\xd6','\x8d','\x3a','\x58','\x37','\x96','\xc2','\xba','\x51','\x0b','\xeb','\xc6','\x32','\x58','\x37','\x96','\xc3','\xba','\x51','\x07','\xeb','\xc6','\x52','\x58','\x37','\x6a','\x61','\xdd','\x58','\x06','\xeb','\xc6','\x72','\x58','\x37','\xea','\x60','\xdd','\xe8','\x86','\x6e','\xf4','\x40','\x37','\x7a','\xa1','\x1b','\x7d','\xd0','\x8d','\x0c','\x74','\xa3','\x1b','\xba','\xd1','\x03','\xdd','\xe8','\x85','\x6e','\xf4','\x41','\x37','\x32','\xd0','\x8d','\x6e','\xe8','\x46','\x0f','\x74','\xa3','\x17','\xba','\xd1','\x07','\xdd','\xc8','\x40','\x37','\xb6','\xdb','\xe3','\xf3','\x25','\xff','\xaf','\xff','\x53','\xca','\xa1','\x1b','\x15','\xd0','\x8d','\x30','\x74','\xa3','\x12','\xba','\x11','\x81','\x6e','\x94','\x43','\x37','\x2a','\xa0','\x1b','\x61','\xe8','\x46','\x25','\x74','\x23','\x02','\xdd','\x28','\x87','\x6e','\x54','\x40','\x37','\xc2','\xd0','\x8d','\x4a','\xe8','\x46','\x04','\xba','\x91','\x82','\x6e','\xb4','\x42','\x37','\xd2','\xd0','\x8d','\x35','\xd0','\x8d','\x36','\xe8','\x46','\x0a','\xba','\xd1','\x0a','\xdd','\x48','\x43','\x37','\xd6','\x40','\x37','\xda','\xa0','\x1b','\x29','\xe8','\x46','\x2b','\x74','\x23','\x0d','\xdd','\x58','\x03','\xdd','\x68','\x83','\x6e','\x14','\x1e','\x18','\xe4','\x19','\xf7','\xc6','\xb1','\x43','\x5e','\x7e','\x6c','\xb0','\x25','\x9f','\xcf','\x9b','\x37','\x4c','\x71','\x4e','\x30','\xd7','\xdc','\xc1','\xdc','\xdb','\xbf','\x6e','\x36','\xbb','\xf8','\x9e','\x5c','\x37','\x97','\x6b','\xbd','\x61','\xee','\x07','\xb7','\x9a','\x3b','\x34','\x9e','\xac','\xd9','\xf4','\x8d','\x37','\x33','\xfb','\x93','\x37','\x5b','\xf3','\x5d','\x3c','\x97','\x5b','\xe2','\xbf','\xf9','\xcb','\x39','\x6f','\x67','\xd5','\x05','\x6f','\xe0','\xd2','\x2a','\xeb','\x96','\xb5','\xcf','\x9d','\x23','\x7e','\x34','\xfa','\xbb','\xb7','\x7f','\xe6','\x5d','\xfb','\xfa','\xaf','\x71','\x19','\xf6','\xda','\x3a','\x62','\x32','\xec','\xb5','\xe2','\x32','\xde','\x7b','\x36','\xdb','\x2c','\xc3','\x98','\x8f','\x1a','\x0a','\xa3','\xc0','\xb1','\xde','\xc8','\x33','\x76','\xe8','\xc7','\xd7','\x39','\x62','\x3d','\xcf','\x7d','\x3e','\xfa','\xc8','\xd1','\xf8','\xa7','\x6b','\x4f','\xc4','\xbb','\xbb','\xbb','\xe3','\x55','\x27','\x87','\xe3','\x35','\x9b','\xf6','\xc7','\xe4','\x3e','\x97','\x5d','\x3c','\xba','\x5a','\x86','\xf1','\x97','\x34','\xca','\x28','\xbb','\xf8','\xbd','\x27','\x23','\x56','\x76','\x71','\x6e','\xbc','\x70','\xe5','\x7c','\x53','\xf3','\x89','\xbf','\x9a','\xf4','\x28','\x3f','\xcb','\xa9','\x43','\xaf','\xf9','\x83','\x07','\x6a','\xfc','\x8d','\xaf','\x5c','\xf7','\x8e','\x34','\x7e','\xed','\x5d','\x3f','\x7e','\xc4','\x3b','\xfe','\xdb','\x2e','\xef','\xc2','\xd5','\xcd','\x7e','\x57','\xd5','\xa1','\x86','\xae','\xaa','\x87','\x93','\xdb','\xea','\x9f','\x4e','\xee','\xda','\xda','\x6e','\x8f','\x67','\x1a','\xaa','\x53','\x9d','\xf2','\x18','\x98','\xd8','\x59','\x75','\x32','\xf6','\xe4','\xa9','\x43','\x31','\xfb','\xfd','\x86','\xd1','\xe1','\x97','\x93','\xed','\x3f','\xee','\x4a','\x4e','\x0c','\x1e','\x58','\x6d','\xcc','\x8a','\xfa','\x99','\xd9','\x8f','\xbd','\x4b','\xa7','\x2f','\x7b','\xf2','\xcc','\x3b','\x33','\x5b','\x23','\xf7','\xd4','\xcf','\x66','\xcf','\xce','\xdd','\x0f','\xfb','\xcc','\x1d','\x97','\xfb','\x23','\x23','\x1a','\x7d','\xdd','\xce','\xf9','\x30','\x66','\x86','\x0e','\x7a','\xf9','\x27','\xc2','\xd3','\xf9','\xe1','\x72','\xff','\xe6','\xdf','\xd7','\x9d','\xc3','\x7d','\x52','\x42','\xfe','\x7b','\x70','\x9f','\x94','\xfb','\xa4','\x72','\xc6','\x7d','\x52','\xee','\x93','\xaa','\x33','\xf7','\x49','\xb9','\x4f','\xca','\x7d','\x52','\xee','\x93','\x72','\x9f','\x94','\xfb','\xa4','\xdc','\x27','\xe5','\x3e','\x29','\xf7','\x49','\xb9','\x4f','\xca','\x7d','\x52','\xee','\x93','\x72','\x9f','\xf4','\xde','\xef','\x93','\x12','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x72','\x3f','\xf2','\x37','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\x9b','\x73','\x77','\x56','\xc4','\xd5','\x7f','\x67','\x26','\x06','\x00','\x00','\x00','\x80','\x00','\x00','\x05','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x05','\x00','\x03','\x15','\x54','\x1c','\x64','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x4b','\x00','\x00','\x00','\x65','\x06','\x00','\x00','\x00','\x00', 0 }; } + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x08','\x00','\x08','\x00','\x50','\x27','\x65','\x57','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x05','\x00','\x20','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x0d','\x00','\x07','\x79','\xb0','\x46','\x65','\xc3','\xaf','\x46','\x65','\xc1','\xb0','\x46','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xf5','\x01','\x00','\x00','\x04','\x14','\x00','\x00','\x00','\xed','\x98','\x5f','\x68','\x95','\x65','\x1c','\xc7','\x9f','\x33','\x07','\xd5','\x2e','\xb6','\xb3','\xe3','\xbc','\x10','\x8c','\x06','\x49','\xed','\x22','\x37','\xd7','\x51','\x8b','\xf2','\x9c','\xf7','\x3d','\xdb','\xd9','\xd6','\x3a','\x3b','\xce','\x39','\x2d','\x1c','\x12','\x0c','\x63','\x7f','\x8e','\xae','\x94','\x26','\x88','\x37','\x0d','\x21','\x37','\x87','\x69','\xa1','\x41','\x27','\x92','\x14','\x09','\x13','\x43','\xc2','\x4a','\x73','\xff','\x9a','\x63','\x74','\x75','\xb0','\xab','\xf0','\xc2','\xee','\x8a','\x88','\xa2','\x20','\x72','\x29','\x79','\x71','\x7a','\x7e','\xdb','\xf9','\xbd','\xcf','\xd7','\x69','\xa0','\x0c','\xa1','\xd8','\xf7','\x03','\x8f','\xef','\xeb','\xd9','\xf3','\x7d','\xdf','\xcf','\xde','\x7d','\x7d','\xdc','\xfb','\xf4','\x18','\x63','\x6a','\xec','\xf8','\x32','\x6a','\x16','\x25','\x8b','\xf5','\xfb','\xf6','\x56','\x1a','\x53','\xb5','\x6c','\x6e','\xdc','\xed','\xef','\xcb','\x97','\x85','\x1f','\x69','\x8c','\xae','\x5d','\x5b','\x59','\xd7','\xb9','\x7d','\xc7','\x9e','\x5d','\x95','\xc9','\xce','\xfe','\x4e','\xcd','\x86','\x8c','\x19','\x08','\x99','\xa2','\x90','\x9c','\x2c','\x84','\xe2','\x85','\xc5','\x09','\x59','\x74','\x2c','\x0b','\xce','\x06','\x3c','\xf7','\xe9','\xe1','\xc7','\xf5','\x4c','\xfe','\x49','\x96','\x14','\xce','\x73','\xb9','\x43','\x32','\xc7','\xbb','\x73','\x4e','\xc8','\x3c','\x14','\x64','\x2b','\xfd','\x6c','\x36','\x94','\xf8','\xf1','\xe6','\xfc','\x39','\x45','\x30','\x27','\x99','\x30','\x66','\x3a','\x71','\xe2','\xfa','\xfc','\x39','\x4b','\x66','\x7d','\xa2','\xd1','\xcf','\x27','\xa6','\x2b','\x77','\x79','\x3d','\xef','\xf6','\x8d','\xdf','\xed','\x5e','\x3a','\x27','\x33','\xd6','\x3f','\x3b','\xe7','\xd3','\xd0','\x9d','\x73','\x4a','\xee','\xe1','\x3a','\xf7','\x32','\x47','\x9f','\xcf','\xe9','\x97','\x33','\x5e','\xd1','\x07','\x0f','\xc7','\x17','\x3a','\xe7','\xd6','\x99','\xdd','\x0b','\xba','\x8e','\x3e','\x43','\xeb','\xed','\xe5','\x72','\xc7','\x7c','\x79','\xce','\xa1','\x01','\x9c','\x93','\x87','\xe7','\x7c','\xd3','\xb7','\x7f','\xf8','\x2f','\x7d','\x37','\xff','\x3a','\xf9','\xc2','\xcf','\xf4','\xc4','\xa4','\xfd','\xb2','\xcc','\x31','\x67','\x7f','\x09','\x4d','\xfe','\xcb','\x1c','\xdf','\xcd','\xc9','\x7b','\xf3','\xe7','\xac','\xb3','\xc7','\xbd','\x45','\xc6','\xa4','\xaa','\xdb','\x4d','\xa2','\xf0','\xf9','\xd6','\x2d','\xd5','\xa6','\xae','\x70','\xde','\xba','\x65','\xb3','\xa9','\x2f','\x9c','\x37','\x36','\xd4','\x99','\x64','\xe1','\x3c','\xd9','\x90','\x32','\x7e','\xe1','\x3c','\x9d','\x68','\x0e','\xb2','\xa9','\x8e','\x74','\x90','\x6d','\x6f','\x4a','\x05','\xd9','\x2d','\xed','\xcd','\x41','\x36','\xd5','\x5a','\x17','\x64','\x53','\x89','\x8e','\x20','\xdb','\x6e','\x1d','\x34','\x9b','\x4e','\xb8','\x6c','\x43','\x4b','\x2a','\xc8','\xa6','\x53','\x9b','\xcd','\x84','\x66','\xed','\xfc','\xaf','\xc1','\x79','\x12','\x9c','\x2f','\x83','\xf3','\x14','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x39','\xb8','\xaf','\x75','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\xe7','\x4c','\xb1','\x73','\xde','\x51','\xec','\x9c','\x77','\x16','\x3b','\xe7','\xbe','\x62','\xe7','\xfc','\x5a','\xb1','\x73','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\x73','\x70','\x5f','\xeb','\xac','\x59','\x71','\xde','\x19','\x5c','\xd3','\x65','\xc5','\x59','\xb3','\xe2','\xfc','\x84','\x9c','\x2c','\x99','\x73','\x7e','\xda','\x38','\x67','\xfd','\x15','\x49','\x9c','\xd7','\x18','\xe7','\xbc','\xd6','\x38','\xe7','\xda','\xe0','\x99','\x34','\x07','\x59','\x71','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xac','\x59','\x71','\xbe','\xa0','\x59','\x3b','\xff','\x22','\x38','\x7f','\x05','\xce','\x97','\xc0','\x79','\x04','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\x1c','\xdc','\xd7','\x3a','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xf3','\x01','\xe8','\xc6','\x20','\x74','\x63','\x08','\xba','\x71','\x10','\xba','\x31','\x0c','\xdd','\x38','\x00','\xdd','\x18','\x84','\x6e','\x0c','\x41','\x37','\x0e','\x42','\x37','\x86','\xa1','\x1b','\x07','\xa0','\x1b','\x83','\xd0','\x8d','\x21','\xe8','\xc6','\x41','\xe8','\xc6','\x30','\x74','\xe3','\x90','\x3d','\x6e','\x2a','\x74','\xe3','\x6d','\xe3','\x9c','\x0f','\x1b','\xe7','\x7c','\xc4','\x38','\xe7','\x77','\x8c','\x73','\x3e','\x14','\x3c','\x93','\xe6','\x20','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xac','\x59','\x71','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\xeb','\x0b','\xbf','\x9f','\x8a','\x73','\x2c','\xe4','\x9c','\xe3','\x21','\xe7','\xec','\x85','\x9c','\xb3','\x1f','\x72','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xac','\x59','\x71','\x0e','\xee','\x6b','\x9d','\x35','\x2b','\xce','\xf1','\xe0','\x9a','\x2e','\x2b','\xce','\x9a','\x15','\xe7','\x32','\xe8','\x46','\x18','\xba','\x51','\x0e','\xdd','\x88','\x40','\x37','\x96','\x42','\x37','\xca','\xa0','\x1b','\x61','\xe8','\x46','\x39','\x74','\x23','\x02','\xdd','\x58','\x0a','\xdd','\x28','\x83','\x6e','\x84','\xa1','\x1b','\xe5','\xd0','\x8d','\x08','\x74','\x63','\x29','\x74','\xa3','\xc9','\x1e','\x47','\x43','\x73','\xce','\x6d','\xc6','\x39','\x6f','\x32','\xce','\xb9','\xdd','\x38','\xe7','\xcd','\xc6','\x39','\x6f','\x34','\xce','\x59','\xb3','\xe2','\xac','\x59','\x71','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\x7c','\x5d','\xb3','\x76','\xfe','\x0c','\x38','\xff','\x05','\xce','\x37','\xc0','\xf9','\x26','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x39','\xb8','\xaf','\x75','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\x9a','\x15','\xe7','\x11','\xe8','\xc6','\x28','\x74','\x63','\x0c','\xba','\x31','\x0e','\xdd','\x98','\x80','\x6e','\x8c','\x40','\x37','\x46','\xa1','\x1b','\x63','\xd0','\x8d','\x71','\xe8','\xc6','\x04','\x74','\x63','\x04','\xba','\x31','\x0a','\xdd','\x18','\x83','\x6e','\x8c','\x43','\x37','\x26','\xa0','\x1b','\x5b','\xed','\x71','\x6f','\x61','\xdd','\xc8','\x18','\xe7','\xbc','\xc3','\x38','\xe7','\x9d','\xc6','\x39','\xf7','\x19','\xe7','\xdc','\x1b','\x3c','\x93','\xe6','\x20','\x2b','\xce','\x9a','\x15','\x67','\xcd','\x8a','\xb3','\x66','\xc5','\x59','\xb3','\xe2','\xac','\x59','\x71','\xd6','\xac','\x38','\x6b','\x56','\x9c','\x35','\x2b','\xce','\xab','\x60','\xdd','\xa8','\x86','\x75','\xa3','\x06','\xd6','\x8d','\xd5','\xb0','\x6e','\xd4','\xc2','\xba','\xb1','\x0a','\xd6','\x8d','\x6a','\x58','\x37','\x6a','\x60','\xdd','\x58','\x0d','\xeb','\x46','\x2d','\xac','\x1b','\xab','\x60','\xdd','\xa8','\x86','\x75','\xa3','\x06','\xd6','\x8d','\xd5','\xb0','\x6e','\xd4','\xc2','\xba','\xd1','\x05','\xdd','\xe8','\x86','\x6e','\xf4','\x40','\x37','\x7a','\xa1','\x1b','\x19','\xe8','\x46','\x17','\x74','\xa3','\x1b','\xba','\xd1','\x03','\xdd','\xe8','\x85','\x6e','\x64','\xa0','\x1b','\x5d','\xd0','\x8d','\x6e','\xe8','\x46','\x0f','\x74','\xa3','\x17','\xba','\x91','\x81','\x6e','\xec','\xb1','\xc7','\x17','\x8a','\xfe','\x5f','\xff','\xa7','\x94','\x42','\x37','\xca','\xa0','\x1b','\x61','\xe8','\x46','\x39','\x74','\x23','\x02','\xdd','\x28','\x85','\x6e','\x94','\x41','\x37','\xc2','\xd0','\x8d','\x72','\xe8','\x46','\x04','\xba','\x51','\x0a','\xdd','\x28','\x83','\x6e','\x84','\xa1','\x1b','\xe5','\xd0','\x8d','\x08','\x74','\x23','\x05','\xdd','\x68','\x81','\x6e','\xa4','\xa1','\x1b','\x1b','\xa0','\x1b','\xad','\xd0','\x8d','\x14','\x74','\xa3','\x05','\xba','\x91','\x86','\x6e','\x6c','\x80','\x6e','\xb4','\x42','\x37','\x52','\xd0','\x8d','\x16','\xe8','\x46','\x1a','\xba','\xb1','\x01','\xba','\xd1','\x0a','\xdd','\x98','\x7b','\x61','\x90','\x77','\xdc','\xdb','\xc7','\x5e','\xf9','\x78','\x65','\x7f','\x73','\x3e','\x9f','\x37','\x6f','\x9a','\xc2','\x9c','\x60','\xae','\xb9','\x8f','\xb9','\xf7','\x7e','\xdd','\x6c','\x76','\xf9','\x03','\xb9','\x6e','\x2e','\xd7','\x72','\xdb','\xdc','\x0f','\xef','\x36','\x77','\x60','\x34','\x59','\xb5','\xed','\x5b','\x6f','\x6a','\xe6','\x67','\x6f','\xa6','\xea','\xfb','\x78','\x2e','\xb7','\xc2','\x7f','\xeb','\xd7','\xcb','\xde','\xbe','\x8a','\x2b','\x5e','\xdf','\xb5','\x75','\xd6','\x2d','\x6b','\xdf','\x3b','\x87','\xfc','\x68','\xf4','\x4f','\xef','\xc8','\xd4','\x7b','\xf6','\xf3','\xdf','\xe3','\x32','\xec','\xb5','\x75','\xc4','\x64','\xd8','\x6b','\xc5','\x65','\xbc','\xff','\x5c','\xb6','\x49','\x86','\x31','\x1f','\xd7','\xcf','\x8d','\x39','\x4e','\xf7','\x44','\x9e','\xb5','\x43','\x7f','\x7d','\x9d','\x25','\xd6','\xfd','\xfc','\x17','\xc3','\x8f','\x9d','\x8a','\x7f','\xb6','\xf1','\x6c','\xbc','\xab','\xab','\x2b','\x5e','\x71','\x6e','\x30','\x5e','\xb5','\xed','\x48','\x4c','\x9e','\x73','\xc9','\xd5','\x53','\xeb','\x65','\x18','\x7f','\x45','\x83','\x8c','\x92','\xab','\x3f','\x78','\x32','\x62','\x25','\x57','\x67','\xc7','\x8b','\xd7','\xa7','\x1b','\x9b','\xce','\xfe','\xdd','\xa8','\x47','\xf9','\x5e','\xce','\x1f','\x7f','\xdd','\xef','\x3f','\x5a','\xe5','\x77','\xbc','\x7a','\xcb','\x3b','\xd9','\xf0','\x8d','\x77','\xeb','\xcc','\x49','\xef','\xcc','\x1f','\xfb','\xbd','\x2b','\x37','\xb6','\xfb','\x9d','\x15','\xc7','\xeb','\x3b','\x2b','\x1e','\x4d','\xee','\xae','\x7b','\x26','\xb9','\x7f','\x57','\x9b','\x3d','\x5e','\xac','\xaf','\x4c','\x6d','\x95','\xd7','\xc0','\xc4','\xbe','\x8a','\x73','\xb1','\xa7','\xce','\x1f','\x8f','\xd9','\xaf','\xd7','\x0f','\x0f','\xbe','\x92','\x6c','\xfb','\x69','\x7f','\x72','\xac','\xff','\xe8','\x7a','\x63','\xd6','\xd4','\x4d','\xcd','\x7c','\xe2','\x5d','\xbb','\xf0','\x9b','\x27','\xef','\xbc','\x53','\x33','\x55','\xf2','\x4c','\xfd','\x6c','\xf6','\xd2','\xec','\xf3','\xb0','\xef','\xdc','\x71','\x79','\x3e','\x32','\xa2','\xd1','\x37','\xec','\x9c','\x8f','\x62','\x66','\xe0','\x98','\x97','\x7f','\x32','\x3c','\x99','\x1f','\x2c','\xf5','\xef','\xfc','\x79','\xdd','\x3f','\xdc','\x27','\x25','\xe4','\xbf','\x07','\xf7','\x49','\xb9','\x4f','\x2a','\x67','\xdc','\x27','\xe5','\x3e','\xa9','\x3a','\x73','\x9f','\x94','\xfb','\xa4','\xdc','\x27','\xe5','\x3e','\x29','\xf7','\x49','\xb9','\x4f','\xca','\x7d','\x52','\xee','\x93','\x72','\x9f','\x94','\xfb','\xa4','\xdc','\x27','\xe5','\x3e','\x29','\xf7','\x49','\x1f','\xfc','\x3e','\x29','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x84','\x10','\x42','\x08','\x21','\x8b','\x91','\x7f','\x00','\x50','\x4b','\x07','\x08','\x3c','\x85','\xb7','\x98','\x2a','\x06','\x00','\x00','\x00','\x80','\x00','\x00','\x50','\x4b','\x01','\x02','\x14','\x03','\x14','\x00','\x08','\x00','\x08','\x00','\x50','\x27','\x65','\x57','\x3c','\x85','\xb7','\x98','\x2a','\x06','\x00','\x00','\x00','\x80','\x00','\x00','\x05','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xa4','\x81','\x00','\x00','\x00','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x0d','\x00','\x07','\x79','\xb0','\x46','\x65','\xc3','\xaf','\x46','\x65','\xc1','\xb0','\x46','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xf5','\x01','\x00','\x00','\x04','\x14','\x00','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x53','\x00','\x00','\x00','\x7d','\x06','\x00','\x00','\x00','\x00', 0 }; } namespace cmrc { namespace flycast { namespace res_chars { extern const char* const f_2585_flash_f355twin_nvmem_zip_begin = file_array; - extern const char* const f_2585_flash_f355twin_nvmem_zip_end = file_array + 1734; + extern const char* const f_2585_flash_f355twin_nvmem_zip_end = file_array + 1766; }}} \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp index dc4cd3cbc5..90de120450 100644 --- a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp @@ -1,6 +1,6 @@ - namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\x2f','\x74','\x77','\x56','\x9a','\x44','\x81','\x70','\x95','\x04','\x00','\x00','\x00','\x80','\x00','\x00','\x05','\x00','\x1c','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x09','\x00','\x03','\x29','\x55','\x1c','\x64','\x29','\x55','\x1c','\x64','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xed','\xd8','\xc7','\x4e','\x5c','\x67','\x18','\xc6','\xf1','\x73','\xec','\xd9','\x64','\x13','\x06','\x50','\x24','\xda','\xc2','\xcb','\xc4','\x09','\x4d','\x96','\x69','\xa2','\x0e','\x33','\x10','\x73','\xa6','\x18','\x66','\x58','\x98','\x26','\xa1','\x48','\x94','\xa1','\xa3','\x58','\xca','\x32','\xa2','\xad','\x68','\x97','\x40','\xbb','\x85','\x6c','\x68','\x17','\x61','\x03','\x57','\x90','\x5d','\xb6','\x34','\xd1','\x94','\xf3','\x9e','\xf3','\x5f','\x25','\x59','\x44','\xd9','\xa0','\xc8','\xcf','\x23','\xa3','\x11','\xd6','\xcb','\x3c','\xe7','\xfd','\xe9','\xd3','\x80','\x3e','\xc7','\x09','\xf3','\xdb','\x1b','\xe7','\x8b','\xcc','\x97','\xba','\xf7','\x1f','\xbf','\x3b','\x4e','\xb4','\x30','\xfc','\xfa','\xa7','\xef','\x4b','\xbf','\x89','\x7e','\xd5','\xf5','\xe6','\xed','\xdb','\x57','\xb1','\xd1','\x9f','\xa6','\x3e','\xce','\xbf','\x8a','\x8f','\xfe','\x3c','\x6a','\xff','\xef','\xfa','\xff','\xfc','\xaf','\x5f','\x5d','\xf7','\x45','\xf0','\x8d','\xa2','\x28','\xca','\x5f','\xf3','\xad','\xff','\xe5','\x55','\x65','\x9d','\xef','\xfc','\xd7','\x0f','\xfd','\x55','\xce','\x6b','\xff','\x35','\xd3','\x9f','\x73','\xbe','\xf7','\x5f','\xbb','\x12','\x31','\xe7','\x07','\xff','\x35','\x9e','\xf0','\x82','\xb9','\x54','\xc7','\xbb','\x60','\xce','\x1b','\x48','\x05','\x73','\xd9','\x6e','\x2f','\x98','\xeb','\xcf','\xbe','\x0b','\xe6','\xbc','\x4c','\x2c','\x7c','\xbf','\x8e','\x81','\x60','\x2e','\xeb','\xbf','\xef','\xeb','\xe0','\xe7','\xc2','\xb9','\x44','\xd2','\x0b','\xe6','\x52','\x5e','\xce','\xf9','\x64','\x7d','\x99','\x1e','\xe7','\xb3','\xcd','\x7f','\xc8','\x38','\x67','\xfe','\x6b','\x47','\xbc','\xc3','\x39','\xb7','\x9f','\xeb','\x48','\x3b','\x17','\x36','\x97','\xcb','\x06','\x73','\xa9','\x6c','\x77','\x30','\x67','\xfd','\x67','\xf4','\x9e','\xd3','\x7b','\x41','\xef','\x27','\x7a','\x3f','\xf3','\xbc','\x67','\xf4','\x9e','\xd3','\x7b','\x41','\x6f','\x3e','\x12','\xf6','\x4e','\x45','\xc2','\xde','\xe9','\x48','\xd8','\x3b','\x13','\x09','\x7b','\x67','\x23','\x61','\xaf','\xcd','\x59','\xaf','\xcd','\x59','\xaf','\xcd','\x59','\xaf','\xcd','\x59','\xaf','\xcd','\x59','\xaf','\xcd','\x59','\xaf','\xcd','\x59','\xef','\x74','\x24','\xec','\xb5','\x39','\xeb','\x0d','\xde','\xcf','\xef','\x5d','\xc2','\x79','\x19','\xe7','\x15','\x9c','\x57','\x71','\x5e','\xe3','\xb9','\x97','\xd8','\x73','\x19','\xe7','\x15','\xf6','\x5d','\x65','\xdf','\x35','\xf6','\x5d','\x62','\xdf','\x65','\x9c','\x57','\xd8','\x77','\x95','\x7d','\xd7','\xd8','\xf7','\x0e','\xe7','\x7b','\x9c','\x1f','\x70','\x7e','\xc4','\xf9','\x09','\xe7','\x3b','\x9c','\xef','\xe9','\x7f','\xa0','\xf7','\x91','\xde','\x27','\x7a','\xef','\xe8','\xbd','\xe7','\x79','\x1f','\xe8','\x7d','\xa4','\xf7','\x89','\xde','\x18','\xce','\x9d','\x38','\xc7','\x71','\x4e','\xe0','\xdc','\x85','\x73','\x0c','\xe7','\x4e','\x9c','\xe3','\x38','\x27','\x70','\xee','\xc2','\x39','\x86','\x73','\x27','\xce','\x71','\x9c','\x13','\x38','\x77','\xe1','\xfc','\xd1','\xf9','\xf1','\x85','\x39','\x6f','\xe0','\xbc','\x89','\xf3','\x16','\xce','\xdb','\x3c','\xf7','\x3a','\x7b','\x6e','\xe0','\xbc','\xc9','\xbe','\x5b','\xec','\xbb','\xcd','\xbe','\xeb','\xec','\xbb','\x81','\xf3','\x26','\xfb','\x6e','\xb1','\xef','\x36','\xfb','\x7e','\xed','\x86','\xfb','\x16','\xb8','\xe1','\xbe','\x51','\x37','\xdc','\xb7','\xd0','\x0d','\xf7','\x2d','\x72','\xc3','\x7d','\x6d','\xce','\xf6','\xb5','\x39','\xeb','\xb7','\x39','\xeb','\xb5','\x39','\xeb','\xb5','\x39','\xeb','\xb5','\x39','\xeb','\xb5','\x39','\x7b','\xde','\xa8','\x1b','\xf6','\xda','\x9c','\xf5','\x06','\xef','\xe7','\xf7','\x7a','\x38','\x27','\x71','\x4e','\xe1','\x9c','\xc6','\x39','\x83','\xb3','\x87','\x73','\x12','\xe7','\x14','\xce','\x69','\x9c','\x33','\x38','\x7b','\x38','\x27','\x71','\x4e','\xe1','\x9c','\xc6','\x39','\x83','\xf3','\x07','\xe7','\x97','\x97','\xe6','\x9c','\xc7','\x79','\x0a','\xe7','\x69','\x9c','\x67','\x70','\x9e','\xc4','\x39','\x8f','\xf3','\x14','\xce','\xd3','\x38','\xcf','\xe0','\x3c','\x89','\x73','\x1e','\xe7','\x29','\x9c','\xa7','\x71','\x9e','\xc1','\xb9','\x12','\xe7','\x2a','\x9c','\xab','\x71','\xae','\xc1','\xb9','\x16','\xe7','\x4a','\x9c','\xab','\x70','\xae','\xc6','\xb9','\x06','\xe7','\x5a','\x9c','\x2b','\x71','\xae','\xc2','\xb9','\x1a','\xe7','\x1a','\x9c','\x6b','\x71','\x1e','\xc3','\x79','\x1c','\xe7','\x09','\x9c','\x27','\x71','\xce','\xe3','\x3c','\x86','\xf3','\x38','\xce','\x13','\x38','\x4f','\xe2','\x9c','\xc7','\x79','\x0c','\xe7','\x71','\x9c','\x27','\x70','\x9e','\xc4','\x39','\x8f','\xf3','\xba','\xd3','\xf7','\xf2','\x39','\xce','\x73','\x33','\xce','\x2d','\x38','\xb7','\xe2','\xdc','\x86','\x73','\x3b','\xce','\xcd','\x38','\xb7','\xe0','\xdc','\x8a','\x73','\x1b','\xce','\xed','\x38','\x37','\xe3','\xdc','\x82','\x73','\x2b','\xce','\x6d','\x38','\xb7','\xe3','\x5c','\x80','\x73','\x14','\xe7','\x42','\x9c','\x8b','\x70','\x2e','\xc6','\xb9','\x00','\xe7','\x28','\xce','\x85','\x38','\x17','\xe1','\x5c','\x8c','\x73','\x01','\xce','\x51','\x9c','\x0b','\x71','\x2e','\xc2','\xb9','\x18','\xe7','\x6e','\xe7','\xc8','\x35','\xe7','\x5e','\x9c','\xfb','\x70','\xce','\xe2','\x9c','\xc3','\xf9','\x3d','\xce','\xbd','\x38','\xf7','\xe1','\x9c','\xc5','\x39','\x87','\xf3','\x7b','\x9c','\x7b','\x71','\xee','\xc3','\x39','\x8b','\x73','\x0e','\xe7','\x4b','\x3e','\x9f','\xaf','\xf8','\x7c','\xbe','\xe6','\xf3','\xf9','\x86','\xcf','\xe7','\x5b','\x3e','\x9f','\x2f','\xf9','\x7c','\xbe','\xa2','\xff','\x9a','\xde','\x1b','\x7a','\x6f','\xe9','\xbd','\xa4','\xf7','\x8a','\xe7','\xbd','\xa6','\xf7','\x86','\xde','\x5b','\x7a','\x0f','\x71','\x3e','\xc2','\xf9','\x18','\xe7','\x13','\x9c','\x4f','\x71','\x3e','\xc4','\xf9','\x08','\xe7','\x63','\x9c','\x4f','\x70','\x3e','\xc5','\xf9','\x10','\xe7','\x23','\x9c','\x8f','\x71','\x3e','\xc1','\xf9','\x14','\xe7','\x01','\x7e','\x0f','\x0e','\xe2','\x3c','\x84','\xf3','\x30','\xce','\x23','\x3c','\xf7','\x00','\x7b','\x0e','\xe2','\x3c','\xc4','\xbe','\xc3','\xec','\x3b','\xc2','\xbe','\x03','\xec','\x3b','\x88','\xf3','\x10','\xfb','\x0e','\xb3','\xef','\x08','\xfb','\x96','\x70','\x9e','\x4b','\x39','\xcf','\x65','\x9c','\xe7','\x72','\xce','\x73','\x05','\xe7','\xb9','\x84','\xf3','\x5c','\xca','\x79','\x2e','\xe3','\x3c','\x97','\x73','\x9e','\x2b','\x38','\xcf','\x25','\x9c','\xe7','\x52','\xce','\x73','\x19','\xe7','\xb9','\x9c','\xf3','\x5c','\xe1','\x3e','\xef','\xef','\xc1','\x59','\x9c','\xe7','\x70','\x9e','\xc7','\x79','\x01','\xe7','\x45','\x9c','\x67','\x71','\x9e','\xc3','\x79','\x1e','\xe7','\x05','\x9c','\x17','\x71','\x9e','\xc5','\x79','\x0e','\xe7','\x79','\x9c','\x17','\x70','\x5e','\xc4','\xb9','\x0e','\xe7','\x7a','\x9c','\x1b','\x70','\x6e','\xc4','\xb9','\x09','\xe7','\x3a','\x9c','\xeb','\x71','\x6e','\xc0','\xb9','\x11','\xe7','\x26','\x9c','\xeb','\x70','\xae','\xc7','\xb9','\x01','\xe7','\x46','\x9c','\x9b','\xdc','\xe7','\x3d','\xcf','\x3b','\x38','\xef','\xe2','\xbc','\x87','\xf3','\x3e','\xce','\x07','\x38','\xef','\xe0','\xbc','\x8b','\xf3','\x1e','\xce','\xfb','\x38','\x1f','\xe0','\xbc','\x83','\xf3','\x2e','\xce','\x7b','\x38','\xef','\xe3','\x7c','\x80','\x73','\x0f','\xce','\x1e','\xce','\x49','\x9c','\x53','\x38','\xa7','\x71','\xee','\xc1','\xd9','\xc3','\x39','\x89','\x73','\x0a','\xe7','\x34','\xce','\x3d','\x38','\x7b','\x38','\x27','\x71','\x4e','\xe1','\x9c','\x76','\x9f','\xf7','\xef','\xe7','\x7f','\x1b','\xdd','\x87','\x28','\x8a','\xf2','\x5f','\xa3','\xfb','\x10','\xdd','\x87','\xe8','\x3e','\x44','\xf7','\x21','\xba','\x0f','\xd1','\x7d','\x88','\xee','\x43','\x74','\x1f','\xa2','\xfb','\x10','\xdd','\x87','\xe8','\x3e','\x44','\xf7','\x21','\xff','\xd7','\xfb','\x10','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\x14','\x45','\x51','\xfe','\x9e','\x3f','\x01','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\x2f','\x74','\x77','\x56','\x9a','\x44','\x81','\x70','\x95','\x04','\x00','\x00','\x00','\x80','\x00','\x00','\x05','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x05','\x00','\x03','\x29','\x55','\x1c','\x64','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x4b','\x00','\x00','\x00','\xd4','\x04','\x00','\x00','\x00','\x00', 0 }; } + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x08','\x00','\x08','\x00','\x4d','\x1d','\x65','\x57','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x05','\x00','\x20','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x0d','\x00','\x07','\xa2','\x9e','\x46','\x65','\xff','\x9e','\x46','\x65','\xfe','\x9e','\x46','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xf5','\x01','\x00','\x00','\x04','\x14','\x00','\x00','\x00','\xed','\xd8','\xc9','\x4e','\x5b','\x67','\x18','\xc6','\xf1','\xef','\x24','\xde','\x54','\x95','\x8a','\x0d','\xaa','\xc4','\xb4','\xc8','\xb2','\x4d','\xcb','\xa4','\x88','\x51','\x8c','\xc6','\x36','\x0d','\xc7','\x43','\xc0','\x66','\x81','\x19','\x24','\x5a','\x89','\xc1','\xcc','\xa8','\x91','\xba','\xac','\x98','\x56','\x4c','\x97','\xc0','\x74','\x0b','\xdd','\x30','\xed','\x7a','\x03','\x09','\x70','\x0b','\xbd','\x01','\x26','\x31','\x29','\xfe','\xce','\xf9','\x77','\xd5','\x2e','\xaa','\x64','\x41','\xaa','\x3c','\x8f','\x84','\x9c','\x48','\xaf','\xfd','\x9c','\xf7','\xa7','\x4f','\x06','\x7d','\x3f','\x1b','\x63','\x6a','\xf3','\x3f','\x7f','\xbc','\x32','\x5f','\x64','\xbe','\xd4','\xbd','\xff','\xfa','\xd3','\x98','\x60','\xc8','\xff','\xf9','\xb7','\xff','\x97','\x7c','\x1b','\xfc','\x2a','\xf6','\xaa','\xb6','\xf6','\x45','\x78','\xe4','\x97','\xc9','\xb7','\x73','\x2f','\x22','\x23','\xbf','\x8e','\xfc','\xfd','\x5e','\xc7','\x98','\xdf','\x1d','\xf3','\xcc','\xb1','\xff','\xf8','\x94','\x7c','\xfd','\x69','\x6f','\x57','\x14','\xe5','\x33','\xcd','\x77','\xf9','\x1f','\xb7','\x32','\x6d','\xbe','\xcf','\xbf','\xf6','\xf7','\x55','\x9a','\x97','\xf9','\xd7','\x54','\x5f','\xc6','\xfc','\x90','\x7f','\x8d','\x45','\xc3','\xe6','\xc7','\xfc','\x6b','\x24','\xea','\x7a','\x73','\x89','\x8e','\xd7','\xde','\x9c','\x9b','\x4d','\x78','\x73','\xe9','\x2e','\xd7','\x9b','\xeb','\x4b','\xbf','\xf6','\xe6','\xdc','\x54','\xd8','\xff','\xbc','\x8e','\xac','\x37','\x97','\xce','\x7f','\xee','\x4b','\xef','\x7d','\xfe','\x5c','\x34','\xee','\x7a','\x73','\x09','\x37','\x63','\xde','\xd9','\xbe','\x54','\xb7','\x79','\x6f','\xe7','\xfb','\x53','\xe6','\x34','\xff','\xda','\x11','\xe9','\x30','\x67','\xf6','\x7d','\x1d','\x49','\x73','\x6e','\xe7','\x32','\x69','\x6f','\x2e','\x91','\xee','\xf2','\xe6','\x6c','\xff','\x29','\xbd','\x67','\xf4','\x9e','\xd3','\xfb','\x8e','\xde','\xf7','\x3c','\xef','\x29','\xbd','\x67','\xf4','\x9e','\xd3','\x9b','\x0b','\xf8','\xbd','\x93','\x01','\xbf','\x77','\x2a','\xe0','\xf7','\x4e','\x07','\xfc','\xde','\x99','\x80','\xdf','\x6b','\xe7','\x6c','\xaf','\x9d','\xb3','\xbd','\x76','\xce','\xf6','\xda','\x39','\xdb','\x6b','\xe7','\x6c','\xaf','\x9d','\xb3','\xbd','\x76','\xce','\xf6','\x4e','\x05','\xfc','\x5e','\x3b','\x67','\x7b','\xbd','\xcf','\xcb','\xf7','\x2e','\xe2','\xbc','\x84','\xf3','\x32','\xce','\x2b','\x38','\xaf','\xf2','\xdc','\x8b','\xec','\xb9','\x84','\xf3','\x32','\xfb','\xae','\xb0','\xef','\x2a','\xfb','\x2e','\xb2','\xef','\x12','\xce','\xcb','\xec','\xbb','\xc2','\xbe','\xab','\xec','\x7b','\x8b','\xf3','\x1d','\xce','\xf7','\x38','\x3f','\xe0','\xfc','\x88','\xf3','\x2d','\xce','\x77','\xf4','\xdf','\xd3','\xfb','\x40','\xef','\x23','\xbd','\xb7','\xf4','\xde','\xf1','\xbc','\xf7','\xf4','\x3e','\xd0','\xfb','\x48','\x6f','\x18','\xe7','\x4e','\x9c','\x23','\x38','\x47','\x71','\x8e','\xe1','\x1c','\xc6','\xb9','\x13','\xe7','\x08','\xce','\x51','\x9c','\x63','\x38','\x87','\x71','\xee','\xc4','\x39','\x82','\x73','\x14','\xe7','\x18','\xce','\x6f','\xcd','\x4f','\xcf','\xac','\xf3','\x3a','\xce','\x1b','\x38','\x6f','\xe2','\xbc','\xc5','\x73','\xaf','\xb1','\xe7','\x3a','\xce','\x1b','\xec','\xbb','\xc9','\xbe','\x5b','\xec','\xbb','\xc6','\xbe','\xeb','\x38','\x6f','\xb0','\xef','\x26','\xfb','\x6e','\xb1','\xef','\x37','\x8e','\xbf','\x6f','\x81','\xe3','\xef','\x1b','\x74','\xfc','\x7d','\x43','\x8e','\xbf','\x6f','\xa1','\xe3','\xef','\x6b','\xe7','\xec','\xbe','\x76','\xce','\xf6','\xdb','\x39','\xdb','\x6b','\xe7','\x6c','\xaf','\x9d','\xb3','\xbd','\x76','\xce','\xf6','\xda','\x39','\xfb','\xbc','\x41','\xc7','\xef','\xb5','\x73','\xb6','\xd7','\xfb','\xbc','\x7c','\xaf','\x8b','\x73','\x1c','\xe7','\x04','\xce','\x49','\x9c','\x53','\x38','\xbb','\x38','\xc7','\x71','\x4e','\xe0','\x9c','\xc4','\x39','\x85','\xb3','\x8b','\x73','\x1c','\xe7','\x04','\xce','\x49','\x9c','\x53','\x38','\xf7','\x9b','\xdf','\x9e','\x5b','\xe7','\x1c','\xce','\x93','\x38','\x4f','\xe1','\x3c','\x8d','\xf3','\x04','\xce','\x39','\x9c','\x27','\x71','\x9e','\xc2','\x79','\x1a','\xe7','\x09','\x9c','\x73','\x38','\x4f','\xe2','\x3c','\x85','\xf3','\x34','\xce','\x15','\x38','\x57','\xe2','\x5c','\x85','\x73','\x35','\xce','\x35','\x38','\x57','\xe0','\x5c','\x89','\x73','\x15','\xce','\xd5','\x38','\xd7','\xe0','\x5c','\x81','\x73','\x25','\xce','\x55','\x38','\x57','\xe3','\x5c','\x83','\xf3','\x28','\xce','\x63','\x38','\x8f','\xe3','\x3c','\x81','\x73','\x0e','\xe7','\x51','\x9c','\xc7','\x70','\x1e','\xc7','\x79','\x02','\xe7','\x1c','\xce','\xa3','\x38','\x8f','\xe1','\x3c','\x8e','\xf3','\x04','\xce','\x39','\x9c','\xd7','\x4c','\xef','\xf3','\xa7','\x38','\xcf','\xcd','\x38','\xb7','\xe0','\xdc','\x8a','\x73','\x1b','\xce','\xed','\x38','\x37','\xe3','\xdc','\x82','\x73','\x2b','\xce','\x6d','\x38','\xb7','\xe3','\xdc','\x8c','\x73','\x0b','\xce','\xad','\x38','\xb7','\xe1','\xdc','\x8e','\x73','\x01','\xce','\x41','\x9c','\x43','\x38','\x17','\xe2','\x5c','\x84','\x73','\x01','\xce','\x41','\x9c','\x43','\x38','\x17','\xe2','\x5c','\x84','\x73','\x01','\xce','\x41','\x9c','\x43','\x38','\x17','\xe2','\x5c','\x84','\x73','\x97','\x39','\x74','\xac','\x73','\x0f','\xce','\xbd','\x38','\xa7','\x71','\xce','\xe0','\xfc','\x06','\xe7','\x1e','\x9c','\x7b','\x71','\x4e','\xe3','\x9c','\xc1','\xf9','\x0d','\xce','\x3d','\x38','\xf7','\xe2','\x9c','\xc6','\x39','\x83','\xf3','\x05','\xdf','\xcf','\x97','\x7c','\x3f','\x5f','\xf1','\xfd','\x7c','\xcd','\xf7','\xf3','\x0d','\xdf','\xcf','\x17','\x7c','\x3f','\x5f','\xd2','\x7f','\x45','\xef','\x35','\xbd','\x37','\xf4','\x5e','\xd0','\x7b','\xc9','\xf3','\x5e','\xd1','\x7b','\x4d','\xef','\x0d','\xbd','\x07','\x38','\x1f','\xe2','\x7c','\x84','\xf3','\x31','\xce','\x27','\x38','\x1f','\xe0','\x7c','\x88','\xf3','\x11','\xce','\xc7','\x38','\x9f','\xe0','\x7c','\x80','\xf3','\x21','\xce','\x47','\x38','\x1f','\xe3','\x7c','\x82','\x73','\x96','\xdf','\x83','\x03','\x38','\x0f','\xe2','\x3c','\x84','\xf3','\x30','\xcf','\x9d','\x65','\xcf','\x01','\x9c','\x07','\xd9','\x77','\x88','\x7d','\x87','\xd9','\x37','\xcb','\xbe','\x03','\x38','\x0f','\xb2','\xef','\x10','\xfb','\x0e','\xb3','\x6f','\x31','\xe7','\xb9','\x84','\xf3','\x5c','\xca','\x79','\x2e','\xe3','\x3c','\x97','\x73','\x9e','\x8b','\x39','\xcf','\x25','\x9c','\xe7','\x52','\xce','\x73','\x19','\xe7','\xb9','\x9c','\xf3','\x5c','\xcc','\x79','\x2e','\xe1','\x3c','\x97','\x72','\x9e','\xcb','\x38','\xcf','\xe5','\xce','\xd3','\xfe','\x1e','\x9c','\xc1','\x79','\x16','\xe7','\x39','\x9c','\xe7','\x71','\x5e','\xc0','\x79','\x06','\xe7','\x59','\x9c','\xe7','\x70','\x9e','\xc7','\x79','\x01','\xe7','\x19','\x9c','\x67','\x71','\x9e','\xc3','\x79','\x1e','\xe7','\x05','\x9c','\xeb','\x70','\xae','\xc7','\xb9','\x01','\xe7','\x46','\x9c','\x9b','\x70','\xae','\xc3','\xb9','\x1e','\xe7','\x06','\x9c','\x1b','\x71','\x6e','\xc2','\xb9','\x0e','\xe7','\x7a','\x9c','\x1b','\x70','\x6e','\xc4','\xb9','\xc9','\x79','\xda','\xf3','\xbc','\x8d','\xf3','\x0e','\xce','\xbb','\x38','\xef','\xe1','\xbc','\x8f','\xf3','\x36','\xce','\x3b','\x38','\xef','\xe2','\xbc','\x87','\xf3','\x3e','\xce','\xdb','\x38','\xef','\xe0','\xbc','\x8b','\xf3','\x1e','\xce','\xfb','\x38','\x77','\xe3','\xec','\xe2','\x1c','\xc7','\x39','\x81','\x73','\x12','\xe7','\x6e','\x9c','\x5d','\x9c','\xe3','\x38','\x27','\x70','\x4e','\xe2','\xdc','\x8d','\xb3','\x8b','\x73','\x1c','\xe7','\x04','\xce','\x49','\xe7','\x69','\xff','\x7e','\xfe','\xaf','\xd1','\x7d','\x88','\xa2','\x28','\x1f','\x1b','\xdd','\x87','\xe8','\x3e','\x44','\xf7','\x21','\xba','\x0f','\xd1','\x7d','\x88','\xee','\x43','\x74','\x1f','\xa2','\xfb','\x10','\xdd','\x87','\xe8','\x3e','\x44','\xf7','\x21','\xba','\x0f','\xf9','\xbf','\xde','\x87','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xa2','\x28','\x8a','\xf2','\xcf','\x7c','\x00','\x50','\x4b','\x07','\x08','\xc0','\x03','\xe3','\xdf','\xa0','\x04','\x00','\x00','\x00','\x80','\x00','\x00','\x50','\x4b','\x03','\x04','\x14','\x00','\x08','\x00','\x08','\x00','\x4d','\x1d','\x65','\x57','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb0','\x00','\x00','\x00','\x10','\x00','\x20','\x00','\x5f','\x5f','\x4d','\x41','\x43','\x4f','\x53','\x58','\x2f','\x2e','\x5f','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x0d','\x00','\x07','\xa2','\x9e','\x46','\x65','\xff','\x9e','\x46','\x65','\x04','\x9f','\x46','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xf5','\x01','\x00','\x00','\x04','\x14','\x00','\x00','\x00','\x63','\x60','\x15','\x63','\x67','\x60','\x62','\x60','\xf0','\x4d','\x4c','\x56','\xf0','\x0f','\x56','\x88','\x50','\x80','\x02','\x90','\x18','\x03','\x27','\x10','\x1b','\x01','\x71','\x1d','\x10','\x83','\xf8','\x1b','\x18','\x88','\x02','\x8e','\x21','\x21','\x41','\x50','\x26','\x48','\xc7','\x02','\x20','\x16','\x40','\x53','\xc2','\x88','\x10','\x97','\x4a','\xce','\xcf','\xd5','\x4b','\x2c','\x28','\xc8','\x49','\xd5','\xcb','\x49','\x2c','\x2e','\x29','\x2d','\x4e','\x4d','\x49','\x49','\x2c','\x49','\x55','\x0e','\x08','\x06','\x29','\xdc','\x31','\xcf','\x2d','\x15','\x44','\x4f','\x3a','\xb3','\x91','\x03','\x44','\x03','\x00','\x50','\x4b','\x07','\x08','\x74','\xaa','\xda','\xef','\x5d','\x00','\x00','\x00','\xb0','\x00','\x00','\x00','\x50','\x4b','\x01','\x02','\x14','\x03','\x14','\x00','\x08','\x00','\x08','\x00','\x4d','\x1d','\x65','\x57','\xc0','\x03','\xe3','\xdf','\xa0','\x04','\x00','\x00','\x00','\x80','\x00','\x00','\x05','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xa4','\x81','\x00','\x00','\x00','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x0d','\x00','\x07','\xa2','\x9e','\x46','\x65','\xff','\x9e','\x46','\x65','\xfe','\x9e','\x46','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xf5','\x01','\x00','\x00','\x04','\x14','\x00','\x00','\x00','\x50','\x4b','\x01','\x02','\x14','\x03','\x14','\x00','\x08','\x00','\x08','\x00','\x4d','\x1d','\x65','\x57','\x74','\xaa','\xda','\xef','\x5d','\x00','\x00','\x00','\xb0','\x00','\x00','\x00','\x10','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xa4','\x81','\xf3','\x04','\x00','\x00','\x5f','\x5f','\x4d','\x41','\x43','\x4f','\x53','\x58','\x2f','\x2e','\x5f','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x0d','\x00','\x07','\xa2','\x9e','\x46','\x65','\xff','\x9e','\x46','\x65','\x04','\x9f','\x46','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xf5','\x01','\x00','\x00','\x04','\x14','\x00','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x02','\x00','\x02','\x00','\xb1','\x00','\x00','\x00','\xae','\x05','\x00','\x00','\x00','\x00', 0 }; } namespace cmrc { namespace flycast { namespace res_chars { extern const char* const f_e20f_flash_f355twn2_nvmem_zip_begin = file_array; - extern const char* const f_e20f_flash_f355twn2_nvmem_zip_end = file_array + 1333; + extern const char* const f_e20f_flash_f355twn2_nvmem_zip_end = file_array + 1653; }}} \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp new file mode 100644 index 0000000000..c78b919ff3 --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\xd0','\x5e','\x2d','\x58','\xab','\x34','\xa6','\x2a','\x63','\x02','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x1c','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x09','\x00','\x03','\xe8','\x6b','\xa2','\x65','\xe8','\x6b','\xa2','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xed','\xd8','\xcf','\x4a','\x32','\x51','\x18','\x07','\xe0','\x77','\xb0','\xd2','\xa8','\x68','\x15','\x48','\x12','\x08','\xad','\x5a','\xa5','\x46','\x84','\xab','\x8f','\x10','\x0a','\xc9','\x4a','\x68','\xdb','\xb2','\xcb','\x68','\x11','\x5e','\xc0','\xb7','\xe9','\x36','\x5a','\x04','\x41','\x37','\xd0','\x0d','\x74','\x19','\x5e','\x40','\xab','\x56','\xdf','\x21','\x31','\x4d','\xfa','\x83','\x7d','\x16','\x28','\xcf','\x73','\x78','\x71','\xce','\xcf','\xe3','\xa8','\x33','\x67','\x0e','\xcc','\x44','\xf4','\xfc','\xfd','\x13','\x3f','\xea','\xa7','\xf7','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x63','\xe7','\x3a','\xa2','\x52','\xec','\x55','\x2c','\xf4','\xd3','\xab','\xce','\xf1','\xfe','\x61','\xb3','\xb1','\xdf','\x2a','\xb7','\x4f','\xdb','\xed','\xe6','\xc9','\x59','\x79','\x44','\xd4','\x2a','\x95','\xfa','\x76','\xa5','\xba','\x5d','\xad','\xf7','\xfa','\x73','\x31','\xf8','\x6c','\x29','\x19','\xde','\x5e','\x4d','\x5b','\xe7','\xa9','\x96','\x47','\x6a','\x6b','\xf1','\xe3','\xdf','\x95','\x4b','\x35','\x9f','\xaa','\xfd','\x10','\x71','\x7b','\x17','\xd1','\x4d','\xc1','\x7d','\xae','\xf7','\xde','\x63','\x3e','\xa2','\x9c','\x7b','\x3b','\xfe','\x29','\x8b','\x28','\xa4','\xd7','\xec','\xd5','\xe8','\x1e','\xaf','\x3a','\x63','\x1f','\x1c','\xf8','\xb6','\xf7','\xe6','\xdb','\x74','\xcc','\xc1','\xf5','\x54','\xfd','\xcb','\x67','\xf8','\x32','\xca','\xde','\xe9','\x8f','\xa3','\x9b','\xcf','\x56','\x96','\x76','\x4b','\x0b','\x5f','\x8f','\x9c','\x4e','\xfd','\xff','\x37','\x38','\x2e','\xe3','\x9e','\xef','\xe9','\x98','\x1f','\xc0','\x2c','\x18','\x5e','\x6f','\x9e','\x1b','\xbf','\xf9','\xcd','\xfd','\x35','\xf2','\x22','\x55','\x2d','\x8a','\x6b','\x2f','\x9d','\xc2','\xe8','\xa8','\xc9','\xae','\x87','\x37','\x2b','\x11','\x9b','\xa9','\xd5','\x64','\x32','\xd9','\xcc','\x66','\x97','\x69','\x35','\xd9','\x4b','\xed','\x40','\x26','\x93','\xcd','\x6c','\xd6','\xda','\x88','\x38','\x4a','\xed','\x42','\x26','\x93','\xcd','\x6c','\xc6','\x67','\x26','\x71','\xdf','\xe6','\xb9','\x13','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe3','\xd9','\xb9','\x8e','\xa8','\x14','\x7b','\x95','\x2d','\xf4','\xd3','\xab','\xce','\xf1','\xfe','\x61','\xb3','\xb1','\xdf','\x2a','\xb7','\x4f','\xdb','\xed','\xe6','\xc9','\x59','\x79','\x44','\xd4','\x2a','\x95','\xfa','\x76','\xa5','\xba','\x5d','\xad','\xf7','\xfa','\x73','\x31','\xf8','\x6c','\x29','\x19','\xde','\x5e','\x4d','\x5b','\xe7','\xa9','\x96','\x47','\x6a','\x6b','\xf1','\xe3','\xdf','\x95','\x4b','\x35','\x9f','\xaa','\xfd','\x10','\x71','\x7b','\x17','\xd1','\x4d','\xc1','\x7d','\xae','\xf7','\xde','\x63','\x3e','\xa2','\x9c','\x7b','\x3b','\xfe','\x29','\x8b','\x28','\xa4','\xd7','\xec','\xd5','\xe8','\x1e','\xaf','\x3a','\xe3','\x1f','\x1d','\xf8','\xae','\xf7','\xe6','\xdb','\x74','\xcc','\xc1','\xf5','\x54','\xfd','\xcb','\x67','\xf8','\x32','\xca','\xde','\xe9','\x8f','\xa3','\x9b','\xcf','\x56','\x96','\x76','\x4b','\x0b','\x5f','\x8f','\x9c','\x4e','\xfd','\xff','\x37','\x38','\x2e','\xe3','\x9e','\xef','\xe9','\x98','\x1f','\xc0','\x2c','\x18','\x5e','\x6f','\x9e','\x1b','\xbf','\xf9','\xcd','\xfd','\x35','\xf2','\x22','\x55','\x2d','\x8a','\x6b','\x2f','\x9d','\xc2','\xe8','\xa8','\xc9','\xae','\x87','\x37','\x2b','\x11','\x9b','\xa9','\xd5','\x64','\x32','\xd9','\xcc','\x66','\x97','\x69','\x35','\xd9','\x4b','\xed','\x40','\x26','\x93','\xcd','\x6c','\xd6','\xda','\x88','\x38','\x4a','\xed','\x42','\x26','\x93','\xcd','\x6c','\xc6','\x67','\x26','\x71','\xdf','\xe6','\xb9','\x13','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x8c','\xe3','\x1f','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\xd0','\x5e','\x2d','\x58','\xab','\x34','\xa6','\x2a','\x63','\x02','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x05','\x00','\x03','\xe8','\x6b','\xa2','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x4b','\x00','\x00','\x00','\xa2','\x02','\x00','\x00','\x00','\x00', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_7186_flash_magicpop_nvmem_zip_begin = file_array; + extern const char* const f_7186_flash_magicpop_nvmem_zip_end = file_array + 771; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp new file mode 100644 index 0000000000..c302953d89 --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\x43','\x60','\x2d','\x58','\xd7','\x31','\x88','\x88','\x42','\x02','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x1c','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x09','\x00','\x03','\xae','\x6d','\xa2','\x65','\xae','\x6d','\xa2','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xed','\xd7','\xbd','\x4e','\x2a','\x41','\x18','\x00','\xd0','\x59','\xd0','\x8b','\x26','\x18','\x3b','\xeb','\x6d','\xa9','\x00','\x3b','\xaa','\x1b','\xa2','\x24','\x24','\xfe','\x60','\x61','\xe9','\x6b','\xd8','\x13','\x12','\xdb','\x1b','\x2b','\xdf','\xc0','\xde','\xc4','\xc4','\x17','\xb0','\xb1','\xf4','\x31','\x78','\x00','\x7b','\xee','\xe2','\x82','\x2c','\x1b','\x4d','\x40','\x21','\x11','\x38','\x27','\xf9','\xb2','\x33','\xdf','\xce','\x6e','\x66','\x66','\x67','\x27','\xbb','\x21','\xa4','\xfe','\xfd','\x0d','\x4b','\xb5','\xec','\xfb','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x4f','\xdc','\xdc','\x87','\x70','\x7b','\x90','\x46','\xd8','\x1e','\x67','\xbb','\xbd','\xce','\x51','\xbb','\x79','\xd2','\x3a','\x8f','\xdb','\x9d','\xcb','\xf8','\xac','\x75','\xdc','\x3c','\x8d','\xa7','\x84','\xc3','\x5a','\xad','\x51','\xad','\xd5','\xab','\xf5','\x46','\x5a','\xdf','\x0a','\x93','\x6b','\x2b','\x89','\x6c','\x79','\x3f','\x29','\x5d','\x25','\x51','\xce','\x45','\x65','\xf7','\xeb','\x7e','\x15','\x47','\xdd','\xb9','\x78','\x0e','\xe1','\xe1','\x31','\x84','\x7e','\x92','\x78','\x2a','\xa6','\xe7','\x5e','\x4b','\x21','\xc4','\xc5','\xe9','\xf6','\x6f','\x51','\x08','\x3b','\xc9','\x31','\xfa','\x90','\xbf','\x63','\xb7','\x37','\xf7','\xe4','\xc0','\xb7','\x7d','\xb6','\xde','\x56','\x63','\x0d','\x0e','\xb7','\x82','\xc2','\xa8','\x5c','\xc8','\xe4','\xa3','\x51','\x64','\xeb','\xf3','\xe8','\x97','\xa2','\xbd','\x72','\x54','\xf9','\xf3','\x93','\xbe','\xfd','\x66','\xe3','\xf1','\x4d','\xe6','\x65','\xde','\xe7','\xbd','\x1a','\xeb','\x03','\x58','\x07','\x93','\xfd','\x66','\x90','\x18','\x97','\xb3','\xfb','\xfa','\xdd','\xfb','\x99','\x41','\x98','\xd5','\x60','\x09','\x16','\x33','\x56','\x60','\xd3','\xe4','\xbf','\x59','\x59','\x8c','\x97','\x19','\xda','\xd8','\xbb','\x19','\xda','\x84','\x75','\x50','\xbb','\xce','\x67','\xfc','\xcb','\x41','\xca','\xbb','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xeb','\xe4','\xe6','\x3e','\x84','\xdb','\x83','\x34','\xa2','\xed','\x71','\xb6','\xdb','\xeb','\x1c','\xb5','\x9b','\x27','\xad','\xf3','\xb8','\xdd','\xb9','\x8c','\xcf','\x5a','\xc7','\xcd','\xd3','\x78','\x4a','\x38','\xac','\xd5','\x1a','\xd5','\x5a','\xbd','\x5a','\x6f','\xa4','\xf5','\xad','\x30','\xb9','\xb6','\x92','\xc8','\x96','\xf7','\x93','\xd2','\x55','\x12','\xe5','\x5c','\x54','\x76','\xbf','\xee','\x57','\x31','\x89','\x61','\x77','\x2e','\x9e','\x43','\x78','\x78','\x0c','\xa1','\x9f','\x24','\x9e','\x8a','\xe9','\xb9','\xd7','\x52','\x08','\x71','\x71','\xba','\xfd','\x5b','\x14','\xc2','\x4e','\x72','\x8c','\x3e','\xe4','\xef','\xd8','\xed','\xcd','\x3f','\x3b','\xf0','\x5d','\x9f','\xad','\xb7','\xd5','\x58','\x83','\xc9','\x56','\x10','\x0a','\xa3','\x72','\x21','\x93','\x8f','\x46','\x91','\xad','\xcf','\xa3','\x5f','\x8a','\xf6','\xca','\x51','\xe5','\xcf','\x4f','\xfa','\xf6','\x9b','\x8d','\xc7','\x37','\x99','\x97','\x79','\x9f','\xf7','\x6a','\xac','\x0f','\x60','\x1d','\x4c','\xf6','\x9b','\x41','\x62','\x5c','\xce','\xee','\xeb','\x77','\xef','\x67','\x06','\x61','\x56','\x83','\x25','\x58','\xcc','\x58','\x81','\x4d','\x93','\xff','\x66','\x65','\x31','\x5e','\x66','\x68','\x63','\xef','\x66','\x68','\x13','\xd6','\x41','\xed','\x3a','\x9f','\xf1','\x2f','\x07','\x29','\xef','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb0','\x3e','\xfe','\x03','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\x43','\x60','\x2d','\x58','\xd7','\x31','\x88','\x88','\x42','\x02','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x05','\x00','\x03','\xae','\x6d','\xa2','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x4b','\x00','\x00','\x00','\x81','\x02','\x00','\x00','\x00','\x00', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_cee4_flash_ochaken_nvmem_zip_begin = file_array; + extern const char* const f_cee4_flash_ochaken_nvmem_zip_end = file_array + 738; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp new file mode 100644 index 0000000000..b94b5097fb --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\x1c','\x60','\x2d','\x58','\x7d','\x8c','\xd6','\xfd','\x60','\x02','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x1c','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x09','\x00','\x03','\x67','\x6d','\xa2','\x65','\x67','\x6d','\xa2','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xed','\xd8','\xc1','\x4a','\xe3','\x40','\x18','\x00','\xe0','\x49','\x6b','\xad','\x4a','\xc5','\xb3','\xf5','\xd2','\xab','\xa0','\x34','\xd4','\x93','\xa7','\x45','\x50','\xf0','\xa0','\xd8','\x8b','\x07','\xc1','\x87','\xd8','\x8b','\xf7','\x52','\xd8','\x3d','\xee','\x69','\x1f','\x44','\x10','\x3c','\x79','\xf3','\x05','\x64','\xcf','\x3e','\x40','\x1f','\xc0','\x7b','\x77','\x4a','\x5a','\x5b','\xa3','\x5d','\x69','\xb4','\x60','\x97','\xef','\x83','\x3f','\x99','\x4c','\x26','\x93','\x49','\x32','\xe4','\x27','\x09','\x21','\xf3','\xeb','\x5b','\x98','\xab','\x79','\xf7','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf1','\xe7','\x7b','\x08','\xc7','\x5b','\x59','\xfc','\xac','\x8c','\x6a','\x3b','\xdd','\xf6','\xf9','\xc5','\xd9','\xee','\x60','\xd1','\x38','\x3d','\x3a','\x3c','\x38','\x69','\xe4','\x84','\x56','\x9a','\xee','\x37','\xd3','\xbd','\x66','\xda','\xca','\xb6','\x97','\xc2','\xf8','\xd8','\x7a','\x34','\x59','\xde','\x88','\xa5','\xcb','\x18','\xb5','\x5c','\x6c','\xaf','\x4e','\x1f','\x57','\x39','\xc6','\x60','\x38','\xed','\xfb','\x10','\xae','\x6f','\x42','\xe8','\xc5','\x8a','\xdb','\x72','\xb6','\xef','\xa1','\x1a','\x42','\xa3','\xfc','\xb2','\xfd','\x53','\x12','\xc2','\x4a','\x5c','\x27','\xcf','\xf2','\x3d','\x76','\xba','\xb3','\xdf','\x1d','\x28','\xea','\xad','\xf9','\xb6','\x18','\x73','\x70','\x33','\x46','\x69','\x58','\x2e','\x4d','\xd4','\x27','\xc3','\x98','\xdc','\x9e','\x45','\xaf','\x9a','\xac','\xd7','\x42','\x7d','\xf9','\x23','\x63','\xfb','\xca','\x46','\xd7','\x37','\xbe','\x2f','\xb3','\x3e','\xef','\xc5','\x98','\x1f','\xc0','\xff','\x60','\xfc','\xbe','\xe9','\x47','\x73','\x3d','\x55','\xe5','\xfd','\x26','\x8b','\xa2','\x9f','\x53','\xe4','\x98','\x22','\x7d','\x14','\x35','\xca','\x47','\xf3','\x7e','\xc4','\x00','\xc0','\x6b','\x83','\x3c','\xff','\x58','\xc9','\xfe','\x65','\xdd','\x95','\xb2','\x7f','\x56','\x3b','\x31','\x86','\x59','\x79','\x2d','\xdf','\xfc','\xed','\x5e','\xb2','\x6c','\x9e','\x5e','\xe5','\xeb','\x7d','\x3b','\x02','\xc0','\xe7','\x90','\x53','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x5f','\x7e','\x6f','\x86','\x70','\xbc','\x95','\xc5','\x8f','\xca','\xa8','\xb6','\xd3','\x6d','\x9f','\x5f','\x9c','\xed','\x0e','\x16','\x8d','\xd3','\xa3','\xc3','\x83','\x93','\x46','\x4e','\x68','\xa5','\xe9','\x7e','\x33','\xdd','\x6b','\xa6','\xad','\x6c','\x7b','\x29','\x8c','\x8f','\xad','\x47','\x93','\xe5','\x8d','\x58','\xba','\x8c','\x51','\xcb','\xc5','\xf6','\xea','\xf4','\x71','\x95','\x63','\x0c','\x86','\xd3','\xbe','\x0f','\xe1','\xfa','\x26','\x84','\x5e','\xac','\xb8','\x2d','\x67','\xfb','\x1e','\xaa','\x21','\x34','\xca','\x2f','\xdb','\x3f','\x25','\x21','\xac','\xc4','\x75','\xf2','\x2c','\xdf','\x63','\xa7','\x3b','\xfb','\xdd','\x81','\xa2','\x16','\x77','\xbe','\xc5','\x57','\x42','\x28','\x0d','\xcb','\xa5','\x89','\xfa','\x64','\x18','\x93','\xdb','\xb3','\xe8','\x55','\x93','\xf5','\x5a','\xa8','\x2f','\x7f','\x64','\x6c','\x5f','\xd9','\xe8','\xfa','\xc6','\xf7','\x65','\xd6','\x39','\xb0','\xb8','\x73','\x06','\x58','\x34','\xe3','\xf7','\x4d','\x3f','\x9a','\xeb','\xa9','\x2a','\xef','\x37','\x59','\x14','\xfd','\x9c','\x22','\xc7','\x14','\xe9','\xa3','\xa8','\x51','\x3e','\x9a','\xf7','\x23','\x06','\x00','\x5e','\x1b','\xe4','\xf9','\xc7','\x4a','\xf6','\x2f','\xeb','\xae','\x94','\xfd','\xb3','\xda','\x89','\x31','\xcc','\xca','\x6b','\xf9','\xe6','\x6f','\xf7','\x92','\x65','\xf3','\xf4','\x2a','\x5f','\xef','\xdb','\x11','\x00','\x3e','\x87','\x9c','\x0a','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x4c','\xf7','\x17','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\x1c','\x60','\x2d','\x58','\x7d','\x8c','\xd6','\xfd','\x60','\x02','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x05','\x00','\x03','\x67','\x6d','\xa2','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x4b','\x00','\x00','\x00','\x9f','\x02','\x00','\x00','\x00','\x00', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_0b8a_flash_puyomedal_nvmem_zip_begin = file_array; + extern const char* const f_0b8a_flash_puyomedal_nvmem_zip_end = file_array + 768; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp new file mode 100644 index 0000000000..b32ea04c24 --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\x6d','\x5f','\x2d','\x58','\x29','\x04','\xb2','\x88','\xb2','\x02','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x1c','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x09','\x00','\x03','\x0d','\x6d','\xa2','\x65','\x0d','\x6d','\xa2','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xed','\xd6','\xcb','\x4e','\x13','\x51','\x18','\x00','\xe0','\xbf','\x54','\x68','\xb1','\x10','\x13','\x2f','\x08','\x6e','\x1c','\x51','\x31','\x26','\x62','\xa7','\x10','\x16','\xb0','\xc0','\x18','\xc4','\xb8','\xf0','\x9a','\xe8','\xce','\xd7','\x60','\x43','\x58','\x10','\x12','\x77','\xc4','\xa7','\x30','\xae','\x49','\x48','\xd8','\x6a','\xf4','\x01','\xe8','\x33','\xb8','\xea','\x03','\xb8','\x56','\x0f','\x19','\x0a','\xb5','\xca','\xa2','\x36','\x26','\x94','\x7c','\x5f','\xf2','\x67','\xce','\x6d','\xe6','\x5c','\xe6','\x64','\xe6','\x44','\x14','\xde','\x3f','\x88','\xff','\xea','\x7f','\x3f','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xfa','\xb1','\xff','\x29','\xe2','\xc3','\x44','\x11','\xcd','\xe1','\x76','\xe9','\xe6','\xd6','\x9b','\xe7','\x2f','\xb2','\xd7','\x4f','\x56','\xb3','\x67','\xab','\x8f','\x1e','\x3e','\xcd','\xfe','\x10','\x73','\x79','\xbe','\x58','\xcf','\x1b','\xf5','\xc6','\x62','\x91','\x3f','\x17','\xc7','\xf7','\x2e','\x24','\x9d','\xe9','\x0b','\x29','\xf5','\x36','\xc5','\x58','\x57','\xdc','\x1d','\x3d','\x79','\x5c','\xe5','\x14','\x07','\xc3','\x79','\xf9','\x35','\x62','\x67','\x37','\xa2','\x95','\x0a','\xf6','\xca','\x45','\x5d','\xb3','\x12','\x91','\x95','\x7f','\x6f','\xff','\xbd','\x14','\x51','\x4d','\xd7','\xd2','\x91','\xee','\x27','\x6e','\x6e','\xf5','\xbe','\x3a','\xf0','\xaf','\xfe','\xb6','\xdf','\x06','\x63','\x0f','\x5e','\x4b','\x31','\x74','\x98','\x1e','\xea','\x28','\x2f','\x1d','\x46','\x67','\xbe','\x17','\xad','\x4a','\x69','\xbc','\xb6','\xb4','\x30','\xd2','\xcf','\xd8','\x4e','\xb3','\xf6','\xfc','\x8e','\xd7','\xa5','\xd7','\xf7','\x3d','\x18','\xfb','\x03','\x38','\x0b','\x8a','\xef','\xcd','\xcf','\xe4','\xa4','\x16','\xe7','\x87','\x2b','\xd5','\xda','\xc8','\xd8','\xe8','\xe4','\xc5','\xa9','\x89','\xab','\x97','\xae','\x5c','\xbe','\x7e','\x73','\xfa','\xf6','\xad','\xec','\xc6','\xcc','\xdc','\x7c','\x7d','\x36','\xbf','\xdf','\xb8','\x37','\x33','\x3d','\x5f','\xad','\xf5','\xd8','\xeb','\xc6','\xe7','\x88','\xc7','\xcb','\x11','\xaf','\xd6','\x22','\xee','\x8c','\x47','\x7c','\xdb','\x8e','\xf8','\xf1','\x25','\xe2','\x63','\x33','\xf5','\xb7','\x12','\xb1','\xdd','\x4a','\x67','\xbf','\x77','\xfd','\xcc','\x0b','\xe0','\xac','\x5b','\x5f','\x69','\xa7','\xf2','\xb5','\xee','\x3a','\x67','\x49','\x00','\x4e','\x23','\xff','\x27','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x54','\xfb','\x9f','\x22','\x3e','\x4c','\x14','\xb1','\x3f','\xdc','\x2e','\xdd','\xdc','\x7a','\xf3','\xfc','\x45','\xf6','\xfa','\xc9','\x6a','\xf6','\x6c','\xf5','\xd1','\xc3','\xa7','\xd9','\x1f','\x62','\x2e','\xcf','\x17','\xeb','\x79','\xa3','\xde','\x58','\x2c','\xf2','\xe7','\xe2','\xf8','\xde','\x85','\xa4','\x33','\x7d','\x21','\xa5','\xde','\xa6','\x18','\xeb','\x8a','\xbb','\xa3','\x27','\x8f','\xab','\x9c','\xe2','\x60','\x38','\x2f','\xbf','\x46','\xec','\xec','\x46','\xb4','\x52','\xc1','\x5e','\xb9','\xa8','\x6b','\x56','\x22','\xb2','\xf2','\xef','\xed','\xbf','\x97','\x22','\xaa','\xe9','\x5a','\x3a','\xd2','\xfd','\xc4','\xcd','\xad','\xde','\x57','\x07','\xfe','\xd5','\xdf','\xf6','\xdb','\x60','\xec','\xc1','\x6b','\x29','\x86','\x0e','\xd3','\x43','\x1d','\xe5','\xa5','\xc3','\xe8','\xcc','\xf7','\xa2','\x55','\x29','\x8d','\xd7','\x96','\x16','\x46','\xfa','\x19','\xdb','\x69','\xd6','\x9e','\xdf','\xf1','\xba','\xf4','\xfa','\xbe','\x07','\x63','\x7f','\x00','\x67','\x41','\xf1','\xbd','\xf9','\x99','\x9c','\xd4','\xe2','\xfc','\x70','\xa5','\x5a','\x1b','\x19','\x1b','\x9d','\xbc','\x38','\x35','\x71','\xf5','\xd2','\x95','\xcb','\xd7','\x6f','\x4e','\xdf','\xbe','\x95','\xdd','\x98','\x99','\x9b','\xaf','\xcf','\xe6','\xf7','\x1b','\xf7','\x66','\xa6','\xe7','\xab','\xb5','\x1e','\x7b','\xdd','\xf8','\x1c','\xf1','\x78','\x39','\xe2','\xd5','\x5a','\xc4','\x9d','\xf1','\x88','\x6f','\xdb','\x11','\x3f','\xbe','\x44','\x7c','\x6c','\xa6','\xfe','\x56','\x22','\xb6','\x5b','\xe9','\xec','\xf7','\xae','\x9f','\x79','\x01','\x9c','\x75','\xeb','\x2b','\xed','\x54','\xbe','\xd6','\x5d','\xe7','\x2c','\x09','\xc0','\x69','\xe4','\xff','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\xa6','\x5f','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\x6d','\x5f','\x2d','\x58','\x29','\x04','\xb2','\x88','\xb2','\x02','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x05','\x00','\x03','\x0d','\x6d','\xa2','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x4b','\x00','\x00','\x00','\xf1','\x02','\x00','\x00','\x00','\x00', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_c44c_flash_unomedal_nvmem_zip_begin = file_array; + extern const char* const f_c44c_flash_unomedal_nvmem_zip_end = file_array + 850; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp new file mode 100644 index 0000000000..b2d188f18f --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\x6b','\x60','\x2d','\x58','\xa4','\xfa','\xd2','\x53','\x2f','\x02','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x1c','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x09','\x00','\x03','\xfa','\x6d','\xa2','\x65','\xfa','\x6d','\xa2','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xed','\xd6','\x41','\x4a','\xeb','\x40','\x18','\x00','\xe0','\x49','\xa3','\x56','\xa1','\xe2','\xda','\x5d','\xb7','\xae','\xda','\x0a','\x5d','\x74','\xf5','\x14','\xec','\x52','\x91','\x2a','\xb8','\xf1','\x14','\xbe','\x0b','\x94','\x1e','\xe0','\x9d','\x45','\x10','\xbc','\x80','\x1b','\x37','\x82','\x97','\x10','\x7a','\x00','\xf7','\xbe','\x29','\x69','\x4d','\x8c','\x5a','\x6d','\x45','\x6c','\xe5','\xfb','\xe0','\x27','\x33','\x7f','\x32','\xc9','\x64','\x66','\x18','\x26','\x84','\xcc','\xbf','\x3f','\xe1','\x5b','\x7d','\xf7','\xfb','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x2b','\xee','\x1e','\x42','\xb8','\xad','\x65','\x71','\xb1','\x3a','\xc9','\xf6','\x07','\x67','\xdd','\x93','\xd3','\x6e','\xef','\xa8','\x7e','\xd0','\xeb','\xee','\x1f','\xd6','\x5f','\x09','\xbb','\xcd','\x66','\xa7','\xd1','\x6c','\x35','\x5a','\x9d','\xac','\xbe','\x12','\xf2','\xb6','\xed','\xa8','\x58','\xde','\x8a','\xa5','\xf3','\x18','\xb5','\x52','\xec','\x6c','\xbc','\xdf','\xaf','\x34','\xc6','\xa8','\x3b','\xc7','\x37','\x21','\x5c','\x5e','\x85','\x30','\x8c','\x89','\xeb','\x34','\xbb','\x77','\x5f','\x0d','\xa1','\x9e','\xbe','\x7c','\xfe','\x31','\x09','\x61','\x3d','\x5e','\x93','\x67','\xe5','\x37','\xf6','\x07','\xb3','\x8f','\x0e','\xcc','\xeb','\xad','\xf5','\xb6','\x1c','\x6b','\x70','\x3b','\x46','\x65','\x5c','\xae','\x14','\xf2','\xc9','\x38','\x8a','\xf5','\x59','\x0c','\xab','\xc9','\x66','\xad','\xd2','\x5e','\xfb','\x4a','\xdf','\x16','\xd9','\xe4','\xff','\xf2','\x71','\x99','\x75','\xbe','\x97','\x63','\x7d','\x00','\xbf','\x41','\xb6','\xdf','\x3c','\x45','\xc5','\x6c','\x3c','\x3c','\xa5','\xf1','\x00','\x96','\x7e','\xb8','\xbf','\xe7','\xad','\xf6','\xe6','\xed','\xc1','\xe8','\x7c','\xf7','\xd9','\x8f','\x4c','\x67','\xef','\x5c','\x44','\x69','\xe9','\x5a','\xce','\x4f','\x67','\x4e','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\xda','\xdd','\x43','\x08','\xb7','\xb5','\x2c','\xfe','\xae','\x4e','\xb2','\xfd','\xc1','\x59','\xf7','\xe4','\xb4','\xdb','\x3b','\xaa','\x1f','\xf4','\xba','\xfb','\x87','\xf5','\x57','\xc2','\x6e','\xb3','\xd9','\x69','\x34','\x5b','\x8d','\x56','\x27','\xab','\xaf','\x84','\xbc','\x6d','\x3b','\x2a','\x96','\xb7','\x62','\xe9','\x3c','\x46','\xad','\x14','\x3b','\x1b','\xef','\xf7','\x2b','\x8d','\x31','\xea','\xce','\xf1','\x4d','\x08','\x97','\x57','\x21','\x0c','\x63','\xe2','\x3a','\xcd','\xee','\xdd','\x57','\x43','\xa8','\xa7','\x2f','\x9f','\x7f','\x4c','\x42','\x58','\x8f','\xd7','\xe4','\x59','\xf9','\x8d','\xfd','\xc1','\xec','\xa3','\x03','\xf3','\x7a','\x6b','\xbd','\x2d','\xc7','\x1a','\xdc','\x8e','\x51','\x19','\x97','\x2b','\x85','\x7c','\x32','\x8e','\x62','\x7d','\x16','\xc3','\x6a','\xb2','\x59','\xab','\xb4','\xd7','\xbe','\xd2','\xb7','\x45','\x36','\xf9','\xbf','\x7c','\x5c','\x66','\x9d','\xef','\xe5','\x58','\x1f','\xc0','\x6f','\x90','\xed','\x37','\x4f','\x51','\x31','\x1b','\x0f','\x4f','\x69','\x3c','\x80','\xa5','\x1f','\xee','\xef','\x79','\xab','\xbd','\x79','\x7b','\x30','\x3a','\xdf','\x7d','\xf6','\x23','\xd3','\xd9','\x3b','\x17','\x51','\x5a','\xba','\x96','\xf3','\xd3','\x99','\x53','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\xd6','\x7f','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\x6b','\x60','\x2d','\x58','\xa4','\xfa','\xd2','\x53','\x2f','\x02','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x6e','\x76','\x6d','\x65','\x6d','\x55','\x54','\x05','\x00','\x03','\xfa','\x6d','\xa2','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x4b','\x00','\x00','\x00','\x6e','\x02','\x00','\x00','\x00','\x00', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_b7d3_flash_westdrmg_nvmem_zip_begin = file_array; + extern const char* const f_b7d3_flash_westdrmg_nvmem_zip_end = file_array + 719; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp deleted file mode 100644 index a6b942e4f6..0000000000 --- a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp +++ /dev/null @@ -1,6 +0,0 @@ - namespace { const char file_array[] = { '\x00','\x00','\x00','\x00','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x19','\x81','\x98','\x19','\x81','\x98','\x19','\x81','\x98','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x98','\x19','\x81','\x98','\x19','\x87','\xfe','\x7f','\xe1','\x98','\x19','\x81','\x98','\x19','\x87','\xfe','\x7f','\xe1','\x98','\x19','\x81','\x98','\x19','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x06','\x01','\xf8','\x3f','\xc7','\x6e','\x66','\x47','\x60','\x3f','\x81','\xfc','\x06','\xe2','\x66','\x76','\xe3','\xfc','\x1f','\x80','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc6','\x7e','\x66','\x6c','\x66','\xc7','\xf8','\x3f','\x00','\x30','\x06','\x00','\x60','\x0c','\x00','\xfc','\x1f','\xe3','\x66','\x36','\x66','\x7e','\x63','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x06','\x00','\x60','\x06','\x01','\xf8','\x3f','\xc3','\x08','\x30','\x01','\xe0','\x1e','\x03','\x00','\x30','\x83','\xfc','\x1f','\x80','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x18','\x03','\x00','\x60','\x06','\x00','\xc0','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x00','\xc0','\x0c','\x00','\x60','\x06','\x00','\x30','\x01','\x80','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x01','\x80','\x0c','\x00','\x60','\x06','\x00','\x30','\x03','\x00','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x30','\x03','\x00','\x60','\x06','\x00','\xc0','\x18','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x11','\x03','\x18','\x1b','\x00','\xe0','\x7f','\xc7','\xfc','\x0e','\x01','\xb0','\x31','\x81','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\xe0','\x1c','\x01','\x80','\x30','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xc7','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xf0','\x0f','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x06','\x00','\x60','\x0c','\x00','\xc0','\x18','\x01','\x80','\x30','\x03','\x00','\x60','\x06','\x00','\xc0','\x0c','\x01','\x80','\x18','\x03','\x00','\x30','\x06','\x00','\x60','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x1f','\x83','\x0c','\x30','\xc6','\x06','\x60','\x66','\x06','\x66','\x66','\x66','\x60','\x66','\x06','\x60','\x63','\x0c','\x30','\xc1','\xf8','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x06','\x00','\xe0','\x1e','\x03','\x60','\x66','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x20','\x60','\x06','\x00','\x60','\x0c','\x01','\x80','\x30','\x06','\x00','\xc0','\x18','\x03','\x00','\x60','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x20','\x60','\x06','\x00','\x60','\x0e','\x07','\xc0','\x7c','\x00','\xe0','\x06','\x00','\x62','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x07','\x80','\xd8','\x0d','\x81','\x98','\x19','\x83','\x18','\x31','\x86','\x18','\x61','\x87','\xfe','\x7f','\xe0','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfc','\x7f','\xc6','\x00','\x60','\x06','\x00','\x6f','\x87','\xfc','\x70','\xe6','\x06','\x00','\x60','\x06','\x00','\x62','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x60','\x46','\x00','\x60','\x06','\xf8','\x7f','\xc7','\x0e','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x7f','\xe0','\x06','\x00','\x60','\x0c','\x00','\xc0','\x18','\x01','\x80','\x30','\x03','\x00','\x60','\x06','\x00','\xc0','\x0c','\x01','\x80','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x60','\x66','\x06','\x60','\x67','\x0e','\x3f','\xc3','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfe','\x1f','\x60','\x06','\x00','\x62','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\x00','\xf0','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xf0','\x0f','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\x00','\xf0','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\xe0','\x1c','\x01','\x80','\x30','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x0c','\x01','\x80','\x30','\x06','\x00','\xc0','\x18','\x03','\x00','\x18','\x00','\xc0','\x06','\x00','\x30','\x01','\x80','\x0c','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xc7','\xfc','\x00','\x00','\x00','\x00','\x07','\xfc','\x7f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x03','\x00','\x18','\x00','\xc0','\x06','\x00','\x30','\x01','\x80','\x0c','\x01','\x80','\x30','\x06','\x00','\xc0','\x18','\x03','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xf8','\x3f','\xc0','\x0c','\x00','\xc0','\x18','\x03','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x00','\x00','\x00','\x0c','\x00','\xc0','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf8','\x1f','\xc3','\x8e','\x70','\x66','\x1e','\x63','\xe6','\x76','\x66','\x66','\x66','\x67','\x66','\x3e','\x61','\xe7','\x00','\x38','\x01','\xfc','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x7f','\x06','\x38','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\x07','\xf8','\x60','\xc6','\x06','\x60','\x66','\x06','\x60','\xe7','\xfc','\x7f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x60','\x46','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x04','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x7f','\x06','\x18','\x60','\xc6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x0c','\x61','\x87','\xf0','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x7f','\xe6','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x7f','\x87','\xf8','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x7f','\xe6','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x7f','\x87','\xf8','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x60','\x46','\x00','\x60','\x06','\x00','\x63','\xe6','\x3e','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xfc','\x3f','\xc0','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xfc','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x07','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x62','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x60','\xc6','\x18','\x63','\x06','\x60','\x6c','\x07','\xe0','\x76','\x06','\x30','\x63','\x06','\x18','\x61','\x86','\x0c','\x60','\xc6','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x60','\x67','\x0e','\x70','\xe7','\x9e','\x69','\x66','\xf6','\x66','\x66','\x66','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x70','\x67','\x06','\x78','\x66','\x86','\x6c','\x66','\x46','\x66','\x66','\x26','\x63','\x66','\x16','\x61','\xe6','\x0e','\x60','\xe6','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xf8','\x7f','\xc6','\x0e','\x60','\x66','\x06','\x60','\x66','\x0e','\x7f','\xc7','\xf8','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x66','\x66','\x66','\x76','\xe3','\xfc','\x1f','\x80','\x38','\x01','\xe0','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xf8','\x7f','\xc6','\x0e','\x60','\x66','\x06','\x60','\x66','\x0e','\x7f','\xc7','\xf8','\x7c','\x06','\xe0','\x67','\x06','\x38','\x61','\xc6','\x0e','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x60','\x46','\x00','\x70','\x03','\xc0','\x1f','\x00','\x78','\x01','\xc0','\x0e','\x00','\x62','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x7f','\xe0','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x63','\x0c','\x30','\xc1','\x98','\x19','\x80','\xf0','\x0f','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x66','\x66','\x66','\x6f','\x66','\x96','\x79','\xe3','\x0c','\x30','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x60','\x63','\x0c','\x30','\xc1','\x98','\x19','\x80','\xf0','\x0f','\x00','\xf0','\x0f','\x01','\x98','\x19','\x83','\x0c','\x30','\xc6','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x67','\x0e','\x3f','\xc1','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x7f','\xe0','\x06','\x00','\xc0','\x0c','\x01','\x80','\x30','\x06','\x00','\x60','\x0c','\x01','\x80','\x30','\x03','\x00','\x60','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xc1','\xfc','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1f','\xc1','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x06','\x00','\x60','\x03','\x00','\x30','\x01','\x80','\x18','\x00','\xc0','\x0c','\x00','\x60','\x06','\x00','\x30','\x03','\x00','\x18','\x01','\x80','\x0c','\x00','\xc0','\x06','\x00','\x60','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x83','\xf8','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x3f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x06','\x00','\xf0','\x0f','\x01','\x98','\x19','\x83','\x0c','\x30','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x1c','\x01','\xc0','\x0e','\x00','\x60','\x03','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xfc','\x00','\xe0','\x06','\x1f','\xe3','\xfe','\x70','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x67','\x86','\xfc','\x78','\xe7','\x06','\x60','\x66','\x06','\x60','\x67','\x06','\x78','\xe6','\xfc','\x67','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x04','\x60','\x06','\x00','\x60','\x06','\x04','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x1e','\x63','\xf6','\x71','\xe6','\x0e','\x60','\x66','\x06','\x60','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x7f','\xe7','\xfe','\x60','\x06','\x04','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x0f','\xc1','\xce','\x18','\x41','\x80','\x18','\x01','\x80','\x7f','\xc7','\xfc','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1e','\x63','\xf6','\x71','\xe6','\x0e','\x60','\x66','\x06','\x60','\xe7','\x1e','\x3f','\x61','\xe6','\x00','\x60','\x06','\x20','\x67','\x0e','\x3f','\xc1','\xf8','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x67','\x86','\xfc','\x78','\xe7','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x03','\x00','\x30','\x00','\x00','\x00','\x1f','\x01','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x01','\x80','\x18','\x00','\x00','\x00','\x0f','\x80','\xf8','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x21','\x87','\x38','\x3f','\x01','\xe0','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\xc6','\x18','\x63','\x06','\x60','\x6c','\x07','\xc0','\x76','\x06','\x30','\x61','\x86','\x0c','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0e','\x00','\x7c','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x6c','\xc7','\xfe','\x77','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x67','\x86','\xfc','\x78','\xe7','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x67','\x86','\xfc','\x78','\xe7','\x06','\x60','\x66','\x06','\x70','\x67','\x8e','\x6f','\xc6','\x78','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1e','\x63','\xf6','\x71','\xe6','\x0e','\x60','\x66','\x06','\x60','\xe7','\x1e','\x3f','\x61','\xe6','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x67','\x86','\xfc','\x78','\xe7','\x04','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x83','\xfc','\x60','\xe7','\x84','\x3f','\x00','\xfc','\x01','\xe2','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x18','\x01','\x80','\x7f','\xc7','\xfc','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x84','\x1c','\xe0','\xfc','\x07','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x66','\x06','\x60','\x63','\x0c','\x30','\xc3','\x0c','\x19','\x81','\x98','\x0f','\x00','\xf0','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x66','\x66','\x66','\x6f','\x66','\x96','\x79','\xe3','\x0c','\x30','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x66','\x06','\x30','\xc1','\x98','\x0f','\x00','\x60','\x0f','\x01','\x98','\x30','\xc6','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\xe7','\x1e','\x3f','\x61','\xe6','\x00','\x60','\x06','\x20','\x67','\x0e','\x3f','\xc1','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe7','\xfe','\x00','\xc0','\x18','\x03','\x00','\x60','\x0c','\x01','\x80','\x30','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x3c','\x07','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0e','\x03','\xc0','\x3c','\x00','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x70','\x03','\xc0','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x03','\xc0','\x0e','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\x00','\x3c','\x03','\xc0','\x70','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xe0','\x3c','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x67','\xc6','\x66','\x66','\x66','\x63','\xe6','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x60','\x66','\x06','\x30','\xc3','\x0c','\x19','\x87','\xfe','\x7f','\xe0','\x60','\x06','\x07','\xfe','\x7f','\xe0','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x1f','\x83','\xfc','\x76','\xe6','\x64','\x66','\x06','\x60','\x66','\x47','\x6e','\x3f','\xc1','\xf8','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x0f','\x81','\xdc','\x18','\x81','\x80','\x18','\x01','\x80','\x7f','\x07','\xf0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x47','\x6e','\x3f','\xc1','\x98','\x30','\xc3','\x0c','\x30','\xc1','\x98','\x3f','\xc7','\x6e','\x20','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x60','\x66','\x06','\x30','\xc3','\x0c','\x19','\x87','\xfe','\x7f','\xe0','\x60','\x06','\x07','\xfe','\x7f','\xe0','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xfc','\x3f','\xc3','\x00','\x30','\x01','\x80','\x0f','\x01','\xf8','\x39','\xc3','\x0c','\x30','\xc3','\x9c','\x1f','\x80','\xf0','\x01','\x80','\x0c','\x00','\xc3','\xfc','\x3f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x98','\x19','\x81','\x98','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x03','\x0c','\x40','\x24','\x02','\x8f','\x19','\xf9','\x99','\x99','\x81','\x98','\x19','\x99','\x9f','\x98','\xf1','\x40','\x24','\x02','\x30','\xc0','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf0','\x1f','\x80','\x0c','\x1f','\xc3','\xfc','\x30','\xc3','\xfc','\x1e','\xc0','\x00','\x3f','\xc3','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x20','\xc6','\x18','\xc3','\x18','\x63','\x0c','\x60','\x63','\x03','\x18','\x18','\xc0','\xc6','\x04','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xc7','\xfc','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x03','\x0c','\x40','\x24','\x02','\x9b','\x19','\xf9','\x9d','\x99','\x81','\x98','\x19','\x81','\x98','\x19','\x81','\x40','\x24','\x02','\x30','\xc0','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x1f','\x03','\x18','\x31','\x83','\x18','\x1f','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x06','\x00','\x60','\x06','\x07','\xfe','\x7f','\xe0','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x7f','\xe7','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc3','\x0c','\x00','\xc0','\x18','\x07','\x01','\xc0','\x30','\x03','\xfc','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xfc','\x3f','\xc0','\x18','\x03','\x00','\x78','\x07','\xc0','\x0c','\x30','\xc3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x07','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x73','\x87','\xfe','\x6c','\xe6','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe7','\xfe','\xec','\xcc','\xcc','\xcc','\xcc','\xcc','\xec','\xc7','\xcc','\x1c','\xc0','\xcc','\x0c','\xc0','\xcc','\x0c','\xc0','\xcc','\x0c','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\x00','\xf0','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x07','\x00','\x18','\x0f','\x80','\xf0','\x00','\x00','\x00','\x00','\x00','\x20','\x06','\x00','\xe0','\x1e','\x03','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x1f','\x83','\x9c','\x30','\xc3','\x0c','\x39','\xc1','\xf8','\x0f','\x00','\x00','\x3f','\xc3','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x06','\x30','\x31','\x81','\x8c','\x0c','\x60','\x63','\x0c','\x61','\x8c','\x31','\x86','\x30','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x01','\x80','\x38','\x07','\x80','\xd8','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x00','\x0c','\x01','\xc0','\x3c','\x06','\xc0','\xcc','\x18','\xc1','\xfe','\x1f','\xe0','\x0c','\x00','\xc0','\x00','\x00','\x00','\x00','\x08','\x01','\x80','\x38','\x07','\x80','\xd8','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x00','\xfc','\x1f','\xe1','\x86','\x00','\x60','\x0c','\x03','\x80','\xe0','\x18','\x01','\xfe','\x1f','\xe0','\x00','\x00','\x00','\x00','\xff','\x0f','\xf0','\x06','\x00','\xc0','\x1e','\x01','\xf0','\x03','\x0c','\x30','\xff','\x07','\xe0','\x00','\x00','\x0c','\x01','\xc0','\x3c','\x06','\xc0','\xcc','\x18','\xc1','\xfe','\x1f','\xe0','\x0c','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x30','\x03','\x00','\x00','\x00','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x0c','\x01','\x80','\x30','\x03','\x00','\x3f','\xc1','\xfc','\x00','\x00','\x00','\x3c','\x00','\xe0','\x03','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x70','\x0c','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\x01','\x98','\x30','\xc0','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x43','\xfc','\x23','\x80','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x19','\x81','\x98','\x19','\x80','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x01','\x98','\x10','\x81','\x98','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xfe','\x3f','\xe7','\x30','\x63','\x06','\x30','\x63','\x06','\x30','\x7f','\xe7','\xfe','\x63','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x3e','\x63','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x3f','\xc7','\x0e','\x60','\x46','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x04','\x70','\xe3','\xfc','\x1f','\x80','\x60','\x07','\x00','\x18','\x0f','\x80','\xf0','\x00','\x00','\x00','\x3c','\x00','\xe0','\x03','\x00','\x00','\x7f','\xe7','\xfe','\x60','\x06','\x00','\x60','\x07','\xf8','\x7f','\x86','\x00','\x60','\x06','\x00','\x60','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x70','\x0c','\x00','\x00','\x7f','\xe7','\xfe','\x60','\x06','\x00','\x60','\x07','\xf8','\x7f','\x86','\x00','\x60','\x06','\x00','\x60','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\x01','\x98','\x30','\xc0','\x00','\x7f','\xe7','\xfe','\x60','\x06','\x00','\x60','\x07','\xf8','\x7f','\x86','\x00','\x60','\x06','\x00','\x60','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x19','\x81','\x98','\x19','\x80','\x00','\x7f','\xe7','\xfe','\x60','\x06','\x00','\x60','\x07','\xf8','\x7f','\x86','\x00','\x60','\x06','\x00','\x60','\x07','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\xe0','\x03','\x00','\x00','\x3f','\xc3','\xfc','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xfc','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x70','\x0c','\x00','\x00','\x3f','\xc3','\xfc','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xfc','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\x01','\x98','\x30','\xc0','\x00','\x3f','\xc3','\xfc','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xfc','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x19','\x81','\x98','\x19','\x80','\x00','\x3f','\xc3','\xfc','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xfc','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x7f','\x06','\x18','\x60','\xc6','\x06','\x60','\x66','\x06','\xfc','\x6f','\xc6','\x60','\x66','\x06','\x60','\x66','\x0c','\x61','\x87','\xf0','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x43','\xfc','\x23','\x80','\x00','\x60','\x67','\x06','\x78','\x66','\x86','\x6c','\x66','\x46','\x66','\x66','\x26','\x63','\x66','\x16','\x61','\xe6','\x0e','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\xe0','\x03','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x70','\x0c','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\x01','\x98','\x30','\xc0','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x43','\xfc','\x23','\x80','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x19','\x81','\x98','\x19','\x80','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x46','\x0c','\x31','\x81','\xb0','\x0e','\x00','\xe0','\x1b','\x03','\x18','\x60','\xc4','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x21','\xfe','\x3f','\xc7','\x0e','\x60','\xe6','\x1e','\x61','\x66','\x36','\x62','\x66','\x66','\x64','\x66','\xc6','\x68','\x67','\x86','\x70','\xe3','\xfc','\x7f','\x84','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\xe0','\x03','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x70','\x0c','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\x01','\x98','\x30','\xc0','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x19','\x81','\x98','\x19','\x80','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x70','\x0c','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x67','\x0e','\x3f','\xc1','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xf8','\x7f','\xc6','\x0e','\x60','\x66','\x06','\x60','\xe7','\xfc','\x7f','\x86','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf0','\x3f','\x87','\x18','\x61','\x86','\x30','\x66','\x06','\x60','\x66','\x06','\x30','\x61','\x86','\x0c','\x60','\x66','\x46','\x6e','\x66','\x7e','\x63','\xc6','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0e','\x00','\x30','\x00','\x00','\x00','\x1f','\x81','\xfc','\x00','\xe0','\x06','\x1f','\xe3','\xfe','\x70','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x07','\x00','\xc0','\x00','\x00','\x00','\x1f','\x81','\xfc','\x00','\xe0','\x06','\x1f','\xe3','\xfe','\x70','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xf0','\x19','\x83','\x0c','\x00','\x00','\x00','\x1f','\x81','\xfc','\x00','\xe0','\x06','\x1f','\xe3','\xfe','\x70','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc4','\x3f','\xc2','\x38','\x00','\x00','\x00','\x1f','\x81','\xfc','\x00','\xe0','\x06','\x1f','\xe3','\xfe','\x70','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x98','\x19','\x81','\x98','\x00','\x00','\x00','\x1f','\x81','\xfc','\x00','\xe0','\x06','\x1f','\xe3','\xfe','\x70','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x01','\x98','\x10','\x81','\x98','\x0f','\x00','\x00','\x1f','\x81','\xfc','\x00','\xe0','\x06','\x1f','\xe3','\xfe','\x70','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x79','\xc7','\xfe','\x0e','\x60','\x66','\x3f','\xe7','\xfe','\xe6','\x0c','\x60','\xee','\x67','\xfe','\x31','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x04','\x60','\x06','\x00','\x60','\x06','\x04','\x70','\xe3','\xfc','\x1f','\x80','\x60','\x07','\x00','\x18','\x0f','\x80','\xf0','\x00','\x00','\x00','\x00','\x03','\xc0','\x0e','\x00','\x30','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x7f','\xe7','\xfe','\x60','\x06','\x04','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x07','\x00','\xc0','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x7f','\xe7','\xfe','\x60','\x06','\x04','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xf0','\x19','\x83','\x0c','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x7f','\xe7','\xfe','\x60','\x06','\x04','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x98','\x19','\x81','\x98','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x7f','\xe7','\xfe','\x60','\x06','\x04','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0e','\x00','\x30','\x00','\x00','\x00','\x1f','\x01','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x07','\x00','\xc0','\x00','\x00','\x00','\x1f','\x01','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xf0','\x19','\x83','\x0c','\x00','\x00','\x00','\x1f','\x01','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x98','\x19','\x81','\x98','\x00','\x00','\x00','\x1f','\x01','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x18','\x1f','\x00','\xc0','\x3e','\x06','\x30','\x01','\x81','\xfc','\x3f','\xc7','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc4','\x3f','\xc2','\x38','\x00','\x00','\x00','\x67','\x86','\xfc','\x78','\xe7','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0e','\x00','\x30','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x07','\x00','\xc0','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xf0','\x19','\x83','\x0c','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc4','\x3f','\xc2','\x38','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x98','\x19','\x81','\x98','\x00','\x00','\x00','\x1f','\x83','\xfc','\x70','\xe6','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x70','\xe3','\xfc','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x7f','\xe7','\xfe','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x1f','\xc3','\xfc','\x71','\xe6','\x36','\x62','\x66','\x66','\x64','\x66','\xc6','\x78','\xe3','\xfc','\x3f','\x86','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0e','\x00','\x30','\x00','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x07','\x00','\xc0','\x00','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xf0','\x19','\x83','\x0c','\x00','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x98','\x19','\x81','\x98','\x00','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x0e','\x71','\xe3','\xf6','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x07','\x00','\xc0','\x00','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\xe7','\x1e','\x3f','\x61','\xe6','\x00','\x60','\x06','\x20','\x67','\x0e','\x3f','\xc1','\xf8','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x67','\x86','\xfc','\x78','\xe7','\x06','\x60','\x66','\x06','\x60','\x67','\x06','\x78','\xe6','\xfc','\x67','\x86','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x01','\x98','\x19','\x81','\x98','\x00','\x00','\x00','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\xe7','\x1e','\x3f','\x61','\xe6','\x00','\x60','\x06','\x20','\x67','\x0e','\x3f','\xc1','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x80','\x78','\x0c','\xc0','\xcc','\x0c','\xc0','\xcc','\x07','\x80','\x78','\x00','\x00','\x00','\x00','\x1f','\x01','\xf0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x0f','\x80','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x02','\x00','\x30','\x03','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\x00','\xf0','\x0f','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x7f','\xe7','\xfe','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x3f','\xc3','\xfc','\x00','\xc0','\x18','\x01','\x80','\x18','\x03','\x00','\x30','\x06','\x00','\x60','\x0c','\x01','\x80','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xc3','\xfc','\x38','\xc0','\x08','\x07','\x80','\x70','\x06','\x00','\x60','\x04','\x00','\x40','\x04','\x00','\xc0','\x08','\x01','\x80','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x01','\x80','\x08','\x01','\x80','\x30','\x03','\x00','\x70','\x0f','\x00','\xf0','\x1b','\x01','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x06','\x00','\x60','\x26','\x83','\xf8','\x3f','\x83','\x08','\x30','\x83','\x08','\x31','\x80','\x10','\x03','\x00','\x20','\x06','\x00','\x40','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x83','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xfe','\x3f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x30','\x03','\x00','\x30','\x3f','\xc3','\xfc','\x07','\x00','\x70','\x0f','\x00','\xb0','\x1b','\x01','\x30','\x33','\x02','\x70','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\xc0','\x0c','\x80','\xfc','\x0f','\xc7','\xcc','\x3c','\x80','\x58','\x05','\x00','\x40','\x04','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x81','\xf8','\x1f','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x87','\xfc','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x3f','\xc1','\xfc','\x00','\xc0','\x0c','\x00','\xc1','\xfc','\x1f','\x80','\x08','\x00','\x80','\x08','\x00','\x83','\xfc','\x1f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x2c','\x02','\x4c','\x36','\xc1','\x2c','\x12','\xc1','\xac','\x08','\x80','\x08','\x01','\x80','\x10','\x03','\x00','\x20','\x06','\x00','\xc0','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe5','\xfe','\x7c','\x62','\x0c','\x05','\x80','\x78','\x07','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x04','\x00','\xc0','\x08','\x01','\x80','\x10','\x03','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x0c','\x00','\xc0','\x0c','\x01','\x80','\x18','\x03','\x00','\x30','\x06','\x00','\x60','\x0e','\x01','\xa0','\x32','\x06','\x20','\x42','\x00','\x20','\x02','\x00','\x20','\x02','\x00','\x20','\x02','\x00','\x00','\x00','\x00','\x40','\x06','\x00','\x60','\x06','\x04','\x64','\x7f','\xe3','\xfc','\x20','\xc2','\x0c','\x20','\xc2','\x0c','\x20','\xc2','\x0c','\x20','\x82','\x18','\x01','\x80','\x30','\x03','\x00','\x60','\x06','\x00','\xc0','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x3c','\x3f','\xc3','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x2c','\xff','\x7f','\xf7','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x20','\x03','\x00','\x30','\x03','\x00','\x30','\x43','\xf7','\xff','\x7f','\x00','\x30','\x03','\x00','\x70','\x05','\x00','\xd0','\x09','\x01','\x90','\x11','\x03','\x50','\x67','\x06','\x70','\xc3','\x00','\x00','\x00','\x00','\xc0','\x04','\x00','\x60','\x06','\x00','\x60','\x07','\xe4','\xfe','\x7e','\x67','\x66','\x06','\x60','\x46','\x04','\x60','\x46','\x04','\x60','\xc6','\x0c','\x40','\x84','\x1a','\x41','\x3c','\x31','\x86','\x18','\x60','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\xc0','\x04','\x00','\x40','\x04','\x00','\x7c','\x5f','\xc7','\xe0','\x26','\x00','\x60','\x06','\x00','\x6f','\x0f','\xff','\xf0','\x7a','\x00','\x20','\x02','\x00','\x20','\x02','\x00','\x20','\x02','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x06','\x00','\x44','\x0f','\xe0','\xfe','\x08','\x41','\x8c','\x10','\x83','\x08','\x21','\x86','\x10','\x41','\x00','\x30','\x02','\x00','\x60','\x0c','\x00','\xc0','\x18','\x03','\x00','\x60','\x00','\x00','\x00','\x00','\x80','\x0c','\x00','\xc0','\x0c','\x00','\x80','\x08','\x01','\x9f','\x1f','\xf1','\xf0','\x33','\x02','\x30','\x63','\x04','\x30','\x43','\x00','\x20','\x02','\x00','\x60','\x04','\x00','\xc0','\x08','\x01','\x80','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x43','\xfe','\x3f','\xe0','\x04','\x00','\x40','\x04','\x00','\x40','\x04','\x00','\x40','\x04','\x00','\xc0','\x0c','\x00','\xc7','\xfc','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x01','\x83','\x18','\x19','\x81','\x98','\x19','\x81','\x98','\x19','\xe7','\xff','\x7f','\x81','\x98','\x19','\x81','\x98','\x19','\x81','\x98','\x19','\x81','\x90','\x01','\x00','\x30','\x02','\x00','\x60','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x10','\x01','\x80','\x08','\x00','\x01','\x40','\x36','\x02','\x30','\x61','\x84','\x18','\xc0','\x08','\x01','\x80','\x10','\x03','\x00','\x60','\x2c','\x03','\xc0','\x38','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x1c','\x3f','\xe1','\xe4','\x00','\x40','\x0c','\x00','\x80','\x08','\x01','\x80','\x10','\x03','\x00','\x20','\x07','\x80','\x58','\x0c','\xc0','\x84','\x18','\x63','\x06','\x60','\x26','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x0c','\x00','\xc0','\x0c','\x00','\xc2','\x0f','\xf9','\xfe','\xfc','\x46','\xcc','\x0c','\x80','\xd8','\x0d','\x00','\xf0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x07','\xf0','\x7f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x0c','\x20','\x63','\x04','\x10','\x41','\x8c','\x18','\xc1','\x8c','\x18','\x80','\x08','\x01','\x80','\x10','\x03','\x00','\x20','\x06','\x00','\x40','\x0c','\x00','\x80','\x18','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x40','\x04','\xc0','\x7c','\x0f','\xc0','\x8c','\x18','\x81','\x98','\x39','\x82','\xd0','\x6f','\x04','\x70','\x03','\x00','\x70','\x05','\x00','\xc0','\x08','\x01','\x80','\x30','\x07','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x0f','\xc3','\xf0','\x7a','\x00','\x20','\x02','\x00','\x20','\x03','\xe5','\xfe','\x7e','\x06','\x60','\x06','\x00','\x60','\x06','\x00','\x40','\x0c','\x00','\x80','\x18','\x03','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x08','\x04','\xc6','\x44','\x66','\x46','\x26','\x63','\x66','\x36','\x63','\x66','\x32','\x40','\x0c','\x00','\xc0','\x0c','\x00','\x80','\x18','\x01','\x00','\x30','\x06','\x00','\x60','\x0c','\x01','\x80','\x30','\x00','\x00','\x00','\x00','\x00','\x20','\xc3','\xfc','\x1f','\x00','\x00','\x00','\x00','\x00','\xdf','\xf7','\xff','\x62','\x00','\x20','\x02','\x00','\x20','\x06','\x00','\x60','\x04','\x00','\xc0','\x08','\x01','\x80','\x30','\x03','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xf0','\x0f','\x80','\xdc','\x0c','\xc0','\xc4','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x02','\x00','\x20','\x02','\x00','\x20','\x43','\xe7','\xff','\x7e','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x04','\x00','\x40','\x0c','\x00','\x80','\x18','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xfc','\x3f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\xff','\x7f','\xf7','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x27','\xc3','\xfe','\x1c','\x40','\x04','\x00','\xc0','\x0c','\x18','\x80','\xd8','\x0d','\x00','\x70','\x07','\x00','\x78','\x04','\x80','\xcc','\x08','\x41','\x86','\x30','\x36','\x03','\x60','\x00','\x00','\x00','\x00','\x80','\x0c','\x00','\x60','\x06','\x00','\x08','\x07','\x84','\xf8','\x7d','\x83','\x30','\x03','\x00','\x60','\x07','\x00','\xf8','\x1f','\xc3','\xee','\x76','\x6e','\x63','\x06','\x30','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x01','\x80','\x18','\x01','\x00','\x30','\x03','\x00','\x20','\x06','\x00','\x40','\x0c','\x00','\x80','\x18','\x01','\x00','\x30','\x02','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x1b','\x00','\xd0','\x0d','\x80','\x88','\x08','\xc1','\x8c','\x18','\x41','\x86','\x10','\x61','\x02','\x30','\x23','\x02','\x20','\x22','\x02','\x60','\x34','\x03','\xc0','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x03','\x00','\x20','\x02','\x00','\x20','\xc2','\x1c','\x27','\x03','\xe0','\x3c','\x02','\x00','\x20','\x02','\x00','\x20','\x02','\x00','\x20','\x02','\x00','\x30','\x63','\xfe','\x1f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x4f','\xe7','\xfe','\x30','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x01','\x80','\x18','\x01','\x00','\x30','\x02','\x00','\x60','\x04','\x00','\xc0','\x08','\x01','\x80','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x0c','\x01','\xe0','\x1a','\x01','\x30','\x31','\x02','\x18','\x60','\x84','\x0c','\x00','\x40','\x06','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x60','\x06','\x00','\x60','\x47','\xf7','\xff','\x7e','\x00','\x60','\x17','\x01','\x68','\x16','\xc3','\x64','\x36','\x62','\x66','\x66','\x2c','\x62','\xde','\x20','\xe0','\x0e','\x00','\x60','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x7f','\xf7','\xe7','\x60','\x60','\x0c','\x00','\xc0','\x18','\x21','\x83','\x10','\x1b','\x00','\xe0','\x06','\x00','\x30','\x03','\x00','\x18','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x3e','\x01','\xf0','\x03','\xc0','\x0e','\x00','\x60','\x00','\x38','\x01','\xe0','\x0f','\x00','\x38','\x01','\xc0','\x0c','\x00','\x00','\x00','\x38','\x03','\xe0','\x07','\x00','\x38','\x01','\xc0','\x0c','\x00','\x40','\x00','\x00','\x00','\x00','\x0c','\x00','\x60','\x06','\x00','\x60','\x04','\x00','\x40','\x0c','\x00','\xc0','\x09','\x00','\x90','\x19','\x81','\x88','\x18','\xc1','\x0c','\x30','\x63','\x3e','\x7f','\xe7','\xc3','\x60','\x30','\x03','\x00','\x30','\x00','\x00','\x00','\x00','\x01','\x80','\x08','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x18','\x80','\xc8','\x0f','\x80','\x70','\x03','\x00','\x18','\x03','\x80','\x2c','\x06','\x40','\x46','\x0c','\x00','\x80','\x18','\x03','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x83','\xfc','\x3f','\x00','\x40','\x04','\x00','\x40','\x04','\x00','\x7e','\xdf','\xe7','\xc0','\x64','\x00','\x40','\x04','\x00','\x40','\x04','\x00','\x40','\x07','\xf0','\x7f','\x00','\x00','\x00','\x00','\x01','\x80','\x08','\x00','\x80','\x08','\x00','\x80','\x0c','\xf0','\xff','\x0f','\xa7','\xc6','\x7c','\x46','\x44','\x04','\xc0','\x48','\x05','\x80','\x70','\x06','\x00','\x60','\x02','\x00','\x20','\x02','\x00','\x20','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x87','\xf8','\x3f','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x00','\x10','\x01','\x0c','\x10','\x7f','\xf7','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x06','\x3f','\xe3','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x3f','\xe1','\xfc','\x00','\x40','\x04','\x00','\x40','\x04','\x00','\x47','\xfe','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xc1','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\xcf','\xe7','\xfe','\x70','\x60','\x06','\x00','\xc0','\x0c','\x01','\x80','\x18','\x03','\x00','\x20','\x06','\x00','\x40','\x0c','\x01','\x80','\x30','\x00','\x00','\x00','\x00','\x00','\x31','\xc1','\x0c','\x10','\xc1','\x0c','\x10','\xc1','\x0c','\x10','\xc1','\x0c','\x10','\xc1','\x0c','\x10','\xc1','\x0c','\x10','\xc1','\x08','\x01','\x80','\x18','\x01','\x80','\x10','\x03','\x00','\xe0','\x0c','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x36','\x01','\xe0','\x16','\x01','\x60','\x16','\x01','\x60','\x16','\x01','\x61','\x16','\x31','\x62','\x16','\x61','\x64','\x16','\xc3','\x68','\x37','\x82','\x78','\x67','\x04','\x70','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x03','\x00','\x30','\x03','\x00','\x30','\x13','\x03','\x30','\x23','\x06','\x30','\x43','\x0c','\x30','\x83','\x18','\x31','\x03','\x30','\x36','\x03','\x40','\x3c','\x03','\x80','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x04','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\xfc','\x3f','\xc3','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x04','\x7f','\xe3','\xfe','\x20','\xc2','\x0c','\x20','\xc2','\x0c','\x20','\xc2','\x0c','\x20','\xc0','\x0c','\x00','\x80','\x18','\x01','\x80','\x10','\x03','\x00','\x20','\x06','\x00','\x40','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x02','\x00','\x30','\x01','\x00','\x18','\x21','\x82','\x18','\x60','\x04','\x00','\xc0','\x08','\x01','\x80','\x10','\x03','\x00','\x60','\x0e','\x02','\xc0','\x38','\x03','\x80','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x30','\x01','\x80','\x18','\x06','\x00','\x30','\x01','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x07','\x80','\x48','\x04','\x80','\x48','\x07','\x80','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x09','\x00','\x00','\x10','\x80','\x00','\x10','\x80','\x00','\x09','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x00','\x01','\x83','\x00','\x03','\x01','\x80','\x03','\x00','\xc0','\x03','\x80','\xc0','\x01','\x80','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\xcc','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x66','\x00','\x00','\x66','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x66','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x03','\x30','\x00','\x01','\x80','\x00','\x81','\x80','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x1f','\x00','\x00','\x66','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x03','\x30','\x00','\x81','\x80','\x00','\x41','\x80','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x1f','\x00','\x00','\x66','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x82','\x00','\x01','\x86','\x00','\x01','\x04','\x00','\x02','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0c','\x00','\x1e','\x30','\x00','\xc6','\xc7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x60','\x00','\x7f','\xf0','\x00','\xc0','\x60','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x01','\x80','\x02','\x01','\x00','\x04','\x02','\x00','\x08','\x64','\x00','\x10','\x18','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x0f','\x00','\x00','\x3c','\x00','\x00','\x70','\x00','\x01','\xc0','\x00','\x03','\x00','\x03','\xc6','\x00','\x04','\x38','\x00','\x08','\x1c','\x00','\x08','\x26','\x00','\x10','\x47','\x00','\x10','\x83','\x00','\x31','\x00','\x00','\x22','\x00','\x00','\x26','\x00','\x00','\x2c','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x03','\xc3','\xc0','\x0e','\x00','\x70','\x18','\x00','\x18','\x30','\x00','\x0c','\x20','\x00','\x04','\x60','\x00','\x06','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x60','\x00','\x06','\x20','\x00','\x04','\x30','\x00','\x0c','\x18','\x00','\x18','\x0e','\x00','\x70','\x03','\xc3','\xc0','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x7f','\xff','\xfc','\x3f','\xff','\xfe','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\x00','\x61','\xe0','\x00','\x80','\x78','\x00','\x00','\x1e','\x01','\x00','\x07','\x86','\x00','\x00','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x38','\x1c','\x70','\x38','\x1c','\x70','\x38','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x70','\x1c','\x00','\x70','\x1c','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x70','\x00','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x84','\x00','\x01','\x08','\x00','\x03','\x18','\x00','\x03','\x18','\x00','\x03','\x9c','\x00','\x03','\x9c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x39','\xc0','\x00','\x39','\xc0','\x00','\x18','\xc0','\x00','\x18','\xc0','\x00','\x10','\x80','\x00','\x21','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x20','\x04','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x03','\x00','\x00','\x00','\xc0','\x00','\x00','\x30','\x0c','\x00','\x00','\x03','\x00','\x00','\x00','\xc0','\x00','\x00','\x30','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x07','\xf0','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x07','\xf0','\x0f','\xe0','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x0f','\xe0','\x00','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x40','\x02','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x10','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x88','\x00','\x01','\x10','\x00','\x01','\x10','\x00','\x02','\x20','\x00','\x04','\x40','\x00','\x04','\x40','\x00','\x08','\x80','\x00','\x11','\x00','\x00','\x11','\x00','\x00','\x22','\x00','\x00','\x11','\x00','\x00','\x11','\x00','\x00','\x08','\x80','\x00','\x04','\x40','\x00','\x04','\x40','\x00','\x02','\x20','\x00','\x02','\x20','\x00','\x01','\x10','\x00','\x00','\x88','\x00','\x00','\x88','\x00','\x00','\x44','\x00','\x00','\x44','\x22','\x00','\x00','\x22','\x00','\x00','\x11','\x00','\x00','\x08','\x80','\x00','\x08','\x80','\x00','\x04','\x40','\x00','\x02','\x20','\x00','\x02','\x20','\x00','\x01','\x10','\x00','\x00','\x88','\x00','\x00','\x88','\x00','\x00','\x44','\x00','\x00','\x88','\x00','\x00','\x88','\x00','\x01','\x10','\x00','\x02','\x20','\x00','\x02','\x20','\x00','\x04','\x40','\x00','\x04','\x40','\x00','\x08','\x80','\x00','\x11','\x00','\x00','\x11','\x00','\x00','\x22','\x00','\x00','\x22','\x00','\x00','\x00','\x07','\xf0','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x0f','\xe0','\x00','\x00','\x07','\xf8','\x00','\x04','\x08','\x00','\x04','\x08','\x00','\x04','\xf8','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x07','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xe0','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x1f','\x20','\x00','\x10','\x20','\x00','\x10','\x20','\x00','\x1f','\xe0','\x00','\x00','\x07','\xf0','\x00','\x07','\xe0','\x00','\x07','\xc0','\x00','\x07','\xc0','\x00','\x07','\x80','\x00','\x07','\x80','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x07','\x80','\x00','\x07','\x80','\x00','\x07','\xc0','\x00','\x07','\xc0','\x00','\x07','\xe0','\x00','\x07','\xf0','\x0f','\xe0','\x00','\x07','\xe0','\x00','\x03','\xe0','\x00','\x03','\xe0','\x00','\x01','\xe0','\x00','\x01','\xe0','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x01','\xe0','\x00','\x01','\xe0','\x00','\x03','\xe0','\x00','\x03','\xe0','\x00','\x07','\xe0','\x00','\x0f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x10','\x04','\x00','\x20','\x02','\x00','\x40','\x01','\x00','\x80','\x00','\x81','\x00','\x00','\x42','\x00','\x00','\x24','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x24','\x00','\x00','\x42','\x00','\x00','\x81','\x00','\x01','\x00','\x80','\x02','\x00','\x40','\x04','\x00','\x20','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x1f','\xff','\xf8','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x0c','\x00','\x00','\x02','\x00','\x00','\x01','\x80','\x00','\x00','\x60','\x00','\x00','\x18','\x00','\x00','\x06','\x00','\x00','\x01','\x00','\x00','\x00','\xc0','\x00','\x00','\x30','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x0c','\x00','\x00','\x03','\x00','\x00','\x00','\xc0','\x00','\x00','\x30','\x00','\x00','\x0c','\x00','\x00','\x03','\x00','\x00','\x00','\xc0','\x00','\x00','\x30','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x40','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x60','\x00','\x00','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\xe0','\x00','\x07','\x00','\x00','\x38','\x00','\x01','\xc0','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x06','\x00','\x00','\x01','\xc0','\x00','\x00','\x38','\x00','\x00','\x07','\x00','\x00','\x00','\xe0','\x00','\x00','\x18','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x07','\x00','\x00','\x00','\xe0','\x00','\x00','\x1c','\x00','\x00','\x03','\x80','\x00','\x00','\x60','\x00','\x00','\x18','\x00','\x00','\x60','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\xe0','\x00','\x07','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\xe0','\x1d','\xc3','\xb8','\x30','\x66','\x0c','\x20','\x24','\x04','\x60','\x3c','\x06','\x40','\x18','\x02','\x40','\x18','\x02','\x60','\x3c','\x06','\x20','\x24','\x04','\x30','\x66','\x0c','\x1d','\xc3','\xb8','\x07','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x70','\x1c','\x00','\x70','\x1c','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfc','\x00','\x00','\x0c','\x00','\x00','\x14','\x00','\x00','\x24','\x00','\x00','\x44','\x00','\x00','\x84','\x00','\x01','\x04','\x00','\x02','\x04','\x00','\x04','\x04','\x00','\x08','\x04','\x03','\x90','\x00','\x0c','\x60','\x00','\x10','\x10','\x00','\x10','\x10','\x00','\x20','\x08','\x00','\x20','\x08','\x00','\x20','\x08','\x00','\x10','\x10','\x00','\x10','\x10','\x00','\x0c','\x60','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\xc6','\x00','\x01','\x01','\x00','\x01','\x01','\x00','\x02','\x00','\x80','\x02','\x00','\x80','\x02','\x00','\x80','\x01','\x01','\x00','\x01','\x01','\x00','\x00','\xc6','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x0f','\xff','\xe0','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x09','\x00','\x00','\x10','\x80','\x00','\x10','\x80','\x00','\x09','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\xe0','\x00','\x18','\xc0','\x00','\x31','\x80','\x00','\x21','\x00','\x00','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x03','\x80','\x48','\x0c','\x64','\x84','\x30','\x1c','\x84','\x60','\x0c','\x48','\xc0','\x04','\x31','\x80','\x04','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x08','\x00','\x18','\x30','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\xfc','\x0e','\x00','\x30','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x40','\x01','\x80','\x80','\x3f','\xff','\xfc','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\x34','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x3e','\x00','\x01','\xc9','\x80','\x03','\x08','\xc0','\x06','\x08','\x60','\x06','\x08','\x60','\x07','\x08','\x00','\x03','\x88','\x00','\x01','\xe8','\x00','\x00','\x7e','\x00','\x00','\x1f','\x80','\x00','\x09','\xe0','\x00','\x08','\x70','\x00','\x08','\x30','\x06','\x08','\x30','\x06','\x08','\x30','\x03','\x08','\x60','\x01','\x89','\xc0','\x00','\x7e','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x3e','\x00','\x00','\xc3','\x80','\x01','\x84','\xc0','\x01','\x84','\xc0','\x03','\x08','\x00','\x03','\x08','\x00','\x03','\x10','\x00','\x03','\x10','\x00','\x01','\xa0','\x40','\x01','\xa0','\x80','\x00','\xc3','\x00','\x00','\x7c','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x80','\x00','\x30','\x60','\x00','\x40','\x30','\x00','\x80','\x38','\x01','\x80','\x38','\x01','\x80','\x30','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x3f','\xff','\x00','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x0e','\x60','\x00','\x11','\xe0','\x00','\x20','\x70','\x04','\x20','\xcc','\x18','\x11','\x87','\xf0','\x0e','\x01','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x02','\x18','\xc0','\x04','\x10','\x40','\x08','\x30','\x60','\x10','\x30','\x60','\x20','\x30','\x60','\x40','\x30','\x60','\x80','\x10','\x41','\x00','\x18','\xc2','\x00','\x07','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\xe0','\x00','\x43','\x18','\x00','\x82','\x08','\x01','\x06','\x0c','\x02','\x06','\x0c','\x04','\x06','\x0c','\x08','\x06','\x0c','\x10','\x02','\x08','\x20','\x03','\x18','\x40','\x00','\xe0','\x00','\x00','\x00','\x00','\x40','\x80','\x00','\x40','\x80','\x00','\x40','\x80','\x00','\x40','\x80','\x00','\x40','\x80','\x00','\x40','\x80','\x0f','\xff','\xf8','\x0f','\xff','\xf8','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x1f','\xff','\xf0','\x1f','\xff','\xf0','\x01','\x02','\x00','\x01','\x02','\x00','\x01','\x02','\x00','\x01','\x02','\x00','\x01','\x02','\x00','\x01','\x02','\x00','\x01','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\x01','\x8c','\x00','\x03','\x06','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x03','\x06','\x00','\x03','\x0c','\x00','\x01','\xb0','\xf8','\x01','\xc0','\x20','\x06','\xc0','\x20','\x08','\x60','\x40','\x18','\x70','\x40','\x30','\x38','\x80','\x30','\x1d','\x00','\x30','\x0e','\x00','\x30','\x07','\x04','\x18','\x0b','\x84','\x0c','\x31','\xf8','\x03','\xc0','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x06','\x10','\xc0','\x07','\x11','\xc0','\x01','\xd7','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x01','\xd7','\x00','\x07','\x11','\xc0','\x06','\x10','\xc0','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\xe1','\x80','\x03','\x80','\x40','\x07','\x00','\x20','\x0e','\x1d','\x90','\x0c','\x33','\x90','\x18','\x61','\x88','\x18','\xc1','\x88','\x10','\xc3','\x08','\x11','\x83','\x10','\x11','\x83','\x10','\x11','\x87','\x20','\x08','\x8b','\x40','\x08','\x71','\x80','\x04','\x00','\x10','\x02','\x00','\x20','\x01','\x80','\xc0','\x00','\x7f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x3c','\x00','\x00','\xcf','\x00','\x01','\x03','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\xc0','\x80','\x00','\xf3','\x00','\x00','\x3c','\x00','\x00','\x07','\x00','\x00','\x01','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x42','\x00','\x00','\x82','\x00','\x3f','\x81','\xf8','\x10','\x00','\x10','\x08','\x00','\x20','\x04','\x00','\x40','\x02','\x00','\x80','\x01','\x01','\x00','\x02','\x00','\x80','\x02','\x10','\x80','\x04','\x28','\x40','\x04','\x44','\x40','\x09','\x83','\x20','\x0a','\x00','\xa0','\x0c','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x7c','\x00','\x00','\x7c','\x00','\x00','\xfe','\x00','\x3f','\xff','\xf8','\x1f','\xff','\xf0','\x0f','\xff','\xe0','\x07','\xff','\xc0','\x03','\xff','\x80','\x01','\xff','\x00','\x01','\xff','\x00','\x03','\xff','\x80','\x03','\xef','\x80','\x07','\xc7','\xc0','\x07','\x01','\xc0','\x0e','\x00','\xe0','\x08','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x06','\x00','\x60','\x08','\x00','\x10','\x10','\x00','\x08','\x10','\x00','\x08','\x20','\x00','\x04','\x20','\x00','\x04','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x20','\x00','\x04','\x20','\x00','\x04','\x10','\x00','\x08','\x10','\x00','\x08','\x08','\x00','\x10','\x06','\x00','\x60','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\xff','\x80','\x07','\xff','\xe0','\x0f','\xff','\xf0','\x1f','\xff','\xf8','\x1f','\xff','\xf8','\x3f','\xff','\xfc','\x3f','\xff','\xfc','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x3f','\xff','\xfc','\x3f','\xff','\xfc','\x1f','\xff','\xf8','\x1f','\xff','\xf8','\x0f','\xff','\xf0','\x07','\xff','\xe0','\x01','\xff','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x06','\x00','\x60','\x08','\x00','\x10','\x10','\x3c','\x08','\x10','\xc3','\x08','\x21','\x00','\x84','\x22','\x00','\x44','\x42','\x00','\x42','\x44','\x00','\x22','\x44','\x00','\x22','\x44','\x00','\x22','\x44','\x00','\x22','\x42','\x00','\x42','\x22','\x00','\x44','\x21','\x00','\x84','\x10','\xc3','\x08','\x10','\x3c','\x08','\x08','\x00','\x10','\x06','\x00','\x60','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x24','\x00','\x00','\x42','\x00','\x00','\x81','\x00','\x01','\x00','\x80','\x02','\x00','\x40','\x04','\x00','\x20','\x08','\x00','\x10','\x10','\x00','\x08','\x20','\x00','\x04','\x40','\x00','\x02','\x80','\x00','\x01','\x80','\x00','\x01','\x40','\x00','\x02','\x20','\x00','\x04','\x10','\x00','\x08','\x08','\x00','\x10','\x04','\x00','\x20','\x02','\x00','\x40','\x01','\x00','\x80','\x00','\x81','\x00','\x00','\x42','\x00','\x00','\x24','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x7e','\x00','\x00','\xff','\x00','\x01','\xff','\x80','\x03','\xff','\xc0','\x07','\xff','\xe0','\x0f','\xff','\xf0','\x1f','\xff','\xf8','\x3f','\xff','\xfc','\x7f','\xff','\xfe','\xff','\xff','\xff','\xff','\xff','\xff','\x7f','\xff','\xfe','\x3f','\xff','\xfc','\x1f','\xff','\xf8','\x0f','\xff','\xf0','\x07','\xff','\xe0','\x03','\xff','\xc0','\x01','\xff','\x80','\x00','\xff','\x00','\x00','\x7e','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x82','\x00','\x00','\x81','\x00','\x01','\x01','\x00','\x01','\x00','\x80','\x02','\x00','\x80','\x02','\x00','\x40','\x04','\x00','\x20','\x08','\x00','\x20','\x08','\x00','\x10','\x10','\x00','\x08','\x10','\x00','\x08','\x20','\x00','\x04','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x7c','\x00','\x00','\x7c','\x00','\x00','\xfe','\x00','\x00','\xff','\x00','\x01','\xff','\x00','\x01','\xff','\x80','\x03','\xff','\x80','\x03','\xff','\xc0','\x07','\xff','\xe0','\x0f','\xff','\xe0','\x0f','\xff','\xf0','\x1f','\xff','\xf8','\x1f','\xff','\xf8','\x3f','\xff','\xfc','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x20','\x00','\x04','\x10','\x00','\x08','\x10','\x00','\x08','\x08','\x00','\x10','\x08','\x00','\x20','\x04','\x00','\x20','\x02','\x00','\x40','\x02','\x00','\x80','\x01','\x00','\x80','\x01','\x01','\x00','\x00','\x81','\x00','\x00','\x82','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x3f','\xff','\xfc','\x1f','\xff','\xf8','\x1f','\xff','\xf8','\x0f','\xff','\xf0','\x0f','\xff','\xe0','\x07','\xff','\xe0','\x03','\xff','\xc0','\x03','\xff','\x80','\x01','\xff','\x80','\x01','\xff','\x00','\x00','\xff','\x00','\x00','\xfe','\x00','\x00','\x7c','\x00','\x00','\x7c','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x18','\x08','\x08','\x3c','\x10','\x04','\x3c','\x20','\x02','\x18','\x40','\x01','\x00','\x80','\x00','\x81','\x00','\x00','\x42','\x00','\x0c','\x24','\x30','\x1e','\x18','\x78','\x1e','\x18','\x78','\x0c','\x24','\x30','\x00','\x42','\x00','\x00','\x81','\x00','\x01','\x00','\x80','\x02','\x18','\x40','\x04','\x3c','\x20','\x08','\x3c','\x10','\x10','\x18','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x00','\x0c','\xff','\xff','\xff','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\xff','\xff','\xff','\x30','\x00','\x00','\x18','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x7c','\x00','\x00','\x54','\x00','\x00','\x92','\x00','\x01','\x11','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x01','\x11','\x00','\x00','\x92','\x00','\x00','\x54','\x00','\x00','\x7c','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x01','\xc0','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x00','\x06','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x00','\x00','\x03','\x80','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x03','\x80','\x07','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xff','\xf8','\x07','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x01','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\x80','\x00','\x00','\xe0','\x00','\x00','\x30','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\xe0','\x1f','\xff','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf8','\x03','\x80','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x03','\x80','\x00','\x00','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\x00','\x00','\x01','\xc0','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x01','\xc0','\x1f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x06','\x00','\x60','\x02','\x00','\x40','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xe7','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xe7','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x02','\x00','\x40','\x06','\x00','\x60','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x82','\x00','\x00','\x82','\x00','\x01','\x01','\x00','\x01','\x01','\x00','\x02','\x00','\x80','\x02','\x00','\x80','\x04','\x00','\x40','\x04','\x00','\x40','\x08','\x00','\x20','\x08','\x00','\x20','\x10','\x00','\x10','\x10','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x10','\x10','\x00','\x10','\x08','\x00','\x20','\x08','\x00','\x20','\x04','\x00','\x40','\x04','\x00','\x40','\x02','\x00','\x80','\x02','\x00','\x80','\x01','\x01','\x00','\x01','\x01','\x00','\x00','\x82','\x00','\x00','\x82','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x10','\xff','\xff','\xf8','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\xff','\xff','\xf8','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x80','\x02','\x00','\x40','\x04','\x00','\x20','\x08','\x00','\x10','\x1f','\xff','\xf8','\x20','\x00','\x04','\x40','\x00','\x02','\x80','\x00','\x01','\x40','\x00','\x02','\x20','\x00','\x04','\x1f','\xff','\xf8','\x08','\x00','\x10','\x04','\x00','\x20','\x02','\x00','\x40','\x01','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x08','\x20','\x00','\x08','\x10','\x00','\x10','\x10','\x00','\x10','\x08','\x00','\x20','\x08','\x00','\x20','\x04','\x00','\x40','\x07','\xff','\xc0','\x02','\x00','\x80','\x02','\x00','\x80','\x01','\x01','\x00','\x01','\x01','\x00','\x00','\x82','\x00','\x00','\x82','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x3f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x3f','\xff','\xfc','\xe0','\x00','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x00','\x1f','\xc0','\x00','\x30','\xc0','\x00','\x40','\x60','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x3c','\x60','\x00','\xc2','\x40','\x01','\x81','\x40','\x03','\x01','\xc0','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x02','\x06','\x00','\x03','\x0c','\x00','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x0f','\xff','\xf0','\x0c','\x00','\x10','\x06','\x00','\x20','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\x80','\x80','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\x61','\x00','\x00','\x62','\x00','\x00','\x32','\x00','\x00','\x34','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x04','\x00','\x06','\x18','\x00','\x08','\x20','\x00','\x30','\xc0','\x00','\x41','\x00','\x01','\x86','\x00','\x02','\x08','\x00','\x0c','\x30','\x00','\x10','\x40','\x00','\x20','\x80','\x00','\x10','\x40','\x00','\x0c','\x30','\x00','\x02','\x08','\x00','\x01','\x04','\x00','\x00','\xc3','\x00','\x00','\x20','\x80','\x00','\x10','\x40','\x00','\x0c','\x30','\x00','\x02','\x08','\x00','\x01','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x80','\x00','\x18','\x60','\x00','\x04','\x10','\x00','\x03','\x0c','\x00','\x00','\x82','\x00','\x00','\x61','\x80','\x00','\x10','\x40','\x00','\x0c','\x30','\x00','\x02','\x08','\x00','\x01','\x04','\x00','\x02','\x08','\x00','\x0c','\x30','\x00','\x10','\x40','\x00','\x20','\x80','\x00','\xc3','\x00','\x01','\x04','\x00','\x02','\x08','\x00','\x0c','\x30','\x00','\x10','\x40','\x00','\x20','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x10','\x80','\x00','\x30','\x80','\x00','\x78','\x80','\x00','\x99','\x00','\x00','\x1d','\x00','\x00','\x0d','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x80','\xe0','\x1c','\xc3','\xb8','\x30','\x06','\x0c','\x20','\x0c','\x04','\x60','\x08','\x06','\x40','\x18','\x02','\x40','\x10','\x02','\x60','\x30','\x06','\x20','\x20','\x04','\x30','\x60','\x0c','\x1d','\xc3','\x38','\x07','\x01','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\xf0','\x1d','\xc3','\x9c','\x30','\x66','\x04','\x20','\x24','\x00','\x60','\x3c','\x00','\x40','\x18','\x00','\x40','\x18','\x00','\x60','\x3c','\x00','\x20','\x24','\x00','\x30','\x66','\x04','\x1d','\xc3','\x9c','\x07','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x70','\x1c','\x00','\x70','\x1c','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x00','\x1e','\x00','\x00','\x26','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x64','\x00','\x00','\x78','\x00','\x00','\x30','\x00','\x00','\xc0','\xc0','\x01','\xe1','\xe0','\x02','\x62','\x60','\x02','\x02','\x00','\x02','\x02','\x00','\x02','\x02','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x83','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xc1','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\x40','\x40','\x00','\x40','\x40','\x00','\x40','\x40','\x06','\x46','\x40','\x07','\x87','\x80','\x03','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x24','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x24','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x2c','\x00','\x00','\x46','\x00','\x00','\x46','\x00','\x00','\x83','\x00','\x00','\x83','\x00','\x01','\x01','\x80','\x01','\xff','\x80','\x02','\x00','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x0c','\x00','\x70','\x3f','\x01','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x02','\x00','\x22','\x02','\x00','\x22','\x04','\x00','\x63','\x08','\x00','\x63','\x08','\x00','\x63','\x10','\x00','\x63','\x20','\x00','\x22','\x20','\x00','\x22','\x40','\x00','\x1c','\x80','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x38','\x38','\x02','\x44','\x44','\x04','\x44','\x44','\x08','\xc6','\xc6','\x08','\xc6','\xc6','\x10','\xc6','\xc6','\x10','\xc6','\xc6','\x20','\x44','\x44','\x40','\x44','\x44','\x40','\x38','\x38','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\xf8','\x00','\xff','\xf8','\x1f','\xff','\x00','\x1f','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\xf8','\x00','\xff','\xf8','\x1f','\xff','\x00','\x1f','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x8f','\x00','\x00','\x91','\x80','\x00','\xa0','\xc0','\x00','\xc0','\xc0','\x00','\x80','\xc0','\x00','\x80','\xc0','\x00','\x81','\x80','\x00','\x81','\x80','\x00','\x83','\x00','\x00','\x86','\x00','\x00','\x8c','\x00','\x00','\x98','\x00','\x00','\xa0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0e','\x00','\x00','\x0f','\x00','\x00','\x0b','\x80','\x00','\x08','\xc0','\x00','\x08','\x60','\x00','\x08','\x20','\x00','\x08','\x10','\x00','\x08','\x10','\x00','\x08','\x10','\x00','\x08','\x20','\x00','\x08','\x20','\x00','\x08','\x40','\x00','\x08','\x80','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\xf8','\x00','\x03','\xf8','\x00','\x07','\xf0','\x00','\x07','\xf0','\x00','\x07','\xe0','\x00','\x03','\x80','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x01','\x93','\x00','\x03','\xff','\x80','\x01','\x93','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x7c','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x01','\x93','\x00','\x03','\xff','\x80','\x01','\x93','\x00','\x00','\x10','\x00','\x00','\x7c','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x7c','\x00','\x00','\x10','\x00','\x01','\x93','\x00','\x03','\xff','\x80','\x01','\x93','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\xff','\x80','\x03','\xf1','\x80','\x03','\xf1','\x80','\x07','\xf1','\x80','\x07','\xf1','\x80','\x07','\xf1','\x80','\x07','\xf1','\x80','\x03','\xf1','\x80','\x03','\xf1','\x80','\x00','\xf1','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x06','\x00','\x60','\x08','\x00','\x10','\x10','\x00','\x08','\x20','\x00','\x04','\x20','\x00','\x04','\x40','\x00','\x02','\x40','\x00','\x02','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x40','\x00','\x02','\x40','\x00','\x02','\x20','\x00','\x04','\x20','\x00','\x04','\x10','\x00','\x08','\x08','\x00','\x10','\x06','\x00','\x60','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x78','\x00','\x01','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xff','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x60','\x02','\x00','\x60','\x04','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x20','\x00','\x80','\x20','\x01','\x00','\x60','\x03','\xff','\xe0','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\xc7','\x80','\x03','\x01','\x80','\x04','\x01','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x7e','\x00','\x00','\xff','\x80','\x00','\x03','\xc0','\x00','\x00','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x03','\x80','\x00','\x0e','\x00','\x07','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x0b','\x00','\x00','\x0b','\x00','\x00','\x13','\x00','\x00','\x23','\x00','\x00','\x43','\x00','\x00','\x43','\x00','\x00','\x83','\x00','\x01','\x03','\x00','\x02','\x03','\x00','\x02','\x03','\x00','\x04','\x03','\x00','\x08','\x03','\x00','\x1f','\xff','\xe0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x1f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xe0','\x03','\xff','\xc0','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x3e','\x00','\x02','\xff','\x80','\x03','\x81','\xc0','\x02','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x1c','\x00','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\x00','\x30','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x7e','\x00','\x07','\x81','\x80','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x07','\xff','\xe0','\x06','\x00','\x20','\x04','\x00','\x40','\x04','\x00','\x80','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\x00','\x60','\x03','\xc0','\xc0','\x01','\xf9','\x00','\x00','\x7e','\x00','\x00','\x8f','\x80','\x03','\x03','\xc0','\x06','\x00','\xe0','\x0c','\x00','\x70','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x01','\x80','\x60','\x00','\xc1','\xe0','\x00','\x3e','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x38','\x00','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x2c','\x00','\x00','\x2c','\x00','\x00','\x46','\x00','\x00','\x46','\x00','\x00','\x46','\x00','\x00','\x83','\x00','\x00','\x83','\x00','\x01','\x01','\x80','\x01','\x01','\x80','\x01','\xff','\x80','\x02','\x00','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x04','\x00','\x60','\x0c','\x00','\x70','\x3f','\x01','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfe','\x00','\x03','\x01','\x80','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\x80','\x03','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x0f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x20','\x03','\x00','\xe0','\x06','\x00','\x60','\x0c','\x00','\x20','\x0c','\x00','\x20','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x10','\x06','\x00','\x20','\x03','\x00','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf8','\x00','\x06','\x06','\x00','\x06','\x01','\x80','\x06','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x06','\x00','\x1f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\x40','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x06','\x06','\x00','\x07','\xfe','\x00','\x06','\x06','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x06','\x00','\x00','\x06','\x00','\x10','\x06','\x00','\x10','\x06','\x00','\x20','\x06','\x00','\x60','\x1f','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x20','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x00','\x03','\x01','\x00','\x03','\x01','\x00','\x03','\x03','\x00','\x03','\xff','\x00','\x03','\x03','\x00','\x03','\x01','\x00','\x03','\x01','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x20','\x03','\x00','\xe0','\x06','\x00','\x60','\x0c','\x00','\x20','\x0c','\x00','\x20','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x03','\xfc','\x18','\x00','\x60','\x18','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xe0','\x00','\xc3','\x20','\x00','\x3c','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xe0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x03','\x03','\x00','\x07','\x03','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x03','\x0c','\x00','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x87','\xe0','\x06','\x01','\x80','\x06','\x01','\x00','\x06','\x02','\x00','\x06','\x04','\x00','\x06','\x08','\x00','\x06','\x10','\x00','\x06','\x20','\x00','\x06','\x60','\x00','\x06','\xf0','\x00','\x07','\x38','\x00','\x06','\x1c','\x00','\x06','\x0c','\x00','\x06','\x06','\x00','\x06','\x07','\x00','\x06','\x03','\x80','\x06','\x01','\xc0','\x06','\x00','\xe0','\x1f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xc0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x08','\x03','\x00','\x08','\x03','\x00','\x10','\x03','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x00','\xfc','\x0b','\x00','\xb0','\x0b','\x00','\xb0','\x09','\x81','\x30','\x09','\x81','\x30','\x09','\x81','\x30','\x09','\x81','\x30','\x08','\xc2','\x30','\x08','\xc2','\x30','\x08','\xc2','\x30','\x08','\xc4','\x30','\x08','\x64','\x30','\x08','\x64','\x30','\x08','\x68','\x30','\x08','\x28','\x30','\x08','\x38','\x30','\x08','\x38','\x30','\x08','\x10','\x30','\x3e','\x10','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\xf8','\x07','\x00','\x20','\x05','\x80','\x20','\x05','\xc0','\x20','\x04','\xc0','\x20','\x04','\x60','\x20','\x04','\x70','\x20','\x04','\x30','\x20','\x04','\x18','\x20','\x04','\x1c','\x20','\x04','\x0c','\x20','\x04','\x06','\x20','\x04','\x07','\x20','\x04','\x03','\xa0','\x04','\x01','\xa0','\x04','\x00','\xe0','\x04','\x00','\xe0','\x04','\x00','\x60','\x1f','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x78','\x30','\x06','\x84','\x20','\x03','\x02','\x40','\x00','\xc2','\x80','\x00','\x3f','\x04','\x00','\x01','\x84','\x00','\x00','\xf8','\x00','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xfe','\x00','\x06','\x01','\x80','\x06','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xc0','\x06','\x03','\x00','\x07','\xfc','\x00','\x06','\x02','\x00','\x06','\x01','\x00','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x84','\x06','\x01','\xc8','\x1f','\x80','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x20','\x01','\x83','\xe0','\x03','\x00','\xe0','\x06','\x00','\x60','\x06','\x00','\x20','\x06','\x00','\x20','\x07','\x00','\x00','\x03','\xc0','\x00','\x00','\xf8','\x00','\x00','\x3f','\x00','\x00','\x07','\xc0','\x00','\x00','\xe0','\x00','\x00','\x70','\x04','\x00','\x30','\x04','\x00','\x30','\x06','\x00','\x30','\x07','\x00','\x60','\x07','\xc0','\xc0','\x04','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x10','\x18','\x08','\x20','\x18','\x04','\x20','\x18','\x04','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\xf8','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x40','\x01','\xc1','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\xfc','\x0e','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x40','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\x80','\x80','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xfe','\x7f','\x3f','\x38','\x1c','\x0c','\x18','\x1c','\x08','\x18','\x1c','\x08','\x18','\x26','\x08','\x0c','\x26','\x10','\x0c','\x26','\x10','\x0c','\x26','\x10','\x0c','\x46','\x10','\x0c','\x43','\x20','\x06','\x43','\x20','\x06','\x43','\x20','\x06','\x43','\x20','\x06','\x83','\x40','\x02','\x81','\x40','\x02','\x81','\x40','\x03','\x81','\xc0','\x01','\x00','\x80','\x01','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\xf8','\x07','\x00','\x60','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\xc1','\x00','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x74','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x2e','\x00','\x00','\x47','\x00','\x00','\x43','\x00','\x00','\x81','\x80','\x01','\x01','\xc0','\x02','\x00','\xe0','\x06','\x00','\x70','\x1f','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\xfc','\x0e','\x00','\x30','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x80','\x80','\x01','\x80','\x80','\x00','\xc1','\x00','\x00','\xe2','\x00','\x00','\x62','\x00','\x00','\x34','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\xe0','\x04','\x01','\xc0','\x08','\x01','\x80','\x08','\x03','\x80','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x01','\x80','\x10','\x03','\x00','\x10','\x07','\x00','\x20','\x0e','\x00','\x60','\x1f','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xfc','\x00','\x03','\x83','\x00','\x03','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x1f','\x80','\x00','\xe1','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x90','\x03','\x07','\x90','\x00','\xf8','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x1e','\x00','\x03','\x61','\x80','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xc1','\x80','\x02','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x03','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x78','\xc0','\x01','\x86','\xc0','\x03','\x01','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x83','\xc0','\x00','\x7c','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x80','\x00','\x0c','\xc0','\x00','\x18','\xc0','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x03','\xff','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x7c','\xf0','\x01','\x83','\x30','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x01','\x83','\x00','\x00','\x7c','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x00','\xff','\x00','\x01','\x3f','\xc0','\x02','\x00','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x1e','\x00','\x03','\x61','\x80','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x0f','\xc3','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1e','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x06','\x0c','\x00','\x06','\x18','\x00','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x07','\xe0','\x03','\x01','\x00','\x03','\x02','\x00','\x03','\x04','\x00','\x03','\x08','\x00','\x03','\x30','\x00','\x03','\x78','\x00','\x03','\x9c','\x00','\x03','\x0e','\x00','\x03','\x07','\x00','\x03','\x03','\x80','\x03','\x01','\xc0','\x0f','\xc7','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x78','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\xe1','\xc0','\x3f','\x16','\x20','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x3e','\x3c','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x9e','\x00','\x07','\xe1','\x80','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x07','\xe3','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x1e','\x00','\x0f','\x61','\x80','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xc1','\x80','\x03','\x3e','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x40','\x01','\x83','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x83','\xc0','\x00','\x7c','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x03','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc1','\xc0','\x03','\xc7','\xe0','\x00','\xcc','\x60','\x00','\xd0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x03','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x80','\x01','\x83','\x80','\x03','\x01','\x80','\x03','\x00','\x80','\x03','\x80','\x00','\x01','\xf8','\x00','\x00','\x7f','\x00','\x00','\x07','\x80','\x00','\x01','\xc0','\x02','\x00','\xc0','\x03','\x00','\xc0','\x03','\x81','\x80','\x02','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x07','\xff','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x40','\x00','\x60','\x40','\x00','\x30','\x80','\x00','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x01','\x80','\x0f','\x07','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x01','\x87','\x80','\x00','\x79','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xc1','\xf0','\x03','\x00','\x40','\x01','\x80','\x40','\x01','\x80','\x80','\x00','\xc0','\x80','\x00','\xc1','\x00','\x00','\x61','\x00','\x00','\x62','\x00','\x00','\x32','\x00','\x00','\x34','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x7e','\x7e','\x18','\x18','\x18','\x18','\x18','\x10','\x0c','\x2c','\x10','\x0c','\x2c','\x10','\x0c','\x26','\x20','\x06','\x46','\x20','\x06','\x43','\x20','\x06','\x43','\x40','\x02','\x81','\x40','\x03','\x81','\xc0','\x01','\x00','\x80','\x01','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xe3','\xf0','\x03','\x80','\x80','\x01','\xc1','\x00','\x00','\xe2','\x00','\x00','\x74','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x2e','\x00','\x00','\x47','\x00','\x00','\x83','\x80','\x01','\x01','\xc0','\x02','\x00','\xe0','\x0f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe1','\xf0','\x01','\x80','\x40','\x01','\x80','\x80','\x00','\xc0','\x80','\x00','\xc1','\x00','\x00','\x61','\x00','\x00','\x62','\x00','\x00','\x32','\x00','\x00','\x34','\x00','\x00','\x1c','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x0c','\x20','\x00','\x0c','\x40','\x00','\x07','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x03','\x80','\x02','\x07','\x00','\x04','\x06','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x20','\x01','\xc0','\x40','\x03','\x80','\xc0','\x07','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x27','\x00','\x07','\xfe','\x00','\x00','\x40','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x7f','\x00','\x01','\xc4','\xc0','\x03','\x48','\x60','\x06','\x48','\x30','\x04','\x50','\x30','\x08','\x60','\x30','\x08','\xe0','\x30','\x09','\xa0','\x60','\x0e','\x20','\xc0','\x00','\x07','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x63','\x00','\x10','\x7f','\x80','\x0f','\xfc','\x00','\x00','\xc0','\x00','\x00','\xc4','\x00','\x00','\x86','\x00','\x00','\x86','\x00','\x00','\xbf','\x80','\x01','\xcc','\x60','\x02','\x88','\x30','\x04','\x98','\x18','\x08','\x90','\x18','\x10','\xa0','\x0c','\x10','\xc0','\x0c','\x20','\xc0','\x0c','\x20','\xc0','\x0c','\x21','\x40','\x18','\x26','\x60','\x18','\x3c','\x60','\x30','\x30','\x00','\x60','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x04','\x03','\x00','\x04','\x00','\xc0','\x04','\x00','\x40','\x04','\x00','\x60','\x04','\x00','\x20','\x04','\x20','\x30','\x04','\x40','\x30','\x06','\x40','\x30','\x02','\x80','\xf0','\x03','\x80','\x30','\x03','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\xc0','\x18','\x00','\x20','\x18','\x00','\x10','\x18','\x00','\x18','\x18','\x00','\x08','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x40','\x04','\x18','\x40','\x06','\x18','\xc0','\x06','\x0c','\x80','\x1e','\x0d','\x80','\x0e','\x0f','\x00','\x06','\x07','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x0e','\x00','\x00','\xf3','\x00','\x00','\xc1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x1c','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1e','\x00','\x04','\x71','\x00','\x03','\xc0','\x80','\x03','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x8f','\x00','\x00','\x73','\x00','\x00','\x46','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xd0','\x00','\x01','\x88','\x00','\x03','\x8c','\x00','\x03','\x07','\xf0','\x00','\x03','\xe0','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x02','\x1f','\x00','\x01','\xf3','\x00','\x01','\x86','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x60','\x00','\x06','\x10','\x00','\x0e','\x10','\x00','\x1c','\x18','\x00','\x18','\x0f','\xf8','\x00','\x03','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x81','\xc0','\x00','\x98','\x30','\x04','\xf8','\x30','\x03','\x80','\x40','\x00','\x80','\x00','\x00','\x8f','\x00','\x00','\xb0','\xc0','\x00','\xc0','\x60','\x01','\x80','\x60','\x03','\x80','\x60','\x16','\x80','\x60','\x0c','\x80','\xc0','\x05','\x8f','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x60','\x01','\x80','\x18','\x01','\x98','\x0c','\x31','\xf8','\x0c','\x1f','\xc0','\x30','\x01','\x00','\x00','\x01','\x00','\x00','\x01','\x03','\xc0','\x01','\x1c','\x70','\x01','\x60','\x18','\x01','\x80','\x0c','\x03','\x00','\x0c','\x07','\x00','\x0c','\x4d','\x00','\x0c','\x79','\x00','\x18','\x39','\x00','\x38','\x17','\x88','\xf0','\x03','\x87','\xc0','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x80','\x60','\x01','\xf8','\x18','\x47','\x86','\x0c','\x79','\x02','\x06','\x33','\x02','\x06','\x03','\x02','\x07','\x02','\x02','\x07','\x06','\x02','\x3f','\x06','\x06','\x06','\x0c','\x06','\x00','\x0c','\x04','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x31','\x18','\x00','\x70','\xf8','\x00','\x60','\x70','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x01','\x80','\x03','\x00','\xc0','\x33','\x00','\xe0','\x18','\x00','\xc0','\x18','\x00','\x80','\x00','\x00','\x80','\xc0','\x01','\xf8','\x30','\x47','\x86','\x18','\x79','\x02','\x0c','\x33','\x02','\x0c','\x03','\x02','\x0e','\x02','\x02','\x0e','\x06','\x02','\x3e','\x06','\x06','\x0c','\x0c','\x06','\x00','\x0c','\x04','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x31','\x18','\x00','\x70','\xf8','\x00','\x60','\x70','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x67','\x00','\x10','\x3e','\x00','\x0f','\xf0','\x00','\x07','\x18','\x00','\x00','\x08','\xe0','\x00','\x0f','\xc0','\x08','\x1c','\x00','\x07','\xe2','\x00','\x03','\x03','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\xf8','\xe0','\x03','\x07','\xe0','\x04','\x00','\x60','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x03','\xfe','\x00','\x00','\xfe','\x00','\x00','\x00','\x00','\x01','\xc0','\x06','\x00','\xc0','\x03','\x00','\x60','\x33','\x00','\x67','\x18','\x10','\x3e','\x18','\x0f','\xf0','\x00','\x07','\x18','\x00','\x00','\x08','\xe0','\x00','\x0f','\xc0','\x08','\x1c','\x00','\x07','\xe2','\x00','\x03','\x03','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\xf8','\xe0','\x03','\x07','\xe0','\x04','\x00','\x60','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x03','\xfe','\x00','\x00','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x38','\x00','\x00','\x60','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x00','\xc0','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x03','\x86','\x00','\x07','\x03','\x00','\x0e','\x33','\x00','\x1c','\x18','\x00','\x30','\x18','\x00','\x60','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x18','\x03','\x80','\x0c','\x00','\xe0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x66','\x18','\x41','\xff','\x10','\x3f','\xe0','\x10','\x18','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x32','\x00','\x60','\x32','\x00','\x60','\x32','\x00','\x60','\x34','\x00','\x40','\x34','\x00','\xc0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\x80','\x18','\x01','\x80','\x08','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x00','\x06','\x30','\x00','\x03','\x18','\x0e','\x33','\x18','\x03','\x98','\x18','\x01','\x98','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x8c','\x21','\x07','\xfe','\x20','\xff','\x80','\x60','\x61','\x80','\x60','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x68','\x01','\x00','\x68','\x03','\x00','\x38','\x03','\x00','\x30','\x03','\x00','\x30','\x02','\x00','\x30','\x06','\x00','\x10','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x01','\xf0','\x00','\x00','\x7f','\xc0','\x00','\x07','\xc0','\x00','\x1c','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x07','\xff','\xf0','\x01','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x02','\x00','\x33','\x01','\xf0','\x18','\x00','\x7f','\x98','\x00','\x07','\x80','\x00','\x1c','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x07','\xff','\xf0','\x01','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x00','\xc1','\x80','\x00','\x60','\xe0','\x00','\x31','\xc0','\x10','\x1f','\x00','\x0f','\xfc','\x00','\x03','\x86','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xe0','\x00','\x3e','\x60','\x01','\xc3','\xf0','\x06','\x00','\x70','\x04','\x00','\x20','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x03','\xf0','\x00','\x00','\xff','\x80','\x00','\x0f','\x80','\x00','\x00','\x00','\x01','\xc0','\x06','\x03','\x80','\x03','\x01','\x86','\x33','\x00','\xc3','\x98','\x00','\x67','\x18','\x10','\x3c','\x00','\x0f','\xf8','\x00','\x03','\x8c','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x3c','\xc0','\x01','\xc7','\xe0','\x06','\x00','\xe0','\x04','\x00','\x40','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x03','\xf0','\x00','\x00','\xff','\x80','\x00','\x0f','\x80','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x80','\x00','\x03','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x04','\x02','\x00','\x08','\x02','\x00','\x10','\x02','\x00','\x60','\x01','\x03','\xc0','\x01','\xff','\x00','\x00','\x78','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x80','\x00','\x03','\x81','\x80','\x03','\x80','\xc0','\x03','\x0c','\xc0','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x04','\x02','\x00','\x08','\x02','\x00','\x10','\x02','\x00','\x60','\x01','\x03','\xc0','\x01','\xff','\x00','\x00','\x78','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x1f','\xfe','\x83','\xfc','\x1f','\x7f','\x04','\x00','\x30','\x04','\x00','\x00','\x7c','\x00','\x00','\x8c','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x00','\x86','\x00','\x00','\xfe','\x00','\x00','\x64','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\xc0','\x00','\x00','\x18','\x06','\x00','\x0e','\x03','\x00','\x07','\x33','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x00','\x83','\xff','\xfe','\x7f','\x04','\x1f','\x30','\x04','\x00','\x00','\x7c','\x00','\x00','\x8c','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x00','\x86','\x00','\x00','\xfe','\x00','\x00','\x64','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\xc0','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\xc0','\x06','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x8e','\x03','\x1f','\xff','\x0f','\xf1','\x80','\xfb','\x01','\x80','\x63','\x01','\x80','\x03','\x01','\x00','\x03','\x03','\x00','\x03','\x13','\x00','\x03','\x0e','\x00','\x03','\x06','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x7f','\xf0','\x00','\x1f','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x03','\x00','\x03','\x33','\x06','\x03','\x98','\x03','\x03','\x18','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x1c','\x03','\x1f','\xfe','\x0f','\xf3','\x00','\xfb','\x03','\x00','\x63','\x03','\x00','\x03','\x02','\x00','\x03','\x06','\x00','\x03','\x26','\x00','\x03','\x1c','\x00','\x03','\x0c','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x7f','\xf0','\x00','\x1f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x01','\x39','\x80','\x01','\xe3','\x80','\x00','\x86','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x40','\x00','\x00','\x81','\xf8','\x01','\x1f','\xfc','\x06','\x66','\x00','\x0f','\x88','\x00','\x3c','\x10','\x00','\x30','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x1e','\x00','\x00','\x0f','\x80','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x07','\x00','\x01','\x39','\x86','\x01','\xe3','\x83','\x00','\x86','\x33','\x00','\x0c','\x18','\x00','\x18','\x18','\x00','\x30','\x00','\x00','\x40','\x00','\x00','\x81','\xf8','\x01','\x1f','\xfc','\x06','\x66','\x00','\x0f','\x88','\x00','\x3c','\x10','\x00','\x30','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x1e','\x00','\x00','\x0f','\x80','\x00','\x03','\x80','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x8c','\x00','\x01','\xbc','\x00','\x41','\xf0','\x00','\x7f','\x81','\xc0','\x33','\x00','\x78','\x03','\x00','\x1c','\x02','\x00','\x1c','\x06','\x00','\x60','\x04','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x00','\x30','\x20','\x00','\x30','\x20','\x00','\x70','\x10','\x00','\x60','\x1c','\x00','\x00','\x0f','\xfc','\x00','\x01','\xfc','\x00','\x00','\x00','\x00','\x00','\x06','\x01','\x80','\x03','\x00','\xc0','\x33','\x00','\xc0','\x18','\x00','\x8c','\x18','\x01','\xbc','\x00','\x41','\xf0','\x00','\x7f','\x81','\xc0','\x33','\x00','\x78','\x03','\x00','\x1c','\x02','\x00','\x1c','\x06','\x00','\x60','\x04','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x00','\x30','\x20','\x00','\x30','\x20','\x00','\x70','\x10','\x00','\x60','\x1c','\x00','\x00','\x0f','\xfc','\x00','\x01','\xfc','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x86','\x00','\x21','\xbf','\x00','\x3f','\xe0','\x00','\x19','\x80','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x03','\x00','\x00','\x03','\x03','\xc0','\x02','\x1c','\x30','\x02','\x70','\x18','\x02','\xc0','\x0c','\x07','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xc0','\x06','\x00','\x80','\x03','\x01','\x86','\x33','\x21','\xbf','\x18','\x3f','\xe0','\x18','\x19','\x80','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x03','\x00','\x00','\x03','\x03','\xc0','\x02','\x1c','\x30','\x02','\x70','\x18','\x02','\xc0','\x0c','\x07','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\x00','\x78','\xc0','\x13','\xc0','\x60','\x0f','\x00','\x30','\x04','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xc0','\x00','\xf0','\x30','\x03','\xc0','\x08','\x8f','\x00','\x0c','\x7c','\x00','\x04','\x38','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x01','\xc0','\x00','\x07','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\x80','\x00','\xf0','\xe0','\x03','\xc0','\x30','\x8f','\x00','\x18','\x7c','\x00','\x18','\x38','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x0e','\x00','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x00','\x1f','\xf8','\x41','\xf3','\x80','\x7f','\x06','\x00','\x3c','\x0c','\x00','\x10','\x10','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1f','\x00','\x00','\x07','\xc0','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x41','\xf3','\x80','\x7f','\x06','\x06','\x3c','\x0c','\x03','\x10','\x10','\x33','\x00','\x20','\x18','\x00','\x20','\x18','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1f','\x00','\x00','\x07','\xc0','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\x81','\xc0','\x00','\x87','\xc0','\x00','\x9f','\x00','\x00','\x78','\x00','\x00','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\xe0','\x03','\xff','\xe0','\x00','\xff','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x0c','\x01','\x80','\x06','\x01','\xc0','\x66','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\x81','\xc0','\x00','\x87','\xc0','\x00','\x9f','\x00','\x00','\x78','\x00','\x00','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\xe0','\x03','\xff','\xe0','\x00','\xff','\x80','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x40','\xcc','\x00','\x7f','\xfe','\x00','\x38','\x80','\x00','\x01','\x00','\x70','\x03','\x00','\x0c','\x02','\x00','\x3e','\x06','\x00','\xc6','\x0c','\x01','\x00','\x18','\x01','\x00','\x38','\x02','\x00','\x70','\x02','\x00','\x60','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\xfa','\x00','\x01','\x07','\x80','\x02','\x02','\xe0','\x02','\x06','\x70','\x01','\xfc','\x30','\x00','\x78','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x01','\xe0','\x0c','\x0f','\xf8','\x18','\x30','\x3c','\x18','\x00','\x60','\x18','\x00','\x80','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x31','\x00','\x00','\x31','\x00','\x00','\x32','\x10','\x00','\x32','\x20','\x00','\x32','\x20','\x00','\x14','\x30','\x00','\x1c','\x1f','\xfe','\x1c','\x07','\xfc','\x0c','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x10','\x10','\x00','\x10','\x10','\x00','\x10','\x3f','\x80','\x10','\xf0','\x60','\x13','\x20','\x18','\x16','\x20','\x0c','\x18','\x60','\x0c','\x18','\x40','\x06','\x38','\xc0','\x06','\x2c','\x80','\x06','\x47','\x80','\x06','\x47','\x00','\x0e','\x83','\x00','\x0c','\x87','\x87','\xcc','\xcd','\x88','\x38','\x58','\x08','\x3c','\x30','\x0c','\xe6','\x00','\x03','\x86','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x07','\x83','\xc0','\x5f','\x1c','\x30','\x32','\x60','\x18','\x02','\x80','\x08','\x07','\x00','\x0c','\x06','\x00','\x0c','\x0e','\x00','\x0c','\x0a','\x00','\x0c','\x1a','\x00','\x0c','\x12','\x00','\x1c','\x32','\x07','\x98','\x73','\x0c','\x78','\x6b','\x08','\x3c','\x4f','\x0c','\x66','\x06','\x07','\xc6','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\x00','\xf8','\xc0','\x03','\x8c','\x30','\x06','\x0c','\x18','\x0c','\x0c','\x0c','\x18','\x18','\x0c','\x10','\x18','\x06','\x20','\x30','\x06','\x20','\x20','\x06','\x40','\x60','\x06','\x40','\x40','\x06','\x40','\xc0','\x06','\x61','\x80','\x06','\x63','\x00','\x0c','\x36','\x00','\x0c','\x3c','\x00','\x18','\x18','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x01','\x80','\x18','\x00','\x60','\x1c','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x40','\x18','\x00','\x40','\x30','\x20','\x4e','\x30','\x1f','\xfc','\x30','\x0c','\x40','\x30','\x00','\x40','\x20','\x00','\x40','\x60','\x00','\x40','\x64','\x00','\x40','\x64','\x00','\x60','\x64','\x00','\x60','\x6c','\x00','\x60','\x68','\x0f','\xe0','\x28','\x30','\x70','\x38','\x40','\x7c','\x38','\x40','\xee','\x18','\x3f','\xc6','\x10','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x30','\x00','\x03','\x18','\x06','\x33','\x1c','\x01','\x98','\x18','\x01','\x98','\x18','\x01','\x80','\x18','\x01','\x00','\x30','\x81','\x38','\x30','\x7f','\xf0','\x30','\x31','\x00','\x30','\x01','\x00','\x20','\x01','\x00','\x60','\x01','\x00','\x64','\x01','\x00','\x64','\x01','\x80','\x64','\x01','\x80','\x6c','\x01','\x80','\x68','\x1f','\x80','\x28','\x61','\xc0','\x38','\x81','\xf0','\x38','\x83','\xb8','\x18','\x7f','\x18','\x10','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x06','\x0e','\x1c','\x01','\x91','\x18','\x01','\x91','\x18','\x01','\x91','\x18','\x01','\x0e','\x30','\x81','\x30','\x30','\x7f','\xf0','\x30','\x31','\x00','\x30','\x01','\x00','\x20','\x01','\x00','\x60','\x01','\x00','\x64','\x01','\x00','\x64','\x01','\x80','\x64','\x01','\x80','\x6c','\x01','\x80','\x68','\x1f','\x80','\x28','\x61','\xc0','\x38','\x81','\xf0','\x38','\x83','\xb8','\x18','\x7f','\x18','\x10','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x60','\x03','\xc0','\x60','\x4f','\xc0','\x60','\x39','\x80','\x60','\x03','\x00','\x60','\x02','\x00','\x70','\x06','\x00','\x50','\x04','\x00','\x58','\x0c','\x00','\x98','\x0c','\x00','\x8c','\x08','\x00','\x8e','\x18','\x01','\x87','\x18','\x01','\x02','\x18','\x01','\x00','\x18','\x03','\x00','\x18','\x02','\x00','\x18','\x06','\x00','\x08','\x0c','\x00','\x0e','\x38','\x00','\x07','\xf0','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x01','\x00','\x33','\x07','\x81','\x98','\x9f','\x81','\x98','\x73','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\xc0','\x0c','\x01','\x40','\x08','\x01','\x60','\x18','\x01','\x60','\x18','\x01','\x30','\x10','\x01','\x38','\x30','\x01','\x1c','\x30','\x02','\x08','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x04','\x00','\x30','\x0c','\x00','\x10','\x18','\x00','\x1c','\x70','\x00','\x0f','\xe0','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x0e','\x07','\x81','\x91','\x9f','\x81','\x91','\x73','\x01','\x91','\x06','\x01','\x8e','\x04','\x01','\xc0','\x0c','\x01','\x40','\x08','\x01','\x60','\x18','\x01','\x60','\x18','\x01','\x30','\x10','\x01','\x38','\x30','\x01','\x1c','\x30','\x02','\x08','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x04','\x00','\x30','\x0c','\x00','\x10','\x18','\x00','\x1c','\x70','\x00','\x0f','\xe0','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x1f','\xe0','\x00','\x78','\x3c','\x01','\x88','\x06','\x86','\x0c','\x07','\x9c','\x0c','\x1f','\x78','\x0c','\x06','\x70','\xfc','\x00','\x20','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x18','\x0c','\x00','\x0c','\x06','\x00','\x0c','\x66','\x00','\x10','\x30','\x00','\x20','\x30','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x1f','\xe0','\x00','\x78','\x3c','\x01','\x88','\x06','\x86','\x0c','\x07','\x9c','\x0c','\x1f','\x78','\x0c','\x06','\x70','\xfc','\x00','\x20','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x38','\x00','\x10','\x44','\x00','\x20','\x44','\x00','\x20','\x44','\x00','\x40','\x38','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x1f','\xe0','\x00','\x78','\x3c','\x01','\x88','\x06','\x86','\x0c','\x07','\x9c','\x0c','\x1f','\x78','\x0c','\x06','\x70','\xfc','\x00','\x20','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x80','\x00','\x06','\x40','\x00','\x04','\x20','\x00','\x0c','\x20','\x00','\x0c','\x10','\x00','\x08','\x18','\x00','\x18','\x0c','\x00','\x18','\x06','\x00','\xb0','\x03','\x00','\xf0','\x01','\x80','\x60','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x1e','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x03','\x30','\x03','\x81','\x80','\x06','\x41','\x80','\x04','\x20','\x00','\x0c','\x20','\x00','\x0c','\x10','\x00','\x08','\x18','\x00','\x18','\x0c','\x00','\x18','\x06','\x00','\xb0','\x03','\x00','\xf0','\x01','\x80','\x60','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x1e','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x03','\x80','\x88','\x06','\x40','\x88','\x04','\x20','\x88','\x0c','\x20','\x70','\x0c','\x10','\x00','\x08','\x18','\x00','\x18','\x0c','\x00','\x18','\x06','\x00','\xb0','\x03','\x00','\xf0','\x01','\x80','\x60','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x1e','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x01','\xf8','\x1c','\x3f','\xfc','\x18','\x00','\xc0','\x18','\x00','\x60','\x18','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x7c','\x30','\x01','\xf8','\x30','\x3f','\x60','\x20','\x00','\x60','\x60','\x00','\x60','\x64','\x00','\x60','\x64','\x00','\x60','\x64','\x00','\x60','\x6c','\x00','\x60','\x68','\x07','\xe0','\x28','\x18','\x70','\x38','\x20','\x7c','\x38','\x20','\xee','\x18','\x1f','\xc6','\x10','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x03','\xc6','\x1c','\xff','\xe3','\x18','\x03','\x03','\x18','\x01','\x98','\x18','\x01','\x8c','\x30','\x01','\x8c','\x30','\x01','\x80','\x30','\x01','\xf0','\x30','\xff','\xe0','\x20','\x01','\x80','\x60','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x6c','\x01','\x80','\x68','\x1f','\x80','\x28','\x61','\xc0','\x38','\x81','\xf0','\x38','\x83','\xb8','\x18','\x7f','\x18','\x10','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x30','\x00','\x11','\x18','\x03','\x91','\x1c','\xff','\xd1','\x18','\x03','\x0e','\x18','\x01','\x80','\x18','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\xf0','\x30','\x0f','\xe0','\x30','\xf9','\x80','\x20','\x01','\x80','\x60','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x6c','\x01','\x80','\x68','\x1f','\x80','\x28','\x61','\xc0','\x38','\x81','\xf0','\x38','\x83','\xb8','\x18','\x7f','\x18','\x10','\x1c','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x10','\x09','\xe0','\x0f','\xff','\xc0','\x07','\x08','\x00','\x00','\x09','\x00','\x00','\x08','\xc0','\x08','\x0b','\xc0','\x07','\xff','\x00','\x03','\x88','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x03','\xfc','\x00','\x0c','\x0f','\x80','\x10','\x0d','\xe0','\x18','\x3c','\x70','\x0f','\xf8','\x30','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x3c','\x00','\x07','\xce','\x00','\x03','\x0e','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x30','\x40','\x00','\x20','\x20','\x00','\x60','\x30','\x00','\x40','\x30','\x00','\xc0','\x30','\x03','\xfe','\x60','\x0d','\x87','\xe0','\x31','\x00','\x70','\x23','\x00','\xfc','\x46','\x00','\xce','\x4c','\x01','\x86','\x58','\x01','\x80','\x70','\x03','\x00','\x20','\x02','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x38','\x00','\x03','\xf8','\x00','\x7f','\xe0','\x30','\x33','\x00','\x48','\x02','\x00','\x4c','\x02','\x00','\x46','\x0e','\x00','\x46','\x13','\x00','\x5e','\x23','\x00','\x44','\x23','\x00','\x40','\x23','\x00','\x40','\x12','\x00','\x20','\x0e','\x00','\x20','\x06','\x00','\x20','\x04','\x00','\x30','\x04','\x00','\x70','\x06','\x01','\xf0','\x03','\xff','\xe0','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x20','\x0c','\x00','\x30','\x0c','\x00','\x10','\x08','\x00','\x10','\x1f','\x80','\x18','\xf8','\xe0','\x0b','\x90','\x38','\x0e','\x30','\x1c','\x1c','\x20','\x0c','\x34','\x60','\x0e','\x64','\x40','\x06','\x46','\xc0','\x06','\xc3','\x80','\x06','\x83','\x80','\x0e','\x83','\x80','\x0c','\x86','\xc0','\x1c','\x4c','\x40','\x18','\x70','\x00','\x30','\x20','\x00','\xc0','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x08','\x40','\x00','\x07','\x40','\x00','\x01','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x80','\x00','\x08','\x80','\x00','\x09','\x00','\x80','\x07','\xe0','\x40','\x01','\xf8','\x60','\x01','\x18','\x20','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x01','\x00','\x60','\x01','\x80','\xe0','\x00','\xff','\xc0','\x00','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x01','\xf8','\x00','\x02','\x18','\x00','\x02','\x07','\xc0','\x03','\x3c','\x60','\x01','\xc0','\x30','\x23','\x80','\x30','\x1e','\xc4','\x60','\x0c','\x63','\x80','\x00','\x30','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x03','\x8c','\x00','\x04','\x7e','\x00','\x08','\x0c','\x00','\x08','\x01','\xf0','\x0c','\x0e','\x0c','\x06','\x70','\x06','\x03','\xc0','\x03','\x07','\x00','\x03','\x9d','\x80','\x07','\xf8','\xc6','\x1e','\x70','\x63','\xfc','\x00','\x60','\xf0','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x24','\x00','\x02','\x47','\x00','\x02','\x5a','\xc0','\x04','\x62','\x60','\x04','\x82','\x20','\x04','\x82','\x30','\x05','\x42','\x30','\x05','\x42','\x30','\x06','\x42','\x30','\x06','\x26','\x20','\x06','\x34','\x60','\x02','\x1c','\xc0','\x00','\x07','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x40','\x44','\x00','\x20','\x86','\x00','\x30','\x8f','\xc0','\x31','\x32','\x30','\x31','\x42','\x18','\x31','\x83','\x0c','\x21','\x03','\x0c','\x63','\x03','\x06','\x65','\x03','\x06','\x65','\x03','\x06','\x68','\x83','\x06','\x68','\x83','\x0c','\x68','\x46','\x0c','\x30','\x46','\x18','\x30','\x26','\x70','\x30','\x1f','\xe0','\x10','\x0f','\x80','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x08','\xc0','\x00','\x0f','\xc0','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\xf8','\x00','\x03','\x0f','\x00','\x02','\x0b','\xc0','\x01','\x18','\xc0','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\xe0','\x00','\x1f','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\xfe','\x00','\x0c','\x1f','\x80','\x10','\x19','\xe0','\x10','\x18','\x70','\x18','\x70','\x30','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\xcc','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x07','\x80','\x06','\x18','\x60','\x06','\x60','\x30','\x07','\x80','\x18','\x0f','\x00','\x18','\x0e','\x00','\x18','\x04','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x01','\x0f','\x00','\x01','\x11','\x80','\x01','\x20','\xc0','\x01','\x20','\xc0','\x03','\x40','\x60','\x03','\x40','\x60','\x03','\x80','\x60','\x03','\x80','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x01','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x02','\x7e','\x00','\x03','\xc7','\x00','\x01','\x8e','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x9f','\x00','\x03','\xe0','\xc0','\x03','\x80','\x60','\x07','\x00','\x30','\x0e','\x00','\x30','\x1c','\x00','\x30','\x18','\x70','\x30','\x01','\x98','\x30','\x01','\x0c','\x60','\x01','\x06','\xc0','\x01','\x87','\x00','\x00','\x7c','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x07','\x00','\x02','\x18','\x80','\x87','\x20','\xc0','\x7f','\x40','\xc0','\x32','\x80','\xc0','\x07','\x00','\xc0','\x07','\x00','\xc0','\x0e','\x00','\x80','\x0c','\x01','\x80','\x1c','\x01','\x80','\x1c','\x01','\x80','\x34','\x01','\x80','\x34','\x01','\x80','\x66','\x01','\x80','\xf6','\x01','\xc3','\xce','\x00','\xfe','\x0e','\x00','\x38','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x0c','\x00','\x03','\xfe','\x00','\x01','\xc6','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x8f','\x80','\x03','\x70','\x60','\x07','\x80','\x30','\x0e','\x00','\x18','\x1c','\x00','\x18','\x38','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x01','\xc0','\x00','\x07','\x00','\x00','\x78','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\xe0','\x00','\x07','\xc7','\x00','\x02','\x98','\xc0','\x00','\xa0','\x60','\x01','\xc0','\x60','\x01','\x80','\x30','\x03','\x80','\x30','\x02','\x80','\x30','\x04','\x80','\x60','\x0e','\x80','\x60','\x09','\x80','\xc0','\x00','\xc7','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x01','\xe0','\x00','\x27','\xe1','\xe0','\x1c','\xc6','\x38','\x00','\x98','\x0c','\x01','\xa0','\x0e','\x02','\xc0','\x06','\x02','\x80','\x06','\x05','\x80','\x06','\x0c','\x80','\x06','\x08','\x80','\x0e','\x18','\x80','\x0c','\x34','\xc0','\x18','\x72','\xc0','\x30','\x61','\xc0','\xc0','\x01','\xc3','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x18','\x00','\x03','\xfc','\x00','\x01','\x8c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x6f','\x80','\x00','\xf0','\x60','\x03','\xc0','\x10','\x0c','\x80','\x18','\x19','\x80','\x08','\x11','\x00','\x0c','\x23','\x00','\x0c','\x22','\x00','\x0c','\x26','\x0f','\x1c','\x34','\x10','\xd8','\x1c','\x10','\x70','\x08','\x18','\xe0','\x00','\x0f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x02','\x3f','\x00','\x03','\xe6','\x00','\x01','\x84','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x37','\x80','\x00','\x78','\xc0','\x00','\xc0','\x60','\x01','\x80','\x60','\x07','\x00','\x60','\x06','\x78','\x60','\x00','\xcc','\xc0','\x00','\x8d','\x80','\x00','\x7e','\x00','\x00','\x60','\x00','\x00','\x80','\x00','\x01','\x00','\xe0','\x06','\x03','\x38','\x0d','\x86','\x0c','\x38','\x7c','\x0e','\x70','\x38','\x3e','\x60','\x10','\x04','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x10','\x26','\x00','\x0f','\xff','\x00','\x06','\x60','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x00','\x70','\x03','\x60','\x38','\x07','\xb0','\xf8','\x0e','\x1b','\xc0','\x1c','\x1e','\x00','\x18','\x38','\x00','\x00','\x78','\x00','\x00','\x98','\x00','\x01','\x18','\x00','\x02','\x08','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x07','\x80','\x00','\x03','\xff','\xc0','\x00','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x70','\x00','\x07','\x98','\x00','\x0e','\x18','\x00','\x0c','\x18','\x02','\x18','\x18','\x06','\x18','\x0c','\x0c','\x30','\x0c','\x18','\x70','\x0c','\x70','\x60','\x0f','\xe0','\x60','\x07','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x08','\x3f','\xe0','\x07','\xe0','\x60','\x07','\x00','\xf0','\x00','\x23','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x21','\xff','\xfc','\x3f','\xc0','\x1e','\x1c','\x00','\x3e','\x00','\x30','\x78','\x00','\x1c','\xc0','\x00','\x0f','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x64','\x00','\x00','\xc4','\x00','\x03','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x03','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x78','\x00','\x00','\xcc','\x00','\x01','\x8c','\x00','\x03','\x0c','\x00','\x0c','\x0c','\x00','\x30','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x1f','\xe0','\x01','\xf0','\x70','\x01','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x01','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x30','\x18','\xf0','\x1f','\xff','\xf8','\x0f','\x80','\x3c','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x00','\x70','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x03','\x80','\x01','\xff','\xc0','\x01','\xa0','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x10','\x10','\xc0','\x0f','\xff','\xf0','\x07','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\xe0','\x0f','\xff','\xf0','\x07','\x30','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x80','\xff','\xf8','\x7f','\xff','\xfe','\x3c','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x60','\x08','\x7f','\xf0','\x07','\xcc','\x00','\x02','\x1c','\x00','\x00','\x14','\x00','\x00','\x34','\x00','\x00','\x64','\x00','\x00','\xc4','\x00','\x01','\x84','\x00','\x03','\x04','\x00','\x0c','\x04','\x00','\x00','\x3c','\x00','\x00','\x1c','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\xfc','\x21','\xff','\xfe','\x1f','\xc7','\x00','\x0c','\x0f','\x00','\x00','\x1f','\x00','\x00','\x3b','\x00','\x00','\x33','\x00','\x00','\x63','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x60','\x03','\x00','\x00','\x13','\x00','\x00','\x0f','\x00','\x00','\x07','\x00','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x20','\x10','\x7f','\xf0','\x0f','\xfe','\x38','\x07','\x30','\x38','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x01','\x80','\x18','\x21','\x80','\x30','\x13','\x80','\x40','\x0f','\x00','\x00','\x07','\x00','\x00','\x02','\x00','\x00','\x00','\x06','\x00','\x18','\x03','\x00','\x0c','\x33','\x00','\x0e','\x18','\x00','\x0c','\x18','\x00','\x1c','\x00','\x00','\x18','\x20','\x10','\x7f','\xf0','\x0f','\xfe','\x38','\x07','\x30','\x38','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x01','\x80','\x18','\x21','\x80','\x30','\x13','\x80','\x40','\x0f','\x00','\x00','\x07','\x00','\x00','\x02','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x60','\x00','\x00','\x61','\xc0','\x00','\x2f','\xe0','\x00','\x7e','\x00','\x21','\xe0','\x00','\x1f','\x30','\x00','\x0c','\x30','\x00','\x00','\x10','\x38','\x00','\x1b','\xfc','\x00','\x1f','\x00','\x40','\xf8','\x00','\x3f','\x8c','\x00','\x1c','\x0c','\x00','\x00','\x04','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x00','\x00','\x00','\x06','\x01','\x80','\x03','\x00','\xe0','\x33','\x00','\x60','\x18','\x00','\x61','\x98','\x00','\x2f','\xc0','\x00','\x7c','\x00','\x21','\xe0','\x00','\x1f','\x30','\x00','\x0c','\x30','\x00','\x00','\x10','\x38','\x00','\x1b','\xfc','\x00','\x1f','\x00','\x40','\xf8','\x00','\x3f','\x8c','\x00','\x1c','\x0c','\x00','\x00','\x04','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x40','\x00','\x7f','\xe0','\x00','\x7c','\x70','\x00','\xe0','\x70','\x01','\xc0','\xe0','\x03','\x00','\xc0','\x06','\x01','\xc0','\x08','\x01','\x80','\x10','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x40','\x33','\x00','\x70','\x18','\x00','\x60','\x98','\x00','\xff','\xc0','\x00','\xf8','\xe0','\x01','\xc0','\xe0','\x03','\x81','\xc0','\x06','\x01','\x80','\x0c','\x03','\x80','\x10','\x07','\x00','\x20','\x0e','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\x80','\x7c','\x03','\xff','\xfe','\x06','\x7e','\x00','\x0c','\x03','\x00','\x10','\x03','\x00','\x20','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xc0','\x03','\x00','\x60','\x33','\x00','\x60','\x18','\x00','\xe0','\x18','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x7c','\x06','\xff','\xfe','\x0c','\x3e','\x00','\x10','\x03','\x00','\x20','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x10','\x7f','\xf0','\x0f','\xf0','\x38','\x07','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x10','\x00','\xc0','\x0f','\xff','\xe0','\x07','\xc0','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc0','\x10','\x7f','\xe0','\x0f','\xf0','\x70','\x07','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x10','\x01','\x80','\x0f','\xff','\xc0','\x07','\xc0','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x80','\x03','\x01','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x9e','\x81','\x9f','\xff','\x7f','\xf1','\x80','\x39','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x83','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x00','\x06','\x00','\x0c','\x03','\x00','\x07','\x33','\x03','\x03','\x98','\x01','\x83','\x18','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x1c','\x81','\x9f','\xfe','\x7f','\xf3','\x00','\x39','\x83','\x00','\x01','\x83','\x00','\x01','\x87','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x80','\x00','\x01','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x18','\x00','\x04','\x0f','\x00','\x08','\x03','\x80','\x10','\x01','\x80','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0e','\x00','\x00','\x3c','\x00','\x10','\xf0','\x00','\x1f','\xe0','\x00','\x0f','\x80','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x06','\x00','\x33','\x03','\x80','\x18','\x01','\xc0','\x18','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x18','\x00','\x04','\x0f','\x00','\x08','\x03','\x80','\x10','\x01','\x80','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0e','\x00','\x00','\x3c','\x00','\x10','\xf0','\x00','\x1f','\xe0','\x00','\x0f','\x80','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x04','\x1f','\xc0','\x03','\xf8','\xe0','\x01','\xc1','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x32','\x00','\x00','\x61','\x80','\x00','\xc0','\xe0','\x01','\x80','\x70','\x06','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x03','\x18','\x08','\x3f','\x98','\x07','\xf1','\xc0','\x03','\x81','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x36','\x00','\x00','\x61','\x80','\x00','\xc0','\xe0','\x01','\x80','\x70','\x06','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x70','\x00','\xcf','\xf8','\x00','\xfc','\x3c','\x07','\xc0','\x70','\x7e','\xc0','\xc0','\x30','\xc1','\x00','\x00','\xc2','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x3f','\xf8','\x00','\x0f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x01','\x80','\x33','\x00','\xc0','\x18','\x00','\xe0','\x18','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x70','\x00','\xcf','\xf8','\x00','\xfc','\x3c','\x07','\xc0','\x70','\x7e','\xc0','\xc0','\x30','\xc1','\x00','\x00','\xc2','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x3f','\xf8','\x00','\x0f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x10','\x00','\x38','\x0c','\x00','\x30','\x06','\x00','\x70','\x07','\x00','\x60','\x03','\x00','\xe0','\x03','\x80','\xc0','\x01','\x81','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x03','\x18','\x40','\x01','\x98','\x30','\x01','\xc0','\x18','\x01','\x80','\x1c','\x01','\x80','\x0c','\x03','\x00','\x0e','\x03','\x00','\x06','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x00','\x3f','\xf0','\x00','\x77','\x38','\x00','\x60','\x30','\x00','\xc0','\x70','\x01','\x80','\x60','\x03','\x60','\xc0','\x06','\x31','\xc0','\x18','\x19','\x80','\x00','\x1b','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x03','\x00','\x30','\x33','\x00','\x30','\x18','\x00','\x61','\x98','\x00','\x7f','\xc0','\x00','\xd8','\xe0','\x01','\x80','\xc0','\x03','\x01','\x80','\x06','\xc1','\x80','\x0c','\x63','\x00','\x30','\x33','\x00','\x00','\x36','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x0f','\x80','\x00','\x3e','\x00','\x00','\xf8','\x00','\x07','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x78','\x41','\xff','\xfe','\x3f','\x8c','\x06','\x1c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x06','\x00','\x02','\x03','\x00','\x03','\x33','\x00','\x0f','\x98','\x00','\x3e','\x18','\x00','\xf8','\x00','\x07','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x78','\x41','\xff','\xfe','\x3f','\x8c','\x06','\x1c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x40','\x04','\x10','\x70','\x02','\x18','\x60','\x03','\x18','\x60','\x03','\x08','\xc0','\x01','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x30','\x00','\x60','\x18','\x20','\x20','\x1c','\x10','\x30','\x18','\x18','\x30','\x38','\x1c','\x30','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x01','\x03','\x18','\x01','\x81','\x98','\x40','\x81','\xc0','\x20','\xc1','\x80','\x30','\xc1','\x80','\x38','\xc3','\x80','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x03','\xc0','\x03','\xff','\xe0','\x01','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x40','\xff','\xfe','\x3f','\xc8','\x0e','\x1c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x04','\x07','\x33','\x03','\xff','\x98','\x01','\xc0','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x40','\xff','\xfc','\x3f','\xc8','\x1c','\x1c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xf0','\x00','\x00','\xce','\x00','\x00','\xc3','\x80','\x00','\xc0','\xe0','\x00','\xc0','\x70','\x00','\xc0','\x30','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x30','\x00','\xe0','\x18','\x00','\xe1','\x98','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xf0','\x00','\x00','\xce','\x00','\x00','\xc3','\x80','\x00','\xc0','\xe0','\x00','\xc0','\x70','\x00','\xc0','\x30','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x78','\x41','\xff','\xfe','\x3f','\x8c','\x0e','\x1c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x07','\x80','\x07','\xff','\xe0','\x03','\x80','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x0f','\xf0','\x3f','\xff','\xfe','\x1f','\x00','\x1e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\xe0','\x01','\xff','\xf0','\x00','\xe0','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x03','\x03','\x00','\x00','\xc3','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x1b','\x00','\x00','\x33','\x80','\x00','\x31','\x80','\x00','\x61','\xc0','\x00','\xc0','\xc0','\x01','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x08','\x7f','\xc0','\x07','\xe3','\x80','\x03','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x3c','\x80','\x00','\x6c','\x60','\x00','\xcc','\x38','\x01','\x8c','\x1c','\x03','\x0c','\x0e','\x0c','\x0c','\x06','\x30','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x01','\x82','\x00','\x01','\x81','\x00','\x01','\x80','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x06','\x00','\x38','\x06','\x00','\x18','\x0c','\x00','\x1c','\x0c','\x00','\x0c','\x18','\x00','\x0e','\x10','\x00','\x06','\x20','\x00','\x06','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x00','\x18','\x03','\x00','\x18','\x01','\x82','\x00','\x01','\x81','\x00','\x01','\x80','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x06','\x00','\x38','\x06','\x00','\x18','\x0c','\x00','\x1c','\x0c','\x00','\x0c','\x18','\x00','\x0e','\x10','\x00','\x06','\x20','\x00','\x06','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x11','\x03','\x00','\x11','\x01','\x82','\x11','\x01','\x81','\x0e','\x01','\x80','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x06','\x00','\x38','\x06','\x00','\x18','\x0c','\x00','\x1c','\x0c','\x00','\x0c','\x18','\x00','\x0e','\x10','\x00','\x06','\x20','\x00','\x06','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x07','\x80','\x07','\xff','\xc0','\x06','\xe0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\xc0','\x70','\x01','\xff','\xf0','\x00','\x7f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x18','\x00','\x03','\x0e','\x00','\x33','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x07','\x80','\x07','\xff','\xc0','\x06','\xe0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\xc0','\x70','\x01','\xff','\xf0','\x00','\x7f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x1c','\x07','\x00','\x22','\x06','\x00','\x22','\x06','\x00','\x22','\x06','\x00','\x1c','\x06','\x07','\x80','\x07','\xff','\xc0','\x06','\xe0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\xc0','\x70','\x01','\xff','\xf0','\x00','\x7f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x03','\xe0','\x0f','\xff','\xf0','\x03','\xc0','\x38','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x00','\x18','\x20','\x07','\x98','\x1f','\xff','\xc0','\x07','\x80','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x11','\x40','\x0f','\x11','\x3f','\xff','\x91','\x0f','\x01','\xce','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x03','\x80','\x00','\x02','\xc0','\x00','\x06','\x60','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x18','\x0c','\x00','\x38','\x06','\x00','\xf0','\x03','\x00','\x60','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x3c','\x00','\x00','\x1e','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x03','\x30','\x01','\x01','\x80','\x03','\x81','\x80','\x02','\xc0','\x00','\x06','\x60','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x18','\x0c','\x00','\x38','\x06','\x00','\xf0','\x03','\x00','\x60','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x3c','\x00','\x00','\x1e','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x01','\x01','\x10','\x03','\x81','\x10','\x02','\xc1','\x10','\x06','\x60','\xe0','\x0c','\x30','\x00','\x0c','\x18','\x00','\x18','\x0c','\x00','\x38','\x06','\x00','\xf0','\x03','\x00','\x60','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x3c','\x00','\x00','\x1e','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x70','\x40','\x3f','\xfc','\x3f','\xf8','\x0c','\x1e','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x40','\x04','\x18','\x20','\x04','\x18','\x30','\x0c','\x18','\x18','\x08','\x18','\x1c','\x18','\x18','\x0c','\x38','\x18','\x0c','\x30','\x98','\x00','\x00','\x78','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x30','\x03','\x00','\x18','\x33','\x00','\x1c','\x18','\x00','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\xe0','\x20','\x3f','\xf8','\x1f','\xf8','\x18','\x0e','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x40','\x04','\x18','\x20','\x04','\x18','\x30','\x0c','\x18','\x18','\x08','\x18','\x1c','\x18','\x18','\x0c','\x38','\x18','\x0c','\x30','\x98','\x00','\x00','\x78','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x0e','\x00','\x38','\x11','\x00','\x30','\x11','\x00','\x30','\x11','\x00','\x31','\xce','\x40','\x7f','\xe0','\x3f','\xf0','\x60','\x1c','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x80','\x08','\x30','\x40','\x08','\x30','\x60','\x18','\x30','\x30','\x10','\x30','\x38','\x30','\x30','\x18','\x70','\x30','\x18','\x61','\x30','\x00','\x00','\xf0','\x00','\x00','\x70','\x00','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x40','\x1f','\xfc','\x3f','\xf8','\x0e','\x1f','\x00','\x1c','\x08','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x82','\x00','\x00','\x64','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x00','\xc0','\x00','\x00','\x7c','\x00','\x00','\x1f','\x80','\x00','\x03','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x00','\xf0','\x00','\x00','\x3f','\x00','\x00','\x07','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x00','\x03','\x00','\x00','\x01','\xe0','\x00','\x00','\x7f','\x00','\x00','\x0f','\xc0','\x00','\x01','\xe0','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x41','\x00','\x00','\xc0','\x80','\x00','\x80','\x40','\x01','\x80','\x60','\x01','\x00','\x30','\x03','\x00','\x18','\x42','\x01','\xf8','\x7f','\xfe','\x0c','\x3f','\x80','\x0c','\x18','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x00','\xc0','\x03','\x01','\x80','\x00','\xc1','\x80','\x00','\x33','\x00','\x00','\x1f','\x00','\x00','\x0e','\x00','\x00','\x0f','\x00','\x00','\x1b','\x80','\x00','\x31','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xe0','\x01','\x80','\x60','\x03','\x00','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x07','\x80','\x0f','\xff','\xc0','\x07','\xc0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x63','\xf8','\x41','\xff','\xfc','\x3f','\xe0','\x00','\x1c','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x78','\x00','\x00','\x3f','\xf8','\x00','\x0f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x60','\x00','\x43','\xf0','\x00','\x7c','\x38','\x21','\xe0','\x40','\x1f','\x20','\x80','\x0c','\x31','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x03','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x40','\x0c','\x00','\x61','\xfe','\x00','\x7f','\x07','\x01','\xf0','\x0e','\x8f','\xa0','\x1c','\x7c','\x30','\x30','\x30','\x30','\xc0','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x03','\x00','\x00','\xff','\x80','\x00','\xc3','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x10','\x7f','\xf8','\x0f','\xc0','\x38','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x0f','\x00','\x07','\xff','\x80','\x03','\x83','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x81','\xff','\xfe','\x7f','\xc0','\x3f','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x01','\x80','\x01','\xff','\xc0','\x00','\xc1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x02','\x01','\x80','\x01','\xff','\x80','\x00','\xc1','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x02','\x01','\x00','\x01','\xff','\x80','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x03','\xe0','\x0f','\xff','\xf0','\x07','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x08','\x0f','\xe0','\x07','\xfc','\xc0','\x03','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x80','\x10','\x1f','\x80','\x0f','\xff','\xc0','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x03','\xc0','\x03','\xff','\xe0','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x10','\x1f','\xf8','\x0f','\xfc','\x38','\x07','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x60','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x04','\x00','\xc0','\x02','\x00','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x02','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x0c','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x01','\x0c','\x18','\x02','\x0c','\x18','\x04','\x0c','\x18','\x08','\x0c','\x18','\x10','\x18','\x18','\x60','\x18','\x18','\xc0','\x10','\x1b','\x80','\x30','\x1f','\x00','\x20','\x3e','\x00','\x40','\x1c','\x00','\x80','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x04','\x06','\x00','\x08','\x06','\x00','\x10','\x06','\x00','\x20','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x07','\x00','\x06','\x0e','\x00','\x06','\x38','\x00','\x07','\xf0','\x00','\x0f','\xc0','\x00','\x0f','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xf0','\x1f','\xff','\xf8','\x18','\x00','\x1c','\x18','\x00','\x1c','\x18','\x00','\x18','\x08','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x20','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xf0','\x04','\x00','\x30','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x04','\x1f','\xe0','\x03','\xf0','\x70','\x01','\x00','\x60','\x01','\x00','\xc0','\x01','\x00','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x01','\x03','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\xf0','\x1f','\xff','\xf8','\x0f','\xc0','\x1c','\x0c','\x00','\x18','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x04','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x10','\x1f','\xe0','\x0f','\xff','\xf0','\x07','\xc6','\x00','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x06','\x1c','\x87','\xff','\xfe','\x7f','\x86','\x0e','\x38','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x10','\xff','\xf0','\x0f','\xc0','\xe0','\x06','\x01','\xc0','\x00','\x33','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\xf0','\x80','\xff','\xfe','\x7f','\xe0','\x1f','\x3c','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x04','\x07','\xf0','\x03','\xfe','\x18','\x01','\xe0','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x08','\x1f','\xe0','\x07','\xf8','\xc0','\x03','\x81','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x02','\x01','\xc0','\x04','\x00','\xc0','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x11','\xe0','\x00','\x0f','\x80','\x00','\x0f','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xe0','\x03','\x00','\x70','\x33','\x00','\x30','\x18','\x00','\x30','\x18','\x30','\x31','\xc0','\x1f','\xff','\xe0','\x0f','\x80','\xf0','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x00','\x08','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x02','\x08','\x60','\x01','\xff','\xf0','\x01','\x90','\x60','\x00','\x30','\x60','\x00','\x20','\x40','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x00','\x80','\x80','\x01','\x01','\x80','\x02','\x11','\x00','\x04','\x0f','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\xe0','\x01','\x8f','\xf0','\x03','\x7c','\x00','\x06','\x06','\x00','\x08','\x06','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x2c','\x00','\x00','\x4c','\x00','\x00','\x46','\x00','\x00','\x86','\x00','\x00','\x83','\x00','\x00','\x83','\x00','\x01','\x01','\x80','\x01','\x01','\x80','\x03','\xff','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x04','\x00','\x60','\x08','\x00','\x30','\x08','\x00','\x30','\x3e','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfe','\x00','\x03','\x01','\x80','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\x80','\x03','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x0f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x2c','\x00','\x00','\x4c','\x00','\x00','\x46','\x00','\x00','\x86','\x00','\x00','\x83','\x00','\x00','\x83','\x00','\x01','\x01','\x80','\x01','\x01','\x80','\x02','\x00','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x04','\x00','\x60','\x08','\x00','\x30','\x0f','\xff','\xf0','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\x40','\x06','\x00','\x40','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x06','\x06','\x00','\x07','\xfe','\x00','\x06','\x06','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x06','\x00','\x00','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x60','\x1f','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\xe0','\x08','\x01','\xc0','\x08','\x01','\x80','\x08','\x03','\x80','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x01','\x80','\x10','\x03','\x00','\x10','\x07','\x00','\x10','\x0e','\x00','\x30','\x1f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x81','\x18','\x18','\xff','\x18','\x18','\xff','\x18','\x18','\x81','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x87','\xe0','\x06','\x01','\x80','\x06','\x01','\x00','\x06','\x02','\x00','\x06','\x04','\x00','\x06','\x08','\x00','\x06','\x10','\x00','\x06','\x20','\x00','\x06','\x60','\x00','\x06','\xf0','\x00','\x07','\x38','\x00','\x06','\x1c','\x00','\x06','\x0c','\x00','\x06','\x06','\x00','\x06','\x07','\x00','\x06','\x03','\x80','\x06','\x01','\xc0','\x06','\x00','\xe0','\x1f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x2c','\x00','\x00','\x4c','\x00','\x00','\x46','\x00','\x00','\x86','\x00','\x00','\x83','\x00','\x00','\x83','\x00','\x01','\x01','\x80','\x01','\x01','\x80','\x02','\x00','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x04','\x00','\x60','\x08','\x00','\x30','\x08','\x00','\x30','\x3e','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x00','\xfc','\x0b','\x00','\xb0','\x0b','\x00','\xb0','\x09','\x81','\x30','\x09','\x81','\x30','\x09','\x81','\x30','\x09','\x81','\x30','\x08','\xc2','\x30','\x08','\xc2','\x30','\x08','\xc2','\x30','\x08','\xc4','\x30','\x08','\x64','\x30','\x08','\x64','\x30','\x08','\x68','\x30','\x08','\x28','\x30','\x08','\x38','\x30','\x08','\x38','\x30','\x08','\x10','\x30','\x3e','\x10','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\xf8','\x07','\x00','\x20','\x05','\x80','\x20','\x05','\xc0','\x20','\x04','\xc0','\x20','\x04','\x60','\x20','\x04','\x70','\x20','\x04','\x30','\x20','\x04','\x18','\x20','\x04','\x1c','\x20','\x04','\x0c','\x20','\x04','\x06','\x20','\x04','\x07','\x20','\x04','\x03','\xa0','\x04','\x01','\xa0','\x04','\x00','\xe0','\x04','\x00','\xe0','\x04','\x00','\x60','\x1f','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xf0','\x07','\xff','\xf0','\x0c','\x00','\x30','\x08','\x00','\x20','\x08','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x40','\x01','\xff','\xc0','\x03','\xff','\x80','\x02','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x10','\x04','\x00','\x10','\x0c','\x00','\x30','\x0f','\xff','\xe0','\x0f','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x1f','\xc3','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x1f','\xff','\xe0','\x0e','\x00','\x20','\x07','\x00','\x10','\x03','\x80','\x10','\x01','\xc0','\x00','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x08','\x03','\x00','\x08','\x06','\x00','\x18','\x0f','\xff','\xf0','\x1f','\xff','\xf0','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x10','\x18','\x08','\x20','\x18','\x04','\x20','\x18','\x04','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x81','\xe0','\x0c','\xc3','\x30','\x18','\x66','\x18','\x10','\x3c','\x08','\x20','\x3c','\x04','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x30','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x0c','\x18','\x30','\x06','\x18','\x60','\x03','\x18','\xc0','\x00','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\xf8','\x07','\x00','\x60','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\xc1','\x00','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x74','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x2e','\x00','\x00','\x47','\x00','\x00','\x43','\x00','\x00','\x81','\x80','\x01','\x01','\xc0','\x02','\x00','\xe0','\x06','\x00','\x70','\x1f','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x00','\x18','\x00','\x1c','\x18','\x38','\x3e','\x18','\x7c','\x26','\x18','\x64','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\xc0','\x01','\x18','\x80','\x01','\x99','\x80','\x00','\xdb','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x01','\x81','\x80','\x10','\x42','\x08','\x10','\x42','\x08','\x1f','\xc3','\xf8','\x1f','\xc3','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x60','\x00','\xc4','\x60','\x01','\x82','\x60','\x03','\x02','\xc0','\x07','\x02','\xc0','\x06','\x03','\x80','\x0e','\x03','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0e','\x00','\x0c','\x1a','\x40','\x06','\x33','\xc0','\x03','\xc1','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x00','\x18','\xc0','\x00','\x30','\x60','\x00','\x20','\x60','\x00','\x60','\x60','\x00','\x40','\x60','\x00','\xc0','\x60','\x00','\x80','\xc0','\x01','\x99','\x80','\x01','\x9e','\x00','\x01','\x01','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x02','\x00','\xc0','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x83','\x80','\x0c','\x67','\x00','\x0c','\x3c','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xe0','\x30','\x03','\x30','\xf0','\x04','\x19','\x80','\x08','\x1a','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\x43','\x00','\x00','\x41','\x80','\x00','\x20','\xe0','\x00','\x10','\x70','\x00','\x08','\x30','\x00','\x04','\x00','\x00','\x3a','\x00','\x00','\xc3','\x00','\x01','\x81','\x00','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x02','\x06','\x00','\x03','\x0c','\x00','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\xe3','\x80','\x01','\x80','\xc0','\x01','\x80','\x40','\x01','\xc0','\x00','\x00','\xfc','\x00','\x03','\x98','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x40','\x07','\x01','\x80','\x03','\xff','\x00','\x01','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x40','\x00','\x00','\x80','\xe0','\x00','\x83','\xe0','\x00','\x7f','\x80','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xc0','\x00','\x03','\xf8','\x00','\x00','\x3e','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x01','\xc6','\x00','\x01','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc3','\xc0','\x06','\x6c','\x20','\x08','\x70','\x30','\x00','\x60','\x30','\x00','\xc0','\x30','\x00','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\xc0','\x03','\x00','\xc0','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x80','\x00','\x18','\x60','\x00','\x30','\x20','\x00','\x60','\x30','\x00','\xc0','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x03','\x00','\x60','\x03','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0c','\x02','\x00','\x04','\x04','\x00','\x06','\x18','\x00','\x01','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x40','\x03','\x00','\x80','\x03','\x07','\x00','\x01','\xfc','\x00','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\xe0','\x00','\xc1','\xf0','\x00','\xc3','\x30','\x01','\x86','\x00','\x01','\x98','\x00','\x03','\xe0','\x00','\x03','\x30','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x0c','\x18','\x40','\x0c','\x18','\x80','\x18','\x1f','\x00','\x18','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\x00','\x78','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x34','\x00','\x00','\x64','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x03','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x80','\x0e','\x01','\xe0','\x0c','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\xc0','\xe0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x00','\x03','\x03','\x00','\x07','\x02','\x90','\x05','\x84','\xf0','\x0c','\x78','\x60','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x20','\x03','\x80','\x20','\x01','\x80','\x40','\x01','\x80','\x40','\x01','\x80','\x80','\x01','\x01','\x80','\x01','\x03','\x00','\x02','\x0e','\x00','\x02','\x3c','\x00','\x07','\xf0','\x00','\x07','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x3f','\xe0','\x00','\xff','\xc0','\x01','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x01','\x80','\x00','\x00','\x7f','\xe0','\x00','\xff','\xc0','\x03','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x0f','\x80','\x00','\x07','\xf8','\x00','\x00','\x7e','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x03','\x06','\x00','\x03','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\xc1','\x80','\x01','\x80','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x02','\x03','\x00','\x03','\x06','\x00','\x00','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x03','\xff','\xf0','\x07','\xff','\xe0','\x04','\x63','\x00','\x08','\x63','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x8c','\x00','\x01','\x8c','\x00','\x03','\x08','\x00','\x03','\x18','\x40','\x06','\x18','\x80','\x0e','\x1f','\x00','\x0c','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\x00','\x30','\xc0','\x00','\x60','\x40','\x00','\xc0','\x60','\x00','\x80','\x60','\x01','\x80','\x60','\x01','\x00','\x60','\x03','\x00','\xc0','\x02','\x80','\xc0','\x02','\x81','\x80','\x06','\x43','\x00','\x06','\x3c','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x1f','\xf0','\x00','\x7f','\xe0','\x00','\xc2','\x00','\x01','\x81','\x00','\x03','\x00','\x80','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x02','\x03','\x00','\x03','\x06','\x00','\x00','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x03','\xff','\xf0','\x07','\xff','\xe0','\x04','\x30','\x00','\x08','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x80','\x01','\x81','\x00','\x01','\x86','\x00','\x00','\xfc','\x00','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\xc0','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x03','\x00','\x06','\x06','\x00','\x02','\x18','\x00','\x01','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x7f','\x00','\x01','\x8c','\xc0','\x03','\x08','\x60','\x06','\x08','\x30','\x0c','\x18','\x30','\x0c','\x10','\x30','\x0c','\x10','\x30','\x0c','\x30','\x60','\x06','\x20','\xc0','\x03','\x21','\x80','\x00','\xfe','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x60','\x03','\xe0','\xe0','\x02','\x31','\xc0','\x04','\x13','\x80','\x00','\x17','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x01','\xd0','\x00','\x03','\x90','\x00','\x07','\x10','\x40','\x0e','\x18','\x80','\x1c','\x0f','\x80','\x18','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x07','\x04','\x60','\x09','\x84','\x70','\x01','\x8c','\x30','\x01','\x8c','\x30','\x03','\x08','\x30','\x03','\x08','\x30','\x03','\x18','\x60','\x06','\x10','\x60','\x06','\x10','\xc0','\x06','\x31','\x80','\x02','\x23','\x00','\x01','\xfc','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x40','\x01','\x80','\x20','\x03','\x00','\x30','\x06','\x00','\x10','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x38','\x30','\x08','\x34','\x30','\x0c','\x64','\x60','\x03','\x83','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x78','\x00','\x00','\x38','\x00','\x00','\x3c','\x00','\x00','\x2c','\x00','\x00','\x4e','\x00','\x00','\x46','\x00','\x00','\x87','\x00','\x00','\x83','\x00','\x01','\x03','\x80','\x01','\x01','\x80','\x03','\xff','\xc0','\x02','\x00','\xc0','\x04','\x00','\xe0','\x04','\x00','\x60','\x08','\x00','\x70','\x08','\x00','\x30','\x3e','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x20','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x0f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfe','\x00','\x03','\x01','\x80','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\x80','\x03','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x0f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x20','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xff','\xf8','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x60','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\xc0','\x60','\x00','\x80','\x60','\x00','\x80','\x60','\x01','\x00','\x60','\x02','\x00','\x60','\x1f','\xff','\xf8','\x18','\x00','\x18','\x10','\x00','\x08','\x20','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x20','\x03','\x00','\x10','\x03','\x00','\x90','\x03','\x00','\x80','\x03','\x01','\x80','\x03','\xff','\x80','\x03','\x01','\x80','\x03','\x00','\x80','\x03','\x00','\x80','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x08','\x03','\x00','\x08','\x03','\x00','\x10','\x03','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc3','\x80','\x01','\xc3','\x80','\x01','\xc3','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x20','\x03','\x00','\x10','\x03','\x00','\x80','\x03','\x01','\x80','\x03','\xff','\x80','\x03','\x01','\x80','\x03','\x00','\x80','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x08','\x03','\x00','\x08','\x03','\x00','\x10','\x03','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x7e','\x0c','\x78','\x18','\x1e','\x78','\x18','\x1e','\x08','\x18','\x10','\x0c','\x18','\x30','\x04','\x18','\x20','\x04','\x18','\x20','\x02','\x18','\x40','\x01','\x18','\x80','\x03','\xff','\xc0','\x03','\x18','\xc0','\x06','\x18','\x60','\x06','\x18','\x60','\x0c','\x18','\x30','\x0c','\x18','\x30','\x18','\x18','\x18','\x18','\x18','\x18','\x30','\x18','\x0c','\xfc','\x7e','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x01','\xc1','\x80','\x07','\x00','\xc0','\x06','\x00','\x60','\x04','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x1e','\x00','\x00','\x01','\xc0','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x30','\x04','\x00','\x30','\x06','\x00','\x70','\x07','\x00','\xe0','\x01','\xc1','\xc0','\x00','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xe0','\x06','\x01','\x60','\x06','\x02','\x60','\x06','\x02','\x60','\x06','\x04','\x60','\x06','\x08','\x60','\x06','\x08','\x60','\x06','\x10','\x60','\x06','\x20','\x60','\x06','\x40','\x60','\x06','\x40','\x60','\x06','\x80','\x60','\x07','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc3','\x00','\x01','\xc3','\x80','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xe0','\x06','\x01','\x60','\x06','\x02','\x60','\x06','\x04','\x60','\x06','\x08','\x60','\x06','\x10','\x60','\x06','\x20','\x60','\x06','\x40','\x60','\x06','\x80','\x60','\x07','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\xe0','\x06','\x01','\xf0','\x06','\x03','\x30','\x06','\x02','\x00','\x06','\x06','\x00','\x06','\x04','\x00','\x06','\x0c','\x00','\x06','\x18','\x00','\x07','\xf0','\x00','\x06','\x38','\x00','\x06','\x1c','\x00','\x06','\x0c','\x00','\x06','\x0e','\x00','\x06','\x07','\x00','\x06','\x03','\x80','\x06','\x01','\x80','\x06','\x01','\xc0','\x06','\x00','\xe0','\x1f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xff','\xf8','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x60','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x18','\xc0','\x60','\x38','\x80','\x60','\x30','\x80','\x60','\x31','\x00','\x60','\x1e','\x01','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\xf8','\x07','\x00','\xe0','\x07','\x00','\xe0','\x05','\x81','\x60','\x05','\x81','\x60','\x05','\x81','\x60','\x04','\xc2','\x60','\x08','\xc2','\x30','\x08','\xc2','\x30','\x08','\x64','\x30','\x08','\x64','\x30','\x08','\x64','\x30','\x08','\x38','\x30','\x10','\x38','\x18','\x10','\x38','\x18','\x10','\x10','\x18','\x10','\x10','\x18','\x10','\x00','\x18','\x7c','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\x00','\x03','\x01','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x01','\xc0','\x03','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x00','\x00','\xc1','\xe0','\x03','\x00','\x60','\x06','\x00','\x20','\x0c','\x00','\x20','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x20','\x06','\x00','\x20','\x03','\x00','\x60','\x00','\xc1','\xe0','\x00','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x18','\x18','\x18','\x10','\x18','\x08','\x20','\x18','\x04','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\xfc','\x0e','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\x80','\x80','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\x34','\x00','\x00','\x3c','\x00','\x06','\x18','\x00','\x0e','\x18','\x00','\x0c','\x10','\x00','\x04','\x20','\x00','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x30','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x0c','\x18','\x30','\x06','\x18','\x60','\x03','\x18','\xc0','\x00','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\xf8','\x07','\x00','\x60','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\xc1','\x00','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x74','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x2e','\x00','\x00','\x47','\x00','\x00','\x43','\x00','\x00','\x81','\x80','\x01','\x01','\xc0','\x02','\x00','\xe0','\x06','\x00','\x70','\x1f','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x83','\xf0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x1f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\x00','\x60','\x03','\x81','\xe0','\x00','\xfe','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x01','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x7e','\x7e','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x7e','\x7e','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x7f','\xff','\xfe','\x00','\x00','\x06','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x00','\x30','\x60','\x00','\x20','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x7f','\xc0','\x00','\x60','\x30','\x00','\x60','\x18','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x30','\x01','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x7e','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xf0','\x18','\x18','\x0c','\x18','\x18','\x06','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x06','\x18','\x18','\x0c','\x18','\x7f','\xf0','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xc0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x0f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x00','\x0f','\x06','\x00','\x0c','\x01','\x80','\x08','\x00','\xc0','\x08','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x38','\x70','\x00','\xff','\xb0','\x01','\x07','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x08','\x00','\x60','\x08','\x00','\xc0','\x0c','\x01','\x80','\x0f','\x06','\x00','\x01','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x07','\xc0','\x18','\x18','\x30','\x18','\x30','\x18','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\xc0','\x06','\x18','\xc0','\x06','\x1f','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x30','\x18','\x18','\x18','\x30','\x7e','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x06','\x00','\xc0','\x03','\x00','\xc0','\x00','\xff','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x18','\x03','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x00','\x03','\xc3','\x00','\x03','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x1f','\x80','\x00','\xe1','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x03','\x07','\x80','\x00','\xf9','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x3f','\xc0','\x00','\xff','\x80','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x04','\x3c','\x00','\x04','\xc3','\x00','\x05','\x81','\x80','\x07','\x00','\xc0','\x07','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x00','\x01','\x81','\x80','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x81','\x80','\x01','\xfe','\x00','\x01','\x81','\x80','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x81','\x80','\x07','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xc0','\x01','\x80','\xc0','\x01','\x80','\x40','\x01','\x80','\x20','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xe0','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x61','\x80','\x00','\x41','\x80','\x00','\x41','\x80','\x00','\x81','\x80','\x01','\x01','\x80','\x07','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x20','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc3','\x80','\x01','\xc3','\x80','\x01','\xc3','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x7e','\x18','\x1c','\x18','\x38','\x04','\x18','\x20','\x06','\x18','\x60','\x02','\x18','\x40','\x01','\x18','\x80','\x00','\xff','\x00','\x01','\x99','\x80','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x06','\x18','\x60','\x0c','\x18','\x30','\x3e','\x7e','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x03','\xc3','\x80','\x03','\x00','\xc0','\x02','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x7e','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x02','\x00','\xc0','\x03','\x00','\xc0','\x03','\xc1','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x81','\xe0','\x03','\x00','\xc0','\x03','\x01','\xc0','\x03','\x02','\xc0','\x03','\x04','\xc0','\x03','\x08','\xc0','\x03','\x10','\xc0','\x03','\x20','\xc0','\x03','\x40','\xc0','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x07','\x81','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x66','\x00','\x00','\xe7','\x00','\x00','\xc3','\x00','\x00','\x42','\x00','\x00','\x3c','\x00','\x07','\x81','\xe0','\x03','\x00','\xc0','\x03','\x01','\xc0','\x03','\x02','\xc0','\x03','\x04','\xc0','\x03','\x08','\xc0','\x03','\x10','\xc0','\x03','\x20','\xc0','\x03','\x40','\xc0','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x07','\x81','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\xc0','\x01','\x81','\xe0','\x01','\x82','\x60','\x01','\x84','\x00','\x01','\x98','\x00','\x01','\xf0','\x00','\x01','\xb8','\x00','\x01','\x9c','\x00','\x01','\x8e','\x00','\x01','\x87','\x00','\x01','\x83','\x80','\x01','\x81','\xc0','\x07','\xe3','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xe0','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x61','\x80','\x00','\x41','\x80','\x0c','\x41','\x80','\x1c','\xc1','\x80','\x18','\x81','\x80','\x19','\x01','\x80','\x0e','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\xf0','\x07','\x00','\xe0','\x05','\x81','\x60','\x05','\x81','\x60','\x04','\xc2','\x60','\x04','\xc2','\x60','\x04','\xc2','\x60','\x04','\x64','\x60','\x04','\x64','\x60','\x04','\x38','\x60','\x04','\x38','\x60','\x04','\x10','\x60','\x0f','\x10','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x81','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x07','\x81','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x07','\xc3','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x1e','\x00','\x0f','\x61','\x80','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xc1','\x80','\x03','\x3e','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x18','\xc0','\x02','\x18','\x40','\x04','\x18','\x20','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe1','\xf0','\x01','\x80','\x40','\x01','\x80','\x40','\x00','\xc0','\x80','\x00','\xc0','\x80','\x00','\xc1','\x00','\x00','\x61','\x00','\x00','\x62','\x00','\x00','\x32','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x10','\x00','\x06','\x20','\x00','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x78','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xdb','\x80','\x02','\x3c','\x40','\x06','\x18','\x60','\x04','\x18','\x20','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x04','\x18','\x20','\x06','\x18','\x60','\x02','\x3c','\x40','\x01','\xdb','\x80','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xe3','\xf0','\x03','\x80','\x80','\x01','\xc1','\x00','\x00','\xe2','\x00','\x00','\x74','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x2e','\x00','\x00','\x47','\x00','\x00','\x83','\x80','\x01','\x01','\xc0','\x02','\x00','\xe0','\x0f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc3','\xe0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x07','\xff','\xe0','\x00','\x00','\x60','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc3','\xe0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\xc3','\x80','\x00','\x3d','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x3c','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x3c','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x0f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfc','\x00','\x0c','\x30','\x00','\x08','\x30','\x00','\x10','\x30','\x00','\x00','\x30','\x00','\x00','\x3f','\xc0','\x00','\x30','\x30','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x30','\x00','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xe0','\x60','\x06','\x18','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x18','\x60','\x1f','\xe1','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xf0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xff','\x00','\x00','\xc0','\xc0','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\xc0','\x03','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\xc1','\x80','\x01','\x80','\xc0','\x01','\x00','\x60','\x00','\x18','\x60','\x00','\x3f','\xb0','\x00','\x46','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x01','\x00','\xc0','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x83','\x80','\x06','\x0c','\x60','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x30','\x18','\x07','\xf0','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x0c','\x60','\x1f','\x83','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x01','\x81','\x80','\x00','\x7f','\x80','\x00','\x61','\x80','\x00','\xe1','\x80','\x00','\xc1','\x80','\x01','\xc1','\x80','\x01','\x81','\x80','\x07','\x87','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xff','\xff','\x46','\x06','\x60','\x7f','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x46','\x66','\x66','\x7f','\xff','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7f','\xfe','\x66','\x66','\x66','\x7e','\x06','\x60','\x66','\x06','\x60','\x60','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x66','\x01','\xff','\xff','\x00','\x00','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xcc','\x0c','\x0f','\xfe','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x18','\xdf','\xff','\x18','\xc0','\x00','\x19','\x80','\x00','\x31','\x80','\xe0','\x31','\x80','\xc0','\x31','\x00','\xcc','\x33','\x0f','\xfe','\x6a','\x00','\xc0','\x66','\x00','\xc0','\x07','\x00','\xc0','\x0d','\x80','\xc0','\x08','\xc0','\xc0','\x10','\xc0','\xc6','\x20','\x3f','\xff','\xc0','\x00','\x00','\x43','\x00','\x00','\x7f','\x80','\x06','\x63','\x7f','\xff','\x63','\x00','\x18','\x62','\x00','\x18','\x66','\x00','\x18','\x64','\x21','\x98','\x64','\x3f','\xd8','\x68','\x31','\x98','\x64','\x31','\x98','\x66','\x31','\x98','\x62','\x31','\x98','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x3f','\x98','\x63','\x31','\x98','\x63','\x30','\x18','\x6f','\x00','\x18','\x66','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\xf8','\x60','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x68','\x60','\x00','\xe4','\x10','\x01','\xc4','\x1c','\x03','\x82','\x38','\x0d','\x81','\x40','\x31','\x81','\x80','\xc1','\x80','\xc0','\x01','\x8e','\x70','\x3f','\xf0','\x3f','\x1f','\x00','\x1e','\x10','\x00','\x06','\x00','\x00','\x78','\x00','\x1f','\xfc','\x3f','\xfc','\x40','\x04','\x20','\x70','\x23','\x18','\x60','\x21','\x08','\x86','\x7f','\xff','\xff','\x60','\x10','\x06','\xc1','\xc8','\x48','\xc9','\x8c','\xa0','\x09','\x8c','\x98','\x11','\x80','\xcc','\x31','\xff','\xcc','\x30','\xff','\x80','\x00','\x80','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x81','\xc0','\x07','\x43','\x80','\x0c','\x26','\x00','\x30','\x1c','\x00','\x00','\x67','\xc0','\x07','\x80','\xff','\x78','\x00','\x1e','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x06','\x10','\x0c','\x04','\x18','\x0d','\x88','\xec','\xff','\xff','\x0c','\x0c','\x38','\x0c','\x0c','\x20','\x00','\x0c','\x1c','\x00','\x0c','\x98','\x18','\x0f','\x1f','\xfc','\x1c','\x33','\x00','\xfc','\x43','\x00','\x6c','\x03','\x06','\x4d','\xff','\xff','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x04','\x40','\x0c','\x0c','\x60','\x0c','\x08','\x38','\x0c','\x10','\x1f','\x7c','\x60','\x0e','\x19','\x80','\x06','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x40','\x0c','\xc2','\x20','\xff','\xe6','\x30','\x18','\xc4','\x18','\x18','\xcc','\x1c','\x18','\xc8','\x0f','\x18','\xd0','\x26','\x19','\xa7','\xf0','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x08','\x18','\x33','\x0f','\xfc','\x6a','\x0c','\x18','\x66','\x0c','\x18','\x07','\x0c','\x18','\x0d','\x8c','\x18','\x08','\xcc','\x18','\x10','\xcc','\x18','\x20','\x0f','\xf8','\xc0','\x0c','\x18','\x00','\x08','\x00','\x40','\x0e','\x00','\x30','\x0c','\x60','\x18','\x1f','\xf0','\x0c','\x10','\x60','\x0c','\x28','\xc0','\x00','\xc5','\x80','\x00','\x03','\x00','\x00','\x0c','\xe0','\x00','\x30','\x3f','\x0c','\xc3','\x0e','\xfe','\x3f','\xf0','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x3f','\xf0','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xff','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x40','\x0f','\xf8','\x70','\x00','\x3c','\x68','\x10','\x72','\x8e','\x0c','\xe1','\x0c','\x0d','\x80','\xc8','\x03','\x06','\x70','\x0c','\xff','\x3f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\xc0','\x01','\x80','\xfe','\x06','\x00','\x3c','\x38','\x00','\x0c','\x01','\xc3','\x80','\x01','\x83','\x00','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x20','\xc6','\x0c','\x3f','\xff','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x31','\x86','\x0c','\x31','\x87','\xfc','\x33','\x03','\xfc','\x36','\x00','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x01','\x88','\x00','\x0f','\xcc','\x60','\xfc','\x0f','\xf0','\x0c','\x18','\x60','\x0c','\x30','\x40','\x0c','\xff','\xf8','\x0c','\x23','\x08','\xff','\xa3','\x08','\x0c','\x3f','\xf8','\x0c','\x23','\x08','\x1f','\x23','\x08','\x1d','\xbf','\xf8','\x1d','\x83','\x00','\x3c','\x7f','\xfc','\x2c','\x43','\x04','\x2c','\x43','\x04','\x6c','\x7f','\xfc','\x4c','\x43','\x04','\x8c','\x43','\x04','\x0c','\x7f','\xfc','\x0c','\x03','\x02','\x0c','\x03','\x03','\x0c','\x03','\xff','\x0c','\x01','\xfe','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xff','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xff','\xf8','\x18','\xc3','\x18','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x10','\x00','\x11','\xcc','\x10','\x11','\x86','\x4c','\x21','\x86','\x47','\x61','\x80','\x43','\xe1','\xc0','\xe3','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x00','\x00','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x1b','\x7f','\xfe','\xff','\xe0','\x00','\x18','\x60','\x0c','\x18','\x6f','\xfe','\x18','\x61','\x80','\x18','\x61','\x90','\x19','\x61','\x08','\x1e','\x62','\x0c','\xf8','\x6f','\xf6','\x78','\x67','\x06','\x58','\x64','\xe0','\x18','\xc0','\xc0','\x18','\xc0','\xcc','\x18','\xcf','\xfe','\x18','\x80','\xc0','\x19','\x80','\xc0','\x19','\x00','\xc6','\xfa','\x3f','\xff','\x30','\x00','\x00','\x20','\x80','\x06','\x18','\xff','\xff','\x0c','\xc0','\x06','\x0c','\xc0','\x06','\x00','\xc0','\x06','\x00','\xff','\xfe','\x80','\xc0','\x00','\x44','\xc0','\x0c','\x64','\xdf','\xfe','\x64','\xc3','\x00','\x04','\xc3','\x20','\x08','\xc2','\x18','\x08','\xc4','\x0c','\x08','\xdf','\xf6','\x18','\xcf','\x06','\x19','\x89','\xc0','\x31','\x81','\x80','\xf1','\x81','\x8c','\x71','\x1f','\xfe','\x33','\x01','\x80','\x32','\x01','\x80','\x34','\x01','\x86','\x38','\x7f','\xff','\x18','\x00','\x00','\x0e','\x00','\x00','\x0c','\x04','\x18','\x0c','\x07','\xfc','\x0c','\x06','\x18','\x0c','\x66','\x18','\xff','\xf6','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x67','\xf8','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x1c','\x66','\x18','\x18','\x67','\xf8','\x18','\x66','\x1a','\x18','\x66','\x1a','\x10','\x60','\x02','\x30','\x60','\x02','\x20','\x70','\x07','\x20','\x7f','\xff','\x40','\x3f','\xfe','\x80','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\xb9','\x80','\x00','\x30','\x60','\x1f','\xff','\xf0','\x00','\x30','\x60','\x00','\x30','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x06','\x00','\x00','\x06','\x30','\x0f','\xff','\xf8','\x03','\x06','\x00','\x03','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\xc0','\x00','\x00','\x10','\x01','\x00','\x1c','\x01','\xc0','\x18','\x01','\x90','\x19','\x83','\x08','\x1f','\xc2','\x0c','\x11','\x9f','\xf6','\x31','\x0e','\x06','\x22','\x01','\x80','\x7f','\x81','\x86','\xa4','\xbf','\xff','\x24','\x83','\x20','\x24','\x86','\x10','\x3f','\x84','\x1c','\x24','\x88','\x8f','\x24','\xb1','\xc6','\x24','\x83','\x00','\x3f','\x8c','\x20','\x00','\x00','\x70','\x00','\x80','\xc4','\x2a','\xc7','\x0e','\x2a','\xc0','\x1c','\x6a','\x40','\x70','\xca','\x01','\xc0','\xc0','\x1e','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x80','\x20','\xff','\xc8','\x38','\x0c','\x04','\x30','\x0c','\x06','\x30','\x0c','\x06','\x20','\x1e','\x06','\x20','\x1d','\x80','\x40','\x1c','\xc0','\x46','\x3c','\xff','\xff','\x2c','\xc1','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x8c','\x8c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x0c','\x1b','\xff','\xfe','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x38','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x06','\x4f','\xff','\xff','\x80','\x00','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x60','\xc0','\xff','\xf1','\xa0','\x0c','\x01','\xa0','\x4c','\xc3','\x10','\x7f','\xe3','\x18','\x60','\xc6','\x0c','\x60','\xc4','\x0f','\x60','\xca','\x36','\x7f','\xd1','\x30','\x60','\xc1','\xb0','\x60','\xc1','\xb0','\x60','\xc8','\x30','\x7f','\xc4','\x30','\x6c','\xc6','\x30','\x0c','\x06','\x36','\x0c','\x60','\x3f','\xff','\xf0','\xf0','\x0c','\x07','\xb0','\x0c','\x1c','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x1c','\x00','\x60','\x18','\xff','\xf0','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x1b','\x18','\x60','\xff','\x98','\x60','\x18','\x18','\xc0','\x18','\x34','\xc0','\x18','\x34','\xcc','\x18','\x34','\xfe','\x19','\x34','\xcc','\x1e','\x32','\x0c','\xf8','\x32','\x18','\x78','\x33','\x18','\x58','\x61','\x30','\x18','\x61','\xb0','\x18','\x60','\xe0','\x18','\x40','\xc0','\x18','\xc1','\xe0','\x18','\x83','\x38','\x18','\x86','\x1f','\xf9','\x18','\x0e','\x32','\x60','\x06','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x64','\x00','\x04','\xc7','\x00','\x08','\xc6','\x00','\x00','\x06','\x64','\x18','\x0f','\xf7','\xfc','\x0c','\x66','\x18','\x18','\x66','\x18','\x30','\x66','\x18','\x68','\xc6','\x18','\x86','\xc6','\x18','\x06','\xc6','\x18','\x01','\x86','\x18','\x01','\x86','\xfa','\x03','\x06','\x32','\x06','\x06','\x02','\x0c','\x06','\x07','\x18','\x07','\xff','\x30','\x03','\xfe','\xc0','\x00','\x00','\x0e','\x04','\x18','\x0c','\x07','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\xc6','\x18','\xff','\xe6','\x18','\x18','\xc6','\x18','\x18','\xc7','\xf8','\x18','\xc6','\x18','\x18','\xc6','\x18','\x19','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x06','\x18','\x33','\x07','\xf8','\x6a','\x06','\x18','\x66','\x06','\x18','\x07','\x06','\x18','\x0d','\x86','\x18','\x08','\xc6','\x18','\x10','\xc6','\x1a','\x20','\x3f','\xff','\xc0','\x00','\x00','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc6','\x66','\x6f','\xff','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x7f','\xe3','\x00','\x66','\x63','\x00','\x66','\x03','\x00','\x06','\x83','\x00','\x06','\x43','\x00','\x06','\x63','\x00','\x07','\xb3','\x00','\xfe','\x33','\xfe','\x70','\x31','\xfe','\x40','\x00','\x00','\x06','\x00','\x80','\x06','\x00','\xe0','\x0d','\x00','\xc0','\x0c','\xc0','\xc0','\x18','\x61','\x80','\x17','\x61','\x88','\x26','\x01','\x04','\x46','\x03','\x06','\xbf','\xc2','\x1b','\x30','\xdf','\xe3','\x30','\xcf','\x03','\x3f','\xc8','\x00','\x30','\xc0','\x00','\x30','\xc4','\x06','\x30','\xc7','\xff','\x3f','\xc6','\x06','\x30','\xc6','\x06','\x31','\x06','\x06','\x30','\x86','\x06','\x30','\xc6','\x06','\x33','\x66','\x06','\xfc','\x67','\xfe','\x70','\x66','\x06','\x40','\x06','\x06','\x08','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x08','\x0c','\x00','\x92','\x18','\x06','\x63','\x9f','\xff','\x33','\x30','\x06','\x36','\x20','\x06','\x0c','\x48','\x66','\x09','\x0f','\xf6','\x10','\x8c','\x66','\xff','\xcc','\x66','\x7c','\xcc','\x66','\x4c','\xcf','\xe6','\x0c','\x0c','\x66','\x4c','\x0c','\x66','\x7d','\x0c','\x66','\x6c','\x8f','\xe6','\x6c','\xcc','\x66','\x4c','\xcc','\x0e','\x4c','\xc0','\x0c','\x8c','\x00','\x0c','\x0c','\x00','\xfc','\x0c','\x00','\x38','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x84','\x08','\x3f','\xfe','\x92','\x01','\x80','\x63','\x81','\x82','\x33','\x7f','\xff','\x36','\x06','\x30','\x0c','\x06','\x30','\x0a','\x0c','\x30','\x11','\x0a','\x3f','\xff','\x93','\x9f','\x7d','\xa3','\x00','\x4d','\x86','\x18','\x0c','\x07','\xfc','\x4c','\x0c','\x18','\x7d','\x14','\x38','\x6c','\xa2','\x70','\x6c','\xc2','\xe0','\x4c','\xc1','\xc0','\x4c','\xc3','\x70','\x8c','\x06','\x3f','\x0c','\x18','\x1e','\x0c','\xe0','\x06','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\x1f','\xe0','\xc0','\x18','\xc0','\xc6','\x30','\x80','\xff','\x21','\x00','\xc0','\x7f','\xe0','\xc0','\xb2','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x3f','\xe4','\xcc','\x32','\x67','\xfe','\x32','\x66','\x0c','\x32','\x66','\x0c','\x3f','\xe6','\x0c','\x00','\x06','\x0c','\x00','\x26','\x0c','\x29','\x36','\x0c','\x24','\xb6','\x0c','\x64','\x96','\x0c','\xc4','\x87','\xfc','\xc0','\x06','\x0c','\x00','\x0e','\x80','\x00','\x0c','\x60','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x00','\x20','\xcc','\x10','\x3f','\xe6','\x1c','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x30','\x30','\xc3','\x30','\x30','\xc3','\x20','\x3f','\xc1','\x60','\x30','\xc1','\xc0','\x30','\x00','\x82','\x00','\x31','\xc2','\x03','\xc3','\x62','\xfe','\x06','\x72','\x70','\x0c','\x3f','\x40','\x30','\x1f','\x01','\xc0','\x06','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x04','\x1c','\x80','\x03','\x18','\xe0','\x01','\x98','\xc0','\x01','\x99','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x07','\x18','\x3f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0d','\x83','\x40','\xff','\xc2','\x20','\x01','\x86','\x30','\x03','\x04','\x18','\x03','\x0c','\x1c','\x06','\x88','\x0f','\x04','\xd0','\x26','\x0c','\xa7','\xf0','\x1d','\x00','\x00','\x2e','\x00','\x00','\xcd','\x88','\x18','\x0c','\xcf','\xfc','\x0c','\xcc','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x0c','\x60','\x20','\x08','\x60','\x38','\x10','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x01','\x81','\x80','\x03','\x01','\x80','\x06','\xc3','\x00','\x0e','\x36','\x00','\x0c','\x0c','\x00','\x00','\x1b','\x80','\x00','\x70','\xe0','\x00','\xc0','\x38','\x07','\x00','\x1c','\x78','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x10','\x00','\x30','\x1c','\x00','\x30','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x30','\x80','\x30','\x60','\x40','\x30','\xcc','\x60','\x31','\x8c','\x30','\x33','\xff','\xfc','\x3d','\x8c','\x6f','\x31','\x8c','\x66','\x31','\xff','\xe0','\x31','\x8c','\x60','\x31','\x8c','\x60','\x21','\x8c','\x60','\x61','\xff','\xe2','\x61','\x8c','\x02','\x40','\x0c','\x03','\x80','\x0f','\xff','\x00','\x07','\xfe','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x21','\x80','\x18','\x21','\x86','\x18','\x7f','\xff','\x1b','\x60','\x06','\xff','\xc4','\x04','\x18','\xc7','\x08','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x18','\xff','\xff','\x1e','\x0c','\x30','\xf8','\x0c','\x30','\x78','\x0c','\x30','\x58','\x18','\x60','\x18','\x18','\x60','\x18','\x34','\xc0','\x18','\x32','\xc0','\x18','\x01','\x80','\x18','\x03','\x60','\x18','\x06','\x38','\xf8','\x18','\x1c','\x30','\xe0','\x0c','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x8c','\x7f','\xbf','\xfe','\x63','\x00','\x20','\x63','\x08','\x38','\x63','\x04','\x30','\x63','\x06','\x60','\x63','\x06','\x40','\x63','\x00','\x86','\x7f','\x7f','\xff','\x63','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x1f','\xf8','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x60','\x20','\x06','\x60','\x38','\x08','\x00','\x70','\x06','\xff','\xff','\xff','\x01','\xc1','\xc0','\x03','\x83','\x80','\x07','\x76','\x00','\x06','\x1f','\x80','\x00','\x71','\xe0','\x03','\x80','\x70','\x3c','\x1c','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x80','\x01','\xd8','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x18','\x06','\x60','\x18','\x06','\x63','\xff','\xc6','\x60','\x83','\x06','\x60','\x42','\x06','\x6f','\xff','\xf6','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\xbe','\x60','\x00','\x0c','\x1d','\xc0','\xe0','\x19','\x80','\xc0','\x19','\xa4','\xc0','\xff','\xf4','\xc6','\x19','\x8f','\xff','\x19','\x8c','\x06','\x1f','\x99','\x04','\x06','\x19','\xc8','\x46','\x61','\x80','\x7f','\xe1','\x80','\x66','\x61','\x86','\x66','\x7f','\xff','\x66','\x63','\x18','\x66','\x63','\x18','\x66','\x63','\x18','\x7f','\xe6','\x30','\x66','\x66','\x30','\x06','\x0d','\xb0','\x06','\x6c','\x60','\xff','\xf0','\x70','\x06','\x00','\xdc','\x06','\x01','\x8e','\x06','\x06','\x06','\x06','\x18','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x1c','\x00','\x1c','\x18','\x00','\x18','\x18','\x40','\x18','\x18','\x30','\x18','\x18','\x1c','\x18','\x18','\x0e','\x18','\x18','\x06','\x18','\x18','\x06','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x08','\x18','\x18','\x10','\x30','\x18','\x60','\x30','\x18','\xc0','\x30','\x1b','\x80','\x68','\x1e','\x00','\xc6','\xfc','\x01','\x87','\x70','\x06','\x03','\x40','\x18','\x03','\x00','\xe0','\x00','\x02','\x00','\x00','\x03','\x80','\x0c','\x03','\x3f','\xfe','\x07','\x03','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x1c','\xff','\xff','\x1c','\x03','\x0c','\x2c','\x03','\x0c','\x4c','\x03','\x0c','\x8c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x7f','\xfc','\x0c','\x03','\x0c','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x00','\x0c','\xc0','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x18','\x00','\x20','\x18','\x00','\x38','\x38','\x40','\x30','\x38','\x20','\x30','\x58','\x20','\x30','\x98','\x10','\x30','\x18','\x10','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x40','\x18','\x18','\x40','\x18','\x18','\x40','\x18','\x10','\x80','\x18','\x00','\x80','\x18','\x00','\x86','\x1b','\xff','\xff','\x18','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x06','\x00','\x18','\x06','\x00','\x18','\x0d','\x00','\x38','\x0d','\x04','\x38','\x19','\x07','\x58','\x10','\x8e','\x98','\x30','\x98','\x18','\x70','\xa0','\x18','\xb0','\xc0','\x1b','\x30','\x40','\x18','\x30','\x60','\x18','\x30','\x20','\x18','\x30','\x30','\x18','\x30','\x98','\x18','\x37','\x1f','\x19','\xfc','\x0e','\x18','\xe0','\x06','\x18','\x80','\x00','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x30','\x06','\x7f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0d','\xff','\xff','\x18','\x00','\x00','\x18','\x40','\x18','\x38','\x7f','\xfc','\x38','\x60','\x18','\x58','\x60','\x18','\x98','\x7f','\xf8','\x18','\x60','\x00','\x18','\x00','\xe0','\x18','\x00','\xc8','\x18','\xff','\xfc','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc6','\x1b','\xff','\xff','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\xe3','\x86','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x66','\x6f','\xff','\xf6','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x66','\x6f','\xff','\xf6','\x60','\xc3','\x06','\x60','\xc3','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x03','\x06','\x62','\x03','\x06','\x64','\x03','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x18','\x10','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x18','\x06','\x3f','\xff','\xff','\x30','\x34','\x06','\x30','\x32','\x06','\x00','\x72','\x06','\x00','\x61','\x3e','\x00','\xe1','\x8c','\x01','\xc0','\xc0','\x03','\x80','\x70','\x07','\x00','\x3f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x00','\xf0','\x00','\x1f','\xf8','\x3f','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x06','\x18','\x3f','\x18','\x20','\x1e','\xe0','\x38','\x06','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x80','\x01','\xc3','\x80','\x03','\x83','\x00','\x07','\x76','\x00','\x06','\x0f','\xc0','\x00','\x38','\xf8','\x01','\xe0','\x3c','\x7e','\x00','\x0c','\x00','\x07','\x40','\x00','\x06','\x30','\x00','\x06','\x30','\x20','\x06','\x06','\x3f','\xff','\xff','\x30','\x06','\x00','\x30','\x26','\x00','\x37','\xf6','\x00','\x30','\x06','\x00','\x31','\x03','\x10','\x31','\xc3','\x1c','\x31','\x8b','\x18','\x3f','\xff','\x18','\x33','\x31','\x98','\x32','\x31','\xb0','\x36','\x20','\xb0','\x26','\x60','\xe0','\x2d','\x40','\x42','\x2c','\xe0','\xe2','\x60','\xb1','\xb2','\x41','\xb3','\x3a','\x43','\x06','\x1f','\x86','\x18','\x0f','\x18','\x60','\x06','\x20','\x18','\x1c','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1a','\x30','\x07','\xff','\x30','\x00','\x18','\x30','\x30','\x18','\x37','\xfa','\x18','\x30','\x01','\x18','\x30','\x01','\x98','\x30','\x18','\xd8','\x3f','\xfc','\xd8','\x20','\xc0','\x18','\x24','\xc0','\x18','\x26','\xd0','\x18','\x66','\xc8','\x18','\x64','\xcc','\x18','\x4c','\xcc','\x18','\x48','\xcc','\x18','\x90','\xc0','\x18','\x07','\xc0','\xf8','\x01','\x80','\x30','\x0e','\x08','\x00','\x0c','\x0e','\x40','\x0c','\x0c','\x70','\x0c','\x0c','\x60','\x0d','\x18','\x40','\x0d','\x10','\x86','\x2d','\xbf','\xff','\x2d','\xb0','\xc0','\x4c','\x70','\xc0','\x4c','\x70','\xc0','\xcc','\xb0','\xcc','\xcd','\x3f','\xfe','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xcc','\x0c','\x3f','\xfe','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x01','\x01','\x80','\x00','\x81','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x20','\x18','\x1c','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1a','\x30','\x03','\xff','\x37','\xf8','\x18','\x30','\x02','\x18','\x30','\x01','\x98','\x2f','\xfc','\xd8','\x20','\xc0','\xd8','\x68','\xd0','\x18','\x4c','\xc8','\x18','\x4c','\xcc','\x18','\x9b','\xcc','\xf8','\x21','\x80','\x30','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\xc0','\x60','\x00','\xc0','\x00','\x01','\x80','\x0c','\x03','\xff','\xfe','\x06','\x31','\x8c','\x0c','\x63','\x0c','\x30','\xc3','\x0c','\xc1','\x86','\x0c','\x03','\x0c','\x18','\x0c','\x18','\x18','\x30','\x30','\x18','\x00','\x60','\x30','\x01','\x83','\xf0','\x06','\x00','\xe0','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\x7f','\xfe','\x0c','\x83','\x00','\xff','\xc6','\x80','\x0c','\x06','\x60','\x0c','\x0c','\x30','\x0c','\x30','\x30','\x1e','\x00','\x06','\x1d','\x7f','\xff','\x1d','\x80','\x18','\x3d','\xa1','\x98','\x2c','\x3f','\xd8','\x2c','\x31','\x98','\x6c','\x31','\x98','\x4c','\x31','\x98','\x8c','\x3f','\x98','\x0c','\x31','\x98','\x0c','\x30','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x08','\x10','\x00','\x06','\x1c','\x00','\x03','\x18','\x00','\x03','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x60','\x3f','\xff','\xf0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\xc0','\xc8','\x00','\xff','\xfc','\x01','\x80','\x18','\x03','\x00','\x18','\x06','\x00','\x32','\x0f','\xff','\xff','\x18','\x00','\x06','\x30','\x00','\x86','\xc8','\x88','\x46','\x0c','\x44','\x66','\x0c','\x66','\x66','\x0c','\x66','\x0e','\x08','\x00','\x0c','\x00','\x00','\xfc','\x00','\x00','\x38','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x06','\x08','\x00','\x06','\x08','\x08','\x06','\x04','\x0e','\x06','\x06','\x1c','\x06','\x03','\x60','\x06','\x01','\x80','\x06','\x3c','\xe0','\xff','\xc0','\x7f','\x7c','\x00','\x1e','\x40','\x00','\x06','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x8c','\x3f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x00','\x00','\x01','\xc3','\x00','\x03','\x80','\xe0','\x07','\x00','\x38','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x00','\xe1','\x00','\x07','\xf1','\x8c','\xfe','\x01','\xfe','\x06','\x03','\x0c','\x06','\x02','\x18','\x06','\x05','\x18','\x06','\x49','\xb0','\xff','\xe0','\x60','\x06','\x00','\xc0','\x06','\x01','\x80','\x0e','\x06','\x80','\x0f','\x18','\xc6','\x0e','\xc0','\xff','\x1e','\x61','\x86','\x16','\x63','\x0c','\x36','\x06','\x8c','\x26','\x18','\xd8','\x46','\x00','\x30','\x86','\x00','\x60','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x03','\x00','\x06','\x0c','\x00','\x06','\x30','\x00','\x08','\x04','\x20','\x0e','\x07','\x38','\x0c','\x06','\x30','\x08','\x06','\x20','\x92','\x0c','\x46','\x63','\x8f','\xff','\x33','\x1c','\x60','\x36','\x1c','\x60','\x0c','\x2c','\x60','\x09','\x4c','\x6c','\x10','\x8f','\xfe','\xff','\xcc','\x60','\x7c','\xcc','\x60','\x4c','\xcc','\x60','\x0c','\x0c','\x60','\x4c','\x0c','\x6c','\x7d','\x0f','\xfe','\x6c','\x8c','\x60','\x6c','\xcc','\x60','\x4c','\xcc','\x60','\x4c','\xcc','\x60','\x8c','\x0c','\x66','\x0c','\x0f','\xff','\x0c','\x0c','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x98','\x08','\x1f','\xfc','\x92','\x03','\x18','\x63','\x83','\x1a','\x33','\x7f','\xff','\x36','\x00','\x00','\x0c','\x08','\x0c','\x09','\x0f','\xfe','\x10','\x8c','\x0c','\xff','\xcc','\x0c','\x7c','\xcf','\xfc','\x4c','\xcc','\x00','\x0c','\x00','\x70','\x4d','\x00','\x64','\x7c','\x9f','\xfe','\x6c','\xcc','\x60','\x6c','\xcc','\x60','\x4c','\xcc','\x66','\x4c','\x3f','\xff','\x8c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc1','\xe0','\x00','\x0f','\xf0','\x1f','\xfe','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x03','\x98','\xf0','\x0e','\x18','\x3f','\xf0','\x40','\x0e','\x00','\x70','\x00','\x00','\xe0','\x06','\xff','\xff','\xff','\x03','\x80','\xc0','\x07','\x01','\xc0','\x0e','\xf3','\x80','\x0c','\x0f','\x00','\x00','\x3c','\xf0','\x01','\xe0','\x3c','\x7e','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\x64','\x00','\x00','\xc4','\x08','\x01','\x82','\x0e','\x03','\x82','\x1c','\x07','\x83','\x30','\x0d','\x81','\x40','\x31','\x81','\x80','\xc1','\x80','\x80','\x01','\x80','\xc0','\x01','\x80','\x60','\x01','\x80','\x70','\x01','\x86','\x38','\x01','\xf8','\x1f','\x3f','\xc0','\x0e','\x1e','\x00','\x06','\x10','\x00','\x00','\x03','\x10','\x06','\x7f','\x9f','\xff','\x00','\x18','\xc6','\x00','\x18','\xc6','\x01','\x9f','\xfe','\xff','\xd8','\xc6','\x00','\x18','\xc6','\x00','\x18','\xc6','\x03','\x1f','\xfe','\x7f','\x98','\x06','\x00','\x00','\x00','\x00','\x0f','\xfc','\x03','\x0c','\x0c','\x7f','\x8c','\x0c','\x00','\x0f','\xfc','\x00','\x0c','\x0c','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x0f','\xfc','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\x0c','\x7c','\x63','\x0c','\x18','\x00','\x03','\x80','\x40','\x03','\x30','\x30','\x3f','\xf8','\x18','\x06','\x30','\x0c','\x06','\x36','\x0d','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x18','\x00','\x3f','\xfc','\x00','\x30','\x18','\x0c','\x30','\x18','\xfe','\x3f','\xf8','\x0c','\x30','\xc0','\x0c','\x00','\xd8','\x0c','\x7f','\xfc','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x0d','\xff','\xff','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x00','\x40','\x7f','\xf8','\x30','\x63','\x18','\x18','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x03','\x02','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x7f','\xf8','\x00','\x60','\x18','\x0c','\x7f','\xf8','\xfe','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x18','\x20','\x0c','\x3c','\x1c','\x0c','\xc0','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x80','\x00','\x30','\xe0','\x00','\x30','\xc0','\x00','\x30','\xc0','\x60','\x30','\xff','\xf0','\x31','\x8c','\x00','\x31','\x0c','\x00','\x32','\x0c','\x00','\x30','\x0c','\x18','\x37','\xff','\xfc','\x30','\x0c','\x00','\x30','\x1a','\x00','\x30','\x19','\x80','\x30','\x30','\xc0','\x30','\x30','\x60','\x30','\x60','\x30','\x30','\xc0','\x38','\x33','\x00','\x18','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x62','\x00','\x04','\x83','\x80','\x03','\x07','\x00','\x01','\x86','\x00','\x01','\x8c','\x40','\x00','\x18','\x70','\x00','\x30','\xe0','\x00','\xe0','\xc0','\x01','\x81','\x80','\x06','\x03','\x00','\x38','\x06','\x00','\x00','\x0d','\x00','\x00','\x38','\xc0','\x00','\x60','\x70','\x01','\x80','\x38','\x06','\x00','\x18','\x38','\x00','\x18','\x00','\x01','\xd0','\x1c','\x01','\x8c','\x18','\x01','\x86','\x18','\x01','\x86','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\xff','\x01','\x80','\x18','\x01','\x80','\x18','\xfd','\x84','\x18','\xcd','\x87','\x18','\xcd','\x86','\x18','\xcc','\x86','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xfc','\x58','\x1a','\x00','\x70','\x1c','\x02','\x20','\xf8','\x1c','\x72','\x63','\xf0','\xd2','\x41','\xc1','\x9a','\x01','\x03','\x0f','\x00','\x0c','\x0f','\x00','\x30','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc0','\x80','\x00','\x80','\x60','\x01','\x00','\x38','\x3f','\xff','\xdc','\x1f','\xe0','\x0c','\x10','\x00','\x0c','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x07','\x01','\x06','\x06','\x01','\xff','\x06','\x01','\x86','\x06','\x19','\x86','\xff','\xfd','\x8c','\x0c','\x01','\x8c','\x0c','\x01','\x88','\x0c','\x01','\x98','\x18','\x31','\x90','\x1f','\xf9','\xa0','\x18','\x31','\x90','\x38','\x31','\x98','\x38','\x31','\x8c','\x5f','\xf1','\x8c','\x98','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x1f','\xf1','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xbe','\x18','\x31','\x8c','\x19','\xf1','\x80','\x18','\x61','\x80','\x00','\x11','\xc8','\x03','\x1d','\x8e','\xff','\x99','\x8c','\x18','\x21','\xd0','\x18','\xc9','\xa4','\x18','\x6f','\xb7','\x18','\x2d','\x9e','\x10','\x19','\x88','\x33','\x11','\x92','\x3f','\x25','\xbf','\x33','\xff','\xb1','\x73','\x62','\xa8','\x73','\x40','\x86','\xb3','\x20','\x82','\x33','\x3f','\xff','\x33','\x30','\x80','\x33','\x30','\xd0','\x33','\x30','\x5c','\x3f','\x2c','\x58','\x33','\x66','\x30','\x30','\x46','\x72','\x30','\x40','\xda','\x00','\x81','\x8f','\x01','\x06','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x00','\x0e','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc3','\x80','\x04','\xc3','\x01','\x88','\x03','\x07','\xc0','\x03','\x1e','\x00','\x03','\xe0','\x08','\x03','\x00','\x08','\x03','\x00','\x08','\x03','\x00','\x0c','\x03','\xff','\xfc','\x01','\xff','\xf8','\x00','\x00','\x00','\x10','\x20','\x10','\x0c','\x10','\x1c','\x06','\x18','\x38','\x06','\x0c','\x30','\x00','\x0c','\x60','\x00','\x00','\x40','\x80','\x00','\x8c','\x62','\xff','\xfe','\x32','\x10','\x20','\x32','\x1c','\x20','\x04','\x18','\x10','\x04','\x38','\x18','\x0c','\x30','\x0c','\x08','\x60','\x0f','\x18','\xc0','\x06','\x1b','\x7f','\xf8','\x30','\x64','\x98','\xf0','\x64','\x98','\x70','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x9a','\x3b','\xff','\xff','\x18','\x00','\x00','\x00','\x10','\x00','\x40','\x1c','\x00','\x30','\x18','\x60','\x18','\x3f','\xf0','\x0c','\x30','\xc0','\x0c','\x60','\x80','\x00','\x41','\x0c','\x00','\xff','\xfe','\x01','\x63','\x0c','\x00','\x63','\x0c','\x0c','\x63','\x0c','\xfe','\x7f','\xfc','\x0c','\x6c','\xcc','\x0c','\x0c','\xc0','\x0c','\x0c','\xc2','\x0c','\x18','\xc2','\x0c','\x18','\xc3','\x0c','\x30','\xff','\x0c','\x60','\x7e','\x0c','\x80','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\x80','\x1c','\x0f','\xc1','\xfe','\xfc','\x3f','\xc0','\x0c','\x01','\x04','\x0c','\x10','\x87','\x0c','\x08','\xc6','\x0d','\x8c','\xc6','\xff','\xcc','\xcc','\x0c','\x0c','\x08','\x1c','\x00','\x10','\x1c','\x3a','\x06','\x1f','\x33','\xff','\x1d','\xb3','\x06','\x3d','\xb3','\x06','\x3d','\xb3','\x06','\x2c','\x33','\x06','\x6c','\x33','\xfe','\x4c','\x33','\x06','\x8c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\xfe','\x0c','\x33','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x91','\x80','\x00','\x1c','\x00','\x40','\x18','\x00','\x30','\x18','\x06','\x18','\x3f','\xff','\x1c','\x33','\x06','\x0c','\x63','\x04','\x00','\x43','\x08','\x00','\x86','\x80','\x00','\x06','\x80','\x00','\x86','\x40','\x03','\x0c','\x40','\x1c','\x0c','\x60','\xf8','\x18','\x30','\x60','\x30','\x38','\x40','\x60','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xf8','\x00','\x00','\x70','\x00','\x10','\x03','\x06','\x1c','\x3f','\x7f','\x18','\x03','\x06','\x19','\x83','\x06','\x1f','\xc3','\x06','\x11','\xa3','\x46','\x31','\x3f','\x7e','\x22','\x30','\x60','\x7f','\xb0','\x60','\xa4','\xb0','\x66','\x24','\xbf','\x7f','\x24','\x83','\x06','\x3f','\xa3','\x46','\x24','\x9b','\x36','\x24','\x9b','\x36','\x24','\x83','\x06','\x3f','\x87','\x0e','\x00','\x0f','\x1e','\x00','\xbb','\x76','\x2a','\x9b','\x36','\x2a','\x93','\x26','\x6a','\x03','\x06','\x60','\x1f','\x3e','\x00','\x06','\x0c','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x80','\x00','\xc0','\x60','\x00','\x80','\x38','\x01','\x00','\x1c','\x7f','\xff','\xee','\x3f','\xc3','\x06','\x20','\xc3','\x06','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x02','\x03','\x03','\x02','\x03','\x03','\x02','\x06','\x03','\x03','\x18','\x03','\xff','\xe0','\x01','\xfe','\x00','\x60','\x00','\x00','\xf0','\x00','\x23','\x84','\x06','\x3c','\x07','\xff','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\xc6','\x06','\x3f','\xe6','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x66','\x06','\x3f','\xf6','\x7e','\x30','\x06','\x1c','\x30','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x40','\x06','\x00','\x7f','\xff','\x00','\x60','\x06','\x46','\x61','\xc6','\x7f','\x61','\x86','\x66','\x61','\x86','\x66','\x61','\x86','\x66','\x61','\xb6','\x66','\x7f','\xfe','\x66','\x61','\x86','\x66','\x61','\x86','\x66','\x61','\x86','\x66','\x61','\x86','\x66','\x63','\x46','\x66','\x63','\x26','\x66','\x63','\x26','\x7e','\x62','\x36','\x66','\x66','\x36','\x66','\x64','\x36','\x60','\x68','\x36','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x19','\x00','\x18','\x01','\xc1','\x80','\x03','\x80','\x78','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x66','\x67','\xff','\xf6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x34','\x06','\x60','\x34','\x06','\x60','\x34','\x06','\x60','\x62','\x06','\x60','\x63','\x06','\x60','\xc1','\x86','\x61','\x81','\xc6','\x63','\x00','\xf6','\x6c','\x00','\x66','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x1c','\x20','\x06','\x18','\x3f','\xff','\x18','\x30','\x06','\x18','\x31','\xc6','\x18','\x31','\x86','\x1b','\x31','\x86','\xff','\xb1','\x86','\x33','\x31','\xb6','\x33','\x3f','\xfe','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x62','\x31','\x46','\x66','\x33','\x66','\x66','\x33','\x26','\x74','\x32','\x26','\x6c','\x36','\x36','\x0e','\x34','\x36','\x0b','\x38','\x36','\x19','\xb0','\x06','\x11','\xb0','\x06','\x20','\x3f','\xfe','\xc0','\x30','\x06','\x00','\x18','\x1c','\x7f','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x20','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x60','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x38','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x70','\x18','\x00','\xe0','\x18','\x0f','\xc0','\x18','\x03','\x80','\x18','\x03','\x01','\x00','\x03','\x01','\xc0','\x06','\x81','\x80','\x06','\x61','\x80','\x0c','\x31','\x80','\x1b','\x33','\x06','\x13','\x03','\xff','\x3f','\xe2','\x06','\x58','\x66','\x04','\x98','\x64','\xe8','\x1f','\xe8','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x1f','\xe1','\xa0','\x18','\x01','\xa0','\x18','\x81','\xa0','\x18','\x41','\x30','\x18','\x63','\x10','\x19','\xb2','\x18','\x1e','\x36','\x1c','\x7c','\x04','\x0f','\x30','\x08','\x0e','\x20','\x30','\x06','\x20','\x00','\x38','\x18','\x03','\xfc','\x0c','\xff','\x88','\x0c','\x04','\x0e','\x00','\x82','\x0c','\x00','\x43','\x08','\x80','\x63','\x18','\x60','\x63','\x10','\x30','\x60','\x00','\x34','\x00','\x70','\x04','\x03','\xf8','\x04','\x7f','\x00','\x08','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x10','\x03','\x06','\x31','\xff','\xff','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x0c','\x38','\xff','\xfe','\x18','\x00','\x00','\x1c','\x20','\x70','\x18','\x38','\x60','\x18','\x30','\x60','\x1a','\x48','\x60','\x19','\x8e','\x60','\x18','\xcc','\x60','\x18','\x78','\x60','\x18','\x34','\x60','\x18','\x22','\x60','\x18','\x43','\x60','\x1b','\xff','\x60','\x19','\xc3','\x60','\x18','\x00','\x60','\x19','\xfe','\x60','\x19','\x86','\x60','\x19','\x86','\x60','\x19','\xfe','\x60','\x19','\x86','\x60','\x19','\x86','\x62','\x31','\xfe','\x62','\x31','\x86','\x62','\x21','\x86','\x63','\x41','\x9e','\x7f','\x81','\x8c','\x3e','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x43','\x03','\x00','\x7f','\x87','\x00','\x63','\x06','\x80','\x62','\x0c','\x60','\x66','\x18','\x38','\x64','\x37','\xdf','\x64','\x40','\x0e','\x69','\x9f','\xc6','\x64','\x00','\xc0','\x66','\x01','\x88','\x63','\x3f','\xfc','\x63','\x00','\x00','\x63','\x00','\x06','\x63','\xff','\xff','\x6f','\x0c','\x40','\x66','\x08','\x30','\x60','\x11','\xdc','\x60','\xfe','\x0e','\x60','\x70','\x06','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x21','\x80','\x63','\x21','\x86','\x62','\x7f','\xff','\x66','\x60','\x06','\x64','\xc0','\x04','\x64','\xc0','\x18','\x68','\x3f','\xfc','\x64','\x00','\x00','\x66','\x00','\x00','\x62','\x00','\x06','\x63','\xff','\xff','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x6f','\x0c','\x60','\x66','\x1c','\x62','\x60','\x18','\x62','\x60','\x18','\x62','\x60','\x30','\x63','\x60','\x60','\x7f','\x61','\x80','\x3e','\x41','\x83','\x00','\x7f','\xc7','\x00','\x61','\x86','\x80','\x63','\x8e','\x40','\x63','\x0c','\x60','\x62','\x18','\x38','\x66','\x30','\x9f','\x64','\x6f','\xce','\x69','\x80','\x06','\x64','\x00','\x60','\x66','\x3f','\xf0','\x62','\x00','\x60','\x63','\x00','\xc0','\x63','\x00','\xcc','\x63','\x3f','\xfe','\x63','\x00','\x00','\x63','\x00','\x06','\x6f','\x7f','\xff','\x66','\x06','\x00','\x60','\x04','\x20','\x60','\x08','\x18','\x60','\xff','\xfc','\x60','\x7e','\x0e','\x60','\x40','\x06','\x43','\x00','\x1c','\x7f','\x81','\xfe','\x63','\x7f','\xc8','\x63','\x22','\x0e','\x62','\x11','\x0c','\x66','\x19','\x98','\x64','\x19','\x90','\x64','\x00','\x2c','\x68','\x3f','\xfe','\x64','\x00','\x0c','\x66','\x00','\x0c','\x62','\x3f','\xfc','\x63','\x00','\x0c','\x63','\x00','\x0c','\x63','\x3f','\xfc','\x63','\x00','\x0c','\x63','\x01','\x00','\x6f','\x0e','\x88','\x66','\x4c','\xc6','\x60','\x4c','\xd3','\x60','\xcc','\x13','\x61','\x8c','\x18','\x61','\x8f','\xf8','\x60','\x07','\xf0','\x07','\x04','\x06','\x06','\x07','\xff','\x06','\x66','\x06','\x7f','\xf6','\x06','\x00','\x86','\x06','\x20','\xe7','\xfe','\x10','\xc0','\x00','\x19','\x84','\x06','\x19','\x07','\xff','\x02','\x36','\x06','\xff','\xfe','\x06','\x00','\x07','\xfe','\x20','\xc6','\x06','\x3f','\xe6','\x06','\x30','\xc7','\xfe','\x30','\xc6','\x06','\x30','\xc6','\x06','\x3f','\xc6','\x06','\x30','\xc7','\xfe','\x30','\xc2','\x00','\x30','\xc3','\x88','\x3f','\xc3','\x06','\x30','\xc6','\x03','\x30','\x18','\x03','\x00','\x00','\x70','\x00','\x00','\x60','\x41','\x80','\x60','\x7f','\xc0','\x60','\x61','\x80','\x60','\x61','\x80','\x60','\x61','\x80','\x66','\x61','\xff','\xff','\x61','\x80','\x60','\x61','\x80','\x60','\x61','\xa0','\x60','\x61','\x98','\x60','\x61','\x8c','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\x7f','\x80','\x60','\x61','\x80','\x60','\x61','\x80','\x60','\x60','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x07','\xe0','\x00','\x01','\xc0','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x30','\x0f','\xff','\xf8','\x1b','\x00','\x30','\x33','\x00','\x30','\xc3','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\x08','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x08','\x60','\xc0','\x0f','\xff','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0f','\xff','\xc0','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0f','\xff','\xff','\x0c','\x00','\x06','\x00','\x01','\x06','\x12','\x10','\xc6','\x11','\x08','\x66','\x21','\x8c','\x6c','\xe1','\x8c','\x0c','\xc0','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x60','\x06','\xff','\xf7','\xff','\x00','\x60','\x06','\x00','\x60','\x06','\x40','\x64','\x06','\x30','\x63','\x06','\x18','\x61','\x86','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xe0','\x0e','\x01','\x60','\x16','\x06','\x60','\x66','\x0c','\x60','\xc6','\x38','\x63','\x86','\xf0','\x6f','\x06','\x60','\x66','\x06','\x40','\x64','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x3e','\x00','\xc0','\x0c','\x00','\x00','\x00','\x40','\x00','\x0c','\x30','\x7f','\xfe','\x18','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x0c','\x01','\x80','\xfe','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x34','\x1a','\x0c','\x33','\x19','\x8c','\x31','\x98','\xcc','\x31','\x98','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x34','\x1a','\x0c','\x33','\x19','\x8c','\x31','\x98','\xcc','\x31','\x98','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x30','\x18','\x18','\x00','\x60','\x00','\x00','\xf0','\x00','\x03','\x82','\x0c','\x2c','\x03','\xfe','\x30','\x83','\x0c','\x30','\xe3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x37','\xc3','\x0c','\xfc','\xc3','\x0c','\x70','\xc3','\x0c','\x41','\x83','\x7c','\x01','\x83','\x18','\x03','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x21','\x00','\x80','\x11','\xc0','\xe0','\x19','\x84','\xcc','\x19','\x07','\xfe','\x02','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x67','\xfc','\x06','\x66','\x0c','\x46','\x66','\x0c','\x7f','\xe7','\xfc','\x66','\x66','\x00','\x66','\x06','\x06','\x66','\x67','\xff','\x7f','\xf6','\x00','\x66','\x66','\x06','\x0e','\x67','\xff','\x0e','\x66','\x06','\x1e','\x60','\x26','\x16','\x6a','\xb6','\x37','\xea','\x96','\x26','\xca','\x8e','\x46','\x1a','\x0c','\x86','\x18','\x7c','\x06','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x61','\xc3','\x08','\x63','\x83','\x10','\x07','\x03','\xfe','\x1c','\x01','\xfe','\xe7','\x00','\x00','\x06','\x07','\xfc','\x06','\x66','\x0c','\x7f','\xf6','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x06','\x36','\x0c','\xff','\xff','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x0d','\x87','\xfc','\x0c','\xc2','\x32','\x08','\x63','\xb2','\x18','\x67','\x33','\x30','\x0c','\x3f','\xc0','\x30','\x1e','\x00','\x00','\xc0','\x1f','\xff','\xe0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc6','\xff','\xff','\xff','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x04','\x00','\x00','\xc7','\x20','\xff','\xe6','\x38','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0c','\x0c','\x46','\x0c','\x0f','\xff','\x18','\x0c','\x60','\x18','\x1c','\x60','\x11','\x9c','\x60','\x3f','\xac','\x6c','\x39','\xcf','\xfe','\x79','\x8c','\x60','\x59','\x8c','\x60','\x99','\x8c','\x60','\x19','\x8c','\x6c','\x19','\x8f','\xfe','\x19','\x8c','\x60','\x19','\x8c','\x60','\x1f','\x8c','\x60','\x19','\x8c','\x60','\x19','\x8c','\x66','\x18','\x0f','\xff','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\xf0','\x00','\x23','\x80','\x0c','\x3c','\x03','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x80','\x0c','\x3f','\xc3','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x10','\x10','\x30','\x0c','\x1f','\xf8','\x06','\x18','\x30','\x06','\x18','\x30','\x00','\x19','\x30','\x00','\x19','\xf0','\x80','\x19','\x30','\x60','\x19','\x30','\x32','\x19','\x30','\x32','\x99','\x36','\x04','\xff','\xff','\x04','\xc0','\x06','\x0c','\xc8','\x66','\x08','\xcf','\xf6','\x18','\xcc','\x66','\x18','\xcc','\x66','\x30','\xcc','\x66','\xf0','\xcc','\x66','\x70','\xcf','\xe6','\x30','\xcc','\x66','\x30','\xcc','\x06','\x30','\xc0','\x06','\x38','\xc0','\x3e','\x18','\xc0','\x0c','\x00','\x03','\x80','\x00','\x03','\x0c','\x46','\x03','\xfe','\x7f','\x03','\x00','\x66','\x43','\x06','\x66','\x7f','\xff','\x66','\x63','\x86','\x66','\x63','\x08','\x66','\x63','\xf0','\x66','\x7f','\x04','\x66','\x63','\x06','\x66','\x63','\xfe','\x66','\x61','\xfc','\x66','\x60','\x00','\x7e','\x63','\x70','\x66','\x63','\x64','\x66','\xd3','\x67','\x60','\xdb','\x66','\x00','\xdb','\x64','\x01','\x8b','\x68','\x01','\x83','\x60','\x03','\x03','\x66','\x0c','\x7f','\xff','\x00','\x00','\x00','\x00','\x10','\x0c','\x00','\x1f','\xfe','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x60','\x08','\x00','\x00','\x0e','\x30','\x00','\x0c','\x0c','\x00','\x18','\x06','\x00','\x30','\x07','\x00','\xc0','\x03','\x06','\x00','\x30','\x05','\x24','\x22','\xff','\x99','\xff','\x1c','\x24','\x70','\x16','\x00','\xa8','\x35','\xa4','\xa7','\x64','\x99','\x22','\x84','\x24','\x20','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x3f','\xe0','\x38','\x30','\x20','\x32','\x3f','\xef','\xff','\x30','\x20','\x30','\x3f','\xe4','\x30','\x31','\x03','\x30','\x30','\xc3','\x30','\xff','\x60','\x30','\x78','\x61','\xf0','\x40','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x30','\x1c','\x3f','\xf8','\x18','\x30','\x30','\x18','\x30','\x30','\x1a','\x3f','\xf7','\xff','\x30','\x00','\x18','\x37','\xe0','\x18','\x30','\x02','\x18','\x30','\x31','\x18','\x3f','\xf9','\x98','\x21','\x81','\x98','\x29','\x80','\x18','\x6d','\xa0','\x18','\x49','\x90','\x18','\x59','\x98','\x18','\x91','\x98','\x18','\x27','\x81','\xf8','\x03','\x00','\x70','\x10','\x08','\x0c','\x1c','\x0f','\xfe','\x18','\x0c','\x0c','\x19','\x8f','\xfc','\x1f','\xcc','\x0c','\x11','\x8f','\xfc','\x31','\x0c','\x0c','\x22','\x00','\x00','\x7f','\x9f','\xfe','\xa4','\x99','\x26','\x24','\x99','\x26','\x24','\x99','\x26','\x3f','\x9f','\xfe','\x24','\x80','\x00','\x24','\x80','\x0c','\x24','\x9f','\xfe','\x3f','\x84','\x0c','\x00','\x02','\x18','\x00','\x83','\x30','\x2a','\xc1','\xc0','\x2a','\xc0','\xf0','\x6a','\x41','\xbf','\x60','\x06','\x1e','\x00','\x38','\x06','\x1c','\x03','\x80','\x18','\x03','\x04','\x18','\x03','\x07','\x18','\x03','\x36','\x18','\x3f','\xfe','\x19','\x83','\x0c','\xff','\xc3','\x1c','\x31','\x83','\x18','\x31','\x83','\x32','\x31','\xff','\xff','\x31','\x80','\x60','\x33','\x00','\xc0','\x63','\x07','\x80','\x63','\x07','\x08','\x63','\x06','\x0e','\x66','\x0e','\x1c','\xd6','\x36','\x38','\xcc','\xc6','\x60','\x0e','\x07','\x80','\x0b','\x06','\x02','\x1b','\x86','\x02','\x11','\x86','\x03','\x21','\x87','\xff','\xc0','\x03','\xfe','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x34','\x30','\x00','\x37','\xf8','\x0c','\x36','\x37','\xfe','\x36','\x33','\x30','\x36','\x33','\x30','\x37','\xf3','\x30','\x36','\x33','\x30','\x36','\x33','\x32','\x36','\x3f','\xff','\x37','\xf0','\x60','\x36','\x30','\x60','\x36','\x00','\xf8','\x36','\x00','\xf0','\x36','\x40','\xf0','\x26','\x21','\xb0','\x26','\x31','\xb2','\x66','\x59','\x32','\x5f','\x9b','\x33','\x4e','\x02','\x3f','\x88','\x04','\x1e','\x00','\x18','\x00','\x10','\x03','\xa0','\x0c','\x03','\x18','\x06','\x03','\x18','\x06','\x03','\x06','\x01','\xff','\xff','\x00','\x03','\x00','\x80','\x03','\x00','\x62','\x43','\x0c','\x32','\x7f','\xfe','\x32','\x63','\x0c','\x04','\x63','\x0c','\x04','\x63','\x0c','\x0c','\x7f','\xfc','\x08','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x30','\x7f','\xfc','\xf0','\x63','\x0c','\x70','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x38','\x63','\x3c','\x18','\x63','\x18','\x00','\x00','\x70','\x00','\x03','\xf8','\x08','\x3f','\x80','\x0f','\xc0','\x40','\x0c','\x00','\x40','\x0c','\x38','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x20','\x0c','\x30','\x20','\x0c','\x30','\x20','\x0c','\x30','\x20','\x1c','\x32','\x30','\x18','\x31','\x30','\x18','\x31','\x90','\x10','\x30','\xd8','\x30','\x3f','\xd8','\x27','\xf8','\xcc','\x63','\xc0','\x8f','\x42','\x00','\x0e','\x80','\x00','\x06','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x86','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x19','\x06','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x46','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x00','\x20','\x40','\x00','\x18','\x70','\x46','\x18','\xe0','\x7f','\x00','\x86','\x66','\xff','\xff','\x66','\x04','\x80','\x66','\x04','\x80','\x66','\x7f','\xfc','\x66','\x64','\x8c','\x66','\x64','\x8c','\x66','\x78','\xfc','\x66','\x60','\x0c','\x66','\x7f','\xfc','\x66','\x60','\x0c','\x66','\x60','\x0c','\x7e','\x7f','\xfc','\x66','\x00','\x30','\x60','\x00','\x36','\x01','\xff','\xff','\x00','\x00','\x30','\x00','\x18','\x30','\x00','\x0c','\x30','\x00','\x0d','\xf0','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x80','\x00','\xc0','\x40','\x00','\x80','\x20','\x01','\x00','\x30','\x01','\x01','\xd8','\x02','\x7e','\x1c','\x7f','\xe0','\x0c','\x3e','\x00','\x0c','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x06','\x40','\x7f','\xff','\x30','\xc0','\x06','\x19','\x83','\x84','\x0d','\x83','\x08','\x0c','\x7f','\xfc','\x00','\x03','\x00','\x00','\x43','\x18','\x00','\x7f','\xfc','\x00','\x63','\x18','\x0c','\x63','\x18','\xfe','\x7f','\xf8','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x63','\x18','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x03','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x18','\x1f','\xff','\xfc','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\x99','\xe8','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\x99','\xf8','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x00','\x80','\xc0','\x01','\x00','\x70','\x3f','\xff','\xb8','\x1f','\xc0','\x18','\x10','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x04','\xc3','\x00','\x07','\x00','\x38','\x06','\x01','\xfc','\x0c','\x0f','\xc0','\x0c','\xf3','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x06','\x99','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc6','\x18','\x18','\x66','\x18','\x17','\x66','\x18','\x26','\x06','\x18','\x46','\x07','\xf8','\xbf','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc7','\xf8','\x30','\xc6','\x18','\x3f','\xc6','\x18','\x30','\x06','\x1a','\x31','\x06','\x1f','\x30','\x86','\x78','\x30','\xc7','\x98','\x33','\x7c','\x18','\xfc','\x60','\x18','\x70','\x60','\x18','\x40','\x00','\x18','\x03','\x00','\x00','\x03','\xe0','\x06','\x23','\x07','\xff','\x23','\x19','\x06','\x7f','\xfd','\x06','\x60','\x11','\x06','\xc0','\x20','\x8c','\xdf','\xf0','\x8c','\x00','\x00','\x8c','\x13','\x20','\x8c','\x1b','\x18','\xc8','\x36','\xc8','\x58','\x46','\x30','\x58','\x0c','\x18','\x50','\x1f','\xf8','\x30','\x38','\x60','\x20','\xdf','\xe0','\x70','\x18','\x60','\x50','\x18','\x60','\xd8','\x1f','\xe0','\x98','\x18','\x61','\x8c','\x18','\x61','\x0f','\x1f','\xe2','\x06','\x18','\x6c','\x06','\x00','\x20','\x40','\x04','\x18','\x70','\x03','\x0c','\x60','\x11','\x8c','\x40','\x11','\x80','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x30','\xc0','\x00','\x20','\x00','\x08','\x40','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x10','\xc2','\x18','\x1f','\xe3','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xc3','\xf8','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xc3','\xf8','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xc3','\xf8','\x08','\x81','\x20','\x0c','\x61','\x98','\x18','\x63','\x0c','\x60','\x0c','\x0c','\x00','\x60','\x02','\xff','\xff','\xff','\x00','\xc1','\x80','\x03','\x83','\x00','\x07','\x66','\x00','\x06','\x1c','\x00','\x00','\x73','\xc0','\x03','\xc0','\xf8','\x3c','\x00','\x18','\x20','\x30','\x10','\x3f','\xf8','\x1c','\x30','\x30','\x38','\x30','\x30','\x30','\x3f','\xf0','\x60','\x30','\x30','\xc0','\x30','\x31','\x88','\x3f','\xf2','\x0e','\x03','\x00','\x1c','\x03','\x0c','\x18','\xff','\xfe','\x30','\x00','\x00','\x60','\x3f','\xf0','\xc4','\x30','\x31','\x87','\x30','\x36','\x06','\x3f','\xf0','\x0e','\x03','\x00','\x0c','\x23','\x40','\x18','\x3b','\x30','\x30','\x33','\x18','\x60','\x63','\x18','\xc0','\x83','\x01','\x80','\x1f','\x06','\x00','\x06','\x18','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\xff','\xff','\x63','\x03','\x40','\x63','\x03','\x40','\x63','\x03','\x40','\x7f','\x06','\x20','\x63','\x06','\x20','\x60','\x0c','\x30','\x00','\x18','\x18','\x00','\x30','\x1f','\x00','\x60','\x0e','\x01','\x80','\x06','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x20','\x30','\x18','\x3f','\xff','\xfc','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xff','\xf8','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xff','\xf8','\x30','\x18','\x18','\x30','\x18','\x40','\x00','\x18','\x70','\x00','\x0c','\xe0','\x00','\x0d','\xc2','\x00','\x07','\x02','\x00','\x1e','\x02','\x00','\x73','\x82','\x03','\xc1','\xe3','\x7c','\x00','\x7f','\x00','\x00','\x1e','\x00','\x40','\x20','\x08','\x30','\x38','\x06','\x18','\x70','\x03','\x18','\x60','\x13','\x00','\xc0','\x10','\x01','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x1c','\x08','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x3a','\x00','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xc0','\x00','\x00','\x38','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x07','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x00','\x18','\x1c','\x01','\x9c','\x18','\x7f','\xdc','\x30','\x01','\x9a','\x60','\x01','\x9a','\x80','\x03','\x19','\x00','\x03','\x19','\x80','\x06','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x10','\x18','\x00','\x0c','\x07','\x00','\x06','\x01','\xc0','\x06','\x00','\xc0','\x00','\x00','\x00','\x00','\x03','\x00','\x80','\x7f','\x80','\x60','\x03','\x00','\x32','\x03','\x08','\x32','\x03','\x0e','\x04','\x1b','\x0c','\x05','\xfb','\x98','\x0c','\x1b','\xa0','\x08','\x33','\x40','\x18','\x33','\x40','\x18','\x23','\x60','\x30','\x63','\x20','\xf0','\x43','\x30','\x70','\xc3','\x18','\x30','\x83','\x1f','\x31','\x03','\x0e','\x32','\x03','\x06','\x38','\x1f','\x00','\x18','\x06','\x00','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x83','\x0c','\x00','\xff','\xfe','\x00','\xc3','\x0c','\x80','\xc3','\x0c','\x60','\xc3','\x0c','\x32','\xff','\xfc','\x32','\xc3','\x0c','\x04','\xc3','\x0c','\x04','\xc3','\x0c','\x0c','\xff','\xfc','\x08','\xc3','\x00','\x18','\x03','\x10','\x18','\x03','\x1c','\x30','\x01','\x98','\xf0','\x01','\xb0','\x70','\x00','\xe2','\x30','\x01','\xc2','\x30','\x07','\x62','\x30','\x1c','\x3b','\x39','\xe0','\x1f','\x18','\x00','\x06','\x00','\x0e','\x38','\x00','\x0c','\x30','\xff','\x0c','\x32','\x18','\xff','\xff','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x01','\xc0','\x18','\x01','\x80','\x18','\x21','\x8c','\xff','\x3f','\xfe','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\xff','\xff','\x18','\x03','\x40','\x1b','\x03','\x40','\xfc','\x06','\x20','\x70','\x06','\x30','\x40','\x0c','\x18','\x00','\x18','\x1f','\x00','\x30','\x0e','\x00','\xc0','\x06','\x00','\x00','\x60','\x7f','\xff','\xf0','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x03','\x0c','\x66','\x03','\xfe','\xff','\x02','\x0c','\xc6','\x06','\x18','\x06','\x04','\xd8','\x06','\x0c','\x30','\x0c','\x08','\x6c','\x0c','\x10','\xc6','\x18','\x23','\x06','\xf8','\xc0','\x00','\x30','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x32','\xff','\xff','\xff','\x00','\x00','\x00','\x38','\x00','\x06','\x30','\xcf','\xff','\x33','\xe0','\x60','\x3c','\x00','\x40','\x30','\x44','\x86','\x30','\x67','\xff','\x3f','\xe6','\x06','\x1f','\xc6','\x06','\x00','\x06','\x06','\x00','\xc7','\xfe','\x07','\xe6','\x06','\x7e','\x06','\x06','\x06','\x06','\x06','\x06','\x27','\xfe','\xff','\xf6','\x06','\x06','\x06','\x06','\x0f','\x06','\x06','\x0e','\xc6','\x06','\x1e','\x67','\xfe','\x36','\x62','\x00','\x66','\x03','\x98','\x86','\x07','\x06','\x06','\x0c','\x07','\x06','\x30','\x03','\x38','\x00','\x06','\x30','\xcf','\xff','\x31','\xe0','\x60','\x37','\x00','\x40','\x38','\x04','\x86','\x30','\x47','\xff','\x30','\x66','\x06','\x3f','\xe6','\x06','\x1f','\xc6','\x06','\x00','\x07','\xfe','\x00','\x06','\x06','\x3f','\xe6','\x06','\x00','\x06','\x06','\x00','\x07','\xfe','\x7f','\xf6','\x06','\x03','\x06','\x06','\x23','\x06','\x06','\x3b','\x46','\x06','\x33','\x27','\xfe','\x63','\x32','\x00','\x43','\x33','\x98','\x83','\x07','\x06','\x0f','\x0c','\x07','\x06','\x30','\x03','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9d','\x80','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x72','\x00','\x00','\x63','\x00','\x00','\xe1','\xc0','\x01','\xc0','\xf0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x10','\x38','\x00','\x1c','\x33','\x06','\x19','\xff','\xbf','\x30','\x63','\x00','\x30','\x63','\x00','\x60','\x63','\x40','\x49','\xff','\xe0','\x8e','\x00','\x00','\x0c','\x83','\x06','\x1c','\xff','\xbf','\x18','\xc3','\x0c','\x38','\xc3','\x0c','\x38','\xff','\x0c','\x58','\x06','\x0c','\x98','\x06','\x8c','\x19','\xff','\xcc','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x4c','\x1f','\xff','\xec','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x7c','\x18','\x06','\x18','\x06','\x06','\x00','\x7f','\x01','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x03','\x01','\x80','\xff','\xbf','\xc0','\x00','\x01','\x80','\x00','\x01','\x84','\x06','\x01','\x87','\x7f','\x0d','\xc6','\x00','\xfd','\xcc','\x00','\x0d','\xd0','\x06','\x0d','\xa0','\x7f','\x0d','\xa0','\x00','\x19','\xa0','\x00','\x19','\xb0','\x46','\x19','\x90','\x7f','\x31','\x98','\x66','\x31','\x9c','\x66','\x61','\x8f','\x66','\x41','\x8e','\x66','\x81','\x86','\x7f','\x1f','\x80','\x66','\x07','\x00','\x06','\x08','\x10','\x06','\x06','\x1c','\x0d','\x03','\x18','\x0c','\xc3','\x30','\x08','\x60','\x20','\x18','\x68','\x4c','\x10','\x0f','\xfe','\x21','\x8c','\x0c','\x3f','\xcc','\x0c','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\xcc','\x0c','\x7f','\xef','\xfc','\x06','\x00','\x60','\x06','\x84','\x60','\x46','\xe7','\x60','\x26','\xc6','\x60','\x36','\x86','\x60','\x37','\x06','\x62','\x06','\x0c','\x62','\x06','\xcc','\x63','\xff','\x18','\x7f','\x78','\x30','\x3e','\x40','\xc0','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x10','\x00','\x00','\x1c','\x80','\x80','\x18','\xe0','\x62','\x38','\xc0','\x32','\x30','\xcc','\x32','\x31','\xfe','\x04','\x61','\x8c','\x04','\x61','\x4c','\x0c','\xe3','\x68','\x09','\x62','\x58','\x1a','\x65','\x18','\x18','\x69','\x10','\x30','\x60','\xb0','\xf0','\x60','\xe0','\x70','\x60','\x60','\x30','\x60','\xf0','\x30','\x60','\xb8','\x30','\x61','\x1f','\x38','\x62','\x0e','\x18','\x6c','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x8c','\x00','\x00','\x4c','\x40','\xc0','\x6c','\x7f','\xe0','\x6c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\xc0','\xfe','\x1c','\x80','\x7e','\xed','\x00','\x00','\x6c','\x00','\x30','\x4d','\xff','\xf8','\x0c','\x40','\x70','\x0c','\x20','\xe0','\x18','\x31','\xc0','\x18','\x1b','\x00','\x30','\x0e','\x00','\x20','\x1b','\xc0','\x40','\x70','\xff','\x81','\xc0','\x3e','\x1e','\x00','\x06','\x04','\x00','\x80','\x03','\x00','\xe0','\x01','\x81','\xc0','\x01','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x01','\x01','\x00','\x01','\xc0','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x38','\x0c','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x06','\x0f','\xff','\xf0','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x40','\x64','\x06','\x7f','\xf7','\xff','\x63','\x06','\x06','\x63','\x06','\x06','\x63','\x06','\x06','\x7f','\xe6','\x06','\x63','\x06','\x06','\x63','\x06','\x06','\x63','\x06','\x06','\x7f','\xe7','\xfe','\x63','\x06','\x46','\x63','\x06','\x40','\x63','\x66','\x40','\x7f','\xf6','\x40','\x60','\x66','\x20','\x00','\x66','\x20','\x55','\x66','\x20','\x55','\x66','\x30','\x50','\x6c','\x10','\xc0','\xec','\x18','\xc0','\xcc','\x1c','\x01','\xc8','\x0f','\x0f','\x98','\x0e','\x03','\x20','\x06','\x0e','\x20','\x10','\x0c','\x18','\x1c','\x0c','\x0c','\x38','\x0c','\x0e','\x30','\x0c','\x06','\x20','\x2e','\x20','\x4c','\x2d','\x3f','\xfe','\x2d','\xb0','\x0c','\x6d','\xb0','\x0c','\x6d','\xb0','\x0c','\x4c','\x30','\x0c','\xcc','\x30','\x0c','\xcc','\x3f','\xfc','\x0c','\x30','\xcc','\x0c','\x08','\xc0','\x0c','\x0e','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x18','\xc2','\x0c','\x18','\xc2','\x0c','\x30','\xc3','\x0c','\x60','\xff','\x0d','\x80','\x7e','\x03','\x10','\x0c','\x7f','\x9f','\xfe','\x00','\x18','\x0c','\x00','\x18','\x0c','\x01','\x9f','\xfc','\xff','\xd8','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x03','\x1f','\xfc','\x7f','\x84','\x00','\x00','\x07','\x00','\x00','\x0e','\x06','\x03','\x0f','\xff','\x7f','\x98','\x06','\x00','\x38','\xc6','\x00','\x59','\xe6','\x43','\x1e','\x06','\x7f','\x98','\x46','\x63','\x18','\x66','\x63','\x1f','\xe6','\x63','\x0f','\xcc','\x63','\x00','\x0c','\x7f','\x00','\xfc','\x63','\x00','\x38','\x07','\x00','\xe8','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x40','\xc0','\x7f','\xe8','\xc6','\x06','\x0f','\xff','\x06','\x0c','\xc0','\x06','\x2c','\xc4','\xff','\xfc','\xc7','\x06','\x0c','\xc6','\x06','\x0c','\x64','\x26','\x0c','\x6c','\x36','\x4c','\x68','\x37','\xec','\x38','\x36','\x0c','\x12','\x36','\x0f','\x3a','\x36','\x7c','\x6a','\x36','\x30','\xce','\x2e','\x21','\x87','\x26','\x06','\x03','\x63','\x80','\x00','\x40','\xff','\xff','\x40','\x3f','\xfe','\x80','\x00','\x00','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x61','\x02','\x06','\x60','\xc3','\x86','\x60','\xc3','\x06','\x60','\x04','\x06','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x60','\x46','\x06','\x60','\x76','\x46','\x60','\xe6','\x66','\x60','\xc7','\xe6','\x61','\x83','\xc6','\x66','\x00','\x3e','\x60','\x00','\x0c','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x00','\x0c','\x9f','\xfc','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x9f','\xfc','\x1c','\xd8','\x0c','\x3c','\xd8','\x0c','\x2c','\x1f','\xfc','\x2c','\x08','\x00','\x6c','\x0c','\x18','\x4c','\x0f','\xfc','\x8c','\x18','\x18','\x0c','\x34','\x30','\x0c','\xc2','\x60','\x0c','\x01','\xc0','\x0c','\x07','\x70','\x0c','\x1c','\x1f','\x0c','\xe0','\x06','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x34','\x18','\x70','\x37','\xfc','\x68','\x36','\x18','\x66','\x37','\xf8','\x66','\x36','\x18','\x60','\x36','\x18','\x66','\x37','\xfb','\xff','\x30','\x00','\x60','\x34','\x18','\x60','\x37','\xfc','\x60','\x36','\x18','\x50','\x36','\x18','\xd0','\x37','\xf8','\xd0','\x36','\x18','\xd0','\x26','\x18','\xd8','\x67','\xf8','\x88','\x66','\x19','\x8c','\x46','\x19','\x0c','\x46','\x19','\x0f','\x86','\x7a','\x06','\x06','\x34','\x06','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\xfc','\x30','\x00','\x38','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\x60','\x19','\x86','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x18','\x66','\x6f','\xff','\xf6','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\xc6','\x60','\x38','\xe6','\x60','\x79','\x86','\x60','\xde','\x06','\x61','\x99','\xc6','\x63','\x18','\xe6','\x6c','\x18','\x66','\x60','\x18','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x80','\x06','\x1c','\xff','\xff','\x18','\xc0','\x00','\x18','\xc7','\xf8','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc7','\xf8','\xff','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc7','\xf8','\x18','\xc1','\x80','\x18','\xc1','\x86','\x18','\xdf','\xff','\x18','\xc3','\x18','\x18','\xc3','\x18','\x19','\xc6','\xb0','\x1e','\xc6','\x60','\xf8','\xc0','\xd8','\x60','\xc1','\x8c','\x40','\xce','\x0c','\x00','\xc0','\x00','\x00','\xc0','\x06','\x00','\xff','\xff','\x00','\xc0','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x81','\x00','\x03','\x9c','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0f','\xff','\xf8','\x16','\x18','\x7f','\x26','\x18','\x6e','\xc6','\x18','\x66','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x64','\x06','\x18','\x04','\x00','\x18','\x06','\x00','\x1f','\xfe','\x00','\x0f','\xfc','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x40','\xc0','\x00','\x70','\x00','\x00','\xe0','\x06','\xff','\xff','\xff','\x01','\x81','\xc0','\x03','\x83','\x80','\x07','\x76','\x00','\x06','\x0f','\xc0','\x00','\x38','\xf8','\x01','\xe0','\x3c','\x7e','\x00','\x0c','\x06','\x00','\x1c','\xff','\x01','\xfe','\x06','\x7f','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x39','\x80','\x30','\x31','\x80','\x33','\x31','\x8c','\x7f','\xb1','\xfe','\x63','\x31','\x80','\x03','\x31','\x80','\x23','\x31','\x80','\x23','\x31','\x80','\x26','\x31','\x80','\x16','\x31','\x80','\x16','\x31','\x86','\x0c','\xff','\xff','\x04','\x00','\x00','\x0e','\x00','\x00','\x1b','\xc0','\x00','\x10','\xff','\xff','\x20','\x1f','\xfe','\xc0','\x00','\x00','\x08','\x00','\x00','\x0e','\x04','\x18','\x0c','\x67','\xfc','\x0f','\xf6','\x18','\x18','\x66','\x18','\x18','\x66','\x18','\x30','\xc6','\x18','\x6c','\xc6','\xf8','\x83','\x86','\x30','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x0c','\x07','\xff','\x30','\x03','\xfe','\xc0','\x20','\x00','\x00','\x18','\x00','\x01','\xcc','\x00','\x09','\x8c','\x10','\x09','\x80','\x0c','\x11','\x80','\x46','\x31','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x04','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x19','\xff','\xff','\x18','\x0c','\x40','\xff','\x18','\x20','\x18','\x18','\x30','\x18','\x33','\x1c','\x18','\x63','\x0f','\x18','\xff','\xfe','\x19','\x63','\x18','\x18','\x63','\x18','\x1b','\x63','\x18','\xfc','\x7f','\xf8','\x78','\x63','\x18','\x58','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x02','\x18','\x03','\x02','\x18','\x03','\x03','\xf8','\x03','\xff','\x30','\x01','\xfe','\x1c','\x00','\x1c','\x18','\x01','\xfe','\x18','\x7f','\x88','\x18','\x22','\x0e','\x18','\x11','\x0c','\x19','\x19','\x98','\xff','\x99','\x90','\x18','\x00','\x24','\x18','\x3f','\xfe','\x18','\x06','\x00','\x18','\x06','\x00','\x19','\x06','\x02','\x1e','\x7f','\xff','\xf8','\x0c','\x00','\x78','\x0c','\x0c','\x58','\x0f','\xfe','\x18','\x1a','\x0c','\x18','\x1a','\x18','\x18','\x31','\x18','\x18','\x21','\xb0','\x18','\x40','\xe0','\x19','\x81','\xbf','\xf8','\x0e','\x1e','\x30','\x70','\x06','\x10','\x10','\x40','\x0c','\x1c','\x40','\x06','\x18','\x40','\x06','\x18','\x20','\x00','\x18','\x20','\x00','\x30','\x30','\x80','\x30','\x18','\x60','\x20','\x1c','\x32','\x60','\x0f','\x32','\x40','\x0e','\x04','\x80','\x06','\x05','\x00','\x00','\x0c','\x40','\x18','\x08','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x7f','\xf8','\x38','\x60','\x18','\x18','\x60','\x18','\x10','\x03','\x80','\x0c','\x43','\x00','\x06','\x43','\x06','\x06','\x7f','\xff','\x00','\xc0','\x06','\x01','\x80','\x04','\x81','\x80','\x18','\x60','\x7f','\xfc','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x7f','\xfc','\x04','\x63','\x0c','\x0c','\x63','\x0c','\x08','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x63','\x0c','\x30','\x63','\x0c','\xf0','\x63','\x0c','\x70','\x7f','\xfc','\x30','\x10','\x40','\x30','\x1c','\x30','\x30','\x38','\x1c','\x38','\x60','\x0e','\x19','\x80','\x06','\x00','\x1c','\x00','\x00','\x18','\x20','\x02','\x18','\x38','\x02','\x18','\x70','\x04','\x18','\xc0','\x1c','\x19','\x00','\x18','\x36','\x00','\x00','\x31','\x80','\x00','\x60','\xe0','\x00','\xc0','\x38','\x01','\x80','\x1c','\x06','\x1c','\x0e','\x78','\x18','\x06','\x00','\x18','\x20','\x02','\x18','\x38','\x02','\x34','\x70','\x04','\x35','\x80','\x1c','\x32','\x00','\x18','\x63','\x00','\x00','\x61','\x80','\x00','\xc0','\xe0','\x01','\x80','\x7f','\x0e','\x00','\x3e','\xf0','\x00','\x0c','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x0c','\x0c','\x03','\xfe','\x0c','\x86','\x0c','\x0c','\xe6','\x18','\x2c','\xcc','\x18','\x2d','\x88','\x30','\x2e','\x10','\x20','\x4c','\x20','\x40','\xcc','\x00','\x80','\xcc','\x3a','\x06','\x0c','\x33','\xff','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x1a','\x33','\x06','\x19','\x33','\xfe','\x19','\xb3','\x06','\x11','\xb3','\x06','\x31','\xb3','\x06','\x20','\x33','\x06','\x40','\x33','\xfe','\x80','\x33','\x06','\x0e','\x00','\x06','\x0c','\xff','\xff','\x0c','\x02','\x40','\x0c','\x02','\x40','\x0c','\x22','\x4c','\x0c','\xbf','\xfe','\x2c','\xf2','\x4c','\x2d','\xb2','\x4c','\x2d','\x32','\x4c','\x4e','\x32','\x4c','\xcc','\x32','\x4c','\xcc','\x32','\x4c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x1a','\x01','\x8c','\x19','\x3f','\xfe','\x19','\x81','\x80','\x11','\x81','\x80','\x31','\x81','\x80','\x20','\x01','\x86','\x40','\xff','\xff','\x80','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xff','\x00','\x07','\x00','\x70','\x06','\x00','\x64','\x06','\x7e','\x67','\xfe','\x66','\x6e','\x06','\x66','\x70','\x06','\x66','\x60','\x0e','\x66','\x62','\xf6','\x66','\x62','\x66','\x7e','\x63','\x46','\x00','\x7f','\x06','\x00','\x3e','\x00','\x00','\x00','\x08','\x84','\x10','\x10','\x82','\x0c','\x30','\xc3','\x06','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x02','\x03','\x80','\x03','\x83','\x00','\x47','\x03','\x04','\x26','\x7f','\xfe','\x1c','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x02','\x2d','\xff','\xff','\x4c','\x00','\x00','\x8c','\x20','\x18','\x0c','\x3f','\xfc','\x1e','\x30','\x18','\x1e','\x30','\x18','\x16','\x30','\x18','\x36','\x3f','\xf8','\x26','\x06','\x84','\x66','\x0c','\x87','\x46','\x1c','\x4e','\x86','\x3c','\x50','\x06','\x6c','\x20','\x0d','\x8c','\x30','\x0c','\x0d','\x9c','\x7c','\x7e','\x0f','\x18','\x38','\x06','\x08','\x00','\x30','\x0e','\x1f','\xf8','\x0c','\x00','\x30','\x08','\x00','\x30','\x92','\x0f','\xf0','\x63','\x80','\x30','\x33','\x00','\x30','\x36','\x00','\x32','\x0c','\x7f','\xff','\x09','\x03','\x80','\x10','\x87','\x04','\xff','\xcd','\x87','\x7c','\xd9','\x86','\x4c','\x23','\xcc','\x0c','\x06','\xd0','\x4d','\x0c','\xe0','\x7c','\xb1','\xe0','\x6c','\xc3','\xd0','\x6c','\xc6','\xd8','\x4c','\x0c','\xcf','\x4c','\x30','\xce','\x8c','\xc0','\xc6','\x0c','\x07','\xc0','\x0c','\x01','\x80','\x04','\x80','\x80','\x44','\x98','\xe0','\x7f','\xfc','\xcc','\x64','\x98','\xfe','\x64','\x98','\x98','\x7f','\xf9','\x98','\x64','\x99','\x10','\x64','\x99','\x26','\x7f','\xfb','\xff','\x00','\x07','\x26','\x00','\x03','\x26','\xff','\xff','\x26','\x00','\x03','\x26','\x20','\x33','\x26','\x3f','\xfb','\xfe','\x30','\x33','\x06','\x30','\x33','\x00','\x3f','\xf3','\x00','\x08','\x43','\x00','\x04','\x43','\x02','\x04','\x9b','\x02','\xff','\xe3','\x03','\x7c','\x03','\xff','\x40','\x01','\xfe','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x04','\x18','\x0c','\x67','\xfc','\x0f','\xf6','\x18','\x18','\x66','\x18','\x18','\x66','\x18','\x30','\x66','\x18','\x28','\xc6','\x18','\x46','\xc6','\x18','\x83','\x86','\xf8','\x01','\x86','\x30','\x03','\x06','\x00','\x06','\x06','\x02','\x0c','\x06','\x02','\x18','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x31','\xff','\x8c','\x30','\x18','\x0c','\x37','\xff','\xec','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\xcc','\x30','\x38','\x6c','\x30','\x7c','\xcc','\x30','\xdb','\x0c','\x31','\x99','\xcc','\x36','\x18','\xcc','\x30','\x18','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x03','\x80','\x40','\x03','\x18','\x30','\x7f','\xfc','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x30','\x00','\x3f','\xf8','\x00','\x30','\x30','\x0c','\x30','\x30','\xfe','\x30','\x30','\x0c','\x3f','\xf8','\x0c','\x07','\x0e','\x0c','\x0f','\x0c','\x0c','\x1b','\xd0','\x0c','\x33','\x38','\x0c','\x63','\x1c','\x0d','\x83','\x0c','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x02','\x10','\x06','\x03','\x90','\x0d','\x03','\x10','\x0c','\xc3','\x10','\x08','\x63','\x18','\x18','\x66','\x08','\x10','\x06','\x0c','\x21','\x84','\x0f','\x3f','\xcc','\x06','\x46','\x08','\x06','\x86','\x10','\x00','\x06','\xc0','\x00','\x7f','\xe4','\x0c','\x06','\x07','\xfe','\x06','\x86','\x0c','\x46','\xe6','\x0c','\x26','\xc6','\x0c','\x36','\x86','\x0c','\x37','\x06','\x0c','\x06','\x06','\x0c','\x06','\xe6','\x0c','\xff','\x07','\xfc','\x78','\x06','\x0c','\x40','\x00','\x00','\x07','\x00','\x00','\x06','\x64','\x18','\x0f','\xf7','\xfc','\x0c','\x66','\x18','\x18','\xc6','\x18','\x36','\xc6','\xfa','\x65','\x86','\x32','\x83','\x06','\x03','\x06','\x47','\xff','\x0c','\x73','\xfe','\x30','\x60','\x00','\xc7','\xff','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x10','\x07','\xff','\xf8','\x06','\x00','\x06','\x17','\xff','\xff','\x12','\x22','\x06','\x21','\x11','\x86','\x61','\x99','\xbe','\x61','\x98','\x0c','\x00','\x20','\x00','\x1c','\x38','\x00','\x18','\x30','\x0c','\x18','\x7f','\xfe','\x18','\x40','\x00','\x18','\x80','\x00','\x1a','\x20','\x30','\xff','\x3f','\xf8','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x18','\x30','\x30','\x18','\x00','\x00','\x18','\x80','\x0c','\x1a','\xff','\xfe','\x1c','\xcc','\xcc','\xf8','\xcc','\xcc','\x70','\xcc','\xcc','\x40','\xcc','\xcc','\x00','\xcc','\xcc','\x00','\xcc','\xcc','\x07','\xff','\xff','\x00','\x00','\x00','\x07','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x01','\xa0','\x06','\x61','\xa0','\xff','\xf1','\xa0','\x0c','\x01','\x10','\x0c','\x03','\x10','\x0c','\x02','\x18','\x0c','\xc6','\x0c','\x0f','\xe4','\x0f','\x0c','\xc9','\x06','\x0c','\xd0','\xc6','\x0c','\xe0','\x60','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x00','\x18','\xc2','\x00','\x30','\xc1','\x80','\x31','\x80','\xe0','\x21','\x80','\x70','\x61','\x80','\x38','\x4f','\x80','\x18','\x83','\x00','\x18','\x10','\x00','\x00','\x0c','\x00','\x0c','\x06','\x7f','\xfe','\x06','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x80','\x0e','\x00','\x62','\x0c','\x06','\x33','\xff','\xff','\x32','\x0c','\x00','\x04','\x1c','\x00','\x04','\x18','\x00','\x0c','\x18','\x0c','\x08','\x1f','\xfe','\x18','\x30','\x0c','\x18','\x30','\x0c','\x30','\x30','\x0c','\xf0','\x00','\x1c','\x70','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x38','\x30','\x00','\x30','\x38','\x03','\xf0','\x18','\x00','\xe0','\x07','\x10','\x06','\x06','\x1f','\xff','\x26','\x18','\xc6','\x36','\x18','\xc6','\x36','\x18','\xc6','\x36','\x9f','\xfe','\x3f','\xd8','\xc6','\x26','\x18','\xc6','\x66','\x18','\xc6','\x46','\x1f','\xfe','\x86','\x18','\x06','\x06','\x81','\xc0','\x3f','\xc1','\x80','\x06','\x01','\x86','\x06','\x3f','\xff','\x06','\x01','\x86','\x06','\x01','\x86','\x06','\xc3','\x06','\x07','\x03','\x06','\xfc','\x06','\x06','\x70','\x06','\x0c','\x40','\x0c','\x0c','\x00','\x18','\x7c','\x00','\xe0','\x18','\x00','\x00','\x00','\x40','\xc2','\x06','\x7f','\xe3','\xff','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xff','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x74','\x00','\x00','\x62','\x00','\x00','\xe3','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\x80','\x00','\x00','\xe0','\x00','\x10','\xc0','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x19','\x1d','\x18','\x18','\xd9','\xd8','\x18','\xd9','\x98','\x18','\x1a','\x18','\x1b','\xff','\xd8','\x18','\x38','\x18','\x18','\x7c','\x18','\x18','\x5b','\x18','\x18','\x99','\x98','\x1b','\x19','\x98','\x18','\x30','\x18','\x18','\x30','\x1a','\xff','\xff','\xff','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\xc1','\xc0','\x03','\x80','\xfe','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x04','\x08','\x00','\x07','\x06','\x00','\x0e','\x03','\x80','\x0c','\x01','\x80','\x18','\x00','\x0c','\x30','\xff','\xfe','\x62','\x03','\x00','\x83','\x83','\x00','\x07','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x1c','\x03','\x00','\x3c','\x03','\x18','\x6c','\x7f','\xfc','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x04','\x00','\x18','\x02','\x00','\x18','\x3b','\x00','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x30','\x10','\x19','\x30','\x0c','\x19','\x30','\x06','\x19','\x30','\x07','\x19','\x30','\x03','\x19','\x30','\x03','\x33','\x30','\x08','\x33','\x30','\x08','\x37','\x30','\x0c','\x26','\x30','\x0c','\x60','\x3f','\xfc','\x40','\x1f','\xf8','\x80','\x00','\x00','\x0e','\x00','\x00','\x0c','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0d','\xb1','\x86','\xff','\xf1','\x86','\x0c','\x31','\x86','\x0c','\x3f','\xfe','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0d','\xb1','\x86','\x1e','\x31','\x86','\xfc','\x31','\x86','\x6c','\x3f','\xfe','\x4c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x00','\x00','\x00','\x43','\x00','\x06','\x7f','\xbf','\xff','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x8c','\x63','\x3f','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x64','\x0c','\x7f','\xfe','\x0d','\x0c','\x60','\xff','\x8c','\x60','\x0c','\x0c','\x62','\x0c','\xff','\xff','\x1c','\x01','\x80','\x1c','\x21','\x8c','\x1e','\x3f','\xfe','\x1d','\x31','\x8c','\x3d','\xb1','\x8c','\x2d','\xbf','\xfc','\x2c','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x8c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x08','\x00','\x0c','\x0e','\x60','\x0c','\x1c','\x1c','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x40','\x32','\x00','\x7f','\xfb','\x80','\x60','\x03','\x00','\x60','\x43','\x00','\x60','\x76','\x06','\x68','\x67','\xff','\x64','\xe4','\x06','\x62','\xcc','\x04','\x62','\xc8','\xe8','\x61','\x90','\xc0','\x61','\x80','\xc0','\x61','\xc0','\xc0','\x63','\x40','\xc0','\x63','\x60','\xc0','\x62','\x61','\xa0','\x66','\x31','\xa0','\x64','\x31','\xa0','\x68','\x31','\xb0','\x70','\x01','\x10','\x60','\x03','\x18','\x60','\x62','\x1c','\x7f','\xf2','\x0f','\x60','\x04','\x0e','\x00','\x18','\x06','\x40','\x32','\x18','\x7f','\xfb','\xfc','\x60','\x03','\x18','\x60','\x43','\x18','\x60','\x73','\x18','\x68','\x63','\x18','\x64','\xe3','\x18','\x62','\xc2','\x18','\x62','\xc6','\x1f','\x61','\x84','\x0f','\x61','\x88','\x00','\x61','\xc0','\x0c','\x63','\x4f','\xfe','\x63','\x62','\x0c','\x62','\x62','\x0c','\x66','\x31','\x18','\x64','\x31','\x98','\x68','\x30','\xf0','\x70','\x00','\x60','\x60','\x00','\xf0','\x60','\x31','\xb8','\x7f','\xfb','\x1f','\x60','\x06','\x0e','\x00','\x18','\x06','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x02','\x00','\x80','\x03','\x80','\x80','\x03','\x00','\x40','\x07','\x20','\x60','\x06','\x38','\x38','\x0c','\x30','\x1f','\x18','\x61','\x0e','\x20','\x40','\xc6','\xc0','\x87','\x60','\x0f','\xf8','\x30','\x07','\x80','\x30','\x04','\x00','\x00','\x00','\x60','\x0c','\xff','\xf7','\xfe','\x10','\x62','\x0c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x00','\xe0','\x1c','\x07','\x60','\xec','\x7c','\x6f','\x8c','\x38','\x67','\x0c','\x20','\x64','\x0c','\x07','\xe0','\xfc','\x01','\xc0','\x38','\x1c','\x02','\x00','\x18','\x03','\x80','\x18','\x03','\x00','\x18','\x24','\x06','\x1b','\x3f','\xff','\xff','\xb0','\x06','\x03','\x34','\x96','\x06','\x32','\x96','\x06','\x32','\xa6','\x0d','\x37','\xf6','\x09','\xb1','\xc6','\x1b','\x32','\xb6','\x1c','\x34','\x96','\x3b','\x30','\x06','\x59','\xb1','\x86','\x99','\xb1','\x86','\x18','\x7f','\xff','\x18','\x01','\x80','\x18','\x03','\x40','\x18','\x03','\x20','\x18','\x06','\x38','\x18','\x0c','\x1f','\x18','\x18','\x0e','\x18','\x60','\x06','\x00','\x40','\x20','\x10','\x30','\x38','\x0c','\x18','\x70','\x06','\x18','\x40','\x26','\x00','\x86','\x3f','\xff','\xff','\x60','\x30','\x06','\xc2','\x20','\xc4','\xc3','\xff','\xe8','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\x00','\x03','\xff','\xf0','\x03','\x00','\x0c','\x03','\xff','\xfe','\x03','\x00','\x0c','\x08','\x02','\x0c','\x09','\x11','\x8c','\x11','\x99','\x98','\x71','\x98','\x78','\x60','\x00','\x30','\x00','\x00','\x80','\x40','\x60','\xe0','\x7f','\xf4','\xcc','\x60','\x07','\xfe','\x60','\x86','\x0c','\x60','\xe6','\x0c','\x68','\xc7','\xfc','\x64','\xc6','\x0c','\x66','\xc6','\x0c','\x62','\x87','\xfc','\x63','\x86','\x00','\x61','\x06','\x06','\x63','\x87','\xff','\x62','\xc6','\x00','\x66','\xc6','\x06','\x64','\x67','\xff','\x68','\x66','\x06','\x70','\x60','\x26','\x60','\x0a','\xb6','\x60','\x0a','\x96','\x7f','\xea','\x8e','\x60','\x1a','\x0c','\x60','\x18','\x7c','\x00','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x78','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x01','\x06','\x62','\x01','\xc6','\x61','\x81','\x86','\x60','\xc3','\x06','\x60','\xc2','\x06','\x60','\x04','\xc6','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x63','\x98','\xe6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x41','\x86','\x00','\x7f','\xff','\x80','\x61','\x86','\x60','\x61','\x86','\x32','\x61','\x86','\x32','\x61','\x86','\x04','\x61','\x86','\x04','\x61','\x86','\x0c','\x61','\x86','\x08','\x61','\x86','\x18','\x7f','\xfe','\x18','\x61','\x86','\x30','\x61','\x86','\xf0','\x01','\x80','\x70','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x38','\x01','\x80','\x18','\x01','\x80','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x02','\x00','\x00','\x43','\x83','\x80','\x23','\x03','\x00','\x16','\x03','\x08','\x0c','\x13','\x0e','\x1c','\x13','\x0c','\x36','\x13','\x18','\xc6','\x33','\x10','\x0f','\x63','\x20','\x0b','\x62','\x80','\x1b','\x06','\x80','\x33','\x06','\x40','\x63','\x04','\x60','\x83','\x0c','\x30','\x03','\x08','\x38','\x06','\x10','\x1f','\x3e','\x20','\x0e','\x0c','\xc0','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x04','\x06','\xff','\xfe','\x0c','\x10','\x20','\x0c','\x08','\x20','\x18','\x08','\x42','\x19','\xff','\xff','\x38','\x00','\x00','\x38','\x7f','\xf8','\x58','\x60','\x18','\x98','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x02','\x00','\x18','\x01','\x88','\x18','\x5c','\xc6','\x18','\x58','\xd3','\x18','\x98','\x13','\x1b','\x98','\x18','\x1b','\x1f','\xf8','\x18','\x0f','\xf0','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x0c','\x1b','\xff','\xfe','\x18','\x18','\x00','\x18','\x18','\x40','\x18','\x10','\x30','\x18','\x21','\xd8','\x19','\xfe','\x0c','\x18','\xf0','\x0c','\x30','\x87','\x00','\x30','\x06','\x00','\x30','\x06','\x18','\x23','\xff','\xfc','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x06','\x0f','\xff','\xff','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x84','\x0c','\x7f','\xfe','\x0c','\x08','\x20','\x2e','\x04','\x20','\x2d','\x04','\x42','\x2d','\xff','\xff','\x6d','\x80','\x00','\x6d','\xbf','\xfc','\x4c','\x30','\x0c','\xcc','\x30','\x0c','\xcc','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x02','\x00','\x0c','\x01','\x80','\x0c','\x2c','\xc8','\x0c','\x2c','\xc6','\x0c','\x4c','\x13','\x0c','\xcc','\x1b','\x0c','\xcf','\xf8','\x0c','\x07','\xf0','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x01','\x84','\x33','\x3f','\xfe','\x33','\x08','\x10','\x33','\x04','\x10','\x33','\x04','\x22','\x3f','\x7f','\xff','\x33','\x00','\x00','\x33','\x1f','\xfc','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x3f','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x33','\x00','\x00','\x33','\x01','\x80','\x33','\x16','\xc8','\x23','\x16','\xc6','\x63','\x26','\x13','\x63','\x66','\x1b','\x4f','\x67','\xf8','\x86','\x03','\xf0','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x00','\x0c','\x0c','\x02','\x18','\x0c','\xc1','\xa0','\xff','\xe0','\xc0','\x0c','\x10','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\xc6','\x1e','\x18','\xc6','\x1d','\x98','\xc6','\x1c','\xdf','\xfe','\x3c','\xd8','\xc6','\x2c','\x18','\xc6','\x2c','\x18','\xc6','\x6c','\x18','\xc6','\x4c','\x1f','\xfe','\x8c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xde','\x0c','\x18','\xcc','\x07','\x01','\xc0','\x06','\x01','\x80','\x46','\x01','\x80','\x76','\x01','\x80','\x66','\x01','\x80','\x66','\x41','\x80','\x7f','\xe1','\x80','\x46','\x01','\x80','\x46','\x01','\x8c','\x86','\x3f','\xfe','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\xc1','\x80','\x07','\x01','\x80','\x1e','\x01','\x80','\xf6','\x01','\x80','\x66','\x01','\x80','\x46','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x86','\x06','\x7f','\xff','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x7f','\xff','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x30','\x00','\x04','\x30','\x00','\x04','\x30','\x00','\x06','\x3c','\x00','\x0e','\x1f','\xff','\xfc','\x03','\xff','\xf0','\x00','\x00','\x00','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x06','\x06','\x06','\x0d','\xff','\xff','\x0c','\x0c','\x40','\x18','\x18','\x20','\x18','\x18','\x30','\x38','\x33','\x1c','\x38','\x63','\x0f','\x58','\xff','\xfe','\x9b','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x02','\x18','\x03','\x02','\x18','\x03','\x03','\x18','\x03','\xff','\x18','\x01','\xfe','\x10','\x00','\x00','\x1c','\x02','\x06','\x18','\x33','\xff','\x3f','\xfb','\x06','\x33','\x03','\x06','\x63','\x03','\x06','\x43','\x03','\x06','\x83','\x03','\x06','\x03','\x1b','\x06','\xff','\xff','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x3b','\x33','\x06','\x33','\xfb','\x06','\x33','\x03','\x06','\x33','\x03','\x06','\x33','\x03','\x06','\x33','\x33','\x3e','\x33','\xc3','\x0c','\xff','\x03','\x00','\x78','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x1c','\x30','\x0c','\x18','\x30','\x0c','\x19','\x30','\x0d','\xff','\xb0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x34','\x30','\x0c','\x33','\x30','\x0c','\x61','\xb0','\x0d','\x81','\xb0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x10','\x00','\x01','\xcc','\x00','\x11','\x86','\x10','\x11','\x86','\x0c','\x21','\x80','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x10','\x00','\x00','\x0c','\x20','\x30','\x06','\x3f','\xf8','\x06','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x80','\x3f','\xf0','\x60','\x30','\x30','\x32','\x30','\x30','\x32','\x30','\x30','\x04','\x3f','\xf0','\x04','\x30','\x30','\x0c','\x00','\x00','\x08','\x80','\x0c','\x18','\xff','\xfe','\x18','\xcc','\xcc','\x30','\xcc','\xcc','\xf0','\xcc','\xcc','\x70','\xcc','\xcc','\x30','\xcc','\xcc','\x30','\xcc','\xcc','\x30','\xcc','\xcc','\x3b','\xff','\xff','\x18','\x00','\x00','\x01','\x80','\x1c','\x0f','\xc1','\xfe','\xfc','\x3f','\xc8','\x0c','\x02','\x0e','\x0c','\x21','\x0c','\x0c','\x19','\x98','\x0d','\x99','\x90','\xff','\xc0','\x2c','\x0c','\x3f','\xfe','\x1c','\x00','\x0c','\x1c','\x00','\x0c','\x1e','\x1f','\xfc','\x1d','\x00','\x0c','\x3d','\x80','\x0c','\x3d','\xbf','\xfc','\x2c','\x00','\x0c','\x6c','\x01','\x00','\x4c','\x0e','\x88','\x8c','\x2c','\xc6','\x0c','\x2c','\xd3','\x0c','\x6c','\x13','\x0c','\xcc','\x18','\x0c','\xcf','\xf8','\x0c','\x07','\xf0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x00','\x80','\x01','\x00','\xe0','\x01','\x80','\xc0','\x01','\x80','\x80','\x00','\x01','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x3c','\x00','\x00','\x33','\x00','\x00','\x31','\xc0','\x00','\x30','\xe0','\x00','\x30','\x70','\x00','\x30','\x30','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\x0e','\x00','\x01','\xcc','\x00','\x01','\x8c','\x00','\x03','\x8c','\x00','\x03','\x0c','\x08','\x03','\x0c','\x0e','\x06','\x0c','\x1c','\x06','\x0c','\x18','\x0e','\x0c','\x30','\x0e','\x0c','\x60','\x16','\x0c','\xc0','\x26','\x0d','\x00','\x46','\x0e','\x00','\x86','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x02','\x06','\x0c','\x02','\x06','\x0c','\x03','\x06','\x0e','\x03','\x06','\x0f','\xff','\x06','\x07','\xfe','\x04','\x00','\x00','\x07','\x40','\x0c','\x06','\x7f','\xfe','\x06','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x18','\x60','\x18','\x18','\x7f','\xfc','\x38','\x64','\x18','\x38','\x64','\x18','\x58','\x64','\x30','\x98','\x62','\x30','\x18','\x62','\x30','\x18','\x63','\x60','\x18','\x61','\x60','\x18','\xc1','\xc0','\x18','\xc0','\x80','\x18','\xc1','\xc0','\x18','\x83','\x60','\x19','\x86','\x38','\x19','\x0c','\x1f','\x1a','\x10','\x0e','\x18','\x60','\x06','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\xff','\xff','\x06','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x18','\x83','\x18','\x18','\xff','\x98','\x38','\xc3','\x18','\x38','\xc3','\x18','\x58','\xc3','\x18','\x98','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xff','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc0','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x01','\xf8','\x18','\x00','\x70','\x08','\x70','\x00','\x0e','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x66','\x86','\x1b','\xfe','\xff','\x18','\x66','\xc6','\x18','\x66','\xc6','\x38','\x66','\xc6','\x38','\x66','\xc6','\x78','\x66','\xc6','\x58','\x66','\xc6','\x98','\x66','\xc6','\x18','\x66','\xc6','\x18','\x66','\xc6','\x18','\xc6','\xc6','\x18','\xc6','\xc6','\x18','\xc6','\xc6','\x18','\xcc','\xc6','\x18','\x8c','\xc6','\x19','\x8c','\xfe','\x19','\x0c','\xc6','\x19','\x7c','\xc6','\x1a','\x18','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x0c','\xc0','\x18','\x0c','\xc0','\x18','\x0c','\xc0','\x18','\x0c','\xc0','\x38','\x8c','\xcc','\x38','\xff','\xfe','\x78','\xcc','\xcc','\x58','\xcc','\xcc','\x98','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x18','\x00','\x00','\x08','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x06','\x39','\xff','\xff','\x78','\x00','\x00','\x58','\x00','\x00','\x98','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x31','\x06','\xff','\xf9','\xff','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x10','\x31','\x86','\x30','\x71','\xfe','\x20','\x61','\x86','\x47','\xe1','\x86','\x81','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x08','\x30','\x60','\x0f','\xf8','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0f','\xf0','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x07','\xe0','\x00','\x01','\xc0','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x08','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x01','\x80','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x00','\x7f','\xf3','\xfc','\x06','\x33','\x0c','\x06','\x33','\x0c','\x0c','\x33','\x0c','\x19','\xf3','\xfc','\x60','\x63','\x0c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x20','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x60','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x01','\xc0','\x0c','\x83','\x80','\x70','\x66','\x00','\x00','\x3c','\x00','\x00','\xe7','\xc0','\x07','\x80','\xff','\xf8','\x00','\x1e','\x1c','\x01','\xc0','\x18','\x11','\x80','\x18','\x11','\x86','\x18','\x1f','\xff','\x18','\x30','\x04','\x19','\xb0','\x08','\xff','\x80','\x04','\x31','\xbf','\xfe','\x31','\x83','\x00','\x33','\x06','\x08','\x33','\x0d','\x0e','\x63','\x19','\x9c','\x63','\x63','\xb0','\x66','\x06','\xc0','\x66','\x0c','\xc0','\xd4','\x18','\xe0','\xcc','\x61','\xe0','\x0e','\x03','\xd0','\x1b','\x06','\xd8','\x13','\x0c','\xcf','\x30','\x30','\xce','\x21','\xc0','\xc6','\x40','\x0f','\xc0','\x80','\x03','\x80','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\xc8','\x1f','\xff','\xe0','\x00','\x60','\x00','\x00','\xd0','\x08','\x03','\x98','\x0e','\x0e','\x3c','\x1c','\x70','\x64','\x30','\x00','\xc6','\x40','\x01','\x8f','\x00','\x06','\x1e','\x80','\x38','\x36','\xc0','\x00','\x76','\x60','\x00','\xe6','\x38','\x03','\x86','\x1f','\x0e','\x06','\x0e','\xf0','\x0c','\x06','\x00','\xfc','\x00','\x00','\x38','\x00','\x20','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x04','\xcf','\xff','\xf0','\xc0','\x30','\x00','\x00','\x20','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x66','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x00','\x80','\x07','\xff','\xe0','\x0c','\x61','\xbf','\x30','\x61','\x9e','\xc0','\xc1','\x86','\x01','\x83','\x00','\x06','\x1f','\x00','\x18','\x06','\x00','\x00','\xe0','\x1c','\x0f','\xf0','\x18','\xfe','\x00','\x18','\x06','\x04','\x18','\x06','\x03','\x18','\x06','\x01','\x98','\x06','\x61','\x98','\xff','\xf0','\x18','\x06','\x00','\x18','\x0e','\x08','\x18','\x0e','\x06','\x18','\x0f','\x03','\x18','\x1e','\xc3','\x18','\x1e','\x60','\x1a','\x16','\x60','\x1f','\x36','\x00','\xf8','\x26','\x07','\x98','\x46','\x3c','\x18','\x86','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x00','\x43','\x06','\x46','\x7f','\x7f','\x7f','\x63','\x06','\x66','\x63','\x06','\x66','\x63','\x06','\x66','\x63','\x06','\x66','\x63','\x06','\x66','\x7f','\x7e','\x66','\x63','\x06','\x7e','\x60','\x00','\x66','\x60','\x00','\x66','\x66','\x06','\x66','\x7f','\xff','\x66','\x60','\x86','\x66','\x60','\x86','\x66','\x60','\x4c','\x7e','\x60','\x4c','\x66','\x66','\x58','\x60','\x7f','\x30','\x60','\x60','\x30','\x00','\x60','\x58','\x00','\x60','\xcf','\x00','\x61','\x8e','\x00','\x66','\x06','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x32','\x06','\x7f','\xfb','\xff','\x06','\x33','\x06','\x06','\x33','\x06','\x0c','\x33','\x06','\x0c','\x73','\x06','\x18','\x63','\x06','\x18','\x63','\xfe','\x33','\xe3','\x06','\x60','\xc0','\x00','\x80','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\x32','\x00','\xff','\xfb','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x7c','\xc6','\x06','\x44','\xc7','\xff','\x44','\xc4','\x06','\x7c','\xcc','\x04','\x00','\xc9','\xc8','\x03','\xd1','\x80','\x01','\x81','\x80','\x00','\x01','\x80','\xff','\xf9','\x80','\x00','\xc1','\x80','\x00','\xc3','\x40','\x7c','\xc3','\x40','\x44','\xc3','\x40','\x44','\xc2','\x20','\x44','\xc2','\x20','\x7c','\xc6','\x30','\x00','\xc4','\x18','\x00','\xc4','\x1f','\x07','\xc8','\x0e','\x01','\xb0','\x06','\x10','\x00','\x00','\x0c','\x00','\x06','\x06','\xff','\xff','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x80','\x43','\x18','\x60','\x7f','\x98','\x32','\x63','\x18','\x32','\x63','\x18','\x04','\x63','\x18','\x04','\x63','\x18','\x0c','\x63','\x18','\x08','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x30','\x60','\x18','\xf0','\x00','\x18','\x70','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x38','\x00','\xf8','\x18','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x08','\x04','\x18','\x0e','\x04','\x18','\x1c','\x04','\x18','\x18','\x0c','\x18','\x30','\x08','\x18','\x40','\x18','\x34','\x00','\x38','\x34','\x00','\x30','\x34','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\xe0','\x06','\x00','\x78','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x06','\x00','\x00','\x00','\x01','\x80','\x06','\xff','\xff','\xff','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x21','\x98','\x18','\x3f','\xd8','\x19','\x31','\x98','\xff','\xb1','\x98','\x18','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x98','\x18','\x3f','\x98','\x19','\xb1','\x98','\x1e','\x30','\x18','\xf8','\x00','\x18','\x70','\x00','\x18','\x40','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\xf8','\xff','\xcc','\x98','\x01','\x8c','\x98','\x03','\x0c','\x98','\x03','\x0c','\x98','\x06','\x2c','\x9a','\x04','\x3f','\xff','\x0e','\x30','\x06','\x1d','\x30','\x06','\x2d','\xb4','\x36','\xcd','\xb7','\xf6','\x0c','\x36','\x36','\x0c','\x36','\x36','\x0c','\x36','\x36','\x0c','\x37','\xf6','\x0c','\x36','\x36','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x00','\x00','\x70','\x00','\x07','\xf8','\x00','\x7f','\x80','\x3f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x98','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x70','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\x81','\xc0','\x0f','\xd1','\x80','\xfc','\x11','\x86','\x0c','\x1f','\xff','\x0c','\x30','\x04','\x0c','\x30','\x08','\x0d','\x80','\x04','\xff','\xdf','\xfe','\x0c','\x03','\x00','\x1c','\x06','\x08','\x1c','\x0d','\x0e','\x1e','\x19','\x9c','\x1d','\x63','\xb0','\x3d','\x86','\xc0','\x2d','\x8c','\xc0','\x2c','\x18','\xe0','\x6c','\x61','\xe0','\x4c','\x03','\xd0','\x8c','\x06','\xd8','\x0c','\x0c','\xcf','\x0c','\x30','\xce','\x0d','\xc0','\xc6','\x0c','\x0f','\xc0','\x0c','\x03','\x80','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x06','\x80','\x61','\x8c','\x60','\x81','\x90','\x60','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x1c','\x0c','\x30','\x18','\x8c','\x33','\xff','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x02','\x00','\x00','\x03','\x87','\x08','\x03','\x06','\x0e','\x07','\x06','\x1c','\x06','\x06','\x38','\x0e','\x06','\x60','\x0e','\x06','\xc0','\x1e','\x07','\x00','\x36','\x06','\x00','\xc6','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x02','\x06','\x06','\x02','\x06','\x06','\x03','\x06','\x07','\xff','\x06','\x03','\xfe','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x30','\x00','\x00','\x30','\x04','\x0c','\x30','\x07','\xfe','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x07','\xfc','\x30','\x06','\x0c','\x30','\x06','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x02','\x0c','\x06','\x33','\xfe','\x7f','\xfb','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x08','\x73','\x0c','\x18','\x63','\xfc','\x10','\x63','\x0c','\x23','\xe3','\x0c','\xc0','\xc0','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x86','\x30','\x18','\xff','\x30','\x38','\xc6','\x30','\x58','\xc6','\x30','\x98','\xc6','\x30','\x18','\xc6','\x30','\x18','\xfe','\x30','\x18','\xc6','\x30','\x18','\xc0','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x01','\xf0','\x18','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x18','\x3f','\xff','\xfc','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x68','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x00','\x01','\xd8','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x00','\x21','\x86','\x0e','\x3f','\xbf','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x4c','\xb1','\x86','\x7f','\xf1','\x86','\x4c','\xbf','\xbe','\x4c','\xb1','\x86','\x4c','\xb0','\x00','\x4c','\xb0','\x00','\x4c','\xb0','\xfe','\x7f','\xb2','\x46','\x4c','\xbf','\x46','\x4c','\x30','\x44','\x0c','\x30','\x2c','\x0d','\x30','\x2c','\x0d','\x33','\x28','\x0f','\xbf','\x98','\xf9','\xb0','\x30','\x61','\xb0','\x28','\x40','\x30','\x6c','\x00','\x30','\xc7','\x00','\x33','\x06','\x03','\x10','\x0c','\x7f','\x9f','\xfe','\x00','\x19','\x8c','\x00','\x19','\x8c','\x01','\x99','\x8c','\xff','\xdf','\xfc','\x00','\x19','\x8c','\x00','\x19','\x8c','\x03','\x19','\x8c','\x7f','\x99','\x8c','\x00','\x1f','\xfc','\x00','\x19','\x8c','\x03','\x01','\x80','\x7f','\x81','\x82','\x00','\x7f','\xff','\x00','\x07','\xa0','\x43','\x07','\xa0','\x7f','\x8d','\x90','\x63','\x0d','\x98','\x63','\x19','\x8c','\x63','\x11','\x8f','\x63','\x21','\x86','\x7f','\x41','\x86','\x63','\x01','\x80','\x00','\x1c','\x70','\x00','\x18','\x60','\x46','\x18','\x66','\x7f','\xff','\xff','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x00','\x04','\x66','\xff','\xfe','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x1a','\x67','\xff','\xff','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\xff','\xfe','\x7e','\x03','\x00','\x66','\x03','\x00','\x60','\x03','\x06','\x63','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x01','\x00','\x00','\x01','\xce','\x18','\x03','\x8c','\x3c','\x07','\x0c','\xe0','\x0e','\x0f','\x02','\x36','\x0c','\x03','\xc6','\x0f','\xff','\x06','\x07','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x03','\xc1','\xc0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x00','\x70','\x00','\x40','\x60','\x00','\x30','\x60','\x00','\x18','\x60','\x46','\x18','\x66','\x7f','\x03','\xff','\x66','\x00','\x66','\x66','\x00','\x66','\x66','\x00','\x66','\x66','\x0c','\x66','\x66','\xfe','\x66','\x66','\x0c','\x66','\x66','\x0c','\xc6','\x66','\x0c','\xc6','\x66','\x0c','\xc6','\x66','\x0c','\x8c','\x66','\x0d','\x8c','\x7e','\x0d','\x3c','\x66','\x0e','\x18','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x10','\x30','\x40','\x1f','\xf8','\x30','\x18','\x30','\x18','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x19','\x30','\x00','\x19','\x30','\x00','\x19','\x30','\x00','\x99','\x36','\x00','\xff','\xff','\x0c','\xc0','\x06','\xfe','\xc0','\x06','\x0c','\xcf','\xe6','\x0c','\xcc','\x66','\x0c','\xcc','\x66','\x0c','\xcc','\x66','\x0c','\xcf','\xe6','\x0c','\xcc','\x06','\x0c','\xc0','\x3e','\x0c','\xc0','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xef','\x99','\xe4','\xc0','\x18','\x00','\x1f','\x99','\xf8','\x00','\x18','\x00','\x00','\x00','\x00','\x3f','\xe7','\xfc','\x30','\x60','\x0c','\x30','\x60','\x0c','\x3f','\xe7','\xfc','\x30','\x00','\x00','\x30','\x00','\x00','\x3f','\xe7','\xfc','\x30','\x02','\x1c','\x30','\x01','\x38','\x3f','\xe0','\xe0','\x30','\x01','\xb8','\x30','\x06','\x1f','\x30','\x38','\x06','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x46','\x1f','\xff','\x7f','\xe4','\x18','\x66','\x64','\x18','\x66','\x64','\x18','\x66','\x62','\x18','\x66','\x62','\x30','\x66','\x62','\x30','\x66','\x63','\x30','\x7f','\xe1','\x30','\x66','\x61','\x60','\x66','\x01','\xe0','\x06','\x00','\xc0','\x06','\x40','\xe0','\x06','\x21','\xa0','\x0f','\xf1','\xb0','\xfe','\x33','\x18','\x70','\x36','\x1f','\x40','\x0c','\x0e','\x00','\x30','\x06','\x08','\x19','\xc0','\x0e','\x3d','\x90','\x0c','\x71','\x88','\x0c','\xe1','\x8c','\x1b','\x61','\x8c','\x18','\x61','\x80','\x18','\x61','\x80','\x30','\x61','\x86','\x37','\xff','\xff','\x30','\x61','\x80','\x70','\x61','\x88','\xb0','\x61','\x8e','\x30','\x60','\x8c','\x30','\x6c','\xc8','\x37','\xf0','\xd8','\x33','\x60','\x50','\x32','\x60','\x70','\x30','\x60','\x22','\x30','\x60','\x72','\x30','\x60','\xda','\x30','\x61','\x9a','\x30','\x63','\x0e','\x33','\xec','\x07','\x30','\xc0','\x03','\x00','\x0c','\xe0','\x1c','\x1e','\xc8','\x18','\x38','\xc4','\x18','\x78','\xc6','\x19','\x98','\xc6','\x18','\x18','\xc0','\x99','\x18','\xc0','\x99','\x18','\xc6','\x99','\xff','\xff','\x99','\x18','\xc0','\x99','\x18','\xc4','\x99','\x18','\x47','\x99','\x18','\x46','\x99','\x1b','\x64','\x99','\xfc','\x6c','\x99','\x78','\x28','\x99','\x58','\x38','\xff','\x18','\x12','\x81','\x18','\x3a','\x81','\x18','\x2a','\x00','\x18','\x4e','\x00','\x18','\x86','\x00','\xfb','\x07','\x00','\x30','\x03','\x00','\x67','\x00','\x00','\xf6','\x20','\x03','\xc6','\x18','\x0f','\x06','\x0c','\x73','\x06','\x0c','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x06','\x06','\xff','\xff','\xff','\x03','\x06','\x00','\x03','\x06','\x08','\x03','\x03','\x0e','\x03','\x63','\x0c','\x0f','\x83','\x1c','\xfb','\x01','\x98','\x73','\x01','\xb0','\x43','\x00','\xe0','\x03','\x00','\xc0','\x03','\x01','\xe2','\x03','\x03','\x72','\x03','\x06','\x3a','\x03','\x18','\x1e','\x3f','\x00','\x0f','\x0e','\x00','\x03','\x00','\x00','\x18','\x3f','\xff','\xfc','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x06','\xff','\xff','\xff','\x00','\x0f','\x00','\x00','\x1f','\x00','\x00','\x3b','\x00','\x00','\x73','\x00','\x00','\xe3','\x00','\x01','\xc3','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x60','\x03','\x00','\x00','\x03','\x00','\x00','\x3f','\x00','\x00','\x0e','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x18','\xc0','\x3b','\xff','\xee','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xff','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xff','\xcc','\x33','\x00','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x01','\xc0','\x40','\x61','\x80','\x7f','\xf1','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\xe1','\x80','\x60','\x61','\x80','\x60','\x63','\x40','\x60','\x63','\x40','\x60','\x63','\x40','\x7f','\xe3','\x40','\x63','\x02','\x20','\x63','\x06','\x20','\x63','\x06','\x20','\x63','\x04','\x30','\x63','\x0c','\x10','\x63','\x68','\x18','\x7f','\xf8','\x1c','\x60','\x10','\x0f','\x00','\x20','\x0e','\x00','\xc0','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x1f','\xff','\xfc','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\xff','\xff','\xff','\x00','\x0d','\x80','\x00','\x1d','\x80','\x00','\x39','\x80','\x00','\x71','\x80','\x00','\xe1','\x80','\x01','\x81','\x80','\x07','\x01','\x80','\x1c','\x01','\x80','\xe0','\x1f','\x80','\x00','\x07','\x00','\x00','\x04','\xe0','\x0e','\x07','\xc8','\x0c','\x0e','\xc4','\x0c','\x1c','\xc6','\x0c','\x6c','\xc6','\x0c','\x0c','\xc0','\x4c','\x8c','\xc0','\x7f','\x8c','\xc6','\x4c','\xff','\xff','\x4c','\x8c','\xc0','\x4c','\x8c','\xc8','\x4c','\x8c','\xce','\x4c','\x8c','\xcc','\x7f','\x8e','\xcc','\x4c','\xfc','\x48','\x4c','\x3c','\x58','\x0c','\xac','\x50','\x0c','\x8c','\x70','\x0f','\xcc','\x22','\xfc','\xcc','\x72','\x70','\xcc','\x52','\x40','\x0c','\x9b','\x00','\x7d','\x0f','\x00','\x18','\x06','\x07','\x00','\x00','\x06','\x32','\x06','\xff','\xfb','\xff','\x06','\x33','\x06','\x04','\x33','\x06','\x0c','\x33','\x06','\x09','\xf3','\xfe','\x18','\x63','\x06','\x30','\x00','\x00','\xc4','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x00','\x04','\x00','\x00','\x67','\x20','\x7f','\xf6','\x38','\x19','\x86','\x30','\x19','\x86','\x20','\x19','\x84','\x46','\x19','\x8f','\xff','\x19','\x8c','\x60','\x19','\x8c','\x60','\xff','\xfc','\x60','\x03','\x9c','\x6c','\x03','\xaf','\xfe','\x07','\x8c','\x60','\x05','\x8c','\x60','\x0d','\x8c','\x60','\x09','\x8c','\x6c','\x19','\x8f','\xfe','\x11','\x8c','\x60','\x21','\x8c','\x60','\xc1','\x8c','\x60','\x01','\x8c','\x60','\x01','\x8c','\x66','\x0f','\x8f','\xff','\x03','\x0c','\x00','\x06','\x06','\x70','\x06','\x0f','\x68','\x0d','\x3c','\x64','\x0c','\x8c','\x66','\x18','\xcc','\x66','\x16','\xcc','\x60','\x26','\x0c','\x60','\x7f','\x8c','\x66','\xb1','\xff','\xff','\x31','\x8c','\x60','\x3f','\x8c','\x64','\x31','\x8c','\x67','\x31','\x8c','\x66','\x31','\x8d','\x64','\x3f','\x8e','\x2c','\x30','\x7c','\x28','\x32','\x3c','\x38','\x31','\x2c','\x12','\x31','\x8c','\x3a','\x32','\xcc','\x2a','\x3c','\xcc','\x4e','\xf8','\x0c','\x86','\x60','\x7d','\x07','\x40','\x18','\x03','\x07','\x00','\x00','\x06','\x32','\x06','\xff','\xfb','\xff','\x06','\x33','\x06','\x06','\x33','\x06','\x0c','\x33','\x06','\x0d','\xf3','\xfe','\x18','\x63','\x06','\x30','\x00','\x00','\xc7','\xff','\xfc','\x06','\x0c','\x00','\x06','\x0c','\x00','\x07','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x07','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x06','\x07','\xff','\xff','\x12','\x22','\x06','\x11','\x11','\x86','\x21','\x99','\x8c','\x61','\x98','\x7c','\x60','\x00','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0d','\xc1','\xde','\x31','\x81','\x86','\xc1','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0c','\x01','\x9e','\x31','\xff','\xc6','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc1','\x00','\x00','\xc0','\xc0','\x00','\x80','\x70','\x01','\x03','\xb8','\x3f','\xfc','\x1c','\x1f','\x80','\x0c','\x10','\x00','\x0c','\x10','\x00','\x00','\x1c','\x00','\x06','\x19','\x8f','\xff','\x1f','\xc1','\x86','\x31','\x81','\x86','\x21','\x01','\x0c','\x62','\x63','\x7c','\xbf','\xf2','\x18','\x32','\x64','\x00','\x32','\x68','\x70','\x32','\x62','\x60','\x3f','\xe3','\x60','\x32','\x63','\x64','\x32','\x67','\xfe','\x32','\x64','\x60','\x3f','\xe8','\x60','\x30','\x60','\x62','\x30','\x6f','\xff','\x30','\x60','\x60','\x30','\x60','\x60','\x20','\x60','\x60','\x60','\x60','\x60','\x43','\xe0','\x60','\x80','\xc0','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x83','\x0c','\x30','\xff','\x8c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x01','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x42','\x06','\x18','\x7f','\xff','\x18','\x61','\x86','\x1b','\x61','\x86','\xff','\xe1','\x86','\x18','\x7f','\xfe','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x18','\x11','\x90','\x18','\x1d','\x98','\x19','\x99','\x90','\x1e','\x19','\x94','\xf8','\x19','\xa6','\x70','\x31','\xfa','\x40','\x31','\xa0','\x00','\x61','\x82','\x00','\xc1','\x83','\x01','\x81','\xff','\x0e','\x00','\xfe','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x41','\x86','\x1b','\x7f','\xff','\xff','\xe6','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x7f','\xfe','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x07','\x04','\x19','\x8e','\x87','\x1e','\x1c','\x8e','\xf8','\x38','\x50','\x70','\xd8','\x60','\x43','\x18','\x30','\x00','\x19','\xb8','\x00','\xfe','\x1f','\x00','\x70','\x0e','\x00','\x40','\x06','\x06','\x20','\x06','\xff','\x3f','\xff','\x06','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x18','\x33','\xe6','\x18','\x32','\x26','\x33','\x32','\x26','\x7f','\xb2','\x26','\x63','\x32','\x26','\x03','\x32','\x26','\x03','\x32','\x26','\x23','\x33','\xe6','\x26','\x30','\x06','\x16','\x30','\x06','\x16','\x30','\x06','\x0c','\x30','\x06','\x0c','\x3f','\xfe','\x0a','\x30','\x06','\x19','\x80','\x00','\x10','\xf0','\x00','\x20','\x3f','\xff','\x40','\x0f','\xfe','\x80','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x2d','\x3f','\xfc','\x2c','\x83','\x18','\x2c','\xc3','\x18','\x6c','\xc3','\x18','\x6c','\x03','\x18','\x4c','\x03','\x18','\xcc','\x03','\x1a','\xcd','\xff','\xff','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x40','\x0c','\x0c','\x20','\x0c','\x18','\x30','\x0c','\x18','\x18','\x0c','\x30','\x1f','\x0c','\x60','\x0e','\x0d','\x80','\x06','\x0e','\x00','\x18','\x0c','\x7f','\xfc','\x0c','\x10','\x18','\x0c','\x08','\x30','\x0c','\x08','\x30','\x2d','\x04','\x60','\x2c','\x82','\xc0','\x2c','\xc1','\x80','\x6c','\xc3','\xc0','\x6c','\x06','\x70','\x4c','\x0c','\x3f','\xcc','\x30','\x1e','\xcc','\xc3','\x86','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0e','\x1f','\xff','\x2d','\x18','\x00','\x2d','\xb0','\x00','\x2d','\xa0','\x18','\x6c','\x5f','\xfc','\x6c','\x99','\x98','\x4c','\x19','\x98','\xcc','\x19','\x98','\xcc','\x19','\x9a','\x0d','\xff','\xff','\x0c','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1a','\x0c','\x7f','\xff','\x0c','\x60','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x1c','\x80','\x06','\x18','\xff','\xff','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\xc1','\xc0','\x5c','\xc1','\x80','\x5a','\xc1','\x88','\x5b','\xc9','\x8e','\x5b','\xc9','\x8c','\xd8','\xc9','\x8c','\xd8','\xd9','\x98','\xd8','\xd9','\x90','\x18','\xd9','\xa0','\x18','\xc1','\x80','\x18','\xc3','\x40','\x18','\xc3','\x40','\x18','\xc3','\x20','\x18','\xc6','\x20','\x18','\x86','\x30','\x19','\x8c','\x18','\x19','\x8c','\x1c','\x19','\x18','\x0f','\x1a','\x30','\x0e','\x18','\xc0','\x06','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x5c','\x83','\x0c','\x5a','\xff','\xfe','\x5b','\xcc','\xcc','\x5b','\xcc','\xcc','\xd8','\xcc','\xcc','\xd8','\xff','\xfc','\xd8','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x0e','\x08','\x18','\x1d','\x0e','\x18','\x39','\x1c','\x18','\xf0','\xa0','\x1b','\x30','\xc0','\x18','\x30','\x60','\x18','\x33','\x38','\x19','\xfc','\x1f','\x18','\xf0','\x0e','\x18','\x80','\x06','\x00','\x0e','\x40','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x1c','\xe6','\x08','\x18','\xc6','\x0e','\x18','\xc6','\x0c','\x18','\xc3','\x0c','\xff','\xfb','\x18','\x18','\xc3','\x18','\x18','\xc1','\xb0','\x18','\xc1','\xb0','\x18','\xc0','\xe0','\x18','\xc0','\xc2','\x18','\xc1','\xe2','\x10','\xc3','\x72','\x30','\xc6','\x3a','\x20','\x0c','\x1f','\x40','\x30','\x0f','\x80','\xc0','\x06','\x0e','\x00','\x00','\x0c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x00','\x00','\x0c','\xc0','\x00','\x0f','\x00','\x06','\xfc','\x3f','\xff','\x7c','\x03','\x06','\x4c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0c','\x0c','\x18','\x0c','\x7c','\x30','\x7c','\x18','\xc0','\x18','\x00','\x04','\x00','\x00','\x07','\x00','\x01','\x86','\x00','\xff','\xc6','\x00','\x01','\x84','\x06','\x01','\x8f','\xff','\x01','\x8c','\x10','\x01','\x88','\x1c','\x01','\x98','\x18','\x41','\x94','\x18','\x7f','\xa4','\x18','\x61','\x84','\x30','\x60','\x02','\x30','\x60','\x02','\x30','\x60','\x02','\x60','\x60','\x01','\x60','\x60','\x01','\xc0','\x60','\x80','\x80','\x60','\x81','\xc0','\x70','\xc3','\x60','\x7f','\xc6','\x38','\x3f','\x8c','\x1f','\x00','\x30','\x0e','\x00','\xc0','\x06','\x08','\x00','\x1c','\x0e','\x02','\x18','\x4c','\x31','\x18','\x7f','\xf9','\x98','\x62','\x31','\x98','\x62','\x30','\x18','\x62','\x30','\x18','\x7f','\xf2','\x18','\x62','\x31','\x18','\x62','\x31','\x98','\x62','\x31','\x98','\x7f','\xf0','\x1a','\x03','\x00','\x1f','\x13','\x20','\x78','\x1b','\x33','\x98','\x1b','\x30','\x18','\x1b','\x24','\x18','\x13','\x7e','\x18','\x33','\x32','\x1a','\x33','\x00','\x02','\x23','\x80','\x03','\x63','\xff','\xff','\x41','\xff','\xfe','\x80','\x00','\x00','\x00','\x08','\x00','\x00','\x0e','\x00','\x43','\x0c','\x00','\x7f','\x88','\x06','\x63','\x1f','\xff','\x63','\x10','\x00','\x63','\x30','\x00','\x63','\x2f','\xfc','\x63','\x4c','\xcc','\x63','\x0c','\xcc','\x7f','\x0c','\xcc','\x63','\x0c','\xcc','\x63','\x0c','\xcc','\x63','\xff','\xff','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x19','\x8c','\x7f','\x19','\x8c','\x63','\x19','\x8c','\x60','\x3f','\xff','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x01','\xf8','\x00','\x00','\x70','\x1c','\x00','\xe8','\x18','\x00','\xc6','\x18','\x00','\xc6','\x18','\x00','\xc0','\x19','\x80','\xc6','\xff','\xff','\xff','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x24','\xc4','\x3c','\x24','\xc7','\x3a','\x24','\x46','\x3b','\x24','\x46','\x3b','\x24','\x4c','\x78','\xff','\x6c','\x58','\x24','\x68','\x58','\x24','\x28','\x58','\x24','\x30','\x98','\x24','\x52','\x18','\x64','\x5a','\x18','\x44','\xda','\x18','\x41','\x8a','\x18','\x83','\x0e','\x18','\x06','\x07','\x18','\x18','\x03','\x10','\x20','\x00','\x0c','\x38','\x00','\x06','\x30','\x00','\x06','\x20','\x0c','\x00','\x7f','\xfe','\x00','\x40','\x00','\x80','\xc0','\x00','\x60','\xbf','\xf8','\x35','\x31','\x98','\x34','\x31','\x98','\x04','\x31','\x98','\x08','\x31','\x98','\x08','\x31','\x9a','\x09','\xff','\xff','\x18','\x63','\x18','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x63','\x1a','\x30','\xff','\xff','\x30','\xc0','\x30','\x30','\xc0','\x30','\x38','\x03','\xf0','\x18','\x00','\xe0','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x08','\x18','\x46','\x0e','\x18','\x46','\x1c','\x18','\x46','\x18','\x18','\xc6','\x30','\x18','\xc6','\x20','\x19','\x86','\x40','\x19','\x86','\x00','\x18','\x0d','\x00','\x18','\x0d','\x00','\x30','\x0c','\x80','\x30','\x18','\x80','\x30','\x18','\x40','\x20','\x30','\x60','\x60','\x60','\x38','\x40','\xc0','\x1f','\x83','\x00','\x0e','\x0c','\x00','\x06','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x74','\x30','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x00','\xe0','\x0e','\xe1','\xff','\x38','\xc1','\x9e','\xc0','\xc1','\x86','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x0c','\x01','\x80','\x0e','\x07','\x00','\x0c','\x06','\x18','\x0c','\x06','\x3c','\x0c','\x66','\x60','\x0f','\xf7','\x80','\x0c','\x06','\x00','\x0c','\x06','\x04','\x0c','\x06','\x04','\x0c','\xe7','\x06','\x0f','\x07','\xfe','\xfc','\x43','\xfc','\x70','\x70','\x00','\x40','\x60','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x08','\x01','\x80','\x0e','\x01','\x80','\x0c','\x03','\x40','\x08','\x03','\x40','\x92','\x02','\x20','\x63','\x86','\x30','\x33','\x04','\x1c','\x36','\x08','\x0f','\x0c','\x10','\x06','\x09','\x20','\x30','\x10','\x87','\xf8','\xff','\xc0','\x00','\x7c','\xc0','\x00','\x4c','\xc0','\x0c','\x0c','\x1f','\xfe','\x4d','\x01','\x80','\x7c','\x81','\x80','\x6c','\xc3','\x00','\x6c','\xc2','\x10','\x4c','\xc2','\x08','\x4c','\x04','\x0c','\x8c','\x3f','\xf6','\x0c','\x1f','\x06','\x0c','\x10','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9d','\x80','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xc0','\x03','\x00','\x70','\x06','\xe3','\xbf','\x18','\xc3','\x1e','\xe0','\xc3','\x06','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x18','\x00','\x06','\x1f','\xc7','\xff','\x10','\xc0','\xc6','\x30','\x80','\xc6','\x3f','\xe1','\x9e','\x52','\x26','\x0c','\x92','\x20','\x00','\x1f','\xe2','\x70','\x12','\x23','\x60','\x12','\x27','\xfe','\x3f','\xe8','\x60','\x30','\x20','\x60','\x20','\x2f','\xff','\x63','\xe0','\x60','\x40','\xdc','\x60','\x80','\x18','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xee','\x3f','\x80','\x06','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\xc6','\x67','\xff','\xe6','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x66','\x6f','\xff','\xf6','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\x86','\x06','\x61','\x86','\x06','\x61','\x06','\x06','\x66','\x06','\x3e','\x60','\x00','\x0c','\x41','\x9c','\x70','\x7f','\xd8','\x60','\x61','\x98','\x64','\x63','\x98','\x67','\x63','\x1f','\x6e','\x62','\x18','\x70','\x66','\x18','\x62','\x64','\x18','\x62','\x68','\x1b','\x63','\x64','\xfc','\x7f','\x66','\x70','\x3e','\x62','\x42','\x00','\x63','\x03','\x80','\x63','\x23','\x18','\x63','\x3f','\xfc','\x63','\x30','\x18','\x63','\x30','\x18','\x6f','\x30','\x18','\x66','\x3f','\xf8','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x3f','\xf8','\x60','\x30','\x18','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x80','\x30','\x00','\xe1','\x80','\x01','\xc0','\x60','\x03','\x80','\x38','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x03','\x82','\x30','\x3b','\x3b','\xf8','\x33','\x33','\x30','\x33','\x33','\x30','\x33','\x33','\x30','\x3f','\xf3','\x30','\x00','\x03','\x30','\x00','\x03','\x30','\xff','\xff','\x30','\x00','\x03','\x30','\x20','\x33','\x30','\x3f','\xfb','\x30','\x30','\x33','\x30','\x30','\x33','\x30','\x3f','\xf3','\x30','\x00','\x03','\x30','\x10','\x83','\x30','\x08','\xe3','\x30','\x0c','\xc3','\x30','\x0c','\x86','\x32','\x01','\x36','\x32','\xff','\xc4','\x33','\x78','\x08','\x3f','\x40','\x30','\x1e','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x04','\x00','\xc6','\x07','\x07','\xff','\x06','\x00','\xc6','\x48','\x80','\xc6','\x30','\xe0','\xc6','\x19','\xc0','\xc6','\x19','\x80','\xc6','\x03','\x00','\xc6','\x06','\x40','\xc6','\x0c','\x70','\xc6','\x18','\xe1','\x86','\x30','\xc1','\x86','\xc1','\x81','\x86','\x03','\x01','\x06','\x06','\x83','\x0c','\x0c','\x42','\x0c','\x18','\x62','\x0c','\x30','\x64','\x7c','\xc0','\x18','\x18','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x18','\x31','\x80','\x1f','\xf9','\x80','\x18','\x31','\x80','\x10','\x31','\x80','\x30','\x61','\x80','\x28','\x61','\xc0','\x64','\x61','\xc0','\x46','\xc1','\xa0','\x86','\xc1','\xb8','\x01','\x81','\x9f','\x01','\x81','\x8e','\x03','\x01','\x86','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x30','\x01','\x80','\x60','\x01','\x80','\x80','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x43','\x01','\x86','\x7f','\x7f','\xff','\x63','\x02','\x00','\x63','\x03','\x80','\x63','\x03','\x20','\x63','\x24','\x38','\x63','\x18','\x30','\x63','\x0c','\x70','\x63','\x06','\x60','\x63','\x06','\xc8','\x63','\x01','\x8e','\x63','\x03','\x0c','\x7f','\x06','\x1c','\x63','\x0c','\x38','\x60','\x18','\x70','\x00','\x60','\xe0','\x01','\x81','\xd0','\x00','\x07','\x0c','\x00','\x1c','\x06','\x00','\x70','\x07','\x03','\x80','\x03','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x1c','\x08','\xc0','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x0e','\x00','\x30','\x0c','\x30','\x33','\xff','\xf8','\x30','\x0c','\x00','\x30','\x0c','\x0c','\x37','\xff','\xfe','\x30','\x00','\x00','\x30','\x0e','\x00','\x30','\x0c','\x30','\x23','\xff','\xf8','\x20','\x0c','\x00','\x60','\x0c','\x00','\x40','\x0c','\x06','\x5f','\xff','\xff','\x80','\x00','\x00','\x1c','\x8c','\x00','\x18','\xfe','\x06','\x18','\xcd','\xff','\x18','\xcc','\x98','\x18','\xcc','\x98','\x5c','\xcc','\x98','\x5a','\xfc','\x98','\x5b','\xcc','\x98','\x5b','\xcc','\x98','\xd8','\xcc','\x98','\xd8','\xcc','\x9a','\xd8','\xff','\xff','\x18','\xcc','\x30','\x18','\xc0','\x3c','\x18','\xd0','\x78','\x18','\xc8','\x58','\x18','\xcc','\x58','\x18','\xd6','\xd8','\x18','\xe6','\x98','\x1b','\xc1','\x9a','\x19','\x81','\x1a','\x19','\x02','\x1b','\x18','\x04','\x1f','\x18','\x18','\x0e','\x1c','\x8c','\x00','\x18','\xfe','\x06','\x18','\xcd','\xff','\x18','\xcc','\x98','\x1a','\xcc','\x98','\xff','\xcc','\x98','\x18','\xfc','\x98','\x18','\xcc','\x98','\x18','\xcc','\x98','\x3c','\xcc','\x98','\x3a','\xcc','\x9a','\x3b','\xff','\xff','\x3b','\xcc','\x30','\x78','\xc0','\x3c','\x58','\xd0','\x78','\x58','\xc8','\x58','\x58','\xcc','\x58','\x98','\xd6','\xd8','\x18','\xe6','\x98','\x1b','\xc1','\x9a','\x19','\x81','\x1a','\x19','\x02','\x1b','\x18','\x04','\x1f','\x18','\x18','\x0e','\x10','\x80','\x06','\x0c','\xff','\xff','\x06','\xc0','\x00','\x06','\xc1','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x98','\x80','\xcf','\xfc','\x60','\xc1','\x80','\x32','\xc1','\x80','\x32','\xc1','\x8c','\x04','\xdf','\xfe','\x04','\xc0','\x00','\x0c','\xc0','\x00','\x08','\xc1','\xc0','\x18','\xc1','\x80','\x18','\xc1','\x8c','\x30','\xdf','\xfe','\xf0','\x81','\x80','\x70','\x81','\x80','\x31','\x81','\x80','\x31','\x01','\x80','\x31','\x01','\x86','\x3a','\x7f','\xff','\x18','\x00','\x00','\x00','\x08','\x0c','\x00','\xcf','\xfe','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0f','\xfc','\x11','\x8c','\x0c','\x3f','\xc0','\x00','\x39','\x80','\x06','\x79','\xbf','\xff','\x59','\x80','\x00','\x99','\x80','\x1c','\x19','\x80','\x18','\x19','\xbf','\xff','\x19','\x80','\x18','\x19','\x88','\x18','\x1f','\x86','\x18','\x19','\x83','\x18','\x19','\x83','\x18','\x18','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x9d','\x80','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc0','\x80','\x00','\x80','\x70','\x01','\x00','\x1c','\x7f','\xff','\xee','\x3f','\x80','\x06','\x20','\x00','\x00','\x0f','\xff','\xf0','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x32','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x1c','\x00','\x0e','\x18','\x06','\x1c','\x18','\xff','\x18','\xff','\x00','\x30','\x18','\x00','\x60','\x18','\x00','\x88','\x18','\x06','\x0e','\x18','\xff','\x0c','\xff','\x18','\x18','\x00','\x18','\x18','\x1c','\x18','\x38','\x18','\x18','\x78','\x18','\x18','\x98','\xff','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\x98','\x19','\xfe','\x18','\x18','\xf0','\x18','\x18','\x80','\x18','\x18','\x00','\xf8','\x18','\x00','\x30','\x03','\x00','\xe0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\x01','\x9f','\xff','\xff','\xc1','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x03','\x01','\x10','\x7f','\x92','\x1c','\x00','\x0c','\x38','\x00','\x06','\x30','\x03','\x06','\x60','\x7f','\x80','\xc8','\x00','\x01','\x8e','\x00','\x03','\x1c','\x43','\x06','\x18','\x7f','\x8c','\x30','\x63','\x30','\x60','\x63','\x00','\xd0','\x63','\x01','\x8c','\x63','\x03','\x06','\x7f','\x0c','\x07','\x63','\x30','\x03','\x0c','\x1c','\xe7','\x0c','\x18','\xc6','\x1a','\x18','\xc6','\x19','\x18','\xc6','\x11','\x9f','\xfe','\x31','\x98','\x06','\x20','\x00','\x00','\x7f','\x80','\x06','\x4c','\x3f','\xff','\x8c','\x00','\x00','\x0c','\x88','\x0c','\xff','\xcf','\xfe','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0d','\x0c','\x0c','\x8d','\xcf','\xfc','\x4d','\x80','\x10','\x6d','\x04','\x1c','\x6e','\x02','\x18','\x0c','\x03','\x30','\x0c','\xc3','\x20','\xff','\x00','\x46','\x78','\x7f','\xff','\x40','\x00','\x00','\x10','\xc0','\xe0','\x1f','\xe0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x1b','\xdf','\xff','\x1a','\xc0','\x80','\x1a','\xc0','\xe0','\x5a','\xd0','\xc0','\x7f','\xf0','\x90','\x40','\x35','\x1c','\xc0','\x22','\x18','\xdf','\xc3','\x30','\x18','\xc3','\x30','\x18','\xc0','\x60','\x1f','\xc0','\xc8','\x18','\xc1','\x8e','\x18','\xc3','\x1c','\x1f','\xc6','\x18','\x18','\xd8','\x30','\x18','\xc0','\x68','\x18','\xc0','\xc4','\x18','\xc1','\x86','\x1b','\xc6','\x03','\x19','\x98','\x03','\x10','\x80','\x0c','\x0c','\xff','\xfe','\x06','\xc3','\x0c','\x06','\xc3','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x80','\xff','\xfc','\x60','\xc3','\x0c','\x32','\xc3','\x0c','\x32','\xc3','\x0c','\x04','\xc3','\x0c','\x04','\xff','\xfc','\x0c','\xc3','\x0c','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x18','\x30','\xff','\xfc','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x3b','\xff','\xff','\x18','\x00','\x00','\x06','\x02','\x30','\xff','\xf3','\xf8','\x06','\x03','\x30','\x06','\x03','\x3f','\x7f','\xe6','\x1f','\x00','\x08','\x00','\x3f','\xe3','\xf8','\x32','\x61','\x30','\x32','\x60','\xe0','\x3f','\xe1','\xb8','\x20','\x0e','\x1f','\x60','\x00','\x06','\x40','\x0f','\x80','\x87','\xff','\xc0','\x00','\x18','\x06','\xff','\xff','\xff','\x03','\x18','\x80','\x06','\x18','\x60','\x1f','\xff','\xff','\xe6','\x00','\x6e','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xcc','\x46','\x6f','\xfe','\x7f','\xf0','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc6','\x66','\x7f','\xff','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\xe0','\x7f','\xe0','\xc0','\x66','\x60','\xcc','\x66','\x1f','\xfe','\x06','\x80','\xc0','\x06','\x40','\xc0','\x06','\x60','\xc0','\x06','\xb0','\xc0','\x07','\x30','\xc0','\xfc','\x00','\xc6','\x70','\x7f','\xff','\x40','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x0c','\x18','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1b','\x20','\x18','\xff','\xbf','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x19','\xb0','\x18','\x1e','\x30','\x18','\xf8','\x3f','\xf8','\x70','\x30','\x18','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x03','\xff','\xff','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0d','\x7f','\xff','\xff','\x81','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x1c','\x3f','\xfe','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x3d','\xb1','\x8c','\x2d','\xb1','\x8c','\x2c','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x8c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\xbc','\x0c','\x31','\x98','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x00','\x10','\x06','\x0e','\x1f','\xff','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x4c','\x98','\x06','\x7f','\xdf','\xff','\x4c','\x99','\x80','\x4c','\x99','\x80','\x4c','\x99','\x80','\x4c','\x99','\x8c','\x4c','\x99','\xfe','\x4c','\x99','\x8c','\x7f','\x99','\x8c','\x4c','\x99','\x8c','\x4c','\x19','\x8c','\x0d','\x19','\x8c','\x0d','\x91','\x8c','\x0f','\x93','\x0c','\xfc','\xb3','\x0c','\x70','\x22','\x1c','\x40','\x46','\x18','\x00','\x84','\xf8','\x00','\x08','\x30','\x06','\x04','\x00','\x06','\x07','\x00','\x0d','\x06','\x00','\x0c','\xc6','\x00','\x08','\x64','\x06','\x18','\x6f','\xff','\x10','\x08','\x06','\x21','\x98','\x06','\x3f','\xd2','\x06','\x46','\x23','\x86','\x86','\x03','\x06','\x06','\xc3','\x06','\x7f','\xe2','\x06','\x06','\x02','\x46','\x06','\x84','\x26','\x46','\xe4','\x76','\x26','\xdf','\xb6','\x36','\x8e','\x06','\x37','\x08','\x0c','\x06','\x00','\x0c','\x06','\xc0','\x0c','\xff','\x00','\x18','\x78','\x00','\xf8','\x40','\x00','\x30','\x03','\x80','\x07','\x03','\x00','\x06','\x3f','\xf8','\x06','\x03','\x18','\xe6','\x03','\x18','\xc6','\xff','\xff','\xc6','\x03','\x18','\xc6','\x03','\x18','\xc6','\x3f','\xf8','\xc6','\x03','\x00','\xc6','\x7f','\xfc','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\xff','\xfe','\xc6','\x00','\x00','\xc6','\x3f','\xf8','\xc6','\x21','\x08','\xc6','\x3f','\xf8','\x06','\x21','\x08','\x06','\x3f','\xf8','\x06','\x00','\x00','\x06','\x00','\x0c','\x06','\xff','\xfe','\x7e','\x00','\x00','\x1c','\x00','\x70','\x70','\x00','\x60','\x60','\x48','\x60','\x60','\x7c','\x64','\x64','\x4b','\xff','\xfe','\x48','\x60','\x60','\x48','\x60','\x60','\x48','\x60','\x60','\x48','\x62','\x62','\x4f','\xff','\xff','\x48','\x50','\x50','\x48','\x50','\x50','\x49','\x59','\x50','\x49','\x55','\x58','\x49','\x55','\x54','\x4b','\x55','\x56','\x4a','\x53','\x53','\x7a','\x52','\x53','\x44','\xd2','\xd3','\x48','\x94','\x90','\x01','\x91','\x90','\x01','\x11','\x10','\x02','\xf2','\xf0','\x04','\x64','\x60','\x00','\x80','\x00','\x00','\xe0','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x01','\x81','\xc0','\x03','\x01','\x80','\x06','\x83','\x80','\x0c','\xc7','\x00','\x18','\x6e','\x00','\x60','\x38','\x00','\x00','\x1c','\x00','\x00','\x77','\x00','\x00','\xe3','\xe0','\x01','\x80','\xff','\x07','\x00','\x3e','\x1b','\xff','\xce','\xe3','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\xc0','\x00','\x30','\xc1','\x0c','\x3f','\xfd','\xfe','\x30','\x01','\x8c','\x33','\xf1','\x8c','\x33','\x31','\x88','\x33','\x31','\x98','\x33','\x31','\x90','\x33','\xf1','\xa0','\x30','\x01','\x98','\x37','\xf9','\x8c','\x30','\x19','\x8c','\x20','\xb1','\x86','\x20','\xc1','\x86','\x20','\xcd','\x86','\x6f','\xf1','\x86','\x46','\xc1','\xbe','\x40','\xc1','\x8c','\x87','\xc1','\x80','\x01','\x81','\x80','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x41','\x86','\x1b','\x7f','\xff','\xff','\xe0','\x00','\x18','\x60','\x00','\x18','\x61','\x00','\x18','\x61','\xc0','\x18','\x61','\x80','\x19','\x61','\x80','\x1e','\x61','\x80','\xf8','\x61','\x80','\x78','\x63','\x00','\x58','\x63','\x10','\x18','\x63','\x08','\x18','\xc2','\x0c','\x18','\xc2','\x06','\x18','\x84','\x06','\x19','\x84','\x3b','\x19','\x3f','\xc3','\xfa','\x1e','\x03','\x30','\x10','\x00','\x1c','\x02','\x08','\x18','\x21','\x0e','\x18','\x11','\x9c','\x18','\x19','\x98','\x18','\x18','\x30','\x1b','\x40','\x26','\xff','\xff','\xff','\x18','\xc0','\x06','\x18','\xc0','\x04','\x18','\x3f','\xf8','\x18','\x30','\x18','\x1b','\x30','\x18','\x3c','\x3f','\xf8','\xf8','\x30','\x18','\x78','\x30','\x18','\x58','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x0c','\xc2','\x18','\x0c','\xc2','\x18','\x18','\xc3','\xf8','\x30','\xff','\x31','\xc0','\x7e','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x18','\x0c','\x07','\xfc','\x0d','\x8c','\x18','\xff','\xcc','\x18','\x0c','\x1a','\x30','\x0c','\x12','\x30','\x0c','\x21','\x60','\x1e','\x00','\xc0','\x1d','\x81','\xe0','\x1c','\xc3','\x3f','\x3c','\xc6','\x1e','\x3c','\x18','\x06','\x2c','\x60','\x00','\x6c','\x10','\x0c','\x4c','\x1f','\xfe','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x82','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x12','\x20','\x1e','\x0c','\x38','\x1d','\x86','\x70','\x1c','\xc6','\x60','\x3c','\xc0','\xc8','\x3c','\x01','\x8e','\x2c','\x03','\x1c','\x6c','\x06','\x18','\x4c','\x0c','\x30','\x8c','\x18','\x60','\x0c','\x60','\xc0','\x0c','\x01','\xb0','\x0c','\x03','\x0c','\x0c','\x06','\x06','\x0c','\x18','\x07','\x0c','\x60','\x03','\x07','\x02','\x30','\x06','\x03','\xf8','\x06','\x33','\x30','\xff','\xfb','\x30','\x06','\x03','\x30','\x06','\x03','\x30','\x06','\x63','\x30','\x7f','\xf2','\x30','\x00','\x06','\x3f','\x40','\x6c','\x1f','\x7f','\xf0','\x00','\xc0','\x60','\x0c','\xc0','\x4f','\xfe','\x1f','\x82','\x0c','\x19','\x82','\x18','\x19','\x81','\x18','\x19','\x89','\xb0','\x19','\x90','\xe0','\x19','\xa0','\x40','\x31','\xe0','\xe0','\x31','\xc1','\xb8','\x23','\x83','\x1f','\x41','\x06','\x0e','\x80','\x18','\x06','\x08','\x0e','\x70','\x0e','\x0c','\x62','\x8c','\xff','\xff','\x48','\x0c','\x60','\x30','\x20','\x80','\x30','\x30','\xc4','\x58','\x3f','\xfe','\x48','\x70','\x80','\x8c','\x7f','\xfc','\x0c','\xb0','\x80','\x0d','\x3f','\xfc','\x1e','\x30','\x80','\x16','\x30','\x82','\x16','\x3f','\xff','\x26','\x30','\x00','\x26','\x00','\x18','\x46','\x7f','\xfc','\x86','\x08','\x38','\x06','\x04','\x70','\x06','\x06','\xe0','\x0c','\x03','\x80','\x0c','\x06','\xf0','\x7c','\x1c','\x3f','\x19','\xe0','\x0e','\x00','\x01','\x00','\x00','\xc9','\xc0','\xff','\xe9','\x86','\x0c','\x1f','\xff','\x0c','\x19','\x86','\x0c','\x31','\x08','\x0c','\x33','\x20','\x18','\x02','\x38','\x18','\x06','\x30','\x11','\x84','\x44','\x3f','\xcf','\xfe','\x39','\x9c','\x60','\x79','\xac','\x60','\x59','\xcc','\x64','\x99','\x8f','\xfe','\x19','\x8c','\x60','\x19','\x8c','\x60','\x19','\x8c','\x64','\x1f','\x8f','\xfe','\x19','\x8c','\x60','\x19','\x8c','\x60','\x18','\x0c','\x66','\x00','\x0f','\xff','\x00','\x0c','\x00','\x03','\x07','\x38','\x1f','\x86','\x32','\xfc','\x7f','\xff','\x0c','\x06','\x30','\x0c','\x10','\x40','\x0c','\x18','\x64','\x0d','\x1f','\xfe','\xff','\xb8','\x40','\x0c','\x3f','\xfc','\x0c','\x58','\x40','\x1c','\x9f','\xfc','\x1e','\x18','\x40','\x1d','\x18','\x42','\x3d','\x9f','\xff','\x2d','\x98','\x00','\x2c','\x00','\x0c','\x6c','\x7f','\xfe','\x4c','\x08','\x1c','\x8c','\x04','\x38','\x0c','\x06','\x70','\x0c','\x01','\xc0','\x0c','\x03','\xf0','\x0c','\x0e','\x7f','\x0c','\xf0','\x0e','\x00','\x20','\x20','\x08','\x18','\x38','\x06','\x0c','\x30','\x23','\x0c','\x20','\x23','\x00','\x46','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc7','\xff','\xe8','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x66','\x62','\x00','\xe6','\x02','\x01','\xc6','\x02','\x03','\x86','\x03','\x0e','\x07','\xff','\xf0','\x03','\xfe','\x01','\x00','\x00','\x01','\xc0','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x18','\x1f','\xff','\xfc','\x36','\x0c','\x18','\xc6','\x0c','\x18','\x06','\x0c','\x18','\x07','\xff','\xf8','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x07','\xff','\xf8','\x06','\x00','\x18','\x06','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x18','\x00','\x18','\x30','\x01','\xf8','\xc0','\x00','\x70','\x07','\x00','\x70','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\xc0','\x6c','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x60','\x66','\xff','\xf7','\xff','\x09','\x80','\x98','\x09','\x80','\x98','\x49','\xc4','\x98','\x79','\xa7','\x9c','\x69','\xb6','\x9a','\x69','\xb6','\x9b','\x49','\x84','\x9b','\x49','\x8c','\x9b','\x99','\x89','\x98','\x11','\x91','\x18','\x11','\x81','\x18','\x31','\x83','\x18','\x27','\x82','\x78','\x43','\x04','\x30','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x60','\xc0','\xff','\xf0','\xc6','\x06','\x0f','\xff','\x46','\x60','\x00','\x7f','\xf2','\x10','\x66','\x63','\x8c','\x66','\x63','\x06','\x66','\x66','\x03','\x7f','\xe4','\x13','\x66','\x6a','\x1c','\x66','\x62','\x18','\x66','\x61','\x18','\x7f','\xe1','\x30','\x66','\x60','\xb0','\x06','\x00','\xe0','\x06','\x30','\x40','\xff','\xf8','\xe0','\x06','\x00','\xb0','\x06','\x01','\x98','\x06','\x03','\x1f','\x06','\x06','\x0e','\x06','\x18','\x06','\x03','\x80','\x00','\x03','\x01','\x06','\x03','\x19','\xff','\xff','\xfd','\x86','\x00','\x01','\x86','\x00','\x01','\x8c','\x3f','\xf1','\x8c','\x30','\x31','\x98','\x30','\x31','\x90','\x30','\x31','\xa0','\x3f','\xf1','\x98','\x00','\x01','\x8c','\x00','\x31','\x86','\x7f','\xf9','\x86','\x00','\x31','\x83','\x00','\x41','\x83','\x03','\x81','\x83','\x03','\x39','\x83','\xff','\xc1','\x83','\x73','\x01','\xbf','\x43','\x01','\x8e','\x03','\x01','\x80','\x1f','\x01','\x80','\x06','\x01','\x80','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x80','\x06','\x60','\xc3','\x06','\x60','\xff','\x86','\x61','\x83','\x06','\x63','\x46','\x06','\x64','\x2c','\x06','\x60','\x18','\x06','\x60','\x67','\x06','\x61','\x81','\xf6','\x6e','\xff','\x66','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xff','\x06','\x60','\xc3','\x3e','\x60','\x00','\x0c','\x41','\x80','\x06','\x7f','\xff','\xff','\x61','\x80','\x00','\x63','\x90','\x18','\x63','\x1f','\xfc','\x62','\x18','\x18','\x66','\x18','\x18','\x64','\x18','\x18','\x68','\x1f','\xf8','\x64','\x00','\x00','\x66','\x40','\x06','\x62','\x7f','\xff','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x6c','\x3e','\x63','\x70','\x06','\x6f','\x60','\x06','\x66','\x6f','\xf6','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\x61','\x9e','\x60','\x61','\x8c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x40','\x20','\x08','\x30','\x38','\x06','\x18','\x70','\x23','\x18','\xc0','\x23','\x01','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\xc8','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x01','\xc0','\x04','\x1f','\xe0','\x07','\xf0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x18','\x07','\xff','\xfc','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x20','\x00','\x00','\x38','\x04','\x41','\x31','\x87','\x31','\xff','\xc6','\x19','\x81','\x8c','\x19','\x81','\x90','\x01','\xff','\x80','\x01','\x81','\xa0','\x05','\x81','\x98','\x19','\x81','\x8c','\xf1','\xff','\x8e','\x61','\x81','\x86','\x40','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x00','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x03','\x80','\x06','\x23','\x0f','\xff','\x23','\x30','\x60','\x7f','\xf8','\x40','\x48','\x34','\x86','\xcc','\x27','\xff','\xcc','\xc6','\x06','\x1f','\xe6','\x06','\x18','\xc6','\x06','\x31','\x87','\xfe','\x4d','\x86','\x06','\x83','\x06','\x06','\x06','\xc6','\x06','\x0c','\x67','\xfe','\x18','\x36','\x06','\x30','\x36','\x06','\xdf','\xc6','\x06','\x18','\xc6','\x06','\x18','\xc7','\xfe','\x18','\xc2','\x00','\x18','\xc3','\x98','\x18','\xc3','\x06','\x1f','\xc6','\x07','\x18','\xd8','\x03','\x49','\x20','\x06','\x7d','\xef','\xff','\x49','\x20','\x60','\x49','\x20','\x40','\x49','\x24','\x86','\x49','\x27','\xff','\x79','\xe6','\x06','\x49','\x26','\x06','\x00','\x06','\x06','\x00','\xc7','\xfe','\x7f','\xe6','\x06','\x00','\x06','\x06','\x00','\x66','\x06','\xff','\xf7','\xfe','\x18','\x06','\x06','\x18','\xc6','\x06','\x1f','\xe6','\x06','\x30','\xc6','\x06','\x30','\xc7','\xfe','\x00','\xc2','\x00','\x01','\xc3','\x98','\x01','\x83','\x06','\x0f','\x86','\x07','\x03','\x18','\x03','\x1c','\x1c','\x38','\x18','\x18','\x30','\x18','\x19','\x30','\x18','\xff','\xb0','\x18','\x18','\x30','\x19','\x18','\x30','\xff','\x98','\x30','\x18','\x19','\x30','\x18','\xff','\xb8','\x18','\x00','\x34','\x18','\x00','\x36','\x19','\x1c','\x33','\x1e','\x18','\x33','\xf8','\x18','\x33','\x78','\x19','\x30','\x58','\xff','\xb0','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x19','\xb0','\x19','\xfe','\x30','\xf8','\xf0','\x30','\x30','\x80','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x21','\x08','\x40','\x41','\x90','\x60','\x81','\x80','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x80','\x02','\x00','\xe0','\x01','\x00','\xc0','\x01','\x80','\xc0','\x00','\x80','\x80','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x42','\x00','\x18','\x7f','\x06','\x18','\x48','\xff','\x18','\x48','\x46','\x1b','\x48','\x46','\xff','\xff','\x4c','\x18','\x41','\x2c','\x18','\x41','\x28','\x18','\x7f','\x18','\x3c','\x48','\x10','\x3a','\x48','\x38','\x3b','\x48','\x2f','\x3b','\x7e','\x46','\x78','\x41','\x86','\x58','\x40','\x00','\x58','\x03','\x80','\x98','\x03','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x1f','\xfc','\x0d','\x98','\x8c','\xff','\xd8','\x8c','\x0c','\x1f','\xfc','\x0c','\x18','\x8c','\x0c','\x18','\x8c','\x1e','\x1f','\xfc','\x1d','\x00','\x00','\x1d','\xff','\xff','\x3d','\x80','\x00','\x2c','\x1f','\xfc','\x2c','\x18','\x8c','\x6c','\x18','\x8c','\x4c','\x1f','\xfc','\x8c','\x18','\x8c','\x0c','\x18','\x8c','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0d','\xb0','\x06','\xff','\xff','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x30','\x0c','\x30','\xf8','\x1c','\x37','\x80','\x1e','\x31','\x80','\x1d','\x31','\x8c','\x3d','\xbf','\xfe','\x2d','\xb1','\x80','\x2c','\x31','\x80','\x6c','\x31','\x86','\x4c','\x3f','\xff','\x8c','\x61','\x80','\x0c','\x61','\x80','\x0c','\x41','\x82','\x0c','\xc1','\x82','\x0c','\x81','\x83','\x0d','\x01','\xff','\x0c','\x00','\xfe','\x10','\x03','\x38','\x1c','\x0f','\xb0','\x18','\x78','\x30','\x19','\x88','\x30','\x1f','\xc8','\x34','\x11','\x88','\xb7','\x31','\x08','\xb6','\x22','\x7f','\xb6','\x7f','\x88','\xb4','\xa4','\x89','\xb8','\x24','\x89','\xb0','\x24','\x9c','\x30','\x3f','\x9a','\x30','\x24','\x9b','\x30','\x24','\xbb','\x28','\x24','\xa8','\x28','\x3f','\xa8','\x68','\x00','\x48','\x68','\x00','\x08','\x4c','\x2a','\x88','\x44','\x2a','\x88','\xc6','\x6a','\x88','\x87','\x60','\x09','\x02','\x00','\x0a','\x02','\x10','\x06','\x00','\x0c','\x4f','\x0c','\x06','\x70','\x7e','\x06','\x60','\x0c','\x00','\x60','\x0c','\x00','\x7c','\x7c','\x80','\x60','\x0c','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x7f','\xfc','\x04','\x68','\x0c','\x04','\x0e','\x00','\x0c','\x1c','\x00','\x08','\x30','\x06','\x18','\x7f','\xff','\x18','\xc0','\x06','\x33','\x00','\x46','\xf0','\x52','\x36','\x70','\x49','\x96','\x30','\xcc','\x86','\x31','\x8c','\x0c','\x31','\x80','\x0c','\x38','\x00','\x7c','\x18','\x00','\x18','\x03','\x80','\x07','\x23','\x00','\x06','\x23','\x0c','\xe6','\x7f','\xfe','\xc6','\x60','\x0c','\xc6','\xc3','\x88','\xc6','\xc3','\x10','\xc6','\x3f','\xf8','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x3f','\xf8','\xc6','\x03','\x00','\xc6','\x03','\x04','\xc6','\xff','\xfe','\xc6','\x00','\x00','\xc6','\x20','\x30','\xc6','\x3f','\xf8','\xc6','\x30','\x30','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x3f','\xf0','\x06','\x30','\x30','\x3e','\x30','\x30','\x0c','\x00','\x40','\x18','\x00','\x7f','\xfc','\x46','\x60','\x18','\x7e','\x60','\x18','\x66','\x7f','\xf8','\x66','\x60','\x18','\x66','\x60','\x18','\x66','\x60','\x18','\x66','\x7f','\xf8','\x66','\x18','\x18','\x66','\x18','\x00','\x66','\x30','\x06','\x66','\x3f','\xff','\x66','\x60','\x06','\x7e','\x71','\x86','\x60','\xe3','\xc6','\x61','\xee','\x06','\x06','\x70','\x46','\x00','\x60','\x66','\x00','\x7f','\xe6','\x00','\x3f','\xcc','\x00','\x00','\x0c','\x00','\x00','\xfc','\x00','\x00','\x38','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0e','\x06','\x40','\x2d','\x0c','\x60','\x2d','\x8c','\x30','\x2d','\x98','\x38','\x6c','\x30','\x1f','\x6c','\x60','\x6e','\x4d','\x9f','\xf6','\xcc','\x00','\x00','\xcc','\x00','\x00','\x0c','\x00','\x00','\x0c','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0e','\x00','\x0c','\x0c','\x00','\x7e','\x0c','\x03','\xf0','\x0c','\x3d','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x81','\x80','\x0f','\x01','\x80','\xfc','\x21','\x8c','\x6c','\x3f','\xfe','\x4c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x7c','\x3f','\xfc','\x18','\x30','\x0c','\x10','\x00','\x0c','\x0c','\x00','\x7e','\x06','\x03','\xf0','\x06','\x3d','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x80','\x01','\x80','\x60','\x01','\x86','\x31','\x7f','\xff','\x31','\x01','\x80','\x02','\x01','\x80','\x02','\x01','\x80','\x06','\x01','\x80','\x04','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x18','\x30','\x0c','\xf8','\x30','\x0c','\x38','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1c','\x3f','\xfc','\x0c','\x30','\x0c','\x10','\x20','\x18','\x0c','\x3f','\xfc','\x06','\x30','\x18','\x06','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x80','\x30','\x18','\x60','\x30','\x18','\x32','\x3f','\xf8','\x32','\x0c','\x00','\x04','\x0c','\x00','\x04','\x18','\x06','\x0c','\x1f','\xff','\x08','\x30','\x06','\x18','\x79','\x86','\x18','\xb3','\xc6','\x33','\x36','\x06','\xf0','\x38','\x46','\x70','\x30','\x66','\x30','\x3f','\xe6','\x30','\x1f','\xcc','\x30','\x00','\x0c','\x38','\x00','\xfc','\x18','\x00','\x38','\x10','\x20','\x30','\x0c','\x3f','\xf8','\x06','\x30','\x30','\x06','\x30','\x30','\x00','\x33','\xf0','\x00','\x33','\x30','\x80','\xb3','\x30','\x60','\xb3','\x36','\x30','\xff','\xff','\x34','\x80','\x06','\x05','\x80','\x08','\x09','\xbf','\xf0','\x08','\x30','\x30','\x08','\x30','\x30','\x18','\x3f','\xf0','\x10','\x30','\x30','\x30','\x30','\x30','\xf0','\x30','\x30','\x70','\x3f','\xf0','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x38','\x31','\xf0','\x18','\x30','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\xc0','\x00','\x03','\x80','\x0c','\x07','\xff','\xfe','\x0c','\x00','\x0c','\x1f','\x06','\x0c','\x36','\x1f','\x0c','\xc6','\x70','\x0c','\x07','\x82','\x0c','\x06','\x03','\x18','\x07','\xff','\x18','\x03','\xfe','\xf8','\x00','\x00','\x30','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x9f','\xfc','\xff','\xd8','\x0c','\x01','\x98','\x0c','\x03','\x18','\x0c','\x03','\x1f','\xfc','\x06','\x06','\x00','\x0c','\x86','\x00','\x08','\xcc','\x06','\x1c','\x8f','\xff','\x3b','\x18','\x06','\x59','\x9c','\xc6','\x99','\xb9','\xe6','\x18','\x5b','\x06','\x18','\x9c','\x06','\x18','\x18','\x46','\x18','\x18','\x66','\x18','\x1f','\xec','\x18','\x0f','\xcc','\x18','\x00','\x3c','\x18','\x00','\x18','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x48','\xc6','\xff','\xef','\xff','\x0c','\x18','\x06','\x4c','\x98','\xe8','\x7f','\x80','\xc0','\x4c','\x8f','\xfe','\x4c','\x80','\xc0','\x4c','\x80','\xc0','\x7f','\x8f','\xfe','\x4c','\x80','\xc0','\x4c','\x80','\xc2','\x4c','\x9f','\xff','\x7f','\x80','\x00','\x4c','\x88','\x0c','\x0c','\x0f','\xfe','\x0c','\x4c','\x0c','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x00','\x00','\x00','\x04','\x00','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x20','\x00','\x1c','\x3f','\x86','\x18','\x32','\x7f','\x1b','\x32','\x26','\x1f','\xb2','\x26','\x13','\x3f','\xa4','\x32','\x30','\x94','\x24','\x30','\x94','\x7f','\xbf','\x98','\xa4','\xb2','\x08','\x24','\xb2','\x1c','\x24','\xb2','\x16','\x3f','\xbf','\xb7','\x24','\xb0','\x42','\x24','\x80','\x00','\x24','\x81','\xc0','\x3f','\x81','\x80','\x00','\x01','\x98','\x00','\x9f','\xfc','\x2a','\xc1','\x80','\x2a','\x41','\x80','\x6a','\x01','\x86','\xc8','\x7f','\xff','\xc0','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\x7f','\xff','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\xff','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x00','\x00','\x0c','\x08','\x00','\x1e','\x0e','\xe0','\x1d','\x8c','\xc4','\x1c','\xdc','\xc7','\x3c','\xd8','\xc6','\x2c','\x38','\xcc','\x2c','\x38','\xd8','\x6c','\x78','\xe0','\x4c','\xd8','\xc0','\x8d','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc2','\x0c','\x18','\xc2','\x0c','\x18','\xc3','\x0c','\x18','\xff','\x0c','\x18','\x7e','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0c','\xff','\xff','\x0c','\x0c','\x30','\xff','\xcc','\x30','\x0c','\x00','\x00','\x0c','\x7f','\xfe','\x0c','\x19','\x98','\x1e','\x19','\x98','\x1d','\x19','\x98','\x1d','\xff','\xff','\x3d','\x99','\x98','\x2c','\x19','\x98','\x2c','\x19','\x98','\x6c','\x19','\x98','\x4c','\x7f','\xfe','\x8c','\x01','\x80','\x0c','\x01','\x82','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1d','\xc2','\x00','\x19','\x83','\x80','\x19','\xa3','\x00','\xff','\xf3','\x00','\x19','\x83','\x06','\x19','\x83','\xff','\x1f','\x86','\x06','\x06','\x06','\x06','\x46','\x64','\x66','\x7f','\xef','\xf6','\x66','\x70','\x66','\x66','\x60','\x66','\x66','\x60','\x66','\x66','\x64','\x66','\x7f','\xe7','\xe6','\x66','\x66','\x0c','\x06','\x06','\x0c','\x06','\x66','\x7c','\xff','\xf6','\x18','\x06','\x06','\x02','\x06','\x06','\x02','\x06','\x06','\x03','\x06','\x07','\xff','\x06','\x03','\xfe','\x0e','\x01','\xc0','\x0c','\x11','\x80','\x0c','\x1d','\x80','\x0c','\x19','\x80','\x0d','\x99','\x8c','\xff','\xdf','\xfe','\x0c','\x31','\x80','\x0c','\x21','\x80','\x0c','\x41','\x80','\x1e','\x01','\x80','\x1d','\x81','\x86','\x1c','\xff','\xff','\x3c','\xc3','\xc0','\x2c','\x07','\xc0','\x2c','\x05','\xa0','\x6c','\x0d','\xa0','\x4c','\x0d','\xb0','\x8c','\x19','\x98','\x0c','\x11','\x9f','\x0c','\x21','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x04','\x20','\x00','\x07','\x38','\x00','\x06','\xb3','\x0c','\x28','\xff','\x7e','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3e','\xff','\x7c','\x30','\xc3','\x0c','\x30','\x00','\x00','\x01','\x07','\x00','\x01','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x1c','\x07','\xff','\xe0','\x03','\xfe','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\xc1','\x86','\x06','\xc3','\x86','\x04','\x0e','\x03','\xf0','\x70','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xe0','\x08','\x30','\x20','\x0f','\xff','\xe0','\x08','\x30','\x20','\x0f','\xff','\xe0','\x00','\x30','\x00','\x1f','\xff','\xf0','\x10','\x30','\x10','\x1f','\xff','\xf2','\x10','\x30','\x12','\x1f','\xff','\xf2','\x00','\x30','\x03','\x00','\x1f','\xff','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x30','\x20','\x03','\x10','\x18','\x03','\x02','\x0c','\xff','\xff','\x0c','\x03','\x00','\x00','\x03','\x00','\x80','\x7f','\xfc','\x62','\x63','\x0c','\x32','\x63','\x0c','\x34','\x63','\x0c','\x04','\x7f','\xfc','\x0c','\x63','\x0c','\x08','\x63','\x0c','\x18','\x63','\x0c','\xf8','\x7f','\xfc','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x38','\x63','\x3c','\x18','\x63','\x18','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x70','\x07','\x01','\x1c','\x0c','\x81','\xce','\x18','\x43','\x86','\x60','\x37','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\xe3','\xc0','\x03','\x80','\xff','\x1e','\x00','\x3e','\xe0','\x01','\x86','\x07','\xff','\xc0','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x04','\x18','\x80','\x02','\x18','\xe0','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x10','\x20','\x0c','\x0c','\x38','\x1a','\x06','\x30','\x19','\x86','\x46','\x10','\xff','\xff','\x30','\xc2','\x40','\x20','\x02','\x40','\x7f','\x9f','\xfc','\x4c','\x02','\x4c','\x8c','\x02','\x4c','\x0c','\xbf','\xff','\x7f','\xc2','\x4c','\x0c','\x02','\x4c','\x0c','\x02','\x4c','\x0d','\x1f','\xfc','\x8d','\xc6','\x40','\x4d','\x86','\x60','\x6d','\x0e','\x60','\x6e','\x0a','\x50','\x0c','\x1a','\x58','\x0d','\x92','\x4f','\xfe','\x22','\x4e','\x78','\xc2','\x46','\x40','\x02','\x40','\x00','\x01','\xc0','\x00','\x01','\x80','\x46','\x39','\x8c','\x7f','\x31','\xfe','\x66','\x31','\x80','\x66','\x31','\x80','\x66','\x31','\x86','\x67','\xff','\xff','\x66','\x00','\x00','\x66','\x61','\xc6','\x66','\x69','\x96','\x66','\x6d','\xb6','\x66','\x65','\xa6','\x66','\x61','\x86','\x7e','\x6f','\xf6','\x66','\x63','\x86','\x66','\x63','\xc6','\x60','\x67','\xa6','\x00','\x65','\xb6','\x00','\x69','\xb6','\x00','\x61','\x86','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x00','\x80','\x40','\x60','\xe0','\x7f','\xf4','\xcc','\x66','\x67','\xfe','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x67','\xfc','\x7f','\xe6','\x0c','\x66','\x66','\x0c','\x66','\x67','\xfc','\x66','\x66','\x00','\x66','\x66','\x06','\x66','\x67','\xff','\x7f','\xe6','\x00','\x66','\x66','\x06','\x66','\x07','\xff','\x06','\x06','\x06','\x06','\x00','\x26','\x06','\x0a','\xb6','\x06','\x0a','\x96','\x06','\x1a','\x8e','\x06','\x32','\x0c','\x06','\x30','\x7c','\x06','\x00','\x18','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x81','\x00','\xff','\xc1','\x00','\x0c','\x12','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x98','\x0c','\x1c','\xd8','\x0c','\x3c','\xd8','\x0c','\x2c','\x18','\x0c','\x2c','\x1f','\xfc','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\xc0','\x00','\x21','\x80','\x00','\x1a','\x00','\x00','\x0c','\x00','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x3c','\x0c','\x00','\x6c','\x08','\x00','\xec','\x10','\x01','\xcc','\x00','\x03','\x8c','\x00','\x06','\x0c','\x00','\x18','\x0c','\x00','\x60','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc7','\xff','\xe8','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x06','\x1c','\x06','\xff','\x18','\x7f','\x06','\x19','\x06','\x06','\x99','\xc6','\x06','\x99','\x86','\x06','\xd9','\x06','\x46','\xd9','\x46','\x7e','\xda','\x7e','\x66','\x18','\x66','\x60','\x18','\x60','\x61','\xff','\xe0','\x60','\x18','\x60','\x66','\x18','\x66','\x7f','\x38','\x7f','\x66','\x3c','\x66','\x06','\x3b','\x06','\x06','\x79','\x86','\x06','\x59','\x86','\x06','\xd9','\x86','\x06','\x98','\x06','\x0d','\x18','\x0c','\x0c','\x18','\x0c','\x7c','\x18','\x7c','\x18','\x18','\x18','\x00','\x20','\x07','\x00','\x38','\x06','\x00','\x30','\xe6','\x00','\x30','\xc6','\x00','\x30','\xc6','\x00','\x30','\xc6','\x60','\x70','\xc6','\x18','\x60','\xc6','\x0c','\x60','\xc6','\x06','\x60','\xc6','\x03','\x60','\xc6','\x01','\xc0','\xc6','\x00','\xc0','\xc6','\x01','\xe0','\xc6','\x01','\xb0','\xc6','\x03','\x38','\xc6','\x03','\x18','\xc6','\x06','\x1c','\x06','\x0c','\x0c','\x06','\x08','\x0c','\x06','\x10','\x00','\x06','\x20','\x00','\x06','\xc0','\x00','\x3e','\x00','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x0e','\x00','\x40','\x0c','\x00','\x71','\xcc','\x20','\x61','\x8c','\x10','\x61','\x8c','\x0c','\xc1','\x8c','\x06','\xc1','\x8c','\x03','\x81','\x8c','\x01','\x01','\x8c','\x03','\x81','\x8c','\x02','\xc1','\x8c','\x06','\x61','\x8c','\x0c','\x60','\x0c','\x18','\x30','\x0c','\x30','\x30','\x0c','\xc0','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x81','\x80','\x01','\xff','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x41','\x80','\x03','\x21','\x80','\x03','\x31','\x80','\x03','\x19','\x80','\x03','\x19','\x80','\x06','\x01','\x80','\x06','\x01','\x82','\x06','\x01','\x82','\x06','\x0f','\x82','\x07','\xf1','\x83','\xff','\x81','\xff','\x78','\x00','\xfe','\x40','\x00','\x00','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x61','\x80','\xff','\xf1','\x80','\x06','\x03','\x06','\x46','\x63','\xff','\x7f','\xf6','\x00','\x60','\x64','\x00','\x60','\x68','\x00','\x60','\x70','\x18','\x7f','\xe7','\xfc','\x60','\x60','\x38','\x60','\x60','\x70','\x60','\x60','\xe0','\x7f','\xe1','\xc0','\x66','\x63','\x80','\x06','\x07','\x00','\x06','\x66','\x02','\xff','\xfe','\x02','\x06','\x0c','\x02','\x06','\x0c','\x03','\x06','\x0f','\xff','\x06','\x07','\xfe','\x06','\x00','\x00','\x04','\x20','\x18','\x07','\x3f','\xfc','\x06','\x30','\x18','\x06','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x38','\x3f','\xf8','\x38','\x30','\x18','\x58','\x00','\x00','\x98','\x3b','\xb8','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x32','\x18','\x33','\x32','\x18','\x63','\x32','\x18','\x63','\x33','\x18','\xc3','\x3f','\x1b','\x00','\x1e','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\xc0','\x38','\x1f','\xe0','\x30','\x00','\x00','\x32','\x00','\x0f','\xff','\x00','\x30','\x30','\x7f','\xf8','\x30','\x0c','\xc2','\x30','\x0c','\xc1','\x30','\x0c','\xc1','\xb0','\x0c','\xc1','\xb0','\x0c','\xc0','\x30','\x0c','\xc0','\x30','\x0c','\xc0','\x32','\x18','\xc1','\xf2','\x18','\xc0','\x62','\x10','\xc0','\x03','\x30','\xff','\xff','\x20','\x7f','\xfe','\xc0','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x0c','\x60','\xe3','\x90','\x60','\xc3','\x00','\x1f','\xff','\xf8','\x00','\xc3','\x00','\x00','\xc3','\x00','\x1f','\xff','\xf8','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\xc1','\x00','\x01','\x80','\x80','\x03','\x38','\xc0','\x06','\x0e','\x70','\x0c','\x06','\x3f','\x30','\x00','\x1e','\xc1','\xc0','\x06','\x00','\x3e','\x00','\x00','\x07','\x80','\x00','\x01','\x80','\x00','\x00','\x0e','\x00','\x30','\x0c','\x7f','\xf9','\xcc','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x1c','\x70','\xe0','\x18','\x60','\xc0','\x18','\x64','\xc0','\xff','\xfe','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc6','\x1f','\xe7','\xff','\x18','\x60','\xc6','\x18','\x60','\xc6','\x1f','\xe0','\xc6','\x18','\x60','\xc6','\x18','\x60','\xc6','\x18','\x64','\xc6','\xff','\xfe','\xc6','\x66','\xc0','\xc6','\x66','\xc0','\xc6','\x64','\xc1','\x86','\x6c','\xf9','\x86','\x68','\x79','\x86','\x70','\x01','\x06','\x60','\x03','\x0c','\x7f','\xf2','\x0c','\x60','\x04','\x7c','\x60','\x18','\x18','\x10','\x00','\xe0','\x18','\x60','\xc0','\x1f','\xf0','\xc0','\x33','\x00','\xc0','\x23','\x00','\xc0','\x46','\x18','\xc6','\xff','\xff','\xff','\x04','\x40','\xc6','\x0c','\x60','\xc6','\x18','\x80','\xc6','\x1f','\xf8','\xc6','\x31','\x80','\xc6','\x71','\x80','\xc6','\xb1','\x80','\xc6','\x3f','\xf0','\xc6','\x31','\x80','\xc6','\x31','\x80','\x86','\x31','\x81','\x86','\x3f','\xf1','\x86','\x31','\x81','\x06','\x31','\x83','\x0c','\x31','\x82','\x0c','\x3f','\xf4','\x7c','\x30','\x08','\x18','\x00','\x38','\x00','\x10','\x30','\x80','\x0c','\x30','\xe0','\x06','\x30','\xc0','\x06','\x30','\x80','\x00','\x31','\x18','\x3f','\xff','\xfc','\x00','\x64','\x00','\x00','\x64','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\x60','\x06','\xff','\x38','\x0c','\x03','\x1f','\x18','\x03','\x0e','\x31','\x03','\x06','\xc1','\xff','\x00','\x01','\x80','\x10','\x01','\x80','\x10','\x01','\x80','\x18','\x01','\xff','\xf8','\x00','\xff','\xf0','\x00','\x08','\x00','\x00','\x0c','\x60','\x00','\x1f','\xf0','\x46','\x18','\x60','\x7f','\x30','\x40','\x66','\x60','\x8c','\x66','\xff','\xfe','\x67','\x64','\x8c','\x66','\x64','\x8c','\x66','\x64','\x8c','\x66','\x64','\x8c','\x66','\x6c','\xfc','\x66','\x68','\x7c','\x66','\x70','\x0c','\x66','\x63','\x8c','\x7e','\x63','\x0c','\x60','\x63','\x0c','\x61','\xff','\xff','\x00','\x06','\x80','\x00','\x0c','\x40','\x00','\x18','\x70','\x00','\x30','\x3f','\x00','\xc0','\x1e','\x03','\x00','\x06','\x00','\x1c','\x70','\x1c','\x18','\x60','\x18','\x18','\x64','\x18','\xff','\xfe','\x18','\x18','\x60','\x18','\x18','\x60','\x1b','\x1f','\xe0','\xff','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x1f','\xe0','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x66','\x19','\xff','\xff','\x18','\x66','\x60','\x1b','\x66','\x60','\xfc','\x64','\x60','\x70','\x6c','\x7c','\x40','\x68','\x3c','\x00','\x70','\x00','\x00','\x60','\x06','\x00','\x7f','\xff','\x00','\x60','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\xe1','\x80','\x01','\xc3','\x80','\x03','\x87','\x00','\x03','\x6e','\x00','\x00','\x1d','\xc0','\x00','\x70','\x78','\x01','\xc0','\x1c','\x3e','\x00','\x0c','\x04','\x01','\x00','\x07','\x01','\xc0','\x06','\x61','\x86','\xff','\xff','\xff','\x0c','\x63','\x18','\x18','\xc6','\x18','\x38','\xce','\x30','\x35','\x8d','\xb0','\x03','\x00','\x60','\x06','\xe0','\xd8','\x18','\x63','\x0e','\xe0','\x1c','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x08','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc4','\x00','\xc8','\x07','\xff','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\x00','\x06','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\xe3','\x88','\xc0','\xc3','\x00','\x3f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xc6','\x02','\x01','\xc6','\x02','\x03','\x86','\x03','\x0e','\x07','\xff','\xf0','\x03','\xfe','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x60','\xc0','\xff','\xf1','\xa0','\x0c','\x01','\xa0','\x4c','\xc3','\x10','\x7f','\xe3','\x18','\x60','\xc6','\x0c','\x60','\xc4','\x0f','\x60','\xc8','\x06','\x7f','\xd7','\xf8','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x7f','\xc0','\xc0','\x6c','\xc0','\xc6','\x0c','\x1f','\xff','\x0c','\x60','\xc0','\xff','\xf0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x00','\x1c','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x00','\x0e','\x80','\x00','\x0c','\x60','\x20','\x0c','\x24','\x3f','\xff','\xfe','\x30','\x0c','\x00','\x30','\x04','\x20','\x33','\xf6','\x38','\x30','\x06','\x30','\x30','\x02','\x60','\x33','\xf3','\x60','\x33','\x31','\xc2','\x33','\x31','\x82','\x63','\xf3','\x42','\x60','\x0c','\x73','\x40','\x70','\x3f','\x80','\x00','\x0e','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x19','\x18','\x0c','\x19','\x18','\x0c','\xff','\xff','\x2e','\x19','\x18','\x2d','\x19','\x18','\x2d','\x9f','\xf8','\x6d','\x80','\x00','\x6c','\x20','\x0c','\x4c','\x3f','\xfe','\xcc','\x30','\x0c','\xcc','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x38','\x0c','\x1c','\x0f','\x0c','\xe0','\x03','\x1c','\x01','\xd0','\x18','\x01','\x8c','\x18','\x81','\x84','\x18','\xff','\xff','\x18','\xc1','\x80','\x5c','\xc1','\x88','\x5a','\xde','\x8e','\x5a','\xc0','\xcc','\x5a','\xc0','\xd8','\x58','\xde','\x58','\xd8','\xd2','\x72','\xd8','\xd2','\x22','\xd8','\xde','\x72','\x18','\x81','\x9a','\x19','\x86','\x0f','\x19','\x00','\x03','\x1a','\x02','\x00','\x18','\x1d','\x10','\x18','\x19','\x8c','\x18','\x99','\xa6','\x18','\x98','\x23','\x19','\x98','\x33','\x19','\x9f','\xf0','\x18','\x0f','\xe0','\x1c','\x08','\x00','\x18','\x0c','\x60','\x18','\x0f','\xf0','\x18','\x1c','\x60','\x18','\x18','\x40','\x1a','\x30','\x8c','\xff','\x7f','\xfe','\x18','\xe4','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x19','\x6c','\xfc','\x1e','\x68','\x7c','\xf8','\x70','\x0c','\x78','\x63','\x8c','\x58','\x63','\x0c','\x18','\x63','\x0c','\x19','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x70','\x18','\x18','\x3f','\xf8','\x30','\x1e','\x31','\xc0','\x06','\x00','\x01','\x00','\x00','\x31','\xc0','\x7f','\xf9','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x1b','\x06','\xff','\xff','\xff','\x18','\x63','\x10','\x18','\x62','\x1c','\x18','\x66','\x18','\x1f','\xe5','\x18','\x18','\x69','\x18','\x18','\x61','\x30','\x18','\x60','\xb0','\x1f','\xe0','\xa0','\x18','\x60','\xe0','\x18','\x60','\x40','\x18','\x60','\xe0','\x18','\x60','\xa0','\x1b','\xe0','\xb0','\xfe','\x61','\x98','\x78','\x61','\x1f','\x40','\x62','\x0e','\x00','\x6c','\x06','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0d','\x8c','\x36','\xff','\xff','\xff','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x1e','\x0c','\x30','\x1d','\x8c','\x30','\x1c','\xcc','\x30','\x3c','\xcc','\x30','\x2c','\x0f','\xf0','\x2c','\x0c','\x30','\x6c','\x0c','\x30','\x4c','\x0c','\x30','\x8c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0f','\xf0','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0d','\x90','\x18','\xff','\xdf','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x18','\x18','\x1d','\x98','\x18','\x1c','\xdf','\xf8','\x3c','\xd8','\x18','\x2c','\x18','\x18','\x2c','\x18','\x18','\x6c','\x18','\x18','\x4c','\x18','\x18','\x8c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0d','\x7f','\xff','\xff','\xc0','\x06','\x0c','\xc0','\x04','\x0c','\xd0','\x30','\x0c','\x1f','\xf8','\x1e','\x18','\x30','\x1d','\x98','\x30','\x1c','\xd8','\x30','\x3c','\xdf','\xf0','\x2c','\x18','\x30','\x2c','\x18','\x00','\x6c','\x18','\x18','\x4c','\x1f','\xfc','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x31','\x80','\xff','\xf9','\x80','\x06','\x01','\x80','\x06','\x03','\x06','\x06','\x63','\xff','\x7f','\xf2','\x06','\x00','\x06','\x04','\x00','\x04','\xe8','\x7f','\xe8','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\xff','\xf0','\xc0','\x06','\x01','\xa0','\x06','\x01','\xa0','\x46','\x81','\xa0','\x76','\x61','\x30','\x66','\x33','\x10','\x66','\x32','\x18','\x46','\x06','\x1c','\x86','\x04','\x0f','\x1e','\x08','\x0e','\x0c','\x30','\x06','\x10','\x01','\x00','\x18','\x31','\xc0','\x1f','\xf9','\x80','\x33','\x01','\x80','\x23','\x01','\x80','\x46','\x33','\x06','\xff','\xfb','\xff','\x0c','\x82','\x06','\x18','\xc2','\x04','\x11','\x04','\xe8','\x3f','\xf4','\xc0','\x71','\x88','\xc0','\xb1','\x80','\xc0','\x3f','\xf0','\xc0','\x31','\x81','\xa0','\x31','\x81','\xa0','\x31','\x81','\xa0','\x3f','\xf1','\x30','\x31','\x83','\x10','\x31','\x82','\x18','\x31','\x86','\x1c','\x3f','\xf4','\x0f','\x30','\x08','\x0e','\x30','\x30','\x06','\x10','\x00','\x00','\x0c','\x00','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x06','\x05','\xff','\xff','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x1c','\x70','\x18','\x18','\x60','\x0c','\x18','\x66','\x0d','\xff','\xff','\x00','\x18','\x60','\x00','\x18','\x60','\x80','\x40','\x18','\x60','\x7f','\xfc','\x32','\x63','\x18','\x32','\x63','\x18','\x04','\x63','\x18','\x04','\x7f','\xf8','\x0c','\x63','\x18','\x08','\x03','\x00','\x18','\xff','\xfc','\x18','\x03','\x00','\x30','\x03','\x00','\xf3','\xff','\xff','\x70','\x06','\x80','\x30','\x0c','\x40','\x30','\x0c','\x70','\x30','\x18','\x3f','\x38','\x60','\x1e','\x1b','\x80','\x06','\x21','\x0c','\x86','\x19','\xfe','\xff','\x0d','\x8c','\xc6','\x0d','\x8c','\xc6','\x01','\xfc','\xfe','\x01','\x8c','\xc6','\x81','\x8c','\xc6','\x61','\x8c','\xc6','\x31','\xfc','\xfe','\x35','\x80','\x06','\x05','\x80','\x06','\x05','\x90','\x66','\x09','\x9f','\xf6','\x09','\x98','\x66','\x19','\x98','\x66','\x19','\x9f','\xe6','\x31','\x98','\x66','\xf1','\x98','\x66','\x71','\x9f','\xe6','\x31','\x98','\x66','\x31','\x80','\x06','\x31','\x80','\x06','\x39','\x80','\x3e','\x19','\x80','\x0c','\x10','\x20','\x00','\x0c','\x38','\x00','\x06','\x30','\x18','\x06','\x3f','\xfc','\x00','\x66','\x00','\x00','\x46','\x00','\x80','\x8c','\x06','\x63','\xff','\xff','\x30','\x18','\x80','\x32','\x10','\xe0','\x02','\x30','\xcc','\x04','\x7f','\xfe','\x04','\x61','\x80','\x0c','\xe1','\x88','\x09','\x7f','\xfc','\x1a','\x61','\x80','\x30','\x61','\x80','\xf0','\x61','\x88','\x70','\x7f','\xfc','\x30','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x38','\x7f','\xff','\x18','\x60','\x00','\x00','\x40','\x06','\x06','\x7f','\xff','\xff','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x7f','\xfe','\x18','\x60','\x06','\x18','\x00','\x00','\x18','\xff','\xff','\xff','\x00','\x00','\x18','\x20','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xfa','\x1b','\x0f','\x47','\xfc','\x1b','\x2c','\x70','\x1b','\x30','\x40','\x33','\x18','\x00','\x63','\x1f','\x01','\x83','\x0e','\x0e','\x03','\x06','\x00','\x03','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x40','\x61','\x00','\x7f','\xf1','\xc0','\x66','\x01','\x80','\x66','\x01','\x80','\x7f','\xe3','\x06','\x60','\x63','\xff','\x60','\x66','\x00','\x60','\x64','\x00','\x7f','\xe8','\x00','\x66','\x00','\x0c','\x66','\x03','\xfe','\x66','\x60','\x00','\x7f','\xf0','\x00','\x60','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\xf0','\x00','\x0f','\xf8','\x1f','\xff','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x40','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x18','\x07','\xff','\xfc','\x0d','\x80','\x18','\x19','\x80','\x18','\x31','\xff','\xf8','\xc1','\x80','\x18','\x01','\x80','\x18','\x01','\xff','\xf8','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\xff','\xf8','\x01','\x80','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x34','\x0d','\x00','\x23','\x08','\xc0','\x41','\x90','\x60','\x81','\x80','\x60','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x61','\x90','\x60','\x81','\x80','\x60','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc2','\x01','\x84','\xc3','\xff','\xc8','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\xff','\x80','\x03','\x00','\x00','\x03','\x00','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x67','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\xbf','\xe7','\xfc','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x7c','\x30','\x00','\x18','\x08','\x00','\x0e','\x0e','\x01','\xff','\x0c','\x3f','\xc4','\x08','\x11','\x07','\x92','\x08','\x86','\x63','\x8c','\xcc','\x33','\x0c','\xc8','\x36','\x00','\x10','\x0c','\x3f','\xfe','\x09','\x03','\x00','\x10','\x83','\x00','\xff','\xff','\xff','\x7c','\xc6','\x00','\x4c','\xc6','\x18','\x0c','\x07','\xfc','\x4d','\x0c','\x18','\x7c','\x8a','\x30','\x6c','\xda','\x30','\x6c','\xd1','\x60','\x4c','\x20','\xc0','\x4c','\x41','\xf0','\x8c','\x03','\x3f','\x0c','\x0c','\x1e','\x0c','\x70','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x18','\x18','\x00','\x30','\x18','\x00','\x40','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc3','\x40','\xff','\xe3','\x20','\x0c','\x06','\x38','\x4d','\x8c','\x1f','\x7f','\x98','\x0e','\x61','\xe0','\x06','\x61','\x80','\x00','\x61','\xbf','\x7e','\x7f','\x83','\x06','\x61','\xa3','\x46','\x61','\x93','\x26','\x61','\x9b','\x36','\x7f','\x9b','\x36','\x6d','\x83','\x06','\x0c','\x07','\x0e','\x0c','\xcb','\x16','\xff','\xfb','\xf6','\x0c','\x33','\x66','\x0c','\x23','\x46','\x0c','\x03','\x06','\x0c','\x1f','\x3e','\x0c','\x06','\x0c','\x21','\x80','\x00','\x3f','\xc0','\x0c','\x31','\xbf','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x41','\x81','\x80','\x4f','\x81','\x80','\x83','\x01','\x80','\x08','\x00','\x20','\x0e','\x23','\x38','\x0c','\x3f','\xb0','\x29','\x24','\x30','\x3f','\xa4','\x26','\x31','\x3f','\x7f','\x39','\x21','\x40','\x35','\x21','\x80','\x35','\x3f','\x00','\x31','\x24','\x06','\x31','\xa4','\x7f','\xff','\x24','\x00','\x71','\x3f','\x80','\x31','\x20','\x00','\x35','\x00','\x00','\x35','\x3f','\xfc','\x35','\x32','\x4c','\x35','\x32','\x4c','\x35','\x32','\x4c','\x31','\x32','\x4c','\x61','\x32','\x4c','\x61','\x32','\x4c','\x4f','\xff','\xff','\x86','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\xc8','\x0f','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x1c','\x07','\xff','\xe0','\x03','\xfe','\x10','\x04','\x0c','\x18','\x67','\xfe','\x1f','\xf6','\x0c','\x33','\x06','\x0c','\x23','\x06','\x0c','\x46','\x37','\xfc','\xff','\xfe','\x0c','\x0c','\x86','\x0c','\x18','\xc6','\x0c','\x11','\x06','\x0c','\x3f','\xf7','\xfc','\x71','\x86','\x0c','\xb1','\x86','\x0c','\x3f','\xf6','\x0c','\x31','\x86','\x0c','\x31','\x87','\xfc','\x31','\x82','\x30','\x3f','\xf3','\xb0','\x31','\x83','\x30','\x31','\x86','\x32','\x31','\x86','\x32','\x3f','\xfc','\x33','\x30','\x18','\x3f','\x30','\x60','\x1e','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x01','\x80','\xff','\xa1','\x8c','\x00','\x3f','\xfe','\x00','\x31','\x8c','\x06','\x31','\x8c','\x7f','\x31','\x8c','\x00','\x3f','\xfc','\x00','\x31','\x8c','\x06','\x31','\x8c','\x7f','\x31','\x8c','\x00','\x3f','\xfc','\x00','\x33','\xac','\x46','\x07','\xa0','\x7f','\x07','\x90','\x66','\x0d','\x90','\x66','\x0d','\x98','\x66','\x19','\x8f','\x66','\x31','\x8e','\x7e','\xc1','\x86','\x66','\x01','\x80','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x00','\x00','\x03','\xc0','\xf8','\x0f','\x00','\x1e','\x70','\x00','\x06','\x00','\x80','\x0c','\x40','\xff','\xfe','\x30','\xcc','\xcc','\x18','\xcc','\xcc','\x0c','\xcc','\xcc','\x0c','\xff','\xfc','\x00','\xc0','\x0c','\x00','\x00','\x00','\x03','\xff','\xff','\x00','\x00','\x00','\x0c','\x40','\x18','\xfe','\x7f','\xfc','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xfc','\x0c','\x0f','\x0e','\x0c','\x1b','\xc8','\x0c','\x1b','\x30','\x0c','\x33','\x1c','\x0c','\xc3','\x0c','\x1a','\x03','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0c','\x23','\x20','\x0c','\x3f','\xb8','\x1a','\x24','\x30','\x19','\x24','\x30','\x11','\xa4','\x26','\x31','\xbf','\x7f','\x20','\x21','\x40','\x7f','\xa1','\x80','\x4c','\x3f','\x00','\x8c','\x24','\x06','\x0c','\x24','\x7f','\x7f','\xa4','\x00','\x0c','\x3f','\x80','\x0c','\x20','\x00','\x0d','\x00','\x00','\x8d','\xbf','\xfc','\x4d','\xb2','\x4c','\x6d','\x32','\x4c','\x6e','\x32','\x4c','\x0c','\x32','\x4c','\x0d','\xb2','\x4c','\xfe','\x32','\x4c','\x78','\xff','\xff','\x40','\x00','\x00','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\x66','\x67','\xff','\xf6','\x60','\x7a','\x06','\x60','\x7a','\x06','\x60','\xd9','\x06','\x60','\xd9','\x86','\x61','\x98','\xc6','\x61','\x18','\xf6','\x62','\x18','\x66','\x6c','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x61','\x02','\x06','\x60','\xc3','\x86','\x60','\xc3','\x06','\x60','\x04','\x06','\x63','\xff','\xc6','\x60','\x30','\x06','\x60','\x30','\x46','\x67','\xff','\xe6','\x60','\x34','\x06','\x60','\x64','\x06','\x60','\x62','\x06','\x60','\xc3','\x86','\x61','\x81','\xe6','\x66','\x00','\xc6','\x60','\x00','\x3e','\x60','\x00','\x0c','\x41','\x82','\x00','\x7f','\xc3','\x80','\x61','\x83','\x0c','\x61','\x87','\xfe','\x63','\x06','\x0c','\x62','\x0c','\x18','\x66','\x08','\x18','\x64','\x10','\x30','\x68','\x20','\x20','\x64','\x00','\x40','\x66','\x3a','\x06','\x62','\x33','\xff','\x63','\x33','\x06','\x63','\x33','\x06','\x63','\x33','\x06','\x63','\x33','\x06','\x63','\x33','\xfe','\x6f','\x33','\x06','\x66','\x33','\x06','\x60','\x33','\x06','\x60','\x33','\x06','\x60','\x33','\xfe','\x60','\x33','\x06','\x60','\x33','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x98','\x0c','\xcf','\xfc','\xff','\xe3','\x18','\x0c','\x03','\x18','\x4c','\xc3','\x18','\x7f','\xff','\xff','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\xcf','\xfc','\x7f','\xcc','\x0c','\x60','\xcc','\x0c','\x60','\xcf','\xfc','\x60','\xc0','\x60','\x7f','\xc0','\x64','\x6c','\xdf','\xfe','\x0c','\x06','\x60','\x0c','\xc6','\x60','\xff','\xe6','\x60','\x0c','\x06','\x62','\x0c','\x3f','\xff','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x08','\xc0','\x0c','\x88','\xc6','\x18','\xcf','\xff','\x16','\xd8','\x06','\x26','\x30','\x04','\x46','\x34','\x18','\xbf','\xc7','\xfc','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc6','\x18','\x30','\xc7','\xf8','\x30','\xc6','\x00','\x30','\xc6','\x00','\x3f','\xc6','\x0c','\x30','\xc7','\xfe','\x31','\x06','\x0c','\x30','\x86','\x0c','\x30','\xc6','\x0c','\x33','\x66','\x0c','\xfc','\x66','\x0c','\x70','\x67','\xfc','\x40','\x06','\x0c','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x08','\xc0','\x0c','\x88','\xc6','\x18','\xcf','\xff','\x10','\xd8','\x06','\x20','\x18','\x04','\x5f','\xc4','\x18','\x86','\x07','\xfc','\x06','\x06','\x18','\x06','\x26','\x18','\xff','\xf6','\x18','\x06','\x07','\xf8','\x06','\x06','\x00','\x06','\x06','\x00','\x26','\xc6','\x0c','\x3f','\xe7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x30','\xc6','\x0c','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\xc0','\x7f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x0c','\x60','\xc0','\x03','\x40','\xc0','\x01','\xc0','\xc0','\x00','\xe0','\xc0','\x01','\xb0','\xc0','\x01','\x98','\xc0','\x03','\x1c','\xc0','\x03','\x0c','\xc0','\x06','\x00','\xc2','\x0c','\x00','\xc2','\x18','\x00','\xc3','\x30','\x00','\xff','\xc0','\x00','\x7e','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x68','\x00','\x00','\x64','\x00','\x00','\xc6','\x00','\x01','\x83','\x00','\x03','\x01','\xc0','\x06','\x00','\xf0','\x0d','\xff','\x7f','\x30','\x00','\x1e','\xc0','\x03','\x06','\x07','\xff','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x04','\x0c','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x18','\x19','\xff','\xfc','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x37','\xff','\xff','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x04','\x20','\xc0','\x03','\x18','\xe0','\x21','\x11','\x0c','\x3f','\xff','\xfe','\x30','\x01','\x00','\x37','\xf9','\xc0','\x30','\x81','\x80','\x3f','\xfd','\x06','\x32','\x11','\xff','\x32','\x13','\x18','\x33','\xf2','\x18','\x32','\x15','\x10','\x22','\x11','\x10','\x23','\xf0','\xb0','\x62','\x10','\xa0','\x42','\x10','\x60','\x5f','\xf0','\xff','\x8e','\x11','\x9e','\x08','\x16','\x06','\x00','\x00','\x00','\x03','\x00','\x0c','\xff','\xbf','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1b','\x00','\x00','\xff','\x80','\x06','\x18','\x7f','\xff','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x19','\x8c','\x60','\x1e','\x0c','\x60','\xf8','\x18','\x62','\x70','\x18','\x62','\x40','\x30','\x62','\x00','\x60','\x63','\x00','\xc0','\x7f','\x03','\x00','\x3e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x8c','\x00','\x00','\x4c','\x3f','\xf0','\x6c','\x30','\x30','\x6c','\x30','\x30','\x0c','\x3f','\xf0','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1d','\xfc','\xfe','\xed','\x8c','\xc6','\x6d','\x8c','\xc6','\x4d','\xfc','\xfe','\x0c','\x00','\x00','\x18','\x03','\x80','\x19','\xc3','\x07','\x11','\x83','\x06','\x31','\x83','\x06','\x21','\x83','\x06','\x41','\x83','\x06','\x81','\xff','\xfe','\x01','\x80','\x06','\x43','\x10','\x18','\x7f','\x9f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x19','\x04','\x63','\x19','\x07','\x7f','\x19','\x0e','\x63','\x18','\x98','\x63','\x18','\xa0','\x63','\x18','\xc0','\x63','\x18','\x40','\x63','\x18','\x60','\x63','\x19','\x30','\x7f','\x1e','\x38','\x60','\xf8','\x1f','\x00','\x60','\x0e','\x00','\x40','\x06','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x18','\x07','\xff','\xfc','\x0f','\x00','\x18','\x1b','\x00','\x18','\x33','\x00','\x18','\xc3','\x00','\x18','\x03','\x00','\x18','\x03','\xff','\xf8','\x03','\x00','\x18','\x03','\x00','\x18','\x0c','\x18','\x00','\xff','\xfc','\x0c','\x0c','\x1b','\xfe','\x8d','\x18','\x00','\x6c','\xd8','\x00','\x2c','\x58','\x00','\x0c','\x18','\x00','\x3c','\x78','\x00','\xed','\xd8','\x06','\x4c','\x9f','\xff','\x0c','\x19','\x98','\x02','\x01','\x98','\x03','\x81','\x98','\x23','\x31','\x98','\x3f','\xf9','\x98','\x30','\x31','\x98','\x30','\x31','\x98','\x30','\x31','\x98','\x3f','\xf1','\x98','\x30','\x31','\x1a','\x30','\x31','\x1a','\x30','\x33','\x1b','\x3f','\xf2','\x1f','\x30','\x0c','\x0e','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x84','\x20','\x30','\xe6','\x30','\x31','\xcc','\x40','\x31','\x8f','\xfe','\x33','\x98','\x40','\x35','\xaf','\xfc','\x39','\x88','\x40','\x31','\x8f','\xfc','\x31','\x88','\x40','\x31','\x88','\x40','\x31','\x8f','\xfe','\x30','\x00','\x00','\x31','\xff','\xf0','\x31','\x80','\x30','\x21','\xff','\xf0','\x61','\x80','\x30','\x61','\xff','\xf0','\x41','\x80','\x30','\x41','\xff','\xf0','\x80','\x60','\xc0','\x01','\xf0','\x3c','\x0f','\x00','\x0c','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x84','\x20','\x30','\xe7','\x38','\x30','\xc6','\x30','\x30','\xc6','\x42','\x31','\x8f','\xff','\x31','\x8c','\x60','\x33','\x1c','\x60','\x33','\x1c','\x60','\x37','\x2c','\x64','\x3b','\x4f','\xfe','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x60','\x23','\x0c','\x64','\x23','\x0f','\xfe','\x63','\x0c','\x60','\x43','\x0c','\x60','\x43','\x0c','\x60','\x83','\x0c','\x62','\x03','\x0f','\xff','\x03','\x0c','\x00','\x00','\x00','\x06','\x00','\xdf','\xff','\x7f','\xe0','\xc0','\x00','\x00','\x80','\x00','\x09','\x0c','\x00','\x0f','\xfe','\x00','\x6c','\x0c','\xff','\xfc','\x0c','\x19','\x8c','\x0c','\x19','\x8f','\xfc','\x19','\x8c','\x0c','\x19','\x8c','\x0c','\x19','\x8c','\x0c','\x19','\x8f','\xfc','\x19','\x8c','\x0c','\x19','\x9c','\x0c','\x31','\xac','\x0c','\x31','\xcc','\x0c','\x23','\x8f','\xfc','\x61','\x04','\x00','\x40','\x07','\x30','\x80','\x0e','\x0c','\x00','\x18','\x0e','\x00','\x60','\x06','\x03','\x80','\x06','\x03','\x17','\xff','\x7f','\xf8','\x30','\x10','\x40','\x20','\x08','\x72','\x46','\x0c','\x63','\xff','\x0c','\x43','\x06','\x20','\x83','\x06','\x3f','\xfb','\x06','\x30','\x83','\xfe','\x30','\xe3','\x06','\x31','\xc3','\x06','\x33','\x03','\x06','\x3c','\x43','\xfe','\x30','\x73','\x06','\x30','\xe3','\x06','\x31','\x83','\x06','\x36','\x23','\x06','\x20','\x3b','\xfe','\x20','\x71','\x00','\x60','\xe1','\xc8','\x41','\x83','\x86','\x46','\x06','\x03','\x98','\x18','\x03','\x20','\x30','\x06','\x3f','\xfb','\xff','\x30','\xc0','\x30','\x30','\x80','\x20','\x35','\x32','\x46','\x37','\xfb','\xff','\x34','\x33','\x06','\x34','\x33','\x06','\x34','\x33','\x06','\x37','\xf3','\xfe','\x34','\x33','\x06','\x34','\x33','\x06','\x34','\x33','\x06','\x37','\xf3','\xfe','\x31','\x83','\x06','\x29','\x83','\x06','\x2d','\xa3','\x06','\x2d','\x93','\x06','\x69','\x9b','\xfe','\x49','\x99','\x00','\x51','\x99','\xc8','\x91','\x83','\x86','\x27','\x86','\x03','\x03','\x18','\x03','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x1c','\x3f','\x0c','\x18','\x1e','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x18','\x58','\xff','\xfc','\x98','\x10','\x18','\x18','\x10','\x30','\x18','\x08','\x30','\x18','\x08','\x60','\x18','\x04','\xc0','\x18','\x07','\x80','\x18','\x03','\x00','\x18','\x07','\x80','\x18','\x0c','\xc0','\x18','\x18','\x70','\x18','\x30','\x3f','\x18','\xc0','\x1e','\x1b','\x00','\x06','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x81','\x80','\x03','\xff','\xc0','\x06','\x03','\x00','\x0c','\x06','\x00','\x18','\x04','\x00','\x30','\x08','\x06','\xcf','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x40','\x60','\x0c','\x7f','\xf0','\x0c','\x60','\x60','\x0c','\x60','\x60','\x0c','\x60','\x60','\x18','\x60','\x60','\x18','\x63','\xe0','\x10','\x60','\xc2','\x30','\x60','\x02','\x20','\x60','\x02','\x40','\x60','\x03','\x80','\x7f','\xff','\x00','\x3f','\xfe','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x10','\xc2','\x18','\x1f','\xe3','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xc3','\xf8','\x18','\x23','\x18','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x82','\x00','\x03','\x01','\x80','\x06','\x00','\xf0','\x0c','\x00','\x3f','\x30','\xc2','\x0e','\xdf','\xe3','\xfe','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xc3','\xf8','\x18','\xc3','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x80','\x40','\x03','\x1c','\x60','\x06','\x18','\x38','\x0c','\x19','\x9f','\x33','\xff','\xc6','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x00','\x00','\x6c','\x00','\x00','\x63','\x80','\x00','\xc0','\xe0','\x01','\x80','\x70','\x0e','\x00','\x30','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x30','\x08','\x18','\x30','\x0f','\xfc','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xf8','\x30','\x0c','\x18','\x30','\x0c','\x00','\x30','\x00','\x03','\xf0','\x00','\x00','\xe0','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x18','\x01','\x80','\x19','\x81','\x80','\xff','\xbf','\xfe','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x9f','\xfc','\x31','\x98','\x0c','\x33','\x18','\x0c','\x63','\x1f','\xfc','\x63','\x08','\x30','\x63','\x06','\x30','\x66','\x06','\x42','\xd6','\x7f','\xff','\xcc','\x00','\x00','\x0e','\x00','\x00','\x0b','\x1f','\xfc','\x1b','\x98','\x0c','\x11','\x98','\x0c','\x21','\x9f','\xfc','\xc0','\x18','\x0c','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x38','\x04','\xc0','\x30','\xc8','\x0f','\xff','\xe0','\x00','\x30','\x00','\x00','\x6c','\x00','\x00','\xc3','\x80','\x01','\x81','\xc0','\x06','\x00','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x60','\x08','\x30','\x60','\x0f','\xf8','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0f','\xf0','\x60','\x0c','\x30','\x60','\x0c','\x07','\xe0','\x00','\x01','\xc0','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x76','\x60','\xc6','\x66','\x7f','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xcc','\x66','\x7f','\xfe','\x66','\x64','\x0c','\x66','\x64','\x1c','\x66','\x62','\x18','\x66','\x62','\x18','\x66','\x63','\x30','\x7f','\xe1','\x30','\x60','\x61','\xe0','\x60','\x60','\xc0','\x60','\x01','\xe0','\x00','\x03','\x38','\x00','\x0e','\x1f','\x00','\x18','\x0e','\x00','\xe0','\x06','\x00','\x00','\xc0','\x07','\x81','\xe0','\x00','\x77','\x80','\x00','\x1e','\x00','\x00','\x73','\xc0','\x03','\xc0','\xf0','\x3c','\x20','\x30','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc7','\x00','\x01','\x86','\x00','\x03','\x06','\x0c','\x07','\xff','\xfe','\x0b','\x06','\x0c','\x33','\x06','\x0c','\xc3','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x7c','\x03','\x06','\x18','\x00','\x06','\x00','\x08','\x1c','\x20','\x0e','\x18','\x38','\x0c','\x19','\x70','\x51','\x18','\x88','\x21','\x98','\xcc','\x33','\x18','\x58','\x16','\x18','\x30','\x05','\x18','\x44','\x08','\x9b','\xfe','\x7f','\xd9','\xc6','\x38','\xd9','\x20','\x20','\x18','\x18','\x10','\x18','\x0a','\x1f','\xff','\xff','\x18','\x0c','\x20','\x18','\x0c','\x38','\x1c','\x0c','\x30','\x1b','\x06','\x60','\x19','\x86','\xc0','\x10','\xc3','\x82','\x30','\xc6','\xc2','\x20','\x1c','\x73','\x40','\x70','\x3f','\x83','\x80','\x0e','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x08','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x0c','\x00','\x08','\x0c','\x00','\x08','\x0c','\x00','\x0c','\x0f','\xff','\xfc','\x07','\xff','\xf8','\x00','\x00','\x00','\x00','\x20','\x00','\x03','\x98','\x00','\x03','\x0c','\x10','\x23','\x0c','\x0c','\x23','\x00','\x46','\x63','\x00','\x47','\xc3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x00','\x00','\x00','\x0e','\x10','\x00','\x0c','\x10','\x06','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x0c','\x61','\xc8','\x0d','\x81','\x86','\xff','\xff','\xff','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\xb1','\x8c','\x0f','\x3f','\xfc','\xfc','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x00','\x00','\x0c','\x08','\x60','\x0c','\x0f','\xf0','\x0c','\x0c','\x60','\x0c','\xcc','\x60','\xff','\xec','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x1e','\x0c','\x60','\x1d','\x8c','\x60','\x1c','\xcc','\x60','\x3c','\xcc','\x60','\x2c','\x0c','\x60','\x2c','\x0c','\x60','\x6c','\x0c','\x60','\x4c','\x0c','\x60','\x8c','\x0c','\x60','\x0c','\x18','\x62','\x0c','\x18','\x62','\x0c','\x10','\x62','\x0c','\x30','\x63','\x0c','\x60','\x7f','\x0d','\x80','\x3e','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x0f','\xff','\x0c','\x98','\x00','\xff','\xd7','\x38','\x18','\x26','\x30','\x18','\x06','\x34','\x19','\x9f','\xfe','\x1f','\xc6','\x30','\x19','\x86','\x30','\x19','\x87','\xf0','\x19','\x86','\x30','\x19','\x86','\x30','\x19','\x87','\xf0','\x19','\x86','\x30','\x19','\x86','\x30','\x31','\x86','\x36','\x31','\xbf','\xff','\x31','\x84','\x00','\x23','\x07','\x10','\x63','\x06','\x0c','\x5f','\x0c','\x06','\x86','\x30','\x06','\x20','\xc0','\x00','\x3f','\xe0','\x0c','\x30','\xdf','\xfe','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x3f','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x36','\x3f','\xff','\xff','\x30','\xc0','\x60','\x30','\x00','\x60','\x32','\x00','\xf8','\x31','\x00','\xf0','\x31','\x81','\xb0','\x30','\xc1','\xb0','\x30','\xe3','\x32','\x33','\x63','\x32','\xfc','\x66','\x32','\x70','\x0c','\x33','\x40','\x18','\x3f','\x00','\x60','\x1e','\x1c','\x71','\x06','\x18','\x61','\xff','\x18','\x61','\x86','\x18','\x69','\x86','\xff','\xfd','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\xfe','\x1f','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x1f','\xe1','\x86','\x18','\x61','\xfe','\x18','\x61','\x86','\x18','\x69','\x86','\xff','\xfd','\x86','\x00','\x01','\x86','\x10','\x81','\x86','\x1c','\x63','\x06','\x18','\x33','\x06','\x30','\x32','\x06','\x60','\x04','\x3e','\x80','\x18','\x0c','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x34','\x0c','\x7f','\xfe','\xff','\x8c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0f','\xf0','\x1e','\x0c','\x30','\x1d','\x8c','\x30','\x1c','\xcc','\x30','\x3c','\xcf','\xf0','\x2c','\x0c','\x30','\x2c','\x0c','\x30','\x6c','\x0c','\x30','\x4c','\x0c','\x32','\x8c','\xff','\xff','\x0c','\x08','\x00','\x0c','\x0e','\x20','\x0c','\x1c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x80','\x00','\x80','\x60','\x3f','\xff','\xf8','\x1f','\xc0','\x1c','\x13','\x1c','\xec','\x03','\x18','\xc0','\x03','\x18','\xc6','\xff','\xff','\xff','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\xff','\xc0','\x03','\x1c','\xc0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x01','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x1c','\x23','\x90','\x18','\x3b','\x1c','\x18','\x33','\x18','\x19','\x43','\xa0','\x18','\x93','\x48','\xfe','\xdf','\x6e','\x18','\x5b','\x2c','\x18','\x33','\x10','\x1c','\x23','\x24','\x3a','\x4b','\xfe','\x3b','\xff','\x62','\x3b','\x65','\x50','\x38','\x41','\x0c','\x78','\x81','\x04','\x58','\xff','\xff','\x58','\xc0','\x80','\x58','\xc0','\xd0','\x98','\xe0','\x5c','\x18','\xd8','\x58','\x18','\xcc','\x32','\x18','\x8c','\x72','\x19','\x80','\xda','\x19','\x03','\x0f','\x1a','\x0c','\x03','\x0e','\x00','\x18','\x0c','\x3f','\xfc','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x1f','\xf8','\x0c','\x00','\x18','\x4c','\x00','\x18','\x4c','\x3f','\xf8','\x4c','\x00','\x00','\x4c','\x40','\x06','\x4c','\x7f','\xff','\xcc','\xc1','\x86','\xcc','\xc1','\x88','\xcc','\x01','\x80','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x10','\x31','\x8c','\x30','\x31','\xfc','\x20','\x31','\x98','\x40','\x01','\x80','\x80','\x01','\x80','\x03','\x82','\x18','\x03','\x03','\xfc','\x03','\x33','\x18','\x7f','\xfb','\x18','\x10','\x43','\x18','\x08','\x63','\x18','\x0c','\x43','\x18','\x00','\x9a','\x18','\xff','\xfe','\x1f','\x06','\x04','\x0f','\x0c','\x08','\x00','\x1a','\x40','\x0c','\x33','\x77','\xfe','\xc7','\x61','\x0c','\x0d','\x81','\x0c','\x19','\xc1','\x18','\x31','\xb0','\x98','\xc3','\x98','\xf0','\x07','\x98','\x60','\x0d','\x98','\xf0','\x31','\x81','\xb8','\xc1','\x83','\x1f','\x0f','\x86','\x0e','\x03','\x18','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x33','\xff','\xf0','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x60','\x3f','\xff','\xf0','\x00','\x00','\x60','\x00','\x10','\x60','\x18','\x1c','\x60','\x06','\x18','\x60','\x03','\xb0','\x60','\x00','\xe0','\x62','\x00','\xf0','\x32','\x01','\xb8','\x32','\x03','\x1c','\x1a','\x06','\x0c','\x1e','\x1c','\x0c','\x0e','\x30','\x00','\x07','\xc0','\x00','\x03','\x10','\x40','\x00','\x0c','\x70','\x00','\x06','\x60','\x06','\x06','\x7f','\xff','\x00','\xc0','\x00','\x00','\x80','\x00','\x81','\x3f','\xf8','\x60','\x00','\x00','\x32','\x00','\x00','\x32','\x00','\x30','\x04','\x7f','\xf8','\x04','\x00','\x30','\x0c','\x00','\x30','\x08','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x30','\x00','\x32','\xf0','\x00','\x32','\x70','\x00','\x32','\x30','\x00','\x32','\x30','\x00','\x1a','\x30','\x00','\x1f','\x38','\x00','\x0f','\x18','\x00','\x06','\x08','\x1c','\x40','\x0e','\x18','\x70','\x0c','\x18','\x60','\x52','\x1a','\x90','\x23','\x99','\x1c','\x33','\x19','\x98','\x36','\x19','\xb0','\x05','\x18','\x28','\x08','\x98','\x44','\xff','\xdb','\xfe','\x78','\xd9','\x86','\x40','\x18','\x40','\x00','\x18','\x66','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x20','\x3f','\xe6','\x38','\x22','\x26','\x30','\x22','\x23','\x62','\x3f','\xe1','\xc2','\x22','\x21','\xc2','\x22','\x23','\x73','\x3f','\xe6','\x3f','\x00','\x18','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x3e','\x0c','\x08','\xf0','\x0c','\x0f','\x00','\x0d','\x8c','\x00','\xff','\xcc','\x00','\x01','\x8c','\x00','\x03','\x0c','\x06','\x03','\x0f','\xff','\x06','\x0c','\x30','\x06','\x0c','\x30','\x0c','\x0c','\x30','\x1e','\x0c','\x30','\x3d','\x8c','\x30','\x6c','\xcc','\x30','\x8c','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x10','\x30','\x0c','\x30','\x30','\x0c','\x20','\x30','\x0c','\xc0','\x30','\x0c','\x00','\x30','\x00','\x00','\xe0','\x00','\x0f','\xf0','\x1f','\xfe','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x80','\x03','\x98','\xe0','\x06','\x18','\x7f','\x18','\x18','\x1e','\xe0','\x00','\xc6','\x0f','\xff','\xe0','\x00','\x01','\xc0','\x00','\x13','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x01','\x80','\x10','\x0f','\xcc','\x1c','\xfc','\x03','\xb8','\x0c','\x00','\xe0','\x0c','\x03','\xb8','\x0c','\x3e','\x18','\x0d','\x83','\x80','\xff','\xc3','\x06','\x0c','\x7f','\xff','\x0c','\x06','\x00','\x1e','\x06','\xe0','\x1d','\x8c','\xc0','\x1c','\xc8','\xc6','\x3c','\xdf','\xff','\x2c','\x38','\xc6','\x2c','\xd8','\xc6','\x6c','\x18','\xc6','\x4c','\x18','\xc6','\x8c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xde','\x0c','\x18','\xcc','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x1f','\xfe','\x08','\x00','\x0c','\x92','\x00','\x0c','\x63','\x80','\x0c','\x33','\x00','\x0c','\x36','\x00','\x0c','\x0c','\x00','\x0c','\x09','\x08','\x0c','\x10','\x8f','\xfc','\xff','\xcc','\x0c','\x7c','\xcc','\x0c','\x4c','\xcc','\x00','\x0c','\x0c','\x00','\x4c','\x0c','\x00','\x7d','\x0c','\x00','\x6c','\x8c','\x00','\x6c','\xcc','\x02','\x4c','\xcc','\x02','\x4c','\xcc','\x02','\x8c','\x0c','\x03','\x0c','\x0f','\xff','\x0c','\x07','\xfe','\x10','\x38','\x40','\x1d','\xb3','\x70','\x19','\x32','\x60','\x31','\x32','\x60','\x21','\x32','\x60','\x49','\xfe','\x66','\x8f','\x02','\x7f','\x0c','\x40','\x48','\x18','\x60','\xce','\x1a','\x48','\x8c','\x31','\x8d','\x4c','\x30','\xd8','\x4c','\x70','\xf0','\x48','\xb0','\x24','\x28','\x30','\x42','\x28','\x33','\xff','\x38','\x31','\xf3','\x10','\x30','\x30','\x10','\x31','\x34','\x38','\x31','\xb2','\x28','\x33','\x33','\x6c','\x32','\x33','\x4f','\x34','\x30','\x86','\x30','\x33','\x06','\x07','\x08','\x0c','\x06','\x0f','\xfe','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\xcc','\x0c','\x7f','\xec','\x0c','\x06','\x0f','\xfc','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x6c','\x0c','\xff','\xff','\xfc','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0d','\x0f','\xfc','\x0c','\xc4','\x60','\x0c','\x67','\x62','\x18','\x66','\x62','\x18','\x0e','\x62','\x30','\x0c','\x63','\xc0','\x18','\x7f','\x00','\xe0','\x3e','\x01','\x80','\x00','\x7f','\xc0','\x0c','\x00','\x0f','\xfe','\x00','\x00','\x0c','\x00','\xc0','\x0c','\xff','\xe0','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x01','\x80','\x0c','\x7f','\xc8','\x0c','\x00','\x0f','\xfc','\x00','\x0c','\x0c','\x01','\x8c','\x0c','\x7f','\xcc','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x41','\x8c','\x00','\x7f','\xcc','\x00','\x61','\x8c','\x00','\x61','\x8c','\x02','\x61','\x8c','\x02','\x61','\x8c','\x03','\x7f','\x8f','\xff','\x61','\x87','\xfe','\x00','\x1c','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xc0','\x00','\x01','\xe3','\xe0','\x07','\x80','\x78','\x38','\x00','\x18','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x0f','\xfe','\x06','\xc0','\x0c','\x7f','\xe0','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x04','\x0c','\x06','\x67','\xfc','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x00','\x26','\x06','\x00','\x36','\x66','\x02','\x37','\xf6','\x02','\x36','\x06','\x02','\x36','\x06','\x07','\x36','\x07','\xff','\x2e','\x03','\xfe','\x26','\x00','\x00','\x63','\x80','\x00','\x40','\xff','\xff','\x40','\x3f','\xfe','\x80','\x00','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x06','\x63','\x00','\xff','\xf3','\x00','\x06','\x03','\x00','\x46','\x63','\x00','\x7f','\xf3','\x30','\x66','\x6f','\xf8','\x66','\x63','\x30','\x66','\x63','\x30','\x7f','\xe3','\x30','\x66','\x63','\x30','\x66','\x63','\x30','\x66','\x63','\x30','\x7f','\xe3','\x30','\x66','\x63','\x30','\x06','\x03','\x30','\x06','\x66','\x30','\xff','\xf6','\x32','\x06','\x04','\x32','\x06','\x0c','\x32','\x06','\x08','\x33','\x06','\x10','\x3f','\x06','\x60','\x1e','\x00','\x08','\x00','\x0e','\x08','\x06','\x0c','\x8f','\xff','\x8c','\xf8','\x06','\x4c','\xd8','\xe4','\x6c','\xc0','\xc0','\x6c','\x9f','\xfe','\x6d','\x00','\xc0','\x0c','\x08','\xcc','\x0c','\xcf','\xfe','\xff','\xec','\xcc','\x1b','\x0c','\xcc','\x1b','\x0f','\xfc','\x1b','\x0c','\xcc','\x1b','\x0c','\xcc','\x1b','\x0f','\xfc','\x13','\x2c','\xcc','\x33','\x40','\xc0','\x33','\x80','\xc6','\x23','\xbf','\xff','\x67','\x00','\xc0','\x42','\x00','\xc0','\x80','\x00','\xc0','\x00','\x00','\xc0','\x03','\x02','\x30','\x03','\x03','\xf8','\x06','\x83','\x30','\x06','\x63','\x30','\x0c','\x33','\x30','\x0b','\xb3','\x30','\x1b','\x03','\x30','\x13','\x63','\x30','\x3f','\xf3','\x30','\x58','\x63','\x30','\x98','\x63','\x30','\x1f','\xe3','\x30','\x18','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x30','\x1f','\xe3','\x30','\x18','\x03','\x30','\x18','\x83','\x30','\x18','\x63','\x32','\x18','\xb6','\x32','\x1b','\x36','\x32','\x7e','\x0c','\x33','\x38','\x18','\x3f','\x20','\x60','\x1e','\x40','\x60','\xe0','\x7f','\xf0','\xc0','\x66','\x00','\xc6','\x66','\x1f','\xff','\x66','\x40','\xc0','\x7f','\xe1','\xa0','\x66','\x01','\x98','\x66','\x03','\x0c','\x66','\x4c','\x0c','\x7f','\xe0','\x00','\x66','\x1f','\xff','\x66','\x00','\x0c','\x66','\x64','\x6c','\x7f','\xf7','\xec','\x60','\x66','\x6c','\x00','\x66','\x6c','\x55','\x66','\x6c','\x55','\x66','\x6c','\x55','\x67','\xec','\xd0','\x66','\x6c','\xc0','\xe0','\x0c','\x00','\xc0','\x0c','\x07','\xc0','\x7c','\x01','\x80','\x18','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x10','\x80','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x8c','\x40','\x00','\xec','\x70','\x00','\xcc','\x60','\x01','\xcc','\x50','\x01','\x8c','\x88','\x03','\x8f','\xfc','\x03','\x0d','\xcc','\x06','\x0d','\x02','\x0c','\x0c','\x03','\x30','\x0f','\xff','\xc0','\x07','\xfe','\x01','\x00','\x00','\x01','\xc3','\x00','\x03','\xff','\x80','\x07','\x06','\x00','\x0e','\x04','\x60','\x1f','\xff','\xf0','\x36','\x18','\x60','\xc6','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x1a','\x1f','\xff','\xfa','\x18','\x18','\x03','\x00','\x18','\x03','\x00','\x0f','\xfe','\x04','\x41','\x00','\x07','\x31','\xc0','\x06','\x19','\x80','\x06','\x19','\x80','\x0c','\x03','\x00','\x0c','\x03','\x30','\x18','\xff','\xf8','\x18','\x06','\x30','\x38','\x06','\x30','\x38','\x0c','\x60','\x58','\x0f','\xf8','\x98','\x18','\x18','\x18','\x10','\x10','\x18','\x30','\x36','\x18','\x7f','\xff','\x18','\x40','\x06','\x18','\x80','\x86','\x19','\x24','\x66','\x1a','\x92','\x36','\x18','\x9b','\x36','\x18','\xdb','\x0c','\x18','\xc0','\x0c','\x18','\x00','\x7c','\x18','\x00','\x18','\x08','\x20','\xc0','\x0e','\x18','\xc0','\x0c','\x19','\x08','\x0d','\xff','\xfc','\x18','\x06','\x00','\x18','\x06','\x00','\x19','\xff','\xf8','\x30','\x06','\x00','\x30','\x06','\x04','\x73','\xff','\xfe','\xb0','\x10','\x00','\x30','\x79','\xd0','\x33','\xe1','\x8c','\x30','\x61','\x8c','\x30','\x61','\x82','\x37','\xff','\xff','\x30','\x61','\x90','\x30','\x6c','\x9c','\x37','\xf0','\xd8','\x33','\x60','\x72','\x32','\x60','\xe2','\x30','\x63','\xba','\x33','\xec','\x1f','\x30','\xc0','\x07','\x1c','\x00','\xe0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc6','\x19','\xbf','\xff','\xff','\xc0','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xcc','\x31','\x9f','\xfe','\x33','\x04','\x0c','\x63','\x04','\x0c','\x63','\x02','\x18','\x63','\x03','\x18','\x66','\x01','\x30','\xd6','\x01','\xb0','\xcc','\x00','\xe0','\x0e','\x00','\xe0','\x0b','\x01','\xb0','\x1b','\x83','\x38','\x11','\x86','\x1f','\x21','\x8c','\x0e','\xc0','\x70','\x06','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x04','\xc2','\x00','\xc8','\xc3','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x01','\xc0','\x06','\x61','\x90','\x07','\xf1','\x88','\x06','\x01','\x8c','\x46','\x31','\x8c','\x7f','\xf9','\x80','\x60','\x31','\x86','\x66','\x21','\x9f','\x67','\x81','\xf0','\x7e','\x0f','\x84','\x66','\x21','\x87','\x63','\xe1','\x86','\x60','\x01','\x86','\x62','\x80','\xcc','\x62','\x90','\xcc','\x72','\x9c','\xc8','\x7a','\x98','\x58','\x6a','\x90','\x72','\x6a','\xa0','\x22','\x42','\x80','\x72','\x42','\x98','\xda','\x7f','\xe1','\x9f','\x9e','\x03','\x0f','\x10','\x1c','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0d','\xbf','\xff','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x88','\x0c','\x0f','\x08','\x0c','\xfc','\x04','\x18','\x6c','\x06','\x18','\x4c','\x02','\x30','\x0c','\x03','\x30','\x0c','\x01','\xe0','\x0c','\x00','\xc0','\x0c','\x01','\xe0','\x0c','\x03','\x38','\x0c','\x06','\x1f','\x7c','\x18','\x0e','\x18','\xe0','\x06','\x1c','\xe0','\x06','\x18','\xcd','\xff','\x18','\xce','\x06','\x18','\xd8','\x04','\x18','\xe0','\x48','\x1a','\xc4','\x30','\xff','\xc6','\x18','\x18','\xfe','\x18','\x18','\x7c','\x06','\x18','\x81','\xff','\x18','\xc0','\x36','\x1a','\xc0','\x34','\x1c','\xfd','\x30','\xf8','\xb1','\xb0','\x79','\x31','\xb2','\x58','\x31','\xbf','\x1b','\xff','\x30','\x18','\x61','\x30','\x18','\x61','\x30','\x18','\x53','\x30','\x18','\xda','\xb0','\x18','\x9a','\x70','\xf9','\x04','\x3f','\x32','\x08','\x0e','\x1c','\xe1','\x00','\x18','\xc1','\xc0','\x18','\xc1','\x80','\x18','\xd9','\x80','\xff','\xfd','\x80','\x18','\xc1','\x06','\x18','\xc3','\xff','\x18','\xc3','\x06','\x1f','\xc2','\x04','\x18','\xc6','\x68','\x18','\xc4','\x60','\x18','\xc8','\x60','\x1f','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\xd0','\x18','\xc0','\xd0','\x18','\xd8','\xd0','\xff','\xfc','\x98','\x11','\x01','\x88','\x1c','\xc1','\x0c','\x18','\x63','\x0c','\x30','\x62','\x0f','\x60','\x04','\x06','\x80','\x18','\x06','\x0e','\x08','\x30','\x0c','\x06','\x30','\x0c','\x06','\x44','\x4c','\x7f','\xfe','\x6c','\x01','\x80','\x6d','\x01','\x80','\x7f','\xbf','\xfc','\x4c','\x01','\x80','\x4c','\x01','\x82','\x8c','\xff','\xff','\x0c','\x00','\x00','\x0c','\x84','\xe8','\x0f','\x1e','\xc6','\xfc','\xf8','\xc2','\x6c','\x18','\xc0','\x4d','\xff','\xff','\x0c','\x18','\xc8','\x0c','\x1e','\x4c','\x0d','\xf8','\x58','\x0c','\xd8','\x32','\x0c','\x98','\x72','\x0c','\x18','\xda','\x0c','\xfb','\x0f','\x0c','\x30','\x03','\x38','\x00','\x0c','\x30','\xcf','\xfe','\x31','\xe0','\x0c','\x37','\x02','\x18','\x38','\x01','\xa0','\x30','\x40','\xc0','\x30','\x60','\xc0','\x3f','\xe0','\x06','\x1f','\xdf','\xff','\x20','\x00','\xc6','\x38','\x00','\xc4','\x30','\x88','\xc8','\x3f','\xce','\xc0','\x66','\x0c','\xc0','\x86','\x0c','\xc6','\x06','\x4c','\xff','\xff','\xec','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x1b','\x1a','\xc0','\x19','\x99','\xc0','\x31','\xb0','\xe0','\x60','\x60','\x7f','\x83','\x80','\x1e','\x0e','\x00','\x0c','\x0c','\x00','\x3e','\x0c','\x08','\xf0','\x0c','\x0f','\x60','\x0c','\xcc','\x60','\xff','\xec','\x60','\x01','\x8c','\x60','\x01','\x8c','\x60','\x03','\x0c','\x60','\x03','\x0c','\x66','\x06','\x0f','\xff','\x0d','\x0c','\x60','\x0c','\x8c','\x60','\x1c','\xcc','\x60','\x2c','\xcc','\x60','\xcc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0c','\x0c','\x1a','\x0c','\x0c','\x1a','\x0c','\x0c','\xce','\x0c','\x7f','\x0e','\x0c','\x38','\x07','\x0c','\x20','\x03','\x01','\x01','\x80','\x00','\xc1','\xc0','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x63','\xa0','\x03','\xf3','\x18','\x3d','\x83','\x18','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x18','\x01','\xf1','\x9c','\xff','\x81','\xb0','\x79','\x80','\xc2','\x41','\x81','\xe2','\x01','\x87','\x3a','\x1f','\x98','\x1f','\x07','\x00','\x07','\x00','\x08','\x30','\x0e','\x06','\x20','\x0c','\x02','\x44','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x4c','\x81','\x80','\x7f','\x9f','\xfc','\x4c','\x81','\x80','\x4c','\x81','\x82','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x82','\x68','\x4c','\x8f','\x66','\x7f','\xbc','\x62','\x4c','\x8c','\x60','\x0c','\x7f','\xff','\x0d','\x0c','\x64','\x0d','\x0c','\x26','\x0f','\x8f','\x2c','\xf9','\xfc','\x18','\x61','\xac','\x3a','\x40','\x0c','\x6e','\x00','\x7d','\x87','\x00','\x18','\x03','\x03','\x00','\xe0','\x7f','\x80','\xc0','\x00','\x10','\xc0','\x00','\x10','\xc6','\x01','\xbf','\xff','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x08','\x18','\x03','\x0f','\xfc','\x7f','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x03','\x0f','\xf8','\x7f','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x43','\x0c','\x18','\x7f','\x8f','\xf8','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1a','\x7f','\x7f','\xff','\x63','\x00','\x00','\x06','\x08','\x30','\x7f','\x06','\x20','\x00','\x02','\x44','\x00','\x7f','\xfe','\x03','\x01','\x80','\xff','\x81','\x80','\x00','\x3f','\xfc','\x00','\x01','\x80','\x06','\x01','\x82','\x7f','\x7f','\xff','\x00','\x00','\x00','\x00','\x06','\x68','\x06','\x1f','\x66','\x7f','\x6c','\x62','\x00','\x0c','\x60','\x00','\xff','\xff','\x46','\x0c','\x64','\x7f','\x0c','\x26','\x66','\x0f','\x2c','\x66','\xfc','\x18','\x66','\x6c','\x3a','\x66','\x0c','\x6e','\x7e','\x7d','\x87','\x66','\x18','\x03','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x06','\x0d','\x1f','\xff','\xff','\xb0','\x06','\x0c','\x67','\x06','\x0c','\x86','\x46','\x0c','\x26','\x76','\x0c','\x26','\x66','\x0c','\xb6','\xc6','\x0f','\x37','\x06','\xfc','\x06','\x26','\x6c','\x7f','\xf6','\x4c','\x0e','\x06','\x0c','\x1f','\x06','\x0c','\x16','\xc6','\x0c','\x36','\x66','\x0c','\x66','\x66','\x0d','\x86','\x0c','\x0c','\x06','\x0c','\x7c','\x06','\x7c','\x18','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x04','\xc3','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x72','\x0c','\x34','\x63','\x8c','\x63','\x67','\x0c','\x83','\x64','\x0c','\x00','\x68','\xcc','\x7f','\xff','\xec','\x01','\xe0','\x0c','\x03','\xf0','\x0c','\x03','\x6c','\x0c','\x06','\x66','\x18','\x0c','\x63','\x18','\x18','\x63','\x18','\x60','\x60','\xf8','\x00','\x60','\x30','\x1d','\xc2','\x00','\x19','\x83','\x80','\x19','\xa3','\x00','\xff','\xf6','\x06','\x19','\x87','\xff','\x19','\x8c','\x06','\x1f','\x88','\x86','\x06','\x14','\x96','\x46','\x64','\x96','\x7f','\xe2','\xa6','\x66','\x62','\xa6','\x66','\x60','\x86','\x66','\x7f','\xfe','\x66','\x61','\x86','\x7f','\xe3','\xc6','\x66','\x63','\xa6','\x06','\x02','\xa6','\x06','\x66','\xb6','\xff','\xf4','\xb6','\x06','\x08','\x86','\x06','\x10','\x8c','\x06','\x20','\x8c','\x06','\x00','\xfc','\x06','\x00','\x98','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x43','\x0c','\x00','\x7f','\x8c','\x06','\x63','\x1f','\xff','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x30','\x00','\x63','\x20','\x30','\x63','\x7f','\xf8','\x63','\x80','\xe0','\x63','\x01','\xc0','\x63','\x03','\x80','\x63','\x07','\x00','\x63','\x0e','\x00','\x7f','\x1c','\x00','\x63','\x18','\x02','\x60','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x3c','\x07','\x00','\x1f','\xff','\x00','\x07','\xfe','\x00','\x1c','\x00','\x00','\x19','\x06','\x46','\xff','\xff','\x7f','\x18','\x66','\x66','\x18','\x66','\x66','\x1a','\x66','\x66','\xff','\x66','\x66','\x18','\x46','\x66','\x18','\xc6','\x66','\x18','\x8e','\x66','\x1e','\x8c','\x67','\xf9','\x7c','\x66','\xe2','\x18','\x66','\x87','\x00','\x7e','\x06','\x00','\x60','\x06','\x06','\x63','\xff','\xff','\x00','\x0d','\x00','\x00','\x0c','\x80','\x00','\x18','\xc0','\x00','\x18','\x70','\x00','\x30','\x3f','\x00','\xc0','\x1e','\x07','\x00','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x01','\x8c','\x1d','\xbf','\xfe','\x3d','\x80','\x00','\x2c','\x00','\x00','\x2c','\x10','\x0c','\x6c','\x1f','\xfe','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1c','\x00','\x18','\x18','\x3f','\xfc','\x18','\x00','\x38','\x18','\x06','\x60','\x1b','\x01','\x86','\xff','\xff','\xff','\x18','\x06','\xc4','\x18','\x0c','\xc8','\x18','\x70','\xc0','\x3c','\x07','\xc0','\x3a','\x41','\x86','\x3b','\x7f','\xff','\x3b','\x66','\x66','\x78','\x66','\x66','\x58','\x6c','\x7e','\x58','\x68','\x3e','\x98','\x70','\x06','\x18','\x67','\xe6','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x67','\xe6','\x18','\x60','\x06','\x18','\x60','\x3e','\x18','\x60','\x0c','\x03','\x01','\xc0','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x81','\x80','\x00','\x01','\x8c','\x00','\x3f','\xfe','\x03','\x00','\x00','\x7f','\x80','\x00','\x00','\x10','\x0c','\x00','\x1f','\xfe','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x7f','\x18','\x0c','\x63','\x18','\x0c','\x00','\x00','\xe0','\x00','\x60','\xc0','\xff','\xf0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x00','\xff','\x18','\x00','\xc0','\x18','\x00','\xc0','\x10','\xc0','\xc0','\x3f','\xe0','\xc0','\x38','\xc0','\xc0','\x78','\xc8','\xc6','\x58','\xcf','\xff','\x98','\xcc','\x06','\x18','\xcc','\x06','\x18','\xcc','\x06','\x18','\xcc','\x06','\x1f','\xcc','\x06','\x18','\xcc','\x06','\x18','\xcc','\x06','\x18','\x0f','\xfe','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0d','\x8c','\x0c','\xff','\xcf','\xfe','\x0c','\x08','\xc0','\x0c','\x18','\xc0','\x0c','\x10','\xc0','\x1e','\x20','\xc0','\x1d','\x00','\xc0','\x1d','\x80','\xc6','\x3d','\xbf','\xff','\x2c','\x00','\xc0','\x2c','\x00','\xc0','\x6c','\x00','\xc0','\x4c','\x00','\xc0','\x8c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x00','\x00','\xf0','\x00','\x1f','\xf8','\x3f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x80','\x07','\x18','\xf0','\x1c','\x38','\x3f','\xe0','\x74','\x0e','\x00','\xe3','\x00','\x01','\x81','\xe0','\x07','\x1c','\x7f','\x1c','\x18','\x9e','\xe2','\x18','\xe6','\x01','\x99','\xc0','\x01','\x9a','\x00','\x00','\x18','\x00','\x00','\xdb','\x00','\x7f','\x18','\xf0','\x38','\x18','\x3c','\x20','\xf8','\x0c','\x00','\x30','\x00','\x03','\x80','\x00','\x03','\x02','\x06','\x03','\x03','\xff','\x03','\x03','\x06','\x03','\x33','\x06','\x7f','\xfb','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x1b','\x06','\xff','\xff','\x06','\x04','\x03','\x06','\x07','\x03','\x06','\x06','\x03','\x06','\x06','\x03','\x06','\x0c','\x43','\x06','\x0c','\x23','\x06','\x08','\x33','\x06','\x11','\xdb','\x3e','\xfe','\x1b','\x0c','\x70','\x1b','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x80','\x06','\x60','\xe0','\x04','\x60','\xc1','\x88','\x01','\xff','\xc0','\x03','\x03','\x80','\x06','\x87','\x00','\x0c','\x4e','\x00','\x30','\x7c','\x00','\x00','\x38','\x00','\x00','\x6c','\x00','\x01','\xc7','\x80','\x03','\x01','\xff','\x0e','\x00','\x7e','\x3b','\xff','\xce','\xc3','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x23','\x1c','\x46','\x3f','\x98','\x7f','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x19','\x66','\x33','\xff','\xe6','\x33','\x18','\x66','\x3f','\x18','\x66','\x33','\x18','\x66','\x33','\x19','\x66','\x33','\xff','\xe6','\x33','\x10','\x66','\x33','\x1c','\x66','\x3f','\x18','\x66','\x33','\x18','\x66','\x33','\x10','\x66','\x33','\x24','\x66','\x33','\x22','\x66','\x63','\xff','\x7e','\x63','\x73','\x6c','\x63','\x43','\x60','\x43','\x00','\x60','\x5f','\x00','\x60','\x86','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x0c','\x00','\x1f','\xfe','\x00','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x30','\xe4','\x18','\x3f','\x00','\x1b','\xf0','\x08','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x1f','\xf8','\x18','\x00','\x00','\x19','\x00','\x0c','\x39','\xff','\xfe','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\xff','\xfe','\x21','\x80','\x00','\x61','\x80','\x00','\x41','\x80','\x0c','\x81','\xff','\xfe','\x01','\x80','\x00','\x00','\x00','\x40','\x40','\x20','\x70','\x30','\x18','\x60','\x18','\x0c','\x40','\x0c','\x0c','\x86','\x0d','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x73','\x1c','\x00','\x63','\x18','\x0c','\x63','\x18','\xfe','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x30','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x03','\xf0','\x04','\x1f','\x00','\x07','\xe0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x18','\x07','\xff','\xfc','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc1','\x80','\x00','\xff','\xc0','\x00','\xc1','\x80','\x01','\x81','\x80','\x01','\x83','\x00','\x03','\x03','\x00','\x02','\x03','\x00','\x04','\x06','\x00','\x08','\x06','\x00','\x30','\x0d','\x00','\x00','\x0d','\x00','\x00','\x18','\x80','\x00','\x30','\x80','\x00','\x60','\x40','\x00','\xc0','\x60','\x01','\x80','\x30','\x03','\x00','\x38','\x06','\x00','\x1f','\x18','\x00','\x0e','\xe0','\x00','\x06','\x04','\x0e','\x00','\x07','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x60','\x19','\xff','\xf0','\x18','\x0c','\x60','\x38','\x0c','\x60','\x38','\x0c','\x60','\x58','\x0c','\x60','\x98','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x62','\x18','\x30','\x62','\x18','\x60','\x63','\x18','\xc0','\x7f','\x1b','\x00','\x3e','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x18','\x07','\x00','\x18','\x07','\x80','\x38','\x0f','\x80','\x38','\x0f','\x40','\x58','\x0b','\x40','\x98','\x1b','\x60','\x18','\x1b','\x20','\x18','\x33','\x30','\x18','\x33','\x18','\x18','\x63','\x1f','\x18','\xc3','\x0e','\x19','\x83','\x06','\x1a','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x3f','\xff','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x43','\x00','\x03','\x46','\x30','\x03','\x47','\xf8','\x03','\x26','\x30','\x03','\x20','\x30','\x06','\x30','\x60','\x06','\x10','\x60','\x06','\x18','\xc0','\x04','\x08','\xc0','\x0c','\x0d','\x80','\x08','\x07','\x00','\x18','\x07','\x80','\x10','\x0d','\xc0','\x20','\x38','\xf0','\x40','\xe0','\x7f','\x83','\x80','\x3e','\x1c','\x00','\x0e','\x00','\x00','\x30','\x00','\xff','\xf8','\x00','\x18','\x30','\x43','\x18','\x30','\x7f','\x98','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\xcc','\x63','\x18','\xfe','\x63','\x18','\xcc','\x63','\x34','\x0c','\x63','\x34','\x0c','\x63','\x32','\x18','\x63','\x32','\x18','\x63','\x33','\x18','\x7f','\x61','\x30','\x63','\x61','\xb0','\x60','\x60','\xe0','\x60','\xc0','\xe0','\x00','\xc1','\xb0','\x01','\x83','\x38','\x03','\x06','\x1f','\x0c','\x18','\x0e','\x00','\xe0','\x06','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x08','\xc4','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x10','\x00','\x10','\x20','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x30','\xff','\xff','\xf8','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x10','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x07','\xe0','\x00','\x01','\xc0','\x01','\x00','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x18','\x1f','\xff','\xfc','\x30','\x00','\x18','\xc0','\x00','\x18','\x00','\x00','\x18','\x0f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0f','\xff','\xf8','\x00','\x00','\x18','\x01','\xd0','\x00','\x01','\x8c','\x10','\x11','\x86','\x0c','\x11','\x86','\x46','\x21','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x07','\x41','\x00','\x06','\x31','\xc0','\x06','\x31','\x80','\x06','\x01','\x80','\x06','\x31','\x80','\xff','\xfb','\x00','\x06','\x03','\x06','\x06','\x03','\xff','\x46','\x42','\x10','\x26','\x76','\x1c','\x36','\x65','\x18','\x36','\x89','\x18','\x36','\x01','\x18','\x06','\x01','\x30','\x07','\x00','\xb0','\x0e','\xc0','\xb0','\x36','\x60','\xe0','\xe6','\x30','\x40','\x66','\x30','\xe0','\x46','\x00','\xb0','\x06','\x01','\x98','\x06','\x03','\x1f','\x3e','\x0c','\x0e','\x0c','\x30','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x06','\x00','\x0d','\x86','\x00','\xff','\xc6','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x1e','\x0f','\xfe','\x1d','\x98','\x0c','\x1c','\xd8','\x0c','\x3c','\xd8','\x0c','\x2c','\x00','\x0c','\x2c','\x00','\x0c','\x6c','\x00','\x0c','\x4c','\x00','\x0c','\x8c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x70','\x0c','\x07','\xe0','\x0c','\x01','\xc0','\x00','\x1d','\x00','\x00','\x18','\xc0','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x10','\x0c','\x18','\x1c','\x06','\x18','\x18','\x03','\x1c','\x30','\x03','\x1c','\x60','\x00','\x1a','\x80','\x00','\x1a','\x00','\x00','\x59','\x00','\x00','\x99','\x80','\x03','\x18','\xc0','\x0e','\x18','\x70','\x7c','\x18','\x3e','\x30','\x18','\x1c','\x20','\x18','\x0c','\x01','\xf8','\x00','\x00','\x70','\x00','\x10','\x00','\x30','\x0c','\xff','\xf8','\x06','\x18','\x30','\x06','\x18','\x30','\x00','\x18','\x60','\x00','\x18','\x60','\x80','\x18','\x60','\x60','\x18','\xcc','\x32','\x18','\xfe','\x32','\x34','\xcc','\x04','\x34','\x0c','\x04','\x34','\x0c','\x0c','\x32','\x18','\x08','\x32','\x18','\x18','\x33','\x18','\x18','\x21','\x30','\x30','\x61','\xb0','\xf0','\x60','\xe0','\x70','\x40','\xe0','\x30','\xc1','\xb0','\x30','\x83','\x38','\x31','\x06','\x1f','\x3a','\x18','\x0e','\x18','\x60','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x0c','\x81','\xff','\xfe','\x60','\x00','\x00','\x32','\x00','\x20','\x32','\x40','\x38','\x04','\x20','\x30','\x04','\x20','\x30','\x0c','\x30','\x30','\x08','\x30','\x60','\x18','\x10','\x60','\x18','\x18','\x60','\x30','\x18','\x40','\xf0','\x18','\xc0','\x70','\x18','\x80','\x30','\x00','\x80','\x30','\x01','\x00','\x30','\x01','\x06','\x3b','\xff','\xff','\x18','\x00','\x00','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x83','\x00','\x03','\xff','\x80','\x06','\x07','\x00','\x0c','\x0e','\x00','\x18','\x1d','\x00','\x60','\x30','\xc0','\x00','\xe0','\x70','\x01','\x80','\x3f','\x06','\x1c','\x1e','\x18','\x18','\x06','\xe0','\x18','\x20','\x02','\x18','\x38','\x02','\x18','\x70','\x04','\x34','\xc0','\x1c','\x35','\x00','\x18','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x03','\xa0','\x00','\x03','\x18','\x03','\x03','\x18','\xff','\x83','\x00','\x18','\x03','\x06','\x18','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x43','\x08','\x1b','\x23','\x0e','\xff','\xb3','\x0c','\x18','\x33','\x88','\x18','\x33','\x90','\x18','\x03','\x40','\x18','\x03','\x40','\x18','\x0b','\x60','\x19','\x13','\x20','\x1e','\x33','\x30','\xf8','\x63','\x18','\x71','\xe3','\x1f','\x40','\xc3','\x0e','\x00','\x83','\x06','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x10','\x01','\x83','\x00','\x03','\x03','\xfe','\x06','\x01','\xfe','\x38','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\xc0','\x7f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc2','\x03','\x00','\xc2','\x06','\x00','\xc3','\x18','\x00','\xff','\xe0','\x00','\x7e','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x08','\x60','\xc3','\x10','\x61','\x83','\x00','\x03','\x03','\xfe','\x0d','\xc1','\xfe','\x71','\x80','\x00','\x1f','\xf7','\xfc','\x18','\x30','\x0c','\x1f','\xf2','\x0c','\x18','\x33','\xfc','\x18','\x33','\x00','\x1f','\xf3','\x0c','\x18','\x33','\xfe','\x18','\x36','\x0c','\xff','\xf6','\x0c','\x01','\xb0','\x0c','\x03','\x30','\x0c','\x0e','\x30','\x1c','\x38','\x30','\x18','\xc1','\xf0','\xf8','\x00','\x60','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x67','\x06','\x1f','\xf7','\xff','\x34','\x0c','\x80','\x62','\x08','\x60','\x83','\x10','\x30','\x03','\x20','\x30','\x00','\x03','\x00','\x3f','\xff','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x30','\x01','\xa7','\xf8','\x01','\xa6','\x30','\x01','\x90','\x60','\x03','\x18','\x60','\x03','\x0c','\xc0','\x06','\x07','\x80','\x0c','\x03','\x00','\x18','\x07','\xc0','\x30','\x1c','\xff','\xc0','\x70','\x3e','\x03','\x80','\x0e','\x08','\x00','\x00','\x0e','\x00','\x30','\x0c','\x7f','\xf8','\x08','\x0c','\x30','\x92','\x0c','\x30','\x63','\x8c','\x60','\x33','\x0c','\x60','\x36','\x0c','\x60','\x0c','\x0c','\xcc','\x09','\x0c','\xfe','\x10','\x8c','\xcc','\xff','\xda','\x0c','\x7c','\xda','\x18','\x4c','\xd9','\x18','\x0c','\x19','\x18','\x4e','\x19','\xb0','\x7d','\x10','\xb0','\x6d','\xb0','\x60','\x6d','\xa0','\xe0','\x4c','\x61','\xb0','\x4c','\x43','\x38','\x8c','\x86','\x1f','\x0d','\x18','\x0e','\x0c','\x60','\x06','\x08','\x00','\x38','\x0e','\x00','\x30','\x0c','\x07','\x30','\x08','\x06','\x30','\x92','\x06','\x30','\x63','\x86','\x30','\x33','\x06','\x30','\x36','\x06','\x30','\x0c','\x06','\x30','\x09','\x06','\x30','\x10','\x86','\x30','\xff','\xc6','\x30','\x7c','\xc6','\x30','\x4c','\xc6','\x32','\x0c','\x06','\x37','\x4c','\x06','\x3c','\x7e','\x06','\xf0','\x6d','\x87','\x30','\x6c','\xd8','\x30','\x4c','\xc0','\x30','\x4c','\x00','\x30','\x8c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x08','\x01','\x80','\x0e','\x01','\x80','\x0c','\x03','\x80','\x08','\x03','\x40','\x92','\x03','\x40','\x63','\x86','\x20','\x33','\x06','\x30','\x36','\x0c','\x18','\x0c','\x08','\x1c','\x0a','\x10','\x0f','\x11','\x20','\x26','\xff','\xcf','\xf0','\x7d','\x80','\x00','\x4d','\x80','\x00','\x0c','\x10','\x18','\x4e','\x1f','\xfc','\x7d','\x98','\x18','\x6c','\xd8','\x18','\x6c','\xd8','\x18','\x4c','\x18','\x18','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x38','\x00','\x00','\x30','\x40','\x0c','\x30','\x7f','\xfe','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x7f','\xfc','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x7f','\xfc','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x08','\x18','\x00','\x0e','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x00','\x18','\x18','\x00','\x30','\x18','\x00','\x20','\x18','\x00','\x40','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe1','\x00','\x00','\xc0','\xc0','\x01','\x80','\x60','\x01','\x00','\x30','\x02','\x03','\xd8','\x3f','\xfc','\x1c','\x1f','\x80','\x0c','\x10','\x00','\x0c','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x06','\x1f','\xff','\xff','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x32','\x0c','\x18','\x33','\xff','\xfc','\x33','\x00','\x18','\x23','\x00','\x18','\x63','\x00','\x18','\x43','\x00','\x18','\x83','\x00','\x18','\x03','\xff','\xf8','\x03','\x00','\x18','\x20','\x00','\x18','\x3f','\xff','\xfc','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x60','\x3f','\xff','\xf0','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x3f','\xff','\xe0','\x30','\x00','\x60','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0d','\x98','\x00','\xff','\xd8','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\x1e','\x18','\x0c','\xfc','\x18','\x0c','\x6c','\x1f','\xfc','\x4c','\x18','\x0c','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x06','\x7c','\x1f','\xff','\x18','\x18','\x00','\x1c','\x40','\x00','\x18','\x70','\x98','\x18','\x60','\xfc','\x18','\x60','\x98','\x18','\x60','\x98','\x1b','\x60','\x98','\xff','\xec','\x98','\x18','\x7e','\x98','\x18','\xcc','\x98','\x18','\xcc','\x98','\x18','\xcc','\x98','\x1a','\x8c','\x98','\x1d','\x8c','\x98','\xf9','\x4c','\x9a','\x79','\x48','\x9a','\x5a','\x29','\x9a','\x18','\x39','\x1b','\x18','\x11','\x1f','\x18','\x3a','\x0e','\x18','\x2c','\x00','\x18','\x67','\x00','\x18','\xc3','\xe0','\xf9','\x80','\xff','\x36','\x00','\x3e','\x00','\x40','\x40','\x10','\x30','\x70','\x0c','\x18','\x60','\x06','\x18','\xc0','\x06','\x00','\x80','\x00','\x01','\x06','\xff','\xff','\xff','\x03','\x00','\x80','\x03','\x00','\x40','\x06','\x03','\x60','\x06','\x1f','\xb8','\x0d','\xf8','\x1f','\x18','\x18','\x0e','\x30','\x18','\xc6','\xc7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x20','\x40','\x06','\x18','\x7f','\xff','\x0c','\x60','\x00','\x8c','\x60','\x00','\x41','\x7f','\xf8','\x62','\x60','\x18','\x64','\x60','\x18','\x0c','\x60','\x18','\x18','\x7f','\xf8','\xf0','\x60','\x00','\x70','\x60','\x00','\x30','\x60','\x06','\x30','\x7f','\xff','\x38','\x60','\x00','\x18','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x80','\x01','\xd8','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x30','\x00','\x1f','\xf8','\x00','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x0c','\x18','\x31','\xc8','\x18','\x3e','\x10','\x1b','\xf0','\x04','\x18','\x30','\x06','\x18','\x3f','\xfe','\x18','\x1f','\xfc','\x18','\x00','\x00','\x18','\x39','\xc0','\x18','\x31','\x88','\x32','\x31','\x8e','\x31','\x31','\x8c','\x31','\xb1','\x98','\x21','\xb1','\x90','\x61','\xb1','\xa0','\x40','\x31','\x80','\x80','\x31','\x86','\x0f','\xff','\xff','\x03','\x04','\x00','\x7f','\x87','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\x8c','\x0c','\xff','\xcf','\xfe','\x00','\x18','\xc0','\x00','\x10','\xc0','\x03','\x20','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\x03','\x3f','\xff','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x43','\x00','\xc0','\x7f','\x80','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x7f','\x00','\xc0','\x63','\x00','\xc0','\x40','\xc0','\x00','\x7f','\xe8','\x06','\x60','\xcf','\xff','\x60','\xcc','\x00','\x60','\xcc','\x00','\x60','\xcc','\x00','\x60','\xcc','\x00','\x60','\xcc','\x0c','\x7f','\xcf','\xfe','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x76','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\x4c','\x0c','\x67','\xef','\xfc','\x66','\x0c','\x0c','\x66','\x0c','\x00','\x66','\x0c','\x00','\x66','\x0c','\x00','\x66','\x0c','\x00','\x66','\xcc','\x06','\xff','\x0f','\xff','\x78','\x0c','\x00','\x40','\x0c','\x00','\x06','\x08','\x06','\x06','\x0f','\xff','\x0d','\x0c','\x06','\x0c','\xcc','\x06','\x08','\x6c','\x06','\x18','\x6c','\x06','\x10','\x0f','\xfe','\x21','\x8c','\x06','\x3f','\xcc','\x70','\x46','\x0c','\x60','\x86','\x0c','\x66','\x06','\xcf','\xff','\x7f','\xec','\x60','\x06','\x0c','\x60','\x06','\x8c','\x60','\x46','\xee','\x66','\x26','\xcb','\xff','\x36','\x9b','\x06','\x37','\x1b','\x06','\x06','\x13','\x06','\x06','\xf3','\x06','\xff','\x23','\x06','\x78','\x43','\xfe','\x40','\x83','\x06','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x60','\x06','\x1f','\xf0','\x00','\x30','\xc0','\x00','\x30','\x80','\x80','\x61','\x00','\x62','\xc2','\x0c','\x33','\xff','\xfe','\x32','\x63','\x0c','\x04','\x63','\x0c','\x04','\x63','\x0c','\x0c','\x7f','\xfc','\x08','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x30','\x7f','\xfc','\xf0','\x60','\x0c','\x70','\x00','\x00','\x30','\x51','\x10','\x30','\x48','\x8c','\x30','\x8c','\xc6','\x3b','\x8c','\xc7','\x1b','\x0c','\xc3','\x08','\x80','\x00','\x0e','\xe0','\x46','\x0c','\xc0','\x7f','\x19','\xff','\x66','\x31','\x10','\x66','\xca','\x10','\x66','\x0d','\xff','\xe6','\x0c','\x10','\x66','\x18','\x90','\x66','\x38','\x9f','\x66','\xd8','\x90','\x66','\x18','\x90','\x66','\x18','\x93','\x7e','\x1b','\xfc','\x6c','\x19','\xc0','\x60','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\xff','\xff','\xff','\x02','\x0c','\x00','\x03','\x8c','\xc0','\x07','\x0c','\x3c','\x1c','\x7c','\x0e','\x60','\x18','\x06','\x01','\x00','\x00','\x01','\xc0','\x00','\x01','\x86','\x00','\x03','\xff','\x00','\x03','\x06','\x00','\x06','\x04','\x00','\x0c','\x08','\x30','\x1f','\xff','\xf8','\x2c','\x18','\x30','\xcc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x08','\x84','\x30','\x10','\x43','\x0c','\x30','\x61','\x86','\xe0','\x61','\x87','\xc0','\x61','\x83','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x38','\x00','\x00','\xe0','\x00','\x13','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x70','\x00','\x01','\xc0','\x00','\x16','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x40','\x0e','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x0c','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x04','\x1c','\xe0','\x07','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xcc','\x19','\xff','\xfe','\x18','\x18','\xc0','\x38','\x18','\xc0','\x38','\x18','\xc0','\x58','\x18','\xc0','\x98','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc6','\x1b','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x80','\x18','\x1c','\x60','\x18','\x38','\x30','\x18','\x30','\x18','\x18','\x60','\x1c','\x18','\xc0','\x0c','\x1b','\x00','\x0c','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x0c','\x0d','\xff','\xfe','\x0c','\x06','\x00','\x18','\x06','\x10','\x19','\x06','\x1c','\x38','\xc6','\x18','\x38','\x66','\x30','\x58','\x66','\x20','\x98','\x06','\x40','\x18','\x06','\x06','\x1b','\xff','\xff','\x18','\x0d','\x00','\x18','\x0d','\x00','\x18','\x0c','\x80','\x18','\x18','\xc0','\x18','\x18','\x60','\x18','\x30','\x70','\x18','\x20','\x38','\x18','\x40','\x1f','\x18','\x80','\x0e','\x1b','\x00','\x06','\x04','\x00','\x60','\x07','\x03','\xf0','\x06','\x7f','\x00','\x06','\x06','\x00','\x0c','\x06','\x0c','\x0d','\xff','\xfe','\x18','\x0c','\x40','\x18','\x18','\x20','\x38','\x3f','\xf8','\x38','\x68','\x5f','\x58','\xc8','\x46','\x9b','\x0f','\xc0','\x18','\x00','\x00','\x18','\x80','\x0c','\x18','\xff','\xfe','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xcf','\xcc','\x18','\xc8','\x4c','\x18','\xc8','\x4c','\x18','\xcf','\xcc','\x18','\xc0','\x0c','\x18','\xc0','\x3c','\x18','\xc0','\x18','\x00','\x02','\x00','\x1c','\x03','\x9c','\x18','\x83','\x18','\x18','\x66','\x18','\x18','\x34','\x18','\x18','\x1c','\x18','\x18','\x16','\x18','\x18','\x33','\x18','\x18','\x63','\x98','\x18','\xc1','\x98','\x1b','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\xc6','\x18','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x30','\xcc','\x7f','\xff','\xfe','\x00','\x80','\x10','\x20','\xc2','\x18','\x18','\x81','\x10','\x09','\x19','\x26','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x11','\x82','\x30','\x19','\x8b','\x30','\x19','\x93','\x30','\x19','\xa3','\x32','\x11','\xc6','\x32','\x33','\x84','\x33','\x21','\x08','\x3f','\xc0','\x30','\x1e','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x03','\x00','\x01','\xc0','\xc0','\x03','\x80','\x70','\x07','\x00','\x38','\x0c','\x00','\x1c','\x30','\x00','\x0e','\xc0','\x00','\x06','\x00','\x01','\x00','\x00','\x01','\xc0','\x70','\x01','\x87','\x60','\x03','\x86','\x62','\x03','\x06','\x61','\x03','\x06','\x60','\xc6','\x06','\x60','\x66','\x06','\x60','\x3c','\x06','\x60','\x18','\x06','\x60','\x1c','\x06','\x60','\x36','\x06','\x60','\x33','\x06','\x60','\x63','\x86','\x60','\x41','\x86','\x60','\x81','\xc6','\x61','\x00','\xc6','\x62','\x00','\xc6','\x6c','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x06','\x18','\x19','\x06','\x18','\xff','\x84','\x18','\x18','\x0c','\x30','\x18','\x08','\x30','\x18','\x11','\xf0','\x18','\x60','\x60','\x18','\x00','\x00','\x18','\x60','\x60','\x18','\x66','\x66','\x1b','\xff','\xff','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x46','\x46','\x18','\xc6','\xc6','\x18','\x8c','\x8c','\x18','\x8c','\x8c','\x19','\x3d','\x3c','\x1a','\x1a','\x18','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x30','\x33','\xff','\xf8','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x60','\x31','\xff','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x18','\x37','\xff','\xfc','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x01','\x80','\x00','\x27','\xc6','\x46','\x3c','\x7f','\x7f','\x30','\x66','\x66','\x33','\x66','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x32','\x7e','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x32','\x7e','\x66','\x32','\x66','\x66','\x32','\x60','\x66','\x36','\x68','\x66','\xfa','\x64','\x66','\x62','\x66','\x66','\x46','\x6b','\x66','\x05','\xf3','\x7e','\x0c','\xe3','\x6c','\x18','\x80','\x60','\x30','\x00','\x60','\xc0','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x30','\x43','\x00','\x30','\x7f','\x8e','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x36','\x63','\x0c','\x3f','\x7f','\x0c','\xf0','\x63','\x0f','\x30','\x60','\x70','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x03','\xc0','\x00','\x1f','\xe0','\x0f','\xf8','\x00','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\xff','\x60','\x06','\x81','\x38','\x0c','\x81','\x1f','\x30','\xff','\x06','\xc0','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\xff','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xff','\x18','\x18','\x00','\x18','\x18','\x00','\xf8','\x18','\x00','\x30','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x8c','\x18','\x7f','\xfe','\x18','\x00','\x20','\x18','\x10','\x30','\x18','\x0c','\x20','\xff','\x04','\x46','\x18','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\x3f','\xfc','\x1e','\x30','\x0c','\xf8','\x30','\x0c','\x60','\x3f','\xfc','\x40','\x0c','\xc0','\x00','\x0c','\xc2','\x00','\x18','\xc2','\x00','\x30','\xc3','\x00','\x60','\xff','\x03','\x80','\x7e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x4c','\x81','\x80','\x4c','\xa1','\x88','\x4c','\x91','\x8e','\x4c','\x99','\x8c','\x4c','\x99','\x98','\x4c','\x99','\x90','\x4c','\x81','\xa0','\x4c','\x81','\x86','\x4c','\xff','\xff','\x4c','\x83','\x40','\x4c','\x83','\x40','\x4c','\x86','\x40','\x7f','\x86','\x20','\x40','\x8c','\x20','\x40','\x8c','\x30','\x00','\x18','\x18','\x00','\x30','\x1f','\x00','\x60','\x0e','\x01','\x80','\x06','\x03','\x02','\x00','\xff','\x83','\x80','\x03','\x03','\x00','\x03','\x06','\x20','\x03','\x04','\x18','\x43','\x08','\x0c','\x7f','\x7f','\xf6','\x63','\x39','\x86','\x60','\x21','\x80','\x60','\x01','\x80','\x60','\x3f','\xfc','\x63','\x31','\x8c','\xff','\xb1','\x8c','\xc3','\x31','\x8c','\xc3','\x31','\x8c','\x03','\x3f','\xfc','\x03','\x31','\x8c','\x03','\x01','\x80','\x03','\x01','\x90','\x03','\x01','\x88','\x06','\x01','\x8c','\x06','\x7f','\xf6','\x7e','\x3e','\x06','\x0c','\x20','\x06','\x03','\x00','\x06','\xff','\xbf','\xff','\x03','\x00','\x00','\x03','\x1f','\xfc','\x03','\x18','\x8c','\x43','\x18','\x8c','\x7f','\x1f','\xfc','\x63','\x18','\x8c','\x60','\x18','\x8c','\x60','\x1f','\xfc','\x60','\x00','\x00','\x63','\x7f','\xff','\xff','\x00','\x00','\xc3','\x1f','\xfc','\xc3','\x18','\x8c','\x03','\x18','\x8c','\x03','\x1f','\xfc','\x03','\x18','\x8c','\x03','\x18','\x8c','\x03','\x1f','\xfc','\x06','\x00','\x00','\x06','\x00','\x06','\x7e','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x2c','\x03','\x0c','\x2e','\x7f','\xfe','\x2d','\x03','\x00','\x6d','\x83','\x00','\x6d','\x83','\x00','\x4c','\x03','\x00','\xcc','\x03','\x06','\xcd','\xff','\xff','\x0c','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x20','\x0c','\x08','\x10','\x0c','\x08','\x18','\x0c','\x10','\xec','\x0d','\xff','\x0e','\x0c','\xf0','\x06','\x0c','\x80','\x06','\x00','\x10','\x60','\x03','\x1f','\xf0','\x7f','\x98','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x1c','\x60','\x0c','\x1a','\x60','\x0c','\x1b','\x62','\x0c','\x9b','\x62','\x0f','\x30','\x63','\xfc','\x30','\x7f','\x70','\x60','\x3e','\x41','\x80','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x03','\x98','\x00','\x03','\x0c','\x30','\x13','\x06','\x0c','\x13','\x06','\x06','\x23','\x00','\x27','\x63','\x00','\x23','\xe3','\x00','\x30','\xc3','\xff','\xf0','\x01','\xff','\xe0','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\xe0','\x80','\x03','\x80','\x60','\x07','\x38','\x38','\x0c','\x30','\x1f','\x30','\x30','\x06','\xc0','\x30','\x40','\x02','\x32','\x30','\x02','\x31','\x18','\x04','\x31','\x9c','\x0c','\x30','\xcc','\x38','\x30','\xcc','\x31','\xf0','\xc0','\x00','\x60','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\xff','\x43','\x10','\x18','\x23','\x1c','\x18','\x33','\x18','\x18','\x33','\x30','\x18','\x33','\x20','\x19','\x03','\x40','\x1e','\x03','\x06','\xf9','\xff','\xff','\x78','\x06','\x80','\x58','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x40','\x18','\x18','\x20','\x18','\x18','\x30','\x18','\x30','\x18','\x18','\x60','\x1f','\xf8','\xc0','\x0e','\x33','\x00','\x06','\x07','\x21','\x00','\x06','\x39','\xc0','\x06','\x31','\x80','\x06','\x31','\x80','\x7f','\xe1','\x80','\x06','\x63','\x06','\x06','\x43','\xff','\x06','\x82','\x10','\xff','\xf6','\x1c','\x01','\x04','\x18','\x02','\x6a','\x18','\xff','\xf2','\x18','\x04','\x62','\x30','\x08','\x41','\x30','\x32','\x81','\x60','\xc3','\x31','\x60','\x03','\xc0','\xc0','\xff','\x00','\xc0','\x73','\x01','\xa0','\x43','\x03','\x30','\x03','\x06','\x18','\x03','\x0c','\x1f','\x1f','\x18','\x0e','\x06','\x60','\x06','\x1c','\x00','\x70','\x18','\x03','\xf8','\x18','\x7f','\x00','\x18','\x06','\x00','\x19','\x86','\x06','\xff','\xff','\xff','\x18','\x0c','\x40','\x18','\x08','\x20','\x18','\x1f','\xf8','\x3c','\x28','\x5f','\x3a','\xc8','\x46','\x3b','\x0f','\xc0','\x3b','\x00','\x00','\x78','\x80','\x0c','\x58','\xff','\xfe','\x58','\xc0','\x0c','\x98','\xc0','\x0c','\x18','\xcf','\xcc','\x18','\xc8','\x4c','\x18','\xc8','\x4c','\x18','\xcf','\xcc','\x18','\xc0','\x0c','\x18','\xc0','\x3c','\x18','\xc0','\x18','\x10','\x00','\x00','\x0c','\x40','\x18','\x06','\x7f','\xfc','\x06','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x80','\x60','\x18','\x60','\x60','\x18','\x32','\x60','\x18','\x32','\x60','\x18','\x04','\x7f','\xf8','\x04','\x10','\xc0','\x0c','\x1c','\xc0','\x08','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x30','\x18','\xc0','\xf0','\x30','\xc0','\x70','\x30','\xc2','\x30','\x20','\xc2','\x30','\x60','\xc2','\x30','\x40','\xc3','\x38','\x80','\xff','\x1b','\x00','\x7e','\x02','\x00','\x00','\x03','\x80','\x00','\x43','\x00','\x0c','\x26','\x3f','\xfe','\x16','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x34','\x01','\x80','\x44','\x01','\x80','\x86','\x01','\x80','\x0e','\x01','\x80','\x0a','\x01','\x8c','\x1b','\x3f','\xfe','\x13','\x01','\x80','\x23','\x01','\x80','\x43','\x01','\x80','\x83','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x06','\x01','\x86','\x3e','\x7f','\xff','\x0c','\x00','\x00','\x02','\x03','\x80','\x03','\x83','\x00','\x43','\x03','\x00','\x26','\x03','\x0c','\x14','\x7f','\xfe','\x08','\x03','\x00','\x18','\x43','\x10','\x2c','\x23','\x1c','\x4c','\x33','\x18','\x8c','\x33','\x30','\x1e','\x33','\x20','\x16','\x03','\x40','\x16','\x03','\x06','\x26','\xff','\xff','\x26','\x06','\x80','\x46','\x06','\x80','\x86','\x06','\x40','\x06','\x0c','\x40','\x06','\x0c','\x20','\x06','\x18','\x30','\x0e','\x18','\x18','\x0c','\x30','\x1f','\x7c','\x60','\x0e','\x19','\x80','\x06','\x10','\x00','\x30','\x1c','\x03','\xf8','\x18','\x3f','\x00','\x18','\x03','\x06','\x10','\x7f','\xff','\x3f','\x86','\x20','\x2c','\x06','\x10','\x4c','\x0c','\x18','\x0c','\x0f','\xec','\xff','\xd4','\x2f','\x0c','\x24','\x26','\x0c','\xc7','\xe0','\x0c','\x00','\x00','\x0c','\x40','\x06','\x0c','\x7f','\xff','\x0a','\x60','\x06','\x1b','\x60','\x06','\x13','\x67','\xe6','\x30','\x64','\x26','\x20','\x64','\x26','\x40','\x67','\xe6','\x80','\x60','\x06','\x00','\x60','\x3e','\x00','\x60','\x0c','\x23','\x08','\x00','\x3f','\x8e','\x00','\x33','\x0c','\x00','\x33','\x0c','\x00','\x33','\x18','\x06','\x33','\x1f','\xff','\x33','\x30','\x06','\x3f','\x21','\x06','\x33','\x41','\xc6','\x33','\x01','\x86','\x33','\x29','\xa6','\x33','\x25','\x26','\x33','\x23','\x26','\x33','\x22','\x26','\x3f','\x27','\x26','\x33','\x25','\xa6','\x33','\x29','\xa6','\x33','\x30','\x26','\x33','\x20','\x26','\x23','\x3f','\xe6','\x23','\x20','\x2e','\x63','\x00','\x0c','\x4f','\x00','\x7c','\x86','\x00','\x18','\x00','\x38','\x00','\x00','\x30','\x60','\x1f','\xff','\xf0','\x00','\x60','\x60','\x01','\xc0','\xe0','\x07','\x07','\xc0','\x38','\x01','\x80','\x03','\x00','\x30','\xff','\xf7','\xfe','\x06','\x30','\x66','\x06','\x30','\xc6','\x0c','\xf1','\x9e','\x18','\x66','\x0c','\x60','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x03','\x00','\x00','\x07','\x81','\x0c','\x2c','\xff','\xfe','\x30','\x81','\x0c','\x30','\x81','\x0c','\x30','\xbd','\x0c','\x30','\x81','\x0c','\x3e','\x81','\x7c','\x30','\xbd','\x0c','\x30','\xa5','\x0c','\x30','\xa5','\x0c','\x30','\xa5','\x0c','\x3e','\xa5','\x7c','\x30','\xbd','\x0c','\x30','\x81','\x0c','\x30','\x81','\x0c','\x30','\x81','\x0c','\xff','\xff','\xff','\x02','\x00','\x00','\x03','\x81','\x80','\x07','\x00','\x60','\x0e','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\xc0','\x00','\x0f','\xe0','\x0f','\xf8','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\xff','\x60','\x0e','\xc3','\x38','\x38','\xc3','\x1f','\xc0','\xff','\x06','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\xff','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xff','\x18','\x18','\x00','\xf8','\x18','\x00','\x30','\x08','\x00','\x00','\x0e','\x46','\x46','\x0c','\x7f','\x7f','\x08','\x66','\x66','\x90','\x66','\x66','\x64','\x66','\x66','\x37','\x66','\x64','\x36','\x7e','\x64','\x0c','\x66','\x64','\x08','\x66','\x68','\x10','\x66','\x68','\x14','\x66','\x64','\x27','\x7e','\x66','\xfe','\x66','\x62','\x76','\x60','\x63','\x46','\x68','\x63','\x04','\x64','\x63','\x0c','\x66','\x63','\x08','\x6b','\x63','\x1b','\xf3','\x6f','\x11','\xc3','\x66','\x21','\x00','\x60','\x40','\x00','\x60','\x80','\x00','\x60','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xcc','\x0c','\xcf','\xfe','\x08','\x60','\x10','\x18','\x64','\x18','\x10','\x03','\x10','\x21','\x81','\x26','\x3f','\xdf','\xff','\x46','\x00','\x00','\x86','\x00','\x00','\x06','\xcf','\xfc','\x7f','\xec','\x0c','\x06','\x0c','\x0c','\x06','\x8f','\xfc','\x46','\xec','\x0c','\x26','\xcc','\x0c','\x36','\x8f','\xfc','\x37','\x04','\x60','\x06','\x07','\x62','\x07','\xc6','\x62','\xfe','\x0c','\x63','\x78','\x18','\x7f','\x40','\xe0','\x3e','\x0c','\x42','\x46','\x0e','\x7f','\x7f','\x50','\x42','\x66','\x24','\x7e','\x66','\x37','\x42','\x64','\x06','\x42','\x68','\x08','\x7e','\x64','\x12','\x44','\x62','\xff','\x42','\x63','\x66','\x4f','\x63','\x0d','\xf3','\x6f','\x30','\xc0','\x66','\xc0','\x18','\x00','\x1f','\xff','\xf8','\x01','\x01','\x80','\x01','\x81','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x0c','\x42','\x46','\x0e','\x7f','\x7f','\x50','\x42','\x66','\x24','\x7e','\x66','\x37','\x42','\x64','\x06','\x7e','\x68','\x08','\x44','\x64','\x12','\x42','\x62','\xff','\x4f','\x63','\x66','\xf3','\x63','\x0c','\x60','\x6f','\x30','\x18','\x66','\xc0','\x3c','\x00','\x00','\xe3','\x00','\x03','\x98','\xe0','\x1d','\xff','\xbf','\xe1','\x00','\x8e','\x01','\xff','\x80','\x01','\x00','\x98','\x01','\xff','\x9c','\x01','\x0c','\x30','\x01','\x03','\xc0','\x3f','\xf8','\x78','\x0f','\x00','\x18','\x0e','\xe1','\x00','\x0c','\xc1','\xc0','\x7f','\xf9','\x86','\x0c','\xc1','\xff','\x20','\x03','\x0c','\x3f','\xf2','\x8c','\x30','\x34','\x98','\x2f','\x30','\x50','\x69','\x30','\x20','\x4f','\x30','\x58','\x80','\x61','\x8f','\x03','\xe6','\x06','\x00','\xc0','\x00','\x07','\xff','\xf0','\x06','\x08','\x00','\x07','\xff','\xe0','\x06','\x08','\x00','\x07','\xff','\xe0','\x06','\x08','\x0c','\x17','\xff','\xfe','\x10','\x04','\x0c','\x24','\x43','\x0c','\xe3','\x33','\x7c','\xc3','\x30','\x18','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x0e','\x00','\x06','\x59','\x06','\x0c','\x61','\xff','\x0c','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x38','\x61','\x86','\x38','\x61','\x86','\x58','\x61','\x86','\x98','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x65','\x86','\x18','\x79','\x86','\x1b','\xe1','\xbe','\x19','\x81','\x8c','\x19','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x00','\x0c','\x01','\xc7','\xfe','\x41','\x80','\x0c','\x31','\x99','\x08','\x19','\xbc','\xd0','\x19','\xc0','\x60','\x19','\x88','\x60','\x01','\x8c','\x06','\x01','\xff','\xff','\x04','\xf8','\x66','\x05','\x00','\x64','\x09','\x80','\x68','\x09','\xf8','\x60','\x19','\x42','\x60','\x32','\x43','\x6c','\xf0','\x4b','\x7e','\x77','\xff','\x60','\x30','\x43','\x60','\x30','\xe3','\x60','\x30','\xb3','\x60','\x39','\xb2','\xe0','\x19','\x06','\x70','\x02','\x0c','\x3f','\x0c','\x30','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x03','\x98','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x83','\x00','\x00','\xe3','\x00','\x00','\xc3','\x02','\x01','\xc3','\x02','\x03','\x83','\x02','\x07','\x03','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x8c','\x7f','\xbf','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x1d','\x9c','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\xff','\xff','\x7f','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x00','\x00','\x63','\x7f','\xfe','\x63','\x08','\x60','\x63','\x0e','\x60','\x7f','\x0c','\x60','\x63','\x0c','\x60','\x60','\x18','\x62','\x00','\x18','\x62','\x00','\x30','\x63','\x00','\x60','\x7f','\x03','\x80','\x3e','\x00','\x77','\x10','\x10','\x66','\x1c','\x0c','\x66','\x38','\x06','\x66','\x20','\x06','\x66','\x46','\xff','\xff','\xff','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x19','\x03','\x0c','\x19','\xff','\x8c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x21','\xff','\x0c','\x61','\x83','\x0c','\x40','\x00','\x1c','\x80','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0d','\xff','\xfe','\x0c','\x0c','\x00','\x0c','\x8c','\x00','\xff','\xcc','\x00','\x0c','\x09','\x80','\x0c','\x1f','\xc0','\x1c','\x19','\x80','\x1e','\x01','\x86','\x1d','\x79','\xff','\x3d','\xc9','\x86','\x2d','\xc9','\x86','\x2c','\x49','\xa4','\x4c','\x49','\x9c','\x4c','\x49','\x88','\x8c','\x49','\x9c','\x0c','\x7b','\x16','\x0c','\x03','\x26','\x0c','\x1f','\x40','\x0c','\x06','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x00','\x00','\x18','\xc0','\x00','\x18','\x60','\x00','\x18','\x70','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x06','\xff','\xe0','\x66','\x0c','\x6f','\xf6','\x0c','\x60','\x06','\x0c','\x60','\x06','\x1e','\x64','\x66','\x1d','\x67','\xf6','\x1d','\xe6','\x66','\x3d','\xe6','\x66','\x2c','\x66','\x66','\x2c','\x66','\x66','\x6c','\x66','\x66','\x4c','\x67','\xe6','\x8c','\x66','\x66','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x3e','\x0c','\x60','\x0c','\x07','\x00','\x18','\x06','\x40','\x7c','\x46','\x71','\xe0','\x26','\x6e','\xc0','\x36','\x60','\xc0','\x36','\x40','\xc0','\x06','\x80','\xc0','\x06','\x00','\xc0','\x7f','\xe0','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x0f','\x00','\xc0','\x0e','\xc0','\xc0','\x1e','\x60','\xc0','\x16','\x60','\xc0','\x36','\x00','\xc0','\x26','\x00','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x04','\x1c','\x70','\x07','\x18','\x60','\x06','\x18','\x64','\x06','\xff','\xfe','\x0c','\x18','\x60','\x0c','\x18','\x60','\x18','\x00','\x00','\x18','\x40','\x18','\x38','\x7f','\xfc','\x38','\x63','\x18','\x58','\x63','\x18','\x98','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x18','\x03','\x04','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x08','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x02','\x1b','\xff','\xff','\x18','\x00','\x00','\x0e','\xe0','\xe0','\x0c','\xc0','\xc0','\x0c','\xcc','\xc0','\xff','\xfe','\xc0','\x0c','\xc0','\xc0','\x0c','\xc0','\xc0','\x20','\x30','\xc6','\x3f','\xfb','\xff','\x33','\x30','\xc6','\x33','\x30','\xc6','\x33','\x30','\xc6','\x3f','\xf0','\xc6','\x33','\x00','\xc6','\x03','\x10','\xc6','\x7f','\xf9','\x86','\x03','\x01','\x86','\x03','\x11','\x86','\x7f','\xf9','\x0c','\x03','\x03','\x0c','\x03','\x02','\x0c','\x03','\x76','\x1c','\xff','\x84','\x18','\x78','\x08','\xf8','\x40','\x30','\x30','\x00','\x10','\x00','\x0e','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x06','\x0c','\x3f','\xff','\xff','\xb0','\x06','\x0c','\x20','\x06','\x0c','\x60','\x06','\x0c','\x40','\xc6','\x0c','\x9f','\xe6','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\xc0','\x06','\x0f','\x00','\x46','\xfc','\x03','\x8e','\x70','\x3e','\x0c','\x40','\x18','\x0c','\x00','\x10','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x01','\xf8','\x00','\x00','\x70','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x30','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x01','\x00','\x06','\x01','\xc0','\x0d','\x09','\x8c','\x0c','\x8f','\xfe','\x08','\xcc','\x0c','\x18','\xcc','\x0c','\x10','\x0f','\xfc','\x21','\x8c','\x0c','\x3f','\xcc','\x0c','\x4c','\x0f','\xfc','\x8c','\x00','\xc0','\x0d','\x80','\xc0','\x7f','\xd0','\xc6','\x0c','\x1f','\xff','\x0d','\x18','\xc6','\x8d','\xd8','\xc6','\x4d','\x98','\xc6','\x6d','\x18','\xc6','\x6e','\x18','\xc6','\x0c','\x18','\xc6','\x0f','\x98','\xde','\xfc','\x18','\xcc','\x70','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\x70','\x00','\x03','\xf8','\x08','\x3f','\x80','\x0f','\xe0','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0f','\xff','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x10','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x00','\x62','\x00','\x00','\xf3','\x80','\x23','\x83','\x00','\x3c','\x03','\x00','\x30','\x03','\x00','\x30','\x06','\x06','\x30','\x07','\xff','\x30','\xc4','\x06','\x3f','\xec','\x06','\x33','\x09','\xc4','\x33','\x11','\x88','\x33','\x21','\x80','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x03','\x40','\x33','\x03','\x40','\x33','\x03','\x40','\x23','\x02','\x20','\x23','\x06','\x20','\x63','\x04','\x30','\x43','\x0c','\x18','\x43','\x08','\x1f','\x83','\x10','\x0e','\x03','\x60','\x06','\x06','\x04','\x00','\x06','\x07','\x00','\x0d','\x06','\x00','\x0c','\xc6','\x00','\x08','\x66','\x06','\x18','\x67','\xff','\x10','\x04','\x06','\x21','\x8c','\x04','\x3f','\xc9','\xc8','\x46','\x09','\x80','\x86','\x11','\x80','\x06','\xc1','\x80','\x7f','\xe1','\x80','\x06','\x01','\x80','\x06','\x83','\x40','\x46','\xe3','\x40','\x26','\xc3','\x40','\x36','\x82','\x20','\x37','\x06','\x20','\x06','\x64','\x30','\x07','\x8c','\x18','\xfe','\x08','\x1f','\x70','\x10','\x0e','\x40','\x60','\x06','\x00','\x60','\x06','\xff','\xf7','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x7f','\xe3','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xc0','\x66','\xfe','\x37','\xff','\x70','\x30','\x00','\x40','\x68','\x00','\x00','\xc6','\x00','\x01','\x83','\xc0','\x06','\x00','\xff','\x19','\xff','\x3e','\xe0','\x00','\x06','\x00','\x01','\x80','\x0f','\xff','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x30','\xcc','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x07','\xc1','\xe0','\x0f','\x33','\xd0','\x1b','\x36','\xdc','\x33','\x0c','\xcf','\xc3','\x30','\xc6','\x03','\x00','\xc0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x98','\xf0','\x06','\x18','\x3f','\x1b','\xff','\xce','\xe0','\x04','\x00','\x06','\x66','\x60','\x06','\x18','\x60','\x06','\x26','\x60','\x06','\xc2','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x30','\x0c','\x30','\x24','\x0c','\x30','\x43','\x0c','\x33','\xfd','\x8c','\x31','\xc1','\x8c','\x31','\x00','\x7c','\x30','\x00','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x18','\x67','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x21','\x88','\x70','\x41','\x90','\x30','\x80','\x21','\xc0','\x1f','\xc1','\x80','\x18','\xc1','\x8c','\x18','\xdf','\xfe','\x18','\xc1','\x8c','\x1f','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xc1','\x8c','\x1f','\xc3','\x0c','\x18','\xc3','\x0c','\x10','\xc2','\x0c','\x30','\xc6','\x1c','\x20','\xc4','\x18','\x47','\xc8','\xf8','\x81','\xb0','\x30','\x20','\x30','\x00','\x3f','\xf8','\x18','\x31','\x07','\xfc','\x31','\x02','\x18','\x3f','\xf1','\x18','\x30','\x31','\x30','\x30','\x30','\xb0','\x3f','\xf0','\x60','\x31','\x00','\xf8','\x31','\x01','\x9f','\x3f','\xf3','\x0e','\x30','\x0c','\x06','\x00','\x41','\x00','\x00','\x71','\xc0','\x04','\xc3','\x80','\x03','\x06','\x10','\x01','\x88','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x44','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\x18','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc0','\x70','\x04','\x0f','\xf8','\x07','\xf0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x00','\x10','\x06','\x00','\x20','\x06','\x00','\xc0','\x06','\x00','\x00','\x06','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x07','\x0c','\x31','\xff','\x8c','\x30','\x18','\x0c','\x30','\x18','\xcc','\x37','\xff','\xec','\x30','\x38','\x0c','\x30','\x7c','\x0c','\x30','\x5b','\x0c','\x30','\x99','\x8c','\x31','\x18','\xcc','\x36','\x18','\xcc','\x30','\x18','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0d','\x83','\x40','\xff','\xc3','\x40','\x01','\x82','\x20','\x03','\x06','\x30','\x03','\x04','\x18','\x06','\x8c','\x1c','\x06','\xcb','\xef','\x0c','\x90','\x06','\x1d','\x20','\x00','\x2e','\x00','\x18','\xcd','\x8f','\xfc','\x0c','\xc0','\x18','\x0c','\xc0','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1c','\x0c','\x30','\x18','\x08','\x20','\x18','\x09','\x22','\x18','\x7f','\xff','\x1b','\x08','\x20','\xff','\x9c','\x70','\x03','\x1a','\x68','\x06','\x2a','\xac','\x06','\xc9','\x27','\x0c','\x0a','\x26','\x09','\x08','\x20','\x19','\x80','\x00','\x3d','\x3f','\xfc','\x5a','\x00','\x00','\x9b','\x00','\x06','\x1b','\x7f','\xff','\x18','\x01','\x80','\x18','\x21','\x80','\x18','\x39','\x90','\x18','\x31','\x8c','\x18','\x61','\x86','\x18','\xc1','\x87','\x19','\x0f','\x83','\x18','\x03','\x00','\x06','\x07','\x70','\x7f','\x06','\x60','\x00','\x06','\x66','\x00','\x7f','\xff','\x03','\x06','\x60','\xff','\x86','\x60','\x00','\x00','\x00','\x00','\x20','\x0c','\x06','\x3f','\xfe','\x7f','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\xfc','\x7f','\x31','\x8c','\x00','\x01','\x80','\x00','\x01','\x88','\x46','\x3f','\xfc','\x7f','\x01','\x80','\x66','\x01','\x88','\x66','\x3f','\xfc','\x66','\x01','\x80','\x66','\x01','\x82','\x7e','\xff','\xff','\x66','\x00','\x00','\x00','\x00','\x18','\x40','\x00','\x7c','\x30','\x23','\xe0','\x18','\x3e','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\x00','\x3f','\xff','\x00','\x30','\x60','\x0c','\x30','\x60','\xfe','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x60','\x60','\x0c','\x40','\x60','\x0c','\x80','\x60','\x0d','\x00','\x60','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x03','\x3f','\x09','\xff','\x9e','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x40','\x08','\x18','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x03','\x19','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x43','\x06','\x80','\x7f','\x86','\x80','\x63','\x0c','\x40','\x63','\x0c','\x40','\x63','\x18','\x20','\x63','\x10','\x30','\x63','\x20','\x1c','\x63','\x40','\xcf','\x63','\x9f','\xe6','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x00','\x30','\x63','\x3f','\xf8','\x7f','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x60','\x60','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\x00','\x00','\x06','\x08','\x0c','\x0d','\x0f','\xfe','\x0c','\xcc','\x0c','\x08','\x6c','\x0c','\x18','\x6c','\x0c','\x10','\x0f','\xfc','\x21','\x8c','\x0c','\x3f','\xcc','\x0c','\x46','\x0c','\x0c','\x86','\x0f','\xfc','\x06','\xcc','\x8c','\x7f','\xec','\x80','\x06','\x0c','\x84','\x06','\x8c','\x87','\x46','\xec','\x4e','\x26','\xcc','\x58','\x36','\x8c','\x60','\x37','\x0c','\x20','\x06','\x0c','\x30','\x07','\xcc','\xd8','\x7e','\x3f','\x1f','\x38','\x1c','\x0e','\x20','\x10','\x06','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc1','\x80','\xff','\xff','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x82','\x03','\x01','\x82','\x06','\x01','\x82','\x04','\x01','\x83','\x08','\x01','\xff','\x30','\x00','\xfe','\xc0','\x00','\x00','\x04','\x00','\x00','\x07','\x20','\x18','\x06','\x3f','\xfc','\x06','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x38','\x30','\x18','\x38','\x30','\x18','\x58','\x3f','\xf8','\x98','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x10','\x00','\x18','\x1c','\x60','\x18','\x38','\x1c','\x18','\x60','\x0e','\x19','\x80','\x06','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x00','\x0c','\x22','\x0c','\x0c','\x43','\xfe','\x0c','\x83','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\xfc','\x0c','\x03','\x0c','\x1c','\x03','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x40','\x30','\x00','\x70','\x31','\x80','\x60','\x30','\x60','\xe0','\x30','\x30','\xc0','\x30','\x19','\x80','\x30','\x0f','\x00','\x30','\x06','\x00','\x30','\x07','\x00','\x30','\x0d','\x80','\x30','\x18','\xc0','\x30','\x30','\xe0','\x30','\x60','\x70','\x30','\xc0','\x30','\x33','\x00','\x30','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x02','\x08','\x00','\x03','\x8e','\x00','\x43','\x0c','\x00','\x26','\x0c','\x00','\x16','\x18','\x06','\x0c','\x1f','\xff','\x18','\x30','\x06','\x34','\x20','\x06','\x44','\x50','\xc6','\x86','\x9f','\xe6','\x0e','\x18','\xc6','\x0a','\x18','\xc6','\x1b','\x18','\xc6','\x13','\x18','\xc6','\x23','\x18','\xc6','\x43','\x18','\xc6','\x83','\x1f','\xc6','\x03','\x18','\xc6','\x03','\x18','\x06','\x03','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x1c','\x3e','\x00','\xf8','\x0c','\x00','\x30','\x00','\x04','\x00','\x00','\x07','\x00','\x01','\x86','\x00','\xff','\xc6','\x00','\x0c','\x06','\x30','\x0c','\x07','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x60','\x0c','\x18','\x60','\x7f','\x90','\x60','\x0c','\x20','\xc0','\x0c','\x40','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x02','\x40','\x0f','\x86','\x20','\xfc','\x0c','\x20','\x70','\x18','\x30','\x40','\x30','\x18','\x00','\x60','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x10','\x08','\x06','\x1c','\x0f','\xff','\x18','\x0c','\x00','\x18','\x0c','\x00','\x30','\xcc','\x00','\x3f','\xec','\x00','\x26','\x0c','\x0c','\x46','\x0f','\xfe','\x86','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x6c','\x0c','\xff','\xfc','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0f','\xfc','\x06','\x0c','\x0c','\x0d','\x0c','\x00','\x0c','\x8c','\x00','\x08','\xcc','\x00','\x18','\x6c','\x00','\x10','\x6c','\x00','\x20','\x6c','\x06','\xc0','\x0f','\xff','\x00','\x0c','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9d','\x80','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x08','\x00','\x00','\x0e','\x08','\x06','\x0c','\x0f','\xff','\x28','\xcc','\x00','\x3f','\xec','\x08','\x30','\xcc','\x0e','\x30','\xcd','\x0c','\x3f','\xcc','\x8c','\x30','\xcc','\x58','\x30','\xcc','\x58','\x30','\xcc','\x30','\x3f','\xcc','\x30','\x30','\xcc','\x28','\x30','\xcc','\x6c','\x30','\xcc','\x44','\xff','\xcc','\xc6','\x71','\xcc','\x86','\x43','\xcd','\x06','\x06','\xce','\x00','\x0c','\xcc','\x00','\x18','\xcc','\x06','\x30','\xcf','\xff','\xc7','\xcc','\x00','\x01','\x8c','\x00','\x40','\xc0','\x00','\x7f','\xe8','\x06','\x62','\x0f','\xff','\x62','\x0c','\x00','\x62','\x0c','\x08','\x7f','\xcc','\x0e','\x62','\x0d','\x0c','\x62','\x0c','\x8c','\x62','\x0c','\x58','\x7f','\xcc','\x58','\x62','\x0c','\x30','\x62','\x0c','\x30','\x62','\xcc','\x28','\x7f','\xec','\x6c','\x60','\x4c','\x44','\x00','\x4c','\xc6','\x55','\x4c','\x86','\x55','\x4d','\x06','\x50','\x4e','\x00','\xc0','\xcc','\x00','\xc0','\xcc','\x06','\x01','\x8f','\xff','\x0f','\x8c','\x00','\x03','\x0c','\x00','\x40','\x60','\x18','\x7f','\xf0','\x3c','\x62','\x04','\xe0','\x62','\x07','\x00','\x62','\x06','\x00','\x7f','\xe6','\x00','\x62','\x06','\x00','\x62','\x06','\x00','\x62','\x06','\x0c','\x7f','\xe7','\xfe','\x62','\x06','\x30','\x62','\x06','\x30','\x62','\x66','\x30','\x7f','\xf6','\x30','\x60','\x66','\x30','\x00','\x66','\x30','\x55','\x66','\x30','\x55','\x66','\x30','\x50','\x66','\x30','\xc0','\x66','\x30','\xc0','\xe6','\x30','\x00','\xc6','\x32','\x07','\xdf','\xff','\x01','\x80','\x00','\x40','\x62','\x00','\x7f','\xf3','\x80','\x62','\x03','\x00','\x62','\x03','\x00','\x62','\x06','\x06','\x7f','\xc7','\xff','\x62','\x0c','\x06','\x62','\x08','\x06','\x62','\x14','\x66','\x7f','\xc7','\xf6','\x62','\x06','\x66','\x62','\x06','\x66','\x62','\x66','\x66','\x7f','\xf6','\x66','\x60','\x66','\x66','\x00','\x66','\x66','\x55','\x67','\xe6','\x55','\x66','\x66','\x50','\x66','\x06','\xc0','\x60','\x06','\xc0','\xe0','\x0e','\x00','\xc0','\x0c','\x07','\xc0','\x7c','\x01','\x80','\x18','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\xc0','\x03','\x80','\x38','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x19','\x18','\x1b','\xff','\x98','\x19','\xe1','\x98','\x19','\x00','\x78','\x18','\x20','\x30','\x03','\x98','\x00','\x13','\x0c','\x10','\x13','\x0c','\x4c','\x23','\x00','\x46','\xe3','\x00','\x67','\xc3','\xff','\xe3','\x01','\xff','\xc0','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x30','\x18','\x30','\x3f','\xa0','\x37','\xf0','\x08','\x30','\x30','\x0c','\x30','\x1f','\xfc','\x30','\x00','\x00','\x30','\x3f','\xc0','\x33','\x20','\x40','\x33','\x20','\x40','\x33','\x3f','\xc0','\x33','\x00','\x00','\x33','\xff','\xf0','\x30','\x00','\x30','\x30','\x00','\x32','\x2f','\xff','\xff','\x60','\xc0','\x00','\x40','\xe0','\x60','\x81','\x80','\x1c','\x0e','\x00','\x0c','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x80','\x43','\x06','\x40','\x7f','\x8c','\x60','\x63','\x0c','\x30','\x63','\x19','\x9c','\x63','\x31','\x8f','\x63','\x5f','\xf6','\x63','\x98','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x1f','\xf4','\x7f','\x18','\x87','\x63','\x18','\x86','\x60','\x18','\x4c','\x00','\x18','\x50','\x00','\x18','\x20','\x00','\x1b','\xb8','\x00','\xfe','\x1f','\x00','\x70','\x0e','\x00','\x40','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x61','\x03','\x88','\x61','\xc3','\x10','\x01','\x83','\x00','\x03','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x40','\x18','\x07','\x7f','\xfc','\x06','\x63','\x18','\x06','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x38','\x63','\x18','\x38','\x7f','\xf8','\x58','\x63','\x18','\x98','\x03','\x00','\x19','\x03','\x06','\x19','\xff','\xff','\x19','\x83','\x06','\x19','\x83','\x46','\x19','\x83','\x26','\x19','\x83','\xf6','\x19','\xbf','\x36','\x19','\x9c','\x36','\x19','\x90','\x06','\x19','\x80','\x06','\x19','\x80','\x3e','\x19','\x80','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x19','\x0c','\x30','\x18','\x8c','\x37','\xff','\xcc','\x33','\xe0','\xcc','\x32','\x00','\xcc','\x30','\x00','\x3c','\x30','\x00','\x18','\x00','\x40','\x18','\x40','\x7f','\xfc','\x30','\x63','\x18','\x18','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x7f','\xf8','\x00','\x03','\x00','\x0c','\x83','\x06','\xfe','\xff','\xff','\x0c','\xc3','\x06','\x0c','\xc3','\x46','\x0c','\xc3','\x26','\x0c','\xdf','\xf6','\x0c','\xce','\x36','\x0c','\xc8','\x06','\x0c','\xc0','\x1e','\x0c','\xc0','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x43','\x20','\x18','\x7f','\xbf','\xfc','\x63','\x31','\x18','\x63','\x31','\x18','\x62','\x31','\x18','\x66','\x3f','\xf8','\x64','\x31','\x18','\x64','\x31','\x18','\x68','\x31','\x18','\x64','\x3f','\xf8','\x66','\x31','\x18','\x62','\x01','\x00','\x63','\x41','\x06','\x63','\x7f','\xff','\x63','\x61','\x06','\x63','\x61','\x46','\x63','\x61','\x26','\x6f','\x7f','\xf6','\x66','\x6e','\x36','\x60','\x68','\x36','\x60','\x60','\x06','\x60','\x60','\x06','\x60','\x60','\x3e','\x60','\x60','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x1c','\x20','\x80','\x18','\x38','\xe0','\x18','\x32','\xc6','\x18','\x3f','\xff','\x18','\x68','\xa0','\xff','\x4d','\x18','\x18','\x84','\x08','\x18','\x00','\x00','\x18','\x42','\x46','\x3c','\x7f','\x7f','\x3a','\x62','\x66','\x3b','\x62','\x66','\x3b','\x7e','\x66','\x78','\x62','\x66','\x58','\x62','\x66','\x58','\x7e','\x66','\x98','\x60','\x66','\x18','\x64','\x66','\x18','\x62','\x66','\x18','\x67','\x7e','\x19','\xfb','\x6c','\x18','\xe3','\x60','\x18','\x80','\x60','\x18','\x00','\x60','\x06','\x00','\x07','\x06','\x07','\x06','\x0d','\x06','\x76','\x0c','\xc6','\x66','\x08','\x66','\x66','\x18','\x66','\x66','\x10','\x06','\x66','\x21','\x86','\x66','\x3f','\xc6','\x66','\x46','\x06','\x66','\x86','\x06','\x66','\x06','\xc6','\x66','\x7f','\xe6','\x66','\x06','\x06','\x66','\x06','\x86','\x66','\x46','\xe6','\x66','\x26','\xc6','\x66','\x36','\x86','\x66','\x37','\x06','\x66','\x06','\x0c','\x66','\x07','\xcc','\x66','\x7e','\x18','\x06','\x38','\x30','\x06','\x20','\xc0','\x06','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x19','\x07','\x20','\x18','\xc6','\x38','\x18','\x66','\x30','\x18','\x66','\x20','\x18','\x06','\x40','\x18','\xff','\xf8','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xff','\xf8','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xff','\xf8','\x20','\xc0','\x18','\x60','\xc0','\x18','\x40','\xc0','\x18','\x80','\xc0','\xf8','\x00','\xc0','\x30','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x07','\x00','\x19','\xc6','\x1c','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\xff','\xf8','\x19','\x86','\x18','\x30','\x06','\x00','\x30','\x06','\x00','\x33','\x86','\x0e','\x23','\x06','\x0c','\x63','\x06','\x0c','\x43','\x06','\x0c','\x83','\xff','\xfc','\x03','\x00','\x0c','\x03','\x00','\x0c','\x1c','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\xff','\x60','\x0c','\x18','\x60','\x00','\x18','\x60','\xe0','\x18','\x60','\xc0','\x18','\x6c','\xcc','\x19','\x6c','\xcc','\x1e','\x6c','\xcc','\xf8','\x6c','\xcc','\x78','\x6f','\xfc','\x58','\x6c','\xcc','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\x98','\xc6','\x19','\x98','\xc6','\x19','\x18','\xc6','\x1a','\x18','\xc6','\xf8','\x1f','\xfe','\x30','\x18','\x06','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x06','\x08','\x61','\xc6','\x10','\x63','\x86','\x00','\x07','\x07','\xfe','\x0c','\x03','\xfe','\x38','\x00','\x00','\xcf','\xff','\xf8','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0f','\xff','\xf8','\x0c','\x00','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x18','\xff','\xf0','\x18','\xc6','\x30','\x10','\x06','\x00','\x33','\x06','\x0c','\x23','\x06','\x0c','\xc3','\xff','\xfc','\x03','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x01','\x98','\x1c','\xff','\xdc','\x18','\x01','\x9a','\x30','\x03','\x1b','\x40','\x03','\x19','\x80','\x06','\x18','\xc0','\x0c','\x18','\x70','\x18','\x18','\x3f','\x30','\xf8','\x1e','\xc0','\x30','\x06','\x08','\x00','\x60','\x0f','\xff','\xf0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x1d','\xc2','\x70','\x19','\x83','\xe0','\x19','\x93','\x60','\xff','\xfb','\x60','\x19','\x83','\x60','\x19','\x83','\x64','\x1f','\x86','\x67','\x06','\x06','\x66','\x46','\x66','\x6c','\x7f','\xe6','\x68','\x66','\x6e','\x70','\x66','\x6e','\x60','\x66','\x76','\x60','\x66','\x66','\x60','\x7f','\xe6','\x60','\x66','\x66','\x60','\x06','\x06','\x60','\x06','\x66','\x60','\xff','\xf6','\x62','\x06','\x06','\x62','\x06','\x06','\x62','\x06','\x06','\x63','\x06','\x06','\x7f','\x06','\x06','\x3e','\x08','\x18','\x10','\x0e','\x10','\x1c','\x0d','\xff','\x18','\x50','\x10','\xa0','\x24','\xfe','\x48','\x36','\x92','\x6c','\x0c','\x92','\x18','\x12','\xfe','\x22','\xff','\x93','\xff','\x69','\x92','\xd1','\x08','\xfe','\x10','\x2a','\x10','\x54','\x4b','\xff','\x96','\x49','\x10','\x92','\x88','\x11','\x10','\x00','\x00','\x00','\x08','\x00','\x60','\x0f','\xff','\xf0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x10','\x1c','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x83','\x0c','\x60','\xe3','\x10','\x61','\xc3','\x00','\x07','\x03','\xfe','\x78','\x01','\xfe','\x00','\x00','\x00','\x18','\x03','\x80','\x0e','\x03','\x08','\x06','\x7f','\xfc','\xc0','\x03','\x00','\x70','\x03','\x02','\x31','\xff','\xff','\x04','\x00','\x00','\x04','\x03','\x80','\x08','\x03','\x04','\x18','\xff','\xfe','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x02','\x3b','\xff','\xff','\x18','\x00','\x00','\x08','\x07','\x00','\x0e','\x06','\x08','\x0c','\x46','\x1c','\x10','\x26','\x70','\xff','\xf7','\x84','\x78','\x36','\x04','\x40','\x06','\x06','\x3f','\xe7','\xfe','\x30','\x63','\xfc','\x30','\x60','\x00','\x3f','\xe7','\x08','\x30','\x66','\x1c','\x30','\x66','\x70','\x3f','\xe7','\x84','\x30','\x66','\x04','\x30','\x66','\x06','\x31','\xe7','\xfe','\x30','\xc3','\xfc','\x00','\x00','\x00','\x08','\x84','\x10','\x10','\x43','\x0c','\x30','\x61','\x86','\xe0','\x61','\x87','\xc0','\x61','\x83','\x43','\x20','\x0c','\x7f','\xbf','\xfe','\x63','\x31','\x8c','\x63','\x31','\x8c','\x62','\x31','\x8c','\x66','\x3f','\xfc','\x64','\x31','\x8c','\x64','\x31','\x8c','\x68','\x31','\x8c','\x64','\x3f','\xfc','\x66','\x30','\x0c','\x62','\x00','\x00','\x63','\x00','\x06','\x63','\xff','\xff','\x63','\x19','\x08','\x63','\x19','\x0e','\x63','\x18','\x9c','\x6f','\x18','\xb0','\x66','\x18','\x40','\x60','\x18','\x60','\x60','\x1b','\x38','\x60','\xfc','\x1f','\x60','\x70','\x0e','\x60','\x40','\x06','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x86','\x00','\x03','\xff','\x00','\x06','\x0e','\x00','\x0c','\x1c','\x00','\x30','\x3a','\x00','\xc0','\xe1','\x80','\x01','\x80','\xf0','\x07','\x1c','\x3f','\x1c','\x18','\x8e','\xe2','\x18','\xe0','\x01','\x98','\xc0','\x01','\x99','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x3a','\x00','\x00','\x79','\x00','\x00','\xd9','\x80','\x01','\xd8','\xc0','\x03','\x98','\x70','\x0e','\x18','\x3f','\x38','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x08','\x08','\x30','\x0e','\x0f','\xf8','\x0c','\x0c','\x30','\x08','\x0c','\x30','\x92','\x0c','\x30','\x63','\x8f','\xf0','\x33','\x00','\x00','\x36','\x00','\x00','\x04','\x3e','\x7c','\x0a','\x22','\x44','\x11','\x22','\x44','\xff','\xa2','\x44','\x7d','\xbe','\x7c','\x4c','\x01','\x80','\x0c','\x01','\x86','\x4e','\xff','\xff','\x7d','\x07','\xa0','\x6d','\x85','\xa0','\x6d','\x8d','\x90','\x4c','\x0d','\x98','\x4c','\x19','\x8f','\x8c','\x31','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x00','\x00','\xc0','\x07','\xff','\xe0','\x00','\x01','\x80','\x01','\xe7','\x00','\x00','\x1c','\x00','\x00','\x63','\xc0','\x07','\x80','\xc0','\x00','\x00','\x18','\x7f','\xef','\xfc','\x00','\xc0','\x18','\x19','\x83','\x30','\x07','\x00','\xc0','\x0d','\x81','\xb0','\x18','\xc6','\x1c','\x60','\xd8','\x0c','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0c','\x06','\x70','\x0c','\x1f','\x60','\x0a','\x70','\x60','\x19','\x10','\x60','\x19','\x90','\x64','\x11','\x91','\x67','\x30','\x11','\x66','\x20','\xff','\x66','\x7f','\x11','\x64','\x4c','\x13','\x68','\x8c','\x13','\x60','\x0c','\x38','\x60','\x7f','\xb4','\x60','\x0c','\x36','\x50','\x0d','\x36','\x50','\x8d','\x70','\xd0','\x4d','\x50','\xd0','\x6e','\x50','\xd8','\x6c','\x90','\x88','\x0c','\x11','\x88','\x0f','\x11','\x0c','\xfc','\x13','\x0f','\x70','\x12','\x06','\x40','\x14','\x06','\x00','\xe0','\xe0','\x07','\xf0','\xc0','\x7e','\x00','\xc0','\x02','\x00','\xc0','\xff','\xf8','\xc0','\x02','\x00','\xc6','\x3f','\xef','\xff','\x22','\x20','\xc6','\x22','\x20','\xc6','\x3f','\xe0','\xc6','\x22','\x20','\x86','\x22','\x21','\x86','\x3f','\xe1','\x86','\x02','\x01','\x06','\x7f','\xf3','\x0c','\x02','\x02','\x0c','\xff','\xf4','\x7c','\x7c','\x08','\x18','\x40','\x00','\x00','\x09','\x08','\x20','\x08','\x86','\x18','\x30','\xc3','\x0e','\xe0','\xc3','\x87','\xc0','\xc1','\x83','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x66','\xff','\xff','\xff','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x1f','\xff','\xe0','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x18','\x03','\xff','\xfc','\x07','\x80','\x18','\x0d','\x80','\x18','\x19','\x80','\x18','\x31','\x80','\x18','\xc1','\x80','\x18','\x01','\xff','\xf8','\x01','\x80','\x18','\x01','\x80','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\xc0','\x00','\x0f','\xe0','\x0f','\xfc','\x00','\x00','\x10','\x0c','\x7f','\xff','\xfe','\x00','\x10','\x00','\x0f','\xff','\xf0','\x08','\x10','\x10','\x0f','\xff','\xf0','\x08','\x10','\x10','\x0f','\xff','\xf0','\x00','\x10','\x00','\x3f','\xff','\xfc','\x00','\x10','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x82','\x08','\x20','\x41','\x06','\xe0','\x61','\x83','\xc0','\x61','\x83','\x03','\x00','\x07','\x7f','\x8e','\x06','\x00','\x0c','\xe6','\x00','\x0c','\xc6','\x01','\x8c','\xc6','\xff','\xcc','\xc6','\x00','\x0c','\xc6','\x00','\x0c','\xc6','\x03','\x0c','\xc6','\x7f','\x8c','\xc6','\x00','\x0c','\xc6','\x00','\x0c','\xc6','\x03','\x0c','\xc6','\x7f','\x8c','\xc6','\x00','\x0c','\xc6','\x00','\x0c','\xc6','\x43','\x18','\xc6','\x7f','\x98','\xc6','\x63','\x18','\xc6','\x63','\x10','\xc6','\x63','\x30','\x06','\x63','\x20','\x06','\x7f','\x40','\x06','\x60','\x80','\x06','\x00','\x64','\x08','\x7f','\xf3','\x0e','\x0c','\x61','\x8c','\x0c','\x61','\x88','\x0c','\x68','\x12','\xff','\xff','\xff','\x0c','\x60','\x60','\x0c','\x60','\x60','\x0c','\x60','\x60','\x7f','\xe0','\x64','\x0c','\x67','\xfe','\x0c','\x00','\x60','\x0c','\x00','\x60','\x18','\x60','\x60','\x1f','\xf0','\x60','\x1c','\x60','\x62','\x3c','\x6f','\xff','\x2c','\x60','\x60','\x4c','\x60','\x60','\x8c','\x60','\x60','\x0c','\x60','\x60','\x0f','\xe0','\x60','\x0c','\x60','\x60','\x0c','\x00','\x60','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x1c','\x04','\x00','\x18','\x08','\x7f','\xff','\xfe','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x31','\x06','\x7f','\xf9','\xff','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x84','\xff','\xfd','\x8c','\x06','\x31','\x88','\x06','\x31','\x88','\x06','\x31','\x90','\x7f','\xf1','\x90','\x0c','\x31','\x88','\x0c','\x01','\x8c','\x0c','\x01','\x86','\x18','\x31','\x86','\x1f','\xf9','\x83','\x1c','\x31','\x83','\x3c','\x31','\x83','\x2c','\x31','\x83','\x4c','\x31','\x83','\x8c','\x31','\xbf','\x0c','\x31','\x8e','\x0f','\xf1','\x80','\x0c','\x31','\x80','\x0c','\x01','\x80','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x30','\xc0','\x7f','\xf8','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xe0','\xff','\xfc','\xd8','\x00','\x00','\xcc','\x00','\x00','\xc6','\x03','\x80','\xc7','\x03','\x00','\xc3','\x03','\x30','\xc0','\x7f','\xf8','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xf8','\xc0','\xff','\x80','\xc0','\x78','\x00','\xc0','\x40','\x00','\xc0','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x32','\x06','\x7f','\xfb','\xff','\x06','\x33','\x06','\x06','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x18','\x63','\x06','\x13','\xe3','\xfe','\x20','\xc3','\x06','\xc0','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x74','\x10','\x00','\xe2','\x1c','\x01','\xc3','\x18','\x07','\x81','\xa0','\x1d','\x80','\xc0','\xe1','\x80','\x70','\x01','\xfc','\x3f','\x1f','\xc0','\x1e','\x0e','\x00','\x06','\x07','\x02','\x06','\x06','\x03','\xff','\x06','\x03','\x06','\x06','\x63','\x06','\xff','\xf3','\x0c','\x00','\x63','\x0c','\x00','\xc3','\x18','\x00','\xc3','\x10','\x01','\x83','\x20','\x03','\x03','\x10','\x02','\x03','\x08','\x07','\x03','\x0c','\x0e','\xc3','\x06','\x1e','\x63','\x06','\x36','\x73','\x03','\xc6','\x33','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x3f','\x06','\x03','\x0e','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x04','\x00','\x38','\x07','\x01','\xfc','\x06','\x7f','\x80','\x06','\x02','\x00','\x0c','\x03','\x80','\x0c','\x43','\x20','\x18','\x34','\x38','\x18','\x18','\x70','\x38','\x0c','\x60','\x38','\x0c','\xc0','\x58','\x01','\x10','\x98','\x02','\x08','\x18','\x04','\x0c','\x19','\xff','\xf6','\x18','\xfb','\x06','\x18','\x83','\x06','\x18','\x23','\x20','\x18','\x3b','\x18','\x18','\x33','\x0c','\x18','\x63','\x0e','\x18','\x43','\x06','\x18','\x83','\x06','\x19','\x03','\x00','\x18','\x03','\x00','\x04','\x00','\x06','\x07','\x1f','\xff','\x06','\x00','\x60','\x06','\x00','\x40','\x0d','\x84','\x8c','\x0d','\x07','\xfe','\x19','\x06','\x0c','\x19','\x26','\x0c','\x39','\x76','\x0c','\x39','\x87','\xfc','\x59','\x06','\x0c','\x99','\x06','\x0c','\x19','\x06','\x0c','\x19','\x07','\xfc','\x19','\x26','\x0c','\x19','\x26','\x0c','\x19','\x36','\x0c','\x19','\xf6','\x0c','\x18','\xe7','\xfc','\x18','\x02','\x00','\x18','\x03','\x88','\x18','\x07','\x06','\x18','\x0c','\x03','\x18','\x30','\x03','\x00','\x00','\x07','\x00','\x18','\x06','\x7f','\xfc','\xe6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x6c','\xc6','\xff','\xfe','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x18','\x60','\xc6','\x18','\x60','\x06','\x10','\x60','\x06','\x30','\x60','\x06','\x20','\x60','\x06','\x40','\x60','\x3e','\x80','\x60','\x0c','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\xc6','\x30','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x31','\x00','\x7f','\xf9','\xc0','\x00','\x01','\x86','\x00','\x01','\xff','\x10','\x63','\x10','\x1f','\xf3','\x1c','\x18','\x66','\x18','\x18','\x69','\x18','\x18','\x61','\x30','\x18','\x60','\xb0','\x1f','\xe0','\x60','\x18','\x60','\xe0','\x30','\x01','\xb8','\x30','\x06','\x1f','\x20','\x18','\x0e','\x44','\x00','\x66','\x87','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x04','\x00','\x18','\x0e','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x03','\x01','\x80','\xff','\x81','\x80','\x18','\x01','\x8c','\x18','\x3f','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x86','\xff','\x7f','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x8c','\x18','\x3f','\xfe','\x18','\x01','\x80','\x19','\x81','\x80','\xfe','\x01','\x80','\x70','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x18','\x0e','\x7f','\xfd','\xcc','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\xff','\xff','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x7c','\x30','\x60','\x18','\xc0','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x18','\x06','\x7f','\xff','\xff','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x30','\xc6','\x3f','\xf9','\x86','\x03','\x01','\x86','\x03','\x03','\x0c','\x03','\x32','\x0c','\x03','\xc4','\x7c','\x7f','\x08','\x18','\x38','\x00','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xf0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x00','\x08','\x00','\x0c','\x0e','\x7f','\xfe','\x1c','\x0c','\x60','\x38','\x0c','\x60','\x70','\x0c','\x60','\xc0','\x0c','\x63','\x04','\x0c','\x60','\x07','\x0c','\x60','\x0e','\x0c','\x66','\x0c','\xff','\xff','\x18','\x0c','\x60','\x30','\x0c','\x60','\x60','\x0c','\x61','\x84','\x0c','\x66','\x07','\x0c','\x60','\x06','\x18','\x60','\x0e','\x18','\x60','\x0c','\x18','\x60','\x18','\x10','\x60','\x30','\x30','\x60','\x60','\x20','\x60','\xc0','\x40','\x63','\x00','\x80','\x6c','\x00','\x04','\x00','\x00','\x07','\x00','\x18','\x0e','\x7f','\xfc','\x0c','\x10','\x18','\x18','\x08','\x30','\x30','\x08','\x30','\x60','\x04','\x60','\x84','\x02','\xc0','\x07','\x03','\x80','\x0e','\x06','\xe0','\x0c','\x0c','\x7f','\x18','\x30','\x1e','\x39','\xc0','\x06','\x78','\x03','\x80','\x98','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x10','\x00','\x09','\xcc','\x10','\x09','\x86','\x0c','\x11','\x86','\x46','\x71','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x42','\x00','\x3f','\xff','\xf8','\x30','\x42','\x18','\x30','\x42','\x18','\x3f','\xff','\xf8','\x30','\x00','\x02','\x3f','\xff','\xff','\x30','\x08','\x06','\x31','\x66','\x24','\x31','\x62','\x98','\x36','\x60','\xcc','\x36','\x3f','\xcc','\x30','\x40','\x00','\x20','\x60','\x60','\x60','\xff','\xf0','\x61','\xa1','\xc0','\x43','\x13','\x00','\x4c','\x0e','\x00','\x80','\x3b','\xc0','\x01','\xe0','\xff','\x3e','\x00','\x1e','\x04','\x00','\x20','\x04','\x00','\x20','\xff','\xe7','\xff','\x04','\x00','\x20','\x7f','\xc3','\xfe','\x04','\x00','\x20','\x05','\xe0','\x20','\xfe','\x0f','\xff','\x64','\x00','\x20','\x04','\x00','\x20','\x3f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x3f','\xff','\xf8','\x00','\x10','\x00','\x09','\xcc','\x18','\x11','\x86','\x46','\x31','\x86','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\xc0','\x80','\x07','\xe0','\xe0','\x7e','\x04','\xcc','\x06','\x07','\xfe','\x06','\x06','\x0c','\x06','\x66','\x0c','\xff','\xf7','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x26','\xc6','\x0c','\x3f','\xe7','\xfc','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x3f','\xc6','\x0c','\x00','\x10','\x00','\x01','\xcc','\x10','\x09','\x86','\x0c','\x11','\x86','\x46','\x31','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x04','\x00','\x0c','\x07','\x00','\x0c','\xce','\x06','\x0f','\x1f','\xff','\xfc','\x30','\x06','\x7c','\x79','\x86','\x4d','\xb3','\xc6','\x0c','\x3c','\x06','\x0c','\x30','\x46','\x0c','\x30','\x66','\x0c','\x3f','\xe6','\x0c','\x1f','\xce','\x0c','\x00','\x0c','\x7c','\x00','\x7c','\x18','\x00','\x18','\x1c','\x10','\x80','\x18','\x1c','\xe0','\x18','\x18','\xc0','\x18','\x31','\x04','\x18','\x3f','\xfe','\x1a','\x71','\x80','\xff','\x71','\x80','\x18','\xbf','\xfc','\x19','\x31','\x80','\x18','\x31','\x80','\x18','\x3f','\xfc','\x19','\x31','\x80','\x1e','\x31','\x82','\xfc','\x3f','\xff','\x78','\x00','\x00','\x58','\xff','\xf0','\x18','\x0c','\x60','\x18','\x0c','\x66','\x18','\x0c','\xff','\x18','\x18','\xc6','\x18','\x18','\x06','\x18','\x30','\x0c','\xf8','\x60','\x7c','\x31','\x80','\x18','\x0e','\xe1','\x00','\x0c','\xc1','\xc0','\x0c','\xc9','\x80','\xff','\xfd','\x80','\x0c','\xc1','\x80','\x0c','\xc1','\x86','\x0c','\xc1','\xff','\x10','\x01','\x10','\x18','\x33','\x1c','\x1f','\xfa','\x18','\x30','\x32','\x18','\x20','\x35','\x18','\x7f','\x39','\x30','\x51','\x31','\x30','\x91','\x30','\xb0','\x11','\x30','\xa0','\x11','\x30','\x60','\x1f','\x30','\x40','\x11','\x60','\xe0','\x10','\x60','\xb0','\x00','\x61','\x98','\x00','\xc3','\x1f','\x07','\xc6','\x0e','\x01','\x98','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x02','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x60','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\xbf','\xfe','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x1e','\x7f','\xff','\x1d','\x80','\x00','\x1c','\xc0','\x00','\x3c','\xc1','\xc0','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x01','\x8c','\x4c','\x7f','\xfe','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x10','\x00','\x38','\x0c','\x01','\xfc','\x06','\x7f','\x80','\x06','\x00','\x08','\x00','\x08','\x0e','\x00','\x86','\x0c','\x80','\x63','\x18','\x60','\x33','\x10','\x32','\x30','\x20','\x32','\x00','\x00','\x04','\x03','\x00','\x04','\x03','\x18','\x0c','\x7f','\xfc','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x31','\xff','\xff','\xf0','\x03','\x00','\x70','\x06','\x80','\x30','\x06','\x40','\x30','\x0c','\x70','\x30','\x18','\x3f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x00','\x01','\xc0','\x00','\x01','\x80','\x40','\xc1','\x80','\x7f','\xc1','\x8c','\x64','\xdf','\xfe','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x86','\x7f','\xff','\xff','\x64','\xc0','\x00','\x64','\xc0','\x00','\x64','\xc1','\xc0','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x8c','\x7f','\xdf','\xfe','\x60','\xc1','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x00','\x00','\x00','\x01','\x83','\xa0','\x0f','\xc3','\x18','\xfc','\x03','\x08','\x0c','\x03','\x06','\x0c','\x7f','\xff','\x0c','\x06','\x60','\x0c','\x86','\x60','\xff','\xcc','\x7f','\x0c','\x18','\x3f','\x0c','\x6c','\x00','\x0c','\x0f','\xf8','\x1e','\x0c','\x00','\x1d','\x8c','\x00','\x1c','\xc7','\xfc','\x3c','\xc0','\x00','\x2c','\x10','\x0c','\x2c','\x1f','\xfe','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x00','\x00','\x70','\x00','\x0f','\xf8','\x3f','\xfc','\x00','\x00','\x20','\x00','\x00','\x38','\x80','\x00','\x30','\xe0','\x04','\x21','\xc0','\x03','\x41','\x80','\x01','\x83','\x00','\x00','\xc2','\x20','\x00','\xc4','\x10','\x00','\x08','\x18','\x00','\x10','\x0c','\x7f','\xff','\xfe','\x3f','\xf8','\x06','\x20','\x18','\x06','\x02','\x18','\x80','\x03','\x98','\x60','\x07','\x18','\x38','\x0e','\x18','\x1c','\x1c','\x18','\x0e','\x30','\x18','\x06','\xc0','\x18','\x06','\x00','\x18','\x00','\x08','\x00','\x00','\x0e','\x00','\x18','\x0c','\x3f','\xfc','\x08','\x04','\x18','\x92','\x04','\x38','\x63','\x82','\x30','\x33','\x03','\x60','\x36','\x01','\xc0','\x04','\x01','\xc0','\x09','\x03','\x70','\x10','\x86','\x3f','\xff','\xcc','\x1e','\x7c','\xf0','\x06','\x4c','\xc1','\xc0','\x0c','\x01','\x80','\x4c','\x01','\x8c','\x7e','\x3f','\xfe','\x6d','\x81','\x80','\x6c','\xc1','\x80','\x4c','\xc1','\x80','\x4c','\x01','\x80','\x8c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x08','\x00','\x70','\x0e','\x38','\x60','\x0c','\x30','\x60','\x08','\x30','\x64','\x92','\x34','\x67','\x63','\xb2','\x66','\x33','\x33','\x6c','\x36','\x33','\x68','\x04','\x30','\x70','\x0a','\x30','\x60','\x11','\x37','\xff','\xff','\xb0','\x60','\x7d','\xb0','\x60','\x4c','\x30','\xf0','\x0c','\x30','\xec','\x4e','\x30','\xe6','\x7d','\x31','\xe6','\x6d','\xb1','\x66','\x6d','\xb2','\x60','\x4d','\xb4','\x60','\x4c','\x30','\x60','\x8c','\x30','\x66','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x02','\x02','\x30','\x02','\x03','\xf8','\xff','\xfb','\x30','\x02','\x03','\x30','\x3f','\xe3','\x3f','\x22','\x26','\x1f','\x3f','\xe8','\x00','\x22','\x27','\xfc','\x22','\x21','\x0c','\x3f','\xe1','\x18','\x02','\x00','\xb0','\xff','\xf8','\x60','\x02','\x41','\xb8','\x02','\x76','\x1f','\x00','\x62','\x06','\x04','\x83','\x80','\x03','\x07','\x10','\x01','\x8c','\x0c','\x7f','\xff','\xf6','\x3f','\xf8','\x06','\x22','\x18','\xc0','\x07','\x98','\x38','\x0e','\x18','\x1c','\x70','\x18','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x01','\xc0','\x70','\x01','\x88','\x60','\x3f','\xfc','\x60','\x01','\x80','\x60','\x01','\x82','\x60','\xff','\xff','\x70','\x00','\x00','\x6c','\x01','\xc0','\x66','\x01','\x84','\x63','\x7f','\xfe','\x63','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x9e','\x60','\xff','\xe0','\x60','\x7c','\x00','\x60','\x40','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x01','\x01','\xc0','\x00','\x83','\x80','\x00','\x67','\x00','\x00','\x3e','\x00','\x00','\x1c','\x00','\x00','\x77','\x80','\x01','\xc1','\xff','\x0f','\x1c','\x3e','\xf0','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x30','\x0e','\x7f','\xf8','\x0c','\x0c','\xc1','\xcc','\x0c','\xc1','\x8c','\x0c','\xc1','\x8c','\x0c','\xd9','\x8c','\xff','\xfd','\x8c','\x0c','\xc1','\x8c','\x0c','\xc1','\x8c','\x0c','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xc1','\x8c','\x10','\xc0','\x0c','\x30','\xc0','\x0c','\x20','\xc0','\x0c','\x40','\xc0','\x7c','\x80','\xc0','\x18','\x00','\x40','\x20','\x08','\x30','\x38','\x06','\x18','\x30','\x03','\x0c','\x60','\x21','\x8c','\x40','\x21','\x80','\x86','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x1c','\x04','\xc0','\x18','\x08','\xc8','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x00','\x18','\x40','\x00','\x18','\x30','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\x80','\x0e','\x20','\x00','\x06','\x01','\x80','\xe0','\x7f','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x60','\xc0','\xff','\xf0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x01','\x80','\xc6','\x7f','\xdf','\xff','\x00','\x00','\xc0','\x00','\x00','\xc0','\x01','\x80','\xc0','\x7f','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x41','\x80','\xc0','\x7f','\xc0','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x03','\x0e','\x00','\x7f','\x8c','\x0c','\x00','\x0c','\x1e','\x00','\x0c','\x38','\x00','\xcc','\xe0','\xff','\xef','\x00','\x00','\x0c','\x02','\x00','\x0c','\x02','\x03','\x0c','\x03','\x7f','\x8f','\xff','\x00','\x07','\xfe','\x00','\x00','\x00','\x03','\x00','\x00','\x7f','\x88','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x41','\x8c','\x0c','\x7f','\xcc','\x0c','\x61','\x8f','\xfc','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x7f','\x8f','\xfc','\x61','\x8c','\x0c','\x0c','\xc1','\x00','\x08','\x89','\xc0','\xff','\xfd','\x86','\x08','\x81','\xff','\x18','\x03','\x18','\x1f','\xe2','\x98','\x30','\x24','\xb0','\x5f','\x20','\x60','\x91','\x20','\xd8','\x11','\x21','\x8f','\x1f','\xe6','\x06','\x00','\xc0','\x00','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x07','\x00','\x0c','\x06','\x0f','\xfe','\x06','\x62','\x0c','\xff','\xf2','\x1c','\x06','\x01','\x18','\x46','\x61','\xb0','\x7f','\xf0','\xe0','\x66','\x60','\xe0','\x66','\x61','\xb8','\x66','\x63','\x1f','\x7f','\xe6','\x0e','\x66','\x78','\x06','\x66','\x60','\xe0','\x66','\x60','\xc0','\x7f','\xe0','\xc0','\x66','\x60','\xcc','\x06','\x0f','\xfe','\x06','\x60','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x06','\x00','\x00','\x00','\x00','\x06','\x00','\x6f','\xff','\xff','\xf0','\xc0','\x20','\x60','\x80','\x10','\xc5','\x0c','\x18','\xc7','\xfe','\x0d','\x86','\x0c','\x07','\x06','\x0c','\x07','\x06','\x0c','\x0d','\xc7','\xfc','\x18','\xf6','\x0c','\x30','\x66','\x0c','\xc7','\x06','\x0c','\x06','\x07','\xfc','\x06','\x66','\x0c','\x7f','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x62','\x00','\x0f','\x83','\x98','\xfc','\x07','\x06','\x70','\x0c','\x03','\x40','\x30','\x03','\x00','\x60','\x80','\x07','\xf0','\xe0','\xfe','\x04','\xcc','\x00','\x07','\xfe','\x08','\x46','\x0c','\x84','\x76','\x0c','\x66','\x67','\xfc','\x36','\x46','\x0c','\x30','\x86','\x0c','\x06','\x07','\xfc','\x06','\x06','\x00','\x7f','\xe6','\x06','\x06','\x07','\xff','\x06','\x06','\x00','\x06','\x06','\x06','\xff','\xf7','\xff','\x06','\x00','\x06','\x06','\x0a','\xa6','\x0d','\x0a','\xb6','\x0c','\x8a','\x96','\x08','\xda','\x8c','\x18','\xd8','\x0c','\x30','\x00','\x7c','\xc0','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x80','\x00','\xc0','\x40','\x01','\x80','\x20','\x01','\x00','\x30','\x02','\x07','\xd8','\x7f','\xfc','\x1c','\x3f','\x00','\x0c','\x20','\x00','\x0c','\x00','\x06','\x00','\x40','\x0f','\x00','\x30','\x58','\x00','\x18','\x61','\x0c','\x0c','\x61','\xfe','\x0c','\x61','\x8c','\x00','\x61','\x8c','\x00','\x61','\x8c','\x00','\x61','\x8c','\x00','\x61','\x8c','\x0c','\x61','\x8c','\xfe','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x6d','\x8c','\x0d','\xf1','\xbc','\x0c','\xc1','\x98','\x0c','\x81','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x19','\x80','\xc6','\x1f','\xdf','\xff','\x11','\x80','\x00','\x31','\x04','\x18','\x22','\x07','\xfc','\x7f','\x86','\x18','\xa4','\x86','\x18','\x24','\x86','\x18','\x24','\x86','\x18','\x3f','\x86','\x18','\x24','\x87','\xf8','\x24','\x80','\xc0','\x24','\x80','\xc0','\x3f','\x88','\xd0','\x00','\x0e','\xc8','\x00','\x8c','\xcc','\x2a','\xcc','\xc6','\x2a','\xd8','\xc6','\x6a','\x10','\xc6','\xc0','\x27','\xc0','\xc0','\x01','\x80','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\xf8','\x76','\x21','\x82','\x66','\x3f','\xff','\x66','\x31','\x06','\x66','\x31','\xe8','\x66','\x3f','\x00','\x66','\x31','\x04','\x66','\x30','\xfc','\x66','\x30','\x00','\x66','\x37','\xfe','\x66','\x30','\x80','\x66','\x31','\xcc','\x66','\x36','\x4e','\x66','\x30','\xe8','\x66','\x33','\x30','\x66','\x2c','\x6c','\x66','\x60','\xe6','\x06','\x61','\xa6','\x06','\x46','\x26','\x06','\x58','\x20','\x06','\x81','\xe0','\x3e','\x00','\xc0','\x0c','\x07','\x03','\x90','\x06','\x03','\x0c','\x06','\x33','\x06','\xff','\xfb','\x06','\x06','\x03','\x00','\x46','\x63','\x00','\x7f','\xf3','\x0c','\x60','\x63','\xfe','\x60','\x7f','\x00','\x60','\x63','\x00','\x7f','\xe3','\x08','\x60','\x63','\x0e','\x60','\x63','\x0c','\x60','\x61','\x98','\x7f','\xe1','\x98','\x66','\x61','\xb0','\x06','\x01','\xb0','\x06','\x30','\xe2','\xff','\xf8','\xc2','\x06','\x01','\xe2','\x06','\x03','\x72','\x06','\x06','\x3f','\x06','\x18','\x1f','\x06','\x60','\x06','\x02','\x02','\x30','\x02','\x03','\xf8','\xff','\xfb','\x30','\x02','\x03','\x30','\x3f','\xe3','\x3f','\x22','\x26','\x1f','\x3f','\xe8','\x00','\x22','\x27','\xfc','\x22','\x21','\x0c','\x3f','\xe0','\x98','\x02','\x00','\x60','\xff','\xf9','\xb8','\x02','\x06','\x1f','\x02','\x00','\xc6','\x00','\x1f','\xe0','\x0f','\xf8','\x00','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x20','\x40','\x80','\x18','\x70','\xe0','\x0c','\x60','\xc0','\x0d','\xfc','\xc0','\x01','\x8c','\xc0','\x01','\x8c','\xc6','\x81','\xfc','\xff','\x61','\x8c','\x8c','\x31','\x8d','\x8c','\x35','\xfd','\x4c','\x04','\x02','\x4c','\x04','\x30','\x4c','\x08','\x30','\x58','\x0b','\xff','\x58','\x18','\x60','\x58','\x10','\x60','\x30','\x30','\x7c','\x30','\xf0','\x4c','\x20','\x70','\xcc','\x70','\x30','\x8c','\x50','\x31','\x98','\xd8','\x31','\x18','\x8f','\x3a','\x79','\x0e','\x18','\x36','\x06','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x11','\x90','\x63','\x1d','\x8c','\x62','\x39','\x86','\x66','\x31','\x87','\x64','\x61','\x83','\x68','\x81','\x80','\x68','\x3f','\xfc','\x64','\x30','\x0c','\x66','\x30','\x0c','\x62','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x01','\x80','\x7f','\x21','\x80','\x66','\x39','\x90','\x60','\x71','\x8c','\x60','\x61','\x86','\x60','\xc1','\x87','\x61','\x0f','\x83','\x60','\x03','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x1c','\x0c','\x0c','\x1b','\xfe','\x0c','\xb0','\x00','\xff','\xe0','\x00','\x0c','\x40','\x00','\x0c','\x90','\x00','\x0c','\x1c','\x00','\x1e','\x18','\x06','\x1d','\x37','\xff','\x1d','\xb0','\x30','\x3d','\xf0','\x30','\x2c','\x70','\x30','\x2c','\xb0','\x30','\x6d','\x30','\x30','\x4c','\x30','\x30','\x8c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x31','\xf0','\x0c','\x30','\x60','\x04','\x40','\x38','\x07','\x70','\x30','\x06','\x60','\x30','\x06','\x7c','\x34','\x0c','\xcf','\xfe','\x0c','\x8d','\x30','\x19','\xd9','\x30','\x1a','\x59','\x30','\x38','\x31','\x32','\x38','\x27','\xff','\x58','\x40','\x30','\x98','\x80','\x30','\x1b','\x07','\x30','\x18','\x06','\x30','\x18','\x06','\x06','\x1b','\xff','\xff','\x18','\x1e','\x80','\x18','\x36','\x80','\x18','\x36','\x40','\x18','\x66','\x70','\x18','\xc6','\x3f','\x19','\x86','\x1e','\x1e','\x06','\x06','\x18','\x06','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x0c','\x03','\xff','\xfe','\x06','\x00','\x0c','\x06','\x00','\x18','\x0c','\x38','\x10','\x08','\x30','\x20','\x10','\x30','\x00','\x20','\x30','\x00','\x40','\x30','\x00','\x00','\x30','\x00','\x00','\x68','\x00','\x00','\x68','\x00','\x00','\x64','\x00','\x00','\xc6','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xe0','\x06','\x00','\x78','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x0c','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x00','\x06','\x18','\x00','\xff','\xfc','\x80','\x06','\x18','\x62','\x06','\x18','\x32','\x06','\x18','\x32','\x06','\x18','\x04','\x06','\x18','\x04','\x06','\x1a','\x0d','\xff','\xff','\x08','\x0d','\x00','\x18','\x0d','\x00','\x18','\x0c','\x80','\x30','\x18','\x80','\xf0','\x18','\x40','\x70','\x10','\x60','\x30','\x30','\x30','\x30','\x20','\x38','\x30','\x40','\x1f','\x38','\x80','\x0e','\x1b','\x00','\x06','\x20','\x38','\x00','\x18','\x30','\x06','\x0d','\xfe','\xff','\x0c','\x30','\x66','\x00','\x30','\x66','\x01','\xfe','\x66','\x80','\x30','\x46','\x40','\x30','\xc6','\x64','\x3c','\x86','\x65','\xf1','\x1e','\x04','\xc0','\x0c','\x04','\x88','\x80','\x08','\x0c','\xe0','\x08','\x48','\xc0','\x18','\x31','\x90','\x18','\x1a','\x0c','\x33','\xff','\xf6','\xf1','\xff','\x06','\x71','\x03','\x00','\x30','\x43','\x20','\x30','\x73','\x18','\x30','\x63','\x0c','\x38','\xc3','\x06','\x1b','\x03','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x30','\x00','\x04','\x60','\x00','\x08','\x60','\x00','\x00','\x01','\x01','\x00','\x01','\xc1','\x00','\x01','\x81','\x00','\x01','\x80','\x80','\x03','\x80','\x80','\x03','\x00','\xc0','\x03','\x00','\x40','\x06','\x00','\x60','\x06','\x00','\x30','\x0c','\x00','\x38','\x08','\x00','\x1c','\x10','\x00','\x1f','\x20','\x00','\x0e','\xc0','\x00','\x04','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x92','\x01','\x86','\x63','\xbf','\xff','\x33','\x01','\x80','\x36','\x01','\x80','\x04','\x01','\x80','\x09','\x01','\x80','\x10','\x81','\x8c','\xff','\xdf','\xfe','\x7c','\xc0','\x00','\x4c','\xc0','\x00','\x0c','\x10','\x0c','\x4c','\x1f','\xfe','\x7d','\x18','\x0c','\x6c','\x98','\x0c','\x6c','\xd8','\x0c','\x4c','\xd8','\x0c','\x4c','\xd8','\x0c','\x8c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x10','\x40','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\x03','\x80','\x7f','\x83','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x01','\x83','\x18','\xff','\xdf','\xfc','\x00','\x03','\x18','\x00','\x03','\x18','\x03','\x03','\x18','\x7f','\x83','\x18','\x00','\x03','\x18','\x00','\x03','\x18','\x03','\x03','\x1a','\x7f','\xbf','\xff','\x00','\x06','\x80','\x00','\x06','\x80','\x43','\x06','\x40','\x7f','\x84','\x40','\x63','\x0c','\x60','\x63','\x08','\x30','\x63','\x18','\x38','\x63','\x10','\x1f','\x7f','\x20','\x0e','\x60','\xc0','\x06','\x02','\x00','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x04','\x00','\x60','\x0c','\x00','\x60','\x08','\x00','\x60','\x10','\x03','\xe0','\x60','\x00','\xc0','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x43','\x00','\x06','\x73','\x00','\x0c','\x63','\x00','\x0c','\x63','\x18','\x18','\x7f','\xfc','\x18','\x43','\x00','\x38','\xc3','\x00','\x38','\x83','\x00','\x59','\x03','\x00','\x98','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x06','\x00','\x07','\x06','\x00','\x06','\x0d','\x00','\x06','\x0c','\x80','\x0c','\x18','\xc0','\x0c','\x18','\x60','\x18','\x30','\x38','\x18','\x60','\x1f','\x38','\xdf','\xe6','\x3b','\x03','\x00','\x58','\x83','\x0c','\x98','\xff','\xfe','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc6','\x8c','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\xc0','\x0e','\x1b','\x00','\x06','\x04','\x04','\x20','\x07','\x47','\x38','\x06','\x26','\x30','\x06','\x36','\x60','\x0c','\x36','\x80','\x0c','\x06','\x0c','\x19','\xff','\xfe','\x18','\x0d','\x00','\x38','\x0d','\x00','\x38','\x18','\x86','\x5b','\xff','\xff','\x98','\x10','\x40','\x18','\x30','\x20','\x18','\x20','\x38','\x18','\x7f','\xdf','\x18','\x80','\xce','\x1b','\x00','\xc6','\x18','\x20','\xc0','\x18','\x3f','\xc0','\x18','\x30','\x08','\x18','\x30','\x08','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x1f','\xf8','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x98','\x0f','\xcf','\xfc','\x18','\xc1','\x98','\x18','\xc1','\x9a','\x19','\xbf','\xff','\x31','\x81','\x98','\x33','\x01','\x98','\x73','\x0f','\xf8','\xb7','\xe1','\x98','\x36','\x61','\x80','\x30','\x61','\x88','\x32','\x6f','\xfc','\x32','\x61','\x80','\x31','\x61','\x82','\x31','\x7f','\xff','\x30','\xc1','\x80','\x30','\xc1','\x80','\x31','\xa1','\x80','\x31','\x38','\x00','\x32','\x1f','\xff','\x3c','\x07','\xfe','\x30','\x00','\x00','\x04','\x01','\x00','\x03','\x01','\xc0','\x01','\x81','\x80','\x01','\x82','\x0c','\x7f','\xff','\xfe','\x00','\xc6','\x00','\x00','\xc6','\x30','\x1f','\xff','\xf8','\x00','\xc6','\x30','\x00','\xc6','\x36','\xff','\xff','\xff','\x00','\xc6','\x30','\x00','\xc6','\x30','\x00','\xc6','\x30','\x1f','\xff','\xf0','\x01','\xc6','\xb0','\x03','\xc6','\x80','\x02','\xc6','\x40','\x06','\xc6','\x60','\x0c','\xc6','\x38','\x18','\xc6','\x1f','\x30','\xc6','\x0e','\xc0','\xc6','\x06','\x00','\xc6','\x00','\x00','\x10','\x40','\x08','\x1c','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x38','\x80','\x00','\x31','\x18','\x3f','\xff','\xfc','\x00','\x64','\x00','\x00','\x64','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0c','\x01','\xbf','\x33','\xff','\xde','\xc0','\x61','\x86','\x00','\x61','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x03','\x03','\x00','\x0c','\x1f','\x00','\x30','\x06','\x00','\x01','\x80','\x07','\x01','\x80','\x06','\x03','\x60','\xe6','\x03','\x18','\xc6','\x06','\x0c','\xc6','\x0c','\x06','\xc6','\x18','\x66','\xc6','\x37','\xf0','\xc6','\xc1','\x80','\xc6','\x21','\x8c','\xc6','\x3f','\xfe','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x3f','\xfc','\xc6','\x31','\x8c','\xc6','\x03','\x40','\xc6','\x03','\x30','\x06','\x06','\x18','\x06','\x0c','\x1c','\x06','\x18','\x0c','\x06','\x30','\x0c','\x3e','\xc0','\x00','\x0c','\x00','\x01','\xc0','\x00','\x21','\x80','\x46','\x21','\x86','\x7f','\x7f','\xff','\x66','\x60','\x06','\x66','\xc0','\x04','\x66','\xc0','\x08','\x66','\x3f','\xfc','\x66','\x00','\x00','\x66','\x20','\x18','\x66','\x3f','\xfc','\x66','\x30','\x18','\x66','\x30','\x18','\x66','\x30','\x18','\x66','\x3f','\xf8','\x7e','\x30','\x18','\x66','\x30','\x18','\x60','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x62','\x10','\x86','\x61','\x9c','\xe6','\x61','\x98','\xc6','\x60','\x19','\x06','\x67','\xff','\xe6','\x60','\x34','\x06','\x60','\x24','\x06','\x6f','\xff','\xf6','\x60','\x62','\x06','\x60','\xc1','\x06','\x61','\xff','\xc6','\x63','\x06','\xf6','\x6c','\x06','\x66','\x60','\xfe','\x06','\x60','\xc0','\x86','\x60','\xc0','\xc6','\x60','\xff','\xc6','\x60','\x7f','\x86','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x20','\x30','\x00','\x3f','\xf8','\x0c','\x31','\x07','\xfe','\x31','\x02','\x0c','\x31','\x02','\x0c','\x3f','\xf2','\x18','\x30','\x31','\x18','\x30','\x31','\x10','\x30','\x30','\xb0','\x3f','\xf0','\xe0','\x31','\x00','\x40','\x31','\x00','\xf0','\x31','\x30','\x9f','\x3f','\xf9','\x0e','\x30','\x06','\x06','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x20','\x20','\x18','\x18','\x38','\x18','\x0c','\x30','\x18','\x0c','\x40','\x18','\xff','\xfe','\x18','\x04','\x80','\xff','\x04','\x8c','\x33','\x7f','\xfe','\x33','\x04','\x8c','\x33','\x04','\x8c','\x33','\xff','\xff','\x33','\x04','\x8c','\x33','\x04','\x8c','\x66','\x7f','\xfc','\x66','\x04','\x8c','\x66','\x0c','\xc0','\x74','\x0c','\xc0','\x0c','\x1c','\xa0','\x0a','\x14','\xb0','\x1b','\x34','\x98','\x13','\x24','\x9f','\x20','\x44','\x8e','\x41','\x84','\x86','\x80','\x04','\x80','\x00','\x03','\x80','\x0c','\x03','\x00','\xfe','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x18','\x18','\x03','\x1a','\x18','\xff','\xff','\x18','\x03','\x18','\x33','\x03','\x18','\x3f','\x83','\x18','\x63','\x3f','\xf8','\x63','\x03','\x00','\x02','\x03','\x08','\x26','\x7f','\xfc','\x26','\x03','\x00','\x14','\x03','\x04','\x1c','\xff','\xfe','\x08','\x03','\x00','\x1c','\x03','\x00','\x16','\x03','\x00','\x33','\x80','\x00','\x21','\xff','\xff','\x40','\x7f','\xfe','\x80','\x00','\x00','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x18','\x04','\xcf','\xff','\xf0','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x20','\x00','\x09','\xd8','\x18','\x11','\x8c','\x46','\x31','\x8c','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x08','\x20','\x1c','\x0f','\xf7','\xfe','\x68','\x20','\x80','\x6f','\xe0','\xe0','\x68','\x24','\xd0','\x6f','\xe3','\x1c','\x68','\x21','\x98','\x68','\x21','\xb4','\x6f','\xe0','\x42','\x60','\x0f','\xff','\x7f','\xf7','\xe3','\x23','\x04','\x60','\x3b','\x82','\x68','\x33','\x63','\x66','\x63','\x26','\x63','\x83','\x08','\x63','\x00','\x20','\x00','\x00','\x18','\x10','\x09','\xcc','\x0c','\x11','\x8c','\x46','\x31','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x10','\x40','\x08','\x1c','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x19','\x18','\x3f','\xff','\xfc','\x00','\x34','\x00','\x00','\x62','\x06','\xff','\xff','\xff','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x0e','\x70','\x06','\xff','\x3f','\x0c','\x18','\x1e','\x30','\x18','\xc6','\xc7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x02','\x10','\x18','\x43','\x9c','\x18','\x33','\x18','\x18','\x1b','\x10','\x18','\x1b','\x20','\x1a','\x03','\x0c','\xff','\x7f','\xfe','\x18','\x06','\x80','\x18','\x06','\x80','\x18','\x0c','\x46','\x18','\xff','\xff','\x18','\x0c','\x20','\x1b','\x18','\x10','\xfc','\x3f','\xfc','\x78','\x60','\x6f','\x58','\xc0','\x66','\x1b','\x10','\x60','\x18','\x1f','\xe0','\x18','\x18','\x60','\x18','\x18','\x08','\x18','\x18','\x08','\x18','\x18','\x0c','\xf8','\x1f','\xfc','\x30','\x0f','\xf8','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x30','\xff','\xd8','\x1f','\x0c','\x30','\x0e','\x0c','\xcf','\xf6','\x0c','\x01','\x80','\x1e','\x21','\x8c','\x1d','\x3f','\xfe','\x1d','\xb1','\x8c','\x3d','\xb1','\x8c','\x2c','\x31','\x8c','\x2c','\x31','\x8c','\x6c','\x3f','\xfc','\x4c','\x33','\x4c','\x8c','\x03','\x40','\x0c','\x06','\x20','\x0c','\x06','\x30','\x0c','\x0c','\x18','\x0c','\x18','\x1f','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x18','\x0c','\x1f','\xfc','\x0d','\x36','\x00','\xff','\xa6','\x00','\x0c','\x46','\x06','\x0c','\xff','\xff','\x0e','\x0c','\x40','\x1d','\x0c','\x70','\x1d','\x98','\x60','\x1d','\x9f','\xfe','\x3c','\x30','\xc0','\x2c','\x70','\xc0','\x2c','\xbf','\xfe','\x6d','\x30','\xc0','\x4c','\x30','\xc0','\x8c','\x30','\xc0','\x0c','\x3f','\xfe','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x21','\x00','\x02','\x71','\xc0','\x21','\x83','\x80','\x20','\x84','\x06','\x3f','\xff','\xff','\x60','\x30','\x06','\x60','\x21','\x04','\xc0','\x40','\xc8','\xcf','\xff','\x60','\x07','\xc0','\x60','\x04','\x1c','\x00','\x07','\x18','\x00','\x0e','\x18','\x18','\x1f','\xff','\xfc','\x60','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x80','\x00','\x18','\x60','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x36','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x00','\xc1','\xc0','\x01','\x80','\xe0','\x03','\x00','\x78','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x0c','\x03','\x80','\xe0','\x03','\x00','\xc8','\x03','\x18','\xc4','\xff','\xfc','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc0','\x43','\x18','\xc6','\x7f','\xff','\xff','\x60','\x18','\xc0','\x68','\x98','\xc0','\x64','\xd8','\xc0','\x64','\x98','\xa0','\x65','\x18','\xa0','\x7f','\xf8','\xa0','\x63','\x18','\xa0','\x63','\x18','\x90','\x63','\x18','\x90','\x7f','\xf9','\x90','\x63','\x19','\x98','\x63','\x19','\x08','\x63','\x19','\x0c','\x63','\x1b','\x0f','\x63','\x7a','\x06','\x63','\x34','\x06','\x00','\x00','\x06','\x00','\xdf','\xff','\xff','\xe6','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x18','\x06','\x18','\x18','\x06','\x18','\x11','\x86','\x18','\x3f','\xc6','\x1a','\x31','\xbf','\xff','\x31','\x86','\x18','\x71','\x86','\x18','\x71','\x86','\x18','\xb1','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x00','\x30','\x18','\x00','\xc0','\x18','\x00','\x08','\x0c','\x00','\xcf','\xfe','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x11','\x8c','\x0c','\x3f','\xcc','\x0c','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\x71','\x8c','\x0c','\x71','\x8c','\x0c','\xb1','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x84','\x60','\x31','\x87','\x60','\x3f','\x86','\x60','\x31','\x8e','\x62','\x30','\x0c','\x62','\x30','\x18','\x63','\x00','\x30','\x7f','\x00','\xc0','\x3e','\x08','\x08','\x0c','\x0e','\x0f','\xfe','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x92','\x0c','\x0c','\x63','\x8c','\x0c','\x33','\x0f','\xfc','\x36','\x0c','\x0c','\x04','\x00','\x00','\x09','\x10','\x06','\x10','\x9f','\xff','\xff','\xd8','\x06','\x7c','\xd8','\x06','\x4c','\xd8','\x06','\x0c','\x1f','\xfe','\x4d','\x18','\x06','\x7c','\x98','\x06','\x6c','\xd8','\x06','\x6c','\xdf','\xfe','\x4c','\xd8','\x06','\x4c','\x18','\x06','\x8c','\x18','\x06','\x0c','\x18','\x3e','\x0c','\x18','\x0c','\x00','\x80','\x30','\x00','\xff','\xf8','\x1c','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\x18','\x00','\x02','\x19','\x80','\x03','\x98','\x60','\x07','\x18','\x38','\x0e','\x18','\x1c','\x18','\x18','\x0e','\x60','\x18','\x06','\x00','\x18','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x19','\xff','\xf8','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\xff','\xf8','\x19','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\xff','\xf8','\x21','\x80','\x18','\x61','\x80','\x18','\x41','\x80','\x18','\x81','\x80','\xf8','\x01','\x80','\x30','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x86','\x60','\x00','\xe6','\x00','\x00','\xc6','\x00','\x01','\xc6','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x06','\x20','\x10','\x7f','\x18','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x20','\x03','\x7f','\xff','\xff','\x84','\x40','\x00','\x04','\x4c','\x00','\x3f','\xfe','\x06','\x04','\x4c','\x7f','\x04','\x4c','\x00','\xff','\xff','\x00','\x04','\x4c','\x06','\x04','\x4c','\x7f','\x04','\x4c','\x00','\x3f','\xfc','\x00','\x04','\x4c','\x46','\x0c','\x40','\x7f','\x0c','\x60','\x66','\x1c','\x50','\x66','\x14','\x5c','\x66','\x34','\x4f','\x66','\x64','\x46','\x7e','\x84','\x42','\x66','\x04','\x40','\x20','\x30','\x0c','\x3f','\xfb','\xfe','\x31','\x01','\x0c','\x31','\x01','\x18','\x3f','\xf0','\x98','\x30','\x10','\xb0','\x3f','\xf0','\x60','\x31','\x00','\xf0','\x31','\x01','\x9f','\x3f','\xf6','\x0e','\x30','\x00','\x06','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x67','\xfe','\xff','\xf0','\x60','\x06','\x00','\x60','\x46','\x60','\x60','\x7f','\xf0','\x60','\x66','\x60','\x60','\x66','\x60','\x60','\x66','\x60','\x60','\x7f','\xe0','\x66','\x66','\x6f','\xff','\x66','\x60','\x60','\x66','\x60','\x60','\x7f','\xe0','\x60','\x66','\x60','\x60','\x06','\x00','\x60','\x06','\x60','\x60','\xff','\xf0','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x03','\x80','\x40','\x43','\x18','\x30','\x7f','\xfc','\x18','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x00','\x03','\x02','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x3f','\xf0','\x0c','\x30','\x30','\xfe','\x30','\x30','\x0c','\x3f','\xf0','\x0c','\x30','\x00','\x0c','\x30','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0c','\x00','\xe0','\x0c','\x18','\xc0','\x0a','\xf8','\xcc','\x19','\x1f','\xfe','\x19','\x90','\xcc','\x11','\xb0','\xcc','\x30','\x3f','\xff','\x20','\x20','\xcc','\x7f','\x60','\xcc','\x4c','\x67','\xfc','\x8c','\x78','\xcc','\x0c','\x18','\xc0','\xff','\x98','\xc4','\x0c','\x1f','\xfe','\x0c','\x18','\xc0','\x8d','\x58','\xc0','\x4f','\x58','\xc2','\x6e','\x5f','\xff','\x6c','\x30','\xc0','\x0c','\x30','\xc0','\x0f','\x68','\xc0','\xfc','\x46','\x00','\x70','\x83','\xff','\x43','\x00','\xfe','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x06','\x80','\x63','\x06','\x40','\x62','\x0c','\x30','\x66','\x18','\x1f','\x64','\x60','\x0e','\x69','\x9f','\xe6','\x68','\x03','\x00','\x64','\x43','\x18','\x66','\x7f','\xfc','\x62','\x63','\x18','\x63','\x63','\x18','\x63','\x63','\x18','\x63','\x63','\x18','\x63','\x7f','\xf8','\x63','\x66','\x98','\x6f','\x06','\x80','\x66','\x0c','\x40','\x60','\x0c','\x60','\x60','\x18','\x38','\x60','\x30','\x1f','\x60','\x60','\x0e','\x61','\x80','\x06','\x20','\x60','\x06','\x3f','\xff','\xff','\x30','\x60','\x60','\x30','\x60','\x40','\x30','\x64','\x86','\x3f','\xe7','\xff','\x30','\x66','\x06','\x30','\x66','\x06','\x30','\x66','\x06','\x3f','\xe7','\xfe','\x30','\x66','\x06','\x00','\x06','\x06','\x09','\x06','\x06','\x09','\x27','\xfe','\x89','\x3e','\x06','\x49','\x36','\x06','\x69','\x26','\x06','\x69','\x46','\x06','\x69','\x07','\xfe','\x09','\x02','\x00','\x09','\xf3','\x88','\xff','\x87','\x06','\x78','\x0c','\x03','\x40','\x30','\x03','\x40','\x60','\xc0','\x7f','\xf0','\xc0','\x63','\x01','\xa0','\x63','\x01','\xa0','\x63','\x03','\x10','\x7f','\xe6','\x1c','\x63','\x0c','\x0f','\x63','\x33','\xf6','\x63','\x00','\xc0','\x7f','\xe8','\xcc','\x63','\x0f','\xfe','\x63','\x0c','\xcc','\x63','\x6c','\xcc','\x7f','\xec','\xcc','\x60','\x6c','\xcc','\x00','\x6f','\xfc','\x55','\x6c','\xcc','\x55','\x60','\xc0','\x55','\x61','\xa0','\xd0','\x61','\xb0','\xc0','\xe3','\x18','\x00','\xc6','\x1f','\x07','\xcc','\x0e','\x01','\xb0','\x06','\x07','\x00','\xc0','\x06','\x00','\xc0','\x06','\x61','\xa0','\x07','\xf1','\x90','\x06','\x03','\x1c','\x06','\x06','\x0f','\x46','\x6c','\x06','\x7f','\xf3','\xf0','\x64','\x60','\xc0','\x65','\x68','\xcc','\x61','\xef','\xfe','\x71','\x6c','\xcc','\x6b','\x6c','\xcc','\x6a','\x6c','\xcc','\x64','\xec','\xcc','\x76','\x6f','\xfc','\x6a','\x6c','\xcc','\x6b','\x61','\xa0','\x71','\x61','\xa0','\x65','\x63','\x10','\x64','\x63','\x18','\x7f','\xe6','\x0f','\x60','\x0c','\x0e','\x00','\x30','\x06','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x06','\x02','\x06','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x18','\x07','\xff','\x30','\x03','\xfe','\xc0','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\x04','\x00','\x18','\x88','\x30','\x18','\xff','\xf8','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc6','\x30','\x30','\x06','\x00','\x30','\x86','\x40','\x30','\xe6','\x30','\x21','\xc6','\x18','\x61','\x86','\x0c','\x43','\x06','\x0e','\x8c','\x3e','\x06','\x00','\x0c','\x00','\x08','\x40','\x20','\x06','\x30','\x38','\x03','\x18','\x70','\x23','\x18','\xc6','\x3f','\xff','\xff','\x30','\x00','\x80','\x30','\x10','\xe0','\x37','\xf8','\xc0','\x30','\xc0','\xc0','\x30','\xc8','\x86','\x3f','\xfd','\xff','\x32','\x11','\x18','\x32','\x13','\x18','\x33','\xf2','\x98','\x32','\x14','\x98','\x32','\x10','\x98','\x33','\xf0','\x50','\x22','\x10','\x70','\x62','\x10','\x20','\x62','\x10','\x70','\x5f','\xf0','\x58','\x4f','\x10','\xcc','\x88','\x11','\x8f','\x00','\x16','\x06','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x06','\x07','\x1f','\xff','\x06','\x00','\x06','\x0c','\x00','\x06','\x08','\x00','\x06','\x90','\x80','\x06','\x60','\xe0','\x06','\x30','\xc0','\x06','\x39','\xc0','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x06','\x40','\x06','\x04','\x20','\x06','\x0c','\x30','\x06','\x08','\x18','\x0c','\x10','\xf8','\x0c','\xff','\x18','\x0c','\x78','\x18','\x18','\x40','\x01','\xf8','\x00','\x00','\x30','\x01','\x81','\xc0','\xff','\xc1','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\x21','\xff','\xff','\x3f','\x81','\x00','\x31','\x81','\xc0','\x30','\x01','\x80','\x30','\x01','\x00','\x30','\x12','\x10','\x31','\x8c','\x1c','\x7f','\xc6','\x38','\x61','\x83','\x30','\x61','\x83','\x70','\x01','\x80','\x60','\x01','\x80','\xc0','\x01','\x81','\x80','\x03','\x81','\x08','\x03','\x02','\x04','\x03','\x04','\x06','\x07','\x7f','\xfb','\x3e','\x3f','\x03','\x0c','\x20','\x03','\x20','\x01','\xd8','\x18','\x01','\x8c','\x0c','\x01','\x8c','\x0c','\x01','\x80','\x01','\x01','\x86','\x01','\xff','\xff','\x81','\x81','\x80','\x61','\x81','\x80','\x31','\x81','\x80','\x35','\xbd','\x88','\x05','\x81','\x8e','\x05','\x81','\x8c','\x09','\xbd','\x8c','\x09','\xa5','\x8c','\x19','\xa4','\xd8','\x11','\xa4','\xd8','\x31','\xa4','\xd0','\xf1','\x3c','\x72','\x73','\x00','\x62','\x32','\x00','\xf2','\x32','\x01','\xba','\x34','\x03','\x1e','\x38','\x0c','\x0f','\x18','\x30','\x03','\x20','\x00','\x00','\x18','\x80','\x06','\x0c','\xff','\xff','\x0c','\xc0','\xc0','\x00','\xc0','\x80','\x00','\xc9','\x0c','\x80','\xcf','\xfe','\x60','\xcc','\x0c','\x30','\xcc','\x0c','\x34','\xcc','\x0c','\x04','\xcf','\xfc','\x04','\xcc','\x0c','\x08','\xcc','\x0c','\x08','\xcc','\x0c','\x18','\xcf','\xfc','\x18','\xcc','\xcc','\x31','\x80','\xc0','\xf1','\x90','\xd0','\x71','\x1c','\xcc','\x33','\x18','\xc6','\x32','\x30','\xc3','\x34','\x60','\xc3','\x38','\x87','\xc0','\x18','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x20','\x80','\x08','\x40','\xe0','\x06','\x81','\xc0','\x03','\x01','\x80','\x01','\x83','\x00','\x01','\xc6','\x00','\x00','\xcc','\x00','\x00','\x08','\x40','\x00','\x10','\x30','\x00','\x20','\x18','\x00','\x40','\x0c','\x00','\x83','\xfe','\x7f','\xfc','\x06','\x3e','\x00','\x06','\x20','\x00','\x00','\x00','\x10','\x0c','\x01','\x9f','\xfe','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x98','\x0c','\xff','\xdf','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x84','\x60','\x0f','\x07','\x60','\xfc','\x06','\x60','\x70','\x0e','\x62','\x40','\x0c','\x62','\x00','\x18','\x62','\x00','\x30','\x63','\x00','\x60','\x7f','\x03','\x80','\x3e','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x91','\x00','\xc6','\x61','\xdf','\xff','\x31','\x80','\x80','\x33','\x00','\xe0','\x02','\x00','\xc0','\x04','\x80','\x80','\x08','\x49','\x10','\xff','\xe6','\x1c','\x7e','\x63','\x18','\x46','\x63','\x30','\x06','\x00','\x30','\x46','\x80','\x60','\x76','\x40','\x40','\x66','\x60','\xc0','\x66','\x60','\x88','\x46','\x61','\x04','\x46','\x02','\x06','\x86','\x3f','\xfb','\x06','\x1f','\x03','\x06','\x10','\x03','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc0','\xc0','\x3f','\xe0','\xc6','\x30','\xdf','\xff','\x30','\xc0','\x80','\x3c','\xc0','\xe0','\x36','\xc0','\xc0','\x36','\xc0','\x80','\x30','\xe9','\x10','\xff','\xc6','\x1c','\x78','\xc3','\x18','\x30','\xc3','\x30','\x34','\xc0','\x30','\x34','\xc0','\x60','\x34','\xc0','\x40','\x34','\xc0','\xc0','\x34','\xc0','\x88','\x34','\xc1','\x04','\x20','\xc2','\x06','\x60','\xdf','\xfb','\x47','\xcf','\x83','\x81','\x88','\x03','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x08','\x20','\xff','\x84','\x38','\x00','\x06','\x30','\x00','\x26','\x42','\x06','\x3f','\xff','\x7f','\x30','\x40','\x00','\x30','\x70','\x00','\x30','\xe0','\x06','\x31','\x90','\x7f','\x36','\x1c','\x00','\x30','\x38','\x00','\x30','\x70','\x46','\x31','\xc4','\x7f','\x36','\x07','\x66','\x60','\x0e','\x66','\x60','\x1c','\x66','\x40','\x38','\x66','\xc0','\xe0','\x7e','\x83','\x80','\x61','\x1c','\x00','\x41','\x90','\x18','\x7f','\xdf','\xfc','\x61','\x98','\x18','\x61','\x98','\x18','\x61','\x18','\x18','\x63','\x18','\x18','\x62','\x1f','\xf8','\x62','\x18','\x18','\x64','\x18','\x18','\x62','\x18','\x18','\x63','\x18','\x18','\x61','\x1f','\xf8','\x61','\x98','\x84','\x61','\x98','\x87','\x61','\x98','\x86','\x61','\x98','\x4c','\x61','\x98','\x50','\x6f','\x98','\x60','\x63','\x18','\x20','\x60','\x19','\xb0','\x60','\x1e','\x18','\x61','\xf8','\x1f','\x60','\xe0','\x0e','\x60','\x80','\x06','\x00','\x00','\x30','\x00','\x01','\xf8','\x00','\x1f','\x80','\x3f','\xf8','\x00','\x00','\x18','\x20','\x10','\x18','\x38','\x0c','\x18','\x30','\x06','\x18','\x30','\x07','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x80','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x80','\x06','\x0e','\xff','\xff','\x0c','\xc0','\x06','\x0c','\xc3','\x86','\x0c','\xc3','\x06','\x0c','\xc3','\x06','\x18','\xc3','\x26','\x18','\xdf','\xf6','\x18','\xc3','\x06','\x38','\xc3','\x06','\x38','\xc3','\x06','\x58','\xc3','\x06','\x98','\xcf','\xe6','\x18','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcf','\xe6','\x18','\xcc','\x66','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xff','\xfe','\x18','\xc0','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x7c','\x43','\x03','\xe0','\x7f','\xbf','\x80','\x63','\x01','\x88','\x63','\x01','\x8e','\x63','\x21','\x8c','\x63','\x11','\x8c','\x63','\x19','\x98','\x63','\x19','\x90','\x63','\x19','\xa0','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\xff','\xff','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\xc6','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x61','\x19','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc6','\xff','\xff','\xff','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x19','\x80','\xc0','\x31','\x88','\xcc','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x33','\x0c','\x0c','\x6b','\x0c','\x0c','\x66','\x0c','\x0c','\x07','\x0c','\x0c','\x0d','\x8c','\x0c','\x09','\xcc','\x0c','\x10','\xcf','\xfc','\x20','\xcc','\x0c','\xc0','\x0c','\x0c','\x03','\x00','\x18','\xff','\xa0','\xfc','\x03','\x3f','\xc0','\x03','\x30','\x20','\x02','\x33','\x20','\x14','\x33','\x20','\x18','\x33','\x20','\x18','\x33','\x20','\x18','\x33','\x20','\x18','\x33','\x20','\x1b','\x33','\x20','\x1c','\x33','\x20','\xf8','\x33','\x30','\x78','\x33','\x10','\x58','\x33','\x10','\x18','\x33','\x10','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x58','\x18','\x43','\x4c','\x18','\xc3','\xec','\x18','\xbe','\x6f','\xf9','\x18','\x66','\x32','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x20','\x00','\x18','\x3f','\xff','\xf8','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x38','\x00','\x07','\x3f','\xff','\xff','\x1f','\xff','\xfe','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x07','\x00','\x30','\x06','\x0c','\x37','\xff','\xfe','\x30','\x06','\x00','\x31','\x06','\x18','\x31','\xff','\xfc','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xff','\xf8','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xff','\xf8','\x31','\x86','\x18','\x20','\x06','\x00','\x60','\x06','\x06','\x6f','\xff','\xff','\x40','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x03','\x00','\x18','\xff','\xa0','\xfc','\x03','\x3f','\xe0','\x03','\x30','\x20','\x03','\x33','\x20','\x23','\x33','\x20','\x3f','\x33','\x20','\x33','\x33','\x20','\x30','\x33','\x20','\x30','\x33','\x20','\x30','\x33','\x30','\x33','\x33','\x10','\x3f','\xb3','\x10','\x63','\x33','\x10','\x63','\x33','\x10','\x03','\x33','\x18','\x03','\x33','\x18','\x03','\x33','\x08','\x06','\x23','\x48','\x06','\x63','\x4c','\x06','\x43','\xec','\x0c','\x5e','\x6f','\x7c','\x8c','\x66','\x19','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x63','\x06','\xff','\xf7','\xff','\x06','\x06','\x10','\x06','\x04','\x1c','\x06','\x0c','\x18','\x06','\x0a','\x18','\x26','\xd2','\x30','\x3f','\xe2','\x30','\x30','\xc1','\x60','\x30','\xc1','\x60','\x30','\xc0','\xc0','\x30','\xc0','\x80','\x30','\xc1','\xc0','\x30','\xc1','\x60','\x30','\xc3','\x30','\x3f','\xc6','\x38','\x30','\x0c','\x1f','\x30','\x30','\x0e','\x00','\xc0','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x86','\x0c','\x3f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x81','\x80','\x1c','\xc1','\x80','\x3c','\xd1','\x8c','\x2c','\x1f','\xfe','\x2c','\x18','\x0c','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x10','\x38','\x86','\x0c','\x30','\xff','\x06','\x30','\xc6','\x06','\x30','\xc6','\x00','\x36','\xc6','\x03','\xff','\xc6','\x80','\x30','\xc6','\x60','\x30','\xfe','\x32','\x30','\xc6','\x32','\x30','\xc6','\x04','\x30','\xc6','\x04','\x30','\xc6','\x0d','\xfc','\xc6','\x09','\x8c','\xfe','\x19','\x8c','\xc6','\x19','\x8c','\xc6','\x31','\x8c','\xc6','\xf1','\x8c','\xc6','\x71','\x8c','\xc6','\x31','\xfd','\x86','\x31','\x8d','\x86','\x31','\x81','\x06','\x38','\x02','\x3e','\x18','\x04','\x0c','\x04','\x00','\x18','\x07','\x20','\xfc','\x86','\x3f','\xe0','\x44','\x30','\x20','\x28','\x33','\x20','\x10','\x33','\x20','\x18','\x33','\x20','\x28','\x33','\x20','\x2c','\x33','\x20','\x4c','\x33','\x20','\x8c','\x33','\x20','\x1e','\x33','\x30','\x16','\x33','\x10','\x16','\x33','\x10','\x36','\x33','\x10','\x26','\x33','\x10','\x46','\x33','\x18','\x86','\x23','\x18','\x06','\x63','\x48','\x06','\x63','\x4c','\x0e','\x43','\xec','\x0c','\xdf','\x6f','\x7c','\x8c','\x66','\x19','\x00','\x06','\x0e','\x1c','\x46','\x0c','\x18','\x7f','\x4d','\x18','\x66','\x4d','\xd8','\x66','\x6d','\x98','\x66','\x6d','\x18','\x66','\x0e','\xff','\x66','\x0c','\x18','\x66','\xff','\x98','\x7e','\x0c','\x18','\x66','\x0c','\x18','\x66','\x1c','\x18','\x66','\x1e','\x7e','\x66','\x1d','\x42','\x66','\x3d','\xc2','\x66','\x2d','\xc2','\x7e','\x2c','\x42','\x66','\x6c','\x42','\x66','\x4c','\x42','\x66','\x8c','\x42','\x46','\x0c','\x7e','\xc6','\x0c','\x42','\x86','\x0c','\x01','\x1e','\x0c','\x02','\x0c','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xbf','\xff','\xff','\xc6','\x40','\x01','\x86','\x40','\x03','\x04','\x20','\x03','\x0c','\x30','\x06','\x08','\x1c','\x04','\x17','\xef','\x0d','\xa0','\x06','\x1d','\x40','\x00','\x2e','\x3f','\xfc','\xcd','\x06','\x00','\x0d','\x86','\x18','\x0d','\x87','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\x18','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x21','\x84','\x30','\x3f','\xc7','\xf8','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x84','\x30','\x3f','\x8c','\x3f','\x31','\x88','\x1f','\x31','\x90','\x00','\x31','\x80','\x00','\x31','\x80','\x0c','\x31','\x9f','\xfe','\x3f','\x84','\x0c','\x31','\x82','\x18','\x31','\x82','\x18','\x31','\x81','\x30','\x31','\x81','\xe0','\x31','\x80','\xc0','\x21','\x81','\xe0','\x21','\x83','\x38','\x61','\x86','\x1f','\x4f','\x8c','\x0e','\x83','\x30','\x06','\x07','\x02','\x06','\x06','\x03','\xff','\x06','\x03','\x06','\x06','\x03','\x06','\x06','\x03','\x06','\x06','\x33','\x06','\xff','\xfb','\x06','\x06','\x03','\xfe','\x06','\x03','\x06','\x06','\x03','\x06','\x06','\x03','\x06','\x06','\x03','\x06','\x26','\x63','\x06','\x3f','\xf3','\xfe','\x30','\x63','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x30','\x66','\x06','\x3f','\xe6','\x06','\x30','\x64','\x06','\x30','\x08','\x3e','\x00','\x30','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x01','\x80','\x38','\x7f','\xd1','\xfc','\x01','\x9f','\x20','\x01','\x18','\x20','\x0a','\x19','\x20','\x0c','\x19','\x20','\x0c','\x19','\x20','\x0d','\x99','\x30','\xfe','\x19','\x10','\x7c','\x11','\x10','\x4c','\x31','\x10','\x0c','\x31','\x58','\x0c','\x21','\x48','\x0c','\x61','\xec','\x0c','\x5f','\x6f','\x7c','\x8c','\x66','\x19','\x00','\x06','\x00','\x38','\x00','\x00','\x30','\x60','\x00','\x3f','\xf0','\x00','\x30','\x00','\x10','\x30','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x38','\x08','\x18','\x30','\x90','\x18','\x3f','\xc0','\x1b','\xf0','\x08','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x1f','\xf8','\x18','\x00','\x00','\x18','\x80','\x00','\x18','\xe3','\x80','\x30','\xc3','\x00','\x30','\xc3','\x00','\x21','\x83','\x02','\x61','\x83','\x02','\x43','\x03','\x03','\x86','\x03','\xff','\x18','\x01','\xfe','\x06','\x03','\x80','\x7f','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x03','\x7f','\xff','\xff','\x86','\x40','\x00','\x06','\x40','\x00','\x04','\x20','\x06','\x0c','\x30','\x7f','\x08','\x1c','\x00','\x17','\xef','\x00','\x20','\x06','\x06','\x40','\x00','\x7f','\x3f','\xfc','\x00','\x06','\x00','\x00','\x06','\x18','\x43','\x07','\xfc','\x7f','\x8c','\x18','\x63','\x0c','\x18','\x63','\x00','\x18','\x63','\x00','\x38','\x63','\x00','\x30','\x7f','\x01','\xf0','\x63','\x00','\x60','\x40','\xc3','\x80','\x7f','\xe3','\x00','\x60','\xc3','\x00','\x60','\xc3','\x06','\x60','\xff','\xff','\x60','\xc6','\x40','\x60','\xc6','\x40','\x60','\xc4','\x20','\x7f','\xcc','\x30','\x06','\x08','\x1c','\x06','\x17','\xef','\x76','\x20','\x06','\x66','\x40','\x00','\x66','\x3f','\xfc','\x67','\xc6','\x00','\x66','\x06','\x18','\x66','\x07','\xfc','\x66','\x0c','\x18','\x66','\x0c','\x18','\x66','\xc0','\x18','\x67','\x00','\x38','\xfc','\x00','\x30','\x70','\x01','\xf0','\x40','\x00','\x60','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc0','\x08','\x60','\xc0','\x18','\x60','\xc6','\x10','\x1f','\xff','\x21','\x80','\xc0','\x3f','\xc0','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\xc0','\xc0','\xff','\xe8','\xcc','\x06','\x0f','\xfe','\x06','\x8c','\x0c','\x46','\xec','\x0c','\x26','\xcc','\x0c','\x36','\x8c','\x0c','\x37','\x0c','\x0c','\x06','\x6c','\x0c','\x07','\x8c','\x0c','\xfe','\x0f','\xfc','\x78','\x0c','\x0c','\x40','\x0c','\x0c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x41','\x00','\x18','\x71','\xc0','\x18','\x61','\x8c','\x18','\xff','\xfe','\x18','\xc1','\x00','\x19','\xc1','\x00','\x1a','\xff','\xf8','\x34','\xc1','\x00','\x30','\xc1','\x00','\x20','\xff','\xf8','\x60','\xc1','\x00','\x40','\xc1','\x00','\x80','\xc1','\x06','\x00','\xff','\xff','\x00','\xc0','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x60','\x20','\x30','\x40','\x3f','\xfa','\x86','\x30','\x33','\xff','\x30','\x33','\x06','\x3f','\xf3','\x06','\x30','\x03','\x06','\x32','\x43','\xfe','\x33','\x63','\x06','\x32','\x43','\x06','\x37','\xf3','\x06','\x24','\x83','\xfe','\x2c','\x83','\x06','\x37','\xf3','\x06','\x24','\x83','\x06','\x24','\x83','\x06','\x67','\xf3','\xfe','\x44','\x81','\x00','\x44','\x81','\xc8','\x87','\xf3','\x86','\x04','\x06','\x03','\x04','\x18','\x03','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x7f','\xe0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x7f','\xe0','\xcc','\x60','\x6f','\xfe','\x60','\x62','\x0c','\x60','\x62','\x0c','\x7f','\xe3','\x18','\x00','\x81','\x18','\x40','\xe1','\xb0','\x30','\xc0','\xe0','\x18','\x80','\x40','\x19','\x00','\xe0','\x00','\x31','\xb0','\x03','\xc3','\x18','\xfe','\x06','\x1f','\x70','\x18','\x0e','\x40','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\xc0','\x1f','\xff','\xe0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\xc0','\xc0','\x01','\xff','\xe0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x01','\xc0','\x03','\x01','\x80','\x07','\xff','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x0c','\x06','\xff','\xfe','\x06','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x38','\x0c','\x00','\x38','\x0c','\x30','\x58','\xff','\xf8','\x98','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x36','\x1b','\xff','\xff','\x18','\x00','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x30','\x07','\xff','\xf8','\x0c','\x18','\x00','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x80','\x60','\x00','\xff','\xf0','\x1c','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xff','\xe0','\x18','\xc0','\x60','\x18','\x00','\x00','\x18','\x00','\x00','\x1f','\xff','\xf0','\x18','\x00','\x30','\x18','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x03','\x00','\x01','\xc0','\xc0','\x03','\x80','\x70','\x07','\x00','\x38','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\xc0','\x1f','\xff','\xe0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x38','\x02','\x18','\x30','\x03','\xfc','\x30','\x03','\x18','\x30','\x03','\x18','\x30','\x3b','\x18','\x33','\x33','\x18','\xff','\xb3','\x18','\x33','\x33','\xf8','\x33','\x33','\x18','\x33','\x30','\x00','\x33','\x30','\x00','\x63','\x3f','\xf8','\x63','\x30','\x18','\x66','\x30','\x18','\x66','\x00','\x18','\x66','\x00','\x1a','\xd4','\xff','\xff','\xcc','\x00','\x00','\x0e','\x04','\x20','\x0b','\x07','\x18','\x1b','\x0e','\x0c','\x13','\x1c','\x06','\x20','\x30','\x07','\xc0','\xc0','\x03','\x04','\x02','\x00','\x07','\x03','\x80','\x0e','\x03','\x00','\x0c','\x02','\x20','\x18','\x24','\x38','\x32','\x18','\x70','\x43','\x8c','\x60','\x87','\x0c','\xc0','\x06','\x01','\x90','\x0c','\x02','\x0c','\x18','\x04','\x06','\x38','\xff','\xff','\x58','\x7c','\x03','\x98','\x46','\x30','\x18','\x07','\xf8','\x18','\x0c','\x30','\x18','\x18','\x70','\x18','\x34','\x60','\x18','\xc2','\xc0','\x18','\x01','\x80','\x18','\x03','\x60','\x18','\x0c','\x3f','\x18','\x30','\x1e','\x19','\xc0','\x06','\x08','\x40','\x00','\x0e','\x70','\x46','\x1c','\x60','\x7f','\x18','\x62','\x66','\x30','\x7f','\x66','\x28','\xd8','\x66','\x4e','\x98','\x66','\x8d','\x18','\x66','\x0c','\x19','\x66','\x19','\xff','\xe6','\x18','\x18','\x66','\x38','\x18','\x66','\x38','\x98','\x66','\x58','\x9f','\x66','\x98','\x98','\x66','\x18','\x98','\x66','\x18','\x98','\x66','\x18','\x99','\x66','\x18','\x9e','\x7e','\x1b','\xf8','\x6c','\x19','\xc0','\x60','\x19','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x0e','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x2c','\x06','\x30','\x2e','\x3f','\xf8','\x6d','\x8c','\x30','\x6c','\xcc','\x30','\x4c','\xcc','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x36','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc3','\x30','\x0c','\x1f','\xf8','\x0c','\x06','\x30','\x0c','\x06','\x30','\x1e','\x06','\x30','\x1d','\x86','\x30','\x1c','\xc6','\x36','\x3c','\xff','\xff','\x2c','\xc0','\x00','\x2c','\x00','\x00','\x6c','\x10','\x18','\x4c','\x1f','\xfc','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x60','\x0d','\x8c','\x38','\xff','\xd9','\x9f','\x0c','\x31','\x86','\x0c','\xdf','\xf8','\x0c','\x00','\x00','\x1e','\x16','\x68','\x1d','\x11','\x88','\x1d','\x96','\x68','\x3d','\x90','\x08','\x2c','\x1f','\xf8','\x2c','\x01','\x80','\x6c','\x41','\x06','\x4c','\x7f','\xff','\x8c','\x62','\x46','\x0c','\x62','\x26','\x0c','\x6f','\xf6','\x0c','\x66','\x36','\x0c','\x60','\x06','\x0c','\x60','\x3e','\x0c','\x60','\x0c','\x00','\x38','\x86','\x06','\x30','\xff','\xff','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x34','\xc6','\x19','\xfe','\xc6','\x18','\x30','\xfe','\x18','\x30','\xc6','\x1a','\x30','\xc6','\xff','\x30','\xc6','\x18','\x30','\xc6','\x18','\xfc','\xc6','\x18','\x84','\xfe','\x18','\x84','\xc6','\x18','\x84','\xc6','\x18','\x84','\xc6','\x1a','\x84','\xc6','\x1c','\x84','\xc6','\xf8','\xfd','\x86','\x70','\x85','\x86','\x40','\x01','\x06','\x00','\x02','\x3e','\x00','\x0c','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x00','\x40','\x07','\xff','\xe0','\x0c','\x60','\x38','\x30','\xc0','\x1f','\xc1','\xff','\xe6','\x03','\x80','\x60','\x0d','\x80','\x60','\x31','\x80','\x60','\x01','\xff','\xe0','\x01','\x80','\x60','\x03','\x00','\x0c','\x7f','\x9f','\xfe','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x81','\x80','\xff','\xc1','\x98','\x00','\x1f','\xfc','\x00','\x03','\x18','\x03','\x03','\x18','\x7f','\x83','\x18','\x00','\x03','\x18','\x00','\x03','\x1a','\x03','\x3f','\xff','\x7f','\x80','\x00','\x00','\x00','\x00','\x00','\x08','\x0c','\x41','\x8f','\xfe','\x7f','\xcc','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x7f','\x8f','\xfc','\x61','\x8c','\x0c','\x03','\x02','\x18','\x7f','\x83','\xfc','\x00','\x03','\x18','\x00','\x03','\x18','\x01','\x9b','\x18','\xff','\xdb','\x18','\x00','\x1b','\x18','\x00','\x1b','\xf8','\x03','\x1b','\x18','\x7f','\x98','\x00','\x00','\x18','\x00','\x00','\x1f','\xf8','\x03','\x18','\x18','\x7f','\x98','\x18','\x00','\x00','\x18','\x00','\x00','\x1a','\x43','\x3f','\xff','\x7f','\x80','\x00','\x63','\x04','\x20','\x63','\x07','\x18','\x63','\x0e','\x0c','\x63','\x0c','\x06','\x7f','\x18','\x07','\x63','\x60','\x03','\x06','\x07','\x38','\x7f','\x06','\x32','\x00','\x7f','\xff','\x00','\x06','\x30','\x03','\x10','\x40','\xff','\x98','\x64','\x00','\x1f','\xfe','\x00','\x38','\x40','\x06','\x3f','\xfc','\x7f','\x58','\x40','\x00','\x9f','\xfc','\x00','\x18','\x40','\x06','\x18','\x42','\x7f','\x1f','\xff','\x00','\x18','\x00','\x00','\x00','\x18','\x43','\x3f','\xfc','\x7f','\x84','\x18','\x63','\x02','\x30','\x63','\x03','\x60','\x63','\x01','\xc0','\x63','\x03','\x70','\x7f','\x0e','\x3f','\x63','\x70','\x0e','\x00','\xc7','\x26','\xff','\xe6','\x3f','\x0a','\x06','\x26','\x0a','\x06','\x26','\x0a','\x06','\x26','\x4a','\x46','\xa6','\x7f','\xff','\xe6','\x6a','\xc6','\x3e','\x6a','\xc6','\x26','\x6a','\xc6','\x26','\x6a','\xc6','\x26','\x6b','\xcf','\x26','\x70','\xc9','\x26','\x60','\xc9','\x26','\x60','\xc9','\x3e','\x60','\xc9','\x26','\x7f','\xc9','\x26','\x60','\xc9','\x26','\x60','\xc9','\x26','\x60','\xcf','\x66','\x60','\xc8','\x46','\x7f','\xc0','\xc6','\x60','\xc0','\x9e','\x60','\x01','\x0c','\x02','\x00','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x01','\x80','\x4f','\xff','\xc0','\x80','\x0f','\x00','\x00','\x1c','\x00','\x00','\x78','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x04','\x0c','\x00','\x04','\x18','\x00','\x04','\x18','\x00','\x04','\x1c','\x00','\x0e','\x0f','\xff','\xfe','\x03','\xff','\xfc','\x10','\x10','\x06','\x1c','\x1f','\xff','\x18','\x18','\xc6','\x19','\x98','\xc6','\x1f','\xd8','\xc6','\x11','\x98','\xc6','\x31','\x1f','\xfe','\x22','\x18','\xc6','\x7f','\x98','\xc6','\xa4','\x98','\xc6','\x24','\x98','\xc6','\x24','\x9f','\xfe','\x3f','\x98','\xc6','\x24','\x80','\xc0','\x24','\x80','\xc0','\x24','\x80','\xcc','\x3f','\x9f','\xfe','\x00','\x00','\xc0','\x00','\x80','\xc0','\x2a','\xc0','\xc0','\x2a','\xc0','\xc0','\x6a','\x40','\xc6','\x60','\x3f','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\x80','\x01','\x80','\x60','\x03','\x80','\x38','\x03','\x02','\x1c','\x06','\x83','\x8c','\x0c','\x83','\x0c','\x30','\x43','\x00','\x00','\x66','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\x63','\x80','\x01','\xc1','\xf0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x18','\x20','\x00','\x18','\x38','\x60','\x38','\x30','\x18','\x38','\x60','\x0c','\x58','\x40','\x8e','\x98','\x90','\xe6','\x19','\x10','\xc0','\x18','\x08','\xc0','\x18','\x09','\x80','\x18','\x05','\x80','\x18','\x07','\x00','\x18','\x02','\x00','\x18','\x07','\x00','\x18','\x0d','\x80','\x18','\x18','\xe0','\x18','\x30','\x7f','\x18','\xc0','\x1e','\x1b','\x00','\x06','\x04','\x00','\x60','\x07','\x3f','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x66','\x0d','\xff','\xff','\x18','\x00','\x00','\x18','\x20','\x00','\x38','\x38','\x00','\x38','\x30','\x18','\x58','\x3f','\xfc','\x98','\x63','\x00','\x18','\x43','\x00','\x18','\x83','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x06','\x80','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\x60','\x0e','\x19','\x80','\x06','\x08','\x00','\x30','\x0e','\x1f','\xf8','\x0c','\x00','\x30','\x0d','\xc0','\x30','\x19','\x80','\x36','\x19','\xbf','\xff','\x19','\x80','\x00','\x39','\x88','\x00','\x39','\x8e','\x00','\x79','\x8c','\x18','\x59','\x8f','\xfc','\x99','\x99','\x80','\x19','\x91','\x80','\x19','\xa1','\x80','\x19','\x81','\x86','\x19','\xff','\xff','\x19','\x83','\x40','\x19','\x83','\x40','\x19','\x86','\x20','\x19','\x86','\x30','\x18','\x0c','\x18','\x18','\x18','\x1f','\x18','\x30','\x0e','\x18','\xc0','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x39','\xff','\xff','\x38','\x20','\x20','\x58','\x10','\x38','\x98','\x18','\x30','\x18','\x18','\x46','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x10','\x10','\x18','\x1c','\x0c','\x18','\x38','\x06','\x18','\x30','\x07','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x80','\x00','\x19','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x02','\x00','\x01','\x02','\x00','\x01','\xc2','\x00','\x01','\x81','\x00','\x01','\x81','\x00','\x03','\x00','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x20','\x70','\x0c','\x38','\x38','\x08','\x30','\x1f','\x10','\x30','\x0e','\x20','\x60','\x06','\xc0','\x60','\x00','\x00','\x42','\x00','\x00','\xc1','\x00','\x00','\x80','\x80','\x00','\x80','\xc0','\x01','\x00','\x60','\x01','\x00','\x70','\x02','\x1f','\xb0','\x3f','\xf0','\x38','\x1f','\x00','\x18','\x10','\x00','\x18','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\xc3','\x00','\xff','\xe3','\x00','\x0c','\x03','\x06','\x0c','\x7f','\xff','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\xc6','\x06','\x0f','\x0c','\x0e','\xfc','\x0c','\x0c','\x70','\x18','\x0c','\x40','\x18','\x0c','\x00','\x30','\x1c','\x00','\x60','\x18','\x01','\x80','\xf8','\x06','\x00','\x30','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x00','\x00','\xc6','\x08','\x47','\xff','\x0e','\x30','\xc6','\x0c','\x18','\xc6','\x1c','\x18','\xc6','\x18','\x98','\xc6','\x30','\xe0','\xc6','\x68','\xc0','\xc6','\x86','\xc1','\x86','\x03','\x81','\x86','\x01','\x81','\x86','\x01','\xc3','\x06','\x03','\x63','\x0e','\x03','\x72','\x0c','\x06','\x36','\x0c','\x0c','\x04','\x0c','\x18','\x08','\x18','\x30','\x10','\xf8','\xc0','\x60','\x30','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x08','\x00','\x0c','\x18','\x40','\x0c','\x10','\x70','\x0c','\x20','\x60','\x0c','\x40','\x60','\x0c','\x80','\xc0','\x0c','\x00','\xc8','\x0c','\x00','\x84','\x0c','\x01','\x86','\x0c','\x01','\x03','\x0c','\x01','\x03','\x0c','\x02','\x3d','\x8c','\x3f','\xc1','\x8c','\x1c','\x01','\x98','\x10','\x00','\x18','\x00','\x00','\x38','\x00','\x03','\xf0','\x00','\x00','\xe0','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x80','\x30','\x18','\xff','\xf8','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x30','\x19','\xff','\xf8','\x18','\x00','\x60','\x30','\x00','\xc0','\x30','\x05','\x00','\x30','\x06','\x06','\x27','\xff','\xff','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x3e','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x20','\x40','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x83','\x0c','\x30','\xff','\x8c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc0','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x00','\x70','\x00','\x03','\xf8','\x10','\x3f','\x80','\x1f','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x80','\x18','\x18','\xff','\xfc','\x18','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x20','\xc0','\x18','\x60','\xc0','\x18','\x40','\xc0','\x18','\x80','\xff','\xf8','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\x40','\x30','\x00','\x77','\xf8','\x8c','\x60','\x30','\xfe','\x60','\x30','\xcc','\x60','\x36','\xcc','\xdf','\xff','\xcc','\xc0','\x00','\xcc','\xc4','\x00','\xcc','\xc7','\x00','\xcd','\xc6','\x18','\xcd','\xc7','\xfc','\xce','\xcc','\xc0','\xcc','\xc8','\xc0','\xcc','\xd0','\xc0','\xcc','\xc0','\xc6','\xcc','\xdf','\xff','\xfc','\xc1','\xa0','\xcc','\xc1','\xa0','\xc0','\xc1','\x90','\x00','\xc1','\x10','\x00','\xc3','\x18','\x00','\xc2','\x0f','\x00','\xc4','\x0e','\x00','\xd8','\x06','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x80','\x00','\xff','\xc0','\x00','\x0c','\x08','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\xcc','\x30','\x0f','\x0c','\x30','\xfc','\x0c','\x30','\x70','\x0c','\x32','\x40','\x18','\x32','\x00','\x18','\x32','\x00','\x30','\x33','\x00','\x60','\x3f','\x01','\x80','\x1e','\x00','\x00','\x0c','\x1c','\x00','\x3e','\x18','\x21','\xf0','\x18','\x3f','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x1b','\x30','\x00','\xff','\xb0','\x06','\x18','\x3f','\xff','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x34','\x0c','\x18','\x37','\xfe','\x18','\x36','\x0c','\x1b','\x66','\x0c','\x1c','\x66','\x0c','\xf8','\x46','\x0c','\x60','\xc6','\x0c','\x40','\x86','\x0c','\x01','\x06','\x0c','\x06','\x07','\xfc','\x00','\x06','\x0c','\x00','\x06','\x0c','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x1f','\xfe','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x60','\x10','\xff','\xf0','\xa0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\xc0','\xc6','\x18','\xdf','\xff','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x19','\x80','\xc0','\x35','\x80','\xc0','\x33','\x00','\xc0','\x03','\x80','\xc0','\x06','\xc0','\xc0','\x04','\xe0','\xc0','\x08','\x60','\xc0','\x10','\x67','\xc0','\x60','\x01','\x80','\x00','\x03','\x80','\x00','\x33','\x00','\xff','\xfb','\x00','\x00','\x33','\x00','\x00','\x63','\x00','\x00','\x83','\x00','\x05','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x63','\x00','\x0f','\x83','\x00','\xfe','\x03','\x00','\x76','\x03','\x00','\x46','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x03','\x3e','\x03','\xff','\x0c','\x01','\xfe','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x20','\x00','\x33','\x38','\x1f','\xff','\xf0','\x00','\x30','\xe0','\x00','\x31','\xc0','\x00','\x33','\x86','\xff','\xff','\xff','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\xe0','\xc0','\x0f','\xff','\xe0','\x03','\x01','\x80','\x1c','\x13','\x00','\xe0','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x20','\x04','\x60','\x38','\x08','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc4','\x00','\x00','\xc7','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x0c','\x00','\x06','\x0c','\x40','\x04','\x18','\x20','\x08','\x10','\x30','\x10','\x20','\x18','\x63','\xff','\xfc','\x01','\xf8','\x0c','\x01','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x3f','\xff','\x01','\x83','\x00','\xff','\xc3','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x0c','\x07','\xff','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\xc0','\x06','\x0f','\x00','\x06','\xfc','\x00','\x0e','\x70','\x00','\x0c','\x40','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x03','\xf0','\x00','\x00','\xe0','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x80','\x80','\x03','\x00','\xc0','\x07','\xff','\x70','\x0c','\x03','\x3f','\x18','\x03','\x1e','\x31','\x03','\x06','\xc1','\xff','\x00','\x01','\x83','\x00','\x01','\x80','\x40','\x01','\x80','\x40','\x01','\x80','\x60','\x01','\xff','\xe0','\x00','\xff','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x01','\x00','\x02','\x01','\xc0','\x01','\x81','\x80','\x00','\xc1','\x00','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x08','\x00','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x18','\x00','\x18','\x18','\x40','\x18','\x18','\x20','\x18','\x10','\x30','\x30','\x30','\x18','\x30','\x20','\x18','\x30','\x20','\x0c','\x20','\x40','\x0c','\x60','\x41','\xfe','\x47','\xff','\x06','\x83','\xf0','\x06','\x02','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x0e','\x00','\x18','\x0c','\x30','\x19','\xff','\xf8','\x18','\x0c','\x30','\x18','\x0c','\x32','\x1f','\xff','\xff','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x19','\xff','\xf0','\x18','\x1a','\x30','\x18','\x1a','\x00','\x30','\x19','\x00','\x30','\x31','\x80','\x20','\x30','\xc0','\x60','\x60','\x70','\x40','\xc0','\x3f','\x83','\x00','\x1e','\x1c','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x0c','\x00','\x18','\x0c','\x30','\x19','\xff','\xf8','\x18','\x0c','\x30','\x18','\x0c','\x32','\x1f','\xff','\xff','\x18','\x0c','\x30','\x18','\x0c','\x30','\x19','\xff','\xf0','\x1a','\x0c','\x30','\x19','\x8c','\x08','\x18','\xcc','\x0e','\x18','\xce','\x1c','\x30','\x0d','\x20','\x30','\x2c','\xc0','\x20','\xcc','\x70','\x6f','\x8c','\x3f','\x46','\x0c','\x1e','\x84','\x7c','\x06','\x00','\x18','\x00','\x00','\xc0','\x80','\xff','\xe0','\xe0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x20','\xc0','\xc0','\x3f','\xc0','\xc0','\x30','\xc1','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\xc1','\x80','\x7f','\xe1','\x00','\x60','\xc1','\x00','\x60','\xc3','\x00','\x00','\xc3','\x10','\x01','\xc2','\x08','\x01','\x82','\x0c','\x01','\x86','\x06','\x03','\x84','\x06','\x03','\x04','\x3f','\x07','\x7f','\xe3','\x3e','\x3e','\x03','\x0c','\x20','\x03','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x00','\x2e','\x00','\x00','\x2d','\x20','\x18','\x2d','\xbf','\xfc','\x6d','\xb0','\x18','\x6d','\xb0','\x18','\x4c','\x30','\x18','\xcc','\x30','\x18','\xcc','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x66','\x19','\xff','\xff','\x1c','\x18','\x60','\x5a','\x18','\x60','\x5b','\x03','\x00','\x5b','\x03','\x06','\x58','\xff','\xff','\xd8','\x30','\x00','\xd8','\x30','\x00','\xd8','\x3f','\xf8','\x18','\x1f','\xf8','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x3b','\xb8','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x32','\x18','\x63','\x32','\x18','\x63','\x33','\x18','\xc3','\x3f','\x1b','\x00','\x1e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x80','\x00','\xff','\xc0','\x00','\x0c','\x00','\x00','\x0c','\x08','\x60','\x0c','\x0f','\xf0','\x0c','\x0c','\x60','\x0d','\x8c','\x60','\x1e','\x0c','\x60','\xfc','\x0c','\x60','\x6c','\x0c','\x60','\x4c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x62','\x0c','\x18','\x62','\x0c','\x18','\x62','\x0c','\x30','\x63','\x7c','\x60','\x7f','\x19','\x80','\x3e','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x06','\x0c','\xdf','\xff','\xff','\xf0','\x06','\x0c','\x20','\x06','\x0c','\x50','\xc6','\x0c','\x9f','\xe6','\x0c','\x18','\xc6','\x0c','\x98','\xc6','\x0f','\x18','\xc6','\xfc','\x18','\xc6','\x7c','\x18','\xc6','\x4c','\x1f','\xc6','\x0c','\x18','\xc6','\x0c','\x00','\x06','\x0c','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x7c','\x00','\xf8','\x18','\x00','\x30','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x43','\x00','\x18','\x43','\x06','\x18','\x7f','\xff','\x18','\xcc','\xc6','\xff','\x8c','\xc4','\x19','\x8c','\xc8','\x18','\x18','\xc0','\x18','\x18','\xc0','\x19','\x10','\xfe','\x1e','\x20','\x7e','\x1c','\xc0','\x00','\xf8','\x00','\x00','\x78','\x00','\x18','\x58','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\xf9','\xff','\xff','\x30','\x00','\x00','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x01','\x8c','\x00','\xff','\xd8','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x0c','\x30','\x20','\x0c','\x28','\x38','\x0c','\x48','\x30','\x0c','\x88','\x30','\x0c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x06','\x40','\x0c','\xc2','\xc0','\x0f','\x03','\x80','\xfc','\x01','\x80','\x70','\x03','\xc0','\x40','\x06','\xe0','\x00','\x0c','\x70','\x00','\x18','\x38','\x00','\x30','\x1f','\x00','\xc0','\x0e','\x07','\x00','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\xc0','\x00','\x23','\xe4','\x06','\x3c','\x07','\xff','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\xc6','\x06','\x37','\x06','\x06','\xfc','\x06','\x3e','\x70','\x06','\x0c','\x40','\x06','\x00','\x00','\x06','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x18','\x40','\x08','\x18','\x70','\x06','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x86','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x02','\x03','\x03','\x02','\x06','\x03','\x03','\x18','\x03','\xff','\xe0','\x01','\xfe','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x02','\x18','\x00','\x03','\x30','\x00','\x01','\xb0','\x00','\x00','\x60','\x00','\x00','\xd8','\x00','\x01','\x8f','\x00','\x07','\x03','\xff','\x1c','\x00','\x7e','\xe0','\x00','\x0e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1e','\x08','\x60','\x1d','\x8f','\xf0','\x1c','\xcc','\x60','\x3c','\xcc','\x60','\x2c','\x0c','\x60','\x2c','\x0c','\x60','\x6c','\x0c','\x60','\x4c','\x0c','\x60','\x8c','\x0c','\x60','\x0c','\x0c','\x62','\x0c','\x18','\x62','\x0c','\x18','\x62','\x0c','\x10','\x63','\x0c','\x20','\x7f','\x0c','\xc0','\x3e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x80','\x00','\x0c','\x08','\x20','\x0c','\x0e','\x18','\x0c','\x0c','\x0c','\x1e','\x18','\x06','\x1d','\x10','\x06','\x1d','\xa0','\x20','\x3d','\x84','\x38','\x2c','\x04','\x30','\x2c','\x02','\x30','\x6c','\x02','\x60','\x4c','\x03','\x60','\x8c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x0c','\x30','\x1e','\x0c','\xc0','\x06','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x8c','\xff','\xff','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x3f','\xfc','\x1d','\x31','\x8c','\x1d','\xb1','\x8c','\x3d','\xb1','\x8c','\x2c','\x3f','\xfc','\x2c','\x31','\x8c','\x6c','\x01','\x80','\x4c','\x11','\x80','\x8c','\x0d','\x00','\x0c','\x07','\x00','\x0c','\x03','\x80','\x0c','\x06','\xe0','\x0c','\x0c','\x7f','\x0c','\x30','\x1e','\x0c','\xc0','\x06','\x0e','\x07','\x38','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x7f','\xff','\x0d','\x86','\x30','\xff','\xc6','\x30','\x0c','\x3f','\xfe','\x0c','\x06','\x30','\x0c','\x06','\x30','\x1e','\x7f','\xff','\x1d','\x00','\x80','\x1d','\x90','\x8c','\x3d','\x9f','\xfe','\x2c','\x18','\x8c','\x2c','\x18','\x8c','\x6c','\x1f','\xfc','\x4c','\x18','\x8c','\x8c','\x18','\x8c','\x0c','\x7f','\xff','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0c','\x18','\x18','\x10','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x0c','\x06','\xff','\xfe','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x31','\xff','\xff','\x38','\x00','\x00','\x18','\x00','\x00','\x10','\x1c','\xe0','\x0c','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\xcc','\x81','\xff','\xfe','\x60','\x18','\xc0','\x32','\x18','\xc0','\x32','\x18','\xc0','\x04','\x18','\xc0','\x04','\x18','\xc0','\x0c','\x18','\xc0','\x08','\x18','\xc6','\x1b','\xff','\xff','\x18','\x00','\x00','\x30','\x20','\x80','\xf0','\x38','\x40','\x70','\x30','\x20','\x30','\x70','\x30','\x30','\x60','\x18','\x30','\xc0','\x1c','\x39','\x80','\x0c','\x1a','\x00','\x0c','\x10','\x03','\x80','\x0c','\x23','\x00','\x06','\x3b','\x00','\x06','\x33','\x00','\x00','\x33','\x18','\x00','\x3f','\xfc','\x80','\x63','\x00','\x60','\x43','\x00','\x32','\x83','\x00','\x32','\x03','\x00','\x04','\x03','\x06','\x05','\xff','\xff','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x40','\x18','\x18','\x7f','\xfc','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x10','\x1c','\xe0','\x0c','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xcc','\x00','\xff','\xfe','\x00','\x18','\xc0','\x80','\x18','\xc0','\x60','\x18','\xc0','\x32','\x18','\xc6','\x33','\xff','\xff','\x02','\x18','\x40','\x04','\x18','\x20','\x04','\x30','\x30','\x0c','\x3f','\xd8','\x08','\x60','\xdc','\x18','\xc0','\xcf','\x31','\xa0','\xc6','\xf6','\x3f','\xc0','\x70','\x30','\xc0','\x30','\x30','\x08','\x30','\x30','\x08','\x30','\x30','\x0c','\x38','\x3f','\xfc','\x18','\x1f','\xf8','\x10','\x0e','\x70','\x0c','\x0c','\x60','\x06','\x0c','\x60','\x06','\xff','\xfe','\x00','\x0c','\x60','\x00','\x0c','\x60','\x80','\x7f','\xfc','\x60','\x0c','\x60','\x32','\x0c','\x60','\x32','\xff','\xfe','\x04','\x01','\x00','\x04','\x21','\x18','\x0c','\x3f','\xfc','\x08','\x31','\x18','\x18','\x31','\x18','\x18','\x3f','\xf8','\x30','\x31','\x18','\xf0','\x31','\x18','\x71','\xff','\xff','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x38','\x30','\xf8','\x18','\x30','\x30','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x06','\x01','\xbf','\xff','\xff','\xc0','\xc0','\x0c','\x00','\xc0','\x0c','\x10','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\xc6','\x18','\x18','\xc6','\x19','\x98','\xc6','\x1f','\xdf','\xfe','\x39','\x98','\xc6','\x39','\x98','\xc6','\x79','\x98','\xc6','\x59','\x9f','\xfe','\x99','\x98','\xc6','\x19','\x80','\xc0','\x19','\x84','\xc0','\x19','\x86','\x80','\x1f','\x83','\x80','\x19','\x81','\xc0','\x18','\x03','\x70','\x00','\x06','\x3f','\x00','\x18','\x1e','\x00','\xe0','\x06','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x08','\x18','\x0d','\x8f','\xfc','\xff','\xcc','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x1c','\x00','\x00','\x1e','\x20','\x06','\x1d','\x3f','\xff','\x3d','\xb0','\x06','\x2d','\xb0','\x06','\x2c','\x33','\xe6','\x6c','\x32','\x26','\x4c','\x32','\x26','\x8c','\x32','\x26','\x0c','\x33','\xe6','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4d','\x41','\x86','\x4d','\xff','\xff','\x6d','\xc1','\x80','\x2d','\x41','\x80','\x2e','\x5f','\xf8','\x0c','\x41','\x88','\xff','\xc1','\x8a','\x0c','\x7f','\xff','\x0c','\x41','\x88','\x1c','\x41','\x88','\x1e','\x5f','\xf8','\x1d','\x41','\x80','\x3d','\xd1','\x84','\x2d','\xcd','\xc7','\x2c','\x4d','\xc6','\x6c','\x41','\xa8','\x4c','\x43','\xb0','\x8c','\xcd','\x98','\x0c','\xb9','\x9f','\x0c','\x99','\x8e','\x0d','\x17','\x86','\x0c','\x03','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x04','\x3f','\xfe','\x49','\x01','\x80','\x31','\xc1','\x80','\x19','\x81','\x80','\x1b','\x01','\x80','\x02','\x01','\x80','\x04','\x81','\x80','\x08','\x41','\x80','\xff','\xe1','\x80','\x7e','\x61','\x80','\x46','\x61','\x80','\x06','\x01','\x80','\x46','\x01','\x80','\x76','\x81','\x80','\x66','\x61','\x80','\x66','\x31','\x80','\x46','\x31','\x80','\x46','\x01','\x80','\x86','\x01','\x86','\x06','\x7f','\xff','\x06','\x00','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x92','\x01','\x80','\x63','\x81','\x86','\x33','\x3f','\xff','\x36','\x03','\x00','\x04','\x03','\x00','\x09','\x03','\x20','\x10','\x83','\x38','\xff','\xc3','\x30','\x7c','\xc6','\x30','\x4c','\xc6','\x20','\x0c','\x06','\x60','\x4d','\x04','\x60','\x7c','\x8c','\x40','\x6c','\xc8','\x48','\x6c','\xd8','\x44','\x4c','\x10','\x86','\x4c','\x20','\x9b','\x8c','\x4f','\xe3','\x0c','\x07','\x03','\x0c','\x04','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\x7f','\xff','\x92','\x00','\x00','\x63','\x88','\x20','\x33','\x0e','\x18','\x36','\x0c','\x0c','\x04','\x18','\x06','\x09','\x10','\x06','\x10','\xa0','\x20','\xff','\xc4','\x38','\x7c','\xc4','\x30','\x4c','\xc2','\x30','\x0c','\x02','\x60','\x4e','\x01','\x60','\x7d','\x81','\xc0','\x6c','\xc0','\x80','\x6c','\xc1','\xc0','\x4c','\x03','\x60','\x4c','\x06','\x38','\x8c','\x0c','\x1f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x08','\x20','\x06','\x0e','\x3f','\xff','\x0c','\x30','\x06','\x08','\x34','\x26','\x92','\x32','\x36','\x63','\xb3','\x36','\x33','\x33','\x26','\x36','\x30','\x46','\x04','\x3f','\xfe','\x09','\x30','\x86','\x11','\x30','\x86','\xff','\xb4','\x96','\x7d','\xb4','\x96','\x4c','\x34','\x96','\x0c','\x34','\x96','\x4e','\x34','\x96','\x7d','\x34','\x96','\x6d','\xb4','\x96','\x6d','\xb7','\xf6','\x4d','\xb4','\x16','\x4c','\x34','\x06','\x8c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x07','\x03','\x9c','\x06','\x03','\x18','\x06','\x03','\x18','\x06','\x43','\x18','\x7f','\xe3','\x18','\x06','\x03','\x18','\x06','\x0f','\xfe','\x06','\x43','\x18','\x7f','\xe3','\x18','\x06','\x03','\x18','\x06','\x03','\x18','\x06','\x23','\x18','\xff','\xf3','\x18','\x06','\x03','\x18','\x0e','\x1f','\xff','\x0f','\x03','\x18','\x1e','\xc3','\x18','\x16','\x63','\x18','\x36','\x63','\x18','\x26','\x06','\x18','\x46','\x06','\x18','\x86','\x04','\x18','\x06','\x08','\x18','\x06','\x30','\x18','\x00','\x38','\x00','\x00','\x30','\x40','\x00','\x30','\x70','\x00','\x33','\x60','\x1f','\xff','\xe0','\x00','\x30','\xc0','\x00','\x31','\x80','\x00','\x33','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x60','\x01','\xff','\xf0','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x80','\x60','\x0d','\xff','\xf0','\x31','\x80','\x60','\xc1','\x80','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x3f','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x07','\x18','\x60','\x06','\x1f','\xf0','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x21','\x83','\x80','\x3f','\xc3','\x00','\x31','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x06','\x31','\xbf','\xff','\x3f','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x40','\x31','\x86','\x70','\x31','\x86','\x60','\x31','\x86','\x60','\x3f','\x86','\x60','\x31','\x8c','\x40','\x31','\x8c','\xc0','\x31','\x88','\xc0','\x31','\x98','\x80','\x21','\x90','\x90','\x21','\xa1','\x08','\x61','\xc1','\x0c','\x41','\x9f','\xf6','\x4f','\x8f','\x06','\x83','\x08','\x06','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x11','\x80','\x33','\x11','\x86','\x33','\x3f','\xff','\x33','\x36','\x66','\x33','\x66','\x64','\x3f','\x66','\x68','\x33','\x04','\x60','\x33','\x0c','\x60','\x33','\x08','\x7e','\x33','\x10','\x3e','\x33','\x20','\x00','\x3f','\x00','\x00','\x33','\x00','\x18','\x33','\x1f','\xfc','\x33','\x01','\x80','\x33','\x01','\x80','\x23','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x80','\x43','\x01','\x86','\x4f','\x7f','\xff','\x86','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x23','\xff','\xc0','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x63','\xff','\xc4','\xc2','\x00','\x48','\xc3','\xff','\xc0','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc0','\xc0','\x3f','\xe0','\xc6','\x30','\xdf','\xff','\x34','\xc0','\x00','\x36','\xc0','\x00','\x32','\xc4','\x30','\x30','\xc7','\xf8','\x30','\xf6','\x30','\xff','\xc6','\x30','\x78','\xc6','\x30','\x30','\xc6','\x30','\x34','\xc6','\x30','\x34','\xc6','\x30','\x34','\xc6','\x30','\x34','\xc6','\x30','\x34','\xc6','\x32','\x24','\xc4','\x32','\x20','\xc4','\x32','\x60','\xcc','\x33','\x47','\xc8','\x3f','\x81','\xb0','\x1e','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0f','\xff','\xf8','\x07','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x38','\xe0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x0c','\x30','\xc2','\x0c','\x30','\xc2','\x18','\x30','\xc3','\x30','\x30','\xff','\xc0','\x00','\x7e','\x04','\x00','\x00','\x07','\x00','\x0c','\x0e','\x3f','\xfe','\x0c','\x00','\x00','\x18','\x00','\x00','\x31','\x00','\x00','\x41','\xc0','\x00','\x83','\x80','\x00','\x03','\x00','\x06','\x07','\x7f','\xff','\x06','\x00','\x60','\x0e','\x00','\x60','\x1e','\x00','\x60','\x36','\x00','\x60','\x66','\x00','\x60','\x86','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x08','\x40','\x00','\x0e','\x70','\x0c','\x1c','\x66','\x7e','\x18','\x7f','\x00','\x30','\xc6','\x00','\x60','\x84','\x00','\x89','\x08','\x00','\x0e','\xff','\x06','\x0c','\x91','\xff','\x18','\x91','\x18','\x18','\xff','\x18','\x38','\x91','\x18','\x58','\x91','\x18','\x98','\xff','\x18','\x18','\x00','\x18','\x18','\x38','\x18','\x18','\x30','\x18','\x1b','\xff','\x98','\x18','\x30','\x18','\x18','\x68','\x18','\x18','\x66','\x18','\x18','\xc3','\x18','\x1b','\x03','\x78','\x18','\x00','\x30','\x06','\x07','\x38','\x7f','\x06','\x30','\x00','\x06','\x30','\x00','\x7f','\xff','\x03','\x06','\x30','\xff','\x86','\x30','\x00','\x3f','\xfe','\x00','\x06','\x30','\x06','\x06','\x30','\x7f','\x7f','\xff','\x00','\x00','\x80','\x00','\x10','\x8c','\x06','\x1f','\xfe','\x7f','\x18','\x8c','\x00','\x18','\x8c','\x00','\x1f','\xfc','\x46','\x18','\x8c','\x7f','\x18','\x8c','\x66','\x7f','\xff','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x7e','\x18','\x7c','\x66','\x18','\x18','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x80','\x00','\x01','\xe3','\x80','\x03','\x80','\x78','\x0e','\x00','\x1e','\x70','\x00','\x06','\x21','\x87','\x38','\x3f','\xc6','\x30','\x31','\x86','\x30','\x31','\xff','\xff','\x31','\x86','\x30','\x31','\x86','\x30','\x3f','\xbf','\xfe','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\xff','\xff','\x31','\x80','\x80','\x3f','\x90','\x8c','\x31','\x9f','\xfe','\x31','\x98','\x8c','\x31','\x98','\x8c','\x31','\x9f','\xfc','\x31','\x98','\x8c','\x3f','\x98','\x8c','\x00','\x7f','\xff','\x22','\x18','\x0c','\x39','\x98','\x0c','\x30','\xd8','\x0c','\x60','\xd8','\x7c','\x80','\x18','\x18','\x03','\x81','\x06','\x03','\x01','\xff','\x03','\x01','\x86','\x03','\x19','\x86','\xff','\xfd','\x84','\x00','\x01','\x8c','\x10','\x81','\x88','\x1c','\x61','\x88','\x18','\x31','\x90','\x18','\x19','\x90','\x30','\x19','\x88','\x20','\x81','\x8c','\x40','\xe1','\x86','\x90','\xc1','\x86','\x08','\xc1','\x83','\x06','\xc1','\x83','\x03','\x81','\x83','\x01','\x81','\x83','\x03','\xc1','\x83','\x06','\xe1','\x9f','\x0c','\x71','\x86','\x18','\x31','\x80','\x30','\x01','\x80','\xc0','\x01','\x80','\x00','\x61','\xc0','\xff','\xf1','\x88','\x0a','\x01','\x8e','\x0a','\x01','\x8c','\x0a','\x0f','\xfc','\x4a','\xc1','\x98','\x7f','\xe1','\x98','\x6a','\xc1','\xb2','\x6a','\xff','\xff','\x6a','\xc0','\x60','\x6a','\xc0','\xc0','\x6b','\xc1','\x8c','\x70','\xcf','\xfe','\x60','\xc6','\x0c','\x60','\xcc','\x98','\x60','\xf0','\xe0','\x7f','\xc0','\xc6','\x60','\xdf','\xff','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x7f','\xc0','\xc0','\x60','\xc7','\xc0','\x60','\x01','\x80','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\x80','\xc0','\x08','\xd0','\xc6','\x18','\xdf','\xff','\x10','\x18','\x00','\x21','\x98','\x00','\x3f','\xd8','\x80','\x46','\x18','\xe0','\x86','\x18','\xc0','\x06','\x98','\xc0','\x7f','\xd8','\xc0','\x06','\x18','\xc0','\x06','\x99','\x80','\x46','\xd9','\x80','\x26','\x99','\x80','\x36','\xb1','\x10','\x37','\x31','\x08','\x06','\x22','\x0c','\x07','\xe2','\x06','\xfe','\x5f','\xfe','\x78','\x8f','\x06','\x40','\x08','\x06','\x00','\x00','\xe0','\x00','\xc0','\xc0','\xff','\xe0','\xc0','\x0c','\x00','\xc0','\x0c','\x10','\xc6','\x0c','\x1f','\xff','\x08','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x80','\x11','\x98','\xe0','\x3f','\xd8','\xc0','\x31','\x98','\xc0','\x71','\x98','\xc0','\xb1','\x98','\xc0','\x31','\x99','\x80','\x31','\x99','\x80','\x31','\x99','\x80','\x31','\xb1','\x10','\x31','\xb1','\x08','\x3f','\xa2','\x0c','\x30','\x62','\x06','\x30','\x5f','\xfe','\x00','\x8f','\x06','\x00','\x08','\x06','\x0c','\x20','\x06','\x0c','\x3f','\xff','\x0a','\x30','\x06','\x19','\x34','\x26','\x19','\xb2','\x36','\x11','\xb3','\x36','\x30','\x33','\x26','\x23','\x30','\x46','\x7f','\xbf','\xfe','\x4c','\x30','\x86','\x8c','\x30','\x86','\x0c','\xb4','\x96','\xff','\xf4','\x96','\x0c','\x34','\x96','\x0d','\x34','\x96','\x8d','\xb4','\x96','\x4d','\xb4','\x96','\x6d','\x34','\x96','\x6e','\x37','\xf6','\x0c','\xb4','\x16','\x0f','\x34','\x06','\xfc','\x30','\x06','\x70','\x30','\x3e','\x40','\x30','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x34','\x06','\x60','\x63','\x06','\x60','\xc1','\xc6','\x63','\x00','\xf6','\x6c','\xff','\x66','\x60','\x00','\x06','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\xbe','\x60','\x00','\x0c','\x41','\x88','\x00','\x7f','\xce','\x00','\x61','\x8c','\x30','\x61','\x8f','\xf8','\x63','\x18','\x30','\x62','\x14','\x60','\x66','\x22','\xc0','\x64','\x41','\x80','\x68','\x03','\xc0','\x64','\x06','\x70','\x66','\x0c','\x3f','\x62','\x18','\x1e','\x63','\x61','\xc6','\x63','\x01','\x80','\x63','\x01','\x98','\x63','\x7f','\xfc','\x63','\x19','\x80','\x6f','\x19','\x80','\x66','\x19','\x86','\x61','\xff','\xff','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x00','\x00','\x06','\x00','\x3f','\xff','\x01','\x80','\xc0','\xff','\xc0','\x80','\x0c','\x11','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\xd8','\x0c','\x0f','\x18','\x0c','\xfc','\x18','\x0c','\x70','\x18','\x0c','\x40','\x1f','\xfc','\x00','\x08','\x00','\x00','\x0e','\x30','\x00','\x1c','\x0c','\x00','\x30','\x06','\x00','\xc0','\x06','\x00','\x00','\x30','\x00','\x01','\xf8','\x00','\x1f','\xc0','\x3f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x78','\x0e','\x18','\x3f','\x38','\x18','\x1e','\xc7','\xff','\xe6','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x20','\x00','\x80','\x18','\x00','\xe0','\x0c','\x02','\xcc','\x0c','\x1b','\xfe','\x03','\xff','\x0c','\x00','\x63','\x0c','\x80','\x63','\xfc','\x60','\x63','\x0c','\x32','\x63','\x0c','\x32','\x63','\xfc','\x04','\x63','\x00','\x04','\x63','\x06','\x0c','\x63','\xff','\x08','\x63','\x00','\x18','\x63','\x06','\x18','\x7b','\xff','\x33','\xe0','\x06','\xf1','\x80','\x06','\x71','\x05','\x56','\x30','\x05','\x56','\x30','\x05','\x4e','\x30','\x0d','\x0c','\x38','\x0c','\x7c','\x18','\x00','\x18','\x40','\x06','\x07','\x7f','\xff','\x06','\x60','\x06','\x76','\x60','\x46','\x66','\x68','\x76','\x66','\x66','\x66','\x66','\x62','\x46','\x66','\x60','\x86','\x66','\x7f','\xfe','\x66','\x61','\x06','\x66','\x61','\x06','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x6f','\xe6','\x06','\x68','\x26','\x06','\x68','\x06','\x06','\x60','\x06','\x06','\x60','\x3e','\x3e','\x60','\x0c','\x0c','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x60','\xc0','\x7f','\xf0','\xc6','\x06','\x0f','\xff','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x30','\xc6','\xff','\xf8','\xc6','\x08','\x00','\xc6','\x0e','\x00','\xc6','\x0c','\x01','\x86','\x0c','\x01','\x86','\x08','\x81','\x86','\x08','\x41','\x06','\x10','\x63','\x0c','\x11','\xb2','\x0c','\xfe','\x34','\x0c','\x70','\x08','\x7c','\x40','\x30','\x18','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x60','\x03','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0c','\x03','\x3f','\x31','\xff','\x9e','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x03','\x80','\x1c','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x1f','\xf0','\x18','\x18','\x30','\x1b','\x18','\x30','\xff','\x9f','\xf0','\x18','\x80','\x06','\x18','\xff','\xff','\x19','\x80','\x06','\x19','\x80','\x04','\x18','\x3f','\xf0','\x18','\x03','\x08','\x18','\x0e','\x0c','\x18','\x71','\x18','\x1e','\x03','\xa0','\xf8','\x1c','\xc0','\x70','\xe1','\xe0','\x40','\x02','\xd8','\x00','\x0c','\xcf','\x00','\x70','\xc6','\x03','\x83','\xc0','\x00','\x01','\x80','\x0e','\x03','\x80','\x0c','\x03','\x08','\x0c','\x03','\x0e','\x0c','\x03','\x0c','\x0c','\x3f','\xfc','\x0d','\x83','\x18','\xff','\xc3','\x30','\x0c','\x03','\x66','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0d','\x86','\x0c','\x1e','\x0f','\xfe','\xfc','\x1c','\x00','\x6c','\x6c','\x00','\x4d','\x8c','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\x18','\x0c','\x00','\x38','\x7c','\x01','\xf0','\x18','\x00','\x60','\x10','\x03','\x80','\x0c','\x03','\x06','\x06','\xff','\xff','\x06','\x00','\x00','\x00','\x1f','\xf0','\x00','\x18','\x30','\x80','\x18','\x30','\x60','\x1f','\xf0','\x30','\x80','\x06','\x34','\xff','\xff','\x05','\x80','\x06','\x05','\x80','\x04','\x08','\x3f','\xf0','\x08','\x03','\x08','\x18','\x06','\x0c','\x18','\x19','\x18','\x30','\xe3','\xa0','\xf0','\x0c','\xc0','\x70','\x31','\xe0','\x30','\xc2','\xd8','\x30','\x0c','\xcf','\x30','\x30','\xc6','\x39','\xc7','\xc0','\x18','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x13','\xff','\xc0','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x00','\x60','\x00','\x01','\x90','\x30','\x06','\x38','\x78','\x38','\x4d','\x80','\x01','\x9e','\x00','\x06','\x3d','\x00','\x38','\x6c','\xc0','\x01','\x8c','\x7e','\x0e','\x0c','\x3c','\x70','\x7c','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x08','\x3f','\xff','\xfc','\x00','\x10','\x00','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x00','\x10','\x04','\x7f','\xff','\xfe','\x00','\x10','\x00','\x02','\x10','\x40','\x7f','\xe7','\xfe','\x02','\x00','\x40','\x3f','\xe7','\xfc','\x22','\x24','\x44','\x3f','\xe7','\xfc','\x22','\x24','\x44','\x3f','\xe7','\xfc','\x02','\x00','\x40','\xff','\xff','\xff','\x02','\x00','\x40','\x02','\x00','\x40','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x00','\xff','\xe6','\x06','\x0c','\x07','\xff','\x0c','\x0c','\x06','\x7f','\xc9','\x86','\x0c','\x11','\x26','\x0c','\x05','\x26','\xff','\xe5','\x46','\x10','\x01','\x06','\x19','\x9f','\xf6','\x1f','\xc3','\x06','\x11','\x87','\x86','\x31','\x85','\x66','\x21','\x0d','\x26','\x53','\x19','\x06','\x8a','\x21','\x0c','\x04','\x01','\x3c','\x0b','\x01','\x18','\x09','\xc0','\x00','\x10','\xff','\xff','\x20','\x3f','\xfe','\xc0','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\xc6','\x30','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\xe6','\x03','\x0c','\xc6','\xff','\xfe','\xc6','\x02','\x00','\xc6','\x03','\x80','\xc6','\x03','\x20','\xc6','\x24','\x38','\xc6','\x18','\x70','\xc6','\x0c','\x60','\xc6','\x0c','\xc0','\xc6','\x01','\x90','\xc6','\x03','\x1c','\xc6','\x06','\x38','\xc6','\x0c','\x30','\xc6','\x18','\x60','\xc6','\x60','\xc0','\x06','\x01','\x80','\x06','\x03','\x40','\x06','\x06','\x30','\x06','\x0c','\x18','\x06','\x30','\x1c','\x3e','\xc0','\x0c','\x0c','\x00','\x1c','\x00','\x08','\x18','\x00','\x0e','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x18','\x0f','\xff','\xfc','\x18','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x40','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x46','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x86','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x19','\x06','\x60','\x18','\xc6','\x60','\x18','\x66','\x60','\x18','\x66','\x60','\x18','\x06','\x60','\x18','\x46','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x03','\x82','\x18','\x03','\x13','\xfc','\x7f','\xfb','\x18','\x03','\x03','\x18','\x03','\x03','\x18','\x3f','\xf3','\x18','\x40','\x03','\x18','\x40','\x32','\x18','\x7f','\xfe','\x1f','\xc0','\x24','\x0f','\xc0','\xc8','\x00','\x03','\xe0','\x0c','\x3f','\x0f','\xfe','\x03','\x02','\x0c','\x03','\x32','\x0c','\xff','\xf9','\x18','\x07','\x01','\x98','\x0f','\x80','\xf0','\x0b','\x60','\x60','\x1b','\x30','\xf0','\x33','\x31','\xb8','\x63','\x03','\x1f','\x83','\x06','\x0e','\x03','\x18','\x06','\x00','\x30','\x70','\xff','\xfa','\x60','\x05','\x03','\x60','\x05','\x03','\x60','\x05','\x03','\x6c','\x45','\x33','\xfe','\x7f','\xfa','\x60','\x65','\x32','\x60','\x65','\x34','\x60','\x6d','\x30','\x66','\x69','\xff','\xff','\x68','\xf0','\x00','\x70','\x30','\x00','\x60','\x32','\x0c','\x60','\x33','\xfe','\x60','\x33','\x0c','\x7f','\xf3','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x7f','\xf3','\xfc','\x60','\x33','\x0c','\x60','\x03','\x0c','\x07','\x00','\x80','\x26','\x00','\xe0','\x36','\x04','\xcc','\x36','\x07','\xfe','\x36','\x66','\x0c','\x3f','\xf6','\x0c','\x66','\x07','\xfc','\x46','\x06','\x0c','\x86','\x06','\x0c','\x06','\x07','\xfc','\x06','\x66','\x00','\xff','\xf6','\x06','\x00','\x07','\xff','\x00','\x06','\x00','\x20','\xc6','\x06','\x3f','\xe7','\xff','\x30','\xc6','\x06','\x30','\xc0','\x26','\x30','\xca','\xb6','\x30','\xca','\x96','\x30','\xca','\x8e','\x3f','\xda','\x0c','\x30','\xd8','\x7c','\x30','\xc0','\x18','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x84','\x10','\x10','\x43','\x0c','\x30','\x61','\x86','\xe0','\x61','\x87','\xc0','\x61','\x83','\x04','\x00','\x70','\x07','\x0c','\x60','\x86','\xfe','\x68','\x4c','\x00','\x64','\x2c','\x00','\x66','\x3b','\xff','\x66','\x10','\x00','\x60','\x38','\x00','\x60','\x28','\xfc','\x66','\x4c','\x03','\xff','\x8c','\x00','\x60','\x0c','\xfc','\x60','\x1c','\x00','\x60','\x1c','\x00','\x60','\x2c','\x8c','\x60','\x2c','\xfe','\x50','\x4c','\xcc','\x50','\x8c','\xcc','\x50','\x0c','\xcc','\xc8','\x0c','\xcc','\xc8','\x18','\xcc','\x8c','\x18','\xfd','\x86','\xf8','\xc1','\x07','\x30','\x06','\x02','\x20','\x03','\x80','\x18','\x03','\x00','\x0d','\x03','\x06','\x0d','\xff','\xff','\x01','\x80','\x00','\x01','\x88','\x80','\x81','\x88','\x8c','\x61','\xff','\xfe','\x35','\x88','\x8c','\x35','\x88','\x8c','\x05','\x88','\x8c','\x09','\xff','\xfc','\x09','\x80','\x00','\x09','\x9c','\xe0','\x19','\x98','\xc8','\x11','\x98','\xce','\x31','\x1e','\xcc','\xf1','\x18','\xd8','\x73','\x18','\xe0','\x32','\x18','\xc2','\x32','\x1e','\xc2','\x35','\xf8','\xc3','\x38','\xe0','\xff','\x18','\x80','\x7e','\x23','\x00','\x06','\x3f','\xff','\xff','\x33','\x02','\x40','\x33','\x02','\x40','\x33','\x22','\x4c','\x33','\x3f','\xfe','\x33','\x32','\x4c','\x3f','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x3f','\xfc','\x33','\x30','\x0c','\x33','\x03','\x80','\x3f','\x03','\x06','\x33','\xff','\xff','\x33','\x06','\x30','\x33','\x0c','\x30','\x33','\x0c','\x60','\x23','\x1b','\x60','\x23','\x18','\xc0','\x63','\x01','\xb0','\x43','\x03','\x1c','\x4f','\x0c','\x0e','\x86','\x70','\x06','\x20','\x80','\x00','\x18','\xe0','\x06','\x0c','\xdf','\xff','\x0c','\x83','\x00','\x41','\x33','\x00','\x7f','\xfb','\x00','\x62','\x33','\x18','\x62','\x33','\xfc','\x7f','\xf3','\x18','\x62','\x33','\x18','\x62','\x33','\x18','\x62','\x33','\x98','\x7f','\xf3','\x58','\x00','\x03','\x78','\x20','\x63','\x78','\x3f','\xf3','\x18','\x30','\x63','\x1a','\x30','\x63','\x1a','\x3f','\xe3','\x0a','\x30','\x63','\x0a','\x30','\x63','\x6e','\x30','\x7f','\x86','\x3f','\xee','\x07','\x30','\x68','\x03','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x03','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x31','\x8c','\x18','\x61','\x8c','\x60','\xc3','\x0c','\x01','\x86','\x0c','\x06','\x0c','\x1c','\x38','\x18','\x18','\x00','\x70','\x18','\x01','\xc0','\x38','\x07','\x01','\xf0','\x38','\x20','\x60','\x00','\x18','\x00','\x01','\xcc','\x30','\x11','\x86','\x0c','\x11','\x86','\x06','\x21','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x10','\x00','\x18','\x1c','\x00','\x18','\x18','\x00','\x18','\x30','\x0c','\x18','\x3f','\xfe','\x1c','\x66','\x6c','\x5a','\x84','\x4c','\x5b','\x0c','\xcc','\x5b','\x08','\x8c','\x58','\x11','\x8c','\xd8','\x21','\x0c','\xd8','\xc2','\x1c','\xd8','\x04','\x18','\x18','\x18','\xf8','\x18','\x00','\x30','\x18','\x02','\x00','\x18','\x01','\x80','\x18','\x1c','\xc8','\x18','\x98','\xc6','\x18','\x98','\x13','\x19','\x98','\x13','\x1b','\x18','\x18','\x1b','\x1f','\xf8','\x18','\x0f','\xf0','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x10','\xc0','\x03','\x1f','\xc0','\x03','\x18','\xc0','\x23','\x18','\xc0','\x23','\x18','\xc6','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc2','\x00','\xc8','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x07','\xc0','\x03','\x01','\x80','\x02','\x01','\x00','\x03','\x81','\xc0','\x43','\x01','\x80','\x26','\x03','\x00','\x16','\x02','\x00','\x1c','\x24','\x06','\x08','\x3f','\xff','\x1c','\x30','\x06','\x34','\x30','\x06','\x66','\x30','\x06','\x86','\x30','\x06','\x0e','\x30','\x06','\x0b','\x30','\x06','\x1b','\x3f','\xfe','\x13','\x30','\x06','\x33','\x30','\x06','\x63','\x30','\x06','\x83','\x30','\x06','\x03','\x30','\x06','\x03','\x30','\x06','\x07','\x30','\x06','\x06','\x3f','\xfe','\x3e','\x30','\x06','\x0c','\x30','\x06','\x00','\x01','\x80','\x40','\xff','\xc0','\x30','\x01','\x00','\x18','\x01','\x00','\x0c','\x01','\x00','\x0c','\x01','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x80','\x00','\x02','\x80','\x0c','\x06','\x80','\xfe','\x06','\x40','\x0c','\x04','\x40','\x0c','\x0c','\x60','\x0c','\x08','\x30','\x0c','\x18','\x3c','\x0c','\x30','\x1f','\x0c','\x60','\x0e','\x0d','\x80','\x06','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\xc7','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x08','\x39','\x86','\x0e','\x31','\x86','\x1c','\x31','\x86','\x18','\x31','\x86','\x30','\x31','\xf6','\x60','\x31','\x87','\x80','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x02','\x31','\x86','\x02','\x31','\x86','\x02','\x31','\xf6','\x03','\xff','\x87','\xff','\x78','\x03','\xfe','\x40','\x00','\x00','\x00','\x00','\x06','\x00','\xff','\xff','\x70','\x01','\x80','\x60','\x01','\x00','\x60','\x22','\x0c','\x62','\x3f','\xfe','\x63','\xb0','\x0c','\x67','\x30','\x0c','\x6c','\x30','\x0c','\x70','\x3f','\xfc','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x61','\x3f','\xfc','\x61','\x30','\x0c','\x61','\xb0','\x0c','\x7f','\xb0','\x0c','\x3f','\x30','\x0c','\x00','\x3f','\xfc','\x00','\x08','\x00','\x00','\x0e','\x30','\x00','\x1c','\x0e','\x00','\x30','\x07','\x01','\xc0','\x03','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x68','\x00','\x00','\x64','\x00','\x00','\xc6','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\xe0','\x0c','\x06','\x78','\x19','\xff','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x06','\x00','\x01','\x80','\x0f','\xff','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\xc6','\x67','\xff','\xe6','\x60','\x38','\x06','\x60','\x3c','\x06','\x60','\x7c','\x06','\x60','\x7a','\x06','\x60','\xdb','\x06','\x60','\xd9','\x86','\x61','\x99','\xf6','\x63','\x18','\xe6','\x6c','\x18','\x66','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x41','\x86','\x1b','\x7f','\xff','\xff','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x1b','\x7f','\xfe','\xfc','\x61','\x86','\x70','\x61','\x86','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x84','\x18','\x03','\xc7','\xfc','\x1e','\x06','\x18','\xe8','\x46','\x18','\x46','\x77','\xf8','\x32','\xe6','\x18','\x13','\x86','\x18','\x0d','\x07','\xfc','\x71','\x86','\x47','\x02','\x86','\x46','\x0c','\xc6','\x28','\x71','\xc6','\x20','\x06','\xc6','\x10','\x18','\xdf','\xdc','\x61','\x8e','\x0f','\x0f','\x80','\x06','\x03','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x08','\x7e','\x0c','\x0f','\xe0','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0d','\x8c','\x66','\xff','\xcf','\xff','\x19','\x8c','\x60','\x19','\x8c','\x60','\x19','\x8c','\x32','\x19','\x8c','\xb2','\x19','\xbf','\x1b','\x31','\x9c','\x0f','\x33','\x10','\x06','\x33','\x00','\x00','\x33','\x0f','\xfc','\x6a','\x0c','\x0c','\x66','\x0c','\x0c','\x07','\x0f','\xfc','\x0d','\x8c','\x0c','\x09','\x8c','\x0c','\x11','\x8c','\x0c','\x20','\x0f','\xfc','\xc0','\x0c','\x0c','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x2c','\x18','\x18','\x2e','\x1f','\xf8','\x2d','\x18','\x18','\x6d','\x98','\x18','\x6d','\x98','\x18','\x4c','\x18','\x18','\xcc','\x1f','\xf8','\xcc','\x19','\x04','\x0c','\x19','\x07','\x0c','\x18','\x86','\x0c','\x18','\x8c','\x0c','\x18','\xd0','\x0c','\x18','\x40','\x0c','\x18','\x60','\x0c','\x18','\x30','\x0c','\x1b','\x38','\x0d','\xfc','\x1f','\x0c','\xf0','\x0e','\x0c','\x80','\x06','\x01','\x84','\x18','\x03','\xc7','\xfc','\x1e','\x06','\x18','\xe8','\x46','\x18','\x46','\x77','\xf8','\x32','\xe6','\x18','\x13','\x86','\x18','\x0d','\x07','\xfc','\x71','\x86','\x47','\x02','\x86','\x46','\x0c','\xc6','\x28','\x71','\xc6','\x20','\x06','\xc6','\x10','\x18','\xdf','\xdc','\x61','\x8e','\x0f','\x0f','\x88','\x06','\x03','\x20','\x00','\x00','\x18','\x20','\x09','\xcc','\x18','\x11','\x8c','\x4e','\x31','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x03','\x80','\x10','\x3f','\xc0','\x1f','\xf0','\x00','\x18','\x30','\x00','\x18','\x18','\x00','\x18','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x0e','\x00','\x18','\x07','\x00','\x18','\x03','\x82','\x18','\xe1','\xc2','\xff','\x00','\xf3','\x78','\x00','\x3f','\x40','\x00','\x0e','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x0e','\x07','\x00','\x0c','\x06','\x10','\x0c','\x66','\x1c','\x0f','\xf6','\x38','\x0c','\x06','\x60','\x0c','\x07','\x80','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\x76','\x02','\xff','\x86','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x18','\x18','\x1d','\x98','\x18','\x1c','\xdf','\xf8','\x3c','\xd9','\x04','\x2c','\x19','\x07','\x2c','\x18','\x86','\x6c','\x18','\x8c','\x4c','\x18','\xd0','\x8c','\x18','\x40','\x0c','\x18','\x60','\x0c','\x18','\x30','\x0c','\x1b','\x38','\x0d','\xfc','\x1f','\x0c','\xf0','\x0e','\x0c','\x80','\x06','\x0e','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x61','\x86','\x0d','\x61','\x06','\xff','\xe1','\x06','\x0c','\x61','\x26','\x0c','\x6f','\xf6','\x0c','\x61','\x06','\x1e','\x63','\x86','\x1d','\x63','\x86','\x1d','\xe3','\x46','\x3d','\xe7','\x46','\x2c','\x65','\x66','\x2c','\x65','\x36','\x6c','\x69','\x3e','\x4c','\x71','\x16','\x8c','\x61','\x06','\x0c','\x61','\x06','\x0c','\x61','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x7f','\xfe','\x0c','\x60','\x06','\x10','\x40','\x18','\x0c','\x7f','\xfc','\x06','\x60','\x18','\x06','\x60','\x18','\x00','\x60','\x18','\x00','\x7f','\xf8','\x80','\x60','\x18','\x60','\x60','\x18','\x32','\x60','\x18','\x32','\x7f','\xf8','\x04','\x60','\x18','\x04','\x00','\x00','\x0c','\x70','\xe0','\x08','\x60','\xc8','\x18','\x60','\xce','\x18','\x64','\xcc','\x30','\x7e','\xd8','\xf0','\x60','\xe0','\x70','\x60','\xc0','\x30','\x60','\xc2','\x30','\x66','\xc2','\x33','\xf8','\xc3','\x39','\xe0','\xff','\x19','\x80','\x7e','\x00','\x07','\x00','\x00','\x06','\x00','\x04','\x06','\x06','\x07','\xff','\xff','\x06','\x00','\x00','\x06','\x40','\x30','\x46','\x7f','\xf8','\x26','\x60','\x30','\x36','\x60','\x30','\x36','\x7f','\xf0','\x06','\x60','\x30','\x06','\x60','\x30','\x0e','\x60','\x30','\xf6','\x7f','\xf0','\x66','\x62','\x08','\x46','\x62','\x0e','\x0c','\x61','\x0c','\x0c','\x61','\x18','\x08','\x60','\xa0','\x18','\x60','\xc0','\x10','\x66','\x70','\x27','\xf8','\x3f','\x43','\xc0','\x1e','\x02','\x00','\x06','\x04','\x07','\x0e','\x07','\x06','\x0c','\x06','\x06','\x0c','\x04','\x06','\x0c','\x49','\x06','\x0c','\x31','\xc6','\x0c','\x19','\x9f','\xff','\x1b','\x06','\x0c','\x02','\x06','\x0c','\x04','\x86','\x0c','\x08','\x46','\x0c','\xff','\xe6','\x0c','\x7e','\x66','\x0c','\x46','\x67','\xfc','\x06','\x06','\x0c','\x46','\x06','\x0c','\x77','\x06','\x0c','\x66','\xc6','\x0c','\x66','\x66','\x0c','\x46','\x66','\x0c','\x46','\x06','\x0c','\x86','\x07','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x08','\x00','\x60','\x0f','\xff','\xf0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xe8','\x0c','\x10','\x0e','\x0c','\x08','\x1c','\x0c','\x08','\x30','\x0c','\x04','\xc0','\x0c','\x06','\x00','\x0c','\x03','\x00','\x0c','\x03','\x80','\x0c','\x31','\xc0','\x0f','\xc0','\xf0','\xfe','\x00','\x7e','\x70','\x00','\x3c','\x40','\x00','\x08','\x00','\x02','\x00','\x00','\x03','\x80','\x03','\x23','\x0c','\x7f','\xbf','\xfe','\x00','\x31','\x0c','\x00','\x31','\x0c','\x00','\x31','\x0c','\x01','\xbf','\xfc','\xff','\xf1','\x0c','\x10','\x31','\x0c','\x1c','\x31','\x0c','\x18','\x3f','\xfc','\x18','\x01','\x90','\x12','\x11','\x9c','\x11','\x1d','\x98','\x21','\x99','\x90','\xff','\x99','\xa2','\x71','\xb1','\xff','\x40','\x31','\xb3','\x00','\x61','\x80','\x00','\xc1','\x82','\x01','\x81','\x83','\x03','\x01','\xff','\x0c','\x00','\xfe','\x03','\x87','\x00','\x03','\x06','\x00','\x03','\x06','\x10','\x3b','\x06','\x1c','\x33','\x26','\x38','\x33','\xf6','\x60','\x33','\x07','\x80','\x33','\x06','\x00','\x33','\x06','\x00','\x33','\x06','\x02','\x33','\x06','\x02','\x33','\x66','\x03','\xff','\x87','\xff','\x78','\x03','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x1b','\xff','\xfe','\x18','\x18','\x00','\x38','\x18','\x00','\x38','\x18','\x00','\x58','\x30','\x00','\x98','\x30','\x00','\x18','\x60','\x18','\x18','\x7f','\xfc','\x18','\xc3','\x00','\x18','\x83','\x00','\x19','\x03','\x00','\x1a','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x7f','\xff','\xfc','\x02','\x00','\x18','\x02','\x20','\x38','\x02','\x18','\x30','\x01','\x0c','\x30','\x01','\x0c','\x60','\x01','\x0c','\x60','\x00','\x80','\xc0','\x00','\xc0','\xc0','\x00','\x41','\x80','\x00','\x61','\x80','\x00','\x33','\x00','\x00','\x1e','\x00','\x00','\x0c','\x00','\x00','\x1e','\x00','\x00','\x37','\x00','\x00','\x63','\x80','\x00','\xc1','\xe0','\x01','\x80','\xf8','\x06','\x00','\x7f','\x18','\x00','\x3e','\xe0','\x00','\x0c','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x20','\x46','\x04','\x18','\x7f','\x08','\x0c','\x66','\xff','\xf6','\x66','\x7c','\x06','\x66','\x10','\x70','\x66','\x1c','\x60','\x66','\x18','\x60','\x66','\x30','\x7e','\x66','\x68','\x3e','\x66','\x8e','\x00','\x66','\x0c','\x30','\x66','\x1f','\xf8','\x7e','\x10','\x30','\x66','\x28','\x60','\x60','\x44','\x60','\x00','\x86','\xc0','\x00','\x03','\x80','\x00','\x06','\xe0','\x00','\x0c','\x7f','\x00','\x30','\x1e','\x01','\xc0','\x06','\x00','\x10','\x10','\x0e','\x0c','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x20','\x0c','\x3f','\xfe','\x4c','\x81','\x80','\x4c','\x81','\x80','\x4c','\x81','\x98','\x4c','\x9f','\xfc','\x4c','\x81','\x80','\x4c','\x81','\x80','\x4c','\x81','\x86','\x4c','\xff','\xff','\x4c','\x86','\x00','\x4c','\x86','\x00','\x4c','\x8c','\x00','\x7f','\x88','\x0c','\x40','\x9f','\xfe','\x40','\x30','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x03','\x00','\xc0','\x00','\x00','\xc6','\x00','\x3f','\xff','\x00','\x80','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x30','\x03','\xff','\xf8','\x06','\x0c','\x00','\x04','\x0c','\x00','\x0c','\x0c','\x00','\x08','\x0c','\x00','\x10','\x0c','\x00','\x20','\x0c','\x00','\x40','\x0c','\x00','\x80','\x0c','\x00','\x00','\x0c','\x0c','\x0f','\xff','\xfe','\x00','\x00','\x00','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x30','\x07','\xff','\xf8','\x0c','\x0c','\x00','\x08','\x0c','\x00','\x10','\x0c','\x00','\x20','\x0c','\x00','\xc0','\x0c','\x06','\x1f','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe2','\x00','\xc6','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x23','\x00','\x00','\x3b','\x20','\x80','\x33','\x18','\x60','\x33','\x0c','\x32','\x23','\x06','\x32','\x63','\x07','\x04','\x43','\x03','\x04','\x83','\x10','\x0d','\x03','\x1c','\x08','\x1f','\x18','\x18','\x06','\x38','\x18','\x00','\x30','\x30','\x00','\x60','\xf0','\x00','\x60','\x70','\x00','\xc0','\x30','\x01','\x80','\x30','\x03','\x00','\x30','\x06','\x00','\x38','\x18','\x00','\x18','\x60','\x00','\x00','\x10','\x10','\x00','\x0c','\x1c','\x01','\x86','\x18','\xff','\xc6','\x20','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0c','\x1f','\xfc','\x0d','\x01','\x80','\x7f','\x81','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x88','\x0c','\x0f','\x1f','\xfe','\xfc','\x30','\xc0','\x70','\x60','\xc0','\x40','\xc0','\xc0','\x03','\x00','\xc0','\x00','\x00','\xc6','\x00','\x7f','\xff','\x00','\x00','\xe0','\x00','\x60','\xc0','\xff','\xf0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x08','\xc8','\x0c','\x0e','\xc4','\x18','\x0c','\xc6','\x18','\x0c','\xc3','\x18','\xc8','\xc3','\x1f','\xd8','\xc3','\x38','\xd0','\xc0','\x38','\xe0','\xc4','\x78','\xc0','\xc7','\x58','\xc0','\xc6','\x98','\xc7','\xce','\x18','\xc1','\x8c','\x18','\xc0','\x18','\x18','\xc0','\x30','\x1f','\xc0','\x60','\x18','\xc0','\xc0','\x18','\x03','\x80','\x18','\x0e','\x00','\x00','\x70','\x00','\x03','\x04','\x00','\x7f','\x87','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\x8c','\x06','\xff','\xcf','\xff','\x00','\x09','\x80','\x00','\x19','\x80','\x03','\x11','\x80','\x7f','\xb1','\x8c','\x00','\x21','\xfe','\x00','\x41','\x80','\x03','\x01','\x80','\x7f','\x81','\x80','\x00','\x01','\x8c','\x00','\x01','\xfe','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x7f','\x81','\x80','\x61','\x81','\x80','\x06','\x00','\xe0','\x06','\x10','\xc4','\x0d','\x0c','\xc7','\x0c','\xc6','\xce','\x08','\x66','\xc8','\x18','\x60','\xd0','\x10','\x00','\xc0','\x21','\x8f','\xfc','\x3f','\xcc','\x0c','\x46','\x0c','\x0c','\x86','\x0f','\xfc','\x06','\xcc','\x0c','\x7f','\xec','\x0c','\x06','\x0c','\x0c','\x06','\x8f','\xfc','\x46','\xec','\x0c','\x26','\xcc','\x0c','\x36','\x8c','\x0c','\x37','\x0f','\xfc','\x06','\x04','\x00','\x06','\x67','\x30','\xff','\x8e','\x0c','\x78','\x18','\x0e','\x40','\x60','\x06','\x08','\x01','\xc0','\x06','\x01','\x80','\x03','\x11','\x90','\x43','\x1d','\x8c','\x30','\x19','\x86','\x18','\x19','\x83','\x19','\x31','\x83','\x02','\x27','\x90','\x0c','\x43','\x1c','\xf8','\x80','\x38','\x30','\x00','\xe0','\x30','\x03','\x80','\x38','\x7c','\x00','\x18','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc2','\x1c','\x07','\x82','\x18','\x1d','\x81','\x20','\xe1','\x80','\xc0','\x01','\x9c','\x78','\x1f','\xe0','\x3f','\x0f','\x00','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x08','\x18','\x20','\x0e','\x18','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x60','\x0c','\x18','\x60','\x1a','\x18','\x50','\x19','\x18','\xc8','\x31','\x98','\x8c','\x20','\xd9','\x06','\x40','\xda','\x06','\x80','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x87','\x20','\x18','\xe6','\x38','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\x86','\x60','\x18','\xc6','\x50','\x19','\xa6','\xcc','\x19','\x36','\x86','\x1a','\x37','\x06','\x18','\x06','\x00','\x30','\x06','\x18','\x31','\xff','\xfc','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x06','\x0f','\xff','\xff','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x11','\x88','\x0c','\x1d','\x8e','\x0d','\x99','\x8c','\xff','\xd9','\x8c','\x0c','\x11','\x98','\x0c','\x31','\x98','\x0c','\x31','\x94','\x0d','\x29','\xb2','\x0e','\x6d','\xa3','\x1c','\x4d','\xc3','\xfc','\x81','\x80','\x6c','\x01','\x80','\x4c','\x01','\x98','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\xff','\xff','\x18','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x0c','\x7f','\xf8','\x0c','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x38','\x00','\x00','\x38','\x00','\x00','\x58','\x7f','\xf8','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x18','\x00','\x18','\x3c','\x78','\x18','\x70','\x1e','\x19','\x80','\x06','\x04','\x03','\x80','\x07','\x73','\x0e','\x06','\x63','\x0c','\x06','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\xfc','\x18','\x20','\x80','\x18','\x38','\xe0','\x38','\x30','\xc0','\x38','\x61','\x0c','\x58','\x7f','\xfe','\x98','\xe1','\x80','\x19','\x61','\x80','\x1a','\x61','\x88','\x18','\x7f','\xfc','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x88','\x18','\x7f','\xfc','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x86','\x18','\x7f','\xff','\x18','\x60','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x18','\xc0','\x00','\x18','\xc0','\x18','\x1f','\xdf','\xfc','\x18','\xc4','\x18','\x18','\xc4','\x18','\x18','\xc2','\x30','\x1f','\xc2','\x30','\x18','\xc1','\x60','\x18','\xc0','\xc0','\x18','\xc1','\xf0','\xff','\xc3','\x3f','\x78','\xc6','\x1e','\x40','\xd8','\x06','\x00','\xc0','\x00','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x20','\x03','\x33','\x18','\x3f','\xfb','\x0c','\x03','\x03','\x0c','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x06','\xff','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x10','\x61','\x10','\x1f','\xf1','\x9c','\x18','\x61','\x98','\x18','\x61','\xb0','\x18','\x60','\xb0','\x18','\x60','\xe0','\x18','\x60','\x42','\x18','\x60','\xe2','\x1f','\xe1','\xb2','\x18','\x03','\x3b','\x00','\x0c','\x1f','\x00','\x70','\x0e','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xe3','\x84','\x60','\xc3','\x08','\x1f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x10','\x0f','\xff','\xf8','\x00','\xc3','\x00','\x00','\xc3','\x02','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x80','\x60','\x07','\x1c','\x38','\x0c','\x18','\x1f','\x30','\x18','\x46','\xc7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x32','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x20','\x30','\x00','\x38','\x00','\x00','\x70','\x06','\xff','\xff','\xff','\x01','\xc0','\xc0','\x03','\x81','\x80','\x07','\x73','\x00','\x06','\x0e','\x00','\x00','\x39','\xe0','\x01','\xc0','\x78','\x3e','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x1c','\x04','\x60','\x18','\x08','\x1f','\xff','\xfc','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x10','\x00','\xf8','\x1c','\x07','\xc0','\x18','\x78','\x10','\x38','\x04','\x1c','\x30','\x82','\x18','\x60','\x63','\x18','\xc0','\x33','\x11','\x88','\x30','\x22','\x0e','\x03','\x84','\x1c','\x03','\x00','\x18','\x03','\x18','\x30','\xff','\xfc','\x60','\x07','\x00','\xc0','\x07','\x01','\x84','\x0f','\x86','\x07','\x0f','\x60','\x0e','\x1b','\x30','\x1c','\x1b','\x30','\x38','\x33','\x00','\x70','\x63','\x00','\xc0','\x83','\x01','\x80','\x03','\x06','\x00','\x03','\x18','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x40','\x00','\x0c','\x70','\x00','\x0c','\xe0','\x00','\x0d','\xc0','\x00','\x0f','\x80','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x3c','\x00','\x00','\xec','\x00','\x03','\x8c','\x00','\x1c','\x0c','\x00','\xe0','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\xfc','\x00','\x00','\x38','\x00','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x7f','\x80','\x0c','\x00','\x08','\x0c','\x02','\x0e','\x0d','\x21','\x0c','\xff','\x91','\x8c','\x0c','\x19','\x98','\x0c','\x18','\x10','\x0c','\x00','\x20','\x0c','\x03','\x80','\x0d','\x83','\x00','\x1e','\x03','\x06','\xfc','\xff','\xff','\x6c','\x0f','\x40','\x4c','\x0f','\x40','\x0c','\x1b','\x20','\x0c','\x1b','\x30','\x0c','\x33','\x18','\x0c','\x23','\x1f','\x0c','\x43','\x0e','\x0d','\x83','\x06','\x7c','\x03','\x00','\x18','\x03','\x00','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x20','\x03','\x33','\x18','\x7f','\xfb','\x0c','\x03','\x03','\x0c','\x03','\x03','\x00','\x03','\x03','\x06','\xff','\xff','\xff','\x00','\x03','\x00','\x03','\x83','\x10','\x03','\x03','\x1c','\x03','\x31','\x18','\xff','\xf9','\x98','\x07','\x01','\xb0','\x07','\x80','\xb0','\x0f','\x60','\xe0','\x0b','\x30','\x42','\x1b','\x30','\xe2','\x33','\x01','\xb2','\x63','\x03','\x3a','\x83','\x06','\x1f','\x03','\x18','\x0f','\x03','\x60','\x06','\x00','\x0e','\x00','\x03','\x8c','\x00','\x03','\x0c','\x30','\x03','\x0f','\xf8','\x03','\x0c','\x00','\x03','\x0c','\x06','\xff','\xff','\xff','\x00','\x00','\x40','\x00','\x03','\x30','\x20','\x03','\x16','\x3f','\xff','\xff','\x30','\x03','\x00','\x30','\x03','\x10','\x37','\xfb','\x1c','\x30','\x43','\x18','\x30','\x41','\xb8','\x32','\x51','\xb0','\x33','\x49','\xe0','\x36','\x4c','\xc0','\x24','\x4c','\xe2','\x29','\xc1','\xb2','\x60','\xc3','\x3b','\x40','\x06','\x1f','\x80','\x18','\x0e','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x10','\x60','\x00','\x10','\x60','\x80','\x08','\xc0','\x60','\x0d','\x80','\x32','\x07','\x00','\x32','\x0d','\xe0','\x04','\x30','\x7f','\x05','\xc0','\x0e','\x0c','\x30','\x30','\x08','\x30','\x30','\x18','\x3f','\xf0','\x18','\x30','\x30','\x30','\x30','\x30','\xf0','\x30','\x30','\x70','\x3f','\xf0','\x30','\x30','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x38','\xc0','\x30','\x1b','\x00','\x30','\x08','\x10','\x20','\x0e','\x1c','\x38','\x0c','\x18','\x30','\x18','\x30','\x60','\x10','\x20','\x40','\x20','\x40','\x80','\x18','\x30','\x60','\x0c','\x18','\x30','\x06','\x0c','\x18','\x06','\x0c','\x18','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x10','\x04','\x18','\x1c','\x04','\x34','\x38','\x08','\x34','\x60','\x38','\x62','\x80','\x30','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x78','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\x00','\x70','\x00','\x03','\xf8','\x00','\x7f','\x80','\x3f','\xf0','\x10','\x00','\x40','\x1c','\x10','\x30','\x38','\x0c','\x1c','\x30','\x06','\x0c','\x60','\x03','\x00','\x40','\x03','\x1c','\x80','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x3a','\x00','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x06','\x00','\x1b','\xe6','\x7c','\x18','\x06','\x00','\x18','\x06','\x00','\x1b','\xe6','\x7c','\x18','\x00','\x00','\x18','\x87','\x00','\x18','\xe6','\x00','\x18','\xc6','\x30','\x31','\xff','\xf8','\x31','\x06','\x00','\x22','\x06','\x06','\x6f','\xff','\xff','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x80','\x00','\xc3','\x00','\xff','\xe3','\x00','\x0c','\x03','\x30','\x0c','\x3f','\xf8','\x0c','\x03','\x30','\x0c','\x03','\x32','\x0c','\x03','\x32','\x18','\x06','\x33','\x19','\x86','\x3f','\x1f','\xcc','\x1e','\x19','\xb0','\x00','\x39','\x81','\xc0','\x39','\x81','\x80','\x59','\x81','\x80','\x99','\x81','\x86','\x19','\xbf','\xff','\x19','\x81','\x80','\x19','\x81','\x80','\x1f','\x81','\x80','\x19','\x81','\x80','\x18','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\xc7','\x00','\x01','\x86','\x10','\x1d','\x86','\x1c','\x19','\x86','\x38','\x19','\xf6','\x60','\x19','\x87','\x80','\x19','\x86','\x02','\x19','\x86','\x02','\x19','\x86','\x03','\x19','\xf7','\xff','\xff','\x83','\xfe','\x78','\x00','\x00','\x40','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\x00','\x30','\x03','\xff','\xf8','\x07','\x80','\x30','\x0d','\x80','\x30','\x19','\x80','\x30','\x61','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x04','\x00','\x00','\x06','\x18','\x0c','\x0f','\xff','\xfe','\x0c','\x34','\x18','\x1a','\x62','\x30','\x33','\x63','\x40','\xc8','\xc1','\x80','\x0d','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0c','\x01','\x9e','\x33','\xff','\xc6','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x30','\x1c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x03','\x80','\x00','\x87','\x00','\x00','\x6e','\x00','\x00','\x38','\x00','\x00','\xef','\x80','\x07','\x81','\xff','\xfc','\x00','\x3e','\x0c','\x00','\x30','\x0c','\xff','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xff','\xb0','\x0c','\x18','\x30','\x09','\x18','\x30','\x19','\xda','\x30','\x11','\x99','\x30','\x33','\x19','\xb0','\x22','\x19','\xb0','\x44','\x78','\x30','\x80','\x30','\x30','\x04','\x00','\x00','\x07','\x08','\x06','\x06','\x0f','\xff','\x04','\x0c','\x46','\x49','\x0c','\x46','\x31','\xcc','\x46','\x19','\x8c','\x46','\x1b','\x0c','\x46','\x02','\x0c','\x46','\x04','\x8c','\x46','\x08','\x4c','\x46','\xff','\xef','\xfe','\x7e','\x6c','\x46','\x46','\x6c','\x46','\x06','\x0c','\x46','\x46','\x0c','\x46','\x77','\x0c','\x46','\x66','\xcc','\x46','\x66','\x6c','\x46','\x46','\x6c','\x46','\x46','\x0c','\x46','\x86','\x0f','\xfe','\x06','\x0c','\x06','\x06','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x00','\x01','\xe0','\x00','\x3f','\xf0','\x1f','\xf0','\x40','\x04','\x18','\x70','\x03','\x0c','\x60','\x01','\x8c','\xc0','\x01','\x81','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x0e','\x18','\x3f','\x38','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x20','\x03','\x33','\x18','\x7f','\xfb','\x0c','\x03','\x03','\x0c','\x03','\x03','\x00','\x03','\x03','\x06','\xff','\xff','\xff','\x00','\x03','\x00','\x03','\x83','\x10','\x03','\x03','\x1c','\x7f','\xf9','\x18','\x06','\x21','\x98','\x0c','\x39','\xb0','\x0c','\x30','\xb0','\x1d','\x20','\xe0','\x2c','\xc0','\x42','\xcc','\x60','\xe2','\x0c','\xb1','\xb2','\x0f','\x33','\x3a','\x7c','\x06','\x1f','\x30','\x18','\x0f','\x20','\x60','\x06','\x03','\x81','\xc0','\x03','\x01','\x90','\x03','\x19','\x88','\x7f','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x01','\x80','\xff','\xff','\xff','\x00','\x01','\x80','\x03','\x81','\x88','\x03','\x01','\x8e','\x7f','\xf9','\x8c','\x03','\x01','\x8c','\x3f','\xf1','\x98','\x23','\x11','\x98','\x23','\x10','\xb0','\x3f','\xf0','\xb0','\x23','\x10','\xe0','\x23','\x10','\x42','\x3f','\xf0','\xe2','\x03','\x00','\xb2','\xff','\xfd','\xba','\x03','\x03','\x1f','\x03','\x06','\x0f','\x03','\x18','\x06','\x43','\x20','\x00','\x7f','\xb8','\x00','\x63','\x33','\x0c','\x62','\x3f','\xfe','\x66','\x62','\x8c','\x64','\x46','\x88','\x64','\xb4','\x50','\x69','\x1c','\x60','\x68','\xc8','\x30','\x64','\x50','\x1c','\x66','\x20','\x0f','\x66','\x5f','\xe6','\x67','\x80','\x00','\x66','\x00','\x00','\x66','\x00','\x0c','\x66','\xff','\xfe','\x66','\x03','\x00','\x7e','\x43','\x00','\x6c','\x73','\x20','\x60','\x63','\x18','\x60','\xc3','\x0c','\x61','\x83','\x0e','\x62','\x1f','\x06','\x60','\x06','\x00','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\xe6','\xff','\xfe','\xc6','\x10','\x30','\xc6','\x08','\x30','\xc6','\x0c','\x60','\xc6','\x06','\xc0','\xc6','\x03','\x80','\xc6','\x06','\xe0','\xc6','\x0c','\x7e','\xc6','\x38','\x3c','\xc6','\xd8','\x30','\xc6','\x1f','\xf0','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x1f','\xf0','\x06','\x18','\x30','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x20','\x30','\x06','\x40','\x30','\x3e','\x80','\x30','\x0c','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x83','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x18','\x1e','\x3f','\xfc','\x36','\x03','\x00','\xc6','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x06','\xff','\xff','\x06','\x00','\x00','\x07','\x00','\x38','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x60','\x36','\xff','\xff','\xff','\x06','\x00','\x30','\x06','\x00','\x30','\x0e','\x00','\x70','\x0f','\x00','\x70','\x0e','\xc0','\xf0','\x1e','\x60','\xf0','\x16','\x31','\xb0','\x16','\x31','\xb0','\x36','\x03','\x30','\x26','\x06','\x30','\x46','\x0c','\x30','\x86','\x18','\x30','\x06','\x20','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x3f','\xc3','\x0c','\x00','\xc3','\xfe','\x00','\xc3','\x00','\x03','\xc3','\x00','\xfc','\xc3','\x06','\x70','\xc3','\xff','\x41','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x38','\x03','\x00','\x20','\xc0','\x38','\x3f','\xe0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x36','\x3f','\xdf','\xff','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x70','\x30','\xc0','\x70','\x3f','\xc0','\xf0','\x30','\xc0','\xf0','\x30','\xc1','\xb0','\x30','\xc1','\xb0','\x30','\xc3','\x30','\x3f','\xc6','\x30','\x00','\x0c','\x30','\x11','\x30','\x30','\x1c','\x80','\x30','\x18','\xc0','\x30','\x30','\x60','\x30','\x60','\x61','\xf0','\x80','\x00','\x60','\x20','\x00','\x0c','\x18','\xff','\xfe','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x00','\x18','\x60','\x01','\x18','\x60','\x01','\x18','\x60','\x02','\x18','\x60','\x02','\x18','\x66','\x06','\xff','\xff','\x04','\x01','\xe0','\x0c','\x01','\xe0','\x18','\x03','\x60','\xf8','\x03','\x60','\x70','\x06','\x60','\x30','\x06','\x60','\x30','\x0c','\x60','\x30','\x18','\x60','\x38','\x30','\x60','\x18','\x60','\x60','\x01','\x80','\x60','\x0e','\x03','\xe0','\x00','\x00','\xc0','\x1c','\x20','\x06','\x18','\x3f','\xff','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x1b','\x30','\x18','\xff','\xbf','\xfc','\x18','\x34','\x18','\x18','\x34','\x18','\x18','\x34','\x18','\x18','\x32','\x30','\x18','\x32','\x30','\x18','\x32','\x30','\x18','\x31','\x60','\x19','\xb1','\x60','\x1e','\x60','\xc0','\xf8','\x60','\xc0','\x70','\x41','\xe0','\x40','\xc3','\x70','\x00','\x86','\x38','\x01','\x0c','\x1f','\x02','\x18','\x0e','\x00','\x60','\x06','\x41','\x90','\x06','\x7f','\xdf','\xff','\x61','\x98','\x00','\x61','\x98','\x00','\x61','\x18','\x00','\x63','\x18','\x00','\x62','\x18','\x0c','\x62','\x1f','\xfe','\x64','\x1a','\x0c','\x62','\x1a','\x0c','\x63','\x1a','\x0c','\x61','\x19','\x18','\x61','\x99','\x18','\x61','\x99','\x18','\x61','\x99','\x30','\x61','\x98','\xb0','\x61','\xb0','\xe0','\x6f','\xb0','\x40','\x63','\x20','\xe0','\x60','\x61','\xb0','\x60','\x43','\x38','\x60','\x86','\x1f','\x61','\x18','\x0e','\x60','\x60','\x06','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x1b','\x61','\x86','\xff','\xe1','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x18','\x68','\x26','\x18','\x0e','\x20','\x18','\x1c','\x10','\x18','\x18','\x18','\x1b','\x3c','\x6c','\x1c','\x6c','\x6f','\xf8','\xcc','\x66','\x63','\x0c','\x60','\x40','\x0c','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x30','\x60','\x00','\x60','\x60','\x01','\x80','\x60','\x1c','\x38','\x38','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x1b','\x36','\x32','\xff','\xff','\xff','\x18','\x0d','\x32','\x18','\x0d','\x32','\x3c','\x19','\x32','\x3a','\x19','\x32','\x3b','\x31','\xfe','\x3b','\x31','\x32','\x38','\x79','\x32','\x78','\x75','\x32','\x58','\xb7','\x32','\x59','\x37','\x32','\x5a','\x31','\xfe','\x98','\x31','\x32','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x00','\x00','\x60','\x07','\x81','\xf0','\x00','\x77','\x80','\x00','\x1e','\x00','\x00','\x73','\xc0','\x03','\xc0','\xf0','\x3c','\x20','\x30','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc0','\x30','\x01','\xff','\xf8','\x03','\x00','\x30','\x07','\x00','\x30','\x1b','\xff','\xf0','\x63','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x01','\xf0','\x03','\x00','\x60','\x00','\x00','\x10','\x00','\x40','\x1c','\x00','\x30','\x38','\x43','\x18','\x30','\x7f','\x8c','\x60','\x63','\x0c','\x40','\x63','\x00','\x8c','\x63','\x7f','\xfe','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x03','\x00','\x7f','\x03','\x00','\x63','\x06','\x80','\x60','\x06','\x80','\x00','\x0c','\x40','\x00','\x0c','\x60','\x00','\x18','\x38','\x00','\x30','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x03','\x40','\x4c','\x83','\x30','\x4c','\x86','\x18','\x4c','\x98','\x18','\x4c','\x80','\x06','\x4c','\xff','\xff','\x4c','\x80','\x0c','\x4c','\x80','\x0c','\x4c','\x90','\xcc','\x4c','\x9f','\xcc','\x4c','\x98','\xcc','\x7f','\x98','\xcc','\x40','\x98','\xcc','\x40','\x1f','\xcc','\x00','\x18','\xcc','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x03','\x80','\x1c','\x03','\x00','\x18','\x03','\x0c','\x18','\x7f','\xfe','\x18','\x03','\x00','\x18','\x06','\x80','\x1b','\x06','\x60','\xff','\x8c','\x30','\x18','\x30','\x30','\x18','\x00','\x06','\x18','\xff','\xff','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x21','\x8c','\x18','\x3f','\xcc','\x1b','\x31','\x8c','\xfc','\x31','\x8c','\x70','\x31','\x8c','\x40','\x3f','\x8c','\x00','\x31','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x01','\xc0','\x00','\xc1','\x80','\xff','\xe1','\x8c','\x0c','\x1f','\xfe','\x0c','\x01','\x80','\x0c','\x03','\x40','\x18','\x03','\x30','\x18','\x06','\x18','\x11','\x98','\x18','\x3f','\x80','\x06','\x31','\xff','\xff','\x71','\x80','\x0c','\x71','\x80','\x0c','\xb1','\x90','\xcc','\x31','\x9f','\xcc','\x31','\x98','\xcc','\x31','\x98','\xcc','\x31','\x98','\xcc','\x3f','\x9f','\xcc','\x31','\x98','\xcc','\x30','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x02','\x00','\x3f','\xe3','\x0c','\x30','\x63','\xfe','\x30','\x66','\x18','\x3f','\xe9','\x30','\x02','\x00','\xe0','\x12','\x03','\x9f','\x13','\xdc','\x06','\x12','\x03','\xf8','\x12','\x62','\x08','\xff','\x83','\xf8','\x78','\x30','\x00','\x47','\xff','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x10','\x07','\xff','\xf8','\x06','\x00','\x02','\x17','\xff','\xff','\x12','\x22','\x06','\x63','\x33','\x3e','\x63','\x33','\x0c','\x02','\x08','\x00','\x03','\x8e','\x00','\x03','\x0c','\x00','\x03','\x0c','\x00','\x06','\x18','\x06','\x06','\x1f','\xff','\x0c','\x36','\x00','\x0c','\x26','\x00','\x1c','\x66','\x00','\x1c','\x46','\x0c','\x2c','\x87','\xfe','\x4d','\x06','\x00','\x8c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x0c','\x07','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x03','\x90','\x07','\x83','\x1c','\x06','\x63','\x18','\xe6','\x33','\x30','\xc6','\x33','\x20','\xc6','\x03','\x40','\xc6','\x43','\x18','\xc6','\x7f','\xfc','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x7f','\xf8','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x7f','\xf8','\xc6','\x60','\x18','\xc6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\xf8','\x3e','\x60','\x30','\x0c','\x00','\x04','\x00','\x00','\x07','\x00','\x41','\x86','\x00','\x7f','\xc6','\x00','\x61','\x8c','\x06','\x61','\x8f','\xff','\x61','\x9b','\x00','\x61','\x93','\x00','\x61','\xa3','\x00','\x61','\xc3','\x0c','\x61','\x83','\xfe','\x61','\x83','\x00','\x61','\x83','\x00','\x61','\x83','\x00','\x61','\x83','\x00','\x61','\x83','\x06','\x61','\x83','\xff','\x7f','\x83','\x00','\x61','\x83','\x00','\x60','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x1c','\x03','\x80','\x18','\x43','\x00','\x18','\x43','\x06','\x18','\x7f','\xff','\x18','\xc8','\xc6','\x1a','\xce','\xc8','\xff','\x1c','\xc0','\x18','\x18','\xc0','\x18','\x30','\xff','\x18','\x60','\x7f','\x19','\x90','\x00','\x18','\x1c','\x00','\x1b','\x18','\x06','\xfc','\x3f','\xff','\x78','\x33','\x00','\x58','\x63','\x00','\x18','\xc3','\xfc','\x19','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\xf8','\x03','\x00','\x30','\x03','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x43','\x06','\x00','\x7f','\x86','\x00','\x63','\x0c','\x06','\x63','\x0f','\xff','\x63','\x1b','\x00','\x63','\x13','\x00','\x63','\x23','\x00','\x63','\x43','\x0c','\x7f','\x03','\xfe','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\x03','\xff','\x7f','\x03','\x00','\x63','\x03','\x00','\x60','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x21','\x06','\x20','\x39','\xff','\x18','\x31','\x86','\x0c','\x61','\x86','\x0c','\x41','\x86','\x00','\x8d','\x86','\xff','\xff','\x86','\x03','\x01','\xfe','\x03','\x01','\x86','\x73','\x1d','\x86','\x63','\x19','\x86','\x63','\x19','\x86','\x63','\x19','\x86','\x63','\x19','\xfe','\x7f','\xf9','\x86','\x63','\x19','\x86','\x63','\x19','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x06','\x03','\x06','\x06','\x03','\x06','\x0c','\x06','\x06','\x18','\x0c','\x3e','\x60','\x30','\x0c','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0d','\xb2','\x4c','\xff','\xf2','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x1e','\x32','\x4c','\x1d','\xff','\xff','\x1d','\xb2','\x4c','\x3d','\xb2','\x4c','\x2c','\x32','\x4c','\x2c','\x32','\x4c','\x6c','\x32','\x4c','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x7c','\x0c','\x30','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x83','\x0c','\x30','\xe3','\x08','\x61','\xc3','\x10','\x63','\x83','\x00','\x06','\x03','\xfe','\x18','\x81','\xfe','\x60','\xe0','\x00','\x01','\xc0','\x00','\x01','\x80','\x06','\x03','\xff','\xff','\x06','\x30','\x00','\x0c','\x30','\x10','\x30','\x3f','\xf8','\xc0','\x30','\x00','\x00','\x30','\x04','\x00','\x3f','\xfe','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x0c','\x1f','\xff','\xfe','\x12','\x09','\x00','\x21','\x10','\xc0','\x41','\xa0','\x60','\x01','\x9c','\x60','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x38','\x18','\x18','\x3c','\x18','\x18','\x7c','\x78','\x18','\xda','\x30','\x01','\x99','\x80','\x03','\x18','\xe0','\x06','\x18','\x7f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x40','\x06','\xc0','\x72','\x04','\xc0','\x63','\x88','\x04','\x83','\x00','\x03','\x06','\x40','\x01','\x8c','\x30','\x01','\x90','\x18','\x7f','\xff','\xfc','\x3f','\xf8','\x0c','\x20','\x18','\x0c','\x02','\x19','\x80','\x07','\x98','\x70','\x0e','\x18','\x1c','\x38','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x06','\x03','\x9c','\x06','\x03','\x18','\x0d','\x03','\x18','\x0c','\xc3','\x18','\x08','\x6f','\xfe','\x18','\x63','\x18','\x10','\x03','\x18','\x21','\x83','\x18','\x3f','\xc3','\x18','\x46','\x03','\x18','\x86','\x1f','\xff','\x06','\xc0','\x00','\x7f','\xe0','\x00','\x04','\x04','\x0c','\x06','\x87','\xfe','\x46','\xe6','\x0c','\x26','\xc6','\x0c','\x36','\x86','\x0c','\x37','\x07','\xfc','\x06','\x06','\x0c','\x06','\xe6','\x0c','\xff','\x06','\x0c','\x78','\x07','\xfc','\x40','\x06','\x0c','\x0e','\x04','\x04','\x0c','\x02','\x07','\x0c','\x43','\x06','\x0c','\x21','\x0c','\x0d','\xb1','\x8c','\xff','\xd1','\x88','\x0c','\x19','\x98','\x0c','\x18','\x10','\x0e','\x00','\x20','\x1d','\x84','\x00','\x1c','\xc7','\x00','\x1c','\xc6','\x00','\x3c','\x06','\x06','\x2d','\xff','\xff','\x2c','\x0c','\x30','\x6c','\x0c','\x30','\x4c','\x18','\x60','\x8c','\x18','\x60','\x0c','\x36','\xc0','\x0c','\x31','\x80','\x0c','\x03','\x60','\x0c','\x06','\x38','\x0c','\x18','\x1c','\x0c','\xe0','\x0c','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x19','\x80','\xcc','\x1f','\xcf','\xfe','\x11','\x80','\xc0','\x31','\x00','\xc0','\x22','\x00','\xc0','\x7f','\xe0','\xc0','\xb2','\x60','\xc6','\x32','\x7f','\xff','\x32','\x60','\x00','\x3f','\xe0','\x00','\x32','\x60','\xe0','\x32','\x60','\xc0','\x32','\x60','\xcc','\x3f','\xef','\xfe','\x00','\x00','\xc0','\x00','\x80','\xc0','\x2a','\x40','\xc0','\x2a','\x60','\xc0','\x6a','\x60','\xc6','\xc8','\x1f','\xff','\xc0','\x00','\x00','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x66','\x0c','\x1f','\xf7','\xfe','\x1a','\x0d','\x00','\x31','\x88','\xc0','\x20','\xd0','\x60','\x40','\xc0','\x60','\x80','\x00','\x00','\x07','\x1c','\x70','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x1f','\xe0','\x06','\x18','\x60','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x06','\x00','\x00','\x20','\x60','\x00','\x3f','\xf3','\x80','\x30','\x63','\x00','\x30','\x63','\x00','\x3f','\xe3','\x08','\x30','\x63','\x0e','\x30','\x63','\x1c','\x30','\x63','\x38','\x3f','\xe3','\x60','\x00','\x03','\x80','\x00','\x33','\x00','\xff','\xfb','\x00','\x03','\x03','\x04','\x03','\x03','\x04','\x23','\x33','\x04','\x3b','\xfb','\x06','\x33','\x03','\xfe','\x33','\x01','\xfc','\x33','\x00','\x00','\x33','\x00','\x00','\x2b','\x00','\x00','\x67','\xff','\xff','\x41','\xff','\xfe','\x80','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\xf0','\x18','\x00','\x60','\x20','\x0c','\x07','\x3f','\xfe','\x06','\x30','\x0c','\xe6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x3f','\xfc','\xc6','\x30','\x0c','\xc6','\x30','\x00','\xc6','\x30','\xe0','\xc6','\x30','\xc0','\xc6','\x34','\xc4','\xc6','\x37','\xfe','\xc6','\x34','\xc4','\xc6','\x34','\xc4','\xc6','\x34','\xc4','\xc6','\x24','\xc4','\xc6','\x24','\xc4','\x06','\x64','\xc4','\x06','\x44','\xc4','\x06','\x44','\xdc','\x06','\x84','\xcc','\x06','\x00','\xc0','\x3e','\x00','\xc0','\x0c','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x62','\x00','\x04','\xc3','\x18','\x18','\xc7','\xff','\xfc','\x0c','\x34','\x18','\x1a','\x62','\x10','\x32','\xc1','\x20','\x49','\x80','\xc0','\x0b','\x00','\x60','\x06','\xff','\x38','\x0c','\x00','\x1f','\x30','\x00','\x06','\xcf','\xff','\xf0','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x30','\x1c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x0e','\x08','\x84','\x0c','\x0e','\xe7','\x0c','\x0c','\xc6','\x0c','\x08','\x8c','\x0c','\x11','\x10','\x0d','\xa2','\x20','\xff','\xd1','\x10','\x0c','\x19','\x8c','\x0c','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x02','\x00','\x0c','\xc3','\x80','\x1f','\x03','\x06','\xfc','\x07','\xff','\x6c','\x06','\x06','\x4c','\x0c','\x0c','\x0c','\x1a','\x0c','\x0c','\x61','\x98','\x0c','\x01','\xb0','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x03','\x80','\x7c','\x0e','\x00','\x18','\xf0','\x00','\x1c','\x20','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1b','\x30','\x18','\xff','\xb0','\x18','\x18','\x3f','\xf8','\x18','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x44','\x00','\x1b','\x44','\x0c','\xfc','\x7d','\xfe','\x78','\x44','\x8c','\x58','\x44','\x8c','\x18','\x7c','\x88','\x18','\x44','\x58','\x18','\x44','\x50','\x18','\x4c','\x30','\x1b','\xf4','\x7c','\x19','\xc4','\xcf','\xf9','\x07','\x06','\x30','\x04','\x00','\x1c','\x01','\xc0','\x18','\x41','\x80','\x18','\x41','\x86','\x18','\x7f','\xff','\x18','\xd0','\x04','\x1a','\xd9','\x88','\xff','\x1f','\xfe','\x18','\x33','\x46','\x18','\x2a','\x44','\x18','\x4e','\x28','\x18','\xa4','\x30','\x18','\x2c','\x18','\x1b','\x18','\x1c','\xfc','\x37','\xef','\x78','\x60','\x06','\x59','\x80','\x00','\x18','\x7f','\xfe','\x18','\x01','\x80','\x18','\x21','\x80','\x18','\x39','\x90','\x18','\x31','\x8c','\x18','\x61','\x86','\xf9','\x87','\x86','\x30','\x03','\x00','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x33','\x00','\xff','\xfb','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x07','\x03','\x00','\x07','\x83','\x00','\x07','\x63','\x00','\x0f','\x33','\x00','\x0b','\x3b','\x00','\x1b','\x1b','\x00','\x13','\x03','\x00','\x23','\x03','\x00','\x43','\x03','\x00','\x83','\x03','\x00','\x03','\x03','\x02','\x03','\x03','\x02','\x03','\x03','\x02','\x03','\x03','\x03','\x03','\x03','\xff','\x03','\x01','\xfe','\x00','\x84','\x30','\x30','\xe7','\xf8','\x0d','\xc6','\x30','\x03','\x86','\x30','\x03','\x06','\x30','\x06','\xc6','\x30','\x0c','\x66','\x30','\x30','\x64','\x30','\xc0','\x0c','\x3f','\x07','\x08','\x1f','\x06','\x10','\x00','\x06','\x40','\x18','\xff','\xef','\xfc','\x06','\x04','\x18','\x0e','\x02','\x18','\x0f','\x02','\x30','\x1e','\xc1','\x30','\x16','\x61','\xe0','\x36','\x60','\xc0','\x66','\x01','\xe0','\x86','\x03','\x38','\x06','\x06','\x1f','\x06','\x0c','\x0e','\x06','\x30','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x43','\x01','\xc0','\x7f','\x81','\x8c','\x63','\x3f','\xfe','\x62','\x04','\x10','\x66','\x02','\x10','\x64','\x42','\x22','\x68','\x7f','\xff','\x64','\x60','\x00','\x66','\x64','\x70','\x66','\x66','\x60','\x66','\x67','\xfe','\x66','\x64','\x60','\x66','\x68','\x60','\x66','\x67','\xfe','\x7e','\x40','\x60','\x6c','\xc0','\x60','\x60','\x80','\x66','\x61','\x1f','\xff','\x62','\x00','\x00','\x1c','\x02','\x00','\x18','\x03','\x90','\x19','\x83','\x1c','\xff','\xc3','\x18','\x19','\x86','\x10','\x19','\xa4','\x26','\x19','\xaf','\xff','\x31','\xec','\x60','\x30','\xfc','\x60','\x60','\x1c','\x60','\x87','\x2c','\x6c','\x06','\x4f','\xfe','\x06','\x0c','\x60','\x06','\x0c','\x60','\xff','\xec','\x60','\x0e','\x0c','\x6c','\x0f','\x0f','\xfe','\x1e','\xcc','\x60','\x16','\x6c','\x60','\x36','\x6c','\x60','\x66','\x0c','\x66','\x86','\x0f','\xff','\x06','\x0c','\x00','\x06','\x0c','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x08','\x60','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x1c','\x00','\x3f','\x99','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x3f','\x99','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc4','\x19','\x9f','\xfe','\x1f','\xc0','\xc0','\x11','\x80','\xc8','\x31','\x0f','\xfc','\x22','\x00','\xc0','\x3f','\x80','\xc2','\x64','\xbf','\xff','\xa4','\x80','\x00','\x24','\x88','\x0c','\x3f','\x8f','\xfe','\x24','\x8c','\x0c','\x24','\x8c','\x0c','\x24','\x8f','\xfc','\x3f','\x8c','\x0c','\x00','\x0c','\x0c','\x00','\x8f','\xfc','\x2a','\xcc','\x0c','\x2a','\xcc','\x0c','\x6a','\x4c','\x0c','\x6a','\x0c','\x7c','\x00','\x0c','\x18','\x1c','\x86','\x07','\x18','\xff','\x06','\x18','\xc6','\x76','\x18','\xc6','\x66','\x18','\xc6','\x66','\x1a','\xc6','\x66','\xff','\xc6','\x66','\x18','\xc6','\x66','\x18','\xfe','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x19','\x66','\x66','\x1e','\x7f','\x66','\xf8','\x66','\x66','\x78','\x66','\x66','\x58','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x06','\x18','\xc6','\x06','\x18','\xce','\x06','\x18','\xcc','\x06','\x18','\x8c','\x06','\xf9','\xbc','\x3e','\x33','\x18','\x0c','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc2','\x0c','\xdf','\xff','\x08','\x60','\xc0','\x18','\x60','\xc4','\x10','\x0f','\xfe','\x21','\x80','\xc0','\x3f','\xc0','\xc2','\x46','\x1f','\xff','\x86','\x00','\x00','\x06','\xc8','\x0c','\x7f','\xef','\xfe','\x06','\x0c','\x0c','\x06','\x8c','\x0c','\x46','\xef','\xfc','\x26','\xcc','\x0c','\x36','\x8c','\x0c','\x37','\x0f','\xfc','\x06','\x0c','\x0c','\x06','\x6c','\x0c','\xff','\x8c','\x0c','\x78','\x0c','\x7c','\x40','\x0c','\x18','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x19','\x80','\xc6','\x1f','\xdf','\xff','\x11','\x80','\x00','\x31','\x04','\x20','\x22','\x07','\x18','\x3f','\x86','\x0c','\x64','\x8c','\x06','\xa4','\x88','\x06','\x24','\x90','\x20','\x3f','\x82','\x38','\x24','\x82','\x30','\x24','\x82','\x30','\x24','\x81','\x60','\x3f','\x81','\x60','\x00','\x00','\xc0','\x00','\x80','\xc0','\x2a','\xc1','\xa0','\x2a','\xc3','\x38','\x6a','\x46','\x1f','\x60','\x0c','\x0e','\x00','\x30','\x06','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x06','\x46','\xff','\xff','\x7f','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x46','\x66','\x66','\x7f','\xff','\x66','\x66','\x66','\x66','\x66','\x66','\x7e','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x64','\x7e','\x66','\x6c','\x3e','\x66','\x68','\x06','\x66','\x70','\x06','\x7e','\x60','\x06','\x66','\x60','\x06','\x60','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\x81','\x80','\x07','\x00','\xf0','\x0c','\x1c','\x3f','\x32','\x18','\x4e','\xc3','\x18','\x60','\x06','\x18','\xc0','\x0d','\x99','\xb8','\x10','\x9a','\x08','\x04','\x18','\x40','\x06','\x18','\x60','\x0c','\x18','\xc0','\x1b','\x99','\xb8','\x20','\x9a','\x08','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x40','\x00','\x00','\x71','\x00','\x00','\x60','\xc0','\x00','\x80','\x70','\x3f','\xff','\xb8','\x1f','\x80','\x18','\x10','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xe1','\x00','\x01','\xc0','\x80','\x03','\x90','\x60','\x06','\x1c','\x38','\x0c','\x38','\x1f','\x30','\x72','\x0e','\xc1','\xc3','\x80','\x0e','\x07','\x20','\x00','\x1c','\x38','\x00','\x70','\x70','\x07','\x80','\xe0','\x00','\x03','\x80','\x00','\x1e','\x00','\x00','\xf0','\x00','\x1f','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x08','\x18','\x0c','\x7f','\xec','\x2c','\x3c','\x0c','\x2e','\x27','\x00','\x2d','\x06','\x00','\x6d','\xff','\xfe','\x6d','\x8c','\x40','\x4c','\x0c','\x20','\xcc','\x19','\x38','\xcc','\x31','\x9f','\x0c','\x63','\x06','\x0d','\x86','\x40','\x0c','\x0c','\x60','\x0c','\x30','\xc4','\x0c','\x01','\x8e','\x0c','\x06','\x1c','\x0c','\x18','\x38','\x0c','\x00','\x60','\x0c','\x01','\x80','\x0c','\x0e','\x00','\x0c','\x70','\x00','\x1c','\x44','\x40','\x18','\x44','\x70','\x18','\x44','\x60','\x19','\xff','\x60','\x18','\x44','\x60','\x18','\x44','\x46','\xff','\x44','\x7f','\x18','\x44','\xcc','\x19','\xff','\x8c','\x18','\x00','\x8c','\x18','\x01','\x4c','\x1a','\xfe','\x4c','\x1c','\xc6','\x48','\xf8','\xc6','\x28','\x78','\xfe','\x28','\x58','\xc6','\x18','\x18','\xc6','\x10','\x18','\xc6','\x38','\x18','\xfe','\x28','\x18','\xc6','\x2c','\x18','\xc6','\x6c','\x18','\xc6','\x46','\xf8','\xde','\x87','\x30','\xcd','\x02','\x1c','\xe1','\x00','\x18','\xc1','\xc0','\x18','\xc1','\x80','\x7f','\xf1','\x80','\x18','\xc1','\x80','\x18','\xc3','\x06','\x18','\xc3','\xff','\xff','\xfa','\x10','\x00','\x06','\x1c','\x00','\x05','\x18','\x3f','\xe9','\x18','\x30','\x61','\x18','\x30','\x61','\x18','\x3f','\xe0','\xb0','\x30','\x60','\xb0','\x30','\x60','\xe0','\x30','\x60','\x60','\x3f','\xe0','\x40','\x30','\x60','\xe0','\x30','\x60','\xb0','\x30','\x61','\x98','\x30','\x63','\x1f','\x33','\xe6','\x0e','\x30','\xd8','\x06','\x0e','\x03','\x90','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x00','\x0d','\x83','\xfe','\xff','\xff','\x00','\x0c','\x03','\x00','\x0c','\x03','\xfc','\x0c','\x3f','\x00','\x1e','\x03','\x00','\x1d','\x03','\x06','\x1d','\x83','\xff','\x3d','\xbf','\x00','\x2c','\x01','\x10','\x2c','\x01','\x9c','\x6c','\x01','\x98','\x4c','\x00','\xb0','\x8c','\x00','\xe0','\x0c','\x00','\x42','\x0c','\x00','\xe2','\x0c','\x01','\xb2','\x0c','\x06','\x3b','\x0c','\x18','\x1f','\x0c','\xe0','\x0e','\x1c','\x0e','\x00','\x18','\x0c','\x86','\x18','\x0f','\xff','\x18','\x0c','\x06','\x1a','\x2c','\x46','\x1b','\x3f','\x2c','\x5b','\x63','\x18','\x5a','\x46','\x1c','\x5c','\xac','\x36','\x59','\x18','\x63','\xd8','\x31','\x83','\xd8','\x60','\x08','\x99','\x91','\xce','\x18','\x19','\x8c','\x18','\x19','\x90','\x18','\x01','\x86','\x18','\xff','\xff','\x34','\x07','\xa0','\x32','\x0d','\x90','\x33','\x0d','\x98','\x23','\x19','\x8c','\x60','\x31','\x8f','\x40','\xc1','\x86','\x80','\x01','\x80','\x00','\x20','\x0c','\x03','\x3f','\xfe','\xff','\xb2','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x19','\x32','\x4c','\xff','\xb2','\x4c','\x18','\x32','\x4c','\x18','\xff','\xff','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x19','\x32','\x4c','\x1e','\x32','\x4c','\xf8','\x32','\x4c','\x60','\x32','\x4c','\x40','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x7c','\x00','\x30','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x10','\xc2','\x06','\x1f','\xff','\xff','\x18','\x80','\x00','\x18','\xe7','\x00','\x18','\xc6','\x00','\x18','\xc6','\x18','\x18','\xff','\xfc','\x19','\x86','\x00','\x19','\x06','\x00','\x1a','\x06','\x30','\x30','\xff','\xf8','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x06','\x8f','\xff','\xff','\x00','\x00','\x00','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x0c','\x1f','\xf7','\xfe','\x1a','\x0d','\x00','\x31','\x88','\xc0','\x60','\x90','\x40','\x87','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x03','\x03','\x00','\x0c','\x03','\x00','\x70','\x03','\x00','\x08','\x02','\x00','\x0c','\x63','\x0c','\x1f','\xf7','\xfe','\x19','\x0c','\x40','\x31','\x90','\x60','\x67','\xff','\xf0','\x84','\x00','\x10','\x07','\xff','\xf0','\x04','\x00','\x10','\x07','\xff','\xf0','\x04','\x00','\x10','\x07','\xff','\xf0','\x00','\xc0','\x06','\xff','\xff','\xff','\x03','\x20','\x80','\x06','\x34','\x60','\x0d','\x66','\x38','\x30','\x8c','\x9f','\xc0','\xd0','\x66','\x1f','\xff','\xb0','\x0c','\x18','\x30','\x03','\x99','\xc0','\x07','\x18','\x3c','\x78','\x18','\x0c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x34','\x00','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xe0','\x07','\x1c','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\x80','\x0e','\x20','\x00','\x06','\x06','\x0c','\x18','\x7f','\x08','\x10','\x00','\x7f','\x7e','\x00','\x08','\x10','\x03','\x08','\x10','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x16','\x28','\x06','\x32','\x4c','\x7f','\x60','\x87','\x00','\x9f','\xfe','\x00','\x18','\x0c','\x06','\x18','\x0c','\x7f','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x43','\x1f','\xfc','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x63','\x04','\x00','\x63','\x0e','\x38','\x7f','\x3c','\x0e','\x60','\xe0','\x06','\x03','\x81','\xc0','\x03','\x01','\x88','\x3f','\xef','\xfc','\x03','\x01','\x80','\x03','\x01','\x82','\xff','\xef','\xff','\x06','\x03','\x40','\x0d','\x03','\x20','\x0c','\xc6','\x30','\x18','\x68','\x1c','\x37','\xff','\xef','\xc6','\x00','\x66','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x00','\xc1','\x00','\xff','\xe1','\xc0','\x0a','\x01','\x88','\x0a','\x01','\x04','\x0a','\x02','\x06','\x4a','\xdf','\xfb','\x7f','\xee','\x33','\x6a','\xc3','\x30','\x6a','\xc3','\x30','\x6a','\xc6','\x3f','\x6a','\xcc','\x1f','\x6a','\xd2','\x00','\x6b','\xc3','\x80','\x70','\xc3','\x0c','\x60','\xc3','\xfe','\x60','\xc6','\x0c','\x60','\xc5','\x18','\x7f','\xc8','\xb0','\x60','\xd0','\x60','\x60','\xc0','\xe0','\x60','\xc1','\xb8','\x60','\xc3','\x1f','\x7f','\xc6','\x0e','\x60','\xd8','\x06','\x03','\x80','\x00','\x03','\x10','\x0c','\x03','\xfb','\xfe','\x13','\x00','\x1c','\x1f','\xe1','\xb0','\x30','\x60','\x60','\x68','\xc0','\xb0','\x8d','\x9b','\x1c','\x07','\x38','\x0e','\x1c','\x74','\x06','\xe0','\xe3','\x00','\x01','\x98','\xe0','\x07','\x18','\x3f','\x1b','\xff','\xce','\xe3','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc8','\x03','\xff','\xce','\x03','\x04','\x1c','\x03','\x02','\x60','\x03','\x39','\x80','\x7f','\xc0','\xff','\x3c','\x00','\x3e','\x20','\x00','\x0e','\x07','\x00','\x06','\x06','\x00','\x0f','\x06','\x62','\x3c','\xff','\xf3','\xe0','\x06','\x03','\x00','\x46','\x63','\x00','\x7f','\xf3','\x00','\x66','\x63','\x00','\x66','\x63','\x06','\x66','\x63','\xff','\x7f','\xe3','\x18','\x66','\x63','\x18','\x66','\x63','\x18','\x66','\x63','\x18','\x7f','\xe3','\x18','\x66','\x63','\x18','\x06','\x03','\x18','\x06','\x66','\x18','\xff','\xf6','\x18','\x06','\x04','\x18','\x06','\x0c','\x18','\x06','\x08','\x18','\x06','\x10','\x18','\x06','\x20','\x18','\x03','\x80','\x0c','\x03','\x1a','\x3e','\xff','\xff','\xe0','\x03','\x03','\x00','\x3f','\xf3','\x00','\x23','\x13','\x06','\x23','\x13','\xff','\x3f','\xf3','\x18','\x23','\x13','\x18','\x23','\x13','\x18','\x3f','\xf3','\x18','\x03','\x02','\x18','\xff','\xfe','\x18','\x03','\x04','\x18','\x03','\x18','\x18','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x63','\x90','\xff','\xf3','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x00','\x0c','\x03','\xfe','\x0c','\x3f','\x00','\x0c','\xc3','\x00','\x1f','\xc3','\xfc','\x18','\xff','\x00','\x18','\xc3','\x00','\x10','\xc3','\x06','\x31','\x83','\xff','\x29','\xbf','\x00','\x65','\x81','\x10','\x47','\x01','\x9c','\x83','\x01','\x98','\x02','\x00','\xb0','\x06','\x00','\xe0','\x04','\x00','\x42','\x0c','\x00','\xe2','\x08','\x03','\xb2','\x10','\x0e','\x3b','\x20','\xf0','\x1f','\x40','\x00','\x0e','\x02','\x03','\x80','\x03','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1c','\x03','\x06','\x1d','\xff','\xff','\x2c','\x03','\x00','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x0c','\x06','\x7f','\xfe','\x06','\x00','\x0c','\x0c','\x00','\x18','\x0c','\x00','\x30','\x18','\x02','\x40','\x18','\x03','\x80','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x1f','\x00','\x18','\x06','\x00','\x04','\x00','\x00','\x07','\x00','\x0c','\x06','\xff','\xfe','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x01','\x8c','\x18','\xff','\xcc','\x18','\x00','\x0c','\x38','\x00','\x0c','\x38','\x41','\x8c','\x58','\x7f','\xcc','\x98','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x18','\x7f','\x8c','\x18','\x61','\x8c','\x18','\x60','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x7c','\x18','\x00','\x18','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x83','\x0c','\x38','\xff','\xfe','\x38','\xc3','\x0c','\x58','\xc3','\x0c','\x98','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc3','\x0c','\x18','\x03','\x00','\x18','\x23','\x00','\x18','\x1b','\x00','\x18','\x0e','\x00','\x18','\x07','\x00','\x18','\x0d','\xe0','\x18','\x18','\xff','\x18','\x60','\x3e','\x19','\x80','\x06','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\x8c','\xe6','\xff','\xfe','\xc6','\x01','\x80','\xc6','\x01','\x80','\xc6','\x21','\x8c','\xc6','\x3f','\xfe','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\xbc','\xc6','\x33','\x98','\xc6','\x03','\x80','\xc6','\x07','\xc0','\xc6','\x05','\xb0','\xc6','\x0d','\x98','\xc6','\x09','\x9c','\x06','\x19','\x8c','\x06','\x31','\x80','\x06','\x61','\x80','\x06','\x81','\x80','\x3e','\x01','\x80','\x0c','\x00','\x00','\x0c','\xff','\xff','\xfe','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x03','\x0c','\x3f','\xff','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x04','\x0c','\x0c','\x07','\xfe','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x07','\xfc','\x0c','\x06','\x0c','\x0c','\x06','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x18','\x00','\x02','\x18','\x00','\x01','\x98','\x00','\x00','\xd0','\x00','\x00','\x70','\x00','\x00','\x78','\x00','\x00','\xce','\x00','\x01','\x83','\xc0','\x07','\x01','\xff','\x1c','\x00','\x7e','\xe0','\x00','\x0e','\x20','\x60','\x00','\x3f','\xf0','\x06','\x30','\x6f','\xff','\x30','\x60','\x06','\x30','\x60','\x06','\x30','\x60','\x66','\x3f','\xe7','\xf6','\x30','\x60','\x06','\x00','\x00','\x06','\x40','\x32','\x26','\x7f','\xfb','\xf6','\x69','\x32','\x26','\x69','\x32','\x26','\x69','\x32','\x26','\x69','\x32','\x26','\x69','\x32','\x26','\x7f','\xf3','\xe6','\x69','\x32','\x26','\x69','\x30','\x06','\x69','\x30','\x06','\x69','\x30','\x06','\x69','\x30','\x06','\x69','\xf0','\x3e','\x60','\x60','\x0c','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x87','\xfc','\x33','\x03','\xfc','\x32','\x00','\x0c','\x34','\x00','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0e','\x00','\x80','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x08','\x18','\xc1','\x04','\x18','\xc2','\x06','\x18','\xdf','\xfb','\x18','\xcf','\x83','\x19','\x88','\x03','\x31','\x80','\x00','\x31','\x84','\x0c','\x31','\x87','\xfe','\x33','\x06','\x0c','\x6b','\x06','\x0c','\x66','\x06','\x0c','\x07','\x06','\x0c','\x05','\x86','\x0c','\x0d','\xc6','\x0c','\x08','\xc7','\xfc','\x10','\xc6','\x0c','\x60','\x06','\x0c','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x1f','\xff','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x18','\xc0','\xc0','\x18','\xd0','\xc6','\x18','\xdf','\xff','\x18','\xd8','\xc6','\x19','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x33','\x18','\xc6','\x6b','\x18','\xc6','\x66','\x18','\xc6','\x07','\x18','\xde','\x05','\x98','\xcc','\x0d','\x80','\xc0','\x09','\x80','\xc0','\x10','\x00','\xc0','\x60','\x00','\xc0','\x00','\x20','\x00','\x20','\x38','\x00','\x18','\x30','\x0c','\x0c','\x3f','\xfe','\x0e','\x66','\x0c','\x06','\x46','\x08','\x00','\x86','\x10','\x00','\x0d','\x00','\x01','\x8c','\x80','\x0e','\x18','\x60','\xf8','\x30','\x3f','\x70','\xc0','\x1e','\x43','\x00','\x06','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\xc1','\x80','\x03','\x81','\x80','\x07','\x03','\x00','\x0e','\xf6','\x00','\x0c','\x0f','\x80','\x00','\x39','\xe0','\x01','\xe0','\x78','\x7e','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\xc0','\x00','\x18','\xc1','\xc0','\x18','\xcd','\x88','\x18','\xff','\x8e','\x19','\x8d','\x9c','\x31','\x0d','\xb0','\x32','\x99','\xc0','\x34','\xd9','\x80','\x20','\x31','\x80','\x60','\x61','\x82','\x40','\xc1','\x82','\x81','\x81','\x83','\x06','\x01','\xff','\x18','\x00','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x18','\x0f','\xff','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\xf8','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x00','\x00','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x51','\x80','\xc0','\x7f','\xc0','\xc0','\x61','\x80','\xc0','\x61','\x90','\xc6','\x61','\x9f','\xff','\x61','\x98','\xc6','\x7f','\x98','\xc6','\x61','\x98','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x61','\x98','\xc6','\x7f','\xd8','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xde','\x61','\x98','\xcc','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x60','\x00','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x01','\xcc','\x00','\x11','\x86','\x10','\x11','\x86','\x0c','\x11','\x80','\x46','\x21','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x18','\x00','\x01','\xc6','\x00','\x11','\x83','\x10','\x11','\x83','\x0c','\x11','\x80','\x06','\x21','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x18','\x18','\x0c','\x18','\x3c','\x0c','\x18','\xe0','\x0d','\x9f','\x00','\xff','\xd8','\x02','\x0c','\x18','\x02','\x0c','\x18','\x03','\x0c','\x1f','\xff','\x0c','\x0f','\xfe','\x0c','\xc0','\x00','\x1f','\x00','\x00','\xfc','\x10','\x0c','\x6c','\x1f','\xfe','\x4c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x7c','\x1f','\xfc','\x18','\x18','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x1f','\xff','\xf0','\x01','\x00','\x60','\x00','\x80','\xc0','\x00','\x80','\xc0','\x00','\x41','\x80','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x37','\x00','\x00','\x63','\xe0','\x01','\x80','\xff','\x0e','\x00','\x3e','\xf0','\x00','\x0c','\x00','\xc2','\x00','\xff','\xe3','\x80','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x06','\x00','\x0a','\x06','\x06','\x0c','\x07','\xff','\x0c','\x0c','\x20','\x0c','\x08','\x38','\x0c','\x98','\x30','\x0f','\x14','\x30','\x1c','\x24','\x30','\xfc','\x02','\x60','\x6c','\x02','\x60','\x4c','\x01','\x40','\x0c','\x01','\xc0','\x0c','\x00','\x80','\x0c','\x01','\xc0','\x0c','\x01','\x60','\x0c','\x03','\x30','\x0c','\x06','\x3c','\x0c','\x0c','\x1f','\x7c','\x30','\x0e','\x18','\xc0','\x06','\x1c','\x70','\x06','\x18','\x62','\x1f','\x18','\x63','\xe0','\x18','\x63','\x00','\xff','\xff','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x06','\x1f','\xe3','\xff','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\xff','\xff','\x18','\x00','\x03','\x18','\x10','\x83','\x18','\x1c','\x62','\x18','\x18','\x36','\x18','\x30','\x34','\x18','\x60','\x08','\x18','\x80','\x10','\x18','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc6','\x06','\xff','\xe7','\xff','\x18','\x0c','\x00','\x18','\x08','\xe0','\x18','\x10','\xc0','\x19','\x8e','\xcc','\x1f','\xcc','\xde','\x19','\x8d','\xec','\x19','\x8e','\xcc','\x19','\x8c','\xcc','\x19','\xbc','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\xfc','\x31','\x8c','\xcc','\x31','\x8c','\xc0','\x31','\x8c','\xc2','\x23','\x0c','\x02','\x63','\x0c','\x03','\x4f','\x0f','\xff','\x86','\x07','\xfe','\x1c','\x00','\x00','\x18','\x00','\xc0','\x18','\x03','\xe0','\x18','\x3f','\x00','\x1f','\xe0','\x04','\x18','\x00','\x04','\x18','\x00','\x04','\x18','\x00','\x06','\x1f','\xff','\xfe','\x0f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x8c','\x1d','\xbf','\xfe','\x1c','\xc8','\x0c','\x3c','\xc8','\x18','\x2c','\x04','\x18','\x2c','\x04','\x30','\x6c','\x06','\x30','\x4c','\x02','\x60','\x8c','\x03','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x0c','\x30','\x1e','\x0c','\xc0','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x07','\x0c','\x00','\x06','\x0c','\x18','\x06','\x0f','\xfc','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x06','\x08','\x0c','\x66','\x0e','\x0f','\xf6','\x1c','\x18','\x66','\x38','\x10','\x66','\x60','\x30','\x67','\x80','\x28','\xc6','\x00','\x44','\xc6','\x00','\x86','\xc6','\x00','\x07','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x18','\x07','\xff','\x30','\x03','\xfe','\xc0','\x00','\x00','\x00','\x00','\xc0','\x00','\x07','\xe0','\x10','\x7f','\x00','\x1f','\xcc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x03','\x00','\x18','\x03','\x02','\x18','\x01','\x82','\x18','\x31','\xc2','\x1f','\xc0','\xf2','\xfe','\x00','\x7f','\x70','\x00','\x1f','\x40','\x00','\x06','\x04','\x20','\x06','\x87','\x3b','\xff','\x46','\x30','\x30','\x2c','\x20','\x30','\x2c','\xf8','\x30','\x18','\x89','\x32','\x18','\x89','\xff','\x38','\x89','\x32','\x2c','\x89','\x32','\x4c','\xf9','\x32','\x8c','\x89','\x32','\x1c','\x81','\x32','\x1c','\x81','\x32','\x2c','\x89','\x32','\x2c','\xfd','\x32','\x4c','\x89','\x32','\x8c','\x89','\x32','\x0c','\x89','\x32','\x0c','\x89','\x3e','\x0c','\x89','\x36','\x1c','\xf8','\x30','\x18','\x88','\x30','\xf8','\x00','\x30','\x30','\x00','\x30','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0d','\x80','\xc0','\xff','\xc0','\xc0','\x01','\x8e','\xc0','\x03','\x0c','\xc0','\x03','\x0c','\xcc','\x06','\x0c','\xfe','\x06','\x0c','\xc0','\x0c','\x0c','\xc0','\x0e','\x0c','\xc0','\x1d','\x8c','\xc0','\x2c','\xcc','\xc0','\xcc','\xcc','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc6','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x60','\x80','\x00','\xf0','\xe0','\x03','\x80','\xc0','\x1e','\x00','\xc0','\xe6','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x60','\xc0','\xff','\xf1','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0e','\x01','\x80','\x0f','\x81','\x80','\x0e','\x61','\x00','\x1e','\x31','\x00','\x16','\x33','\x00','\x36','\x03','\x10','\x26','\x02','\x08','\x46','\x02','\x0c','\x86','\x04','\x06','\x06','\x04','\x3e','\x06','\x7f','\xc3','\x06','\x3c','\x03','\x06','\x20','\x03','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x61','\x00','\x08','\x41','\xc0','\x06','\x83','\x80','\x03','\x03','\x00','\x01','\x86','\x00','\x01','\xcc','\x00','\x00','\xc8','\x20','\x00','\x10','\x18','\x00','\x20','\x0c','\x7f','\xff','\xf6','\x3f','\xf8','\x06','\x20','\x18','\x06','\x02','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1c','\x18','\x18','\x0e','\x30','\x18','\x06','\x40','\x18','\x06','\x00','\x18','\x00','\x08','\x00','\x0c','\x0e','\x00','\x3e','\x0c','\x10','\xf0','\x08','\x1f','\xc0','\x92','\x18','\xc0','\x63','\x98','\xc0','\x33','\x18','\xc0','\x36','\x18','\xc0','\x04','\x18','\xc0','\x09','\x18','\xc6','\x10','\x9f','\xff','\xff','\xd8','\xc0','\x7c','\xd8','\xc0','\x4c','\x18','\xc0','\x0c','\x18','\x60','\x4d','\x18','\x60','\x7c','\x98','\x60','\x6c','\xd8','\x62','\x6c','\xd8','\x32','\x4c','\x18','\x32','\x4c','\x19','\x9a','\x8c','\xfe','\x1f','\x0c','\x70','\x0f','\x0c','\x40','\x06','\x01','\xc7','\x00','\x01','\x86','\x18','\x1d','\x86','\x3c','\x19','\x86','\x60','\x19','\xf7','\x80','\x19','\x86','\x02','\x19','\x86','\x02','\x19','\x86','\x03','\x19','\xf7','\xff','\xff','\x83','\xfe','\x78','\x20','\x00','\x40','\x3a','\x00','\x04','\x33','\x80','\x03','\x43','\x20','\x01','\x86','\x18','\x01','\x88','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x42','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x70','\x0e','\x18','\x1c','\x18','\x18','\x0e','\x60','\x18','\x06','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x8c','\x31','\xbf','\xfe','\x31','\x84','\x0c','\x31','\x84','\x18','\x3f','\x84','\x18','\x31','\x82','\x30','\x31','\x82','\x30','\x31','\x83','\x60','\x31','\x81','\xc0','\x31','\x80','\x80','\x31','\x81','\xc0','\x21','\x83','\x70','\x61','\x86','\x3f','\x4f','\x98','\x1e','\x83','\x60','\x06','\x21','\x9c','\x00','\x3f','\xd8','\x18','\x31','\x98','\x3c','\x31','\x98','\xf0','\x31','\x9f','\x80','\x31','\x98','\x02','\x31','\x98','\x02','\x3f','\x98','\x03','\x31','\x9f','\xff','\x31','\x8f','\xfe','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x88','\x0c','\x3f','\x8f','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x21','\x8c','\x0c','\x61','\x8c','\x0c','\x4f','\x8f','\xfc','\x83','\x0c','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x80','\x00','\x60','\x60','\x00','\x40','\x30','\x00','\x83','\xd8','\x3f','\xfc','\x18','\x1f','\x00','\x18','\x10','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xdf','\xfc','\x01','\x98','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x06','\x1f','\xfc','\x06','\x18','\x0c','\x0c','\x18','\x0c','\x0e','\x18','\x0c','\x1d','\x98','\x0c','\x2c','\xdf','\xfc','\xcc','\xc4','\x60','\x0c','\x07','\x60','\x0c','\x06','\x60','\x0c','\x06','\x62','\x0c','\x0c','\x62','\x0c','\x0c','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x06','\x00','\x00','\x7f','\x00','\x06','\x00','\x3f','\xff','\x00','\x00','\x06','\x03','\x00','\x06','\xff','\x80','\xc6','\x00','\x3f','\xe6','\x00','\x00','\x06','\x06','\x00','\x06','\x7f','\x10','\xc6','\x00','\x1f','\xe6','\x00','\x18','\xc6','\x06','\x18','\xc6','\x7f','\x18','\xc6','\x00','\x18','\xc6','\x00','\x1f','\xc6','\x43','\x18','\xc6','\x7f','\x98','\x06','\x63','\x00','\x06','\x63','\x00','\x06','\x63','\x00','\x06','\x63','\x00','\x06','\x7f','\x00','\x3e','\x63','\x00','\x0c','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x8c','\x03','\x3f','\xfe','\xff','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\x01','\x86','\x7f','\x7f','\xff','\x00','\x00','\x00','\x00','\x00','\x18','\x06','\x00','\x18','\x7f','\x7f','\xff','\x00','\x00','\x18','\x00','\x10','\x18','\x43','\x0c','\x18','\x7f','\x86','\x18','\x63','\x06','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x7f','\x01','\xf8','\x63','\x00','\x30','\x06','\x00','\xe8','\x7f','\x00','\xc4','\x00','\x00','\xc6','\x00','\x00','\xc6','\x03','\x00','\xc0','\xff','\x80','\xc6','\x00','\x7f','\xff','\x00','\x00','\xc0','\x06','\x00','\xc0','\x7f','\x00','\xc0','\x00','\x06','\xc0','\x00','\xff','\xc0','\x06','\x18','\xc0','\x7f','\x18','\xc0','\x00','\x18','\x60','\x00','\x18','\x60','\x46','\x18','\x62','\x7f','\x18','\x62','\x66','\x18','\x32','\x66','\x1b','\x32','\x66','\xfc','\x1a','\x66','\x70','\x1f','\x7e','\x40','\x0f','\x66','\x00','\x06','\x03','\x01','\xc0','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x81','\x8c','\x00','\x3f','\xfe','\x00','\x00','\x00','\x03','\x00','\x00','\x7f','\x87','\x00','\x00','\x06','\xc0','\x00','\x06','\x60','\x43','\x16','\x68','\x7f','\x96','\x06','\x63','\x36','\x03','\x63','\x36','\x13','\x63','\x66','\x13','\x63','\x66','\x18','\x7f','\x07','\xf8','\x63','\x03','\xf0','\x06','\x01','\x00','\x7f','\x41','\xc0','\x00','\x21','\x80','\x00','\x33','\x06','\x03','\x33','\xff','\xff','\x84','\x06','\x00','\x08','\xc4','\x00','\x00','\xc8','\x06','\x04','\xc0','\x7f','\x19','\xa0','\x00','\xf1','\xa0','\x00','\x63','\x10','\x06','\x42','\x1c','\x7f','\x04','\x0f','\x00','\x08','\x06','\x00','\x30','\x00','\x43','\x0f','\xfc','\x7f','\x8c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\x0f','\xfc','\x63','\x0c','\x0c','\x00','\x10','\x00','\x20','\x1c','\x00','\x18','\x18','\x0c','\x0c','\x3f','\xfe','\x0c','\x66','\x18','\x01','\x86','\x20','\x00','\x0d','\x00','\x06','\x18','\xc0','\xf8','\x30','\x7f','\x60','\xc0','\x1e','\x47','\xff','\xe6','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x80','\x00','\x01','\xe3','\xf0','\x07','\x80','\x3c','\x78','\x00','\x0c','\x21','\x88','\x18','\x3f','\xcf','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x86','\x00','\x3f','\x86','\x00','\x31','\x8c','\x06','\x31','\x8f','\xff','\x31','\x99','\xb6','\x31','\xb3','\x26','\x31','\xc2','\x66','\x3f','\x86','\x46','\x10','\x0c','\xc6','\x1a','\x31','\x86','\x19','\x83','\x0e','\x30','\xcc','\x0c','\x60','\xc0','\x7c','\x80','\x00','\x18','\x00','\x01','\x00','\x0d','\x81','\xd0','\x09','\x01','\x9c','\x09','\x01','\x98','\x09','\x03','\x10','\x09','\x23','\x22','\x09','\x3b','\xff','\x69','\x76','\x30','\x49','\xc6','\x30','\x49','\x0e','\x30','\x4f','\x0e','\x34','\x49','\x17','\xfe','\x49','\x26','\x30','\x49','\x06','\x30','\x49','\x06','\x30','\x49','\x06','\x34','\x49','\x07','\xfe','\x49','\x26','\x30','\x49','\x26','\x30','\x49','\x26','\x30','\x4f','\x36','\x30','\xf9','\xf6','\x32','\x60','\xe7','\xff','\x40','\x06','\x00','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc0','\x06','\x18','\x60','\x06','\x17','\x60','\x66','\x26','\x1f','\xf6','\x46','\x00','\x06','\xbf','\xc0','\x06','\x30','\xc8','\x66','\x30','\xcf','\xf6','\x3f','\xcc','\x66','\x30','\xcc','\x66','\x30','\xcc','\x66','\x30','\xcc','\x66','\x3f','\xcf','\xe6','\x30','\xcc','\x66','\x31','\x0c','\x06','\x30','\x80','\x06','\x30','\xc0','\x06','\x33','\x60','\x06','\xfc','\x60','\x06','\x70','\x60','\x3e','\x40','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x07','\x18','\x60','\x06','\x1f','\xf0','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x18','\x1c','\x18','\x19','\x19','\x18','\x18','\xd9','\xd8','\x18','\xd9','\x98','\x18','\x1a','\x18','\x1b','\xff','\xd8','\x18','\x38','\x18','\x18','\x7e','\x18','\x18','\x59','\x98','\x18','\x98','\xd8','\x1b','\x18','\xd8','\x18','\x18','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x18','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x04','\x00','\x00','\x07','\x70','\x1c','\x06','\x60','\x18','\x06','\x68','\x18','\x0c','\x66','\x18','\x0c','\x63','\x18','\x18','\x61','\x98','\x18','\x61','\x98','\x38','\x60','\x18','\x38','\x60','\x18','\x58','\x60','\x18','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x61','\x30','\x18','\x62','\x30','\x18','\x64','\x30','\x18','\x68','\x60','\x18','\x70','\x60','\x18','\xe0','\xd0','\x1b','\xc1','\x8c','\x19','\x83','\x06','\x19','\x0c','\x07','\x18','\x30','\x03','\x18','\x00','\x03','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x06','\x39','\xff','\xff','\x58','\x00','\x00','\x98','\x00','\x30','\x18','\x00','\x32','\x19','\xff','\xff','\x18','\x00','\x30','\x18','\x20','\x30','\x18','\x18','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x01','\xf0','\x18','\x00','\x60','\x1c','\x20','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x19','\x00','\x00','\x01','\xc7','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\xc8','\x07','\xff','\xe0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x12','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x00','\xcc','\x7f','\xff','\xfe','\x00','\x00','\xc0','\x04','\x00','\xc0','\x03','\x00','\xc0','\x01','\x80','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x02','\x00','\x80','\x03','\x00','\xc0','\x26','\x49','\x90','\x18','\x66','\x18','\x0c','\xc3','\x30','\x0c','\x83','\x20','\x01','\x40','\x50','\x02','\x20','\x88','\x7f','\xff','\xfc','\x3c','\x37','\x0c','\x20','\x04','\x00','\x01','\xd0','\x00','\x09','\x8c','\x10','\x09','\x86','\x0c','\x11','\x86','\x46','\x31','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0d','\xbf','\xfc','\xff','\xc3','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0d','\x80','\x30','\xfe','\x00','\x32','\x7c','\xff','\xff','\x4c','\x00','\x30','\x0c','\x20','\x30','\x0c','\x18','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x7c','\x01','\xf0','\x18','\x00','\x60','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x18','\x63','\x3f','\xfc','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x7f','\x00','\x00','\x63','\x00','\x30','\x63','\x00','\x32','\x63','\xff','\xff','\x63','\x00','\x30','\x63','\x20','\x30','\x63','\x18','\x30','\x7f','\x0c','\x30','\x63','\x0c','\x30','\x60','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x10','\x00','\x40','\x1c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x1c','\x18','\x06','\x0c','\x1f','\xff','\x00','\x30','\x06','\x00','\x30','\x0c','\x00','\x23','\x88','\x02','\x63','\x10','\x02','\x43','\x00','\x04','\x83','\x00','\x04','\x03','\x00','\x08','\x06','\x80','\x18','\x06','\x80','\x30','\x06','\x80','\xf0','\x0c','\x40','\x70','\x0c','\x40','\x30','\x18','\x20','\x30','\x18','\x30','\x30','\x30','\x18','\x38','\x60','\x1f','\x18','\xc0','\x0e','\x03','\x00','\x06','\x10','\x20','\x20','\x0c','\x18','\x38','\x06','\x0c','\x30','\x06','\x0c','\x20','\x00','\x00','\x46','\x01','\xff','\xff','\x80','\x00','\x00','\x60','\x20','\x20','\x32','\x38','\x38','\x32','\x30','\x30','\x04','\x20','\x20','\x04','\x28','\x28','\x0d','\x4d','\x4e','\x08','\x8c','\x8c','\x18','\xcc','\xcc','\x18','\xd8','\xd8','\x30','\x18','\x18','\xf0','\x10','\x10','\x70','\x20','\x20','\x30','\x28','\x24','\x30','\x4c','\x46','\x33','\xf7','\xfb','\x39','\xc6','\xe3','\x19','\x06','\x83','\x10','\x02','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x20','\x80','\x0c','\x18','\x60','\x08','\x0c','\x32','\x10','\x36','\x32','\xff','\xc7','\x04','\x7c','\x03','\x04','\x40','\x03','\x0c','\x00','\x00','\x08','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x0c','\x30','\x60','\x0c','\xf0','\x60','\x0c','\x70','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x38','\x7f','\xfc','\x18','\x60','\x0c','\x00','\x00','\x06','\xff','\xff','\xff','\x04','\x18','\x00','\x07','\x18','\x60','\x0e','\x18','\x1c','\x38','\x18','\x07','\xc0','\x18','\x03','\x3f','\xff','\xfc','\x30','\x98','\x4c','\x34','\xda','\x6c','\x32','\x99','\x4c','\x31','\x18','\x8c','\x32','\xd9','\x6c','\x34','\x5a','\x2c','\x30','\x18','\x0c','\x30','\x98','\x4c','\x34','\xda','\x6c','\x32','\x99','\x4c','\x31','\x18','\x8c','\x32','\x99','\x4c','\x34','\x5a','\x2c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x30','\x18','\x18','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x06','\x18','\x30','\x0c','\x18','\x0c','\x3f','\xff','\xff','\xd8','\x18','\x1b','\x1a','\x5a','\x58','\x19','\x99','\x98','\x19','\x59','\x58','\x1a','\x5a','\x58','\x18','\x18','\x18','\x1a','\x5a','\x58','\x19','\x99','\x98','\x19','\x59','\x58','\x1a','\x5a','\x58','\x18','\x18','\x30','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x10','\x1f','\xff','\xf8','\x00','\x18','\x80','\x00','\x18','\x42','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x06','\x18','\x6d','\xff','\xfc','\x6c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x0f','\xff','\xff','\xfc','\x00','\x00','\x6c','\x00','\x60','\x4c','\x00','\x66','\x1b','\xff','\xff','\x18','\x00','\x60','\x10','\x80','\x60','\x30','\x60','\x60','\x20','\x30','\x60','\x40','\x30','\x60','\x80','\x00','\x60','\x00','\x03','\xe0','\x00','\x00','\xc0','\x00','\x10','\x20','\x01','\x8c','\x38','\xff','\xc6','\x30','\x18','\x06','\x20','\x18','\x00','\x46','\x18','\xff','\xff','\x18','\x08','\x10','\x18','\x0e','\x1c','\x30','\x0c','\x18','\x30','\x08','\x10','\x30','\x89','\x10','\x3f','\x50','\xa0','\x73','\x64','\xc8','\x73','\x37','\x6e','\x73','\x36','\x6c','\xb3','\x06','\x0c','\x33','\x0c','\x18','\x33','\x08','\x10','\x33','\x18','\x30','\x33','\x14','\x24','\x3f','\x26','\x46','\x31','\xfb','\xfb','\x30','\xe2','\xe3','\x00','\x80','\x83','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x80','\x06','\x18','\x60','\x0e','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x0c','\x30','\x18','\x0e','\x60','\x18','\x06','\x80','\x18','\x06','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x20','\x40','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x3c','\x30','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xfe','\x03','\xff','\xc0','\xff','\xf0','\xc0','\x7e','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x08','\x20','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x43','\x01','\xc0','\x7f','\x81','\x8c','\x63','\x3f','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\x7f','\xff','\x7f','\x00','\x30','\x63','\x00','\x30','\x63','\x7f','\xff','\x63','\x00','\x30','\x63','\x10','\x30','\x63','\x0c','\x30','\x7f','\x06','\x30','\x63','\x06','\x30','\x60','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x60','\xe0','\x07','\xf0','\xc0','\xfe','\x00','\xcc','\x06','\x0f','\xfe','\x06','\x00','\x00','\x06','\x04','\x10','\x06','\x02','\x1c','\x06','\x63','\x18','\xff','\xf3','\x30','\x06','\x00','\x20','\x06','\x00','\x46','\x06','\x1f','\xff','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x60','\x60','\xcc','\x60','\x6f','\xfe','\x60','\x60','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc0','\x7f','\xe0','\xc0','\x60','\x60','\xc0','\x60','\x00','\xc0','\x10','\x02','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x06','\x80','\x0f','\xff','\x60','\x08','\x06','\x32','\x18','\x06','\x32','\x10','\x0c','\x04','\x24','\x0c','\x04','\x43','\x18','\x0c','\x81','\x98','\x08','\x01','\xb0','\x18','\x00','\x30','\x18','\x00','\x60','\x30','\x00','\xc0','\xf0','\x00','\xc0','\x70','\x01','\x80','\x30','\x03','\x00','\x30','\x06','\x00','\x30','\x0c','\x00','\x38','\x30','\x00','\x18','\xc0','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe3','\x80','\x30','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x31','\xc1','\xc0','\x31','\x81','\x80','\x31','\x99','\x8c','\x31','\xfd','\x9e','\x31','\x81','\xb0','\x31','\x81','\xc0','\x21','\x81','\x82','\x61','\x9d','\x82','\x5f','\xe1','\x83','\x8f','\x01','\xff','\x08','\x00','\xfe','\x00','\x07','\x20','\x00','\x06','\x10','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x66','\x00','\x7f','\xf3','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x00','\xc4','\x03','\x18','\xc4','\x03','\xe0','\x64','\xff','\x00','\x74','\x78','\x00','\x3e','\x40','\x00','\x1e','\x00','\x00','\x0c','\x0c','\x1c','\x70','\x7e','\x18','\x60','\x00','\x18','\x68','\x00','\xff','\xe6','\x06','\x02','\x63','\xff','\x43','\x63','\x00','\x22','\x60','\x00','\x22','\x60','\x0c','\x04','\x66','\x7f','\xff','\xff','\x00','\x00','\x60','\x00','\x00','\x60','\x0c','\x7e','\x64','\x7e','\x42','\x67','\x00','\x42','\x66','\x00','\x42','\x2c','\x46','\x7e','\x2c','\x7f','\x42','\x38','\x66','\x42','\x12','\x66','\x42','\x3a','\x66','\x7e','\x6a','\x66','\x00','\xce','\x7e','\x03','\x07','\x66','\x0c','\x03','\x00','\x01','\x00','\x00','\x01','\xc0','\x40','\xc9','\x98','\x7f','\xef','\xfc','\x64','\xcc','\x18','\x64','\xcc','\x18','\x64','\xcf','\xf8','\x64','\xcc','\x18','\x64','\xcc','\x18','\x64','\xcf','\xf8','\x7f','\xcc','\x00','\x64','\xcc','\x06','\x64','\xcf','\xff','\x64','\xcc','\x00','\x64','\xcc','\x06','\x64','\xcf','\xff','\x64','\xcc','\x06','\x7f','\xc0','\x46','\x60','\xd5','\x66','\x60','\x15','\x26','\x00','\x35','\x0e','\x00','\x64','\x0c','\x00','\x60','\x7c','\x00','\x00','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x66','\x06','\x1f','\xf7','\xff','\x1a','\x04','\x80','\x11','\x0c','\x40','\x31','\x88','\x60','\x21','\x90','\x30','\x41','\x80','\x30','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x00','\x70','\x06','\x00','\x60','\x06','\x30','\x60','\xff','\xf8','\x60','\x06','\x00','\x60','\x46','\x64','\x62','\x7f','\xf7','\xff','\x66','\x64','\x62','\x66','\x64','\x62','\x66','\x64','\x62','\x7f','\xe4','\x62','\x66','\x64','\x62','\x66','\x64','\x62','\x66','\x67','\xfe','\x7f','\xe4','\x62','\x66','\x64','\x62','\x06','\x04','\x62','\x06','\x64','\x62','\xff','\xf4','\x62','\x06','\x04','\x62','\x06','\x04','\x62','\x06','\x07','\xfe','\x06','\x04','\x02','\x06','\x04','\x02','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x30','\x00','\x0c','\x60','\x1c','\x08','\x60','\x18','\x10','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x81','\x80','\x03','\x00','\x60','\x07','\x00','\x30','\x06','\x00','\x18','\x0c','\x00','\x0c','\x18','\x00','\x0e','\x30','\x00','\x06','\xc0','\x00','\x06','\x00','\x00','\x60','\x07','\xff','\xf0','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x60','\x18','\x04','\x67','\x99','\xe8','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x99','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x3f','\x00','\x00','\x31','\xe0','\x00','\x30','\x70','\x00','\x30','\x30','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x80','\xe0','\x01','\x8f','\x00','\x01','\xf0','\x00','\x0f','\x80','\x00','\xf1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x10','\x01','\x80','\x10','\x01','\x80','\x10','\x01','\x80','\x18','\x01','\xff','\xf8','\x00','\xff','\xf0','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x43','\x0c','\x00','\x7f','\x8c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x0c','\x63','\x0c','\x1e','\x63','\x0c','\x60','\x63','\x0d','\x80','\x63','\x0e','\x00','\x63','\x1c','\x00','\x63','\x6c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x7f','\x0c','\x00','\x63','\x0c','\x02','\x60','\x0c','\x02','\x00','\x0c','\x02','\x00','\x0c','\x03','\x00','\x0f','\xff','\x00','\x07','\xfe','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x61','\x80','\x7f','\xf1','\x80','\x06','\x01','\x98','\x06','\x0f','\xfc','\x06','\x31','\x98','\xff','\xf9','\x98','\x20','\x81','\x98','\x10','\xe1','\x98','\x18','\xc1','\x98','\x18','\x89','\x98','\x01','\x05','\x98','\xff','\xf3','\x98','\x06','\x01','\x18','\x06','\x03','\x98','\x06','\x62','\x98','\x7f','\xf2','\xda','\x06','\x06','\xda','\x06','\x04','\xca','\x06','\x0c','\x0e','\x06','\x08','\x06','\x06','\x10','\x07','\x06','\x60','\x03','\x00','\x1c','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x30','\x07','\xff','\xf8','\x0c','\x18','\x00','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x00','\xc1','\xc0','\x01','\x80','\xe0','\x03','\x00','\x78','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x04','\x38','\x00','\xe0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x10','\xc6','\x30','\x1f','\xff','\xfe','\x10','\x00','\x32','\x92','\x00','\x32','\x53','\x80','\x32','\x73','\x0c','\x32','\x73','\xfe','\x32','\x12','\xc0','\x62','\x14','\xc0','\x66','\x70','\xc0','\x65','\xd0','\xc6','\x64','\x9f','\xff','\xd4','\x30','\xc0','\xc8','\x21','\xa0','\x0c','\x21','\xa0','\x16','\x61','\x10','\x16','\x43','\x10','\x20','\x82','\x18','\x41','\x04','\x0f','\x82','\x18','\x0e','\x00','\x60','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\x68','\x0f','\xff','\xf0','\x00','\x60','\x00','\x00','\x41','\x80','\x00','\x40','\x60','\x00','\x83','\xb0','\x3f','\xfc','\x18','\x1f','\x80','\x18','\x10','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\xf0','\x00','\x0f','\xf8','\x3f','\xfe','\x40','\x04','\x18','\x70','\x02','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x86','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x00','\x06','\x00','\x10','\x00','\x01','\xcc','\x00','\x09','\x86','\x30','\x09','\x86','\x0c','\x11','\x80','\x46','\x31','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x10','\x40','\x0c','\x0c','\x7f','\xfe','\x06','\x60','\x0c','\x06','\x60','\x0c','\x00','\x60','\x0c','\x00','\x7f','\xfc','\x80','\x60','\x0c','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x7f','\xfc','\x04','\x60','\x0c','\x04','\x00','\x00','\x0c','\x0e','\xe0','\x09','\x0c','\xc4','\x18','\x8c','\xc7','\x18','\x8c','\xc6','\x30','\xcc','\xc6','\xf0','\xcc','\xcc','\x70','\xcc','\xc8','\x30','\xcc','\xd0','\x30','\x0c','\xc0','\x30','\x0c','\xc6','\x3b','\xff','\xff','\x18','\x00','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x07','\x00','\x00','\x0f','\xc0','\x82','\x1b','\x30','\x62','\x33','\x1c','\x32','\x63','\x0e','\x35','\x87','\x06','\x04','\x0e','\x80','\x04','\x18','\x60','\x0c','\x30','\x38','\x08','\xc3','\x9f','\x1b','\x03','\x06','\x18','\x43','\x10','\x30','\x33','\x38','\xf0','\x33','\xc0','\x70','\x03','\x00','\x30','\x1b','\xc0','\x33','\xe3','\x3c','\x31','\xc3','\x0e','\x39','\x1f','\x06','\x18','\x06','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x08','\x06','\x06','\x0f','\xff','\xff','\x0c','\x40','\x00','\x8c','\x70','\x00','\x4c','\x60','\x00','\x6c','\x60','\x18','\x6c','\x7f','\xfc','\x0c','\xc6','\x00','\x0c','\x86','\x00','\x1d','\x06','\x00','\xec','\x06','\x00','\x6c','\x06','\x06','\x4f','\xff','\xff','\x0c','\x0d','\x00','\x18','\x0d','\x00','\x18','\x18','\x80','\x10','\x18','\xc0','\x30','\x30','\x60','\x20','\x60','\x38','\x40','\xc0','\x1f','\x83','\x00','\x0e','\x0c','\x00','\x06','\x00','\x60','\x18','\x11','\xf2','\x7c','\x1f','\x03','\xc0','\x18','\x13','\x02','\x1f','\xfb','\xff','\x19','\x82','\x30','\x19','\x86','\x30','\x11','\x84','\x30','\x31','\x88','\x30','\x20','\x00','\x00','\x47','\xff','\xf0','\x86','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x00','\xc0','\x00','\x01','\xe1','\xf0','\x07','\x80','\x3c','\x38','\x00','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x1c','\x04','\x60','\x18','\x08','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\xc0','\x01','\x80','\xf0','\x06','\x00','\x7f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x03','\x00','\x00','\x03','\x02','\x06','\x7f','\xfb','\xff','\x00','\x43','\x0c','\x10','\x73','\x08','\x0c','\x63','\x10','\x04','\x83','\x20','\xff','\xff','\x18','\x00','\x03','\x0c','\x20','\x33','\x04','\x3f','\xfb','\x06','\x30','\x33','\x06','\x30','\x33','\x06','\x30','\x33','\x06','\x30','\x33','\x3e','\x30','\x33','\x0c','\x3f','\xf3','\x00','\x30','\x33','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x61','\x90','\x60','\x88','\x84','\x20','\x0e','\x06','\x0c','\x0c','\x07','\xfe','\x0d','\xcc','\x18','\x19','\x8a','\x30','\x19','\x91','\x60','\x39','\x81','\xc0','\x39','\x83','\x70','\x59','\x8c','\x1f','\x99','\xb1','\x86','\x19','\x81','\x80','\x19','\xff','\xff','\x19','\x83','\xa0','\x19','\x87','\x90','\x19','\x8d','\x98','\x18','\x19','\x8f','\x18','\x61','\x86','\x18','\x01','\x80','\x04','\x00','\x00','\x07','\x40','\x0c','\x06','\x7f','\xfe','\x06','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x38','\x63','\x0c','\x38','\x63','\x0c','\x58','\x63','\x0c','\x98','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x02','\x00','\x18','\x01','\x80','\x18','\x4c','\xd0','\x18','\x4c','\xcc','\x18','\x4c','\x06','\x18','\xcc','\x17','\x18','\xcc','\x13','\x19','\x8c','\x18','\x19','\x8f','\xf8','\x18','\x07','\xf0','\x03','\x83','\x80','\x03','\x03','\x0c','\x3b','\x03','\x1e','\x33','\x33','\x38','\x33','\xfb','\xc0','\x33','\x03','\x00','\x33','\x03','\x02','\x33','\x03','\x02','\x33','\x3b','\x03','\xff','\xc3','\xff','\x7c','\x01','\xfe','\x40','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9d','\x80','\x00','\x18','\x00','\x00','\x18','\x60','\x7f','\xff','\xf0','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x06','\x00','\x00','\x1c','\x00','\x08','\x30','\x00','\x08','\xc0','\x00','\x0b','\x00','\x00','\x14','\x00','\x00','\x33','\x00','\x00','\xe1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x10','\x18','\x87','\x18','\x18','\x66','\x30','\x18','\x26','\x40','\x1b','\xff','\xfe','\x18','\x1e','\x80','\x18','\x36','\x60','\x18','\x66','\x38','\x19','\x86','\x1f','\x1e','\x1c','\x06','\x30','\x18','\x00','\x37','\xff','\xff','\x30','\x30','\x60','\x20','\x60','\xc0','\x60','\xd9','\x80','\x40','\x07','\x00','\x80','\x0c','\xf0','\x00','\x70','\x3c','\x03','\x80','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x10','\x00','\x00','\xcc','\x00','\x04','\xc4','\x40','\x04','\xc0','\x30','\x0c','\xc1','\x18','\x18','\xc1','\x98','\x18','\xff','\x80','\x00','\x7f','\x00','\x04','\x00','\x40','\x03','\x00','\x30','\x19','\x01','\x90','\x18','\x41','\x84','\x58','\x31','\x83','\x58','\x35','\x83','\xd8','\x85','\x88','\xd8','\xcd','\x8c','\x1f','\xcd','\xfc','\x0f','\x80','\xf8','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc6','\x08','\x3f','\xff','\x92','\x00','\x00','\x63','\x80','\x00','\x33','\x07','\xf8','\x36','\x06','\x18','\x04','\x06','\x18','\x09','\x07','\xf8','\x10','\x80','\x00','\xff','\xd0','\x06','\x7c','\xdf','\xff','\x4c','\xd8','\x06','\x0c','\x18','\x06','\x4c','\x19','\xe6','\x7e','\x19','\x26','\x6d','\x99','\x26','\x6c','\xd9','\x26','\x4c','\xd9','\xe6','\x4c','\x18','\x06','\x8c','\x18','\x06','\x0c','\x18','\x1e','\x0c','\x18','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x1c','\x78','\x0c','\x18','\x1f','\x30','\x18','\xc6','\xc7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x61','\xc0','\x04','\xe1','\x80','\x08','\xc1','\x80','\xc0','\x01','\xff','\xe0','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x7e','\x00','\x00','\x1c','\x00','\x04','\x00','\x38','\x07','\x00','\x30','\x26','\x60','\x30','\x3f','\xf0','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x3f','\xe0','\x36','\x30','\x6f','\xff','\x30','\x60','\x30','\x30','\x60','\x30','\x3f','\xe4','\x30','\x30','\x62','\x30','\x30','\x63','\x30','\x30','\x63','\x30','\xff','\xe3','\x30','\x79','\xe0','\x30','\x43','\x60','\x30','\x03','\x60','\x30','\x06','\x60','\x30','\x0c','\x60','\x30','\x18','\x60','\x30','\x30','\x60','\x30','\xc1','\xe1','\xf0','\x00','\xc0','\x60','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0c','\x0c','\x60','\x0d','\x8c','\x30','\xff','\xdb','\x9c','\x0c','\x33','\x0f','\x0c','\x63','\x26','\x0d','\x9f','\xf0','\x0c','\x03','\x00','\x0f','\x03','\x00','\xfc','\x03','\x0c','\x7c','\xff','\xfe','\x4c','\x00','\x00','\x0c','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x3f','\xf8','\x18','\x30','\x18','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x01','\x80','\x06','\x61','\x80','\x7f','\xf3','\x00','\x06','\x03','\x06','\x06','\x03','\xff','\x06','\x06','\x10','\x06','\x35','\x1c','\xff','\xfd','\x18','\x09','\x89','\x18','\x09','\x91','\x18','\x49','\x81','\x10','\x79','\xc0','\xb0','\x69','\xb0','\xa0','\x69','\x98','\xe0','\x49','\x98','\x40','\x59','\x98','\xe0','\x91','\x80','\xa0','\x11','\x81','\xb0','\x31','\x83','\x18','\x21','\x86','\x1f','\x4f','\x8c','\x0e','\x83','\x30','\x06','\x03','\x00','\x1c','\x03','\x04','\x18','\x06','\x83','\x18','\x06','\x61','\x98','\x0c','\x31','\x98','\x18','\x18','\x18','\x10','\x18','\x18','\x20','\xc0','\x18','\x5f','\xe4','\x18','\x83','\x03','\x18','\x03','\x01','\x98','\x03','\x31','\x98','\x7f','\xf8','\x1a','\x03','\x00','\x1f','\x03','\x00','\x38','\x23','\x41','\xd8','\x3b','\x26','\x18','\x33','\x30','\x18','\x33','\x18','\x18','\x63','\x18','\x18','\x43','\x18','\x18','\x83','\x00','\x18','\x1f','\x00','\x18','\x06','\x00','\x18','\x00','\x70','\x40','\x00','\x60','\x70','\x00','\x66','\xe0','\x1f','\xff','\xc0','\x00','\x61','\x80','\x00','\x63','\x00','\x00','\x66','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x70','\x00','\x01','\xff','\xe0','\x01','\x80','\x60','\x07','\x80','\x60','\x19','\xff','\xe0','\xe1','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\xff','\xe0','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\xc1','\x80','\xff','\xe1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x01','\x81','\x8c','\x03','\x3f','\xfe','\x03','\x01','\x80','\x06','\x01','\x80','\x07','\x01','\x80','\x0e','\xc1','\x80','\x16','\x61','\x80','\x26','\x61','\x80','\xc6','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x86','\x06','\xff','\xff','\x06','\x00','\x00','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x04','\x00','\xc0','\x49','\x00','\xc0','\x31','\xc8','\xc8','\x19','\x8e','\xc4','\x1b','\x0c','\xc6','\x02','\x0c','\xc3','\x04','\x8c','\xc3','\x08','\xc8','\xc3','\xff','\xd8','\xc0','\x7e','\xd0','\xc8','\x46','\x20','\xce','\x06','\x07','\xcc','\x47','\x01','\x9c','\x76','\xc0','\x18','\x66','\x60','\x30','\x66','\x60','\x60','\x46','\x00','\xc0','\x46','\x01','\x80','\x86','\x03','\x00','\x06','\x0c','\x00','\x06','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x20','\x00','\x60','\x38','\x00','\x63','\x70','\x1f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x61','\x80','\x00','\x63','\x00','\x00','\x66','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x30','\x01','\xff','\xf8','\x03','\x80','\x30','\x0d','\x80','\x30','\x31','\x80','\x30','\xc1','\xff','\xf0','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x0c','\x10','\x0e','\x7e','\x1c','\x0c','\x00','\x18','\x0c','\x00','\x52','\x0c','\x06','\x7f','\x0c','\xff','\x42','\x0c','\x00','\x42','\x0c','\x00','\x7e','\xff','\x0c','\x42','\x0c','\x7e','\x42','\x0c','\x00','\x7e','\x8c','\x00','\x42','\x4c','\x0c','\x42','\x6c','\x7e','\x42','\x6c','\x01','\xfe','\x6c','\x00','\xe6','\x0c','\x46','\x0e','\x0c','\x7f','\x0a','\x0c','\x66','\x1a','\x0c','\x66','\x12','\x0c','\x66','\x22','\x0c','\x66','\x42','\x0c','\x7e','\x9e','\x7c','\x66','\x0c','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x01','\xc0','\x40','\x01','\x80','\x30','\x41','\x86','\x18','\x7f','\xff','\x0c','\x60','\x00','\x0c','\x66','\x30','\x00','\x66','\x34','\x00','\x7f','\xfe','\x00','\x66','\x30','\x00','\x66','\x30','\x0c','\x66','\x30','\xfe','\x67','\xf0','\x0c','\x66','\x30','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x4a','\x90','\x0c','\xca','\x48','\x0c','\x9b','\x6c','\x0d','\x33','\x66','\x0c','\x30','\x06','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x09','\x80','\x0c','\x09','\x86','\x4c','\x9f','\xff','\x7f','\x98','\x06','\x4c','\xb0','\x04','\x4c','\xb0','\x08','\x4c','\x87','\x00','\x4c','\x86','\x0c','\x4c','\x86','\x1e','\x4c','\x86','\x38','\x4c','\x86','\x60','\x7f','\x87','\x80','\x4c','\x86','\x00','\x4c','\x06','\x00','\x0d','\x06','\x00','\x0c','\x86','\x00','\x0c','\xc6','\x02','\x0f','\x66','\x02','\xfc','\x66','\x03','\x70','\x67','\xff','\x40','\x03','\xfe','\x00','\x00','\x00','\x00','\x32','\x06','\x7f','\xfb','\xff','\x18','\xc3','\x06','\x18','\xc3','\x0c','\x18','\xc3','\x08','\x18','\xc3','\x18','\x18','\xc3','\x10','\x18','\xc3','\x20','\x18','\xdb','\x20','\xff','\xff','\x10','\x03','\xc3','\x18','\x03','\xc3','\x0c','\x06','\xc3','\x0c','\x06','\xc3','\x06','\x04','\xc3','\x06','\x0c','\xc3','\x06','\x08','\xc3','\x06','\x18','\xc3','\x06','\x10','\xc3','\x3e','\x20','\xc3','\x0c','\xc0','\xc3','\x00','\x07','\xc3','\x00','\x01','\x83','\x00','\x04','\x1c','\xe0','\x07','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xcc','\x0d','\xff','\xfe','\x0c','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x38','\x18','\xc6','\x3b','\xff','\xff','\x58','\x00','\x00','\x98','\x00','\x00','\x18','\x40','\x30','\x18','\x7f','\xf8','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x7f','\xf0','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x7f','\xf0','\x18','\x60','\x30','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x00','\x0c','\x22','\x00','\x0c','\x41','\x80','\x0c','\x80','\xe0','\x0c','\x00','\x70','\x0c','\x00','\x38','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x07','\xe0','\x00','\x00','\xc0','\x00','\x00','\x00','\x04','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x10','\x30','\x06','\x10','\x00','\x06','\x08','\x00','\x06','\x08','\x00','\x06','\x04','\x00','\x06','\x06','\x00','\x0e','\x03','\x00','\x0c','\x03','\x80','\x0c','\x01','\xc0','\x08','\x00','\xe0','\x18','\x00','\x78','\x10','\x00','\x3f','\x20','\x00','\x1e','\xc0','\x00','\x04','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0d','\x98','\x06','\xff','\xdf','\xff','\x0c','\x10','\x06','\x0c','\x30','\x06','\x0c','\x20','\x06','\x1e','\x48','\x06','\x1d','\x86','\x06','\x1c','\xc3','\x06','\x3c','\xc3','\x86','\x2c','\x01','\x86','\x2c','\x01','\x86','\x6c','\x00','\x06','\x4c','\x00','\x06','\x8c','\x00','\x06','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x18','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x8c','\x06','\x2c','\xef','\xff','\x2c','\xc8','\x06','\x2d','\x98','\x06','\x6e','\x10','\x06','\x6c','\x34','\x06','\x4c','\x23','\x06','\xcc','\x41','\x86','\xcc','\x01','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\x06','\x1a','\x00','\x06','\x19','\x80','\x06','\x18','\xc0','\x0c','\x10','\xe0','\x0c','\x30','\x60','\x0c','\x20','\x00','\x18','\x40','\x00','\xf8','\x80','\x00','\x30','\x00','\x00','\x78','\x00','\x1f','\xfc','\x3f','\xfc','\x20','\x04','\x10','\x30','\x02','\x08','\x60','\x22','\x08','\x8c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x3f','\xe0','\x1c','\x30','\x60','\x18','\x30','\x60','\x18','\x3f','\xef','\xff','\x30','\x60','\x18','\x30','\x64','\x18','\x3f','\xe3','\x18','\x30','\x01','\x98','\x30','\x81','\x98','\x30','\x60','\x18','\xff','\xb0','\x18','\x78','\x30','\xf8','\x40','\x00','\x30','\x00','\x19','\x00','\xff','\xfd','\xc0','\x05','\x01','\x80','\x05','\x01','\x80','\x05','\x01','\x86','\x45','\x31','\xff','\x7f','\xfb','\x06','\x65','\x32','\x06','\x65','\x36','\x06','\x65','\x35','\x06','\x65','\x38','\x86','\x6d','\xf0','\xc6','\x68','\xf0','\x66','\x70','\x30','\x66','\x60','\x30','\x66','\x60','\x30','\x06','\x60','\x30','\x06','\x7f','\xf0','\x06','\x60','\x30','\x0e','\x60','\x30','\x0c','\x60','\x30','\x0c','\x7f','\xf0','\x1c','\x60','\x30','\xf8','\x60','\x30','\x30','\x00','\xc0','\x00','\x07','\xe8','\x06','\xfe','\x0f','\xff','\x06','\x4c','\x06','\x46','\x6c','\x06','\x26','\xcc','\x06','\x36','\x8c','\x06','\x37','\x0c','\x06','\x06','\x2c','\x06','\xff','\xff','\xfe','\x06','\x0c','\x86','\x06','\x0c','\x80','\x0f','\x0c','\x80','\x0e','\xcc','\x40','\x1e','\x6c','\x40','\x16','\x6c','\x60','\x36','\x0c','\x20','\x26','\x0c','\x30','\x46','\x0c','\x30','\x86','\x18','\x18','\x06','\x18','\x1c','\x06','\x10','\x0f','\x06','\x20','\x0e','\x06','\xc0','\x06','\x06','\x08','\x18','\x06','\x0f','\xfc','\x0d','\x0c','\x18','\x0c','\xcc','\x18','\x08','\x6c','\x18','\x18','\x6f','\xf8','\x11','\x8c','\x18','\x3f','\xcc','\x18','\x4c','\x0c','\x18','\x8c','\x0f','\xf8','\x0c','\xc3','\x00','\xff','\xe2','\x06','\x0c','\x07','\xff','\x0d','\x04','\x96','\x0d','\xc9','\x16','\x8d','\x91','\x26','\x4d','\x62','\x26','\x6e','\x04','\x46','\x6c','\x08','\x86','\x0c','\x31','\x06','\x0f','\x82','\x0e','\xfe','\x04','\x0c','\x70','\x18','\x7c','\x40','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x0d','\x80','\x30','\x31','\x80','\x30','\xc1','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x01','\x80','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x63','\x80','\x04','\x63','\x00','\x00','\x03','\x30','\x0c','\x03','\xff','\xfe','\x03','\x02','\x0c','\x03','\x02','\x0c','\x03','\x32','\x18','\x7f','\xf9','\x18','\x03','\x01','\x10','\x03','\x01','\x30','\x23','\x40','\xa0','\x3b','\x30','\xe0','\x33','\x18','\x40','\x33','\x0c','\xe0','\x63','\x0c','\xb0','\x43','\x01','\x98','\x83','\x03','\x1f','\x1f','\x06','\x0e','\x06','\x18','\x06','\x00','\xc0','\x0c','\xff','\xef','\xfe','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x20','\xc2','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x63','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x68','\x66','\x86','\x0c','\x60','\xc6','\x04','\x60','\x46','\x01','\x60','\x16','\x02','\x60','\x26','\x0c','\x60','\xc6','\x78','\x67','\x86','\x30','\xe3','\x0e','\x20','\xc2','\x0c','\x07','\xc0','\x7c','\x01','\x80','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc0','\x30','\x01','\xff','\xf8','\x03','\x80','\x30','\x0d','\x80','\x30','\x31','\x80','\x30','\xc1','\xff','\xf0','\x01','\x80','\x30','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x11','\x86','\x46','\x21','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x80','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x18','\x00','\xff','\xfc','\x00','\x18','\xc0','\x0c','\x18','\xdf','\xfe','\x18','\xc4','\x0c','\x18','\xc4','\x0c','\x1f','\xc4','\x0c','\x18','\xc2','\x0c','\x18','\xc2','\x18','\x18','\xc2','\x18','\x18','\xc3','\x18','\x18','\xc1','\x10','\x1f','\xc1','\xb0','\x18','\xc0','\xa0','\x18','\xc0','\xe0','\x18','\xc0','\x40','\x18','\xc0','\xe0','\x18','\xc0','\xa0','\x1f','\xc1','\xb0','\xfc','\xc1','\x18','\x70','\xc2','\x1f','\x40','\xc4','\x0e','\x00','\xd8','\x06','\x00','\xc0','\x00','\x00','\x0e','\x00','\x10','\x0c','\x00','\x10','\x0c','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x01','\xc8','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x04','\x01','\x80','\x03','\x01','\x80','\x01','\x81','\x80','\x01','\xc1','\x80','\x00','\xc1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x00','\x60','\x00','\x03','\xf0','\x00','\x3f','\x00','\x1f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x02','\x18','\x00','\x03','\x98','\x00','\x03','\x18','\x00','\x03','\x18','\x30','\x07','\xff','\xf8','\x06','\x18','\x00','\x0c','\x18','\x00','\x18','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x00','\xd9','\x00','\x01','\x99','\x00','\x01','\x98','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x01','\xc0','\x01','\x91','\x80','\xff','\xdd','\x80','\x18','\x19','\x80','\x18','\x19','\x8c','\x18','\x1f','\xfe','\x19','\x91','\x80','\x1f','\x91','\x80','\x31','\xa1','\x80','\x31','\x81','\x80','\x21','\x81','\x86','\x61','\xff','\xff','\x53','\x07','\xa0','\x8b','\x07','\xa0','\x0e','\x0d','\xa0','\x06','\x0d','\x90','\x04','\x19','\x90','\x0c','\x19','\x98','\x08','\x31','\x8c','\x10','\x61','\x8f','\x20','\xc1','\x86','\x43','\x01','\x86','\x80','\x01','\x80','\x00','\x01','\x80','\x04','\x03','\x80','\x07','\x03','\x00','\x86','\x43','\x00','\x4c','\x43','\x06','\x28','\xff','\xff','\x10','\xc0','\x06','\x39','\x80','\x04','\x69','\x80','\x70','\x8c','\x00','\x60','\x0c','\x00','\x60','\x1e','\x00','\x66','\x16','\xff','\xff','\x16','\x00','\x60','\x36','\x00','\x60','\x26','\x20','\x60','\x46','\x18','\x60','\x86','\x0c','\x60','\x06','\x0c','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x60','\x7c','\x03','\xe0','\x18','\x00','\xc0','\x00','\x03','\x80','\x00','\x23','\x00','\x03','\x3b','\x00','\xff','\xb3','\x00','\x18','\x33','\x0c','\x18','\x3f','\xfe','\x18','\x63','\x00','\x18','\x43','\x00','\x18','\x83','\x00','\xff','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x0f','\x40','\x18','\x0b','\x40','\x18','\x1b','\x20','\x19','\x1b','\x20','\x1e','\x33','\x30','\xf8','\x33','\x18','\x70','\x63','\x1c','\x40','\xc3','\x0f','\x01','\x83','\x0e','\x06','\x03','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x01','\x80','\x18','\x0f','\xc1','\xfc','\xfc','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x1e','\x31','\x8c','\x1d','\x3f','\xfc','\x1d','\xb1','\x8c','\x3d','\xb1','\x8c','\x2c','\x31','\x8c','\x2c','\x3f','\xfc','\x6c','\x01','\x80','\x4c','\x01','\x8c','\x8c','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x23','\x00','\x18','\x3f','\x81','\xfc','\x33','\x3f','\x80','\x33','\x01','\x80','\x33','\x01','\x86','\x33','\xff','\xff','\x33','\x01','\x80','\x3f','\x01','\x80','\x33','\x3f','\xfc','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x33','\x31','\x8c','\x3f','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x33','\x01','\x80','\x33','\x01','\x8c','\x33','\x7f','\xfe','\x33','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x86','\x4f','\xff','\xff','\x86','\x00','\x00','\x07','\x00','\x0c','\x06','\x7f','\xfe','\x06','\x11','\x00','\x7f','\xd1','\x0c','\x06','\x11','\xfe','\x06','\x11','\x0c','\x06','\x1f','\x0c','\x06','\x11','\x4c','\xff','\xf1','\x2c','\x06','\x11','\x38','\x06','\x11','\x18','\x06','\x1f','\x1c','\x26','\x91','\x14','\x37','\xd1','\x36','\x36','\x11','\x26','\x36','\x11','\x23','\x36','\x7f','\x43','\x36','\x39','\x83','\x36','\x21','\x00','\x2e','\x01','\x00','\x66','\x00','\x00','\x43','\xff','\xff','\x40','\xff','\xfe','\x80','\x00','\x00','\x20','\x00','\x06','\x19','\xff','\xff','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x00','\x0c','\xc0','\x00','\x0c','\xc0','\x80','\x8c','\xcc','\x60','\xff','\xfe','\x32','\xcc','\xcc','\x32','\xcc','\xcc','\x04','\xcc','\xcc','\x04','\xc8','\xcc','\x0c','\xd8','\xfc','\x08','\xd0','\x7c','\x18','\xe0','\x0c','\x18','\xc0','\x0c','\x30','\xc0','\x0c','\xf0','\xff','\xfc','\x70','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x38','\xff','\xfc','\x18','\xc0','\x0c','\x04','\x00','\x80','\x03','\x00','\xe0','\x01','\x80','\xc0','\x01','\x81','\x80','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x20','\x00','\x08','\x40','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x08','\x00','\x18','\x0e','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x83','\x06','\x0c','\xff','\xff','\x19','\x83','\x06','\x19','\x83','\x04','\x18','\x7b','\x78','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x7b','\x78','\x98','\x03','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x06','\x00','\x18','\x84','\x06','\x18','\xff','\xff','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc4','\x5e','\x18','\xc4','\x4c','\x00','\x00','\x38','\x00','\x0f','\xfc','\x3f','\xfe','\x40','\x00','\x40','\x70','\x08','\x30','\x60','\x06','\x18','\xc0','\x23','\x18','\x80','\x23','\x01','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x04','\xc0','\x00','\xc8','\xcf','\xff','\xe0','\x01','\x00','\xc0','\x01','\x01','\x80','\x00','\x83','\x00','\x00','\xc6','\x00','\x00','\x6c','\x00','\x00','\x38','\x00','\x00','\x6e','\x00','\x00','\xc7','\xc0','\x03','\x81','\xfe','\x0e','\x00','\x7c','\x70','\x00','\x0c','\x00','\x00','\x00','\x00','\x10','\x0c','\x41','\x9f','\xfe','\x7f','\xd8','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x9f','\xfc','\x61','\x86','\x60','\x61','\x86','\x60','\x7f','\x86','\x60','\x61','\x8e','\x60','\x60','\x0c','\x60','\x00','\x0c','\x60','\x00','\x18','\x62','\x00','\x18','\x62','\x00','\x30','\x62','\x00','\x60','\x63','\x00','\xc0','\x7f','\x03','\x00','\x3e','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x0c','\x7f','\xff','\xfe','\x00','\xc0','\x00','\x00','\xc0','\x30','\x1f','\xff','\xf8','\x00','\xc0','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x70','\x00','\xc0','\x66','\xff','\xff','\xff','\x01','\x80','\x60','\x01','\x80','\x60','\x03','\x20','\x60','\x03','\x18','\x60','\x06','\x0c','\x60','\x0c','\x0c','\x60','\x18','\x00','\x60','\x30','\x00','\x60','\xc0','\x03','\xe0','\x00','\x00','\xc0','\x0e','\x00','\x0c','\x0c','\x00','\xfe','\x0c','\x7f','\xd0','\x0c','\x04','\x1c','\x0c','\x23','\x18','\x0d','\x19','\x30','\xff','\x88','\x20','\x0c','\x40','\x46','\x0c','\x7f','\xff','\x0c','\xc0','\x06','\x0c','\xc0','\x04','\x0c','\x00','\x30','\x0f','\x3f','\xf8','\xfc','\x08','\x30','\x7c','\x08','\x30','\x4c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x02','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x7c','\x30','\x1e','\x19','\xc0','\x06','\x1c','\x1c','\x0e','\x18','\x18','\x0c','\x18','\x19','\x0c','\x19','\xff','\x8c','\x18','\x18','\x0c','\xff','\x18','\x0c','\x18','\x18','\xff','\x18','\xff','\x0c','\x18','\x00','\x0c','\x3c','\x83','\x0c','\x3a','\xff','\x8c','\x3a','\xc3','\x4c','\x38','\xc3','\x6c','\x78','\xc3','\x6c','\x58','\xff','\x0c','\x58','\x04','\x0c','\x98','\x87','\x0c','\x18','\x46','\x0c','\x18','\x64','\x0c','\x18','\x64','\x0c','\x18','\x09','\x8c','\x1b','\xfe','\x0c','\x19','\xe0','\x7c','\x19','\x00','\x18','\x08','\x00','\x0c','\x0e','\x00','\xfe','\x0c','\x3f','\x88','\x08','\x02','\x0e','\x92','\x11','\x8c','\x63','\x8c','\x98','\x33','\x04','\x10','\x36','\x10','\x26','\x04','\x1f','\xff','\x09','\x30','\x06','\x10','\xb0','\x04','\xff','\xc0','\x30','\x7c','\xdf','\xf8','\x4c','\xc4','\x30','\x0c','\x04','\x30','\x4c','\x04','\x60','\x7e','\x02','\x60','\x6d','\x82','\xc0','\x6c','\xc1','\x80','\x4c','\xc3','\xc0','\x4c','\x06','\x70','\x8c','\x0c','\x3f','\x0c','\x18','\x1e','\x0c','\x60','\x06','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\x99','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x20','\x40','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x7c','\x30','\x00','\x18','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x38','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x68','\x06','\x60','\x68','\x06','\x60','\x68','\x06','\x60','\x6c','\x06','\x60','\x44','\x06','\x60','\xc6','\x06','\x60','\x83','\x06','\x61','\x83','\x86','\x61','\x01','\xf6','\x62','\x00','\xe6','\x6c','\x00','\x66','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x01','\xc0','\x00','\x01','\x80','\x0c','\x39','\xbf','\xfe','\x31','\x84','\x0c','\x31','\x84','\x0c','\x31','\x84','\x0c','\x31','\x84','\x0c','\x31','\x84','\x18','\x31','\x82','\x18','\x31','\x82','\x18','\x31','\x82','\x30','\x31','\x83','\x30','\x31','\x81','\x60','\x31','\x81','\x60','\x31','\x81','\xc0','\x33','\x80','\x80','\x3d','\x81','\xc0','\xf1','\x81','\x60','\x61','\x83','\x70','\x41','\x86','\x38','\x01','\x8c','\x1f','\x01','\x98','\x0e','\x01','\xe0','\x06','\x01','\x80','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x1c','\x0c','\x18','\x18','\x0c','\x18','\x19','\x8c','\x19','\xff','\xcc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\xcc','\x1b','\xff','\xec','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x83','\x0c','\x18','\xff','\x8c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x20','\xc3','\x0c','\x60','\x00','\x0c','\x40','\x00','\x7c','\x80','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\xc8','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x40','\x0e','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x0c','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x03','\x81','\xc0','\x03','\x01','\x90','\x03','\x01','\x8c','\x03','\x19','\x86','\xff','\xfd','\x86','\x00','\x01','\x80','\x00','\x01','\x86','\x1f','\xef','\xff','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\xf0','\x18','\x61','\xe0','\x18','\x61','\xe0','\x1f','\xe1','\x60','\x03','\x01','\x60','\x23','\x03','\x60','\x3b','\x83','\x60','\x33','\x63','\x60','\x33','\x32','\x62','\x63','\x36','\x62','\x43','\x04','\x62','\x83','\x0c','\x63','\x1f','\x18','\x7f','\x06','\x60','\x3e','\x07','\x00','\x0e','\x06','\x0e','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x26','\x8d','\x0c','\x26','\x4c','\x8c','\x26','\x4c','\xcc','\x66','\x6c','\xec','\x66','\x6c','\x6c','\xc6','\x6c','\x6c','\xc6','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x18','\x0c','\x0c','\x10','\x0c','\x0c','\x20','\x00','\x0c','\xc0','\x00','\x0c','\x08','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x0f','\xff','\x19','\xd8','\x30','\x19','\x94','\x30','\x19','\xa4','\x60','\x39','\xc2','\xc0','\x39','\x81','\x80','\x59','\x83','\xc0','\x59','\x86','\x78','\x99','\x98','\x1f','\x19','\xe1','\x06','\x19','\x83','\x80','\x19','\x86','\x20','\x19','\x98','\x70','\x19','\x80','\xe0','\x19','\x81','\x86','\x19','\x86','\x0f','\x19','\x98','\x1c','\x18','\x00','\x70','\x18','\x01','\xc0','\x18','\x0e','\x00','\x18','\x70','\x00','\x00','\xc0','\xe0','\x07','\xe0','\xc0','\x7e','\x00','\xc4','\x06','\x04','\xc7','\x06','\x64','\xc6','\xff','\xf4','\xc4','\x06','\x0c','\xc8','\x0f','\x0c','\xc0','\x0e','\xc1','\xa0','\x1e','\x61','\xa0','\x16','\x63','\x10','\x26','\x03','\x18','\xc6','\x06','\x0c','\x06','\x0c','\x0f','\x06','\x30','\x06','\x00','\x00','\x00','\x01','\xc8','\x00','\x11','\x84','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x60','\xff','\xcc','\x30','\x0c','\x18','\x1c','\x0c','\x30','\x0f','\x0c','\x60','\x66','\x0d','\x9f','\xf0','\x0c','\x00','\x00','\x0f','\x00','\x00','\xfc','\x00','\x00','\x7c','\x20','\x18','\x4c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x7c','\x30','\x18','\x18','\x30','\x18','\x10','\x38','\x07','\x0c','\x31','\xc6','\x06','\x31','\x86','\x06','\x31','\x86','\x00','\x31','\x86','\x80','\x31','\x86','\x60','\x31','\x86','\x30','\x35','\xa6','\x30','\xb5','\xa6','\x04','\xb5','\xb6','\x04','\xb5','\xb6','\x05','\xb5','\x96','\x09','\xb1','\x86','\x09','\xb1','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x30','\x31','\x86','\xf0','\x31','\x86','\x70','\x31','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x40','\x06','\x38','\x80','\x06','\x1b','\x00','\x06','\x00','\x00','\xe0','\x00','\x0f','\xf0','\x0f','\xfe','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x80','\x03','\x98','\xe0','\x07','\x18','\x7f','\x0c','\x00','\x1e','\x30','\x03','\x06','\xcf','\xff','\x80','\x00','\xc3','\x00','\x00','\xc3','\x18','\x00','\xc7','\xfc','\x01','\x86','\x18','\x01','\x86','\x18','\x03','\x00','\x18','\x06','\x00','\x18','\x0c','\x00','\x30','\x18','\x01','\xf0','\x60','\x00','\x60','\x00','\xc1','\xc0','\x07','\xe1','\x80','\x7e','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x84','\x06','\x09','\x87','\x06','\xc9','\x86','\xff','\xe9','\x8c','\x06','\x19','\x88','\x06','\x19','\x90','\x0e','\x31','\x80','\x0f','\x31','\x80','\x0e','\xc3','\x40','\x1e','\x63','\x40','\x16','\x63','\x40','\x36','\x02','\x20','\x26','\x06','\x20','\x46','\x06','\x30','\x86','\x04','\x30','\x06','\x0c','\x18','\x06','\x08','\x1c','\x06','\x10','\x0f','\x06','\x20','\x0e','\x06','\xc0','\x06','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x04','\x06','\x18','\x49','\x0f','\xfc','\x31','\xcc','\x18','\x19','\x8a','\x18','\x1b','\x12','\x30','\x02','\x21','\x60','\x04','\x80','\xc0','\x08','\x41','\x80','\xff','\xe3','\x60','\x7e','\x66','\x38','\x46','\x0c','\x1f','\x06','\x31','\x06','\x47','\x00','\xc0','\x76','\xc0','\x60','\x66','\x60','\x60','\x66','\x60','\x00','\x46','\x06','\x00','\x46','\x01','\xc0','\x86','\x00','\x70','\x06','\x00','\x38','\x06','\x00','\x18','\x08','\x00','\xc0','\x0e','\x00','\x84','\x0c','\x1f','\xfe','\x08','\x00','\x84','\x92','\x00','\x84','\x63','\xbf','\xff','\x33','\x00','\x84','\x36','\x00','\x84','\x04','\x1f','\xfc','\x0a','\x00','\x80','\x11','\x38','\x87','\xff','\xb4','\x96','\x7d','\xb6','\xb6','\x4c','\x32','\xa6','\x0c','\x30','\x86','\x4e','\x3f','\xfe','\x7d','\x31','\x86','\x6d','\xb1','\xc6','\x6d','\xb2','\xa6','\x4c','\x22','\xb6','\x4c','\x24','\x96','\x8c','\x68','\x96','\x0c','\x40','\x86','\x0c','\x80','\x06','\x00','\x60','\x06','\xff','\xf7','\xff','\x00','\x60','\x06','\x20','\x62','\x06','\x1c','\x61','\xc6','\x0c','\x60','\xc6','\x00','\x60','\x16','\x01','\x60','\x66','\x06','\x67','\xc6','\x7c','\x63','\x06','\x30','\x02','\x06','\x20','\x20','\x00','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x20','\x00','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc3','\x00','\x01','\x81','\xc0','\x03','\x00','\xfe','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x04','\x20','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x20','\x60','\x06','\x18','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x1c','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x18','\x18','\x60','\x10','\x00','\x60','\x20','\x03','\xe0','\xc0','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\xa1','\x80','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\xcc','\x80','\x00','\xcc','\xc0','\x01','\x8c','\x90','\x01','\x8c','\x90','\x03','\x0f','\xfa','\x06','\x0d','\x8a','\x0c','\x0c','\x03','\x30','\x0f','\xff','\xc0','\x07','\xfe','\x00','\x20','\x00','\x00','\x38','\x00','\x10','\x30','\x18','\x1f','\xff','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x1a','\xff','\xff','\xff','\x04','\x08','\x00','\x07','\x0e','\x08','\x06','\x1c','\x0e','\x0c','\x38','\x1c','\x18','\xf4','\x38','\x33','\x34','\x60','\xc0','\x32','\x80','\x02','\x33','\x00','\x03','\xb1','\x80','\x07','\x30','\xc0','\x0e','\x30','\x70','\x1c','\x30','\x3f','\x30','\x30','\x1e','\xc0','\x30','\x06','\x00','\x30','\x00','\x07','\x03','\x00','\x06','\x22','\x04','\x7f','\xf3','\xfe','\x10','\x82','\x00','\x08','\xc3','\xfc','\x09','\x10','\x04','\xff','\xfb','\xfc','\x00','\x02','\x00','\x3f','\xc3','\xfc','\x20','\x42','\x00','\x3f','\xc3','\xf8','\x20','\x42','\x02','\x3f','\xc3','\xfb','\x20','\x42','\x03','\x23','\xc1','\xfe','\x21','\x9c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x18','\x03','\xc2','\x60','\x1c','\xc1','\x80','\xe0','\xc0','\xf0','\x0f','\xfe','\x3f','\x03','\xe0','\x0e','\x20','\x84','\x10','\x38','\xc7','\x18','\x31','\x06','\x20','\x3f','\xf7','\xff','\x61','\x0c','\x20','\x7f','\xef','\xfc','\xa1','\x14','\x20','\x3f','\xe7','\xfc','\x21','\x04','\x20','\x3f','\xff','\xff','\x20','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x02','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x43','\x1c','\x70','\x7f','\x98','\x60','\x63','\x18','\x64','\x63','\x19','\x66','\x63','\xff','\xe6','\x63','\x00','\x60','\x63','\x7e','\x66','\x63','\x43','\xff','\x63','\x42','\x60','\x7f','\x42','\x60','\x0c','\x42','\x58','\x0c','\x42','\x50','\x6c','\x7e','\x50','\x4f','\x18','\x50','\x4c','\x18','\x50','\x4c','\x9c','\x50','\x4c','\xda','\x50','\x4c','\xdb','\x50','\x4c','\xd9','\x52','\x4e','\x98','\xd2','\x4c','\x98','\x92','\xf9','\x18','\x93','\x70','\x79','\x1f','\x40','\x32','\x0e','\x07','\x04','\x0c','\x06','\x07','\xfe','\x06','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x26','\x47','\xfc','\x3f','\xe0','\x00','\x26','\x40','\x06','\x26','\x5f','\xff','\x26','\x46','\x0c','\x3f','\xc6','\x0c','\x26','\x47','\xfc','\x26','\x46','\x0c','\x26','\x46','\x0c','\x3f','\xc6','\x0c','\x26','\x47','\xfc','\x06','\x06','\x0c','\x06','\x66','\x0c','\xff','\xf6','\x0f','\x06','\x07','\xfc','\x06','\x3e','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x00','\x40','\x0c','\x40','\x7f','\xfe','\x30','\x60','\x0c','\x18','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x6f','\xec','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x6f','\xec','\x0c','\x60','\x0c','\xfe','\x60','\x0c','\x0c','\x67','\xcc','\x0c','\x64','\x4c','\x0c','\x64','\x4c','\x0c','\x44','\x4c','\x0c','\xc7','\xcc','\x0c','\x80','\x0c','\x0d','\x00','\x7c','\x0c','\x00','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x10','\xc6','\x18','\x1f','\xff','\xfc','\x18','\xc6','\x18','\x18','\xc6','\x18','\x19','\x86','\x18','\x19','\x87','\xf8','\x1b','\x03','\xf8','\x1c','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x00','\x63','\x03','\xff','\xf2','\x32','\x0a','\x02','\x22','\x0a','\x02','\x22','\x0a','\x02','\x22','\x4a','\x42','\x22','\x7f','\xe2','\x22','\x6a','\xc2','\x22','\x6a','\xca','\x22','\x6a','\xca','\xaa','\x6a','\xca','\xaa','\x6b','\xda','\xaa','\x70','\xda','\xaa','\x60','\xda','\xaa','\x60','\xc2','\x22','\x60','\xc2','\x22','\x7f','\xc2','\x22','\x60','\xc6','\x22','\x60','\xc4','\x22','\x60','\xc4','\x22','\x60','\xcc','\x22','\x7f','\xc8','\x22','\x60','\x10','\x22','\x60','\x20','\x02','\x02','\x04','\x00','\x03','\x87','\x00','\x03','\x06','\x00','\x06','\x08','\x30','\x0f','\xff','\xf8','\x1c','\x08','\x00','\x3c','\x08','\x00','\xcf','\xff','\xe0','\x0c','\x08','\x00','\x0c','\x08','\x00','\x0f','\xff','\xe0','\x0c','\x08','\x00','\x0c','\x08','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\xd9','\x00','\x03','\x98','\xc0','\x06','\x18','\x70','\x18','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x00','\xc1','\x00','\xff','\xe1','\xc0','\x0a','\x09','\x86','\x0a','\x0f','\xff','\x0a','\x0c','\x46','\x4a','\x4c','\x46','\x7f','\xec','\x46','\x6a','\xcf','\xfe','\x6a','\xcc','\x46','\x6a','\xcc','\x46','\x6a','\xcc','\x46','\x6b','\xcf','\xfe','\x70','\xc0','\x60','\x60','\xc4','\x68','\x60','\xc7','\x6c','\x60','\xc6','\x68','\x7f','\xc6','\x6a','\x60','\xc6','\x7f','\x60','\xc6','\x69','\x60','\xc4','\x60','\x60','\xcc','\x62','\x7f','\xc8','\x63','\x60','\x10','\x7f','\x60','\x60','\x3e','\x02','\x03','\x80','\x03','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1c','\x03','\x06','\x1d','\xff','\xff','\x2c','\x03','\x00','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x04','\x08','\x00','\x07','\x06','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x19','\xff','\xfe','\x18','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x00','\x18','\x03','\x18','\x18','\xff','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x71','\x00','\x00','\x60','\xc0','\x00','\x40','\x60','\x00','\x83','\xb0','\x3f','\xfe','\x38','\x1f','\xc6','\x18','\x10','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x20','\x10','\x07','\x10','\x1c','\x0e','\x18','\x38','\x0c','\x0c','\x30','\x18','\x0c','\x60','\x24','\x00','\x40','\x47','\x00','\x8c','\x86','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x43','\x00','\x38','\x73','\x0c','\x58','\x63','\xfe','\x98','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\xd3','\x00','\x18','\xcb','\x00','\x18','\x87','\x00','\x19','\x83','\xc0','\x19','\x00','\xff','\x1a','\x00','\x3e','\x00','\x0e','\x00','\x00','\x0c','\x80','\x00','\x0c','\x60','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x20','\x07','\x0c','\x38','\x06','\x0c','\x30','\x06','\x0c','\x60','\x06','\x44','\x60','\xff','\xe6','\xc0','\x06','\x06','\xc0','\x06','\x03','\x80','\x06','\x01','\x00','\x0c','\x03','\x82','\x0c','\x06','\xc2','\x18','\x0c','\xe2','\x10','\x18','\x72','\x20','\x30','\x3f','\x40','\xc0','\x1f','\x03','\x00','\x06','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x03','\x00','\x00','\x64','\x00','\x00','\x18','\x00','\x00','\x0c','\x0c','\x7f','\xff','\xfe','\x00','\x6c','\x18','\x00','\xcc','\x20','\x01','\x8c','\x40','\x03','\x0c','\x00','\x0c','\x0c','\x00','\x70','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x06','\x32','\xff','\xff','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x01','\x80','\x06','\x39','\x80','\x00','\x31','\x98','\x00','\x31','\xfc','\x80','\x31','\x80','\x60','\x31','\x80','\x32','\x31','\x80','\x32','\x31','\x86','\x07','\xff','\xff','\x04','\x00','\x00','\x0c','\x40','\x0c','\x08','\x30','\x1e','\x18','\x18','\x30','\x18','\x18','\x40','\x30','\x00','\x00','\xf0','\x00','\x00','\x70','\x04','\x40','\x30','\x08','\x30','\x30','\x30','\x1c','\x31','\xe0','\x0e','\x38','\xc0','\x06','\x18','\x80','\x06','\x08','\x20','\xe0','\x84','\x38','\xc8','\x46','\x30','\xc4','\x66','\x20','\xc6','\x60','\x40','\xc6','\x00','\x00','\xc0','\x7f','\xf0','\xc6','\x62','\x3f','\xff','\x62','\x30','\xc0','\x7f','\xf0','\xc0','\x62','\x30','\xc0','\x62','\x30','\xc0','\x7f','\xf1','\xc0','\x00','\x01','\xa0','\xff','\xfd','\xa0','\x00','\x01','\xa0','\x40','\x61','\x10','\x7f','\xf3','\x10','\x60','\x63','\x18','\x60','\x62','\x08','\x60','\x66','\x0c','\x7f','\xe4','\x0f','\x60','\x08','\x06','\x00','\x30','\x06','\x08','\x10','\x04','\x0e','\x1d','\x07','\x0c','\x18','\x86','\x08','\x30','\x84','\x90','\x20','\xcc','\x64','\x40','\xc8','\x37','\x10','\x08','\x36','\x1c','\x12','\x0c','\x1b','\xff','\x0a','\x18','\x30','\x11','\x30','\x30','\xff','\xb0','\x30','\x7c','\xb3','\xb0','\x4c','\x73','\x36','\x0c','\xb3','\x3f','\x4c','\x33','\x30','\x7e','\x33','\x30','\x6d','\x33','\x30','\x6d','\xb3','\x30','\x4d','\xb3','\x30','\x4c','\x32','\xb0','\x8c','\x32','\x70','\x0c','\x32','\x3f','\x0c','\x34','\x0e','\x00','\x00','\xe0','\x00','\x0f','\xf0','\x0f','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc6','\x08','\x7f','\xff','\x18','\x61','\x00','\x10','\x01','\xc0','\x21','\x81','\x90','\x3f','\xc1','\x08','\x46','\x02','\x0c','\x86','\x1f','\xf6','\x06','\x4f','\x06','\x7f','\xe8','\x00','\x06','\x02','\x38','\x06','\x83','\xb0','\x46','\xe3','\x30','\x26','\xc3','\x30','\x36','\x83','\x30','\x37','\x03','\x30','\x06','\x66','\x32','\x07','\x86','\x32','\xfe','\x0c','\x33','\x70','\x18','\x3f','\x40','\x60','\x1e','\x03','\x80','\x00','\x03','\x00','\x0c','\x03','\x0f','\xfe','\x03','\x02','\x0c','\x03','\x32','\x0c','\x03','\xfa','\x0c','\x03','\x02','\x0c','\x03','\x02','\x18','\x03','\x01','\x18','\x03','\x19','\x18','\xff','\xfd','\x18','\x03','\x01','\xb0','\x03','\x00','\xb0','\x23','\x40','\xa0','\x3b','\x20','\xe0','\x33','\x30','\x40','\x33','\x18','\xe0','\x23','\x18','\xa0','\x63','\x19','\xb0','\x43','\x03','\x18','\x83','\x02','\x1c','\x03','\x04','\x0f','\x1f','\x08','\x0e','\x06','\x30','\x06','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x03','\x30','\x1b','\xff','\xb0','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x20','\x30','\x18','\x63','\x30','\x18','\x7f','\xb0','\x18','\xc3','\x30','\x18','\x82','\x30','\x19','\x46','\x30','\x1a','\x24','\x30','\x18','\x2c','\x32','\x18','\x08','\x32','\x30','\x10','\x12','\x30','\x20','\x1a','\x30','\x40','\x1a','\x20','\x80','\x0a','\x63','\x00','\x0e','\x40','\x00','\x07','\x80','\x00','\x03','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x0c','\x64','\x00','\x10','\x67','\x00','\x06','\x06','\xff','\xff','\x06','\x01','\x80','\x0c','\x01','\x00','\x0c','\x22','\x0c','\x1c','\x3f','\xfe','\x1c','\x30','\x0c','\x3c','\x30','\x0c','\x2c','\x30','\x0c','\x4c','\x30','\x0c','\x8c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x10','\x38','\x00','\x0c','\x30','\x06','\x06','\x31','\xff','\x06','\x30','\x46','\x00','\x32','\x46','\x00','\x3f','\x46','\x80','\x30','\x46','\x60','\x30','\x46','\x32','\x30','\x46','\x32','\x33','\x46','\x07','\xff','\xcc','\x04','\x30','\x6c','\x0c','\x30','\x2c','\x09','\x34','\x2c','\x19','\xf2','\x28','\x19','\xb3','\x38','\x31','\xb3','\x10','\xf1','\x33','\x38','\x73','\x30','\x28','\x32','\x30','\x68','\x34','\x30','\x4c','\x30','\x30','\x8f','\x39','\xf1','\x06','\x18','\x66','\x06','\x0e','\x00','\x00','\x0c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x01','\x98','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x0c','\x1f','\xfc','\x0e','\x00','\x60','\x1d','\x84','\x60','\x2c','\xc7','\x60','\xcc','\xc6','\x60','\x0c','\x06','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x62','\x0c','\x08','\x62','\x0c','\x18','\x62','\x0c','\x10','\x63','\x0c','\x20','\x7f','\x0c','\xc0','\x3e','\x08','\x01','\xc0','\x0e','\x21','\x80','\x0c','\x21','\x86','\x08','\x7f','\xff','\x90','\xc0','\x0c','\x64','\xd0','\x10','\x37','\x1c','\x02','\x36','\x1b','\xff','\x0c','\x18','\x60','\x0a','\x10','\x60','\x11','\x32','\x46','\xff','\xb3','\xff','\x7c','\xb3','\x06','\x4c','\x73','\x06','\x0c','\x73','\x06','\x4c','\xb3','\x06','\x7e','\x33','\xfe','\x6d','\x33','\x06','\x6d','\xb3','\x06','\x4c','\xb3','\x06','\x4c','\x33','\x06','\x8c','\x33','\xfe','\x0c','\x33','\x06','\x0c','\x33','\x06','\x00','\x1c','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x1a','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x80','\x01','\x18','\xc0','\x1c','\xd9','\x8e','\x18','\x59','\x0c','\x18','\x1a','\x0c','\x1b','\xff','\xec','\x18','\x38','\x0c','\x18','\x7c','\x0c','\x18','\x5b','\x0c','\x18','\xd9','\x8c','\x11','\x98','\xcc','\x33','\x18','\xec','\x2c','\x18','\x6c','\x40','\x18','\x0c','\x80','\x00','\x0c','\x07','\x01','\xc0','\x06','\x31','\x80','\xff','\xf9','\x80','\x00','\x01','\x98','\x1f','\xcf','\xfc','\x10','\x41','\x98','\x10','\x41','\x98','\x1f','\xc5','\x98','\x00','\x03','\x18','\x7f','\xf1','\x9a','\x00','\x63','\xda','\x02','\x82','\xca','\xff','\xe4','\x0e','\x73','\x08','\x07','\x43','\x30','\x03','\x0f','\x00','\x00','\x06','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x31','\x80','\xff','\xf9','\x80','\x00','\x01','\x98','\x1f','\xcf','\xfc','\x10','\x41','\x98','\x10','\x41','\x98','\x1f','\xc5','\x18','\x00','\x03','\x18','\x7f','\xe1','\x9a','\x00','\xc3','\x9a','\x02','\x82','\xca','\xff','\xe6','\xce','\x73','\x04','\x06','\x43','\x08','\x07','\x0f','\x10','\x03','\x06','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x00','\x1c','\x00','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x08','\x1c','\x00','\x0e','\x18','\x0c','\x1c','\x19','\x3e','\x18','\x19','\x80','\x30','\x18','\x80','\x60','\x18','\x00','\x89','\xff','\x80','\x0e','\x18','\x00','\x0c','\x18','\x06','\x18','\x18','\x7f','\x18','\x98','\x18','\x38','\xfa','\x18','\x38','\xd9','\x18','\x58','\xd9','\x18','\x98','\x99','\x98','\x18','\x99','\x98','\x19','\x99','\x98','\x19','\x19','\x98','\x1a','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x00','\x30','\x00','\x03','\xa0','\x40','\x03','\x10','\x30','\x03','\x18','\x18','\x03','\x18','\x0c','\x03','\x00','\x0c','\x03','\x06','\x01','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x23','\x20','\x0c','\x3b','\x10','\xfe','\x33','\x18','\x0c','\x33','\x0c','\x0c','\x23','\x0c','\x0c','\x63','\x06','\x0c','\x43','\x06','\x0c','\x83','\x06','\x0d','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x04','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x40','\x06','\x08','\x30','\x0c','\x10','\x18','\x0d','\xff','\xec','\x18','\xfc','\x0c','\x18','\xa0','\xe0','\x38','\x38','\xc0','\x38','\x30','\xc0','\x58','\x68','\xfe','\x98','\xce','\x7e','\x1b','\x1c','\x00','\x18','\x18','\x30','\x18','\x3f','\xf8','\x18','\x68','\x60','\x18','\xc8','\xc0','\x19','\x85','\x80','\x1a','\x07','\x00','\x18','\x0d','\x80','\x18','\x18','\xe0','\x18','\x30','\x7f','\x18','\xc0','\x1e','\x1b','\x00','\x06','\x00','\x04','\x00','\x0c','\x07','\x00','\x08','\x06','\x20','\x08','\x04','\x18','\x08','\x08','\x0c','\x49','\x7f','\xf6','\x49','\x3e','\x06','\x49','\x28','\x70','\x49','\x0e','\x60','\x49','\x0c','\x60','\x49','\x18','\x7e','\x49','\x34','\x3e','\x49','\xc7','\x00','\x49','\x06','\x18','\x49','\x0f','\xfc','\x49','\x18','\x30','\x49','\x34','\x60','\x49','\xc2','\xc0','\x7f','\x03','\x80','\x41','\x06','\xc0','\x40','\x0c','\x70','\x00','\x18','\x3f','\x00','\x60','\x1e','\x01','\x80','\x06','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x30','\x1f','\xff','\xf8','\x00','\xc2','\x00','\x00','\xc2','\x00','\x01','\x81','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x02','\x00','\x60','\x07','\xff','\xf0','\x0d','\x81','\xb8','\x19','\x81','\x9f','\x31','\x81','\x8e','\xc1','\xff','\x86','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x00','\x00','\x1c','\x46','\x03','\xfe','\x7f','\x7f','\x08','\x66','\x04','\x0e','\x66','\x43','\x0c','\x66','\x31','\x98','\x66','\x19','\x90','\x7e','\x98','\x26','\x66','\xff','\xff','\x67','\x80','\x06','\x67','\xa0','\x38','\x66','\x36','\x30','\x66','\x3e','\x34','\x7e','\x67','\xfe','\x66','\x45','\x30','\x66','\x8d','\x30','\x67','\x4d','\x30','\x66','\x39','\x32','\x66','\x1f','\xff','\x7e','\x30','\x30','\x66','\x20','\x30','\x60','\x40','\x30','\x00','\x80','\x30','\x03','\x00','\x30','\x00','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x20','\x0c','\x04','\x18','\x0c','\x88','\x0c','\xff','\xff','\xf6','\x00','\x3e','\x06','\x02','\x28','\x70','\x43','\x8e','\x60','\x23','\x0c','\x60','\x23','\x18','\x7e','\x33','\x34','\x3e','\x32','\x47','\x00','\x32','\x06','\x18','\x02','\x0f','\xfc','\x04','\x0c','\x18','\x05','\x98','\x30','\xfe','\x34','\x60','\x70','\x62','\xc0','\x40','\x83','\x80','\x00','\x06','\xe0','\x00','\x0c','\x7f','\x00','\x30','\x1e','\x00','\xc0','\x06','\x00','\x00','\x78','\x00','\x3f','\xfc','\x3f','\xf8','\x20','\x04','\x10','\x38','\x03','\x08','\x30','\x21','\x8c','\x20','\x21','\x8c','\x46','\x7f','\xff','\xff','\x64','\x00','\x0c','\xc7','\x00','\x70','\xc6','\x30','\x60','\x0f','\xf0','\x64','\x0c','\x3f','\xfe','\x18','\x6c','\x60','\x34','\x6c','\x60','\x66','\xcc','\x60','\x86','\xcc','\x60','\x01','\x8c','\x66','\x03','\x3f','\xff','\x06','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x30','\x00','\x60','\xc0','\x00','\x60','\x40','\xc2','\x00','\x7f','\xe3','\x80','\x62','\x03','\x10','\x62','\x02','\x08','\x62','\x04','\x0c','\x7f','\xbf','\xf6','\x62','\x1e','\x06','\x62','\x14','\x30','\x62','\x07','\x30','\x7f','\x86','\x30','\x62','\x0c','\x3f','\x62','\x1a','\x1f','\x62','\x23','\x80','\x7f','\xc3','\x18','\x60','\x43','\xfc','\x01','\x46','\x18','\x55','\x44','\x18','\x55','\x4a','\x30','\x54','\x51','\x60','\xd0','\xc1','\xc0','\xc0','\xc3','\x70','\x01','\x86','\x3f','\x0f','\x8c','\x1e','\x03','\x30','\x06','\x00','\x10','\x00','\x40','\x1c','\x80','\x30','\x18','\xe0','\x18','\x38','\xc0','\x18','\x30','\x80','\x18','\x61','\x0c','\x00','\x7f','\xfe','\x00','\xe1','\x80','\x01','\x61','\x80','\x02','\x61','\x80','\x00','\x61','\x98','\x04','\x7f','\xfc','\x04','\x61','\x80','\x08','\x61','\x80','\x18','\x61','\x80','\x30','\x61','\x98','\xf0','\x7f','\xfc','\x70','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x38','\x7f','\xff','\x18','\x60','\x00','\x00','\x60','\x00','\x04','\x00','\x1c','\x07','\x41','\xfe','\x0e','\x7f','\x80','\x0c','\x60','\x00','\x18','\x60','\xe0','\x30','\x60','\xc0','\x64','\x60','\xc6','\x87','\x7f','\xff','\x0e','\x60','\xc0','\x0c','\x60','\xc0','\x18','\x68','\xcc','\x38','\x6f','\xfe','\x58','\x6c','\x0c','\x98','\x6c','\x0c','\x18','\x6f','\xfc','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\x8f','\xfc','\x19','\x8c','\x0c','\x19','\x0c','\x0c','\x1a','\x0c','\x0c','\x18','\x0f','\xfc','\x18','\x0c','\x0c','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x1a','\x0c','\x0c','\x13','\xfe','\x0c','\x23','\x0c','\x0c','\x43','\x0c','\x0c','\x83','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\xfc','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\xfc','\x0c','\x03','\x0c','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x01','\xf0','\x00','\x00','\x60','\x0e','\x00','\x1c','\x0c','\x21','\xfe','\x0c','\x3f','\x80','\x0c','\x30','\x00','\x0d','\xb0','\xe0','\xff','\xf0','\xc0','\x0c','\x30','\xc6','\x0c','\x3f','\xff','\x0c','\x30','\xc0','\x1e','\x30','\xc0','\x1d','\x34','\xcc','\x1d','\xb7','\xfe','\x3d','\xb6','\x0c','\x2c','\x36','\x0c','\x2c','\x37','\xfc','\x6c','\x66','\x0c','\x4c','\x66','\x0c','\x8c','\x66','\x0c','\x0c','\x47','\xfc','\x0c','\xc6','\x0c','\x0c','\x86','\x0c','\x0d','\x06','\x0c','\x0c','\x07','\xfc','\x0c','\x06','\x0c','\x00','\x04','\x00','\x00','\xc7','\x00','\xff','\xe6','\x00','\x18','\x06','\x00','\x18','\x0c','\x06','\x18','\x0f','\xff','\x19','\x98','\x06','\x1f','\x90','\x06','\x31','\xaf','\xe6','\x31','\xcc','\x66','\x31','\x8c','\x66','\x29','\x8c','\x66','\x65','\x8f','\xe6','\x47','\x0c','\x66','\x83','\x0c','\x66','\x02','\x0c','\x66','\x06','\x0f','\xe6','\x04','\x0c','\x66','\x0c','\x0c','\x06','\x08','\x00','\x0e','\x10','\x00','\x0c','\x20','\x00','\x1c','\x40','\x00','\xf8','\x80','\x00','\x30','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x30','\x80','\x3f','\xf8','\x60','\x30','\x30','\x32','\x30','\x30','\x32','\x30','\x30','\x04','\x3f','\xf0','\x04','\x00','\x00','\x0c','\x00','\x18','\x08','\xff','\xfc','\x18','\x00','\x30','\x18','\x02','\xc0','\x30','\x03','\x06','\xf3','\xff','\xff','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x1f','\x00','\x18','\x06','\x00','\x10','\x20','\x80','\x0c','\x38','\xe0','\x06','\x30','\xc0','\x86','\x31','\x0c','\x60','\x7f','\xfe','\x32','\x61','\x80','\x32','\x61','\x88','\x04','\xff','\xfc','\x04','\xe1','\x80','\x09','\x61','\x88','\x1a','\x7f','\xfc','\xf0','\x61','\x80','\x70','\x61','\x80','\x30','\x61','\x86','\x30','\x7f','\xff','\x38','\x60','\x00','\x18','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x21','\x0c','\x86','\x19','\xfe','\xff','\x0d','\x8c','\xc6','\x0d','\x8c','\xc6','\x01','\xfc','\xfe','\x01','\x8c','\xc6','\x81','\x8c','\xc6','\x61','\x8c','\xc6','\x31','\xfc','\xfe','\x35','\x80','\x06','\x05','\x80','\x06','\x05','\x9f','\xe6','\x09','\x83','\x06','\x09','\x83','\x06','\x19','\x83','\x06','\x19','\x9f','\xe6','\x31','\x83','\x06','\xf1','\x83','\x06','\x71','\x83','\x06','\x31','\x9f','\xe6','\x31','\x80','\x06','\x31','\x80','\x06','\x39','\x80','\x3e','\x19','\x80','\x0c','\x00','\x00','\x70','\x00','\x03','\xf8','\x10','\x7f','\x00','\x1f','\xc0','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x86','\x18','\x18','\xff','\xfc','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xff','\xf8','\x18','\xc0','\x18','\x30','\xc0','\x18','\x30','\xff','\xf8','\x20','\xc0','\x18','\x60','\xc0','\x18','\x40','\xc0','\x18','\x80','\xff','\xf8','\x00','\xc0','\x18','\x00','\xc0','\x18','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x8c','\x08','\x01','\xbe','\x92','\x01','\xe0','\x63','\x87','\x80','\x33','\x39','\x80','\x36','\x01','\x80','\x04','\x01','\x8e','\x09','\x1d','\x8c','\x10','\x99','\x8c','\xff','\xd9','\x8c','\x7c','\xd9','\x8c','\x4c','\x19','\x8c','\x0c','\x19','\x8c','\x4e','\x19','\x8c','\x7d','\x9f','\xfc','\x6c','\xd9','\x8c','\x6c','\xd9','\x80','\x4c','\xc1','\x82','\x4c','\x01','\x82','\x8c','\x01','\x83','\x0c','\x01','\xff','\x0c','\x00','\xfe','\x00','\x21','\x08','\x40','\x39','\xce','\x30','\x31','\x8c','\x18','\x31','\x8c','\x0c','\x63','\x18','\x0c','\x63','\x18','\x00','\x46','\x30','\x00','\xc4','\x20','\x00','\x88','\x40','\x01','\x10','\x80','\x0c','\x88','\x40','\xfe','\xc4','\x20','\x0c','\x46','\x10','\x0c','\x63','\x18','\x0c','\x63','\x0c','\x0c','\x31','\x8c','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x40','\x40','\x18','\x70','\x30','\x08','\x60','\x18','\x00','\x8c','\x0d','\xff','\xfe','\x0c','\x04','\x80','\x00','\x7f','\xf8','\x00','\x44','\x88','\x00','\x48','\x88','\x00','\x70','\xf8','\x0c','\x40','\x08','\xfe','\x7f','\xf8','\x0c','\x40','\x08','\x0c','\x7f','\xf8','\x0c','\x00','\x62','\x0f','\xff','\xff','\x0c','\x20','\x60','\x0c','\x18','\x60','\x0c','\x08','\x60','\x0c','\x01','\xe0','\x1a','\x00','\xc0','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x60','\xe0','\xff','\xf0','\xc0','\x0a','\x00','\xc6','\x0a','\x1f','\xff','\x0a','\x00','\x00','\x4a','\x44','\x0c','\x7f','\xe7','\xfe','\x6a','\xc6','\x0c','\x6a','\xc6','\x0c','\x6a','\xc7','\xfc','\x6a','\xc0','\x00','\x6b','\xc0','\x0c','\x70','\xcf','\xfe','\x60','\xc0','\x18','\x60','\xc0','\xa0','\x60','\xc0','\xc0','\x7f','\xc0','\xc6','\x60','\xff','\xff','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x7f','\xc0','\xc0','\x60','\xc7','\xc0','\x60','\x01','\x80','\x00','\x00','\x06','\x30','\x6f','\xff','\x32','\x60','\x60','\x32','\x60','\x40','\x32','\x64','\x8c','\x32','\x67','\xfe','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x67','\xfc','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x67','\xfc','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x66','\x0c','\x22','\x66','\x0c','\x22','\x67','\xfc','\x60','\x62','\x00','\x40','\x63','\x90','\x40','\x63','\x0e','\x80','\x06','\x07','\x00','\x18','\x03','\x10','\x00','\x00','\x1c','\x04','\x30','\x18','\x07','\xf8','\x18','\xc6','\x30','\x1f','\xe6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x10','\xc6','\x30','\x30','\xc6','\x30','\x29','\x86','\x30','\x29','\x86','\x30','\x45','\x86','\x32','\x85','\x06','\x32','\x03','\x04','\x32','\x02','\x0c','\x33','\x06','\x08','\x3f','\x05','\x30','\x1e','\x0c','\x80','\x00','\x08','\x40','\x00','\x10','\x30','\x00','\x20','\x1e','\x00','\x40','\x07','\xff','\x80','\x00','\xfe','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x06','\x06','\xdf','\xff','\xff','\xe3','\x06','\x00','\xc3','\x06','\x01','\x83','\x06','\x01','\x83','\x06','\x03','\x23','\x06','\x06','\x33','\x06','\x0e','\x43','\x06','\x17','\x03','\x06','\x26','\xc3','\x06','\xc6','\x63','\x06','\x06','\x63','\x06','\x06','\x06','\x0e','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x04','\x0c','\x06','\x0c','\x1c','\x06','\x08','\x18','\x06','\x10','\xf8','\x06','\x60','\x30','\x00','\x00','\x18','\x00','\x60','\x3c','\xff','\xf4','\xf0','\x00','\x07','\x80','\x00','\x06','\x00','\x20','\xc6','\x00','\x3f','\xe6','\x00','\x30','\xc6','\x06','\x30','\xc7','\xff','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x3f','\xc6','\x30','\x30','\xc6','\x30','\x30','\x06','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x20','\x18','\x30','\x20','\x18','\x30','\x60','\x30','\x30','\x40','\x60','\x30','\x81','\x80','\x30','\x00','\x00','\x30','\x08','\x00','\x60','\x0f','\xff','\xf0','\x0c','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x0c','\x00','\x68','\x0f','\xff','\xee','\x0c','\x30','\x1c','\x00','\x33','\x38','\x1f','\xff','\xf0','\x00','\x30','\xc0','\x00','\x33','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x60','\x00','\x01','\x80','\x60','\x07','\xff','\xf0','\x1b','\x00','\x60','\xe3','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x00','\x40','\x0c','\x46','\x7f','\xfe','\x7f','\x64','\x8c','\x66','\x64','\x8c','\x66','\x64','\x8c','\x66','\x64','\x8c','\x66','\x7f','\xfc','\x66','\x06','\x10','\x66','\x06','\x1c','\x7e','\x7f','\xf8','\x66','\x06','\x30','\x66','\x06','\x66','\x67','\xff','\xff','\x66','\x01','\x80','\x66','\x06','\x18','\x66','\x1f','\xfc','\x66','\x18','\x18','\x7e','\x78','\x18','\x61','\x9f','\xf8','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x10','\x07','\x00','\x0c','\x06','\x08','\x06','\x06','\x0e','\x06','\x06','\xcc','\x00','\x7f','\xf8','\x00','\x06','\x18','\x80','\x06','\x30','\x62','\x06','\x60','\x32','\x06','\xc6','\x33','\xff','\xff','\x04','\x03','\x00','\x04','\x06','\x00','\x0c','\x0c','\x18','\x08','\x1f','\xfc','\x18','\x38','\x18','\x18','\xd8','\x18','\x33','\x18','\x18','\xf0','\x1f','\xf8','\x70','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x1f','\xf8','\x38','\x18','\x18','\x18','\x18','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x38','\xe0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc6','\x1f','\xff','\xff','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x3f','\xc0','\x30','\x30','\xc0','\x30','\x00','\x00','\x30','\x00','\x00','\x21','\x11','\x10','\x61','\x10','\x8c','\x42','\x30','\xc6','\x8e','\x30','\xc3','\x0c','\x30','\xc3','\x08','\x03','\x80','\x0e','\x03','\x08','\x0c','\x03','\x0e','\x08','\x03','\x2c','\x92','\x3f','\xfc','\x63','\x83','\x18','\x33','\x03','\x18','\x36','\x03','\x30','\x04','\x03','\x66','\x0a','\x7f','\xff','\x11','\x81','\x80','\xfe','\xc3','\x00','\x7c','\xc6','\x0c','\x4c','\x0f','\xfe','\x0c','\x3c','\x0c','\x4c','\xcc','\x0c','\x7e','\x0c','\x0c','\x6d','\x8f','\xfc','\x6c','\xcc','\x0c','\x4c','\xcc','\x0c','\x4c','\x0c','\x0c','\x8c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x20','\x00','\x70','\x38','\x00','\x62','\x70','\x3f','\xff','\xe0','\x00','\x61','\x80','\x00','\x66','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\xc0','\x30','\x07','\xff','\xf8','\x1e','\x00','\x30','\xe6','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x30','\x40','\x00','\x30','\x70','\x0f','\xff','\xe0','\x00','\x31','\x80','\x00','\x36','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x03','\xff','\xe0','\x1f','\x00','\x60','\xe3','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x06','\x00','\x00','\x7f','\x03','\x88','\x00','\x03','\x0e','\xff','\x9f','\xfc','\x00','\x03','\x18','\x00','\x03','\x32','\x7f','\x7f','\xff','\x00','\x00','\xc0','\x00','\x01','\x80','\x7f','\x06','\x0c','\x00','\x1f','\xfe','\x00','\x66','\x0c','\x43','\x06','\x0c','\x7f','\x87','\xfc','\x63','\x06','\x0c','\x63','\x06','\x0c','\x63','\x06','\x0c','\x7f','\x07','\xfc','\x63','\x06','\x0c','\x03','\x03','\x80','\x7f','\x83','\x04','\x00','\x03','\x07','\x00','\x03','\x26','\x01','\xbf','\xfc','\xff','\xc3','\x0c','\x00','\x03','\x18','\x00','\x03','\x30','\x03','\x03','\x66','\x7f','\xff','\xff','\x00','\x01','\x80','\x00','\x03','\x00','\x03','\x06','\x00','\x7f','\x8c','\x0c','\x00','\x17','\xfe','\x00','\x66','\x0c','\x43','\x06','\x0c','\x7f','\x86','\x0c','\x63','\x07','\xfc','\x63','\x06','\x0c','\x63','\x06','\x0c','\x63','\x06','\x0c','\x7f','\x07','\xfc','\x63','\x06','\x0c','\x00','\x01','\xc0','\x20','\xc1','\x80','\x3f','\xe1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x86','\x30','\xdf','\xff','\x3f','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x3f','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc6','\x0e','\x30','\xf6','\x0c','\x3f','\x8c','\x0c','\xfc','\x08','\x1c','\x70','\x10','\x18','\x40','\x20','\xf8','\x00','\xc0','\x30','\x03','\x00','\x00','\x03','\x00','\x0c','\x06','\x8f','\xfe','\x06','\x62','\x0c','\x0c','\x32','\x0c','\x08','\x1a','\x0c','\x18','\x1a','\x0c','\x10','\x61','\x18','\x3f','\xf1','\x18','\x43','\x01','\x18','\x83','\x01','\x10','\x03','\x31','\x90','\x7f','\xf8','\xb0','\x03','\x00','\xa0','\x23','\x00','\xe0','\x3b','\x40','\x40','\x33','\x30','\xe0','\x33','\x18','\xa0','\x23','\x19','\xb0','\x63','\x19','\x18','\x43','\x02','\x1c','\x83','\x04','\x0f','\x1f','\x08','\x0e','\x06','\x30','\x06','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x03','\x00','\x07','\x83','\x00','\x0c','\x76','\x00','\x0c','\x0c','\x00','\x00','\x1b','\x80','\x00','\x30','\xe0','\x00','\x60','\x38','\x01','\x80','\x1c','\x0e','\x00','\x0e','\xf0','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x30','\x19','\xff','\xf8','\x18','\x00','\x60','\x18','\x10','\xc0','\x18','\x0d','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1f','\xff','\xff','\x18','\x06','\x0c','\x18','\x06','\x18','\x30','\x06','\x20','\x30','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x3e','\x00','\x00','\x0c','\x00','\x04','\x03','\x00','\x07','\x03','\x00','\x0e','\x06','\x80','\x0c','\x06','\x80','\x18','\x0c','\x40','\x30','\x0c','\x60','\x44','\x18','\x30','\x87','\x10','\x1c','\x0e','\x3f','\xff','\x0c','\x43','\x06','\x19','\x83','\x00','\x38','\x03','\x00','\x58','\x03','\x06','\x99','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x43','\x20','\x18','\x73','\x18','\x18','\x63','\x0c','\x18','\xc3','\x0e','\x19','\x83','\x06','\x1a','\x03','\x06','\x18','\x1f','\x00','\x18','\x06','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x02','\x06','\x06','\x33','\xff','\xff','\xfb','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x36','\xc3','\x06','\x31','\x83','\x06','\x03','\x63','\x06','\x06','\x33','\xfe','\x0c','\x33','\x06','\x30','\x00','\x00','\xc0','\xe8','\x00','\x00','\xc6','\x10','\x08','\xc3','\x0c','\x08','\xc3','\x06','\x10','\xc0','\x43','\x30','\xc0','\x43','\x70','\xc0','\x60','\x60','\xff','\xe0','\x00','\x7f','\xc0','\x0c','\x00','\x70','\x0c','\x44','\x60','\x1a','\x7e','\x60','\x1b','\x44','\x60','\x13','\x44','\x60','\x30','\x44','\x60','\x22','\x44','\x66','\x7f','\x47','\xff','\x48','\x7c','\x66','\x88','\x44','\x66','\x09','\x44','\x66','\xff','\xc4','\x66','\x08','\x44','\x66','\x08','\x44','\x66','\x8a','\x7c','\x66','\x4b','\x44','\x66','\x6a','\x44','\xc6','\x6c','\x44','\xc6','\x68','\x46','\xc6','\x0a','\x5d','\x8e','\x0d','\xf1','\x8c','\xf8','\xc3','\x0c','\x60','\x86','\x7c','\x40','\x18','\x18','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x06','\x80','\x63','\x06','\x80','\x62','\x0c','\x40','\x66','\x0c','\x60','\x64','\x18','\x30','\x68','\x10','\x1c','\x64','\x3f','\xff','\x66','\x43','\x06','\x62','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x03','\x00','\x63','\x03','\x00','\x6f','\x43','\x20','\x66','\x73','\x18','\x60','\x63','\x0c','\x60','\xc3','\x0e','\x61','\x83','\x06','\x62','\x03','\x06','\x60','\x1f','\x00','\x60','\x06','\x00','\x04','\x10','\x00','\x07','\x1c','\x00','\x06','\x18','\x0c','\x06','\x3f','\xfe','\x0c','\x30','\x00','\x0c','\x7f','\xf0','\x18','\x58','\x30','\x18','\x98','\x30','\x39','\x1f','\xf0','\x38','\x18','\x30','\x58','\x18','\x30','\x98','\x1f','\xf0','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x30','\x00','\x18','\x20','\x0c','\x18','\x7f','\xfe','\x18','\x48','\x8c','\x18','\x98','\x8c','\x1b','\x11','\x0c','\x18','\x21','\x1c','\x18','\xc2','\x18','\x18','\x0c','\xf8','\x18','\x00','\x30','\x04','\x43','\x90','\x07','\x33','\x18','\x06','\x13','\x30','\x06','\x83','\x46','\x0c','\xff','\xff','\x0c','\x80','\x06','\x19','\x9f','\xe4','\x19','\x90','\x28','\x38','\x1f','\xe0','\x38','\x00','\x00','\x58','\x7f','\xf8','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x10','\x00','\x18','\x3c','\x78','\x18','\x70','\x1e','\x19','\x80','\x06','\x23','\x21','\xc8','\x3f','\x91','\x8e','\x33','\x19','\x8c','\x33','\x19','\x88','\x33','\x01','\x90','\x33','\x3f','\xfe','\x33','\x03','\x40','\x3f','\x03','\x40','\x33','\x06','\x26','\x33','\x7f','\xff','\x33','\x04','\x10','\x33','\x08','\x18','\x33','\x13','\x8c','\x3f','\x23','\x0f','\x33','\xc3','\x06','\x33','\x3f','\xf8','\x33','\x03','\x18','\x33','\x03','\x18','\x33','\x06','\x18','\x33','\x06','\x18','\x23','\x0c','\x18','\x63','\x08','\x30','\x4f','\x11','\xf0','\x86','\x60','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x60','\x30','\x87','\xf0','\x30','\xfe','\x00','\x30','\xc0','\x00','\x30','\xc0','\x0c','\x30','\xff','\xfe','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\x81','\x80','\x31','\x81','\x80','\x31','\x01','\x80','\x32','\x01','\x80','\x30','\x01','\x80','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x00','\x01','\xc0','\x00','\x31','\x80','\x00','\xf9','\x80','\x07','\xc1','\x80','\x79','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x18','\x7f','\xff','\xfc','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\xc0','\x18','\x00','\xc0','\x38','\x01','\x80','\x30','\x03','\x00','\x70','\x06','\x03','\xe0','\x18','\x00','\xc0','\xe0','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x01','\xc4','\x00','\x41','\x87','\x00','\x31','\x86','\x43','\x19','\x8c','\x7f','\x99','\x88','\x63','\x19','\x90','\x63','\x01','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x7f','\x30','\x0c','\x63','\x3f','\xfc','\x60','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x7c','\x00','\x30','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x02','\x00','\x00','\x83','\x80','\x00','\xc3','\x00','\x20','\xc4','\x0c','\x3f','\xff','\xfe','\x30','\x86','\x0c','\x30','\xe6','\x0c','\x30','\xc6','\x0c','\x31','\x87','\xec','\x33','\x03','\xec','\x3c','\x00','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x10','\x18','\x00','\x1f','\xfc','\x00','\x18','\x18','\x43','\x18','\x18','\x7f','\x98','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x00','\x00','\x63','\x40','\x06','\x63','\x7f','\xff','\x63','\x60','\x06','\x7f','\x60','\x06','\x63','\x60','\x06','\x60','\x7f','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x08','\x1c','\x40','\x06','\x18','\x70','\x23','\x18','\x60','\x23','\x18','\x86','\x7f','\xff','\xff','\x60','\x00','\x06','\xc3','\xff','\xc8','\xc2','\x00','\x40','\x03','\xff','\xc0','\x18','\x00','\x00','\x18','\x00','\x60','\x1f','\xff','\xf0','\x18','\x00','\x04','\x18','\x00','\x06','\x0f','\xff','\xfe','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x03','\x80','\x1c','\x03','\x01','\xfe','\x43','\x3f','\x84','\x33','\x02','\x07','\x1b','\x21','\x86','\x1b','\x18','\x84','\x03','\x08','\x38','\x03','\x00','\x32','\x07','\x7f','\xff','\x1b','\x08','\x30','\xf3','\x04','\x30','\x63','\x06','\x30','\x43','\x06','\x30','\x03','\x38','\xf0','\x03','\x30','\x60','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc3','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x07','\x03','\x00','\x0e','\xe6','\x00','\x0c','\x18','\x00','\x00','\x37','\x80','\x00','\xc0','\xf0','\x07','\x00','\x38','\x78','\x00','\x18','\x1c','\x08','\x18','\x18','\x0f','\xfc','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x19','\x8f','\xf8','\xff','\xcc','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x33','\x00','\x00','\x63','\x20','\x06','\x63','\x3f','\xff','\x63','\x30','\x06','\x66','\x30','\x06','\xd6','\x30','\x06','\xcc','\x3f','\xfe','\x0e','\x30','\x06','\x0b','\x30','\x06','\x1b','\xb0','\x06','\x11','\xb0','\x06','\x21','\xbf','\xfe','\xc0','\x30','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x34','\x1c','\x84','\x63','\x18','\xe8','\x61','\x98','\xc0','\x01','\x98','\x80','\x00','\x19','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x07','\x00','\x1c','\x06','\x01','\xfe','\x06','\x7f','\x80','\x06','\x00','\x04','\x86','\x04','\x07','\x66','\x42','\x06','\x36','\x23','\x0c','\x36','\x31','\x88','\x06','\x19','\x90','\x06','\x18','\x00','\x06','\x00','\x38','\x06','\x00','\x30','\x0e','\x00','\x32','\x16','\xff','\xff','\x36','\x00','\x30','\xe6','\x20','\x30','\x66','\x18','\x30','\x46','\x0c','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x80','\x07','\x18','\x40','\x06','\x18','\x20','\x06','\x18','\x10','\x0c','\x18','\x18','\x0c','\x18','\x0c','\x18','\x18','\x06','\x18','\x18','\x06','\x30','\x18','\x03','\x20','\x18','\x03','\x40','\x18','\x03','\x80','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x60','\x06','\x18','\x18','\x0e','\x18','\x0e','\x0c','\x18','\x07','\x18','\x18','\x03','\x10','\x18','\x43','\x20','\x18','\x70','\x40','\x18','\xe0','\x80','\xf8','\xc0','\x00','\x31','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x30','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\xe0','\x00','\x00','\x00','\x1c','\x10','\x10','\x18','\x1c','\x0c','\x18','\x38','\x06','\x18','\x30','\x03','\x18','\x60','\x03','\x18','\x40','\x00','\x18','\x80','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x18','\x19','\xff','\xfc','\x18','\x06','\x00','\x18','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x06','\x0f','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x1d','\x00','\x18','\x1d','\x00','\x18','\x3c','\x80','\x18','\x3c','\x80','\x18','\x6c','\x40','\x30','\x6c','\x60','\x30','\xcc','\x30','\x31','\x8c','\x38','\x23','\x0c','\x1f','\x66','\x0c','\x0e','\x58','\x0c','\x06','\x40','\x0c','\x00','\x80','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x80','\x30','\xe0','\xe0','\x38','\xc8','\xc0','\x34','\xcc','\xc0','\x36','\xc8','\x86','\x32','\xd1','\xff','\x30','\xc1','\x10','\x37','\xfb','\x1c','\x34','\x0a','\x98','\x34','\x0c','\x98','\x35','\xe8','\x98','\x35','\x28','\x50','\x25','\x28','\x70','\x25','\x28','\x20','\x25','\x28','\x70','\x65','\xe8','\x50','\x44','\x08','\xd8','\x44','\x08','\x8f','\x84','\x79','\x0e','\x04','\x36','\x06','\x03','\x80','\x10','\x03','\x00','\x1c','\x03','\x30','\x38','\x7f','\xf8','\x30','\x10','\x40','\x60','\x08','\x70','\xc0','\x0c','\x63','\x08','\x0c','\x80','\x0e','\xff','\xfc','\x1c','\x00','\x00','\x18','\x3f','\xf0','\x30','\x30','\x30','\x60','\x30','\x30','\xc0','\x3f','\xf3','\x00','\x30','\x30','\x04','\x30','\x30','\x07','\x3f','\xf0','\x0e','\x03','\x00','\x0c','\x03','\x0c','\x18','\xff','\xfe','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x03','\x00','\x03','\x0c','\x00','\x00','\x00','\xc0','\x07','\xff','\xe0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x02','\x00','\x00','\x14','\x04','\x03','\x18','\x87','\xff','\x98','\x86','\x03','\x18','\x8c','\x03','\x7e','\x88','\x03','\x18','\x50','\x06','\x18','\x40','\x06','\x18','\x60','\x04','\xff','\x20','\x0c','\x18','\x30','\x08','\x18','\x30','\x18','\x18','\x18','\x10','\x18','\x9c','\x23','\xff','\xcf','\x40','\x18','\x0e','\x80','\x18','\x06','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x11','\x80','\x0d','\x9d','\xa0','\xff','\xd9','\x98','\x0c','\x19','\x8c','\x0c','\x19','\x86','\x0c','\x31','\x87','\x0c','\x31','\x83','\x0d','\x21','\x90','\x1e','\x61','\x9c','\xfc','\x41','\x98','\x6c','\x8f','\xb0','\x4c','\x03','\x30','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x7c','\x30','\x00','\x18','\xc0','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0d','\x83','\x06','\xff','\xc6','\x06','\x0c','\x06','\x06','\x0c','\x04','\x0e','\x0c','\x0c','\x0c','\x0c','\x88','\x7c','\x0f','\x10','\x18','\x1e','\x20','\x00','\xfc','\xd0','\x0c','\x6c','\x1f','\xfe','\x4c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x7c','\x1f','\xfc','\x18','\x18','\x0c','\x04','\x1c','\x40','\x03','\x18','\x70','\x01','\x98','\x60','\x11','\x98','\xc0','\x10','\x19','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x61','\xff','\x84','\x61','\x00','\x88','\x01','\x00','\x80','\x01','\xff','\x80','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x1f','\xf8','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x0c','\x19','\xff','\xfe','\x18','\x06','\x00','\x19','\x06','\x18','\xff','\xff','\xfc','\x18','\x06','\x18','\x18','\x06','\x1a','\x19','\xff','\xff','\x18','\x06','\x18','\x1a','\x06','\x18','\x1c','\xff','\xf8','\xf8','\x06','\x18','\x78','\x86','\x00','\x58','\xe6','\x00','\x18','\xc6','\x0c','\x18','\xc7','\xfe','\x18','\xc6','\x00','\x18','\xa6','\x00','\x19','\x96','\x00','\x19','\x0e','\x00','\xfa','\x07','\xff','\x34','\x01','\xfe','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x60','\x30','\x01','\xf1','\xc0','\x07','\x81','\x80','\x39','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x06','\x41','\xbf','\xff','\x7f','\xc3','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x86','\x06','\x61','\x86','\x0e','\x61','\x8c','\x0c','\x7f','\x98','\x7c','\x61','\xe0','\x18','\x61','\x80','\x00','\x61','\x90','\x06','\x61','\x9f','\xff','\x61','\x98','\x06','\x61','\x98','\x06','\x61','\x98','\x06','\x7f','\x98','\x06','\x61','\x98','\x06','\x60','\x18','\x06','\x00','\x1f','\xfe','\x00','\x18','\x06','\x00','\x18','\x06','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x40','\xc2','\x06','\x7f','\xe3','\xff','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x7f','\xc3','\xfe','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x7f','\xc3','\xfe','\x60','\xc3','\x06','\x0e','\x00','\x40','\x0c','\x08','\x40','\x0c','\x0e','\x40','\x0c','\x0c','\x40','\x0d','\x8c','\x20','\xff','\xd8','\x20','\x0c','\x18','\x30','\x0c','\x10','\x18','\x0c','\x30','\x1c','\x1c','\x20','\x0f','\x1e','\x44','\x06','\x1d','\x87','\x00','\x3c','\xc6','\x00','\x2c','\xc6','\x00','\x2c','\x04','\x00','\x6c','\x0c','\x00','\x4c','\x0c','\x20','\x8c','\x08','\x10','\x0c','\x08','\x18','\x0c','\x10','\x0c','\x0c','\x10','\xfc','\x0c','\xff','\x86','\x0c','\x78','\x06','\x0c','\x40','\x06','\x0e','\x01','\xc4','\x0c','\x41','\x87','\x0c','\x31','\x86','\x0c','\x19','\x8c','\x0d','\x99','\x88','\xff','\xd9','\x90','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x1e','\x30','\x0c','\x1d','\x30','\x0c','\x1d','\xb0','\x0c','\x3d','\xbf','\xfc','\x2c','\x30','\x0c','\x2c','\x30','\x0c','\x6c','\x30','\x0c','\x4c','\x3f','\xfc','\x8c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x7c','\x0c','\x30','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0d','\x88','\x20','\xff','\xc4','\x30','\x0c','\x06','\x20','\x0c','\x02','\x46','\x0c','\xff','\xff','\x1e','\x00','\x00','\x1d','\x1f','\xf8','\x1d','\x98','\x18','\x3d','\x98','\x18','\x2c','\x1f','\xf8','\x2c','\x18','\x18','\x6c','\x18','\x18','\x4c','\x1f','\xf8','\x8c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x08','\x40','\x18','\x0e','\x70','\x18','\x0c','\x60','\x18','\x18','\x40','\x1b','\x10','\x86','\xff','\xbf','\xff','\x18','\x70','\xc0','\x18','\xb0','\xc0','\x19','\x3f','\xfc','\x3c','\x30','\xc0','\x3b','\x30','\xc0','\x39','\xb0','\xc0','\x39','\xbf','\xfc','\x78','\x30','\xc0','\x58','\x30','\xc0','\x58','\x30','\xc6','\x98','\x3f','\xff','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x44','\x88','\x18','\x44','\x46','\x18','\xcc','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x10','\x00','\x00','\x0c','\x00','\x06','\x06','\xff','\xff','\x06','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x80','\x0c','\x06','\x60','\x0c','\x0e','\x32','\x18','\x0c','\x32','\x10','\x7c','\x04','\x20','\x18','\x04','\x40','\x00','\x0d','\xa0','\x0c','\x08','\x3f','\xfe','\x18','\x30','\x0c','\x18','\x30','\x0c','\x30','\x30','\x0c','\xf0','\x30','\x0c','\x70','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x3f','\xfc','\x38','\x30','\x0c','\x18','\x30','\x0c','\x10','\x01','\xc4','\x0c','\x41','\x87','\x06','\x31','\x86','\x06','\x19','\x8c','\x00','\x19','\x88','\x00','\x19','\x90','\x80','\x01','\x80','\x60','\x21','\x8c','\x32','\x3f','\xfe','\x32','\x30','\x0c','\x04','\x30','\x0c','\x04','\x30','\x0c','\x0c','\x3f','\xfc','\x08','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x30','\x3f','\xfc','\xf0','\x30','\x0c','\x70','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x38','\x30','\x7c','\x18','\x30','\x18','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x73','\x0c','\x00','\x63','\xfe','\x00','\x63','\x00','\x80','\x63','\x00','\x60','\x63','\x00','\x32','\x63','\x06','\x33','\xff','\xff','\x04','\x03','\x00','\x04','\x43','\x10','\x0c','\x73','\x0c','\x08','\x63','\x06','\x18','\xc3','\x23','\x18','\x83','\x3b','\x31','\x1f','\x70','\xf2','\x06','\x60','\x70','\x00','\xc0','\x30','\x01','\x80','\x30','\x03','\x00','\x30','\x0c','\x00','\x38','\x30','\x00','\x19','\xc0','\x00','\x10','\x38','\x86','\x0c','\x30','\xff','\x06','\x30','\xc6','\x06','\x30','\xc6','\x00','\x32','\xc6','\x03','\xff','\xc6','\x80','\x30','\xc6','\x60','\x30','\xfe','\x30','\x30','\xc6','\x34','\x78','\xc6','\x04','\x74','\xc6','\x04','\x76','\xc6','\x08','\xf6','\xc6','\x08','\xb0','\xc6','\x19','\xb0','\xfe','\x11','\x30','\xc6','\x32','\x30','\xc6','\xf4','\x30','\xc6','\x70','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xfe','\x38','\x30','\xc6','\x18','\x30','\xc6','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x81','\x80','\x0c','\xc1','\x80','\x2c','\x99','\x98','\x2d','\x18','\x18','\x2e','\x18','\x18','\x6c','\xff','\xff','\x6c','\x18','\x18','\xcc','\x18','\x18','\xcc','\x18','\x18','\x0c','\x00','\x00','\x0c','\x7f','\xfe','\x0c','\x0c','\x60','\x1a','\x0c','\x60','\x19','\x8c','\x60','\x18','\xcc','\x60','\x10','\xd8','\x62','\x30','\x18','\x62','\x20','\x30','\x63','\x40','\x60','\x7f','\x81','\x80','\x3e','\x01','\x02','\x00','\x01','\xc3','\x80','\x03','\x83','\x00','\x03','\x02','\x00','\x06','\x04','\x18','\x0f','\xff','\xfc','\x1c','\x0c','\x00','\x2c','\x0c','\x00','\xcc','\x0c','\x30','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x30','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0f','\xff','\xfe','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x00','\x00','\x06','\x41','\xbf','\xff','\x7f','\xc3','\x06','\x61','\x83','\x06','\x61','\x82','\x06','\x61','\x86','\x06','\x61','\x84','\x0c','\x61','\x88','\x7c','\x7f','\x90','\x18','\x61','\xe0','\x00','\x61','\x88','\x0c','\x61','\x8f','\xfe','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x7f','\x8c','\x0c','\x61','\x8f','\xfc','\x00','\x0c','\x0c','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x8c','\x00','\x00','\x4c','\x00','\x00','\x6c','\x00','\x0c','\x6c','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1c','\x73','\x00','\xfc','\x63','\x00','\x6c','\x63','\x18','\x4c','\x63','\xfc','\x0c','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x10','\x63','\x00','\x30','\x63','\x00','\x20','\x63','\x00','\x40','\x63','\x06','\x87','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x04','\x18','\x00','\x07','\x18','\x60','\x0e','\x18','\x18','\x0c','\x18','\x8e','\x18','\x18','\xe7','\x30','\xf9','\xc3','\x60','\x33','\x80','\x80','\x06','\x00','\x00','\x18','\x00','\x00','\x60','\x30','\x03','\xff','\xf8','\x0f','\x00','\x30','\xf3','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x00','\x00','\xe4','\x01','\x90','\xc7','\xff','\xc8','\xc6','\x0c','\x0c','\xcc','\x0c','\x0c','\xc8','\x0c','\x0c','\xd0','\x0c','\x00','\xc0','\x18','\x10','\xc6','\x18','\x1f','\xff','\x11','\x98','\x06','\x3f','\xd8','\x06','\x39','\x98','\x06','\x79','\x9f','\xfe','\x59','\x98','\x06','\x99','\x98','\x06','\x19','\x98','\x06','\x19','\x9f','\xfe','\x19','\x98','\x06','\x19','\x98','\x06','\x1f','\x98','\x06','\x19','\x98','\x06','\x19','\x98','\x06','\x18','\x18','\x3e','\x00','\x18','\x0c','\x00','\x08','\x40','\x01','\x8e','\x70','\xff','\xcc','\x60','\x18','\x18','\x40','\x18','\x10','\x8c','\x18','\x3f','\xfe','\x18','\x70','\x80','\x10','\xb0','\x80','\x33','\x3f','\xfc','\x3f','\xb0','\x80','\x33','\x30','\x80','\x73','\x30','\x80','\x73','\x3f','\xfc','\xb3','\x30','\x80','\x33','\x30','\x80','\x33','\x30','\x86','\x33','\x3f','\xff','\x33','\x30','\x00','\x3f','\x00','\x00','\x33','\x24','\x88','\x30','\x24','\x46','\x30','\x4c','\x63','\x01','\xcc','\x63','\x01','\x8c','\x63','\x0e','\x00','\x10','\x0c','\x10','\x1c','\x0c','\x0c','\x18','\x0c','\x06','\x30','\x0d','\x86','\x20','\xff','\xc0','\x4c','\x01','\xbf','\xfe','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\x8c','\x0e','\x3f','\xfe','\x0d','\x81','\x80','\x1c','\xc1','\x80','\x2c','\xc1','\x80','\xcc','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x01','\x82','\x00','\x0f','\xc3','\x80','\xfc','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xcc','\x06','\xff','\xff','\xff','\x0c','\x11','\x80','\x0c','\x21','\x80','\x0c','\x41','\x80','\x1e','\x01','\x80','\x1d','\x91','\x90','\x1c','\xdd','\x88','\x3c','\xd9','\x84','\x2c','\x19','\x86','\x6c','\x31','\x86','\x4c','\x31','\x83','\x8c','\x21','\x83','\x0c','\x41','\x83','\x0c','\x81','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x01','\x01','\x80','\x00','\x81','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x10','\x62','\x06','\x3f','\xf7','\xff','\x22','\x04','\x40','\x41','\x08','\x30','\x81','\x90','\x30','\x01','\x80','\x00','\x00','\x00','\xf0','\x00','\x1f','\xf8','\x3f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc0','\xc0','\x01','\x80','\x70','\x07','\x00','\x3f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4d','\x01','\x80','\x4d','\xa1','\x86','\x6d','\xbf','\xff','\x2d','\x30','\x00','\x2e','\x30','\x00','\x0c','\x30','\xe0','\xff','\xf0','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x1e','\x30','\xcc','\x1d','\x37','\xfe','\x1d','\xb0','\xc0','\x3d','\xb0','\xc0','\x2c','\x30','\xc0','\x2c','\x30','\xc0','\x6c','\x60','\xc0','\x4c','\x60','\xc0','\x8c','\x40','\xc0','\x0c','\xc0','\xc0','\x0c','\x80','\xc6','\x0d','\x1f','\xff','\x0c','\x00','\x00','\x08','\x00','\x00','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x08','\x03','\x06','\x92','\x03','\x06','\x63','\x83','\x06','\x33','\x02','\x06','\x36','\x06','\x0e','\x04','\x04','\x0c','\x09','\x08','\x7c','\x10','\x90','\x18','\xff','\xc0','\x00','\x7c','\xc0','\x00','\x4c','\xd0','\x0c','\x0c','\x1f','\xfe','\x4c','\x18','\x0c','\x7e','\x18','\x0c','\x6d','\x98','\x0c','\x6c','\xd8','\x0c','\x4c','\xd8','\x0c','\x4c','\x18','\x0c','\x8c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\x1c','\x00','\x10','\x18','\x20','\x0c','\x18','\x38','\x06','\x18','\x70','\x07','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\x00','\x1c','\x06','\x01','\xfe','\x46','\x7f','\x84','\x26','\x02','\x07','\x36','\x21','\x86','\x36','\x18','\xc4','\x36','\x0c','\xc8','\x06','\x0c','\x30','\x06','\x00','\x32','\x06','\xff','\xff','\x0e','\x00','\x30','\xf6','\x10','\x30','\x66','\x0c','\x30','\x46','\x06','\x30','\x06','\x06','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x02','\x04','\x00','\x03','\x87','\x00','\x03','\x06','\x18','\x07','\xff','\xfc','\x06','\x04','\x00','\x0e','\x04','\x00','\x1f','\xff','\xf0','\x36','\x04','\x00','\x46','\x04','\x00','\x07','\xff','\xf0','\x06','\x04','\x00','\x06','\x04','\x06','\x07','\xff','\xff','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x08','\x03','\x00','\x0e','\x1f','\x8c','\x1d','\xf8','\x7e','\x18','\x18','\x00','\x30','\x18','\x80','\x23','\xff','\xc0','\x48','\x18','\x00','\x8e','\x18','\x06','\x0d','\xff','\xff','\x19','\x18','\x98','\x19','\x18','\x98','\x39','\xff','\x98','\x39','\x18','\x98','\x59','\x18','\x98','\x99','\xff','\x98','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\xff','\x98','\x18','\x18','\x18','\x18','\x19','\x98','\x1b','\xfe','\x18','\x19','\xe0','\x18','\x19','\x00','\xf8','\x18','\x00','\x30','\x04','\x1c','\x40','\x03','\x18','\x70','\x11','\x98','\x60','\x11','\x98','\x86','\x1f','\xff','\xff','\x30','\x00','\x06','\x30','\x00','\x04','\x63','\xff','\xc8','\x63','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe8','\x20','\x01','\xc4','\x38','\x03','\x84','\x30','\x0d','\x82','\x40','\x31','\x81','\x80','\xc1','\x8c','\xe0','\x1f','\xf0','\x7e','\x0f','\x00','\x3c','\x08','\x00','\x0c','\x03','\x04','\x20','\x7f','\x87','\x20','\x00','\x06','\x20','\x00','\x06','\x20','\x01','\x84','\x10','\xff','\xcc','\x10','\x00','\x0c','\x18','\x00','\x08','\x18','\x03','\x18','\x0c','\x7f','\x92','\x0f','\x00','\x23','\x86','\x00','\x43','\x00','\x03','\x03','\x00','\x7f','\x83','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x43','\x02','\x20','\x7f','\x86','\x10','\x63','\x04','\x18','\x63','\x04','\x0c','\x63','\x04','\x7c','\x63','\x3f','\xc6','\x7f','\x1c','\x06','\x63','\x10','\x06','\x03','\x00','\x00','\x7f','\x80','\x06','\x00','\x3f','\xff','\x00','\x00','\xc0','\x01','\x80','\xc0','\xff','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x1c','\xc0','\x7f','\x98','\xc0','\x00','\x18','\xcc','\x00','\x18','\xfe','\x03','\x18','\xc0','\x7f','\x98','\xc0','\x00','\x18','\xc0','\x00','\x18','\xc0','\x43','\x18','\xc0','\x7f','\x98','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc6','\x7f','\x7f','\xff','\x63','\x00','\x00','\x03','\x00','\x00','\x7f','\x80','\x06','\x00','\x3f','\xff','\x00','\x03','\x06','\x01','\x83','\x06','\xff','\xc3','\x06','\x00','\x06','\x06','\x00','\x06','\x0e','\x03','\x0c','\x0c','\x7f','\x88','\x7c','\x00','\x10','\x18','\x00','\x60','\x00','\x03','\x00','\x00','\x7f','\x90','\x0c','\x00','\x1f','\xfe','\x00','\x18','\x0c','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x7f','\x18','\x0c','\x63','\x18','\x0c','\x03','\x08','\x10','\x7f','\x86','\x1c','\x00','\x03','\x18','\x00','\x03','\x10','\x01','\x80','\x26','\xff','\xdf','\xff','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xcc','\x00','\x1f','\xfe','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\x43','\x3f','\xff','\x7f','\x80','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x7f','\x00','\xc0','\x63','\x00','\xc0','\x00','\x80','\x00','\x01','\xc1','\x80','\x01','\xff','\xc0','\x03','\x03','\x00','\x06','\x04','\x18','\x0f','\xff','\xfc','\x1c','\x18','\x18','\x2c','\x18','\x18','\xcc','\x18','\x18','\x0f','\xff','\xf8','\x0c','\x1c','\x00','\x00','\x38','\x08','\x00','\xec','\x0e','\x07','\x04','\x1c','\x78','\x0e','\x30','\x00','\x37','\x40','\x00','\xc6','\x80','\x07','\x0e','\xc0','\x78','\x16','\x60','\x00','\x66','\x38','\x01','\x86','\x1f','\x0e','\x0e','\x0e','\x70','\x7c','\x06','\x00','\x18','\x00','\x04','\x1c','\x40','\x03','\x18','\x70','\x11','\x98','\x60','\x11','\x98','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x63','\xff','\xc4','\x62','\x00','\x48','\x03','\xff','\xc0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x80','\x00','\x03','\xc1','\xe0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x03','\x80','\x3c','\x43','\x3f','\xfe','\x33','\x11','\x04','\x1b','\x08','\x86','\x1b','\x08','\x88','\x03','\x00','\x30','\x03','\x7f','\xff','\x07','\x10','\x30','\xfb','\x0c','\x30','\x63','\x04','\x30','\x43','\x01','\xf0','\x03','\x00','\x60','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x66','\x00','\x10','\x66','\x18','\x1f','\xff','\xfc','\x18','\xc6','\x18','\x1f','\x03','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc0','\xc0','\x08','\x60','\xc0','\x18','\x60','\xc0','\x10','\x00','\xc0','\x21','\x8e','\xc0','\x3f','\xcc','\xc0','\x46','\x0c','\xc0','\x86','\x0c','\xcc','\x06','\xcc','\xfe','\x7f','\xec','\xc0','\x06','\x0c','\xc0','\x46','\x8c','\xc0','\x26','\xec','\xc0','\x36','\xcc','\xc0','\x36','\x8c','\xc0','\x37','\x0c','\xc0','\x06','\x0c','\xc0','\x06','\xcc','\xc6','\xff','\x0c','\xc6','\x78','\x7f','\xff','\x40','\x00','\x00','\x06','\x00','\x18','\x06','\x00','\xfc','\x0d','\x0f','\xc0','\x0c','\x80','\xc0','\x08','\xc0','\xc6','\x18','\x7f','\xff','\x10','\x60','\xc0','\x21','\x88','\xc4','\x3f','\xcf','\xfe','\x46','\x08','\xc4','\x86','\x08','\xc4','\x06','\xcf','\xfc','\x7f','\xe8','\xc4','\x06','\x08','\xc4','\x46','\x8f','\xfc','\x26','\xe8','\xc4','\x36','\xc0','\xc0','\x36','\x80','\xcc','\x37','\x1f','\xfe','\x06','\x00','\xc0','\x07','\xc0','\xc0','\xfe','\x00','\xc6','\x70','\x3f','\xff','\x40','\x00','\x00','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc4','\x0c','\xdf','\xfe','\x08','\x64','\x10','\x18','\x62','\x10','\x10','\x02','\x22','\x21','\xbf','\xff','\x3f','\xc0','\x00','\x46','\x08','\x04','\x86','\x0f','\xfe','\x06','\xc8','\xc4','\x7f','\xe8','\xc4','\x06','\x0f','\xfc','\x46','\x88','\xc4','\x26','\xe8','\xc4','\x36','\xcf','\xfc','\x36','\x80','\xc0','\x37','\x00','\xc4','\x06','\x1f','\xfe','\x07','\xc0','\xc0','\xfe','\x00','\xc2','\x70','\x3f','\xff','\x40','\x00','\x00','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x01','\x8c','\x63','\x7f','\xfe','\x62','\x08','\x20','\x66','\x04','\x30','\x64','\x06','\x20','\x68','\x02','\x46','\x64','\xff','\xff','\x66','\x00','\x00','\x62','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x6f','\x1f','\xf8','\x66','\x01','\x80','\x60','\x01','\x86','\x60','\xff','\xff','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x1d','\xc0','\xe4','\x19','\x88','\xc7','\x19','\x84','\xc6','\xff','\xf6','\xcc','\x19','\x86','\xc8','\x19','\x86','\xd0','\x1f','\x80','\xc0','\x06','\x04','\xcc','\x46','\x67','\xfe','\x7f','\xf6','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x67','\xfc','\x66','\x66','\x0c','\x7f','\xe6','\x0c','\x66','\x66','\x0c','\x06','\x07','\xfc','\x06','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x3c','\x06','\x06','\x18','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x30','\x00','\x3f','\xf8','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\x18','\x00','\x01','\x18','\x00','\x00','\x98','\x00','\x00','\x98','\x00','\x00','\x58','\x00','\x00','\x70','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x6c','\x00','\x00','\xc7','\x00','\x01','\x83','\xe0','\x06','\x00','\xff','\x18','\x00','\x3e','\xe0','\x00','\x0e','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x14','\x08','\x01','\x98','\x0e','\x7f','\xd8','\x0c','\x01','\x9c','\x18','\x01','\x9a','\x30','\x03','\x19','\x40','\x03','\x19','\x80','\x06','\x18','\xc0','\x04','\x18','\x60','\x08','\x18','\x38','\x10','\x18','\x1f','\x20','\x18','\x0e','\xc0','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x0f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x6c','\x7f','\xff','\xfe','\x00','\xda','\x00','\x01','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x10','\x00','\x00','\x10','\x00','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x30','\x00','\x04','\x60','\x00','\x08','\x60','\x00','\x00','\x01','\x03','\x00','\x01','\xff','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x02','\x18','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x00','\x30','\x07','\x01','\xf8','\x06','\x3f','\x80','\xe6','\x01','\x80','\xc6','\x01','\x8c','\xc6','\x7f','\xfe','\xc6','\x11','\x88','\xc6','\x11','\x88','\xc6','\x11','\x88','\xc6','\xff','\xff','\xc6','\x11','\x88','\xc6','\x11','\x88','\xc6','\x11','\x88','\xc6','\x7f','\xfe','\xc6','\x03','\x80','\xc6','\x03','\xc0','\xc6','\x07','\xb0','\xc6','\x05','\x98','\x06','\x0d','\x8c','\x06','\x19','\x8c','\x06','\x31','\x80','\x06','\xc1','\x80','\x06','\x01','\x80','\x3e','\x01','\x80','\x0c','\x00','\x01','\xc0','\x1c','\x01','\x90','\x18','\x01','\x8c','\x18','\x01','\x84','\x18','\x01','\x80','\x18','\x81','\x86','\x18','\xff','\xff','\xff','\xc1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x88','\x18','\xcd','\x8e','\x18','\xfe','\x8c','\x18','\xcc','\xcc','\x18','\xcc','\xc8','\x19','\xcc','\xd8','\x1e','\xcc','\x50','\xf8','\xcc','\x70','\x70','\x8c','\x22','\x41','\x8c','\x72','\x01','\x3c','\x52','\x03','\x18','\x9a','\x02','\x01','\x0e','\x04','\x02','\x07','\x18','\x0c','\x03','\x00','\x10','\x30','\x0e','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x0d','\x98','\x30','\xff','\xd8','\x30','\x0c','\x1f','\xf0','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x18','\x00','\x0d','\x10','\x06','\x0e','\x3f','\xff','\x1c','\x44','\x46','\xf8','\x8c','\xc6','\x63','\x08','\x86','\x40','\x11','\x86','\x00','\x21','\x0e','\x00','\xc2','\x0c','\x00','\x04','\x1c','\x00','\x18','\xf8','\x00','\x00','\x30','\x00','\x03','\x80','\x1c','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x10','\x00','\x18','\x1c','\x60','\xff','\x38','\x1c','\x18','\x60','\x0e','\x19','\x88','\x46','\x18','\x7f','\xf8','\x18','\x08','\x40','\x18','\x08','\x40','\x18','\x7f','\xf8','\x18','\x08','\x40','\x1e','\x08','\x46','\xf9','\xff','\xff','\x60','\x1c','\x88','\x40','\x38','\x8c','\x00','\x78','\x58','\x01','\x98','\x60','\x0e','\x19','\xb0','\x00','\xfe','\x1f','\x00','\x70','\x0e','\x00','\x40','\x06','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x8c','\x18','\x7f','\xfe','\x18','\x08','\x00','\x1b','\x0e','\x60','\xff','\x9c','\x1c','\x33','\x30','\x0e','\x33','\xc4','\x46','\x33','\x3f','\xf8','\x33','\x04','\x40','\x63','\x04','\x40','\x66','\x3f','\xf8','\x66','\x04','\x40','\x66','\x04','\x46','\xd4','\xff','\xff','\xce','\x0c','\x88','\x0b','\x18','\x8c','\x1b','\x38','\x58','\x10','\x68','\x60','\x31','\x89','\xb0','\x26','\x7e','\x1f','\x40','\x38','\x0e','\x80','\x20','\x06','\x00','\x1c','\x40','\x04','\x18','\x70','\x03','\x18','\x60','\x11','\x98','\x40','\x11','\x98','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x63','\xff','\xc8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x84','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x88','\x2e','\x3f','\xfc','\x2d','\x01','\x80','\x2d','\x81','\x82','\x6d','\xff','\xff','\x6d','\x80','\x00','\x4c','\x10','\x18','\xcc','\x1f','\xfc','\xcc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x78','\x0c','\x18','\x30','\x1c','\x00','\x06','\x18','\xff','\xff','\x18','\x03','\x00','\x18','\x02','\x00','\x18','\x1f','\xf0','\x1b','\x10','\x10','\xff','\x9f','\xf0','\x18','\x10','\x10','\x18','\x9f','\xf0','\x18','\x90','\x16','\x19','\xff','\xff','\x1f','\x82','\x04','\xf9','\xad','\x88','\x78','\x2c','\xa6','\x58','\xcc','\x33','\x18','\xc7','\xf3','\x18','\x08','\x00','\x18','\x0f','\xf0','\x18','\x18','\x60','\x18','\x24','\xc0','\x18','\xc3','\x80','\x18','\x06','\xe0','\xf8','\x38','\x3f','\x31','\xc0','\x06','\x00','\x40','\x00','\x00','\x60','\xc0','\x00','\xff','\xe0','\x01','\x81','\xc0','\x03','\x43','\x80','\x06','\x27','\x00','\x18','\x1c','\x00','\x60','\x36','\x00','\x00','\xe3','\xc0','\x03','\x00','\xff','\x1c','\x00','\x3e','\xe0','\x1c','\x0e','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x86','\x0c','\x3f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x09','\x80','\x1d','\x89','\x80','\x1c','\xc9','\x80','\x3c','\xc5','\x80','\x2c','\x05','\x80','\x2c','\x07','\x00','\x6c','\x03','\x00','\x4c','\x03','\x80','\x8c','\x02','\x80','\x0c','\x06','\xc0','\x0c','\x04','\x60','\x0c','\x08','\x38','\x0c','\x10','\x1f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x60','\x06','\x3f','\xf0','\x00','\x20','\xc0','\x00','\x40','\x80','\x80','\x81','\x18','\x60','\x7f','\xfc','\x32','\x03','\x18','\x32','\x03','\x18','\x04','\x03','\x1a','\x07','\xff','\xff','\x0c','\x03','\x18','\x08','\x03','\x18','\x18','\x03','\x18','\x18','\x7f','\xf8','\x30','\x03','\x18','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x1f','\x00','\x18','\x06','\x00','\x03','\x83','\x80','\x03','\x03','\x20','\x03','\x03','\x18','\x03','\x03','\x0c','\x43','\x03','\x0c','\x33','\x03','\x00','\x1b','\x03','\x00','\x1b','\x03','\x06','\x03','\x7f','\xff','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x02','\x80','\x07','\x06','\x80','\x1b','\x06','\x80','\xf3','\x06','\x40','\x63','\x04','\x40','\x43','\x0c','\x60','\x03','\x0c','\x20','\x03','\x08','\x30','\x03','\x18','\x18','\x03','\x10','\x1f','\x03','\x20','\x0e','\x03','\x40','\x06','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc3','\xff','\xc8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x8c','\x0c','\x7f','\xfe','\x0c','\x08','\x00','\x0c','\x0e','\x30','\x0d','\x0c','\x0c','\xff','\x9a','\x46','\x0c','\x62','\x46','\x0c','\x1f','\xf8','\x1e','\x02','\x40','\x1d','\x82','\x40','\x1c','\xdf','\xf8','\x3c','\xc2','\x40','\x2c','\x02','\x46','\x2c','\x7f','\xff','\x6c','\x06','\x44','\x4c','\x0c','\x46','\x8c','\x1c','\x2c','\x0c','\x64','\x30','\x0d','\x84','\xd8','\x0c','\x3f','\x1c','\x0c','\x1c','\x0f','\x0c','\x10','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\xc0','\x1f','\xff','\xe0','\x00','\x01','\x80','\x00','\x16','\x18','\x01','\x98','\x3c','\x7f','\xd8','\x60','\x01','\x99','\x80','\x03','\x1e','\x00','\x06','\x19','\x80','\x0c','\x18','\xf0','\x30','\xf8','\x3f','\xc0','\x30','\x0e','\x00','\x00','\x00','\x3f','\xff','\xfc','\x00','\x00','\x00','\x10','\x82','\x08','\x20','\xc1','\x06','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x8c','\x00','\x3f','\xfe','\x03','\x08','\x00','\xff','\x8e','\x30','\x00','\x0c','\x0c','\x00','\x1a','\x46','\x06','\x62','\x46','\x7f','\x1f','\xf8','\x00','\x02','\x40','\x00','\x02','\x40','\x06','\x1f','\xf8','\x7f','\x02','\x40','\x00','\x02','\x46','\x00','\x7f','\xff','\x46','\x06','\x44','\x7f','\x0c','\x46','\x66','\x1c','\x2c','\x66','\x34','\x30','\x66','\xc4','\xd8','\x66','\x3f','\x1c','\x7e','\x1c','\x0f','\x66','\x10','\x06','\x00','\xc0','\xe0','\xff','\xe0','\xc0','\x0a','\x00','\xc6','\x0a','\x1f','\xff','\x0a','\x04','\x10','\x4a','\x47','\x0c','\x7f','\xc6','\x06','\x6a','\xd9','\x26','\x6a','\xc1','\x20','\x6a','\xcf','\xfc','\x6a','\xc1','\x20','\x6b','\xc1','\x20','\x70','\xcf','\xfc','\x60','\xc1','\x20','\x60','\xc1','\x22','\x60','\xff','\xff','\x7f','\xc3','\x44','\x60','\xc6','\x46','\x60','\xce','\x2c','\x60','\xf2','\x30','\x60','\xc2','\xd8','\x7f','\xdf','\x1c','\x60','\xcc','\x0f','\x60','\x08','\x06','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x08','\xc0','\x0c','\x88','\xc6','\x08','\xcf','\xff','\x18','\xd8','\x06','\x10','\x18','\x04','\x21','\x80','\x00','\x3f','\xc0','\x06','\x46','\x1f','\xff','\x86','\x00','\xc0','\x06','\xc0','\xc0','\x7f','\xe0','\xc0','\x06','\x08','\xcc','\x06','\x8e','\xfe','\x46','\xec','\xc0','\x26','\xcc','\xc0','\x36','\x8c','\xc0','\x37','\x0c','\xc0','\x06','\x0a','\xc0','\x07','\x99','\xc0','\xfe','\x10','\xe0','\x70','\x20','\x7f','\x40','\xc0','\x1e','\x00','\x80','\x0c','\x00','\xff','\xfe','\x44','\xc0','\x0c','\x7e','\xc0','\x0c','\x64','\xff','\xfc','\x64','\xc0','\x0c','\x64','\xc0','\x30','\x64','\xc1','\xf8','\x64','\xdf','\x00','\x64','\xc1','\x00','\x64','\xdf','\xf8','\x64','\xd1','\x08','\x64','\x91','\x08','\x64','\x9f','\xf8','\x65','\x81','\x00','\x7d','\x41','\x06','\x61','\x7f','\xff','\x63','\x61','\x06','\x02','\x61','\x26','\x06','\x61','\xd6','\x04','\x6f','\x16','\x08','\x64','\x06','\x10','\x60','\x1e','\x00','\x60','\x0c','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x09','\x98','\xff','\x8f','\xfc','\x18','\x0c','\x18','\x18','\xec','\x18','\x18','\xcc','\x18','\x18','\xcf','\xf8','\x18','\xcc','\x18','\x18','\xcc','\x18','\x18','\xcc','\x18','\x18','\xcf','\xf8','\x19','\xcc','\x18','\x1e','\xcc','\x18','\xf8','\xcc','\x18','\x60','\xcf','\xf8','\x40','\xc0','\x00','\x00','\xc0','\x06','\x00','\xff','\xff','\x00','\xc0','\x00','\x06','\x04','\x00','\x06','\x07','\x00','\x0d','\x06','\x00','\x0c','\x86','\x00','\x18','\xcc','\x06','\x16','\xcf','\xff','\x26','\x10','\xc0','\x46','\x20','\xc0','\xbf','\xc8','\xc6','\x30','\xcf','\xff','\x30','\xcc','\xc6','\x3f','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xcc','\xc6','\x3f','\xcc','\xc6','\x30','\xcc','\xc6','\x31','\x0c','\xc6','\x30','\x8c','\xc6','\x30','\xcc','\xde','\x33','\x6c','\xcc','\xfc','\x60','\xc0','\x70','\x60','\xc0','\x40','\x00','\xc0','\x0e','\x01','\xd0','\x0c','\x01','\x8c','\x0c','\x01','\x86','\x0c','\x01','\x86','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x80','\x0e','\x01','\x80','\x0c','\x0d','\x80','\x1d','\xfe','\xc0','\xfc','\x30','\xc0','\x6c','\x30','\xc0','\x4c','\x30','\xc0','\x0c','\x30','\x60','\x0c','\x30','\x62','\x0c','\x32','\x62','\x0c','\x3c','\x32','\x0d','\xf0','\x3a','\x0c','\xe0','\x1f','\x7c','\x80','\x0f','\x18','\x00','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x01','\x80','\xff','\x81','\x80','\x0c','\x09','\x98','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x1e','\x6c','\x18','\x1d','\x6c','\x18','\x1d','\x6f','\xf8','\x3d','\x6c','\x18','\x2c','\x6c','\x18','\x2c','\x6c','\x18','\x6c','\x6f','\xf8','\x4c','\x6c','\x18','\x8c','\x6c','\x18','\x0c','\x6c','\x18','\x0c','\x6f','\xf8','\x0c','\x60','\x00','\x0c','\x60','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x00','\x01','\x80','\xe0','\xff','\xc0','\xc0','\x18','\x00','\xc6','\x18','\x3f','\xff','\x18','\x00','\xc0','\x18','\x00','\xc0','\x19','\x84','\xcc','\x1f','\xc7','\xfe','\x31','\xb6','\x0c','\x31','\xb6','\x0c','\x31','\xb6','\x0c','\x29','\xb7','\xfc','\x65','\x36','\x0c','\x47','\x36','\x0c','\x83','\x36','\x0c','\x02','\x37','\xfc','\x06','\x36','\x0c','\x04','\x36','\x0c','\x0c','\x36','\x0c','\x08','\x37','\xfc','\x10','\x30','\x00','\x20','\x30','\x06','\x40','\x3f','\xff','\x80','\x30','\x00','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0d','\x32','\x4c','\x0d','\xb2','\x4c','\x2d','\xbf','\xfc','\x2d','\x06','\x00','\x2e','\x06','\x00','\x6c','\x0c','\x06','\x6c','\x1f','\xff','\xcc','\x32','\x06','\xcc','\x62','\x06','\x0d','\xbf','\xe6','\x0c','\x22','\x26','\x0c','\x22','\x26','\x0a','\x3f','\xe6','\x19','\x02','\x06','\x19','\x82','\x86','\x11','\x82','\x66','\x30','\x7f','\xa6','\x20','\x3c','\x0c','\x40','\x20','\x7c','\x80','\x00','\x18','\x08','\x1c','\x70','\x0e','\x18','\x60','\x0c','\x19','\x68','\x08','\xff','\xe4','\x92','\x02','\x66','\x63','\x43','\x66','\x33','\x26','\x60','\x36','\x24','\x60','\x04','\x08','\x66','\x0a','\xff','\xff','\x11','\x00','\x60','\xff','\xa2','\x64','\x7d','\xbf','\x67','\x4c','\x22','\x66','\x0c','\x22','\x2c','\x4e','\x22','\x28','\x7d','\x3e','\x38','\x6d','\xa2','\x12','\x6d','\xa2','\x3a','\x4d','\xa2','\x2a','\x4c','\x3e','\x6e','\x8c','\x20','\xc6','\x0c','\x01','\x87','\x0c','\x06','\x03','\x03','\x1c','\x70','\xff','\x98','\x60','\x66','\x19','\x68','\x66','\xff','\xe4','\x66','\x02','\x66','\x66','\x43','\x66','\x7e','\x26','\x60','\x66','\x24','\x60','\x66','\x08','\x66','\x67','\xff','\xff','\x66','\x00','\x60','\x66','\x42','\x64','\x7e','\x7f','\x67','\x66','\x42','\x66','\x66','\x42','\x2c','\x66','\x42','\x28','\x66','\x7e','\x38','\x66','\x42','\x12','\x6e','\x42','\x3a','\xf6','\x42','\x2a','\x66','\x7e','\x6e','\x46','\x40','\xc6','\x06','\x01','\x87','\x06','\x06','\x03','\x01','\x00','\x00','\x01','\xc0','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x03','\x00','\x06','\x06','\x00','\x04','\x04','\x00','\x08','\x08','\x18','\x1f','\xff','\xfc','\x2c','\x18','\x18','\xcc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xff','\xf8','\x0c','\x00','\x18','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x02','\x0c','\x00','\x02','\x0c','\x00','\x02','\x0c','\x00','\x03','\x0f','\xff','\xff','\x07','\xff','\xfe','\x10','\x00','\x70','\x1c','\x00','\x60','\x18','\xc0','\x60','\x1f','\xe0','\x60','\x11','\x80','\x60','\x31','\x04','\x66','\x22','\x67','\xff','\x7f','\xf6','\x66','\xb2','\x66','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x3f','\xe6','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x32','\x67','\xfe','\x32','\x66','\x66','\x3f','\xe0','\x60','\x30','\x60','\x60','\x30','\x60','\x68','\x30','\x60','\x64','\x20','\x60','\x66','\x60','\x6f','\xfb','\x43','\xe7','\xc3','\x80','\xc4','\x03','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x9c','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3f','\x33','\xff','\x9e','\xc3','\x01','\x86','\x03','\x01','\x80','\x03','\xff','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\xa0','\x03','\xff','\xb8','\x03','\x10','\x30','\x03','\x08','\x60','\x03','\x04','\x80','\x03','\x03','\x00','\x03','\x39','\xc0','\x7f','\xc0','\xfe','\x3c','\x00','\x3c','\x20','\x00','\x0c','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc0','\x18','\x60','\xc0','\x17','\x68','\xc6','\x26','\x0f','\xff','\x46','\x0c','\xc6','\xbf','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xcc','\xc6','\x3f','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xcf','\xfe','\x3f','\xcc','\xc6','\x30','\xc0','\xc0','\x32','\x00','\xc0','\x31','\x00','\xc8','\x31','\x80','\xc4','\x36','\xc0','\xc6','\xf8','\xdf','\xfb','\x60','\xcf','\x83','\x40','\x08','\x03','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\xc4','\x18','\x18','\xc2','\x1c','\x10','\xc1','\x20','\x30','\xc0','\xc0','\x20','\xce','\x78','\x4f','\xf0','\x1f','\x87','\x01','\xc6','\x04','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x02','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x38','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\xc0','\x1b','\xff','\xe0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x10','\x30','\xc0','\x30','\x60','\xc0','\x30','\x60','\xc0','\x20','\x60','\xc0','\x60','\xc0','\xc2','\x40','\xc0','\xc2','\x81','\x80','\xc3','\x03','\x00','\xff','\x0c','\x00','\x7e','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x83','\x06','\x0c','\xff','\xff','\x18','\xc3','\x06','\x18','\xc3','\x06','\x38','\xc3','\x06','\x38','\xc3','\x06','\x58','\xff','\xfe','\x98','\xc3','\x06','\x18','\xc3','\x06','\x18','\xc3','\x06','\x18','\xc3','\x06','\x18','\xff','\xfe','\x18','\xc3','\x06','\x18','\xc3','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x00','\x30','\x07','\x3f','\xf8','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x30','\x38','\x3f','\xf8','\x58','\x00','\x00','\x98','\x00','\x00','\x18','\x00','\x30','\x18','\x3f','\xf8','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x04','\x00','\x18','\x07','\x3f','\xfc','\x06','\x00','\x18','\x06','\x00','\x18','\x0c','\x3f','\xf8','\x0c','\x00','\x18','\x18','\x00','\x18','\x18','\x3f','\xf8','\x38','\x80','\x00','\x38','\x80','\x06','\x58','\xff','\xff','\x99','\x80','\x06','\x19','\x80','\x04','\x18','\x00','\x18','\x18','\x7f','\xfc','\x18','\x10','\x18','\x18','\x08','\x30','\x18','\x0c','\x60','\x18','\x06','\xc0','\x18','\x03','\x80','\x18','\x06','\xe0','\x18','\x0c','\x7f','\x18','\x30','\x1e','\x18','\xc0','\x06','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x0c','\x1f','\xff','\xfe','\x19','\x84','\x10','\x19','\x82','\x1c','\x31','\x83','\x18','\x31','\x81','\xa0','\x2f','\xfc','\xc0','\x47','\x80','\x70','\x84','\x00','\x3f','\x00','\x00','\x0e','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x1c','\x20','\x0c','\x18','\x3f','\xfe','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x18','\x1b','\x37','\xfc','\xff','\xb0','\x00','\x33','\x30','\x00','\x33','\x30','\x00','\x33','\x30','\x06','\x33','\x3f','\xff','\x63','\x33','\x20','\x66','\x33','\x24','\x66','\x33','\x27','\x66','\x33','\x26','\xd4','\x33','\x24','\xcc','\x23','\x28','\x0e','\x23','\x30','\x0b','\x63','\x10','\x1b','\x43','\x18','\x13','\x43','\x1c','\x20','\x9f','\xcf','\x41','\x0e','\x0e','\x80','\x08','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x04','\x07','\x1f','\xf0','\x06','\x00','\x10','\x46','\x1f','\xf0','\x26','\x00','\x10','\x36','\x1f','\xf0','\x36','\x00','\x00','\x06','\x40','\x06','\x06','\x7f','\xff','\x06','\xc0','\x06','\x06','\xc0','\x64','\x0e','\x3f','\xf0','\xf6','\x08','\x60','\x66','\x04','\xc0','\x46','\x03','\x80','\x06','\x06','\xc0','\x06','\x0c','\x78','\x06','\x30','\x1f','\x06','\xc0','\x06','\x10','\x1c','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x01','\xc4','\x60','\x1f','\xe8','\x0f','\xf8','\x80','\x02','\x18','\xc0','\x01','\x18','\x80','\x01','\x19','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\x99','\x00','\x03','\x18','\xc0','\x06','\x18','\x78','\x18','\x00','\x1f','\xe7','\xff','\xe6','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x01','\xc3','\x00','\x01','\x83','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x11','\x80','\x10','\x11','\x80','\x08','\x11','\x80','\x0c','\x11','\x80','\x06','\x31','\x80','\x06','\x21','\x80','\x03','\x61','\x80','\x03','\xe1','\x80','\x03','\xc1','\x80','\x40','\x01','\x80','\x40','\x01','\x80','\x40','\x01','\x80','\x60','\x01','\xff','\xe0','\x00','\xff','\xc0','\x00','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x03','\x00','\x2e','\x03','\x00','\x2d','\x3f','\xf0','\x2d','\xb0','\x30','\x6d','\xb0','\x30','\x6c','\x3f','\xf0','\x4c','\x30','\x30','\xcc','\x30','\x30','\xcc','\x3f','\xf0','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x3f','\xf0','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x10','\x00','\x0c','\x1c','\xc0','\x0c','\x38','\x38','\x0c','\x60','\x1c','\x0d','\x80','\x0c','\x0e','\x40','\x0c','\x0c','\x7f','\xfe','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x18','\x0c','\x67','\xfc','\xff','\xe0','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x06','\x0c','\x7f','\xff','\x0d','\xe6','\x40','\x1e','\x66','\x44','\xfc','\x66','\x47','\x6c','\x66','\x46','\x4c','\x66','\x24','\x0c','\x46','\x28','\x0c','\x46','\x20','\x0c','\xc6','\x30','\x0c','\x86','\x10','\x0c','\x86','\xd8','\x0d','\x3f','\x0f','\x7c','\x1c','\x0e','\x18','\x10','\x06','\x03','\x80','\x0c','\x03','\x02','\x3e','\x03','\x33','\xe0','\x7f','\xfb','\x00','\x10','\x43','\x00','\x08','\x73','\x00','\x0c','\x63','\x00','\x0c','\x43','\x06','\x00','\x9b','\xff','\xff','\xff','\x18','\x03','\x03','\x18','\x03','\x03','\x18','\x03','\x1b','\x18','\xff','\xff','\x18','\x07','\x03','\x18','\x0f','\x83','\x18','\x0f','\x66','\x18','\x1b','\x36','\x18','\x1b','\x34','\x18','\x33','\x0c','\x18','\x63','\x08','\x18','\x83','\x10','\x18','\x03','\x20','\x18','\x03','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x20','\xc3','\x10','\x18','\xc3','\x1c','\x0c','\xc3','\x18','\x0c','\xc3','\x10','\x00','\xc3','\x20','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3e','\x70','\x18','\x0c','\x03','\x99','\xc0','\x03','\x01','\x80','\x03','\x01','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x07','\x83','\x80','\x07','\x63','\xc0','\x0f','\x27','\xa0','\x1b','\x0d','\xb0','\x33','\x19','\x9c','\x63','\x31','\x8f','\x83','\x41','\x86','\x03','\x01','\x80','\x03','\x01','\x80','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\x7f','\xfe','\x1b','\x06','\x00','\xff','\x84','\x00','\x18','\x3f','\xfc','\x18','\x0c','\x80','\x1c','\x08','\x46','\x3a','\xff','\xff','\x3b','\x30','\x30','\x3b','\x20','\x9c','\x38','\x43','\xcf','\x78','\x9f','\x06','\x59','\x03','\x00','\x58','\x03','\x18','\x98','\xff','\xfc','\x18','\x07','\x00','\x18','\x0f','\xc0','\x18','\x1b','\x30','\x18','\x33','\x1c','\x18','\x63','\x0e','\x19','\x83','\x06','\x18','\x03','\x00','\x10','\x00','\x18','\x0c','\x1f','\xfc','\x06','\x00','\x18','\x06','\x00','\x18','\x00','\x1f','\xf8','\x00','\x00','\x18','\x80','\x00','\x18','\x60','\x1f','\xf8','\x32','\x00','\x00','\x32','\x40','\x06','\x04','\x7f','\xff','\x04','\xc0','\x06','\x0c','\xc0','\x04','\x08','\x00','\x18','\x18','\x3f','\xfc','\x18','\x08','\x18','\x30','\x08','\x30','\xf0','\x04','\x60','\x70','\x06','\xc0','\x30','\x03','\x80','\x30','\x06','\xe0','\x30','\x0c','\x7f','\x38','\x30','\x1e','\x18','\xc0','\x06','\x20','\x40','\x00','\x18','\x40','\x06','\x0c','\xff','\xff','\x0c','\xd0','\xc6','\x01','\x9c','\xc4','\x01','\x98','\xc8','\x80','\x18','\xc0','\x60','\x30','\xc0','\x32','\x20','\xfe','\x32','\x40','\x7e','\x04','\x83','\x80','\x04','\x03','\x00','\x0c','\x03','\x06','\x09','\xff','\xff','\x18','\x0f','\x40','\x18','\x0f','\x40','\x30','\x1b','\x20','\xf0','\x1b','\x30','\x70','\x33','\x18','\x30','\x63','\x1f','\x30','\xc3','\x0e','\x33','\x03','\x06','\x38','\x03','\x00','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x06','\x00','\x4c','\x06','\x00','\x6c','\x0d','\x00','\x6c','\x0c','\x80','\x0c','\x18','\x60','\x0c','\x30','\x38','\x0c','\x62','\x1f','\x1c','\xc7','\x06','\xff','\x0e','\x00','\x6c','\x18','\x40','\x4c','\x60','\xe0','\x08','\x01','\xc0','\x18','\x07','\x08','\x18','\x1c','\x1c','\x10','\xe0','\x38','\x30','\x00','\xe0','\x20','\x03','\x80','\x40','\x1c','\x00','\x01','\xe0','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x83','\x80','\x03','\xc0','\x70','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0d','\x90','\xc6','\xff','\xdf','\xff','\x01','\x98','\xc6','\x03','\x18','\xc6','\x03','\x18','\xc6','\x06','\x18','\xc6','\x06','\x1f','\xfe','\x0c','\x18','\xc6','\x0e','\x18','\xc6','\x1d','\x98','\xc6','\x2c','\xd8','\xc6','\xcc','\xd8','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x20','\x00','\x00','\x60','\x30','\x1f','\xff','\xf8','\x00','\x44','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x01','\x00','\x03','\x06','\x80','\x02','\x1f','\x60','\x05','\xf8','\x38','\x08','\x18','\x1f','\x30','\x18','\x66','\xcf','\xff','\xf0','\x00','\x78','\x00','\x00','\xde','\x00','\x01','\x99','\xe0','\x03','\x18','\x78','\x0c','\x18','\x1c','\x70','\x18','\x0c','\x00','\x18','\x00','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x04','\x00','\xc0','\x49','\x10','\xc6','\x31','\xdf','\xff','\x19','\x98','\xc6','\x1b','\x18','\xc6','\x02','\x18','\xc6','\x05','\x18','\xc6','\x08','\x9f','\xfe','\xff','\xd8','\xc6','\x7e','\xd8','\xc6','\x46','\x18','\xc6','\x06','\x18','\xc6','\x46','\x18','\xc6','\x77','\x1f','\xfe','\x66','\xd8','\xc6','\x66','\x60','\xc0','\x46','\x60','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x30','\x3f','\xff','\xf8','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x3f','\xff','\xf0','\x30','\x18','\x30','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x01','\xcc','\x00','\x01','\x84','\x10','\x11','\x86','\x08','\x11','\x86','\x0c','\x11','\x86','\x06','\x11','\x80','\x06','\x31','\x80','\x03','\x21','\x80','\x43','\x61','\x80','\x43','\xe1','\x80','\x40','\xc1','\x80','\x60','\x01','\xff','\xe0','\x00','\xff','\xc0','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x03','\x00','\x0c','\x03','\x12','\x3e','\x7f','\xfb','\xe0','\x00','\x43','\x00','\x20','\x63','\x00','\x18','\x43','\x06','\x08','\x8b','\xff','\xff','\xff','\x18','\x03','\x03','\x18','\x03','\x0b','\x18','\xff','\xff','\x18','\x07','\x03','\x18','\x0f','\x83','\x18','\x0b','\x63','\x18','\x1b','\x32','\x18','\x33','\x36','\x18','\x63','\x04','\x18','\x83','\x08','\x18','\x03','\x10','\x18','\x07','\x04','\x0c','\x06','\x07','\xfe','\x06','\x66','\x0c','\x7f','\xf6','\x0c','\x20','\x86','\x0c','\x10','\xe7','\xfc','\x18','\xc6','\x0c','\x18','\x86','\x0c','\x01','\x36','\x0c','\xff','\xfe','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x06','\x36','\x0c','\xff','\xfe','\x0c','\x06','\x06','\x0c','\x26','\x07','\xfc','\x3e','\x82','\x30','\x36','\x63','\xb0','\x26','\x33','\x30','\x66','\x33','\x32','\x46','\x06','\x32','\x86','\x0c','\x33','\x06','\x18','\x3f','\x06','\x60','\x1e','\x03','\x03','\x00','\x7f','\x83','\x00','\x00','\x06','\x80','\x00','\x06','\x80','\x01','\x84','\x40','\xff','\xcc','\x60','\x00','\x08','\x30','\x00','\x18','\x38','\x03','\x12','\x1c','\x7f','\xa3','\x8f','\x00','\x47','\x06','\x00','\x86','\x00','\x03','\x0c','\x40','\x7f','\x98','\x70','\x00','\x20','\xe0','\x00','\x01','\xc0','\x43','\x03','\x08','\x7f','\x86','\x0e','\x63','\x18','\x1c','\x63','\x00','\x38','\x63','\x00','\x60','\x63','\x01','\xc0','\x7f','\x07','\x00','\x63','\x38','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x04','\x60','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc4','\x07','\xff','\xc7','\x06','\x00','\xc6','\x06','\x00','\xcc','\x06','\x00','\xc8','\x07','\xff','\xd0','\x06','\x00','\xe0','\x06','\x00','\xc0','\x06','\x0f','\xc0','\xff','\xf3','\xc0','\x7e','\x06','\xc0','\x40','\x0c','\xc0','\x00','\x18','\xc0','\x00','\x60','\xc0','\x01','\x80','\xc0','\x0e','\x00','\xc0','\x70','\x07','\xc0','\x00','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x01','\x00','\x02','\x01','\xc0','\x01','\x01','\x80','\x01','\x83','\x00','\x01','\x82','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x20','\x80','\x40','\x38','\xe0','\x30','\x30','\xc0','\x18','\x30','\x80','\x0c','\x61','\x0c','\x0c','\x7f','\xfe','\x00','\xe1','\x80','\x00','\xe1','\x80','\x01','\x61','\x98','\x02','\x7f','\xfc','\x0c','\x61','\x80','\xfe','\x61','\x80','\x0c','\x61','\x98','\x0c','\x7f','\xfc','\x0c','\x61','\x80','\x0c','\x61','\x80','\x0c','\x61','\x80','\x0c','\x61','\x86','\x0c','\x7f','\xff','\x0c','\x60','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x03','\x00','\x70','\x03','\x00','\x60','\x06','\x80','\x60','\x06','\x60','\x60','\x04','\x30','\x60','\x0c','\x30','\x60','\x08','\x00','\x60','\x10','\xc0','\x60','\x3f','\xe0','\x66','\x43','\x0f','\xff','\x83','\x00','\x60','\x03','\x60','\x60','\x7f','\xf0','\x60','\x03','\x00','\x60','\x03','\x40','\x60','\x43','\x70','\x60','\x33','\x60','\x60','\x1b','\x40','\x60','\x1b','\x80','\x60','\x03','\x00','\x60','\x03','\xe0','\x60','\x7f','\x00','\x60','\x3c','\x00','\x60','\x20','\x00','\x60','\x00','\x00','\x60','\x0f','\xff','\xf0','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x9b','\xe4','\xc0','\x18','\x08','\x0f','\x9b','\xe0','\x00','\x18','\x00','\x20','\x00','\x18','\x3f','\xff','\xfc','\x30','\x00','\x00','\x30','\x00','\x00','\x33','\xff','\xe0','\x30','\x00','\x00','\x30','\x00','\x0c','\x3f','\xff','\xfe','\x31','\x84','\x20','\x21','\x82','\x70','\x61','\x81','\x80','\x5f','\xf8','\xf0','\x8f','\x80','\x3f','\x08','\x00','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\x41','\x00','\x00','\xc1','\x00','\x00','\x80','\x80','\x01','\x80','\xc0','\x01','\x00','\x60','\x02','\x00','\x70','\x04','\x00','\x3c','\x08','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x04','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x18','\x0c','\x7f','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x58','\x00','\x00','\x98','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x06','\x30','\x0c','\x01','\xb0','\x0c','\x00','\x70','\x0c','\x00','\x38','\x0c','\x00','\x6e','\x0c','\x00','\x67','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x1c','\x01','\x80','\x18','\x01','\x00','\x18','\x02','\x00','\x38','\x04','\x00','\x30','\x08','\x00','\x70','\x30','\x03','\xe0','\xc0','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x30','\x82','\x18','\x3f','\xff','\xfc','\x30','\x82','\x18','\x30','\x82','\x18','\x3f','\xff','\xf8','\x31','\x83','\x00','\x31','\x83','\x18','\x31','\xfb','\xe0','\x31','\x83','\x04','\x31','\x83','\x06','\x3f','\xfb','\xfe','\x37','\x81','\xfc','\x34','\x0c','\x00','\x20','\x0c','\x00','\x67','\xff','\xfc','\x60','\x0c','\x00','\x40','\x0c','\x06','\x9f','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x01','\xf8','\x00','\x1f','\x80','\x01','\xf8','\x00','\x3e','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x60','\x07','\xff','\xf0','\x00','\x00','\x60','\x00','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\xc4','\x0c','\x7f','\xe7','\xfe','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\xe6','\x0c','\x7f','\x07','\xfc','\x30','\x00','\x60','\x00','\x00','\x66','\xff','\xff','\xff','\x02','\x00','\x60','\x01','\x80','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\x03','\xe0','\x00','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\xc3','\x00','\x18','\xc3','\xfc','\x19','\x81','\xfc','\x1e','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x04','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x01','\x30','\x06','\x01','\x00','\x0c','\x00','\x80','\x0c','\x40','\x80','\x0c','\x30','\x40','\x08','\x18','\x60','\x18','\x0c','\x30','\x10','\x0e','\x38','\x30','\x06','\x1f','\x20','\x00','\x0e','\x40','\x00','\x06','\x81','\x80','\x00','\x00','\x70','\x00','\x00','\x1c','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x20','\x60','\x00','\x3f','\xf0','\x0c','\x31','\x0f','\xfe','\x31','\x02','\x0c','\x3f','\xe1','\x18','\x30','\x61','\x10','\x30','\x60','\xa0','\x3f','\xe0','\x40','\x31','\x00','\xa0','\x31','\x03','\x18','\x3f','\xec','\x0f','\x30','\x00','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x03','\x00','\x00','\x7f','\x80','\x30','\x00','\x3f','\xf8','\x00','\x06','\x30','\x01','\x86','\x30','\xff','\xc6','\x30','\x00','\x06','\x30','\x00','\x06','\x30','\x03','\x06','\x30','\x7f','\x86','\x30','\x00','\x06','\x30','\x00','\x3f','\xb0','\x03','\x06','\x30','\x7f','\x86','\x30','\x00','\x06','\x30','\x00','\x06','\x30','\x43','\x04','\x30','\x7f','\x8c','\x12','\x63','\x0c','\x1a','\x63','\x08','\x1a','\x63','\x18','\x0e','\x63','\x10','\x0e','\x7f','\x20','\x07','\x63','\x40','\x03','\x00','\x00','\x30','\x41','\xff','\xf8','\x30','\x00','\x30','\x18','\x00','\x30','\x0c','\x1c','\x30','\x0c','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x19','\x30','\x01','\xff','\xb0','\x0c','\x18','\x30','\xfe','\x18','\x30','\x0c','\x18','\x12','\x0c','\x18','\x12','\x0c','\x18','\x1a','\x0c','\x18','\x0a','\x0c','\x18','\x0e','\x0c','\x18','\x07','\x0c','\x18','\x03','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x41','\x81','\xc0','\x7f','\xc1','\x80','\x61','\x81','\x86','\x63','\x7f','\xff','\x62','\x01','\x80','\x66','\x21','\x8c','\x64','\x3f','\xfe','\x68','\x31','\x8c','\x64','\x31','\x8c','\x66','\x31','\x8c','\x62','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x6f','\x01','\x80','\x66','\x01','\x86','\x60','\xff','\xff','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x1d','\xc0','\x00','\x19','\x80','\x06','\x19','\xb7','\xff','\xff','\xf8','\xc6','\x19','\x80','\xc6','\x19','\x80','\xc6','\x1f','\x80','\xc6','\x06','\x00','\xc6','\x46','\x64','\xc6','\x7f','\xf2','\xc6','\x66','\x61','\xc6','\x66','\x60','\xc6','\x66','\x60','\xe6','\x66','\x60','\xe6','\x7f','\xe0','\xb6','\x66','\x61','\xb6','\x06','\x01','\x86','\x06','\x61','\x06','\xff','\xf3','\x06','\x06','\x02','\x0e','\x06','\x06','\x0c','\x06','\x04','\x0c','\x06','\x08','\x7c','\x06','\x30','\x18','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x06','\x1f','\xf7','\xff','\x12','\x0d','\x00','\x21','\x88','\xc0','\x40','\x90','\x40','\x80','\x00','\x0c','\x3f','\xff','\xfe','\x00','\x00','\x0c','\x00','\x03','\x0c','\x1f','\xff','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x08','\x06','\x0c','\x0f','\xff','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0f','\xfe','\x0c','\x0c','\x06','\x0c','\x0c','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x0c','\x00','\x00','\x7e','\x00','\x06','\x01','\xff','\xff','\x00','\x66','\x00','\x06','\x66','\x00','\xff','\x66','\x0c','\x00','\x67','\xfe','\x00','\x7e','\x8c','\x0c','\x66','\x8c','\x7e','\x66','\x8c','\x00','\x66','\x88','\x00','\x66','\x58','\x0c','\x7e','\x58','\x7e','\x66','\x50','\x00','\x66','\x70','\x00','\x66','\x20','\x46','\x66','\x70','\x7e','\x6e','\x50','\x66','\x76','\x58','\x67','\xe6','\x8c','\x66','\xc6','\x8f','\x66','\x87','\x06','\x7e','\x06','\x06','\x66','\x06','\x00','\x02','\x00','\x06','\x03','\xbf','\xff','\x07','\x01','\x80','\x06','\x01','\x00','\x0c','\x12','\x0c','\x18','\x1f','\xfe','\x30','\x18','\x0c','\x42','\x18','\x0c','\x83','\x98','\x0c','\x07','\x1f','\xfc','\x06','\x18','\x0c','\x0c','\x18','\x0c','\x18','\x18','\x0c','\x20','\x1f','\xfc','\x42','\x18','\x0c','\x83','\x98','\x0c','\x07','\x18','\x0c','\x06','\x1f','\xfc','\x0c','\x00','\x00','\x18','\x08','\x20','\x30','\x0e','\x18','\x40','\x1c','\x0e','\x80','\x30','\x07','\x01','\xc0','\x03','\x00','\x30','\x80','\xff','\xf8','\xe0','\x05','\x00','\xc0','\x05','\x01','\x80','\x05','\x01','\x80','\x45','\x31','\x06','\x7f','\xfb','\xff','\x65','\x32','\xc0','\x65','\x34','\xc0','\x65','\x38','\xc0','\x65','\x30','\xcc','\x69','\xf0','\xfe','\x68','\xf0','\xc0','\x70','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc6','\x60','\x30','\xff','\x7f','\xf0','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x7f','\xf0','\xc0','\x60','\x30','\xc0','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x40','\x46','\x60','\x30','\x76','\x64','\x18','\x66','\x63','\x18','\x66','\x61','\x80','\xc6','\x61','\x80','\xc6','\x60','\x21','\x86','\x60','\x11','\x86','\x60','\x0b','\x06','\x60','\x06','\x06','\x60','\x0f','\x06','\x60','\x19','\x86','\x60','\x31','\xc6','\x60','\x60','\xc6','\x61','\x80','\xc6','\x66','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x1c','\x37','\xfe','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x32','\x18','\x1a','\x33','\xfd','\xff','\x33','\x18','\x18','\x33','\x18','\x18','\x33','\x19','\x18','\x33','\x18','\x98','\x33','\xf8','\xd8','\x30','\x10','\xd8','\x32','\x1c','\x18','\x31','\x18','\x18','\x21','\x90','\x18','\x61','\x90','\x18','\x40','\x26','\x18','\x4f','\xf8','\x18','\x87','\x80','\xf8','\x04','\x00','\x30','\x00','\x00','\x00','\x40','\x00','\x0c','\x30','\xff','\xfe','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x0c','\x3f','\xf8','\xfe','\x00','\x00','\x0c','\x20','\x20','\x0c','\x10','\x38','\x0c','\x18','\x30','\x0c','\x0c','\x60','\x0c','\x0c','\x40','\x0c','\x00','\x86','\x0d','\xff','\xff','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x08','\x00','\x00','\x0e','\x00','\x43','\x0c','\x00','\x7f','\x8c','\x00','\x63','\x0c','\x06','\x63','\x1f','\xff','\x63','\x18','\x06','\x63','\x10','\x0c','\x63','\x33','\x88','\x63','\x23','\x10','\x63','\x43','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x06','\x80','\x63','\x06','\x80','\x63','\x06','\x80','\x63','\x0c','\x40','\x7f','\x0c','\x40','\x63','\x18','\x20','\x60','\x18','\x30','\x00','\x30','\x18','\x00','\x60','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x1f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc6','\xff','\xff','\xff','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xd8','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x51','\x80','\xc0','\x7f','\xd0','\xc6','\x61','\x9f','\xff','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x7f','\x98','\xc6','\x61','\x98','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x61','\x98','\xc6','\x7f','\xd8','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xde','\x61','\x98','\xcc','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x60','\x00','\xc0','\x00','\x00','\xc0','\x0e','\x08','\x00','\x0c','\x0e','\x40','\x0c','\x0c','\x70','\x0c','\x0c','\x60','\x0c','\x18','\x40','\x0d','\x98','\x86','\xff','\xdf','\xff','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0d','\x70','\xc0','\x0e','\x70','\xcc','\x0c','\xbf','\xfe','\x1d','\x30','\xc0','\xfc','\x30','\xc0','\x6c','\x30','\xc0','\x4c','\x30','\xcc','\x0c','\x3f','\xfe','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x7c','\x3f','\xff','\x18','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x08','\x00','\x18','\x0e','\x01','\x9c','\x1c','\x7f','\xdc','\x38','\x01','\x9a','\x60','\x01','\x9a','\x80','\x03','\x19','\x00','\x03','\x19','\x00','\x06','\x18','\x80','\x06','\x18','\xc0','\x0c','\x18','\x60','\x08','\x18','\x70','\x10','\x18','\x38','\x20','\x18','\x1f','\x40','\x18','\x0e','\x80','\x18','\x06','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x86','\x00','\x2c','\xec','\x06','\x2c','\xcf','\xff','\x2d','\x88','\x06','\x6d','\x18','\x04','\x6e','\x13','\x88','\xcc','\x23','\x10','\xcc','\x43','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x1a','\x04','\x40','\x19','\x8c','\x40','\x18','\xc8','\x20','\x10','\xd8','\x30','\x30','\x10','\x18','\x20','\x20','\x1f','\x40','\x40','\x0e','\x81','\x80','\x06','\x00','\x00','\x38','\x43','\x01','\xfc','\x7f','\x9f','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x84','\x63','\x7f','\xfe','\x7f','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x9a','\x63','\xff','\xff','\x7f','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x7f','\xfe','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x46','\x83','\x00','\x26','\xe3','\x30','\x36','\xdf','\xf8','\x36','\x83','\x30','\x07','\x03','\x32','\x06','\x42','\x32','\xff','\xe6','\x33','\x06','\x04','\x3f','\x06','\x08','\x1e','\x0f','\x30','\x00','\x0e','\xc1','\xc0','\x1e','\x61','\x80','\x16','\x61','\x80','\x36','\x01','\x86','\x26','\x7f','\xff','\x46','\x01','\x80','\x86','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x60','\x0c','\xff','\xff','\xfe','\x20','\x64','\x0c','\x1c','\x63','\x8c','\x0c','\x61','\x8c','\x00','\xe0','\x1c','\x07','\x60','\x6c','\x7c','\x67','\xcc','\x30','\x63','\x0c','\x20','\x1a','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x03','\x00','\xc0','\x06','\x01','\x80','\x05','\x01','\x40','\x08','\xc2','\x30','\x30','\x5c','\x10','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x74','\x08','\x00','\xe4','\x0e','\x01','\xc2','\x1c','\x03','\x83','\x10','\x0d','\x81','\xa0','\x31','\x80','\xc0','\xc1','\x80','\x70','\x01','\x8e','\x3f','\x1f','\xf0','\x1e','\x0f','\x00','\x06','\x08','\x00','\x00','\x00','\x20','\x40','\x40','\x18','\x70','\x30','\x0c','\x60','\x18','\x0c','\x40','\x0c','\x00','\x8c','\x0c','\xff','\xfe','\x00','\x07','\x00','\x00','\x0e','\x08','\x00','\x31','\x0e','\x00','\xc3','\x8c','\x0c','\x05','\x88','\xfe','\x09','\xd0','\x0c','\x31','\xa0','\x0c','\xc3','\xb0','\x0c','\x05','\x98','\x0c','\x19','\x9f','\x0c','\x61','\x8e','\x0d','\x83','\x86','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x31','\xc0','\xff','\xf9','\x80','\x05','\x01','\x80','\x05','\x01','\x98','\x05','\x0f','\xfc','\x45','\x31','\x98','\x7f','\xf9','\x98','\x65','\x31','\x9a','\x65','\x31','\x1a','\x65','\x33','\x1b','\x65','\x32','\x1f','\x6d','\xf4','\x0e','\x68','\xf8','\xe0','\x70','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc6','\x60','\x3f','\xff','\x7f','\xf0','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x7f','\xf0','\xc0','\x60','\x30','\xc0','\x06','\x02','\x00','\x06','\x03','\xa0','\x0d','\x03','\x38','\x0c','\xc3','\x30','\x08','\x66','\x20','\x18','\x64','\x46','\x10','\x0f','\xff','\x21','\x8c','\x40','\x3f','\xdc','\x40','\x46','\x2c','\x40','\x86','\x4c','\x4c','\x06','\x0f','\xfe','\x7f','\xec','\x40','\x06','\x0c','\x40','\x06','\x8c','\x40','\x46','\xec','\x4c','\x26','\xcf','\xfe','\x36','\x8c','\x40','\x37','\x0c','\x40','\x06','\x0c','\x40','\x06','\xcc','\x40','\xff','\x0c','\x46','\x78','\x0f','\xff','\x40','\x0c','\x00','\x06','\x00','\x18','\x06','\x00','\xfc','\x0d','\x0f','\xc0','\x0c','\xc0','\xc0','\x08','\x60','\xc0','\x18','\x60','\xcc','\x10','\x1f','\xfe','\x21','\x84','\xc8','\x3f','\xc4','\xc8','\x46','\x04','\xc8','\x86','\x04','\xca','\x06','\x3f','\xff','\x7f','\xc4','\xc8','\x06','\x04','\xc8','\x06','\x84','\xc8','\x46','\xe4','\xc8','\x26','\xc4','\xc8','\x36','\x9f','\xfe','\x37','\x00','\xc0','\x06','\x00','\xc0','\x06','\xc0','\xc0','\xff','\x00','\xc6','\x78','\x3f','\xff','\x40','\x00','\x00','\x43','\x00','\xe0','\x7f','\x80','\xc0','\x63','\x00','\xc6','\x62','\x9f','\xff','\x66','\x61','\x80','\x64','\x31','\x80','\x64','\x31','\x0c','\x68','\x03','\xfe','\x64','\x03','\x0c','\x64','\x07','\x0c','\x66','\x6b','\xfc','\x67','\xf3','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\xfc','\x66','\x63','\x0c','\x7e','\x63','\x0c','\x6c','\x63','\x0c','\x60','\x63','\x3c','\x60','\x63','\x18','\x60','\xd0','\x00','\x67','\x8f','\xff','\x63','\x03','\xfe','\x62','\x00','\x00','\x00','\x01','\xc0','\x03','\x71','\x87','\xff','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x18','\x60','\x06','\x18','\x00','\x00','\x1b','\x00','\x06','\xff','\xff','\xff','\x18','\x03','\x00','\x18','\x02','\x00','\x18','\x44','\x06','\x18','\x7f','\xff','\x18','\x64','\x46','\x18','\x64','\x46','\x19','\x64','\x46','\x1e','\x64','\x46','\xf8','\x64','\x46','\x60','\x64','\x46','\x40','\x64','\x46','\x00','\x64','\x5e','\x00','\x60','\x0c','\x10','\x80','\x70','\x1f','\xc0','\x60','\x10','\x90','\x60','\x10','\x88','\x66','\x17','\x8f','\xff','\x14','\x8c','\x40','\x14','\x8c','\xc0','\x54','\xa0','\x84','\x7f','\xf1','\xfe','\xc0','\x22','\x84','\xc0','\x40','\x84','\x1f','\x8c','\xfc','\x10','\xbe','\x84','\x10','\x8c','\x84','\x1f','\x8c','\xfc','\x10','\x8c','\x84','\x10','\x8c','\x84','\x10','\x8c','\x84','\x1f','\x8c','\x9c','\x10','\x8c','\x8c','\x10','\x8c','\x00','\x10','\xbb','\xff','\x13','\x98','\xfe','\x11','\x90','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x08','\x67','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x30','\x1c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x43','\xa1','\x00','\x33','\x39','\xc0','\x1b','\x31','\x80','\x1b','\x21','\x80','\x03','\x41','\x80','\xff','\xfb','\x06','\x07','\x03','\xff','\x0f','\x82','\x10','\x0b','\x66','\x1c','\x1b','\x25','\x18','\x33','\x09','\x18','\xc3','\x11','\x18','\x06','\x01','\x30','\x06','\x18','\xb0','\xff','\xfc','\xa0','\x0c','\x60','\xe0','\x18','\x60','\x40','\x18','\xc0','\xe0','\x36','\xc0','\xa0','\x31','\x81','\xb0','\x03','\x71','\x18','\x06','\x32','\x1f','\x18','\x04','\x0e','\xe0','\x18','\x06','\x0e','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x00','\x0d','\xb0','\x10','\xff','\xf0','\x1c','\x0c','\x34','\x18','\x0c','\x32','\x18','\x0c','\x31','\x30','\x1e','\x31','\xb0','\x1d','\x30','\xa0','\x1d','\xb0','\xe0','\x3d','\xb0','\x40','\x2c','\x30','\xe0','\x2c','\x30','\xb0','\x6c','\x31','\xb0','\x4c','\x31','\x18','\x8c','\x32','\x18','\x0c','\x34','\x18','\x0c','\x38','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0c','\x30','\x00','\x07','\x04','\x00','\x06','\x06','\x06','\x06','\x07','\xff','\x06','\x4c','\x06','\x7f','\xe8','\x86','\x06','\x14','\x96','\x06','\x04','\x96','\x06','\x07','\xf6','\x06','\x21','\x0c','\xff','\xf2','\x7c','\x06','\x04','\x18','\x06','\x0b','\x06','\x26','\x03','\xff','\x36','\x46','\x06','\x37','\xe4','\x86','\x36','\x08','\x96','\x36','\x34','\x96','\x36','\x07','\xf6','\x36','\x01','\x06','\x2e','\x06','\x3e','\x66','\x18','\x0c','\x43','\x80','\x00','\x40','\xff','\xff','\x80','\x3f','\xfe','\x10','\x01','\x00','\x1c','\x01','\xd0','\x18','\x61','\x9c','\x3f','\xf1','\x98','\x20','\x63','\x10','\x48','\x62','\x26','\xa9','\x67','\xff','\x29','\x66','\x20','\x3f','\x6e','\x20','\x10','\xd6','\x20','\x23','\xc6','\x24','\x41','\x87','\xfe','\x10','\x06','\x20','\x1c','\x06','\x20','\x18','\x66','\x20','\x3f','\xf6','\x24','\x20','\x67','\xfe','\x48','\x66','\x20','\xa9','\x66','\x20','\x29','\x66','\x20','\x3f','\x66','\x20','\x10','\xc6','\x26','\x23','\xc7','\xff','\x41','\x86','\x00','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\xff','\xff','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\xe0','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x0d','\xbf','\xff','\x1e','\x30','\xc0','\xfc','\x30','\xc0','\x6c','\x30','\xc0','\x4c','\x28','\xcc','\x0c','\x6f','\xfe','\x0c','\x6c','\x0c','\x0c','\x4c','\x0c','\x0c','\xcc','\x0c','\x0c','\x8c','\x0c','\x0d','\x0c','\x0c','\x7c','\x0f','\xfc','\x18','\x0c','\x0c','\x07','\x00','\x10','\x06','\x00','\x1c','\x06','\x00','\x38','\x06','\x00','\x30','\x06','\x60','\x60','\xff','\xf0','\xc0','\x06','\x01','\x80','\x06','\x03','\x08','\x0e','\x0c','\x0e','\x0f','\x00','\x1c','\x0e','\xc0','\x38','\x1e','\x60','\x70','\x16','\x60','\xe0','\x36','\x01','\x80','\x26','\x06','\x04','\x46','\x18','\x07','\x86','\x00','\x0e','\x06','\x00','\x1c','\x06','\x00','\x38','\x06','\x00','\x60','\x06','\x00','\xc0','\x06','\x03','\x00','\x06','\x0c','\x00','\x06','\x30','\x00','\x0e','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\xcc','\x0c','\xff','\xef','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1e','\x0f','\xfc','\x1d','\x8c','\x0c','\x1c','\xc0','\x00','\x3c','\xd0','\x06','\x2c','\x1f','\xff','\x2c','\x18','\x06','\x6c','\x18','\x06','\x4c','\x18','\x06','\x8c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x32','\x00','\xc4','\x63','\xff','\xe8','\x63','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\x00','\x03','\x00','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x80','\x06','\x03','\x0f','\xff','\x03','\x00','\x60','\x23','\x30','\x40','\x3f','\xf8','\x86','\x33','\x37','\xff','\x33','\x26','\x06','\x33','\x46','\x06','\x33','\x06','\x06','\x33','\x07','\xfe','\x33','\x66','\x06','\x3f','\xf6','\x06','\x30','\x66','\x06','\x30','\x67','\xfe','\x34','\xc6','\x06','\x32','\xc6','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x23','\x47','\xfe','\x62','\x62','\x00','\x44','\x63','\x98','\x48','\x07','\x06','\x90','\x0c','\x03','\x00','\x30','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x02','\x18','\x60','\x03','\x98','\x18','\x07','\x19','\x0e','\x0e','\x19','\xc7','\x1c','\x1b','\x83','\x30','\x7f','\x00','\xc0','\x1c','\x00','\x00','\x39','\x00','\x00','\x63','\x80','\x01','\x84','\x18','\x07','\xff','\xfc','\x0e','\x0c','\x00','\x36','\x0c','\x00','\xc7','\xff','\xf0','\x06','\x0c','\x00','\x06','\x0c','\x00','\x07','\xff','\xf0','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x06','\x07','\xff','\xff','\x06','\x00','\x00','\x1c','\x20','\x0c','\x18','\x3f','\xfe','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1b','\x30','\x0c','\xff','\xb0','\x0c','\x03','\x3f','\xfc','\x06','\x30','\x0c','\x06','\x30','\xe0','\x0d','\x30','\xc0','\x09','\xb0','\xc6','\x1b','\x3f','\xff','\x3c','\x30','\xc0','\x5a','\x30','\xc0','\x9b','\x30','\xc0','\x1b','\x28','\xcc','\x18','\x6f','\xfe','\x18','\x6c','\x0c','\x18','\x4c','\x0c','\x18','\xcc','\x0c','\x18','\x8c','\x0c','\x19','\x0c','\x0c','\x18','\x0f','\xfc','\x18','\x0c','\x0c','\x10','\x03','\x08','\x0c','\xff','\x1c','\x06','\x06','\xb0','\x06','\x86','\x42','\x00','\x4c','\x47','\x00','\x6c','\x2c','\x80','\x78','\x30','\x60','\x10','\x18','\x32','\x2f','\xdc','\x32','\x40','\x0f','\x04','\x80','\x06','\x05','\x20','\x30','\x0c','\x3f','\xf8','\x08','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x30','\x3f','\xf0','\xf0','\x40','\x40','\x70','\x30','\x70','\x30','\x18','\x60','\x30','\x18','\x40','\x30','\x00','\x86','\x39','\xff','\xff','\x18','\x00','\x00','\x1c','\x06','\x06','\x19','\xff','\xff','\x18','\x06','\x06','\x18','\x86','\x86','\x18','\x66','\x66','\x1b','\x26','\x26','\xff','\x86','\x06','\x18','\x0e','\x0e','\x18','\x36','\x36','\x18','\xe6','\xe6','\x18','\x46','\x46','\x19','\x01','\x00','\x1e','\x01','\x80','\xfc','\x42','\x0c','\x78','\x7f','\xfe','\x58','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\xf8','\x7f','\xfc','\x30','\x60','\x0c','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x04','\x01','\x80','\x03','\x01','\x80','\x01','\x81','\x80','\x01','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x07','\x1c','\x70','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x1f','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x06','\x00','\x00','\x20','\x70','\x06','\x18','\x61','\xff','\x0c','\x60','\x30','\x0c','\x64','\x20','\x03','\xfe','\xa6','\x00','\x60','\xff','\x82','\x64','\xc6','\x43','\xfc','\xc6','\x62','\x64','\xc6','\x6a','\x64','\xfe','\x0a','\x64','\xc6','\x0a','\x64','\xc6','\x0a','\x64','\xc6','\x13','\xfc','\xfe','\x12','\x64','\xc6','\x10','\x60','\xc6','\x30','\xf0','\xc6','\xf0','\xe8','\xc6','\x71','\xec','\xfe','\x31','\x6c','\x00','\x32','\x60','\x48','\x34','\x60','\x66','\x38','\x60','\xc3','\x18','\x63','\x03','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x63','\x30','\xff','\xf3','\xf8','\x00','\x02','\x30','\x00','\x06','\x30','\x40','\xc6','\x30','\x7f','\xe4','\x30','\x64','\xcc','\x60','\x64','\xc8','\x60','\x64','\xd0','\x60','\x64','\xc0','\x40','\x7f','\xc0','\xc0','\x64','\xc0','\xa0','\x64','\xc1','\xa0','\x64','\xc1','\x10','\x64','\xc3','\x10','\x64','\xc2','\x18','\x7f','\xc4','\x0c','\x60','\xc8','\x0f','\x60','\x10','\x06','\x00','\x60','\x06','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x18','\x06','\x1f','\xfc','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\x98','\x00','\x18','\x78','\x00','\x10','\x3e','\x00','\x20','\x0f','\xff','\xc0','\x01','\xfe','\x00','\x07','\x00','\x40','\x06','\x00','\x20','\x06','\x0c','\x33','\xff','\xfe','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x7f','\xf0','\x02','\x06','\x30','\x02','\x06','\x36','\x05','\xff','\xff','\x04','\x06','\x30','\x0c','\x06','\x30','\x08','\x7f','\xf0','\x18','\x08','\x00','\x18','\x0c','\x06','\x33','\xff','\xff','\xf0','\x18','\x60','\x70','\x30','\xc0','\x30','\x30','\xc0','\x30','\x6d','\x80','\x30','\x63','\xc0','\x38','\x06','\x70','\x18','\x18','\x38','\x01','\xe0','\x18','\x03','\x80','\x0e','\x23','\x00','\x0c','\x3b','\x01','\xcc','\x33','\x31','\x8c','\x3f','\xf9','\x8c','\x63','\x01','\x8c','\x43','\x01','\x8c','\x83','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x43','\x19','\x8c','\x7f','\xfd','\x8c','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x78','\x0c','\x63','\x30','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x02','\x01','\xc0','\x02','\x01','\x80','\x3f','\xe1','\x80','\x02','\x01','\x98','\x02','\x0f','\xfc','\x7f','\xf1','\x98','\x0c','\x81','\x98','\x18','\x95','\x18','\x62','\x73','\x1a','\x02','\x01','\x9a','\x3f','\xe2','\xca','\x02','\x04','\xca','\x03','\xd8','\x06','\xfe','\x00','\x07','\x60','\x38','\x03','\x00','\x30','\x30','\x1f','\xff','\xf8','\x00','\x30','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\xc0','\x30','\x01','\x80','\x60','\x06','\x03','\xe0','\x38','\x00','\xc0','\x0e','\x00','\xe0','\x0c','\x08','\xc0','\x0c','\x0e','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0d','\x8c','\xc0','\xff','\xcc','\xcc','\x19','\x8f','\xfe','\x19','\x88','\xc0','\x19','\x98','\xc0','\x19','\x90','\xc0','\x19','\xa0','\xc0','\x31','\x80','\xc0','\x33','\x00','\xcc','\x33','\x1f','\xfe','\x6a','\x00','\xc0','\x66','\x00','\xc0','\x07','\x00','\xc0','\x05','\x80','\xc0','\x0c','\xc0','\xc0','\x08','\xc0','\xc0','\x10','\x00','\xc6','\x20','\x7f','\xff','\xc0','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x0c','\x0e','\xff','\xfe','\x0c','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\x44','\x03','\x00','\x87','\x03','\x00','\x0e','\x03','\x00','\x0c','\x73','\x00','\x18','\x63','\x18','\x38','\x63','\xfc','\x58','\x63','\x00','\x98','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x06','\x1b','\xff','\xff','\x18','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x11','\x80','\x0c','\x1d','\x80','\x0c','\x19','\x80','\x0c','\x19','\x80','\x2e','\x19','\x8c','\x2d','\x3f','\xfe','\x2d','\xb1','\x80','\x6d','\xa1','\x80','\x6c','\x61','\x80','\x4c','\x41','\x80','\xcc','\x81','\x80','\xcc','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x0e','\x80','\x00','\x0c','\x60','\x00','\x0c','\x30','\x00','\x0c','\x30','\x20','\x0c','\x0c','\x3f','\xff','\xfe','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\xcc','\x20','\x3f','\xec','\x38','\x30','\xc4','\x30','\x30','\xc6','\x60','\x30','\xc6','\x60','\x30','\xc2','\xc0','\x30','\xc3','\x80','\x30','\xc1','\x00','\x30','\xc3','\x80','\x31','\x86','\xc2','\x37','\x8c','\xe2','\x23','\x18','\x72','\x60','\x30','\x3f','\x40','\xc0','\x1f','\x80','\x00','\x06','\x00','\x02','\x00','\x00','\x33','\x80','\xff','\xfb','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x06','\x3b','\x07','\xff','\x33','\x06','\x10','\x33','\x64','\x1c','\x33','\xfc','\x18','\x33','\x0a','\x18','\x33','\x12','\x18','\x33','\x22','\x30','\x33','\x01','\x30','\x33','\x01','\x20','\x33','\x01','\xe0','\x33','\x00','\xc0','\x33','\x31','\xc0','\x33','\xc1','\x60','\x3f','\x03','\x30','\xfc','\x06','\x38','\x70','\x0c','\x1f','\x40','\x18','\x0e','\x00','\x60','\x06','\x03','\x81','\x00','\x03','\x19','\xc0','\xff','\xfd','\x80','\x03','\x01','\x06','\x03','\x03','\xff','\x3f','\xf2','\x10','\x23','\x15','\x18','\x23','\x18','\xb0','\x3f','\xf0','\xe0','\x03','\x00','\x40','\x07','\xc0','\xe0','\x0f','\x31','\xb8','\x33','\x33','\x1f','\xc3','\x0c','\x06','\x03','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x07','\x18','\x00','\x06','\x1f','\xf0','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x18','\x18','\x00','\x30','\x18','\x60','\x47','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x84','\x7f','\xbf','\xfe','\x63','\x01','\x80','\x63','\x01','\x88','\x63','\x1f','\xfc','\x63','\x01','\x80','\x63','\x01','\x82','\x7f','\x7f','\xff','\x63','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x1f','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\xf8','\x00','\x18','\x30','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x03','\x00','\xff','\x83','\x00','\x0c','\x3f','\xf8','\x0c','\x03','\x18','\x0c','\x03','\x1a','\x1e','\xff','\xff','\x1d','\x03','\x18','\x1d','\x83','\x18','\x3d','\xbf','\xf8','\x2c','\x04','\x00','\x2c','\x06','\x06','\x6d','\xff','\xff','\x4c','\x0c','\x30','\x8c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x36','\xc0','\x0c','\x31','\xe0','\x0c','\x03','\x38','\x0c','\x1c','\x1c','\x0c','\xe0','\x0c','\x1c','\x00','\x00','\x18','\x00','\x06','\x18','\xff','\xff','\x18','\x06','\x60','\x1b','\x06','\x60','\xff','\x86','\x60','\x18','\x46','\x66','\x18','\x7f','\xff','\x18','\x66','\x66','\x3c','\x66','\x66','\x3a','\x66','\x66','\x3b','\x66','\x66','\x3b','\x66','\x66','\x78','\x64','\x66','\x58','\x6c','\x7e','\x58','\x68','\x3e','\x58','\x70','\x06','\x98','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x7f','\xfe','\x18','\x60','\x06','\x18','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x07','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x30','\x06','\x0f','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x04','\x0c','\xff','\xfe','\x00','\x03','\x00','\x00','\x03','\x08','\x80','\x7f','\xfc','\x60','\x03','\x00','\x32','\x03','\x02','\x33','\xff','\xff','\x04','\x00','\x00','\x04','\x20','\x18','\x0c','\x3f','\xfc','\x08','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x3f','\xf8','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x38','\x30','\xf8','\x18','\x30','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x11','\x80','\x4c','\x1d','\x80','\x6c','\x19','\x80','\x6d','\x99','\x80','\x7f','\xd9','\x8c','\x4c','\x1f','\xfe','\x4c','\x11','\x80','\x8c','\x31','\x80','\x0d','\x21','\x80','\x0e','\x21','\x80','\x0c','\x41','\x80','\x1c','\x01','\x98','\xfc','\x3f','\xfc','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x0c','\x18','\x18','\x0f','\xff','\xfc','\x0c','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x30','\x18','\x00','\x20','\x18','\x00','\x40','\x18','\x30','\x8f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x80','\x00','\x18','\x60','\x00','\x18','\x60','\x10','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x0c','\x40','\x18','\xcc','\x70','\x1f','\xe6','\x60','\x18','\xc6','\xc0','\x18','\xc3','\x80','\x18','\xc3','\x82','\x11','\x86','\xc2','\x37','\x8c','\x73','\x23','\x30','\x3f','\x40','\x00','\x0e','\x80','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4d','\x01','\x84','\x6d','\xbf','\xfe','\x6d','\x81','\x80','\x2d','\x01','\x88','\x2e','\x1f','\xfc','\x0c','\x01','\x80','\xff','\x81','\x82','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x1e','\x10','\x18','\x1d','\x9f','\xfc','\x1c','\xd8','\x18','\x3c','\xd8','\x18','\x2c','\x1f','\xf8','\x6c','\x18','\x18','\x4c','\x18','\x18','\x8c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\xf8','\x0c','\x18','\x30','\x00','\x18','\x00','\xff','\xfc','\x00','\x18','\x62','\x06','\x18','\x63','\xff','\x1f','\xe3','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x1f','\xe3','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x19','\xe3','\xfe','\xfe','\x63','\x06','\x70','\x60','\x00','\x40','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x23','\x80','\x0e','\x33','\x11','\xcc','\x3f','\xf9','\x8c','\x23','\x01','\x8c','\x43','\x09','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x23','\x19','\x8c','\x3f','\xfd','\x8c','\x33','\x19','\x8c','\x33','\x18','\x0c','\x33','\x78','\x7c','\x33','\x30','\x18','\x03','\x0e','\x00','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\xe4','\x30','\x01','\xc2','\x38','\x07','\xc3','\x40','\x1c','\xc1','\x80','\xe0','\xcc','\xc0','\x00','\xf0','\x70','\x1f','\xc0','\x3f','\x07','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x20','\xc6','\x0c','\x3f','\xff','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x31','\x86','\x0c','\x31','\x87','\xfc','\x33','\x03','\xfc','\x36','\x00','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x06','\x00','\xe8','\x7f','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc0','\x01','\xa0','\xc6','\xff','\xff','\xff','\x00','\x30','\xc0','\x00','\x30','\xc0','\x06','\x30','\xc8','\x7f','\x30','\xce','\x00','\x3e','\xcc','\x00','\x32','\x4c','\x06','\x32','\x48','\x7f','\x32','\x58','\x00','\x32','\x50','\x00','\x32','\x70','\x46','\x32','\x20','\x7f','\x32','\x70','\x66','\x2e','\x52','\x66','\x26','\xda','\x66','\x60','\x8a','\x66','\x41','\x0e','\x7e','\x86','\x07','\x61','\x00','\x03','\x07','\x00','\x0c','\x06','\x04','\x7e','\x06','\x67','\xc0','\xff','\xf6','\x00','\x06','\x06','\x06','\x06','\x07','\xff','\x07','\xe6','\x30','\xfe','\x04','\x30','\x66','\x0c','\x30','\x06','\x08','\x30','\x3e','\x10','\x30','\x0c','\xff','\x30','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x03','\x00','\xe0','\x7f','\x80','\xc0','\x00','\x00','\xc2','\x00','\x3f','\xff','\x01','\x80','\xc0','\xff','\xc0','\xc4','\x00','\x1f','\xfe','\x00','\x00','\xc0','\x03','\x00','\xc2','\x7f','\xbf','\xff','\x00','\x00','\x00','\x00','\x08','\x0c','\x03','\x0f','\xfe','\x7f','\x8c','\x0c','\x00','\x0c','\x0c','\x00','\x0f','\xfc','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x0f','\xfc','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\x0c','\x7c','\x63','\x0c','\x18','\x00','\x70','\x0c','\x40','\x61','\x3e','\x30','\x61','\xe0','\x18','\x61','\x80','\x18','\x69','\x80','\x1b','\xfd','\x80','\x00','\x61','\x86','\x00','\x61','\xff','\x00','\x61','\x98','\x00','\x69','\x98','\x18','\x71','\x98','\xfc','\xe1','\x98','\x1b','\xe1','\x98','\x19','\x61','\x98','\x18','\x61','\x98','\x18','\x61','\x18','\x18','\x63','\x18','\x19','\xe2','\x18','\x18','\xc4','\x18','\x18','\x00','\x00','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x64','\x0c','\xff','\xf7','\xfe','\x0a','\x06','\x0c','\x0a','\x06','\x0c','\x0a','\x07','\xfc','\x4a','\x66','\x0c','\x7f','\xf6','\x0c','\x6a','\x66','\x0c','\x6a','\x67','\xfc','\x6a','\x60','\x00','\x6a','\x60','\xe0','\x6b','\xe4','\xc0','\x69','\xe6','\xc0','\x70','\x66','\xc4','\x60','\x67','\xfe','\x60','\x6c','\xc0','\x60','\x68','\xc0','\x7f','\xf0','\xc8','\x60','\x67','\xfc','\x60','\x60','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc2','\x7f','\xff','\xff','\x60','\x60','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x07','\x01','\x00','\x06','\x01','\x98','\x06','\x21','\xfc','\xff','\xf3','\x18','\x06','\x02','\x30','\x06','\x44','\x20','\x7f','\xe8','\x4c','\x06','\x07','\xfe','\x06','\x20','\xcc','\xff','\xf0','\xcc','\x00','\x00','\xcc','\x20','\xcf','\xff','\x3f','\xe0','\xcc','\x30','\xc0','\xcc','\x30','\xc0','\xcc','\x3f','\xc7','\xfc','\x30','\xc0','\xcc','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x33','\xc7','\xc0','\x31','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x81','\x80','\x00','\x43','\x00','\x00','\x26','\x00','\x00','\x1c','\x00','\x00','\x37','\x80','\x01','\xc1','\xff','\x0f','\x00','\x7e','\xf3','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x30','\x00','\x60','\xc0','\x00','\x60','\x01','\x90','\x08','\x0f','\xcc','\x0e','\xfc','\x06','\x0c','\x0c','\x06','\x18','\x0c','\x06','\x10','\x0c','\x00','\x20','\x0d','\x9f','\xfc','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x9f','\xfc','\x1c','\xc0','\x60','\x3c','\xc4','\x60','\x2c','\x07','\x60','\x6c','\x06','\x60','\x4c','\x06','\x60','\x8c','\x06','\x62','\x0c','\x0c','\x62','\x0c','\x0c','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x23','\x04','\x00','\x3f','\x86','\x30','\x33','\x0f','\xf8','\x33','\x0c','\x60','\x33','\x18','\xc0','\x33','\x31','\x06','\x33','\x5f','\xff','\x3f','\x98','\x00','\x33','\x18','\x00','\x33','\x19','\x0c','\x33','\x19','\xfe','\x33','\x19','\x8c','\x33','\x19','\x8c','\x3f','\x19','\x8c','\x33','\x19','\x8c','\x33','\x19','\x8c','\x33','\x19','\xbc','\x33','\x19','\x98','\x33','\x11','\x80','\x23','\x11','\x82','\x23','\x31','\x82','\x63','\x21','\x83','\x4f','\x21','\xff','\x86','\x40','\xfe','\x02','\x04','\x00','\x03','\x87','\x00','\x07','\x06','\x00','\x06','\x08','\x18','\x0f','\xff','\xfc','\x1c','\x18','\x00','\x2c','\x18','\x00','\x4f','\xff','\xf0','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x00','\x00','\x60','\x3f','\xff','\xf0','\x01','\x01','\xc0','\x00','\x83','\x80','\x00','\x6e','\x00','\x00','\x38','\x00','\x00','\xef','\x00','\x07','\x83','\xff','\xf8','\x00','\x7e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x38','\xe0','\x18','\x30','\xc0','\x18','\x30','\xc6','\x1f','\xff','\xff','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x3f','\xc0','\x18','\x06','\x00','\x19','\x06','\x18','\x11','\xff','\xfc','\x31','\x86','\x18','\x31','\x86','\x18','\x21','\x86','\x18','\x61','\x86','\x18','\x41','\x86','\x18','\x81','\x86','\xf8','\x01','\x86','\x30','\x00','\x06','\x00','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x6c','\x0c','\x7f','\xfe','\x2e','\x0c','\x60','\x2d','\x8c','\x60','\x2c','\xcc','\x60','\x6c','\xcc','\x60','\x6c','\x0c','\x66','\x4c','\xff','\xff','\xcc','\x00','\x00','\xcc','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x00','\x03','\xa0','\x00','\x03','\x18','\x00','\x03','\x18','\x20','\x03','\x06','\x3f','\xff','\xff','\x30','\x03','\x00','\x30','\xe3','\x00','\x30','\xc3','\x08','\x30','\xc3','\x0e','\x30','\xfb','\x0c','\x30','\xc1','\x0c','\x30','\xc1','\x98','\x3f','\xfd','\x98','\x30','\xc1','\x90','\x30','\xc0','\xb0','\x34','\xd0','\xe0','\x36','\xc8','\x40','\x36','\xcc','\xe0','\x24','\xcc','\xa2','\x24','\xc1','\x32','\x68','\xc2','\x1a','\x43','\xc4','\x1f','\x41','\x98','\x0f','\x80','\x00','\x06','\x00','\x00','\x70','\x00','\x03','\xf8','\x10','\x3f','\x80','\x1f','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\xe6','\x00','\x18','\x1e','\x00','\x18','\x07','\xc0','\x10','\x06','\xf0','\x30','\x06','\x38','\x30','\x06','\x18','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x98','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x11','\xe0','\x0c','\x1f','\x00','\x0d','\x98','\x00','\xff','\xd8','\x00','\x0c','\x18','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x1e','\x18','\x60','\x1d','\x98','\x60','\x1c','\xd8','\x60','\x3c','\xd8','\x60','\x2c','\x18','\x60','\x2c','\x18','\x60','\x6c','\x10','\x60','\x4c','\x30','\x60','\x8c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x60','\x60','\x0c','\x40','\x60','\x0c','\x80','\x60','\x0d','\x00','\x60','\x0c','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x18','\x03','\xff','\xfc','\x07','\x80','\x18','\x0d','\x80','\x18','\x19','\x80','\x18','\x31','\x80','\x18','\xc1','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\xff','\xf8','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x81','\xc0','\x0f','\xc1','\x84','\xfc','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x88','\x0d','\x9f','\xfc','\xff','\xc1','\x80','\x0c','\x01','\x82','\x0c','\x7f','\xff','\x1c','\x00','\x00','\x1e','\x1f','\xf8','\x1d','\x98','\x18','\x3c','\xd8','\x18','\x2c','\xdf','\xf8','\x2c','\x18','\x18','\x6c','\x18','\x18','\x4c','\x1f','\xf8','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x04','\x00','\x0c','\x0e','\x38','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x10','\x04','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x34','\x0c','\x80','\x23','\x08','\x60','\x43','\x10','\x60','\x80','\x00','\x00','\x07','\x01','\x10','\x06','\x01','\x10','\x7f','\xef','\xfe','\x06','\x01','\x10','\x06','\x01','\x10','\x7f','\xe1','\x10','\x06','\x1f','\xff','\x06','\x00','\x00','\xff','\xf4','\x0c','\x0e','\x07','\xfe','\x1f','\x06','\x0c','\x16','\xc6','\x0c','\x36','\x67','\xfc','\x26','\x66','\x0c','\x46','\x06','\x0c','\x86','\x07','\xfc','\x06','\x06','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x84','\x0c','\x3f','\xfe','\x08','\x01','\x80','\x92','\x01','\x88','\x63','\x9f','\xfc','\x33','\x01','\x80','\x36','\x01','\x82','\x04','\x7f','\xff','\x09','\x00','\x00','\x10','\x8f','\xf8','\xff','\xcc','\x18','\x7c','\xcc','\x18','\x4c','\xcf','\xf8','\x0c','\x0c','\x18','\x4c','\x0c','\x18','\x7e','\x0f','\xf8','\x6d','\x8c','\x18','\x6c','\xcc','\x18','\x4c','\xcf','\xf8','\x4c','\x04','\x00','\x8c','\x0e','\x38','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x02','\x18','\x04','\x7f','\x34','\xfe','\x00','\x34','\x00','\x02','\x62','\x04','\x7f','\x62','\xfe','\x00','\xc1','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0b','\xff','\xff','\x33','\x00','\xde','\xc3','\x00','\xc6','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x07','\xc0','\x03','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\xc3','\x20','\x0c','\xc3','\x18','\x1c','\xc3','\x0c','\x18','\xc3','\x0e','\x30','\xc3','\x06','\x61','\x83','\x06','\x81','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x0c','\x1f','\x00','\x30','\x06','\x00','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc6','\x30','\xff','\xff','\x30','\xc3','\x30','\x30','\xc3','\x30','\x3f','\xc3','\x30','\x06','\x03','\x30','\x06','\x13','\x38','\x76','\x1f','\x34','\x66','\xdb','\x36','\x67','\xfb','\x32','\x66','\x13','\x33','\x66','\x33','\x33','\x66','\x23','\x33','\x66','\x43','\x30','\x66','\x06','\x30','\x66','\x06','\x30','\x67','\x8c','\x30','\xfe','\x08','\x30','\x70','\x11','\xf0','\x40','\x60','\x60','\x20','\xc0','\xe0','\x3f','\xe0','\xc4','\x30','\xcf','\xfe','\x30','\xc0','\xc0','\x30','\xc0','\xc8','\x30','\xc7','\xfc','\x30','\xc0','\xc0','\x30','\xc0','\xc2','\x3f','\xdf','\xff','\x06','\x00','\x00','\x06','\x0f','\xfc','\x76','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\xcf','\xfc','\x67','\xec','\x0c','\x66','\x0c','\x0c','\x66','\x0f','\xfc','\x66','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\x0f','\xfc','\x66','\xc2','\x00','\xff','\x07','\x38','\x78','\x0c','\x0e','\x40','\x30','\x06','\x00','\x00','\x06','\x00','\xdf','\xff','\xff','\xe0','\xc0','\x0c','\x00','\x80','\x0c','\x09','\x0c','\x0c','\x0f','\xfe','\x08','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x10','\xcf','\xfc','\x3f','\xec','\x0c','\x38','\xcc','\x0c','\x38','\xcc','\x0c','\x58','\xcf','\xfc','\x58','\xcc','\x0c','\x98','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcf','\xfc','\x1f','\xc4','\x00','\x18','\xc7','\x18','\x18','\x0e','\x06','\x00','\x18','\x03','\x00','\x60','\x03','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x23','\x06','\x0c','\x73','\x06','\x0d','\x83','\x06','\x0e','\x03','\x06','\x0c','\x03','\x06','\x3c','\x03','\x06','\xcc','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x46','\x06','\x0c','\x46','\x06','\x0c','\x66','\x0e','\x0f','\xe4','\x0c','\x07','\xcc','\x0c','\x00','\x08','\x1c','\x00','\x10','\x18','\x00','\x20','\xf8','\x00','\xc0','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0d','\x81','\x80','\x1e','\x01','\x80','\xfc','\x01','\x80','\x6c','\x71','\x87','\x4c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x7f','\xfe','\x7c','\x60','\x06','\x18','\x60','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\x7f','\xfe','\x0c','\x10','\x20','\x0d','\x88','\x38','\xff','\xcc','\x30','\x0c','\x0c','\x20','\x0c','\x00','\x46','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0d','\x04','\x00','\x1e','\x07','\x00','\xfc','\x06','\x06','\x6c','\xff','\xff','\x4c','\x0c','\x30','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x36','\xc0','\x0c','\x31','\x80','\x0c','\x03','\x60','\x0c','\x06','\x38','\x7c','\x18','\x1c','\x18','\xe0','\x0c','\x0e','\x00','\x06','\x0c','\xff','\xff','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0f','\xf0','\x0d','\x8c','\x30','\xff','\xcc','\x30','\x0c','\x0f','\xf0','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0d','\x0c','\x30','\x0e','\xff','\xff','\x0c','\x00','\x30','\x1c','\x00','\x30','\xfc','\x20','\x08','\x6c','\x18','\x1e','\x4c','\x0c','\x38','\x0c','\x0c','\x40','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x04','\x60','\x0c','\xf8','\x1c','\x7c','\x70','\x0e','\x18','\x40','\x06','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x11','\xe0','\x0c','\x1f','\x00','\x0c','\x18','\x00','\x0d','\x98','\x00','\xff','\xd8','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x60','\x0c','\x98','\x60','\x0f','\x18','\x60','\x1c','\x18','\x60','\xfc','\x18','\x60','\x6c','\x18','\x60','\x4c','\x10','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x60','\x60','\x0c','\x40','\x60','\x0c','\x80','\x60','\x7d','\x00','\x60','\x18','\x00','\x60','\x03','\x08','\x60','\x7f','\x8f','\xf0','\x00','\x0c','\x60','\x00','\x0c','\x60','\x01','\x8c','\x60','\xff','\xcc','\x60','\x00','\x0c','\x60','\x00','\x08','\x7e','\x03','\x18','\x3e','\x7f','\x90','\x00','\x00','\x20','\x00','\x00','\x00','\x18','\x03','\x3f','\xfc','\x7f','\x88','\x18','\x00','\x08','\x38','\x00','\x04','\x30','\x43','\x06','\x60','\x7f','\x83','\xc0','\x63','\x01','\x80','\x63','\x03','\xc0','\x63','\x06','\x70','\x63','\x0c','\x3f','\x7f','\x18','\x1e','\x63','\x60','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x31','\x06','\x0c','\x61','\xc6','\x10','\x63','\x86','\x00','\x07','\x07','\xfe','\x0c','\x03','\xfe','\x30','\x00','\x00','\xc0','\x00','\x00','\x1c','\x00','\x0c','\x18','\x3f','\xfe','\x18','\x83','\x0c','\x19','\xc3','\x0c','\x1e','\x03','\x0c','\x38','\x03','\x0c','\xd8','\x86','\x0c','\x18','\x86','\x0c','\x18','\xc4','\x1c','\x1f','\xcc','\x18','\x0f','\x88','\x38','\x00','\x11','\xf0','\x00','\x60','\x60','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x1f','\xf7','\xff','\x34','\x04','\x80','\x22','\x08','\x40','\x43','\x10','\x60','\x83','\x00','\x60','\x10','\x62','\x0c','\x1f','\xf3','\xfe','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1f','\xe3','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1f','\xe3','\x0c','\x18','\x63','\x0c','\x18','\x83','\x0c','\x18','\x43','\x0c','\x18','\x63','\x0c','\x19','\xb3','\x7c','\x7e','\x33','\x18','\x38','\x03','\x00','\x20','\x03','\x00','\x03','\x10','\x10','\x7f','\x8c','\x1c','\x00','\x06','\x18','\x00','\x06','\x30','\x01','\x86','\x20','\xff','\xd0','\x4c','\x00','\x1f','\xfe','\x00','\x18','\x0c','\x03','\x18','\x0c','\x7f','\x98','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x03','\x1f','\xfc','\x7f','\x98','\x6c','\x00','\x04','\x60','\x00','\x07','\x60','\x43','\x06','\x60','\x7f','\x86','\x60','\x63','\x06','\x62','\x63','\x0c','\x62','\x63','\x0c','\x62','\x63','\x08','\x63','\x7f','\x10','\x7f','\x63','\x60','\x3e','\x00','\x00','\x30','\x0f','\xff','\xf8','\x00','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x18','\x06','\x30','\x18','\x04','\x67','\x99','\xe8','\x60','\x18','\x00','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x18','\x1f','\xff','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x18','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x30','\x08','\x0f','\xf8','\x92','\x0c','\x30','\x63','\x98','\x60','\x33','\x10','\x40','\x36','\x20','\x8c','\x04','\x5f','\xfe','\x09','\x18','\x8c','\x10','\x98','\x8c','\xff','\xd8','\x8c','\x7c','\xd8','\x8c','\x4c','\x18','\x8c','\x0c','\x1f','\xfc','\x4e','\x18','\x0c','\x7d','\x98','\x00','\x6c','\xd8','\x00','\x6c','\xd8','\x00','\x4c','\x18','\x02','\x4c','\x18','\x02','\x8c','\x18','\x03','\x0c','\x1f','\xff','\x0c','\x0f','\xfe','\x00','\x00','\x60','\x00','\x01','\xf0','\x00','\x0f','\x80','\x00','\xf8','\x00','\x3f','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0e','\x02','\x04','\x0c','\x21','\x87','\x0c','\x18','\xc6','\x0c','\x0c','\xcc','\x0c','\x0c','\x08','\x4c','\x80','\x10','\x7f','\xdf','\xfe','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x7f','\x9f','\xfe','\x4c','\x98','\xc6','\x0c','\x00','\xc0','\x0d','\x00','\xc6','\x0c','\xbf','\xff','\x0f','\xc0','\xc0','\xfc','\xc0','\xc0','\x70','\xc0','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\xe3','\x0e','\x18','\xc3','\x0c','\x38','\xc3','\x0c','\x38','\xc3','\x0c','\x58','\xc3','\x0c','\x98','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x00','\x1c','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x30','\x07','\xff','\xf8','\x0c','\x18','\x00','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x02','\x03','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x00','\x00','\x60','\x00','\x03','\xf0','\x00','\x1f','\x00','\x01','\xf8','\x00','\x3e','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\xc8','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x06','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x02','\x18','\x00','\x03','\x98','\xc0','\x07','\x18','\x30','\x06','\x18','\x18','\x0c','\x18','\x0c','\x18','\x18','\x0e','\x30','\x18','\x06','\xc0','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc2','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xe0','\x06','\x00','\x7f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x0e','\x00','\x1c','\x0c','\x00','\x18','\x0c','\x1c','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x10','\x18','\x18','\x30','\x00','\x18','\x20','\x00','\x18','\x40','\x00','\x18','\x80','\x00','\x18','\x08','\x21','\xc0','\x86','\x39','\x98','\x63','\x31','\x86','\x33','\x21','\x86','\x30','\x41','\x80','\x40','\x19','\x82','\x7f','\xf9','\x8f','\x63','\x19','\xf0','\x63','\x1f','\x80','\x63','\x19','\x88','\x7f','\xf9','\x8e','\x63','\x19','\x8c','\x63','\x18','\xcc','\x63','\x18','\xd8','\x7f','\xf8','\xd8','\x63','\x18','\xd0','\x03','\x00','\x70','\x03','\x18','\x62','\xff','\xfc','\xe2','\x03','\x00','\xb2','\x03','\x01','\x9a','\x03','\x03','\x1f','\x03','\x0c','\x0f','\x03','\x30','\x06','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x18','\x18','\x0c','\x1b','\xfd','\xfe','\x18','\x18','\x0c','\x1a','\x19','\x0c','\x19','\x98','\xcc','\x18','\x98','\x4c','\x30','\x18','\x0c','\x30','\x38','\x1c','\x30','\xd8','\x6c','\x27','\x9b','\xcc','\x63','\x19','\x8c','\x42','\x19','\x0c','\x80','\x78','\x3c','\x00','\x30','\x18','\x1c','\x0c','\x0c','\x19','\xfe','\xfe','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x8c','\x8c','\x1a','\xfc','\xfc','\xff','\xc0','\xc0','\x18','\xc4','\xc2','\x18','\xc6','\xc3','\x18','\xfe','\xff','\x18','\x7c','\x7e','\x19','\x00','\x00','\x1e','\x1c','\xe0','\xfc','\x18','\xc8','\x78','\xff','\xfc','\x58','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc6','\x1b','\xff','\xff','\x18','\x20','\x00','\x18','\x38','\x60','\x18','\x70','\x1c','\xf8','\xc0','\x0e','\x33','\x00','\x06','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0d','\x8c','\x40','\xff','\xcc','\x60','\x0c','\x18','\x30','\x0c','\x30','\x1c','\x0c','\x60','\x0f','\x1d','\xbf','\xf6','\x1e','\x03','\x00','\x1d','\x03','\x00','\x3d','\x83','\x00','\x2d','\x83','\x00','\x2c','\x03','\x18','\x6c','\x7f','\xfc','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x0c','\x0d','\x9f','\xfe','\xff','\xf0','\x00','\x0c','\x20','\x00','\x0c','\x50','\x18','\x0c','\x9f','\xfc','\x1e','\x19','\x98','\x1d','\x99','\x98','\x1c','\xd9','\x98','\x3c','\xd9','\x98','\x2c','\x19','\x98','\x2c','\x19','\x9a','\x6c','\xff','\xff','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\xf8','\x0c','\x18','\x30','\x00','\x20','\x00','\x00','\x38','\x00','\x04','\x30','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x18','\x10','\x01','\x98','\x1c','\x7f','\xd8','\x38','\x01','\x9c','\x60','\x03','\x1a','\x80','\x03','\x19','\x00','\x06','\x18','\xc0','\x0c','\x18','\x70','\x18','\x18','\x3f','\x30','\x18','\x1e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x20','\x07','\x40','\x18','\x06','\x30','\x0c','\x06','\x10','\x0c','\x06','\x0c','\x01','\xff','\xfe','\x00','\x06','\x00','\x80','\x06','\x00','\x60','\x06','\x0c','\x32','\xff','\xfe','\x32','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x06','\x0d','\xff','\xff','\x08','\x03','\x10','\x18','\x03','\x1c','\x18','\x01','\x98','\x30','\x01','\xb0','\xf0','\x00','\xe0','\x70','\x01','\xc2','\x30','\x03','\x62','\x30','\x0e','\x32','\x30','\x38','\x1f','\x39','\xc0','\x0f','\x18','\x00','\x06','\x10','\x03','\x80','\x0c','\x23','\x00','\x06','\x3b','\x00','\x06','\x33','\x00','\x00','\x33','\x18','\x00','\x3f','\xfc','\x80','\x63','\x00','\x60','\x43','\x00','\x32','\x83','\x00','\x32','\x03','\x00','\x04','\x03','\x06','\x07','\xff','\xff','\x0c','\x18','\xc0','\x08','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x30','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc2','\x30','\x30','\xc2','\x30','\x30','\xc2','\x30','\x60','\xc3','\x38','\xc0','\xff','\x1b','\x00','\x7e','\x08','\x0e','\x00','\x06','\x0c','\x00','\x03','\x0c','\x00','\x43','\x0c','\x60','\x30','\x7f','\xf0','\x18','\x0c','\x60','\x19','\x0c','\x60','\x02','\x08','\x62','\x0c','\x18','\x62','\x78','\x10','\x63','\x18','\x20','\x7f','\x18','\x40','\x3e','\x1d','\x9c','\x00','\x0c','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x20','\x30','\x30','\x18','\x20','\x20','\x0c','\x24','\x24','\x0d','\xfe','\xfe','\x00','\x20','\x20','\x00','\x20','\x20','\x80','\x22','\x22','\x63','\xff','\xff','\x30','\x50','\x50','\x34','\x48','\xc8','\x04','\xcc','\x8c','\x04','\x8d','\x07','\x09','\x02','\x02','\x0a','\x40','\x18','\x18','\x7f','\xfc','\x10','\x60','\x18','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x7f','\xf8','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x60','\x1c','\x1f','\xf3','\x98','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x19','\xe0','\xf8','\x18','\xc0','\x30','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x1c','\x00','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x40','\x0c','\x18','\x7f','\xfe','\x1a','\x60','\x0c','\x5b','\xe0','\x0c','\x5b','\x60','\x0c','\x5a','\x7f','\xfc','\x5c','\x60','\x00','\xd8','\x63','\x06','\xd8','\x7f','\xff','\x98','\x63','\x06','\x18','\x73','\x46','\x18','\x6b','\x36','\x14','\x6b','\x16','\x16','\x43','\x06','\x36','\xc3','\x0e','\x36','\xc7','\x36','\x20','\x9b','\xe6','\x21','\xf3','\x46','\x61','\x23','\x06','\x42','\x0f','\x1e','\x80','\x06','\x0c','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xcc','\x06','\xff','\xef','\xff','\x18','\x18','\x00','\x18','\x10','\x00','\x18','\x20','\x0c','\x19','\x8f','\xfe','\x1f','\xc0','\xcc','\x19','\x80','\xc8','\x19','\x8e','\xc0','\x19','\x8c','\xc0','\x19','\x8c','\xcc','\x19','\x8c','\xfe','\x19','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8a','\xc0','\x23','\x19','\xc0','\x63','\x10','\xe0','\x4f','\x20','\x7f','\x86','\x40','\x1e','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x31','\x06','\x0c','\x61','\xc6','\x10','\x63','\x86','\x00','\x07','\x07','\xfe','\x1c','\x03','\xfe','\xe0','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\xff','\xff','\xff','\x00','\x39','\x80','\x00','\x71','\x80','\x00','\xe1','\x80','\x03','\x81','\x80','\x0e','\x01','\x80','\x70','\x0f','\x80','\x00','\x03','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x40','\x21','\x88','\x30','\x40','\x91','\x10','\x84','\x01','\x80','\x03','\x01','\x00','\x01','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x60','\x1c','\x1f','\xf3','\x98','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x19','\xe0','\xf8','\x18','\xc0','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x13','\x18','\x08','\x1f','\xfc','\x92','\x18','\x18','\x63','\x98','\x18','\x33','\x1f','\xf8','\x36','\x18','\x18','\x04','\x18','\x18','\x09','\x18','\x18','\x10','\x9f','\xf8','\xff','\xc1','\x80','\x7c','\xc1','\x88','\x4c','\x0d','\x8e','\x0c','\x7f','\x9c','\x4e','\x0d','\xa0','\x7d','\x0d','\xc0','\x6d','\x99','\xa0','\x6d','\x99','\xb0','\x4c','\x31','\x98','\x4c','\x21','\x9f','\x8c','\x41','\x8e','\x0d','\x8f','\x86','\x0c','\x03','\x00','\x08','\x1c','\x70','\x0e','\x18','\x60','\x0c','\x18','\x68','\x08','\x1a','\x66','\x90','\xff','\x63','\x64','\x18','\x63','\x37','\x18','\x60','\x36','\x18','\x66','\x0c','\xff','\xff','\x0a','\x14','\x60','\x11','\x14','\x64','\xff','\x94','\x67','\x7d','\x95','\x66','\x4c','\x55','\xa6','\x0c','\x55','\xa4','\x4e','\x55','\x2c','\x7d','\x56','\x28','\x6d','\x54','\x38','\x6d','\x14','\x92','\x4c','\x17','\x3a','\x4d','\xfc','\x6a','\x8c','\xf0','\xce','\x0c','\x81','\x87','\x0c','\x06','\x03','\x01','\x02','\x00','\x00','\x83','\x80','\x00','\xc3','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x10','\x00','\x10','\x1c','\x00','\x0c','\x18','\x0c','\x44','\x3f','\xfe','\x30','\x26','\x18','\x12','\x46','\x20','\x04','\x8d','\x00','\x09','\x0d','\x00','\x18','\x18','\x80','\xf0','\x18','\xc0','\x30','\x30','\x70','\x30','\x60','\x3f','\x38','\xc0','\x1e','\x1b','\x00','\x06','\x00','\x02','\x00','\x21','\x83','\x80','\x3f','\xd3','\x18','\x31','\x9f','\xfc','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x9f','\xf8','\x31','\x98','\x18','\x3f','\x98','\x18','\x31','\x98','\x18','\x31','\x9f','\xf8','\x31','\x81','\x84','\x31','\x81','\x87','\x31','\x8d','\x86','\x3f','\xff','\x8c','\x31','\x8d','\xd0','\x31','\x8d','\xa0','\x31','\x89','\xb0','\x31','\x99','\x98','\x31','\x91','\x9c','\x21','\xa1','\x8f','\x61','\xc1','\x86','\x47','\x8f','\x80','\x83','\x03','\x00','\x04','\x00','\x70','\x07','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x60','\x0c','\x60','\x6c','\x0f','\xff','\xfe','\x18','\x66','\x60','\x10','\x66','\x60','\x30','\xc6','\x60','\x28','\xc6','\x60','\x46','\xc6','\x60','\x83','\x86','\x60','\x01','\x86','\x60','\x03','\x06','\x66','\x02','\x3f','\xff','\x06','\x00','\x60','\x0c','\x00','\x60','\x08','\x00','\x60','\x10','\x00','\x60','\x20','\x00','\x60','\x40','\x00','\x60','\x80','\x00','\x60','\x00','\x00','\x60','\x04','\x04','\x20','\x07','\x07','\x20','\x06','\x06','\x20','\x24','\xc6','\x20','\x3f','\xe6','\x10','\x30','\xc6','\x10','\x38','\xc4','\x10','\x34','\xcc','\x18','\x34','\xc8','\x0c','\x30','\xc8','\x0f','\x30','\xd0','\x06','\xff','\xe0','\x00','\x70','\xc0','\x00','\x30','\xc8','\x0c','\x34','\xcf','\xfe','\x34','\xcc','\x0c','\x34','\xcc','\x0c','\x34','\xcc','\x0c','\x34','\xcc','\x0c','\x34','\xcc','\x0c','\x20','\xcc','\x0c','\x60','\xcf','\xfc','\x43','\xcc','\x0c','\x81','\x8c','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x10','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x63','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\xc0','\x00','\x18','\xc0','\x06','\x18','\xff','\xff','\x19','\x80','\x00','\x31','\x80','\x0c','\x31','\xff','\xfe','\x20','\x02','\x0c','\x64','\x91','\x8c','\x44','\xcc','\x8c','\x98','\x44','\x3c','\x18','\x00','\x18','\x03','\x01','\x80','\x7f','\x81','\x80','\x00','\x03','\x40','\x00','\x03','\x40','\x01','\x86','\x20','\xff','\xc6','\x30','\x00','\x0c','\x18','\x00','\x08','\x1c','\x06','\x10','\x0f','\x7f','\x20','\x06','\x00','\xdf','\xf8','\x00','\x01','\x80','\x06','\x01','\x80','\x7f','\x01','\x80','\x00','\x01','\x98','\x00','\x1f','\xfc','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x7f','\x7f','\xff','\x63','\x00','\x00','\x21','\x81','\xc0','\x3f','\xc1','\x90','\x31','\x81','\x8c','\x31','\x81','\x84','\x31','\xbf','\xfe','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x8c','\x31','\x9f','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x86','\x31','\xbf','\xff','\x31','\x80','\xc8','\x31','\x80','\xce','\x31','\x80','\xdc','\x31','\x80','\x58','\x3f','\x80','\x70','\x00','\x00','\xe2','\x22','\x01','\xb2','\x39','\x83','\x1a','\x30','\xc6','\x1f','\x60','\xd8','\x0f','\x80','\x00','\x06','\x20','\xc3','\xa0','\x3f','\xe3','\x18','\x30','\xc3','\x08','\x30','\xc3','\x06','\x30','\xff','\xff','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x0c','\x3f','\xdf','\xfe','\x06','\x03','\x00','\x06','\x03','\x00','\x76','\x03','\x06','\x66','\x3f','\xff','\x66','\xc3','\x10','\x67','\xe3','\x1c','\x66','\x01','\x98','\x66','\x01','\xb0','\x66','\x00','\xe0','\x66','\x01','\xc2','\x66','\xc3','\x62','\x67','\x06','\x32','\xfc','\x18','\x1f','\x70','\x60','\x0f','\x40','\x00','\x06','\x00','\x18','\x0c','\x43','\xfc','\xfe','\x30','\x18','\x0c','\x19','\x18','\x8c','\x19','\xf8','\xfc','\x19','\x80','\xc0','\x01','\x88','\xc4','\x01','\x8c','\xc6','\x00','\xfc','\x7e','\x00','\x00','\x00','\x18','\x18','\xc0','\xfc','\x18','\xc8','\x19','\xff','\xfc','\x18','\x18','\xc0','\x18','\x18','\xc4','\x1b','\xff','\xfe','\x18','\x20','\x00','\x18','\x38','\x70','\x18','\x60','\x1c','\x19','\x80','\x0c','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x00','\x06','\x43','\xff','\xff','\x30','\x08','\x80','\x18','\xff','\xfc','\x0c','\x88','\x84','\x0c','\x88','\x84','\x00','\xff','\xfc','\x00','\x0c','\x00','\x00','\x08','\x02','\x03','\xff','\xff','\x0c','\x18','\x40','\xfe','\x10','\x20','\x0c','\x3f','\xd8','\x0c','\x60','\xcf','\x0c','\xc0','\xc6','\x0f','\x1f','\xc0','\x0c','\x18','\x08','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x0f','\xf8','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x03','\xa0','\x06','\x03','\x18','\x0d','\x03','\x08','\x0c','\xc3','\x06','\x08','\x7f','\xff','\x18','\x63','\x00','\x10','\x03','\x00','\x21','\x83','\x0c','\x3f','\xdf','\xfe','\x46','\x03','\x00','\x86','\x03','\x00','\x06','\x63','\x06','\x7f','\xff','\xff','\x06','\x03','\x10','\x06','\x83','\x1c','\x46','\xe1','\x98','\x26','\xc1','\xb0','\x36','\x80','\xe0','\x37','\x00','\xc2','\x06','\x61','\xe2','\x07','\x83','\x32','\xfe','\x06','\x1f','\x70','\x18','\x0f','\x40','\x60','\x06','\x06','\x00','\xe0','\x06','\x08','\xc0','\x0d','\x0e','\xc0','\x0c','\xcc','\xc0','\x08','\x6c','\xcc','\x18','\x6f','\xfe','\x10','\x08','\xc0','\x21','\x88','\xc0','\x3f','\xd0','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc6','\x06','\xdf','\xff','\x7f','\xe3','\x30','\x06','\x03','\x30','\x06','\x83','\x30','\x46','\xe3','\x30','\x26','\xc3','\x30','\x36','\x83','\x30','\x37','\x06','\x32','\x06','\x06','\x32','\x07','\xcc','\x32','\xfe','\x18','\x33','\x70','\x30','\x3f','\x40','\xc0','\x1e','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x38','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x68','\x06','\x60','\x68','\x06','\x60','\xc4','\x06','\x60','\xc6','\x06','\x61','\x83','\x86','\x63','\x01','\xe6','\x6c','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x10','\x08','\x08','\x1c','\x06','\x0e','\x18','\x03','\x0c','\x19','\x83','\x18','\x1f','\xc3','\x10','\x11','\x80','\x26','\x31','\x1f','\xff','\x22','\x00','\xc0','\x7f','\xe0','\xc0','\xb2','\x60','\xc0','\x32','\x60','\xcc','\x32','\x6f','\xfe','\x3f','\xe0','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x3f','\xe0','\xc6','\x00','\x1f','\xff','\x00','\x40','\xc0','\x25','\x20','\xc0','\x25','\x30','\xc0','\x65','\x30','\xc0','\xc5','\x00','\xc0','\xc0','\x00','\xc0','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x60','\x1c','\x1f','\xf3','\x98','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x19','\xe0','\xf8','\x18','\xc0','\x30','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x04','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x10','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x08','\x3f','\xff','\xfc','\x04','\x18','\x60','\x02','\x18','\x40','\x03','\x18','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x40','\x70','\x06','\x30','\x60','\x9f','\x18','\x66','\xf8','\x1f','\xff','\xc0','\x18','\x60','\xc0','\x02','\x64','\xc0','\x83','\xfe','\xc0','\x62','\x64','\xc6','\x32','\x64','\xff','\x32','\x64','\xcc','\x03','\xfc','\xcc','\x0a','\x64','\xcc','\x0a','\x64','\xcc','\x0a','\x64','\xcc','\x1b','\xfc','\xcc','\x12','\x64','\xcc','\x30','\x60','\xcc','\xf0','\x66','\xcc','\x77','\xff','\x8c','\x30','\x61','\x8c','\x30','\x61','\x0c','\x30','\x62','\x0c','\x38','\x64','\x0c','\x18','\x60','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x90','\x0c','\x01','\x88','\x0c','\x61','\x8c','\x1f','\xf1','\x8c','\x18','\x61','\x80','\x10','\x61','\x86','\x34','\xff','\xff','\x26','\xc1','\x80','\x41','\x81','\x80','\x91','\x83','\x40','\x1b','\x03','\x40','\x02','\x06','\x20','\x04','\x06','\x30','\x08','\x0c','\x1c','\x10','\x18','\x0f','\x20','\x60','\x06','\xc0','\x00','\x00','\x08','\x44','\x20','\x08','\x42','\x18','\x10','\xc3','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\x00','\x03','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0c','\x00','\x1e','\x30','\x00','\x66','\xcf','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x0e','\x02','\x04','\x0c','\x21','\x87','\x0c','\x18','\xc6','\x0c','\x0c','\xcc','\x0d','\x8c','\x08','\xff','\xc0','\x10','\x01','\xbf','\xfc','\x03','\x31','\x8c','\x03','\x31','\x8c','\x06','\x31','\x8c','\x06','\x3f','\xfc','\x0c','\x31','\x8c','\x0e','\x31','\x8c','\x1d','\x31','\x8c','\x2d','\xbf','\xfc','\xcd','\xb1','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x10','\x20','\x0e','\x0c','\x38','\x0c','\x06','\x30','\x08','\x06','\x44','\x92','\x3f','\xfe','\x63','\x81','\x80','\x33','\x01','\x88','\x36','\x1f','\xfc','\x04','\x01','\x80','\x0a','\x01','\x84','\x11','\x3f','\xfe','\xff','\x91','\x98','\x7d','\x89','\x90','\x4c','\x0d','\xa2','\x0c','\xff','\xff','\x4c','\x00','\x00','\x7e','\x10','\x18','\x6d','\x9f','\xfc','\x6c','\xd8','\x18','\x4c','\xd8','\x18','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x23','\x10','\x20','\x3f','\x8c','\x38','\x33','\x06','\x30','\x33','\x06','\x44','\x33','\x3f','\xfe','\x33','\x01','\x80','\x33','\x01','\x88','\x3f','\x1f','\xfc','\x33','\x01','\x80','\x33','\x01','\x84','\x33','\x3f','\xfe','\x33','\x11','\x98','\x33','\x09','\x90','\x3f','\x0d','\xa2','\x33','\x7f','\xff','\x33','\x00','\x00','\x33','\x10','\x18','\x33','\x1f','\xfc','\x33','\x18','\x18','\x33','\x18','\x18','\x23','\x18','\x18','\x63','\x18','\x18','\x4f','\x1f','\xf8','\x86','\x18','\x18','\x0e','\x00','\x00','\x0c','\x40','\x06','\x4d','\x7f','\xff','\x6d','\xc0','\x00','\x6d','\x48','\x04','\x2d','\x4f','\xfe','\x2e','\x48','\xc4','\x0c','\x48','\xc4','\xff','\xc8','\xc4','\x0c','\x4f','\xfc','\x0c','\x48','\xc4','\x1e','\x48','\xc4','\x1d','\x48','\xc4','\x1d','\x4f','\xfc','\x3d','\x48','\xc4','\x2c','\x40','\xc0','\x6c','\x40','\xc0','\x4c','\x40','\xcc','\x8c','\x4f','\xfe','\x0c','\xc0','\xc0','\x0c','\x80','\xc0','\x0c','\x80','\xc6','\x0d','\x3f','\xff','\x0c','\x00','\x00','\x00','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x43','\x06','\x10','\x7f','\xa0','\x26','\x63','\x3f','\xff','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x00','\x00','\x63','\x10','\x0c','\x7f','\x1f','\xfe','\x63','\x18','\x0c','\x60','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x20','\x41','\x06','\x18','\x71','\xff','\x0c','\x61','\x86','\x0c','\x89','\x86','\xff','\xfd','\x86','\x03','\x01','\xfe','\x03','\x01','\x86','\x73','\x39','\x86','\x63','\x31','\x86','\x63','\x31','\xfe','\x63','\x31','\x86','\x7f','\xf1','\x06','\x66','\x33','\x06','\x06','\x02','\x06','\x0c','\x04','\x3e','\x18','\x08','\x0c','\x30','\x1c','\x00','\xc0','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x04','\x18','\x06','\x07','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x76','\x76','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x67','\xf8','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x67','\xf8','\x66','\x66','\x18','\x66','\x66','\x18','\x7f','\xe6','\x18','\x60','\x66','\x18','\x60','\x06','\x18','\x00','\x06','\x1a','\x00','\xff','\xff','\x00','\x00','\x00','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x6c','\x0c','\x7f','\xfe','\x0d','\x0c','\x60','\xff','\x8c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x66','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0f','\x20','\x18','\xfc','\x3f','\xfc','\x7c','\x30','\x18','\x4c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x7c','\x30','\x18','\x18','\x30','\x18','\x01','\x01','\x00','\x01','\xc0','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x38','\x0c','\x00','\x1f','\x1f','\xff','\xfe','\x2c','\x18','\x36','\xcd','\x19','\xb0','\x0c','\x99','\x30','\x0c','\xda','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x10','\x02','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x30','\xc6','\xff','\xff','\xff','\x07','\x01','\xc0','\x0f','\x83','\xe0','\x0b','\x62','\xd0','\x1b','\x24','\xdc','\x33','\x08','\xcf','\x63','\x30','\xc6','\x83','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\x7f','\xff','\xff','\x00','\x18','\x0c','\x04','\x18','\x10','\x07','\x18','\x00','\x06','\x1f','\xf8','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\xd8','\x00','\x18','\x78','\x00','\x30','\x1f','\xff','\xc0','\x03','\xfe','\x02','\x10','\x18','\x43','\x9f','\xfc','\x23','\x18','\x18','\x16','\x18','\x18','\x1c','\x18','\x18','\x08','\x18','\x18','\x1c','\x18','\x18','\x34','\x18','\x18','\x66','\x1f','\xf8','\x86','\x18','\x18','\x0e','\x18','\x18','\x0b','\x18','\x18','\x1b','\x18','\x18','\x13','\x18','\x18','\x23','\x18','\x18','\x43','\x1f','\xf8','\x83','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x07','\x18','\x18','\x06','\x18','\x1a','\x3e','\xff','\xff','\x0c','\x00','\x00','\x00','\x01','\xc0','\x00','\xc1','\x80','\xff','\xe1','\x80','\x00','\xc1','\x86','\x00','\xbf','\xff','\x05','\x03','\x00','\x06','\x03','\x20','\x06','\x02','\x18','\x76','\x04','\x0c','\x66','\x3f','\xf6','\x66','\x1e','\x06','\x67','\xd0','\x00','\x66','\x00','\x00','\x66','\x11','\x38','\x66','\x1d','\x30','\x66','\x19','\x30','\x66','\x19','\x30','\x66','\x19','\x30','\x66','\xd9','\x30','\x67','\x11','\x32','\xfc','\x31','\x32','\x70','\x21','\x33','\x40','\x40','\x3f','\x01','\x80','\x1e','\x00','\x01','\xc0','\x00','\xc1','\x80','\xff','\xe1','\x80','\x00','\xc1','\x86','\x00','\xbf','\xff','\x05','\x01','\x80','\x06','\x01','\x80','\x06','\x21','\x8c','\x76','\x3f','\xfe','\x66','\x31','\x8c','\x66','\x31','\x8c','\x67','\xf1','\x8c','\x66','\x31','\x8c','\x66','\x3f','\xfc','\x66','\x33','\x8c','\x66','\x03','\x80','\x66','\x07','\xc0','\x66','\x05','\xa0','\x66','\xcd','\xb0','\x67','\x19','\x9c','\xfc','\x31','\x8f','\x70','\x61','\x86','\x41','\x81','\x80','\x00','\x01','\x80','\x00','\x0c','\x30','\x03','\x08','\x20','\xff','\x89','\x26','\x18','\x7f','\xff','\x18','\x08','\x20','\x18','\x1c','\x70','\x18','\x1a','\x68','\x10','\x3a','\xac','\x30','\x68','\xa7','\x20','\x89','\x22','\x3f','\x08','\x20','\x73','\x00','\x00','\x73','\x00','\x06','\xb3','\xff','\xff','\x33','\x01','\x84','\x33','\x21','\x88','\x33','\x39','\x80','\x33','\x31','\xfc','\x33','\x31','\x80','\x3f','\x29','\x80','\x30','\x65','\x80','\x30','\x43','\x80','\x00','\x81','\xff','\x03','\x00','\x7e','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\x18','\xff','\xcc','\x18','\x01','\x8c','\x18','\x03','\x0c','\x18','\x03','\x0f','\xf8','\x06','\x0c','\x18','\x04','\x0c','\x18','\x0e','\x0c','\x18','\x1d','\x8c','\x18','\x2c','\xcc','\x18','\xcc','\xcc','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1a','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x00','\xc8','\x18','\x07','\xef','\xfc','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\xcc','\x18','\xff','\xec','\x18','\x06','\x0f','\xf8','\x06','\x0c','\x18','\x0e','\x0c','\x18','\x0f','\x0c','\x18','\x0e','\xcc','\x18','\x1e','\x6c','\x18','\x16','\x6c','\x18','\x36','\x0f','\xf8','\x26','\x0c','\x18','\x46','\x0c','\x18','\x86','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1a','\x06','\x7f','\xff','\x06','\x00','\x00','\x07','\x08','\x18','\x86','\x4f','\xfc','\x46','\x7c','\x18','\x66','\x6c','\x18','\x36','\x4c','\x18','\x36','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\xff','\xef','\xf8','\x06','\x0c','\x18','\x06','\x0c','\x18','\x0e','\x0c','\x18','\x0f','\x0c','\x18','\x1e','\xcc','\x18','\x16','\x6c','\x18','\x36','\x6f','\xf8','\x26','\x0c','\x18','\x46','\x0c','\x18','\x86','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1a','\x06','\x7f','\xff','\x06','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x02','\x62','\x00','\x01','\x83','\x80','\x00','\xc7','\x00','\x00','\xcc','\x20','\x00','\x10','\x18','\x7f','\xff','\xec','\x3f','\x98','\x06','\x20','\x18','\x06','\x02','\x19','\x80','\x03','\x98','\x60','\x07','\x18','\x38','\x1c','\x18','\x1c','\x60','\x18','\x0c','\x00','\x18','\x00','\x04','\x08','\x18','\x07','\x0f','\xfc','\x06','\x0c','\x18','\x04','\x0c','\x18','\x49','\x0c','\x18','\x31','\xcc','\x18','\x19','\x8c','\x18','\x1b','\x0c','\x18','\x02','\x0f','\xf8','\x04','\x8c','\x18','\x08','\x4c','\x18','\xff','\xec','\x18','\x7e','\x6c','\x18','\x46','\x0c','\x18','\x06','\x0c','\x18','\x27','\x0f','\xf8','\x3e','\xcc','\x18','\x36','\x6c','\x18','\x36','\x6c','\x18','\x66','\x0c','\x18','\x46','\x0c','\x18','\x86','\x0c','\x1a','\x06','\x7f','\xff','\x06','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0c','\x00','\x18','\x0f','\xc0','\xfc','\x18','\x8f','\xc0','\x11','\x00','\xc0','\x3f','\xe0','\xc0','\x72','\x60','\xc6','\xb2','\x7f','\xff','\x3f','\xe0','\xc0','\x32','\x61','\xe0','\x32','\x61','\xe0','\x32','\x63','\xd0','\x3f','\xe2','\xd8','\x00','\x04','\xcc','\x2a','\x58','\xcf','\x29','\x20','\xc6','\x69','\x30','\xc0','\xc9','\x30','\xc0','\xc0','\x00','\xc0','\x03','\x00','\x18','\x7f','\x90','\xfc','\x00','\x1f','\xc0','\x00','\x18','\x00','\x01','\x98','\x00','\xff','\xd8','\x00','\x00','\x18','\x06','\x00','\x1f','\xff','\x03','\x18','\x60','\x7f','\x98','\x60','\x00','\x18','\x60','\x00','\x1b','\x60','\x03','\x18','\xe0','\x7f','\x98','\x70','\x00','\x18','\x7c','\x00','\x18','\x6e','\x43','\x18','\x66','\x7f','\xb0','\x60','\x63','\x30','\x60','\x63','\x20','\x60','\x63','\x60','\x60','\x63','\x40','\x60','\x7f','\x80','\x60','\x63','\x00','\x60','\x41','\x90','\x30','\x7f','\xdf','\xf8','\x61','\x98','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x62','\x18','\x30','\x66','\x18','\x30','\x64','\x18','\x30','\x68','\x1f','\xf0','\x64','\x18','\x30','\x62','\x18','\x30','\x63','\x18','\x30','\x61','\x18','\x30','\x61','\x98','\x30','\x61','\x98','\x30','\x61','\x9f','\xf0','\x61','\x98','\x30','\x6f','\x98','\x30','\x63','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x36','\x61','\xff','\xff','\x60','\x00','\x00','\x01','\x08','\x00','\x40','\x8e','\x86','\x30','\xcc','\xff','\x18','\xc8','\xc6','\x18','\x10','\xc6','\x1b','\xfe','\xc6','\x00','\x20','\xc6','\x00','\x20','\xfe','\x01','\x24','\xc6','\x01','\x24','\xc6','\x19','\x24','\xc6','\xfd','\x24','\xc6','\x19','\x24','\xfe','\x19','\xfc','\xc6','\x19','\x24','\xc6','\x19','\x24','\x86','\x18','\x61','\x86','\x18','\x41','\x06','\x18','\x82','\x1e','\x19','\x04','\x0c','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\xc0','\x00','\x11','\xe0','\x18','\x1e','\x03','\xfc','\x18','\x00','\x18','\x18','\x40','\x18','\x1f','\xe3','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x38','\x70','\x1a','\x34','\x60','\x19','\xb3','\x60','\x18','\xb1','\x60','\x18','\x30','\x60','\x1a','\x34','\x60','\x19','\xb3','\x62','\x18','\xb1','\x32','\x18','\x30','\x32','\x1a','\x33','\x12','\xfc','\xfc','\x1a','\x70','\x70','\x0f','\x40','\x40','\x07','\x04','\x20','\x20','\x07','\x18','\x38','\x06','\x0c','\x30','\x06','\x0c','\x20','\x0c','\x80','\x46','\x0c','\xff','\xff','\x18','\xc3','\x06','\x18','\xc3','\x06','\x38','\xff','\xfe','\x38','\xc3','\x06','\x58','\xc3','\x06','\x98','\xc3','\x06','\x18','\xff','\xfe','\x18','\x00','\x00','\x18','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x03','\x00','\x0e','\x03','\x00','\x0c','\x06','\x81','\xcc','\x06','\x61','\x8c','\x0c','\x31','\x8c','\x0b','\xd9','\x8c','\x10','\x19','\x8c','\x20','\x01','\x8c','\xdf','\xf1','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x1f','\xf1','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x1f','\xf1','\x8c','\x10','\x01','\x8c','\x30','\x01','\x8c','\x3f','\xf1','\x8c','\x2c','\x30','\x0c','\x6c','\x30','\x0c','\x4c','\x30','\x0c','\x8c','\x30','\x0c','\x0f','\xf0','\x7c','\x0c','\x30','\x18','\x00','\x00','\x00','\x00','\xc0','\x0c','\x7f','\xef','\xfe','\x00','\xc4','\x0c','\x00','\xc4','\x0c','\x00','\xc4','\x0c','\x00','\xc4','\x18','\x01','\x84','\x18','\x31','\x82','\x18','\x0d','\x82','\x30','\x07','\x02','\x30','\x03','\x03','\x60','\x03','\x81','\x60','\x02','\xc1','\xc0','\x02','\x60','\x80','\x06','\x71','\xc0','\x04','\x31','\x40','\x0c','\x03','\x60','\x08','\x06','\x30','\x18','\x04','\x38','\x10','\x08','\x1c','\x20','\x10','\x1f','\x40','\x60','\x0e','\x81','\x80','\x04','\x10','\x77','\x20','\x0c','\x66','\x38','\x06','\x66','\x30','\x06','\x66','\x46','\xff','\xff','\xff','\x01','\x01','\x80','\x00','\x81','\x00','\x00','\xc2','\x00','\x7f','\xff','\xfe','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x10','\x00','\xff','\xff','\xff','\x18','\x60','\x00','\x18','\x60','\x0c','\x1f','\xef','\xfe','\x18','\x61','\x0c','\x18','\x61','\x08','\x1f','\xe0','\x98','\x18','\x60','\xd0','\x18','\x60','\x60','\xff','\xe0','\xb8','\x78','\x63','\x1f','\x40','\x6c','\x06','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x7f','\x70','\x06','\x00','\x3f','\x0c','\x00','\x1e','\x33','\xff','\xe6','\xc3','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\xff','\xf0','\x0c','\xc0','\x30','\x08','\xc0','\x30','\x10','\xc0','\x30','\x20','\xff','\xf0','\x00','\xc0','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x3f','\x99','\xfc','\x31','\x99','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x3f','\x99','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x06','\x08','\x20','\x06','\x08','\x38','\x06','\x04','\x70','\x06','\x06','\x80','\x06','\x03','\x00','\x06','\x01','\x80','\x06','\x38','\xe0','\x7f','\xc0','\x7e','\x3c','\x00','\x3c','\x20','\x00','\x0c','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x43','\x03','\x00','\x33','\x03','\x00','\x1b','\x03','\x00','\x1b','\x03','\x00','\x1b','\x03','\x06','\x03','\xff','\xff','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x07','\x03','\x00','\x1b','\x03','\x00','\xf3','\x03','\x00','\x63','\x03','\x00','\x43','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x0c','\x03','\x7f','\xfe','\x03','\x00','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x00','\x00','\x60','\x00','\x1f','\xff','\xf8','\x00','\xc2','\x00','\x00','\x82','\x00','\x01','\x81','\x06','\xff','\xff','\xff','\x02','\x00','\xc0','\x06','\x00','\x60','\x04','\x06','\x38','\x09','\xff','\x1f','\x10','\x30','\x0e','\x20','\x30','\x66','\xcf','\xff','\xf0','\x00','\x30','\x00','\x00','\x6c','\x00','\x00','\xc3','\xc0','\x01','\x80','\xf0','\x06','\x00','\x38','\x38','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x01','\x18','\x08','\x31','\x99','\x8c','\x0b','\x18','\x58','\x06','\x18','\x30','\x19','\x98','\xcc','\x60','\x9b','\x04','\x00','\x18','\x00','\x02','\x18','\x04','\x63','\x18','\xc6','\x16','\x18','\x2c','\x0c','\x34','\x18','\x1b','\x34','\x24','\x31','\x62','\xc6','\xc0','\x63','\x02','\x00','\xc1','\xc0','\x01','\x80','\xf0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x1c','\x08','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x98','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x40','\x6c','\x18','\x20','\x40','\x19','\x30','\x8c','\x19','\xff','\xfe','\x19','\x82','\x0c','\x19','\x82','\x0c','\x19','\xff','\xfc','\x19','\x82','\x0c','\x19','\x82','\x0c','\x19','\xff','\xfc','\x10','\x00','\x00','\x30','\xff','\xf8','\x30','\xc0','\x18','\x20','\xc0','\x18','\x60','\xff','\xf8','\x40','\xc0','\x18','\x80','\xc0','\x18','\x00','\xff','\xf8','\x00','\xc0','\x18','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x0e','\x00','\x30','\x0c','\x00','\x31','\x0c','\x30','\x31','\xff','\xf8','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8d','\xf0','\x31','\x8c','\x60','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x23','\x84','\x00','\x3b','\x07','\x00','\x33','\x06','\x00','\x33','\x2c','\x06','\x3f','\xff','\xff','\x63','\x09','\x16','\x43','\x13','\x36','\x83','\x22','\x26','\x03','\x06','\x66','\x03','\xc4','\x46','\xff','\x08','\x86','\x73','\x11','\x0e','\x43','\x22','\x0c','\x03','\x04','\x7c','\x03','\x00','\x18','\x00','\x10','\x00','\x01','\xcc','\x20','\x11','\x86','\x18','\x11','\x86','\x0c','\x21','\x80','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x07','\x00','\x00','\x06','\x08','\x0c','\x06','\x0f','\xfe','\x06','\x6c','\x0c','\xff','\xfc','\x0c','\x06','\x0f','\xfc','\x0e','\x0c','\x0c','\x0f','\x0c','\x0c','\x1e','\xcf','\xfc','\x16','\x6c','\x0c','\x26','\x6c','\x0c','\x46','\x0c','\x0c','\x86','\x0f','\xfc','\x06','\x0c','\x0c','\x06','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x20','\x11','\x86','\x18','\x11','\x86','\x0c','\x21','\x80','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xbf','\xfc','\x1e','\x01','\x80','\xfc','\x01','\x8c','\x6c','\x7f','\xfe','\x4c','\x08','\x0c','\x0c','\x08','\x18','\x0c','\x04','\x30','\x0c','\x03','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x7c','\x18','\x1e','\x18','\xe0','\x06','\x1c','\x00','\x18','\x18','\x1f','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xf8','\x1b','\x00','\x18','\xff','\x80','\x18','\x18','\x1f','\xf8','\x18','\x00','\x00','\x18','\x40','\x06','\x1a','\x7f','\xff','\x1c','\xc1','\x84','\x18','\xc1','\x80','\xf8','\x21','\x8c','\x78','\x3f','\xfe','\x58','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\xbc','\x18','\x31','\x98','\xf8','\x01','\x80','\x30','\x01','\x80','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x81','\x80','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\x1e','\x31','\x8c','\xfc','\x3f','\xfc','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x08','\x0c','\x0c','\x04','\x18','\x0c','\x06','\x30','\x0d','\x83','\x60','\xff','\xc1','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x0c','\x18','\x1e','\x0c','\x61','\xc6','\x0d','\x01','\x80','\x1e','\x21','\x8c','\xfc','\x3f','\xfe','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x90','\x0c','\x01','\x8c','\x0c','\xff','\xf6','\x7c','\x7e','\x06','\x18','\x40','\x06','\x0e','\x08','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0d','\x8f','\xf0','\xff','\xc0','\x00','\x0c','\x00','\x00','\x0c','\x3e','\x7c','\x0c','\x22','\x44','\x0c','\x22','\x44','\x0d','\xa2','\x44','\x1e','\x3e','\x7c','\xfc','\x01','\x80','\x6c','\x01','\x86','\x4c','\xff','\xff','\x0c','\x03','\x80','\x0c','\x07','\xc0','\x0c','\x05','\xa0','\x0c','\x0d','\xb8','\x0c','\x19','\x9f','\x0c','\x31','\x8e','\x7c','\xc1','\x86','\x18','\x01','\x80','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x63','\x00','\x00','\x42','\x00','\x00','\x42','\x06','\xff','\xff','\xff','\x00','\x42','\x00','\x10','\x42','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x20','\x40','\x08','\x10','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x08','\x01','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\xd9','\x80','\x03','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x20','\x0d','\x86','\x30','\xff','\xc4','\x1c','\x0c','\x0b','\xef','\x0c','\x10','\x06','\x0c','\x68','\x18','\x1e','\x0f','\xfc','\x1d','\x8c','\x18','\x1c','\xcc','\x18','\x3c','\xcf','\xf8','\x2c','\x0c','\x18','\x2c','\x0c','\x18','\x6c','\x0f','\xf8','\x4c','\x18','\x00','\x8c','\x18','\x0c','\x0c','\x17','\xfe','\x0c','\x36','\x0c','\x0c','\x26','\x0c','\x0c','\x46','\x0c','\x0c','\x87','\xfc','\x0c','\x06','\x0c','\x0e','\x03','\x30','\x0c','\x02','\x20','\x0c','\x02','\x22','\x0c','\x7f','\xff','\x0d','\x02','\x20','\xff','\xa2','\x22','\x0c','\x3f','\xff','\x0c','\x22','\x22','\x0c','\x22','\x22','\x1e','\x3f','\xfe','\x1d','\x22','\x22','\x1d','\xa2','\x22','\x3d','\xbf','\xfe','\x2c','\x00','\x00','\x2c','\x10','\x0c','\x6c','\x1f','\xfe','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x20','\x06','\x60','\x18','\x04','\x40','\x0c','\x04','\x46','\x0d','\xff','\xff','\x00','\x04','\x40','\x00','\x44','\x44','\x80','\x7f','\xfe','\x60','\x44','\x44','\x32','\x44','\x44','\x32','\x7f','\xfc','\x04','\x44','\x44','\x04','\x44','\x44','\x0c','\x7f','\xfc','\x08','\x00','\x00','\x18','\x20','\x18','\x18','\x3f','\xfc','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x3f','\xf8','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x38','\x3f','\xf8','\x18','\x30','\x18','\x0e','\x08','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x8c','\x30','\x2c','\xcf','\xf0','\x2d','\x80','\x00','\x2d','\x00','\x00','\x2e','\x3e','\x7c','\x6c','\x22','\x44','\x6c','\x22','\x44','\xcc','\x22','\x44','\xcc','\x3e','\x7c','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x1a','\x03','\x80','\x19','\x07','\xc0','\x19','\x85','\xa0','\x11','\x8d','\xb0','\x30','\x19','\x9c','\x20','\x61','\x8f','\x41','\x81','\x86','\x80','\x01','\x80','\x00','\x80','\x00','\x00','\xe0','\x00','\x01','\xc1','\x80','\x01','\xff','\xc0','\x03','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x00','\x18','\x08','\x30','\x67','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x86','\x08','\x6c','\xff','\xfc','\x6c','\x86','\x08','\x0c','\x86','\x08','\x0c','\xff','\xf8','\x1c','\x86','\x08','\xec','\x86','\x08','\x6c','\xff','\xf8','\x4c','\x06','\x00','\x18','\x06','\x30','\x19','\xff','\xf8','\x18','\x20','\x60','\x10','\x10','\xc0','\x30','\x0d','\x80','\x20','\x07','\x00','\x40','\x1d','\xe0','\x80','\xf0','\x7f','\x0f','\x00','\x1e','\x07','\x00','\x00','\x06','\x08','\x0c','\x06','\x0f','\xfe','\x06','\x0c','\x0c','\x06','\x6c','\x0c','\xff','\xfc','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0e','\x0f','\xfc','\x0e','\x0c','\x0c','\x0f','\x0c','\x0c','\x1e','\xcc','\x0c','\x16','\x6c','\x0c','\x16','\x6c','\x0c','\x36','\x0f','\xfc','\x26','\x0c','\x0c','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0f','\xfc','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x31','\x06','\x06','\x61','\xc6','\x04','\x61','\x86','\x08','\x03','\x07','\xfe','\x06','\x43','\xfe','\x18','\x70','\x00','\x60','\x60','\x00','\x00','\x40','\x40','\x00','\x80','\x30','\x3f','\xff','\xd8','\x1f','\x80','\x18','\x10','\x10','\x00','\x00','\x0c','\x20','\x08','\xe6','\x18','\x08','\xc6','\x0c','\x10','\xc0','\x46','\x30','\xc0','\x47','\xe0','\xc0','\x63','\xc0','\xff','\xe0','\x00','\x7f','\xc0','\x0e','\x03','\x30','\x0c','\x02','\x20','\x4d','\x02','\x22','\x4d','\xff','\xff','\x6d','\x82','\x20','\x6d','\x22','\x22','\x0e','\x3f','\xff','\x0c','\x22','\x22','\xff','\xa2','\x22','\x0c','\x3f','\xfe','\x0c','\x22','\x22','\x1c','\x22','\x22','\x1e','\x3f','\xfe','\x1d','\x00','\x00','\x3d','\x90','\x0c','\x2d','\x9f','\xfe','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x08','\x08','\x00','\x0e','\x0e','\x40','\x0c','\x0c','\x30','\x18','\x0c','\x18','\x92','\x08','\x0c','\x63','\x9a','\x0e','\x33','\x13','\x86','\x36','\x23','\x00','\x04','\x02','\x20','\x0a','\x02','\x10','\x11','\x04','\x18','\xff','\xbf','\xec','\x7d','\x9f','\x0c','\x4c','\x10','\x00','\x0c','\x01','\x00','\x4e','\x00','\x80','\x7d','\x06','\xc8','\x6d','\x96','\xc4','\x6d','\x96','\x06','\x4c','\x16','\x13','\x4c','\x26','\x13','\x8c','\x66','\x18','\x0c','\x67','\xf8','\x0c','\x03','\xf0','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x11','\x80','\x08','\x11','\x86','\x92','\x1f','\xff','\x63','\xb0','\x06','\x33','\x30','\x04','\x36','\x00','\x30','\x04','\x0f','\xf8','\x09','\x00','\x00','\x10','\x80','\x00','\xff','\xc0','\x06','\x7c','\xff','\xff','\x4c','\xc1','\x80','\x0c','\x01','\x80','\x4e','\x11','\x90','\x7d','\x1d','\x88','\x6d','\x99','\x8c','\x6d','\xb1','\x86','\x4c','\x21','\x86','\x4c','\x41','\x83','\x8c','\x81','\x83','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x00','\x64','\x00','\xff','\xf7','\x20','\x31','\x86','\x18','\x31','\x86','\x0c','\x31','\x8c','\x06','\x31','\x89','\x06','\x31','\x91','\xc0','\x3f','\xa1','\x80','\x31','\x81','\x10','\x31','\x81','\x08','\x31','\x82','\x0c','\x31','\x9f','\xf6','\x3f','\x8f','\x06','\x31','\x88','\x00','\x31','\x80','\x80','\x31','\x80','\x40','\x31','\x83','\x68','\x33','\x8b','\x64','\x3d','\x8b','\x06','\xf9','\x8b','\x13','\x61','\x93','\x13','\x41','\xb3','\x18','\x01','\xb3','\xf8','\x01','\x81','\xf0','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x03','\x81','\xc0','\x43','\x01','\x80','\x33','\x01','\x80','\x1b','\x01','\x80','\x1b','\x01','\x86','\x03','\xff','\xff','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x1b','\x01','\x80','\xf3','\x01','\x80','\x63','\x01','\x80','\x43','\x01','\x80','\x03','\x01','\x8c','\x03','\x7f','\xfe','\x03','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x03','\x06','\x08','\x06','\x66','\x1c','\x07','\xf6','\x70','\x0c','\x67','\x80','\x18','\xc6','\x02','\x65','\x86','\x03','\x03','\x07','\xff','\x06','\x03','\xfe','\x18','\x00','\x00','\x60','\xc1','\x80','\x00','\xc1','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x38','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x34','\x00','\x00','\x63','\x00','\x00','\xc1','\xe0','\x03','\x3e','\x7f','\x1c','\x00','\x1e','\xe3','\xff','\xe6','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x06','\x00','\x00','\x06','\x00','\x00','\x0d','\xff','\xf0','\x19','\x80','\x30','\x31','\x80','\x30','\xc1','\xff','\xf0','\x01','\x80','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x00','\x00','\x18','\x1f','\xe0','\x0c','\x10','\x20','\x0c','\x10','\x20','\x80','\x1f','\xe0','\x62','\x00','\x00','\x32','\xfc','\xfc','\x34','\x84','\x84','\x0c','\x84','\x84','\x08','\xfc','\xfc','\x18','\x03','\x00','\x30','\x03','\x06','\xf3','\xff','\xff','\x70','\x0f','\x40','\x30','\x1b','\x20','\x30','\x33','\x18','\x30','\xc3','\x0f','\x3b','\x03','\x06','\x18','\x03','\x00','\x03','\x81','\xc0','\x43','\x01','\x80','\x33','\x01','\x80','\x1b','\x01','\x86','\x1b','\x7f','\xff','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\xfb','\x01','\x8c','\x63','\x3f','\xfe','\x43','\x00','\x00','\x03','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc4','\x1c','\x03','\x82','\x38','\x0d','\x83','\x40','\x31','\x81','\x80','\xc1','\x8c','\xe0','\x01','\xf0','\x7f','\x3f','\x80','\x1e','\x0e','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x18','\x06','\x1f','\xfc','\x0e','\x18','\x00','\x0d','\x18','\x00','\x0c','\x98','\x00','\x18','\xd8','\x00','\x10','\x78','\x00','\x20','\x3e','\x00','\x40','\x0f','\xff','\x80','\x01','\xfe','\x00','\x20','\x20','\x40','\x10','\x38','\x30','\x18','\x30','\x18','\x0c','\x60','\x0c','\x0c','\x40','\x0c','\x00','\x98','\x00','\x7f','\xfc','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x0c','\x03','\x0c','\xfe','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x60','\x0c','\x0c','\x30','\x0c','\x18','\x18','\x0c','\x30','\x1c','\x0c','\x40','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x06','\x60','\x40','\x04','\x42','\x31','\xff','\xff','\x18','\x04','\x40','\x0c','\x7f','\xfc','\x0c','\x44','\x44','\x00','\x44','\x44','\x00','\x7f','\xfc','\x00','\x44','\x44','\x00','\x44','\x44','\x0c','\x7f','\xfc','\xfe','\x00','\x00','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x01','\x80','\x06','\x01','\x80','\x0d','\x03','\x40','\x0c','\xc3','\x20','\x08','\x66','\x30','\x18','\x64','\x1c','\x10','\x0b','\xef','\x21','\xb0','\x06','\x3f','\xcf','\xfc','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\xcf','\xfc','\x7f','\xec','\x0c','\x06','\x0c','\x0c','\x06','\x4f','\xfc','\x46','\x6c','\x00','\x26','\xcc','\x00','\x36','\x8f','\xfc','\x37','\x0b','\x0c','\x06','\x1b','\x0c','\x07','\x93','\x0c','\xfe','\x23','\x0c','\x70','\xc3','\xfc','\x40','\x03','\x0c','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\x99','\xf0','\x00','\x18','\x00','\x1f','\x99','\xf8','\x00','\x18','\x00','\x07','\x00','\x00','\x06','\x04','\x0c','\x06','\x67','\xfe','\xff','\xf6','\x0c','\x0e','\x06','\x0c','\x1f','\x07','\xfc','\x16','\xc6','\x0c','\x36','\x66','\x0c','\x26','\x67','\xfc','\x46','\x06','\x0c','\x86','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x40','\xc0','\x0c','\x7f','\xef','\xfe','\x62','\x02','\x0c','\x62','\x01','\x18','\x62','\x01','\x18','\x7f','\xc0','\xb0','\x62','\x00','\x60','\x62','\x00','\xf0','\x62','\x01','\x9f','\x7f','\xc6','\x0e','\x62','\x18','\xc6','\x62','\x00','\xc0','\x62','\xcf','\xfc','\x7f','\xe8','\xc4','\x60','\x48','\xc4','\x00','\x48','\xc4','\x55','\x48','\xc4','\x55','\x4f','\xfc','\x50','\x40','\xc0','\xc0','\xc0','\xc8','\xc0','\xc0','\xc4','\x01','\x9f','\xfe','\x0f','\x8f','\x03','\x03','\x08','\x03','\x04','\x10','\x00','\x07','\x18','\x60','\x06','\x1f','\xf0','\x06','\x30','\xc0','\x0c','\x20','\x80','\x0c','\x41','\x18','\x18','\xff','\xfc','\x19','\x63','\x18','\x38','\x63','\x18','\x38','\x63','\x18','\x58','\x63','\x18','\x98','\x7f','\xf8','\x18','\x0e','\x00','\x18','\x1c','\x08','\x18','\x66','\x0e','\x19','\x8b','\x1c','\x18','\x13','\x10','\x18','\x67','\xa0','\x19','\x8b','\x40','\x18','\x13','\x38','\x18','\x23','\x1f','\x18','\xc3','\x0e','\x1b','\x1f','\x06','\x18','\x06','\x00','\x00','\x20','\x10','\x1c','\x18','\x1c','\x18','\x0c','\x18','\x18','\x0c','\x10','\x18','\x40','\x26','\x18','\x7f','\xff','\x1b','\x61','\x86','\xff','\xe1','\x86','\x18','\x7f','\xfe','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x18','\x00','\x00','\x18','\x20','\x0c','\x18','\x3f','\xfe','\x1b','\x30','\x0c','\xfc','\x30','\x0c','\x70','\x3f','\xfc','\x40','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x3f','\xfc','\x00','\x30','\x0c','\x0e','\x10','\x10','\x0c','\x0c','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x10','\x0c','\x20','\x26','\x2c','\x3f','\xff','\x2e','\x31','\x86','\x2d','\x31','\x86','\x6d','\xbf','\xfe','\x6d','\xb1','\x86','\x4c','\x31','\x86','\xcc','\x31','\x86','\xcc','\x3f','\xfe','\x0c','\x00','\x00','\x0c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x26','\x0e','\x70','\x3f','\x0c','\x60','\x26','\x0c','\x66','\x26','\xff','\xff','\x26','\x0c','\x60','\x26','\x0c','\x08','\x26','\x00','\x66','\x3e','\x40','\x62','\x26','\x7f','\xff','\x26','\x40','\x60','\x26','\x5f','\xe0','\x26','\x52','\x64','\x26','\x52','\x27','\x3e','\x5f','\xa6','\x26','\x50','\xa4','\x26','\x50','\xac','\x26','\x5f','\xa8','\x26','\x52','\x38','\x26','\x52','\x12','\x66','\x5f','\xba','\x46','\xd0','\x6a','\x46','\x80','\xce','\x5e','\x83','\x07','\x8d','\x1c','\x03','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x40','\x00','\x03','\x30','\x20','\x03','\x16','\x3f','\xff','\xff','\x30','\x03','\x00','\x30','\x03','\x00','\x37','\xfb','\x10','\x34','\x41','\x1c','\x34','\x41','\x98','\x37','\xf9','\xb0','\x34','\x08','\xb0','\x34','\x08','\xe0','\x37','\xf8','\x40','\x24','\x40','\xe2','\x24','\x41','\xa2','\x67','\xfb','\x32','\x44','\x06','\x1b','\x40','\x18','\x0f','\x80','\x00','\x06','\x43','\x10','\x10','\x7f','\x8c','\x1c','\x63','\x06','\x18','\x63','\x06','\x10','\x63','\x20','\x26','\x63','\x3f','\xff','\x7f','\x30','\x86','\x63','\x30','\x86','\x63','\x3f','\xfe','\x63','\x30','\x86','\x63','\x30','\x86','\x7f','\x30','\x86','\x63','\x3f','\xfe','\x63','\x00','\x00','\x63','\x10','\x0c','\x63','\x1f','\xfe','\x63','\x18','\x0c','\x7f','\x18','\x0c','\x00','\x1f','\xfc','\x24','\x18','\x0c','\x33','\x18','\x0c','\x61','\x98','\x0c','\x41','\x9f','\xfc','\x80','\x18','\x0c','\x00','\x03','\x80','\x40','\x23','\x00','\x30','\x3b','\x00','\x18','\x33','\x18','\x0c','\x7f','\xfc','\x0c','\x43','\x00','\x00','\x83','\x00','\x00','\x03','\x06','\x03','\xff','\xff','\x00','\x00','\x00','\x0c','\x00','\x00','\xfe','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x04','\x20','\x18','\x07','\x3f','\xfc','\x06','\x30','\x18','\x06','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x38','\x30','\x18','\x38','\x3f','\xf8','\x58','\x33','\x18','\x98','\x03','\x00','\x18','\x43','\x00','\x18','\x73','\x00','\x18','\x63','\x0c','\x18','\x63','\xfe','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x53','\x00','\x18','\xcb','\x00','\x18','\x87','\x00','\x19','\x03','\xff','\x1a','\x00','\xfe','\x10','\x00','\x07','\x1d','\x06','\x06','\x19','\xff','\x66','\x19','\x86','\x66','\x19','\x86','\x66','\x19','\x86','\x66','\x31','\x86','\x66','\x31','\xfe','\x66','\x31','\x86','\x66','\x71','\x86','\x66','\x71','\x86','\x66','\xb1','\x86','\x66','\x31','\xfe','\x66','\x31','\x86','\x66','\x31','\x86','\x66','\x31','\x86','\x66','\x31','\x86','\x66','\x31','\xfe','\x66','\x30','\x00','\x06','\x30','\x88','\x06','\x30','\xe6','\x06','\x30','\xc3','\x06','\x31','\x81','\xbe','\x36','\x01','\x8c','\x20','\x30','\x0e','\x3f','\xf8','\x0c','\x30','\x31','\xcc','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x3f','\xf1','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x3f','\xf1','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x3f','\xf1','\x8c','\x10','\x00','\x0c','\x1c','\x80','\x0c','\x18','\x60','\x0c','\x30','\x30','\x0c','\x60','\x18','\x7c','\x80','\x18','\x18','\x00','\x00','\x00','\x20','\x62','\x0c','\x3f','\xf3','\xfe','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3f','\xe3','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3f','\xe3','\x0c','\x30','\x63','\x0c','\x30','\x03','\x0c','\x30','\x83','\x0c','\x30','\x43','\x0c','\x30','\x63','\x0c','\x33','\xb3','\x0c','\xfc','\x33','\x7c','\x70','\x33','\x18','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x04','\x60','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x10','\x00','\x01','\xcc','\x00','\x11','\x86','\x10','\x11','\x86','\x0c','\x21','\x80','\x86','\x61','\x80','\x87','\xc1','\x80','\xc3','\xc1','\xff','\xc0','\x00','\xff','\x80','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x19','\x8c','\x0d','\x81','\x80','\x1e','\x21','\x80','\xfc','\x39','\x80','\x6c','\x31','\x8c','\x4c','\x31','\xfe','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x29','\x80','\x0c','\x65','\x80','\x0c','\x43','\x80','\x7c','\x81','\xff','\x19','\x00','\x7e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x7a','\x18','\x00','\xda','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x20','\x00','\x07','\x19','\x06','\x06','\x0d','\xff','\x66','\x0d','\x86','\x66','\x01','\x86','\x66','\x01','\x86','\x66','\x81','\x86','\x66','\x61','\xfe','\x66','\x31','\x86','\x66','\x31','\x86','\x66','\x05','\x86','\x66','\x05','\x86','\x66','\x09','\xfe','\x66','\x09','\x86','\x66','\x19','\x86','\x66','\x19','\x86','\x66','\x31','\x86','\x66','\xf1','\xfe','\x66','\x70','\x00','\x06','\x30','\x88','\x06','\x30','\xe6','\x06','\x30','\xc3','\x06','\x39','\x81','\xbe','\x1a','\x01','\x8c','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\x98','\x00','\x18','\x58','\x00','\x10','\x38','\x00','\x20','\x0f','\xff','\xc0','\x03','\xfe','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x06','\x19','\xff','\xff','\x0c','\x03','\x00','\x0c','\x43','\x18','\x00','\x7f','\xfc','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x18','\x0c','\x63','\x18','\xfe','\x7f','\xf8','\x0c','\x67','\x18','\x0c','\x0f','\x80','\x0c','\x0b','\x60','\x0c','\x1b','\x30','\x0c','\x33','\x18','\x0c','\x63','\x1c','\x0d','\x83','\x0c','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x04','\x20','\x00','\x07','\x38','\x40','\x06','\x30','\x30','\x06','\x30','\x18','\x0c','\x60','\x0c','\x0c','\x46','\x0e','\x18','\x86','\x06','\x19','\x0d','\x00','\x38','\x0d','\x00','\x38','\x08','\x80','\x58','\x18','\xc0','\x98','\x10','\x60','\x18','\x20','\x38','\x18','\x40','\x1f','\x18','\x80','\x0e','\x1b','\x3f','\xf6','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x18','\x30','\x30','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x30','\x18','\x07','\xf8','\x1b','\xfe','\x00','\x18','\x04','\x00','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\x04','\x10','\x19','\xff','\xf0','\x18','\x04','\x00','\x14','\x04','\x06','\x37','\xff','\xff','\x36','\x04','\x86','\x26','\x04','\x46','\x66','\xff','\xe6','\x46','\x78','\x66','\x86','\x40','\x06','\x06','\x00','\x3e','\x06','\x00','\x0c','\x21','\x80','\xe8','\x3f','\xc0','\xc4','\x31','\x80','\xc6','\x31','\x80','\xc6','\x31','\x80','\xc0','\x31','\x80','\xc6','\x3f','\xbf','\xff','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x8c','\xc8','\x31','\x8c','\xce','\x3f','\x8c','\xcc','\x31','\x8c','\x48','\x31','\xbf','\x58','\x31','\x8c','\x50','\x31','\x8c','\x70','\x31','\x8c','\x20','\x3f','\x8c','\x72','\x00','\x0c','\x52','\x22','\x0c','\xda','\x39','\x8c','\x8a','\x30','\xc1','\x0e','\x60','\xc2','\x07','\x80','\x0c','\x03','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x0c','\x0c','\xcf','\xfe','\xff','\xf8','\x00','\x18','\x14','\x00','\x18','\x27','\x00','\x18','\x06','\x00','\x19','\x84','\x18','\x1f','\xcf','\xfc','\x19','\x89','\x80','\x19','\x91','\x80','\x19','\x81','\x80','\x19','\x81','\x86','\x19','\xff','\xff','\x19','\x81','\x80','\x31','\x83','\x40','\x31','\x83','\x40','\x31','\x86','\x20','\x23','\x86','\x38','\x63','\x0c','\x1f','\x4f','\x18','\x0e','\x86','\x60','\x06','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\x7f','\xff','\x92','\x01','\x80','\x63','\x81','\x80','\x33','\x01','\x8c','\x36','\x3f','\xfe','\x04','\x00','\x00','\x0a','\x20','\x06','\x11','\x3f','\xff','\xff','\xa0','\x06','\x7d','\xe0','\x04','\x4c','\x66','\x68','\x0c','\x06','\x60','\x4e','\x06','\x60','\x7d','\x86','\x60','\x6c','\xc6','\x60','\x6c','\xc6','\x62','\x4c','\x0c','\x62','\x4c','\x0c','\x62','\x8c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x02','\x01','\x00','\x03','\x81','\xc0','\x03','\x01','\x80','\x06','\x83','\x40','\x04','\x42','\x30','\x08','\x64','\x18','\x10','\x68','\x18','\x60','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0d','\x80','\xc0','\xff','\xd0','\xc6','\x01','\x9f','\xff','\x03','\x18','\xc6','\x03','\x18','\xc6','\x06','\x18','\xc6','\x04','\x98','\xc6','\x0c','\xd8','\xc6','\x1d','\x18','\xc6','\x2e','\x1f','\xfe','\xcd','\x98','\xc6','\x0c','\xd8','\xc6','\x0c','\xd8','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x60','\x07','\x00','\x38','\x0c','\x00','\x1c','\x70','\x00','\x0c','\x1c','\x10','\x40','\x18','\x08','\x70','\x18','\x0c','\x60','\x18','\x0c','\x40','\x18','\x00','\x86','\x19','\xff','\xff','\xfe','\x00','\x00','\x18','\x00','\x00','\x18','\x86','\x0e','\x18','\xff','\x4c','\x18','\xc6','\x4c','\x1a','\xc6','\x4c','\x1c','\xc6','\x4c','\xf8','\xfe','\x4c','\x78','\xc6','\x4c','\x58','\xc6','\x4c','\x18','\xc6','\x4c','\x18','\xfe','\x4c','\x18','\xc6','\x4c','\x18','\xc6','\x4c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\xf8','\xde','\x3c','\x30','\xcc','\x18','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x30','\x01','\xbf','\xf8','\x03','\x00','\x60','\x06','\x00','\x40','\x06','\x02','\x80','\x0e','\x03','\x00','\x16','\x03','\x00','\x26','\x03','\x06','\xc6','\xff','\xff','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x1f','\x00','\x06','\x06','\x00','\x00','\x00','\x18','\x01','\x80','\x7c','\xff','\xc3','\xe0','\x01','\xbe','\x00','\x01','\x03','\x80','\x0a','\x03','\x00','\x0c','\x02','\x20','\x0c','\x24','\x38','\x0c','\x18','\x70','\x0c','\xcc','\x60','\x0f','\x0c','\xc8','\xfc','\x01','\x04','\x7c','\x02','\x06','\x4c','\xff','\xfb','\x0c','\x7f','\x83','\x0c','\x41','\x83','\x0c','\x11','\xa0','\x0c','\x1d','\x90','\x0c','\x19','\x88','\x0c','\x31','\x8c','\x0c','\x21','\x86','\x0c','\x41','\x86','\x7c','\x81','\x80','\x18','\x01','\x80','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x66','\x00','\x08','\x66','\x30','\x0f','\xff','\xf8','\x0c','\x46','\x30','\x0c','\x86','\x30','\x0f','\x03','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x02','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xcf','\x80','\x00','\x03','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xdf','\xf8','\x0c','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\x1e','\x3f','\xfc','\xfc','\x30','\x0c','\x6c','\x30','\x0c','\x4c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x30','\x0c','\x1c','\x0e','\x7c','\x30','\x07','\x18','\xc0','\x03','\x07','\x00','\x38','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\xc0','\x36','\xff','\xef','\xff','\x06','\x00','\x30','\x06','\x00','\x30','\x0f','\x00','\x30','\x0e','\xc8','\x30','\x1e','\x64','\x30','\x16','\x66','\x30','\x36','\x03','\x30','\x26','\x03','\x30','\x46','\x00','\x30','\x86','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x00','\x00','\x18','\x40','\x18','\x3c','\x33','\xfc','\xe0','\x18','\x1b','\x40','\x18','\x10','\x60','\x18','\x50','\x48','\x00','\x64','\x8c','\x00','\x63','\x18','\x00','\x61','\xb0','\x00','\x69','\xa0','\x1b','\xf0','\x48','\xfd','\xe0','\x84','\x19','\x6f','\xfe','\x18','\x66','\x46','\x18','\x60','\x40','\x18','\x62','\x50','\x18','\x63','\x4c','\x18','\x66','\x46','\x19','\xe4','\x46','\x18','\xc8','\x40','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x73','\x00','\x06','\x63','\x00','\x0c','\x63','\x0c','\x0c','\x63','\x1e','\x18','\x63','\x6c','\x18','\x63','\x8c','\x38','\x67','\x0c','\x38','\x7b','\x0c','\x58','\xe3','\x0c','\x9b','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x3c','\x18','\x63','\x18','\x18','\x63','\x00','\x18','\x63','\x02','\x18','\x60','\x02','\x18','\x60','\x02','\x18','\x60','\x03','\x18','\x7f','\xff','\x18','\x3f','\xfe','\x18','\x00','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x70','\x60','\x00','\xff','\xf0','\x01','\x80','\xe0','\x03','\x41','\xc0','\x0c','\x33','\x80','\x30','\x16','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\xc4','\x00','\x07','\x07','\x00','\x78','\x0e','\x0c','\x00','\x1f','\xfe','\x00','\x30','\x1c','\x00','\x60','\x38','\x01','\x90','\x70','\x0e','\x0c','\xe0','\x00','\x05','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x03','\xc0','\x00','\x3c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x00','\xc0','\xc0','\x01','\x90','\xe0','\x03','\x08','\x70','\x06','\x0c','\x3c','\x0c','\x0c','\x1f','\x30','\x0c','\x0e','\xc0','\x00','\x04','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x80','\x06','\x00','\x62','\x06','\x06','\x33','\xff','\xff','\x32','\x06','\x00','\x04','\x06','\x00','\x04','\x0d','\x00','\x0c','\x0d','\x00','\x08','\x0d','\x00','\x18','\x08','\x80','\x18','\x18','\x80','\x30','\x18','\xc0','\xf0','\x14','\x40','\x70','\x32','\x60','\x30','\x23','\x30','\x30','\x63','\x3c','\x30','\x43','\x1f','\x38','\x80','\x0e','\x1b','\x00','\x04','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x11','\x80','\x03','\x11','\x86','\xff','\xbf','\xff','\x00','\x30','\x06','\x00','\x60','\x04','\x06','\x60','\x08','\x7f','\x0e','\x00','\x00','\x0c','\x10','\x00','\x0c','\x1c','\x06','\x0c','\x38','\x7f','\x0c','\x70','\x00','\x0c','\xc0','\x00','\x0f','\x00','\x43','\x0c','\x00','\x7f','\x8c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x04','\x63','\x0c','\x04','\x63','\x0c','\x06','\x7f','\x0f','\xfe','\x63','\x07','\xfc','\x00','\x00','\x30','\x00','\x03','\xf8','\x46','\x7f','\x00','\x7f','\x03','\x00','\x66','\x03','\x00','\x66','\x03','\x0c','\x66','\xff','\xfe','\x66','\x33','\x30','\x66','\x33','\x30','\x66','\x33','\x30','\x66','\x33','\x36','\x67','\xff','\xff','\x66','\x33','\x30','\x66','\x33','\x30','\x66','\x33','\x30','\x66','\x33','\x30','\x7e','\x33','\x34','\x66','\xff','\xfe','\x66','\x03','\x00','\x60','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x21','\x83','\x80','\x3f','\xc3','\x06','\x31','\xbf','\xff','\x31','\x06','\x00','\x33','\x06','\x00','\x32','\x0f','\xfc','\x34','\x0c','\x0c','\x32','\x1c','\x0c','\x31','\x2f','\xfc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x37','\x8c','\x0c','\x33','\x0c','\x0c','\x30','\x0c','\x3c','\x30','\x0c','\x18','\x30','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x07','\xf0','\x00','\x7e','\x00','\x1f','\xc0','\x20','\x00','\x20','\x38','\x10','\x10','\x30','\x08','\x18','\x60','\x0c','\x18','\x40','\x06','\x40','\x80','\x06','\x71','\x00','\x00','\x60','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\xc6','\x00','\x06','\x34','\x00','\x00','\x0f','\x00','\x00','\x19','\xc0','\x00','\x60','\x70','\x03','\x80','\x38','\x3c','\x00','\x18','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x06','\x0c','\xff','\xff','\x0c','\x0c','\x00','\x2d','\x08','\x00','\x2d','\x1f','\xfc','\x6d','\x90','\xc0','\x6d','\xa0','\xc0','\x4c','\x5f','\xff','\xcc','\x80','\x00','\xcc','\x00','\x00','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0c','\x18','\x18','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\xc0','\x60','\xff','\xe0','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x40','\x60','\x0d','\x80','\x60','\x1e','\x00','\x60','\xfc','\x00','\x60','\x6c','\x00','\x60','\x4c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x7c','\x03','\xe0','\x18','\x00','\xc0','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x11','\x80','\x0d','\x91','\x86','\xff','\xff','\xff','\x0c','\x30','\x06','\x0c','\x60','\x04','\x0c','\x60','\x08','\x1e','\x0e','\x00','\x1d','\x8c','\x00','\x1c','\xcc','\x10','\x3c','\xcc','\x1c','\x2c','\x0c','\x38','\x2c','\x0c','\x60','\x6c','\x0d','\x80','\x4c','\x0e','\x00','\x8c','\x0c','\x00','\x0c','\x0c','\x04','\x0c','\x0c','\x04','\x0c','\x0c','\x04','\x0c','\x0c','\x06','\x0c','\x0f','\xfe','\x0c','\x07','\xfc','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc4','\xc0','\x3f','\xe4','\xc6','\x30','\xcf','\xff','\x38','\xcc','\x06','\x34','\xd8','\x04','\x34','\xd8','\x08','\x30','\xc3','\x80','\x30','\xf3','\x00','\xff','\xc3','\x08','\x70','\xc3','\x0e','\x30','\xc3','\x1c','\x34','\xc3','\x30','\x34','\xc3','\xc0','\x34','\xc3','\x00','\x34','\xc3','\x00','\x34','\xc3','\x00','\x30','\xc3','\x04','\x20','\xc3','\x04','\x60','\xc3','\x06','\x43','\xc3','\xfe','\x81','\x81','\xfc','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x06','\x0c','\xff','\xff','\x0c','\x0c','\x00','\xff','\xc8','\x00','\x0c','\x1f','\xfc','\x0c','\x10','\xc0','\x0c','\x20','\xc0','\x1c','\x7f','\xff','\x1e','\x80','\x00','\x1d','\x00','\x00','\x3d','\x9f','\xfc','\x2d','\x98','\x0c','\x2c','\x18','\x0c','\x6c','\x1f','\xfc','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0c','\x18','\x18','\x41','\x81','\xc0','\x7f','\xc1','\x80','\x61','\x81','\x80','\x63','\x21','\x80','\x62','\x21','\x86','\x66','\x3f','\xff','\x64','\x60','\x06','\x68','\x60','\x04','\x64','\xce','\x08','\x66','\xcc','\x00','\x62','\x0c','\x10','\x63','\x0c','\x1c','\x63','\x0c','\x38','\x63','\x0c','\x70','\x63','\x0c','\xc0','\x63','\x0f','\x00','\x63','\x0c','\x00','\x6f','\x0c','\x00','\x66','\x0c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x06','\x60','\x0f','\xfe','\x60','\x07','\xfc','\x40','\x61','\xc0','\x7f','\xf1','\x80','\x62','\x01','\x80','\x62','\x01','\x80','\x62','\x01','\x80','\x7f','\xc1','\x80','\x62','\x01','\x80','\x62','\x01','\x86','\x62','\x1f','\xff','\x7f','\xc1','\x80','\x62','\x01','\x80','\x62','\x01','\x80','\x62','\x63','\x40','\x7f','\xf3','\x40','\x60','\x63','\x40','\x00','\x63','\x20','\x55','\x62','\x20','\x55','\x66','\x30','\x50','\x66','\x10','\xc0','\xe5','\x18','\xc0','\xcc','\x9c','\x01','\xc8','\xcf','\x0f','\x90','\xce','\x03','\x20','\x06','\x40','\xc1','\x04','\x7f','\xe8','\x87','\x62','\x04','\xc6','\x62','\x06','\xc4','\x62','\x06','\x08','\x7f','\xc0','\x00','\x62','\x0f','\xfc','\x62','\x08','\xc4','\x62','\x08','\xc4','\x7f','\xc8','\xc4','\x62','\x0f','\xfc','\x62','\x08','\xc4','\x62','\x48','\xc4','\x7f','\xe8','\xc4','\x60','\x4f','\xfc','\x00','\x40','\xc0','\x55','\x40','\xc0','\x55','\x40','\xc6','\x50','\x5f','\xff','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\x01','\x80','\xc0','\x0f','\x80','\xc0','\x03','\x00','\xc0','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x06','\x1b','\xff','\xff','\x38','\x1e','\x80','\x38','\x16','\x80','\x58','\x36','\x40','\x98','\x36','\x40','\x18','\x26','\x60','\x18','\x66','\x20','\x18','\x46','\x30','\x18','\xc6','\x18','\x18','\x86','\x1c','\x19','\x7f','\xef','\x1a','\x06','\x0e','\x1c','\x06','\x06','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x00','\x08','\x00','\x1c','\x0e','\x40','\x18','\x0c','\x70','\x18','\x18','\x60','\x18','\x18','\x40','\x18','\x10','\x8c','\x1b','\x3f','\xfe','\xff','\xf1','\x80','\x18','\x71','\x80','\x18','\xb1','\x80','\x19','\x31','\x98','\x18','\x3f','\xfc','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x98','\x19','\x3f','\xfc','\x1e','\x31','\x80','\xf8','\x31','\x80','\x60','\x31','\x80','\x40','\x31','\x86','\x00','\x3f','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x07','\x00','\x38','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x30','\x36','\xff','\xff','\xff','\x00','\x80','\x30','\x00','\xe0','\x30','\x20','\xc0','\x30','\x10','\xc8','\x30','\x09','\x84','\x30','\x0d','\x86','\x30','\x07','\x03','\x30','\x02','\x03','\x30','\x07','\x03','\x30','\x05','\x80','\x30','\x0c','\xc0','\x30','\x18','\xc0','\x30','\x10','\xc0','\x30','\x20','\x00','\x30','\x40','\x00','\x30','\x80','\x01','\xf0','\x00','\x00','\x60','\x00','\x00','\x1c','\x00','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x02','\x00','\x18','\x02','\x00','\x1a','\x44','\x1b','\xff','\x7f','\xfc','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x99','\x18','\x64','\x98','\x98','\x64','\x98','\x98','\x64','\x98','\xd8','\x64','\x98','\xd8','\x64','\x98','\xd8','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x60','\x78','\xf8','\x60','\x30','\x30','\x04','\x1c','\x80','\x07','\x18','\x60','\x0e','\x18','\x20','\x0c','\x18','\x0c','\x18','\x0f','\xfe','\x39','\xfc','\x00','\x58','\x06','\x00','\x98','\x07','\x00','\x18','\x03','\x82','\x18','\x01','\xc2','\x18','\x00','\xf3','\x18','\x00','\x3f','\x18','\x00','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x07','\x1c','\x70','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x18','\x04','\xc0','\x18','\x08','\xc4','\x18','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x19','\xe0','\x06','\x18','\xc0','\x00','\x18','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x18','\x18','\x7f','\xfc','\x30','\x03','\x00','\x64','\x03','\x00','\x87','\x03','\x00','\x0e','\x03','\x06','\x0d','\xff','\xff','\x1c','\x00','\x00','\x3c','\x00','\x60','\x6c','\x00','\x66','\x8d','\xff','\xff','\x0c','\x00','\x60','\x0c','\x20','\x60','\x0c','\x10','\x60','\x0c','\x18','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x03','\xe0','\x0c','\x00','\xc0','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x80','\x00','\x40','\x60','\x00','\x80','\x30','\x3f','\xff','\xd8','\x1f','\xc0','\x1c','\x10','\x00','\x0c','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x10','\x00','\x01','\xcc','\x00','\x11','\x86','\x30','\x11','\x86','\x0c','\x21','\x80','\x46','\x61','\x80','\x47','\xc1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x08','\x00','\x00','\x0e','\x43','\x88','\x0c','\x33','\x3c','\xff','\xdb','\xe0','\x78','\x1b','\x04','\x40','\x03','\x06','\x3f','\xe3','\xfe','\x30','\x61','\xfc','\x30','\x60','\x00','\x3f','\xe3','\x80','\x30','\x63','\x08','\x30','\x63','\x3c','\x3f','\xe3','\xe0','\x30','\x63','\x04','\x30','\x63','\x06','\x31','\xe3','\xfe','\x30','\xc1','\xfc','\x00','\x10','\x00','\x01','\xcc','\x18','\x11','\x8c','\x46','\x21','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x01','\xc1','\xd0','\x01','\x81','\x88','\x01','\x99','\x8c','\x3f','\xfd','\x8c','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x3f','\xf9','\x80','\x21','\x09','\x90','\x3f','\xf9','\x9c','\x21','\x09','\x98','\x3f','\xf9','\x98','\x04','\x41','\x90','\x04','\x40','\xb0','\x7f','\xfc','\xa0','\x04','\x40','\xe2','\x04','\x40','\x42','\xff','\xfe','\xe2','\x08','\x80','\xb2','\x0e','\x61','\x9a','\x1c','\x31','\x0e','\x30','\x32','\x07','\xc0','\x0c','\x03','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x30','\xcc','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x30','\xc6','\xff','\xff','\xff','\x03','\x01','\xa0','\x06','\xc1','\xa0','\x06','\x63','\x10','\x0c','\x66','\x1c','\x18','\x18','\x0f','\x34','\x00','\x66','\xc7','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x60','\x00','\x1f','\xff','\xf8','\x00','\xc2','\x00','\x00','\x82','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x00','\xc0','\x02','\x1c','\x60','\x06','\x18','\x38','\x0d','\x18','\x9f','\x18','\xd9','\xce','\x30','\xde','\x06','\xc0','\x18','\x00','\x00','\x3b','\x00','\x01','\xd8','\xc0','\x3f','\x18','\x70','\x1c','\x18','\x38','\x10','\xf8','\x18','\x00','\x30','\x00','\x20','\x73','\x9c','\x18','\x63','\x18','\x0c','\x63','\x18','\x0d','\xff','\xff','\x00','\x63','\x18','\x00','\x63','\x18','\x80','\x63','\x18','\x40','\x7f','\xf8','\x64','\x80','\x00','\x64','\x80','\x06','\x05','\xff','\xff','\x09','\x83','\x06','\x0b','\x03','\x04','\x0b','\x43','\x18','\x18','\x7f','\xfc','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x78','\x30','\x63','\x30','\x38','\x03','\x00','\x18','\x03','\x00','\x21','\x81','\x00','\x3f','\xc1','\xc0','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x00','\x31','\x83','\x08','\x31','\x82','\x04','\x3f','\x82','\x06','\x31','\x84','\x3b','\x31','\xbf','\xc3','\x31','\x9e','\x03','\x31','\x90','\x00','\x31','\x80','\x00','\x3f','\x88','\x0c','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x21','\x8c','\x0c','\x21','\x8c','\x0c','\x61','\x8f','\xfc','\x47','\x8c','\x0c','\x83','\x0c','\x0c','\x26','\x02','\x0c','\x3f','\x43','\xfe','\x26','\x23','\x0c','\x26','\x33','\x0c','\x26','\x33','\x0c','\x26','\x33','\xfc','\x26','\x03','\x0c','\x3e','\x03','\x0c','\x26','\x03','\x0c','\x26','\x03','\xfc','\x26','\x33','\x08','\x27','\xfb','\x0e','\x26','\x33','\x0c','\x3e','\x33','\x48','\x26','\x33','\x30','\x26','\x33','\x18','\x26','\x33','\x2c','\x26','\x3f','\xce','\x26','\x37','\x06','\x26','\x30','\x00','\x66','\x68','\x00','\x47','\xc7','\xff','\x5e','\xc1','\xfe','\x8c','\x80','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x80','\x00','\xc0','\x60','\x00','\x80','\x30','\x01','\x07','\xd8','\x7f','\xf8','\x1c','\x3f','\x00','\x0c','\x20','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x02','\x1c','\x80','\x03','\x98','\xc0','\x07','\x18','\x58','\x06','\x0c','\x7c','\x0c','\x0f','\x80','\x1d','\xfc','\x00','\x2c','\x06','\x00','\xcc','\x03','\x04','\x0c','\x01','\xc4','\x0c','\x00','\xf4','\x0c','\x1c','\x3e','\x0c','\x18','\x0e','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc2','\x1c','\x07','\x83','\x18','\x1d','\x81','\xa0','\xe1','\x80','\xc0','\x01','\x8e','\x70','\x1f','\xf0','\x3f','\x0f','\x00','\x1e','\x08','\x00','\x06','\x02','\x0e','\x40','\x03','\x8c','\x60','\x07','\x0c','\x2c','\x0e','\x07','\xfe','\x3c','\xfe','\x00','\xcc','\x03','\x00','\x0c','\x01','\xc2','\x0c','\x00','\xf2','\x0c','\x00','\x3f','\x00','\x00','\x0f','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x00','\x20','\x30','\x40','\x3f','\xf8','\x30','\x30','\x30','\x18','\x30','\x30','\x0c','\x30','\x30','\x0c','\x3f','\xf0','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x3f','\xf0','\x0c','\x30','\x08','\xfe','\x30','\x0e','\x0c','\x31','\x0c','\x0c','\x30','\x90','\x0c','\x30','\x60','\x0c','\x33','\x30','\x0c','\x3c','\x18','\x0d','\xf0','\x1c','\x0c','\xc0','\x0c','\x0c','\x80','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x18','\x30','\x7f','\xfc','\x18','\x03','\x18','\x0c','\x03','\x18','\x0c','\x03','\x1a','\x01','\xff','\xff','\x00','\x03','\x18','\x00','\x03','\x18','\x00','\x03','\x18','\x0c','\x7f','\xfc','\xfe','\x83','\x06','\x0c','\x63','\x0c','\x0c','\x23','\x10','\x0c','\x0b','\x00','\x0c','\x33','\x60','\x0d','\xe3','\x1c','\x0c','\xc3','\x0e','\x0c','\x9f','\x06','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x41','\x90','\x40','\x7f','\xcc','\x70','\x61','\x86','\x60','\x63','\x06','\x40','\x62','\x00','\x86','\x66','\xff','\xff','\x64','\x06','\x00','\x68','\x0c','\x08','\x64','\x18','\x0e','\x66','\x34','\x0c','\x62','\xc6','\x18','\x63','\x0b','\x10','\x63','\x0b','\x20','\x63','\x11','\x80','\x63','\x23','\xc0','\x63','\x45','\xa0','\x6f','\x85','\xb0','\x66','\x09','\x98','\x60','\x11','\x9f','\x60','\x21','\x8e','\x60','\xc1','\x86','\x63','\x03','\x00','\x60','\x1f','\x00','\x60','\x06','\x00','\x02','\x0e','\x40','\x03','\x8c','\x60','\x07','\x0c','\x2c','\x06','\x07','\xfe','\x0e','\xfe','\x00','\x1e','\x03','\x00','\x36','\x01','\x82','\xc6','\x00','\xe2','\x00','\x00','\x3f','\x0f','\xff','\xef','\x0c','\x10','\x60','\x0c','\x10','\x60','\x0f','\xff','\xe0','\x0c','\x10','\x60','\x0c','\x10','\x60','\x0f','\xff','\xe0','\x00','\x10','\x00','\x1f','\xff','\xf0','\x00','\x10','\x06','\xff','\xff','\xff','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\x60','\xc1','\x86','\x10','\x10','\x06','\x1c','\x1f','\xff','\x18','\x18','\x06','\x19','\x98','\xc6','\x1f','\xd8','\x86','\x11','\x98','\x86','\x31','\x1b','\xf6','\x22','\x18','\x86','\x3f','\x98','\x86','\x64','\x98','\x86','\xa4','\x9f','\xfe','\x24','\x98','\x06','\x3f','\x98','\x06','\x24','\x99','\xe6','\x24','\x99','\x26','\x24','\x99','\x26','\x3f','\x99','\x26','\x00','\x19','\x26','\x00','\x99','\x26','\x2a','\x91','\xe6','\x2a','\x30','\x06','\x68','\x20','\x06','\xc0','\x40','\x3e','\xc1','\x80','\x0c','\x02','\x07','\x00','\x03','\x86','\x40','\x03','\x06','\x30','\x03','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x00','\x0c','\x06','\x06','\x0d','\xff','\xff','\x1c','\x06','\x00','\x1c','\x06','\x00','\x2c','\x06','\x00','\x4c','\x06','\x00','\x8c','\x06','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x00','\xc2','\x0c','\x00','\xe2','\x0c','\x00','\x72','\x0c','\x00','\x3f','\x0c','\x00','\x1f','\x0c','\x00','\x06','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x80','\x00','\xc0','\x40','\x01','\x80','\x20','\x01','\x00','\x30','\x02','\x07','\xd8','\x7f','\xfc','\x1c','\x3f','\x00','\x0c','\x20','\x00','\x0c','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x00','\xc0','\xc0','\x01','\x80','\xe0','\x03','\x00','\x70','\x06','\x00','\x3c','\x0c','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x04','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x04','\x80','\x61','\x88','\x60','\x80','\x80','\x20','\x1f','\xff','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\x10','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x18','\x06','\x3f','\xff','\xff','\x30','\x78','\x06','\x30','\xd8','\x06','\x01','\xd8','\x06','\x03','\x98','\x0c','\x06','\x18','\x7c','\x18','\x18','\x18','\xe0','\x18','\x00','\x00','\x18','\x00','\x00','\x62','\x0c','\xff','\xf3','\xfe','\x0a','\x03','\x0c','\x0a','\x03','\x0c','\x0a','\x03','\xfc','\x4a','\x63','\x0c','\x7f','\xf3','\x0c','\x6a','\x63','\x0c','\x6a','\x63','\xfc','\x6a','\x60','\x00','\x6a','\x60','\x06','\x6b','\xef','\xff','\x69','\xe0','\x60','\x70','\x60','\x60','\x60','\x64','\x60','\x60','\x67','\x64','\x60','\x66','\x7e','\x7f','\xe6','\x60','\x60','\x66','\x60','\x60','\x66','\x60','\x60','\x65','\x60','\x60','\x6c','\xe0','\x7f','\xe8','\x7f','\x60','\x10','\x1e','\x20','\xc0','\x06','\x3f','\xef','\xff','\x30','\xc0','\xc0','\x30','\xc0','\x80','\x3f','\xc4','\x8c','\x30','\xc7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x00','\x06','\x0c','\x00','\x66','\x0c','\xff','\xf7','\xfc','\x06','\x06','\x0c','\x26','\x06','\x0c','\x36','\x06','\x0c','\x36','\x47','\xfc','\x37','\xe2','\x00','\x36','\x03','\x18','\x36','\x06','\x0e','\x2e','\x18','\x06','\x66','\x00','\x00','\x43','\xff','\xff','\x40','\xff','\xfe','\x80','\x00','\x00','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x31','\x04','\x20','\x31','\xcf','\xfe','\x33','\x88','\x40','\x37','\x1f','\xfe','\x3b','\x28','\x40','\x33','\x0f','\xfe','\x33','\x08','\x40','\x33','\x2f','\xff','\x30','\x30','\x00','\x31','\xff','\xe0','\x31','\x00','\x20','\x31','\xff','\xe0','\x31','\x00','\x20','\x21','\xff','\xe0','\x21','\x00','\x00','\x61','\xff','\xf8','\x61','\x00','\x02','\x45','\xff','\xff','\x44','\x88','\x86','\x98','\xcc','\xde','\x18','\x44','\x4c','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x0c','\x06','\xff','\xfe','\x00','\x10','\x40','\x00','\x08','\x70','\x80','\x0c','\x60','\x62','\x0c','\x86','\x33','\xff','\xff','\x32','\x00','\x00','\x04','\x40','\x18','\x04','\x7f','\xfc','\x0c','\x63','\x18','\x08','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x7f','\xf8','\x30','\x63','\x02','\x30','\x03','\x02','\x30','\x03','\x03','\x38','\x03','\xff','\x18','\x01','\xfe','\x20','\x70','\xe0','\x10','\x60','\xc0','\x18','\x64','\xc6','\x1b','\xfe','\xff','\x00','\x88','\xc0','\x00','\xcc','\xc0','\x84','\x48','\xfe','\x44','\x10','\x06','\x67','\xff','\x06','\x64','\x00','\xfe','\x08','\x00','\xc0','\x09','\xfc','\xc0','\x09','\x8c','\xfe','\x19','\x8c','\xc0','\x11','\xfc','\xc0','\x11','\x8c','\xfe','\x31','\x8c','\xc0','\xf1','\x8c','\xc0','\x71','\xfc','\xfe','\x31','\x8c','\xc0','\x31','\x8c','\xc2','\x31','\x8c','\xc3','\x39','\xbc','\xff','\x19','\x98','\x7e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x00','\x1f','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xff','\xff','\x43','\x03','\x00','\x7f','\x86','\x00','\x63','\x06','\x00','\x63','\x0c','\x08','\x63','\x1a','\x0e','\x63','\x23','\x0c','\x63','\xc5','\x18','\x63','\x0d','\x90','\x63','\x09','\xa0','\x63','\x11','\xc0','\x63','\x23','\xc0','\x63','\xc5','\xa0','\x63','\x05','\xa0','\x7f','\x09','\x90','\x63','\x11','\x98','\x60','\x21','\x8f','\x00','\xc1','\x8e','\x03','\x03','\x86','\x00','\x03','\x00','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x01','\x84','\x60','\x0f','\xc8','\x00','\x7c','\x00','\x07','\xe0','\x00','\x78','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x08','\x00','\x60','\x08','\x00','\x60','\x0c','\x00','\x7f','\xfc','\x00','\x3f','\xf8','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x03','\xe0','\x0c','\x7f','\x00','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc3','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x83','\x00','\x0d','\x03','\x06','\x0e','\xff','\xff','\x1c','\x03','\x00','\xfc','\x03','\x00','\x6c','\x03','\x00','\x4c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x02','\x0c','\x03','\x02','\x0c','\x03','\x03','\x7c','\x03','\xff','\x18','\x01','\xfe','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x8c','\x0c','\x18','\x80','\x0d','\x98','\x80','\x1e','\x18','\xc0','\xfc','\x18','\x40','\x6c','\x18','\x40','\x4c','\x18','\x60','\x0c','\x30','\x20','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x20','\x18','\x0c','\x60','\x1c','\x0c','\x40','\x0f','\x7c','\x80','\x0e','\x19','\x00','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc6','\x00','\x0c','\x06','\x00','\x0c','\x04','\x00','\x0c','\x0c','\x00','\x0c','\x08','\x0c','\x0d','\x9f','\xfe','\x1e','\x1c','\x0c','\xfc','\x2c','\x0c','\x6c','\x4c','\x0c','\x4d','\x8c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x7c','\x0c','\x0c','\x18','\x0c','\x0c','\x10','\x20','\x0c','\x0c','\x3f','\xfe','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x80','\x30','\x0c','\x60','\x30','\x0c','\x32','\x3f','\xfc','\x32','\x31','\x0c','\x04','\x31','\x00','\x04','\x31','\x80','\x0c','\x30','\x80','\x08','\x30','\x80','\x18','\x30','\xc0','\x18','\x30','\x40','\x30','\x60','\x60','\xf0','\x60','\x60','\x70','\x60','\x30','\x30','\x40','\x38','\x30','\xc0','\x1c','\x30','\x80','\x1f','\x39','\x00','\x0e','\x1a','\x00','\x06','\x20','\x0c','\x06','\x19','\xfe','\xff','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x01','\xfc','\xfe','\x00','\x0c','\x06','\x80','\x0c','\x06','\x41','\xfc','\xfe','\x64','\x0c','\x06','\x64','\x21','\x00','\x04','\x39','\xc0','\x08','\x31','\x8c','\x08','\x7f','\xfe','\x08','\x61','\x00','\x18','\xe1','\x00','\x19','\x7f','\xfc','\x32','\x61','\x00','\xf0','\x61','\x00','\x70','\x7f','\xfc','\x30','\x61','\x00','\x30','\x61','\x00','\x30','\x61','\x06','\x38','\x7f','\xff','\x18','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x03','\x7f','\xff','\xff','\x83','\x00','\x18','\x02','\x00','\x18','\x06','\x00','\x18','\x04','\x08','\x18','\x0a','\x0e','\x1a','\x13','\x0c','\xff','\x25','\x18','\x18','\xc5','\x90','\x18','\x09','\xa0','\x18','\x11','\xc0','\x18','\x23','\xc0','\x18','\xc5','\xa0','\x18','\x05','\xa0','\x1b','\x09','\x90','\xfc','\x11','\x98','\x70','\x21','\x8f','\x40','\xc1','\x8e','\x03','\x03','\x86','\x00','\x03','\x00','\x00','\x1f','\x00','\x00','\x06','\x00','\x03','\x00','\x18','\x7f','\x80','\x7c','\x00','\x03','\xe0','\x00','\x3f','\x00','\x01','\x83','\x00','\xff','\xc3','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x03','\x03','\x00','\x7f','\x83','\x00','\x00','\x03','\x06','\x00','\x7f','\xff','\x03','\x03','\x00','\x7f','\x83','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x41','\x83','\x00','\x7f','\xc3','\x00','\x61','\x83','\x02','\x61','\x83','\x02','\x61','\x83','\x02','\x61','\x83','\x03','\x7f','\x83','\xff','\x61','\x81','\xfe','\x06','\x10','\x06','\x06','\x1f','\xff','\x0d','\x19','\x26','\x0c','\x99','\x26','\x08','\xd9','\x26','\x18','\xdf','\xfe','\x10','\x00','\xc0','\x21','\x80','\xc4','\x3f','\xdf','\xfe','\x46','\x00','\xc0','\x86','\x00','\xc2','\x06','\x3f','\xff','\x7f','\xc4','\x08','\x06','\x02','\x08','\x06','\x82','\x12','\x46','\xff','\xff','\x26','\xc0','\xc0','\x36','\x80','\xc0','\x37','\x00','\xc4','\x06','\x1f','\xfe','\x07','\x80','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x21','\x00','\x0c','\x19','\xff','\xfe','\x0d','\x88','\x8c','\x0d','\x88','\x8c','\x01','\x88','\x8c','\x01','\xff','\xfc','\x80','\x20','\x00','\x60','\x38','\x00','\x30','\x30','\x06','\x34','\x7f','\xff','\x04','\x44','\x06','\x04','\x84','\x06','\x09','\x7f','\xc6','\x0a','\x44','\x46','\x18','\x44','\x46','\x18','\x44','\x46','\x30','\x7f','\xc6','\xf0','\x04','\x06','\x70','\x05','\x06','\x30','\x04','\x86','\x30','\xff','\xce','\x30','\x78','\xcc','\x38','\x40','\x3c','\x18','\x00','\x18','\x06','\x0e','\x38','\x7f','\x0c','\x30','\x00','\x0c','\x36','\x00','\x7f','\xff','\x03','\x0c','\x30','\xff','\x8c','\x30','\x00','\x02','\x00','\x00','\x03','\x80','\x06','\x03','\x00','\x7f','\x03','\x06','\x00','\xff','\xff','\x00','\x06','\x00','\x06','\x04','\x00','\x7f','\x0c','\x00','\x00','\x08','\x0c','\x00','\x1f','\xfe','\x43','\x1c','\x0c','\x7f','\xac','\x0c','\x63','\x4c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0f','\xfc','\x7f','\x0c','\x0c','\x63','\x0c','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xf8','\x7f','\xff','\xc0','\x3f','\x80','\xc0','\x20','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\x19','\x98','\x19','\xff','\xd8','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x9a','\x11','\x9b','\x9a','\x11','\x99','\x0a','\x30','\x18','\x0a','\x20','\x18','\x0e','\x20','\x18','\x06','\x40','\x18','\x07','\x80','\x18','\x03','\x0e','\x00','\xe4','\x0c','\x20','\xc7','\x0c','\x18','\xc6','\x0c','\x0c','\xcc','\x0c','\x0c','\xc8','\x4c','\x8c','\xd0','\x7f','\xc0','\xc0','\x4c','\x88','\xcc','\x4c','\x8f','\xfe','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x7f','\x8c','\x0c','\x4c','\x8c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0d','\x0c','\x0c','\x0c','\x8c','\x0c','\x0f','\xcc','\x0c','\xfc','\xcc','\x0c','\x70','\xcc','\x0c','\x40','\x0c','\x7c','\x00','\x0c','\x18','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x01','\x01','\x00','\x01','\xc0','\xc0','\x03','\x80','\x70','\x03','\x00','\x38','\x06','\x00','\x1c','\x0c','\x00','\x0e','\x18','\x00','\x0e','\x60','\x00','\x06','\x00','\x00','\x00','\x40','\xc4','\x06','\x7f','\xe7','\xff','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x7f','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x3e','\x60','\x06','\x0c','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x04','\x00','\x00','\x07','\x20','\x18','\x06','\x3f','\xfc','\x06','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x38','\x30','\x18','\x38','\x3f','\xf8','\x58','\x30','\x18','\x98','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x18','\x18','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x06','\x01','\xff','\xff','\x00','\x10','\x20','\x00','\x08','\x20','\x00','\x08','\x44','\x0c','\xff','\xfe','\xfe','\x03','\x00','\x0c','\x03','\x08','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x02','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x30','\x19','\xff','\xf8','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x19','\x84','\x10','\x19','\x84','\x1c','\x19','\x84','\x38','\x11','\x82','\x60','\x31','\x82','\x80','\x31','\x81','\x00','\x21','\x81','\x80','\x61','\x80','\xc0','\x41','\x8e','\x70','\x9f','\xf0','\x3f','\x0f','\x00','\x1e','\x08','\x00','\x06','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\x04','\x60','\x0d','\xc6','\x38','\x31','\x88','\x1f','\xc3','\xff','\xe6','\x06','\x08','\x00','\x1b','\xff','\xc0','\x62','\x08','\x00','\x03','\xff','\xc0','\x02','\x08','\x00','\x03','\xff','\xf0','\x02','\x00','\x00','\x00','\x00','\xc6','\xff','\xff','\xff','\x02','\x00','\xc0','\x01','\x80','\xc0','\x00','\xc0','\xc0','\x00','\xc7','\xc0','\x00','\x01','\x80','\x21','\x90','\x10','\x3f','\xc8','\x1c','\x31','\x8c','\x18','\x31','\x86','\x30','\x31','\x86','\x20','\x31','\x90','\x4c','\x31','\x9f','\xfe','\x3f','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x9f','\xfc','\x3f','\x98','\x6c','\x31','\x84','\x60','\x31','\x87','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x86','\x62','\x31','\x84','\x62','\x21','\x8c','\x62','\x61','\x88','\x63','\x4f','\x90','\x7f','\x83','\x60','\x3e','\x00','\xc0','\x18','\x7f','\xef','\xfc','\x00','\xc0','\x18','\x00','\xc0','\x18','\x3f','\xc7','\xf8','\x30','\x06','\x00','\x30','\x26','\x04','\x30','\x36','\x06','\x3f','\xf7','\xfe','\x1f','\xe3','\xfc','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x98','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x00','\x00','\x03','\xc1','\x80','\x07','\x00','\x78','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x40','\x60','\x0c','\x7f','\xf7','\xfe','\x62','\x01','\x0c','\x62','\x01','\x08','\x7f','\xe1','\x18','\x60','\x20','\x90','\x60','\x20','\xa0','\x7f','\xe0','\x40','\x62','\x00','\xb0','\x62','\x03','\x1f','\x62','\x6c','\x0e','\x7f','\xf0','\x06','\x60','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x01','\x00','\x02','\x01','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\xc2','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x73','\x0e','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x0c','\x63','\x0c','\xfe','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x1c','\x46','\x46','\x18','\x7f','\x7f','\x18','\x46','\x46','\x18','\x46','\x46','\x1b','\x46','\x46','\xff','\xc6','\x46','\x18','\x46','\x46','\x18','\x7e','\x7e','\x18','\x46','\x46','\x3c','\x46','\x46','\x3a','\x46','\x46','\x3b','\x46','\x46','\x3b','\x46','\x46','\x78','\x7e','\x7e','\x58','\x46','\x46','\x58','\x46','\x46','\x98','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\xc6','\xc6','\x18','\x86','\x86','\x18','\x9e','\x9e','\x19','\x0d','\x0c','\x01','\x00','\x00','\x01','\xc3','\x00','\x03','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x38','\x0c','\x18','\x18','\x18','\x38','\x00','\x60','\x34','\x00','\x00','\x62','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc3','\xff','\xc6','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x02','\x20','\x0c','\x43','\xbf','\xfe','\x23','\x31','\x8c','\x16','\x31','\x8c','\x1c','\x31','\x8c','\x08','\x31','\x8c','\x1c','\x3f','\xfc','\x24','\x31','\x8c','\x46','\x31','\x8c','\x86','\x31','\x8c','\x0e','\x31','\x8c','\x0b','\x3f','\xfc','\x1b','\x31','\x8c','\x13','\x01','\x80','\x33','\x01','\x80','\x23','\x01','\x8c','\x43','\x3f','\xfe','\x83','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x06','\x01','\x80','\x0e','\x01','\x86','\x7c','\xff','\xff','\x18','\x00','\x00','\x10','\x00','\x18','\x1c','\x0f','\xfc','\x18','\x00','\xc0','\x19','\x90','\xc6','\x1f','\xdf','\xff','\x11','\xb0','\xc4','\x31','\x30','\xc0','\x22','\x0e','\xdc','\x3f','\x80','\xc0','\x64','\x80','\xc0','\xa4','\x8e','\xdc','\x24','\x80','\xc0','\x3f','\x80','\x00','\x24','\x80','\x0c','\x24','\x8f','\xfe','\x24','\x80','\x0c','\x3f','\x80','\x0c','\x00','\x00','\x0c','\x00','\x8f','\xfc','\x2a','\xc0','\x0c','\x2a','\xc0','\x0c','\x6a','\x40','\x0c','\xc0','\x0f','\xfc','\xc0','\x00','\x0c','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x46','\x0d','\x7f','\xff','\xff','\x82','\x40','\x0c','\x22','\x4c','\x0c','\x3f','\xfe','\x0c','\x32','\x4c','\x1e','\x34','\x4c','\x1d','\x38','\x3c','\x1d','\xb0','\x0c','\x3d','\xbf','\xfc','\x2c','\x30','\x0c','\x2c','\x30','\x0c','\x6c','\x3f','\xfc','\x4c','\x00','\x30','\x8c','\x00','\x32','\x0d','\xff','\xff','\x0c','\x10','\x30','\x0c','\x08','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xf0','\x0c','\x00','\x60','\x03','\x04','\x00','\x7f','\x87','\x20','\x00','\x06','\x38','\x00','\x06','\x30','\x01','\x8c','\x20','\xff','\xc8','\x46','\x00','\x1f','\xff','\x00','\x18','\xc0','\x06','\x38','\xc0','\x7f','\x58','\xc0','\x00','\x98','\xcc','\x00','\x1f','\xfe','\x06','\x18','\xc0','\x7f','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\xcc','\x43','\x1f','\xfe','\x7f','\x98','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc6','\x7f','\x1f','\xff','\x63','\x18','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x40','\x60','\x06','\x30','\x60','\x06','\x18','\x60','\x06','\x1c','\x60','\x06','\x0c','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x30','\x00','\x60','\x60','\x03','\xe0','\x80','\x00','\xc0','\x00','\x40','\x40','\x08','\x30','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x00','\x80','\x08','\x01','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0e','\x70','\x00','\x0c','\x60','\x46','\x0c','\x66','\x7f','\xff','\xff','\x66','\x0c','\x60','\x66','\x0c','\x60','\x66','\x7f','\xfc','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x7f','\xfc','\x66','\x63','\x0c','\x66','\x03','\x00','\x66','\x03','\x08','\x66','\x7f','\xfc','\x7e','\x03','\x00','\x66','\x03','\x02','\x61','\xff','\xff','\x00','\x06','\x80','\x00','\x04','\x40','\x00','\x0c','\x60','\x00','\x18','\x38','\x00','\x60','\x1f','\x03','\x80','\x06','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x9f','\xf8','\x0f','\x18','\x18','\xfc','\x00','\x00','\x70','\x00','\x00','\x40','\x00','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0d','\x98','\x18','\x1e','\x18','\x18','\xfc','\x18','\x18','\x6c','\x18','\x18','\x4c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x7c','\xff','\xff','\x18','\x00','\x00','\x1c','\x20','\x00','\x18','\x20','\x06','\x18','\x7f','\xff','\x18','\x68','\xc6','\x18','\xce','\xc4','\x1a','\xcc','\xc8','\xff','\x08','\xc0','\x18','\x18','\xc0','\x18','\x10','\xfe','\x18','\x20','\x7e','\x18','\x40','\x00','\x1a','\x03','\x80','\x1c','\x03','\x00','\xf8','\x03','\x06','\x79','\xff','\xff','\x58','\x0f','\x40','\x18','\x0b','\x40','\x18','\x1b','\x20','\x18','\x13','\x30','\x18','\x23','\x1c','\x18','\x43','\x0f','\x19','\x83','\x06','\xf8','\x03','\x00','\x30','\x03','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\xe1','\x00','\x18','\xc1','\xc0','\x18','\xc9','\x80','\xff','\xfd','\x80','\x18','\xc1','\x86','\x18','\xc1','\xff','\x7f','\xf3','\x06','\x66','\x32','\x04','\x66','\x34','\xe8','\x66','\x38','\xc0','\x7f','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x20','\xc0','\x7f','\xf0','\xc0','\x06','\x01','\xa0','\x06','\x11','\xa0','\xff','\xf9','\xa0','\x06','\x01','\x30','\x0d','\x03','\x10','\x0c','\xc2','\x18','\x18','\x66','\x1c','\x10','\x64','\x0f','\x20','\x08','\x0e','\xc0','\x30','\x06','\x20','\x03','\x80','\x18','\x03','\x08','\x0c','\x23','\x0e','\x0c','\x23','\x0c','\x00','\x63','\x18','\x00','\xc3','\x20','\x80','\xc6','\xc0','\x60','\x06','\x30','\x32','\x0c','\x1c','\x32','\x18','\x0e','\x04','\x30','\x06','\x04','\xc3','\x80','\x0c','\x03','\x04','\x08','\x03','\x07','\x18','\x43','\x0e','\x18','\x43','\x18','\x30','\xc6','\xa0','\xf1','\x86','\x80','\x71','\x8c','\x40','\x30','\x0c','\x60','\x30','\x18','\x38','\x30','\x30','\x1f','\x38','\x60','\x0e','\x19','\x80','\x06','\x20','\x38','\x70','\x18','\x30','\x60','\x0c','\x30','\x64','\x0d','\xff','\xfe','\x00','\x30','\x60','\x00','\x30','\x60','\x80','\x3f','\xe0','\x60','\x30','\x60','\x32','\x30','\x60','\x32','\x30','\x60','\x04','\x3f','\xe0','\x04','\x30','\x60','\x0c','\x30','\x60','\x08','\x30','\x66','\x1f','\xff','\xff','\x18','\xcc','\xc0','\x30','\xcc','\xc0','\xf0','\xc8','\xfe','\x70','\xd0','\x7e','\x30','\xe0','\x00','\x30','\xc0','\x00','\x30','\xc0','\x0c','\x38','\xff','\xfe','\x18','\xc0','\x00','\x00','\x1c','\x00','\x0e','\x18','\x1c','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xff','\xf8','\x00','\x00','\x00','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x0e','\x00','\x18','\x0c','\x10','\x18','\x8c','\x1c','\x18','\x8c','\x38','\x19','\x8c','\x60','\x19','\x8c','\x80','\x1b','\x1a','\x00','\x13','\x19','\x00','\x10','\x31','\x80','\x30','\x30','\xc0','\x20','\x60','\x70','\x40','\xc0','\x3f','\x83','\x00','\x1e','\x1c','\x00','\x06','\x10','\x00','\x00','\x1c','\x00','\x0c','\x18','\x3f','\xfe','\x18','\x00','\x00','\x30','\xc0','\x00','\x3f','\xe8','\x18','\x66','\x0f','\xfc','\x46','\x0c','\x18','\x86','\x0c','\x18','\x06','\x0c','\x18','\x06','\x6c','\x18','\xff','\xfc','\x18','\x06','\x0f','\xf8','\x06','\x0c','\x18','\x06','\x00','\x00','\x05','\x08','\x10','\x0c','\x84','\x1c','\x0c','\xc6','\x18','\x08','\xc6','\x18','\x18','\xc6','\x30','\x10','\x00','\x20','\x20','\x00','\x46','\x40','\x7f','\xff','\x80','\x00','\x00','\x00','\x01','\xc0','\x1c','\x39','\x8e','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x19','\xb1','\x8c','\xff','\xff','\xfc','\x02','\x30','\x0c','\x03','\x80','\x00','\x43','\x00','\x06','\x23','\x7f','\xff','\x22','\x03','\x00','\x22','\x02','\x00','\x32','\x24','\x06','\x32','\x3f','\xff','\x34','\x32','\x46','\x04','\x32','\x46','\x05','\xb2','\x46','\xfe','\x32','\x46','\x70','\x32','\x46','\x40','\x32','\x46','\x00','\x32','\x46','\x00','\x32','\x5e','\x00','\x32','\x4c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x23','\x08','\xc0','\x43','\x10','\xc0','\x90','\x40','\x20','\x0c','\x30','\x38','\x06','\x18','\x70','\x06','\x18','\x80','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x11','\x80','\x08','\x11','\x86','\x92','\x1f','\xff','\x63','\xb0','\x04','\x33','\x30','\x08','\x36','\x00','\x00','\x04','\x00','\x0c','\x09','\x3f','\xfe','\x10','\x81','\x80','\xff','\xc1','\x80','\x7c','\xd1','\x80','\x4c','\x1d','\x8c','\x0c','\x19','\xfe','\x4e','\x19','\x80','\x7d','\x99','\x80','\x6c','\xd9','\x80','\x6c','\xd9','\x80','\x4c','\x15','\x80','\x4c','\x33','\x80','\x8c','\x21','\x80','\x0c','\x40','\xff','\x0c','\x80','\x3e','\x00','\x61','\xc0','\xff','\xf1','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x89','\x80','\x31','\x89','\x86','\x3f','\x9f','\xff','\x31','\x99','\x86','\x31','\xb1','\x84','\x31','\xb1','\x88','\x31','\x81','\x80','\x31','\x81','\x70','\x3f','\x81','\x60','\x31','\x83','\x60','\x31','\x83','\x60','\x31','\x82','\x60','\x31','\x82','\x60','\x33','\x86','\x60','\xfd','\x84','\x62','\x71','\x8c','\x62','\x41','\x88','\x63','\x01','\x90','\x7f','\x01','\xa0','\x3e','\x21','\x88','\x18','\x3f','\xcf','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x21','\x80','\x00','\x21','\x80','\x00','\x61','\x80','\x06','\x47','\xbf','\xff','\x83','\x00','\x00','\x00','\x00','\x0c','\x3f','\xff','\xfe','\x00','\x18','\x0c','\x04','\x18','\x08','\x07','\x18','\x60','\x06','\x1f','\xf0','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\xf8','\x00','\x18','\x3f','\xff','\x30','\x07','\xfe','\xc0','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xc0','\x0e','\x20','\x00','\x06','\x0c','\x00','\x0c','\x7e','\x18','\x3e','\x00','\xfd','\xf0','\x00','\x18','\x30','\x06','\x10','\x30','\xff','\x30','\x30','\x00','\x31','\x30','\x00','\x21','\x30','\x0c','\x61','\x30','\x7e','\x4d','\x32','\x00','\xfd','\x3f','\x00','\xcd','\x30','\x0c','\x0d','\x30','\x7e','\x09','\x30','\x00','\x89','\x30','\x00','\x99','\x30','\x46','\x51','\x30','\x7f','\x51','\x32','\x66','\x27','\xff','\x66','\x20','\x00','\x66','\x58','\x00','\x66','\x4f','\xff','\x7e','\x83','\xfe','\x61','\x00','\x00','\x0c','\x03','\x00','\x0c','\x17','\x98','\x0a','\x1c','\xfc','\x19','\x90','\x98','\x18','\xd0','\x98','\x10','\xd0','\x98','\x30','\x10','\x98','\x23','\x1f','\x9f','\x7f','\x91','\x0f','\x8c','\x12','\x00','\x0c','\x10','\x00','\x0d','\x90','\x00','\xff','\xdf','\x0c','\x0c','\x11','\xfe','\x0d','\x10','\x8c','\x8d','\xd0','\x88','\x4d','\x90','\x58','\x6d','\x12','\x50','\x6e','\x1c','\x20','\x0c','\xf0','\x30','\x0f','\x70','\x58','\xfc','\x50','\x4c','\x70','\x10','\x8f','\x40','\x13','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x03','\x86','\x60','\x03','\x06','\x60','\x03','\x06','\x60','\x03','\x26','\x6f','\xff','\xf6','\x60','\x03','\x06','\x60','\x03','\x06','\x61','\x03','\x06','\x60','\xc3','\x06','\x60','\x63','\x06','\x60','\x63','\x06','\x60','\x03','\x06','\x60','\x03','\x06','\x60','\x03','\x06','\x60','\x03','\x06','\x60','\x1f','\x06','\x60','\x06','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x1c','\x03','\x80','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x7f','\xf8','\x18','\x40','\x08','\x1b','\x4f','\xc8','\xff','\xc8','\x48','\x18','\x48','\x48','\x18','\x4f','\xc8','\x18','\x40','\x08','\x18','\x7f','\xf8','\x18','\x00','\x00','\x18','\x3f','\xf0','\x18','\x30','\x30','\x19','\x30','\x30','\x1e','\x3f','\xf0','\xf8','\x30','\x30','\x60','\x30','\x30','\x40','\x3f','\xf0','\x00','\x30','\x30','\x00','\x00','\x06','\x03','\xff','\xff','\x00','\x00','\x00','\x03','\x44','\x08','\xff','\xb3','\x0e','\x03','\x19','\x8c','\x03','\x19','\x98','\x03','\x19','\x90','\x43','\x00','\x20','\x7f','\x3f','\xfc','\x63','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x3f','\xfc','\x63','\x31','\x8c','\x7f','\xb1','\x8c','\xc3','\x31','\x8c','\xc3','\x3f','\xfc','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\x03','\x7f','\xff','\x07','\x01','\x80','\x06','\x01','\x80','\x0e','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x71','\xc0','\x0c','\x61','\x82','\x3e','\x69','\x93','\xe0','\x65','\x9b','\x00','\x65','\x93','\x00','\x65','\xa3','\x00','\x61','\x83','\x00','\x61','\x83','\x06','\x6f','\xf3','\xff','\x61','\x83','\x18','\x61','\x83','\x18','\x63','\xc3','\x18','\x63','\xa3','\x18','\x65','\xb3','\x18','\x65','\xb3','\x18','\x69','\x83','\x18','\x71','\x82','\x18','\x61','\x82','\x18','\x61','\x82','\x18','\x60','\x06','\x18','\x60','\x64','\x18','\x7f','\xf4','\x18','\x60','\x08','\x18','\x60','\x00','\x18','\x00','\x00','\x1c','\x73','\x01','\xfe','\x7f','\x7f','\x88','\x63','\x02','\x0e','\x63','\x21','\x0c','\x63','\x19','\x88','\x63','\x08','\x90','\x63','\x7f','\xfe','\x63','\x06','\x00','\x7f','\x06','\x00','\x63','\x06','\x06','\x63','\xff','\xff','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x08','\x18','\x63','\x1f','\xfc','\x63','\x12','\x18','\x7f','\x32','\x30','\x63','\x21','\x60','\x60','\x41','\xc0','\x00','\x83','\x70','\x03','\x06','\x3f','\x00','\x18','\x1e','\x00','\xe0','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0c','\x3f','\xfc','\xff','\xa0','\x04','\x0c','\x27','\xe4','\x0c','\x24','\x24','\x0c','\x24','\x24','\x1e','\x27','\xe4','\x1d','\x20','\x04','\x1d','\xbf','\xfc','\x3d','\x80','\x00','\x2c','\x1f','\xf8','\x2c','\x18','\x18','\x6c','\x18','\x18','\x4c','\x1f','\xf8','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x00','\x02','\x0d','\xff','\xff','\x0c','\x00','\x00','\x00','\xc4','\x30','\x23','\xe7','\xf8','\x3e','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x30','\x31','\x84','\x30','\x3f','\xcc','\x30','\x30','\x08','\x3f','\x30','\x10','\x1f','\x30','\x20','\x00','\x31','\x80','\x18','\x3f','\xdf','\xfc','\x30','\x04','\x18','\x30','\x04','\x18','\x30','\x02','\x30','\x31','\x82','\x30','\x3e','\x03','\x60','\xf8','\x01','\xc0','\x70','\x01','\xc0','\x30','\x03','\x70','\x30','\x06','\x3f','\x30','\x18','\x1e','\x30','\xe0','\x06','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x1c','\x01','\x80','\x18','\x03','\x00','\x38','\x0c','\x01','\xf0','\x70','\x00','\x60','\x06','\x01','\xc0','\x7f','\x01','\x88','\x00','\x09','\x8e','\x00','\x09','\x9c','\x03','\x11','\xa0','\xff','\xb1','\x80','\x00','\x33','\x40','\x00','\x03','\x30','\x06','\x06','\x18','\x7f','\x0c','\x0c','\x00','\x18','\x0e','\x00','\x61','\xc6','\x06','\x01','\x80','\x7f','\x01','\x88','\x00','\x09','\x8e','\x00','\x09','\x8c','\x46','\x11','\x90','\x7f','\x31','\x40','\x66','\x33','\x40','\x66','\x02','\x20','\x66','\x06','\x38','\x66','\x0c','\x1f','\x7e','\x18','\x0e','\x66','\x60','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x06','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\x13','\x18','\x18','\x1f','\xfc','\x38','\x18','\x18','\x39','\xd8','\x18','\x59','\x9f','\xf8','\x99','\x98','\x18','\x19','\x98','\x18','\x19','\x98','\x18','\x19','\x9f','\xf8','\x19','\x98','\x18','\x19','\x98','\x18','\x19','\x98','\x18','\x19','\x9f','\xf8','\x19','\x98','\x18','\x19','\x80','\x00','\x19','\x80','\x06','\x19','\xff','\xff','\x19','\x80','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x02','\x06','\x18','\x33','\xff','\x1f','\xfb','\x06','\x33','\x03','\x06','\x23','\x03','\x06','\x43','\x03','\x06','\x03','\x03','\x06','\x03','\x1b','\x06','\xff','\xff','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x06','\x83','\x06','\x06','\x43','\x06','\x06','\x63','\x06','\x0c','\x33','\x06','\x0c','\x33','\xfe','\x18','\x33','\x06','\x30','\x03','\x06','\xc0','\x00','\x00','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x39','\x80','\x18','\x31','\x80','\x18','\x31','\x8c','\x18','\x31','\x9e','\x18','\x31','\xac','\x1b','\x31','\xcc','\xff','\xb3','\x8c','\x18','\x3d','\x8c','\x18','\x31','\x8c','\x18','\x71','\x8c','\x19','\xb1','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\xbc','\x18','\x31','\x98','\x19','\x31','\x80','\x1e','\x31','\x80','\xf8','\x30','\x02','\x60','\x30','\x02','\x40','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x03','\x00','\xe0','\xff','\x80','\xc0','\x03','\x1c','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc6','\x03','\x18','\xdf','\x43','\x18','\xe6','\x7f','\x18','\xc6','\x63','\x1b','\xc6','\x60','\x1c','\xc6','\x60','\x38','\xc6','\x60','\xd8','\xc6','\x60','\x18','\xc6','\x7f','\x18','\xc6','\xc3','\x18','\xc6','\xc3','\x18','\xde','\x03','\x18','\xcc','\x03','\x18','\xc0','\x03','\x18','\xc0','\x07','\x18','\x02','\x06','\x18','\x02','\x0e','\x18','\x03','\x7c','\x1f','\xff','\x18','\x0f','\xfe','\x00','\x61','\x00','\xff','\xf0','\xc0','\x31','\x80','\x60','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x00','\x31','\x83','\x80','\x3f','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x08','\x31','\x8b','\x04','\x31','\x8b','\x06','\x3f','\x8b','\x02','\x31','\x9b','\x03','\x31','\x9b','\x03','\x31','\x93','\x03','\x31','\xb3','\x00','\x33','\xb3','\x08','\xfd','\x83','\x08','\x71','\x83','\x08','\x41','\x83','\x0c','\x01','\x83','\xfc','\x01','\x81','\xf8','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x62','\x06','\x3f','\xf3','\xff','\x23','\x03','\x06','\x43','\x03','\x06','\x03','\x1b','\x06','\xff','\xff','\x06','\x06','\x03','\x06','\x05','\x03','\x06','\x0c','\xc3','\xfe','\x18','\x63','\x06','\x30','\x60','\x00','\xc4','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x39','\x80','\x06','\x31','\x80','\x00','\x31','\x8c','\x00','\x31','\x9e','\x80','\x31','\xac','\x60','\x31','\xcc','\x32','\x33','\x8c','\x32','\x3d','\x8c','\x04','\x31','\x8c','\x04','\x71','\x8c','\x0d','\xb1','\x8c','\x08','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\xbc','\x30','\x31','\x98','\xf0','\x31','\x80','\x70','\x31','\x80','\x30','\x30','\x02','\x30','\x30','\x02','\x30','\x30','\x03','\x38','\x3f','\xff','\x18','\x1f','\xfe','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x80','\x00','\x4c','\xe0','\x00','\x6c','\xc0','\x86','\x6c','\x8c','\xff','\x0d','\xfe','\xc6','\x0d','\x60','\xc6','\x1e','\x60','\xc6','\xfc','\x60','\xc6','\x6c','\x66','\xc6','\x4f','\xff','\xc6','\x08','\x60','\xc6','\x18','\x60','\xc6','\x10','\xd0','\xc6','\x30','\xc8','\xc6','\x20','\x8c','\xc6','\x41','\x86','\xc6','\x81','\x06','\xfe','\x02','\x00','\xc6','\x0c','\x00','\x00','\x01','\x84','\x00','\x0f','\xc7','\x20','\xfc','\x06','\x38','\x0c','\x06','\x30','\x0c','\x0c','\x20','\x0c','\x08','\x46','\x0d','\x9f','\xff','\xff','\xd8','\xc0','\x0c','\x38','\xc0','\x0c','\x58','\xc0','\x1c','\x98','\xcc','\x1e','\x1f','\xfe','\x1d','\x98','\xc0','\x3c','\xd8','\xc0','\x2c','\xd8','\xc0','\x2c','\x18','\xcc','\x6c','\x1f','\xfe','\x4c','\x18','\xc0','\x8c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x01','\x18','\x60','\x01','\xff','\xf0','\x01','\x80','\x60','\x39','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x00','\x02','\x00','\x00','\x33','\x80','\xff','\xfb','\x00','\x08','\x03','\x00','\x0e','\x03','\x00','\x0c','\x82','\x06','\x08','\x47','\xff','\x10','\x64','\x20','\xff','\xe4','\x38','\x78','\x6a','\x30','\x40','\x0a','\x30','\x07','\x12','\x60','\x06','\x01','\x60','\x06','\x01','\x40','\x06','\x61','\xc0','\xff','\xf0','\x80','\x06','\x01','\xc0','\x06','\x01','\x40','\x06','\x03','\x60','\x06','\x62','\x30','\x07','\x84','\x38','\xfe','\x08','\x1f','\x70','\x10','\x0e','\x40','\x60','\x06','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x18','\x46','\x0c','\x11','\x7f','\x7f','\xbf','\xe6','\x4c','\xac','\x66','\x4c','\xcc','\x66','\x4c','\x8c','\x66','\x4c','\x8c','\x66','\x4c','\x8d','\x66','\x4c','\xff','\xe6','\x4c','\x8c','\x66','\x7f','\x8c','\x66','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\x0d','\x0a','\x66','\x0c','\x9a','\x66','\x0c','\x9b','\x66','\x0f','\x93','\x66','\xfc','\xb3','\x7e','\x70','\x20','\x66','\x40','\x40','\x00','\x01','\x80','\x00','\x00','\x80','\x0c','\x40','\xff','\xfe','\x30','\xc0','\x0c','\x18','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xff','\xfc','\x00','\xc4','\x20','\x00','\xc2','\x20','\x00','\xc2','\x48','\x00','\xdf','\xfc','\x0c','\xc1','\x80','\xfe','\xc1','\x88','\x0c','\xdf','\xfc','\x0c','\x81','\x80','\x0c','\x81','\x80','\x0d','\x81','\x84','\x0d','\x3f','\xfe','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x40','\xc0','\xe0','\x7f','\xe0','\xc0','\x62','\x0e','\xc0','\x62','\x0c','\xc0','\x62','\x0c','\xcc','\x7f','\xcc','\xce','\x62','\x0c','\xfc','\x62','\x0c','\xcc','\x62','\x0f','\xcc','\x7f','\xcc','\xcc','\x62','\x3c','\xcc','\x62','\x0c','\xcc','\x62','\xcc','\xcc','\x7f','\xec','\xcc','\x60','\x4c','\xcc','\x00','\x4c','\xfc','\x01','\x4c','\xd8','\x55','\x4c','\xc0','\x54','\x4c','\x02','\x50','\xcc','\x02','\xc0','\xcc','\x03','\xc1','\x8f','\xff','\x0f','\x87','\xfe','\x03','\x00','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x34','\x0d','\x00','\x63','\x30','\xc0','\x81','\x00','\x40','\x00','\x08','\x30','\x7f','\xcf','\xf8','\x06','\x0c','\x32','\x06','\x0a','\x32','\x06','\xd9','\xb3','\xff','\x10','\xbf','\x70','\x20','\x1e','\x40','\xdc','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x71','\x00','\x00','\x61','\xc0','\x04','\x83','\x80','\x03','\x07','\x00','\x01','\x8c','\x40','\x01','\x98','\x30','\x00','\x20','\x18','\x7f','\xff','\xec','\x3f','\x80','\x0c','\x20','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x04','\x02','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x06','\x00','\x0c','\x66','\x06','\x0f','\xf7','\xff','\x1b','\x0c','\x60','\x13','\x08','\x60','\x33','\x10','\x60','\x23','\x20','\x60','\x43','\x40','\x60','\x83','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x03','\xe0','\x03','\x00','\xc0','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x18','\xcc','\x06','\x1f','\xef','\xff','\x34','\x19','\x00','\x22','\x10','\xc0','\x43','\x20','\x60','\x83','\x40','\x60','\x00','\x00','\x00','\x00','\xc8','\x30','\x7f','\xef','\xf8','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0e','\x30','\x06','\x0d','\x30','\x06','\x0d','\xb0','\x06','\xcd','\xb0','\x07','\x18','\x32','\xfc','\x18','\x32','\x70','\x30','\x33','\x40','\x60','\x3f','\x01','\x80','\x1e','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x32','\x00','\x02','\x63','\x80','\x01','\x87','\x20','\x01','\x8c','\x18','\x00','\x10','\x0c','\xff','\xff','\xf6','\x7f','\xc0','\x06','\x40','\x00','\x06','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x40','\x00','\x06','\x31','\xff','\xff','\x18','\x03','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x08','\x00','\x1a','\x0e','\x00','\x63','\x0c','\x01','\x87','\x18','\x00','\x0d','\xa0','\x0c','\x19','\xc0','\xfe','\x63','\xa0','\x0d','\x86','\x98','\x0c','\x0c','\xcc','\x0c','\x18','\xc6','\x0c','\x60','\xc6','\x0d','\x80','\xc6','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\x81','\xc0','\x0f','\xd1','\x80','\xfc','\x1d','\x80','\x0c','\x19','\x80','\x0c','\x19','\x80','\x0c','\x11','\x8c','\x0d','\x9f','\xfe','\xff','\xf1','\x80','\x0c','\x21','\x80','\x0c','\x41','\x80','\x1c','\x01','\x80','\x1e','\x01','\x86','\x1d','\x7f','\xff','\x3d','\x83','\x40','\x2d','\x83','\x40','\x2c','\x03','\x40','\x6c','\x06','\x20','\x4c','\x06','\x20','\x8c','\x04','\x30','\x0c','\x0c','\x18','\x0c','\x08','\x1c','\x0c','\x10','\x0f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x06','\x08','\x61','\xc6','\x10','\x63','\x86','\x00','\x06','\x07','\xfe','\x18','\x03','\xfe','\x60','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc0','\x80','\x00','\x80','\x60','\x01','\x07','\xb0','\x1f','\xf8','\x18','\x0f','\x00','\x18','\x08','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x1c','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc7','\xff','\xe6','\x00','\x18','\x00','\x02','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x60','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\x18','\x0c','\x00','\x18','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x08','\x20','\x1b','\x04','\x38','\xff','\x86','\x30','\x33','\x06','\x20','\x33','\x40','\x46','\x33','\x7f','\xff','\x33','\x60','\x06','\x32','\x61','\x86','\x62','\x61','\x86','\x66','\x6f','\xf6','\x66','\x61','\x86','\x64','\x61','\x86','\xd4','\x67','\xe6','\xcc','\x64','\x26','\x0e','\x64','\x26','\x1b','\x64','\x26','\x13','\x67','\xe6','\x23','\x60','\x06','\x40','\x60','\x1e','\x80','\x60','\x0c','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x00','\x00','\x03','\xff','\xf0','\x07','\x80','\x30','\x0d','\x80','\x30','\x19','\xff','\xf0','\x31','\x80','\x30','\xc1','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x0c','\x83','\x06','\x18','\xff','\xff','\x18','\xc3','\x06','\x38','\xc3','\x06','\x38','\xc3','\x06','\x58','\xc3','\x06','\x98','\xc3','\x06','\x18','\xc3','\x06','\x18','\xc3','\x06','\x18','\xff','\xfe','\x18','\xc3','\x06','\x18','\xc3','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x1c','\x08','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc0','\x00','\x01','\x90','\x00','\x11','\x8c','\x30','\x11','\x86','\x0c','\x21','\x86','\x06','\x61','\x80','\x47','\xc1','\x80','\x43','\xc1','\x80','\x60','\x01','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\xa1','\x86','\xff','\xff','\xff','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0d','\xb1','\x86','\x1e','\x31','\x86','\xfc','\x3f','\xfe','\x6c','\x31','\x86','\x4c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x3f','\xfe','\x7c','\x30','\x06','\x18','\x30','\x06','\x02','\x00','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x01','\x00','\x02','\x01','\x00','\x06','\x00','\x80','\x04','\x00','\xc0','\x0c','\x00','\x60','\x0b','\xff','\xf8','\x13','\x00','\xdf','\x23','\x00','\xce','\xc3','\x00','\xc6','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x08','\x00','\x0c','\x06','\x00','\x0c','\x03','\x00','\x0c','\x03','\x80','\x0d','\x81','\x80','\xff','\xc0','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x01','\x80','\x3d','\x81','\x8c','\x2d','\xbf','\xfe','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x20','\x10','\x00','\x18','\x0c','\x00','\x0c','\x06','\x00','\x0c','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x0c','\x80','\xff','\xfe','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x03','\x0c','\x08','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x3b','\xff','\xff','\x18','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x40','\x00','\x18','\x30','\x00','\x18','\x18','\x00','\x1f','\xec','\x7f','\xf8','\x0e','\x3e','\x00','\x06','\x20','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x34','\x08','\x00','\x64','\x0e','\x00','\xc2','\x1c','\x01','\xc2','\x30','\x02','\xc1','\x40','\x0c','\xc1','\x80','\x30','\xc0','\xc0','\xc0','\xc6','\x70','\x00','\xf8','\x3f','\x1f','\xc0','\x1e','\x0e','\x00','\x06','\x08','\x00','\x00','\x03','\x06','\x00','\x7f','\x83','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\xc0','\x0c','\xff','\xff','\xfe','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x98','\x7f','\x9f','\xfc','\x00','\x01','\x80','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x7f','\x7f','\xff','\x63','\x00','\x00','\x00','\x18','\x1c','\xff','\xfc','\x18','\x04','\x80','\x18','\x04','\x80','\x18','\x04','\x80','\x18','\x44','\x98','\x1a','\x7f','\xff','\xff','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x9a','\x18','\x6c','\xf9','\x18','\x68','\x79','\x98','\x70','\x19','\x98','\x60','\x19','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\xf8','\x60','\x18','\x30','\x06','\x01','\xc0','\x06','\x01','\x80','\x0d','\x01','\x84','\x0c','\xdf','\xfe','\x08','\x61','\x80','\x18','\x61','\x88','\x10','\x0f','\xfc','\x21','\x81','\x80','\x3f','\xc1','\x80','\x46','\x01','\x84','\x86','\x1f','\xfe','\x06','\xc3','\x00','\x7f','\xe3','\x0c','\x06','\x03','\x0c','\x06','\xbf','\xff','\x46','\xc6','\x0c','\x26','\xc6','\x0c','\x36','\x85','\x0c','\x37','\x0c','\x8c','\x06','\x08','\xcc','\x07','\xd0','\xcc','\xfe','\x20','\x0c','\x70','\xc0','\x7c','\x40','\x00','\x18','\x40','\x62','\x00','\x7f','\xf1','\x80','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\x00','\x7f','\xe0','\x0c','\x63','\x0f','\xfe','\x63','\x00','\xc0','\x63','\x00','\xc0','\x7f','\xe0','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x60','\xcc','\x7f','\xef','\xfe','\x60','\x60','\xc0','\x00','\x60','\xc0','\x55','\x60','\xc0','\x55','\x60','\xc0','\x50','\x60','\xc0','\xd0','\xe0','\xc0','\xc0','\xc0','\xc0','\x01','\xc0','\xc6','\x0f','\xbf','\xff','\x03','\x00','\x00','\x1c','\x00','\x30','\x18','\x3f','\xf8','\x18','\x83','\x00','\x18','\x83','\x06','\x18','\xff','\xff','\xff','\x83','\x06','\x19','\x83','\x04','\x18','\x7b','\x78','\x18','\x03','\x00','\x3c','\x7b','\x78','\x3a','\x03','\x00','\x3b','\x00','\x00','\x3b','\x7f','\xfc','\x78','\x00','\x00','\x58','\x00','\x00','\x59','\xff','\xff','\x98','\x18','\x00','\x18','\x18','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x00','\x18','\x18','\x00','\x38','\x18','\x03','\xf0','\x18','\x00','\xe0','\x20','\x00','\xe0','\x18','\x0c','\xc4','\x0f','\xfe','\xc7','\x0c','\x30','\xd6','\x00','\x23','\xfc','\x00','\x60','\xcc','\x80','\x40','\xc8','\x60','\x80','\xd2','\x31','\x47','\xff','\x34','\x68','\x60','\x04','\x6c','\xc0','\x04','\xb1','\x80','\x08','\xa3','\x06','\x09','\x25','\xff','\x1a','\x61','\x86','\x10','\x71','\x86','\x30','\xa9','\x86','\xf0','\xad','\xfe','\x71','\x2d','\x86','\x32','\x2d','\x86','\x30','\x21','\x86','\x30','\x21','\x86','\x39','\xe1','\xfe','\x18','\xc1','\x86','\x02','\x07','\x08','\x03','\x86','\x0e','\x87','\x06','\x0c','\x46','\x06','\xd8','\x2c','\x7f','\xf8','\x18','\x06','\x30','\x18','\x06','\x20','\x2c','\x06','\x60','\x4c','\x06','\xc6','\x8d','\xff','\xff','\x0e','\x03','\x00','\x1e','\x06','\x00','\x16','\x0c','\x18','\x36','\x1f','\xfc','\x26','\x38','\x18','\x46','\x58','\x18','\x87','\x98','\x18','\x06','\x1f','\xf8','\x06','\x18','\x18','\x06','\x18','\x18','\x0e','\x18','\x18','\x0c','\x1f','\xf8','\x7c','\x18','\x18','\x18','\x18','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9d','\x80','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x08','\x00','\x00','\x00','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x01','\xc3','\x80','\x01','\x83','\x00','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x40','\x00','\x38','\x70','\x00','\x30','\x60','\x0f','\xff','\xc0','\x00','\x31','\x80','\x00','\x33','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\xc0','\x60','\x03','\xff','\xf0','\x1f','\x00','\x60','\xe3','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc8','\xc0','\x30','\xc8','\xc6','\x30','\xcf','\xff','\x30','\xd8','\x06','\x3f','\xd8','\x04','\x30','\xc0','\x08','\x30','\xc0','\x00','\x30','\xc0','\x00','\x30','\xc0','\x06','\x3f','\xdf','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x10','\x00','\xc0','\x1d','\x00','\xc0','\x18','\xc0','\xc0','\x30','\x60','\xc0','\x60','\x67','\xc0','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\xe7','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x10','\x20','\xc6','\x1c','\x10','\xc6','\x18','\x18','\xc6','\x30','\x0c','\xc6','\x60','\x0c','\xc6','\x80','\x0c','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc7','\x80','\x01','\xc6','\x60','\x0e','\xc6','\x38','\xf8','\x86','\x1c','\x61','\x86','\x0c','\x41','\x86','\x00','\x01','\x06','\x02','\x03','\x06','\x02','\x02','\x06','\x02','\x04','\x06','\x03','\x08','\x07','\xff','\x30','\x03','\xfe','\xc0','\x00','\x00','\x00','\x80','\x0c','\x40','\xff','\xfe','\x30','\xc0','\x0c','\x18','\xc3','\x8c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x00','\xdf','\xec','\x00','\xc3','\x0c','\x04','\xc3','\x0c','\x04','\xc3','\x0c','\x08','\xdf','\xec','\x08','\xc0','\x0c','\x18','\xc0','\x0c','\x30','\xcf','\xcc','\xf0','\xcc','\xcc','\x70','\xcc','\xcc','\x30','\xcc','\xcc','\x31','\x8c','\xcc','\x31','\x8c','\xcc','\x39','\x0f','\xcc','\x1b','\x00','\x0c','\x02','\x00','\x0c','\x04','\x00','\x7c','\x08','\x00','\x18','\x00','\x39','\x98','\x00','\x31','\x10','\x46','\x31','\x10','\x7e','\x31','\x12','\x67','\xff','\xff','\x66','\x31','\x10','\x66','\x31','\x10','\x66','\x31','\x10','\x66','\x31','\xf0','\x66','\x30','\x00','\x66','\x30','\x0c','\x66','\x3f','\xfe','\x66','\x33','\x00','\x66','\x03','\x00','\x66','\x03','\x06','\x7f','\xff','\xff','\x66','\x0f','\x40','\x60','\x1b','\x20','\x00','\x1b','\x30','\x00','\x33','\x18','\x00','\x63','\x1f','\x00','\xc3','\x0e','\x03','\x03','\x06','\x00','\x03','\x00','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\xc0','\x00','\x04','\xc7','\x03','\x88','\x06','\x23','\x02','\x7f','\xf3','\xff','\x10','\x83','\x00','\x08','\x83','\x0c','\x09','\x13','\xfe','\xff','\xf8','\x0c','\x00','\x02','\x0c','\x20','\x63','\xfc','\x3f','\xf3','\x0c','\x30','\x63','\x00','\x30','\x63','\xfc','\x3f','\xe3','\x00','\x30','\x63','\xfc','\x30','\x63','\x00','\x3f','\xe3','\xfa','\x30','\x63','\x02','\x30','\x63','\x03','\x31','\xe3','\xff','\x30','\xc1','\xfe','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x66','\x60','\xc6','\x66','\x60','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x68','\xc6','\x66','\x6f','\xff','\x67','\xec','\x06','\x66','\xcc','\x06','\x66','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0f','\xfe','\x06','\x0c','\x06','\x06','\x0c','\x06','\x0e','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x4c','\x8c','\x18','\x7f','\xcf','\xfc','\x4c','\x8c','\x00','\x4c','\x8c','\x00','\x4c','\x8c','\x18','\x4c','\x8f','\xfc','\x4c','\x8c','\x00','\x4c','\x8c','\x00','\x4c','\x8c','\x06','\x4c','\xff','\xff','\x4c','\x8c','\x88','\x4f','\x8c','\x8c','\x4d','\x8c','\x48','\x4c','\x0c','\x50','\x0c','\x0c','\x20','\x0c','\x0c','\xb0','\x0c','\x0f','\x18','\x0c','\x7c','\x1f','\x0c','\x30','\x0e','\x0c','\x20','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x10','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x20','\x03','\x00','\x60','\x03','\x00','\x40','\x03','\x00','\x80','\x03','\x00','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x7f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x10','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x00','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x7c','\x00','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x03','\x08','\x0c','\xff','\x8f','\xfe','\x03','\x0c','\x00','\x03','\x0c','\x00','\x03','\x0c','\x18','\x43','\x0f','\xfc','\x7f','\x0c','\x00','\x63','\x0c','\x00','\x60','\x0c','\x18','\x60','\x0f','\xfc','\x60','\x0c','\x00','\x63','\x0c','\x00','\x7f','\x8c','\x06','\xc3','\x7f','\xff','\xc3','\x0c','\x88','\x03','\x0c','\x8c','\x03','\x0c','\x48','\x03','\x0c','\x50','\x03','\x0c','\x20','\x07','\x0c','\xb0','\x06','\x0f','\x18','\x0e','\x7c','\x1f','\x7c','\x30','\x0e','\x18','\x20','\x06','\x20','\x18','\x08','\x3f','\xfc','\x0e','\x30','\x18','\x1c','\x30','\x18','\x38','\x31','\x18','\x60','\x31','\x18','\xc0','\x37','\xd9','\x00','\x31','\x18','\x08','\x31','\x18','\x0e','\x31','\x18','\x1c','\x3f','\xf8','\x18','\x30','\x18','\x30','\x30','\x18','\x60','\x37','\x98','\xc0','\x34','\x99','\x04','\x34','\x98','\x07','\x34','\x98','\x0e','\x34','\x98','\x0c','\x27','\x98','\x18','\x20','\x18','\x30','\x60','\x18','\x60','\x40','\x18','\xc0','\x40','\xf9','\x80','\x80','\x32','\x00','\x10','\x30','\x40','\x1d','\x32','\x70','\x19','\x32','\x60','\x19','\x32','\x40','\x31','\x32','\xc0','\x21','\x32','\x86','\x49','\xfe','\xff','\x8e','\x01','\x08','\x0c','\x02','\x0e','\x18','\x00','\x8c','\x19','\xfe','\x8c','\x38','\x30','\x8c','\x38','\x30','\x88','\x58','\x30','\x58','\x98','\x30','\x58','\x19','\xfe','\x50','\x18','\x30','\x70','\x18','\x30','\x20','\x18','\x30','\x70','\x18','\x36','\x58','\x1b','\xf8','\xdc','\x19','\xc1','\x8f','\x19','\x03','\x0e','\x18','\x0c','\x06','\x10','\x30','\x40','\x1d','\x32','\x70','\x39','\x32','\x60','\x31','\x32','\x62','\x69','\xfe','\x7f','\x8e','\x00','\x48','\x1c','\x00','\xce','\x19','\xfc','\x8c','\x38','\x21','\x4c','\x58','\x20','\x48','\x99','\xfc','\x38','\x18','\x20','\x10','\x18','\x20','\x38','\x1b','\xfc','\x6f','\x19','\xe0','\xc6','\x19','\x03','\x00','\x00','\x10','\x00','\x01','\xc8','\x10','\x11','\x8c','\x0c','\x11','\x8c','\x46','\x21','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x19','\xc0','\x18','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\x80','\x19','\x19','\x88','\x18','\x99','\x8e','\xff','\xd9','\x8c','\x18','\xd9','\x98','\x18','\xd9','\x90','\x18','\x19','\xa0','\x18','\x19','\x80','\x1a','\x19','\x80','\x1c','\x19','\xa0','\xf8','\x39','\x98','\x7b','\xd9','\x8c','\x59','\x99','\x86','\x19','\x19','\x86','\x18','\x19','\x80','\x18','\x19','\x82','\x18','\x31','\x82','\x18','\x31','\x83','\x18','\x61','\xff','\xf8','\xc0','\xfe','\x33','\x00','\x00','\x0e','\x08','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x4c','\x8f','\xf0','\x7f','\xcc','\x30','\x4c','\x8c','\x30','\x4c','\x8c','\x30','\x4c','\x8f','\xf0','\x7f','\x80','\x00','\x4c','\x80','\x06','\x4c','\xff','\xff','\x4c','\x8c','\x00','\x4c','\x88','\x0c','\x7f','\x9f','\xfe','\x4c','\x92','\x4c','\x0c','\x26','\x4c','\x0c','\x44','\xcc','\x0c','\x88','\x8c','\x0c','\x11','\x0c','\x0c','\x62','\x1c','\x0c','\x04','\x18','\x0c','\x18','\xf8','\x0c','\x00','\x30','\x03','\x81','\x06','\x03','\x01','\xff','\x03','\x19','\x86','\xff','\xfd','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x23','\x31','\x86','\x3f','\xf9','\xfe','\x30','\x31','\x86','\x30','\x31','\x86','\x3f','\xf1','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\xfe','\x3f','\xf1','\x86','\x33','\x31','\x86','\x03','\x01','\x86','\x03','\x19','\x86','\xff','\xfd','\x86','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x02','\x06','\x03','\x04','\x3e','\x03','\x18','\x0c','\x20','\x38','\x46','\x18','\x30','\x7f','\x0c','\x32','\x66','\x0f','\xff','\x66','\x0c','\x30','\x66','\x00','\x30','\x66','\x81','\x36','\x66','\x61','\xff','\x7e','\x31','\x86','\x66','\x31','\x86','\x66','\x05','\xfe','\x66','\x05','\x86','\x66','\x09','\x86','\x66','\x09','\x86','\x7e','\x19','\xfe','\x66','\x10','\x30','\x66','\x30','\x30','\x66','\xf0','\x32','\x66','\x73','\xff','\x46','\x30','\x30','\x46','\x30','\x30','\xc6','\x30','\x30','\x86','\x38','\x30','\x9e','\x18','\x31','\x0c','\x3b','\x8c','\x90','\x33','\x0c','\x90','\x33','\x0c','\x90','\x33','\x0c','\x96','\x33','\x7f','\xff','\x33','\x0c','\x90','\x33','\x0c','\x90','\x3f','\xcc','\x90','\x30','\x0c','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x0c','\x33','\x0f','\xfe','\x3f','\x8c','\x00','\x33','\x01','\xc0','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x03','\xa0','\x33','\x07','\xa0','\x33','\x05','\x90','\x33','\x0d','\x98','\x23','\x19','\x8f','\x63','\x31','\x8e','\x43','\x41','\x86','\x83','\x01','\x80','\x00','\x00','\x00','\x40','\x30','\x00','\x7f','\xf0','\x06','\x62','\x3f','\xff','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x7f','\xf0','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x7f','\xf0','\x60','\x60','\x30','\x60','\x60','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x03','\xe0','\x00','\x00','\xc0','\x46','\x0c','\xe0','\x7f','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc4','\x66','\x8c','\xc7','\x66','\x4c','\xc6','\x7e','\x6c','\xcc','\x66','\x6c','\xd0','\x66','\x6c','\xe0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xd0','\x7e','\x1c','\xcc','\x67','\xec','\xc6','\x66','\xcc','\xc3','\x66','\x8c','\xc3','\x66','\x0c','\xc0','\x66','\x18','\xc2','\x7e','\x18','\xc2','\x66','\x30','\xc3','\x60','\x60','\xff','\x00','\xc0','\x7e','\x03','\x00','\x00','\x00','\xc1','\xc0','\xff','\xe1','\x80','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x21','\x8c','\x3f','\x3f','\xfe','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x3f','\xfc','\x3f','\x30','\x0c','\x33','\x00','\x80','\x33','\x07','\x40','\x33','\x06','\x68','\x33','\x16','\x64','\x33','\x16','\x06','\xff','\x36','\x13','\x73','\x36','\x13','\x43','\x66','\x18','\x03','\x67','\xf8','\x03','\x03','\xf0','\x21','\x88','\x0c','\x3f','\xcf','\xfe','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x18','\x31','\x8f','\xfc','\x31','\x8c','\x00','\x3f','\x8c','\x00','\x31','\x8c','\x18','\x31','\x8f','\xfc','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\xff','\xff','\x31','\x8c','\x88','\x31','\x8c','\x8c','\x31','\x8c','\x48','\x31','\x8c','\x50','\x31','\x8c','\x20','\x21','\x8c','\xb0','\x21','\x8f','\x18','\x61','\xfc','\x1f','\x47','\xb0','\x0e','\x83','\x20','\x06','\x21','\x88','\x18','\x3f','\xcf','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x80','\x00','\x31','\x80','\x06','\x31','\xff','\xff','\x31','\x86','\x00','\x3f','\x84','\x06','\x31','\x8f','\xff','\x31','\x99','\x26','\x31','\xb3','\x26','\x31','\xc2','\x66','\x21','\x84','\x46','\x21','\x88','\x86','\x61','\xb1','\x0e','\x41','\x82','\x0c','\x4f','\x8c','\x7c','\x83','\x00','\x18','\x00','\x1c','\xcc','\x0e','\x18','\x88','\x0c','\x18','\x88','\x0c','\x18','\x8a','\x0c','\x7f','\xff','\x4c','\x18','\x88','\x7f','\x98','\x88','\x4c','\x98','\x88','\x4c','\x98','\xf8','\x4c','\x98','\x00','\x4c','\x98','\x04','\x4c','\x9f','\xfe','\x4c','\x98','\x00','\x7f','\x81','\xc0','\x4c','\x01','\x86','\x4c','\x7f','\xff','\x0d','\x03','\xa0','\x0c','\x87','\xa0','\x0f','\xc5','\x90','\xfc','\xcd','\x98','\x70','\x19','\x8f','\x40','\x31','\x8e','\x00','\xc1','\x86','\x00','\x01','\x80','\x06','\x20','\x06','\x7f','\x3f','\xff','\x00','\x30','\x06','\x00','\x30','\x06','\x03','\x31','\xc6','\xff','\xb1','\x86','\x00','\x31','\x86','\x00','\x37','\xf6','\x06','\x31','\x86','\x7f','\x31','\x86','\x00','\x31','\x86','\x00','\x37','\xf6','\x06','\x30','\x06','\x7f','\x30','\x06','\x00','\x33','\xe6','\x00','\x32','\x26','\x46','\x32','\x26','\x7f','\x32','\x26','\x66','\x22','\x26','\x66','\x23','\xe6','\x66','\x60','\x06','\x66','\x40','\x06','\x7e','\x80','\x3e','\x61','\x00','\x0c','\x03','\x0c','\x90','\x7f','\x8c','\x90','\x00','\x0c','\x90','\x00','\x0c','\x92','\x01','\xbf','\xff','\xff','\xcc','\x90','\x00','\x0c','\x90','\x00','\x0c','\x90','\x03','\x0c','\xf0','\x7f','\x8c','\x00','\x00','\x0c','\x04','\x00','\x0f','\xfe','\x03','\x0c','\x00','\x7f','\x81','\xc0','\x00','\x01','\x86','\x00','\x7f','\xff','\x43','\x03','\xa0','\x7f','\x87','\xa0','\x63','\x05','\x90','\x63','\x0d','\x98','\x63','\x19','\x8f','\x63','\x31','\x8e','\x7f','\x41','\x86','\x63','\x01','\x80','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x0f','\xff','\x06','\xc1','\x86','\x7f','\xe1','\x86','\x06','\x01','\x06','\x06','\x03','\x0c','\x06','\x62','\x0c','\xff','\xf4','\x7c','\x06','\x08','\x18','\x06','\x10','\x00','\x26','\x04','\x0c','\x36','\xc7','\xfe','\x37','\xe6','\x0c','\x36','\x06','\x0c','\x36','\x06','\x0c','\x36','\x06','\x0c','\x36','\x07','\xfc','\x2e','\x06','\x0c','\x26','\x00','\x00','\x63','\x80','\x00','\x40','\xff','\xff','\x40','\x3f','\xfe','\x80','\x00','\x00','\x20','\xc6','\x70','\x3f','\xe6','\x60','\x30','\xc6','\x60','\x30','\xc6','\x60','\x30','\xc6','\x64','\x30','\xe6','\x67','\x30','\xd6','\x66','\x30','\xde','\x6c','\x3f','\xde','\x70','\x06','\x06','\x60','\x06','\x06','\x60','\x76','\xc6','\x60','\x67','\xe6','\x70','\x66','\x06','\x6c','\x66','\x0e','\x66','\x66','\xf6','\x63','\x66','\x66','\x63','\x66','\x46','\x60','\x66','\x0c','\x62','\x67','\x8c','\x62','\xfe','\x18','\x63','\x70','\x30','\x7f','\x40','\x60','\x3e','\x01','\x80','\x00','\x06','\x03','\x60','\x06','\x02','\x40','\x0d','\x02','\x40','\x0c','\x82','\x40','\x08','\xc2','\x44','\x18','\xd2','\x47','\x10','\x1a','\x46','\x21','\x8a','\x4c','\x3f','\xca','\x58','\x46','\x02','\x60','\x86','\x02','\x40','\x06','\xc2','\x40','\x7f','\xe2','\x60','\x06','\x06','\x58','\x06','\x8a','\x4c','\x46','\xfa','\x46','\x26','\xb2','\x46','\x37','\x26','\x40','\x36','\x04','\x42','\x06','\xcc','\x42','\x0f','\x18','\x43','\xfc','\x30','\x7f','\x70','\x60','\x3e','\x41','\x80','\x00','\x02','\x00','\x30','\x03','\xff','\xf8','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x06','\xff','\xff','\xff','\x03','\x08','\x40','\x03','\x08','\x70','\x03','\x04','\x60','\x03','\x06','\x80','\x03','\x03','\x00','\x03','\x31','\x80','\x03','\xc0','\xe0','\x3f','\x00','\x7e','\x1c','\x00','\x3c','\x10','\x00','\x0c','\x00','\x00','\x06','\x00','\x7f','\xff','\xff','\xc1','\x80','\x0c','\x01','\x00','\x0c','\x12','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x7c','\x08','\x00','\x18','\x0e','\x30','\x00','\x1c','\x0c','\x00','\x30','\x06','\x00','\xc0','\x06','\x00','\x40','\x00','\x00','\x70','\x00','\x04','\x60','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x00','\x06','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x00','\x02','\x0c','\x12','\x21','\x0c','\x12','\x11','\x8c','\x23','\x19','\x8c','\x63','\x18','\x1c','\xc3','\x00','\x18','\xc0','\x00','\xf8','\x00','\x00','\x30','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\x43','\x1b','\xff','\x7f','\xfc','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x67','\x18','\xc6','\x07','\x00','\xc6','\x0f','\x80','\xc6','\x0b','\x61','\x86','\x1b','\x31','\x86','\x13','\x19','\x86','\x33','\x19','\x0e','\x63','\x03','\x0c','\x83','\x02','\x0c','\x03','\x04','\x7c','\x03','\x18','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x1d','\x8c','\x0c','\x19','\xfe','\x0d','\x99','\x80','\xff','\xd9','\x80','\x0c','\x19','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x11','\x80','\x0d','\x9d','\x90','\x1e','\x19','\x8c','\xfc','\x19','\x86','\x6c','\x31','\xa3','\x4c','\x27','\xbb','\x0c','\x43','\x30','\x0c','\x80','\x70','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x00','\x7c','\x0c','\x00','\x18','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\x18','\x60','\x39','\xff','\xf0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x21','\x90','\x08','\x3f','\xcc','\x0e','\x31','\x86','\x0c','\x31','\x86','\x18','\x31','\x86','\x10','\x31','\x80','\x20','\x31','\x80','\x4c','\x3f','\xbf','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x3f','\xff','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x83','\x40','\x31','\x83','\x40','\x21','\x82','\x20','\x21','\x86','\x30','\x61','\x84','\x18','\x41','\x88','\x1f','\x4f','\x90','\x0e','\x83','\x60','\x06','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x00','\x46','\x00','\x00','\x46','\x06','\x80','\x7f','\xff','\x60','\xc6','\x06','\x32','\xc6','\x04','\x32','\xc6','\x08','\x04','\x06','\x00','\x04','\x0d','\xc0','\x0c','\x0d','\x80','\x08','\x0d','\x80','\x18','\x0d','\x80','\x18','\x09','\x80','\x30','\x19','\x80','\xf0','\x19','\x80','\x70','\x11','\x82','\x30','\x31','\x82','\x30','\x21','\x82','\x30','\x41','\x83','\x38','\x81','\xff','\x1b','\x00','\xfe','\x00','\x03','\x00','\x00','\xc3','\x00','\xff','\xe3','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x60','\x0c','\x98','\x38','\xff','\xd1','\x1f','\x0c','\x21','\xce','\x0c','\x43','\x86','\x0d','\x87','\x00','\x0c','\x0c','\x40','\x0c','\x18','\x70','\x0c','\x60','\xe0','\x0c','\x01','\xc0','\x0d','\x83','\x04','\x0e','\x0c','\x0e','\xf8','\x70','\x1f','\x60','\x00','\x38','\x40','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x01','\xe0','\x00','\x02','\x00','\xe0','\x03','\xbf','\xf0','\x07','\x03','\x00','\x0c','\x03','\x06','\x3d','\xff','\xff','\xcc','\x03','\x00','\x0c','\x03','\x00','\x0c','\x7f','\xfc','\x0c','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc6','\x0c','\xdf','\xff','\x08','\x60','\xc0','\x18','\x60','\xc0','\x10','\x07','\xf8','\x21','\x84','\x08','\x3f','\xc4','\x08','\x46','\x07','\xf8','\x86','\x04','\x08','\x06','\xc4','\x08','\x7f','\xe7','\xf8','\x06','\x04','\x08','\x06','\x84','\x08','\x46','\xe7','\xf8','\x26','\xc0','\x00','\x36','\x80','\x06','\x37','\x3f','\xff','\x06','\x04','\x00','\x07','\xc7','\x10','\xfe','\x0e','\x0c','\x70','\x18','\x06','\x40','\x60','\x06','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x62','\x03','\x00','\x66','\x03','\x00','\x64','\x7f','\xf8','\x68','\x63','\x18','\x64','\x63','\x18','\x66','\x63','\x18','\x62','\x7f','\xf8','\x63','\x63','\x18','\x63','\x63','\x18','\x63','\x63','\x18','\x63','\x7f','\xf8','\x63','\x07','\x00','\x6f','\x0f','\x80','\x66','\x0b','\x40','\x60','\x1b','\x20','\x60','\x33','\x38','\x60','\x63','\x1f','\x60','\xc3','\x0e','\x63','\x03','\x06','\x60','\x03','\x00','\x20','\x07','\x00','\x18','\x06','\x00','\x0c','\x06','\x18','\x0c','\xff','\xfc','\x00','\x06','\x18','\x00','\x06','\x18','\x80','\x06','\x1a','\x63','\xff','\xff','\x30','\x06','\x18','\x34','\x06','\x18','\x04','\x06','\x18','\x04','\xff','\xf8','\x08','\x06','\x00','\x08','\x06','\x00','\x18','\x06','\x18','\x18','\xff','\xfc','\x30','\x06','\x00','\xf0','\x06','\x00','\x70','\x06','\x06','\x33','\xff','\xff','\x30','\x06','\x00','\x30','\x06','\x00','\x38','\x06','\x00','\x18','\x06','\x00','\x21','\x88','\x40','\x3f','\xc4','\x60','\x31','\x86','\x46','\x31','\x7f','\xff','\x33','\x03','\x00','\x32','\x06','\x08','\x34','\x0d','\x0e','\x32','\x31','\x8c','\x31','\x02','\xd0','\x31','\x8c','\xe0','\x31','\xb1','\xd0','\x31','\x82','\xcc','\x37','\x8c','\xc7','\x33','\x33','\xc2','\x30','\x01','\x80','\x30','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x40','\x0c','\x0c','\x70','\x0c','\x0c','\x60','\x0d','\x98','\x40','\xff','\xd0','\x8c','\x0c','\x3f','\xfe','\x0c','\x38','\xc0','\x0c','\x58','\xc0','\x1c','\x98','\xc0','\x1e','\x18','\xd8','\x1d','\x1f','\xfc','\x3d','\x98','\xc0','\x2d','\x98','\xc0','\x2c','\x18','\xc0','\x6c','\x18','\xd8','\x4c','\x1f','\xfc','\x8c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\x00','\x0e','\x00','\x80','\x0c','\x80','\xe0','\x0c','\x62','\xcc','\x0c','\x33','\xfe','\x0d','\x33','\x0c','\xff','\xb3','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\xfc','\x1e','\x03','\x00','\x1d','\x33','\x00','\x1d','\xfb','\x06','\x3d','\xb3','\xff','\x2c','\x33','\x06','\x2c','\x33','\x06','\x6c','\x33','\x06','\x4c','\x33','\x06','\x8c','\x33','\xfe','\x0c','\x33','\x06','\x0c','\x30','\x00','\x0c','\x68','\x00','\x0d','\xc7','\xff','\x0c','\xc1','\xfe','\x0c','\x80','\x00','\x00','\x04','\x00','\x40','\x07','\x00','\x30','\x46','\x30','\x18','\x7f','\xf8','\x0c','\x60','\x30','\x0c','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x7f','\xf0','\x00','\x60','\x00','\x0c','\x60','\x00','\xfe','\x60','\x18','\x0c','\x7f','\xfc','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x00','\x40','\x06','\x20','\x70','\x0d','\x11','\x64','\x0c','\x99','\xfe','\x08','\xcd','\x8c','\x18','\xcd','\x8c','\x10','\x0d','\x8c','\x21','\x81','\x8c','\x3f','\xc1','\xfc','\x44','\x01','\x80','\x84','\x19','\x80','\x04','\xfd','\x8c','\x7f','\x99','\xfe','\x04','\x19','\x8c','\x04','\x99','\x8c','\x44','\xd9','\x8c','\x25','\x99','\x8c','\x35','\x19','\xfc','\x36','\x19','\x8c','\x04','\x18','\x00','\x07','\x34','\x00','\xfc','\xe3','\xff','\x70','\x60','\xfe','\x40','\x40','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x30','\x4c','\xff','\xf8','\x6c','\x00','\x60','\x6c','\x08','\x80','\x0c','\x07','\x00','\x0c','\x83','\x0c','\x0c','\xff','\xfe','\x0c','\xc3','\x0c','\xfc','\xc3','\x0c','\x6c','\xff','\xfc','\x48','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x10','\xff','\xfc','\x30','\xc3','\x0c','\x20','\xc3','\x0c','\x40','\xc3','\x0c','\x80','\xc3','\x3c','\x00','\xc3','\x18','\x00','\x00','\x18','\x40','\xff','\xfc','\x30','\x00','\x30','\x18','\x08','\x60','\x0c','\x06','\x80','\x0c','\x43','\x0c','\x00','\x7f','\xfe','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x0c','\x7f','\xfc','\xfe','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\xfc','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x3c','\x0c','\x63','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x00','\x1c','\x20','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\xc0','\x04','\x18','\xc0','\x08','\x18','\x00','\x00','\x18','\xff','\xff','\xff','\x03','\x00','\x18','\x06','\x04','\x18','\x0d','\x07','\x18','\x31','\x8e','\x18','\xc3','\x88','\x18','\x06','\xd0','\x19','\x0c','\xc0','\x1a','\x19','\xe0','\x1c','\x63','\xd0','\x39','\x86','\xd8','\xf0','\x0c','\xcf','\x60','\x18','\xce','\x40','\x60','\xc6','\x03','\x81','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x9a','\x18','\xff','\xd9','\x18','\x0c','\x19','\x98','\x0c','\x19','\x98','\x0e','\x18','\x18','\x1d','\x18','\x1a','\x1d','\xff','\xff','\x1d','\xb0','\x18','\x3d','\xb0','\x18','\x2c','\x32','\x18','\x2c','\x31','\x18','\x6c','\x31','\x98','\x4c','\x31','\x98','\x8c','\x30','\x18','\x0c','\x30','\x1a','\x0c','\x7f','\xff','\x0c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x6f','\xf6','\x0c','\x61','\x86','\xff','\xe1','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x6f','\xf6','\x0d','\xe1','\x86','\x1e','\x61','\x86','\xfc','\x61','\xc6','\x6c','\x61','\xa6','\x4c','\x61','\xb6','\x0c','\x61','\xb6','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x6f','\xf6','\x0c','\x60','\x06','\x0c','\x60','\x06','\x7c','\x7f','\xfe','\x18','\x60','\x06','\x1c','\x71','\x0c','\x18','\x61','\xfe','\x18','\x61','\x8c','\x18','\x61','\x8c','\x1a','\x69','\x8c','\xff','\xfd','\xfc','\x18','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x3c','\x65','\xfc','\x3b','\xff','\x8c','\x3b','\x61','\x8c','\x3b','\x61','\x8c','\x78','\x61','\x8c','\x58','\x61','\xfc','\x58','\x60','\x30','\x98','\xd1','\x30','\x18','\xc9','\xf0','\x18','\x8d','\xb0','\x19','\x8d','\xb2','\x19','\x03','\x32','\x1a','\x02','\x33','\x1c','\x04','\x3f','\x18','\x18','\x1e','\x04','\x00','\x00','\x07','\x40','\x0c','\x06','\x7f','\xfe','\x06','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x38','\x63','\x0c','\x38','\x63','\x0c','\x58','\x63','\x0c','\x98','\x7f','\xfc','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x20','\x03','\x80','\x18','\x03','\x04','\x0c','\xff','\xfe','\x0c','\x03','\x00','\x00','\x03','\x08','\x00','\x7f','\xfc','\x80','\x03','\x00','\x60','\x03','\x02','\x31','\xff','\xff','\x30','\x00','\x00','\x04','\x7f','\xf8','\x04','\x60','\x18','\x0c','\x60','\x18','\x08','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x7f','\xf8','\xf0','\x60','\x18','\x70','\x60','\x18','\x30','\x7f','\xf8','\x30','\x18','\x00','\x30','\x3c','\x78','\x38','\xe0','\x1e','\x1b','\x00','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc3','\x00','\x0c','\x03','\x00','\x0c','\x02','\x00','\x0e','\x06','\x00','\x1d','\x84','\x00','\x1c','\xcc','\x00','\x1c','\xc8','\x0c','\x3c','\x1f','\xfe','\x2c','\x1c','\x0c','\x2c','\x2c','\x0c','\x6c','\x4c','\x0c','\x4c','\x8c','\x0c','\x8d','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x03','\x00','\x0c','\x03','\x00','\xfe','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\xc3','\x80','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\xa3','\x00','\x00','\x38','\x00','\x04','\x30','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x06','\x07','\xff','\xff','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x20','\x00','\x0c','\x22','\x22','\x0c','\x63','\x33','\x1c','\xc3','\x33','\x18','\xc0','\x00','\xf8','\x00','\x00','\x30','\x08','\x02','\x02','\x0e','\xff','\x7f','\x0c','\x02','\x06','\x08','\x26','\x4c','\x92','\x14','\x28','\x63','\x88','\x10','\x33','\x1c','\x18','\x36','\x16','\x2c','\x04','\x26','\x46','\x0a','\x40','\x86','\x11','\x00','\x00','\xff','\x82','\x04','\x7d','\xff','\xfe','\x4d','\x86','\x8c','\x0c','\x26','\x88','\x4e','\x14','\x58','\x7d','\x1c','\x50','\x6d','\x88','\x70','\x6d','\x9c','\x20','\x4c','\x36','\x70','\x4c','\x26','\x58','\x8c','\x40','\x8c','\x0c','\x81','\x0f','\x0d','\x06','\x06','\x06','\x13','\x26','\x06','\x1f','\xbf','\x0d','\x13','\x26','\x0c','\x93','\x26','\x08','\xd3','\x26','\x18','\xd3','\x26','\x10','\x1f','\x3e','\x21','\x80','\x00','\x3f','\xc0','\x08','\x46','\x0f','\xfc','\x86','\x00','\x00','\x06','\xc0','\x02','\x7f','\xff','\xff','\x06','\x06','\x00','\x06','\x86','\x0c','\x46','\xe7','\xfe','\x26','\xcc','\x0c','\x36','\x8c','\x0c','\x37','\x00','\x0c','\x06','\x00','\x1c','\x07','\xc0','\x18','\xfe','\x00','\x38','\x70','\x01','\xf0','\x40','\x00','\x60','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0c','\x0c','\xff','\xfe','\x0c','\x06','\x00','\xff','\x86','\x00','\x0c','\x06','\x10','\x0c','\x7f','\xf8','\x0c','\x0c','\x80','\x1e','\x0c','\x80','\x1d','\x18','\x46','\x1d','\xff','\xff','\x3d','\x90','\x20','\x2c','\x30','\x30','\x2c','\x20','\x18','\x6c','\x5f','\xff','\x4c','\x98','\x6e','\x8d','\x18','\x66','\x0c','\x1f','\xe0','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x1f','\xe0','\x0c','\x18','\x60','\x20','\x03','\x80','\x18','\x43','\x18','\x0c','\x7f','\xfc','\x0c','\x63','\x18','\x00','\x63','\x18','\x00','\x7f','\xf8','\x80','\x03','\x00','\x60','\x03','\x06','\x33','\xff','\xff','\x30','\x00','\x00','\x04','\x7f','\xf8','\x04','\x60','\x18','\x0c','\x60','\x18','\x08','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x7f','\xf8','\xf0','\x60','\x18','\x70','\x60','\x18','\x30','\x7f','\xf8','\x30','\x18','\x00','\x30','\x3c','\x78','\x38','\x70','\x1e','\x19','\x80','\x06','\x1c','\x00','\x00','\x18','\x00','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x08','\x18','\x43','\x0e','\x1b','\x23','\x0c','\xff','\xa3','\x0c','\x18','\x33','\x18','\x18','\x33','\x10','\x18','\x33','\x20','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x19','\x03','\x00','\x1e','\x03','\x00','\xf8','\x03','\x00','\x60','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\xc3','\x06','\xc0','\xc3','\x04','\xd0','\xc3','\x18','\x1f','\xff','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xff','\xf8','\x18','\xc3','\x18','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x38','\x00','\x0c','\x30','\x3f','\xfe','\x30','\x01','\x80','\x30','\x21','\x86','\x30','\x3f','\xff','\x33','\x61','\x86','\xff','\x61','\x84','\x33','\x1d','\xb8','\x33','\x01','\x80','\x33','\x3d','\xbc','\x33','\x01','\x80','\x33','\x00','\x06','\x62','\x7f','\xff','\x66','\x06','\x00','\x66','\x24','\x0c','\x66','\x3f','\xfe','\xd4','\x32','\x4c','\xcc','\x32','\x4c','\x0e','\x32','\x4c','\x1b','\x32','\x4c','\x13','\x32','\x4c','\x23','\x32','\x4c','\x40','\x32','\x7c','\x80','\x32','\x58','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x92','\x00','\xc0','\x63','\x90','\xc6','\x33','\x1f','\xff','\x36','\x18','\xc6','\x04','\x18','\xc6','\x09','\x18','\xc6','\x10','\x98','\xc6','\xff','\xd8','\xc6','\x7c','\xd8','\xc6','\x4c','\xdf','\xfe','\x0c','\x18','\xc6','\x4c','\x18','\xc6','\x7d','\x18','\xc6','\x6c','\x98','\xc6','\x6c','\xd8','\xc6','\x4c','\xd8','\xc6','\x4c','\xd8','\xc6','\x8c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x00','\x00','\x70','\x00','\x03','\xf8','\x08','\x3f','\x80','\x0f','\xe0','\x40','\x0c','\x00','\x40','\x0c','\x38','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x20','\x0c','\x30','\x20','\x0c','\x30','\x20','\x0c','\x30','\x20','\x0c','\x30','\x30','\x08','\x30','\x30','\x18','\x30','\x10','\x18','\x30','\x18','\x10','\x30','\x18','\x30','\x30','\x0c','\x20','\x30','\x0f','\x40','\x30','\x06','\x80','\x30','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x03','\x00','\x0c','\xc3','\x00','\x08','\x66','\x00','\x18','\x66','\x06','\x10','\x07','\xff','\x21','\x8c','\x06','\x3f','\xc8','\x06','\x46','\x10','\x06','\x86','\x02','\x06','\x06','\xc1','\x06','\x7f','\xe1','\x86','\x06','\x00','\xc6','\x06','\x80','\xc6','\x46','\xe0','\xc6','\x26','\xc0','\x06','\x36','\x80','\x0c','\x37','\x00','\x0c','\x06','\x00','\x0c','\x07','\xe0','\x18','\xff','\x00','\x38','\x78','\x01','\xf0','\x40','\x00','\x60','\x04','\x00','\x80','\x07','\x00','\xe0','\x26','\x04','\xcc','\x26','\x37','\xfe','\x7f','\xfe','\x0c','\x64','\x36','\x0c','\xcc','\x47','\xfc','\xc9','\x06','\x0c','\x19','\xc6','\x0c','\x11','\x87','\xfc','\x3f','\xf6','\x00','\x31','\x06','\x06','\x71','\x07','\xff','\xbf','\xe6','\x00','\x31','\x06','\x06','\x31','\x07','\xff','\x3f','\xe6','\x06','\x31','\x00','\x26','\x31','\x0a','\xb6','\x31','\x0a','\x96','\x3f','\xea','\x86','\x30','\x1a','\x0c','\x30','\x18','\x7c','\x00','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x23','\x00','\xc0','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xcf','\xff','\xe8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x04','\x00','\x18','\x07','\x00','\x7c','\x06','\x43','\xe0','\x06','\x7f','\x80','\x0c','\x61','\x80','\x0c','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x38','\x61','\x80','\x38','\x61','\x86','\x58','\x7f','\xff','\x98','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x6c','\x62','\x1b','\xf0','\x62','\x19','\xc0','\x32','\x19','\x00','\x3a','\x18','\x03','\x1f','\x19','\xff','\x8f','\x18','\x00','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x07','\xff','\xff','\x0c','\x00','\x00','\x0c','\x20','\x30','\x18','\x3f','\xf8','\x18','\x30','\x30','\x38','\x30','\x30','\x38','\x3f','\xf0','\x58','\xb0','\x30','\x98','\x80','\x06','\x19','\xff','\xff','\x19','\x80','\x06','\x1b','\x00','\x04','\x1b','\x7f','\xf8','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x1f','\x00','\x18','\x06','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x06','\x03','\xfe','\x0c','\x03','\x00','\x0c','\x43','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x38','\x60','\x18','\x38','\x60','\x18','\x58','\x7f','\xf8','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x10','\x00','\x18','\x1c','\x60','\x18','\x38','\x1c','\x18','\x60','\x0e','\x19','\x80','\x06','\x20','\x40','\x07','\x18','\x70','\x06','\x0c','\x60','\x06','\x0c','\x40','\xe6','\x00','\x98','\xc6','\xff','\xfc','\xc6','\x03','\x18','\xc6','\x03','\x18','\xc6','\x23','\x18','\xc6','\x3f','\xf8','\xc6','\x33','\x00','\xc6','\x33','\x00','\xc6','\x33','\x0c','\xc6','\x7f','\xfe','\xc6','\x63','\x0c','\xc6','\x67','\x0c','\xc6','\x07','\x0c','\xc6','\x0f','\x1c','\xc6','\x0b','\x18','\x06','\x13','\x78','\x06','\x23','\x30','\x06','\xc3','\x00','\x06','\x03','\x00','\x3e','\x03','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x00','\x1f','\xf8','\x00','\x18','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x70','\x0e','\x00','\x38','\x30','\x00','\x18','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x39','\x80','\x0f','\x31','\x8c','\xfc','\x31','\xfe','\x70','\x31','\x80','\x40','\x69','\x80','\x00','\x65','\x80','\x00','\xc3','\x80','\x01','\x80','\xff','\x06','\x00','\x3e','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\x08','\x00','\x00','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\x98','\x00','\x18','\x78','\x00','\x10','\x3e','\x00','\x20','\x0f','\xff','\xc0','\x01','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x02','\x01','\x00','\x01','\x81','\xc0','\x20','\xc1','\x80','\x20','\xc2','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x1c','\x08','\xc0','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x60','\x18','\x83','\xf0','\x18','\xff','\x00','\x18','\xc3','\x00','\x18','\xc3','\x00','\x18','\xc3','\x00','\x18','\xc3','\x06','\x18','\xff','\xff','\x18','\xc1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x80','\x10','\xc0','\xc0','\x30','\xcc','\xc0','\x37','\xf0','\x62','\x23','\x80','\x72','\x62','\x00','\x3a','\x40','\x03','\x1f','\x8f','\xff','\x8f','\x00','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x18','\x30','\xc0','\xfc','\x3f','\xef','\xc0','\x30','\xc0','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x33','\x30','\xc6','\x33','\xff','\xff','\x30','\x60','\xc0','\x30','\x60','\xc0','\x34','\x40','\xc0','\x22','\xc0','\xc0','\x22','\x80','\xcc','\x61','\x0f','\xfe','\x41','\x80','\x00','\x42','\xc0','\x00','\x84','\x78','\x00','\x08','\x1f','\xff','\x30','\x03','\xfe','\x00','\x00','\x18','\x06','\x00','\x7c','\xff','\x03','\xe0','\x06','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x30','\x01','\x80','\x33','\x01','\x86','\x7f','\xff','\xff','\x63','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x26','\x01','\x80','\x16','\x01','\x80','\x14','\x01','\x80','\x0c','\x01','\x8c','\x0e','\x3f','\xfe','\x1b','\x00','\x00','\x11','\xc0','\x00','\x20','\xf8','\x00','\x40','\x3f','\xff','\x80','\x0f','\xfe','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x18','\x7f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x18','\x10','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x78','\x0c','\x30','\xd8','\x0c','\x00','\xd8','\x0c','\x01','\x98','\x1c','\x03','\x18','\x18','\x06','\x18','\xf8','\x18','\x18','\x30','\xe0','\x18','\x00','\x00','\x18','\x00','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x20','\x0c','\x00','\x4c','\x2e','\x7f','\xfe','\x2d','\x01','\x8c','\x2d','\x81','\x8c','\x6d','\xa1','\x8c','\x6c','\x3f','\xfc','\x4c','\x31','\x8c','\xcc','\x31','\x80','\xcc','\x31','\x80','\x0c','\x31','\x86','\x0c','\x7f','\xff','\x0c','\x63','\x86','\x0c','\x67','\x86','\x0c','\x05','\x86','\x0c','\x0d','\x86','\x0c','\x19','\x8c','\x0c','\x31','\xbc','\x0c','\x61','\x98','\x0d','\x81','\x80','\x0c','\x01','\x80','\x1c','\x00','\x18','\x18','\x41','\xfc','\x18','\x7f','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x1b','\x61','\x80','\xff','\xe1','\x80','\x18','\x61','\x80','\x18','\x61','\x8c','\x18','\x7f','\xfe','\x18','\x61','\x80','\x1b','\x61','\x80','\x1c','\x61','\x80','\xf8','\x60','\xc0','\x78','\x60','\xc0','\x58','\x60','\xc0','\x18','\x60','\xc0','\x18','\x66','\x62','\x1b','\xf8','\x62','\x19','\xe0','\x32','\x19','\x00','\x3a','\x18','\x03','\x1f','\xf9','\xff','\x8f','\x30','\x00','\x06','\x1c','\x00','\x0c','\x18','\x30','\x7e','\x1b','\xfb','\xe0','\x18','\x30','\x60','\x18','\x30','\x60','\x1a','\x60','\x60','\xff','\x60','\x60','\x18','\x60','\x60','\x18','\xc0','\x66','\x18','\xc7','\xff','\x19','\xf8','\x60','\x19','\x98','\x60','\x1e','\x18','\x60','\xf8','\x10','\x60','\x79','\x30','\x60','\x59','\x30','\x60','\x18','\xa0','\x60','\x18','\xe0','\x66','\x18','\x47','\xff','\x18','\x60','\x00','\x18','\xb0','\x00','\x18','\x9e','\x00','\xf9','\x07','\xff','\x36','\x00','\xfe','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x9f','\xf8','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0d','\x00','\x00','\x0e','\x00','\x06','\x1c','\xff','\xff','\xfc','\x01','\x80','\x6c','\x21','\x80','\x4c','\x39','\x80','\x0c','\x31','\x8c','\x0c','\x31','\xfe','\x0c','\x31','\x80','\x0c','\x29','\x80','\x0c','\x65','\x80','\x0c','\x43','\x80','\x7c','\x80','\xff','\x19','\x00','\x3e','\x0e','\x10','\x20','\x0c','\x0c','\x38','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0d','\x00','\x4c','\xff','\xbf','\xfe','\x0c','\x01','\x8c','\x0c','\x01','\x8c','\x0c','\x21','\x8c','\x1e','\x3f','\xfc','\x1d','\x31','\x8c','\x1d','\xb1','\x80','\x3d','\xb1','\x80','\x2c','\x31','\x86','\x2c','\x7f','\xff','\x6c','\x63','\x86','\x4c','\x63','\x86','\x8c','\x07','\x86','\x0c','\x05','\x86','\x0c','\x0d','\x8c','\x0c','\x19','\xbc','\x0c','\x31','\x98','\x0c','\xc1','\x80','\x0c','\x01','\x80','\x20','\x00','\x00','\x18','\x00','\x06','\x0c','\xff','\xff','\x0c','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x80','\x01','\x80','\x60','\x01','\x80','\x32','\x01','\x80','\x32','\x01','\x80','\x04','\x01','\x80','\x04','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x30','\x01','\x80','\xf0','\x01','\x80','\x70','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x38','\x0f','\x80','\x18','\x03','\x00','\x00','\x01','\xc0','\x01','\x81','\x80','\xff','\xd1','\x80','\x18','\x11','\x86','\x18','\x3f','\xff','\x18','\x30','\x06','\x10','\x60','\x04','\x30','\x60','\x08','\x23','\x00','\x00','\x3f','\xbf','\xfe','\x73','\x01','\x80','\x73','\x01','\x80','\xb3','\x11','\x80','\x33','\x1d','\x80','\x33','\x19','\x8c','\x33','\x19','\xfe','\x33','\x19','\x80','\x33','\x31','\x80','\x3f','\x31','\x80','\x33','\x29','\x80','\x30','\x65','\x80','\x00','\x43','\x80','\x00','\x81','\xff','\x01','\x00','\x7e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x01','\xff','\x0d','\x81','\x80','\xff','\xd1','\x8c','\x01','\x9f','\xfe','\x03','\x18','\x0c','\x03','\x18','\x0c','\x06','\x18','\x0c','\x04','\x1f','\xfc','\x0e','\x18','\x0c','\x1d','\x98','\x0c','\x2c','\xd8','\x0c','\xcc','\xdf','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x30','\x0c','\x1c','\x0e','\x0c','\x30','\x07','\x0c','\xc0','\x03','\x01','\x80','\x00','\x0f','\xd0','\x0c','\xfc','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\xd8','\x0c','\xff','\xf8','\x0c','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x1c','\x00','\x00','\x1e','\x00','\x0c','\x1d','\xbf','\xfe','\x3c','\xc1','\x80','\x2c','\xc1','\x80','\x6c','\x01','\x80','\x4c','\x01','\x98','\x8c','\x1f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\x7f','\xff','\x92','\x08','\x20','\x63','\x84','\x38','\x33','\x06','\x30','\x36','\x26','\x20','\x04','\x20','\x46','\x0a','\x3f','\xff','\x11','\x60','\x04','\xff','\x61','\xc8','\x7d','\x81','\x80','\x4d','\xa1','\x8c','\x0c','\x3f','\xfe','\x4c','\x31','\x8c','\x7e','\x31','\x8c','\x6d','\x31','\x8c','\x6d','\xb1','\x8c','\x4d','\xb1','\x8c','\x4c','\x31','\xbc','\x8c','\x31','\x98','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x00','\x00','\x0e','\x00','\x0c','\x2c','\x0c','\x3e','\x3f','\x7e','\xf0','\x23','\x0c','\x30','\x23','\x0c','\x30','\x33','\x18','\x30','\x2b','\x18','\x30','\x2b','\x18','\x36','\x23','\x31','\xff','\x23','\xbe','\x30','\xff','\x36','\x30','\x63','\x06','\x30','\x23','\x06','\x30','\x2b','\x26','\x30','\x2b','\x24','\x30','\x2b','\x14','\x30','\x2b','\x1c','\x36','\x2b','\x09','\xff','\x23','\x1c','\x00','\x63','\x16','\x00','\x43','\x23','\x80','\x4f','\x40','\xff','\x86','\x80','\x3e','\x03','\x00','\x00','\x7f','\x80','\x06','\x00','\x3f','\xff','\x00','\x00','\xc0','\x01','\x80','\xc0','\xff','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x43','\x00','\xc0','\x7f','\x80','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x7f','\x07','\xc0','\x63','\x01','\x80','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x08','\x20','\xff','\x84','\x38','\x00','\x06','\x30','\x00','\x26','\x20','\x06','\x20','\x46','\x7f','\x3f','\xff','\x00','\x60','\x04','\x00','\x61','\xc8','\x06','\x01','\x80','\x7f','\x21','\x8c','\x00','\x3f','\xfe','\x00','\x31','\x8c','\x46','\x31','\x8c','\x7f','\x31','\x8c','\x66','\x31','\x8c','\x66','\x31','\x8c','\x66','\x31','\xbc','\x66','\x31','\x98','\x7e','\x01','\x80','\x66','\x01','\x80','\x41','\x81','\xc0','\x7f','\xc1','\x80','\x61','\x81','\x86','\x61','\xbf','\xff','\x61','\x88','\x20','\x61','\x84','\x38','\x61','\x86','\x30','\x61','\x96','\x20','\x7f','\x90','\x46','\x06','\x3f','\xff','\x06','\x60','\x04','\x76','\x61','\xc8','\x66','\x01','\x80','\x66','\x91','\x8c','\x67','\xdf','\xfe','\x66','\x19','\x8c','\x66','\x19','\x8c','\x66','\x19','\x8c','\x66','\x19','\x8c','\x66','\x19','\x8c','\x67','\xd9','\xbc','\xfe','\x19','\x98','\x70','\x01','\x80','\x40','\x01','\x80','\x00','\x00','\x18','\x40','\x81','\xfc','\x30','\xff','\x80','\x18','\xc1','\x80','\x0c','\xc1','\x80','\x0c','\xff','\xfe','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xff','\xfe','\x00','\xc1','\x80','\x0c','\xc1','\x80','\xfe','\xa1','\x8c','\x0c','\xbf','\xfe','\x0c','\xb1','\x8c','\x0d','\xb1','\x8c','\x0d','\x31','\x8c','\x0d','\x31','\x8c','\x0e','\x31','\xbc','\x0c','\x31','\x98','\x0c','\x01','\x80','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x30','\x00','\x00','\xf9','\x06','\x23','\xc1','\xff','\x3d','\x81','\x86','\x31','\x81','\x86','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x98','\x31','\x99','\x90','\x3f','\xfd','\xa0','\x31','\x81','\x90','\x31','\x81','\x98','\x31','\x81','\x8c','\x31','\x81','\x8c','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc9','\x86','\xfc','\xc9','\x86','\x70','\x69','\x86','\x40','\x69','\x86','\x00','\x3d','\xbe','\x06','\x3d','\x8c','\xff','\x19','\x80','\x00','\x01','\x80','\x20','\x20','\x00','\x18','\x39','\x06','\x0c','\x31','\xff','\x0c','\x41','\x86','\xff','\xff','\x86','\x04','\x81','\x8c','\x04','\x81','\x8c','\x7f','\xf9','\x98','\x44','\x89','\x90','\x48','\x89','\xa0','\x70','\x79','\x90','\x40','\x09','\x98','\x7f','\xf9','\x8c','\x40','\x09','\x8c','\x40','\x09','\x86','\x7f','\xf9','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\xff','\xff','\x86','\x03','\x01','\x86','\x06','\xc1','\xbe','\x0c','\x31','\x8c','\x30','\x19','\x80','\xc0','\x19','\x80','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc0','\x60','\x08','\x60','\x60','\x18','\x60','\x60','\x10','\x00','\x60','\x20','\xc0','\x60','\x3f','\xe0','\x60','\x46','\x00','\x60','\x86','\x00','\x60','\x06','\x60','\x60','\x7f','\xf0','\x60','\x06','\x00','\x60','\x06','\x80','\x60','\x46','\xe0','\x60','\x26','\xc0','\x60','\x36','\x80','\x60','\x37','\x00','\x60','\x06','\x60','\x60','\x07','\x80','\x60','\xfe','\x00','\x60','\x70','\x03','\xe0','\x40','\x00','\xc0','\x01','\x01','\x80','\x39','\xff','\xce','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xe7','\xfc','\x00','\x66','\x00','\x00','\x66','\x06','\xff','\xe7','\xff','\x0c','\x66','\x18','\x0c','\x66','\x18','\x08','\x66','\x18','\x18','\x66','\x18','\x10','\x66','\x18','\x20','\x66','\x18','\xc0','\x66','\x18','\x20','\x40','\x0c','\x18','\x7f','\xfe','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x80','\x7f','\xfc','\x60','\x60','\x0c','\x32','\x60','\x00','\x32','\x67','\x00','\x04','\x66','\x08','\x04','\x66','\x0e','\x0c','\x66','\x1c','\x08','\x66','\x38','\x18','\x66','\x60','\x18','\x66','\xc0','\x30','\xc7','\x00','\xf0','\xc6','\x00','\x70','\xc6','\x02','\x30','\x86','\x02','\x31','\x86','\x02','\x31','\x06','\x03','\x3a','\x07','\xff','\x18','\x03','\xfe','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x08','\x20','\x0d','\x04','\x38','\xff','\x86','\x30','\x0c','\x06','\x20','\x0c','\x40','\x46','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0d','\x61','\x86','\x1e','\x61','\x86','\xfc','\x6f','\xf6','\x6c','\x61','\x86','\x4c','\x61','\x86','\x0c','\x67','\xe6','\x0c','\x64','\x26','\x0c','\x64','\x26','\x0c','\x64','\x26','\x0c','\x67','\xe6','\x0c','\x60','\x06','\x7c','\x60','\x1e','\x18','\x60','\x0c','\x1c','\x06','\x06','\x18','\xff','\x7f','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x7e','\x7e','\x1a','\x06','\x06','\xff','\x06','\x06','\x18','\xfe','\x7e','\x18','\x06','\x06','\x18','\x10','\x80','\x18','\x1c','\xe0','\x19','\x18','\xcc','\x1e','\x3f','\xfe','\xf8','\x30','\x80','\x78','\x70','\x80','\x58','\xbf','\xfc','\x19','\x30','\x80','\x18','\x30','\x80','\x18','\x3f','\xfc','\x18','\x30','\x80','\x18','\x30','\x80','\x18','\x30','\x86','\xf8','\x3f','\xff','\x30','\x30','\x00','\x03','\x80','\x80','\x03','\x00','\xe0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x10','\x80','\xc0','\x08','\xe0','\x80','\x0c','\xc1','\x86','\x0c','\x81','\xff','\x41','\x19','\x10','\x7f','\xfb','\x1c','\x60','\x1a','\x18','\x63','\x1d','\x18','\x6f','\xd9','\x10','\x63','\x18','\xb0','\x63','\x18','\xb0','\x67','\x98','\xa0','\x64','\x98','\x60','\x64','\x98','\x60','\x64','\x98','\x50','\x64','\x98','\xd0','\x67','\x98','\x98','\x60','\x19','\x0f','\x60','\x7a','\x0e','\x60','\x34','\x06','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x10','\x40','\x00','\x08','\x70','\x80','\x0c','\x60','\x60','\x0c','\x40','\x32','\x80','\x86','\x32','\xff','\xff','\x04','\xc0','\x06','\x04','\xc3','\x06','\x0c','\xc3','\x26','\x08','\xdf','\xf6','\x18','\xc3','\x06','\x18','\xc3','\x06','\x30','\xcf','\xe6','\xf0','\xc8','\x26','\x70','\xc8','\x26','\x30','\xc8','\x26','\x30','\xcf','\xe6','\x30','\xc0','\x06','\x38','\xc0','\x1e','\x18','\xc0','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x08','\x03','\x00','\x50','\xc3','\x06','\x7f','\xe7','\xff','\x60','\xc6','\x06','\x60','\xc4','\x06','\x60','\xcc','\x06','\x60','\xc8','\x06','\x60','\xd2','\x06','\x7f','\xc1','\x06','\x60','\xc1','\x86','\x60','\xc0','\xc6','\x60','\xc0','\xc6','\x60','\xc0','\xc6','\x60','\xc0','\x06','\x60','\xc0','\x06','\x7f','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x32','\x08','\x80','\x21','\x10','\x40','\x41','\xa0','\x60','\x81','\x80','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x06','\x19','\xff','\xff','\x0c','\x10','\x40','\x0c','\x08','\x60','\x00','\x8c','\x8c','\x00','\xff','\xfe','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x0c','\xdf','\xec','\xfe','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xcf','\xcc','\x0c','\xc8','\x4c','\x0c','\xc8','\x4c','\x0c','\xc8','\x4c','\x0c','\xcf','\xcc','\x0c','\xc0','\x3c','\x0c','\xc0','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc6','\x0c','\xbf','\xff','\x08','\xc4','\x20','\x18','\xc2','\x38','\x10','\x03','\x30','\x23','\x03','\x20','\x3f','\x90','\x46','\x4c','\x1f','\xff','\x8c','\x18','\x06','\x0d','\x98','\xc6','\xff','\xd8','\xc6','\x0c','\x1b','\xf6','\x0d','\x18','\xc6','\x8d','\xd8','\xc6','\x4d','\x99','\xe6','\x6d','\x19','\x26','\x6e','\x19','\x26','\x0c','\x19','\x26','\x0d','\x99','\xe6','\xfe','\x18','\x06','\x70','\x18','\x1e','\x40','\x18','\x0c','\x20','\x0c','\x06','\x11','\xfe','\xff','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x01','\x0c','\x86','\x81','\xfc','\xfe','\x41','\x80','\xc0','\x65','\x80','\xc0','\x65','\x8c','\xc6','\x65','\xfe','\xff','\x08','\x0c','\x06','\x09','\x0c','\x86','\x08','\xcc','\x66','\x18','\x4c','\x26','\x10','\x1c','\x0e','\x30','\x6c','\x36','\xf3','\xcd','\xe6','\x71','\x8c','\xc6','\x31','\x0c','\x86','\x30','\x1c','\x0e','\x30','\x18','\x0c','\x38','\xf8','\x7c','\x18','\x30','\x18','\x07','\x00','\x0c','\x06','\x08','\x7e','\x06','\x0f','\xe0','\x06','\xcc','\x00','\xff','\xec','\x00','\x06','\x0c','\x06','\x06','\x0f','\xff','\x07','\xcc','\x30','\xfe','\x0c','\x30','\x76','\x18','\x30','\x06','\x18','\x30','\x06','\x10','\x30','\x3e','\x20','\x30','\x0c','\x40','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x08','\x38','\x40','\x0e','\x30','\x70','\x0c','\x32','\x60','\x1b','\xff','\x60','\x10','\x20','\x60','\x20','\x30','\x66','\x48','\x20','\x7f','\x8e','\x44','\x48','\x0d','\xfe','\xce','\x18','\xe6','\x8c','\x18','\x80','\x8c','\x38','\x01','\x4c','\x58','\xfc','\x4c','\x98','\x84','\x28','\x18','\x84','\x28','\x18','\xfc','\x38','\x18','\x84','\x10','\x18','\x84','\x10','\x18','\xfc','\x38','\x18','\x84','\x28','\x18','\x84','\x6c','\x18','\x84','\x4f','\x18','\x9c','\x86','\x18','\x8d','\x06','\x1c','\x38','\x40','\x18','\x30','\x70','\x18','\x32','\x60','\x1b','\xff','\x60','\x18','\x20','\x60','\x18','\x30','\x66','\xfe','\x20','\x7f','\x18','\x44','\x48','\x19','\xfe','\xce','\x18','\xe6','\x8c','\x18','\x80','\x8c','\x1a','\x01','\x4c','\x1c','\xfc','\x4c','\xf8','\x84','\x28','\x78','\x84','\x28','\x58','\xfc','\x38','\x18','\x84','\x10','\x18','\x84','\x10','\x18','\xfc','\x38','\x18','\x84','\x28','\x18','\x84','\x6c','\x18','\x84','\x4f','\xf8','\x9c','\x86','\x30','\x8d','\x06','\x0c','\x1c','\x20','\x08','\x18','\x38','\x09','\x19','\x30','\xff','\xff','\xb0','\x08','\x10','\x30','\x08','\x18','\x36','\x7f','\x10','\x3f','\x49','\x22','\x28','\x49','\xff','\x6e','\x49','\x73','\x4c','\x7f','\x40','\x4c','\x49','\x00','\xac','\x49','\x3e','\x2c','\x49','\x22','\x28','\x7f','\x22','\x28','\x08','\x3e','\x18','\x08','\x22','\x10','\x09','\x22','\x10','\xff','\xbe','\x38','\x08','\x22','\x28','\x08','\x22','\x2c','\x08','\x22','\x4f','\x08','\x2e','\x46','\x08','\x26','\x86','\x00','\x03','\x80','\x40','\x23','\x00','\x30','\x3b','\x00','\x18','\x33','\x00','\x0c','\x33','\x18','\x0c','\x3f','\xfc','\x00','\x63','\x00','\x00','\x43','\x00','\x00','\x83','\x00','\x00','\x03','\x06','\x0d','\xff','\xff','\xfe','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\xc0','\x0c','\x06','\x30','\x0c','\x0c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x01','\xc0','\x06','\x11','\x80','\x0d','\x1d','\x80','\x0c','\x99','\x80','\x08','\xd9','\x80','\x18','\xd9','\x8c','\x10','\x1f','\xfe','\x21','\x91','\x80','\x3f','\xd1','\x80','\x46','\x21','\x80','\x86','\x01','\x80','\x06','\x61','\x86','\xff','\xff','\xff','\x06','\x03','\x40','\x06','\x83','\x40','\x46','\xe3','\x40','\x26','\xc6','\x20','\x36','\x86','\x20','\x37','\x04','\x30','\x06','\x0c','\x10','\x07','\x88','\x18','\xfe','\x10','\x0f','\x70','\x20','\x0e','\x40','\xc0','\x06','\x00','\xe7','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x10','\xc6','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x81','\xc0','\x07','\x00','\x78','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x00','\x03','\x80','\x1c','\x03','\x00','\x18','\x03','\x0c','\x19','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x1a','\x7f','\xf8','\xff','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x19','\x60','\x18','\x1e','\x7f','\xf8','\xf8','\x00','\x00','\x60','\x00','\x06','\x43','\xff','\xff','\x00','\x20','\x00','\x00','\x38','\x60','\x00','\x70','\x1c','\x00','\xc0','\x0e','\x03','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\xe0','\x06','\x00','\x78','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x71','\xc0','\x30','\x61','\x80','\x30','\x61','\x98','\x37','\xff','\xfc','\x30','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x3f','\xff','\xff','\x30','\xc4','\x10','\x20','\xc4','\x1c','\x20','\xc2','\x18','\x60','\xc3','\x20','\x40','\xc1','\xc0','\x40','\xcc','\xf0','\x9f','\xf0','\x7f','\x0f','\x00','\x1e','\x08','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x0c','\x18','\x0f','\xfe','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x19','\x0c','\x18','\x19','\xff','\xfc','\x11','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x21','\x80','\x18','\x61','\x80','\x18','\x41','\x80','\x18','\x81','\xff','\xf8','\x01','\x80','\x18','\x01','\x80','\x18','\x20','\x00','\x30','\x18','\x00','\xf8','\x0c','\x0f','\xc0','\x0c','\xfe','\x00','\x00','\x06','\x00','\x00','\x06','\x06','\x83','\xff','\xff','\x60','\x0c','\x80','\x32','\x08','\x80','\x32','\x18','\x40','\x04','\x10','\x60','\x04','\x20','\x38','\x0c','\x4e','\x1f','\x08','\x8c','\x0e','\x1b','\x0c','\x06','\x18','\x0c','\x00','\x30','\x8c','\x08','\xf0','\x8c','\x84','\x71','\x8c','\x46','\x31','\x8c','\x63','\x33','\x0c','\x63','\x33','\x0c','\x63','\x38','\x7c','\x00','\x18','\x18','\x00','\x08','\x01','\xc0','\x0e','\x21','\x86','\x0c','\x3f','\xff','\x08','\x20','\x00','\x92','\x27','\xfc','\x63','\xa4','\x44','\x33','\x24','\x44','\x36','\x27','\xfc','\x04','\x24','\x44','\x0a','\x24','\x44','\x11','\x27','\xfc','\xff','\xa0','\x40','\x7d','\xa7','\xfc','\x4c','\x20','\x40','\x0e','\x3f','\xff','\x4d','\x21','\x10','\x7d','\xa2','\x10','\x6d','\xac','\x4e','\x6c','\x60','\x40','\x4c','\x4f','\xfe','\x4c','\x40','\x40','\x8c','\x80','\x40','\x0c','\x1f','\xff','\x0c','\x00','\x00','\x00','\xc7','\x1c','\x07','\xe6','\x18','\x7e','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x1a','\x06','\x1f','\xff','\x06','\x06','\x18','\xff','\xf6','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x26','\xc7','\xf8','\x3f','\xe6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc7','\xf8','\x3f','\xc6','\x18','\x30','\xc6','\x18','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc6','\x3f','\xc0','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x30','\xc8','\xc6','\x30','\xcf','\xff','\x30','\xcc','\x06','\x30','\xcc','\x06','\x30','\xcc','\x06','\x3f','\xcc','\x06','\x00','\x0c','\x06','\x11','\x0c','\x06','\x1c','\xcc','\x06','\x38','\x6f','\xfe','\x60','\x6c','\x06','\x80','\x0c','\x06','\x07','\x00','\x00','\x06','\x00','\x18','\x06','\x67','\xfc','\xff','\xf0','\x00','\x06','\x00','\x00','\x46','\x60','\x00','\x7f','\xf0','\x00','\x66','\x60','\x00','\x66','\x60','\x06','\x66','\x7f','\xff','\x7f','\xe1','\x80','\x66','\x61','\x80','\x66','\x61','\x80','\x66','\x61','\x00','\x7f','\xe3','\x00','\x66','\x63','\x00','\x06','\x02','\x20','\x06','\x62','\x10','\xff','\xf2','\x08','\x06','\x04','\x0c','\x06','\x04','\x74','\x06','\x3f','\xc6','\x06','\x1e','\x06','\x06','\x10','\x06','\x07','\x00','\x06','\x06','\x0f','\xff','\x06','\x20','\x60','\xff','\xf0','\x40','\x06','\x04','\x86','\x06','\x07','\xff','\x3f','\xc6','\x06','\x30','\xc6','\x06','\x30','\xc6','\x06','\x3f','\xc7','\xfe','\x30','\xc6','\x06','\x30','\xc6','\x06','\x3f','\xc6','\x06','\x30','\xc7','\xfe','\x30','\xc6','\x06','\x3f','\xc6','\x06','\x00','\x06','\x06','\x00','\x26','\x06','\xff','\xf7','\xfe','\x11','\x01','\x00','\x1c','\xc1','\xc8','\x18','\x63','\x86','\x30','\x66','\x03','\xc0','\x18','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x00','\x1f','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x06','\x7f','\xfc','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x06','\x59','\xff','\xff','\x98','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x04','\x00','\x18','\x0c','\x40','\x18','\x0c','\x20','\x18','\x08','\x10','\x18','\x08','\x18','\x18','\x10','\x0c','\x18','\x10','\xfc','\x19','\xff','\x86','\x18','\xf8','\x06','\x18','\x80','\x06','\x20','\x62','\x30','\x3f','\xf3','\xf8','\x30','\x63','\x30','\x30','\x63','\x30','\x30','\x63','\x30','\x30','\x63','\x30','\x3f','\xe2','\x30','\x30','\x06','\x3f','\x32','\x44','\x1f','\x32','\x48','\x00','\x32','\x40','\x00','\x3f','\xf0','\x0c','\x32','\x47','\xfe','\x32','\x42','\x0c','\x32','\x42','\x18','\x32','\x41','\x18','\x3f','\xf9','\xb0','\x20','\x00','\xe0','\x68','\x80','\x40','\x4e','\x60','\xe0','\x4c','\x31','\xb8','\x98','\x33','\x1f','\x10','\x06','\x0e','\x20','\x18','\x06','\x21','\x06','\x4c','\x11','\xff','\x7e','\x19','\x86','\x4c','\x19','\x86','\x4c','\x01','\x86','\x4c','\x01','\x86','\x4c','\x81','\xfe','\x4c','\x45','\x00','\xcf','\x65','\x24','\x87','\x65','\x25','\x00','\x09','\x24','\x00','\x09','\xff','\x06','\x09','\x24','\xff','\x19','\x24','\x46','\x11','\x24','\x46','\x33','\x24','\x44','\x32','\xff','\x2c','\xe2','\x00','\x28','\x66','\x48','\x38','\x64','\x64','\x10','\x64','\x66','\x38','\x68','\xc6','\x6c','\x71','\x80','\xcf','\x32','\x03','\x06','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x30','\x00','\x20','\x30','\x06','\x7f','\xff','\xff','\x60','\x30','\x06','\xc0','\x30','\x04','\xdf','\x33','\xe8','\x00','\x30','\x00','\x00','\x30','\x00','\x1f','\x33','\xe0','\x00','\x30','\x00','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x1f','\xff','\xf0','\x18','\x30','\x30','\x18','\x30','\x32','\x1f','\xff','\xf2','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x00','\x00','\x70','\x00','\x0f','\xf8','\x1f','\xfe','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x06','\x18','\x18','\x86','\x00','\x00','\xe6','\x40','\x00','\xc6','\x30','\x00','\xc6','\x18','\x01','\x86','\x18','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x01','\xc0','\x00','\x01','\x80','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x8c','\x61','\xbf','\xfe','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x7f','\x81','\x80','\x61','\x81','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x1c','\x07','\x00','\x18','\x06','\x08','\x18','\x06','\x0e','\x18','\x06','\xdc','\x18','\x7f','\xf8','\x1b','\x06','\x18','\xff','\x86','\x30','\x18','\x06','\x30','\x18','\x06','\x60','\x18','\x06','\xc6','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x06','\x00','\x19','\x0c','\x18','\x1e','\x1f','\xfc','\xf8','\x38','\x18','\x60','\x78','\x18','\x40','\xd8','\x18','\x03','\x1f','\xf8','\x0c','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x06','\x80','\x86','\x0c','\x40','\x60','\x18','\x38','\x30','\x60','\x1f','\x35','\x9f','\xe6','\x04','\x03','\x00','\x08','\x03','\x00','\x18','\xff','\xfc','\xf0','\x23','\x00','\x70','\x33','\x20','\x30','\x63','\x18','\x30','\xc3','\x0c','\x39','\x0f','\x0c','\x18','\x06','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x06','\x18','\x7f','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x19','\x83','\x00','\xff','\xc3','\x00','\x19','\x86','\x00','\x19','\x86','\x00','\x19','\x86','\x00','\x19','\x84','\x00','\x31','\x8c','\x0c','\x33','\x0f','\xfe','\x33','\x1e','\x0c','\x33','\x16','\x0c','\x6a','\x36','\x0c','\x66','\x26','\x0c','\x07','\x46','\x0c','\x0d','\x86','\x0c','\x09','\x86','\x0c','\x19','\x86','\x0c','\x10','\x07','\xfc','\x20','\x06','\x0c','\xc0','\x06','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x20','\x30','\x1c','\x38','\x30','\x18','\x70','\x33','\xff','\xe0','\x30','\x18','\xc0','\x30','\x19','\x86','\x37','\xff','\xff','\x30','\x0c','\x00','\x30','\x18','\x00','\x30','\x7f','\xf0','\x30','\xe0','\x30','\x23','\x60','\x30','\x2c','\x7f','\xf0','\x60','\x60','\x30','\x40','\x60','\x30','\x80','\x60','\x30','\x00','\x7f','\xf0','\x00','\x60','\x30','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x0c','\x18','\xff','\xfe','\x10','\x03','\x00','\x24','\x03','\x00','\x47','\x03','\x00','\x8e','\x03','\x06','\x0d','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x43','\x00','\x58','\x73','\x00','\x98','\x63','\x0c','\x18','\x63','\xfe','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\xd3','\x00','\x18','\xcb','\x00','\x18','\x87','\x00','\x19','\x83','\x80','\x19','\x00','\xff','\x1a','\x00','\x3e','\x00','\x03','\x80','\x02','\x03','\x00','\x01','\x83','\x00','\x00','\xc3','\x00','\x00','\x63','\x00','\x00','\x63','\x00','\x00','\x03','\x00','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x00','\x03','\x3f','\x00','\x1f','\xc0','\x07','\xe3','\x00','\xf8','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x8c','\x1d','\xbf','\xfe','\x1c','\xc1','\x80','\x3c','\xc1','\x80','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x83','\x06','\x0c','\xff','\xff','\x00','\xc0','\x00','\x00','\xc4','\x20','\x80','\xc4','\x24','\x60','\xff','\xfe','\x32','\xc4','\x20','\x32','\xc4','\x20','\x04','\xc4','\x20','\x04','\xc7','\xe0','\x0c','\xc0','\x00','\x08','\xc0','\x18','\x18','\xff','\xfc','\x18','\xc8','\x18','\x30','\xc4','\x30','\xf0','\xc6','\x60','\x70','\x83','\xc0','\x30','\x81','\x80','\x31','\x83','\xe0','\x31','\x06','\x7f','\x3a','\x18','\x1e','\x18','\xe0','\x06','\x00','\x18','\x40','\x1f','\xf8','\xe0','\x00','\x35','\x00','\x20','\x62','\x08','\x18','\x63','\x1c','\x0c','\xc1','\xa0','\x0d','\x80','\xc0','\x03','\x00','\x70','\x06','\xff','\xbf','\x0c','\x00','\x1e','\x30','\x00','\x06','\xc3','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x01','\x01','\x00','\x00','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc3','\x00','\x00','\x04','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x60','\x00','\x00','\xff','\x80','\x01','\x83','\x00','\x03','\x06','\x00','\x06','\x0c','\x30','\x1f','\xff','\xf8','\x6c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x06','\x30','\x00','\x86','\x00','\x00','\xe6','\x40','\x01','\xc6','\x38','\x01','\x86','\x1a','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x21','\x83','\x80','\x3f','\xc3','\x08','\x31','\x83','\x0e','\x31','\x83','\x6c','\x31','\x9f','\xf8','\x31','\x83','\x18','\x3f','\x83','\x30','\x31','\x83','\x30','\x31','\x83','\x66','\x31','\xff','\xff','\x31','\x81','\x80','\x3f','\x83','\x00','\x31','\x86','\x00','\x31','\x8c','\x0c','\x31','\x9f','\xfe','\x31','\xe6','\x0c','\x31','\x86','\x0c','\x3f','\x86','\x0c','\x00','\x07','\xfc','\x22','\x06','\x0c','\x39','\x86','\x0c','\x30','\xc6','\x0c','\x60','\xc7','\xfc','\x80','\x06','\x0c','\x00','\x03','\x00','\x40','\x03','\x00','\x30','\x06','\x80','\x18','\x06','\x40','\x0c','\x0c','\x60','\x0c','\x18','\x38','\x00','\x30','\x1f','\x00','\xdf','\xe6','\x03','\x03','\x00','\x00','\x03','\x00','\x0c','\x03','\x18','\xfe','\xff','\xfc','\x0c','\x03','\x00','\x0c','\x43','\x00','\x0c','\x73','\x20','\x0c','\x63','\x18','\x0c','\xc3','\x0c','\x0c','\x83','\x06','\x0d','\x0f','\x06','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x07','\x01','\x06','\x06','\x11','\xff','\x06','\x1d','\x86','\x06','\xd9','\x86','\x7f','\xf9','\x8c','\x06','\x31','\x8c','\x06','\x61','\x88','\x06','\xc1','\x98','\x07','\x8d','\x90','\xff','\xff','\xa0','\x06','\x01','\x90','\x0c','\x01','\x98','\x18','\x31','\x8c','\x3f','\xf9','\x8c','\x58','\x31','\x86','\x98','\x31','\x86','\x18','\x31','\x86','\x1f','\xf1','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xbe','\x1f','\xf1','\x8c','\x18','\x31','\x80','\x18','\x31','\x80','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x1a','\x21','\x86','\x19','\x3f','\xff','\x11','\xb0','\x00','\x31','\xb1','\x10','\x20','\x31','\x12','\x43','\x3f','\xff','\x7f','\xb1','\x10','\x88','\x31','\x10','\x08','\x31','\x10','\x09','\xb1','\xf0','\xff','\xf0','\x00','\x08','\x30','\x0c','\x09','\x3f','\xfe','\x89','\xb2','\x0c','\x4b','\x32','\x18','\x6a','\x21','\x30','\x6c','\x61','\x60','\x09','\x40','\xc0','\x0e','\x41','\xb0','\xfc','\x83','\x1f','\x71','\x0c','\x0e','\x40','\x30','\x06','\x00','\x00','\x0c','\x00','\x68','\x7e','\xff','\xff','\xe0','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x66','\x10','\xcf','\xff','\x3f','\xec','\x60','\x38','\xcc','\x60','\x78','\xcc','\x60','\x58','\xcc','\x60','\x98','\xcc','\x30','\x18','\xcc','\x30','\x18','\xcc','\x30','\x18','\xcc','\x32','\x18','\xff','\x1a','\x18','\xdc','\x1a','\x1f','\xd0','\x0e','\x18','\x00','\xce','\x18','\x3f','\xe7','\x00','\x00','\x03','\x00','\x20','\x06','\x01','\xbf','\xff','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x30','\x06','\x18','\x3f','\xff','\x18','\x31','\x80','\x10','\x31','\x80','\x10','\x31','\x80','\x33','\x31','\x8c','\x3f','\xb1','\xfe','\x33','\x31','\x8c','\x73','\x31','\x8c','\xb3','\x31','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x33','\x0c','\x33','\x63','\x0c','\x33','\x63','\x0c','\x3f','\x42','\x1c','\x30','\xc6','\x18','\x30','\x84','\x18','\x01','\x08','\xf8','\x00','\x10','\x30','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x32','\x18','\x0c','\x61','\x30','\x0c','\x61','\x60','\x1b','\xc0','\xc0','\x18','\xf1','\xe0','\x01','\xb3','\x3f','\x03','\x06','\x1e','\x0c','\x18','\x06','\x30','\x60','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x7f','\xff','\xfc','\x00','\x30','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\xc0','\x38','\x01','\x80','\x30','\x03','\x00','\x70','\x0c','\x03','\xe0','\x70','\x00','\xc0','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x71','\xc0','\x18','\x61','\x8c','\x1f','\xff','\xfe','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x7f','\x80','\x18','\x00','\x00','\x18','\x00','\x30','\x19','\xff','\xf8','\x18','\x40','\x60','\x18','\x20','\xc0','\x18','\x31','\x80','\x30','\x1b','\x00','\x30','\x0e','\x00','\x20','\x1b','\xc0','\x40','\x70','\xff','\x81','\xc0','\x3e','\x0e','\x00','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x04','\x0c','\x0c','\x04','\x0c','\x0c','\xc4','\x0c','\xff','\xe4','\x18','\x18','\xc4','\x18','\x18','\xc2','\x18','\x18','\xc2','\x30','\x18','\xc2','\x30','\x31','\x83','\x60','\x31','\x81','\x60','\x31','\x81','\xc0','\x33','\x00','\x80','\x6b','\x01','\xc0','\x66','\x01','\x40','\x07','\x03','\x60','\x05','\x82','\x20','\x0c','\xc6','\x30','\x08','\xc4','\x18','\x10','\x08','\x1f','\x20','\x10','\x0e','\xc0','\x60','\x06','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x6f','\xfe','\xff','\xf2','\x0c','\x18','\x62','\x18','\x18','\xc2','\x18','\x18','\xc1','\x30','\x35','\x81','\xe0','\x33','\x00','\xc0','\x02','\xc1','\xe0','\x04','\x63','\x38','\x08','\x66','\x1f','\x30','\x18','\x0e','\xc0','\x00','\x06','\x01','\xd0','\x00','\x01','\x8c','\x00','\x11','\x86','\x10','\x11','\x86','\x0c','\x31','\x80','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x08','\x00','\x07','\x0c','\x03','\x06','\x0f','\xff','\x86','\x0c','\x60','\x66','\x18','\x40','\x66','\x18','\x44','\x66','\x10','\x82','\x66','\x33','\xff','\x66','\x31','\xe3','\x66','\x71','\x03','\x66','\xb0','\x38','\x66','\x30','\x30','\x66','\x30','\x30','\x66','\x30','\x32','\x66','\x33','\xff','\x66','\x30','\x30','\x66','\x30','\x30','\x66','\x30','\x30','\x66','\x30','\x33','\x06','\x30','\x3c','\x06','\x33','\xf0','\x06','\x31','\xc0','\x06','\x31','\x00','\x3e','\x30','\x00','\x0c','\x00','\x1c','\x40','\x04','\x18','\x70','\x03','\x18','\x60','\x01','\x98','\xc0','\x11','\x98','\x80','\x10','\x19','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x63','\xff','\xc8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x86','\x00','\x00','\xe6','\x00','\x00','\xc6','\x00','\x01','\xc6','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x80','\x00','\x00','\xe0','\x00','\x01','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x00','\xc0','\x06','\x81','\x80','\x0c','\x43','\x00','\x18','\x46','\x00','\x60','\x2c','\x00','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x66','\x00','\x00','\xc3','\x80','\x03','\xa1','\xf0','\x06','\x18','\x7f','\x18','\x0c','\x1e','\xe0','\x0c','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x00','\x00','\x3c','\x00','\x00','\x0f','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\x07','\x00','\x40','\x06','\x00','\x30','\x06','\x06','\x1b','\xff','\xff','\x18','\x06','\x00','\x19','\x06','\x18','\x01','\xff','\xfc','\x01','\x86','\x18','\x05','\x86','\x18','\x05','\x86','\x18','\x09','\xff','\xf8','\x09','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x31','\xff','\xf8','\xf1','\x8f','\x18','\x70','\x1e','\x80','\x30','\x16','\xc0','\x30','\x36','\x60','\x38','\x66','\x38','\x18','\xc6','\x1f','\x03','\x06','\x0e','\x0c','\x06','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x3f','\xff','\xfe','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x18','\x01','\x80','\x18','\x01','\x00','\x18','\x02','\x00','\x18','\x04','\x00','\x30','\x18','\x01','\xf0','\x60','\x00','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x0c','\x00','\x30','\x0c','\x00','\x33','\xff','\xf0','\x30','\x0c','\x30','\x30','\x0c','\x36','\x3f','\xff','\xff','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x33','\xff','\xf0','\x30','\x00','\x00','\x30','\x00','\x00','\x31','\x00','\x30','\x31','\xff','\xf8','\x61','\x80','\x30','\x61','\x80','\x30','\x41','\x80','\x30','\x81','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x66','\x19','\xff','\xff','\x18','\x18','\x60','\x18','\x18','\x60','\x19','\x03','\x00','\xff','\x87','\x00','\x18','\x06','\x80','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\x6f','\xe6','\x19','\x80','\x00','\x18','\x00','\x00','\x18','\x20','\x18','\x1f','\x3f','\xfc','\xfc','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x81','\x86','\x18','\xff','\xff','\x18','\xc1','\x80','\x18','\xc1','\x80','\x1a','\xdf','\xfc','\xff','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xff','\xff','\x18','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xdf','\xfc','\x18','\xc0','\x00','\x1a','\xc0','\x00','\x1c','\xd0','\x0c','\xf9','\x9f','\xfe','\x61','\x98','\x0c','\x41','\x18','\x0c','\x03','\x18','\x0c','\x02','\x18','\x0c','\x04','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc2','\x00','\x01','\x81','\x00','\x03','\x00','\xc0','\x06','\x00','\x70','\x0d','\xff','\xbf','\x31','\x80','\x0e','\xc1','\x80','\x00','\x01','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x00','\x80','\x02','\x00','\x60','\x3f','\xff','\xb0','\x1f','\xc0','\x38','\x10','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\x08','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x30','\x03','\xff','\xf8','\x07','\x00','\x30','\x0b','\x00','\x30','\x33','\x00','\x30','\xc3','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x00','\x80','\x00','\x00','\xe0','\x00','\x08','\xc0','\xc0','\x0f','\xff','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0f','\xff','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0f','\xff','\xc0','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0f','\xff','\xff','\x00','\xc0','\x06','\x38','\xc3','\x86','\x30','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc3','\x0e','\x3f','\xff','\x0c','\x30','\x00','\x7c','\x00','\x00','\x18','\x00','\x01','\x00','\x0e','\x01','\x80','\x0c','\x13','\x18','\x0c','\x1f','\xfc','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x98','\x00','\x4c','\x98','\x06','\x4c','\x9f','\xff','\x4c','\x98','\x00','\x4c','\x98','\x06','\x4c','\x9f','\xff','\x7f','\x98','\x06','\x40','\x00','\x26','\x40','\x49','\x36','\x00','\x49','\x96','\x00','\xcc','\x86','\x01','\x8c','\x0c','\x01','\x80','\x7c','\x00','\x00','\x18','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\x03','\xfe','\x0c','\x03','\x00','\x2e','\x03','\x00','\x2d','\x23','\x18','\x6d','\xbf','\xfc','\x6d','\xb0','\x18','\x4c','\x30','\x18','\xcc','\x3f','\xf8','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0e','\x08','\x60','\x0c','\x0f','\xf0','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0d','\x8c','\x60','\xff','\xcc','\x60','\x0c','\x08','\x60','\x0c','\x18','\x7e','\x0c','\x10','\x3e','\x0c','\x20','\x00','\x0d','\x80','\x00','\x1e','\x00','\x30','\xfc','\x3f','\xf8','\x6c','\x08','\x30','\x4c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x02','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x7c','\x30','\x1e','\x18','\xc0','\x06','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\xff','\xff','\x0c','\x0c','\x30','\x0d','\x8c','\x30','\xff','\xc1','\x80','\x0c','\x03','\x80','\x0c','\x03','\x40','\x0c','\x06','\x20','\x0c','\x8c','\x18','\x0d','\x18','\x0f','\x0e','\x37','\xe6','\x1c','\xc0','\x00','\xfc','\x00','\x00','\x6c','\x10','\x18','\x4c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x7c','\x18','\x18','\x18','\x18','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x7a','\x30','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x06','\x70','\x0c','\x06','\x60','\x0c','\x06','\x64','\x0c','\x46','\x67','\x0d','\x26','\x66','\xff','\xb6','\x6c','\x0c','\x36','\x68','\x0c','\x36','\x70','\x0c','\x06','\x60','\x1e','\x06','\x60','\x1d','\x06','\x60','\x1d','\x86','\x60','\x3d','\x8e','\x70','\x2c','\x16','\x6c','\x2c','\x36','\x66','\x6c','\xe6','\x63','\x4c','\x66','\x63','\x8c','\x46','\x60','\x0c','\x06','\x60','\x0c','\x0c','\x62','\x0c','\x0c','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x04','\x0c','\x3f','\xfe','\x0d','\x83','\x00','\xff','\xc3','\x08','\x0c','\x1f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1e','\x03','\x04','\x1d','\xbf','\xfe','\x1c','\xc6','\x00','\x3c','\xc6','\x18','\x2c','\x04','\x1a','\x2c','\xff','\xff','\x6c','\x0c','\x18','\x4c','\x0a','\x18','\x8c','\x19','\x18','\x0c','\x11','\x98','\x0c','\x31','\x98','\x0c','\x20','\x18','\x0c','\x40','\x18','\x0d','\x80','\xf8','\x0c','\x00','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x31','\x8c','\x1d','\x3f','\xfc','\x1d','\xb1','\x8c','\x3d','\xb1','\x8c','\x2c','\x31','\x8c','\x2c','\x3f','\xfc','\x6c','\x03','\xc0','\x4c','\x07','\xc0','\x8c','\x05','\xa0','\x0c','\x0d','\xb0','\x0c','\x19','\x98','\x0c','\x31','\x9f','\x0c','\x61','\x8e','\x0d','\x81','\x86','\x0c','\x01','\x80','\x00','\x10','\x00','\x40','\x1c','\x00','\x30','\x18','\x00','\x18','\x30','\x0c','\x19','\x3f','\xfe','\x02','\x66','\x18','\x04','\x46','\x10','\x0c','\x85','\x20','\x19','\x0c','\x80','\xf0','\x08','\xc0','\x70','\x18','\x70','\x30','\x30','\x3f','\x30','\x60','\x1e','\x39','\x80','\x06','\x18','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\x40','\x00','\x18','\x70','\x00','\x0c','\x60','\x00','\x0c','\xc0','\x06','\x00','\xff','\xff','\x01','\xa0','\x06','\x81','\x30','\x06','\x62','\x20','\x86','\x30','\x7f','\xc6','\x34','\x4c','\x06','\x04','\x8c','\x06','\x0c','\x0c','\x26','\x09','\xff','\xf6','\x08','\x0c','\x06','\x18','\x0c','\x06','\x18','\xcc','\xc6','\x30','\xcc','\xc6','\xf0','\xcc','\xc6','\x70','\xff','\xce','\x30','\xc0','\xcc','\x30','\x00','\x0c','\x30','\x00','\x1c','\x38','\x00','\xf8','\x18','\x00','\x30','\x20','\x20','\x30','\x18','\x3f','\xf8','\x0c','\x30','\x30','\x0c','\x30','\x30','\x00','\x3f','\xf0','\x00','\x30','\x30','\x80','\x30','\x30','\x60','\x30','\x30','\x32','\x3f','\xf0','\x32','\x00','\x00','\x04','\x00','\x06','\x07','\xff','\xff','\x0c','\x30','\x00','\x08','\x20','\x0c','\x18','\x7f','\xfe','\x18','\xcc','\xcc','\x31','\x88','\x8c','\xf6','\x11','\x8c','\x70','\x21','\x0c','\x30','\x42','\x1c','\x31','\x84','\x18','\x30','\x08','\x38','\x38','\x31','\xf0','\x18','\x00','\x60','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x04','\x06','\xff','\xfe','\x00','\x06','\x00','\x00','\x06','\x08','\x80','\x7f','\xfc','\x60','\x06','\x00','\x32','\x06','\x00','\x32','\x06','\x04','\x04','\xff','\xfe','\x04','\x0c','\x00','\x0c','\x0c','\x18','\x08','\x0c','\x1a','\x1b','\xff','\xff','\x18','\x18','\x18','\x30','\x14','\x18','\xf0','\x33','\x18','\x70','\x21','\x98','\x30','\x61','\x98','\x30','\x40','\x18','\x30','\x80','\x18','\x3b','\x00','\xf8','\x18','\x00','\x30','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x80','\xc0','\x2c','\xe0','\xc0','\x2c','\xc0','\xc0','\x2d','\x80','\xc0','\x6e','\x00','\xc0','\x6c','\x00','\xc0','\xcc','\x00','\xc0','\xcc','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1a','\x00','\xc0','\x19','\x00','\xc0','\x19','\x80','\xc0','\x10','\xc0','\xc0','\x30','\xc0','\xc0','\x20','\xc0','\xc0','\x60','\x00','\xc0','\x40','\x07','\xc0','\x80','\x01','\x80','\x0e','\x03','\x08','\x0c','\xff','\x0c','\x0c','\x06','\x98','\x0c','\x06','\xa2','\x0c','\x4c','\x43','\x0d','\x2c','\x46','\x2d','\xb8','\x28','\x2d','\x90','\x30','\x2d','\x2f','\xdc','\x6e','\x40','\x0f','\x6c','\x80','\x06','\xcd','\x3f','\xf8','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x1a','\x3f','\xf8','\x19','\x00','\x00','\x19','\x90','\x40','\x11','\x88','\x70','\x31','\x8c','\x60','\x20','\x0c','\x40','\x60','\x00','\x86','\x41','\xff','\xff','\x80','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x10','\x10','\x18','\x1c','\x08','\x18','\x38','\x04','\x18','\x30','\x06','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x80','\x00','\x19','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4d','\xff','\xfe','\x6c','\x00','\x00','\x6c','\x00','\x00','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\xfc','\x60','\x18','\x6c','\x7f','\xf8','\x4c','\x00','\x00','\x18','\x40','\x20','\x18','\x30','\x38','\x10','\x18','\x30','\x30','\x18','\x60','\x20','\x18','\x40','\x40','\x00','\x86','\x87','\xff','\xff','\x00','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x04','\x0c','\x3f','\xfe','\x0d','\x83','\x00','\xff','\xc3','\x08','\x01','\x9f','\xfc','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x04','\x06','\x3f','\xfe','\x0c','\x06','\x00','\x0e','\x06','\x18','\x1d','\x84','\x1a','\x2c','\xff','\xff','\xcc','\xcc','\x18','\x0c','\x0a','\x18','\x0c','\x19','\x18','\x0c','\x11','\x98','\x0c','\x31','\x98','\x0c','\x20','\x18','\x0c','\x40','\x18','\x0d','\x80','\xf8','\x0c','\x00','\x30','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x83','\x1c','\x60','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x8c','\x7f','\xff','\xfe','\x00','\x01','\x80','\x02','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x10','\x01','\x00','\x1c','\x01','\xc0','\x18','\x61','\x86','\x1f','\xf3','\xff','\x34','\x02','\x40','\x22','\x04','\x20','\x43','\x18','\x30','\x83','\x38','\x30','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\xff','\x3f','\x0c','\x00','\x1e','\x30','\x00','\x06','\xc4','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x1a','\x04','\x80','\x31','\x88','\x60','\x61','\x90','\x60','\x80','\x00','\x00','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x33','\xff','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x4d','\x20','\xc6','\x4d','\xbf','\xff','\x6d','\xb0','\xc0','\x6d','\x30','\xc0','\x0e','\x37','\xfc','\x0c','\x30','\xcc','\xff','\xf0','\xcc','\x0c','\x3f','\xff','\x0c','\x30','\xcc','\x1e','\x30','\xcc','\x1d','\x30','\xcc','\x1d','\xb7','\xfc','\x3d','\xb0','\x00','\x2c','\x30','\x00','\x6c','\x34','\x0c','\x4c','\x67','\xfe','\x8c','\x66','\x0c','\x0c','\x46','\x0c','\x0c','\xc6','\x0c','\x0c','\x86','\x0c','\x0d','\x07','\xfc','\x0c','\x06','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x86','\x92','\x3f','\xff','\x63','\x82','\x00','\x33','\x03','\x80','\x36','\x03','\x10','\x04','\x02','\x08','\x09','\x04','\x0c','\x10','\xbf','\xf6','\xff','\xde','\x06','\x7c','\xd0','\x00','\x4c','\x04','\x70','\x0c','\x07','\x60','\x4d','\x06','\x60','\x7c','\x86','\x60','\x6c','\xc6','\x60','\x6c','\xcc','\x62','\x4c','\x0c','\x62','\x4c','\x18','\x62','\x8c','\x10','\x63','\x0c','\x20','\x7f','\x0c','\xc0','\x3e','\x00','\x00','\x07','\x00','\x18','\x06','\x7f','\xfc','\x06','\x04','\x00','\xe6','\x07','\x00','\xc6','\x06','\x40','\xc6','\x04','\x20','\xc6','\x08','\x30','\xc6','\x7f','\xd8','\xc6','\x3c','\x18','\xc6','\x20','\x00','\xc6','\x03','\x80','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x18','\xc6','\x7f','\xfc','\xc6','\x03','\x00','\xc6','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x18','\x06','\x03','\xe0','\x06','\x7f','\x80','\x06','\x3c','\x00','\x3e','\x20','\x00','\x0c','\x01','\xc3','\x80','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x80','\xc0','\x00','\x1f','\xe0','\x0f','\xf8','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc3','\x80','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x00','\x20','\x3f','\xe0','\x18','\x30','\x60','\x0c','\x30','\x60','\x0c','\x3f','\xe0','\x80','\x30','\x60','\x62','\x30','\x60','\x32','\x3f','\xe0','\x34','\x00','\x06','\x07','\xff','\xff','\x0c','\x30','\x00','\x08','\x20','\x0c','\x18','\x7f','\xfe','\x30','\x88','\x8c','\xf3','\x19','\x8c','\x70','\x11','\x0c','\x30','\x22','\x0c','\x30','\x44','\x18','\x39','\x98','\xf8','\x18','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x23','\x13','\x88','\x3f','\x9b','\x0c','\x33','\x1b','\x18','\x33','\x03','\x20','\x33','\x7f','\xfe','\x33','\x06','\x40','\x3f','\x04','\x20','\x33','\xff','\xff','\x33','\x08','\x18','\x33','\x11','\x8c','\x33','\x29','\x27','\x3f','\x4d','\x32','\x33','\x8d','\x40','\x33','\x01','\x00','\x33','\x05','\x60','\x23','\x79','\x1c','\x63','\x31','\x0e','\x4f','\x27','\x06','\x86','\x03','\x00','\x03','\x00','\x38','\x7f','\x80','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x01','\x80','\x30','\xff','\xc0','\x30','\x00','\x00','\x36','\x00','\x3f','\xff','\x03','\x00','\x30','\x7f','\x80','\x30','\x00','\x10','\x30','\x00','\x0c','\x30','\x03','\x06','\x30','\x7f','\x86','\x30','\x00','\x06','\x30','\x00','\x00','\x30','\x43','\x00','\x30','\x7f','\x80','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x7f','\x01','\xf0','\x63','\x00','\x60','\x23','\x22','\x10','\x3f','\x93','\x9c','\x33','\x1b','\x18','\x33','\x1b','\x20','\x33','\x7f','\xfe','\x33','\x06','\x80','\x33','\x04','\x42','\x3f','\xff','\xff','\x33','\x08','\x20','\x33','\x10','\x18','\x33','\x2f','\xef','\x33','\x40','\x06','\x33','\xbf','\xf8','\x3f','\x00','\x00','\x33','\x1f','\xf0','\x33','\x00','\x00','\x33','\x1f','\xf0','\x33','\x00','\x00','\x23','\x3f','\xf8','\x23','\x30','\x18','\x63','\x30','\x18','\x43','\x30','\x18','\x4f','\x3f','\xf8','\x86','\x30','\x18','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x02','\x01','\x00','\x01','\x01','\xc0','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xc3','\x00','\x00','\xc2','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc4','\x30','\xc6','\xc7','\x30','\xfe','\xce','\x30','\xc6','\xd0','\x30','\xc6','\xe0','\x30','\xc4','\xd0','\x3f','\xcc','\xd8','\x06','\x08','\xcc','\x06','\x10','\xcf','\x76','\x20','\xc6','\x66','\x03','\xc0','\x66','\x81','\x80','\x67','\xd0','\x0c','\x66','\x1f','\xfe','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x1f','\xfc','\x66','\x18','\x0c','\x67','\x98','\x0c','\xfe','\x18','\x0c','\x70','\x1f','\xfc','\x40','\x18','\x0c','\x00','\x19','\xc0','\x40','\x19','\x80','\x30','\x19','\x88','\x19','\x19','\x8e','\x0c','\x99','\x8c','\x0c','\xd9','\x98','\x00','\xd9','\xa0','\x00','\x19','\x80','\x00','\x19','\x80','\x00','\x19','\xe0','\x0c','\x39','\x98','\xff','\xd9','\x8c','\x0d','\x99','\x8c','\x0d','\x19','\x80','\x0c','\x11','\x82','\x0c','\x31','\x82','\x0c','\x21','\x83','\x0c','\x41','\xff','\x0d','\x80','\xfe','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x30','\x40','\x03','\xf8','\x30','\x7f','\x00','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x0f','\x40','\x00','\x1b','\x20','\x00','\x33','\x18','\x00','\x63','\x0f','\x0d','\x80','\x06','\xfe','\x7f','\xe0','\x0c','\x0c','\x60','\x0c','\x0c','\xcc','\x0c','\x08','\xfe','\x0c','\x19','\x8c','\x0c','\x10','\x0c','\x0c','\x20','\x18','\x0c','\x40','\xf8','\x0c','\x80','\x30','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0c','\x01','\x88','\x0c','\x7f','\x8c','\x0a','\x03','\x48','\x19','\x23','\x52','\x19','\x9a','\x23','\x11','\x8e','\x22','\x30','\x04','\x14','\x23','\x08','\x1c','\x7f','\x97','\xef','\x8c','\x20','\x06','\x0c','\x40','\x00','\x0d','\x88','\x18','\xff','\xcf','\xfc','\x0c','\x0c','\x18','\x0d','\x0c','\x18','\x8d','\x8c','\x18','\x4d','\x0f','\xf8','\x6e','\x00','\x20','\x6c','\x08','\x38','\x0c','\xc6','\x30','\x0f','\x02','\x20','\xfc','\x00','\x46','\x70','\x7f','\xff','\x40','\x00','\x00','\x43','\x10','\x00','\x7f','\x9c','\x00','\x63','\x18','\x00','\x63','\x30','\x06','\x62','\x3f','\xff','\x66','\x50','\x06','\x64','\x98','\x06','\x69','\x10','\x46','\x64','\x3f','\xe6','\x66','\x26','\x06','\x62','\x46','\x06','\x63','\x06','\x26','\x63','\x7f','\xf6','\x63','\x06','\x06','\x63','\x06','\x06','\x63','\x46','\x26','\x6f','\x46','\x26','\x66','\x46','\x26','\x60','\x7f','\xe6','\x60','\x40','\x26','\x60','\x00','\x0e','\x60','\x00','\x0c','\x60','\x00','\x7c','\x60','\x00','\x18','\x00','\x00','\x00','\x00','\xc0','\x06','\x7f','\xef','\xff','\x00','\x00','\xc0','\x00','\x00','\xc0','\x20','\xc4','\x8c','\x3f','\xe7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x3f','\xc6','\x0c','\x30','\x06','\x0c','\x01','\x06','\x0c','\x21','\xc7','\xfc','\x11','\x86','\x0c','\x19','\x06','\x0c','\x19','\x06','\x0c','\x02','\x67','\xfc','\x03','\x82','\x00','\xfe','\x03','\x90','\x78','\x07','\x0c','\x40','\x0c','\x06','\x00','\x30','\x06','\x23','\x02','\x10','\x3f','\xa3','\x9c','\x33','\x1b','\x18','\x33','\x0b','\x20','\x33','\x7f','\xfe','\x33','\x06','\x40','\x33','\x04','\x40','\x3f','\xff','\xff','\x33','\x0c','\x20','\x33','\x18','\x10','\x33','\x1f','\xfc','\x33','\x31','\x0f','\x33','\x5f','\xe6','\x3f','\x91','\x00','\x33','\x1f','\xe0','\x33','\x11','\x00','\x33','\x11','\x06','\x33','\x1f','\xff','\x33','\x00','\x06','\x23','\x25','\x46','\x63','\x25','\x46','\x63','\x64','\x0c','\x4f','\x60','\x7c','\x86','\x00','\x18','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x46','\x6f','\xf0','\x46','\x60','\x00','\x46','\x67','\xef','\xf6','\x64','\x20','\x46','\x64','\x24','\x46','\x67','\xe2','\x46','\x60','\x03','\x46','\x64','\x33','\x46','\x62','\x20','\x46','\x62','\x40','\x46','\x60','\x00','\x46','\x6f','\xf3','\xc6','\x66','\x01','\x9e','\x60','\x00','\x0c','\x08','\x0c','\x70','\x0e','\x3e','\x60','\x0d','\xe0','\x60','\x0c','\x20','\x60','\x18','\x20','\x60','\x1b','\xfe','\x66','\x10','\x21','\xff','\x30','\x20','\x66','\x33','\xfe','\x66','\x72','\x22','\x66','\x72','\x22','\x66','\xb3','\xfe','\x66','\x32','\x22','\x66','\x32','\x22','\x66','\x33','\xfe','\x66','\x30','\x20','\x66','\x30','\x20','\x46','\x33','\xfe','\xc6','\x30','\x20','\xc6','\x30','\x20','\x8e','\x30','\x3d','\x8c','\x37','\xe1','\x0c','\x33','\x82','\x7c','\x32','\x04','\x18','\x00','\x60','\xe0','\x03','\xf0','\xc0','\x7f','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc6','\x03','\x03','\xff','\x03','\x00','\xc6','\x7f','\xf8','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x03','\x01','\x86','\x03','\x01','\x86','\x7f','\xf9','\x86','\x03','\x01','\x0e','\x03','\x03','\x0c','\x03','\xf2','\x0c','\xff','\x84','\x1c','\x7c','\x08','\xf8','\x40','\x30','\x30','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x01','\x8c','\x33','\xff','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x1c','\x40','\x04','\x18','\x70','\x03','\x18','\x60','\x01','\x98','\xc0','\x11','\x98','\x80','\x10','\x19','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x63','\xff','\xc8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x40','\x60','\x10','\x60','\x18','\x18','\xc6','\x0d','\xff','\xff','\x0c','\x06','\x00','\x00','\x04','\x00','\x00','\x7f','\xf8','\x0c','\x40','\x08','\xfe','\x7f','\xf8','\x0c','\x40','\x08','\x0c','\x7f','\xf8','\x0c','\x40','\x08','\x0c','\x7f','\xf8','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\xc0','\x00','\x00','\xc6','\xff','\xff','\xff','\x04','\x00','\xc0','\x03','\x00','\xc0','\x01','\x80','\xc0','\x01','\x87','\xc0','\x00','\x01','\x80','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x10','\x40','\x2c','\x0c','\x60','\x2e','\x04','\x40','\x6d','\x00','\x8c','\x6d','\xff','\xfe','\x4d','\x80','\x00','\xcc','\x3f','\xf8','\xcc','\x31','\x18','\x0c','\x31','\x18','\x0c','\x3f','\xf8','\x0c','\x31','\x18','\x0c','\x31','\x18','\x0c','\x3f','\xf8','\x0c','\x01','\x00','\x0c','\x01','\x08','\x0c','\x7f','\xfc','\x0c','\x01','\x00','\x0c','\x01','\x02','\x0d','\xff','\xff','\x0c','\x00','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x10','\x40','\x1b','\x0c','\x60','\xff','\x84','\x40','\x18','\x00','\x8c','\x18','\xff','\xfe','\x18','\x00','\x00','\x18','\x3f','\xf8','\x1b','\x31','\x18','\x1c','\x31','\x18','\xf8','\x3f','\xf8','\x78','\x31','\x18','\x58','\x31','\x18','\x18','\x3f','\xf8','\x18','\x01','\x00','\x18','\x01','\x08','\x18','\x7f','\xfc','\x18','\x01','\x00','\x18','\x01','\x02','\xf9','\xff','\xff','\x30','\x00','\x00','\x20','\x80','\x06','\x18','\xff','\xff','\x0c','\xc0','\x06','\x0c','\xc0','\x06','\x00','\xc0','\x66','\x00','\xdf','\xf6','\x80','\xc0','\x06','\x60','\xc0','\x06','\x32','\xc0','\x06','\x32','\xc8','\x66','\x04','\xcf','\xf6','\x04','\xcc','\x66','\x0c','\xcc','\x66','\x08','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x30','\xcf','\xe6','\xf0','\xcc','\x66','\x70','\xcc','\x66','\x30','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x38','\xc0','\x3e','\x18','\xc0','\x0c','\x00','\x03','\x80','\x43','\x03','\x00','\x7f','\x83','\x0c','\x63','\x7f','\xfe','\x63','\x10','\x40','\x63','\x0c','\x60','\x63','\x04','\x40','\x7f','\x00','\x86','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x3f','\xf8','\x63','\x31','\x18','\x63','\x31','\x18','\x7f','\x3f','\xf8','\x63','\x31','\x18','\x63','\x31','\x18','\x63','\x3f','\xf8','\x63','\x01','\x00','\x63','\x01','\x08','\x7f','\x7f','\xfc','\x63','\x01','\x00','\x60','\x01','\x02','\x01','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x01','\x01','\x00','\x00','\xc1','\xc0','\x00','\xc1','\x80','\x00','\x02','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x23','\x20','\x06','\x3f','\x3f','\xff','\x33','\x30','\x06','\x33','\x30','\x06','\x33','\x30','\x66','\x33','\x37','\xf6','\x33','\x30','\x06','\x3f','\x30','\x06','\x33','\x30','\x06','\x33','\x32','\x26','\x33','\x33','\xf6','\x33','\x32','\x26','\x33','\x32','\x26','\x3f','\x32','\x26','\x33','\x32','\x26','\x33','\x32','\x26','\x33','\x33','\xe6','\x33','\x32','\x26','\x33','\x30','\x06','\x23','\x30','\x06','\x23','\x30','\x06','\x63','\x30','\x06','\x4f','\x30','\x3e','\x86','\x30','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x00','\x18','\x0f','\xff','\xfc','\x19','\x00','\x18','\x11','\x84','\x18','\x23','\xfe','\x18','\x42','\x60','\x18','\x04','\x61','\x18','\x1f','\xff','\x98','\x00','\x60','\x18','\x00','\x60','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0f','\xff','\x18','\x0c','\x03','\x18','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x40','\x40','\x40','\x30','\x70','\x30','\x18','\x60','\x18','\x18','\x86','\x0d','\xff','\xff','\x0c','\x06','\x00','\x00','\x04','\x00','\x00','\x48','\x18','\x00','\x7f','\xfc','\x00','\x60','\x18','\x0c','\x60','\x18','\xfe','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0c','\x10','\x06','\x0c','\x1f','\xff','\x0a','\x18','\x06','\x19','\x98','\x06','\x18','\xd8','\x66','\x10','\xdb','\xf6','\x30','\x18','\x06','\x23','\x18','\x06','\x7f','\x98','\x06','\x4c','\x19','\x26','\x8c','\x19','\xf6','\x0d','\x99','\x26','\xff','\xd9','\x26','\x0c','\x19','\x26','\x0c','\x99','\x26','\x8c','\xd9','\x26','\x4d','\x99','\xe6','\x6d','\x19','\x26','\x6e','\x18','\x06','\x0c','\xd8','\x06','\x0f','\x18','\x06','\xfc','\x18','\x06','\x70','\x18','\x3e','\x40','\x18','\x0c','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x98','\x76','\x71','\xfc','\x66','\x61','\x80','\x66','\x61','\x80','\x66','\x61','\x80','\x66','\x61','\x86','\x66','\x7f','\xff','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\x06','\x66','\x7f','\xff','\x66','\x61','\x80','\x66','\x61','\x80','\x7f','\xe1','\xe0','\x60','\x61','\x9c','\x60','\x61','\x8e','\x60','\x01','\x86','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x00','\x70','\x01','\xc0','\x61','\x89','\x98','\x67','\xcf','\xfc','\x7c','\x0c','\x18','\x60','\x0c','\x18','\x60','\x8f','\xf8','\x60','\xcc','\x18','\x7f','\xcc','\x18','\x3f','\x8f','\xf8','\x00','\x0c','\x00','\x00','\x0c','\x0c','\x0e','\x0f','\xfe','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0c','\xcf','\xff','\xff','\xec','\x06','\x0c','\x00','\x26','\x0c','\x12','\x96','\x0c','\x12','\x96','\x0c','\x32','\x8e','\x0c','\x60','\x0c','\x0c','\x60','\x7c','\x0c','\x00','\x18','\x40','\x00','\x0c','\x7f','\xff','\xfe','\x60','\x00','\x00','\x60','\xe3','\x80','\x60','\xc3','\x00','\x67','\xff','\xf0','\x60','\xc3','\x00','\x60','\xc3','\x00','\x60','\x38','\x00','\x60','\x30','\x18','\x6f','\xff','\xfc','\x60','\x60','\x00','\x60','\x40','\x00','\x60','\xff','\xe0','\x61','\xe0','\x60','\x61','\x60','\x60','\x62','\x60','\x60','\x64','\x60','\x60','\x68','\x7f','\xe0','\x60','\x60','\x60','\x60','\x00','\x00','\x60','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x00','\x04','\x10','\x30','\x07','\x1f','\xf8','\x0e','\x18','\x30','\x0c','\x18','\x30','\x18','\x1f','\xf0','\x30','\x18','\x30','\x62','\x18','\x30','\x83','\x98','\x30','\x07','\x1f','\xf0','\x06','\x00','\x00','\x0c','\x00','\x06','\x1c','\xff','\xff','\x3c','\x00','\x00','\x6c','\x00','\x30','\x8c','\x00','\x32','\x0c','\xff','\xff','\x0c','\x00','\x30','\x0c','\x10','\x30','\x0c','\x0c','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x06','\x0d','\xff','\xff','\x18','\x03','\x00','\x30','\x03','\x00','\x64','\x43','\x18','\x87','\x7f','\xfc','\x0e','\x64','\x98','\x0c','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x38','\x7f','\xf8','\x58','\x60','\x18','\x98','\x04','\x00','\x18','\x03','\x00','\x18','\x1d','\x90','\x18','\x99','\x8c','\x18','\x98','\x06','\x19','\x98','\x23','\x19','\x18','\x23','\x1b','\x18','\x30','\x1b','\x1f','\xf0','\x18','\x0f','\xe0','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x18','\x60','\x7f','\xfc','\x32','\x00','\x00','\x32','\x80','\x06','\x04','\xff','\xff','\x04','\x80','\x06','\x0d','\x80','\x04','\x09','\x9c','\xe8','\x18','\x18','\xc0','\x18','\x18','\xc0','\x30','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc0','\x30','\x18','\xc2','\x30','\x30','\xc2','\x30','\x30','\xc3','\x38','\x60','\xff','\x19','\x80','\x7e','\x07','\x01','\xc0','\x06','\x01','\x80','\x46','\x01','\x80','\x76','\x01','\x8c','\x66','\x3f','\xfe','\x66','\x81','\x80','\x7f','\xc1','\x80','\x46','\x01','\x80','\x46','\x01','\x86','\x86','\x7f','\xff','\x06','\x00','\x00','\x06','\x80','\x30','\x07','\x00','\x32','\x1e','\x7f','\xff','\xf6','\x00','\x30','\x66','\x00','\x30','\x46','\x10','\x30','\x06','\x0c','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x03','\x80','\x00','\x03','\x10','\x0c','\x03','\xfb','\xfe','\x03','\x01','\x0c','\x03','\x09','\x0c','\xff','\xfc','\x98','\x23','\x00','\xd8','\x3b','\x40','\x70','\x33','\x30','\x70','\x63','\x18','\xdc','\x4f','\x19','\x8f','\x86','\x06','\x06','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x01','\xc0','\x00','\x0f','\xe0','\x0f','\xfe','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x0c','\x18','\x1e','\x30','\x00','\x06','\xc0','\xe7','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x34','\x0d','\x00','\x23','\x08','\xc0','\x43','\x10','\xc0','\x88','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x0f','\xff','\xfe','\x20','\x00','\x0c','\x22','\x22','\x0c','\x63','\x33','\x0c','\xc1','\x11','\x18','\xc0','\x00','\x78','\x00','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x08','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x20','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x04','\x7f','\xff','\xfe','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x6c','\x1f','\xff','\xfe','\x18','\x00','\xc0','\x18','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x02','\x01','\xc0','\x43','\x81','\x80','\x23','\x01','\x80','\x16','\x01','\x80','\x1c','\x01','\x80','\x08','\x21','\x8c','\x1c','\x3f','\xfe','\x24','\x31','\x8c','\x46','\x31','\x8c','\x86','\x31','\x8c','\x0e','\x31','\x8c','\x0b','\x31','\x8c','\x0b','\x31','\x8c','\x1b','\x31','\x8c','\x13','\x3f','\xfc','\x33','\x31','\x8c','\x23','\x31','\x80','\x43','\x01','\x88','\x83','\x01','\x84','\x03','\x01','\x86','\x07','\x01','\xfe','\x06','\x7f','\xc3','\x3e','\x3c','\x03','\x0c','\x20','\x03','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x01','\x80','\xff','\x81','\x80','\x00','\x01','\x8c','\x00','\x3f','\xfe','\x06','\x00','\x00','\x7f','\x20','\x06','\x00','\x3f','\xff','\x00','\x60','\x06','\x06','\x60','\x04','\x7f','\x0e','\x70','\x00','\x0c','\x60','\x00','\x0c','\x60','\x46','\x0c','\x60','\x7f','\x0c','\x60','\x66','\x0c','\x60','\x66','\x0c','\x62','\x66','\x18','\x62','\x66','\x18','\x63','\x7e','\x30','\x7f','\x66','\xc0','\x3e','\x0e','\x00','\x18','\x0c','\x21','\xfc','\x0c','\x3f','\x80','\x0c','\x30','\x00','\x0d','\xb0','\x00','\xff','\xf0','\x06','\x0c','\x3f','\xff','\x0c','\x31','\x80','\x0c','\x31','\x80','\x1e','\x31','\x80','\x1d','\x31','\x8c','\x1d','\xb1','\xfe','\x3d','\xb1','\x8c','\x2c','\x31','\x8c','\x2c','\x31','\x8c','\x6c','\x31','\x0c','\x4c','\x23','\x0c','\x8c','\x63','\x0c','\x0c','\x42','\x0c','\x0c','\x46','\x0c','\x0c','\x84','\x1c','\x0d','\x08','\x18','\x0c','\x10','\xf8','\x0c','\x60','\x30','\x0e','\x08','\x00','\x0c','\x0c','\x30','\x0c','\x0f','\xf8','\x0c','\x18','\x60','\x0d','\x10','\x40','\xff','\xa0','\x80','\x0c','\x7f','\xfe','\x0c','\xb0','\x86','\x0c','\x30','\x86','\x1e','\x30','\x86','\x1d','\x3f','\xfe','\x1d','\x83','\x80','\x3d','\x87','\x08','\x2c','\x19','\x8e','\x2c','\x61','\x8c','\x6c','\x02','\xd0','\x4c','\x0c','\xc0','\x8c','\x31','\xe0','\x0c','\xc2','\xd0','\x0c','\x0c','\xdf','\x0c','\x30','\xce','\x0c','\xc1','\xc6','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x01','\x01','\x80','\x01','\xff','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x21','\x81','\x8c','\x3f','\x81','\xfe','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\xc3','\x0c','\x60','\xc3','\x10','\x61','\x83','\x02','\x03','\x03','\x03','\x06','\x03','\xff','\x18','\x01','\xfe','\x60','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x1c','\x0d','\x18','\x18','\x9f','\xfc','\x18','\xf1','\x98','\x18','\xc1','\x98','\x1a','\xc1','\x98','\xff','\xc1','\x98','\x18','\xc1','\x98','\x18','\xf9','\x18','\x18','\xc3','\x1f','\x3c','\xc2','\x0f','\x3a','\xc4','\x00','\x3a','\xc0','\x0c','\x3a','\xfb','\xfe','\x78','\xc1','\x0c','\x58','\xc1','\x0c','\x58','\xc0','\x98','\x98','\xcc','\xd8','\x18','\xf0','\x70','\x1b','\xe0','\x20','\x19','\xc0','\x70','\x18','\xc0','\x58','\x18','\xc0','\x9f','\x18','\xc1','\x0e','\x18','\xc6','\x06','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x1a','\x06','\x0c','\x1b','\xff','\xfe','\x1b','\x06','\x0c','\x1b','\x06','\x0c','\x33','\x06','\x0c','\x33','\xff','\xfc','\x33','\x06','\x0c','\x23','\x06','\x0c','\x63','\x06','\x0c','\x43','\x06','\x0c','\x83','\xff','\xfc','\x03','\x00','\x0c','\x03','\x00','\x0c','\x00','\x3a','\x00','\x00','\x31','\x80','\x00','\x18','\x86','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x46','\x00','\x00','\x73','\x82','\x04','\x60','\xe2','\x07','\xff','\xbf','\x06','\x00','\x8f','\x07','\xff','\x80','\x06','\x00','\x80','\x07','\xff','\x80','\x06','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\x00','\x06','\x00','\x0c','\x17','\xff','\xfe','\x10','\x00','\x0c','\x22','\x22','\x0c','\x63','\x33','\x0c','\xe1','\x11','\x18','\xc0','\x00','\x78','\x00','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x01','\x00','\x00','\x03','\xc1','\xc0','\x07','\x00','\x38','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\x83','\x0c','\x31','\x83','\x0c','\x31','\x03','\xfc','\x32','\x01','\xfc','\x3c','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x20','\x70','\x80','\x10','\x60','\xcc','\x1b','\xfc','\xfe','\x18','\x60','\x8c','\x00','\x61','\x88','\x03','\xfd','\x18','\x80','\x62','\x10','\x40','\x60','\x20','\x67','\xfd','\xfe','\x68','\x00','\x32','\x09','\x08','\x32','\x09','\xfc','\x32','\x19','\x0b','\xff','\x11','\x08','\x32','\x11','\xf8','\x32','\x31','\x08','\x32','\x31','\x09','\xfe','\xf1','\xf8','\x30','\x71','\x08','\x30','\x31','\x08','\x30','\x31','\x08','\x30','\x31','\x08','\x30','\x39','\x39','\xf0','\x19','\x18','\x60','\x00','\x60','\x06','\x00','\x43','\xff','\x48','\x40','\x30','\x7c','\x58','\x20','\x48','\x7d','\x46','\x4b','\xc1','\xff','\x48','\x41','\x86','\x48','\x41','\x86','\x4a','\x49','\x86','\x4a','\x49','\xfe','\x4a','\x49','\x86','\x4a','\x49','\x86','\x4a','\x49','\x86','\x4b','\xf9','\xfe','\x4a','\x49','\x86','\x48','\x41','\x86','\x78','\x41','\x86','\x48','\x49','\x86','\x40','\x49','\xfe','\x00','\x4c','\x00','\x00','\x7c','\x88','\x00','\x39','\xc6','\x00','\x03','\x03','\x00','\x0c','\x03','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x00','\x30','\xfe','\x00','\x3f','\xc0','\xff','\xf0','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x1c','\x30','\x70','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x1f','\xff','\xe0','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x2e','\x00','\x00','\x2d','\x3f','\xf0','\x6d','\xb0','\x30','\x6d','\xb0','\x30','\x4c','\x3f','\xf0','\xcc','\x00','\x00','\xcc','\x00','\x18','\x0c','\xff','\xfc','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x02','\x80','\x0c','\x03','\x06','\x0f','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x03','\x81','\x00','\x03','\x01','\xc0','\x03','\x19','\x80','\xff','\xfd','\x80','\x00','\x01','\x80','\x00','\x03','\x06','\x1f','\xe3','\xff','\x18','\x62','\x10','\x18','\x66','\x1c','\x1f','\xe5','\x18','\x00','\x09','\x18','\x00','\x01','\x18','\x7f','\xf1','\x10','\x00','\x61','\x30','\x02','\x80','\xb0','\x03','\x00','\xa0','\x03','\xf0','\xe0','\xff','\x00','\x40','\x73','\x00','\xe0','\x43','\x00','\xb0','\x03','\x01','\x18','\x03','\x02','\x1f','\x1f','\x0c','\x0e','\x06','\x30','\x06','\x20','\x07','\x00','\x18','\x06','\x00','\x0c','\x06','\x0c','\x0c','\x06','\x7e','\x00','\x07','\xe0','\x01','\xfe','\x00','\x80','\x06','\x00','\x60','\x06','\x00','\x32','\xe6','\x1c','\x32','\xc6','\x18','\x04','\xc6','\x18','\x04','\xc6','\x18','\x0c','\xc6','\x18','\x08','\xc6','\x18','\x18','\xc6','\x18','\x18','\xff','\xf8','\x30','\xc6','\x18','\xf0','\xc6','\x00','\x70','\x06','\x02','\x30','\x06','\x02','\x30','\x06','\x02','\x30','\x06','\x03','\x38','\x07','\xff','\x18','\x03','\xfe','\x23','\x00','\x00','\x3f','\x00','\x06','\x33','\xff','\xff','\x33','\x03','\x00','\x33','\x03','\x00','\x33','\x06','\x00','\x33','\x0d','\x04','\x3f','\x19','\x87','\x33','\x63','\x86','\x33','\x02','\xc4','\x33','\x04','\xc8','\x33','\x08','\xe0','\x33','\x10','\xe0','\x3f','\x61','\xd0','\x33','\x03','\xd0','\x33','\x02','\xc8','\x33','\x04','\xcc','\x33','\x08','\xcf','\x23','\x10','\xc6','\x23','\x60','\xc6','\x63','\x01','\xc0','\x43','\x01','\x80','\x4f','\x0f','\x80','\x86','\x03','\x00','\x00','\x00','\x18','\x40','\x41','\xfc','\x30','\x7f','\x80','\x18','\x60','\x00','\x0c','\x61','\xc0','\x0c','\x61','\x8c','\x00','\x7f','\xfe','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x6f','\xf8','\x0c','\x68','\x08','\xfe','\x68','\x08','\x0c','\x4f','\xf8','\x0c','\x48','\x08','\x0c','\xc8','\x08','\x0c','\x8f','\xf8','\x0c','\x88','\x08','\x0d','\x08','\x08','\x0c','\x0f','\xf8','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0e','\x00','\x06','\x0c','\x1f','\xff','\x0c','\x00','\xc0','\x0c','\xc0','\x80','\x0f','\xe9','\x0c','\xfc','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x7f','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x0c','\x0c','\x0c','\x4c','\x0c','\x0c','\x4c','\x0c','\x0c','\x6f','\xfc','\x0f','\xe2','\x00','\x07','\xc3','\x98','\x00','\x07','\x06','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x1f','\xfc','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x81','\x00','\x01','\x80','\x80','\x03','\x00','\xc0','\x02','\x00','\x60','\x04','\x00','\x38','\x0b','\xff','\xdf','\x13','\x00','\xce','\x23','\x00','\xc6','\xc3','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x04','\x00','\x20','\x07','\xff','\xf0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\x81','\x80','\x01','\x00','\x70','\x3f','\xff','\xb8','\x0f','\xc0','\x18','\x06','\x01','\xc0','\x06','\x01','\x80','\x0d','\x01','\x80','\x0c','\xc1','\x8c','\x08','\x61','\xbe','\x18','\x61','\xf0','\x10','\x0f','\x80','\x21','\x81','\x80','\x3f','\xc1','\x8e','\x46','\x1d','\x8c','\x86','\x19','\x8c','\x06','\xd9','\x8c','\x7f','\xf9','\x8c','\x06','\x19','\x8c','\x06','\x99','\x8c','\x46','\xdf','\xfc','\x26','\x99','\x8c','\x36','\x99','\x8c','\x37','\x01','\x80','\x06','\x01','\x82','\x07','\xc1','\x82','\x7f','\x01','\x83','\x38','\x01','\xff','\x20','\x00','\xfe','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x62','\x00','\x00','\xc1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x06','\x60','\x06','\xff','\x38','\x0c','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x66','\x0f','\xff','\xf0','\x00','\x18','\x00','\x02','\x18','\x00','\x03','\x99','\x80','\x03','\x18','\x60','\x06','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x00','\x31','\x06','\x7f','\xf9','\xff','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x84','\x06','\x31','\x8c','\x06','\x31','\x88','\x7f','\xf1','\x88','\x06','\x31','\x90','\x06','\x31','\x88','\x06','\x31','\x8c','\x06','\x31','\x84','\x06','\x31','\x86','\x7f','\xf1','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x08','\x31','\xbe','\x18','\x71','\x8c','\x10','\x61','\x80','\x23','\xe1','\x80','\xc0','\xc1','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x68','\x0c','\x30','\x66','\x0c','\x30','\x43','\x0c','\x30','\xc1','\x8c','\x30','\x81','\xcc','\x31','\x00','\xcc','\x36','\x00','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x01','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x06','\x07','\xff','\xff','\x06','\x18','\x00','\x0c','\x18','\x00','\x18','\x18','\x00','\x10','\x18','\x30','\x20','\x1f','\xf8','\x40','\x18','\x00','\x80','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x00','\x1f','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x1c','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x19','\x98','\x30','\x19','\x98','\x30','\x19','\x99','\x30','\x19','\x9f','\xb0','\x19','\x98','\x30','\x19','\x98','\x30','\x19','\x98','\x30','\x19','\x98','\x30','\x19','\x98','\x12','\x31','\x98','\x1a','\x31','\x99','\x9a','\x37','\xff','\xca','\x20','\x00','\x0e','\x60','\x00','\x06','\x40','\x00','\x07','\x80','\x00','\x03','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x10','\xc3','\x00','\x1c','\x04','\x20','\x18','\x07','\x30','\x10','\xc6','\x20','\x3f','\xec','\x4c','\x26','\x0f','\xfe','\x46','\x1c','\x40','\x06','\x2c','\x40','\x06','\x4c','\x48','\xff','\xef','\xfc','\x06','\x0c','\x40','\x06','\x0c','\x40','\x0d','\x0c','\x48','\x0c','\x8f','\xfc','\x18','\xcc','\x40','\x10','\xcc','\x40','\x20','\x0c','\x46','\x40','\x0f','\xff','\x80','\x0c','\x00','\x06','\x00','\xe0','\x7f','\x08','\xc8','\x00','\x44','\xce','\x00','\x26','\xcc','\x03','\x36','\xc8','\xff','\xb0','\xd0','\x00','\x00','\xc0','\x00','\x00','\xc6','\x06','\x1f','\xff','\x7f','\x00','\xc0','\x00','\x30','\xc0','\x01','\xf9','\xe0','\x06','\x31','\xd0','\x7f','\x33','\xc8','\x00','\x32','\xcc','\x00','\x34','\xc6','\x46','\x38','\xc6','\x7f','\x30','\xc0','\x66','\x30','\xc0','\x66','\x30','\xc0','\x66','\x68','\x00','\x67','\xc7','\xff','\x7e','\xc1','\xfe','\x60','\x80','\x00','\x20','\xcc','\x40','\x10','\x88','\x74','\x18','\x88','\x66','\x1b','\xfe','\x64','\x00','\x88','\x48','\x00','\x88','\xfe','\x80','\x00','\x90','\x41','\xfc','\x90','\x65','\x25','\x90','\x65','\x26','\x94','\x05','\x24','\xfe','\x09','\xfc','\x90','\x08','\x20','\x90','\x08','\x20','\x90','\x19','\xfc','\x90','\x10','\x20','\x94','\x30','\x20','\xfe','\xf3','\xfe','\x90','\x70','\x60','\x90','\x30','\x50','\x90','\x30','\xcc','\x90','\x30','\x86','\x96','\x39','\x06','\xff','\x1a','\x00','\x80','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x06','\x80','\xff','\x84','\x40','\x0c','\x0c','\x60','\x0c','\x08','\x30','\x0c','\x10','\x1c','\x0d','\x20','\x0f','\x0e','\x5f','\xe6','\x1c','\x80','\x00','\xfc','\x00','\x00','\x6c','\x00','\x18','\x4c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x23','\x20','\x0c','\x3b','\x18','\x0c','\x33','\x0c','\x0c','\x63','\x06','\x0c','\xc3','\x06','\x7d','\x0f','\x00','\x18','\x06','\x00','\x06','\x08','\x18','\x06','\x0f','\xfc','\x0d','\x0c','\x18','\x0c','\x8c','\x18','\x08','\xcc','\x18','\x18','\xcc','\xf8','\x10','\x0c','\x98','\x23','\x0c','\x98','\x3f','\x8c','\x98','\x4c','\x2c','\x9a','\x8c','\x3f','\xff','\x0c','\xb0','\x06','\x7f','\xf0','\x06','\x0c','\x33','\xe6','\x0d','\x32','\x26','\x8d','\xb2','\x26','\x4d','\x32','\x26','\x6d','\x32','\x26','\x6e','\x33','\xe6','\x0c','\x30','\x06','\x0f','\xb0','\x06','\xfc','\x30','\x06','\x70','\x30','\x3e','\x40','\x30','\x0c','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x20','\x0c','\xc0','\x46','\xff','\xff','\xff','\x0c','\x04','\x80','\x0c','\x04','\x80','\x0c','\x44','\x8c','\x1e','\x7f','\xfe','\x1d','\x64','\x8c','\x1d','\x64','\x8c','\x3d','\x64','\x8c','\x2c','\x6c','\xfc','\x2c','\x68','\x7c','\x6c','\x70','\x0c','\x4c','\x60','\x0c','\x8c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x20','\x67','\x07','\x3f','\xf6','\x76','\x31','\x06','\x66','\x31','\x06','\x66','\x31','\x06','\x66','\x3f','\xe6','\x66','\x31','\x06','\x66','\x31','\x06','\x66','\x31','\x06','\x66','\x3f','\xe6','\x66','\x31','\x06','\x66','\x31','\x06','\x66','\x31','\x06','\x66','\x31','\x66','\x66','\x3f','\xf6','\x66','\x30','\x66','\x66','\x01','\x66','\x66','\x55','\x66','\x66','\x55','\x66','\x66','\xd4','\x64','\x66','\xd0','\xcc','\x66','\xc0','\xc8','\x66','\x07','\xc8','\x06','\x01','\x90','\x06','\x08','\x10','\x08','\x0e','\x1f','\xfc','\x0c','\x11','\x08','\x08','\x11','\x08','\x92','\x1f','\xf8','\x63','\x91','\x08','\x33','\x11','\x08','\x36','\x11','\x08','\x04','\x1f','\xf8','\x0a','\x01','\x00','\x11','\x21','\x04','\xff','\xbf','\xfe','\x7d','\xa1','\x04','\x4c','\x21','\x04','\x0c','\x21','\x04','\x4c','\x3f','\xfc','\x7e','\x21','\x04','\x6d','\x21','\x04','\x6d','\xa1','\x04','\x4d','\xbf','\xfc','\x4c','\x21','\x02','\x8c','\x01','\x03','\x0c','\x01','\xff','\x0c','\x00','\xfe','\x41','\x06','\x06','\x7f','\xff','\xff','\x49','\x06','\x06','\x49','\x44','\x44','\x49','\x2c','\x2c','\x49','\x18','\x18','\x49','\x0c','\x1c','\x49','\x16','\x26','\x49','\x26','\x46','\x7f','\x40','\x80','\x49','\x00','\x00','\x49','\x06','\x0c','\x49','\x7f','\xfe','\x49','\x04','\x8c','\x49','\x24','\x8c','\x49','\x18','\x48','\x49','\x0c','\x58','\x7f','\x16','\x50','\x41','\x36','\x20','\x40','\x20','\x50','\x00','\x40','\xd8','\x00','\x81','\x8f','\x01','\x03','\x0e','\x00','\x0c','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x82','\x18','\x18','\x63','\x18','\x18','\x66','\x18','\x18','\x04','\x18','\x19','\xff','\x98','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x98','\x1b','\xff','\xd8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x00','\x30','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x03','\x00','\xff','\x83','\x00','\x0c','\x43','\x0c','\x0c','\x7f','\xfe','\x0c','\x60','\x0c','\x1e','\x68','\x4c','\x1d','\x64','\x6c','\x1d','\x64','\x4c','\x3d','\x60','\x8c','\x2c','\x6f','\xec','\x2c','\x63','\x0c','\x6c','\x63','\x0c','\x4c','\x63','\x0c','\x8c','\x6f','\xec','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x3c','\x0c','\x60','\x18','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x33','\x00','\xff','\xfb','\x00','\x06','\x03','\x06','\x46','\x63','\xff','\x7f','\xf2','\x06','\x66','\x66','\x04','\x66','\x64','\xe8','\x66','\x64','\xc0','\x7f','\xe8','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x7f','\xe1','\xa0','\x66','\x61','\xa0','\x06','\x01','\xa0','\x06','\x31','\x30','\xff','\xfb','\x10','\x06','\x02','\x18','\x06','\x06','\x1c','\x06','\x04','\x0f','\x06','\x08','\x0e','\x06','\x30','\x06','\x1d','\xc2','\x00','\x19','\x83','\x90','\x19','\x93','\x1c','\xff','\xfb','\x18','\x19','\x82','\x10','\x19','\x82','\x26','\x00','\x07','\xff','\x7f','\xe6','\x20','\x46','\x26','\x20','\x46','\x2e','\x20','\x46','\x36','\x24','\x7f','\xe7','\xfe','\x06','\x06','\x20','\x06','\x06','\x20','\x7f','\xe6','\x20','\x06','\x06','\x24','\x06','\x07','\xfe','\xff','\xf6','\x20','\x06','\x06','\x20','\x0d','\x06','\x20','\x0c','\xc6','\x20','\x18','\x66','\x26','\x30','\x67','\xff','\xc0','\x06','\x00','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x00','\x0c','\x00','\x80','\x8c','\x00','\x60','\x8c','\x06','\x31','\xff','\xff','\x31','\x18','\x30','\x03','\x18','\x30','\x02','\x18','\x30','\x06','\x18','\x60','\x04','\x30','\x60','\x0c','\x30','\x60','\x08','\x30','\xc0','\x18','\x6c','\xc0','\x38','\x63','\x80','\xf0','\x61','\xc0','\x70','\x03','\x70','\x30','\x06','\x38','\x30','\x0c','\x1c','\x30','\x18','\x0e','\x38','\x60','\x06','\x19','\x80','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x70','\x00','\x18','\x60','\x00','\x18','\x60','\x30','\x18','\x60','\x78','\x18','\x61','\xe0','\x18','\x67','\x00','\x18','\x78','\x00','\x30','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x02','\x20','\x60','\x02','\x60','\x60','\x02','\x40','\x60','\x03','\x80','\x7f','\xff','\x00','\x3f','\xfe','\x00','\x0e','\x00','\x00','\x0c','\x80','\x01','\x8c','\x60','\x3f','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\xc3','\x00','\x7f','\xe3','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x0c','\xc2','\x00','\x70','\x62','\x07','\xc0','\x72','\xfe','\x00','\x3a','\x70','\x00','\x1f','\x40','\x00','\x0f','\x00','\x00','\x06','\x00','\x20','\x00','\x40','\x38','\x00','\x30','\x30','\x00','\x18','\x70','\x00','\x0c','\x60','\x0c','\x0c','\x7f','\xfe','\x00','\xc0','\x00','\x00','\x83','\x80','\x01','\x03','\x00','\x00','\x03','\x00','\x0c','\x23','\x00','\xfe','\x3b','\x20','\x0c','\x33','\x18','\x0c','\x33','\x0c','\x0c','\x63','\x0e','\x0c','\x43','\x06','\x0c','\x83','\x06','\x0d','\x03','\x00','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x0c','\x07','\xff','\xfe','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x17','\x00','\x0c','\x26','\x0c','\x0c','\x46','\x1e','\x0c','\x86','\x38','\x0c','\x06','\x60','\x0c','\x07','\x80','\x0c','\x06','\x00','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\x06','\x03','\x1c','\x07','\xff','\x18','\x03','\xfe','\x18','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xc0','\x21','\x90','\x0c','\x3f','\xdf','\xfe','\x31','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x0c','\x31','\x9b','\xfe','\x3f','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x06','\x31','\x9f','\xff','\x3f','\x9b','\x20','\x31','\x9b','\x20','\x31','\x9b','\x24','\x31','\x93','\x27','\x31','\x93','\x26','\x31','\x93','\x28','\x3f','\x93','\x30','\x02','\x33','\x10','\x21','\xa3','\x18','\x38','\xe3','\xdc','\x30','\x5f','\x0f','\x60','\x8c','\x0e','\x80','\x08','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x68','\x0c','\x30','\x46','\x0c','\x30','\x83','\x0c','\x31','\x01','\x8c','\x32','\x39','\x8c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x68','\x0c','\x30','\x46','\x0c','\x30','\x83','\x0c','\x31','\x01','\x8c','\x32','\x01','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x0f','\xfe','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x7f','\xe0','\xc0','\x66','\x60','\xc0','\x66','\x00','\xc0','\x06','\x80','\xc0','\x06','\x60','\xc0','\x06','\x30','\xc0','\x06','\xd8','\xc0','\x0f','\x18','\xc0','\xfc','\x00','\xc6','\x70','\x1f','\xff','\x40','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x31','\xc0','\x07','\xf9','\x80','\xfe','\x21','\x80','\x08','\x39','\x80','\x44','\x31','\x80','\x26','\x61','\x80','\x36','\x41','\x80','\x30','\x81','\x80','\x00','\x31','\x80','\x7f','\xf9','\x80','\x00','\x61','\x80','\x00','\x41','\x80','\x02','\x81','\x80','\x03','\x01','\x80','\x03','\x19','\x80','\xff','\xe1','\x80','\x7b','\x01','\x80','\x43','\x01','\x80','\x03','\x01','\x82','\x03','\x01','\x82','\x03','\x01','\x82','\x03','\x01','\x83','\x1f','\x01','\xff','\x06','\x00','\xfe','\x00','\x00','\x00','\x00','\x0c','\x00','\x07','\xfe','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x14','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x00','\x00','\xc0','\x80','\x01','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x70','\x0c','\x00','\x3c','\x18','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x04','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x02','\x06','\x06','\x33','\xff','\xff','\xfb','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\xc3','\x06','\x30','\xc3','\x06','\x30','\x83','\x06','\x6d','\x83','\x06','\x63','\x03','\x06','\x03','\x83','\x06','\x06','\xc3','\x06','\x0c','\x63','\x06','\x08','\x63','\xfe','\x10','\x63','\x06','\x20','\x03','\x00','\xc0','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x08','\x18','\x66','\x0e','\x1b','\xf6','\x1c','\x18','\x67','\x30','\x18','\x67','\x40','\x10','\xc6','\x80','\x30','\xc6','\x40','\x31','\x86','\x60','\x21','\x06','\x38','\x62','\x06','\x1f','\x44','\x06','\x0e','\x88','\x06','\x06','\x00','\x3e','\x00','\x00','\x0c','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x18','\x06','\x00','\x7c','\x06','\x03','\xe0','\x0c','\xff','\x00','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x06','\x1b','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x19','\xff','\xfe','\x18','\x00','\x00','\x0e','\x00','\x18','\x0c','\x00','\xfc','\x0c','\x0f','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x31','\x9f','\xff','\x31','\x80','\xc0','\x31','\x80','\xc0','\x33','\x00','\xc0','\x6b','\x00','\xc0','\x66','\x00','\xc0','\x06','\x00','\xc0','\x07','\x00','\xc0','\x0d','\x80','\xc0','\x09','\x80','\xc0','\x11','\x80','\xcc','\x20','\x1f','\xfe','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x18','\x03','\x30','\x18','\x00','\xe0','\x18','\x00','\x78','\x38','\x00','\xdc','\x30','\x01','\x8c','\x30','\x03','\x00','\x70','\x06','\x03','\xe0','\x18','\x00','\xc0','\x60','\x10','\x00','\x01','\xcc','\x00','\x01','\x86','\x20','\x11','\x83','\x18','\x11','\x83','\x0c','\x11','\x80','\x46','\x31','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x06','\x00','\x00','\x7f','\x00','\x0c','\x00','\x3f','\xfe','\x00','\x03','\x0c','\x03','\x03','\x0c','\xff','\x93','\x0c','\x00','\x0e','\x0c','\x00','\x07','\x0c','\x06','\x05','\x8c','\x7f','\x0d','\x9c','\x00','\x08','\x18','\x00','\x10','\x78','\x06','\x20','\x30','\x7f','\x01','\x00','\x00','\x00','\xc0','\x00','\x06','\x60','\x46','\x06','\x68','\x7f','\x16','\x06','\x66','\x16','\x03','\x66','\x36','\x13','\x66','\x36','\x13','\x66','\x66','\x18','\x7e','\x67','\xf8','\x66','\x03','\xf0','\x20','\x00','\x0c','\x18','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x83','\x06','\x00','\xff','\xff','\x01','\x83','\x06','\x81','\x83','\x04','\x44','\x7b','\x78','\x64','\x03','\x00','\x64','\x7b','\x78','\x08','\x03','\x00','\x08','\x00','\x06','\x09','\xff','\xff','\x18','\x06','\x00','\x18','\x84','\x06','\x18','\xff','\xff','\x30','\xc4','\x46','\xf0','\xc4','\x46','\x70','\xc4','\x46','\x30','\xc4','\x46','\x30','\xc4','\x46','\x30','\xc4','\x46','\x38','\xc4','\x5e','\x18','\xc0','\x0c','\x1c','\x00','\x00','\x18','\x00','\x06','\x18','\xff','\xff','\x18','\x11','\x80','\x1b','\x1d','\x98','\xff','\x99','\x86','\x03','\x31','\x83','\x06','\x7f','\xff','\x06','\xc1','\x82','\x0c','\x41','\x82','\x08','\x55','\xaa','\x1c','\x49','\x92','\x1a','\x49','\x92','\x3b','\x55','\xaa','\x5b','\x41','\x82','\x98','\x41','\x82','\x18','\x55','\xaa','\x18','\x49','\x92','\x18','\x49','\x92','\x18','\x55','\xaa','\x18','\x41','\x82','\x18','\x41','\x82','\x18','\x41','\x9e','\x18','\x41','\x8c','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0d','\x8c','\x00','\xff','\xd8','\x06','\x01','\x9f','\xff','\x03','\x11','\x80','\x03','\x31','\x80','\x06','\x21','\x80','\x04','\x41','\x80','\x0e','\x11','\xa0','\x1d','\x9d','\x90','\x2c','\xd9','\x98','\xcc','\xd9','\x8c','\x0c','\x19','\x8c','\x0c','\x11','\x86','\x0c','\x31','\x86','\x0c','\x21','\x86','\x0c','\x41','\x86','\x0c','\x81','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x10','\x06','\xc1','\xcc','\x24','\xc9','\x84','\x98','\x11','\x80','\xcc','\x71','\xff','\xcc','\x60','\xff','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x02','\xc3','\x00','\x03','\x00','\x18','\x07','\xff','\xfc','\x0c','\x63','\x18','\x18','\x42','\x18','\x37','\xe6','\x18','\xc1','\x3c','\x18','\x06','\x0f','\x38','\x18','\x33','\x30','\x00','\xc0','\x70','\x03','\x03','\xe0','\x00','\x10','\xc0','\x01','\xcc','\x10','\x11','\x86','\x0c','\x11','\x86','\x46','\x21','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x02','\x0e','\x70','\x43','\x8c','\x60','\x23','\x0c','\x60','\x16','\x0c','\x66','\x1c','\xff','\xff','\x08','\x0c','\x60','\x1c','\x0c','\x60','\x34','\x0c','\x60','\x66','\x00','\x00','\x86','\x40','\x0c','\x0e','\x7f','\xfe','\x0e','\x61','\x0c','\x1e','\x61','\x0c','\x16','\x61','\x0c','\x36','\x61','\x0c','\x26','\x7f','\xfc','\x46','\x61','\x0c','\x86','\x61','\x0c','\x06','\x61','\x0c','\x06','\x61','\x0c','\x0e','\x61','\x0c','\x0c','\x7f','\xfc','\x7c','\x60','\x0c','\x18','\x60','\x0c','\x03','\x81','\xc0','\x03','\x21','\x80','\x3f','\xf1','\x80','\x03','\x01','\x80','\x03','\x09','\x98','\xff','\xff','\xfc','\x0c','\x81','\x18','\x18','\x89','\x18','\x30','\x79','\x18','\xc3','\x05','\x18','\x03','\x03','\x18','\x3f','\xf3','\x98','\x03','\x02','\xd9','\x03','\x06','\xd9','\x03','\xe4','\x1f','\xff','\x08','\x0e','\x78','\x10','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x18','\x07','\xff','\xfc','\x0c','\x0c','\x00','\x08','\x0c','\x00','\x10','\x0c','\x00','\x20','\x0c','\x00','\x44','\x0c','\x30','\x07','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x04','\xe0','\x06','\xfe','\x78','\x0c','\x00','\x3f','\x30','\x01','\x9e','\xc7','\xff','\xc6','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x26','\x00','\x01','\xd0','\x20','\x11','\x98','\x18','\x11','\x8c','\x0c','\x31','\x8c','\x86','\x61','\x80','\x87','\xe1','\x80','\xc3','\xc1','\xff','\xc0','\x00','\xff','\x80','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x88','\x60','\xff','\xd0','\x30','\x0c','\x2f','\xdc','\x0c','\x40','\x0f','\x0d','\x80','\x66','\x0c','\x3f','\xf0','\x0d','\x00','\x60','\x1e','\x00','\xc0','\xfc','\x00','\xc0','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x1a','\x10','\x0c','\x59','\x0c','\x0c','\x59','\x86','\x0c','\xd9','\xa3','\x0c','\x98','\x23','\x0d','\x98','\x30','\x7d','\x9f','\xf0','\x18','\x0f','\xe0','\x1c','\x40','\x70','\x18','\x70','\x60','\x18','\x60','\x68','\x18','\x66','\x64','\x18','\x7f','\x66','\x1a','\x46','\x66','\xff','\x46','\x60','\x18','\xb4','\x66','\x18','\x97','\xff','\x19','\x0c','\x60','\x1a','\xc8','\x60','\x18','\x58','\xd0','\x1b','\x10','\xd0','\xfc','\x30','\x98','\x78','\x21','\x8c','\x58','\x41','\x0f','\x18','\x82','\x0e','\x19','\x0c','\x06','\x18','\x00','\x00','\x18','\x44','\x88','\x18','\x44','\x44','\x18','\x8c','\x66','\xfb','\x8c','\x63','\x33','\x0c','\x63','\x1c','\x40','\x70','\x18','\x70','\x60','\x18','\x60','\x68','\x18','\x66','\x64','\x1a','\x7f','\x66','\x1b','\x46','\x66','\x5a','\xc6','\x60','\x5c','\xb6','\x66','\x58','\x97','\xff','\x59','\x8c','\x60','\xd9','\x6c','\x60','\xda','\x28','\xd0','\xd8','\x18','\xd0','\x18','\x10','\x98','\x18','\x31','\x8c','\x18','\x21','\x0f','\x14','\x42','\x0e','\x32','\x8c','\x06','\x33','\x00','\x00','\x33','\x44','\x88','\x20','\x44','\x44','\x60','\x8c','\x66','\x43','\x8c','\x63','\x83','\x0c','\x63','\x0e','\x01','\xc0','\x0c','\x81','\x80','\x8c','\xe1','\x80','\x4c','\xc1','\x80','\x6c','\x81','\x80','\x6d','\x01','\x86','\x0c','\x01','\xff','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x91','\x8c','\x1c','\xdf','\xfe','\x3c','\xd8','\x0c','\x2c','\x18','\x0c','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\x01','\x80','\x3f','\xff','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\x01','\x83','\xff','\x01','\x83','\x06','\x01','\x83','\x06','\x01','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x08','\x00','\x0c','\x10','\x00','\x18','\x20','\x01','\xf8','\xc0','\x00','\x70','\x06','\x00','\x00','\xff','\x00','\x06','\x06','\x7f','\xff','\x06','\x02','\x40','\x0c','\x02','\x40','\x0c','\x22','\x46','\x18','\x3f','\xff','\x18','\x32','\x46','\x33','\x32','\x46','\x3f','\xb2','\x46','\x63','\x32','\x46','\x63','\x32','\x46','\x03','\x36','\x7e','\x13','\x34','\x3e','\x12','\x38','\x06','\x0a','\x30','\x06','\x0e','\x30','\x06','\x04','\x3f','\xfe','\x0e','\x30','\x06','\x0b','\x00','\x00','\x11','\xc0','\x00','\x20','\xf8','\x00','\x40','\x3f','\xff','\x80','\x07','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x7f','\xff','\xf8','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x08','\xc0','\x00','\x0b','\x00','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\x31','\x80','\x00','\xf0','\xf0','\x00','\x60','\x3f','\xff','\x20','\x07','\xfe','\x00','\x00','\x00','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x31','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x07','\x03','\xc0','\x0f','\xc7','\xa0','\x0b','\x65','\xb0','\x1b','\x6d','\x98','\x33','\x19','\x9f','\x63','\x31','\x8e','\x83','\x41','\x86','\x03','\x01','\x80','\x03','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x08','\x18','\x10','\x2f','\xff','\xf0','\x20','\x18','\x06','\x7f','\xff','\xff','\xc3','\x00','\x04','\xc7','\x81','\xf0','\x1c','\x00','\x3e','\xe0','\x81','\x0e','\x1f','\xff','\xf0','\x00','\x81','\x00','\x1f','\xff','\xf8','\x00','\x81','\x02','\xff','\xff','\xff','\x01','\xc4','\x30','\x0f','\x82','\x38','\xf2','\x03','\x20','\x02','\x39','\xc0','\x3f','\xc0','\xfe','\x0e','\x00','\x3c','\x1c','\x04','\x04','\x18','\x83','\x07','\x18','\x61','\x8e','\x18','\x31','\x8c','\x18','\x31','\x98','\x5c','\x30','\x10','\x5a','\x00','\x20','\x5b','\x00','\x40','\xdb','\x00','\x00','\xd8','\x00','\x40','\xd8','\xe0','\x77','\x18','\xc0','\x66','\x18','\xc8','\xc6','\x18','\xc6','\x86','\x18','\xc3','\x06','\x18','\xc1','\x86','\x18','\xc2','\xc6','\x18','\xc4','\x66','\x18','\xc8','\x66','\x18','\xd0','\x06','\x18','\xc0','\x06','\x18','\xff','\xfe','\x18','\xc0','\x06','\x18','\xc0','\x06','\x20','\x06','\x60','\x18','\x04','\x40','\x0c','\x7f','\xfc','\x0c','\x44','\x44','\x00','\x44','\x44','\x00','\x7f','\xfc','\x80','\x44','\x44','\x60','\x44','\x44','\x32','\x7f','\xfc','\x32','\x00','\x00','\x04','\xff','\xff','\x04','\xc0','\x00','\x0c','\xcf','\xf8','\x08','\xc0','\x00','\x18','\xc0','\x06','\x18','\xff','\xff','\x30','\xcc','\x40','\xf0','\xcc','\x44','\x70','\xcc','\x26','\x30','\x8c','\x28','\x31','\x8c','\x10','\x31','\x7f','\x98','\x3a','\x3c','\x0f','\x18','\x20','\x06','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x92','\x01','\x80','\x63','\xa1','\x86','\x33','\x3f','\xff','\x36','\x31','\x86','\x04','\x31','\x86','\x0a','\x31','\x86','\x11','\x33','\x46','\xff','\xb3','\x66','\x7d','\xb2','\x26','\x4c','\x36','\x36','\x0c','\x34','\x36','\x4e','\x38','\x36','\x7d','\x30','\x06','\x6d','\xb0','\x06','\x6d','\xb0','\x06','\x4c','\x30','\x06','\x4c','\x30','\x06','\x8c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x08','\x03','\x80','\x0e','\x03','\x00','\x0c','\x43','\x0c','\x08','\x23','\x1e','\x10','\x33','\x30','\xff','\xdb','\xc0','\x78','\x1b','\x02','\x40','\x03','\x02','\x20','\x63','\x03','\x3f','\xf3','\xff','\x30','\x61','\xfe','\x30','\x60','\x00','\x30','\x60','\x00','\x3f','\xe3','\x80','\x30','\x63','\x00','\x30','\x63','\x0c','\x30','\x63','\x1e','\x3f','\xe3','\x30','\x30','\x63','\xc0','\x30','\x63','\x02','\x30','\x63','\x02','\x30','\x63','\x03','\x33','\xe3','\xff','\x30','\xc1','\xfe','\x23','\x02','\x04','\x3f','\xa1','\x07','\x33','\x11','\x86','\x33','\x18','\xc6','\x33','\x0c','\xc4','\x33','\x0c','\x0c','\x33','\x00','\x08','\x3f','\x00','\x10','\x33','\x00','\x00','\x33','\x00','\x00','\x33','\x38','\x47','\x33','\x30','\x76','\x33','\x34','\x66','\x3f','\x32','\x46','\x33','\x31','\xc6','\x33','\x30','\x86','\x33','\x31','\xc6','\x33','\x31','\x66','\x33','\x32','\x36','\x23','\x34','\x36','\x63','\x30','\x06','\x43','\x3f','\xfe','\x4f','\x30','\x06','\x86','\x30','\x06','\x23','\x03','\x30','\x3f','\x82','\x20','\x33','\x1f','\xfc','\x33','\x12','\x24','\x33','\x12','\x24','\x33','\x1f','\xfc','\x33','\x12','\x24','\x3f','\x12','\x24','\x33','\x1f','\xfc','\x33','\x00','\x00','\x33','\x3f','\xff','\x33','\x30','\x00','\x33','\x33','\xf8','\x3f','\x30','\x00','\x33','\x30','\x06','\x33','\x3f','\xff','\x33','\x26','\x40','\x33','\x26','\x44','\x23','\x26','\x26','\x23','\x66','\x28','\x63','\x46','\x10','\x43','\xbf','\x98','\x4f','\x1c','\x0f','\x86','\x10','\x06','\x00','\x63','\x00','\x00','\x42','\x00','\x0f','\xff','\xf0','\x08','\x42','\x10','\x08','\x42','\x10','\x0f','\xff','\xf0','\x08','\x42','\x10','\x08','\x42','\x10','\x0f','\xff','\xf0','\x00','\x00','\x00','\x1f','\xff','\xfc','\x18','\x00','\x00','\x19','\xff','\xe0','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x19','\x88','\x30','\x19','\x84','\x78','\x31','\x86','\xc0','\x31','\x83','\x00','\x21','\x81','\xc0','\x4f','\xf8','\xfe','\x87','\x80','\x3c','\x04','\x00','\x0c','\x00','\xc8','\x0c','\xff','\xef','\xfe','\x00','\xcc','\x0c','\x00','\xcc','\x0c','\x0c','\xcc','\x0c','\xfe','\xcf','\xfc','\x00','\xcc','\x0c','\x00','\xcc','\x0c','\x44','\xcc','\x0c','\x7e','\xcf','\xfc','\x44','\xcc','\x0c','\x44','\xcc','\x0c','\x44','\xcc','\x0c','\x44','\xcf','\xfc','\x44','\xc0','\x60','\x7c','\xc4','\x60','\x44','\xc7','\x60','\x00','\xc6','\x60','\x00','\xc6','\x60','\x00','\xc4','\x62','\x00','\xcc','\x62','\x07','\xc8','\x63','\x01','\x90','\x7f','\x00','\x20','\x3e','\x00','\x00','\x30','\x3f','\xff','\xf8','\x01','\x20','\x60','\x00','\x98','\xc0','\x08','\x49','\x80','\x04','\x63','\x00','\x06','\x36','\x00','\x06','\x1c','\x00','\x00','\x36','\x00','\x00','\xe3','\xc0','\x03','\x80','\xff','\x1c','\x18','\x3e','\xe0','\x18','\x06','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xd8','\x3f','\xe0','\x0c','\x20','\x00','\x0c','\x00','\x00','\x00','\x20','\x00','\x18','\x3f','\xff','\xfc','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xff','\xf8','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x03','\x3f','\xff','\xff','\x1f','\xff','\xfe','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xbf','\xfc','\x1e','\x30','\x0c','\xfc','\x30','\x0c','\x7c','\x30','\x00','\x4c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x03','\x7c','\x3f','\xff','\x18','\x1f','\xfe','\x1c','\x00','\x30','\x18','\x03','\xf8','\x18','\x7f','\x00','\x18','\x03','\x20','\x1b','\x23','\x38','\xff','\x9b','\x30','\x18','\x0b','\x46','\x19','\xff','\xff','\x18','\x1b','\x40','\x18','\x13','\x20','\x1b','\x33','\x30','\x1c','\x63','\x1c','\xf8','\xc3','\x0f','\x79','\x00','\x06','\x58','\x7f','\xf8','\x18','\x62','\x18','\x18','\x62','\x18','\x18','\x62','\x18','\x18','\x7f','\xf8','\x18','\x62','\x18','\x18','\x62','\x18','\x18','\x62','\x18','\xf8','\x7f','\xf8','\x30','\x60','\x18','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x42','\x00','\x20','\x42','\x0c','\x3f','\xff','\xfe','\x30','\x42','\x0c','\x30','\x42','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x10','\x82','\x06','\xff','\xf3','\xff','\x10','\x83','\x06','\x10','\x83','\x06','\x1f','\x83','\xfe','\x06','\x03','\x06','\x7f','\xe3','\x06','\x46','\x23','\x06','\x46','\x23','\xfe','\x7f','\xe3','\x06','\x06','\x03','\x06','\xff','\xf6','\x06','\x06','\x06','\x06','\x06','\x0c','\x3e','\x06','\x30','\x0c','\x0e','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x1d','\xbf','\xfc','\x3d','\xb0','\x0c','\x2c','\x30','\x0c','\x2c','\x30','\x00','\x6c','\x30','\x00','\x4c','\x30','\x00','\x8c','\x30','\x00','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x03','\x0c','\x3f','\xff','\x0c','\x1f','\xfe','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x83','\x06','\x00','\xff','\xff','\x80','\xc3','\x0c','\x60','\xc3','\x08','\x32','\xc3','\x10','\x32','\xc3','\x00','\x04','\xc3','\x18','\x04','\xff','\xfc','\x0c','\xc8','\x18','\x08','\xc8','\x30','\x18','\xc4','\x30','\x18','\xc4','\x60','\x31','\x82','\xc0','\xf1','\x81','\x80','\x71','\x03','\x80','\x33','\x06','\xc0','\x32','\x0c','\x70','\x34','\x18','\x3f','\x38','\x60','\x1e','\x19','\x80','\x06','\x20','\x00','\x18','\x18','\x00','\x7c','\x0c','\x43','\xe0','\x0c','\x7e','\x00','\x00','\x60','\x18','\x00','\x60','\x3c','\x80','\x64','\xe0','\x60','\x67','\x80','\x32','\x66','\x08','\x32','\x66','\x0e','\x04','\x66','\x1c','\x04','\x67','\x30','\x0c','\x67','\x40','\x08','\x66','\x80','\x18','\x66','\x80','\x18','\x66','\xc0','\x30','\x66','\x40','\xf0','\x46','\x60','\x70','\xc6','\x30','\x30','\xc6','\x38','\x30','\x86','\x1f','\x31','\x86','\x0e','\x39','\x06','\x06','\x1a','\x06','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x40','\xc4','\x7f','\xef','\xfe','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xc0','\xc2','\xfe','\x1f','\xff','\x70','\x00','\x00','\x48','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x02','\x0c','\x00','\x02','\x0c','\x00','\x03','\x0f','\xff','\xff','\x07','\xff','\xfe','\x00','\x01','\xc0','\x03','\x01','\x80','\xff','\x81','\x80','\x18','\x21','\x86','\x18','\x3f','\xff','\x18','\x31','\x86','\x18','\x31','\x84','\x30','\x31','\x88','\x30','\x31','\x80','\x33','\x31','\x80','\x3f','\xb1','\x8c','\x73','\x3f','\xfe','\x73','\x32','\x0c','\xb3','\x32','\x18','\x33','\x31','\x18','\x33','\x31','\x30','\x33','\x21','\xb0','\x33','\x60','\xe0','\x3f','\x60','\xc0','\x33','\x41','\xe0','\x30','\xc3','\x38','\x30','\x86','\x1f','\x01','\x18','\x0e','\x02','\x60','\x06','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x41','\x86','\x86','\x7f','\xff','\x60','\x61','\x86','\x30','\x61','\x84','\x32','\x61','\x98','\x04','\x7f','\xfc','\x0c','\x64','\x18','\x18','\x62','\x30','\xf0','\xc1','\x60','\x30','\xc0','\xc0','\x31','\x83','\x78','\x3a','\x1c','\x1f','\x18','\x60','\x06','\x00','\x60','\x00','\xff','\xff','\xff','\x01','\x80','\xc0','\x03','\x01','\x80','\x0e','\xf3','\x00','\x0c','\x0e','\x00','\x00','\x39','\xe0','\x01','\xe0','\x7c','\x7e','\x00','\x1c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x08','\x00','\x10','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x0c','\x18','\x20','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x20','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x0f','\xff','\xfe','\x20','\x00','\x0c','\x22','\x23','\x0c','\x63','\x31','\x9c','\xc3','\x31','\x98','\xc1','\x10','\x78','\x00','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x02','\x0c','\x00','\x02','\x0c','\x00','\x02','\x0c','\x00','\x03','\x0f','\xff','\xff','\x07','\xff','\xfe','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x60','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x60','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x00','\x02','\x0c','\x12','\x21','\x0c','\x11','\x11','\x8c','\x31','\x99','\x9c','\x61','\x98','\x18','\xe1','\x80','\x38','\xc0','\x01','\xf0','\x00','\x00','\x60','\x04','\x1c','\xe0','\x07','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x0c','\x18','\xcc','\x0d','\xf8','\xfe','\x18','\x18','\xc0','\x18','\x18','\xc0','\x38','\x18','\xc0','\x38','\x18','\xcc','\x59','\xf8','\xfe','\x98','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x78','\xc6','\x1b','\xd8','\xff','\x19','\x90','\xc0','\x19','\x30','\xc0','\x18','\x20','\xc0','\x18','\x60','\xc0','\x18','\x40','\xc0','\x18','\x80','\xc0','\x19','\x00','\xc0','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x0c','\x40','\x33','\xfc','\x60','\x30','\x1a','\xc0','\x34','\x31','\x08','\x33','\x31','\x8c','\x31','\x60','\xd8','\x30','\xc0','\x60','\x31','\xff','\xf8','\x33','\x31','\x9f','\x3c','\x31','\x86','\x30','\x31','\x80','\x30','\x31','\x80','\x37','\xff','\xfc','\x20','\x31','\x80','\x60','\x61','\x80','\x40','\x61','\x82','\x40','\xc1','\x82','\x81','\x81','\x83','\x03','\x01','\xff','\x1c','\x00','\xfe','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x8c','\xff','\xbf','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x8c','\x0e','\x3f','\xfe','\x1c','\x01','\x80','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x66','\x0c','\xfc','\x7f','\xff','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x6c','\x0c','\xfc','\x7e','\x0c','\x0c','\x60','\x0f','\x0c','\x60','\xfc','\x0c','\x60','\x6c','\x0c','\x60','\x4c','\x3c','\x66','\x0d','\xec','\x7f','\x0c','\xc8','\x60','\x0c','\x98','\x60','\x0c','\x10','\x60','\x0c','\x30','\x60','\x0c','\x20','\x60','\x7c','\x40','\x60','\x18','\x80','\x60','\x20','\xc2','\x00','\x3f','\xe3','\x80','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc6','\x06','\x3f','\xc7','\xff','\x30','\xc4','\x20','\x30','\xcc','\x38','\x30','\xca','\x30','\x30','\xd2','\x30','\x3f','\xc2','\x30','\x30','\xc2','\x60','\x30','\xc1','\x60','\x30','\xc1','\x40','\x30','\xc1','\xc0','\x3f','\xc0','\x80','\x00','\x01','\xc0','\x11','\x01','\x60','\x1c','\x83','\x30','\x18','\xc6','\x3c','\x30','\xcc','\x1f','\x60','\x18','\x0e','\x80','\x60','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x40','\x0d','\x80','\x70','\xff','\xc0','\x60','\x0c','\x00','\xc0','\x0c','\x02','\xc0','\x0c','\x03','\x80','\x1e','\x03','\x00','\x1d','\x83','\x40','\x1c','\xc7','\x30','\x3c','\xc7','\x18','\x2c','\x0b','\x0c','\x2c','\x13','\x06','\x6c','\x23','\x07','\x4c','\x43','\x03','\x8d','\x83','\x03','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xf3','\x80','\x01','\xb0','\x70','\x07','\x30','\x1c','\x0c','\x30','\x0e','\x30','\x30','\x06','\xc0','\x30','\x00','\x00','\x30','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x3b','\x81','\x00','\x33','\x01','\xc0','\x33','\x11','\x86','\x33','\x1f','\xff','\x33','\x18','\xc6','\x33','\x18','\xc6','\x33','\x18','\xc6','\x3f','\xdf','\xfe','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x31','\x9f','\xfe','\x3f','\xc4','\x00','\x31','\x86','\x70','\x31','\x8c','\x60','\x31','\x90','\x60','\x31','\x80','\x66','\x21','\xbf','\xff','\x21','\x80','\x60','\x61','\x80','\x60','\x41','\x80','\x60','\x41','\x80','\x60','\x81','\x80','\x60','\x01','\x80','\x60','\x00','\xe7','\x00','\x00','\xc6','\x0c','\x00','\xc6','\x1e','\xff','\xc6','\x70','\x00','\xc7','\x80','\x00','\xc6','\x02','\x03','\xc6','\x02','\xfe','\xc6','\x03','\x70','\xc7','\xff','\x40','\xc3','\xfe','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x91','\x8c','\x31','\x9f','\xfe','\x31','\x99','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x3f','\x99','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x21','\x99','\xbc','\x21','\x99','\x98','\x61','\x81','\x80','\x41','\x81','\x80','\x4f','\x81','\x80','\x83','\x01','\x80','\x00','\x63','\x00','\x00','\x42','\x04','\x7f','\xc3','\xfe','\x00','\x42','\x00','\x3f','\xc3','\xf8','\x00','\x42','\x02','\xff','\xc3','\xff','\x70','\x82','\x00','\x41','\x1a','\x00','\x02','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x0c','\xff','\xfb','\xfe','\x05','\x00','\x0c','\x05','\x00','\x0c','\x05','\x00','\x0c','\x45','\x30','\x0c','\x7f','\xf8','\x0c','\x65','\x30','\x0c','\x65','\x30','\x0c','\x65','\x32','\x0c','\x65','\x33','\xfc','\x65','\x33','\x0c','\x6d','\xf3','\x00','\x68','\x33','\x00','\x70','\x33','\x00','\x60','\x33','\x00','\x60','\x33','\x00','\x7f','\xf3','\x00','\x60','\x33','\x02','\x60','\x33','\x02','\x60','\x33','\x02','\x60','\x33','\x03','\x7f','\xf3','\xff','\x60','\x31','\xfe','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x20','\x18','\x20','\x38','\x18','\x10','\x30','\x38','\x18','\x60','\x38','\x18','\x40','\x58','\x00','\x86','\x9b','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x40','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\x7f','\xfe','\x18','\x00','\x20','\x1b','\x10','\x38','\xff','\x88','\x30','\x18','\x0c','\x60','\x18','\x0c','\x40','\x18','\x00','\x86','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x20','\x18','\x18','\x3f','\xfc','\x1f','\x30','\x18','\xfc','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\x0d','\x8c','\x30','\xff','\xcc','\x30','\x19','\x8f','\xf0','\x19','\x8c','\x30','\x19','\x8c','\x30','\x19','\x8c','\x30','\x31','\x8f','\xf0','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x01','\x86','\x6a','\xff','\xff','\x66','\x07','\xa0','\x07','\x0d','\xa0','\x05','\x8d','\x90','\x0d','\x99','\x98','\x08','\x31','\x8f','\x10','\x61','\x8e','\x21','\x81','\x86','\xc0','\x01','\x80','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x08','\x06','\x0d','\x9f','\xff','\xff','\xd0','\x00','\x0c','\x20','\x00','\x0c','\x50','\x18','\x0e','\x1f','\xfc','\x1d','\x19','\x98','\x1d','\x99','\x98','\x1d','\x99','\x98','\x3c','\x19','\x9a','\x2d','\xff','\xff','\x2c','\x33','\x18','\x6c','\x33','\x18','\x4c','\x33','\x18','\x8c','\x33','\x18','\x0c','\x33','\x1a','\x0c','\x7f','\xff','\x0c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\xff','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x0f','\xf0','\x0c','\x0c','\x30','\x1e','\x0c','\x30','\x1d','\x8c','\x30','\x1c','\xcf','\xf0','\x3c','\xc1','\x80','\x2c','\x01','\x86','\x2c','\xff','\xff','\x6c','\x03','\x80','\x4c','\x07','\xc0','\x8c','\x05','\xa0','\x0c','\x0d','\xb0','\x0c','\x19','\x98','\x0c','\x31','\x9f','\x0c','\x61','\x8e','\x0d','\x81','\x86','\x0c','\x01','\x80','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\x0d','\x0c','\x30','\x2d','\xcc','\x30','\x2d','\x8f','\xf0','\x2d','\x0c','\x30','\x6e','\x0c','\x30','\x6c','\x0c','\x30','\xcc','\x0f','\xf0','\xcc','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x03','\x80','\x1a','\x07','\xc0','\x19','\x05','\xa0','\x19','\x8d','\xb0','\x11','\x99','\x98','\x30','\x31','\x9f','\x20','\x61','\x8e','\x41','\x81','\x86','\x80','\x01','\x80','\x02','\x00','\x00','\x43','\x90','\x0c','\x23','\x1f','\xfe','\x16','\x18','\x0c','\x1c','\x18','\x0c','\x08','\x18','\x0c','\x1c','\x18','\x0c','\x14','\x1f','\xfc','\x26','\x18','\x0c','\x46','\x18','\x0c','\x86','\x18','\x0c','\x0f','\x18','\x0c','\x0b','\x1f','\xfc','\x1b','\x18','\x0c','\x13','\x18','\x0c','\x23','\x18','\x0c','\x43','\x18','\x0c','\x83','\x1f','\xfc','\x03','\x08','\x00','\x03','\x0e','\x10','\x07','\x0c','\x0c','\x06','\x18','\x06','\x3e','\x30','\x03','\x0c','\xc0','\x03','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x70','\x0e','\x00','\x1c','\x30','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x0c','\xc0','\x00','\x08','\xc1','\xc7','\x10','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x8c','\x31','\xbf','\xfe','\x31','\x80','\x10','\x3f','\x88','\x1c','\x31','\x84','\x18','\x31','\x86','\x30','\x31','\x86','\x20','\x31','\x80','\x46','\x3f','\xff','\xff','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x90','\x0c','\x31','\x9f','\xfe','\x31','\x98','\x0c','\x3f','\x98','\x0c','\x00','\x18','\x0c','\x22','\x18','\x0c','\x39','\x98','\x0c','\x30','\xdf','\xfc','\x60','\xd8','\x0c','\x80','\x18','\x0c','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x00','\x62','\x03','\x0c','\x66','\x7f','\xfe','\x64','\x00','\x20','\x64','\x10','\x38','\x68','\x08','\x30','\x64','\x0c','\x60','\x66','\x0c','\x40','\x62','\x00','\x86','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x20','\x18','\x63','\x3f','\xfc','\x6f','\x30','\x18','\x66','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x3f','\xf8','\x60','\x30','\x18','\x60','\x30','\x18','\x00','\x00','\x30','\x40','\x3f','\xf8','\x30','\x00','\x00','\x18','\x00','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x3f','\xf8','\xfe','\x00','\x00','\x0c','\x00','\x00','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0e','\x10','\x08','\x0c','\x1f','\xfc','\x0c','\x11','\x08','\x0c','\x11','\x08','\x0c','\x1f','\xf8','\x4c','\x91','\x08','\x7f','\xd1','\x08','\x4c','\x91','\x08','\x4c','\x9f','\xf8','\x4c','\x81','\x00','\x4c','\xa1','\x04','\x4c','\xbf','\xfe','\x4c','\xa1','\x04','\x7f','\xa1','\x04','\x4c','\xa1','\x04','\x0c','\x3f','\xfc','\x0c','\x21','\x04','\x0d','\x21','\x04','\x0d','\x21','\x04','\x0f','\xbf','\xfc','\xfd','\xa1','\x02','\x71','\x81','\x03','\x40','\x01','\xff','\x00','\x00','\xfe','\x03','\x00','\x00','\x0f','\x80','\x0c','\xfc','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x88','\x0c','\x21','\x8e','\x0d','\x91','\x8c','\xff','\xd9','\x88','\x0c','\x0d','\x98','\x0c','\x0d','\x90','\x1e','\x01','\xa0','\x1d','\x81','\x86','\x1c','\xff','\xff','\x3c','\xc1','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x20','\x00','\xc7','\x38','\x7f','\xe6','\x30','\x00','\xc6','\x30','\x00','\xc6','\x31','\x80','\xc6','\x3f','\xd0','\xc6','\x6c','\x1f','\xc6','\x4c','\x18','\xc6','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\xd8','\x06','\xff','\xf8','\xc6','\x0c','\x1f','\xe6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x00','\xc6','\x1a','\x00','\xc6','\x19','\x80','\xc6','\x10','\xc0','\xc6','\x30','\xc1','\xc6','\x20','\x01','\x86','\x40','\x03','\x86','\x80','\x1f','\x06','\x00','\x06','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\x03','\x00','\x00','\xc0','\x00','\x07','\xe1','\xc0','\x7e','\x01','\x80','\x06','\x01','\x88','\x06','\x09','\x8e','\x06','\xc9','\x8c','\xff','\xe9','\x98','\x06','\x19','\xa0','\x0f','\x19','\x80','\x0e','\xc1','\x40','\x1e','\x63','\x40','\x16','\x63','\x20','\x36','\x02','\x20','\x26','\x06','\x30','\x46','\x04','\x18','\x86','\x08','\x1f','\x06','\x10','\x0e','\x06','\x60','\x06','\x02','\x02','\x00','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x02','\x00','\x06','\x44','\x0c','\x0c','\x7f','\xfe','\x0c','\x60','\x0c','\x1c','\x60','\x0c','\x1c','\x60','\x0c','\x2c','\x60','\x0c','\x4c','\x60','\x0c','\x8c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x00','\xc0','\x0e','\x3f','\xe0','\x0c','\x00','\xc1','\xcc','\x00','\xc1','\x8c','\x00','\xc1','\x8c','\x3f','\xc1','\x8c','\x00','\xc1','\x8c','\x00','\xc1','\x8c','\x00','\xd9','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x11','\x8c','\x43','\x1d','\x8c','\x33','\x39','\x8c','\x1b','\x21','\x8c','\x1b','\x41','\x8c','\x03','\x01','\x8c','\x03','\x41','\x8c','\x0b','\x30','\x0c','\xf3','\x18','\x0c','\x63','\x18','\x0c','\x43','\x18','\x0c','\x1f','\x00','\x7c','\x06','\x00','\x18','\x1c','\x03','\xa0','\x18','\x03','\x30','\x18','\x03','\x16','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x43','\x18','\x1a','\x7f','\xfc','\xff','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x00','\x00','\x18','\x00','\x66','\x19','\xff','\xff','\x18','\x00','\x60','\x18','\x20','\x60','\x18','\x18','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x01','\xe0','\x18','\x00','\xc0','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x00','\x0d','\x22','\x06','\xff','\xbf','\xff','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0d','\xb0','\x06','\x1e','\x30','\x06','\xfc','\x3f','\xfe','\x6c','\x30','\x06','\x4c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x3f','\xfe','\x7c','\x30','\x06','\x18','\x30','\x06','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x00','\xff','\xd2','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x06','\x0c','\x18','\x06','\x1e','\x18','\x06','\x1d','\x98','\x06','\x1c','\xd8','\x06','\x3c','\xd8','\x06','\x2c','\x1f','\xfe','\x2c','\x18','\x06','\x6c','\x18','\x06','\x4c','\x18','\x06','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x20','\x02','\x00','\x18','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x02','\x00','\x00','\x44','\x0c','\x80','\x7f','\xfe','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x60','\x0c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x0c','\x60','\x0c','\x08','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x30','\x60','\x0c','\xf0','\x60','\x0c','\x70','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x7f','\xfc','\x38','\x60','\x0c','\x18','\x60','\x0c','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x10','\x40','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x83','\x10','\x30','\x10','\x02','\x30','\x0c','\x03','\x80','\x06','\x03','\x00','\x86','\x22','\x0c','\x60','\x3f','\xfe','\x30','\x30','\x0c','\x31','\x30','\x0c','\x02','\x30','\x0c','\x04','\x30','\x0c','\x0c','\x3f','\xfc','\x18','\x30','\x0c','\xf0','\x30','\x0c','\x70','\x30','\x0c','\x30','\x30','\x0c','\x30','\x3f','\xfc','\x38','\x30','\x0c','\x18','\x30','\x0c','\x0e','\x01','\x00','\x0c','\x81','\xc0','\x8c','\xe1','\x80','\x4c','\xc1','\x80','\x6c','\x81','\x00','\x6c','\x92','\x06','\x0d','\x1f','\xff','\x0c','\x18','\x06','\xff','\xd8','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x1c','\x18','\x06','\x1e','\x18','\x06','\x1d','\x9f','\xfe','\x3c','\xd8','\x06','\x2c','\xd8','\x06','\x2c','\x18','\x06','\x6c','\x18','\x06','\x4c','\x18','\x06','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x08','\x00','\x40','\x0e','\x00','\x70','\x0c','\x00','\x60','\x28','\xc0','\x60','\x3f','\xe0','\x40','\x30','\xc4','\x86','\x38','\xc7','\xff','\x34','\xc6','\x06','\x34','\xc6','\x06','\x34','\xc6','\x06','\x30','\xc6','\x06','\x30','\xf6','\x06','\xff','\xc6','\x06','\x70','\xc7','\xfe','\x30','\xc6','\x06','\x34','\xc6','\x06','\x34','\xc6','\x06','\x34','\xc6','\x06','\x24','\xc6','\x06','\x24','\xc6','\x06','\x60','\xc6','\x06','\x40','\xc7','\xfe','\x47','\xc6','\x06','\x81','\x86','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x20','\x20','\x01','\x98','\x18','\x01','\x08','\x0c','\xff','\xfe','\x0c','\x01','\x00','\x80','\x3f','\xf8','\x60','\x21','\x08','\x32','\x21','\x08','\x32','\x3f','\xf8','\x04','\x21','\x08','\x04','\x21','\x08','\x08','\x3f','\xf8','\x18','\x00','\x60','\xf0','\x00','\x66','\x71','\xff','\xff','\x30','\x10','\x60','\x30','\x08','\x60','\x30','\x0c','\x60','\x38','\x0d','\xe0','\x18','\x00','\xc0','\x00','\x02','\x00','\x40','\x03','\x80','\x30','\x03','\x00','\x18','\x02','\x00','\x0c','\x44','\x18','\x0c','\x7f','\xfc','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x0c','\x60','\x18','\xfe','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x18','\x43','\x3f','\xfc','\x7f','\xb0','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x7f','\x04','\x40','\x63','\x04','\x48','\x63','\x7f','\xfc','\x63','\x04','\x40','\x63','\x04','\x42','\x63','\xff','\xff','\x63','\x18','\x20','\x7f','\x33','\x10','\x60','\x63','\x1c','\x60','\xdb','\x6f','\x03','\x0b','\x46','\x00','\x03','\x00','\x00','\x1b','\x70','\x01','\xe3','\x1c','\x00','\xcf','\x0c','\x00','\x06','\x00','\x20','\x0e','\x70','\x18','\x0c','\x60','\x0c','\x0c','\x66','\x0d','\xff','\xff','\x00','\x0c','\x60','\x00','\x0c','\x60','\x80','\x7f','\xfc','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x7f','\xfc','\x04','\x60','\x0c','\x04','\x60','\x0c','\x0c','\x60','\x0c','\x08','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x06','\xf1','\xff','\xff','\x70','\x06','\x80','\x30','\x0c','\x40','\x30','\x0c','\x70','\x30','\x18','\x3f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0d','\x18','\x18','\x2d','\xd8','\x18','\x2d','\x9f','\xf8','\x2d','\x04','\x40','\x6e','\x04','\x48','\x6c','\x3f','\xfc','\xcc','\x04','\x40','\xcc','\x04','\x42','\x0c','\xff','\xff','\x0c','\x0c','\x20','\x0c','\x09','\x10','\x0a','\x11','\x1c','\x19','\x2d','\x6f','\x19','\xc5','\x46','\x11','\x81','\x00','\x30','\x0d','\x70','\x20','\xf1','\x1c','\x40','\x67','\x0c','\x80','\x03','\x00','\x08','\x01','\xd0','\x0e','\x01','\x98','\x0c','\x01','\x8a','\x08','\x7f','\xff','\x92','\x01','\x80','\x63','\x81','\x80','\x33','\x1f','\xfc','\x36','\x11','\x84','\x04','\x11','\x84','\x09','\x1f','\xfc','\x10','\x91','\x84','\xff','\xd1','\x84','\x7c','\xdf','\xfc','\x4c','\x00','\x00','\x0c','\x00','\x38','\x4c','\x00','\x32','\x7e','\x7f','\xff','\x6d','\x88','\x30','\x6c','\xc4','\x30','\x4c','\xc6','\x30','\x4c','\x06','\x30','\x8c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\x62','\x00','\x00','\xc3','\x00','\x01','\x81','\xc0','\x03','\x00','\xfe','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x40','\xc0','\x10','\x7f','\xe0','\x1c','\x62','\x06','\x18','\x62','\x01','\xb0','\x62','\x00','\xe0','\x7f','\xc0','\x70','\x62','\x00','\xd8','\x62','\x01','\x8c','\x62','\x03','\x0e','\x7f','\xc6','\x06','\x62','\x18','\x10','\x62','\x02','\x1c','\x62','\x62','\x18','\x7f','\xf1','\x18','\x60','\x61','\x30','\x00','\x60','\xb0','\x55','\x60','\xe0','\x55','\x60','\x40','\x50','\x60','\xe0','\xc0','\xe1','\xb0','\xc0','\xc3','\x18','\x01','\xc6','\x1f','\x0f','\x8c','\x0e','\x03','\x30','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x80','\x00','\x00','\xe0','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x00','\xc0','\x06','\x81','\x80','\x18','\x43','\x00','\x60','\x36','\x00','\x00','\x1c','\x00','\x00','\x37','\x00','\x00','\xe3','\xe0','\x03','\x80','\xff','\x1e','\x00','\x3e','\xe0','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x64','\x00','\x38','\xfe','\x0e','\x30','\xcc','\x8c','\x32','\x0c','\xec','\x31','\x8c','\xcc','\x30','\xcc','\x8c','\x30','\xcd','\x0c','\x30','\x0c','\x0c','\x30','\x2e','\x0c','\x30','\xcd','\x8c','\x37','\x8c','\xcc','\x33','\x0c','\x6c','\x32','\x1c','\x6c','\x30','\x78','\x0c','\x30','\x30','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf3','\xff','\x32','\x06','\x80','\x21','\x04','\x40','\x41','\x88','\x60','\x81','\x90','\x60','\x06','\x04','\x0c','\x06','\x07','\xfe','\x06','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x0e','\x07','\xfc','\x0f','\x06','\x0c','\x1e','\xc6','\x0c','\x16','\x66','\x0c','\x36','\x67','\xfc','\x26','\x06','\x0c','\x46','\x06','\x0c','\x86','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x00','\x04','\x00','\x00','\xc7','\x20','\xff','\xe6','\x18','\x0c','\x0c','\x0c','\x0c','\x08','\x06','\x0c','\x11','\x86','\x08','\x21','\x80','\x18','\x03','\x40','\x18','\x03','\x40','\x11','\x86','\x20','\x3f','\xc6','\x30','\x31','\x8c','\x1c','\x71','\x98','\x0f','\xb1','\xb0','\x06','\x31','\xcf','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x30','\x0f','\xf8','\x00','\x0c','\x18','\x00','\x0c','\x18','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x06','\x1f','\xff','\xff','\x14','\x09','\x00','\x23','\x10','\xe0','\x43','\x00','\x60','\x80','\x70','\x80','\x00','\x60','\xe0','\x1f','\xff','\xc0','\x00','\x61','\x80','\x00','\x63','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x70','\x00','\x01','\xc0','\x60','\x07','\xff','\xf0','\x1b','\x00','\x60','\xe3','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x00','\x64','\x00','\x7f','\xf7','\x00','\x00','\x06','\x06','\x00','\x07','\xff','\x3f','\xec','\x30','\x30','\x6a','\x60','\x30','\x71','\x40','\x3f','\xe0','\x80','\x20','\x03','\x60','\x60','\x1c','\x3f','\x40','\x18','\x0e','\x8f','\xff','\xe0','\x00','\x18','\x20','\x00','\x18','\x26','\xff','\xff','\xff','\x00','\x18','\x20','\x00','\x18','\x20','\x0f','\xff','\xe0','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x60','\x81','\x81','\x80','\x00','\x1f','\xc0','\x0f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x1c','\x03','\x80','\x18','\x03','\x10','\x18','\x03','\xf8','\x18','\x83','\x02','\x18','\xff','\xff','\xff','\xc6','\x06','\x18','\xc7','\xc4','\x18','\xfe','\x10','\x18','\xc6','\x18','\x3c','\xc3','\xf8','\x3a','\xc0','\x00','\x3a','\xcf','\xf8','\x3a','\xc8','\x88','\x78','\xcf','\xf8','\x58','\xc8','\x88','\x58','\xcf','\xf8','\x98','\xc0','\x00','\x18','\x9f','\xfc','\x18','\x92','\x24','\x19','\x92','\x24','\x19','\x12','\x24','\x1a','\x12','\x24','\x18','\xff','\xff','\x18','\x00','\x00','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x1f','\x80','\x0c','\x01','\x90','\x4c','\x91','\x98','\x7f','\xc9','\x90','\x4c','\x89','\xa6','\x4c','\xff','\xff','\x4c','\x87','\xa0','\x4c','\x85','\x90','\x4c','\x8d','\x98','\x4c','\x89','\x8c','\x4c','\x91','\x8f','\x4c','\xa1','\x86','\x4c','\xc0','\x00','\x4c','\x9f','\xfc','\x4f','\x98','\x8c','\x4d','\x98','\x8c','\x4c','\x1f','\xfc','\x0c','\x18','\x8c','\x0c','\x18','\x8c','\x0c','\x18','\x8c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x21','\x88','\x60','\x3f','\xcf','\xf0','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x3f','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x3f','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x62','\x21','\x88','\x62','\x21','\x98','\x62','\x61','\x90','\x63','\x47','\xa0','\x7f','\x83','\x40','\x3e','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x98','\xc6','\x0c','\xf8','\xc6','\x2c','\xd8','\xc6','\x2d','\x98','\xc6','\x2d','\x18','\xc6','\x6e','\x18','\xc6','\x6c','\x18','\xc6','\xcc','\x1f','\xfe','\xcc','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x1c','\x18','\xc6','\x1a','\x18','\xc6','\x19','\x18','\xc6','\x11','\x98','\xc6','\x31','\x9f','\xfe','\x21','\x98','\x06','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x04','\x60','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x0c','\x00','\x01','\x02','\x00','\x01','\xc2','\x00','\x01','\x82','\x00','\x01','\x82','\x00','\x01','\x81','\x00','\x01','\x81','\x00','\x01','\x81','\x00','\x01','\x81','\x00','\x03','\x01','\x80','\x03','\x00','\x80','\x03','\x00','\x80','\x03','\x00','\xc0','\x02','\x00','\x40','\x06','\x00','\x60','\x06','\x00','\x60','\x04','\x00','\x30','\x0c','\x00','\x38','\x08','\x00','\x1c','\x10','\x00','\x1f','\x20','\x00','\x0e','\xc0','\x00','\x04','\x00','\x00','\x00','\x06','\x01','\xc0','\x06','\x01','\x80','\x0d','\x01','\x80','\x0c','\x81','\x80','\x08','\xc1','\x80','\x18','\xc1','\x86','\x10','\x3f','\xff','\x21','\x81','\x80','\x3f','\xc1','\x80','\x46','\x03','\xc0','\x86','\x03','\xc0','\x06','\xc7','\xa0','\x7f','\xe5','\xa0','\x06','\x0d','\x90','\x06','\x89','\x98','\x46','\xd9','\x8c','\x26','\x91','\x8f','\x37','\x2f','\xf6','\x36','\x41','\x80','\x06','\x01','\x80','\x07','\x81','\x80','\xfe','\x01','\x80','\x70','\x01','\x80','\x40','\x01','\x80','\x20','\x03','\x00','\x18','\xff','\x08','\x0c','\x06','\x9c','\x0c','\x86','\xb0','\x00','\x6c','\x42','\x00','\x2c','\x47','\x80','\x18','\x2c','\x60','\x10','\x30','\x32','\x20','\x1c','\x32','\x7f','\xff','\x04','\x98','\xc6','\x05','\x18','\xc0','\x0c','\x18','\xc0','\x08','\x18','\xcc','\x19','\xff','\xfe','\x18','\x18','\xc0','\x30','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc2','\x30','\x30','\xc2','\x30','\x30','\xc2','\x30','\x20','\xc3','\x38','\x40','\xff','\x19','\x80','\x7e','\x00','\x18','\x40','\x3f','\xf8','\x60','\x00','\x34','\xc0','\x00','\x65','\x08','\x10','\x62','\x0c','\x0c','\xc3','\x18','\x05','\x81','\xa0','\x03','\x00','\xc0','\x06','\x00','\x60','\x0f','\xff','\xf8','\x18','\xc3','\x1f','\x30','\xc3','\x0e','\xc0','\xc3','\x06','\x00','\xc3','\x00','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x02','\x03','\x03','\x02','\x02','\x03','\x02','\x04','\x03','\x03','\x18','\x03','\xff','\x60','\x01','\xfe','\x00','\xc1','\x90','\xff','\xef','\x98','\x0a','\x01','\xb0','\x0a','\x21','\x44','\x0a','\x1b','\x46','\x4a','\x4a','\x2c','\x7f','\xc6','\x30','\x4a','\x44','\x18','\x4a','\x48','\x0f','\x4a','\x50','\x06','\x4a','\x6f','\xf8','\x4a','\x46','\x60','\x53','\xc6','\x60','\x50','\x46','\x64','\x60','\x7f','\xfe','\x40','\x46','\x60','\x40','\x46','\x60','\x7f','\xc6','\x60','\x40','\x46','\x60','\x40','\x44','\x62','\x40','\x4c','\x62','\x40','\x48','\x63','\x7f','\xd0','\x7f','\x40','\x20','\x3e','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x30','\xe0','\xff','\xdb','\x00','\x70','\x18','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x06','\x43','\x00','\x0c','\x26','\x00','\x30','\x1c','\x00','\xc0','\x37','\x80','\x00','\xc1','\xfe','\x07','\x00','\x7c','\x78','\x00','\x0c','\x04','\x1c','\x00','\x07','\x18','\x80','\x06','\x18','\x60','\x06','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x00','\x18','\x18','\x0c','\x18','\x1f','\xfe','\x3b','\xf8','\x00','\x38','\x18','\x40','\x58','\x0c','\x70','\x98','\x0c','\xe0','\x18','\x0c','\xc0','\x18','\x05','\x80','\x18','\x07','\x00','\x18','\x02','\x00','\x18','\x07','\x00','\x18','\x0d','\x82','\x18','\x19','\xc2','\x18','\x30','\xe2','\x18','\x60','\x72','\x19','\x80','\x3f','\x18','\x00','\x1f','\x18','\x00','\x06','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe0','\x0e','\x00','\x01','\xcc','\xff','\xf9','\x8c','\x00','\x01','\x8c','\x00','\x01','\x8c','\x3f','\xe1','\x8c','\x00','\x01','\x8c','\x3f','\xe1','\x8c','\x00','\x01','\x8c','\x20','\x61','\x8c','\x3f','\xf1','\x8c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x3f','\xe0','\x7c','\x30','\x60','\x18','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0d','\x86','\x06','\xff','\xff','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x30','\x0c','\x07','\xf8','\x0d','\x8c','\x30','\x1e','\x0c','\x30','\xfc','\x0a','\x60','\x6c','\x19','\x60','\x4c','\x11','\xc0','\x0c','\x30','\x80','\x0c','\x21','\xc0','\x0c','\x41','\x60','\x0c','\x82','\x30','\x0d','\x04','\x3c','\x0c','\x08','\x1f','\x7c','\x30','\x0e','\x18','\xc0','\x06','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x66','\x06','\x1f','\xff','\xff','\x32','\x08','\x80','\x21','\x90','\x70','\x41','\xa0','\x30','\x84','\x0e','\x80','\x07','\x0c','\x60','\x0e','\x0c','\x20','\x0c','\x0c','\x0c','\x18','\x0f','\xfe','\x3b','\xfe','\x00','\x58','\x06','\x20','\x98','\x06','\x38','\x18','\x03','\x70','\x18','\x03','\xe0','\x18','\x01','\x80','\x18','\x03','\xc2','\x18','\x06','\xe2','\x18','\x0c','\x72','\x18','\x30','\x3f','\x19','\xc0','\x1f','\x18','\x00','\x06','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x61','\x03','\x06','\x61','\xd8','\x86','\x61','\x99','\xc6','\x63','\x1f','\x06','\x63','\x78','\x86','\x67','\x0c','\xc6','\x6b','\x0d','\x86','\x63','\x07','\x06','\x63','\x02','\x26','\x63','\x07','\x26','\x63','\x0d','\xa6','\x63','\x30','\xf6','\x63','\x00','\x66','\x63','\x00','\x1e','\x60','\x00','\x0c','\x00','\x01','\x00','\x1c','\x01','\xc0','\x18','\x09','\x98','\x18','\x0f','\xfc','\x18','\x0c','\x18','\x18','\x0c','\x18','\x19','\x0f','\xf8','\xff','\x8c','\x18','\x19','\x0c','\x18','\x19','\x0f','\xf8','\x19','\x0c','\x00','\x19','\x0c','\x06','\x19','\x0f','\xff','\x19','\x0c','\x00','\x31','\x2c','\x06','\x31','\x2f','\xff','\x31','\xec','\x06','\x20','\xc0','\x26','\x60','\x12','\xb6','\x40','\x12','\x96','\x80','\x32','\x8e','\x00','\x60','\x0c','\x00','\x60','\x7c','\x00','\x00','\x18','\x00','\x38','\x06','\x00','\x30','\x9f','\x44','\x32','\xf0','\x7f','\xff','\xc0','\x65','\x04','\xc0','\x64','\x86','\xc0','\x64','\xcc','\xc0','\x64','\xc8','\xc6','\x64','\x10','\xff','\x67','\xff','\xcc','\x64','\x30','\xcc','\x64','\x30','\xcc','\x64','\x30','\xcc','\x67','\xff','\xcc','\x64','\x70','\xcc','\x64','\x70','\xcc','\x7c','\xfc','\xcc','\x64','\xb6','\x8c','\x61','\xb6','\x8c','\x01','\x31','\x8c','\x02','\x31','\x0c','\x0c','\x32','\x0c','\x00','\x34','\x0c','\x00','\x30','\x0c','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x1b','\x1f','\xf0','\xff','\x98','\x30','\x18','\x18','\x30','\x18','\x1f','\xf0','\x18','\x00','\x00','\x18','\x80','\x06','\x18','\xff','\xff','\x18','\xc0','\x06','\x1a','\xc0','\x06','\x1c','\xcf','\xe6','\xf8','\xcc','\x66','\x60','\xcc','\x66','\x40','\xcc','\x66','\x00','\xcf','\xe6','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x3e','\x00','\xc0','\x0c','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x40','\x0c','\x06','\x20','\x4c','\x86','\x20','\x7f','\xcc','\x10','\x4c','\x88','\x18','\x4c','\x90','\x0f','\x4c','\xa0','\x6e','\x4c','\xcf','\xf6','\x4c','\x80','\x00','\x4c','\x80','\x00','\x4c','\x80','\x00','\x7f','\x90','\x18','\x4c','\x1f','\xfc','\x4c','\x18','\x18','\x0d','\x18','\x18','\x0c','\x98','\x18','\x0f','\xd8','\x18','\xfc','\xd8','\x18','\x70','\xdf','\xf8','\x40','\x18','\x18','\x00','\x18','\x18','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x0c','\x08','\x08','\x0f','\xff','\xfc','\x1c','\x18','\x00','\x1c','\x18','\x10','\x2f','\xff','\xf8','\x4c','\x18','\x00','\x8c','\x18','\x10','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x0c','\x18','\x04','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x03','\x80','\x07','\x03','\x10','\x06','\x43','\x1c','\x06','\x23','\x18','\x0c','\x33','\x10','\x0c','\x33','\x20','\x18','\x03','\x00','\x18','\x03','\x0c','\x38','\xff','\xfe','\x38','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x03','\x80','\x07','\x43','\x10','\x06','\x23','\x1c','\x06','\x33','\x18','\xe6','\x33','\x10','\xc6','\x33','\x20','\xc6','\x03','\x00','\xc6','\x03','\x18','\xc6','\x7f','\xfc','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x0c','\xc6','\xff','\xfe','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x3e','\x03','\x00','\x0c','\x00','\x1c','\x00','\x10','\x18','\x20','\x0c','\x18','\x38','\x06','\x18','\x30','\x07','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x80','\x00','\x19','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x60','\x1f','\xff','\xf0','\x18','\x80','\x60','\x18','\x80','\xc0','\x18','\x40','\xc0','\x18','\x41','\x80','\x18','\x21','\x80','\x18','\x33','\x00','\x18','\x1e','\x00','\x30','\x0c','\x00','\x30','\x1e','\x00','\x20','\x33','\x00','\x60','\x61','\xc0','\x41','\xc0','\xf0','\x83','\x00','\x7f','\x0c','\x00','\x1e','\x30','\x00','\x06','\x07','\x00','\x00','\x06','\x08','\x06','\x46','\x4f','\xff','\x26','\x7c','\x00','\x36','\x6c','\x00','\x36','\x4c','\x00','\x36','\x8c','\x00','\x06','\x0c','\x0c','\x06','\x6f','\xfe','\xff','\xfd','\x0c','\x06','\x0d','\x0c','\x06','\x0d','\x18','\x06','\x6d','\x98','\x07','\x8c','\x90','\xfe','\x0c','\xb0','\x76','\x18','\xe0','\x46','\x18','\x40','\x06','\x10','\xe0','\x0c','\x30','\xa0','\x0c','\x21','\xb0','\x18','\x43','\x18','\x10','\x86','\x1f','\x21','\x0c','\x0e','\xc0','\x30','\x06','\x07','\x08','\x30','\x06','\x0f','\xf8','\x06','\x0c','\x30','\x46','\x4c','\x30','\x7f','\xec','\x30','\x66','\x4c','\x30','\x66','\x4c','\x30','\x66','\x4c','\x30','\x66','\x4e','\x30','\x66','\x4d','\x30','\x66','\x4d','\xb0','\x66','\x4d','\xb0','\x66','\x4d','\xb0','\x66','\x4c','\x30','\x66','\x4c','\x30','\x67','\xcc','\x30','\x66','\xcc','\x30','\x66','\x0c','\x30','\x06','\x0c','\x32','\x06','\x18','\x32','\x06','\x18','\x32','\x06','\x10','\x33','\x06','\x20','\x3f','\x06','\xc0','\x1e','\x1c','\x20','\x00','\x18','\x38','\x98','\x18','\x30','\xfc','\x18','\xfc','\x98','\x18','\x8c','\x98','\x18','\xcc','\x98','\xff','\xac','\x98','\x18','\xac','\x98','\x18','\xad','\x9f','\x18','\x8d','\x0f','\x18','\x8e','\x00','\x1b','\xfc','\x0c','\x1d','\x8d','\xfe','\xf8','\x8c','\x8c','\x78','\xac','\x8c','\x58','\xac','\xd8','\x18','\xac','\x58','\x18','\xac','\x70','\x18','\xac','\x20','\x18','\x8c','\x70','\x19','\x8c','\x58','\x19','\x0c','\xcc','\xf9','\x3d','\x8f','\x32','\x1a','\x06','\x00','\x1c','\x00','\x03','\x18','\x06','\xff','\x98','\xff','\x18','\x18','\x30','\x18','\x18','\x30','\x19','\xff','\xb0','\x18','\x00','\x30','\x18','\x04','\x30','\x1a','\x87','\x30','\x7f','\x46','\x30','\x18','\x2c','\x34','\x18','\x2d','\xfe','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x1c','\x30','\x18','\x36','\x30','\x19','\x26','\x30','\x1e','\x63','\x30','\xf8','\xc3','\x30','\x61','\x83','\x30','\x43','\x00','\x30','\x04','\x00','\x36','\x00','\x03','\xff','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0d','\xb0','\x00','\xff','\xf0','\x00','\x0c','\x30','\x18','\x0c','\x3f','\xfc','\x0c','\x32','\x18','\x1e','\x32','\x18','\x1d','\x32','\x18','\x1d','\xb2','\x30','\x3d','\xb3','\x30','\x2c','\x31','\x20','\x2c','\x31','\x60','\x6c','\x21','\xc0','\x4c','\x60','\x80','\x8c','\x61','\xc0','\x0c','\x41','\x60','\x0c','\xc3','\x30','\x0c','\x86','\x38','\x0d','\x0c','\x1f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x10','\x00','\x00','\x0c','\x20','\x18','\x06','\x3f','\xfc','\x06','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x80','\x30','\x18','\x61','\x30','\x18','\x31','\x30','\x18','\x32','\x30','\x18','\x02','\x30','\x18','\x06','\x30','\x18','\x04','\x30','\xf8','\x0c','\x30','\x30','\x08','\x30','\x00','\x18','\x30','\x00','\x38','\x30','\x00','\xf0','\x30','\x02','\x70','\x30','\x02','\x30','\x30','\x02','\x30','\x30','\x03','\x30','\x3f','\xff','\x38','\x1f','\xfe','\x18','\x00','\x00','\x10','\x20','\x60','\x0c','\x3f','\xf0','\x06','\x30','\x60','\x06','\x30','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x80','\x30','\x60','\x60','\x30','\x60','\x32','\x34','\x60','\x32','\x32','\x60','\x04','\x33','\x60','\x04','\x33','\x60','\x0c','\x30','\x60','\x08','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x30','\x60','\x60','\xf0','\x60','\x60','\x70','\x60','\x62','\x30','\x40','\x62','\x30','\xc0','\x62','\x30','\x80','\x63','\x39','\x00','\x7f','\x1a','\x00','\x3e','\x38','\x00','\x00','\x33','\x90','\x06','\x33','\x1f','\xff','\x33','\x18','\x00','\x33','\x18','\x00','\x33','\x18','\x00','\x33','\x18','\x00','\x3f','\xd8','\x18','\x30','\x1f','\xfc','\x30','\x1a','\x18','\x30','\x1a','\x18','\x33','\x1a','\x18','\x3f','\x99','\x18','\x33','\x19','\x30','\x33','\x19','\xb0','\x33','\x18','\xa0','\x33','\x30','\xe0','\x33','\x30','\x40','\x23','\x30','\xe0','\x23','\x21','\xb0','\x63','\x61','\x18','\x43','\x42','\x1f','\x80','\x84','\x0e','\x01','\x18','\x06','\x01','\x00','\x00','\x01','\xc8','\x0c','\x43','\x8f','\xfe','\x23','\x0c','\x0c','\x16','\x0c','\x0c','\x0c','\x0c','\x0c','\x1c','\x0c','\x0c','\x36','\x0c','\x0c','\x66','\x0c','\x0c','\x86','\x0c','\x0c','\x0f','\x0c','\x0c','\x0b','\x0c','\x7c','\x1b','\x0c','\x18','\x13','\x0c','\x00','\x23','\x0c','\x00','\x43','\x0c','\x00','\x83','\x0c','\x00','\x03','\x0c','\x02','\x03','\x0c','\x02','\x03','\x0c','\x02','\x07','\x0c','\x03','\x06','\x0f','\xff','\x3e','\x07','\xfe','\x0c','\x00','\x00','\x00','\x0e','\x00','\x01','\x8c','\x06','\xff','\xcf','\xff','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x4c','\x60','\x0c','\x4c','\x60','\x0c','\x4c','\x60','\x0c','\x4c','\x60','\x7f','\xcc','\x64','\x0c','\xcf','\xfe','\x0c','\xcc','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x08','\x60','\x0c','\x18','\x60','\x0c','\xd8','\x60','\x0f','\x10','\x60','\xfc','\x30','\x60','\x70','\x20','\x60','\x40','\x40','\x66','\x00','\x8f','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x40','\x21','\x88','\x7f','\xd1','\x8e','\x64','\xd9','\x8c','\x64','\xcd','\x98','\x64','\xcd','\x90','\x64','\xc1','\xa0','\x64','\xc1','\x80','\x64','\xc1','\x8c','\x7f','\xdf','\xfe','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x86','\x64','\xff','\xff','\x7f','\xc1','\x80','\x60','\xc1','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x10','\x01','\x00','\x1c','\x01','\xc0','\x18','\x31','\x80','\x3f','\xf9','\x06','\x60','\x03','\xff','\x9f','\xe2','\x18','\x12','\x25','\x18','\x12','\x21','\x10','\xff','\xf8','\xb0','\x24','\x40','\x60','\x24','\x41','\xb8','\x3f','\xf6','\x1f','\x01','\xa0','\x06','\x00','\x3a','\x00','\x04','\x33','\x90','\x03','\x43','\x0c','\x01','\x84','\x06','\xff','\xff','\xff','\x7f','\xf8','\x03','\x42','\x18','\x00','\x03','\x98','\xc0','\x07','\x18','\x38','\x0c','\x18','\x0e','\x70','\x18','\x06','\x04','\x00','\x00','\x07','\x04','\x30','\x16','\x67','\xf8','\x1f','\xf6','\x30','\x18','\x66','\x30','\x1c','\x66','\x30','\x1a','\x66','\x30','\x1a','\x64','\x30','\x1a','\x6c','\x3f','\x18','\x68','\x1f','\x18','\x70','\x00','\xff','\xe0','\x18','\x78','\x6f','\xfc','\x58','\x62','\x18','\x1a','\x62','\x30','\x1a','\x62','\x30','\x1a','\x61','\x60','\x1a','\x61','\xc0','\x32','\x60','\xc0','\x30','\x61','\xe0','\x20','\x63','\x38','\x63','\xe6','\x1f','\x40','\xcc','\x0e','\x80','\x30','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x18','\x20','\x03','\xfc','\x18','\xff','\x20','\x0c','\x23','\x30','\x0c','\x13','\x20','\x80','\x13','\x4c','\x62','\xff','\xfe','\x32','\x0f','\x40','\x34','\x1b','\x20','\x04','\x33','\x18','\x08','\x63','\x0f','\x08','\xc0','\x06','\x1b','\x7f','\xf8','\x30','\x62','\x18','\xf0','\x62','\x18','\x70','\x7f','\xf8','\x30','\x62','\x18','\x30','\x62','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x21','\x80','\x00','\x3f','\xc8','\x06','\x31','\x8f','\xff','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x00','\x3f','\x8c','\x00','\x31','\x8c','\x18','\x31','\x8f','\xfc','\x31','\x8d','\x18','\x31','\x8d','\x18','\x3f','\x8d','\x18','\x31','\x8d','\x18','\x31','\x8d','\xb0','\x31','\x8c','\xb0','\x31','\x8c','\xa0','\x31','\x8c','\xe0','\x3f','\x88','\x40','\x00','\x08','\xe0','\x22','\x19','\xb0','\x39','\x11','\x18','\x31','\x92','\x1f','\x61','\xa4','\x0e','\x80','\x48','\x06','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x1f','\xf7','\xff','\x32','\x04','\x80','\x21','\x88','\x60','\x41','\x80','\x60','\x03','\x00','\x00','\x03','\x02','\x0c','\x7f','\xfb','\xfe','\x03','\x03','\x0c','\x3f','\xf3','\x0c','\x23','\x13','\x0c','\x23','\x13','\x0c','\x3f','\xf3','\x0c','\x23','\x13','\x3c','\x23','\x13','\x18','\x3f','\xf3','\x00','\x03','\x03','\x00','\x03','\x03','\x02','\xff','\xff','\x02','\x03','\x03','\x03','\x03','\x03','\xff','\x03','\x01','\xfe','\x00','\x00','\x70','\x00','\x03','\xf8','\x00','\x7f','\x80','\x3f','\xf8','\x40','\x08','\x18','\x70','\x04','\x18','\x60','\x06','\x18','\xc0','\x03','\x18','\x80','\x03','\x19','\x00','\x02','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x01','\x98','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x00','\x0c','\x12','\x0c','\x0d','\x1f','\xfe','\x0d','\xd8','\x0c','\x2d','\x98','\x0c','\x2d','\x18','\x0c','\x6e','\x1f','\xfc','\x4c','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0a','\x18','\x0c','\x19','\x18','\x0c','\x19','\x9f','\xfc','\x10','\xc8','\x00','\x30','\xce','\x18','\x20','\x1c','\x06','\x40','\x30','\x03','\x80','\xc0','\x03','\x10','\x80','\x06','\x1c','\x9f','\xff','\x18','\x80','\xc0','\x18','\xc0','\x80','\x18','\x45','\x0c','\x10','\x67','\xfe','\x30','\x36','\x0c','\x20','\x3e','\x0c','\x40','\x16','\x0c','\x80','\xc7','\xfc','\x7f','\xe6','\x0c','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x0c','\xc7','\xfc','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x08','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc7','\xfc','\x11','\xc2','\x00','\x31','\x83','\x98','\x27','\x87','\x06','\x43','\x0c','\x03','\x80','\x30','\x03','\x06','\x00','\x00','\x06','\x08','\x06','\x0d','\x0f','\xff','\x0c','\xcc','\x00','\x18','\x6c','\x00','\x17','\x6c','\x00','\x26','\x0c','\x00','\x7f','\xcc','\x0c','\xb0','\xcf','\xfe','\x30','\xcd','\x0c','\x3f','\xcd','\x0c','\x30','\xcd','\x0c','\x30','\xcd','\x18','\x30','\xcd','\x98','\x3f','\xcc','\x90','\x30','\xcc','\xb0','\x32','\x08','\xe0','\x31','\x08','\x40','\x31','\x98','\xe0','\x32','\xd0','\xb0','\xfc','\xd1','\x18','\x70','\x22','\x1f','\x40','\x44','\x0e','\x00','\x18','\x06','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x60','\x0c','\x0f','\xf0','\x0c','\x18','\x60','\x0d','\x10','\xc0','\xff','\xa0','\x80','\x0c','\x41','\x0c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\x1e','\x31','\x8c','\xfc','\x31','\x8c','\x6c','\x3f','\xfc','\x4c','\x30','\xcc','\x0c','\x08','\xc0','\x0c','\x0e','\xc0','\x0c','\x0c','\xc0','\x0c','\x1c','\xc2','\x0c','\x18','\xc2','\x0c','\x30','\xc3','\x7c','\x60','\xff','\x19','\x80','\x7e','\x00','\x08','\x00','\x00','\x0e','\x00','\x43','\x0c','\x60','\x7f','\x8f','\xf0','\x63','\x18','\x60','\x63','\x10','\xc0','\x63','\x20','\x80','\x63','\x41','\x0c','\x63','\x3f','\xfe','\x63','\x31','\x8c','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x30','\xcc','\x63','\x08','\xc0','\x7f','\x0e','\xc0','\x63','\x1c','\xc0','\x60','\x18','\xc2','\x00','\x30','\xc2','\x00','\x60','\xc3','\x00','\xc0','\xff','\x03','\x00','\x7e','\x00','\x00','\xf0','\x00','\x1f','\xf8','\x3f','\xf8','\x80','\x04','\x18','\xe0','\x02','\x18','\xc0','\x03','\x18','\x80','\x03','\x19','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x00','\x1e','\xc7','\xff','\xe6','\x06','\x10','\x60','\x06','\x10','\x60','\x07','\xff','\xe0','\x06','\x10','\x60','\x06','\x10','\x60','\x06','\x10','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x00','\x07','\x04','\x30','\x26','\x67','\xf8','\x3f','\xf6','\x30','\x30','\x66','\x30','\x36','\x64','\x3f','\x32','\x64','\x1f','\x30','\x68','\x00','\xff','\xf7','\xf8','\x70','\x62','\x18','\x32','\x62','\x30','\x32','\x61','\x60','\x22','\x60','\xc0','\x60','\x61','\xb0','\x41','\xe6','\x1f','\x80','\xd8','\x06','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x00','\x07','\x04','\x30','\x26','\x67','\xf8','\x3f','\xf6','\x30','\x30','\x66','\x30','\x36','\x64','\x3f','\x32','\x64','\x1f','\x30','\x68','\x00','\xff','\xf7','\xf8','\x70','\x62','\x18','\x32','\x61','\x30','\x32','\x60','\xe0','\x60','\x61','\xb8','\x41','\xe3','\x1f','\x80','\xcc','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\xe0','\x00','\x01','\x80','\x00','\x07','\xff','\xf8','\x1d','\x80','\x18','\xe1','\x80','\x18','\x01','\xff','\xf8','\x01','\x80','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x70','\x00','\x1f','\xf8','\x3f','\xf8','\x40','\x04','\x18','\xe0','\x03','\x18','\x80','\x01','\x19','\x06','\xff','\xff','\xff','\x00','\xd9','\x00','\x01','\x98','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x00','\x3f','\x37','\xff','\xee','\xc6','\x18','\x66','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x08','\x63','\x00','\x0e','\x63','\x20','\x0c','\x63','\x18','\x18','\xc3','\x0c','\x10','\xc3','\x06','\x21','\x83','\x06','\x42','\x1c','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x00','\x18','\x60','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xc0','\x0e','\x20','\x00','\x06','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x33','\x80','\x30','\x33','\x00','\x30','\x33','\x18','\x37','\xf3','\xfc','\x30','\x33','\x00','\x30','\x33','\x00','\x30','\x33','\x30','\x33','\xf3','\xf8','\x30','\x33','\x00','\x30','\x33','\x00','\x30','\x33','\x00','\x37','\xf3','\x0c','\x33','\x23','\xfe','\x32','\x63','\x00','\x30','\x43','\x00','\x30','\x83','\x00','\x31','\x03','\x00','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x08','\x60','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x02','\x0e','\x00','\x03','\x8c','\x00','\x03','\x0c','\x00','\x04','\x0c','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x78','\x00','\x00','\xdb','\x00','\x01','\x98','\xe0','\x03','\x18','\x38','\x0c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\xc0','\x0c','\xff','\xe0','\x0c','\x18','\xc0','\x0c','\x18','\xc8','\x0c','\x18','\xcf','\xfc','\x18','\xcc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x0c','\x00','\x6b','\x0c','\x00','\x66','\x0c','\x00','\x07','\x0c','\x02','\x05','\x8c','\x02','\x0c','\xcc','\x02','\x08','\xcc','\x03','\x10','\x0f','\xff','\x20','\x07','\xfe','\xc0','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\xc3','\x80','\x19','\x83','\x00','\x19','\x83','\x08','\x19','\x83','\x0e','\x19','\x83','\x1c','\x19','\xb3','\x30','\x19','\xfb','\x60','\x19','\x83','\x80','\x19','\x83','\x00','\x19','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x02','\x31','\x83','\x02','\x21','\x83','\x02','\x61','\xf3','\x03','\x4f','\xc3','\xff','\x87','\x01','\xfe','\x04','\x00','\x00','\x04','\x01','\xc0','\x07','\x01','\x80','\x0e','\x01','\x80','\x0c','\x01','\x80','\x18','\x41','\x86','\x10','\x7f','\xff','\x24','\x61','\x86','\x47','\x61','\x84','\x8e','\x61','\x88','\x0c','\x61','\x80','\x18','\x61','\x98','\x18','\x7f','\xfc','\x38','\x64','\x18','\x58','\x64','\x18','\x98','\x64','\x30','\x18','\x42','\x30','\x18','\xc2','\x60','\x18','\xc3','\xc0','\x18','\x81','\x80','\x19','\x83','\xc0','\x19','\x06','\x70','\x1a','\x0c','\x3f','\x18','\x30','\x1e','\x18','\xc0','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x3f','\xc3','\x0c','\x00','\xc3','\xfe','\x00','\xc3','\x00','\x07','\xc3','\x00','\xfc','\xc3','\x06','\x71','\x83','\xff','\x41','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x18','\x10','\x00','\x01','\xcc','\x00','\x11','\x86','\x10','\x11','\x86','\x4c','\x31','\x80','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x18','\x39','\xc0','\x18','\x31','\x84','\x1b','\xf1','\xfe','\x18','\x31','\x80','\x18','\x31','\x88','\x13','\xf1','\xfc','\x30','\x31','\x80','\x30','\x31','\x82','\x2f','\xf1','\xff','\x67','\x61','\x80','\x44','\x61','\x80','\x80','\xc1','\x80','\x01','\x81','\x80','\x06','\x01','\x80','\x1c','\x71','\xc0','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x1b','\x61','\x80','\xff','\xe1','\x88','\x18','\x61','\x8e','\x18','\x6d','\x9c','\x18','\x7f','\xb0','\x18','\x61','\xc0','\x1b','\x61','\x80','\xfc','\x61','\x80','\x78','\x61','\x80','\x58','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x82','\x18','\x61','\x82','\x18','\x61','\x82','\x18','\x7d','\x83','\x1b','\xf1','\xff','\xf9','\xc0','\xfe','\x31','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x41','\x86','\x0d','\x7f','\xff','\xff','\xe1','\x86','\x0c','\x61','\x84','\x0c','\x61','\x88','\x0c','\x61','\x80','\x0c','\x61','\x98','\x0d','\xff','\xfc','\x1e','\x64','\x18','\xfc','\x64','\x18','\x6c','\x64','\x30','\x4c','\x62','\x30','\x0c','\x62','\x60','\x0c','\x43','\xc0','\x0c','\xc1','\x80','\x0c','\x83','\xc0','\x0c','\x86','\x70','\x0d','\x0c','\x3f','\x7c','\x30','\x1e','\x18','\xc0','\x06','\x00','\x73','\x80','\x00','\x63','\x00','\x00','\x63','\x04','\x7f','\xe3','\xfe','\x00','\x63','\x00','\x00','\x63','\x08','\x3f','\xe3','\xfc','\x00','\x63','\x00','\x00','\x63','\x02','\xff','\xc3','\xff','\x78','\xc3','\x00','\x41','\x83','\x00','\x03','\x03','\x00','\x0c','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x01','\x80','\x00','\x83','\x00','\x00','\x66','\x00','\x00','\x1c','\x00','\x00','\x77','\x80','\x01','\xc1','\xfe','\x0f','\x00','\x7c','\xf0','\x00','\x0c','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0c','\x0c','\x06','\x1e','\x0c','\x66','\x38','\x0f','\xf6','\xe0','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x02','\x0c','\x66','\x02','\x0f','\x86','\x02','\xfe','\x06','\x03','\x70','\x07','\xff','\x40','\x03','\xfe','\x10','\x04','\x00','\x0c','\x03','\x00','\x06','\x01','\x88','\x06','\x00','\xce','\x00','\x00','\xcc','\x00','\x0e','\x1c','\x80','\x0c','\x18','\x60','\x0c','\x18','\x32','\x0c','\x30','\x32','\x0c','\x30','\x04','\x4c','\x60','\x04','\x4c','\x68','\x0c','\x4c','\xc4','\x08','\xcc','\x86','\x18','\x8d','\x83','\x19','\x8f','\x03','\x31','\x8e','\x03','\xf0','\x0c','\x00','\x70','\x0c','\x10','\x30','\x1c','\x10','\x30','\x6c','\x10','\x31','\x8c','\x18','\x38','\x0f','\xf8','\x18','\x07','\xf0','\x00','\x07','\x00','\x00','\x06','\x00','\x08','\x06','\x06','\x0f','\xff','\xff','\x8c','\x00','\x00','\x4c','\x03','\x80','\x6c','\x03','\x00','\x6c','\x83','\x0c','\x0c','\xff','\xfe','\x0c','\xc3','\x08','\x0c','\xc3','\x10','\x0c','\xc3','\x00','\xfc','\xc3','\x30','\x6c','\xff','\xf8','\x4c','\xc8','\x30','\x0c','\xc8','\x60','\x08','\xc4','\x60','\x18','\x86','\xc0','\x19','\x83','\x80','\x11','\x03','\x80','\x32','\x06','\xe0','\x24','\x0c','\x7f','\x48','\x30','\x1e','\x81','\xc0','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x18','\x0c','\x18','\x18','\x08','\x18','\x18','\x10','\x18','\x18','\x00','\x18','\x18','\x60','\x1f','\xff','\xf0','\x18','\x80','\x60','\x18','\x40','\xc0','\x18','\x40','\xc0','\x18','\x21','\x80','\x18','\x33','\x00','\x18','\x1e','\x00','\x10','\x0e','\x00','\x30','\x1b','\x80','\x20','\x31','\xe0','\x40','\xc0','\xfe','\x83','\x00','\x3c','\x1c','\x00','\x0c','\x00','\x01','\x00','\x00','\xc1','\xc0','\xff','\xe1','\x80','\x0c','\x12','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x8c','\x18','\x18','\x8c','\x18','\x18','\x8c','\x11','\x9f','\xfc','\x3f','\xd8','\x8c','\x39','\x98','\x8c','\x39','\x98','\x8c','\x59','\x9f','\xfc','\x59','\x84','\x00','\x99','\x86','\x70','\x19','\x84','\x60','\x19','\x88','\x66','\x19','\xbf','\xff','\x1f','\x80','\x60','\x19','\x80','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x01','\x82','\x00','\x0f','\xc1','\x88','\xfc','\x00','\xce','\x0c','\x00','\xcc','\x0c','\x07','\x0c','\x0c','\x06','\x18','\x0d','\x86','\x18','\xff','\xc6','\x18','\x0c','\x06','\x30','\x0c','\x06','\x30','\x1e','\x06','\x60','\x1d','\x26','\x68','\x1d','\xa6','\xc4','\x3d','\xa6','\x86','\x2c','\x67','\x83','\x2c','\x67','\x03','\x6c','\xc6','\x03','\x4c','\xc6','\x00','\x8c','\x0e','\x08','\x0c','\x16','\x08','\x0c','\x26','\x08','\x0c','\xc6','\x0c','\x0c','\x07','\xfc','\x0c','\x03','\xf8','\x08','\x06','\x70','\x0e','\x06','\x60','\x0c','\x06','\x60','\x08','\x06','\x60','\x92','\x06','\x66','\x63','\xbe','\x7f','\x33','\x06','\x60','\x36','\x06','\x60','\x04','\x06','\x60','\x09','\x06','\x6c','\x10','\xbe','\x7e','\xff','\xc6','\x60','\x7c','\xc6','\x60','\x4c','\x06','\x60','\x0c','\x06','\x60','\x4e','\x7e','\x66','\x7d','\x36','\x7f','\x6d','\xa6','\x60','\x6d','\x86','\x60','\x4c','\x0c','\x60','\x4c','\x0c','\x60','\x8c','\x18','\x60','\x0c','\x30','\x60','\x0c','\xc0','\x60','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x08','\x00','\x00','\x0e','\x03','\x80','\x0c','\x43','\x10','\x08','\x33','\x38','\xff','\xdb','\xc2','\x78','\x1b','\x02','\x40','\x03','\x03','\x3f','\xe3','\xff','\x30','\x61','\xfe','\x30','\x60','\x00','\x3f','\xe3','\x80','\x30','\x63','\x10','\x30','\x63','\x38','\x3f','\xe3','\xc2','\x30','\x63','\x02','\x30','\x63','\x03','\x31','\xe3','\xff','\x30','\xc1','\xfe','\x21','\x80','\x00','\x3f','\xd0','\x0c','\x31','\x9f','\xfe','\x31','\x98','\x8c','\x31','\x98','\x8c','\x31','\x98','\x8c','\x31','\x98','\x8c','\x3f','\x98','\x8c','\x31','\x98','\x8c','\x31','\x98','\x8c','\x31','\x98','\x8c','\x31','\x9f','\xfc','\x31','\x98','\x0c','\x3f','\x98','\x0c','\x31','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x02','\x31','\x98','\x02','\x21','\x98','\x02','\x21','\x98','\x03','\x61','\x9f','\xff','\x47','\x8f','\xfe','\x83','\x00','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x21','\x86','\xff','\xbf','\xff','\x03','\x31','\x86','\x06','\x31','\x84','\x06','\x31','\x88','\x0c','\x31','\x80','\x0d','\x31','\x98','\x19','\xbf','\xfc','\x1b','\x34','\x18','\x3c','\x34','\x18','\x5a','\x32','\x30','\x9b','\x32','\x30','\x1b','\x31','\x60','\x18','\x61','\xc0','\x18','\x60','\xc0','\x18','\x41','\xe0','\x18','\xc3','\x38','\x18','\x86','\x1f','\x19','\x18','\x0e','\x18','\x60','\x06','\x06','\x06','\x70','\x7f','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x01','\x86','\x66','\xff','\xfe','\x7f','\x00','\x06','\x60','\x00','\x06','\x60','\x06','\x06','\x60','\x7f','\x06','\x6c','\x00','\x7e','\x7e','\x00','\x06','\x60','\x06','\x06','\x60','\x7f','\x06','\x60','\x00','\x06','\x60','\x00','\xfe','\x66','\x46','\x76','\x7f','\x7f','\x46','\x60','\x66','\x06','\x60','\x66','\x0c','\x60','\x66','\x0c','\x60','\x66','\x18','\x60','\x7e','\x30','\x60','\x60','\xc0','\x60','\x00','\xe3','\x80','\x00','\xc3','\x18','\xff','\xff','\xfc','\x00','\xc3','\x18','\x00','\xc3','\x18','\x1f','\xff','\xf8','\x18','\xc3','\x00','\x18','\xc3','\x06','\x3f','\xff','\xff','\x31','\x83','\x06','\x03','\x03','\x1e','\x1f','\xff','\xec','\xe6','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x03','\x01','\x80','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x01','\x0c','\x38','\x41','\xfe','\x30','\x31','\x8c','\x32','\x19','\x8f','\xff','\x19','\x8d','\x04','\x19','\x8c','\x87','\x01','\xfc','\xc6','\x01','\x8c','\xc4','\x01','\x80','\x08','\x01','\x83','\xff','\x19','\x8c','\x30','\xf9','\xfe','\x30','\x19','\xcc','\x30','\x1b','\xcc','\x32','\x1a','\xcd','\xff','\x1a','\xcc','\x30','\x1c','\xcc','\x30','\x18','\xfc','\x30','\x18','\xcc','\x30','\x18','\x00','\x30','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x0c','\xff','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xc3','\x00','\xfd','\x83','\x06','\x71','\x83','\xff','\x41','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x00','\x60','\x03','\x00','\x00','\x01','\x80','\x3f','\xff','\xc8','\x00','\x01','\x9c','\x00','\x19','\xe0','\x01','\x99','\x98','\x03','\xd8','\xcc','\x0f','\x18','\xcc','\x73','\x18','\x62','\x03','\x18','\x32','\x03','\x18','\x1e','\x03','\x19','\x8f','\xff','\xff','\xc3','\x03','\x19','\x88','\x03','\x19','\x9c','\x03','\x19','\xe0','\x06','\x18','\x98','\x06','\x18','\xcc','\x06','\x18','\x4c','\x0c','\x18','\x62','\x0c','\x18','\x32','\x18','\x18','\x1e','\x30','\x18','\x0f','\xc0','\x18','\x03','\x00','\x18','\x00','\x1c','\x00','\x0c','\x18','\x8f','\xfe','\x18','\x60','\x18','\x18','\x31','\x20','\x1a','\x30','\xc0','\xff','\x30','\x60','\x18','\x04','\x64','\x1c','\x07','\xfe','\x1a','\x04','\x44','\x1b','\x04','\x44','\x3b','\x04','\x44','\x38','\x67','\xfc','\x3b','\xf4','\x44','\x38','\x64','\x44','\x78','\x64','\x44','\x58','\x67','\xfc','\x58','\x64','\x44','\x98','\x64','\x44','\x18','\x64','\x5c','\x18','\x64','\x4c','\x18','\xd0','\x00','\x1b','\x8f','\xff','\x19','\x83','\xfe','\x19','\x00','\x00','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x66','\x06','\x3f','\xff','\xff','\x24','\x08','\x80','\x43','\x10','\x60','\x83','\x00','\x20','\x10','\x80','\xc0','\x10','\x88','\xc6','\x7f','\xef','\xff','\x10','\x8c','\xc4','\x10','\x8c','\xc8','\x1f','\x8c','\xc0','\x10','\x8c','\xcc','\x10','\x8f','\xfe','\x1f','\x8d','\x0c','\x10','\x8d','\x18','\x10','\x8c','\x98','\xff','\xfc','\xb0','\x21','\x0c','\x60','\x38','\x88','\x78','\x30','\xc8','\xdf','\x60','\xd1','\x8e','\x80','\x06','\x06','\x04','\x0e','\x70','\x07','\x0c','\x60','\x06','\x0c','\x66','\x06','\xff','\xff','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x18','\x8c','\x66','\x18','\xff','\xff','\x38','\xc0','\x00','\x38','\xc0','\x00','\x58','\xcf','\xfe','\x98','\xcc','\x46','\x18','\xcc','\x46','\x18','\xcc','\x46','\x18','\xcf','\xfe','\x18','\xcc','\x46','\x18','\xcc','\x46','\x18','\xcc','\x46','\x18','\x8f','\xfe','\x18','\x8c','\x46','\x19','\x8c','\x46','\x19','\x0c','\x46','\x1a','\x0c','\x5e','\x18','\x0c','\x4c','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\xc0','\x18','\x0f','\xe0','\x19','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x30','\x1b','\xff','\xf8','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x18','\x37','\xff','\xfc','\x20','\x0c','\x00','\x60','\x0c','\x02','\x40','\x0c','\x02','\x80','\x0c','\x03','\x00','\x0f','\xff','\x00','\x07','\xfe','\x10','\x20','\x40','\x1c','\x20','\x70','\x19','\x24','\x60','\x31','\x24','\x60','\x21','\x24','\x40','\x41','\x24','\xc6','\x91','\x24','\xff','\x1d','\xfd','\x90','\x18','\x01','\x1c','\x18','\x02','\x98','\x30','\x00','\x98','\x37','\xfe','\x98','\x71','\x98','\x98','\xb1','\x98','\x50','\x31','\x98','\x50','\x31','\x98','\x70','\x31','\x98','\x20','\x31','\x1a','\x70','\x31','\x1c','\x50','\x33','\x78','\xd8','\x32','\x30','\x9c','\x32','\x21','\x0f','\x34','\x02','\x0e','\x30','\x0c','\x06','\x0e','\x38','\xe0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0d','\xb0','\xc0','\xff','\xf0','\xc0','\x0c','\x30','\xc4','\x0c','\x30','\xc7','\x0c','\x30','\xc6','\x1e','\x36','\xcc','\x1d','\x3f','\xd8','\x1d','\xb0','\xe0','\x3d','\xb0','\xc0','\x2c','\x30','\xc0','\x2c','\x30','\xc0','\x6c','\x30','\xc0','\x4c','\x30','\xc0','\x8c','\x30','\xc0','\x0c','\x30','\xc2','\x0c','\x30','\xc2','\x0c','\x3e','\xc2','\x0d','\xf8','\xc3','\x0c','\xe0','\xff','\x0c','\x80','\x7e','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x0c','\x66','\x3c','\x0f','\xf6','\x70','\x0c','\x06','\xc0','\x0c','\x07','\x00','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\xe6','\x02','\xff','\x06','\x03','\x78','\x07','\xff','\x40','\x03','\xfe','\x00','\x60','\x06','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x40','\xc4','\x7f','\xef','\xfe','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xc0','\xc2','\xfe','\x1f','\xff','\x70','\x00','\x00','\x40','\x00','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x0c','\x66','\x3c','\x0f','\xf6','\x70','\x0c','\x06','\xc0','\x0c','\x07','\x00','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\xe6','\x02','\xff','\x06','\x03','\x78','\x07','\xff','\x40','\x03','\xfe','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x00','\x18','\x19','\xff','\xfc','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\xff','\xf8','\x19','\x80','\x18','\x11','\x80','\x18','\x11','\x80','\x18','\x31','\xff','\xf8','\x21','\x80','\x18','\x21','\x80','\x18','\x41','\x80','\x18','\x81','\xff','\xf8','\x01','\x80','\x18','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x07','\x00','\x7f','\x1c','\x00','\x3e','\xe0','\x00','\x0e','\x00','\x20','\x00','\x04','\x30','\x20','\x07','\xff','\xf0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\xc1','\x80','\x00','\xc1','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x0c','\x01','\x80','\x70','\x01','\x80','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x30','\x0c','\x0f','\xf8','\x0d','\x88','\x30','\xff','\xd8','\x60','\x0c','\x14','\x60','\x0c','\x22','\xc0','\x0c','\x43','\x80','\x1e','\x01','\x00','\x1d','\x83','\x80','\x1c','\xc6','\xc0','\x3c','\xcc','\x70','\x2c','\x18','\x3f','\x2c','\x32','\x1e','\x6c','\xc1','\x86','\x4c','\x00','\xc0','\x8c','\x00','\xc0','\x0c','\x00','\x00','\x0c','\x18','\x00','\x0c','\x07','\x00','\x0c','\x01','\xc0','\x0c','\x00','\xe0','\x0c','\x00','\x60','\x01','\x81','\x00','\x0f','\xc1','\xc0','\xfc','\x01','\x80','\x0c','\x12','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x8c','\x0d','\x98','\x8c','\xff','\xd8','\x8c','\x0c','\x1f','\xfc','\x0c','\x18','\x8c','\x1e','\x18','\x8c','\x1d','\x18','\x8c','\x1d','\x9f','\xfc','\x3d','\x84','\x00','\x2c','\x06','\x70','\x6c','\x04','\x60','\x4c','\x08','\x66','\x8c','\xff','\xff','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\xc3','\x00','\x30','\xc3','\x08','\x30','\x83','\x08','\x31','\x83','\x0c','\x31','\x03','\xfc','\x32','\x01','\xf8','\x34','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x7f','\xff','\xff','\x00','\x18','\x06','\x00','\x18','\x04','\x00','\x18','\x08','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0a','\x18','\x00','\x19','\x18','\x00','\x10','\xd8','\x00','\x30','\x78','\x00','\x20','\x1f','\xff','\x40','\x03','\xfe','\x80','\x00','\x00','\x10','\x60','\x30','\x1f','\xf0','\x78','\x10','\x01','\xc0','\x1f','\xe6','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x30','\x10','\x00','\xc0','\xff','\xfb','\x06','\x0c','\x80','\x0f','\x08','\x60','\x38','\xff','\xb0','\xe0','\x78','\x33','\x00','\x40','\x00','\x00','\x01','\xc3','\x80','\x01','\x83','\x0c','\x39','\x93','\x1e','\x31','\xfb','\x70','\x31','\x83','\x80','\x31','\x83','\x00','\x31','\x83','\x02','\x31','\xf3','\x02','\xff','\x83','\x03','\x78','\x03','\xff','\x40','\x01','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x01','\x01','\x00','\x00','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x10','\x02','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x03','\x00','\x18','\x07','\x80','\x18','\x1c','\x00','\x18','\x70','\xc0','\x1b','\x81','\xe0','\x10','\x07','\x00','\x30','\x1c','\x18','\x30','\xe0','\x7c','\x27','\x01','\xe0','\x60','\x07','\x80','\x40','\x3c','\x00','\x81','\xe0','\x00','\x1e','\x00','\x00','\x23','\x03','\x80','\x3f','\x83','\x00','\x33','\x03','\x06','\x33','\xff','\xff','\x33','\x07','\x40','\x33','\x0f','\x20','\x33','\x1b','\x30','\x3f','\x33','\x1c','\x33','\x63','\x0f','\x33','\x83','\x86','\x33','\x06','\xc0','\x33','\x0c','\x60','\x33','\x18','\x38','\x3f','\x33','\x9f','\x33','\xc3','\x26','\x33','\x33','\x30','\x33','\x1b','\x40','\x33','\x03','\x00','\x33','\x0b','\x60','\x23','\xf3','\x1c','\x63','\x63','\x0e','\x43','\x43','\x06','\x4f','\x1f','\x00','\x86','\x06','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x06','\x41','\xff','\x0c','\x70','\xff','\x30','\x60','\x00','\xc0','\xff','\xc0','\x01','\xc1','\x80','\x03','\x43','\x00','\x0c','\x26','\x00','\x30','\x1c','\x00','\x00','\x37','\xc0','\x00','\xe1','\xff','\x07','\x80','\x7e','\xf8','\x00','\x0e','\x21','\x80','\x38','\x3f','\xc0','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x36','\x3f','\xbf','\xff','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x90','\x30','\x31','\x8c','\x30','\x31','\x86','\x30','\x3f','\x86','\x30','\x31','\x86','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x21','\x80','\x30','\x21','\x80','\x30','\x61','\x80','\x30','\x4f','\x81','\xf0','\x83','\x00','\x60','\x06','\x06','\x06','\xfe','\xff','\x7f','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x10','\x06','\x46','\x52','\x46','\x7e','\x7f','\x7e','\x66','\x42','\x66','\x60','\x42','\x60','\x60','\x42','\x60','\x60','\x42','\x60','\x66','\x42','\x66','\x7f','\x7e','\x7f','\xc6','\x42','\xc6','\xc6','\x42','\xc6','\x06','\x42','\x06','\x06','\x42','\x06','\x06','\x42','\x06','\x06','\x42','\x06','\x06','\x7e','\x06','\x0e','\x42','\x0e','\x0c','\x42','\x0c','\x7c','\x00','\x7c','\x18','\x00','\x18','\x00','\x20','\x00','\x00','\x18','\x00','\x00','\x0c','\x20','\x00','\x06','\x38','\x00','\x06','\x30','\x01','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x81','\x90','\x11','\x83','\x0c','\x11','\x83','\x06','\x31','\x86','\x07','\x21','\x8c','\x03','\x61','\x98','\x03','\xe1','\xb0','\x00','\xc1','\xe0','\x00','\x01','\xc0','\x20','\x03','\x80','\x20','\x0d','\x80','\x20','\x31','\x80','\x30','\xc1','\xff','\xf0','\x00','\xff','\xe0','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc6','\xff','\xff','\xff','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xcc','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x61','\x90','\x60','\x81','\x80','\x60','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x18','\x00','\x18','\x1a','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x08','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x02','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x40','\x00','\x0c','\x30','\xff','\xfe','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x00','\x00','\x0c','\x40','\x0c','\xfe','\x7f','\xfe','\x0c','\x61','\x0c','\x0c','\x61','\x0c','\x0c','\x7f','\xfc','\x0c','\x61','\x0c','\x0c','\x61','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x60','\xff','\xcc','\x30','\x0c','\x18','\x1c','\x0c','\x10','\x0f','\x0c','\x20','\x06','\x1e','\x40','\x30','\x1d','\x1f','\xf8','\x1d','\x80','\x00','\x3d','\x80','\x00','\x2c','\x00','\x0c','\x2c','\x7f','\xfe','\x6c','\x07','\x00','\x4c','\x06','\x00','\x8c','\x06','\x00','\x0c','\x04','\x20','\x0c','\x0c','\x10','\x0c','\x08','\x18','\x0c','\x7f','\xec','\x0c','\x3e','\x0c','\x0c','\x20','\x0c','\x0e','\x00','\x00','\x0c','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0d','\x98','\xc0','\xff','\xd8','\xc0','\x19','\x98','\xcc','\x19','\x9f','\xfe','\x19','\x98','\x0c','\x19','\x98','\x0c','\x31','\x98','\x0c','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x6a','\x18','\xcc','\x66','\x18','\xc0','\x07','\x18','\xc0','\x0d','\x98','\xc0','\x08','\xd8','\xc0','\x18','\xd8','\xc6','\x10','\x1f','\xff','\x20','\x18','\x00','\xc0','\x18','\x00','\x1c','\x00','\x1c','\x18','\x01','\xfe','\x18','\x7f','\x88','\x18','\x02','\x0e','\x18','\x21','\x0c','\x1b','\x11','\x98','\xff','\x99','\x90','\x33','\x18','\x20','\x33','\x7f','\xfe','\x33','\x06','\x00','\x33','\x06','\x00','\x63','\x06','\x06','\x66','\xff','\xff','\x66','\x0c','\x00','\x66','\x0c','\x30','\xd4','\x0f','\xf8','\xcc','\x1a','\x30','\x0e','\x12','\x30','\x0b','\x31','\x60','\x1b','\x21','\xc0','\x10','\x43','\x70','\x20','\x86','\x3f','\x41','\x18','\x1e','\x82','\x60','\x06','\x08','\x00','\x00','\x0e','\x00','\x30','\x0c','\x3f','\xf8','\x08','\x06','\x30','\x92','\x06','\x30','\x63','\x86','\x30','\x33','\x06','\x30','\x36','\x06','\x30','\x04','\x06','\x30','\x0a','\x06','\x30','\x11','\x06','\x36','\xff','\xbf','\xff','\x7c','\xc6','\x30','\x4c','\xc6','\x30','\x0c','\x06','\x30','\x4e','\x06','\x30','\x7d','\x86','\x30','\x6c','\xc6','\x30','\x6c','\xc6','\x30','\x4c','\x06','\x30','\x4c','\x06','\x30','\x8c','\x06','\x36','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x08','\x80','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x02','\x04','\x7f','\x7f','\xfe','\x00','\x02','\x04','\x00','\x22','\x44','\x03','\x1a','\x34','\xff','\x8a','\x14','\x00','\x02','\x04','\x00','\x0e','\x1c','\x06','\x72','\xe4','\x7f','\x22','\x44','\x00','\x07','\x00','\x00','\x06','\x80','\x06','\x0c','\x60','\x7f','\x18','\x38','\x00','\x32','\x1f','\x00','\xc7','\x06','\x46','\x0c','\x40','\x7f','\x30','\xe0','\x66','\x01','\x88','\x66','\x06','\x1c','\x66','\x18','\x70','\x66','\x01','\xc0','\x7e','\x07','\x00','\x66','\x38','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x06','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x06','\x99','\xff','\xff','\x18','\x0d','\x00','\x18','\x19','\x04','\x18','\x18','\x8e','\x18','\x38','\x98','\x18','\x78','\xe0','\x18','\xd8','\x40','\x1b','\x18','\x60','\x18','\x18','\x30','\x18','\x1f','\x38','\x18','\xfc','\x1f','\x18','\x70','\x0e','\x18','\x40','\x06','\x01','\xc0','\x10','\x01','\x88','\x1c','\x01','\xfc','\x18','\x01','\x80','\x30','\x21','\x8c','\x60','\x3f','\xfe','\x80','\x31','\x0c','\x08','\x31','\x08','\x0e','\x31','\xc0','\x1c','\x37','\x10','\x38','\x31','\x18','\x60','\x30','\xf9','\x84','\x30','\x00','\x07','\x30','\x00','\x0e','\x33','\xb8','\x1c','\x33','\x30','\x70','\x33','\x31','\xc0','\x23','\x36','\x00','\x23','\x30','\x02','\x66','\x30','\x02','\x46','\x30','\x03','\x44','\x3f','\xff','\x88','\x1f','\xfe','\x30','\x00','\x00','\x1c','\x00','\x0c','\x19','\xff','\xfe','\x18','\x04','\x80','\x18','\x04','\x80','\x1a','\x44','\x98','\xff','\x7f','\xfc','\x18','\x64','\x98','\x18','\x64','\x98','\x1c','\x64','\x98','\x3a','\x64','\x98','\x3b','\x7f','\xf8','\x3b','\x60','\x18','\x38','\x00','\x00','\x78','\x7f','\xf8','\x58','\x00','\x00','\x58','\x00','\x06','\x9b','\xff','\xff','\x18','\x03','\x00','\x18','\x43','\x20','\x18','\x73','\x18','\x18','\x63','\x0c','\x18','\xc3','\x06','\x1b','\x1f','\x06','\x18','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x08','\x18','\x00','\x06','\x18','\x00','\x03','\x18','\x10','\x03','\x18','\x1c','\x00','\x18','\x38','\x00','\x18','\x70','\x01','\x98','\xc0','\x7f','\xdb','\x00','\x01','\x9c','\x00','\x01','\x9a','\x00','\x03','\x1a','\x00','\x03','\x19','\x00','\x06','\x19','\x00','\x06','\x18','\x80','\x0c','\x18','\xc0','\x08','\x18','\x60','\x10','\x18','\x38','\x20','\x18','\x1f','\x40','\x18','\x0e','\x80','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x20','\x00','\x0c','\x19','\xff','\xfe','\x0c','\x04','\x80','\x0c','\x04','\x80','\x00','\x44','\x98','\x00','\x7f','\xfc','\x80','\x64','\x98','\x60','\x64','\x98','\x32','\x64','\x98','\x32','\x64','\x98','\x04','\x7f','\xf8','\x04','\x60','\x18','\x0c','\x00','\x00','\x08','\x7f','\xf8','\x18','\x00','\x00','\x18','\x00','\x06','\x33','\xff','\xff','\xf0','\x03','\x00','\x70','\x43','\x20','\x30','\x73','\x18','\x30','\x63','\x0c','\x30','\xc3','\x06','\x3b','\x1f','\x06','\x18','\x06','\x00','\x00','\x60','\x0c','\xff','\xf4','\x7e','\x09','\x07','\xe0','\x09','\x04','\x90','\x49','\x24','\x90','\x7f','\xf4','\x90','\x49','\x24','\x90','\x49','\x24','\x90','\x49','\x24','\x90','\x7f','\xe4','\x90','\x00','\x04','\x90','\x00','\x44','\x90','\x7f','\xe4','\x90','\x00','\x04','\x90','\x00','\x14','\x90','\xff','\xfc','\x98','\x06','\x04','\x88','\x26','\x84','\x88','\x36','\x4c','\xac','\x66','\x68','\xac','\x46','\x68','\xf6','\x86','\x17','\x97','\x1e','\x23','\x16','\x0c','\x42','\x02','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xff','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x04','\x18','\x00','\x07','\x18','\x80','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc4','\x1c','\x03','\x82','\x30','\x07','\x83','\x40','\x0d','\x81','\x80','\x31','\x81','\xc0','\xc1','\x80','\xe0','\x01','\x9c','\x78','\x01','\xe0','\x3f','\x1f','\x80','\x1e','\x0e','\x00','\x06','\x08','\x00','\x00','\x03','\x00','\x00','\x7f','\x80','\x0c','\x00','\x3f','\xfe','\x00','\x01','\x80','\x01','\x81','\x80','\xff','\xc1','\x88','\x00','\x01','\x8e','\x00','\x21','\x8c','\x03','\x11','\x8c','\x7f','\x99','\x98','\x00','\x19','\x90','\x00','\x19','\xa0','\x03','\x01','\x80','\x7f','\x81','\x86','\x00','\x7f','\xff','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x80','\x63','\x01','\x80','\x01','\x02','\x00','\x03','\x83','\x80','\x07','\x03','\x00','\x0c','\x03','\x00','\x30','\x46','\x00','\xc6','\x66','\x06','\x02','\xc7','\xff','\x31','\x8c','\x06','\x13','\x08','\x06','\x06','\x10','\x06','\x19','\x24','\x06','\x61','\x83','\x06','\x02','\x81','\x86','\x04','\xc1','\x86','\x18','\xc1','\x86','\x61','\xc0','\x06','\x03','\xc0','\x06','\x06','\xc0','\x0e','\x0c','\xc0','\x0c','\x30','\xc0','\x0c','\xc1','\xc0','\x0c','\x01','\x80','\x18','\x0f','\x80','\xf8','\x03','\x00','\x30','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\x00','\x30','\xc1','\x0c','\x30','\xc9','\xfe','\x3f','\xfd','\x8c','\x30','\xc1','\x8c','\x30','\xc1','\x8c','\x37','\xf9','\xfc','\x34','\x09','\x8c','\x34','\x09','\x8c','\x37','\xf9','\x8c','\x34','\x09','\x8c','\x34','\x09','\xfc','\x37','\xf9','\x8c','\x20','\xc1','\x8c','\x20','\xc5','\x8c','\x6f','\xff','\x0c','\x40','\xc1','\x0c','\x40','\xc3','\x0c','\x80','\xc2','\x3c','\x00','\xc4','\x18','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\x7f','\xff','\x0d','\x0c','\x30','\xff','\x8c','\x30','\x0c','\x0c','\x30','\x0c','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0d','\xb1','\x8c','\x1e','\x31','\x8c','\xfc','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x7c','\x30','\x0c','\x18','\x30','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x00','\x06','\x6d','\xff','\xff','\x6c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x86','\x0c','\x0c','\xff','\xfe','\xfc','\xc6','\x0c','\x6c','\xcd','\x0c','\x4c','\xcc','\xcc','\x0c','\xc8','\x6c','\x18','\xd0','\x6c','\x18','\xe0','\x6c','\x10','\xc0','\x0c','\x30','\xc0','\x0c','\x20','\xc0','\x0c','\x40','\xc0','\x0c','\x00','\xc0','\x7c','\x00','\xc0','\x18','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x11','\x90','\x0d','\x9d','\x8c','\xff','\xd9','\x86','\x0c','\x19','\x87','\x0c','\x11','\x83','\x1c','\x11','\x83','\x1e','\x21','\x80','\x1d','\x81','\x90','\x3c','\xc1','\x9c','\x2c','\xcf','\x98','\x6c','\x03','\x38','\x4c','\x00','\x30','\x8c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x18','\x00','\x0c','\x60','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x06','\x03','\x9c','\x06','\x03','\x18','\x0d','\x03','\x18','\x0c','\xc3','\x1a','\x08','\x7f','\xff','\x18','\x63','\x18','\x10','\x03','\x18','\x21','\x83','\x18','\x3f','\xc0','\x00','\x46','\x08','\x06','\x86','\x0f','\xff','\x06','\xcc','\x46','\x7f','\xec','\x46','\x06','\x0c','\x46','\x06','\x8c','\x46','\x46','\xef','\xfe','\x26','\xcc','\x46','\x36','\x8c','\x46','\x37','\x0c','\x46','\x06','\x0c','\x46','\x07','\xcc','\x46','\x7e','\x0f','\xfe','\x38','\x0c','\x06','\x20','\x0c','\x06','\x06','\x00','\x18','\x06','\x00','\x7c','\x0d','\x09','\xe0','\x0c','\xcf','\x00','\x08','\x6c','\x00','\x18','\x6c','\x00','\x10','\x0c','\x0c','\x21','\x8f','\xfe','\x3f','\xcc','\x30','\x46','\x0c','\x30','\x86','\x0c','\x30','\x06','\xcc','\x30','\x7f','\xec','\x30','\x06','\x0c','\x30','\x06','\x4c','\x36','\x46','\x7f','\xff','\x26','\xc0','\x00','\x36','\x80','\x00','\x37','\x08','\x20','\x06','\x0e','\x18','\x07','\xcc','\x0c','\xfe','\x18','\x0e','\x78','\x30','\x06','\x40','\xc0','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x18','\x1f','\xc3','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x23','\x40','\xc0','\x3b','\x24','\xd0','\x33','\x37','\xcc','\x33','\x36','\xc6','\x23','\x0c','\xc7','\x63','\x08','\xc3','\x43','\x10','\xc3','\x83','\x20','\xc0','\x1f','\x07','\xc0','\x06','\x01','\x80','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x00','\x4c','\x83','\x00','\x7f','\xc2','\x20','\x4c','\x82','\x18','\x4c','\x84','\x0c','\x4c','\xbf','\xf6','\x4c','\x9e','\x06','\x4c','\x90','\x00','\x4c','\x81','\xc0','\x4c','\x81','\x80','\x7f','\x81','\x8c','\x4c','\x3f','\xfe','\x4c','\x01','\x80','\x0d','\x01','\x80','\x0c','\x81','\x80','\x0f','\xc1','\x80','\xfc','\xc1','\x80','\x70','\x01','\x86','\x40','\xff','\xff','\x00','\x00','\x00','\x10','\x03','\x84','\x1c','\x03','\x07','\x18','\x03','\x0e','\x19','\x9f','\xec','\x1f','\xc3','\x18','\x11','\x83','\x32','\x31','\x7f','\xff','\x22','\x00','\xc0','\x3f','\x81','\x88','\x64','\x86','\x1c','\xa4','\x9e','\x70','\x24','\xe7','\x82','\x3f','\x86','\x03','\x24','\x83','\xff','\x24','\x80','\x00','\x24','\x80','\x00','\x3f','\x8f','\xfc','\x00','\x0c','\x0c','\x00','\x8c','\x0c','\x2a','\xcf','\xfc','\x2a','\x4c','\x0c','\x6a','\x0c','\x0c','\x60','\x0f','\xfc','\x00','\x0c','\x0c','\x00','\x00','\x00','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x40','\xc2','\x06','\x7f','\xe3','\xff','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x7f','\xc3','\xfe','\x60','\xc3','\x06','\x60','\xc3','\x06','\x0e','\x1c','\x08','\x0c','\x18','\x0e','\x0c','\x18','\x0c','\x0c','\x18','\x18','\x0d','\x9b','\x10','\xff','\xff','\xa0','\x0c','\x18','\x44','\x0c','\x18','\x87','\x0e','\x18','\x0e','\x1d','\x1c','\x0c','\x1d','\xba','\x18','\x1d','\xbb','\x10','\x3c','\x3b','\x20','\x2c','\x78','\x44','\x2c','\x58','\x87','\x6c','\x58','\x06','\x4c','\xd8','\x0e','\x8c','\x98','\x0c','\x0d','\x18','\x18','\x0c','\x18','\x30','\x0c','\x18','\x20','\x0c','\x18','\x40','\x0c','\x18','\x80','\x0c','\x19','\x00','\x00','\x00','\xe0','\x0e','\x00','\xc8','\x0c','\x04','\xc4','\x0c','\x3e','\xc6','\x0c','\x00','\xc6','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x03','\x00','\xc6','\x03','\x7f','\xff','\x23','\x04','\xc0','\x12','\x04','\xc0','\x0a','\x24','\xc0','\x0e','\x24','\x40','\x04','\x24','\x60','\x0e','\x27','\x60','\x0b','\x24','\x60','\x19','\xa4','\x22','\x11','\xa4','\x32','\x31','\xa4','\x32','\x20','\x24','\x1a','\x40','\x27','\x9a','\x81','\xfc','\x0e','\x00','\xe0','\x07','\x00','\x80','\x03','\x20','\x00','\x30','\x18','\x00','\xf8','\x0c','\x23','\xc0','\x0c','\x3e','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x80','\x30','\x0c','\x60','\x3f','\xfe','\x32','\x30','\xc0','\x32','\x30','\xc0','\x04','\x30','\xc0','\x04','\x30','\xc0','\x0c','\x30','\xc0','\x08','\x30','\xc6','\x1b','\xff','\xff','\x18','\x00','\x00','\x30','\x00','\x00','\xf0','\x20','\x40','\x70','\x38','\x30','\x30','\x70','\x18','\x30','\x60','\x0c','\x30','\xc0','\x0e','\x39','\x80','\x06','\x1a','\x00','\x06','\x20','\x30','\x06','\x10','\x23','\xff','\x19','\xa0','\x30','\x19','\x28','\x20','\x01','\x3d','\x46','\x01','\x21','\xff','\x85','\x21','\x86','\x45','\x25','\x86','\x67','\xff','\x86','\x68','\x21','\xfe','\x08','\x21','\x86','\x09','\x29','\x86','\x19','\xa5','\x86','\x19','\x27','\xfe','\x13','\x21','\x86','\x32','\xe9','\x86','\x34','\x4d','\x86','\xf0','\x19','\x86','\x70','\x11','\xfe','\x30','\x20','\x80','\x30','\x40','\xe8','\x30','\x81','\xc6','\x3b','\x03','\x03','\x18','\x0c','\x03','\x00','\x81','\x00','\x00','\xe0','\x80','\x01','\xc0','\xc0','\x03','\x00','\x70','\x07','\xff','\xfc','\x0c','\x60','\xdf','\x30','\xc1','\xc6','\xc1','\x8f','\x80','\x03','\x03','\x00','\x0c','\x00','\x00','\x37','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x10','\x1c','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x67','\xff','\xe4','\x61','\x18','\x48','\x03','\x9a','\x30','\x06','\x1f','\x18','\x38','\x78','\x18','\x03','\xc0','\x00','\x7f','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x03','\x80','\x06','\x03','\x1f','\xff','\x3b','\x00','\xc0','\x33','\x60','\x80','\x33','\xf5','\x0c','\x33','\x07','\xfe','\x33','\x06','\x0c','\x33','\x36','\x0c','\xff','\xfe','\x0c','\x00','\x07','\xfc','\x07','\x06','\x0c','\x26','\x46','\x0c','\x36','\x26','\x0c','\x36','\x37','\xfc','\x26','\x36','\x0c','\x66','\x86','\x0c','\x5e','\xe6','\x0c','\x8c','\xc6','\x0c','\x01','\x87','\xfc','\x03','\x02','\x00','\x06','\x03','\x98','\x0c','\x07','\x06','\x30','\x0c','\x03','\xc0','\x30','\x03','\x10','\x01','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x10','\x19','\x80','\x3f','\xfd','\x00','\x20','\x03','\x06','\x40','\x03','\xff','\x9f','\xf2','\x10','\x19','\x36','\x1c','\x19','\x35','\x18','\x19','\x39','\x18','\x19','\x31','\x18','\x19','\x31','\x30','\xff','\xfc','\xb0','\x32','\x60','\xa0','\x32','\x60','\xe0','\x32','\x60','\x40','\x32','\x60','\x40','\x32','\x68','\xe0','\x7f','\xfc','\xb0','\x60','\xc1','\x38','\x00','\xc2','\x1f','\x07','\xc4','\x0e','\x01','\x98','\x06','\x40','\x80','\x00','\x30','\xe0','\x06','\x18','\xdf','\xff','\x18','\x86','\x00','\x01','\x06','\x00','\xff','\xf6','\x00','\x19','\x86','\x18','\x19','\x87','\xfc','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\xa7','\x18','\xff','\xf6','\x98','\x19','\x86','\xd8','\x19','\x86','\xd8','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x1a','\x11','\x86','\x0a','\x31','\x86','\x0a','\x21','\x86','\xce','\x21','\xbf','\x06','\x41','\x9c','\x07','\x81','\x90','\x03','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x7c','\x80','\x00','\xd8','\x60','\x01','\x98','\x30','\x03','\x18','\x18','\x06','\x18','\x0c','\x0c','\x18','\x0e','\x18','\x18','\x06','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x00','\x70','\x03','\x80','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x66','\x0c','\xff','\xff','\x1c','\x00','\x60','\x2c','\x00','\x60','\x4c','\x40','\x60','\x8c','\x30','\x60','\x0c','\x18','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x03','\xe0','\x0c','\x00','\xc0','\x00','\x02','\x00','\x1c','\x03','\x80','\x18','\x23','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x1b','\x30','\x18','\xff','\xbf','\xf8','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x19','\x3f','\xf8','\x1e','\x03','\x00','\xf8','\x03','\x00','\x60','\x03','\x06','\x41','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x38','\x0c','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x06','\x0e','\x00','\x18','\x0c','\x0f','\xfc','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x07','\xf8','\x0d','\x80','\x18','\xff','\xc0','\x18','\x19','\x8f','\xf8','\x19','\x90','\x00','\x19','\x90','\x06','\x19','\x9f','\xff','\x31','\xb0','\x06','\x33','\x31','\xc4','\x33','\x01','\x80','\x33','\x11','\x8c','\x6a','\x1f','\xfe','\x66','\x19','\x8c','\x07','\x19','\x8c','\x05','\x99','\x8c','\x0d','\x99','\x8c','\x09','\x99','\xbc','\x10','\x19','\x98','\x20','\x01','\x80','\xc0','\x01','\x80','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc7','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x06','\x0c','\x03','\xff','\xfe','\x07','\x06','\x0c','\x0f','\x06','\x0c','\x1b','\x06','\x0c','\x33','\x06','\x0c','\xc3','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x7c','\x03','\x06','\x18','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x40','\x00','\x30','\x70','\x38','\x30','\x60','\x30','\x30','\xc0','\x30','\x30','\xc0','\x36','\x31','\x9f','\xff','\x31','\x80','\x30','\x33','\x80','\x30','\x35','\x88','\x30','\x39','\x86','\x30','\x31','\x83','\x30','\x21','\x83','\x30','\x21','\x80','\x30','\x61','\x80','\x30','\x41','\x80','\x30','\x41','\x80','\x30','\x81','\x80','\x30','\x01','\x81','\xf0','\x01','\x80','\x60','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x2c','\xff','\xff','\x2e','\x0c','\x00','\x2d','\x0c','\x00','\x6d','\x89','\xc0','\x6d','\x99','\x80','\xcc','\x11','\x8c','\xcc','\x3f','\xfe','\x0c','\x71','\x8c','\x0c','\xb1','\x8c','\x0d','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\xbc','\x0c','\x31','\x98','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x83','\x0c','\xff','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x03','\x00','\x0e','\x03','\x06','\x1c','\xff','\xff','\xfc','\x06','\x80','\x6c','\x06','\x80','\x4c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x40','\x0c','\x08','\x20','\x0c','\x18','\x30','\x0c','\x10','\x18','\x0c','\x20','\x1f','\x7c','\x40','\x0e','\x19','\x80','\x06','\x03','\xa1','\x00','\x03','\x31','\xc0','\x03','\x11','\x80','\xff','\xfd','\x80','\x03','\x01','\x00','\x3f','\xf3','\x06','\x23','\x13','\xff','\x23','\x12','\x10','\x3f','\xf6','\x1c','\x23','\x15','\x18','\x23','\x19','\x18','\x3f','\xf1','\x10','\x00','\x00','\xb0','\x07','\x00','\xa0','\x06','\x30','\xe0','\xff','\xf8','\x40','\x0c','\x00','\xe0','\x0c','\x60','\xa0','\x0f','\xf0','\xb0','\x08','\x61','\x18','\x18','\x61','\x1c','\x10','\xc2','\x0f','\x23','\xc4','\x0e','\xc1','\x98','\x06','\x01','\x00','\x00','\x01','\xc1','\x80','\x01','\x80','\x70','\x03','\x01','\x1c','\x06','\x43','\xce','\x18','\x37','\x06','\x60','\x1c','\x00','\x00','\x36','\x00','\x00','\xe3','\xc0','\x03','\x80','\xff','\x1c','\x06','\x3e','\xe4','\x3f','\x06','\x07','\xf0','\x00','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x00','\x10','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x10','\x10','\xc3','\x1c','\x0c','\xc3','\x18','\x06','\xc3','\x30','\x06','\xc3','\x20','\x00','\xc3','\x46','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x20','\x00','\x18','\x18','\x00','\xfc','\x0c','\x0f','\xc0','\x0d','\xf8','\x10','\x00','\x86','\x1c','\x00','\x63','\x18','\x80','\x33','\x30','\x60','\x30','\x40','\x32','\x00','\x18','\x32','\x7f','\xfc','\x04','\x00','\x30','\x04','\x00','\x60','\x0c','\x02','\x80','\x08','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x1f','\x00','\x18','\x06','\x00','\x01','\x00','\x00','\x01','\xc3','\x00','\x01','\x80','\xc0','\x03','\x80','\x70','\x03','\x00','\x38','\x06','\x00','\x1c','\x0c','\x01','\x0e','\x18','\x01','\xc6','\x61','\x01','\x80','\x01','\x01','\x80','\x00','\x83','\x00','\x00','\x83','\x00','\x00','\x46','\x00','\x00','\x66','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\x63','\x80','\x00','\xc1','\xe0','\x01','\x80','\xf8','\x06','\x00','\x7f','\x18','\x00','\x1e','\xe0','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x24','\x09','\x00','\x43','\x10','\xc0','\x83','\x00','\xc0','\x00','\x00','\x00','\x02','\x00','\x70','\x03','\x80','\x60','\x07','\x00','\x66','\x06','\x7f','\xff','\x0e','\x00','\x60','\x1e','\x20','\x60','\x36','\x18','\x60','\xc6','\x0c','\x60','\x06','\x0c','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x20','\x00','\x30','\x70','\x70','\x30','\x60','\x64','\x30','\xdf','\xfe','\x31','\xc8','\x60','\x36','\xc4','\x60','\x30','\xc4','\x60','\x30','\xc1','\xe0','\x30','\xcc','\xc0','\x30','\x0c','\x00','\x33','\xff','\xf8','\x33','\x18','\x18','\x33','\x16','\x18','\x23','\x21','\x98','\x23','\x4c','\x98','\x63','\x08','\x18','\x43','\x16','\x18','\x43','\x21','\x98','\x83','\x40','\x98','\x03','\x00','\x78','\x03','\x00','\x30','\x00','\x18','\x00','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x18','\x06','\x18','\x1f','\xc4','\x1b','\xf8','\x10','\x18','\x18','\x18','\x18','\x0f','\xf8','\x18','\x00','\x00','\x19','\xff','\xfc','\x19','\x02','\x04','\x19','\xff','\xfc','\x19','\x02','\x04','\x19','\xff','\xfc','\x18','\x00','\x00','\x18','\xff','\xf8','\x18','\x80','\x08','\x30','\xff','\xf8','\x30','\x80','\x08','\x20','\xff','\xf8','\x60','\x80','\x08','\x40','\x80','\x78','\x80','\x80','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x06','\x10','\x20','\x7f','\x0c','\x38','\x00','\x06','\x30','\x00','\x06','\x24','\x03','\x3f','\xfe','\xff','\x82','\x40','\x00','\x22','\x48','\x00','\x12','\x4e','\x06','\x1a','\x4c','\x7f','\x1a','\x48','\x00','\x02','\x50','\x00','\x02','\x46','\x06','\x7f','\xff','\x7f','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xf8','\x43','\x0c','\x18','\x7f','\x8c','\x18','\x63','\x0f','\xf8','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\x0f','\xf8','\x63','\x0c','\x18','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\xff','\xc0','\x03','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x60','\x17','\xff','\xf0','\x66','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x03','\xc1','\xc0','\x07','\x00','\x78','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x21','\x80','\x70','\x3f','\xc0','\x68','\x31','\x82','\x64','\x31','\x9f','\x66','\x31','\x80','\x66','\x31','\x80','\x60','\x3f','\x80','\x66','\x31','\xff','\xff','\x31','\x80','\x60','\x31','\x82','\x60','\x31','\x82','\x60','\x3f','\x92','\x60','\x31','\x92','\x60','\x31','\x93','\xe0','\x31','\x92','\x20','\x31','\x92','\x30','\x31','\x92','\x30','\x3f','\x92','\x32','\x00','\x12','\x12','\x22','\x13','\x9a','\x39','\x7e','\x0a','\x31','\xb8','\x0e','\x61','\xa0','\x07','\x80','\x00','\x03','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x30','\xc0','\x7f','\xf8','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xe0','\xff','\xfc','\xd8','\x03','\x00','\xcc','\x03','\x00','\xc6','\x23','\x00','\xc7','\x3b','\x30','\xc3','\x33','\xf8','\xc0','\x33','\x00','\xc0','\x33','\x00','\xc0','\x33','\x00','\xc0','\x33','\x00','\xc0','\x2b','\x00','\xc0','\x27','\x00','\x00','\x23','\xc0','\x00','\x60','\xff','\xff','\x40','\x1f','\xfe','\x80','\x00','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\xc4','\x1c','\x3f','\xe7','\x18','\x30','\xc6','\x18','\x31','\x86','\x18','\x31','\x8c','\x18','\x33','\x0c','\x18','\x32','\x0c','\x1a','\x34','\x1b','\xff','\x32','\x18','\x18','\x33','\x38','\x18','\x31','\x5a','\x18','\x31','\x99','\x18','\x31','\x99','\x98','\x31','\x99','\x98','\x31','\x99','\x98','\x31','\x98','\x18','\x37','\x98','\x18','\x33','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\xf8','\x30','\x18','\x30','\x04','\x20','\x00','\x07','\x38','\x00','\x06','\x30','\x00','\x06','\x60','\x0c','\x0c','\x7f','\xfe','\x0c','\xc0','\x00','\x18','\x80','\x00','\x19','\x40','\x30','\x3a','\x7f','\xf8','\x38','\x66','\x30','\x58','\x66','\x30','\x98','\x66','\x30','\x18','\x66','\x36','\x1b','\xff','\xff','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\x19','\xff','\xff','\x19','\x80','\x60','\x18','\x00','\x60','\x18','\x03','\xe0','\x18','\x00','\xc0','\x1c','\x10','\x00','\x18','\x1c','\x00','\x18','\x18','\x00','\x18','\x30','\x00','\x18','\x20','\x0c','\x1b','\x7f','\xfe','\xff','\xe4','\x90','\x18','\xa4','\x90','\x19','\x24','\x90','\x18','\x24','\x96','\x19','\xff','\xff','\x1a','\x24','\x90','\x1c','\x24','\x90','\xf8','\x24','\x90','\x78','\x24','\x90','\x58','\x24','\x96','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x44','\x88','\x18','\x44','\x44','\x18','\x8c','\x66','\xfb','\x8c','\x63','\x33','\x0c','\x63','\x00','\x07','\x00','\x00','\x06','\x40','\x00','\x66','\x30','\x1f','\xf6','\x18','\x00','\x06','\x18','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x01','\xc6','\x00','\x01','\x86','\x00','\x1d','\x86','\x00','\x19','\x93','\x00','\x19','\xfb','\x00','\x19','\x83','\x00','\x19','\x81','\x80','\x19','\x81','\x80','\x19','\x80','\xc2','\x19','\x98','\xe2','\x19','\xe0','\x72','\x1f','\x80','\x3a','\xfe','\x00','\x1f','\x78','\x00','\x0f','\x40','\x00','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x1c','\x44','\x40','\x24','\x44','\x40','\x04','\x44','\x46','\xff','\xff','\xff','\x04','\x44','\x40','\x04','\x44','\x40','\x04','\x44','\x4c','\x7f','\xff','\xfe','\x08','\x00','\x00','\x0c','\x60','\x60','\x0f','\xe0','\x64','\x18','\xdf','\xfe','\x10','\xcc','\x60','\x29','\x8c','\x60','\xcd','\x0c','\x66','\x02','\x7f','\xff','\x04','\x00','\x60','\x08','\x00','\x60','\x30','\x00','\x60','\xc0','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x06','\x0c','\x30','\x22','\x0c','\x2f','\xff','\x8c','\x40','\x20','\x0c','\x87','\xff','\x0c','\x04','\x21','\x0c','\x04','\x21','\x0c','\x07','\xff','\x0c','\x04','\x21','\x0c','\x04','\x21','\x0c','\x07','\xff','\x0c','\x04','\x21','\x0c','\x04','\x21','\x0c','\x04','\x27','\x18','\x04','\x23','\x78','\x00','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x00','\x18','\x1f','\xff','\xfc','\x14','\x44','\x40','\x24','\x44','\x40','\x04','\x44','\x46','\xff','\xff','\xff','\x04','\x44','\x40','\x04','\x44','\x40','\x04','\x44','\x40','\x04','\x44','\x4c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x03','\x80','\x00','\x03','\x01','\x06','\x03','\x01','\xff','\x03','\x19','\x86','\x7f','\xfd','\x8c','\x00','\x41','\x8c','\x10','\x71','\x88','\x08','\x61','\x98','\x0c','\xc1','\x90','\x0c','\x81','\xa0','\x01','\x0d','\x90','\xff','\xff','\x88','\x00','\x01','\x8c','\x00','\x01','\x84','\x20','\x31','\x86','\x3f','\xf9','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\xbe','\x30','\x31','\x8c','\x3f','\xf1','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x03','\x80','\x1c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x30','\x18','\x7f','\xf8','\x18','\x03','\x00','\x1a','\x03','\x07','\xff','\x03','\x00','\x18','\x03','\x18','\x18','\xff','\xfc','\x18','\x00','\x00','\x18','\x03','\x82','\x18','\x03','\x01','\x18','\x03','\x01','\x98','\x03','\x31','\x98','\x7f','\xf9','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x30','\x18','\x07','\xc0','\x18','\xfe','\x00','\x18','\x70','\x00','\xf8','\x40','\x00','\x30','\x1c','\x80','\x18','\x18','\xff','\xfc','\x18','\xc0','\x18','\x18','\xc0','\x98','\x18','\xc3','\xd8','\xff','\xde','\x18','\x18','\xc2','\x18','\x18','\xc2','\x18','\x18','\xc2','\x18','\x3c','\xdf','\xd8','\x3a','\xd2','\x58','\x3a','\xd2','\x58','\x3a','\xd2','\x58','\x78','\xd2','\x58','\x58','\xdf','\xd8','\x58','\xc2','\x18','\x98','\xc2','\x1a','\x18','\x82','\x0a','\x18','\x82','\x8a','\x18','\x82','\x4a','\x19','\xbf','\xee','\x19','\x1c','\x66','\x19','\x10','\x67','\x1a','\x00','\x03','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x03','\x30','\x18','\x3f','\xb0','\x1b','\xf0','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x19','\xff','\x30','\x19','\x31','\x30','\x19','\x31','\x30','\x19','\x31','\x30','\x19','\x31','\x30','\x19','\x31','\x30','\x19','\xff','\x30','\x18','\x30','\x12','\x18','\x32','\x12','\x10','\x31','\x1a','\x30','\x31','\x8a','\x27','\xfe','\xce','\x23','\xe0','\xc6','\x42','\x00','\xc7','\x80','\x00','\x03','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc6','\x03','\x00','\xff','\x03','\xff','\xc0','\xfe','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x00','\x02','\x00','\x3f','\xc3','\x0c','\x30','\xc3','\xfe','\x30','\xc6','\x18','\x30','\xc5','\x30','\x30','\xc9','\x60','\x3f','\xd0','\xc0','\x06','\x01','\xe0','\x66','\x03','\x38','\x67','\xc6','\x0f','\x66','\x18','\x06','\x66','\x07','\xf8','\x66','\x06','\x18','\x66','\x06','\x18','\x67','\xc6','\x18','\xfe','\x06','\x18','\x70','\x07','\xf8','\x40','\x06','\x18','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x40','\x06','\x06','\x30','\x0c','\x06','\x18','\x0c','\x06','\x18','\x18','\x06','\x00','\x18','\x06','\x06','\x3b','\xff','\xff','\x38','\x0d','\x00','\x58','\x0d','\x00','\x98','\x0d','\x00','\x18','\x0d','\x00','\x18','\x0c','\x80','\x18','\x18','\x80','\x18','\x18','\xc0','\x18','\x18','\x40','\x18','\x10','\x60','\x18','\x30','\x30','\x18','\x20','\x38','\x18','\x60','\x1c','\x18','\x40','\x1f','\x18','\x80','\x0e','\x1b','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x06','\x00','\x00','\x06','\x00','\x00','\xe6','\x10','\x30','\xc6','\x1f','\xf8','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x1f','\xf0','\xc6','\x18','\x30','\xc6','\x00','\x00','\xc6','\x40','\x0c','\xc6','\x7f','\xfe','\xc6','\x61','\x0c','\xc6','\x61','\x0c','\xc6','\x61','\x0c','\xc6','\x7f','\xfc','\xc6','\x61','\x0c','\x06','\x61','\x0c','\x06','\x61','\x0c','\x06','\x7f','\xfc','\x06','\x60','\x0c','\x3e','\x60','\x0c','\x0c','\x04','\x20','\x00','\x07','\x38','\x00','\x0e','\x30','\x0c','\x0c','\x7f','\xfe','\x18','\x40','\x00','\x30','\x80','\x00','\x44','\x3f','\xf8','\x87','\x30','\x18','\x0e','\x30','\x18','\x0c','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x38','\x3f','\xf8','\x58','\x06','\x00','\x98','\x0c','\x00','\x18','\x0f','\xf8','\x18','\x18','\x30','\x18','\x34','\x60','\x18','\x62','\xc0','\x19','\x83','\x80','\x18','\x06','\xe0','\x18','\x0c','\x7f','\x18','\x30','\x1e','\x19','\xc0','\x06','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x4c','\x88','\x18','\x7f','\xcf','\xfc','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8f','\xf8','\x4c','\x8c','\x18','\x4c','\x80','\x00','\x4c','\xa0','\x06','\x4c','\xbf','\xff','\x4c','\xb0','\x86','\x4c','\xb0','\x86','\x4f','\xb0','\x86','\x4d','\xbf','\xfe','\x4c','\x30','\x86','\x0c','\x30','\x86','\x0c','\x30','\x86','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x20','\xc8','\x0c','\x3f','\xef','\xfe','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x30','\xcc','\x7c','\x3f','\xcc','\x18','\x30','\xcc','\x00','\x30','\xcc','\x06','\x30','\xcf','\xff','\x30','\xcc','\x86','\x30','\xcc','\x86','\x3f','\xcc','\x8c','\x30','\xcc','\xcc','\x30','\xcc','\x48','\x30','\xcc','\x58','\x30','\xcc','\x70','\x20','\xcc','\x20','\x20','\xcc','\x70','\x60','\xcc','\x58','\x40','\xcc','\x8f','\x47','\xcf','\x0e','\x81','\x8c','\x06','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0d','\x88','\x18','\xff','\xcf','\xfc','\x01','\x8c','\x18','\x03','\x0c','\x18','\x03','\x0c','\x18','\x06','\x0f','\xf8','\x04','\x0c','\x18','\x0e','\x00','\x00','\x0d','\x20','\x06','\x1d','\xbf','\xff','\x2d','\xb0','\x86','\xcc','\x30','\x86','\x0c','\x30','\x86','\x0c','\x3f','\xfe','\x0c','\x30','\x86','\x0c','\x30','\x86','\x0c','\x30','\x86','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x21','\x88','\x00','\x3f','\xce','\x00','\x31','\x8c','\x06','\x31','\x9f','\xff','\x31','\x90','\x00','\x31','\xa0','\x00','\x31','\x8f','\xfc','\x3f','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x3f','\x83','\x00','\x31','\x86','\x00','\x31','\x87','\xfc','\x31','\x8c','\x18','\x31','\x8a','\x30','\x31','\x91','\x60','\x31','\xa0','\xc0','\x21','\x81','\xe0','\x61','\x83','\x3f','\x47','\x8c','\x1e','\x83','\x30','\x06','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x0f','\xff','\x0d','\x98','\x00','\xff','\xd0','\x00','\x01','\xaf','\xfc','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x06','\x4f','\xfc','\x04','\x6c','\x0c','\x0c','\x8c','\x0c','\x0e','\x0f','\xfc','\x1d','\x83','\x00','\x2c','\xc2','\x00','\xcc','\xc7','\xfc','\x0c','\x04','\x18','\x0c','\x0a','\x30','\x0c','\x11','\x60','\x0c','\x60','\xc0','\x0c','\x01','\xe0','\x0c','\x03','\x3f','\x0c','\x0c','\x1e','\x0c','\x70','\x06','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x04','\x10','\x00','\x07','\x18','\x06','\x0e','\x3f','\xff','\x38','\x60','\x00','\xc1','\x9f','\xf8','\x04','\x10','\x08','\x07','\x1f','\xf8','\x0e','\x10','\x08','\x38','\x1f','\xf8','\xd8','\x03','\x00','\x18','\x07','\xf8','\x18','\x1c','\x30','\x18','\x62','\x60','\x18','\x01','\xc0','\x18','\x0e','\x7f','\x18','\xf0','\x1e','\x20','\xe6','\x67','\x18','\xc4','\x46','\x0c','\xc4','\x46','\x0c','\xc4','\x46','\x00','\xc4','\x46','\x00','\xc4','\x46','\x80','\xc4','\x46','\x60','\xfc','\x7e','\x32','\xc4','\x46','\x32','\xc0','\x06','\x04','\xc0','\x06','\x04','\xff','\xfe','\x0c','\xc0','\x06','\x08','\xc0','\x06','\x18','\xc4','\x46','\x18','\xfe','\x7e','\x30','\xc4','\x46','\xf0','\xc4','\x46','\x70','\xc4','\x46','\x30','\x84','\x46','\x30','\x84','\x46','\x31','\x84','\x46','\x39','\x04','\x46','\x1a','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\xff','\xff','\xfc','\x00','\xc3','\x18','\x00','\xc3','\x18','\x00','\xc3','\x18','\x10','\xc3','\x18','\x1f','\xff','\xf8','\x18','\xc3','\x18','\x18','\xc3','\x00','\x18','\xc3','\x00','\x18','\xc3','\x06','\x1f','\xff','\xff','\x31','\x83','\x06','\x31','\x83','\x06','\x01','\x83','\x06','\x03','\x03','\x0c','\x03','\x03','\x7c','\x06','\x03','\x18','\x0c','\x03','\x00','\x18','\x03','\x00','\x60','\x03','\x00','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x00','\x0c','\x01','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x42','\x00','\x0d','\x82','\x00','\x1e','\x06','\x00','\xfc','\x06','\x20','\x6c','\x04','\x10','\x4c','\x04','\x18','\x0c','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x08','\xf6','\x0c','\xff','\x86','\x0c','\x78','\x06','\x7c','\x40','\x06','\x18','\x00','\x00','\x20','\x1c','\xe0','\x18','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc4','\x01','\xff','\xfe','\x00','\x18','\xc4','\x80','\x18','\xc4','\x60','\x18','\xc4','\x32','\x98','\xc4','\x32','\xff','\xfc','\x04','\x98','\xc4','\x04','\x98','\xc0','\x0c','\x98','\xc0','\x08','\x98','\xc6','\x18','\xff','\xff','\x19','\x98','\xc6','\x31','\x98','\xc6','\xf0','\x18','\xc6','\x70','\x18','\xcc','\x30','\x10','\xfc','\x30','\x30','\xd8','\x30','\x20','\xc0','\x38','\x40','\xc0','\x19','\x80','\xc0','\x01','\x02','\x00','\x01','\xc3','\x80','\x01','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x06','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x1c','\x06','\x00','\x1c','\x04','\x00','\x2c','\x04','\x00','\x4c','\x0c','\x00','\x8c','\x0c','\x00','\x0c','\x08','\x20','\x0c','\x08','\x10','\x0c','\x08','\x18','\x0c','\x18','\x0c','\x0c','\x10','\x0c','\x0c','\x10','\xf6','\x0d','\xff','\x86','\x0c','\xf8','\x06','\x0c','\x80','\x06','\x0c','\x00','\x00','\x07','\x08','\x00','\x46','\x0e','\x00','\x76','\x0c','\x00','\x66','\x0c','\x00','\x66','\x0c','\x00','\x66','\xcc','\x06','\x7f','\xef','\xff','\x46','\x09','\x26','\x46','\x09','\x26','\x46','\x19','\x26','\x86','\x13','\x26','\x06','\xb2','\x26','\x07','\x22','\x26','\x06','\x46','\x66','\x1e','\x04','\x46','\xf6','\x0c','\x46','\x66','\x08','\xc6','\x46','\x10','\x86','\x06','\x21','\x86','\x06','\x01','\x0e','\x06','\x02','\x0c','\x06','\x04','\x0c','\x06','\x08','\x7c','\x06','\x00','\x18','\x10','\x04','\x1c','\x1c','\x07','\x18','\x18','\x06','\x18','\x19','\x86','\x18','\x1f','\xc6','\x18','\x11','\x8c','\x18','\x31','\x0c','\x1a','\x22','\x0d','\xff','\x7f','\x9c','\x18','\xa4','\x9c','\x18','\x24','\xad','\x18','\x24','\xcc','\x98','\x3f','\x8c','\x98','\x24','\x8c','\xd8','\x24','\x8c','\xd8','\x24','\x8c','\x18','\x3f','\x8c','\x18','\x00','\x0c','\x18','\x00','\x8c','\x18','\x2a','\xcc','\x18','\x2a','\xcc','\x18','\x6a','\x4c','\x18','\xca','\x0c','\xf8','\xc0','\x0c','\x30','\x01','\x02','\x00','\x01','\xc2','\x00','\x01','\x82','\x00','\x01','\x81','\x00','\x03','\x01','\x00','\x03','\x00','\x80','\x02','\x00','\xc0','\x06','\x00','\x60','\x04','\x00','\x38','\x08','\x00','\x1f','\x17','\xff','\xce','\x20','\x60','\xc6','\xc0','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x03','\x01','\xc0','\x06','\x01','\x80','\x0c','\x0f','\x80','\x30','\x03','\x00','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x43','\x0c','\x00','\x7f','\x98','\x00','\x63','\x18','\x06','\x63','\x1f','\xff','\x63','\x36','\x66','\x63','\x26','\x66','\x63','\x44','\x46','\x63','\x8c','\xc6','\x63','\x08','\xc6','\x63','\x18','\x86','\x63','\x11','\x86','\x63','\x31','\x06','\x7f','\x23','\x0c','\x63','\x42','\x0c','\x60','\x86','\x0c','\x61','\x04','\x0c','\x00','\x08','\x18','\x00','\x10','\x18','\x00','\x60','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x3f','\xfc','\x7f','\x81','\x80','\x63','\x09','\x90','\x63','\x08','\x10','\x63','\xff','\xff','\x63','\x08','\x10','\x63','\x08','\x10','\x63','\x00','\x00','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x7f','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x60','\x30','\x0c','\x00','\x30','\x0c','\x00','\x3f','\xfc','\x00','\x0c','\x00','\x00','\x1e','\x3c','\x00','\x70','\x0f','\x01','\x80','\x03','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x3f','\xfc','\x18','\x01','\x80','\x18','\x09','\x90','\x18','\x08','\x10','\x18','\xff','\xff','\xff','\x08','\x10','\x18','\x08','\x10','\x18','\x00','\x00','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x1b','\x30','\x0c','\xfc','\x3f','\xfc','\x70','\x30','\x0c','\x40','\x30','\x0c','\x00','\x3f','\xfc','\x00','\x0c','\x00','\x00','\x1e','\x3c','\x00','\x70','\x0f','\x01','\x80','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x09','\x90','\x2e','\x08','\x10','\x2d','\xff','\xff','\x2d','\x88','\x10','\x6d','\x88','\x10','\x6c','\x00','\x00','\xcc','\x3f','\xfc','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x0c','\x00','\x0c','\x1e','\x3c','\x0c','\x70','\x0f','\x0d','\x80','\x03','\x0e','\x08','\x40','\x0c','\x0e','\x40','\x0c','\x0c','\x40','\x0c','\x0c','\x40','\x0c','\x08','\x20','\x0d','\x88','\x20','\xff','\xd8','\x30','\x0c','\x10','\x10','\x0c','\x10','\x18','\x0c','\xa0','\x0c','\x0d','\x3f','\xff','\x0e','\x46','\x36','\x1c','\x86','\x30','\xfc','\x06','\x30','\x6c','\x06','\x30','\x4c','\x06','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x70','\x0c','\x10','\x60','\x7c','\x23','\xe0','\x18','\xc0','\xc0','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x31','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x07','\x83','\xc0','\x0f','\x67','\xa0','\x0b','\x25','\xb0','\x13','\x09','\x9c','\x23','\x11','\x8f','\xc3','\x61','\x86','\x03','\x01','\x80','\x00','\x38','\x00','\x04','\x30','\x10','\x04','\x30','\x38','\x0c','\x30','\x60','\x18','\x30','\x80','\x38','\x68','\x00','\x30','\x64','\x00','\x00','\xc3','\x00','\x01','\x81','\xc0','\x03','\x00','\xfe','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x00','\x80','\x06','\x84','\x60','\x0c','\xc6','\x38','\x31','\x88','\x1f','\xc3','\xff','\xe6','\x06','\x08','\x00','\x1b','\xff','\xc0','\x62','\x08','\x00','\x03','\xff','\xc0','\x02','\x08','\x08','\x03','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0e','\x08','\x40','\x0c','\x0e','\x40','\x4c','\x8c','\x40','\x4c','\xec','\x20','\x6c','\xcc','\x20','\x6c','\x88','\x30','\x0d','\x18','\x18','\x0c','\x50','\x1c','\xff','\xf0','\x0f','\x0c','\x20','\x06','\x0c','\x40','\x00','\x1e','\x1f','\xf8','\x1d','\x86','\x18','\x1c','\xc6','\x18','\x3c','\xc6','\x18','\x2c','\x06','\x18','\x6c','\x06','\x18','\x4c','\x0c','\x18','\x8c','\x0c','\x18','\x0c','\x08','\x18','\x0c','\x18','\x38','\x0c','\x10','\x30','\x0c','\x21','\xf0','\x0c','\xc0','\x60','\x08','\x1c','\x40','\x06','\x18','\x70','\x06','\x18','\x60','\x00','\x18','\x86','\xff','\xff','\xff','\x01','\x99','\x00','\x03','\x18','\xc0','\x0c','\x18','\x70','\x37','\xff','\xdf','\xc4','\x10','\x46','\x04','\x10','\x40','\x07','\xff','\xc0','\x04','\x10','\x40','\x04','\x10','\x40','\x07','\xff','\xc0','\x00','\x82','\x00','\x3f','\xff','\xf8','\x00','\x82','\x00','\x00','\x82','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x08','\x08','\x40','\x0e','\x0e','\x40','\x0c','\x0c','\x40','\x08','\x0c','\x20','\x92','\x0c','\x20','\x63','\x88','\x30','\x33','\x18','\x18','\x36','\x10','\x1c','\x04','\x30','\x0f','\x0a','\x20','\x06','\x11','\x40','\x00','\xff','\x9f','\xf8','\x7d','\x86','\x18','\x4c','\x06','\x18','\x0c','\x06','\x18','\x4e','\x06','\x18','\x7d','\x86','\x18','\x6c','\xcc','\x18','\x6c','\xcc','\x18','\x4c','\x08','\x18','\x4c','\x18','\x38','\x8c','\x10','\x30','\x0c','\x21','\xf0','\x0c','\xc0','\x60','\x00','\x00','\x60','\x07','\xff','\xf0','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x60','\x18','\x04','\x6f','\x99','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\x99','\xf8','\x00','\x18','\x00','\x01','\x01','\x00','\x01','\xc0','\x80','\x03','\x80','\x60','\x06','\x00','\x38','\x0f','\xff','\xdf','\x30','\x60','\xc6','\xc0','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x01','\x80','\x06','\x0f','\x80','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x00','\xc0','\x01','\x00','\xc0','\x01','\x00','\xc0','\x00','\x81','\x80','\x00','\x81','\x80','\x00','\xc1','\x80','\x00','\x43','\x00','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\x63','\x00','\x00','\xc1','\xc0','\x01','\x80','\xf0','\x06','\x00','\x7f','\x18','\x00','\x1e','\xe0','\x00','\x04','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x67','\xff','\xe6','\x60','\x81','\x06','\x60','\x81','\x06','\x60','\xff','\x06','\x60','\x81','\x06','\x60','\x81','\x06','\x60','\xff','\x06','\x60','\x81','\x06','\x60','\x81','\x06','\x67','\xff','\x06','\x63','\xe1','\x06','\x62','\x01','\x06','\x60','\x01','\x3e','\x60','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x68','\x18','\x18','\x66','\x18','\x18','\xc3','\x18','\x18','\x81','\x98','\x19','\x01','\xd8','\x1e','\x00','\xd8','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\xf8','\x18','\x00','\x30','\x04','\x20','\x20','\x07','\x10','\x38','\x06','\x18','\x30','\x06','\x0c','\x60','\x0c','\x0c','\x40','\x0c','\x00','\x8c','\x18','\xff','\xfe','\x18','\x18','\x60','\x38','\x18','\x60','\x38','\x18','\x60','\x58','\x18','\x60','\x98','\x18','\x66','\x19','\xff','\xff','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x60','\x60','\x18','\xc0','\x60','\x1b','\x00','\x60','\x00','\x00','\xc0','\x00','\x03','\xe0','\x02','\x1f','\x00','\x03','\xf0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x18','\x03','\xff','\xfc','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\x00','\x03','\x80','\xc0','\x07','\x00','\x70','\x0e','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x7f','\xfe','\x1b','\x64','\x08','\xff','\xe3','\x0c','\x18','\x61','\x08','\x18','\x60','\x10','\x18','\x6f','\xfe','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x19','\x63','\x18','\x1e','\x7f','\xff','\xf8','\xc3','\x18','\x60','\xc3','\x18','\x40','\x83','\x18','\x01','\x83','\x18','\x01','\x06','\x18','\x02','\x06','\x18','\x04','\x0c','\x18','\x00','\x30','\x18','\x07','\x20','\x80','\x86','\x38','\xe0','\x66','\x70','\xc0','\x26','\x41','\x86','\x06','\x81','\xff','\x7f','\xf2','\x10','\x46','\x15','\x1c','\x46','\x91','\x18','\x56','\x50','\xb0','\x56','\x50','\x60','\x56','\x50','\xf0','\x66','\x11','\x9c','\x46','\x76','\x0f','\x46','\x20','\x06','\x00','\x1c','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x08','\x18','\x20','\x04','\x18','\x38','\x06','\x18','\x30','\x03','\x18','\x60','\x03','\x18','\x60','\x03','\x18','\xc0','\x00','\x18','\x80','\x00','\x19','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x20','\x80','\x86','\x38','\xe0','\x66','\x70','\xc0','\x26','\x41','\x86','\x06','\x81','\xff','\x7f','\xf2','\x10','\x46','\x15','\x1c','\x56','\x91','\x18','\x56','\x50','\xb0','\x56','\x50','\xe0','\x56','\x50','\x60','\x66','\x10','\xb8','\x46','\xf1','\x1f','\x46','\x36','\x06','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x70','\x01','\x80','\x1c','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x1b','\x03','\x00','\xff','\x83','\x00','\x18','\x43','\x0c','\x18','\x7f','\xfe','\x18','\x63','\x0c','\x3c','\x63','\x0c','\x3a','\x63','\x0c','\x3b','\x62','\x8c','\x3b','\x66','\x4c','\x78','\x64','\x6c','\x58','\x68','\x6c','\x58','\x70','\x6c','\x58','\x60','\x0c','\x98','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x7c','\x18','\x60','\x18','\x00','\x00','\x80','\x04','\x00','\xe0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc1','\x00','\x00','\xc2','\x00','\x00','\x04','\x18','\x3f','\xff','\xfc','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x20','\xc6','\x10','\x10','\xc6','\x1c','\x18','\xc6','\x18','\x08','\xc6','\x30','\x0c','\xc6','\x20','\x0c','\xc6','\x40','\x0c','\xc6','\x80','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x03','\x00','\x80','\x43','\x20','\xe0','\x33','\x38','\xc0','\x1b','\x30','\x86','\x1b','\x21','\xff','\x03','\x41','\x10','\x3f','\xf3','\x1c','\x23','\x12','\x18','\x23','\x15','\x18','\x2b','\x91','\x30','\x2b','\x50','\xb0','\x2b','\x50','\xe0','\x2b','\x50','\x40','\x33','\x10','\xe0','\x23','\x10','\xb0','\x23','\x11','\x1f','\x23','\x72','\x0e','\x23','\x2c','\x06','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x0e','\x06','\x60','\x0c','\x06','\x60','\x0c','\x66','\x67','\xff','\xf6','\x60','\x1c','\x06','\x60','\x3c','\x06','\x60','\x6c','\x06','\x60','\xcc','\x06','\x61','\x8c','\x06','\x63','\x0c','\x06','\x6c','\x0c','\x06','\x60','\x7c','\x06','\x60','\x18','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x43','\x38','\xe0','\x7f','\xb0','\xc0','\x63','\x30','\xc0','\x62','\x30','\xc4','\x66','\x34','\xce','\x64','\x3e','\xd8','\x64','\x30','\xe0','\x68','\x30','\xc2','\x64','\x30','\xc2','\x66','\x30','\xc3','\x63','\xfc','\xff','\x63','\x70','\x7e','\x63','\x40','\x00','\x63','\x03','\x80','\x63','\x03','\x00','\x6f','\x03','\x00','\x66','\x03','\x18','\x60','\x7f','\xfc','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x06','\x61','\xff','\xff','\x60','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x20','\x10','\x18','\x38','\x0c','\x18','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x3a','\x00','\x00','\x7a','\x00','\x00','\x59','\x00','\x00','\xd9','\x00','\x00','\x98','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x18','\x18','\x0e','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x10','\x00','\x04','\x20','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x70','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x08','\x00','\x38','\x0f','\x0c','\x30','\x0d','\xfe','\x30','\x0d','\x8c','\x32','\x19','\x8f','\xff','\x19','\x8c','\x00','\x11','\x8d','\x08','\x31','\x8c','\x8e','\x31','\xfc','\xcc','\x71','\x8c','\xc8','\x71','\x80','\x12','\xb1','\x03','\xff','\x31','\x00','\x30','\x31','\xfc','\x30','\x33','\xcc','\x30','\x32','\xcc','\x32','\x32','\xcf','\xff','\x36','\xcc','\x30','\x34','\xcc','\x30','\x38','\xcc','\x30','\x30','\xfc','\x30','\x30','\xcc','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x10','\x60','\xe0','\x1f','\xf0','\xc0','\x18','\x60','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe3','\x18','\x18','\x01','\x10','\x18','\x00','\x24','\x1f','\xef','\xfe','\x3c','\x60','\xc0','\x2c','\x60','\xc4','\x2c','\x6f','\xfe','\x4c','\x60','\xc0','\x8f','\xe0','\xc0','\x0c','\x60','\xc0','\x0c','\x1c','\xc0','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x38','\x4c','\x8c','\x30','\x6c','\xfe','\x32','\x6c','\xcd','\xff','\x0c','\xcc','\x00','\x0c','\xcc','\x88','\x0c','\xcc','\xcc','\x0c','\xfc','\x48','\xfc','\xc0','\x12','\x6c','\xc3','\xff','\x4c','\xc0','\x30','\x09','\x8c','\x30','\x19','\xfe','\x32','\x19','\xcd','\xff','\x13','\xcc','\x30','\x32','\xcc','\x30','\x24','\xcc','\x30','\x48','\xfc','\x30','\x80','\xcc','\x30','\x00','\xcc','\x30','\x00','\x00','\x80','\x00','\x60','\xe0','\xff','\xf4','\xc6','\x06','\x07','\xff','\x06','\x06','\x06','\x06','\x46','\x06','\x7f','\xe7','\xfe','\x06','\x06','\x06','\x06','\x06','\x06','\x06','\xe6','\x06','\xff','\x07','\xfe','\x78','\x06','\x06','\x40','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\xff','\xf0','\x07','\x80','\x30','\x0d','\x80','\x30','\x31','\x80','\x30','\xc1','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x00','\x00','\x07','\x20','\x30','\x06','\x3f','\xf8','\xe6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x3f','\xf0','\xc6','\x36','\x30','\xc6','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x30','\xc6','\x07','\xf8','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x08','\x30','\x06','\x18','\x30','\x06','\x10','\x30','\x06','\x30','\x60','\x06','\x20','\x60','\x06','\x43','\xe0','\x3e','\x80','\xc0','\x0c','\x43','\x10','\x80','\x32','\x38','\xe0','\x12','\x20','\xc0','\x02','\x41','\x86','\x7f','\xf1','\xff','\x42','\x12','\x10','\x4a','\x95','\x1c','\x4a','\x50','\x98','\x4a','\x50','\xb0','\x52','\x10','\x40','\x42','\x70','\xa0','\x42','\x31','\x18','\x40','\x06','\x0f','\x07','\xff','\xe6','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x01','\x00','\x00','\x0c','\xc0','\x10','\x0c','\x4c','\x1f','\xff','\xfe','\x18','\x0c','\x00','\x18','\x0c','\x20','\x18','\x4c','\x38','\x1b','\xe6','\x70','\x18','\x06','\xe2','\x10','\x03','\x82','\x30','\x0e','\xc2','\x20','\x38','\x73','\x43','\xc0','\x3f','\x80','\x00','\x0e','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x20','\x8f','\xff','\xf8','\x0c','\x18','\x18','\x0c','\x36','\x18','\x0c','\x61','\x98','\x0d','\x81','\x98','\x0c','\x00','\x18','\x00','\x00','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x0c','\x66','\x3c','\x0f','\xf6','\xe0','\x0c','\x07','\x02','\x0c','\x06','\x02','\x0c','\xe6','\x02','\xff','\x06','\x03','\x78','\x07','\xff','\x40','\x03','\xfe','\x08','\x00','\x06','\x0e','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x38','\x7f','\xfc','\x38','\x60','\x00','\x58','\x60','\x0c','\x98','\x7f','\xfe','\x18','\x72','\x4c','\x18','\xf2','\x4c','\x18','\xf2','\x4c','\x18','\xb2','\x4c','\x18','\xbf','\xfc','\x19','\xb2','\x4c','\x19','\x32','\x4c','\x1a','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x30','\x3c','\x18','\x30','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x10','\xc3','\x00','\x1c','\xc3','\x30','\x18','\xc3','\x0c','\x31','\x83','\x06','\x21','\x83','\x07','\x43','\x03','\x03','\x84','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\xc0','\x00','\xff','\xe0','\x01','\x81','\xc0','\x03','\x43','\x80','\x0c','\x27','\x00','\x30','\x1c','\x00','\x00','\x36','\x00','\x00','\xe3','\xc0','\x03','\x80','\xff','\x1e','\x00','\x3e','\xe0','\x00','\x06','\x00','\x0e','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x01','\x80','\x0f','\xff','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x10','\x01','\x80','\x30','\x01','\x80','\x20','\x01','\x80','\x40','\x01','\x80','\x80','\x01','\x80','\x00','\x01','\x80','\x10','\x04','\x00','\x18','\xc6','\x0c','\x1f','\xef','\xfe','\x34','\x09','\x00','\x23','\x10','\xc0','\x41','\x20','\x46','\xbf','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x18','\x00','\x00','\x17','\xff','\xfc','\x16','\x21','\x0c','\x16','\x21','\x0c','\x37','\xff','\xfc','\x26','\x21','\x0c','\x66','\x21','\x0c','\x46','\x21','\x0c','\x86','\x21','\x7c','\x06','\x00','\x18','\x08','\x00','\x06','\x0e','\x7f','\xff','\x0c','\x00','\x00','\x08','\x00','\x00','\x92','\x1f','\xfc','\x63','\x98','\x0c','\x33','\x18','\x0c','\x36','\x18','\x0c','\x04','\x1f','\xfc','\x09','\x18','\x00','\x10','\x98','\x06','\xff','\xdf','\xff','\x7c','\xd9','\x26','\x4c','\x19','\x26','\x0e','\x39','\x26','\x4d','\x29','\x26','\x7d','\xaf','\xfe','\x6d','\xa9','\x26','\x6c','\x69','\x26','\x4c','\x49','\x26','\x4c','\x49','\x26','\x8c','\x89','\x26','\x0c','\x08','\x1e','\x0c','\x08','\x0c','\x00','\x00','\x00','\x40','\x00','\x18','\x30','\xff','\xfc','\x18','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x0c','\x18','\xfe','\x08','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x10','\x18','\x0c','\x30','\x38','\x0c','\x20','\x30','\x0c','\x41','\xf0','\x0d','\x80','\x60','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x40','\x0c','\x30','\x7f','\xfe','\x18','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x00','\x60','\x30','\x00','\x7f','\xf8','\x00','\x60','\x30','\x00','\x60','\x30','\x0c','\x60','\x60','\xfe','\x66','\x60','\x0c','\x61','\xc0','\x0c','\x40','\xe0','\x0c','\x41','\xb8','\x0c','\xc3','\x1c','\x0c','\x86','\x0e','\x0d','\x0c','\x06','\x0c','\x30','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x06','\x43','\xff','\xff','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x00','\x60','\x18','\x00','\x7f','\xf8','\x00','\x60','\x00','\x00','\x60','\x00','\x0c','\x7f','\xfc','\xfe','\x72','\x4c','\x0c','\xf2','\x4c','\x0c','\xb2','\x4c','\x0c','\xbf','\xfc','\x0d','\xb2','\x4c','\x0d','\x32','\x4c','\x0e','\x32','\x4c','\x0c','\x32','\x3c','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x08','\x00','\x06','\x0e','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x83','\x0c','\x18','\xff','\xfe','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x38','\xc3','\x0c','\x38','\xff','\xfc','\x58','\xc3','\x0c','\x98','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc3','\x0c','\x18','\x13','\x00','\x18','\x13','\x00','\x18','\x0a','\x00','\x18','\x06','\x00','\x18','\x07','\x00','\x18','\x0d','\xc0','\x18','\x18','\xff','\x18','\x60','\x3e','\x19','\x80','\x0e','\x10','\x00','\x00','\x1c','\x01','\xc0','\x18','\xc1','\x80','\x1f','\xe1','\x80','\x10','\xc1','\x80','\x31','\x81','\x8c','\x21','\x1f','\xfe','\x42','\x01','\x8c','\xff','\xf1','\x8c','\x62','\x31','\x8c','\x62','\x31','\x8c','\x62','\x31','\x8c','\x62','\x33','\x0c','\x7f','\xf3','\x0c','\x01','\x83','\x0c','\x11','\x82','\x0c','\x1d','\x86','\x1c','\x19','\x84','\x18','\x19','\x88','\xf8','\x11','\x90','\x32','\x31','\x80','\x02','\x21','\x80','\x03','\x41','\xff','\xff','\x80','\xff','\xfe','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x30','\x0c','\x07','\xf8','\x0c','\x0c','\x60','\x0d','\x88','\x40','\xff','\xd0','\x8c','\x19','\xbf','\xfe','\x19','\x98','\x8c','\x19','\x98','\x8c','\x19','\x98','\x8c','\x31','\x98','\x8c','\x33','\x18','\x8c','\x33','\x1f','\xfc','\x33','\x18','\x6c','\x6a','\x04','\x60','\x66','\x07','\x60','\x07','\x06','\x60','\x05','\x86','\x60','\x0c','\xcc','\x62','\x08','\xcc','\x62','\x10','\x18','\x63','\x20','\x30','\x7f','\xc0','\xc0','\x3e','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x80','\x00','\x60','\x60','\x00','\x40','\x30','\x00','\x8f','\xd8','\x3f','\xf8','\x1c','\x1f','\x00','\x0c','\x10','\xe1','\xcc','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x86','\xff','\xff','\xff','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x3b','\x88','\x06','\x33','\x0d','\xff','\x33','\x0c','\x30','\xff','\xec','\x30','\x33','\x0d','\x32','\x33','\x09','\xff','\x3f','\x09','\x32','\x0c','\x19','\x32','\x4c','\x99','\x32','\x7f','\x99','\xfe','\x4c','\xa9','\x32','\x4c','\xa9','\x32','\x4c','\xc9','\x32','\x4c','\x89','\xfe','\x4c','\x89','\x32','\x7f','\x88','\x30','\x4c','\x09','\x30','\x0c','\x49','\x20','\xff','\xe8','\xa0','\x0c','\x08','\x60','\x0c','\x08','\x70','\x0c','\x08','\x5f','\x0c','\x08','\x8e','\x0c','\x0b','\x06','\x04','\x00','\x00','\x07','\x40','\x30','\x06','\x7f','\xf8','\x06','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x38','\x7f','\xf0','\x38','\x60','\x30','\x58','\x07','\x00','\x98','\x06','\x00','\x18','\x06','\x0c','\x1b','\xff','\xfe','\x18','\x0e','\x80','\x18','\x1e','\x80','\x18','\x16','\x40','\x18','\x36','\x60','\x18','\x26','\x38','\x18','\x66','\x1f','\x18','\xc6','\x0e','\x1b','\x06','\x06','\x18','\x06','\x00','\x18','\x06','\x00','\x06','\x00','\xe8','\x06','\x00','\xc6','\x0d','\x00','\xc6','\x0c','\xc0','\xc0','\x18','\x7f','\xff','\x10','\x60','\xc0','\x26','\x00','\xc0','\x46','\x88','\xc4','\xbf','\xcf','\xfe','\x06','\x08','\xc4','\x06','\x08','\xc4','\x06','\x48','\xc4','\x7f','\xef','\xfc','\x00','\x08','\xc4','\x00','\x08','\xc4','\x20','\xc8','\xc4','\x3f','\xef','\xfc','\x30','\xc8','\xc4','\x30','\xc8','\xc4','\x30','\xc8','\xc4','\x30','\xc8','\xc4','\x3f','\xc8','\xc4','\x30','\xc8','\xdc','\x30','\xc8','\xcc','\x06','\x00','\xe8','\x06','\x00','\xc6','\x0d','\x00','\xc6','\x0c','\xc0','\xc0','\x08','\x7f','\xff','\x18','\x60','\xc0','\x10','\x00','\xc0','\x21','\x88','\xc4','\x3f','\xcf','\xfe','\x46','\x08','\xc4','\x86','\x08','\xc4','\x06','\x48','\xc4','\x7f','\xef','\xfc','\x06','\x08','\xc4','\x06','\x88','\xc4','\x46','\xe8','\xc4','\x26','\xcf','\xfc','\x36','\x88','\xc4','\x37','\x08','\xc4','\x06','\x08','\xc4','\x07','\xc8','\xc4','\xfe','\x08','\xc4','\x70','\x08','\xdc','\x40','\x08','\xcc','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x01','\x06','\x60','\x1d','\x86','\x60','\x18','\x86','\x67','\xff','\xe6','\x60','\x18','\x06','\x62','\x18','\x46','\x63','\xff','\xe6','\x62','\x18','\x46','\x62','\x18','\x46','\x63','\xff','\xc6','\x62','\x18','\x46','\x62','\x18','\x46','\x63','\xff','\xc6','\x62','\x18','\x46','\x62','\x18','\x46','\x62','\x18','\x46','\x62','\x19','\xc6','\x62','\x18','\xc6','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x0e','\x01','\xd0','\x0c','\x01','\x8c','\x0c','\x01','\x8c','\x0c','\x01','\x80','\x0c','\xff','\xff','\x0c','\x01','\x80','\xff','\x81','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\x1e','\x3f','\xfc','\xfc','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x7c','\x31','\xbc','\x18','\x31','\x98','\x00','\x1c','\x00','\x00','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x1c','\x00','\x07','\x18','\x60','\x06','\x18','\x18','\x0c','\x18','\x8c','\x08','\x18','\xee','\x10','\x19','\xc6','\x20','\xfb','\x80','\x40','\x37','\x00','\x00','\x0e','\x00','\x00','\x18','\x00','\x00','\x60','\x00','\x03','\x80','\x00','\x3c','\x00','\x00','\x00','\x1c','\x80','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x0e','\x00','\xe8','\x0c','\x00','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\xc0','\x0d','\xbf','\xff','\xff','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x10','\xc6','\x03','\x1f','\xff','\x06','\x18','\xc6','\x04','\x98','\xc6','\x0c','\xd8','\xc6','\x1d','\x1f','\xfe','\x2e','\x18','\xc6','\xcd','\x98','\xc6','\x0c','\xd8','\xc6','\x0c','\xdf','\xfe','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xde','\x0c','\x18','\xcc','\x0e','\x00','\xe8','\x0c','\x00','\xc6','\x0c','\xc0','\xc6','\xff','\xe0','\xc0','\x0c','\x1f','\xff','\x4c','\x80','\xc0','\x7f','\xc0','\xc0','\x4c','\x88','\xc4','\x4c','\x8f','\xfe','\x4c','\x88','\xc4','\x7f','\x88','\xc4','\x4c','\x88','\xc4','\x4c','\x8f','\xfc','\x4c','\x88','\xc4','\x7f','\x88','\xc4','\x4c','\x88','\xc4','\x0c','\x0f','\xfc','\x0c','\xc8','\xc4','\xff','\xe8','\xc4','\x0c','\x08','\xc4','\x0c','\x08','\xc4','\x0c','\x08','\xc4','\x0c','\x08','\xdc','\x0c','\x08','\xcc','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\xbf','\xfc','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1c','\x3f','\xfc','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x3d','\xb1','\x8c','\x2d','\xbf','\xfc','\x2c','\x02','\x00','\x6c','\x01','\x80','\x4c','\x0c','\xc8','\x8c','\x4c','\xc6','\x0c','\x4c','\x03','\x0c','\xcc','\x13','\x0d','\x8c','\x18','\x0d','\x8f','\xf8','\x0c','\x07','\xf0','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x30','\xe0','\x0c','\x30','\x3f','\x33','\xff','\xce','\xc0','\x60','\xc0','\x00','\xc0','\xc0','\x01','\x81','\x80','\x06','\x0f','\x80','\x18','\x03','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\x1c','\x60','\x0c','\x18','\x38','\x33','\xff','\xdf','\xc0','\x18','\x06','\x00','\x18','\x00','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x38','\xc0','\x06','\x30','\x70','\x0c','\x30','\x3f','\x30','\x30','\x0e','\xc2','\x34','\x40','\x04','\x32','\x30','\x1c','\x33','\x18','\x18','\xf3','\x18','\x00','\x60','\x00','\x00','\x0e','\x40','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x00','\x10','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x20','\x18','\x0c','\x38','\x18','\x0c','\x30','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\xc0','\x18','\x03','\x80','\x18','\x03','\x00','\x30','\x07','\x82','\x30','\x0d','\xc2','\x30','\x18','\xe2','\x20','\x30','\x72','\x60','\xc0','\x3f','\x43','\x00','\x1f','\x80','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc2','\x00','\x01','\x81','\x00','\x03','\xff','\xc0','\x07','\x00','\xf8','\x1b','\x00','\xdf','\xe3','\xff','\xc6','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x20','\x60','\x06','\x18','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x00','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x40','\xc0','\x0c','\x30','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xcc','\x1f','\xff','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\xc6','\x06','\x3f','\xef','\xff','\x24','\x09','\x00','\x43','\x11','\xa0','\x81','\x20','\x98','\x10','\x01','\x08','\x0c','\xff','\xfe','\x06','\x01','\x00','\x86','\x3f','\xf8','\x60','\x21','\x08','\x31','\x21','\x08','\x32','\x3f','\xf8','\x04','\x21','\x08','\x0c','\x21','\x08','\x18','\x3f','\xf8','\xf0','\x00','\x62','\x71','\xff','\xff','\x30','\x20','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x38','\x01','\xe0','\x18','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x08','\x70','\x80','\x0e','\x60','\xe0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x6c','\xc6','\x1b','\xfe','\xff','\x18','\x60','\x98','\x18','\x61','\x98','\x38','\x61','\x18','\x38','\x62','\x98','\x58','\x7c','\x98','\x58','\x4c','\x98','\x98','\x4c','\x90','\x18','\x4c','\x50','\x18','\x4c','\x50','\x18','\x4c','\x70','\x18','\xcc','\x20','\x18','\x8c','\x20','\x18','\x8c','\x70','\x18','\x98','\x50','\x19','\x18','\x98','\x19','\x79','\x0f','\x1a','\x32','\x0e','\x18','\x04','\x06','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x0c','\x07','\xff','\xfe','\x0c','\x06','\x00','\x0c','\x06','\x00','\x19','\xff','\xfc','\x18','\x0d','\x00','\x38','\x0d','\x00','\x38','\x18','\x86','\x5f','\xff','\xff','\x98','\x10','\x60','\x18','\x20','\x30','\x18','\x46','\x1c','\x18','\x86','\x0f','\x1b','\x7f','\xe6','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x0c','\x1b','\xff','\xfe','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x30','\x07','\xff','\xf8','\x0c','\x00','\x30','\x08','\x00','\x30','\x10','\x0c','\x30','\x3f','\xfe','\x30','\x40','\x0c','\x30','\x80','\x0c','\x30','\x00','\x0c','\x30','\x08','\x0c','\x30','\x0f','\xfc','\x30','\x0c','\x0c','\x70','\x0c','\x00','\x60','\x0c','\x03','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\x04','\x0c','\x00','\x04','\x0c','\x00','\x04','\x0c','\x00','\x06','\x0f','\xff','\xfe','\x07','\xff','\xfc','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xda','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x04','\x0c','\x06','\x07','\xfe','\x06','\x46','\x0c','\x7f','\xe6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x16','\x3c','\xff','\xfe','\x18','\x20','\x86','\x00','\x10','\xe6','\x06','\x18','\xc7','\xff','\x18','\x86','\x86','\x01','\x16','\x86','\xff','\xfe','\x46','\x06','\x06','\x4c','\x06','\x06','\x4c','\x06','\x46','\x28','\x7f','\xe6','\x38','\x06','\x06','\x10','\x06','\x06','\x38','\x06','\x06','\x2c','\x06','\x06','\x4f','\x06','\x06','\x86','\x06','\x06','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x60','\x00','\x1f','\xff','\xf0','\x00','\x44','\x00','\x00','\xc4','\x00','\x00','\x82','\x0c','\x7f','\xff','\xfe','\x01','\x01','\x80','\x03','\x00','\xc0','\x02','\x1c','\x60','\x04','\x18','\x38','\x0b','\xff','\xdf','\x10','\x18','\x0e','\x20','\x18','\x06','\xc0','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\x08','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x1a','\x00','\x00','\x19','\x80','\x00','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x04','\x00','\x0c','\x07','\x00','\x08','\x06','\x30','\x08','\x0f','\xf8','\x49','\x08','\x30','\x49','\x14','\x60','\x49','\x22','\xc0','\x49','\x01','\x80','\x49','\x03','\xc0','\x49','\x06','\x70','\x49','\x0c','\x3f','\x49','\x31','\x8e','\x49','\xc1','\x80','\x49','\x1f','\xf8','\x49','\x01','\x80','\x49','\x01','\x80','\x7f','\x1f','\xf8','\x41','\x01','\x80','\x41','\x01','\x86','\x00','\x7f','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x40','\x18','\x00','\xe0','\xc0','\x01','\xff','\xe0','\x03','\x03','\x80','\x0c','\xce','\x00','\x30','\x3c','\x00','\x00','\x67','\x80','\x03','\x80','\xff','\x1c','\x18','\x1e','\xe7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xe3','\xfc','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1f','\xe3','\xfc','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1f','\xe3','\xfc','\x18','\x63','\x0c','\x18','\x63','\x0c','\x10','\x62','\x0c','\x30','\x66','\x0c','\x23','\xe4','\x0c','\x40','\xc8','\x7c','\x80','\x10','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x40','\x00','\x18','\x70','\x00','\x18','\x60','\x18','\x18','\x7f','\xfc','\x18','\xc0','\x18','\x18','\x80','\x18','\x19','\xff','\x18','\x1a','\x03','\x18','\x1c','\x03','\x18','\x18','\x03','\x18','\x18','\x83','\x18','\x30','\xff','\x38','\x30','\xc0','\x30','\x30','\xc1','\xf0','\x20','\xc0','\x62','\x60','\xc0','\x02','\x40','\xc0','\x02','\x80','\xc0','\x03','\x00','\xff','\xff','\x00','\x7f','\xfe','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0c','\x1f','\xfe','\x0d','\x98','\x0c','\xff','\xf0','\x0c','\x0c','\x20','\x0c','\x0c','\x7f','\x8c','\x0c','\x81','\x8c','\x0c','\x01','\x8c','\x0c','\x01','\x8c','\x0d','\xa1','\x8c','\xfe','\x3f','\x8c','\x7c','\x30','\x1c','\x4c','\x30','\x18','\x0c','\x30','\xf8','\x0c','\x30','\x30','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x03','\x7c','\x3f','\xff','\x18','\x1f','\xfe','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\xff','\x03','\x00','\x18','\x7f','\xfc','\x18','\x06','\x80','\x19','\x06','\x80','\x1a','\x0c','\x46','\x1d','\xff','\xff','\x18','\x08','\x60','\x38','\x18','\x30','\xf8','\x13','\x38','\x78','\x23','\x1c','\x58','\x5f','\xef','\x18','\x83','\x06','\x19','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\xf8','\x03','\x00','\x30','\x03','\x00','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x33','\x00','\xff','\xfb','\x06','\x06','\x07','\xff','\x06','\x06','\x10','\x06','\x04','\x1c','\x06','\x6c','\x18','\x07','\xea','\x38','\x0c','\x72','\x30','\x0c','\x62','\x30','\x0c','\x61','\x60','\x0c','\x61','\x60','\x08','\x61','\xc0','\x08','\xe0','\x80','\x18','\xc1','\xc0','\x10','\xc1','\x60','\x10','\xc3','\x30','\x31','\xc2','\x38','\x21','\x84','\x1f','\x4f','\x88','\x0e','\x83','\x30','\x06','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x60','\x00','\x7f','\xf0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x03','\x00','\xe0','\x06','\x00','\xc0','\x0c','\x01','\xc0','\x18','\x0f','\x80','\x60','\x03','\x00','\x20','\xc4','\x0c','\x3f','\xe7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x20','\xc4','\x0c','\x20','\xcc','\x0c','\x67','\xc8','\x0c','\x41','\x90','\x7c','\x80','\x20','\x18','\x20','\x07','\x00','\x18','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x00','\x06','\x0c','\x01','\xff','\xfe','\x80','\x06','\x00','\x60','\x06','\x00','\x32','\x06','\x00','\x32','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x06','\x0f','\xff','\xff','\x08','\x0c','\x00','\x18','\x0c','\x00','\x18','\x08','\x00','\x30','\x18','\x00','\xf0','\x10','\x40','\x70','\x10','\x30','\x30','\x20','\x18','\x30','\x21','\xec','\x33','\xff','\x0e','\x39','\xf0','\x06','\x19','\x00','\x06','\x20','\x10','\x00','\x18','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x00','\x1f','\xfe','\x00','\x30','\x0c','\x80','\x30','\x0c','\x60','\x60','\x0c','\x32','\x7f','\x8c','\x32','\x81','\x8c','\x05','\x01','\x8c','\x04','\x01','\x8c','\x0c','\x41','\x8c','\x08','\x7f','\x9c','\x18','\x60','\x18','\x18','\x60','\x38','\x30','\x61','\xf0','\xf0','\x60','\x60','\x70','\x60','\x02','\x30','\x60','\x02','\x30','\x60','\x02','\x30','\x60','\x03','\x38','\x7f','\xff','\x18','\x3f','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x60','\x3f','\xff','\xf0','\x00','\x00','\xc0','\x00','\x13','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x00','\x08','\x00','\x00','\xce','\x00','\xff','\xec','\x00','\x0c','\x0c','\x0c','\x0c','\x0f','\xfe','\x0c','\x08','\x0c','\x08','\x18','\x0c','\x18','\x10','\x0c','\x18','\x1f','\x8c','\x11','\xa1','\x8c','\x3f','\xc1','\x8c','\x39','\x81','\x8c','\x59','\x81','\x8c','\x59','\x91','\x8c','\x99','\x9f','\x8c','\x19','\x98','\x1c','\x19','\x98','\x18','\x19','\x98','\xf8','\x19','\x98','\x32','\x1f','\x98','\x02','\x19','\x98','\x02','\x18','\x18','\x03','\x00','\x1f','\xff','\x00','\x0f','\xfe','\x10','\x02','\x00','\x1c','\x83','\x18','\x18','\x43','\xfc','\x10','\x62','\x18','\xa4','\x66','\x30','\x47','\x05','\xe0','\x66','\x08','\x78','\x6c','\x10','\x8e','\x08','\x01','\x07','\x14','\x06','\x63','\x22','\x1b','\xfc','\xff','\x00','\x60','\x7b','\x30','\x60','\x48','\xfb','\xfc','\x08','\x30','\x60','\x4c','\x30','\x60','\x7a','\x37','\xff','\x6b','\x30','\x60','\x6b','\x30','\x60','\x48','\x30','\x60','\x48','\x68','\x00','\x89','\xc7','\xff','\x08','\xc1','\xfe','\x08','\x80','\x00','\x21','\x88','\x00','\x3f','\xce','\x00','\x31','\x8c','\x00','\x31','\x8c','\x0c','\x31','\x8f','\xfe','\x31','\x88','\x0c','\x31','\x98','\x0c','\x3f','\x90','\x0c','\x31','\x9f','\x8c','\x31','\xa1','\x8c','\x31','\xc1','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x3f','\x91','\x8c','\x31','\x9f','\x8c','\x31','\x98','\x1c','\x31','\x98','\x18','\x31','\x98','\xf8','\x31','\x98','\x32','\x21','\x98','\x02','\x21','\x98','\x02','\x61','\x98','\x03','\x47','\x9f','\xff','\x83','\x0f','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x60','\x00','\x7f','\xf0','\x00','\xe0','\x60','\x00','\xc0','\x60','\x01','\xc0','\x60','\x01','\x80','\x60','\x03','\x00','\x60','\x06','\x00','\xe0','\x0c','\x00','\xc0','\x30','\x07','\xc0','\xc0','\x01','\x80','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x20','\xc4','\x0c','\x3f','\xe7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x3f','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x30','\xc6','\x0c','\x3f','\xc6','\x0c','\x30','\xcc','\x0c','\x30','\x0c','\x0c','\x00','\x18','\x0c','\x00','\x30','\x7c','\x00','\xc0','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xcb','\x00','\x60','\x0c','\x30','\x18','\x1f','\xf8','\x0c','\x30','\x60','\x0c','\x6c','\xc0','\x01','\x83','\x00','\x00','\x0c','\xe0','\x00','\x30','\x3f','\x0d','\xc3','\x0e','\xfe','\x3f','\xf0','\x0c','\x03','\x00','\x0c','\x3f','\xf0','\x0c','\x03','\x00','\x0d','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0e','\x04','\x00','\x0c','\x06','\x18','\x0c','\x07','\xfc','\x0c','\x0c','\x18','\x0c','\x0a','\x30','\x4c','\x91','\x60','\x7f','\xa0','\xc0','\x4c','\x81','\xe0','\x4c','\x83','\x38','\x4c','\x86','\x1f','\x4c','\x98','\xc6','\x4c','\xe0','\xc0','\x4c','\x8f','\xfc','\x7f','\x80','\xc0','\x4c','\x80','\xc0','\x4c','\x0f','\xfc','\x0d','\x00','\xc0','\x0c','\x80','\xc0','\x0c','\xbf','\xff','\x0f','\xc0','\xc0','\xfc','\xc0','\xc0','\x70','\xc0','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x00','\x00','\x07','\x3f','\xf0','\x0e','\x30','\x30','\x0c','\x30','\x30','\x1c','\x3f','\xf0','\x3c','\x03','\x06','\x6d','\xff','\xff','\x8c','\x23','\x00','\x0c','\x33','\x30','\x0c','\x63','\x1c','\x0c','\x83','\x0c','\x0c','\x30','\x40','\x00','\x70','\x70','\x00','\xc8','\x60','\x03','\x84','\x80','\x1f','\x03','\x00','\xe3','\x19','\xc0','\x03','\xe0','\x7f','\x1f','\x80','\x1e','\x0c','\x00','\x06','\x03','\x01','\xc0','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x81','\x80','\xff','\xc1','\x86','\x00','\x3f','\xff','\x00','\x03','\x00','\x03','\x03','\x00','\x7f','\x83','\x00','\x00','\x03','\x0c','\x00','\x03','\xfe','\x03','\x03','\x0c','\x7f','\x83','\x0c','\x00','\x03','\x0c','\x00','\x03','\x0c','\x41','\x86','\x0c','\x7f','\xc6','\x0c','\x61','\x86','\x0c','\x61','\x84','\x1c','\x61','\x8c','\x18','\x61','\x88','\x18','\x7f','\x90','\xf8','\x61','\xa0','\x30','\x00','\x63','\x00','\x10','\x42','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\x81','\x06','\x03','\x01','\xff','\x03','\x01','\x86','\x03','\x31','\x8c','\x3f','\xf9','\x8c','\x03','\x01','\x88','\x03','\x01','\x98','\x03','\x01','\x90','\x03','\x31','\xa0','\x3f','\xf9','\x90','\x03','\x01','\x88','\x03','\x01','\x8c','\x03','\x01','\x84','\x03','\x19','\x86','\x7f','\xfd','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x03','\x01','\xbe','\x06','\x01','\x8c','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x06','\x02','\x00','\x06','\x03','\x18','\x0d','\x03','\xfc','\x0c','\x86','\x18','\x08','\xc5','\x30','\x18','\xc9','\x60','\x10','\x10','\xc0','\x21','\x81','\xe0','\x3f','\xc3','\x38','\x4c','\x06','\x1f','\x8c','\x18','\xc6','\x0c','\xc0','\xc0','\xff','\xef','\xfc','\x0c','\x00','\xc0','\x0d','\x00','\xc0','\x8d','\xcf','\xfc','\x4d','\x80','\xc0','\x6d','\x00','\xc0','\x6e','\x3f','\xff','\x0c','\x00','\xc0','\x0f','\xc0','\xc0','\xfe','\x00','\xc0','\x78','\x00','\xc0','\x40','\x00','\xc0','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x03','\x00','\x0c','\xc3','\x00','\x18','\x66','\x0c','\x17','\x67','\xfe','\x26','\x04','\x0c','\x46','\x08','\x0c','\xbf','\xcf','\xcc','\x30','\xd0','\xcc','\x30','\xc0','\xcc','\x3f','\xc0','\xcc','\x30','\xc8','\xcc','\x30','\xcf','\xcc','\x30','\xcc','\x0c','\x3f','\xcc','\x18','\x30','\xcc','\xf8','\x32','\x0c','\x30','\x31','\x0c','\x02','\x31','\x8c','\x02','\x32','\xcc','\x02','\xfc','\xcc','\x03','\x70','\x0f','\xff','\x40','\x07','\xfe','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x02','\x30','\x19','\xff','\x30','\x18','\x20','\x30','\x18','\x30','\x30','\x18','\xfe','\x30','\x18','\x82','\x30','\x18','\x82','\x30','\x18','\xfe','\x30','\x18','\x82','\x30','\x18','\x82','\x30','\x18','\xfe','\x30','\x18','\x80','\x30','\x18','\xff','\xb0','\x18','\x80','\x12','\x18','\xff','\x9a','\x10','\x01','\x9a','\x32','\xa9','\x8a','\x22','\xa9','\x8e','\x26','\x03','\x06','\x46','\x1f','\x07','\x80','\x06','\x03','\x24','\x90','\x80','\x3e','\xf8','\xe0','\x24','\x92','\xcc','\x24','\x93','\xfe','\x24','\x93','\x0c','\x24','\x93','\x0c','\x24','\x93','\xfc','\x3c','\xf3','\x0c','\x24','\x93','\x0c','\x24','\x93','\xfc','\x24','\x93','\x00','\x24','\x93','\x06','\x24','\x93','\xff','\x3c','\xf3','\x00','\x24','\x93','\x06','\x24','\x93','\xff','\x24','\x93','\x02','\x24','\x90','\x0a','\x24','\x92','\xaa','\x65','\x92','\xa2','\x45','\x16','\x86','\x45','\x16','\x0c','\x5d','\x70','\x7c','\x8a','\x20','\x18','\x00','\x00','\x70','\x00','\x07','\xf8','\x00','\x7f','\x00','\x1f','\xc0','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\xff','\xff','\xf8','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x18','\x00','\x08','\x30','\x00','\x08','\x60','\x00','\x14','\x80','\x00','\x15','\x00','\x00','\x32','\x00','\x00','\x61','\x80','\x00','\xe0','\xf0','\x00','\x60','\x3f','\xff','\x20','\x07','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xff','\xfc','\x03','\xff','\xfc','\x00','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x06','\xff','\xff','\x0c','\x10','\x20','\x0c','\x08','\x30','\x18','\x8c','\x20','\x18','\x84','\x46','\x38','\xff','\xff','\x39','\x80','\x04','\x59','\x87','\x08','\x98','\x06','\x00','\x18','\x06','\x06','\x19','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x18','\x18','\x07','\xfc','\x18','\x06','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x18','\x38','\x18','\x30','\x30','\x18','\x61','\xf0','\x19','\x80','\x60','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\xe6','\x03','\x18','\xc6','\x7f','\xfc','\xc6','\x10','\x40','\xc6','\x08','\x70','\xc6','\x0c','\x60','\xc6','\x0c','\x40','\xc6','\x00','\x8c','\xc6','\xff','\xfe','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x20','\x30','\xc6','\x3f','\xf8','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x3f','\xf0','\x06','\x30','\x30','\x3e','\x30','\x30','\x0c','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\xff','\xc3','\x00','\x0c','\x03','\x0c','\x0c','\x03','\xfe','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\xc4','\x0c','\x0f','\x0c','\x0c','\xfc','\x08','\x18','\x70','\x18','\x18','\x40','\x10','\x18','\x00','\x20','\x30','\x00','\x41','\xf0','\x01','\x80','\x60','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xdf','\xff','\xff','\xe3','\x00','\x18','\xc3','\x00','\x18','\xc3','\x00','\x18','\xc3','\x0c','\x18','\xc3','\xfe','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x33','\x03','\x0c','\x6b','\x06','\x0c','\x66','\x06','\x0c','\x07','\x06','\x0c','\x05','\x84','\x1c','\x0c','\xcc','\x18','\x08','\xc8','\x18','\x10','\x10','\x38','\x20','\x21','\xf0','\xc0','\xc0','\x60','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x06','\x0c','\x18','\x06','\x4c','\x9f','\xfe','\x7f','\xd8','\x06','\x4c','\x98','\x06','\x4c','\x9f','\xfe','\x4c','\x80','\x00','\x4c','\x80','\x00','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4f','\x8c','\x0c','\x4d','\x8c','\x0c','\x4c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xff','\xf8','\x03','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x20','\x11','\x86','\x18','\x11','\x86','\x0e','\x31','\x80','\x07','\x61','\x80','\x43','\xe1','\x80','\x43','\xc1','\x80','\x60','\x01','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x2c','\xff','\xff','\x2c','\x18','\x00','\x2e','\x18','\x00','\x6d','\x18','\x00','\x6d','\x98','\x00','\xcd','\x98','\x00','\xcc','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xfe','\x0c','\x0f','\xfe','\x0c','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf8','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0f','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x10','\x30','\x18','\x30','\x30','\x38','\x20','\x60','\x30','\x40','\xc0','\x70','\x81','\x83','\xe0','\x06','\x00','\xc0','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xc3','\x00','\x00','\xc3','\x08','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x02','\xff','\xff','\xff','\x03','\x00','\x80','\x06','\x1c','\x40','\x0d','\x99','\xb8','\x30','\x99','\x1f','\xc0','\x18','\x06','\x01','\x9b','\x80','\x3e','\x18','\xf0','\x18','\x18','\x38','\x10','\xf8','\x18','\x00','\x30','\x00','\x03','\x82','\x0c','\x03','\x03','\xfe','\x03','\x33','\x0c','\xff','\xfb','\x0c','\x18','\x03','\xfc','\x18','\x03','\x0c','\x18','\x03','\x0c','\x18','\x03','\x0c','\x18','\x03','\xfc','\x18','\x02','\x0c','\x1f','\xe6','\x0c','\x0f','\xe4','\x0c','\x00','\x08','\x7c','\x00','\x10','\x18','\x00','\x00','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x03','\x00','\xff','\x83','\x00','\x0c','\x7f','\xfc','\x0c','\x06','\x80','\x0c','\x06','\x80','\x1e','\x0c','\x46','\x1d','\xff','\xff','\x1d','\x88','\x60','\x3d','\x98','\x30','\x2c','\x13','\x38','\x2c','\x23','\x1c','\x6c','\x5f','\xef','\x4c','\x83','\x06','\x8d','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x92','\x01','\x86','\x63','\xbf','\xff','\x33','\x03','\x00','\x36','\x03','\x00','\x04','\x03','\x00','\x09','\x03','\x0c','\x10','\x83','\xfe','\xff','\xc3','\x0c','\x7c','\xc3','\x0c','\x4c','\x03','\x0c','\x0c','\x03','\x0c','\x4e','\x06','\x0c','\x7d','\x86','\x0c','\x6c','\xc6','\x0c','\x6c','\xc4','\x1c','\x4c','\x0c','\x18','\x4c','\x08','\x18','\x8c','\x10','\x38','\x0c','\x21','\xf0','\x0c','\xc0','\x60','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xbf','\xff','\x31','\x83','\x00','\x3f','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x0c','\x31','\x83','\xfe','\x31','\x83','\x0c','\x31','\x83','\x0c','\x3f','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x21','\x86','\x0c','\x21','\x84','\x1c','\x61','\x8c','\x18','\x41','\x88','\x18','\x4f','\x90','\xf8','\x83','\x20','\x30','\x26','\x1c','\x08','\x3f','\x18','\x0e','\x26','\x19','\x0c','\x26','\xff','\x98','\x26','\x18','\x18','\x26','\x18','\x30','\x27','\xff','\xe4','\x3e','\x00','\x47','\x26','\x00','\x06','\x26','\x7f','\x0c','\x26','\x41','\x0c','\x26','\x41','\x18','\x26','\x41','\x10','\x3e','\x7f','\x24','\x26','\x02','\x07','\x26','\x83','\x86','\x26','\x43','\x06','\x26','\x62','\x0c','\x26','\x64','\x0c','\x26','\x03','\x98','\x66','\xfe','\x10','\x46','\x70','\x20','\x5e','\x40','\x40','\x8c','\x00','\x80','\x06','\x0e','\x38','\x7f','\x0c','\x30','\x00','\x0c','\x32','\x00','\x7f','\xff','\x03','\x0c','\x30','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0f','\xf0','\x06','\x0c','\x30','\x7f','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0f','\xf0','\x06','\x01','\x80','\x7f','\x01','\x86','\x00','\x7f','\xff','\x00','\x03','\x80','\x46','\x07','\xc0','\x7f','\x05','\xa0','\x66','\x0d','\xb0','\x66','\x19','\x9c','\x66','\x31','\x8f','\x66','\xc1','\x86','\x7e','\x01','\x80','\x66','\x01','\x80','\x01','\x82','\x00','\x07','\xc3','\x80','\x1c','\x13','\x0c','\xe8','\x1f','\xfe','\x06','\x58','\x0c','\x42','\xf8','\x0c','\x31','\xd8','\x0c','\x13','\x9f','\xfc','\x06','\x18','\x0c','\x0c','\x18','\x0c','\x36','\x18','\x0c','\xca','\x1f','\xfc','\x0b','\x18','\x6c','\x13','\x04','\x60','\x25','\x87','\x60','\xc5','\x86','\x60','\x09','\x86','\x60','\x11','\x86','\x60','\x21','\x86','\x62','\xc1','\x8c','\x62','\x03','\x8c','\x62','\x03','\x18','\x63','\x1f','\x30','\x7f','\x06','\xc0','\x3e','\x00','\x60','\x00','\x09','\xf0','\x0c','\x0f','\x07','\xfe','\x0c','\x01','\x8c','\x0c','\x81','\x8c','\x0c','\x61','\x0c','\x0d','\xb3','\x18','\x7e','\x32','\x78','\x38','\x04','\x30','\x20','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc0','\xf8','\x0e','\x00','\x1e','\x70','\x00','\x06','\x06','\x01','\x00','\x06','\x01','\xc0','\x0d','\x01','\x80','\x0c','\xc1','\x10','\x08','\x61','\x08','\x18','\x62','\x0c','\x10','\x1f','\xf6','\x21','\x8f','\x06','\x3f','\xc8','\x00','\x46','\x00','\xe0','\x86','\x04','\xc0','\x06','\xc6','\xcc','\x7f','\xe7','\xfe','\x06','\x0c','\xc0','\x06','\x88','\xc0','\x46','\xd0','\xc0','\x26','\xc0','\xc6','\x36','\xbf','\xff','\x37','\x00','\xc0','\x06','\x00','\xc0','\x07','\xc0','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x41','\x83','\x80','\x7f','\xc3','\x00','\x61','\x83','\x00','\x61','\x03','\x00','\x63','\x03','\x06','\x62','\xff','\xff','\x62','\x06','\x00','\x64','\x06','\x00','\x62','\x06','\x00','\x63','\x06','\x0c','\x61','\x07','\xfe','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x6f','\x8c','\x0c','\x63','\x0c','\x0c','\x60','\x0c','\x1c','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x30','\x38','\x60','\x61','\xf0','\x61','\x80','\x60','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x20','\x7f','\x83','\x18','\x63','\x03','\x0c','\x63','\x03','\x0c','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x06','\x80','\x63','\x06','\x80','\x63','\x06','\x80','\x7f','\x04','\x40','\x63','\x0c','\x40','\x63','\x0c','\x60','\x60','\x08','\x20','\x00','\x18','\x30','\x00','\x10','\x18','\x00','\x20','\x1f','\x00','\x40','\x0e','\x01','\x80','\x06','\x07','\x00','\x06','\x06','\x1f','\xff','\x06','\x00','\xc0','\x06','\x60','\x80','\x7f','\xf5','\x0c','\x06','\x07','\xfe','\x46','\x46','\x0c','\x26','\x76','\x0c','\x36','\x66','\x0c','\x36','\x47','\xfc','\x06','\x86','\x0c','\x06','\x36','\x0c','\xff','\xfe','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x0d','\x06','\x0c','\x0c','\x86','\x0c','\x08','\xc6','\x0c','\x18','\x67','\xfc','\x10','\x62','\x00','\x20','\x63','\x98','\x40','\x07','\x06','\x80','\x0c','\x03','\x00','\x30','\x03','\x01','\xc7','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x06','\x01','\x86','\x0f','\x01','\x86','\x1c','\xff','\x86','\x70','\x01','\x87','\x80','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x86','\x00','\x1d','\x86','\x00','\xf9','\x86','\x02','\x61','\x86','\x02','\x41','\x86','\x02','\x01','\x86','\x03','\x01','\x87','\xff','\x01','\x83','\xfe','\x01','\x80','\x00','\x08','\x0c','\xc0','\x0e','\x8c','\xc8','\x0c','\x4c','\xce','\x0c','\x6c','\xcc','\x0c','\x6c','\xd0','\x18','\x0c','\xc0','\x19','\xff','\xfe','\x18','\x20','\x20','\x38','\x18','\x30','\x38','\x08','\x40','\x58','\xff','\xfc','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\xff','\xfc','\x18','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\xc0','\x0e','\x1b','\x00','\x06','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xf0','\x00','\x00','\xcc','\x00','\x00','\xc3','\x00','\x00','\xc1','\xc0','\x00','\xc0','\xe0','\x00','\xc0','\x70','\x00','\xc0','\x30','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x10','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x04','\x7f','\xff','\xfe','\x08','\x82','\x10','\x11','\x81','\x8c','\x71','\x81','\x86','\x60','\x18','\x06','\x00','\x18','\x10','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x0c','\xc0','\x18','\x8c','\xc8','\x18','\x4c','\xce','\x18','\x6c','\xcc','\x18','\x6c','\xd0','\x1b','\x0c','\xc0','\xff','\xff','\xfe','\x18','\x20','\x20','\x18','\x18','\x30','\x18','\x08','\x40','\x18','\xff','\xfc','\x1a','\x03','\x00','\x1c','\x03','\x00','\xf8','\xff','\xfc','\x78','\x03','\x00','\x58','\x03','\x06','\x1b','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\xf8','\xc0','\x0e','\x33','\x00','\x06','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x30','\xc0','\xff','\xf8','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xe0','\x0f','\x00','\xd8','\x0e','\xc0','\xcc','\x0e','\x60','\xc6','\x1e','\x70','\xc7','\x16','\x30','\xc3','\x36','\x00','\xc0','\x26','\x00','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x03','\x84','\x00','\x03','\x07','\x00','\x23','\x06','\x00','\x3b','\x06','\x00','\x33','\x06','\x00','\x33','\x4c','\x06','\x3f','\xef','\xff','\x23','\x08','\x30','\x63','\x18','\x30','\x43','\x14','\x30','\x43','\x24','\x30','\x83','\x44','\x60','\x03','\x06','\x60','\x03','\xc2','\x60','\x0f','\x02','\xc0','\xfb','\x03','\xc0','\x63','\x01','\x80','\x43','\x01','\xc0','\x03','\x03','\x60','\x03','\x02','\x70','\x03','\x04','\x38','\x03','\x08','\x1f','\x03','\x10','\x0e','\x03','\x60','\x06','\x00','\x03','\x80','\x43','\x03','\x00','\x7f','\x83','\x18','\x63','\x3f','\xfc','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x7f','\xff','\xff','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x18','\x60','\x63','\x10','\x7e','\x7f','\x20','\x3e','\x63','\xc3','\x80','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x18','\x63','\x7f','\xfc','\x7f','\x03','\x00','\x63','\x03','\x00','\x60','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x01','\x82','\x00','\x0f','\xc3','\x80','\xfc','\x13','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x9f','\xfc','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x1e','\x01','\x80','\x1d','\x89','\x9c','\x1d','\x9d','\x87','\x3c','\x31','\xb3','\x2c','\xc1','\xf8','\x2c','\x03','\xc0','\x6c','\x1e','\x10','\x4d','\xe0','\x38','\x8c','\x00','\xe0','\x0c','\x07','\x82','\x0c','\x38','\x0f','\x0c','\x00','\x7c','\x0c','\x07','\xc0','\x0c','\xf8','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0d','\x08','\x06','\x0c','\xcf','\xff','\x08','\x6c','\x06','\x18','\x6c','\x06','\x10','\x0c','\x06','\x21','\x8c','\x06','\x3f','\xcc','\x06','\x46','\x0c','\x06','\x86','\x0c','\x06','\x06','\xcc','\x06','\x7f','\xec','\x06','\x06','\x0c','\x06','\x06','\x4c','\x06','\x46','\x6c','\x06','\x26','\xcc','\x06','\x36','\x8c','\x06','\x37','\x0c','\x06','\x06','\x0c','\x06','\x07','\xcf','\xfe','\xfe','\x0c','\x06','\x70','\x0c','\x06','\x40','\x00','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x03','\x00','\xc0','\x23','\x00','\xc6','\x23','\x1b','\xff','\x7f','\xfc','\xc6','\x60','\x18','\xc6','\xc0','\x10','\xc6','\xc0','\x60','\xc6','\x3f','\xf0','\xc6','\x00','\x40','\xc6','\x02','\x80','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\xf0','\xc6','\xff','\x01','\x86','\x7b','\x01','\x86','\x43','\x01','\x0e','\x03','\x03','\x0c','\x03','\x02','\x0c','\x1f','\x04','\x7c','\x06','\x18','\x18','\x10','\x10','\x60','\x0c','\x1f','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x80','\x10','\x60','\x60','\x30','\x60','\x32','\x20','\x7e','\x32','\x40','\x3e','\x04','\x80','\x00','\x04','\x00','\x30','\x0c','\xff','\xf8','\x08','\x10','\x30','\x18','\x10','\x30','\x18','\x08','\x60','\x30','\x0c','\x60','\xf0','\x06','\xc0','\x70','\x03','\x80','\x30','\x03','\x80','\x30','\x06','\xe0','\x30','\x0c','\x7f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x00','\x01','\x00','\x00','\x61','\xc0','\xff','\xf1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x00','\x0c','\x03','\x10','\x0c','\xc2','\x0c','\x1f','\xe2','\x06','\x18','\xc4','\x3b','\x10','\xff','\xe3','\x30','\xde','\x03','\x29','\x90','\x00','\x45','\x80','\x00','\x87','\x08','\x0c','\x03','\x0f','\xfe','\x06','\x0c','\x0c','\x04','\x0c','\x0c','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x10','\x0c','\x0c','\x20','\x0c','\x0c','\x40','\x0f','\xfc','\x80','\x0c','\x0c','\x00','\x0c','\x0c','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x7f','\xfe','\x1b','\x60','\x06','\xff','\xe0','\xe0','\x18','\x60','\xc0','\x18','\x6e','\xce','\x18','\x6c','\xcc','\x18','\x6c','\xcc','\x18','\x6c','\xcc','\x18','\x6f','\xfc','\x18','\x6c','\xcc','\x19','\x60','\xc0','\x1e','\xc0','\xc0','\xf8','\xdc','\xc7','\x60','\x98','\xc6','\x41','\x98','\xc6','\x01','\x18','\xc6','\x02','\x1f','\xfe','\x04','\x18','\x06','\x00','\x18','\x06','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x4c','\x9f','\xf8','\x7f','\xd8','\x18','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x81','\x84','\x4c','\xa1','\x86','\x4c','\x99','\x8c','\x4c','\x89','\x88','\x4c','\x81','\x92','\x4c','\xff','\xff','\x4f','\x86','\x60','\x4d','\x86','\x60','\x4c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x0c','\x62','\x0c','\x0c','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x19','\xff','\x9f','\x30','\x18','\x06','\xc0','\x18','\x00','\x03','\x98','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x00','\xc0','\x18','\x00','\xc0','\x60','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x98','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x70','\x0c','\x18','\x3c','\x18','\x18','\x1f','\x33','\xff','\xce','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\x81','\x06','\x07','\xdf','\xff','\x7c','\x01','\x06','\x04','\x81','\x06','\x44','\xc1','\x06','\x34','\x91','\x46','\x15','\x09','\x26','\xff','\xed','\x36','\x0c','\x0d','\x36','\x1f','\x01','\x06','\x14','\xc1','\x06','\x24','\x61','\x06','\x44','\x63','\x0e','\x80','\x05','\x16','\x3f','\x8d','\x36','\x24','\xb9','\xe6','\x24','\x91','\x46','\x24','\x81','\x06','\x3f','\x81','\x06','\x24','\x81','\x06','\x24','\x81','\x06','\x24','\x81','\x06','\x3f','\x9f','\x3e','\x20','\x86','\x0c','\x00','\x00','\x00','\x02','\x01','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x41','\x80','\x03','\x31','\x80','\x03','\x19','\x80','\x03','\x19','\x80','\x03','\x19','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x82','\x06','\x01','\x82','\x0c','\x01','\x82','\x0c','\x01','\x83','\x18','\x01','\xff','\x30','\x00','\xfe','\xc0','\x00','\x00','\x00','\x82','\x00','\x00','\xe1','\x00','\x01','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0f','\xff','\xde','\x30','\x60','\xc6','\xc0','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc1','\xc0','\x01','\x81','\x80','\x03','\x0f','\x80','\x0c','\x03','\x00','\x70','\x00','\x00','\x08','\x00','\x60','\x0f','\xff','\xf0','\x0c','\x44','\x60','\x0c','\x44','\x60','\x0c','\x44','\x60','\x0c','\x44','\x60','\x0c','\x44','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x40','\x80','\x30','\x48','\x84','\x37','\xff','\xfe','\x30','\xc1','\xa0','\x31','\xf3','\x90','\x33','\x52','\x9c','\x34','\x44','\x8f','\x30','\x40','\x86','\x30','\x00','\x60','\x30','\x0f','\xf0','\x33','\xfc','\x00','\x30','\x0c','\x10','\x27','\xff','\xf8','\x60','\x0c','\x00','\x60','\x0c','\x04','\x4f','\xff','\xfe','\x40','\x0c','\x00','\x80','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x40','\x80','\x30','\x48','\x84','\x37','\xff','\xfe','\x30','\xc1','\xa0','\x31','\xf3','\x90','\x31','\x52','\x9c','\x32','\x44','\x8f','\x34','\x48','\x86','\x30','\x40','\x80','\x30','\x00','\x00','\x37','\xff','\xfe','\x30','\x18','\x00','\x20','\x30','\x00','\x60','\x60','\x18','\x60','\xff','\xfc','\x41','\xc0','\x18','\x46','\xc0','\x18','\x98','\xc0','\x18','\x00','\xff','\xf8','\x00','\xc0','\x18','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc0','\xc0','\x30','\x88','\x84','\x3f','\xff','\xfe','\x31','\xc1','\xa0','\x32','\xb2','\x90','\x34','\x94','\x9c','\x38','\x88','\x8f','\x30','\x0c','\x06','\x31','\xff','\xf0','\x31','\x04','\x10','\x31','\x04','\x10','\x31','\xff','\xf0','\x31','\x04','\x10','\x21','\x04','\x10','\x61','\xff','\xf0','\x60','\x46','\x40','\x40','\x76','\x52','\x40','\xe6','\xfa','\x81','\xc6','\x03','\x07','\x07','\xff','\x38','\x03','\xfe','\x00','\x0e','\x00','\x00','\x0c','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\x70','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xcc','\x66','\x3f','\xff','\xff','\x30','\xc0','\x60','\x30','\xc0','\x60','\x31','\xe0','\xf0','\x31','\xd8','\xf0','\x31','\xcd','\xe8','\x33','\xcd','\x68','\x32','\xc3','\x6c','\x22','\xc2','\x67','\x66','\xc4','\x66','\x64','\xc8','\x62','\x48','\xc0','\x60','\x40','\xc0','\x60','\x80','\xc0','\x60','\x00','\xc0','\x60','\x00','\x00','\x00','\x1c','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1b','\x7f','\xfc','\xff','\xe3','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x63','\x0c','\x18','\x03','\x00','\x19','\x03','\x00','\x1e','\x03','\x18','\xf8','\x7f','\xfc','\x70','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x03','\xff','\xff','\x00','\x00','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x8c','\x18','\xdf','\xfe','\xff','\xe1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x86','\x30','\xff','\xff','\x31','\x83','\x80','\x31','\x83','\xc0','\x31','\x87','\xc0','\x6d','\x05','\xa0','\x63','\x8d','\xa0','\x02','\xc9','\x90','\x06','\xd9','\x98','\x04','\x11','\x8c','\x08','\x21','\x8f','\x10','\x41','\x86','\x21','\x81','\x80','\xc0','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x18','\x63','\x7f','\xfc','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x7f','\x03','\x06','\x63','\xff','\xff','\x63','\x0f','\x40','\x63','\x0f','\x40','\x63','\x1b','\x40','\x63','\x1b','\x20','\x63','\x13','\x20','\x7f','\x33','\x30','\x60','\x23','\x18','\x00','\x43','\x1f','\x00','\x83','\x0e','\x03','\x03','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0d','\x8c','\x00','\xff','\xcc','\x06','\x0c','\x1f','\xff','\x0c','\x10','\x20','\x0c','\x28','\x38','\x1c','\x48','\x30','\x1e','\x08','\x30','\x1d','\x84','\x60','\x3c','\xc4','\x60','\x2c','\xc6','\x40','\x2c','\x02','\xc0','\x6c','\x03','\x80','\x4c','\x01','\x00','\x8c','\x03','\x80','\x0c','\x06','\xc0','\x0c','\x04','\x60','\x0c','\x08','\x38','\x0c','\x10','\x1f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x18','\x00','\x00','\x10','\x00','\x00','\x27','\xff','\xe0','\x46','\x18','\x60','\x86','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x6c','\x1f','\xff','\xfe','\x18','\x00','\xc0','\x18','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x20','\x0c','\x43','\x3f','\xfe','\x7f','\xb1','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x7f','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x98','\x60','\x3f','\xfc','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x1f','\xf8','\x1d','\x98','\x18','\x1c','\xd8','\x18','\x3c','\xdf','\xf8','\x2c','\x18','\x18','\x2c','\x18','\x18','\x6c','\x1f','\xf8','\x4c','\x00','\x00','\x8c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x08','\x00','\x0c','\x0e','\x30','\x0c','\x1c','\x0c','\x0c','\x30','\x06','\x0c','\xc0','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x98','\x80','\x03','\x18','\x60','\x0f','\xff','\xf8','\x36','\x18','\x6f','\xc6','\x18','\x66','\x06','\x18','\x60','\x06','\x19','\xe0','\x06','\x18','\xc0','\x00','\x18','\x00','\x21','\x87','\x38','\x3f','\xc6','\x30','\x31','\x86','\x32','\x31','\xff','\xff','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x9f','\xfc','\x3f','\x98','\x0c','\x31','\x98','\x0c','\x31','\x9f','\xfc','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x3f','\x9f','\xfc','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x21','\x83','\x40','\x21','\x83','\x20','\x61','\x86','\x38','\x41','\x8c','\x1f','\x4f','\x98','\x0e','\x83','\x60','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x93','\x00','\xff','\xd3','\x06','\x0c','\x1f','\xff','\x0c','\x33','\x06','\x0c','\x63','\x04','\x1e','\x63','\x08','\x1d','\x83','\x00','\x1c','\xc2','\xe0','\x3c','\xc6','\xc0','\x2c','\x06','\xc0','\x2c','\x06','\xc0','\x6c','\x06','\xc0','\x4c','\x04','\xc0','\x8c','\x0c','\xc0','\x0c','\x0c','\xc2','\x0c','\x08','\xc2','\x0c','\x18','\xc2','\x0c','\x10','\xc3','\x0c','\x20','\xff','\x0c','\xc0','\x7e','\x10','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x19','\x81','\x80','\x1f','\xc1','\x86','\x11','\xbf','\xff','\x31','\x03','\x00','\x22','\x03','\x00','\x3f','\x82','\x0c','\x64','\x87','\xfe','\xa4','\x86','\x0c','\x24','\x8e','\x0c','\x3f','\x8e','\x0c','\x24','\x97','\xfc','\x24','\xa6','\x0c','\x24','\x86','\x0c','\x3f','\x86','\x0c','\x00','\x07','\xfc','\x00','\x86','\x0c','\x2a','\xc6','\x0c','\x6a','\xc6','\x0c','\xca','\x46','\x0c','\xc0','\x06','\x7c','\x00','\x06','\x18','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x39','\x80','\x0c','\x31','\x80','\x1e','\x31','\x80','\x1d','\x31','\x8c','\x1d','\xb1','\xfe','\x3d','\xb1','\x80','\x2c','\x31','\x80','\x2c','\x31','\x80','\x6c','\x31','\x80','\x4c','\x31','\x80','\x8c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x86','\x0d','\xff','\xff','\x0c','\x00','\x00','\x10','\x08','\x10','\x1c','\x06','\x1c','\x18','\x03','\x18','\x19','\x83','\x20','\x1f','\xbf','\xff','\x11','\x01','\x20','\x31','\x01','\x20','\x22','\x1f','\xfe','\x7f','\x99','\x26','\xa4','\x9b','\x26','\x24','\x9e','\x1e','\x24','\x98','\x06','\x3f','\x9f','\xfe','\x24','\x98','\x06','\x24','\x9f','\xfe','\x24','\x80','\x18','\x3f','\x80','\x18','\x00','\x7f','\xff','\x00','\x00','\x18','\x2a','\x8c','\x18','\x2a','\xc3','\x18','\x4a','\x43','\x18','\xc8','\x00','\xf8','\xc0','\x00','\x30','\x0e','\x20','\x1c','\x0c','\x38','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0d','\xb6','\x18','\xff','\xfe','\x18','\x0c','\x27','\xfe','\x0c','\x66','\x98','\x0c','\x46','\x98','\x1c','\x46','\x98','\x1e','\xa6','\x98','\x1d','\x36','\x98','\x3d','\xbc','\x98','\x2d','\x8c','\x98','\x2c','\x0c','\x9a','\x6c','\x0b','\xff','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x10','\x18','\x0c','\x30','\x18','\x0c','\x20','\x18','\x0c','\x40','\x18','\x0c','\x80','\x18','\x0c','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\xc3','\x40','\x0c','\xc3','\x30','\x18','\xc3','\x18','\x18','\xc3','\x0c','\x30','\xc3','\x06','\x20','\xc3','\x07','\x40','\x83','\x03','\x81','\x83','\x00','\x01','\x83','\x00','\x01','\x03','\x00','\x03','\x03','\x00','\x02','\x03','\x00','\x04','\x1f','\x00','\x18','\x06','\x00','\x04','\x00','\x00','\x07','\x40','\x18','\x06','\x7f','\xfc','\x06','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x38','\x60','\x18','\x38','\x00','\x00','\x58','\x00','\x00','\x98','\xff','\xfc','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1b','\xff','\xff','\x18','\x0c','\x80','\x18','\x0c','\x80','\x18','\x18','\x40','\x18','\x18','\x60','\x18','\x30','\x38','\x18','\x60','\x1f','\x18','\xc0','\x0e','\x1b','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x01','\x00','\x60','\x01','\x00','\x60','\x00','\x80','\xc0','\x00','\x80','\xc0','\x00','\x81','\x80','\x00','\x41','\x80','\x00','\x43','\x00','\x00','\x23','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x08','\x00','\x00','\x1e','\x00','\x00','\x37','\x00','\x00','\x63','\x80','\x00','\xc1','\xc0','\x01','\x80','\xe0','\x07','\x00','\x78','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x04','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x81','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x8c','\x0e','\x3f','\xfe','\x1c','\x07','\xa0','\xfc','\x07','\xa0','\x6c','\x05','\x90','\x4c','\x0d','\x90','\x0c','\x09','\x98','\x0c','\x19','\x8c','\x0c','\x11','\x8f','\x0c','\x21','\x86','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x98','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x0c','\x04','\xff','\xfe','\x0c','\x0f','\x40','\x08','\x0b','\x40','\x18','\x1b','\x20','\x18','\x13','\x20','\x30','\x33','\x10','\xf0','\x23','\x18','\x70','\x43','\x0c','\x30','\x83','\x0f','\x33','\x03','\x06','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x00','\x20','\x00','\x40','\x38','\x00','\x30','\x30','\x00','\x18','\x60','\x0c','\x1c','\x7f','\xfe','\x0c','\xc0','\x00','\x00','\x80','\x00','\x01','\x3f','\xe0','\x02','\x00','\xe0','\x00','\x03','\x80','\x0c','\x06','\x00','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x08','\x0c','\x60','\x08','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x3f','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x04','\x00','\x00','\x07','\x40','\x18','\x06','\x7f','\xfc','\x0e','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x38','\x60','\x98','\x38','\x60','\x80','\x58','\x60','\x40','\x98','\x60','\x40','\x18','\xc8','\x60','\x18','\xc6','\x20','\x18','\xc3','\x30','\x18','\x83','\x18','\x19','\x80','\x1c','\x19','\x00','\x0f','\x1a','\x30','\x06','\x18','\x0c','\x00','\x18','\x03','\x00','\x18','\x01','\xc0','\x18','\x00','\xe0','\x18','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x62','\x10','\x06','\x63','\x10','\x86','\x62','\x90','\x86','\x6c','\xd7','\xf6','\x64','\x94','\x96','\x61','\x14','\x96','\x62','\x54','\x96','\x7f','\xd4','\x96','\x6e','\x57','\xf6','\x62','\x10','\x86','\x62','\x10','\xa6','\x6a','\x90','\x96','\x6a','\x57','\xf6','\x6a','\x53','\x16','\x72','\x52','\x06','\x62','\x10','\x3e','\x60','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x40','\x80','\x30','\x48','\x84','\x37','\xff','\xfe','\x30','\xc1','\xa0','\x31','\xf3','\x90','\x31','\x52','\x9c','\x32','\x44','\x8f','\x34','\x40','\x86','\x30','\x00','\x00','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x21','\xff','\xe0','\x60','\x18','\x00','\x64','\x10','\x18','\x47','\xff','\xfc','\x46','\x00','\x18','\x86','\x00','\x18','\x07','\xff','\xf8','\x06','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x30','\x00','\xff','\xf8','\x00','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x00','\x30','\x03','\x00','\x70','\x02','\x00','\x60','\x06','\x00','\x60','\x04','\x00','\xe0','\x08','\x00','\xc0','\x10','\x07','\xc0','\x60','\x01','\x80','\x0e','\x10','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\x1f','\xf0','\x2d','\x98','\x30','\x2d','\x98','\x30','\x2c','\x1f','\xf0','\x6c','\x00','\x00','\x6c','\xff','\xfe','\xcc','\xc4','\x46','\xcc','\xc4','\x46','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x30','\x0c','\x7f','\xf8','\x0c','\x10','\x30','\x0c','\x08','\x60','\x0c','\x06','\xc0','\x0c','\x03','\x80','\x0c','\x06','\xe0','\x0c','\x0c','\x7f','\x0c','\x30','\x1e','\x0d','\xc0','\x06','\x20','\x1c','\x70','\x18','\x18','\x60','\x0c','\x18','\x64','\x0d','\xff','\xfe','\x00','\x18','\x60','\x00','\x18','\x60','\x80','\x18','\x62','\x63','\xff','\xff','\x30','\x03','\x00','\x30','\x03','\x00','\x04','\x83','\x0c','\x04','\xff','\xfe','\x0c','\xc3','\x0c','\x08','\xc3','\x0c','\x18','\xd3','\x2c','\x18','\xd3','\x2c','\x30','\xd3','\x2c','\xf0','\xd3','\x2c','\x70','\xdf','\xec','\x30','\xd0','\x2c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x38','\xc0','\x7c','\x18','\xc0','\x18','\x20','\x10','\x30','\x18','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x00','\x1f','\xf0','\x00','\x18','\x30','\x80','\x18','\x30','\x60','\x1f','\xf0','\x32','\x00','\x00','\x32','\xff','\xfe','\x04','\xc4','\x46','\x04','\xc4','\x46','\x0c','\xff','\xfe','\x08','\x00','\x00','\x18','\x00','\x30','\x18','\x7f','\xf8','\x30','\x10','\x30','\xf0','\x08','\x60','\x70','\x06','\xc0','\x30','\x03','\x80','\x30','\x06','\xe0','\x30','\x0c','\x7f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x42','\x0c','\x30','\x42','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x07','\xff','\xe0','\x01','\x00','\xc0','\x00','\x81','\x80','\x00','\x67','\x00','\x00','\x3c','\x00','\x00','\xe7','\xc0','\x0f','\x81','\xff','\xf0','\x00','\x3e','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x18','\x63','\x7f','\xfc','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x0f','\x40','\x63','\x0b','\x40','\x63','\x1b','\x20','\x63','\x13','\x20','\x7f','\x33','\x30','\x63','\x23','\x18','\x60','\x43','\x1c','\x00','\x83','\x0f','\x01','\x03','\x06','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\x79','\x00','\x00','\xd9','\x00','\x00','\xd8','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x48','\x40','\xcc','\x7f','\xef','\xfe','\x44','\x40','\xc0','\x44','\x40','\xc0','\x44','\x40','\xc6','\x7f','\xdf','\xff','\x44','\x40','\xc0','\x44','\x41','\xe0','\x44','\x41','\xe0','\x7f','\xc2','\xd0','\x02','\x02','\xd8','\x12','\x44','\xcc','\x1a','\x68','\xcf','\x1a','\x40','\xc6','\x12','\x90','\xc0','\x13','\xf8','\xc2','\x32','\x88','\x02','\x22','\x00','\x03','\x23','\xff','\xff','\x41','\xff','\xfe','\x80','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x18','\x00','\x02','\x18','\x00','\x02','\x18','\x00','\x03','\x1f','\xff','\xff','\x0f','\xff','\xfe','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x11','\x04','\x80','\x20','\xc8','\x60','\x40','\xc0','\x60','\x81','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\xc0','\x00','\x01','\xe0','\xc0','\x03','\x80','\x38','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x7f','\x98','\xc6','\x40','\x98','\xc6','\x40','\x80','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x61','\x04','\x60','\x19','\xc8','\x01','\x9b','\x80','\x09','\x87','\x30','\x09','\x8c','\x0c','\x11','\x98','\x86','\x71','\xa0','\xc7','\x61','\xff','\xc3','\x03','\xff','\x80','\x1c','\x00','\x00','\xe0','\x1c','\x00','\x0e','\x18','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x40','\x0c','\x60','\x31','\x10','\x64','\xd3','\x80','\x04','\x87','\x10','\x0c','\x8e','\x0c','\x18','\xb8','\x86','\x18','\xe0','\xc6','\x01','\xff','\xc0','\x0f','\x00','\x00','\xf0','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xc0','\x06','\x20','\x00','\x06','\x20','\x07','\x00','\x18','\x06','\x00','\x0c','\x06','\x04','\x0d','\xff','\xfe','\x00','\x04','\x00','\x00','\x0c','\x08','\x80','\xff','\xfc','\x62','\x08','\x80','\x32','\x18','\x82','\x33','\xff','\xff','\x04','\x20','\x40','\x04','\x60','\x20','\x0c','\x40','\x30','\x08','\xbf','\xdc','\x19','\x06','\x0f','\x1a','\x06','\x06','\x35','\xff','\xf8','\xf0','\x06','\x00','\x70','\x0d','\x80','\x30','\x0c','\x60','\x30','\x18','\x30','\x30','\x30','\x18','\x38','\x60','\x1c','\x19','\x80','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xd0','\x00','\xe4','\x1c','\x01','\xc2','\x38','\x07','\xc3','\x40','\x1c','\xc1','\x80','\xe0','\xcc','\xe0','\x00','\xf0','\x7f','\x1f','\xc0','\x1e','\x0e','\x00','\x06','\x01','\x83','\x00','\x0f','\xc3','\x00','\xfc','\x06','\x80','\x0c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x08','\x60','\x0d','\x98','\x30','\xff','\xf0','\x1c','\x0c','\x2f','\xcf','\x0c','\x40','\x06','\x1c','\x80','\x60','\x1e','\x3f','\xf0','\x1d','\x80','\x60','\x3c','\xc0','\x60','\x2c','\xc0','\xc0','\x2c','\x04','\xc0','\x6c','\x03','\x00','\x4c','\x19','\x88','\x8c','\x59','\x86','\x0c','\x58','\x23','\x0c','\xd8','\x23','\x0d','\x98','\x30','\x0d','\x9f','\xf0','\x0c','\x0f','\xe0','\x23','\x00','\x18','\x3f','\x80','\x7c','\x33','\x23','\xe0','\x33','\x3e','\x00','\x33','\x30','\x0c','\x33','\x32','\x3e','\x33','\x33','\xe0','\x3f','\x33','\x00','\x33','\x33','\x04','\x33','\x33','\x07','\x33','\x33','\x0e','\x33','\x33','\x98','\x33','\x33','\xa0','\x3f','\x33','\x40','\x33','\x33','\x40','\x33','\x33','\x20','\x33','\x33','\x20','\x33','\x23','\x30','\x23','\x23','\x18','\x23','\x63','\x1c','\x63','\x43','\x0f','\x43','\x83','\x0e','\x4f','\x03','\x06','\x86','\x03','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc8','\xd0','\xff','\xee','\xcc','\x18','\xcc','\xc6','\x18','\xcc','\xc3','\x18','\xc8','\xc3','\x19','\x98','\xc0','\x31','\x90','\xc0','\x31','\xa0','\xc8','\x33','\x00','\xce','\x33','\x07','\xcc','\x6a','\x01','\x98','\x66','\x00','\x18','\x07','\x00','\x30','\x05','\x80','\x60','\x0c','\xc0','\xc0','\x08','\xc1','\x80','\x10','\x03','\x00','\x20','\x0c','\x00','\xc0','\x30','\x00','\x0e','\x00','\x18','\x0c','\x80','\x7c','\x8c','\xe3','\xc0','\x4c','\xdf','\x00','\x6c','\x83','\x00','\x6d','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc3','\x18','\xff','\xff','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1e','\x03','\x00','\x1d','\x83','\x00','\x1c','\xc3','\x0c','\x3c','\xff','\xfe','\x2c','\xc3','\x00','\x6c','\x03','\x00','\x4c','\x03','\x00','\x8c','\x03','\x02','\x0c','\x03','\x02','\x0c','\x03','\x02','\x0c','\x03','\x03','\x0c','\x03','\xff','\x0c','\x01','\xfe','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x06','\x1f','\xff','\xff','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x03','\x00','\x18','\x03','\x82','\x18','\xe1','\xc2','\x1f','\x80','\xe2','\xfc','\x00','\x7b','\x70','\x00','\x3f','\x40','\x00','\x0e','\x00','\x10','\x0c','\x41','\x9f','\xfe','\x7f','\xd8','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x7f','\x9f','\xfc','\x61','\x98','\xcc','\x61','\x98','\xc0','\x61','\x98','\xc0','\x61','\x98','\xc6','\x7f','\x9f','\xff','\x61','\x98','\xc0','\x61','\x98','\xc0','\x61','\x98','\xc0','\x61','\x98','\x60','\x61','\x98','\x60','\x7f','\x98','\x62','\x61','\x98','\x32','\x60','\x19','\xba','\x60','\xfe','\x1f','\x00','\x70','\x0f','\x00','\x40','\x06','\x00','\x02','\x00','\x00','\x63','\x80','\x7f','\xf3','\x00','\x00','\xc6','\x06','\x00','\x87','\xff','\x09','\x0a','\x18','\x06','\x12','\x30','\x03','\x01','\x60','\x03','\x30','\xc0','\xff','\xf9','\xe0','\x03','\x23','\x38','\x07','\x46','\x1f','\x07','\x19','\xc6','\x0f','\x01','\x80','\x0b','\x01','\x8c','\x1b','\x1f','\xfe','\x13','\x01','\x8c','\x33','\x01','\x0c','\x23','\x03','\x0c','\x43','\x02','\x0c','\x83','\x06','\x1c','\x03','\x04','\x18','\x1f','\x08','\xf8','\x06','\x30','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x60','\x06','\xc0','\xc0','\xc4','\xc1','\xff','\xe8','\x03','\x01','\x80','\x06','\x83','\x00','\x0c','\x66','\x00','\x30','\x6c','\x00','\x00','\x38','\x00','\x00','\x60','\x00','\x03','\x80','\x00','\x3c','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x16','\x66','\x60','\x26','\x66','\x60','\x46','\x66','\x60','\x06','\x66','\x60','\x06','\x66','\x66','\xff','\xff','\xff','\x06','\x66','\x60','\x06','\x66','\x60','\x06','\x66','\x60','\x06','\x66','\x60','\x06','\x66','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x44','\x20','\x08','\x42','\x18','\x18','\xc3','\x0c','\x70','\xc3','\x06','\x60','\xc3','\x06','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x80','\x00','\x40','\x60','\x00','\x80','\x30','\x3f','\xff','\xd8','\x1f','\xe0','\x1c','\x10','\x00','\x0c','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x60','\x0f','\xff','\xf0','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x01','\xc0','\x00','\x03','\x00','\x00','\xc4','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0c','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x1c','\x0c','\x00','\x3c','\x08','\x00','\x3c','\x10','\x00','\x6c','\x00','\x00','\x6c','\x00','\x00','\xcc','\x00','\x01','\x8c','\x00','\x03','\x0c','\x00','\x06','\x0c','\x00','\x0c','\x0c','\x00','\x30','\x0c','\x00','\xc0','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x04','\x00','\x7f','\xc6','\x0c','\x01','\x87','\xfe','\x06','\x0c','\x30','\x02','\x52','\x60','\xff','\xe1','\x80','\x07','\x63','\x70','\x0f','\x4c','\x1f','\x0b','\x31','\x86','\x13','\x0f','\xf8','\x23','\x03','\x18','\xc3','\x02','\x18','\x03','\x04','\x30','\x1f','\x08','\xf0','\x06','\x30','\x60','\x03','\x80','\x80','\x03','\x40','\xe0','\x13','\x24','\xcc','\x7b','\x37','\xfe','\x03','\x36','\x0c','\x03','\x06','\x0c','\x03','\x07','\xfc','\xff','\xfe','\x0c','\x03','\x06','\x0c','\x03','\x07','\xfc','\x0b','\x06','\x00','\x29','\x06','\x06','\x29','\x07','\xff','\x29','\x06','\x00','\x2f','\x06','\x06','\x29','\x07','\xff','\x29','\x20','\x06','\x29','\xa4','\x16','\x29','\xa5','\x56','\x2e','\xad','\x56','\xf8','\xb9','\x46','\x60','\xf8','\x0c','\x40','\x60','\x7c','\x00','\x60','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x80','\x00','\x0c','\x00','\x00','\x0c','\x10','\x18','\x0c','\x1f','\xfc','\x1e','\x18','\x18','\x1d','\x18','\x18','\x1d','\x98','\x18','\x3d','\x98','\x18','\x2c','\x1f','\xf8','\x2c','\x19','\x98','\x6c','\x01','\x80','\x4c','\x21','\x90','\x8c','\x39','\x88','\x0c','\x31','\x8c','\x0c','\x61','\x86','\x0c','\x41','\x86','\x0c','\x81','\x86','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x1c','\x00','\x06','\x18','\x7f','\xff','\x18','\x00','\xc4','\x18','\x08','\xc8','\x18','\x0e','\xc0','\x1b','\x0c','\xfe','\xff','\x8c','\xc0','\x33','\x0a','\xc0','\x33','\x19','\xc0','\x33','\x10','\x7f','\x33','\x20','\x0e','\x63','\x40','\x00','\x66','\x1f','\xfc','\x66','\x18','\x0c','\x64','\x18','\x0c','\xdc','\x1f','\xfc','\xce','\x18','\x0c','\x0b','\x18','\x0c','\x19','\x9f','\xfc','\x11','\x98','\x0c','\x30','\x18','\x0c','\x20','\x18','\x0c','\x40','\x18','\x7c','\x80','\x18','\x18','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x11','\x8c','\x18','\x1f','\xfe','\x19','\x98','\x0c','\xff','\xd8','\x0c','\x31','\x98','\x0c','\x31','\x9f','\xfc','\x31','\x98','\x0c','\x33','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x62','\x18','\x84','\x66','\x18','\x87','\xd4','\x18','\x86','\xcc','\x18','\x4c','\x0e','\x18','\x50','\x1b','\x18','\x60','\x13','\x18','\x30','\x30','\x1b','\x38','\x20','\xfc','\x1f','\x40','\x70','\x0e','\x80','\x40','\x06','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x64','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x70','\x06','\x00','\x1c','\x18','\x00','\x0e','\x60','\x00','\x06','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x00','\xc0','\x60','\x01','\xff','\xf0','\x03','\x00','\x60','\x06','\x00','\xc0','\x0d','\x01','\x80','\x18','\xc3','\x00','\x60','\x66','\x00','\x00','\x6c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\xc0','\x0c','\x03','\xff','\xfe','\x1d','\x80','\x0c','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\xff','\xfc','\x01','\x80','\x0c','\x01','\x80','\x0c','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\x00','\x60','\x06','\x01','\x38','\x0d','\xff','\x9f','\x30','\x00','\x06','\xc0','\x00','\x00','\x10','\xc4','\x18','\x1f','\xe7','\xfc','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x1f','\xc6','\xf8','\x18','\xc6','\x30','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x06','\x40','\xc7','\xff','\x7f','\xe6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc7','\xfe','\x7f','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc7','\xfe','\x7f','\xc6','\x06','\x60','\xc6','\x06','\x60','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x00','\x30','\x06','\x00','\x60','\x3e','\x01','\x80','\x0c','\x00','\x08','\x0c','\x41','\x8f','\xfe','\x7f','\xcc','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8f','\xfc','\x7f','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8f','\xfc','\x7f','\x88','\x0c','\x61','\x98','\x0c','\x00','\x10','\x0c','\x00','\x20','\x7c','\x00','\xc0','\x18','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x03','\x80','\x40','\x83','\x08','\x30','\x43','\x0e','\x18','\x63','\x0c','\x0c','\x33','\x18','\x0c','\x33','\x10','\x00','\x33','\x20','\x00','\x03','\x06','\x03','\xff','\xff','\x00','\x0f','\x40','\x0c','\x0f','\x40','\xfe','\x1b','\x20','\x0c','\x1b','\x30','\x0c','\x33','\x18','\x0c','\x23','\x1f','\x0c','\x43','\x0e','\x0c','\x83','\x06','\x0d','\x03','\x00','\x0c','\x03','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x03','\x00','\x0c','\xc3','\x0c','\x08','\x63','\xfe','\x18','\x66','\x0c','\x10','\x04','\x18','\x21','\x8e','\x18','\x3f','\xc9','\xb0','\x46','\x11','\xb0','\x86','\x00','\x60','\x06','\xc0','\xc0','\x7f','\xe0','\x80','\x06','\x01','\x06','\x06','\x43','\xff','\x46','\x67','\x06','\x26','\xcb','\x06','\x36','\xb3','\x06','\x37','\x03','\x06','\x06','\x03','\x06','\x07','\xc3','\x06','\xfe','\x03','\xfe','\x70','\x03','\x06','\x40','\x03','\x06','\x00','\x02','\x00','\x00','\x03','\x80','\x43','\x13','\x18','\x7f','\x9f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x00','\x63','\x18','\x06','\x63','\x1f','\xff','\x63','\x18','\x00','\x63','\x18','\x06','\x7f','\x1f','\xff','\x63','\x00','\x06','\x60','\x40','\x46','\x00','\x49','\x66','\x00','\xc9','\x2e','\x01','\x89','\x0c','\x01','\x80','\x1c','\x00','\x00','\xf8','\x00','\x00','\x30','\x1c','\x00','\x00','\x18','\x00','\x06','\x18','\x7f','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x19','\x82','\x10','\xff','\xc2','\x08','\x31','\x84','\x0c','\x31','\x84','\x76','\x31','\xbf','\x86','\x33','\x1c','\x06','\x63','\x11','\xc0','\x63','\x01','\x80','\x62','\x01','\x80','\x66','\x01','\x8c','\xd4','\x3f','\xfe','\xcc','\x01','\x80','\x0e','\x01','\x80','\x0b','\x01','\x80','\x19','\x81','\x80','\x11','\x81','\x80','\x20','\x01','\x86','\x40','\xff','\xff','\x80','\x00','\x00','\x03','\x87','\x00','\x03','\x06','\x00','\x23','\x06','\x00','\x3b','\x06','\x00','\x33','\x06','\x00','\x33','\x66','\x08','\x3f','\xf6','\x0e','\x23','\x06','\x1c','\x63','\x06','\x38','\x43','\x06','\x60','\x83','\x06','\x80','\x03','\x07','\x00','\x03','\x66','\x00','\x03','\x86','\x00','\x0f','\x06','\x00','\xfb','\x06','\x00','\x63','\x06','\x00','\x43','\x06','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x03','\x06','\x02','\x03','\x06','\x03','\x03','\x07','\xff','\x03','\x03','\xfe','\x20','\x01','\xd0','\x18','\x01','\x8c','\x0c','\x01','\x84','\x0c','\x01','\x80','\x02','\x01','\x86','\x03','\xff','\xff','\x83','\x01','\x80','\x43','\x01','\x80','\x63','\x7d','\x88','\x6b','\x01','\x8e','\x0b','\x00','\x8c','\x0b','\x18','\x8c','\x13','\x12','\xc8','\x13','\x52','\xd8','\x12','\x54','\x50','\x32','\xd0','\x70','\x32','\x90','\x20','\xe2','\x30','\x22','\x66','\x2c','\x72','\x64','\x26','\x52','\x64','\x46','\x9a','\x68','\x81','\x0e','\x71','\x02','\x07','\x30','\x0c','\x03','\x00','\x80','\x00','\x00','\xe0','\x00','\x01','\xc1','\x80','\x01','\xff','\xc0','\x03','\x03','\x00','\x06','\x06','\x00','\x0c','\x04','\x00','\x30','\x08','\x18','\xdf','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x06','\x18','\x00','\x86','\x00','\x00','\xe6','\x00','\x01','\xc6','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x11','\x8c','\x0c','\x1f','\xfe','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x9f','\xfc','\x1c','\xc1','\x80','\x3c','\xc1','\x80','\x2c','\x21','\x86','\x2c','\x3f','\xff','\x6c','\x31','\x86','\x4c','\x31','\x86','\x8c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x9e','\x0c','\x31','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x00','\x0e','\x01','\xc0','\x0c','\x11','\x8c','\x08','\x1f','\xfe','\x92','\x18','\x0c','\x63','\x98','\x0c','\x33','\x1f','\xfc','\x36','\x18','\x0c','\x04','\x18','\x0c','\x0a','\x18','\x0c','\x11','\x1f','\xfc','\xff','\x81','\x80','\x7d','\x81','\x80','\x4c','\x21','\x86','\x0c','\x3f','\xff','\x4e','\x31','\x86','\x7d','\x31','\x86','\x6d','\xb1','\x86','\x6d','\xb1','\x86','\x4c','\x31','\x86','\x4c','\x31','\x9e','\x8c','\x31','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x00','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x08','\x01','\x80','\x92','\x01','\x00','\x63','\x81','\x00','\x33','\x22','\x06','\x36','\x3f','\xff','\x04','\x32','\x26','\x0a','\x32','\x26','\x11','\x32','\x26','\xff','\xb3','\xe6','\x7d','\xb2','\x26','\x4d','\xb2','\x26','\x0c','\x32','\x26','\x4c','\x32','\x26','\x7e','\x33','\xe6','\x6d','\x32','\x26','\x6d','\xb2','\x26','\x4d','\xb2','\x26','\x4c','\x32','\x26','\x8c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x20','\x40','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x07','\x00','\x00','\x06','\x40','\x06','\x7f','\xef','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x48','\x82','\x7f','\xef','\xff','\x06','\x09','\x12','\x06','\x09','\x12','\x06','\x29','\x12','\xff','\xf9','\xf2','\x10','\x09','\x12','\x18','\xc9','\x12','\x1f','\xe9','\x12','\x10','\xc9','\xf2','\x31','\x89','\x12','\x29','\x89','\x12','\x4b','\x09','\x12','\x86','\x0f','\xfe','\x07','\x08','\x02','\x0d','\xc0','\x00','\x18','\xff','\xff','\x30','\x3f','\xfe','\xc0','\x00','\x00','\x1c','\x0e','\x70','\x18','\x0c','\x60','\x18','\x0c','\x66','\x18','\xff','\xff','\x18','\x0c','\x60','\x1b','\x0c','\x60','\xff','\xbf','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x19','\x30','\x18','\x1e','\x30','\x18','\xf8','\x3f','\xf8','\x78','\x03','\x00','\x58','\x03','\x06','\x19','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\xf8','\x60','\x0e','\x31','\x80','\x06','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x66','\x0c','\xff','\xff','\x0c','\x0c','\x60','\xff','\xcc','\x60','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x1e','\x3f','\xf8','\x1d','\x30','\x18','\x1d','\xb0','\x18','\x3d','\xb0','\x18','\x2c','\x3f','\xf8','\x2c','\x03','\x00','\x6c','\x03','\x06','\x4d','\xff','\xff','\x8c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x60','\x0c','\x18','\x38','\x0c','\x30','\x1f','\x0c','\x60','\x0e','\x0d','\x80','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9c','\x00','\x00','\x19','\x00','\x00','\x18','\xc0','\x10','\x18','\x4c','\x1f','\xff','\xfe','\x18','\x18','\x00','\x18','\x18','\x40','\x18','\x08','\x70','\x18','\x0c','\xe0','\x18','\x0d','\xc0','\x18','\x07','\x80','\x18','\x06','\x00','\x18','\x0f','\x02','\x30','\x19','\x82','\x30','\x70','\xc2','\x21','\xc0','\x73','\x46','\x00','\x3f','\x80','\x00','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xff','\xf8','\x03','\xff','\xf8','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x70','\x06','\xff','\xff','\xff','\x00','\xc0','\xc0','\x01','\x81','\x80','\x03','\x03','\x00','\x0e','\xf6','\x00','\x0c','\x1f','\x00','\x00','\x39','\xe0','\x00','\xe0','\x78','\x03','\x80','\x1c','\x3c','\x00','\x0c','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x03','\xe0','\x00','\x1f','\x00','\x01','\xf8','\x00','\x3f','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x04','\x00','\x18','\x87','\x7f','\xfc','\x46','\x00','\x30','\x2c','\x00','\x60','\x38','\x02','\x80','\x10','\x03','\x00','\x38','\x03','\x06','\x29','\xff','\xff','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x1e','\x1f','\x00','\x16','\x06','\x00','\x36','\x40','\x18','\x26','\x7f','\xfc','\x46','\x64','\x98','\x86','\x64','\x98','\x06','\x64','\x98','\x06','\x64','\x98','\x06','\x64','\x98','\x0e','\x64','\x98','\x0c','\x64','\x9a','\x7d','\xff','\xff','\x18','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0f','\xff','\xf8','\x07','\xff','\xf8','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x08','\x20','\x06','\x0e','\x3f','\xff','\x0c','\x30','\x06','\x08','\x34','\x26','\x92','\x32','\x36','\x63','\xb3','\x66','\x33','\x30','\x46','\x36','\x30','\x86','\x04','\x3f','\xfe','\x0a','\x31','\x86','\x11','\x31','\x86','\xff','\xb1','\x86','\x7d','\xbf','\xfe','\x4c','\x33','\x06','\x0c','\x33','\x06','\x4e','\x33','\x06','\x7d','\x33','\x06','\x6d','\xb3','\xf6','\x6d','\xb1','\xf6','\x4c','\x30','\x06','\x4c','\x30','\x06','\x8c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x07','\x00','\x0c','\x06','\x00','\x1e','\x06','\x20','\x70','\xff','\xf1','\xc0','\x06','\x0f','\x80','\x06','\x01','\x80','\x06','\x41','\x80','\x7f','\xe1','\x8c','\x06','\x0f','\xfe','\x06','\x01','\x80','\x06','\x21','\x80','\xff','\xf1','\x80','\x06','\x01','\x80','\x0e','\x01','\x86','\x0f','\x1f','\xff','\x1e','\xc1','\x80','\x16','\x61','\x80','\x36','\x31','\x80','\x26','\x31','\x82','\x46','\x01','\x82','\x86','\x01','\x82','\x06','\x01','\x83','\x06','\x01','\xff','\x06','\x00','\xfe','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x10','\xc3','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x04','\x67','\xff','\xc8','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xe0','\x20','\x01','\x90','\x38','\x03','\x38','\x70','\x0c','\x6c','\x80','\x70','\xce','\x00','\x03','\x1d','\x00','\x0c','\x2d','\x80','\x70','\xcc','\xe0','\x03','\x0c','\x7e','\x0c','\x1c','\x3c','\x70','\xf8','\x0c','\x00','\x30','\x00','\x08','\x20','\xe0','\x0d','\xf0','\xc8','\x0c','\x00','\xce','\x0c','\x00','\xcc','\x0c','\x17','\xfc','\x1b','\xf8','\xc8','\x18','\x00','\xd8','\x18','\x00','\xd0','\x38','\x20','\xd6','\x39','\xf7','\xff','\x78','\x00','\x60','\x58','\x00','\xc0','\x98','\x20','\x8c','\x19','\xf1','\xfe','\x18','\x03','\x8c','\x18','\x05','\x8c','\x19','\x11','\x8c','\x19','\xf9','\xfc','\x19','\x11','\x8c','\x19','\x11','\x8c','\x19','\x11','\x8c','\x19','\x11','\x8c','\x19','\xf1','\xfc','\x19','\x11','\x8c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x01','\x98','\x80','\x03','\x18','\xc0','\x03','\x18','\x60','\x06','\x18','\x70','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x11','\xd0','\x3f','\xf9','\x88','\x23','\x11','\x8c','\x23','\x11','\x8c','\x3f','\xf1','\x80','\x23','\x11','\x86','\x23','\x1f','\xff','\x23','\x11','\x80','\x3f','\xf1','\x80','\x03','\x03','\x40','\x03','\x03','\x40','\x3f','\xf3','\x20','\x03','\x02','\x30','\x03','\x06','\x18','\x03','\xf4','\x1f','\xff','\x08','\x0e','\x78','\x10','\x06','\x40','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x0c','\x18','\x1e','\x30','\x18','\x06','\xc0','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x18','\x61','\x8c','\x30','\x63','\x0c','\x60','\xc3','\x0c','\x80','\xc3','\x0c','\x01','\x86','\x0c','\x01','\x86','\x0c','\x03','\x0c','\x0c','\x06','\x0c','\x1c','\x0c','\x18','\x18','\x18','\x30','\x18','\x60','\x60','\x38','\x00','\xc0','\x30','\x01','\x80','\x70','\x06','\x00','\xe0','\x18','\x07','\xc0','\x00','\x01','\x80','\x06','\x00','\x10','\x06','\x08','\x1c','\x0d','\x06','\x18','\x0c','\xc3','\x30','\x18','\x63','\x20','\x17','\x60','\x44','\x26','\x1f','\xfe','\x46','\x03','\x30','\xbf','\xc3','\x30','\x30','\xc3','\x30','\x30','\xc3','\x30','\x3f','\xc3','\x32','\x30','\xff','\xff','\x30','\xc3','\x30','\x30','\xc3','\x30','\x3f','\xc3','\x30','\x30','\xc6','\x30','\x31','\x06','\x30','\x30','\x86','\x30','\x30','\xc4','\x30','\x33','\xcc','\x30','\xfc','\xc8','\x30','\x70','\x10','\x30','\x40','\x20','\x30','\x00','\x70','\x00','\x00','\x62','\x00','\x00','\x61','\x80','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xce','\x00','\x00','\xcc','\x00','\x00','\xcc','\x00','\x01','\x8c','\x00','\x01','\x8c','\x00','\x01','\x8c','\x00','\x03','\x0c','\x00','\x03','\x0c','\x00','\x06','\x0c','\x02','\x06','\x0c','\x02','\x0c','\x0c','\x02','\x18','\x0c','\x03','\x30','\x0f','\xff','\xc0','\x07','\xfe','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x0c','\x1b','\xff','\xfe','\x18','\x1a','\x00','\x30','\x1a','\x00','\x30','\x31','\x00','\x20','\x31','\x80','\x60','\x60','\xc0','\x40','\xc0','\x70','\x81','\x80','\x3f','\x06','\x00','\x1e','\x18','\x00','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x8c','\x9f','\xff','\x4c','\xe1','\x86','\x6c','\xc1','\x86','\x6c','\x81','\x86','\x0d','\x01','\x86','\x0c','\x01','\x86','\xff','\xc1','\x86','\x0c','\x11','\x86','\x0c','\x0d','\x06','\x1e','\x07','\x06','\x1d','\x83','\x06','\x1c','\xc3','\x86','\x3c','\xc2','\xc6','\x2c','\x06','\xe6','\x2c','\x06','\x6e','\x6c','\x04','\x0c','\x4c','\x0c','\x0c','\x8c','\x08','\x0c','\x0c','\x18','\x1c','\x0c','\x10','\x18','\x0c','\x20','\xf8','\x0c','\xc0','\x30','\x07','\x39','\xc0','\x06','\x31','\x80','\x06','\x31','\x86','\xff','\xff','\xff','\x06','\x31','\x80','\x06','\x31','\x80','\x06','\x3f','\x80','\x06','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x07','\xc1','\xfc','\x7c','\x00','\x1c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x61','\x03','\x06','\x61','\xff','\x86','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\xff','\x06','\x61','\x83','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x10','\x06','\x60','\xc8','\x06','\x60','\xcc','\x86','\x62','\xcc','\x46','\x62','\xc0','\x66','\x66','\xc1','\x36','\x6c','\xc1','\x36','\x6c','\xc1','\x86','\x60','\xff','\x86','\x60','\x7f','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x04','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\x80','\x49','\x01','\x86','\x31','\xdf','\xff','\x19','\x84','\x18','\x1b','\x04','\x18','\x02','\x04','\x18','\x04','\x84','\x18','\x08','\x46','\x30','\xff','\xe2','\x30','\x7e','\x62','\x30','\x46','\x63','\x60','\x06','\x01','\x60','\x27','\x01','\xc0','\x3e','\xc0','\x80','\x36','\x61','\xc0','\x36','\x63','\x60','\x66','\x02','\x30','\x46','\x04','\x38','\x86','\x08','\x1f','\x06','\x10','\x0e','\x06','\x60','\x06','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x0c','\x07','\xff','\xfe','\x06','\x0c','\x0c','\x0d','\x0c','\x0c','\x0d','\x0c','\x0c','\x18','\x98','\x0c','\x30','\x98','\x0c','\x60','\x58','\x0c','\x80','\x70','\x0c','\x00','\x30','\x1c','\x00','\x78','\x18','\x00','\x6c','\x18','\x00','\xc6','\x18','\x01','\x83','\xb0','\x03','\x01','\xf0','\x06','\x00','\x7f','\x0c','\x00','\x6e','\x30','\x00','\xc0','\xc0','\x01','\xc0','\x00','\x1f','\x80','\x00','\x07','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x30','\x06','\x19','\xf8','\x06','\x1e','\x30','\x06','\x78','\x30','\x07','\x98','\x30','\x1e','\x18','\x30','\xe6','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x19','\xf0','\x06','\x18','\x60','\x06','\x18','\x00','\x06','\x18','\x02','\x06','\x00','\x02','\x06','\x00','\x02','\x06','\x00','\x03','\x07','\xff','\xff','\x03','\xff','\xfe','\x00','\x02','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x00','\x0e','\x06','\x00','\x06','\x06','\x20','\x00','\x04','\x18','\x00','\x04','\x0c','\x02','\x08','\xf6','\x02','\xff','\x87','\x04','\x78','\x03','\x04','\x40','\x00','\x0c','\x00','\x00','\x08','\x20','\x18','\x18','\x3f','\xfc','\x38','\x30','\x18','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x38','\x3f','\xf8','\x18','\x30','\x18','\x00','\x30','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x02','\x08','\x00','\x03','\x8e','\x00','\x03','\x0c','\x00','\x06','\x0c','\x30','\x06','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x14','\x30','\x1c','\x32','\x60','\x2c','\x22','\x60','\x4c','\x50','\xc0','\x8c','\x88','\xc0','\x0d','\x0d','\x80','\x0c','\x07','\x00','\x0c','\x07','\x00','\x0c','\x0d','\xc0','\x0c','\x18','\xf0','\x0c','\x30','\x7f','\x0c','\x60','\x1e','\x0d','\x80','\x06','\x00','\x80','\x00','\x01','\xc0','\xc0','\x03','\x00','\x38','\x06','\x81','\x0e','\x18','\x43','\x86','\x60','\x36','\x00','\x00','\x1c','\x00','\x00','\x77','\x80','\x03','\xc1','\xff','\x1e','\x00','\x1e','\xe0','\x02','\x00','\x3f','\xfb','\xfc','\x0c','\x63','\x08','\x0c','\x63','\x18','\x0f','\xe3','\x10','\x0c','\x63','\x20','\x0c','\x63','\x10','\x0f','\xe3','\x08','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x7f','\xe3','\x0c','\x3c','\x63','\x3c','\x20','\x63','\x18','\x00','\x63','\x00','\x00','\x1a','\x06','\xff','\xff','\xff','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1f','\xe3','\x08','\x18','\x63','\x18','\x18','\x63','\x10','\x18','\x63','\x20','\x18','\x63','\x10','\x18','\x63','\x08','\x1f','\xe3','\x0c','\x18','\x63','\x04','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x1f','\xe3','\x06','\xfc','\x63','\x3e','\x70','\x63','\x0c','\x40','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x00','\x40','\x18','\x0c','\x7f','\xff','\xfe','\x63','\x18','\x0c','\x63','\x18','\x18','\x63','\x19','\x20','\x63','\x18','\xc0','\x7f','\xf8','\x60','\x63','\x18','\x60','\x63','\x18','\x06','\x63','\x1f','\xff','\x63','\x18','\x66','\x7f','\xf8','\x64','\x63','\x18','\x68','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x30','\x60','\x7f','\xf8','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xf0','\x60','\xff','\x00','\x60','\x78','\x03','\xe0','\x40','\x00','\xc0','\x01','\x82','\x00','\xff','\xc3','\x80','\x01','\x83','\x00','\x01','\x82','\x00','\x01','\x86','\x00','\x41','\x84','\x06','\x7f','\x8f','\xff','\x61','\x88','\x00','\x60','\x10','\xe0','\x60','\x20','\xc0','\x60','\x00','\xc0','\x63','\x00','\xc0','\x7f','\x88','\xd0','\xc3','\x0e','\xc8','\xc3','\x0c','\xcc','\x03','\x08','\xc6','\x03','\x18','\xc7','\x03','\x10','\xc3','\x03','\x20','\xc3','\x07','\x40','\xc0','\x06','\x00','\xc0','\x0e','\x00','\xc0','\x7c','\x07','\xc0','\x18','\x01','\x80','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x06','\x18','\x00','\x0c','\x18','\x00','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x38','\x0c','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x06','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x80','\x60','\x18','\xff','\xf0','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc3','\xe0','\x18','\xc0','\xc0','\x18','\xc0','\x02','\x30','\xc0','\x02','\x30','\xc0','\x02','\x20','\xc0','\x03','\x40','\xff','\xff','\x80','\x7f','\xfe','\x00','\x00','\x00','\x04','\x10','\xc0','\x07','\x1f','\xe0','\x0e','\x18','\xc0','\x0c','\x18','\xc0','\x18','\x18','\xc0','\x30','\x18','\xc0','\x44','\x10','\xc0','\x87','\x30','\xc0','\x0e','\x20','\xfe','\x0c','\x40','\x7e','\x18','\x80','\x00','\x38','\x00','\x30','\x58','\xff','\xf8','\x98','\x10','\x30','\x18','\x08','\x60','\x18','\x08','\x60','\x18','\x04','\xc0','\x18','\x07','\x80','\x18','\x03','\x00','\x18','\x07','\x80','\x18','\x0c','\xe0','\x18','\x18','\x7f','\x18','\x60','\x1e','\x19','\x80','\x06','\x04','\x02','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x04','\x06','\x00','\x49','\x06','\x00','\x31','\xc4','\x06','\x19','\x8f','\xff','\x1b','\x08','\x06','\x02','\x10','\x06','\x04','\xa0','\x06','\x08','\x44','\x06','\xff','\xe3','\x06','\x7e','\x61','\x86','\x46','\x01','\x86','\x06','\x01','\x86','\x26','\x80','\x06','\x3e','\x40','\x0e','\x36','\x60','\x0c','\x26','\x60','\x0c','\x66','\x60','\x1c','\x46','\x00','\x18','\x86','\x00','\x38','\x06','\x01','\xf0','\x06','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xd3','\x00','\x00','\x18','\x00','\x20','\x30','\x08','\x18','\xff','\x1c','\x0c','\xc3','\x30','\x0c','\xc3','\x40','\x00','\xff','\x00','\x02','\xc3','\x60','\x0c','\xc3','\x18','\x78','\xc3','\x0c','\x30','\xff','\x0c','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\x99','\x80','\x07','\x18','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x03','\x00','\x00','\x7f','\x88','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x01','\x8c','\x0c','\xff','\xcc','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x03','\x0c','\x0c','\x7f','\x8f','\xfc','\x00','\x0c','\x8c','\x00','\x0c','\x80','\x03','\x0c','\x80','\x7f','\x8c','\x40','\x00','\x0c','\x40','\x00','\x0c','\x40','\x43','\x18','\x20','\x7f','\x98','\x20','\x63','\x18','\x30','\x63','\x10','\x18','\x63','\x30','\x1c','\x63','\x20','\x0f','\x7f','\x40','\x0e','\x60','\x80','\x06','\x41','\x83','\x06','\x7f','\xff','\xff','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\xbf','\x7e','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\xbf','\x7e','\x7f','\x83','\x06','\x0c','\x08','\x40','\x0c','\x0e','\x70','\x0c','\x0c','\x60','\x4c','\x98','\x84','\x4f','\xdf','\xfe','\x4c','\x38','\x40','\x4c','\x38','\x40','\x4c','\x5f','\xfc','\x4c','\x98','\x40','\x4c','\x18','\x40','\x4c','\x1f','\xfc','\x4d','\x98','\x40','\xfe','\x18','\x42','\x70','\x1f','\xff','\x40','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x84','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\xff','\xc1','\x88','\x00','\x1f','\xfc','\x02','\x01','\x80','\x43','\x81','\x82','\x23','\x7f','\xff','\x23','\x00','\x00','\x33','\x00','\x00','\x32','\x1f','\xf8','\x32','\x18','\x18','\x06','\x18','\x18','\x04','\x1f','\xf8','\x07','\x98','\x18','\xfc','\x18','\x18','\x70','\x1f','\xf8','\x40','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x78','\x00','\x18','\x30','\x1c','\x06','\x00','\x18','\x4f','\x00','\x18','\x78','\x46','\x18','\x40','\x7f','\x1b','\x47','\x46','\xff','\xc6','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x3c','\x46','\x46','\x3a','\x46','\x46','\x3b','\x46','\x46','\x3b','\x46','\x46','\x78','\x46','\x46','\x58','\x46','\x46','\x58','\x46','\x46','\x99','\xfe','\x46','\x18','\xe6','\x46','\x18','\x86','\x5e','\x18','\x0c','\x4c','\x18','\x0c','\x40','\x18','\x18','\x40','\x18','\x30','\x40','\x18','\xc0','\x40','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x43','\x11','\x00','\x33','\x19','\xc0','\x13','\x21','\x80','\xff','\xfd','\x86','\x07','\x01','\xff','\x0f','\xc3','\x10','\x1b','\x32','\x1c','\x33','\x15','\x18','\xc3','\x09','\x18','\x06','\x01','\xb0','\x06','\x30','\xb0','\xff','\xf8','\xe0','\x18','\x60','\x40','\x30','\xc0','\xe0','\x6d','\x80','\xb0','\x03','\x01','\x98','\x06','\xc1','\x1f','\x18','\x62','\x0e','\xe0','\x6c','\x06','\x0c','\x00','\x30','\x0c','\x40','\x20','\x1a','\x23','\xfe','\x19','\x32','\x22','\x11','\x9a','\x22','\x31','\x9b','\xfe','\x20','\x00','\x20','\x7f','\x80','\x20','\x4c','\x07','\xff','\x8c','\x00','\x00','\x0d','\x99','\xfc','\xff','\xfd','\x04','\x0c','\x19','\x04','\x0c','\x99','\xfc','\x0c','\xd9','\x00','\x8d','\x99','\xfe','\x4d','\x19','\x02','\x6e','\x19','\x02','\x6c','\x19','\xfe','\x0d','\x98','\x00','\x0e','\x34','\x00','\xf8','\xe3','\xff','\x60','\x60','\xfe','\x40','\x40','\x00','\x1c','\x06','\x00','\x18','\x06','\x00','\x18','\x0d','\x00','\x18','\x0c','\x80','\x1c','\x18','\x60','\x1b','\x30','\x38','\x59','\x60','\x1f','\x58','\xc0','\xc6','\x5b','\x3f','\xe0','\xd8','\x00','\x00','\xd9','\x0c','\x0e','\xd9','\xfe','\xec','\x19','\x8c','\xcc','\x19','\x8c','\xcc','\x19','\xfc','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\xcc','\x19','\xfc','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\x0c','\x19','\x8c','\x0c','\x19','\x8c','\x0c','\x19','\xbc','\x7c','\x19','\x98','\x18','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\xc1','\xc0','\x03','\x00','\xf0','\x0c','\xff','\x3f','\x30','\x00','\x0e','\xcf','\xe3','\x30','\x08','\x23','\x30','\x0f','\xe3','\x30','\x08','\x23','\x30','\x0f','\xe3','\x30','\x08','\x20','\x30','\x08','\xe1','\xf0','\x08','\x60','\x60','\x00','\x00','\x00','\x01','\xd0','\x00','\x11','\x8c','\x10','\x11','\x84','\x8c','\x31','\x80','\x86','\x71','\x80','\xc6','\x61','\xff','\xc0','\x00','\xff','\x80','\x20','\x01','\xc0','\x18','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x00','\x01','\x80','\x00','\x41','\x86','\x80','\x7f','\xff','\x60','\x61','\x86','\x32','\x61','\x86','\x32','\x61','\x86','\x04','\x61','\x86','\x04','\x61','\x86','\x0c','\x61','\x86','\x08','\x7f','\xfe','\x18','\x61','\x86','\x18','\x61','\x86','\x30','\x61','\x86','\xf0','\x61','\x86','\x70','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x00','\x0e','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x0c','\x00','\x18','\x1a','\x00','\x98','\x31','\x80','\x58','\x60','\xf0','\x79','\x9f','\x3f','\x7e','\x00','\x0e','\x19','\xf8','\x18','\x19','\x09','\x98','\xf9','\xf9','\x98','\x79','\x09','\x98','\x59','\xf9','\x98','\x19','\x09','\x98','\x19','\x08','\x18','\x11','\x38','\x78','\x31','\x18','\x30','\x30','\x04','\x00','\x22','\x66','\x48','\x62','\x62','\x46','\x46','\x60','\x63','\x8e','\x7f','\xe3','\x0c','\x3f','\xc0','\x06','\x01','\x80','\x7f','\x01','\x80','\x00','\x03','\x40','\x00','\x03','\x20','\x03','\x06','\x30','\xff','\x8c','\x1c','\x00','\x18','\x0f','\x00','\x60','\x26','\x06','\x0f','\xf0','\x7f','\x00','\x00','\x00','\x22','\x0e','\x00','\x3f','\x4c','\x06','\x22','\x4c','\x7f','\x22','\x4c','\x00','\x3e','\x4c','\x00','\x22','\x4c','\x46','\x22','\x4c','\x7f','\x3e','\x4c','\x66','\x22','\x4c','\x66','\x22','\x0c','\x66','\x22','\x0c','\x66','\x22','\x0c','\x7e','\x2e','\x3c','\x66','\x26','\x18','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc3','\x40','\xff','\xe3','\x20','\x0c','\x06','\x30','\x0c','\x04','\x1c','\x7f','\x88','\x0f','\x4c','\x90','\x66','\x4c','\xa7','\xf0','\x4c','\x80','\x00','\x7f','\x91','\x06','\x4c','\x9f','\xb4','\x4c','\x91','\x24','\x4c','\x91','\x24','\x7f','\x9f','\x24','\x0c','\x11','\x24','\x0c','\x11','\x24','\x0c','\xdf','\x24','\xff','\xf1','\x24','\x0c','\x11','\x04','\x0c','\x11','\x04','\x0c','\x11','\x04','\x0c','\x17','\x1c','\x0c','\x13','\x0c','\x00','\x08','\x40','\x00','\x0e','\x70','\x43','\x0c','\x60','\x7f','\x8c','\x40','\x63','\x18','\x8c','\x63','\x1f','\xfe','\x63','\x18','\xc0','\x63','\x38','\xc0','\x63','\x38','\xc0','\x63','\x58','\xd8','\x63','\x9f','\xfc','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xd8','\x63','\x1f','\xfc','\x7f','\x18','\xc0','\x63','\x18','\xc0','\x60','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\xc6','\x00','\x1f','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x07','\x00','\x03','\x86','\x00','\x03','\x06','\x00','\x03','\x06','\x00','\x06','\x06','\x06','\x06','\xff','\xff','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\x1c','\x18','\x00','\x2c','\x18','\x00','\x4c','\x10','\x0c','\x8c','\x3f','\xfe','\x0c','\x38','\x0c','\x0c','\x58','\x0c','\x0c','\x98','\x0c','\x0d','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x08','\x00','\x18','\x0e','\xff','\xfc','\x0c','\x04','\x00','\x0c','\x3f','\xe0','\x18','\x20','\x20','\x18','\x3f','\xe0','\x18','\x20','\x20','\x31','\x3f','\xe0','\x31','\x20','\x26','\x73','\xff','\xff','\xb6','\x08','\x06','\x36','\x24','\x44','\x30','\xa6','\x30','\x31','\xa0','\x98','\x31','\xbf','\x98','\x30','\x10','\x00','\x30','\x18','\x60','\x30','\x3f','\xf0','\x30','\x60','\xc0','\x30','\xd9','\x80','\x33','\x06','\x00','\x30','\x19','\xc0','\x30','\x60','\x7f','\x33','\x80','\x0e','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x01','\xc0','\x00','\x46','\x00','\x00','\x38','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x38','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x18','\x01','\x80','\x18','\x0e','\x01','\xf0','\xf0','\x00','\x60','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\xc0','\x00','\x7f','\xe0','\x00','\xe0','\xc0','\x00','\xd0','\xc0','\x00','\xd0','\xc0','\x01','\x91','\x80','\x01','\x89','\x80','\x03','\x0b','\x00','\x03','\x07','\x00','\x06','\x06','\x00','\x0c','\x0f','\x00','\x18','\x19','\x80','\x30','\x30','\xe0','\xc0','\xc0','\x7f','\x03','\x00','\x1e','\x0c','\x00','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x70','\x04','\x60','\x60','\x08','\x00','\x60','\x00','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x30','\x01','\xff','\xf8','\x03','\x80','\x30','\x07','\x80','\x30','\x0d','\xff','\xf0','\x19','\x80','\x30','\x61','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x81','\xf0','\x01','\x80','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x71','\x18','\x87','\x61','\xd8','\xe6','\x61','\x98','\xc6','\x61','\x18','\x86','\x6a','\x1d','\x06','\x64','\x9a','\x46','\x66','\xdb','\x66','\x62','\x99','\x46','\x61','\x98','\x46','\x61','\x18','\xc6','\x61','\x18','\x86','\x62','\x18','\xa6','\x62','\x99','\x26','\x64','\xd9','\x36','\x7f','\x5f','\xd6','\x6c','\x5b','\x16','\x60','\x18','\x06','\x60','\x18','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x04','\x04','\x00','\x07','\x07','\x00','\x0e','\x06','\x00','\x0c','\xe6','\x0c','\x1c','\xcf','\xfe','\x1c','\xc8','\x30','\x2c','\xd4','\x30','\x4c','\xe4','\x60','\x8c','\xc2','\xc0','\x0c','\xc1','\x80','\x0c','\xc3','\xc0','\x0c','\xc6','\x70','\x0c','\x18','\x3f','\x0c','\x60','\x1e','\x0c','\x00','\x06','\x00','\x10','\x00','\x01','\xcc','\x00','\x11','\x86','\x10','\x11','\x86','\x0c','\x31','\x80','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x10','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x40','\x23','\xff','\xc0','\x22','\x00','\x46','\x7f','\xff','\xff','\x60','\x10','\x06','\xc4','\xcc','\x48','\xc4','\xc5','\x30','\x08','\xc1','\x98','\x38','\x7f','\x8c','\x31','\x00','\x0c','\x01','\x80','\xc0','\x03','\xff','\xe0','\x06','\x83','\x80','\x0c','\x6e','\x00','\x30','\x3c','\x00','\xc0','\xe7','\x80','\x03','\x80','\xff','\x3c','\x00','\x1e','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x9f','\xf8','\xff','\xc0','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\x1e','\x1f','\xf8','\xfc','\x18','\x18','\x6c','\x18','\x18','\x4c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x1e','\x0c','\xff','\xf8','\x0c','\x7c','\x18','\x7c','\x40','\x18','\x18','\x00','\x18','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x60','\x01','\xff','\xf0','\x01','\x80','\x60','\x03','\x80','\x60','\x07','\x80','\x60','\x0d','\xff','\xe0','\x19','\x80','\x60','\x61','\x80','\x60','\x01','\x80','\x60','\x01','\xff','\xe0','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x83','\xe0','\x01','\x80','\xc0','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0c','\x31','\x86','\x1e','\x31','\x86','\x1d','\x31','\x86','\x1d','\xb1','\x86','\x3d','\xb1','\x86','\x2c','\x31','\x86','\x2c','\x3f','\xfe','\x6c','\x31','\x86','\x4c','\x31','\x86','\x8c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x20','\x00','\x30','\x18','\xff','\xf8','\x0c','\x00','\x60','\x0c','\x09','\x80','\x00','\x06','\x00','\x00','\x83','\x06','\x80','\xff','\xff','\x60','\xc3','\x06','\x32','\xc3','\x06','\x32','\xff','\xfe','\x04','\xc3','\x06','\x04','\xc3','\x06','\x0c','\xff','\xfe','\x08','\xc0','\x06','\x18','\x06','\x00','\x18','\x06','\x0c','\x31','\xff','\xfe','\xf0','\x06','\x0c','\x70','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x18','\x1c','\x30','\x30','\x18','\x38','\xc0','\xf8','\x1b','\x00','\x30','\x20','\x00','\x18','\x19','\xff','\xfc','\x0c','\x00','\x30','\x0c','\x08','\x60','\x00','\x06','\x80','\x00','\x03','\x00','\x80','\x83','\x06','\x60','\xff','\xff','\x32','\xc3','\x06','\x32','\xc3','\x06','\x04','\xc3','\x06','\x04','\xc3','\x06','\x0c','\xff','\xfe','\x08','\xc3','\x06','\x18','\xc3','\x06','\x18','\xc3','\x06','\x30','\xc3','\x06','\xf0','\xff','\xfe','\x70','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc3','\x06','\x38','\xc3','\x3e','\x18','\xc3','\x0c','\x04','\x20','\x20','\x07','\x18','\x38','\x86','\x0c','\x30','\x4c','\x0c','\x20','\x2c','\x00','\x46','\x19','\xff','\xff','\x38','\x04','\x80','\x2c','\x04','\x80','\x4c','\x44','\x8c','\x8c','\x7f','\xfe','\x1e','\x64','\x8c','\x16','\x64','\x8c','\x36','\x64','\x8c','\x26','\x6c','\xfc','\x46','\x68','\x7c','\x86','\x70','\x0c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x06','\x7f','\xfc','\x06','\x60','\x0c','\x0e','\x60','\x0c','\x0c','\x60','\x0c','\x7c','\x7f','\xfc','\x18','\x60','\x0c','\x40','\x40','\xe0','\x30','\x70','\xc8','\x18','\x60','\xc4','\x18','\x40','\xc6','\x00','\x80','\xc6','\xff','\xf8','\xc0','\x05','\x00','\xc6','\x05','\x0f','\xff','\x45','\x30','\xc0','\x7f','\xf8','\xc0','\x65','\x30','\xc0','\x65','\x30','\xc0','\x65','\x31','\xa0','\x68','\xf1','\xa0','\x70','\x31','\xa0','\x60','\x31','\xa0','\x60','\x31','\x10','\x7f','\xf3','\x10','\x60','\x33','\x18','\x60','\x32','\x18','\x60','\x36','\x0c','\x7f','\xf4','\x0f','\x60','\x08','\x06','\x60','\x30','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x86','\xff','\xdf','\xff','\x01','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x02','\x00','\x04','\x06','\x00','\x0e','\x04','\x0c','\x1d','\x8f','\xfe','\x2c','\xce','\x0c','\xcc','\xd6','\x0c','\x0c','\x26','\x0c','\x0c','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x07','\xfc','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0e','\x04','\x00','\x0c','\x07','\x20','\x0c','\x06','\x18','\x0c','\x0c','\x0c','\x0d','\x88','\x06','\xff','\xd1','\x86','\x01','\x81','\x80','\x03','\x03','\x40','\x03','\x03','\x40','\x06','\x42','\x20','\x04','\x66','\x30','\x0c','\x44','\x1c','\x1c','\x88','\x0f','\x2e','\x10','\x06','\xcd','\xa8','\x18','\x0c','\xcf','\xfc','\x0c','\xcc','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x06','\x00','\x30','\x7f','\x01','\xf8','\x00','\x1f','\x80','\x00','\x01','\x80','\x03','\x01','\x86','\xff','\xbf','\xff','\x00','\x03','\xa0','\x00','\x07','\x90','\x06','\x05','\x98','\x7f','\x09','\x8c','\x00','\x11','\x8f','\x00','\x61','\x86','\x06','\x00','\x30','\x7f','\x3f','\xf8','\x00','\x06','\x30','\x00','\x06','\x36','\x46','\x06','\x7f','\x7f','\x0c','\x66','\x66','\x0c','\x06','\x66','\x08','\x06','\x66','\x18','\x0e','\x66','\x10','\x0c','\x7e','\x20','\x7c','\x66','\x40','\x18','\x00','\x70','\x80','\x40','\x60','\xe0','\x30','\x60','\xc0','\x18','\x64','\xc6','\x1f','\xfe','\xff','\x18','\xc1','\x80','\x00','\xc1','\x0c','\x00','\xc2','\xfe','\x00','\xfc','\x0c','\x00','\xcc','\x28','\x18','\xcc','\x30','\xfc','\xcc','\x32','\x18','\xcd','\xff','\x18','\xcc','\x30','\x18','\xcc','\x30','\x18','\x8c','\x30','\x19','\x9c','\x30','\x19','\x18','\x30','\x19','\x78','\xf0','\x1a','\x30','\x60','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x04','\x00','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x00','\x00','\x00','\x20','\x00','\x18','\x3f','\xff','\xfc','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xff','\xf8','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x03','\x3f','\xff','\xff','\x1f','\xff','\xfe','\x00','\x61','\x06','\x03','\xf1','\xff','\x3f','\x01','\x86','\x03','\x01','\x8c','\x03','\x01','\x8c','\x7f','\xfd','\x88','\x13','\x11','\x98','\x13','\x11','\x90','\x13','\x11','\xa0','\x13','\x11','\x90','\xff','\xff','\x88','\x13','\x11','\x8c','\x13','\x11','\x84','\x13','\x11','\x86','\x13','\x11','\x86','\x7f','\xfd','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x03','\x31','\xbe','\x03','\xc1','\x8c','\x7f','\x01','\x80','\x38','\x01','\x80','\x20','\x01','\x80','\x0e','\x04','\x20','\x0c','\x07','\x38','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0c','\xcc','\x46','\xff','\xef','\xff','\x0c','\x1c','\x60','\x0c','\x1c','\x60','\x0c','\x2c','\x60','\x08','\x4c','\x64','\x1a','\x0f','\xfe','\x1b','\x8c','\x60','\x1b','\x0c','\x60','\x13','\x0c','\x60','\x13','\x0c','\x60','\x32','\x0c','\x64','\x22','\x0f','\xfe','\x26','\x0c','\x60','\x64','\x8c','\x60','\x44','\x4c','\x60','\x84','\x6c','\x60','\x3f','\xec','\x66','\x1c','\x6f','\xff','\x10','\x0c','\x00','\x00','\x30','\x70','\xff','\xf8','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x3f','\xe2','\x64','\x30','\x63','\xfe','\x30','\x62','\x64','\x30','\x62','\x64','\x3f','\xe2','\x64','\x00','\x02','\x64','\x40','\x32','\x64','\x7f','\xfa','\x64','\x65','\x32','\x64','\x65','\x32','\x64','\x65','\x33','\xfc','\x68','\xf2','\x64','\x70','\x30','\x60','\x6f','\xb0','\x60','\x62','\x30','\x68','\x62','\x30','\x64','\x62','\x30','\x66','\x62','\x37','\xfb','\x60','\xf3','\xc3','\x60','\x62','\x03','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x0c','\x00','\x3f','\xfe','\x00','\x70','\x1c','\x00','\x60','\x1c','\x00','\xe0','\x18','\x01','\xc0','\x38','\x03','\xa0','\x30','\x07','\x18','\x70','\x0c','\x1c','\xe0','\x30','\x0c','\xc0','\x00','\x0d','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xc0','\x00','\x03','\x80','\x00','\x0e','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x02','\x00','\x00','\x64','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x18','\x0c','\x00','\x18','\x08','\x00','\x18','\x10','\x00','\x18','\x20','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0c','\x01','\x9e','\x33','\xff','\xc6','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x04','\x18','\x80','\x07','\x18','\x60','\x0e','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x1c','\x30','\x18','\x0c','\x40','\xf8','\x00','\x00','\x30','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x01','\x80','\x07','\xff','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x08','\x20','\x40','\x06','\x10','\x70','\x03','\x18','\xe0','\x03','\x18','\x80','\x00','\x01','\x06','\xff','\xff','\xff','\x03','\x00','\x80','\x06','\x00','\x40','\x06','\x00','\x60','\x0d','\xff','\xb0','\x18','\x00','\x1c','\x37','\xff','\xef','\x60','\x00','\x06','\x83','\xff','\xc0','\x00','\x00','\x00','\x03','\xff','\xc0','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x01','\x00','\x00','\x27','\x90','\x0c','\x38','\x10','\x7e','\x31','\xff','\x8c','\x30','\x10','\x0c','\x30','\xff','\x0c','\x30','\x91','\x0c','\x3c','\x91','\x3c','\x30','\xff','\x0c','\x30','\x91','\x0c','\x30','\x91','\x0c','\x30','\xff','\x0c','\x3c','\x10','\x3c','\x30','\x10','\x0c','\x31','\xff','\x8c','\x30','\x10','\x0c','\x30','\x10','\x0c','\xff','\xff','\xff','\x02','\x00','\x00','\x03','\x81','\x80','\x07','\x00','\x60','\x0e','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x00','\xc0','\x06','\x7f','\xef','\xff','\x01','\x80','\xc0','\x01','\x00','\x80','\x12','\x05','\x0c','\x0c','\x07','\xfe','\x06','\x06','\x0c','\x06','\x06','\x0c','\x00','\x66','\x0c','\xff','\xf7','\xfc','\x06','\x66','\x0c','\x06','\x46','\x0c','\x06','\x86','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x02','\x00','\x06','\x03','\x88','\x06','\x07','\x06','\x3e','\x0c','\x03','\x0c','\x30','\x03','\x08','\x03','\x80','\x0e','\x03','\x00','\x0c','\x83','\x06','\x0c','\xff','\xff','\x0c','\xc0','\x80','\x18','\xcf','\xf8','\x18','\xc0','\x88','\x18','\xc0','\x8a','\x18','\xff','\xff','\x38','\xc0','\x88','\x38','\xc0','\x88','\x58','\xcf','\xf8','\x98','\xc0','\x80','\x18','\xdf','\xfc','\x18','\xd0','\x84','\x18','\xd0','\x84','\x18','\xdf','\xfc','\x18','\x90','\x84','\x18','\x90','\x84','\x19','\x9f','\xfc','\x19','\x10','\x84','\x19','\x10','\x84','\x1a','\x10','\x9c','\x18','\x10','\x8c','\x02','\x01','\xc0','\x03','\x81','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\x80','\x0c','\x01','\x86','\x08','\x9f','\xff','\x90','\xe1','\x86','\x60','\xc1','\x86','\x31','\x81','\x86','\x19','\x81','\x86','\x19','\x01','\x86','\x03','\x01','\x86','\x02','\x01','\x86','\x06','\x01','\x86','\x04','\x83','\x06','\x0c','\x43','\x06','\x08','\x63','\x06','\x11','\xb6','\x0e','\xfe','\x36','\x0c','\x70','\x0c','\x0c','\x40','\x18','\x1c','\x00','\x30','\xf8','\x00','\xc0','\x30','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x86','\x18','\xff','\xff','\x31','\x83','\x40','\x31','\x83','\x40','\x31','\x83','\x40','\x33','\x03','\x40','\x6b','\x02','\x20','\x66','\x06','\x20','\x07','\x06','\x30','\x05','\x84','\x10','\x0c','\xcc','\x18','\x08','\xc8','\x1c','\x10','\x10','\x0f','\x20','\x20','\x0e','\xc0','\xc0','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x61','\x00','\x04','\x61','\xc1','\x88','\x03','\x80','\x60','\x06','\x18','\x30','\x0c','\x38','\x18','\x18','\x34','\x18','\x20','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x0c','\x00','\x3f','\x33','\xff','\xde','\xc3','\x00','\xc6','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x0e','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\xff','\xf0','\x18','\x06','\x10','\x18','\x06','\x16','\x1b','\xff','\xff','\x18','\x06','\x10','\x18','\x06','\x10','\x18','\xff','\xf0','\x18','\x06','\x00','\x19','\x06','\x08','\x19','\xff','\xfc','\x19','\x06','\x08','\x19','\x06','\x08','\x19','\xff','\xf8','\x11','\x06','\x08','\x31','\x06','\x08','\x21','\xff','\xf8','\x21','\x06','\x08','\x41','\x06','\x08','\x81','\x06','\x78','\x01','\x06','\x30','\x0e','\x10','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0d','\x9f','\xf0','\xff','\xd8','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x9f','\xf0','\x0d','\x00','\x00','\x0e','\x00','\x06','\x1c','\xff','\xff','\xfc','\x18','\x00','\x6c','\x10','\x0c','\x4c','\x3f','\xfe','\x0c','\x24','\x4c','\x0c','\x4c','\xcc','\x0d','\x88','\x8c','\x0c','\x11','\x0c','\x0c','\x22','\x1c','\x0c','\xc4','\x18','\x7c','\x18','\xf8','\x18','\x00','\x30','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x7f','\x80','\x0c','\x02','\x08','\x0c','\x21','\x0e','\x0d','\x91','\x8c','\xff','\xd9','\x98','\x0c','\x18','\x10','\x0c','\x00','\x20','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0d','\x83','\x00','\x1e','\x03','\x06','\xfc','\xff','\xff','\x6c','\x03','\x00','\x4c','\x03','\x00','\x0c','\x73','\x0e','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\xfc','\x7c','\x60','\x0c','\x18','\x60','\x0c','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x21','\x00','\x1a','\x31','\xc8','\xff','\x21','\x8c','\x18','\x41','\x88','\x1a','\x51','\x12','\x19','\x9b','\xff','\x18','\xb2','\x20','\x1e','\x26','\x20','\xf8','\x4a','\x24','\x78','\x53','\xfe','\x58','\x9a','\x20','\x1b','\xfa','\x20','\x19','\x12','\x24','\x18','\x33','\xfe','\x18','\x22','\x20','\x18','\x62','\x20','\x18','\x42','\x20','\x18','\x82','\x22','\xf9','\x03','\xff','\x32','\x02','\x00','\x00','\x0c','\x0c','\x46','\xfe','\xfe','\x7e','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\xfc','\xfc','\x66','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\xfc','\xfc','\x66','\x10','\x0c','\x7e','\x1c','\x40','\x66','\x18','\x60','\x66','\x30','\xc4','\x66','\x3f','\xfe','\x66','\x70','\x80','\x66','\x70','\x88','\x66','\xbf','\xfc','\x67','\x30','\x80','\x7e','\x30','\x88','\x66','\x3f','\xfc','\x60','\x30','\x80','\x00','\x30','\x80','\x00','\x30','\x82','\x00','\x3f','\xff','\x00','\x30','\x00','\x0e','\x10','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0d','\x98','\x30','\xff','\xdf','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0e','\x18','\x30','\x1d','\x1f','\xf0','\x1d','\x80','\x00','\x1d','\x80','\x06','\x3c','\x7f','\xff','\x2c','\x18','\x00','\x2c','\x10','\x0c','\x6c','\x3f','\xfe','\x4c','\x24','\x4c','\x8c','\x4c','\xcc','\x0d','\x88','\x8c','\x0c','\x11','\x0c','\x0c','\x22','\x1c','\x0c','\xc4','\x18','\x0c','\x18','\xf8','\x0c','\x00','\x30','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x44','\x0c','\x7f','\xfe','\xff','\x83','\x00','\x0c','\x03','\x08','\x0c','\x7f','\xfc','\x0e','\x03','\x00','\x1d','\x03','\x02','\x1d','\xff','\xff','\x1d','\x83','\x00','\x3c','\x03','\x08','\x2c','\x43','\x0e','\x2c','\x33','\x1c','\x6c','\x1b','\xa0','\x4c','\x1b','\x40','\x8c','\x07','\x60','\x0c','\x0b','\x30','\x0c','\x33','\x38','\x0d','\xe3','\x1f','\x0c','\xc3','\x0e','\x0c','\x8f','\x06','\x0c','\x06','\x00','\x20','\x40','\x20','\x18','\x30','\x38','\x0c','\x18','\x30','\x0c','\x18','\x60','\x00','\x00','\x40','\x00','\x00','\x8c','\x80','\xff','\xfe','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x18','\x04','\x7f','\xfc','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x31','\xff','\xff','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x03','\x80','\x18','\x43','\x00','\x0c','\x43','\x06','\x0c','\xff','\xff','\x00','\xc0','\x06','\x01','\x90','\x08','\x81','\x9c','\x40','\x60','\x18','\x30','\x32','\x33','\x18','\x32','\x23','\x0c','\x04','\x46','\x8c','\x04','\x86','\x40','\x0c','\x0c','\x60','\x08','\x18','\x30','\x18','\x30','\x1c','\x18','\x60','\x0f','\x30','\xbf','\xf6','\xf3','\x30','\x30','\x70','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x38','\x3f','\xf0','\x18','\x30','\x30','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x0d','\x68','\x04','\x2d','\x8c','\x48','\x2d','\x98','\x30','\x2d','\x13','\x18','\x6e','\x23','\x0c','\x4c','\x46','\x8c','\xcc','\x06','\x40','\xcc','\x0c','\x60','\x0c','\x08','\x30','\x0c','\x10','\x1c','\x0c','\x20','\x0f','\x0c','\xdf','\xf6','\x1a','\x18','\x30','\x19','\x18','\x30','\x11','\x98','\x30','\x31','\x98','\x30','\x21','\x98','\x30','\x40','\x1f','\xf0','\x80','\x18','\x30','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xff','\xfc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xff','\xfc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x10','\x18','\x0c','\x30','\x18','\x0c','\x20','\x18','\x0c','\x40','\x18','\x7c','\x80','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\xc3','\x08','\x60','\xc3','\x10','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x71','\x02','\x00','\x00','\x83','\x00','\x00','\xc6','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\x60','\xc1','\x86','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x03','\x06','\x0c','\x3f','\xff','\x0c','\x83','\x06','\x8c','\xe3','\x06','\x4c','\xdf','\x7e','\x6c','\x83','\x06','\x6c','\x83','\x06','\x6d','\x3f','\x7e','\x0c','\x03','\x06','\x0c','\x08','\x20','\xff','\xcc','\x30','\x12','\x18','\x62','\x12','\x1f','\xff','\x12','\x38','\x40','\x12','\x58','\x44','\x12','\x9f','\xfe','\x12','\x18','\x40','\x32','\x58','\x44','\x22','\x9f','\xfe','\x23','\x98','\x40','\x27','\x18','\x40','\x42','\x18','\x42','\x40','\x1f','\xff','\x80','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\x38','\xe0','\x06','\x30','\xc0','\x06','\x30','\xc6','\xff','\xff','\xff','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x3f','\xc0','\x06','\x00','\x18','\x07','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x04','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x07','\x18','\x78','\x1c','\x18','\x1f','\xe0','\x18','\x06','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x32','\x00','\x04','\x63','\x81','\x88','\x63','\x18','\x70','\x06','\x18','\x38','\x0c','\x34','\x18','\x30','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x02','\x00','\x78','\x0f','\xff','\xdf','\x33','\x00','\xc6','\xc3','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x30','\x0c','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x81','\x80','\x07','\x73','\x00','\x06','\x0e','\x00','\x00','\x1b','\xc0','\x00','\x60','\x78','\x07','\x80','\x1c','\x78','\x00','\x0c','\x06','\x00','\x18','\x7f','\x01','\xfc','\x00','\x3f','\x80','\x00','\x02','\x08','\x03','\x21','\x0e','\xff','\x91','\x8c','\x00','\x19','\x98','\x00','\x18','\x10','\x06','\x00','\x20','\x7f','\x3f','\xfc','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\x01','\x86','\x7f','\x7f','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x46','\x39','\x8e','\x7f','\x31','\x8c','\x66','\x31','\x8c','\x66','\x31','\x8c','\x66','\x31','\x8c','\x66','\x3f','\xfc','\x7e','\x30','\x0c','\x66','\x30','\x0c','\x20','\xc0','\x0c','\x3f','\xff','\xfe','\x30','\xc0','\x18','\x30','\xc2','\x10','\x30','\xc1','\xa0','\x30','\xc0','\xc0','\x30','\xd0','\xc6','\x30','\xdf','\xff','\x3f','\xd8','\x86','\x06','\x18','\x86','\x06','\x18','\x86','\x76','\x18','\x86','\x66','\x5f','\xfe','\x67','\xf8','\x86','\x66','\x18','\x86','\x66','\x18','\x86','\x66','\x18','\x86','\x66','\x1f','\xfe','\x66','\x18','\x86','\x66','\x18','\x86','\x67','\xd8','\x86','\xfe','\x18','\x86','\x78','\x18','\x9e','\x40','\x18','\x8c','\x00','\x00','\x18','\x40','\x01','\xfc','\x30','\xff','\x80','\x18','\x04','\x10','\x0c','\x43','\x1c','\x0c','\x31','\x98','\x00','\x19','\x90','\x00','\x18','\x20','\x00','\x7f','\xf8','\x00','\x03','\x00','\x0c','\x03','\x00','\xfe','\xff','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x73','\x1c','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x41','\x90','\x30','\x7f','\xdf','\xf8','\x61','\x98','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x66','\x18','\x30','\x64','\x18','\x30','\x68','\x18','\x30','\x64','\x1f','\xf0','\x66','\x00','\x00','\x62','\x00','\x06','\x63','\xff','\xff','\x63','\x18','\x00','\x63','\x10','\x0c','\x63','\x1f','\xfe','\x63','\x32','\x4c','\x7f','\x26','\xcc','\x66','\x44','\x8c','\x61','\x89','\x8c','\x60','\x11','\x0c','\x60','\x22','\x1c','\x60','\xc4','\x18','\x60','\x18','\xf8','\x60','\x00','\x30','\x01','\x01','\x00','\x00','\x81','\x80','\x00','\xc3','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x18','\x40','\x07','\xff','\xb0','\x0b','\x01','\x9f','\x33','\x01','\x86','\xc3','\xff','\x80','\x03','\x01','\x80','\x03','\x01','\x90','\x03','\xff','\xb8','\x03','\x08','\x60','\x03','\x04','\x80','\x03','\x03','\x00','\x7f','\xf1','\xe0','\x3e','\x00','\x7e','\x20','\x00','\x1c','\x10','\x41','\x00','\x1c','\x31','\xc0','\x18','\x19','\x80','\x33','\x19','\x0c','\x23','\x03','\xfe','\x46','\xc2','\xcc','\x06','\x34','\xc8','\x0c','\x18','\xc0','\x18','\x19','\xa0','\x3f','\xe1','\xa0','\xd8','\x61','\x10','\x18','\x63','\x18','\x18','\x62','\x0c','\x1f','\xe4','\x0f','\x18','\x68','\x06','\x00','\x00','\x00','\x01','\xc8','\x10','\x11','\x84','\x0c','\x11','\x86','\x06','\x31','\x86','\x43','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x0c','\x00','\x18','\x9e','\x00','\x18','\xf1','\x06','\x18','\xc1','\xff','\x18','\xc1','\x86','\x1a','\xc1','\x86','\xff','\xc1','\x86','\x18','\xc1','\x86','\x18','\xc1','\x86','\x18','\xc1','\x86','\x18','\xc1','\x86','\x1a','\xc1','\x86','\xfc','\xc1','\x86','\x78','\xc1','\x86','\x58','\xc1','\x86','\x18','\xc1','\x86','\x18','\xd9','\x86','\x1b','\xe1','\x86','\x19','\x81','\xbe','\x19','\x01','\x8c','\x18','\x01','\x80','\x18','\x01','\x80','\xf8','\x01','\x80','\x30','\x01','\x80','\x08','\x02','\x00','\x0e','\x83','\x80','\x0c','\x63','\x00','\x18','\x33','\x00','\x10','\x33','\x06','\x20','\x03','\xff','\x43','\x06','\x06','\x03','\x04','\x04','\x06','\x84','\xe8','\x06','\x48','\xc0','\x0c','\x60','\xc0','\x18','\x30','\xc0','\x10','\x30','\xc0','\x20','\x01','\xa0','\x50','\x61','\xa0','\x9f','\xf1','\xa0','\x18','\x61','\x20','\x18','\x63','\x30','\x18','\x63','\x10','\x18','\x62','\x18','\x18','\x66','\x1c','\x1f','\xe4','\x0f','\x18','\x68','\x0e','\x18','\x10','\x06','\x20','\x00','\x18','\x18','\x00','\x7c','\x0c','\x03','\xe0','\x0c','\xff','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x06','\x05','\xff','\xff','\x0c','\x06','\x80','\x08','\x06','\x80','\x18','\x06','\x80','\x18','\x04','\x40','\x30','\x0c','\x40','\xf0','\x0c','\x60','\x70','\x08','\x20','\x30','\x18','\x30','\x30','\x10','\x18','\x30','\x20','\x1f','\x38','\x40','\x0e','\x19','\x80','\x06','\x20','\x10','\x00','\x18','\x1c','\x40','\x0c','\x18','\x30','\x0c','\x30','\x18','\x00','\x20','\x0c','\x00','\x43','\x0c','\x80','\x83','\x00','\x60','\x06','\x80','\x32','\x06','\x40','\x32','\x0c','\x60','\x04','\x08','\x38','\x04','\x10','\x1f','\x0c','\x20','\x0e','\x08','\x40','\x06','\x19','\x80','\x00','\x18','\x3f','\xf8','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x3f','\xf8','\x38','\x30','\x18','\x18','\x30','\x18','\x00','\x60','\x0c','\x7f','\xf7','\xfe','\x00','\x60','\x0c','\x20','\x64','\x0c','\x1c','\x63','\x8c','\x0c','\x61','\x8c','\x00','\xe0','\x3c','\x07','\x6f','\xcc','\x7c','\x67','\x0c','\x30','\x64','\x0c','\x20','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x01','\x00','\x02','\x01','\xc0','\x01','\x01','\x80','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\xc2','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x60','\x06','\xff','\xf7','\xff','\x10','\x61','\x06','\x0c','\x60','\xc6','\x01','\xe0','\x1e','\x7e','\x67','\xe6','\x30','\x63','\x06','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\xc3','\x00','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\xc0','\xe0','\x0e','\x00','\x1e','\x70','\x00','\x06','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x43','\x00','\x0c','\x43','\x06','\x00','\xff','\xff','\x00','\xc0','\x06','\x81','\x80','\x04','\x61','\x80','\x08','\x30','\x00','\x00','\x32','\xff','\xfc','\x02','\x03','\x00','\x04','\x03','\x00','\x04','\x43','\x00','\x0c','\x73','\x00','\x08','\x63','\x18','\x18','\x63','\xfc','\x30','\x63','\x00','\xf0','\x63','\x00','\x70','\x53','\x00','\x30','\xcb','\x00','\x30','\x87','\x00','\x30','\x83','\xe0','\x39','\x00','\xff','\x1a','\x00','\x1e','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x08','\x02','\x00','\x0c','\x03','\x20','\x49','\x06','\x30','\x31','\xc4','\x44','\x1b','\x8f','\xfe','\x1a','\x1c','\x40','\x04','\xac','\x40','\x08','\x4c','\x44','\xff','\xef','\xfe','\x7e','\x6c','\x40','\x46','\x0c','\x40','\x27','\x0c','\x44','\x3e','\xcf','\xfe','\x36','\x6c','\x40','\x66','\x6c','\x40','\x46','\x0c','\x42','\x86','\x0f','\xff','\x06','\x0c','\x00','\x0e','\x10','\x04','\x0c','\x1f','\xfe','\x0c','\x10','\x84','\x0c','\x10','\x84','\x4c','\x9f','\xfc','\x7f','\xd0','\x84','\x4c','\x90','\x84','\x4c','\x9f','\xfc','\x4c','\x82','\x00','\x4c','\x83','\x40','\x4c','\x92','\x70','\x4c','\x8c','\x60','\x7f','\x84','\xc8','\x4c','\x81','\x04','\x0c','\x3f','\xfe','\x0d','\x1f','\x86','\x0c','\x81','\x86','\x0f','\xd1','\x90','\xfc','\xdd','\x88','\x70','\xd9','\x8c','\x40','\x31','\x86','\x00','\x21','\x86','\x00','\x41','\x86','\x00','\x01','\x80','\x1c','\x20','\x0c','\x18','\x3f','\xfe','\x18','\x31','\x8c','\x18','\x31','\x8c','\x1b','\x31','\x8c','\xff','\xbf','\xfc','\x03','\x31','\x8c','\x06','\x31','\x8c','\x06','\x31','\x8c','\x0d','\x31','\x8c','\x09','\xbf','\xfc','\x1b','\x31','\x8c','\x3c','\x01','\x80','\x5b','\x01','\x86','\x99','\xff','\xff','\x19','\x87','\xa0','\x18','\x0d','\xa0','\x18','\x0d','\x90','\x18','\x19','\x98','\x18','\x31','\x8c','\x18','\x61','\x8f','\x19','\x81','\x86','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x08','\x18','\x40','\x04','\x18','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x40','\x08','\x18','\x70','\x06','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x86','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x07','\x00','\x06','\x06','\x0f','\xff','\x06','\x60','\x60','\xff','\xf0','\x40','\x06','\x04','\x8c','\x46','\x27','\xfe','\x7f','\xf6','\x0c','\x46','\x26','\x0c','\x46','\x26','\x0c','\x46','\x27','\xfc','\x46','\x26','\x0c','\x7f','\xe6','\x0c','\x46','\x26','\x0c','\x46','\x07','\xfc','\x0f','\x06','\x0c','\x0e','\xc6','\x0c','\x1e','\x66','\x0c','\x16','\x36','\x0c','\x36','\x37','\xfc','\x26','\x02','\x00','\x46','\x03','\x98','\x86','\x07','\x06','\x06','\x0c','\x03','\x06','\x30','\x03','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\x99','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x20','\x08','\x00','\x18','\x0e','\x00','\x0c','\x0c','\x30','\x0c','\x1f','\xf8','\x00','\x18','\x30','\x00','\x30','\x60','\x80','\x28','\x60','\x60','\x44','\xc0','\x32','\x83','\x80','\x32','\x03','\x80','\x04','\x06','\xe0','\x04','\x0c','\x7f','\x0c','\x10','\x1e','\x08','\x60','\x06','\x19','\x80','\x00','\x18','\x3f','\xf8','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x3f','\xf8','\x38','\x30','\x18','\x18','\x30','\x18','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x08','\x07','\xfc','\x92','\x0c','\x18','\x63','\x8c','\x30','\x33','\x0a','\x30','\x36','\x11','\x60','\x04','\x20','\xc0','\x09','\x01','\xe0','\x10','\x83','\x38','\xff','\xc6','\x1f','\x7c','\xcc','\x0e','\x4c','\x18','\x06','\x0c','\x60','\x00','\x4c','\x0f','\xf8','\x7e','\x0c','\x18','\x6d','\x8c','\x18','\x6c','\xcc','\x18','\x4c','\xcc','\x18','\x4c','\x0c','\x18','\x8c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x89','\x80','\x20','\x0e','\x00','\x18','\x0c','\x30','\x0c','\x1f','\xf8','\x0c','\x10','\x30','\x81','\x28','\x60','\x61','\x46','\xc0','\x32','\x03','\x80','\x32','\x06','\xe0','\x04','\x0c','\x7f','\x0c','\x18','\x1e','\x18','\x60','\x06','\x39','\x9f','\xf0','\xf0','\x18','\x30','\x70','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x38','\x1f','\xf0','\x18','\x18','\x30','\x00','\x31','\x00','\xff','\xf9','\xc0','\x05','\x01','\x80','\x05','\x01','\x8c','\x05','\x01','\xfe','\x45','\x33','\x0c','\x7f','\xf2','\x18','\x65','\x35','\x18','\x65','\x38','\xb0','\x65','\x30','\xe0','\x65','\x30','\x40','\x65','\x30','\xf0','\x6d','\xf1','\x9c','\x68','\x33','\x0f','\x70','\x36','\x06','\x60','\x38','\x00','\x60','\x33','\xfc','\x7f','\xf3','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x7f','\xf3','\xfc','\x60','\x33','\x0c','\x00','\x31','\xc0','\x00','\xf9','\x80','\x03','\xc1','\x80','\x1f','\x01','\x80','\xf3','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x19','\x80','\xff','\xfd','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x23','\x31','\x80','\x3f','\xf9','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x82','\x30','\x31','\x82','\x30','\x31','\x82','\x30','\x31','\x83','\x3f','\xf1','\xff','\x30','\x30','\xfe','\x00','\x60','\x00','\x00','\xf2','\x0c','\x13','\x83','\xfe','\x1e','\x03','\x0c','\x18','\x73','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1c','\x63','\x8c','\x1a','\x63','\x4c','\x1b','\x63','\x6c','\x19','\x63','\x2c','\x19','\x63','\x2c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1e','\x63','\x0c','\xf8','\xc3','\x0c','\x60','\xc3','\x0c','\x41','\x83','\x7c','\x01','\x83','\x18','\x03','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x02','\x30','\x18','\x1f','\x30','\x19','\xf0','\x30','\x18','\x10','\x30','\x19','\xff','\x30','\x19','\x11','\x30','\x19','\x11','\x30','\x19','\x11','\x30','\x19','\xff','\x30','\x18','\x10','\x12','\x18','\x12','\x12','\x10','\x11','\x1a','\x30','\x1f','\x8a','\x27','\xf0','\xce','\x43','\x80','\xc7','\x82','\x00','\x03','\x1c','\x84','\x86','\x18','\xfe','\xff','\x18','\xc4','\x86','\x18','\xc4','\x86','\x18','\xfc','\xfe','\xff','\xc4','\x86','\x18','\xc4','\x86','\x18','\xfc','\xfe','\x18','\xc0','\x06','\x3c','\xc1','\x06','\x3a','\xdf','\xf6','\x3a','\xc1','\x06','\x3a','\xcf','\xe6','\x78','\xc9','\x26','\x58','\xcf','\xe6','\x58','\xc9','\x26','\x58','\xcf','\xe6','\x98','\xc3','\x06','\x18','\xc7','\x86','\x18','\xc5','\x66','\x18','\xc9','\x26','\x18','\xd1','\x06','\x18','\xc1','\x3e','\x18','\xc0','\x0c','\x20','\x86','\x40','\x18','\xff','\x70','\x0c','\x90','\x60','\x0c','\x90','\x66','\x00','\xfc','\x7f','\x00','\x84','\xc0','\x80','\x84','\x80','\x60','\xfd','\x00','\x32','\x90','\x0c','\x32','\x90','\xfe','\x04','\x90','\x00','\x04','\xff','\x00','\x0c','\x80','\x00','\x08','\x00','\x00','\x18','\x40','\x18','\x18','\x7f','\xfc','\x30','\x64','\x98','\xf0','\x64','\x98','\x70','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x98','\x3b','\xff','\xff','\x18','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x20','\x01','\x00','\x3f','\xf1','\xc0','\x31','\x01','\x80','\x31','\x03','\x06','\x3f','\xe3','\xff','\x30','\x24','\x00','\x30','\x28','\x00','\x3f','\xe0','\x0c','\x31','\x03','\xfe','\x31','\x00','\x00','\x3f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x3f','\xe7','\xfc','\x30','\x24','\x0c','\x3f','\xe7','\xfc','\x30','\x24','\x0c','\x3f','\xe7','\xfc','\x30','\x00','\x0c','\x30','\x10','\x0c','\x37','\xff','\xcc','\x30','\x10','\x0c','\x31','\xff','\x0c','\x31','\x11','\x0c','\x31','\xff','\x0c','\x31','\x11','\x0c','\x31','\xff','\x0c','\x30','\x30','\x0c','\x30','\x5e','\x0c','\x30','\x93','\x8c','\x33','\x11','\xbc','\x30','\x10','\x18','\x40','\x62','\x00','\x7f','\xf3','\x80','\x62','\x03','\x00','\x62','\x03','\x06','\x7f','\xe3','\xff','\x60','\x66','\x00','\x60','\x64','\x00','\x7f','\xe8','\x0c','\x62','\x03','\xfe','\x62','\x00','\x00','\x7f','\xf0','\x00','\x60','\x00','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\xc6','\x02','\x01','\x86','\x02','\x03','\x06','\x03','\x1c','\x07','\xff','\xe0','\x03','\xfe','\x00','\x60','\x0e','\x03','\xf0','\x0c','\x7f','\x01','\xcc','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x31','\x8c','\xff','\xf9','\x8c','\x07','\x01','\x8c','\x07','\x01','\x8c','\x0f','\x81','\x8c','\x0f','\x61','\x8c','\x0b','\x31','\x8c','\x1b','\x31','\x8c','\x13','\x01','\x8c','\x33','\x01','\x8c','\x23','\x01','\x8c','\x43','\x01','\x8c','\x83','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x01','\x18','\x00','\x00','\x98','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x6e','\x00','\x00','\xc7','\xc0','\x01','\x81','\xff','\x0e','\x00','\x7e','\xf0','\x00','\x0e','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x88','\x00','\x30','\xcc','\x0c','\x31','\x8f','\xfe','\x31','\x18','\x00','\x32','\x1f','\xf0','\x34','\xa8','\x10','\x38','\xcf','\xf0','\x31','\x88','\x10','\x31','\x08','\x10','\x33','\x0f','\xf0','\x37','\x02','\x00','\x3b','\x06','\x30','\x33','\x07','\xf8','\x33','\x0c','\x30','\x23','\x1a','\x60','\x63','\x61','\xc0','\x43','\x03','\x70','\x83','\x0c','\x1f','\x03','\x70','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\x80','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x00','\x06','\xc0','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x13','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x60','\x0e','\x03','\xf1','\xcc','\x7f','\x01','\x8c','\x03','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x07','\x01','\x8c','\x0f','\x81','\x8c','\x1b','\x61','\x8c','\x33','\x30','\x0c','\x63','\x30','\x0c','\x83','\x00','\x7c','\x03','\x1c','\x18','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x00','\x00','\x03','\x20','\x0c','\xff','\xbf','\xfe','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x19','\x31','\x8c','\xff','\xb1','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x18','\x31','\x8c','\x18','\x01','\x80','\x19','\x01','\x80','\x1e','\x01','\x8c','\xf8','\x7f','\xfe','\x60','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x01','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x18','\x00','\x00','\x18','\x30','\x4c','\x18','\x36','\xec','\x18','\x31','\x8c','\x18','\x32','\x6c','\x19','\x34','\x2c','\xff','\xb0','\x0c','\x18','\x3f','\xfc','\x18','\x01','\x80','\x18','\x41','\x06','\x18','\x7f','\xff','\x18','\x61','\x06','\x1b','\x62','\x46','\x1c','\x62','\x26','\xf8','\x6f','\xf6','\x60','\x67','\x36','\x40','\x64','\x06','\x00','\x60','\x06','\x00','\x60','\x3e','\x00','\x60','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x98','\x0c','\x00','\x58','\x7e','\x0e','\x7b','\xe0','\xec','\x78','\x60','\xcc','\x18','\x60','\xcc','\x18','\x6c','\xcc','\x1f','\xfe','\xcc','\x18','\x60','\xcc','\xf8','\xe0','\xcc','\x78','\xf0','\xcc','\x59','\xec','\xcc','\x11','\x66','\xcc','\x13','\x66','\xcc','\x32','\x60','\x0c','\x24','\x60','\x0c','\x28','\x60','\x0c','\x40','\x60','\x0c','\x80','\x60','\x7c','\x00','\x60','\x18','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\xc4','\x30','\x07','\x82','\x78','\x1d','\x81','\x80','\xe1','\x8c','\xe0','\x01','\xf0','\x7f','\x1f','\xc0','\x1e','\x0e','\x00','\x06','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x01','\xbf','\xfc','\x03','\x31','\x8c','\x03','\x31','\x8c','\x06','\x31','\x8c','\x04','\xb1','\x8c','\x0c','\xf1','\x8c','\x1d','\x3f','\xfc','\x2e','\x31','\x8c','\x4d','\x81','\x80','\x8c','\xc1','\x80','\x0c','\xc1','\x8c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x01','\x10','\x06','\x01','\xdc','\x06','\x31','\x98','\xff','\xf9','\x10','\x01','\x02','\x22','\x2d','\xa3','\xff','\x22','\x26','\x20','\x25','\x2a','\x20','\x28','\xb2','\x20','\x20','\x22','\x24','\x3f','\xe3','\xfe','\x03','\x02','\x20','\x42','\x32','\x20','\x7f','\xfa','\x20','\x64','\x32','\x20','\x65','\x32','\x24','\x64','\xb3','\xfe','\x67','\xb2','\x20','\x7c','\xb2','\x20','\x68','\x32','\x20','\x60','\x32','\x20','\x60','\x32','\x22','\x60','\xf3','\xff','\x60','\x62','\x00','\x41','\x83','\x80','\x7f','\xc3','\x00','\x61','\x83','\x00','\x63','\x03','\x18','\x62','\x7f','\xfc','\x64','\x03','\x00','\x68','\x03','\x00','\x64','\x03','\x0c','\x66','\xff','\xfe','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x18','\x60','\x63','\x18','\x7e','\x63','\x30','\x3e','\x63','\x43','\x80','\x63','\x03','\x00','\x6f','\x03','\x18','\x66','\x7f','\xfc','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x06','\x61','\xff','\xff','\x60','\x00','\x00','\x04','\x07','\x00','\x07','\x06','\x00','\x0e','\x06','\x18','\x0c','\xff','\xfc','\x18','\x06','\x18','\x30','\x06','\x18','\x44','\x06','\x1a','\x87','\xff','\xff','\x0e','\x06','\x18','\x0c','\x06','\x18','\x18','\x06','\x18','\x18','\xff','\xf8','\x38','\x06','\x00','\x58','\x06','\x00','\x98','\x06','\x18','\x18','\xff','\xfc','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1b','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x10','\x00','\x20','\x18','\x10','\x18','\x10','\x1c','\x0d','\x24','\x38','\x0c','\xc6','\x40','\x00','\x6c','\x00','\x02','\x68','\x60','\x0c','\x12','\x1c','\x78','\x21','\x8e','\x33','\xfe','\xc6','\x21','\xc0','\xc0','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x80','\x04','\x00','\xe0','\x02','\x00','\xc0','\x03','\x00','\xc0','\x01','\x00','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\xc3','\x00','\x00','\xc2','\x00','\x00','\xc2','\x00','\x00','\x04','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x08','\x03','\x80','\x0e','\x03','\x18','\x1c','\x7f','\xfc','\x18','\x03','\x18','\x32','\x03','\x1a','\x63','\xff','\xff','\x87','\x03','\x18','\x06','\x03','\x18','\x0c','\x7f','\xf8','\x18','\x03','\x00','\x38','\x03','\x08','\x58','\xff','\xfc','\x98','\x03','\x00','\x18','\x03','\x02','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x80','\x00','\xff','\xc0','\x00','\x0c','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\x1e','\x18','\x18','\xfc','\x1f','\xf8','\x6c','\x19','\x98','\x4c','\x01','\x80','\x0c','\x21','\x90','\x0c','\x39','\x88','\x0c','\x31','\x8c','\x0c','\x61','\x86','\x0c','\x41','\x86','\x0c','\x81','\x86','\x7c','\x0f','\x80','\x18','\x03','\x00','\x00','\x02','\x00','\x00','\x03','\x80','\x40','\xc3','\x00','\x7f','\xe6','\x18','\x64','\xc7','\xfc','\x64','\xcc','\x18','\x64','\xca','\x30','\x64','\xd2','\x30','\x64','\xe1','\x60','\x64','\xc0','\xc0','\x7f','\xc1','\xe0','\x64','\xc3','\x38','\x64','\xc6','\x1f','\x64','\xcc','\x06','\x64','\xf0','\x00','\x64','\xcf','\xf8','\x64','\xcc','\x18','\x7f','\xcc','\x18','\x60','\xcc','\x18','\x60','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xf8','\x00','\x0c','\x18','\x00','\x0c','\x18','\x02','\x00','\x07','\x27','\x04','\x06','\x3c','\xfe','\x06','\x20','\x24','\xe6','\x24','\x24','\xc6','\x23','\x24','\xc6','\x25','\x24','\xc6','\x78','\x5c','\xc6','\x31','\x8c','\xc6','\x21','\x80','\xc6','\x03','\x60','\xc6','\x06','\x18','\xc6','\x0c','\x0c','\xc6','\x1f','\xec','\xc6','\x31','\x80','\xc6','\xc1','\x80','\xc6','\x3f','\xf8','\xc6','\x01','\x90','\x06','\x11','\x98','\x06','\x0d','\x90','\x06','\x05','\xa0','\x06','\x7f','\xfc','\x06','\x3f','\x00','\x3e','\x20','\x00','\x0c','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x06','\x00','\x00','\x04','\x40','\x80','\x04','\x30','\x60','\x08','\x18','\x32','\xff','\xec','\x32','\x7c','\x0c','\x04','\x40','\x00','\x04','\x00','\x00','\x0c','\x33','\x38','\x08','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x30','\x33','\x30','\xf0','\x33','\x30','\x70','\x33','\x30','\x30','\x63','\x32','\x30','\x63','\x32','\x30','\x43','\x33','\x38','\x83','\x3f','\x1b','\x00','\x1e','\x20','\x0c','\x00','\x18','\x9e','\x06','\x0c','\xf1','\xff','\x0c','\xc0','\x66','\x00','\xc0','\x66','\x00','\xc8','\x66','\x80','\xc4','\x66','\x44','\xc6','\x46','\x64','\xfe','\xc6','\x67','\xe6','\x9e','\x05','\x81','\x0c','\x0d','\x02','\x00','\x08','\x00','\x00','\x08','\x40','\x18','\x18','\x7f','\xfc','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x7f','\xf8','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x00','\x03','\x80','\x03','\x03','\x00','\xff','\x83','\x06','\x18','\x7f','\xff','\x18','\x06','\x00','\x18','\x04','\x40','\x18','\x04','\x30','\x18','\x08','\x18','\x1a','\x7f','\xec','\xff','\x3c','\x0c','\x18','\x20','\x00','\x18','\x00','\x00','\x18','\x33','\x38','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x1f','\x33','\x30','\xfc','\x33','\x30','\x70','\x33','\x30','\x40','\x63','\x32','\x00','\x63','\x32','\x00','\x43','\x33','\x00','\x83','\x3f','\x03','\x00','\x1e','\x00','\x60','\x00','\x11','\xf0','\x06','\x1f','\x0f','\xff','\x18','\x01','\x86','\x18','\x01','\x86','\x18','\x81','\x86','\x18','\x63','\x06','\x18','\x33','\x06','\x19','\xf6','\x0c','\xfe','\x34','\x7c','\x70','\x08','\x18','\x40','\x10','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x03','\x80','\x03','\x03','\x00','\xff','\x83','\x06','\x18','\x7f','\xff','\x18','\x06','\x00','\x18','\x04','\x20','\x10','\x04','\x10','\x10','\x08','\x18','\x30','\x7f','\xec','\x23','\x3c','\x0c','\x3f','\xa0','\x00','\x73','\x00','\x00','\x73','\x19','\x38','\xb3','\x19','\x30','\x33','\x19','\x30','\x33','\x19','\x30','\x33','\x19','\x30','\x33','\x19','\x30','\x3f','\x19','\x30','\x33','\x11','\x32','\x30','\x31','\x32','\x30','\x21','\x33','\x00','\x41','\x3f','\x01','\x80','\x1e','\x0e','\x01','\xc0','\x0c','\x81','\x80','\x8c','\xe1','\x80','\x4c','\xc1','\x80','\x6c','\x81','\x80','\x6d','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\xff','\xc0','\x10','\x0c','\x10','\x1c','\x0c','\x08','\x18','\x1c','\x08','\x18','\x1e','\x0c','\x18','\x1d','\x84','\x10','\x3c','\xc4','\x30','\x2c','\xc6','\x30','\x6c','\x06','\x30','\x4c','\x06','\x20','\x8c','\x06','\x20','\x0c','\x00','\x20','\x0c','\x00','\x40','\x0c','\x00','\x46','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x43','\x08','\x00','\x7f','\x8e','\x00','\x63','\x0c','\x30','\x63','\x1f','\xf8','\x62','\x10','\x60','\x66','\x28','\xc0','\x64','\x45','\x80','\x68','\x83','\x00','\x64','\x07','\x80','\x66','\x0c','\xf0','\x62','\x38','\x3f','\x63','\xd3','\x8e','\x63','\x1b','\x00','\x63','\x33','\x18','\x63','\x3f','\xfc','\x6f','\x63','\x00','\x66','\x43','\x00','\x60','\x83','\x18','\x61','\x7f','\xfc','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x06','\x63','\xff','\xff','\x60','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf2','\x0c','\x18','\x32','\x0c','\x18','\x02','\x00','\x18','\x03','\x00','\x1f','\xff','\x00','\x0f','\xfe','\x07','\x03','\x80','\x06','\x03','\x06','\x06','\x63','\xff','\x7f','\xf3','\x00','\x10','\x83','\x00','\x18','\xc3','\xfc','\x08','\x80','\x0c','\x01','\x30','\x0c','\xff','\xfa','\x0c','\x00','\x03','\xfc','\x00','\x03','\x00','\x3f','\xe3','\x00','\x30','\x63','\xfe','\x30','\x63','\x00','\x3f','\xe3','\x00','\x30','\x63','\xfe','\x30','\x63','\x00','\x3f','\xe3','\x00','\x30','\x63','\xfe','\x30','\x63','\x00','\x30','\x63','\x02','\x30','\x63','\x03','\x33','\xe3','\xff','\x30','\xc1','\xfe','\x04','\x20','\x30','\x07','\x3f','\xf8','\x06','\x30','\x30','\x06','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x38','\x3f','\xf0','\x38','\x33','\x30','\x58','\x03','\x00','\x98','\x02','\x00','\x18','\x06','\x00','\x18','\x84','\x0c','\x18','\xff','\xfe','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x3f','\xa4','\x1b','\xf0','\x30','\x18','\x1f','\xf0','\x18','\x00','\x00','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\x04','\x10','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\x04','\x10','\x19','\xff','\xf0','\x18','\x08','\x00','\x10','\x76','\x08','\x32','\x63','\x26','\x22','\x63','\x23','\x46','\x60','\x33','\x8c','\x7f','\xf0','\x0c','\x3f','\xe0','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xcc','\x06','\xff','\xef','\xff','\x18','\x18','\x40','\x18','\x10','\x70','\x18','\x20','\xe0','\x19','\x81','\x80','\x1f','\xc3','\x08','\x19','\x86','\x0e','\x19','\x8f','\x1c','\x19','\xb7','\x60','\x19','\x86','\x80','\x19','\x86','\x80','\x11','\x86','\x40','\x31','\x86','\x60','\x31','\x86','\x30','\x31','\x86','\x38','\x23','\x86','\x1f','\x63','\x06','\x0e','\x4f','\x06','\x06','\x86','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x3f','\xa4','\x1b','\xf0','\x30','\x18','\x1f','\xf0','\x18','\x00','\x00','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\x04','\x10','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\x04','\x10','\x19','\xff','\xf0','\x18','\x0c','\x00','\x13','\xff','\xfc','\x30','\x18','\x0c','\x20','\x30','\x0c','\x40','\x60','\x18','\x81','\x80','\xf8','\x06','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xc0','\x00','\x01','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x10','\x00','\x00','\x10','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x60','\x00','\x08','\x61','\xc3','\x90','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x02','\x03','\x03','\x02','\x03','\x03','\x02','\x06','\x03','\x03','\x18','\x03','\xff','\xe0','\x01','\xfe','\x08','\x0e','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x0c','\x0f','\xff','\xfe','\x18','\x18','\x80','\x1a','\x10','\x84','\x19','\x30','\x46','\x31','\xa0','\x68','\x30','\x40','\x30','\x70','\xff','\xfc','\x71','\x60','\x6f','\xb2','\x60','\x66','\x34','\x7f','\xe0','\x30','\x60','\x60','\x30','\x60','\x60','\x30','\x7f','\xe0','\x30','\x06','\x00','\x30','\x86','\x40','\x30','\xe6','\x30','\x30','\xc6','\x18','\x31','\x86','\x0c','\x33','\x06','\x0e','\x34','\x3e','\x06','\x30','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xff','\xcc','\x33','\x00','\xcc','\x33','\x00','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x03','\x80','\x20','\x03','\x00','\x18','\x03','\x18','\x0c','\x7f','\xfc','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x04','\x18','\x60','\x04','\x1c','\x60','\x04','\x30','\x7f','\x08','\x68','\x3f','\x09','\x8e','\x00','\x18','\x0c','\x30','\x18','\x1f','\xf8','\x30','\x10','\x30','\xf0','\x28','\x60','\x70','\x44','\x60','\x31','\x86','\xc0','\x30','\x03','\x80','\x30','\x06','\xe0','\x38','\x0c','\x7f','\x18','\x30','\x1e','\x01','\xc0','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x60','\x40','\x0c','\x60','\x70','\x10','\x00','\x60','\x00','\xff','\xff','\xff','\x00','\xc2','\x00','\x19','\x81','\x18','\x0b','\x00','\x90','\x07','\xff','\xe0','\x0a','\x00','\x78','\x32','\x00','\x5f','\xc3','\xff','\xc6','\x02','\x00','\x40','\x02','\x00','\x40','\x03','\xff','\xc0','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x07','\x00','\x1c','\x06','\x44','\x18','\x46','\x73','\x18','\x26','\x61','\x98','\x36','\x41','\x98','\x36','\x80','\x18','\x06','\x00','\x18','\x06','\x68','\x18','\xff','\xf6','\x18','\x06','\x03','\x18','\x06','\x03','\x18','\x0f','\x00','\x18','\x0e','\xc0','\x18','\x1e','\x60','\x1a','\x16','\x60','\x1f','\x36','\x00','\x78','\x26','\x07','\x98','\x46','\x38','\x18','\x86','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x10','\x00','\x00','\x0e','\x00','\x30','\x06','\x7f','\xf8','\x80','\x06','\x30','\x70','\x06','\x30','\x32','\x46','\x38','\x04','\x44','\x34','\x08','\xcc','\x36','\x19','\x88','\x33','\xf1','\x98','\x73','\x70','\x10','\x60','\x30','\x23','\xe0','\x38','\xc0','\xc0','\x18','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x80','\x00','\x00','\x60','\x40','\x18','\x32','\x7f','\xfc','\x32','\x60','\x18','\x04','\x60','\x18','\x04','\x60','\x18','\x0c','\x60','\x18','\x08','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x30','\x43','\x20','\xf0','\x73','\x18','\x70','\x63','\x0c','\x30','\xc3','\x0e','\x30','\x83','\x06','\x31','\x03','\x06','\x3a','\x1f','\x00','\x18','\x06','\x00','\x08','\x08','\x10','\x8e','\x84','\x1c','\x4c','\x46','\x18','\x28','\x63','\x18','\x18','\x33','\x30','\x10','\x30','\x20','\x38','\x00','\x40','\x28','\x7f','\xf8','\x4c','\x63','\x18','\x8c','\x63','\x18','\x0c','\x63','\x18','\x1c','\x7f','\xf8','\x16','\x63','\x18','\x36','\x63','\x18','\x26','\x63','\x18','\x46','\x63','\x18','\x86','\x7f','\xf8','\x06','\x63','\x1a','\x06','\x63','\x0a','\x06','\x43','\x0a','\x0c','\x43','\x0e','\x0c','\xc3','\x06','\x7c','\x83','\x07','\x19','\x00','\x03','\x00','\x0e','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x08','\x00','\x98','\x0e','\x00','\x58','\x0c','\x0c','\x7b','\xff','\xfe','\x78','\x18','\x80','\x19','\x10','\x46','\x19','\xa0','\x24','\x18','\x7f','\xf8','\xf8','\xe0','\x6f','\x79','\x60','\x66','\x5e','\x7f','\xe0','\x18','\x60','\x60','\x18','\x60','\x60','\x10','\x7f','\xe0','\x30','\x06','\x00','\x30','\x86','\x00','\x20','\xe6','\x60','\x61','\xc6','\x1c','\x43','\x06','\x0e','\x8c','\x3e','\x06','\x00','\x0c','\x00','\x00','\x03','\x80','\x46','\x03','\x00','\x7f','\x03','\x06','\x66','\xff','\xff','\x66','\x06','\x84','\x66','\x84','\x46','\x66','\x6c','\x68','\x7e','\x28','\x30','\x66','\x10','\x1c','\x66','\x3f','\xff','\x66','\x58','\x36','\x66','\x98','\x30','\x66','\x1f','\xf0','\x7e','\x18','\x30','\x66','\x18','\x30','\x66','\x1f','\xf0','\x66','\x01','\x80','\x66','\x21','\x90','\x66','\x39','\x8c','\x7e','\x31','\x86','\x66','\x61','\x87','\x60','\xc1','\x83','\x01','\x07','\x80','\x00','\x03','\x00','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xff','\xff','\x0c','\x08','\x30','\x0c','\x0e','\x30','\x1c','\x0c','\x3f','\x1e','\x18','\x1f','\x1d','\x64','\x00','\x3d','\x86','\x18','\x2d','\x87','\xfc','\x6c','\x0c','\x18','\x4c','\x0a','\x30','\x8c','\x12','\x30','\x0c','\x61','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x0c','\x18','\x1e','\x0c','\xe0','\x06','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x8c','\x98','\x18','\x4c','\xd8','\x18','\x6d','\x9f','\xf8','\x6d','\x18','\x18','\x0e','\x18','\x18','\x0c','\x1f','\xf8','\xff','\x80','\x02','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x1e','\x1f','\xf8','\x1d','\x91','\x88','\x1c','\xd1','\x88','\x3c','\xdf','\xf8','\x2c','\x11','\x88','\x6c','\x11','\x88','\x4c','\x1f','\xf8','\x8c','\x01','\x80','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x82','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x08','\x6c','\x06','\x08','\x1e','\x06','\x04','\x70','\x06','\x05','\x80','\x06','\x02','\x00','\x06','\x03','\x00','\x06','\x31','\x80','\x07','\xc0','\xe0','\x7e','\x00','\x7e','\x38','\x00','\x3c','\x20','\x00','\x0c','\x03','\x00','\xe0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\x01','\xbf','\xff','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x08','\x0c','\x03','\x0f','\xfe','\x7f','\x8c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x03','\x0c','\x0c','\x7f','\x8f','\xfc','\x00','\x0c','\xcc','\x00','\x00','\xc0','\x43','\x08','\xc0','\x7f','\x8e','\xd0','\x63','\x0c','\xcc','\x63','\x18','\xc6','\x63','\x10','\xc7','\x63','\x20','\xc3','\x7f','\x47','\xc0','\x60','\x01','\x80','\x00','\x07','\x00','\x40','\x06','\x06','\x31','\xff','\xff','\x18','\x0c','\x84','\x0d','\x08','\x46','\x0c','\xd8','\x68','\x00','\x50','\x30','\x00','\x3f','\xfc','\x00','\x50','\x2f','\x00','\x90','\x26','\x01','\x1f','\xe0','\x0c','\x10','\x20','\xfe','\x10','\x20','\x0c','\x1f','\xe0','\x0c','\x23','\x00','\x0c','\x33','\x20','\x0c','\x63','\x18','\x0c','\xc3','\x0c','\x0d','\x1f','\x0c','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x18','\x63','\x7f','\xfc','\x62','\x03','\x00','\x64','\x03','\x00','\x64','\x03','\x06','\x69','\xff','\xff','\x64','\x18','\x60','\x66','\x1c','\x60','\x62','\x30','\x7f','\x63','\x68','\x3f','\x63','\x8e','\x00','\x63','\x0c','\x30','\x63','\x1f','\xf8','\x63','\x10','\x30','\x6f','\x28','\x60','\x66','\x44','\x60','\x61','\x86','\xc0','\x60','\x03','\x80','\x60','\x06','\xe0','\x60','\x0c','\x7f','\x60','\x30','\x1e','\x61','\xc0','\x06','\x06','\x00','\x06','\x06','\x3f','\xff','\x0d','\x00','\xc0','\x0c','\x80','\x80','\x18','\xc9','\x0c','\x10','\x6f','\xfe','\x20','\x6c','\x0c','\x5f','\x8c','\x0c','\x80','\x0c','\x0c','\x00','\x0f','\xfc','\x00','\xcc','\x0c','\xff','\xec','\x0c','\x18','\xcc','\x0c','\x18','\xcf','\xfc','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x1b','\xcf','\xfc','\x19','\x84','\x00','\x18','\x07','\x18','\x18','\x0e','\x06','\x18','\x18','\x03','\x18','\x60','\x03','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x7f','\xff','\xfc','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x01','\x80','\x18','\x01','\x00','\x38','\x02','\x00','\x30','\x04','\x00','\x70','\x18','\x03','\xe0','\x60','\x00','\xc0','\x08','\x00','\x30','\x0e','\x1f','\xf8','\x0c','\x00','\x30','\x08','\x00','\x30','\x92','\x00','\x30','\x63','\x9f','\xf0','\x33','\x00','\x30','\x36','\x00','\x30','\x04','\x00','\x36','\x09','\x7f','\xff','\x10','\x81','\x80','\xff','\xd1','\x86','\x7c','\xc9','\x87','\x4c','\x0d','\x8c','\x0c','\x0d','\xd0','\x4e','\x01','\xc0','\x7d','\x01','\xa0','\x6d','\x83','\xb0','\x6d','\x8d','\x98','\x4c','\x79','\x9f','\x4c','\x31','\x8e','\x8c','\x21','\x86','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x04','\x06','\x00','\x07','\x06','\x00','\x06','\x0d','\x00','\x06','\x0c','\x80','\x0c','\x18','\xc0','\x0c','\x10','\x60','\x18','\x20','\x38','\x18','\x40','\x9f','\x38','\xbf','\xce','\x39','\x00','\x06','\x5a','\x00','\x00','\x98','\x80','\x18','\x18','\xff','\xfc','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xff','\xf8','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x78','\x18','\xc0','\x30','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\xff','\xf8','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\xff','\xf8','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\xff','\xf8','\x18','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x18','\x33','\xff','\xfc','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x06','\x0f','\xff','\xff','\x00','\x00','\x00','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x61','\x86','\xff','\xff','\xff','\x06','\x01','\x80','\x06','\x01','\x80','\x0e','\x03','\xc0','\x0f','\x03','\xc0','\x0e','\xc7','\xa0','\x1e','\x65','\xa0','\x16','\x6d','\xb0','\x16','\x09','\x98','\x36','\x19','\x9c','\x26','\x11','\x8f','\x46','\x21','\x8e','\x86','\x41','\x86','\x06','\x81','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x20','\x38','\x70','\x18','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x00','\x32','\x66','\x03','\xff','\xff','\x80','\x30','\x60','\x40','\x30','\x60','\x64','\x38','\x60','\x64','\x74','\xf0','\x04','\x76','\xf0','\x0c','\x76','\xe8','\x08','\xf1','\xe8','\x08','\xb1','\x6c','\x19','\xb3','\x66','\x19','\x32','\x67','\x32','\x34','\x66','\xf4','\x38','\x62','\x70','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x60','\x38','\x30','\x60','\x18','\x30','\x60','\x0e','\x21','\xc8','\x0c','\x11','\x8e','\x0c','\x19','\x8c','\x0c','\x19','\x88','\x0c','\x81','\x92','\x0c','\xff','\xff','\x2c','\xc7','\xa0','\x2d','\x8d','\x90','\x2e','\x09','\x98','\x6c','\x11','\x8f','\x6c','\x21','\x86','\xcc','\xc1','\x80','\xcc','\x20','\x18','\x0c','\x3c','\x1a','\x0c','\x67','\xff','\x0c','\x44','\x98','\x1a','\xb4','\x98','\x1b','\x1c','\x98','\x19','\x88','\x9a','\x11','\x9b','\xff','\x31','\x90','\x18','\x20','\x20','\x18','\x40','\x40','\x18','\x81','\x80','\x18','\x00','\x38','\x70','\x03','\x30','\x60','\xff','\xb0','\x60','\x18','\x30','\x60','\x18','\x32','\x66','\x19','\xff','\xff','\x18','\x30','\x60','\x18','\x30','\x60','\x1a','\x38','\x60','\xff','\x74','\xf0','\x18','\x76','\xf0','\x18','\xf6','\xe8','\x18','\xb1','\xe8','\x19','\xb1','\x6c','\x1b','\x33','\x66','\x1c','\x32','\x67','\x18','\x34','\x66','\x1b','\x38','\x62','\xfc','\x30','\x60','\x70','\x30','\x60','\x40','\x30','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x00','\x04','\x00','\x40','\xc7','\x00','\x7f','\xe6','\x00','\x66','\x0c','\x0c','\x66','\x0f','\xfe','\x66','\x10','\x00','\x66','\x24','\x08','\x66','\x07','\xfc','\x7f','\xc4','\x08','\x60','\xc4','\x08','\x60','\xc4','\x08','\x60','\xc7','\xf8','\x60','\xc4','\x08','\x60','\xc0','\x00','\x7f','\xd1','\x22','\x66','\x1f','\xbf','\x66','\x11','\x22','\x66','\x11','\x22','\x66','\x11','\x22','\x66','\x11','\x22','\x66','\xd1','\x22','\x7f','\xf1','\x22','\x60','\x1f','\x3e','\x60','\x11','\x22','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc3','\x40','\xff','\xe3','\x40','\x0c','\x02','\x20','\x4c','\x86','\x30','\x7f','\xc4','\x1c','\x4c','\x88','\x0f','\x4c','\x97','\xf6','\x4c','\xe0','\x00','\x7f','\x80','\x00','\x4c','\x90','\x06','\x4c','\x9f','\xff','\x4c','\x99','\x26','\x7f','\x99','\x26','\x4c','\x99','\x26','\x0c','\x1f','\xfe','\x0c','\xd9','\x26','\xff','\xf9','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x0c','\x19','\x2e','\x0c','\x18','\x06','\x43','\x21','\xc8','\x7f','\x91','\x8e','\x63','\x19','\x8c','\x62','\x19','\x88','\x66','\x01','\x92','\x64','\x7f','\xff','\x64','\x07','\xa0','\x68','\x0d','\x90','\x64','\x09','\x98','\x66','\x11','\x8f','\x62','\x21','\x86','\x63','\x41','\x80','\x63','\x10','\x18','\x63','\x1e','\x1a','\x63','\x33','\xff','\x6f','\x22','\x98','\x66','\x46','\x98','\x60','\xb4','\x98','\x60','\x1c','\x9a','\x60','\x0b','\xff','\x60','\x10','\x18','\x60','\x20','\x18','\x60','\x40','\x18','\x61','\x80','\x18','\x10','\x21','\xc8','\x1c','\x11','\x8e','\x18','\x19','\x8c','\x19','\x99','\x90','\x1f','\xc1','\x82','\x11','\xbf','\xff','\x31','\x07','\xa0','\x22','\x05','\xa0','\x7f','\x8d','\x90','\xa4','\x89','\x9c','\x24','\x91','\x8f','\x24','\xe1','\x86','\x3f','\x90','\x18','\x24','\x9e','\x1a','\x24','\x93','\xff','\x24','\xb2','\x98','\x3f','\xa6','\x98','\x00','\x54','\x98','\x01','\x14','\x9a','\x55','\x8b','\xff','\x54','\x88','\x18','\xd4','\x10','\x18','\xc0','\x20','\x18','\x00','\xc0','\x18','\x07','\x00','\xe0','\x06','\x08','\xc8','\x46','\x64','\xce','\x7f','\xf6','\xcc','\x49','\x06','\xc8','\x49','\x00','\xd2','\x7f','\xef','\xff','\x49','\x21','\xd0','\x49','\x23','\xc8','\x49','\x26','\xcc','\x7f','\xec','\xc7','\x40','\x10','\xc6','\x4d','\x84','\x00','\x49','\x04','\x04','\x49','\x47','\x84','\x49','\x6c','\xff','\x4f','\x88','\xa4','\x49','\x15','\xa4','\x49','\x05','\x24','\x49','\x23','\x24','\x4b','\x22','\xff','\xbd','\xe4','\x04','\x99','\xc8','\x04','\x00','\x30','\x04','\x00','\x0c','\x00','\x06','\x9e','\x06','\xff','\xf1','\xff','\x18','\xc0','\x66','\x18','\xc0','\x66','\x18','\xc8','\x66','\x18','\xc4','\x66','\x18','\xc6','\x46','\x18','\xde','\xc6','\xff','\xe6','\x8e','\x19','\x81','\x0c','\x19','\x02','\x3c','\x18','\x04','\x18','\x18','\x00','\x00','\x18','\x7f','\xfc','\x1a','\x61','\x0c','\x1c','\x61','\x0c','\xf8','\x61','\x0c','\x60','\x7f','\xfc','\x40','\x61','\x0c','\x00','\x61','\x0c','\x00','\x61','\x0c','\x00','\x7f','\xfc','\x00','\x60','\x0c','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x20','\x0c','\x00','\x70','\x03','\x80','\xc0','\x01','\x83','\x00','\x00','\x00','\x00','\x01','\x81','\xc0','\x1e','\x1c','\x78','\x08','\x18','\x18','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\x00','\x06','\x19','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\x80','\x0c','\x00','\xff','\xfe','\x80','\xc0','\x0c','\x40','\xc0','\x0c','\x64','\xc0','\x0c','\x64','\xff','\xfc','\x04','\xc0','\x0c','\x0c','\xc3','\x80','\x08','\xc3','\x00','\x08','\xc3','\x06','\x18','\xff','\xff','\x18','\xc3','\x00','\x31','\x86','\x80','\xf1','\x86','\x80','\x71','\x04','\x40','\x33','\x0c','\x60','\x32','\x08','\x38','\x34','\x10','\x1f','\x38','\x20','\x0e','\x18','\xc0','\x06','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x41','\x00','\x00','\x63','\x80','\x04','\xc6','\x20','\x03','\x08','\x18','\x01','\x90','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x40','\x18','\x00','\x02','\x18','\x80','\x03','\x98','\x60','\x07','\x18','\x30','\x0e','\x18','\x18','\x18','\x18','\x1c','\x60','\x18','\x0c','\x07','\x00','\x06','\x46','\x4f','\xff','\x36','\x60','\xc0','\x16','\x80','\x80','\x06','\x05','\x0c','\xff','\xf7','\xfe','\x0e','\x06','\x0c','\x1f','\x06','\x0c','\x16','\xc6','\x0c','\x26','\x67','\xfc','\x46','\x66','\x0c','\x86','\x06','\x0c','\x00','\x06','\x0c','\x07','\x07','\xfc','\x06','\x06','\x0c','\x06','\x36','\x0c','\xff','\xfe','\x0c','\x06','\x06','\x0c','\x0d','\x07','\xfc','\x0c','\xc2','\x00','\x18','\x63','\x98','\x10','\x67','\x06','\x20','\x0c','\x03','\xc0','\x30','\x03','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x68','\x00','\x00','\x64','\x00','\x00','\xc2','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0c','\x03','\x3f','\x1b','\xff','\x9e','\x30','\x00','\x06','\xc0','\x00','\x00','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x63','\xe0','\x00','\x60','\xc0','\x00','\x60','\x00','\x00','\x60','\x00','\x04','\x06','\x00','\x07','\x06','\x00','\x06','\x0d','\x00','\x06','\x0c','\x80','\x0c','\x18','\xc0','\x0c','\x30','\x60','\x18','\x20','\x38','\x18','\x40','\x1f','\x38','\x80','\xce','\x39','\x3f','\xe6','\x5a','\x00','\x00','\x98','\x00','\x00','\x18','\x00','\x18','\x19','\xff','\xfc','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\xf8','\x18','\x0c','\x30','\x18','\x0c','\x00','\x18','\x0c','\x00','\x08','\x00','\x07','\x0e','\x03','\x06','\x0d','\xff','\x86','\x0c','\x60','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x18','\x40','\x66','\x30','\x46','\x66','\x30','\xff','\x66','\x70','\xc6','\x66','\xb0','\x86','\x66','\x31','\x86','\x66','\x31','\x4c','\x66','\x32','\x6c','\x66','\x34','\x28','\x66','\x30','\x18','\x66','\x30','\x10','\x66','\x30','\x30','\x66','\x30','\x20','\x06','\x30','\x40','\x06','\x30','\x80','\x06','\x31','\x00','\x06','\x32','\x00','\x3e','\x30','\x00','\x0c','\x00','\x06','\x00','\x40','\x06','\x00','\x30','\x0d','\x00','\x18','\x0c','\x80','\x1c','\x18','\xc0','\x0c','\x10','\x60','\x00','\x30','\x38','\x02','\x20','\x1f','\x02','\x40','\xce','\x04','\xbf','\xe6','\x05','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x18','\x18','\xff','\xfc','\x30','\x0c','\x18','\xf0','\x0c','\x18','\x70','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\xf8','\x38','\x0c','\x30','\x18','\x0c','\x00','\x00','\x0c','\x00','\x20','\x0c','\xe0','\x3f','\xfe','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x18','\xc0','\x37','\xfc','\xc6','\x31','\x03','\xff','\x31','\x00','\xc6','\x31','\x00','\xc6','\x31','\x18','\xc6','\x31','\xfc','\xc6','\x31','\x18','\xc6','\x31','\x18','\xc6','\x31','\x18','\xc6','\x31','\x18','\xc6','\x31','\x18','\xc6','\x33','\x18','\x86','\x32','\x19','\x86','\x22','\x19','\x86','\x26','\x39','\x0e','\x64','\x33','\x0c','\x49','\xf2','\x0c','\x50','\x64','\x7c','\x80','\x08','\x18','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x06','\x00','\x06','\x06','\x3f','\xff','\x0d','\x01','\x80','\x18','\xc1','\x00','\x30','\x6f','\xfc','\x60','\x6c','\x0c','\x9f','\x8c','\x0c','\x00','\x0f','\xfc','\x00','\xcc','\x0c','\xff','\xec','\x0c','\x18','\xcf','\xfc','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcf','\xfc','\x1b','\xc3','\x00','\x19','\x87','\x9c','\x18','\x1c','\x07','\x18','\x60','\x03','\x0e','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0d','\x00','\x0c','\x0c','\x80','\x0e','\x08','\xc0','\x2d','\x18','\x60','\x2d','\x90','\x38','\x6d','\xa0','\x1f','\x6c','\x40','\xce','\xcc','\xbf','\xe6','\xcd','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x18','\x0c','\xff','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\xf8','\x0c','\x06','\x30','\x0c','\x06','\x00','\x0c','\x06','\x00','\x00','\x03','\x00','\x03','\x03','\x00','\xff','\x86','\x80','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x10','\x1f','\x18','\x20','\xce','\xff','\x5f','\xe6','\x18','\x80','\x00','\x19','\x00','\x00','\x18','\x00','\x18','\x18','\x7f','\xfc','\x18','\x06','\x18','\x18','\x06','\x18','\x1f','\x06','\x18','\xfc','\x06','\x18','\x70','\x06','\x18','\x40','\x06','\x18','\x00','\x06','\xf8','\x00','\x06','\x30','\x00','\x06','\x00','\x00','\x06','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\xc3','\x00','\xff','\xe3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x02','\x03','\x00','\x07','\x03','\x00','\x0e','\xc3','\x00','\x16','\x63','\x00','\x26','\x63','\x00','\xc6','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x03','\x06','\x03','\xff','\x06','\x01','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x06','\x78','\x0c','\xff','\x1f','\x30','\x00','\x06','\xc0','\x00','\x60','\x0f','\xff','\xf0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x63','\xe0','\x00','\x60','\xc0','\x00','\x60','\x00','\x00','\x60','\x00','\x06','\x01','\x80','\x06','\x01','\x80','\x0d','\x03','\x40','\x0c','\xc3','\x40','\x08','\x62','\x20','\x18','\x66','\x30','\x10','\x04','\x18','\x21','\x88','\x1c','\x3f','\xd0','\xcf','\x46','\x2f','\xe6','\x86','\x00','\x00','\x06','\xc0','\x00','\x7f','\xe0','\x0c','\x06','\x1f','\xfe','\x46','\x43','\x0c','\x26','\x63','\x0c','\x36','\xc3','\x0c','\x37','\x03','\x0c','\x06','\x03','\x0c','\x07','\xc3','\x0c','\xfe','\x03','\x3c','\x70','\x03','\x18','\x40','\x03','\x00','\x00','\x03','\x00','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x61','\x8c','\xff','\xff','\xfe','\x06','\x01','\x8c','\x06','\x01','\x8c','\x06','\x61','\x8c','\x7f','\xff','\xff','\x00','\x01','\x8c','\x00','\x01','\x8c','\x7f','\xc1','\x8c','\x00','\x1f','\xfc','\x00','\x01','\x80','\xff','\xe1','\x88','\x06','\x11','\x8e','\x46','\x8d','\x9c','\x76','\x45','\xa0','\x66','\x61','\xc0','\x66','\x63','\xa0','\x46','\x0d','\xb0','\x46','\x79','\x9c','\x86','\x31','\x8f','\x1e','\x27','\x86','\x0c','\x03','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x60','\x18','\x04','\x67','\x99','\xe8','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xb9','\xf0','\x00','\x74','\x00','\x00','\xc3','\x00','\x01','\x81','\xe0','\x06','\x7e','\x7f','\x18','\x00','\x0e','\xe0','\x00','\x00','\x0f','\xff','\xf0','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x31','\xf0','\x00','\x30','\x60','\x00','\x30','\x00','\x00','\x00','\x18','\x0f','\xff','\xfc','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x60','\x18','\x04','\x67','\x99','\xe8','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x00','\x66','\x00','\x10','\x66','\x20','\x0c','\x66','\x38','\x06','\x66','\x30','\x06','\x66','\x20','\x00','\x66','\x46','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x60','\x06','\x7f','\xf7','\xff','\x00','\x00','\x00','\x1f','\xc3','\xf8','\x10','\x42','\x08','\x12','\x42','\x48','\x12','\x5a','\x48','\x00','\x18','\x00','\x1f','\xff','\xfe','\x18','\x42','\x00','\x18','\x42','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x19','\xc3','\x80','\x11','\x83','\x10','\x31','\xf3','\x38','\x21','\x83','\xc2','\x21','\x83','\x02','\x5f','\xf3','\x03','\x8f','\x03','\xff','\x08','\x01','\xfe','\x03','\x80','\xc0','\x03','\x00','\xc0','\x33','\x30','\xc0','\x33','\xf9','\xa0','\x33','\x01','\xa0','\x33','\x01','\x10','\x33','\x31','\x18','\xff','\xfb','\x0c','\x40','\x12','\x0f','\x52','\x54','\x06','\x4a','\x5b','\xf0','\x4a','\x90','\x00','\x42','\x10','\x0c','\x5f','\xd7','\xfe','\x46','\x11','\x8c','\x47','\x11','\x8c','\x4a','\x91','\x8c','\x4a','\xd1','\x8c','\x52','\x51','\x8c','\x42','\x11','\x8c','\x42','\x11','\xbc','\x40','\x11','\x98','\x7f','\xf1','\x80','\x40','\x11','\x80','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\xe0','\xe0','\x30','\xc8','\xc6','\x37','\xff','\xff','\x30','\xc0','\xc0','\x31','\xe1','\xe0','\x31','\xd9','\xd0','\x32','\xca','\xd8','\x34','\xc4','\xcc','\x38','\xc8','\xcf','\x30','\xd0','\xc6','\x30','\x00','\x00','\x31','\x00','\x30','\x21','\xff','\xf8','\x21','\x80','\x30','\x61','\x80','\x30','\x41','\xff','\xf0','\x41','\x80','\x30','\x81','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x00','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\xe0','\x30','\xc8','\xc6','\x37','\xff','\xff','\x30','\xc0','\xc0','\x31','\xe1','\xe0','\x31','\xd9','\xd0','\x32','\xca','\xd8','\x34','\xc4','\xcc','\x38','\xc8','\xcf','\x30','\xd0','\xc6','\x30','\x00','\x00','\x30','\x07','\x00','\x21','\xc6','\x00','\x21','\x86','\x18','\x61','\x87','\xfc','\x41','\x86','\x00','\x41','\x86','\x00','\x81','\x86','\x06','\x1f','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x18','\x0c','\x7f','\xfc','\x0c','\x06','\x01','\xcc','\x06','\x01','\x8c','\x06','\x01','\x8c','\x04','\x01','\x8c','\x0c','\x31','\x8c','\x0f','\xf9','\x8c','\x08','\x31','\x8c','\x18','\x31','\x8c','\x14','\x31','\x8c','\x32','\x61','\x8c','\x23','\x61','\x8c','\x43','\x41','\x8c','\x80','\xc1','\x8c','\x00','\x81','\x8c','\x01','\x81','\x8c','\x03','\x00','\x0c','\x02','\x00','\x0c','\x04','\x00','\x0c','\x08','\x00','\x0c','\x10','\x00','\x7c','\x60','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x02','\x18','\x60','\x03','\x98','\x18','\x07','\x18','\x0e','\x0e','\x18','\x87','\x18','\x18','\xe3','\x30','\x79','\xc0','\xc0','\x33','\x80','\x00','\x0e','\x00','\x00','\x38','\x00','\x01','\xe0','\x00','\x1f','\x00','\x00','\xe0','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x30','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\xc0','\x38','\x01','\x80','\x30','\x03','\x00','\x70','\x0c','\x03','\xe0','\xf0','\x00','\xc0','\x00','\x00','\x0e','\x00','\x18','\x0c','\xff','\xfd','\xcc','\x06','\x01','\x8c','\x06','\x01','\x8c','\x0c','\x31','\x8c','\x0f','\xf9','\x8c','\x18','\x31','\x8c','\x10','\x61','\x8c','\x28','\x61','\x8c','\x46','\xc1','\x8c','\x83','\x81','\x8c','\x01','\x01','\x8c','\x02','\x00','\x0c','\x04','\x00','\x0c','\x08','\x00','\x0c','\x10','\x00','\x7c','\x60','\x00','\x18','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x00','\x18','\x0e','\x7f','\xfc','\x0c','\x03','\x01','\xcc','\x06','\x31','\x8c','\x0f','\xf9','\x8c','\x18','\x31','\x8c','\x36','\x61','\x8c','\xc2','\xc1','\x8c','\x01','\x81','\x8c','\x03','\x01','\x8c','\x06','\x00','\x0c','\x18','\x1c','\x7c','\x60','\x18','\x18','\x00','\x18','\x02','\xff','\xff','\xff','\x00','\xe2','\x00','\x01','\xc2','\x08','\x03','\xc1','\x1c','\x0e','\xc1','\xa0','\x38','\xc0','\xc0','\xc0','\xce','\x70','\x0f','\xf0','\x3f','\x07','\x80','\x1e','\x04','\x00','\x06','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x80','\x80','\x30','\x60','\xc0','\x30','\x21','\x0c','\x37','\xff','\xfe','\x30','\x63','\x00','\x30','\x63','\x00','\x33','\xff','\xf0','\x30','\x63','\x10','\x30','\x63','\x16','\x37','\xff','\xff','\x30','\x63','\x10','\x30','\x63','\x10','\x33','\xff','\xf0','\x30','\xe3','\x80','\x21','\xe3','\x40','\x21','\x63','\x20','\x62','\x63','\x38','\x44','\x63','\x1f','\x88','\x63','\x0e','\x30','\x63','\x06','\x00','\x63','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\xc3','\x20','\x0c','\xc3','\x18','\x18','\xc3','\x0c','\x10','\xc3','\x0e','\x21','\x83','\x06','\x41','\x83','\x06','\x83','\x03','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x20','\x11','\x86','\x18','\x11','\x86','\x0c','\x31','\x80','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x43','\x90','\x18','\x23','\x1c','\x18','\x33','\x18','\x18','\x33','\x10','\x18','\x03','\x24','\x5c','\xff','\xfe','\x5a','\x0f','\x40','\x5b','\x1b','\x20','\x5b','\x13','\x18','\xd8','\x23','\x0f','\xd8','\x43','\x06','\xd9','\x83','\x00','\x18','\x20','\x30','\x18','\x3c','\x34','\x18','\x67','\xfe','\x18','\x45','\x30','\x18','\xad','\x30','\x19','\x29','\x30','\x18','\x19','\x32','\x18','\x17','\xff','\x18','\x20','\x30','\x18','\x40','\x30','\x18','\x80','\x30','\x1b','\x00','\x30','\x20','\x00','\xe0','\x19','\x00','\xcc','\x0c','\x9f','\xfe','\x0c','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xcf','\xfc','\x80','\x08','\xc4','\x40','\x08','\xc4','\x64','\x08','\xc4','\x64','\x0f','\xfc','\x04','\xc8','\xc4','\x0f','\xe8','\xc4','\x08','\xc8','\xc4','\x08','\xcf','\xfc','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x30','\xff','\xff','\xf0','\xc0','\xc0','\x70','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xe0','\x00','\x33','\xdf','\xff','\x39','\x87','\xfe','\x19','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x81','\x80','\x0c','\xc1','\x80','\x2d','\xbf','\xfc','\x2d','\x31','\x8c','\x2e','\x31','\x8c','\x6c','\x31','\x8c','\x6c','\x3f','\xfc','\xcc','\x31','\x8c','\xcc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x07','\xc0','\x1a','\x0d','\xa0','\x19','\x0d','\xa0','\x11','\x99','\x90','\x31','\xb1','\x98','\x20','\x61','\x8f','\x40','\xc1','\x8e','\x83','\x01','\x86','\x00','\x01','\x80','\x10','\x04','\x00','\x18','\xc6','\x06','\x3f','\xef','\xff','\x64','\x19','\x00','\x83','\x20','\xc0','\x21','\x18','\x4c','\x3f','\xff','\xfe','\x30','\x80','\x80','\x30','\xc1','\x88','\x37','\xff','\xfc','\x30','\x22','\x00','\x33','\xff','\xf0','\x30','\x22','\x10','\x30','\x22','\x16','\x37','\xff','\xff','\x30','\x22','\x10','\x30','\x22','\x10','\x33','\xff','\xf0','\x20','\xe2','\x80','\x61','\xa2','\x40','\x43','\x22','\x30','\x86','\x22','\x1e','\x18','\x22','\x0c','\x00','\x22','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\xff','\xff','\x92','\x01','\x80','\x63','\x81','\x80','\x33','\x3f','\xfc','\x36','\x31','\x8c','\x04','\x31','\x8c','\x0a','\x31','\x8c','\x11','\x3f','\xfc','\xff','\xb1','\x8c','\x7d','\xb1','\x8c','\x4c','\x31','\x8c','\x0c','\x3f','\xfc','\x4e','\x07','\xc0','\x7d','\x8d','\xa0','\x6c','\xcd','\xa0','\x6c','\xc9','\x90','\x4c','\x19','\x98','\x4c','\x11','\x8f','\x8c','\x21','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x00','\xc4','\x08','\xff','\xe6','\x0c','\x33','\x04','\x08','\x33','\x48','\x90','\x33','\x32','\x64','\x33','\x13','\x26','\x3f','\x06','\x0c','\x33','\x04','\x08','\x33','\x09','\x12','\x33','\x7f','\xff','\x33','\x31','\xb3','\x33','\x20','\x20','\x3f','\x00','\x00','\x33','\x26','\x62','\x33','\x26','\x62','\x33','\x26','\x62','\x33','\x26','\x62','\x33','\x26','\x62','\xff','\x3e','\x7e','\x73','\x24','\x62','\x43','\x0c','\x62','\x03','\x08','\x60','\x03','\x10','\x60','\x03','\x60','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x00','\x03','\x80','\x60','\x03','\x0c','\x19','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x7f','\xf8','\x00','\x43','\x08','\x00','\x43','\x08','\x0c','\x7f','\xf8','\xfe','\x43','\x08','\x0c','\x43','\x08','\x0c','\x7f','\xf8','\x0c','\x03','\x02','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x0c','\x18','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x7f','\xf8','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x7f','\xf8','\x0c','\x63','\x18','\xfe','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0a','\x01','\x86','\x19','\x7f','\xff','\x19','\x81','\x80','\x11','\x81','\x80','\x30','\x3f','\xfc','\x23','\x31','\x8c','\x7f','\xb1','\x8c','\x4c','\x31','\x8c','\x8c','\x3f','\xfc','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x8d','\x07','\xc0','\x4d','\x8d','\xa0','\x6d','\x0d','\xa0','\x6e','\x09','\x90','\x0c','\x19','\x98','\x0f','\x91','\x8f','\xfc','\x21','\x8e','\x70','\xc1','\x86','\x40','\x01','\x80','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x30','\x60','\x00','\x20','\x00','\x00','\x20','\x00','\x10','\x40','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x01','\x00','\x00','\x01','\x83','\x00','\x03','\xff','\x80','\x06','\x04','\x00','\x0c','\x08','\x30','\x37','\xff','\xf8','\xc4','\x08','\x10','\x04','\x08','\x10','\x07','\xff','\xf0','\x04','\x08','\x10','\x04','\x08','\x10','\x07','\xff','\xf0','\x10','\x42','\x08','\x20','\xc3','\x06','\xe0','\xc3','\x03','\xc0','\x00','\x03','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x1c','\x08','\x00','\x18','\x0c','\xc0','\x18','\x1f','\xe0','\x18','\x10','\x80','\x1a','\x21','\x08','\xff','\x7f','\xfc','\x18','\xa1','\x08','\x18','\x21','\x08','\x1c','\x3f','\xf8','\x3a','\x21','\x08','\x3b','\x21','\x08','\x3b','\x3f','\xf8','\x38','\x44','\x44','\x78','\xcc','\x62','\x59','\x8c','\x63','\x59','\x80','\x03','\x98','\x3f','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x18','\x30','\x30','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x10','\x0c','\x0d','\x1f','\xfe','\x2d','\xd8','\x0c','\x2d','\x98','\x0c','\x6d','\x18','\x0c','\x6e','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x00','\x0a','\x18','\x00','\x19','\x18','\x00','\x19','\xb0','\x00','\x19','\xb0','\x00','\x10','\x20','\x00','\x30','\x60','\x00','\x20','\x40','\x00','\x40','\x80','\x00','\x81','\x00','\x00','\x20','\xc4','\x00','\x3f','\xe7','\x00','\x30','\xc6','\x18','\x30','\xc7','\xfc','\x30','\xc6','\x18','\x30','\xcc','\x30','\x3f','\xca','\x30','\x30','\xd2','\x60','\x30','\xe1','\xc0','\x30','\xc1','\xc0','\x30','\xc3','\x70','\x3f','\xc6','\x3f','\x30','\xcc','\x1e','\x30','\xd8','\x06','\x30','\xe0','\x00','\x30','\xc7','\xf8','\x3f','\xc6','\x18','\x00','\x06','\x18','\x11','\x06','\x18','\x1c','\xc6','\x18','\x18','\x66','\x18','\x30','\x66','\x18','\x60','\x67','\xf8','\x80','\x06','\x18','\x20','\xc2','\x00','\x3f','\xe3','\x80','\x30','\xc3','\x18','\x30','\xc3','\xfc','\x30','\xc6','\x18','\x30','\xc4','\x18','\x30','\xca','\x30','\x30','\xd2','\x30','\x3f','\xc1','\x60','\x06','\x00','\xc0','\x06','\x01','\xe0','\x76','\xc3','\x30','\x67','\xe6','\x1c','\x66','\x0c','\x0f','\x66','\x18','\x06','\x66','\x67','\xf8','\x66','\x06','\x18','\x66','\x06','\x18','\x66','\x06','\x18','\x66','\x06','\x18','\x67','\xc6','\x18','\xfe','\x06','\x18','\x70','\x07','\xf8','\x40','\x06','\x18','\x00','\x00','\x30','\x0f','\xff','\xf8','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x67','\x99','\xe4','\x60','\x18','\x00','\x07','\x99','\xe0','\x00','\x18','\x00','\x00','\x04','\x00','\x3f','\xc6','\x18','\x30','\xc7','\xfc','\x30','\xc4','\x30','\x3f','\xca','\x60','\x06','\x11','\xc0','\x26','\x03','\x70','\x27','\xc6','\x1f','\x26','\x0c','\x06','\x26','\x37','\xf8','\x26','\x06','\x18','\xff','\xc6','\x18','\x78','\x07','\xf8','\x40','\x06','\x18','\x00','\x20','\x10','\x08','\x10','\x1c','\x06','\x18','\x38','\x03','\x0c','\x30','\x01','\x8c','\x60','\x11','\x80','\x40','\x10','\x00','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x38','\x04','\x60','\x30','\x08','\x00','\x30','\x30','\x1f','\xff','\xf8','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x01','\x80','\x70','\x03','\x00','\x60','\x06','\x00','\xe0','\x0c','\x07','\xc0','\x70','\x01','\x80','\x00','\x1c','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x80','\x01','\x83','\x00','\x03','\x76','\x00','\x06','\x0d','\x80','\x00','\x38','\xf0','\x01','\xe0','\x38','\x3e','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\x00','\x30','\xc0','\x86','\x32','\xc8','\xff','\x33','\xfc','\xc6','\x32','\x08','\xc4','\x32','\x08','\xcc','\x33','\xf8','\xc8','\x32','\x08','\xd0','\x32','\x08','\xc8','\x33','\xf8','\xcc','\x32','\x08','\xc4','\x32','\x00','\xc6','\x22','\x20','\xc6','\x62','\x18','\xc6','\x42','\x6c','\xc6','\x5f','\x8c','\xfe','\x8e','\x0c','\xcc','\x08','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x07','\x02','\x0c','\x06','\x03','\xfe','\x26','\x63','\x0c','\x3f','\xf3','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3f','\xe3','\xfc','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3f','\xe3','\x0c','\x30','\x63','\x0c','\x30','\x03','\xfc','\x31','\x03','\x0c','\x30','\x83','\x0c','\x30','\xc3','\x0c','\x31','\x66','\x0c','\x36','\x66','\x0c','\x3c','\x64','\x0c','\xf8','\x0c','\x0c','\x60','\x08','\x0c','\x40','\x10','\x7c','\x00','\x60','\x18','\x0e','\x21','\xc8','\x0c','\x11','\x8e','\x0c','\x19','\x8c','\x0c','\x19','\x88','\x0d','\x81','\x92','\xff','\xff','\xff','\x0c','\x07','\xa0','\x0c','\x0d','\x90','\x0c','\x09','\x9c','\x1e','\x11','\x8f','\x1d','\x61','\x86','\x1d','\x80','\x00','\x3d','\x87','\x00','\x2c','\x06','\x06','\x2c','\x7f','\xff','\x6c','\x0c','\x30','\x4c','\x18','\x30','\x8c','\x18','\x60','\x0c','\x37','\x60','\x0c','\x30','\xc0','\x0c','\x01','\xb0','\x0c','\x03','\x1c','\x0c','\x0c','\x0e','\x0c','\x70','\x06','\x1c','\x38','\x86','\x18','\x30','\xff','\x18','\x30','\xc6','\x18','\x30','\xc6','\x1a','\xfc','\xc4','\xff','\x84','\xc4','\x18','\x84','\xcc','\x18','\x84','\xc8','\x18','\xfc','\xc8','\x3c','\x84','\xd0','\x3a','\x84','\xc8','\x3a','\x84','\xcc','\x38','\xfc','\xc4','\x78','\x80','\xc6','\x58','\x80','\xc6','\x58','\x90','\xc6','\x98','\x88','\xc6','\x18','\x88','\xc6','\x18','\x8c','\xc6','\x18','\xbc','\xde','\x1b','\xcc','\xcc','\x19','\x8c','\xc0','\x19','\x00','\xc0','\x18','\x00','\xc0','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x43','\x18','\x00','\x7f','\xfc','\x00','\x60','\x18','\x80','\x60','\x18','\x60','\x60','\x18','\x32','\x7f','\xf8','\x32','\x60','\x18','\x04','\x60','\x18','\x04','\x60','\x18','\x0c','\x7f','\xf8','\x08','\x62','\x04','\x18','\x62','\x0e','\x18','\x61','\x18','\x30','\x61','\x60','\xf0','\x60','\x80','\x70','\x60','\xc0','\x30','\x60','\x60','\x30','\x67','\x38','\x33','\xf8','\x1f','\x39','\xc0','\x0e','\x19','\x00','\x06','\x20','\x80','\x0c','\x18','\xff','\xfe','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xff','\xfc','\x80','\xc0','\x00','\x62','\xc0','\x06','\x32','\xff','\xff','\x34','\xc1','\x80','\x04','\xc1','\x80','\x04','\xc1','\x86','\x08','\xff','\xff','\x08','\xe1','\x86','\x19','\xed','\xb6','\x11','\x65','\x96','\x31','\x61','\x86','\xf1','\x61','\x86','\x73','\x6d','\xb6','\x32','\x65','\x96','\x32','\x61','\x86','\x34','\x61','\x86','\x38','\x61','\x9e','\x18','\x61','\x8c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x64','\x1c','\x08','\x07','\x18','\x00','\x06','\x18','\x00','\x0c','\x18','\x30','\x0f','\xff','\xf8','\x10','\x18','\x00','\x20','\x18','\x00','\x40','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x03','\x80','\x03','\x83','\x00','\x83','\x03','\x00','\x42','\x23','\x18','\x26','\x3f','\xfc','\x34','\x30','\x18','\x1c','\x30','\x18','\x18','\x30','\x18','\x28','\x3f','\xf8','\x2c','\x30','\x18','\x4c','\x30','\x18','\x8c','\x30','\x18','\x1c','\x3f','\xf8','\x16','\x31','\x04','\x36','\x31','\x07','\x26','\x31','\x0e','\x46','\x30','\x98','\x86','\x30','\xa0','\x06','\x30','\x40','\x06','\x30','\x60','\x06','\x33','\x38','\x0d','\xfc','\x1f','\x7c','\xe0','\x0e','\x18','\x80','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x08','\x80','\x21','\x80','\x60','\x41','\x9c','\x60','\x80','\x18','\x00','\x1f','\xff','\xf8','\x02','\x00','\x80','\x01','\x80','\xc0','\x00','\x81','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x32','\x0c','\x18','\x32','\x0f','\xff','\xf2','\x0c','\x18','\x03','\x00','\x18','\x03','\x00','\x0f','\xfe','\x00','\x38','\x00','\x00','\x30','\x20','\x00','\x30','\x38','\x00','\x33','\x30','\x1f','\xff','\xf0','\x00','\x30','\x60','\x00','\x30','\xc0','\x00','\x31','\x80','\x00','\x33','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\xe0','\x60','\x00','\xc0','\xf0','\x03','\xc3','\x80','\x0c','\xce','\x00','\x30','\xf0','\x00','\xc0','\xc0','\x04','\x00','\xc0','\x04','\x00','\xc0','\x04','\x00','\xc0','\x06','\x00','\xff','\xfe','\x00','\x7f','\xfc','\x03','\x03','\x04','\x7f','\xf3','\xfe','\x10','\xc3','\x00','\x18','\x83','\xfc','\xff','\xf8','\x04','\x00','\x03','\xfc','\x1f','\xc2','\x00','\x10','\x43','\xf8','\x1f','\xc2','\x00','\x10','\x43','\xf8','\x1f','\xc2','\x00','\x10','\x43','\xfa','\x11','\xc2','\x03','\x10','\xc1','\xff','\x00','\x00','\x00','\xff','\xff','\xff','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x46','\x03','\xff','\xff','\xfe','\x00','\x40','\x00','\x00','\x40','\x0e','\x02','\x08','\x0c','\x21','\x8e','\x0c','\x18','\xcc','\x0c','\x0c','\xcc','\x4c','\x8c','\x18','\x7f','\xc0','\x10','\x4c','\x80','\x20','\x4c','\x9f','\xf8','\x4c','\x99','\x18','\x4c','\x99','\x18','\x4c','\x99','\x18','\x4c','\x99','\x18','\x4c','\x9f','\xf8','\x7f','\x99','\x18','\x4c','\x99','\x18','\x4c','\x19','\x18','\x0d','\x19','\x18','\x0c','\x9f','\xfa','\x0c','\xd1','\x0a','\x0f','\xd1','\x0a','\xfc','\xd1','\x0e','\x70','\x31','\x06','\x40','\x21','\x07','\x00','\x41','\x03','\x03','\x80','\x00','\x03','\x02','\x0c','\x23','\x33','\xfe','\x3f','\xfb','\x0c','\x30','\x33','\x0c','\x30','\x33','\x08','\x30','\x33','\x18','\x3f','\xf3','\x10','\x30','\x33','\x10','\x30','\x33','\x20','\x30','\x33','\x10','\x30','\x33','\x18','\x3f','\xf3','\x0c','\x30','\x33','\x0c','\x30','\x03','\x06','\x30','\x83','\x06','\x30','\x43','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x33','\xb3','\x3e','\xfc','\x33','\x0c','\x70','\x33','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\x00','\x01','\x80','\x80','\x01','\x80','\x40','\x03','\x00','\x20','\x03','\x00','\x30','\x06','\x00','\x18','\x0c','\x00','\x1c','\x08','\x00','\x0c','\x10','\x00','\x0e','\x20','\x00','\x06','\xc0','\x00','\x06','\x00','\x00','\x00','\x03','\x81','\xc0','\x03','\x31','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x07','\x83','\xc0','\x0f','\x67','\xb0','\x1b','\x2d','\x9f','\x33','\x19','\x86','\xc3','\x61','\x80','\x10','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x42','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x19','\x83','\x90','\x11','\xfb','\x38','\x31','\x83','\xc2','\x21','\x83','\x02','\x5f','\xf3','\x03','\x8f','\x83','\xff','\x08','\x01','\xfe','\x0e','\x00','\x30','\x0c','\x1f','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\x80','\x30','\xff','\xdf','\xf0','\x01','\x80','\x30','\x03','\x00','\x30','\x03','\x00','\x36','\x06','\x7f','\xff','\x04','\x01','\x80','\x0e','\x21','\x88','\x1d','\x11','\x8e','\x2d','\x99','\x8c','\xcd','\x99','\xd0','\x0c','\x01','\xc0','\x0c','\x01','\xa0','\x0c','\x05','\xb0','\x0c','\x19','\x98','\x0c','\xf1','\x9f','\x0c','\x61','\x8e','\x0c','\x41','\x86','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x20','\xc3','\x80','\x3f','\xe3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x0c','\x3f','\xdf','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc4','\x0c','\x20','\xcc','\x1c','\x60','\xc8','\x18','\x47','\xd0','\xf8','\x81','\xa0','\x30','\x06','\x00','\x30','\x06','\x07','\xf8','\x0d','\x00','\x30','\x0c','\xc0','\x30','\x08','\x60','\x30','\x18','\x67','\xf0','\x10','\x00','\x30','\x21','\x80','\x30','\x3f','\xc0','\x36','\x46','\x1f','\xff','\x86','\x00','\xc0','\x06','\xc8','\xc2','\x7f','\xe4','\xc3','\x06','\x06','\xc6','\x06','\x46','\xe8','\x46','\x60','\xe0','\x26','\xc0','\xd0','\x37','\x01','\xd0','\x36','\x06','\xd8','\x06','\x3c','\xcf','\x07','\x98','\xce','\xfe','\x10','\xc6','\x70','\x07','\xc0','\x40','\x01','\x80','\x06','\x03','\x00','\x7f','\x03','\x00','\x00','\x06','\x80','\x00','\x06','\x80','\x03','\x0c','\x40','\xff','\x8c','\x60','\x00','\x18','\x38','\x00','\x10','\x1f','\x06','\x2f','\xee','\x7f','\x40','\x06','\x00','\x80','\x00','\x00','\x20','\x0c','\x06','\x3f','\xfe','\x7f','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x46','\x32','\x4c','\x7f','\x3f','\xfc','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x7e','\x32','\x5c','\x66','\x30','\x0c','\x04','\x00','\x30','\x07','\x03','\xf8','\x06','\x7f','\x00','\x06','\x03','\x00','\x0c','\x03','\x0c','\x0d','\xff','\xfe','\x18','\x0f','\x40','\x18','\x1b','\x40','\x38','\x1b','\x20','\x38','\x33','\x38','\x58','\x63','\x1f','\x98','\xc3','\x0e','\x1b','\x00','\x06','\x18','\x0e','\x00','\x18','\x0c','\x00','\x1b','\xff','\xff','\x18','\x18','\x30','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x6e','\xc0','\x18','\x61','\x80','\x18','\x03','\x70','\x18','\x1c','\x1c','\x19','\xe0','\x0c','\x00','\x60','\x00','\x03','\xf0','\x00','\x7f','\x00','\x00','\x03','\x04','\x06','\x03','\x07','\xff','\x03','\x06','\x06','\x03','\x36','\x06','\xff','\xfe','\x06','\x03','\x06','\x06','\x03','\x06','\x06','\x07','\x06','\x06','\x07','\x86','\x06','\x0f','\x66','\x06','\x0b','\x36','\x06','\x1b','\x36','\x06','\x13','\x06','\x06','\x23','\x06','\x06','\x43','\x06','\x06','\x83','\x06','\x06','\x03','\x07','\xfe','\x03','\x06','\x06','\x03','\x06','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x18','\x7f','\x80','\x7c','\x00','\x01','\xe0','\x00','\x3f','\x80','\x01','\x81','\x80','\xff','\xc1','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x03','\x7f','\xff','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x91','\x8c','\x00','\x1f','\xfe','\x00','\x18','\x0c','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x7f','\x18','\x0c','\x63','\x18','\x0c','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x7b','\x00','\x00','\xd8','\xe0','\x03','\x98','\x38','\x0e','\x18','\x1c','\x70','\x18','\x0c','\x00','\x18','\x00','\x00','\x00','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x41','\x82','\x00','\x7f','\xc3','\x80','\x61','\x83','\x00','\x61','\x83','\x06','\x61','\xff','\xff','\x61','\x86','\x00','\x7f','\x86','\x00','\x61','\x84','\x00','\x61','\x8c','\x0c','\x61','\x8f','\xfe','\x61','\x9e','\x0c','\x7f','\x96','\x0c','\x61','\xa6','\x0c','\x61','\xc7','\xfc','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x7f','\x87','\xfc','\x00','\x06','\x0c','\x22','\x06','\x0c','\x39','\x86','\x0c','\x30','\xc6','\x0c','\x60','\xc6','\x3c','\x80','\xc6','\x18','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x0c','\x63','\x3f','\xfe','\x63','\x03','\x0c','\x63','\x06','\x0c','\x63','\x06','\x1c','\x7f','\x0c','\x18','\x63','\x18','\xf8','\x63','\x60','\x30','\x63','\x00','\x00','\x63','\x18','\x30','\x63','\x10','\x20','\x7f','\x12','\x26','\x63','\xfe','\xff','\x63','\x12','\x26','\x63','\x12','\x26','\x63','\x12','\x26','\x63','\x32','\x66','\x63','\x22','\x46','\x43','\x22','\x46','\x43','\x66','\xc6','\x4f','\x5c','\x9e','\x86','\x8d','\x0c','\x00','\x1c','\x80','\x00','\x18','\x60','\x00','\x18','\x20','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x0c','\x20','\x00','\x0c','\x38','\x1f','\xc6','\x30','\x18','\xc6','\x60','\x18','\xc3','\xc0','\x1f','\xc1','\x82','\x00','\x03','\xc2','\x00','\xc6','\xe2','\x7f','\x0c','\x73','\x38','\x30','\x3f','\x20','\x00','\x0e','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x11','\x86','\x46','\x21','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x30','\x0d','\xbf','\xf8','\xff','\xc6','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0e','\x06','\x32','\x1d','\x84','\x32','\x1c','\xcc','\x33','\x1c','\xc8','\x3f','\x3c','\x11','\x9e','\x2c','\x61','\x80','\x2c','\x01','\x80','\x6c','\x01','\x86','\x4c','\x7f','\xff','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x03','\x81','\xd0','\x03','\x19','\x8c','\xff','\xfd','\x84','\x00','\x01','\x80','\x1f','\xef','\xff','\x10','\x21','\x30','\x10','\x21','\x30','\x1f','\xe3','\x32','\x23','\x02','\x33','\x33','\x64','\x3f','\x67','\x30','\x1e','\x83','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x06','\x03','\xff','\xff','\x02','\x00','\x00','\x13','\xff','\xfc','\x11','\x11','\x0c','\x31','\x99','\x8c','\x60','\x88','\xbc','\x60','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\xa0','\xc0','\x03','\x19','\x80','\x03','\x0d','\x80','\x03','\x0d','\x80','\x03','\x01','\x80','\x06','\x41','\x80','\x06','\x33','\x00','\x06','\x1b','\x00','\x0c','\x1b','\x00','\x0c','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x00','\x1c','\x11','\x22','\x18','\x1f','\xbf','\x19','\x91','\x22','\x1f','\xd1','\x22','\x11','\x91','\x22','\x31','\x11','\x22','\x22','\x1f','\x3e','\x7f','\x91','\x22','\xa4','\x80','\x00','\x24','\x80','\x08','\x24','\x8f','\xfc','\x3f','\x80','\x00','\x24','\x80','\x02','\x24','\xbf','\xff','\x24','\x86','\x00','\x3f','\x86','\x0c','\x00','\x07','\xfe','\x00','\x8c','\x0c','\x2a','\xcc','\x0c','\x2a','\x40','\x1c','\x6a','\x00','\x18','\xc8','\x00','\xf8','\xc0','\x00','\x30','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x11','\x80','\x00','\x11','\x86','\x03','\x3f','\xff','\xff','\xb0','\x06','\x00','\x60','\x04','\x00','\x60','\x08','\x06','\x00','\x60','\x7f','\x03','\xf0','\x00','\x3f','\x00','\x00','\x03','\x00','\x06','\x03','\x00','\x7f','\x03','\x06','\x00','\x7f','\xff','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x02','\x63','\x03','\x02','\x63','\x03','\x03','\x7f','\x03','\xff','\x63','\x01','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x00','\xbc','\x31','\xff','\x98','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\x99','\x80','\x07','\x18','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x22','\x00','\x34','\x33','\x80','\x33','\x23','\x00','\x31','\x43','\x06','\x37','\xfb','\xff','\x30','\x82','\xc6','\x34','\x96','\xc4','\x34','\x94','\xc8','\x34','\x98','\xc0','\x34','\x91','\xa0','\x37','\xf1','\xa0','\x24','\x91','\x10','\x21','\x83','\x10','\x61','\x02','\x18','\x42','\x04','\x0f','\x84','\x08','\x0e','\x08','\x30','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0d','\x7f','\xff','\xff','\xc0','\x06','\x0c','\xc0','\x04','\x0c','\x20','\x00','\x0e','\x38','\x8c','\x1d','\x30','\xfe','\x1d','\xbe','\xcc','\x1d','\xa6','\xcc','\x3c','\x66','\xcc','\x2c','\x46','\xcc','\x2c','\x44','\xcc','\x6c','\xac','\xcc','\x4d','\x28','\xdc','\x8c','\x18','\xcc','\x0c','\x10','\xc0','\x0c','\x30','\xc2','\x0c','\x20','\xc2','\x0c','\x40','\xc3','\x0c','\x80','\xff','\x0d','\x00','\x7e','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x4c','\xc0','\x00','\x6c','\xd0','\x80','\xcc','\xcc','\x60','\x88','\xc6','\x31','\x10','\xc6','\x30','\x20','\xc0','\x04','\x00','\x00','\x04','\xff','\xf8','\x0c','\x00','\x18','\x08','\x00','\x18','\x18','\x7f','\xf8','\x18','\x60','\x00','\x30','\x60','\x0c','\xf0','\xff','\xfe','\x70','\xc0','\x0c','\x30','\x00','\x1c','\x30','\x00','\x18','\x30','\x00','\x38','\x38','\x01','\xf0','\x18','\x00','\x60','\x00','\x01','\xc0','\x01','\x81','\x80','\xff','\xd1','\x80','\x18','\x11','\x86','\x18','\x3f','\xff','\x18','\x60','\x06','\x18','\x60','\x04','\x10','\x1c','\x00','\x31','\x98','\x8c','\x3f','\x98','\xfe','\x39','\x9e','\xcc','\x39','\x92','\xcc','\x59','\x92','\xcc','\x59','\xb2','\xcc','\x99','\xaa','\xcc','\x19','\xaa','\xcc','\x19','\xc6','\xdc','\x19','\x84','\xcc','\x19','\x8c','\xc0','\x1f','\x88','\xc2','\x19','\x98','\xc2','\x18','\x30','\xc3','\x00','\x60','\xff','\x01','\x80','\x7e','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x21','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x33','\x60','\x06','\x33','\x60','\x04','\x3f','\x1c','\x00','\x33','\x18','\x8c','\x33','\x18','\xfe','\x33','\x1e','\xcc','\x33','\x12','\xcc','\x33','\x32','\xcc','\x3f','\x2a','\xcc','\x33','\x2a','\xcc','\x33','\x46','\xcc','\x33','\x04','\xdc','\x33','\x0c','\xcc','\x33','\x08','\xc0','\x23','\x18','\xc2','\x23','\x10','\xc2','\x63','\x20','\xc3','\x4f','\x40','\xff','\x86','\x80','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x20','\x00','\x06','\x10','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x61','\x80','\x7f','\xf1','\x80','\x00','\x00','\xc4','\x00','\x00','\xc4','\x00','\x00','\x64','\x00','\x00','\x74','\x00','\x00','\x3e','\x00','\x00','\x1e','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x1c','\x18','\x18','\x18','\x1f','\xfc','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x07','\xe0','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x7c','\x80','\x00','\xd8','\x60','\x01','\x98','\x30','\x03','\x18','\x18','\x06','\x18','\x0c','\x0c','\x18','\x0e','\x30','\x18','\x06','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x1c','\x3f','\x0c','\x18','\x1e','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x38','\xc3','\x0e','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x00','\x60','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x00','\xe0','\x00','\x00','\x78','\x00','\x00','\x3c','\x00','\x00','\x1e','\x00','\x00','\x0f','\x00','\x00','\x0f','\x80','\x00','\x07','\x80','\x00','\x03','\xc0','\x00','\x03','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\xc1','\x80','\x01','\xb1','\x80','\x01','\x99','\x80','\x01','\x99','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x08','\x00','\x70','\x08','\x00','\x60','\x04','\x00','\x60','\x04','\x00','\xe0','\x06','\x00','\xc0','\x02','\x00','\xc0','\x03','\x01','\xc0','\x01','\x81','\x80','\x00','\x81','\x80','\x00','\xc3','\x00','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1e','\x00','\x00','\x0c','\x00','\x00','\x1e','\x00','\x00','\x37','\x00','\x00','\x63','\x80','\x00','\xc1','\xe0','\x01','\x80','\xf8','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\x00','\x60','\x00','\x03','\xf0','\x00','\x3f','\x80','\x1f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x03','\x98','\xe0','\x03','\x18','\xc0','\x03','\x18','\xc2','\xff','\x18','\xc7','\x03','\x18','\xcc','\x03','\x18','\xf0','\x03','\x18','\xc0','\x03','\x18','\xc2','\x07','\x18','\xc2','\xfb','\x18','\xc3','\x73','\x18','\xff','\x43','\x18','\x7e','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x01','\xc0','\x00','\x1f','\xf0','\x1f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x03','\x98','\xe4','\x03','\x18','\xce','\xff','\x18','\xd8','\x03','\x18','\xe0','\x03','\x18','\xc2','\x0f','\x18','\xc3','\xfb','\x3c','\xff','\x63','\x3c','\x7e','\x40','\x7a','\x00','\x00','\xdb','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x38','\xe0','\x03','\xfc','\xc0','\xff','\x88','\xc0','\x44','\x0c','\xc0','\x33','\x18','\xc0','\x11','\x20','\xc0','\x7f','\xf8','\xc0','\x00','\x30','\xc0','\x06','\xc0','\xc0','\x43','\x0c','\xc0','\x7f','\xfe','\xc0','\x62','\x0c','\xc0','\x62','\x4c','\xc0','\x64','\x6c','\xc0','\x7f','\xac','\xc0','\x6c','\x0c','\xc0','\x60','\x8c','\xc0','\x66','\xcc','\xc0','\x61','\x8c','\xc2','\x63','\xcc','\xc2','\x66','\x4c','\xc2','\x78','\x0c','\xc3','\x60','\x7c','\xff','\x60','\x18','\x7e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xf8','\x00','\x00','\x70','\x00','\x00','\x08','\x00','\x01','\x8c','\x60','\x7f','\xcf','\xf0','\x01','\x98','\x60','\x01','\x10','\x40','\x1a','\x20','\x80','\x0c','\x5f','\xfc','\x0c','\x18','\x8c','\x00','\xd8','\x8c','\xff','\xf8','\x8c','\x0c','\xdf','\xfc','\x0c','\x83','\x00','\x0d','\x07','\x08','\x0c','\x0d','\x8e','\x0c','\x19','\x8c','\x0c','\x62','\xd8','\x0c','\x04','\xe0','\x0c','\x19','\xd0','\x0c','\x62','\xd8','\x0c','\x04','\xcc','\x0c','\x18','\xcf','\x0c','\xe1','\xc6','\x7c','\x0f','\x80','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x04','\x18','\x80','\x02','\x18','\xe0','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x30','\x1f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x06','\x00','\x00','\x06','\x00','\x0c','\x0d','\x8f','\xfe','\x0c','\x60','\x0c','\x18','\x32','\x18','\x10','\x31','\xa0','\x20','\xc0','\xc0','\x7f','\xe0','\xc0','\x86','\x00','\x06','\x06','\x1f','\xff','\x06','\x00','\xc6','\x06','\x30','\xc6','\xff','\xf8','\xc4','\x06','\x00','\xc8','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc0','\x7f','\xe7','\xc0','\x60','\x61','\x80','\x00','\x07','\x20','\x00','\x06','\x10','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x63','\x00','\x3f','\xf3','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\xc4','\x00','\x30','\xc4','\x7f','\xf8','\x64','\x00','\x00','\x74','\x00','\x00','\x3e','\x00','\x00','\x1e','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xf8','\x00','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xc3','\xfc','\x18','\xc3','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\xc2','\x18','\x1f','\xe3','\xf8','\x18','\xc3','\x18','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x98','\x00','\x01','\xfc','\x00','\x01','\x98','\x00','\x00','\x18','\x0c','\x43','\x1b','\xfe','\x7f','\x99','\x0c','\x63','\x18','\x98','\x63','\x18','\xd8','\x63','\x18','\x70','\x63','\x18','\x20','\x7f','\x18','\x70','\x63','\x38','\xdc','\x60','\x31','\x8f','\x01','\xf6','\x06','\x00','\x60','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x03','\x00','\x01','\xff','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x18','\x03','\xff','\x60','\x01','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x40','\x0e','\x18','\x30','\x1c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x20','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x07','\x04','\xc0','\x3f','\x88','\xcf','\xf0','\x00','\x00','\x30','\x00','\x00','\x30','\x30','\x7f','\xff','\xf8','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x7e','\x30','\x0c','\x42','\x30','\x0c','\x42','\x30','\x0c','\x7e','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x03','\xc0','\x03','\x03','\x40','\x07','\x03','\x40','\x06','\x83','\x60','\x06','\xc6','\x20','\x06','\x46','\x20','\x0c','\x66','\x30','\x0c','\x6c','\x30','\x18','\x6c','\x18','\x18','\x18','\x1c','\x30','\x30','\x0f','\x60','\x60','\x0e','\x81','\x80','\x06','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x80','\x60','\x03','\x7f','\xf0','\x07','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x1c','\x18','\x60','\x1c','\x18','\x60','\x2c','\x18','\x66','\x4c','\x18','\x7f','\x8c','\x18','\x66','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x20','\x0e','\x0c','\x60','\x0c','\x0c','\x40','\x1c','\x0c','\x80','\xf8','\x0d','\x00','\x30','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x0d','\x00','\x18','\x0d','\x00','\x18','\x0c','\x80','\x18','\x18','\x80','\x38','\x18','\xc0','\x30','\x18','\x40','\x30','\x30','\x60','\x20','\x30','\x30','\x60','\x60','\x38','\x40','\xc0','\x1f','\x81','\x80','\x0e','\x06','\x00','\x06','\x01','\x00','\x00','\x01','\xc3','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x00','\x0e','\x03','\xc0','\x16','\x03','\x30','\x26','\x03','\x1c','\x46','\x03','\x0e','\x86','\x03','\x07','\x06','\x03','\x03','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x02','\x07','\x00','\x03','\x86','\x00','\x03','\x06','\x00','\x07','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x06','\x0c','\x0c','\xff','\xfe','\x1c','\x06','\x0c','\x1c','\x06','\x0c','\x2c','\x06','\x0c','\x4c','\x06','\x0c','\x8c','\x0e','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x1c','\x0c','\x10','\x18','\x0c','\x30','\x18','\x0c','\x20','\x38','\x0c','\x41','\xf0','\x0d','\x80','\x60','\x04','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x19','\xff','\xff','\x18','\x01','\x80','\x38','\x01','\x80','\x38','\x41','\x80','\x58','\x41','\x80','\x98','\x23','\x80','\x18','\x23','\x00','\x18','\x13','\x00','\x18','\x1b','\x00','\x18','\x0e','\x00','\x18','\x06','\x00','\x18','\x07','\x00','\x18','\x0d','\xc0','\x18','\x18','\xf0','\x18','\x30','\x7f','\x18','\xc0','\x1e','\x1b','\x00','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0e','\xff','\xfe','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x38','\x06','\x0c','\x38','\x06','\x0c','\x58','\x46','\x0c','\x98','\x34','\x0c','\x18','\x1c','\x0c','\x18','\x0e','\x0c','\x18','\x0f','\x0c','\x18','\x0b','\x8c','\x18','\x19','\x8c','\x18','\x18','\x1c','\x18','\x10','\x18','\x18','\x30','\x18','\x18','\x20','\x38','\x18','\x40','\x30','\x18','\x81','\xf0','\x1b','\x00','\x60','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0e','\xff','\xfe','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x38','\x46','\x0c','\x38','\x46','\x0c','\x58','\x26','\x0c','\x98','\x34','\x0c','\x18','\x1c','\x0c','\x18','\x0c','\x1c','\x18','\x0e','\x18','\x18','\x0b','\x18','\x18','\x19','\xd8','\x18','\x18','\xf8','\x18','\x10','\x3f','\x18','\x30','\x3e','\x18','\x20','\x30','\x18','\x40','\x70','\x18','\x83','\xe0','\x1b','\x00','\xc0','\x02','\x00','\x00','\x03','\x80','\x18','\x03','\x00','\x7c','\x07','\x03','\xe0','\x06','\x3f','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x01','\x80','\x1c','\x01','\x80','\x2c','\x01','\x86','\x4c','\xff','\xff','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x04','\x03','\x00','\x07','\x03','\x00','\x06','\x06','\x80','\x0e','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x60','\x18','\x18','\x30','\x18','\x30','\x1c','\x38','\x60','\x0f','\x38','\xc0','\x06','\x5b','\x1c','\x70','\x98','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x20','\x60','\x18','\x60','\x60','\x18','\x40','\x60','\x19','\x80','\x60','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x20','\x60','\x38','\x3f','\xf0','\x58','\x30','\x60','\x98','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x60','\x62','\x18','\x60','\x62','\x18','\x60','\x62','\x18','\xc0','\x63','\x18','\x80','\x7f','\x1b','\x00','\x3e','\x04','\x03','\x80','\x07','\x23','\x00','\x06','\x3b','\x00','\x0e','\x33','\x00','\x0c','\x33','\x00','\x0c','\x63','\x18','\x18','\x7f','\xfc','\x18','\xc3','\x00','\x38','\x83','\x00','\x39','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x06','\x1b','\xff','\xff','\x18','\x03','\x00','\x18','\x06','\x80','\x18','\x06','\x80','\x18','\x06','\x40','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x30','\x18','\x30','\x38','\x18','\x60','\x1f','\x18','\xc0','\x0e','\x1b','\x00','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\x43','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x1c','\xe0','\x07','\x18','\xc0','\x06','\x18','\xc0','\x0e','\x18','\xcc','\x0d','\xff','\xfe','\x0c','\x18','\xc4','\x18','\x18','\xc4','\x19','\x18','\xc4','\x39','\xff','\xfc','\x39','\x18','\xc4','\x59','\x18','\xc0','\x99','\x18','\xc0','\x19','\x18','\xc6','\x1b','\xff','\xff','\x1b','\x18','\xc6','\x1b','\x18','\xc6','\x18','\x18','\xc6','\x18','\x38','\xc6','\x18','\x30','\xcc','\x18','\x30','\xfc','\x18','\x60','\xd8','\x18','\x60','\xc0','\x18','\xc0','\xc0','\x1b','\x00','\xc0','\x04','\x10','\x00','\x07','\x1c','\x00','\x06','\x18','\x00','\x0e','\x18','\x00','\x0c','\x30','\x00','\x0c','\x30','\x06','\x18','\x7f','\xff','\x18','\x40','\x06','\x38','\x80','\x06','\x39','\x41','\x86','\x58','\x7f','\xc6','\x98','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\x8e','\x18','\x61','\x8c','\x18','\x60','\x0c','\x18','\x00','\x1c','\x18','\x00','\x18','\x18','\x00','\x38','\x18','\x01','\xf0','\x18','\x00','\x60','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x43','\x00','\x0c','\x43','\x06','\x0c','\xff','\xff','\x18','\xc0','\x06','\x19','\x80','\x04','\x39','\x80','\x08','\x38','\x1c','\x00','\x58','\x18','\x00','\x98','\x18','\x18','\x18','\x18','\x3c','\x18','\x18','\x70','\x18','\x19','\xc0','\x18','\x1e','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x04','\x18','\x18','\x04','\x18','\x18','\x04','\x18','\x18','\x06','\x18','\x1f','\xfe','\x18','\x0f','\xfc','\x04','\x01','\xc0','\x07','\x01','\x80','\x06','\x21','\x80','\x0e','\x21','\x86','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x18','\xc0','\x04','\x18','\xc0','\x08','\x38','\x00','\x00','\x38','\x00','\x06','\x58','\xff','\xff','\x98','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x0f','\x80','\x18','\x03','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x0c','\x98','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x40','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x18','\x0e','\x0f','\xfc','\x0c','\x18','\x38','\x0c','\x30','\x70','\x18','\x68','\xe0','\x19','\x85','\xc0','\x38','\x03','\x00','\x38','\x06','\x00','\x58','\x19','\x00','\x98','\x61','\xc0','\x19','\x81','\x86','\x18','\x03','\xff','\x18','\x06','\x0e','\x18','\x0c','\x1c','\x18','\x1a','\x18','\x18','\x61','\x30','\x18','\x01','\x60','\x18','\x00','\xc0','\x18','\x01','\x80','\x18','\x06','\x00','\x18','\x18','\x00','\x18','\xe0','\x00','\x04','\x03','\x80','\x07','\x43','\x00','\x06','\x73','\x00','\x0e','\x63','\x00','\x0c','\x63','\x18','\x0c','\x7f','\xfc','\x18','\xc3','\x00','\x18','\x83','\x00','\x39','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x06','\x9b','\xff','\xff','\x18','\x0f','\x40','\x18','\x0f','\x40','\x18','\x1b','\x20','\x18','\x1b','\x20','\x18','\x33','\x30','\x18','\x33','\x18','\x18','\x63','\x1f','\x18','\xc3','\x0e','\x1b','\x03','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x43','\x00','\x0e','\x43','\x06','\x0c','\xff','\xff','\x0c','\xc0','\x06','\x19','\x80','\x04','\x19','\x80','\xc8','\x38','\x03','\xe0','\x38','\x1e','\x00','\x58','\xe6','\x00','\x98','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1b','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x04','\x18','\x06','\x04','\x18','\x06','\x04','\x18','\x06','\x06','\x18','\x07','\xfe','\x18','\x03','\xfc','\x04','\x00','\x00','\x07','\x19','\xc0','\x06','\x19','\x80','\x0e','\x19','\x80','\x0c','\x19','\x80','\x0c','\x19','\x88','\x19','\x19','\x8e','\x18','\x99','\x8c','\x38','\xd9','\x98','\x38','\xd9','\x90','\x58','\xd9','\xa0','\x98','\x19','\x80','\x18','\x19','\x80','\x18','\x39','\xc0','\x18','\xd9','\xb0','\x1b','\x99','\x98','\x19','\x99','\x8c','\x19','\x19','\x8c','\x18','\x19','\x80','\x18','\x31','\x82','\x18','\x31','\x82','\x18','\x61','\x83','\x18','\xc1','\xff','\x1b','\x00','\xfe','\x04','\x80','\x18','\x06','\xff','\xfc','\x06','\xc0','\x18','\x0e','\xc0','\x18','\x0c','\xc0','\xd8','\x0c','\xff','\xf8','\x18','\xc2','\x18','\x18','\xc2','\x18','\x38','\xc2','\x18','\x38','\xd2','\x58','\x58','\xdf','\xd8','\x98','\xd2','\x58','\x18','\xd2','\x58','\x18','\xd2','\x58','\x18','\xd2','\x58','\x18','\xd2','\x58','\x18','\xd2','\x5a','\x18','\x92','\x4a','\x18','\x93','\xca','\x18','\x92','\xca','\x19','\x92','\x0e','\x19','\x02','\x06','\x19','\x02','\x07','\x1a','\x02','\x03','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\xff','\xff','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x02','\x00','\x18','\x06','\x00','\x18','\x44','\x0c','\x38','\x7f','\xfe','\x38','\x60','\x0c','\x58','\x60','\x0c','\x98','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x00','\x0e','\x06','\x06','\x0d','\xff','\xff','\x0c','\x0c','\x00','\x18','\x0c','\x00','\x18','\x18','\x00','\x38','\x18','\x18','\x38','\x1f','\xfc','\x58','\x38','\x18','\x98','\x38','\x18','\x18','\x78','\x18','\x18','\x5f','\xf8','\x18','\x98','\x18','\x19','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x04','\x20','\x20','\x07','\x10','\x38','\x06','\x18','\x30','\x0e','\x0c','\x60','\x0c','\x0c','\x40','\x0c','\x00','\x8c','\x18','\xff','\xfe','\x18','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x18','\x98','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x18','\x40','\x07','\x18','\x70','\x06','\x18','\x60','\x06','\x18','\x60','\x0d','\x98','\x60','\x0c','\xd8','\xd0','\x18','\xd8','\x8c','\x30','\x3d','\x06','\x40','\x3a','\x06','\x00','\x7b','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x00','\x60','\x06','\x01','\xb8','\x0d','\xff','\xdf','\x30','\x00','\x06','\xc0','\x00','\x00','\x08','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0f','\xff','\xf8','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x78','\x0c','\x00','\x30','\x08','\x07','\x00','\x0e','\x06','\x00','\x0c','\xff','\xf0','\x0c','\x06','\x30','\x18','\x06','\x36','\x1b','\xff','\xff','\x18','\x06','\x30','\x30','\x06','\x30','\x30','\xff','\xf0','\x70','\x06','\x00','\x70','\x06','\x04','\xb3','\xff','\xfe','\x30','\x91','\x10','\x31','\x99','\x8c','\x33','\x08','\x86','\x33','\x00','\x06','\x30','\xff','\xf0','\x30','\xc9','\x30','\x30','\xc9','\x30','\x30','\xc9','\x30','\x30','\xc9','\x30','\x30','\xc9','\x36','\x37','\xff','\xff','\x30','\x00','\x00','\x04','\x00','\x00','\x07','\x40','\x30','\x06','\x7f','\xf8','\x0e','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\x18','\x7f','\xf0','\x18','\x60','\x30','\x38','\x60','\x30','\x38','\x60','\x30','\x58','\x7f','\xf0','\x98','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x7f','\xf0','\x18','\x11','\x80','\x18','\x1d','\x80','\x18','\x19','\x80','\x18','\x19','\x82','\x18','\x31','\x82','\x18','\x31','\x82','\x18','\x61','\x83','\x18','\xc1','\xff','\x1b','\x00','\xfe','\x04','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x40','\x0e','\x08','\x30','\x0c','\x18','\x18','\x0c','\x10','\xec','\x19','\xff','\x0c','\x18','\xf0','\x00','\x38','\x20','\x00','\x38','\x38','\x00','\x58','\x30','\x18','\x98','\x7f','\xfc','\x18','\x43','\x00','\x18','\x83','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\x60','\x0e','\x19','\x80','\x06','\x00','\x10','\x30','\x0e','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x1a','\x18','\x30','\x19','\x18','\x30','\x31','\x98','\x30','\x20','\xdf','\xf0','\x40','\xd8','\x30','\x80','\x18','\x30','\x0e','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x1a','\x1f','\xf0','\x19','\x18','\x30','\x31','\x98','\x30','\x20','\xd8','\x30','\x40','\xd8','\x30','\x80','\x18','\x30','\x00','\x18','\x36','\x03','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x30','\x07','\x00','\xf8','\x06','\x0f','\xc0','\x0e','\xf8','\x08','\x0c','\x04','\x0e','\x0d','\x02','\x0c','\x18','\xc3','\x18','\x18','\x63','\x10','\x38','\x60','\x20','\x38','\x00','\x18','\x58','\x7f','\xfc','\x98','\x00','\x30','\x18','\x00','\x60','\x18','\x02','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x1f','\x00','\x18','\x06','\x00','\x04','\x10','\x00','\x07','\x1c','\x00','\x06','\x18','\x00','\x0e','\x30','\xc0','\x0c','\x3f','\xe0','\x0c','\x60','\xc0','\x18','\x41','\x80','\x18','\x81','\x00','\x39','\x42','\x18','\x38','\x7f','\xfc','\x58','\x63','\x18','\x98','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x11','\x80','\x18','\x1d','\x80','\x18','\x19','\x80','\x18','\x19','\x82','\x18','\x31','\x82','\x18','\x31','\x82','\x18','\x61','\x83','\x18','\xc1','\xff','\x1b','\x00','\xfe','\x04','\x00','\x00','\x07','\x00','\x18','\x06','\xff','\xfc','\x0e','\x00','\x30','\x0c','\x08','\x60','\x0c','\x06','\x80','\x18','\x03','\x00','\x18','\x83','\x0c','\x38','\xff','\xfe','\x38','\xc3','\x0c','\x58','\xc3','\x0c','\x98','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x7c','\x18','\xc0','\x18','\x04','\x00','\x00','\x07','\x40','\x18','\x06','\x7f','\xfc','\x0e','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x38','\x63','\x18','\x38','\x63','\x18','\x58','\x63','\x18','\x98','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x18','\x18','\xff','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x00','\x00','\x08','\x0c','\x00','\x0e','\x1e','\x07','\x0c','\x78','\x06','\x0d','\xf0','\xe6','\x1c','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x38','\x36','\xc6','\x3b','\xff','\xc6','\x78','\x30','\xc6','\x58','\x70','\xc6','\x98','\x70','\xc6','\x18','\x78','\xc6','\x18','\xf4','\xc6','\x18','\xf6','\xc6','\x18','\xb6','\xc6','\x19','\xb0','\xc6','\x19','\x30','\xc6','\x1a','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x3e','\x18','\x30','\x0c','\x04','\x20','\x20','\x07','\x18','\x38','\x06','\x0c','\x70','\x0e','\x0c','\x40','\x0c','\x00','\x8c','\x0d','\xff','\xfe','\x18','\x03','\x0c','\x18','\x03','\x0c','\x38','\x83','\x0c','\x38','\xff','\xfc','\x58','\xc3','\x00','\x98','\xc3','\x00','\x18','\xc3','\x06','\x19','\xff','\xff','\x19','\x87','\x06','\x19','\x8f','\x06','\x18','\x0b','\x06','\x18','\x1b','\x0e','\x18','\x33','\x0c','\x18','\x63','\x0c','\x18','\xc3','\x7c','\x1b','\x03','\x18','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x0e','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x43','\x18','\x18','\x7f','\xfc','\x18','\x63','\x18','\x38','\x63','\x18','\x38','\x63','\x18','\x58','\x7f','\xf8','\x98','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x0e','\xff','\xfe','\x0c','\x06','\x80','\x0c','\x06','\x60','\x18','\x0c','\x30','\x18','\x18','\x38','\x38','\x60','\x18','\x38','\x00','\x06','\x59','\xff','\xff','\x98','\x00','\x18','\x18','\x00','\x18','\x18','\x43','\x18','\x18','\x7f','\x98','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\xf8','\x18','\x00','\x30','\x08','\x00','\x00','\x0e','\x80','\x0c','\x0c','\xff','\xfe','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x38','\xc1','\xc0','\x38','\xc1','\x80','\x58','\xc1','\x86','\x98','\xff','\xff','\x18','\xc1','\x80','\x18','\xc1','\x80','\x19','\x81','\x80','\x19','\xa1','\x8c','\x19','\xbf','\xfe','\x19','\x30','\x0c','\x1b','\x30','\x0c','\x1a','\x30','\x0c','\x1c','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x08','\x00','\x00','\x0e','\x80','\x0c','\x0c','\xff','\xfe','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x38','\xc1','\xc0','\x38','\xc1','\x80','\x58','\xdd','\x9c','\x98','\xd9','\x98','\x18','\xd9','\x98','\x18','\xd9','\x98','\x18','\xdf','\xf8','\x19','\x99','\x98','\x19','\x81','\x80','\x19','\x01','\x80','\x1b','\x39','\x8e','\x1a','\x31','\x8c','\x1c','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x04','\x04','\x00','\x07','\x0e','\x00','\x06','\x98','\x0c','\x0e','\xe0','\xfe','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x18','\xc8','\x0c','\x18','\xfc','\xfc','\x38','\xc0','\x0c','\x38','\xc0','\x0c','\x58','\xc0','\x0c','\x98','\xc0','\x0c','\x18','\xff','\xfc','\x18','\xc0','\xcc','\x18','\x10','\xc0','\x18','\x1c','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x30','\xc2','\x18','\x30','\xc2','\x18','\x20','\xc2','\x18','\x60','\xc3','\x18','\xc0','\xff','\x1b','\x00','\x7e','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x43','\x00','\x0e','\x43','\x06','\x0c','\xff','\xff','\x0c','\xcc','\xc6','\x19','\x8c','\xc4','\x19','\x8c','\xc8','\x38','\x08','\xc0','\x38','\x18','\xc0','\x58','\x10','\xfe','\x98','\x20','\x7e','\x18','\xc0','\x00','\x18','\x00','\x00','\x18','\x00','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x18','\x20','\x20','\x18','\x38','\x38','\x38','\x30','\x30','\x38','\x30','\x30','\x58','\x6c','\x6c','\x98','\x46','\x46','\x18','\x86','\x86','\x19','\x00','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x0e','\x00','\x07','\x0c','\x00','\x06','\x0c','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x60','\x0c','\xff','\xf0','\x18','\x0c','\x60','\x18','\x0c','\x60','\x38','\x0c','\x62','\x38','\x18','\x62','\x58','\x18','\x63','\x98','\x30','\x7f','\x18','\x60','\x3e','\x19','\x83','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x38','\x00','\x07','\x30','\x00','\x06','\x30','\x06','\x0e','\x31','\xff','\x0c','\x3e','\x86','\x0c','\x30','\x86','\x18','\x30','\x86','\x18','\x30','\x86','\x38','\x30','\x8c','\x3b','\xff','\x8c','\x58','\x30','\xcc','\x98','\x30','\x4c','\x18','\x30','\x58','\x19','\x34','\x58','\x19','\xf2','\x70','\x19','\xb3','\x30','\x19','\xb3','\x20','\x19','\x33','\x70','\x19','\x30','\x58','\x1a','\x30','\x58','\x18','\x30','\xcc','\x18','\x30','\x8f','\x19','\xf1','\x06','\x18','\x66','\x06','\x04','\x00','\x00','\x07','\x20','\x18','\x06','\x3f','\xfc','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x38','\x30','\x18','\x38','\x30','\x18','\x58','\x3f','\xf8','\x98','\x30','\x18','\x18','\x00','\x00','\x18','\x80','\x06','\x18','\xff','\xff','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xff','\xfe','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xff','\xfe','\x18','\xc0','\x06','\x04','\x03','\x80','\x07','\x03','\x0c','\x06','\xff','\xfe','\x0e','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x06','\x39','\xff','\xff','\x38','\x00','\x00','\x58','\x40','\x18','\x98','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\xf8','\x18','\x60','\x30','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x0e','\x03','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\x43','\x18','\x18','\x7f','\xfc','\x38','\x60','\x18','\x38','\x60','\x18','\x58','\x7f','\xf8','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x0e','\x48','\x18','\x0c','\x7f','\xfc','\x0c','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x38','\x7f','\xf8','\x38','\x63','\x18','\x58','\x63','\x18','\x98','\x63','\x18','\x18','\x7f','\xf8','\x18','\x10','\x00','\x18','\x19','\xc0','\x18','\x31','\x80','\x18','\x41','\x86','\x1b','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x08','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0d','\x03','\x06','\x0d','\xff','\xff','\x19','\x88','\x00','\x19','\x8e','\x1c','\x19','\x8c','\x18','\x39','\x8c','\x18','\x39','\x98','\x1a','\x59','\x9b','\xff','\x99','\x98','\x18','\x19','\xb8','\x18','\x19','\xda','\x18','\x19','\x99','\x98','\x19','\x98','\xd8','\x19','\x98','\xd8','\x19','\x18','\x18','\x19','\x18','\x18','\x1b','\x18','\x18','\x1a','\x18','\x18','\x1c','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x08','\x00','\x00','\x0d','\x0c','\x86','\x0d','\xfe','\xff','\x0d','\x8c','\xc6','\x1d','\x8c','\xc6','\x19','\xfc','\xfe','\x19','\x8c','\xc6','\x19','\x8c','\xc6','\x39','\xfc','\xfe','\x39','\x8c','\xc6','\x59','\x80','\x06','\x99','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x3e','\x19','\x80','\x0c','\x08','\x00','\x00','\x0e','\x00','\x0c','\x0d','\xff','\xfe','\x0c','\x03','\x00','\x1c','\x03','\x00','\x18','\x03','\x00','\x19','\x03','\x06','\x19','\xff','\xff','\x39','\x83','\x06','\x39','\x83','\x06','\x59','\x93','\x26','\x99','\xfb','\xf6','\x19','\x93','\x26','\x19','\x93','\x26','\x19','\xbb','\x76','\x19','\xab','\x56','\x19','\xaf','\x5e','\x19','\xcb','\x96','\x19','\x83','\x06','\x19','\x83','\x06','\x19','\x83','\x06','\x19','\x83','\x06','\x19','\x83','\x3e','\x19','\x80','\x0c','\x08','\x00','\x00','\x0d','\x00','\x0c','\x0d','\xff','\xfe','\x0d','\x80','\x00','\x1d','\x8f','\xf0','\x19','\x88','\x10','\x19','\x88','\x10','\x19','\x8f','\xf0','\x39','\x88','\x10','\x39','\x88','\x10','\x59','\x8f','\xf0','\x99','\x82','\x00','\x19','\x83','\x06','\x19','\xff','\xff','\x19','\x86','\x30','\x19','\x84','\x20','\x19','\x8c','\x60','\x19','\x9b','\x40','\x19','\x81','\xe0','\x19','\x87','\x38','\x19','\xb8','\x18','\x19','\x80','\x06','\x19','\xff','\xff','\x19','\x80','\x00','\x08','\x00','\x00','\x0e','\x86','\x0c','\x0c','\xfe','\xfe','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xfe','\xfc','\x38','\xc6','\x0c','\x38','\xc0','\x00','\x58','\xc0','\x00','\x98','\xcc','\x0c','\x18','\xff','\xfe','\x18','\xc1','\x0c','\x18','\xc0','\x8c','\x18','\xc0','\x98','\x18','\xcc','\x58','\x18','\xfe','\x70','\x18','\xc0','\x20','\x18','\xc0','\x70','\x18','\xc0','\xd8','\x18','\xc1','\x8c','\x18','\xc3','\x0f','\x18','\xcc','\x06','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\x81','\xc0','\x03','\x02','\xf8','\x0c','\xff','\x3f','\x30','\x00','\x0e','\xcf','\xff','\xf0','\x0c','\x18','\x30','\x0d','\x19','\xb0','\x0c','\x99','\x30','\x0c','\xda','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x00','\x07','\x70','\xe0','\x06','\x60','\xc0','\x0e','\x60','\xc4','\x0c','\x64','\xc7','\x0c','\x7e','\xce','\x18','\x60','\xf0','\x18','\x60','\xc2','\x38','\x60','\xc2','\x38','\x66','\xc3','\x5b','\xf8','\xff','\x99','\xe0','\x7e','\x19','\x04','\x00','\x18','\x07','\x00','\x18','\x46','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x0e','\xff','\xfe','\x0c','\x00','\x20','\x0c','\x10','\x30','\x18','\x0c','\x60','\x18','\x0c','\x40','\x38','\x80','\x86','\x38','\xff','\xff','\x58','\xc0','\x00','\x98','\xc0','\x20','\x18','\xc0','\x70','\x18','\xc1','\xc0','\x18','\xce','\x08','\x18','\xc0','\x1c','\x18','\xc0','\x70','\x18','\xc1','\xc0','\x19','\x8e','\x04','\x19','\x80','\x0e','\x19','\x00','\x38','\x1a','\x00','\xe0','\x18','\x03','\x80','\x18','\x1c','\x00','\x04','\x00','\x00','\x07','\x40','\x30','\x06','\x7f','\xf8','\x0e','\x60','\x30','\x0c','\x60','\x30','\x0c','\x7f','\xf0','\x18','\x60','\x30','\x18','\x60','\x30','\x38','\x60','\x30','\x38','\x7f','\xf0','\x58','\x18','\x00','\x98','\x30','\x06','\x18','\x3f','\xff','\x18','\x60','\x06','\x18','\xe1','\x06','\x1b','\x63','\x86','\x18','\x6e','\x06','\x18','\x70','\x06','\x18','\x60','\x86','\x18','\x60','\xc6','\x18','\x7f','\xce','\x18','\x3f','\x8c','\x18','\x00','\x7c','\x18','\x00','\x18','\x08','\x00','\x80','\x0e','\x70','\xe0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x18','\x6c','\x80','\x1b','\xfe','\x86','\x18','\x61','\xff','\x38','\x61','\x18','\x38','\x61','\x18','\x58','\x62','\x98','\x98','\x60','\x98','\x19','\x6c','\x98','\x19','\xfe','\x50','\x19','\x8c','\x50','\x19','\x8c','\x70','\x19','\x8c','\x20','\x19','\x8c','\x60','\x19','\x8c','\x50','\x19','\xfc','\xd0','\x19','\x8c','\x98','\x19','\x81','\x0c','\x18','\x02','\x0f','\x18','\x0c','\x06','\x04','\x0e','\x00','\x07','\x0c','\x08','\x06','\x0c','\x0e','\x0e','\x0c','\xcc','\x0c','\xff','\xf8','\x0c','\x0c','\x18','\x18','\x0c','\x30','\x18','\x0c','\x60','\x38','\x0c','\xc6','\x3b','\xff','\xff','\x58','\x03','\x00','\x98','\x06','\x00','\x18','\x0c','\x18','\x18','\x3f','\xfc','\x18','\xf0','\x18','\x1b','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x04','\x10','\x00','\x07','\x1c','\x00','\x06','\x18','\x00','\x0e','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x66','\x66','\x18','\x44','\x46','\x18','\x88','\xc6','\x39','\x3c','\x86','\x38','\x17','\x8e','\x58','\x21','\xcc','\x98','\x42','\xcc','\x18','\x84','\x1c','\x18','\x08','\x78','\x18','\x10','\x30','\x18','\x01','\x00','\x18','\x1c','\x80','\x18','\x98','\xc4','\x18','\x98','\xc2','\x19','\x98','\x13','\x19','\x98','\x13','\x1b','\x18','\x18','\x1b','\x1f','\xf8','\x18','\x0f','\xf0','\x04','\x03','\x00','\x07','\x07','\x00','\x06','\x06','\x80','\x0e','\x0c','\x40','\x0c','\x0c','\x60','\x0c','\x18','\x30','\x18','\x30','\x1c','\x18','\x60','\x4f','\x38','\xdf','\xe6','\x3b','\x00','\x00','\x58','\x00','\x00','\x98','\x86','\x07','\x18','\xff','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xfe','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xfe','\x66','\x18','\xc6','\x66','\x18','\xc6','\x06','\x18','\xc6','\x06','\x18','\xde','\x3e','\x18','\xcc','\x0c','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x0e','\x88','\x18','\x0c','\xff','\xfc','\x0c','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x38','\xff','\xf8','\x38','\xc6','\x18','\x58','\xc6','\x18','\x98','\xc6','\x18','\x18','\xff','\xf8','\x18','\x03','\x20','\x18','\x23','\x30','\x18','\x3b','\x30','\x18','\x33','\x24','\x18','\x33','\x26','\x18','\x33','\xfa','\x18','\x63','\x60','\x18','\x63','\x02','\x18','\x43','\x03','\x18','\x83','\xff','\x1b','\x01','\xfe','\x08','\x38','\x80','\x0e','\x30','\xe0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x32','\xc0','\x1b','\xff','\xc0','\x18','\x00','\xc6','\x18','\x90','\xff','\x38','\xc8','\x8c','\x38','\xcc','\x8c','\x59','\x8d','\x4c','\x99','\x11','\x48','\x1a','\x1a','\x58','\x18','\x98','\x58','\x18','\x50','\x50','\x18','\x30','\x30','\x18','\x30','\x20','\x18','\x68','\x70','\x18','\x4c','\x50','\x18','\xcc','\xd0','\x18','\x80','\x98','\x19','\x01','\x0c','\x1a','\x02','\x0f','\x18','\x0c','\x06','\x04','\x03','\x90','\x07','\x03','\x0c','\x06','\x03','\x04','\x0f','\xff','\xff','\x0c','\x03','\x00','\x0c','\x43','\x18','\x18','\x7f','\xfc','\x18','\x63','\x18','\x38','\x63','\x18','\x38','\x7f','\xf8','\x58','\x63','\x18','\x98','\x63','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x00','\x60','\x18','\x00','\x66','\x1b','\xff','\xff','\x18','\x20','\x60','\x18','\x18','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x00','\x60','\x18','\x03','\xe0','\x18','\x00','\xc0','\x08','\x00','\x00','\x0e','\x80','\x0c','\x0c','\xff','\xfe','\x0c','\xc0','\x00','\x0c','\xc0','\x00','\x18','\xc7','\xf0','\x18','\xc4','\x10','\x18','\xc4','\x10','\x38','\xc4','\x10','\x38','\xc4','\x10','\x58','\xc7','\xf0','\x98','\xc0','\x00','\x18','\xc0','\x00','\x18','\xdf','\x3e','\x18','\xd1','\x22','\x18','\xd1','\x22','\x18','\xd1','\x22','\x18','\xd1','\x22','\x18','\xdf','\x3e','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\xc0','\x06','\x18','\xff','\xff','\x18','\xc0','\x00','\x08','\x38','\x40','\x0e','\x30','\x70','\x0c','\x32','\x60','\x0d','\xff','\x60','\x0c','\x30','\x60','\x18','\x30','\x40','\x18','\x30','\xc6','\x1b','\xff','\xff','\x38','\x00','\x8c','\x38','\x38','\x8c','\x58','\x31','\x4c','\x98','\x30','\x48','\x1b','\xff','\x48','\x18','\x40','\x58','\x18','\x44','\x50','\x18','\x7e','\x50','\x18','\x44','\x30','\x18','\xc4','\x20','\x18','\x84','\x70','\x18','\x8c','\x50','\x19','\x8c','\xd8','\x19','\x38','\x8c','\x1a','\x19','\x0f','\x18','\x02','\x06','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xe0','\x07','\x01','\x78','\x0e','\xff','\xbf','\x38','\x00','\x0e','\xc0','\x00','\x00','\x10','\x64','\x18','\x1f','\xf7','\xfc','\x18','\x66','\x18','\x18','\x66','\x18','\x18','\x66','\x18','\x1f','\xe7','\xf8','\x00','\x00','\x00','\x02','\x00','\x80','\x03','\x80','\xe0','\x07','\x01','\xc0','\x06','\xc1','\x80','\x0c','\x63','\x70','\x18','\x66','\x1c','\x60','\x08','\x0c','\x04','\x00','\x00','\x06','\x00','\x06','\x07','\xff','\xff','\x0e','\x08','\x80','\x0c','\x88','\x8c','\x0c','\xff','\xfe','\x18','\xc8','\x8c','\x18','\xc8','\x8c','\x38','\xc8','\x8c','\x38','\xff','\xfc','\x58','\x06','\x00','\x98','\x0c','\x06','\x1b','\xff','\xff','\x18','\x18','\x20','\x18','\x30','\x18','\x18','\x7f','\xef','\x18','\xc0','\x66','\x1b','\x20','\x60','\x18','\x3f','\xe0','\x18','\x30','\x04','\x18','\x30','\x04','\x18','\x30','\x06','\x18','\x3f','\xfe','\x18','\x1f','\xfc','\x04','\x03','\x80','\x06','\x03','\x06','\x07','\xff','\xff','\x0e','\x03','\x00','\x0c','\x43','\x18','\x0c','\x7f','\xfc','\x18','\x63','\x18','\x18','\x63','\x18','\x38','\x7f','\xf8','\x38','\x63','\x18','\x58','\x63','\x18','\x98','\x7f','\xf8','\x18','\x03','\x10','\x18','\x03','\x0c','\x19','\xff','\xf6','\x18','\x78','\x06','\x18','\x00','\x30','\x1b','\xff','\xff','\x18','\x20','\x30','\x18','\x18','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x01','\xf0','\x18','\x00','\x60','\x04','\x03','\x80','\x07','\x43','\x18','\x06','\x7f','\xfc','\x0e','\x63','\x18','\x0c','\x63','\x1a','\x0f','\xff','\xff','\x18','\x63','\x18','\x18','\x63','\x18','\x38','\x7f','\xf8','\x38','\x03','\x00','\x58','\xff','\xfc','\x98','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\x06','\x00','\x18','\x0c','\x06','\x1b','\xff','\xff','\x18','\x18','\x60','\x18','\x30','\x60','\x18','\x7f','\xc0','\x18','\x61','\xf0','\x18','\x07','\x3c','\x18','\x1c','\x0e','\x19','\xe0','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x0f','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\xff','\xfc','\x18','\x00','\x00','\x38','\x00','\x00','\x38','\x7f','\xf8','\x58','\x60','\x18','\x98','\x60','\x18','\x18','\x7f','\xf8','\x18','\x10','\x60','\x18','\x0c','\x60','\x18','\x0c','\x86','\x1b','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x00','\x60','\x07','\x03','\xf0','\x06','\x7f','\x84','\x0e','\x04','\x06','\x0c','\x83','\x0c','\x0c','\x61','\x08','\x18','\x20','\x10','\x18','\x7f','\xf8','\x38','\x60','\x18','\x38','\x60','\x10','\x58','\x60','\x10','\x98','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x08','\x18','\x60','\x0a','\x18','\x7f','\xff','\x18','\xc0','\x06','\x18','\xc0','\x46','\x18','\xc1','\x36','\x18','\x94','\x96','\x19','\x92','\x8e','\x19','\x32','\x0c','\x1a','\x30','\xfc','\x18','\x00','\x38','\x04','\x03','\x80','\x07','\x03','\x08','\x06','\x7f','\xfc','\x0e','\x03','\x00','\x0c','\x03','\x04','\x0c','\xff','\xfe','\x18','\x00','\x00','\x18','\x30','\x30','\x38','\x34','\x34','\x39','\xfe','\xfe','\x58','\x30','\x30','\x98','\x30','\x30','\x18','\x3c','\x32','\x1b','\xf1','\xff','\x19','\x80','\x00','\x18','\x00','\x00','\x19','\xff','\xfe','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x62','\x18','\x30','\x62','\x18','\x60','\x63','\x18','\xc0','\x7f','\x1b','\x00','\x3e','\x04','\x38','\x38','\x07','\x30','\x30','\x06','\x32','\x34','\x0f','\xff','\xfe','\x0d','\x31','\x30','\x0d','\x31','\x30','\x19','\x31','\x32','\x1b','\xff','\xff','\x38','\x50','\x60','\x38','\x52','\x52','\x58','\xd4','\xd3','\x98','\x98','\x9f','\x19','\x91','\x0e','\x1b','\x00','\x00','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x30','\x30','\x07','\x20','\x20','\x06','\x24','\x24','\x0f','\xfe','\xfe','\x0c','\x20','\x20','\x0c','\x20','\x20','\x18','\x22','\x22','\x1b','\xff','\xff','\x38','\x50','\x50','\x38','\x48','\xc8','\x58','\xcc','\x8c','\x98','\x8d','\x07','\x19','\x02','\x02','\x1a','\x40','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x18','\x0e','\xff','\xfc','\x0c','\x10','\x40','\x0c','\x08','\x60','\x18','\x08','\x40','\x18','\x00','\x8c','\x39','\xff','\xfe','\x38','\x00','\x00','\x58','\x7f','\xf8','\x98','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x03','\x00','\x18','\x03','\x08','\x18','\xff','\xfc','\x18','\x03','\x00','\x18','\x03','\x02','\x1b','\xff','\xff','\x18','\x00','\x00','\x04','\x00','\x06','\x07','\xff','\xff','\x06','\x08','\x80','\x0e','\x88','\x8c','\x0c','\xff','\xfe','\x0c','\xc8','\x8c','\x18','\xc8','\x8c','\x18','\xc8','\x8c','\x38','\xff','\xfc','\x38','\x00','\x00','\x58','\x7f','\xf8','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x08','\x00','\x18','\x1c','\x78','\x18','\x70','\x1e','\x19','\x80','\x06','\x04','\x00','\x06','\x07','\xff','\xff','\x06','\x00','\x00','\x0e','\x7f','\xf8','\x0c','\x63','\x18','\x0c','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x38','\x63','\x18','\x38','\x7f','\xf8','\x58','\x00','\x06','\x9b','\xff','\xff','\x18','\x00','\x00','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x00','\x00','\x18','\x00','\x06','\x1b','\xff','\xff','\x18','\x00','\x00','\x04','\x03','\x00','\x07','\x07','\x00','\x06','\x06','\x80','\x0e','\x0e','\x40','\x0c','\x1c','\x60','\x0c','\x38','\x38','\x18','\x60','\x1f','\x18','\xcf','\xce','\x3b','\x00','\x06','\x38','\x00','\x00','\x58','\x8c','\x8c','\x98','\xfe','\xfe','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xfc','\xfc','\x18','\x00','\x00','\x18','\x20','\x20','\x18','\x38','\x38','\x18','\x70','\x30','\x18','\x6c','\x70','\x18','\xc6','\x6c','\x19','\x86','\xc7','\x1a','\x01','\x03','\x04','\x20','\x80','\x07','\x38','\xe0','\x06','\x30','\xc0','\x0e','\x61','\x08','\x0c','\x7f','\xfc','\x0c','\xe3','\x00','\x18','\xe3','\x00','\x19','\x7f','\xf8','\x3a','\x63','\x00','\x38','\x63','\x00','\x58','\x7f','\xf8','\x98','\x63','\x00','\x18','\x63','\x04','\x18','\x7f','\xfe','\x18','\x00','\x00','\x19','\x18','\x86','\x19','\xfc','\xff','\x19','\x98','\xc6','\x19','\x98','\xc6','\x19','\x9f','\xc6','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x3e','\x19','\x80','\x0c','\x04','\x06','\x60','\x07','\x04','\x40','\x06','\x7f','\xfc','\x0e','\x44','\x44','\x0c','\x44','\x44','\x0c','\x7f','\xfc','\x18','\x44','\x44','\x18','\x44','\x44','\x38','\x7f','\xfc','\x38','\x00','\x00','\x58','\xff','\xff','\x98','\xc0','\x00','\x18','\xcf','\xf8','\x18','\xc0','\x00','\x18','\xc0','\x06','\x18','\xff','\xff','\x18','\xcc','\x80','\x18','\xcc','\x84','\x18','\x8c','\x46','\x19','\x8c','\x68','\x19','\x0c','\x30','\x19','\x7f','\x9c','\x1a','\x3c','\x0f','\x18','\x20','\x06','\x04','\x00','\x20','\x07','\x86','\x38','\x06','\xff','\x30','\x0e','\xc8','\x60','\x0c','\xc8','\x46','\x0c','\xfe','\xff','\x18','\xc2','\x80','\x18','\xc3','\x00','\x38','\xfe','\x00','\x38','\xc8','\x0c','\x58','\xc8','\x7e','\x98','\xc8','\x00','\x18','\xff','\x00','\x18','\x00','\x00','\x18','\x40','\x18','\x18','\x7f','\xfc','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x9a','\x1b','\xff','\xff','\x18','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x0f','\xff','\xff','\x0c','\x08','\x80','\x0c','\x04','\xc6','\x19','\xf6','\xbc','\x18','\x53','\x28','\x38','\x53','\x28','\x38','\x53','\x2c','\x58','\x93','\x34','\x98','\xb3','\x67','\x19','\x03','\x02','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x19','\x80','\x18','\x1a','\x00','\x18','\x04','\x03','\x00','\x07','\x02','\x00','\x07','\xff','\xfc','\x0e','\x02','\x00','\x0c','\x02','\x00','\x0c','\xff','\xf8','\x18','\x00','\x02','\x19','\xff','\xff','\x38','\x00','\x02','\x38','\x7f','\xf4','\x58','\x02','\x00','\x98','\x02','\x00','\x18','\xff','\xf8','\x18','\x00','\x00','\x1b','\xff','\xff','\x18','\x00','\x18','\x18','\x00','\x18','\x19','\xfb','\xff','\x19','\x98','\x18','\x19','\x99','\x98','\x19','\x98','\x98','\x19','\xf8','\x18','\x18','\x00','\x78','\x18','\x00','\x30','\x04','\x1c','\x70','\x07','\x18','\x66','\x06','\xff','\xff','\x0e','\x18','\x60','\x0c','\x18','\x60','\x0c','\x00','\x00','\x18','\xff','\xfe','\x18','\xc4','\x46','\x38','\xc4','\x46','\x38','\xff','\xfe','\x59','\x00','\x00','\x99','\x00','\x06','\x1b','\xff','\xff','\x1b','\x06','\x06','\x1b','\x0c','\x04','\x18','\x1f','\xf8','\x18','\x30','\x18','\x18','\xc8','\x30','\x18','\x06','\x60','\x18','\x06','\xc0','\x18','\x01','\x80','\x18','\x06','\x00','\x18','\x18','\x00','\x18','\xe0','\x00','\x04','\x40','\x18','\x07','\x7f','\xfc','\x06','\x63','\x18','\x0e','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x38','\x63','\x18','\x38','\x7f','\xf8','\x58','\x60','\x18','\x98','\x00','\x00','\x19','\x0c','\x86','\x19','\xfe','\xff','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\xfc','\xfe','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\xfc','\xfe','\x19','\x04','\x82','\x10','\xcc','\x40','\x1c','\x88','\x74','\x18','\x88','\x66','\x1f','\xff','\x64','\x18','\x88','\x48','\x38','\x88','\xfe','\x30','\x00','\x90','\x33','\xfc','\x90','\x32','\x65','\x90','\x72','\x66','\x94','\x72','\x64','\xfe','\xb3','\xfc','\x90','\x30','\x60','\x90','\x30','\x60','\x90','\x33','\xfc','\x90','\x30','\x60','\x94','\x30','\x60','\xfe','\x37','\xfe','\x90','\x30','\x60','\x90','\x30','\x50','\x90','\x30','\xc8','\x90','\x30','\x8c','\x96','\x31','\x0c','\xff','\x36','\x00','\x80','\x10','\x0c','\x06','\x1f','\xfe','\xff','\x18','\x00','\x00','\x19','\xfc','\xfe','\x19','\x04','\x82','\x39','\x24','\x92','\x31','\x24','\x92','\x30','\x03','\x00','\x31','\xff','\xfe','\x71','\x88','\x80','\x71','\x88','\x8c','\xb1','\xff','\xfe','\x31','\x88','\x8c','\x31','\x88','\x8c','\x31','\xff','\xfc','\x31','\x80','\x00','\x31','\xb8','\xe0','\x31','\xb0','\xc8','\x31','\x3e','\xdc','\x31','\x30','\xf0','\x33','\x30','\xc2','\x32','\xfe','\xc3','\x34','\x70','\xff','\x30','\x40','\x7e','\x08','\x8c','\x8c','\x0e','\xfe','\xfe','\x0c','\x8c','\x8c','\x0c','\x8c','\x8c','\x18','\xfc','\xfc','\x18','\x00','\x00','\x1a','\x00','\x06','\x33','\xff','\xff','\x33','\x00','\x40','\x73','\x7c','\x70','\x73','\x10','\x60','\xb3','\xff','\x66','\x33','\x44','\x7f','\x33','\x44','\xcc','\x33','\x7c','\x8c','\x33','\x45','\x4c','\x33','\x44','\x48','\x33','\x7c','\x28','\x32','\x44','\x38','\x32','\x44','\x10','\x36','\x7c','\x38','\x35','\xe4','\x2f','\x38','\xc4','\x4e','\x30','\x05','\x86','\x08','\x87','\x20','\x0e','\x66','\x38','\x0c','\x26','\x30','\x0d','\x06','\x46','\x19','\xff','\xff','\x19','\x00','\x06','\x1b','\x3f','\xe4','\x33','\x20','\x28','\x30','\x3f','\xe0','\x30','\x00','\x00','\x70','\xff','\xf8','\xb0','\x82','\x08','\x30','\xff','\xf8','\x30','\x82','\x08','\x30','\xff','\xf8','\x30','\x02','\x00','\x31','\xff','\xfc','\x30','\x02','\x00','\x37','\xff','\xff','\x30','\x00','\x00','\x30','\x88','\x88','\x31','\x88','\x8c','\x33','\x18','\xc6','\x33','\x18','\xc6','\x00','\x00','\x00','\x01','\xc3','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x07','\x03','\x00','\x06','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x02','\x18','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x02','\x18','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x00','\x30','\x00','\x00','\x78','\x00','\x09','\xe0','\x30','\x0f','\x07','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x40','\x30','\x0f','\xe7','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x03','\x30','\x00','\x83','\x00','\x00','\xe3','\x00','\x01','\xc3','\x00','\x01','\x83','\x02','\x03','\x83','\x02','\x07','\x03','\x02','\x0e','\x03','\x03','\x38','\x03','\xff','\xc0','\x01','\xfe','\x00','\x00','\x40','\x08','\x00','\x70','\x06','\x00','\xe0','\x03','\x80','\xc0','\x01','\xc1','\x80','\x00','\xc1','\x00','\x04','\x02','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x03','\x00','\x00','\x83','\x00','\x00','\xe3','\x00','\x01','\xc3','\x02','\x03','\x83','\x02','\x07','\x03','\x02','\x0e','\x03','\x03','\x38','\x03','\xff','\xc0','\x01','\xfe','\x00','\x80','\x00','\x00','\xe0','\x00','\x01','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x01','\x80','\x06','\x03','\x00','\x0c','\x02','\x00','\x38','\x04','\x18','\xdf','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x06','\x18','\x00','\x86','\x00','\x00','\xe6','\x40','\x01','\xc6','\x30','\x01','\x86','\x18','\x03','\x06','\x1a','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x30','\xc6','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x26','\x64','\xcc','\x3f','\xf7','\xfe','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x01','\x80','\x30','\x11','\x82','\x30','\x1d','\x83','\xb0','\x19','\x8b','\x30','\x19','\x93','\x30','\x31','\xa2','\x32','\x31','\xc6','\x32','\x63','\x84','\x33','\x41','\x08','\x3f','\x80','\x30','\x1e','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x30','\xcc','\x7f','\xff','\xfe','\x10','\x82','\x10','\x08','\x81','\x10','\x09','\x31','\x26','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x11','\x82','\x30','\x19','\x93','\x30','\x19','\xa3','\x32','\x11','\xc6','\x32','\x33','\x84','\x33','\x21','\x08','\x3f','\xc0','\x30','\x1e','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x31','\x18','\x8c','\x3f','\x9f','\xcc','\x31','\x18','\x8c','\x31','\x18','\x8c','\x33','\x99','\xcc','\x32','\x99','\x4c','\x36','\xdb','\x6c','\x34','\xfa','\x7c','\x38','\x5c','\x2c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x30','\x00','\x18','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xe3','\x00','\x01','\xc1','\x80','\x03','\x80','\xe0','\x06','\x02','\x78','\x0c','\xff','\x3f','\x30','\x00','\x0e','\xc0','\x00','\x00','\x10','\x62','\x10','\x1f','\xf3','\x9c','\x18','\x63','\x18','\x1c','\x66','\x30','\x1b','\x66','\x30','\x19','\x6c','\x60','\x1c','\x68','\x40','\x1b','\x6c','\x60','\x19','\x66','\x30','\x18','\x63','\x18','\x18','\x63','\x9c','\x19','\xe1','\x8c','\x18','\xc1','\x8c','\x01','\x01','\x00','\x01','\xc1','\x00','\x01','\x80','\x80','\x03','\x80','\x80','\x03','\x00','\x40','\x06','\x00','\x60','\x0c','\x00','\x38','\x18','\x00','\x1f','\x37','\xff','\xee','\xc0','\x60','\x06','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x7e','\x00','\x00','\x1c','\x00','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xc3','\x3e','\x00','\xc3','\xe0','\x00','\xc3','\x02','\x07','\xc3','\x03','\xfc','\xc3','\xff','\x70','\xc1','\xfe','\x40','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x10','\x30','\x0f','\xff','\xf0','\x0c','\x10','\x30','\x0c','\x10','\x30','\x0f','\xff','\xf0','\x00','\x81','\x00','\x3f','\xff','\xfc','\x00','\x81','\x00','\x00','\x81','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x80','\x06','\x61','\x80','\x06','\x61','\x80','\x46','\x61','\x80','\x46','\x61','\x80','\x66','\x61','\xff','\xe6','\x60','\xff','\xc6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x10','\xc2','\x18','\x1f','\xe3','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x1e','\xff','\xff','\xff','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x38','\xc7','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x20','\xc4','\x18','\x60','\xcc','\x18','\x47','\xc8','\xf8','\x81','\x90','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x86','\x06','\x60','\xe6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x61','\x86','\x06','\x61','\x87','\xe6','\x63','\x03','\xe6','\x6c','\x00','\x06','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xff','\xb0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xff','\xb0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x08','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x02','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xff','\xb0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xff','\xb0','\x0c','\xc0','\x30','\x01','\xff','\x00','\x03','\x06','\x00','\x06','\x0c','\x30','\x1f','\xff','\xf8','\x6c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x06','\x00','\x01','\x06','\x00','\x01','\xc6','\x02','\x03','\x86','\x02','\x07','\x06','\x03','\x1c','\x07','\xff','\xe0','\x03','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x80','\x06','\x60','\xe0','\x04','\x61','\xc1','\x88','\x01','\xff','\xc0','\x03','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x30','\x1f','\xff','\xf8','\x6c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x06','\x30','\x00','\x86','\x00','\x00','\xe6','\x40','\x01','\xc6','\x38','\x03','\x86','\x1a','\x07','\x06','\x02','\x0e','\x06','\x03','\x38','\x07','\xff','\xc0','\x03','\xfe','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\xc1','\xc8','\x1f','\xe1','\x80','\x00','\x01','\x98','\x00','\x01','\xfc','\x00','\x31','\x80','\x7f','\xf9','\x80','\x0c','\xc7','\xf8','\x0c','\xc0','\x18','\x0c','\xc4','\x30','\x0c','\xc3','\x30','\x0c','\xc1','\xe0','\x0c','\xc0','\xe0','\x0c','\xc1','\xb0','\x18','\xc3','\x1a','\x18','\xcc','\x1a','\x10','\xc0','\x03','\x30','\xff','\xff','\x20','\x7f','\xfe','\xc0','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x68','\x1f','\xff','\xf0','\x00','\x38','\x00','\x00','\x70','\x08','\x00','\xf0','\x0e','\x03','\x98','\x1c','\x0e','\x3c','\x18','\x70','\x74','\x30','\x00','\xc6','\x40','\x03','\x8f','\x00','\x0e','\x1e','\x80','\x70','\x36','\x40','\x00','\x66','\x60','\x01','\xc6','\x38','\x07','\x06','\x1f','\x1c','\x0e','\x0e','\xe0','\x0c','\x06','\x00','\xfc','\x00','\x00','\x38','\x00','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x60','\x04','\x64','\xf0','\x68','\x07','\x07','\xf0','\x06','\x00','\x60','\x06','\x40','\x60','\x07','\xe7','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x03','\x80','\x0c','\x07','\xff','\xfe','\x0c','\x00','\x0c','\x30','\x02','\x0c','\x04','\x91','\x8c','\x04','\x4c','\x8c','\x0c','\x64','\x1c','\x18','\x60','\x18','\x18','\x00','\xf8','\x00','\x00','\x30','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xc3','\x04','\x6f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xc0','\x06','\xff','\xff','\xff','\x03','\x18','\x60','\x0e','\x18','\x38','\x37','\xff','\xef','\xc6','\x18','\x66','\x06','\x18','\x60','\x06','\x19','\xe0','\x06','\x18','\xc0','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x70','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x40','\x06','\x00','\x30','\x06','\x00','\x18','\x06','\x00','\x1c','\x06','\x18','\x0c','\x7f','\xfc','\x00','\x06','\x18','\x01','\x06','\x18','\x01','\x06','\x18','\x02','\x06','\x18','\x02','\x06','\x18','\x04','\x06','\x18','\x0c','\x06','\x1a','\x19','\xff','\xff','\x38','\x0d','\x00','\xf0','\x0d','\x00','\x70','\x1c','\x80','\x30','\x18','\xc0','\x30','\x18','\x60','\x30','\x30','\x70','\x30','\x30','\x38','\x38','\x60','\x1f','\x18','\xc0','\x0e','\x03','\x00','\x06','\x00','\x00','\x00','\x40','\x00','\x0c','\x31','\xff','\xfe','\x18','\x18','\x00','\x1c','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x00','\x01','\x18','\x60','\x01','\x3f','\xf0','\x02','\x30','\x60','\x02','\x30','\x60','\x04','\x30','\x60','\x0c','\x30','\x60','\x18','\x30','\x60','\x38','\x30','\x60','\xf0','\x7f','\xe0','\x70','\x60','\x60','\x30','\x60','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x38','\x00','\x66','\x19','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x40','\x01','\x80','\x30','\x01','\x80','\x18','\x01','\x80','\x1c','\x41','\x86','\x0c','\x7f','\xff','\x00','\x61','\x86','\x01','\x61','\x86','\x01','\x61','\x86','\x02','\x61','\x86','\x02','\x61','\x86','\x04','\x61','\x86','\x0c','\x61','\x86','\x18','\x61','\x86','\x38','\x7f','\xfe','\xf0','\x61','\x86','\x70','\x61','\x86','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x38','\x01','\x80','\x18','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x00','\x1c','\x03','\x08','\x0c','\x03','\x0e','\x01','\x1b','\x0c','\x01','\xfb','\x18','\x02','\x1b','\x98','\x02','\x1b','\x90','\x06','\x1b','\xa0','\x04','\x3b','\xc0','\x0c','\x33','\x40','\x18','\x33','\x40','\x38','\x33','\x60','\xf0','\x63','\x20','\x70','\x63','\x30','\x30','\x43','\x38','\x30','\xc3','\x1c','\x30','\x83','\x1f','\x31','\x03','\x0e','\x3a','\x03','\x06','\x18','\x1f','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x40','\x40','\x18','\x30','\x7f','\xfc','\x18','\x60','\x18','\x1c','\x60','\x18','\x0c','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x02','\x60','\x18','\x02','\x60','\x18','\x04','\x7f','\xf8','\x04','\x00','\xc0','\x0c','\x10','\xc0','\x18','\x1c','\xc0','\x38','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc0','\x30','\x30','\xc0','\x30','\x30','\xc2','\x30','\x20','\xc2','\x30','\x60','\xc2','\x38','\x40','\xc3','\x18','\x80','\xff','\x03','\x00','\x7e','\x00','\x00','\x07','\x40','\x06','\x06','\x33','\xff','\x06','\x18','\x60','\x76','\x1c','\x60','\x66','\x0c','\x60','\x66','\x00','\x60','\x66','\x00','\xc6','\x66','\x04','\xff','\x66','\x04','\xc6','\x66','\x08','\x86','\x66','\x09','\x8e','\x66','\x19','\x4c','\x66','\x11','\x6c','\x66','\x32','\x6c','\x66','\xf0','\x18','\x66','\x70','\x18','\x66','\x30','\x10','\x66','\x30','\x30','\x06','\x30','\x20','\x06','\x30','\x60','\x06','\x38','\x40','\x06','\x18','\x80','\x3e','\x01','\x00','\x0c','\x00','\x80','\x06','\x40','\xff','\xff','\x30','\xc0','\x06','\x18','\xc0','\x06','\x1c','\xc3','\x86','\x0c','\xc3','\x06','\x00','\xc3','\x36','\x00','\xff','\xfe','\x02','\xc3','\x06','\x02','\xc3','\x06','\x04','\xc3','\x06','\x04','\xcb','\x66','\x08','\xcf','\xf6','\x18','\xcc','\x66','\x30','\xcc','\x66','\xf0','\xcc','\x66','\x70','\xcc','\x66','\x30','\xcc','\x66','\x30','\xcf','\xe6','\x30','\xcc','\x66','\x30','\xc0','\x06','\x38','\xc0','\x06','\x18','\xff','\xfe','\x00','\xc0','\x06','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x06','\x1d','\xff','\xff','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x18','\x02','\x7f','\xfc','\x02','\x60','\x18','\x04','\x60','\x18','\x04','\x60','\x18','\x08','\x60','\x18','\x18','\x7f','\xf8','\x30','\x63','\x18','\xf0','\x03','\x00','\x70','\x43','\x20','\x30','\x73','\x18','\x30','\x63','\x0c','\x30','\xc3','\x0e','\x30','\x83','\x06','\x39','\x03','\x06','\x1a','\x1f','\x00','\x00','\x06','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x06','\x1b','\xff','\xff','\x1c','\x00','\x00','\x0c','\xff','\xfc','\x00','\xc0','\x0c','\x00','\xcf','\xcc','\x04','\xc8','\x4c','\x04','\xc8','\x4c','\x08','\xcf','\xcc','\x08','\xc0','\x0c','\x18','\xff','\xfc','\x18','\x00','\x00','\x30','\x7f','\xf8','\xf0','\x00','\x00','\x70','\x00','\x06','\x33','\xff','\xff','\x30','\x43','\x00','\x30','\x73','\x30','\x30','\xe3','\x0c','\x39','\x83','\x06','\x1a','\x1f','\x06','\x00','\x06','\x00','\x01','\x01','\x80','\x01','\xff','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x82','\x06','\x01','\x82','\x0c','\x01','\x82','\x18','\x01','\x83','\x30','\x01','\xff','\xc0','\x00','\xfe','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x30','\x04','\x18','\x3f','\x90','\x1b','\xf0','\x18','\x18','\x30','\x18','\x18','\x1f','\xf0','\x19','\x00','\x00','\x19','\x80','\x00','\x19','\x92','\x30','\x19','\xfb','\xf8','\x19','\x33','\x30','\x1b','\x33','\x32','\x1a','\xb2','\x33','\x14','\x62','\x3f','\x30','\x64','\x1e','\x20','\xd8','\x00','\x41','\x8e','\x00','\x83','\x07','\xff','\x0c','\x00','\xfe','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x38','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x31','\xb0','\x1f','\xff','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x70','\x30','\x18','\x78','\x30','\x18','\x74','\x30','\x18','\xf6','\x30','\x18','\xb3','\x30','\x19','\xb3','\x12','\x19','\x31','\x92','\x12','\x31','\x9a','\x34','\x31','\x8a','\x20','\x30','\x0e','\x20','\x30','\x06','\x40','\x30','\x07','\x80','\x00','\x03','\x04','\x00','\x00','\x07','\x00','\x38','\x0e','\x03','\xfc','\x0c','\x7f','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x39','\xff','\xff','\x58','\x03','\x00','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x00','\x00','\x00','\x00','\x00','\x02','\x01','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x82','\x06','\x01','\x82','\x06','\x01','\x82','\x0c','\x01','\x83','\x18','\x01','\xff','\x60','\x00','\xfe','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x40','\x30','\x18','\x70','\x30','\x19','\x63','\x30','\x19','\xff','\xb0','\x19','\x83','\x30','\x19','\x83','\x30','\x19','\xff','\x30','\x19','\x83','\x30','\x19','\x83','\x30','\x19','\xff','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1b','\xff','\xb0','\x18','\x30','\x12','\x18','\x30','\x12','\x11','\xff','\x1a','\x30','\x30','\x0a','\x20','\x30','\x0e','\x20','\x30','\xc6','\x4f','\xff','\xe7','\x80','\x00','\x03','\x70','\x00','\x07','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x00','\xc0','\x07','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x14','\x00','\x70','\x18','\x07','\x60','\x18','\x66','\x64','\x9f','\xf6','\x67','\xd8','\x66','\x64','\x98','\x66','\x64','\x9a','\x46','\x64','\x99','\x46','\x64','\x98','\xc6','\x64','\x98','\xe6','\x64','\x98','\xa6','\x67','\x99','\x36','\x64','\x19','\x36','\x60','\x1a','\x36','\x60','\xf8','\x06','\x60','\x30','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x30','\x3f','\xff','\xf8','\x00','\x30','\x30','\x00','\x30','\x30','\x08','\x30','\x30','\x08','\x30','\x30','\x04','\x30','\x30','\x06','\x70','\x30','\x02','\x60','\x30','\x03','\x60','\x70','\x01','\x60','\x60','\x01','\xe0','\x60','\x00','\xc0','\x60','\x00','\xe0','\x60','\x01','\xb0','\xe0','\x01','\x9c','\xc0','\x03','\x0f','\xc0','\x03','\x03','\xf0','\x06','\x01','\xff','\x0c','\x03','\x1e','\x18','\x07','\x00','\x30','\x3e','\x00','\xc0','\x0c','\x00','\x00','\x30','\x0e','\x00','\xf8','\x0c','\x07','\xc1','\xcc','\x7f','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x07','\x01','\x8c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x00','\x7c','\xc0','\x00','\x18','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x01','\xcc','\x03','\x01','\x8c','\x03','\x19','\x8c','\x7f','\xfd','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\xff','\xff','\x8c','\x06','\x01','\x8c','\x07','\x01','\x8c','\x06','\xc1','\x8c','\x0e','\x61','\x8c','\x0c','\x30','\x0c','\x0c','\x18','\x0c','\x18','\x1c','\x0c','\x18','\x0c','\x0c','\x30','\x0c','\x0c','\x60','\x00','\x7c','\x80','\x00','\x18','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x00','\x76','\x0c','\x06','\x66','\x0f','\xff','\x66','\x19','\x26','\x66','\x19','\x26','\x66','\x13','\x26','\x66','\x33','\x66','\x66','\x22','\x66','\x66','\x46','\x46','\x66','\x84','\x46','\x66','\x0c','\xc6','\x66','\x08','\x8e','\x66','\x11','\x8c','\x66','\x21','\x0c','\x66','\x43','\x0c','\x66','\x02','\x0c','\x06','\x04','\x1c','\x06','\x08','\x18','\x06','\x30','\x18','\x06','\x00','\x38','\x06','\x01','\xf0','\x3e','\x00','\x60','\x0c','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x0f','\xff','\x06','\x01','\x86','\x06','\x61','\x86','\x7f','\xf1','\x86','\x06','\x01','\x86','\x06','\x01','\x86','\x06','\x01','\x86','\x06','\x01','\x86','\x06','\x31','\x86','\xff','\xf9','\x86','\x08','\x01','\x86','\x0e','\x01','\x86','\x0c','\x03','\x86','\x0c','\x03','\x06','\x08','\x83','\x0e','\x08','\x43','\x0c','\x10','\x62','\x0c','\x11','\xb6','\x0c','\xfe','\x34','\x1c','\x70','\x08','\x18','\x40','\x10','\xf8','\x00','\x60','\x30','\x20','\x0c','\x07','\x3f','\xfe','\x06','\x32','\x4c','\x76','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\xff','\xff','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x06','\x32','\x4c','\x06','\x32','\x4c','\x06','\x32','\x4c','\x06','\x32','\x4c','\x06','\x30','\x3c','\x3e','\x30','\x18','\x0c','\x00','\x30','\x0e','\x00','\xf8','\x0c','\x07','\xc1','\xcc','\x7f','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x0d','\x8c','\xff','\xff','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x23','\x31','\x8c','\x3f','\xf9','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x3f','\xf0','\x7c','\x30','\x30','\x18','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x01','\xcc','\x03','\x0d','\x8c','\xff','\xff','\x8c','\x06','\x41','\x8c','\x0c','\x21','\x8c','\x08','\x39','\x8c','\x10','\x1f','\x8c','\x2f','\xed','\x8c','\xc0','\x01','\x8c','\x00','\x19','\x8c','\x7f','\xfd','\x8c','\x06','\x01','\x8c','\x0e','\x01','\x8c','\x0c','\x31','\x8c','\x1f','\xf9','\x8c','\x18','\x30','\x0c','\x00','\x30','\x0c','\x00','\x70','\x0c','\x00','\x60','\x0c','\x00','\xe0','\x0c','\x07','\xc0','\x7c','\x01','\x80','\x18','\x00','\x40','\x0e','\x30','\x70','\x0c','\x0c','\xe1','\xcc','\x07','\xc1','\x8c','\x03','\x81','\x8c','\x06','\xe1','\x8c','\x0c','\x71','\x8c','\x30','\x31','\x8c','\xc0','\x01','\x8c','\x03','\x81','\x8c','\x03','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x07','\x01','\x8c','\x0f','\x01','\x8c','\x0f','\x81','\x8c','\x1b','\x61','\x8c','\x1b','\x31','\x8c','\x33','\x30','\x0c','\x63','\x00','\x0c','\x83','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x00','\x80','\x00','\x40','\xe0','\x0c','\x30','\xcf','\xfe','\x18','\xc0','\xcc','\x19','\x80','\xcc','\x01','\x20','\xcc','\x7f','\xf4','\xcc','\x18','\xc4','\xcc','\x18','\xc2','\xcc','\x18','\xc2','\xcc','\x18','\xc3','\x8c','\x18','\xd1','\x8c','\xff','\xf9','\x8c','\x18','\xc1','\xcc','\x18','\xc1','\x4c','\x18','\xc3','\x68','\x18','\xc3','\x38','\x38','\xc2','\x38','\x30','\xc6','\x1c','\x30','\xc4','\x3f','\x20','\xcc','\x36','\x60','\xc8','\x60','\x40','\xd3','\xe0','\x80','\x20','\xc0','\x00','\x00','\x0e','\x00','\x18','\x0c','\xff','\xfd','\xcc','\x00','\x01','\x8c','\x22','\x21','\x8c','\x33','\x31','\x8c','\x66','\x61','\x8c','\x44','\x41','\x8c','\x88','\x81','\x8c','\x44','\x41','\x8c','\x66','\x61','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x00','\x01','\x8c','\x00','\x19','\x8c','\xff','\xfd','\x8c','\x06','\x01','\x8c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x38','\x0c','\x07','\xe0','\x0c','\xff','\x00','\x0c','\x78','\x00','\x7c','\x40','\x00','\x18','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x19','\xcc','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x23','\x31','\x8c','\x3f','\xf9','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x3f','\xf1','\x8c','\x0c','\xc1','\x8c','\x0c','\xc1','\x8c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x18','\xc0','\x7c','\x18','\xc0','\x1a','\x10','\xc0','\x02','\x30','\xc0','\x03','\x20','\xff','\xff','\x40','\x7f','\xfe','\x80','\x00','\x00','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\x8c','\xe6','\xff','\xfe','\xc6','\x01','\x80','\xc6','\x01','\x80','\xc6','\x21','\x8c','\xc6','\x3f','\xfe','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x3f','\xfc','\xc6','\x33','\x8c','\xc6','\x03','\x80','\xc6','\x07','\xc0','\xc6','\x05','\xb0','\xc6','\x0d','\x98','\xc6','\x09','\x9c','\x06','\x19','\x8c','\x06','\x31','\x80','\x06','\x61','\x80','\x06','\x81','\x80','\x3e','\x01','\x80','\x0c','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x18','\xe6','\x7f','\xfc','\xc6','\x03','\x00','\xc6','\x06','\x80','\xc6','\x06','\x60','\xc6','\x0c','\x30','\xc6','\x30','\x30','\xc6','\x00','\x06','\xc6','\xff','\xff','\xc6','\x00','\x18','\xc6','\x00','\x18','\xc6','\x21','\x98','\xc6','\x3f','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\x06','\x3f','\x98','\x06','\x31','\x98','\x06','\x30','\x18','\x06','\x00','\x18','\x06','\x00','\xf8','\x3e','\x00','\x30','\x0c','\x10','\x30','\x07','\x1f','\xf8','\x06','\x18','\x30','\xe6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x1f','\xf0','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x1f','\xf0','\xc6','\x06','\x00','\xc6','\x06','\x00','\xc6','\x0c','\x0c','\xc6','\x0f','\xfe','\xc6','\x1a','\x4c','\xc6','\x12','\x4c','\xc6','\x26','\xcc','\xc6','\xcc','\x8c','\x06','\x09','\x98','\x06','\x11','\x18','\x06','\x62','\x18','\x06','\x04','\x30','\x06','\x19','\xf0','\x3e','\x00','\x60','\x0c','\x00','\x00','\x80','\x06','\x00','\xe0','\x01','\xc1','\xc0','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x60','\x1c','\x1f','\xf3','\x98','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x19','\xe0','\xf8','\x18','\xc0','\x30','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x0c','\x00','\xe0','\x1c','\x01','\xc0','\x18','\x03','\x80','\x38','\x0e','\x01','\xf0','\x70','\x00','\x60','\x03','\x80','\x07','\x73','\x1c','\x06','\x63','\x18','\xe6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x00','\x00','\xc6','\x00','\x0c','\xc6','\xff','\xfe','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x3f','\xf0','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x3f','\xf0','\xc6','\x00','\x40','\xc6','\x20','\x70','\x06','\x18','\x60','\x06','\x0c','\x40','\x06','\x0c','\xf8','\x06','\xff','\x80','\x06','\x7c','\x00','\x3e','\x40','\x00','\x0c','\x00','\x30','\x07','\x01','\xf8','\x06','\x3f','\x80','\xe6','\x01','\x80','\xc6','\x01','\x86','\xc6','\xff','\xff','\xc6','\x01','\x80','\xc6','\x0d','\xb0','\xc6','\x09','\xa4','\xc6','\xf9','\xae','\xc6','\x09','\xb0','\xc6','\x09','\xa0','\xc6','\x39','\xa2','\xc6','\xe9','\xbe','\xc6','\x49','\x9e','\xc6','\x03','\xc0','\xc6','\x03','\xb0','\xc6','\x07','\x98','\x06','\x0d','\x8c','\x06','\x19','\x8c','\x06','\x31','\x80','\x06','\xc1','\x80','\x06','\x01','\x80','\x3e','\x01','\x80','\x0c','\x1c','\x70','\x07','\x18','\x60','\x06','\x18','\x64','\xe6','\xff','\xfe','\xc6','\x18','\x60','\xc6','\x18','\x60','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x06','\x80','\xc6','\x06','\x60','\xc6','\x0c','\x30','\xc6','\x08','\x18','\xc6','\x17','\xdc','\xc6','\x20','\x0c','\xc6','\xc0','\x00','\xc6','\x10','\x30','\xc6','\x1f','\xf8','\xc6','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x1f','\xf0','\x3e','\x18','\x30','\x0c','\x04','\x08','\x07','\x43','\x0e','\x06','\x31','\x8c','\xe6','\x19','\x98','\xc6','\x18','\x10','\xc6','\x00','\x20','\xc6','\x3f','\xfc','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x3f','\xfc','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x3f','\xfc','\xc6','\x01','\x80','\xc6','\x01','\x86','\xc6','\xff','\xff','\xc6','\x03','\x80','\xc6','\x07','\xc0','\x06','\x07','\xb0','\x06','\x0d','\x9c','\x06','\x19','\x8e','\x06','\x31','\x86','\x06','\xc1','\x80','\x3e','\x01','\x80','\x0c','\x00','\x0c','\x07','\xff','\xfe','\x06','\x04','\x80','\xe6','\x04','\x80','\xc6','\x44','\x98','\xc6','\x7f','\xfc','\xc6','\x64','\x98','\xc6','\x64','\x98','\xc6','\x64','\x98','\xc6','\x7f','\xf8','\xc6','\x60','\x18','\xc6','\x00','\x00','\xc6','\x3f','\xf0','\xc6','\x00','\x00','\xc6','\x00','\x0c','\xc6','\xff','\xfe','\xc6','\x03','\x00','\xc6','\x23','\x00','\x06','\x3b','\x20','\x06','\x33','\x18','\x06','\x63','\x0c','\x06','\x43','\x0c','\x06','\x9f','\x00','\x3e','\x06','\x00','\x0c','\x03','\x00','\x07','\x03','\x00','\x06','\x06','\xc0','\xe6','\x06','\x30','\xc6','\x0c','\x1c','\xc6','\x18','\x0e','\xc6','\x30','\x66','\xc6','\xcf','\xf0','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x46','\x8c','\xc6','\x7e','\xfe','\xc6','\x46','\x8c','\xc6','\x46','\x8c','\xc6','\x46','\x8c','\xc6','\x7e','\xfc','\xc6','\x00','\x00','\xc6','\x10','\x20','\x06','\x1c','\x38','\x06','\x18','\x30','\x06','\x36','\x6c','\x06','\x22','\x46','\x06','\x40','\x86','\x3e','\x81','\x00','\x0c','\x03','\x00','\x0c','\x03','\x07','\xfe','\x06','\x80','\xcc','\x06','\x60','\xcc','\x0c','\x30','\xcc','\x18','\x18','\xcc','\x30','\xd8','\xcc','\x6f','\xe2','\xcc','\x80','\x02','\xcc','\x00','\x01','\xcc','\x4d','\x31','\xcc','\x7d','\xf8','\xcc','\x4d','\x30','\xcc','\x4d','\x30','\xec','\x4d','\x30','\xac','\x7d','\xf1','\xbc','\x00','\x01','\x9c','\x20','\x81','\x8f','\x38','\xe1','\x0e','\x30','\xc3','\x18','\x2c','\xa2','\x18','\x65','\xb2','\x18','\x41','\x14','\xf8','\x82','\x08','\x30','\x03','\x00','\x06','\x03','\x07','\xff','\x06','\x80','\xc6','\x06','\x60','\xc6','\x0c','\x30','\xc6','\x18','\x18','\xc6','\x30','\xd8','\xc6','\x6f','\xe0','\xc6','\x80','\x00','\xc6','\x00','\x02','\xc6','\x4d','\x31','\xc6','\x7d','\xf8','\xc6','\x4d','\x30','\xe6','\x4d','\x30','\xe6','\x4d','\x30','\xb6','\x7d','\xf0','\xb6','\x00','\x00','\x86','\x20','\x81','\x86','\x38','\xe1','\x86','\x30','\xc1','\x0e','\x2c','\xa1','\x0c','\x65','\xb3','\x0c','\x41','\x12','\x7c','\x82','\x04','\x18','\x03','\x00','\x0c','\x03','\x07','\xfe','\x06','\x80','\xcc','\x06','\x60','\xcc','\x0c','\x30','\xcc','\x18','\x18','\xcc','\x30','\xd8','\xcc','\xdf','\xe2','\xcc','\x03','\x02','\xcc','\x43','\x19','\xcc','\x7f','\xfd','\xcc','\x63','\x18','\xcc','\x63','\x18','\xcc','\x63','\x18','\xec','\x63','\x18','\xac','\x7f','\xf9','\xbc','\x63','\x19','\x9c','\x06','\x81','\x8f','\x06','\x41','\x0e','\x0c','\x63','\x18','\x0c','\x32','\x18','\x18','\x32','\x18','\x30','\x04','\xf8','\xc0','\x08','\x30','\x10','\x60','\x70','\x1f','\xf0','\x60','\x18','\x60','\x64','\x18','\x67','\xfe','\x18','\x61','\x08','\x1f','\xe1','\x8c','\x18','\x00','\x88','\x18','\x00','\x12','\x18','\x6f','\xff','\x3f','\xf0','\x60','\x2c','\x60','\x62','\x2c','\x6f','\xff','\x4c','\x60','\x60','\x8c','\x60','\x60','\x0f','\xe0','\x60','\x0c','\x60','\x60','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x0c','\x00','\xe0','\x1c','\x01','\xc0','\x18','\x03','\x80','\x38','\x0e','\x01','\xf0','\x70','\x00','\x60','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\x86','\x76','\xff','\xff','\x66','\x04','\x40','\x66','\x02','\x66','\x66','\xfb','\x5c','\x66','\x29','\x90','\x66','\x29','\x92','\x66','\x69','\xbf','\x66','\x59','\x91','\x66','\x81','\x80','\x66','\x00','\x00','\x66','\x30','\x18','\x66','\x3f','\xf8','\x66','\x30','\x18','\x66','\x30','\x18','\x66','\x30','\x18','\x06','\x3f','\xf8','\x06','\x30','\x18','\x06','\x20','\x18','\x06','\x60','\x18','\x06','\x40','\x18','\x3e','\x80','\x18','\x0c','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\xcc','\x36','\xff','\xef','\xff','\x41','\x0c','\x04','\x21','\x8d','\x06','\x31','\x0c','\x84','\x12','\x4c','\xc4','\x02','\x4c','\x48','\xff','\xcc','\x0a','\x0c','\xcf','\xff','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0f','\xcc','\x30','\xff','\x08','\x36','\x7c','\x1b','\xff','\x58','\x18','\x30','\x18','\x10','\x30','\x10','\x30','\x30','\x30','\x20','\x30','\x20','\x40','\x30','\x40','\x80','\x30','\x81','\x00','\x30','\x0e','\x00','\x38','\x0c','\x00','\x30','\x0c','\x06','\x30','\x0c','\x7e','\x32','\xff','\xa7','\xff','\x41','\x26','\x04','\x21','\xa6','\x86','\x31','\x26','\x44','\x12','\x26','\x44','\x02','\x26','\x48','\xff','\xe6','\x0a','\x0c','\x27','\xff','\x0c','\x26','\x30','\x0c','\x26','\x30','\x0f','\xa6','\x30','\xfe','\x26','\x32','\x78','\x67','\xff','\x58','\x46','\x30','\x18','\x46','\x30','\x10','\xce','\x30','\x30','\x8c','\x30','\x20','\x8c','\x30','\x41','\x3c','\x30','\x82','\x18','\x30','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x18','\xc0','\x3f','\xf8','\xc6','\x30','\x1f','\xff','\x20','\x18','\xc6','\x61','\x98','\xc6','\x7f','\xd8','\xc6','\xb1','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x98','\x86','\x31','\xb9','\x86','\x00','\x31','\x86','\x00','\x31','\x0e','\x00','\x73','\x0c','\x00','\x62','\x0c','\x03','\xe4','\x7c','\x00','\xc8','\x18','\x00','\x00','\xe0','\x00','\x60','\xc0','\xff','\xf0','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x1c','\x60','\xc6','\x18','\x6f','\xff','\x18','\x60','\xc6','\x30','\xe0','\xc6','\x20','\xc0','\xc6','\x47','\xc0','\xc6','\x81','\x80','\xc6','\x00','\x01','\xc6','\x40','\xc1','\x86','\x7f','\xe1','\x86','\x60','\xc1','\x86','\x60','\xc1','\x8e','\x60','\xc3','\x0c','\x60','\xc3','\x0c','\x60','\xc2','\x0c','\x60','\xc6','\x1c','\x7f','\xc4','\x18','\x60','\xc8','\xf8','\x60','\x10','\x30','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x30','\xc0','\xff','\xf8','\xc0','\x06','\x00','\xc6','\x06','\x07','\xff','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x60','\xc6','\x7f','\xf0','\xc6','\x00','\x00','\xc6','\x00','\x01','\xc6','\x00','\x01','\x86','\x40','\x61','\x86','\x7f','\xf1','\x86','\x60','\x61','\x8e','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x62','\x0c','\x60','\x66','\x1c','\x7f','\xe4','\x18','\x60','\x68','\xf8','\x60','\x10','\x30','\x00','\x38','\x00','\x10','\x30','\x80','\x0c','\x30','\xe0','\x06','\x31','\xc0','\x06','\x31','\x00','\x00','\x32','\x18','\x3f','\xff','\xfc','\x00','\x64','\x00','\x00','\x64','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x38','\xc0','\x02','\x30','\x60','\x06','\x30','\x38','\x0f','\xff','\xdf','\x18','\x60','\xce','\x30','\x60','\xc6','\xc0','\xc1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x03','\x03','\x00','\x06','\x1f','\x00','\x18','\x06','\x00','\x00','\x00','\xe0','\x00','\x18','\xc0','\xff','\xfc','\xc0','\x00','\x00','\xc0','\x22','\x20','\xc0','\x33','\x30','\xc6','\x66','\x67','\xff','\x44','\x40','\xc6','\x88','\x80','\xc6','\x44','\x40','\xc6','\x66','\x60','\xc6','\x33','\x30','\xc6','\x33','\x30','\xc6','\x00','\x00','\xc6','\x00','\x18','\xc6','\xff','\xfc','\xc6','\x06','\x00','\x86','\x06','\x01','\x86','\x06','\x01','\x86','\x06','\x39','\x0e','\x07','\xe3','\x0c','\xff','\x02','\x0c','\x78','\x04','\x7c','\x40','\x08','\x18','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x00','\x00','\xc6','\x20','\x33','\xff','\x3f','\xf8','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x3f','\xf0','\xc6','\x33','\x30','\xc6','\x03','\x00','\xc6','\x23','\x00','\xc6','\x3b','\x20','\x86','\x33','\x11','\x86','\x33','\x19','\x86','\x63','\x19','\x0e','\x43','\x1b','\x0c','\x83','\x02','\x0c','\x1f','\x04','\x7c','\x06','\x08','\x18','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x20','\xc1','\xc0','\x3f','\xe1','\x80','\x30','\xc1','\x86','\x30','\xdf','\xff','\x3f','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc3','\x86','\x3f','\xc3','\x0e','\x30','\xc3','\x0c','\x30','\xc6','\x0c','\x30','\xe6','\x1c','\xff','\x8c','\x18','\x78','\x18','\xf8','\x40','\x60','\x30','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x1b','\x0d','\x80','\x12','\x89','\x40','\x06','\x63','\x30','\x04','\x22','\x18','\x28','\x04','\x08','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x70','\x04','\xc0','\x60','\x08','\x00','\x60','\x30','\x3f','\xff','\xf8','\x00','\x60','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x01','\x80','\x70','\x03','\x00','\x60','\x06','\x00','\xe0','\x0c','\x07','\xc0','\x30','\x01','\x80','\x03','\x80','\xe0','\x03','\x00','\xc0','\x7f','\xf8','\xc0','\x03','\x00','\xc0','\x3f','\xf0','\xc0','\x03','\x00','\xc6','\x03','\x03','\xff','\xff','\xfc','\xc6','\x00','\x00','\xc6','\x3f','\xf0','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x3f','\xf0','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x3f','\xf0','\xc6','\x30','\x31','\x86','\x30','\x31','\x86','\x3f','\xf1','\x86','\x10','\x81','\x0e','\x1c','\x61','\x0c','\x18','\x33','\x0c','\x30','\x32','\x7c','\xc0','\x04','\x18','\x08','\x10','\xe0','\x86','\x1c','\xc0','\x63','\x18','\xc0','\x33','\x30','\xc0','\x30','\x20','\xc0','\x00','\x40','\xc6','\x7f','\xfb','\xff','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x03','\x00','\xc6','\x03','\x0c','\xc6','\xff','\xfe','\xc6','\x07','\x01','\x86','\x0f','\x81','\x86','\x0f','\x61','\x86','\x1b','\x31','\x0e','\x33','\x39','\x0c','\x63','\x1b','\x0c','\x83','\x02','\x7c','\x03','\x04','\x18','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x03','\x00','\x0c','\x83','\x00','\x18','\xc6','\x06','\x16','\xc7','\xff','\x26','\x0c','\x00','\x46','\x11','\xc0','\xbf','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x8c','\x3f','\xdf','\xfe','\x30','\xc1','\x8c','\x30','\xc1','\x8c','\x30','\xc1','\x8c','\x3f','\xc3','\x8c','\x30','\xc3','\x0c','\x31','\x03','\x0c','\x30','\x83','\x0c','\x30','\xc2','\x0c','\x33','\x66','\x1c','\xfc','\x64','\x18','\x70','\x08','\xf8','\x40','\x10','\x30','\x04','\x08','\xe0','\xff','\xfc','\xc0','\x44','\x88','\xc0','\x64','\xc8','\xc0','\x24','\x48','\xc0','\x0c','\x18','\xc6','\x34','\x6b','\xff','\xe5','\xc8','\xc6','\x44','\x88','\xc6','\x00','\x08','\xc6','\x03','\x00','\xc6','\x06','\xe0','\xc6','\x0c','\x38','\xc6','\x31','\x1c','\xc6','\xc3','\x8c','\xc6','\x06','\x40','\xc6','\x18','\xe1','\x86','\x61','\x91','\x86','\x06','\x39','\x8e','\x38','\x73','\x0c','\x00','\xe3','\x0c','\x03','\x86','\x1c','\x0e','\x0c','\xf8','\x70','\x30','\x30','\x00','\x60','\xe0','\x03','\xf0','\xc0','\x7f','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x03','\x00','\xc6','\x7f','\xfb','\xff','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x03','\x00','\xc6','\x7f','\xf8','\xc6','\x03','\x00','\xc6','\x03','\x01','\x86','\xff','\xf9','\x86','\x7f','\x01','\x86','\x00','\x41','\x0e','\x29','\x33','\x0c','\x6d','\x92','\x0c','\xc4','\x84','\x7c','\xc0','\x08','\x18','\x40','\x0c','\x70','\x7f','\xfe','\x60','\x62','\x20','\x60','\x62','\x20','\x60','\x7f','\xfc','\x60','\x62','\x20','\x66','\x6f','\xf9','\xff','\x68','\x88','\x66','\x68','\x88','\x66','\x6f','\xf8','\x66','\x68','\x88','\x66','\x68','\x88','\x66','\x6f','\xf8','\x66','\x60','\x80','\x66','\x70','\x8c','\x66','\x5f','\xfe','\x66','\x58','\x8c','\x66','\x58','\x8c','\xc6','\x58','\xac','\xc6','\x5f','\xec','\xce','\x9b','\x2c','\x8c','\x18','\x0d','\x8c','\x18','\x3d','\x7c','\x18','\x1a','\x18','\x1c','\x70','\xe0','\x18','\x60','\xc0','\xff','\xfc','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x7c','\xf8','\xc6','\x44','\x8b','\xff','\x44','\x88','\xc6','\x7c','\xf8','\xc6','\x11','\x00','\xc6','\x1d','\xc0','\xc6','\x19','\x90','\xc6','\x3f','\xf8','\xc6','\x31','\x00','\xc6','\x71','\x20','\xc6','\xbf','\xf1','\x86','\x31','\x01','\x86','\x31','\x21','\x86','\x3f','\xf1','\x0e','\x31','\x03','\x0c','\x31','\x02','\x0c','\x31','\x16','\x1c','\x3f','\xfc','\xf8','\x30','\x08','\x30','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x00','\x0c','\x20','\x00','\x0c','\xc0','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x07','\xc0','\x00','\x01','\x80','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x18','\x61','\x8c','\x32','\x63','\x0c','\x61','\xc3','\x0c','\x80','\xe3','\x0c','\x01','\xb6','\x0c','\x01','\x9e','\x0c','\x03','\x0c','\x0c','\x06','\x0e','\x1c','\x0c','\x1b','\x18','\x18','\x33','\x98','\x60','\x61','\xb8','\x00','\xc0','\x30','\x01','\x80','\x70','\x06','\x00','\xe0','\x18','\x07','\xc0','\x00','\x01','\x80','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x08','\x0c','\x30','\x0e','\x0c','\x6e','\x0d','\xcc','\x8d','\x99','\x8c','\x0c','\x59','\x8c','\x0c','\x31','\x8c','\x0c','\x71','\x8c','\x0c','\x59','\x8c','\x0c','\x8d','\x8c','\x0d','\x0d','\x9c','\x0c','\x01','\x98','\x0f','\xff','\x98','\x0c','\x01','\xb8','\x0c','\x00','\x30','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xc0','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x01','\x8c','\x6f','\xff','\xcc','\x8c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0f','\xff','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x9c','\x0c','\x61','\x98','\x0f','\xff','\x98','\x0c','\x01','\xb8','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xc0','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x1f','\xff','\xff','\x18','\x02','\x06','\x30','\x71','\x86','\x20','\x60','\x86','\x7f','\xff','\xe6','\x80','\x60','\x06','\x10','\x61','\x86','\x1f','\xff','\xc6','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x1f','\xff','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x1f','\xff','\x86','\x18','\x61','\x86','\x18','\x61','\x8e','\x18','\x61','\x8c','\x18','\x6f','\xbc','\x18','\x63','\x18','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x30','\x01','\x8c','\x3f','\xff','\xcc','\x40','\x00','\x0c','\x80','\x00','\x0c','\x07','\xfe','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x07','\xfe','\x0c','\x00','\x00','\x0c','\x1f','\xff','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x1f','\xff','\x8c','\x18','\x61','\x8c','\x18','\x61','\x9c','\x1f','\xff','\x98','\x18','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x03','\x00','\x06','\x33','\x06','\xff','\xfb','\xff','\x0c','\x02','\x06','\x0d','\x06','\x06','\x18','\xc4','\x66','\x10','\x6f','\xf6','\x2f','\x30','\x66','\xc0','\x30','\x66','\x00','\xc0','\x66','\x7f','\xe4','\x66','\x0c','\x07','\xe6','\x18','\x06','\x0e','\x18','\xc6','\x0c','\x3f','\xe6','\x3c','\x30','\xc6','\x18','\x00','\xc6','\x00','\x01','\xc6','\x02','\x01','\x86','\x02','\x03','\x86','\x03','\x1f','\x07','\xff','\x06','\x03','\xfe','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x30','\x06','\x00','\x78','\x06','\x00','\xe0','\x06','\x01','\xc0','\x06','\x03','\x80','\x06','\x06','\x00','\x06','\x1c','\x00','\x06','\x30','\x00','\x06','\xe0','\x00','\x07','\x80','\x00','\x3e','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x00','\x06','\x07','\xff','\xfe','\x03','\xff','\xfc','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x00','\x31','\x00','\x18','\x31','\xff','\xfc','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xff','\xf8','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xff','\xf8','\x31','\x86','\x18','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x40','\x00','\x0c','\x7f','\xff','\xfe','\x60','\x00','\x00','\x64','\x08','\x40','\x63','\x0e','\x70','\x61','\x8c','\xe0','\x61','\x98','\x88','\x68','\x1f','\xfc','\x64','\xb8','\x80','\x66','\xd8','\x80','\x66','\x98','\x90','\x60','\x9f','\xf8','\x61','\x98','\x80','\x61','\x18','\x80','\x6f','\x18','\x90','\x67','\x1f','\xf8','\x63','\x18','\x80','\x63','\x18','\x80','\x63','\x18','\x84','\x63','\x9f','\xfe','\x61','\x98','\x00','\x60','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x0c','\x00','\x31','\xff','\xe0','\x31','\x0c','\x20','\x31','\x0c','\x20','\x31','\xff','\xe0','\x30','\x0c','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\xff','\xc0','\x30','\x80','\x40','\x30','\xff','\xc0','\x30','\x80','\x40','\x30','\xff','\xc0','\x30','\x80','\x40','\x30','\xff','\xc0','\x30','\x20','\x00','\x30','\xf1','\xe0','\x33','\x80','\x70','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x40','\x00','\x0c','\x7f','\xff','\xfe','\x60','\x00','\x00','\x60','\x0c','\x00','\x60','\x1c','\x00','\x60','\x3a','\x00','\x60','\x71','\x80','\x60','\xc0','\xf0','\x63','\x00','\x3e','\x6c','\x7f','\x8c','\x60','\x00','\x00','\x60','\x00','\x00','\x63','\xf3','\xf0','\x62','\x32','\x30','\x62','\x32','\x30','\x63','\xf3','\xf0','\x60','\x80','\x80','\x60','\xc0','\xc0','\x61','\xb1','\x80','\x63','\x13','\x70','\x6c','\x0c','\x18','\x60','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x3f','\xff','\xfe','\x1f','\xff','\xfe','\x00','\x00','\x00','\x40','\x00','\x0c','\x7f','\xff','\xfe','\x60','\x00','\x00','\x60','\x80','\xc0','\x60','\xff','\xe0','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x60','\xff','\xc0','\x60','\xc0','\xc0','\x60','\x00','\x00','\x64','\x32','\x18','\x67','\xfb','\xfc','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x18','\x67','\xf3','\xf8','\x66','\x33','\x18','\x60','\x00','\x00','\x60','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x61','\x80','\x3f','\xff','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x80','\x01','\xc1','\x82','\x01','\x81','\x82','\x03','\x81','\x82','\x07','\x01','\x83','\x0e','\x01','\xff','\x38','\x00','\xfe','\xc0','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x1c','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x1c','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x60','\x18','\x30','\x80','\x18','\x30','\x0e','\x1c','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x03','\x98','\xe0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x00','\xc0','\x18','\x00','\xc0','\x60','\x00','\xc0','\x00','\x00','\x00','\x00','\x18','\x0e','\xff','\xfc','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x20','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x06','\x30','\x1f','\xff','\x30','\x18','\x00','\x00','\x00','\x00','\x00','\x20','\x80','\x40','\x38','\xe0','\x30','\x30','\xc0','\x18','\x31','\x0c','\x18','\x7f','\xfe','\x02','\x61','\x80','\x04','\x61','\x88','\x04','\xff','\xfc','\x08','\xe1','\x80','\x19','\x61','\x88','\xf2','\x7f','\xfc','\x70','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x38','\x7f','\xff','\x18','\x60','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1e','\x00','\x00','\x19','\xc0','\x00','\x18','\x70','\x00','\x18','\x38','\x00','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x01','\x00','\x60','\x01','\xff','\xf0','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x87','\xe0','\x01','\x81','\xc0','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x70','\x00','\x03','\xf8','\x10','\x7f','\x80','\x1f','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x00','\x30','\x19','\xff','\xf8','\x19','\x80','\x30','\x19','\x80','\x30','\x19','\x80','\x30','\x19','\x80','\x30','\x19','\x81','\xf0','\x19','\x80','\x60','\x31','\x80','\x04','\x31','\x80','\x04','\x21','\x80','\x04','\x61','\x80','\x06','\x41','\xff','\xfe','\x80','\xff','\xfc','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x02','\x06','\x0c','\x33','\xff','\x0f','\xfb','\x06','\x18','\x33','\x06','\x18','\x33','\x06','\x10','\x33','\x06','\x30','\x73','\x06','\x28','\x63','\x06','\x44','\x63','\x06','\x86','\xe3','\x06','\x06','\xc3','\x06','\x00','\xc3','\x06','\x01','\x83','\x06','\x01','\x83','\x06','\x03','\x03','\x06','\x02','\x03','\x06','\x06','\x03','\x3e','\x0c','\x03','\x0c','\x18','\x03','\x00','\x30','\x03','\x00','\xc0','\x03','\x00','\x00','\x03','\x00','\x08','\x00','\x00','\x0e','\x81','\x06','\x0c','\x61','\xff','\x18','\x31','\x86','\x10','\x31','\x86','\x20','\x01','\x86','\x43','\x01','\x86','\x03','\x01','\x86','\x06','\x81','\x86','\x06','\x61','\x86','\x0c','\x31','\x86','\x18','\x39','\x86','\x10','\x19','\x86','\x20','\x01','\x86','\x50','\x61','\x86','\x9f','\xf1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\xbe','\x18','\x61','\x8c','\x18','\x61','\x80','\x1f','\xe1','\x80','\x18','\x61','\x80','\x18','\x01','\x80','\x00','\x38','\x00','\x10','\x30','\x80','\x0c','\x30','\xe0','\x06','\x30','\xc0','\x06','\x30','\x80','\x00','\x31','\x18','\x3f','\xff','\xfc','\x00','\x64','\x00','\x00','\x64','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x80','\xc0','\x03','\x00','\x60','\x07','\xff','\xb8','\x0d','\x81','\x9f','\x19','\x81','\x8e','\x31','\x81','\x86','\xc1','\x8f','\x80','\x01','\x83','\x10','\x01','\x80','\x10','\x01','\x80','\x18','\x01','\xff','\xf8','\x00','\xff','\xf0','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\xe8','\x08','\x30','\xc6','\x1c','\x30','\xc2','\x18','\x30','\xc0','\x30','\x3f','\xfe','\x64','\x30','\xc0','\xce','\x30','\xc1','\x0c','\x30','\xc0','\x18','\x30','\xf8','\x30','\x31','\xf0','\x62','\x31','\xb1','\x87','\x31','\xb0','\x0e','\x31','\xb0','\x1c','\x21','\x30','\x30','\x63','\x30','\xc0','\x62','\x33','\x02','\x46','\x30','\x02','\x44','\x30','\x03','\x88','\x3f','\xff','\x00','\x1f','\xfe','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x32','\x18','\x0e','\x33','\xfc','\xec','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xf8','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xf8','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x23','\xf8','\xcc','\x60','\x00','\x0c','\x62','\x20','\x0c','\x43','\x98','\x0c','\x43','\x0c','\x0c','\x86','\x0c','\x7c','\x08','\x00','\x18','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x0c','\x37','\xff','\xfe','\x30','\x0c','\x00','\x30','\x08','\x00','\x30','\xff','\xf0','\x30','\xc0','\x30','\x30','\xff','\xf0','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xff','\xf0','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xff','\xf0','\x30','\x30','\x00','\x20','\x7f','\xe0','\x60','\xe0','\xc0','\x61','\x91','\x80','\x46','\x0b','\x00','\x40','\x1f','\xc0','\x80','\xf1','\xff','\x07','\x80','\x1e','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x34','\x10','\x80','\x32','\x1c','\xe0','\x33','\x18','\xc0','\x33','\x10','\xc0','\x30','\x20','\x86','\x3f','\xfd','\xff','\x30','\xc1','\x06','\x30','\xc1','\x04','\x34','\xca','\x68','\x34','\xc8','\x60','\x34','\xc8','\x60','\x34','\xc8','\x60','\x34','\xc8','\x60','\x37','\xf8','\xd0','\x24','\xc8','\xd0','\x60','\xc0','\xd8','\x60','\x80','\x88','\x41','\x81','\x8c','\x41','\x01','\x0f','\x82','\x02','\x06','\x0c','\x0c','\x06','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x33','\x18','\x0c','\x32','\x11','\x3e','\x32','\x11','\xf0','\x3f','\xfd','\x80','\x32','\x11','\x80','\x32','\x11','\x80','\x33','\xf1','\x86','\x32','\x11','\xff','\x32','\x11','\x98','\x33','\xf1','\x98','\x32','\x11','\x98','\x32','\x11','\x98','\x32','\x11','\x98','\x3f','\xfd','\x98','\x20','\x01','\x98','\x60','\x01','\x98','\x64','\x61','\x18','\x47','\x3b','\x18','\x46','\x1a','\x18','\x8c','\x04','\x18','\x10','\x08','\x18','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\x80','\x34','\xc8','\xe0','\x34','\xcc','\xc0','\x36','\xc8','\xc0','\x36','\xd0','\x80','\x30','\xc0','\x86','\x30','\xc1','\xff','\x37','\xf9','\x18','\x34','\x09','\x18','\x34','\x0a','\x98','\x35','\xe8','\x98','\x35','\x28','\xd0','\x35','\x28','\x50','\x35','\x28','\x70','\x25','\x28','\x20','\x65','\xe8','\x70','\x64','\x08','\x50','\x44','\x08','\xd8','\x44','\x08','\x8f','\x84','\x79','\x0e','\x04','\x32','\x06','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x80','\x02','\x00','\x40','\x06','\x00','\x20','\x04','\x00','\x30','\x08','\x00','\x18','\x10','\x07','\xf8','\x7f','\xfc','\x1c','\x3f','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x71','\x00','\x00','\x60','\xc0','\x00','\x80','\x70','\x3f','\xff','\xb8','\x1f','\x80','\x18','\x08','\x00','\x40','\x0c','\x00','\x60','\x09','\x18','\x48','\x11','\x98','\x84','\xff','\xb5','\xfe','\x70','\x63','\x06','\x00','\xc1','\x80','\x01','\x88','\xe0','\x07','\x1c','\x78','\x1c','\x39','\x1f','\xe0','\xe3','\x86','\x03','\x87','\x20','\x1c','\x1c','\x70','\x00','\x70','\xe0','\x07','\x83','\x80','\x00','\x0e','\x00','\x00','\x78','\x00','\x03','\x80','\x00','\x08','\x01','\x00','\x0e','\x01','\xc0','\x1c','\x31','\x86','\x1f','\xfb','\xff','\x31','\x82','\x30','\x60','\x84','\x10','\x87','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x20','\xc0','\x0c','\x74','\x78','\x30','\xe6','\x1f','\xc1','\x8c','\x86','\x06','\x10','\x60','\x39','\xff','\xf0','\x00','\xe0','\x30','\x08','\x02','\x00','\x0c','\x83','\x20','\x18','\xc6','\x30','\x11','\x84','\x64','\x3f','\xef','\xfe','\x71','\x16','\x20','\xb1','\x06','\x20','\x3f','\xe7','\xfc','\x31','\x06','\x20','\x31','\x06','\x20','\x3f','\xe7','\xfc','\x31','\x06','\x20','\x31','\x06','\x26','\x3f','\xf7','\xff','\x30','\x06','\x00','\x00','\x00','\x60','\x3f','\xff','\xf0','\x01','\x01','\xc0','\x00','\xc3','\x80','\x00','\x66','\x00','\x00','\x3c','\x00','\x00','\xe7','\x80','\x07','\x81','\xff','\xf8','\x00','\x1e','\x00','\x1c','\x00','\x00','\x98','\x00','\x13','\xd8','\x18','\x1e','\x19','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\x99','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x30','\x3f','\xff','\xf8','\x02','\x00','\xe0','\x01','\x01','\xc0','\x00','\x83','\x80','\x00','\x6e','\x00','\x00','\x38','\x00','\x00','\xef','\x00','\x07','\x83','\xff','\xf8','\x00','\x7e','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x1f','\xff','\xe0','\x01','\x01','\xc0','\x00','\x83','\x80','\x00','\x6e','\x00','\x00','\x38','\x00','\x00','\xef','\x00','\x07','\x83','\xff','\xf8','\x00','\x7e','\x0e','\x00','\x38','\x0c','\x3c','\x30','\x0c','\x00','\x32','\x0d','\x7e','\x33','\x2d','\x80','\xb6','\x2d','\x3c','\xb4','\x6e','\x01','\xb8','\xcc','\x3d','\x30','\xcc','\x00','\x30','\x1a','\x7e','\x68','\x1b','\x42','\x64','\x33','\x42','\x46','\x20','\x7e','\x83','\x40','\x01','\x03','\x80','\x00','\x60','\x1f','\xff','\xf0','\x02','\x01','\xc0','\x01','\x83','\x80','\x00','\xee','\x00','\x00','\x38','\x00','\x00','\x6f','\x00','\x01','\xc3','\xf0','\x0e','\x00','\xff','\xf0','\x00','\x1e','\x00','\x00','\x00','\x00','\x00','\x06','\x41','\xbf','\xff','\x7f','\xc0','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x60','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x06','\x41','\xbf','\xff','\x7f','\xc3','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x87','\x06','\x61','\x86','\x06','\x61','\x86','\x06','\x7f','\x86','\x06','\x61','\x8e','\x0e','\x60','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\x18','\x0c','\x00','\x30','\x1c','\x00','\x60','\x18','\x00','\xc0','\xf8','\x03','\x00','\x30','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x10','\x80','\x43','\x1c','\x80','\x7f','\x98','\x80','\x63','\x18','\x80','\x63','\x18','\x80','\x63','\x18','\xc0','\x63','\x18','\x40','\x63','\x18','\x40','\x63','\x18','\x40','\x63','\x18','\x40','\x63','\x38','\x40','\x63','\x30','\x60','\x63','\x30','\x20','\x63','\x30','\x20','\x7f','\x60','\x30','\x63','\x60','\x30','\x60','\x40','\x18','\x00','\xc0','\x18','\x00','\x80','\x1c','\x01','\x00','\x0f','\x02','\x00','\x0e','\x04','\x00','\x06','\x00','\x01','\x80','\x00','\x7f','\xc0','\x00','\x01','\x00','\x43','\x01','\x00','\x7f','\x81','\x00','\x63','\x01','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x80','\x63','\x03','\x80','\x63','\x06','\x80','\x63','\x06','\x80','\x63','\x06','\xc0','\x63','\x0e','\x40','\x63','\x0c','\x40','\x63','\x0c','\x60','\x7f','\x18','\x20','\x63','\x18','\x30','\x60','\x30','\x30','\x00','\x30','\x18','\x00','\x60','\x1c','\x00','\xc0','\x0f','\x01','\x80','\x0e','\x06','\x00','\x06','\x00','\x00','\x0c','\x00','\x3f','\xfe','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x86','\x61','\xff','\xff','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x7f','\x81','\x80','\x61','\x81','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x11','\x80','\x7f','\x9d','\x80','\x63','\x19','\x80','\x63','\x19','\x80','\x63','\x11','\x8c','\x63','\x3f','\xfe','\x63','\x21','\x80','\x63','\x21','\x80','\x63','\x41','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\xff','\xff','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x0c','\x00','\x7f','\xfe','\x43','\x18','\x60','\x7f','\x98','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x66','\x63','\xff','\xff','\x63','\x01','\xe0','\x63','\x03','\x60','\x63','\x03','\x60','\x7f','\x06','\x60','\x63','\x06','\x60','\x60','\x0c','\x60','\x00','\x18','\x60','\x00','\x30','\x60','\x00','\x60','\x60','\x00','\xc0','\x60','\x03','\x00','\x60','\x00','\x03','\xe0','\x00','\x00','\xc0','\x00','\x00','\x18','\x00','\x00','\x7c','\x43','\x13','\xe0','\x7f','\x9e','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x18','\x06','\x63','\x1f','\xff','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x7f','\x18','\x60','\x63','\x38','\x60','\x60','\x30','\x60','\x00','\x30','\x60','\x00','\x60','\x60','\x00','\x40','\x60','\x00','\x80','\x60','\x03','\x00','\x60','\x00','\x00','\x60','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x10','\x60','\x63','\x1f','\xf0','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x7f','\x18','\x60','\x63','\x18','\x60','\x60','\x18','\x60','\x00','\x18','\x62','\x00','\x30','\x62','\x00','\x30','\x62','\x00','\x60','\x63','\x00','\xc0','\x7f','\x03','\x00','\x3e','\x00','\x00','\x70','\x00','\x03','\x60','\x46','\xff','\xe0','\x7f','\x03','\x60','\x66','\x02','\x60','\x66','\x06','\x60','\x66','\x14','\x60','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x1b','\x60','\x66','\x1e','\x60','\x66','\x38','\x60','\x67','\xf8','\x60','\x66','\xd8','\x60','\x66','\x98','\x60','\x7e','\x18','\x60','\x66','\x18','\x60','\x60','\x18','\x62','\x00','\x18','\x62','\x00','\x18','\x62','\x00','\x18','\x63','\x00','\xf8','\x7f','\x00','\x30','\x3e','\x00','\x04','\x00','\x00','\x07','\x00','\x43','\x06','\x00','\x7f','\x8c','\x20','\x63','\x0c','\x10','\x63','\x08','\x18','\x63','\x18','\x0c','\x63','\x10','\x7e','\x63','\x7f','\xc6','\x63','\x3c','\x06','\x63','\x20','\x70','\x63','\x0e','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x7f','\x0c','\x60','\x63','\x0c','\x60','\x60','\x1c','\x60','\x00','\x18','\x62','\x00','\x18','\x62','\x00','\x30','\x62','\x00','\x60','\x63','\x00','\xc0','\x7f','\x03','\x00','\x3e','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\xa1','\x86','\x63','\x3f','\xff','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x33','\x46','\x63','\x33','\x66','\x63','\x32','\x26','\x63','\x36','\x36','\x63','\x34','\x36','\x7f','\x38','\x36','\x63','\x30','\x06','\x60','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x3e','\x00','\x30','\x0c','\x00','\x08','\x40','\x00','\x0e','\x40','\x43','\x0c','\x40','\x7f','\x8c','\x20','\x63','\x18','\x20','\x63','\x18','\x30','\x63','\x10','\x10','\x63','\x30','\x18','\x63','\x20','\x0c','\x63','\x40','\x0f','\x63','\x80','\x06','\x63','\x3f','\xf8','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x7f','\x06','\x18','\x63','\x0e','\x18','\x60','\x0c','\x18','\x00','\x0c','\x18','\x00','\x18','\x38','\x00','\x18','\x30','\x00','\x30','\x30','\x00','\x61','\xf0','\x01','\x80','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x02','\x01','\x80','\x01','\x03','\x80','\x00','\x83','\x00','\x00','\xc7','\x00','\x00','\x6e','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\xe3','\x80','\x03','\x80','\xf0','\x1e','\x00','\x3f','\xe0','\x00','\x0e','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x20','\x0c','\x43','\x3f','\xfe','\x7f','\xb0','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x31','\x0c','\x63','\x31','\x00','\x63','\x31','\x80','\x63','\x30','\x80','\x63','\x30','\x80','\x7f','\x30','\xc0','\x63','\x30','\x40','\x60','\x60','\x60','\x60','\x60','\x60','\x00','\x60','\x30','\x00','\x40','\x38','\x00','\xc0','\x1c','\x00','\x80','\x1f','\x01','\x00','\x0e','\x02','\x00','\x06','\x00','\x18','\x00','\x00','\x07','\x00','\x00','\x01','\xc0','\x00','\x00','\xc0','\x43','\x00','\x00','\x7f','\x83','\x00','\x63','\x7f','\x80','\x63','\x03','\x00','\x63','\x03','\x08','\x63','\x03','\x0e','\x63','\x1b','\x0c','\x63','\xfb','\x98','\x63','\x1b','\xa0','\x63','\x33','\x40','\x63','\x33','\x40','\x63','\x23','\x60','\x7f','\x63','\x20','\x63','\x43','\x30','\x60','\xc3','\x18','\x00','\x83','\x1f','\x01','\x03','\x0e','\x02','\x03','\x06','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x43','\x7f','\xff','\x7f','\x80','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x21','\x98','\x63','\x3f','\xd8','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x3f','\x98','\x63','\x31','\x98','\x7f','\x30','\x18','\x63','\x00','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x08','\x00','\x00','\x0e','\x00','\x80','\x0c','\x00','\xe0','\x0c','\x60','\xc0','\x1f','\xf0','\xc0','\x18','\x61','\xa0','\x30','\xc1','\x90','\x28','\xc3','\x08','\x45','\x82','\x0c','\x87','\x04','\x06','\x03','\x88','\x06','\x06','\xe0','\x00','\x0c','\x7e','\x00','\x18','\x0f','\xff','\x30','\x01','\xfe','\xc0','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x41','\x81','\x80','\x7f','\x81','\x86','\x61','\xff','\xff','\x61','\x81','\x00','\x61','\x81','\xc0','\x61','\x81','\x80','\x61','\x81','\x00','\x61','\x92','\x10','\x61','\x8c','\x1c','\x61','\x86','\x38','\x61','\x83','\x30','\x61','\x83','\x70','\x61','\x80','\x60','\x7f','\x80','\xc0','\x61','\x81','\x80','\x60','\x01','\x08','\x00','\x02','\x04','\x00','\x04','\x06','\x00','\x7f','\xfb','\x00','\x3f','\x03','\x00','\x20','\x03','\x00','\x00','\x18','\x00','\x20','\xfc','\x43','\x3f','\xe0','\x7f','\xb0','\x20','\x63','\x33','\x20','\x63','\x33','\x20','\x63','\x33','\x20','\x63','\x33','\x20','\x63','\x33','\x20','\x63','\x33','\x20','\x63','\x33','\x30','\x63','\x33','\x10','\x63','\x33','\x10','\x63','\x33','\x10','\x63','\x33','\x10','\x7f','\x33','\x18','\x63','\x33','\x18','\x60','\x63','\x08','\x00','\x63','\x48','\x00','\x43','\x4c','\x00','\xc3','\xec','\x00','\x9e','\x6f','\x01','\x0c','\x66','\x06','\x00','\x06','\x00','\x20','\x06','\x00','\x3f','\xff','\x43','\x31','\x86','\x7f','\xb1','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x7f','\x3f','\xfe','\x63','\x31','\x86','\x60','\x31','\x86','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x0c','\x3b','\x03','\x1e','\x33','\x33','\x38','\x33','\xfb','\x60','\x33','\x03','\x80','\x33','\x03','\x02','\x33','\x03','\x02','\x33','\x03','\x02','\x33','\xf3','\x03','\xff','\x03','\xff','\x78','\x01','\xfe','\x40','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x20','\xc4','\x18','\x3f','\xe7','\xfc','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x03','\x00','\x03','\xff','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x18','\x03','\xff','\xe0','\x01','\xfe','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x43','\x21','\x86','\x7f','\xbf','\xff','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x7f','\x31','\x86','\x63','\x3f','\xfe','\x60','\x31','\x86','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x10','\x30','\x00','\x1f','\xf8','\x43','\x18','\x30','\x7f','\x98','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x7f','\x18','\x30','\x63','\x18','\x30','\x60','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x30','\x0c','\x46','\x33','\xfe','\x7f','\x30','\x8c','\x66','\x30','\x8c','\x66','\x36','\x8c','\x67','\xfe','\x8c','\x66','\x66','\x88','\x66','\x66','\xc8','\x66','\x66','\x58','\x66','\x64','\x50','\x66','\x64','\x50','\x66','\xcc','\x70','\x66','\xc8','\x20','\x66','\xc8','\x20','\x66','\xd8','\x70','\x7e','\xf0','\x50','\x66','\x38','\x50','\x60','\x2c','\xd8','\x00','\x66','\x88','\x00','\x47','\x8c','\x00','\x81','\x0f','\x01','\x02','\x06','\x06','\x0c','\x06','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x39','\x8e','\x7f','\xb1','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x71','\x87','\x7f','\x61','\x86','\x63','\x61','\x86','\x60','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x08','\x38','\x00','\x0e','\x30','\x43','\x0c','\x30','\x7f','\x8c','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x36','\x63','\x37','\xff','\x63','\x30','\x30','\x63','\x30','\x30','\x63','\x74','\x30','\x63','\xb2','\x30','\x63','\x33','\x30','\x63','\x33','\x30','\x63','\x33','\x30','\x7f','\x30','\x30','\x63','\x30','\x30','\x60','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x31','\xf0','\x00','\x30','\x60','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x43','\x0c','\x00','\x7f','\x98','\x0c','\x63','\x1f','\xfe','\x63','\x10','\x0c','\x63','\x30','\x0c','\x63','\x21','\x8c','\x63','\x7f','\xcc','\x63','\x81','\x8c','\x63','\x01','\x8c','\x63','\x01','\x8c','\x63','\x21','\x8c','\x63','\x3f','\x9c','\x7f','\x30','\x18','\x63','\x30','\x18','\x60','\x30','\xf8','\x00','\x30','\x30','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x8c','\x63','\x3f','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x8c','\x63','\x3f','\xfe','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x01','\xc0','\x63','\x01','\x80','\x63','\x01','\x8c','\x7f','\x3f','\xfe','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x10','\x64','\x18','\x1f','\xf7','\xfc','\x18','\x66','\x18','\x18','\x66','\x18','\x18','\x66','\x18','\x18','\x66','\x18','\x1f','\xe7','\xf8','\x18','\x66','\x18','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x01','\x80','\x30','\x03','\xff','\xf8','\x03','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x03','\xa0','\x00','\x03','\x18','\x00','\x03','\x18','\x20','\x03','\x06','\x3f','\xff','\xff','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x13','\x08','\x37','\xfb','\x0e','\x30','\x03','\x0c','\x30','\x01','\x0c','\x32','\x31','\x98','\x33','\xf9','\x98','\x33','\x31','\x90','\x33','\x30','\xb0','\x33','\x30','\xe0','\x33','\x30','\x40','\x33','\x30','\xe0','\x23','\xf0','\xa2','\x23','\x31','\x32','\x63','\x02','\x1a','\x40','\x04','\x1f','\x40','\x18','\x0f','\x80','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x7f','\xff','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x06','\x10','\x63','\x06','\x08','\x63','\x04','\x0c','\x63','\x08','\x76','\x63','\x7f','\x86','\x63','\x3c','\x06','\x63','\x20','\x00','\x63','\x01','\xc0','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x8c','\x63','\x3f','\xfe','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x86','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x08','\x00','\x63','\x0e','\x20','\x63','\x0c','\x18','\x63','\x18','\x0c','\x63','\x10','\x4e','\x63','\x28','\x76','\x63','\x48','\x60','\x63','\x04','\x60','\x63','\x04','\xc0','\x7f','\x02','\xc0','\x63','\x03','\x80','\x60','\x01','\x00','\x00','\x03','\x80','\x00','\x06','\xc0','\x00','\x0c','\x70','\x00','\x18','\x3f','\x00','\x60','\x1e','\x01','\x80','\x06','\x00','\x0e','\x70','\x00','\x0c','\x60','\x43','\x0c','\x60','\x7f','\x8c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x6c','\x63','\x7f','\xfe','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x66','\x63','\xff','\xff','\x7f','\x00','\x00','\x63','\x00','\x00','\x60','\x08','\x40','\x00','\x0e','\x30','\x00','\x1c','\x18','\x00','\x18','\x0c','\x00','\x30','\x0e','\x00','\x60','\x06','\x01','\x80','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x07','\x80','\x43','\x06','\x80','\x7f','\x86','\xc0','\x63','\x0c','\x40','\x63','\x0c','\x60','\x63','\x18','\x30','\x63','\x10','\x38','\x63','\x20','\x1c','\x63','\x5f','\xef','\x63','\x80','\x06','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x20','\x18','\x63','\x3f','\xfc','\x7f','\x30','\x18','\x63','\x30','\x18','\x60','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x10','\x00','\x00','\x1c','\x00','\x03','\x18','\x00','\x7f','\x98','\x06','\x00','\x1f','\xff','\x00','\x33','\x06','\x00','\x23','\x04','\x00','\x46','\x88','\x00','\x06','\x40','\x03','\x84','\x60','\xfc','\x0c','\x30','\x70','\x18','\x1c','\x40','\x30','\x0f','\x01','\xc0','\x06','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x20','\x64','\x0c','\x3f','\xf7','\xfe','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe6','\x0c','\x32','\x67','\xfc','\x32','\x06','\x0c','\x32','\x00','\x00','\x31','\x02','\x10','\x31','\x03','\x88','\x31','\x83','\x0c','\x30','\x86','\x06','\x30','\xc4','\x06','\x30','\x68','\x06','\x20','\x30','\x00','\x20','\x1c','\x00','\x60','\x0f','\x80','\x40','\x03','\xff','\x80','\x00','\xfe','\x00','\x00','\x00','\x00','\x00','\x06','\x43','\x7f','\xff','\x7f','\x86','\x60','\x63','\x06','\x60','\x63','\x06','\x60','\x63','\x46','\x66','\x63','\x7f','\xff','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x64','\x66','\x63','\x6c','\x7e','\x7f','\x68','\x3e','\x63','\x70','\x06','\x60','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x21','\x80','\x43','\x21','\x86','\x7f','\xff','\xff','\x63','\x60','\x06','\x63','\x60','\x44','\x63','\x01','\xe8','\x63','\x07','\x80','\x63','\x3f','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\x7f','\xff','\x63','\x03','\x00','\x7f','\x03','\x00','\x63','\x03','\x00','\x60','\x03','\x00','\x00','\x03','\x04','\x00','\x03','\x04','\x00','\x03','\x06','\x00','\x03','\xfe','\x00','\x01','\xfc','\x00','\x07','\x00','\x00','\x06','\x08','\x43','\x06','\x0e','\x7f','\x86','\x1c','\x63','\x7f','\xf8','\x63','\x06','\x18','\x63','\x06','\x30','\x63','\x06','\x60','\x63','\x06','\xc6','\x63','\xff','\xff','\x63','\x03','\x00','\x63','\x06','\x00','\x63','\x06','\x08','\x63','\x0f','\x0e','\x7f','\x1e','\x1c','\x63','\x36','\x30','\x60','\x66','\xc0','\x00','\xc7','\x00','\x03','\x06','\x00','\x00','\x06','\x04','\x00','\x06','\x04','\x00','\x06','\x06','\x00','\x07','\xfe','\x00','\x03','\xfc','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x10','\xc0','\x03','\x1f','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x23','\x18','\xcc','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x08','\x00','\x00','\x0e','\x0c','\x43','\x1d','\xfe','\x7f','\x98','\x00','\x63','\x30','\x00','\x63','\x24','\x00','\x63','\x47','\x00','\x63','\x06','\x00','\x63','\x0c','\x06','\x63','\x0d','\xff','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x38','\x18','\x63','\x58','\x18','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\xf8','\x00','\x18','\x30','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x60','\x04','\x0c','\x60','\x07','\xfe','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x07','\xfc','\x60','\x06','\x03','\xe0','\x00','\x00','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x30','\x08','\x18','\x30','\x0f','\xfc','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xf8','\x30','\x0c','\x18','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x08','\xe0','\x00','\x0e','\xc8','\x43','\x1c','\xc4','\x7f','\x38','\xc6','\x63','\xd8','\xc6','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc6','\x63','\xff','\xff','\x63','\x18','\xc0','\x63','\x18','\xc8','\x63','\x18','\xce','\x63','\x18','\xcc','\x63','\x1e','\xc8','\x63','\xf8','\x58','\x63','\x78','\x50','\x7f','\x58','\x70','\x63','\x18','\x22','\x60','\x18','\x72','\x00','\x18','\xda','\x00','\x18','\x9a','\x00','\x19','\x0e','\x00','\xfa','\x07','\x00','\x30','\x03','\x00','\x00','\x10','\x00','\x18','\x3c','\x43','\x07','\x70','\x7f','\x81','\xe0','\x63','\x07','\x38','\x63','\x38','\x18','\x63','\x03','\x80','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x06','\x00','\x63','\x0d','\xc0','\x63','\x0d','\x80','\x63','\x19','\x86','\x63','\x3f','\xff','\x63','\x71','\x86','\x7f','\xb1','\x86','\x63','\x31','\x86','\x60','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\xbe','\x00','\x31','\x8c','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x0c','\x00','\x7f','\xfe','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x18','\x63','\x3f','\xfc','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x1e','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x7f','\x10','\x0c','\x63','\x1f','\xfe','\x60','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x00','\x06','\x00','\x7f','\xff','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x7f','\x31','\x8c','\x63','\x01','\x80','\x60','\x11','\x80','\x00','\x0d','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x00','\x06','\xe0','\x00','\x0c','\x7f','\x00','\x30','\x1e','\x00','\xc0','\x06','\x00','\x07','\x00','\x00','\x06','\x00','\x43','\x06','\x10','\x7f','\x86','\x1c','\x63','\x7f','\xf8','\x63','\x06','\x30','\x63','\x06','\x60','\x63','\x06','\xc6','\x63','\xff','\xff','\x63','\x01','\x80','\x63','\x03','\x18','\x63','\x7f','\xfc','\x63','\x0c','\x30','\x63','\x18','\x20','\x63','\x31','\x40','\x7f','\xc1','\x80','\x63','\x01','\x8c','\x60','\xff','\xfe','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x00','\x00','\x00','\x00','\x1c','\x40','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\x61','\x80','\x00','\xc1','\xc0','\x01','\x80','\xf0','\x03','\x00','\x7e','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x00','\x03','\xa0','\x00','\x03','\x18','\x43','\x03','\x18','\x7f','\x03','\x06','\x63','\xff','\xff','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x43','\x0c','\x63','\x7f','\xfe','\x63','\x63','\x0c','\x63','\x63','\x0c','\x63','\x63','\x0c','\x63','\x7f','\xfc','\x63','\x63','\x0c','\x63','\x63','\x0c','\x7f','\x63','\x0c','\x63','\x7f','\xfc','\x60','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x3c','\x00','\x63','\x18','\x00','\x00','\x0c','\x00','\x3f','\xfe','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x98','\x63','\x1f','\xfc','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x0e','\x38','\x63','\x0c','\x30','\x7f','\x0c','\x36','\x60','\xff','\xff','\x60','\x0c','\x30','\x00','\x0c','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x30','\x30','\x00','\x20','\x30','\x00','\x40','\x30','\x01','\x80','\x30','\x00','\x70','\x60','\x00','\x60','\x60','\x46','\x60','\x60','\x7e','\x60','\x60','\x66','\x66','\xd0','\x67','\xff','\xd0','\x66','\x60','\xd0','\x66','\x60','\x98','\x66','\x60','\x88','\x66','\x6d','\x8c','\x66','\x7d','\x0f','\x66','\x4d','\x46','\x66','\x4e','\x26','\x66','\x4c','\x30','\x66','\x4c','\x18','\x66','\xcc','\x18','\x7e','\xcc','\x00','\x66','\x8c','\x80','\x60','\x8c','\x60','\x00','\x98','\x30','\x01','\x98','\x18','\x01','\x18','\x1c','\x01','\x78','\x0c','\x02','\x30','\x0c','\x00','\x40','\x06','\x46','\x7f','\xff','\x7f','\x60','\x00','\x66','\x60','\xe0','\x66','\x60','\xc0','\x66','\x60','\xd8','\x66','\x67','\xfc','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xcc','\x66','\x6f','\xfe','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\xe0','\x66','\x60','\xc0','\x7e','\x60','\xcc','\x66','\x4f','\xfe','\x60','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\x80','\xc0','\x01','\x80','\xc0','\x01','\x00','\xc6','\x02','\x3f','\xff','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x46','\x60','\x46','\x7e','\x62','\x7f','\x66','\x7f','\x66','\x66','\xd8','\x66','\x66','\x98','\x66','\x67','\x18','\x66','\x66','\x18','\x66','\x66','\x19','\x66','\x67','\xff','\xe6','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x98','\x66','\x66','\x9f','\x66','\x7e','\x98','\x66','\x66','\x98','\x66','\x60','\x98','\x66','\x00','\x9b','\x7e','\x00','\xbc','\x6c','\x03','\xf0','\x60','\x01','\xc0','\x60','\x01','\x00','\x60','\x00','\x00','\x60','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x11','\x80','\x43','\x11','\x86','\x7f','\xbf','\xff','\x63','\x26','\x66','\x63','\x66','\x64','\x63','\x66','\x68','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x08','\x7e','\x63','\x10','\x3e','\x63','\x60','\x00','\x63','\x00','\x00','\x63','\x00','\x0c','\x7f','\x3f','\xfe','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x02','\x04','\x00','\x03','\x87','\x00','\x07','\x06','\x00','\x06','\x08','\x18','\x0f','\xff','\xfc','\x18','\x08','\x00','\x38','\x08','\x00','\xdf','\xff','\xf0','\x18','\x08','\x00','\x18','\x08','\x00','\x1f','\xff','\xf0','\x18','\x08','\x00','\x18','\x08','\x00','\x18','\x08','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x06','\x0c','\x00','\xff','\xfe','\x43','\x06','\x0c','\x7f','\x0c','\x18','\x63','\x6d','\x98','\x63','\x38','\x70','\x63','\x1c','\x38','\x63','\x36','\x6c','\x63','\x60','\xc6','\x63','\x83','\x06','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x06','\x06','\x63','\xff','\xff','\x63','\x06','\x86','\x7f','\x0c','\x8c','\x60','\xcc','\x4c','\x60','\x28','\x58','\x00','\x18','\x70','\x00','\x1c','\x20','\x00','\x36','\x70','\x00','\x66','\xdc','\x00','\xc1','\x8f','\x03','\x06','\x06','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x8c','\x7f','\x81','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x7f','\x31','\x8c','\x63','\x01','\x80','\x60','\x01','\x86','\x01','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x08','\x43','\x13','\x0e','\x7f','\x93','\x1c','\x63','\x33','\x10','\x63','\x67','\x20','\x63','\x66','\x80','\x63','\x06','\x60','\x63','\x0c','\x38','\x63','\x0c','\x1c','\x63','\x18','\x0e','\x63','\x33','\x86','\x63','\xc3','\x00','\x63','\x03','\x08','\x63','\x23','\x0e','\x7f','\x26','\x9c','\x60','\x46','\x90','\x61','\xc6','\x40','\x01','\x8c','\x40','\x00','\x0c','\x20','\x00','\x18','\x30','\x00','\x30','\x1c','\x00','\x60','\x0f','\x03','\x80','\x06','\x00','\x04','\x00','\x00','\x07','\x00','\x43','\x06','\x0c','\x7f','\x87','\xfe','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x18','\x1c','\x63','\x10','\x18','\x63','\x20','\x38','\x63','\x41','\xf0','\x63','\x00','\x60','\x63','\x02','\x00','\x63','\x27','\x06','\x63','\x3c','\x3f','\x63','\x30','\x06','\x7f','\x30','\x06','\x63','\x32','\x06','\x60','\x3f','\x3e','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x3f','\xfe','\x00','\x30','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x80','\x43','\x06','\x80','\x7f','\x8c','\x40','\x63','\x08','\x60','\x63','\x10','\x30','\x63','\x2f','\xdc','\x63','\x40','\x0f','\x63','\x80','\x66','\x63','\x3f','\xf0','\x63','\x00','\x60','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x01','\x80','\x7f','\x01','\x80','\x63','\x1a','\x10','\x60','\x59','\x0c','\x00','\x59','\x86','\x00','\xd9','\xa3','\x00','\x98','\x23','\x01','\x98','\x30','\x01','\x9f','\xf0','\x00','\x0f','\xe0','\x00','\x00','\x06','\x00','\xff','\xff','\x46','\x00','\x00','\x7f','\x00','\x00','\x66','\x40','\x0c','\x66','\x7f','\xfe','\x66','\x60','\x0c','\x66','\x60','\x0c','\x66','\x60','\x0c','\x66','\x7f','\xfc','\x66','\x60','\x0c','\x66','\x61','\xc0','\x66','\x61','\x80','\x66','\x61','\x86','\x66','\x7f','\xff','\x7e','\x61','\x80','\x66','\xc3','\x40','\x60','\xc3','\x40','\x00','\x83','\x20','\x01','\x86','\x30','\x01','\x06','\x18','\x02','\x0c','\x1f','\x00','\x18','\x0e','\x00','\x60','\x06','\x00','\x06','\x00','\x00','\x3f','\x00','\x01','\xf0','\x00','\x46','\x30','\x86','\x7f','\x30','\xff','\x66','\x30','\xc6','\x66','\x30','\xc6','\x66','\x36','\xc6','\x67','\xff','\xc6','\x66','\x30','\xc6','\x66','\x30','\xc6','\x66','\x78','\xc6','\x66','\x74','\xc6','\x66','\x74','\xc6','\x66','\xf6','\xc6','\x7e','\xb6','\xc6','\x61','\xb0','\xc6','\x61','\x30','\xc6','\x02','\x30','\xc6','\x04','\x30','\xfe','\x08','\x30','\xc6','\x00','\x30','\xc0','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x00','\x30','\x00','\x1f','\xf8','\x43','\x00','\x30','\x7f','\x80','\x30','\x63','\x1f','\xf0','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x36','\x63','\x7f','\xff','\x63','\x03','\x80','\x63','\x07','\x04','\x63','\x0d','\x87','\x63','\x19','\x86','\x63','\x63','\xcc','\x63','\x06','\xd0','\x7f','\x0c','\xe0','\x63','\x19','\xe0','\x60','\x63','\xd0','\x00','\x06','\xd8','\x00','\x0c','\xcf','\x00','\x30','\xce','\x00','\xc0','\xc6','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x11','\x80','\x43','\x11','\x86','\x7f','\xbf','\xff','\x63','\x30','\x06','\x63','\x64','\x04','\x63','\x66','\x30','\x63','\x0f','\xf8','\x63','\x0c','\x30','\x63','\x18','\x60','\x63','\x34','\x60','\x63','\x42','\xc0','\x63','\x01','\x80','\x63','\x03','\x60','\x63','\x06','\x3f','\x7f','\x0c','\x1e','\x63','\x30','\x06','\x60','\xdf','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x18','\x43','\x0f','\xfc','\x7f','\x8c','\x18','\x63','\x18','\x30','\x63','\x14','\x30','\x63','\x24','\x60','\x63','\x42','\xc0','\x63','\x01','\x80','\x63','\x03','\xc0','\x63','\x06','\x70','\x63','\x0c','\x3f','\x63','\x30','\x1e','\x63','\xc0','\x06','\x7f','\x10','\x18','\x63','\x1f','\xfc','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x00','\xe8','\x00','\x00','\xc6','\x00','\x00','\xc6','\x46','\x00','\xc0','\x7f','\x40','\xc6','\x66','\x7f','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x6f','\xc4','\x66','\x60','\xc7','\x66','\x60','\xc6','\x66','\x6f','\x4c','\x66','\x69','\x4c','\x66','\x69','\x48','\x66','\x69','\x58','\x7e','\x49','\x70','\x66','\xcf','\x22','\x60','\xc0','\x72','\x00','\x80','\x52','\x01','\x80','\xda','\x01','\x01','\x8e','\x02','\x03','\x07','\x04','\x0c','\x03','\x00','\x20','\x06','\x00','\x3f','\xff','\x43','\x31','\x86','\x7f','\xb1','\x86','\x63','\x3f','\xfe','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x30','\x06','\x63','\x00','\x00','\x63','\x1f','\xfc','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\x1f','\xfc','\x63','\x18','\x0c','\x60','\x18','\x0c','\x00','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x7c','\x00','\x18','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x02','\x01','\x00','\x01','\x81','\xc0','\x20','\xc1','\x80','\x20','\xc2','\x06','\x7f','\xff','\xff','\x60','\x1c','\x06','\xc0','\x18','\x08','\xcf','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x0c','\x70','\x00','\x3e','\x60','\x01','\xf0','\x60','\x46','\x30','\x60','\x7f','\x30','\x64','\x66','\x31','\x67','\x66','\x31','\x66','\x67','\xff','\x66','\x66','\x31','\x64','\x66','\x33','\x6c','\x66','\x73','\x68','\x66','\x78','\x60','\x66','\x74','\x70','\x66','\xf6','\x50','\x66','\xb6','\x50','\x66','\xb0','\xd0','\x7f','\xb0','\xd0','\x61','\x30','\xd8','\x62','\x30','\x88','\x00','\x30','\x88','\x00','\x31','\x8c','\x00','\x31','\x0f','\x00','\x31','\x06','\x00','\x32','\x06','\x00','\x01','\xc0','\x00','\x39','\x87','\x43','\x31','\x86','\x7f','\xb1','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x30','\x06','\x63','\x00','\x00','\x63','\x00','\x06','\x63','\xff','\xff','\x63','\x01','\x80','\x63','\x01','\x00','\x63','\x22','\x06','\x63','\x3f','\xff','\x7f','\x32','\x46','\x63','\x32','\x46','\x60','\x32','\x46','\x00','\x32','\x46','\x00','\x32','\x46','\x00','\x32','\x46','\x00','\x32','\x46','\x00','\x32','\x5e','\x00','\x30','\x0c','\x00','\x00','\x00','\x00','\x46','\x46','\x46','\x7f','\x7f','\x7f','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7e','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7e','\x66','\x66','\x66','\x66','\x66','\x60','\x66','\x66','\x60','\x66','\x7e','\x68','\x66','\x66','\x64','\x66','\x60','\x66','\x66','\x00','\x6b','\x7e','\x01','\xf3','\x6c','\x00','\xe3','\x60','\x00','\x80','\x60','\x00','\x00','\x60','\x20','\x64','\x0c','\x3f','\xf7','\xfe','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x8c','\x7f','\xbf','\xfe','\x63','\x08','\x20','\x63','\x04','\x38','\x63','\x06','\x30','\x63','\x26','\x42','\x63','\x3f','\xff','\x63','\x60','\x06','\x63','\x61','\xc8','\x63','\x01','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x63','\x31','\x8c','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x60','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\xbc','\x00','\x31','\x98','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x46','\x03','\x06','\x7e','\xff','\xff','\x66','\x03','\x00','\x66','\x03','\x00','\x66','\x43','\x0c','\x66','\x7f','\xfe','\x66','\x60','\x0c','\x66','\x68','\x4c','\x66','\x64','\x6c','\x66','\x64','\x4c','\x66','\x60','\x8c','\x66','\x6f','\xec','\x66','\x63','\x0c','\x66','\x63','\x0c','\x7e','\x63','\x0c','\x66','\x6f','\xec','\x60','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x3c','\x00','\x60','\x18','\x00','\x03','\x00','\x00','\x03','\x00','\x46','\x06','\x80','\x7f','\x06','\x40','\x66','\x0c','\x60','\x66','\x18','\x30','\x66','\x30','\x1c','\x66','\x60','\x4f','\x67','\x9f','\xe6','\x66','\x00','\x00','\x66','\x00','\x00','\x66','\x42','\x0e','\x66','\x7f','\x4c','\x66','\x42','\x4c','\x66','\x42','\x4c','\x7e','\x7e','\x4c','\x66','\x42','\x4c','\x60','\x42','\x4c','\x00','\x7e','\x4c','\x00','\x42','\x4c','\x00','\x42','\x0c','\x00','\x42','\x0c','\x00','\x4e','\x3c','\x00','\x46','\x18','\x00','\x1c','\x07','\x00','\x18','\x06','\x46','\x19','\xa6','\x7f','\xff','\xe6','\x66','\x18','\x26','\x66','\x18','\x26','\x66','\x99','\x26','\x66','\xff','\xa6','\x66','\x99','\x26','\x66','\x99','\x26','\x66','\x99','\x26','\x66','\x99','\x26','\x66','\xff','\x26','\x66','\x99','\x26','\x66','\x38','\x26','\x7e','\x38','\x26','\x66','\x7c','\x26','\x60','\x5b','\x26','\x00','\xd9','\x86','\x00','\x99','\x86','\x01','\x18','\x06','\x06','\x18','\x06','\x00','\x18','\x3e','\x00','\x18','\x0c','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x06','\x7f','\xff','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x1f','\xf0','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x63','\x40','\x00','\x63','\x40','\x06','\x63','\x7f','\xff','\x63','\xc0','\x06','\x63','\xc0','\x04','\x7f','\x1c','\xe8','\x63','\x18','\xc0','\x60','\x18','\xc0','\x00','\x18','\xc2','\x00','\x30','\xc2','\x00','\x30','\xc2','\x00','\x60','\xc3','\x00','\xc0','\xff','\x03','\x00','\x7e','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x23','\x18','\x43','\x3f','\xfc','\x7f','\xb0','\x18','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x00','\x63','\x30','\x06','\x63','\x3f','\xff','\x63','\x30','\x00','\x7f','\x30','\x06','\x63','\x3f','\xff','\x60','\x30','\x06','\x00','\x80','\x46','\x00','\x92','\x26','\x01','\x91','\x26','\x01','\x99','\x0e','\x03','\x18','\x0c','\x03','\x00','\x7c','\x00','\x00','\x18','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x26','\x18','\x43','\x3f','\xfc','\x7f','\xb0','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x7f','\x03','\x80','\x60','\x03','\x06','\x61','\xff','\xff','\x00','\x06','\x80','\x00','\x06','\x40','\x00','\x0c','\x60','\x00','\x18','\x38','\x00','\x30','\x1f','\x01','\xc0','\x06','\x00','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x43','\x06','\x20','\x7f','\xbf','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x98','\x63','\x1f','\xfc','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\x7f','\xff','\x63','\x06','\x00','\x63','\x06','\x00','\x7f','\x0c','\x00','\x63','\x08','\x0c','\x60','\x1f','\xfe','\x00','\x30','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x03','\x00','\xc0','\x00','\x00','\xc6','\x00','\x3f','\xff','\x00','\x00','\x06','\x00','\xff','\xff','\x43','\x03','\x00','\x7f','\x82','\x00','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x06','\x00','\x7f','\x0c','\x18','\x63','\x1f','\xfc','\x60','\x30','\x30','\x00','\x68','\x60','\x01','\x86','\xc0','\x00','\x03','\x80','\x00','\x0e','\xf0','\x00','\x38','\x3f','\x01','\xc0','\x0e','\x00','\x07','\x04','\x00','\x06','\x07','\x43','\x06','\x0e','\x7f','\xbf','\xec','\x63','\x06','\x18','\x63','\x06','\x32','\x63','\xff','\xff','\x63','\x01','\xc0','\x63','\x03','\x08','\x63','\x0c','\x1c','\x63','\x3c','\x70','\x63','\xcf','\x84','\x63','\x0c','\x06','\x63','\x07','\xfe','\x63','\x00','\x00','\x7f','\x00','\x00','\x63','\x1f','\xf8','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x01','\xc0','\x00','\x39','\x8e','\x43','\x31','\x8c','\x7f','\xb1','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x33','\x0c','\x63','\x02','\x00','\x63','\x04','\x06','\x63','\xff','\xff','\x63','\x01','\xc0','\x63','\x01','\x80','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x60','\x3f','\xfc','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x88','\x00','\x01','\x84','\x00','\xff','\xfe','\x00','\x7f','\x03','\x00','\x40','\x03','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x8c','\x7f','\x7f','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x1f','\xf8','\x63','\x00','\x00','\x60','\x00','\x06','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x0c','\x60','\x00','\x1e','\x1c','\x00','\x38','\x0e','\x00','\xc0','\x06','\x00','\x40','\x0c','\x00','\x7f','\xfe','\x46','\x60','\x00','\x7f','\x60','\x00','\x66','\x63','\xf0','\x66','\x62','\x10','\x66','\x62','\x10','\x66','\x62','\x10','\x66','\x62','\x10','\x66','\x63','\xf0','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x6f','\x3c','\x66','\x69','\x24','\x66','\x69','\x24','\x66','\x69','\x24','\x7e','\x69','\x24','\x66','\x69','\x24','\x60','\x6f','\x3c','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\x00','\x7f','\xff','\x00','\x60','\x00','\x00','\x38','\x80','\x00','\x30','\xe0','\x46','\x30','\xc0','\x7f','\xfe','\xc0','\x66','\x30','\xc0','\x66','\x30','\x86','\x66','\x30','\xff','\x67','\xff','\x88','\x66','\x01','\x0e','\x66','\x31','\x4c','\x66','\x32','\x4c','\x66','\x30','\x4c','\x67','\xff','\x48','\x66','\x60','\x28','\x66','\x60','\x28','\x66','\x7e','\x38','\x7e','\x66','\x10','\x66','\x66','\x10','\x60','\xc6','\x38','\x00','\xc6','\x28','\x00','\x8c','\x2c','\x01','\x8c','\x6f','\x01','\x3c','\x46','\x06','\x19','\x86','\x00','\x03','\x80','\x00','\x03','\x0c','\x43','\x7f','\xfe','\x7f','\x83','\x00','\x63','\x03','\x18','\x63','\x3f','\xfc','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x7f','\x30','\x18','\x63','\x3f','\xf8','\x60','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x0c','\x00','\x00','\x1e','\x78','\x00','\x38','\x1e','\x00','\xc0','\x06','\x00','\x38','\x40','\x00','\x30','\x70','\x46','\x30','\x60','\x7f','\x30','\xc6','\x66','\x32','\xff','\x67','\xff','\x80','\x66','\x61','\x40','\x66','\x62','\x60','\x66','\x60','\x44','\x66','\x66','\xfe','\x66','\x7e','\xb0','\x66','\x67','\x30','\x66','\x66','\x30','\x66','\x66','\x32','\x66','\x67','\xff','\x66','\x66','\x30','\x7e','\x66','\x30','\x66','\x46','\x38','\x60','\xc6','\x68','\x00','\xc6','\x68','\x00','\x8c','\x4c','\x01','\x8c','\xcf','\x01','\x3c','\x86','\x02','\x19','\x06','\x00','\x38','\x40','\x00','\x30','\x70','\x44','\x32','\x60','\x7f','\xff','\x60','\x64','\x30','\x46','\x64','\x30','\xff','\x65','\x32','\x86','\x65','\xff','\x04','\x65','\x32','\x68','\x65','\x32','\x60','\x65','\x32','\x60','\x65','\x32','\x60','\x65','\xfe','\x60','\x65','\x32','\x60','\x64','\x70','\x70','\x7c','\x78','\x50','\x64','\xf4','\xd0','\x60','\xb6','\xd0','\x01','\xb6','\xd8','\x01','\x30','\x88','\x02','\x30','\x8c','\x0c','\x31','\x8f','\x00','\x31','\x06','\x00','\x32','\x06','\x00','\x03','\x80','\x00','\x03','\x00','\x01','\x03','\x06','\x89','\xff','\xff','\xfd','\x80','\x00','\xc9','\x8c','\x30','\xc9','\x88','\x20','\xc9','\x8b','\x26','\xc9','\xff','\xff','\xc9','\x88','\x20','\xc9','\x88','\x20','\xc9','\x98','\x70','\xc9','\x9e','\x70','\xc9','\x9b','\x70','\xc9','\x9b','\x78','\xc9','\xb8','\xe8','\xf9','\xa8','\xa8','\xcb','\x28','\xac','\xc3','\x69','\xa6','\x02','\x49','\x27','\x02','\x8a','\x22','\x04','\x08','\x20','\x08','\x08','\x20','\x00','\x08','\x20','\x00','\x00','\xe0','\x00','\x80','\xcc','\x46','\x4f','\xfe','\x7f','\x60','\xc0','\x66','\x60','\xc0','\x66','\x67','\xfc','\x66','\x04','\xc4','\x66','\x04','\xc4','\x66','\x04','\xc4','\x66','\x07','\xfc','\x66','\x64','\xc4','\x67','\xf4','\xc4','\x66','\x64','\xc4','\x66','\x67','\xfc','\x66','\x60','\xc0','\x7e','\x60','\xc6','\x66','\x7f','\xff','\x60','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\x70','\x00','\x03','\xdf','\xff','\x01','\x87','\xfe','\x01','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x8c','\x43','\x3f','\xfe','\x7f','\x81','\x80','\x63','\x01','\x98','\x63','\x1f','\xfc','\x63','\x00','\x00','\x63','\x20','\x06','\x63','\x3f','\xff','\x63','\x60','\x06','\x63','\x6f','\xf4','\x63','\x00','\x00','\x63','\x1f','\xf8','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x1f','\xf8','\x00','\x00','\x20','\x00','\x10','\x38','\x00','\x0c','\x30','\x00','\x06','\x20','\x00','\x06','\x46','\x00','\xff','\xff','\x00','\x00','\x00','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x01','\x80','\xc0','\x05','\x24','\x88','\x05','\x74','\xbc','\x0d','\x0d','\x80','\x0a','\x89','\x40','\x02','\x62','\x30','\x14','\x24','\x10','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x30','\xc0','\x00','\x20','\x00','\x08','\x40','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x0e','\x70','\x00','\x0c','\x64','\x46','\x6c','\x6e','\x7f','\x4f','\x78','\x66','\x4c','\x62','\x66','\x4c','\x63','\x66','\x4f','\x7f','\x67','\xf8','\x3e','\x66','\xcc','\x00','\x66','\x0f','\xe0','\x66','\x18','\x60','\x66','\x30','\x8c','\x66','\xff','\xfe','\x66','\x31','\x0c','\x66','\x31','\x0c','\x7e','\x3f','\xfc','\x66','\x31','\x0c','\x60','\x31','\x0c','\x00','\x3f','\xfc','\x00','\x20','\x0c','\x00','\x60','\x0c','\x00','\x40','\x0c','\x00','\x80','\x7c','\x03','\x00','\x18','\x00','\xcc','\x04','\x00','\x88','\x0e','\x44','\x88','\x98','\x7c','\x88','\xe0','\x67','\xfe','\xc0','\x64','\x88','\xc0','\x64','\x88','\xc0','\x64','\x88','\xc6','\x64','\xf8','\xff','\x64','\x88','\xcc','\x64','\x88','\xcc','\x64','\x88','\xcc','\x64','\xf8','\xcc','\x64','\x88','\xcc','\x64','\x88','\xcc','\x7c','\x88','\xcc','\x67','\xfe','\xcc','\x60','\x00','\xcc','\x01','\x10','\x8c','\x01','\xc8','\x8c','\x03','\x8d','\x8c','\x03','\x0d','\x0c','\x06','\x01','\x0c','\x08','\x02','\x0c','\x00','\x38','\x46','\x00','\x30','\x7f','\x44','\x31','\x46','\x7f','\xff','\xc6','\x64','\x30','\x46','\x64','\x30','\x46','\x64','\x30','\x46','\x65','\xfe','\x7e','\x65','\x02','\x46','\x65','\x02','\x46','\x65','\xfe','\x46','\x65','\x02','\x46','\x65','\x02','\x46','\x65','\x02','\x7e','\x65','\xfe','\x46','\x64','\x30','\x46','\x7c','\x30','\x46','\x64','\x31','\x46','\x63','\xff','\xc6','\x00','\x30','\xc6','\x00','\x30','\x86','\x00','\x31','\x86','\x00','\x31','\x1e','\x00','\x32','\x0c','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x46','\x60','\x0c','\x7e','\x7f','\xfe','\x66','\xa4','\x90','\x67','\x24','\x90','\x66','\x24','\x90','\x66','\x24','\x90','\x66','\x24','\x96','\x67','\xff','\xff','\x66','\x24','\x90','\x66','\x24','\x90','\x66','\x24','\x90','\x66','\x24','\x90','\x66','\x24','\x96','\x7f','\xff','\xff','\x66','\x00','\x00','\x60','\x00','\x00','\x00','\x44','\x88','\x00','\x44','\x44','\x00','\x8c','\x46','\x03','\x8c','\x63','\x03','\x0c','\x63','\x00','\x03','\x80','\x00','\x03','\x0c','\x00','\x7f','\xfe','\x43','\x10','\x20','\x7f','\x88','\x20','\x63','\x08','\x46','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x7f','\x3f','\xf8','\x63','\x00','\x00','\x60','\x0e','\x88','\x00','\x4c','\xc6','\x00','\x4c','\xd3','\x00','\xcc','\x13','\x01','\x8c','\x18','\x01','\x8f','\xf8','\x00','\x07','\xf0','\x00','\x18','\x18','\x00','\x10','\x10','\x46','\x13','\x16','\x7f','\xff','\xff','\x66','\x10','\x10','\x66','\x3c','\x30','\x66','\x36','\x38','\x66','\x76','\x7c','\x66','\xd0','\xd7','\x67','\x13','\x12','\x66','\x10','\x10','\x66','\x00','\x00','\x66','\x7f','\xf8','\x66','\x00','\x00','\x66','\x00','\x06','\x7f','\xff','\xff','\x66','\x03','\x00','\x60','\x43','\x00','\x00','\x73','\x20','\x00','\x63','\x18','\x00','\xc3','\x0c','\x01','\x83','\x0e','\x02','\x1f','\x06','\x00','\x06','\x00','\x00','\x00','\xc0','\x00','\x00','\x84','\x43','\x1f','\xfe','\x7f','\x80','\x84','\x63','\x00','\x84','\x63','\x3f','\xff','\x63','\x00','\x84','\x63','\x00','\x84','\x63','\x1f','\xfc','\x63','\x00','\x80','\x63','\x38','\x87','\x63','\x34','\x96','\x63','\x36','\xb6','\x63','\x32','\xa6','\x63','\x30','\x86','\x7f','\x3f','\xfe','\x63','\x31','\x86','\x60','\x31','\xc6','\x00','\x32','\xa6','\x00','\x22','\xb6','\x00','\x24','\x96','\x00','\x68','\x96','\x00','\x40','\x86','\x00','\x80','\x06','\x00','\x40','\x80','\x00','\x70','\xe0','\x46','\x66','\xc6','\x7e','\xff','\xff','\x66','\xa1','\x20','\x67','\x12','\x18','\x66','\x18','\x18','\x66','\x18','\x00','\x66','\x00','\x0c','\x66','\xff','\xfe','\x66','\x03','\x00','\x66','\x23','\x10','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x63','\x30','\x7e','\x63','\x30','\x66','\xd3','\x68','\x60','\x9b','\x46','\x01','\x1b','\x83','\x02','\x03','\x03','\x00','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x00','\x10','\x30','\x00','\x1f','\xf8','\x43','\x18','\x30','\x7f','\x98','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x7c','\x7c','\x63','\x44','\x44','\x63','\x44','\x44','\x63','\x44','\x44','\x63','\x7c','\x7c','\x63','\x03','\x80','\x63','\x03','\x06','\x7f','\xff','\xff','\x63','\x07','\x40','\x60','\x0f','\x40','\x00','\x0b','\x20','\x00','\x1b','\x38','\x00','\x33','\x1f','\x00','\x63','\x0e','\x01','\x83','\x06','\x00','\x03','\x00','\x00','\x0e','\x38','\x00','\x0c','\x32','\x43','\x7f','\xff','\x7f','\x8c','\x30','\x63','\x0c','\x30','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x0f','\xf0','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0f','\xf0','\x63','\x40','\x06','\x7f','\x7f','\xff','\x63','\x60','\x06','\x60','\x67','\xe6','\x00','\x64','\x26','\x00','\x64','\x26','\x00','\x64','\x26','\x00','\x67','\xe6','\x00','\x60','\x06','\x00','\x60','\x3e','\x00','\x60','\x0c','\x00','\x01','\xc0','\x00','\x41','\x80','\x46','\x41','\x86','\x7f','\x7f','\xff','\x66','\xc0','\x04','\x66','\xc1','\x00','\x66','\x0c','\x8c','\x66','\x2c','\xa6','\x66','\x6c','\x36','\x66','\x67','\xf0','\x66','\x00','\x00','\x66','\x00','\x00','\x66','\x7f','\xfc','\x66','\x44','\x44','\x66','\x44','\x44','\x7e','\x7f','\xfc','\x66','\x00','\x00','\x60','\x00','\x06','\x01','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x13','\x30','\x00','\x1f','\xf8','\x46','\x10','\x10','\x7f','\x1f','\xf0','\x66','\x10','\x10','\x66','\x1f','\xf0','\x66','\x10','\x10','\x66','\x1f','\xf0','\x66','\x00','\x00','\x66','\x7f','\xfc','\x66','\x41','\x04','\x66','\x41','\x04','\x66','\x7f','\xfc','\x66','\x41','\x04','\x7e','\x41','\x04','\x66','\x7f','\xfc','\x60','\x18','\x30','\x01','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x30','\x30','\x00','\x60','\x30','\x01','\x80','\x30','\x00','\x20','\x07','\x01','\x70','\x86','\x89','\xcf','\xc6','\xfd','\x04','\xb6','\xc9','\x24','\xa6','\xc9','\x34','\xa6','\xc9','\xd4','\xa6','\xcb','\x8b','\xa6','\xc9','\x31','\xa6','\xc8','\x30','\x26','\xc8','\x6c','\x26','\xc8','\x63','\x26','\xc8','\xc1','\xa6','\xc9','\xfd','\xa6','\xcb','\x10','\x26','\xfc','\x10','\x26','\xc9','\xff','\x26','\xc0','\x12','\x06','\x01','\x13','\x06','\x00','\xd2','\x06','\x00','\x54','\x06','\x03','\xff','\x06','\x01','\xe0','\x3e','\x01','\x00','\x0c','\x00','\x03','\x80','\x00','\x03','\x06','\x46','\xff','\xff','\x7f','\x03','\x00','\x66','\x43','\x06','\x66','\x7f','\xff','\x66','\xc0','\x06','\x66','\xdf','\xf4','\x66','\x11','\x10','\x66','\x1f','\xf0','\x66','\x11','\x10','\x66','\x11','\x10','\x66','\x1f','\xf0','\x66','\x04','\x0c','\x66','\xff','\xfe','\x7e','\x7f','\x06','\x66','\x03','\x00','\x60','\x23','\x18','\x00','\x3b','\xfc','\x00','\x33','\x00','\x00','\x7b','\x00','\x00','\x6f','\x00','\x00','\xc3','\xff','\x03','\x00','\xfe','\x00','\x03','\x80','\x00','\x03','\x06','\x46','\xff','\xff','\x7f','\x03','\x00','\x66','\x43','\x06','\x66','\x7f','\xff','\x66','\xc0','\x06','\x66','\xdf','\xf4','\x66','\x11','\x10','\x66','\x1f','\xf0','\x66','\x11','\x10','\x66','\x11','\x10','\x66','\x1f','\xf0','\x66','\x00','\x06','\x66','\xff','\xff','\x7e','\x03','\x06','\x66','\x23','\x04','\x60','\x3b','\x18','\x00','\x33','\xfc','\x00','\x33','\x00','\x00','\x6b','\x00','\x00','\x47','\x00','\x00','\x83','\xff','\x03','\x00','\xfe','\x00','\x0e','\x70','\x00','\x0c','\x60','\x00','\x0c','\x66','\x46','\xff','\xff','\x7f','\x0c','\x60','\x66','\x0c','\x60','\x66','\x0f','\xe0','\x66','\x00','\x00','\x66','\x30','\x32','\x66','\x37','\xb3','\x67','\xf4','\xb6','\x66','\x34','\xb8','\x66','\x34','\xb0','\x66','\x34','\xb2','\x67','\xf4','\xb2','\x66','\xb7','\xb3','\x7e','\x30','\x3f','\x66','\x30','\x1e','\x60','\x00','\x00','\x00','\x44','\x88','\x00','\x44','\x44','\x00','\x8c','\x46','\x03','\x8c','\x63','\x03','\x0c','\x63','\x0c','\x42','\x46','\x0e','\x7f','\x7f','\x50','\x42','\x66','\x24','\x7e','\x66','\x37','\x42','\x64','\x06','\x42','\x68','\x08','\x7e','\x64','\x12','\x44','\x62','\xff','\x42','\x63','\x66','\x4f','\x63','\x0d','\xf3','\x6f','\x30','\xc0','\x66','\xc0','\x70','\x60','\x20','\x60','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x31','\x03','\x0c','\x31','\xff','\x8c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\xff','\x0c','\x31','\x83','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x4c','\x4c','\x00','\x7e','\x7e','\x46','\x44','\x44','\x7f','\x44','\x44','\x66','\x7c','\x7c','\x66','\x44','\x44','\x66','\x44','\x44','\x66','\x7c','\x7c','\x66','\x44','\x44','\x66','\x44','\x44','\x66','\x7c','\x7c','\x66','\x00','\x00','\x66','\x4c','\x4c','\x66','\xe4','\xe6','\x7f','\x81','\x86','\x66','\x0c','\x00','\x61','\xff','\xff','\x00','\x18','\x30','\x00','\x30','\x60','\x00','\x7e','\xc0','\x00','\x63','\x80','\x00','\x06','\xf0','\x00','\x1c','\x3e','\x01','\xe0','\x06','\x08','\x62','\x18','\x0f','\xf3','\xfc','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0f','\xe3','\xf8','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x80','\x37','\xf8','\xe0','\x30','\xc0','\xc0','\x30','\xc8','\x86','\x3f','\xfd','\xff','\x32','\x11','\x18','\x32','\x13','\x18','\x33','\xf2','\x98','\x32','\x14','\x98','\x32','\x10','\x50','\x23','\xf0','\x70','\x62','\x10','\x20','\x62','\x10','\x70','\x5f','\xf0','\x58','\x4f','\x10','\xcc','\x88','\x11','\x8f','\x00','\x16','\x06','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x30','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\xc0','\x00','\x03','\xe1','\xc0','\x1f','\x00','\x3c','\xf0','\x00','\x0f','\x1f','\xe7','\xfb','\x18','\x66','\x18','\x18','\x66','\x18','\x1f','\xe7','\xf8','\x18','\x66','\x18','\x00','\x00','\x1c','\x00','\x03','\xfe','\x00','\xff','\x88','\x46','\x44','\x0c','\x7f','\x33','\x18','\x66','\x91','\x16','\x66','\xff','\xff','\x66','\xc4','\x46','\x66','\xc4','\x46','\x66','\xff','\xfe','\x66','\x00','\x00','\x66','\xfe','\x0e','\x66','\xc6','\x0c','\x66','\xc6','\x0c','\x66','\xfe','\xff','\x7e','\xc6','\x0c','\x66','\xc6','\x8c','\x60','\xfe','\x4c','\x00','\xc0','\x6c','\x00','\xc8','\x6c','\x00','\xc6','\x0c','\x03','\xfb','\x0c','\x01','\xc3','\x7c','\x01','\x00','\x18','\x00','\x00','\x0c','\x00','\x7f','\xfe','\x46','\x08','\x20','\x7f','\x0f','\xe0','\x66','\x08','\x20','\x66','\x08','\x20','\x66','\x0f','\xe0','\x66','\x08','\x20','\x66','\x08','\x3e','\x66','\xff','\xe0','\x66','\x38','\x20','\x66','\x00','\x20','\x66','\x06','\x06','\x67','\xff','\xff','\x66','\x44','\x44','\x7e','\x7c','\x7c','\x66','\x44','\x44','\x60','\x44','\x44','\x00','\x7c','\x7c','\x00','\x44','\x44','\x00','\x44','\x44','\x03','\xff','\xfc','\x01','\xc5','\xc4','\x00','\x04','\x04','\x00','\x70','\x80','\x00','\x60','\xe8','\x88','\x66','\xcc','\xff','\xff','\x98','\xc8','\x01','\x90','\xc9','\x11','\x26','\xc9','\x13','\xff','\xc9','\x37','\x90','\xca','\xa9','\x90','\xca','\x4d','\x90','\xcc','\x85','\x94','\xc8','\x01','\xfe','\xc8','\x61','\x90','\xc8','\x65','\x90','\xcf','\xff','\x90','\xc8','\xe1','\x94','\xf8','\xf1','\xfe','\xc9','\xe9','\x90','\xc1','\x6d','\x90','\x03','\x6d','\x90','\x06','\x61','\x96','\x08','\x61','\xff','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x38','\x18','\x00','\x30','\x10','\x00','\x34','\x12','\x45','\xfe','\xff','\x7e','\x30','\x10','\x64','\x30','\x12','\x65','\xfe','\xff','\x65','\x32','\x92','\x65','\x32','\x92','\x65','\x32','\xfe','\x65','\xfe','\x92','\x65','\x32','\x92','\x65','\x32','\xfe','\x65','\x32','\x64','\x65','\xfe','\x42','\x64','\x31','\xff','\x7c','\x30','\xc3','\x64','\x34','\x0c','\x63','\xfe','\xff','\x60','\x30','\x0c','\x00','\x31','\xcc','\x00','\x30','\xcc','\x00','\x30','\x3c','\x00','\x30','\x18','\x00','\x0e','\x70','\x00','\x0c','\x66','\x00','\xff','\xff','\x46','\x0c','\x60','\x7f','\x10','\x30','\x66','\x7c','\x24','\x66','\x10','\xfe','\x66','\xfe','\x24','\x66','\x24','\xa4','\x66','\x47','\x64','\x67','\x90','\x24','\x66','\x7e','\x75','\x66','\x10','\x57','\x66','\xfe','\x93','\x7e','\x60','\x00','\x66','\x00','\x0c','\x60','\xff','\xfe','\x60','\x00','\x00','\x03','\xff','\xff','\x00','\x0c','\x10','\x00','\x08','\x0c','\x00','\xff','\xf6','\x00','\x7e','\x06','\x00','\x40','\x00','\x00','\x02','\x08','\x01','\x31','\x0e','\x01','\xf9','\x8c','\x45','\x11','\x98','\x7d','\x14','\x12','\x65','\x17','\xff','\x65','\x16','\x46','\x65','\xf6','\x46','\x65','\x17','\xfe','\x65','\x16','\x46','\x65','\x16','\x46','\x65','\x16','\x46','\x65','\xf7','\xfe','\x65','\x10','\x00','\x65','\x12','\x0c','\x7d','\x13','\xfe','\x65','\x13','\x0c','\x61','\xf3','\x0c','\x00','\x03','\xfc','\x01','\x23','\x0c','\x01','\x93','\x0c','\x03','\x1b','\x0c','\x02','\x1b','\xfc','\x04','\x03','\x0c','\x01','\x00','\x06','\x01','\xff','\xff','\x01','\x80','\x06','\x45','\xff','\xfe','\x7d','\x80','\x00','\x65','\x9c','\x9c','\x65','\x80','\x80','\x65','\x9c','\x9c','\x65','\x80','\x00','\x65','\xbf','\xfe','\x65','\xa2','\x22','\x65','\xa2','\x22','\x65','\xbf','\xfe','\x65','\x8c','\x00','\x65','\x9f','\xfe','\x7d','\xb2','\x06','\x61','\xff','\xe6','\x61','\x22','\x26','\x03','\x22','\x26','\x02','\x3f','\xe6','\x02','\x02','\x0e','\x04','\x02','\x4c','\x08','\x7f','\xfc','\x00','\x38','\x58','\x00','\x18','\x00','\x00','\x10','\x06','\x46','\xfe','\xff','\x7e','\x10','\x26','\x66','\x10','\x26','\x66','\xfe','\x26','\x66','\x10','\x66','\x66','\x10','\x5e','\x66','\xfe','\x4c','\x66','\x61','\x80','\x66','\x19','\xf8','\x66','\x19','\x80','\x67','\xff','\xff','\x66','\x60','\x0c','\x66','\x69','\x2c','\x7e','\x65','\x4c','\x66','\x6f','\xec','\x60','\x63','\x0c','\x00','\x67','\x8c','\x00','\x65','\x6c','\x00','\x69','\x2c','\x00','\x60','\x0c','\x00','\x7f','\xfc','\x00','\x60','\x0c','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x80','\x06','\x60','\xee','\x06','\x60','\xcc','\x06','\x61','\xcc','\x06','\x61','\x8c','\x46','\x61','\x8c','\x76','\x63','\x8c','\xe6','\x63','\x8d','\x86','\x65','\x8e','\x06','\x69','\x8c','\x06','\x61','\x8c','\x06','\x61','\x8c','\x26','\x61','\x8c','\x26','\x61','\x8c','\x26','\x61','\x8c','\x36','\x61','\x8f','\xf6','\x61','\x87','\xe6','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x18','\x06','\x60','\x38','\x06','\x60','\x34','\x06','\x60','\x62','\x06','\x60','\xc1','\x86','\x63','\x00','\xf6','\x6c','\xff','\x66','\x60','\x00','\x06','\x60','\x00','\xc6','\x67','\xff','\xe6','\x60','\x30','\xc6','\x60','\x30','\xc6','\x60','\x30','\xc6','\x60','\x30','\xc6','\x60','\x33','\xc6','\x60','\x31','\x86','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x86','\x06','\x60','\xe6','\x06','\x61','\xc6','\x06','\x61','\x87','\xf6','\x63','\x03','\xf6','\x6c','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\x66','\x67','\xff','\xf6','\x60','\x30','\x06','\x60','\x31','\x86','\x60','\x3f','\xc6','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\xc3','\x86','\x60','\x83','\x06','\x61','\x1f','\x06','\x66','\x06','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x20','\x06','\x60','\x38','\x06','\x60','\x30','\x66','\x6f','\xff','\xf6','\x60','\x60','\x06','\x60','\x60','\x06','\x60','\xc0','\xc6','\x60','\xff','\xe6','\x61','\xc0','\xc6','\x62','\xc0','\xc6','\x6c','\xff','\xc6','\x60','\xc0','\xc6','\x60','\xc0','\xc6','\x60','\xff','\xc6','\x60','\xc0','\xc6','\x60','\xc0','\xc6','\x60','\xc0','\xc6','\x60','\xc7','\xc6','\x60','\xc1','\x86','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\xc6','\x67','\xff','\xe6','\x60','\x60','\x06','\x60','\x63','\x06','\x63','\xff','\x86','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x66','\x6f','\xff','\xf6','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x86','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x18','\x26','\x6f','\xff','\xf6','\x60','\x81','\x06','\x60','\x41','\x06','\x60','\x42','\x46','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x26','\x6f','\xff','\xf6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x62','\x10','\x86','\x61','\x9c','\xe6','\x61','\x98','\xc6','\x60','\x31','\x06','\x67','\xff','\xe6','\x60','\x24','\x06','\x60','\x42','\x06','\x6f','\xff','\xf6','\x60','\x81','\x86','\x61','\x00','\xe6','\x66','\xff','\x7e','\x78','\xc1','\x36','\x60','\xc1','\x06','\x60','\xcf','\x06','\x60','\xc6','\x46','\x60','\xc0','\x66','\x60','\xff','\xe6','\x60','\x7f','\xc6','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x0e','\x86','\x60','\x0c','\x46','\x60','\x0c','\x46','\x6f','\xff','\xf6','\x60','\x0c','\x06','\x60','\x0c','\x06','\x67','\xec','\x46','\x64','\x24','\x66','\x64','\x26','\x46','\x64','\x26','\xc6','\x67','\xe2','\x86','\x60','\x03','\x86','\x60','\x11','\x06','\x60','\xe3','\x26','\x6f','\x85','\xa6','\x66','\x08','\xb6','\x60','\x30','\xf6','\x60','\xc0','\x66','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x38','\x06','\x60','\x31','\x86','\x63','\xff','\xc6','\x60','\x61','\x86','\x60','\x61','\x86','\x6f','\xff','\xf6','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x00','\x86','\x61','\xff','\x86','\x60','\x06','\x06','\x67','\xff','\xe6','\x60','\x86','\x06','\x60','\x86','\x06','\x6f','\xff','\xf6','\x60','\x06','\x06','\x60','\x06','\x06','\x60','\x06','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x60','\x00','\x06','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\x00','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\x00','\xc6','\x63','\xff','\xc6','\x60','\x80','\x06','\x61','\xc1','\xe6','\x66','\x00','\x66','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x18','\x06','\x60','\x10','\x46','\x67','\xff','\xe6','\x60','\x10','\x06','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x60','\x10','\x46','\x67','\xff','\xe6','\x63','\x80','\x26','\x60','\x01','\x06','\x6f','\xff','\xf6','\x60','\x81','\x06','\x60','\x41','\x06','\x60','\x4f','\x06','\x60','\x06','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x18','\x26','\x6f','\xff','\xf6','\x60','\x00','\x06','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\x3c','\xc6','\x63','\x24','\xc6','\x63','\x24','\xc6','\x63','\x3c','\xc6','\x63','\x00','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x04','\x18','\x40','\x06','\x18','\x60','\x0c','\x18','\xc0','\x0a','\x18','\xa0','\x11','\x99','\x18','\x60','\x9a','\x08','\x00','\x18','\x02','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\xff','\x18','\x18','\x81','\x18','\x18','\x81','\x18','\x18','\x81','\x18','\x18','\xff','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x63','\xff','\xc6','\x62','\x24','\x46','\x62','\x24','\x46','\x63','\xff','\xc6','\x60','\x00','\x06','\x6f','\xff','\xf6','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x00','\x86','\x61','\x00','\x86','\x61','\xff','\xa6','\x60','\x68','\x76','\x61','\xc4','\xc6','\x6e','\x86','\x06','\x60','\x83','\x06','\x63','\xf1','\xe6','\x61','\x80','\xc6','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x00','\x00','\x0e','\x00','\xc0','\x0c','\x1f','\xe0','\x0c','\x00','\x80','\x0c','\x00','\x80','\x0c','\x00','\x80','\x0c','\xc0','\x80','\xff','\xe0','\x80','\x0c','\x00','\x80','\x0c','\x02','\x80','\x0c','\x03','\x80','\x0c','\x03','\xc0','\x0c','\x03','\x40','\x0c','\x07','\x40','\x0c','\x06','\x40','\x0c','\xc6','\x60','\x0f','\x0c','\x20','\xfc','\x0c','\x20','\x70','\x18','\x30','\x40','\x30','\x18','\x00','\x60','\x1c','\x00','\xc0','\x0f','\x01','\x80','\x0e','\x06','\x00','\x04','\x00','\x00','\x00','\x1c','\x00','\x06','\x18','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x19','\x83','\x00','\xff','\xc3','\x80','\x18','\x03','\x60','\x18','\x03','\x38','\x18','\x03','\x1c','\x18','\x03','\x0e','\x18','\x03','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x19','\x83','\x00','\x1e','\x03','\x00','\xf8','\x03','\x00','\x60','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x71','\x87','\xff','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x1f','\x61','\x86','\xfc','\x61','\x86','\x70','\x61','\x86','\x40','\x61','\x86','\x00','\x61','\x86','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x08','\x06','\x0d','\x9f','\xff','\xff','\xd0','\x06','\x0c','\x20','\x04','\x0c','\x43','\x88','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc6','\x80','\x0f','\x06','\x80','\xfc','\x06','\xc0','\x70','\x06','\x40','\x40','\x0c','\x60','\x00','\x0c','\x30','\x00','\x18','\x38','\x00','\x30','\x1f','\x00','\x60','\x0e','\x01','\x80','\x06','\x00','\x00','\x18','\x0e','\x00','\x7c','\x0c','\x13','\xe0','\x0c','\x1e','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\xd8','\x00','\xff','\xf8','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\xd8','\x60','\x0f','\x18','\x60','\xfc','\x30','\x60','\x70','\x30','\x60','\x40','\x20','\x60','\x00','\x60','\x60','\x00','\x40','\x60','\x00','\x80','\x60','\x01','\x00','\x60','\x00','\x00','\x60','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x39','\x80','\xff','\xb1','\x80','\x18','\x31','\x80','\x18','\x31','\x8c','\x18','\x31','\xfe','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x1f','\x31','\x80','\xfc','\x31','\x80','\x70','\x31','\x80','\x40','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x86','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x80','\x0c','\x00','\xe0','\x0c','\x01','\xc0','\x0d','\x81','\x80','\xff','\xc3','\x00','\x0c','\x02','\x00','\x0c','\x07','\xd0','\x0c','\x0d','\x8c','\x0c','\x19','\x86','\x0c','\x31','\x87','\x0c','\xc1','\x83','\x0c','\x01','\x83','\x0c','\x01','\x80','\x0f','\x81','\x80','\xfc','\x01','\x80','\x70','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x1c','\x38','\x1c','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x36','\x19','\xff','\xff','\xff','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x1f','\xf0','\x18','\x18','\x30','\x1f','\x18','\x30','\xfc','\x18','\x30','\x70','\x18','\x30','\x40','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x1f','\xf0','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x1f','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x03','\x98','\xe0','\x03','\x18','\xc4','\x7f','\x18','\xce','\x03','\x18','\xf0','\x03','\x18','\xc0','\x03','\x18','\xc2','\x0f','\x18','\xc3','\x7b','\x18','\xff','\x23','\x18','\x7e','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x02','\x0e','\x80','\x03','\x8c','\x40','\x07','\x0c','\x60','\x06','\x0c','\x60','\x0e','\x0c','\x0c','\x0d','\xff','\xfe','\x1c','\x06','\x00','\x2c','\x06','\x00','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x01','\x84','\x0c','\x01','\xc4','\x0c','\x00','\xe6','\x0c','\x00','\x7e','\x0c','\x1c','\x1c','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x41','\x86','\x18','\x7f','\xff','\x1b','\x61','\x8c','\xff','\xe1','\x88','\x18','\x61','\x90','\x18','\x61','\x80','\x18','\x61','\x8c','\x18','\x7f','\xfe','\x18','\x68','\x0c','\x18','\x64','\x18','\x18','\x64','\x18','\x1f','\x62','\x30','\xfc','\xc3','\x60','\x70','\xc1','\xc0','\x40','\x81','\xc0','\x01','\x83','\x60','\x01','\x06','\x38','\x02','\x0c','\x1f','\x00','\x30','\x0e','\x00','\xc0','\x06','\x00','\x08','\x1c','\x1c','\x0e','\x18','\x18','\x0c','\x18','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1b','\x30','\x1a','\xff','\xb7','\xff','\x18','\x70','\x18','\x18','\x70','\x18','\x18','\xb2','\x18','\x19','\x31','\x18','\x18','\x31','\x18','\x18','\x31','\x98','\x18','\x31','\x98','\x1f','\x30','\x18','\xfc','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\xf8','\x00','\x30','\x30','\x00','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0d','\x90','\x0c','\xff','\xf1','\x8c','\x0c','\x3f','\xcc','\x0c','\x41','\x8c','\x0c','\x81','\x8c','\x0c','\x01','\x8c','\x0c','\x21','\x8c','\x0c','\x3f','\x8c','\x0c','\xb1','\x9c','\x0f','\x30','\x18','\xfc','\x30','\xf8','\x70','\x30','\x30','\x40','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x02','\x00','\x0d','\x83','\x80','\xff','\xc3','\x00','\x0c','\x02','\x20','\x0c','\x24','\x38','\x0c','\x18','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\xc0','\x0c','\x01','\x88','\x0c','\xc3','\x0e','\x0f','\x06','\x1c','\xfc','\x18','\x38','\x70','\x60','\x70','\x40','\x00','\xc0','\x00','\x01','\xa0','\x00','\x03','\x18','\x00','\x0c','\x0c','\x00','\x30','\x06','\x00','\xc0','\x06','\x00','\x10','\x18','\x0e','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x9f','\xf8','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x84','\x0c','\x18','\x87','\x0c','\xd8','\x86','\x0f','\x18','\x4c','\xfc','\x18','\x50','\x70','\x18','\x60','\x40','\x18','\x20','\x00','\x19','\xb0','\x00','\x1e','\x18','\x01','\xf8','\x1f','\x00','\xe0','\x0e','\x00','\x80','\x06','\x00','\x10','\x00','\x1c','\x1c','\x0c','\x18','\x39','\xfe','\x18','\x30','\x00','\x18','\x60','\x00','\x18','\x88','\x00','\x1b','\x0e','\x00','\xff','\x9c','\x06','\x18','\x1b','\xff','\x18','\x30','\x18','\x18','\x70','\x18','\x18','\xb0','\x18','\x19','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x1f','\x30','\x18','\xfc','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\xf8','\x00','\x30','\x30','\x00','\x00','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x02','\x10','\x0d','\x86','\x08','\xff','\xc4','\x0c','\x0c','\x3f','\xf6','\x0c','\x1f','\x06','\x0c','\x10','\x06','\x0c','\x00','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\xc1','\x80','\x0f','\x01','\x8c','\xfc','\x3f','\xfe','\x70','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x10','\x10','\x0e','\x08','\x1c','\x0c','\x0c','\x18','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0c','\x00','\x4c','\x0d','\xbf','\xfe','\xff','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0f','\x0c','\x30','\xfc','\x0c','\x30','\x70','\x0c','\x30','\x40','\x0c','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x30','\x30','\x00','\x60','\x30','\x01','\x80','\x30','\x00','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x03','\xfc','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc3','\x00','\x0c','\x03','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x80','\x06','\x0f','\x7f','\xff','\x1c','\x03','\x00','\xf8','\x03','\x00','\x60','\x03','\xc0','\x40','\x03','\x38','\x00','\x03','\x1c','\x00','\x03','\x0c','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x20','\x0c','\x04','\x10','\x0c','\x08','\x18','\x0c','\x7f','\xfc','\x0c','\x3e','\x0c','\x0d','\xa0','\x0c','\xff','\xc0','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x18','\x0c','\x3f','\xfc','\x0c','\x23','\x00','\x0c','\x43','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0f','\x06','\x80','\xfc','\x06','\x80','\x70','\x0c','\x40','\x40','\x0c','\x60','\x00','\x18','\x38','\x00','\x30','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x00','\x08','\x00','\x1c','\x0e','\x00','\x18','\x0c','\x30','\x18','\x1f','\xf8','\x18','\x18','\x60','\x1b','\x30','\x40','\xff','\xa0','\x86','\x18','\x7f','\xff','\x18','\xb1','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x3f','\xfe','\x18','\x31','\x86','\x18','\x31','\x86','\x19','\xb1','\x86','\x1e','\x31','\x86','\xf8','\x3f','\xfe','\x70','\x30','\x06','\x40','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x3e','\x01','\x00','\x0c','\x00','\x01','\xc8','\x0e','\x01','\x86','\x0c','\x01','\x86','\x0c','\x01','\x80','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x81','\x80','\xff','\xc1','\x86','\x0c','\x7f','\xff','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x7f','\xfe','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0f','\xff','\xfe','\xfe','\x61','\x86','\x78','\x61','\x86','\x40','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\xbe','\x00','\x61','\x8c','\x00','\x00','\x1c','\x0e','\x01','\xfe','\x0c','\x7f','\x80','\x0c','\x00','\x04','\x0c','\x04','\x07','\x0c','\x42','\x06','\x0d','\x23','\x0c','\xff','\xb1','\x88','\x0c','\x19','\x90','\x0c','\x18','\x00','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x00','\x32','\x0c','\x7f','\xff','\x0c','\x00','\x30','\x0f','\x00','\x30','\xfc','\x20','\x30','\x70','\x18','\x30','\x40','\x0c','\x30','\x00','\x0c','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x00','\x80','\x1c','\x00','\xe0','\x18','\x01','\xc0','\x18','\x03','\x04','\x18','\x06','\x87','\x18','\x18','\xce','\x18','\x64','\x5c','\x1b','\x06','\x38','\xff','\x82','\x70','\x18','\x01','\xc0','\x18','\x07','\x00','\x18','\x78','\x38','\x18','\x00','\x30','\x18','\x00','\x36','\x18','\x7f','\xff','\x18','\x00','\x30','\x1f','\x20','\x30','\xfc','\x18','\x30','\x70','\x0c','\x30','\x40','\x0c','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xc3','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xc3','\xf8','\x18','\xc3','\x18','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x70','\x1c','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x66','\x18','\xff','\xff','\x18','\x0c','\x60','\x19','\x0c','\x60','\xff','\x8c','\x60','\x18','\x00','\x00','\x18','\x10','\x00','\x18','\x1c','\xe0','\x18','\x18','\xc4','\x18','\x38','\xc7','\x18','\x30','\xce','\x18','\x70','\xcc','\x1f','\x70','\xd8','\xfc','\xb0','\xe0','\x71','\x30','\xc0','\x40','\x30','\xc0','\x00','\x30','\xc2','\x00','\x30','\xc2','\x00','\x30','\xc3','\x00','\x30','\xff','\x00','\x30','\x7e','\x00','\x03','\x80','\x1c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x00','\x00','\x1b','\x10','\x20','\xff','\x9c','\x38','\x18','\x18','\x30','\x18','\x30','\x60','\x18','\x2e','\x58','\x18','\x46','\x8e','\x18','\x81','\x06','\x18','\x00','\x00','\x18','\x03','\x00','\x1e','\x03','\x06','\xf9','\xff','\xff','\x60','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x46','\x46','\x1c','\x7f','\x7f','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x1b','\x46','\x46','\xff','\xfe','\x7e','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x7e','\x7e','\x18','\x46','\x46','\x1f','\x46','\x46','\xfc','\x46','\x46','\x70','\x46','\x46','\x40','\x46','\x46','\x00','\xc6','\x46','\x00','\x86','\x46','\x00','\x9e','\x86','\x01','\x0c','\x9e','\x02','\x01','\x0c','\x00','\x00','\x00','\x1c','\x00','\x06','\x19','\xff','\xff','\x18','\x04','\x80','\x18','\x04','\x80','\x18','\x44','\x8c','\x18','\x7f','\xfe','\x1b','\x64','\x8c','\xff','\xe4','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x00','\x00','\x18','\x03','\x80','\x18','\x03','\x00','\x1f','\x03','\x18','\xfc','\x7f','\xfc','\x70','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x00','\x10','\x18','\x1c','\x1f','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\xf8','\x1b','\x19','\x18','\xff','\x99','\x18','\x18','\x19','\x18','\x18','\x59','\x1a','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x64','\x66','\x18','\x67','\xf6','\x1f','\x66','\x66','\xfc','\x66','\x66','\x70','\x66','\x66','\x40','\x67','\xe6','\x00','\x66','\x66','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x3e','\x00','\x60','\x0c','\x00','\x10','\x00','\x1c','\x1c','\x00','\x18','\x18','\x0c','\x18','\x3f','\xfe','\x18','\x30','\x00','\x18','\x7f','\xf0','\x18','\xd8','\x30','\xff','\x18','\x30','\x18','\x1f','\xf0','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x1f','\xf0','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x30','\x00','\x1f','\x20','\x0c','\xfc','\x7f','\xfe','\x70','\x48','\x8c','\x40','\x98','\x8c','\x03','\x11','\x0c','\x00','\x21','\x1c','\x00','\xc2','\x18','\x00','\x0c','\xf8','\x00','\x00','\x30','\x04','\x00','\x00','\x07','\x40','\x30','\x06','\x7f','\xf8','\x0e','\x60','\x30','\x0c','\x60','\x30','\x1c','\x60','\x30','\x18','\x7f','\xf0','\x38','\x06','\x00','\x58','\x06','\x0c','\x9b','\xff','\xfe','\x18','\x0e','\x80','\x18','\x1e','\x60','\x18','\x36','\x38','\x18','\xc6','\x1f','\x1b','\x06','\x06','\x18','\x06','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x04','\x00','\x1c','\x07','\x00','\x18','\x46','\x30','\x18','\x7f','\xf8','\x18','\x60','\x30','\x18','\x60','\x30','\x1b','\x60','\x30','\xff','\xe0','\x30','\x18','\x7f','\xf0','\x18','\x60','\x30','\x18','\x60','\x00','\x18','\x60','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x00','\x18','\x60','\x06','\x1f','\x7f','\xff','\xfc','\x00','\x86','\x70','\x04','\x46','\x41','\x22','\x66','\x01','\x33','\x66','\x02','\x33','\x0e','\x06','\x30','\x0c','\x06','\x00','\x7c','\x00','\x00','\x18','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x19','\x0c','\x80','\x13','\x09','\x80','\x02','\x81','\x40','\x06','\x63','\x30','\x04','\x22','\x18','\x28','\x04','\x08','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x1c','\x08','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x20','\x00','\x0c','\x30','\x06','\x06','\x3f','\xff','\x86','\x30','\x00','\x60','\x60','\x18','\x30','\x5f','\xfc','\x32','\x99','\x18','\x04','\x19','\x18','\x04','\x19','\x1a','\x09','\xff','\xff','\x18','\x31','\x18','\xf0','\x31','\x18','\x70','\x31','\x1a','\x30','\x7f','\xff','\x30','\x60','\x30','\x38','\x00','\xf0','\x18','\x1c','\x60','\x00','\x18','\x08','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x02','\x30','\x5e','\x63','\xf8','\x71','\xf3','\x30','\x60','\x63','\x30','\x60','\x63','\x30','\x60','\x63','\x30','\x79','\xe2','\x30','\x60','\x66','\x3f','\x60','\x64','\x1f','\x60','\x68','\x00','\x7f','\xe0','\x00','\x60','\x60','\x0c','\x00','\x07','\xfe','\x07','\x02','\x0c','\x06','\x02','\x18','\x06','\x31','\x18','\xff','\xf9','\xb0','\x06','\x00','\xe0','\x06','\x00','\x40','\x06','\x00','\xe0','\x07','\xf1','\xb8','\xff','\x03','\x1f','\x78','\x06','\x0e','\x40','\x18','\x06','\x00','\x00','\xe0','\x1c','\x00','\xc0','\x19','\x18','\xc0','\x19','\xf8','\xcc','\x19','\x9f','\xfe','\x19','\x98','\xc0','\x19','\x98','\xc0','\xff','\x98','\xc0','\x19','\x98','\xc6','\x19','\x9f','\xff','\x19','\xf8','\x00','\x19','\x98','\x18','\x19','\x98','\x1a','\x19','\x9f','\xff','\x19','\x98','\x18','\x19','\x9a','\x18','\x1f','\x99','\x18','\xf9','\x99','\x98','\x71','\xf9','\x98','\x41','\x98','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x64','\x46','\x18','\x64','\x46','\x18','\x64','\x46','\x1b','\x64','\x46','\xff','\xff','\xfe','\x18','\x60','\x06','\x18','\x00','\x00','\x18','\x00','\x0c','\x18','\x7f','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x71','\x80','\x1f','\x61','\x8c','\xfc','\x61','\xfe','\x70','\x61','\x80','\x40','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x86','\x00','\x7f','\xff','\x00','\x60','\x00','\x03','\x80','\x0c','\x03','\x1a','\x3e','\xff','\xff','\xe0','\x03','\x03','\x00','\x3f','\xf3','\x00','\x23','\x13','\x06','\x23','\x13','\xff','\x3f','\xf3','\x18','\x23','\x13','\x18','\x23','\x13','\x18','\x3f','\xf3','\x18','\x03','\x02','\x18','\xff','\xfe','\x18','\x03','\x04','\x18','\x03','\x18','\x18','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\x30','\x0c','\x3f','\xff','\xfe','\x23','\x10','\x0c','\x23','\x10','\x18','\x3f','\xf1','\x20','\x23','\x10','\xc0','\x23','\x10','\x46','\x3f','\xf7','\xff','\x03','\x00','\x66','\x03','\x30','\x64','\x7f','\xf8','\x68','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xf8','\x60','\x7f','\x83','\xe0','\x3c','\x00','\xc0','\x20','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x82','\x86','\x1c','\xfe','\xff','\x18','\xc2','\x86','\x18','\xc2','\x86','\x18','\xfe','\xfe','\x18','\xc2','\x86','\x1a','\xc2','\x86','\xff','\xc2','\x86','\x18','\xfe','\xfe','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xcf','\xe6','\x18','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x1f','\xcf','\xe6','\xfc','\xcc','\x66','\x70','\xcc','\x66','\x40','\xcc','\x66','\x00','\xcf','\xe6','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x3e','\x00','\xc0','\x0c','\x00','\x03','\x80','\x1c','\x03','\x18','\x18','\x03','\xfc','\x18','\x03','\x00','\x18','\x83','\x06','\x18','\xff','\xff','\x1a','\xc6','\x0c','\xff','\xc6','\x08','\x18','\xc7','\xd0','\x18','\xfe','\x04','\x18','\xc6','\x06','\x18','\xc7','\xfe','\x18','\xc3','\xfc','\x18','\xc0','\x00','\x18','\xc6','\x60','\x1e','\xc6','\x64','\xf9','\xa6','\x67','\x71','\xa6','\x66','\x41','\xb6','\x6c','\x01','\x36','\x68','\x03','\x36','\x70','\x02','\x06','\x60','\x04','\x06','\x66','\x01','\xff','\xff','\x00','\x20','\x40','\x1c','\x18','\x70','\x18','\x18','\xe0','\x18','\x00','\x86','\x18','\xff','\xff','\x18','\x04','\x80','\x1b','\x04','\x80','\xff','\xff','\xfc','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x78','\xfc','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x1f','\x00','\x30','\xfc','\x00','\x36','\x71','\xff','\xff','\x40','\x00','\x30','\x00','\x18','\x30','\x00','\x0c','\x30','\x00','\x0d','\xf0','\x00','\x00','\x60','\x00','\x04','\x00','\x1c','\x07','\x00','\x18','\x46','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x0c','\x18','\x69','\x2c','\x1b','\x65','\x2c','\xff','\xe5','\x4c','\x18','\x61','\x0c','\x18','\x6f','\xec','\x18','\x61','\x0c','\x18','\x63','\x8c','\x18','\x63','\x4c','\x18','\x65','\x2c','\x18','\x69','\x2c','\x1f','\x61','\x0c','\xfc','\x63','\x0c','\x71','\xff','\xff','\x40','\x06','\x80','\x00','\x0c','\x40','\x00','\x0c','\x70','\x00','\x18','\x3f','\x00','\x30','\x1e','\x01','\xc0','\x06','\x00','\x03','\x80','\x1c','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x7f','\xfc','\x18','\x44','\x44','\x1a','\x44','\x44','\xff','\x44','\x44','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\xf3','\x3c','\x18','\x03','\x00','\x18','\xf3','\x3c','\x18','\x03','\x00','\x18','\x06','\x08','\x1f','\x0f','\x0e','\xfc','\x1d','\x1c','\x70','\x38','\xa0','\x40','\xf0','\xc0','\x07','\x30','\x60','\x00','\x33','\x38','\x01','\xfc','\x1f','\x00','\xf0','\x0e','\x00','\x80','\x06','\x00','\x03','\x80','\x1c','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x23','\x10','\x18','\x3b','\x1c','\x1b','\x33','\x18','\xff','\xe3','\x30','\x18','\x5b','\x2c','\x18','\x8b','\x44','\x18','\x03','\x02','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x40','\x0c','\x18','\x7f','\xfe','\x1f','\x60','\x0c','\xfc','\x67','\xcc','\x70','\x64','\x4c','\x40','\x64','\x4c','\x00','\x64','\x4c','\x00','\x67','\xcc','\x00','\x60','\x0c','\x00','\x7f','\xfc','\x00','\x60','\x0c','\x00','\x0e','\x70','\x1c','\x0c','\x66','\x18','\xff','\xff','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x00','\x00','\x1b','\x03','\x88','\xff','\x83','\x0e','\x18','\x3f','\xfc','\x18','\x03','\x18','\x18','\x03','\x32','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x03','\x00','\x18','\x0c','\x18','\x1f','\x3f','\xfc','\xfc','\xcc','\x18','\x70','\x0c','\x18','\x40','\x0f','\xf8','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xf8','\x00','\x0c','\x18','\x41','\x82','\x00','\x7f','\xc3','\x06','\x61','\xbf','\xff','\x63','\x06','\x00','\x62','\x0d','\xfc','\x64','\x18','\x20','\x62','\x67','\xff','\x63','\x00','\x00','\x61','\x8f','\xfc','\x61','\x88','\x04','\x61','\x8f','\xfc','\x67','\x88','\x04','\x63','\x0f','\xfc','\x60','\x08','\x04','\x60','\x08','\x3c','\x60','\x08','\x18','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x08','\x80','\x06','\x1c','\xe0','\x0c','\x18','\xcc','\x90','\x3f','\xfe','\x64','\x70','\x80','\x26','\xb0','\x88','\x0c','\x3f','\xfc','\x11','\x30','\x80','\xff','\xb0','\x88','\x63','\x3f','\xfc','\x06','\x30','\x80','\x08','\x30','\x86','\x30','\x3f','\xff','\xc0','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x33','\xf0','\x08','\x32','\x10','\xec','\x33','\xf0','\xcc','\x32','\x10','\xc0','\x33','\xf0','\xc6','\x30','\x07','\xff','\x33','\xf0','\xa0','\x32','\x10','\xa0','\x33','\xf1','\x90','\x32','\x11','\x18','\x23','\xf1','\x0c','\x62','\x12','\x0f','\x62','\x14','\x06','\x42','\x30','\x00','\x80','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x0c','\x23','\xf3','\xfe','\x23','\x01','\x0c','\x7f','\xfd','\x0c','\xc8','\x0c','\x8c','\xcc','\xc8','\x98','\x18','\x30','\xd8','\x63','\x10','\x50','\x06','\xc0','\x70','\x0c','\x30','\x20','\x30','\x18','\x70','\xdf','\xf8','\xd8','\x18','\x61','\x9f','\x18','\x66','\x0e','\x1f','\xe0','\x06','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x1c','\x01','\x8c','\x18','\x3f','\xfe','\x18','\x01','\x8c','\x18','\x01','\x8c','\x18','\x7f','\xff','\x1b','\x01','\x8c','\xff','\x81','\x8c','\x18','\x3f','\xfc','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x18','\x24','\x48','\x18','\x66','\x66','\x18','\xc2','\x23','\x1e','\xc0','\x03','\xf8','\x3f','\xfc','\x70','\x32','\x4c','\x40','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x01','\xff','\xff','\x00','\x00','\x00','\x1c','\x01','\xc0','\x18','\x81','\x86','\x18','\xff','\xff','\x18','\xc0','\x00','\x18','\xc2','\x20','\x18','\xc2','\x24','\x1a','\xdf','\xfe','\xff','\xc2','\x20','\x18','\xc2','\x22','\x18','\xff','\xff','\x18','\xc0','\x80','\x18','\xc0','\x80','\x18','\xcf','\xfc','\x18','\xc8','\x84','\x18','\xc8','\x84','\x1a','\xcf','\xfc','\x1c','\xc8','\x84','\xf9','\x88','\x84','\x61','\x8f','\xfc','\x41','\x00','\x00','\x03','\x08','\x30','\x02','\x0e','\x0c','\x04','\x1c','\x06','\x00','\x60','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x7f','\xc3','\xfe','\x44','\x42','\x22','\x44','\x42','\x22','\x7f','\xc3','\xfe','\x44','\x42','\x22','\x44','\x42','\x22','\x7f','\xc3','\xfe','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x80','\x06','\x18','\xff','\xff','\x18','\xc0','\x00','\x18','\xc8','\x04','\x18','\xcf','\xfe','\x18','\xc8','\x84','\x1a','\xc8','\x84','\xff','\xcf','\xfc','\x18','\xc8','\x84','\x18','\xc8','\x84','\x18','\xcf','\xfc','\x18','\xc0','\x80','\x18','\xcf','\xfc','\x18','\xc0','\x80','\x18','\xff','\xff','\x1a','\xc0','\x00','\x1c','\xc9','\x26','\xf9','\xb9','\x23','\x61','\xb0','\x03','\x41','\x00','\xc0','\x03','\x1f','\xfe','\x02','\x00','\xc0','\x04','\x00','\xc0','\x00','\x7f','\xff','\x00','\x20','\x08','\x1c','\x3f','\xfc','\x18','\x20','\x08','\x18','\x3f','\xf8','\x18','\x20','\x08','\x1b','\x3f','\xf8','\xff','\x80','\x00','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x83','\x06','\x18','\xff','\xff','\x19','\x83','\x06','\x19','\xbb','\x74','\x18','\x03','\x00','\x1e','\x3b','\x70','\xfc','\x00','\x00','\x70','\xff','\xfc','\x40','\x00','\x00','\x03','\xff','\xff','\x00','\x18','\x00','\x00','\x10','\x20','\x00','\x20','\x18','\x01','\xff','\xec','\x00','\x7c','\x0c','\x00','\x03','\x80','\x1c','\x03','\x0c','\x19','\xff','\xfe','\x18','\x00','\x00','\x18','\x7c','\xf8','\x18','\x44','\x88','\xff','\x44','\x88','\x18','\x7c','\xf8','\x18','\x08','\x40','\x18','\xff','\xfc','\x18','\x08','\x40','\x18','\x08','\x40','\x18','\x7f','\xf8','\x18','\x08','\x40','\x1e','\x08','\x46','\xf9','\xff','\xff','\x60','\x1c','\x88','\x40','\x38','\x8c','\x00','\x78','\x58','\x01','\x98','\x60','\x0e','\x19','\xb0','\x00','\xfe','\x1f','\x00','\x70','\x0e','\x00','\x40','\x06','\x07','\x03','\x80','\x06','\x63','\x06','\x7f','\xf3','\xff','\x10','\x83','\x00','\x08','\x83','\xfc','\x09','\x10','\x0c','\xff','\xf8','\x0c','\x00','\x03','\xfc','\x3f','\xc2','\x00','\x20','\x43','\xf8','\x3f','\xc2','\x00','\x20','\x43','\xf8','\x3f','\xc2','\x00','\x20','\x43','\xfa','\x20','\x42','\x03','\x21','\xc3','\xff','\x20','\xc1','\xfe','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x39','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x86','\x31','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\xff','\x81','\x80','\x19','\x81','\x80','\x19','\x81','\x80','\x19','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x61','\x81','\x80','\x41','\x81','\x80','\x81','\x81','\x8c','\x01','\xbf','\xfe','\x01','\x80','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\xc3','\x06','\xc0','\xc3','\x04','\xc8','\xc3','\x30','\x0f','\xc3','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xc3','\xf0','\x0c','\xc3','\x30','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc7','\xff','\xe8','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x00','\x06','\x18','\xff','\xff','\x18','\x01','\x86','\x18','\x21','\x84','\x18','\x39','\x80','\x18','\x31','\xfe','\x1b','\x31','\x80','\xff','\xa9','\x80','\x18','\x67','\x80','\x18','\x43','\xff','\x18','\x80','\x7e','\x19','\x00','\x00','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x19','\x3f','\xf8','\x1e','\x30','\x18','\xf8','\x30','\x18','\x60','\x3f','\xf8','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\xf8','\x00','\x30','\x30','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xdf','\xff','\xf8','\x00','\xc3','\x00','\x08','\xc3','\x30','\x0f','\xc3','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xc3','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x06','\x07','\xff','\xe4','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x30','\x00','\x00','\x30','\x1f','\xdf','\xfe','\x18','\xc4','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x1f','\xc0','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x60','\x01','\xff','\xf0','\x03','\x00','\x60','\x06','\x80','\xc0','\x04','\x80','\xc0','\x08','\x41','\x80','\x10','\x61','\x80','\x60','\x23','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x78','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\x10','\x00','\x00','\x1c','\x00','\x08','\x18','\x00','\x08','\x30','\x00','\x04','\x30','\x00','\x04','\x60','\x60','\x02','\x7f','\xf0','\x02','\xc0','\x60','\x01','\x80','\xc0','\x01','\x00','\xc0','\x03','\x81','\x80','\x06','\xc1','\x80','\x0c','\x63','\x00','\x30','\x36','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x78','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x01','\x00','\x00','\x03','\x83','\x00','\x07','\xff','\x80','\x0e','\x06','\x00','\x38','\x08','\x00','\xcf','\xff','\xf0','\x0c','\x30','\x30','\x0c','\x6e','\x30','\x0d','\x83','\x30','\x0c','\x00','\x30','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\xc0','\x00','\x03','\xff','\xc0','\x1e','\x43','\x80','\xe0','\x3e','\x00','\x01','\xe3','\xfe','\x3e','\x00','\x3c','\x00','\x00','\xc0','\x07','\xff','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x07','\xff','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\xe0','\x60','\x00','\xff','\xf0','\x01','\x80','\xe0','\x03','\x01','\xc0','\x0c','\x83','\x80','\x30','\x67','\x00','\x00','\x2e','\x00','\x00','\x1c','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x18','\xc6','\xff','\xff','\xff','\x07','\x01','\xc0','\x0f','\x83','\xe0','\x0f','\x73','\xd0','\x1b','\x36','\xd8','\x33','\x04','\xcc','\x63','\x08','\xcf','\x83','\x10','\xc6','\x03','\x40','\xc0','\x00','\x70','\x00','\x00','\xe0','\x60','\x00','\xff','\xf0','\x01','\x80','\xe0','\x03','\x41','\xc0','\x0c','\x33','\x80','\x30','\x17','\x00','\x00','\x0e','\x00','\x00','\x38','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\x40','\x61','\x00','\x7f','\xf1','\x8c','\x66','\x61','\xfe','\x66','\x63','\x0c','\x66','\x62','\x18','\x7f','\xe5','\x98','\x66','\x68','\xb0','\x66','\x60','\x60','\x66','\x60','\xc0','\x66','\x61','\x80','\x7f','\xe3','\x40','\x66','\x0c','\x66','\x06','\x00','\xff','\x06','\x30','\xc6','\xff','\xf9','\x86','\x0e','\x03','\x0c','\x1f','\x04','\xcc','\x1e','\xc0','\x58','\x36','\x60','\x30','\x26','\x30','\x60','\x46','\x30','\xc0','\x86','\x01','\x80','\x06','\x03','\x00','\x06','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x18','\x00','\x1e','\x60','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\x03','\xf8','\x00','\x7f','\x80','\x3f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\xe0','\x06','\x00','\x78','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x1c','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x66','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xe2','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\xff','\x70','\x0c','\x00','\x3c','\x30','\x00','\x1f','\xcf','\xff','\xe6','\x00','\xc0','\x00','\x01','\x80','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x7e','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x08','\x18','\x40','\x0e','\x18','\x70','\x0c','\x18','\x60','\x0c','\x18','\x60','\x1a','\x18','\x50','\x11','\x18','\xc8','\x21','\x98','\x8c','\x41','\x99','\x06','\x80','\x34','\x06','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x02','\x00','\x80','\x01','\x80','\xe0','\x00','\xc1','\xc0','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x60','\x00','\x00','\x60','\x08','\x18','\x60','\x0f','\xfc','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0f','\xf8','\x60','\x0c','\x18','\x60','\x0c','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x03','\xe0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x63','\x00','\x08','\x63','\x00','\x0e','\x63','\x20','\x0c','\x63','\x18','\x18','\x63','\x0c','\x10','\xc3','\x06','\x20','\xc3','\x06','\x41','\x83','\x00','\x03','\x03','\x00','\x04','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xe3','\x00','\x01','\xc1','\xc0','\x03','\x80','\xf0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x00','\x80','\x00','\x00','\xe0','\x00','\x01','\xc3','\x00','\x03','\xff','\x80','\x06','\x06','\x00','\x0c','\x04','\x00','\x18','\x08','\x30','\x6f','\xff','\xf8','\x0c','\x66','\x30','\x0c','\x66','\x30','\x0c','\xc6','\x30','\x0c','\x87','\xf0','\x0d','\x03','\xf0','\x0e','\x00','\x30','\x0c','\x38','\x30','\x0c','\x30','\x30','\x0c','\x30','\x36','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xf0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x62','\x00','\x00','\xe1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x1c','\x70','\x06','\x18','\x3c','\x0d','\xff','\xdf','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x07','\xf0','\x08','\x7f','\x00','\x0f','\xe0','\x00','\x0c','\x10','\x20','\x18','\x0c','\x18','\x10','\x44','\x0c','\x20','\x60','\x0c','\x44','\xc4','\x00','\x03','\x07','\x00','\x01','\x8e','\x00','\x01','\x98','\x00','\x00','\x20','\x40','\x00','\x40','\x30','\x3f','\xff','\xf8','\x1f','\x80','\x18','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc3','\x00','\x03','\x81','\xe0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x03','\x81','\xc0','\x43','\x01','\x80','\x33','\x01','\x80','\x1b','\x01','\x80','\x1b','\x01','\x86','\x03','\x7f','\xff','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x1b','\x01','\x80','\xf3','\x01','\x8c','\x63','\x3f','\xfe','\x43','\x00','\x00','\x03','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xe3','\x00','\x01','\xc1','\xc0','\x03','\x80','\xf0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x62','\x00','\x00','\xe1','\x00','\x01','\xc0','\xc0','\x03','\xb8','\x78','\x0e','\x31','\x3f','\x38','\x31','\xce','\xc3','\xff','\x80','\x00','\x33','\x00','\x00','\x36','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\xff','\xc0','\x0d','\x80','\xc0','\x71','\x80','\xc0','\x01','\xff','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\xff','\xc0','\x01','\x80','\xc0','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x66','\x00','\x08','\x66','\x30','\x0f','\xff','\xf8','\x0c','\x46','\x30','\x0c','\x86','\x30','\x0f','\x03','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc3','\x00','\x03','\x81','\xe0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x00','\x80','\x00','\x00','\xe0','\x00','\x10','\xc0','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x07','\x18','\x19','\xff','\x98','\x18','\x19','\x18','\x19','\x19','\x98','\x18','\x9a','\x18','\x1b','\xff','\xd8','\x18','\x38','\x18','\x18','\x7c','\x18','\x18','\x5b','\x18','\x18','\x99','\x98','\x1b','\x19','\x98','\x18','\x18','\x18','\x18','\x30','\x1a','\xff','\xff','\xff','\x00','\x62','\x00','\x00','\xc1','\x80','\x03','\x80','\xe0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x01','\xc1','\x00','\x39','\x81','\x86','\x31','\x83','\xff','\x31','\x86','\x0c','\x31','\xb8','\x98','\x3f','\x84','\x60','\x01','\x83','\x80','\x01','\xbc','\x38','\xff','\x80','\x32','\x19','\xbf','\xff','\x19','\x84','\x30','\x31','\x86','\x30','\x21','\x86','\x30','\x41','\x80','\xf0','\x81','\xb8','\x60','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc2','\x00','\x01','\x81','\x80','\x03','\x00','\xe0','\x0c','\x00','\x7e','\x70','\x00','\x1c','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x62','\x00','\x00','\xe1','\x00','\x01','\xc1','\x80','\x03','\x80','\xe0','\x06','\x00','\x78','\x0f','\xff','\xff','\x3c','\x00','\x0e','\xcc','\x7f','\x80','\x0c','\x40','\x80','\x0c','\x40','\x80','\x0c','\x7f','\x80','\x0c','\x00','\x00','\x0d','\xf9','\xf8','\x0d','\x09','\x08','\x0d','\x09','\x08','\x0d','\xf9','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x0f','\xfe','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x18','\xdf','\xff','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x33','\x00','\xc0','\x6b','\x00','\xc0','\x66','\x00','\xc0','\x07','\x00','\xc0','\x0d','\x80','\xc0','\x08','\xc0','\xc0','\x10','\xc0','\xc0','\x20','\x00','\xc0','\xc0','\x00','\xc0','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc6','\x06','\xff','\xe7','\xff','\x18','\xc4','\x06','\x18','\xcc','\x06','\x18','\xc8','\x06','\x18','\xd2','\x06','\x18','\xc1','\x86','\x31','\x80','\xc6','\x31','\x80','\xc6','\x31','\x80','\xc6','\x33','\x00','\x06','\x6b','\x00','\x0e','\x66','\x00','\x0c','\x07','\x00','\x0c','\x0d','\x80','\x1c','\x09','\x80','\x18','\x11','\x80','\x38','\x20','\x01','\xf0','\xc0','\x00','\x60','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x43','\x03','\x00','\x23','\x06','\x00','\x33','\x06','\x00','\x1b','\x06','\x06','\x1b','\xff','\xff','\x03','\x0c','\x30','\x03','\x0c','\x30','\x03','\x0c','\x30','\x03','\x0c','\x30','\x03','\x18','\x60','\x07','\x18','\x60','\x0b','\x18','\x60','\x3b','\x18','\xc0','\xf3','\x36','\xc0','\x63','\x31','\x80','\x43','\x01','\xc0','\x03','\x03','\x60','\x03','\x06','\x30','\x03','\x0c','\x18','\x03','\x18','\x1c','\x03','\x60','\x0c','\x04','\x00','\x00','\x07','\x00','\x18','\x06','\x7f','\xfc','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x38','\x00','\x00','\x38','\x07','\x00','\x58','\x06','\x00','\x98','\x0e','\x00','\x18','\x0c','\x06','\x19','\xff','\xff','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x6e','\xc0','\x18','\x61','\x80','\x18','\x03','\x60','\x18','\x06','\x38','\x18','\x18','\x1c','\x18','\xe0','\x0c','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x0f','\xff','\xff','\x0c','\x60','\x00','\x0c','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x38','\x60','\x00','\x38','\x7f','\xfc','\x58','\x3f','\xfc','\x98','\x08','\x00','\x18','\x0e','\x00','\x18','\x0c','\x06','\x1b','\xff','\xff','\x18','\x18','\x30','\x18','\x38','\x30','\x18','\x30','\x60','\x18','\x70','\x60','\x18','\x6e','\xc0','\x18','\x03','\xe0','\x18','\x06','\x78','\x18','\x18','\x1c','\x18','\xe0','\x0c','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x19','\x98','\x60','\xff','\xd8','\x64','\x19','\x98','\x67','\x19','\x9a','\x66','\x19','\x9f','\x6c','\x19','\x98','\x68','\x31','\x98','\x70','\x33','\x18','\x60','\x33','\x18','\x60','\x33','\x18','\x60','\x32','\x18','\x60','\x6a','\x18','\x60','\x66','\x18','\x60','\x07','\x18','\x62','\x0d','\x98','\x62','\x09','\x98','\x62','\x10','\x7f','\x63','\x20','\x38','\x7f','\xc0','\x20','\x3e','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\xcc','\x0c','\xff','\xec','\x0c','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcf','\xfc','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x33','\x0c','\x0c','\x6b','\x0c','\x0c','\x66','\x0f','\xfc','\x07','\x0c','\x0c','\x0d','\x80','\x00','\x08','\xc0','\x00','\x10','\xc0','\x06','\x20','\x3f','\xff','\xc0','\x00','\x00','\x0e','\x04','\x0c','\x0c','\x07','\xfe','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x8c','\x0c','\xc6','\x4c','\xff','\xe6','\x6c','\x18','\xc6','\x6c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xff','\xff','\x18','\xcc','\x0c','\x31','\x8c','\x0c','\x31','\x8d','\x0c','\x31','\x8c','\x8c','\x33','\x0c','\xcc','\x6b','\x0c','\xcc','\x66','\x0c','\x0c','\x07','\x0c','\x0c','\x0d','\x9f','\xff','\x08','\xd8','\x18','\x10','\xc0','\x18','\x20','\x00','\xf8','\xc0','\x00','\x30','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x18','\x01','\x80','\x19','\x81','\x8c','\xff','\xbf','\xfe','\x19','\x81','\x8c','\x19','\x91','\x8c','\x19','\x9f','\xfc','\x19','\x99','\x8c','\x31','\x99','\x80','\x33','\x19','\x86','\x33','\x3f','\xff','\x33','\x33','\x46','\x32','\x03','\x46','\x6a','\x03','\x66','\x66','\x06','\x2e','\x07','\x06','\x34','\x0d','\x8c','\x30','\x09','\x8c','\x18','\x10','\x18','\x1f','\x20','\x30','\x0e','\xc0','\xc0','\x06','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\xe0','\x06','\xff','\xff','\xff','\x03','\x80','\xc0','\x07','\x01','\xc0','\x0e','\x03','\x80','\x0d','\xe7','\x00','\x00','\x3c','\x00','\x00','\x77','\xe0','\x03','\xc0','\xfc','\x7c','\x00','\x1c','\x0e','\x00','\x06','\x0c','\x1f','\xff','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\xc3','\x18','\xff','\xe3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x1a','\x18','\xdf','\xff','\x18','\xc3','\x18','\x31','\x83','\x18','\x31','\x83','\x18','\x31','\x83','\x18','\x33','\x03','\x18','\x6b','\x07','\x18','\x66','\x06','\x18','\x07','\x06','\x18','\x0d','\x84','\x18','\x08','\xcc','\x18','\x10','\xc8','\x18','\x20','\x10','\x18','\xc0','\x20','\x18','\x1c','\x08','\x18','\x18','\x0e','\x7c','\x18','\x0d','\xe0','\x18','\x0c','\x60','\x18','\x0c','\x60','\x19','\x8c','\x60','\xff','\xd8','\x60','\x19','\x98','\x60','\x19','\x98','\x60','\x19','\x98','\x66','\x19','\xbf','\xff','\x31','\xb8','\x60','\x33','\x58','\x60','\x33','\x18','\x60','\x33','\x18','\x60','\x32','\x18','\x60','\x6a','\x18','\x60','\x66','\x18','\x60','\x07','\x18','\x60','\x0d','\x98','\x60','\x09','\x98','\x60','\x10','\x18','\x6c','\x20','\x1b','\xfe','\xc0','\x18','\x00','\x1c','\x06','\x70','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x26','\x64','\x19','\x96','\x66','\xff','\xde','\x6c','\x19','\x9e','\x68','\x19','\x86','\x70','\x19','\x86','\x60','\x19','\x86','\x60','\x31','\x86','\x60','\x33','\x0e','\x70','\x33','\x16','\x6c','\x33','\x76','\x66','\x32','\x26','\x66','\x6a','\x06','\x60','\x66','\x0c','\x60','\x07','\x0c','\x62','\x0d','\x88','\x62','\x09','\x98','\x63','\x10','\x10','\x7f','\x20','\x20','\x3e','\xc0','\xc0','\x00','\x1c','\x04','\xe0','\x18','\x0e','\xc8','\x18','\x1c','\xc4','\x18','\x6c','\xc6','\x18','\x0c','\xc6','\x19','\x8c','\xc0','\xff','\xcc','\xc0','\x19','\x8c','\xc6','\x19','\xff','\xff','\x19','\x8c','\xc0','\x19','\x8c','\xc8','\x31','\x8c','\xce','\x33','\x0c','\xcc','\x33','\x0e','\xcc','\x33','\x7c','\x48','\x32','\x3c','\x58','\x6a','\x2c','\x50','\x66','\x0c','\x70','\x07','\x0c','\x22','\x0d','\x8c','\x72','\x09','\x8c','\x52','\x10','\x0c','\x9b','\x20','\x7d','\x0f','\xc0','\x18','\x06','\x0e','\x08','\x06','\x0c','\x0f','\xff','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\xcf','\xfe','\xff','\xec','\x06','\x18','\xc0','\x00','\x18','\xc8','\x06','\x18','\xcf','\xff','\x18','\xcc','\x06','\x18','\xcc','\x06','\x31','\x8c','\x06','\x31','\x8f','\xfe','\x31','\x8c','\x06','\x33','\x0c','\x06','\x6b','\x0c','\x06','\x66','\x0f','\xfe','\x07','\x0c','\x06','\x0d','\x8c','\x06','\x08','\xcc','\x06','\x10','\xcc','\x06','\x20','\x0c','\x3e','\xc0','\x0c','\x0c','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x11','\x90','\x86','\x1d','\x8c','\x60','\x19','\x86','\x30','\x31','\x87','\x32','\x21','\x83','\x04','\x41','\x90','\x0c','\x87','\x9c','\x18','\x03','\x38','\xf0','\x00','\x70','\x30','\x01','\xc0','\x30','\x0f','\x00','\x38','\xf0','\x00','\x18','\x40','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x80','\xc0','\x03','\x01','\x80','\x0e','\xf3','\x00','\x0c','\x0e','\x00','\x00','\x39','\xe0','\x01','\xe0','\x7c','\x7e','\x00','\x1c','\x38','\x06','\x46','\x30','\xff','\x7f','\x30','\x26','\x66','\x30','\x26','\x66','\x30','\x26','\x66','\x32','\x26','\x64','\xff','\x26','\x64','\x32','\xfe','\x64','\x32','\x26','\x68','\x32','\x26','\x68','\x32','\x26','\x64','\x62','\x26','\x64','\x62','\x26','\x64','\x66','\xfe','\x66','\x64','\x26','\x66','\x64','\x26','\x66','\xd4','\x26','\x66','\xcc','\x26','\x66','\x0e','\x26','\x66','\x0b','\x66','\x7e','\x1b','\x46','\x6c','\x10','\x46','\x60','\x20','\x9e','\x60','\xc1','\x0c','\x60','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x21','\x8c','\x18','\x3f','\xfe','\x18','\x31','\x8c','\x19','\xb1','\x8c','\xff','\xb1','\x8c','\x19','\xbf','\xfc','\x19','\xb1','\x8c','\x19','\xb1','\x8c','\x19','\xb1','\x8c','\x31','\xbf','\xfc','\x33','\x00','\x00','\x33','\x00','\x06','\x33','\x7f','\xff','\x32','\x06','\x00','\x6a','\x06','\x0c','\x66','\x0f','\xfe','\x07','\x0c','\x0c','\x0d','\x80','\x1c','\x09','\x80','\x18','\x10','\x00','\x38','\x20','\x03','\xf0','\xc0','\x00','\xe0','\x1c','\x10','\x06','\x18','\x1f','\xff','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x19','\x9f','\xfe','\xff','\xd8','\xc6','\x19','\x98','\xc6','\x19','\x98','\xc6','\x19','\x9f','\xfe','\x19','\x98','\x06','\x31','\x81','\xc0','\x33','\x01','\x80','\x33','\x01','\x86','\x33','\x3f','\xff','\x32','\x01','\x86','\x6a','\x01','\x86','\x66','\x03','\x86','\x07','\x03','\x06','\x0d','\x87','\x06','\x09','\x86','\x0e','\x10','\x0c','\x0c','\x20','\x18','\x7c','\xc0','\x60','\x18','\x38','\x46','\x06','\x30','\x7f','\xff','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x64','\x0c','\x32','\x64','\x0c','\xff','\x64','\x0c','\x32','\x69','\xec','\x32','\x69','\x2c','\x32','\x65','\x2c','\x32','\x65','\x2c','\x62','\x65','\x2c','\x62','\x65','\x2c','\x66','\x65','\x2c','\x64','\x65','\xec','\x64','\x64','\x0c','\xd4','\x64','\x0c','\xcc','\x7c','\x0c','\x0e','\x6c','\x0c','\x0b','\x60','\x0c','\x1b','\x60','\x0c','\x10','\x60','\x0c','\x20','\x60','\x7c','\xc0','\x60','\x18','\x1c','\x00','\x38','\x18','\x01','\xfc','\x18','\x1f','\xc0','\x18','\x02','\x04','\x18','\x21','\x87','\x19','\x98','\xc6','\xff','\xcc','\xcc','\x19','\x8c','\x08','\x19','\x80','\x00','\x19','\x80','\x38','\x19','\x81','\xfc','\x31','\x9f','\xc0','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x01','\x80','\x32','\x01','\x86','\x6a','\x7f','\xff','\x66','\x01','\x80','\x07','\x01','\x80','\x0d','\x81','\x80','\x09','\x81','\x80','\x10','\x01','\x8c','\x20','\x3f','\xfe','\xc0','\x00','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x21','\x80','\x18','\x21','\x86','\x18','\x3f','\xff','\x18','\x60','\x06','\xff','\xe0','\x04','\x19','\x9c','\x00','\x19','\x98','\x8c','\x19','\x98','\xfe','\x19','\x9e','\xcc','\x31','\x92','\xcc','\x33','\x32','\xcc','\x33','\x2a','\xcc','\x33','\x2a','\xcc','\x32','\x46','\xcc','\x6a','\x04','\xdc','\x66','\x0c','\xcc','\x07','\x08','\xc0','\x0d','\x98','\xc2','\x09','\x90','\xc2','\x10','\x20','\xc3','\x20','\x40','\xff','\xc0','\x80','\x7e','\x1c','\x00','\x0c','\x18','\xff','\xfe','\x18','\x26','\x00','\x18','\x26','\x00','\x18','\x26','\x0c','\x19','\xa7','\xfe','\xff','\xbe','\x8c','\x19','\xa6','\x8c','\x19','\xa6','\x8c','\x19','\xa6','\x8c','\x19','\xa6','\x58','\x31','\xa6','\x58','\x33','\x3e','\x58','\x33','\x26','\x50','\x33','\x26','\x30','\x32','\x26','\x20','\x6a','\x26','\x20','\x66','\x26','\x70','\x04','\xfe','\x50','\x0e','\x76','\x58','\x0b','\x46','\xcf','\x11','\x86','\x8e','\x21','\x87','\x06','\xc0','\x06','\x00','\x00','\x18','\x00','\xff','\xfc','\x00','\x18','\x60','\x0c','\x18','\x6f','\xfe','\x1f','\xe2','\x0c','\x18','\x61','\x18','\x18','\x61','\x98','\x1f','\xe0','\xf0','\x18','\x60','\x60','\x18','\x60','\xf0','\x18','\x61','\x9c','\xff','\xe3','\x0f','\x78','\x6c','\x06','\x40','\x60','\x00','\x00','\x38','\x00','\x00','\x70','\x06','\xff','\xff','\xff','\x01','\xc0','\xc0','\x03','\x81','\x80','\x07','\x73','\x00','\x06','\x0e','\x00','\x00','\x39','\xe0','\x01','\xc0','\x78','\x3e','\x00','\x18','\x1c','\x01','\x00','\x18','\x01','\xc0','\x18','\x01','\x80','\x18','\x12','\x0c','\x18','\x1f','\xfe','\x19','\x98','\x8c','\xff','\xd8','\x8c','\x19','\x98','\x8c','\x19','\x9f','\xfc','\x19','\x98','\x8c','\x19','\x98','\x8c','\x31','\x98','\x8c','\x33','\x1f','\xfc','\x33','\x04','\x00','\x33','\x06','\x70','\x32','\x04','\x60','\x6a','\x08','\x66','\x66','\x7f','\xff','\x07','\x00','\x60','\x0d','\x80','\x60','\x09','\x80','\x60','\x10','\x00','\x60','\x20','\x00','\x60','\xc0','\x00','\x60','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x30','\xcc','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x07','\x01','\xe0','\x07','\xc1','\xd0','\x0f','\x33','\xd8','\x1b','\x16','\xcc','\x33','\x0c','\xcf','\xc3','\x30','\xc6','\x03','\x00','\xc0','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\xc0','\xc0','\x03','\x81','\xc0','\x07','\x03','\x80','\x0e','\xf7','\x00','\x0c','\x0e','\x00','\x00','\x39','\xe0','\x01','\xc0','\x78','\x3e','\x00','\x18','\x1c','\x10','\x06','\x18','\x1f','\xff','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x19','\x98','\xc6','\xff','\xdf','\xfe','\x19','\x98','\x00','\x19','\x98','\x00','\x19','\x9a','\x06','\x19','\x9b','\xff','\x31','\x9b','\x06','\x33','\x1b','\x06','\x33','\x1b','\x06','\x33','\x1b','\xfe','\x32','\x1b','\x06','\x6a','\x13','\x06','\x66','\x13','\x06','\x07','\x33','\xfe','\x0d','\xa3','\x06','\x09','\xa3','\x06','\x10','\x43','\x06','\x20','\x83','\xfe','\xc0','\x03','\x06','\x1c','\x00','\x00','\x18','\x10','\x18','\x18','\x1f','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\x98','\x18','\xff','\xdf','\xf8','\x19','\x98','\x18','\x19','\x98','\x18','\x19','\x98','\x18','\x19','\x9f','\xf8','\x31','\x98','\x18','\x33','\x00','\x00','\x33','\x20','\x0c','\x33','\x3f','\xfe','\x32','\x32','\x4c','\x6a','\x32','\x4c','\x66','\x32','\x4c','\x07','\x32','\x4c','\x0d','\xb2','\x4c','\x09','\xb2','\x4c','\x10','\x32','\x4c','\x20','\xff','\xff','\xc0','\x00','\x00','\x1c','\x07','\x38','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x7f','\xff','\x18','\x06','\x30','\x19','\x86','\x30','\xff','\xbf','\xfe','\x19','\x86','\x30','\x19','\x86','\x30','\x19','\xff','\xff','\x19','\x80','\x80','\x31','\x90','\x8c','\x33','\x1f','\xfe','\x33','\x18','\x8c','\x33','\x18','\x8c','\x32','\x1f','\xfc','\x6a','\x18','\x8c','\x66','\x18','\x8c','\x07','\x7f','\xff','\x0d','\x98','\x0c','\x09','\x98','\x0c','\x10','\x18','\x0c','\x20','\x18','\x7c','\xc0','\x18','\x18','\x1c','\x06','\x06','\x18','\xff','\x7f','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x46','\x46','\xff','\x7e','\x7e','\x33','\x60','\x60','\x33','\x60','\x60','\x33','\x66','\x66','\x33','\x7f','\x7f','\x63','\x06','\x06','\x66','\x46','\x46','\x66','\x36','\x36','\x66','\x16','\x16','\x64','\x0e','\x0e','\xd4','\x36','\x36','\xcc','\xe6','\xe6','\x0e','\x46','\x46','\x1b','\x06','\x06','\x13','\x0e','\x0e','\x20','\x0c','\x0c','\x40','\x7c','\x7c','\x80','\x18','\x18','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x21','\x8c','\x18','\x3f','\xfe','\x18','\x31','\x8c','\x19','\xb1','\x8c','\xff','\xf1','\x8c','\x19','\xbf','\xfc','\x19','\xb1','\x8c','\x19','\xb1','\x8c','\x19','\xb1','\x8c','\x31','\xbf','\xfc','\x33','\x01','\x80','\x33','\x01','\x8c','\x33','\x7f','\xfe','\x32','\x08','\x0c','\x6a','\x08','\x18','\x66','\x04','\x30','\x07','\x03','\x60','\x0d','\x81','\xc0','\x09','\x83','\x70','\x10','\x06','\x3f','\x20','\x18','\x1e','\xc0','\xe0','\x06','\x1c','\x00','\x00','\x18','\x10','\x0c','\x18','\x1f','\xfe','\x18','\x18','\xc0','\x18','\x18','\xc0','\x19','\x98','\xc8','\xff','\xdf','\xfc','\x19','\x98','\xc0','\x19','\x98','\xc0','\x19','\x98','\xc8','\x19','\x9f','\xfc','\x31','\x98','\xc0','\x33','\x18','\xc0','\x33','\x18','\xc6','\x33','\x1f','\xff','\x32','\x18','\x06','\x6a','\x00','\x46','\x66','\x11','\x36','\x07','\x14','\x96','\x0d','\xb2','\xc6','\x09','\xb2','\x4e','\x10','\x62','\x0c','\x20','\x60','\x7c','\xc0','\x00','\x18','\x1c','\x00','\x0c','\x18','\x3f','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x1d','\x98','\x19','\x99','\xfc','\xff','\xd9','\x80','\x19','\x99','\x80','\x19','\x99','\x86','\x19','\xff','\xff','\x19','\x98','\x00','\x31','\x98','\x18','\x33','\x1f','\xfc','\x33','\x18','\x00','\x33','\x18','\x06','\x32','\x1f','\xff','\x6a','\x18','\x06','\x66','\x00','\x46','\x07','\x11','\x36','\x0d','\x94','\x96','\x09','\xb2','\x8e','\x10','\x62','\x0c','\x20','\x60','\x7c','\xc0','\x00','\x18','\x1c','\x20','\x06','\x18','\x3f','\xff','\x18','\x30','\x00','\x18','\x31','\x08','\x18','\x31','\xfc','\x19','\xb1','\x08','\xff','\xb1','\x08','\x19','\xb1','\x08','\x19','\xb1','\xf8','\x19','\xb1','\x08','\x19','\xb0','\x00','\x31','\xb0','\x00','\x33','\x34','\x92','\x33','\x37','\xdf','\x33','\x34','\x92','\x32','\x34','\x92','\x6a','\x34','\x92','\x66','\x34','\x92','\x07','\x37','\x9e','\x0d','\xb4','\x92','\x09','\xb0','\x00','\x10','\x30','\x06','\x20','\x3f','\xff','\xc0','\x30','\x00','\x1c','\x10','\xe8','\x18','\x0c','\xce','\x18','\x06','\xcc','\x18','\x06','\xc8','\x18','\x10','\xd2','\x19','\x9f','\xff','\xff','\xf0','\x06','\x19','\xb0','\x04','\x19','\x87','\xf8','\x19','\x86','\x18','\x19','\x86','\x18','\x31','\x86','\x18','\x33','\x07','\xf8','\x33','\x00','\xc0','\x33','\x10','\xc6','\x32','\x1f','\xff','\x6a','\x18','\xc6','\x66','\x18','\xc6','\x07','\x18','\xc6','\x0d','\x98','\xc6','\x09','\x98','\xde','\x10','\x18','\xcc','\x20','\x00','\xc0','\xc0','\x00','\xc0','\x38','\x18','\x40','\x30','\x10','\x70','\x30','\x10','\x60','\x30','\x13','\x60','\x31','\xff','\xe0','\x30','\x10','\x66','\xfe','\x92','\x7f','\x32','\xfe','\x4c','\x32','\x92','\xcc','\x32','\x92','\x8c','\x32','\x93','\x4c','\x62','\x92','\x4c','\x62','\x92','\x4c','\x66','\xfe','\x28','\x64','\x92','\x28','\x64','\x10','\x38','\xd4','\x38','\x10','\xcc','\x34','\x10','\x0e','\x76','\x38','\x0b','\x53','\x28','\x1b','\xd3','\x6c','\x10','\x90','\x4f','\x21','\x10','\x86','\xc0','\x13','\x06','\x1c','\x00','\x06','\x18','\x3f','\xff','\x18','\x01','\x20','\x18','\x01','\x20','\x18','\x11','\x26','\x19','\x9f','\xff','\xff','\xd9','\x26','\x19','\x99','\x26','\x19','\x99','\x26','\x19','\x99','\x26','\x19','\x9f','\xfe','\x31','\x98','\x06','\x33','\x00','\x00','\x33','\x0f','\xfc','\x33','\x00','\x00','\x32','\x00','\x06','\x6a','\x3f','\xff','\x66','\x00','\xc0','\x07','\x10','\xc0','\x0d','\x9c','\xc8','\x09','\x98','\xc6','\x10','\x30','\xc3','\x20','\x47','\xc3','\xc0','\x01','\x80','\x38','\x42','\x46','\x30','\x7f','\x7f','\x30','\x62','\x46','\x30','\x62','\x46','\x30','\x7e','\x7e','\x33','\x62','\x46','\xff','\xe2','\x46','\x33','\x7e','\x7e','\x33','\x60','\x06','\x33','\x60','\x06','\x33','\x64','\x26','\x63','\x67','\xf6','\x66','\x64','\x26','\x66','\x64','\x26','\x66','\x64','\x26','\x64','\x67','\xe6','\xd4','\x64','\x26','\xcc','\x64','\x26','\x0e','\x64','\x26','\x0b','\x67','\xe6','\x1b','\x64','\x26','\x10','\x60','\x06','\x20','\x60','\x3e','\xc0','\x60','\x0c','\x38','\x42','\x46','\x30','\x7f','\x7f','\x30','\x62','\x46','\x30','\x62','\x46','\x30','\x7e','\x7e','\x33','\x62','\x46','\xff','\xe2','\x46','\x33','\x7e','\x7e','\x33','\x60','\x06','\x33','\x61','\xc6','\x33','\x61','\x86','\x63','\x61','\x86','\x66','\x6f','\xf6','\x66','\x61','\x86','\x66','\x63','\x86','\x64','\x63','\xc6','\xd4','\x63','\xa6','\xcc','\x65','\xb6','\x0e','\x65','\x96','\x0b','\x69','\x96','\x1b','\x61','\x86','\x10','\x61','\x86','\x20','\x60','\x3e','\xc0','\x60','\x0c','\x1c','\x00','\x38','\x18','\x01','\xfc','\x18','\x1f','\x80','\x18','\x01','\x80','\x18','\x01','\x06','\x19','\xbf','\xff','\xff','\xc6','\x20','\x19','\x8c','\x10','\x19','\x8f','\xfc','\x19','\x94','\x2f','\x19','\xa4','\x26','\x31','\xc7','\xe0','\x33','\x00','\x00','\x33','\x20','\x06','\x33','\x3f','\xff','\x32','\x30','\x06','\x6a','\x30','\x06','\x66','\x33','\xe6','\x07','\x32','\x26','\x0d','\xb2','\x26','\x09','\xb3','\xe6','\x10','\x30','\x06','\x20','\x30','\x3e','\xc0','\x30','\x0c','\x1c','\x13','\x26','\x18','\x1f','\xbf','\x18','\x13','\x26','\x18','\x13','\x26','\x18','\x13','\x26','\x19','\x9f','\x3e','\xff','\xc0','\x00','\x19','\x90','\x06','\x19','\x9f','\xff','\x19','\x98','\xc6','\x19','\x98','\xc6','\x31','\x9f','\xfe','\x33','\x18','\xc6','\x33','\x18','\xc6','\x33','\x1f','\xfe','\x32','\x18','\xc6','\x6a','\x00','\xc0','\x66','\x00','\xc6','\x07','\x3f','\xff','\x0d','\x80','\xc0','\x09','\x80','\xc0','\x10','\x00','\xc0','\x20','\x00','\xc0','\xc0','\x00','\xc0','\x10','\x60','\xe0','\x1f','\xf0','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x18','\x63','\x18','\x1f','\xe1','\x10','\x18','\x00','\x24','\x18','\x0f','\xfe','\x1f','\xe0','\xc0','\x3c','\x60','\xc4','\x2c','\x6f','\xfe','\x2c','\x60','\xc0','\x4f','\xe0','\xc0','\x8c','\x60','\xc0','\x00','\x38','\x00','\x00','\x70','\x06','\xff','\xff','\xff','\x01','\xc0','\xc0','\x03','\x81','\x80','\x07','\x73','\x00','\x06','\x0e','\x00','\x00','\x39','\xe0','\x01','\xc0','\x78','\x3e','\x00','\x18','\x41','\x38','\x82','\x7f','\xb0','\xff','\x49','\x30','\x92','\x49','\x30','\x92','\x49','\x30','\x92','\x7f','\x36','\xfe','\x49','\xff','\x92','\x49','\x32','\x92','\x49','\x32','\x92','\x49','\x32','\x92','\x7f','\x32','\xfe','\x10','\x32','\x20','\x10','\x66','\x20','\x13','\x64','\x26','\xff','\xe5','\xff','\x13','\x64','\x26','\x13','\x1c','\x26','\x13','\x08','\x26','\x33','\x1c','\x66','\x23','\x14','\x46','\x26','\x36','\x4c','\x46','\x26','\x8c','\x5e','\x40','\xbc','\x8c','\x81','\x18','\x38','\x82','\x38','\x30','\xff','\x30','\x30','\x92','\x30','\x30','\x92','\x30','\x30','\x92','\x30','\x30','\xfe','\x36','\xfe','\x93','\xff','\x32','\x92','\x64','\x32','\x92','\x64','\x32','\x92','\x64','\x32','\xfe','\x64','\x62','\x20','\x64','\x66','\x20','\x64','\x64','\x26','\xcc','\x65','\xfe','\xc8','\x64','\x26','\xc8','\xd4','\x26','\xa8','\xcc','\x26','\x18','\x0e','\x66','\x1c','\x0b','\x46','\x14','\x1b','\x4c','\x36','\x10','\x8c','\x22','\x20','\xbc','\x43','\xc1','\x19','\x83','\x1c','\x01','\xc0','\x18','\x21','\x86','\x18','\x3f','\xff','\x18','\x60','\x06','\x18','\x6f','\xf4','\x19','\x81','\x80','\xff','\xcd','\xac','\x19','\x99','\xf6','\x19','\xa3','\xc6','\x19','\x8e','\x00','\x19','\xbf','\xfc','\x31','\x98','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x33','\x18','\x0c','\x32','\x18','\x0c','\x6a','\x1f','\xfc','\x66','\x18','\x0c','\x07','\x18','\x0c','\x0d','\x9f','\xfc','\x09','\x84','\x00','\x10','\x0f','\x38','\x20','\x1c','\x0e','\xc0','\x60','\x06','\x1c','\x01','\x00','\x18','\x09','\x98','\x18','\x0f','\xfc','\x18','\x08','\x08','\x18','\x0f','\xf8','\x19','\x88','\x08','\xff','\xcf','\xf8','\x19','\x88','\x08','\x19','\x8f','\xf8','\x19','\x80','\x00','\x19','\x9f','\xfc','\x31','\x90','\x84','\x33','\x10','\x84','\x33','\x1f','\xfc','\x33','\x10','\x84','\x32','\x10','\x84','\x6a','\x1f','\xfc','\x66','\x06','\x30','\x07','\x7f','\xff','\x0d','\x86','\x30','\x09','\x86','\x30','\x10','\x0c','\x30','\x20','\x18','\x30','\xc0','\x60','\x30','\x38','\x18','\x06','\x30','\x11','\xff','\x30','\x10','\x30','\x30','\x12','\x30','\x31','\xff','\x20','\x30','\x10','\xfe','\xfe','\x92','\xc6','\x32','\xfe','\xc6','\x32','\x92','\xc6','\x32','\x92','\xfe','\x32','\x92','\xc6','\x62','\x92','\xc6','\x62','\x92','\xc6','\x66','\xfe','\xfe','\x64','\x92','\xc6','\x64','\x10','\xc6','\xd4','\x38','\xc6','\xcc','\x34','\xc6','\x0e','\x76','\xfe','\x0b','\x56','\x00','\x1b','\xd0','\x48','\x10','\x90','\x66','\x21','\x10','\xc3','\xc0','\x11','\x03','\x1c','\x01','\xc0','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x00','\x00','\x18','\x3e','\x7c','\x1b','\x22','\x44','\xff','\xa2','\x44','\x33','\x3e','\x7c','\x33','\x04','\x20','\x33','\x3f','\xfc','\x33','\x04','\x20','\x63','\x04','\x20','\x66','\x3f','\xfc','\x66','\x04','\x20','\x66','\x04','\x26','\xd4','\xff','\xff','\xce','\x0c','\x88','\x0b','\x18','\x8c','\x1b','\x38','\x58','\x10','\x68','\x60','\x31','\x89','\xb0','\x20','\x7e','\x1f','\x40','\x38','\x0e','\x80','\x20','\x06','\x38','\x44','\x70','\x30','\x66','\x60','\x30','\x66','\x68','\x30','\xcc','\x66','\x30','\xab','\x62','\x31','\x11','\x60','\xff','\x00','\x66','\x33','\xff','\xff','\x33','\x24','\x60','\x33','\x24','\x60','\x33','\x24','\x60','\x32','\xe7','\x64','\x62','\x24','\x67','\x66','\x24','\x66','\x66','\xe7','\x26','\x64','\x24','\x2c','\xdc','\x24','\x2c','\xc8','\xe7','\x38','\x1c','\x24','\x12','\x16','\x24','\x3a','\x36','\x27','\x2a','\x21','\xfc','\x4e','\x40','\xe0','\x87','\x80','\x81','\x03','\x1c','\x00','\x18','\x18','\x1f','\xfc','\x18','\x01','\x80','\x18','\x21','\x86','\x18','\x3f','\xff','\x18','\x61','\x86','\xff','\xe1','\x84','\x19','\x9d','\xb8','\x19','\x81','\x80','\x19','\xbd','\xbc','\x19','\x81','\x80','\x31','\x8c','\x00','\x33','\x08','\x42','\x33','\x08','\x7f','\x33','\x7f','\x42','\x32','\x18','\x42','\x6a','\x1c','\x7e','\x66','\x1a','\x42','\x07','\x3b','\x42','\x0d','\xa9','\x7e','\x09','\xe8','\x42','\x10','\x48','\x42','\x20','\x88','\x7e','\xc0','\x08','\x42','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x14','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x00','\x18','\xf0','\x00','\x1f','\xc0','\x00','\x7e','\x00','\x03','\xf8','\x00','\x7f','\x98','\x00','\x3c','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\xc0','\x3f','\xff','\xe0','\x01','\x80','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\x03','\x03','\xff','\x03','\x03','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x0c','\x01','\x8e','\x1b','\xff','\xcc','\x30','\x01','\xbc','\xc0','\x03','\x18','\x00','\x02','\x00','\x00','\x14','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x01','\xc0','\x04','\x1f','\xe0','\x07','\xf8','\x00','\x0e','\x10','\x20','\x0c','\x08','\x18','\x18','\x0c','\x0c','\x10','\x0c','\x06','\x20','\x00','\x06','\x40','\x00','\xc0','\x07','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x14','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\xc4','\x67','\xff','\xe8','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x32','\x18','\x18','\x61','\x30','\x38','\x61','\x60','\x37','\xc0','\xc0','\x01','\xf1','\xe0','\x03','\x33','\x3f','\x06','\x06','\x1e','\x18','\x18','\x06','\x60','\x00','\xc0','\x07','\xff','\xe0','\x00','\x01','\x80','\x00','\x02','\x00','\x00','\x14','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\xc1','\xc0','\xff','\xe1','\x80','\x00','\xc1','\x80','\x01','\x81','\x86','\x01','\x7f','\xff','\x0a','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x12','\x20','\x0c','\x0c','\x38','\x0f','\x86','\x70','\x1e','\x06','\x60','\xfc','\x00','\xc8','\x6c','\x01','\x8e','\x4c','\x03','\x1c','\x0c','\x06','\x18','\x0c','\x0c','\x30','\x0c','\x18','\x60','\x0c','\x60','\xc0','\x0c','\x01','\xb0','\x0c','\x03','\x0c','\x0c','\x06','\x06','\x7c','\x18','\x07','\x18','\x60','\x03','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x19','\x80','\xff','\xfd','\x80','\x00','\x01','\x80','\x00','\x01','\x98','\x3f','\xe7','\xfc','\x30','\x61','\x98','\x30','\x61','\x98','\x3f','\xe1','\x98','\x00','\x01','\x98','\x00','\x65','\x98','\x7f','\xf3','\x98','\x00','\xc1','\x18','\x02','\x81','\x18','\x03','\x03','\x98','\x03','\x32','\x98','\x0f','\xc2','\xd8','\xff','\x02','\xda','\x73','\x06','\x1a','\x43','\x04','\x1a','\x03','\x0c','\x1b','\x1f','\x08','\x1f','\x06','\x10','\x0e','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x02','\x00','\x80','\x03','\x00','\xc0','\x26','\x49','\x90','\x18','\xe6','\x38','\x09','\x82','\x60','\x02','\x40','\x90','\x04','\x21','\x08','\x7f','\xff','\xfc','\x38','\x33','\x0c','\x00','\x00','\x00','\x0f','\xff','\xe0','\x00','\x03','\x80','\x00','\x16','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x04','\x00','\x0c','\x0e','\x88','\x3e','\x58','\xfd','\xf0','\x70','\xc8','\x42','\x4c','\xca','\x23','\x4c','\xc9','\x33','\x4c','\xc9','\xb6','\x4c','\xc9','\x84','\x6c','\xe8','\x02','\x5c','\xdb','\xff','\x5c','\xd8','\x06','\x4c','\xc8','\x04','\x4c','\xc8','\x28','\x4c','\xc8','\x30','\x4c','\xc8','\x32','\x4c','\xcb','\xff','\x7c','\xc8','\x30','\xec','\xc8','\x30','\x4c','\xf8','\x30','\x08','\xd8','\x30','\x18','\xc0','\x30','\x10','\xc0','\x30','\x20','\xc1','\xf0','\x40','\xc0','\x60','\x00','\xc0','\x00','\x13','\xe0','\x18','\x1e','\x01','\xfc','\x18','\x24','\x18','\x18','\x18','\x18','\x1f','\x24','\xf8','\x18','\x00','\x18','\x18','\x24','\x18','\x1f','\x18','\xf8','\x18','\x24','\x18','\x58','\x00','\x1a','\x7f','\xff','\xff','\x40','\x00','\x06','\xc0','\x00','\xc4','\xcf','\xff','\xe8','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x02','\x00','\xc0','\x01','\x01','\xc0','\x00','\xc3','\x80','\x00','\x67','\x00','\x00','\x3c','\x00','\x00','\x77','\x00','\x01','\xc3','\xf0','\x0f','\x00','\xff','\xf0','\x00','\x1e','\x07','\xff','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x03','\x00','\x0c','\xff','\xbf','\xfe','\x03','\x03','\x00','\x03','\x43','\x06','\x02','\x7f','\xff','\x14','\xc3','\x06','\x18','\xc3','\x04','\x18','\x1b','\x30','\x18','\x03','\x00','\x18','\x3b','\x38','\x18','\x03','\x00','\x1a','\x00','\x06','\x1c','\xff','\xff','\xf8','\x03','\x00','\x78','\x42','\x0c','\x58','\x7f','\xfe','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\xf8','\x64','\xbc','\x30','\x64','\x98','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x08','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x01','\x80','\x03','\x03','\xc0','\x03','\x0f','\x00','\x03','\x38','\x00','\x03','\xc0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x18','\x03','\xff','\xf8','\x01','\xff','\xf0','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc8','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x68','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\xff','\xf0','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x18','\xc4','\x20','\x18','\xc4','\x38','\x18','\xc2','\x60','\x10','\xc2','\x80','\x30','\xc1','\x00','\x20','\xc1','\x80','\x40','\xcc','\xe0','\x8f','\xf0','\x7e','\x07','\x80','\x3c','\x04','\x00','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x60','\x04','\x60','\xff','\x88','\x01','\x83','\x00','\x03','\x06','\x00','\x06','\x0c','\x30','\x1f','\xff','\xf8','\x6c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x06','\x30','\x00','\x86','\x00','\x00','\xe6','\x40','\x01','\xc6','\x38','\x01','\x86','\x1a','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x01','\xc4','\x60','\xc1','\x80','\x1f','\xe1','\x98','\x00','\x01','\xfc','\x00','\x01','\x80','\x00','\x31','\x80','\x7f','\xff','\xfc','\x0c','\xc0','\x18','\x0c','\xc6','\x18','\x0c','\xc1','\xb0','\x0c','\xc0','\xe0','\x0c','\xc0','\xe0','\x0c','\xc1','\xb0','\x18','\xc3','\x1a','\x18','\xcc','\x1a','\x10','\xc0','\x03','\x30','\xff','\xff','\x20','\x7f','\xfe','\xc0','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x61','\x00','\x04','\x61','\xc2','\x08','\x03','\x83','\x80','\x03','\x03','\x00','\x06','\x04','\x18','\x07','\xff','\xfc','\x0e','\x0c','\x00','\x1e','\x0c','\x00','\x36','\x0c','\x30','\xc7','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x30','\x07','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x0c','\x07','\xff','\xfe','\x06','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x63','\xff','\xc8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x04','\x18','\x18','\x07','\x1f','\xfc','\x0e','\x18','\x00','\x0d','\x18','\x00','\x18','\xf8','\x00','\x30','\x3f','\xff','\xc0','\x07','\xfe','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\x03','\x88','\x06','\x03','\x00','\x06','\x03','\x18','\x46','\x7f','\xfc','\x26','\x03','\x00','\x36','\x03','\x00','\x36','\x03','\x0c','\x06','\xff','\xfe','\x06','\x07','\x40','\x06','\x0f','\x40','\x1e','\x0b','\x20','\xf6','\x1b','\x30','\x66','\x13','\x18','\x46','\x23','\x1c','\x06','\x43','\x0f','\x07','\x83','\x06','\x06','\x1f','\x00','\x06','\x06','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\x00','\x18','\x06','\x7f','\xfc','\x06','\x06','\x00','\x46','\x06','\x30','\x26','\x3f','\xf8','\x36','\x0c','\x30','\x36','\x0c','\x30','\x06','\x0c','\x36','\x06','\xff','\xff','\x06','\x00','\x00','\x1e','\x20','\x18','\xf6','\x3f','\xfc','\x66','\x30','\x18','\x46','\x30','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x3f','\xf8','\x06','\x30','\x18','\x00','\x1c','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x04','\x10','\x26','\xff','\xff','\xff','\x04','\x10','\x20','\x04','\x10','\x20','\x07','\xff','\xe0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x80','\x00','\x07','\xc1','\xfc','\x38','\x00','\x1c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x04','\x03','\x9f','\xf0','\x33','\x00','\x10','\x33','\x1f','\xf0','\x33','\x00','\x10','\x33','\x1f','\xf0','\x3f','\x00','\x00','\x33','\x20','\x06','\x03','\x3f','\xff','\x03','\x60','\x06','\xff','\x60','\x04','\x33','\x1f','\xf0','\x33','\x08','\x30','\x33','\x04','\x60','\x23','\x06','\xc0','\x63','\x03','\x80','\x43','\x06','\xf0','\x83','\x18','\x3f','\x03','\x60','\x0e','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xe3','\x84','\x60','\xc3','\x30','\x1f','\xff','\xf8','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc3','\x00','\x03','\x81','\xe0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xc0','\x34','\x7f','\xe7','\xf8','\x08','\xc2','\x30','\x0c','\xc3','\x30','\x04','\xe1','\x30','\x03','\xc0','\xf0','\x1e','\xc7','\xb0','\x08','\xda','\x30','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xc3','\x00','\x03','\xa0','\xf0','\x1e','\x34','\x3f','\xe0','\xce','\x4e','\x0f','\x18','\xe0','\x00','\x61','\x80','\x03','\x86','\x00','\x00','\x38','\x00','\x07','\xc0','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x60','\x04','\x64','\xf0','\x68','\x07','\x07','\xf0','\x06','\x00','\x60','\x06','\x40','\x60','\x07','\xe7','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x01','\x80','\x0c','\x03','\xff','\xfe','\x06','\x00','\x0c','\x0c','\x02','\x0c','\x30','\x91','\x8c','\x04','\x4c','\x9c','\x0c','\x64','\x18','\x18','\x60','\xf8','\x18','\x00','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x06','\x44','\x60','\x06','\x44','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x02','\x00','\x40','\x03','\xff','\xd0','\x01','\xc4','\x38','\x03','\x82','\x60','\x0d','\x81','\x80','\x71','\xfc','\xe0','\x07','\xe0','\x7e','\x03','\x00','\x1c','\x00','\x1c','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x06','\x06','\x60','\x04','\x04','\x7f','\xcf','\xf8','\x06','\x18','\x80','\x06','\x00','\x80','\x3f','\xdf','\xfe','\x06','\x08','\x88','\x06','\x08','\x88','\x7f','\xcf','\xf8','\x30','\x00','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x01','\x00','\x00','\x03','\xc0','\xf8','\x0f','\x00','\x1e','\x70','\x00','\x06','\x00','\x1c','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x08','\x06','\x60','\x0e','\x04','\x7f','\xcc','\x18','\x06','\x1f','\xfc','\x06','\x10','\x80','\x3f','\xa8','\x90','\x06','\x0c','\x8c','\x06','\x18','\x86','\x7f','\xa3','\x86','\x30','\x01','\x80','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x01','\x00','\x00','\x03','\xc0','\xf8','\x0f','\x00','\x1e','\x70','\x00','\x06','\x07','\x00','\x1c','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x30','\x18','\xff','\xf8','\x1a','\x06','\x07','\xff','\x06','\x00','\x18','\x46','\x60','\x18','\x7f','\xf2','\x18','\x60','\x61','\x18','\x60','\x61','\x98','\x60','\x60','\xd8','\x60','\x60','\xd8','\x7f','\xe0','\x18','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\x80','\xfa','\x31','\x80','\x32','\x31','\x80','\x02','\x21','\x80','\x03','\x61','\xff','\xff','\x40','\xff','\xfe','\x80','\x00','\x00','\x03','\x82','\x00','\x73','\x03','\x80','\x63','\x07','\x18','\x63','\x07','\xfc','\x63','\x0c','\x18','\x63','\x1b','\x30','\x63','\x31','\x30','\x63','\x4c','\x60','\x7f','\x04','\xc0','\x63','\x01','\x80','\x03','\x03','\x38','\x03','\x0c','\x30','\x03','\x30','\x30','\xff','\x00','\x36','\x33','\x7f','\xff','\x33','\x00','\x30','\x33','\x10','\x30','\x33','\x0c','\x30','\x23','\x06','\x30','\x63','\x06','\x30','\x43','\x00','\x30','\x43','\x00','\x30','\x83','\x01','\xf0','\x03','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x80','\x00','\x18','\x60','\x3f','\xff','\xf8','\x0f','\xe0','\x18','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x02','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xcf','\x80','\x00','\x03','\x00','\x0c','\xc0','\x1c','\x8c','\xc8','\x18','\x4c','\xce','\x18','\x6c','\xcc','\x18','\x6c','\xc8','\x18','\x0c','\xd0','\x18','\xff','\xfc','\x1a','\x20','\x43','\xff','\x10','\x70','\x18','\x18','\x60','\x18','\x18','\x42','\x18','\x00','\x99','\x18','\xff','\xfd','\x98','\x03','\x01','\x98','\x03','\x01','\x98','\x03','\x30','\x18','\x7f','\xf8','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\xf8','\x18','\xff','\x80','\x18','\x78','\x00','\xf8','\x40','\x00','\x30','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x10','\x1c','\x00','\x20','\x18','\x00','\x40','\x18','\x00','\x02','\x18','\x00','\x03','\x98','\x80','\x03','\x18','\x40','\x07','\x18','\x20','\x06','\x18','\x30','\x0c','\x18','\x18','\x08','\x18','\x1c','\x10','\x18','\x0c','\x20','\x18','\x0c','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x70','\x70','\x18','\x60','\x60','\x18','\x68','\x60','\xff','\xfc','\x60','\x18','\x60','\x60','\x18','\x62','\x68','\x1f','\xe3','\x64','\x18','\x63','\x66','\x18','\x62','\x63','\x1f','\xe2','\x63','\x18','\x64','\x60','\x18','\x60','\x68','\x18','\x68','\x6e','\xff','\xfd','\xec','\x66','\x60','\xcc','\x66','\x60','\x18','\x64','\x60','\x18','\x6c','\x7c','\x30','\x68','\x3c','\x30','\x70','\x00','\x60','\x60','\x00','\x40','\x7f','\xfc','\x80','\x60','\x01','\x00','\x60','\x06','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xcc','\x00','\x00','\xcc','\x00','\x00','\xcc','\x00','\x00','\xcc','\x00','\x00','\xcc','\x00','\x01','\x8c','\x00','\x01','\x8c','\x00','\x01','\x8c','\x00','\x03','\x0c','\x00','\x03','\x0c','\x00','\x06','\x0c','\x02','\x06','\x0c','\x02','\x0c','\x0c','\x02','\x18','\x0c','\x03','\x30','\x0f','\xff','\xc0','\x07','\xfe','\x0e','\x00','\x10','\x0c','\x80','\x1c','\x0c','\x60','\x38','\x0c','\x20','\x70','\x0c','\x00','\xe0','\x0c','\x61','\x80','\xff','\xf3','\x08','\x0d','\x8c','\x0e','\x0d','\x80','\x1c','\x0d','\x80','\x38','\x0d','\x80','\x60','\x1d','\x80','\xc4','\x19','\x83','\x07','\x19','\x8c','\x0e','\x19','\x80','\x1c','\x19','\x80','\x38','\x31','\x80','\x60','\x31','\x80','\xc0','\x31','\x83','\x02','\x21','\x8c','\x02','\x61','\x80','\x02','\x41','\x80','\x03','\x81','\xff','\xff','\x00','\xff','\xfe','\x00','\x00','\x00','\x08','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0f','\xff','\xfc','\x0c','\x00','\x0c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x19','\xc1','\xc0','\x19','\x81','\x80','\x19','\x81','\x88','\x19','\x81','\x8e','\x19','\x99','\x9c','\x19','\xfd','\x98','\x19','\x81','\xb0','\x31','\x81','\xc0','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x61','\x81','\x82','\x41','\x99','\x82','\x8f','\xe1','\x83','\x07','\x01','\xff','\x04','\x00','\xfe','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x07','\x00','\x18','\x06','\x00','\x1b','\x86','\x07','\x1b','\x06','\x66','\x1b','\x7f','\xf6','\x1b','\x06','\x06','\x1b','\x06','\x06','\x1b','\x06','\x06','\x33','\x06','\x06','\x33','\x06','\x06','\x33','\x06','\x66','\x23','\x7f','\xf6','\x63','\x00','\x06','\x43','\x00','\x06','\x83','\x00','\x06','\x03','\xff','\xfe','\x03','\x00','\x06','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x07','\x00','\x19','\x06','\x20','\x18','\xc6','\x38','\x18','\x66','\x70','\x18','\x66','\x40','\x18','\x06','\x8c','\x1b','\xff','\xfe','\x18','\x1e','\x80','\x30','\x1e','\x80','\x30','\x36','\x40','\x30','\x36','\x60','\x20','\x66','\x30','\x60','\xc6','\x1c','\x41','\x86','\x0f','\x86','\x06','\x06','\x00','\x06','\x00','\x00','\x06','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x00','\x0c','\x19','\xff','\xfe','\x19','\x80','\x0c','\x19','\x80','\x0c','\x19','\xff','\xfc','\x19','\x80','\x0c','\x19','\x80','\x0c','\x31','\xff','\xfc','\x31','\x80','\x0c','\x31','\x80','\x0c','\x21','\xff','\xfc','\x60','\x40','\x00','\x40','\x70','\x60','\x80','\xe0','\x1c','\x01','\x80','\x0e','\x06','\x00','\x06','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x80','\xe0','\x18','\xe0','\xc0','\x19','\xc0','\xc6','\x19','\x9f','\xff','\x1b','\x00','\xc0','\x1c','\x80','\xc0','\x18','\xe0','\xcc','\x19','\xcf','\xfe','\x31','\x82','\x0c','\x33','\x82','\x18','\x35','\x81','\x18','\x21','\x81','\xb0','\x61','\x80','\xe0','\x41','\x80','\xf0','\x81','\x81','\xbf','\x01','\x86','\x1e','\x01','\x98','\x06','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x80','\x20','\x18','\x60','\x38','\x18','\x30','\x70','\x18','\x30','\x40','\x18','\x00','\x8c','\x19','\xff','\xfe','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x30','\x30','\x66','\x33','\xff','\xff','\x30','\x30','\x60','\x20','\x30','\x60','\x60','\x60','\x60','\x40','\x60','\x60','\x80','\xc0','\x60','\x01','\x80','\x60','\x06','\x00','\x60','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x7f','\xe0','\x18','\x00','\xc0','\x18','\x03','\x00','\x19','\xff','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x1f','\x00','\x18','\x06','\x00','\x37','\xf9','\xfe','\x30','\x30','\x0c','\x30','\x40','\x08','\x20','\xf8','\x30','\x6f','\xc3','\xff','\x46','\xc0','\x30','\x80','\xc0','\x30','\x03','\xc0','\xf0','\x01','\x80','\x60','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x19','\xe6','\x78','\x18','\x06','\x00','\x19','\xe6','\x78','\x18','\x00','\x00','\x19','\xff','\xfc','\x19','\x08','\x84','\x19','\x08','\x84','\x19','\xff','\xfc','\x18','\x30','\x00','\x18','\x7f','\xfe','\x30','\xc8','\x06','\x31','\xff','\xc6','\x36','\x88','\x46','\x20','\x88','\x46','\x60','\xff','\xc6','\x40','\x08','\x0e','\x80','\x08','\x8c','\x03','\xff','\xfc','\x01','\xe0','\xd8','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x02','\x7f','\xe3','\x02','\x60','\x63','\x02','\x60','\x03','\x03','\x00','\x03','\xff','\x00','\x01','\xfe','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1c','\x01','\x80','\x18','\x03','\x00','\x18','\x06','\x00','\x38','\x18','\x01','\xf0','\xe0','\x00','\x60','\x00','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x4c','\x8f','\xff','\x4c','\x8c','\x00','\x4c','\x88','\x00','\x4c','\x98','\x00','\x4c','\x90','\x18','\x4c','\xbf','\xfc','\x4c','\xc0','\x70','\x4c','\x80','\xe0','\x4c','\x81','\xc0','\x4c','\x83','\x80','\x4c','\x87','\x00','\x4c','\x8e','\x00','\x7f','\x8c','\x02','\x40','\x98','\x02','\x40','\x18','\x02','\x00','\x18','\x02','\x00','\x1e','\x07','\x00','\x0f','\xff','\x00','\x03','\xfe','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x03','\x00','\x3f','\xff','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x30','\x01','\xa7','\xf8','\x01','\xa6','\x30','\x01','\x90','\x60','\x03','\x18','\x60','\x03','\x0c','\xc0','\x06','\x07','\x80','\x0c','\x03','\x00','\x18','\x07','\xc0','\x30','\x1c','\xff','\xc0','\x70','\x3e','\x03','\x80','\x0e','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xc0','\x06','\x00','\x70','\x0c','\xff','\x3f','\x30','\x00','\x1e','\xc0','\x00','\xc6','\x07','\xff','\xe0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x82','\x00','\x00','\xe1','\x00','\x01','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0f','\xff','\xde','\x30','\x60','\xc6','\xc0','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc1','\xc0','\x01','\x81','\x80','\x03','\x0f','\x80','\x0c','\x03','\x00','\x70','\x00','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\xc0','\xc0','\x03','\x81','\xc0','\x07','\x01','\x80','\x0e','\xe3','\x00','\x0c','\x1e','\x00','\x00','\x0f','\x80','\x00','\x39','\xe0','\x01','\xe0','\x78','\x3e','\x00','\x18','\x00','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x4c','\x90','\xc6','\x4c','\x9f','\xff','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x7f','\x98','\xc6','\x40','\x98','\xc6','\x40','\x18','\xc6','\x00','\x18','\xc6','\x00','\x18','\xc6','\x00','\x1f','\xfe','\x00','\x18','\x06','\x00','\x00','\x18','\x0e','\x11','\xfc','\x0c','\x1f','\xc0','\x0c','\x18','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xcc','\x4c','\x9f','\xfe','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xe0','\x4c','\x98','\x60','\x7f','\x98','\x60','\x40','\x9f','\x72','\x40','\x7c','\x32','\x00','\x30','\x32','\x00','\x20','\x1a','\x00','\x03','\x1f','\x00','\xff','\x8f','\x00','\x00','\x06','\x00','\x01','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x00','\x4c','\x92','\x06','\x4c','\x9f','\xff','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x9f','\xfe','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x7f','\x98','\x06','\x40','\x98','\x06','\x40','\x18','\x06','\x00','\x18','\x06','\x00','\x1f','\xfe','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x4c','\x81','\x80','\x4c','\x81','\x88','\x4c','\x81','\x8e','\x4c','\xa1','\x8c','\x4c','\x91','\x8c','\x4c','\x99','\x98','\x4c','\x99','\x90','\x4c','\x99','\xa0','\x4c','\x81','\x80','\x4c','\x81','\x86','\x4c','\xff','\xff','\x4c','\x81','\x80','\x7f','\x81','\x80','\x40','\x81','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4c','\x98','\xcc','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc6','\x4c','\x9f','\xff','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x7f','\x98','\x60','\x40','\x98','\x60','\x40','\x18','\x62','\x00','\x18','\x32','\x00','\x19','\xba','\x00','\xfe','\x1f','\x00','\x70','\x0f','\x00','\x40','\x06','\x00','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x10','\x0c','\x06','\x08','\x4c','\x84','\x0c','\x4c','\x88','\x7e','\x4c','\xbf','\xc6','\x4c','\x9e','\x06','\x4c','\x90','\x00','\x4c','\x86','\x30','\x4c','\x86','\x30','\x4c','\x86','\x30','\x4c','\x86','\x36','\x4c','\xff','\xff','\x4c','\x86','\x30','\x4c','\x86','\x30','\x4c','\x86','\x30','\x7f','\x8c','\x30','\x40','\x8c','\x30','\x40','\x08','\x30','\x00','\x18','\x30','\x00','\x10','\x30','\x00','\x20','\x30','\x00','\x40','\x30','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc6','\x66','\x60','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x68','\xc6','\x66','\x6f','\xff','\x66','\x6c','\x06','\x7f','\xec','\x06','\x60','\x6c','\x06','\x60','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0f','\xfe','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xc0','\x06','\x06','\x70','\x0c','\xff','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x4c','\x81','\x80','\x4c','\x81','\x80','\x4c','\x81','\x80','\x4c','\x81','\x86','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x80','\x30','\x4c','\x80','\x32','\x4c','\xff','\xff','\x4c','\x80','\x30','\x4c','\x90','\x30','\x7f','\x8c','\x30','\x40','\x86','\x30','\x40','\x06','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x60','\x40','\x01','\xf7','\x30','\x0f','\x86','\x18','\x73','\x06','\x18','\x03','\x06','\x06','\xff','\xff','\xff','\x03','\x03','\x00','\x03','\x03','\x08','\x03','\x01','\x8e','\x03','\x61','\x9c','\x0f','\x80','\xf8','\xff','\x00','\xe2','\x73','\x01','\xf2','\x43','\x03','\x3a','\x03','\x0c','\x1e','\x1f','\x30','\x0f','\x06','\x00','\x03','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x4c','\x81','\x80','\x4c','\x91','\x88','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x4c','\x91','\x88','\x4c','\xb1','\x98','\x4c','\xad','\x94','\x4c','\xa5','\xa6','\x4c','\xc3','\xc2','\x4c','\x83','\x40','\x4c','\x83','\x40','\x7f','\x86','\x20','\x40','\x86','\x20','\x40','\x04','\x30','\x00','\x0c','\x18','\x00','\x08','\x1c','\x00','\x10','\x0f','\x00','\x20','\x0e','\x00','\xc0','\x06','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x4c','\xa1','\x8c','\x4c','\xbf','\xfe','\x4c','\xb1','\x8c','\x4c','\xb1','\x8c','\x4c','\xb1','\x8c','\x4c','\xbf','\xfc','\x4c','\xb1','\x8c','\x4c','\xb1','\x8c','\x4c','\xb1','\x8c','\x4c','\xbf','\xfc','\x4c','\xb1','\x8c','\x4c','\x89','\x80','\x7f','\x89','\x80','\x40','\x85','\x00','\x40','\x03','\x00','\x00','\x03','\x80','\x00','\x06','\xe0','\x00','\x0c','\x7f','\x00','\x30','\x1e','\x00','\xc0','\x06','\x00','\x01','\xc4','\x0e','\x41','\x87','\x0c','\x31','\x86','\x0c','\x19','\x8c','\x0c','\x19','\x88','\x4c','\x99','\x90','\x4c','\x81','\x80','\x4c','\x91','\x8c','\x4c','\x9f','\xfe','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x7f','\x98','\x0c','\x40','\x98','\x0c','\x40','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x7c','\x00','\x18','\x18','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x04','\x30','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x18','\x07','\xff','\xfc','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x10','\x02','\x0c','\x12','\x21','\x8c','\x23','\x18','\x9c','\x63','\x08','\x18','\x60','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x00','\x0e','\x0e','\x20','\x0c','\x0c','\x18','\x0c','\x0c','\x0c','\x0c','\x18','\x0e','\x4c','\x91','\x86','\x4c','\xa1','\x80','\x4c','\x83','\x40','\x4c','\x83','\x40','\x4c','\x86','\x20','\x4c','\x86','\x30','\x4c','\x8c','\x18','\x4c','\x88','\x1c','\x4c','\x90','\x0f','\x4c','\xa0','\x06','\x4c','\x8f','\xf8','\x4c','\x8c','\x18','\x7f','\x8c','\x18','\x40','\x8c','\x18','\x40','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xf8','\x00','\x0c','\x18','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x68','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x40','\x06','\x1c','\x7f','\xff','\x18','\x60','\x00','\x18','\x60','\xe0','\x99','\x60','\xc0','\x99','\x60','\xcc','\x99','\x6f','\xfe','\x99','\x60','\xc0','\x99','\x60','\xc0','\x99','\x60','\xc6','\x99','\x7f','\xff','\x99','\x60','\x00','\x99','\x60','\x00','\x99','\x60','\xe0','\x99','\x60','\xc0','\xff','\x60','\xcc','\x80','\x4f','\xfe','\x80','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\x80','\xc0','\x01','\x80','\xc0','\x01','\x00','\xc6','\x02','\x3f','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x62','\x01','\x06','\x61','\x81','\xc6','\x60','\xc1','\x86','\x60','\xc2','\x06','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x60','\x00','\x3e','\x60','\x00','\x0c','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x00','\x80','\x01','\x81','\xc0','\x00','\xc1','\x06','\xff','\xff','\xff','\x00','\x00','\x30','\x08','\x0c','\x30','\x0f','\xfe','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0f','\xfc','\x30','\x0c','\x0c','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xc0','\x06','\x00','\x70','\x0d','\xff','\xbf','\x30','\x18','\x1e','\xc0','\x18','\x06','\x07','\xff','\xe0','\x00','\x18','\x80','\x04','\x18','\xe0','\x03','\x18','\xc0','\x01','\x98','\x80','\x01','\x99','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x20','\x06','\x0e','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x30','\x06','\x4c','\xb0','\x06','\x4c','\xbf','\xfe','\x4c','\xb0','\x06','\x4c','\xb0','\xe0','\x4c','\xb0','\xc0','\x4c','\xb4','\xc7','\x4c','\xb4','\xc6','\x4c','\xb4','\xc6','\x4c','\xb4','\xc6','\x4c','\xb7','\xfe','\x4c','\xb4','\xc6','\x7f','\xb0','\xc0','\x40','\x60','\xc0','\x40','\x6e','\xc7','\x00','\x4c','\xc6','\x00','\xcc','\xc6','\x00','\x8c','\xc6','\x01','\x0f','\xfe','\x02','\x0c','\x06','\x00','\x0c','\x06','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0e','\x07','\x10','\x0c','\x66','\x1c','\x0f','\xf6','\x38','\x0c','\x06','\x60','\x0c','\x07','\x82','\x0c','\x66','\x02','\xff','\x86','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x32','\x04','\x00','\x03','\x87','\x00','\x07','\x06','\x00','\x06','\x08','\x18','\x0f','\xff','\xfc','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\x2c','\x0c','\x30','\xcf','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x30','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x00','\x00','\x18','\x0e','\x00','\xfc','\x0c','\x1f','\xc0','\x0c','\x02','\x04','\x4c','\xa1','\x87','\x4c','\x98','\x8e','\x4c','\x88','\x08','\x4c','\x80','\x10','\x4c','\x9f','\xfc','\x4c','\x81','\x8c','\x4c','\x81','\x8c','\x4c','\x81','\x8c','\x4c','\xff','\xff','\x4c','\x81','\x8c','\x4c','\x81','\x8c','\x4c','\x81','\x8c','\x7f','\x9f','\xfc','\x40','\x81','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x84','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x4c','\x81','\x82','\x4c','\xff','\xff','\x4c','\x86','\x30','\x4c','\x86','\x30','\x4c','\x8c','\x30','\x4c','\x8a','\x3f','\x4c','\x93','\x9f','\x4c','\xa3','\x00','\x4c','\x86','\x18','\x4c','\x87','\xfc','\x4c','\x8c','\x18','\x7f','\x94','\x30','\x40','\xa2','\x30','\x40','\x03','\x60','\x00','\x01','\xc0','\x00','\x03','\x70','\x00','\x06','\x3f','\x00','\x18','\x1e','\x00','\x60','\x06','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\xc1','\xc0','\x07','\x00','\xf8','\x1c','\xff','\x3f','\xe0','\x00','\x0e','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x78','\x18','\x42','\x30','\x00','\x01','\x80','\x0e','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x40','\x4c','\x86','\x20','\x4c','\x84','\x30','\x4c','\x88','\x1c','\x4c','\x90','\x0f','\x4c','\xaf','\xf6','\x4c','\xc0','\x00','\x4c','\x80','\x00','\x4c','\xa0','\x0c','\x4c','\xbf','\xfe','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x7f','\xbf','\xfc','\x40','\xb2','\x4c','\x40','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x7c','\x00','\x30','\x18','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x02','\x00','\x38','\xe3','\x80','\x30','\xc3','\x00','\x30','\xc6','\x06','\xff','\xff','\xff','\x30','\xc4','\x06','\x30','\xc9','\xc4','\x30','\xd1','\x88','\x30','\xc1','\x80','\x3f','\xc1','\x80','\x30','\xc3','\x40','\x30','\xc3','\x40','\x30','\xc2','\x20','\x30','\xc6','\x38','\x3f','\xc4','\x1f','\x30','\xc8','\x0e','\x30','\x30','\x06','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x40','\xc2','\x06','\x7f','\xe3','\xff','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x7f','\xc3','\xfe','\x60','\xc3','\x06','\x00','\x00','\x00','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x10','\x0c','\x0e','\x1f','\xfe','\x0c','\x18','\x8c','\x0c','\x18','\x8c','\x4c','\x98','\x8c','\x4c','\x9f','\xfc','\x4c','\x98','\x8c','\x4c','\x98','\x8c','\x4c','\x98','\x8c','\x4c','\x9f','\xfc','\x4c','\x98','\x8c','\x4c','\x80','\x80','\x4c','\xa0','\x86','\x4c','\xbf','\xff','\x4c','\xb0','\x86','\x4c','\xb0','\xa6','\x7f','\xb0','\xb6','\x40','\xb0','\xf6','\x40','\x3f','\x96','\x00','\x36','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x3e','\x00','\x30','\x0c','\x00','\x40','\x06','\x1c','\x7f','\xff','\x18','\x61','\x86','\x18','\x61','\x86','\x99','\x61','\x86','\x99','\x61','\x86','\x99','\x7f','\xfe','\x99','\x60','\x06','\x99','\x60','\x00','\x99','\x68','\x06','\x99','\x6f','\xff','\x99','\x6c','\x06','\x99','\x6c','\x06','\x99','\x6c','\x06','\x99','\x6f','\xfe','\xff','\x6c','\x06','\x80','\x4c','\x06','\x80','\xcc','\x06','\x00','\xcf','\xfe','\x00','\x8c','\x06','\x01','\x8c','\x06','\x01','\x0c','\x06','\x02','\x0f','\xfe','\x00','\x0c','\x06','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x10','\x0c','\x00','\x1c','\x00','\x08','\x18','\x00','\x08','\x20','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x0c','\xc0','\x00','\x8c','\x80','\x00','\xec','\x92','\x01','\xcd','\xfa','\x03','\x8c','\x8a','\x07','\x0c','\x03','\x1c','\x0f','\xff','\x60','\x07','\xfe','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x32','\x00','\x8c','\x01','\x80','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x00','\x00','\x0c','\x00','\x18','\x0b','\xff','\xfc','\x10','\x0c','\x00','\x20','\x0c','\x00','\xc0','\x0c','\x06','\x1f','\xff','\xff','\x00','\x00','\x00','\x00','\x06','\x06','\x18','\xff','\x7f','\x10','\x06','\x06','\x10','\x06','\x06','\x10','\x06','\x06','\x92','\x46','\x46','\x92','\x7e','\x7e','\x92','\x60','\x60','\x92','\x60','\x60','\x92','\x66','\x66','\x92','\x7f','\x7f','\x92','\x06','\x06','\x92','\x46','\x46','\x92','\x36','\x36','\x92','\x16','\x16','\x92','\x0e','\x0e','\x92','\x36','\x36','\xfe','\xe6','\xe6','\x82','\x46','\x46','\x80','\x06','\x06','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x7c','\x7c','\x00','\x18','\x18','\x00','\x40','\x0c','\x1c','\x7f','\xfe','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x63','\xf0','\x99','\x62','\x10','\x99','\x62','\x10','\x99','\x62','\x10','\x99','\x62','\x10','\x99','\x63','\xf0','\x99','\x60','\x00','\x99','\x60','\x00','\x99','\x6f','\x3c','\x99','\x69','\x24','\x99','\x69','\x24','\x99','\x69','\x24','\xff','\x69','\x24','\x81','\x69','\x24','\x80','\x6f','\x3c','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\x00','\x7f','\xff','\x00','\x60','\x00','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x07','\x00','\x0c','\x06','\x62','\x3e','\xff','\xf3','\xf0','\x06','\x03','\x00','\x06','\x03','\x00','\x7f','\xe3','\x06','\x66','\x63','\xff','\x66','\x63','\x18','\x7f','\xe3','\x18','\x66','\x63','\x18','\x66','\x63','\x18','\x7f','\xe3','\x18','\x06','\x06','\x18','\x06','\x26','\x18','\xff','\xf4','\x18','\x06','\x0c','\x18','\x06','\x08','\x18','\x06','\x10','\x18','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x08','\x20','\x4c','\x84','\x30','\x4c','\x86','\x20','\x4c','\x82','\x46','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x4c','\x98','\x18','\x7f','\x9f','\xf8','\x40','\x81','\x80','\x40','\x01','\x86','\x00','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\xc0','\x0c','\x01','\x88','\x08','\x3f','\xfc','\x08','\x01','\x80','\x49','\x01','\x84','\x49','\x7f','\xfe','\x49','\x00','\x00','\x49','\x0c','\x18','\x49','\x08','\x10','\x49','\x7f','\x7e','\x49','\x08','\x10','\x49','\x08','\x10','\x49','\x0f','\x12','\x49','\x7c','\x7f','\x49','\x20','\x00','\x49','\x00','\x00','\x7f','\x7f','\xfe','\x41','\x0c','\x60','\x40','\x0c','\x60','\x00','\x18','\x62','\x00','\x18','\x62','\x00','\x30','\x63','\x00','\x60','\x7f','\x01','\x80','\x3e','\x00','\x01','\x88','\x0e','\x3f','\x8c','\x0c','\x03','\x58','\x0c','\x03','\x62','\x4c','\xa6','\x43','\x4c','\x96','\x26','\x4c','\x9c','\x28','\x4c','\x88','\x10','\x4c','\x9b','\xdc','\x4c','\x90','\x0f','\x4c','\xa0','\x06','\x4c','\xcf','\xf8','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x7f','\x8f','\xf8','\x40','\x80','\x00','\x40','\x08','\x20','\x00','\x04','\x38','\x00','\x06','\x30','\x00','\x06','\x20','\x00','\x00','\x46','\x00','\x7f','\xff','\x00','\x00','\x00','\x00','\x08','\x30','\x0e','\x06','\x20','\x0c','\x02','\x44','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x4c','\x81','\x80','\x4c','\x9f','\xfc','\x4c','\x81','\x80','\x4c','\x81','\x82','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x82','\x68','\x4c','\x8f','\x66','\x4c','\xbc','\x62','\x4c','\x8c','\x60','\x4c','\xff','\xff','\x4c','\x8c','\x64','\x7f','\x8c','\x26','\x40','\x8f','\x2c','\x40','\x7c','\x18','\x00','\x2c','\x3a','\x00','\x0c','\x6e','\x00','\x7d','\x87','\x00','\x18','\x03','\x00','\x03','\x00','\x0e','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0c','\x0c','\x30','\x4c','\x98','\x1f','\x4c','\xb0','\x4e','\x4c','\xcf','\xe6','\x4c','\x80','\x00','\x4c','\x80','\x00','\x4c','\xa6','\x4c','\x4c','\xbf','\x7e','\x4c','\xa6','\x4c','\x4c','\xa6','\x4c','\x4c','\xa6','\x4c','\x4c','\xbe','\x7c','\x7f','\x80','\x00','\x40','\x90','\x20','\x40','\x1c','\x38','\x00','\x18','\x30','\x00','\x36','\x30','\x00','\x23','\x6c','\x00','\x43','\x46','\x00','\x80','\x86','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x04','\x00','\x00','\x86','\xf8','\x70','\x4e','\x00','\x68','\x2d','\xfc','\x66','\x38','\x00','\x62','\x10','\x00','\x60','\x38','\xf8','\x66','\x48','\x03','\xff','\x8c','\x00','\x60','\x1c','\xf8','\x50','\x3c','\x00','\x50','\x2c','\x00','\x50','\x4c','\xf8','\xc8','\x8c','\x88','\xc8','\x0c','\x88','\x8c','\x18','\x89','\x86','\xf8','\xf9','\x07','\x30','\x02','\x02','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x43','\x0e','\x00','\x7f','\x8c','\x30','\x63','\x1f','\xf8','\x66','\x18','\x60','\x64','\x34','\xc0','\x68','\xc3','\x00','\x64','\x07','\x80','\x62','\x0c','\xf0','\x63','\x30','\x3f','\x63','\xe3','\x8e','\x63','\x33','\x00','\x6f','\x3f','\xf8','\x66','\x63','\x00','\x60','\x9f','\xf8','\x60','\x03','\x00','\x60','\x03','\x06','\x61','\xff','\xff','\x60','\x00','\x00','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x30','\xc0','\x0c','\x33','\xef','\xfe','\x3e','\x00','\x0c','\x30','\x42','\x18','\x30','\x61','\xa0','\x1f','\xe0','\xc6','\x20','\x1f','\xff','\x30','\x80','\xc6','\x7f','\xc0','\xc4','\x46','\x08','\xc8','\x86','\x4e','\xc2','\x7f','\xec','\xff','\x0c','\x0c','\xc0','\x1b','\x1a','\xc0','\x19','\x99','\xc0','\x31','\xb0','\xf0','\x60','\x60','\x7f','\x81','\x80','\x1e','\x00','\x02','\x00','\x0e','\x07','\x0c','\x0c','\x2c','\x3e','\x0c','\x31','\x0c','\x0c','\x31','\xec','\x4c','\xb1','\x0c','\x4c','\xb1','\x0c','\x4c','\xbd','\x3c','\x4c','\xb1','\xcc','\x4c','\xb0','\x4c','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x4c','\xbe','\x7c','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x7f','\xff','\xff','\x40','\x88','\x00','\x40','\x0e','\x20','\x00','\x1c','\x18','\x00','\x18','\x0c','\x00','\x30','\x0e','\x00','\x40','\x06','\x00','\x04','\x00','\x00','\x06','\x30','\x0e','\x0f','\xf8','\x0c','\x18','\x20','\x0c','\x60','\x40','\x4c','\xbf','\xfc','\x4c','\xa0','\x04','\x4c','\xa0','\x04','\x4c','\xbf','\xfc','\x4c','\x90','\x40','\x4c','\x9e','\x78','\x4c','\x90','\x42','\x4c','\xfe','\x43','\x4c','\xb0','\x7f','\x4c','\x80','\x00','\x4c','\xbf','\xf8','\x7f','\xa1','\x08','\x40','\xa1','\x08','\x40','\x3f','\xf8','\x00','\x00','\x90','\x00','\x08','\x8a','\x00','\x1c','\x83','\x00','\x30','\xff','\x00','\xc0','\x7e','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x00','\x01','\x00','\x00','\xc1','\xc0','\x07','\xe9','\x84','\x7e','\x0f','\xfe','\x06','\x08','\x84','\xff','\xe8','\x84','\x0e','\x0f','\xfc','\x1f','\x88','\x84','\x36','\xe8','\x84','\xc6','\x6f','\xfc','\x0c','\x00','\x48','\x0c','\x04','\x48','\xff','\xf7','\x58','\x18','\x86','\x52','\x11','\x86','\x7e','\x3b','\x04','\x42','\x0e','\x0c','\x43','\x1b','\xc8','\x7f','\xe0','\xd0','\x3e','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x07','\x00','\x06','\x06','\x6f','\xff','\x7f','\xf0','\xc0','\x06','\x00','\x80','\x3f','\xc7','\xfc','\x20','\x46','\x0c','\x3f','\xc6','\x0c','\x20','\x47','\xfc','\x3f','\xc6','\x0c','\x20','\x46','\x0c','\x20','\x47','\xfc','\x3f','\xc6','\x0c','\x00','\x36','\x0c','\xff','\xff','\xfc','\x10','\x02','\x00','\x19','\x83','\x18','\x30','\xc6','\x0e','\xc0','\xd8','\x06','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x18','\x00','\x18','\x22','\x7e','\x22','\xff','\x00','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6b','\x69','\x42','\x49','\x88','\x7e','\x88','\x08','\x00','\x08','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x0f','\xc3','\xf0','\x08','\x42','\x10','\x0f','\xc3','\xf0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x01','\x00','\x37','\xf1','\xc0','\x30','\x81','\x86','\x3f','\xff','\xff','\x32','\x13','\x18','\x33','\xf2','\x18','\x32','\x15','\x18','\x22','\x11','\x10','\x23','\xf0','\xb0','\x62','\x10','\xa0','\x42','\x10','\x60','\x5f','\xf0','\xff','\x8e','\x11','\x9e','\x08','\x16','\x06','\x00','\x00','\x00','\x02','\x04','\x08','\x03','\x87','\x0e','\x03','\x06','\x0c','\x07','\x0e','\x1c','\x06','\x0c','\x18','\x0c','\x18','\x30','\x0c','\x18','\x30','\x18','\x30','\x60','\x10','\x20','\x40','\x20','\x40','\x80','\x40','\x81','\x00','\x20','\x40','\x80','\x10','\x20','\x40','\x18','\x30','\x60','\x08','\x10','\x20','\x0c','\x18','\x30','\x0c','\x18','\x30','\x06','\x0c','\x18','\x06','\x0c','\x18','\x07','\x0e','\x1c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x20','\x0e','\x18','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x60','\x1a','\x18','\x50','\x19','\x18','\xc8','\x31','\x98','\x8c','\x20','\xd9','\x06','\x40','\xda','\x06','\x80','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x38','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x3f','\xff','\xf8','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x38','\x00','\x07','\x3f','\xff','\xff','\x1f','\xff','\xfe','\x00','\x00','\x70','\x00','\x03','\xf8','\x10','\x3f','\x80','\x1f','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x00','\x18','\x19','\xff','\xfc','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x31','\xff','\xf8','\x31','\x80','\x18','\x31','\x80','\x00','\x21','\x80','\x02','\x61','\x80','\x02','\x41','\x80','\x02','\x81','\x80','\x03','\x01','\xff','\xff','\x00','\xff','\xfe','\x00','\x00','\x60','\x00','\x03','\xf0','\x10','\x3f','\x80','\x1f','\xf8','\x00','\x18','\x18','\x00','\x18','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x06','\x00','\x18','\x03','\x00','\x18','\x03','\x82','\x18','\xe1','\xc2','\xff','\x00','\xf3','\x78','\x00','\x3f','\x40','\x1c','\x0e','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x00','\x00','\x30','\x00','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x30','\x00','\x00','\x30','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xc8','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x11','\x80','\x0c','\x1d','\x80','\x0c','\x19','\x80','\x4c','\x99','\x80','\x7f','\x99','\x8c','\x4c','\x9f','\xfe','\x4c','\x91','\x80','\x4c','\x91','\x80','\x4c','\xa1','\x80','\x4c','\x81','\x80','\x4c','\x81','\x86','\x4c','\xff','\xff','\x4c','\x83','\x40','\x4c','\x83','\x40','\x4f','\x83','\x40','\x4d','\x86','\x20','\x4c','\x06','\x20','\x0c','\x04','\x30','\x0c','\x0c','\x10','\x0c','\x08','\x18','\x0c','\x10','\x0f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x32','\x18','\x18','\x61','\x30','\x38','\x61','\x60','\x37','\xc0','\xc0','\x01','\xf1','\xe0','\x03','\x33','\x3f','\x06','\x06','\x1e','\x18','\x18','\x06','\x60','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x04','\x30','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x66','\x70','\x06','\x66','\x60','\x06','\x66','\x66','\xff','\xff','\xff','\x06','\x66','\x60','\x0c','\x66','\x64','\x0c','\x66','\x66','\x18','\x7e','\x7e','\x60','\x66','\x3c','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x18','\x04','\x60','\x18','\x08','\x68','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x0e','\x04','\x20','\x0c','\x07','\x38','\x0c','\x06','\x30','\x0c','\x06','\x20','\x4c','\x8c','\x46','\x7f','\xcf','\xff','\x4c','\x9c','\x60','\x4c','\x9c','\x60','\x4c','\xac','\x60','\x4c','\xcc','\x6c','\x4c','\x8f','\xfe','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x4f','\x8c','\x6c','\x4d','\x8f','\xfe','\x4c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x66','\x0c','\x0f','\xff','\x0c','\x0c','\x00','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x30','\x06','\x4c','\xb0','\x06','\x7f','\xbf','\xfe','\x4c','\xb0','\x00','\x4c','\xb0','\x0c','\x4c','\xbf','\xfe','\x4c','\xb1','\x80','\x4c','\xb1','\x90','\x4c','\xb1','\x08','\x4c','\xb2','\x0c','\x4c','\xbf','\xf6','\x4f','\xb7','\x06','\x4d','\xb0','\xe0','\x4c','\x60','\xc0','\x0c','\x60','\xcc','\x0c','\x6f','\xfe','\x0c','\x40','\xc0','\x0c','\xc0','\xc0','\x0c','\x80','\xc6','\x0d','\x3f','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0c','\x1f','\xfc','\x4c','\x83','\x18','\x7f','\x83','\x1a','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x88','\x0c','\x4c','\x8f','\xfe','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x00','\x4c','\x80','\x70','\x4f','\x80','\x64','\x4d','\xbf','\xfe','\x4c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x66','\x0c','\x7f','\xff','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x01','\xff','\x4c','\x81','\x80','\x7f','\xd1','\x8c','\x4c','\x9f','\xfe','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4f','\x98','\x0c','\x4d','\x98','\x0c','\x4c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x30','\x0c','\x0c','\x0c','\x0c','\x18','\x06','\x0c','\x60','\x06','\x0e','\x10','\x00','\x0c','\x10','\x06','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x4c','\x60','\x04','\x7f','\x90','\x18','\x4c','\x9f','\xfc','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x4c','\x81','\x80','\x4f','\x81','\x86','\x4d','\xff','\xff','\x4c','\x00','\x00','\x0c','\x08','\x00','\x0c','\x0e','\x60','\x0c','\x1c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\xc6','\x99','\x60','\x96','\xff','\x7f','\xfe','\x99','\x60','\x86','\x99','\x60','\x86','\x99','\x6e','\x96','\x99','\x6a','\x9e','\x99','\x6a','\x96','\x99','\x6a','\xb6','\x99','\x6a','\xa6','\x99','\x6a','\xe6','\x99','\x6e','\x46','\x9f','\x60','\x56','\x9b','\x62','\xd6','\x18','\x7c','\xd6','\x18','\x69','\x36','\x18','\x62','\x36','\x18','\x6c','\x16','\x18','\x60','\x06','\x18','\x7f','\xfe','\x18','\x60','\x06','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x8f','\xf8','\x7f','\xcc','\x18','\x4c','\x8c','\x18','\x4c','\x8f','\xf8','\x4c','\x80','\x00','\x4c','\xbf','\xfe','\x4c','\xa2','\x22','\x4c','\xa2','\x22','\x4c','\xbf','\xfe','\x4c','\x80','\x00','\x4f','\x80','\x18','\x4d','\xbf','\xfc','\x4c','\x08','\x18','\x0c','\x04','\x30','\x0c','\x03','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x0c','\x18','\x1e','\x0c','\xe0','\x06','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x68','\x18','\xff','\x66','\x99','\x02','\x63','\xff','\x43','\x63','\x99','\x22','\x60','\x99','\x22','\x60','\x99','\x04','\x66','\x99','\xff','\xff','\x99','\x00','\x60','\x99','\x00','\x60','\x99','\x7e','\x64','\x99','\x42','\x67','\x99','\x42','\x66','\x9f','\x42','\x2c','\x9b','\x7e','\x2c','\x98','\x42','\x38','\x18','\x42','\x12','\x18','\x42','\x3a','\x18','\x7e','\x6a','\x18','\x00','\xce','\x18','\x03','\x07','\x18','\x0c','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x4c','\x88','\x20','\x7f','\xc6','\x30','\x4c','\x82','\x20','\x4c','\x80','\x46','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x9f','\xfc','\x4c','\x98','\x8c','\x4c','\x98','\x8c','\x4c','\x9f','\xfc','\x4f','\x98','\x8c','\x4d','\x98','\x8c','\x4c','\x1f','\xfc','\x0c','\x00','\x80','\x0c','\x00','\x88','\x0c','\x1f','\xfc','\x0c','\x00','\x80','\x0c','\x00','\x82','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x07','\x20','\x80','\x86','\x38','\xe0','\x66','\x30','\xc0','\x26','\x61','\x86','\x06','\x41','\xff','\x7f','\xf2','\x10','\x60','\x35','\x1c','\x6f','\x31','\x18','\x69','\x30','\xb0','\x69','\x30','\x60','\x69','\x30','\xf0','\x6f','\x31','\x9c','\x60','\xf6','\x0f','\x60','\x60','\x06','\x00','\x1c','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x07','\x00','\x38','\x06','\x00','\x30','\x7f','\xe0','\x30','\x06','\x00','\x36','\x06','\x0f','\xff','\xff','\xf0','\x30','\x06','\x00','\x30','\x06','\x04','\x30','\x7f','\xe3','\x30','\x06','\x01','\xb0','\x06','\x01','\xb0','\x07','\xf0','\x30','\xff','\x80','\x30','\x78','\x01','\xf0','\x40','\x1c','\x60','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\xc0','\x0c','\x7f','\xef','\xfe','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x60','\xc6','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x00','\x00','\x80','\x04','\x00','\xe0','\x03','\x00','\xc0','\x01','\x81','\x80','\x01','\x81','\x00','\x00','\x02','\x18','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x10','\x81','\x00','\x0d','\x01','\xc0','\x06','\x03','\x80','\x03','\x03','\x00','\x03','\x86','\x00','\x01','\x8e','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x40','\x00','\x40','\x20','\x00','\x80','\x10','\x01','\x00','\x18','\x02','\x07','\xec','\x7f','\xfc','\x0c','\x3f','\x00','\x06','\x20','\x00','\x06','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x40','\x80','\x30','\x48','\x84','\x37','\xff','\xfe','\x30','\xc1','\xa0','\x31','\xf3','\x90','\x31','\x52','\x9c','\x32','\x44','\x8f','\x34','\x40','\x86','\x30','\x40','\x80','\x30','\x10','\x00','\x30','\x1c','\x00','\x31','\x31','\x80','\x20','\xc3','\xc0','\x60','\x67','\x00','\x60','\x6c','\x20','\x40','\x18','\x10','\x40','\x60','\x18','\x87','\xff','\xfc','\x03','\xf0','\x0c','\x02','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x40','\x31','\x00','\x70','\x30','\xc0','\xe0','\x30','\x60','\x80','\x30','\x61','\x18','\x37','\xff','\xfc','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x30','\x33','\xff','\xf8','\x30','\x0c','\x00','\x30','\x0c','\x00','\x20','\x0c','\x00','\x60','\x0c','\x0c','\x6f','\xff','\xfe','\x40','\x0c','\x00','\x40','\x0c','\x00','\x80','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x00','\x33','\xf8','\x0e','\x33','\x18','\xec','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xf8','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xf8','\xcc','\x33','\x18','\xcc','\x23','\x18','\xcc','\x63','\x18','\xcc','\x63','\xf8','\xcc','\x40','\x00','\x0c','\x41','\x20','\x0c','\x83','\x98','\x0c','\x06','\x0c','\x7c','\x18','\x0c','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\x00','\x30','\xc2','\x0c','\x30','\xc3','\xfe','\x30','\xdb','\x0c','\x3f','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x31','\xe3','\xfc','\x31','\xd3','\x0c','\x33','\xdb','\x0c','\x32','\xdb','\x0c','\x26','\xc3','\x0c','\x64','\xc3','\xfc','\x68','\xc3','\x0c','\x40','\xc3','\x0c','\x40','\xc3','\x0c','\x80','\xc3','\x0c','\x00','\xc3','\xfc','\x00','\xc3','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x0c','\x37','\xff','\xfe','\x30','\x0c','\x00','\x30','\x08','\x00','\x30','\xff','\xf0','\x30','\x80','\x10','\x30','\xff','\xf0','\x30','\x80','\x10','\x30','\xff','\xf0','\x30','\x80','\x10','\x30','\xff','\xf0','\x20','\x18','\x00','\x60','\x3f','\xe0','\x60','\x60','\xc0','\x41','\x99','\x80','\x46','\x0f','\x00','\x80','\x3b','\xe0','\x00','\xe0','\xfe','\x07','\x00','\x1c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x34','\x30','\x00','\x37','\xf8','\x0c','\x36','\x37','\xfe','\x36','\x33','\x30','\x36','\x33','\x30','\x37','\xf3','\x30','\x36','\x33','\x30','\x36','\x33','\x32','\x36','\x3f','\xff','\x37','\xf0','\x60','\x36','\x30','\x78','\x26','\x00','\xf0','\x66','\x40','\xf0','\x66','\x20','\xb0','\x46','\x31','\xb2','\x46','\x59','\x32','\x9f','\x9a','\x33','\x0e','\x04','\x3f','\x08','\x18','\x1e','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x34','\x31','\x18','\x37','\xf9','\xfc','\x36','\x31','\x98','\x36','\x31','\x98','\x36','\x31','\x98','\x37','\xf3','\x1f','\x36','\x32','\x0f','\x36','\x34','\x00','\x36','\x30','\x0c','\x37','\xf3','\xfe','\x36','\x31','\x0c','\x26','\x01','\x0c','\x66','\x40','\x98','\x66','\x20','\xd8','\x46','\x30','\x70','\x46','\x58','\x78','\x9f','\x98','\xdc','\x0e','\x01','\x8f','\x08','\x06','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x18','\x18','\x37','\xff','\xfc','\x31','\x19','\x18','\x30','\x98','\x98','\x30','\x38','\x38','\x30','\xd9','\xd8','\x33','\x8c','\x98','\x31','\x1a','\x18','\x30','\x31','\x80','\x30','\x64','\xf0','\x31','\x8e','\x3f','\x2e','\x19','\x0e','\x60','\x63','\x80','\x63','\x8e','\x20','\x40','\x38','\x70','\x41','\xc1','\xc0','\x80','\x07','\x00','\x00','\x3c','\x00','\x01','\xc0','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x38','\xe0','\x30','\x30','\xc8','\x33','\xff','\xfc','\x30','\x30','\xc0','\x30','\x30','\xc6','\x37','\xff','\xff','\x30','\x06','\x00','\x30','\x06','\x00','\x31','\xff','\xf8','\x31','\x86','\x18','\x31','\x86','\x18','\x21','\xff','\xf8','\x61','\x86','\x18','\x61','\x86','\x18','\x41','\xff','\xf8','\x40','\x40','\x00','\x80','\xf0','\xe0','\x01','\xc0','\x3c','\x06','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x33','\x18','\x0c','\x32','\x11','\x3e','\x3f','\xfd','\xf0','\x32','\x11','\x80','\x32','\x11','\x80','\x33','\xf1','\x86','\x32','\x11','\xff','\x32','\x11','\x98','\x32','\x11','\x98','\x33','\xf1','\x98','\x32','\x11','\x98','\x22','\x11','\x98','\x62','\x11','\x98','\x6f','\xfd','\x98','\x42','\x01','\x18','\x43','\x33','\x18','\x86','\x1a','\x18','\x0c','\x1a','\x18','\x10','\x04','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\xe0','\x1c','\x30','\xc0','\x18','\x3f','\xfe','\x18','\x30','\xc0','\x1a','\x30','\xc1','\xff','\x37','\xfc','\x18','\x30','\x00','\x18','\x33','\xf8','\x18','\x32','\x09','\x18','\x32','\x08','\x98','\x33','\xf8','\xd8','\x20','\x00','\xd8','\x62','\x10','\x18','\x61','\x18','\x18','\x41','\x10','\x18','\x40','\x20','\x18','\x8f','\xfc','\x18','\x07','\xc0','\xf8','\x04','\x00','\x30','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x31','\xff','\xf8','\x31','\x04','\x08','\x31','\xff','\xf8','\x31','\x04','\x08','\x31','\x04','\x08','\x31','\xff','\xf8','\x30','\x04','\x00','\x31','\xff','\xf8','\x30','\x04','\x00','\x37','\xff','\xfe','\x30','\x30','\xc0','\x30','\x70','\xc0','\x20','\xe0','\xfe','\x61','\x87','\x7e','\x66','\x06','\x00','\x40','\xff','\xf0','\x40','\x06','\x00','\x80','\x06','\x06','\x0f','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x0c','\x40','\x31','\xfc','\x60','\x34','\x1a','\xc8','\x33','\x31','\x0c','\x31','\x60','\xd8','\x30','\xc0','\x70','\x33','\xf3','\xff','\x3c','\x33','\x36','\x30','\x33','\x30','\x33','\xf2','\x3e','\x33','\x02','\x1e','\x33','\x04','\x00','\x33','\xf3','\xfc','\x20','\x30','\x18','\x60','\x33','\x18','\x40','\x70','\xd0','\x40','\x60','\x70','\x80','\xe0','\xdc','\x07','\xc1','\x8e','\x01','\x86','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x00','\x00','\x31','\xc0','\x00','\x31','\x80','\x18','\x33','\xff','\xfc','\x33','\x11','\x10','\x35','\x11','\x10','\x39','\x11','\x10','\x31','\x11','\x16','\x37','\xff','\xff','\x31','\x11','\x10','\x31','\x11','\x10','\x31','\x11','\x10','\x21','\x11','\x14','\x67','\xff','\xfe','\x60','\x00','\x00','\x40','\x00','\x00','\x41','\x11','\x10','\x82','\x30','\x8c','\x0e','\x30','\xc6','\x0c','\x30','\xc6','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x00','\x00','\x31','\x90','\x0c','\x31','\xfb','\xfe','\x33','\x30','\xcc','\x32','\x20','\xcc','\x34','\x40','\x8c','\x33','\xf9','\xbc','\x32','\x49','\x18','\x32','\x4a','\x00','\x33','\xf9','\x38','\x32','\x49','\xb0','\x32','\x49','\xfe','\x22','\x49','\x30','\x63','\xfa','\x30','\x62','\x08','\x30','\x42','\x0b','\xff','\x42','\x08','\x30','\x86','\x08','\x30','\x04','\x78','\x30','\x08','\x18','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x06','\x00','\x30','\x06','\x00','\x37','\xff','\xfe','\x30','\x00','\x00','\x31','\xff','\xf8','\x31','\x80','\x18','\x31','\x9f','\x98','\x31','\x90','\x98','\x31','\x9f','\x98','\x31','\x80','\x18','\x31','\xff','\xf8','\x30','\x00','\x60','\x20','\x07','\xf0','\x61','\xfe','\x00','\x60','\x06','\x06','\x4f','\xff','\xff','\x40','\x36','\x80','\x80','\x66','\x70','\x01','\x86','\x1f','\x0e','\x06','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x0c','\x00','\x30','\x0f','\xf0','\x30','\x0c','\x02','\x33','\xff','\xff','\x32','\x0c','\x06','\x32','\x0f','\x94','\x32','\x7c','\x18','\x32','\x07','\xf8','\x32','\x00','\x00','\x32','\x3f','\xf0','\x32','\x22','\x10','\x32','\x3f','\xf0','\x22','\x22','\x10','\x66','\x22','\x10','\x64','\x3f','\xf0','\x44','\x00','\x00','\x4c','\xff','\xfc','\x88','\x88','\x84','\x10','\x88','\x84','\x03','\xff','\xff','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x24','\x80','\x33','\x6c','\xe8','\x34','\x90','\xcc','\x32','\x48','\xc8','\x31','\x25','\x92','\x30','\x01','\xff','\x33','\xf3','\x10','\x32','\x15','\x10','\x33','\xf1','\x14','\x30','\x01','\xfe','\x37','\xf9','\x10','\x34','\x89','\x10','\x24','\x89','\x14','\x67','\xf9','\xfe','\x64','\x01','\x10','\x44','\x09','\x10','\x44','\x09','\x10','\x84','\x0d','\x12','\x07','\xfd','\xff','\x03','\xf9','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x30','\x60','\x3f','\xf8','\x44','\x32','\x27','\xfe','\x33','\xe0','\x40','\x32','\x20','\x40','\x33','\xe7','\xfe','\x32','\x24','\x92','\x32','\x24','\x92','\x3f','\xe7','\xfe','\x36','\x20','\x00','\x30','\x2f','\xff','\x2f','\xa0','\x80','\x62','\x20','\x60','\x62','\x21','\xa4','\x4f','\xa5','\x03','\x42','\x25','\x09','\x83','\xad','\x0c','\x0e','\x2d','\xfc','\x00','\x20','\xf8','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x30','\x60','\x3f','\xf8','\x44','\x32','\x27','\xfe','\x32','\x20','\x40','\x32','\x20','\x40','\x33','\xe7','\xfe','\x32','\x24','\x92','\x32','\x24','\x92','\x32','\x24','\x92','\x33','\xe7','\xfe','\x32','\x20','\x00','\x22','\x20','\x40','\x62','\x20','\x30','\x62','\x21','\x94','\x43','\xe5','\x03','\x5f','\x25','\x09','\x8c','\x2d','\x0c','\x00','\x2d','\xfc','\x00','\x20','\xf8','\x00','\x00','\x00','\x0c','\x00','\x00','\xfe','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x33','\x00','\x00','\x3f','\x80','\x00','\x63','\x00','\x00','\x63','\x00','\x00','\x02','\x00','\x00','\x26','\x00','\x00','\x26','\x00','\x00','\x14','\x00','\x00','\x1c','\x00','\x00','\x08','\x00','\x00','\x1c','\x00','\x00','\x16','\x00','\x00','\x33','\x80','\x00','\x21','\xff','\xff','\x40','\x7f','\xfe','\x80','\x00','\x00','\x00','\x03','\x80','\x0c','\x03','\x00','\xfe','\x03','\x00','\x0c','\x03','\x00','\x0c','\x43','\x0c','\x18','\x7f','\xfe','\x18','\x63','\x0c','\x18','\x63','\x0c','\x33','\x63','\x0c','\x3f','\x63','\x0c','\x63','\x63','\x0c','\x63','\x7f','\xfc','\x02','\x63','\x0c','\x26','\x63','\x0c','\x26','\x63','\x0c','\x14','\x63','\x0c','\x1c','\x63','\x0c','\x08','\x7f','\xfc','\x1c','\x60','\x0c','\x16','\x00','\x00','\x33','\x80','\x00','\x21','\xff','\xff','\x40','\x7f','\xfe','\x80','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x80','\x00','\x00','\xe0','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x01','\x00','\x60','\x1f','\xff','\xf0','\x0f','\xe0','\x38','\x09','\x81','\x98','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x01','\xc1','\xc0','\x41','\x81','\x80','\x31','\x81','\x80','\x1d','\x81','\x86','\x0d','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x07','\x81','\x80','\xfd','\x81','\x80','\x71','\x81','\x8c','\x41','\xbf','\xfe','\x01','\x80','\x00','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x00','\xc0','\x00','\x00','\xff','\x80','\x01','\x81','\x00','\x01','\x03','\x00','\x03','\xfe','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x80','\x22','\x40','\xd0','\x1a','\x64','\x98','\x0a','\x83','\x30','\x7f','\xe1','\x24','\x06','\x0f','\xfe','\x0f','\x87','\xc2','\x0a','\x62','\x50','\x12','\x66','\x4c','\x62','\x08','\x44','\x00','\x00','\x00','\x01','\x81','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x00','\xc0','\x00','\x00','\xff','\x80','\x01','\x81','\x00','\x01','\x03','\x00','\x03','\xfe','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x22','\x42','\x20','\x1a','\x63','\x10','\x0a','\x86','\x1c','\x7f','\xe4','\x0f','\x06','\x0f','\xfe','\x0f','\x11','\x98','\x0a','\xc1','\x18','\x12','\x42','\x78','\x62','\x0c','\x30','\x00','\x00','\x00','\x01','\x81','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x00','\x70','\x00','\x00','\x60','\x80','\x00','\x60','\x60','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x0c','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\x84','\x00','\x01','\xc4','\x00','\x00','\xe4','\x00','\x00','\x7e','\x00','\x00','\x3e','\x00','\x00','\x0c','\x01','\x00','\x70','\x61','\xc0','\x6c','\x1b','\x80','\x66','\x07','\x00','\x66','\x06','\x00','\x60','\x0d','\x80','\x66','\x18','\xdf','\xff','\x30','\xc0','\x60','\xc0','\x00','\x60','\x0e','\x00','\x60','\x0c','\x00','\x60','\x0c','\xbf','\xe0','\xff','\xc6','\x60','\x0c','\x06','\x30','\x1c','\x06','\x30','\x1e','\x06','\x30','\x3d','\x86','\x30','\x2c','\xc6','\x1a','\x6c','\xc6','\x1a','\x4c','\x07','\x9a','\x8c','\x7e','\x0e','\x0c','\x38','\x0e','\x0c','\x20','\x07','\x0c','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x04','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x32','\x18','\x18','\x61','\x30','\x18','\x61','\x60','\x37','\xc0','\xc0','\x31','\xf1','\xe0','\x03','\x33','\x3f','\x0c','\x0c','\x1e','\x70','\x00','\x06','\x0f','\xff','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x03','\x00','\x00','\xff','\x80','\x06','\x03','\x7f','\xff','\x03','\x0c','\x18','\x03','\x0c','\x18','\x43','\x0c','\x18','\x7f','\x0c','\x18','\x63','\x0f','\xf8','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x63','\x0c','\x18','\x7f','\x8f','\xf8','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\x03','\x0c','\x18','\x03','\x0c','\x18','\x03','\x0c','\x18','\x03','\x7f','\xf8','\x03','\x3e','\x18','\x06','\x20','\x18','\x06','\x00','\x18','\x7e','\x00','\x18','\x0c','\x00','\x18','\x06','\x46','\x46','\xff','\x7f','\x7f','\x06','\x46','\x46','\x06','\x46','\x46','\x06','\x46','\x46','\x46','\x46','\x46','\x7e','\x46','\x46','\x66','\x7e','\x7e','\x60','\x46','\x46','\x60','\x46','\x46','\x60','\x46','\x46','\x66','\x46','\x46','\x7f','\x46','\x46','\xc6','\x7e','\x7e','\xc6','\x46','\x46','\x06','\x46','\x46','\x06','\x46','\x46','\x06','\x46','\x46','\x06','\x46','\x46','\x06','\x46','\x46','\x0c','\xc6','\xc6','\x0c','\x9e','\x86','\x7c','\x8c','\x9e','\x19','\x01','\x0c','\x03','\x00','\x06','\xff','\xbf','\xff','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x1f','\x8c','\x43','\x19','\x8c','\x7f','\x19','\x8c','\x63','\x19','\x8c','\x60','\x1f','\x8c','\x60','\x00','\x3c','\x60','\x00','\x18','\x63','\x00','\x06','\x7f','\xbf','\xff','\xc3','\x00','\x0c','\xc3','\x00','\x0c','\x03','\x1f','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x1f','\x8c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x7e','\x00','\x7c','\x0c','\x00','\x18','\x03','\x46','\x46','\xff','\x7f','\x7f','\x03','\x46','\x46','\x03','\x46','\x46','\x03','\x46','\x46','\x43','\x7e','\x7e','\x7f','\x00','\x00','\x63','\x3f','\xfc','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x63','\x3f','\xfc','\xff','\xb1','\x8c','\xc3','\x31','\x8c','\xc3','\x31','\x8c','\x03','\x3f','\xfc','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\x03','\x7f','\xff','\x06','\x01','\x80','\x06','\x01','\x80','\x7e','\x01','\x80','\x0c','\x01','\x80','\x06','\x00','\x06','\xff','\xff','\xff','\x06','\x11','\x80','\x06','\x1d','\x98','\x06','\x39','\x86','\x46','\x61','\x83','\x7e','\x81','\x83','\x66','\x7f','\xfe','\x60','\x41','\x82','\x60','\x41','\x82','\x60','\x55','\xaa','\x66','\x49','\x92','\xff','\x49','\x92','\xc6','\x55','\xaa','\xc6','\x41','\x82','\x06','\x41','\x82','\x06','\x55','\xaa','\x06','\x49','\x92','\x06','\x49','\x92','\x06','\x55','\xaa','\x0c','\x41','\x82','\x0c','\x41','\x82','\x7c','\x41','\x9e','\x18','\x41','\x8c','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x12','\x00','\x12','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4a','\x39','\x42','\x69','\x69','\x7e','\x89','\x80','\x00','\x00','\x0f','\xff','\xe0','\x00','\x00','\x20','\x0f','\xff','\xe0','\x08','\x00','\x00','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x08','\xc3','\x00','\x0c','\xc3','\x20','\x18','\xc3','\x18','\x11','\x83','\x0c','\x21','\x03','\x0c','\x42','\x03','\x00','\x00','\x00','\x00','\x1f','\xff','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x00','\x0c','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\xc0','\x01','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0f','\xff','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\xff','\x80','\x06','\x03','\x00','\x00','\x03','\x06','\xff','\xff','\xff','\x00','\x70','\x00','\x00','\xe8','\x20','\x01','\x88','\x38','\x06','\x1c','\x30','\x38','\x34','\x60','\x00','\x66','\x80','\x01','\x8f','\x00','\x06','\x1e','\x80','\x38','\x36','\xc0','\x00','\x66','\x70','\x01','\x86','\x3e','\x0e','\x06','\x1c','\x70','\x0e','\x0c','\x00','\x7c','\x00','\x00','\x18','\x00','\x07','\x00','\x70','\x06','\x00','\x60','\x06','\x30','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xe0','\x66','\xff','\x8f','\xff','\x7e','\x00','\x60','\x46','\x00','\x60','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x18','\x01','\x80','\x00','\x01','\xff','\x80','\x03','\x01','\x80','\x03','\xff','\x00','\x00','\x03','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x67','\xff','\xe4','\x66','\x18','\x68','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x80','\x03','\x98','\xf0','\x0e','\x18','\x3e','\x70','\x18','\x0c','\x00','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x30','\x00','\x00','\xe0','\x40','\x03','\x80','\x70','\x1c','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x00','\x00','\x0e','\x00','\x00','\x38','\x10','\x00','\xe0','\x1c','\x07','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x07','\x80','\x00','\x0e','\x00','\x00','\x38','\x00','\x01','\xe0','\x00','\x1e','\x00','\x00','\x03','\x80','\x10','\x03','\x00','\x1c','\x03','\x30','\x38','\x7f','\xf8','\x30','\x03','\x00','\x60','\x03','\x18','\xc0','\xff','\xfd','\x88','\x00','\x02','\x0e','\x00','\x00','\x1c','\x3f','\xf0','\x18','\x30','\x30','\x30','\x30','\x30','\x60','\x30','\x30','\xc0','\x3f','\xf3','\x04','\x00','\x00','\x07','\x20','\x40','\x0e','\x10','\x70','\x0c','\x18','\x60','\x1c','\x18','\x40','\x18','\x00','\x80','\x30','\x00','\xf0','\x60','\xff','\x00','\xc0','\x78','\x01','\x80','\x40','\x06','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x71','\x00','\x00','\xe1','\xc0','\x01','\x83','\x80','\x03','\x07','\x00','\x0c','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x78','\x00','\x00','\xd8','\x00','\x03','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x06','\x10','\xff','\xff','\x22','\x06','\x00','\x43','\x86','\x00','\x87','\x06','\x00','\x06','\x06','\x0c','\x0c','\x07','\xfe','\x1c','\x06','\x0c','\x3c','\x06','\x0c','\x6c','\x0e','\x0c','\x8c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1c','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x10','\x18','\x0c','\x30','\x38','\x0c','\x20','\x30','\x0c','\x41','\xf0','\x0c','\x80','\x60','\x04','\x01','\xc0','\x07','\x01','\x80','\x0e','\x21','\x80','\x0c','\x39','\x80','\x18','\x31','\x80','\x10','\x31','\x8c','\x24','\x3f','\xfe','\x47','\x61','\x80','\x8e','\x61','\x80','\x0c','\x41','\x80','\x1c','\x81','\x80','\x3c','\x01','\x80','\x2c','\x01','\x8c','\x4c','\x3f','\xfe','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x04','\x10','\x30','\x07','\x1f','\xf8','\x0e','\x18','\x30','\x0c','\x18','\x30','\x18','\x18','\x30','\x10','\x18','\x30','\x22','\x18','\x30','\x43','\x98','\x30','\x87','\x1f','\xf0','\x06','\x18','\x30','\x0c','\x18','\x30','\x1c','\x18','\x30','\x3c','\x18','\x30','\x6c','\x18','\x30','\x8c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\x0d','\xff','\xff','\x0c','\x00','\x00','\x04','\x1c','\xe0','\x07','\x18','\xc0','\x0e','\x18','\xc0','\x0c','\x18','\xc4','\x19','\xff','\xfe','\x10','\x18','\xc4','\x24','\x18','\xc4','\x47','\x18','\xc4','\x8e','\x98','\xc4','\x0c','\xff','\xfc','\x18','\x98','\xc4','\x18','\x98','\xc0','\x38','\x98','\xc0','\x58','\x98','\xc6','\x98','\xff','\xff','\x19','\x98','\xc6','\x19','\x98','\xc6','\x18','\x18','\xc6','\x18','\x18','\xcc','\x18','\x10','\xfc','\x18','\x30','\xd8','\x18','\x20','\xc0','\x18','\x40','\xc0','\x19','\x80','\xc0','\x04','\x40','\x06','\x07','\x7f','\xff','\x0e','\x60','\x06','\x0c','\x60','\x06','\x18','\x60','\x06','\x10','\x64','\x66','\x24','\x67','\xf6','\x47','\x66','\x66','\x8e','\x66','\x66','\x0c','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x38','\x66','\x66','\x58','\x66','\x66','\x98','\x66','\x66','\x18','\x67','\xe6','\x18','\x66','\x66','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x7f','\xfe','\x18','\x60','\x06','\x18','\x60','\x06','\x04','\x20','\x18','\x07','\x3f','\xfc','\x0e','\x30','\x18','\x0c','\x30','\x18','\x18','\x30','\x18','\x10','\x30','\x18','\x22','\x3f','\xf8','\x43','\xb0','\x18','\x87','\x30','\x18','\x06','\x30','\x18','\x0c','\x30','\x18','\x1c','\x3f','\xf8','\x3c','\x31','\x04','\x6c','\x31','\x07','\x8c','\x30','\x86','\x0c','\x30','\x8c','\x0c','\x30','\xd0','\x0c','\x30','\x40','\x0c','\x30','\x60','\x0c','\x30','\x30','\x0c','\x33','\x38','\x0d','\xfc','\x1f','\x0c','\xe0','\x0e','\x0c','\x80','\x06','\x04','\x00','\x00','\x07','\x00','\x06','\x0e','\xff','\xff','\x0c','\x00','\x00','\x18','\x10','\x84','\x10','\x18','\xc6','\x20','\x31','\x8c','\x48','\x63','\x18','\x8e','\x84','\x20','\x0c','\x42','\x10','\x18','\x31','\x8c','\x18','\x18','\xc6','\x38','\x18','\xc6','\x58','\x00','\x00','\x98','\x00','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x04','\x10','\x00','\x07','\x1c','\x00','\x0e','\x18','\x00','\x0c','\x30','\x06','\x18','\x3f','\xff','\x10','\x60','\x06','\x28','\x40','\x06','\x4e','\x81','\x86','\x8c','\x7f','\xc6','\x1c','\x61','\x86','\x18','\x61','\x86','\x38','\x61','\x86','\x38','\x61','\x86','\x58','\x7f','\x86','\x98','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\x8e','\x18','\x61','\x8c','\x18','\x00','\x0c','\x18','\x00','\x1c','\x18','\x00','\xf8','\x18','\x00','\x30','\x04','\x10','\x20','\x07','\x1c','\x38','\x0e','\x18','\x30','\x0c','\x18','\x30','\x18','\x34','\x68','\x24','\x36','\x64','\x47','\x66','\xc6','\x86','\x40','\x83','\x0c','\x81','\x03','\x0c','\x00','\x00','\x18','\x03','\x80','\x18','\x03','\x00','\x38','\x43','\x00','\x58','\x73','\x0c','\x98','\x63','\xfe','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\xd3','\x00','\x18','\xcb','\x00','\x18','\x87','\x00','\x19','\x83','\xc0','\x19','\x00','\xff','\x1a','\x00','\x3e','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x00','\x0c','\x73','\x18','\x18','\x63','\xfc','\x10','\x63','\x00','\x24','\x63','\x00','\x47','\x63','\x00','\x8e','\x63','\x06','\x0d','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x43','\x00','\x58','\x73','\x00','\x98','\x63','\x0c','\x18','\x63','\xfe','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\xd3','\x00','\x18','\xcb','\x00','\x18','\x87','\x00','\x19','\x83','\x80','\x19','\x00','\xff','\x1a','\x00','\x3e','\x04','\x0e','\x70','\x07','\x0c','\x60','\x0e','\x0c','\x60','\x0c','\x0c','\x60','\x18','\x0c','\x66','\x10','\xfc','\x7f','\x24','\x0c','\x60','\x47','\x0c','\x60','\x8e','\x0c','\x60','\x0c','\x0c','\x6c','\x18','\xfc','\x7e','\x18','\x0c','\x60','\x38','\x0c','\x60','\x58','\x0c','\x60','\x98','\x0c','\x60','\x18','\x3c','\x66','\x19','\xec','\x7f','\x18','\xc8','\x60','\x18','\x98','\x60','\x18','\x10','\x60','\x18','\x30','\x60','\x18','\x20','\x60','\x18','\x40','\x60','\x18','\x80','\x60','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x06','\x19','\xff','\xff','\x10','\x03','\x00','\x24','\x43','\x10','\x47','\x73','\x1c','\x8e','\x63','\x18','\x0c','\x63','\x14','\x18','\x53','\x32','\x18','\xdb','\x23','\x38','\x9b','\x43','\x59','\x07','\x80','\x98','\x07','\x80','\x18','\x0f','\x40','\x18','\x0b','\x60','\x18','\x1b','\x30','\x18','\x13','\x38','\x18','\x23','\x1c','\x18','\x43','\x0f','\x19','\x83','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x04','\x00','\x07','\x07','\x00','\x0e','\x46','\x18','\x0c','\x7f','\xfc','\x18','\x60','\x18','\x10','\x60','\x18','\x24','\x7f','\xf8','\x47','\x60','\x18','\x8e','\x60','\x18','\x0c','\x60','\x18','\x18','\x7f','\xf8','\x18','\x00','\x00','\x38','\x00','\x0c','\x58','\xff','\xfe','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x04','\x02','\x00','\x07','\x03','\x80','\x0e','\x07','\x0c','\x0c','\x0f','\xfe','\x18','\x18','\x1c','\x10','\x36','\x38','\x28','\xc2','\x70','\x4e','\x30','\xe0','\x8c','\x11','\xc0','\x1c','\x07','\x00','\x18','\x1c','\x00','\x38','\xe0','\x00','\x38','\x30','\x18','\x58','\x7f','\xfc','\x98','\x43','\x00','\x18','\x83','\x06','\x1b','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\xe3','\x0e','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x08','\x40','\x80','\x0e','\x70','\xe0','\x0c','\x60','\xc0','\x19','\xfc','\xc0','\x11','\x8c','\xc0','\x21','\x8c','\xc6','\x49','\xfc','\xff','\x8f','\x8c','\x8c','\x0d','\x8d','\x8c','\x19','\xfd','\x4c','\x18','\x02','\x4c','\x30','\x30','\x4c','\x30','\x30','\x58','\x73','\xff','\x58','\xb0','\x60','\x58','\x30','\x60','\x30','\x30','\x7c','\x30','\x30','\x4c','\x20','\x30','\xcc','\x70','\x30','\x8c','\x50','\x31','\x98','\xd8','\x31','\x18','\x8f','\x32','\x79','\x0e','\x30','\x36','\x06','\x0e','\x00','\x38','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x2c','\x00','\x36','\x2d','\x3f','\xff','\x2c','\x80','\x30','\x6c','\xc0','\x30','\x6c','\xc0','\x30','\x4c','\x10','\x30','\xcc','\x0c','\x30','\xcc','\x06','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x00','\x0c','\x0c','\x00','\x3e','\x0c','\x11','\xf0','\x0c','\x1f','\x00','\x0c','\x18','\x00','\x2c','\x18','\x00','\x2e','\x18','\x00','\x2d','\x18','\x06','\x6d','\x9f','\xff','\x6d','\x98','\x30','\x4c','\x18','\x30','\xcc','\x18','\x30','\xcc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x38','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x20','\x30','\x0c','\x60','\x30','\x0c','\x40','\x30','\x0c','\x80','\x30','\x0c','\x00','\x30','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x18','\x0e','\x1f','\xfc','\x2d','\x11','\x80','\x2d','\xb1','\x80','\x2d','\xa1','\x80','\x6c','\x41','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\xcc','\x01','\x86','\xcc','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x00','\x00','\x0c','\x00','\x30','\x0c','\x7f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x2c','\x0c','\x30','\x2e','\x0c','\x30','\x2d','\x0c','\x30','\x6d','\x8c','\x30','\x6d','\x8c','\x30','\x4c','\x0c','\x36','\xcc','\xff','\xff','\xcc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x23','\x00','\x2e','\x23','\x06','\x2d','\x3f','\xff','\x2d','\xa3','\x06','\x6d','\xe3','\x04','\x6c','\x63','\x08','\x4c','\x03','\x00','\xcc','\x06','\xe0','\xcc','\x06','\xc0','\x0c','\x06','\xc0','\x0c','\x06','\xc0','\x0c','\x04','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x08','\xc2','\x0c','\x18','\xc2','\x0c','\x10','\xc2','\x0c','\x20','\xc3','\x0c','\x40','\xff','\x0c','\x80','\x7e','\x00','\x00','\x60','\x00','\x03','\xf0','\x00','\x3f','\x80','\x1f','\xf0','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\xc0','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x38','\x3c','\x0c','\x30','\x1f','\x30','\x30','\x06','\xc0','\x30','\x40','\x02','\x32','\x30','\x02','\x31','\x18','\x04','\x31','\x9c','\x0c','\x30','\xcc','\x38','\x30','\xcc','\x30','\x30','\xc0','\x01','\xf0','\x00','\x00','\x60','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x39','\xff','\xe0','\x31','\x00','\x20','\x31','\xff','\xe0','\x31','\x00','\x20','\x31','\xff','\xe0','\x31','\x00','\x20','\x31','\x00','\x20','\x31','\xff','\xe0','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x01','\x01','\x00','\x01','\xc1','\x00','\x01','\x80','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x78','\x0c','\x00','\x3f','\x1b','\xff','\xde','\x30','\x60','\xc6','\xc0','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc1','\xc0','\x01','\x81','\x80','\x03','\x0f','\x80','\x1c','\x03','\x00','\x00','\x20','\x00','\x03','\x98','\x00','\x03','\x0c','\x10','\x13','\x0c','\x0c','\x13','\x00','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x80','\x0e','\x03','\x00','\x2d','\x02','\x08','\x2d','\x86','\x04','\x2d','\x84','\x06','\x6c','\x08','\x3b','\x6c','\x7f','\xc3','\x4c','\x3c','\x03','\xcc','\x20','\x00','\xcc','\x00','\x00','\x0c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x2c','\xff','\xff','\x2e','\x0c','\x00','\x2d','\x0c','\x00','\x6d','\x9c','\x70','\x6d','\x98','\x60','\x4c','\x18','\x60','\xcc','\x30','\x60','\xcc','\x30','\x6c','\x0c','\x73','\xfe','\x0c','\xb0','\x60','\x0d','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x66','\x0c','\x37','\xff','\x0c','\x30','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x2c','\xff','\xff','\x2e','\x03','\x00','\x2d','\x03','\x00','\x6d','\x83','\x00','\x6d','\x83','\x00','\x4c','\x03','\x00','\xcc','\x03','\x00','\xcc','\x23','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x2c','\x60','\x06','\x2c','\x40','\x06','\x2e','\x80','\x06','\x6d','\x21','\x86','\x6d','\xbf','\xc6','\x4d','\xb1','\x86','\xcc','\x31','\x86','\xcc','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x3f','\x86','\x0c','\x31','\x86','\x0c','\x30','\x0e','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x2c','\x30','\x0c','\x2e','\x3f','\xfc','\x2d','\x30','\x0c','\x6d','\xb0','\x00','\x6d','\xb3','\x80','\x4c','\x33','\x00','\xcc','\x33','\x0c','\xcc','\x33','\x1e','\x0c','\x33','\x38','\x0c','\x33','\x60','\x0c','\x73','\x80','\x0c','\x63','\x00','\x0c','\x63','\x00','\x0c','\x43','\x02','\x0c','\xc3','\x02','\x0c','\x83','\x02','\x0d','\x03','\x03','\x0c','\x03','\xff','\x0c','\x01','\xfe','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x03','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x18','\x00','\x18','\x18','\x30','\x30','\x1f','\xf8','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x01','\xd0','\x00','\x11','\x8c','\x30','\x11','\x86','\x0c','\x21','\x86','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x03','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x31','\x8c','\x18','\x61','\x8c','\x67','\x43','\x0c','\x01','\xe6','\x0c','\x03','\x3c','\x1c','\x0c','\x1f','\x18','\x30','\x33','\x18','\x00','\xc0','\x38','\x03','\x01','\xf0','\x0c','\x20','\x60','\x00','\x18','\x00','\x01','\xcc','\x30','\x11','\x86','\x0c','\x11','\x86','\x06','\x21','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x00','\x00','\x0c','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x2c','\x30','\x18','\x2e','\x30','\x18','\x2d','\x30','\x18','\x6d','\xb0','\x18','\x6d','\xbf','\xf8','\x4c','\x30','\x18','\xcc','\x30','\x18','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0c','\x02','\x00','\x2c','\x24','\x06','\x2e','\x3f','\xff','\x2d','\x30','\x06','\x6d','\xb0','\x06','\x6d','\xb0','\x06','\x4c','\x30','\x06','\xcc','\x30','\x06','\xcc','\x30','\x06','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0e','\x0e','\xe0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc4','\x0c','\xff','\xfe','\x2e','\x0c','\xc4','\x2d','\x0c','\xc4','\x2d','\x8c','\xc4','\x6d','\x8c','\xc4','\x6c','\x7f','\xfc','\x4c','\x4c','\xc4','\xcc','\x4c','\xc0','\xcc','\x4c','\xc0','\x0c','\x4c','\xc6','\x0c','\x7f','\xff','\x0c','\xcc','\xc6','\x0c','\xcc','\xc6','\x0c','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x08','\xde','\x0c','\x18','\xcc','\x0c','\x10','\xc0','\x0c','\x20','\xc0','\x0c','\xc0','\xc0','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x2c','\x01','\x88','\x2e','\x21','\x8e','\x2d','\x11','\x8c','\x6d','\x91','\x8c','\x6d','\x99','\x98','\x4c','\x19','\x90','\xcc','\x19','\xa0','\xcc','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x2c','\x3f','\xfe','\x2e','\x31','\x8c','\x2d','\x31','\x8c','\x6d','\xb1','\x8c','\x6d','\xb1','\x8c','\x4c','\x31','\x8c','\xcc','\x31','\x8c','\xcc','\x31','\x8c','\x0c','\xff','\xff','\x0c','\x03','\x40','\x0c','\x03','\x40','\x0c','\x06','\x40','\x0c','\x06','\x20','\x0c','\x04','\x20','\x0c','\x0c','\x30','\x0c','\x08','\x18','\x0c','\x10','\x1f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x0e','\x18','\x00','\x0c','\x07','\x00','\x0c','\x01','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\x00','\x2c','\x03','\x00','\x2e','\x3f','\x80','\x2d','\x03','\x00','\x6d','\x83','\x08','\x6d','\x83','\x0e','\x4c','\x1b','\x0c','\xcc','\xfb','\x98','\xcc','\x1b','\xa0','\x0c','\x1b','\x40','\x0c','\x33','\x40','\x0c','\x33','\x60','\x0c','\x23','\x20','\x0c','\x63','\x30','\x0c','\x43','\x18','\x0c','\xc3','\x1f','\x0c','\x83','\x0e','\x0d','\x03','\x06','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x02','\x00','\x30','\x03','\x80','\xf8','\x07','\x07','\xc0','\x06','\x7f','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1c','\x03','\x06','\x3d','\xff','\xff','\x6c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x00','\x20','\x00','\x03','\x98','\x00','\x03','\x0c','\x10','\x13','\x0c','\x0c','\x13','\x00','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x2c','\x30','\x60','\x2e','\x28','\x60','\x2d','\x44','\xc0','\x6d','\x83','\x80','\x6d','\x83','\x80','\x4c','\x06','\xe0','\xcc','\x0c','\x7f','\xcc','\x10','\x1e','\x0c','\x60','\x06','\x0d','\x80','\x00','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x02','\x07','\x00','\x03','\x86','\x00','\x07','\x06','\x00','\x06','\x06','\x0c','\x0d','\xff','\xfe','\x0c','\x0e','\x80','\x1c','\x1e','\x80','\x3c','\x1e','\x40','\x6c','\x36','\x60','\x8c','\x36','\x30','\x0c','\x66','\x38','\x0c','\xc6','\x1f','\x0f','\x06','\x0e','\x0c','\x06','\x06','\x0c','\x06','\x00','\x00','\x20','\x00','\x03','\x98','\x00','\x03','\x0c','\x10','\x13','\x0c','\x0c','\x13','\x00','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x06','\x2c','\x3f','\xff','\x2e','\x20','\x06','\x2d','\x41','\x06','\x6d','\x81','\xc6','\x6d','\x89','\x86','\x4c','\x25','\x26','\xcc','\x27','\x26','\xcc','\x22','\x26','\x0c','\x27','\x26','\x0c','\x25','\x26','\x0c','\x29','\xa6','\x0c','\x31','\xa6','\x0c','\x20','\x26','\x0c','\x3f','\xe6','\x0c','\x20','\x26','\x0c','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x00','\x7c','\x0c','\x00','\x18','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x18','\x0c','\x7f','\xfc','\x0c','\x06','\x18','\x2e','\x06','\x18','\x2d','\x04','\x18','\x2d','\x8c','\x30','\x6d','\x88','\x30','\x6c','\x11','\xf0','\x4c','\x60','\x60','\xcc','\x00','\x00','\xcc','\x60','\x60','\x0c','\x66','\x66','\x0d','\xff','\xff','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x46','\x46','\x0c','\x46','\xc6','\x0c','\xcc','\x8c','\x0c','\x8c','\x8c','\x0c','\xbd','\x3c','\x0d','\x1a','\x18','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\xff','\xfe','\x0c','\x18','\x00','\x0c','\x18','\x00','\x2c','\x18','\x00','\x2e','\x18','\x30','\x2d','\x1f','\xf8','\x6d','\x98','\x30','\x6d','\x98','\x30','\x4c','\x1a','\x30','\xcc','\x19','\xb0','\xcc','\x18','\xb0','\x0c','\x18','\x30','\x0c','\x1a','\x30','\x0c','\x19','\xb0','\x0c','\x18','\xb0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x36','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x08','\x0c','\x43','\x0e','\x0c','\x23','\x0c','\x0c','\x33','\x18','\x2e','\x33','\x18','\x2d','\x1b','\x30','\x2d','\x9b','\x20','\x6d','\x83','\x40','\x6c','\x03','\x06','\x4c','\xff','\xff','\xcc','\x0c','\x60','\xcc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x18','\x60','\x0c','\x18','\x62','\x0c','\x10','\x62','\x0c','\x30','\x62','\x0c','\x20','\x63','\x0c','\x40','\x7f','\x0c','\x80','\x3e','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x06','\x30','\x0c','\x7f','\x3f','\xfe','\x00','\x66','\x0c','\x00','\x46','\x08','\x00','\x86','\x10','\x00','\x0d','\x00','\x07','\x0c','\xc0','\xfc','\x18','\x70','\x70','\x30','\x3f','\x40','\xc0','\x1e','\x03','\x00','\x06','\x00','\x20','\x00','\x00','\x18','\x00','\x01','\xcc','\x30','\x11','\x86','\x0c','\x11','\x86','\x06','\x21','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x2c','\x03','\x00','\x2c','\x03','\x00','\x2e','\x03','\x00','\x6d','\x03','\x06','\x6d','\xff','\xff','\x4d','\x80','\x00','\xcc','\x00','\x30','\xcc','\x00','\x32','\x0c','\xff','\xff','\x0c','\x00','\x30','\x0c','\x20','\x30','\x0c','\x18','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x24','\x0c','\x2c','\x3f','\xfe','\x2e','\x32','\x4c','\x2d','\x32','\x4c','\x6d','\xb2','\x4c','\x6d','\xb2','\x4c','\x4c','\x32','\x4c','\xcc','\x32','\x4c','\xcc','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x2c','\x60','\x06','\x2c','\x40','\x06','\x2e','\xa1','\x86','\x6d','\x3f','\xc6','\x6d','\xb1','\x86','\x4d','\xb1','\x86','\xcc','\x31','\x86','\xcc','\x3f','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x3f','\x86','\x0c','\x31','\x8e','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x0e','\x00','\x0c','\x0c','\x00','\x7e','\x0c','\x03','\xf0','\x0c','\x3d','\x80','\x0c','\x01','\x80','\x2c','\x01','\x80','\x2e','\x01','\x80','\x2d','\x81','\x86','\x6c','\xff','\xff','\x6c','\xc1','\x80','\x4c','\x01','\x80','\xcc','\x01','\x80','\xcc','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0e','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x66','\x2c','\x6f','\xf6','\x2e','\x60','\x06','\x2d','\x60','\x06','\x6d','\xe0','\x06','\x6d','\xe4','\x66','\x4c','\x67','\xf6','\xcc','\x66','\x66','\xcc','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x67','\xe6','\x0c','\x66','\x66','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x3e','\x0c','\x60','\x0c','\x02','\x00','\x80','\x01','\x80','\xe0','\x00','\xc1','\xc0','\x00','\xc1','\x00','\x00','\x02','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x30','\x11','\xcc','\x0c','\x11','\x86','\x06','\x21','\x86','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x2c','\x3f','\xfc','\x2e','\x30','\x0c','\x2d','\x00','\x00','\x6d','\xa0','\x0c','\x6d','\xbf','\xfe','\x4c','\x30','\x0c','\xcc','\x30','\x0c','\xcc','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x7c','\x0c','\x30','\x18','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x2c','\x30','\x0c','\x2e','\x30','\x0c','\x2d','\x30','\x0c','\x6d','\xbf','\xfc','\x6d','\x80','\x00','\x4c','\x00','\x00','\xcc','\x00','\x0c','\xcc','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x2c','\x3f','\xf8','\x2e','\x30','\x18','\x2d','\x30','\x18','\x6d','\xb0','\x18','\x6d','\xbf','\xf8','\x4c','\x30','\x18','\xcc','\x30','\x18','\xcc','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x0c','\x10','\x40','\x0c','\x1c','\x30','\x0c','\x38','\x18','\x0c','\x60','\x1c','\x0c','\x80','\x0c','\x0e','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x61','\xc6','\x2c','\x61','\x86','\x2e','\x61','\x86','\x2d','\x6f','\xf6','\x6d','\xe1','\x86','\x6d','\xe1','\x86','\x4c','\x63','\xc6','\xcc','\x63','\xa6','\xcc','\x63','\xa6','\x0c','\x65','\xb6','\x0c','\x65','\x96','\x0c','\x69','\x96','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x7f','\xfe','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x03','\x00','\x2c','\x03','\x00','\x2e','\x43','\x0c','\x2d','\x7f','\xfe','\x6d','\x63','\x0c','\x6d','\x63','\x0c','\x4c','\x63','\x0c','\xcc','\x63','\x0c','\xcc','\x7f','\xfc','\x0c','\x67','\x4c','\x0c','\x07','\x40','\x0c','\x0f','\x20','\x0c','\x0b','\x20','\x0c','\x1b','\x30','\x0c','\x13','\x18','\x0c','\x33','\x1f','\x0c','\x63','\x0e','\x0d','\x83','\x06','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0e','\x01','\xc4','\x0c','\x41','\x87','\x0c','\x31','\x86','\x0c','\x19','\x8c','\x0c','\x19','\x88','\x2c','\x01','\x90','\x2e','\x11','\x8c','\x2d','\x9f','\xfe','\x6c','\xd8','\x0c','\x6c','\xd8','\x0c','\x4c','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0c','\x18','\x18','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x04','\x18','\x0c','\x08','\x0c','\x2c','\x7f','\xf6','\x2e','\x3c','\x06','\x2d','\x10','\x70','\x6d','\x9c','\x60','\x6d','\x98','\x60','\x4c','\x34','\x7f','\xcc','\x67','\x3f','\xcc','\x86','\x00','\x0c','\x0c','\x18','\x0c','\x0f','\xfc','\x0c','\x18','\x30','\x0c','\x24','\x60','\x0c','\xc2','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x0c','\x30','\x1e','\x0c','\xc0','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0e','\x01','\x80','\x2d','\x21','\x80','\x2d','\xa1','\x86','\x2d','\xbf','\xff','\x6c','\x60','\x06','\x6c','\x60','\x04','\x4c','\x60','\x18','\xcc','\x1f','\xfc','\xcc','\x00','\x30','\x0c','\x00','\x20','\x0c','\x01','\x40','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x60','\x0c','\x0f','\xf0','\x0c','\x18','\x60','\x2c','\x10','\xc0','\x2e','\x20','\x80','\x2d','\x41','\x0c','\x6d','\xbf','\xfe','\x6d','\xb1','\x8c','\x4c','\x31','\x8c','\xcc','\x31','\x8c','\xcc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x30','\xcc','\x0c','\x08','\xc0','\x0c','\x0e','\xc0','\x0c','\x0c','\xc0','\x0c','\x1c','\xc2','\x0c','\x18','\xc2','\x0c','\x30','\xc3','\x0c','\x60','\xff','\x0d','\x80','\x7e','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x2c','\x1f','\xf8','\x2e','\x00','\x00','\x2d','\x20','\x0c','\x6d','\xbf','\xfe','\x6d','\xb1','\x8c','\x4c','\x31','\x8c','\xcc','\x31','\x8c','\xcc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x03','\x0c','\x3f','\xff','\x0c','\x1f','\xfe','\x0e','\x06','\x07','\x0c','\x1f','\x06','\x0c','\xf8','\x66','\x0c','\x18','\x66','\x0c','\x18','\x66','\x2e','\x18','\x66','\x2d','\x1b','\x66','\x2d','\xff','\xe6','\x6d','\x98','\x66','\x6c','\x18','\x66','\x4c','\x3c','\x66','\xcc','\x3a','\x66','\xcc','\x3b','\x66','\x0c','\x7b','\x66','\x0c','\x58','\x66','\x0c','\x58','\x66','\x0c','\xd8','\x66','\x0c','\x98','\x66','\x0d','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x3e','\x0c','\x18','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x08','\x18','\x2c','\x08','\x38','\x2e','\x04','\x30','\x2d','\x86','\x60','\x6c','\xc3','\xc0','\x6c','\xc1','\x80','\x4c','\x03','\xe0','\xcc','\x06','\x7f','\xcc','\x18','\x1e','\x0c','\xe0','\x06','\x0c','\x00','\x00','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xc3','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xc3','\xf8','\x18','\xc3','\x18','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x10','\x00','\x11','\xcc','\x10','\x11','\x86','\x0c','\x21','\x86','\x47','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x00','\x30','\x0c','\x01','\xf8','\x0c','\x3f','\xc0','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x2e','\xff','\xfe','\x2d','\x07','\x40','\x2d','\x8f','\x20','\x6d','\x9b','\x30','\x6c','\x33','\x1c','\x4c','\x63','\x0f','\xcd','\x80','\x06','\xcc','\x00','\x30','\x0c','\x3f','\xf8','\x0c','\x00','\x60','\x0c','\x02','\xc0','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xfc','\x1f','\x80','\x0c','\x00','\x10','\x00','\x01','\xcc','\x10','\x09','\x86','\x0c','\x11','\x86','\x46','\x71','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x02','\x10','\x0c','\x43','\x9c','\x0c','\x23','\x18','\x0c','\x33','\x30','\x0c','\x33','\x40','\x2e','\x03','\x0c','\x2d','\x7f','\xfe','\x2d','\x86','\x80','\x6d','\x86','\x80','\x6c','\x0c','\x46','\x4c','\xff','\xff','\xcc','\x08','\x20','\xcc','\x18','\x30','\x0c','\x10','\x18','\x0c','\x3f','\xff','\x0c','\x40','\x6e','\x0d','\x80','\x66','\x0c','\x10','\x60','\x0c','\x1f','\xe0','\x0c','\x18','\x08','\x0c','\x18','\x08','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x0f','\xf8','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x2c','\x10','\x20','\x2e','\x1c','\x38','\x2d','\x18','\x30','\x6d','\x98','\x30','\x6d','\xb4','\x28','\x4c','\x26','\x64','\xcc','\x42','\x46','\xcc','\x80','\x86','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x30','\x0c','\x7f','\xf8','\x2c','\x06','\x30','\x2e','\x06','\x32','\x2d','\x04','\x32','\x6d','\x8c','\x33','\x6d','\x88','\x3f','\x4c','\x10','\x1e','\xcc','\x60','\x00','\xcc','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x03','\x00','\x2e','\x03','\x00','\x2d','\x3f','\xf8','\x2d','\x83','\x18','\x6d','\x83','\x1a','\x6c','\x7f','\xff','\x4c','\x03','\x18','\xcc','\x03','\x18','\xcc','\x3f','\xf8','\x0c','\x04','\x00','\x0c','\x06','\x06','\x0c','\xff','\xff','\x0c','\x0c','\x30','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x36','\xc0','\x0c','\x31','\xe0','\x0c','\x03','\x38','\x0c','\x0c','\x1c','\x0c','\x70','\x0c','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x31','\xc6','\x0c','\x31','\x86','\x2c','\x31','\x86','\x2e','\x37','\xf6','\x2d','\x31','\x86','\x6d','\xb1','\x86','\x6d','\xb1','\x86','\x4c','\x37','\xf6','\xcc','\x30','\x06','\xcc','\x30','\x06','\x0c','\x32','\x26','\x0c','\x33','\xf6','\x0c','\x32','\x26','\x0c','\x32','\x26','\x0c','\x32','\x26','\x0c','\x63','\xe6','\x0c','\x62','\x26','\x0c','\x40','\x06','\x0c','\xc0','\x06','\x0c','\x80','\x3e','\x0d','\x00','\x0c','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x30','\x2c','\x1f','\xf8','\x2e','\x18','\x00','\x2d','\x18','\x00','\x6d','\x98','\x30','\x6d','\x9f','\xf8','\x4c','\x18','\x00','\xcc','\x18','\x00','\xcc','\x18','\x06','\x0d','\xff','\xff','\x0c','\x19','\x08','\x0c','\x19','\x0c','\x0c','\x18','\x88','\x0c','\x18','\x90','\x0c','\x18','\x40','\x0c','\x18','\x60','\x0c','\x1b','\x30','\x0c','\xfc','\x3e','\x0c','\x70','\x1c','\x0c','\x40','\x0c','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x34','\x26','\x0c','\x32','\x36','\x2c','\x33','\x66','\x2e','\x30','\x46','\x2d','\x30','\x86','\x6d','\xbf','\xfe','\x6d','\xb1','\x86','\x4c','\x31','\x86','\xcc','\x31','\x86','\xcc','\x3f','\xfe','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\xf6','\x0c','\x31','\xf6','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x00','\x00','\x0c','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x2c','\x18','\x18','\x2e','\x1f','\xf8','\x2d','\x18','\x18','\x6d','\x98','\x18','\x6d','\x98','\x18','\x4c','\x1f','\xf8','\xcc','\x18','\x18','\xcc','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x46','\x46','\x0c','\x7f','\x7f','\x0c','\x46','\x46','\x0c','\x46','\x46','\x0c','\x46','\x46','\x2c','\x46','\x46','\x2e','\x7e','\x7e','\x2d','\x00','\x00','\x6d','\x80','\x00','\x6d','\x80','\x18','\x4c','\x3f','\xfc','\xcc','\x00','\x00','\xcc','\x00','\x06','\x0c','\xff','\xff','\x0c','\x0c','\x00','\x0c','\x0c','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x00','\x18','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x00','\x70','\x0c','\x03','\xe0','\x0c','\x00','\xc0','\x08','\x00','\x00','\x0e','\x30','\x0c','\x1c','\x1b','\xfe','\x18','\x18','\x00','\x30','\xc0','\x00','\x64','\x60','\x06','\x87','\x63','\xff','\x0e','\x08','\x30','\x1c','\x18','\x30','\x3c','\x30','\x30','\x6c','\xe0','\x30','\x8c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x70','\x30','\x0c','\x31','\xf0','\x0c','\x00','\x60','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x23','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x2c','\x30','\x0c','\x2e','\x3f','\xfc','\x2d','\x30','\x0c','\x6d','\xb0','\x0c','\x6d','\xb0','\x0c','\x4c','\x3f','\xfc','\xcc','\x00','\x00','\xcc','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x38','\x00','\x00','\x30','\x30','\x1f','\xff','\xf8','\x00','\x60','\x00','\x0f','\xff','\xf0','\x00','\xc2','\x00','\x01','\x81','\x0c','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x06','\x00','\x60','\x0d','\xff','\xb8','\x31','\x81','\x9f','\xc1','\x81','\x86','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x00','\x20','\x10','\x13','\x98','\x0c','\x13','\x0c','\x46','\x23','\x0c','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x0c','\x70','\x0c','\x3e','\x60','\x0d','\xf0','\x60','\x0c','\x30','\x60','\x0c','\x30','\x64','\x2e','\x31','\x67','\x2d','\x31','\x66','\x2d','\xff','\x66','\x6d','\xb1','\x64','\x6c','\x33','\x68','\x4c','\x33','\x60','\xcc','\x78','\x60','\xcc','\x74','\x60','\x0c','\x76','\x50','\x0c','\x76','\x50','\x0c','\xf0','\xd0','\x0c','\xb0','\xd0','\x0c','\xb0','\xd8','\x0d','\x30','\x88','\x0c','\x31','\x88','\x0c','\x31','\x0c','\x0c','\x33','\x0f','\x0c','\x32','\x06','\x0c','\x34','\x06','\x0e','\x01','\xc0','\x0c','\x39','\x87','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x2c','\x31','\x86','\x2e','\x3f','\xfe','\x2d','\x30','\x06','\x6d','\x80','\x00','\x6d','\x80','\x06','\x4c','\x7f','\xff','\xcc','\x01','\x80','\xcc','\x01','\x00','\x0c','\x22','\x06','\x0c','\x3f','\xff','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x5e','\x0c','\x30','\x0c','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x2c','\x18','\x18','\x2e','\x18','\x18','\x2d','\x18','\x18','\x6d','\x9f','\xf8','\x6d','\x80','\x00','\x4c','\x21','\xc0','\xcc','\x39','\x80','\xcc','\x31','\x8c','\x0c','\x3f','\xfe','\x0c','\x61','\x80','\x0c','\x41','\x80','\x0c','\x81','\x98','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x2c','\x60','\x04','\x2e','\x00','\x18','\x2d','\x3f','\xfc','\x6d','\x80','\x00','\x6d','\x80','\x00','\x4c','\x10','\x18','\xcc','\x1f','\xfc','\xcc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x0c','\x0c','\x3f','\xfe','\x2c','\x26','\x6c','\x2e','\x44','\x4c','\x2d','\x1c','\xcc','\x6d','\x8e','\x8c','\x6d','\x93','\x8c','\x4c','\x21','\xcc','\xcc','\x42','\xdc','\xcc','\x04','\x18','\x0c','\x08','\xf8','\x0c','\x00','\x30','\x0c','\x02','\x00','\x0c','\x01','\x80','\x0c','\x0e','\xc8','\x0c','\x4c','\xc6','\x0c','\x4c','\x13','\x0c','\xcc','\x13','\x0d','\x8c','\x18','\x0d','\x8f','\xf8','\x0c','\x07','\xf0','\x1c','\x00','\x07','\x18','\x86','\x06','\x18','\xff','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x5c','\xc6','\x66','\x5a','\xfe','\x66','\x5a','\xc6','\x66','\x5a','\xc6','\x66','\xd8','\xc6','\x66','\xd8','\xc6','\x66','\xd8','\xfe','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xfe','\x66','\x18','\x00','\x06','\x18','\x84','\x06','\x18','\xe2','\x06','\x18','\xc3','\x06','\x19','\x81','\xbe','\x1a','\x01','\x8c','\x0e','\x10','\x84','\x0c','\x1c','\xe7','\x0c','\x18','\xc6','\x0c','\x31','\x8c','\x0c','\x21','\x08','\x2c','\x42','\x10','\x2e','\x21','\x08','\x2d','\x31','\x8c','\x6d','\x98','\xc6','\x6d','\x98','\xc6','\x4c','\x04','\x00','\xcc','\x46','\x06','\xcc','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x46','\x0c','\x64','\x66','\x0c','\x62','\xc6','\x0c','\x61','\x86','\x0c','\x61','\xc6','\x0c','\x62','\x66','\x0c','\x6c','\x66','\x0c','\x60','\x06','\x0c','\x7f','\xfe','\x0c','\x60','\x06','\x20','\x61','\x00','\x3f','\xf1','\xc0','\x30','\x61','\x80','\x30','\x61','\x8c','\x30','\x63','\xfe','\x3f','\xe2','\x18','\x33','\x05','\x18','\x33','\x01','\x30','\x3f','\xf0','\xb0','\x31','\x00','\xe0','\x31','\x80','\x40','\x30','\x90','\xe0','\x30','\xd8','\xb8','\xfc','\x79','\x1f','\x70','\x36','\x06','\x40','\x00','\x00','\x00','\x10','\x00','\x11','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x20','\x00','\x0c','\x38','\x00','\x0c','\x30','\x06','\x0c','\x7f','\xff','\x0c','\x40','\x00','\x2c','\x80','\x00','\x2e','\x1f','\xf8','\x2d','\x18','\x18','\x6d','\x98','\x18','\x6d','\x9f','\xf8','\x4c','\x18','\x18','\xcc','\x18','\x18','\xcc','\x1f','\xf8','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x0f','\xf8','\x0c','\x18','\x30','\x0c','\x34','\x60','\x0c','\xc2','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xe0','\x0c','\x06','\x7f','\x0c','\x18','\x1e','\x0c','\xe0','\x06','\x00','\xc2','\x30','\x23','\xe3','\xf8','\x3e','\x03','\x30','\x30','\x03','\x30','\x3f','\xe3','\x30','\x30','\x26','\x3e','\x3f','\xe4','\x1e','\x30','\x28','\x00','\x3f','\xe7','\xfc','\x30','\x01','\x0c','\x30','\x61','\x98','\x3f','\xf0','\xb0','\x20','\x60','\xe0','\x60','\xe1','\xb8','\x47','\xc3','\x1f','\x81','\x8c','\x06','\x00','\x00','\x00','\x03','\xa0','\x10','\x13','\x18','\x0c','\x33','\x0c','\x46','\x63','\x0c','\x43','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x1c','\x40','\x00','\x18','\x70','\x00','\x18','\x60','\x06','\x18','\x7f','\xff','\x18','\xc0','\x00','\x18','\x80','\x30','\x5d','\x3f','\xf8','\x5a','\x00','\x00','\x5b','\x00','\x30','\x5b','\x7f','\xf8','\xd8','\x00','\x30','\xd8','\x9d','\x30','\xd8','\x59','\x30','\x18','\x5a','\x30','\x18','\x18','\x30','\x19','\xff','\xb0','\x18','\x38','\x32','\x18','\x7c','\x32','\x18','\x5a','\x12','\x18','\xdb','\x1a','\x18','\x99','\x9a','\x19','\x19','\x8f','\x18','\x18','\x0f','\x18','\x00','\x06','\x0e','\x02','\x30','\x0c','\x03','\xf8','\x0c','\x63','\x30','\xff','\xf3','\x30','\x0c','\x03','\x30','\x0c','\xc6','\x3e','\x7f','\xe4','\x1e','\x00','\x08','\x00','\x40','\xc7','\xfc','\x7f','\xe1','\x0c','\xc0','\xc1','\x98','\xc0','\x80','\xb0','\x00','\x00','\xe0','\x7f','\xc1','\xb8','\x00','\x03','\x1f','\x00','\x0c','\x06','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x33','\x0c','\x46','\x63','\x00','\x43','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x46','\x0c','\x0c','\x7f','\xfe','\x0c','\x63','\x0c','\x2c','\x63','\x0c','\x2e','\x63','\x0c','\x2d','\x7f','\xfc','\x6d','\xe3','\x0c','\x6d','\xe3','\x0c','\x4c','\x63','\x0c','\xcc','\x7f','\xfc','\xcc','\x01','\x90','\x0c','\x11','\x98','\x0c','\x1d','\x90','\x0c','\x19','\xa4','\x0c','\x19','\xa4','\x0c','\x31','\xfe','\x0c','\x31','\xb2','\x0c','\x21','\x80','\x0c','\x61','\x82','\x0c','\x41','\x83','\x0c','\x81','\xff','\x0d','\x00','\xfe','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x40','\x0c','\xff','\xfe','\x2c','\x04','\x80','\x2c','\x04','\x8c','\x2e','\x7f','\xfe','\x6d','\x04','\x8c','\x6d','\x84','\x8c','\x4d','\xff','\xff','\xcd','\x84','\x8c','\xcc','\x04','\x8c','\x0c','\x7f','\xfc','\x0c','\x04','\x8c','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x1c','\xa0','\x0c','\x14','\xb0','\x0c','\x34','\x98','\x0c','\x24','\x9f','\x0c','\x44','\x8e','\x0d','\x84','\x86','\x0c','\x04','\x80','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x06','\x00','\x18','\x04','\x00','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x30','\xff','\xf0','\x31','\x06','\x00','\x21','\xc6','\x60','\x63','\x86','\x1c','\x46','\x3e','\x0e','\x88','\x0c','\x06','\x00','\x00','\x00','\x01','\xd0','\x10','\x11','\x8c','\x0c','\x31','\x86','\x46','\x61','\x86','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x38','\x30','\x0c','\x31','\xf8','\x0c','\x3f','\x80','\x0c','\x30','\x04','\x0c','\x30','\x06','\x2e','\x3f','\xfe','\x2d','\x1f','\xfc','\x2d','\x80','\x00','\x6d','\x87','\xf8','\x6c','\x64','\x08','\x4c','\x64','\x08','\xcc','\x67','\xf8','\xcc','\x64','\x08','\x0c','\x64','\x08','\x0c','\x67','\xf8','\x0c','\x64','\x08','\x0c','\x64','\x08','\x0c','\x67','\xf8','\x0c','\x60','\x06','\x0c','\x7f','\xff','\x0c','\x08','\x00','\x0c','\x1e','\x38','\x0c','\x38','\x0e','\x0c','\xc0','\x06','\x20','\x41','\x0c','\x18','\x71','\xfe','\x0c','\x61','\x8c','\x0c','\x81','\x8c','\xff','\xfd','\x8c','\x03','\x01','\xfc','\x03','\x01','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x31','\xfc','\x3f','\xf1','\x8c','\x33','\x31','\x0c','\x03','\x03','\x0c','\x06','\x02','\x7c','\x0c','\x04','\x18','\x30','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0e','\x0c','\x30','\x2d','\x08','\x1c','\x2d','\x97','\xef','\x2d','\xa0','\x06','\x6c','\x50','\x18','\x6c','\x1f','\xfc','\x4c','\x18','\x18','\xcc','\x18','\x18','\xcc','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x30','\x00','\x0c','\x30','\x0c','\x0c','\x2f','\xfe','\x0c','\x6c','\x0c','\x0c','\x4c','\x0c','\x0c','\x8c','\x0c','\x0d','\x0f','\xfc','\x0c','\x0c','\x0c','\x0e','\x01','\xd0','\x0c','\x01','\x98','\x0c','\x01','\x8a','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x2c','\x21','\x8c','\x2e','\x3f','\xfe','\x2d','\x31','\x8c','\x6d','\xb1','\x8c','\x6d','\xbf','\xfc','\x4c','\x31','\x8c','\xcc','\x31','\x8c','\xcc','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x00','\x00','\x0c','\x00','\x36','\x0c','\x7f','\xff','\x0c','\x00','\x30','\x0c','\x10','\x30','\x0c','\x0c','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\xf0','\x0c','\x00','\x60','\x20','\x00','\x18','\x18','\xff','\xfc','\x0c','\x00','\x30','\x0c','\x08','\x60','\x80','\x06','\x80','\x60','\x83','\x0c','\x30','\xff','\xfe','\x32','\xc3','\x0c','\x04','\xc3','\x0c','\x08','\xff','\xfc','\x18','\xc3','\x0c','\xf0','\xc3','\x0c','\x70','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x38','\xc3','\x3c','\x18','\xc3','\x18','\x00','\x10','\x00','\x11','\xcc','\x08','\x11','\x86','\x46','\x31','\x86','\x43','\x61','\x80','\x63','\xe1','\xff','\xe0','\xc0','\xff','\xc0','\x0e','\x00','\x06','\x0d','\xff','\xff','\x0c','\x04','\x80','\x0c','\x04','\x80','\x0c','\x44','\x8c','\x2c','\x7f','\xfe','\x2e','\x64','\x8c','\x2d','\x64','\x8c','\x6d','\x64','\x8c','\x6d','\x64','\x8c','\x4c','\x7f','\xfc','\xcc','\x63','\x0c','\xcc','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x0f','\x40','\x0c','\x0f','\x20','\x0c','\x1b','\x30','\x0c','\x1b','\x18','\x0c','\x33','\x1c','\x0c','\x63','\x0f','\x0d','\x83','\x06','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1c','\x84','\x00','\x18','\xfe','\x0c','\x18','\xc9','\xfe','\x18','\xc8','\x8c','\x18','\xc8','\x8c','\x18','\xfe','\x88','\x5c','\xc2','\x58','\x5a','\xc2','\x50','\x5b','\xc2','\x70','\x5b','\xfe','\x20','\xd8','\xc8','\x70','\xd8','\xc8','\x58','\xd8','\xc8','\xcc','\x18','\xfe','\x8f','\x18','\xc1','\x06','\x18','\x00','\x00','\x18','\x03','\x80','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x41','\x86','\x0c','\x7f','\xff','\x0c','\x41','\x80','\x2c','\x41','\x80','\x2e','\x5f','\xf8','\x2d','\x41','\x88','\x6d','\x41','\x8a','\x6d','\x7f','\xff','\x4c','\x41','\x88','\xcc','\x41','\x88','\xcc','\x5f','\xf8','\x0c','\x41','\x80','\x0c','\x51','\x84','\x0c','\x4d','\xc7','\x0c','\x4d','\xc6','\x0c','\x41','\xa8','\x0c','\x43','\xb0','\x0c','\xcd','\x98','\x0c','\xb9','\x9f','\x0c','\x99','\x8e','\x0d','\x17','\x86','\x0c','\x03','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x08','\x18','\x0c','\x7f','\xec','\x2e','\x3c','\x0c','\x2d','\x00','\x00','\x2d','\x63','\x0c','\x6c','\x43','\x08','\x6c','\x96','\x92','\x4d','\xf6','\x5f','\xcc','\x8c','\x31','\xcc','\x19','\x18','\x0c','\x33','\x8f','\x0c','\x67','\x06','\x0d','\x8c','\x40','\x0c','\x18','\xe0','\x0c','\x61','\xc4','\x0c','\x07','\x0e','\x0c','\x18','\x1c','\x0c','\x00','\x70','\x0c','\x01','\xc0','\x0c','\x0e','\x00','\x0c','\x70','\x00','\x03','\x80','\x0c','\x03','\x1a','\x3e','\xff','\xff','\xe0','\x03','\x03','\x00','\x3f','\xf3','\x00','\x23','\x13','\x06','\x23','\x13','\xff','\x3f','\xf3','\x18','\x23','\x13','\x18','\x23','\x13','\x18','\x3f','\xf3','\x18','\x03','\x02','\x18','\xff','\xfe','\x18','\x03','\x04','\x18','\x03','\x18','\x18','\x00','\x00','\x00','\x00','\x10','\x00','\x11','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x38','\x06','\x18','\x30','\x4f','\x18','\x30','\x78','\x1b','\xff','\x40','\x18','\x30','\x40','\x18','\x30','\x40','\x59','\xfe','\x40','\x5d','\x32','\x46','\x5b','\x32','\x7f','\x5b','\x32','\x4c','\xd9','\xfe','\x4c','\xd9','\x32','\x4c','\xd9','\x32','\x4c','\x19','\x32','\x4c','\x19','\xfe','\x4c','\x18','\x30','\x4c','\x18','\x30','\xcc','\x18','\x30','\x8c','\x1b','\xfe','\x8c','\x18','\x30','\x8c','\x18','\x31','\x0c','\x18','\x31','\x0c','\x18','\x32','\x0c','\x18','\x30','\x0c','\x04','\x20','\x10','\x07','\x18','\x1c','\x0e','\x0c','\x38','\x1c','\x0c','\x20','\x30','\x00','\x46','\x64','\xff','\xff','\x87','\x01','\x80','\x0e','\x21','\x80','\x1c','\x39','\x8c','\x3c','\x31','\xfe','\x6c','\x31','\x80','\x8c','\x29','\x80','\x0c','\x65','\x80','\x0c','\x43','\xc0','\x0c','\x80','\xff','\x0d','\x00','\x3e','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x06','\x0c','\xff','\xff','\x0c','\x03','\x06','\x0c','\x23','\x46','\x0c','\x33','\x66','\x2e','\x13','\x26','\x2d','\x07','\x0e','\x2d','\x8b','\x16','\x6d','\x9b','\x36','\x6c','\x73','\xe6','\x4c','\x23','\x46','\xcc','\x04','\x00','\xcc','\x07','\x00','\x0c','\x26','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x0c','\x0c','\x1f','\xfe','\x0c','\x30','\x00','\x2c','\x2f','\xf0','\x2e','\x4c','\x30','\x2d','\x0c','\x30','\x6d','\x8f','\xf0','\x6d','\x8c','\x30','\x4c','\x0c','\x30','\xcc','\x0f','\xf0','\xcc','\x00','\x06','\x0c','\xff','\xff','\x0c','\x18','\x00','\x0c','\x10','\x0c','\x0c','\x3f','\xfe','\x0c','\x24','\x8c','\x0c','\x4c','\x8c','\x0c','\x89','\x0c','\x0c','\x11','\x1c','\x0c','\x22','\x18','\x0c','\x04','\xf8','\x0c','\x00','\x30','\x0e','\x00','\x70','\x0c','\x82','\x60','\x0c','\x63','\x60','\x0c','\x33','\x6c','\x0c','\x37','\xfe','\x2e','\x04','\x60','\x2d','\x08','\x60','\x2d','\x80','\x66','\x6d','\x8f','\xff','\x6c','\x00','\x00','\x4c','\x30','\x00','\xcd','\xfa','\x0c','\xcc','\x33','\xfe','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\xfc','\x0c','\x33','\x0c','\x0c','\x30','\x00','\x0c','\x38','\x00','\x0d','\xe7','\xff','\x0c','\xc1','\xfe','\x0c','\x80','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x2c','\x3f','\xfe','\x2e','\x31','\x8c','\x2d','\x31','\x8c','\x6d','\xbf','\xfc','\x6d','\xb1','\x8c','\x4c','\x31','\x8c','\xcc','\x3f','\xfc','\xcc','\x01','\x88','\x0c','\x01','\x86','\x0c','\xff','\xfb','\x0c','\x3c','\x03','\x0c','\x00','\x30','\x0c','\xff','\xff','\x0c','\x10','\x30','\x0c','\x08','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x1c','\x06','\x30','\x18','\x3f','\x20','\x19','\xf0','\x20','\x18','\x10','\x20','\x18','\x10','\x20','\x19','\xff','\x26','\x5c','\x10','\xff','\x5a','\x10','\x26','\x5b','\xff','\x26','\x59','\x11','\x26','\xd9','\x11','\x26','\xd9','\xff','\x26','\xd9','\x11','\x26','\x19','\x11','\x26','\x19','\xff','\x26','\x18','\x10','\x26','\x18','\x10','\x26','\x19','\xff','\x66','\x18','\x10','\x46','\x18','\x10','\x4e','\x18','\x1f','\x4c','\x1b','\xf8','\x8c','\x19','\xc0','\xbc','\x19','\x01','\x18','\x20','\x00','\x18','\x3f','\xff','\xfc','\x30','\x00','\x00','\x30','\x61','\x80','\x33','\xff','\xf8','\x30','\x61','\x80','\x30','\x18','\x00','\x37','\xff','\xfc','\x30','\x30','\x00','\x30','\x60','\x00','\x30','\xff','\xe0','\x31','\xa0','\x20','\x36','\x20','\x20','\x30','\x3f','\xe0','\x30','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x00','\x06','\x0c','\xff','\xff','\x0c','\x02','\x40','\x0c','\x02','\x40','\x0c','\x22','\x4c','\x2c','\x3f','\xfe','\x2e','\x32','\x4c','\x2d','\x32','\x4c','\x6d','\xb2','\x4c','\x6d','\xb2','\x4c','\x4c','\x3f','\xfc','\xcc','\x30','\x0c','\xcc','\x00','\x00','\x0c','\x3f','\xfc','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x21','\x90','\x0c','\x39','\x88','\x0c','\x31','\x8c','\x0c','\x61','\x86','\x0c','\x8f','\x86','\x0c','\x03','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x83','\x06','\x18','\xff','\xff','\x18','\xc0','\x80','\x58','\xcf','\xf8','\x5c','\xc0','\x88','\x5a','\xc0','\x8a','\x5a','\xff','\xff','\xda','\xc0','\x88','\xd8','\xc0','\x88','\xd8','\xcf','\xf8','\x18','\xc0','\x80','\x18','\xdf','\xfc','\x18','\xd0','\x84','\x18','\xd0','\x84','\x18','\xdf','\xfc','\x18','\x90','\x84','\x18','\x90','\x84','\x19','\x9f','\xfc','\x19','\x10','\x84','\x19','\x10','\x84','\x1a','\x10','\x9c','\x18','\x10','\x8c','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x80','\x00','\x81','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x08','\x00','\x11','\xc6','\x08','\x11','\x82','\x46','\x21','\x80','\x63','\xe1','\xff','\xe3','\xc0','\xff','\xc0','\x07','\x00','\xe8','\x06','\x00','\xc4','\x06','\x30','\xc6','\xff','\xf8','\xc6','\x06','\x00','\xc0','\x36','\x60','\xc6','\x26','\x4f','\xff','\x56','\xb1','\xa0','\x56','\x11','\xa0','\x8f','\x01','\xb0','\x0e','\xc1','\x18','\x1e','\x63','\x1c','\x36','\x32','\x0f','\x66','\x34','\x0e','\x86','\x08','\x06','\x06','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\xc3','\x8e','\x07','\xe3','\x0c','\x7e','\x03','\x0c','\x06','\x03','\x0c','\x06','\x1f','\xff','\xff','\xf3','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x26','\x63','\xfc','\x3f','\xf3','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3f','\xe3','\xfc','\x30','\x63','\x0c','\x00','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x2c','\x18','\x18','\x2e','\x18','\x18','\x2d','\x1f','\xf8','\x6d','\x81','\x82','\x6d','\xff','\xff','\x4d','\x80','\x00','\xcc','\x10','\x18','\xcc','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x39','\x90','\x0c','\x31','\x8c','\x0c','\x61','\x86','\x0c','\x8f','\x86','\x0c','\x03','\x00','\x0e','\x08','\x40','\x0c','\x0e','\x70','\x0c','\x1c','\x60','\x0c','\x18','\xc0','\x0c','\x30','\x8c','\x2c','\x3f','\xfe','\x2c','\x70','\xc0','\x2e','\xb0','\xc0','\x6d','\x3f','\xfc','\x6d','\xb0','\xc0','\x4d','\xb0','\xc0','\xcc','\x30','\xc0','\xcc','\x3f','\xfc','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0c','\x00','\x00','\x0c','\x44','\x88','\x0c','\x44','\x46','\x0c','\xcc','\x63','\x0d','\x8c','\x63','\x0d','\x8c','\x63','\x0e','\x46','\x46','\x0c','\x7f','\x7f','\x0c','\x46','\x46','\x0c','\x46','\x46','\x0c','\x46','\x46','\x2c','\x7e','\x7e','\x2e','\x00','\x00','\x2d','\x3f','\xfc','\x6d','\xb1','\x8c','\x6d','\xb1','\x8c','\x4c','\x31','\x8c','\xcc','\x3f','\xfc','\xcc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x04','\x0e','\x70','\x07','\x0c','\x64','\x0e','\xff','\xfe','\x0c','\x0c','\x60','\x18','\x8c','\x62','\x18','\xff','\xff','\x38','\xc0','\x00','\x58','\xdf','\xfc','\x98','\xd0','\x84','\x18','\xd0','\x84','\x18','\xdf','\xfc','\x18','\x90','\x84','\x18','\x90','\x84','\x19','\x9f','\xfc','\x19','\x10','\x84','\x1a','\x10','\x9c','\x18','\x10','\x8c','\x00','\x00','\x00','\x11','\xcc','\x30','\x31','\x86','\x0c','\x61','\x86','\x46','\xe1','\x80','\x67','\xc1','\xff','\xe3','\x00','\xff','\xc0','\x00','\x40','\x30','\x40','\x7f','\xf8','\x30','\x61','\x00','\x18','\x61','\x00','\x18','\x7f','\xf0','\x00','\x61','\x00','\x02','\x61','\x00','\x04','\x7f','\xf0','\x0c','\x61','\x00','\x18','\x61','\x0c','\xf8','\x7f','\xfe','\x70','\x80','\x0c','\x30','\xa4','\x8c','\x31','\x92','\x4c','\x3b','\x12','\x18','\x1b','\x00','\xf8','\x00','\x10','\x30','\x01','\xcc','\x00','\x11','\x86','\x10','\x31','\x86','\x4e','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x84','\x46','\x18','\xfe','\x7f','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xfc','\x7e','\x58','\xc4','\x46','\x5c','\xc4','\x46','\x5a','\xfc','\x7e','\x5b','\xc0','\x06','\xdb','\xc3','\x86','\xd8','\xc3','\x06','\xd8','\xdf','\xf6','\x18','\xc0','\xc6','\x18','\xc0','\xc6','\x18','\xc9','\x86','\x18','\xc5','\x86','\x18','\xc3','\x06','\x18','\xc2','\x86','\x18','\xc4','\xc6','\x18','\xc8','\x66','\x18','\xd0','\x66','\x18','\xc0','\x06','\x18','\xc0','\x3e','\x18','\xc0','\x0c','\x1c','\x10','\x00','\x18','\x1c','\x00','\x18','\x18','\x00','\x18','\x30','\x00','\x1c','\x20','\x0c','\x5a','\x7f','\xfe','\x5a','\x64','\x90','\x58','\xa4','\x90','\x58','\x24','\x90','\xd8','\x24','\x96','\xd9','\xff','\xff','\xd8','\x24','\x90','\x18','\x24','\x90','\x18','\x24','\x90','\x18','\x24','\x90','\x18','\x24','\x96','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x44','\x88','\x18','\x44','\x46','\x18','\xcc','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x2c','\x3f','\xfc','\x2e','\x01','\x80','\x2d','\x01','\x84','\x6d','\xbf','\xfe','\x6d','\x81','\x80','\x4c','\x01','\x82','\xcc','\x7f','\xff','\xcc','\x08','\x10','\x0c','\x04','\x10','\x0c','\x04','\x22','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x84','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x46','\x0c','\x0c','\x7f','\xfe','\x0c','\x60','\x0c','\x2c','\x69','\xac','\x2e','\x65','\x2c','\x2d','\x65','\x4c','\x6d','\x61','\x0c','\x6d','\x6f','\xec','\x4c','\x63','\x0c','\xcc','\x67','\x8c','\xcc','\x65','\x6c','\x0c','\x69','\x2c','\x0c','\x61','\x0c','\x0c','\x60','\x0c','\x0c','\x63','\x0c','\x0d','\xff','\xff','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0c','\x0c','\x70','\x0c','\x18','\x3e','\x0c','\x30','\x1c','\x0c','\xc0','\x0c','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x84','\x20','\x30','\xe6','\x30','\x30','\xcc','\x44','\x31','\x8f','\xfe','\x31','\x9c','\x40','\x33','\xaf','\xfc','\x35','\x8c','\x40','\x39','\x8c','\x40','\x31','\x8f','\xfc','\x31','\x8c','\x40','\x31','\x8c','\x42','\x31','\x8f','\xff','\x31','\x8c','\x00','\x20','\x00','\x00','\x20','\x76','\x10','\x62','\x63','\x0c','\x62','\x63','\x26','\x46','\x60','\x27','\x4e','\x60','\x33','\x8c','\x7f','\xf0','\x00','\x3f','\xe0','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x58','\x7f','\xfc','\x5c','\x44','\x44','\x5a','\x44','\x44','\x5b','\x44','\x44','\xdb','\x7f','\xfc','\xd8','\x03','\x00','\xd8','\xf3','\x3c','\x18','\x03','\x00','\x19','\xf3','\x3e','\x18','\x07','\x00','\x18','\x0e','\x84','\x18','\x1c','\x8e','\x18','\x38','\x58','\x18','\xd8','\x60','\x1b','\x18','\x30','\x18','\x18','\x38','\x18','\xff','\x1f','\x18','\x78','\x0e','\x18','\x40','\x06','\x1c','\x40','\x00','\x18','\x66','\x06','\x18','\x7f','\xff','\x18','\xc6','\x66','\x18','\x8c','\x66','\x59','\x08','\x66','\x5c','\x90','\x46','\x5a','\xfe','\xc6','\x5a','\x92','\x9e','\xda','\x93','\x0c','\xd8','\x92','\x00','\xd8','\xfe','\x1c','\x18','\x92','\x98','\x18','\x92','\xda','\x18','\x92','\xff','\x18','\xfe','\x98','\x18','\x83','\x18','\x18','\x82','\x1a','\x18','\x82','\xff','\x18','\x82','\x18','\x19','\x82','\x18','\x19','\x02','\x18','\x19','\x1e','\x18','\x1a','\x06','\x18','\x1c','\xe0','\xe0','\x18','\xc0','\xc0','\xff','\xf8','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x7f','\xf7','\xff','\x42','\x10','\xc6','\x42','\x10','\xc6','\x7f','\xf0','\xc6','\x02','\x00','\x86','\x7f','\xf1','\x86','\x02','\x01','\x8e','\x3f','\xe1','\x0c','\x02','\x03','\x0c','\xff','\xf2','\x7c','\x7c','\x04','\x18','\x40','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x08','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x2c','\x0f','\xf0','\x2e','\x00','\x00','\x2d','\x00','\x00','\x6d','\xbe','\x7c','\x6d','\xa2','\x44','\x4c','\x22','\x44','\xcc','\x22','\x44','\xcc','\x3e','\x7c','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x03','\x80','\x0c','\x07','\xc0','\x0c','\x05','\xa0','\x0c','\x0d','\xb8','\x0c','\x19','\x9f','\x0c','\x31','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x08','\x00','\x0c','\x0c','\x60','\x0c','\x1f','\xf0','\x0c','\x18','\xc0','\x0c','\x30','\x86','\x2c','\x7f','\xff','\x2e','\xe6','\x60','\x2d','\x66','\x60','\x6d','\x6c','\x7e','\x6d','\x68','\x3e','\x4c','\x70','\x00','\xcc','\x67','\xf8','\xcc','\x60','\x00','\x0c','\x7f','\xff','\x0c','\x60','\x00','\x0c','\x67','\xf8','\x0c','\x60','\x00','\x0c','\x67','\xf8','\x0c','\x40','\x00','\x0c','\xcf','\xfc','\x0c','\x8c','\x0c','\x0c','\x8c','\x0c','\x0d','\x0f','\xfc','\x0c','\x0c','\x0c','\x1c','\x06','\x38','\x18','\xff','\x30','\x18','\x04','\x30','\x18','\x48','\x30','\x18','\x30','\x34','\xff','\x12','\xfe','\x18','\xff','\x30','\x18','\x2b','\x38','\x3c','\x2a','\x78','\x3a','\x68','\x74','\x3a','\x48','\x74','\x58','\x48','\xb6','\x58','\xc8','\xb3','\x98','\x89','\x32','\x19','\x38','\x30','\x18','\x18','\x30','\x00','\x00','\x00','\x01','\xd0','\x10','\x11','\x8c','\x0c','\x31','\x86','\x46','\x61','\x86','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x08','\x00','\x0e','\x0e','\x40','\x0c','\x0c','\x60','\x0c','\x18','\x84','\x0c','\x1f','\xfe','\x2e','\x30','\x80','\x2d','\x70','\x80','\x6d','\xb0','\x88','\x6d','\xbf','\xfc','\xcc','\x30','\x80','\xcc','\x30','\x80','\x0c','\x30','\x88','\x0c','\x3f','\xfc','\x0c','\x30','\x80','\x0c','\x30','\x80','\x0c','\x30','\x82','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0c','\x3f','\xfc','\x2c','\x30','\x0c','\x2e','\x33','\xcc','\x2d','\x32','\x4c','\x6d','\xb2','\x4c','\x6d','\xb3','\xcc','\x4c','\x30','\x0c','\xcc','\x3f','\xfc','\xcc','\x00','\x00','\x0c','\x00','\x78','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x07','\xa0','\x0c','\x0d','\x90','\x0c','\x19','\x9c','\x0c','\x31','\x8f','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x03','\x00','\x0c','\x43','\x06','\x0c','\x7f','\xff','\x2c','\xc3','\x06','\x2e','\xc3','\x04','\x2d','\x3b','\x78','\x6d','\x83','\x00','\x6d','\xbb','\x78','\x4c','\x03','\x00','\xcc','\x00','\x06','\xcc','\xff','\xff','\x0c','\x03','\x00','\x0c','\x42','\x06','\x0c','\x7f','\xff','\x0c','\x64','\x46','\x0c','\x64','\x46','\x0c','\x64','\x46','\x0c','\x64','\x46','\x0c','\x64','\x46','\x0c','\x64','\x46','\x0c','\x64','\x5e','\x0c','\x60','\x0c','\x20','\x1c','\x70','\x18','\x18','\x66','\x0d','\xff','\xff','\x0c','\x18','\x60','\x80','\x18','\x60','\x60','\x1f','\xe0','\x31','\x03','\x06','\x33','\xff','\xff','\x05','\x03','\x02','\x09','\x73','\xe2','\x19','\x13','\x22','\xf1','\x3b','\x72','\x71','\x2b','\x52','\x31','\x4f','\x9a','\x31','\x03','\x02','\x39','\x03','\x1e','\x19','\x03','\x0c','\x00','\x10','\x00','\x11','\xcc','\x10','\x11','\x86','\x4c','\x31','\x86','\x46','\x61','\x80','\x63','\xe1','\xff','\xe3','\xc0','\xff','\xc0','\x1c','\x38','\x06','\x18','\x31','\xff','\x18','\x30','\x30','\x18','\x36','\x20','\x1b','\xff','\x26','\x18','\x30','\xff','\x59','\x32','\xc6','\x5d','\xfe','\xc6','\x5b','\x32','\xc6','\x5b','\x32','\xfe','\xd9','\x32','\xc6','\xd9','\x32','\xc6','\xd9','\x32','\xc6','\x19','\xfe','\xfe','\x19','\x32','\xc6','\x18','\x30','\xc6','\x18','\x70','\xc6','\x18','\x7c','\xc6','\x18','\xb6','\xfe','\x18','\xb6','\x00','\x19','\x30','\x48','\x1a','\x30','\x66','\x18','\x30','\xc3','\x18','\x33','\x03','\x1c','\x44','\x70','\x18','\x66','\x60','\x18','\x44','\x68','\x18','\xcc','\x66','\x18','\xaa','\x63','\x19','\x2b','\x63','\x5c','\x11','\x60','\x5a','\x00','\x66','\x5b','\xff','\xff','\x5b','\x24','\x60','\xd8','\x24','\x64','\xd9','\xe7','\xe7','\xd8','\x24','\x66','\x18','\x24','\x26','\x19','\xe7','\xa4','\x18','\x24','\x2c','\x18','\x24','\x28','\x19','\xe7','\xb8','\x18','\x24','\x12','\x18','\x24','\x3a','\x19','\xff','\x6a','\x18','\xf0','\xce','\x18','\x81','\x87','\x18','\x06','\x03','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x68','\x18','\x1a','\x66','\x18','\xff','\x63','\x18','\x18','\x63','\x5c','\x18','\x60','\x5a','\x18','\x66','\x5b','\xff','\xff','\x5b','\x24','\x60','\xd8','\x24','\x64','\xd9','\xe7','\xe7','\xd8','\x24','\x66','\x18','\x24','\x26','\x19','\xe7','\xa4','\x18','\x24','\x2c','\x18','\x24','\x28','\x19','\xe7','\xb8','\x18','\x24','\x12','\x18','\x24','\x3a','\x19','\xff','\x6a','\x18','\xf0','\xce','\x18','\x81','\x87','\x18','\x06','\x03','\x07','\x00','\x80','\x06','\x00','\xe0','\xff','\xe0','\xc0','\x06','\x1d','\x86','\x06','\x01','\xff','\x7f','\xc2','\x66','\x00','\x04','\x64','\x40','\x60','\x60','\x7f','\xf0','\xd0','\xc0','\x62','\xd0','\xc0','\x44','\x98','\x3f','\x9d','\x8c','\x00','\x09','\x0f','\x7f','\xc2','\x06','\x40','\x40','\x40','\x40','\x41','\xa0','\x7f','\xc1','\xb0','\x00','\x85','\xb4','\x40','\xc5','\x82','\x31','\x8d','\x8b','\x11','\x0d','\x8b','\xff','\xd9','\x8c','\x7c','\x19','\xfc','\x40','\x00','\xf8','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\xff','\xff','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x2c','\x7e','\x7e','\x2e','\x42','\x42','\x2d','\x42','\x42','\x6d','\xfe','\x7e','\x6d','\x90','\x80','\x4c','\x1c','\xe0','\xcc','\x18','\xc4','\xcc','\x3f','\xfe','\x0c','\x30','\x80','\x0c','\x70','\x84','\x0c','\x7f','\xfe','\x0c','\xb0','\x80','\x0d','\x30','\x84','\x0c','\x3f','\xfe','\x0c','\x30','\x80','\x0c','\x30','\x80','\x0c','\x30','\x86','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x42','\x42','\x0c','\x7f','\x7f','\x0c','\x42','\x42','\x0c','\x7e','\x7e','\x0c','\x42','\x42','\x2c','\x7e','\x7e','\x2e','\x42','\x42','\x2d','\x42','\x42','\x6d','\xfe','\x7e','\x6d','\x90','\x80','\x4c','\x18','\xc0','\xcc','\x31','\x84','\xcc','\x3f','\xfe','\x0c','\x70','\x80','\x0c','\x70','\x84','\x0c','\xbf','\xfe','\x0d','\x30','\x80','\x0c','\x30','\x84','\x0c','\x3f','\xfe','\x0c','\x30','\x80','\x0c','\x30','\x80','\x0c','\x30','\x82','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x00','\x18','\x0c','\x7f','\xfc','\x0c','\x08','\x20','\x0c','\x0f','\xe0','\x0c','\x08','\x20','\x2e','\x08','\x20','\x2d','\x0f','\xe0','\x2d','\x88','\x20','\x6d','\x88','\x3c','\x6c','\x7f','\xe0','\x4c','\x38','\x20','\xcc','\x06','\x06','\xcd','\xff','\xff','\x0c','\x44','\x44','\x0c','\x44','\x44','\x0c','\x7c','\x7c','\x0c','\x44','\x44','\x0c','\x44','\x44','\x0c','\x7c','\x7c','\x0c','\x44','\x44','\x0c','\x44','\x44','\x0d','\xfd','\xfc','\x0c','\xc4','\xc4','\x0c','\x04','\x04','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x18','\x00','\x18','\x22','\x7e','\x22','\xff','\x00','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6b','\x69','\x42','\x49','\x88','\x7e','\x88','\x08','\x00','\x08','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x70','\x00','\x00','\x60','\x80','\x00','\x60','\x60','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x70','\x40','\x00','\x30','\x70','\x00','\x30','\xe0','\x00','\x38','\xc0','\x00','\x19','\xc0','\x00','\x1b','\x80','\x00','\x0f','\x00','\x00','\x0e','\x00','\x00','\x1f','\x04','\x00','\x73','\x84','\x01','\xc1','\xc4','\x07','\x00','\xe4','\x38','\x00','\x7e','\x00','\x00','\x3e','\x00','\x00','\x0c','\x00','\x0e','\x40','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x0c','\x18','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0e','\x08','\x18','\x06','\x0e','\x18','\x06','\x1c','\x18','\x06','\x18','\x18','\x03','\x38','\x18','\x03','\x70','\x18','\x01','\xe0','\x18','\x00','\x80','\x19','\xc1','\xc2','\x1f','\x03','\x62','\xfc','\x06','\x72','\x70','\x0c','\x3a','\x40','\x38','\x1f','\x00','\xe0','\x0f','\x07','\x00','\x06','\x00','\x0e','\x40','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x0c','\x18','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0e','\x08','\x32','\x06','\x0e','\x31','\x86','\x1c','\x30','\xc6','\x18','\x30','\xe3','\x38','\x30','\x63','\x70','\x30','\x01','\xe0','\x30','\x00','\x80','\x20','\x01','\xc2','\x20','\x03','\x62','\x60','\x06','\x72','\x40','\x0c','\x3a','\x40','\x38','\x1f','\x80','\xe0','\x0f','\x07','\x00','\x06','\x00','\x0e','\x40','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x0c','\x18','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0e','\x08','\x30','\x06','\x0e','\x30','\x66','\x1c','\x37','\xf6','\x18','\x30','\x03','\x38','\x30','\x03','\x70','\x30','\x01','\xe0','\x30','\x00','\x80','\x20','\x01','\xc2','\x20','\x03','\x62','\x60','\x06','\x72','\x40','\x0c','\x3a','\x40','\x38','\x1f','\x80','\xe0','\x0f','\x07','\x00','\x06','\x00','\xe4','\x00','\x00','\xc3','\x00','\x00','\xc1','\x18','\x7f','\xff','\xfc','\x00','\x61','\x00','\x00','\x33','\x80','\x00','\x1f','\x10','\x00','\x3c','\x10','\x00','\xe7','\x18','\x07','\x83','\xf8','\x78','\x00','\xf0','\x00','\x72','\x00','\x00','\x61','\x80','\x00','\x60','\x86','\x7f','\xff','\xff','\x00','\x30','\x80','\x00','\x18','\xe0','\x00','\x19','\xc0','\x00','\x0f','\x00','\x00','\x1e','\x04','\x00','\x73','\x84','\x03','\xc1','\xe6','\x3c','\x00','\x7e','\x00','\x00','\x1c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x20','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xe0','\xc0','\x00','\xc0','\x66','\xff','\xff','\xff','\x00','\x61','\x00','\x00','\x33','\x80','\x00','\x1f','\x04','\x00','\x1c','\x04','\x00','\x77','\xc6','\x03','\xc1','\xfe','\x3c','\x00','\x3c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x20','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x26','\x00','\x60','\x26','\x00','\x66','\x7f','\xff','\xff','\x60','\x04','\x06','\xc0','\xe3','\x04','\xc0','\xc1','\x08','\x1f','\xff','\xe0','\x00','\x61','\x00','\x00','\x33','\x88','\x00','\x1e','\x08','\x00','\x77','\x8c','\x03','\xc1','\xfc','\x3c','\x00','\x38','\x1c','\x71','\xc0','\x18','\x61','\x98','\x18','\x61','\x86','\xff','\xfd','\x86','\x18','\x61','\x80','\x18','\x61','\x82','\x1f','\xe1','\x8f','\x18','\x61','\xf0','\x18','\x6f','\x80','\x18','\x61','\x88','\x1f','\xe1','\x8e','\x18','\x61','\x8c','\x18','\x60','\xcc','\x18','\x60','\xd8','\xff','\xfc','\xd8','\x66','\xc0','\xd0','\x64','\xc0','\x70','\x6c','\xf8','\x62','\x68','\x78','\xe2','\x70','\x00','\xb2','\x60','\x01','\x9a','\x7f','\xfb','\x1f','\x60','\x06','\x0f','\x60','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x90','\x01','\x99','\x88','\x3f','\xfd','\x8c','\x01','\x81','\x8c','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x08','\x01','\x80','\x0e','\x41','\x84','\x1c','\x61','\x87','\x18','\xc8','\x86','\x3f','\xfc','\xc6','\x31','\x80','\xcc','\x71','\x90','\xcc','\xbf','\xf8','\x58','\x31','\x80','\x58','\x31','\x90','\x72','\x3f','\xf8','\x22','\x31','\x80','\x72','\x31','\x80','\x5a','\x31','\x88','\x9f','\x3f','\xfd','\x0f','\x30','\x02','\x06','\x04','\x08','\xe0','\xff','\xfc','\xc8','\x44','\x88','\xc6','\x64','\xc8','\xc6','\x24','\x48','\xc0','\x0c','\x18','\xc6','\x34','\x68','\xcf','\xe5','\xc8','\xf0','\x44','\x8b','\xc0','\x00','\x08','\xc4','\x03','\x00','\xc7','\x06','\xe0','\x46','\x0c','\x38','\x66','\x31','\x1c','\x6c','\xc3','\x8c','\x6c','\x06','\x40','\x38','\x18','\xe0','\x30','\x61','\x90','\x72','\x06','\x38','\x52','\x38','\x70','\xda','\x00','\xe1','\x9a','\x03','\x83','\x0f','\x0e','\x06','\x0f','\x70','\x18','\x06','\x4c','\x99','\xc0','\x7e','\xfd','\x98','\x4c','\x99','\x86','\x4c','\x99','\x86','\x4c','\x99','\x80','\x7c','\xf9','\x82','\x00','\x01','\x8f','\x40','\x19','\xf0','\x7f','\xff','\x80','\x63','\x19','\x88','\x63','\x19','\x8e','\x7f','\xf9','\x8c','\x63','\x18','\xcc','\x63','\x18','\xd8','\x7f','\xf8','\xd8','\x63','\x18','\xd0','\x03','\x00','\x70','\x03','\x0c','\x62','\xff','\xfe','\xe2','\x03','\x00','\xb2','\x03','\x01','\x9a','\x03','\x03','\x1f','\x03','\x0c','\x0f','\x03','\x30','\x06','\x07','\x01','\xc0','\x06','\x61','\x90','\x07','\xf1','\x88','\x06','\x01','\x8c','\x46','\x19','\x8c','\x7f','\xfd','\x80','\x62','\x19','\x86','\x63','\xd1','\x9f','\x6e','\x01','\xf0','\x62','\x17','\x84','\x63','\xf1','\x87','\x60','\x01','\x86','\x7f','\xf8','\x86','\x60','\x00','\xcc','\x6f','\xf0','\xcc','\x68','\x10','\xc8','\x68','\x10','\x58','\x6f','\xf0','\x72','\x64','\x20','\x22','\x42','\x20','\x72','\x42','\x40','\xda','\x5f','\xf9','\x9f','\x8f','\x03','\x0f','\x08','\x0c','\x06','\x0c','\x18','\xe0','\x7e','\xfc','\xc8','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x7c','\xf8','\xc0','\x0c','\x18','\xc6','\x0c','\x18','\xcf','\x7c','\xf8','\xf0','\x0c','\x1b','\xc0','\x10','\x40','\xc4','\x1c','\x60','\xc7','\x18','\xc0','\x46','\x30','\x88','\x66','\x3f','\xfc','\x6c','\x70','\x80','\x6c','\xb0','\x90','\x28','\x3f','\xf8','\x38','\x30','\x80','\x12','\x30','\x90','\x32','\x3f','\xf8','\x3a','\x30','\x80','\x6a','\x30','\x88','\xcf','\x3f','\xfd','\x8f','\x30','\x02','\x06','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x00','\x30','\x00','\x00','\x37','\xff','\xfc','\x36','\x31','\x8c','\x36','\x31','\x8c','\x36','\x31','\x8c','\x36','\x31','\x8c','\x37','\xff','\xfc','\x36','\x31','\x8c','\x66','\x31','\x8c','\x66','\x31','\x8c','\x46','\x31','\x8c','\x46','\x31','\x8c','\x86','\x31','\xbc','\x06','\x00','\x18','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xc6','\x00','\xff','\xe6','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xc6','\x00','\x0f','\x06','\x00','\xfc','\x06','\x00','\x7c','\x06','\x00','\x4c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\x06','\x03','\x7c','\x07','\xff','\x18','\x03','\xfe','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x86','\x0e','\x7f','\xff','\x1c','\x01','\x80','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\xff','\xf0','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\x1e','\x30','\x0c','\xfc','\x30','\x0c','\x6c','\x30','\x0c','\x4c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x7c','\x30','\x0c','\x18','\x30','\x0c','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\x1e','\x01','\x80','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\x7f','\xff','\x18','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x10','\x0c','\x0c','\x12','\x0c','\x0d','\x91','\x1c','\xff','\xd1','\x98','\x0c','\x09','\x98','\x0c','\x09','\x98','\x0c','\x08','\x30','\x0c','\x0c','\x30','\x0d','\x84','\x20','\x1e','\x04','\x60','\xfc','\x06','\x40','\x6c','\x02','\xc0','\x4c','\x03','\x80','\x0c','\x01','\x00','\x0c','\x03','\x80','\x0c','\x02','\xc0','\x0c','\x06','\x60','\x0c','\x0c','\x38','\x0c','\x18','\x1f','\x7c','\x30','\x0e','\x18','\xc0','\x06','\x0e','\x00','\x00','\x0c','\x00','\x18','\x0c','\x3f','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0d','\x86','\x18','\xff','\xc6','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x26','\x18','\x0c','\x16','\x18','\x0d','\x8e','\x18','\x1e','\x06','\x18','\xfc','\x07','\x18','\x6c','\x05','\x98','\x4c','\x0c','\xd8','\x0c','\x0c','\x78','\x0c','\x0c','\x3f','\x0c','\x08','\x1e','\x0c','\x18','\x36','\x0c','\x10','\x30','\x0c','\x20','\x60','\x7c','\x43','\xe0','\x19','\x80','\xc0','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0d','\xb2','\x0c','\xff','\xf3','\xfe','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0d','\xb3','\x0c','\x1e','\x33','\x0c','\xfc','\x33','\x0c','\x6c','\x33','\x3c','\x4c','\x33','\x18','\x0c','\x23','\x00','\x0c','\x23','\x00','\x0c','\x63','\x02','\x0c','\x43','\x02','\x0c','\x43','\x02','\x0c','\x83','\x03','\x7c','\x03','\xff','\x18','\x01','\xfe','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0d','\x9f','\xfc','\x1e','\x01','\x80','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\x7f','\xff','\x18','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0d','\xbf','\xfc','\xff','\xc3','\x18','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0d','\x83','\x1a','\x1e','\x7f','\xff','\xfc','\x06','\x80','\x6c','\x06','\x80','\x4c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x40','\x0c','\x08','\x60','\x0c','\x18','\x30','\x0c','\x10','\x38','\x0c','\x20','\x1f','\x7c','\x40','\x0e','\x19','\x80','\x06','\x0e','\x03','\x80','\x0c','\x03','\x20','\x0c','\x03','\x18','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0d','\x83','\x00','\xff','\xc3','\x06','\x0c','\x3f','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x08','\x0d','\x81','\x8e','\x1e','\x01','\x9c','\xfc','\x01','\x98','\x6c','\x00','\xb0','\x4c','\x00','\xe0','\x0c','\x00','\x40','\x0c','\x00','\xe2','\x0c','\x01','\xa2','\x0c','\x03','\x32','\x0c','\x0c','\x1a','\x0c','\x70','\x1f','\x7c','\x00','\x0f','\x18','\x00','\x06','\x0e','\x00','\x18','\x0c','\x3f','\xfc','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x04','\x80','\x0d','\x83','\x00','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x86','\x0d','\x81','\x84','\x1e','\x01','\x88','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x0f','\x80','\x18','\x03','\x00','\x0e','\x00','\x18','\x0c','\x20','\xfc','\x0c','\x3f','\xc0','\x0c','\x30','\x20','\x0c','\x33','\x20','\x0d','\xb3','\x20','\xff','\xf3','\x20','\x0c','\x33','\x20','\x0c','\x33','\x20','\x0c','\x33','\x20','\x0c','\x33','\x20','\x0d','\xb3','\x20','\x1e','\x33','\x30','\xfc','\x33','\x10','\x6c','\x33','\x10','\x4c','\x33','\x10','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x43','\x0c','\x0c','\xc3','\x0c','\x0c','\x83','\x0f','\x7d','\x03','\x06','\x1a','\x00','\x06','\x0e','\x00','\x38','\x0c','\x08','\x30','\x0c','\x06','\x30','\x0c','\x03','\x30','\x0c','\x03','\x30','\x0d','\x80','\x30','\xff','\xc0','\x30','\x0c','\x10','\x30','\x0c','\x0c','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0d','\x80','\x30','\x1e','\x00','\x30','\xfc','\x00','\x36','\x6c','\x00','\x3f','\x4c','\x03','\xf0','\x0c','\x7c','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x7c','\x00','\x30','\x18','\x00','\x30','\x0e','\x07','\x00','\x0c','\x06','\x40','\x0c','\x06','\x30','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0d','\x86','\x06','\xff','\xff','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x20','\x0c','\x0c','\x38','\x0d','\x8c','\x30','\x1e','\x0a','\x30','\xfc','\x1a','\x60','\x6c','\x19','\x60','\x4c','\x11','\xc0','\x0c','\x30','\x80','\x0c','\x21','\xc0','\x0c','\x41','\x60','\x0c','\x82','\x30','\x0d','\x04','\x38','\x0c','\x08','\x1f','\x7c','\x30','\x0e','\x18','\xc0','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc3','\x06','\xff','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x80','\x0d','\x83','\x60','\x1e','\x03','\x38','\xfc','\x03','\x1c','\x6c','\x03','\x0c','\x4c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x03','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x40','\x0c','\x00','\x70','\x0c','\xc0','\x60','\xff','\xe0','\xc0','\x0c','\x02','\xc0','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x07','\x20','\x0d','\x87','\x18','\x1e','\x0b','\x0c','\xfc','\x13','\x06','\x6c','\x23','\x07','\x4c','\xc3','\x03','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x03','\x00','\x1c','\x20','\x70','\x18','\x38','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x1a','\x20','\x60','\xff','\x20','\x66','\x18','\x49','\xff','\x1a','\x4e','\x66','\x19','\x0c','\x66','\x19','\x8c','\x66','\x18','\xd8','\x66','\x18','\xd8','\x66','\x1e','\x10','\x66','\xfc','\x30','\x66','\x78','\x20','\x66','\x58','\x28','\x66','\x18','\x44','\xc6','\x18','\x44','\xc6','\x18','\x9e','\xc6','\x1b','\xe6','\x8e','\x19','\xc1','\x8c','\x19','\x01','\x0c','\xf8','\x02','\x7c','\x30','\x04','\x18','\x0e','\x1c','\x1c','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x1a','\xff','\xff','\xff','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\x1e','\x18','\x18','\xfc','\x1f','\xf8','\x6c','\x18','\x18','\x4c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x7c','\x18','\x18','\x18','\x18','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x21','\x86','\x0d','\xbf','\xff','\xff','\xf1','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x3f','\xfe','\x0d','\xb1','\x86','\x1e','\x31','\x86','\xfc','\x31','\x86','\x6c','\x31','\x86','\x4c','\x31','\x86','\x0c','\x3f','\xfe','\x0c','\x31','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x32','\x18','\x0c','\x61','\x30','\x0c','\x61','\x60','\x1b','\xc0','\xc0','\x18','\xf1','\xe0','\x01','\xb3','\x3f','\x03','\x06','\x1e','\x0c','\x18','\x06','\x30','\x03','\x00','\x00','\x1f','\x80','\x03','\xf8','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc3','\x00','\x01','\x81','\xc0','\x03','\x7e','\xf0','\x0c','\x00','\x7f','\x33','\xff','\xde','\xc3','\x00','\xc6','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x03','\x00','\x00','\x1f','\x80','\x07','\xf8','\x00','\x00','\x18','\x30','\x3f','\xff','\xf8','\x00','\x18','\x02','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x23','\xe0','\x0c','\x3e','\x00','\x0c','\x30','\x00','\x0d','\xb0','\x00','\xff','\xf0','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0d','\xb0','\xc0','\x1e','\x36','\xc0','\xfc','\x31','\xc0','\x6c','\x30','\xf0','\x4c','\x60','\xdc','\x0c','\x60','\xce','\x0c','\x60','\xc6','\x0c','\x40','\xc0','\x0c','\xc0','\xc0','\x0c','\x80','\xc0','\x0d','\x00','\xc0','\x7c','\x00','\xc0','\x18','\x00','\xc0','\x0e','\x08','\x00','\x0c','\x0c','\x60','\x0c','\x1f','\xf0','\x0c','\x10','\xc0','\x0c','\x20','\x86','\x0d','\x7f','\xff','\xff','\xe6','\x60','\x0c','\x66','\x60','\x0c','\x6c','\x7e','\x0c','\x68','\x3e','\x0c','\x70','\x00','\x0d','\x67','\xf8','\x1e','\x60','\x00','\xfc','\x7f','\xff','\x6c','\x60','\x00','\x4c','\x67','\xf8','\x0c','\x60','\x00','\x0c','\x67','\xf8','\x0c','\x40','\x00','\x0c','\xcf','\xfc','\x0c','\x8c','\x0c','\x0c','\x8c','\x0c','\x7d','\x0f','\xfc','\x18','\x0c','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xe1','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\x1e','\x21','\x8c','\xfc','\x3f','\xfe','\x6c','\x30','\x0c','\x4c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x7c','\x30','\x0c','\x18','\x30','\x0c','\x01','\x80','\x06','\x03','\xdf','\xff','\x0f','\x00','\xc0','\x7e','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xcc','\x06','\x0f','\xfe','\x06','\x60','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xcc','\x06','\x0f','\xfe','\x07','\xc0','\xc0','\x1f','\x00','\xc0','\xfe','\x00','\xc0','\x76','\x00','\xc6','\x46','\x3f','\xff','\x04','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x18','\x00','\xc0','\x10','\x00','\xc0','\x20','\x00','\xc0','\x40','\x00','\xc0','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\x21','\x8e','\x0c','\x11','\x8c','\x0c','\x19','\x88','\x0d','\x99','\x90','\xff','\xc1','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\x1e','\x01','\x80','\xfc','\x01','\x86','\x6c','\x7f','\xff','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x1c','\x10','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1b','\x38','\x18','\xff','\xb0','\x1a','\x18','\x37','\xff','\x18','\x30','\x18','\x18','\x70','\x18','\x18','\x72','\x18','\x1a','\xf1','\x18','\x3c','\xb1','\x98','\xf9','\x31','\x98','\x78','\x31','\x98','\x58','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\xf8','\x30','\xf8','\x30','\x30','\x30','\x1c','\x1c','\xe0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xcc','\x19','\xff','\xfe','\x18','\x18','\xc4','\xff','\x18','\xc4','\x18','\x18','\xc4','\x18','\xff','\xfc','\x18','\x98','\xc4','\x18','\x98','\xc0','\x18','\x98','\xc0','\x1e','\x98','\xc6','\xfd','\xff','\xff','\x79','\x98','\xc6','\x59','\x98','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xcc','\x18','\x30','\xfc','\x18','\x30','\xd8','\x18','\x60','\xc0','\xf8','\xc0','\xc0','\x33','\x00','\xc0','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1a','\x18','\x0d','\x99','\x98','\xff','\xd8','\xd8','\x0c','\x18','\xd8','\x0c','\x18','\x18','\x0c','\x18','\x1a','\x0c','\xff','\xff','\x0c','\x18','\x18','\x0f','\x98','\x18','\xfe','\x1a','\x18','\x7c','\x19','\x98','\x4c','\x18','\xd8','\x0c','\x18','\xd8','\x0c','\x18','\x18','\x0c','\x18','\x1a','\x0c','\x3f','\xff','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x00','\xf8','\x18','\x00','\x30','\x1c','\x70','\x00','\x18','\x60','\x60','\x18','\x60','\x40','\x18','\x60','\x40','\x18','\x60','\x40','\x18','\x60','\x4c','\xfe','\x65','\xfe','\x19','\xfe','\x4c','\x18','\x4c','\x4c','\x18','\x4c','\x4c','\x18','\x4c','\x4c','\x18','\x4c','\x4c','\x1e','\x4c','\x4c','\xfc','\x4c','\xcc','\x78','\x4c','\x8c','\x58','\x4c','\x8c','\x18','\x4c','\x9c','\x18','\x4d','\x98','\x18','\xcd','\x78','\x18','\x8e','\x32','\x18','\x8c','\x02','\x19','\x8c','\x03','\xf9','\x0f','\xff','\x32','\x07','\xfe','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x8c','\xff','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x10','\x0c','\x10','\x1c','\x0c','\x08','\x18','\x0d','\x88','\x18','\x1e','\x0c','\x18','\xfc','\x0c','\x10','\x6c','\x04','\x10','\x4c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0c','\x06','\x20','\x0c','\x00','\x20','\x0c','\x00','\x40','\x0c','\x00','\x46','\x7c','\x7f','\xff','\x18','\x00','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0d','\xb0','\x60','\xff','\xe8','\x60','\x0c','\x44','\xc0','\x0c','\x83','\x80','\x0c','\x03','\x80','\x0c','\x06','\xe0','\x0d','\x8c','\x7f','\x1e','\x10','\x1e','\xfc','\x60','\x06','\x6d','\x80','\x00','\x4c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x7c','\x30','\x18','\x18','\x30','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x81','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0d','\xbf','\xfe','\x1e','\x00','\x00','\xfc','\x00','\x00','\x6c','\x10','\x18','\x4c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x7c','\x1f','\xf8','\x18','\x18','\x18','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\xcc','\x6c','\xff','\xff','\xfe','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0d','\x8c','\x60','\x1e','\x0c','\x60','\xfc','\x0c','\x66','\x6c','\xff','\xff','\x4c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x08','\x40','\x0c','\x0e','\x30','\x0c','\x1c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x7c','\x60','\x06','\x19','\x80','\x06','\x1c','\x00','\x00','\x18','\x06','\x06','\x18','\xff','\xff','\x18','\x06','\x06','\x18','\x06','\x06','\x1b','\x46','\x46','\xff','\xa6','\x26','\x18','\x36','\x36','\x18','\x36','\x36','\x18','\x06','\x06','\x18','\x06','\x06','\x1b','\x06','\x06','\x1c','\x0e','\x0e','\xf8','\x16','\x16','\x78','\x36','\x36','\x58','\xe6','\xe6','\x18','\x66','\x66','\x18','\x46','\x46','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\xf8','\x3e','\x3e','\x30','\x0c','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0c','\x1f','\xfc','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x0d','\x80','\x00','\x1e','\x01','\xc0','\xfc','\x01','\x80','\x6c','\x01','\x8c','\x4c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\x7f','\xff','\x18','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x07','\xef','\xfe','\x7e','\x01','\x8c','\x06','\x01','\x8c','\x06','\x01','\x8c','\x07','\xe1','\x8c','\x7e','\x03','\x0c','\x06','\x03','\x1c','\x06','\x06','\x18','\x07','\xe4','\xf8','\x7e','\x18','\x30','\x00','\x03','\x00','\x00','\x1f','\x80','\x03','\xf8','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x00','\x18','\x0c','\x1f','\xfc','\x0c','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x20','\x0d','\x81','\x40','\xff','\xc1','\x88','\x0c','\x01','\x8e','\x0c','\x0d','\x8c','\x0c','\x7d','\xd8','\x0c','\x0d','\xd0','\x0d','\x8d','\xa0','\x1e','\x19','\xa0','\xfc','\x19','\x90','\x6c','\x11','\x90','\x4c','\x31','\x98','\x0c','\x21','\x8f','\x0c','\x41','\x8e','\x0c','\x81','\x86','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0c','\x00','\x06','\x7c','\x7f','\xff','\x18','\x00','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x0c','\x7f','\xff','\x0d','\x8c','\x00','\xff','\xcc','\x00','\x0c','\x0c','\x0c','\x0c','\x1b','\xfe','\x0c','\x18','\x0c','\x0c','\x38','\x18','\x0d','\x30','\x50','\x1e','\x70','\x60','\xfc','\x70','\x60','\x6c','\xb0','\x66','\x4d','\x37','\xff','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x7c','\x33','\xe0','\x18','\x30','\xc0','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xbf','\xfc','\xff','\xc0','\x00','\x0c','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\x1e','\x30','\x0c','\xfc','\x3f','\xfc','\x6c','\x30','\x0c','\x4c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x7c','\x30','\x7c','\x18','\x30','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\xff','\x81','\x80','\x0c','\x21','\x90','\x0c','\x39','\x9c','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0d','\xb9','\x94','\x1e','\x6d','\xb2','\xfc','\x4d','\xa3','\x6c','\x83','\xc3','\x4c','\x03','\x40','\x0c','\x03','\x40','\x0c','\x06','\x60','\x0c','\x06','\x20','\x0c','\x0c','\x30','\x0c','\x0c','\x18','\x0c','\x18','\x1f','\x7c','\x30','\x0e','\x18','\xc0','\x06','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0d','\x80','\x0c','\x1e','\x3f','\xfe','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x05','\x80','\x0c','\x2f','\x8c','\x0c','\x39','\xbe','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x3d','\xbc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xbf','\xfc','\x1e','\x01','\x80','\xfc','\x01','\x8c','\x6c','\x7f','\xfe','\x4c','\x08','\x0c','\x0c','\x04','\x18','\x0c','\x06','\x30','\x0c','\x03','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x7c','\x18','\x1e','\x18','\xe0','\x06','\x0e','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\xff','\xff','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0d','\xb0','\x0c','\x1e','\x00','\x00','\xfc','\x01','\xc0','\x6c','\x01','\x80','\x4c','\x01','\x8c','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\xff','\xff','\x18','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x08','\x00','\x0d','\x0e','\x80','\xff','\x8c','\xe0','\x0c','\x1c','\xc0','\x0c','\x18','\xcc','\x0c','\x19','\xfe','\x0d','\x31','\x8c','\x0e','\x31','\x4c','\x1c','\x73','\x68','\xfc','\xb2','\x58','\x6d','\x35','\x18','\x4c','\x31','\x10','\x0c','\x30','\xb0','\x0c','\x30','\xe0','\x0c','\x30','\x60','\x0c','\x30','\xf0','\x0c','\x30','\xb8','\x0c','\x31','\x1f','\x7c','\x32','\x0e','\x18','\x34','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\x7f','\xfe','\x0c','\x03','\x00','\x0d','\x86','\xc0','\xff','\xc6','\x30','\x0c','\x0c','\x18','\x0c','\x30','\x18','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0d','\x00','\x18','\x1e','\x00','\x18','\xfc','\x21','\x98','\x6c','\x3f','\x98','\x4c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x3f','\x98','\x0c','\x31','\x98','\x0c','\x00','\x18','\x0c','\x00','\x18','\x7c','\x00','\xf8','\x18','\x00','\x30','\x1c','\x04','\x80','\x18','\x0e','\xe0','\x18','\x98','\xc0','\x18','\xe0','\xc0','\x18','\x80','\xc0','\x1a','\x80','\x86','\xff','\x8c','\xff','\x18','\xff','\x86','\x18','\x99','\x06','\x18','\x99','\x64','\x18','\x9a','\x68','\x1a','\x98','\x60','\x1c','\x98','\x60','\xf8','\x98','\x60','\x78','\x98','\x60','\x58','\x98','\x70','\x18','\x98','\xd0','\x18','\x98','\xd0','\x18','\x98','\xd8','\x19','\x98','\x88','\x19','\x18','\x8c','\x19','\x19','\x8f','\xfa','\x19','\x06','\x30','\x1a','\x06','\x1c','\x00','\x0c','\x19','\xff','\xfe','\x18','\x46','\x00','\x18','\x46','\x00','\x18','\x46','\x0c','\x1b','\x47','\xfe','\xff','\xfe','\x8c','\x18','\x46','\x8c','\x18','\x46','\x8c','\x18','\x46','\x8c','\x18','\x46','\x5c','\x18','\x46','\x58','\x1e','\x7e','\x58','\xfc','\x46','\x78','\x78','\x46','\x30','\x58','\x46','\x30','\x18','\x46','\x30','\x18','\x46','\x38','\x1b','\xfe','\x68','\x19','\xe6','\x4c','\x19','\x06','\x8f','\x18','\x07','\x06','\xf8','\x06','\x06','\x30','\x06','\x00','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x1f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x8c','\xff','\xff','\xfe','\x0c','\x11','\x88','\x0c','\x11','\x88','\x0c','\x11','\x88','\x0d','\x11','\x8a','\x0e','\xff','\xff','\x1c','\x11','\x88','\xfc','\x11','\x88','\x6c','\x11','\x88','\x4c','\x11','\x88','\x0c','\x11','\x88','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\xff','\xff','\x18','\x00','\x00','\x23','\x80','\x0e','\x33','\x11','\xcc','\x3f','\xf9','\x8c','\x23','\x01','\x8c','\x43','\x09','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x23','\x19','\x8c','\x3f','\xfd','\x8c','\x33','\x19','\x8c','\x33','\x18','\x0c','\x33','\x78','\x7c','\x33','\x33','\x18','\x00','\x1f','\x80','\x03','\xf8','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x70','\x06','\xff','\xd8','\x06','\x0c','\x90','\x46','\x0c','\x3f','\xe6','\x0c','\x26','\x06','\x0c','\x46','\x06','\x0d','\x06','\x26','\x0e','\x7f','\xf6','\x1c','\x06','\x06','\xfc','\x06','\x06','\x6c','\x46','\x26','\x4c','\x46','\x26','\x0c','\x46','\x26','\x0c','\x7f','\xe6','\x0c','\x40','\x26','\x0c','\x00','\x0e','\x0c','\x00','\x0c','\x7c','\x00','\x7c','\x18','\x00','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x01','\xfe','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xe1','\x8c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0d','\xb0','\x0c','\x1e','\x30','\x0c','\xfc','\x30','\x0c','\x6c','\x3f','\xfc','\x4c','\x31','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0d','\x60','\x06','\xff','\xe0','\x04','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0d','\x81','\x80','\x1e','\x01','\x80','\xfc','\x21','\x8c','\x6c','\x39','\xfe','\x4c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x69','\x80','\x0c','\x67','\x80','\x0c','\x43','\xe0','\x7c','\x80','\xff','\x19','\x00','\x1e','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x04','\x40','\x0d','\x8c','\x60','\xff','\xc8','\x30','\x0c','\x10','\x1c','\x0c','\x27','\xcf','\x0c','\xc0','\x06','\x0c','\x00','\x00','\x0d','\x44','\x8c','\x1e','\x7e','\xfe','\xfc','\x64','\xcc','\x6c','\x64','\xcc','\x4c','\x64','\xcc','\x0c','\x64','\xcc','\x0c','\x64','\xcc','\x0c','\x64','\xcc','\x0c','\x7c','\xfc','\x0c','\x64','\xd8','\x0c','\x00','\xc0','\x7c','\x00','\xc0','\x18','\x00','\xc0','\x1c','\x42','\x46','\x18','\x7f','\x7f','\x18','\x62','\x46','\x18','\x62','\x46','\x18','\x62','\x46','\x1b','\x7e','\x7e','\xff','\xe2','\x46','\x18','\x62','\x46','\x18','\x62','\x46','\x18','\x7e','\x7e','\x18','\x60','\x06','\x1b','\x60','\x06','\x1c','\x60','\x06','\xf8','\x60','\x06','\x78','\x60','\x06','\x58','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\xf8','\x60','\x3e','\x30','\x60','\x0c','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x20','\x0c','\x0d','\xbf','\xfe','\xff','\xf0','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0d','\x31','\xc0','\x1e','\x31','\x80','\xfc','\x31','\x86','\x6c','\x3f','\xff','\x4c','\x31','\x80','\x0c','\x63','\x40','\x0c','\x63','\x40','\x0c','\x42','\x60','\x0c','\xc6','\x30','\x0c','\x84','\x38','\x0d','\x08','\x1f','\x7c','\x10','\x0e','\x18','\x60','\x06','\x0e','\x00','\x30','\x0c','\x1f','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x1f','\xf0','\x0d','\x80','\x30','\xff','\xc0','\x30','\x0c','\x00','\x32','\x0c','\x7f','\xff','\x0c','\x03','\x80','\x0c','\x07','\x04','\x0d','\x8d','\x87','\x1e','\x19','\x86','\xfc','\x63','\xcc','\x6c','\x06','\xd0','\x4c','\x0c','\xe0','\x0c','\x31','\xe0','\x0c','\xc3','\xd0','\x0c','\x06','\xd8','\x0c','\x0c','\xcf','\x0c','\x30','\xce','\x0c','\xc0','\xc6','\x7c','\x07','\xc0','\x18','\x01','\x80','\x0e','\x38','\xe0','\x0c','\x30','\xc0','\x0c','\x30','\xc4','\x0c','\x30','\xce','\x0c','\x3e','\xd8','\x0d','\xb0','\xe0','\xff','\xf0','\xc2','\x0c','\x30','\xc2','\x0c','\x36','\xc3','\x0c','\xf8','\xff','\x0c','\x60','\x7e','\x0d','\x42','\x00','\x1e','\x03','\x80','\xfc','\x23','\x18','\x6c','\x3f','\xfc','\x4c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x3f','\xf8','\x18','\x30','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0d','\xa1','\x8c','\xff','\xff','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0d','\xb1','\x8c','\x1e','\x31','\x8c','\xfc','\x31','\x8c','\x6c','\x3f','\xfc','\x4c','\x33','\xac','\x0c','\x07','\xa0','\x0c','\x07','\x90','\x0c','\x0d','\x90','\x0c','\x0d','\x98','\x0c','\x19','\x8f','\x0c','\x31','\x8e','\x7c','\xc1','\x86','\x18','\x01','\x80','\x0e','\x03','\x00','\x0c','\x7f','\x08','\x0c','\x06','\x9c','\x0c','\x86','\xb0','\x0c','\x6c','\x42','\x0c','\x2c','\x47','\xff','\x88','\x2c','\x0c','\x18','\x30','\x0c','\x10','\x1c','\x0c','\x20','\x4f','\x0d','\x5f','\xe6','\x0e','\x83','\x00','\x1c','\x03','\x00','\xfc','\x03','\x0c','\x6c','\xff','\xfe','\x4c','\x03','\x00','\x0c','\x07','\x00','\x0c','\x06','\x80','\x0c','\x06','\x60','\x0c','\x0c','\x30','\x0c','\x0c','\x18','\x0c','\x18','\x1c','\x7c','\x30','\x0c','\x18','\xc0','\x0c','\x0e','\x01','\xc0','\x0c','\x39','\x87','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0d','\xb1','\x86','\xff','\xff','\xfe','\x0c','\x30','\x06','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0d','\x01','\x80','\x1e','\x01','\x00','\xfc','\x22','\x06','\x6c','\x3f','\xff','\x4c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x7c','\x32','\x5e','\x18','\x30','\x0c','\x0e','\x00','\x18','\x0c','\x3f','\xfc','\x0c','\x00','\x30','\x0c','\x04','\x60','\x0c','\x03','\x80','\x0d','\x81','\x86','\xff','\xff','\xff','\x0c','\x07','\x86','\x0c','\x0d','\x84','\x0c','\x0d','\x88','\x0d','\x99','\x80','\x0e','\x31','\x80','\x1c','\xc1','\x80','\xfc','\x03','\x00','\x6c','\x03','\x06','\x4d','\xff','\xff','\x0c','\x0f','\x40','\x0c','\x0f','\x60','\x0c','\x1b','\x30','\x0c','\x1b','\x38','\x0c','\x33','\x1f','\x0c','\x63','\x0e','\x7d','\x83','\x06','\x18','\x03','\x00','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\xff','\xc1','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x09','\x80','\x0d','\x5d','\x86','\x1e','\x71','\xbf','\xfc','\x61','\x86','\x6c','\x61','\x86','\x4c','\x61','\x86','\x0c','\x7d','\xbe','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x7f','\xfe','\x7c','\x60','\x06','\x18','\x60','\x06','\x1c','\x06','\x86','\x1b','\xff','\xff','\x18','\x8c','\xc6','\x18','\x8c','\xc6','\x18','\x8c','\xcc','\x18','\x8c','\xcc','\xff','\xfc','\xc8','\x18','\x8c','\xd8','\x18','\x8c','\xd0','\x18','\x8c','\xd0','\x18','\x8c','\xc8','\x1a','\x8c','\xc8','\x1c','\xfc','\xcc','\xf8','\x8c','\xc4','\x78','\x8c','\xc6','\x58','\x8c','\xc6','\x18','\x8c','\xc6','\x18','\x8c','\xc6','\x1b','\xfc','\xc6','\x19','\xcc','\xde','\x19','\x0c','\xcc','\x18','\x0c','\xc0','\xf8','\x0c','\xc0','\x30','\x0c','\xc0','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x60','\xff','\xd8','\x38','\x0c','\x30','\x1f','\x0c','\x6f','\xee','\x0d','\x80','\x06','\x0c','\x00','\x00','\x0c','\x42','\x0e','\x0d','\x7f','\x4c','\x1e','\x42','\x4c','\xfc','\x42','\x4c','\x6c','\x7e','\x4c','\x4c','\x42','\x4c','\x0c','\x42','\x4c','\x0c','\x7e','\x4c','\x0c','\x42','\x4c','\x0c','\x42','\x0c','\x0c','\x42','\x0c','\x0c','\x42','\x0c','\x7c','\x4e','\x3c','\x18','\x46','\x18','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x03','\x8c','\x0c','\x07','\xfe','\x0d','\x0c','\x1c','\xff','\x9b','\x38','\x0c','\x61','\x70','\x0c','\x18','\xe0','\x0c','\x09','\xc0','\x0c','\x03','\x00','\x0d','\x8e','\x00','\x0e','\x38','\x00','\x1c','\x0c','\x18','\xfc','\x1f','\xfc','\x6c','\x11','\x80','\x4c','\x21','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x7c','\x3f','\xfc','\x18','\x30','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\xc3','\x06','\x60','\xc3','\x04','\x6f','\xff','\xf0','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x86','\x60','\x07','\x7f','\x38','\x0c','\x18','\x1f','\x33','\xff','\xc6','\xc0','\x18','\x00','\x00','\x18','\x0c','\x3f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x7f','\xfe','\x0d','\x0c','\x30','\xff','\x8c','\x30','\x0c','\x3f','\xfc','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0d','\x21','\x8c','\x1e','\x3f','\xfe','\xfc','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\xff','\xff','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x7c','\x30','\x7c','\x18','\x30','\x18','\x0e','\x10','\x10','\x0c','\x0c','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x20','\x0c','\x3f','\xfe','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x98','\x0c','\x1f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x86','\x1e','\x7f','\xff','\xfc','\x06','\x00','\x6c','\x06','\x00','\x4c','\x0c','\x0c','\x0c','\x0f','\xfe','\x0c','\x18','\xc0','\x0c','\x30','\xc0','\x0c','\x60','\xc0','\x0d','\x80','\xc0','\x0c','\x00','\xc6','\x7c','\x3f','\xff','\x18','\x00','\x00','\x1c','\x06','\x06','\x18','\xff','\x7f','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x1a','\x46','\x46','\xff','\x7e','\x7e','\x18','\x46','\x46','\x18','\x40','\x40','\x18','\x40','\x40','\x18','\x46','\x46','\x1a','\xfe','\xff','\x1c','\xc6','\xc6','\xf8','\x06','\x06','\x78','\x86','\x86','\x58','\x66','\x66','\x18','\x2e','\x2e','\x18','\x16','\x16','\x18','\x66','\x66','\x19','\xc7','\xc6','\x18','\x8e','\x8e','\x18','\x0c','\x0c','\xf8','\x7c','\x7c','\x30','\x18','\x18','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x60','\xff','\xd8','\x38','\x0c','\x37','\xdf','\x0c','\x60','\x0e','\x0d','\x80','\x06','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0d','\x30','\x18','\x1e','\x3f','\xf8','\xfc','\x30','\x18','\x6c','\x30','\x18','\x4c','\x3f','\xf8','\x0c','\x30','\x00','\x0c','\x60','\x00','\x0c','\x6f','\xfc','\x0c','\x4c','\x0c','\x0c','\xcc','\x0c','\x0c','\x8c','\x0c','\x7d','\x0f','\xfc','\x18','\x0c','\x0c','\x0e','\x00','\x18','\x0c','\x7f','\xfc','\x0c','\x08','\x20','\x0c','\x0f','\xe0','\x0c','\x08','\x20','\x0d','\x88','\x20','\xff','\xcf','\xe0','\x0c','\x08','\x20','\x0c','\x08','\x3c','\x0c','\x7f','\xe0','\x0d','\x38','\x20','\x0e','\x06','\x06','\x1d','\xff','\xff','\xfc','\x44','\x44','\x6c','\x44','\x44','\x4c','\x7c','\x7c','\x0c','\x44','\x44','\x0c','\x44','\x44','\x0c','\x7c','\x7c','\x0c','\x44','\x44','\x0c','\x44','\x44','\x0d','\xfd','\xfc','\x7c','\xc4','\xc4','\x18','\x04','\x04','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x23','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0d','\xb0','\x18','\xff','\xff','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x00','\x0d','\xb0','\x06','\x1e','\x3f','\xff','\xfc','\x30','\x00','\x6c','\x30','\x06','\x4c','\x3f','\xff','\x0c','\x00','\x06','\x0c','\x0c','\x06','\x0c','\xcc','\xc6','\x0c','\xcc','\xc6','\x0c','\xcc','\xc6','\x0c','\xff','\xcc','\x7c','\xc0','\x7c','\x18','\x00','\x18','\x1c','\x20','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1b','\x30','\x18','\xff','\xb0','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x00','\x00','\x1b','\x06','\x06','\x1c','\xfe','\xff','\xf8','\x06','\x06','\x78','\x86','\x86','\x58','\x66','\x66','\x18','\x2e','\x2e','\x18','\x16','\x16','\x18','\x66','\x66','\x19','\xc7','\xc6','\x18','\x86','\x86','\x18','\x06','\x06','\xf8','\x3e','\x3e','\x30','\x0c','\x0c','\x0e','\x01','\xd0','\x0c','\x01','\x98','\x0c','\x01','\x8a','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0d','\x21','\x8c','\xff','\xbf','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0d','\xb1','\x8c','\x0e','\x31','\x8c','\x1c','\x3f','\xfc','\xfc','\x30','\x0c','\x6c','\x00','\x00','\x4c','\x00','\x36','\x0c','\xff','\xff','\x0c','\x00','\x30','\x0c','\x20','\x30','\x0c','\x18','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x7c','\x01','\xf0','\x18','\x00','\x60','\x0e','\x01','\xc0','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xbf','\xfc','\xff','\xd0','\x80','\x0c','\x1c','\xe0','\x0c','\x18','\xc0','\x0c','\x31','\x0c','\x0d','\x3f','\xfe','\x0e','\x71','\x80','\x1c','\xb1','\x80','\xfd','\x31','\x88','\x6c','\x3f','\xfc','\x4c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x88','\x0c','\x3f','\xfc','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x86','\x7c','\x3f','\xff','\x18','\x30','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x3f','\xc3','\x00','\x06','\x03','\x30','\x06','\x0f','\xf8','\x7f','\xe3','\x30','\x10','\x8b','\x30','\x09','\x06','\x30','\x7f','\xe7','\x32','\x06','\x05','\xb2','\x06','\x09','\xb3','\x3f','\xd0','\x3f','\x06','\x00','\x1e','\x06','\x01','\x80','\x00','\x1f','\xc0','\x07','\xf8','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0d','\xbf','\xfe','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\x0e','\x3f','\xfc','\x1c','\x01','\x90','\xfc','\x01','\x8c','\x6c','\x7f','\xf6','\x4c','\x1c','\x06','\x0c','\x00','\x30','\x0c','\xff','\xff','\x0c','\x10','\x30','\x0c','\x08','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x7c','\x01','\xf0','\x18','\x00','\x60','\x0e','\x02','\x04','\x0c','\x7f','\xfe','\x0c','\x02','\x04','\x0c','\x22','\x44','\x0c','\x1a','\x34','\x0d','\x8a','\x14','\xff','\xc2','\x04','\x0c','\x0e','\x1c','\x0c','\x72','\xe4','\x0c','\x22','\x44','\x0c','\x07','\x00','\x0d','\x86','\x80','\x1e','\x0c','\x60','\xfc','\x18','\x38','\x6c','\x32','\x1f','\x4c','\xc7','\x06','\x0c','\x0c','\x40','\x0c','\x30','\xe0','\x0c','\x01','\x88','\x0c','\x06','\x1c','\x0c','\x18','\x70','\x0c','\x01','\xc0','\x7c','\x07','\x00','\x18','\x38','\x00','\x1c','\x08','\x00','\x18','\x5c','\x0c','\x18','\x72','\xbe','\x18','\x41','\x04','\x18','\x72','\x9c','\x1b','\x40','\x04','\xff','\xf2','\x9c','\x18','\x41','\x04','\x18','\x42','\x84','\x18','\xff','\xff','\x18','\x80','\x06','\x1d','\x80','\x04','\x39','\xbf','\xf8','\xf8','\x20','\x08','\x78','\x3f','\xf8','\x58','\x20','\x08','\x18','\x3f','\xf8','\x18','\x20','\x08','\x18','\x3f','\xf8','\x18','\x0c','\x62','\x18','\x0c','\x62','\x18','\x18','\x63','\xf8','\x30','\x7f','\x30','\xc0','\x3e','\x1c','\xcc','\x04','\x18','\x88','\x0e','\x18','\x88','\x98','\x1b','\xfe','\xe0','\x18','\x88','\xc0','\x18','\x88','\xc0','\xfe','\x88','\xc0','\x18','\xf8','\xc6','\x18','\x88','\xff','\x18','\x88','\xcc','\x18','\x88','\xcc','\x1a','\xf8','\xcc','\x1c','\x88','\xcc','\xf8','\x88','\xcc','\x78','\x88','\xcc','\x58','\x88','\xcc','\x1b','\xfe','\xcc','\x18','\x00','\xcc','\x18','\x10','\x8c','\x18','\x88','\x8c','\x18','\xcd','\x8c','\x19','\x8d','\x0c','\xf9','\x01','\x0c','\x32','\x02','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x84','\x0c','\x7f','\xfe','\xff','\x80','\x00','\x0c','\x18','\x18','\x0c','\x10','\x10','\x0c','\xfe','\xfe','\x0c','\x10','\x10','\x0d','\x10','\x10','\x1e','\x1c','\x12','\xfc','\xf1','\xff','\x6c','\x40','\x00','\x4c','\x00','\x00','\x0c','\x7f','\xfe','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x62','\x0c','\x18','\x62','\x0c','\x18','\x63','\x7c','\x30','\x7f','\x18','\xc0','\x3e','\x0e','\x03','\x00','\x0c','\xff','\x08','\x0c','\x06','\x9c','\x0c','\x86','\xb0','\x0c','\x6c','\x42','\x0c','\x2c','\x47','\xff','\x98','\x2c','\x0c','\x10','\x30','\x0c','\x20','\x1c','\x0c','\x7f','\xff','\x0c','\x98','\xc6','\x0e','\x18','\xc0','\x3c','\x18','\xc0','\xfc','\x18','\xcc','\x6d','\xff','\xfe','\x4c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc2','\x0c','\x30','\xc2','\x0c','\x30','\xc2','\x0c','\x20','\xc3','\x7c','\x40','\xff','\x19','\x80','\x7e','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x06','\x84','\x0c','\x84','\x46','\xff','\x6c','\x68','\x0c','\x28','\x30','\x0c','\x10','\x1c','\x0c','\x3f','\xff','\x0c','\x58','\x36','\x0e','\x98','\x30','\x3c','\x1f','\xf0','\xfc','\x18','\x30','\x6c','\x18','\x30','\x4c','\x1f','\xf0','\x0c','\x01','\x80','\x0c','\x21','\x90','\x0c','\x39','\x8c','\x0c','\x31','\x86','\x0c','\x61','\x87','\x0c','\xc1','\x83','\x7d','\x07','\x80','\x18','\x03','\x00','\x0e','\x0c','\x18','\x0c','\x29','\x52','\x0c','\x2b','\x57','\x0c','\x68','\xd0','\x0c','\x58','\xb0','\x0d','\x14','\x28','\xff','\x92','\x26','\x0c','\x22','\x42','\x0c','\x00','\x00','\x0c','\x40','\x06','\x0c','\x7f','\xff','\x0e','\xc0','\x06','\x1c','\xc3','\x84','\xfc','\x03','\x00','\x6c','\x03','\x0c','\x4c','\x3f','\xfe','\x0c','\x03','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1c','\x0c','\x18','\x18','\x7c','\x30','\xf8','\x18','\xc0','\x30','\x1c','\x01','\xd0','\x18','\x01','\x8c','\x18','\x81','\x84','\x18','\xff','\xfe','\x18','\x81','\x80','\x1a','\x81','\x90','\xff','\xbd','\x9c','\x18','\x80','\x98','\x18','\x80','\xb0','\x18','\xbc','\xe0','\x1a','\xa4','\x42','\x1c','\xa4','\xe2','\x39','\xbd','\xb2','\xf9','\x03','\x1b','\x79','\x0c','\x0f','\x5a','\x00','\x06','\x18','\x08','\x00','\x18','\x06','\x10','\x18','\xbb','\x0c','\x18','\xb3','\x26','\x19','\xb0','\x23','\x1b','\x30','\x33','\xfb','\x3f','\xf0','\x30','\x1f','\xe0','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\xf8','\x18','\x43','\x02','\x18','\x7f','\xff','\x1b','\x63','\x06','\xff','\xe3','\xe4','\x18','\x7f','\x00','\x18','\x63','\x04','\x18','\x61','\xfc','\x18','\x60','\x00','\x1b','\x6f','\xfc','\x1c','\x61','\x00','\xf8','\x63','\x84','\x78','\x6c','\x86','\x58','\x61','\xcc','\x18','\x66','\x68','\x18','\x58','\xd0','\x18','\xc1','\xd8','\x18','\xc3','\x4c','\x18','\x8c','\x4f','\x18','\xb0','\x46','\xf9','\x03','\xc0','\x30','\x01','\x80','\x0e','\x01','\x80','\x0c','\x03','\x80','\x0c','\x03','\x40','\x0c','\x06','\x20','\x0d','\x8c','\x30','\xff','\xd9','\x9c','\x0c','\x31','\x8f','\x0c','\xcf','\xf6','\x0c','\x00','\x00','\x0c','\x1a','\x58','\x0c','\x19','\x98','\x0d','\x9a','\x58','\x1e','\x18','\x18','\xfc','\x1f','\xf8','\x6c','\x01','\x80','\x4c','\x41','\x06','\x0c','\x7f','\xff','\x0c','\x63','\x06','\x0c','\x62','\x26','\x0c','\x6f','\xf6','\x0c','\x67','\x36','\x0c','\x60','\x06','\x7c','\x60','\x3e','\x18','\x60','\x0c','\x0e','\x03','\x80','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0c','\x3f','\xf8','\x0d','\xa0','\x08','\xff','\xe7','\xc8','\x0c','\x24','\x48','\x0c','\x24','\x48','\x0c','\x27','\xc8','\x0c','\x20','\x08','\x0d','\xbf','\xf8','\x1e','\x00','\x00','\xfc','\x1f','\xf0','\x6c','\x18','\x30','\x4c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x0c','\x00','\x06','\x7d','\xff','\xff','\x18','\x00','\x00','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0d','\x3f','\xfe','\xff','\x81','\x80','\x0c','\x01','\x84','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0d','\x01','\x82','\x0e','\x7f','\xff','\x1c','\x08','\x10','\xfc','\x04','\x10','\x6c','\x04','\x22','\x4c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x84','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x1c','\x00','\xe0','\x19','\x00','\xc0','\x18','\xc0','\xc4','\x18','\x6f','\xfe','\x18','\x60','\xc0','\x1b','\x00','\xc2','\xff','\x9f','\xff','\x18','\x02','\x10','\x18','\x01','\x10','\x18','\x01','\x24','\x18','\x6f','\xfe','\x1b','\xf0','\xc0','\x1c','\x60','\xc8','\xf8','\x67','\xfc','\x78','\x60','\xc0','\x58','\x60','\xc2','\x18','\x7f','\xff','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\xf0','\x00','\x1f','\x9f','\xff','\xfb','\x07','\xfe','\x32','\x00','\x00','\x10','\x60','\xe0','\x1f','\xf0','\xc0','\x18','\x60','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe1','\x10','\x18','\x01','\x24','\x18','\x0f','\xfe','\x1f','\xe0','\xc0','\x3c','\x60','\xc4','\x2c','\x6f','\xfe','\x2c','\x60','\xc0','\x4f','\xe0','\xc0','\x8c','\x60','\xc0','\x00','\x07','\x00','\x07','\xff','\x80','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x00','\x30','\x18','\x3f','\xf8','\x18','\x03','\x00','\x18','\x43','\x06','\x18','\x7f','\xff','\x1a','\xc3','\x06','\xff','\xc3','\x04','\x18','\x3b','\x70','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x7b','\x78','\x1b','\x03','\x00','\x1c','\x03','\x00','\xf8','\x40','\x0c','\x78','\x7f','\xfe','\x58','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\xf8','\x7f','\xfc','\x30','\x60','\x0c','\x1c','\x84','\x46','\x18','\xfe','\x7f','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xfc','\x7e','\x1a','\xc4','\x46','\xff','\xc4','\x46','\x18','\xfc','\x7e','\x18','\xc4','\x06','\x18','\xc6','\x46','\x18','\xc7','\xe6','\x1a','\xcc','\x46','\x1c','\xca','\xc6','\xf8','\xd1','\x86','\x78','\xc2','\xc6','\x58','\xc4','\x7e','\x18','\xd8','\x36','\x18','\xc7','\xc6','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc7','\xc6','\xf8','\xc0','\x1e','\x30','\xc0','\x0c','\x01','\x30','\x00','\x13','\xbe','\x18','\x1e','\x30','\xfc','\x18','\x30','\x18','\x1f','\x3e','\xf8','\x18','\x06','\x18','\x18','\x66','\x18','\x1f','\x66','\xf8','\x18','\x66','\x18','\x18','\x66','\x1e','\xff','\xff','\xff','\x03','\x00','\x40','\x06','\x06','\x20','\x0c','\x1f','\x30','\x19','\xf8','\x1c','\x30','\x18','\xcf','\xc7','\xff','\xe6','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x01','\x30','\x00','\x13','\xbe','\x18','\x1e','\x30','\xfc','\x18','\x30','\x18','\x18','\x3e','\x18','\x1f','\x06','\xf8','\x18','\x66','\x18','\x18','\x66','\x18','\x1f','\x66','\xf8','\x18','\x66','\x18','\x18','\x66','\x1e','\xff','\xff','\xff','\x03','\x00','\x40','\x06','\x1c','\x20','\x0c','\x18','\x30','\x18','\x19','\x9c','\x33','\xff','\xcf','\xc0','\x18','\x06','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x1a','\x04','\x80','\xff','\x02','\xc6','\x18','\x7a','\xbc','\x18','\x29','\x28','\x18','\x29','\x28','\x18','\x69','\x2c','\x1a','\x49','\x34','\x1c','\x59','\x67','\x38','\x81','\x02','\xf8','\x30','\x18','\x78','\x30','\x18','\x58','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\xf8','\xc0','\x18','\x31','\x00','\x18','\x1c','\x03','\x80','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x7f','\xfc','\x1b','\x00','\x00','\xff','\xbf','\xf0','\x18','\x20','\x10','\x18','\x3f','\xf0','\x18','\x80','\x06','\x18','\xff','\xff','\x19','\x80','\x06','\x1d','\xbf','\xf4','\xf8','\x0c','\x40','\x78','\x08','\x30','\x58','\xff','\xf8','\x18','\x70','\x18','\x18','\x03','\x80','\x18','\x03','\x00','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x06','\xf9','\xff','\xff','\x30','\x00','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0d','\x86','\x20','\xff','\xc4','\x18','\x0c','\x0c','\x0c','\x0c','\x08','\x76','\x0c','\x7f','\x87','\x0c','\x3c','\x03','\x0d','\xa0','\x03','\x1e','\x00','\x00','\xfc','\x10','\x0c','\x6c','\x1f','\xfe','\x4c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x7c','\x1f','\xfc','\x18','\x18','\x0c','\x0e','\x01','\x80','\x0c','\x01','\x00','\x0c','\x7f','\xfc','\x0c','\x01','\x00','\x0c','\x01','\x00','\x0d','\x3f','\xf8','\xff','\x80','\x02','\x0c','\x7f','\xff','\x0c','\x00','\x02','\x0c','\x1f','\xf4','\x0c','\x01','\x00','\x0d','\x81','\x00','\x1e','\x3f','\xf8','\xfc','\x00','\x00','\x6c','\xff','\xff','\x4c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x7d','\xff','\x0c','\x44','\x18','\x0c','\x45','\x98','\x0c','\x44','\x98','\x0c','\x7c','\x18','\x7c','\x00','\x78','\x18','\x00','\x30','\x1c','\x03','\x80','\x18','\x43','\x06','\x18','\x7f','\xff','\x18','\xc0','\x06','\x18','\xdf','\xf4','\x1b','\x01','\x00','\xff','\x91','\x4c','\x18','\x39','\xe6','\x18','\x63','\x86','\x18','\x0e','\x00','\x18','\xff','\xf8','\x18','\x30','\x18','\x1f','\x30','\x18','\xfc','\x3f','\xf8','\x78','\x30','\x18','\x58','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x10','\x00','\x18','\x3c','\x78','\xf8','\x70','\x1e','\x31','\x80','\x06','\x1c','\x84','\x40','\x18','\xfe','\x70','\x18','\x90','\x60','\x18','\x90','\x66','\x18','\xfc','\xff','\x1a','\x84','\x80','\xff','\x85','\x00','\x18','\xfc','\x0c','\x18','\x90','\x7e','\x18','\x90','\x00','\x18','\xfe','\x00','\x18','\x00','\x00','\x1b','\x7f','\xf8','\xfc','\x40','\x08','\x78','\x7f','\xf8','\x58','\x40','\x08','\x18','\x7f','\xf8','\x18','\x40','\x08','\x18','\x7f','\xf8','\x18','\x18','\xc2','\x18','\x18','\xc2','\x18','\x30','\xc3','\xf8','\x60','\xff','\x31','\x80','\x7e','\x1c','\x40','\x40','\x18','\x60','\x60','\x18','\x62','\x62','\x18','\xff','\x7f','\x18','\xa0','\xd0','\x19','\x18','\x8c','\xff','\x89','\x04','\x18','\x20','\x40','\x18','\x18','\x70','\x18','\x08','\x66','\x19','\xff','\xff','\x18','\x00','\x00','\x1e','\x86','\x0e','\xf8','\xff','\x4c','\x78','\xc6','\x4c','\x58','\xc6','\x4c','\x18','\xfe','\x4c','\x18','\xc6','\x4c','\x18','\xc6','\x4c','\x18','\xfe','\x4c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\xf8','\xde','\x7c','\x30','\xcc','\x18','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x81','\x86','\x18','\xff','\xff','\x18','\xc0','\x00','\x1a','\xc2','\x20','\xff','\xdf','\xfe','\x18','\xc2','\x20','\x18','\xc2','\x20','\x18','\xff','\xff','\x18','\xc0','\x80','\x18','\xc0','\x80','\x1e','\xcf','\xfc','\xf8','\xc8','\x84','\x78','\xc8','\x84','\x58','\xcf','\xfc','\x18','\xc8','\x84','\x18','\xc8','\x84','\x18','\xcf','\xfc','\x18','\x80','\x00','\x19','\x84','\x00','\x19','\x07','\x38','\xfa','\x0e','\x0e','\x30','\x30','\x06','\x1c','\x84','\x46','\x18','\x46','\x7f','\x18','\x48','\x66','\x19','\xff','\x66','\x18','\x28','\x66','\x1b','\x28','\x64','\xff','\xfe','\x64','\x18','\xaa','\x6c','\x18','\xaa','\x68','\x18','\xae','\x68','\x18','\xc2','\x64','\x18','\x82','\x64','\x1e','\xfe','\x66','\xf8','\x82','\x66','\x78','\x82','\x66','\x58','\xfe','\x66','\x18','\x30','\x66','\x1b','\xff','\xe6','\x18','\x30','\x7e','\x18','\x28','\x6c','\x18','\x64','\x60','\x18','\x46','\x60','\xf8','\x83','\x60','\x33','\x03','\x60','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x64','\x46','\x18','\x64','\x46','\x18','\x64','\x46','\x1b','\x7f','\xfe','\xff','\xa0','\x00','\x18','\x38','\x60','\x18','\x30','\x44','\x18','\x22','\x4e','\x19','\xff','\x70','\x18','\xe3','\x42','\x1e','\x80','\x43','\xf8','\x7e','\x7f','\x78','\x42','\x3e','\x58','\x42','\x00','\x18','\x7e','\x60','\x18','\x42','\x44','\x18','\x42','\x4e','\x18','\x7e','\x70','\x18','\x42','\x42','\x18','\x42','\x43','\xf8','\x4e','\x7f','\x30','\x46','\x3e','\x06','\x00','\x30','\x04','\x66','\x20','\x05','\x18','\x22','\xff','\xb5','\xff','\x1c','\x42','\x70','\x16','\x00','\xa8','\x35','\xa4','\xac','\x64','\x99','\x27','\x84','\x34','\x22','\x04','\x42','\x20','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xe2','\x00','\x01','\x81','\x80','\x06','\x0c','\x70','\x18','\xff','\x1f','\xe0','\x18','\x06','\x07','\xff','\xe0','\x00','\x18','\x00','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x02','\x00','\x18','\x83','\x88','\x18','\x43','\x0e','\x18','\x6f','\xcc','\x18','\x6c','\xc8','\x1a','\x0c','\xd0','\xff','\x0c','\xc0','\x18','\x0f','\xc0','\x18','\x1c','\xd0','\x19','\xec','\xcc','\x18','\xcc','\xc6','\x18','\x8f','\xc6','\x1e','\x00','\x00','\xfc','\x03','\x80','\x78','\x03','\x06','\x59','\xff','\xff','\x18','\x0f','\x40','\x18','\x0f','\x20','\x18','\x1b','\x30','\x18','\x1b','\x18','\x18','\x33','\x1f','\x18','\x63','\x0e','\xf9','\x83','\x06','\x30','\x03','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x08','\x00','\x1b','\x0e','\x30','\xff','\x9c','\x0c','\x18','\x30','\x06','\x18','\xc4','\x46','\x18','\x3f','\xf8','\x18','\x04','\x40','\x18','\x04','\x40','\x1b','\x3f','\xf8','\xfc','\x04','\x40','\x78','\x04','\x46','\x58','\xff','\xff','\x18','\x0c','\x88','\x18','\x18','\x8c','\x18','\x68','\x58','\x1b','\x88','\x60','\x18','\x09','\xb0','\x18','\x7e','\x1f','\xf8','\x38','\x0e','\x30','\x20','\x06','\x1c','\x73','\x8e','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x10','\x80','\x1b','\x18','\xc0','\xff','\xbf','\xfc','\x18','\x21','\x00','\x18','\x7f','\xf8','\x18','\xa1','\x00','\x18','\x3f','\xf8','\x18','\x21','\x00','\x1b','\x3f','\xfe','\xfc','\x00','\x00','\x78','\xff','\xfe','\x58','\xc4','\x46','\x18','\xcc','\x46','\x18','\xd8','\x3e','\x18','\xe7','\xc6','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc7','\xc6','\xf8','\xc0','\x3e','\x30','\xc0','\x0c','\x1c','\x18','\x18','\x18','\x10','\x10','\x18','\xfe','\x7e','\x18','\x10','\x10','\x18','\x10','\x10','\x19','\xff','\xff','\xff','\x30','\x30','\x18','\x2c','\x28','\x18','\x64','\x4c','\x18','\xc0','\x87','\x19','\x3f','\xfa','\x18','\x30','\x18','\x1f','\x30','\x18','\xfc','\x3f','\xf8','\x78','\x30','\x18','\x58','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x08','\x00','\x18','\x1c','\x38','\xf8','\x78','\x0e','\x31','\xc0','\x06','\x1c','\x66','\x40','\x18','\x44','\x74','\x18','\x44','\x66','\x19','\xff','\x64','\x18','\x44','\x48','\x1a','\x44','\x7e','\xff','\x00','\x48','\x18','\xfe','\xc8','\x18','\x92','\xc8','\x18','\x93','\x48','\x18','\x92','\x7e','\x18','\xfe','\x48','\x1e','\x10','\x48','\xf8','\x10','\x48','\x78','\xfe','\x48','\x58','\x10','\x48','\x18','\x10','\x7e','\x19','\xff','\x48','\x18','\x30','\x48','\x18','\x28','\x48','\x18','\x66','\x48','\x18','\x43','\x4a','\xf8','\x83','\x7f','\x31','\x00','\x40','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x12','\x00','\x12','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6b','\x69','\x7e','\x49','\x88','\x00','\x88','\x08','\x07','\x08','\x03','\xff','\x80','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x44','\x44','\x18','\x7e','\x7e','\x18','\x44','\x44','\x18','\x7c','\x7c','\x18','\x44','\x44','\x1b','\x7c','\x7c','\xff','\xc4','\x44','\x18','\x7c','\x7c','\x18','\x10','\x80','\x18','\x18','\xc0','\x18','\x3f','\xfc','\x18','\x21','\x00','\x1e','\x7f','\xf8','\xfc','\xa1','\x00','\x79','\x3f','\xf8','\x58','\x21','\x00','\x18','\x3f','\xfe','\x18','\x00','\x00','\x18','\x7f','\xf8','\x18','\x08','\x30','\x18','\x04','\xe0','\x18','\x03','\x80','\xf8','\x1c','\xff','\x31','\xe0','\x1e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x02','\x00','\x30','\x01','\x00','\x60','\x01','\x00','\x60','\x00','\x80','\xc0','\x00','\xc1','\x80','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x37','\x00','\x00','\x63','\xe0','\x01','\x80','\xff','\x0e','\x00','\x3e','\xf0','\x00','\x0c','\x01','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x06','\x07','\xff','\xff','\x0c','\x00','\x80','\x0a','\x00','\xe0','\x12','\x00','\xc0','\x21','\x00','\xc0','\x41','\x01','\x80','\x00','\x81','\x80','\x00','\xc3','\x00','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x1e','\x00','\x00','\x37','\x00','\x00','\x63','\xc0','\x01','\xc1','\xf0','\x03','\x00','\x7f','\x1c','\x00','\x3e','\xe0','\x00','\x0c','\x00','\x04','\x00','\x00','\x67','\x00','\xff','\xf6','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x38','\x0f','\xff','\x30','\x0c','\x20','\x31','\x88','\x38','\x3f','\xd8','\x30','\x61','\x94','\x30','\x61','\xa4','\x30','\x01','\x82','\x60','\x01','\x82','\x60','\x01','\x81','\x40','\x01','\x81','\xc0','\x03','\x80','\x80','\x03','\x01','\xc0','\x03','\x01','\x60','\x07','\x03','\x30','\x06','\x06','\x38','\x0e','\x0c','\x1f','\x7c','\x18','\x0e','\x18','\x60','\x06','\x01','\xc2','\x00','\x01','\x83','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x39','\x83','\x00','\x31','\x86','\x06','\x31','\x87','\xff','\x31','\x84','\x20','\x31','\x8c','\x38','\x31','\x8a','\x30','\x31','\x92','\x30','\x31','\xa2','\x30','\x31','\x83','\x60','\x31','\x81','\x60','\x31','\x81','\x40','\x33','\x81','\xc0','\x3d','\x80','\x80','\xf1','\x81','\xc0','\x61','\x81','\x60','\x41','\x83','\x30','\x01','\x82','\x38','\x01','\x84','\x1f','\x01','\x88','\x0e','\x01','\xb0','\x06','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x0e','\x06','\x00','\x0d','\xc6','\x00','\x0d','\x86','\x06','\x19','\x8f','\xff','\x19','\x8c','\x20','\x39','\x88','\x38','\x39','\x98','\x30','\x59','\x94','\x30','\x99','\xa4','\x30','\x19','\x82','\x60','\x19','\x82','\x60','\x19','\x81','\x40','\x19','\x81','\xc0','\x19','\x80','\x80','\x19','\x81','\xc0','\x19','\x81','\x60','\x19','\x83','\x30','\x19','\x86','\x38','\x18','\x0c','\x1f','\x18','\x18','\x0e','\x18','\x60','\x06','\x00','\x04','\x00','\x00','\x07','\x00','\x40','\xc6','\x00','\x7f','\xe6','\x00','\x64','\xc6','\x00','\x64','\xc6','\x06','\x64','\xcf','\xff','\x64','\xcc','\x20','\x64','\xc8','\x38','\x64','\xd8','\x30','\x7f','\xd4','\x30','\x64','\xe4','\x30','\x64','\xc2','\x60','\x64','\xc2','\x60','\x64','\xc1','\x40','\x64','\xc1','\xc0','\x64','\xc0','\x80','\x64','\xc1','\xc0','\x7f','\xc1','\x60','\x60','\xc3','\x30','\x00','\x06','\x38','\x00','\x0c','\x1f','\x00','\x18','\x0e','\x00','\x60','\x06','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x01','\x80','\x06','\x31','\x80','\xff','\xf9','\x80','\x00','\x01','\x06','\x10','\x83','\xff','\x1c','\x63','\x10','\x18','\x32','\x1c','\x30','\x36','\x18','\x31','\x05','\x18','\x61','\xc9','\x18','\x51','\x81','\xb0','\x8d','\x80','\xb0','\x07','\x00','\xa0','\x03','\x00','\xe0','\x07','\x80','\x40','\x06','\xc0','\xe0','\x0c','\x60','\xa0','\x0c','\x71','\xb0','\x18','\x31','\x18','\x30','\x02','\x1f','\x60','\x04','\x0e','\x80','\x18','\x06','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x63','\x00','\x7f','\xf3','\x00','\x06','\x02','\x00','\x06','\x06','\x06','\x06','\x37','\xff','\xff','\xfc','\x20','\x00','\x0a','\x38','\x07','\x12','\x30','\x06','\x02','\x30','\x06','\x32','\x30','\xff','\xfb','\x60','\x0c','\x01','\x60','\x0c','\x61','\x40','\x0f','\xf1','\xc0','\x0c','\x60','\x80','\x18','\x61','\xc0','\x18','\x61','\x60','\x10','\xe3','\x30','\x30','\xc2','\x38','\x21','\xc4','\x1f','\x4f','\x88','\x0e','\x83','\x30','\x06','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x19','\x80','\xff','\xfd','\x80','\x06','\x01','\x80','\x06','\x01','\x06','\x46','\x33','\xff','\x7f','\xfb','\x10','\x66','\x32','\x1c','\x66','\x36','\x18','\x66','\x35','\x18','\x66','\x39','\x18','\x7f','\xf1','\xb0','\x66','\x30','\xb0','\x0e','\x00','\xa0','\x0f','\x00','\xe0','\x1e','\xc0','\x40','\x16','\x60','\xe0','\x36','\x30','\xa0','\x26','\x31','\xb0','\x46','\x01','\x18','\x86','\x02','\x1f','\x06','\x04','\x0e','\x06','\x18','\x06','\x03','\x00','\xe0','\x03','\x00','\xc0','\x06','\x80','\xc0','\x06','\x60','\xc0','\x0c','\x30','\xc6','\x08','\x18','\xff','\x18','\x18','\xc0','\x10','\x60','\xc0','\x3f','\xf0','\xc0','\x43','\x00','\xcc','\x83','\x0f','\xfe','\x03','\x32','\x0c','\x7f','\xfa','\x0c','\x03','\x01','\x18','\x23','\x01','\x18','\x3b','\x40','\xb0','\x33','\x30','\xe0','\x33','\x18','\x40','\x23','\x18','\xe0','\x63','\x18','\xb0','\x43','\x01','\xb8','\x83','\x03','\x1f','\x1f','\x06','\x0e','\x06','\x18','\x06','\x03','\x01','\x00','\x03','\x01','\xc0','\x06','\x81','\x80','\x06','\x61','\x80','\x0c','\x31','\x80','\x08','\x1b','\x06','\x18','\x1b','\xff','\x10','\x62','\x10','\x3f','\xf6','\x1c','\x43','\x05','\x18','\x83','\x09','\x18','\x03','\x31','\x18','\x7f','\xf9','\x30','\x03','\x00','\xb0','\x23','\x00','\xa0','\x3b','\x40','\xe0','\x33','\x30','\x40','\x33','\x18','\xe0','\x23','\x18','\xa0','\x63','\x19','\xb0','\x43','\x01','\x18','\x83','\x02','\x1f','\x1f','\x04','\x0e','\x06','\x18','\x06','\x03','\x81','\x00','\x83','\x11','\xc0','\x43','\x1d','\x80','\x63','\x19','\x80','\x33','\x31','\x80','\x33','\x21','\x86','\x33','\x41','\xff','\x03','\x01','\x10','\x43','\x1b','\x1c','\x7f','\xfa','\x18','\x60','\x1d','\x18','\x60','\x19','\x18','\x67','\x99','\x30','\x64','\x98','\xb0','\x64','\x98','\xa0','\x64','\x98','\xe0','\x64','\x98','\x40','\x64','\x98','\xe0','\x67','\x98','\xa0','\x60','\x18','\xb0','\x60','\x19','\x98','\x60','\x19','\x1f','\x60','\xfa','\x0e','\x60','\x34','\x06','\x03','\x81','\x00','\x83','\x11','\xc0','\x43','\x1d','\x80','\x63','\x19','\x80','\x33','\x31','\x80','\x33','\x21','\x86','\x33','\x41','\xff','\x03','\x01','\x10','\x43','\x1b','\x1c','\x7f','\xfa','\x18','\x43','\x0d','\x18','\x43','\x09','\x18','\x4b','\x49','\x30','\x4b','\x48','\xb0','\x4b','\x48','\xa0','\x4b','\x48','\xe0','\x4b','\x48','\x40','\x4b','\x48','\xe0','\x4b','\x48','\xa0','\x43','\x08','\xb0','\x43','\x09','\x98','\x43','\x09','\x1f','\x43','\x7a','\x0e','\x40','\x34','\x06','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x18','\xc0','\xff','\xfc','\xc0','\x00','\x00','\xc6','\x00','\x00','\xff','\x1f','\xc0','\xc0','\x10','\x40','\xc0','\x10','\x40','\xc0','\x1f','\xc0','\xcc','\x00','\x07','\xfe','\x40','\x32','\x0c','\x7f','\xfa','\x0c','\x60','\x31','\x18','\x60','\x31','\x18','\x6f','\xb0','\xb0','\x68','\xb0','\xe0','\x68','\xb0','\x40','\x68','\xb0','\xe0','\x6f','\xb0','\xb0','\x60','\x31','\xb8','\x60','\x31','\x1f','\x61','\xf2','\x0e','\x60','\x6c','\x06','\x03','\x81','\x00','\x03','\x01','\xc0','\x3f','\xf1','\x80','\x23','\x11','\x80','\x23','\x11','\x80','\xff','\xff','\x06','\x23','\x13','\xff','\x23','\x12','\x10','\x3f','\xf6','\x1c','\x03','\x05','\x18','\x3f','\xf1','\x18','\x23','\x11','\x18','\x23','\x11','\x30','\x3f','\xf0','\xb0','\x06','\x00','\xa0','\x06','\x0c','\xe0','\xff','\xfe','\x40','\x0c','\x60','\xe0','\x18','\xc0','\xa0','\x3e','\xc0','\xb0','\x33','\x81','\x98','\x06','\xf1','\x1f','\x0c','\x32','\x0e','\x70','\x0c','\x06','\x06','\x01','\x00','\x06','\x01','\xc0','\x0d','\x01','\x80','\x0c','\xc1','\x80','\x18','\x61','\x80','\x10','\x33','\x06','\x21','\xb3','\xff','\x5f','\xc3','\x10','\x80','\x02','\x1c','\x00','\x06','\x18','\x79','\xe5','\x18','\x49','\x29','\x18','\x49','\x21','\x30','\x49','\x20','\xb0','\x49','\x20','\xa0','\x79','\xe0','\xe0','\x00','\x00','\x40','\x20','\x80','\xe0','\x38','\xe0','\xa0','\x30','\xc1','\xb0','\x30','\xc1','\x18','\x6d','\xb2','\x1f','\x45','\x14','\x0e','\x82','\x08','\x06','\x07','\x20','\x80','\x86','\x38','\xe0','\x66','\x70','\xc0','\x26','\x41','\x86','\x06','\x81','\xff','\x7f','\xf2','\x10','\x46','\x15','\x1c','\x46','\x90','\xb8','\x56','\x50','\x60','\x56','\x50','\xf0','\x66','\x11','\x9c','\x46','\x76','\x0f','\x46','\x20','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x03','\x00','\x00','\x06','\x07','\x08','\x0f','\xf6','\x1e','\x18','\x36','\x78','\x66','\x67','\xc0','\x02','\xc6','\x02','\x03','\x86','\x03','\x0e','\x07','\xff','\xf0','\x03','\xfe','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x2e','\x00','\x2e','\x18','\x7e','\x18','\x22','\x00','\x22','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6b','\x69','\x42','\x49','\x88','\x7e','\x88','\x09','\x00','\x08','\x01','\x80','\x00','\x03','\xff','\xf8','\x06','\x03','\x80','\x0d','\x07','\x00','\x30','\xce','\x00','\x00','\x78','\x00','\x00','\xef','\xc0','\x07','\x81','\xff','\xf8','\x00','\x1e','\x10','\x00','\x1c','\x1c','\x00','\x18','\x19','\x84','\x18','\x1f','\xc3','\x18','\x31','\x81','\x98','\x21','\x01','\x98','\x62','\x60','\x18','\xbf','\xf0','\x18','\x32','\x64','\x18','\x32','\x63','\x18','\x32','\x61','\x98','\x3f','\xe1','\x98','\x32','\x60','\x18','\x32','\x60','\x1a','\x32','\x60','\x1f','\x3f','\xe1','\xf8','\x30','\x6f','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x20','\x60','\x18','\x60','\x60','\x18','\x43','\xe0','\x18','\x80','\xc0','\x18','\x1c','\xe0','\x1c','\x18','\xc0','\x18','\x18','\xc9','\x18','\xff','\xfc','\x98','\x18','\xc0','\xd8','\x18','\xc0','\xd8','\x1f','\xc0','\xd8','\x18','\xc0','\x18','\x18','\xc2','\x18','\x1f','\xc1','\x18','\x18','\xc1','\x98','\x18','\xc1','\x98','\x18','\xc9','\x98','\xff','\xfc','\x1a','\x66','\xc0','\x1f','\x66','\xc0','\xf8','\x64','\xc7','\x98','\x6c','\xf0','\x18','\x68','\x70','\x18','\x70','\x00','\x18','\x60','\x08','\x18','\x7f','\xfc','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x00','\x00','\x0c','\x00','\x60','\x3e','\xff','\xf4','\xf0','\x0c','\x07','\x80','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x06','\x18','\x07','\xff','\x10','\xc6','\x30','\x3f','\xe6','\x30','\x38','\xc6','\x30','\x78','\xc6','\x30','\x58','\xc6','\x30','\x98','\xc6','\x30','\x18','\xc6','\x30','\x18','\xcc','\x30','\x18','\xcc','\x30','\x1f','\xcc','\x30','\x18','\xc8','\x30','\x18','\xd8','\x30','\x18','\x10','\x30','\x00','\x20','\x30','\x00','\x00','\x30','\x72','\x10','\x0c','\x62','\x10','\x1e','\x6c','\x61','\x38','\x65','\x29','\xe0','\x62','\x11','\x80','\x64','\x21','\x80','\x65','\x29','\x80','\x7f','\xfd','\x86','\x68','\x85','\xff','\x60','\x01','\x98','\x7f','\xfd','\x98','\x62','\x11','\x98','\x62','\x11','\x98','\x6c','\x61','\x98','\x65','\x29','\x98','\x62','\x11','\x98','\x64','\x21','\x98','\x65','\x29','\x98','\x7f','\xfd','\x98','\x68','\x85','\x18','\x60','\x01','\x18','\x7f','\xfb','\x18','\x60','\x02','\x18','\x60','\x04','\x18','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xcc','\x06','\xff','\xef','\xff','\x18','\x18','\x00','\x18','\x10','\x00','\x18','\x28','\x0c','\x19','\x8f','\xfe','\x1f','\xcc','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\xcc','\x19','\xbf','\xff','\x19','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x23','\x0c','\x0c','\x63','\x0c','\x0c','\x4f','\x0c','\x7c','\x86','\x0c','\x18','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xcc','\x06','\xff','\xef','\xff','\x18','\x08','\xc0','\x18','\x10','\xc0','\x18','\x00','\xc6','\x19','\xbf','\xff','\x1f','\xc0','\xc0','\x19','\x80','\xc0','\x19','\x90','\xc6','\x19','\x9f','\xff','\x19','\x98','\xc6','\x19','\x98','\xc6','\x19','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x23','\x18','\xde','\x63','\x18','\xcc','\x4f','\x00','\xc0','\x86','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x01','\x01','\x00','\x00','\xc1','\xc0','\x10','\x61','\x80','\x10','\x62','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x1c','\x04','\x60','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x00','\x00','\x60','\x60','\x00','\x7f','\xf0','\x00','\x60','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\xe0','\x03','\x00','\xc0','\x0c','\x07','\xc0','\x30','\x01','\x80','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x06','\x0c','\xcf','\xff','\xff','\xf8','\x00','\x18','\x10','\x00','\x18','\x20','\x30','\x18','\x01','\xf8','\x19','\x9f','\x80','\x1f','\xc1','\x80','\x19','\x81','\x8c','\x19','\x9f','\xfe','\x19','\x81','\x80','\x19','\x81','\x80','\x19','\x81','\x86','\x19','\xbf','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x82','\x23','\x01','\x82','\x63','\x01','\x83','\x4f','\x01','\xff','\x86','\x00','\xfe','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x06','\x0c','\xcf','\xff','\xff','\xf8','\x00','\x18','\x10','\x00','\x18','\x24','\xe0','\x18','\x06','\xc0','\x19','\x86','\xc0','\x1f','\xcc','\xcc','\x19','\x8f','\xfe','\x19','\x88','\xc0','\x19','\x90','\xc0','\x19','\x80','\xc0','\x19','\x80','\xcc','\x19','\x8f','\xfe','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x23','\x00','\xc0','\x63','\x00','\xc6','\x4f','\x3f','\xff','\x86','\x00','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x0c','\x0c','\x0f','\xfe','\x0c','\xd8','\x00','\xff','\xf1','\xc0','\x18','\x21','\x88','\x18','\x1f','\xfc','\x18','\x03','\x00','\x19','\x82','\x20','\x1f','\xc4','\x18','\x19','\xbf','\xfc','\x19','\x9e','\x0c','\x19','\x80','\x00','\x19','\x99','\x30','\x19','\x99','\x30','\x19','\x99','\x30','\x31','\x99','\x30','\x31','\x99','\x30','\x31','\x99','\x32','\x23','\x11','\x32','\x63','\x31','\x33','\x4f','\x21','\x3f','\x86','\x40','\x1e','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x0c','\x0c','\x0f','\xfe','\x0c','\xd8','\x00','\xff','\xf0','\x60','\x18','\x21','\xf0','\x18','\x07','\x88','\x18','\x10','\x8c','\x19','\x8c','\x88','\x1f','\xc4','\x92','\x19','\xbf','\xff','\x19','\x86','\xa0','\x19','\x84','\x90','\x19','\x8c','\x98','\x19','\x88','\x8c','\x19','\x9f','\xff','\x31','\xe8','\x8e','\x31','\x88','\x88','\x31','\x8f','\xf8','\x23','\x08','\x88','\x63','\x08','\x88','\x4f','\x0f','\xf8','\x86','\x08','\x08','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x1f','\xc0','\x0c','\x00','\x88','\x0c','\xc8','\x8c','\xff','\xe6','\x88','\x18','\x02','\x90','\x18','\x00','\x86','\x18','\x3f','\xff','\x19','\x83','\xa0','\x1f','\xc6','\x90','\x19','\x84','\x98','\x19','\x88','\x8f','\x19','\xb0','\x86','\x19','\x80','\x80','\x19','\x9f','\xfc','\x19','\x90','\x84','\x31','\x90','\x84','\x31','\x9f','\xfc','\x31','\x90','\x84','\x23','\x10','\x84','\x63','\x10','\x84','\x4f','\x1f','\xfc','\x86','\x10','\x04','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x37','\x00','\x00','\x36','\x00','\x00','\x66','\x00','\x00','\x66','\x00','\x00','\x66','\x00','\x00','\xc6','\x00','\x00','\xc6','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x00','\x00','\x00','\x00','\x30','\x3f','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1f','\x00','\x00','\x36','\x00','\x00','\x36','\x00','\x00','\x66','\x00','\x00','\x66','\x00','\x00','\xc6','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x7e','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x02','\x00','\x30','\x03','\xff','\xf8','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x00','\x00','\x00','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x1c','\x00','\x18','\x1a','\x00','\x30','\x19','\x00','\x30','\x31','\x80','\x20','\x30','\xc0','\x60','\x60','\x70','\x40','\xc0','\x3e','\x81','\x80','\x1c','\x06','\x00','\x0c','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x00','\xc0','\x00','\x81','\xc0','\x00','\x81','\x80','\x00','\x43','\x80','\x00','\x67','\x00','\x00','\x3e','\x00','\x00','\x1c','\x00','\x00','\x37','\x00','\x00','\xe3','\xe0','\x07','\x80','\xfe','\x78','\x00','\x3c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xfa','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc4','\x00','\x66','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x20','\x0c','\x00','\x3f','\xfe','\x43','\x30','\x0c','\x7f','\xb0','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x00','\x7f','\x33','\x80','\x63','\x33','\x00','\x63','\x33','\x08','\x63','\x33','\x0e','\x63','\x33','\x1c','\x63','\x33','\x30','\x63','\x33','\xc0','\x7f','\x23','\x00','\x63','\x63','\x00','\x60','\x63','\x02','\x00','\x43','\x02','\x00','\xc3','\x02','\x00','\x83','\x03','\x01','\x03','\xff','\x00','\x01','\xfe','\x00','\x00','\x00','\x00','\x60','\x00','\x7f','\xf2','\x0c','\x00','\x03','\xfe','\x00','\x03','\x0c','\x01','\x83','\x0c','\x3f','\xc3','\x0c','\x01','\x93','\x0c','\x01','\x9f','\x0c','\x19','\x9b','\xfc','\xfd','\xb3','\x0c','\x19','\xa3','\x0c','\x19','\xc3','\x0c','\x19','\xc3','\x0c','\x19','\xa3','\x0c','\x11','\xa3','\x0c','\x11','\x93','\xfc','\x31','\x9b','\x0c','\x21','\x8c','\x00','\x21','\x87','\x00','\x41','\x83','\xe0','\x81','\x80','\xff','\x0f','\x80','\x1e','\x03','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x60','\x00','\x23','\xf2','\x0c','\x3e','\x03','\xfe','\x30','\x03','\x0c','\x30','\xe3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\xff','\xc3','\x0c','\x78','\xc3','\x7c','\x41','\x83','\x18','\x01','\x83','\x00','\x03','\x03','\x00','\x0c','\x03','\x00','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\x00','\x18','\x07','\xff','\xfc','\x0c','\x63','\x18','\x18','\xc6','\x18','\x61','\x86','\x18','\x03','\x0c','\x38','\x0c','\x18','\x30','\x30','\x30','\x30','\x00','\xc0','\x70','\x07','\x03','\xe0','\x00','\x00','\xc0','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\xe0','\x04','\x00','\xc0','\x00','\xff','\xff','\xff','\x01','\x80','\xc0','\x03','\x01','\xc0','\x06','\x03','\x80','\x0f','\xf6','\x00','\x0c','\x1f','\x80','\x00','\x71','\xf0','\x03','\xc0','\x38','\x3c','\x00','\x18','\x00','\x01','\xc0','\x00','\x01','\x88','\x43','\x21','\x8e','\x7f','\x91','\x8c','\x63','\x11','\x8c','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x90','\x63','\x01','\xa0','\x7f','\x01','\x86','\x63','\x7f','\xff','\x63','\x06','\x60','\x63','\x06','\x60','\x63','\x06','\x60','\x63','\x06','\x60','\x63','\x06','\x60','\x7f','\x06','\x60','\x63','\x0c','\x60','\x60','\x0c','\x62','\x00','\x08','\x62','\x00','\x18','\x62','\x00','\x10','\x63','\x00','\x20','\x7f','\x00','\xc0','\x3e','\x00','\x00','\x18','\x3f','\xff','\xfc','\x02','\x01','\x00','\x03','\x81','\xc0','\x03','\x01','\x80','\x06','\x01','\x00','\x04','\x83','\x20','\x08','\x42','\x10','\x3f','\xef','\xf8','\x1c','\x67','\x18','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x20','\xe7','\x10','\x18','\xc6','\x1c','\x0c','\xc6','\x38','\x0c','\xc6','\x60','\x00','\xc7','\x80','\x02','\xc6','\x60','\x1c','\xc6','\x30','\xf9','\x86','\x18','\x61','\x86','\x1a','\x43','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\x60','\x03','\xfe','\x00','\x00','\x10','\x00','\x0c','\x1c','\x43','\x03','\xb8','\x7f','\x80','\xe0','\x63','\x03','\xb8','\x63','\x3e','\x18','\x63','\x03','\x80','\x63','\x03','\x06','\x63','\x7f','\xff','\x63','\x06','\x00','\x7f','\x06','\xe0','\x63','\x0c','\xc0','\x63','\x08','\xc6','\x63','\x1f','\xff','\x63','\x38','\xc6','\x63','\xd8','\xc6','\x63','\x18','\xc6','\x7f','\x18','\xc6','\x63','\x18','\xc6','\x60','\x18','\xc6','\x00','\x18','\xde','\x00','\x18','\xcc','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x3f','\xfe','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x30','\x63','\x1f','\xf8','\x63','\x06','\x30','\x63','\x06','\x30','\x7f','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x36','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x10','\x18','\x7f','\x1f','\xfc','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x01','\xc0','\x00','\x11','\x80','\x43','\x1d','\x80','\x7f','\x99','\x80','\x63','\x19','\x8c','\x63','\x3f','\xfe','\x63','\x31','\x80','\x63','\x21','\x80','\x63','\x41','\x80','\x7f','\x01','\x80','\x63','\x01','\x86','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x02','\x00','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x1b','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x19','\x84','\x08','\x31','\x82','\x1c','\x31','\x83','\x30','\x21','\x81','\x80','\x61','\x9c','\xe0','\x4f','\xf0','\x7f','\x87','\x80','\x3e','\x04','\x00','\x0e','\x04','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x00','\x01','\x00','\x00','\x0c','\xc0','\x10','\x0c','\x4c','\x1f','\xff','\xfe','\x18','\x06','\x00','\x18','\x06','\x10','\x18','\xc6','\x1c','\x1f','\xe3','\x38','\x18','\xc3','\x70','\x18','\xc1','\xe0','\x30','\xc0','\x82','\x31','\xc1','\xc2','\x21','\x83','\x62','\x6f','\x8c','\x73','\x43','\x30','\x3f','\x80','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x08','\x7e','\x0c','\xcf','\xe0','\xff','\xec','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0c','\x0f','\xff','\x0f','\x8c','\x30','\xfe','\x0c','\x30','\x7c','\x0c','\x30','\x4c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x10','\x30','\x7c','\x20','\x30','\x18','\x40','\x30','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x38','\x0c','\x00','\x30','\x1e','\x46','\x31','\x38','\x7f','\x31','\xe0','\x66','\x31','\x80','\x67','\xff','\x80','\x66','\x31','\x80','\x66','\x31','\x86','\x66','\x31','\xff','\x66','\x79','\x98','\x7e','\x75','\x98','\x66','\x75','\x98','\x66','\x75','\x98','\x66','\xf1','\x98','\x66','\xb1','\x98','\x66','\xb1','\x98','\x67','\x31','\x98','\x7e','\x31','\x98','\x66','\x31','\x98','\x60','\x31','\x18','\x00','\x33','\x18','\x00','\x32','\x18','\x00','\x34','\x18','\x00','\x30','\x18','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\xff','\xc3','\x06','\x79','\x83','\xff','\x41','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x38','\x03','\x00','\x04','\x00','\x20','\x07','\xff','\xf0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x27','\xff','\xe0','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x18','\x04','\xcf','\xff','\xf0','\x00','\x18','\x00','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0e','\x38','\x00','\x0c','\x30','\x43','\x0c','\x32','\x7f','\xff','\xff','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x01','\xc0','\x63','\x01','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\xff','\xff','\x63','\x03','\x40','\x7f','\x03','\x40','\x63','\x06','\x20','\x60','\x06','\x30','\x00','\x0c','\x18','\x00','\x18','\x1f','\x00','\x30','\x0e','\x00','\xc0','\x06','\x00','\x10','\x00','\x00','\x10','\x06','\x43','\x3f','\xff','\x7f','\xf0','\x06','\x63','\x61','\xc4','\x63','\x01','\x80','\x63','\x7f','\xfe','\x63','\x01','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x7f','\x01','\x80','\x63','\x01','\x86','\x60','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x21','\x80','\x43','\x21','\x86','\x7f','\xbf','\xff','\x63','\x60','\x06','\x63','\x60','\x04','\x63','\x00','\x18','\x63','\x3f','\xfc','\x63','\x00','\x00','\x7f','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x1f','\xf8','\x00','\x18','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x10','\x30','\x00','\x1f','\xf8','\x43','\x18','\x30','\x7f','\x98','\x30','\x63','\x1f','\xf0','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x7f','\x00','\x00','\x63','\x00','\x06','\x63','\xff','\xff','\x63','\x18','\x00','\x63','\x10','\x0c','\x63','\x3f','\xfe','\x7f','\x26','\x6c','\x63','\x4c','\x4c','\x60','\x88','\xcc','\x00','\x10','\x8c','\x00','\x21','\x0c','\x00','\xc2','\x1c','\x00','\x04','\x18','\x00','\x18','\xf8','\x00','\x00','\x30','\x00','\x10','\x00','\x00','\x10','\x06','\x43','\x3f','\xff','\x7f','\xf0','\x06','\x63','\x60','\x04','\x63','\x10','\x18','\x63','\x1f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x01','\xc0','\x63','\x01','\x86','\x7f','\x7f','\xff','\x63','\x00','\x00','\x60','\x00','\x00','\x00','\x08','\x20','\x00','\x0e','\x18','\x00','\x1c','\x0c','\x00','\x30','\x0e','\x00','\xc0','\x06','\x20','\xc0','\x18','\x3f','\xef','\xfc','\x30','\xc4','\xc0','\x30','\xc4','\xc0','\x3f','\xc4','\xc0','\x30','\xc4','\xcc','\x30','\xdf','\xfe','\x3f','\xc1','\x80','\x31','\x01','\xe0','\x30','\x83','\x64','\x33','\xc2','\x66','\xfc','\x64','\x7e','\x70','\x68','\x3c','\x40','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x40','\x18','\x40','\x7f','\xfc','\x30','\x60','\x18','\x18','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x00','\x7f','\xf8','\x00','\x21','\x00','\x00','\x31','\x8c','\x00','\x7f','\xfe','\x0c','\x61','\x80','\xfc','\xe1','\x80','\x0d','\x7f','\xfc','\x0e','\x61','\x80','\x0c','\x61','\x80','\x0c','\x7f','\xfc','\x0c','\x61','\x80','\x0c','\x61','\x86','\x0c','\x7f','\xff','\x0c','\x60','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x88','\x43','\x3f','\xfc','\x7f','\x81','\x80','\x63','\x01','\x84','\x63','\x7f','\xfe','\x63','\x00','\x00','\x63','\x18','\x18','\x63','\x10','\x10','\x7f','\xfe','\xfe','\x63','\x10','\x10','\x63','\x10','\x10','\x63','\x1c','\x12','\x63','\xf1','\xff','\x63','\x40','\x00','\x63','\x00','\x00','\x7f','\x7f','\xfe','\x63','\x0c','\x60','\x60','\x0c','\x60','\x00','\x18','\x62','\x00','\x18','\x62','\x00','\x30','\x63','\x00','\x60','\x7f','\x01','\x80','\x3e','\x00','\x1c','\x40','\x00','\x18','\x70','\x46','\x18','\x60','\x7f','\xff','\xe0','\x66','\x00','\x60','\x66','\x00','\x46','\x66','\x7e','\xff','\x66','\x42','\x88','\x66','\x43','\x4e','\x7e','\x7e','\x4c','\x66','\x00','\x4c','\x66','\x06','\x4c','\x66','\xff','\x28','\x66','\x06','\x28','\x66','\x04','\x38','\x66','\x18','\x10','\x7e','\x18','\x10','\x67','\xff','\x38','\x61','\xf8','\x28','\x01','\x18','\x2c','\x00','\x18','\x6c','\x00','\x18','\x4f','\x00','\xf8','\x86','\x00','\x31','\x06','\x07','\x20','\x80','\x86','\x38','\xe0','\x66','\x70','\xc0','\x26','\x41','\x86','\x06','\x81','\xff','\x7f','\xf2','\x10','\x46','\x15','\x1c','\x46','\x91','\x18','\x56','\x50','\xb0','\x56','\x50','\x60','\x56','\x50','\xf0','\x66','\x11','\x9c','\x46','\x76','\x0f','\x46','\x20','\x06','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x0e','\x70','\x00','\x0c','\x60','\x43','\x0c','\x66','\x7f','\xff','\xff','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x00','\x04','\x63','\x7f','\xfe','\x63','\x11','\x88','\x7f','\x11','\x88','\x63','\x11','\x8a','\x63','\xff','\xff','\x63','\x11','\x88','\x63','\x11','\x88','\x63','\x11','\x88','\x63','\x7f','\xfe','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x86','\x00','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x06','\x7f','\xff','\xff','\x63','\x03','\x44','\x63','\x42','\x46','\x63','\x36','\x28','\x63','\x14','\x30','\x63','\x08','\x18','\x7f','\x1f','\xfc','\x63','\x2c','\x3f','\x63','\x4c','\x36','\x63','\x0f','\xf0','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0f','\xf0','\x7f','\x01','\x80','\x63','\x21','\x90','\x60','\x39','\x8c','\x00','\x31','\x86','\x00','\x61','\x87','\x00','\x41','\x83','\x00','\x8f','\x80','\x00','\x03','\x00','\x00','\x00','\x18','\x00','\x01','\xfc','\x46','\x3f','\xc8','\x7f','\x11','\x0c','\x66','\x08','\x88','\x66','\x48','\x92','\x66','\x7f','\xff','\x66','\xc2','\x06','\x66','\xc1','\x88','\x66','\x0c','\x80','\x7e','\x2c','\x28','\x66','\x6c','\x26','\x66','\x47','\xe2','\x66','\x08','\x00','\x66','\x0c','\x18','\x66','\x0f','\xfc','\x66','\x18','\x18','\x7e','\x14','\x30','\x66','\x23','\x60','\x60','\xc1','\xc0','\x00','\x03','\x60','\x00','\x06','\x38','\x00','\x18','\x1f','\x00','\xe0','\x06','\x00','\x0e','\x70','\x00','\x0c','\x66','\x46','\xff','\xff','\x7f','\x0c','\x60','\x66','\x0c','\x60','\x66','\x40','\x06','\x66','\x7f','\xff','\x66','\xc0','\x06','\x66','\xcf','\xe4','\x7e','\x00','\x00','\x66','\x00','\x06','\x66','\xff','\xff','\x66','\x03','\x00','\x66','\x0e','\x08','\x66','\x33','\x0e','\x66','\xc5','\x8c','\x7e','\x09','\xd0','\x66','\x32','\xe0','\x60','\xc6','\xd0','\x00','\x0c','\xcc','\x00','\x18','\xcf','\x00','\x61','\xc6','\x01','\x87','\x80','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x46','\x41','\x86','\x7f','\x7f','\xff','\x66','\x60','\x00','\x66','\x61','\x10','\x66','\x6f','\xfe','\x66','\x61','\x10','\x66','\x61','\x10','\x7e','\x7f','\xff','\x66','\x60','\x40','\x66','\x60','\x40','\x66','\x67','\xfc','\x66','\x64','\x44','\x66','\x64','\x44','\x66','\x67','\xfc','\x7e','\x64','\x44','\x66','\xc4','\x44','\x60','\xc7','\xfc','\x00','\x80','\x00','\x01','\x82','\x10','\x01','\x03','\x0c','\x02','\x06','\x06','\x00','\x18','\x06','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x21','\x86','\x63','\x3f','\xff','\x63','\x30','\x00','\x63','\x30','\x00','\x63','\x30','\x80','\x7f','\x30','\xe0','\x63','\x30','\xc0','\x63','\x30','\xc0','\x63','\x30','\xc0','\x63','\x31','\x80','\x63','\x31','\x80','\x63','\x31','\x90','\x7f','\x21','\x08','\x63','\x61','\x0c','\x60','\x63','\x06','\x00','\x42','\x06','\x00','\xc2','\x3b','\x00','\x9f','\xe3','\x01','\x0f','\x03','\x00','\x08','\x00','\x00','\x10','\x18','\x00','\x0c','\x18','\x46','\x0c','\x20','\x7e','\x7f','\xfe','\x66','\x01','\x80','\x66','\x01','\x80','\x66','\x3f','\xfc','\x66','\x01','\x80','\x66','\x01','\x82','\x7e','\xff','\xff','\x66','\x00','\x00','\x66','\x04','\xe8','\x66','\x0e','\xc6','\x66','\x78','\xc2','\x66','\x08','\xc0','\x66','\xff','\xff','\x7e','\x08','\xc8','\x60','\x08','\x4c','\x60','\xfe','\x58','\x00','\x78','\x32','\x00','\x48','\x72','\x00','\x08','\xda','\x00','\x7b','\x0f','\x00','\x30','\x03','\x04','\x00','\x20','\x07','\xff','\xf0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x02','\x00','\x00','\x07','\x42','\x38','\x1c','\x42','\x0e','\x67','\xff','\xe6','\x00','\x42','\x00','\x07','\xff','\xe0','\x00','\x42','\x00','\x00','\x42','\x0c','\x7f','\xff','\xfe','\x00','\xe4','\x10','\x03','\x82','\x38','\x1f','\x83','\x60','\xf1','\x81','\xc0','\x01','\xfc','\xf0','\x1f','\xc0','\x3f','\x0e','\x00','\x0e','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x01','\x8c','\x3f','\xff','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x39','\x00','\x00','\x30','\xc0','\x00','\x30','\xc0','\x00','\x30','\x00','\x20','\x30','\x18','\x3f','\xff','\xfc','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x31','\x18','\x3f','\xff','\x98','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xff','\xf8','\x30','\x18','\x18','\x30','\x18','\x40','\x00','\x0c','\xe0','\x00','\x0d','\xc0','\x00','\x07','\x02','\x00','\x1e','\x02','\x00','\x73','\x82','\x03','\xc1','\xe3','\x7c','\x00','\x7f','\x00','\x00','\x1e','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\x80','\x0c','\x03','\xff','\xfe','\x06','\x00','\x0c','\x1f','\x0c','\x0c','\x66','\x1e','\x0c','\x06','\x70','\x0c','\x07','\x80','\x0c','\x06','\x02','\x0c','\x06','\x03','\x0c','\x07','\xff','\x1c','\x03','\xfe','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x21','\x80','\xe0','\x3f','\xc0','\xc0','\x31','\x9c','\xc7','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc0','\x31','\x9c','\xc7','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x21','\x98','\xc6','\x61','\x98','\xc6','\x41','\x9f','\xfe','\x4f','\x98','\x06','\x83','\x18','\x06','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x91','\x98','\x31','\x9f','\xfc','\x31','\x98','\x18','\x31','\x98','\x18','\x3f','\x98','\x18','\x31','\x9f','\xf8','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x9f','\xf8','\x3f','\x99','\x04','\x31','\x99','\x0e','\x31','\x98','\x9c','\x31','\x98','\xb0','\x31','\x98','\xc0','\x21','\x98','\x40','\x21','\x98','\x60','\x61','\x99','\xb8','\x41','\xfe','\x1f','\x4f','\xb8','\x0e','\x83','\x20','\x06','\x01','\xc1','\xc0','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x00','\x40','\x03','\xff','\xe0','\x07','\x81','\xb8','\x0d','\x81','\x9f','\x31','\xff','\x8e','\xc1','\x81','\x86','\x01','\x81','\x80','\x01','\xff','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x0f','\x80','\x18','\x03','\x00','\x23','\x0e','\x70','\x3f','\x0c','\x66','\x33','\xff','\xff','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x20','\x06','\x33','\x3f','\xff','\x3f','\x60','\x06','\x33','\x67','\xe4','\x33','\x00','\x00','\x33','\x00','\x06','\x33','\x7f','\xff','\x33','\x07','\x00','\x33','\x0e','\x08','\x3f','\x13','\x0e','\x33','\x65','\x8c','\x33','\x09','\xd0','\x33','\x13','\xe0','\x33','\x66','\xf0','\x23','\x0c','\xdc','\x63','\x18','\xcf','\x43','\x61','\xc6','\x4f','\x07','\x80','\x86','\x03','\x00','\x26','\x1c','\x70','\x3f','\x18','\x66','\x26','\x19','\x7f','\x26','\xff','\xe0','\x26','\x44','\x60','\x26','\x26','\x7e','\x26','\x24','\x06','\x3e','\x09','\x86','\x27','\xff','\xc6','\x26','\x00','\x7e','\x26','\x00','\x60','\x26','\x7e','\x60','\x26','\x42','\x7e','\x26','\x42','\x60','\x3e','\x7e','\x60','\x26','\x42','\x7e','\x26','\x42','\x60','\x26','\x7e','\x60','\x26','\x42','\x7e','\x66','\x42','\x60','\x46','\x42','\x62','\x46','\x42','\x63','\x5e','\x5e','\x7f','\x8c','\x4c','\x3e','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\x99','\xf0','\x00','\x18','\x00','\x1f','\x99','\xf8','\x00','\x00','\x00','\x10','\x82','\x0c','\xff','\xfb','\xfe','\x10','\x83','\x0c','\x1f','\x83','\x0c','\x06','\x03','\xfc','\x7f','\xe3','\x0c','\x46','\x23','\x0c','\x46','\x23','\xfc','\x7f','\xe3','\x0c','\x06','\x03','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x0c','\x7c','\x06','\x30','\x18','\x00','\x1c','\x00','\x00','\x18','\x80','\x00','\x18','\x60','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\xe0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc2','\x0c','\x18','\xc2','\x0c','\x18','\xc2','\x08','\x18','\xc3','\x10','\x18','\xff','\x20','\x18','\x7e','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x3c','\x30','\x0c','\x3c','\x30','\x0c','\x7a','\xf0','\x0c','\x7a','\x60','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3c','\x30','\x18','\x1f','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x03','\x00','\x3f','\xff','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x0c','\x03','\x87','\xfe','\x03','\x06','\x0c','\x03','\x00','\x0c','\x06','\x00','\x1c','\x0c','\x00','\x18','\x18','\x00','\xf8','\x60','\x1c','\x30','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x01','\x80','\x0c','\x3f','\xc0','\x0c','\x01','\x00','\x0c','\x01','\x00','\x0d','\x81','\x00','\xff','\xc1','\x00','\x0c','\x01','\x00','\x0c','\x01','\x00','\x0c','\x03','\x00','\x1e','\x03','\x00','\x1d','\x83','\x80','\x1c','\xc3','\x80','\x3c','\xc2','\x80','\x2c','\x06','\x80','\x2c','\x06','\xc0','\x6c','\x06','\x40','\x4c','\x04','\x60','\x8c','\x0c','\x60','\x0c','\x08','\x30','\x0c','\x18','\x38','\x0c','\x10','\x1c','\x0c','\x20','\x1f','\x0c','\x40','\x0e','\x0d','\x80','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc3','\x0c','\x0c','\x3f','\xfe','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x1e','\x03','\x0c','\x1d','\x83','\x0c','\x1c','\xc3','\x0c','\x3c','\xc3','\x0c','\x2c','\x03','\x0c','\x2c','\x03','\x0c','\x6c','\x03','\x0c','\x4c','\x06','\x0c','\x8c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x04','\x0c','\x0c','\x0c','\x1c','\x0c','\x08','\x18','\x0c','\x10','\xf8','\x0c','\x60','\x30','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x03','\x0c','\x0d','\x83','\x0c','\xff','\xc3','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x1e','\x03','\x0c','\x1d','\x83','\x0c','\x1c','\xc3','\x0c','\x3c','\xc3','\x0c','\x2c','\x07','\x0c','\x2c','\x06','\x0c','\x6c','\x06','\x0c','\x4c','\x06','\x0c','\x8c','\x04','\x0c','\x0c','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x18','\x1c','\x0c','\x10','\x18','\x0c','\x20','\xf8','\x0c','\xc0','\x30','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x01','\x86','\x1e','\x7f','\xff','\x1d','\x81','\x80','\x3c','\xc1','\x80','\x2c','\xc1','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x00','\x0c','\x0c','\xc0','\x0c','\xff','\xe0','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x1e','\x08','\x0c','\x1d','\x8f','\xfc','\x1c','\xcc','\x0c','\x3c','\xcc','\x0c','\x2c','\x0c','\x00','\x2c','\x0c','\x00','\x6c','\x0c','\x00','\x4c','\x0c','\x00','\x8c','\x0c','\x00','\x0c','\x0c','\x02','\x0c','\x0c','\x02','\x0c','\x0c','\x02','\x0c','\x0c','\x03','\x0c','\x0f','\xff','\x0c','\x07','\xfe','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x81','\x80','\x1c','\xc1','\x80','\x3c','\xc1','\x80','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x20','\x0c','\x03','\x18','\x0c','\x03','\x0c','\x0d','\x83','\x0c','\xff','\xc3','\x00','\x0c','\x03','\x06','\x0c','\x3f','\xff','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x81','\x80','\x1c','\xc1','\x80','\x3c','\xc1','\xc0','\x2c','\x00','\xc0','\x2c','\x00','\xc0','\x6c','\x00','\xc0','\x4c','\x00','\xe0','\x8c','\x00','\x60','\x0c','\x00','\x72','\x0c','\x00','\x32','\x0c','\x00','\x3a','\x0c','\x00','\x1f','\x0c','\x00','\x0f','\x0c','\x00','\x06','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0d','\x80','\xc0','\xff','\xc0','\xc0','\x0c','\x1c','\xc7','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x1e','\x18','\xc6','\x1d','\x98','\xc6','\x1c','\xd8','\xc6','\x3c','\xd8','\xc6','\x2c','\x18','\xc6','\x2c','\x18','\xc6','\x6c','\x18','\xc6','\x4c','\x18','\xc6','\x8c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x06','\x00','\x0d','\x86','\x00','\xff','\xc6','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0c','\x0c','\x07','\xfe','\x1e','\x06','\x0c','\x1d','\x86','\x0c','\x1c','\xc6','\x0c','\x3c','\xc6','\x0c','\x2c','\x0e','\x0c','\x2c','\x0c','\x0c','\x6c','\x0c','\x0c','\x4c','\x0c','\x0c','\x8c','\x08','\x0c','\x0c','\x18','\x1c','\x0c','\x10','\x18','\x0c','\x30','\x18','\x0c','\x20','\x38','\x0c','\x41','\xf0','\x0c','\x80','\x60','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x01','\x80','\x1e','\x01','\x8c','\x1d','\xbf','\xfe','\x3c','\xc1','\x80','\x2c','\xc1','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xfa','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0e','\x18','\x3f','\x38','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x44','\x10','\x10','\x42','\x0c','\x30','\xc2','\x06','\xe0','\xc3','\x07','\xc0','\xc3','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xf9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\x60','\x80','\x06','\x00','\xe3','\x00','\x01','\xc0','\xe0','\x03','\x80','\x38','\x07','\x20','\x1c','\x0c','\x38','\x0e','\x30','\x30','\x06','\xc0','\x61','\x00','\x00','\x40','\xc0','\x00','\x80','\x70','\x0f','\xff','\xb8','\x07','\xe0','\x18','\x04','\x00','\x18','\x0e','\x00','\x18','\x0c','\x1f','\xfc','\x0c','\x00','\x18','\x0c','\x00','\x30','\x0d','\x84','\x20','\xff','\xc3','\x40','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x00','\x06','\x1e','\x3f','\xff','\x1d','\x81','\x86','\x1c','\xc1','\x84','\x3c','\xc1','\x88','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x91','\x80','\xff','\xdd','\xa0','\x0c','\x19','\x98','\x0c','\x19','\x8c','\x0e','\x19','\x86','\x1d','\x19','\x87','\x1d','\x91','\x83','\x1d','\xb1','\x90','\x3c','\x21','\x9c','\x2c','\x41','\x98','\x2c','\x0f','\xb0','\x6c','\x03','\x30','\x4c','\x00','\x60','\x8c','\x00','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x30','\x00','\x0c','\xc0','\x00','\x0e','\x08','\x40','\x0c','\x0e','\x40','\x0c','\x0c','\x40','\x0c','\x0c','\x40','\x0d','\x88','\x20','\xff','\xc8','\x20','\x0c','\x18','\x30','\x0c','\x10','\x10','\x0c','\x10','\x18','\x1c','\x20','\x0c','\x1e','\x3f','\xff','\x1d','\x46','\x36','\x3d','\x86','\x30','\x2d','\x86','\x30','\x2c','\x06','\x30','\x6c','\x06','\x30','\x4c','\x0c','\x30','\x8c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x70','\x0c','\x10','\x60','\x0c','\x23','\xe0','\x0c','\xc0','\xc0','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x83','\x06','\xff','\xff','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x1e','\x06','\x0c','\x1d','\x87','\xfe','\x1c','\xc6','\x0c','\x3c','\xc6','\x0c','\x2c','\x06','\x0c','\x2c','\x06','\x0c','\x6c','\x06','\x0c','\x4c','\x0c','\x0c','\x8c','\x0c','\x0c','\x0c','\x0c','\x1c','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x30','\x38','\x0c','\x61','\xf0','\x0d','\x80','\x60','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0d','\x90','\x0c','\xff','\xdf','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x98','\x0c','\x1c','\xdf','\xfc','\x3c','\xd8','\x0c','\x2c','\x18','\x0c','\x2c','\x18','\x00','\x6c','\x18','\x00','\x4c','\x18','\x00','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x20','\x00','\x0c','\x60','\x00','\x0c','\x40','\x00','\x0c','\x80','\x00','\x0d','\x00','\x00','\x0e','\x00','\x38','\x0c','\x01','\xb0','\x0c','\x07','\xf0','\x0c','\x3e','\x30','\x0d','\x86','\x30','\xff','\xc6','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x1e','\x06','\x36','\x1d','\xbf','\xff','\x1c','\xc6','\x30','\x3c','\xc6','\x30','\x2c','\x06','\x30','\x2c','\x06','\x30','\x6c','\x0e','\x30','\x4c','\x0c','\x30','\x8c','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x30','\x0c','\x10','\x30','\x0c','\x20','\x30','\x0c','\x40','\x30','\x0c','\x00','\x30','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x06','\x30','\x0d','\x86','\x30','\xff','\xc6','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x1e','\x06','\x36','\x1d','\xbf','\xff','\x1c','\xc6','\x30','\x3c','\xc6','\x30','\x2c','\x06','\x30','\x2c','\x06','\x30','\x6c','\x06','\x30','\x4c','\x0e','\x30','\x8c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x30','\x0c','\x10','\x30','\x0c','\x20','\x30','\x0c','\x40','\x30','\x1c','\x70','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x1b','\x66','\x46','\xff','\xff','\x7f','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x1c','\x66','\x66','\x3a','\x66','\x66','\x3b','\x66','\x66','\x3b','\x66','\x66','\x38','\x66','\x66','\x78','\x66','\x66','\x58','\xc6','\x66','\x58','\xc6','\x66','\x98','\xc6','\x66','\x18','\xcc','\x66','\x18','\x8c','\x66','\x19','\x8c','\x7e','\x19','\x0c','\x66','\x19','\x7c','\x66','\x1a','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x18','\x0d','\x80','\x18','\xff','\xc0','\x18','\x0c','\x21','\x98','\x0c','\x3f','\xd8','\x0c','\x31','\x98','\x1e','\x31','\x98','\x1d','\x31','\x98','\x1d','\xb1','\x98','\x3d','\xb1','\x98','\x2c','\x31','\x98','\x2c','\x3f','\x98','\x6c','\x31','\x98','\x4c','\x30','\x18','\x8c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0e','\x18','\x0c','\x1d','\x80','\x00','\x1c','\xc0','\x00','\x1c','\xc0','\x06','\x3c','\x3f','\xff','\x2c','\x03','\x06','\x2c','\x03','\x06','\x6c','\x03','\x06','\x4c','\x03','\x06','\x8c','\x07','\x06','\x0c','\x06','\x06','\x0c','\x0e','\x0e','\x0c','\x0c','\x0c','\x0c','\x18','\x0c','\x0c','\x30','\x7c','\x0c','\xc0','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x1a','\x18','\x98','\x19','\x99','\xd8','\x18','\x99','\x18','\x18','\x1a','\x18','\x1f','\xff','\xf8','\x18','\x7a','\x18','\x00','\xda','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x00','\x00','\x0c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x98','\x0c','\x1c','\xd8','\x0c','\x3c','\xd8','\x0c','\x2c','\x1f','\xfc','\x2c','\x18','\x0c','\x6c','\x00','\x00','\x4c','\x00','\x00','\x8c','\x08','\x20','\x0c','\x0e','\x10','\x0c','\x0c','\x18','\x0c','\x18','\x0c','\x0c','\x10','\x0e','\x0c','\x20','\x06','\x0c','\x40','\x06','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x00','\x0c','\x31','\x00','\x0d','\xb1','\xc0','\xff','\xf1','\x80','\x0c','\x31','\x98','\x0c','\x31','\xfc','\x0c','\x31','\x18','\x1e','\x33','\x18','\x1d','\x32','\x30','\x1d','\xb4','\x30','\x3d','\xb0','\x60','\x2c','\x30','\x70','\x2c','\x30','\xd0','\x6c','\x30','\x98','\x4c','\x31','\x0c','\x8c','\x32','\x0f','\x0c','\x34','\x06','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0d','\x98','\x06','\xff','\xdf','\xff','\x0c','\x30','\x06','\x0c','\x20','\x06','\x0c','\x40','\x06','\x1e','\x10','\xc6','\x1d','\x9f','\xe6','\x1c','\xd8','\xc6','\x3c','\xd8','\xc6','\x2c','\x18','\xc6','\x2c','\x18','\xc6','\x6c','\x18','\xc6','\x4c','\x1f','\xc6','\x8c','\x18','\xc6','\x0c','\x00','\x06','\x0c','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x0e','\x10','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0d','\x98','\x30','\xff','\xd8','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x1e','\x18','\x30','\x1d','\x98','\x30','\x1c','\xd8','\x30','\x3c','\xd8','\x30','\x2c','\x18','\x30','\x2c','\x18','\x30','\x6c','\x1f','\xf0','\x4c','\x18','\x30','\x8c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0d','\x8c','\x06','\xff','\xcf','\xff','\x0c','\x1b','\x00','\x0c','\x13','\x00','\x0c','\x23','\x00','\x1e','\x43','\x0c','\x1d','\x83','\xfe','\x1c','\xc3','\x00','\x3c','\xc3','\x00','\x2c','\x03','\x00','\x2c','\x03','\x00','\x6c','\x03','\x06','\x4c','\x03','\xff','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x11','\xe0','\x0c','\x1f','\x00','\x0d','\x98','\x00','\xff','\xd8','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x60','\x1e','\x18','\x60','\x1d','\x98','\x60','\x1c','\xdb','\x60','\x3c','\xd8','\xe0','\x2c','\x18','\x70','\x2c','\x18','\x7c','\x6c','\x10','\x6e','\x4c','\x30','\x66','\x8c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x60','\x60','\x0c','\x40','\x60','\x0c','\x80','\x60','\x0d','\x00','\x60','\x0c','\x00','\x60','\x0e','\x00','\x18','\x0c','\x21','\xfc','\x0c','\x3f','\xc0','\x0c','\x30','\xc0','\x0d','\xb0','\xc0','\xff','\xf0','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xcc','\x1e','\x3f','\xfe','\x1d','\x30','\xc0','\x1d','\xb0','\xc0','\x3d','\xb0','\xc0','\x2c','\x30','\xe0','\x2c','\x30','\x60','\x6c','\x30','\x60','\x4c','\x30','\x60','\x8c','\x36','\x72','\x0d','\xf8','\x32','\x0c','\xe0','\x32','\x0c','\x80','\x1a','\x0c','\x01','\x9f','\x0c','\xff','\xcf','\x0c','\x00','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x3f','\xfc','\x1d','\xb1','\x8c','\x1c','\xc1','\x80','\x3c','\xc1','\x80','\x2c','\x01','\x80','\x2c','\x71','\x87','\x6c','\x61','\x86','\x4c','\x61','\x86','\x8c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x7f','\xfe','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0d','\x9f','\xfe','\xff','\xd8','\x0c','\x0c','\x30','\x0c','\x0c','\x20','\x0c','\x0c','\x7f','\x8c','\x1c','\x81','\x8c','\x1e','\x01','\x8c','\x1d','\x01','\x8c','\x3d','\xa1','\x8c','\x2d','\xbf','\x8c','\x2c','\x30','\x1c','\x6c','\x30','\x18','\x4c','\x30','\xf8','\x8c','\x30','\x30','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x03','\x0c','\x3f','\xff','\x0c','\x1f','\xfe','\x0e','\x04','\x1c','\x0c','\x07','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0d','\x8c','\x18','\xff','\xcc','\x18','\x0c','\x0c','\x1a','\x0c','\x1b','\xff','\x0c','\x18','\x18','\x1e','\x38','\x18','\x1d','\x5a','\x18','\x1d','\x99','\x18','\x3d','\x99','\x98','\x2c','\x19','\x98','\x2c','\x19','\x98','\x6c','\x18','\x18','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\xf8','\x0c','\x18','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x8c','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x10','\x1e','\x10','\x1c','\x1d','\x88','\x18','\x1c','\xc8','\x18','\x3c','\xcc','\x18','\x2c','\x0c','\x10','\x2c','\x04','\x30','\x6c','\x06','\x30','\x4c','\x06','\x20','\x8c','\x06','\x20','\x0c','\x06','\x20','\x0c','\x00','\x40','\x0c','\x00','\x40','\x0c','\x00','\x46','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x00','\x18','\x0c','\x20','\xfc','\x0c','\x3f','\xe0','\x0c','\x30','\x20','\x0d','\xb3','\x20','\xff','\xf3','\x20','\x0c','\x33','\x20','\x0c','\x33','\x20','\x0c','\x33','\x20','\x1e','\x33','\x20','\x1d','\x33','\x20','\x1d','\xb3','\x30','\x3d','\xb3','\x10','\x2c','\x33','\x10','\x2c','\x33','\x10','\x6c','\x33','\x10','\x4c','\x33','\x18','\x8c','\x23','\x18','\x0c','\x63','\x48','\x0c','\x63','\x4c','\x0c','\x43','\xec','\x0c','\xdf','\x6f','\x0c','\x8c','\x66','\x0d','\x00','\x06','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x30','\xff','\xdb','\xdc','\x0c','\x30','\x0f','\x0c','\x60','\x06','\x0c','\xbf','\xf8','\x1e','\x21','\x08','\x1d','\x29','\x28','\x1d','\xa5','\x48','\x3d','\xa1','\x08','\x2c','\x3f','\xf8','\x2c','\x00','\x00','\x6c','\x00','\x00','\x4c','\x1f','\xf0','\x8c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x00','\xc0','\x0c','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x60','\x66','\xff','\xf7','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xf9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x0e','\x18','\x3f','\x38','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0d','\xb0','\x18','\xff','\xf7','\xfc','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x1e','\x30','\xc0','\x1d','\x30','\xd8','\x1d','\xb7','\xfc','\x3d','\xb0','\xc0','\x2c','\x30','\xc0','\x2c','\x30','\xc0','\x6c','\x30','\xc0','\x4c','\x30','\xc0','\x8c','\x30','\xcc','\x0c','\x37','\xfe','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x1c','\x06','\x06','\x18','\xff','\xff','\x18','\x06','\x06','\x18','\x06','\x06','\x1a','\x06','\x06','\xff','\x46','\x46','\x18','\x26','\x26','\x18','\x36','\x36','\x18','\x36','\x36','\x1c','\x06','\x06','\x3a','\x06','\x06','\x3b','\x06','\x06','\x3b','\x0e','\x0e','\x38','\x16','\x16','\x78','\x36','\x36','\x58','\xe6','\xe6','\x58','\x66','\x66','\x98','\x46','\x46','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x3e','\x3e','\x18','\x0c','\x0c','\x04','\x00','\x38','\x07','\x00','\x30','\x06','\x30','\x30','\x0f','\xf8','\x34','\x0c','\x37','\xfe','\x18','\x73','\x30','\x36','\x63','\x30','\x42','\xc3','\x30','\x01','\x83','\x32','\x03','\x0f','\xff','\x06','\x00','\x30','\x18','\x00','\x30','\x60','\x1c','\x30','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xf9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x07','\x18','\x3f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xbf','\xff','\xff','\xc6','\x40','\x0c','\x06','\x40','\x0c','\x04','\x20','\x0e','\x0c','\x30','\x1d','\x08','\x1c','\x1d','\x97','\xef','\x1d','\xa0','\x06','\x3c','\x40','\x00','\x2c','\x3f','\xfc','\x2c','\x06','\x00','\x6c','\x06','\x18','\x4c','\x07','\xfc','\x8c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\x18','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x07','\x00','\x0c','\x06','\x10','\x0c','\x06','\x1c','\x0c','\x06','\xd8','\x0d','\xbf','\xf8','\xff','\xc6','\x30','\x0c','\x06','\x30','\x0c','\x06','\x66','\x0c','\x7f','\xff','\x1e','\x01','\x80','\x1d','\x83','\x00','\x1c','\xce','\x18','\x3c','\xcf','\xfc','\x2c','\x1c','\x00','\x2c','\x2c','\x00','\x6c','\xcc','\x0c','\x4c','\x0f','\xfe','\x8c','\x0c','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\x18','\x0c','\x00','\x38','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc2','\x10','\x0c','\x06','\x08','\x0c','\x04','\x0c','\x0c','\x04','\x76','\x1e','\x3f','\x86','\x1d','\x9c','\x06','\x1c','\xd0','\x00','\x3c','\xc1','\xc0','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x01','\x8c','\x4c','\x3f','\xfe','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x86','\x00','\xff','\xc4','\x20','\x0c','\x04','\x18','\x0c','\x08','\x0c','\x0c','\x7f','\xf6','\x1e','\x3c','\x06','\x1d','\x20','\x00','\x1d','\x80','\x00','\x3d','\x99','\x38','\x2c','\x19','\x30','\x2c','\x19','\x30','\x6c','\x19','\x30','\x4c','\x19','\x30','\x8c','\x19','\x30','\x0c','\x19','\x30','\x0c','\x31','\x32','\x0c','\x31','\x32','\x0c','\x21','\x33','\x0c','\x41','\x3f','\x0c','\x80','\x1e','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0c','\x0d','\x7f','\xfe','\xff','\x8c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x18','\x0e','\x1d','\xfc','\x1d','\x18','\x18','\x1d','\x98','\x30','\x1d','\xb8','\x60','\x3c','\x38','\x60','\x2c','\x58','\x60','\x2c','\x98','\x66','\x6c','\x1b','\xff','\x4c','\x18','\x60','\x8c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x1b','\xe0','\x0c','\x18','\xc0','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x04','\x18','\x0d','\x88','\x0c','\xff','\xff','\xfe','\x0c','\x3f','\x06','\x0c','\x20','\x06','\x0c','\x11','\xc0','\x1e','\x19','\x80','\x1d','\x19','\x98','\x1d','\x9f','\xfc','\x3d','\xb1','\x80','\x2c','\x21','\x80','\x2c','\x41','\x80','\x6c','\x01','\x86','\x4c','\xff','\xff','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x84','\x0c','\x21','\x87','\x0c','\x11','\x86','\x0d','\x99','\x8c','\xff','\xcd','\x8c','\x0c','\x0d','\x88','\x0c','\x0d','\x90','\x0c','\x01','\x80','\x1e','\x01','\x86','\x1d','\x9f','\xff','\x1c','\xc0','\x06','\x3c','\xc0','\x06','\x2c','\x00','\x06','\x2c','\x00','\x06','\x6c','\x00','\x06','\x4c','\x1f','\xfe','\x8c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x1f','\xfe','\x0c','\x00','\x06','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x60','\x0c','\x0f','\xf0','\x0d','\x98','\x60','\xff','\xd0','\x40','\x0c','\x20','\x86','\x0c','\x7f','\xff','\x0c','\xb1','\x86','\x1e','\x31','\x86','\x1d','\x31','\x86','\x1d','\xbf','\xfe','\x3d','\xb1','\x86','\x2c','\x31','\x86','\x2c','\x31','\x86','\x6c','\x31','\x86','\x4c','\x3f','\xfe','\x8c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x40','\x06','\x0c','\x80','\x7e','\x0d','\x00','\x0c','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xdf','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x1f','\xfc','\x1d','\x98','\x0c','\x1c','\xc0','\x00','\x3c','\xc0','\x0c','\x2c','\x3f','\xfe','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x86','\x8c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x00','\x40','\x00','\x00','\x70','\x00','\x08','\x60','\x20','\x0f','\xff','\xf0','\x08','\x00','\x20','\x0f','\xff','\xe0','\x08','\x00','\x20','\x0f','\xff','\xe0','\x08','\x00','\x04','\x0f','\xff','\xfe','\x08','\x00','\x00','\x0f','\xff','\xfc','\x08','\x00','\x0c','\x00','\x1c','\x7c','\x00','\x18','\x18','\x00','\x18','\x02','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x01','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x11','\x80','\x0c','\x1d','\x80','\x0c','\x19','\x80','\x0d','\x99','\x8c','\xff','\xff','\xfe','\x0c','\x31','\x80','\x0c','\x21','\x80','\x0c','\x41','\x80','\x1e','\x01','\x80','\x1d','\x81','\x86','\x1c','\xff','\xff','\x3c','\xc0','\x00','\x2c','\x00','\x00','\x2c','\x10','\x18','\x6c','\x1f','\xfc','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x04','\x18','\x0d','\x88','\x0c','\xff','\xff','\xf6','\x0c','\x3e','\x06','\x0c','\x28','\x70','\x0c','\x0e','\x60','\x1c','\x0c','\x60','\x1e','\x18','\x7e','\x1d','\xb4','\x3e','\x3c','\xc7','\x00','\x2c','\xc6','\x18','\x2c','\x0f','\xfc','\x6c','\x08','\x30','\x4c','\x14','\x60','\x8c','\x62','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x0c','\x30','\x1e','\x0c','\xc0','\x06','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x23','\xe0','\x0c','\x3e','\x00','\x0d','\xb0','\x00','\xff','\xf0','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0c','\x30','\x00','\x1e','\x37','\xfc','\x1d','\x36','\x4c','\x1d','\xb6','\x4c','\x3d','\xb6','\x4c','\x2c','\x36','\x4c','\x2c','\x36','\x4c','\x6c','\x37','\xfc','\x4c','\x66','\x00','\x8c','\x66','\x00','\x0c','\x46','\x00','\x0c','\xc6','\x02','\x0c','\x86','\x02','\x0d','\x06','\x03','\x0c','\x07','\xff','\x0c','\x03','\xfe','\x08','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x0f','\xff','\x19','\xd8','\x18','\x19','\x94','\x30','\x19','\xa2','\x30','\x39','\x83','\x60','\x39','\x81','\xc0','\x59','\x83','\x70','\x59','\x8c','\x3f','\x99','\xb0','\x0e','\x19','\x81','\xc0','\x19','\x81','\x86','\x19','\xff','\xff','\x19','\x83','\xa0','\x19','\x87','\xa0','\x19','\x85','\x90','\x19','\x8d','\x98','\x19','\x89','\x8c','\x18','\x11','\x8f','\x18','\x61','\x86','\x18','\x01','\x80','\x18','\x01','\x80','\x1c','\x06','\x46','\x19','\xff','\x7f','\x18','\x26','\x66','\x18','\x26','\x66','\x18','\x26','\x64','\xff','\x26','\x6c','\x18','\x26','\x68','\x18','\xfe','\x68','\x18','\x26','\x70','\x3c','\x26','\x68','\x3b','\x26','\x6c','\x3b','\x26','\x64','\x38','\x26','\x66','\x78','\xfe','\x66','\x58','\x26','\x66','\x58','\x26','\x66','\x58','\x26','\x66','\x98','\x66','\x66','\x18','\x46','\x66','\x18','\x46','\x7e','\x18','\xce','\x6c','\x18','\x8c','\x60','\x19','\x3c','\x60','\x18','\x18','\x60','\x0e','\x00','\x0c','\x0c','\x18','\x3e','\x0c','\xfd','\xf0','\x0c','\x18','\x60','\x0c','\x10','\x60','\xff','\xb0','\x60','\x0c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x60','\x66','\x1e','\x47','\xff','\x1d','\x7c','\x60','\x1d','\x8c','\x60','\x3d','\x8c','\x60','\x2c','\x08','\x60','\x2c','\x08','\x60','\x6c','\x98','\x60','\x4c','\x90','\x60','\x8c','\x50','\x6c','\x0c','\x63','\xfe','\x0c','\x30','\x00','\x0c','\x5c','\x00','\x0c','\x4f','\xff','\x0c','\x83','\xfe','\x0d','\x00','\x00','\x0e','\x01','\x80','\x0c','\x01','\x00','\x0c','\x7f','\xfc','\x0c','\x01','\x00','\x0d','\x01','\x00','\xff','\xbf','\xf8','\x0c','\x00','\x02','\x0c','\xff','\xff','\x0c','\x00','\x02','\x1e','\x1f','\xf4','\x1d','\x01','\x00','\x1d','\x81','\x00','\x3d','\xbf','\xf8','\x2c','\x00','\x00','\x2c','\xff','\xff','\x6c','\x00','\x18','\x4c','\x00','\x18','\x8c','\xfd','\xff','\x0c','\xcc','\x18','\x0c','\xcd','\x98','\x0c','\xcc','\x98','\x0c','\xfc','\x18','\x0c','\x00','\x78','\x0c','\x00','\x30','\x0e','\x00','\x30','\x0c','\x00','\xf8','\x0c','\x13','\xc0','\x0c','\x1e','\x00','\x0d','\x98','\x00','\xff','\xd8','\x00','\x0c','\x18','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x60','\x1e','\x18','\x60','\x1d','\x98','\x60','\x1c','\xd8','\x60','\x3c','\xd8','\x60','\x2c','\x18','\x66','\x6c','\xff','\xff','\x4c','\x00','\x00','\x8c','\x00','\x00','\x0c','\x08','\x40','\x0c','\x0e','\x30','\x0c','\x1c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\x60','\x06','\x0d','\x80','\x06','\x0e','\x00','\x18','\x0c','\x00','\xfc','\x0c','\x0f','\xc0','\x0d','\xf8','\x10','\x0c','\x86','\x1c','\xff','\xe3','\x18','\x0c','\x33','\x30','\x0c','\x30','\x40','\x0c','\x00','\x18','\x1e','\x7f','\xfc','\x1d','\x80','\x30','\x1c','\xc0','\x60','\x3c','\xc2','\x80','\x2c','\x03','\x00','\x2c','\x03','\x06','\x6d','\xff','\xff','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x30','\xcc','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x07','\xc1','\xe0','\x0f','\x33','\xd0','\x1b','\x36','\xdc','\x33','\x0c','\xcf','\xc3','\x30','\xc6','\x03','\x00','\xc0','\x00','\x00','\x00','\x02','\x03','\x00','\x03','\xff','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x63','\x00','\x03','\x3b','\x00','\x07','\x1b','\x02','\x06','\x03','\x02','\x0e','\x03','\x02','\x0c','\x03','\x03','\x18','\x03','\xff','\x60','\x01','\xfe','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x1e','\x19','\x8c','\x1d','\x81','\x80','\x1c','\xc1','\x00','\x3c','\xc1','\x00','\x2c','\x22','\x06','\x2c','\x3f','\xff','\x6c','\x30','\x06','\x4c','\x30','\x06','\x8c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x31','\x8c','\x7f','\xff','\xfe','\x03','\x01','\x80','\x07','\xc3','\xc0','\x07','\x33','\xa0','\x0f','\x37','\xb0','\x1b','\x0d','\x9c','\x33','\x19','\x8f','\xc3','\x21','\x86','\x03','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x3c','\x00','\x00','\x33','\x80','\x00','\x30','\xe0','\x00','\x30','\x70','\x00','\x30','\x30','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x06','\x60','\x0d','\x86','\x60','\xff','\xc6','\x60','\x0c','\x06','\x60','\x0c','\x26','\x66','\x0c','\x3e','\x7f','\x1e','\x30','\x06','\x1d','\x30','\x06','\x1d','\xb0','\x06','\x3d','\xb0','\x06','\x2c','\x30','\x06','\x2c','\x30','\x06','\x6c','\x3e','\x7e','\x4c','\x36','\x66','\x8c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x06','\x66','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x13','\x0c','\x0c','\x1f','\xfe','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x98','\x0c','\x1c','\xdf','\xfc','\x3c','\xd8','\x0c','\x2c','\x03','\x80','\x2c','\x03','\x00','\x6c','\x03','\x06','\x4c','\x7f','\xff','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x02','\x0c','\x03','\x02','\x0c','\x03','\x03','\x0c','\x03','\xff','\x0c','\x01','\xfe','\x0e','\x00','\x18','\x0c','\x3f','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0d','\x86','\x1a','\xff','\xff','\xff','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x1e','\x06','\x18','\x1d','\xbf','\xf8','\x1c','\xc6','\x18','\x3c','\xc6','\x00','\x2c','\x0e','\x00','\x2c','\x0c','\x0c','\x6c','\x0f','\xfe','\x4c','\x1c','\x0c','\x8c','\x1c','\x0c','\x0c','\x3c','\x0c','\x0c','\x2c','\x0c','\x0c','\xcc','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x80','\x00','\xff','\xc8','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x1e','\x0c','\x30','\x1d','\x8f','\xf0','\x1c','\xc0','\x00','\x3c','\xc0','\x18','\x2c','\x1f','\xfc','\x2c','\x00','\x30','\x6c','\x01','\x40','\x4c','\x01','\x86','\x8c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x1c','\x40','\x06','\x18','\x60','\x0c','\x18','\x38','\x33','\xff','\xdf','\xc0','\x7a','\x06','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3e','\x30','\x18','\x0c','\x00','\x18','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0d','\x98','\x06','\xff','\xdf','\xff','\x0c','\x30','\x06','\x0c','\x67','\x06','\x0c','\x06','\x46','\x1e','\x26','\x76','\x1d','\x26','\x66','\x1d','\xb6','\xc6','\x3d','\xb7','\x06','\x2c','\x06','\x26','\x2c','\x7f','\xf6','\x6c','\x0e','\x06','\x4c','\x1f','\x06','\x8c','\x16','\xc6','\x0c','\x36','\x66','\x0c','\x66','\x66','\x0d','\x86','\x0e','\x0c','\x06','\x0c','\x0c','\x06','\x7c','\x0c','\x00','\x18','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x30','\xc6','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x68','\xcc','\x7f','\xef','\xfe','\x66','\x6c','\xcc','\x66','\x6c','\xcc','\x66','\x6c','\xcc','\x66','\x6c','\xcc','\x66','\xec','\xdc','\x66','\x6c','\xcc','\x0e','\x01','\xe0','\x0f','\x01','\xe0','\x1e','\xc3','\xd0','\x16','\x62','\xd0','\x36','\x66','\xd8','\x26','\x04','\xcf','\x46','\x08','\xce','\x86','\x10','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0e','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0d','\x60','\x06','\xff','\xef','\xf6','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x1e','\x61','\x86','\x1d','\x67','\xe6','\x1d','\x61','\x86','\x3d','\x61','\x86','\x2c','\x61','\xe6','\x2c','\x61','\xb6','\x6c','\x61','\xb6','\x4c','\x61','\x86','\x8c','\x61','\x86','\x0c','\x6f','\xf6','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x7f','\xfe','\x0c','\x60','\x06','\x0e','\x23','\x90','\x0c','\x13','\x1c','\x0c','\x1b','\x18','\x0c','\x1b','\x30','\x0d','\x83','\x24','\xff','\xff','\xfe','\x0c','\x06','\x40','\x0c','\x06','\x40','\x0e','\x0c','\x26','\x1d','\x7f','\xff','\x1d','\x88','\x30','\x1d','\x98','\x18','\x3c','\x13','\x8c','\x2c','\x23','\x0f','\x2c','\x43','\x06','\x6c','\xbf','\xf8','\x4c','\x03','\x18','\x8c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x30','\x0c','\x18','\x30','\x0c','\x31','\xf0','\x0c','\xc0','\x60','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x34','\x26','\x0d','\xb2','\x36','\xff','\xf3','\x36','\x0c','\x33','\x26','\x0c','\x30','\x46','\x0c','\x3f','\xfe','\x1e','\x30','\x86','\x1d','\x30','\x86','\x1d','\xb4','\x96','\x3d','\xb4','\x96','\x2c','\x34','\x96','\x2c','\x34','\x96','\x6c','\x34','\x96','\x4c','\x34','\x96','\x8c','\x34','\x96','\x0c','\x37','\xf6','\x0c','\x34','\x16','\x0c','\x34','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0d','\xbf','\xff','\xff','\xe6','\x66','\x0c','\x66','\x64','\x0c','\x66','\x68','\x0c','\x0c','\x60','\x1e','\x0c','\x60','\x1d','\x08','\x7e','\x1d','\x90','\x3e','\x3d','\xa0','\x00','\x2c','\x00','\x00','\x2c','\x00','\x18','\x6c','\x1f','\xfc','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xdf','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x1f','\xf8','\x1d','\x98','\x18','\x1c','\xc0','\x00','\x3c','\xdc','\x70','\x2c','\x18','\x62','\x2c','\x18','\x67','\x6c','\x1f','\x6e','\x4c','\x18','\x78','\x8c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x62','\x0c','\x1f','\x62','\x0c','\xfc','\x63','\x0c','\x70','\x7f','\x0c','\x40','\x3e','\x0e','\x00','\x18','\x0c','\x10','\xfc','\x0c','\x1f','\xc0','\x0c','\x18','\xc0','\x0d','\x98','\xc0','\xff','\xd8','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\x60','\x0e','\x18','\x60','\x1d','\x18','\x32','\x1d','\x98','\x32','\x1d','\x9f','\x1b','\x3c','\x7c','\x0f','\x2c','\x30','\x06','\x2c','\x00','\x00','\x6c','\x1f','\xfc','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0e','\x0e','\xc0','\x0c','\x0c','\x60','\x0c','\x0c','\x0c','\x0c','\x04','\x7e','\x0c','\x07','\x80','\x0d','\xbe','\x30','\xff','\xc3','\x60','\x0c','\x01','\x82','\x0c','\x02','\xc2','\x1e','\x0c','\x72','\x1d','\x30','\x1f','\x1d','\x8d','\x87','\x3d','\x8c','\xc0','\x2c','\x04','\x1e','\x2c','\x07','\xe0','\x6c','\x7e','\x10','\x4c','\x03','\x18','\x8c','\x01','\x30','\x0c','\x01','\xe0','\x0c','\x00','\x82','\x0c','\x01','\xe2','\x0c','\x03','\x3a','\x0c','\x0c','\x1f','\x0c','\x70','\x07','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x11','\x80','\x0c','\x11','\x86','\x0d','\xbf','\xff','\xff','\xe0','\x06','\x0c','\x60','\x04','\x0c','\x00','\x30','\x0e','\x0f','\xf8','\x1d','\x80','\x00','\x1c','\xc0','\x00','\x1c','\xc0','\x06','\x3c','\x3f','\xff','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x11','\x90','\x4c','\x1d','\x88','\x8c','\x19','\x8c','\x0c','\x31','\x86','\x0c','\x21','\x86','\x0c','\x41','\x83','\x0c','\x81','\x83','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0e','\x1c','\x4e','\x0c','\x1a','\x6c','\x0c','\x19','\xcc','\x0c','\x18','\x8c','\x0d','\x99','\x6c','\xff','\xda','\x2c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x1e','\x08','\x70','\x1d','\x8e','\x60','\x1c','\xcc','\x60','\x3c','\xd8','\x7e','\x2c','\x14','\x3e','\x2c','\x26','\x00','\x6c','\x07','\xf8','\x4c','\x0c','\x38','\x8c','\x0a','\x70','\x0c','\x12','\xe0','\x0c','\x61','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x18','\x3f','\x0c','\x60','\x0e','\x0e','\x1c','\x00','\x0c','\x18','\x06','\x0c','\x18','\xff','\x0c','\x18','\x26','\x0d','\x99','\x26','\xff','\xdf','\xa6','\x0c','\x18','\x26','\x0c','\x18','\x26','\x0e','\x18','\x26','\x1d','\x19','\xa6','\x1d','\xff','\xec','\x1d','\x98','\x2c','\x3c','\x18','\x2c','\x2c','\x9a','\x2c','\x2c','\xd9','\x28','\x6c','\xd9','\xb8','\x4c','\x99','\x90','\x8d','\x99','\xb8','\x0d','\x18','\x28','\x0e','\x18','\x68','\x0c','\x18','\x4c','\x0c','\x18','\x8f','\x0c','\xf9','\x06','\x0c','\x32','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0d','\x88','\x20','\xff','\xc4','\x38','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0c','\x00','\x46','\x1e','\x7f','\xff','\x1d','\x00','\x00','\x1d','\x84','\x00','\x3d','\x87','\x00','\x2c','\x06','\x06','\x2c','\x7f','\xff','\x6c','\x0c','\x18','\x4c','\x18','\x30','\x8c','\x18','\x30','\x0c','\x37','\x60','\x0c','\x30','\xc0','\x0c','\x01','\xe0','\x0c','\x03','\x38','\x0c','\x0c','\x1c','\x0c','\x70','\x0c','\x00','\x1c','\x00','\x00','\x18','\x18','\x7f','\xff','\xfc','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x3e','\x30','\x0c','\x7b','\xb0','\x01','\x98','\xe0','\x0e','\x18','\x70','\x70','\x00','\x38','\x00','\x1c','\x18','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x3c','\x30','\x0c','\x7a','\x30','\x00','\xd9','\x80','\x03','\x98','\xf0','\x0e','\x18','\x3f','\xf0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x1f','\xfe','\x0d','\x81','\x8c','\xff','\xc1','\x8c','\x0c','\x01','\x8c','\x0c','\x7f','\xff','\x0c','\x01','\x8c','\x1e','\x01','\x8c','\x1d','\x01','\x8c','\x1d','\x9f','\xfc','\x3d','\x81','\x80','\x3c','\x01','\x88','\x2c','\x11','\x8e','\x6c','\x0d','\x9c','\x4c','\x05','\xa0','\x8c','\x01','\xc0','\x0c','\x03','\xa0','\x0c','\x0d','\xb0','\x0c','\x79','\x9c','\x0c','\x31','\x8f','\x0c','\x27','\x86','\x0c','\x03','\x00','\x0e','\x20','\x00','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x30','\x86','\x0d','\xb0','\xff','\xff','\xff','\xc6','\x0c','\x58','\xc6','\x0c','\x58','\xc6','\x0c','\x98','\xc6','\x1e','\x18','\xc6','\x1d','\x18','\xc6','\x1d','\xff','\xc6','\x3d','\x98','\xc6','\x2c','\x18','\xc6','\x2c','\x18','\xc6','\x6c','\x18','\xc6','\x4c','\x14','\xc6','\x8c','\x34','\xc6','\x0c','\x36','\xc6','\x0c','\x26','\xc6','\x0c','\x66','\xfe','\x0c','\x40','\xc6','\x0c','\x80','\xc6','\x0d','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x01','\xff','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x11','\x8c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x9f','\xfc','\x1c','\xd8','\x0c','\x3c','\xd8','\x0c','\x2c','\x18','\x0c','\x2c','\x1f','\xfc','\x6c','\x19','\x8c','\x4c','\x01','\x80','\x8c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x00','\x1c','\x40','\x04','\x18','\x70','\x03','\x18','\x60','\x11','\x98','\x40','\x11','\x98','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xf9','\x80','\x01','\xd8','\xf0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0d','\x8c','\x40','\xff','\xcc','\x60','\x0c','\x18','\x30','\x0c','\x17','\xdc','\x0c','\x20','\x0f','\x1e','\x40','\x66','\x1d','\x1f','\xf0','\x1d','\x80','\x60','\x3d','\x80','\x60','\x2c','\x00','\xc0','\x2c','\x00','\xc0','\x6c','\x00','\x00','\x4c','\x0d','\x10','\x8c','\x2c','\x8c','\x0c','\x2c','\xc6','\x0c','\x6c','\xd3','\x0c','\x4c','\x13','\x0c','\xcc','\x18','\x0c','\xcf','\xf8','\x0c','\x07','\xf0','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x41','\x86','\x18','\x7f','\xff','\x1b','\x60','\x00','\xff','\xe4','\x00','\x18','\x67','\x1c','\x18','\x66','\x18','\x18','\x66','\x18','\x3c','\x66','\x1a','\x3a','\x6d','\xff','\x3b','\x6c','\x18','\x3b','\x6c','\x18','\x78','\x7d','\x18','\x58','\x6c','\x98','\x58','\x6c','\xd8','\x58','\xcc','\xd8','\x98','\xcc','\x18','\x18','\x8c','\x18','\x19','\x8c','\x18','\x19','\x0c','\x18','\x1a','\x0c','\x18','\x18','\x0c','\x78','\x18','\x0c','\x30','\x0e','\x00','\x10','\x0c','\x10','\x1c','\x0c','\x0c','\x18','\x0c','\x06','\x30','\x0d','\x86','\x20','\xff','\xc0','\x4c','\x0c','\x3f','\xfe','\x0c','\x06','\x60','\x0e','\x06','\x60','\x1d','\x06','\x60','\x1d','\x86','\x60','\x1d','\x86','\x64','\x3c','\x06','\x67','\x2c','\x46','\x66','\x2c','\x26','\x66','\x6c','\x26','\x64','\x4c','\x36','\x64','\x8c','\x36','\x68','\x0c','\x36','\x68','\x0c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x06','\x66','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x1c','\x42','\x46','\x18','\x7f','\x7f','\x18','\x62','\x46','\x18','\x62','\x46','\x1b','\x7e','\x7e','\xff','\xe2','\x46','\x18','\x62','\x46','\x18','\x62','\x46','\x18','\x7e','\x7e','\x3c','\x60','\x06','\x3a','\x60','\x06','\x3b','\x60','\x06','\x3b','\x60','\x06','\x78','\x60','\x06','\x58','\x60','\x06','\x58','\x60','\x06','\x58','\x60','\x06','\x98','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x3e','\x18','\x60','\x0c','\x0e','\x03','\x60','\x0c','\x02','\x40','\x0c','\x02','\x40','\x0c','\x02','\x40','\x0d','\xa2','\x4c','\xff','\xff','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x1e','\x32','\x4c','\x1d','\x3f','\xfc','\x1d','\xb2','\x4c','\x3d','\xb2','\x4c','\x2c','\x32','\x4c','\x2c','\x32','\x4c','\x6c','\x32','\x4c','\x4c','\xff','\xff','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x08','\x20','\x0c','\x0e','\x18','\x0c','\x1c','\x0c','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x1c','\x00','\x07','\x18','\x01','\x86','\x18','\xff','\xc6','\x18','\x18','\x06','\x1b','\x18','\x26','\xff','\x92','\x26','\x18','\x31','\x26','\x18','\x21','\x26','\x18','\xff','\xa6','\x3c','\x71','\xa6','\x3a','\x00','\x26','\x3b','\x1c','\x26','\x3b','\x18','\x26','\x78','\x1a','\x26','\x58','\xff','\x26','\x58','\x18','\x26','\x58','\x18','\x26','\x98','\x18','\x26','\x18','\x19','\x86','\x18','\x1e','\x06','\x19','\xf8','\x06','\x18','\xe0','\x06','\x18','\x80','\x3e','\x18','\x00','\x0c','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0d','\x8c','\x40','\xff','\xcc','\x60','\x0c','\x18','\x38','\x0c','\x10','\x1f','\x0c','\x2f','\xee','\x1e','\x40','\x06','\x1d','\x00','\x00','\x1d','\xa0','\x0c','\x3d','\xbf','\xfe','\x2c','\x32','\x4c','\x2c','\x32','\x4c','\x6c','\x32','\x4c','\x4c','\x32','\x4c','\x8c','\x3f','\xfc','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x5c','\x0c','\x30','\x0c','\x0e','\x00','\x60','\x0c','\x7f','\xf0','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0d','\x8c','\x66','\xff','\xcc','\x7f','\x0c','\x18','\x06','\x0c','\x1f','\xc6','\x0e','\x18','\x46','\x1d','\x12','\x86','\x1d','\xb1','\x06','\x1d','\xa2','\xc6','\x3c','\x4c','\x5e','\x2c','\x80','\x0c','\x2c','\x00','\x00','\x6c','\x3f','\xfc','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x1c','\x70','\x0c','\x18','\x60','\x0c','\x18','\x64','\x0c','\x18','\x67','\x0d','\x9f','\x6e','\xff','\xd8','\x70','\x0c','\x18','\x62','\x0c','\x18','\x62','\x0c','\x18','\x63','\x1e','\x7f','\x7f','\x1d','\x38','\x3e','\x1d','\xa2','\x00','\x3d','\x83','\x80','\x2c','\x13','\x0c','\x2c','\x1f','\xfe','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0e','\x1c','\x46','\x0c','\x18','\x7f','\x0c','\x18','\x66','\x0c','\x18','\x66','\x0d','\x9b','\x66','\xff','\xff','\xe6','\x0c','\x18','\x66','\x0c','\x18','\x7e','\x0e','\x18','\x66','\x1d','\x18','\x66','\x1d','\x98','\x66','\x1d','\x98','\x66','\x3c','\x7e','\x66','\x2c','\x66','\x7e','\x2c','\x66','\x66','\x6c','\x66','\x66','\x4c','\x66','\x66','\x8c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x7e','\xc6','\x0c','\x66','\xc6','\x0c','\x60','\x86','\x0c','\x01','\x3e','\x0c','\x02','\x0c','\x1c','\x0c','\x70','\x18','\x3e','\x60','\x19','\xf0','\x60','\x18','\x30','\x60','\x18','\x30','\x64','\xff','\x31','\x67','\x18','\x31','\x66','\x19','\xff','\x66','\x18','\x31','\x64','\x3c','\x33','\x68','\x3a','\x33','\x60','\x3b','\x78','\x60','\x3b','\x74','\x60','\x78','\x76','\xf0','\x58','\xf6','\xd0','\x58','\xb0','\xd0','\x59','\xb0','\xd0','\x99','\x30','\xd8','\x1a','\x31','\x88','\x18','\x31','\x8c','\x18','\x31','\x0c','\x18','\x33','\x0f','\x18','\x32','\x06','\x18','\x34','\x06','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\x18','\xff','\xcf','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x1e','\x0c','\x18','\x1d','\x8c','\x18','\x1c','\xcf','\xf8','\x3c','\xcc','\x18','\x2c','\x0c','\x18','\x2c','\x0c','\x18','\x6c','\x0f','\xf8','\x4c','\x0c','\x18','\x8c','\x0c','\x18','\x0c','\x0c','\x1f','\x0c','\x7f','\xf8','\x0c','\x3e','\x18','\x0c','\x20','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0e','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x19','\x86','\x0c','\xff','\xff','\x0c','\x18','\x26','\xff','\x98','\x26','\x0c','\x1a','\x26','\x0c','\x7f','\x66','\x0e','\x18','\x46','\x1d','\x98','\x4e','\x1d','\x98','\xcc','\x1c','\x1e','\xbc','\x3c','\xf9','\x18','\x2c','\x60','\x00','\x2c','\x03','\x80','\x6c','\x03','\x06','\x4c','\xff','\xff','\x8c','\x06','\x80','\x0c','\x06','\x40','\x0c','\x0c','\x60','\x0c','\x0c','\x38','\x0c','\x18','\x1f','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x13','\x18','\x0c','\x1f','\xfc','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x18','\x18','\x1d','\x9f','\xf8','\x1c','\xc1','\x80','\x3c','\xc1','\x88','\x2c','\x0d','\x8e','\x2c','\x7f','\x9c','\x6c','\x0d','\xa0','\x4c','\x0d','\xc0','\x8c','\x19','\xa0','\x0c','\x19','\xb0','\x0c','\x31','\x98','\x0c','\x21','\x9f','\x0c','\x41','\x8e','\x0d','\x8f','\x86','\x0c','\x03','\x00','\x0e','\x03','\x80','\x0c','\x03','\x08','\x0c','\x03','\x0e','\x0c','\x03','\x6c','\x0d','\x9f','\xf8','\xff','\xc3','\x18','\x0c','\x03','\x30','\x0c','\x03','\x60','\x0c','\x03','\x46','\x1e','\x3f','\xff','\x1d','\x83','\x00','\x1c','\xc6','\x00','\x3c','\xcc','\x18','\x2c','\x1f','\xfc','\x2c','\x2c','\x18','\x6c','\xcc','\x18','\x4c','\x0c','\x18','\x8c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x34','\x0c','\x7f','\xfe','\x0d','\x8c','\x30','\xff','\xcc','\x30','\x0c','\x0f','\xf0','\x0c','\x0c','\x30','\x0e','\x0c','\x30','\x1d','\x0f','\xf0','\x1d','\x8c','\x30','\x1d','\x8c','\x30','\x3c','\x0c','\x36','\x2c','\xff','\xff','\x2c','\x33','\x30','\x6c','\x33','\x30','\x4c','\x32','\x30','\x8c','\x32','\x3e','\x0c','\x34','\x1e','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x88','\x20','\xff','\xc4','\x38','\x0c','\x06','\x30','\x0c','\x26','\x20','\x0c','\x20','\x46','\x1c','\x3f','\xff','\x1e','\x60','\x04','\x1d','\x61','\xc8','\x3d','\x81','\x80','\x2d','\xa1','\x8c','\x2c','\x3f','\xfe','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x8c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\xbc','\x0c','\x31','\x98','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x00','\x60','\x0c','\x1f','\xf0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0d','\x9f','\xe0','\xff','\xc0','\x60','\x0c','\x00','\x66','\x0c','\x7f','\xff','\x0e','\x01','\x80','\x1d','\x03','\x00','\x1d','\x87','\x08','\x1d','\x8d','\x8e','\x3c','\x19','\x8c','\x2c','\x63','\xd8','\x2c','\x06','\xd0','\x6c','\x0c','\xe0','\x4c','\x19','\xd0','\x8c','\x63','\xd8','\x0c','\x06','\xcc','\x0c','\x0c','\xcf','\x0c','\x18','\xc6','\x0c','\x61','\xc0','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x1c','\x06','\x38','\x18','\xff','\x30','\x18','\x06','\x30','\x18','\x0c','\x30','\x1b','\x48','\x36','\xff','\xb1','\xff','\x18','\x18','\x30','\x18','\x1a','\x30','\x18','\xff','\x30','\x1c','\x1b','\x78','\x3a','\x1a','\x78','\x3b','\x3a','\x78','\x3b','\x38','\xf4','\x38','\x38','\xb4','\x78','\x78','\xb6','\x58','\x59','\xb6','\x58','\x59','\x33','\x98','\x9a','\x32','\x18','\x98','\x30','\x19','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\xf8','\x30','\x18','\x30','\x30','\x1c','\x03','\x46','\x19','\xff','\xff','\x18','\x46','\x66','\x18','\x46','\x66','\x1b','\x46','\x66','\xff','\xc6','\x64','\x18','\x7e','\x64','\x18','\x46','\x64','\x18','\x46','\x68','\x3c','\x46','\x68','\x3a','\x46','\x64','\x3b','\x46','\x64','\x3b','\x7e','\x64','\x78','\x46','\x66','\x58','\x46','\x66','\x58','\x46','\x66','\x58','\x46','\x66','\x98','\x46','\x66','\x19','\xfe','\x66','\x18','\xe6','\x7e','\x18','\x86','\x6c','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x20','\x0d','\x86','\x30','\xff','\xcc','\x1c','\x0c','\x18','\x0f','\x0c','\x60','\x26','\x0c','\x0f','\xf0','\x1e','\x00','\x00','\x1d','\x22','\x0e','\x1d','\xbf','\x4c','\x3d','\xa2','\x4c','\x2c','\x22','\x4c','\x2c','\x3e','\x4c','\x6c','\x22','\x4c','\x4c','\x22','\x4c','\x8c','\x3e','\x4c','\x0c','\x22','\x4c','\x0c','\x22','\x0c','\x0c','\x22','\x0c','\x0c','\x22','\x0c','\x0c','\x2e','\x3c','\x0c','\x26','\x18','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0d','\xb2','\x46','\xff','\xf2','\x46','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x01','\xc0','\x1e','\x01','\x80','\x1d','\x81','\x86','\x1c','\xff','\xff','\x3c','\xc6','\x00','\x2c','\x06','\x00','\x2c','\x06','\x0c','\x6c','\x07','\xfe','\x4c','\x06','\x0c','\x8c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x18','\x1c','\x0c','\x10','\x18','\x0c','\x20','\xf8','\x0c','\xc0','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x1e','\x39','\x9c','\x1d','\x35','\xac','\x1d','\xb5','\xac','\x3d','\xb1','\x8c','\x2c','\x3f','\xfc','\x2c','\x33','\xac','\x6c','\x07','\xa0','\x4c','\x07','\xb0','\x8c','\x0d','\x90','\x0c','\x0d','\x98','\x0c','\x19','\x8c','\x0c','\x11','\x8f','\x0c','\x21','\x86','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x11','\x80','\x0c','\x11','\x86','\x0c','\x3f','\xff','\x0d','\x30','\x06','\xff','\xe0','\x04','\x0c','\x60','\x18','\x0c','\x1f','\xfc','\x0c','\x03','\x00','\x1e','\x02','\x20','\x1d','\x04','\x18','\x1d','\xbf','\xec','\x3d','\x9e','\x0c','\x2c','\x10','\x00','\x2c','\x01','\xc0','\x6c','\x01','\x80','\x4c','\x01','\x8c','\x8c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x1c','\xcc','\x0c','\x18','\x88','\x0c','\x18','\x88','\x0c','\x18','\x8a','\x0c','\x7f','\xff','\xff','\x98','\x88','\x0c','\x18','\x88','\x0c','\x18','\x88','\x0c','\x18','\xf8','\x1e','\x18','\x00','\x1d','\x98','\x04','\x1c','\xdf','\xfe','\x3c','\xd8','\x00','\x2c','\x01','\xc0','\x2c','\x01','\x86','\x6c','\x7f','\xff','\x4c','\x03','\xa0','\x8c','\x07','\xa0','\x0c','\x05','\x90','\x0c','\x0d','\x98','\x0c','\x19','\x8f','\x0c','\x31','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x00','\x00','\x0c','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x18','\x18','\x1d','\x9f','\xf8','\x1c','\xc0','\x00','\x3c','\xc0','\x00','\x2c','\x20','\x0c','\x2c','\x3f','\xfe','\x6c','\x32','\x4c','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x1b','\x0d','\x80','\x12','\x89','\x40','\x06','\x63','\x30','\x04','\x22','\x18','\x28','\x04','\x08','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x1c','\x04','\xc0','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xe0','\x07','\x18','\x7e','\x1c','\x18','\x3c','\x60','\x18','\x0c','\x00','\x18','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x23','\x0c','\x0c','\x3f','\xfe','\x0d','\xb1','\x0c','\xff','\xf1','\x0c','\x0c','\x31','\x0c','\x0c','\x3f','\xfc','\x0c','\x31','\x0c','\x1e','\x31','\x0c','\x1d','\x31','\x0c','\x1d','\xbf','\xfc','\x3d','\x80','\xc8','\x2c','\x08','\xcc','\x2c','\x0e','\xc8','\x6c','\x0c','\xd8','\x4c','\x0c','\xd2','\x8c','\x18','\xff','\x0c','\x18','\xd9','\x0c','\x10','\xc0','\x0c','\x30','\xc2','\x0c','\x20','\xc3','\x0c','\x40','\xff','\x0d','\x80','\x7e','\x0e','\x01','\xc0','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xff','\xfc','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x7f','\xfe','\x1e','\x00','\x00','\x1d','\x80','\x00','\x1c','\xdf','\xf8','\x3c','\xd8','\x18','\x2c','\x18','\x18','\x2c','\x18','\x18','\x6c','\x1f','\xf8','\x4c','\x00','\x00','\x8c','\x10','\x20','\x0c','\x08','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x60','\x0c','\x00','\x46','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x80','\x00','\xff','\xc0','\x00','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x1e','\x0f','\xf8','\x1d','\x00','\x00','\x1d','\xa0','\x06','\x3d','\xbf','\xff','\x2c','\x30','\x06','\x2c','\x30','\x06','\x6c','\x33','\xe6','\x4c','\x32','\x26','\x8c','\x32','\x26','\x0c','\x32','\x26','\x0c','\x33','\xe6','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x00','\x00','\x0c','\x00','\x18','\x0c','\x1f','\xfc','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x86','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1e','\x1f','\xfc','\x1d','\x98','\x0c','\x1c','\xd8','\x0c','\x3c','\xdf','\xfc','\x2c','\x18','\x0c','\x2c','\x18','\x0c','\x6c','\x1f','\xfc','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x0c','\x04','\x00','\x0c','\x0e','\x38','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\xf8','\xff','\xcc','\x98','\x0c','\x0c','\x98','\x0c','\x2c','\x9a','\x0c','\x3f','\xff','\x1c','\x60','\x06','\x1e','\x60','\x04','\x1d','\x08','\x18','\x3d','\x8f','\xfc','\x2d','\x8c','\x18','\x2c','\x0c','\x18','\x6c','\x0f','\xf8','\x4c','\x0c','\x18','\x8c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\xf8','\x0c','\x0c','\x30','\x0e','\x10','\x10','\x0c','\x0c','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x20','\x0d','\xbf','\xfe','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x1f','\xfc','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x81','\x86','\x1c','\xff','\xff','\x3c','\xc6','\x00','\x2c','\x06','\x00','\x2c','\x0c','\x00','\x6c','\x08','\x0c','\x4c','\x1f','\xfe','\x8c','\x10','\xc0','\x0c','\x20','\xc0','\x0c','\xc0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xc3','\x04','\x6f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x00','\x80','\x06','\x1c','\x60','\x0c','\x18','\x38','\x33','\xff','\xdf','\xc0','\x7a','\x06','\x00','\xd9','\x00','\x01','\x98','\xc0','\x06','\x18','\x7c','\x38','\x18','\x18','\x00','\x18','\x00','\x20','\x41','\x06','\x18','\x71','\xff','\x0c','\x61','\x86','\x0c','\x89','\x86','\xff','\xfd','\xfe','\x03','\x01','\x86','\x03','\x01','\x86','\x33','\x31','\xfe','\x33','\x31','\x86','\x33','\x31','\x86','\x3f','\xf1','\x06','\x06','\x03','\x06','\x04','\x02','\x3e','\x08','\x04','\x0c','\x30','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xf9','\x00','\x01','\xd8','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x26','\x30','\x0c','\x3f','\xf8','\x0d','\xb0','\x30','\xff','\xf0','\x30','\x0c','\x3f','\xf0','\x0c','\x30','\x30','\x0c','\x30','\x30','\x1e','\x3f','\xf0','\x1d','\x30','\x00','\x1d','\xb0','\x0c','\x3d','\xbf','\xfe','\x2c','\x30','\x00','\x2c','\x30','\x06','\x6c','\x3f','\xff','\x4c','\x00','\x06','\x8c','\x0c','\x06','\x0c','\xcc','\xc6','\x0c','\xcc','\xc6','\x0c','\xcc','\xce','\x0c','\xff','\xcc','\x0c','\xc0','\xfc','\x0c','\x00','\x18','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xbf','\xfc','\xff','\xf0','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x1e','\x00','\x00','\x1d','\x06','\x06','\x1d','\xff','\xff','\x3d','\x86','\x06','\x2c','\x46','\x46','\x2c','\x66','\x66','\x6c','\x26','\x26','\x4c','\x0e','\x0e','\x8c','\x16','\x16','\x0c','\x66','\x66','\x0d','\xc7','\xc6','\x0c','\x86','\x86','\x0c','\x06','\x06','\x0c','\x3e','\x3e','\x0c','\x0c','\x0c','\x04','\x00','\x00','\x07','\x04','\x30','\x26','\x67','\xf8','\x3f','\xf6','\x30','\x30','\x66','\x30','\x36','\x64','\x3f','\x32','\x64','\x1f','\x30','\x68','\x00','\xff','\xf7','\xf8','\x70','\x62','\x18','\x32','\x61','\x30','\x32','\x60','\xe0','\x60','\x61','\xb8','\x41','\xe3','\x1f','\x80','\xdc','\x06','\x00','\x18','\x00','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xd9','\x80','\x01','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x1c','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x00','\x18','\x60','\x00','\x1b','\x63','\x38','\xff','\xe3','\x30','\x18','\x63','\x30','\x18','\x6f','\x3e','\x18','\x63','\x30','\x3c','\x63','\x30','\x3a','\x6f','\x3e','\x3b','\x63','\x30','\x3b','\x63','\x30','\x78','\x63','\x30','\x58','\x6f','\x3e','\x58','\x63','\x30','\x58','\x62','\x30','\x98','\x66','\x30','\x18','\x64','\x30','\x18','\x68','\x30','\x18','\x60','\x00','\x18','\x60','\x06','\x18','\x7f','\xff','\x18','\x60','\x00','\x0e','\x00','\x06','\x0c','\xff','\xff','\x0c','\x02','\x40','\x0c','\x02','\x40','\x0d','\xa2','\x4c','\xff','\xff','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x1e','\x32','\x4c','\x1d','\x3f','\xfc','\x1d','\xb0','\x0c','\x3d','\x80','\x00','\x2c','\x03','\x88','\x2c','\x13','\x0e','\x6c','\x13','\x1c','\x4c','\x33','\x10','\x8c','\x66','\xa0','\x0c','\x66','\x40','\x0c','\x0c','\x60','\x0c','\x0c','\x38','\x0c','\x18','\x1f','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x0e','\x01','\xd0','\x0c','\x01','\x98','\x0c','\x01','\x8a','\x0c','\xff','\xff','\x0c','\x01','\x80','\xff','\xa1','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x3f','\xfc','\x1d','\x31','\x8c','\x1d','\xb1','\x8c','\x3d','\xbf','\xfc','\x2c','\x30','\x0c','\x2c','\x00','\x00','\x6c','\x00','\x32','\x4c','\xff','\xff','\x8c','\x00','\x30','\x0c','\x10','\x30','\x0c','\x0c','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\xf0','\x0c','\x00','\x60','\x0e','\x10','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x0d','\x60','\x04','\xff','\x90','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x1f','\xf8','\x1d','\x18','\x18','\x1d','\x98','\x18','\x3d','\x9f','\xf8','\x2c','\x18','\x18','\x2c','\x01','\xc0','\x6c','\x01','\x86','\x4c','\x7f','\xff','\x8c','\x00','\x00','\x0c','\x08','\x00','\x0c','\x0e','\x20','\x0c','\x1c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\x40','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x3f','\xff','\x0d','\x88','\x20','\xff','\xc4','\x30','\x0c','\x06','\x20','\x0c','\x22','\x46','\x0c','\x3f','\xff','\x1e','\x60','\x04','\x1d','\x63','\x88','\x1d','\x03','\x00','\x3d','\x03','\x06','\x2c','\x7f','\xff','\x2c','\x03','\x00','\x6c','\x03','\x18','\x4c','\x07','\xfc','\x8c','\x06','\x18','\x0c','\x04','\x18','\x0c','\x0c','\x18','\x0c','\x08','\x38','\x0c','\x10','\x30','\x0c','\x21','\xf0','\x0c','\xc0','\x60','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x7f','\xff','\x0d','\x60','\x06','\xff','\xc8','\x08','\x0c','\xce','\x20','\x0c','\x0c','\x18','\x0c','\x19','\x8c','\x1e','\x11','\x86','\x1d','\x23','\x46','\x1d','\x83','\x40','\x3d','\x86','\x20','\x2c','\x0c','\x30','\x2c','\x18','\x1c','\x6c','\x30','\x0f','\x4c','\xdf','\xfe','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0e','\x0c','\x00','\x0c','\x5e','\x06','\x0c','\x71','\xff','\x0c','\x60','\x66','\x0c','\x60','\x66','\xff','\xe4','\x66','\x0c','\x64','\x66','\x0c','\x66','\x46','\x0c','\x7e','\xc6','\x1d','\xe6','\x9e','\x1c','\x81','\x0c','\x1e','\x02','\x00','\x3d','\x00','\x00','\x2d','\xa0','\x0c','\x2d','\xbf','\xfe','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x8c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0d','\x88','\x20','\xff','\xc4','\x30','\x0c','\x04','\x20','\x0c','\x00','\x46','\x0c','\x7f','\xff','\x1e','\x00','\x00','\x1d','\x20','\x0c','\x1d','\xbf','\xfe','\x3d','\xb1','\x8c','\x2c','\x31','\x8c','\x2c','\x3f','\xfc','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x8c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x82','\x0c','\x01','\x82','\x0c','\x01','\x83','\x0c','\x01','\xff','\x0c','\x00','\xfe','\x1c','\x1c','\x00','\x18','\x18','\x46','\x18','\x19','\x7f','\x19','\xff','\xe6','\x1a','\x00','\x66','\xff','\x00','\x66','\x18','\x7e','\x64','\x18','\x42','\x64','\x18','\x42','\x64','\x3c','\x42','\x68','\x3a','\x7e','\x68','\x3b','\x00','\x64','\x3b','\x06','\x64','\x78','\xff','\x64','\x58','\x06','\x66','\x58','\x04','\x66','\x58','\x18','\x66','\x98','\x1f','\x66','\x19','\xfc','\x66','\x18','\xf8','\x7e','\x18','\x18','\x6c','\x18','\x18','\x60','\x18','\xf8','\x60','\x18','\x30','\x60','\x08','\x20','\x08','\x0c','\x38','\x0c','\x08','\xb3','\x08','\x90','\xff','\x90','\x60','\xc3','\x60','\x34','\xc3','\x34','\x36','\xc3','\x36','\x0c','\xff','\x0c','\x08','\xc3','\x08','\x10','\xc3','\x10','\x24','\xc3','\x22','\xfe','\xff','\xff','\x72','\xc3','\x71','\x40','\x00','\x40','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x80','\x03','\x98','\xe0','\x06','\x18','\x7f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x02','\x04','\x0c','\x7f','\xfe','\x0c','\x02','\x04','\x0c','\x22','\x44','\x0d','\x9a','\x34','\xff','\xca','\x14','\x0c','\x02','\x04','\x0c','\x0e','\x1c','\x0c','\x72','\xe4','\x1e','\x22','\x44','\x1d','\x07','\x00','\x1d','\x86','\x80','\x3d','\x8c','\x60','\x2c','\x18','\x38','\x2c','\x32','\x1f','\x6c','\xc7','\x06','\x4c','\x0c','\x40','\x8c','\x30','\xe0','\x0c','\x01','\x88','\x0c','\x06','\x1c','\x0c','\x18','\x70','\x0c','\x01','\xc0','\x0c','\x07','\x00','\x0c','\x38','\x00','\x0e','\x07','\x70','\x0c','\x06','\x60','\x0c','\x06','\x66','\x0c','\x7f','\xff','\x0d','\x86','\x60','\xff','\xc6','\x60','\x0c','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x1d','\xb1','\x8c','\x3d','\xbf','\xfc','\x2c','\x31','\x8c','\x2c','\x01','\x80','\x6c','\x01','\x88','\x4c','\x3f','\xfc','\x8c','\x01','\x80','\x0c','\x01','\x88','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x82','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x1c','\x38','\x0c','\x18','\x30','\x0c','\xff','\xff','\x0c','\x18','\x30','\x0d','\x98','\x30','\xff','\xfe','\xfc','\x0c','\x42','\x84','\x0c','\x42','\x84','\x0c','\x7e','\xfc','\x1e','\x10','\x40','\x1d','\x1c','\x60','\x1d','\x98','\x84','\x3d','\xbf','\xfe','\x2c','\x30','\x80','\x2c','\x70','\x88','\x6c','\x7f','\xfc','\x4c','\xb0','\x80','\x8d','\x30','\x88','\x0c','\x3f','\xfc','\x0c','\x30','\x80','\x0c','\x30','\x80','\x0c','\x30','\x86','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x23','\x0c','\x0c','\x3f','\xfe','\x0d','\xb0','\x0c','\xff','\xf0','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0e','\x30','\x0c','\x1d','\x3f','\xfc','\x1d','\x80','\x00','\x1d','\x81','\xc0','\x3c','\x39','\x9c','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x39','\x9c','\x4c','\x01','\x80','\x8c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x40','\x0e','\x18','\x70','\x0c','\x18','\x64','\x8c','\x18','\x7e','\x4c','\x1a','\x46','\x6c','\xff','\xc4','\x6c','\x18','\x88','\x0c','\x19','\x7f','\x0c','\x18','\x49','\x0c','\x3c','\x49','\x8c','\x3a','\x49','\x4c','\x3b','\x7f','\x6c','\x3b','\x49','\x6c','\x78','\x49','\x0c','\x58','\x49','\x0c','\x58','\x7f','\x0f','\x58','\x41','\x3c','\x98','\x41','\xec','\x18','\x41','\x0c','\x18','\x41','\x0c','\x18','\xc1','\x0c','\x18','\x81','\x0c','\x18','\x8f','\x0c','\x19','\x03','\x0c','\x03','\x80','\x0c','\x03','\x1a','\x3e','\xff','\xff','\xe0','\x03','\x03','\x00','\x3f','\xf3','\x00','\x23','\x13','\x06','\x23','\x13','\xff','\x3f','\xf3','\x18','\x23','\x13','\x18','\x23','\x13','\x18','\x3f','\xf3','\x18','\x03','\x02','\x18','\xff','\xfe','\x18','\x03','\x04','\x18','\x03','\x18','\x18','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x01','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x1c','\x20','\x08','\x18','\x3a','\x0e','\x18','\x31','\x0c','\x18','\x61','\x08','\x1b','\x41','\x98','\xff','\x81','\x90','\x18','\x20','\x10','\x18','\x38','\x26','\x18','\x37','\xff','\x3c','\x30','\x60','\x3a','\x60','\x60','\x3b','\x67','\x60','\x3b','\x66','\x60','\x78','\xe6','\x6c','\x59','\x66','\x7e','\x58','\x66','\x60','\x58','\x66','\x60','\x98','\x66','\x60','\x18','\x66','\x60','\x18','\x65','\x60','\x18','\x64','\xe0','\x18','\x64','\x70','\x18','\x64','\x3f','\x18','\x68','\x0e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x7f','\xfe','\x0d','\x80','\x00','\xff','\xc0','\x00','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x1a','\x1c','\xff','\xff','\x1e','\x18','\x18','\x1d','\x18','\x18','\x3d','\x9f','\xf8','\x2d','\x86','\x80','\x2c','\x0e','\x84','\x6c','\x0c','\x47','\x4c','\x1c','\x46','\x8c','\x3c','\x6c','\x0c','\x6c','\x28','\x0d','\x8c','\x30','\x0c','\x0c','\x18','\x0c','\x7f','\x9f','\x0c','\x3c','\x0e','\x0c','\x20','\x06','\x1c','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x00','\x18','\x62','\x08','\x1b','\x63','\xfc','\xff','\xe2','\x08','\x18','\x62','\x08','\x18','\x62','\x08','\x18','\x63','\xf8','\x3c','\x62','\x08','\x3a','\x60','\x00','\x3b','\x60','\x00','\x3b','\x68','\xa2','\x78','\x6f','\xbf','\x58','\x68','\xa2','\x58','\x68','\xa2','\x58','\x68','\xa2','\x98','\x68','\xa2','\x18','\x6f','\xbe','\x18','\x68','\xa2','\x18','\x60','\x00','\x18','\x60','\x06','\x18','\x7f','\xff','\x18','\x60','\x00','\x1c','\x00','\x70','\x18','\x00','\x68','\x18','\x00','\x66','\x18','\x00','\x62','\x1b','\x40','\x60','\xff','\xff','\xff','\x18','\x60','\x60','\x18','\x64','\x60','\x18','\x64','\x64','\x3c','\x67','\x67','\x3a','\x64','\x26','\x3b','\x64','\x26','\x3b','\x64','\x2c','\x78','\x7f','\xac','\x58','\x64','\x28','\x58','\x44','\x38','\x58','\x55','\x10','\x98','\xd5','\x92','\x18','\xd4','\xba','\x18','\xa4','\xaa','\x18','\x84','\x6e','\x19','\x9c','\x46','\x19','\x0c','\x87','\x1a','\x00','\x03','\x0e','\x04','\x08','\x0c','\x43','\x0e','\x0c','\x31','\x8c','\x0c','\x19','\x98','\x0d','\x98','\x10','\xff','\xc0','\x20','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x3f','\xfc','\x1d','\x31','\x8c','\x1d','\xb1','\x8c','\x3d','\xb1','\x8c','\x2c','\x3f','\xfc','\x2c','\x01','\x80','\x6c','\x01','\x86','\x4c','\xff','\xff','\x8c','\x07','\xa0','\x0c','\x0d','\xb0','\x0c','\x0d','\x98','\x0c','\x19','\x9f','\x0c','\x31','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0d','\xa1','\x8c','\xff','\xff','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x1d','\xbf','\xfc','\x3d','\x81','\x90','\x2c','\x01','\x8c','\x2c','\x7f','\xf6','\x6c','\x1c','\x06','\x4c','\x00','\x30','\x8c','\xff','\xff','\x0c','\x10','\x30','\x0c','\x08','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x04','\x38','\x0c','\x26','\x30','\x0c','\x14','\x30','\x0d','\x88','\x36','\xff','\xd5','\xff','\x1c','\x22','\x30','\x1e','\x00','\x78','\x3d','\x04','\x78','\x2d','\xa6','\xb4','\x6d','\x94','\xb6','\x4c','\x09','\x37','\x8c','\x14','\x32','\x0c','\x62','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xe0','\x03','\x80','\x7e','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0d','\x60','\x06','\xff','\xe2','\x24','\x0c','\x61','\xb0','\x0c','\x04','\xb0','\x0c','\x24','\x64','\x1c','\x34','\x42','\x1e','\x24','\x83','\x1d','\x45','\x13','\x3d','\x86','\x18','\x2d','\x9b','\xf8','\x2c','\x60','\x00','\x6c','\x01','\xc0','\x4c','\x39','\x8e','\x8c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0d','\x60','\x06','\xff','\xe2','\x14','\x0c','\x01','\x98','\x0c','\x24','\xb4','\x0c','\x34','\x62','\x1c','\x24','\xc3','\x1e','\x45','\x13','\x1d','\x0e','\x18','\x3d','\xb3','\xf8','\x2d','\x80','\x00','\x2c','\x01','\x80','\x6c','\x3f','\xfc','\x4c','\x31','\x8c','\x8c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x01','\x90','\x0c','\x01','\x88','\x0c','\x7f','\xfc','\x0c','\x3f','\x86','\x0c','\x30','\x06','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x44','\x0c','\x7f','\xfe','\xff','\x83','\x00','\x0c','\x03','\x08','\x0c','\x7f','\xfc','\x0e','\x03','\x00','\x1d','\x03','\x02','\x1d','\xff','\xff','\x1d','\x88','\x00','\x3c','\x07','\x00','\x2c','\x03','\x08','\x2c','\xff','\x8e','\x6c','\x03','\x1c','\x4c','\x03','\xa0','\x8c','\xfb','\x40','\x0c','\x1b','\x60','\x0c','\x33','\x38','\x0c','\x23','\x1f','\x0c','\x43','\x0e','\x0d','\x8f','\x06','\x0c','\x06','\x00','\x1c','\x03','\x80','\x18','\x23','\x08','\x18','\x3f','\xfc','\x18','\x23','\x08','\x1b','\x23','\x0a','\xff','\xff','\xff','\x18','\x23','\x08','\x18','\x23','\x08','\x18','\x3f','\xf8','\x3c','\x03','\x00','\x3a','\x3f','\xf8','\x3b','\x23','\x08','\x3b','\x23','\x08','\x78','\x3f','\xf8','\x58','\x03','\x00','\x58','\x06','\x06','\x59','\xff','\xff','\x98','\x0c','\x30','\x18','\x18','\x60','\x18','\x3f','\xc0','\x18','\x31','\xf0','\x18','\x07','\x3c','\x18','\x1c','\x0e','\x18','\xe0','\x06','\x1c','\x00','\x40','\x18','\x06','\x70','\x18','\xff','\x60','\x18','\x18','\x60','\x1a','\x18','\x60','\xff','\x1b','\x66','\x18','\xff','\xff','\x18','\x44','\xc8','\x18','\x44','\x8e','\x3c','\x44','\x8c','\x3a','\x7d','\x4c','\x3b','\x44','\x4c','\x3b','\x44','\x48','\x78','\x44','\x58','\x58','\x7c','\x58','\x58','\x44','\x50','\x58','\x44','\x30','\x98','\x44','\x30','\x18','\x44','\x38','\x18','\x7c','\x68','\x19','\xe4','\x4c','\x18','\xc4','\xcf','\x18','\x84','\x86','\x18','\x05','\x06','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x19','\x18','\x0d','\x99','\x18','\xff','\xff','\xff','\x0c','\x19','\x18','\x0c','\x19','\x18','\x0c','\x1f','\xf8','\x1c','\x00','\x00','\x1e','\x20','\x0c','\x1d','\x3f','\xfe','\x1d','\xb0','\x0c','\x3d','\xb0','\x0c','\x2c','\x3f','\xfc','\x2c','\x30','\x0c','\x6c','\x30','\x0c','\x4c','\x3f','\xfc','\x8c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x38','\x0c','\x1c','\x0f','\x0c','\xe0','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\xff','\x81','\x80','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1e','\x1f','\xfc','\x1d','\x18','\x0c','\x1d','\x98','\x0c','\x3d','\x9f','\xfc','\x2c','\x08','\x30','\x2c','\x06','\x30','\x6c','\x06','\x42','\x4c','\x7f','\xff','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x1c','\x20','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x1b','\x3f','\xf8','\xff','\xb0','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1c','\x00','\x00','\x3a','\x00','\x06','\x3b','\xff','\xff','\x3b','\x44','\x00','\x38','\x44','\x0c','\x78','\x7d','\xfe','\x58','\x44','\x8c','\x58','\x44','\x8c','\x58','\x7c','\x88','\x98','\x44','\x58','\x18','\x44','\x50','\x18','\x44','\x30','\x19','\xfc','\x7c','\x18','\xe4','\xcf','\x18','\x87','\x06','\x18','\x04','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x9f','\xf8','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x1e','\x18','\x18','\x1d','\x00','\x00','\x1d','\x80','\x00','\x3d','\x86','\x46','\x2c','\x7f','\x7f','\x2c','\x46','\x46','\x6c','\x46','\x46','\x4c','\x46','\x46','\x8c','\x7e','\x7e','\x0c','\x46','\x46','\x0c','\x46','\x46','\x0c','\x46','\x46','\x0c','\x46','\x46','\x0c','\x7e','\x7e','\x0c','\x46','\x46','\x0e','\x00','\x60','\x0c','\x03','\xf0','\x0c','\x1f','\x00','\x0c','\x02','\x00','\x0d','\x9f','\xf0','\xff','\xc2','\x00','\x0c','\x3f','\xfc','\x0c','\x02','\x10','\x0e','\x02','\x18','\x1d','\x03','\xf8','\x1d','\x81','\xf0','\x1d','\x88','\x08','\x3c','\x3c','\x3c','\x2d','\xe1','\xe0','\x2c','\x20','\x20','\x6d','\xfd','\xfe','\x4c','\x20','\x20','\x8c','\x20','\x20','\x0f','\xfd','\xff','\x0c','\x20','\x20','\x0c','\x22','\x22','\x0c','\x23','\x23','\x0c','\x3f','\x3f','\x0c','\x1e','\x1e','\x1c','\x00','\x40','\x18','\x88','\x70','\x18','\xfc','\x66','\x18','\xcb','\xff','\x1a','\xc8','\xc0','\xff','\xc8','\x80','\x18','\xc9','\xfe','\x18','\xc9','\x10','\x18','\xd2','\x10','\x3c','\xd0','\xff','\x3a','\xc8','\x00','\x3b','\xc8','\x00','\x3b','\xc9','\xfe','\x78','\xc9','\x86','\x58','\xc9','\x86','\x58','\xc9','\xfe','\x58','\xc9','\x86','\x98','\xf9','\x86','\x18','\xd9','\xfe','\x18','\xc1','\x86','\x18','\xc1','\x86','\x18','\xc1','\x86','\x18','\xc1','\x9e','\x18','\xc1','\x8c','\x0e','\x01','\x88','\x0c','\x7f','\x8c','\x0c','\x03','\x48','\x0c','\x23','\x52','\x0d','\x9a','\x23','\xff','\xce','\x22','\x0c','\x04','\x14','\x0c','\x08','\x1c','\x0c','\x17','\xef','\x1e','\x20','\x06','\x1d','\x80','\x00','\x1c','\xc8','\x18','\x3c','\xcf','\xfc','\x2c','\x0c','\x18','\x2c','\x0c','\x18','\x6c','\x0c','\x18','\x4c','\x0f','\xf8','\x8c','\x00','\x20','\x0c','\x08','\x38','\x0c','\x06','\x30','\x0c','\x02','\x20','\x0c','\x00','\x46','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0d','\x90','\x40','\xff','\xcc','\x60','\x0c','\x04','\x40','\x0c','\x00','\x8c','\x0c','\xff','\xfe','\x1e','\x00','\x00','\x1d','\x3f','\xf8','\x1d','\xb1','\x18','\x3d','\xb1','\x18','\x2c','\x3f','\xf8','\x2c','\x31','\x18','\x6c','\x31','\x18','\x4c','\x3f','\xf8','\x8c','\x01','\x00','\x0c','\x01','\x08','\x0c','\x7f','\xfc','\x0c','\x01','\x00','\x0c','\x01','\x02','\x0d','\xff','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\x1f','\xfc','\x0c','\x01','\x80','\x0d','\x81','\x84','\xff','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x0c','\x18','\x0e','\x08','\x10','\x1d','\x7f','\x7e','\x1d','\x88','\x10','\x1d','\x88','\x10','\x3c','\x0e','\x12','\x2c','\xf8','\xff','\x2c','\x60','\x00','\x6c','\x00','\x00','\x4c','\x7f','\xfe','\x8c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x62','\x0c','\x18','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x1c','\x0c','\xc0','\x18','\x8c','\xc8','\x18','\x4c','\xce','\x18','\x6c','\xcc','\x18','\x6c','\xd0','\xff','\x0c','\xc0','\x18','\xff','\xfe','\x18','\x20','\x20','\x18','\x18','\x30','\x3c','\x08','\x40','\x3a','\x7f','\xfc','\x3b','\x03','\x00','\x3b','\x03','\x00','\x78','\x7f','\xfc','\x58','\x03','\x00','\x58','\x03','\x06','\x59','\xff','\xff','\x98','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\x60','\x0e','\x19','\x80','\x06','\x0e','\x01','\x00','\x0c','\x01','\x80','\x0c','\x13','\x18','\x0c','\x1f','\xfc','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x1f','\xf8','\x1d','\x98','\x00','\x1c','\xd8','\x06','\x3c','\xdf','\xff','\x2c','\x18','\x00','\x2c','\x18','\x06','\x6c','\x1f','\xff','\x4c','\x18','\x06','\x8c','\x00','\x26','\x0c','\x49','\x36','\x0c','\x49','\x96','\x0c','\xcc','\x86','\x0d','\x8c','\x0c','\x0d','\x80','\x7c','\x0c','\x00','\x18','\x0e','\x08','\x00','\x0c','\x0c','\x60','\x0c','\x0f','\xf0','\x0c','\x18','\x40','\x0d','\x10','\x86','\xff','\xbf','\xff','\x0c','\x73','\x30','\x0c','\x33','\x30','\x0c','\x32','\x3e','\x1e','\x34','\x1e','\x1d','\x38','\x00','\x1d','\xb1','\xf8','\x3d','\xb0','\x00','\x2c','\x3f','\xff','\x2c','\x30','\x00','\x6c','\x33','\xfc','\x4c','\x20','\x00','\x8c','\x63','\xfc','\x0c','\x60','\x00','\x0c','\x47','\xfe','\x0c','\xc6','\x06','\x0c','\x86','\x06','\x0d','\x07','\xfe','\x0c','\x06','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0d','\x88','\x10','\xff','\xc4','\x10','\x0c','\x04','\x26','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x1e','\x1f','\xf8','\x1d','\x18','\x18','\x1d','\x98','\x18','\x3d','\x9f','\xf8','\x2c','\x18','\x18','\x2c','\x18','\x18','\x6c','\x1f','\xf8','\x4c','\x02','\x00','\x8c','\x01','\x80','\x0c','\x2c','\xc8','\x0c','\x2c','\xc6','\x0c','\x4c','\x13','\x0c','\xcc','\x1b','\x0c','\xcf','\xf8','\x0c','\x07','\xf0','\x0e','\xe1','\x00','\x0c','\xc1','\xc0','\x7f','\xf9','\x86','\x0c','\xc1','\xff','\x20','\x03','\x08','\x3f','\xf2','\x8c','\x30','\x34','\xd8','\x2f','\x30','\x70','\x69','\x30','\x20','\x49','\x30','\x70','\x8f','\x30','\xdc','\x00','\x61','\x8f','\x03','\xe6','\x06','\x00','\xc0','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x80','\x01','\xd8','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x1c','\x20','\x40','\x18','\x38','\x70','\x18','\x30','\x60','\x18','\xfe','\x60','\x18','\xc6','\x60','\xff','\xc6','\x66','\x18','\xfe','\x7f','\x18','\xc6','\xc8','\x1c','\xc6','\x8e','\x3a','\xfe','\x8c','\x3b','\x01','\x4c','\x3b','\x30','\x4c','\x38','\x30','\x4c','\x79','\xff','\x28','\x58','\x30','\x28','\x58','\x30','\x38','\x58','\x7e','\x10','\x98','\x66','\x10','\x18','\x66','\x38','\x18','\x46','\x28','\x18','\xce','\x6c','\x18','\x8c','\x4f','\x19','\x3c','\x86','\x1a','\x19','\x06','\x1c','\x03','\x00','\x18','\x03','\x00','\x18','\x06','\x80','\x18','\x06','\x40','\x1b','\x0c','\x30','\xff','\x98','\x1f','\x18','\x30','\x0e','\x18','\xcf','\xe6','\x18','\x00','\x00','\x3c','\x00','\x00','\x3a','\x46','\x46','\x3b','\x7f','\x7f','\x3b','\x46','\x46','\x78','\x46','\x46','\x58','\x46','\x46','\x58','\x7e','\x7e','\x58','\x00','\x00','\x98','\x10','\x20','\x18','\x1c','\x38','\x18','\x18','\x30','\x18','\x36','\x68','\x18','\x22','\x46','\x18','\x40','\x83','\x18','\x81','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x8c','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0d','\x91','\x88','\xff','\xdd','\x8e','\x0c','\x19','\x8c','\x0c','\x31','\x98','\x0c','\x2d','\x96','\x1e','\x45','\xa2','\x1d','\x01','\x80','\x1d','\xff','\xff','\x3d','\x80','\x00','\x2c','\x20','\x0c','\x2c','\x3f','\xfe','\x6c','\x30','\x0c','\x4c','\x33','\xcc','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x33','\xcc','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x10','\x60','\xe0','\x1f','\xf0','\xc0','\x18','\x60','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe3','\x18','\x18','\x01','\x10','\x18','\x00','\x24','\x1f','\xef','\xfe','\x3c','\x60','\xc0','\x2c','\x60','\xc4','\x2c','\x6f','\xfe','\x4f','\xe0','\xc0','\x8c','\x60','\xc0','\x0c','\x1c','\xc0','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xd9','\x80','\x01','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\x00','\xe0','\x1f','\xe0','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe1','\x10','\x18','\x01','\x24','\x38','\x0f','\xfe','\x2f','\xe0','\xc0','\x2c','\x60','\xc4','\x4c','\x6f','\xfe','\x8c','\x60','\xc0','\x0f','\xe0','\xc0','\x00','\x1c','\xc0','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x01','\xd9','\xe0','\x0f','\x18','\x7f','\xf0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x23','\x20','\x0c','\x3f','\xb8','\x0c','\x24','\x30','\x0c','\x24','\x30','\x0d','\xa4','\x26','\xff','\xff','\x7f','\x0c','\x21','\x40','\x0c','\x21','\x80','\x0c','\x3f','\x00','\x1e','\x24','\x06','\x1d','\x24','\x7f','\x1d','\xa4','\x00','\x3d','\xbf','\x80','\x2c','\x20','\x00','\x2c','\x00','\x00','\x6c','\x3f','\xfc','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x1c','\x80','\x0c','\x18','\xff','\xfe','\x18','\xc0','\x00','\x18','\xc0','\x80','\x1a','\xcf','\xf8','\xff','\xc8','\x88','\x18','\xc8','\x88','\x18','\xcf','\xf8','\x18','\xc0','\x80','\x38','\xff','\xfe','\x3c','\xc0','\x00','\x3a','\xcf','\xf8','\x3a','\xc8','\x08','\x7a','\xcf','\xf8','\x58','\xc8','\x08','\x58','\xcf','\xf8','\x58','\xc8','\x08','\x98','\xcf','\xf8','\x18','\xc4','\x00','\x18','\xce','\x78','\x18','\xd8','\x18','\x18','\xc0','\x06','\x18','\xff','\xff','\x18','\xc0','\x00','\x0e','\x06','\x06','\x0c','\x7f','\x7f','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x7e','\x7e','\xff','\x86','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x7e','\x7e','\x1e','\x06','\x06','\x1d','\x10','\x80','\x1d','\x9c','\xe0','\x3d','\x98','\xcc','\x2c','\x3f','\xfe','\x2c','\x30','\x80','\x6c','\x70','\x88','\x4c','\xbf','\xfc','\x8d','\x30','\x80','\x0c','\x30','\x88','\x0c','\x3f','\xfc','\x0c','\x30','\x80','\x0c','\x30','\x86','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0d','\x60','\x04','\xff','\xe1','\x00','\x0c','\x64','\x8c','\x0c','\x14','\xa6','\x0c','\x34','\x36','\x1e','\x37','\xf0','\x1d','\x00','\x00','\x1d','\x80','\x00','\x3d','\xbf','\xfe','\x2c','\x22','\x22','\x2c','\x22','\x22','\x6c','\x3f','\xfe','\x4c','\x00','\x00','\x8c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0e','\x01','\xc0','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x0d','\x6f','\xf4','\xff','\x81','\x00','\x0c','\x11','\x26','\x0c','\x39','\x73','\x0c','\x61','\xc3','\x1e','\x07','\x00','\x1d','\x7f','\xf8','\x1d','\x98','\x18','\x3d','\x98','\x18','\x2c','\x1f','\xf8','\x2c','\x18','\x18','\x6c','\x18','\x18','\x4c','\x1f','\xf8','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x04','\x00','\x0c','\x0e','\x38','\x0c','\x1c','\x0e','\x0c','\x60','\x06','\x0e','\x07','\x70','\x0c','\x06','\x66','\x0c','\x7f','\xff','\x0c','\x06','\x60','\x0d','\x26','\x66','\xff','\xbf','\xff','\x0c','\x60','\x06','\x0c','\x60','\x04','\x0c','\x0f','\xf0','\x1e','\x00','\x00','\x1d','\x80','\x06','\x1c','\xff','\xff','\x3c','\xc3','\x80','\x2c','\x07','\x08','\x2c','\x19','\x8e','\x6c','\x63','\x8c','\x4c','\x06','\xd0','\x8c','\x18','\xe0','\x0c','\x61','\xd0','\x0c','\x06','\xdc','\x0c','\x18','\xcf','\x0c','\xe0','\xc6','\x0c','\x07','\xc0','\x0c','\x01','\x80','\x1c','\x10','\x18','\x18','\x19','\xfc','\x18','\x30','\x18','\x18','\x20','\x18','\x19','\x41','\xf8','\xfe','\x88','\x18','\x18','\xcc','\x18','\x18','\xd8','\x1a','\x18','\x13','\xff','\x3c','\x24','\x30','\x3a','\x46','\x60','\x3b','\xfa','\xc2','\x3a','\xf1','\x43','\x78','\x32','\x66','\x58','\x30','\xa8','\x59','\x35','\x20','\x59','\xb6','\x30','\x99','\xb6','\x68','\x19','\xb0','\xac','\x19','\x31','\x26','\x19','\x36','\x27','\x1a','\x30','\x22','\x18','\x31','\xe0','\x18','\x30','\x60','\x1c','\x20','\x18','\x18','\x3f','\xfc','\x18','\x31','\x18','\x18','\x31','\x18','\x1b','\x31','\x18','\xff','\xbf','\xf8','\x18','\x31','\x18','\x18','\x31','\x18','\x1c','\x31','\x18','\x3a','\x3f','\xf8','\x3b','\x30','\x18','\x3b','\x00','\x00','\x38','\x00','\x00','\x79','\x04','\x82','\x59','\xfe','\xff','\x59','\x24','\x92','\x59','\x24','\x92','\x99','\x24','\x92','\x19','\xfc','\xfe','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\xfc','\xfe','\x19','\x04','\x82','\x1c','\x22','\x04','\x18','\x33','\x86','\x18','\x33','\x06','\x18','\xa7','\xd4','\x18','\xc4','\x58','\xff','\x54','\x4a','\x18','\x5c','\x4b','\x18','\x37','\xc6','\x18','\x24','\x44','\x3c','\x44','\x48','\x3a','\x54','\x52','\x3b','\xff','\xff','\x3b','\x48','\x11','\x78','\x03','\x80','\x58','\x03','\x00','\x59','\xff','\xff','\x58','\x07','\x40','\x98','\x0f','\x20','\x18','\x0b','\x30','\x18','\x1b','\x18','\x18','\x33','\x1f','\x18','\x63','\x0e','\x19','\x83','\x06','\x18','\x03','\x00','\x1c','\x02','\x00','\x18','\x03','\x80','\x18','\x83','\x04','\x18','\x4f','\xe7','\x1b','\x6c','\x66','\xff','\xec','\x6c','\x18','\x6c','\x68','\x18','\x0f','\xe0','\x1e','\x0c','\x60','\x3b','\x1c','\x70','\x3b','\x2c','\x6c','\x38','\xef','\xe6','\x38','\x40','\x06','\x78','\x03','\x80','\x58','\x03','\x00','\x59','\xff','\xff','\x58','\x07','\x40','\x98','\x0f','\x20','\x18','\x0b','\x30','\x18','\x1b','\x18','\x18','\x33','\x1f','\x18','\x63','\x0e','\x19','\x83','\x06','\x18','\x03','\x00','\x1c','\x84','\x46','\x18','\xfe','\x7f','\x18','\xc4','\x46','\x18','\xc4','\x46','\x1a','\xfc','\x7e','\xff','\xc4','\x46','\x18','\xc4','\x46','\x18','\xfc','\x7e','\x18','\xc0','\x06','\x3c','\xc0','\x06','\x3a','\xc7','\xc6','\x3a','\xc4','\x46','\x3a','\xc4','\x46','\x78','\xc7','\xc6','\x58','\xc1','\x06','\x58','\xc2','\x06','\x58','\xcf','\xe6','\x98','\xc8','\x26','\x18','\xc8','\x26','\x18','\xc8','\x26','\x18','\xcf','\xe6','\x18','\xc0','\x06','\x18','\xc0','\x3e','\x18','\xc0','\x0c','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x00','\x18','\x63','\x18','\x1b','\x62','\x10','\xff','\xe2','\x92','\x18','\x7f','\xff','\x18','\x62','\x10','\x18','\x67','\xb8','\x3c','\x66','\xb8','\x3a','\x6a','\x54','\x3b','\x72','\x97','\x3b','\x62','\x12','\x78','\x62','\x10','\x58','\x60','\xe0','\x58','\xc0','\xc0','\x58','\xce','\xcc','\x98','\x8c','\xfe','\x19','\x8c','\xc0','\x19','\x0c','\xc0','\x1a','\x0c','\xc0','\x18','\x0c','\xc6','\x18','\x7f','\xff','\x18','\x00','\x00','\x0e','\x22','\x44','\x0c','\x3f','\x7e','\x0c','\x22','\x44','\x0c','\x22','\x44','\x0d','\xbe','\x7c','\xff','\xe2','\x44','\x0c','\x22','\x44','\x0c','\x3e','\x7c','\x0e','\x22','\x44','\x1d','\x22','\x44','\x1d','\xbe','\x7c','\x1d','\x94','\x28','\x3c','\x32','\x64','\x2c','\x62','\xc4','\x2c','\x00','\x00','\x6c','\x06','\x06','\x4c','\xff','\xff','\x8c','\x0c','\x30','\x0c','\x18','\x30','\x0c','\x3f','\x60','\x0c','\x31','\xc0','\x0c','\x03','\x78','\x0c','\x0c','\x1e','\x0c','\x70','\x06','\x0e','\x02','\x08','\x0c','\x21','\x0e','\x0c','\x11','\x8c','\x0c','\x19','\x98','\x0d','\x98','\x10','\xff','\xc0','\x26','\x0c','\x7f','\xff','\x0c','\x08','\x20','\x0f','\x0e','\x10','\x1d','\x9c','\x58','\x1d','\x99','\xec','\x1c','\x37','\x8f','\x3c','\x61','\x86','\x2d','\x81','\x98','\x2c','\x3f','\xfc','\x6c','\x01','\x80','\x4c','\x01','\x86','\x8c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x04','\x00','\xe0','\x26','\xc0','\xc4','\x3f','\xef','\xfe','\x30','\xc2','\x10','\x30','\xc1','\x10','\x3f','\xc1','\x24','\x30','\x0f','\xfe','\x30','\x00','\xc0','\x3f','\xc0','\xc4','\x30','\xcf','\xfe','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x00','\x1c','\xc0','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x01','\xd9','\xe0','\x0f','\x18','\x7f','\xf0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x21','\x86','\x0d','\x3f','\xff','\xff','\xe1','\x86','\x0c','\x61','\x84','\x0c','\x1d','\xb8','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x3d','\xbc','\x1d','\x81','\x80','\x3d','\x81','\x80','\x2c','\x00','\x00','\x2c','\x00','\x00','\x6c','\x7b','\xde','\x4c','\x4a','\x52','\x8c','\x4a','\x52','\x0c','\x4a','\x52','\x0c','\x4a','\x52','\x0c','\x4a','\x52','\x0c','\x4a','\x52','\x0c','\x7b','\xde','\x0c','\x00','\x00','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x11','\x00','\x12','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6b','\x69','\x42','\x49','\x88','\x7e','\x88','\x08','\x00','\x08','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x03','\x98','\xf0','\x1e','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x1c','\x86','\x40','\x18','\xff','\x70','\x18','\x88','\x60','\x18','\x88','\x46','\x1a','\xfe','\xff','\xff','\x82','\x80','\x18','\x83','\x00','\x18','\xfe','\x0c','\x18','\x88','\x7e','\x3c','\x88','\x00','\x3a','\xff','\x00','\x3b','\x00','\x00','\x3b','\x3f','\xf8','\x78','\x20','\x08','\x58','\x3f','\xf8','\x58','\x20','\x08','\x58','\x3f','\xf8','\x98','\x20','\x08','\x18','\x3f','\xf8','\x18','\x0c','\xc2','\x18','\x0c','\xc2','\x18','\x18','\xc3','\x18','\x30','\xff','\x18','\xc0','\x7e','\x0c','\x20','\x18','\x08','\x20','\x10','\x08','\x7f','\x12','\xff','\x88','\xff','\x18','\x7f','\x10','\x3e','\x08','\x3c','\x6b','\x49','\x37','\x88','\x49','\x52','\x08','\x7f','\x10','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xe6','\x60','\x44','\xd1','\x88','\xe8','\x16','\x6b','\x80','\x10','\x08','\x08','\x1f','\xf8','\x1c','\x00','\x00','\x70','\x1c','\x83','\x80','\x19','\xc0','\x04','\x1e','\x10','\x0e','\x18','\x18','\x18','\x1f','\xf8','\x60','\x0f','\xf3','\x80','\x1c','\x66','\x44','\x18','\x44','\x7e','\x1b','\xff','\xc4','\x18','\x44','\x44','\x1a','\x44','\x44','\xff','\xef','\x7c','\x19','\x29','\x44','\x19','\x29','\x44','\x19','\xef','\x44','\x1c','\x40','\x44','\x3a','\x6c','\x7c','\x3a','\xc8','\x44','\x38','\xff','\x44','\x39','\x88','\x44','\x7a','\x88','\x44','\x58','\xff','\x7c','\x58','\x88','\x28','\x98','\x88','\x28','\x18','\xff','\x28','\x18','\x88','\x6a','\x18','\x88','\x4a','\x18','\xff','\x4b','\x18','\x80','\x8f','\x18','\x01','\x06','\x08','\x01','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x18','\x41','\x80','\x10','\x21','\x80','\x21','\xf3','\x06','\xff','\x33','\xff','\x78','\x32','\x06','\x50','\x06','\x04','\x1c','\x04','\xe8','\x18','\x60','\xc0','\x3f','\xf0','\xc0','\x26','\x00','\xc0','\x46','\x00','\xc0','\x06','\x31','\xa0','\xff','\xf9','\xa0','\x06','\x01','\xa0','\x0d','\x01','\x30','\x0c','\xc3','\x10','\x08','\x62','\x18','\x18','\x66','\x1c','\x10','\x04','\x0f','\x20','\x08','\x0e','\xc0','\x30','\x06','\x00','\x41','\x00','\x18','\x71','\xc0','\x06','\xe1','\x80','\x03','\x81','\x80','\x0e','\xe1','\x80','\x78','\x63','\x06','\x0e','\x03','\xff','\x0c','\x32','\x06','\xff','\xfe','\x04','\x18','\x04','\xe8','\x13','\x08','\xc0','\x23','\x30','\xc0','\x3f','\xf8','\xc0','\x73','\x30','\xc0','\xb3','\x31','\xa0','\x33','\x31','\xa0','\x33','\x31','\xa0','\x33','\x31','\x30','\x33','\x33','\x10','\x33','\xf2','\x18','\x33','\x66','\x1c','\x33','\x04','\x0f','\x03','\x08','\x0e','\x03','\x30','\x06','\x00','\x10','\x00','\x10','\x1c','\x00','\x0c','\x18','\x0c','\x86','\x1f','\xfe','\x66','\x30','\x0c','\x30','\x20','\x08','\x30','\x47','\x10','\x02','\x86','\x00','\x04','\x06','\x00','\x18','\x0d','\x00','\xf0','\x0c','\xc0','\x70','\x18','\x70','\x30','\x30','\x3f','\x38','\x60','\x1e','\x19','\x80','\x06','\x00','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x61','\x80','\x7f','\xf1','\x80','\x06','\x01','\x80','\x0d','\x03','\x06','\x0c','\xc3','\xff','\x18','\x62','\x06','\x60','\x66','\x04','\x00','\x04','\xe8','\xff','\xf8','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x43','\x60','\xc0','\x7f','\x61','\xa0','\x63','\x61','\xa0','\x63','\x61','\xa0','\x63','\x61','\x30','\x7f','\x63','\x10','\x63','\x62','\x18','\x00','\x66','\x1c','\x00','\x64','\x0f','\x03','\xe8','\x0e','\x00','\xd0','\x06','\x03','\x01','\x00','\x03','\x01','\xc0','\x06','\x81','\x80','\x06','\x61','\x80','\x0c','\x31','\x80','\x18','\x33','\x06','\x17','\xc3','\xff','\x20','\x02','\x06','\x50','\x66','\x04','\x9f','\xf4','\xe8','\x18','\x68','\xc0','\x18','\x60','\xc0','\x1f','\xe0','\xc0','\x18','\x60','\xc0','\x18','\x61','\xa0','\x1f','\xe1','\xa0','\x18','\x01','\xa0','\x18','\x01','\x30','\x1f','\xe3','\x10','\x18','\x02','\x18','\x18','\x06','\x1c','\x1f','\xe4','\x0f','\x18','\x08','\x0e','\x18','\x30','\x06','\x20','\x61','\x00','\x3f','\xf1','\xc0','\x30','\x61','\x80','\x30','\x61','\x80','\x3f','\xe1','\x80','\x30','\x63','\x06','\x30','\x63','\xff','\x30','\x62','\x06','\x3f','\xe2','\x04','\x0c','\x04','\xe8','\x0c','\x00','\xc0','\x18','\x30','\xc0','\x1f','\xf8','\xc0','\x30','\x30','\xc0','\x22','\x31','\xa0','\x77','\x31','\xa0','\xbc','\x31','\xa0','\x31','\x31','\xb0','\x31','\xb1','\x10','\x3f','\xb1','\x18','\x1f','\x73','\x1c','\x00','\x62','\x0f','\x03','\xe4','\x0e','\x00','\xd8','\x06','\x00','\x61','\x00','\x03','\xf1','\xc0','\x7f','\x01','\x80','\x02','\x01','\x80','\x02','\x01','\x80','\x02','\x1b','\x06','\xff','\xff','\xff','\x02','\x02','\x06','\x02','\x06','\x04','\x0a','\x04','\xe8','\x5e','\x30','\xc0','\x72','\xf8','\xc0','\x62','\x30','\xc0','\x62','\x30','\xc0','\x62','\x31','\xa0','\x7a','\xf1','\xa0','\x62','\x31','\xa0','\x62','\x31','\x30','\x62','\x33','\x10','\x62','\x32','\x18','\x62','\x36','\x1c','\x7f','\xf4','\x0f','\x60','\x08','\x0e','\x60','\x30','\x06','\x40','\x40','\x80','\x30','\x70','\xe0','\x18','\x60','\xc0','\x18','\x80','\xc0','\xff','\xfd','\xc0','\x09','\x01','\x86','\x09','\x31','\xff','\x7f','\xf9','\x06','\x09','\x33','\x04','\x09','\x32','\xe8','\xff','\xfc','\xc0','\x09','\x30','\xc0','\x09','\x30','\xc0','\x7f','\xf0','\xc0','\x09','\x31','\xa0','\x19','\x01','\xa0','\x19','\x81','\xa0','\x39','\x61','\x30','\x29','\x33','\x10','\x49','\x32','\x18','\x89','\x06','\x1c','\x09','\x04','\x0f','\x09','\x08','\x0e','\x09','\x30','\x06','\x40','\x32','\x00','\x7f','\xfb','\x80','\x60','\x03','\x00','\x60','\x03','\x00','\x67','\xe3','\x06','\x64','\x23','\xff','\x64','\x26','\x06','\x64','\x26','\x04','\x67','\xe4','\xe8','\x60','\x08','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x6f','\x78','\xc0','\x69','\x48','\xc0','\x69','\x49','\xa0','\x69','\x49','\xa0','\x69','\x49','\xa0','\x6f','\x79','\xb0','\x60','\x01','\x10','\x60','\x03','\x18','\x60','\x32','\x1c','\x7f','\xfa','\x0f','\x60','\x04','\x0e','\x00','\x18','\x06','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x83','\x00','\x08','\x63','\x00','\x10','\x3b','\x06','\x2f','\x9b','\xff','\xc0','\x06','\x06','\x1f','\xc6','\x04','\x10','\x44','\xe8','\x10','\x48','\xc0','\x1f','\xc0','\xc0','\x00','\x00','\xc0','\x04','\x10','\xc0','\xff','\xf8','\xc0','\x0c','\x31','\xa0','\x4d','\x31','\xa0','\x2c','\xb1','\xa0','\x1c','\x71','\xb0','\x2c','\xb1','\x10','\xef','\xb3','\x18','\x4d','\x32','\x1c','\x0c','\x32','\x0f','\x3c','\xf4','\x0e','\x18','\x68','\x06','\x07','\x01','\x00','\x06','\x61','\xc0','\x07','\xf1','\x80','\x06','\x01','\x80','\x46','\x31','\x80','\x7f','\xfb','\x06','\x60','\x33','\xff','\x66','\x22','\x06','\x67','\x86','\x04','\x7e','\x04','\xe8','\x66','\x28','\xc0','\x63','\xe0','\xc0','\x60','\x00','\xc0','\x62','\x80','\xc0','\x62','\x90','\xa0','\x72','\x9d','\xa0','\x7a','\x99','\xa0','\x6a','\x91','\xb0','\x6a','\xa1','\x10','\x42','\x81','\x18','\x42','\x9b','\x1c','\x7f','\xe2','\x0f','\x9e','\x04','\x0e','\x10','\x18','\x06','\x03','\x01','\x00','\x03','\x01','\xc0','\x06','\x81','\x80','\x06','\x61','\x80','\x0c','\x31','\x80','\x08','\x1b','\x06','\x10','\x5b','\xff','\x2f','\xe2','\x06','\xc0','\x06','\x04','\x00','\x04','\xe8','\x7c','\xf8','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x7c','\xf8','\xa0','\x00','\x00','\xa0','\x20','\x81','\xb0','\x38','\xe1','\x90','\x30','\xc1','\x18','\x2c','\xb1','\x1c','\x65','\x9b','\x0f','\x41','\x1a','\x0e','\x82','\x04','\x06','\x02','\x01','\x00','\x0a','\x09','\xc0','\x5e','\x3d','\x80','\x73','\xc9','\x80','\x42','\x09','\x80','\x42','\x09','\x86','\x72','\x39','\xff','\x43','\x89','\x06','\x40','\x8b','\x04','\x44','\x8a','\xe8','\x44','\x8c','\xc0','\x74','\xb8','\xc0','\x44','\x88','\xc0','\x44','\x88','\xc0','\x44','\x88','\xc0','\xff','\xfc','\xa0','\x00','\x00','\xa0','\x01','\x01','\xb0','\x10','\xc1','\x90','\x1c','\x61','\x18','\x38','\x33','\x1c','\x30','\x32','\x0f','\x60','\x04','\x0e','\x80','\x08','\x06','\x1c','\x71','\x00','\x18','\x61','\xc0','\xff','\xfd','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x7c','\xf9','\x06','\x44','\x8b','\xff','\x44','\x8b','\x06','\x7c','\xfa','\x04','\x11','\x02','\xe8','\x1d','\xc4','\xc0','\x19','\x80','\xc0','\x3f','\xf8','\xc0','\x31','\x00','\xc0','\x71','\x01','\xa0','\xbf','\xf1','\xa0','\x31','\x01','\xa0','\x31','\x01','\x30','\x3f','\xf3','\x10','\x31','\x02','\x18','\x31','\x06','\x1c','\x3f','\xfc','\x0f','\x30','\x08','\x0e','\x30','\x30','\x06','\x08','\x00','\x18','\x0e','\x07','\xfc','\x4c','\xc0','\x18','\x7f','\xe0','\x18','\x60','\xc7','\xf8','\x60','\xc0','\x18','\x7f','\xc0','\x18','\x60','\x07','\xf8','\x60','\x00','\x00','\x7f','\xc8','\x06','\x60','\xcf','\xff','\x60','\xd8','\xc6','\x7f','\xd8','\xc8','\x06','\x00','\xc0','\x06','\x0f','\xfc','\x66','\xcc','\xcc','\x67','\xec','\xcc','\x66','\x0c','\xcc','\x66','\x0c','\xcc','\x66','\x0c','\xcc','\x67','\xcc','\xfc','\xfe','\x0c','\xd8','\x70','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x30','\x00','\xff','\xf8','\x00','\xc0','\x30','\x01','\x80','\x30','\x03','\x00','\x60','\x06','\xc0','\x60','\x0c','\x30','\xc0','\x30','\x18','\xc0','\x00','\x19','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x70','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x00','\xc4','\x00','\xff','\xe7','\x00','\x18','\x06','\x0c','\x18','\x07','\xfe','\x18','\x06','\x0c','\x18','\x04','\x0c','\x19','\x8c','\x1c','\x3f','\xc8','\x18','\x31','\x90','\xf8','\x31','\xa0','\x30','\x21','\x80','\x00','\x61','\x80','\x18','\x53','\x3f','\xfc','\x8b','\x08','\x18','\x0f','\x04','\x30','\x06','\x04','\x30','\x06','\x02','\x60','\x04','\x03','\xc0','\x0c','\x01','\x80','\x08','\x03','\xc0','\x18','\x06','\x70','\x10','\x0c','\x3f','\x20','\x30','\x0e','\x40','\xc0','\x06','\x00','\xc0','\x18','\xff','\xe0','\x7c','\x18','\x01','\xe0','\x18','\x1f','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x19','\x81','\x80','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x21','\xbf','\xff','\x61','\x81','\x80','\x53','\x01','\x80','\x8b','\x03','\xc0','\x0f','\x03','\x40','\x06','\x03','\x40','\x06','\x06','\x60','\x04','\x06','\x20','\x0c','\x04','\x30','\x08','\x0c','\x30','\x18','\x08','\x18','\x10','\x10','\x1f','\x20','\x20','\x0e','\x40','\xc0','\x06','\x00','\xc1','\x80','\xff','\xe1','\x80','\x18','\x03','\x40','\x18','\x03','\x40','\x18','\x02','\x60','\x18','\x06','\x20','\x19','\x84','\x30','\x3f','\xcc','\x18','\x31','\x89','\x1c','\x31','\x91','\xcf','\x21','\xa3','\x86','\x61','\x83','\x00','\x53','\x06','\x40','\x8b','\x0c','\x70','\x0f','\x10','\xe0','\x06','\x01','\xc0','\x06','\x03','\x08','\x04','\x06','\x0e','\x0c','\x18','\x1c','\x08','\x00','\x38','\x18','\x00','\x60','\x10','\x01','\xc0','\x20','\x07','\x00','\x40','\x38','\x00','\x00','\xc1','\xc0','\xff','\xe1','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x11','\x8c','\x18','\x1f','\xfe','\x19','\x99','\x8c','\x3f','\xd9','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x21','\x99','\x8c','\x61','\x99','\x8c','\x53','\x7f','\xff','\x8b','\x03','\x40','\x0f','\x03','\x40','\x06','\x03','\x40','\x06','\x02','\x60','\x04','\x06','\x20','\x0c','\x06','\x30','\x08','\x04','\x30','\x18','\x0c','\x18','\x10','\x08','\x1f','\x20','\x10','\x0e','\x40','\x20','\x06','\x00','\xc0','\x18','\xff','\xe0','\x7c','\x18','\x03','\xe0','\x18','\x7e','\x08','\x18','\x23','\x0e','\x18','\x11','\x8c','\x19','\x99','\x98','\x3f','\xd8','\x20','\x31','\x80','\x0c','\x31','\x9f','\xfe','\x21','\x80','\x18','\x61','\x80','\x30','\x53','\x01','\x40','\x8b','\x01','\x80','\x0f','\x01','\x86','\x06','\x3f','\xff','\x06','\x01','\x80','\x04','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x18','\x01','\x80','\x10','\x01','\x80','\x20','\x0f','\x80','\x40','\x03','\x00','\x00','\xce','\xc0','\xff','\xec','\x60','\x18','\x0c','\x0c','\x18','\x04','\x7e','\x18','\x07','\x80','\x18','\x3e','\x30','\x19','\x83','\x60','\x3f','\xc1','\x82','\x31','\x82','\xc2','\x31','\x8c','\x72','\x21','\xb0','\x1f','\x61','\x86','\xc7','\x53','\x06','\x60','\x8b','\x02','\x1e','\x0f','\x03','\xe0','\x06','\x3f','\x10','\x06','\x01','\x18','\x04','\x01','\xb0','\x0c','\x00','\xe0','\x08','\x01','\xc2','\x18','\x03','\x62','\x10','\x06','\x3a','\x20','\x18','\x1f','\x40','\x60','\x07','\x00','\xc1','\xc0','\xff','\xe1','\x80','\x18','\x01','\x80','\x18','\x01','\x8c','\x18','\x3f','\xfe','\x18','\x00','\x10','\x19','\x90','\x1c','\x3f','\xc8','\x18','\x31','\x8c','\x30','\x31','\x8c','\x20','\x21','\x80','\x46','\x61','\xff','\xff','\x53','\x00','\x00','\x8b','\x00','\x00','\x0f','\x10','\x18','\x06','\x1f','\xfc','\x06','\x18','\x18','\x04','\x18','\x18','\x0c','\x18','\x18','\x08','\x18','\x18','\x18','\x18','\x18','\x10','\x1f','\xf8','\x20','\x18','\x18','\x40','\x18','\x18','\x00','\xc8','\x0c','\xff','\xef','\xfe','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0f','\xfc','\x19','\x80','\x00','\x3f','\xc8','\x0c','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x21','\x8c','\x0c','\x61','\x8f','\xfc','\x53','\x0c','\x0c','\x8b','\x0c','\x0c','\x0f','\x0f','\xfc','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x04','\x0c','\x0c','\x0c','\x0f','\xfc','\x08','\x04','\x00','\x18','\x07','\x10','\x10','\x06','\x0c','\x20','\x0c','\x06','\x40','\x30','\x06','\x00','\xc8','\x00','\xff','\xee','\x00','\x18','\x0c','\x0c','\x18','\x0f','\xfe','\x18','\x18','\x00','\x18','\x1f','\xf0','\x19','\xac','\x30','\x3f','\xcc','\x30','\x31','\x8f','\xf0','\x31','\x8c','\x30','\x21','\x8c','\x30','\x61','\x8f','\xf0','\x53','\x00','\x06','\x8b','\x7f','\xff','\x0f','\x0c','\x00','\x06','\x08','\x0c','\x06','\x1f','\xfe','\x04','\x12','\x4c','\x0c','\x26','\x4c','\x08','\xc4','\x8c','\x18','\x08','\x9c','\x10','\x31','\x18','\x20','\x06','\x78','\x40','\x00','\x30','\x01','\x81','\xc0','\xff','\xc1','\x8c','\x18','\x3f','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x1f','\xfc','\x1b','\x00','\x00','\x3f','\xa0','\x06','\x33','\x3f','\xff','\x33','\x60','\x06','\x23','\x6f','\xf4','\x63','\x00','\x00','\x53','\x0f','\xf0','\x8b','\x08','\x10','\x0e','\x08','\x10','\x06','\x0f','\xf0','\x06','\x00','\x00','\x04','\x10','\x10','\x0c','\x0c','\x1c','\x08','\x06','\x38','\x18','\x06','\x20','\x10','\x00','\x46','\x20','\xff','\xff','\x40','\x00','\x00','\x00','\xd3','\x26','\xff','\xff','\xbf','\x18','\x13','\x26','\x18','\x13','\x26','\x18','\x13','\x26','\x18','\x1f','\x3e','\x19','\x80','\x00','\x3f','\xc0','\x00','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x21','\x98','\xc6','\x61','\x9f','\xfe','\x53','\x18','\xc6','\x8b','\x18','\xc6','\x0f','\x18','\xc6','\x06','\x1f','\xfe','\x06','\x00','\xc0','\x04','\x00','\xc0','\x0c','\x00','\xc6','\x08','\x3f','\xff','\x18','\x00','\xc0','\x10','\x00','\xc0','\x20','\x00','\xc0','\x40','\x00','\xc0','\x00','\xc3','\x80','\xff','\xe3','\x06','\x18','\x3f','\xff','\x18','\x60','\x06','\x18','\x6f','\xf4','\x18','\x01','\x00','\x19','\x89','\x4c','\x3f','\xdd','\xe6','\x31','\xb1','\x86','\x31','\x87','\x00','\x21','\x9f','\xf8','\x61','\xf8','\x18','\x53','\x18','\x18','\x8b','\x1f','\xf8','\x0f','\x18','\x18','\x06','\x18','\x18','\x06','\x1f','\xf8','\x04','\x18','\x18','\x0c','\x18','\x18','\x08','\x1f','\xf8','\x18','\x08','\x00','\x10','\x1e','\x78','\x20','\x38','\x1e','\x40','\xc0','\x06','\x03','\x22','\x70','\xff','\xb3','\x60','\x18','\x22','\x68','\x18','\x66','\x66','\x18','\x55','\x63','\x18','\x95','\x63','\x18','\x09','\x60','\x3f','\x00','\x66','\x33','\xff','\xff','\x33','\x24','\x60','\x23','\x24','\x64','\x63','\xe7','\x67','\x52','\x24','\x66','\x8a','\x24','\x26','\x0e','\xe7','\x24','\x06','\x24','\x2c','\x04','\x24','\x28','\x0c','\xe7','\x38','\x0c','\x24','\x12','\x08','\x24','\x3a','\x19','\xff','\x6a','\x10','\xf0','\xce','\x20','\x81','\x87','\x40','\x06','\x03','\x03','\x1c','\x70','\xff','\x98','\x60','\x18','\x18','\x68','\x18','\x1a','\x66','\x18','\xff','\x63','\x18','\x18','\x63','\x18','\x18','\x60','\x3f','\x18','\x66','\x33','\xff','\xff','\x33','\x24','\x60','\x23','\x24','\x64','\x63','\xe7','\x67','\x52','\x24','\x66','\x8a','\x24','\x26','\x0e','\xe7','\x24','\x06','\x24','\x2c','\x04','\x24','\x28','\x0c','\xe7','\x38','\x0c','\x24','\x12','\x08','\x24','\x3a','\x19','\xff','\x6a','\x10','\xf0','\xce','\x20','\x81','\x87','\x40','\x06','\x03','\x02','\x03','\x00','\x03','\xff','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\xfe','\x0c','\x01','\xfe','\x18','\x00','\x00','\x60','\x00','\x60','\x0f','\xff','\xf0','\x02','\x00','\xc0','\x01','\x01','\x80','\x01','\x83','\x00','\x00','\xc6','\x00','\x00','\x6c','\x00','\x00','\x38','\x00','\x00','\x6c','\x00','\x00','\xc7','\x80','\x03','\x81','\xfe','\x0e','\x00','\x7c','\x70','\x00','\x1c','\x00','\x62','\x30','\x23','\xf3','\xf8','\x3f','\x03','\x30','\x30','\x03','\x30','\x30','\x63','\x30','\x3f','\xf3','\x30','\x30','\x63','\x30','\x30','\x62','\x30','\x3f','\xe6','\x3f','\x30','\x64','\x1f','\x30','\x68','\x00','\x3f','\xe0','\x0c','\x30','\x0f','\xfe','\x30','\x02','\x0c','\x30','\x62','\x18','\x3f','\xf1','\x18','\x30','\x61','\xb0','\x30','\x60','\xe0','\x20','\x60','\x40','\x60','\x60','\xe0','\x40','\xe1','\xb8','\x40','\xc3','\x1f','\x87','\xc6','\x0e','\x01','\x98','\x06','\x07','\x02','\x30','\x06','\x03','\xf8','\x06','\x33','\x30','\xff','\xfb','\x30','\x06','\x03','\x30','\x06','\x03','\x30','\x7f','\xf3','\x30','\x00','\x02','\x30','\x40','\x36','\x3f','\x7f','\xfc','\x1f','\xc0','\x30','\x00','\xc0','\x20','\x0c','\x3f','\xcf','\xfe','\x00','\x02','\x0c','\x00','\x02','\x18','\x1f','\x81','\x18','\x19','\x89','\xb0','\x19','\x90','\xe0','\x19','\xa0','\x40','\x31','\xe0','\xe0','\x31','\xc1','\xb8','\x23','\x83','\x1f','\x41','\x06','\x0e','\x80','\x18','\x06','\x40','\x31','\x18','\x7f','\xf9','\xfc','\x60','\x01','\x98','\x60','\x01','\x98','\x67','\xe1','\x98','\x64','\x21','\x98','\x64','\x21','\x98','\x64','\x21','\x18','\x67','\xe3','\x1f','\x60','\x02','\x0f','\x60','\x04','\x00','\x60','\x00','\x0c','\x6f','\x7b','\xfe','\x69','\x49','\x0c','\x69','\x49','\x0c','\x69','\x48','\x98','\x69','\x48','\xd8','\x6f','\x78','\x70','\x60','\x00','\x20','\x60','\x00','\x70','\x60','\x18','\xd8','\x7f','\xfd','\x9f','\x60','\x03','\x0e','\x00','\x0c','\x06','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xcc','\x1f','\xff','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x20','\x01','\xc0','\x38','\x01','\x80','\x30','\x01','\x86','\x31','\xbf','\xff','\x3f','\xc3','\x00','\x60','\x02','\x20','\x40','\x02','\x10','\xbf','\x84','\x18','\x24','\x9f','\xec','\x24','\x8f','\x0c','\x24','\x88','\x00','\x24','\x80','\x00','\x24','\x8c','\x9c','\xff','\xec','\x98','\x24','\x8c','\x98','\x24','\x8c','\x98','\x24','\x8c','\x98','\x24','\x8c','\x98','\x24','\x8c','\x98','\x7f','\xe8','\x9a','\x41','\x18','\x9a','\x01','\x10','\x9b','\x0f','\x20','\x1f','\x06','\x40','\x0e','\x00','\x1c','\x00','\x04','\x18','\x00','\x07','\x18','\x60','\x0e','\x18','\x18','\x0c','\x18','\x8e','\x18','\x18','\xe7','\x30','\xf9','\xc3','\x60','\x33','\x80','\x80','\x0e','\x00','\x00','\x38','\x00','\x01','\xe1','\x80','\x1f','\x07','\xc0','\xe0','\x3e','\x00','\x03','\xf0','\x00','\x00','\x30','\x60','\x1f','\xff','\xf0','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x00','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x01','\x81','\xc0','\x07','\xc1','\x98','\x1e','\x01','\x8c','\xf8','\x01','\x8c','\x18','\x01','\x82','\x18','\x3f','\xff','\x18','\x01','\x80','\x19','\x81','\x88','\xff','\xd9','\x8e','\x18','\x0d','\x8c','\x18','\x0d','\x98','\x18','\x01','\xa0','\x19','\x81','\x80','\xff','\xc1','\xa0','\x18','\x0d','\x98','\x18','\x79','\x8c','\x18','\x31','\x8e','\x18','\x21','\x86','\x18','\x07','\x80','\x18','\x03','\x02','\x18','\x00','\x02','\x18','\x00','\x03','\x1f','\xff','\xff','\x0f','\xff','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x13','\xff','\xc0','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x06','\x04','\x60','\x3f','\x08','\x07','\xf0','\x00','\x00','\x30','\x00','\x1f','\xff','\xe0','\x00','\x30','\x00','\x00','\x30','\x00','\x7f','\xff','\xfa','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x00','\x06','\x00','\x00','\x3f','\x00','\x07','\xf0','\x00','\x00','\x60','\x00','\x1f','\xff','\xe0','\x00','\x60','\x00','\x7f','\xff','\xf8','\x00','\x60','\x04','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x3f','\xfc','\x03','\x00','\x60','\x0f','\x81','\xf0','\x7c','\x0f','\x80','\x0c','\x01','\x80','\x7f','\xcf','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\xff','\xef','\xfe','\x0c','\x01','\x80','\x0c','\x21','\x82','\x0c','\x31','\x83','\x0f','\xf1','\xff','\x07','\xe0','\xfe','\x01','\x81','\xc0','\x07','\xc1','\x88','\x1e','\x09','\x8c','\xf8','\x09','\x98','\x18','\x19','\xa0','\x18','\x19','\x40','\x18','\x03','\x30','\x19','\x82','\x18','\xff','\xc4','\x0c','\x18','\x18','\x0c','\x18','\x01','\xc0','\x18','\x01','\x88','\x19','\x89','\x8c','\xff','\xc9','\x98','\x18','\x19','\xa0','\x18','\x19','\x40','\x18','\x03','\x20','\x18','\x02','\x30','\x18','\x04','\x18','\x18','\x18','\x1a','\x18','\x00','\x02','\x18','\x00','\x03','\x1f','\xff','\xff','\x0f','\xff','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x40','\x80','\x30','\x48','\x84','\x37','\xff','\xfe','\x30','\xc1','\xa0','\x31','\xf3','\x90','\x33','\x52','\x9c','\x34','\x44','\x8f','\x30','\x40','\x86','\x30','\x00','\xc0','\x30','\x0f','\xe0','\x31','\xfc','\x00','\x30','\x0c','\x00','\x23','\xff','\xf8','\x60','\x0c','\x00','\x60','\x0c','\x00','\x4f','\xff','\xfe','\x40','\x0c','\x02','\x80','\x0c','\x03','\x00','\x0f','\xff','\x00','\x07','\xfe','\x07','\x00','\x18','\x06','\x30','\x7c','\xff','\xf9','\xe0','\x00','\x07','\xc0','\x7f','\xf0','\xc0','\x40','\x10','\xc0','\x4f','\x90','\xc0','\x48','\x90','\xd8','\x48','\x97','\xfc','\x4f','\x90','\xc0','\x40','\x10','\xc0','\x7f','\xf0','\xc0','\x00','\x00','\xcc','\x3f','\xe7','\xfe','\x30','\x60','\xc0','\x30','\x60','\xc0','\x3f','\xe0','\xc0','\x30','\x60','\xc0','\x30','\x60','\xc0','\x3f','\xe0','\xc2','\x30','\x60','\xc2','\x30','\x60','\xc3','\xff','\xf8','\xff','\x00','\x00','\x7e','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\xd8','\x0c','\xff','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x1f','\xfc','\x30','\x18','\xcc','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc6','\x30','\x1f','\xff','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\x60','\x3f','\xd8','\x60','\x1f','\xd8','\x62','\x00','\x18','\x32','\x00','\x19','\xba','\x00','\xfe','\x1f','\x00','\x70','\x0f','\x00','\x40','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x33','\xff','\xf0','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x60','\x3f','\xff','\xf0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x62','\x00','\x00','\x32','\x00','\x00','\x32','\x00','\x00','\x1a','\x00','\x00','\x1e','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x03','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x33','\xff','\xf0','\x60','\x00','\x00','\x80','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x30','\x04','\x00','\x30','\x07','\x08','\x30','\x06','\x04','\x30','\x0c','\x06','\x30','\x0f','\xff','\x30','\x19','\x8d','\xf2','\x21','\x8c','\xda','\x41','\x8c','\x1a','\x03','\x0c','\x1a','\x03','\x0c','\x0e','\x06','\x0c','\x0e','\x0c','\x7c','\x07','\x30','\x18','\x03','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x33','\xff','\xf0','\x60','\x00','\x00','\x80','\x00','\x30','\x3f','\xff','\xf8','\x00','\x00','\x30','\x00','\x00','\x30','\x1f','\xff','\x30','\x18','\x03','\x30','\x18','\xc3','\x30','\x18','\xc3','\x30','\x1b','\xfb','\x32','\x18','\xc3','\x1a','\x18','\xb3','\x1a','\x19','\x9b','\x1a','\x1b','\x1b','\x0e','\x18','\x03','\x0e','\x1f','\xff','\x07','\x18','\x03','\x03','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x33','\xff','\xf0','\x60','\x00','\x00','\x80','\x00','\x30','\x3f','\xff','\xf8','\x00','\x00','\x30','\x10','\xe4','\x30','\x0c','\xc6','\x30','\x04','\xcc','\x30','\x00','\xd0','\x30','\x3f','\xff','\x30','\x03','\xc0','\x32','\x03','\xe0','\x1a','\x06','\xd8','\x1a','\x06','\xce','\x1a','\x0c','\xc7','\x0e','\x18','\xc3','\x0e','\x60','\xc0','\x07','\x00','\xc0','\x03','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x01','\x98','\x1c','\x7f','\xdc','\x38','\x01','\x9c','\x60','\x01','\x9a','\x80','\x03','\x19','\x00','\x03','\x19','\x80','\x06','\x18','\xc0','\x0c','\x18','\x70','\x18','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x80','\x71','\x87','\x60','\x61','\x86','\x32','\x61','\x86','\x32','\x61','\x86','\x04','\x61','\x86','\x04','\x61','\x86','\x0c','\x61','\x86','\x08','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x30','\x61','\x86','\xf0','\x61','\x86','\x70','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x0c','\x32','\xff','\xfe','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x18','\x04','\x7f','\xfc','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x00','\x18','\x0c','\x00','\x7c','\x06','\x23','\xe0','\x06','\x3e','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x80','\x30','\x00','\x60','\x30','\x06','\x32','\x3f','\xff','\x32','\x30','\x60','\x04','\x30','\x60','\x04','\x30','\x60','\x0c','\x30','\x60','\x08','\x30','\x60','\x18','\x30','\x60','\x18','\x20','\x60','\x30','\x60','\x60','\xf0','\x60','\x60','\x70','\x40','\x60','\x30','\xc0','\x60','\x30','\x80','\x60','\x31','\x00','\x60','\x3a','\x00','\x60','\x18','\x00','\x60','\x10','\x00','\x00','\x0c','\x00','\x18','\x06','\xff','\xfc','\x06','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x80','\x18','\x00','\x60','\x18','\x60','\x32','\x3f','\xf0','\x32','\x30','\x60','\x04','\x30','\x60','\x04','\x30','\x60','\x0c','\x30','\x60','\x08','\x30','\x60','\x18','\x30','\x60','\x18','\x7f','\xe0','\x30','\x60','\x60','\xf0','\x60','\x60','\x70','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x66','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x80','\x39','\x80','\x60','\x31','\x80','\x32','\x31','\x8c','\x32','\x31','\xfe','\x04','\x31','\x80','\x04','\x31','\x80','\x0c','\x31','\x80','\x08','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x30','\x31','\x80','\xf0','\x31','\x80','\x70','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x86','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x04','\x00','\x0c','\x03','\x00','\x06','\x01','\x80','\x06','\x00','\xc0','\x00','\x00','\xc0','\x00','\x0e','\x00','\x80','\x0c','\x00','\x60','\x0c','\x00','\x32','\x0c','\x00','\x32','\x0c','\x00','\x04','\x0c','\x00','\x04','\x4c','\x08','\x0c','\x4c','\x04','\x08','\x4c','\x06','\x18','\xcc','\x03','\x18','\xcc','\x03','\x30','\xcc','\x03','\xf1','\x8c','\x00','\x71','\x8c','\x10','\x30','\x0c','\x10','\x30','\x0c','\x10','\x30','\x0c','\x18','\x38','\x0f','\xf8','\x18','\x07','\xf0','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x01','\xff','\xff','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x43','\x0c','\x32','\x7f','\xfe','\x04','\x63','\x0c','\x04','\x63','\x0c','\x0c','\x63','\x0c','\x08','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x30','\x63','\x0c','\xf0','\x63','\x0c','\x70','\x63','\x3c','\x30','\x63','\x18','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x08','\x40','\x0c','\x0e','\x40','\x06','\x0c','\x40','\x06','\x0c','\x20','\x00','\x18','\x20','\x00','\x18','\x30','\x80','\x10','\x18','\x60','\x30','\x1c','\x32','\x20','\x0f','\x32','\x40','\x06','\x04','\x80','\x00','\x04','\x3f','\xf8','\x0c','\x06','\x18','\x08','\x06','\x18','\x18','\x06','\x18','\x18','\x06','\x18','\x30','\x06','\x18','\xf0','\x0c','\x18','\x70','\x0c','\x18','\x30','\x08','\x18','\x30','\x18','\x38','\x30','\x10','\x30','\x38','\x21','\xf0','\x18','\xc0','\x60','\x10','\x00','\x00','\x0c','\x40','\x06','\x06','\x7f','\xff','\x06','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x80','\x60','\x06','\x60','\x60','\x06','\x32','\x60','\x06','\x32','\x60','\x06','\x04','\x60','\x06','\x04','\x7f','\xfe','\x0c','\x60','\x06','\x08','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x30','\x60','\x06','\xf0','\x60','\x06','\x70','\x60','\x06','\x30','\x60','\x06','\x30','\x60','\x06','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x10','\x00','\x00','\x0c','\x40','\x0c','\x06','\x7f','\xfe','\x06','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x80','\x60','\x00','\x60','\x60','\x18','\x32','\x7f','\xfc','\x32','\x64','\x18','\x04','\x64','\x18','\x04','\x64','\x30','\x0c','\x62','\x30','\x08','\x62','\x30','\x18','\x63','\x60','\x18','\x61','\x60','\x30','\xc1','\xc0','\xf0','\xc0','\x80','\x70','\xc1','\xc0','\x30','\x83','\x60','\x31','\x86','\x38','\x31','\x0c','\x1f','\x3a','\x10','\x0e','\x18','\x60','\x06','\x10','\x08','\x00','\x0c','\x0e','\x00','\x06','\x0c','\x18','\x06','\x0f','\xfc','\x00','\x0c','\x18','\x00','\x08','\x18','\x80','\x18','\x38','\x60','\x10','\x30','\x32','\x21','\xf0','\x32','\x40','\x60','\x04','\x00','\x00','\x04','\x00','\x18','\x0c','\x7f','\xfc','\x08','\x10','\x30','\x18','\x08','\x70','\x18','\x0c','\x60','\x30','\x06','\xc0','\xf0','\x03','\x80','\x70','\x01','\x80','\x30','\x03','\xc0','\x30','\x06','\x70','\x30','\x0c','\x3f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x81','\xff','\xff','\x60','\x07','\x40','\x32','\x0f','\x40','\x32','\x0f','\x40','\x04','\x0f','\x20','\x04','\x1b','\x20','\x0c','\x1b','\x30','\x08','\x13','\x10','\x18','\x33','\x18','\x18','\x23','\x18','\x30','\x63','\x0c','\xf0','\x43','\x0f','\x70','\x83','\x06','\x31','\x03','\x06','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x03','\x80','\x0c','\x73','\x1c','\x06','\x63','\x18','\x06','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x18','\x80','\x63','\x18','\x63','\xff','\xff','\x30','\x63','\x18','\x32','\x63','\x18','\x02','\x63','\x18','\x04','\x63','\x18','\x04','\x63','\x18','\x0c','\x63','\x18','\x08','\x63','\x18','\x18','\x63','\xf8','\x38','\x63','\x18','\xf0','\x60','\x00','\x70','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x0c','\x38','\x7f','\xfe','\x18','\x60','\x00','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x43','\x0c','\x00','\x7f','\xfe','\x80','\x63','\x0c','\x60','\x63','\x0c','\x32','\x63','\x0c','\x32','\x63','\x0c','\x04','\x63','\x0c','\x04','\x63','\x0c','\x0c','\x63','\x0c','\x08','\x63','\x0c','\x19','\xff','\xff','\x18','\x06','\x80','\x30','\x06','\x80','\xf0','\x0c','\x40','\x70','\x0c','\x60','\x30','\x18','\x30','\x30','\x18','\x38','\x30','\x30','\x1f','\x38','\x60','\x0e','\x19','\x80','\x06','\x20','\x0c','\x20','\x19','\xfe','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x00','\x0c','\x30','\x00','\x8c','\x30','\x80','\xfc','\x30','\x40','\xcc','\x30','\x64','\xc0','\x30','\x64','\xc0','\x60','\x04','\xc0','\x60','\x0c','\xcc','\x60','\x09','\xfe','\x60','\x09','\x8c','\x40','\x19','\x8c','\x40','\x18','\x0c','\x48','\x30','\x0c','\x44','\xf0','\x0c','\xc4','\x70','\x0c','\x86','\x30','\x1c','\x82','\x30','\x18','\x9e','\x30','\x3b','\xf3','\x39','\xf1','\xc3','\x18','\x61','\x03','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x80','\xff','\xff','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x23','\x18','\x08','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x3f','\xf8','\x38','\x30','\x18','\x18','\x30','\x18','\x10','\x80','\x06','\x0c','\xff','\xff','\x06','\xcc','\xc6','\x06','\xcc','\xc6','\x00','\xcc','\xc6','\x00','\xcc','\xc6','\x80','\xcc','\xc6','\x60','\xcc','\xc6','\x32','\xcc','\xc6','\x32','\xcc','\xc6','\x04','\xcc','\xc6','\x04','\xcc','\xc6','\x0c','\xcc','\xc6','\x08','\xc8','\xc6','\x18','\xd8','\xfe','\x18','\xd0','\x7e','\x30','\xe0','\x06','\xf0','\xc0','\x06','\x70','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x38','\xff','\xfe','\x18','\xc0','\x06','\x10','\x80','\x06','\x0c','\xff','\xff','\x06','\xc0','\x06','\x06','\xc0','\x06','\x00','\xc3','\x86','\x00','\xc3','\x06','\x80','\xc3','\x06','\x60','\xc3','\x06','\x32','\xc3','\x06','\x32','\xc3','\x06','\x04','\xc2','\x86','\x04','\xc2','\x86','\x0c','\xc6','\x86','\x08','\xc6','\x86','\x18','\xc4','\xc6','\x18','\xc4','\xc6','\x30','\xcc','\x66','\xf0','\xc8','\x76','\x70','\xd0','\x26','\x30','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x38','\xff','\xfe','\x18','\xc0','\x06','\x10','\x00','\x18','\x0c','\x00','\x7c','\x06','\x23','\xe0','\x06','\x3e','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x80','\x30','\x00','\x60','\x30','\x06','\x32','\x3f','\xff','\x32','\x30','\x60','\x04','\x30','\x60','\x04','\x30','\x60','\x0c','\x33','\x60','\x08','\x30','\xe0','\x18','\x30','\x70','\x18','\x20','\x7c','\x30','\x60','\x6e','\xf0','\x60','\x66','\x70','\x40','\x60','\x30','\xc0','\x60','\x30','\x80','\x60','\x31','\x00','\x60','\x3a','\x00','\x60','\x18','\x00','\x60','\x10','\x20','\x30','\x0c','\x3f','\xf8','\x06','\x30','\x30','\x06','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x80','\x30','\x30','\x60','\x30','\x30','\x32','\x3f','\xf0','\x32','\x30','\x30','\x04','\x30','\x30','\x04','\x30','\x30','\x0c','\x30','\x30','\x08','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x30','\x30','\x30','\xf0','\x30','\x30','\x70','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x36','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x23','\x00','\x00','\x23','\x06','\x00','\x7f','\xff','\x80','\x60','\x06','\x60','\xc0','\x04','\x32','\xc0','\x08','\x32','\x1c','\x00','\x04','\x18','\x10','\x04','\x18','\x1c','\x0c','\x18','\x38','\x08','\x18','\x70','\x18','\x19','\xc0','\x18','\x1e','\x00','\x30','\x18','\x00','\xf0','\x18','\x00','\x70','\x18','\x00','\x30','\x18','\x04','\x30','\x18','\x04','\x30','\x18','\x06','\x38','\x1f','\xfe','\x18','\x0f','\xfc','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x80','\x03','\xff','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x43','\x0c','\x08','\x7f','\xfe','\x18','\x60','\x0c','\x18','\x60','\x0c','\x30','\x60','\x0c','\xf0','\x60','\x0c','\x70','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x7f','\xfc','\x38','\x60','\x0c','\x18','\x60','\x0c','\x10','\x00','\x00','\x0c','\x40','\x06','\x06','\x7f','\xff','\x06','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x80','\x61','\x86','\x60','\x61','\x86','\x32','\x61','\x86','\x32','\x61','\x86','\x04','\x61','\x86','\x04','\x7f','\xfe','\x0c','\x61','\x86','\x08','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x30','\x61','\x86','\xf0','\x61','\x86','\x70','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x10','\x00','\x0c','\x0c','\x00','\x7e','\x06','\x03','\xe0','\x06','\x7e','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x0c','\x32','\x7f','\xfe','\x32','\x00','\x0c','\x04','\x00','\x1c','\x04','\x00','\x18','\x0c','\x00','\x30','\x08','\x00','\x20','\x18','\x00','\x60','\x18','\x00','\xc0','\x30','\x10','\x80','\xf0','\x11','\x00','\x70','\x2a','\x00','\x30','\x2c','\x00','\x30','\x66','\x00','\x31','\xc3','\x80','\x38','\xc1','\xff','\x18','\x80','\x7e','\x10','\x40','\x0c','\x0c','\x7f','\xfe','\x06','\x60','\x0c','\x06','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x80','\x60','\x0c','\x60','\x7f','\xfc','\x32','\x61','\x8c','\x32','\x61','\x80','\x04','\x61','\x80','\x04','\x61','\x8c','\x0c','\x7f','\xfe','\x08','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x30','\x60','\xe0','\xf0','\x60','\x60','\x70','\x60','\x72','\x30','\x60','\x32','\x30','\x66','\x3a','\x33','\xf8','\x1f','\x39','\xc0','\x0f','\x19','\x00','\x06','\x10','\x00','\x00','\x0c','\x00','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x00','\x43','\x10','\x00','\x23','\x1c','\x80','\x23','\x18','\x60','\x33','\x10','\x32','\x33','\x30','\x32','\x33','\x20','\x04','\x03','\x20','\x04','\x03','\x06','\x0d','\xff','\xff','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x20','\x0c','\x0c','\x3f','\xfe','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x80','\x30','\x0c','\x60','\x30','\x0c','\x32','\x3f','\xfc','\x32','\x30','\x0c','\x04','\x30','\x0c','\x04','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x30','\x30','\x0c','\xf0','\x30','\x0c','\x70','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x38','\x3f','\xfc','\x18','\x30','\x0c','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x18','\x80','\xff','\xfc','\x60','\x03','\x18','\x32','\x43','\x18','\x32','\x7f','\xf8','\x04','\x63','\x18','\x04','\x63','\x00','\x0c','\x63','\x06','\x08','\xff','\xff','\x18','\xc6','\x86','\x18','\x06','\x86','\x30','\x06','\x46','\xf0','\x0c','\x4e','\x70','\x0c','\x64','\x30','\x18','\x30','\x30','\x18','\x38','\x30','\x30','\x1f','\x38','\x60','\x0e','\x19','\x80','\x06','\x08','\x00','\x00','\x0e','\x40','\x0c','\x1c','\x31','\xfe','\x18','\x18','\x00','\x30','\x18','\x00','\x20','\x00','\x00','\x41','\x00','\x00','\x88','\xc0','\x00','\x0e','\x64','\x06','\x0c','\x65','\xff','\x18','\x08','\x30','\x18','\x08','\x30','\x38','\x18','\x30','\x38','\x10','\x30','\x58','\x30','\x30','\x98','\x30','\x30','\x18','\x60','\x30','\x19','\xe0','\x30','\x18','\xe0','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x71','\xf0','\x18','\x30','\x60','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x00','\x30','\x06','\x00','\x3f','\xff','\x80','\x60','\x06','\x60','\x41','\x06','\x32','\x81','\x86','\x32','\x11','\x86','\x04','\x4b','\x26','\x04','\x4b','\x26','\x0c','\x46','\x26','\x08','\x47','\x26','\x18','\x4d','\x26','\x18','\x49','\xa6','\x30','\x51','\xa6','\xf0','\x60','\x26','\x70','\x40','\x26','\x30','\x7f','\xe6','\x30','\x40','\x2e','\x30','\x00','\x0c','\x38','\x00','\x7c','\x18','\x00','\x18','\x10','\x02','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x02','\x00','\x00','\x44','\x18','\x00','\x7f','\xfc','\x80','\x64','\x98','\x60','\x64','\x98','\x32','\x64','\x98','\x32','\x64','\x98','\x04','\x64','\x98','\x04','\x64','\x98','\x0c','\x64','\x98','\x08','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x30','\x64','\x98','\xf0','\x64','\x98','\x70','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x9a','\x3b','\xff','\xff','\x18','\x00','\x00','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x06','\x80','\x06','\x06','\x80','\x00','\x04','\x40','\x00','\x0c','\x60','\x80','\x08','\x30','\x60','\x18','\x38','\x32','\x10','\x1f','\x32','\x20','\x6e','\x04','\xdf','\xf6','\x04','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x20','\x18','\x18','\x3f','\xfc','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x3f','\xf8','\x38','\x30','\x18','\x18','\x30','\x18','\x10','\x03','\x80','\x0c','\x03','\x08','\x06','\x83','\x0e','\x06','\x43','\x0c','\x00','\x63','\x18','\x00','\x33','\x18','\x80','\x33','\x10','\x60','\x33','\x30','\x32','\x03','\x20','\x32','\x03','\x06','\x04','\xff','\xff','\x04','\x0c','\xc0','\x0c','\x0c','\xc0','\x08','\x0c','\xc0','\x18','\x0c','\xc0','\x18','\x0c','\xc0','\x30','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc2','\x30','\x10','\xc2','\x30','\x30','\xc2','\x30','\x20','\xc3','\x38','\x40','\xff','\x19','\x80','\x7e','\x10','\x03','\x80','\x0c','\x23','\x00','\x06','\x3b','\x00','\x06','\x33','\x00','\x00','\x33','\x18','\x00','\x3f','\xfc','\x80','\x63','\x00','\x60','\x43','\x00','\x32','\x83','\x00','\x32','\x03','\x00','\x04','\x03','\x06','\x05','\xff','\xff','\x0c','\x0f','\x40','\x08','\x0f','\x40','\x18','\x1b','\x20','\x18','\x1b','\x20','\x30','\x13','\x30','\xf0','\x33','\x18','\x70','\x23','\x1c','\x30','\x43','\x0f','\x30','\x83','\x0e','\x33','\x03','\x06','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x00','\x30','\x06','\x00','\x3f','\xff','\x80','\x20','\x06','\x60','\x60','\x06','\x32','\x41','\x86','\x32','\xbf','\xc6','\x04','\x31','\x86','\x04','\x31','\x86','\x0c','\x31','\x86','\x08','\x3f','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x30','\x31','\x86','\xf0','\x3f','\x86','\x70','\x31','\x8e','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x1c','\x38','\x01','\xf8','\x18','\x00','\x30','\x20','\x70','\x00','\x18','\x60','\x00','\x0c','\x60','\x46','\x0c','\x60','\x7f','\x00','\x60','\x66','\x00','\x66','\x66','\x81','\xff','\x66','\x40','\x66','\x66','\x64','\x66','\x66','\x64','\x66','\x66','\x04','\xc6','\x66','\x0c','\xc6','\x66','\x08','\xcc','\x66','\x08','\xcc','\x66','\x18','\xcc','\x66','\x19','\xa8','\x66','\x31','\xb8','\x66','\xf0','\x10','\x66','\x70','\x38','\x66','\x30','\x2c','\x66','\x30','\x66','\x7e','\x30','\x46','\x66','\x38','\x80','\x00','\x1b','\x00','\x00','\x10','\x00','\x06','\x0c','\xff','\xff','\x06','\x06','\x60','\x06','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x80','\x46','\x66','\x60','\x7f','\xff','\x32','\x66','\x66','\x32','\x66','\x66','\x04','\x66','\x66','\x04','\x66','\x66','\x0c','\x66','\x66','\x08','\x66','\x66','\x18','\x64','\x7e','\x18','\x6c','\x3e','\x30','\x68','\x06','\xf0','\x70','\x06','\x70','\x60','\x06','\x30','\x60','\x06','\x30','\x60','\x06','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x20','\x00','\x07','\x18','\x06','\x06','\x0d','\xff','\x06','\x0c','\x60','\x66','\x00','\x60','\x66','\x00','\x60','\x66','\x80','\x40','\x66','\x40','\x46','\x66','\x64','\xff','\x66','\x64','\xc6','\x66','\x04','\x86','\x66','\x0d','\x86','\x66','\x09','\x4c','\x66','\x0a','\x6c','\x66','\x18','\x28','\x66','\x18','\x18','\x66','\x30','\x10','\x66','\xf0','\x30','\x66','\x70','\x20','\x06','\x30','\x40','\x06','\x30','\x80','\x06','\x31','\x00','\x06','\x3a','\x00','\x3e','\x18','\x00','\x0c','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x43','\x00','\x06','\x43','\x06','\x00','\xff','\xff','\x00','\xc0','\x06','\x81','\x80','\x04','\x61','\x80','\x08','\x30','\x00','\x30','\x30','\x7f','\xf8','\x04','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x06','\x09','\xff','\xff','\x18','\x18','\xc0','\x18','\x18','\xc0','\x30','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc2','\x30','\x30','\xc2','\x30','\x30','\xc2','\x30','\x60','\xc3','\x38','\xc0','\xff','\x1b','\x00','\x7e','\x10','\x40','\x0c','\x0c','\x7f','\xfe','\x06','\x60','\x0c','\x06','\x60','\x0c','\x00','\x60','\x0c','\x00','\x7f','\xfc','\x80','\x00','\x00','\x60','\x00','\x00','\x32','\x40','\x0c','\x32','\x7f','\xfe','\x04','\x60','\x0c','\x04','\x60','\x0c','\x0c','\x60','\x0c','\x08','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x30','\x60','\x0c','\xf0','\x7f','\xfc','\x70','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x38','\x60','\x7c','\x18','\x60','\x18','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x21','\x80','\x06','\x21','\x86','\x00','\x7f','\xff','\x00','\x60','\x06','\x80','\xc4','\x04','\x60','\xc7','\x08','\x32','\x06','\x00','\x32','\x06','\x06','\x04','\xff','\xff','\x04','\x0c','\x00','\x0c','\x0c','\x80','\x08','\x18','\xe0','\x18','\x18','\xc0','\x18','\x30','\xc0','\x30','\x21','\x80','\xf0','\x61','\x90','\x70','\x43','\x08','\x30','\x82','\x0c','\x31','\x04','\x04','\x30','\x3f','\xfe','\x38','\x1f','\x86','\x18','\x10','\x06','\x10','\x08','\x00','\x0c','\x0e','\x00','\x06','\x0c','\x20','\x06','\x08','\x18','\x00','\x10','\x0c','\x00','\xff','\xf6','\x80','\x7e','\x06','\x60','\x50','\x70','\x32','\x1c','\x60','\x32','\x18','\x60','\x04','\x30','\x7e','\x04','\x68','\x3e','\x0c','\x8e','\x00','\x08','\x0c','\x30','\x18','\x1f','\xf8','\x18','\x18','\x60','\x30','\x34','\x60','\xf0','\x62','\xc0','\x70','\x83','\x80','\x30','\x06','\xc0','\x30','\x0c','\x70','\x30','\x18','\x3f','\x38','\x60','\x1e','\x19','\x80','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x01','\xff','\xff','\x00','\x03','\x00','\x80','\x43','\x20','\x60','\x73','\x38','\x32','\x63','\x30','\x32','\x63','\x30','\x04','\x53','\x28','\x04','\xdb','\x64','\x0c','\x9b','\x46','\x08','\x83','\x06','\x19','\x07','\x80','\x18','\x06','\x80','\x30','\x06','\xc0','\xf0','\x0c','\x40','\x70','\x0c','\x60','\x30','\x18','\x30','\x30','\x10','\x18','\x30','\x20','\x1f','\x38','\x40','\x0e','\x19','\x80','\x06','\x20','\x70','\x0c','\x18','\x60','\x1e','\x0c','\x61','\x38','\x0c','\x61','\xe0','\x00','\x61','\x80','\x00','\x6d','\x80','\x83','\xff','\x80','\x40','\x61','\x86','\x64','\x61','\xff','\x64','\x61','\x98','\x04','\x61','\x98','\x0c','\x61','\x98','\x08','\x6d','\x98','\x08','\x71','\x98','\x1b','\xe1','\x98','\x11','\xe1','\x98','\x31','\x61','\x18','\xf0','\x63','\x18','\x70','\x63','\x18','\x30','\x62','\x18','\x30','\x66','\x18','\x30','\x64','\x18','\x39','\xe8','\x18','\x18','\xc0','\x18','\x20','\x00','\x0c','\x18','\x30','\x7e','\x0d','\xfb','\xe0','\x0c','\x30','\x60','\x00','\x20','\x60','\x00','\x60','\x60','\x80','\x62','\x60','\x60','\x42','\x60','\x32','\xc2','\x66','\x32','\x9a','\x7f','\x05','\xfa','\x60','\x05','\x9a','\x60','\x0c','\x1a','\x60','\x08','\x12','\x60','\x19','\x12','\x60','\x19','\x32','\x60','\x30','\xa2','\x60','\xf0','\xa2','\x66','\x70','\x4f','\xff','\x30','\x40','\x00','\x30','\xb0','\x00','\x30','\x9f','\xff','\x39','\x07','\xfe','\x1a','\x00','\x00','\x10','\x20','\x20','\x0c','\x18','\x38','\x06','\x0c','\x70','\x06','\x0c','\x40','\x00','\x00','\x8c','\x00','\xff','\xfe','\x80','\x03','\x0c','\x60','\x03','\x0c','\x32','\x43','\x0c','\x32','\x7f','\xfc','\x04','\x63','\x0c','\x04','\x63','\x00','\x0c','\x63','\x00','\x08','\x63','\x06','\x18','\xff','\xff','\x18','\xc7','\x06','\x30','\xcf','\x06','\xf0','\x0b','\x06','\x70','\x1b','\x06','\x30','\x33','\x0c','\x30','\x63','\x7c','\x30','\xc3','\x18','\x3b','\x03','\x00','\x18','\x03','\x00','\x20','\x03','\x00','\x18','\x02','\x00','\x0d','\xff','\xfc','\x0c','\x02','\x00','\x00','\x02','\x00','\x00','\xff','\xf8','\x80','\x00','\x02','\x61','\xff','\xff','\x32','\x00','\x02','\x32','\x7f','\xf4','\x04','\x02','\x00','\x04','\x02','\x00','\x0c','\xff','\xf8','\x08','\x00','\x00','\x1b','\xff','\xff','\x18','\x00','\x18','\x30','\x00','\x18','\xf1','\xfb','\xff','\x71','\x98','\x18','\x31','\x99','\x98','\x31','\x98','\x98','\x31','\xf8','\x18','\x38','\x00','\x78','\x18','\x00','\x30','\x10','\x00','\x00','\x0c','\x40','\x0c','\x06','\x7f','\xfe','\x06','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x80','\x7f','\xfc','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x60','\x0c','\x04','\x7f','\xfc','\x04','\x60','\x0c','\x0c','\x00','\x00','\x08','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x18','\x30','\x7f','\xfc','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x04','\x00','\x0c','\x07','\x00','\x06','\x06','\x00','\x06','\x06','\x06','\x01','\xff','\xff','\x00','\x0c','\x40','\x80','\x18','\x20','\x60','\x18','\x30','\x32','\x33','\x1c','\x32','\x63','\x0f','\x04','\xff','\xfe','\x05','\x63','\x18','\x0c','\x63','\x18','\x08','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x7f','\xf8','\x30','\x63','\x02','\x30','\x03','\x02','\x30','\x03','\x03','\x38','\x03','\xff','\x18','\x01','\xfe','\x20','\x04','\x07','\x19','\x07','\x06','\x0c','\x86','\x66','\x0c','\xc4','\x66','\x00','\xcc','\x66','\x00','\x08','\x66','\x81','\xff','\x66','\x40','\x30','\x66','\x64','\x30','\x66','\x64','\x30','\x66','\x04','\x32','\x66','\x0d','\xff','\x66','\x08','\x30','\x66','\x08','\x30','\x66','\x18','\x30','\x66','\x18','\x30','\x66','\x30','\x68','\x66','\xf0','\x64','\x06','\x70','\x46','\x06','\x30','\xc3','\x06','\x30','\x83','\x06','\x31','\x03','\x06','\x3a','\x00','\x3e','\x18','\x00','\x0c','\x20','\xe0','\x07','\x18','\xc3','\x86','\x0c','\xc3','\x06','\x0c','\xc3','\x06','\x00','\xd3','\x26','\x00','\xdb','\x36','\x80','\xcb','\x26','\x60','\xcb','\x46','\x32','\xc3','\x06','\x32','\xc3','\x26','\x04','\xdf','\xf6','\x04','\xc3','\x06','\x0c','\xc7','\x06','\x08','\xc7','\x86','\x18','\xc7','\x46','\x18','\xcf','\x66','\x30','\xcb','\x26','\xf0','\xcb','\x36','\x70','\xdb','\x36','\x30','\x93','\x36','\x30','\xa3','\x06','\x31','\x83','\x06','\x39','\x00','\x06','\x1a','\x00','\x06','\x20','\x00','\x00','\x18','\x00','\x06','\x0f','\xff','\xff','\x0c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x80','\x81','\x9f','\xc7','\x41','\x99','\x86','\x61','\x81','\x96','\x65','\xb1','\x9e','\x05','\x99','\xb6','\x0d','\x99','\xa6','\x09','\x81','\x86','\x09','\x81','\x86','\x19','\x85','\xc6','\x19','\x99','\xb6','\x31','\xf1','\x9e','\xf1','\xa3','\x9e','\x71','\x8f','\x06','\x31','\x86','\x06','\x31','\x80','\x06','\x31','\xff','\xfe','\x39','\x80','\x06','\x19','\x80','\x06','\x10','\x1c','\x70','\x0c','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x6c','\x00','\xff','\xfe','\x00','\x18','\x60','\x80','\x18','\x60','\x60','\x18','\x60','\x32','\x1f','\xe0','\x32','\x18','\x60','\x04','\x18','\x60','\x04','\x18','\x60','\x0c','\x1f','\xe0','\x08','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x66','\x31','\xff','\xff','\xf0','\x00','\x00','\x70','\x10','\x40','\x30','\x1c','\x30','\x30','\x18','\x18','\x30','\x30','\x0c','\x38','\x60','\x0e','\x19','\x80','\x06','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x06','\x80','\x06','\x06','\x80','\x00','\x0c','\x40','\x00','\x0c','\x60','\x80','\x18','\x30','\x60','\x10','\x18','\x32','\x20','\xdc','\x32','\x5f','\xef','\x04','\x83','\x06','\x05','\x03','\x00','\x0c','\x03','\x30','\x08','\x7f','\xf8','\x18','\x03','\x00','\x18','\x03','\x10','\x30','\x43','\x1c','\xf0','\x23','\x18','\x70','\x33','\x30','\x30','\x33','\x20','\x30','\x33','\x40','\x30','\x03','\x0c','\x38','\xff','\xfe','\x18','\x00','\x00','\x10','\x80','\x06','\x0c','\xff','\xff','\x06','\xc0','\x06','\x06','\xc0','\x06','\x00','\xc3','\x86','\x00','\xc3','\x06','\x80','\xc3','\x26','\x60','\xdf','\xf6','\x32','\xc3','\x06','\x32','\xc3','\x06','\x04','\xc3','\x06','\x04','\xcb','\x66','\x0c','\xcf','\xe6','\x08','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x30','\xcc','\x66','\xf0','\xcf','\xe6','\x70','\xcc','\x66','\x30','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x38','\xff','\xfe','\x18','\xc0','\x06','\x10','\x00','\x10','\x0c','\x18','\x3c','\x06','\x06','\x70','\x06','\x01','\xc0','\x00','\x03','\x70','\x00','\x0c','\x1c','\x80','\x70','\x0c','\x60','\x07','\x00','\x32','\x06','\x06','\x32','\xff','\xff','\x04','\x0c','\x00','\x04','\x18','\x00','\x0c','\x1f','\xfc','\x08','\x38','\x0c','\x18','\x58','\x0c','\x19','\x9f','\xfc','\x30','\x18','\x0c','\xf0','\x18','\x0c','\x70','\x1f','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x38','\x18','\x7c','\x18','\x18','\x18','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x0c','\x00','\xff','\xfe','\x00','\x10','\x40','\x80','\x1c','\x70','\x60','\x18','\x60','\x32','\x18','\x60','\x32','\x36','\xd8','\x04','\x22','\x8c','\x04','\x41','\x0c','\x0c','\x80','\x00','\x08','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x71','\x10','\x18','\x61','\xd0','\x0c','\x61','\x90','\x0c','\x61','\x90','\x00','\x61','\x90','\x03','\xfd','\x98','\x80','\x61','\x18','\x40','\x61','\x08','\x64','\xe1','\x0c','\x64','\xfa','\x0c','\x04','\xea','\x8f','\x0c','\xec','\xe6','\x09','\xec','\xc6','\x09','\x60','\xc0','\x19','\x60','\xc0','\x1b','\x60','\x80','\x32','\x60','\x88','\xf4','\x61','\x88','\x70','\x61','\x84','\x30','\x61','\x04','\x30','\x61','\x3c','\x30','\x67','\xe6','\x38','\x63','\x86','\x18','\x62','\x06','\x10','\x03','\x80','\x0c','\x83','\x08','\x06','\x43','\x0e','\x06','\x63','\x0c','\x00','\x23','\x0c','\x00','\x33','\x18','\x80','\x33','\x10','\x60','\x33','\x20','\x32','\x03','\x00','\x32','\x83','\x06','\x04','\xff','\xff','\x04','\xc0','\x06','\x0c','\xc0','\x06','\x08','\xc8','\x66','\x18','\xcf','\xe6','\x18','\xcc','\x66','\x30','\xcc','\x66','\xf0','\xcc','\x66','\x70','\xcf','\xe6','\x30','\xcc','\x66','\x30','\xc0','\x06','\x30','\xc0','\x06','\x38','\xc0','\x3e','\x18','\xc0','\x0c','\x10','\x00','\x30','\x0c','\x01','\xf8','\x06','\x3f','\x80','\x06','\x84','\x08','\x00','\x63','\x0e','\x00','\x31','\x9c','\x80','\x31','\x90','\x60','\x00','\x20','\x32','\x7f','\xf8','\x32','\x03','\x18','\x04','\x03','\x18','\x04','\x03','\x1a','\x0d','\xff','\xff','\x08','\x03','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x30','\x7f','\xf8','\xf0','\x03','\x18','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x1f','\x00','\x18','\x06','\x00','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x0c','\x06','\xff','\xfe','\x00','\x06','\x00','\x00','\x06','\x00','\x80','\x7f','\xf0','\x60','\x06','\x30','\x32','\x06','\x36','\x32','\xff','\xff','\x04','\x06','\x30','\x04','\x06','\x30','\x0c','\x7f','\xf0','\x08','\x08','\x00','\x18','\x0c','\x06','\x19','\xff','\xff','\x30','\x18','\x60','\xf0','\x30','\xc0','\x70','\x30','\xc0','\x30','\x6d','\x80','\x30','\x63','\xc0','\x30','\x06','\x70','\x38','\x18','\x38','\x19','\xe0','\x18','\x20','\x70','\x0c','\x18','\x60','\x1e','\x0c','\x61','\x38','\x0c','\x61','\xe0','\x00','\x6d','\x80','\x03','\xff','\x80','\x80','\x61','\x80','\x40','\x61','\x86','\x64','\x61','\xff','\x64','\xf1','\x98','\x04','\xe9','\x98','\x0c','\xed','\x98','\x09','\xed','\x98','\x09','\x61','\x98','\x19','\x61','\x98','\x13','\x61','\x98','\x32','\x61','\x18','\xf4','\x63','\x18','\x70','\x63','\x18','\x30','\x62','\x18','\x30','\x66','\x18','\x30','\x64','\x18','\x38','\x68','\x18','\x18','\x60','\x18','\x10','\x1c','\xc0','\x0c','\x18','\x60','\x06','\x18','\x18','\x06','\x08','\xfc','\x00','\x0f','\x00','\x00','\xfc','\x60','\x80','\x06','\xc0','\x60','\x03','\x04','\x32','\x05','\x84','\x32','\x18','\xe4','\x04','\xe0','\x3e','\x04','\x0d','\x8e','\x0c','\x0c','\xc0','\x08','\x04','\x1e','\x18','\x07','\xe0','\x18','\xfe','\x10','\x30','\x02','\x38','\xf0','\x03','\x70','\x70','\x01','\xc0','\x30','\x03','\x82','\x30','\x06','\xc2','\x30','\x1c','\x72','\x38','\x70','\x3f','\x19','\x80','\x07','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x21','\x80','\x06','\x21','\x86','\x00','\x7f','\xff','\x00','\x60','\x06','\x80','\xc0','\x04','\x60','\xc0','\x30','\x32','\x1f','\xf8','\x32','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x06','\x0c','\xff','\xff','\x08','\x01','\x80','\x18','\x01','\x80','\x18','\x21','\x90','\x30','\x39','\x88','\xf0','\x31','\x8c','\x70','\x61','\x86','\x30','\x41','\x87','\x30','\x81','\x83','\x31','\x01','\x83','\x38','\x0f','\x80','\x18','\x03','\x00','\x20','\x70','\x60','\x18','\x60','\x60','\x0c','\x60','\x60','\x0c','\x60','\x70','\x00','\x64','\x50','\x03','\xfe','\xd0','\x80','\xc0','\xd8','\x40','\xc0','\x88','\x64','\xc1','\x8c','\x64','\xcd','\x06','\x04','\xfe','\x07','\x0c','\xcc','\x82','\x08','\xcc','\x40','\x08','\xcc','\x60','\x18','\xcc','\x30','\x18','\xcc','\x30','\x30','\x8c','\x00','\xf0','\x8c','\x80','\x70','\x8c','\x40','\x31','\x9c','\x60','\x31','\x18','\x30','\x31','\x18','\x38','\x3a','\x78','\x18','\x18','\x30','\x18','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x18','\x00','\x7f','\xfc','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x0c','\x32','\xff','\xfe','\x32','\x0c','\x60','\x04','\x0c','\x60','\x04','\x18','\x60','\x0c','\x18','\x7e','\x08','\x30','\x3e','\x18','\x43','\x80','\x18','\x03','\x00','\x30','\x03','\x18','\xf0','\x7f','\xfc','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x06','\x00','\x0c','\x06','\x00','\x06','\x0d','\x00','\x06','\x0c','\x80','\x00','\x18','\xc0','\x00','\x30','\x60','\x80','\x20','\x38','\x60','\x40','\x9f','\x30','\xbf','\xce','\x35','\x00','\x06','\x04','\x00','\x00','\x04','\x80','\x18','\x08','\xff','\xfc','\x08','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x18','\x30','\xff','\xf8','\xf0','\xc9','\x18','\x70','\xc9','\x18','\x30','\xc9','\x18','\x30','\xc9','\x18','\x30','\xc9','\x18','\x38','\xc9','\x78','\x18','\xc0','\x30','\x10','\x10','\x00','\x0c','\x1c','\x40','\x06','\x18','\x70','\x06','\x18','\x60','\x00','\x30','\x40','\x00','\x30','\x8c','\x80','\x3f','\xfe','\x60','\x61','\x80','\x32','\x61','\x80','\x32','\xe1','\x80','\x04','\xe1','\x98','\x05','\x7f','\xfc','\x0c','\x61','\x80','\x08','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x98','\x30','\x7f','\xfc','\xf0','\x61','\x80','\x70','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x38','\x7f','\xff','\x18','\x60','\x00','\x10','\x40','\x06','\x0c','\x7f','\xff','\x06','\x61','\x86','\x06','\x61','\x86','\x00','\x7f','\xfe','\x00','\x61','\x86','\x80','\x61','\x86','\x60','\x61','\x86','\x32','\x7f','\xfe','\x32','\x00','\x00','\x04','\x00','\x00','\x04','\x3f','\xfc','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x30','\x30','\x0c','\xf0','\x30','\x0c','\x70','\x3f','\xfc','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x38','\x30','\x7c','\x18','\x30','\x18','\x20','\x00','\x0c','\x18','\xff','\xfe','\x0c','\x04','\x40','\x0c','\x04','\x40','\x00','\x44','\x4c','\x00','\x7f','\xfe','\x80','\x64','\x4c','\x60','\x64','\x4c','\x32','\x64','\x4c','\x32','\x64','\x4c','\x04','\x64','\x4c','\x04','\x7f','\xfc','\x0c','\x60','\x0c','\x08','\x00','\x00','\x18','\x03','\x80','\x18','\x03','\x00','\x30','\x03','\x18','\xf0','\x7f','\xfc','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x1c','\x70','\x0c','\x18','\x60','\x06','\x18','\x66','\x06','\xff','\xff','\x00','\x18','\x60','\x00','\x18','\x60','\x80','\x00','\x00','\x60','\x00','\x06','\x32','\xff','\xff','\x32','\x00','\x18','\x04','\x00','\x18','\x04','\x43','\x18','\x0c','\x7f','\x98','\x08','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x7f','\x18','\x70','\x63','\x18','\x30','\x60','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x38','\x00','\xf8','\x18','\x00','\x30','\x10','\x08','\x00','\x0c','\x0c','\x60','\x06','\x1f','\xf0','\x06','\x18','\x60','\x00','\x30','\x40','\x00','\x60','\x8c','\x80','\xff','\xfe','\x60','\x64','\x8c','\x32','\x64','\x8c','\x32','\x64','\x8c','\x04','\x64','\x8c','\x04','\x6c','\xfc','\x0c','\x68','\x7c','\x08','\x70','\x0c','\x18','\x63','\x8c','\x18','\x63','\x0c','\x30','\x63','\x0c','\xf1','\xff','\xff','\x70','\x06','\x80','\x30','\x0c','\x40','\x30','\x18','\x70','\x30','\x30','\x3f','\x38','\x60','\x1e','\x19','\x80','\x06','\x10','\x00','\x1c','\x0c','\x01','\xfe','\x06','\x7f','\x88','\x06','\x02','\x0e','\x00','\x21','\x0c','\x00','\x19','\x88','\x80','\x08','\x90','\x60','\x7f','\xfe','\x32','\x06','\x00','\x32','\x06','\x00','\x04','\x06','\x06','\x04','\xff','\xff','\x0c','\x0c','\x00','\x08','\x0c','\x00','\x18','\x08','\x18','\x18','\x1f','\xfc','\x30','\x12','\x18','\xf0','\x32','\x30','\x70','\x21','\x60','\x30','\x41','\xc0','\x30','\x83','\x70','\x30','\x06','\x3f','\x38','\x18','\x1e','\x18','\xe0','\x06','\x10','\x04','\x00','\x0c','\x07','\x00','\x06','\x46','\x18','\x06','\x7f','\xfc','\x00','\x60','\x18','\x00','\x60','\x18','\x80','\x7f','\xf8','\x60','\x60','\x18','\x32','\x60','\x18','\x32','\x60','\x18','\x04','\x7f','\xf8','\x04','\x60','\x18','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\xff','\xfc','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x18','\x70','\xff','\xfc','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x3b','\xff','\xff','\x18','\x00','\x00','\x10','\x10','\x00','\x0c','\x10','\x06','\x06','\x3f','\xff','\x06','\x60','\x06','\x00','\x61','\xc4','\x00','\x01','\x80','\x80','\x7f','\xfe','\x60','\x01','\x80','\x32','\x21','\x8c','\x32','\x3f','\xfe','\x04','\x31','\x8c','\x04','\x31','\x8c','\x0c','\x3f','\xfc','\x08','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x30','\x31','\x8c','\xf0','\x01','\x80','\x70','\x01','\x86','\x30','\xff','\xff','\x30','\x01','\x80','\x30','\x01','\x80','\x38','\x01','\x80','\x18','\x01','\x80','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x01','\xff','\xff','\x00','\x0f','\x40','\x80','\x0b','\x40','\x60','\x1b','\x20','\x32','\x13','\x30','\x32','\x33','\x18','\x04','\x23','\x1c','\x04','\x43','\x0f','\x0d','\x80','\x06','\x08','\x3f','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x30','\x3f','\xf0','\xf0','\x30','\x30','\x70','\x30','\x30','\x30','\x3f','\xf0','\x30','\x30','\x30','\x30','\x30','\x36','\x39','\xff','\xff','\x18','\x00','\x00','\x20','\x0c','\x70','\x18','\x7e','\x60','\x0f','\xe0','\x60','\x0c','\x60','\x60','\x00','\x60','\x64','\x00','\x61','\x67','\x80','\x69','\x66','\x43','\xfd','\x66','\x60','\x63','\x6c','\x64','\x63','\x68','\x04','\x63','\x60','\x0c','\xf0','\x60','\x08','\xec','\x60','\x08','\xe6','\x60','\x19','\xe6','\x70','\x19','\x60','\x50','\x33','\x60','\xd0','\xf2','\x60','\xd0','\x74','\x60','\x98','\x30','\x60','\x88','\x30','\x61','\x8c','\x30','\x61','\x0f','\x38','\x62','\x06','\x18','\x64','\x06','\x10','\x39','\x98','\x0c','\x31','\x10','\x06','\x31','\x10','\x06','\x31','\x12','\x01','\xff','\xff','\x00','\x31','\x10','\x80','\x31','\x10','\x60','\x31','\x10','\x32','\x31','\xf0','\x32','\x30','\x00','\x04','\x30','\x0c','\x04','\x3f','\xfe','\x0c','\x33','\x00','\x08','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x30','\x0f','\x40','\xf0','\x1b','\x20','\x70','\x1b','\x30','\x30','\x33','\x18','\x30','\x63','\x1f','\x30','\xc3','\x0e','\x3b','\x03','\x06','\x18','\x03','\x00','\x10','\x02','\x00','\x0c','\x03','\x80','\x06','\x43','\x18','\x06','\x7f','\xfc','\x00','\x60','\x18','\x00','\x60','\x18','\x80','\x7f','\xf8','\x60','\x60','\x18','\x32','\x60','\x18','\x32','\x60','\x18','\x04','\x7f','\xf8','\x04','\x03','\x00','\x0c','\x03','\x08','\x08','\x33','\x0e','\x19','\xfb','\x8c','\x18','\x33','\x98','\x30','\x33','\x50','\xf0','\x63','\x60','\x70','\x63','\x30','\x30','\xc3','\x1c','\x30','\x83','\x0f','\x31','\x03','\x06','\x3a','\x1f','\x00','\x18','\x06','\x00','\x10','\x01','\xc0','\x0c','\x71','\x87','\x06','\x61','\x86','\x06','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x80','\x7f','\xfe','\x60','\x60','\x06','\x32','\x00','\x00','\x32','\x00','\x06','\x04','\xff','\xff','\x04','\x03','\x00','\x0c','\x02','\x00','\x08','\x44','\x06','\x18','\x7f','\xff','\x18','\x64','\x46','\x30','\x64','\x46','\xf0','\x64','\x46','\x70','\x64','\x46','\x30','\x64','\x46','\x30','\x64','\x46','\x30','\x64','\x46','\x38','\x64','\x5e','\x18','\x60','\x0c','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x0c','\x06','\xff','\xfe','\x00','\x00','\x00','\x00','\x20','\x30','\x80','\x3f','\xf8','\x60','\x30','\x30','\x32','\x30','\x30','\x32','\x3f','\xf0','\x04','\x00','\x00','\x04','\x80','\x06','\x0c','\xff','\xff','\x09','\x80','\x06','\x19','\x80','\x04','\x18','\x3f','\xf0','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x1f','\x00','\x18','\x06','\x00','\x20','\x0c','\x00','\x18','\x1e','\x02','\x0c','\x39','\xff','\x0c','\x70','\x30','\x00','\xf0','\x30','\x03','\x30','\x30','\x80','\x30','\x34','\x40','\x31','\xfe','\x64','\x30','\x30','\x65','\xfe','\x30','\x04','\x30','\x30','\x0c','\x30','\x34','\x08','\x31','\xfe','\x08','\x30','\x30','\x1b','\xfe','\x30','\x19','\xf0','\x30','\x31','\x30','\x32','\xf0','\x33','\xff','\x70','\x60','\x30','\x30','\x60','\x30','\x30','\x40','\x30','\x30','\xc0','\x30','\x38','\x80','\x30','\x19','\x00','\x30','\x20','\x00','\x70','\x18','\x00','\x60','\x0d','\xf0','\x60','\x0d','\x10','\x60','\x01','\x12','\x68','\x01','\x13','\x64','\x81','\x13','\x66','\x41','\xf3','\x62','\x65','\x12','\x63','\x65','\x12','\x63','\x05','\x16','\x60','\x0d','\x14','\x64','\x09','\xf4','\x67','\x09','\x18','\x66','\x19','\x10','\x66','\x19','\x11','\xec','\x31','\x10','\xcc','\xf1','\x10','\x18','\x71','\xf0','\x18','\x30','\x00','\x30','\x30','\x00','\x60','\x30','\x00','\xc0','\x38','\x03','\x80','\x18','\x0c','\x00','\x10','\x00','\x00','\x0c','\x00','\x06','\x06','\xff','\xff','\x06','\x01','\x80','\x00','\x01','\x00','\x00','\x01','\x00','\x80','\x42','\x06','\x60','\x7f','\xff','\x32','\x64','\x26','\x32','\x64','\x26','\x04','\x64','\x26','\x04','\x67','\xe6','\x0c','\x64','\x26','\x08','\x64','\x26','\x18','\x64','\x26','\x18','\x64','\x26','\x30','\x67','\xe6','\xf0','\x64','\x26','\x70','\x64','\x26','\x30','\x64','\x26','\x30','\x64','\x26','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x20','\x38','\x70','\x18','\x30','\x60','\x0c','\x32','\x60','\x0d','\xff','\x60','\x00','\x30','\x60','\x01','\x30','\x60','\x81','\x33','\x66','\x43','\xff','\xff','\x63','\x03','\x66','\x63','\x02','\x66','\x08','\x0c','\x66','\x09','\xfe','\x66','\x08','\x0c','\x66','\x18','\x08','\x66','\x18','\x30','\x66','\x10','\x30','\x66','\x30','\x3e','\x66','\xf3','\xf8','\xc6','\x71','\xf0','\xc6','\x31','\x30','\x8e','\x30','\x31','\x8c','\x30','\x31','\x0c','\x39','\xf2','\x7c','\x18','\x64','\x18','\x20','\x38','\x38','\x18','\x30','\x30','\x0c','\x30','\x36','\x0f','\xff','\xff','\x00','\x30','\x30','\x00','\x30','\x30','\x80','\x3f','\xf0','\x60','\x03','\x00','\x31','\x03','\x06','\x31','\xff','\xff','\x05','\x83','\x06','\x05','\x83','\x06','\x0d','\xb3','\x66','\x09','\x93','\x26','\x19','\x93','\x26','\x19','\x93','\x26','\x31','\xbb','\x76','\xf1','\xaf','\x5e','\x71','\xcb','\x96','\x31','\x83','\x06','\x31','\x83','\x06','\x31','\x83','\x06','\x39','\x83','\x3e','\x19','\x80','\x0c','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x06','\x80','\x06','\x06','\x40','\x00','\x0c','\x60','\x00','\x18','\x38','\x80','\x30','\x1f','\x60','\x6f','\xee','\x31','\x80','\x06','\x30','\x00','\x00','\x04','\x84','\x0e','\x04','\xfe','\xcc','\x08','\x84','\xcc','\x08','\x84','\xcc','\x18','\xfc','\xcc','\x10','\x84','\xcc','\x30','\x84','\xcc','\xf0','\x84','\xcc','\x70','\xfc','\xcc','\x30','\x84','\x0c','\x30','\x84','\x0c','\x30','\x84','\x0c','\x38','\x9c','\x7c','\x18','\x8c','\x18','\x20','\x70','\x80','\x18','\x60','\xe0','\x0c','\x60','\xc0','\x0c','\x60','\xc6','\x00','\x66','\xff','\x07','\xff','\x80','\x80','\xc1','\x00','\x60','\xc2','\x0c','\x30','\xc0','\xfe','\x30','\xcc','\x0c','\x04','\xfe','\x08','\x04','\xcc','\x28','\x08','\xcc','\x30','\x08','\xcc','\x30','\x18','\xcd','\xff','\x10','\xcc','\x30','\x30','\xcc','\x30','\xf0','\xcc','\x30','\x61','\x8c','\x30','\x61','\x8c','\x30','\x61','\x1c','\x30','\x63','\x18','\x30','\x72','\x79','\xf0','\x34','\x30','\x60','\x20','\x38','\x07','\x18','\x30','\x06','\x0c','\x30','\x66','\x0c','\x33','\x66','\x03','\xff','\xe6','\x00','\x30','\x66','\x80','\x30','\x66','\x41','\xfe','\x66','\x61','\x32','\x66','\x69','\x32','\x66','\x09','\x32','\x66','\x09','\x32','\x66','\x09','\x32','\x66','\x11','\xfe','\x66','\x10','\x70','\x66','\x10','\x70','\x66','\x30','\xf8','\x66','\xf0','\xb4','\x66','\x71','\xb6','\x06','\x31','\x33','\x06','\x32','\x33','\x06','\x34','\x30','\x06','\x38','\x30','\x3e','\x18','\x30','\x0c','\x10','\x00','\x38','\x0c','\x03','\xfc','\x06','\x7f','\x80','\x06','\x04','\x08','\x00','\x83','\x0e','\x00','\x61','\x8c','\x80','\x31','\x88','\x60','\x32','\x10','\x32','\x03','\x00','\x32','\x06','\x40','\x04','\x24','\x70','\x04','\x18','\xe0','\x0c','\x09','\x88','\x08','\x02','\x04','\x18','\xff','\xfe','\x18','\x7e','\x06','\x30','\x03','\x00','\xf0','\x03','\x00','\x71','\xff','\xff','\x30','\x06','\x80','\x30','\x0c','\x60','\x30','\x18','\x38','\x38','\x60','\x1f','\x19','\x80','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x18','\x06','\x7f','\xfc','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x06','\x61','\xff','\xff','\x30','\x0c','\x00','\x30','\x08','\x20','\x04','\x18','\x10','\x04','\x10','\x18','\x0c','\xff','\xfc','\x08','\x7c','\x0c','\x18','\x40','\x0c','\x18','\x00','\x00','\x30','\x7f','\xf8','\xf0','\x64','\x98','\x70','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x9a','\x3b','\xff','\xff','\x18','\x00','\x00','\x10','\x20','\x18','\x0c','\x3f','\xfc','\x06','\x30','\x18','\x06','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x80','\x30','\x18','\x60','\x30','\x18','\x32','\x3f','\xf8','\x32','\x03','\x10','\x04','\x43','\x1c','\x04','\x23','\x18','\x0c','\x33','\x10','\x08','\x33','\x26','\x19','\xff','\xff','\x18','\x0c','\xc0','\x30','\x0c','\xc0','\xf0','\x0c','\xc0','\x70','\x18','\xc0','\x30','\x18','\xc2','\x30','\x30','\xc2','\x30','\x20','\xc3','\x38','\x40','\xff','\x19','\x80','\x7e','\x21','\x00','\x06','\x19','\xff','\xff','\x0d','\x80','\x06','\x0d','\x80','\x06','\x01','\x80','\x66','\x01','\xbf','\xf6','\x81','\x82','\x06','\x61','\x86','\x06','\x31','\x84','\x26','\x31','\x8a','\x36','\x05','\xb3','\x26','\x05','\x85','\x46','\x0d','\x85','\x86','\x09','\x89','\x46','\x19','\xb3','\x66','\x19','\x85','\x36','\x31','\x89','\x36','\xf1','\xb1','\x06','\x71','\x87','\x06','\x31','\x83','\x06','\x31','\x80','\x06','\x31','\x80','\x06','\x39','\xff','\xfe','\x19','\x80','\x06','\x20','\x03','\x80','\x18','\x43','\x00','\x0c','\x43','\x06','\x0c','\xff','\xff','\x00','\xc0','\x06','\x01','\x83','\x84','\x81','\x83','\x08','\x60','\x7f','\xfc','\x32','\x10','\x20','\x32','\x08','\x30','\x04','\x0c','\x60','\x04','\x0c','\x40','\x0c','\x00','\x86','\x09','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x0c','\xf0','\xff','\xfe','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x80','\x0c','\x18','\xff','\xfe','\x0c','\xc0','\x00','\x0c','\xc0','\x00','\x00','\xcf','\xf8','\x00','\xc0','\x00','\x80','\xc0','\x06','\x60','\xff','\xff','\x30','\xcc','\x84','\x34','\xcc','\x46','\x04','\xcc','\x6c','\x04','\x8c','\x30','\x09','\x8d','\x9c','\x09','\x3e','\x0f','\x1a','\x18','\x76','\x18','\x10','\x60','\x30','\x00','\x60','\xf3','\xff','\xff','\x70','\x20','\x60','\x30','\x10','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x38','\x03','\xe0','\x18','\x00','\xc0','\x20','\x04','\x00','\x19','\x07','\x46','\x0c','\x86','\x7f','\x0c','\xc4','\x46','\x00','\xcc','\x46','\x00','\x08','\x46','\x83','\xff','\x46','\x60','\x30','\x46','\x30','\x30','\x7e','\x35','\x32','\x46','\x05','\x32','\x46','\x05','\x32','\x46','\x0d','\x32','\x46','\x09','\x32','\x46','\x19','\x32','\x7e','\x19','\xfe','\x46','\x31','\x32','\x46','\xf1','\x32','\x46','\x70','\x30','\xc6','\x30','\x20','\x86','\x30','\x60','\x86','\x30','\x41','\x86','\x38','\x81','\x3e','\x19','\x02','\x0c','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x06','\x80','\x06','\x06','\x40','\x00','\x0c','\x60','\x00','\x08','\x30','\x80','\x1f','\xdc','\x60','\x30','\x0f','\x32','\x60','\x06','\x32','\xbf','\xf8','\x04','\x30','\x18','\x04','\x30','\x18','\x0c','\x3f','\xf8','\x08','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x30','\x20','\x00','\xf0','\x60','\x0c','\x70','\x7f','\xfe','\x30','\x58','\x0c','\x30','\xd8','\x0c','\x30','\x98','\x0c','\x39','\x1f','\xfc','\x18','\x18','\x0c','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x43','\x18','\x06','\x7f','\xfc','\x00','\x63','\x18','\x00','\x63','\x18','\x80','\x63','\x18','\x60','\x7f','\xf8','\x32','\x63','\x18','\x32','\x63','\x18','\x04','\x63','\x18','\x04','\x7f','\xf8','\x0c','\x03','\x00','\x08','\x03','\x18','\x18','\xff','\xfc','\x18','\x20','\x18','\x30','\x10','\x30','\xf0','\x0c','\x60','\x70','\x06','\xc0','\x30','\x03','\x80','\x30','\x06','\xc0','\x30','\x0c','\x78','\x38','\x30','\x1f','\x19','\xc0','\x06','\x10','\x00','\x1c','\x0c','\x01','\xfe','\x06','\x3f','\xc0','\x06','\x04','\x04','\x00','\x83','\x07','\x00','\x61','\x86','\x80','\x31','\x86','\x60','\x31','\x8c','\x32','\x30','\x08','\x32','\x00','\x10','\x04','\x06','\x00','\x04','\x4f','\x06','\x0c','\x78','\x7f','\x08','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x30','\x64','\x06','\xf0','\x7e','\x7e','\x70','\x60','\x06','\x30','\x60','\x06','\x30','\x60','\x06','\x30','\x60','\x06','\x38','\x7f','\xfe','\x18','\x60','\x06','\x00','\x03','\x80','\x23','\x23','\x10','\x3f','\x93','\x1c','\x33','\x1b','\x18','\x33','\x1b','\x10','\x33','\x03','\x20','\x33','\x7f','\xfe','\x33','\x06','\x80','\x3f','\x06','\x80','\x33','\x0c','\x46','\x33','\xff','\xff','\x33','\x08','\x20','\x33','\x18','\x30','\x33','\x31','\x98','\x3f','\x61','\x0f','\x33','\x91','\x26','\x33','\x0d','\x30','\x33','\x05','\x40','\x23','\x01','\x00','\x23','\x05','\x60','\x63','\x79','\x1c','\x43','\x31','\x0e','\x4f','\x27','\x06','\x86','\x03','\x00','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x81','\x86','\x06','\xff','\xff','\x00','\xc1','\x80','\x00','\xc1','\x80','\x80','\xdf','\xfc','\x60','\xc1','\x8c','\x32','\xc1','\x8c','\x32','\xff','\xff','\x04','\xc1','\x8c','\x04','\xc1','\x8c','\x0c','\xc1','\x8c','\x08','\xdf','\xfc','\x18','\xc0','\x00','\x18','\xc0','\x00','\x30','\x90','\x0c','\xf0','\x9f','\xfe','\x71','\x98','\x0c','\x31','\x18','\x0c','\x31','\x18','\x0c','\x32','\x18','\x0c','\x38','\x1f','\xfc','\x18','\x18','\x0c','\x20','\x03','\xa0','\x18','\x03','\x30','\x0c','\x03','\x16','\x0d','\xff','\xff','\x00','\x03','\x00','\x00','\x43','\x18','\x80','\x7f','\xfc','\x60','\x63','\x18','\x32','\x63','\x18','\x32','\x7f','\xf8','\x04','\x63','\x18','\x04','\x63','\x18','\x0c','\x7f','\xf8','\x08','\x60','\x18','\x18','\x00','\x00','\x18','\x00','\x66','\x31','\xff','\xff','\xf0','\x00','\x60','\x70','\x20','\x60','\x30','\x18','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x38','\x01','\xe0','\x18','\x00','\xc0','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x06','\x06','\xff','\xff','\x00','\x10','\x20','\x00','\x08','\x30','\x80','\x4c','\x20','\x60','\x44','\x46','\x32','\x7f','\xff','\x32','\xc0','\x04','\x04','\xc3','\x88','\x04','\x03','\x00','\x0c','\x03','\x06','\x08','\xff','\xff','\x18','\x0c','\x00','\x18','\x0c','\x18','\x30','\x0f','\xfc','\xf0','\x0c','\x18','\x70','\x0c','\x18','\x30','\x18','\x18','\x30','\x18','\x38','\x30','\x30','\x30','\x38','\x61','\xf0','\x19','\x80','\x60','\x20','\x40','\x00','\x18','\x40','\x06','\x0c','\xff','\xff','\x0d','\x80','\x06','\x01','\x80','\x04','\x00','\x20','\x30','\x80','\x3f','\xf8','\x60','\x30','\x30','\x32','\x30','\x30','\x32','\x3f','\xf0','\x04','\x30','\x30','\x04','\x30','\x30','\x0c','\x3f','\xf0','\x08','\x30','\x30','\x18','\x03','\x00','\x18','\x03','\x06','\x31','\xff','\xff','\xf0','\x00','\x00','\x70','\x10','\x40','\x30','\x1c','\x30','\x30','\x38','\x18','\x30','\x30','\x0c','\x38','\x60','\x0e','\x19','\x80','\x06','\x38','\x00','\x06','\x30','\xcf','\xff','\x33','\xe0','\x60','\x3e','\x00','\x40','\x30','\x04','\x86','\x30','\x47','\xff','\x30','\x66','\x06','\x3f','\xe6','\x06','\x1f','\xc6','\x06','\x00','\x07','\xfe','\x00','\x06','\x06','\x07','\x06','\x06','\x06','\x26','\x06','\xf6','\x37','\xfe','\x37','\x66','\x06','\x37','\x86','\x06','\x36','\x86','\x06','\x26','\xc6','\x06','\x26','\x67','\xfe','\x66','\x72','\x00','\x46','\x23','\x98','\x86','\x07','\x06','\x1e','\x0c','\x07','\x0c','\x30','\x03','\x21','\x0c','\x00','\x19','\xfe','\x06','\x0d','\x8d','\xff','\x0d','\x8c','\x98','\x01','\x8c','\x98','\x01','\x8c','\x98','\x81','\xfc','\x98','\x61','\x8c','\x98','\x31','\x8c','\x98','\x35','\x8c','\x98','\x05','\x8c','\x9a','\x05','\xff','\xff','\x0d','\x8c','\x30','\x09','\x80','\x3c','\x19','\x90','\x78','\x19','\x88','\x58','\x31','\x8c','\x58','\xf1','\xb6','\xd8','\x71','\xe6','\x98','\x37','\x81','\x9a','\x33','\x01','\x1a','\x32','\x02','\x1b','\x38','\x04','\x1f','\x18','\x18','\x0e','\x20','\x1c','\x38','\x18','\x18','\x30','\x0d','\xff','\xff','\x0c','\x18','\x30','\x00','\x18','\x30','\x00','\xfe','\xfe','\x80','\xc6','\xc6','\x60','\xc6','\xc6','\x30','\xfe','\xfe','\x34','\x20','\x40','\x04','\x38','\x60','\x04','\x30','\x84','\x08','\x7f','\xfe','\x08','\x61','\x80','\x18','\xe1','\x88','\x18','\xff','\xfc','\x31','\x61','\x80','\xf2','\x61','\x88','\x70','\x7f','\xfc','\x30','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x38','\x7f','\xff','\x18','\x60','\x00','\x20','\x00','\x06','\x19','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\xff','\xfc','\x00','\xc0','\x0c','\x80','\xc0','\x0c','\x60','\xff','\xfc','\x32','\xc0','\x00','\x32','\xcf','\xf0','\x04','\xc8','\x10','\x04','\xcf','\xf0','\x0c','\xc0','\x00','\x08','\xdf','\xfc','\x18','\xd8','\x8c','\x18','\xd8','\x8c','\x30','\x98','\x8c','\xf0','\x9f','\xfc','\x71','\x98','\x00','\x31','\x18','\x02','\x31','\x18','\x02','\x32','\x18','\x03','\x38','\x1f','\xff','\x18','\x0f','\xfe','\x20','\x18','\x80','\x11','\xfc','\xe0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x00','\x0c','\x86','\x03','\xff','\xff','\x80','\x01','\x30','\x40','\x02','\x30','\x64','\x18','\x30','\x65','\xfc','\x30','\x04','\x00','\x30','\x08','\x00','\x36','\x08','\x19','\xff','\x09','\xfc','\x30','\x18','\x00','\x30','\x10','\x00','\x30','\x31','\x0c','\x30','\xf1','\xfe','\x30','\x71','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x39','\xfc','\x30','\x19','\x8c','\x30','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x06','\x06','\xff','\xff','\x00','\x08','\x00','\x00','\x1c','\x38','\x80','\x30','\x0e','\x60','\xc0','\x06','\x32','\x3f','\xf8','\x32','\x30','\x18','\x04','\x30','\x18','\x04','\x30','\x18','\x0c','\x30','\x18','\x08','\x3f','\xf8','\x18','\x06','\x84','\x18','\x0c','\x87','\x30','\x18','\x4e','\xf0','\x38','\x58','\x70','\xd8','\x60','\x33','\x18','\x30','\x30','\x18','\x38','\x30','\xff','\x9f','\x38','\x78','\x0e','\x18','\x40','\x06','\x01','\xc1','\x00','\x39','\x81','\x8c','\x31','\x83','\xfe','\x31','\x8e','\x18','\x31','\xb9','\x30','\x3f','\x84','\xe0','\x31','\x83','\x80','\x01','\x9e','\x38','\x01','\x80','\x30','\x7f','\xff','\xff','\x19','\x84','\x30','\x11','\x86','\x30','\x31','\x86','\x30','\x21','\x80','\xf0','\x41','\x9c','\x60','\x80','\x18','\x0c','\x01','\x9c','\x3e','\x7f','\xda','\xe0','\x03','\x99','\x00','\x07','\x18','\xc0','\x0c','\x18','\x78','\x30','\x18','\x1f','\xc0','\xf8','\x06','\x00','\x30','\x00','\x10','\x08','\x00','\x0c','\x0e','\x00','\x06','\x0c','\x20','\x06','\x08','\x10','\x00','\x10','\x18','\x00','\xff','\xfc','\x80','\x7c','\x0c','\x60','\x47','\x00','\x32','\x06','\x06','\x33','\xff','\xff','\x04','\x0c','\x40','\x04','\x18','\x20','\x0c','\x32','\x18','\x08','\x67','\x0f','\x19','\x8e','\x46','\x18','\x18','\xe0','\x30','\x61','\xc8','\xf0','\x03','\x1c','\x70','\x0c','\x38','\x30','\x70','\x70','\x30','\x00','\xe0','\x30','\x03','\x80','\x38','\x0e','\x00','\x18','\x70','\x00','\x20','\x70','\x80','\x18','\x60','\xe0','\x0c','\x60','\xc0','\x0c','\x66','\xc0','\x03','\xff','\xc6','\x00','\x60','\xff','\x80','\x60','\x86','\x63','\xfd','\x84','\x32','\x65','\x68','\x32','\x66','\x60','\x0a','\x64','\x60','\x0a','\x64','\x60','\x0b','\xfc','\x60','\x18','\x60','\x60','\x10','\x60','\x70','\x10','\xf8','\xd0','\x30','\xec','\xd0','\xf1','\xec','\xd0','\x71','\x6c','\x98','\x32','\x61','\x98','\x34','\x61','\x0c','\x30','\x63','\x0f','\x38','\x62','\x0e','\x18','\x64','\x06','\x20','\x64','\x98','\x18','\x64','\x98','\x0c','\x64','\x98','\x0d','\xff','\xff','\x00','\x64','\x98','\x00','\x44','\x98','\x80','\xc4','\x9f','\x40','\x87','\x8f','\x65','\x00','\x00','\x64','\x80','\x06','\x04','\xff','\xff','\x08','\x83','\x06','\x09','\x83','\x04','\x09','\x83','\x00','\x18','\x7f','\xfc','\x18','\x63','\x0c','\x30','\x63','\x0c','\xf0','\x63','\x0c','\x70','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x7c','\x30','\x63','\x18','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x31','\x0c','\x13','\xf9','\xfe','\x18','\x31','\x80','\x18','\x31','\x80','\x00','\x31','\x88','\x02','\x31','\xfc','\x83','\xf1','\x80','\x43','\x31','\x80','\x63','\x01','\x88','\x63','\x01','\xfc','\x0b','\x01','\x80','\x0b','\x31','\x80','\x0b','\xf1','\x86','\x1b','\x3f','\xff','\x10','\x31','\x90','\x10','\x31','\x92','\x30','\x31','\x93','\xf0','\x31','\x96','\x70','\x31','\x98','\x30','\x31','\x88','\x30','\x71','\x8c','\x30','\x6f','\xef','\x3b','\xe7','\x06','\x18','\xc4','\x06','\x20','\x42','\x00','\x18','\x73','\x80','\x0c','\x63','\x06','\x0c','\x63','\xff','\x00','\x46','\x18','\x00','\xd5','\x18','\x80','\xd8','\xb0','\x40','\x90','\x70','\x69','\x90','\xe0','\x69','\x91','\xb8','\x0b','\x93','\x1f','\x0d','\x9c','\x06','\x19','\x90','\xe0','\x11','\x90','\xc0','\x11','\x90','\xc6','\x31','\x9f','\xff','\x31','\x91','\xd0','\xf1','\x93','\xd0','\x71','\x92','\xd8','\x31','\x86','\xcc','\x31','\x84','\xcf','\x31','\x88','\xc6','\x39','\x90','\xc6','\x19','\x80','\xc0','\x10','\x20','\x20','\x0c','\x18','\x38','\x06','\x0c','\x30','\x06','\x0c','\x44','\x00','\xff','\xfe','\x00','\x03','\x00','\x80','\x03','\x08','\x60','\x7f','\xfc','\x32','\x03','\x00','\x32','\x03','\x02','\x05','\xff','\xff','\x04','\x08','\x00','\x0c','\x07','\x00','\x08','\x03','\x08','\x18','\xff','\x8e','\x18','\x03','\x1c','\x30','\x03','\xa0','\xf1','\xfb','\x40','\x70','\x1b','\x60','\x30','\x33','\x38','\x30','\x23','\x1f','\x30','\x43','\x0e','\x39','\x8f','\x06','\x18','\x06','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x00','\x00','\x00','\x60','\x4c','\x80','\x6c','\xec','\x60','\x63','\x8c','\x32','\x66','\x6c','\x32','\x68','\x2c','\x04','\x60','\x0c','\x04','\x7f','\xfc','\x0c','\x03','\x00','\x08','\x82','\x06','\x18','\xff','\xff','\x18','\xc2','\x06','\x30','\xc4','\x46','\xf0','\xc4','\x26','\x70','\xdf','\xf6','\x30','\xce','\x36','\x30','\xc8','\x06','\x30','\xc0','\x06','\x38','\xc0','\x3e','\x18','\xc0','\x0c','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x06','\x06','\x03','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x83','\x06','\x60','\xff','\xff','\x32','\xc4','\x06','\x32','\xc2','\x46','\x04','\xc2','\x66','\x04','\xc8','\x46','\x0c','\xc4','\xc6','\x08','\xe2','\xa6','\x18','\xd9','\x16','\x18','\xc9','\x96','\x30','\xc2','\xc6','\xf0','\xc4','\x66','\x70','\xc8','\x66','\x30','\xd2','\x06','\x30','\xc1','\x06','\x30','\xc1','\x06','\x38','\xff','\xfe','\x18','\xc0','\x06','\x10','\x03','\x80','\x0c','\x03','\x08','\x06','\x7f','\xfc','\x06','\x03','\x00','\x00','\x03','\x04','\x00','\xff','\xfe','\x80','\x00','\x00','\x60','\x18','\x18','\x32','\x10','\x10','\x32','\xfe','\xfe','\x04','\x10','\x10','\x04','\x10','\x10','\x0c','\x1c','\x12','\x09','\xf1','\xff','\x18','\xc0','\x00','\x18','\x00','\x00','\x30','\xff','\xfe','\xf0','\x18','\xc0','\x70','\x18','\xc0','\x30','\x18','\xc2','\x30','\x30','\xc2','\x30','\x30','\xc3','\x38','\x60','\xff','\x19','\x80','\x7e','\x20','\x80','\x0c','\x18','\xff','\xfe','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x00','\xff','\xfc','\x00','\xc0','\x0c','\x80','\xc0','\x00','\x40','\xcf','\xf8','\x64','\xc0','\x20','\x64','\xc0','\xc0','\x04','\xdf','\xfe','\x0c','\xc0','\xc0','\x08','\xc0','\xc0','\x08','\xc3','\xc0','\x18','\xc1','\x80','\x19','\xbe','\x7e','\x31','\x82','\x04','\xf1','\x84','\x08','\x71','\x0f','\x10','\x33','\x7c','\xff','\x32','\x2c','\x18','\x34','\x0c','\x18','\x38','\x3c','\x78','\x18','\x18','\x30','\x20','\x38','\x38','\x18','\x30','\x30','\x0c','\x32','\x32','\x0d','\xff','\xff','\x00','\x30','\x30','\x00','\x78','\x78','\x80','\x76','\x78','\x60','\xb2','\xb4','\x31','\x31','\x37','\x34','\x30','\x32','\x04','\x00','\x00','\x04','\x20','\x18','\x08','\x3f','\xfc','\x08','\x30','\x18','\x18','\x30','\x18','\x10','\x3f','\xf8','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x3f','\xf8','\x30','\x30','\x18','\x30','\x20','\x18','\x30','\x60','\x18','\x38','\x40','\xf8','\x18','\x80','\x30','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x3b','\x00','\x06','\x33','\x30','\x00','\x33','\xf8','\x00','\x33','\x00','\x80','\x33','\x00','\x40','\x33','\x0c','\x65','\xff','\xfe','\x64','\x00','\x00','\x04','\x00','\x00','\x0c','\x38','\x38','\x08','\x30','\x30','\x08','\x30','\x32','\x19','\x3d','\x3f','\x19','\x31','\x30','\x31','\x31','\x30','\xf1','\x31','\x30','\x71','\x31','\x30','\x31','\x31','\x30','\x31','\x3d','\x30','\x33','\xf1','\x36','\x39','\xc7','\xff','\x19','\x00','\x00','\x20','\x06','\x06','\x19','\xff','\xff','\x0c','\x26','\x26','\x0c','\x26','\x26','\x00','\xa6','\xa6','\x00','\x66','\x66','\x80','\x66','\x66','\x40','\x56','\x56','\x64','\xc6','\xc6','\x64','\x9e','\x9e','\x05','\x0d','\x0c','\x0c','\x00','\x00','\x08','\x38','\x38','\x08','\x30','\x30','\x19','\x31','\x32','\x19','\x3f','\x3f','\x31','\x31','\x30','\xf1','\x31','\x30','\x71','\x31','\x30','\x31','\x31','\x30','\x31','\x3d','\x30','\x33','\xf1','\x36','\x39','\xc7','\xff','\x19','\x00','\x00','\x10','\x00','\x30','\x0c','\x3f','\xf8','\x06','\x00','\x30','\x06','\x00','\x30','\x00','\x3f','\xf0','\x00','\x00','\x30','\x80','\x00','\x30','\x60','\x3f','\xf0','\x32','\x00','\x00','\x32','\x00','\x8c','\x04','\xfe','\xfe','\x04','\x30','\x8c','\x0c','\x30','\x8c','\x08','\x3e','\x8c','\x19','\xf0','\xfc','\x18','\xc0','\x30','\x30','\x00','\x36','\xf1','\xff','\xff','\x70','\x20','\x30','\x30','\x10','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x38','\x01','\xf0','\x18','\x00','\x60','\x20','\x30','\x30','\x18','\x20','\x20','\x0c','\x24','\x24','\x0f','\xff','\xfe','\x01','\x21','\x20','\x01','\x21','\x20','\x81','\x21','\x22','\x63','\xff','\xff','\x30','\x50','\x60','\x30','\x52','\x52','\x04','\xd4','\xd3','\x04','\x98','\x9f','\x09','\x91','\x0e','\x0b','\x00','\x00','\x18','\x7f','\xf8','\x18','\x60','\x18','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x7f','\xf8','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x20','\x18','\x30','\x18','\x91','\x20','\x0c','\x91','\x24','\x0c','\xff','\xfe','\x00','\x91','\x20','\x01','\x12','\x20','\x80','\x10','\x22','\x63','\xff','\xff','\x30','\x50','\x60','\x30','\x52','\x52','\x04','\xd4','\xd3','\x04','\x98','\x9f','\x09','\x91','\x0e','\x0b','\x00','\x00','\x18','\x7f','\xf8','\x18','\x60','\x18','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x7f','\xf8','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x20','\x00','\x06','\x19','\xff','\xff','\x0c','\x04','\x40','\x0c','\x04','\x40','\x00','\xff','\xfe','\x00','\xc4','\x46','\x80','\xc4','\x46','\x60','\xc4','\x46','\x32','\xff','\xfe','\x32','\x00','\x00','\x04','\x00','\x00','\x04','\x3f','\xf8','\x0c','\x30','\x18','\x08','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x30','\x30','\x18','\xf0','\x3f','\xf8','\x70','\x03','\x00','\x30','\x03','\x06','\x31','\xff','\xff','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x30','\x40','\x19','\x32','\x70','\x0d','\x32','\x60','\x0d','\x32','\x40','\x01','\x32','\xc0','\x01','\x32','\x86','\x81','\xfe','\xff','\x60','\x01','\x08','\x30','\x02','\x0e','\x30','\x00','\x8c','\x05','\xfe','\x8c','\x04','\x30','\x8c','\x08','\x30','\x88','\x08','\x30','\x58','\x18','\x30','\x58','\x11','\xfe','\x50','\x30','\x30','\x70','\xf0','\x30','\x20','\x70','\x30','\x70','\x30','\x36','\x58','\x33','\xf8','\xdc','\x31','\xc1','\x8f','\x39','\x03','\x0e','\x18','\x0c','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x18','\x06','\x7f','\xfc','\x00','\x10','\x40','\x00','\x0c','\x60','\x80','\x04','\x40','\x60','\x00','\x8c','\x32','\xff','\xfe','\x32','\x00','\x00','\x04','\x3f','\xf8','\x04','\x31','\x18','\x0c','\x31','\x18','\x08','\x3f','\xf8','\x18','\x31','\x18','\x18','\x31','\x18','\x30','\x3f','\xf8','\xf0','\x01','\x00','\x70','\x01','\x08','\x30','\x7f','\xfc','\x30','\x01','\x00','\x30','\x01','\x02','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x00','\x30','\x0c','\x03','\xf8','\x06','\x7f','\x00','\x06','\x03','\x10','\x00','\x43','\x18','\x00','\x33','\x30','\x80','\x13','\x46','\x63','\xff','\xff','\x30','\x0f','\x40','\x30','\x1b','\x20','\x04','\x1b','\x30','\x04','\x33','\x1c','\x0c','\x63','\x0f','\x08','\xc3','\x06','\x1b','\x00','\x00','\x18','\x7f','\xf8','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x7f','\xf8','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x20','\x1c','\x08','\x18','\x18','\x0e','\x0c','\x19','\x0c','\x0d','\xff','\x98','\x00','\x18','\x18','\x00','\x18','\x30','\x83','\xff','\xe4','\x60','\x00','\x47','\x30','\x00','\x06','\x30','\xff','\x0c','\x04','\xc3','\x0c','\x04','\xc3','\x18','\x0c','\xc3','\x10','\x08','\xff','\x24','\x18','\x02','\x07','\x19','\x03','\x86','\x30','\x87','\x06','\xf0','\xc4','\x0c','\x70','\xc8','\x0c','\x30','\x07','\x98','\x33','\xfc','\x10','\x31','\xe0','\x20','\x39','\x00','\x40','\x18','\x00','\x80','\x20','\x00','\x06','\x18','\xff','\xff','\x0c','\x02','\x40','\x0c','\x02','\x40','\x00','\x42','\x46','\x00','\x7e','\x7f','\x80','\x62','\x46','\x60','\x62','\x46','\x32','\x62','\x46','\x32','\x62','\x46','\x04','\x7e','\x7e','\x04','\x62','\x46','\x0c','\x02','\x40','\x08','\x02','\x40','\x18','\x7f','\xfe','\x18','\x61','\x86','\x30','\x61','\x86','\xf0','\x61','\x86','\x70','\x7f','\xfe','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x38','\x7f','\xfe','\x18','\x60','\x06','\x20','\x03','\x80','\x18','\x03','\x00','\x0d','\x03','\x06','\x0d','\xff','\xff','\x01','\x90','\x20','\x01','\x8c','\x30','\x81','\x84','\x40','\x61','\xff','\xfe','\x31','\x84','\x40','\x31','\x84','\x40','\x01','\xbf','\xfc','\x09','\x84','\x44','\x09','\x84','\x44','\x09','\xff','\xff','\x19','\x84','\x44','\x19','\x84','\x44','\x31','\xbf','\xfc','\xf1','\x8c','\x40','\x71','\x1c','\x60','\x33','\x14','\x50','\x32','\x34','\x5c','\x34','\x64','\x4f','\x39','\x84','\x46','\x18','\x04','\x40','\x20','\x07','\x00','\x18','\x06','\x00','\x0c','\x06','\x0c','\x0d','\xff','\xfe','\x00','\x0c','\x80','\x01','\x08','\x84','\x80','\x98','\x46','\x60','\xd0','\x68','\x32','\x30','\x30','\x32','\x3f','\xfc','\x04','\x70','\x3f','\x04','\xb0','\x36','\x0d','\x3f','\xf0','\x08','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x30','\x03','\x00','\xf0','\x43','\x00','\x70','\x73','\x20','\x30','\x63','\x18','\x30','\xc3','\x0c','\x30','\x83','\x0e','\x39','\x1f','\x06','\x18','\x06','\x00','\x10','\x02','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x44','\x0c','\x00','\x7f','\xfe','\x00','\x60','\x0c','\x80','\x69','\x2c','\x60','\x65','\x2c','\x32','\x65','\x4c','\x32','\x6f','\xec','\x04','\x63','\x0c','\x04','\x63','\x8c','\x0c','\x65','\x6c','\x08','\x69','\x2c','\x18','\x61','\x0c','\x18','\x60','\x0c','\x30','\x63','\x0c','\xf1','\xff','\xff','\x70','\x06','\x80','\x30','\x0c','\x40','\x30','\x0c','\x70','\x30','\x18','\x3f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x20','\x70','\x60','\x10','\x60','\x60','\x18','\x64','\x60','\x1b','\xfe','\x50','\x00','\x60','\xd0','\x00','\x60','\xc8','\x81','\xf8','\x8c','\x41','\x09','\x86','\x61','\x09','\x07','\x61','\x0a','\x02','\x09','\xf9','\xfc','\x09','\x08','\x60','\x09','\x08','\x60','\x19','\x08','\x60','\x11','\xf8','\x66','\x10','\x63','\xff','\x30','\x60','\x60','\xf0','\x64','\x60','\x73','\xfe','\x60','\x30','\x60','\x60','\x30','\x60','\x60','\x30','\x60','\x60','\x38','\x60','\x60','\x18','\x60','\x60','\x10','\x10','\x60','\x0c','\x1f','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x00','\x18','\x60','\x00','\x1f','\xe0','\x80','\x00','\x00','\x60','\x00','\x00','\x32','\xfc','\xfc','\x32','\x8c','\x8c','\x04','\x8c','\x8c','\x04','\x8c','\x8c','\x0c','\xfc','\xfc','\x08','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x30','\x0f','\x40','\xf0','\x1b','\x20','\x70','\x1b','\x30','\x30','\x33','\x18','\x30','\x63','\x1f','\x30','\xc3','\x0e','\x3b','\x03','\x06','\x18','\x03','\x00','\x10','\x80','\x06','\x0c','\xff','\xff','\x06','\xc4','\x46','\x06','\xc4','\x46','\x00','\xc4','\x46','\x00','\xff','\xfe','\x80','\x03','\x00','\x60','\x03','\x08','\x32','\x7f','\xfc','\x32','\x03','\x00','\x04','\x03','\x02','\x05','\xff','\xff','\x0c','\x10','\x20','\x08','\x08','\x20','\x18','\x08','\x42','\x19','\xff','\xff','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x04','\x30','\xff','\xfe','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x20','\x00','\x0c','\x30','\x60','\x06','\x3f','\xf0','\x06','\x60','\xc0','\x00','\x40','\x86','\x00','\xff','\xff','\x81','\xcc','\x60','\x62','\xcc','\x60','\x30','\xd8','\x7e','\x30','\xd0','\x3e','\x04','\xe0','\x00','\x04','\xcf','\xf8','\x0c','\xc0','\x00','\x08','\xff','\xfe','\x18','\xc0','\x00','\x18','\xcf','\xf8','\x30','\xc0','\x00','\xf0','\xcf','\xf8','\x70','\x80','\x00','\x31','\x9f','\xfc','\x31','\x18','\x0c','\x32','\x18','\x0c','\x38','\x1f','\xfc','\x18','\x18','\x0c','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x3f','\xfc','\x06','\x01','\x80','\x00','\x09','\x90','\x00','\x08','\x10','\x80','\xff','\xff','\x60','\x08','\x10','\x32','\x08','\x10','\x32','\x00','\x00','\x04','\x3f','\xfc','\x04','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x3f','\xfc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x30','\x3f','\xfc','\xf0','\x30','\x0c','\x70','\x30','\x0c','\x30','\x3f','\xfc','\x30','\x0c','\x00','\x30','\x1e','\x3c','\x38','\x38','\x0f','\x18','\xc0','\x03','\x20','\x00','\x18','\x18','\xff','\xfc','\x0c','\x06','\x00','\x0d','\x06','\x06','\x01','\xff','\xff','\x03','\x06','\x06','\x83','\x06','\x04','\x40','\xe6','\x70','\x60','\x06','\x00','\x64','\x06','\x00','\x05','\xe6','\x78','\x0c','\x0d','\x00','\x08','\x18','\xc0','\x08','\x30','\x78','\x18','\x6f','\x9f','\x19','\x80','\x06','\x36','\x00','\x00','\xf0','\xff','\xfc','\x70','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x7c','\x38','\x06','\x18','\x18','\x06','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x08','\x80','\x00','\x04','\xcc','\x81','\xf6','\xb8','\x60','\x53','\x28','\x30','\x53','\x28','\x30','\xd3','\x2c','\x04','\x93','\x34','\x04','\xb3','\x67','\x0d','\x03','\x02','\x08','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x7f','\xf8','\x30','\x60','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x39','\x80','\x18','\x1a','\x00','\x18','\x10','\x40','\x0c','\x0c','\x7f','\xfe','\x06','\x60','\x0c','\x06','\x60','\x0c','\x00','\x7f','\xfc','\x00','\x60','\x0c','\x80','\x60','\x0c','\x60','\x7f','\xfc','\x32','\x10','\x20','\x32','\x18','\x30','\x04','\x50','\xa0','\x04','\x64','\xc8','\x0c','\x2e','\x5c','\x08','\x08','\x10','\x18','\x10','\x20','\x18','\x24','\x44','\x31','\xff','\xfe','\xf0','\xe2','\x62','\x70','\x00','\x00','\x30','\x44','\x88','\x30','\x44','\x44','\x30','\x8c','\x66','\x39','\x8c','\x63','\x19','\x8c','\x63','\x10','\x07','\x00','\x0c','\x06','\x18','\x06','\x07','\xfc','\x06','\x86','\x00','\x00','\x86','\x06','\x00','\xff','\xff','\x81','\x80','\x06','\x61','\x9f','\xe4','\x30','\x00','\x00','\x30','\x20','\x30','\x04','\x73','\x1c','\x04','\xc7','\x8c','\x0c','\x0e','\xe0','\x08','\x38','\x78','\x18','\xe0','\x1f','\x1b','\x7f','\xfe','\x30','\x60','\x18','\xf0','\x7f','\xf8','\x70','\x60','\x18','\x30','\x7f','\xf8','\x30','\x60','\x18','\x30','\x60','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x20','\x00','\x00','\x18','\x00','\x06','\x0f','\xff','\xff','\x0c','\x23','\x00','\x00','\x73','\x10','\x00','\x63','\x0c','\x80','\xc3','\x06','\x61','\xff','\xff','\x32','\x83','\x07','\x30','\x83','\x04','\x04','\xab','\x54','\x04','\x93','\x24','\x0c','\x93','\x24','\x08','\xab','\x54','\x18','\x83','\x04','\x18','\x83','\x04','\x30','\xab','\x54','\xf0','\x93','\x24','\x70','\x93','\x24','\x30','\xab','\x54','\x30','\x83','\x04','\x30','\x83','\x04','\x38','\x83','\x3c','\x18','\x83','\x18','\x20','\x01','\xc0','\x18','\x41','\x80','\x0c','\x41','\x86','\x0c','\x7f','\xff','\x00','\xc0','\x04','\x00','\xc1','\x00','\x80','\x0c','\x8c','\x60','\x2c','\xa6','\x32','\x6c','\x36','\x32','\x67','\xf0','\x04','\x00','\x00','\x04','\x00','\x00','\x0c','\x7f','\xfc','\x08','\x44','\x44','\x18','\x44','\x44','\x18','\x7f','\xfc','\x30','\x00','\x00','\xf0','\x00','\x06','\x71','\xff','\xff','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x38','\x0f','\x80','\x18','\x03','\x00','\x20','\x03','\x80','\x18','\x83','\x06','\x0c','\xff','\xff','\x0d','\x80','\x06','\x01','\xbf','\xe4','\x00','\x02','\x00','\x80','\x22','\x98','\x60','\x73','\xcc','\x32','\xc7','\x0c','\x32','\x1c','\x00','\x04','\xff','\xf8','\x04','\x30','\x18','\x0c','\x30','\x18','\x08','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x30','\x3f','\xf8','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x3f','\xf8','\x30','\x08','\x00','\x30','\x1c','\x70','\x38','\x30','\x1c','\x18','\xc0','\x0c','\x20','\x41','\x20','\x18','\x69','\x24','\x0c','\x65','\x26','\x0c','\x65','\x24','\x00','\x65','\x28','\x00','\xc1','\x20','\x80','\xdf','\xfe','\x40','\xc4','\x10','\x65','\xc3','\x18','\x65','\xc1','\x20','\x06','\xdf','\xfe','\x0c','\xc0','\xc0','\x08','\xc0','\xc0','\x08','\xcf','\xfc','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x30','\xff','\xff','\xf0','\xc1','\xa0','\x70','\xc1','\xa0','\x30','\xc1','\x30','\x30','\xc3','\x18','\x30','\xc2','\x1f','\x38','\xc4','\x0e','\x18','\xd8','\x06','\x10','\x0e','\x70','\x0c','\x0c','\x66','\x06','\xff','\xff','\x06','\x0c','\x60','\x00','\x0c','\x60','\x00','\x80','\x06','\x80','\xff','\xff','\x61','\x80','\x06','\x31','\x80','\x04','\x34','\x3f','\xf0','\x04','\x00','\x00','\x04','\x00','\x06','\x09','\xff','\xff','\x08','\x07','\x08','\x18','\x0e','\x0c','\x18','\x33','\x18','\x31','\xc5','\xa0','\xf0','\x09','\xc0','\x70','\x33','\xa0','\x31','\xc5','\xb0','\x30','\x09','\x9c','\x30','\x31','\x8f','\x39','\xc7','\x86','\x18','\x03','\x00','\x20','\x03','\x80','\x18','\x43','\x00','\x0c','\x43','\x06','\x0c','\xff','\xff','\x00','\xc0','\x06','\x01','\x8e','\x04','\x81','\xbc','\x78','\x60','\x30','\x18','\x30','\x30','\x18','\x32','\x3c','\x78','\x02','\x30','\x18','\x04','\x30','\x18','\x04','\x3f','\xf8','\x0c','\x0e','\x00','\x08','\x0c','\x06','\x18','\x1f','\xff','\x38','\x30','\x06','\xf0','\x60','\x46','\x71','\x82','\x36','\x30','\x49','\x96','\x30','\x4c','\x86','\x30','\xcc','\x0c','\x38','\xc0','\x7c','\x18','\x00','\x18','\x20','\x43','\x80','\x18','\x43','\x06','\x0c','\xff','\xff','\x0c','\xc0','\x06','\x01','\x80','\x34','\x01','\x83','\xf8','\x80','\x7f','\x20','\x60','\x23','\x30','\x32','\x13','\x20','\x32','\x13','\x46','\x07','\xff','\xff','\x04','\x0f','\x40','\x0c','\x1b','\x20','\x08','\x33','\x30','\x18','\x63','\x1c','\x18','\xc0','\x0f','\x33','\x7f','\xfe','\xf0','\x62','\x18','\x70','\x62','\x18','\x30','\x7f','\xf8','\x30','\x62','\x18','\x30','\x62','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x21','\x31','\xd8','\x19','\xf9','\x88','\x0d','\x11','\x80','\x0d','\x10','\x8e','\x01','\x10','\xf0','\x01','\x17','\xc0','\x81','\xf0','\x4c','\x61','\x10','\x38','\x31','\x10','\x62','\x31','\x11','\x9a','\x05','\x16','\x0f','\x05','\xf0','\x33','\x0d','\x11','\x90','\x09','\x11','\x8e','\x19','\x11','\xf0','\x19','\x17','\x84','\x31','\x10','\x86','\xf1','\xf0','\xcc','\x70','\x00','\x58','\x31','\x30','\x22','\x31','\x98','\x72','\x31','\x18','\xda','\x3a','\x03','\x0f','\x18','\x0c','\x03','\x10','\x40','\x18','\x0c','\x7f','\xfc','\x06','\x60','\x18','\x06','\x60','\x18','\x00','\x7f','\xf8','\x00','\x60','\x18','\x80','\x60','\x18','\x60','\x7f','\xf8','\x32','\x08','\x40','\x32','\x08','\x48','\x04','\x7f','\xfc','\x04','\x08','\x40','\x0c','\x08','\x42','\x09','\xff','\xff','\x18','\x18','\x20','\x18','\x33','\x10','\x30','\x63','\x1c','\xf0','\xdb','\x6f','\x73','\x0b','\x46','\x30','\x03','\x00','\x30','\x1b','\x70','\x31','\xe3','\x1c','\x38','\xcf','\x0c','\x18','\x06','\x00','\x20','\x20','\x20','\x18','\x18','\x30','\x0c','\x08','\x40','\x0c','\xff','\xfe','\x00','\x03','\x00','\x00','\x7f','\xfc','\x80','\x03','\x00','\x40','\x03','\x00','\x61','\xff','\xff','\x64','\x18','\x20','\x04','\x33','\x10','\x0c','\x3f','\xf8','\x08','\x70','\x3f','\x08','\xbf','\xf6','\x1b','\x30','\x30','\x18','\x30','\x30','\x30','\x3f','\xf4','\xf0','\x31','\x0e','\x70','\x30','\x98','\x30','\x30','\xc0','\x30','\x30','\x70','\x31','\xff','\x3f','\x38','\xf0','\x1e','\x18','\x80','\x06','\x20','\x20','\x07','\x19','\x70','\x06','\x0d','\x8f','\xa6','\x0d','\x04','\xa6','\x01','\x04','\xa6','\x01','\x44','\xa6','\x81','\x68','\xa6','\x63','\xa3','\xa6','\x31','\x19','\xa6','\x30','\x18','\x26','\x04','\x34','\x26','\x04','\x23','\x26','\x08','\x41','\xa6','\x08','\xfd','\xa6','\x1b','\x10','\x26','\x18','\x10','\x26','\x31','\xff','\x26','\xf0','\x12','\x06','\x71','\x13','\x06','\x30','\xd2','\x06','\x30','\x54','\x06','\x33','\xff','\x86','\x39','\xf0','\x3e','\x19','\x00','\x0c','\x10','\x00','\x00','\x0c','\x00','\x06','\x06','\xff','\xff','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x0c','\x80','\x7f','\xfe','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x60','\x0c','\x04','\x60','\x0c','\x04','\x7f','\xfc','\x0c','\x60','\x0c','\x08','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x30','\x60','\x00','\xf0','\xe0','\x00','\x70','\xc0','\x00','\x30','\xc0','\x00','\x30','\x80','\x00','\x31','\x80','\x00','\x39','\x00','\x00','\x1a','\x00','\x00','\x20','\x07','\x00','\x10','\x06','\x06','\x1b','\xff','\xff','\x18','\x60','\x00','\x00','\x60','\x00','\x00','\x7f','\xfc','\x80','\x00','\x00','\x40','\x7f','\xf8','\x64','\x40','\x08','\x64','\x40','\x08','\x04','\x7f','\xf8','\x0c','\x00','\x00','\x09','\xe4','\x7c','\x09','\x24','\x44','\x19','\x24','\x44','\x19','\xff','\xc4','\x31','\x29','\x64','\xf1','\x29','\x54','\x71','\xeb','\x54','\x31','\x2e','\x44','\x31','\x23','\x45','\x33','\x25','\x85','\x32','\xe8','\x87','\x34','\x51','\x03','\x20','\x70','\x60','\x10','\x60','\x60','\x18','\x64','\x50','\x1f','\xfe','\xd0','\x00','\x60','\xc8','\x00','\x60','\x8c','\x81','\xf9','\x86','\x41','\x09','\x07','\x61','\x0a','\x02','\x61','\x08','\x00','\x09','\xfb','\xde','\x09','\x08','\x42','\x09','\x0a','\x52','\x19','\x09','\x4a','\x11','\xf9','\x4a','\x10','\x60','\x42','\x30','\x60','\xc6','\xf0','\x61','\x4a','\x77','\xff','\x5a','\x30','\x62','\x52','\x30','\x60','\x42','\x30','\x60','\x42','\x38','\x63','\xde','\x18','\x60','\xc6','\x20','\x21','\xc0','\x18','\x39','\x88','\x0d','\x31','\x8e','\x0c','\xa1','\x8c','\x00','\xef','\xf8','\x00','\x41','\x98','\x80','\xc1','\x90','\x61','\x41','\xa6','\x32','\x5f','\xff','\x30','\x60','\xc0','\x04','\x61','\x80','\x04','\xe3','\x00','\x08','\xe6','\x0c','\x09','\x7b','\xfe','\x19','\x63','\x0c','\x12','\x63','\x0c','\x34','\x63','\x0c','\xf0','\x63','\xfc','\x70','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3b','\xe3','\xfc','\x18','\xc3','\x0c','\x20','\x00','\x00','\x19','\x00','\x06','\x0d','\xff','\xff','\x0d','\x80','\x00','\x01','\x8c','\x30','\x01','\x89','\x26','\x81','\xff','\xff','\x61','\x88','\x20','\x31','\x98','\x70','\x31','\x9e','\x70','\x05','\xaa','\xa8','\x05','\xc8','\xac','\x09','\x89','\x27','\x09','\x88','\x26','\x19','\x80','\x00','\x19','\x81','\xc0','\x31','\x1d','\x80','\xf1','\x19','\x98','\x73','\x19','\xfc','\x32','\x19','\x80','\x32','\x19','\x80','\x34','\x19','\x86','\x39','\xff','\xff','\x18','\x00','\x00','\x20','\x07','\x00','\x18','\x06','\x30','\x0c','\x07','\xf8','\x0d','\x06','\x02','\x01','\xff','\xff','\x01','\x88','\x06','\x81','\x8f','\xc4','\x41','\xf8','\x10','\x61','\x88','\x18','\x65','\x87','\xf8','\x05','\x80','\x00','\x0d','\x9f','\xf8','\x09','\x91','\x08','\x09','\x91','\x08','\x19','\x9f','\xf8','\x19','\x91','\x08','\x31','\x91','\x08','\xf1','\x1f','\xf8','\x71','\x00','\x00','\x33','\x7f','\xfc','\x32','\x44','\x44','\x34','\x44','\x44','\x38','\x44','\x44','\x19','\xff','\xff','\x10','\x38','\x70','\x0c','\x30','\x66','\x07','\xff','\xff','\x06','\x30','\x60','\x00','\x02','\x00','\x00','\x7f','\xf8','\x80','\x02','\x18','\x63','\xff','\xff','\x30','\x02','\x18','\x30','\x02','\x18','\x04','\x7f','\xf8','\x04','\x02','\x00','\x0c','\xd2','\x4e','\x08','\xca','\x6c','\x18','\xca','\x8c','\x18','\xc2','\x0c','\x30','\xdf','\xec','\xf0','\xc2','\x0c','\x70','\xc7','\x0c','\x30','\xc6','\xcc','\x30','\x8a','\x6c','\x31','\x92','\x6c','\x39','\x22','\x0c','\x1a','\x02','\x0c','\x40','\x80','\x06','\x27','\xff','\xff','\x30','\x88','\x80','\x30','\x8c','\x88','\x00','\x98','\x86','\x00','\x90','\x83','\x84','\xa0','\x83','\x47','\x9f','\xfe','\x64','\x10','\x82','\x64','\x10','\x82','\x04','\x1a','\xaa','\x14','\x14','\x92','\x14','\x9a','\xaa','\x17','\x90','\x82','\x30','\x90','\x82','\x20','\x90','\x82','\x60','\x9a','\xaa','\xe0','\x94','\x92','\x60','\x9a','\xaa','\x60','\x90','\x82','\x60','\x90','\x82','\x60','\x90','\x82','\x77','\x90','\x9e','\x31','\x90','\x86','\x42','\x18','\x86','\x33','\xfc','\xff','\x1b','\x08','\x86','\x1b','\x08','\x86','\x03','\xf8','\xfe','\x03','\x08','\x86','\x83','\x08','\x86','\x43','\xf8','\xfe','\x63','\x02','\x06','\x6b','\x7f','\xf6','\x0b','\x02','\x06','\x0b','\x3f','\xe6','\x0b','\x22','\x26','\x1b','\x3f','\xe6','\x1b','\x22','\x26','\x13','\x22','\x26','\x33','\x3f','\xe6','\xf3','\x06','\x06','\x73','\x0f','\x06','\x33','\x0a','\xc6','\x33','\x12','\x66','\x33','\x62','\x66','\x3b','\x02','\x1e','\x1b','\x00','\x0c','\x20','\x60','\x40','\x10','\x60','\x70','\x18','\xd0','\x60','\x18','\xc8','\x60','\x00','\x8c','\x60','\x01','\x86','\x46','\x81','\x06','\xff','\x42','\xf8','\x88','\x64','\x00','\x8e','\x68','\x01','\x4c','\x03','\xde','\x4c','\x12','\x52','\x4c','\x12','\x52','\x28','\x12','\x52','\x28','\x33','\xde','\x38','\x30','\x00','\x10','\x20','\x00','\x10','\xe1','\x8c','\x38','\x61','\x08','\x28','\x61','\x88','\x28','\x61','\x5c','\x6c','\x63','\x56','\x4f','\x72','\x26','\x86','\x34','\x41','\x06','\x20','\x0c','\x06','\x19','\xfe','\xff','\x0c','\x00','\x00','\x0c','\xfc','\x7e','\x00','\x84','\x42','\x00','\xa4','\x52','\x80','\xa5','\x52','\x40','\x01','\x00','\x64','\xff','\xfe','\x64','\xc4','\x40','\x04','\xc4','\x40','\x0c','\xff','\xfc','\x08','\xc4','\x44','\x08','\xc4','\x44','\x18','\xff','\xfc','\x18','\xc0','\x00','\x30','\xcc','\x60','\xf0','\xc8','\x44','\x70','\xcf','\x4e','\x30','\x88','\x70','\x31','\x88','\x42','\x31','\x7f','\x43','\x3a','\x3c','\x7f','\x18','\x20','\x3e','\x20','\x40','\x08','\x10','\x67','\x8c','\x19','\x40','\x28','\x19','\x8f','\xf0','\x00','\xa0','\x14','\x00','\x77','\x86','\x80','\x40','\x08','\x40','\x97','\x92','\x63','\xf0','\x7f','\x69','\x57','\xa9','\x08','\x44','\x88','\x09','\x54','\xaa','\x19','\x57','\xa9','\x1a','\x40','\x49','\x10','\x00','\x00','\x31','\xff','\xf8','\x30','\x00','\x18','\xf0','\x7f','\xf8','\x70','\x60','\x00','\x30','\xff','\xfc','\x30','\xc0','\x0c','\x30','\x00','\x18','\x38','\x00','\xf8','\x18','\x00','\x30','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x70','\x18','\x00','\xff','\xfc','\x03','\xa0','\x70','\x0e','\x30','\xe0','\x7b','\x13','\x80','\x01','\x0e','\x00','\x00','\x78','\x00','\x07','\xc0','\x00','\xf8','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x10','\x04','\x18','\x1c','\x04','\x1c','\x38','\x0c','\x34','\x30','\x18','\x36','\x60','\x38','\x72','\x00','\x30','\x63','\x00','\x00','\xe1','\x80','\x01','\xc0','\xe0','\x07','\x00','\x78','\x1c','\x00','\x3f','\xe0','\x00','\x0e','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x88','\xd8','\x2c','\xee','\xcc','\x2c','\xcc','\xc6','\x2d','\x8c','\xc7','\x6e','\x0c','\xc3','\x6c','\x18','\xc0','\xcc','\x18','\xc8','\xcc','\x30','\xce','\x0c','\x00','\xcc','\x0c','\x00','\xdc','\x1a','\x07','\xd8','\x19','\x01','\x98','\x19','\x80','\x30','\x10','\xc0','\x30','\x30','\xc0','\x60','\x20','\xc0','\xc0','\x60','\x01','\x80','\x40','\x03','\x00','\x80','\x1c','\x00','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0d','\x30','\x06','\x2d','\xf2','\x26','\x2d','\xb3','\xf6','\x2d','\x32','\x26','\x6e','\x32','\x26','\x6c','\x32','\x26','\xcc','\x32','\x26','\xcc','\x32','\x26','\x0c','\x32','\x26','\x0c','\x32','\x26','\x1a','\x33','\xe6','\x19','\x32','\x26','\x19','\x30','\x06','\x11','\xb0','\x06','\x31','\xb0','\x06','\x21','\xb0','\x06','\x60','\x30','\x06','\x40','\x30','\x3e','\x80','\x30','\x0c','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0d','\x32','\x46','\x2d','\xf6','\x7e','\x2d','\xb4','\x3e','\x2d','\x38','\x06','\x6e','\x30','\x06','\x6c','\x32','\x26','\xcc','\x33','\xf6','\xcc','\x32','\x26','\x0c','\x32','\x26','\x0c','\x32','\x26','\x1a','\x32','\x26','\x19','\x32','\x26','\x19','\x33','\xe6','\x11','\xb2','\x26','\x31','\xb0','\x06','\x21','\xb0','\x06','\x60','\x30','\x06','\x40','\x30','\x3e','\x80','\x30','\x0c','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x98','\x00','\x2c','\xf8','\x0c','\x2c','\xdf','\xfe','\x2d','\x98','\x0c','\x6e','\x18','\x0c','\x6c','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x1a','\x18','\x0c','\x19','\x18','\x00','\x19','\x98','\x00','\x10','\xd8','\x00','\x30','\xd8','\x00','\x20','\xd8','\x00','\x60','\x18','\x06','\x40','\x1f','\xff','\x80','\x18','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x8c','\x06','\x0c','\xef','\xff','\x2c','\xdb','\x00','\x2d','\x93','\x00','\x2e','\x23','\x00','\x6c','\x43','\x0c','\x6c','\x03','\xfe','\xcc','\x03','\x00','\xcc','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x03','\x06','\x19','\x03','\xff','\x19','\x83','\x00','\x10','\xc3','\x00','\x30','\xc3','\x00','\x20','\xc3','\x00','\x60','\x03','\x00','\x40','\x03','\x00','\x80','\x03','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x80','\x2d','\xc1','\x86','\x2d','\xbf','\xff','\x2d','\x31','\x86','\x6e','\x31','\x86','\x6c','\x31','\x86','\xcc','\x31','\x46','\xcc','\x33','\x26','\x0c','\x32','\x36','\x0c','\x34','\x36','\x1a','\x38','\x36','\x19','\x30','\x06','\x19','\x30','\x06','\x11','\xb0','\x06','\x31','\xb0','\x06','\x21','\xb0','\x06','\x60','\x30','\x06','\x40','\x30','\x3e','\x80','\x30','\x0c','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0c','\x0f','\xfe','\x0d','\x18','\x0c','\x2d','\xd8','\x0c','\x2d','\x90','\x0c','\x2d','\x3f','\xcc','\x6e','\x20','\xcc','\x6c','\x40','\xcc','\xcc','\x00','\xcc','\xcc','\x10','\xcc','\x0c','\x1f','\xcc','\x0c','\x18','\x1c','\x1a','\x18','\x18','\x19','\x18','\xf8','\x19','\x98','\x30','\x10','\xd8','\x02','\x30','\xd8','\x02','\x20','\xd8','\x02','\x60','\x18','\x03','\x40','\x1f','\xff','\x80','\x0f','\xfe','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x31','\xc6','\x0c','\x31','\x86','\x0d','\x31','\x86','\x2d','\xf1','\x86','\x2d','\xb1','\xb6','\x2d','\x3f','\xfe','\x6e','\x31','\x86','\x6c','\x31','\x86','\xcc','\x31','\x86','\xcc','\x31','\x86','\x0c','\x31','\x46','\x0c','\x33','\x66','\x1a','\x33','\x26','\x1b','\x32','\x26','\x19','\x36','\x36','\x11','\xb4','\x36','\x31','\xb8','\x36','\x21','\xb0','\x06','\x60','\x30','\x06','\x40','\x3f','\xfe','\x80','\x30','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x0c','\x0d','\xff','\xfe','\x1c','\x0f','\x40','\x18','\x0f','\x40','\x38','\x1b','\x60','\x78','\x1b','\x20','\xd8','\x33','\x30','\x18','\x33','\x18','\x18','\x63','\x1f','\x18','\xc3','\x0e','\x1b','\x03','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x08','\x01','\x94','\x0e','\x7f','\xd8','\x0c','\x03','\x1c','\x18','\x03','\x1a','\x10','\x06','\x19','\x20','\x06','\x18','\xc0','\x0c','\x18','\x60','\x18','\x18','\x38','\x30','\xf8','\x1f','\xc0','\x30','\x06','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x18','\x0c','\x07','\xfc','\x0c','\x8c','\x18','\x0c','\xec','\x30','\x2c','\xda','\x30','\x2d','\x93','\x60','\x2d','\x21','\xc0','\x6e','\x01','\xc0','\x6c','\x03','\x70','\xcc','\x06','\x3f','\xcc','\x0c','\x1e','\x0c','\x18','\x06','\x0c','\x60','\x00','\x1a','\x1f','\xfc','\x19','\x18','\x0c','\x19','\x18','\x0c','\x11','\x98','\x0c','\x31','\x98','\x0c','\x21','\x98','\x0c','\x60','\x1f','\xfc','\x40','\x18','\x0c','\x80','\x18','\x0c','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x10','\x02','\x0c','\x12','\x21','\x0c','\x22','\x11','\x8c','\x63','\x19','\x9c','\xc3','\x18','\x18','\xc3','\x00','\xf8','\x00','\x00','\x30','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x30','\x0c','\x0f','\xf8','\x0d','\x08','\x30','\x0d','\xd4','\x60','\x2d','\xa2','\xc0','\x2d','\x01','\x80','\x2e','\x03','\xc0','\x6c','\x06','\x70','\x6c','\x0c','\x3f','\xcc','\x31','\x8e','\xcc','\xc1','\x80','\x0c','\x1f','\xf8','\x0c','\x01','\x80','\x1c','\x01','\x80','\x1a','\x1f','\xf8','\x19','\x01','\x80','\x11','\x81','\x86','\x31','\xff','\xff','\x21','\x81','\x80','\x60','\x01','\x80','\x40','\x01','\x80','\x80','\x01','\x80','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x9f','\xf8','\x2c','\xf8','\x18','\x2c','\xd8','\x18','\x2d','\x98','\x18','\x6e','\x1f','\xf8','\x6c','\x18','\x18','\xcc','\x00','\x00','\xcc','\x1c','\xe0','\x0c','\x18','\xc8','\x0c','\x18','\xce','\x1a','\x18','\xcc','\x19','\x1f','\xd8','\x19','\x98','\xe0','\x10','\xd8','\xc0','\x30','\xd8','\xc2','\x20','\x18','\xc2','\x60','\x7f','\xc3','\x40','\x38','\xff','\x80','\x20','\x7e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x80','\x10','\x2c','\xe8','\x1c','\x2c','\xc4','\x18','\x2d','\x86','\x30','\x6e','\x06','\x20','\x6c','\x00','\x46','\xcc','\x7f','\xff','\xcc','\x00','\x00','\x0c','\x00','\x00','\x0c','\x10','\x0c','\x1a','\x1f','\xfe','\x19','\x18','\x0c','\x19','\x98','\x0c','\x10','\xd8','\x0c','\x30','\xd8','\x0c','\x20','\xd8','\x0c','\x60','\x1f','\xfc','\x40','\x18','\x0c','\x80','\x18','\x0c','\x0e','\x04','\x00','\x0c','\x06','\x60','\x0c','\x0f','\xf0','\x0c','\x0c','\x60','\x0c','\x18','\x40','\x0d','\x30','\x8c','\x2d','\xff','\xfe','\x2d','\xb2','\x4c','\x2d','\x32','\x4c','\x6e','\x32','\x4c','\x6c','\x32','\x4c','\xcc','\x36','\x7c','\xcc','\x34','\x3c','\x0c','\x38','\x0c','\x0c','\x31','\xcc','\x1a','\x31','\x8c','\x19','\x31','\x8c','\x19','\xff','\xff','\x11','\x83','\x40','\x31','\x86','\x20','\x20','\x06','\x30','\x60','\x0c','\x1f','\x40','\x18','\x0e','\x80','\xe0','\x06','\x40','\x32','\x0c','\x7f','\xfb','\xfe','\x61','\x83','\x0c','\x61','\x83','\x0c','\x65','\xb3','\x0c','\x65','\xfb','\x0c','\x64','\x33','\x0c','\x64','\x33','\x0c','\x64','\x33','\xfc','\x65','\x33','\x0c','\x65','\xf3','\x00','\x65','\xb3','\x00','\x61','\x83','\x02','\x61','\x83','\x02','\x61','\x93','\x03','\x7f','\xfb','\xff','\x60','\x01','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x3a','\x0c','\x8c','\x33','\xfe','\xfe','\x33','\x30','\xcc','\x33','\x30','\xcc','\x33','\x30','\xcc','\x33','\xfc','\xcc','\x33','\x0c','\xcc','\x33','\x0c','\xcc','\x33','\x0c','\xfc','\x33','\x0c','\xcc','\x33','\xfc','\xc0','\x33','\x30','\xc0','\x23','\x30','\xc2','\x63','\x30','\xc2','\x63','\x34','\xc3','\x43','\xfe','\xff','\x83','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x00','\x10','\x00','\x00','\x1c','\x00','\x43','\x18','\x06','\x7f','\x9f','\xff','\x63','\x30','\x06','\x63','\x20','\x06','\x63','\x50','\xc6','\x63','\x9f','\xe6','\x7f','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x1f','\xc6','\x7f','\x18','\xc6','\x63','\x00','\x0e','\x60','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x1b','\x0d','\x80','\x12','\x89','\x40','\x06','\x63','\x30','\x24','\x22','\x10','\x28','\x04','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x64','\xcf','\xff','\xf0','\x00','\x00','\x60','\x00','\x70','\x60','\x00','\x60','\x60','\x00','\x63','\x60','\x0f','\xff','\xe0','\x00','\x60','\x60','\x00','\x60','\x62','\x00','\x60','\x62','\x00','\x60','\x63','\x00','\x60','\x7f','\x00','\x60','\x3e','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x11','\x8c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x98','\x0c','\x2c','\xff','\xfc','\x2c','\xd8','\x0c','\x2d','\x98','\x0c','\x6e','\x18','\x0c','\x6c','\x1f','\xfc','\xcc','\x00','\x00','\xcc','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x1a','\x01','\x80','\x19','\x01','\x98','\x19','\x9f','\xfc','\x10','\xc1','\x80','\x30','\xc1','\x80','\x20','\xc1','\x80','\x60','\x01','\x86','\x40','\x7f','\xff','\x80','\x00','\x00','\x0e','\x00','\x1c','\x0c','\x01','\xfe','\x0c','\x3f','\x88','\x0c','\x02','\x0e','\x0c','\x21','\x0c','\x0d','\x19','\x88','\x2d','\xc8','\x90','\x2d','\xbf','\xfe','\x2d','\x03','\x00','\x6e','\x03','\x00','\x6c','\x03','\x06','\xcc','\x7f','\xff','\xcc','\x06','\x00','\x0c','\x06','\x00','\x0c','\x04','\x18','\x1a','\x0f','\xfc','\x19','\x0a','\x18','\x19','\x9b','\x30','\x11','\x91','\xe0','\x30','\x20','\xc0','\x20','\x41','\xf0','\x61','\x83','\x3f','\x40','\x0c','\x1e','\x80','\x70','\x06','\x0e','\x10','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x9f','\xf0','\x2c','\xf8','\x30','\x2c','\xd8','\x30','\x2d','\x98','\x30','\x6e','\x1f','\xf0','\x6c','\x00','\x00','\xcc','\x00','\x06','\xcc','\xff','\xff','\x0c','\x18','\x00','\x0c','\x10','\x0c','\x0c','\x3f','\xfe','\x1a','\x24','\x4c','\x19','\x4c','\xcc','\x19','\x88','\x8c','\x11','\x91','\x0c','\x30','\x22','\x1c','\x20','\x44','\x18','\x40','\x18','\xf8','\x80','\x00','\x30','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x0f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x42','\x18','\x70','\xc3','\x0e','\x60','\xc3','\x06','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0d','\x7f','\xfe','\x2d','\x81','\x80','\x2d','\x9f','\xf8','\x2d','\x11','\x88','\x6e','\x11','\x88','\x6c','\x1f','\xf8','\xcc','\x11','\x88','\xcc','\x11','\x88','\x0c','\x1f','\xf8','\x0c','\x01','\x80','\x1c','\x01','\x88','\x1a','\x3f','\xfc','\x19','\x01','\x80','\x11','\x81','\x82','\x31','\xff','\xff','\x21','\x80','\x00','\x60','\x12','\x4c','\x40','\x76','\x66','\x80','\x66','\x66','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x13','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0d','\x18','\x0c','\x2d','\xdf','\xfc','\x2d','\x98','\x0c','\x2d','\x18','\x0c','\x6e','\x1f','\xfc','\x6c','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x1a','\x01','\x00','\x19','\x06','\xc0','\x19','\x86','\x68','\x11','\x96','\x64','\x31','\x96','\x06','\x20','\x36','\x13','\x60','\x66','\x1b','\x40','\x67','\xf8','\x80','\x03','\xf0','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x81','\x86','\x2c','\xff','\xff','\x2c','\xc0','\x00','\x2d','\x80','\x00','\x6e','\x1f','\xfc','\x6c','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1a','\x1f','\xfc','\x19','\x18','\x0c','\x19','\x98','\x0c','\x10','\xdf','\xfc','\x30','\xc8','\x00','\x20','\xce','\x10','\x60','\x0c','\x0c','\x40','\x18','\x06','\x80','\x60','\x06','\x20','\x18','\x1c','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1a','\x30','\x1b','\xff','\x30','\x00','\x18','\x37','\xfa','\x18','\x30','\x01','\x98','\x2f','\xfc','\xd8','\x20','\xc0','\xd8','\x68','\xd0','\x18','\x4c','\xcc','\x18','\x9b','\xcc','\xf8','\x21','\x80','\x30','\x00','\x38','\x00','\x00','\x30','\x20','\x04','\x30','\x38','\x0c','\x78','\x70','\x38','\x64','\xc0','\x30','\xe3','\x00','\x01','\xc1','\xf0','\x0f','\x00','\x7f','\xf0','\x00','\x1e','\x07','\x01','\x00','\x06','\x01','\xc0','\x7f','\xe1','\x80','\x06','\x01','\x86','\x06','\x03','\xff','\xff','\xf3','\x10','\x06','\x06','\x1c','\x06','\x05','\x18','\xff','\xf9','\x30','\x0c','\x00','\xb0','\x0c','\x60','\xe0','\x0f','\xf0','\x40','\x18','\x60','\xe0','\x18','\x60','\xb8','\x30','\xe1','\x1f','\x20','\xc2','\x0e','\x47','\xcc','\x06','\x81','\x80','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x1c','\x46','\x46','\x18','\x7f','\x7f','\x18','\x62','\x46','\x18','\x62','\x46','\x18','\x7e','\x7e','\x1a','\x62','\x46','\x5b','\xe2','\x46','\x5b','\x62','\x46','\x5a','\x7e','\x7e','\x5c','\x60','\x06','\xd8','\x60','\x06','\xd8','\x67','\xe6','\xd8','\x64','\x26','\x18','\x64','\x26','\x18','\x64','\x26','\x14','\x67','\xe6','\x12','\x64','\x26','\x12','\x64','\x26','\x33','\x64','\x26','\x23','\x67','\xe6','\x23','\x60','\x06','\x60','\x60','\x06','\x40','\x60','\x3e','\x80','\x60','\x0c','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x80','\x00','\x81','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x10','\x42','\x08','\x20','\x41','\x06','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x68','\x18','\xff','\xe6','\x18','\x02','\x63','\x1a','\x43','\x63','\x5b','\xa2','\x60','\x5b','\x22','\x60','\x5a','\x04','\x66','\x5c','\xff','\xff','\xd8','\x00','\x60','\xd8','\x00','\x60','\xd8','\x7e','\x64','\x18','\x42','\x67','\x18','\x42','\x66','\x18','\x42','\x2c','\x18','\x7e','\x2c','\x34','\x42','\x38','\x32','\x42','\x12','\x33','\x42','\x3a','\x23','\x7e','\x6a','\x63','\x00','\xce','\x40','\x03','\x07','\x80','\x0c','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0d','\x01','\x84','\x0d','\xff','\xfe','\x2d','\x80','\x00','\x2d','\x18','\x18','\x2e','\x10','\x10','\x6c','\xfe','\xfe','\x6c','\x10','\x10','\xcc','\x10','\x10','\xcc','\x1c','\x12','\x0c','\xf1','\xff','\x0c','\x40','\x00','\x1a','\x00','\x00','\x19','\x7f','\xfe','\x19','\x8c','\x60','\x11','\x8c','\x60','\x31','\x8c','\x62','\x20','\x18','\x62','\x60','\x18','\x63','\x40','\x30','\x7f','\x80','\xc0','\x3e','\x1c','\x1c','\x40','\x18','\x18','\x70','\x18','\x18','\x60','\x18','\xff','\x60','\x18','\x00','\x60','\x1a','\x00','\x66','\x5b','\x7e','\x7f','\x5b','\x42','\xc8','\x5a','\x42','\xce','\x5c','\x7e','\x8c','\xd8','\x01','\x0c','\xd8','\x06','\x4c','\xd8','\xff','\x4c','\x18','\x06','\x28','\x18','\x04','\x28','\x18','\x18','\x38','\x14','\x18','\x10','\x16','\xfe','\x10','\x32','\x78','\x38','\x33','\x58','\x28','\x23','\x18','\x6c','\x60','\x18','\x4f','\x40','\x78','\x86','\x80','\x31','\x06','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x3f','\x90','\x0c','\x11','\x98','\x0c','\x09','\x90','\x0c','\x89','\xa0','\x2c','\xc1','\x86','\x2c','\xff','\xff','\x2d','\x87','\xa0','\x6e','\x0d','\x90','\x6c','\x0d','\x98','\xcc','\x19','\x8c','\xcc','\x31','\x8f','\x0c','\xc1','\x86','\x0c','\x00','\x00','\x1a','\x1f','\xfc','\x19','\x18','\x8c','\x19','\x18','\x8c','\x11','\x9f','\xfc','\x31','\x98','\x8c','\x21','\x98','\x8c','\x60','\x18','\x8c','\x40','\x1f','\xfc','\x80','\x18','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x03','\x44','\x0c','\x42','\x46','\x2d','\x36','\x28','\x2d','\x94','\x30','\x2d','\x88','\x18','\x6d','\x1f','\xfc','\x6e','\x28','\x1f','\xcc','\x48','\x16','\xcc','\x0f','\xf0','\x0c','\x08','\x10','\x0c','\x08','\x10','\x1a','\x0f','\xf0','\x19','\x01','\x80','\x19','\x91','\x90','\x11','\x9d','\x88','\x31','\x99','\x8c','\x20','\x31','\x86','\x60','\x21','\x86','\x40','\x47','\x80','\x80','\x03','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x23','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0d','\x30','\x86','\x2d','\xf4','\x96','\x2d','\xb2','\xa6','\x2d','\x30','\x86','\x6e','\x37','\xf6','\x6c','\x30','\x86','\xcc','\x31','\xc6','\xcc','\x32','\xb6','\x0c','\x34','\x96','\x0c','\x30','\x86','\x1a','\x30','\x06','\x19','\x31','\x86','\x19','\xff','\xff','\x11','\x83','\x40','\x31','\x86','\x20','\x20','\x06','\x30','\x60','\x0c','\x1c','\x40','\x18','\x0f','\x80','\x60','\x06','\x1c','\x30','\x4c','\x18','\xe4','\x7e','\x18','\x9e','\x4c','\x18','\x84','\x4c','\x18','\x84','\x4c','\x1a','\xdc','\x4c','\x5b','\x84','\x4c','\x5a','\x84','\xcf','\x5a','\x84','\x87','\x5c','\x85','\x00','\xd8','\xfc','\x00','\xd8','\x30','\x06','\xd8','\x31','\xff','\x18','\x30','\x46','\x19','\xfe','\x46','\x18','\x30','\x4c','\x34','\x30','\x2c','\x32','\x30','\x28','\x33','\x30','\x38','\x23','\x30','\x10','\x20','\x36','\x38','\x61','\xf8','\x6f','\x40','\xe0','\x8e','\x80','\x83','\x06','\x0e','\x02','\x08','\x0c','\x41','\x0e','\x0c','\x21','\x8c','\x0c','\x31','\x88','\x0c','\x30','\x12','\x0d','\x37','\xff','\x2d','\xc0','\x60','\x2d','\x80','\xc0','\x2d','\x00','\x80','\x6e','\x01','\x42','\x6c','\x36','\x63','\xcc','\xf0','\xe6','\xcc','\x30','\xb4','\x0c','\x31','\x38','\x0c','\x36','\x74','\x1a','\x30','\x76','\x19','\x30','\xb3','\x19','\x31','\x33','\x11','\xb6','\x30','\x31','\xb0','\xf0','\x20','\x30','\x60','\x61','\xe8','\x00','\x40','\xc7','\xff','\x80','\x81','\xfe','\x0e','\x00','\x70','\x0c','\x40','\x60','\x0c','\x20','\x60','\x0c','\x37','\xfe','\x0c','\x30','\x60','\x0c','\x80','\x60','\x2c','\xcf','\xff','\x2d','\x81','\x08','\x2e','\x00','\x8c','\x6c','\x00','\x88','\x6c','\x30','\x10','\xcd','\xfb','\xfe','\xcc','\x30','\x60','\x0c','\x30','\x60','\x0c','\x33','\xfe','\x1a','\x30','\x60','\x19','\x30','\x60','\x19','\x37','\xff','\x11','\xb0','\x60','\x31','\xb0','\x60','\x20','\x30','\x60','\x61','\xe8','\x00','\x40','\xc7','\xff','\x80','\x81','\xfe','\x0e','\x01','\xc0','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x01','\x8c','\x0d','\x01','\x8c','\x0d','\xff','\xff','\x2d','\x81','\x8c','\x2d','\x01','\x8c','\x2e','\x3f','\xfc','\x6c','\x01','\x80','\x6c','\x01','\x80','\xcc','\xff','\xff','\xcc','\x00','\x00','\x0c','\x24','\x4c','\x0c','\x66','\x66','\x1a','\x66','\x66','\x1a','\x00','\x00','\x1b','\x3f','\xfc','\x13','\x32','\x4c','\x33','\x32','\x4c','\x20','\x32','\x4c','\x60','\x32','\x4c','\x40','\xff','\xff','\x80','\x00','\x00','\x00','\x60','\x06','\xff','\xf7','\xff','\x06','\x00','\x60','\x0c','\x40','\xc4','\x18','\x61','\x86','\x34','\xc3','\x4c','\xc6','\x8c','\x68','\x0b','\x00','\xb0','\x33','\xc3','\x38','\xc5','\x6c','\x56','\x09','\x60','\x93','\x31','\x03','\x13','\xcf','\x0c','\xf0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x10','\x02','\x18','\x1c','\x06','\x3c','\x38','\x1c','\x36','\x60','\x18','\x73','\x00','\x00','\xe1','\xc0','\x03','\x80','\xf8','\x0e','\x00','\x3f','\xf0','\x00','\x0e','\x0e','\x03','\x06','\x0c','\x3f','\x7f','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0d','\x3f','\x7e','\x0d','\x83','\x06','\x2d','\x83','\x06','\x2d','\x03','\x06','\x2e','\x3f','\x7e','\x6c','\x03','\x06','\x6c','\x08','\x40','\xcc','\x0e','\x70','\xcc','\x0c','\x64','\x0c','\x1f','\xfe','\x0c','\x18','\x40','\x1a','\x38','\x44','\x19','\x5f','\xfe','\x19','\x98','\x40','\x11','\x98','\x44','\x31','\x9f','\xfe','\x20','\x18','\x40','\x60','\x18','\x42','\x40','\x1f','\xff','\x80','\x18','\x00','\x0e','\x01','\x00','\x0c','\x01','\x82','\x0c','\x41','\x03','\x0c','\x27','\xe6','\x0c','\x34','\x24','\x0d','\x34','\x28','\x2d','\x84','\x20','\x2d','\x87','\xe0','\x2d','\x14','\x28','\x6e','\x34','\x26','\x6c','\xe4','\x23','\xcc','\x67','\xe3','\xcc','\x41','\x80','\x0c','\x01','\x80','\x0c','\xff','\xff','\x1a','\x07','\xa0','\x19','\x07','\xa0','\x19','\x0d','\x90','\x11','\x8d','\x90','\x31','\x99','\x98','\x20','\x31','\x8f','\x60','\x61','\x8e','\x41','\x81','\x86','\x80','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x8c','\x0c','\x01','\xfe','\x0c','\x01','\x80','\x0c','\x41','\x86','\x0d','\x7f','\xff','\x2d','\xe2','\x06','\x2d','\x63','\xe4','\x2d','\x6e','\x08','\x6e','\x62','\x0c','\x6c','\x61','\xfc','\xcc','\x60','\x00','\xcc','\x67','\xfc','\x0c','\x64','\x44','\x0c','\x67','\xfc','\x1a','\x64','\x44','\x19','\x67','\xfc','\x19','\xe0','\x00','\x11','\xef','\xfe','\x30','\x49','\x22','\x20','\xc9','\x22','\x60','\x89','\x22','\x41','\x1f','\xff','\x80','\x00','\x00','\x1c','\x84','\x46','\x18','\xfe','\x7f','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xfc','\x7e','\x1a','\xc4','\x46','\x5b','\xc4','\x46','\x5a','\xfc','\x7e','\x5a','\xc1','\x06','\x5c','\xdf','\xf6','\xd8','\xc1','\x06','\xd8','\xcf','\xe6','\xd8','\xc9','\x26','\x18','\xcf','\xe6','\x18','\xc9','\x26','\x14','\xc9','\x26','\x14','\xcf','\xe6','\x14','\xc3','\x06','\x36','\xc3','\x86','\x26','\xc5','\x66','\x26','\xd9','\x26','\x60','\xc1','\x06','\x40','\xc1','\x1e','\x80','\xc0','\x0c','\x02','\xff','\x08','\x17','\x81','\x7c','\x1c','\xf9','\x08','\x10','\x81','\x78','\x1e','\xf9','\x08','\x10','\x89','\x78','\x1e','\xf9','\x08','\x50','\x81','\x0a','\x7f','\xff','\xff','\x42','\x00','\x86','\xdf','\xc7','\xf4','\xc6','\x01','\x80','\x0b','\x82','\xf0','\x32','\xcc','\x98','\x02','\x30','\x82','\xff','\xff','\xff','\x00','\xc0','\x80','\x01','\x9c','\x40','\x07','\x18','\xf0','\x1d','\x9d','\x9f','\xe0','\xb6','\x06','\x00','\xe3','\x80','\x03','\x81','\xf8','\x1c','\x00','\x70','\x00','\x00','\xc0','\x00','\x07','\xe0','\x04','\x3e','\x00','\x07','\xe0','\x80','\x0e','\x30','\x60','\x0c','\x1c','\x38','\x18','\x0c','\x1c','\x10','\x00','\x0c','\x2f','\xff','\xf0','\x40','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xf4','\x0c','\x23','\xc7','\xfe','\x3e','\x46','\x4c','\x30','\x46','\x4c','\x33','\x46','\x4c','\x33','\x46','\x4c','\x33','\x46','\x4c','\x33','\x46','\x4c','\x33','\x47','\xfc','\x33','\x46','\x0c','\x33','\x66','\x00','\x33','\x26','\x00','\x33','\x26','\x02','\x33','\x26','\x02','\x33','\x36','\x03','\x33','\x17','\xff','\x33','\x1b','\xfe','\x33','\x08','\x00','\x23','\x0c','\x00','\x23','\x07','\x00','\x63','\x03','\xe0','\x43','\x00','\xff','\x83','\x00','\x3e','\x00','\x00','\xe0','\x00','\x07','\xf0','\x08','\x7f','\x00','\x0f','\xe0','\xc0','\x1c','\x30','\x30','\x18','\x18','\x1c','\x30','\x18','\x0e','\x20','\x00','\x66','\x4f','\xff','\xf0','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x01','\x80','\xc0','\x03','\x41','\x80','\x06','\x63','\x00','\x0c','\x36','\x00','\x18','\x1c','\x00','\x30','\x37','\x00','\xc0','\xe3','\xe0','\x03','\x80','\xff','\x1c','\x00','\x1e','\x00','\x00','\xe0','\x00','\x07','\xf0','\x10','\x7e','\x00','\x1f','\xe0','\xc0','\x18','\x30','\x30','\x38','\x18','\x1c','\x30','\x18','\x0e','\x6f','\xff','\x86','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\xb0','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x36','\x0f','\xff','\xff','\x0c','\x00','\x06','\x0c','\x00','\xc6','\x18','\x0c','\x66','\x1a','\x46','\x66','\x12','\x66','\x0e','\x26','\x60','\x0c','\x46','\x00','\xfc','\x00','\x00','\x38','\x00','\x00','\x80','\x00','\x00','\xe0','\x07','\x01','\xc0','\x00','\xf3','\x80','\x00','\x3e','\x00','\x00','\x0f','\x80','\x00','\x19','\xe0','\x00','\x70','\x70','\x01','\xc0','\x38','\x07','\x01','\x18','\x38','\x01','\xc0','\x01','\x01','\x80','\x01','\x03','\x80','\x00','\x83','\x00','\x00','\x83','\x00','\x00','\x46','\x00','\x00','\x66','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x00','\x3e','\x00','\x00','\x67','\xc0','\x01','\xc1','\xff','\x0f','\x00','\x7e','\xf0','\x00','\x0e','\x01','\x08','\x18','\x01','\xcf','\xfc','\x61','\x8c','\x18','\x1b','\x8c','\x18','\x0f','\x0c','\x18','\x06','\x0c','\x18','\x0f','\x0c','\x18','\x09','\x8c','\x18','\x11','\xcf','\xf8','\x20','\xcc','\x18','\xc0','\x0c','\x18','\x01','\x0c','\x18','\x01','\xcc','\x18','\x01','\x8c','\x18','\x63','\x0c','\x18','\x1b','\x0f','\xf8','\x0e','\x0c','\x18','\x07','\x0c','\x18','\x0d','\x8c','\x18','\x09','\xcc','\x18','\x10','\xcc','\x18','\x20','\x0c','\x1e','\xc0','\x7f','\xff','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\xe0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xff','\xe0','\x00','\xc0','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x3f','\xff','\xe0','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x03','\x00','\x60','\x06','\x00','\x60','\x18','\x00','\x60','\x00','\x00','\x60','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x43','\x03','\x00','\x23','\x03','\x00','\x33','\x03','\x06','\x1b','\xff','\xff','\x1b','\x07','\x40','\x1b','\x07','\x40','\x03','\x07','\x40','\x03','\x0f','\x60','\x03','\x0f','\x20','\x03','\x0b','\x20','\x07','\x1b','\x30','\x0b','\x13','\x10','\x3b','\x13','\x18','\xf3','\x33','\x1c','\x63','\x23','\x0f','\x43','\x43','\x0e','\x03','\x83','\x06','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x07','\x03','\x80','\x06','\x03','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x46','\x23','\x10','\x26','\x3b','\x1c','\x36','\x33','\x18','\x36','\x63','\x30','\x36','\x5b','\x2c','\x06','\x8b','\x44','\x06','\x03','\x02','\x07','\xff','\xff','\x06','\x00','\x00','\x0e','\x40','\x0c','\x16','\x7f','\xfe','\x36','\x60','\x0c','\xe6','\x67','\xcc','\x66','\x64','\x4c','\x46','\x64','\x4c','\x06','\x64','\x4c','\x06','\x67','\xcc','\x06','\x60','\x0c','\x06','\x7f','\xfc','\x06','\x60','\x0c','\x3b','\x8e','\xc0','\x33','\x0c','\x60','\x33','\x0c','\x0c','\x33','\x04','\x7e','\x33','\x07','\x80','\x33','\x3e','\x30','\x33','\x03','\x60','\x3f','\xc1','\x82','\x30','\x02','\xc2','\x30','\x0c','\x72','\x30','\x30','\x1f','\x31','\x8d','\x87','\x3f','\xcc','\xc0','\x31','\x84','\x1e','\x31','\x87','\xe0','\x31','\xbe','\x10','\x31','\x83','\x18','\x21','\x81','\x30','\x21','\x81','\xa0','\x61','\x80','\xc2','\x41','\x81','\x62','\x41','\x82','\x3a','\x81','\x8c','\x1f','\x01','\xb0','\x07','\x3b','\x81','\xc0','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x01','\x80','\x33','\x3f','\xfe','\x33','\x00','\x00','\x33','\x3f','\xfe','\x3f','\xe6','\x42','\x30','\x3c','\x7e','\x30','\x20','\x02','\x30','\x3f','\xfe','\x33','\x00','\x00','\x3f','\x90','\x04','\x33','\x1f','\xfe','\x33','\x10','\x04','\x33','\x1f','\xfc','\x33','\x10','\x04','\x23','\x1f','\xfc','\x23','\x10','\x04','\x63','\x1f','\xfc','\x43','\x08','\x00','\x43','\x0e','\x38','\x83','\x1c','\x0e','\x03','\x60','\x06','\x0e','\x00','\x18','\x0c','\x21','\xfc','\x0c','\x3f','\xc0','\x4c','\x30','\xc0','\x6c','\x30','\xc0','\x6d','\x30','\xc0','\x7f','\xb0','\xc0','\x4c','\x30','\xc0','\x4c','\x30','\xcc','\x8c','\x3f','\xfe','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0d','\xb0','\xc0','\x1e','\x30','\x60','\xfc','\x30','\x60','\x6c','\x30','\x60','\x4c','\x30','\x60','\x0c','\x33','\x32','\x0d','\xfc','\x32','\x0c','\xf0','\x32','\x0c','\x80','\x1a','\x0c','\x01','\x9f','\x0c','\xff','\xcf','\x0c','\x00','\x06','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x03','\x00','\x4c','\x03','\x00','\x6c','\x03','\x00','\x6d','\x83','\x18','\x7f','\xdf','\xfc','\x4c','\x06','\x18','\x4c','\x06','\x18','\x8c','\x06','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\x1a','\x1e','\x7f','\xff','\xfc','\x00','\x00','\x6c','\x00','\x00','\x4c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x00','\xc2','\x00','\x07','\xe3','\x80','\x7e','\x03','\x00','\x06','\x03','\x06','\x06','\x63','\xff','\xff','\xf6','\x66','\x0e','\x04','\x66','\x1f','\x08','\xc6','\x1e','\xc0','\xc6','\x36','\x61','\x8e','\x66','\x63','\x0c','\x86','\x04','\x7c','\x06','\x00','\x18','\x00','\x1c','\x00','\x08','\x18','\x00','\x0c','\x18','\x30','\x1f','\xff','\xf8','\x10','\x18','\x00','\x20','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x60','\x0e','\x03','\xf1','\xcc','\x7f','\x01','\x8c','\x03','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x07','\x01','\x8c','\x0f','\x81','\x8c','\x0f','\x61','\x8c','\x1b','\x30','\x0c','\x33','\x30','\x0c','\xc3','\x00','\x7c','\x03','\x00','\x18','\x00','\x1c','\x00','\x08','\x18','\x00','\x0c','\x18','\x30','\x1f','\xff','\xf8','\x10','\x18','\x00','\x20','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x60','\x0f','\xff','\xf0','\x08','\x18','\x00','\x10','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\x70','\x26','\x02','\x60','\x36','\x03','\x60','\x36','\xc3','\x6c','\x7f','\xe7','\xfe','\x46','\x04','\x60','\x86','\x08','\x60','\x07','\xe0','\x66','\xff','\x8f','\xff','\x7e','\x00','\x60','\x46','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x4c','\x7f','\xff','\x6c','\x00','\x00','\x6d','\x88','\x18','\x7f','\xcf','\xfc','\x4c','\x0c','\x18','\x4c','\x0c','\x18','\x8c','\x0f','\xf8','\x0c','\x00','\x00','\x0c','\x20','\x06','\x0d','\xbf','\xff','\x1e','\x30','\x06','\xfc','\x30','\x06','\x6c','\x33','\xe6','\x4c','\x32','\x26','\x0c','\x32','\x26','\x0c','\x32','\x26','\x0c','\x33','\xe6','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x1b','\x0d','\x80','\x12','\x89','\x40','\x06','\x63','\x30','\x04','\x22','\x18','\x28','\x04','\x08','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc4','\x1c','\x04','\xc7','\x18','\x08','\x06','\x18','\x30','\x0f','\xff','\xf8','\x08','\x18','\x00','\x10','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x4c','\x01','\x80','\x6c','\x3f','\xfe','\x6d','\x00','\x00','\x7f','\xbf','\xfe','\x4c','\x26','\x42','\x4c','\x3c','\x7e','\x8c','\x20','\x02','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x0d','\x90','\x04','\x1e','\x1f','\xfe','\xfc','\x10','\x04','\x6c','\x1f','\xfc','\x4c','\x10','\x04','\x0c','\x1f','\xfc','\x0c','\x10','\x04','\x0c','\x1f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x38','\x0c','\x1c','\x0e','\x0c','\x60','\x06','\x0e','\x10','\x10','\x0c','\x0c','\x30','\x0c','\x04','\x44','\x4c','\x7f','\xfe','\x6c','\x01','\x00','\x6d','\x3f','\xfc','\x7f','\x81','\x00','\x4c','\x01','\x02','\x4c','\xff','\xff','\x8c','\x00','\x08','\x0c','\x7f','\x26','\x0e','\x08','\x22','\x1d','\xff','\xff','\xfc','\x18','\x20','\x6c','\x2f','\x24','\x4c','\xc9','\xa7','\x0f','\x08','\xa6','\x0c','\xff','\x2c','\x0c','\x20','\x18','\x0c','\x7e','\x12','\x0c','\x06','\x2a','\x0c','\x04','\x4e','\x0c','\x7d','\x87','\x0c','\x18','\x03','\x01','\x07','\x00','\x01','\xc6','\x40','\x43','\x86','\x20','\x23','\x06','\x30','\x16','\x06','\x30','\x0c','\x06','\x06','\x1c','\xff','\xff','\x36','\x06','\x00','\x66','\x06','\x00','\x86','\x06','\x00','\x0f','\x0e','\x00','\x0b','\x0d','\xc0','\x1b','\x0d','\x80','\x13','\x0d','\x80','\x23','\x0d','\x80','\x43','\x19','\x80','\x83','\x19','\x80','\x03','\x19','\x80','\x03','\x11','\x80','\x03','\x31','\x82','\x07','\x21','\x82','\x06','\x41','\x83','\x3e','\x81','\xff','\x0c','\x00','\xfe','\x01','\x00','\x38','\x01','\xc0','\x30','\x43','\x80','\x30','\x23','\x00','\x30','\x16','\x00','\x30','\x0c','\x00','\x36','\x1c','\x7f','\xff','\x36','\x00','\x70','\x66','\x00','\x70','\x86','\x00','\xf0','\x0f','\x00','\xf0','\x0b','\x01','\xb0','\x1b','\x01','\xb0','\x13','\x03','\x30','\x23','\x03','\x30','\x43','\x06','\x30','\x83','\x0c','\x30','\x03','\x18','\x30','\x03','\x60','\x30','\x03','\x00','\x30','\x07','\x00','\x30','\x06','\x00','\x30','\x3e','\x03','\xf0','\x0c','\x00','\x60','\x01','\x00','\x00','\x01','\xc0','\x30','\x43','\xbf','\xf8','\x23','\x06','\x30','\x16','\x06','\x30','\x0c','\x06','\x30','\x1c','\x06','\x30','\x36','\x06','\x30','\x66','\x06','\x30','\x86','\x06','\x30','\x0f','\x06','\x36','\x0b','\x7f','\xff','\x1b','\x0c','\x30','\x13','\x0c','\x30','\x23','\x0c','\x30','\x43','\x0c','\x30','\x83','\x0c','\x30','\x03','\x0c','\x30','\x03','\x0c','\x30','\x03','\x0c','\x30','\x07','\x0c','\x30','\x06','\x0c','\x36','\x3e','\x7f','\xff','\x0c','\x00','\x00','\x01','\x01','\xc0','\x01','\xc1','\x80','\x43','\x81','\x80','\x23','\x01','\x80','\x16','\x01','\x80','\x0c','\x21','\x86','\x1c','\x3f','\xff','\x36','\x31','\x86','\x66','\x31','\x86','\x86','\x31','\x86','\x0f','\x31','\x86','\x0b','\x31','\x86','\x1b','\x31','\x86','\x13','\x31','\x86','\x23','\x3f','\xfe','\x43','\x31','\x86','\x83','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x06','\x01','\x80','\x3e','\x01','\x80','\x0c','\x01','\x80','\x01','\x01','\xc0','\x01','\xc1','\x80','\x43','\x81','\x80','\x23','\x01','\x80','\x16','\x01','\x84','\x0c','\x11','\x87','\x1c','\x11','\x86','\x36','\x11','\x8c','\x66','\x31','\x88','\x86','\x31','\x90','\x0f','\x61','\x80','\x0b','\x61','\x80','\x1b','\x03','\x40','\x13','\x03','\x40','\x23','\x03','\x40','\x43','\x02','\x20','\x83','\x06','\x20','\x03','\x06','\x30','\x03','\x04','\x30','\x03','\x0c','\x18','\x07','\x08','\x1c','\x06','\x10','\x0f','\x3e','\x20','\x0e','\x0c','\xc0','\x06','\x02','\x00','\x00','\x03','\xa0','\x06','\x43','\x3f','\xff','\x26','\x31','\x86','\x16','\x31','\x86','\x0c','\x31','\x86','\x1c','\x31','\x86','\x36','\x31','\x86','\x66','\x3f','\xfe','\x86','\x31','\x86','\x0f','\x31','\x86','\x0b','\x31','\x86','\x1b','\x31','\x86','\x13','\x31','\x86','\x23','\x3f','\xfe','\x43','\x31','\x86','\x83','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x06','\x01','\x80','\x3e','\x01','\x80','\x0c','\x01','\x80','\x02','\x0e','\xe0','\x03','\x8c','\xc0','\x43','\x0c','\xc0','\x26','\x0c','\xc4','\x16','\xff','\xfe','\x0c','\x0c','\xc4','\x1c','\x0c','\xc4','\x34','\x4c','\xc4','\x66','\x7f','\xfc','\x86','\x4c','\xc4','\x0e','\x4c','\xc0','\x0e','\x4c','\xc0','\x1e','\x4c','\xc6','\x16','\xff','\xff','\x26','\xcc','\xc6','\x46','\x0c','\xc6','\x86','\x0c','\xc6','\x06','\x0c','\xc6','\x06','\x0c','\xc6','\x06','\x18','\xfe','\x0e','\x18','\xcc','\x0c','\x30','\xc0','\x7c','\x60','\xc0','\x19','\x80','\xc0','\x02','\x08','\x00','\x03','\x8e','\x00','\x43','\x0c','\x30','\x26','\x1f','\xf8','\x16','\x18','\x30','\x0c','\x30','\x60','\x1c','\x28','\x60','\x34','\x44','\xc0','\x66','\x83','\x80','\x86','\x03','\x80','\x0e','\x06','\xe0','\x0e','\x0c','\x7f','\x1e','\x10','\x1e','\x16','\x60','\x06','\x27','\x80','\x00','\x46','\x3f','\xf8','\x86','\x30','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x0e','\x30','\x18','\x0c','\x3f','\xf8','\x7c','\x30','\x18','\x18','\x30','\x18','\x01','\x10','\x18','\x01','\xdf','\xfc','\x43','\x98','\x18','\x23','\x18','\x18','\x16','\x18','\x18','\x0c','\x18','\x18','\x1c','\x1f','\xf8','\x36','\x18','\x18','\x66','\x18','\x18','\x86','\x18','\x18','\x0f','\x18','\x18','\x0b','\x1f','\xf8','\x1b','\x18','\x84','\x13','\x18','\x87','\x23','\x18','\x86','\x43','\x18','\x4c','\x83','\x18','\x50','\x03','\x18','\x60','\x03','\x18','\x20','\x03','\x19','\xb0','\x07','\x1e','\x18','\x06','\xf8','\x1f','\x3e','\x70','\x0e','\x0c','\x40','\x06','\x02','\x01','\xc0','\x03','\x81','\x80','\x43','\x01','\x80','\x26','\x01','\x86','\x16','\xff','\xff','\x0c','\x00','\x00','\x1c','\x10','\x20','\x34','\x1c','\x18','\x66','\x18','\x0c','\x86','\x30','\x06','\x0e','\x20','\x06','\x0e','\x40','\x20','\x1e','\x08','\x38','\x16','\x08','\x30','\x26','\x04','\x70','\x46','\x04','\x60','\x86','\x02','\xe0','\x06','\x03','\xc0','\x06','\x01','\x80','\x06','\x03','\xc0','\x0e','\x06','\x70','\x0c','\x0c','\x3f','\x7c','\x30','\x1e','\x18','\xc0','\x06','\x02','\x03','\x80','\x03','\x83','\x00','\x43','\x03','\x00','\x26','\x03','\x06','\x16','\xff','\xff','\x0c','\x03','\x00','\x1c','\x23','\x20','\x34','\x3b','\x38','\x66','\x33','\x30','\x86','\x33','\x30','\x0e','\x23','\x30','\x0e','\x73','\x28','\x1e','\x5b','\x24','\x16','\x9b','\x46','\x27','\x07','\x86','\x46','\x06','\x80','\x86','\x06','\xc0','\x06','\x0c','\x40','\x06','\x0c','\x60','\x06','\x18','\x30','\x0e','\x18','\x38','\x0c','\x30','\x1f','\x7c','\x60','\x0e','\x19','\x80','\x06','\x02','\x10','\x0c','\x03','\x9f','\xfe','\x43','\x18','\x0c','\x26','\x18','\x0c','\x16','\x18','\x0c','\x0c','\x1f','\xfc','\x1c','\x00','\x00','\x36','\x00','\x00','\x66','\x10','\x0c','\x86','\x1f','\xfe','\x0f','\x18','\x0c','\x0b','\x18','\x0c','\x1b','\x18','\x0c','\x13','\x1f','\xfc','\x23','\x18','\x0c','\x43','\x18','\x0c','\x83','\x18','\x0c','\x03','\x1f','\xfc','\x03','\x18','\x0c','\x03','\x18','\x0c','\x07','\x18','\x0c','\x06','\x18','\x0c','\x3e','\x18','\x7c','\x0c','\x18','\x18','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x0c','\x0f','\xfc','\x19','\xcc','\x18','\x19','\x9a','\x30','\x19','\x92','\x30','\x39','\xa1','\x60','\x39','\x81','\xc0','\x59','\x83','\x60','\x59','\x86','\x38','\x99','\x8c','\x1f','\x19','\xb0','\x66','\x19','\x83','\xb0','\x19','\x83','\x30','\x19','\x83','\x00','\x19','\x83','\x06','\x19','\xff','\xff','\x19','\x86','\x40','\x19','\x86','\x20','\x18','\x0c','\x38','\x18','\x18','\x1f','\x18','\x30','\x0e','\x18','\xc0','\x06','\x01','\x03','\x80','\x01','\xc3','\x00','\x43','\x83','\x18','\x23','\x7f','\xfc','\x16','\x03','\x00','\x0c','\x06','\x80','\x1c','\x06','\x60','\x36','\x0c','\x30','\x66','\x30','\x30','\x86','\x00','\x06','\x0f','\xff','\xff','\x0b','\x00','\x18','\x1b','\x00','\x18','\x13','\x21','\x98','\x23','\x3f','\x98','\x43','\x31','\x98','\x83','\x31','\x98','\x03','\x31','\x98','\x03','\x3f','\x98','\x03','\x31','\x98','\x07','\x00','\x18','\x06','\x00','\x18','\x3e','\x00','\xf8','\x0c','\x00','\x30','\x02','\x03','\x00','\x03','\xa7','\x8c','\x43','\x3c','\x7e','\x26','\x30','\x0c','\x16','\x30','\x0c','\x0c','\x30','\x0c','\x1c','\x3e','\x7c','\x36','\x30','\x0c','\x66','\x30','\x0c','\x86','\x30','\x0c','\x0f','\x30','\x0c','\x0b','\x3f','\xfc','\x1b','\x30','\xcc','\x13','\x00','\xc0','\x23','\x08','\xc0','\x43','\x0e','\xc0','\x83','\x0c','\xc0','\x03','\x0c','\xc0','\x03','\x0c','\xc2','\x03','\x18','\xc2','\x07','\x18','\xc2','\x06','\x10','\xc3','\x3e','\x20','\xff','\x0c','\xc0','\x7e','\x01','\x01','\xc0','\x01','\xc1','\x80','\x43','\x81','\x84','\x23','\x3f','\xfe','\x16','\x01','\x80','\x0c','\x01','\x88','\x1c','\x1f','\xfc','\x36','\x01','\x80','\x66','\x01','\x82','\x87','\x7f','\xff','\x0f','\x00','\x00','\x0b','\x10','\x18','\x1b','\x1f','\xfc','\x13','\x18','\x18','\x23','\x18','\x18','\x43','\x1f','\xf8','\x83','\x18','\x18','\x03','\x18','\x18','\x03','\x1f','\xf8','\x03','\x18','\x18','\x07','\x18','\x18','\x06','\x18','\x18','\x3e','\x18','\xf8','\x0c','\x18','\x30','\x01','\x10','\x0c','\x01','\xdf','\xfe','\x43','\x98','\x0c','\x23','\x18','\x0c','\x16','\x18','\x0c','\x0c','\x1f','\xfc','\x1c','\x18','\x0c','\x36','\x18','\x0c','\x66','\x18','\x0c','\x86','\x1f','\xfc','\x0f','\x00','\x00','\x0b','\x00','\x00','\x1b','\x20','\x06','\x13','\x3f','\xff','\x23','\x30','\x06','\x43','\x30','\x06','\x83','\x30','\x06','\x03','\x3f','\xfe','\x03','\x30','\x06','\x03','\x30','\x06','\x07','\x30','\x06','\x06','\x30','\x06','\x3e','\x3f','\xfe','\x0c','\x30','\x06','\x02','\x03','\x80','\x03','\x83','\x00','\x43','\x03','\x00','\x26','\x03','\x0c','\x16','\xff','\xfe','\x0c','\x00','\x00','\x1c','\x10','\x40','\x34','\x1c','\x70','\x66','\x18','\x60','\x86','\x30','\x60','\x0e','\x2c','\xd8','\x0e','\x44','\x8c','\x1e','\x81','\x0c','\x16','\x00','\x00','\x26','\x03','\x06','\x47','\xff','\xff','\x86','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x03','\x00','\x04','\x40','\x30','\x07','\x77','\xf8','\x86','\x60','\x30','\x4c','\x60','\x30','\x2c','\x60','\x36','\x38','\xdf','\xff','\x18','\xc0','\x00','\x38','\xc4','\x00','\x2c','\xc7','\x00','\x4d','\xc6','\x18','\x8d','\xc7','\xfc','\x1e','\xcc','\xc0','\x1c','\xc8','\xc0','\x2c','\xd0','\xc0','\x2c','\xc0','\xc6','\x4c','\xdf','\xff','\x8c','\xc1','\xa0','\x0c','\xc1','\xa0','\x0c','\xc1','\x90','\x0c','\xc1','\x10','\x1c','\xc3','\x18','\x18','\xc2','\x0f','\xf8','\xc4','\x0e','\x30','\xd8','\x06','\x02','\x01','\xc0','\x03','\x71','\x87','\x43','\x61','\x86','\x26','\x61','\x86','\x16','\x61','\x86','\x0c','\x61','\x86','\x1c','\x7f','\xfe','\x34','\x60','\x06','\x66','\x00','\x00','\x86','\x00','\x06','\x0e','\xff','\xff','\x0e','\x01','\x80','\x1e','\x01','\x00','\x16','\x42','\x06','\x26','\x7f','\xff','\x46','\x64','\x46','\x86','\x64','\x46','\x06','\x64','\x46','\x06','\x64','\x46','\x06','\x64','\x46','\x0e','\x64','\x46','\x0c','\x64','\x46','\x7c','\x64','\x5e','\x18','\x60','\x0c','\x01','\x10','\x0c','\x01','\xdf','\xfe','\x43','\x98','\x0c','\x23','\x18','\x0c','\x16','\x1f','\xfc','\x0c','\x18','\x0c','\x1c','\x18','\x0c','\x36','\x18','\x0c','\x66','\x1f','\xfc','\x86','\x18','\x0c','\x0f','\x00','\x00','\x0b','\x11','\xc0','\x1b','\x1d','\x80','\x13','\x19','\x8c','\x23','\x1f','\xfe','\x43','\x31','\x80','\x83','\x21','\x80','\x03','\x41','\x8c','\x03','\x1f','\xfe','\x03','\x01','\x80','\x07','\x01','\x80','\x06','\x01','\x86','\x3e','\x7f','\xff','\x0c','\x00','\x00','\x02','\x20','\x0c','\x03','\xbf','\xfe','\x43','\x31','\x8c','\x26','\x31','\x8c','\x16','\x31','\x8c','\x0c','\x3f','\xfc','\x1c','\x31','\x8c','\x36','\x31','\x8c','\x66','\x31','\x8c','\x86','\x3f','\xfc','\x0f','\x30','\x0c','\x0b','\x00','\x00','\x1b','\x00','\x06','\x13','\xff','\xff','\x23','\x19','\x08','\x43','\x19','\x0e','\x83','\x18','\x9c','\x03','\x18','\xb0','\x03','\x18','\x40','\x03','\x18','\x60','\x07','\x1b','\x38','\x06','\xfc','\x1f','\x3e','\x70','\x0e','\x0c','\x40','\x06','\x02','\x10','\x18','\x03','\x9f','\xfc','\x43','\x18','\x18','\x26','\x18','\x18','\x16','\x19','\xf8','\x0c','\x19','\x18','\x1c','\x59','\x18','\x34','\x59','\x1a','\x66','\x7f','\xff','\x86','\xc0','\x06','\x0e','\xc0','\x04','\x0e','\x10','\x18','\x1e','\x1f','\xfc','\x16','\x18','\x18','\x26','\x18','\x18','\x46','\x1f','\xf8','\x86','\x18','\x18','\x06','\x18','\x18','\x06','\x1f','\xf8','\x06','\x18','\x18','\x0e','\x18','\x18','\x0c','\x18','\x18','\x7c','\x18','\xf8','\x18','\x18','\x30','\x00','\x01','\x00','\x39','\xc1','\x8c','\x31','\x83','\xfe','\x31','\x86','\x0c','\x31','\x98','\xd8','\x3f','\x86','\x70','\x01','\x83','\xc0','\x01','\x9c','\x1c','\xff','\x80','\x18','\x19','\xbf','\xff','\x19','\x88','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x61','\x80','\xf8','\x81','\xba','\x30','\x00','\x31','\x80','\x00','\x30','\x86','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xf0','\x0e','\x00','\x3f','\xf0','\x00','\x0e','\x02','\x0e','\x38','\x03','\x8c','\x30','\x43','\x0c','\x36','\x26','\xff','\xff','\x16','\x0c','\x30','\x0c','\x0c','\x30','\x1c','\x3f','\xfc','\x34','\x30','\x0c','\x66','\x30','\x0c','\x86','\x3f','\xfc','\x0e','\x30','\x0c','\x0e','\x30','\x0c','\x1e','\x30','\x0c','\x16','\x3f','\xfc','\x26','\x01','\x80','\x46','\x01','\x80','\x86','\x01','\x86','\x06','\xff','\xff','\x06','\x03','\x40','\x06','\x06','\x20','\x0e','\x06','\x38','\x0c','\x0c','\x1f','\x7c','\x18','\x0e','\x18','\xe0','\x06','\x20','\x10','\xe0','\x3f','\xf8','\xc8','\x23','\x10','\xc4','\x23','\x10','\xc6','\x3f','\xf0','\xc6','\x23','\x10','\xc0','\x23','\x10','\xc6','\x23','\x1f','\xff','\x3f','\xf0','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x3f','\xf0','\xc0','\x03','\x01','\xe0','\x03','\x01','\xa0','\x03','\xf9','\xa0','\xff','\x81','\xa0','\x78','\x01','\xb0','\x40','\x21','\x10','\x01','\x13','\x10','\x24','\x9b','\x18','\x24','\xda','\x1c','\x66','\xc6','\x0f','\xc6','\x04','\x0e','\xc0','\x08','\x06','\x04','\x00','\x00','\x06','\x80','\x06','\x84','\xff','\xff','\x4c','\x82','\x40','\x28','\xa3','\x70','\x38','\x92','\x60','\x10','\x92','\x60','\x38','\x84','\x66','\x28','\xff','\x7f','\x48','\x88','\x46','\x8c','\x88','\xc4','\x1c','\xaa','\xb8','\x1c','\xab','\x30','\x2c','\xaa','\x30','\x2c','\xaa','\x30','\x4c','\xaa','\x30','\x8c','\xaa','\x38','\x0c','\xbe','\x28','\x0c','\x88','\x68','\x0d','\x88','\x6c','\x1d','\x18','\x4c','\x19','\x10','\xcf','\xfa','\x10','\x86','\x30','\x21','\x06','\x02','\x03','\x00','\x03','\x83','\x00','\x43','\x06','\x80','\x26','\x0c','\x60','\x16','\x18','\x38','\x0c','\x37','\xdf','\x1c','\xc0','\x06','\x34','\x00','\x00','\x66','\x7f','\xfc','\x86','\x41','\x04','\x0e','\x51','\x14','\x0e','\x49','\x24','\x1e','\x41','\x04','\x16','\x7f','\xfc','\x26','\x00','\x00','\x46','\x00','\x00','\x86','\x3f','\xf8','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x3f','\xf8','\x0e','\x30','\x18','\x0c','\x30','\x18','\x7c','\x3f','\xf8','\x18','\x30','\x18','\x04','\x40','\x0c','\x07','\x7f','\xfe','\x46','\x64','\x8c','\x26','\x64','\x8c','\x1c','\x64','\x8c','\x08','\x7f','\xfc','\x1c','\x10','\x00','\x14','\x1c','\x00','\x26','\x18','\x06','\x46','\x3f','\xff','\x8e','\x22','\x06','\x0e','\x42','\x06','\x16','\xbf','\xe6','\x17','\x22','\x26','\x26','\x22','\x26','\x46','\x22','\x26','\x86','\x3f','\xe6','\x06','\x02','\x06','\x06','\x02','\x86','\x06','\x02','\x46','\x0e','\x7f','\xee','\x0c','\x3c','\x6c','\x7c','\x20','\x7c','\x18','\x00','\x18','\x02','\x01','\xc0','\x03','\xa1','\x80','\x43','\x21','\x86','\x26','\x3f','\xff','\x16','\x60','\x04','\x0c','\x61','\x00','\x1c','\x04','\x8c','\x34','\x14','\xa6','\x66','\x34','\x36','\x86','\x37','\xf0','\x0e','\x00','\x00','\x0e','\x00','\x00','\x1e','\x3f','\xfc','\x16','\x24','\x44','\x26','\x24','\x44','\x46','\x3f','\xfc','\x86','\x00','\x00','\x06','\x00','\x06','\x06','\xff','\xff','\x06','\x01','\x80','\x0e','\x01','\x80','\x0c','\x01','\x80','\x7c','\x0f','\x80','\x18','\x03','\x00','\x4c','\x98','\x70','\x7e','\xfc','\x60','\x4c','\x98','\x6c','\x4c','\x98','\x66','\x4c','\x98','\x66','\x7c','\xf8','\x60','\x00','\x00','\x66','\x3f','\xf3','\xff','\x22','\x10','\x60','\x22','\x10','\x60','\x3f','\xf0','\x60','\x22','\x10','\x60','\x22','\x10','\x60','\x3f','\xf0','\xf0','\x00','\x00','\xd0','\xff','\xfe','\xd0','\x00','\x00','\xd0','\x00','\x00','\xd8','\x3f','\xf0','\x98','\x30','\x30','\x88','\x30','\x31','\x8c','\x30','\x31','\x0f','\x3f','\xf1','\x06','\x30','\x32','\x06','\x04','\x11','\x08','\x07','\x19','\x8c','\x86','\x33','\x18','\x4c','\x44','\x20','\x2c','\x22','\x10','\x38','\x33','\x18','\x18','\x11','\x08','\x38','\x7f','\xfc','\x2c','\x66','\x4c','\x4c','\x61','\x8c','\x8c','\x63','\x0c','\x1c','\x64','\xcc','\x1c','\x7f','\xfc','\x2c','\x00','\x00','\x2c','\x42','\x18','\x4c','\x52','\x98','\x8c','\x4a','\x58','\x0c','\x42','\x18','\x0c','\x52','\x9a','\x0c','\x4a','\x5a','\x1c','\x42','\x0a','\x19','\xff','\xce','\xf8','\xe7','\x07','\x30','\x84','\x03','\x03','\x80','\x70','\x03','\x30','\x60','\x03','\xf8','\x6c','\x23','\x04','\x66','\x3f','\xfe','\x66','\x32','\x04','\x60','\x3f','\xf0','\x66','\x32','\x0b','\xff','\x31','\xf8','\x60','\x30','\x00','\x60','\x3f','\xfc','\x60','\x30','\x00','\x70','\x37','\xf0','\xd0','\x34','\x10','\xd0','\x37','\xf0','\xd0','\x30','\x00','\xd0','\x2f','\xf8','\xd8','\x29','\x48','\x98','\x6b','\x78','\x8c','\x4c','\x08','\x8c','\x49','\xc9','\x8e','\x88','\x89','\x0f','\x08','\xb9','\x06','\x08','\x9a','\x06','\x04','\x38','\x06','\x07','\x31','\xff','\x86','\x30','\x30','\x4c','\x32','\x20','\x2d','\xff','\x26','\x38','\x30','\xff','\x18','\x30','\xc6','\x39','\xfe','\xc6','\x2d','\x32','\xc6','\x4d','\x32','\xfe','\x8d','\x32','\xc6','\x1d','\x32','\xc6','\x1d','\x32','\xc6','\x2d','\xfe','\xfe','\x2c','\x30','\xc6','\x4c','\x30','\xc6','\x8c','\x78','\xc6','\x0c','\x74','\xc6','\x0c','\xf6','\xfe','\x0c','\xb6','\x00','\x1d','\x30','\x48','\x1a','\x30','\x66','\xf8','\x30','\xc3','\x30','\x33','\x03','\x00','\x70','\x00','\x00','\x60','\x00','\x06','\x60','\x00','\xff','\x60','\x00','\x30','\x66','\x46','\x31','\xff','\x7f','\x30','\x66','\x66','\x30','\x66','\x66','\x30','\x66','\x66','\x36','\x66','\x66','\xff','\x66','\x66','\x30','\x66','\x66','\x30','\x66','\x66','\x30','\x66','\x66','\x30','\x66','\x66','\x30','\xe6','\x66','\x30','\xc6','\x66','\x32','\xc6','\x66','\xfc','\xc6','\x66','\x70','\x8e','\x66','\x41','\x8c','\x7e','\x01','\x0c','\x66','\x02','\x7c','\x66','\x0c','\x18','\x00','\x00','\x10','\xe0','\x00','\x1c','\xc8','\x03','\x18','\xc4','\xff','\x98','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc0','\x18','\x30','\xc6','\x18','\x37','\xff','\x1b','\x30','\xc0','\xff','\xf0','\xc0','\x18','\x70','\xc0','\x18','\xb0','\xc0','\x19','\x30','\xc0','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x19','\x30','\x60','\x1e','\x30','\x32','\xf8','\x30','\x32','\x70','\x30','\x32','\x40','\x30','\x1a','\x00','\x30','\x1f','\x00','\x30','\x0f','\x00','\x30','\x06','\x00','\x08','\x00','\x00','\x0e','\x00','\x03','\x0c','\x00','\xff','\x8c','\x00','\x18','\x18','\x06','\x18','\x1f','\xff','\x18','\x10','\x00','\x18','\x31','\xc0','\x18','\x21','\x80','\x1b','\x41','\x80','\xff','\x81','\x80','\x18','\x11','\x90','\x18','\x1d','\x88','\x18','\x19','\x8c','\x18','\x19','\x86','\x18','\x31','\x86','\x19','\x31','\x87','\x1e','\x61','\x83','\xf8','\x41','\x83','\x70','\x81','\x83','\x41','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x03','\x01','\x80','\xff','\x81','\x80','\x18','\x21','\x86','\x18','\x3f','\xff','\x18','\x31','\x86','\x18','\x31','\x84','\x18','\x31','\x88','\x1b','\x31','\x80','\xff','\xb1','\x98','\x18','\x3f','\xfc','\x18','\x34','\x18','\x18','\x34','\x18','\x18','\x32','\x30','\x18','\x32','\x30','\x18','\x63','\x60','\x1f','\x61','\xc0','\xfc','\x40','\x80','\x70','\xc1','\xc0','\x40','\x83','\x70','\x01','\x06','\x3f','\x00','\x18','\x1e','\x00','\x60','\x06','\x00','\x01','\x00','\x00','\x01','\xc0','\x03','\x01','\x80','\xff','\x81','\x80','\x18','\x03','\x00','\x18','\x22','\x06','\x18','\x3f','\xff','\x18','\x30','\x06','\x18','\x30','\x06','\x1b','\x30','\x06','\xff','\xb0','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x3f','\xfe','\x18','\x30','\x06','\x18','\x30','\x06','\x19','\x30','\x06','\x1e','\x30','\x06','\xf8','\x30','\x06','\x70','\x30','\x06','\x40','\x30','\x06','\x00','\x3f','\xfe','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x00','\x06','\x00','\x7f','\xff','\x03','\x0c','\x18','\xff','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xf8','\x18','\x0c','\x18','\x1b','\x0c','\x18','\xff','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xf8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x19','\x0c','\x18','\x1e','\x0c','\x18','\xf8','\x0c','\x1f','\x70','\xff','\xf8','\x40','\x7e','\x18','\x00','\x40','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x80','\x18','\x00','\xff','\xfc','\x06','\xc0','\x18','\xff','\xc0','\x18','\x30','\xc0','\x98','\x30','\xdf','\xd8','\x30','\xc2','\x18','\x30','\xc2','\x18','\x36','\xd2','\x58','\xff','\xdf','\xd8','\x30','\xd2','\x58','\x30','\xd2','\x58','\x30','\xd2','\x58','\x30','\xd2','\x58','\x30','\xd2','\x58','\x3e','\xd2','\x58','\xf8','\xd3','\xda','\x61','\x92','\xda','\x41','\x82','\x0a','\x01','\x02','\x0a','\x03','\x02','\x0e','\x02','\x02','\x06','\x04','\x02','\x07','\x08','\x00','\x03','\x00','\x08','\x00','\x00','\x0e','\x00','\x03','\x0c','\x30','\xff','\x9f','\xf8','\x18','\x18','\x30','\x18','\x30','\x60','\x18','\x28','\x60','\x18','\x44','\xc0','\x1b','\x03','\x80','\xff','\x83','\x80','\x18','\x06','\xe0','\x18','\x0c','\x7f','\x18','\x10','\x1e','\x18','\x60','\x06','\x19','\x80','\x00','\x18','\x3f','\xf8','\x1f','\x30','\x18','\xfc','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x00','\x06','\x00','\x7f','\xff','\x03','\x02','\x40','\xff','\x82','\x40','\x18','\x42','\x46','\x18','\x7e','\x7f','\x18','\x62','\x46','\x18','\x62','\x46','\x1b','\x62','\x46','\xff','\xe2','\x46','\x18','\x7e','\x7e','\x18','\x62','\x46','\x18','\x02','\x40','\x18','\x02','\x40','\x18','\x7f','\xfe','\x19','\x61','\x86','\x1e','\x61','\x86','\xf8','\x61','\x86','\x70','\x7f','\xfe','\x40','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x03','\x80','\x00','\x03','\x00','\x03','\x03','\x00','\xff','\xa3','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x1b','\x3f','\xf8','\xff','\xb0','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x32','\x04','\x18','\x32','\x0e','\x19','\x31','\x18','\x1e','\x31','\x60','\xf8','\x30','\x80','\x70','\x30','\xc0','\x40','\x30','\x60','\x00','\x33','\x38','\x01','\xfc','\x1f','\x00','\xe0','\x0e','\x00','\x80','\x06','\x00','\x38','\x00','\x06','\x30','\x86','\xff','\x30','\xff','\x18','\x30','\xc6','\x18','\xfc','\xc6','\x18','\x84','\xc4','\x18','\x84','\xcc','\x18','\x84','\xc8','\x1a','\xfc','\xc8','\xff','\x84','\xd0','\x18','\x84','\xc8','\x18','\x84','\xcc','\x18','\xfc','\xc4','\x18','\x80','\xc6','\x18','\x80','\xc6','\x18','\x90','\xc6','\x18','\x88','\xc6','\x1e','\x8c','\xc6','\xf8','\x8c','\xc6','\x60','\xf6','\xde','\x43','\xc6','\xcc','\x01','\x86','\xc0','\x01','\x00','\xc0','\x00','\x00','\xc0','\x00','\x03','\x80','\x00','\x03','\x18','\x03','\x03','\xfc','\xff','\x83','\x00','\x18','\x43','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x63','\x84','\x1b','\x63','\x08','\xff','\xe3','\xe0','\x18','\x7f','\x04','\x18','\x63','\x06','\x18','\x63','\xfe','\x18','\x61','\xfc','\x18','\x60','\x00','\x19','\x64','\x00','\x1e','\x67','\x70','\xf8','\xc6','\x60','\x70','\xc6','\x60','\x40','\x8c','\x62','\x01','\x8c','\x62','\x01','\x18','\x63','\x02','\x30','\x7f','\x00','\xc0','\x3e','\x00','\x00','\x0c','\x03','\x7f','\xfe','\xff','\x86','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x30','\x18','\x3f','\xf8','\x18','\x0c','\x30','\x1b','\x0c','\x30','\xff','\x8c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x36','\x18','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x20','\x18','\x1e','\x3f','\xfc','\xf8','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x0e','\x70','\x00','\x0c','\x60','\x03','\x0c','\x60','\xff','\x8c','\x60','\x18','\x0c','\x66','\x18','\xfc','\x7f','\x18','\x0c','\x60','\x18','\x0c','\x60','\x1b','\x0c','\x60','\xff','\x8c','\x6c','\x18','\xfc','\x7e','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x19','\x0c','\x60','\x1e','\x1c','\x66','\xf8','\x6c','\x7f','\x63','\xc8','\x60','\x41','\x98','\x60','\x00','\x10','\x60','\x00','\x30','\x60','\x00','\x20','\x60','\x00','\x40','\x60','\x00','\x80','\x60','\x00','\x00','\x70','\x00','\x20','\x60','\x06','\x10','\x60','\xff','\x18','\x60','\x18','\x18','\x6c','\x18','\x03','\xfe','\x18','\x80','\x60','\x18','\x40','\x60','\x18','\x60','\x60','\x1a','\x68','\x60','\xff','\x08','\x60','\x18','\x08','\x66','\x18','\x1f','\xff','\x18','\x10','\x80','\x18','\x30','\xe0','\x1a','\x30','\xc0','\x1c','\x60','\xc0','\x39','\xe0','\x90','\xf0','\xe1','\x88','\x60','\x61','\x0c','\x40','\x61','\x0c','\x00','\x67','\xfe','\x00','\x73','\xc6','\x00','\x32','\x06','\x00','\x86','\x0c','\x06','\xfe','\xfe','\xff','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xfe','\xfc','\x18','\xc6','\x0c','\xff','\xc0','\x00','\x18','\xc0','\x0c','\x18','\xc1','\xfe','\x18','\xcc','\x8c','\x18','\xfe','\x8c','\x18','\xc0','\x8c','\x1b','\xc0','\x58','\x1c','\xc0','\x58','\xf8','\xcc','\x30','\x60','\xfe','\x30','\x40','\xc0','\x78','\x00','\xc0','\x68','\x00','\xc0','\xcc','\x00','\xc1','\x87','\x00','\xc6','\x06','\x00','\x10','\x00','\x00','\x10','\x06','\x03','\x3f','\xff','\xff','\xe0','\x06','\x18','\x61','\xc4','\x18','\x01','\x80','\x18','\x7f','\xff','\x18','\x01','\x80','\x18','\x21','\x8c','\x1b','\x3f','\xfe','\xff','\xb1','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x19','\x31','\x8c','\x1e','\x01','\x80','\xf8','\x01','\x86','\x70','\xff','\xff','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x60','\x06','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x40','\xc4','\x7f','\xef','\xfe','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x40','\xc2','\xff','\xef','\xff','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x80','\x00','\x0c','\xe0','\x01','\xcd','\xc0','\x11','\x81','\x90','\x11','\x83','\x0c','\x31','\x86','\x06','\x31','\x8c','\x27','\x71','\xb8','\x23','\x61','\xe0','\x20','\x01','\x80','\x30','\x07','\xff','\xf0','\x78','\xff','\xe0','\x00','\x10','\x84','\x00','\x18','\xc6','\x03','\x31','\x8c','\xff','\xa1','\x08','\x18','\x42','\x10','\x18','\x21','\x08','\x18','\x31','\x8c','\x18','\x18','\xc6','\x18','\x18','\xc6','\x1b','\x03','\x00','\xff','\x83','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\x46','\x18','\x64','\x66','\x18','\x62','\xc6','\x19','\x61','\x86','\x1e','\x61','\x86','\xf8','\x62','\xc6','\x70','\x64','\x66','\x40','\x68','\x66','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x7f','\xff','\x03','\x60','\x06','\xff','\xe0','\x06','\x18','\x6f','\xf6','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x6f','\xf6','\x1b','\x60','\x06','\xff','\x80','\x00','\x18','\x20','\x0c','\x18','\x3f','\xfe','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x19','\x30','\x0c','\x1e','\x30','\x0c','\xf8','\x3f','\xfc','\x70','\x30','\x0c','\x40','\x30','\x0c','\x00','\x30','\x0c','\x00','\x3f','\xfc','\x00','\x30','\x0c','\x00','\x03','\x00','\x00','\x03','\x00','\x03','\x06','\x80','\xff','\x86','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\x60','\xc6','\x19','\x9f','\xe0','\x18','\x00','\x00','\xff','\x86','\x0e','\x18','\xff','\x6c','\x18','\xc6','\x4c','\x18','\xc6','\x4c','\x18','\xfe','\x4c','\x18','\xc6','\x4c','\x18','\xc6','\x4c','\x1e','\xfe','\x4c','\xf8','\xc6','\x4c','\x60','\xc6','\x0c','\x40','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\xde','\x3c','\x00','\xcc','\x18','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x1b','\x0d','\x80','\x12','\x89','\x40','\x06','\x63','\x30','\x04','\x22','\x18','\x28','\x04','\x08','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x34','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x80','\x00','\x18','\xc0','\x00','\x18','\x60','\x00','\x18','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x03','\x46','\x0c','\xff','\xff','\xfe','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x1b','\x63','\x0c','\xff','\xe3','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x01','\x90','\x18','\x11','\x9c','\x18','\x1d','\x98','\x19','\x19','\x90','\x1e','\x19','\xa2','\xf8','\x31','\xff','\x70','\x31','\xb3','\x40','\x61','\x80','\x00','\xc1','\x82','\x01','\x81','\x83','\x03','\x01','\xff','\x0c','\x00','\xfe','\x00','\x01','\xc4','\x00','\x41','\x87','\x03','\x31','\x86','\xff','\x99','\x8c','\x18','\x19','\x88','\x18','\x01','\x80','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x1b','\x30','\x0c','\xff','\xb0','\x0c','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x1b','\x30','\x0c','\x1c','\x30','\x0c','\xf8','\x30','\x0c','\x60','\x3f','\xfc','\x40','\x10','\x00','\x00','\x1c','\x30','\x00','\x38','\x0e','\x00','\x60','\x07','\x01','\x80','\x03','\x00','\x00','\x00','\x00','\x20','\x0c','\x03','\x3f','\xfe','\xff','\xb1','\x80','\x18','\x31','\x80','\x18','\x31','\x98','\x18','\x3f','\xfc','\x18','\x31','\x80','\x1b','\x31','\x80','\xff','\xb1','\x98','\x18','\x3f','\xfc','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x86','\x18','\x3f','\xff','\x19','\x30','\x06','\x1e','\x00','\x46','\xf8','\x02','\x26','\x70','\x91','\x36','\x40','\x91','\xb6','\x01','\x99','\x8e','\x03','\x98','\x0c','\x03','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7c','\x03','\x03','\xe0','\xff','\xbe','\x00','\x18','\x00','\x04','\x18','\x04','\x07','\x18','\x43','\x0e','\x18','\x31','\x8c','\x18','\x19','\x98','\x1b','\x18','\x10','\xff','\x80','\x00','\x18','\x3f','\xfc','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x1f','\x01','\x80','\xfc','\x71','\x87','\x70','\x61','\x86','\x40','\x61','\x86','\x00','\x61','\x86','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x1c','\x70','\x00','\x18','\x60','\x03','\x18','\x64','\xff','\xff','\xfe','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x00','\x00','\x18','\x40','\x18','\x1b','\x7f','\xfc','\xff','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x19','\x03','\x04','\x1e','\xff','\xfe','\xf8','\x03','\x00','\x70','\x03','\x08','\x40','\x7f','\xfc','\x00','\x03','\x00','\x00','\x03','\x02','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x03','\x01','\x8c','\xff','\xbf','\xfe','\x18','\x08','\x20','\x18','\x04','\x30','\x18','\x06','\x20','\x18','\x02','\x46','\x18','\xff','\xff','\x1b','\x00','\x00','\xff','\x9f','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\x1f','\xf8','\x1e','\x01','\x80','\xf8','\x01','\x86','\x70','\xff','\xff','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0c','\xc0','\x00','\x8c','\xc8','\x06','\x4c','\xce','\xff','\x6c','\xcc','\x18','\x6c','\xd0','\x18','\x0c','\xc0','\x19','\xff','\xfe','\x18','\x20','\x20','\x1a','\x18','\x30','\xff','\x08','\x40','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x7f','\xfc','\x18','\x03','\x00','\x19','\x03','\x06','\x1e','\xff','\xff','\xf8','\x06','\x80','\x70','\x0c','\x40','\x40','\x0c','\x60','\x00','\x18','\x38','\x00','\x30','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x10','\x60','\xe0','\x1f','\xf0','\xc0','\x18','\x60','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe3','\x18','\x18','\x01','\x10','\x18','\x00','\x24','\x1f','\xef','\xfe','\x3c','\x60','\xc0','\x2c','\x60','\xc4','\x2c','\x6f','\xfe','\x4c','\x60','\xc0','\x8f','\xe0','\xc0','\x0c','\x60','\xc0','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x80','\x00','\x18','\x60','\x00','\x18','\x26','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x0c','\x60','\x03','\x1f','\xf0','\xff','\xb0','\x40','\x18','\x60','\x86','\x18','\xff','\xff','\x18','\x61','\x86','\x18','\x63','\x66','\x18','\x6c','\x26','\x1b','\x60','\x06','\xff','\xbf','\xfc','\x18','\x20','\x04','\x18','\x3f','\xfc','\x18','\x20','\x04','\x18','\x3f','\xfc','\x18','\x20','\x04','\x19','\x3f','\xfc','\x1e','\x0c','\x00','\xf8','\x1f','\xf8','\x70','\x34','\x30','\x40','\x62','\x60','\x00','\xc1','\xc0','\x03','\x07','\x7f','\x00','\x38','\x1e','\x00','\x38','\xe0','\x00','\x30','\xc6','\x0c','\x30','\xff','\xff','\xfe','\xc0','\x31','\x08','\xc0','\x30','\x8c','\xfe','\x30','\x88','\x06','\x30','\x10','\x06','\x33','\xfe','\x86','\x30','\x00','\xfe','\xfc','\x00','\xc0','\x31','\xfc','\xc0','\x31','\x8c','\xfe','\x31','\x8c','\xc0','\x31','\xfc','\xc0','\x31','\x8c','\xfe','\x31','\x8c','\xc0','\x3d','\xfc','\xc0','\xf1','\x8c','\xfe','\x61','\x8c','\xc0','\x41','\x8c','\xc2','\x01','\x8c','\xc3','\x01','\xbc','\xff','\x01','\x98','\x7e','\x00','\x42','\x42','\x00','\x7f','\x7f','\x03','\x42','\x42','\xff','\xc2','\x42','\x18','\x7e','\x7e','\x18','\x42','\x42','\x18','\x42','\x42','\x18','\x7e','\x7e','\x18','\x42','\x42','\x1b','\x42','\x42','\xff','\xfe','\x7e','\x18','\x20','\x20','\x18','\x36','\x36','\x18','\x62','\x63','\x18','\x80','\x83','\x18','\x06','\x00','\x19','\xff','\xff','\x1e','\x0c','\x30','\xf8','\x18','\x30','\x70','\x3f','\x60','\x40','\x31','\xc0','\x00','\x03','\x78','\x00','\x0c','\x1e','\x00','\x70','\x06','\x00','\x04','\x04','\x00','\x42','\x07','\x03','\x23','\x06','\xff','\xb1','\x0c','\x18','\x11','\x8c','\x18','\x19','\x88','\x18','\x19','\x98','\x18','\x18','\x10','\x18','\x00','\x20','\x1b','\x04','\x00','\xff','\x87','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x18','\xff','\xff','\x18','\x0c','\x30','\x18','\x0c','\x30','\x19','\x18','\x60','\x1e','\x18','\x60','\xf8','\x36','\xc0','\x70','\x31','\x80','\x40','\x03','\x60','\x00','\x06','\x38','\x00','\x18','\x1c','\x00','\xe0','\x0c','\x0e','\x00','\x18','\x0c','\x08','\xfc','\x0c','\x0f','\xd0','\x0c','\x6c','\x10','\xff','\xfc','\x10','\x1a','\x0c','\x90','\x1a','\x0c','\x90','\x11','\x0c','\x90','\x31','\x8c','\x90','\x20','\xcc','\x90','\x5e','\xfc','\x90','\x80','\x6c','\x90','\x00','\x0c','\x90','\x7f','\x8c','\x90','\x18','\x0c','\x90','\x19','\x8c','\x98','\x3f','\xcc','\x88','\x31','\x88','\x88','\x01','\x88','\x88','\x03','\x98','\xac','\x03','\x10','\xac','\x07','\x17','\xf7','\x3e','\x23','\x16','\x0c','\x40','\x06','\x1c','\x03','\x1c','\x18','\x8f','\x98','\x18','\xfa','\x18','\x18','\x82','\x18','\xff','\x82','\xff','\x00','\x92','\x00','\x44','\x92','\x44','\x26','\x92','\x26','\x24','\x92','\x24','\x24','\x92','\x24','\x08','\x92','\x08','\xff','\x92','\xff','\x18','\x92','\x18','\x18','\x92','\x18','\x1b','\x92','\x18','\xfc','\x93','\xff','\x78','\x91','\x18','\x58','\x91','\x18','\x18','\x91','\x18','\x11','\x95','\x98','\x31','\x15','\x98','\x21','\xfe','\xf8','\x42','\x62','\xd8','\x84','\x00','\xd8','\x00','\x00','\xe0','\x00','\x60','\xc0','\xff','\xf0','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\xc0','\xc6','\x3f','\xef','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x38','\xc0','\xc0','\x34','\xc0','\xc0','\x36','\xc0','\xc0','\x36','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc2','\x30','\xc0','\xc2','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x18','\x00','\x60','\x3c','\xff','\xf0','\xf0','\x30','\x03','\xc0','\x30','\x0c','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\xc0','\xc0','\x3f','\xe0','\xc6','\x30','\xdf','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x38','\xc0','\xc0','\x34','\xc0','\xc0','\x36','\xc0','\xc0','\x36','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc2','\x30','\xc0','\xc2','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x02','\x00','\x80','\x03','\x80','\x80','\x03','\x00','\x40','\x07','\x20','\x60','\x06','\x38','\x38','\x0c','\x30','\x1f','\x18','\x61','\x0e','\x20','\x40','\xc6','\xc0','\x87','\x60','\x0f','\xf8','\x30','\x07','\x80','\x30','\x04','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x03','\x79','\x82','\x06','\x19','\x82','\x06','\x01','\x83','\x7f','\xfd','\xff','\x3f','\x00','\xfe','\x20','\x00','\x00','\x00','\x01','\xc0','\x00','\x61','\x80','\xff','\xf1','\x88','\x30','\x01','\xbc','\x30','\x03','\xe0','\x30','\x1d','\x80','\x30','\x01','\x80','\x30','\xc9','\x9c','\x3f','\xe9','\x98','\x30','\xc9','\x98','\x30','\xc9','\x98','\x30','\xc9','\x98','\x38','\xcf','\xf8','\x34','\xc9','\x84','\x36','\xc1','\x84','\x36','\xc1','\x86','\x30','\xc1','\xfe','\x30','\xc0','\xfc','\x30','\xc0','\x02','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x64','\x20','\xff','\xf7','\x20','\x30','\x06','\x20','\x30','\x06','\x10','\x30','\x06','\x10','\x30','\x04','\x18','\x30','\xcc','\x0c','\x3f','\xc8','\x0f','\x30','\xdf','\xfe','\x30','\xe3','\x18','\x30','\xc3','\x18','\x38','\xc3','\x18','\x34','\xc3','\x18','\x36','\xc3','\x18','\x36','\xc6','\x38','\x30','\xc6','\x30','\x30','\xcc','\xf2','\x30','\xd0','\x62','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x10','\x00','\x60','\x78','\xff','\xf1','\xe0','\x30','\x0f','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x98','\x30','\xcf','\xfc','\x3f','\xe1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x8c','\x30','\xdf','\xfe','\x38','\xc1','\x80','\x34','\xc1','\x84','\x36','\xc1','\x84','\x36','\xc1','\x86','\x30','\xc1','\xfe','\x30','\xc0','\xfc','\x30','\xc0','\x02','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x30','\x00','\xc0','\x30','\x00','\x80','\x30','\x00','\x80','\x30','\x09','\x0c','\x30','\xcf','\xfe','\x3f','\xec','\x0c','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x30','\xcf','\xfc','\x38','\xcc','\x0c','\x34','\xcc','\x0c','\x36','\xcc','\x0c','\x36','\xcc','\x0c','\x30','\xcf','\xfc','\x30','\xcc','\x0c','\x30','\xc0','\x02','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x06','\x30','\x0c','\x7f','\x7f','\xfe','\x00','\x46','\x0c','\x00','\x86','\x08','\x00','\x0d','\x10','\x03','\x8c','\x80','\xfc','\x18','\x60','\x70','\x30','\x38','\x40','\xc0','\x1f','\x03','\x00','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x03','\x79','\x82','\x06','\x19','\x82','\x06','\x01','\x83','\x7f','\xfd','\xff','\x3f','\x00','\xfe','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x09','\x06','\x00','\x09','\x06','\x00','\x49','\x26','\x00','\x7f','\xf6','\x18','\x49','\x27','\xfc','\x49','\x26','\x18','\x49','\x26','\x18','\x49','\x27','\x18','\x7f','\xe6','\x98','\x40','\x26','\xd8','\x07','\x06','\xd8','\x06','\x06','\x18','\x06','\x66','\x18','\x7f','\xf6','\x18','\x06','\x06','\x1a','\x06','\x06','\x0a','\x06','\x06','\x0a','\x07','\xe6','\x6e','\xff','\x1f','\x86','\x78','\x0e','\x07','\x40','\x08','\x03','\x00','\xc0','\xe0','\x07','\xe0','\xc4','\x7e','\x00','\xc7','\x06','\x04','\xc6','\x06','\x64','\xc4','\xff','\xf4','\xc8','\x06','\x0d','\xa0','\x0f','\x0d','\xa0','\x0e','\xc1','\x10','\x1e','\x63','\x18','\x36','\x62','\x0f','\xc6','\x04','\x0e','\x06','\x18','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x01','\x80','\x03','\xff','\xc0','\x06','\x41','\x80','\x06','\x31','\x82','\x06','\x11','\x82','\x7f','\xfd','\x83','\x3f','\x01','\xff','\x20','\x00','\xfe','\x00','\x00','\x00','\x00','\xc8','\x0c','\xff','\xef','\xfe','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xfc','\x30','\x0d','\x24','\x31','\x8d','\x24','\x3f','\xcd','\xfc','\x31','\x8d','\x24','\x31','\x8d','\x24','\x31','\x8d','\xfc','\x39','\x88','\x20','\x35','\x88','\x20','\x35','\x99','\xfc','\x35','\x90','\x20','\x31','\xa0','\x20','\x31','\x83','\xfe','\x31','\x80','\x00','\x33','\x80','\x02','\x3d','\x80','\x03','\xf1','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x40','\x60','\x00','\x7f','\xf0','\x06','\x60','\x0f','\xff','\x60','\x03','\x00','\x67','\xc3','\x00','\x64','\x43','\x00','\x64','\x43','\x18','\x64','\x43','\xfc','\x64','\x43','\x18','\x67','\xc3','\x18','\x60','\x03','\x18','\x60','\x03','\x98','\x6f','\xe3','\x58','\x69','\x23','\x58','\x69','\x23','\x58','\x69','\x23','\x18','\x69','\x23','\x18','\x6f','\xe3','\x1a','\x60','\x03','\x0a','\x60','\x03','\x0a','\x60','\x33','\x6e','\x7f','\xff','\x86','\x60','\x0e','\x07','\x60','\x08','\x03','\x07','\x00','\x00','\x06','\x30','\x06','\xff','\xff','\xff','\x06','\x03','\x00','\x46','\x23','\x00','\x7f','\xf3','\x00','\x46','\x23','\x18','\x46','\x23','\xfc','\x7f','\xe3','\x18','\x46','\x23','\x18','\x46','\x23','\x98','\x7f','\xe3','\x58','\x06','\x43','\x58','\x06','\x33','\x58','\xff','\xdb','\x18','\x70','\x1b','\x18','\x01','\x83','\x18','\xff','\xfb','\x1a','\x21','\x83','\x0a','\x31','\x83','\x0a','\x31','\x83','\xee','\x01','\x9f','\x86','\x0f','\x8e','\x07','\x03','\x08','\x03','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xdf','\xff','\xf0','\x01','\x80','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x21','\x80','\x06','\x19','\x82','\x06','\x09','\x82','\x3f','\xfd','\x83','\x1f','\x01','\xff','\x10','\x00','\xfe','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x04','\x20','\x06','\x06','\x30','\x48','\x0c','\x40','\x31','\x0f','\xfe','\x13','\x98','\x40','\x06','\x2f','\xfc','\x08','\x88','\x40','\xff','\xcf','\xfc','\x63','\x08','\x40','\x06','\x08','\x40','\x18','\x0f','\xfe','\x60','\x08','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x03','\x00','\x00','\x03','\xff','\x80','\x06','\x21','\x82','\x06','\x11','\x82','\x7f','\xfd','\x83','\x3f','\x01','\xff','\x20','\x00','\xfe','\x10','\x60','\xe0','\x1f','\xf0','\xc0','\x18','\x60','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe1','\x18','\x18','\x01','\x10','\x18','\x0f','\xfe','\x1f','\xe0','\xc0','\x3c','\x60','\xc4','\x2c','\x6f','\xfe','\x2c','\x60','\xc0','\x4f','\xe0','\xc0','\x8c','\x60','\xc0','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x01','\x80','\x00','\x01','\xff','\x80','\x03','\x21','\x80','\x03','\x19','\x82','\x06','\x09','\x82','\x7f','\xfd','\x83','\x3f','\x01','\xff','\x20','\x00','\xfe','\x04','\x1c','\x40','\x03','\x18','\x70','\x01','\x98','\x60','\x11','\x98','\xc0','\x10','\x19','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x60','\xe0','\xff','\xf0','\xc0','\x06','\x04','\xc0','\x06','\x06','\xc0','\x46','\x66','\xc0','\x7f','\xe4','\xcc','\x66','\x67','\xfe','\x66','\x6c','\xc0','\x66','\x68','\xc0','\x7f','\xf0','\xc0','\x66','\x60','\xcc','\x66','\x6f','\xfe','\x66','\x60','\xc0','\x7f','\xe0','\xc0','\x06','\x00','\xc0','\x26','\x00','\xc0','\x16','\x00','\xc6','\x1c','\x1f','\xff','\x0c','\x00','\x00','\x0e','\x00','\x00','\x1b','\xc0','\x00','\x11','\xff','\xff','\x20','\x3f','\xfe','\xc0','\x00','\x00','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x43','\x00','\x00','\x34','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x00','\x30','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\x10','\x00','\x80','\x1c','\x20','\x40','\x38','\x10','\x20','\x30','\x08','\x30','\x30','\x0c','\x18','\x60','\x06','\x18','\x40','\x06','\x00','\xc0','\x10','\x00','\x98','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x00','\x01','\x80','\x00','\x01','\x80','\x40','\xc3','\x40','\x7f','\xe3','\x40','\x64','\xc2','\x20','\x64','\xc6','\x30','\x64','\xc4','\x18','\x64','\xc8','\x1c','\x64','\xd0','\x0f','\x7f','\xe0','\x06','\x64','\xce','\x38','\x64','\xcc','\x30','\x64','\xcc','\x30','\x64','\xcc','\x30','\x64','\xcc','\x30','\x64','\xcc','\x30','\x7f','\xcc','\x30','\x60','\xcc','\x30','\x60','\x0c','\x30','\x00','\x08','\x30','\x00','\x18','\x30','\x00','\x10','\x30','\x00','\x20','\x30','\x00','\x40','\x30','\x00','\x07','\x38','\x00','\x06','\x30','\x40','\xc6','\x30','\x7f','\xe6','\x30','\x64','\xc6','\x30','\x64','\xc6','\x34','\x64','\xff','\xfe','\x64','\xc6','\x30','\x64','\xc6','\x30','\x7f','\xc6','\x30','\x64','\xc6','\x30','\x64','\xc6','\x30','\x64','\xc6','\x36','\x64','\xff','\xff','\x64','\xc6','\x30','\x64','\xc6','\x30','\x7f','\xc6','\x30','\x60','\xc6','\x30','\x60','\x0c','\x30','\x00','\x0c','\x30','\x00','\x08','\x30','\x00','\x18','\x30','\x00','\x10','\x30','\x00','\x60','\x30','\x00','\x01','\xc0','\x00','\x01','\x80','\x40','\xc1','\x80','\x7f','\xe1','\x80','\x64','\xc1','\x8c','\x64','\xdf','\xfe','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x7f','\xc1','\x80','\x64','\xc1','\x86','\x64','\xff','\xff','\x64','\xc3','\x40','\x64','\xc3','\x40','\x64','\xc3','\x40','\x64','\xc6','\x60','\x7f','\xc6','\x20','\x60','\xc4','\x30','\x60','\x0c','\x30','\x00','\x08','\x18','\x00','\x10','\x1f','\x00','\x20','\x0e','\x00','\xc0','\x06','\x00','\x01','\x80','\x00','\x01','\x80','\x40','\xc3','\x40','\x7f','\xe3','\x40','\x64','\xc2','\x20','\x64','\xc6','\x30','\x64','\xc4','\x18','\x64','\xc9','\x1c','\x64','\xd1','\xcf','\x7f','\xe3','\x86','\x64','\xc3','\x00','\x64','\xc6','\x20','\x64','\xcc','\x38','\x64','\xd0','\x70','\x64','\xc0','\xe0','\x64','\xc1','\x88','\x7f','\xc3','\x0e','\x60','\xcc','\x1c','\x60','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x07','\x00','\x40','\x06','\x00','\x70','\x06','\x00','\x60','\x06','\x18','\x60','\xff','\xfc','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x40','\x30','\x60','\x7f','\xf8','\xc0','\x62','\x30','\xc0','\x62','\x30','\xc0','\x62','\x30','\xc0','\x62','\x30','\xc0','\x62','\x30','\x80','\x7f','\xf0','\x80','\x62','\x30','\x88','\x62','\x31','\x84','\x62','\x31','\x04','\x62','\x31','\x06','\x62','\x31','\x3e','\x7f','\xf7','\xe3','\x60','\x33','\x83','\x60','\x32','\x03','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\xe1','\x00','\x00','\x80','\xc0','\x01','\x00','\x70','\x3f','\xff','\xb8','\x1f','\x80','\x18','\x10','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xe1','\x00','\x01','\xc0','\x80','\x03','\x80','\x60','\x06','\x00','\x38','\x0f','\xff','\xff','\x36','\x18','\x6e','\xc6','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x40','\xc0','\xc0','\x7f','\xe0','\xc0','\x64','\xc0','\xc6','\x64','\xff','\xff','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc3','\x44','\x7f','\xc3','\x47','\x64','\xc6','\x46','\x64','\xc6','\x24','\x64','\xce','\x28','\x64','\xd6','\x20','\x64','\xe6','\x30','\x64','\xc6','\x10','\x7f','\xc6','\x18','\x60','\xc6','\x18','\x00','\x06','\x0c','\x00','\x06','\xcf','\x00','\x3f','\x06','\x00','\x1c','\x06','\x00','\x10','\x00','\x00','\x00','\xe0','\x00','\x00','\xc0','\x40','\xc0','\xc0','\x7f','\xe0','\xcc','\x64','\xcf','\xfe','\x64','\xc0','\xc0','\x64','\xc0','\xc0','\x64','\xc0','\xc0','\x64','\xc0','\xc6','\x64','\xdf','\xff','\x7f','\xc0','\x00','\x64','\xc0','\x18','\x64','\xc0','\x1a','\x64','\xdf','\xff','\x64','\xc0','\x18','\x64','\xc8','\x18','\x64','\xc6','\x18','\x7f','\xc3','\x18','\x60','\xc3','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x80','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x81','\xc0','\x06','\x43','\x80','\x38','\x6e','\x00','\x00','\x3c','\x00','\x00','\xe7','\x00','\x03','\x81','\xf0','\x1e','\x00','\x7f','\xe3','\xff','\xce','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x40','\xc3','\x40','\x7f','\xe3','\x40','\x64','\xc2','\x20','\x64','\xc6','\x30','\x64','\xc4','\x18','\x64','\xc8','\x1c','\x64','\xd0','\x0f','\x7f','\xef','\xf6','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x8c','\x64','\xff','\xfe','\x64','\xc1','\x80','\x64','\xc1','\x80','\x7f','\xd1','\x90','\x60','\xdd','\x88','\x60','\x19','\x8c','\x00','\x31','\x86','\x00','\x21','\x86','\x00','\x41','\x86','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x40','\xc1','\x86','\x7f','\xff','\xff','\x64','\xc1','\x80','\x64','\xc3','\x40','\x64','\xc3','\x30','\x64','\xc6','\x18','\x64','\xc8','\x18','\x64','\xc0','\x06','\x7f','\xff','\xff','\x64','\xc0','\x0c','\x64','\xc0','\x0c','\x64','\xc8','\xcc','\x64','\xcf','\xcc','\x64','\xcc','\xcc','\x64','\xcc','\xcc','\x7f','\xcc','\xcc','\x60','\xcf','\xcc','\x60','\x0c','\xcc','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x04','\x1c','\x40','\x03','\x18','\x70','\x01','\x98','\x60','\x11','\x98','\xc0','\x10','\x19','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x03','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x1f','\xfc','\x43','\x18','\x8c','\x7f','\x18','\x8c','\x63','\x1f','\xfc','\x60','\x18','\x8c','\x60','\x18','\x8c','\x63','\x1f','\xfc','\xff','\x00','\x00','\xc3','\xff','\xff','\x23','\x00','\x00','\x23','\x1f','\xfc','\xfb','\x18','\x8c','\x23','\x18','\x8c','\x23','\x1f','\xfc','\x2b','\x18','\x8c','\xf3','\x18','\x8c','\x43','\x1f','\xfc','\x07','\x00','\x00','\x06','\x00','\x06','\x3e','\x7f','\xff','\x0c','\x00','\x00','\x00','\x01','\x80','\x00','\x01','\x00','\x41','\x3f','\xfc','\x7f','\x81','\x00','\x49','\x01','\x00','\x49','\x1f','\xf8','\x49','\x00','\x02','\x49','\x7f','\xff','\x49','\x00','\x02','\x7f','\x1f','\xf4','\x49','\x01','\x00','\x49','\x01','\x00','\x49','\x3f','\xf8','\x49','\x00','\x00','\x49','\xff','\xff','\x49','\x00','\x0c','\x7f','\x00','\x0c','\x41','\x7e','\xff','\x40','\x66','\x0c','\x00','\x66','\xcc','\x00','\x66','\x4c','\x00','\x7e','\x0c','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x03','\x80','\x00','\x03','\x00','\x40','\xc3','\x04','\x7f','\xff','\xfe','\x64','\xc3','\x00','\x64','\xc3','\x08','\x64','\xdf','\xfc','\x64','\xc3','\x00','\x64','\xc3','\x00','\x7f','\xc3','\x04','\x64','\xff','\xfe','\x64','\xc6','\x00','\x64','\xc6','\x18','\x64','\xc4','\x1a','\x64','\xff','\xff','\x64','\xcc','\x18','\x7f','\xca','\x18','\x60','\xd9','\x18','\x60','\x11','\x98','\x00','\x31','\x98','\x00','\x20','\x18','\x00','\x40','\x18','\x01','\x80','\xf8','\x00','\x00','\x30','\x02','\x00','\x40','\x03','\xff','\xe0','\x02','\x10','\x40','\x03','\xff','\xc0','\x02','\x10','\x40','\x03','\xff','\xc0','\x00','\x00','\x00','\x1f','\xe7','\xf8','\x12','\x24','\x88','\x1f','\xe7','\xf8','\x12','\x24','\x88','\x1f','\xe7','\xf8','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xc3','\xff','\xc4','\xc3','\x00','\xc8','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x02','\x00','\x40','\x03','\xff','\xe0','\x02','\x10','\x40','\x03','\xff','\xc0','\x02','\x10','\x40','\x03','\xff','\xc0','\x00','\x00','\x00','\x3f','\xc3','\xfc','\x24','\x42','\x44','\x3f','\xc3','\xfc','\x24','\x42','\x44','\x3f','\xc3','\xfc','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x61','\x80','\x06','\xc1','\x81','\x84','\xc3','\xff','\xc8','\x03','\x01','\x80','\x06','\x61','\x80','\x06','\x33','\x80','\x00','\x33','\x00','\x00','\x03','\x06','\xff','\xff','\xff','\x04','\x00','\x20','\x07','\xff','\xf0','\x04','\x10','\x20','\x07','\xff','\xe0','\x04','\x10','\x20','\x04','\x10','\x20','\x07','\xff','\xe0','\x18','\x00','\x18','\x06','\x00','\x60','\x00','\xe7','\x00','\x0f','\x00','\xf0','\x24','\x00','\x36','\x3f','\xff','\xff','\x60','\x00','\x06','\xc3','\xff','\xc4','\xc3','\x00','\xc8','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x00','\x00','\x6c','\x00','\x06','\x6c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x10','\x01','\x80','\x30','\x01','\x80','\x20','\x01','\x80','\x40','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x10','\x00','\x4c','\x1c','\x00','\x6c','\x18','\x00','\x6c','\x18','\xc0','\x0c','\x3f','\xe0','\x0c','\x30','\xc0','\x0c','\x61','\x80','\xfc','\x41','\x80','\x6c','\x83','\x00','\x4d','\x03','\x80','\x0c','\x06','\x80','\x18','\x04','\xc0','\x18','\x0c','\x40','\x10','\x18','\x60','\x30','\x30','\x30','\x20','\x60','\x38','\x40','\xc0','\x1f','\x01','\x80','\x0e','\x06','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x03','\x80','\x6c','\x03','\x00','\x6c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xe3','\x0e','\x0c','\xc3','\x0c','\xfc','\xc3','\x0c','\x6c','\xc3','\x0c','\x4c','\xc3','\x0c','\x0c','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x10','\xc3','\x0c','\x30','\xc3','\x0c','\x20','\xc3','\x0c','\x40','\xff','\xfc','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x06','\x00','\x8c','\x06','\x00','\x4c','\x0d','\x00','\x6c','\x0c','\x80','\x6c','\x18','\x60','\x0c','\x30','\x38','\x0c','\x60','\x1f','\x0d','\x80','\x06','\xfc','\x38','\x70','\x6c','\x30','\x60','\x4c','\x30','\x60','\x0c','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x10','\x30','\x60','\x30','\x60','\x60','\x20','\x60','\x60','\x40','\x40','\x60','\x00','\x80','\x60','\x03','\x00','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x1c','\x80','\x4c','\x18','\x60','\x6c','\x18','\x20','\x6c','\x18','\x0c','\x0d','\xff','\xfe','\x0c','\x18','\x00','\x0c','\x19','\xc0','\xfc','\x19','\x80','\x6c','\x19','\x80','\x4c','\x19','\x80','\x0c','\x19','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x10','\x31','\x82','\x30','\x61','\x82','\x20','\x61','\x82','\x40','\xc1','\x83','\x01','\x81','\xff','\x06','\x00','\xfe','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\xe0','\x00','\x6c','\xc0','\x00','\x6c','\xc0','\x86','\x0c','\xcc','\xff','\x0f','\xfe','\xc6','\x0c','\xcc','\xc6','\xfc','\xcc','\xc6','\x6c','\xcc','\xc6','\x4c','\xcc','\xc6','\x0c','\xcc','\xc6','\x18','\xcc','\xc6','\x18','\xcc','\xc6','\x11','\x8c','\xc6','\x31','\x8c','\xc6','\x21','\x1c','\xfe','\x43','\x18','\xc6','\x02','\x78','\xc6','\x0c','\x30','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x70','\x70','\x6c','\x60','\x60','\x6c','\x60','\x66','\x0f','\xff','\xff','\x0c','\x60','\x60','\x0c','\x60','\x60','\xfc','\x60','\x60','\x6c','\x60','\x60','\x4c','\x60','\x60','\x0c','\x7f','\xe0','\x18','\x60','\x60','\x18','\x60','\x60','\x10','\x60','\x60','\x30','\x60','\x60','\x20','\x60','\x60','\x40','\x7f','\xe0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x06','\x00','\x6c','\x06','\x0c','\x6d','\xff','\xfe','\x0c','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\xfc','\x08','\x80','\x6c','\x90','\xe0','\x4c','\x61','\xc0','\x0c','\x31','\x80','\x18','\x33','\x00','\x18','\x06','\x00','\x10','\x04','\x20','\x30','\x08','\x10','\x20','\x10','\x18','\x41','\xff','\xfc','\x00','\xf8','\x0c','\x00','\x80','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x38','\xe0','\x6c','\x30','\xc0','\x6c','\x30','\xc0','\x0d','\x30','\xc4','\x0d','\x34','\xc7','\x0d','\x3e','\xce','\xfd','\x30','\xd8','\x6d','\x30','\xe0','\x4d','\x30','\xc0','\x0d','\x30','\xc0','\x19','\x30','\xc0','\x19','\x30','\xc0','\x11','\x30','\xc2','\x31','\x30','\xc2','\x21','\x3e','\xc2','\x4f','\xf0','\xc3','\x07','\x80','\xff','\x04','\x00','\x7e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x40','\x30','\x6c','\x7f','\xf8','\x6c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\xfc','\x7f','\xf0','\x6c','\x60','\x30','\x4c','\x60','\x30','\x0c','\x60','\x30','\x18','\x60','\x30','\x18','\x7f','\xf0','\x10','\x60','\x30','\x30','\x60','\x30','\x20','\x60','\x30','\x40','\x60','\x36','\x07','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x40','\x30','\x6c','\x7f','\xf8','\x6c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\xfc','\x7f','\xf0','\x6c','\x60','\x30','\x4c','\x60','\x30','\x0c','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x10','\x7f','\xf0','\x30','\x60','\x30','\x20','\x00','\x00','\x40','\x00','\x06','\x07','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x10','\x00','\x8c','\x1c','\x00','\x4c','\x18','\x60','\x6c','\x3f','\xf0','\x6c','\x30','\x60','\x0c','\x68','\xc0','\x0c','\xc5','\x80','\x0d','\x03','\x00','\xfc','\x07','\x80','\x6c','\x0c','\xe0','\x4c','\x18','\x7f','\x0c','\x60','\x1e','\x1b','\x8e','\x06','\x18','\x03','\x80','\x10','\x01','\x80','\x30','\x00','\x00','\x20','\x3c','\x00','\x40','\x07','\xc0','\x00','\x01','\xe0','\x00','\x00','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x20','\x00','\x8c','\x38','\x00','\x4c','\x30','\x18','\x6c','\x3f','\xfc','\x6c','\x60','\x18','\x0c','\x40','\x18','\x0c','\xff','\x18','\x0d','\x03','\x18','\xfe','\x03','\x18','\x6c','\x03','\x18','\x4c','\x43','\x18','\x18','\x7f','\x38','\x18','\x60','\x30','\x18','\x61','\xf0','\x10','\x60','\x62','\x30','\x60','\x02','\x20','\x60','\x02','\x40','\x60','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x00','\x0e','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x06','\x0c','\x6f','\xff','\xfe','\x6c','\x06','\x00','\x0c','\x06','\x18','\x0d','\xff','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\xfc','\xff','\xf8','\x6c','\xc6','\x00','\x4c','\xc6','\x0c','\x0d','\xff','\xfe','\x19','\x8d','\x0c','\x18','\x0d','\x0c','\x10','\x18','\xbc','\x30','\x18','\xd8','\x20','\x30','\x70','\x40','\x60','\x3c','\x01','\x80','\x1f','\x06','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x06','\x00','\x4c','\x06','\x00','\x6c','\x0d','\x00','\x6c','\x18','\x80','\x0c','\x30','\x60','\x0c','\x60','\x38','\x0c','\xc0','\x1f','\xff','\x3f','\xe6','\x6c','\x06','\x00','\x4c','\x06','\x00','\x0c','\x06','\x30','\x18','\xff','\xf8','\x18','\x06','\x00','\x10','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x0c','\x03','\xff','\xfe','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x40','\x8c','\x40','\x70','\x4c','\x30','\x60','\x6c','\x18','\x40','\x6c','\x18','\x98','\x0c','\xff','\xfc','\x0c','\x06','\x00','\x0c','\x06','\x00','\xfc','\x06','\x18','\x6c','\xff','\xfc','\x4c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x06','\x1b','\xff','\xff','\x10','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4d','\xff','\xfc','\x6c','\x42','\x10','\x6c','\x63','\x18','\x0c','\xc6','\x30','\x0c','\x84','\x20','\x0d','\x08','\x40','\xfc','\x84','\x20','\x6c','\x42','\x10','\x4c','\x63','\x18','\x0c','\x63','\x18','\x18','\x00','\x00','\x19','\xff','\xfc','\x10','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x06','\x07','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x06','\x00','\x6c','\x06','\x0c','\x6d','\xff','\xfe','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\xfc','\x06','\x18','\x6c','\xff','\xfc','\x4c','\x00','\x00','\x0c','\x04','\x00','\x18','\x1b','\x00','\x18','\x99','\x90','\x10','\x99','\x8c','\x31','\x98','\x26','\x21','\x98','\x23','\x43','\x18','\x33','\x03','\x1f','\xf0','\x00','\x0f','\xe0','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x0c','\x4d','\xff','\xfe','\x6c','\x03','\x00','\x6c','\x07','\x00','\x0c','\x0e','\x00','\x0c','\x1e','\x70','\x0c','\x36','\x1c','\xfc','\x66','\x0e','\x6d','\x86','\x06','\x4c','\x06','\x00','\x0c','\x06','\x00','\x18','\x80','\x18','\x18','\xff','\xfc','\x10','\xc0','\x18','\x30','\xc0','\x18','\x20','\xc0','\x18','\x40','\xc0','\x18','\x00','\xff','\xf8','\x00','\xc0','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4d','\x18','\x06','\x6d','\xff','\xff','\x6d','\x98','\x0c','\x0d','\x98','\x0c','\x0d','\x93','\xcc','\x0d','\x92','\x4c','\xfd','\xa2','\x4c','\x6d','\x92','\x4c','\x4d','\x92','\x4c','\x0d','\x9a','\x4c','\x19','\x9a','\x4c','\x19','\x9b','\xcc','\x11','\x98','\x0c','\x31','\xf8','\x0c','\x21','\xb0','\x0c','\x41','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\xe0','\x4c','\x07','\xf0','\x6c','\xfe','\x00','\x6c','\x06','\x06','\x0f','\xff','\xff','\x0c','\x1e','\x80','\x0c','\x36','\x60','\xfc','\x66','\x38','\x6c','\xc6','\x1f','\x4f','\x06','\x06','\x0c','\x18','\x00','\x1b','\xff','\xfe','\x18','\x30','\x60','\x10','\x60','\xc0','\x30','\xff','\x80','\x20','\xc3','\xe0','\x40','\x0e','\x78','\x00','\x38','\x1c','\x03','\xc0','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x80','\x0c','\x4c','\xff','\xfe','\x6c','\xc0','\x0c','\x6c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xdf','\xec','\x0c','\xc3','\x0c','\xfc','\xc3','\x0c','\x6c','\xc3','\x0c','\x4c','\xcf','\xcc','\x0c','\xc8','\x4c','\x18','\xc8','\x4c','\x18','\xc8','\x4c','\x10','\xc8','\x4c','\x30','\xcf','\xcc','\x20','\xc0','\x0c','\x40','\xc0','\x0c','\x00','\xff','\xfc','\x00','\xc0','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x06','\x0c','\x6d','\xff','\xfe','\x6c','\x00','\x00','\x0c','\x20','\x80','\x0c','\x38','\xe0','\x0c','\x30','\xc0','\xfc','\x60','\xc0','\x6c','\x58','\xb0','\x4c','\x8d','\x18','\x0d','\x00','\x18','\x18','\x06','\x00','\x18','\x06','\x06','\x13','\xff','\xff','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x10','\x4c','\x46','\x1c','\x6c','\x46','\x18','\x6c','\xc6','\x20','\x0c','\xcd','\x80','\x0c','\x0c','\x60','\x0c','\x18','\x38','\xfc','\x60','\x1c','\x6d','\x80','\x0c','\x4c','\x07','\x00','\x0c','\x46','\x10','\x18','\x46','\x1c','\x18','\xc6','\x18','\x11','\xcd','\x10','\x31','\x8c','\xa0','\x20','\x1c','\xc0','\x40','\x38','\x70','\x00','\xe0','\x3f','\x07','\x00','\x0e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x04','\x00','\x8c','\x07','\x00','\x4c','\x86','\x0c','\x6c','\xff','\xfe','\x6c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xff','\xfc','\x0c','\xc3','\x0c','\xfc','\xc3','\x0c','\x6c','\xff','\xfc','\x4c','\x10','\x00','\x0c','\x18','\x00','\x18','\x31','\xc0','\x18','\x41','\x86','\x13','\xff','\xff','\x30','\x01','\x80','\x20','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x70','\x70','\x4c','\x60','\x60','\x6c','\x60','\x60','\x6c','\x66','\x66','\x0f','\xff','\xff','\x0c','\x60','\x60','\x0c','\x60','\x60','\xfd','\x69','\x68','\x6d','\x69','\x68','\x4d','\x69','\x68','\x0d','\x69','\x68','\x19','\x69','\x68','\x19','\x69','\x6a','\x11','\x69','\x6a','\x33','\x6b','\x6a','\x22','\x62','\x6f','\x42','\x62','\x67','\x04','\x64','\x60','\x00','\x60','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x70','\x70','\x4c','\x60','\x60','\x6c','\x60','\x60','\x6c','\x66','\x66','\x0f','\xff','\xff','\x0c','\x60','\x60','\x0c','\x60','\x60','\xfc','\xf0','\xf0','\x6c','\xe8','\xf0','\x4c','\xec','\xf0','\x0d','\xed','\xe8','\x19','\x61','\x68','\x19','\x61','\x6c','\x13','\x63','\x67','\x32','\x62','\x66','\x24','\x64','\x62','\x40','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x80','\x30','\x4c','\xff','\xf8','\x6c','\xc0','\x30','\x6c','\xc1','\x30','\x0c','\xc7','\xb0','\x0c','\xdc','\x30','\x0c','\xc4','\x30','\xfc','\xdf','\xb0','\x6c','\xd4','\xb0','\x4c','\xd4','\xb0','\x0c','\xd4','\xb0','\x18','\xdf','\xb0','\x18','\xc4','\x10','\x11','\x84','\x12','\x31','\x85','\x1a','\x21','\x04','\xca','\x43','\x7f','\x6e','\x02','\x38','\x67','\x04','\x00','\x03','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x3f','\xe0','\x4c','\x30','\x60','\x6c','\x30','\x60','\x6c','\x3f','\xe0','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x3f','\xe0','\xfc','\x00','\x06','\x6d','\xff','\xff','\x4c','\x30','\x00','\x0c','\x20','\x0c','\x18','\x7f','\xfe','\x18','\x48','\x8c','\x10','\x98','\x8c','\x33','\x11','\x0c','\x20','\x21','\x1c','\x40','\xc2','\x18','\x00','\x0c','\xf8','\x00','\x00','\x30','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x06','\x00','\x8c','\x0e','\x00','\x4c','\x0d','\x00','\x6c','\x18','\xc0','\x6c','\x30','\x78','\x0c','\xcf','\x9f','\x0f','\x00','\x06','\x0c','\x00','\x00','\xfc','\xfc','\x0e','\x6c','\x84','\xcc','\x4c','\x84','\xcc','\x0c','\xfc','\xcc','\x18','\x84','\xcc','\x18','\x84','\xcc','\x10','\xfc','\xcc','\x30','\x84','\xcc','\x20','\x84','\x0c','\x40','\x84','\x0c','\x00','\x9c','\x7c','\x00','\x8c','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x3f','\xf0','\x6c','\x30','\x30','\x6c','\x30','\x30','\x0c','\x3f','\xf0','\x0c','\x30','\x30','\x0c','\x30','\x30','\xfc','\x3f','\xf0','\x6c','\x00','\x00','\x4c','\x00','\x00','\x0c','\x80','\x0c','\x18','\xff','\xfe','\x18','\xcc','\xcc','\x10','\xcc','\xcc','\x30','\xcc','\xcc','\x20','\xcc','\xcc','\x40','\xcc','\xce','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x06','\x10','\x4c','\x07','\xf8','\x6c','\x86','\x02','\x6c','\xff','\xff','\x0c','\xc0','\x06','\x0c','\xc6','\x04','\x0c','\xc7','\xe0','\xfc','\xfe','\x08','\x6c','\xc6','\x0c','\x4c','\xc3','\xfc','\x0c','\xc0','\x00','\x18','\xa0','\x00','\x18','\xbf','\xfc','\x11','\xb0','\x00','\x31','\x3f','\xfc','\x22','\x30','\x00','\x44','\x30','\x00','\x00','\x3f','\xfc','\x00','\x30','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x06','\x00','\x4d','\xe6','\x3c','\x6c','\x0d','\x00','\x6c','\x0d','\x80','\x0d','\xf8','\xfc','\x0c','\x30','\x60','\x0c','\x60','\x38','\xfc','\xc0','\x1f','\x6f','\x7f','\xf6','\x4c','\x60','\x30','\x0c','\x60','\x30','\x18','\x7f','\xf0','\x18','\x60','\x30','\x10','\x60','\x30','\x30','\x7f','\xf0','\x20','\x60','\x30','\x40','\x60','\x30','\x00','\x61','\xf0','\x00','\x60','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x06','\x00','\x8c','\x0d','\x00','\x4c','\x18','\xc0','\x6c','\x30','\x78','\x6c','\xcf','\x9f','\x0f','\x00','\x06','\x0c','\x7f','\xf0','\x0c','\x60','\x30','\xfc','\x60','\x30','\x6c','\x7f','\xf0','\x4c','\x60','\x30','\x0c','\x60','\x30','\x18','\xff','\xf0','\x18','\xc0','\x00','\x10','\x80','\x00','\x31','\xbf','\xf8','\x21','\x30','\x18','\x42','\x30','\x18','\x04','\x3f','\xf8','\x00','\x30','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x20','\x00','\x8c','\x38','\x98','\x4c','\x30','\xfc','\x6c','\xa4','\x98','\x6c','\xfe','\x98','\x0c','\x8c','\x98','\x0c','\xcd','\x9f','\x0c','\xad','\x0f','\xfc','\xae','\x00','\x6c','\x8c','\x0c','\x4f','\xfd','\xfe','\x0d','\x8c','\x8c','\x18','\x8c','\x8c','\x18','\xac','\x58','\x11','\xac','\x58','\x31','\x2c','\x30','\x21','\x0c','\x70','\x43','\x0c','\x5c','\x02','\x3c','\x8f','\x04','\x1b','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x08','\x00','\x4c','\x9c','\x06','\x6c','\xf3','\xff','\x6c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc8','\x46','\x0c','\xcc','\xc6','\xfc','\xf4','\x9e','\x6d','\xc1','\x0c','\x4c','\x80','\x00','\x0c','\x7f','\xfc','\x18','\x61','\x0c','\x18','\x61','\x0c','\x10','\x7f','\xfc','\x30','\x61','\x0c','\x20','\x61','\x0c','\x40','\x61','\x0c','\x00','\x7f','\xfc','\x00','\x60','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x03','\x80','\x4c','\x03','\x0c','\x6c','\xff','\xfe','\x6c','\x10','\x20','\x0c','\x08','\x42','\x0d','\xff','\xff','\x0c','\x00','\x00','\xfc','\x7f','\xf8','\x6c','\x60','\x18','\x4c','\x7f','\xf8','\x0c','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x10','\x03','\x00','\x30','\x03','\x06','\x21','\xff','\xff','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0e','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x8c','\xff','\xf8','\x4c','\xc2','\x18','\x6c','\xc2','\x18','\x6c','\xff','\xf8','\x0c','\xc2','\x18','\x0c','\xc2','\x18','\x0c','\xff','\xf8','\xfc','\x0c','\x00','\x6c','\x88','\x80','\x4c','\x71','\xc0','\x0c','\x33','\x10','\x18','\x04','\x0c','\x1b','\xff','\xf6','\x11','\xfe','\x06','\x30','\x06','\x00','\x20','\x46','\x60','\x40','\x66','\x18','\x00','\xc6','\x0c','\x03','\x06','\x0c','\x00','\x0e','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x0c','\x02','\x00','\x8c','\x7f','\xf0','\x4c','\x42','\x16','\x6f','\xff','\xff','\x6c','\x42','\x10','\x0c','\x7f','\xf0','\x0c','\x02','\x00','\x0c','\x7f','\xf0','\xfc','\x42','\x10','\x6c','\x42','\x10','\x4c','\x7f','\xf0','\x0c','\x08','\x00','\x18','\x0c','\x06','\x1f','\xff','\xff','\x10','\x38','\x60','\x30','\x70','\xc0','\x20','\x6d','\x80','\x40','\x07','\xe0','\x00','\x1c','\x78','\x01','\xe0','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\xfc','\xfc','\x6c','\xc4','\x8c','\x6c','\xc4','\x8c','\x0c','\xfc','\xfc','\x0c','\xc4','\x8c','\x0c','\xc4','\x8c','\xfc','\xfc','\xfc','\x6c','\xc0','\x0c','\x4c','\xcf','\xcc','\x0c','\xc8','\x4c','\x18','\xc8','\x4c','\x18','\xcf','\xcc','\x10','\xc8','\x4c','\x30','\xc8','\x4c','\x20','\xcf','\xcc','\x40','\xc0','\x0c','\x00','\xc0','\x3c','\x00','\xc0','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x06','\x20','\x4c','\xff','\x30','\x6c','\x0d','\x44','\x6e','\x18','\x86','\x0d','\x98','\xc8','\x0c','\xb0','\x60','\x0c','\x60','\x38','\xfc','\xff','\xff','\x6f','\x18','\xce','\x4c','\x18','\xc0','\x0c','\x18','\xc0','\x19','\xff','\xfc','\x18','\x18','\xc0','\x10','\x18','\xc0','\x30','\x30','\xc2','\x20','\x30','\xc2','\x40','\x60','\xc3','\x00','\xc0','\xff','\x03','\x00','\x7e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x10','\x20','\x4c','\x52','\xa4','\x6c','\x54','\xa8','\x6c','\xb0','\x60','\x0c','\x2c','\x58','\x0c','\x44','\x88','\x0c','\x80','\x06','\xfc','\xff','\xff','\x6d','\x80','\x06','\x4d','\x86','\x04','\x0c','\x06','\x18','\x18','\xff','\xfc','\x18','\x0c','\x18','\x10','\x0c','\x18','\x30','\x18','\x18','\x20','\x18','\x38','\x40','\x30','\x30','\x00','\x61','\xf0','\x01','\x80','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8d','\x04','\x98','\x4d','\xfe','\xfc','\x6d','\x04','\x98','\x6d','\x04','\x98','\x0d','\xfc','\x98','\x0d','\x00','\x9f','\x0d','\x48','\x8f','\xfd','\x49','\x00','\x6d','\xfc','\x0c','\x4d','\x49','\xfe','\x0d','\x48','\x8c','\x19','\x48','\x8c','\x1b','\xfe','\x58','\x12','\x00','\x58','\x32','\x48','\x30','\x26','\x66','\x70','\x44','\xc2','\x5c','\x08','\x80','\x8f','\x01','\x03','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x18','\x60','\x4d','\xff','\xfe','\x6c','\x10','\x40','\x6c','\x10','\x40','\x0c','\x7f','\xf8','\x0c','\x42','\x08','\x0c','\x7f','\xf8','\xfc','\x42','\x08','\x6c','\x42','\x08','\x4c','\x7f','\xf8','\x0d','\x02','\x06','\x19','\xff','\xff','\x19','\x82','\x06','\x11','\x82','\x46','\x31','\x82','\x26','\x21','\xbf','\xe6','\x41','\x9c','\x26','\x01','\x80','\x1e','\x01','\x80','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\xc0','\x0c','\x4c','\x89','\xfe','\x6c','\x9c','\x18','\x6c','\xe0','\x90','\x0c','\x88','\x60','\x0c','\x8c','\x22','\x0c','\x7d','\xff','\xfc','\x00','\x26','\x6c','\x80','\x24','\x4c','\xf9','\x20','\x0c','\xa1','\x24','\x19','\x21','\x3e','\x1b','\xfd','\x20','\x10','\x21','\x20','\x30','\x61','\x20','\x20','\x5b','\xa0','\x40','\x4a','\x60','\x00','\x82','\x3f','\x03','\x04','\x0e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x20','\x20','\x8c','\x30','\x60','\x4d','\xff','\xfc','\x6c','\x02','\x00','\x6c','\xff','\xf8','\x0c','\x02','\x00','\x0f','\xff','\xfe','\x0c','\x18','\x40','\xfc','\x32','\x20','\x6c','\x7f','\xf8','\x4c','\xe0','\x2f','\x0f','\x3f','\xe6','\x18','\x20','\x20','\x18','\x20','\x20','\x10','\x3f','\xe8','\x30','\x20','\x0c','\x20','\x21','\x98','\x41','\xfe','\x70','\x00','\xf0','\x1c','\x00','\x80','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x3f','\xf8','\x4c','\x81','\x02','\x6c','\xff','\xff','\x6d','\x81','\x02','\x0d','\xb9','\x38','\x0c','\x01','\x00','\x0c','\x79','\x3c','\xfc','\x20','\x80','\x6c','\x30','\xc0','\x4c','\x7f','\xfe','\x0c','\x60','\x80','\x18','\xff','\xfc','\x19','\x60','\x80','\x12','\x60','\x80','\x30','\x7f','\xfc','\x20','\x60','\x80','\x40','\x60','\x82','\x00','\x7f','\xff','\x00','\x60','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x30','\x02','\x4c','\x21','\xff','\x6f','\xfe','\x30','\x6c','\x20','\x20','\x0c','\x20','\xfe','\x0d','\xfc','\x82','\x0d','\x24','\x82','\xfd','\x24','\xfe','\x6d','\x24','\x82','\x4d','\xfc','\x82','\x0c','\x20','\xfe','\x18','\x70','\x82','\x18','\x68','\x82','\x10','\xac','\xfe','\x30','\xa4','\x00','\x21','\x24','\x48','\x42','\x20','\x66','\x00','\x20','\xc3','\x00','\x21','\x03','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x10','\x30','\x4c','\x78','\x20','\x6d','\xc3','\xfe','\x6c','\x40','\x20','\x0c','\x43','\xfe','\x0f','\xf8','\x20','\x0c','\x47','\xff','\xfc','\x40','\x00','\x6c','\xe1','\xfc','\x4c','\xd9','\x04','\x0c','\xc9','\xfc','\x19','\x41','\x04','\x19','\x41','\xfc','\x12','\x41','\x04','\x34','\x41','\xfc','\x20','\x40','\x80','\x40','\x40','\xc8','\x00','\x41','\x86','\x00','\x42','\x02','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x80','\x00','\x4c','\xff','\xfe','\x6c','\x84','\x10','\x6c','\x84','\x10','\x0c','\xbf','\x7e','\x0c','\x8c','\x30','\x0c','\x8f','\x38','\xfc','\x95','\x57','\x6c','\xa4','\x92','\x4c','\x84','\x10','\x0c','\x80','\x00','\x19','\x80','\xe0','\x19','\x1c','\xcc','\x11','\x18','\xfe','\x33','\x18','\xc0','\x22','\x18','\xc0','\x44','\x18','\xc6','\x08','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x40','\x04','\x4c','\x60','\x86','\x6c','\x7e','\x44','\x6c','\xc4','\x4c','\x0c','\x88','\x08','\x0d','\xfe','\xfe','\x0e','\x92','\x10','\xfc','\x92','\x10','\x6c','\xfe','\x10','\x4c','\x92','\xfe','\x0c','\x92','\x10','\x18','\x92','\x10','\x18','\xfe','\x10','\x10','\x01','\xff','\x31','\x00','\x10','\x21','\x52','\x10','\x43','\x49','\x10','\x06','\x49','\x10','\x06','\x00','\x10','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x92','\x44','\x4c','\x92','\x66','\x6d','\x24','\x64','\x6c','\x92','\x48','\x0c','\x92','\x7f','\x0c','\x00','\xc8','\x0c','\xfc','\xc8','\xfc','\x85','\x48','\x6c','\xfc','\x7e','\x4c','\x00','\x48','\x0d','\xfe','\x48','\x19','\x22','\x48','\x19','\x22','\x7e','\x11','\xfe','\x48','\x31','\x00','\x48','\x21','\x04','\x48','\x41','\x06','\x48','\x01','\xfe','\x7f','\x00','\xfc','\x40','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x30','\x02','\x4c','\x21','\xff','\x6f','\xfe','\x30','\x6c','\x20','\x20','\x0d','\xfc','\xfe','\x0d','\x04','\x82','\x0d','\xfc','\x82','\xfd','\x04','\xfe','\x6d','\x04','\x82','\x4d','\xfc','\x82','\x0d','\x04','\xfe','\x19','\x04','\x82','\x19','\xfc','\x82','\x10','\x00','\xfe','\x37','\xff','\x00','\x21','\x10','\x48','\x41','\x8c','\x66','\x03','\x04','\xc3','\x04','\x01','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x40','\x3f','\xf8','\x60','\x00','\x34','\xc0','\x00','\x65','\x08','\x10','\x62','\x0c','\x0c','\xc3','\x18','\x05','\x81','\xa0','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x38','\x18','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x40','\x3f','\xf8','\x60','\x00','\x34','\xc0','\x00','\x65','\x08','\x10','\x62','\x0c','\x0c','\xc3','\x18','\x05','\x81','\xa0','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x01','\xb8','\x1b','\xff','\xdf','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\xc0','\x01','\x80','\xfc','\x06','\x00','\x78','\x38','\x00','\x18','\x00','\x18','\x20','\x1f','\xf8','\x30','\x00','\x34','\x64','\x10','\x62','\x86','\x0c','\xc1','\x0c','\x05','\x80','\xd0','\x03','\x00','\x60','\x06','\x00','\x38','\x0f','\xcf','\xdf','\x30','\xcc','\xce','\xc0','\xcc','\xc6','\x10','\xc8','\xc0','\x1f','\xd8','\xfc','\x18','\x10','\x7c','\x18','\x20','\x00','\x1f','\xdf','\xf0','\x18','\xc8','\x30','\x00','\xc4','\x60','\x00','\xc4','\x60','\x01','\xc2','\xc0','\x01','\x81','\x80','\x03','\x83','\x60','\x1f','\x0c','\x3e','\x06','\x30','\x0c','\x00','\x20','\x00','\x00','\x38','\x00','\x10','\x30','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x30','\x00','\x00','\x00','\x07','\x00','\xc0','\x06','\x07','\xe0','\x06','\x3f','\x00','\x07','\xe0','\x00','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x00','\x06','\x07','\xff','\xfe','\x03','\xff','\xfc','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x08','\x60','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x06','\x30','\x00','\x86','\x00','\x00','\xe6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x08','\x00','\x00','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x49','\x98','\x00','\x7f','\xd8','\x00','\x61','\x98','\x00','\x61','\x98','\x00','\x61','\x98','\x0c','\x61','\x9f','\xfe','\x61','\x9a','\x0c','\x7f','\x9a','\x0c','\x61','\x99','\x18','\x61','\x99','\x18','\x61','\x99','\x90','\x61','\x98','\xb0','\x61','\x98','\xe0','\x7f','\xb0','\x40','\x61','\xb0','\xe0','\x60','\x20','\xa0','\x00','\x61','\xb0','\x00','\x43','\x18','\x00','\x86','\x1f','\x01','\x0c','\x0e','\x00','\x30','\x06','\x00','\x20','\x00','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xe2','\x00','\x01','\xc1','\x80','\x07','\x1c','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x07','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x01','\xc0','\x08','\x01','\x80','\x0e','\x01','\x80','\x0c','\x01','\x86','\x49','\xbf','\xff','\x7f','\xc0','\x00','\x61','\x88','\x20','\x61','\x8e','\x18','\x61','\x8c','\x0c','\x61','\x98','\x0e','\x61','\x90','\x06','\x7f','\xa4','\x20','\x61','\x84','\x38','\x61','\x82','\x30','\x61','\x82','\x60','\x61','\x81','\x60','\x61','\x81','\xc0','\x7f','\x80','\x80','\x61','\x81','\xc0','\x60','\x03','\x60','\x00','\x06','\x38','\x00','\x0c','\x1f','\x00','\x18','\x0e','\x00','\x60','\x06','\x00','\x01','\xc0','\x10','\x01','\x80','\x1c','\x21','\x80','\x18','\x21','\x86','\x53','\x7f','\xff','\x7f','\xe0','\x06','\x63','\x60','\x04','\x63','\x00','\x00','\x63','\x00','\x18','\x63','\x3f','\xfc','\x63','\x00','\x00','\x7f','\x00','\x00','\x63','\x00','\x0c','\x63','\x7f','\xfe','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x7f','\x0c','\x60','\x63','\x0c','\x60','\x60','\x18','\x62','\x00','\x18','\x62','\x00','\x10','\x63','\x00','\x20','\x7f','\x00','\xc0','\x3e','\x00','\x01','\xc0','\x08','\x11','\x80','\x0e','\x1d','\x80','\x0c','\x19','\x80','\x49','\x99','\x8c','\x7f','\x9f','\xfe','\x61','\xb1','\x80','\x61','\xa1','\x80','\x61','\xc1','\x80','\x61','\x81','\x80','\x61','\x81','\x86','\x7f','\xff','\xff','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x90','\x18','\x61','\x9f','\xfc','\x61','\x98','\x18','\x7f','\x98','\x18','\x61','\x98','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x07','\x00','\x0c','\x06','\x04','\x3e','\x06','\x67','\xe0','\xff','\xf6','\x00','\x0e','\x06','\x06','\x0e','\x07','\xff','\x1f','\x06','\x30','\x16','\xc6','\x30','\x36','\x66','\x30','\x26','\x64','\x30','\x46','\x0c','\x30','\x86','\x08','\x30','\x06','\x90','\x30','\x00','\xe0','\x00','\x08','\xc0','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x01','\xc0','\x10','\x39','\x8e','\x1c','\x31','\x8c','\x18','\x31','\x8c','\x53','\x31','\x8c','\x7f','\xbf','\xfc','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x20','\x0c','\x7f','\x3f','\xfe','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x00','\x10','\x7f','\x10','\x1c','\x63','\x0c','\x18','\x60','\x06','\x30','\x00','\x06','\x20','\x00','\x00','\x46','\x00','\xff','\xff','\x00','\x00','\x00','\x03','\x04','\x00','\x02','\x07','\x00','\x02','\x06','\x00','\x22','\x66','\x0c','\x3f','\xf7','\xfe','\x32','\x64','\x0c','\x32','\x4c','\x0c','\x32','\x48','\x0c','\x32','\x0f','\xcc','\x32','\x10','\xcc','\x32','\x40','\xcc','\x3f','\xe0','\xcc','\x30','\xc8','\xcc','\x30','\xcf','\xcc','\x34','\xcc','\x0c','\x32','\x8c','\x1c','\x33','\x8c','\x18','\x31','\x0c','\x78','\x23','\x8c','\x30','\x62','\xcc','\x02','\x44','\xcc','\x02','\x48','\x0c','\x03','\x90','\x0f','\xff','\x00','\x07','\xfe','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x10','\x80','\xc0','\x20','\x48','\xc6','\xff','\xef','\xff','\x78','\x6c','\xc6','\x23','\x0c','\xc4','\x33','\x0c','\xc8','\x33','\x0c','\xc0','\x23','\xec','\xcc','\x41','\xef','\xfe','\x90','\x0d','\x0c','\x19','\x8d','\x0c','\x1f','\xcd','\x98','\x31','\x8c','\x98','\x23','\x0c','\xb0','\x53','\x08','\xe0','\x8e','\x18','\x40','\x04','\x10','\xe0','\x0f','\x11','\xb8','\x19','\xa3','\x1f','\x21','\x86','\x0e','\xc0','\x18','\x06','\x40','\x00','\xe0','\x40','\x60','\xc0','\x7f','\xf0','\xc0','\xc0','\x60','\xc0','\xce','\x48','\xc6','\x0c','\x0f','\xff','\xff','\xcc','\xc6','\x0c','\x0c','\xc4','\x0c','\x0c','\xc8','\x7f','\x8c','\xc0','\x4c','\x8c','\xcc','\x4c','\x8f','\xfe','\x7f','\x8d','\x0c','\x4c','\x8d','\x0c','\x4c','\x8d','\x98','\x4c','\x8c','\x98','\x7f','\x8c','\xb0','\x0c','\x08','\xe0','\x0c','\x18','\x40','\xff','\xd0','\xe0','\x0c','\x11','\xb8','\x0c','\x23','\x1f','\x0c','\x06','\x0e','\x0c','\x18','\x06','\x03','\x08','\x00','\x02','\x08','\x06','\x02','\x0f','\xff','\x22','\x58','\x06','\x3f','\xf8','\xe4','\x32','\x40','\xc0','\x32','\x5f','\xfe','\x32','\x80','\xc0','\x32','\x00','\xc0','\x32','\x0f','\xfc','\x32','\x48','\xc4','\x3f','\xe8','\xc4','\x30','\xcf','\xfc','\x30','\xc8','\xc4','\x34','\xc8','\xc4','\x32','\x88','\xc4','\x33','\x8f','\xfc','\x21','\x00','\xc0','\x23','\x80','\xc6','\x62','\xff','\xff','\x44','\xc0','\xc0','\x48','\x00','\xc0','\x90','\x00','\xc0','\x00','\x00','\xc0','\x20','\x00','\x70','\x30','\x60','\x60','\x3f','\xf0','\x60','\x60','\x60','\x60','\x48','\x64','\x66','\xa9','\x67','\xff','\x29','\x66','\x66','\x3f','\x66','\x64','\x08','\x66','\x60','\x10','\xc6','\x60','\x27','\xc6','\x6c','\x41','\x87','\xfe','\x20','\x06','\x8c','\x30','\x66','\x8c','\x3f','\xf6','\x8c','\x60','\x66','\xd8','\x48','\x66','\x58','\xa9','\x66','\x50','\x29','\x64','\x70','\x3f','\x64','\x20','\x08','\x64','\x70','\x10','\xc8','\xdc','\x27','\xc1','\x8f','\x41','\x86','\x06','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\xc1','\x80','\x01','\x00','\x60','\x3f','\xff','\xb0','\x1f','\xe0','\x18','\x10','\x00','\x18','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x68','\x00','\x00','\x64','\x00','\x00','\xc6','\x00','\x01','\x83','\x00','\x03','\x01','\xc0','\x06','\xfe','\xf0','\x0c','\x00','\x7f','\x32','\x01','\x9e','\xc3','\xff','\xc6','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\xff','\x80','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc4','\x00','\x01','\x83','\x00','\x01','\x81','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x00','\x00','\x39','\x90','\x01','\xe6','\x18','\x3e','\x01','\xf8','\x00','\xe0','\x00','\x00','\xc6','\x00','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x00','\x00','\x39','\x90','\x01','\xe6','\x18','\x3e','\x01','\xf8','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x18','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x18','\x00','\x18','\x00','\xff','\xff','\xff','\x08','\x82','\x10','\x10','\xc3','\x0c','\x30','\xc3','\x06','\xe0','\x41','\x07','\xc0','\x00','\x03','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\x00','\x00','\x27','\x9c','\x0c','\x3c','\x18','\x7e','\x30','\x19','\x0c','\x30','\x19','\x8c','\x31','\xfb','\x0c','\x3e','\x5c','\x7c','\x30','\x5c','\x0c','\x30','\xda','\x0c','\x3e','\x9a','\x7c','\x30','\x99','\x0c','\x31','\x19','\xcc','\x32','\x78','\x8c','\x30','\x30','\x0c','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x3f','\xa4','\x1b','\xf0','\x30','\x18','\x1f','\xf0','\x18','\x00','\x00','\x18','\xff','\xe0','\x18','\x84','\x20','\x18','\xff','\xe0','\x18','\x84','\x20','\x18','\x84','\x20','\x18','\xff','\xe0','\x18','\x00','\x00','\x1b','\xff','\xf8','\x13','\x11','\x18','\x33','\x11','\x18','\x23','\x11','\x18','\x43','\x11','\x1a','\x9f','\xff','\xff','\x00','\x00','\x00','\x10','\x20','\x10','\x0e','\x3f','\xf8','\x06','\x20','\x10','\x80','\x3f','\xf0','\x70','\x20','\x10','\x30','\x3f','\xf0','\x02','\x00','\x06','\x05','\xff','\xff','\x08','\x18','\x00','\x18','\x3f','\xfc','\xf0','\x64','\x4c','\x71','\x88','\x8c','\x30','\x31','\x18','\x38','\xc6','\x78','\x18','\x18','\x30','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x10','\x00','\x00','\x0e','\x3f','\xf0','\x06','\x20','\x10','\x80','\x3f','\xf0','\x70','\x20','\x10','\x32','\x3f','\xf0','\x04','\x00','\x06','\x09','\xff','\xff','\x18','\x30','\x00','\xf0','\x7f','\xfc','\x71','\x88','\x8c','\x30','\x31','\x18','\x38','\xc6','\x78','\x18','\x18','\x30','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x08','\x40','\x00','\x0e','\x40','\x43','\x0c','\x40','\x7f','\x8c','\x20','\x63','\x1c','\x20','\x63','\x18','\x30','\x63','\x18','\x18','\x63','\x30','\x1c','\x7f','\x3f','\xef','\x63','\x46','\x06','\x63','\x86','\x00','\x63','\x06','\x00','\x63','\x06','\x18','\x7f','\x0f','\xfc','\x63','\x0c','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x7f','\x00','\x18','\x63','\x00','\x38','\x60','\x00','\x30','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xc0','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x23','\x00','\x63','\x23','\x06','\x63','\x3f','\xff','\x63','\x63','\x06','\x7f','\x63','\x04','\x63','\x63','\x08','\x63','\x03','\x00','\x63','\x06','\xe0','\x63','\x06','\xc0','\x7f','\x06','\xc0','\x63','\x06','\xc0','\x63','\x04','\xc0','\x63','\x0c','\xc0','\x63','\x0c','\xc0','\x7f','\x08','\xc2','\x63','\x18','\xc2','\x60','\x10','\xc2','\x00','\x20','\xc3','\x00','\x40','\xff','\x01','\x80','\x7e','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x11','\x80','\x63','\x1d','\xa0','\x63','\x19','\x98','\x63','\x19','\x8c','\x7f','\x19','\x86','\x63','\x11','\x87','\x63','\x31','\x83','\x63','\x21','\x90','\x63','\x21','\x9c','\x7f','\x41','\x98','\x63','\x0f','\xb0','\x63','\x03','\x30','\x63','\x00','\x60','\x63','\x00','\xc0','\x7f','\x01','\x80','\x63','\x03','\x00','\x60','\x06','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x00','\x00','\x06','\x43','\x7f','\xff','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x39','\x86','\x63','\x31','\xff','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x7f','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x30','\x06','\x63','\x00','\x06','\x63','\x00','\x06','\x7f','\x00','\x06','\x63','\x00','\x0e','\x60','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x01','\xc0','\x00','\x01','\x80','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x81','\x86','\x61','\xbf','\xff','\x61','\x81','\x00','\x61','\x81','\xc0','\x7f','\x81','\x80','\x61','\x81','\x00','\x61','\x92','\x10','\x61','\x8c','\x1c','\x61','\x86','\x38','\x7f','\x83','\x30','\x61','\x83','\x70','\x61','\x80','\x60','\x61','\x80','\xc0','\x61','\x81','\x80','\x7f','\x81','\x08','\x61','\x82','\x04','\x60','\x04','\x06','\x00','\x7f','\xfb','\x00','\x3f','\x03','\x00','\x20','\x03','\x00','\x20','\x0c','\x43','\x3f','\xfe','\x7f','\xb0','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x7f','\x30','\x0c','\x63','\x30','\x00','\x63','\x33','\x80','\x63','\x33','\x00','\x63','\x33','\x08','\x7f','\x33','\x0e','\x63','\x33','\x1c','\x63','\x33','\x38','\x63','\x33','\x60','\x63','\x63','\x80','\x7f','\x63','\x00','\x63','\x43','\x02','\x60','\xc3','\x02','\x00','\x83','\x02','\x01','\x03','\x03','\x02','\x03','\xff','\x00','\x01','\xfe','\x07','\x00','\xc0','\x06','\x0f','\xe0','\x07','\xfc','\x00','\x06','\x00','\x10','\x06','\x00','\x18','\x07','\xff','\xf8','\x03','\xff','\xf0','\x00','\x00','\x00','\x39','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x80','\x00','\x01','\xe1','\xf0','\x07','\x80','\x3c','\x38','\x00','\x0c','\x01','\xc3','\x80','\x01','\x83','\x00','\x39','\x83','\x18','\x31','\xb3','\x3c','\x31','\xfb','\x70','\x31','\x83','\x80','\x31','\x83','\x02','\x31','\x83','\x02','\x31','\x83','\x03','\x31','\xfb','\xff','\xff','\x81','\xfe','\x78','\x00','\x00','\x40','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x0e','\x70','\x00','\x0c','\x60','\x46','\x0c','\x60','\x7f','\x0c','\x60','\x66','\x0c','\x60','\x66','\x4c','\x60','\x66','\x4c','\x64','\x66','\x4c','\x67','\x7e','\x4c','\x66','\x66','\x4d','\x6c','\x66','\x4f','\xf8','\x66','\x4c','\x60','\x66','\x4c','\x60','\x7e','\x4c','\x60','\x66','\x4c','\x60','\x66','\x4c','\x60','\x66','\x4c','\x60','\x66','\x4c','\x60','\x7e','\x4c','\x62','\x66','\x4c','\x62','\x60','\x4f','\xe2','\x01','\xfe','\x63','\x00','\xf0','\x7f','\x00','\x80','\x3e','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x18','\x63','\x7f','\xfc','\x63','\x03','\x00','\x63','\x03','\x00','\x7f','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x0f','\x40','\x7f','\x0f','\x40','\x63','\x1b','\x40','\x63','\x1b','\x20','\x63','\x13','\x20','\x63','\x33','\x30','\x7f','\x23','\x18','\x63','\x43','\x1f','\x60','\x83','\x0e','\x03','\x03','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x08','\x10','\x40','\x06','\x1c','\x70','\x03','\x18','\xe0','\x03','\x38','\x80','\x00','\x31','\x18','\x3f','\xff','\xfc','\x00','\x64','\x00','\x00','\x64','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0f','\xff','\xff','\x33','\x00','\xde','\xc3','\x00','\xc6','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x02','\x00','\x00','\x03','\x80','\x43','\x03','\x00','\x7f','\x86','\x10','\x63','\x04','\x08','\x63','\x08','\x0c','\x63','\x7f','\xf6','\x63','\x3e','\x06','\x7f','\x20','\x00','\x63','\x01','\xc0','\x63','\x11','\x80','\x63','\x19','\x8c','\x63','\x1f','\xfe','\x7f','\x31','\x80','\x63','\x21','\x80','\x63','\x41','\x80','\x63','\x01','\x86','\x63','\xff','\xff','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x20','\x00','\x10','\x38','\x43','\x0c','\x30','\x7f','\x86','\x20','\x63','\x06','\x4c','\x63','\x3f','\xfe','\x63','\x01','\x8c','\x63','\x01','\x8c','\x7f','\x21','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x80','\x63','\x31','\x80','\x7f','\x31','\x86','\x63','\x7f','\xff','\x63','\x63','\x86','\x63','\x07','\x86','\x63','\x07','\x86','\x7f','\x0d','\x8e','\x63','\x19','\x8c','\x60','\x31','\xbc','\x00','\x61','\x98','\x01','\x81','\x80','\x00','\x01','\x80','\x00','\x20','\x06','\x43','\x3f','\xff','\x7f','\xb0','\x00','\x63','\x30','\xe0','\x63','\x30','\xc0','\x63','\x30','\xd8','\x63','\x37','\xfc','\x7f','\x30','\xc0','\x63','\x30','\xc0','\x63','\x30','\xcc','\x63','\x37','\xfe','\x63','\x30','\x00','\x7f','\x30','\x00','\x63','\x30','\xe0','\x63','\x30','\xc0','\x63','\x30','\xcc','\x63','\x37','\xfe','\x7f','\x60','\xc0','\x63','\x60','\xc0','\x60','\x40','\xc0','\x00','\xc0','\xc0','\x00','\x80','\xc6','\x01','\x1f','\xff','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x27','\x8c','\x43','\x3c','\x3e','\x7f','\xb0','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3e','\x7c','\x63','\x30','\x0c','\x7f','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x6c','\x7f','\x08','\x60','\x63','\x0e','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x7f','\x18','\x62','\x63','\x18','\x62','\x60','\x30','\x62','\x00','\x20','\x63','\x00','\x40','\x7f','\x01','\x80','\x3e','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x0c','\x7f','\xff','\xfe','\x63','\x03','\x00','\x63','\x03','\x18','\x63','\x3f','\xfc','\x63','\x03','\x18','\x7f','\x03','\x1a','\x63','\xff','\xff','\x63','\x03','\x18','\x63','\x03','\x18','\x63','\x3f','\xf8','\x7f','\x03','\x18','\x63','\x23','\x00','\x63','\x3b','\x00','\x63','\x33','\x0c','\x63','\x33','\xfe','\x7f','\x33','\x00','\x63','\x2b','\x00','\x60','\x67','\x00','\x00','\x43','\xc0','\x00','\x80','\xff','\x01','\x00','\x3e','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x84','\x7f','\xbf','\xfe','\x63','\x01','\x80','\x63','\x01','\x88','\x63','\x1f','\xfc','\x63','\x01','\x80','\x7f','\x01','\x82','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x7f','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x1f','\xf8','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\xf8','\x00','\x18','\x30','\x00','\x01','\x00','\x00','\x01','\xc0','\x43','\x01','\x80','\x7f','\xa2','\x0c','\x63','\x3f','\xfe','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x7f','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x7f','\x08','\x00','\x63','\x0c','\xe0','\x63','\x18','\xc0','\x63','\x20','\xc6','\x63','\xff','\xff','\x7f','\x00','\xc0','\x63','\x00','\xc0','\x60','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x63','\xff','\xc4','\x60','\x00','\x08','\x02','\x19','\x80','\x07','\x38','\x60','\x0c','\x74','\x38','\x30','\xe2','\x18','\x01','\x81','\x80','\x07','\xff','\xf0','\x1b','\x00','\xff','\xe3','\xff','\xce','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x40','\x00','\x00','\x70','\x00','\x20','\x60','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x1c','\x0c','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x01','\x00','\x00','\xc1','\x80','\x00','\x42','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x03','\x80','\x00','\x03','\x04','\x43','\x03','\x07','\x7f','\x83','\x36','\x63','\x3f','\xfc','\x63','\x03','\x0c','\x63','\x03','\x18','\x63','\x03','\x30','\x7f','\x03','\x66','\x63','\x7f','\xff','\x63','\x01','\x80','\x63','\x03','\x00','\x63','\x06','\x0c','\x7f','\x0f','\xfe','\x63','\x3c','\x0c','\x63','\xcc','\x0c','\x63','\x0c','\x0c','\x63','\x0f','\xfc','\x7f','\x0c','\x0c','\x63','\x0c','\x0c','\x60','\x0c','\x0c','\x00','\x0f','\xfc','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x01','\xc0','\x00','\x11','\x80','\x43','\x11','\x86','\x7f','\xbf','\xff','\x63','\x60','\x06','\x63','\x61','\xc4','\x63','\x01','\x88','\x63','\x1f','\xfc','\x7f','\x01','\x80','\x63','\x01','\x88','\x63','\x1f','\xfc','\x63','\x01','\x80','\x63','\x01','\x82','\x7f','\x7f','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x86','\x7f','\x7f','\xff','\x63','\x01','\x80','\x63','\x11','\x98','\x63','\x1f','\xfc','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x7f','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x00','\x06','\x7f','\x7f','\xff','\x63','\x08','\x00','\x60','\x0e','\x30','\x00','\x0c','\x0c','\x00','\x18','\x06','\x00','\x60','\x06','\x00','\x10','\x00','\x00','\x10','\x06','\x43','\x3f','\xff','\x7f','\xe0','\x06','\x63','\x60','\x04','\x63','\x10','\x18','\x63','\x1f','\xfc','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x7f','\x18','\x18','\x63','\x01','\xc0','\x63','\x01','\x86','\x63','\x7f','\xff','\x63','\x00','\x00','\x7f','\x08','\x40','\x63','\x0e','\x30','\x60','\x0c','\x18','\x00','\x18','\x0c','\x00','\x30','\x0e','\x00','\xc0','\x06','\x00','\x01','\xc8','\x00','\x21','\x8e','\x43','\x19','\x8c','\x7f','\x8d','\x98','\x63','\x0d','\xa0','\x63','\x21','\x86','\x63','\x3f','\xff','\x63','\x60','\x06','\x7f','\x60','\x04','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x1f','\xf8','\x63','\x00','\x00','\x63','\x01','\xc0','\x63','\x01','\x8c','\x63','\x3f','\xfe','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x38','\x00','\x18','\x30','\x44','\x18','\x32','\x7f','\xff','\xff','\x64','\x18','\x30','\x64','\x18','\x30','\x64','\x1f','\xf0','\x64','\x01','\x00','\x7c','\x81','\x06','\x64','\xff','\xff','\x64','\xc1','\x06','\x64','\xc1','\x06','\x64','\xd9','\x66','\x7c','\xc9','\x26','\x64','\xc9','\x26','\x64','\xc9','\x26','\x64','\xdd','\x76','\x64','\xd5','\x56','\x7c','\xe7','\x9e','\x64','\xc1','\x06','\x60','\xc1','\x06','\x00','\xc1','\x06','\x00','\xc1','\x1e','\x00','\xc0','\x0c','\x00','\x00','\x40','\x00','\x06','\x70','\x46','\xff','\x60','\x7e','\x30','\x60','\x66','\x30','\x60','\x66','\x33','\x66','\x67','\xff','\xff','\x66','\x46','\x48','\x7e','\x46','\x4e','\x66','\x46','\x4c','\x66','\x7e','\x8c','\x66','\x46','\xac','\x66','\x46','\x28','\x7e','\x46','\x28','\x66','\x7e','\x28','\x66','\x46','\x18','\x66','\x46','\x10','\x66','\x46','\x10','\x7e','\x46','\x38','\x66','\x5e','\x28','\x61','\xe6','\x2c','\x00','\xc6','\x6f','\x00','\x06','\x46','\x00','\x06','\x86','\x00','\x01','\xc0','\x00','\x21','\x8c','\x43','\x3f','\xfe','\x7f','\xb1','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x01','\x80','\x63','\x01','\x82','\x7f','\xff','\xff','\x63','\x00','\x00','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x7f','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x7f','\x30','\x0c','\x63','\x3f','\xfc','\x60','\x08','\x00','\x00','\x1c','\x38','\x00','\x38','\x0e','\x00','\xc0','\x06','\x00','\x00','\x18','\x00','\x01','\xfc','\x46','\x3f','\x80','\x7f','\x00','\x08','\x66','\x22','\x0c','\x66','\x19','\x88','\x66','\x48','\x92','\x66','\x7f','\xff','\x7e','\xc2','\x06','\x66','\xc1','\x84','\x66','\x0c','\x80','\x66','\x2c','\x2c','\x66','\x6c','\x36','\x7e','\x67','\xf6','\x66','\x08','\x00','\x66','\x0c','\x30','\x66','\x1f','\xf8','\x66','\x10','\x30','\x7e','\x28','\x60','\x66','\xc4','\xc0','\x60','\x03','\x80','\x00','\x06','\xe0','\x00','\x18','\x3f','\x00','\xe0','\x0e','\x20','\xc4','\x18','\x3f','\xe7','\xfc','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x04','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x08','\x0f','\xff','\xfc','\x1c','\x0c','\x00','\x3c','\x0c','\x10','\xcf','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x10','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x04','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x43','\x06','\x80','\x7f','\x86','\x40','\x63','\x0c','\x60','\x63','\x18','\x38','\x63','\x30','\x1f','\x63','\x6f','\xee','\x7f','\x80','\x06','\x63','\x00','\x00','\x63','\x26','\x4c','\x63','\x3f','\x7e','\x63','\x26','\x4c','\x7f','\x26','\x4c','\x63','\x26','\x4c','\x63','\x3e','\x7c','\x63','\x00','\x00','\x63','\x10','\x20','\x7f','\x1c','\x38','\x63','\x18','\x30','\x60','\x36','\x68','\x00','\x22','\x44','\x00','\x40','\x86','\x00','\x81','\x06','\x07','\x00','\x70','\x06','\x20','\x60','\xff','\xf0','\x66','\x06','\x0f','\xff','\x7f','\xe0','\x60','\x00','\x00','\x60','\x3f','\xc7','\xfe','\x20','\x41','\x0c','\x3f','\xc1','\x18','\x01','\x00','\xb0','\x21','\x80','\x60','\x11','\x00','\xf0','\x13','\xe3','\x9f','\xfe','\x0c','\x0e','\x70','\x00','\x06','\x47','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x08','\x00','\x00','\x0c','\x60','\x43','\x1f','\xf0','\x7f','\x90','\x40','\x63','\x20','\x86','\x63','\x7f','\xff','\x63','\xb3','\x30','\x63','\x33','\x30','\x7f','\x32','\x3e','\x63','\x34','\x1e','\x63','\x38','\x00','\x63','\x33','\xfc','\x63','\x30','\x00','\x7f','\x3f','\xff','\x63','\x30','\x00','\x63','\x33','\xfc','\x63','\x30','\x00','\x63','\x33','\xfc','\x7f','\x20','\x00','\x63','\x27','\xfe','\x60','\x66','\x06','\x00','\x46','\x06','\x00','\x87','\xfe','\x00','\x06','\x06','\x00','\x07','\x38','\x00','\x06','\x30','\x43','\x7f','\xff','\x7f','\x86','\x30','\x63','\x26','\x36','\x63','\x3f','\xff','\x63','\x60','\x06','\x63','\x60','\x04','\x7f','\x0f','\xf0','\x63','\x00','\x00','\x63','\x00','\x06','\x63','\x7f','\xff','\x63','\x01','\x80','\x7f','\x03','\x08','\x63','\x05','\x8e','\x63','\x19','\x8c','\x63','\x62','\xd0','\x63','\x04','\xe0','\x7f','\x19','\xd0','\x63','\x62','\xd8','\x60','\x04','\xcf','\x00','\x18','\xce','\x00','\x67','\xc6','\x00','\x01','\x80','\x10','\x42','\x08','\x1f','\xe3','\xfc','\x10','\x42','\x08','\x1f','\xc3','\xf8','\x10','\x42','\x08','\x1f','\xc3','\xf8','\x10','\x42','\x08','\x1f','\xc3','\xf8','\x02','\x08','\x00','\x07','\x0c','\x00','\x0f','\xff','\xf8','\x1c','\x08','\x00','\x3f','\xff','\xf0','\xcc','\x08','\x00','\x0f','\xff','\xf0','\x0c','\x08','\x00','\x0f','\xff','\xfc','\x00','\x00','\x00','\x3f','\xff','\xf0','\x01','\x01','\xc0','\x00','\xe7','\x00','\x00','\x3c','\x00','\x07','\xe7','\xff','\xfc','\x00','\x7e','\x00','\x0e','\x00','\x00','\x0c','\x0c','\x3f','\xff','\xfe','\x00','\x0c','\x00','\x0e','\xff','\xc0','\x0c','\x80','\x40','\x0c','\xff','\xc0','\x0c','\x80','\x40','\x0c','\xff','\xc0','\x0c','\x80','\x4c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x03','\x00','\x30','\x02','\x20','\x22','\xff','\xf7','\xff','\x02','\x00','\x20','\x4f','\xc4','\xfc','\x48','\x44','\x84','\x4f','\xc4','\xfc','\x48','\x44','\x84','\x4f','\xc4','\xfc','\x48','\x44','\x84','\x7f','\xf7','\xff','\x40','\x04','\x00','\x00','\x80','\x06','\x44','\xff','\xff','\x7e','\x80','\x06','\x64','\xff','\xfe','\x64','\x80','\x00','\x64','\x9c','\x9c','\x64','\x80','\x80','\x7c','\x9c','\x9c','\x64','\x80','\x00','\x64','\xbf','\xfe','\x64','\xa2','\x22','\x64','\xa2','\x22','\x7c','\xbf','\xfe','\x64','\x8c','\x00','\x64','\x9f','\xfe','\x64','\xb2','\x06','\x64','\xdf','\xe6','\x7c','\x92','\x26','\x65','\x92','\x26','\x61','\x1f','\xe6','\x03','\x02','\x06','\x02','\x02','\x8c','\x04','\x3f','\xfc','\x00','\x1c','\x58','\x00','\xc1','\x80','\x7f','\xe1','\x80','\x01','\x81','\xc0','\x01','\x03','\x40','\x12','\x03','\x60','\x0c','\x03','\x20','\x06','\x06','\x30','\x06','\x46','\x18','\xff','\xec','\x1f','\x06','\xc8','\x0e','\x06','\x93','\xe6','\x0e','\x20','\x00','\x0e','\x00','\x00','\x0e','\x00','\x18','\x1e','\x0f','\xfc','\x16','\x00','\x18','\x36','\x00','\x18','\x26','\x00','\x38','\x46','\x00','\x30','\x86','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x70','\x3e','\x00','\x60','\x0c','\x00','\x60','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\xe0','\x80','\x00','\xc0','\x60','\x01','\x80','\x30','\x02','\x03','\xf8','\x1f','\xfe','\x18','\x0f','\xc0','\x18','\x08','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x30','\x07','\xff','\xf8','\x0c','\x18','\x00','\x08','\x18','\x00','\x10','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x76','\x00','\x00','\x63','\x00','\x00','\xe3','\x80','\x01','\xc1','\xe0','\x03','\x80','\xfe','\x0e','\x00','\x7c','\x70','\x00','\x1c','\x20','\x00','\x18','\x38','\x00','\x7c','\x30','\x03','\xe0','\x30','\x3f','\x80','\x20','\x01','\x80','\x7f','\x81','\x86','\x4c','\x7f','\xff','\x8c','\x07','\xa0','\x0c','\x0d','\xb0','\x0c','\x0d','\x98','\xff','\xd9','\x9c','\x0c','\x31','\x8f','\x0c','\xc1','\x86','\x0c','\x03','\x00','\x0c','\x03','\x06','\x1a','\x7f','\xff','\x19','\x06','\x18','\x11','\x8e','\x30','\x31','\x9c','\x30','\x20','\x1b','\x60','\x40','\x01','\xc0','\x80','\x03','\x78','\x00','\x0e','\x1e','\x00','\x70','\x06','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\xcf','\xfe','\xff','\xe0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x11','\x80','\xc0','\x3f','\xc0','\xc0','\x31','\x80','\xc0','\x71','\x80','\xc0','\xb1','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc0','\x31','\x80','\xc0','\x30','\x00','\xc6','\x00','\x1f','\xff','\x00','\x00','\x00','\x00','\x38','\x00','\x01','\xb0','\x06','\xff','\xf3','\xff','\x18','\x30','\x66','\x18','\x30','\x66','\x18','\x32','\x66','\x18','\x37','\x66','\x18','\x3c','\x66','\x10','\xf0','\x66','\x33','\x30','\x66','\x3f','\xb0','\x66','\x33','\x30','\x66','\x73','\x30','\x66','\xb3','\x30','\x66','\x33','\x32','\x66','\x33','\x32','\x66','\x33','\x33','\x66','\x33','\x3f','\x46','\x33','\x1e','\xc6','\x3f','\x00','\x8e','\x33','\x01','\x8c','\x30','\x01','\x0c','\x00','\x02','\x7c','\x00','\x0c','\x18','\x00','\x1c','\x70','\x00','\xd8','\x60','\xff','\xf8','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x64','\x08','\x18','\x67','\x18','\x18','\x66','\x18','\x1b','\x6c','\x11','\x9f','\xe8','\x3f','\xd8','\x70','\x31','\x98','\x60','\x71','\x98','\x60','\xb1','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x62','\x3f','\x98','\x62','\x31','\x9f','\x62','\x30','\x7c','\x63','\x00','\x30','\x7f','\x00','\x20','\x3e','\x00','\x01','\xc0','\x03','\x01','\x80','\xff','\xc1','\x86','\x18','\x7f','\xff','\x18','\x61','\x10','\x18','\x61','\x10','\x18','\x6f','\xfe','\x30','\x61','\x10','\x30','\x61','\x10','\x3e','\x7f','\xff','\x32','\x60','\x40','\x72','\x60','\x40','\x72','\x67','\xfc','\xb2','\x64','\x44','\x32','\x64','\x44','\x32','\x67','\xfc','\x32','\x64','\x44','\x32','\x64','\x44','\x3e','\x67','\xfc','\x32','\x40','\x00','\x30','\xc2','\x10','\x30','\x83','\x0c','\x01','\x06','\x06','\x00','\x18','\x06','\x00','\x08','\x18','\x00','\xcf','\xfc','\xff','\xec','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x08','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xf8','\x11','\x8c','\x18','\x3f','\xcc','\x18','\x31','\x8c','\x18','\x71','\x8c','\x18','\xb1','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x30','\x0c','\x1a','\x00','\x7f','\xff','\x00','\x00','\x00','\x00','\x40','\x06','\x03','\x7f','\xff','\xff','\xe2','\x20','\x30','\x62','\x26','\x30','\x7f','\xff','\x30','\x62','\x20','\x30','\x62','\x20','\x20','\x6f','\xf8','\x22','\x68','\x88','\x3f','\x68','\x88','\x62','\x6f','\xf8','\x62','\x68','\x88','\x62','\x68','\x88','\xa2','\x4f','\xf8','\x22','\x40','\x80','\x22','\xe0','\x86','\x22','\xbf','\xff','\x22','\xb0','\x86','\x3f','\xb0','\xa6','\x21','\x37','\xd6','\x22','\x33','\x96','\x20','\x32','\x06','\x00','\x30','\x1e','\x00','\x30','\x0c','\x00','\x00','\xe0','\x00','\xc0','\xc0','\xff','\xe0','\xc0','\x0c','\x00','\xcc','\x0c','\x0f','\xfe','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc6','\x11','\x9f','\xff','\x3f','\xc0','\x00','\x31','\x80','\x00','\x71','\x80','\xe0','\xb1','\x80','\xc0','\x31','\x80','\xcc','\x31','\x8f','\xfe','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc0','\x31','\x80','\xc0','\x30','\x00','\xc6','\x00','\x3f','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x08','\x08','\x20','\x18','\x0e','\x38','\x18','\x0c','\x30','\x11','\x8a','\x28','\x3f','\xdb','\x64','\x31','\x91','\x46','\x71','\xa0','\x86','\xb1','\x80','\x00','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x30','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x07','\x38','\x00','\xc6','\x30','\xff','\xe6','\x30','\x0c','\x06','\x36','\x0c','\x3f','\xff','\x0c','\x06','\x30','\x08','\x06','\x30','\x18','\x00','\x00','\x18','\x04','\x00','\x11','\x87','\x70','\x3f','\xc6','\x64','\x31','\x86','\x67','\x71','\x8c','\x66','\xb1','\x8c','\x6c','\x31','\x9c','\x68','\x31','\x9c','\x70','\x31','\xac','\x60','\x31','\xcc','\x60','\x31','\x8c','\x62','\x3f','\x8c','\x62','\x31','\x8c','\x62','\x30','\x0c','\x63','\x00','\x0c','\x7f','\x00','\x0c','\x3e','\x10','\x01','\xc0','\x0e','\x01','\x80','\x06','\x41','\x86','\x80','\x7f','\xff','\x70','\x61','\x86','\x32','\x61','\x84','\x04','\x61','\x98','\x08','\x7f','\xfc','\x18','\x64','\x18','\xf0','\x62','\x30','\x70','\xc1','\x60','\x30','\xc0','\xc0','\x31','\x83','\x78','\x39','\x0c','\x1f','\x1a','\x70','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\x00','\x00','\x07','\xff','\xf8','\x1b','\x00','\x18','\xe3','\x00','\x18','\x03','\xff','\xf8','\x03','\x00','\x18','\x00','\x46','\x46','\x03','\x7f','\x7f','\xff','\xc6','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x10','\x46','\x46','\x10','\x7e','\x7e','\x30','\x46','\x46','\x22','\x46','\x46','\x3f','\x46','\x46','\x72','\x46','\x46','\x72','\x46','\x46','\xb2','\x7e','\x7e','\x32','\x46','\x46','\x32','\x46','\x46','\x32','\x46','\x46','\x32','\x46','\x46','\x32','\x46','\x46','\x3e','\x46','\x46','\x32','\xc6','\xc6','\x30','\x86','\x86','\x00','\x9e','\x9e','\x01','\x0d','\x0c','\x00','\x00','\xe0','\x00','\xc0','\xc0','\xff','\xe0','\xc0','\x0c','\x00','\xcc','\x0c','\x1f','\xfe','\x0c','\x00','\x00','\x08','\x08','\x10','\x18','\x04','\x1c','\x18','\x06','\x18','\x11','\x86','\x10','\x3f','\xc0','\x26','\x31','\xbf','\xff','\x71','\x80','\x00','\xb1','\x80','\x00','\x31','\x88','\x0c','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\x8c','\x0c','\x31','\x8c','\x0c','\x30','\x0f','\xfc','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x00','\x30','\x00','\xcf','\xf8','\xff','\xe0','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x0f','\xf0','\x08','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x36','\x11','\xbf','\xff','\x3f','\xc1','\x80','\x31','\x91','\x84','\x71','\x89','\x86','\xb1','\x8d','\x8c','\x31','\x8d','\xd0','\x31','\x81','\xc0','\x31','\x81','\xa0','\x31','\x83','\xb0','\x31','\x8d','\x98','\x3f','\xf9','\x9f','\x31','\xb1','\x8e','\x30','\x21','\x86','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x10','\x18','\x01','\x9f','\xfc','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x08','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xf8','\x11','\x84','\x00','\x3f','\xc7','\x00','\x31','\x8e','\x06','\x71','\x8f','\xff','\xb1','\x98','\x06','\x31','\xbc','\x86','\x31','\xd9','\xc6','\x31','\x9e','\x06','\x31','\x98','\x46','\x31','\x98','\x66','\x3f','\x9f','\xe6','\x31','\x8f','\xce','\x30','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x01','\xc0','\x00','\xc1','\x80','\xff','\xe1','\x86','\x0c','\x01','\xff','\x0c','\x01','\x80','\x0c','\x11','\x8c','\x08','\x1f','\xfe','\x18','\x18','\x0c','\x18','\x18','\x0c','\x11','\x98','\x0c','\x3f','\xdf','\xfc','\x31','\x98','\x0c','\x71','\x98','\x0c','\xb1','\x98','\x0c','\x31','\x9f','\xfc','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x9f','\xfc','\x3f','\x84','\x00','\x31','\x87','\x30','\x30','\x0e','\x0e','\x00','\x18','\x07','\x00','\x60','\x03','\x00','\x07','\x38','\x01','\x86','\x30','\xff','\xc6','\x36','\x0c','\x3f','\xff','\x0c','\x06','\x30','\x0c','\x06','\x30','\x08','\x07','\xf0','\x18','\x06','\x30','\x18','\x06','\x30','\x11','\x86','\x30','\x3f','\xc7','\xf0','\x31','\x86','\x30','\x71','\x86','\x30','\xb1','\x86','\x36','\x31','\xff','\xff','\x31','\x99','\xb0','\x31','\x99','\xb0','\x31','\x99','\x30','\x31','\x9b','\x3e','\x3f','\x9a','\x1e','\x31','\x9c','\x00','\x30','\x18','\x06','\x00','\x1f','\xff','\x00','\x18','\x00','\x00','\x10','\x84','\x03','\x18','\xc6','\xff','\xb1','\x8c','\x18','\x21','\x08','\x18','\x42','\x10','\x18','\x21','\x08','\x10','\x31','\x8c','\x30','\x18','\xc6','\x30','\x18','\xc6','\x23','\x03','\x00','\x3f','\xa3','\x06','\x73','\x3f','\xff','\x73','\x30','\x06','\xb3','\x30','\x26','\x33','\x32','\x36','\x33','\x31','\x66','\x33','\x30','\xc6','\x33','\x30','\xc6','\x33','\x31','\x66','\x3f','\x32','\x36','\x33','\x34','\x36','\x30','\x30','\x06','\x00','\x3f','\xfe','\x00','\x30','\x06','\x00','\x00','\xe0','\x01','\x9c','\xc7','\xff','\xd8','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x08','\x00','\x00','\x18','\x00','\x00','\x18','\x3f','\xff','\x11','\x80','\x00','\x3f','\xc8','\x0c','\x31','\x8f','\xfe','\x71','\x8c','\x0c','\xb1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x80','\x00','\x31','\x88','\x10','\x31','\x86','\x1c','\x3f','\x83','\x18','\x31','\x83','\x10','\x30','\x00','\x26','\x00','\x3f','\xff','\x00','\x00','\x00','\x00','\x08','\x18','\x01','\x8f','\xfc','\xff','\xcc','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\xf8','\x0c','\x0c','\x98','\x08','\x2c','\x98','\x18','\x2c','\x9a','\x18','\x3f','\xff','\x13','\x60','\x06','\x3f','\x60','\x04','\x33','\x0f','\xf8','\x73','\x0c','\x18','\xb3','\x0c','\x18','\x33','\x0f','\xf8','\x33','\x0c','\x18','\x33','\x0c','\x18','\x33','\x0c','\x18','\x33','\x0f','\xf8','\x3f','\x0c','\x18','\x33','\x0c','\x18','\x30','\x0c','\x18','\x00','\x0c','\xf8','\x00','\x0c','\x30','\x00','\x10','\x10','\x01','\x8c','\x1c','\xff','\xc6','\x18','\x0c','\x06','\x20','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x08','\x01','\x80','\x18','\x01','\x98','\x18','\x1f','\xfc','\x11','\x81','\x80','\x3f','\xc1','\x80','\x31','\x81','\x86','\x71','\xff','\xff','\xb1','\x86','\x00','\x31','\x84','\x00','\x31','\x8c','\x00','\x31','\x88','\x0c','\x31','\x9f','\xfe','\x31','\x90','\xc0','\x3f','\xa0','\xc0','\x30','\x40','\xc0','\x30','\x80','\xc0','\x00','\x00','\xc6','\x00','\x3f','\xff','\x00','\x10','\x0e','\x03','\x1c','\x0c','\xff','\x98','\x0c','\x18','\x1f','\x0c','\x18','\x33','\xff','\x18','\x23','\x4c','\x10','\x76','\x4c','\x30','\x96','\x4c','\x30','\x0d','\xff','\x23','\x08','\x0c','\x3f','\x90','\x0c','\x73','\x20','\x0c','\x73','\x41','\xcc','\xb3','\x01','\x80','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x07','\xa0','\x33','\x05','\xa0','\x33','\x0d','\xb0','\x3f','\x09','\x98','\x33','\x11','\x9f','\x30','\x21','\x8e','\x00','\xc1','\x86','\x00','\x01','\x80','\x00','\x20','\x0c','\x03','\x3f','\xfe','\xff','\xb0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x10','\x30','\x0c','\x30','\x33','\x30','\x30','\x33','\x30','\x23','\x33','\x30','\x3f','\xbf','\xfe','\x73','\x33','\x30','\x73','\x33','\x30','\xb3','\x33','\x36','\x33','\x7f','\xff','\x33','\x6c','\x44','\x33','\x6c','\x46','\x33','\x4c','\x24','\x3f','\x4c','\x28','\x30','\x8c','\x30','\x30','\x8c','\x18','\x01','\x3f','\xdf','\x00','\x1e','\x0e','\x00','\x10','\x06','\x00','\x00','\x00','\x03','\x20','\x0c','\xff','\xbf','\xfe','\x18','\x31','\x80','\x18','\x31','\x88','\x18','\x3f','\xfc','\x10','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x88','\x23','\x3f','\xfc','\x3f','\xb1','\x80','\x73','\x31','\x80','\x73','\x31','\x80','\xb3','\x31','\x86','\x33','\x3f','\xff','\x33','\x30','\x06','\x33','\x00','\x06','\x33','\x00','\x46','\x3f','\x22','\x26','\x30','\x29','\x26','\x30','\x69','\x0e','\x00','\xc8','\x0c','\x00','\xc0','\x7c','\x00','\x00','\x18','\x00','\x01','\xc0','\x03','\x01','\x80','\xff','\x81','\x86','\x18','\x7f','\xff','\x18','\x08','\x10','\x18','\x04','\x18','\x10','\x26','\x10','\x30','\x22','\x26','\x30','\x3f','\xff','\x23','\x60','\x04','\x3f','\x63','\x88','\x73','\x03','\x00','\x73','\x03','\x06','\xb3','\x7f','\xff','\x33','\x03','\x00','\x33','\x03','\x0c','\x33','\x07','\xfe','\x33','\x06','\x0c','\x33','\x06','\x0c','\x3f','\x0c','\x0c','\x33','\x0c','\x1c','\x30','\x18','\x18','\x00','\x30','\xf8','\x00','\xc0','\x30','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x30','\x03','\xff','\xf8','\x07','\x00','\x30','\x1b','\x00','\x30','\x63','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x00','\x00','\x00','\x00','\xc0','\x06','\xff','\xef','\xff','\x0c','\x01','\x80','\x18','\x01','\x80','\x10','\xc3','\x06','\x3f','\xe3','\xff','\x58','\xc7','\x06','\x98','\xcb','\x06','\x18','\xd3','\x06','\x18','\xc3','\x06','\x1f','\xc3','\xfe','\x18','\xc3','\x06','\x07','\x00','\x00','\x06','\x12','\x30','\xff','\xfb','\xf8','\x06','\x03','\x30','\x06','\x23','\x30','\x7f','\xf6','\x3e','\x00','\x04','\x1e','\x00','\x08','\x00','\x3f','\xe7','\xfc','\x32','\x62','\x18','\x32','\x61','\x30','\x3f','\xe0','\xe0','\x60','\x01','\xb8','\x40','\x06','\x1f','\x80','\x18','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\x00','\x00','\x07','\xff','\xf8','\x1b','\x00','\x18','\xe3','\x00','\x18','\x03','\xff','\xf8','\x03','\x00','\x18','\x00','\x00','\xe0','\x01','\x80','\xc4','\xff','\xdf','\xfe','\x0c','\x00','\xc0','\x0c','\x00','\xc8','\x0c','\x0f','\xfc','\x08','\x00','\xc0','\x18','\x00','\xc2','\x18','\x3f','\xff','\x11','\x80','\x00','\x3f','\xcf','\xfc','\x31','\x8c','\x0c','\x71','\x8c','\x0c','\xb1','\x8f','\xfc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\x8f','\xfc','\x31','\x82','\x00','\x30','\x07','\x1c','\x00','\x0c','\x07','\x00','\x30','\x03','\x00','\x01','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x18','\x01','\x80','\x18','\x21','\x8c','\x18','\x3f','\xfe','\x10','\x31','\x8c','\x30','\x31','\x8c','\x30','\x3f','\xfc','\x23','\x31','\x8c','\x3f','\xb1','\x8c','\x73','\x3f','\xfc','\x73','\x01','\x90','\xb3','\x01','\x8c','\x33','\x7f','\xf6','\x33','\x1e','\x06','\x33','\x00','\x30','\x33','\xff','\xff','\x33','\x10','\x30','\x3f','\x0c','\x30','\x33','\x06','\x30','\x30','\x06','\x30','\x00','\x00','\xf0','\x00','\x00','\x60','\x00','\x01','\xc0','\x01','\x81','\x88','\xff','\xdf','\xfc','\x18','\x01','\x80','\x18','\x01','\x82','\x18','\x7f','\xff','\x10','\x00','\x00','\x30','\x0c','\x18','\x30','\x08','\x10','\x23','\x7f','\x7e','\x3f','\x88','\x10','\x73','\x08','\x10','\x73','\x0e','\x10','\xb3','\x78','\xff','\x33','\x20','\x00','\x33','\x00','\x00','\x33','\x7f','\xff','\x33','\x06','\x30','\x33','\x06','\x30','\x3f','\x06','\x32','\x33','\x0c','\x32','\x30','\x0c','\x33','\x00','\x18','\x3f','\x00','\x60','\x1e','\x00','\x01','\x88','\x03','\x3f','\x8c','\xff','\x83','\x58','\x18','\x03','\x42','\x18','\x46','\x63','\x18','\x26','\x26','\x10','\x2c','\x30','\x30','\x08','\x18','\x30','\x17','\xec','\x23','\x20','\x0f','\x3f','\xc0','\x06','\x73','\x1f','\xf8','\x73','\x18','\x18','\xb3','\x18','\x18','\x33','\x18','\x18','\x33','\x1f','\xf8','\x33','\x00','\x00','\x33','\x10','\x20','\x33','\x08','\x38','\x3f','\x0c','\x30','\x33','\x0c','\x20','\x30','\x00','\x46','\x00','\x7f','\xff','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x83','\x80','\xff','\xc3','\x00','\x0c','\x24','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x08','\x34','\x96','\x18','\x32','\x96','\x18','\x32','\xa6','\x13','\x37','\xf6','\x3f','\xb1','\xc6','\x33','\x32','\xb6','\x73','\x34','\x96','\xb3','\x30','\x06','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x7f','\xff','\x33','\x01','\x80','\x33','\x03','\x40','\x3f','\x03','\x20','\x33','\x06','\x38','\x30','\x0c','\x1f','\x00','\x18','\x0e','\x00','\x60','\x06','\x00','\x08','\x30','\x03','\x06','\x20','\xff','\x82','\x44','\x18','\x3f','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x10','\x1f','\xfc','\x30','\x01','\x80','\x30','\x01','\x82','\x23','\x7f','\xff','\x3f','\x80','\x00','\x73','\x02','\x68','\x73','\x0f','\x66','\xb3','\x3c','\x62','\x33','\x0c','\x60','\x33','\x7f','\xff','\x33','\x0c','\x64','\x33','\x0c','\x26','\x33','\x0f','\x2c','\x3f','\x7c','\x18','\x33','\x2c','\x3a','\x30','\x0c','\x6e','\x00','\x7d','\x87','\x00','\x18','\x03','\x00','\x21','\xc8','\x03','\x19','\x8e','\xff','\x89','\x8c','\x18','\x09','\x90','\x18','\x21','\x86','\x18','\x3f','\xff','\x10','\x60','\x06','\x30','\x60','\x04','\x30','\x0f','\xf0','\x23','\x08','\x10','\x3f','\x88','\x10','\x73','\x0f','\xf0','\x73','\x00','\x00','\xb3','\x20','\x0c','\x33','\x3f','\xfe','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x3f','\x31','\x8c','\x33','\x31','\x8c','\x30','\x31','\x8c','\x00','\x3f','\xfc','\x00','\x30','\x0c','\x00','\x60','\x06','\x03','\x44','\xff','\xff','\xce','\x06','\x18','\x58','\x04','\x18','\x60','\x48','\x18','\x42','\x30','\x10','\x43','\x18','\x30','\x3f','\x18','\x30','\x00','\x02','\x22','\x40','\xff','\x3f','\x60','\x12','\x72','\x60','\x14','\x72','\x7e','\x90','\xb2','\x50','\xd0','\x32','\x90','\xd2','\x32','\x10','\xdf','\x32','\xfe','\x90','\x32','\x10','\x90','\x32','\x30','\x90','\x3e','\x29','\x90','\x32','\x6d','\x50','\x30','\x4d','\x30','\x00','\x82','\x1f','\x01','\x04','\x0e','\x06','\x00','\x30','\x04','\x42','\x20','\x05','\x24','\x26','\xff','\x99','\xff','\x0c','\x2c','\x30','\x1f','\x44','\x68','\x15','\x82','\x68','\x34','\xa4','\xa4','\x64','\x19','\x27','\x84','\x2c','\x22','\x04','\x44','\x20','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x00','\x80','\x06','\x00','\x60','\x0f','\xff','\xf8','\x30','\xc0','\x1f','\xc1','\x80','\x06','\x03','\xff','\xe0','\x0d','\x80','\x60','\x71','\x80','\x60','\x01','\xff','\xe0','\x01','\x80','\x60','\x00','\x01','\x00','\x03','\x01','\xc0','\xff','\xc1','\x84','\x18','\x27','\xe7','\x18','\x34','\x26','\x18','\x34','\x24','\x18','\x04','\x28','\x38','\x07','\xf0','\x30','\x04','\x28','\x33','\x1c','\x2c','\x3f','\xf4','\x26','\x73','\x67','\xe6','\x73','\x40','\x00','\xb3','\x01','\x80','\x33','\x01','\x86','\x33','\xff','\xff','\x33','\x03','\xa0','\x33','\x07','\xa0','\x33','\x05','\x90','\x3f','\x0d','\x98','\x33','\x19','\x8c','\x30','\x31','\x8f','\x00','\xc1','\x86','\x00','\x01','\x80','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\xcc','\x0c','\xff','\xec','\x0c','\x01','\x8c','\x0c','\x01','\x8c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x06','\x0c','\x0c','\x0d','\x0f','\xfc','\x0c','\x8c','\x0c','\x1c','\xcc','\x00','\x2c','\xcc','\x00','\xcc','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x02','\x0c','\x0c','\x02','\x0c','\x0c','\x02','\x0c','\x0c','\x03','\x0c','\x0f','\xff','\x0c','\x07','\xfe','\x0c','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x1f','\xff','\x0c','\x00','\x06','\x0c','\xc0','\x06','\xff','\xe0','\xc6','\x01','\x8f','\xe6','\x01','\x80','\x06','\x03','\x00','\x06','\x03','\x08','\xc6','\x06','\x0f','\xe6','\x0d','\x0c','\xc6','\x0c','\x8c','\xc6','\x1c','\xcc','\xc6','\x2c','\xcc','\xc6','\xcc','\x0f','\xc6','\x0c','\x0c','\xc6','\x0c','\x0c','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x3e','\x0c','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x3e','\x0c','\x10','\xf0','\x0c','\x1f','\xe0','\x0d','\x98','\x60','\xff','\xd8','\x60','\x01','\x98','\x60','\x03','\x18','\x60','\x03','\x18','\x66','\x06','\x1f','\xff','\x06','\x18','\x60','\x0d','\x18','\x60','\x0c','\x98','\x60','\x1c','\xd8','\x60','\x2c','\xd8','\x60','\xcc','\x18','\x30','\x0c','\x18','\x32','\x0c','\x19','\xb2','\x0c','\x7e','\x32','\x0c','\x38','\x1a','\x0c','\x20','\x1a','\x0c','\x01','\x8f','\x0c','\x7f','\xcf','\x0c','\x00','\x06','\x00','\x1c','\x00','\x0e','\x18','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x04','\x18','\x80','\x07','\x18','\x60','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc6','\x06','\xff','\xe7','\xff','\x01','\x8d','\x80','\x01','\x89','\x80','\x03','\x11','\x80','\x03','\x21','\x8c','\x06','\x01','\xfe','\x0d','\x01','\x80','\x0c','\x81','\x80','\x1c','\xc1','\x80','\x2c','\xc1','\x80','\xcc','\x01','\x86','\x0c','\x01','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x02','\x00','\x0c','\x01','\x88','\x0c','\x00','\xce','\x0c','\x00','\xcc','\x0c','\xc7','\x0c','\xff','\xe6','\x18','\x01','\x86','\x18','\x01','\x86','\x18','\x03','\x06','\x30','\x03','\x06','\x30','\x06','\x06','\x60','\x0d','\x86','\x68','\x0c','\xd6','\xc4','\x1c','\xd6','\x86','\x2c','\x37','\x83','\xcc','\x37','\x03','\x0c','\x66','\x03','\x0c','\x66','\x00','\x0c','\x0e','\x08','\x0c','\x16','\x08','\x0c','\x26','\x08','\x0c','\xc6','\x0c','\x0c','\x07','\xfc','\x0c','\x03','\xf8','\x0e','\x07','\x00','\x0c','\x06','\x40','\x0c','\x06','\x30','\x0c','\x06','\x18','\x0d','\x86','\x18','\xff','\x86','\x06','\x01','\xff','\xff','\x03','\x06','\x00','\x03','\x06','\x00','\x06','\x06','\x20','\x06','\x0c','\x38','\x0d','\x0c','\x30','\x0c','\x8c','\x30','\x1c','\xca','\x60','\x2c','\xca','\x60','\xcc','\x19','\x40','\x0c','\x11','\xc0','\x0c','\x30','\x80','\x0c','\x21','\xc0','\x0c','\x43','\x60','\x0d','\x86','\x38','\x0c','\x0c','\x1f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x0e','\x07','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x3f','\xff','\x0d','\x86','\x18','\xff','\xc6','\x18','\x01','\x86','\x18','\x03','\x07','\xf8','\x03','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x0d','\x07','\xf8','\x0c','\x86','\x18','\x1c','\xc6','\x18','\x2c','\xc6','\x18','\xcc','\x06','\x18','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x0c','\x04','\x00','\x0c','\x07','\x10','\x0c','\x0e','\x0c','\x0c','\x0c','\x06','\x0c','\x18','\x03','\x0c','\x60','\x03','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x30','\x0c','\x0f','\xf8','\x0d','\x98','\x30','\xff','\xd8','\x30','\x01','\x98','\x30','\x03','\x1f','\xe0','\x03','\x00','\x60','\x06','\x00','\x66','\x04','\x7f','\xff','\x0e','\x01','\x80','\x1d','\x21','\x88','\x2d','\x91','\x8e','\xcd','\x99','\xcc','\x0c','\x19','\xd0','\x0c','\x01','\xa0','\x0c','\x05','\xb0','\x0c','\x19','\x98','\x0c','\xf1','\x9f','\x0c','\x61','\x8e','\x0c','\x41','\x86','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x1c','\x1c','\x00','\x18','\x18','\x06','\x18','\x18','\xff','\x18','\x7f','\x26','\x1b','\x18','\x26','\xff','\x98','\x26','\x03','\x7f','\x26','\x03','\x18','\x26','\x06','\x18','\x66','\x06','\x18','\x46','\x0c','\x1e','\x46','\x0c','\xf8','\xc6','\x1a','\x61','\x9e','\x39','\x80','\x0c','\x59','\x81','\x80','\x98','\x01','\x80','\x18','\xff','\xff','\x18','\x03','\x40','\x18','\x06','\x20','\x18','\x06','\x30','\x18','\x0c','\x18','\x18','\x18','\x1f','\x18','\x30','\x0e','\x18','\xc0','\x06','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x8c','\x0c','\x18','\x8c','\x0d','\x9f','\xfc','\xff','\xd8','\x8c','\x01','\x98','\x8c','\x03','\x18','\x8c','\x03','\x1f','\xfc','\x06','\x06','\x60','\x06','\x0c','\x60','\x0d','\x08','\x7f','\x0d','\x94','\x3f','\x1d','\xa7','\x00','\x2c','\x06','\x18','\xcc','\x0f','\xfc','\x0c','\x08','\x18','\x0c','\x14','\x30','\x0c','\x63','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x3f','\xff','\x0d','\x80','\xc0','\xff','\xc0','\xc0','\x01','\x9f','\xfe','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x0f','\xfc','\x06','\x0c','\x0c','\x0d','\x0c','\x0c','\x0c','\x8f','\xfc','\x1c','\xc4','\x10','\x2c','\xc2','\x10','\xcc','\x02','\x26','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x84','\x00','\x00','\x66','\x1c','\x7f','\x24','\xf0','\x11','\x18','\x90','\x11','\x18','\x98','\x33','\x18','\x88','\x22','\x18','\xec','\x6e','\x18','\xcf','\x80','\x00','\x06','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x08','\x18','\x30','\x19','\x18','\x30','\x11','\x9b','\x30','\x33','\x19','\xb0','\x26','\x19','\xb0','\x48','\x78','\x30','\x80','\x30','\x30','\x0e','\x13','\x26','\x0c','\x1f','\x3f','\x0c','\x13','\x26','\x0c','\x13','\x26','\x0d','\x93','\x26','\xff','\xdf','\x3e','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x1f','\xfe','\x06','\x18','\xc6','\x06','\x18','\xc6','\x0d','\x18','\xc6','\x0c','\x9f','\xfe','\x1c','\xd8','\xc6','\x2c','\xd8','\xc6','\xcc','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x7f','\xff','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1c','\x03','\x60','\x18','\x12','\x48','\x18','\x1f','\xfc','\x18','\x12','\x48','\x1b','\x12','\x48','\xff','\x9f','\xf8','\x03','\x12','\x48','\x03','\x12','\x48','\x06','\x1f','\xf8','\x04','\x00','\x00','\x0c','\x00','\x00','\x1a','\x7f','\xfe','\x19','\x00','\x00','\x39','\x80','\x00','\x59','\x9f','\xf8','\x98','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xf8','\x18','\x00','\x20','\x18','\x08','\x30','\x18','\x04','\x20','\x18','\x04','\x46','\x18','\xff','\xff','\x18','\x00','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x1b','\x08','\x00','\xff','\x8c','\x38','\x03','\x18','\x0e','\x03','\x34','\x26','\x06','\x5f','\xf8','\x04','\x04','\x20','\x0c','\x04','\x20','\x1b','\x1f','\xf8','\x19','\x84','\x20','\x39','\x84','\x26','\x58','\x7f','\xff','\x98','\x06','\x84','\x18','\x0c','\x86','\x18','\x38','\x4c','\x18','\xd8','\x68','\x18','\x18','\x30','\x18','\x1f','\x38','\x18','\x7c','\x1f','\x18','\x30','\x0e','\x18','\x20','\x06','\x00','\x00','\x70','\x00','\x0f','\xf8','\x1f','\xfe','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x40','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\x60','\x19','\x06','\x60','\x18','\xc6','\x60','\x1f','\x66','\x67','\xf8','\x66','\x63','\xc0','\x66','\x62','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x40','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\x60','\x19','\x06','\x60','\x18','\xc6','\x60','\x1f','\x66','\x67','\xf8','\x66','\x63','\xc0','\x66','\x62','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x0f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x01','\x9c','\x70','\x0f','\xd8','\x60','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0d','\x98','\x64','\xff','\xd8','\x67','\x0c','\x1b','\x66','\x1c','\x1f','\xec','\x1c','\x18','\x68','\x1e','\x18','\x70','\x1d','\x18','\x60','\x3d','\x98','\x60','\x2d','\x98','\x60','\x2c','\x18','\x60','\x6c','\x18','\x60','\x4c','\x18','\x60','\x8c','\x18','\x62','\x0c','\x18','\x62','\x0c','\x1f','\x62','\x0c','\xfc','\x63','\x0c','\x70','\x7f','\x0c','\x40','\x3e','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x80','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x1c','\x31','\x8c','\x1c','\x31','\x8c','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x3d','\xff','\xff','\x2d','\x83','\x40','\x2c','\x03','\x40','\x6c','\x06','\x40','\x4c','\x06','\x20','\x8c','\x04','\x20','\x0c','\x0c','\x30','\x0c','\x08','\x18','\x0c','\x10','\x1f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x01','\x90','\x0c','\x0f','\xdf','\xfe','\xfc','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0d','\x98','\x0c','\xff','\xdf','\xfe','\x0c','\x18','\x0c','\x1c','\x18','\x0c','\x1c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x98','\x0c','\x3c','\xd8','\x0c','\x2c','\xdf','\xfc','\x2c','\x18','\x0c','\x6c','\x18','\x00','\x4c','\x18','\x00','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x00','\x01','\x87','\x00','\x0f','\xc6','\x40','\xfc','\x06','\x30','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x06','\x0d','\xbf','\xff','\xff','\xc6','\x00','\x0c','\x06','\x00','\x1c','\x06','\x20','\x1c','\x0c','\x38','\x1e','\x0c','\x30','\x1d','\x8c','\x30','\x3c','\xca','\x60','\x2c','\xca','\x60','\x2c','\x19','\x40','\x6c','\x11','\xc0','\x4c','\x30','\x80','\x8c','\x21','\xc0','\x0c','\x43','\x60','\x0d','\x86','\x38','\x0c','\x0c','\x1f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x01','\x8c','\x1e','\x3f','\xfe','\x1d','\x87','\xa0','\x3c','\xc7','\xa0','\x2c','\xc5','\x90','\x2c','\x0d','\x90','\x6c','\x09','\x98','\x4c','\x19','\x8c','\x8c','\x11','\x8f','\x0c','\x21','\x86','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x01','\x90','\x18','\x0f','\xdf','\xfc','\xfc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x1c','\x18','\x18','\x1c','\x00','\x00','\x1e','\x00','\x0c','\x1d','\x3f','\xfe','\x3d','\x81','\x80','\x2d','\x81','\x80','\x2c','\x01','\x80','\x6c','\x01','\x86','\x4c','\x7f','\xff','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x01','\x80','\xe4','\x0f','\xd0','\xc7','\xfc','\x08','\xc6','\x0c','\x0c','\xcc','\x0c','\x06','\xc8','\x0c','\x06','\xd0','\x0d','\x80','\xc0','\xff','\xd0','\xc6','\x0c','\x1f','\xff','\x1c','\x18','\x06','\x1c','\x18','\x06','\x1e','\x18','\x06','\x1d','\x1f','\xfe','\x3d','\x98','\x06','\x2d','\x98','\x06','\x2c','\x18','\x06','\x6c','\x1f','\xfe','\x4c','\x18','\x06','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x3e','\x0c','\x18','\x0c','\x01','\x8e','\x38','\x0f','\xcc','\x30','\xfc','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\x0d','\x8c','\x30','\xff','\xcc','\x30','\x0c','\x0f','\xf0','\x1c','\x0c','\x30','\x1c','\x0c','\x30','\x1e','\x0c','\x30','\x1d','\x0f','\xf0','\x3d','\x8c','\x30','\x2d','\x8c','\x30','\x2c','\x0c','\x36','\x6c','\x7f','\xff','\x4c','\x00','\x00','\x8c','\x08','\x00','\x0c','\x0e','\x20','\x0c','\x0c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\x40','\x06','\x01','\x80','\xe0','\x0f','\xc0','\xc0','\xfc','\x00','\xc6','\x0c','\x3f','\xff','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0d','\x84','\xcc','\xff','\xc7','\xfe','\x0c','\x06','\x0c','\x1c','\x36','\x0c','\x1c','\x37','\xfc','\x1e','\x36','\x0c','\x1d','\x36','\x0c','\x3d','\xb6','\x0c','\x2d','\xb7','\xfc','\x2c','\x36','\x0c','\x6c','\x36','\x0c','\x4c','\x36','\x0c','\x8c','\x37','\xfc','\x0c','\x36','\x0c','\x0c','\x30','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x03','\x40','\x06','\x1f','\xff','\xff','\xf8','\x60','\x06','\x18','\x61','\xc6','\x18','\x61','\x86','\x18','\x61','\x86','\x1b','\x6f','\xf6','\xff','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x38','\x6f','\xf6','\x3c','\x60','\x06','\x3a','\x60','\x06','\x3b','\x67','\xe6','\x7b','\x64','\x26','\x58','\x64','\x26','\x58','\x64','\x26','\x98','\x44','\x26','\x18','\xc7','\xe6','\x18','\xc0','\x06','\x18','\x80','\x06','\x19','\x80','\x06','\x19','\x00','\x3e','\x1a','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x7e','\x30','\x0c','\x42','\x30','\x0c','\x42','\x30','\x0c','\x7e','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x3f','\xf0','\x1f','\xf8','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x03','\x98','\xf0','\x0e','\x18','\x3f','\xf0','\x18','\x0e','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x7e','\x30','\x0c','\x42','\x30','\x0c','\x42','\x30','\x0c','\x7e','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x01','\x80','\x1c','\x0f','\xc1','\xfe','\xfc','\x3f','\xc0','\x0c','\x02','\x04','\x0c','\x21','\x87','\x0c','\x18','\xc6','\x0d','\x8c','\xcc','\xff','\xcc','\x08','\x0c','\x01','\x90','\x1c','\x01','\x80','\x1c','\x1f','\xfc','\x1e','\x19','\x8c','\x1d','\x19','\x8c','\x3d','\x9f','\xfc','\x3d','\x99','\x8c','\x2c','\x19','\x8c','\x6c','\x19','\x8c','\x4c','\x7f','\xff','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0c','\x18','\x18','\x01','\x80','\x1c','\x0f','\xc1','\xfe','\xfc','\x3f','\xc0','\x0c','\x02','\x04','\x0c','\x21','\x07','\x0c','\x11','\x86','\x0d','\x99','\x86','\xff','\xd9','\x8c','\x0c','\x18','\x08','\x1c','\x00','\x10','\x1c','\x01','\x00','\x1e','\x27','\x86','\x1d','\x3c','\x3f','\x3d','\xb0','\x06','\x3d','\xb0','\x06','\x2c','\x30','\x06','\x6c','\x3e','\x3e','\x4c','\x30','\x06','\x8c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x00','\x8c','\x31','\xff','\x8c','\x30','\x00','\x3c','\x30','\x03','\x98','\x00','\x3f','\xc0','\x0f','\xf8','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x01','\xd9','\xe0','\x0f','\x18','\x7f','\xf0','\x18','\x0e','\x00','\x18','\x00','\x01','\x90','\x0c','\x0f','\xdf','\xfe','\xfc','\x18','\x8c','\x0c','\x18','\x8c','\x0c','\x1f','\xfc','\x0c','\x18','\x8c','\x0d','\x98','\x8c','\xff','\xd8','\x8c','\x0c','\x1f','\xfc','\x0c','\x06','\x60','\x1c','\x0c','\x60','\x1e','\x08','\x7f','\x1d','\x14','\x3f','\x1d','\xa7','\x00','\x3d','\x86','\x18','\x2c','\x0f','\xfc','\x6c','\x08','\x18','\x4c','\x14','\x30','\x8c','\x63','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x03','\x01','\xc0','\x0f','\xa1','\x80','\xfc','\x21','\x86','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x0c','\x68','\x04','\x0d','\x8c','\x48','\xff','\xd8','\x30','\x0c','\x13','\x18','\x0c','\x23','\x0c','\x1c','\x46','\x8c','\x1e','\x06','\x40','\x1d','\x0c','\x60','\x3d','\x88','\x30','\x3d','\x90','\x1c','\x2c','\x20','\x0f','\x6c','\xdf','\xf6','\x4c','\x18','\x30','\x8c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x01','\x81','\xc0','\x0f','\xc1','\x86','\xfc','\x3f','\xff','\x0c','\x01','\x80','\x0c','\x1f','\xfc','\x0c','\x19','\x8c','\x0d','\x99','\x8c','\xff','\xdf','\xfc','\x0c','\x19','\x8c','\x1c','\x19','\x8c','\x1c','\x1f','\xfc','\x1e','\x01','\x88','\x1d','\x01','\x84','\x3d','\xbf','\xfe','\x3d','\x9f','\x06','\x2c','\x00','\x80','\x6c','\x06','\x40','\x4c','\x16','\x68','\x8c','\x16','\x66','\x0c','\x36','\x03','\x0c','\x36','\x13','\x0c','\x66','\x18','\x0c','\x67','\xf8','\x0c','\x03','\xf0','\x03','\x40','\x06','\x1f','\xff','\xff','\xf8','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x7f','\xfe','\x1b','\x60','\x06','\xff','\xe0','\xc0','\x18','\x6e','\xdc','\x18','\x60','\xc0','\x18','\x6e','\xdc','\x3c','\x60','\xc0','\x3a','\x60','\x00','\x3b','\x68','\xe0','\x3b','\x6c','\xcc','\x78','\x4f','\xfe','\x58','\x48','\xc0','\x58','\xd0','\xc0','\x98','\x80','\xc6','\x18','\xbf','\xff','\x19','\x00','\xc0','\x1a','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x03','\x01','\xc0','\x0f','\x81','\x8c','\xfc','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x11','\x88','\x0c','\x1d','\x8e','\x0d','\x19','\x8c','\xff','\xb1','\x98','\x0c','\x2d','\x96','\x0c','\x45','\xa2','\x0c','\x01','\x80','\x1c','\xff','\xff','\x1e','\x00','\x00','\x1d','\x20','\x0c','\x3d','\xbf','\xfe','\x2d','\xb0','\x0c','\x6c','\x33','\xcc','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x33','\xcc','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x03','\x01','\xc0','\x1f','\x81','\x80','\xf8','\x1d','\x88','\x18','\x19','\xfc','\x18','\x19','\x80','\x18','\x19','\x82','\x1b','\x7f','\xff','\xff','\x80','\x60','\x18','\x00','\x66','\x18','\x40','\x62','\x18','\x7f','\xff','\x3c','\x60','\x60','\x3a','\x60','\x60','\x3b','\x6f','\xa2','\x3b','\x60','\x23','\x78','\x62','\x32','\x58','\x6a','\xb6','\x58','\x6a','\x54','\x98','\x72','\x98','\x18','\x41','\x1a','\x18','\x46','\x2a','\x18','\xd8','\x6e','\x18','\x80','\xc7','\x19','\x03','\x03','\x01','\x80','\x38','\x0f','\xc1','\xfc','\xfc','\x1f','\x88','\x0c','\x22','\x0e','\x0c','\x19','\x9c','\x0c','\x08','\x90','\x0d','\x9f','\xfc','\xff','\xc0','\x80','\x0c','\x00','\x80','\x1c','\x3f','\xfe','\x1c','\x00','\x00','\x1e','\x1f','\xfc','\x1d','\x00','\x0c','\x3d','\x9f','\xfc','\x3d','\x80','\x0c','\x2c','\x00','\x0c','\x6c','\x1f','\xfc','\x4c','\x01','\x00','\x8c','\x06','\xc8','\x0c','\x16','\x46','\x0c','\x36','\x13','\x0c','\x66','\x1b','\x0c','\x67','\xf8','\x0c','\x03','\xf0','\x03','\x10','\x00','\x1f','\x98','\xc0','\xf8','\x3f','\xe0','\x18','\x60','\xc0','\x18','\xc0','\x80','\x1b','\xff','\xf8','\x18','\x89','\x08','\xff','\x89','\x08','\x18','\xf9','\xf8','\x18','\x09','\x00','\x1c','\xe9','\x00','\x3a','\x29','\x04','\x3b','\xff','\xfe','\x3a','\x29','\x04','\x38','\xe9','\x54','\x78','\x09','\x24','\x58','\x09','\x24','\x58','\xe9','\x54','\x98','\x29','\x04','\x19','\xff','\xfc','\x18','\x28','\x02','\x18','\xe8','\x03','\x18','\x0f','\xff','\x18','\x07','\xfe','\x01','\x81','\xc0','\x0f','\xc1','\x86','\xfc','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x3e','\x7c','\x0c','\x22','\x44','\x0d','\xa2','\x44','\xff','\xfe','\x7c','\x0c','\x04','\x20','\x0c','\x3f','\xfc','\x1e','\x04','\x20','\x1d','\x04','\x20','\x1d','\xbf','\xfc','\x3d','\x84','\x20','\x2c','\x04','\x26','\x2c','\xff','\xff','\x6c','\x0c','\x88','\x4c','\x18','\x8c','\x8c','\x38','\x58','\x0c','\x68','\x60','\x0d','\x89','\xb0','\x0c','\x7e','\x1f','\x0c','\x38','\x0e','\x0c','\x20','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x00','\x60','\x08','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x00','\x0c','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x98','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x02','\x03','\x80','\x03','\x03','\x00','\x46','\x03','\x0c','\x28','\x1f','\xfe','\x31','\x03','\x0c','\x19','\x83','\x0c','\x1b','\x03','\x0c','\x02','\x03','\x0c','\x04','\x43','\x0c','\x08','\x62','\x0c','\x11','\xe6','\x1c','\xfe','\x64','\x18','\x70','\x08','\xf8','\x40','\x30','\x30','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x23','\xfe','\x0c','\x39','\xfe','\x70','\x30','\x00','\x00','\x40','\x00','\x1f','\xff','\xf8','\x18','\x10','\x18','\x18','\x19','\x18','\x18','\x9f','\x98','\x18','\x51','\x18','\x18','\x23','\x18','\x18','\x5a','\x18','\x19','\x8e','\x18','\x18','\x1b','\x18','\x18','\x31','\x98','\x18','\xc0','\x98','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x00','\xe7','\x00','\x20','\xc6','\x10','\x18','\xc6','\x1c','\x0c','\xc6','\x38','\x0c','\xc6','\x60','\x00','\xc7','\x00','\x00','\xc6','\xc0','\x07','\xc6','\x70','\xfc','\xc6','\x38','\x71','\x86','\x1a','\x41','\x86','\x02','\x03','\x06','\x03','\x0e','\x07','\xff','\x70','\x03','\xfe','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x0f','\xff','\xe0','\x00','\x30','\x60','\x00','\x30','\x66','\xff','\xff','\xff','\x00','\x60','\x60','\x00','\xc0','\x60','\x0f','\xff','\xe0','\x01','\x80','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x1b','\x00','\x30','\x63','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x1d','\xfe','\x73','\x98','\x00','\x03','\x18','\x30','\x07','\xff','\xf8','\x0c','\x18','\x00','\x30','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\xfe','\x03','\x01','\xfe','\x0e','\x00','\x00','\x73','\xff','\xc0','\x03','\x00','\xc0','\x03','\x1f','\xc0','\x03','\x10','\xc0','\x23','\x10','\xcc','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\xc1','\x86','\x06','\xc3','\x86','\x04','\x0e','\x03','\xf8','\x70','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1f','\xff','\xf0','\x10','\x44','\x10','\x1f','\xc7','\xf0','\x00','\x44','\x00','\x3f','\xc7','\xf8','\x20','\x44','\x08','\x20','\x47','\xf8','\x3f','\xc4','\x08','\x20','\x44','\x0a','\x20','\x47','\xfa','\x3f','\xc0','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x41','\xfe','\x70','\xe0','\x00','\x01','\xff','\xc0','\x07','\x43','\x80','\x3a','\x2e','\x00','\x01','\x78','\x00','\x03','\xc0','\x00','\x7e','\x00','\x60','\x07','\xff','\xf0','\x04','\x18','\x00','\x08','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x0e','\x18','\x38','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x61','\x83','\x08','\x63','\x03','\xfe','\x0c','\x01','\xfe','\x30','\x18','\x00','\x07','\xff','\xe0','\x04','\x18','\x26','\xff','\xff','\xff','\x04','\x18','\x20','\x07','\xff','\xe0','\x00','\x18','\x00','\x0f','\xff','\xf0','\x08','\x18','\x10','\x0f','\xff','\xf0','\x00','\xc0','\x06','\xff','\xff','\xff','\x03','\x01','\xc0','\x06','\xc3','\x00','\x00','\x3f','\xc0','\x00','\xf0','\xf0','\x1f','\x00','\x30','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x61','\xc3','\x08','\x63','\x83','\x00','\x06','\x03','\xfe','\x18','\x01','\xfe','\xe7','\x02','\x00','\x06','\x03','\x80','\x3f','\xe3','\x06','\x30','\x63','\xff','\x3f','\xe6','\x10','\x30','\x65','\x1c','\x3f','\xe9','\x18','\x06','\x01','\x18','\xff','\xf8','\xb0','\x0c','\x00','\xb0','\x0f','\xe0','\x60','\x08','\x60','\x70','\x18','\x60','\xd8','\x10','\xc1','\x9f','\x23','\xc3','\x0e','\x41','\x8c','\x06','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x71','\x80','\x00','\x17','\xc7','\xf0','\x18','\x00','\x10','\x1f','\xc7','\xf0','\x18','\x00','\x10','\x1f','\xff','\xf0','\x00','\x00','\x00','\x0c','\x18','\x70','\x0f','\xdf','\x60','\x0c','\x18','\x60','\x0f','\xdf','\x62','\x0c','\x18','\x32','\x0c','\x18','\x3a','\xfe','\xfe','\x1e','\x70','\x70','\x0f','\x40','\x40','\x03','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x61','\xc3','\x08','\x63','\x83','\xfe','\x0e','\x01','\xfe','\x70','\x08','\x00','\x01','\x0c','\x30','\x7f','\x8f','\xf8','\x63','\x18','\x70','\x66','\x34','\xc0','\x64','\x43','\x80','\x68','\x06','\x70','\x64','\x18','\x1f','\x66','\xf1','\xc6','\x63','\x19','\x80','\x63','\x1f','\xfc','\x63','\x21','\x80','\x6f','\x41','\x80','\x66','\x1f','\xf8','\x60','\x01','\x80','\x60','\x01','\x86','\x60','\xff','\xff','\x00','\x83','\x80','\x40','\x83','\x0c','\x30','\xff','\xfe','\x19','\x98','\xcc','\x0d','\x98','\xc8','\x0c','\x30','\xfe','\x00','\x60','\x7e','\x01','\x90','\x40','\x00','\x18','\xc0','\x00','\xff','\xfe','\x0c','\x06','\x00','\xfe','\x0c','\x08','\x0c','\x32','\x1c','\x0c','\xc5','\x30','\x0c','\x19','\xc0','\x0c','\xe3','\xa0','\x0c','\x05','\x98','\x0c','\x19','\x8c','\x0c','\xe7','\x8c','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x3f','\xfe','\x40','\x00','\x00','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\xc0','\xc3','\x06','\xc3','\x83','\x04','\x1c','\x01','\xf8','\x00','\x18','\x00','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf0','\x00','\x00','\x00','\x3f','\xff','\xfc','\x30','\x66','\x0c','\x37','\xc3','\xec','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x03','\x80','\xfe','\x7e','\x00','\x0e','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\xc1','\x86','\x06','\xc3','\x86','\x04','\x0e','\x03','\xf8','\x70','\x00','\x00','\x01','\x81','\xc0','\x0f','\xc1','\x8c','\xfc','\x01','\xfe','\x0c','\x81','\x80','\x4c','\xcf','\xf8','\x2c','\x89','\x88','\x2d','\x09','\x68','\xff','\xca','\x28','\x1c','\x08','\x08','\x1c','\x3f','\xfe','\x3e','\x31','\x86','\x2d','\x31','\x06','\x6d','\xb1','\x26','\x4d','\xb7','\xf6','\x8c','\x33','\x16','\x0c','\x30','\x1e','\x0c','\x30','\x0c','\x00','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x01','\x00','\xc0','\x01','\xc0','\xc0','\x41','\x80','\xc6','\x21','\x9f','\xff','\x21','\x00','\xc0','\x21','\x00','\xc0','\x31','\x00','\xc0','\x31','\x00','\xc0','\x32','\x00','\xc0','\x02','\x00','\xc0','\x03','\xc0','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x18','\x0e','\x00','\x7c','\x0c','\x01','\xf0','\x0c','\x0f','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x01','\x00','\xc0','\x01','\xc0','\xc0','\x41','\x80','\xc0','\x21','\x80','\xc6','\x21','\x1f','\xff','\x21','\x00','\xc0','\x31','\x00','\xc0','\x31','\x00','\xc0','\x32','\x00','\xc0','\x02','\x00','\xc0','\x03','\xc0','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x08','\x20','\x1c','\x0e','\x20','\x18','\x0c','\x20','\x18','\x0c','\x20','\x18','\x0c','\x10','\x19','\x88','\x10','\xff','\xc8','\x10','\x02','\x18','\x18','\x03','\x90','\x08','\x43','\x10','\x0c','\x23','\x3f','\xff','\x22','\x26','\x36','\x22','\x46','\x30','\x32','\x06','\x30','\x32','\x06','\x30','\x34','\x06','\x30','\x04','\x0c','\x30','\x05','\x8c','\x30','\xfe','\x0c','\x30','\x70','\x08','\x30','\x40','\x18','\x70','\x00','\x10','\x60','\x00','\x23','\xe0','\x00','\xc0','\xc0','\x00','\x00','\x18','\x1c','\x00','\x3c','\x18','\x00','\xf0','\x18','\x03','\xc0','\x18','\x1f','\x80','\x19','\x81','\x80','\xff','\xc1','\x80','\x02','\x01','\x8c','\x03','\x9f','\xfe','\x43','\x01','\x80','\x23','\x01','\x80','\x22','\x01','\x80','\x22','\x01','\x80','\x32','\x01','\x86','\x32','\x3f','\xff','\x34','\x01','\x80','\x04','\x01','\x80','\x05','\x81','\x80','\xfe','\x01','\x82','\x70','\x01','\x82','\x40','\x01','\x82','\x00','\x01','\x83','\x00','\x01','\xff','\x00','\x00','\xfe','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x86','\x01','\x01','\xff','\x01','\xc1','\x80','\x41','\x81','\x80','\x21','\x81','\x80','\x21','\x01','\x80','\x21','\x01','\x80','\x31','\x11','\x8c','\x31','\x1f','\xfe','\x32','\x18','\x0c','\x02','\x18','\x0c','\x03','\xd8','\x0c','\xfe','\x18','\x0c','\x70','\x18','\x0c','\x40','\x18','\x0c','\x00','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x18','\x08','\xc0','\x18','\x08','\xc6','\x19','\x8f','\xff','\xff','\xd8','\x06','\x02','\x18','\x04','\x03','\x98','\x08','\x43','\x00','\x00','\x23','\x00','\x06','\x22','\x3f','\xff','\x22','\x00','\xc0','\x32','\x00','\xc0','\x32','\x00','\xc0','\x34','\x00','\xc0','\x04','\x00','\xc0','\x05','\x80','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xcc','\xff','\xef','\xfe','\x00','\x00','\x00','\x01','\x00','\x08','\x01','\xc0','\x0e','\x41','\x84','\x0c','\x21','\x84','\x0c','\x21','\x82','\x0c','\x21','\x02','\x0c','\x31','\x02','\x18','\x31','\x02','\x18','\x31','\x03','\x18','\x32','\x03','\x10','\x02','\x03','\x10','\x02','\x03','\x10','\x03','\xc0','\x20','\xfe','\x00','\x20','\x70','\x00','\x26','\x40','\x1f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x06','\x18','\x7f','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x19','\x81','\x00','\xff','\xc1','\x00','\x02','\x12','\x0c','\x03','\x9f','\xfe','\x43','\x18','\x0c','\x23','\x18','\x0c','\x22','\x18','\x0c','\x22','\x18','\x0c','\x32','\x18','\x0c','\x32','\x1f','\xfc','\x34','\x18','\x0c','\x04','\x18','\x0c','\x05','\x98','\x0c','\xfe','\x18','\x0c','\x70','\x18','\x0c','\x40','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x02','\x00','\x1c','\x03','\x80','\x18','\x03','\x10','\x18','\x02','\x08','\x18','\x04','\x0c','\x19','\xbf','\xf6','\xff','\xdf','\x06','\x00','\x10','\x06','\x02','\x04','\x00','\x43','\x87','\x00','\x23','\x06','\x18','\x23','\x0f','\xfc','\x22','\x09','\x80','\x32','\x11','\x80','\x32','\x01','\x86','\x34','\x7f','\xff','\x04','\x03','\x40','\x05','\x83','\x40','\xfe','\x02','\x20','\x70','\x06','\x30','\x40','\x04','\x18','\x00','\x08','\x1f','\x00','\x10','\x0e','\x00','\x60','\x06','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x19','\x81','\x80','\xff','\xc1','\x80','\x02','\x21','\x8c','\x03','\xbf','\xfe','\x43','\x31','\x8c','\x23','\x31','\x8c','\x22','\x31','\x8c','\x22','\x31','\x8c','\x32','\x3f','\xfc','\x32','\x33','\x8c','\x34','\x03','\xc0','\x04','\x07','\xa0','\x05','\x85','\xa0','\xfe','\x0d','\x90','\x70','\x09','\x98','\x40','\x11','\x8f','\x00','\x21','\x8e','\x00','\xc1','\x86','\x00','\x01','\x80','\x00','\x10','\x18','\x1c','\x1f','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xf8','\x19','\x98','\x18','\xff','\xd8','\x18','\x02','\x18','\x18','\x03','\x9f','\xf8','\x43','\x06','\x00','\x23','\x06','\x00','\x23','\x0c','\x06','\x22','\x0f','\xff','\x32','\x18','\x06','\x32','\x3c','\xc6','\x34','\x59','\xe6','\x04','\x1b','\x06','\x05','\x9c','\x06','\xfe','\x18','\x46','\x70','\x18','\x66','\x40','\x1f','\xe6','\x00','\x0f','\xcc','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x40','\x06','\x1c','\x7f','\xff','\x18','\x60','\x00','\x18','\x60','\x00','\x1b','\x68','\x0c','\xff','\xef','\xfe','\x00','\x68','\xc4','\x04','\x68','\xc4','\x87','\x68','\xc4','\x46','\x6f','\xfc','\x46','\x68','\xc4','\x66','\x68','\xc4','\x64','\x68','\xc4','\x64','\x6f','\xfc','\x04','\x60','\xc0','\x07','\x60','\xc0','\xfc','\x40','\xc4','\x70','\xcf','\xfe','\x40','\xc0','\xc0','\x00','\x80','\xc0','\x01','\x80','\xc0','\x01','\x00','\xc6','\x02','\x3f','\xff','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x00','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\xc0','\x7f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x06','\x60','\xc0','\x01','\xc0','\xc0','\x00','\xf0','\xc0','\x00','\xb8','\xc2','\x01','\x9c','\xc2','\x03','\x0c','\xc2','\x06','\x00','\xc3','\x18','\x00','\xff','\xe0','\x00','\x7e','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x18','\x63','\x0c','\x10','\xc3','\x0c','\x20','\xc6','\x0c','\x41','\x86','\x0c','\x03','\x0c','\x1c','\x06','\x0c','\x18','\x0c','\x18','\x18','\x30','\x30','\x38','\x00','\x60','\x30','\x01','\x80','\x70','\x0e','\x03','\xe0','\x00','\x00','\xc0','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x60','\x81','\x80','\x00','\x00','\x00','\x78','\x08','\x1f','\xfc','\x0f','\xfc','\x40','\x0c','\x00','\x40','\x0c','\x1c','\x40','\x0c','\x18','\x40','\x0c','\x18','\x40','\x0c','\x18','\x60','\x0c','\x18','\x20','\x0c','\x18','\x20','\x08','\x18','\x30','\x08','\x18','\x30','\x18','\x18','\x18','\x10','\x18','\x1f','\x20','\x18','\x0e','\xc0','\x18','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x40','\x41','\x90','\x60','\x81','\x80','\x60','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x00','\x18','\x00','\x02','\x18','\x00','\x02','\x18','\x00','\x02','\x18','\x00','\x03','\x1f','\xff','\xff','\x0f','\xff','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x11','\x04','\x80','\x20','\x88','\x60','\x40','\xd0','\x30','\x80','\xc0','\x30','\x07','\x00','\x00','\x06','\x02','\x0c','\x06','\x33','\xfe','\x7f','\xfb','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x08','\x73','\x0c','\x18','\x63','\xfc','\x10','\x63','\x0c','\x23','\xe3','\x0c','\xc0','\xc0','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x0c','\x18','\x18','\x0f','\xff','\xfc','\x18','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x40','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x14','\x04','\x80','\x22','\x08','\x60','\x43','\x10','\x30','\x83','\x40','\x30','\x00','\x70','\x00','\x00','\x60','\x40','\x00','\xc0','\x30','\x00','\x80','\x18','\x7f','\xff','\xec','\x3f','\xc0','\x0e','\x20','\x00','\x06','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x10','\x00','\x00','\x0e','\x20','\x18','\x06','\x3f','\xfc','\x80','\x30','\x18','\x70','\x30','\x18','\x31','\x30','\x18','\x02','\x30','\x18','\x04','\x30','\x18','\x0c','\x30','\xf8','\x18','\x30','\x30','\xf0','\x30','\x02','\x70','\x30','\x02','\x30','\x30','\x02','\x30','\x30','\x03','\x38','\x3f','\xff','\x18','\x1f','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x19','\x9f','\x33','\xff','\xce','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x30','\x84','\x00','\x30','\x07','\x00','\x00','\x06','\x00','\x30','\x0f','\xff','\xf8','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x7e','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\xa0','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x20','\x31','\xff','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x20','\x31','\xff','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x10','\x33','\xff','\xf8','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\xa0','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x20','\x31','\xff','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x20','\x31','\xff','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x80','\x30','\x0c','\x60','\x30','\x0c','\x20','\x33','\xff','\xf8','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x40','\x41','\x90','\x60','\x81','\x80','\x60','\x00','\x00','\x18','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x30','\x84','\x00','\x30','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x27','\xfe','\x0c','\xc6','\x06','\x0c','\x06','\x06','\x0c','\x07','\xfe','\x0c','\x06','\x06','\x0c','\x06','\x06','\x1c','\x07','\xfe','\x18','\x06','\x06','\x18','\x00','\x00','\x38','\x00','\x01','\xf0','\x00','\x00','\x60','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x80','\x30','\x81','\x98','\x30','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\x81','\xc0','\x07','\x00','\xf8','\x1c','\x00','\x3f','\xe3','\xff','\xce','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x30','\x84','\x1c','\x30','\x07','\x18','\x00','\x06','\x18','\x30','\x0f','\xff','\xf8','\x08','\x18','\x00','\x10','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\xc3','\x00','\x01','\x83','\x02','\x03','\x83','\x02','\x07','\x03','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x0c','\x1f','\xff','\xfe','\x12','\x09','\x00','\x21','\x10','\xc0','\x41','\xa0','\x40','\x01','\x80','\x18','\x06','\x01','\xfc','\xff','\x3f','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x39','\x8c','\x33','\x31','\xfe','\x7f','\xb1','\x80','\x63','\x31','\x80','\x03','\x31','\x80','\x26','\x31','\x86','\x16','\xff','\xff','\x0c','\x00','\x00','\x0b','\x00','\x00','\x11','\xff','\xff','\x20','\x3f','\xfe','\xc0','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x30','\x00','\x00','\x20','\x00','\x10','\x40','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x80','\x30','\x81','\x9c','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x08','\x18','\x40','\x0e','\x18','\x70','\x0c','\x18','\x60','\x0b','\x18','\xd0','\x19','\xb4','\x88','\x11','\xb5','\x0c','\x20','\x32','\x0c','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x7e','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x30','\x80','\x00','\x30','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x06','\x02','\x01','\xc6','\x02','\x03','\x86','\x02','\x07','\x06','\x03','\x1c','\x07','\xff','\xe0','\x03','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x02','\x08','\x00','\x03','\x8e','\x00','\x07','\x1c','\x0c','\x06','\x1f','\xfe','\x0c','\x36','\x00','\x1c','\x66','\x00','\x3c','\xc6','\x0c','\x6d','\x07','\xfe','\x8c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x0c','\x07','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x84','\x30','\x08','\x07','\x00','\x0e','\x06','\x00','\x0c','\x06','\x06','\x0d','\xcf','\xff','\x19','\x88','\x20','\x19','\x94','\x38','\x39','\xa4','\x30','\x39','\x82','\x60','\x59','\x83','\x60','\x99','\x81','\xc0','\x19','\x80','\x80','\x19','\x81','\xc0','\x19','\x83','\x70','\x19','\x86','\x3f','\x18','\x0c','\x1e','\x18','\x30','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x40','\x21','\x08','\x30','\x41','\x90','\x30','\x81','\x8e','\x00','\x00','\x0c','\xc0','\x10','\x0c','\x4c','\x1f','\xff','\xfe','\x18','\x06','\x00','\x18','\x06','\x10','\x18','\x66','\x1c','\x1f','\xf3','\x18','\x18','\x63','\x30','\x18','\x61','\xb0','\x18','\x61','\xe2','\x18','\xe0','\xc2','\x30','\xc1','\xe2','\x37','\xc3','\x72','\x21','\x8c','\x3f','\x40','\x30','\x1f','\x80','\x00','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x04','\x18','\x40','\x07','\x18','\x70','\x06','\x18','\x60','\x0c','\x18','\x60','\x0b','\x18','\xd8','\x11','\x98','\x8c','\x21','\x99','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x00','\x00','\x0e','\x0e','\x1c','\x0c','\x0c','\x18','\x0d','\x8c','\x18','\xff','\xff','\xff','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\x18','\xfe','\x0f','\xf8','\x7c','\x0c','\x18','\x4c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0f','\xf8','\x18','\x0c','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\xa0','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x07','\x0c','\x31','\xff','\x8c','\x30','\x18','\x0c','\x30','\x18','\xcc','\x37','\xff','\xec','\x30','\x3c','\x0c','\x30','\x7b','\x0c','\x30','\xd9','\x8c','\x31','\x18','\xcc','\x36','\x18','\xcc','\x30','\x18','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\x80','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0e','\x07','\x0c','\x0c','\x06','\x1e','\x0f','\xf6','\x70','\x0c','\x07','\x82','\x0c','\x06','\x02','\xff','\xe6','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0d','\xb0','\x00','\xff','\xf0','\xe0','\x0c','\x30','\xc0','\x0c','\x37','\xfc','\x0c','\x34','\xc4','\x0d','\xb4','\xc4','\x1e','\x34','\xc4','\xfc','\x34','\xdc','\x6c','\x34','\xcc','\x4c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\x06','\x7c','\x3f','\xff','\x18','\x30','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x40','\x21','\x88','\x30','\x41','\x80','\x30','\x90','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x03','\x0c','\x61','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\xd0','\x30','\x80','\xc0','\x30','\x03','\x00','\x00','\x03','\x00','\x0e','\x06','\xc1','\xcc','\x0c','\x31','\x8c','\x18','\x19','\x8c','\x30','\xd9','\x8c','\xcf','\xe1','\x8c','\x00','\x01','\x8c','\x20','\x31','\x8c','\x3f','\xf9','\x8c','\x30','\x31','\x8c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x3f','\xf0','\x7c','\x30','\x30','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x30','\x80','\x04','\x30','\x00','\xe3','\x00','\x00','\xc1','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x80','\x00','\x33','\xc0','\x00','\x1c','\x08','\x01','\xe7','\x8c','\x7e','\x00','\xfc','\x00','\xe6','\x00','\x00','\xc2','\x06','\x7f','\xff','\xff','\x00','\x60','\x80','\x00','\x33','\xc0','\x00','\x1c','\x04','\x01','\xe7','\x86','\x7e','\x00','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x60','\x80','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x10','\x0f','\xff','\xf0','\x00','\x00','\x10','\x0f','\xff','\xf0','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x40','\x21','\x88','\x30','\x41','\x90','\x30','\x80','\x01','\xc0','\x00','\x1f','\xe0','\x0f','\xf8','\x40','\x04','\x20','\x60','\x06','\x30','\x80','\x1f','\xff','\xf8','\x00','\x18','\x18','\x00','\x18','\x1a','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x30','\x81','\x03','\x30','\x01','\xff','\x80','\x03','\x06','\x00','\x06','\x04','\x30','\x0f','\xff','\xf8','\x30','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x60','\x80','\x00','\x00','\x21','\x88','\x0c','\x3f','\xcf','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x3c','\x3f','\x8c','\x18','\x31','\x8c','\x00','\x31','\x8f','\xfe','\x31','\x8c','\x86','\x3f','\x8c','\x8c','\x31','\x8c','\x4c','\x31','\x8c','\x58','\x21','\x8c','\x30','\x61','\x8c','\x58','\x4f','\x8d','\x8f','\x83','\x0c','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\xa0','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x0c','\x00','\x30','\x0c','\x00','\x37','\xff','\xfc','\x31','\x0c','\x20','\x31','\x0c','\x20','\x33','\x8c','\x70','\x32','\xda','\x98','\x34','\x59','\x08','\x30','\x31','\x80','\x30','\x60','\xe0','\x31','\x80','\x7c','\x36','\x00','\x18','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\xa0','\x60','\x80','\x30','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x08','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x10','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x60','\x80','\x00','\x00','\x04','\x3f','\xe0','\x07','\x00','\x60','\x06','\x00','\x6c','\x0c','\xff','\xfe','\x0c','\x20','\x00','\x18','\x30','\x00','\x18','\x3f','\xf8','\x38','\x23','\x00','\x58','\x43','\x06','\x99','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x19','\xc0','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x04','\x00','\x39','\xc7','\x00','\x31','\x86','\x0c','\xff','\xe7','\xfe','\x31','\x84','\x0c','\x31','\x8c','\x08','\x31','\x89','\xd0','\x31','\x91','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x83','\x40','\x31','\x83','\x20','\x31','\x82','\x38','\x3f','\x86','\x1f','\x31','\x8c','\x0e','\x00','\x30','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x40','\x21','\x08','\x30','\x41','\x90','\x30','\x81','\x8e','\x00','\x00','\x0c','\xc0','\x20','\x0c','\x4c','\x3f','\xff','\xfe','\x30','\x06','\x00','\x30','\x06','\x10','\x33','\xf6','\x1c','\x30','\x03','\x18','\x30','\x03','\x30','\x33','\xf1','\xb0','\x32','\x11','\xe2','\x32','\x10','\xc2','\x33','\xf1','\xe2','\x20','\x03','\x72','\x60','\x0c','\x3f','\x40','\x30','\x1f','\x80','\x00','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x30','\x81','\xff','\xb0','\x01','\x81','\x80','\x03','\x03','\x00','\x03','\xff','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x70','\x00','\x01','\xc0','\x20','\x07','\x30','\x38','\x38','\x58','\x70','\x01','\x9c','\xc0','\x06','\x2e','\x00','\x38','\x4d','\x80','\x01','\x8c','\xe0','\x0e','\x0c','\x7e','\x70','\x7c','\x1c','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x20','\x81','\x00','\x88','\x3f','\xff','\xfc','\x01','\x00','\x80','\x1f','\xff','\xf8','\x01','\x00','\x82','\xff','\xff','\xff','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x60','\x08','\x00','\x00','\x4d','\x80','\x06','\x7f','\xdf','\xff','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x88','\xc6','\x7f','\x8f','\xff','\x60','\x0c','\xc6','\x60','\x0c','\xc6','\x7f','\x8c','\xc6','\x61','\x8c','\xc6','\x61','\x8c','\xc6','\x61','\x8c','\xde','\x61','\x8c','\xcc','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x00','\x00','\xc0','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x80','\x60','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xe4','\x08','\x01','\xc2','\x1c','\x07','\x81','\x60','\x19','\x81','\x80','\xe1','\x80','\xe0','\x0f','\xfc','\x7e','\x07','\xc0','\x3c','\x04','\x00','\x0c','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x06','\x1f','\xff','\xff','\x14','\x10','\x80','\x23','\x20','\x60','\x41','\x18','\x20','\xbf','\xff','\xfc','\x00','\x00','\x00','\x1f','\xff','\xf8','\x06','\x00','\x60','\x06','\x00','\x62','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\xff','\xf8','\x00','\xe4','\x04','\x01','\xc2','\x0e','\x07','\x81','\x30','\x19','\x81','\x80','\xe1','\x80','\xe0','\x0f','\xfc','\x7e','\x07','\xc0','\x3c','\x04','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\xa0','\x60','\x80','\x30','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\xc3','\x30','\x0c','\x3c','\x30','\x0c','\xc3','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0e','\x07','\x00','\x0c','\x66','\x10','\x0f','\xf6','\x78','\x0c','\x07','\xc2','\x0c','\x06','\x02','\xff','\xe6','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x04','\x80','\x41','\x88','\x60','\x00','\x80','\x20','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x00','\x01','\xd8','\xc0','\x07','\x18','\x78','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x10','\x02','\x00','\x18','\x63','\x06','\x3f','\xf7','\xff','\x2c','\x04','\x40','\x44','\x08','\x30','\x83','\x13','\x90','\x03','\x03','\x06','\x7f','\xf3','\xff','\x10','\x43','\x00','\x08','\x43','\xfc','\x08','\x80','\x0c','\xff','\xf8','\x0c','\x00','\x03','\xfc','\x3f','\xe3','\x00','\x30','\x63','\xfe','\x30','\x63','\x00','\x3f','\xe3','\xfe','\x30','\x63','\x00','\x30','\x63','\xfe','\x3f','\xe3','\x00','\x30','\x63','\x02','\x30','\x63','\x03','\x31','\xe3','\xff','\x30','\xc1','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x08','\x80','\x21','\x80','\x60','\x41','\x9c','\x60','\x80','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x01','\x80','\x00','\x07','\xc1','\xfc','\x78','\x00','\x1e','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x60','\x8e','\x04','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x0c','\xff','\xef','\xfe','\x18','\x0a','\x00','\x18','\x13','\x00','\x19','\x87','\xfc','\x1f','\xc4','\xc0','\x19','\x88','\xc0','\x19','\x80','\xc6','\x19','\x9f','\xff','\x31','\x81','\xa0','\x31','\x81','\xa0','\x23','\x83','\x10','\x63','\x02','\x1c','\x4f','\x04','\x0f','\x86','\x18','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x05','\x00','\x21','\x88','\xc0','\x41','\x90','\x60','\x80','\x00','\x68','\x3f','\xf8','\x0e','\x30','\x18','\x1c','\x31','\x18','\x38','\x37','\xd8','\x60','\x31','\x19','\x88','\x31','\x18','\x0e','\x37','\xd8','\x1c','\x30','\x18','\x38','\x37','\xd8','\x60','\x34','\x59','\x84','\x34','\x58','\x07','\x37','\xd8','\x0e','\x20','\x18','\x1c','\x60','\x18','\x30','\x40','\xf8','\xc0','\x80','\x33','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x20','\x9f','\xff','\xf8','\x10','\x18','\x08','\x1f','\xff','\xf8','\x10','\x18','\x08','\x10','\x18','\x08','\x1f','\xff','\xf8','\x03','\x18','\xc0','\x03','\x18','\xc6','\xff','\xff','\xff','\x03','\x18','\xc0','\x03','\x18','\xc0','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x0c','\x80','\x43','\x10','\x60','\x81','\x00','\x20','\x00','\x04','\x00','\x00','\x0f','\xf0','\x70','\x18','\x60','\x1c','\x64','\xc0','\x0c','\x03','\x80','\x00','\x0c','\x70','\x00','\x31','\x1f','\x0c','\xcf','\xe6','\xfe','\x01','\x00','\x0c','\x0f','\xe0','\x0c','\x01','\x00','\x0c','\x7f','\xfc','\x0c','\x01','\x00','\x1a','\x01','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x10','\x00','\x00','\x0c','\x3f','\xf0','\x84','\x06','\x30','\x61','\x06','\x30','\x22','\x24','\x38','\x0c','\x4c','\x66','\xf8','\xc9','\xe2','\x30','\x10','\xc0','\x30','\x20','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x03','\x98','\xf0','\x1e','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x00','\x18','\x00','\x07','\xff','\xe0','\x04','\x18','\x26','\xff','\xff','\xff','\x04','\x18','\x20','\x07','\xff','\xe0','\x00','\x18','\x00','\x0f','\xff','\xf0','\x08','\x18','\x10','\x0f','\xff','\xf0','\x00','\xc0','\x06','\xff','\xff','\xff','\x03','\x01','\xc0','\x06','\xc3','\x00','\x00','\x3f','\xc0','\x00','\xf0','\xf0','\x1f','\x00','\x30','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x3f','\xff','\xfc','\x00','\x18','\x00','\x07','\x1f','\xf0','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x06','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x10','\x02','\x0c','\x12','\x21','\x8c','\x33','\x18','\x9c','\x63','\x08','\x18','\x60','\x00','\xf8','\x00','\x00','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x08','\x80','\x21','\x80','\x60','\x40','\x98','\x20','\x8f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x01','\x80','\x00','\x07','\xc1','\xfc','\x78','\x00','\x1e','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x11','\x08','\x80','\x20','\xc0','\x60','\x40','\x40','\x20','\x01','\x81','\x80','\x1f','\xff','\xf8','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x01','\x00','\x00','\x03','\xc1','\xf0','\x07','\x00','\x3c','\x38','\x00','\x0c','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x10','\x20','\x3f','\xc7','\xf8','\x12','\x02','\x40','\x12','\x02','\x44','\xff','\xef','\xfe','\x05','\x00','\xa0','\x0d','\x21','\x22','\x19','\xc6','\x23','\x31','\x98','\x3f','\xc0','\x00','\x1e','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x02','\x00','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x42','\x08','\x60','\x82','\xc0','\x20','\x01','\xff','\x80','\x03','\x01','\x00','\x06','\x02','\x06','\x0f','\xff','\xff','\x3c','\x30','\xc0','\xcc','\xc0','\x7e','\x0f','\x3f','\x80','\x0c','\x00','\x00','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x0c','\xff','\xe0','\x18','\x00','\x00','\x18','\xff','\xe0','\x10','\x00','\x00','\x33','\xff','\xf8','\x23','\x00','\x18','\x43','\xff','\xf8','\x03','\x00','\x18','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x08','\xff','\xff','\xff','\x00','\x18','\x08','\x1f','\xff','\xf8','\x00','\x18','\x00','\x1d','\x19','\x1c','\x18','\xd9','\x98','\x18','\x5a','\x18','\x1b','\xff','\xd8','\x18','\x38','\x18','\x30','\x7c','\x18','\x30','\xdb','\x18','\x21','\x99','\x98','\x46','\x19','\x98','\x80','\x18','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x08','\x80','\x21','\x00','\x60','\x41','\x98','\x30','\x81','\xb8','\x30','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\x81','\xe0','\x06','\x7e','\x7f','\x18','\x00','\x0e','\xe0','\x00','\x00','\x0f','\xe7','\xf0','\x0c','\x66','\x30','\x0c','\x66','\x30','\x0c','\x66','\x30','\x0f','\xe7','\xf0','\x02','\x00','\x80','\x03','\x00','\xc0','\x06','\xe1','\xb0','\x0c','\x63','\x1c','\x30','\x0c','\x0c','\x10','\x02','\x00','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x04','\x07','\xff','\xe8','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x30','\x1f','\xdf','\xfe','\x10','\x48','\x30','\x10','\x46','\x30','\x1f','\xc6','\xf0','\x00','\x00','\x60','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x02','\x20','\x7f','\xf3','\x80','\x62','\x03','\x00','\x62','\x02','\x06','\x7f','\xe7','\xff','\x60','\x64','\x00','\x60','\x68','\x00','\x7f','\xe0','\x0c','\x62','\x03','\xfe','\x62','\x00','\x00','\x7f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x22','\x04','\x80','\x41','\x88','\x60','\x80','\x80','\x20','\x07','\x21','\x00','\x46','\x31','\xc0','\x36','\x61','\x80','\x16','\x81','\x86','\xff','\xfb','\xff','\x0e','\x02','\x10','\x1f','\x85','\x1c','\x36','\x69','\x18','\xc6','\x21','\x18','\x0c','\x00','\xb0','\xff','\xf8','\xb0','\x18','\xc0','\x60','\x30','\xc0','\x60','\x3d','\x80','\xf0','\x07','\x01','\x9f','\x1d','\xc3','\x0e','\xe0','\xcc','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x94','\x20','\x8e','\x07','\x00','\x0c','\x06','\x06','\x0c','\xcf','\xff','\xff','\xe8','\x00','\x18','\x12','\x08','\x18','\x0f','\xfe','\x19','\x82','\x08','\x1f','\xc3','\xf8','\x19','\x82','\x08','\x19','\x83','\xf8','\x19','\x82','\x08','\x31','\x82','\x08','\x31','\x9f','\xff','\x23','\x82','\x00','\x63','\x03','\x18','\x4f','\x06','\x0e','\x86','\x18','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x23','\x08','\x60','\x41','\x04','\x20','\x8e','\x4e','\x06','\x0c','\x79','\xff','\x0c','\x60','\x66','\xff','\xe0','\x66','\x0c','\x64','\x46','\x0c','\x66','\xc6','\x0c','\xfa','\x9e','\x0c','\x61','\x0c','\x0f','\x00','\x00','\xfc','\x3f','\xfc','\x6c','\x31','\x0c','\x4c','\x31','\x0c','\x0c','\x3f','\xfc','\x0c','\x31','\x0c','\x0c','\x31','\x0c','\x7c','\x3f','\xfc','\x18','\x30','\x0c','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x10','\x28','\x3f','\x1b','\x8c','\x33','\x1b','\x18','\x33','\x03','\x20','\x33','\x7f','\xfc','\x3f','\x06','\x80','\x33','\x04','\x40','\x33','\xff','\xff','\x33','\x08','\x30','\x33','\x11','\x98','\x3f','\x29','\x2f','\x33','\x4d','\x36','\x33','\x8d','\x40','\x33','\x01','\x00','\x23','\x0d','\x70','\x63','\x71','\x1c','\x4f','\x27','\x0c','\x86','\x03','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x23','\x28','\x3f','\x13','\x0c','\x33','\x03','\x10','\x33','\x7f','\xfc','\x33','\x04','\x80','\x3f','\x0c','\x40','\x33','\xff','\xff','\x33','\x11','\x30','\x33','\x23','\x1c','\x33','\x54','\x4f','\x3f','\x88','\x86','\x33','\x05','\x10','\x33','\x7f','\xf8','\x33','\x31','\x08','\x23','\x19','\x20','\x63','\x11','\x18','\x4f','\x27','\x0c','\x86','\x43','\x0c','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x22','\x04','\x80','\x41','\x88','\x60','\x86','\x80','\x26','\x06','\x0f','\xff','\xff','\xf0','\xc0','\x06','\x00','\x80','\x46','\x27','\xfc','\x7f','\xf6','\x0c','\x46','\x26','\x0c','\x46','\x27','\xfc','\x46','\x26','\x0c','\x7f','\xe6','\x0c','\x4e','\x27','\xfc','\x0f','\x06','\x0c','\x16','\xc6','\x0c','\x16','\x67','\xfc','\x26','\x62','\x00','\x46','\x03','\x38','\x86','\x06','\x0e','\x06','\x18','\x06','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x89','\x20','\x20','\x08','\x21','\xc0','\x16','\x59','\x90','\x22','\x89','\x8c','\x00','\x01','\x84','\xff','\xff','\xff','\x00','\x01','\x80','\x04','\x40','\x88','\x3c','\x78','\xce','\x04','\x40','\xcc','\x3c','\x78','\x58','\x04','\x40','\x70','\x3c','\x78','\x22','\x04','\x40','\x72','\x04','\x7c','\xda','\xff','\xc1','\x9e','\x78','\x03','\x0f','\x40','\x0c','\x03','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x42','\x08','\x60','\x82','\x00','\x20','\x01','\x81','\xc0','\x3f','\xf9','\x90','\x01','\x81','\x8c','\x01','\x81','\x84','\xff','\xff','\xff','\x00','\x01','\x80','\x04','\x40','\x88','\x3c','\x78','\xce','\x04','\x40','\xcc','\x3c','\x78','\x58','\x04','\x40','\x70','\x3c','\x78','\x22','\x04','\x40','\x72','\x04','\x7c','\xda','\xff','\xc1','\x9e','\x78','\x03','\x0f','\x40','\x0c','\x03','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x1f','\xf7','\xff','\x34','\x04','\x80','\x23','\x18','\x60','\x43','\x3c','\x60','\x80','\x72','\x00','\x01','\xc1','\x80','\x07','\x00','\xf0','\x1c','\xff','\x3f','\xe0','\x00','\x0e','\x1f','\x7e','\xf8','\x11','\x42','\x88','\x11','\x42','\x88','\x1f','\x7e','\xf8','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x78','\x18','\x42','\x30','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x22','\x04','\x80','\x41','\x88','\x60','\x86','\x80','\x20','\x06','\x11','\x08','\xff','\xf9','\x98','\x08','\x83','\x12','\x27','\x23','\xff','\x28','\xa6','\x20','\x20','\x2a','\x20','\x3f','\xe2','\x24','\x06','\x03','\xfe','\x44','\x32','\x20','\x7f','\xfa','\x20','\x64','\x32','\x24','\x65','\x33','\xfe','\x7f','\xb2','\x20','\x6c','\xb2','\x20','\x60','\x32','\x22','\x61','\xf3','\xff','\x60','\x62','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4c','\x81','\x80','\x4c','\xe1','\x80','\x6c','\xc1','\x80','\x6c','\x81','\x80','\x0d','\x01','\x80','\x0c','\x41','\x80','\xff','\xe1','\x80','\x0c','\x01','\x86','\x0c','\x3f','\xff','\x1e','\x01','\x80','\x1d','\x81','\x80','\x1c','\xc1','\x80','\x3c','\xc1','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x1c','\xe0','\x0c','\x18','\xc0','\x4c','\x98','\xc0','\x4c','\xd8','\xc0','\x6d','\x98','\xc0','\x6d','\x18','\xc0','\x0e','\x18','\xc4','\x0c','\x98','\xc7','\xff','\xda','\xc6','\x0c','\x1f','\xcc','\x0c','\x18','\xd0','\x1e','\x18','\xe0','\x1d','\x98','\xc0','\x1c','\xd8','\xc0','\x3c','\xd8','\xc0','\x2c','\x18','\xc0','\x6c','\x18','\xc0','\x4c','\x18','\xc0','\x8c','\x18','\xc2','\x0c','\x18','\xc2','\x0c','\x1f','\xc2','\x0c','\xfc','\xc3','\x0c','\x70','\xff','\x0c','\x40','\x7e','\x0e','\x00','\x00','\x0c','\x00','\x06','\x4c','\x9f','\xff','\x4c','\xe0','\x00','\x6c','\xc0','\x00','\x6c','\x88','\x0c','\x0d','\x0f','\xfe','\x0c','\x4c','\x0c','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1e','\x0c','\x0c','\x1d','\x8f','\xfc','\x1c','\xcc','\x0c','\x3c','\xcc','\x0c','\x2c','\x0c','\x00','\x6c','\x0c','\x00','\x4c','\x0c','\x00','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x10','\x00','\x0c','\x30','\x00','\x0c','\x20','\x00','\x0c','\x40','\x00','\x00','\x80','\x00','\x00','\xe0','\x00','\x10','\xc0','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x19','\x11','\x18','\x18','\x92','\x18','\x1b','\xff','\xd8','\x18','\x30','\x18','\x18','\x7e','\x18','\x18','\xd3','\x98','\x1b','\x10','\x98','\x18','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x07','\xc0','\x00','\x01','\x80','\x0e','\x03','\x00','\x0c','\x03','\x00','\x4c','\x83','\x00','\x4c','\xc6','\x80','\x6d','\x86','\x80','\x6d','\x04','\x40','\x0e','\x0c','\x60','\x0c','\x88','\x30','\xff','\xd0','\x1c','\x0c','\x20','\xcf','\x0c','\x4f','\xe6','\x1e','\x00','\x00','\x1d','\x00','\x00','\x1d','\x80','\x00','\x3d','\xa0','\x18','\x2c','\x3f','\xfc','\x6c','\x30','\x18','\x4c','\x30','\x18','\x8c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x00','\x20','\x00','\x00','\x38','\x00','\x06','\x30','\x0c','\x7f','\x7f','\xfe','\x00','\x46','\x0c','\x00','\x86','\x08','\x00','\x0d','\x10','\x01','\x8c','\x80','\x0e','\x18','\x60','\xf8','\x30','\x38','\x70','\xc0','\x1f','\x43','\x00','\x06','\x08','\x1c','\x40','\x06','\x18','\x70','\x03','\x18','\xe0','\x03','\x19','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x00','\x03','\x98','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x4c','\xbf','\xff','\x4c','\xc1','\x80','\x6d','\x81','\x00','\x6d','\x01','\x00','\x0e','\x22','\x06','\x0c','\xbf','\xff','\xff','\xf2','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x1e','\x32','\x46','\x1d','\x32','\x46','\x1d','\xb2','\x46','\x3d','\xb2','\x46','\x2c','\x32','\x46','\x6c','\x32','\x46','\x4c','\x32','\x46','\x8c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x4c','\xb0','\x06','\x4c','\xf0','\x06','\x6d','\xb0','\x66','\x6d','\x37','\xf6','\x0e','\x30','\x06','\x0c','\xb0','\x06','\xff','\xf0','\x06','\x0c','\x32','\x26','\x0c','\x33','\xf6','\x1e','\x32','\x26','\x1d','\x32','\x26','\x1d','\xb2','\x26','\x3d','\xb2','\x26','\x2c','\x32','\x26','\x6c','\x33','\xe6','\x4c','\x32','\x26','\x8c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x4c','\x81','\x80','\x4c','\xc1','\x80','\x6d','\x81','\x00','\x6d','\x01','\x00','\x0e','\x12','\x0c','\x0c','\x9f','\xfe','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x18','\x0c','\x1d','\x98','\x0c','\x3d','\x9f','\xfc','\x2c','\x18','\x0c','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x4c','\x01','\x80','\x4d','\x01','\x80','\x6d','\xa1','\x8c','\x6d','\x3f','\xfe','\x0e','\x31','\x8c','\x0c','\x31','\x8c','\xff','\xb1','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x1d','\xbf','\xfc','\x3d','\xb1','\x8c','\x2c','\x01','\x80','\x6c','\x09','\x80','\x4c','\x05','\x00','\x8c','\x03','\x00','\x0c','\x03','\x80','\x0c','\x06','\xe0','\x0c','\x0c','\x7f','\x0c','\x18','\x1e','\x0c','\xe0','\x06','\x03','\x80','\x00','\x03','\x30','\x00','\x03','\xf8','\x0c','\x03','\x07','\xfe','\x23','\x02','\x0c','\x3f','\xf1','\x18','\x30','\x61','\xb0','\x6c','\xc0','\xc0','\x47','\x81','\xe0','\x83','\x06','\x38','\x06','\x00','\x1f','\x18','\x1c','\x86','\x66','\x18','\xe0','\x03','\x98','\xc0','\x01','\x98','\x80','\x00','\x19','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x00','\x03','\x98','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x10','\x00','\x00','\x0e','\x00','\x30','\x06','\x7f','\xf8','\x80','\x06','\x30','\x70','\x06','\x30','\x32','\x46','\x38','\x04','\x4c','\x34','\x08','\xcc','\x76','\x19','\x98','\x63','\xf1','\x93','\xe3','\x70','\x20','\xc0','\x30','\x40','\x00','\x34','\x1c','\x40','\x03','\x18','\x70','\x01','\x98','\xe0','\x01','\x99','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x00','\x03','\x98','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4c','\x91','\x98','\x4c','\xdf','\xfc','\x6d','\x98','\x18','\x6d','\x18','\x18','\x0e','\x18','\x18','\x0c','\x9f','\xf8','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x18','\x18','\x1d','\x1f','\xf8','\x1d','\x99','\x04','\x3d','\x99','\x07','\x2c','\x18','\x8e','\x6c','\x18','\x88','\x4c','\x18','\xd0','\x8c','\x18','\x60','\x0c','\x18','\x70','\x0c','\x1f','\x38','\x0c','\xfc','\x1f','\x0c','\x70','\x0e','\x0c','\x40','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4c','\x81','\x80','\x4c','\xc1','\x8c','\x6d','\xbf','\xfe','\x6d','\x00','\x00','\x0e','\x08','\x20','\x0c','\x8e','\x38','\xff','\xcc','\x30','\x0c','\x0a','\x28','\x0c','\x1b','\x64','\x1e','\x13','\x46','\x1d','\x20','\x86','\x1d','\x80','\x00','\x3d','\x81','\xc0','\x2c','\x01','\x86','\x6c','\x7f','\xff','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4c','\x91','\x80','\x4c','\xd1','\x86','\x6d','\x9f','\xff','\x6d','\x30','\x06','\x0e','\x30','\x04','\x0c','\x80','\x30','\xff','\xcf','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1e','\x00','\x0c','\x1d','\x3f','\xfe','\x1d','\x81','\x80','\x3d','\x81','\x80','\x2c','\x11','\x90','\x6c','\x1d','\x88','\x4c','\x19','\x8c','\x8c','\x31','\x86','\x0c','\x21','\x86','\x0c','\x41','\x86','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x4c','\x8c','\x60','\x4c','\xcc','\x66','\x6d','\xbf','\xff','\x6d','\x0c','\x60','\x0e','\x0c','\x60','\x0c','\x8c','\x60','\xff','\xc0','\x00','\x0c','\x08','\xe0','\x0c','\x0e','\xc0','\x1e','\x0c','\xc8','\x1d','\x1c','\xce','\x1d','\x98','\xcc','\x3d','\x98','\xd8','\x2c','\x38','\xe0','\x6c','\x38','\xc0','\x4c','\x58','\xc0','\x8c','\x98','\xc2','\x0c','\x18','\xc2','\x0c','\x18','\xc2','\x0c','\x18','\xc3','\x0c','\x18','\xff','\x0c','\x18','\x7e','\x0e','\x00','\x18','\x0c','\x1f','\xfc','\x4c','\x80','\x30','\x4c','\xc2','\x40','\x6d','\x81','\x80','\x6d','\x00','\x86','\x0e','\x3f','\xff','\x0c','\x81','\xcc','\xff','\xc3','\xc8','\x0c','\x06','\xd0','\x0c','\x0c','\xc0','\x1e','\x30','\xc0','\x1d','\x00','\x00','\x1d','\x81','\xc0','\x3d','\x81','\x86','\x2c','\x7f','\xff','\x6c','\x07','\xa0','\x4c','\x07','\xa0','\x8c','\x0d','\x90','\x0c','\x0d','\x98','\x0c','\x19','\x8f','\x0c','\x31','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x0e','\x38','\x0c','\x8c','\x30','\x4c','\xcc','\x36','\x4d','\xbf','\xff','\x6d','\x0c','\x30','\x6e','\x0c','\x30','\x0c','\x0f','\xf0','\x0c','\x8c','\x30','\xff','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x0f','\xf0','\x1e','\x0c','\x30','\x1d','\x0c','\x30','\x1d','\x8c','\x36','\x3d','\xff','\xff','\x2c','\x33','\x30','\x6c','\x33','\x30','\x4c','\x32','\x30','\x8c','\x36','\x3e','\x0c','\x34','\x1e','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x91','\x80','\x4c','\xd1','\x86','\x4d','\x9f','\xff','\x6d','\x30','\x04','\x6e','\x30','\x08','\x0c','\x00','\x04','\x0c','\xbf','\xfe','\xff','\xc3','\x00','\x0c','\x06','\x08','\x0c','\x0d','\x0e','\x1e','\x19','\x9c','\x1d','\x63','\xb0','\x1d','\x86','\xc0','\x3d','\x8c','\xc0','\x2c','\x18','\xe0','\x6c','\x61','\xe0','\x4c','\x03','\xd0','\x8c','\x06','\xd8','\x0c','\x0c','\xcf','\x0c','\x30','\xce','\x0c','\xc0','\xc6','\x0c','\x0f','\xc0','\x0c','\x03','\x80','\x0e','\x07','\x38','\x0c','\x86','\x30','\x4c','\xc6','\x32','\x4d','\xbf','\xff','\x6d','\x06','\x30','\x6e','\x06','\x30','\x0c','\x26','\x32','\x0c','\x3f','\xff','\xff','\xb0','\x00','\x0c','\x30','\x00','\x0c','\x33','\xfe','\x1e','\x32','\x22','\x1d','\x32','\x22','\x1d','\xb2','\x22','\x3d','\xb3','\xfe','\x2c','\x32','\x22','\x6c','\x32','\x22','\x4c','\x32','\x22','\x8c','\x23','\xfe','\x0c','\x22','\x22','\x0c','\x62','\x22','\x0c','\x42','\x22','\x0c','\x82','\x2e','\x0c','\x02','\x26','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x60','\x30','\x18','\x40','\x20','\x1b','\xfd','\xfe','\x18','\x40','\x20','\x18','\xe0','\x70','\x18','\xd8','\xa8','\x19','\x49','\x2c','\x1a','\x40','\x27','\x18','\x00','\x02','\x18','\x87','\x30','\x18','\x66','\x20','\x30','\x26','\x4c','\x33','\xff','\xfe','\x20','\x1e','\x80','\x60','\x36','\x40','\x40','\x66','\x30','\x81','\x86','\x1f','\x06','\x06','\x06','\x00','\x06','\x00','\x0e','\x07','\x38','\x0c','\x06','\x30','\x4c','\x86','\x36','\x4c','\xff','\xff','\x6d','\x86','\x30','\x6d','\x06','\x30','\x0e','\x1f','\xfc','\x0c','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x18','\x0c','\x1d','\x9f','\xfc','\x3d','\x81','\x80','\x2c','\x01','\x86','\x6c','\x7f','\xff','\x4c','\x03','\x40','\x8c','\x03','\x40','\x0c','\x06','\x20','\x0c','\x06','\x30','\x0c','\x0c','\x1f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x00','\x9a','\x00','\xfe','\x53','\x7e','\x02','\x52','\x02','\x7e','\x14','\x7e','\x41','\xff','\x40','\x7e','\x30','\x7e','\x06','\x78','\x06','\x06','\x56','\x06','\x0c','\x93','\x0c','\x7d','\x11','\x7c','\x18','\x00','\x18','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc6','\x0c','\x31','\x87','\xec','\x36','\x00','\x0c','\x30','\xff','\x0c','\x30','\x18','\x7c','\x30','\x18','\x18','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x4d','\x01','\x80','\x4d','\xa1','\x86','\x6d','\x3f','\xff','\x6e','\x61','\x86','\x0c','\x61','\x84','\x0c','\x1d','\xb8','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x1d','\xb8','\x1e','\x01','\x80','\x1d','\x00','\x06','\x1d','\xff','\xff','\x3d','\x83','\x00','\x2c','\x22','\x06','\x6c','\x3f','\xff','\x4c','\x32','\x46','\x8c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x5e','\x0c','\x32','\x4c','\x0e','\x20','\x06','\x0c','\xbf','\xff','\x4c','\xf0','\x00','\x4d','\xb1','\x10','\x6d','\x3f','\xfe','\x6e','\x31','\x10','\x0c','\x31','\x10','\x0c','\x37','\xfc','\xff','\xf4','\x44','\x0c','\x34','\x44','\x0c','\x37','\xfc','\x1e','\x34','\x44','\x1d','\x34','\x44','\x1d','\xb7','\xfc','\x3d','\xb0','\x40','\x2c','\x28','\x42','\x6c','\x2f','\xff','\x4c','\x28','\x42','\x8c','\x28','\x52','\x0c','\x68','\x7a','\x0c','\x4b','\xca','\x0c','\x49','\x02','\x0c','\x88','\x1e','\x0c','\x08','\x0c','\x06','\x03','\x06','\x7f','\x1f','\xbf','\x04','\x03','\x06','\x04','\x03','\x06','\x0e','\x1f','\x3e','\x0a','\x03','\x06','\x1b','\x03','\x06','\x11','\x9f','\x3e','\x21','\xe3','\x06','\x40','\xc0','\x00','\x80','\x04','\x40','\x0e','\x86','\x64','\x4c','\xcf','\xfe','\x6c','\x8c','\x40','\x2d','\x0c','\x48','\xff','\xdf','\xfc','\x0c','\x2c','\x40','\x1c','\x0c','\x48','\x1e','\x0f','\xfc','\x3d','\x8c','\x40','\x2c','\xcc','\x40','\x4c','\xcc','\x46','\x8c','\x0f','\xff','\x0c','\x0c','\x00','\x0e','\x03','\x06','\x0c','\x1f','\xbf','\x4c','\x83','\x06','\x4c','\x83','\x06','\x7f','\x9f','\x3e','\x0c','\x03','\x06','\x0c','\x03','\x06','\x4c','\x9f','\x3e','\x4c','\x83','\x06','\x7f','\x80','\x00','\x00','\x04','\x40','\x0e','\x06','\x64','\x4c','\x8f','\xfe','\x6c','\xcc','\x40','\x2d','\x0c','\x48','\xff','\xdf','\xfc','\x0c','\x2c','\x40','\x1c','\x0c','\x48','\x1e','\x0f','\xfc','\x3d','\x8c','\x40','\x2c','\xcc','\x40','\x4c','\xcc','\x46','\x8c','\x0f','\xff','\x0c','\x0c','\x00','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x00','\x04','\x06','\x00','\x49','\x06','\x00','\x31','\xc6','\x00','\x19','\x86','\x00','\x1b','\x06','\x00','\x06','\x06','\x00','\x04','\x86','\x00','\x08','\x46','\x00','\xff','\xe6','\x00','\x7e','\x66','\x00','\x46','\x66','\x00','\x06','\x06','\x00','\x26','\x06','\x00','\x3e','\x86','\x00','\x36','\x46','\x00','\x26','\x66','\x02','\x66','\x66','\x02','\x46','\x66','\x02','\x86','\x06','\x03','\x06','\x07','\xff','\x06','\x03','\xfe','\x04','\x00','\x00','\x07','\x00','\x0c','\x06','\x0f','\xfe','\x04','\x00','\xc0','\x49','\x00','\xc0','\x31','\xc0','\xc0','\x19','\x80','\xc0','\x1b','\x00','\xc0','\x06','\x00','\xc0','\x04','\x80','\xc6','\x08','\x5f','\xff','\xff','\xe0','\xc0','\x7e','\x60','\xc0','\x46','\x60','\xc0','\x06','\x00','\xc0','\x26','\x00','\xc0','\x3e','\x80','\xc0','\x36','\x40','\xc0','\x26','\x60','\xc0','\x66','\x60','\xc0','\x46','\x60','\xc0','\x86','\x00','\xc0','\x06','\x07','\xc0','\x06','\x01','\x80','\x04','\x00','\x38','\x07','\x00','\x30','\x06','\x00','\x30','\x04','\x00','\x30','\x49','\x00','\x30','\x31','\xc0','\x30','\x19','\x80','\x36','\x1b','\x1f','\xff','\x06','\x00','\x30','\x04','\x80','\x30','\x08','\x48','\x30','\xff','\xe4','\x30','\x7e','\x66','\x30','\x46','\x63','\x30','\x06','\x03','\x30','\x26','\x03','\x30','\x3e','\x80','\x30','\x36','\x40','\x30','\x26','\x60','\x30','\x66','\x60','\x30','\x46','\x60','\x30','\x86','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x08','\x00','\x00','\x0e','\x00','\x18','\x0c','\x0f','\xfc','\x08','\x00','\x00','\x92','\x00','\x00','\x63','\x80','\x00','\x33','\x00','\x00','\x36','\x00','\x00','\x0c','\x00','\x00','\x09','\x00','\x06','\x10','\x9f','\xff','\xff','\xc1','\x00','\x7c','\xc1','\xc0','\x4c','\xc1','\x80','\x0c','\x01','\x80','\x4d','\x03','\x10','\x7c','\x83','\x18','\x6c','\xc2','\x08','\x6c','\xc6','\x0c','\x4c','\xc4','\x0c','\x4c','\x04','\x76','\x8c','\x3f','\xc6','\x0c','\x1e','\x06','\x0c','\x10','\x06','\x08','\x1c','\x70','\x0e','\x18','\x60','\x0c','\x18','\x60','\x08','\x18','\x60','\x92','\x18','\x60','\x63','\x98','\x60','\x33','\x18','\x64','\x36','\x18','\x67','\x0c','\x1b','\x66','\x09','\x1f','\xec','\x10','\x98','\x70','\xff','\xd8','\x60','\x7c','\xd8','\x60','\x4c','\xd8','\x60','\x0c','\x18','\x60','\x4d','\x18','\x60','\x7c','\x98','\x60','\x6c','\xd8','\x60','\x6c','\xd8','\x62','\x4c','\xd8','\x62','\x4c','\x1f','\x62','\x8c','\x7c','\x63','\x0c','\x30','\x7f','\x0c','\x20','\x3e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x01','\xc0','\x00','\x83','\x80','\x00','\x67','\x00','\x00','\x3c','\x00','\x00','\xf7','\xc0','\x07','\xa1','\xff','\xf8','\x38','\x1e','\x04','\x32','\x00','\x03','\x43','\x80','\x01','\x87','\x20','\x01','\x8c','\x18','\x00','\x10','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x42','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x70','\x0e','\x18','\x1c','\x18','\x18','\x0e','\x60','\x18','\x06','\x08','\x10','\x06','\x0e','\x1f','\xff','\x0c','\x18','\x06','\x08','\x18','\x06','\x92','\x18','\x06','\x63','\x98','\x06','\x33','\x19','\x26','\x36','\x19','\xf6','\x0c','\x19','\x26','\x09','\x19','\x26','\x10','\x99','\x26','\xff','\xd9','\x26','\x7c','\xd9','\x26','\x4c','\xd9','\x26','\x0c','\x19','\x26','\x4c','\x19','\xe6','\x7d','\x19','\x26','\x6c','\x98','\x06','\x6c','\xd8','\x06','\x4c','\xd8','\x06','\x4c','\xd8','\x06','\x8c','\x18','\x06','\x0c','\x18','\x3e','\x0c','\x18','\x0c','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x10','\xc6','\x92','\x1f','\xff','\x63','\x98','\x00','\x33','\x18','\x00','\x36','\x18','\x80','\x0c','\x18','\xe0','\x09','\x18','\xc0','\x10','\x98','\xc0','\xff','\xd8','\xc0','\x7c','\xd8','\xc0','\x4c','\xd8','\x80','\x0c','\x18','\x80','\x4e','\x18','\x90','\x7d','\x18','\x88','\x6d','\x91','\x88','\x6d','\x91','\x0c','\x4d','\xb1','\x04','\x4c','\x21','\x3e','\x8c','\x2f','\xe6','\x0c','\x47','\x06','\x0c','\x04','\x06','\x07','\x03','\x80','\x06','\x03','\x00','\x06','\x63','\x00','\xff','\xf3','\x00','\x0e','\x03','\x00','\x0f','\x03','\x02','\x1e','\xc3','\x02','\x16','\x63','\x02','\x26','\x63','\x03','\xc6','\x03','\xff','\x06','\x21','\xfe','\x00','\x3a','\x00','\x04','\x33','\x80','\x03','\x43','\x20','\x01','\x86','\x18','\x01','\x88','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x42','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x70','\x0e','\x18','\x1c','\x18','\x18','\x0e','\x60','\x18','\x06','\x08','\x1d','\x98','\x0e','\x19','\x10','\x0c','\x19','\x10','\x08','\x19','\x10','\x92','\x19','\x10','\x63','\x99','\x10','\x33','\x19','\x10','\x36','\x19','\x16','\x0c','\x7f','\xff','\x0a','\x19','\x10','\x11','\x19','\x10','\xff','\x99','\x10','\x7d','\x99','\x10','\x4d','\x99','\x10','\x0c','\x19','\x10','\x4c','\x19','\xf0','\x7e','\x19','\x10','\x6d','\x19','\x10','\x6d','\x98','\x00','\x4d','\x98','\x00','\x4c','\x18','\x00','\x8c','\x18','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x00','\x08','\x01','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x08','\x01','\x80','\x92','\x03','\x10','\x63','\x83','\x08','\x33','\x02','\x0c','\x36','\x06','\x06','\x0c','\x04','\x3f','\x09','\x3f','\xe3','\x10','\x9e','\x03','\xff','\xd0','\x00','\x7c','\xc0','\x00','\x4c','\xc8','\x0c','\x0c','\x0f','\xfe','\x4c','\x0c','\x0c','\x7d','\x0c','\x0c','\x6c','\x8c','\x0c','\x6c','\xcc','\x0c','\x4c','\xcc','\x0c','\x4c','\xcc','\x0c','\x8c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x10','\xc0','\x08','\x10','\xc6','\x92','\x1f','\xff','\x63','\xb0','\x06','\x33','\x30','\x04','\x36','\x00','\x08','\x0c','\x00','\x00','\x09','\x00','\x00','\x10','\x80','\x06','\xff','\xdf','\xff','\x7c','\xc0','\xc0','\x4c','\xc0','\xc0','\x0c','\x00','\xc0','\x4c','\x00','\xc0','\x7d','\x00','\xc0','\x6c','\x80','\xc0','\x6c','\xc0','\xc0','\x4c','\xc0','\xc0','\x4c','\xc0','\xc0','\x8c','\x00','\xc0','\x0c','\x0f','\xc0','\x0c','\x03','\x80','\x08','\x01','\xc0','\x0e','\x01','\x88','\x0c','\x21','\x8e','\x08','\x19','\x8c','\x92','\x0d','\x98','\x63','\x8d','\x90','\x33','\x01','\xa0','\x36','\x01','\x8c','\x0c','\x1f','\xfe','\x09','\x01','\x80','\x10','\x81','\x80','\xff','\xc1','\x80','\x7c','\xc1','\x80','\x4c','\xc1','\x86','\x0c','\x3f','\xff','\x4c','\x01','\x80','\x7d','\x01','\x80','\x6c','\x81','\x80','\x6c','\xc1','\x80','\x4c','\xc1','\x80','\x4c','\xc1','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x08','\x07','\xfc','\x92','\x0c','\x18','\x63','\x8a','\x30','\x33','\x11','\x60','\x36','\x20','\xc0','\x0c','\x01','\xe0','\x09','\x03','\x38','\x10','\x86','\x1f','\xff','\xd8','\x06','\x7c','\xc0','\xe0','\x4c','\xc0','\xc0','\x0c','\x00','\xd8','\x4c','\x3f','\xfc','\x7d','\x0c','\xc0','\x6c','\x8c','\xc0','\x6c','\xcc','\xc6','\x4c','\xff','\xff','\x4c','\xc0','\xc0','\x8c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x01','\xc0','\x0e','\x01','\x88','\x0c','\x21','\x8e','\x08','\x31','\x8c','\x92','\x11','\x8c','\x63','\x99','\x98','\x33','\x19','\x98','\x36','\x19','\x90','\x0c','\x01','\x80','\x09','\x01','\x86','\x10','\xbf','\xff','\xff','\xc6','\x60','\x7c','\xc6','\x60','\x4c','\xc6','\x60','\x0c','\x06','\x60','\x4e','\x06','\x60','\x7d','\x06','\x60','\x6d','\x8c','\x60','\x6d','\x8c','\x62','\x4d','\x8c','\x62','\x4c','\x08','\x62','\x8c','\x18','\x63','\x0c','\x10','\x7f','\x0c','\x60','\x3e','\x08','\x08','\x00','\x0e','\x0e','\x0c','\x0c','\x0c','\xfe','\x08','\x1c','\x00','\x90','\x18','\x00','\x64','\x30','\x00','\x37','\x20','\x00','\x36','\x48','\x00','\x0c','\x0e','\x06','\x0a','\x0d','\xff','\x11','\x18','\x18','\xff','\x98','\x18','\x7c','\xb8','\x18','\x4c','\x38','\x18','\x0c','\x58','\x18','\x4e','\x18','\x18','\x7d','\x18','\x18','\x6d','\x98','\x18','\x6d','\x98','\x18','\x4c','\x18','\x18','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x18','\xf8','\x0c','\x18','\x30','\x04','\x00','\x40','\x07','\x00','\x70','\x06','\x00','\x60','\x04','\x00','\x40','\x49','\x04','\x90','\x31','\xc3','\x1c','\x19','\x81','\x98','\x1b','\x01','\xb0','\x06','\x00','\x60','\x04','\x80','\x48','\x08','\x40','\x84','\xff','\xef','\xfe','\x7e','\x67','\xe6','\x46','\x64','\x66','\x06','\x00','\x60','\x26','\x82','\x68','\x3e','\x63','\xe4','\x36','\x33','\x66','\x26','\x36','\x63','\x66','\x04','\x63','\x46','\x08','\x63','\x86','\x10','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x08','\x00','\xe0','\x0e','\x00','\xcc','\x0c','\x00','\xc6','\x08','\x00','\xc6','\x92','\x00','\xc0','\x63','\x80','\xc6','\x33','\x3f','\xff','\x36','\x00','\xc0','\x0c','\x00','\xc0','\x09','\x0e','\xc4','\x10','\x8c','\x67','\xff','\xcc','\x66','\x7c','\xcc','\x66','\x4c','\xcc','\x6c','\x0c','\x3f','\x2c','\x4d','\x0c','\x38','\x7c','\x8c','\x10','\x6c','\xcc','\x3a','\x6c','\xc8','\x2a','\x4c','\xd8','\x6a','\x4c','\x10','\x4e','\x8c','\x10','\x86','\x0c','\x21','\x07','\x0c','\x46','\x03','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x32','\x06','\xff','\xfb','\xff','\x0c','\x33','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x36','\xc3','\x06','\x31','\x83','\x06','\x03','\xc3','\xfe','\x06','\xc3','\x06','\x1c','\x20','\x00','\xe0','\x3a','\x00','\x04','\x33','\x80','\x03','\x63','\x20','\x01','\x86','\x18','\x01','\x88','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x04','\x18','\x00','\x07','\x18','\xe0','\x0e','\x18','\x3c','\x18','\x18','\x0e','\x60','\x18','\x06','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x11','\x8c','\x92','\x1f','\xfe','\x63','\x99','\x8c','\x33','\x19','\x8c','\x36','\x19','\x8c','\x0c','\x1f','\xfc','\x09','\x19','\x8c','\x10','\x99','\x8c','\xff','\xd9','\x8c','\x7c','\xdf','\xfc','\x4c','\xd9','\x90','\x0c','\x01','\x9c','\x4d','\x00','\xb8','\x7c','\x80','\xf0','\x6c','\xc0','\x42','\x6c','\xc0','\xe2','\x4c','\xc1','\xb2','\x4c','\x03','\x3a','\x8c','\x0c','\x1f','\x0c','\x30','\x0f','\x0c','\x00','\x06','\x08','\x10','\x10','\x0e','\x0c','\x1c','\x0c','\x06','\x18','\x08','\x06','\x30','\x92','\x00','\x24','\x63','\x9f','\xfe','\x33','\x06','\x30','\x36','\x06','\x30','\x0c','\x06','\x30','\x09','\x06','\x30','\x10','\x86','\x36','\xff','\xff','\xff','\x7c','\xc6','\x30','\x4c','\xc6','\x30','\x0c','\x06','\x30','\x4d','\x06','\x30','\x7c','\x86','\x30','\x6c','\xc6','\x30','\x6c','\xce','\x30','\x4c','\xcc','\x30','\x4c','\x0c','\x30','\x8c','\x18','\x30','\x0c','\x10','\x30','\x0c','\x20','\x30','\x08','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x08','\x00','\x00','\x92','\x08','\x88','\x63','\x8c','\xcc','\x33','\x19','\x98','\x36','\x11','\x10','\x0c','\x22','\x20','\x09','\x11','\x10','\x10','\x99','\x98','\xff','\xcc','\xcc','\x7c','\xcc','\xcc','\x4c','\xc0','\x00','\x0c','\x00','\x00','\x4d','\x00','\x18','\x7c','\x9f','\xfc','\x6c','\xc1','\x80','\x6c','\xc1','\x80','\x4c','\xc1','\x80','\x4c','\x01','\x80','\x8c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x08','\x00','\x30','\x0e','\x01','\xf8','\x0c','\x1f','\x80','\x08','\x01','\x80','\x92','\x01','\x86','\x63','\xbf','\xff','\x33','\x03','\xa0','\x36','\x07','\x90','\x0c','\x07','\x98','\x09','\x0d','\x8c','\x10','\x99','\x8f','\xff','\xf1','\x86','\x7c','\xc0','\x60','\x4c','\xdf','\xf0','\x0c','\x06','\x60','\x4d','\x06','\x6c','\x7c','\x86','\x7e','\x6c','\xc4','\x0c','\x6c','\xcc','\x0c','\x4c','\xc8','\x0c','\x4c','\x18','\x1c','\x8c','\x10','\x18','\x0c','\x20','\xf8','\x0c','\xc0','\x30','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x0c','\x0e','\x0f','\xfe','\x0d','\xc8','\x30','\x0d','\x94','\x60','\x19','\xa2','\xc0','\x19','\x81','\x80','\x39','\x83','\x70','\x39','\x8c','\x3f','\x59','\xb1','\x8e','\x99','\x8b','\x20','\x19','\x84','\x70','\x19','\x86','\xc0','\x19','\x81','\x88','\x19','\x82','\x04','\x19','\xff','\xfe','\x19','\xbf','\x86','\x19','\xa1','\x86','\x19','\x91','\xa0','\x18','\x1d','\x98','\x18','\x19','\x8c','\x18','\x31','\x8e','\x18','\x41','\x86','\x08','\x00','\x1c','\x0e','\x01','\xfe','\x0c','\x3f','\xc0','\x08','\x00','\x00','\x92','\x02','\x08','\x63','\xa1','\x0e','\x33','\x11','\x8c','\x36','\x19','\x88','\x0c','\x18','\x18','\x09','\x02','\x10','\x10','\x83','\x80','\xff','\xc3','\x06','\x7c','\xff','\xff','\x4c','\xc6','\x18','\x0c','\x06','\x18','\x4c','\x0c','\x30','\x7d','\x0c','\x30','\x6c','\x9a','\x60','\x6c','\xd9','\xc0','\x4c','\xc0','\xe0','\x4c','\xc1','\xb8','\x8c','\x03','\x1c','\x0c','\x0c','\x0e','\x0c','\x70','\x06','\x08','\x00','\x00','\x0e','\x08','\x0c','\x0c','\x0f','\xfe','\x08','\x0c','\x0c','\x92','\x0c','\x0c','\x63','\x8c','\x0c','\x33','\x0c','\x0c','\x36','\x0c','\x0c','\x0c','\x0c','\x0c','\x09','\x0f','\xfc','\x10','\x8c','\xcc','\xff','\xc0','\x80','\x7c','\xc1','\x80','\x4c','\xd1','\x06','\x0c','\x1f','\xff','\x4c','\x18','\x06','\x7d','\x18','\x06','\x6c','\x98','\x06','\x6c','\xd8','\x06','\x4c','\xd8','\x06','\x4c','\xd8','\x06','\x8c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x08','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x08','\x03','\x0c','\x92','\x03','\x0c','\x63','\x9b','\x0c','\x33','\x0e','\x0c','\x36','\x07','\x0c','\x0c','\x05','\x8c','\x09','\x0d','\x9c','\x10','\x88','\x18','\xff','\xd8','\xf8','\x7c','\xf0','\x30','\x4c','\xc0','\x80','\x0c','\x07','\x40','\x4e','\x06','\x60','\x7d','\x06','\x64','\x6d','\x96','\x62','\x6d','\x96','\x03','\x4c','\x36','\x13','\x4c','\x36','\x13','\x8c','\x66','\x18','\x0c','\x67','\xf8','\x0c','\x03','\xf0','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x8c','\x08','\x3f','\xfe','\x92','\x01','\x80','\x63','\x83','\x40','\x33','\x02','\x30','\x36','\x04','\x18','\x0c','\x18','\x18','\x09','\x00','\x06','\x10','\xbf','\xff','\xff','\xc0','\x18','\x7c','\xc0','\x18','\x4c','\xd1','\x98','\x0c','\x1f','\xd8','\x4c','\x19','\x98','\x7d','\x19','\x98','\x6c','\x99','\x98','\x6c','\xdf','\x98','\x4c','\xd9','\x98','\x4c','\xc0','\x18','\x8c','\x00','\x18','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x00','\x02','\x00','\x00','\x63','\x80','\xff','\xf3','\x00','\x00','\x03','\x06','\x20','\xc7','\xff','\x3f','\xe4','\x20','\x30','\xca','\x38','\x30','\xd1','\x70','\x30','\xc0','\xe0','\x3f','\xc1','\xc0','\x30','\x03','\x30','\x20','\x0c','\x1f','\x60','\x20','\x06','\x44','\x71','\x00','\x83','\x43','\x80','\x01','\x86','\x08','\x01','\x88','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x44','\x18','\xc0','\x07','\x18','\x30','\x0e','\x18','\x18','\x18','\x18','\x1c','\x60','\x18','\x0c','\x08','\x01','\xc8','\x0e','\x21','\x8e','\x0c','\x19','\x8c','\x08','\x09','\x88','\x92','\x01','\x90','\x63','\x9f','\xfe','\x33','\x03','\x40','\x36','\x03','\x40','\x0c','\x02','\x22','\x09','\x3f','\xff','\x10','\x84','\x10','\xff','\xcc','\x18','\x7c','\xc8','\x0c','\x4c','\x17','\xff','\x0c','\x20','\x36','\x4d','\x00','\x30','\x7c','\x84','\x30','\x6c','\xc7','\xf0','\x6c','\xc6','\x00','\x4c','\xc6','\x04','\x4c','\x06','\x04','\x8c','\x06','\x06','\x0c','\x07','\xfe','\x0c','\x03','\xfc','\x08','\x00','\x1c','\x0e','\x01','\xfe','\x0c','\x3f','\xc0','\x08','\x00','\x08','\x92','\x02','\x0e','\x63','\xa1','\x0c','\x33','\x11','\x8c','\x36','\x19','\x88','\x0c','\x18','\x18','\x09','\x00','\x10','\x10','\x81','\xc0','\xff','\xc1','\x80','\x7c','\xc1','\x86','\x4c','\x3f','\xff','\x0c','\x03','\xa0','\x4d','\x03','\xa0','\x7c','\x87','\x90','\x6c','\xc7','\x90','\x6c','\xcd','\x98','\x4c','\x09','\x8f','\x4c','\x11','\x8e','\x8c','\x61','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x08','\x84','\x0e','\x0e','\xe7','\x0c','\x0c','\xc6','\x08','\x19','\x8c','\x92','\x11','\x10','\x63','\xa2','\x20','\x33','\x11','\x18','\x36','\x19','\x8c','\x0c','\x0c','\xc6','\x09','\x0c','\xc6','\x10','\x80','\x00','\xff','\xd0','\x06','\x7c','\xdf','\xff','\x4c','\xd8','\xc6','\x0c','\x18','\xc6','\x4c','\x18','\xc6','\x7d','\x18','\xc6','\x6c','\x9f','\xfe','\x6c','\xd8','\xc6','\x4c','\xd8','\xc6','\x4c','\xd8','\xc6','\x8c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x8c','\x08','\x01','\xfe','\x92','\x01','\x80','\x63','\x81','\x80','\x33','\x11','\x8c','\x36','\x1f','\xfe','\x0c','\x18','\x0c','\x09','\x18','\x0c','\x10','\x9f','\xfc','\xff','\xd8','\x0c','\x7c','\xd8','\x0c','\x4c','\xd8','\x0c','\x0c','\x1f','\xfc','\x4c','\x19','\x8c','\x7d','\x01','\x80','\x6c','\x81','\x86','\x6c','\xff','\xff','\x4c','\xc1','\x80','\x4c','\xc1','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x0e','\xc0','\x0e','\x0c','\x60','\x0c','\x0c','\x0c','\x08','\x04','\x7e','\x92','\x07','\x80','\x63','\xbe','\x30','\x33','\x03','\x60','\x36','\x01','\x82','\x04','\x02','\xc2','\x09','\x0c','\x72','\x10','\xb0','\x1f','\xff','\xcd','\x87','\x7c','\xcc','\xc0','\x4c','\xc4','\x1e','\x0c','\x07','\xe0','\x4d','\x3e','\x10','\x7c','\x83','\x18','\x6c','\xc1','\x30','\x6c','\xc1','\xa0','\x4c','\xc0','\xc2','\x4c','\x01','\x62','\x8c','\x02','\x3a','\x0c','\x0c','\x1f','\x0c','\x30','\x07','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x26','\x0c','\x18','\x3f','\xfe','\x92','\x31','\x0c','\x63','\xb1','\xec','\x33','\x35','\x2c','\x36','\x32','\x6c','\x04','\x35','\x4c','\x0a','\x30','\x8c','\x11','\x31','\x4c','\xff','\xb2','\x6c','\x7d','\xb4','\x2c','\x4c','\x30','\x0c','\x0c','\x3f','\xfc','\x4e','\x30','\x0c','\x7d','\x01','\x00','\x6d','\x86','\x88','\x6d','\x96','\xc6','\x4c','\x16','\xd3','\x4c','\x36','\x13','\x8c','\x66','\x18','\x0c','\x67','\xf8','\x0c','\x03','\xf0','\x08','\x20','\x06','\x0e','\x3f','\xff','\x0c','\x30','\x06','\x08','\x30','\x06','\x90','\x31','\xc6','\x64','\x31','\x86','\x37','\x31','\x86','\x36','\x37','\xf6','\x0c','\x31','\x86','\x0a','\x31','\x86','\x11','\x31','\x86','\xff','\xb7','\xf6','\x7c','\xb0','\x06','\x4c','\x30','\x06','\x0c','\x33','\xe6','\x4e','\x32','\x26','\x7d','\x32','\x26','\x6d','\xb2','\x26','\x6d','\xb2','\x26','\x4c','\x33','\xe6','\x4c','\x20','\x06','\x8c','\x60','\x06','\x0c','\x40','\x3e','\x0c','\x80','\x0c','\x08','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x08','\x18','\x06','\x92','\x1f','\xff','\x63','\xb0','\x06','\x33','\x28','\x06','\x36','\x4c','\x46','\x0c','\x0f','\xe6','\x09','\x0b','\x06','\x10','\x93','\x06','\xff','\xc3','\x26','\x7c','\xff','\xf6','\x4c','\xc3','\x06','\x0c','\x13','\x26','\x4c','\x13','\x26','\x7d','\x13','\x26','\x6c','\x93','\x26','\x6c','\xdf','\xee','\x4c','\xd0','\x2c','\x4c','\xc0','\x0c','\x8c','\x00','\x1c','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x04','\x00','\x38','\x07','\x01','\xfc','\x06','\x0f','\x80','\x24','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\x80','\x30','\xc9','\x20','\x3f','\xc6','\x38','\x30','\xc3','\x30','\x30','\xc3','\x60','\x30','\xc0','\xc8','\x3f','\xc1','\x04','\x06','\x0f','\xfe','\x46','\x67','\xc6','\x7f','\xf4','\xc6','\x66','\x60','\xc0','\x66','\x64','\xd0','\x66','\x67','\xc8','\x66','\x66','\xcc','\x66','\x6c','\xc6','\x67','\xe8','\xc6','\x66','\xd0','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x08','\x03','\x00','\x0e','\x03','\x00','\x0c','\x06','\x80','\x08','\x06','\x40','\x90','\x0c','\x60','\x64','\x08','\x30','\x37','\x10','\x1c','\x36','\x20','\x0f','\x0c','\x4f','\xe6','\x0a','\x00','\x00','\x11','\x00','\x00','\xff','\xa0','\x0c','\x7c','\xbf','\xfe','\x4c','\x32','\x4c','\x0c','\x32','\x4c','\x4e','\x32','\x4c','\x7d','\x3f','\xfc','\x6d','\xb2','\x4c','\x6d','\xb2','\x4c','\x4c','\x32','\x4c','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x7c','\x0c','\x30','\x18','\x08','\x00','\x06','\x0e','\x3f','\xff','\x0c','\x00','\x00','\x08','\x00','\x00','\x92','\x10','\x0c','\x63','\x9f','\xfe','\x33','\x18','\x0c','\x36','\x18','\x0c','\x0c','\x18','\x0c','\x09','\x1f','\xfc','\x10','\x98','\x0c','\xff','\xd8','\xe0','\x7c','\xd8','\xc0','\x4c','\x18','\xc6','\x0c','\x1f','\xff','\x4e','\x18','\xc0','\x7d','\x18','\xc0','\x6d','\xb1','\xa0','\x6d','\xb1','\xa0','\x4c','\x21','\x10','\x4c','\x63','\x18','\x8c','\x42','\x0f','\x0c','\x84','\x0e','\x0c','\x18','\x06','\x08','\x00','\xe0','\x0e','\x08','\xc0','\x0c','\x08','\xc6','\x08','\x1f','\xff','\x92','\x18','\x06','\x63','\xb0','\x04','\x37','\x34','\x18','\x36','\x07','\xfc','\x0c','\x06','\x18','\x09','\x06','\x18','\x10','\x86','\x18','\xff','\xc6','\x18','\x7c','\xc7','\xf8','\x4c','\xc6','\x18','\x0c','\x06','\x00','\x4c','\x06','\x0c','\x7d','\x07','\xfe','\x6c','\x86','\x0c','\x6c','\xc6','\x0c','\x4c','\xc6','\x0c','\x4c','\xc6','\x0c','\x8c','\x06','\x0c','\x0c','\x07','\xfc','\x0c','\x06','\x0c','\x08','\x00','\xec','\x0e','\x00','\xc6','\x0c','\x00','\xc6','\x08','\x00','\xc0','\x90','\x40','\xc6','\x64','\x7f','\xff','\x37','\x60','\xc0','\x36','\x60','\xc0','\x0c','\x60','\xc0','\x0a','\x7f','\xc4','\x11','\x60','\x47','\xff','\x60','\x66','\x7d','\x6f','\x66','\x4c','\x69','\x6c','\x0e','\x69','\x2c','\x4d','\x69','\x38','\x7d','\x69','\x10','\x6d','\x6f','\x3a','\x6c','\x40','\x2a','\x4c','\x40','\x6a','\x4c','\xc0','\xce','\x8c','\x81','\x86','\x0c','\x83','\x07','\x0d','\x0c','\x03','\x08','\x08','\x18','\x0e','\x0f','\xfc','\x0c','\x0c','\x18','\x08','\x0c','\x18','\x92','\x0c','\x18','\x63','\x8f','\xf8','\x33','\x00','\x00','\x36','\x00','\x06','\x0c','\x3f','\xff','\x09','\x0c','\x18','\x10','\x8c','\x18','\xff','\xcc','\x18','\x7c','\xcf','\xf8','\x4c','\xcc','\x18','\x0c','\x0c','\x18','\x4d','\x0c','\x18','\x7c','\x8f','\xf8','\x6c','\xcc','\x18','\x6c','\xcc','\x18','\x4c','\x0c','\x1e','\x4c','\x7f','\xf8','\x8c','\x3e','\x18','\x0c','\x20','\x18','\x0c','\x00','\x18','\x08','\x1c','\xcc','\x0e','\x18','\x88','\x0c','\x18','\x8a','\x08','\x7f','\xff','\x92','\x18','\x88','\x63','\x98','\x88','\x33','\x18','\x88','\x36','\x18','\xf8','\x0c','\x18','\x00','\x09','\x18','\x04','\x10','\x9f','\xfe','\xff','\xd8','\x00','\x7c','\xc1','\xc0','\x4c','\xc1','\x86','\x0c','\x3f','\xff','\x4d','\x03','\xa0','\x7c','\x83','\xa0','\x6c','\xc7','\x90','\x6c','\xc5','\x90','\x4c','\xcd','\x98','\x4c','\x09','\x8f','\x8c','\x11','\x8e','\x0c','\x61','\x86','\x0c','\x01','\x80','\x08','\x06','\x98','\x0e','\x2f','\xfc','\x0c','\x38','\x98','\x08','\x30','\x98','\x90','\x30','\x98','\x64','\x30','\x98','\x37','\x3e','\x98','\x36','\x30','\x98','\x0c','\x30','\x9f','\x0a','\x30','\x8f','\x11','\x31','\x00','\xff','\xb0','\x0c','\x7c','\xbf','\xfe','\x4c','\x30','\x8c','\x0e','\x30','\x8c','\x4d','\x30','\xc8','\x7d','\x30','\x58','\x6c','\x32','\x50','\x6c','\x3c','\x70','\x4c','\xf0','\x20','\x4c','\x70','\x78','\x8c','\x30','\x5f','\x0c','\x30','\x8e','\x0c','\x33','\x06','\x08','\x00','\x40','\x0e','\x06','\x70','\x0c','\xff','\x60','\x08','\x20','\x60','\x90','\x38','\x60','\x64','\x30','\x66','\x37','\x34','\x7f','\x36','\x26','\x48','\x0c','\xfe','\xce','\x0a','\x66','\x8c','\x11','\x01','\x4c','\xff','\x80','\x4c','\x7c','\x9c','\x4c','\x4c','\x18','\x28','\x0c','\x18','\x28','\x4e','\xff','\x38','\x7d','\x18','\x10','\x6d','\x98','\x10','\x6d','\x98','\x38','\x4c','\x18','\x28','\x4c','\x3f','\x6c','\x8c','\xfc','\x4f','\x0c','\x70','\x86','\x0c','\x43','\x06','\x08','\x00','\x38','\x0e','\x44','\x30','\x0c','\x7e','\x30','\x08','\x44','\x30','\x90','\x44','\x30','\x64','\x45','\x34','\x37','\x45','\xb6','\x36','\x7d','\xb2','\x0c','\x45','\xb3','\x0a','\x45','\x33','\x11','\x45','\x33','\xff','\x46','\x30','\x7d','\x44','\x34','\x4c','\x7c','\x37','\x0c','\x44','\xf6','\x4e','\x44','\x66','\x7d','\x44','\x0c','\x6d','\x44','\x0c','\x6d','\x44','\x18','\x4c','\x7c','\x18','\x4c','\x44','\x30','\x8c','\x40','\x60','\x0c','\x00','\xc0','\x0c','\x03','\x00','\x08','\x08','\x0c','\x0e','\x0f','\xfe','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x92','\x0f','\xfc','\x63','\x8c','\x60','\x33','\x0c','\x66','\x36','\x0f','\xff','\x0c','\x0c','\x60','\x09','\x0c','\x32','\x10','\x8c','\x32','\xff','\xdf','\x9b','\x7c','\xce','\x0f','\x4c','\xc8','\x06','\x0c','\x00','\x00','\x4c','\x0f','\xfc','\x7d','\x0c','\x0c','\x6c','\x8c','\x0c','\x6c','\xcf','\xfc','\x4c','\xcc','\x0c','\x4c','\xcc','\x0c','\x8c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x08','\x00','\x74','\x0e','\x00','\x66','\x0c','\x00','\x66','\x08','\x00','\x60','\x90','\x40','\x66','\x64','\x7f','\xff','\x37','\x60','\x60','\x36','\x60','\x60','\x0c','\x60','\x60','\x0a','\x7f','\xe4','\x11','\x64','\x67','\xff','\x64','\x66','\x7d','\x64','\x66','\x4c','\x7f','\xec','\x0e','\x65','\x2c','\x4d','\x69','\x38','\x7d','\x69','\x10','\x6d','\x6f','\x3a','\x6c','\x42','\x2a','\x4c','\x45','\x6a','\x4c','\xd9','\x4e','\x8c','\x80','\x86','\x0c','\x81','\x07','\x0d','\x06','\x03','\x08','\x00','\x10','\x0e','\x20','\x1c','\x0c','\x18','\x38','\x08','\x0c','\x30','\x92','\x0c','\x20','\x63','\x80','\x4c','\x33','\x7f','\xfe','\x36','\x08','\x20','\x0c','\x0e','\x20','\x0a','\x0c','\x10','\x11','\x0c','\x18','\xff','\x98','\x0c','\x7d','\x90','\x0f','\x4c','\x20','\x06','\x0c','\x5f','\xf8','\x4e','\x12','\x48','\x7d','\x12','\x48','\x6d','\x92','\x48','\x6d','\x92','\x48','\x4c','\x12','\x48','\x4c','\x12','\x48','\x8c','\x12','\x4a','\x0c','\xff','\xff','\x0c','\x00','\x00','\x08','\x40','\x38','\x0f','\xe1','\xfc','\x68','\x4f','\x80','\x68','\x40','\xe0','\x6f','\xc0','\xc0','\x68','\x40','\x80','\x68','\x49','\x20','\x6f','\xc6','\x38','\x68','\x43','\x30','\x68','\x43','\x60','\x68','\x40','\xc8','\x6f','\xc1','\x04','\x60','\x0f','\xfe','\x60','\x67','\xc6','\x7f','\xf4','\xc6','\x06','\x00','\xc0','\x26','\x84','\xd0','\x3e','\x47','\xc8','\x36','\x66','\xcc','\x66','\x6c','\xc6','\x46','\x08','\xc6','\x86','\x10','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x08','\x01','\xc0','\x0e','\x11','\x80','\x0c','\x11','\x86','\x08','\x3f','\xff','\x90','\x60','\x06','\x64','\x61','\xc4','\x37','\x01','\x80','\x36','\x3f','\xfc','\x0c','\x08','\x20','\x09','\x04','\x38','\x10','\x86','\x30','\xff','\xc6','\x20','\x7c','\xc0','\x46','\x4c','\xff','\xff','\x0c','\x01','\x80','\x4c','\x01','\x80','\x7d','\x01','\x8c','\x6c','\xbf','\xfe','\x6c','\xc1','\x80','\x4c','\xc1','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x10','\x10','\x0e','\x0c','\x1c','\x0c','\x06','\x18','\x08','\x06','\x20','\x92','\x3f','\xfe','\x63','\x81','\x80','\x33','\x01','\x80','\x36','\x01','\x98','\x0c','\x1f','\xfc','\x09','\x01','\x80','\x10','\x81','\x80','\xff','\xc1','\x86','\x7c','\xff','\xff','\x4c','\xc3','\x00','\x0c','\x03','\x00','\x4d','\x06','\x00','\x7c','\x84','\x0c','\x6c','\xcf','\xfe','\x6c','\xd8','\xc0','\x4c','\x30','\xc0','\x4c','\x60','\xc0','\x8c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x3f','\xff','\x08','\x11','\x08','\x0e','\x1d','\xce','\x0c','\x19','\x8c','\x08','\x19','\x8c','\x90','\x31','\xd8','\x64','\x21','\x54','\x37','\x43','\x32','\x36','\x02','\x23','\x0c','\x14','\x43','\x0a','\x18','\x00','\x11','\x18','\x38','\xff','\xb0','\x30','\x7c','\xb3','\xb0','\x4c','\x73','\x36','\x0c','\xb3','\x3f','\x4c','\x33','\x30','\x7e','\x33','\x30','\x6d','\x33','\x30','\x6d','\xb3','\x30','\x4d','\xb3','\x30','\x4c','\x32','\xb0','\x8c','\x32','\x70','\x0c','\x32','\x3f','\x0c','\x34','\x0e','\x08','\x10','\x06','\x0e','\x1f','\xff','\x0c','\x18','\x00','\x08','\x18','\x04','\x92','\x1b','\xfe','\x63','\x98','\x00','\x33','\x18','\x02','\x36','\x1f','\xff','\x0c','\x19','\x22','\x09','\x19','\x26','\x11','\x99','\x14','\xff','\x91','\x18','\x7c','\xb1','\xcc','\x4c','\x27','\x0f','\x0c','\x42','\x06','\x4d','\x00','\x18','\x7c','\x80','\x18','\x6c','\xff','\xff','\x6c','\xc8','\x18','\x4c','\xc6','\x18','\x4c','\x03','\x18','\x8c','\x03','\x18','\x0c','\x00','\x78','\x0c','\x00','\x30','\x08','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x08','\x08','\x10','\x92','\x0c','\x18','\x63','\x88','\x10','\x33','\x08','\x10','\x36','\x12','\x24','\x0c','\x11','\x22','\x0a','\x7f','\xfe','\x11','\x31','\x62','\xff','\x80','\x00','\x7c','\xff','\xff','\x4c','\x80','\x00','\x0c','\x00','\x00','\x4e','\x1f','\xfc','\x7d','\x18','\x0c','\x6d','\x98','\x0c','\x6d','\x9f','\xfc','\x4d','\x98','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x08','\x00','\x40','\x0e','\x40','\x70','\x0c','\x22','\x64','\x08','\x33','\xfe','\x90','\x33','\x0c','\x64','\x33','\x0c','\x37','\x03','\x0c','\x36','\x03','\x0c','\x0c','\x03','\xfc','\x0a','\x03','\x00','\x11','\x33','\x00','\xff','\xfb','\x0c','\x7c','\xb3','\xfe','\x4c','\x33','\x0c','\x0c','\x33','\x0c','\x4e','\x33','\x0c','\x7d','\x33','\x0c','\x6d','\xb3','\xfc','\x6d','\xb3','\x0c','\x4c','\x30','\x00','\x4c','\x30','\x00','\x8d','\xef','\xff','\x0c','\xc3','\xfe','\x0c','\x80','\x00','\x23','\x21','\xc8','\x3f','\x99','\x8c','\x33','\x19','\x88','\x33','\x01','\x90','\x33','\x3f','\xfc','\x33','\x03','\x40','\x33','\x02','\x22','\x3f','\x7f','\xff','\x33','\x04','\x30','\x33','\x09','\x1c','\x33','\x11','\x8f','\x33','\x2b','\x06','\x33','\x44','\x40','\x3f','\x06','\xe0','\x33','\x01','\x88','\x33','\x02','\x04','\x33','\x7f','\xfe','\x33','\x3f','\x86','\x33','\x01','\x80','\x23','\x11','\x90','\x63','\x1d','\x88','\x43','\x19','\x8c','\x4f','\x31','\x86','\x86','\x41','\x86','\x08','\x02','\x04','\x0e','\x7f','\xfe','\x0c','\x22','\x44','\x08','\x32','\x64','\x92','\x12','\x24','\x63','\x82','\x0c','\x33','\x06','\x14','\x36','\x1a','\x74','\x04','\x72','\x24','\x09','\x21','\x84','\x10','\x81','\x80','\xff','\xc3','\x40','\x7c','\xc6','\x30','\x4c','\x0c','\x9f','\x0c','\x19','\xce','\x4c','\x63','\x26','\x7d','\x06','\x70','\x6c','\x98','\xe4','\x6c','\xc1','\x8e','\x4c','\xc6','\x1c','\x4c','\x18','\x38','\x8c','\x00','\xe0','\x0c','\x03','\x80','\x0c','\x1c','\x00','\x08','\x08','\x80','\x0e','\xfc','\xe0','\x0c','\x08','\xc0','\x08','\x08','\xcc','\x90','\x08','\x86','\x64','\x4b','\xff','\x37','\x79','\xf3','\x36','\x49','\x30','\x0c','\x40','\x30','\x08','\x41','\x32','\x12','\x41','\xff','\xff','\x49','\x32','\x7d','\x7d','\x32','\x4c','\x49','\x32','\x0c','\x09','\x32','\x4e','\x09','\xfe','\x7d','\x09','\x32','\x6d','\x88','\x30','\x6d','\x88','\x30','\x4c','\x08','\x32','\x4c','\x18','\x32','\x8c','\x1b','\xff','\x0c','\xf9','\xe3','\x0c','\x31','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x60','\x30','\x30','\x48','\x24','\x37','\xfd','\xfe','\x30','\xc0','\x70','\x31','\xf8','\xe8','\x31','\x59','\xac','\x32','\x42','\x27','\x34','\x08','\x02','\x30','\x0c','\x80','\x31','\x99','\xc0','\x30','\xe3','\x10','\x30','\x64','\x0c','\x37','\xff','\xfe','\x33','\xfe','\x06','\x20','\x86','\x00','\x60','\xe6','\x60','\x41','\xc6','\x1c','\x83','\x06','\x0e','\x0c','\x06','\x06','\x08','\x08','\x0c','\x0e','\x0f','\xfe','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x92','\x0f','\xfc','\x63','\x8c','\x0c','\x33','\x0c','\x0c','\x36','\x0f','\xfc','\x0c','\x00','\x00','\x09','\x1f','\xfe','\x10','\x99','\x26','\xff','\xd9','\x26','\x7c','\xd9','\x26','\x4c','\xdf','\xfe','\x0c','\x00','\x00','\x4c','\x00','\x0c','\x7d','\x1f','\xfe','\x6c','\x84','\x0c','\x6c','\xc2','\x18','\x4c','\xc1','\x30','\x4c','\xc0','\xe0','\x8c','\x01','\xb8','\x0c','\x06','\x1f','\x0c','\x38','\x06','\x08','\x00','\x06','\x0e','\x3f','\xff','\x0c','\x01','\x20','\x08','\x01','\x20','\x92','\x11','\x26','\x63','\x9f','\xff','\x33','\x19','\x26','\x36','\x19','\x26','\x0c','\x19','\x26','\x09','\x1f','\xfe','\x10','\x98','\x06','\xff','\xc0','\x00','\x7c','\xcf','\xfc','\x4c','\xc0','\x00','\x0c','\x00','\x06','\x4c','\x3f','\xff','\x7d','\x00','\xc0','\x6c','\x88','\xc0','\x6c','\xce','\xc8','\x4c','\xcc','\xc4','\x4c','\xc8','\xc6','\x8c','\x10','\xc6','\x0c','\x23','\xc6','\x0c','\x01','\x80','\x08','\x01','\xc0','\x0e','\x39','\x87','\x0c','\x31','\x86','\x08','\x31','\x86','\x90','\x31','\x86','\x64','\x3f','\xfe','\x37','\x00','\x00','\x36','\x00','\x00','\x0c','\x3e','\x3e','\x0a','\x22','\x22','\x11','\x22','\x22','\xff','\xa2','\x22','\x7c','\xbe','\x3e','\x4c','\x22','\x22','\x0c','\x22','\x22','\x4e','\x22','\x22','\x7d','\x3e','\x3e','\x6d','\xa2','\x22','\x6d','\xa2','\x22','\x4c','\x22','\x22','\x4c','\x22','\x22','\x8c','\x62','\x62','\x0c','\x4e','\x4e','\x0c','\x84','\x84','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x0f','\xfc','\x08','\x08','\xc4','\x92','\x08','\xc4','\x63','\xbf','\xff','\x33','\x08','\xc4','\x36','\x08','\xc4','\x0c','\x0f','\xfc','\x09','\x00','\xc0','\x10','\x9f','\xfe','\xff','\xd0','\xc2','\x7c','\xd0','\xc2','\x4c','\xdf','\xfe','\x0c','\x03','\x00','\x4c','\x03','\x06','\x7d','\x3f','\xff','\x6c','\x86','\x18','\x6c','\xc6','\x18','\x4c','\xcf','\xb0','\x4c','\xcc','\x60','\x8c','\x00','\xd8','\x0c','\x03','\x0e','\x0c','\x1c','\x06','\x08','\x10','\x0c','\x0e','\x1f','\xfe','\x0c','\x18','\x8c','\x08','\x18','\x8c','\x92','\x1f','\xfc','\x63','\x98','\x8c','\x33','\x18','\x8c','\x36','\x18','\x8c','\x0c','\x1f','\xfc','\x09','\x01','\x00','\x10','\x81','\xa0','\xff','\xc9','\x30','\x7c','\xc6','\x60','\x4c','\xc2','\x48','\x0c','\x00','\x84','\x4c','\x3f','\xfe','\x7d','\x1f','\x86','\x6c','\x81','\x80','\x6c','\xc9','\x90','\x4c','\xcd','\x88','\x4c','\xd9','\x8c','\x8c','\x11','\x86','\x0c','\x21','\x86','\x0c','\x01','\x80','\x08','\x00','\x70','\x0e','\x40','\x66','\x0c','\x27','\xff','\x08','\x30','\x60','\x90','\x18','\x60','\x64','\x1b','\xfc','\x37','\x02','\x64','\x36','\x02','\x64','\x0c','\x02','\x64','\x0a','\x03','\xfc','\x11','\x1a','\x64','\xff','\xfa','\x64','\x7d','\x9a','\x64','\x4c','\x1b','\xfc','\x0c','\x18','\x60','\x4e','\x18','\x66','\x7d','\x1f','\xff','\x6d','\x98','\x60','\x6d','\x98','\x60','\x4c','\x18','\x60','\x4c','\x18','\x00','\x8c','\xf7','\xff','\x0c','\x61','\xfe','\x0c','\x40','\x00','\x08','\x00','\x0c','\x0e','\x3f','\xfe','\x0c','\x01','\x80','\x08','\x21','\x86','\x90','\x3f','\xff','\x64','\x61','\x86','\x37','\x61','\x84','\x36','\x1d','\xb8','\x0c','\x01','\x80','\x0a','\x01','\x80','\x11','\x3d','\xbc','\xff','\x81','\x80','\x7c','\x80','\x00','\x4c','\x00','\x30','\x0c','\x1f','\xf8','\x4e','\x00','\x00','\x7d','\x00','\x06','\x6d','\xff','\xff','\x6d','\x86','\x00','\x4c','\x04','\x20','\x4c','\x08','\x18','\x8c','\x7f','\xec','\x0c','\x3e','\x06','\x0c','\x20','\x06','\x08','\x42','\x46','\x0e','\x7f','\x7f','\x0c','\x62','\x46','\x08','\x62','\x46','\x90','\x7e','\x7e','\x64','\x62','\x46','\x37','\x62','\x46','\x36','\x7e','\x7e','\x0c','\x60','\x06','\x08','\x60','\x06','\x12','\x64','\x26','\xff','\x67','\xf6','\x7d','\x64','\x26','\x4c','\x64','\x26','\x0c','\x67','\xe6','\x4e','\x64','\x26','\x7d','\x64','\x26','\x6d','\x64','\x26','\x6d','\x67','\xe6','\x4c','\x64','\x26','\x4c','\x60','\x06','\x8c','\x60','\x06','\x0c','\x60','\x3e','\x0c','\x60','\x0c','\x08','\x36','\x40','\x0e','\x24','\x70','\x0c','\x24','\x60','\x08','\xff','\x60','\x90','\x24','\x60','\x64','\x24','\x66','\x37','\x24','\x7f','\x36','\xff','\x48','\x0c','\x00','\x4e','\x08','\x00','\xcc','\x12','\x7e','\xac','\xff','\x43','\x2c','\x7d','\x42','\x2c','\x4c','\x7e','\x28','\x0c','\x42','\x38','\x4e','\x42','\x18','\x7d','\x42','\x10','\x6d','\x7e','\x10','\x6d','\x42','\x38','\x4c','\x42','\x28','\x4c','\x42','\x2c','\x8c','\x42','\x6f','\x0c','\x4e','\x46','\x0c','\x46','\x86','\x08','\x01','\xc0','\x0e','\x01','\x88','\x0c','\x1f','\xfc','\x08','\x01','\x80','\x92','\x01','\x84','\x63','\xbf','\xfe','\x33','\x00','\x00','\x36','\x0c','\x18','\x0c','\x08','\x10','\x0a','\x3f','\x7e','\x11','\x08','\x10','\xff','\x88','\x10','\x7c','\x8e','\x12','\x4c','\x78','\xff','\x0c','\x20','\x00','\x4c','\x00','\x00','\x7d','\x3f','\xfe','\x6c','\x86','\x60','\x6c','\xc6','\x60','\x4c','\xc6','\x62','\x4c','\x0c','\x62','\x8c','\x0c','\x63','\x0c','\x18','\x7f','\x0c','\x60','\x3e','\x08','\x00','\x30','\x0e','\x01','\xf8','\x0c','\x1f','\x80','\x08','\x01','\x88','\x92','\x21','\x8c','\x63','\x99','\x88','\x33','\x09','\x92','\x36','\x7f','\xff','\x0c','\x07','\xa0','\x0a','\x05','\x90','\x11','\x0d','\x98','\xff','\x89','\x8c','\x7c','\x91','\x8f','\x4c','\x21','\x86','\x0c','\x40','\x00','\x4c','\x1f','\xfc','\x7d','\x18','\x8c','\x6c','\x98','\x8c','\x6c','\xdf','\xfc','\x4c','\xd8','\x8c','\x4c','\xd8','\x8c','\x8c','\x18','\x8c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x08','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x06','\x08','\x7f','\xff','\x90','\x06','\x40','\x64','\x46','\x44','\x37','\x24','\x26','\x36','\x2c','\x28','\x0c','\x08','\x10','\x0a','\x1f','\xf8','\x11','\x18','\x1c','\xff','\xa8','\x17','\x7c','\xcf','\xf2','\x4c','\x08','\x10','\x0c','\x08','\x10','\x4e','\x0f','\xf0','\x7d','\x01','\x80','\x6d','\x91','\x90','\x6d','\x9d','\x88','\x4d','\x99','\x8c','\x4c','\x31','\x86','\x8c','\x21','\x86','\x0c','\x4f','\x86','\x0c','\x03','\x00','\x08','\x10','\x06','\x0e','\x1f','\xff','\x0c','\x19','\x26','\x08','\x19','\x26','\x92','\x19','\x26','\x63','\x9f','\xfe','\x33','\x00','\xc0','\x36','\x00','\xc4','\x0c','\x1f','\xfe','\x09','\x00','\xc0','\x10','\x80','\xc2','\xff','\xff','\xff','\x7c','\xc4','\x08','\x4c','\xc2','\x08','\x0c','\x02','\x12','\x4c','\x3f','\xff','\x7d','\x00','\xc0','\x6c','\x80','\xc0','\x6c','\xc0','\xc4','\x4c','\xdf','\xfe','\x4c','\xc0','\xc0','\x8c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x01','\x80','\x0e','\x01','\x80','\x0c','\x03','\x40','\x08','\x06','\x20','\x92','\x0c','\x18','\x63','\x9b','\xef','\x33','\x60','\x06','\x36','\x00','\x00','\x0c','\x1f','\xfc','\x09','\x10','\x84','\x10','\x94','\x94','\xff','\xd2','\xa4','\x7c','\xd0','\x84','\x4c','\xdf','\xfc','\x0c','\x00','\x00','\x4c','\x08','\x18','\x7d','\x0f','\xfc','\x6c','\x8c','\x18','\x6c','\xcc','\x18','\x4c','\xcf','\xf8','\x4c','\xcc','\x18','\x8c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x08','\x20','\x04','\x0e','\x3f','\xfe','\x0c','\x22','\x44','\x08','\x22','\x44','\x90','\x22','\x44','\x64','\x3e','\x7c','\x37','\x22','\x44','\x36','\x02','\x40','\x0c','\x02','\x40','\x0a','\x3e','\x7c','\x11','\x22','\x44','\xff','\xa2','\x44','\x7c','\xa2','\x44','\x4c','\x3e','\x7c','\x0c','\x22','\x44','\x4e','\x22','\x44','\x7d','\x22','\x44','\x6d','\xa2','\x44','\x6d','\xbe','\x7c','\x4c','\x22','\x42','\x4c','\x22','\x02','\x8c','\x02','\x03','\x0c','\x03','\xff','\x0c','\x01','\xfe','\x08','\x71','\x04','\x0e','\x61','\x86','\x0c','\x6a','\x28','\x08','\x64','\x10','\x90','\x65','\x14','\x64','\x62','\x08','\x37','\x64','\x92','\x36','\x6f','\xff','\x0c','\x64','\x51','\x08','\x60','\x00','\x12','\x7f','\xff','\xff','\x60','\x00','\x7d','\x61','\x04','\x4c','\x61','\x86','\x0c','\x6a','\x28','\x4e','\x64','\x10','\x7d','\x65','\x14','\x6d','\x62','\x08','\x6d','\x64','\x92','\x4c','\x6f','\xff','\x4c','\x64','\x51','\x8c','\x60','\x00','\x0c','\x7f','\xff','\x0c','\x60','\x00','\x08','\x00','\x0c','\x0e','\x3f','\xfe','\x0c','\x01','\x80','\x08','\x21','\x86','\x90','\x3f','\xff','\x64','\x61','\x86','\x37','\x61','\x84','\x36','\x1d','\xb8','\x0c','\x01','\x80','\x0a','\x3d','\xbc','\x11','\x01','\x80','\xff','\x80','\x06','\x7c','\xff','\xff','\x4c','\x01','\x80','\x0c','\x21','\x06','\x4e','\x3f','\xff','\x7d','\x32','\x46','\x6d','\xb2','\x46','\x6d','\xb2','\x46','\x4c','\x32','\x46','\x4c','\x32','\x46','\x8c','\x32','\x46','\x0c','\x32','\x5e','\x0c','\x30','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\x7f','\xff','\x90','\x02','\x40','\x64','\x01','\x66','\x37','\x7d','\x5c','\x36','\x14','\x94','\x0c','\x14','\x94','\x0a','\x34','\x96','\x11','\x24','\x9a','\xff','\xcc','\xb3','\x7c','\x80','\x82','\x4c','\x18','\x0c','\x0c','\x18','\x0c','\x4e','\x1f','\xfc','\x7d','\x18','\x0c','\x6d','\x98','\x0c','\x6d','\x9f','\xfc','\x4c','\x18','\x0c','\x4c','\x10','\x0c','\x8c','\x30','\x0c','\x0c','\x20','\x0c','\x0c','\x40','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\x3f','\xff','\x92','\x04','\x18','\x63','\x84','\x18','\x33','\x02','\x30','\x36','\x03','\x60','\x0c','\x01','\xc0','\x09','\x03','\x70','\x10','\x8e','\x3f','\xff','\xf8','\x0e','\x7c','\xcc','\x18','\x4c','\xcc','\x18','\x0c','\x0f','\xf8','\x4c','\x0c','\x18','\x7d','\x0c','\x18','\x6c','\x8c','\x18','\x6c','\xcf','\xf8','\x4c','\xcc','\x18','\x4c','\xc8','\x18','\x8c','\x18','\x18','\x0c','\x10','\x18','\x0c','\x20','\x18','\x08','\x21','\xc0','\x0e','\x21','\x86','\x0c','\x7f','\xff','\x08','\xc0','\x06','\x90','\xdf','\xf4','\x64','\x09','\x00','\x37','\x1d','\x4c','\x36','\x61','\xe6','\x0c','\x07','\x06','\x0a','\x78','\x00','\x11','\x1f','\xf8','\xff','\x98','\x18','\x7c','\x98','\x18','\x4c','\x1f','\xf8','\x0c','\x18','\x18','\x4e','\x18','\x18','\x7d','\x1f','\xf8','\x6d','\x98','\x18','\x6d','\x98','\x18','\x4c','\x1f','\xf8','\x4c','\x08','\x00','\x8c','\x0e','\x38','\x0c','\x1c','\x0e','\x0c','\x60','\x06','\x0e','\x10','\x38','\x0c','\x1c','\x30','\x0c','\x18','\x30','\x7f','\x91','\xfe','\x02','\x20','\x08','\x23','\x48','\x8c','\x12','\x6e','\x48','\x16','\x2c','\x58','\x14','\x18','\x50','\x04','\x10','\x12','\xff','\x95','\xff','\x0c','\x26','\x30','\x0d','\xfe','\x30','\x0c','\xfa','\x30','\x0e','\x98','\x30','\xfc','\x18','\x34','\x6c','\x9c','\xfe','\x4c','\xfa','\x30','\x08','\xda','\x30','\x08','\x9b','\x30','\x11','\x9b','\x30','\x11','\x18','\x30','\x22','\x18','\x30','\xc0','\x18','\x30','\x08','\x40','\x20','\x0e','\x7f','\xb8','\x0c','\x64','\x30','\x08','\x64','\x30','\x90','\x7f','\x26','\x64','\x61','\x7f','\x37','\x61','\x40','\x36','\x61','\x80','\x0c','\x7f','\x00','\x0a','\x64','\x06','\x11','\x64','\x7f','\xff','\x64','\x00','\x7d','\x7f','\x80','\x4c','\x60','\x00','\x0c','\x00','\x00','\x4e','\x3f','\xfc','\x7d','\x32','\x4c','\x6d','\xb2','\x4c','\x6d','\xb2','\x4c','\x4c','\x32','\x4c','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x08','\x38','\x06','\x0e','\x33','\xff','\x0c','\x30','\x30','\x08','\x30','\x30','\x91','\xfe','\x20','\x64','\x31','\x26','\x37','\x31','\xff','\x36','\x31','\x86','\x0c','\x31','\x86','\x08','\xfd','\x86','\x12','\x01','\xfe','\xff','\x01','\x86','\x7d','\x01','\x86','\x4c','\x79','\x86','\x0c','\x49','\xfe','\x4e','\x49','\x86','\x7d','\x49','\x86','\x6d','\x49','\x86','\x6d','\x49','\xfe','\x4c','\x48','\x00','\x4c','\x78','\x88','\x8c','\x00','\xe6','\x0c','\x01','\xc3','\x0c','\x07','\x03','\x08','\x06','\x18','\x0e','\x04','\x10','\x0c','\x1f','\x7e','\x08','\x04','\x10','\x92','\x04','\x10','\x63','\xbf','\xff','\x33','\x0a','\x28','\x36','\x1b','\x24','\x0c','\x11','\x47','\x09','\x20','\x02','\x10','\x8f','\xfc','\xff','\xcc','\x0c','\x7c','\xcc','\x0c','\x4c','\xcf','\xfc','\x0c','\x0c','\x0c','\x4c','\x0c','\x0c','\x7d','\x0f','\xfc','\x6c','\x8c','\x0c','\x6c','\xcc','\x0c','\x4c','\xcf','\xfc','\x4c','\xc2','\x00','\x8c','\x07','\x38','\x0c','\x0c','\x0e','\x0c','\x30','\x06','\x08','\x00','\xe0','\x0e','\x00','\xc6','\x0c','\x3f','\xff','\x08','\x00','\xc0','\x92','\x1f','\xfe','\x63','\x80','\x00','\x33','\x1f','\xfe','\x36','\x13','\x22','\x0c','\x1e','\x3e','\x09','\x10','\x02','\x10','\x9f','\xfe','\xff','\xc0','\x00','\x7c','\xc8','\x04','\x4c','\x0f','\xfe','\x0c','\x08','\x04','\x4d','\x0f','\xfc','\x7c','\x88','\x04','\x6c','\xcf','\xfc','\x6c','\xc8','\x04','\x4c','\xcf','\xfc','\x4c','\x04','\x00','\x8c','\x07','\x38','\x0c','\x0e','\x0e','\x0c','\x30','\x06','\x08','\x40','\x06','\x0e','\x7f','\xff','\x0c','\x60','\x00','\x08','\x67','\xfc','\x90','\x64','\x44','\x64','\x64','\x44','\x37','\x67','\xfc','\x36','\x64','\x44','\x0c','\x64','\x44','\x08','\x67','\xfc','\x12','\x60','\x40','\xff','\x67','\xfc','\x7d','\x60','\x40','\x4c','\x7f','\xff','\x0c','\x64','\x08','\x4e','\x65','\x26','\x7d','\x69','\x22','\x6d','\x40','\x00','\x6c','\x40','\xc0','\x4c','\xcf','\xfc','\x4c','\x80','\xc0','\x8d','\x00','\xc0','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x08','\x1c','\x06','\x0e','\x19','\xff','\x0c','\x18','\x30','\x08','\x18','\x30','\x90','\xff','\x20','\x64','\x00','\xa6','\x37','\x48','\xff','\x36','\x64','\xc6','\x0c','\x46','\xc6','\x08','\x86','\xc6','\x12','\x00','\xfe','\xff','\x08','\xc6','\x7d','\x4c','\xc6','\x4c','\x28','\xc6','\x0c','\x38','\xfe','\x4e','\x10','\xc6','\x7d','\x18','\xc6','\x6d','\x14','\xc6','\x6d','\x34','\xfe','\x4c','\x26','\x00','\x4c','\x66','\x4c','\x8c','\x40','\x66','\x0c','\x80','\xc3','\x0c','\x03','\x03','\x08','\x22','\x44','\x0e','\x3f','\x7e','\x0c','\x22','\x44','\x08','\x22','\x44','\x90','\x3e','\x7c','\x64','\x22','\x44','\x37','\x22','\x44','\x36','\x3e','\x7c','\x0c','\x22','\x44','\x0a','\x22','\x44','\x11','\x3e','\x7c','\xff','\x94','\x28','\x7c','\xb2','\x64','\x4c','\x62','\xc4','\x0c','\x00','\x00','\x4e','\x06','\x06','\x7d','\x7f','\xff','\x6d','\x8c','\x30','\x6d','\x98','\x30','\x4c','\x3f','\x60','\x4c','\x31','\xc0','\x8c','\x03','\x78','\x0c','\x0c','\x1e','\x0c','\x70','\x06','\x08','\x04','\x00','\x0e','\x06','\x30','\x0c','\x07','\xf8','\x08','\x0c','\x20','\x92','\x10','\x40','\x63','\xbf','\xfc','\x33','\x10','\x04','\x36','\x10','\x04','\x0c','\x1f','\xfc','\x0a','\x08','\x40','\x11','\x0f','\x78','\xff','\x88','\x42','\x7d','\xbf','\x43','\x4c','\x18','\x7f','\x0c','\x00','\x00','\x4c','\x1f','\xf8','\x7d','\x11','\x08','\x6c','\x91','\x08','\x6c','\xdf','\xf8','\x4c','\xc0','\x90','\x4c','\x04','\x8a','\x8c','\x0e','\x83','\x0c','\x18','\xff','\x0c','\x60','\x7e','\x08','\x22','\x70','\x0e','\x33','\x60','\x0c','\x22','\x68','\x08','\x66','\x66','\x90','\x55','\x63','\x60','\x55','\x63','\x36','\x89','\x60','\x36','\x00','\x66','\x0c','\xff','\xff','\x08','\x14','\x60','\x12','\x14','\x64','\xff','\x77','\x67','\x7d','\x14','\x66','\x4c','\x14','\x26','\x0c','\x77','\x24','\x4e','\x14','\x2c','\x7d','\x14','\x28','\x6d','\x77','\x38','\x6d','\x14','\x12','\x4c','\x14','\x3a','\x4c','\xff','\x6a','\x8c','\x78','\xce','\x0c','\x41','\x87','\x0c','\x06','\x03','\x08','\x1c','\x70','\x0e','\x18','\x60','\x0c','\x18','\x68','\x08','\x1b','\x66','\x90','\xff','\xe3','\x64','\x18','\x63','\x37','\x18','\x60','\x36','\x18','\x66','\x0d','\xff','\xff','\x08','\x14','\x60','\x12','\x14','\x64','\xff','\x77','\x67','\x7d','\x14','\x66','\x4c','\x14','\x26','\x0c','\x77','\x24','\x4e','\x14','\x2c','\x7d','\x14','\x28','\x6d','\x77','\x38','\x6d','\x14','\x12','\x4c','\x14','\x3a','\x4c','\xff','\x6a','\x8c','\x78','\xce','\x0c','\x41','\x87','\x0c','\x06','\x03','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xf0','\x04','\x10','\x10','\xff','\xff','\xff','\x08','\x10','\x20','\x0f','\xff','\xfc','\x00','\x01','\xc0','\x0f','\xe0','\x1c','\x48','\x27','\xfe','\x4f','\xe0','\x90','\x48','\x23','\x18','\x4f','\xe1','\x30','\x48','\x20','\x44','\x7f','\xff','\xfe','\x13','\x06','\x62','\x1b','\x61','\x6c','\x33','\x33','\x66','\x43','\x34','\x66','\x08','\x46','\x20','\x0e','\x7f','\x38','\x0c','\x48','\x30','\x08','\x48','\x26','\x90','\x7e','\x7f','\x64','\x42','\x40','\x37','\x42','\x80','\x36','\x7e','\x0c','\x0c','\x48','\x7e','\x0a','\x48','\x00','\x11','\x7f','\x00','\xff','\x80','\x00','\x7d','\x9f','\xf8','\x4c','\x10','\x08','\x0c','\x1f','\xf8','\x4e','\x10','\x08','\x7d','\x1f','\xf8','\x6d','\x90','\x08','\x6d','\x9f','\xf8','\x4c','\x06','\x62','\x4c','\x06','\x62','\x8c','\x0c','\x63','\x0c','\x18','\x7f','\x0c','\x60','\x3e','\x20','\x00','\x00','\x38','\x00','\x0c','\x30','\x0f','\xfe','\x30','\x60','\xc0','\x3f','\xf0','\xc0','\x66','\x00','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\x00','\xc0','\x06','\x30','\xc0','\xff','\xf8','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x76','\x70','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x7f','\xe0','\xc0','\x60','\x60','\xc6','\x60','\x1f','\xff','\x00','\x00','\x00','\x20','\x01','\xc0','\x38','\x01','\x80','\x30','\x01','\x80','\x30','\xc1','\x80','\x3f','\xe1','\x80','\x66','\x01','\x8c','\x46','\x0f','\xfe','\x86','\x01','\x8c','\x06','\x01','\x8c','\x06','\x61','\x8c','\xff','\xf1','\x8c','\x06','\x01','\x8c','\x06','\x01','\x8c','\x06','\x1f','\xff','\x76','\x61','\xa0','\x66','\x61','\xa0','\x66','\x61','\x20','\x66','\x63','\x10','\x66','\x63','\x10','\x7f','\xe2','\x18','\x60','\x66','\x1c','\x60','\x04','\x0f','\x00','\x08','\x0e','\x00','\x30','\x06','\x20','\x01','\xc0','\x38','\x01','\x8c','\x30','\x01','\xfe','\x21','\x01','\x80','\x7f','\xa1','\x82','\x48','\x3f','\xff','\x88','\x30','\x06','\x08','\x31','\x04','\x08','\xb1','\xe0','\xff','\xff','\x08','\x08','\x31','\x0c','\x08','\x31','\xfc','\x08','\x30','\x00','\x49','\x30','\x7c','\x49','\x37','\xe0','\x49','\x30','\x66','\x49','\x32','\x64','\x49','\x21','\x68','\x7f','\x2f','\xff','\x41','\x60','\x60','\x40','\x40','\x60','\x00','\x40','\x60','\x00','\x83','\xe0','\x00','\x00','\xc0','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x10','\x00','\x80','\x18','\xe1','\xcc','\x32','\x63','\x06','\x63','\x04','\x06','\x87','\xff','\xf0','\x04','\x18','\x00','\x08','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x07','\xff','\xf0','\x04','\x08','\x10','\x07','\xff','\xf0','\x04','\x08','\x10','\x07','\xff','\xf0','\x00','\x00','\x00','\x7f','\xe7','\xfe','\x44','\x24','\x42','\x7f','\xe7','\xfe','\x44','\x24','\x42','\x7f','\xe7','\xfe','\x04','\x00','\x00','\x06','\x00','\x30','\x0f','\xff','\xf8','\x08','\x18','\x00','\x10','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x20','\x00','\x00','\x38','\x0f','\xf8','\x30','\x08','\x08','\x31','\x0f','\xf8','\x3f','\x88','\x08','\x68','\x0f','\xf8','\x48','\x00','\x00','\x88','\x1f','\xfc','\x08','\x00','\x80','\x08','\x90','\x82','\xff','\xdf','\xff','\x08','\x30','\x82','\x08','\x36','\xb4','\x49','\x00','\x80','\x49','\x0e','\xb8','\x49','\x00','\x00','\x49','\x1f','\xfc','\x49','\x00','\x00','\x49','\x7f','\xff','\x7f','\x06','\x10','\x41','\x04','\x08','\x40','\x3f','\xfc','\x00','\x1f','\x06','\x00','\x10','\x06','\x20','\x0e','\x38','\x38','\x0c','\x32','\x30','\x7f','\xff','\x31','\x0c','\x30','\x3f','\x8c','\x30','\x68','\x3e','\x7c','\x48','\x22','\x44','\x88','\x22','\x44','\x08','\x3e','\x7c','\x08','\x88','\x20','\xff','\xce','\x70','\x08','\x0c','\x44','\x08','\x1f','\xfe','\x49','\x18','\x40','\x49','\x38','\x48','\x49','\x5f','\xfc','\x49','\x18','\x40','\x49','\x18','\x48','\x49','\x1f','\xfc','\x7f','\x18','\x40','\x41','\x18','\x40','\x40','\x18','\x42','\x00','\x1f','\xff','\x00','\x18','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\xc1','\x86','\x60','\xc1','\x86','\x60','\xc1','\x86','\x60','\xc1','\x86','\x60','\xc1','\x86','\x64','\xc9','\x86','\x62','\xc5','\x86','\x61','\xc3','\x86','\x60','\xc1','\x86','\x60','\xc1','\xc6','\x60','\xe3','\x66','\x61','\xb3','\x76','\x61','\xb3','\x36','\x61','\x02','\x06','\x63','\x06','\x06','\x62','\x04','\x06','\x64','\x0c','\x06','\x68','\x08','\x06','\x60','\x10','\x06','\x60','\x20','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x10','\x00','\x00','\x10','\x00','\x06','\x1f','\xff','\xff','\x30','\x03','\x06','\x30','\x83','\x06','\x60','\xe3','\x04','\x61','\xc3','\x08','\x03','\x83','\x00','\x07','\x03','\xff','\x1c','\x01','\xff','\xe0','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x01','\x06','\x61','\x01','\xc6','\x60','\xc1','\x86','\x60','\x63','\x06','\x60','\x62','\x06','\x60','\x04','\xc6','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\xc6','\x67','\xff','\xe6','\x60','\xc0','\x06','\x60','\xc0','\x06','\x60','\xc0','\x06','\x60','\xc0','\x06','\x60','\xc0','\x06','\x60','\xff','\xc6','\x60','\x7f','\xc6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x39','\x80','\x00','\x78','\x60','\x00','\xd8','\x38','\x03','\x98','\x1c','\x0e','\x18','\x0e','\x70','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x18','\x00','\x18','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x0c','\x00','\x18','\x06','\x00','\x18','\x07','\x02','\x18','\x03','\x82','\x18','\x79','\xc2','\xff','\xc0','\xf3','\x7c','\x00','\x3f','\x60','\x00','\x0e','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x20','\x0c','\x00','\x38','\x00','\x00','\x70','\x06','\xff','\xff','\xff','\x00','\xc2','\x00','\x01','\x99','\x00','\x03','\x18','\xc0','\x07','\xff','\xf0','\x0e','\x18','\x7f','\x36','\x18','\x6e','\xc7','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe4','\x06','\x18','\x04','\x00','\x18','\x06','\x00','\x1f','\xfe','\x00','\x0f','\xfc','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x1c','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\xc0','\xc6','\xff','\xef','\xff','\x0e','\x01','\xe0','\x0f','\x01','\xe0','\x1e','\xc3','\xd0','\x16','\x62','\xd8','\x36','\x66','\xcc','\x26','\x04','\xcf','\x46','\x08','\xc6','\x86','\x10','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x01','\x80','\x38','\x3f','\xc0','\x30','\x00','\x00','\x30','\xff','\xf0','\x36','\x00','\x0f','\xff','\x3f','\xc0','\x30','\x00','\x00','\x30','\x00','\x04','\x30','\x3f','\xc2','\x30','\x00','\x03','\x30','\x20','\xc3','\x30','\x3f','\xe0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x30','\x3f','\xc1','\xf0','\x30','\xc0','\x60','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x04','\x00','\x00','\x0e','\x0f','\xfe','\x98','\x0c','\x06','\x61','\x0c','\x06','\x33','\x8f','\xfe','\x37','\x00','\x00','\x0c','\x0f','\xfe','\x10','\x8c','\x06','\xff','\xcc','\x06','\x7c','\xcf','\xfe','\x0c','\x0c','\x06','\x4e','\x0c','\x06','\x7d','\x8f','\xfe','\x6c','\xcc','\x06','\x4c','\xcc','\x06','\x8c','\x0c','\x3e','\x0c','\x0c','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x08','\x00','\x00','\x0c','\x83','\x88','\x18','\x63','\x3c','\xff','\xf3','\xc0','\x70','\x33','\x04','\x00','\x03','\x06','\x3f','\xe1','\xfe','\x20','\x20','\x00','\x3f','\xe3','\x88','\x20','\x23','\x3c','\x3f','\xe3','\xc0','\x20','\x23','\x04','\x21','\xe3','\x06','\x20','\x61','\xfe','\x00','\x00','\x00','\x10','\x42','\x18','\x20','\x41','\x06','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x40','\x06','\xff','\xff','\xff','\x01','\x80','\xc0','\x06','\x18','\x30','\x1f','\xff','\xff','\xe6','\x18','\x36','\x06','\x18','\x30','\x06','\x19','\xf0','\x06','\x18','\x60','\x00','\x18','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x11','\x08','\x04','\x11','\x0f','\xfe','\xff','\xec','\x40','\x11','\x0c','\x48','\x11','\x0f','\xfc','\x1f','\x0c','\x40','\x04','\x0c','\x48','\x7f','\xcf','\xfc','\x44','\x4c','\x40','\x44','\x4c','\x46','\x7f','\xcf','\xff','\x04','\x00','\x06','\x04','\x0a','\xb6','\xff','\xfa','\x96','\x04','\x32','\x8c','\x04','\x30','\x3c','\x04','\x00','\x18','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x11','\x00','\xe0','\x11','\x00','\xc4','\xff','\xef','\xfe','\x11','\x00','\xc0','\x11','\x00','\xa0','\x1f','\x01','\x18','\x04','\x02','\x0a','\x7f','\xdf','\xff','\x44','\x40','\x0c','\x44','\x47','\xcc','\x7f','\xc4','\x4c','\x04','\x04','\x4c','\x04','\x04','\x4c','\xff','\xe7','\xcc','\x04','\x00','\x0c','\x04','\x00','\x7c','\x04','\x00','\x18','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x02','\x03','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x04','\x00','\x80','\x03','\x00','\xe0','\x01','\x80','\xc0','\x01','\x80','\x80','\x00','\x01','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x06','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x60','\x06','\xff','\xf0','\x06','\x18','\x60','\x0c','\x18','\x60','\x08','\x18','\x64','\x13','\xff','\xfe','\x20','\x18','\x60','\xc0','\x18','\x60','\x00','\x18','\x66','\x1f','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x08','\x41','\xc0','\x3c','\x21','\x90','\xf0','\x33','\x1f','\xc0','\x32','\x18','\xc0','\x04','\xd8','\xc0','\xff','\xf8','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x98','\xc6','\x7f','\xdf','\xff','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\xd8','\x60','\x0f','\x18','\x60','\xfc','\x18','\x30','\x7c','\x18','\x30','\x4c','\x1f','\x32','\x0c','\xfc','\x1a','\x08','\x70','\x1a','\x18','\x40','\x0e','\x10','\x01','\x8e','\x20','\x7f','\xc7','\x40','\x00','\x03','\x01','\x01','\x80','\x41','\xc1','\x80','\x21','\x83','\x40','\x33','\x03','\x40','\x32','\x02','\x20','\x04','\xc6','\x30','\xff','\xe4','\x18','\x0c','\x08','\x1c','\x0c','\x10','\xcf','\x0c','\xa7','\xe6','\x7f','\xc0','\x00','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0c','\xdf','\xfe','\x0f','\x03','\x0c','\xfc','\x03','\x0c','\x7c','\x03','\x0c','\x4c','\x03','\x0c','\x0c','\x03','\x0c','\x08','\x03','\x7c','\x18','\x03','\x18','\x10','\x03','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x00','\x00','\x20','\x0f','\xff','\xf0','\x00','\x20','\x26','\xff','\xff','\xff','\x00','\x40','\x20','\x00','\x40','\x20','\x0f','\xff','\xe0','\x01','\x80','\x00','\x03','\xff','\xf8','\x06','\xc0','\x18','\x0c','\xc0','\x18','\x30','\xff','\xf8','\xc2','\x00','\x80','\x01','\x80','\xc0','\x00','\x81','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\x08','\x0c','\x41','\xcf','\xfe','\x21','\x8c','\x0c','\x33','\x0c','\x0c','\x32','\x0f','\xfc','\x04','\xcc','\x0c','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x83','\x00','\x7f','\xc3','\x00','\x0c','\x06','\x06','\x0c','\x07','\xff','\x0c','\xcc','\x06','\x0f','\x0e','\x46','\xfc','\x1c','\xe6','\x7c','\x2d','\x86','\x4c','\x4e','\x06','\x0c','\x0c','\x46','\x08','\x0c','\x66','\x18','\x0f','\xec','\x10','\x07','\xcc','\x20','\x00','\x3c','\x40','\x00','\x18','\x01','\x01','\x80','\x00','\xc1','\xc0','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc0','\x20','\x03','\xe3','\x98','\x3f','\x03','\x08','\x03','\x03','\x06','\xff','\xff','\xff','\x0f','\x43','\x00','\x1b','\x39','\x90','\x33','\x19','\x9c','\xdf','\xe0','\xb8','\x08','\x00','\xe0','\x1f','\xf0','\x42','\x30','\x60','\xe2','\x00','\xe3','\xba','\x07','\xcc','\x1f','\x01','\x80','\x07','\x01','\x01','\x80','\x00','\xc1','\xc0','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\xff','\xff','\xff','\x08','\x84','\x10','\x10','\xc6','\x0c','\x72','\x42','\x86','\x61','\x81','\xc6','\x00','\x81','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x34','\x00','\x00','\xe3','\x80','\x03','\x80','\xfe','\x7c','\x00','\x3c','\x01','\x01','\x80','\x00','\xc1','\xc0','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x08','\x42','\x10','\x10','\xc3','\x0c','\x70','\xc3','\x06','\x60','\x00','\x06','\x0f','\xff','\xf0','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x63','\x00','\x01','\xc1','\xe0','\x07','\x00','\x7e','\x78','\x00','\x1c','\x02','\x01','\xc0','\x43','\x81','\x86','\x23','\x7f','\xff','\x32','\x00','\x00','\x32','\x1f','\xfc','\x04','\x90','\x04','\xff','\xd3','\xe4','\x0c','\x12','\x24','\x0c','\x12','\x24','\x0d','\x13','\xe4','\x7f','\x90','\x04','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x0d','\x8f','\xf8','\x0e','\x0c','\x18','\xfc','\x0c','\x18','\x7c','\x0f','\xf8','\x4c','\x0c','\x18','\x0c','\x0c','\x18','\x08','\x0f','\xf8','\x18','\x0c','\x18','\x10','\x00','\x02','\x20','\x7f','\xff','\x40','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x3e','\x85','\xf8','\x22','\x49','\x18','\x22','\xfd','\x18','\x3e','\x31','\x18','\x22','\x31','\x98','\x22','\xfd','\x58','\x3e','\x31','\x5a','\x22','\x31','\x1a','\x22','\xfd','\x1a','\x62','\x33','\x1a','\x4e','\x32','\x1f','\x86','\x34','\x0f','\x01','\x01','\x80','\x00','\xc1','\xc0','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x3f','\x18','\xfc','\x00','\x18','\x00','\xff','\xdb','\xff','\x00','\x18','\x00','\x3f','\x18','\xfc','\x00','\x18','\x00','\x3f','\x18','\xfc','\x00','\x18','\x00','\x7f','\x99','\xfe','\x61','\x99','\x86','\x61','\x99','\x86','\x7f','\x99','\xfe','\x61','\x99','\x86','\x0e','\x03','\x06','\x0c','\x3f','\xff','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0d','\xa3','\x46','\xff','\xd3','\x26','\x0c','\x1b','\x36','\x0c','\x1b','\x36','\x0c','\x03','\x06','\x0d','\x83','\x06','\xff','\xc7','\x0e','\x21','\x8b','\x16','\x21','\xbb','\x76','\x11','\x93','\x26','\x13','\x13','\x26','\x1b','\x03','\x06','\x0a','\x03','\x06','\x0e','\x03','\x06','\x04','\x1f','\x3e','\x0f','\x06','\x0c','\x09','\xc0','\x00','\x10','\xff','\xff','\x20','\x3f','\xfe','\xc0','\x00','\x00','\x00','\xc0','\x0c','\x7f','\xe7','\xfe','\x10','\xc2','\x0c','\x0c','\xc1','\x8c','\x04','\xc0','\x8c','\x01','\xc0','\x3c','\x0e','\xc7','\xcc','\x78','\xc3','\x0c','\x30','\x30','\x0c','\x00','\x31','\x80','\x1f','\xff','\xc0','\x00','\x61','\x84','\x00','\xe1','\x84','\x01','\xc1','\x86','\x07','\x01','\xfe','\x78','\x1c','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x1c','\x03','\x06','\x18','\x7f','\xff','\x18','\x03','\x06','\x18','\x03','\x06','\x1b','\x23','\x46','\xff','\x93','\x26','\x00','\x13','\x26','\x00','\x1b','\x36','\x04','\x1b','\x36','\x87','\x03','\x06','\x46','\x03','\x06','\x46','\x03','\x06','\x66','\x07','\x0e','\x66','\x0b','\x16','\x64','\x1b','\x36','\x04','\x73','\xe6','\x04','\x33','\x66','\x07','\x23','\x46','\xfc','\x03','\x06','\x70','\x03','\x06','\x40','\x03','\x06','\x00','\x1f','\x3e','\x00','\x06','\x0c','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x7e','\xe0','\x06','\x00','\x78','\x18','\x00','\x1f','\xe3','\xff','\xc6','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x60','\x18','\x7f','\xff','\xfc','\x10','\x64','\x18','\x0c','\x63','\x18','\x04','\x61','\x18','\x01','\xe0','\x38','\x0e','\x61','\xd8','\x78','\x6f','\x18','\x20','\x64','\x18','\x03','\xe0','\xf8','\x00','\xc0','\x30','\x01','\x00','\x00','\x41','\xc3','\x06','\x21','\xbf','\xff','\x33','\x03','\x06','\x32','\x03','\x06','\x04','\x23','\x46','\xff','\xd3','\x26','\x0c','\x13','\x26','\x0c','\x1b','\x36','\x0c','\x1b','\x36','\x7f','\x83','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0d','\x87','\x0e','\x0e','\x0b','\x16','\xfc','\x1b','\x36','\x7c','\x73','\xe6','\x4c','\x33','\x66','\x0c','\x23','\x46','\x18','\x03','\x06','\x18','\x03','\x06','\x10','\x03','\x06','\x20','\x1f','\x3e','\x40','\x06','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x08','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\xff','\x83','\x06','\x79','\x83','\xff','\x43','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x00','\x60','\x18','\x7f','\xff','\xfc','\x10','\x64','\x18','\x0c','\x63','\x18','\x04','\x61','\x18','\x01','\xe0','\x38','\x0e','\x61','\xd8','\x78','\x6f','\x18','\x20','\x64','\x18','\x03','\xe0','\xf8','\x00','\xc0','\x30','\x02','\x01','\x80','\x01','\x81','\xc0','\x01','\x82','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1f','\xe3','\x9c','\x10','\x23','\x18','\x1f','\xe3','\x18','\x10','\x23','\x18','\x1f','\xe3','\x18','\x10','\x20','\x18','\x11','\xe0','\xf8','\x10','\x60','\x30','\x00','\x00','\x00','\x7f','\xe7','\xfc','\x10','\x62','\x0c','\x0c','\x61','\x8c','\x04','\x60','\x8c','\x01','\xe0','\x3c','\x0e','\x61','\xcc','\x78','\x6f','\x0c','\x20','\x64','\x0c','\x03','\xe0','\x7c','\x00','\xc0','\x18','\x00','\x60','\x00','\xff','\xf1','\x86','\x00','\x0f','\xff','\x00','\x01','\x86','\x7f','\xe1','\x86','\x60','\x61','\x86','\x60','\x69','\xa6','\x60','\x6d','\xb6','\x7f','\xe5','\x96','\x60','\x05','\x96','\x60','\x01','\x86','\x7f','\xe1','\x86','\x55','\x21','\x86','\x55','\x23','\x8e','\x55','\x25','\x96','\x55','\x3d','\xf6','\x5f','\xe9','\xa6','\x55','\x21','\x86','\x55','\x21','\x86','\x55','\x21','\x86','\x95','\x21','\x86','\x15','\x21','\x86','\x10','\xe7','\x9e','\x10','\x63','\x0c','\x40','\x32','\x18','\x7f','\xfb','\xfc','\x60','\x03','\x18','\x64','\x03','\x18','\x67','\xe2','\x1f','\x69','\x02','\x0f','\x61','\x04','\x00','\x7f','\xf3','\xfc','\x62','\x81','\x18','\x64','\x60','\xb0','\x68','\x20','\x60','\x7f','\xf9','\x98','\x60','\x06','\x0f','\x00','\x00','\x06','\x7f','\xe7','\xfc','\x10','\x62','\x0c','\x0c','\x61','\x8c','\x04','\x60','\x8c','\x01','\xe0','\x3c','\x0e','\x61','\xcc','\x78','\x6f','\x0c','\x20','\x64','\x0c','\x03','\xe0','\x7c','\x00','\xc0','\x18','\x0e','\x00','\x00','\x0c','\x03','\x06','\x7f','\xbf','\xff','\x0c','\x03','\x06','\x0c','\x03','\x06','\xff','\xd3','\x26','\x00','\x1b','\x36','\x21','\x1b','\x36','\x21','\x03','\x06','\xf7','\xc3','\x06','\x21','\x07','\x0e','\x21','\x0b','\x16','\x31','\x3b','\x76','\xe7','\xd3','\x26','\x40','\x03','\x06','\x00','\x03','\x06','\xff','\xc3','\x06','\x33','\x1f','\x3e','\x33','\x06','\x0c','\x33','\x00','\x00','\x23','\x00','\x02','\x63','\x00','\x03','\x43','\xff','\xff','\x81','\xff','\xfe','\x00','\xc0','\x10','\x07','\xef','\xfa','\x7e','\x00','\x13','\x04','\x80','\x96','\x24','\xc6','\x98','\x34','\x9e','\x96','\x15','\x04','\x93','\xff','\xf4','\x99','\x0c','\x04','\x8a','\x1d','\x04','\x8e','\x14','\xc4','\x87','\x34','\x6f','\xf3','\x24','\x64','\x94','\x40','\x04','\x96','\xbf','\xc4','\x94','\x24','\x44','\x98','\x24','\x44','\x96','\x24','\x44','\x93','\x3f','\xc4','\x99','\x24','\x4c','\x8a','\x24','\x48','\x8e','\x24','\x48','\x87','\x3f','\xd0','\x83','\x20','\x40','\x80','\x00','\x70','\x00','\x00','\x60','\x40','\x00','\x66','\x70','\x1f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x61','\x86','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x30','\xc0','\x00','\x63','\xe0','\x01','\xfc','\x00','\x07','\x60','\x08','\x1c','\x60','\x0c','\xe0','\x7f','\xfc','\x00','\x3f','\xf8','\x00','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x00','\x70','\x00','\x00','\x60','\x40','\x00','\x66','\x70','\x1f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x61','\x86','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x30','\xc0','\x00','\x63','\xe0','\x01','\xfc','\x08','\x07','\x60','\x0c','\x1c','\x3f','\xfc','\xe0','\x06','\x00','\x00','\x7f','\x00','\x0f','\xe0','\x00','\x00','\x60','\x00','\x3f','\xff','\xf0','\x00','\x60','\x00','\xff','\xff','\xfa','\x00','\x60','\x02','\x00','\x60','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x00','\x70','\x40','\x00','\x60','\x70','\x1f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x61','\x86','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x70','\xc0','\x01','\xe3','\xe0','\x0f','\x7c','\x08','\xf0','\x60','\x0c','\x00','\x3f','\xfc','\x00','\x00','\x00','\x7f','\xff','\xfe','\x00','\xc0','\x80','\x00','\x80','\x60','\x1f','\xff','\xb0','\x0f','\x18','\x30','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0c','\xc7','\xfe','\xff','\xe0','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x80','\x00','\x7f','\xc0','\x00','\x0c','\x00','\x06','\x0c','\x0f','\xff','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x00','\x1e','\x01','\x00','\x1d','\x83','\x10','\x1c','\xc3','\x08','\x2c','\xc2','\x0c','\x2c','\x02','\x0c','\x4c','\x02','\x3e','\x8c','\x1f','\xe6','\x0c','\x0f','\x06','\x0c','\x08','\x06','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\xcc','\xcc','\xff','\xec','\xcc','\x0c','\x0c','\xcc','\x0c','\x0c','\xcc','\x0c','\x8c','\xcc','\x7f','\xcc','\xcc','\x0c','\x0c','\xcc','\x0c','\x0c','\xcc','\x0c','\xcc','\xcc','\xff','\xef','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1e','\x0c','\x00','\x1d','\x8c','\x00','\x1c','\xcc','\x00','\x2c','\xcc','\x02','\x2c','\x0c','\x02','\x4c','\x0c','\x02','\x8c','\x0c','\x03','\x0c','\x0f','\xff','\x0c','\x07','\xfe','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\xcc','\x0c','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x8c','\x0c','\x7f','\xcc','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\xcc','\x00','\xff','\xec','\x00','\x0c','\x0c','\x0c','\x0c','\x0f','\xfe','\x1e','\x0c','\x0c','\x1d','\x8c','\x0c','\x1c','\xcc','\x0c','\x2c','\xcc','\x0c','\x2c','\x0c','\x0c','\x4c','\x0c','\x0c','\x8c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1c','\x00','\x70','\x18','\x44','\x60','\x18','\x7e','\x60','\x19','\x44','\x60','\xff','\xc4','\x60','\x18','\x44','\x66','\x18','\x47','\xff','\x1a','\x7c','\x66','\x7f','\x44','\x66','\x18','\x44','\x66','\x18','\x44','\x66','\x19','\x44','\x66','\xff','\xfc','\x66','\x18','\x44','\x66','\x18','\x44','\x66','\x1c','\x44','\x66','\x3a','\x44','\x46','\x3b','\x44','\xc6','\x3b','\x46','\xc6','\x58','\x7c','\x8e','\x59','\xe1','\x8c','\x98','\x81','\x0c','\x18','\x02','\x7c','\x18','\x04','\x18','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x00','\x19','\x60','\x08','\xff','\xe7','\xfc','\x18','\x60','\x00','\x18','\x60','\x02','\x1a','\x7f','\xff','\x7f','\x66','\x44','\x18','\x66','\x46','\x18','\x66','\x2c','\x19','\x66','\x30','\xff','\xef','\xdc','\x18','\x67','\x0f','\x18','\x64','\x06','\x1c','\x60','\x18','\x3a','\x7f','\xff','\x3b','\x60','\x18','\x3b','\x44','\x18','\x58','\x42','\x18','\x58','\xc3','\x18','\x98','\x83','\x18','\x19','\x00','\x78','\x18','\x00','\x30','\x00','\x61','\xc0','\xff','\xf1','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x88','\x31','\x89','\x8e','\x31','\x89','\x8c','\x3f','\x89','\x8c','\x31','\x89','\x88','\x31','\x99','\x98','\x31','\x99','\x90','\x31','\x99','\xc0','\x31','\x81','\x40','\x3f','\x81','\x40','\x31','\x83','\x40','\x31','\x83','\x60','\x31','\x83','\x20','\x31','\x82','\x30','\x33','\x82','\x30','\xfd','\x86','\x18','\x71','\x84','\x1c','\x41','\x84','\x0f','\x01','\x88','\x0e','\x01','\xb0','\x06','\x00','\x60','\xe0','\xff','\xf0','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x8e','\xc0','\x31','\x8c','\xcc','\x31','\x8c','\xfe','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x3f','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x33','\x8c','\xc0','\xfd','\x8c','\xc0','\x71','\x8c','\xc0','\x41','\x8c','\xc6','\x01','\xbf','\xff','\x01','\x80','\x00','\x00','\xc1','\x00','\xff','\xe3','\x80','\x33','\x06','\x26','\x33','\x18','\x3f','\x33','\x10','\x26','\x33','\x12','\x26','\x33','\x13','\xa6','\x3f','\x13','\x26','\x33','\x13','\x26','\x33','\x13','\x26','\x33','\x13','\x26','\x33','\x13','\x26','\x33','\x13','\x26','\x3f','\x13','\x26','\x33','\x13','\x26','\x33','\x13','\x26','\x33','\x7f','\x26','\x33','\x33','\x26','\x33','\x23','\x2e','\xff','\x02','\x26','\x73','\x06','\x20','\x43','\x04','\x20','\x03','\x08','\x20','\x03','\x30','\x20','\x00','\x61','\x80','\xff','\xf1','\x80','\x31','\x83','\x40','\x31','\x83','\x40','\x31','\x82','\x20','\x31','\x86','\x30','\x31','\x84','\x18','\x3f','\x88','\x1c','\x31','\x90','\x6f','\x31','\xaf','\xf6','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x0c','\x3f','\x9f','\xfe','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x33','\x83','\x0c','\xfd','\x83','\x7c','\x71','\x83','\x18','\x41','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x00','\x60','\x0c','\xff','\xf0','\x3e','\x31','\x81','\xf0','\x31','\x9f','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc6','\x31','\xbf','\xff','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x88','\xcc','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x33','\x8c','\x0c','\xfd','\x8c','\x0c','\x71','\x8c','\x0c','\x41','\x8f','\xfc','\x01','\x8c','\x0c','\x01','\x8c','\x0c','\x00','\x60','\xe0','\xff','\xf0','\xc0','\x31','\x80','\xc0','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x80','\x00','\x3f','\x80','\x00','\x31','\xbf','\xff','\x31','\x86','\x00','\x31','\x86','\x0c','\x31','\x8f','\xfe','\x33','\x8c','\x0c','\xfd','\x80','\x0c','\x71','\x80','\x1c','\x41','\x80','\x18','\x01','\x80','\xf8','\x01','\x80','\x30','\x00','\x30','\x00','\xff','\xf8','\x0c','\x18','\xc3','\xfe','\x18','\xc0','\x0c','\x1f','\xc0','\x1c','\x18','\xc3','\x18','\x18','\xc0','\xb0','\x1f','\xc0','\x60','\x18','\xc0','\xd8','\x18','\xf1','\x8c','\xff','\xc6','\x06','\x78','\xc0','\x06','\x40','\xc1','\x80','\x02','\x0f','\xc0','\x07','\x78','\x08','\x0e','\x18','\x1c','\x18','\x1c','\x30','\x61','\x1a','\x40','\x03','\x99','\x80','\x07','\x18','\xc0','\x0c','\x18','\x70','\x30','\x18','\x3f','\xc0','\x18','\x0e','\x00','\x18','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x62','\x0c','\x1f','\xf3','\xfe','\x23','\x03','\x0c','\x03','\x13','\x0c','\xff','\xfb','\x0c','\x06','\x03','\x0c','\x07','\x83','\x0c','\x0c','\xe3','\xfc','\x18','\x73','\x0c','\x60','\x30','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x7f','\xff','\xfe','\x3f','\xc0','\xc0','\x20','\x00','\xc0','\x00','\x00','\xc0','\x00','\xc0','\xe0','\xff','\xe0','\xc0','\x31','\x88','\xc0','\x31','\x88','\xc6','\x31','\x8f','\xff','\x31','\x98','\x06','\x31','\x98','\x04','\x3f','\x80','\x00','\x31','\x80','\x0c','\x31','\x9f','\xfe','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x88','\xc0','\x31','\x8e','\xcc','\x31','\x8c','\xfe','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x33','\x8c','\xc0','\xfd','\x8a','\xc0','\x71','\x99','\xc0','\x41','\x90','\xe0','\x01','\x90','\x7f','\x01','\xa0','\x1e','\x01','\x84','\x08','\xff','\xc6','\x0c','\x33','\x0c','\x18','\x33','\x50','\xa0','\x33','\x22','\x44','\x33','\x33','\x66','\x33','\x16','\x2c','\x3f','\x0c','\x18','\x33','\x08','\x10','\x33','\x12','\x24','\x33','\x7f','\xfe','\x33','\x31','\x62','\x33','\x00','\x00','\x3f','\x0e','\x38','\x33','\x0c','\x30','\x33','\x0c','\x32','\x33','\x7f','\xff','\x33','\x0c','\x30','\x33','\x0c','\x30','\xff','\x08','\x30','\x73','\x18','\x30','\x43','\x10','\x30','\x03','\x20','\x30','\x03','\x40','\x30','\x02','\x20','\x20','\x07','\x18','\x38','\x0e','\x0c','\x30','\x38','\x0c','\x46','\xc2','\xff','\xff','\x07','\x01','\x80','\x0e','\x21','\x80','\x3c','\x39','\xfe','\xcc','\x31','\x80','\x0c','\x69','\x80','\x0c','\x47','\xff','\x0c','\x80','\xfe','\x00','\x00','\x00','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x7f','\xff','\xfe','\x3f','\xc0','\xc0','\x20','\x00','\xc0','\x00','\x00','\xc0','\x03','\x82','\x30','\x03','\x03','\xf8','\x7f','\xfb','\x30','\x03','\x03','\x30','\x3f','\xf2','\x3e','\x00','\x04','\x1e','\x3f','\xf0','\x00','\x33','\x37','\xfc','\x33','\x32','\x18','\x3f','\xf1','\x30','\x30','\x00','\xc0','\x20','\x07','\x30','\x60','\x00','\x1f','\x5f','\xff','\xf6','\x83','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x7f','\xff','\xfc','\x3f','\xe0','\xc0','\x20','\x00','\xc0','\x00','\x00','\xc0','\x01','\x84','\x00','\xff','\xc7','\x00','\x33','\x26','\x0c','\x33','\x3f','\xfe','\x33','\x31','\x0c','\x33','\x31','\xec','\x33','\x35','\x2c','\x3f','\x32','\x6c','\x33','\x35','\x4c','\x33','\x30','\x8c','\x33','\x31','\x4c','\x33','\x32','\x6c','\x33','\x34','\x2c','\x3f','\x30','\x0c','\x33','\x3f','\xfc','\x33','\x30','\x0c','\x33','\x01','\x00','\x33','\x06','\x88','\x33','\x16','\xc6','\xff','\x16','\xd3','\x73','\x36','\x13','\x43','\x66','\x18','\x03','\x67','\xf8','\x03','\x03','\xf0','\x00','\x00','\x18','\x3f','\xff','\xfc','\x01','\x01','\x80','\x01','\xff','\x80','\x01','\x01','\x80','\x01','\xff','\x80','\x01','\x01','\x80','\x01','\x01','\xf8','\x3f','\xff','\x80','\x0f','\x01','\x80','\x00','\x01','\x80','\x00','\x30','\x06','\xff','\xff','\xff','\x10','\xc2','\x18','\x1f','\xc3','\xf8','\x10','\xc2','\x18','\x10','\xc2','\x18','\x1f','\xc3','\xf8','\x10','\xc2','\x18','\x10','\xc2','\x18','\x1f','\xc3','\xf8','\xf8','\xdf','\x18','\x40','\xc8','\x18','\x00','\xc0','\x18','\x01','\x81','\xc0','\xff','\xc1','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x33','\x60','\x04','\x33','\x60','\x80','\x33','\x06','\x46','\x3f','\x16','\x53','\x33','\x36','\x1b','\x33','\x33','\xf8','\x33','\x00','\x00','\x33','\x00','\x00','\x33','\x3f','\xfe','\x3f','\x22','\x22','\x33','\x22','\x22','\x33','\x3f','\xfe','\x33','\x00','\x00','\x33','\x00','\x06','\x33','\x7f','\xff','\xff','\x00','\xc0','\x73','\x00','\xc0','\x43','\x00','\xc0','\x03','\x07','\xc0','\x03','\x01','\x80','\x00','\xc0','\xe0','\xff','\xe0','\xc0','\x31','\x80','\xc6','\x31','\xbf','\xff','\x3f','\x80','\xc0','\x31','\x90','\xc6','\x31','\x9f','\xff','\x3f','\x99','\x26','\x31','\x99','\x26','\x31','\x99','\x26','\xff','\x9f','\xfe','\x71','\x98','\x06','\x41','\x80','\x00','\x01','\x80','\x06','\x7d','\xbf','\xff','\x11','\x80','\x00','\x11','\x80','\xc0','\x7d','\x83','\x60','\x11','\x8b','\x64','\x11','\x8b','\x02','\x1d','\x9b','\x13','\xf1','\xb3','\x1b','\x41','\xb3','\xf8','\x01','\x81','\xf0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x38','\x01','\xc0','\x31','\x81','\x80','\x33','\xc1','\x8c','\x36','\x1f','\xfe','\x38','\x01','\x8c','\x30','\x81','\x8c','\x30','\xff','\xff','\x3f','\xc1','\x8c','\x1f','\x81','\x8c','\x20','\x01','\x8c','\x38','\x1f','\xfc','\x30','\x81','\x80','\x3f','\xc1','\x80','\x66','\x01','\x8c','\x86','\x1f','\xfe','\x06','\x41','\x80','\xff','\xe1','\x80','\x0c','\x01','\x86','\x0c','\x3f','\xff','\x1b','\x01','\x80','\x19','\x81','\x80','\x31','\x81','\x80','\x60','\x01','\x80','\x80','\x01','\x80','\x00','\x00','\xe0','\x10','\xc0','\xc0','\x1f','\xe0','\xcc','\x18','\x07','\xfe','\x18','\x00','\xcc','\x19','\x80','\xcc','\x1f','\xcf','\xff','\x18','\x00','\xcc','\x18','\x00','\xcc','\x19','\x80','\xcc','\x1f','\xc7','\xfc','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x60','\xcc','\xff','\xf7','\xfe','\x18','\x00','\xc0','\x18','\x00','\xc0','\x11','\x00','\xc6','\x30','\x8f','\xff','\x20','\xc0','\xc0','\xff','\xe0','\xc0','\x78','\x60','\xc0','\x40','\x60','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x1a','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x1c','\x99','\x1c','\x18','\x99','\x18','\x1f','\x99','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\x99','\xf8','\x10','\x99','\x18','\x30','\x99','\x18','\x20','\x99','\x18','\x40','\x18','\x18','\x21','\x80','\x00','\x3f','\xc0','\x0c','\x31','\x9f','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x21','\x81','\x80','\x61','\x81','\x86','\x47','\xbf','\xff','\x83','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0f','\xff','\xf8','\x07','\xff','\xf8','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x8c','\x31','\x9f','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x21','\x81','\x80','\x61','\x81','\x86','\x47','\xbf','\xff','\x83','\x00','\x00','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x3f','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x33','\x46','\x33','\x33','\x26','\x3f','\x32','\x26','\x33','\x36','\x36','\x33','\x34','\x36','\x33','\x38','\x36','\x33','\x30','\x06','\x33','\x30','\x06','\x23','\x30','\x06','\x23','\x30','\x06','\x63','\x30','\x06','\x4f','\x30','\x3e','\x86','\x30','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x33','\xff','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x33','\xff','\xcc','\x30','\x00','\x0c','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x21','\x83','\x80','\x3f','\xc3','\x20','\x31','\x83','\x18','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x00','\x31','\x83','\x06','\x3f','\xbf','\xff','\x31','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x70','\x31','\x83','\x60','\x3f','\x87','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x84','\x60','\x31','\x8c','\x62','\x21','\x88','\x62','\x21','\x98','\x62','\x61','\x90','\x63','\x47','\xa0','\x7f','\x83','\x00','\x3e','\x21','\x90','\x06','\x3f','\xdf','\xff','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x21','\x80','\xc0','\x21','\x80','\xc0','\x61','\x80','\xc0','\x47','\x80','\xc0','\x83','\x00','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x06','\x04','\x18','\x04','\x07','\x18','\x18','\x06','\x1f','\xfc','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\xd8','\x00','\x18','\x3f','\xff','\x30','\x07','\xfe','\xc0','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x21','\x84','\x00','\x3f','\xc7','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x8c','\x06','\x31','\x8f','\xff','\x31','\x89','\x80','\x3f','\x99','\x80','\x31','\x91','\x80','\x31','\xa1','\x8c','\x31','\x81','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x86','\x31','\x81','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x21','\x81','\x80','\x61','\x81','\x80','\x47','\x81','\x80','\x83','\x01','\x80','\x21','\x80','\x0c','\x3f','\xc0','\x3e','\x31','\x88','\xf0','\x31','\x8f','\xe0','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x3f','\x8c','\x60','\x31','\x8c','\x66','\x31','\x8f','\xff','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x3f','\x8c','\x60','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x32','\x31','\x8c','\x32','\x31','\xbf','\x9a','\x21','\x9c','\x1a','\x21','\x90','\x0e','\x61','\x80','\x0e','\x47','\xbf','\xc7','\x83','\x00','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x21','\x80','\x00','\x3f','\xc0','\x0c','\x31','\x9f','\xfe','\x31','\x80','\x40','\x31','\x80','\x70','\x31','\x80','\xe0','\x31','\x80','\xc0','\x3f','\x81','\xc0','\x31','\x81','\x80','\x31','\x83','\x80','\x31','\x83','\x90','\x31','\x87','\x8c','\x31','\x85','\x86','\x3f','\x89','\x87','\x31','\x91','\x83','\x31','\xa1','\x83','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x21','\x81','\x80','\x61','\x80','\x06','\x47','\xbf','\xff','\x83','\x00','\x00','\x21','\x81','\xc0','\x3f','\xa1','\x88','\x31','\x91','\x8e','\x31','\x99','\x8c','\x31','\x8d','\x98','\x31','\x8d','\x90','\x31','\x81','\xa0','\x3f','\x81','\x8c','\x31','\xbf','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x21','\x81','\x80','\x61','\x81','\x80','\x47','\x81','\x80','\x83','\x01','\x80','\x23','\x04','\x00','\x3f','\x83','\x00','\x33','\x01','\xc0','\x33','\x00','\xc0','\x33','\x00','\x00','\x33','\x01','\x80','\x33','\x3f','\xc0','\x3f','\x01','\x88','\x33','\x01','\x8e','\x33','\x01','\x8c','\x33','\x0d','\xc8','\x33','\x7d','\xd0','\x33','\x0d','\xa0','\x3f','\x0d','\xa0','\x33','\x0d','\xb0','\x33','\x09','\x90','\x33','\x19','\x98','\x33','\x19','\x98','\x33','\x11','\x8c','\x23','\x31','\x8f','\x23','\x21','\x86','\x63','\x41','\x86','\x4f','\x07','\x80','\x86','\x03','\x00','\x23','\x03','\x80','\x3f','\x83','\x00','\x33','\x03','\x00','\x33','\x03','\x06','\x33','\x7f','\xff','\x33','\x06','\x40','\x33','\x06','\x20','\x3f','\x0c','\x30','\x33','\x08','\x18','\x33','\x10','\xcf','\x33','\x2f','\xe6','\x33','\x40','\x00','\x33','\x00','\x0c','\x3f','\x7f','\xfe','\x33','\x0c','\x00','\x33','\x0c','\x18','\x33','\x1f','\xfc','\x33','\x18','\x18','\x33','\x00','\x18','\x23','\x00','\x38','\x23','\x00','\x30','\x63','\x00','\x70','\x4f','\x03','\xe0','\x86','\x00','\xc0','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x84','\x31','\xa1','\x87','\x31','\x91','\x86','\x31','\x99','\x8c','\x31','\x8d','\x88','\x3f','\x8d','\x90','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x86','\x60','\x31','\x86','\x60','\x3f','\x86','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x8c','\x62','\x21','\x8c','\x62','\x21','\x88','\x62','\x61','\x98','\x63','\x47','\x90','\x7f','\x83','\x20','\x3e','\x23','\x00','\x00','\x3f','\x80','\x06','\x33','\x7f','\xff','\x33','\x00','\x00','\x33','\x08','\x88','\x33','\x0c','\xcc','\x33','\x19','\x98','\x3f','\x11','\x10','\x33','\x22','\x20','\x33','\x11','\x10','\x33','\x19','\x98','\x33','\x0c','\xcc','\x33','\x0c','\xcc','\x3f','\x00','\x00','\x33','\x00','\x0c','\x33','\x3f','\xfe','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x01','\x80','\x23','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x86','\x4f','\x7f','\xff','\x86','\x00','\x00','\x04','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x0c','\x0e','\x0f','\xfe','\x0c','\x18','\x30','\x0d','\x94','\x30','\x19','\xa4','\x60','\x19','\x82','\xc0','\x39','\x81','\x80','\x39','\x83','\x60','\x59','\x86','\x3f','\x99','\x98','\x0e','\x19','\xef','\xf8','\x19','\x8c','\x18','\x19','\x8c','\x18','\x19','\x8f','\xf8','\x19','\x8c','\x18','\x19','\x8c','\x18','\x19','\x8f','\xf8','\x19','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\xf8','\x18','\x0c','\x30','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x19','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\xc4','\x10','\x18','\xc2','\x38','\x30','\xc1','\xa0','\x33','\xfc','\xf0','\x21','\xc0','\x3f','\x40','\x00','\x0e','\x87','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x23','\x01','\xd0','\x3f','\x81','\x8c','\x33','\x01','\x84','\x33','\x01','\x80','\x33','\xff','\xff','\x33','\x01','\x80','\x33','\x01','\x80','\x3f','\x21','\x8c','\x33','\x3f','\xfe','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x3f','\x31','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x33','\x31','\x8c','\x33','\x31','\x8c','\x23','\x31','\x8c','\x23','\x31','\x8c','\x63','\x31','\x8c','\x4f','\x31','\xbc','\x86','\x30','\x18','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x01','\x80','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x08','\x80','\x33','\x0c','\xe0','\x3f','\x0c','\xc0','\x33','\x18','\xcc','\x33','\x18','\xfe','\x33','\x18','\x8c','\x33','\x39','\x4c','\x33','\x39','\x28','\x3f','\x5a','\x18','\x33','\x9d','\x10','\x33','\x18','\xb0','\x33','\x18','\xe0','\x33','\x18','\x40','\x33','\x18','\xe0','\x23','\x18','\xb0','\x23','\x19','\x18','\x63','\x1a','\x1f','\x4f','\x18','\x0e','\x86','\x18','\x06','\x43','\x04','\x00','\x7f','\x87','\x00','\x63','\x06','\x06','\x63','\x7f','\xff','\x62','\x0c','\x00','\x66','\x08','\x00','\x64','\x1f','\xfc','\x68','\x10','\xc0','\x64','\x20','\xc0','\x66','\x5f','\xff','\x62','\x80','\x00','\x63','\x00','\x00','\x63','\x1f','\xfc','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x6f','\x18','\x0c','\x66','\x18','\x0c','\x60','\x1f','\xfc','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x7c','\x60','\x18','\x18','\x23','\x03','\x60','\x3f','\x82','\x40','\x33','\x02','\x40','\x33','\x22','\x4c','\x33','\x3f','\xfe','\x33','\x32','\x4c','\x33','\x32','\x4c','\x3f','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x3f','\xfc','\x33','\x32','\x4c','\x33','\x32','\x4c','\x3f','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4e','\x33','\xff','\xff','\x33','\x00','\x00','\x33','\x08','\x00','\x23','\x0e','\x20','\x23','\x0c','\x18','\x63','\x18','\x0c','\x4f','\x30','\x0e','\x86','\x40','\x06','\x23','\x02','\x00','\x3f','\x83','\x80','\x33','\x23','\x06','\x33','\x3f','\xff','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x3f','\x3f','\xfe','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x3f','\xfe','\x33','\x04','\x00','\x3f','\x06','\x00','\x33','\x0c','\xe0','\x33','\x10','\xc0','\x33','\x00','\xc6','\x33','\x7f','\xff','\x33','\x00','\xc0','\x23','\x00','\xc0','\x23','\x00','\xc0','\x63','\x00','\xc0','\x4f','\x00','\xc0','\x86','\x00','\xc0','\x23','\x07','\x70','\x3f','\x86','\x60','\x33','\x06','\x60','\x33','\x06','\x60','\x33','\x06','\x66','\x33','\x7e','\x7f','\x33','\x06','\x60','\x3f','\x06','\x60','\x33','\x06','\x60','\x33','\x06','\x66','\x33','\x7e','\x7f','\x33','\x06','\x60','\x33','\x06','\x60','\x3f','\x06','\x60','\x33','\x06','\x60','\x33','\x1e','\x66','\x33','\x76','\x7f','\x33','\x26','\x60','\x33','\x06','\x60','\x23','\x0c','\x60','\x23','\x0c','\x60','\x63','\x08','\x60','\x4f','\x10','\x60','\x86','\x20','\x60','\x26','\x01','\xc0','\x3f','\x01','\x80','\x26','\x41','\x86','\x26','\x7f','\xff','\x26','\x40','\x00','\x26','\x44','\x00','\x26','\x47','\x1c','\x3e','\x46','\x18','\x26','\x46','\x18','\x26','\x46','\x1a','\x26','\x4d','\xff','\x26','\x4c','\x18','\x26','\x4c','\x18','\x3e','\x5d','\x18','\x26','\x6c','\x98','\x26','\x4c','\xd8','\x26','\x4c','\xd8','\x26','\xcc','\x18','\x26','\x8c','\x18','\x66','\x8c','\x18','\x47','\x0c','\x18','\x46','\x0c','\x18','\x5e','\x0c','\xf8','\x8c','\x0c','\x30','\x21','\x80','\x10','\x3f','\xc8','\x1c','\x31','\x86','\x18','\x31','\x83','\x30','\x31','\x83','\x20','\x31','\x80','\x4c','\x31','\x9f','\xfe','\x3f','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x36','\x31','\xbf','\xff','\x3f','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x21','\x8c','\x30','\x21','\x8c','\x30','\x61','\x88','\x30','\x47','\x90','\x30','\x83','\x20','\x30','\x26','\x00','\xe0','\x3e','\x30','\xc0','\x27','\xf0','\xc4','\x26','\x37','\xfe','\x26','\x20','\xc4','\x26','\x60','\xc4','\x26','\x6f','\xff','\x3e','\x40','\xc4','\x26','\x40','\xc4','\x26','\xc7','\xfc','\x26','\xf0','\xc4','\x26','\x10','\xc0','\x26','\x10','\xc4','\x3e','\x17','\xfe','\x26','\x10','\xc0','\x26','\xb0','\xc0','\x26','\xa0','\xc2','\x26','\xaf','\xff','\x26','\x60','\xc0','\x26','\x70','\xc0','\x66','\x58','\xc0','\x46','\xce','\x00','\x5e','\x87','\xff','\x8d','\x01','\xfe','\x21','\x90','\x06','\x3f','\xdf','\xff','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x3f','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\x06','\x3f','\x80','\x80','\x31','\x80','\x40','\x31','\x83','\x60','\x31','\x83','\x68','\x31','\x8b','\x04','\x31','\x8b','\x06','\x21','\x9b','\x13','\x21','\x9b','\x13','\x61','\xb3','\x18','\x47','\xb3','\xf8','\x83','\x01','\xf0','\x21','\x88','\x0c','\x3f','\xcf','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\x3f','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x80','\x00','\x31','\x88','\xe0','\x31','\x8e','\xc0','\x3f','\x8c','\xcc','\x31','\x8f','\xfe','\x31','\x98','\xc0','\x31','\x90','\xc0','\x31','\xa0','\xd8','\x31','\x87','\xfc','\x21','\x80','\xc0','\x21','\x80','\xc0','\x61','\x80','\xc6','\x47','\xbf','\xff','\x83','\x00','\x00','\x23','\x08','\x84','\x3f','\x8e','\xe7','\x33','\x0c','\xc6','\x33','\x19','\x8c','\x33','\x11','\x10','\x33','\x22','\x20','\x33','\x11','\x10','\x3f','\x19','\x8c','\x33','\x0c','\xc6','\x33','\x0c','\xc6','\x33','\x02','\x00','\x33','\x23','\x06','\x33','\x3f','\xff','\x3f','\x30','\x06','\x33','\x30','\x26','\x33','\x32','\x36','\x33','\x31','\x66','\x33','\x30','\xc6','\x33','\x31','\x66','\x23','\x32','\x36','\x23','\x34','\x36','\x63','\x30','\x06','\x4f','\x3f','\xfe','\x86','\x30','\x06','\x21','\x80','\xe0','\x3f','\xc0','\xc0','\x31','\x80','\xc0','\x31','\x90','\xc6','\x31','\x9f','\xff','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x9f','\xfe','\x31','\x99','\xa6','\x31','\x81','\xa0','\x31','\x81','\xa0','\x31','\x83','\x30','\x31','\x83','\x10','\x21','\x82','\x18','\x21','\x86','\x1c','\x61','\x84','\x0f','\x47','\x88','\x0e','\x83','\x30','\x06','\x23','\x10','\x18','\x3f','\x9f','\xfc','\x33','\x18','\x18','\x33','\x18','\x18','\x33','\x18','\x18','\x33','\x1f','\xf8','\x33','\x18','\x18','\x3f','\x18','\x18','\x33','\x18','\x18','\x33','\x1f','\xf8','\x33','\x18','\x18','\x33','\x00','\x00','\x33','\x00','\x00','\x3f','\x20','\x0c','\x33','\x3f','\xfe','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x23','\x32','\x4c','\x23','\x32','\x4c','\x63','\x32','\x4c','\x4f','\xff','\xff','\x86','\x00','\x00','\x23','\x00','\x06','\x3f','\xbf','\xff','\x33','\x00','\x00','\x33','\x08','\x18','\x33','\x0f','\xfc','\x33','\x0c','\x18','\x33','\x0c','\x18','\x3f','\x0c','\x18','\x33','\x0f','\xf8','\x33','\x00','\x00','\x33','\x20','\x06','\x33','\x3f','\xff','\x33','\x32','\x66','\x3f','\x32','\x66','\x33','\x36','\x66','\x33','\x34','\x3e','\x33','\x38','\x06','\x33','\x30','\x06','\x33','\x37','\xf6','\x23','\x31','\x86','\x23','\x31','\x86','\x63','\x31','\x86','\x4f','\x31','\x9e','\x86','\x31','\x8c','\x21','\x80','\xe8','\x3f','\xc0','\xc6','\x31','\x80','\xc2','\x31','\xbf','\xff','\x31','\x80','\xc0','\x31','\x90','\xc6','\x31','\x9f','\xff','\x3f','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x3f','\x98','\x06','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\xbf','\xff','\x31','\x88','\x18','\x31','\x86','\x18','\x21','\x83','\x18','\x21','\x83','\x18','\x61','\x80','\x18','\x47','\x80','\xf8','\x83','\x00','\x30','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x08','\x10','\x33','\x04','\x18','\x33','\x26','\x10','\x3f','\x22','\x26','\x33','\x3f','\xff','\x33','\x60','\x04','\x33','\x63','\x88','\x33','\x03','\x00','\x33','\x03','\x06','\x3f','\x7f','\xff','\x33','\x06','\x00','\x33','\x06','\x18','\x33','\x07','\xfc','\x33','\x0c','\x18','\x33','\x0c','\x18','\x23','\x08','\x18','\x23','\x18','\x38','\x63','\x10','\x30','\x4f','\x21','\xf0','\x86','\x40','\x60','\x0e','\x02','\x00','\x0c','\x63','\x06','\xff','\xf7','\xff','\x0c','\x04','\x10','\x0c','\x08','\x78','\x0f','\xd7','\xe2','\x18','\xc6','\x87','\x18','\xc6','\x4c','\x10','\xc6','\x30','\x31','\x86','\x1c','\x27','\x8f','\xcf','\x43','\x06','\x06','\x80','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x23','\x06','\x0c','\x3f','\xff','\xfe','\x33','\x46','\x8c','\x33','\x66','\xcc','\x33','\x26','\x4c','\x33','\x0e','\x1c','\x33','\x36','\x6c','\x3f','\xe7','\xcc','\x33','\x46','\x8c','\x33','\x00','\x0c','\x33','\x03','\x00','\x33','\x06','\x80','\x33','\x0c','\x60','\x3f','\x31','\x38','\x33','\xc3','\x9f','\x33','\x06','\x46','\x33','\x18','\xe0','\x33','\x61','\x90','\x33','\x06','\x38','\x23','\x18','\x70','\x23','\x00','\xe0','\x63','\x03','\x80','\x4f','\x0e','\x00','\x86','\x30','\x00','\x22','\x40','\x06','\x3f','\x7f','\xff','\x32','\x60','\x06','\x32','\x60','\xb6','\x32','\x60','\x96','\x32','\x60','\x86','\x32','\x6f','\xf6','\x3e','\x60','\x86','\x32','\x60','\x86','\x32','\x6e','\x96','\x32','\x6a','\x96','\x32','\x6a','\xb6','\x32','\x6a','\xa6','\x3e','\x6a','\xe6','\x32','\x6e','\x46','\x32','\x60','\x56','\x32','\x62','\xd6','\x32','\x6c','\xb6','\x32','\x69','\x3e','\x22','\x62','\x16','\x22','\x60','\x06','\x62','\x60','\x06','\x4e','\x7f','\xfe','\x86','\x60','\x06','\x23','\x00','\x0c','\x3f','\xbf','\xfe','\x33','\x01','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x33','\x61','\x86','\x33','\x61','\x84','\x3f','\x1d','\xb8','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x3d','\xbc','\x33','\x01','\x80','\x33','\x01','\x80','\x3f','\x00','\x0c','\x33','\x3f','\xfe','\x33','\x00','\x0c','\x33','\x00','\x0c','\x33','\x00','\x0c','\x33','\x3f','\xfc','\x23','\x00','\x0c','\x23','\x00','\x0c','\x63','\x00','\x0c','\x4f','\x3f','\xfc','\x86','\x00','\x0c','\x23','\x01','\xc0','\x3f','\xa1','\x86','\x33','\x3f','\xff','\x33','\x64','\x66','\x33','\x67','\x64','\x33','\x06','\x60','\x33','\x0c','\x7e','\x3f','\x18','\x3e','\x33','\x60','\x00','\x33','\x00','\x00','\x33','\x3f','\xfe','\x33','\x03','\x00','\x33','\x02','\x10','\x3f','\x04','\x0c','\x33','\x3f','\xf6','\x33','\x1e','\x06','\x33','\x01','\xc0','\x33','\x01','\x8c','\x33','\x3f','\xfe','\x23','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x86','\x4f','\x7f','\xff','\x86','\x00','\x00','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x33','\x60','\x06','\x33','\x60','\x04','\x33','\x00','\x00','\x3f','\x3f','\xfe','\x33','\x03','\x00','\x33','\x02','\x00','\x33','\x06','\x10','\x33','\x04','\x0c','\x33','\x3f','\xf6','\x3f','\x1c','\x06','\x33','\x01','\xc0','\x33','\x01','\x80','\x33','\x01','\x8c','\x33','\x3f','\xfe','\x33','\x01','\x80','\x23','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x86','\x4f','\x7f','\xff','\x86','\x00','\x00','\x23','\x08','\x00','\x3f','\x8e','\x00','\x33','\x0c','\x0c','\x33','\x1f','\xfe','\x33','\x18','\x00','\x33','\x3f','\xf8','\x33','\x2c','\x18','\x3f','\x4c','\x18','\x33','\x0f','\xf8','\x33','\x0c','\x18','\x33','\x0c','\x18','\x33','\x0f','\xf8','\x33','\x00','\x06','\x3f','\x7f','\xff','\x33','\x0c','\x00','\x33','\x08','\x06','\x33','\x1f','\xff','\x33','\x12','\x46','\x33','\x26','\x46','\x23','\x44','\x86','\x23','\x08','\x8e','\x63','\x31','\x0c','\x4f','\x06','\x7c','\x86','\x00','\x18','\x23','\x00','\x70','\x3f','\x80','\x64','\x33','\x00','\x66','\x33','\x00','\x62','\x33','\x7f','\xff','\x33','\x00','\x60','\x33','\x00','\x60','\x3f','\x3f','\x60','\x33','\x00','\x60','\x33','\x7f','\xa0','\x33','\x00','\x20','\x33','\x00','\x30','\x33','\x3f','\x30','\x3f','\x21','\x30','\x33','\x3f','\x30','\x33','\x21','\x10','\x33','\x3f','\x12','\x33','\x21','\x1a','\x33','\x3f','\x1a','\x23','\x00','\x0a','\x23','\x12','\x0e','\x63','\x19','\x86','\x4f','\x30','\xc7','\x86','\x40','\xc3','\x23','\x00','\x18','\x3f','\x81','\xfc','\x33','\x3f','\x80','\x33','\x01','\x88','\x33','\x21','\x8c','\x33','\x19','\x88','\x33','\x09','\x92','\x3f','\x7f','\xff','\x33','\x03','\xa0','\x33','\x07','\xa0','\x33','\x05','\x90','\x33','\x09','\x98','\x33','\x11','\x8f','\x3f','\x61','\x86','\x33','\x00','\x00','\x33','\x1f','\xf8','\x33','\x19','\x18','\x33','\x19','\x18','\x33','\x1f','\xf8','\x23','\x19','\x18','\x23','\x19','\x18','\x63','\x19','\x18','\x4f','\x1f','\xf8','\x86','\x18','\x18','\x23','\x0e','\x38','\x3f','\x8c','\x32','\x33','\x7f','\xff','\x33','\x0c','\x30','\x33','\x0c','\x30','\x33','\x01','\xc0','\x33','\x01','\x86','\x3f','\x7f','\xff','\x33','\x00','\x00','\x33','\x11','\xc8','\x33','\x19','\x8c','\x33','\x11','\x88','\x33','\x11','\x88','\x3f','\x29','\x94','\x33','\x25','\x92','\x33','\x45','\xa2','\x33','\x01','\x80','\x33','\x01','\x86','\x33','\x7f','\xff','\x23','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x80','\x4f','\x01','\x80','\x86','\x01','\x80','\x23','\x01','\x80','\x3f','\x81','\x80','\x33','\x03','\x40','\x33','\x06','\x30','\x33','\x0c','\x1c','\x33','\x1b','\xef','\x33','\x60','\x06','\x3f','\x00','\x00','\x33','\x3f','\xfe','\x33','\x30','\x86','\x33','\x34','\x96','\x33','\x32','\xa6','\x33','\x30','\x86','\x3f','\x3f','\xfe','\x33','\x00','\x00','\x33','\x10','\x0c','\x33','\x1f','\xfe','\x33','\x18','\x0c','\x33','\x18','\x0c','\x23','\x1f','\xfc','\x23','\x18','\x0c','\x63','\x18','\x0c','\x4f','\x1f','\xfc','\x86','\x18','\x0c','\x23','\x00','\xe0','\x3f','\x40','\xc6','\x33','\x37','\xff','\x33','\x18','\x80','\x33','\x19','\xfe','\x33','\x19','\x10','\x33','\x02','\x10','\x3f','\x05','\xff','\x33','\x00','\x00','\x33','\x01','\xfe','\x33','\x19','\x86','\x33','\x7d','\x86','\x33','\x19','\xfe','\x3f','\x19','\x86','\x33','\x19','\x86','\x33','\x19','\xfe','\x33','\x19','\x86','\x33','\x19','\x86','\x33','\x19','\x9e','\x23','\x19','\x8c','\x23','\x18','\x00','\x63','\xf7','\xff','\x4f','\x61','\xfe','\x86','\x40','\x00','\x23','\x08','\x00','\x3f','\x8c','\x60','\x33','\x1f','\xf0','\x33','\x18','\x40','\x33','\x30','\x86','\x33','\x7f','\xff','\x33','\xb3','\x30','\x3f','\x33','\x30','\x33','\x32','\x3e','\x33','\x34','\x1e','\x33','\x38','\x00','\x33','\x33','\xf8','\x33','\x30','\x00','\x3f','\x3f','\xfe','\x33','\x30','\x00','\x33','\x33','\xf8','\x33','\x20','\x00','\x33','\x23','\xf8','\x33','\x60','\x00','\x23','\x47','\xfc','\x23','\x86','\x0c','\x63','\x06','\x0c','\x4f','\x07','\xfc','\x86','\x06','\x0c','\x20','\x62','\x30','\x3f','\xf3','\xf8','\x30','\x63','\x30','\x30','\x63','\x30','\x3f','\xe6','\x3f','\x24','\x84','\x1f','\x3f','\xe8','\x00','\x24','\x87','\xfc','\x24','\x81','\x18','\x7f','\xf0','\xb0','\x48','\x00','\x60','\x8c','\xe1','\xb8','\x18','\x66','\x1f','\x20','\x00','\x06','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x10','\x60','\xe0','\x1f','\xf0','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe3','\x18','\x18','\x01','\x12','\x18','\x1f','\xff','\x1f','\xe0','\xc0','\x3c','\x60','\xc4','\x2c','\x6f','\xfe','\x2c','\x60','\xc0','\x4f','\xe0','\xc0','\x8c','\x60','\xc0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x84','\x20','\x30','\xe6','\x30','\x31','\xcc','\x40','\x31','\x8f','\xfe','\x33','\x98','\x40','\x35','\xaf','\xfc','\x39','\x88','\x40','\x31','\x8f','\xfc','\x31','\x88','\x40','\x31','\x8f','\xff','\x30','\x00','\x00','\x31','\xff','\xf8','\x31','\x80','\x18','\x31','\xff','\xf8','\x31','\x80','\x18','\x21','\x80','\x18','\x21','\xff','\xf8','\x61','\x80','\x18','\x41','\x80','\x18','\x81','\x80','\xf8','\x01','\x80','\x30','\x23','\x03','\x00','\x3f','\x83','\x00','\x33','\x06','\x80','\x33','\x06','\x40','\x33','\x0c','\x60','\x33','\x08','\x38','\x33','\x10','\x1f','\x3f','\x2f','\xee','\x33','\xc0','\x06','\x33','\x00','\x00','\x33','\x26','\x4c','\x33','\x3f','\x7e','\x33','\x26','\x4c','\x3f','\x26','\x4c','\x33','\x26','\x4c','\x33','\x3e','\x7c','\x33','\x00','\x00','\x33','\x10','\x20','\x33','\x1c','\x38','\x23','\x18','\x30','\x23','\x18','\x30','\x63','\x36','\x6c','\x4f','\x22','\x46','\x86','\x40','\x86','\x23','\x00','\xe0','\x3f','\x80','\xc0','\x33','\x00','\xc6','\x33','\x7f','\xff','\x33','\x02','\x40','\x33','\x01','\x66','\x33','\x3d','\x5c','\x3f','\x14','\x94','\x33','\x14','\x94','\x33','\x34','\x96','\x33','\x24','\x9a','\x33','\x2c','\xb3','\x33','\x40','\x82','\x3f','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x23','\x18','\x0c','\x23','\x10','\x0c','\x63','\x30','\x0c','\x4f','\x20','\x0c','\x86','\x40','\x0c','\x23','\x00','\x0c','\x3f','\xbf','\xfe','\x33','\x01','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x33','\x61','\x86','\x33','\x61','\x84','\x3f','\x1d','\xb8','\x33','\x01','\x80','\x33','\x3d','\xbc','\x33','\x01','\x80','\x33','\x00','\x00','\x33','\x7f','\xff','\x3f','\x01','\x80','\x33','\x21','\x06','\x33','\x3f','\xff','\x33','\x32','\x46','\x33','\x32','\x46','\x33','\x32','\x46','\x23','\x32','\x46','\x23','\x32','\x46','\x63','\x32','\x46','\x4f','\x32','\x5e','\x86','\x30','\x0c','\x23','\x0e','\x38','\x3f','\x8c','\x30','\x33','\x0c','\x36','\x33','\x7f','\xff','\x33','\x0c','\x30','\x33','\x0c','\x30','\x33','\x0f','\xf0','\x3f','\x00','\x00','\x33','\x08','\x10','\x33','\x0b','\xd2','\x33','\x7a','\x57','\x33','\x0a','\x58','\x33','\x0a','\x50','\x3f','\x0a','\x52','\x33','\x1a','\x53','\x33','\xeb','\xdf','\x33','\x48','\x0e','\x33','\x00','\x00','\x33','\x00','\x00','\x23','\x12','\x48','\x23','\x12','\x24','\x63','\x32','\x26','\x4f','\x66','\x33','\x86','\x66','\x33','\x26','\x11','\x08','\x3f','\x19','\x8c','\x26','\x33','\x18','\x26','\x44','\x20','\x26','\x22','\x10','\x26','\x33','\x18','\x26','\x11','\x08','\x3e','\x7f','\xfc','\x26','\x66','\x4c','\x26','\x61','\x8c','\x26','\x63','\x0c','\x26','\x64','\xcc','\x26','\x7f','\xfc','\x3e','\x00','\x00','\x26','\x42','\x18','\x26','\x52','\x98','\x26','\x4a','\x58','\x26','\x42','\x18','\x26','\x52','\x9a','\x66','\x4a','\x5a','\x46','\x42','\x0a','\x47','\xff','\xce','\x5e','\xe7','\x07','\x8c','\x84','\x03','\x23','\x0e','\x70','\x3f','\x8c','\x66','\x33','\x7f','\xff','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x1f','\xf8','\x33','\x18','\x18','\x3f','\x18','\x18','\x33','\x1f','\xf8','\x33','\x18','\x18','\x33','\x18','\x18','\x33','\x1f','\xf8','\x33','\x06','\x00','\x3f','\x0c','\x06','\x33','\x1f','\xff','\x33','\x38','\x86','\x33','\xd9','\xc6','\x33','\x1e','\x06','\x33','\x18','\x46','\x23','\x18','\x66','\x23','\x1f','\xee','\x63','\x0f','\xcc','\x4f','\x00','\x3c','\x86','\x00','\x18','\x23','\x01','\xc0','\x3f','\x81','\x88','\x33','\x01','\xfc','\x33','\x21','\x82','\x33','\x3f','\xff','\x33','\x22','\x06','\x33','\x23','\xc4','\x3f','\x2e','\x08','\x33','\x21','\xf8','\x33','\x20','\x00','\x33','\x27','\xf8','\x33','\x24','\x88','\x33','\x24','\x88','\x3f','\x27','\xf8','\x33','\x24','\x88','\x33','\x24','\x88','\x33','\x27','\xf8','\x33','\x60','\x00','\x33','\x4f','\xfc','\x23','\x49','\x24','\x23','\x89','\x24','\x63','\x09','\x24','\x4f','\x3f','\xff','\x86','\x00','\x00','\x26','\x0e','\x70','\x3f','\x0c','\x60','\x26','\x0c','\x66','\x26','\xff','\xff','\x26','\x0c','\x60','\x26','\x0c','\x04','\x26','\x00','\x36','\x3e','\x20','\x32','\x26','\x3f','\xff','\x27','\xa0','\x30','\x26','\xff','\xb0','\x26','\xe4','\x32','\x26','\x24','\x33','\x3e','\x3f','\x32','\x26','\x61','\x36','\x26','\xe1','\x34','\x27','\xbf','\x1c','\x26','\xa4','\x18','\x26','\x24','\x12','\x66','\x3f','\xba','\x46','\x60','\x6a','\x46','\x40','\xce','\x5e','\x43','\x07','\x8c','\x8c','\x03','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x50','\x00','\x50','\x64','\xff','\x64','\x2e','\x00','\x2e','\x08','\x7e','\x08','\x12','\x00','\x12','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6a','\x69','\x7e','\x4b','\x88','\x00','\x89','\x00','\x18','\x00','\x1f','\xff','\xf8','\x18','\x30','\x18','\x18','\x6f','\x18','\x19','\x81','\x98','\x18','\x18','\x18','\x18','\x38','\x18','\x18','\x67','\x18','\x19','\x83','\x78','\x18','\x00','\x30','\x00','\x01','\xd0','\x00','\x01','\x8c','\x00','\x01','\x8c','\x04','\x01','\x80','\x47','\xff','\xfe','\x26','\x01','\x80','\x36','\x01','\x80','\x36','\xff','\x80','\x36','\x91','\x80','\x06','\x91','\x88','\x06','\x91','\x8e','\x06','\xfd','\x8c','\x0e','\x84','\x8c','\x16','\x84','\xc8','\x36','\x84','\xd8','\xe6','\xfc','\x50','\x66','\x90','\x70','\x4c','\x90','\x22','\x0c','\x90','\x72','\x08','\xfe','\xd2','\x18','\x00','\x9a','\x10','\x01','\x0e','\x20','\x02','\x07','\x40','\x0c','\x03','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xe7','\xff','\xe4','\xc0','\x61','\x08','\x00','\x40','\xc0','\x0f','\xff','\x60','\x07','\xe0','\x60','\x04','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x03','\x80','\x01','\x83','\x00','\xff','\xc3','\x04','\x18','\x3f','\xfe','\x10','\x03','\x00','\x22','\x03','\x08','\x21','\x1f','\xfc','\xff','\x86','\x40','\x79','\x84','\x42','\x40','\x7f','\xff','\x1c','\x08','\x20','\x18','\x18','\xb0','\x19','\x13','\xdc','\xff','\xaf','\x0f','\x18','\x43','\x06','\x18','\x03','\x10','\x18','\x3f','\xf8','\x18','\x07','\x40','\x1f','\x0f','\x20','\xfc','\x1b','\x30','\x70','\x33','\x1c','\x40','\xc3','\x0f','\x03','\x03','\x06','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x01','\x18','\x00','\x27','\x98','\x0c','\x3c','\x19','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\x99','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\x99','\xfc','\x30','\x34','\x0c','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\xc0','\x01','\x80','\xf0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x60','\x00','\x09','\xf0','\x30','\x0f','\x07','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x40','\x30','\x0f','\xe7','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x60','\x00','\x1f','\xff','\xf8','\x00','\xc2','\x00','\x00','\x82','\x00','\x01','\x81','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x06','\x20','\x60','\x0c','\xf0','\x30','\x1f','\x87','\xfc','\x36','\x00','\x6f','\xc6','\x00','\x66','\x06','\x00','\x60','\x07','\xe7','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x60','\x00','\x11','\xf0','\x18','\x1f','\x07','\xfc','\x18','\x00','\x18','\x1f','\xc3','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x01','\x80','\x18','\x06','\x00','\xf8','\x38','\x00','\x30','\x03','\x70','\x00','\x07','\xe0','\x0c','\x2c','\x62','\xfe','\x30','\x7f','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x66','\x0c','\x3e','\x7f','\x7c','\x30','\x66','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\xe6','\x0c','\x3e','\xc6','\x7c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\xff','\xff','\xff','\x02','\x00','\x00','\x03','\x81','\x80','\x07','\x00','\x60','\x0e','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x02','\x08','\x00','\x03','\x8e','\x00','\x07','\x0c','\x30','\x0f','\xff','\xf8','\x1c','\x08','\x00','\x3f','\xff','\xf0','\xcc','\x08','\x00','\x0f','\xff','\xf0','\x0c','\x08','\x00','\x0c','\x08','\x0c','\x0f','\xff','\xfe','\x00','\x00','\x00','\x10','\x70','\x18','\x1f','\xc3','\xfc','\x18','\x00','\x18','\x1f','\xc3','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x78','\x0c','\x01','\x9f','\x33','\xff','\xc6','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x0c','\x01','\x88','\x7e','\x0f','\xcf','\xe0','\x7c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\xcc','\x60','\xff','\xec','\x60','\x0c','\x0c','\x66','\x0c','\x0f','\xff','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x4d','\x8c','\x30','\x7f','\xcc','\x30','\x61','\x8c','\x30','\x61','\x8c','\x30','\x61','\x8c','\x12','\x61','\x8c','\x1a','\x61','\x8c','\x1a','\x7f','\x8c','\x0e','\x61','\xbf','\x8e','\x60','\x1c','\x07','\x00','\x10','\x03','\x0c','\x00','\xe0','\x0c','\x00','\xc8','\x1a','\x00','\xc6','\x19','\x80','\xc2','\x10','\xff','\xff','\x30','\xc0','\xc0','\x20','\x00','\xc0','\x7f','\x90','\xc6','\x8c','\x1f','\xff','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\xff','\xd8','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\xc6','\x4d','\x98','\xc6','\x7f','\xd8','\xc6','\x61','\x9f','\xfe','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x7f','\x98','\xc6','\x61','\x98','\xde','\x60','\x18','\xcc','\x04','\x00','\x20','\x07','\x04','\x20','\x06','\x07','\x20','\x24','\xc6','\x10','\x3f','\xe6','\x10','\x30','\xc6','\x10','\x38','\xc6','\x18','\x34','\xc4','\x08','\x34','\xc4','\x0c','\x30','\xcd','\x0c','\x30','\xe9','\xce','\xff','\xc9','\x87','\x70','\xd1','\x86','\x30','\xc1','\x80','\x34','\xc1','\x00','\x34','\xc1','\x00','\x34','\xc3','\x10','\x34','\xc3','\x08','\x34','\xc2','\x08','\x30','\xc2','\x0c','\x20','\xc2','\x7c','\x60','\xdf','\xc6','\x43','\xce','\x06','\x81','\x88','\x06','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc0','\xc0','\x3f','\xe0','\xc6','\x30','\xdf','\xff','\x38','\xc3','\x00','\x34','\xc3','\x00','\x34','\xc3','\x00','\x30','\xc3','\x0c','\x30','\xe3','\xfe','\xff','\xc3','\x0c','\x70','\xc3','\x0c','\x30','\xc3','\x0c','\x34','\xc3','\x0c','\x34','\xc3','\x0c','\x34','\xc3','\x0c','\x34','\xc6','\x0c','\x34','\xc6','\x0c','\x30','\xc6','\x1c','\x20','\xc4','\x18','\x60','\xcc','\x18','\x43','\xc8','\xf8','\x81','\x90','\x30','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\x1f','\xff','\x24','\xc0','\x0c','\x3f','\xe0','\x0c','\x30','\xc0','\x0c','\x38','\xc8','\xcc','\x34','\xcf','\xec','\x34','\xcc','\xcc','\x30','\xcc','\xcc','\x30','\xec','\xcc','\xff','\xcc','\xcc','\x70','\xcc','\xcc','\x30','\xcc','\xcc','\x34','\xcc','\xcc','\x34','\xcf','\xcc','\x34','\xcc','\xcc','\x34','\xc0','\x0c','\x34','\xc0','\x0c','\x30','\xc0','\x0c','\x20','\xc0','\x0c','\x60','\xc0','\x0c','\x43','\xc0','\x7c','\x81','\x80','\x18','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc0','\xc0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x38','\xc8','\xc6','\x34','\xcf','\xff','\x34','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xec','\xc6','\xff','\xcc','\xc6','\x70','\xcc','\xc6','\x30','\xcc','\xc6','\x34','\xcf','\xfe','\x34','\xcc','\xc6','\x34','\xcc','\xc6','\x34','\xcc','\xc6','\x34','\xcc','\xc6','\x30','\xcc','\xc6','\x20','\xcc','\xc6','\x60','\xcc','\xc6','\x43','\xcf','\xfe','\x81','\x8c','\x06','\x04','\x00','\x0c','\x07','\x00','\x3e','\x06','\x00','\xf0','\x24','\xcf','\x04','\x3f','\xe1','\x07','\x30','\xc8','\xc6','\x38','\xc6','\x4c','\x34','\xc2','\x08','\x34','\xc0','\x10','\x30','\xcf','\xfe','\x30','\xe0','\x0c','\xff','\xc0','\x18','\x70','\xc0','\xa0','\x30','\xc0','\xc0','\x34','\xc0','\xc6','\x34','\xff','\xff','\x34','\xc0','\xc0','\x34','\xc0','\xc0','\x34','\xc0','\xc0','\x30','\xc0','\xc0','\x20','\xc0','\xc0','\x60','\xc0','\xc0','\x43','\xc7','\xc0','\x81','\x81','\x80','\x04','\x01','\x80','\x07','\x01','\x80','\x06','\x03','\x40','\x24','\xc3','\x20','\x3f','\xe6','\x30','\x30','\xc4','\x1c','\x38','\xcb','\xef','\x34','\xd0','\x06','\x34','\xc0','\x00','\x30','\xcf','\xf8','\x30','\xec','\x18','\xff','\xcc','\x18','\x70','\xcf','\xf8','\x30','\xcc','\x18','\x34','\xcc','\x18','\x34','\xcf','\xf8','\x34','\xcc','\x00','\x34','\xc8','\x00','\x34','\xdf','\xfc','\x30','\xd6','\x0c','\x20','\xe6','\x0c','\x60','\xc6','\x0c','\x43','\xc7','\xfc','\x81','\x86','\x0c','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x08','\xc4','\x24','\xcf','\xfe','\x3f','\xe8','\xc4','\x30','\xc8','\xc4','\x38','\xc8','\xc4','\x34','\xcf','\xfc','\x34','\xc8','\xc4','\x30','\xc8','\xc4','\x30','\xe8','\xc4','\xff','\xcf','\xfc','\x70','\xc0','\xc0','\x30','\xc0','\xc0','\x34','\xc0','\xcc','\x34','\xdf','\xfe','\x34','\xc4','\x0c','\x34','\xc2','\x18','\x34','\xc3','\x30','\x30','\xc1','\xe0','\x20','\xc0','\xf0','\x60','\xc1','\x3f','\x43','\xc6','\x1e','\x81','\x98','\x06','\x04','\x00','\x0c','\x07','\x0f','\xfe','\x06','\x00','\xc0','\x24','\xc8','\xc6','\x3f','\xef','\xff','\x30','\xd8','\xc6','\x38','\xd8','\xc4','\x34','\xc0','\xc0','\x34','\xce','\xdc','\x30','\xc0','\xc0','\x30','\xe0','\xc0','\xff','\xce','\xdc','\x70','\xc0','\xc0','\x30','\xc0','\xc0','\x34','\xc0','\x0c','\x34','\xcf','\xfe','\x34','\xc0','\x0c','\x34','\xc0','\x0c','\x34','\xcf','\xfc','\x30','\xc0','\x0c','\x20','\xc0','\x0c','\x60','\xc0','\x0c','\x43','\xcf','\xfc','\x81','\x80','\x0c','\x08','\x03','\x30','\x0e','\x02','\x20','\x0c','\x02','\x26','\x29','\xbf','\xff','\x3f','\xc2','\x20','\x31','\x82','\x20','\x39','\x9f','\xfe','\x35','\x92','\x22','\x35','\x92','\x22','\x31','\x9f','\xfe','\x31','\xd2','\x22','\xff','\x92','\x22','\x71','\x9f','\xfe','\x31','\x80','\x00','\x35','\x88','\x0c','\x35','\x8f','\xfe','\x35','\x8c','\x0c','\x35','\x8c','\x0c','\x35','\x8f','\xfc','\x31','\x8c','\x0c','\x21','\x8c','\x0c','\x61','\x8c','\x0c','\x47','\x8f','\xfc','\x83','\x0c','\x0c','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc4','\x29','\x9f','\xfe','\x3f','\xc4','\x10','\x31','\x82','\x18','\x39','\x82','\x10','\x35','\x80','\x22','\x35','\xbf','\xff','\x31','\x80','\x00','\x31','\xcf','\xfc','\xff','\x88','\xc4','\x71','\x88','\xc4','\x31','\x8f','\xfc','\x35','\x88','\xc4','\x35','\x88','\xc4','\x35','\x8f','\xfc','\x35','\x80','\xc0','\x35','\x80','\xc4','\x31','\x9f','\xfe','\x21','\x80','\xc0','\x61','\x80','\xc2','\x47','\xbf','\xff','\x83','\x00','\x00','\x08','\x08','\x10','\x0e','\x06','\x18','\x0c','\x02','\x20','\x29','\x3f','\xfe','\x3f','\x80','\x80','\x23','\x00','\x80','\x33','\x1f','\xfc','\x2b','\x00','\x80','\x2b','\x00','\x80','\x23','\x7f','\xff','\x23','\x80','\x00','\xff','\x02','\x68','\x73','\x0f','\x46','\x23','\x78','\x42','\x2b','\x08','\x40','\x2b','\x7f','\xff','\x2b','\x08','\x44','\x2b','\x08','\x66','\x2b','\x7f','\x2c','\x23','\x38','\x38','\x63','\x08','\x12','\x43','\x08','\x2a','\x4f','\x78','\x47','\x86','\x19','\x83','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc6','\x29','\xbf','\xff','\x3f','\xc0','\xc0','\x31','\x8c','\xcc','\x39','\x88','\xc8','\x35','\x8c','\xcc','\x35','\x8a','\xca','\x31','\x92','\xd2','\x31','\xc0','\xc0','\xff','\xbf','\xff','\x71','\x80','\x00','\x31','\x80','\x00','\x35','\x9f','\xfe','\x35','\x98','\x06','\x35','\x99','\xe6','\x35','\x99','\x26','\x35','\x99','\x26','\x31','\x99','\x26','\x21','\x99','\xe6','\x61','\x98','\x06','\x47','\x9f','\xfe','\x83','\x18','\x06','\x08','\x07','\x38','\x0e','\x06','\x32','\x0c','\x3f','\xff','\x29','\x86','\x30','\x3f','\xc6','\x30','\x31','\x90','\x06','\x39','\x9f','\xff','\x35','\xb0','\x06','\x35','\xb3','\xe4','\x31','\x80','\x00','\x31','\xc0','\x02','\xff','\xbf','\xff','\x71','\x81','\x80','\x31','\x83','\x04','\x35','\x8d','\x86','\x35','\xb1','\x8c','\x35','\x82','\xd0','\x35','\x8c','\xc0','\x35','\xb1','\xe0','\x31','\x82','\xd8','\x21','\x8c','\xcf','\x61','\xb0','\xc6','\x47','\x87','\xc0','\x83','\x01','\x80','\x08','\x02','\x00','\x0e','\x03','\x30','\x0c','\x07','\xf8','\x29','\x84','\x20','\x3f','\xc8','\x40','\x31','\x9f','\xfe','\x39','\x8c','\x46','\x35','\x8c','\x46','\x35','\x8f','\xfe','\x31','\x8c','\x46','\x31','\xcc','\x46','\xff','\x8f','\xfe','\x71','\x80','\x00','\x31','\x89','\x26','\x35','\x99','\x23','\x35','\x98','\x03','\x35','\x87','\xfc','\x35','\x86','\x0c','\x35','\x86','\x0c','\x31','\x87','\xfc','\x21','\x86','\x0c','\x61','\x86','\x0c','\x47','\x87','\xfc','\x83','\x06','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x90','\x0c','\x01','\xf8','\x29','\x21','\x82','\x3f','\xbf','\xff','\x23','\x23','\x06','\x33','\x23','\xc4','\x2b','\x2f','\x10','\x2b','\x23','\x18','\x23','\x21','\xf8','\x23','\xa0','\x00','\xff','\x27','\xf8','\x73','\x24','\x88','\x23','\x27','\xf8','\x2b','\x24','\x88','\x2b','\x27','\xf8','\x2b','\x20','\x00','\x2b','\x6f','\xfc','\x2b','\x49','\x24','\x23','\x49','\x24','\x63','\x89','\x24','\x43','\x09','\x24','\x4f','\x3f','\xff','\x86','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\x0f','\xff','\x24','\xc0','\x00','\x3f','\xe0','\x00','\x30','\xc4','\x0c','\x38','\xc7','\xfe','\x34','\xc6','\x0c','\x34','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xe6','\x0c','\xff','\xc6','\x0c','\x70','\xc7','\xfc','\x30','\xc6','\x0c','\x34','\xc6','\x00','\x34','\xc6','\x00','\x34','\xc6','\x00','\x34','\xc6','\x00','\x34','\xc6','\x00','\x30','\xc6','\x00','\x20','\xcc','\x00','\x60','\xcc','\x00','\x43','\xc8','\x00','\x81','\x90','\x00','\x1d','\xc4','\x0c','\x19','\x87','\xfe','\x19','\x96','\x0c','\xff','\xfe','\x0c','\x19','\x86','\x0c','\x19','\x87','\xfc','\x00','\x06','\x0c','\x7f','\xe6','\x0c','\x46','\x26','\x0c','\x46','\x26','\x0c','\x46','\x27','\xfc','\x7f','\xe6','\x40','\x06','\x06','\x44','\x06','\x06','\x47','\x7f','\xe6','\x46','\x06','\x06','\x24','\x06','\x06','\x28','\xff','\xf6','\x20','\x06','\x06','\x30','\x0d','\x06','\x10','\x0c','\x86','\x18','\x18','\xdf','\xcf','\x30','\xce','\x0e','\xc0','\x08','\x06','\x52','\x51','\x00','\x7a','\xf1','\xc0','\x52','\x51','\x88','\x7a','\xf1','\xfc','\x52','\x51','\x18','\x7a','\xf3','\x10','\x52','\x52','\x30','\x42','\x14','\x26','\x7f','\xf3','\xff','\x00','\x03','\x26','\x00','\x03','\x26','\xff','\xfb','\x26','\x00','\x03','\x26','\x3f','\xe3','\x26','\x30','\x63','\xfe','\x30','\x63','\x06','\x3f','\xe3','\x00','\x00','\x43','\x00','\x20','\x63','\x02','\x18','\x43','\x02','\x08','\x83','\x02','\xff','\xf3','\x03','\x7c','\x03','\xff','\x40','\x01','\xfe','\x07','\x00','\x70','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x76','\x77','\x67','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7f','\xe7','\xfe','\x66','\x66','\x66','\x04','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x08','\x00','\x60','\x18','\x00','\x60','\x10','\x00','\x60','\x20','\x00','\x60','\x40','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x02','\x00','\xe0','\x02','\x00','\xc0','\x01','\x00','\xc0','\x01','\x01','\x80','\x00','\x81','\x80','\x00','\xc3','\x00','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x1e','\x00','\x00','\x37','\x80','\x00','\x61','\xf0','\x01','\x80','\x7f','\x0e','\x00','\x1e','\x70','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x04','\xc3','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x00','\x0c','\x21','\x80','\x0c','\x40','\xe0','\x0c','\x00','\x38','\x0c','\x00','\x1c','\x0c','\x00','\x0c','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x03','\xf0','\x00','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0f','\xff','\xfc','\x07','\xff','\xfc','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x02','\x03','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x02','\x01','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x02','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\xfe','\x08','\x00','\xfe','\x30','\x00','\x00','\x07','\xff','\xe0','\x01','\x00','\xc0','\x00','\x81','\x80','\x00','\x67','\x00','\x00','\x1c','\x00','\x00','\x77','\x00','\x01','\xc1','\xf0','\x0f','\x00','\x7f','\xf0','\x00','\x0e','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x07','\xff','\xfc','\x0c','\x00','\x18','\x08','\x30','\x18','\x16','\x31','\x98','\x66','\x61','\x98','\x07','\xff','\xb8','\x00','\xc0','\x30','\x01','\x81','\xf0','\x07','\x00','\x60','\x39','\x80','\x0c','\x03','\xff','\xfe','\x06','\x00','\x0c','\x0c','\x30','\x0c','\x1e','\x31','\x8c','\x66','\x31','\x8c','\x06','\x31','\x8c','\x07','\xff','\x9c','\x00','\x60','\x18','\x00','\xc0','\x38','\x03','\x03','\xf0','\x3c','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x01','\x02','\x00','\x01','\xc1','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0c','\x00','\x3f','\x30','\x00','\x0e','\xc7','\xff','\xe6','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\xe0','\x03','\x00','\xc0','\x0c','\x07','\xc0','\x70','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x1c','\x00','\x1c','\x18','\x00','\x18','\x18','\x40','\x18','\x18','\x30','\x18','\x18','\x18','\x18','\x18','\x1c','\x38','\x18','\x0c','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\xe0','\xd0','\xff','\x01','\x8c','\x78','\x03','\x06','\x40','\x0c','\x03','\x00','\x30','\x03','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x30','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x30','\x00','\x0c','\x24','\x06','\x0c','\x47','\xff','\x0c','\x86','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x07','\xfe','\x1c','\x06','\x06','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x03','\xf0','\x00','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\xe0','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x83','\x80','\x06','\x87','\x00','\x18','\x6e','\x00','\x60','\x38','\x00','\x00','\x6e','\x00','\x01','\xc3','\xc0','\x07','\x00','\xff','\x1c','\x70','\x3e','\xe0','\x1e','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x00','\x3c','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x40','\x30','\x0c','\x38','\x30','\x0c','\x18','\x30','\x0c','\x00','\x36','\xff','\xff','\xff','\x18','\x00','\x60','\x18','\x40','\x60','\x18','\x38','\x60','\x18','\x18','\x60','\x18','\x00','\x66','\x3f','\xff','\xff','\x30','\x00','\xc0','\x30','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x11','\x81','\x80','\x1c','\x00','\x00','\x18','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x60','\x00','\x00','\x4f','\xff','\xf0','\x8c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x66','\x3f','\xff','\xff','\x30','\x00','\xc0','\x00','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x20','\x18','\x06','\x3f','\xfc','\x06','\x30','\x18','\x80','\x30','\x18','\x60','\x30','\x18','\x31','\x30','\x18','\x32','\x30','\x18','\x04','\x30','\x18','\x0c','\x30','\xf8','\x18','\x30','\x30','\xf8','\x30','\x00','\x70','\x30','\x02','\x30','\x30','\x02','\x30','\x30','\x02','\x30','\x30','\x03','\x38','\x3f','\xff','\x18','\x1f','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x02','\x00','\x70','\x03','\x80','\x60','\x07','\x00','\x60','\x06','\x00','\x66','\x0c','\xff','\xff','\x0c','\x00','\x60','\x1c','\x00','\x60','\x2c','\x40','\x60','\x4c','\x30','\x60','\x8c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x03','\xe0','\x0c','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x08','\x18','\x40','\x06','\x18','\x70','\x03','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x09','\x81','\x80','\x0e','\x00','\x00','\x0c','\x00','\x30','\x0f','\xff','\xf8','\x18','\x00','\x30','\x10','\x00','\x30','\x3f','\xfc','\x30','\x20','\x0c','\x30','\x40','\x0c','\x30','\x88','\x0c','\x30','\x0f','\xfc','\x30','\x0c','\x0c','\x70','\x0c','\x00','\x60','\x0c','\x03','\xe2','\x0c','\x00','\xc2','\x0c','\x00','\x02','\x0c','\x00','\x03','\x0f','\xff','\xff','\x07','\xff','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x60','\x00','\x21','\xf2','\x0c','\x3e','\x03','\xfe','\x30','\x03','\x0c','\x30','\xe3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\xfe','\xc3','\x0c','\x71','\x83','\x0c','\x41','\x83','\x7c','\x03','\x03','\x18','\x06','\x03','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x7a','\x00','\x00','\xf9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x80','\x04','\x00','\xe0','\x02','\x00','\xc0','\x03','\x00','\xc0','\x03','\x01','\x80','\x01','\x81','\x80','\x01','\x81','\x00','\x01','\x81','\x00','\x00','\x02','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x38','\x0c','\x30','\x30','\x0c','\x30','\x31','\x8c','\x33','\xff','\xcc','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x64','\x0c','\x30','\x63','\x0c','\x30','\x41','\x8c','\x30','\x80','\xcc','\x33','\x00','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\xe0','\x00','\x00','\xc1','\x80','\x01','\xff','\xc0','\x03','\x03','\x80','\x0c','\x87','\x00','\x30','\x4c','\x00','\x00','\x38','\x00','\x00','\x6e','\x00','\x01','\xc3','\xe0','\x07','\x00','\xff','\x1c','\x00','\x1e','\xe7','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x02','\x00','\x80','\x03','\x80','\xe0','\x03','\x00','\xc0','\x06','\x01','\x80','\x24','\x09','\x00','\x18','\x06','\x00','\x0c','\x83','\x20','\x0c','\xe3','\x38','\x01','\xc0','\x70','\x01','\x80','\x60','\x03','\x00','\xc0','\x02','\x00','\x80','\x04','\x81','\x10','\x08','\x42','\x08','\x7f','\xef','\xfc','\x3c','\x67','\x8c','\x20','\x64','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x0f','\xff','\xf8','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x30','\x00','\x0c','\x27','\xfe','\x0c','\x46','\x06','\x0c','\x86','\x06','\x0c','\x07','\xfe','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x1c','\x07','\xfe','\x18','\x06','\x06','\x18','\x00','\x00','\x38','\x00','\x03','\xf0','\x00','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x62','\x06','\xff','\xf3','\xff','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x30','\xc3','\x06','\x30','\xc3','\x06','\x30','\x83','\x06','\x69','\x83','\x06','\x67','\x03','\x06','\x03','\x83','\x06','\x06','\xc3','\xfe','\x0c','\x63','\x06','\x30','\x60','\x00','\xc0','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc0','\x18','\x01','\x9f','\xfc','\x07','\x00','\x30','\x06','\x00','\x20','\x0e','\x01','\x40','\x36','\x01','\x86','\xc6','\x7f','\xff','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x0f','\x80','\x06','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xe0','\x0e','\x02','\x7f','\x38','\xff','\x1e','\xc0','\x00','\x06','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x20','\x02','\x03','\x98','\x03','\x83','\x0c','\x07','\x03','\x0c','\x06','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x1c','\x03','\x00','\x2c','\x03','\x00','\x4c','\x06','\x80','\x8c','\x06','\x80','\x0c','\x04','\x40','\x0c','\x0c','\x60','\x0c','\x08','\x30','\x0c','\x18','\x38','\x0c','\x10','\x1f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x06','\x80','\xff','\xff','\x60','\x18','\x00','\x31','\x18','\x00','\x32','\x18','\x00','\x04','\x18','\x00','\x0c','\x18','\x00','\x18','\x18','\x00','\xf8','\x18','\x00','\x70','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xfe','\x38','\x0f','\xfe','\x18','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\xa1','\x80','\x00','\x38','\x00','\x00','\x70','\x60','\x00','\xff','\xf0','\x01','\x80','\xe0','\x03','\x01','\xc0','\x0c','\x83','\x80','\x30','\x67','\x00','\x00','\x2c','\x00','\x00','\x30','\x00','\x00','\xc0','\x18','\x03','\xff','\xfc','\x1f','\x00','\x18','\xe3','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\xff','\xf8','\x03','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x30','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\xc0','\xc0','\x01','\x87','\xc0','\x06','\x01','\x80','\x00','\x60','\x06','\xff','\xf7','\xff','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x08','\x60','\x86','\x18','\x61','\x86','\x10','\xc1','\x0c','\x10','\xc1','\x0c','\x27','\xc2','\x7c','\xc1','\x8c','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x81','\xc0','\x07','\x01','\x80','\x06','\x01','\x8c','\x0c','\x7f','\xfe','\x0c','\x00','\x00','\x1c','\x00','\x10','\x2c','\x10','\x1c','\x4c','\x08','\x18','\x8c','\x08','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x20','\x0c','\x0c','\x20','\x0c','\x00','\x40','\x0c','\x00','\x46','\x0c','\xff','\xff','\x0c','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x06','\x00','\x18','\xff','\x01','\xfc','\x0c','\x3f','\x80','\x18','\x01','\x80','\x18','\x01','\x8c','\x33','\x39','\xfe','\x7f','\xb1','\x80','\x63','\x31','\x80','\x03','\x31','\x80','\x42','\x31','\x80','\x26','\x31','\x86','\x14','\xff','\xff','\x0c','\x00','\x00','\x0b','\x00','\x00','\x11','\xff','\xff','\x20','\x7f','\xfe','\xc0','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\xc7','\x20','\x07','\xe6','\x18','\x7e','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x00','\xff','\xff','\xff','\x06','\x03','\x00','\x06','\x03','\x08','\x06','\x63','\x0e','\x0f','\x81','\x9c','\xfe','\x01','\xb8','\x76','\x00','\xe2','\x46','\x01','\xc2','\x06','\x03','\x62','\x06','\x0c','\x73','\x3e','\x30','\x3f','\x0c','\x00','\x0e','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\x81','\x80','\x07','\x7c','\xf0','\x1c','\x00','\x3f','\xe0','\x01','\x8e','\x07','\xff','\xc0','\x00','\x03','\x00','\x00','\x06','\x00','\x04','\x0c','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x04','\x18','\x40','\x07','\x18','\x70','\x06','\x18','\x60','\x0c','\x18','\x60','\x0b','\x18','\xd0','\x11','\xb4','\x8c','\x21','\xb5','\x06','\x40','\x62','\x06','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x07','\x00','\x78','\x1c','\x00','\x3f','\xe0','\x00','\x0e','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x04','\x08','\x10','\x0e','\x1c','\x38','\x18','\x30','\x60','\x20','\x40','\x80','\x10','\x20','\x40','\x0c','\x18','\x30','\x06','\x0c','\x18','\x06','\x0c','\x18','\x00','\x00','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x1c','\xff','\xe0','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xff','\xe0','\x18','\x00','\x00','\x18','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x36','\xff','\xff','\xff','\x01','\x00','\x00','\x01','\xc3','\x00','\x03','\x80','\xf0','\x0e','\x00','\x38','\x30','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x80','\x23','\x10','\x60','\x3b','\x0c','\x31','\x33','\x06','\x32','\x63','\x07','\x04','\x43','\x23','\x0c','\x83','\x38','\x18','\x1f','\x30','\xf8','\x06','\x70','\x70','\x00','\x60','\x30','\x00','\xc0','\x30','\x01','\x80','\x30','\x07','\x00','\x38','\x1c','\x00','\x18','\xe0','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\xc1','\xc0','\x3f','\xe1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x86','\x30','\xdf','\xff','\x3f','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x3f','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc2','\x06','\x30','\xf6','\x0e','\xff','\x84','\x0c','\x78','\x08','\x7c','\x40','\x30','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x39','\xc1','\xc0','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x86','\x31','\xbf','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\xff','\x81','\x80','\x19','\x81','\x80','\x19','\x81','\x80','\x11','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x8c','\x41','\x9f','\xfe','\x01','\x80','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xe0','\x0e','\x00','\x7f','\x39','\xff','\x9e','\xc0','\x18','\x06','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x02','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x60','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x91','\x80','\x00','\x1c','\x00','\x00','\x38','\x00','\x10','\x20','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x06','\x18','\x01','\x06','\x40','\x01','\xc6','\x20','\x03','\x86','\x32','\x03','\x06','\x32','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x30','\x30','\x03','\x60','\x30','\x00','\xc0','\x70','\x01','\xb0','\x60','\x03','\x1b','\xe0','\x0c','\x18','\xc0','\x70','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x20','\x11','\x86','\x18','\x11','\x86','\x0c','\x31','\x80','\x4e','\x61','\x80','\x46','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1f','\xc0','\x0f','\xf8','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe7','\xff','\x0e','\x00','\xc3','\x00','\x00','\xc3','\x30','\x01','\x83','\xf8','\x01','\x80','\x30','\x03','\x00','\x30','\x06','\x00','\x70','\x0c','\x03','\xe0','\x70','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x60','\x0e','\x03','\xf0','\x0c','\x7f','\x01','\xcc','\x03','\x01','\x8c','\x03','\x31','\x8c','\xff','\xf9','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x07','\x81','\x8c','\x07','\x61','\x8c','\x0f','\x31','\x8c','\x0b','\x31','\x8c','\x13','\x01','\x8c','\x23','\x00','\x0c','\xc3','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x68','\x07','\xff','\xee','\x06','\x04','\x1c','\x06','\x02','\x30','\x06','\x03','\x40','\x06','\x31','\x80','\x07','\xc0','\xe0','\x7e','\x00','\x7e','\x38','\x00','\x3c','\x20','\x00','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x98','\x80','\x03','\x18','\x60','\x07','\xff','\xf8','\x0e','\x18','\x7f','\x36','\x18','\x6e','\xc7','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x64','\x00','\x18','\x04','\x00','\x18','\x06','\x00','\x1f','\xfe','\x00','\x0f','\xfc','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc4','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x07','\x00','\x0c','\x66','\x18','\x0f','\xf6','\x7c','\x0c','\x07','\xc0','\x0c','\x06','\x02','\x0c','\x06','\x02','\xff','\xe6','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x4f','\xfe','\x07','\xe2','\x0c','\x06','\x02','\x0c','\x06','\x11','\x18','\xff','\xf9','\x18','\x06','\x01','\x30','\x06','\x00','\xb0','\x46','\x80','\xe0','\x76','\x40','\x40','\x66','\x60','\xe0','\x66','\x30','\xb0','\x46','\x31','\x98','\x86','\x03','\x1f','\x1e','\x06','\x0e','\x0c','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x00','\x80','\x03','\x00','\xc0','\x06','\x01','\x80','\x05','\x01','\x40','\x09','\x82','\x30','\x10','\x98','\x10','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x0e','\x00','\x40','\x0c','\x08','\x40','\x0c','\x0e','\x20','\x0d','\x8c','\x30','\xff','\xcc','\x18','\x0c','\x18','\x1c','\x0c','\x12','\x0f','\x1e','\x23','\x86','\x1d','\x83','\x00','\x3c','\xc3','\x00','\x2c','\xc6','\x20','\x6c','\x04','\x10','\x4c','\x04','\x18','\x8c','\x08','\x0c','\x0c','\x7f','\xfe','\x0c','\x3e','\x06','\x0c','\x20','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x32','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x60','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x01','\x80','\xc0','\x03','\x01','\x80','\x06','\xe7','\x00','\x00','\x3e','\x00','\x00','\xe3','\xf8','\x3f','\x00','\x38','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0f','\xff','\xf0','\x00','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x30','\x00','\x00','\x30','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x00','\x06','\x00','\x06','\xff','\xff','\xff','\x06','\x08','\x20','\x06','\x04','\x70','\x06','\x06','\x80','\x06','\x03','\x00','\x06','\x39','\xc0','\x3f','\xc0','\xfe','\x1e','\x00','\x3c','\x10','\x00','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x01','\xc0','\x06','\x41','\x86','\x06','\x7f','\xff','\x80','\x61','\x86','\x60','\x61','\x84','\x31','\x61','\x98','\x32','\x7f','\xfc','\x04','\x68','\x18','\x0c','\x64','\x18','\x18','\x64','\x30','\xf8','\x62','\x30','\x70','\xc3','\x60','\x30','\xc1','\xc0','\x30','\x83','\x60','\x31','\x06','\x38','\x3a','\x18','\x1f','\x18','\x60','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x3f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x03','\xc3','\x00','\xfc','\xc3','\x06','\x71','\x83','\xff','\x41','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x00','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x80','\x43','\x08','\x60','\x23','\x0c','\x31','\x23','\x18','\x32','\x33','\x10','\x04','\x33','\x20','\x0c','\x03','\x06','\x19','\xff','\xff','\xf8','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x91','\x80','\x10','\x1c','\x00','\x0c','\x18','\x00','\x06','\x10','\x0c','\x06','\x3f','\xfe','\x80','\x20','\x0c','\x60','\x40','\x0c','\x32','\x7f','\x8c','\x34','\x81','\x8c','\x04','\x01','\x8c','\x08','\x21','\x8c','\x18','\x3f','\x9c','\xf8','\x30','\x18','\x70','\x30','\xf8','\x30','\x30','\x32','\x30','\x30','\x02','\x30','\x30','\x03','\x38','\x3f','\xff','\x18','\x1f','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x20','\xc2','\x0c','\x60','\xc6','\x0c','\x47','\xc4','\x7c','\x81','\x88','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xc2','\x00','\x01','\x81','\x00','\x03','\x00','\xc0','\x0e','\x00','\x78','\x39','\x81','\x9f','\xc1','\x81','\x86','\x01','\x81','\x80','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x34','\x30','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xe0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x10','\x03','\x80','\x0c','\x03','\x18','\x06','\x7f','\xfc','\x06','\x03','\x00','\x80','\x03','\x06','\x61','\xff','\xff','\x30','\x18','\x60','\x32','\x30','\x60','\x04','\x68','\x7f','\x0d','\x8c','\x3f','\x18','\x1f','\xf0','\xf8','\x18','\x60','\x70','\x34','\xe0','\x30','\xc5','\xc0','\x30','\x03','\x80','\x30','\x0e','\xf0','\x38','\x38','\x3f','\x19','\xc0','\x0e','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x07','\x01','\xe0','\x07','\x81','\xe0','\x0f','\x63','\xf0','\x0b','\x32','\xd0','\x1b','\x36','\xd8','\x33','\x04','\xcc','\x63','\x08','\xcf','\x83','\x10','\xc6','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x20','\x60','\x0c','\x3f','\xf7','\xfe','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x3f','\xe7','\xfc','\x30','\x60','\x00','\x30','\x00','\x0c','\x30','\x0f','\xfe','\x30','\xc2','\x0c','\x3f','\xe2','\x18','\x30','\x01','\x18','\x30','\x01','\xb0','\x30','\x60','\xe0','\x3f','\xf1','\xb0','\x30','\x03','\x1c','\x30','\x06','\x0f','\x30','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x60','\x1c','\x03','\xf2','\x18','\x7e','\x01','\x98','\x06','\x00','\xd8','\x06','\x60','\xd8','\xff','\xf4','\x18','\x06','\x03','\x18','\x06','\x01','\x98','\x0f','\x01','\x98','\x0e','\xc0','\x18','\x1e','\x60','\x1a','\x16','\x6f','\xff','\x26','\x00','\x18','\x46','\x00','\x18','\x86','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x1f','\xe7','\xf8','\x18','\x66','\x18','\x18','\x66','\x18','\x1f','\xe7','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x00','\x00','\x00','\x3f','\xe7','\xfc','\x20','\x24','\x04','\x3f','\xe7','\xfc','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x07','\xc0','\x00','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x21','\x81','\x80','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x40','\x04','\xdf','\xe0','\x38','\x00','\x00','\x32','\x00','\x17','\xff','\x7f','\xf8','\x30','\x0c','\xc2','\x30','\x0c','\xc3','\x30','\x0c','\xc1','\x30','\x0c','\xc0','\x30','\x08','\xc0','\x30','\x18','\xc1','\xf2','\x10','\xc0','\x62','\x10','\xc0','\x03','\x20','\xff','\xff','\xc0','\x7f','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x21','\x81','\x80','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x18','\x04','\xdf','\xff','\xf8','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x07','\x02','\x0c','\x06','\x03','\xfe','\x06','\x33','\x0c','\xff','\xfb','\x0c','\x06','\x03','\x0c','\x06','\x03','\xfc','\x06','\x03','\x0c','\x26','\xc3','\x0c','\x3f','\xe3','\x0c','\x30','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc2','\x0c','\x30','\xc6','\x0c','\x3f','\xc4','\x0c','\x30','\xc8','\x7c','\x30','\x10','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x05','\x81','\x80','\x06','\x00','\x18','\x0f','\xff','\xfc','\x08','\x00','\x18','\x16','\x31','\x98','\x26','\x31','\x98','\x47','\xff','\xb8','\x00','\xc0','\x30','\x03','\x00','\xf0','\x1c','\x80','\x60','\x01','\xc0','\x0c','\x03','\xff','\xfe','\x06','\x00','\x0c','\x18','\x30','\x0c','\x66','\x31','\x8c','\x06','\x31','\x9c','\x07','\xff','\x98','\x00','\xe0','\x38','\x03','\x83','\xf0','\x3c','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\xc4','\x30','\x23','\xe7','\xf8','\x3e','\x06','\x30','\x30','\x06','\x30','\x30','\x86','\x30','\x3f','\xcc','\x3f','\x30','\x08','\x1f','\x30','\x10','\x00','\x30','\x80','\x18','\x3f','\xcf','\xfc','\x30','\x04','\x18','\x30','\x02','\x30','\x31','\xc3','\x60','\xfe','\x01','\xc0','\x78','\x03','\x60','\x30','\x06','\x38','\x30','\x0c','\x1f','\x30','\x30','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x01','\x01','\x00','\x00','\x81','\x80','\x20','\xc1','\x00','\x20','\x42','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xc8','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x08','\x00','\x00','\x0c','\x10','\x0c','\x08','\x1f','\xfe','\x51','\x98','\x8c','\x7f','\xd8','\x8c','\x61','\x98','\x8c','\x61','\x98','\x8c','\x61','\x98','\x8c','\x7f','\x98','\x8c','\x61','\x9f','\xfc','\x61','\x98','\x0c','\x61','\x98','\x00','\x61','\x98','\x02','\x7f','\x98','\x02','\x61','\x98','\x02','\x60','\x18','\x03','\x00','\x1f','\xff','\x00','\x0f','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x00','\x00','\x07','\x40','\x18','\x06','\x7f','\xfc','\x0c','\x60','\x18','\x0c','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x38','\x63','\x18','\x58','\x03','\x00','\x98','\x03','\x06','\x1b','\xff','\xff','\x18','\x0f','\x40','\x18','\x1b','\x20','\x18','\x33','\x38','\x18','\x63','\x1f','\x18','\xc3','\x0e','\x1b','\x03','\x06','\x18','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x19','\x0c','\x30','\x18','\x8c','\x37','\xff','\xcc','\x33','\xe0','\xcc','\x32','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\xe1','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x86','\xff','\xff','\xff','\x00','\xc1','\x80','\x04','\xc1','\x80','\x06','\x04','\x00','\x04','\x07','\x00','\x49','\x06','\x06','\x31','\x87','\xff','\x1b','\x0c','\x06','\x1a','\x08','\x06','\x04','\x90','\x06','\x08','\x42','\x06','\xff','\xe1','\x86','\x7e','\x60','\xc6','\x46','\x00','\xc6','\x07','\x00','\x06','\x46','\xc0','\x0e','\x76','\x60','\x0c','\x66','\x60','\x0c','\x46','\x00','\x1c','\x86','\x00','\xf8','\x06','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x06','\xff','\xef','\xff','\x18','\x08','\x00','\x18','\x10','\x60','\x19','\xa7','\x44','\x1f','\xc6','\x5e','\x19','\x86','\x64','\x19','\x87','\xc4','\x19','\x8e','\x44','\x11','\xb6','\x5c','\x31','\x86','\x4c','\x31','\x86','\x42','\x23','\x06','\x02','\x63','\x06','\x03','\x4f','\x07','\xff','\x86','\x03','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x20','\x60','\x06','\x3f','\xe0','\x06','\x30','\x60','\x26','\x30','\x6c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x02','\x00','\x00','\x03','\x20','\x80','\x06','\x30','\x60','\x0c','\x62','\x38','\x30','\x81','\x9f','\xc7','\xfe','\xc6','\x03','\x80','\xc0','\x00','\x00','\x00','\x00','\x60','\x0c','\x7f','\xf7','\xfe','\x10','\x62','\x0c','\x0c','\x61','\x8c','\x04','\x60','\x8c','\x00','\xe0','\x1c','\x07','\x60','\xec','\x7c','\x67','\x8c','\x30','\x63','\x0c','\x03','\xe0','\x7c','\x00','\xc0','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\xa0','\xc0','\x03','\x18','\x70','\x0e','\x0c','\x3f','\x38','\x0c','\x1e','\xc0','\x00','\x06','\x0f','\xff','\xf0','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x04','\xc3','\x40','\x03','\x00','\x60','\x01','\x00','\x8c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x18','\x1f','\xff','\xfc','\x00','\xc3','\x18','\x00','\xc3','\x18','\xff','\xff','\xff','\x00','\xc3','\x18','\x00','\xc3','\x18','\x1f','\xff','\xf8','\x01','\xc3','\x18','\x03','\xc3','\x80','\x06','\xc3','\x60','\x0c','\xc3','\x38','\x30','\xc3','\x1f','\xc0','\xc3','\x06','\x00','\xc3','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x8f','\xff','\xff','\xd8','\x06','\x00','\x10','\x06','\x42','\x28','\xc6','\x23','\x8f','\xe6','\x23','\x0c','\xc6','\x33','\x0c','\xc6','\x33','\x0c','\xc6','\x32','\x0f','\xc6','\x02','\x0c','\xc6','\x03','\xc0','\x0e','\xfe','\x00','\x0c','\x70','\x00','\x1c','\x40','\x00','\xf8','\x00','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x0c','\x00','\x10','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x80','\x20','\x18','\xe7','\x38','\x18','\xc6','\x30','\x19','\xa6','\x6c','\x19','\x36','\x46','\x1a','\x36','\x86','\x18','\x06','\x00','\x18','\x06','\x18','\x31','\xff','\xfc','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x06','\x8f','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x88','\x00','\x18','\x1c','\x1f','\xff','\xf0','\x00','\x18','\xc6','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\xc0','\x60','\x03','\x07','\xf0','\x1f','\xfc','\x04','\xe3','\x00','\x06','\x03','\xff','\xfe','\x01','\xff','\xfc','\x00','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x40','\x0c','\xff','\xef','\xfe','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x3f','\xc3','\xfc','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x63','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x18','\x61','\x86','\x0c','\x60','\xc6','\x00','\xe0','\x0e','\x03','\x60','\x36','\x1c','\x61','\xc6','\xf8','\xef','\x8e','\x60','\xc6','\x0c','\x07','\xc0','\x7c','\x01','\x80','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x89','\x80','\x08','\x0e','\x00','\x0e','\x0c','\x06','\x0c','\x0f','\xff','\x1d','\x98','\x30','\x19','\x94','\x60','\x39','\xa2','\xc0','\x39','\x81','\x80','\x59','\x83','\x70','\x99','\x8c','\x3f','\x19','\xb0','\xce','\x19','\x81','\x80','\x19','\x86','\x30','\x19','\x98','\x64','\x19','\x81','\x8e','\x19','\x8e','\x1c','\x18','\x00','\x70','\x18','\x01','\xc0','\x18','\x1e','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x19','\xff','\xf8','\x18','\x00','\x00','\x1f','\xff','\xff','\x18','\xc2','\x04','\x18','\xc1','\x0e','\x18','\xc0','\xd8','\x1b','\xfc','\x70','\x19','\xe0','\x1f','\x19','\x00','\x06','\x30','\x00','\x30','\x37','\xff','\xff','\x20','\x80','\x30','\x60','\x60','\x30','\x40','\x30','\x30','\x80','\x31','\xf0','\x00','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x1f','\xff','\xf8','\x00','\xc2','\x00','\x00','\x81','\x06','\xff','\xff','\xff','\x03','\x00','\x40','\x06','\x06','\x30','\x0c','\x1f','\x1c','\x31','\xf8','\x0f','\xc0','\x18','\x66','\x0f','\xff','\xf0','\x00','\x78','\x00','\x00','\xdf','\x80','\x03','\x98','\xf8','\x0e','\x18','\x3c','\x70','\x18','\x0c','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x8d','\x80','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x38','\xe0','\x18','\x30','\xc6','\x1f','\xff','\xff','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x3f','\xc0','\x18','\x06','\x00','\x19','\x06','\x18','\x19','\xff','\xfc','\x19','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x21','\x86','\x18','\x41','\x86','\x78','\x81','\x86','\x30','\x00','\x06','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\xa1','\x80','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x02','\x30','\x0c','\x67','\x30','\x0c','\x18','\x30','\x0c','\x36','\x30','\x0d','\xc3','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0e','\x07','\x08','\x0c','\x46','\x1c','\x0f','\xe6','\x70','\x0c','\x07','\x82','\x0c','\x06','\x02','\xff','\xe6','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x01','\x01','\x00','\x00','\xc1','\x80','\x20','\x42','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xc0','\x38','\x04','\xc0','\x30','\x30','\x1f','\xff','\xf8','\x00','\x60','\x00','\x00','\x60','\x60','\x00','\xff','\xf0','\x00','\xc0','\x60','\x01','\x80','\x60','\x03','\x00','\xe0','\x0c','\x07','\xc0','\x30','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x05','\x81','\x80','\x06','\x18','\x18','\x0f','\xff','\xfc','\x0c','\x34','\x18','\x1a','\x62','\x10','\x32','\xc1','\x20','\x49','\x80','\xc0','\x0b','\x00','\x60','\x06','\xff','\x38','\x0c','\x00','\x1f','\x30','\x00','\x06','\xcf','\xff','\xf0','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x30','\x1c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc4','\x00','\x04','\xc7','\x7f','\xfe','\x0e','\x03','\x00','\x0c','\x22','\x0c','\x1c','\x3f','\xfe','\x3c','\x30','\x0c','\x6c','\x30','\x0c','\x8c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x08','\x18','\x10','\x0f','\xff','\xf0','\x08','\x18','\x10','\x0f','\xff','\xf0','\x00','\x18','\x80','\x00','\x18','\x60','\x3f','\xff','\xf8','\x0f','\x01','\x98','\x00','\x01','\x82','\xff','\xff','\xff','\x02','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xcf','\x80','\x00','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x0c','\x00','\x10','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x60','\xc0','\x18','\x60','\xc6','\x1f','\xff','\xff','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x7f','\xc0','\x18','\x00','\x00','\x30','\x00','\x00','\x31','\x11','\x08','\x22','\x10','\x84','\x46','\x30','\xc6','\x8e','\x30','\xc3','\x0c','\x30','\xc3','\x03','\x80','\xe0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x20','\xc0','\x00','\x70','\x00','\x00','\xc1','\x00','\x01','\x00','\xc0','\x1f','\xff','\xe0','\x0f','\x30','\x60','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x88','\xc0','\x07','\x1c','\x70','\x1c','\x31','\x3f','\xe0','\xc3','\x8e','\x07','\x06','\x00','\x00','\x18','\x20','\x00','\xe0','\x70','\x07','\x01','\xc0','\x00','\x07','\x00','\x00','\x78','\x00','\x0f','\x80','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\xc1','\xc0','\xff','\xc1','\x86','\x00','\xff','\xff','\x00','\x83','\x00','\x05','\x02','\x10','\x06','\x04','\x0c','\x76','\x3f','\xf6','\x66','\x1e','\x06','\x67','\xc0','\x00','\x66','\x11','\x38','\x66','\x1d','\x30','\x66','\x19','\x30','\x66','\x19','\x30','\x67','\xd9','\x32','\xfe','\x11','\x32','\x70','\x11','\x33','\x40','\x20','\x3f','\x00','\xc0','\x1e','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x06','\xff','\xef','\xff','\x18','\x08','\x00','\x18','\x12','\x00','\x19','\x83','\x0c','\x1f','\xc7','\xfe','\x19','\x84','\xc0','\x19','\x88','\xc0','\x19','\x80','\xc6','\x11','\x9f','\xff','\x31','\x81','\xa0','\x31','\x81','\x90','\x23','\x03','\x18','\x63','\x02','\x0c','\x4f','\x04','\x0f','\x86','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0c','\x42','\x30','\x0c','\x42','\x32','\xff','\xff','\xff','\x0c','\x42','\x30','\x08','\x42','\x3c','\x10','\x7e','\x1c','\x00','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xc8','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x09','\x81','\x80','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x18','\x00','\x0c','\x10','\x00','\x0c','\x3f','\xff','\x8c','\x40','\x00','\x0c','\x07','\xfc','\x0c','\x04','\x04','\x0c','\x07','\xfc','\x0c','\x00','\x00','\x0c','\x1f','\xff','\x0c','\x18','\x43','\x0c','\x18','\x43','\x0c','\x1f','\xff','\x0c','\x18','\x43','\x0c','\x18','\x43','\x1c','\x1f','\xff','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x7f','\xc7','\xf8','\x10','\xc1','\x18','\x18','\xc1','\x98','\x08','\xc0','\x38','\x02','\xd8','\xd8','\x0c','\xf7','\x18','\x70','\x62','\x18','\x20','\xc1','\x80','\x03','\x10','\xf0','\x1c','\x38','\x3f','\xe0','\x62','\x0e','\x01','\x87','\x00','\x0e','\x1c','\x20','\x00','\x70','\x70','\x07','\x81','\xc0','\x00','\x07','\x00','\x00','\x78','\x00','\x07','\x80','\x00','\x01','\xc3','\x80','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x00','\x06','\x00','\xe0','\x06','\x30','\xc6','\xff','\xff','\xff','\x06','\x00','\xc0','\x26','\x44','\xc4','\x3f','\xe7','\xfe','\x26','\x44','\xc4','\x26','\x44','\xc4','\x26','\x44','\xc4','\x26','\xc4','\xcc','\x2e','\x44','\xe4','\x0f','\x01','\xe0','\x1e','\xc1','\xd0','\x16','\x62','\xd8','\x26','\x62','\xcc','\x46','\x04','\xcf','\x86','\x18','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x80','\x70','\x00','\x07','\xf8','\x1f','\xfe','\x20','\x04','\x20','\x30','\x03','\x18','\x60','\x21','\x08','\x86','\x7f','\xff','\xff','\x60','\x00','\x06','\xc8','\x00','\x04','\xcc','\x60','\x70','\x0f','\xe0','\x64','\x18','\x7f','\xfe','\x10','\xc4','\x60','\x28','\xc4','\x60','\x45','\x84','\x62','\x03','\x3f','\xff','\x06','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x60','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\xff','\xcf','\xff','\x70','\x00','\x00','\x00','\x00','\x00','\x3f','\xff','\xfc','\x01','\x03','\x00','\x01','\xc3','\x02','\x03','\x83','\x03','\x0e','\x03','\xff','\xf0','\x01','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0f','\xff','\xe0','\x00','\x00','\x20','\x0f','\xff','\xe0','\x00','\x00','\x20','\x00','\x00','\x20','\x0f','\xff','\xe0','\x00','\x00','\x00','\x3f','\xc7','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x7f','\xe7','\xfc','\x38','\x00','\x60','\x00','\x00','\x62','\xff','\xff','\xff','\x02','\x00','\x60','\x01','\x80','\x60','\x00','\xc0','\x60','\x00','\xc3','\xe0','\x00','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x10','\x00','\x04','\xcc','\x60','\x04','\xc5','\x18','\x18','\xc1','\x98','\x18','\x7f','\x80','\x00','\x00','\x00','\x03','\x00','\x30','\x19','\x65','\x94','\x58','\x2d','\x83','\xd8','\x8d','\x8b','\xcf','\x80','\xf8','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\x99','\x00','\x07','\x18','\xe0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x03','\x18','\x60','\x03','\x1f','\xf0','\x03','\x18','\x00','\x03','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x80','\x70','\x33','\x06','\x60','\x33','\x06','\x64','\x33','\xe6','\x7e','\x33','\x06','\x60','\x33','\x06','\x60','\x33','\x06','\x60','\xff','\xe6','\x62','\x7c','\x1f','\xff','\x40','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x10','\x20','\x07','\x0c','\x30','\x8e','\x04','\x46','\x4d','\xff','\xff','\x38','\x04','\x80','\x18','\x04','\x80','\x2c','\x7f','\xfc','\x4c','\x64','\x8c','\x9e','\x64','\x8c','\x16','\x6c','\xfc','\x36','\x68','\x7c','\x26','\x70','\x0c','\x46','\x60','\x0c','\x86','\x7f','\xfc','\x06','\x60','\x0c','\x0c','\x60','\x0c','\x7c','\x7f','\xfc','\x18','\x60','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x3f','\xf0','\x06','\x30','\x30','\x06','\x30','\x30','\x80','\x3f','\xf0','\x60','\x30','\x30','\x31','\x30','\x30','\x32','\x3f','\xf0','\x04','\x00','\x00','\x0c','\x80','\x0c','\x18','\xff','\xfe','\xf8','\xc8','\x8c','\x70','\xc8','\x8c','\x30','\xc8','\x8c','\x30','\xc8','\x8c','\x30','\xc8','\x8c','\x38','\xc8','\x8c','\x1b','\xff','\xff','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x0e','\x70','\xff','\xcc','\x60','\x18','\x0c','\x64','\x18','\x7c','\x7e','\x18','\x0c','\x60','\x3f','\x8c','\x60','\x31','\x8c','\x64','\x21','\xfc','\x7e','\x73','\x0c','\x60','\x4b','\x0c','\x60','\x86','\x0c','\x64','\x06','\x7c','\x7e','\x0c','\x0c','\x60','\x08','\x0c','\x60','\x10','\x0c','\x60','\x20','\x0c','\x66','\xc1','\xff','\xff','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x3c','\x00','\x00','\x72','\x00','\x00','\xc1','\x80','\x03','\x00','\xf0','\x1c','\xff','\x3f','\xe0','\x00','\x0e','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x99','\x30','\x0c','\x5a','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x09','\x81','\x80','\x0c','\x00','\x00','\x0f','\xe0','\x0e','\x18','\xc1','\xcc','\x10','\x81','\x8c','\x21','\x01','\x8c','\x7f','\xf1','\x8c','\xb2','\x31','\x8c','\x32','\x31','\x8c','\x3f','\xf1','\x8c','\x32','\x31','\x8c','\x32','\x31','\x8c','\x32','\x31','\x8c','\x3f','\xf1','\x8c','\x00','\x01','\x8c','\x20','\x20','\x0c','\x24','\x90','\x0c','\x64','\x98','\x0c','\xc4','\x98','\x7c','\xc0','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x1f','\xff','\xf8','\x10','\x42','\x08','\x10','\x42','\x08','\x1f','\xff','\xf8','\x00','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xdf','\xff','\xf8','\x06','\x03','\x00','\x0f','\xf3','\x08','\x18','\x63','\x3c','\x66','\xc3','\xe0','\x01','\x83','\x02','\x07','\x03','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x10','\x00','\x18','\x16','\xff','\xff','\xff','\x00','\x18','\x10','\x00','\x18','\x10','\x0f','\xff','\xf0','\x00','\x18','\x00','\x1d','\x19','\x9c','\x18','\xd9','\x18','\x18','\x5a','\x18','\x1b','\xff','\xd8','\x18','\x38','\x18','\x18','\x7e','\x18','\x10','\xd9','\x98','\x31','\x98','\xd8','\x26','\x18','\xd8','\x40','\x18','\x18','\x80','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x18','\x3f','\xff','\xfc','\x04','\x18','\x40','\x06','\x18','\x60','\x0c','\x18','\xc0','\x0b','\x18','\xb0','\x11','\x19','\x16','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\xff','\x18','\x18','\x81','\x18','\x18','\x81','\x18','\x18','\xff','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x04','\xc3','\x00','\x06','\x00','\xe0','\x04','\x00','\xc0','\x49','\x80','\xc4','\x7f','\xdf','\xfe','\x61','\x84','\x10','\x61','\x82','\x18','\x61','\x82','\x10','\x7f','\x80','\x22','\x60','\x3f','\xff','\x60','\x00','\xc0','\x61','\x80','\xc0','\x7f','\xc0','\xc4','\x61','\x9f','\xfe','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x00','\x00','\xc0','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x80','\x01','\x00','\xe0','\x1f','\xf0','\xc0','\x11','\x10','\xc0','\x7f','\xfc','\x86','\x11','\x11','\xff','\x1f','\xf1','\x0c','\x01','\x03','\x0c','\x1f','\xf2','\x88','\x11','\x14','\x98','\x11','\x10','\x98','\x1f','\xf0','\x50','\x06','\x00','\x70','\xff','\xfc','\x20','\x0c','\x60','\x70','\x38','\xc0','\x50','\x36','\x80','\xd8','\x01','\xc1','\x8f','\x06','\x63','\x0e','\x78','\x6c','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x80','\x00','\x10','\x20','\x80','\x1d','\x24','\xe0','\x19','\x24','\xc0','\x31','\x24','\xc6','\x21','\x24','\xff','\x49','\xfd','\x90','\x8e','\x01','\x1c','\x1c','\x02','\x98','\x19','\x18','\x98','\x31','\xfc','\x58','\x71','\x18','\x50','\xb1','\x18','\x30','\x31','\x18','\x20','\x31','\x19','\x70','\x31','\x1a','\x50','\x31','\x1c','\xd8','\x33','\x38','\x8f','\x32','\x11','\x0e','\x34','\x06','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\xe0','\x20','\xc0','\xc0','\x3f','\xe0','\xc4','\x30','\xcf','\xfe','\x30','\xc4','\x10','\x30','\xc2','\x18','\x30','\xc2','\x10','\x3f','\xc0','\x22','\x30','\x1f','\xff','\x30','\x00','\xc0','\x30','\xc0','\xc0','\x3f','\xe0','\xc4','\x38','\xcf','\xfe','\x78','\xc0','\xc0','\x58','\xc0','\xc0','\x58','\xc0','\xc0','\x98','\xc0','\xc0','\x1f','\xc0','\xc0','\x18','\xc0','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x06','\x7f','\xef','\xff','\x00','\xc0','\xc0','\x01','\x80','\x80','\x09','\x07','\xfc','\x06','\x06','\x0c','\x02','\x66','\x0c','\xff','\xf7','\xfc','\x06','\x66','\x0c','\x06','\x46','\x0c','\x06','\x87','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x02','\x00','\x06','\x03','\x98','\x3e','\x06','\x06','\x0c','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x20','\x18','\x02','\x3f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\x00','\x00','\x01','\x81','\xc0','\x0f','\xc1','\x84','\xfc','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x82','\x0c','\x7f','\xff','\xff','\xc4','\x30','\x0c','\x06','\x30','\x0c','\x0c','\x1f','\x1e','\x18','\x00','\x1d','\x27','\xf8','\x3d','\x86','\x18','\x2d','\x8c','\x30','\x4c','\x1a','\x60','\x8c','\x21','\xc0','\x0c','\x03','\x60','\x0c','\x06','\x38','\x0c','\x18','\x1f','\x0c','\x60','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x07','\x01','\x10','\x06','\x01','\x14','\x7f','\xef','\xfe','\x06','\x01','\x10','\x06','\x01','\x10','\x7f','\xe1','\x12','\x06','\x1f','\xff','\x06','\x00','\x00','\xff','\xf4','\x0c','\x0e','\x07','\xfe','\x1f','\x06','\x0c','\x16','\xc6','\x0c','\x36','\x67','\xfc','\x26','\x66','\x0c','\x46','\x06','\x0c','\x86','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x84','\x00','\x00','\x66','\x0c','\x7f','\x24','\xf8','\x09','\x18','\x90','\x19','\x18','\x90','\x11','\x19','\xf8','\x27','\x18','\x8f','\x40','\x00','\x06','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x18','\x00','\x30','\x30','\x00','\x30','\xc0','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x20','\x00','\x01','\x98','\x64','\x01','\x8a','\x67','\xff','\xff','\x66','\x01','\x80','\x66','\x01','\x80','\x7e','\xfd','\x88','\x66','\x90','\x8e','\x06','\x90','\xcc','\x06','\xfc','\xd8','\xfe','\x84','\x58','\x26','\x84','\x70','\x26','\xfc','\x20','\x24','\x90','\x72','\x6c','\x90','\xd2','\x48','\xfd','\x9a','\x88','\x03','\x0e','\x10','\x0c','\x07','\x20','\x00','\x03','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xcf','\xff','\xf4','\xc0','\xc0','\x80','\x00','\x80','\x60','\x0f','\xff','\xb0','\x07','\x18','\x30','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x7f','\xff','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x80','\x00','\x02','\x02','\x00','\x07','\x03','\x80','\x0c','\x13','\x0c','\x30','\x9f','\xfe','\xcd','\xd8','\x0c','\x23','\x98','\x0c','\x16','\x1f','\xfc','\x0c','\x18','\x0c','\x32','\x18','\x0c','\xc3','\x1f','\xfc','\x05','\x18','\x6c','\x09','\x84','\x60','\x33','\x87','\x60','\xc5','\x86','\x60','\x09','\x86','\x62','\x31','\x8c','\x62','\xc1','\x88','\x63','\x0f','\x10','\x7f','\x06','\x60','\x3e','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x7f','\x98','\x8c','\x0c','\x18','\x8c','\x0c','\x1f','\xfc','\x7f','\x98','\x8c','\x0c','\x18','\x8c','\x0c','\x1f','\xfc','\xff','\xc0','\x80','\x0c','\x20','\x86','\x1c','\x3f','\xff','\x1e','\x30','\x86','\x3d','\xb0','\xa6','\x2c','\xb0','\xb6','\x4c','\x37','\xd6','\x8c','\x33','\x06','\x0c','\x30','\x1e','\x0c','\x30','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x04','\x00','\x00','\x7f','\xc1','\xc0','\x04','\x01','\x98','\xff','\xef','\xfc','\x11','\x01','\x98','\x31','\xe1','\x98','\xc4','\x05','\x18','\x3f','\x83','\x1a','\x04','\x02','\xdb','\x07','\xc4','\x5f','\xfc','\x18','\x0e','\x60','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\xff','\xff','\xff','\x01','\x80','\x80','\x01','\x00','\x60','\x3f','\xff','\xb0','\x1f','\xc0','\x18','\x10','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xd3','\x10','\x0c','\x18','\x18','\x08','\x10','\x10','\x50','\x7e','\xa0','\x20','\x42','\x40','\x34','\x42','\x68','\x36','\x7e','\x6c','\x0c','\x42','\x18','\x08','\x42','\x10','\x12','\x42','\x24','\x7f','\x7e','\xfe','\x31','\x18','\x62','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\x99','\x80','\x07','\x18','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x01','\x80','\x00','\x07','\xc2','\x0c','\x7e','\x03','\xfe','\x06','\x66','\xcc','\xff','\xf4','\xcc','\x0e','\x09','\x8c','\x1f','\x01','\x1c','\x16','\xc2','\x18','\x26','\x58','\x78','\xc6','\x34','\x30','\x00','\xe3','\x00','\x03','\x81','\xe0','\x1e','\x1c','\x7f','\xe3','\x18','\xce','\x01','\x99','\x80','\x00','\x18','\x00','\x03','\xdb','\xe0','\x7e','\x18','\x7c','\x30','\xf8','\x0c','\x00','\x30','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x7f','\x1f','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\xff','\x9f','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\x7f','\x1f','\xf8','\x00','\x06','\x00','\x00','\x0c','\x06','\x7f','\x0f','\xff','\x00','\x18','\x06','\x00','\x79','\x86','\x7f','\x1f','\x06','\x63','\x18','\x86','\x63','\x18','\xce','\x63','\x1f','\xcc','\x7f','\x0f','\xbc','\x63','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x00','\x00','\x06','\x04','\x18','\x04','\x07','\xfc','\x49','\x06','\x18','\x31','\xc6','\x18','\x1b','\x87','\xf8','\x1a','\x06','\x18','\x04','\x86','\x18','\x08','\x47','\xf8','\xff','\xe0','\x00','\x7e','\x68','\x04','\x46','\x0f','\xfe','\x27','\x09','\x24','\x3e','\xc9','\x24','\x36','\x69','\x24','\x66','\x69','\x24','\x46','\x09','\x24','\x86','\x09','\x24','\x06','\x3f','\xff','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x01','\x80','\x01','\x84','\x00','\x0f','\xc6','\x30','\xfc','\x0f','\xf8','\x0c','\x0c','\x60','\x0c','\x18','\x40','\x0d','\xbf','\xfe','\xff','\xd8','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x1e','\x18','\xc6','\x1d','\x98','\xc6','\x3c','\xd8','\xc6','\x2c','\xdf','\xfe','\x4c','\x00','\x00','\x8c','\x00','\x00','\x0c','\x12','\x44','\x0c','\x32','\x22','\x0c','\x63','\x33','\x0c','\x63','\x33','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x06','\x00','\x06','\x26','\x4f','\xff','\x27','\xe0','\xc0','\x26','\x00','\x80','\x26','\x07','\xfc','\x26','\x16','\x0c','\xff','\xfe','\x0c','\x06','\x07','\xfc','\x26','\x46','\x0c','\x36','\x26','\x0c','\x66','\x37','\xfc','\x46','\xb6','\x0c','\x9e','\xc6','\x0c','\x0d','\xc6','\x0c','\x01','\x87','\xfc','\x03','\x02','\x00','\x06','\x03','\x98','\x0c','\x06','\x06','\x30','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x06','\x00','\x06','\x06','\x0f','\xff','\xff','\xf0','\xc0','\x06','\x00','\x80','\x06','\x07','\xfc','\x7f','\xe6','\x0c','\x46','\x26','\x0c','\x46','\x27','\xfc','\x46','\x26','\x0c','\x7f','\xe6','\x0c','\x06','\x07','\xfc','\x0e','\x06','\x0c','\x0f','\x06','\x0c','\x1e','\xc6','\x0c','\x16','\x67','\xfc','\x26','\x62','\x00','\xc6','\x03','\x98','\x06','\x06','\x06','\x06','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x80','\x0c','\x30','\xcc','\x0c','\x31','\x88','\x0c','\x31','\xff','\xcc','\x33','\x08','\x0c','\x35','\xff','\x8c','\x31','\x08','\x0c','\x31','\xff','\x8c','\x31','\x08','\x0c','\x31','\xff','\xcc','\x31','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x98','\x00','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x60','\x06','\x18','\x7f','\x94','\x1f','\xe0','\x18','\x18','\x3f','\xf8','\x18','\x00','\x00','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\xff','\xf0','\x31','\x04','\x10','\x31','\xff','\xf0','\x20','\x00','\x00','\x63','\xff','\xf8','\x43','\x11','\x18','\x83','\x11','\x18','\x03','\x11','\x18','\x1f','\xff','\xff','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x00','\x00','\x07','\x03','\x80','\x06','\x63','\x06','\x7f','\xf3','\xff','\x10','\x83','\x00','\x08','\x83','\x00','\x09','\x33','\xfc','\xff','\xf8','\x0c','\x00','\x00','\x0c','\x3f','\xe3','\xfc','\x30','\x63','\x00','\x30','\x63','\xfc','\x3f','\xe3','\x00','\x30','\x63','\xfc','\x30','\x63','\x00','\x3f','\xe3','\xfc','\x30','\x63','\x02','\x30','\x63','\x03','\x33','\xe3','\xff','\x30','\xc1','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x09','\x81','\x80','\x0c','\x04','\x08','\x0f','\xe3','\x0c','\x18','\xc1','\x08','\x10','\x80','\x10','\x21','\x07','\xfe','\x7f','\xe0','\x60','\xb2','\x60','\x60','\x32','\x60','\x64','\x3f','\xe7','\xfe','\x32','\x60','\x60','\x32','\x60','\x60','\x3f','\xe0','\x62','\x00','\x0f','\xff','\x20','\x40','\x60','\x29','\x20','\x60','\x69','\x30','\x60','\xc9','\x30','\x60','\xc0','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x00','\x00','\x06','\x07','\xf8','\x04','\x04','\x08','\x49','\x07','\xf8','\x31','\x84','\x08','\x1b','\x07','\xf8','\x1a','\x00','\x00','\x04','\x1f','\xfe','\x08','\x99','\x26','\xff','\xd9','\x26','\x7e','\xdf','\xfe','\x46','\x00','\x00','\x27','\x0f','\xfc','\x3e','\x82','\x18','\x36','\xc1','\x30','\x66','\xc0','\xe0','\x46','\x01','\xb8','\x86','\x06','\x1f','\x06','\x38','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x00','\x00','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x08','\x00','\x00','\x0c','\x04','\x20','\x49','\x06','\x30','\x31','\x8c','\x44','\x13','\x0f','\xfe','\x04','\x1c','\x40','\x08','\xac','\x40','\xff','\xcf','\xfc','\x7e','\xcc','\x40','\x06','\x0c','\x40','\x26','\xcf','\xfc','\x36','\x6c','\x40','\x66','\x6c','\x42','\x86','\x0f','\xff','\x06','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x00','\x06','\x18','\x1c','\x04','\x18','\x18','\x08','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x18','\x1b','\xff','\xfc','\x18','\x18','\x00','\x18','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x02','\x20','\x18','\x02','\x60','\x18','\x02','\x40','\x18','\x03','\x80','\x1f','\xff','\x00','\x0f','\xfe','\x00','\x00','\x38','\x00','\x01','\xfc','\x10','\x3f','\xc0','\x1f','\xc6','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x1a','\x06','\x0c','\x1b','\xff','\xfe','\x1b','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x23','\x06','\x0c','\x63','\x06','\x0c','\x43','\x06','\x0c','\x83','\x06','\x7c','\x03','\x06','\x18','\x00','\x06','\x00','\x00','\x38','\x00','\x00','\x30','\x30','\x00','\x3f','\xf8','\x00','\x30','\x00','\x10','\x30','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x30','\x04','\x18','\x3f','\xc0','\x1b','\xf0','\x08','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x1f','\xf8','\x18','\x00','\x00','\x18','\x0c','\x00','\x18','\x0c','\x0c','\x37','\xff','\xfe','\x30','\x40','\xc0','\x20','\x21','\x80','\x60','\x13','\x00','\x40','\x0e','\x00','\x80','\x3b','\xe0','\x01','\xe0','\xff','\x1e','\x00','\x1e','\x21','\x80','\xe0','\x3f','\xc0','\xc4','\x31','\x80','\xfe','\x31','\x80','\xc0','\x31','\x90','\xc2','\x31','\x9f','\xff','\x3f','\x98','\x06','\x31','\x98','\xc4','\x00','\x18','\xc0','\x00','\x18','\xf0','\xff','\xfb','\xc4','\x18','\x18','\xc6','\x18','\x18','\xfe','\x19','\x98','\x7c','\x3f','\xd8','\x00','\x31','\x99','\x00','\x01','\x99','\xdc','\x01','\x99','\x98','\x01','\x91','\x98','\x03','\x91','\x9a','\x03','\x31','\x1a','\x07','\x23','\x1b','\x3e','\x42','\x1f','\x0c','\x0c','\x0e','\x03','\x80','\x00','\x03','\x20','\x0c','\x03','\xf7','\xfe','\x03','\x00','\xc0','\x43','\x10','\xc0','\x7f','\xf8','\xc0','\x60','\x30','\xc0','\x66','\x20','\xc6','\x67','\x8f','\xff','\x7e','\x21','\x80','\x66','\x31','\x80','\x63','\xf1','\x80','\x64','\x01','\x8c','\x66','\xc3','\xfe','\x64','\x83','\x0c','\x6f','\xf8','\x0c','\x68','\x80','\x0c','\x7f','\xf0','\x0c','\x68','\x80','\x0c','\x4f','\xf0','\x0c','\x48','\x80','\x1c','\x48','\x80','\x18','\x8f','\xf8','\xf8','\x08','\x00','\x30','\x00','\x00','\x30','\xff','\xff','\xf8','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x0e','\x30','\x00','\xff','\x30','\x3f','\xf0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x20','\xc3','\x30','\x3f','\xff','\xb0','\x30','\xc3','\x30','\x30','\xc3','\x30','\x30','\xc3','\x30','\x30','\xc3','\x30','\x3f','\xff','\x30','\x30','\xc3','\x12','\x00','\xc0','\x12','\x00','\xc2','\x1a','\x00','\xc1','\x0a','\x00','\xc1','\x8e','\xff','\xff','\xc6','\x7f','\x00','\xc7','\x40','\x00','\xc3','\x0e','\x00','\xc7','\x0c','\x7f','\xe6','\x0c','\x00','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\xc6','\x4c','\x90','\xc6','\x7f','\xdf','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\xc6','\x4c','\x9f','\xe6','\x7f','\xb0','\xc6','\x4c','\xb0','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\xc6','\x0c','\x80','\xc6','\x0c','\x80','\xc6','\x0f','\xc1','\xc6','\xfc','\xc1','\x86','\x70','\xc3','\x86','\x40','\x1f','\x06','\x00','\x06','\x06','\x07','\x00','\x20','\x06','\x02','\x20','\x06','\x03','\xa0','\x06','\x03','\x20','\x06','\x03','\x10','\x46','\x63','\x10','\x7f','\xf2','\x10','\x66','\x62','\x18','\x66','\x66','\x08','\x66','\x64','\x0c','\x66','\x65','\x0f','\x66','\x69','\xc6','\x66','\x71','\x86','\x7f','\xe1','\x80','\x66','\x61','\x80','\x06','\x01','\x00','\x06','\x01','\x10','\x06','\x43','\x08','\x06','\x62','\x0c','\x07','\xe2','\x04','\xfe','\x62','\x3e','\x78','\x1f','\xe6','\x40','\x0f','\x06','\x00','\x08','\x06','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x30','\x18','\x00','\x60','\x00','\x00','\x80','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xe0','\x06','\x20','\x00','\x06','\x07','\x00','\x1c','\x06','\x00','\x18','\x06','\x02','\x18','\x06','\x01','\x98','\x06','\x00','\xd8','\x46','\x60','\xd8','\x7f','\xf0','\x18','\x66','\x60','\x18','\x66','\x64','\x18','\x66','\x63','\x18','\x66','\x61','\x98','\x66','\x61','\x98','\x66','\x60','\x18','\x7f','\xe0','\x18','\x66','\x60','\x1a','\x06','\x00','\x1f','\x06','\x00','\xf8','\x06','\x4f','\x18','\x06','\x20','\x18','\x0f','\xf0','\x18','\xfe','\x30','\x18','\x70','\x30','\x18','\x40','\x00','\x18','\x00','\x00','\x18','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x4c','\x90','\xc6','\x7f','\xdf','\xff','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xa6','\x4c','\x99','\xa6','\x7f','\x99','\x36','\x4c','\x99','\x36','\x0c','\x1a','\x36','\x0c','\x18','\x06','\x0d','\x18','\x06','\x0c','\x98','\x06','\x0f','\xd8','\x06','\xfc','\xd8','\x06','\x70','\xd8','\x06','\x40','\x18','\x3e','\x00','\x18','\x0c','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xcc','\x46','\x6f','\xfe','\x7f','\xf0','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xcc','\x66','\x6f','\xfe','\x66','\x60','\xc0','\x66','\x60','\xc0','\x7f','\xe0','\xc0','\x66','\x60','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x06','\x40','\xc0','\x06','\x20','\xc0','\x0f','\xf0','\xc0','\xfe','\x30','\xc0','\x70','\x30','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x07','\x03','\x8e','\x06','\x03','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x46','\x63','\x0c','\x7f','\xff','\xff','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x7f','\xe3','\xfc','\x66','\x63','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x06','\x43','\x0c','\x06','\x23','\x0c','\x0f','\xf3','\x0c','\xfe','\x33','\x0c','\x70','\x33','\xfc','\x40','\x03','\x0c','\x00','\x03','\x0c','\x07','\x00','\x18','\x06','\x00','\x3c','\x06','\x00','\x70','\x06','\x04','\xc0','\x06','\x07','\x00','\x46','\x66','\x00','\x7f','\xf6','\x00','\x66','\x66','\x00','\x66','\x66','\x0c','\x66','\x67','\xfe','\x66','\x66','\x30','\x66','\x66','\x30','\x66','\x66','\x30','\x7f','\xe6','\x30','\x66','\x66','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x46','\x30','\x06','\x66','\x30','\x07','\xe6','\x30','\xfe','\x66','\x30','\x70','\x06','\x36','\x40','\x7f','\xff','\x00','\x00','\x00','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc6','\x7f','\xff','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x64','\xcc','\x7f','\xe7','\xfe','\x66','\x66','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x46','\x0c','\x06','\x26','\x0c','\x0f','\xf6','\x0c','\xfe','\x36','\x0c','\x70','\x37','\xfc','\x40','\x06','\x0c','\x00','\x06','\x0c','\x07','\x04','\x18','\x06','\x07','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x46','\x66','\x18','\x7f','\xf6','\x18','\x66','\x66','\x18','\x66','\x67','\xf8','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x7f','\xe6','\x18','\x66','\x66','\x18','\x06','\x07','\xf8','\x06','\x06','\x18','\x06','\x46','\x18','\x06','\x66','\x18','\x07','\xe6','\x18','\xfe','\x66','\x18','\x70','\x06','\x1a','\x40','\x3f','\xff','\x00','\x00','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x4c','\x90','\xc6','\x7f','\xdf','\xff','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x7f','\x9f','\xfe','\x4c','\x98','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x98','\xc6','\x0c','\x98','\xc6','\x0f','\xd8','\xc6','\xfc','\xd8','\xc6','\x70','\xdf','\xfe','\x40','\x18','\x06','\x00','\x18','\x06','\x07','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x40','\x06','\x03','\x40','\x06','\x03','\x20','\x46','\x62','\x30','\x7f','\xf6','\x18','\x66','\x64','\x1f','\x66','\x68','\x0e','\x66','\x73','\xe6','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\x0c','\x7f','\xef','\xfe','\x66','\x61','\x8c','\x06','\x01','\x8c','\x06','\x01','\x8c','\x06','\x41','\x8c','\x06','\x21','\x8c','\x0f','\xf1','\x8c','\xfe','\x31','\xbc','\x70','\x31','\x98','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x20','\x06','\x0e','\x3f','\xff','\x0c','\x30','\x00','\x0c','\x31','\x10','\x0c','\x3f','\xfe','\x4c','\xb1','\x10','\x7f','\xb1','\x10','\x4c','\xb7','\xfc','\x4c','\xb4','\x44','\x4c','\xb4','\x44','\x4c','\xb7','\xfc','\x4c','\xb4','\x44','\x4c','\xb4','\x44','\x7f','\xb7','\xfc','\x4c','\xb0','\x40','\x4c','\x28','\x42','\x0d','\x2f','\xff','\x0f','\xa8','\x42','\x1c','\xe8','\x52','\xf8','\x48','\x7a','\x60','\x4b','\xca','\x40','\xc9','\x02','\x00','\x88','\x1e','\x03','\x08','\x0c','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0c','\x0c','\x07','\xfe','\x4c','\x8c','\x0c','\x7f','\xcc','\x0c','\x4c','\x88','\x0c','\x4c','\x9f','\xcc','\x4c','\x90','\xcc','\x4c','\xa0','\xcc','\x4c','\x80','\xcc','\x4c','\x88','\xcc','\x7f','\x8f','\xcc','\x4c','\x8c','\x0c','\x0c','\x0c','\x18','\x0c','\x0c','\xf8','\x0c','\x8c','\x30','\x0c','\x8c','\x02','\x0f','\xcc','\x02','\xfc','\xcc','\x02','\x70','\xcc','\x03','\x40','\x0f','\xff','\x00','\x07','\xfe','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x4c','\x98','\x06','\x7f','\xd9','\xe6','\x4c','\x99','\x26','\x4c','\x99','\x26','\x4c','\x99','\x26','\x4c','\x99','\x26','\x4c','\x99','\x26','\x4c','\x99','\x26','\x7f','\x99','\x26','\x4c','\x99','\x26','\x0c','\x19','\xe6','\x0c','\x18','\x06','\x0c','\x98','\x06','\x0c','\x98','\x06','\x0f','\xd8','\x06','\xfc','\xd8','\x06','\x70','\xdf','\xfe','\x40','\x18','\x06','\x00','\x18','\x06','\x07','\x00','\x18','\x06','\x00','\xfc','\x06','\x0f','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x66','\x60','\xc6','\x66','\x7f','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x7f','\xe4','\xcc','\x66','\x67','\xfe','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x46','\x0c','\x06','\x26','\x0c','\x0f','\xf6','\x0c','\xfe','\x36','\x0c','\x70','\x36','\x0c','\x40','\x07','\xfc','\x00','\x06','\x0c','\x00','\x10','\x60','\x03','\x1f','\xf0','\x7f','\x98','\x60','\x0c','\x18','\x60','\x0c','\x1c','\x60','\x0c','\x1a','\x60','\x0c','\x1b','\x62','\x0c','\x9b','\x62','\x0f','\x30','\x63','\xfc','\x30','\x7f','\x70','\x60','\x3e','\x41','\x80','\x00','\x00','\x1c','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xe0','\x06','\x20','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x01','\x00','\x01','\xc0','\x80','\x03','\x98','\x40','\x06','\x18','\x30','\x0f','\xff','\xfc','\x36','\x18','\x6f','\xc6','\x18','\x66','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x40','\x00','\x18','\x30','\x3f','\xff','\xd8','\x1f','\xe0','\x0c','\x10','\x00','\x0c','\x07','\x00','\x70','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x66','\x06','\x0f','\xff','\x46','\x60','\x00','\x7f','\xf2','\x00','\x66','\x63','\x88','\x66','\x63','\x06','\x66','\x66','\x03','\x66','\x64','\x03','\x66','\x68','\x10','\x66','\x62','\x1c','\x7f','\xe2','\x18','\x66','\x61','\x18','\x06','\x01','\x30','\x06','\x00','\xb0','\x06','\x40','\xe0','\x06','\x20','\x40','\x0f','\xf0','\xe0','\xfe','\x31','\xb8','\x70','\x33','\x1f','\x40','\x06','\x0e','\x00','\x18','\x06','\x0e','\x00','\xe0','\x0c','\x08','\xc0','\x0c','\x0e','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xcc','\x4c','\x8f','\xfe','\x7f','\xc8','\xc0','\x4c','\x88','\xc0','\x4c','\x90','\xc0','\x4c','\x80','\xc0','\x4c','\x80','\xc6','\x4c','\xbf','\xff','\x4c','\x83','\xd0','\x7f','\x83','\xd0','\x4c','\x82','\xd0','\x0c','\x06','\xd8','\x0c','\x86','\xc8','\x0c','\xc4','\xcc','\x0f','\xcc','\xcc','\x1c','\xc8','\xcf','\xf8','\x10','\xc6','\x60','\x20','\xc6','\x40','\x00','\xc0','\x00','\x00','\xc0','\x0e','\x03','\x80','\x0c','\x03','\x08','\x0c','\x03','\x0e','\x0c','\x03','\x2c','\x0c','\x1f','\xfc','\x4c','\x83','\x18','\x7f','\xc3','\x18','\x4c','\x83','\x30','\x4c','\x83','\x26','\x4c','\xff','\xff','\x4c','\x80','\xc0','\x4c','\x80','\x80','\x4c','\x81','\x80','\x7f','\x83','\x04','\x4c','\x83','\x0e','\x0c','\x07','\x18','\x0c','\x0b','\x60','\x0c','\xb3','\x80','\x0c','\x83','\x00','\x0f','\xc3','\x02','\xfc','\xc3','\x02','\x70','\xc3','\x03','\x40','\x03','\xff','\x00','\x01','\xfe','\x0e','\x00','\x0c','\x0c','\x0c','\x3e','\x0c','\x7e','\xf0','\x0c','\x0c','\x10','\x0c','\x0c','\x10','\x4c','\x88','\x10','\x7f','\xd8','\x90','\x4c','\x98','\x90','\x4c','\x90','\x90','\x4c','\x96','\x92','\x4c','\xbe','\x9f','\x4c','\xb6','\x90','\x4c','\x86','\x90','\x7f','\x84','\x90','\x4c','\xa4','\x90','\x0c','\x2c','\x90','\x0c','\x28','\x90','\x0d','\x28','\x92','\x0d','\x93','\xff','\x0f','\x90','\x00','\xfc','\xac','\x00','\x70','\x27','\xff','\x40','\x41','\xfe','\x00','\x80','\x00','\x0e','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x4c','\x8c','\x0c','\x7f','\xcf','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x7f','\x8c','\x0c','\x4c','\x8f','\xfc','\x0c','\x00','\x60','\x0c','\x04','\x60','\x0c','\x87','\x60','\x0c','\x86','\x60','\x0f','\xc6','\x62','\xfc','\xc4','\x62','\x70','\xcc','\x62','\x40','\x08','\x63','\x00','\x10','\x7f','\x00','\x60','\x3e','\x0e','\x02','\x18','\x0c','\x03','\xfc','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x1b','\x18','\x4c','\x9b','\x18','\x7f','\xdb','\x18','\x4c','\x9b','\xf8','\x4c','\x9b','\x18','\x4c','\x98','\x00','\x4c','\x98','\x00','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x7f','\x98','\x18','\x4c','\x80','\x18','\x0c','\x00','\x1a','\x0c','\x3f','\xff','\x0c','\x80','\x00','\x0c','\x84','\x20','\x0f','\xc7','\x18','\xfc','\xce','\x0c','\x70','\x0c','\x06','\x40','\x18','\x07','\x00','\x60','\x03','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x60','\x0c','\x18','\x60','\x0c','\x3f','\xff','\x0c','\xcc','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0f','\xff','\x0c','\x00','\x60','\x0c','\x00','\x64','\x0c','\x00','\x63','\x0c','\x3f','\xfd','\x9c','\x1f','\x81','\x98','\x10','\x00','\x78','\x00','\x00','\x30','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x19','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\xc4','\x18','\x18','\xc2','\x1c','\x18','\xc1','\x20','\x10','\xc0','\xc0','\x37','\xfc','\x78','\x23','\xc0','\x1f','\x40','\x1c','\x06','\x80','\x18','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xe0','\x06','\x20','\x00','\x06','\x0e','\x10','\x10','\x0c','\x0c','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x30','\x0c','\x00','\x20','\x4c','\x90','\x4c','\x7f','\xdf','\xfe','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x7f','\x80','\x60','\x4c','\x84','\x60','\x0c','\x07','\x60','\x0c','\x06','\x60','\x0c','\x86','\x60','\x0c','\xc6','\x62','\x0f','\xcc','\x62','\xfc','\xcc','\x62','\x70','\x18','\x63','\x40','\x30','\x7f','\x00','\xc0','\x3e','\x03','\x00','\x0c','\xff','\x80','\xfe','\x06','\x3f','\xc0','\x0c','\x00','\xc0','\x18','\x18','\xcc','\x31','\x98','\xfe','\x7f','\xd8','\xc0','\x61','\x98','\xc0','\x03','\x18','\xc6','\x13','\x7f','\xff','\x0e','\x00','\x00','\x07','\x80','\x00','\x0c','\xff','\xff','\x30','\x1f','\xfe','\xc0','\x18','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xc0','\x0e','\x20','\x00','\x06','\x07','\x00','\x06','\x06','\x00','\x3f','\x06','\x0f','\xf0','\x06','\x00','\x84','\x06','\x08','\x47','\x46','\x64','\x66','\x7f','\xf6','\x64','\x66','\x66','\x08','\x66','\x60','\x04','\x66','\x67','\xfe','\x66','\x60','\x0c','\x66','\x60','\x08','\x66','\x60','\x50','\x7f','\xe0','\x60','\x66','\x60','\x66','\x06','\x0f','\xff','\x06','\x00','\x60','\x06','\x40','\x60','\x06','\x20','\x60','\x0f','\xf0','\x60','\xfe','\x30','\x60','\x70','\x30','\x60','\x40','\x03','\xe0','\x00','\x00','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x40','\x0c','\x06','\x20','\x4c','\x86','\x20','\x7f','\xcc','\x30','\x4c','\x88','\x18','\x4c','\x9f','\xfc','\x4c','\xa1','\x8f','\x4c','\xc1','\x86','\x4c','\x81','\x80','\x4c','\x81','\x80','\x7f','\xbf','\xfe','\x4c','\x81','\x80','\x0c','\x11','\x80','\x0d','\x1d','\x90','\x0d','\x99','\x88','\x0f','\x99','\x8c','\xfc','\xb1','\x86','\x70','\x21','\x86','\x40','\x41','\x86','\x00','\x0f','\x80','\x00','\x03','\x00','\x0e','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x00','\x18','\x0c','\x02','\x10','\x0c','\x01','\xa0','\x4c','\x80','\xc0','\x7f','\xd0','\xc6','\x4c','\x9f','\xff','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x4c','\x98','\xc6','\x7f','\x98','\xc6','\x4c','\x98','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x98','\xc6','\x0c','\x98','\xc6','\x0f','\xd8','\xc6','\xfc','\xd8','\xc6','\x70','\xd8','\xc6','\x40','\x18','\xde','\x00','\x18','\xcc','\x0e','\x01','\x87','\x0c','\x07','\xc6','\x0c','\x3e','\x06','\x0c','\x06','\x26','\x0c','\x06','\x26','\x4c','\x86','\x26','\x7f','\x86','\xa6','\x4c','\xff','\xe6','\x4c','\x86','\x26','\x4c','\x86','\x26','\x4c','\x8e','\x26','\x4c','\x8f','\x26','\x4c','\x8e','\xa6','\x7f','\x8e','\xa6','\x4c','\x9e','\xa6','\x0c','\x16','\x26','\x0c','\x16','\x26','\x0c','\xa6','\x26','\x0c','\x86','\x06','\x0f','\xc6','\x06','\xfc','\xc6','\x06','\x70','\xc6','\x06','\x40','\x06','\x3e','\x00','\x06','\x0c','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x8f','\xf8','\x7f','\xcc','\x18','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8f','\xf8','\x4c','\x83','\x00','\x4c','\x83','\x00','\x4c','\x86','\x06','\x7f','\x87','\xff','\x4c','\x89','\x26','\x0c','\x13','\x26','\x0c','\x22','\x66','\x0c','\x86','\x46','\x0c','\x8c','\xc6','\x0f','\xd1','\x8e','\xfc','\xc3','\x0c','\x70','\xc6','\x1c','\x40','\x18','\xf8','\x00','\x00','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x4c','\x60','\x06','\x7f','\xe0','\x04','\x4c','\x98','\x00','\x4c','\x92','\x44','\x4c','\x9f','\x7e','\x4c','\x92','\x44','\x4c','\x92','\x44','\x4c','\x92','\x44','\x7f','\xb2','\x44','\x4c','\x2a','\x44','\x0c','\x4a','\x44','\x0c','\x06','\x5c','\x0c','\x84','\x4c','\x0c','\x84','\x40','\x0f','\xc8','\x42','\xfc','\xc8','\x42','\x70','\x10','\x43','\x40','\x20','\x7f','\x00','\x40','\x3e','\x0e','\x01','\xc8','\x0c','\x31','\x8e','\x0c','\x19','\x8c','\x0c','\x19','\x98','\x0c','\x01','\x90','\x4c','\xbf','\xfe','\x7f','\xc3','\x40','\x4c','\x83','\x40','\x4c','\x82','\x26','\x4c','\xff','\xff','\x4c','\x86','\x30','\x4c','\x8c','\x18','\x4c','\x88','\x0c','\x7f','\x9f','\xff','\x4c','\xa0','\x36','\x0c','\x00','\x30','\x0c','\x08','\x30','\x0c','\x8f','\xf0','\x0c','\x8c','\x30','\x0f','\xcc','\x04','\xfc','\xcc','\x04','\x70','\xcc','\x06','\x40','\x0f','\xfe','\x00','\x07','\xfc','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc4','\x0c','\x1f','\xfe','\x0c','\x00','\xc0','\x4c','\x80','\xc8','\x7f','\xcf','\xfc','\x4c','\x80','\xc0','\x4c','\x80','\xc2','\x4c','\xbf','\xff','\x4c','\x80','\x00','\x4c','\x80','\x00','\x4c','\x8f','\xfc','\x7f','\x8c','\x0c','\x4c','\x8c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x8c','\x0c','\x0c','\x8f','\xfc','\x0f','\xcc','\x0c','\xfc','\xcc','\x0c','\x70','\xcc','\x0c','\x40','\x0c','\x7c','\x00','\x0c','\x18','\x0e','\x1c','\x06','\x0c','\x18','\x0f','\x0c','\x18','\xb8','\x0c','\x18','\xc0','\x0c','\x1a','\xc0','\x4c','\xff','\xc0','\x7f','\x98','\xc0','\x4c','\x98','\xc6','\x4c','\x98','\xff','\x4c','\xbc','\xcc','\x4c','\xba','\xcc','\x4c','\xba','\xcc','\x4c','\xba','\xcc','\x7f','\xf8','\xcc','\x4c','\x58','\xcc','\x0c','\x58','\xcc','\x0c','\x98','\xcc','\x0c','\x18','\xcc','\x0c','\x98','\x8c','\x0f','\xd8','\x8c','\xfc','\xd9','\x8c','\x70','\xd9','\x0c','\x40','\x1a','\x0c','\x00','\x18','\x0c','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\xe6','\x4c','\x98','\xc6','\x7f','\xd8','\xc6','\x4c','\x9b','\xf6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9b','\xf6','\x4c','\x98','\x06','\x7f','\x98','\x06','\x4c','\x99','\xe6','\x0c','\x19','\x26','\x0c','\x99','\x26','\x0c','\x99','\x26','\x0f','\xd9','\x26','\xfc','\xd1','\xe6','\x70','\x30','\x06','\x40','\x20','\x06','\x00','\x40','\x3e','\x00','\x80','\x0c','\x00','\xe1','\xc0','\x00','\xc1','\x82','\x7f','\xc1','\xff','\x00','\xc1','\x80','\x00','\xc1','\x84','\x3f','\xc1','\xfe','\x00','\xc1','\x80','\x00','\xc1','\x80','\xff','\x81','\x82','\x79','\x81','\xff','\x43','\x01','\x80','\x06','\x01','\x80','\x18','\x1c','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xe0','\x06','\x20','\x00','\x06','\x0e','\x00','\x06','\x0c','\x1f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x08','\x0c','\x4c','\x8f','\xfe','\x7f','\xcc','\x0c','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x80','\x00','\x4c','\x90','\x06','\x7f','\x9f','\xff','\x4c','\x98','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x9f','\xfe','\x0c','\x98','\xc6','\x0f','\xd8','\xc6','\xfc','\xd8','\xc6','\x70','\xdf','\xfe','\x40','\x18','\x06','\x00','\x18','\x06','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x4c','\x98','\xc6','\x7f','\xd8','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x4c','\x98','\x06','\x4c','\x80','\x00','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x7f','\x8c','\x0c','\x4c','\x8f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x8f','\xfc','\x0c','\x8c','\x0c','\x0f','\xcc','\x0c','\xfc','\xcc','\x0c','\x70','\xcc','\x0c','\x40','\x0c','\x7c','\x00','\x0c','\x18','\x0e','\x04','\x18','\x0c','\x07','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x4c','\x86','\xf8','\x7f','\xc6','\x98','\x4c','\x86','\x98','\x4c','\x86','\x98','\x4c','\x96','\x9a','\x4c','\x9f','\xff','\x4c','\x98','\x06','\x4c','\x98','\x06','\x7f','\x99','\xe6','\x4c','\x99','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x0c','\x99','\x26','\x0c','\x99','\x26','\x0f','\xd9','\xe6','\xfc','\xd8','\x06','\x70','\xd8','\x06','\x40','\x18','\x3e','\x00','\x18','\x0c','\x0e','\x03','\x0e','\x0c','\x0f','\x8c','\x0c','\x7c','\x0c','\x0c','\x0c','\x4c','\x0c','\x0c','\x6c','\x4c','\x8c','\x6c','\x7f','\x8d','\x0c','\x4c','\xff','\x8c','\x4c','\x8c','\x0c','\x4c','\x8c','\x4c','\x4c','\x9c','\x6c','\x4c','\x9e','\x6c','\x4c','\x9d','\x0c','\x7f','\xbd','\x0c','\x4c','\xac','\x0c','\x0c','\x2c','\x0f','\x0c','\x4c','\x7c','\x0c','\x0d','\xcc','\x0c','\x8c','\x0c','\x0f','\xcc','\x0c','\xfc','\xcc','\x0c','\x70','\xcc','\x0c','\x40','\x0c','\x0c','\x00','\x0c','\x0c','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x4c','\x98','\x18','\x7f','\xd8','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x86','\x18','\x4c','\x86','\x00','\x4c','\x8c','\x06','\x4c','\x8f','\xff','\x7f','\x98','\x06','\x4c','\x3c','\x86','\x0c','\xd9','\xc6','\x0c','\x1e','\x06','\x0c','\x18','\x46','\x0c','\x98','\x66','\x0f','\xdf','\xe6','\xfc','\xcf','\xce','\x70','\xc0','\x0c','\x40','\x00','\xfc','\x00','\x00','\x18','\x0e','\x0e','\x46','\x0c','\x0c','\x7f','\x0c','\x0c','\x46','\x0c','\x0c','\x46','\x0c','\x0c','\x46','\x4c','\x8c','\x46','\x7f','\xff','\xc6','\x4c','\x8c','\x7e','\x4c','\x8c','\x46','\x4c','\x8c','\x46','\x4c','\x8c','\x46','\x4c','\x9e','\x46','\x4c','\x92','\x46','\x7f','\x92','\x46','\x4c','\x92','\x7e','\x0c','\x12','\x46','\x0c','\x12','\x46','\x0c','\x92','\x46','\x0c','\x92','\x46','\x0f','\xde','\xc6','\xfc','\xc0','\x86','\x70','\xc0','\x86','\x40','\x01','\x1e','\x00','\x02','\x0c','\x0e','\x00','\x80','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x08','\x8c','\x0c','\x0f','\xfe','\x4c','\x8c','\x0c','\x7f','\xcc','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x80','\x00','\x7f','\x80','\x0c','\x4c','\x9f','\xfe','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x80','\xc8','\x0c','\x8f','\xfc','\x0f','\xc0','\xc0','\xfc','\xc0','\xc0','\x70','\x00','\xc6','\x40','\x3f','\xff','\x00','\x00','\x00','\x00','\x00','\x60','\x3f','\xff','\xf0','\x00','\x00','\x60','\x00','\xe0','\x60','\x00','\xc0','\x62','\x00','\xc6','\x32','\x3f','\xff','\x32','\x01','\x80','\x1b','\x03','\x00','\x0f','\x06','\x00','\x06','\x08','\x00','\x00','\x07','\x00','\x70','\x46','\x64','\x66','\x7f','\xf7','\xff','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7f','\xe7','\xfe','\x66','\x06','\x60','\x06','\x40','\x64','\x06','\x20','\x62','\xff','\xf7','\xff','\x7c','\x33','\xc3','\x40','\x32','\x03','\x00','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x1f','\xff','\x0c','\x10','\x00','\x4c','\xa0','\x00','\x7f','\xcf','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x7f','\x83','\x00','\x4c','\x82','\x00','\x0c','\x07','\xfc','\x0c','\x04','\x18','\x0c','\x8a','\x30','\x0c','\xb1','\x60','\x0f','\xc1','\xc0','\xfc','\xc3','\x70','\x70','\xc6','\x3f','\x40','\x18','\x1e','\x00','\x60','\x06','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x1f','\xfc','\x4c','\x98','\x0c','\x7f','\xd8','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4c','\x98','\x00','\x4c','\x98','\x06','\x4c','\x9f','\xff','\x4c','\x99','\x26','\x7f','\x99','\x26','\x4c','\xb9','\x26','\x0c','\x39','\x26','\x0d','\x2f','\xfe','\x0d','\xa9','\x26','\x0f','\xe9','\x26','\xfc','\xc9','\x26','\x70','\x49','\x26','\x40','\x89','\x26','\x00','\x08','\x1e','\x00','\x08','\x0c','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x20','\x0c','\x06','\x30','\x4c','\x84','\x1c','\x7f','\xc8','\x0f','\x4c','\x97','\xf6','\x4c','\xa0','\x00','\x4c','\x80','\x00','\x4c','\x91','\x0e','\x4c','\x9f','\x4c','\x4c','\x91','\x4c','\x7f','\x91','\x4c','\x4c','\x9f','\x4c','\x0c','\x11','\x4c','\x0c','\x11','\x4c','\x0c','\x9f','\x4c','\x0c','\x91','\x4c','\x0f','\xd1','\x4c','\xfc','\xd1','\x0c','\x70','\xd1','\x0c','\x40','\x17','\x3c','\x00','\x13','\x18','\x0e','\x1c','\x40','\x0c','\x18','\x70','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x46','\x4c','\xff','\xff','\x7f','\x90','\x80','\x4c','\x91','\x0c','\x4c','\x90','\xfe','\x4c','\x90','\x0c','\x4c','\x92','\x08','\x4c','\x9f','\x28','\x4c','\x92','\x30','\x7f','\x92','\x36','\x4c','\x93','\xff','\x0c','\x12','\x30','\x0c','\x12','\x30','\x0d','\x32','\x30','\x0d','\x22','\x30','\x0f','\xa2','\x30','\xfd','\xa6','\x30','\x70','\x66','\x30','\x40','\x5c','\xf0','\x00','\x8c','\x60','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x4c','\x8c','\x18','\x7f','\xcc','\x18','\x4c','\x8c','\x18','\x4c','\x8f','\xf8','\x4c','\x80','\x00','\x4c','\x80','\x06','\x4c','\xbf','\xff','\x4c','\x86','\x00','\x7f','\x84','\x06','\x4c','\x8f','\xff','\x0c','\x09','\x36','\x0c','\x13','\x26','\x0c','\xa2','\x66','\x0c','\x84','\x46','\x0f','\xc8','\x86','\xfc','\xd1','\x0e','\x70','\xc2','\x0c','\x40','\x04','\x7c','\x00','\x00','\x18','\x0c','\x20','\x04','\x08','\x3f','\xfe','\x08','\x22','\x44','\x08','\x22','\x44','\x08','\x22','\x44','\x49','\x3e','\x7c','\x7f','\xa2','\x44','\x49','\x02','\x40','\x49','\x0a','\x40','\x49','\x3a','\x7c','\x49','\x22','\x44','\x49','\x22','\x44','\x49','\x22','\x44','\x7f','\x3e','\x7c','\x49','\x22','\x44','\x48','\x22','\x44','\x0a','\x22','\x44','\x09','\x22','\x44','\x09','\xbe','\x7c','\x0f','\xa2','\x42','\xf9','\xa2','\x02','\x60','\x02','\x03','\x40','\x03','\xff','\x00','\x01','\xfe','\x01','\x80','\xc0','\x09','\x24','\x88','\x09','\x34','\x9c','\x19','\x6c','\xb0','\x13','\x09','\x80','\x02','\x81','\x40','\x04','\x62','\x30','\x28','\x24','\x10','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x1c','\x04','\xc8','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xd8','\x3f','\xe0','\x1c','\x20','\x00','\x0c','\x0e','\x08','\x00','\x0c','\x08','\x06','\x0c','\x1f','\xff','\x0c','\x30','\x06','\x0c','\x30','\x04','\x4c','\x80','\x00','\x7f','\xcf','\xf8','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8f','\xf8','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x7f','\x8f','\xf8','\x4c','\x80','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x86','\x0c','\xbf','\xff','\x0c','\x80','\x00','\x0f','\xc4','\x20','\xfc','\xc7','\x18','\x70','\xce','\x0c','\x40','\x18','\x0e','\x00','\x60','\x06','\x0c','\x1c','\x46','\x08','\x18','\x7f','\x08','\x18','\x46','\x08','\x18','\x46','\x08','\x7e','\x44','\x49','\x42','\x44','\x7f','\x42','\x4c','\x49','\x42','\x48','\x49','\x7e','\x48','\x49','\x42','\x50','\x49','\x42','\x48','\x49','\x42','\x4c','\x49','\x7e','\x44','\x7f','\x40','\x46','\x49','\x40','\x46','\x08','\x48','\x46','\x08','\x44','\x46','\x08','\x46','\x46','\x0a','\x42','\x46','\x0a','\x7f','\x5e','\xff','\xf3','\x4c','\x72','\xc3','\x40','\x40','\x80','\x40','\x00','\x00','\x40','\x07','\x01','\x00','\x06','\x01','\xc0','\x7f','\xf1','\x80','\x06','\x01','\x86','\xff','\xfb','\xff','\x06','\x02','\x08','\x06','\x05','\x0c','\xff','\xf9','\x18','\x0c','\x00','\xb0','\x0f','\xe0','\x60','\x18','\x60','\xf8','\x10','\xe1','\x9f','\x27','\xc6','\x06','\xc1','\x98','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xe0','\x0e','\x20','\x00','\x06','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x3f','\xc0','\x0c','\x01','\x88','\x0c','\x21','\x9c','\x4c','\x99','\x90','\x7f','\x89','\xa6','\x4c','\xff','\xff','\x4c','\x87','\xa0','\x4c','\x8d','\x90','\x4c','\x8d','\x98','\x4c','\x99','\x8f','\x4c','\xb1','\x8e','\x7f','\xc0','\x06','\x4c','\x81','\x00','\x0c','\x00','\xc0','\x0c','\x06','\x60','\x0c','\x86','\x68','\x0c','\x96','\x06','\x0f','\xd6','\x13','\xfc','\xd6','\x13','\x70','\x36','\x18','\x40','\x37','\xf8','\x00','\x03','\xf0','\x00','\x40','\x00','\x00','\x60','\xc0','\x00','\xff','\xe0','\x01','\xc1','\xc0','\x06','\x43','\x80','\x18','\x37','\x00','\x00','\x1c','\x00','\x00','\x77','\x00','\x01','\xc1','\xf0','\x0f','\x3e','\x7f','\xf0','\x06','\x0e','\x00','\xf8','\x00','\x00','\x1f','\x00','\x07','\x07','\x70','\x46','\x00','\x62','\x7f','\xe7','\xff','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x40','\x64','\xff','\xe7','\xfe','\x7c','\x33','\xc3','\x40','\x32','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x00','\x4c','\xa1','\x84','\x7f','\x91','\x0e','\x4c','\x9a','\x0c','\x4c','\x9b','\x50','\x4c','\x81','\x60','\x4c','\x80','\xc8','\x4c','\x84','\x86','\x4c','\x99','\x23','\x7f','\xf7','\xf3','\x4c','\xa6','\x30','\x0c','\x00','\x00','\x0c','\x01','\x86','\x0c','\xbf','\xff','\x0c','\x81','\x80','\x0f','\xc1','\x80','\xfc','\xc1','\x80','\x70','\xc1','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x0e','\x08','\xe4','\x0c','\x04','\xc6','\x0c','\x06','\xcc','\x0c','\x06','\xc8','\x0c','\x10','\xd2','\x4c','\x9f','\xff','\x7f','\xb0','\x06','\x4c','\xb0','\x04','\x4c','\x87','\xf8','\x4c','\x86','\x18','\x4c','\x86','\x18','\x4c','\x86','\x18','\x4c','\x87','\xf8','\x7f','\x80','\xc0','\x4c','\x90','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\xc6','\x0c','\x98','\xc6','\x0c','\x98','\xc6','\x0f','\xd8','\xc6','\xfc','\xd8','\xde','\x70','\xd8','\xcc','\x40','\x00','\xc0','\x00','\x00','\xc0','\x41','\x84','\x20','\x7f','\xc7','\x38','\x61','\x86','\x30','\x61','\x86','\x20','\x61','\x8c','\x4c','\x61','\x8f','\xfe','\x7f','\x8c','\x60','\x0c','\x1c','\x60','\x0c','\x1c','\x60','\x4c','\xac','\x68','\x7f','\xcf','\xfc','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x4c','\x8c','\x68','\x7f','\x8f','\xfc','\x4c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x8c','\x60','\x0c','\x8c','\x60','\xff','\xcc','\x66','\x78','\xcf','\xff','\x40','\xcc','\x00','\x00','\x0c','\x00','\x03','\x81','\x00','\x03','\x21','\xc0','\x3f','\xf1','\x80','\x03','\x01','\x86','\x03','\x11','\xff','\x7f','\xfb','\x08','\x0c','\xc2','\x8c','\x4c','\xc4','\x98','\x6c','\xf0','\x70','\x48','\xd8','\x60','\x98','\xd8','\xf8','\x10','\xc1','\x9f','\x27','\xc6','\x06','\x41','\x98','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xe0','\x0e','\x20','\x00','\x06','\x07','\x01','\xc0','\x06','\x01','\x80','\x7f','\xe1','\x80','\x06','\x01','\x98','\x06','\x0f','\xfc','\xff','\xf1','\x98','\x20','\x41','\x98','\x10','\x8d','\x18','\xff','\xf7','\x1a','\x06','\x03','\x9a','\x06','\x02','\xdb','\x7f','\xe2','\xdf','\x06','\x04','\x0e','\x06','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xe0','\x0e','\x20','\x00','\x06','\x0e','\x01','\xc0','\x0c','\x11','\x88','\x0c','\x09','\x8c','\x0c','\x0d','\x98','\x0c','\x0d','\x90','\x4c','\x91','\xa6','\x7f','\x9f','\xff','\x4c','\xb0','\x06','\x4c','\xb0','\x04','\x4c','\x8f','\xf8','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x7f','\x8f','\xf8','\x4c','\x81','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0c','\x9f','\xfc','\x0c','\x81','\x80','\x0f','\xc1','\x80','\xfc','\xc1','\x80','\x70','\x01','\x86','\x40','\x7f','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x98','\xc0','\x07','\x18','\x78','\x1f','\xff','\xff','\xe6','\x18','\x66','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x80','\x00','\x18','\x60','\x3f','\xff','\xb8','\x1f','\xf0','\x1c','\x10','\x00','\x0c','\x0e','\x07','\x38','\x0c','\x06','\x30','\x0c','\x06','\x32','\x0c','\x7f','\xff','\x0c','\x06','\x30','\x4c','\x86','\x30','\x7f','\xdf','\xfc','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x7f','\x9f','\xfc','\x4c','\x81','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x81','\x80','\x0c','\x83','\x40','\x0f','\xc3','\x20','\xfc','\xc6','\x38','\x70','\xcc','\x1f','\x40','\x18','\x0e','\x00','\x60','\x06','\x0e','\x00','\xe0','\x0c','\x08','\xc4','\x0c','\x0f','\xfe','\x0c','\x08','\xc4','\x0c','\x08','\xc4','\x4c','\xbf','\xff','\x7f','\xc8','\xc4','\x4c','\x88','\xc4','\x4c','\x8f','\xfc','\x4c','\x80','\xc0','\x4c','\x9f','\xfe','\x4c','\x90','\xc2','\x4c','\x90','\xc2','\x7f','\x9f','\xfe','\x4c','\x81','\x80','\x0c','\x01','\x86','\x0c','\x3f','\xff','\x0c','\x83','\x18','\x0c','\x86','\x38','\x0f','\xce','\x30','\xfc','\xcd','\xe0','\x70','\xc0','\xfc','\x40','\x03','\x9e','\x00','\x3c','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\x1f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x84','\x4c','\xbf','\xfe','\x7f','\xc0','\x00','\x4c','\x8c','\x18','\x4c','\x88','\x10','\x4c','\xbf','\x7e','\x4c','\x88','\x10','\x4c','\x88','\x10','\x4c','\x8e','\x12','\x7f','\xf8','\xff','\x4c','\xa0','\x00','\x0c','\x00','\x00','\x0c','\x3f','\xfe','\x0c','\x86','\x60','\x0c','\x86','\x60','\x0f','\xcc','\x62','\xfc','\xcc','\x62','\x70','\x18','\x63','\x40','\x30','\x7f','\x00','\xc0','\x3e','\x00','\x1c','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x18','\x80','\x00','\x18','\x60','\x1f','\xff','\xf0','\x0f','\xe0','\x30','\x00','\x00','\x00','\x07','\x00','\x70','\x46','\x64','\x66','\x7f','\xf7','\xff','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x40','\x64','\xff','\xe7','\xfe','\x7c','\x33','\xc3','\x40','\x32','\x03','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x1f','\xc0','\x0c','\x00','\xc4','\x0c','\x08','\xce','\x4c','\x86','\xc8','\x7f','\xc2','\xd0','\x4c','\xbf','\xff','\x4c','\x86','\xd0','\x4c','\x84','\xd8','\x4c','\x8c','\xcc','\x4c','\x98','\xcf','\x4c','\xa0','\xc6','\x7f','\x80','\x00','\x4c','\x9f','\xfe','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x98','\xc6','\x0c','\x9f','\xfe','\x0f','\xd8','\xc6','\xfc','\xd8','\xc6','\x70','\xd8','\xc6','\x40','\x1f','\xfe','\x00','\x18','\x06','\x00','\x40','\x06','\x18','\x64','\xff','\x10','\x7e','\x26','\x10','\x44','\x26','\x10','\xcc','\x26','\x52','\x88','\x26','\x7f','\x92','\x66','\x52','\xff','\x5e','\x52','\x92','\x8c','\x52','\x92','\x00','\x52','\x92','\x1c','\x52','\xfe','\x58','\x52','\x92','\x58','\x7e','\x92','\x7f','\x52','\x92','\x98','\x10','\x92','\x18','\x14','\xfe','\x18','\x14','\x82','\xff','\x1e','\x82','\x18','\xf2','\x82','\x18','\x61','\x82','\x18','\x41','\x02','\x18','\x01','\x1e','\x18','\x02','\x06','\x18','\x00','\x00','\x40','\x18','\x84','\x70','\x10','\xfe','\x60','\x10','\x84','\x60','\x10','\x84','\x40','\x52','\xfc','\xc6','\x7e','\x84','\xff','\x52','\x84','\x86','\x52','\xfc','\x84','\x52','\x31','\x38','\x52','\x30','\x30','\x52','\x66','\x30','\x52','\x7f','\x30','\x7e','\xc6','\x30','\x51','\x86','\x30','\x10','\xb6','\x38','\x14','\xe6','\x28','\x14','\x86','\x68','\x1e','\x86','\x68','\xf2','\xf6','\x4c','\x60','\x76','\x4c','\x40','\x0c','\xcf','\x00','\x7c','\x86','\x00','\x19','\x06','\x0e','\x08','\x00','\x0c','\x0c','\x60','\x0c','\x1f','\xf0','\x0c','\x18','\x40','\x0c','\x30','\x86','\x4c','\xff','\xff','\x7f','\xb3','\x30','\x4c','\xb3','\x30','\x4c','\xb2','\x3e','\x4c','\xb4','\x1e','\x4c','\xb8','\x00','\x4c','\xb3','\xf8','\x7f','\xb0','\x00','\x4c','\xbf','\xfe','\x0c','\x30','\x00','\x0c','\x33','\xf8','\x0d','\x20','\x00','\x0d','\x23','\xf8','\x0f','\xe0','\x00','\xfc','\xc7','\xfc','\x70','\x46','\x0c','\x40','\x86','\x0c','\x00','\x07','\xfc','\x00','\x06','\x0c','\x0e','\x01','\x80','\x0c','\x7f','\xc6','\x0c','\x11','\x3f','\x0c','\x11','\x26','\x0c','\x1f','\x26','\x4c','\x91','\x26','\x7f','\xd1','\x26','\x4c','\x9f','\x26','\x4c','\x91','\x26','\x4c','\x91','\x26','\x4c','\xff','\x3e','\x4c','\xb1','\x26','\x4c','\x81','\x00','\x7f','\x80','\x30','\x4c','\x81','\xf8','\x0c','\x1f','\x80','\x0c','\x01','\x80','\x0c','\x81','\x8c','\x0c','\xbf','\xfe','\x0f','\xc1','\x80','\xfc','\xc1','\x80','\x70','\x01','\x86','\x40','\x7f','\xff','\x00','\x00','\x00','\x0e','\x08','\xe4','\x0c','\x04','\xc6','\x0c','\x06','\xcc','\x0c','\x06','\xc8','\x0c','\x10','\xd2','\x4c','\x9f','\xff','\x7f','\xb0','\x06','\x4c','\xb0','\x04','\x4c','\x87','\xf8','\x4c','\x84','\x08','\x4c','\x84','\x08','\x4c','\x87','\xf8','\x4c','\x80','\x00','\x7f','\x90','\x06','\x4c','\x9f','\xff','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x98','\xc6','\x0c','\x9f','\xfe','\x0f','\xd8','\xc6','\xfc','\xd8','\xc6','\x70','\xd8','\xc6','\x40','\x1f','\xfe','\x00','\x18','\x06','\x0e','\x0e','\x1c','\x0c','\x0c','\x18','\x0c','\x7f','\xff','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x83','\x80','\x7f','\x83','\x06','\x4c','\xff','\xff','\x4c','\x86','\x20','\x4c','\x8c','\x10','\x4c','\x89','\x9c','\x4c','\x91','\x8f','\x4c','\xef','\xf6','\x7f','\x81','\x80','\x4c','\x81','\x80','\x0c','\x0c','\x18','\x0c','\x0c','\x1a','\x0d','\x7f','\xff','\x0d','\x8c','\x18','\x0f','\x8c','\x18','\xfc','\x98','\x18','\x70','\x18','\x18','\x40','\x30','\x18','\x00','\xc0','\x18','\x0e','\x0e','\x1c','\x0c','\x0c','\x18','\x0c','\x7f','\xff','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x81','\xc0','\x7f','\xc1','\x80','\x4c','\x81','\x8c','\x4c','\xbf','\xfe','\x4c','\x83','\x20','\x4c','\x83','\x10','\x4c','\x86','\x1c','\x4c','\x8c','\x0f','\x7f','\xb0','\x06','\x4c','\x86','\x30','\x0c','\x06','\x30','\x0c','\x06','\x32','\x0d','\x7f','\xff','\x0d','\x86','\x30','\x0f','\x86','\x30','\xfc','\x8c','\x30','\x70','\x0c','\x30','\x40','\x18','\x30','\x00','\x60','\x30','\x0e','\x06','\x0c','\x0c','\x14','\xa9','\x0c','\x15','\xab','\x0c','\x35','\x6a','\x0c','\x2c','\x58','\x4c','\x8a','\x16','\x7f','\xd3','\x23','\x4c','\xa1','\x41','\x4c','\x90','\x06','\x4c','\x9f','\xff','\x4c','\xb0','\x06','\x4c','\xb1','\xc4','\x4c','\x81','\x80','\x7f','\x81','\x86','\x4c','\xbf','\xff','\x0c','\x03','\xa0','\x0c','\x03','\xa0','\x0c','\x87','\xb0','\x0c','\x85','\x90','\x0f','\xcd','\x98','\xfc','\xc9','\x8f','\x70','\x11','\x8e','\x40','\x61','\x86','\x00','\x01','\x80','\x0e','\x07','\x38','\x0c','\x06','\x32','\x0c','\x7f','\xff','\x0c','\x06','\x30','\x0c','\x08','\x40','\x4c','\x8c','\x64','\x7f','\xdf','\xfe','\x4c','\x98','\x40','\x4c','\xbf','\xfc','\x4c','\xf8','\x40','\x4c','\x9f','\xfc','\x4c','\x98','\x40','\x4c','\x98','\x46','\x7f','\x9f','\xff','\x4c','\x98','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0d','\x08','\x0c','\x0d','\x84','\x18','\x0f','\x86','\x70','\xfc','\x83','\xc0','\x70','\x01','\xf0','\x40','\x07','\x3f','\x00','\x78','\x0e','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x00','\xc0','\x0c','\x10','\xc6','\x0c','\x1f','\xff','\x4c','\xb0','\xc6','\x7f','\xf0','\xc4','\x4c','\x8e','\xdc','\x4c','\x80','\xc0','\x4c','\x80','\xc0','\x4c','\x8e','\xdc','\x4c','\x80','\xc0','\x4c','\x80','\x06','\x7f','\xbf','\xff','\x4c','\x80','\xc0','\x0c','\x10','\x86','\x0c','\x1f','\xff','\x0c','\x99','\x26','\x0c','\x99','\x26','\x0f','\xd9','\x26','\xfc','\xd9','\x26','\x70','\xd9','\x26','\x40','\x19','\x3e','\x00','\x19','\x2c','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x1f','\xff','\xf8','\x00','\x41','\x06','\xff','\xff','\xff','\x03','\x00','\x80','\x0f','\xff','\xf0','\x39','\x00','\xbf','\xc1','\xff','\x86','\x01','\x00','\x80','\x01','\xff','\x80','\x07','\x00','\x70','\x46','\x24','\x62','\x7f','\xf7','\xff','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x40','\x64','\xff','\xe7','\xfe','\x7c','\x33','\xc3','\x40','\x32','\x03','\x00','\xc0','\x00','\x01','\xff','\xc0','\x03','\x01','\x80','\x07','\xff','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\xe0','\x60','\x01','\x90','\xf0','\x0e','\x79','\x80','\xf1','\xce','\x00','\x0e','\x3d','\xe0','\x70','\xec','\x7f','\x07','\x0c','\x0e','\x78','\x7c','\x00','\x06','\x18','\x60','\x7f','\xe7','\xfe','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x40','\x64','\xff','\xe7','\xfe','\x7c','\x33','\xc3','\x40','\x32','\x03','\x00','\x18','\x00','\x07','\xff','\xe0','\x04','\x18','\x20','\x04','\x18','\x20','\x07','\xff','\xe0','\x00','\x18','\x40','\x1f','\xff','\xb0','\x07','\x00','\x10','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x40','\x64','\x06','\x20','\x62','\xff','\xf7','\xff','\x70','\x13','\x81','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x60','\x0c','\x7f','\xf7','\xfe','\x10','\x81','\x10','\x10','\x81','\x10','\xff','\xf7','\xff','\x02','\x80','\x50','\x06','\x80','\xd2','\x0c','\xf1','\x93','\x30','\xc6','\x1f','\xc0','\x00','\x0e','\x1f','\xff','\xf8','\x10','\x00','\x08','\x1f','\xff','\xf8','\x10','\x00','\x08','\x1f','\xff','\xf8','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x40','\x64','\x06','\x60','\x66','\xff','\xb7','\xfb','\x70','\x33','\x03','\x00','\x10','\x00','\x7f','\xff','\xfe','\x00','\x10','\x00','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x40','\x10','\x06','\x7f','\xff','\xff','\xc0','\x00','\x06','\xcf','\xff','\xcc','\x00','\x80','\x00','\x03','\xff','\xe0','\x0e','\x00','\x20','\x33','\xff','\xe0','\x00','\x00','\x00','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x40','\x64','\x06','\x60','\x66','\xff','\xb7','\xfb','\x70','\x33','\x83','\x00','\x18','\x00','\x00','\x10','\x0c','\x7f','\xff','\xfe','\x00','\x10','\x00','\x0f','\xff','\xf0','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xcf','\xff','\xe6','\xc1','\x80','\x0c','\x03','\xff','\xe0','\x07','\x00','\x60','\x1b','\x00','\x60','\x63','\xff','\xe0','\x00','\x00','\x00','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x40','\x64','\x06','\x60','\x66','\xff','\xb7','\xfb','\x70','\x33','\x83','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x12','\x00','\x12','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x6a','\x42','\x4c','\x49','\x42','\x6a','\x89','\x7e','\x4b','\x08','\x00','\x89','\x00','\x18','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xe0','\x0e','\x20','\x00','\x06','\x04','\x00','\x00','\x07','\x00','\x18','\x06','\x1f','\xfc','\x0c','\x03','\x18','\x48','\x23','\x18','\x7f','\xf3','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x1a','\x49','\x3f','\xff','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x73','\x18','\x4f','\xc3','\x18','\xfe','\x03','\x18','\x70','\x03','\x18','\x40','\x03','\x1a','\x00','\x3f','\xff','\x00','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\x0f','\xff','\x0c','\x00','\xc6','\x48','\x20','\xc6','\x7f','\xf4','\xc6','\x49','\x24','\xc6','\x49','\x24','\xc6','\x49','\x22','\xc6','\x49','\x22','\x86','\x49','\x23','\x86','\x49','\x21','\x86','\x49','\x21','\x8c','\x49','\x21','\xcc','\x49','\x23','\x4c','\x49','\x23','\x6c','\x49','\x22','\x38','\x49','\x76','\x18','\x4f','\xc4','\x0f','\xfe','\x0c','\x1e','\x70','\x08','\x18','\x40','\x10','\x30','\x00','\x21','\xf0','\x00','\x40','\x60','\x10','\x1c','\x00','\x1c','\x18','\x06','\x18','\x18','\x3f','\x30','\x19','\x80','\x31','\xff','\xc0','\x60','\x10','\x00','\x48','\x1c','\x00','\x8e','\x18','\x00','\x0c','\x30','\x06','\x1d','\x20','\x7f','\x18','\xc4','\x0c','\x38','\x67','\x0c','\x38','\x6e','\x0c','\x58','\x0c','\x0c','\x98','\x18','\x0c','\x18','\x10','\x0c','\x18','\x32','\x0c','\x18','\x21','\x0c','\x18','\x41','\x0c','\x1b','\xff','\x8c','\x19','\xe1','\x8c','\x19','\x01','\x8c','\x18','\x00','\x7c','\x18','\x00','\x18','\x10','\x00','\x00','\x1c','\x03','\x06','\x19','\xff','\xbf','\x30','\x30','\x00','\x30','\x30','\x00','\x60','\x33','\x00','\x49','\xff','\x80','\x8e','\x63','\x00','\x0c','\x63','\x06','\x1c','\x63','\x7f','\x18','\x63','\x0c','\x3b','\xff','\xcc','\x38','\x00','\x0c','\x58','\x00','\x0c','\x98','\x83','\x0c','\x18','\xff','\x8c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\x0c','\x18','\xc3','\x0c','\x18','\x00','\x7c','\x18','\x00','\x18','\x10','\x38','\x00','\x1c','\x30','\x06','\x18','\x33','\x3f','\x31','\xff','\x80','\x30','\x63','\x00','\x60','\x63','\x40','\x4b','\xff','\xe0','\x8e','\x00','\x00','\x0c','\xff','\x06','\x1c','\xc3','\x7f','\x18','\xc3','\x0c','\x38','\xff','\x0c','\x38','\x00','\x0c','\x5b','\xff','\xcc','\x98','\x18','\x0c','\x19','\x19','\x8c','\x19','\xff','\xcc','\x19','\x99','\x8c','\x19','\x99','\x8c','\x19','\x99','\x8c','\x19','\x9b','\x8c','\x19','\x99','\x8c','\x18','\x18','\x7c','\x18','\x18','\x18','\x10','\x00','\x00','\x1d','\xf7','\xc6','\x19','\x14','\x7f','\x31','\xf7','\xc0','\x31','\x14','\x40','\x61','\xf7','\xc0','\x49','\x14','\x40','\x8f','\x14','\x40','\x0d','\xf7','\xc6','\x18','\x80','\x3f','\x18','\xe6','\x0c','\x30','\xc4','\x8c','\x31','\xff','\xcc','\x71','\x88','\x0c','\xb3','\x89','\x0c','\x35','\xff','\x8c','\x31','\x88','\x0c','\x31','\x89','\x0c','\x31','\xff','\x8c','\x31','\x88','\x0c','\x31','\x88','\x8c','\x31','\xff','\xcc','\x31','\x80','\x3c','\x30','\x00','\x18','\x0e','\x00','\x20','\x0c','\x00','\x38','\x0c','\x00','\x70','\x0c','\x00','\x60','\x0c','\xc0','\xc0','\xff','\xe1','\x80','\x00','\xc3','\x08','\x01','\x8c','\x0e','\x01','\x80','\x1c','\x03','\x40','\x18','\x06','\x60','\x30','\x0c','\x40','\x60','\x1c','\x80','\xc0','\x2e','\x01','\x80','\xcd','\x86','\x04','\x0c','\xc0','\x07','\x0c','\xc0','\x0e','\x0c','\x00','\x1c','\x0c','\x00','\x38','\x0c','\x00','\x70','\x0c','\x00','\xe0','\x0c','\x01','\x80','\x0c','\x06','\x00','\x0c','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe8','\x00','\xe4','\x0e','\x01','\xc4','\x1c','\x07','\x82','\x10','\x1d','\x83','\x20','\xe1','\x81','\xc0','\x01','\xf8','\xf0','\x1f','\xc0','\x7f','\x0e','\x00','\x1e','\x08','\x00','\x06','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x7f','\x70','\x0c','\x00','\x3f','\x30','\x01','\x9e','\xc3','\xff','\xc6','\x00','\x01','\x80','\x00','\x39','\x80','\x00','\x31','\x80','\x00','\x30','\x06','\xff','\xff','\xff','\x01','\xc4','\x10','\x03','\x84','\x18','\x07','\x82','\x30','\x1d','\x83','\x40','\xe1','\x81','\x80','\x01','\xf8','\xe0','\x1f','\xc0','\x7e','\x0e','\x00','\x3c','\x08','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x00','\x00','\x01','\xc3','\x00','\x03','\x80','\xe0','\x07','\x00','\x38','\x0c','\x00','\x1c','\x37','\xff','\xec','\xc6','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe8','\x00','\xe4','\x0e','\x01','\xc4','\x1c','\x07','\x82','\x10','\x1d','\x83','\x20','\xe1','\x81','\xc0','\x01','\xf8','\xf0','\x1f','\xc0','\x7f','\x0e','\x00','\x1e','\x08','\x00','\x06','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0d','\x8c','\x0c','\xff','\xcc','\x0c','\x01','\x8c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x06','\x4c','\x0c','\x04','\x6c','\x0c','\x0c','\x4f','\xfc','\x1c','\x8c','\x0c','\x2e','\x0c','\x0c','\xcd','\x8c','\x0c','\x0c','\xcc','\x0c','\x0c','\xcc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0e','\x00','\x00','\x0c','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x01','\xe0','\x0d','\x9f','\x80','\xff','\xc1','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x41','\x80','\x04','\x61','\x80','\x0c','\x41','\x86','\x1c','\xbf','\xff','\x2e','\x01','\x80','\xcd','\x81','\x80','\x0c','\xc1','\x80','\x0c','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x1c','\x10','\x00','\x18','\x1c','\x0c','\x18','\x18','\x1e','\x18','\x18','\x78','\x1b','\x33','\xe0','\xff','\xb0','\x60','\x03','\x30','\x60','\x06','\x70','\x60','\x06','\x70','\x60','\x0c','\xb0','\x60','\x09','\x30','\x60','\x1a','\x30','\x66','\x3b','\x37','\xff','\x5a','\x30','\x60','\x9c','\x30','\x60','\x1b','\x30','\x60','\x19','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x6c','\x18','\x33','\xfe','\x18','\x30','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x01','\x80','\xff','\xa1','\x86','\x03','\x3f','\xff','\x06','\x31','\x86','\x06','\x31','\x86','\x0c','\x31','\x86','\x09','\x31','\x86','\x19','\xb3','\x46','\x3b','\x33','\x26','\x5c','\x32','\x36','\x9b','\x34','\x36','\x19','\xb8','\x36','\x19','\xb0','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x3e','\x18','\x30','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x8c','\xff','\xdf','\xfe','\x01','\x81','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x06','\x01','\x8c','\x04','\x81','\x8c','\x0c','\xc1','\x8c','\x1d','\xbf','\xff','\x2e','\x03','\x40','\xcd','\x83','\x40','\x0c','\xc3','\x60','\x0c','\xc2','\x20','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x04','\x18','\x0c','\x0c','\x1c','\x0c','\x08','\x0f','\x0c','\x10','\x0e','\x0c','\x60','\x06','\x1c','\x03','\x00','\x18','\x03','\x00','\x18','\x06','\x80','\x18','\x06','\x80','\x1b','\x0c','\x40','\xff','\x8c','\x60','\x03','\x18','\x30','\x06','\x10','\x38','\x06','\x22','\x1c','\x0c','\x43','\x8f','\x09','\x07','\x06','\x19','\x86','\x00','\x3b','\x0c','\x40','\x5c','\x10','\x70','\x9b','\x20','\xe0','\x19','\x81','\xc0','\x19','\x83','\x08','\x18','\x06','\x0e','\x18','\x18','\x1c','\x18','\x00','\x38','\x18','\x00','\x60','\x18','\x01','\xc0','\x18','\x07','\x00','\x18','\x38','\x00','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0d','\x8c','\x0c','\xff','\xcc','\x0c','\x01','\x8c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x06','\x4f','\xfc','\x04','\x6c','\x0c','\x0c','\x4c','\x0c','\x1c','\x8c','\x0c','\x2e','\x0c','\x0c','\xcd','\x8c','\x0c','\x0c','\xcc','\x0c','\x0c','\xcc','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x86','\x00','\xff','\xc6','\x00','\x01','\x84','\x06','\x03','\x0f','\xff','\x03','\x08','\xc0','\x06','\x10','\xc0','\x04','\x80','\xc0','\x0c','\xc0','\xc0','\x1d','\x88','\xd0','\x2e','\x0e','\xc8','\xcd','\x8c','\xc4','\x0c','\xcc','\xc6','\x0c','\xd8','\xc6','\x0c','\x18','\xc3','\x0c','\x10','\xc3','\x0c','\x20','\xc3','\x0c','\x40','\xc0','\x0c','\x00','\xc0','\x0c','\x07','\xc0','\x0c','\x01','\x80','\x0e','\x00','\x80','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\x80','\x0d','\x81','\x00','\xff','\xd1','\x06','\x01','\x9f','\xff','\x03','\x18','\x06','\x03','\x18','\x06','\x06','\x18','\x06','\x04','\x98','\x06','\x0c','\xd8','\x06','\x1d','\x98','\x06','\x2e','\x1f','\xfe','\xcd','\x98','\x06','\x0c','\xd8','\x06','\x0c','\xd8','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0e','\x00','\xe0','\x0c','\x00','\xc4','\x0c','\x10','\xc7','\x0c','\x08','\xc6','\x0d','\x8c','\xc4','\xff','\xcc','\xc8','\x01','\x80','\xc0','\x03','\x00','\xcc','\x03','\x1f','\xfe','\x06','\x00','\xc0','\x04','\x80','\xc0','\x0c','\xc0','\xc0','\x1d','\x80','\xc0','\x2e','\x00','\xc6','\xcd','\xbf','\xff','\x0c','\xc0','\xc0','\x0c','\xc0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0d','\x8f','\xfe','\xff','\xc8','\x0c','\x01','\x98','\x0c','\x03','\x10','\x0c','\x03','\x1f','\xcc','\x06','\x20','\xcc','\x04','\x80','\xcc','\x0c','\xc0','\xcc','\x1d','\x90','\xcc','\x2e','\x1f','\xcc','\xcd','\x98','\x1c','\x0c','\xd8','\x18','\x0c','\xd8','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x02','\x0c','\x18','\x02','\x0c','\x18','\x02','\x0c','\x18','\x03','\x0c','\x1f','\xff','\x0c','\x0f','\xfe','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1f','\xff','\xe0','\x00','\x01','\x80','\x00','\x36','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\xf8','\x18','\x01','\xd8','\x10','\x07','\x18','\x20','\x1c','\x18','\x00','\xe0','\xf8','\x00','\x00','\x30','\x10','\x00','\x78','\x1c','\x00','\xec','\x38','\x03','\x86','\x40','\x1f','\x03','\x00','\xe3','\x01','\xc0','\x03','\x1c','\xf0','\x1f','\xe0','\x7e','\x0f','\x00','\x3c','\x08','\x00','\x0c','\x04','\x00','\x30','\x07','\xff','\xf8','\x06','\x20','\x30','\x06','\x1c','\x30','\x06','\x0c','\x30','\x06','\x00','\x36','\xff','\xff','\xff','\x0c','\x40','\x60','\x0c','\x38','\x60','\x0c','\x18','\x60','\x0c','\x00','\x6c','\x1f','\xff','\xfe','\x18','\x00','\xc0','\x00','\x1d','\xc0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc2','\x18','\x07','\x01','\x30','\x1f','\x00','\xc0','\xe3','\x00','\x70','\x03','\xfe','\x3f','\x1f','\xe0','\x1e','\x0e','\x00','\x06','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xcc','\x0d','\x8f','\xfe','\xff','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\x06','\x5f','\xff','\x04','\x60','\x00','\x0c','\x40','\x00','\x1c','\x80','\xe0','\x2e','\x00','\xc0','\xcd','\x80','\xcc','\x0c','\xcf','\xfe','\x0c','\xc0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x1f','\xff','\x0c','\x00','\x00','\x1c','\x10','\xe0','\x18','\x1c','\xcc','\x18','\x18','\xc6','\x18','\x18','\xc6','\x1b','\x18','\xc0','\xff','\xb0','\xc0','\x03','\x30','\xc6','\x06','\x3f','\xff','\x06','\x70','\xc0','\x0c','\x70','\xc0','\x08','\xb0','\xc0','\x1a','\x30','\xc0','\x3b','\x30','\xe0','\x5a','\x31','\xa0','\x9c','\x31','\xa0','\x1b','\x31','\xa0','\x19','\x31','\xb0','\x18','\x31','\x90','\x18','\x31','\x18','\x18','\x31','\x18','\x18','\x33','\x0c','\x18','\x32','\x0f','\x18','\x32','\x06','\x18','\x34','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0d','\x81','\xfc','\xff','\xc1','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\x06','\x3f','\xff','\x04','\x80','\x00','\x0c','\xc0','\x00','\x1d','\x80','\x06','\x2e','\x3f','\xff','\xcd','\x81','\x80','\x0c','\xc1','\x80','\x0c','\xc1','\xe0','\x0c','\x01','\x9c','\x0c','\x01','\x8e','\x0c','\x01','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x04','\x00','\x18','\x07','\x00','\x18','\x0e','\x0c','\x18','\x0d','\xfe','\x1b','\x18','\x00','\xff','\x90','\x00','\x03','\x20','\x00','\x06','\x48','\x00','\x06','\x0e','\x00','\x0c','\x0c','\x06','\x09','\x1b','\xff','\x19','\x98','\x18','\x3b','\x38','\x18','\x5c','\x38','\x18','\x9a','\x58','\x18','\x1b','\x18','\x18','\x1b','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x08','\x01','\xc2','\x0c','\x07','\x03','\x18','\x1f','\x01','\xa0','\xe3','\x00','\xc0','\x03','\x1e','\x70','\x1f','\xf0','\x3f','\x0f','\x80','\x1e','\x08','\x00','\x06','\x00','\x00','\x00','\x3f','\xff','\xfc','\x30','\x83','\x0c','\x31','\xc3','\x0c','\x33','\x83','\xec','\x3e','\x01','\xec','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x1c','\x80','\x00','\x18','\x60','\x00','\x18','\x26','\xff','\xff','\xff','\x00','\x18','\x10','\x38','\x18','\x38','\x0e','\x18','\xe0','\x06','\x1f','\x00','\x00','\xd8','\xe0','\x07','\x18','\x38','\x7e','\x18','\x1c','\x38','\x18','\x0c','\x20','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x08','\x01','\xc2','\x1c','\x07','\x01','\x30','\x1f','\x00','\xc0','\xe3','\x00','\x70','\x03','\xfe','\x3f','\x1f','\xe0','\x1e','\x0e','\x00','\x06','\x0e','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0d','\x83','\x0c','\xff','\xff','\xff','\x01','\x83','\x0c','\x03','\x03','\x0c','\x03','\x03','\x0c','\x06','\x03','\x0c','\x04','\x9f','\xfc','\x0c','\xc6','\x0c','\x1d','\x86','\x00','\x2e','\x04','\x00','\xcd','\x8c','\x0c','\x0c','\xcf','\xfe','\x0c','\xde','\x0c','\x0c','\x16','\x0c','\x0c','\x26','\x0c','\x0c','\x46','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x07','\xfc','\x0c','\x06','\x0c','\x39','\xc1','\xc0','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x3f','\xbf','\xff','\x31','\x81','\x80','\x01','\x81','\x80','\xff','\x81','\x80','\x31','\x81','\x8c','\x31','\x9f','\xfe','\x21','\x80','\x00','\x41','\x80','\x00','\x81','\x9c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc4','\x1c','\x03','\x82','\x38','\x0d','\x83','\x40','\x31','\x81','\x80','\xc1','\x8c','\xe0','\x01','\xf0','\x7f','\x3f','\x80','\x1e','\x0e','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x18','\x20','\x06','\x38','\x18','\x0c','\x74','\x4c','\x18','\xe4','\x66','\x61','\x82','\xc6','\x07','\x83','\x00','\x1d','\x81','\x80','\xe1','\x8c','\xe0','\x01','\xf0','\x7f','\x1f','\xc0','\x1e','\x0e','\x00','\x06','\x1c','\x1c','\x38','\x18','\x18','\x30','\x18','\x19','\x30','\x18','\xff','\xb0','\x1b','\x18','\x30','\xff','\x98','\x30','\x03','\x18','\x30','\x06','\x19','\x30','\x06','\xff','\xb8','\x0c','\x00','\x34','\x09','\x00','\x36','\x19','\x9c','\x32','\x3b','\x18','\x33','\x5c','\x18','\x33','\x9b','\x19','\x30','\x19','\xff','\xb0','\x19','\x98','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x19','\xb0','\x19','\xfe','\x30','\x18','\xf0','\x30','\x18','\x80','\x30','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xdf','\xf8','\x01','\x98','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x06','\x1f','\xf8','\x04','\x86','\x18','\x0c','\xcc','\x00','\x1d','\x88','\x06','\x2e','\x1f','\xff','\xcd','\x33','\x66','\x0d','\xc6','\x66','\x0d','\x84','\xc6','\x0c','\x08','\xc6','\x0c','\x11','\x86','\x0c','\x61','\x0e','\x0c','\x02','\x0c','\x0c','\x04','\x1c','\x0c','\x18','\xf8','\x0c','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xc3','\xff','\x00','\xc3','\x00','\x00','\xc3','\x04','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\x83','\x06','\xf9','\x83','\xff','\x63','\x03','\x00','\x06','\x03','\x00','\x18','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc4','\x1c','\x03','\x82','\x38','\x0d','\x83','\x40','\x31','\x81','\x80','\xc1','\x8c','\xe0','\x01','\xf0','\x7f','\x3f','\x80','\x1e','\x0e','\x00','\x06','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x12','\x0c','\x0d','\x9f','\xfe','\xff','\xd8','\x8c','\x01','\x98','\x8c','\x03','\x18','\x8c','\x03','\x1f','\xfc','\x06','\x18','\x8c','\x04','\x98','\x8c','\x0c','\xd8','\x8c','\x1d','\x9f','\xfc','\x2e','\x04','\x00','\xcd','\x86','\x70','\x0c','\xc4','\x60','\x0c','\xc8','\x66','\x0c','\x3f','\xff','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x1c','\x00','\x06','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x01','\x80','\xff','\x81','\x86','\x03','\x7f','\xff','\x06','\x41','\x82','\x06','\x41','\x82','\x0c','\x59','\xb2','\x08','\x49','\x92','\x19','\x49','\x92','\x3b','\x49','\x92','\x5c','\x49','\x92','\x9a','\x55','\xaa','\x1b','\x55','\xaa','\x1b','\x63','\xc6','\x18','\x41','\x82','\x18','\x41','\x82','\x18','\x41','\x82','\x18','\x41','\x82','\x18','\x41','\x82','\x18','\x41','\x8e','\x18','\x41','\x86','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x3f','\xff','\x0d','\x81','\x80','\xff','\xc1','\x8c','\x01','\x9f','\xfe','\x03','\x01','\x8c','\x03','\x01','\x8c','\x06','\x3f','\xff','\x04','\x81','\x8c','\x0c','\xc1','\x8c','\x1d','\x9f','\xfc','\x2e','\x03','\x00','\xcd','\x83','\x06','\x0c','\xff','\xff','\x0c','\xc6','\x18','\x0c','\x0c','\x38','\x0c','\x1c','\x30','\x0c','\x1b','\x60','\x0c','\x00','\xc0','\x0c','\x01','\xb8','\x0c','\x06','\x0e','\x0c','\x78','\x06','\x1c','\x20','\x00','\x18','\x20','\x06','\x18','\x3f','\xff','\x18','\x60','\x06','\x1b','\x61','\xc4','\xff','\x81','\x80','\x03','\x7f','\xfe','\x06','\x01','\x80','\x06','\x21','\x8c','\x0c','\x3f','\xfe','\x09','\x31','\x8c','\x19','\xb1','\x8c','\x3b','\x3f','\xfc','\x5c','\x31','\x8c','\x9b','\x31','\x8c','\x19','\xbf','\xfc','\x19','\xb1','\x8c','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1c','\x00','\x06','\x18','\x7f','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x1b','\x3f','\xfe','\xff','\xb0','\x06','\x03','\x30','\x06','\x06','\x30','\x06','\x06','\x3f','\xfe','\x0d','\x30','\x00','\x09','\xb0','\x06','\x1b','\x3f','\xff','\x3c','\x39','\x26','\x5a','\x79','\x26','\x9b','\x79','\x26','\x1b','\x59','\x26','\x18','\x5f','\xfe','\x18','\xd9','\x26','\x18','\x99','\x26','\x19','\x19','\x26','\x18','\x19','\x26','\x18','\x19','\x26','\x18','\x18','\x1e','\x18','\x18','\x0c','\x1c','\x24','\x0c','\x18','\x3f','\xfe','\x18','\x36','\x0c','\x18','\x36','\x0c','\x1b','\x36','\x0c','\xff','\x66','\x0c','\x03','\x66','\x0c','\x06','\x67','\xfc','\x06','\xe6','\xcc','\x0c','\xe0','\xc0','\x09','\x60','\xc0','\x18','\x60','\xc6','\x3b','\x7f','\xff','\x5a','\x61','\xd0','\x9c','\x61','\xd0','\x1b','\x63','\xd8','\x19','\x62','\xc8','\x18','\x66','\xcc','\x18','\x64','\xcf','\x18','\x68','\xc6','\x18','\x70','\xc6','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x88','\x18','\x47','\xcf','\xfc','\x7e','\x0c','\x18','\x60','\x0c','\x18','\x61','\x0f','\xf8','\x7f','\x80','\xc6','\x60','\x3f','\xff','\x60','\x04','\xc0','\x61','\x0e','\xd8','\x7f','\x98','\xce','\x60','\x00','\xc6','\x00','\x30','\x00','\x00','\x70','\x30','\x00','\xc8','\x78','\x03','\x84','\xc0','\x1f','\x03','\x00','\xe3','\x19','\xc0','\x03','\xe0','\x7f','\x1f','\x80','\x1e','\x0c','\x00','\x06','\x1c','\x00','\x00','\x18','\x10','\x18','\x18','\x1f','\xfc','\x18','\x18','\x18','\x1b','\x18','\x18','\xff','\x98','\x18','\x03','\x1f','\xf8','\x06','\x18','\x18','\x06','\x18','\x18','\x0c','\x18','\x18','\x09','\x1f','\xf8','\x19','\x98','\x18','\x3b','\x00','\x00','\x5c','\x20','\x0c','\x9b','\x3f','\xfe','\x19','\xb2','\x4c','\x19','\xb2','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\xff','\xff','\x18','\x00','\x00','\x1c','\x20','\x06','\x18','\x3f','\xff','\x18','\x30','\x00','\x18','\x30','\x00','\x1b','\x37','\xfc','\xff','\xb0','\x00','\x03','\x30','\x02','\x06','\x3f','\xff','\x06','\x32','\x22','\x0c','\x32','\x23','\x09','\x32','\x14','\x19','\xb2','\xd8','\x3b','\x3f','\x0f','\x5c','\x36','\x06','\x9a','\x30','\x18','\x1b','\x30','\x18','\x1b','\x6f','\xff','\x18','\x60','\x18','\x18','\x66','\x18','\x18','\x43','\x18','\x18','\xc3','\x18','\x18','\x80','\x18','\x19','\x00','\xf8','\x18','\x00','\x30','\x1c','\x02','\x0c','\x18','\x43','\xfe','\x18','\x23','\x0c','\x18','\x33','\x0c','\x1b','\x33','\x0c','\xff','\xb3','\xfc','\x03','\x03','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x0c','\x03','\xfc','\x09','\x33','\x08','\x19','\xfb','\x0e','\x3b','\x33','\x0c','\x5c','\x33','\x48','\x9b','\x33','\x30','\x19','\xb3','\x18','\x19','\xb3','\x2c','\x18','\x33','\xce','\x18','\x37','\x06','\x18','\x32','\x00','\x18','\x68','\x00','\x19','\xc7','\xff','\x18','\xc1','\xfe','\x18','\x80','\x00','\x1c','\x00','\x1c','\x18','\x41','\xfe','\x18','\x7f','\x80','\x18','\x40','\xe0','\x1b','\x40','\xc4','\xff','\x40','\xfe','\x03','\x40','\xc0','\x06','\x48','\xc6','\x06','\x4f','\xff','\x0c','\x48','\x06','\x08','\x48','\xc4','\x1b','\x48','\xfc','\x3a','\x4f','\xc2','\x5c','\x48','\xff','\x9b','\x48','\x7e','\x19','\x48','\x00','\x18','\x4a','\x38','\x18','\xdb','\xb0','\x18','\x93','\x30','\x18','\x93','\x32','\x19','\x32','\x32','\x19','\x26','\x33','\x1a','\x44','\x3f','\x18','\x18','\x1e','\x1c','\x08','\x40','\x18','\xfc','\x70','\x18','\x08','\x60','\x18','\x08','\x44','\x1a','\x08','\xc2','\xff','\x48','\x83','\x06','\x7b','\xff','\x06','\x49','\xf3','\x0c','\x40','\x30','\x0c','\x41','\x32','\x19','\x41','\xff','\x1b','\x49','\x32','\x3a','\xfd','\x32','\x5c','\xc9','\x32','\x9a','\x09','\x32','\x1b','\x09','\xfe','\x1b','\x09','\x32','\x18','\x08','\x30','\x18','\x18','\x34','\x18','\x18','\x32','\x18','\x18','\x32','\x18','\x33','\xff','\x19','\xf1','\xe3','\x18','\x61','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x02','\x00','\x00','\x03','\x80','\xc0','\x07','\x00','\x30','\x0c','\xe3','\x9c','\x30','\xc3','\x0e','\xcf','\xff','\xf6','\x00','\xc3','\x00','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\xc4','\x10','\x03','\x82','\x38','\x0f','\x03','\x60','\x3b','\x01','\x80','\xc3','\x0c','\xe0','\x03','\xf0','\x7f','\x3f','\x80','\x1e','\x0e','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x06','\x01','\xc0','\x3f','\xc1','\x80','\x06','\x01','\x98','\x06','\x0f','\xfc','\xff','\xf1','\x98','\x20','\x89','\x98','\x70','\x67','\x18','\xc6','\x23','\x9a','\x3f','\xc2','\xca','\x06','\x04','\xce','\x07','\xc8','\x07','\xfe','\x30','\x03','\x70','\x70','\x30','\x00','\xc8','\x78','\x03','\x84','\xc0','\x1f','\x03','\x00','\xe3','\x19','\xc0','\x03','\xe0','\x7f','\x1f','\x80','\x1e','\x0c','\x00','\x06','\x1c','\x03','\x06','\x18','\x7f','\xff','\x18','\x03','\x06','\x18','\x23','\x46','\x1b','\x1b','\x36','\xff','\x8b','\x16','\x03','\x03','\x06','\x06','\x07','\x0e','\x06','\x1b','\x76','\x0c','\x73','\x26','\x09','\x23','\x06','\x19','\x80','\x80','\x3b','\x00','\xc0','\x5c','\x11','\x0c','\x9b','\x1f','\xfe','\x19','\x98','\x0c','\x19','\x98','\x0c','\x18','\x18','\x0c','\x18','\x1f','\xfc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x1f','\xfc','\x18','\x18','\x0c','\x1c','\x01','\xc0','\x18','\x11','\x88','\x18','\x1f','\xfc','\x18','\x11','\x88','\x1b','\x11','\x8a','\xff','\xff','\xff','\x03','\x11','\x88','\x06','\x11','\x88','\x06','\x1f','\xf8','\x0c','\x01','\x80','\x09','\x3f','\xfc','\x19','\xa1','\x84','\x3b','\x21','\x84','\x5c','\x3f','\xfc','\x9b','\x03','\x00','\x19','\x86','\x06','\x19','\xff','\xff','\x18','\x0c','\x18','\x18','\x18','\x38','\x18','\x3f','\x70','\x18','\x31','\xe0','\x18','\x03','\xbc','\x18','\x0e','\x0e','\x18','\x70','\x06','\x1c','\x46','\x46','\x18','\x7f','\x7f','\x18','\x46','\x46','\x18','\x46','\x46','\x1b','\x46','\x46','\xff','\xfe','\x7e','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x3f','\xfc','\x0c','\x31','\x8c','\x09','\x31','\x8c','\x19','\xb1','\x8c','\x3b','\x3f','\xfc','\x5c','\x31','\x8c','\x9b','\x31','\x8c','\x19','\xb1','\x8c','\x19','\xbf','\xfc','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1c','\x02','\x04','\x18','\x21','\x87','\x18','\x18','\xc6','\x18','\x0c','\xcc','\x1b','\x0c','\x08','\xff','\x80','\x10','\x03','\x3f','\xfc','\x06','\x31','\x8c','\x06','\x31','\x8c','\x0c','\x31','\x8c','\x09','\x3f','\xfc','\x19','\xb1','\x8c','\x3b','\x31','\x8c','\x5c','\x31','\x8c','\x9b','\x3f','\xfc','\x19','\xb1','\x8c','\x19','\x81','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x0e','\x08','\xe4','\x0c','\x04','\xc6','\x0c','\x06','\xcc','\x0c','\x06','\xc8','\x0d','\x90','\xd2','\xff','\xdf','\xff','\x01','\xb0','\x06','\x03','\x30','\x04','\x03','\x07','\xf8','\x06','\x04','\x08','\x04','\x84','\x08','\x0c','\xc7','\xf8','\x1d','\x80','\x00','\x2e','\x10','\x06','\xcd','\x9f','\xff','\x0c','\xd8','\xc6','\x0c','\xd8','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x20','\xc0','\xe0','\x3f','\xe0','\xcc','\x30','\xcf','\xfe','\x30','\xc0','\x10','\x30','\xc4','\x18','\x3f','\xc3','\x30','\x30','\x01','\x26','\x30','\xdf','\xff','\x3f','\xe0','\xc0','\x78','\xc0','\xc0','\x58','\xc0','\xcc','\x58','\xcf','\xfe','\x98','\xc0','\xc0','\x1f','\xc0','\xc0','\x18','\xdc','\xc0','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\xc2','\x10','\x07','\x82','\x18','\x1d','\x81','\x30','\xe1','\x80','\xc0','\x01','\x9c','\x78','\x1f','\xe0','\x3f','\x0f','\x00','\x0e','\x1c','\x00','\x0c','\x18','\x3f','\xfe','\x18','\x01','\x80','\x18','\x21','\x86','\x1b','\x3f','\xff','\xff','\xe1','\x86','\x03','\x61','\x84','\x06','\x1d','\xb8','\x06','\x01','\x80','\x0c','\x01','\x80','\x09','\x1d','\xb8','\x19','\x81','\x80','\x3b','\x00','\x06','\x5c','\x7f','\xff','\x9b','\x01','\x80','\x19','\xa1','\x06','\x19','\xbf','\xff','\x18','\x32','\x46','\x18','\x32','\x46','\x18','\x32','\x46','\x18','\x32','\x46','\x18','\x32','\x46','\x18','\x32','\x5e','\x18','\x30','\x0c','\x1c','\x23','\x20','\x18','\x3f','\xb8','\x18','\x24','\x30','\x18','\x24','\x30','\x1b','\x24','\x26','\xff','\xbf','\x7f','\x03','\x21','\x40','\x06','\x21','\x80','\x06','\x3f','\x00','\x0c','\x24','\x06','\x09','\x24','\x7f','\x19','\xa4','\x00','\x3b','\x3f','\x80','\x5c','\x20','\x00','\x9b','\x00','\x00','\x19','\xbf','\xfc','\x19','\xb2','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x19','\xff','\xff','\x18','\x00','\x00','\x1c','\x38','\x06','\x18','\x31','\xff','\x18','\x30','\x30','\x18','\x30','\x30','\x1b','\x34','\x20','\xff','\xfe','\xa6','\x03','\x30','\xff','\x06','\x30','\xc6','\x06','\x30','\xc6','\x0c','\x34','\xc6','\x0a','\xfe','\xfe','\x1b','\x00','\xc6','\x3a','\x00','\xc6','\x5c','\x44','\xc6','\x9a','\x7e','\xfe','\x1b','\x44','\xc6','\x1b','\x44','\xc6','\x18','\x44','\xc6','\x18','\x44','\xfe','\x18','\x44','\x00','\x18','\x7c','\x48','\x18','\x44','\x66','\x18','\x00','\xc3','\x18','\x01','\x03','\x1c','\x07','\x38','\x18','\x06','\x32','\x18','\x7f','\xff','\x18','\x06','\x30','\x1b','\x06','\x30','\xff','\x80','\x00','\x03','\x3f','\xfe','\x06','\x22','\x22','\x06','\x22','\x22','\x0c','\x3f','\xfe','\x09','\x00','\x10','\x19','\x80','\xcc','\x3b','\x20','\xc4','\x5c','\x3f','\xff','\x9b','\x30','\xc0','\x19','\xb0','\xc4','\x19','\xb0','\x46','\x18','\x22','\x4c','\x18','\x3f','\x78','\x18','\x60','\x22','\x18','\x40','\x72','\x18','\x41','\xda','\x18','\x8e','\x0f','\x19','\x00','\x03','\x1c','\x1c','\x86','\x18','\x18','\xff','\x18','\x18','\xc6','\x18','\xff','\xc6','\x1b','\x00','\xc6','\xff','\x44','\xfe','\x03','\x26','\xc6','\x06','\x24','\xc6','\x06','\x08','\xc6','\x0c','\x08','\xc6','\x0a','\xff','\xfe','\x1b','\x10','\xc6','\x3a','\x10','\xc6','\x5c','\x10','\xc6','\x9a','\xfe','\xc6','\x1b','\x10','\xfe','\x19','\x10','\x18','\x18','\x38','\x98','\x18','\x36','\xd8','\x18','\x52','\xda','\x18','\x90','\x9a','\x19','\x10','\x9b','\x18','\x11','\x1f','\x18','\x12','\x0e','\x1c','\x42','\x46','\x18','\x7f','\x7f','\x18','\x62','\x46','\x18','\x62','\x46','\x1b','\x7e','\x7e','\xff','\xe2','\x46','\x03','\x62','\x46','\x06','\x7e','\x7e','\x06','\x60','\x06','\x0c','\x61','\x06','\x09','\x6f','\xf6','\x19','\xe1','\x06','\x3b','\x6f','\xf6','\x5c','\x69','\x16','\x9a','\x6f','\xf6','\x1b','\x69','\x16','\x1b','\x6f','\xf6','\x18','\x63','\x06','\x18','\x67','\xc6','\x18','\x65','\x36','\x18','\x69','\x16','\x18','\x71','\x06','\x18','\x61','\x3e','\x18','\x60','\x0c','\x1c','\x02','\x08','\x18','\x21','\x0e','\x18','\x11','\x8c','\x18','\x19','\x98','\x1b','\x0d','\x98','\xff','\x8c','\x10','\x03','\x00','\x26','\x06','\x7f','\xff','\x06','\x08','\x20','\x0c','\x0e','\x10','\x09','\x0c','\x5c','\x19','\x99','\xef','\x3b','\x37','\x86','\x5c','\x41','\x80','\x9b','\x01','\x98','\x19','\x9f','\xfc','\x19','\x81','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x0f','\x80','\x18','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x04','\x02','\x00','\x06','\x03','\x80','\x3f','\xc3','\x00','\x20','\x46','\x0c','\x3f','\xc7','\xfe','\x20','\x44','\x20','\x3f','\xca','\x38','\x06','\x02','\x30','\xff','\xf1','\x60','\x0c','\x01','\x60','\x0f','\xc0','\xc0','\x08','\xc0','\xc0','\x18','\xc1','\xb0','\x10','\xc3','\x1f','\x27','\xc6','\x0e','\xc1','\x98','\x06','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x11','\x08','\x0c','\xff','\xef','\xfe','\x11','\x0c','\x40','\x11','\x0f','\xfc','\x1f','\x0c','\x40','\x04','\x0c','\x40','\x7f','\xcf','\xfc','\x44','\x4c','\x40','\x44','\x4c','\x46','\x7f','\xcf','\xff','\x04','\x00','\x06','\x04','\x0a','\xa6','\xff','\xda','\xae','\x04','\x32','\x0c','\x04','\x30','\x7c','\x04','\x00','\x18','\x00','\x00','\xe0','\x08','\x1f','\xf8','\x0f','\xfc','\x00','\x1c','\x20','\x20','\x18','\x18','\x18','\x30','\x0c','\x0c','\x20','\x0c','\x06','\x44','\x00','\x67','\x87','\xff','\xf3','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x83','\x02','\x00','\xe3','\x02','\x01','\xc3','\x02','\x03','\x83','\x03','\x0e','\x03','\xff','\xf0','\x01','\xfe','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\xcc','\x18','\x0f','\xef','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x4c','\xcc','\x18','\x7f','\xec','\x18','\x60','\xcc','\x18','\x60','\xcc','\x18','\x60','\xcf','\xf8','\x60','\xc4','\x60','\x60','\xc7','\x60','\x60','\xc6','\x60','\x7f','\xce','\x62','\x60','\xcc','\x62','\x60','\x18','\x63','\x00','\x30','\x7f','\x00','\xc0','\x3e','\x00','\x04','\x0c','\x00','\x37','\xfe','\xff','\xfe','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x26','\x47','\xfc','\x36','\x66','\x0c','\x36','\x66','\x0c','\x26','\x46','\x0c','\x26','\x46','\x0c','\x26','\x47','\xfc','\x76','\xe6','\x0c','\x56','\xa6','\x0c','\x5e','\xb6','\x0c','\x5f','\x36','\x0c','\x86','\x07','\xfc','\x06','\x00','\x30','\x06','\x32','\x30','\x07','\xc3','\xb0','\xfe','\x07','\x32','\x70','\x06','\x32','\x40','\x0c','\x33','\x00','\x18','\x3f','\x00','\x60','\x1e','\x0e','\x04','\x0c','\x0c','\x47','\xfe','\x0c','\x76','\x0c','\x0c','\x66','\x0c','\x7f','\xe6','\x0c','\x0c','\xc7','\xfc','\x0c','\x86','\x0c','\x0d','\x86','\x0c','\x0d','\x36','\x0c','\xff','\xfe','\x0c','\x0c','\x07','\xfc','\x18','\x06','\x0c','\x10','\xc6','\x0c','\x3f','\xe6','\x0c','\x58','\xc6','\x0c','\x98','\xc7','\xfc','\x18','\xc0','\x30','\x1f','\xc2','\x30','\x18','\xc3','\xb0','\x18','\xc7','\x32','\x18','\xc6','\x32','\x1f','\xcc','\x33','\x18','\x18','\x3f','\x00','\x60','\x1e','\x03','\x02','\x0c','\x03','\x03','\xfe','\x06','\x83','\x0c','\x06','\x43','\x0c','\x0c','\x73','\x0c','\x18','\x3f','\xfc','\x30','\x1b','\x0c','\xcf','\xe3','\x0c','\x00','\x03','\x0c','\x00','\x03','\x0c','\x44','\x1b','\xfc','\x7e','\x93','\x0c','\x44','\x93','\x0c','\x44','\x93','\x0c','\x7c','\x93','\x0c','\x44','\x93','\xfc','\x44','\x90','\x30','\x7c','\x91','\x30','\x44','\x91','\xb0','\x44','\x11','\x32','\x44','\x13','\x32','\x44','\x72','\x33','\x5c','\x34','\x3f','\x4c','\x08','\x1e','\x07','\x04','\x0c','\x66','\x77','\xfe','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x7f','\xe7','\xfc','\x00','\x06','\x0c','\x00','\x36','\x0c','\xff','\xfe','\x0c','\x00','\x06','\x0c','\x20','\xc7','\xfc','\x3f','\xe6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x00','\x80','\x30','\x20','\xc2','\x30','\x19','\x83','\xb0','\x09','\x07','\x32','\x01','\xe6','\x32','\xff','\x0c','\x33','\x78','\x18','\x3f','\x40','\x60','\x1e','\x0c','\xc2','\x0c','\x08','\x83','\xfe','\x7f','\xf3','\x0c','\x08','\x83','\x0c','\x08','\x83','\x0c','\x3f','\xe3','\xfc','\x08','\x83','\x0c','\x08','\x83','\x0c','\xff','\xfb','\x0c','\x02','\x03','\x0c','\x02','\x03','\xfc','\x3f','\xe3','\x0c','\x22','\x23','\x0c','\x22','\x23','\x0c','\x3f','\xe3','\x0c','\x22','\x23','\xfc','\x22','\x20','\x30','\x22','\x21','\x30','\xff','\xf9','\xb0','\x20','\x21','\xb2','\x20','\x21','\x32','\x20','\x23','\x33','\x21','\xe2','\x3f','\x20','\xcc','\x1e','\x1d','\xc4','\x0c','\x19','\x87','\xfe','\x19','\xb6','\x0c','\xff','\xfe','\x0c','\x19','\x86','\x0c','\x19','\x87','\xfc','\x40','\x66','\x0c','\x7f','\xf6','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x67','\xfc','\x7f','\xe6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x7f','\xe6','\x0c','\x06','\x07','\xfc','\x06','\x00','\x30','\x7f','\xe2','\x30','\x06','\x03','\xb0','\x06','\x07','\x32','\x07','\xe6','\x32','\xff','\x0c','\x33','\x78','\x18','\x3f','\x40','\x60','\x1e','\x00','\x80','\x00','\x13','\xc0','\x18','\x1e','\x24','\xfc','\x18','\x18','\x18','\x1f','\x24','\xf8','\x18','\x00','\x18','\x18','\x24','\x18','\x1f','\x18','\xf8','\x58','\x24','\x18','\x58','\x00','\x1a','\x7f','\xff','\xff','\x40','\x00','\x06','\xc7','\xff','\xe4','\xc6','\x00','\x68','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x62','\x07','\xff','\xe2','\x00','\xe3','\x02','\x01','\xc3','\x03','\x0f','\x03','\xff','\xf0','\x01','\xfe','\x40','\x64','\x00','\x7f','\xf6','\x06','\x62','\x07','\xff','\x62','\x04','\x00','\x7f','\xe8','\x08','\x60','\x73','\xfc','\x60','\x60','\x00','\x7f','\xe7','\xfe','\x62','\x04','\x92','\x62','\x04','\x92','\x7f','\xf7','\xfe','\x60','\x00','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x83','\x02','\x01','\xe3','\x02','\x07','\x83','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x03','\x82','\x0c','\x03','\x1b','\xfe','\xff','\xff','\x0c','\x03','\x03','\x0c','\x3f','\xf3','\x0c','\x00','\x03','\xfc','\x7f','\xfb','\x0c','\x44','\x8b','\x0c','\x58','\xeb','\x0c','\x40','\x0b','\x0c','\x7f','\xfb','\xfc','\x00','\x03','\x0c','\x3f','\xf3','\x0c','\x20','\x13','\x0c','\x3f','\xf3','\x0c','\x20','\x13','\xfc','\x3f','\xf0','\x30','\x20','\x11','\x30','\x3f','\xf1','\xb0','\x10','\x81','\xb2','\x1c','\x63','\x32','\x18','\x33','\x33','\x30','\x36','\x3f','\xc0','\x0c','\x1e','\x1c','\x72','\x0c','\x18','\x63','\xfe','\xff','\xff','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x7c','\xfb','\xfc','\x44','\x8b','\x0c','\x44','\x8b','\x0c','\x7c','\xfb','\x0c','\x11','\x03','\x0c','\x1d','\xc3','\xfc','\x19','\x93','\x0c','\x3f','\xfb','\x0c','\x31','\x03','\x0c','\x71','\x23','\x0c','\xbf','\xf3','\xfc','\x31','\x00','\x30','\x31','\x21','\x30','\x3f','\xf1','\xb0','\x31','\x01','\xb2','\x31','\x01','\x32','\x31','\x13','\x33','\x3f','\xfa','\x3f','\x30','\x04','\x1e','\x10','\x00','\x0c','\x19','\x84','\x7e','\x1f','\xc7','\xe8','\x11','\x84','\x08','\x31','\x04','\xc8','\x23','\x04','\xc8','\x42','\x64','\xc8','\xbf','\xf4','\xc8','\x32','\x64','\xc8','\x32','\x64','\xc8','\x32','\x64','\xc8','\x3f','\xe4','\xc8','\x32','\x64','\xc8','\x32','\x64','\xc8','\x32','\x64','\xc8','\x3f','\xe4','\xcc','\x30','\x64','\xc4','\x30','\x64','\xc4','\x20','\x64','\xd4','\x20','\x64','\xd6','\x60','\x6c','\xf6','\x40','\x6b','\xdb','\x43','\xe9','\x9a','\x80','\xd0','\x02','\x03','\x83','\x80','\x3b','\x03','\x0c','\x33','\x23','\x3e','\x33','\xf3','\xe0','\x33','\x03','\x02','\x33','\x03','\x02','\x33','\xf3','\x03','\xff','\x03','\xff','\x78','\x81','\xfe','\x41','\xc0','\x00','\x03','\xff','\x80','\x07','\x03','\x00','\x0c','\x04','\x18','\x3f','\xff','\xfc','\xcc','\x18','\x18','\x0c','\x18','\x18','\x0f','\xff','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x30','\x01','\xf8','\x40','\x00','\x30','\x10','\x00','\x0c','\x19','\x84','\x7e','\x1f','\xc7','\xf0','\x11','\x86','\x30','\x31','\x06','\x30','\x23','\x06','\x30','\x42','\x66','\x30','\xbf','\xf6','\x30','\x32','\x66','\x36','\x32','\x67','\xff','\x32','\x66','\x30','\x3f','\xe6','\x30','\x32','\x66','\x30','\x32','\x66','\x30','\x32','\x66','\x10','\x3f','\xe6','\x1a','\x30','\x66','\x1a','\x30','\x66','\x1a','\x20','\x7f','\xca','\x20','\x6e','\x0e','\x60','\x68','\x0e','\x40','\x60','\x66','\x43','\xef','\xf7','\x80','\xc0','\x03','\x10','\x00','\x10','\x19','\x88','\x1c','\x1f','\xc6','\x18','\x11','\x83','\x18','\x31','\x03','\x30','\x23','\x00','\x26','\x42','\x6f','\xff','\xbf','\xf0','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xcc','\x3f','\xe7','\xfe','\x32','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x3f','\xe0','\xc6','\x30','\x6f','\xff','\x30','\x60','\xc0','\x20','\x60','\xc0','\x20','\x60','\xc0','\x60','\x60','\xc0','\x40','\x60','\xc0','\x43','\xe0','\xc0','\x80','\xc0','\xc0','\x20','\x08','\x00','\x33','\x0e','\x00','\x3f','\x8c','\x0c','\x33','\x0f','\xfe','\x22','\x18','\x00','\x62','\x17','\xf8','\x44','\x26','\x18','\xbf','\x86','\x18','\x24','\x87','\xf8','\x24','\x86','\x18','\x24','\x86','\x18','\x3f','\x87','\xf8','\x24','\x80','\x06','\x24','\xbf','\xff','\x24','\x86','\x00','\x3f','\x84','\x06','\x20','\x8f','\xff','\x20','\x89','\x26','\x20','\x93','\x66','\x20','\xe2','\x46','\x60','\x84','\xce','\x40','\x98','\x8c','\x47','\x83','\x3c','\x81','\x80','\x18','\x20','\x20','\x0c','\x33','\x3f','\xfe','\x3f','\xb2','\x4c','\x33','\x32','\x4c','\x22','\x32','\x4c','\x62','\x3f','\xfc','\x44','\x34','\x0c','\xbf','\x87','\x00','\x24','\x86','\x06','\x24','\x8f','\xff','\x24','\x89','\x06','\x3f','\x99','\x06','\x24','\x9f','\xe6','\x24','\xa9','\x26','\x24','\x89','\x26','\x3f','\x89','\x26','\x20','\x8f','\xe6','\x20','\x81','\x06','\x20','\x81','\x46','\x20','\x81','\x66','\x60','\xbf','\xae','\x40','\x9c','\x0c','\x47','\x90','\x3c','\x81','\x80','\x18','\x00','\xc1','\xc0','\x7f','\xe1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x61','\x80','\xff','\xf1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\xc1','\x80','\x7f','\xe1','\xe0','\x00','\x01','\xb8','\x00','\x01','\x8e','\x00','\xc1','\x87','\x7f','\xe1','\x83','\x00','\x01','\x80','\x00','\x01','\x80','\x40','\xc1','\x80','\x7f','\xe1','\x80','\x60','\xc1','\x80','\x60','\xc1','\x80','\x60','\xc1','\x80','\x60','\xc1','\x80','\x7f','\xc1','\x80','\x60','\xc1','\x80','\x03','\x04','\x00','\x7f','\x87','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\x86','\x06','\xff','\xcf','\xff','\x00','\x0c','\x00','\x00','\x0c','\x00','\x03','\x18','\x00','\x7f','\x90','\x18','\x00','\x2f','\xfc','\x00','\x00','\x70','\x03','\x00','\xe0','\x7f','\x81','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x43','\x0e','\x00','\x7f','\x8c','\x02','\x63','\x18','\x02','\x63','\x18','\x02','\x63','\x18','\x02','\x63','\x1e','\x07','\x7f','\x0f','\xff','\x63','\x03','\xfe','\x03','\x00','\x00','\x7f','\x80','\x0c','\x00','\x0f','\xfe','\x00','\x00','\xc0','\x01','\x80','\xc0','\xff','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc6','\x00','\x1f','\xff','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x43','\x00','\xc0','\x7f','\x80','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x7f','\x00','\xc0','\x63','\x00','\xc0','\x03','\x00','\x00','\x7f','\x80','\x0c','\x00','\x1f','\xfe','\x00','\x00','\xc0','\x01','\x80','\xc0','\xff','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x43','\x00','\xc0','\x7f','\x80','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc6','\x7f','\x3f','\xff','\x63','\x00','\x00','\x03','\x04','\x70','\x7f','\x87','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x01','\x86','\x60','\xff','\xce','\x64','\x00','\x0c','\x67','\x00','\x0c','\x66','\x03','\x0c','\x6c','\x7f','\x9c','\x68','\x00','\x1c','\x70','\x00','\x2c','\x60','\x03','\x4c','\x60','\x7f','\x8c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x43','\x0c','\x60','\x7f','\x8c','\x60','\x63','\x0c','\x62','\x63','\x0c','\x62','\x63','\x0c','\x62','\x63','\x0c','\x63','\x7f','\x0c','\x7f','\x63','\x0c','\x3e','\x03','\x00','\x0c','\x7f','\x9f','\xfe','\x00','\x06','\x30','\x00','\x06','\x30','\x01','\x86','\x30','\xff','\xc6','\x30','\x00','\x06','\x30','\x00','\x06','\x30','\x03','\x06','\x30','\x7f','\x86','\x36','\x00','\x3f','\xff','\x00','\x00','\x70','\x03','\x00','\xf0','\x7f','\x80','\xf0','\x00','\x01','\xb0','\x00','\x01','\xb0','\x43','\x03','\x30','\x7f','\x83','\x30','\x63','\x06','\x30','\x63','\x0c','\x30','\x63','\x18','\x30','\x63','\x60','\x30','\x7f','\x01','\xf0','\x63','\x00','\x60','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x21','\x86','\xff','\xbf','\xff','\x00','\x31','\x86','\x00','\x31','\x86','\x06','\x31','\x86','\x7f','\x31','\x86','\x00','\x31','\x46','\x00','\x33','\x26','\x06','\x32','\x26','\x7f','\x34','\x36','\x00','\x38','\x36','\x00','\x30','\x06','\x46','\x30','\x06','\x7f','\x30','\x06','\x66','\x30','\x06','\x66','\x30','\x06','\x66','\x30','\x06','\x66','\x30','\x06','\x7e','\x30','\x3e','\x66','\x30','\x0c','\x06','\x00','\x00','\x7f','\x00','\x06','\x00','\x7f','\xff','\x00','\x00','\x18','\x03','\x00','\x18','\xff','\x80','\x18','\x00','\x00','\x18','\x00','\x21','\x98','\x06','\x3f','\xd8','\x7f','\x31','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x06','\x31','\x98','\x7f','\x31','\x98','\x00','\x31','\x98','\x00','\x3f','\x98','\x43','\x31','\x98','\x7f','\x80','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x7f','\x00','\xf8','\x63','\x00','\x30','\x03','\x01','\xc0','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x81','\x80','\xff','\xc1','\x86','\x00','\x3f','\xff','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x91','\x8c','\x00','\x1f','\xfe','\x00','\x18','\x0c','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x7f','\x18','\x0c','\x63','\x18','\x0c','\x03','\x08','\x18','\x7f','\x8f','\xfc','\x00','\x0c','\x18','\x00','\x0c','\x18','\x01','\x8c','\x18','\xff','\xcc','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x03','\x0f','\xf8','\x7f','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x03','\x0c','\x18','\x7f','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xf8','\x43','\x0c','\x18','\x7f','\x8c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1a','\x7f','\x7f','\xff','\x63','\x00','\x00','\x03','\x01','\x00','\x7f','\x81','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x83','\x00','\xff','\xc3','\x10','\x00','\x02','\x08','\x00','\x06','\x0c','\x03','\x04','\x76','\x7f','\xbf','\xc7','\x00','\x1e','\x03','\x00','\x10','\x00','\x03','\x00','\x00','\x7f','\x88','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0f','\xfc','\x7f','\x0c','\x0c','\x63','\x0c','\x0c','\x06','\x00','\x0c','\x7f','\x00','\x3e','\x00','\x11','\xf0','\x00','\x1f','\xe0','\x03','\x18','\x60','\xff','\x98','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x06','\x18','\x60','\x7f','\x18','\x66','\x00','\x1f','\xff','\x00','\x18','\x60','\x06','\x18','\x60','\x7f','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x46','\x18','\x30','\x7f','\x1f','\x32','\x66','\x7c','\x32','\x66','\x30','\x32','\x66','\x20','\x1a','\x66','\x01','\x9f','\x7e','\xff','\xcf','\x66','\x00','\x06','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x06','\x20','\x06','\x7f','\x3f','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x03','\x30','\xe0','\xff','\xb0','\xc0','\x00','\x30','\xc4','\x00','\x32','\xc7','\x06','\x32','\xc6','\x7f','\x32','\xc6','\x00','\x36','\xc4','\x00','\x36','\xcc','\x06','\x36','\xc8','\x7f','\x30','\xc0','\x00','\x30','\xc0','\x00','\x31','\xa0','\x46','\x21','\xa0','\x7f','\x21','\xb0','\x66','\x63','\x10','\x66','\x43','\x18','\x66','\x46','\x1c','\x66','\x84','\x0f','\x7e','\x08','\x0e','\x66','\x30','\x06','\x06','\x08','\x00','\x7f','\x0e','\x00','\x00','\x0c','\x30','\x00','\x1f','\xf8','\x03','\x18','\x60','\xff','\xb0','\xc0','\x00','\x20','\x80','\x00','\x41','\x06','\x06','\xbf','\xff','\x7f','\x30','\x00','\x00','\x30','\x00','\x00','\x32','\x18','\x06','\x33','\xfc','\x7f','\x33','\x18','\x00','\x33','\x18','\x00','\x33','\x18','\x46','\x33','\x18','\x7f','\x33','\x78','\x66','\x23','\x30','\x66','\x23','\x02','\x66','\x63','\x02','\x66','\x43','\x03','\x7e','\x83','\xff','\x66','\x01','\xfe','\x06','\x00','\x0c','\x7f','\x00','\x3e','\x00','\x11','\xf0','\x00','\x1f','\x00','\x03','\x18','\x00','\xff','\x98','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\x06','\x1f','\xff','\x7f','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1a','\x0c','\x7f','\x1b','\xfe','\x00','\x1b','\x0c','\x00','\x13','\x0c','\x43','\x13','\x0c','\x7f','\xb3','\x0c','\x63','\x23','\x0c','\x63','\x23','\x0c','\x63','\x43','\x0c','\x63','\x03','\xfc','\x7f','\x03','\x0c','\x63','\x03','\x0c','\x03','\x04','\x00','\x7f','\x87','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\x8c','\x06','\xff','\xcf','\xff','\x00','\x18','\x06','\x00','\x10','\x06','\x03','\x2f','\xe6','\x7f','\x8c','\x66','\x00','\x0c','\x66','\x00','\x0c','\x66','\x03','\x0f','\xe6','\x7f','\x8c','\x66','\x00','\x0c','\x66','\x00','\x0c','\x66','\x43','\x0f','\xe6','\x7f','\x8c','\x66','\x63','\x0c','\x06','\x63','\x00','\x0e','\x63','\x00','\x0c','\x63','\x00','\x1c','\x7f','\x00','\xf8','\x63','\x00','\x30','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x11','\x80','\x00','\x1d','\x80','\x03','\x19','\x80','\xff','\x99','\x8c','\x00','\x1f','\xfe','\x00','\x31','\x80','\x06','\x21','\x80','\x7f','\x41','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x06','\x7f','\xff','\x7f','\x07','\xa0','\x00','\x07','\xa0','\x00','\x05','\x90','\x46','\x0d','\x90','\x7f','\x09','\x98','\x66','\x19','\x8c','\x66','\x11','\x8f','\x66','\x21','\x86','\x66','\xc1','\x86','\x7e','\x01','\x80','\x66','\x01','\x80','\x06','\x06','\x70','\x7f','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x03','\x06','\x64','\xff','\x86','\x67','\x00','\x66','\x66','\x00','\x36','\x6c','\x06','\x36','\x70','\x7f','\x36','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x06','\x0e','\x70','\x7f','\x36','\x6c','\x00','\xe6','\x66','\x00','\x66','\x63','\x46','\x46','\x63','\x7f','\x06','\x60','\x66','\x0e','\x60','\x66','\x0c','\x62','\x66','\x0c','\x62','\x66','\x18','\x63','\x7e','\x30','\x7f','\x66','\xc0','\x3e','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x8c','\x00','\x3f','\xfe','\x03','\x01','\x80','\xff','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x98','\x06','\x1f','\xfc','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\x01','\x86','\x7f','\x7f','\xff','\x00','\x07','\xa0','\x00','\x05','\xa0','\x46','\x0d','\x90','\x7f','\x09','\x90','\x66','\x19','\x98','\x66','\x11','\x8f','\x66','\x21','\x8e','\x66','\xc1','\x86','\x7e','\x01','\x80','\x66','\x01','\x80','\x06','\x08','\x00','\x7f','\x0e','\x00','\x00','\x0c','\x00','\x00','\x08','\x06','\x03','\x1f','\xff','\xff','\x90','\x00','\x00','\x20','\x00','\x00','\x50','\x18','\x06','\x1f','\xfc','\x7f','\x19','\x18','\x00','\x19','\x18','\x00','\x19','\x18','\x06','\x19','\x1a','\x7f','\x7f','\xff','\x00','\x19','\x18','\x00','\x19','\x18','\x46','\x19','\x18','\x7f','\x19','\x18','\x66','\x19','\x1a','\x66','\x3f','\xff','\x66','\x30','\x30','\x66','\x00','\x30','\x7e','\x01','\xf0','\x66','\x00','\x60','\x06','\x00','\xe8','\x7f','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x00','\x00','\xc0','\x00','\x00','\xc0','\x06','\x24','\xc4','\x7f','\x24','\xc7','\x00','\x24','\x46','\x00','\x24','\x46','\x06','\xff','\x4c','\x7f','\x24','\x6c','\x00','\x24','\x68','\x00','\x24','\x28','\x46','\x24','\x30','\x7f','\x24','\x52','\x66','\x64','\x5a','\x66','\x40','\xda','\x66','\x41','\x8a','\x66','\x83','\x0e','\x7e','\x06','\x07','\x66','\x18','\x03','\x06','\x08','\x00','\x7f','\x0e','\x00','\x00','\x0c','\x0c','\x00','\x4f','\xfe','\x03','\x28','\x60','\xff','\xb8','\x60','\x00','\x10','\x60','\x00','\x30','\x60','\x06','\x30','\x60','\x7f','\x50','\x60','\x00','\x98','\x60','\x00','\x18','\x6c','\x06','\x3b','\xfe','\x7f','\x38','\x60','\x00','\x78','\x60','\x00','\x58','\x60','\x46','\x98','\x60','\x7f','\x18','\x60','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x38','\x60','\x66','\x30','\x66','\x7e','\xf7','\xff','\x66','\x60','\x00','\x03','\x00','\xe0','\x7f','\x88','\xc0','\x00','\x0e','\xc0','\x00','\x0c','\xc0','\x01','\x8c','\xcc','\xff','\xcf','\xfe','\x00','\x18','\xc0','\x00','\x10','\xc0','\x03','\x20','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc6','\x00','\x3f','\xff','\x03','\x00','\x00','\x7f','\x80','\x00','\x00','\x08','\x0c','\x00','\x0f','\xfe','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\x0f','\xfc','\x63','\x0c','\x0c','\x03','\x00','\x0c','\x7f','\x9f','\xfe','\x00','\x00','\x18','\x00','\x02','\x30','\x01','\x81','\xa0','\xff','\xc0','\xc0','\x00','\x10','\xc6','\x00','\x1f','\xff','\x03','\x18','\xc6','\x7f','\x98','\xc6','\x00','\x18','\xc6','\x00','\x1f','\xfe','\x03','\x18','\xc6','\x7f','\x98','\xc6','\x00','\x18','\xc6','\x00','\x18','\xc6','\x43','\x1f','\xfe','\x7f','\x98','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\x18','\xde','\x63','\x18','\x0c','\x03','\x01','\xc4','\x7f','\xa1','\x87','\x00','\x11','\x86','\x00','\x19','\x8c','\x01','\x8d','\x88','\xff','\xcd','\x90','\x00','\x01','\x80','\x00','\x11','\x8c','\x03','\x1f','\xfe','\x7f','\x98','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x03','\x1f','\xfc','\x7f','\x98','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x43','\x1f','\xfc','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\x18','\x7c','\x63','\x18','\x18','\x03','\x00','\x00','\x7f','\x80','\x0c','\x00','\x3f','\xfe','\x00','\x01','\x80','\x01','\x81','\x80','\xff','\xc1','\x80','\x00','\x01','\x80','\x00','\x11','\x90','\x03','\x1d','\x9c','\x7f','\x99','\x98','\x00','\x19','\x98','\x00','\x11','\x90','\x03','\x39','\xb8','\x7f','\xa9','\xac','\x00','\x2d','\xa6','\x00','\x4d','\xc6','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x7f','\xff','\xff','\x63','\x00','\x00','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x00','\x00','\xff','\x88','\x30','\x00','\x0f','\xf8','\x00','\x0c','\x30','\x06','\x0c','\x30','\x7f','\x0c','\x30','\x00','\x0f','\xf0','\x00','\x00','\x00','\x06','\x00','\x18','\x7f','\x3f','\xfc','\x00','\x00','\x30','\x00','\x01','\x40','\x43','\x01','\x86','\x7f','\x7f','\xff','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x0f','\x80','\x63','\x03','\x00','\x03','\x00','\x18','\x7f','\x80','\xfc','\x00','\x1f','\xc0','\x00','\x01','\x04','\x01','\x90','\xc7','\xff','\xcc','\x4e','\x00','\x04','\x08','\x00','\x00','\x10','\x03','\x1f','\xfc','\x7f','\x81','\x8c','\x00','\x01','\x8c','\x00','\x01','\x8c','\x03','\x3f','\xff','\x7f','\x81','\x8c','\x00','\x01','\x8c','\x00','\x01','\x8c','\x43','\x1f','\xfc','\x7f','\x81','\x8c','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x0f','\x80','\x63','\x03','\x00','\x03','\x04','\x00','\x7f','\x87','\x00','\x00','\x06','\x0c','\x00','\x07','\xfe','\x01','\x86','\x0c','\xff','\xc6','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x1c','\x03','\x08','\x18','\x7f','\x90','\xf8','\x00','\x20','\x30','\x00','\x01','\x00','\x03','\x13','\x86','\x7f','\x9e','\x3f','\x00','\x18','\x06','\x00','\x18','\x06','\x43','\x18','\x06','\x7f','\x9f','\x3e','\x63','\x18','\x06','\x63','\x18','\x06','\x63','\x18','\x06','\x63','\x18','\x06','\x7f','\x1f','\xfe','\x63','\x18','\x06','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x21','\x80','\x00','\x21','\x86','\x03','\x7f','\xff','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x00','\x18','\x06','\x3f','\xfc','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\x01','\x80','\x7f','\x11','\x98','\x00','\x1d','\xfc','\x00','\x19','\x80','\x46','\x19','\x80','\x7f','\x19','\x80','\x66','\x19','\x80','\x66','\x15','\x80','\x66','\x33','\x80','\x66','\x21','\xe0','\x7e','\x40','\xff','\x66','\x80','\x3e','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x01','\x80','\xff','\x81','\x80','\x00','\x21','\x84','\x00','\x3f','\xfe','\x06','\x21','\x84','\x7f','\x29','\x94','\x00','\x25','\x94','\x00','\x25','\xa4','\x06','\x21','\x84','\x7f','\x3f','\xfc','\x00','\x23','\xa4','\x00','\x07','\xa0','\x46','\x07','\x90','\x7f','\x0d','\x90','\x66','\x0d','\x98','\x66','\x19','\x8c','\x66','\x11','\x8f','\x66','\x21','\x86','\x7e','\xc1','\x86','\x66','\x01','\x80','\x03','\x00','\xe0','\x7f','\x80','\xc0','\x00','\x00','\xcc','\x00','\x1f','\xfe','\x01','\x80','\x10','\xff','\xc4','\x1c','\x00','\x02','\x18','\x00','\x03','\x10','\x03','\x03','\x30','\x7f','\x80','\x26','\x00','\x3f','\xff','\x00','\x00','\x00','\x03','\x00','\x00','\x7f','\x88','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x0f','\xfc','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\x0f','\xfc','\x63','\x0c','\x0c','\x06','\x1c','\x70','\x7f','\x18','\x60','\x00','\x18','\x64','\x00','\x18','\x67','\x03','\x1f','\x6e','\xff','\x98','\x70','\x00','\x18','\x62','\x00','\x18','\x62','\x06','\x1b','\x63','\x7f','\x7c','\x7f','\x00','\x30','\x3e','\x00','\x21','\x00','\x06','\x01','\xc0','\x7f','\x11','\x8c','\x00','\x1f','\xfe','\x00','\x18','\x0c','\x46','\x18','\x0c','\x7f','\x18','\x0c','\x66','\x1f','\xfc','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x7e','\x1f','\xfc','\x66','\x18','\x0c','\x03','\x13','\x26','\x7f','\x9f','\xbf','\x00','\x13','\x26','\x00','\x13','\x26','\x01','\x93','\x26','\xff','\xd3','\x26','\x00','\x1f','\x3e','\x00','\x00','\x00','\x03','\x00','\x08','\x7f','\x8f','\xfc','\x00','\x00','\x00','\x00','\x00','\x02','\x03','\x3f','\xff','\x7f','\x86','\x00','\x00','\x06','\x0c','\x00','\x0f','\xfe','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x00','\x0c','\x63','\x00','\x1c','\x63','\x00','\x18','\x63','\x00','\x38','\x7f','\x01','\xf0','\x63','\x00','\x60','\x03','\x01','\xc0','\x7f','\x81','\x80','\x00','\x01','\x98','\x00','\x0f','\xfc','\x01','\x83','\x18','\xff','\xc3','\x18','\x00','\x03','\x1a','\x00','\x3f','\xff','\x03','\x00','\x00','\x7f','\x88','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x03','\x0c','\x0c','\x7f','\x8f','\xfc','\x00','\x00','\x30','\x00','\x00','\x34','\x43','\x1f','\xfe','\x7f','\x86','\x30','\x63','\x06','\x30','\x63','\x06','\x36','\x63','\x3f','\xff','\x63','\x00','\x30','\x7f','\x00','\x30','\x63','\x00','\x30','\x06','\x01','\xc0','\x7f','\x01','\x8c','\x00','\x01','\xfe','\x00','\x01','\x80','\x03','\x21','\x86','\xff','\xbf','\xff','\x00','\x31','\x86','\x00','\x31','\x84','\x06','\x31','\xf0','\x7f','\x3f','\x82','\x00','\x31','\x83','\x00','\x31','\xff','\x06','\x30','\xfe','\x7f','\x30','\x00','\x00','\x34','\x0c','\x00','\x37','\xfe','\x46','\x36','\x00','\x7f','\x26','\x0c','\x66','\x27','\xfe','\x66','\x66','\x00','\x66','\x46','\x00','\x66','\x46','\x0c','\x7e','\x87','\xfe','\x66','\x06','\x00','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x21','\x80','\x00','\x21','\x86','\x03','\x7f','\xff','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x00','\x18','\x06','\x3f','\xfc','\x7f','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf8','\x06','\x18','\x18','\x7f','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x46','\x18','\x18','\x7f','\x18','\x18','\x66','\x18','\x18','\x66','\x1f','\xf8','\x66','\x00','\x00','\x66','\x00','\x06','\x7e','\xff','\xff','\x66','\x00','\x00','\x06','\x20','\x00','\x7f','\x20','\x06','\x00','\x3f','\xff','\x00','\x60','\x06','\x03','\x61','\xc4','\xff','\x81','\x80','\x00','\x7f','\xfe','\x00','\x01','\x80','\x06','\x21','\x8c','\x7f','\x3f','\xfe','\x00','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\xfc','\x7f','\x31','\x8c','\x00','\x31','\x8c','\x00','\x3f','\xfc','\x46','\x31','\x8c','\x7f','\x01','\x80','\x66','\x01','\x86','\x66','\xff','\xff','\x66','\x01','\x80','\x66','\x01','\x80','\x7e','\x01','\x80','\x66','\x01','\x80','\x06','\x20','\x08','\x7f','\x3f','\xfc','\x00','\x20','\x08','\x00','\x20','\xc8','\x03','\x23','\xe8','\xff','\xaf','\x08','\x00','\x21','\x08','\x00','\x21','\x08','\x06','\x21','\x08','\x7f','\x2f','\xe8','\x00','\x29','\x28','\x00','\x29','\x28','\x06','\x29','\x28','\x7f','\x29','\x28','\x00','\x2f','\xe8','\x00','\x21','\x08','\x46','\x21','\x0a','\x7f','\x61','\x0a','\x66','\x41','\x4a','\x66','\x41','\x6e','\x66','\x5f','\xe6','\x66','\xce','\x26','\x7e','\x88','\x03','\x61','\x00','\x03','\x06','\x00','\x06','\x7f','\x7f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x3f','\xfe','\xff','\xb0','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x06','\x3f','\xfe','\x7f','\x30','\x00','\x00','\x30','\x06','\x00','\x3f','\xff','\x06','\x39','\x26','\x7f','\x39','\x26','\x00','\x79','\x26','\x00','\x79','\x26','\x46','\x5f','\xfe','\x7e','\xd9','\x26','\x66','\x99','\x26','\x67','\x19','\x26','\x66','\x19','\x26','\x66','\x19','\x26','\x7e','\x18','\x1e','\x66','\x18','\x0c','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x21','\x8c','\x03','\x3f','\xfe','\xff','\xb1','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\xfc','\x7f','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x06','\x31','\x8c','\x7f','\x3f','\xfc','\x00','\x33','\x4c','\x00','\x03','\x40','\x46','\x03','\x60','\x7f','\x06','\x20','\x66','\x06','\x30','\x66','\x0c','\x30','\x66','\x0c','\x18','\x66','\x18','\x1f','\x7e','\x30','\x0e','\x66','\xc0','\x06','\x03','\x00','\x06','\x7f','\xbf','\xff','\x00','\x00','\x0c','\x00','\x00','\x0c','\x01','\x8f','\x8c','\xff','\xc8','\x8c','\x00','\x08','\x8c','\x00','\x0f','\x8c','\x03','\x00','\x0c','\x7f','\x80','\x7c','\x00','\x00','\x18','\x00','\x00','\x06','\x03','\x3f','\xff','\x7f','\x80','\x0c','\x00','\x00','\x0c','\x00','\x0f','\x8c','\x43','\x08','\x8c','\x7f','\x88','\x8c','\x63','\x08','\x8c','\x63','\x0f','\x8c','\x63','\x00','\x0c','\x63','\x00','\x0c','\x7f','\x00','\x7c','\x63','\x00','\x18','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xc0','\x81','\x04','\xcf','\xff','\xf0','\x00','\x81','\x00','\x0f','\xff','\xf0','\x00','\x81','\x06','\xff','\xff','\xff','\x03','\x00','\x40','\x06','\x7e','\x20','\x0c','\x00','\x10','\x1f','\xff','\xfc','\x30','\x00','\x0f','\xc3','\xff','\xc6','\x00','\x00','\x00','\x03','\xff','\xc0','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x20','\x10','\x7f','\x18','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x03','\x00','\x20','\xff','\x80','\x46','\x00','\x7f','\xff','\x00','\x08','\x20','\x06','\x0e','\x20','\x7f','\x0c','\x10','\x00','\x0c','\x18','\x00','\x18','\x0c','\x06','\x10','\x0f','\x7f','\x20','\x06','\x00','\x40','\x00','\x00','\x3f','\xfc','\x46','\x32','\x4c','\x7f','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x7e','\xff','\xff','\x66','\x00','\x00','\x06','\x08','\x40','\x7f','\x0e','\x40','\x00','\x0c','\x20','\x00','\x0c','\x30','\x03','\x18','\x18','\xff','\x90','\x1c','\x00','\x3f','\xff','\x00','\x46','\x06','\x06','\x06','\x00','\x7f','\x0f','\xf0','\x00','\x0c','\x30','\x00','\x00','\x30','\x06','\x00','\x60','\x7f','\x03','\xe0','\x00','\x00','\xc0','\x00','\x20','\x0c','\x46','\x3f','\xfe','\x7f','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x7e','\xff','\xff','\x66','\x00','\x00','\x06','\x20','\x0c','\x7f','\x3f','\xfe','\x00','\x31','\x8c','\x00','\x31','\x8c','\x03','\x3f','\xfc','\xff','\xb1','\x8c','\x00','\x31','\x8c','\x00','\x3f','\xfc','\x06','\x08','\x60','\x7f','\x0e','\x60','\x00','\x0c','\x7f','\x00','\x18','\x3f','\x06','\x37','\x00','\x7f','\x46','\x30','\x00','\x07','\xf8','\x00','\x0c','\x30','\x46','\x08','\x60','\x7f','\x14','\x60','\x66','\x62','\xc0','\x66','\x01','\x80','\x66','\x03','\x60','\x66','\x06','\x3f','\x7e','\x18','\x1e','\x66','\x60','\x06','\x06','\x02','\x00','\x7f','\x01','\x80','\x00','\x00','\xd0','\x00','\x06','\xdc','\x03','\x06','\x18','\xff','\x96','\x38','\x00','\x16','\x34','\x00','\x36','\x62','\x06','\x36','\xc3','\x7f','\x67','\x93','\x00','\x67','\x18','\x00','\x0f','\xf8','\x06','\x33','\xf0','\x7f','\x00','\x00','\x00','\x20','\x0c','\x00','\x3f','\xfe','\x46','\x32','\x4c','\x7f','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x7e','\xff','\xff','\x66','\x00','\x00','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x08','\x10','\xff','\x84','\x18','\x00','\x26','\x10','\x00','\x22','\x26','\x06','\x3f','\xff','\x7f','\x60','\x04','\x00','\x63','\x88','\x00','\x03','\x00','\x06','\x03','\x06','\x7f','\x7f','\xff','\x00','\x03','\x00','\x00','\x03','\x18','\x46','\x07','\xfc','\x7f','\x06','\x18','\x66','\x06','\x18','\x66','\x0c','\x18','\x66','\x0c','\x38','\x66','\x18','\x30','\x7e','\x31','\xf0','\x66','\xc0','\x60','\x06','\x01','\x00','\x7f','\x01','\xc0','\x00','\x03','\x8c','\x00','\x07','\xfe','\x03','\x0c','\x1c','\xff','\x9b','\x38','\x00','\x61','\x70','\x00','\x18','\xe0','\x06','\x09','\xc0','\x7f','\x07','\x00','\x00','\x1c','\x00','\x00','\x70','\x00','\x06','\x18','\x18','\x7f','\x1f','\xfc','\x00','\x11','\x80','\x00','\x21','\x86','\x46','\xff','\xff','\x7f','\x01','\x80','\x66','\x01','\x80','\x66','\x39','\x8e','\x66','\x31','\x8c','\x66','\x31','\x8c','\x7e','\x3f','\xfc','\x66','\x30','\x0c','\x06','\x20','\x06','\x7f','\x3f','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x03','\x31','\xf8','\xff','\xb1','\x08','\x00','\x31','\x08','\x00','\x31','\x08','\x06','\x31','\x08','\x7f','\x31','\xf8','\x00','\x30','\x00','\x00','\x30','\x00','\x06','\x37','\x9e','\x7f','\x34','\x92','\x00','\x34','\x92','\x00','\x34','\x92','\x46','\x34','\x92','\x7f','\x34','\x92','\x66','\x37','\x9e','\x66','\x30','\x00','\x66','\x30','\x00','\x66','\x30','\x06','\x7e','\x3f','\xff','\x66','\x30','\x00','\x3b','\x88','\x00','\x33','\x0e','\x00','\xff','\xec','\x00','\x33','\x0c','\x06','\x33','\x0f','\xff','\x33','\x18','\x06','\x3f','\x10','\x06','\x0c','\x3f','\xc6','\x4c','\x80','\x06','\x7f','\xbf','\xe6','\x4c','\x80','\x06','\x4c','\x9f','\xc6','\x4c','\x80','\x06','\x4c','\x9f','\xc6','\x7f','\x80','\x06','\x4c','\x90','\xc6','\x0c','\x1f','\xe6','\x0c','\x98','\xc6','\xff','\xd8','\xc6','\x0c','\x1f','\xce','\x0c','\x18','\xcc','\x0c','\x00','\x0c','\x0c','\x00','\x7c','\x0c','\x00','\x18','\x06','\x04','\x30','\xff','\xf7','\xf8','\x06','\x06','\x30','\x7f','\xe4','\x3f','\x00','\x08','\x1f','\x3f','\xe0','\x00','\x22','\x2f','\xfc','\x22','\x22','\x18','\x3f','\xe1','\x30','\x60','\x03','\xc0','\x40','\x1c','\x7f','\x80','\x00','\x0e','\x07','\xff','\xe0','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x08','\x20','\xff','\x84','\x38','\x00','\x06','\x30','\x00','\x06','\x20','\x06','\x20','\x46','\x7f','\x3f','\xff','\x00','\x30','\x06','\x00','\x31','\xc6','\x06','\x31','\x86','\x7f','\x37','\xf6','\x00','\x31','\x86','\x00','\x31','\x86','\x46','\x33','\xe6','\x7f','\x32','\x26','\x66','\x32','\x26','\x66','\x32','\x26','\x66','\x33','\xe6','\x66','\x30','\x06','\x7e','\x30','\x1e','\x66','\x30','\x0c','\x06','\x10','\x30','\x7f','\x1f','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x03','\x1f','\xf0','\xff','\x98','\x30','\x00','\x18','\x30','\x00','\x1f','\xf0','\x06','\x00','\x00','\x7f','\x7f','\xfc','\x00','\x44','\x44','\x00','\x44','\x44','\x06','\x7f','\xfc','\x7f','\x00','\x00','\x00','\x00','\x30','\x00','\x7f','\xf8','\x46','\x10','\x30','\x7f','\x08','\x60','\x66','\x06','\xc0','\x66','\x03','\x80','\x66','\x06','\xe0','\x66','\x0c','\x7f','\x7e','\x30','\x1e','\x61','\xc0','\x06','\x06','\x0e','\x38','\x7f','\x0c','\x30','\x00','\x0c','\x36','\x00','\x7f','\xff','\x03','\x0c','\x30','\xff','\x8c','\x30','\x00','\x3f','\xfc','\x00','\x30','\x0c','\x06','\x30','\x0c','\x7f','\x3f','\xfc','\x00','\x30','\x0c','\x00','\x30','\x0c','\x06','\x30','\x0c','\x7f','\x3f','\xfc','\x00','\x01','\x80','\x00','\x01','\x80','\x46','\x01','\x86','\x7f','\x7f','\xff','\x66','\x03','\x40','\x66','\x07','\x20','\x66','\x06','\x38','\x66','\x0c','\x1f','\x7e','\x18','\x0e','\x66','\x60','\x06','\x06','\x0e','\x38','\x7f','\x0c','\x30','\x00','\x0c','\x36','\x00','\x7f','\xff','\x03','\x0c','\x30','\xff','\x8c','\x30','\x00','\x00','\x00','\x00','\x7f','\xfe','\x06','\x11','\x88','\x7f','\x11','\x88','\x00','\x11','\x88','\x00','\xff','\xff','\x06','\x11','\x88','\x7f','\x11','\x88','\x00','\x11','\x88','\x00','\x7f','\xfe','\x46','\x01','\x80','\x7f','\x01','\x80','\x66','\x01','\x8c','\x66','\x7f','\xfe','\x66','\x01','\x80','\x66','\x01','\x80','\x7e','\x01','\x80','\x66','\x01','\x80','\x06','\x00','\x30','\x7f','\x01','\xf8','\x00','\x3f','\x84','\x00','\x02','\x07','\x03','\x21','\x86','\xff','\x98','\x8c','\x00','\x08','\x08','\x00','\x1f','\xf0','\x06','\x18','\x30','\x7f','\x18','\x30','\x00','\x18','\x30','\x00','\x1f','\xfc','\x06','\x18','\x0c','\x7f','\x18','\x0c','\x00','\x18','\x0c','\x00','\x1f','\xff','\x46','\x30','\x03','\x7f','\x30','\x23','\x66','\x20','\x93','\x66','\x2a','\x53','\x66','\x49','\x46','\x66','\x59','\x06','\x7e','\x98','\x3e','\x66','\x00','\x0c','\x06','\x11','\xc8','\x7f','\x19','\x8c','\x00','\x31','\x98','\x00','\x41','\xe0','\x03','\x69','\xb4','\xff','\xad','\x96','\x00','\x19','\x8c','\x00','\x11','\x88','\x06','\x25','\x92','\x7f','\xff','\xff','\x00','\x72','\xb9','\x00','\x40','\xa4','\x06','\x00','\x82','\x7f','\x7f','\xff','\x00','\x60','\x80','\x00','\x60','\x88','\x46','\x70','\xcc','\x7f','\x6c','\x58','\x66','\x66','\x70','\x66','\x66','\x22','\x66','\x40','\x72','\x66','\xc0','\xda','\x7e','\x83','\x0f','\x61','\x0c','\x03','\x06','\x00','\x18','\x7f','\x3f','\xfc','\x00','\x00','\x38','\x00','\x06','\x60','\x03','\x01','\x86','\xff','\xff','\xff','\x00','\x06','\xc4','\x00','\x0c','\xc8','\x06','\x70','\xc0','\x7f','\x07','\xc0','\x00','\x41','\x86','\x00','\x7f','\xff','\x06','\x66','\x66','\x7f','\x66','\x66','\x00','\x6c','\x7e','\x00','\x68','\x3e','\x46','\x70','\x06','\x7f','\x67','\xe6','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x67','\xe6','\x66','\x60','\x06','\x7e','\x60','\x3e','\x66','\x60','\x0c','\x06','\x01','\x88','\x7f','\x3f','\x8c','\x00','\x03','\x58','\x00','\x43','\x52','\x03','\x26','\x27','\xff','\xb6','\x2c','\x00','\x3c','\x10','\x00','\x08','\x18','\x06','\x17','\xec','\x7f','\x20','\x0f','\x00','\x40','\x06','\x00','\x1f','\xf8','\x06','\x18','\x18','\x7f','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x46','\x00','\x10','\x7f','\x20','\x1c','\x66','\x18','\x18','\x66','\x0c','\x30','\x66','\x0c','\x20','\x66','\x00','\x46','\x7e','\xff','\xff','\x66','\x00','\x00','\x06','\x06','\x18','\x7f','\x04','\x10','\x00','\x04','\x12','\x00','\x7f','\xff','\x03','\x24','\x90','\xff','\xa4','\x90','\x00','\x24','\x92','\x00','\xff','\xff','\x06','\x14','\x28','\x7f','\x14','\x28','\x00','\x35','\x69','\x00','\x26','\x4f','\x06','\x24','\x86','\x7f','\x40','\x00','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x46','\x18','\x0c','\x7f','\x18','\x0c','\x66','\x1f','\xfc','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x7e','\x1f','\xfc','\x66','\x18','\x0c','\x06','\x0c','\x18','\x7f','\x08','\x10','\x00','\x09','\x12','\x00','\x7f','\xff','\x03','\x08','\x10','\xff','\x88','\x10','\x00','\x09','\x12','\x00','\x7f','\xff','\x06','\x14','\x28','\x7f','\x12','\x28','\x00','\x33','\x64','\x00','\x23','\x47','\x06','\x40','\x82','\x7f','\x00','\x00','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x46','\x18','\x0c','\x7f','\x18','\x0c','\x66','\x1f','\xfc','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x7e','\x1f','\xfc','\x66','\x18','\x0c','\x06','\x00','\x06','\x7f','\x7f','\xff','\x00','\x02','\x20','\x00','\x02','\x20','\x03','\x3f','\xfe','\xff','\xb2','\x26','\x00','\x32','\x26','\x00','\x32','\x26','\x06','\x3f','\xfe','\x7f','\x00','\x00','\x00','\x10','\x18','\x00','\x1f','\xfc','\x06','\x18','\x18','\x7f','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x46','\x18','\x18','\x7f','\x1f','\xf8','\x66','\x01','\x80','\x66','\x01','\x86','\x66','\xff','\xff','\x66','\x01','\x80','\x7e','\x01','\x80','\x66','\x01','\x80','\x06','\x08','\x00','\x7f','\x0c','\x30','\x00','\x0f','\xf8','\x00','\x18','\x20','\x03','\x10','\x46','\xff','\xbf','\xff','\x00','\x73','\x30','\x00','\x33','\x30','\x06','\x32','\x3e','\x7f','\x34','\x1e','\x00','\x38','\x00','\x00','\x33','\xf8','\x06','\x30','\x00','\x7f','\x3f','\xfe','\x00','\x30','\x00','\x00','\x37','\xfc','\x46','\x20','\x00','\x7f','\x27','\xfc','\x66','\x60','\x00','\x66','\x4f','\xfe','\x66','\x4c','\x06','\x66','\x8c','\x06','\x7e','\x0f','\xfe','\x66','\x0c','\x06','\x06','\x08','\x30','\x7f','\x0f','\xf8','\x00','\x0c','\x30','\x00','\x0c','\x30','\x03','\x0c','\x30','\xff','\x8f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x3e','\x7c','\x7f','\x22','\x44','\x00','\x22','\x44','\x00','\x22','\x44','\x06','\x3e','\x7c','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x46','\x03','\x80','\x7f','\x07','\xc0','\x66','\x05','\xa0','\x66','\x0d','\xb0','\x66','\x19','\x9c','\x66','\x31','\x8f','\x7e','\xc1','\x86','\x66','\x01','\x80','\x20','\x60','\xe0','\x3f','\xf0','\xc4','\x30','\x6f','\xfe','\x30','\x62','\x10','\x3f','\xe3','\x30','\x30','\x01','\x22','\x30','\x1f','\xff','\x7f','\xe0','\xc0','\x58','\x60','\xc4','\x58','\x6f','\xfe','\x9f','\xe0','\xc0','\x00','\x00','\xc0','\x01','\xff','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x06','\x10','\x06','\x7f','\x1f','\xff','\x00','\x19','\x26','\x00','\x19','\x26','\x03','\x19','\x26','\xff','\x9f','\xfe','\x00','\x00','\xc0','\x00','\x00','\xc4','\x06','\x1f','\xfe','\x7f','\x00','\xc0','\x00','\x00','\xc2','\x00','\x3f','\xff','\x06','\x04','\x08','\x7f','\x02','\x08','\x00','\x02','\x12','\x00','\x3f','\xff','\x46','\x00','\xc0','\x7f','\x00','\xc0','\x66','\x00','\xc4','\x66','\x1f','\xfe','\x66','\x00','\xc0','\x66','\x00','\xc0','\x7e','\x00','\xc0','\x66','\x00','\xc0','\x06','\x00','\x30','\x7f','\x40','\x20','\x00','\x33','\xfe','\x00','\x1a','\x22','\x03','\x1a','\x22','\xff','\x83','\xfe','\x00','\x00','\x20','\x00','\x07','\xff','\x06','\x00','\x00','\x7f','\x01','\xfc','\x00','\x19','\x8c','\x00','\xfd','\x8c','\x06','\x19','\xfc','\x7f','\x19','\x80','\x00','\x19','\x80','\x00','\x19','\xfc','\x46','\x19','\x8c','\x7f','\x19','\x8c','\x66','\x19','\xfc','\x66','\x18','\x00','\x66','\x1c','\x00','\x66','\xf7','\xff','\x7e','\x61','\xfe','\x66','\x40','\x00','\x01','\x3c','\x00','\x27','\xb0','\x0c','\x3c','\x3e','\xfe','\x30','\x30','\x0c','\x3f','\x30','\xfc','\x30','\x3e','\x0c','\x30','\x06','\x0c','\x3f','\x66','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\xff','\xff','\xff','\x06','\x00','\x20','\x0e','\xff','\x10','\x0c','\x00','\x18','\x1f','\xff','\xfc','\x30','\x00','\x0f','\xc7','\xff','\xe6','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x06','\x01','\xc0','\x7f','\x01','\x86','\x00','\x7f','\xff','\x00','\x01','\x80','\x03','\x1f','\xfc','\xff','\x80','\x00','\x00','\x3f','\xfe','\x00','\x22','\x42','\x06','\x2c','\x7a','\x7f','\x20','\x02','\x00','\x3f','\xfe','\x00','\x00','\x00','\x06','\x10','\x04','\x7f','\x1f','\xfe','\x00','\x10','\x04','\x00','\x1f','\xfc','\x46','\x10','\x04','\x7f','\x1f','\xfc','\x66','\x10','\x04','\x66','\x1f','\xfc','\x66','\x08','\x00','\x66','\x0e','\x38','\x7e','\x1c','\x0e','\x66','\x60','\x06','\x06','\x0e','\x38','\x7f','\x0c','\x30','\x00','\x0c','\x36','\x00','\x7f','\xff','\x03','\x0c','\x30','\xff','\x8c','\x30','\x00','\x0f','\xf0','\x00','\x00','\x00','\x06','\x08','\x12','\x7f','\x0b','\xd3','\x00','\x7a','\x56','\x00','\x0a','\x58','\x06','\x0a','\x50','\x7f','\x0a','\x52','\x00','\x1a','\x52','\x00','\xeb','\xd3','\x46','\x48','\x1f','\x7f','\x08','\x0e','\x66','\x00','\x00','\x66','\x12','\x48','\x66','\x12','\x24','\x66','\x23','\x26','\x7e','\x63','\x33','\x66','\x63','\x33','\x10','\x04','\x20','\x1a','\x7e','\x34','\x1b','\x00','\x36','\x12','\x00','\x24','\x32','\x02','\x64','\x24','\x7f','\x4a','\x7f','\x80','\xff','\x64','\x00','\xc8','\xa4','\x05','\x48','\x24','\x7e','\x48','\x25','\x00','\x4a','\x3f','\x80','\x7f','\x24','\x04','\x48','\x24','\x7e','\x48','\x24','\x00','\x48','\x25','\x00','\x4a','\x3f','\xc6','\x7f','\x24','\x7f','\x48','\x24','\x66','\x48','\x24','\x66','\x48','\x24','\x66','\x48','\x25','\x66','\x4a','\x3f','\xfe','\x7f','\x20','\x66','\x40','\x06','\x04','\x00','\x7f','\x06','\x30','\x00','\x0f','\xf8','\x00','\x18','\x20','\x03','\x20','\x40','\xff','\x9f','\xfc','\x00','\x10','\x04','\x00','\x10','\x04','\x06','\x1f','\xfc','\x7f','\x08','\x20','\x00','\x0f','\x38','\x00','\x08','\x22','\x06','\x3f','\x23','\x7f','\x18','\x3f','\x00','\x00','\x00','\x00','\x1f','\xfc','\x46','\x10','\x84','\x7f','\x10','\x84','\x66','\x1f','\xfc','\x66','\x00','\x50','\x66','\x04','\x4a','\x66','\x0e','\x43','\x7e','\x18','\x7f','\x66','\x60','\x3e','\x06','\x01','\xc0','\x7f','\x01','\x86','\x00','\x7f','\xff','\x00','\x00','\x00','\x03','\x1f','\x7c','\xff','\x91','\x44','\x00','\x11','\x44','\x00','\x1f','\x7c','\x06','\x02','\x20','\x7f','\x1f','\xfc','\x00','\x02','\x20','\x00','\x02','\x20','\x06','\x1f','\xfc','\x7f','\x02','\x20','\x00','\x02','\x26','\x00','\x7f','\xff','\x46','\x06','\x44','\x7f','\x0c','\x46','\x66','\x1c','\x2c','\x66','\x64','\x30','\x66','\x04','\xd8','\x66','\x3f','\x1f','\x7e','\x1c','\x0e','\x66','\x10','\x06','\x04','\x44','\x70','\x7e','\x66','\x60','\x00','\x66','\x68','\x00','\xcc','\x66','\x02','\xab','\x62','\xff','\x11','\x60','\x00','\x00','\x66','\x01','\xff','\xff','\x04','\x24','\x60','\x7e','\x24','\x60','\x00','\x24','\x60','\x00','\xe7','\x64','\x04','\x24','\x67','\x7e','\x24','\x66','\x00','\xe7','\x26','\x00','\x24','\x2c','\x46','\x24','\x2c','\x7e','\xe7','\x38','\x66','\x24','\x12','\x66','\x24','\x3a','\x66','\x27','\x2a','\x67','\xfc','\x4e','\x7e','\xe0','\x87','\x66','\x81','\x03','\x06','\x0e','\x38','\x7f','\x0c','\x32','\x00','\x7f','\xff','\x00','\x0c','\x30','\x03','\x0c','\x30','\xff','\xbe','\x7c','\x00','\x22','\x44','\x00','\x22','\x44','\x06','\x3e','\x7c','\x7f','\x10','\x80','\x00','\x1c','\xe0','\x00','\x18','\xc4','\x06','\x3f','\xfe','\x7f','\x30','\x80','\x00','\x70','\x88','\x00','\xbf','\xfc','\x46','\x30','\x80','\x7f','\x30','\x88','\x66','\x3f','\xfc','\x66','\x30','\x80','\x66','\x30','\x80','\x66','\x30','\x86','\x7e','\x3f','\xff','\x66','\x30','\x00','\x06','\x2c','\x58','\x7f','\x28','\x50','\x00','\x7e','\xfe','\x00','\x48','\x90','\x03','\x08','\x10','\xff','\xff','\xff','\x00','\x14','\x28','\x00','\x15','\x2a','\x06','\x36','\x4b','\x7f','\x24','\x8f','\x00','\x40','\x00','\x00','\x1f','\xfc','\x06','\x18','\x0c','\x7f','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x43','\x1f','\xfc','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x63','\x04','\x00','\x63','\x0e','\x38','\x7f','\x1c','\x0e','\x63','\x60','\x06','\x10','\x00','\x0c','\x1c','\x8f','\xfe','\x18','\x43','\x18','\x18','\x63','\x18','\x30','\x33','\x18','\x20','\x33','\x18','\x46','\x03','\x18','\x86','\x03','\x18','\x0d','\x03','\x18','\x0c','\x83','\x1e','\x18','\x5f','\xff','\x10','\x60','\x38','\x20','\x30','\x78','\x40','\x30','\x78','\xa0','\xc0','\x58','\x3f','\xe0','\xd8','\x30','\xc0','\x98','\x30','\xc1','\x98','\x30','\xc1','\x18','\x30','\xc2','\x18','\x30','\xc4','\x18','\x30','\xd8','\x18','\x3f','\xc0','\xf8','\x30','\xc0','\x30','\x07','\x02','\x00','\x46','\x03','\x90','\x46','\x63','\x08','\x7f','\xf3','\x0c','\xc0','\x66','\x06','\xc6','\x44','\xc6','\x06','\x08','\xc0','\x7f','\xe0','\xe0','\x06','\x01','\xa0','\x06','\x01','\xb0','\x7f','\xe1','\x10','\x06','\x03','\x18','\x06','\x02','\x0c','\xff','\xf4','\x0f','\x00','\x08','\x06','\x00','\x07','\xf8','\x40','\xc6','\x18','\x7f','\xe6','\x18','\x60','\xc6','\x18','\x60','\xc6','\x18','\x60','\xc6','\x18','\x60','\xc6','\x18','\x7f','\xc7','\xf8','\x60','\xc6','\x18','\x00','\xc2','\x00','\x07','\xe3','\x90','\x7e','\x03','\x08','\x08','\x23','\x0c','\x86','\x36','\x06','\x62','\x64','\xc6','\x24','\x48','\xc0','\x06','\x00','\xe0','\x4c','\x81','\xa0','\x31','\xc1','\xb0','\x19','\x81','\x10','\x1b','\x03','\x18','\x04','\x42','\x0c','\x08','\x24','\x0f','\xff','\xf8','\x06','\x70','\x33','\xf8','\x06','\x03','\x18','\x06','\x03','\x18','\xff','\xf3','\x18','\x06','\x03','\x18','\x0d','\x03','\x18','\x18','\xc3','\x18','\x30','\x63','\xf8','\xc0','\x63','\x18','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x02','\x00','\x80','\x01','\x00','\xc0','\x01','\x81','\x80','\x01','\x81','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x01','\x91','\x80','\xff','\xd1','\x86','\x00','\x3f','\xff','\x00','\x30','\x06','\x43','\x60','\x04','\x7f','\x78','\x08','\x63','\x10','\x00','\x63','\x12','\x44','\x63','\x1f','\x7e','\x63','\x12','\x44','\x7f','\x12','\x44','\x63','\x32','\x44','\x00','\x22','\x44','\x02','\x3a','\x44','\x43','\x4e','\x44','\x23','\x04','\x5c','\x32','\x04','\x4c','\x36','\x0c','\x40','\x04','\x08','\x42','\x07','\x18','\x42','\xfc','\x10','\x43','\x70','\x20','\x7f','\x40','\xc0','\x3e','\x40','\x60','\x00','\x7f','\xf0','\x0c','\x62','\x07','\xfe','\x62','\x02','\x0c','\x7f','\xe1','\x18','\x60','\x61','\x98','\x60','\x60','\xf0','\x7f','\xe0','\x60','\x62','\x00','\xf8','\x62','\x01','\x9f','\x7f','\xf6','\x06','\x60','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x02','\x00','\x80','\x01','\x81','\x80','\x00','\x82','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x1c','\x80','\x6f','\xdb','\xf7','\x61','\x18','\x86','\x61','\x18','\x86','\x6f','\xdb','\xf6','\x61','\x18','\x86','\x61','\x18','\x86','\x6f','\xdb','\xf6','\x61','\x18','\x86','\x60','\x18','\x06','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x02','\x00','\x80','\x01','\x81','\x80','\x00','\x82','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\xc0','\x10','\x03','\x20','\x1c','\x0c','\x30','\x38','\x70','\x78','\x70','\x00','\xe8','\xc0','\x01','\xcd','\x00','\x07','\x1e','\x00','\x0c','\x3d','\x00','\x38','\x3d','\x80','\xc0','\x6c','\xc0','\x00','\xcc','\xe0','\x01','\x8c','\x78','\x03','\x0c','\x3f','\x0c','\x0c','\x1e','\x30','\x1c','\x06','\xc0','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x10','\x40','\x06','\x1c','\x60','\x03','\x18','\xc0','\x03','\x19','\x10','\x1f','\xff','\xf8','\x00','\x34','\x00','\x00','\x62','\x04','\x7f','\xff','\xfe','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x0d','\xff','\xbf','\x30','\x30','\x1e','\xc0','\x60','\x26','\x01','\x90','\x70','\x06','\x18','\xc0','\x38','\x6d','\x00','\x01','\x8e','\x00','\x06','\x1d','\x80','\x38','\x6c','\x60','\x01','\x8c','\x38','\x0e','\x1c','\x1c','\x70','\xf8','\x0c','\x00','\x30','\x00','\x00','\xc1','\xc4','\xff','\xe1','\x87','\x0c','\x01','\x86','\x0c','\x01','\x86','\x18','\x1f','\xfc','\x10','\x81','\x8c','\x28','\xc1','\x98','\x4c','\x81','\x90','\x9d','\x01','\xa6','\x16','\x3f','\xff','\x36','\x00','\xc0','\x27','\x01','\x80','\x46','\x82','\x0c','\x8e','\xc7','\xfe','\x1e','\xce','\x0c','\x16','\x16','\x0c','\x26','\x66','\x0c','\x46','\x07','\xfc','\x86','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x0c','\x06','\x0c','\x7c','\x07','\xfc','\x18','\x06','\x0c','\x00','\x03','\x00','\x00','\x07','\x80','\x00','\x0e','\x00','\x00','\x38','\x00','\x01','\xe6','\x30','\x0e','\x03','\x78','\x00','\x60','\xe0','\x00','\x33','\xc0','\x00','\x0f','\x00','\x00','\x3c','\x00','\x01','\xe4','\x00','\x3e','\x06','\x00','\x00','\x0f','\x00','\x00','\x19','\x00','\x00','\x61','\x80','\x03','\x83','\x80','\x1c','\x07','\x80','\x00','\x0d','\x80','\x00','\x39','\x80','\x00','\xe1','\x80','\x07','\x01','\x80','\x38','\x03','\x00','\x00','\x3f','\x00','\x00','\x06','\x00','\x01','\x00','\x38','\x03','\x80','\x30','\x07','\x00','\x30','\x0c','\x00','\x30','\x30','\x40','\x30','\xc6','\x60','\x30','\x02','\xc0','\x36','\x31','\x9f','\xff','\x13','\x00','\x70','\x06','\x00','\x70','\x19','\x00','\xf0','\x61','\x80','\xf0','\x02','\x81','\xb0','\x04','\xc1','\x30','\x18','\xc3','\x30','\x61','\xc2','\x30','\x03','\xc4','\x30','\x06','\xc8','\x30','\x0c','\xd0','\x30','\x30','\xc0','\x30','\xc1','\xc0','\x30','\x01','\x80','\x30','\x0f','\x81','\xf0','\x03','\x00','\x60','\x01','\x00','\x00','\x03','\x80','\x06','\x07','\x1f','\xff','\x0c','\x01','\x86','\x30','\x41','\x86','\xc6','\x63','\x06','\x02','\xc3','\x06','\x31','\x82','\x06','\x13','\x06','\x0c','\x06','\x04','\x0c','\x19','\x08','\x7c','\x61','\x90','\x18','\x02','\x80','\x00','\x04','\xc8','\x0c','\x18','\xcf','\xfe','\x61','\xcc','\x0c','\x03','\xcc','\x0c','\x06','\xcc','\x0c','\x0c','\xcc','\x0c','\x30','\xcc','\x0c','\xc1','\xcc','\x0c','\x01','\x8f','\xfc','\x0f','\x8c','\x0c','\x03','\x0c','\x0c','\x01','\x02','\x00','\x03','\x83','\x80','\x07','\x03','\x00','\x0c','\x06','\x18','\x30','\x47','\xfc','\xc6','\x6c','\x18','\x02','\xca','\x30','\x31','\x92','\x30','\x13','\x21','\x60','\x06','\x00','\xc0','\x19','\x01','\xe0','\x61','\x83','\x30','\x02','\x86','\x1c','\x04','\xcc','\x0f','\x18','\xf0','\x06','\x61','\xcf','\xf8','\x03','\xcc','\x18','\x06','\xcc','\x18','\x0c','\xcc','\x18','\x30','\xcc','\x18','\xc1','\xcc','\x18','\x01','\x8f','\xf8','\x0f','\x8c','\x18','\x03','\x0c','\x18','\x04','\x08','\x70','\x06','\x0e','\x60','\x0c','\x0c','\x60','\x18','\x0c','\x60','\x31','\x18','\x60','\xc9','\x98','\x66','\x0b','\x1f','\xff','\x66','\x38','\x60','\x2c','\x38','\x60','\x18','\x58','\xf0','\x34','\x98','\xf0','\xc6','\x18','\xf0','\x0e','\x18','\xf8','\x1b','\x19','\xe8','\x33','\x19','\x68','\xc7','\x19','\x6c','\x0f','\x1b','\x64','\x1b','\x1a','\x67','\x33','\x1c','\x66','\xc3','\x18','\x62','\x03','\x18','\x60','\x06','\x18','\x60','\x3e','\x18','\x60','\x0c','\x18','\x60','\x01','\x00','\x00','\x03','\x80','\x06','\x07','\x3f','\xff','\x0c','\x00','\xc0','\x30','\x40','\xc0','\xc6','\x60','\x80','\x02','\xc1','\x80','\x31','\x89','\x0c','\x13','\x0f','\xfe','\x06','\x0c','\x0c','\x19','\x0c','\x0c','\x61','\x8c','\x0c','\x02','\x8c','\x0c','\x04','\xcc','\x0c','\x18','\xcf','\xfc','\x61','\xcc','\x0c','\x03','\xcc','\x0c','\x06','\xcc','\x0c','\x0c','\xcc','\x0c','\x30','\xcc','\x0c','\xc1','\xcc','\x0c','\x01','\x8f','\xfc','\x0f','\x8c','\x0c','\x03','\x0c','\x0c','\x01','\x00','\x00','\x03','\x90','\x0c','\x07','\x1f','\xfe','\x0c','\x19','\x8c','\x30','\x99','\x8c','\xcc','\xd9','\x8c','\x05','\x99','\x8c','\x63','\x1f','\xfc','\x26','\x19','\x8c','\x0c','\x19','\x8c','\x32','\x19','\x8c','\xc7','\x19','\x8c','\x0d','\x1f','\xfc','\x19','\x99','\x8c','\x23','\x81','\x80','\xc7','\x81','\x80','\x05','\x81','\x98','\x09','\x9f','\xfc','\x11','\x81','\x80','\x21','\x81','\x80','\xc3','\x81','\x80','\x03','\x01','\x86','\x1f','\x7f','\xff','\x06','\x00','\x00','\x01','\x81','\x00','\x07','\xc3','\x80','\x1c','\x16','\x0c','\xe8','\x18','\x7e','\x06','\x58','\x0c','\x42','\xf8','\x0c','\x31','\xda','\x0c','\x13','\x9f','\x3c','\x06','\x18','\x0c','\x0c','\x18','\x0c','\x36','\x18','\x0c','\xce','\x18','\x0c','\x0b','\x1f','\xfc','\x13','\x18','\x60','\x27','\x80','\x60','\xc5','\x84','\x60','\x09','\x87','\x60','\x11','\x86','\x60','\x21','\x86','\x62','\xc1','\x8c','\x62','\x03','\x8c','\x62','\x03','\x18','\x63','\x1f','\x30','\x7f','\x06','\xc0','\x3e','\x01','\x02','\x00','\x03','\x83','\x80','\x07','\x23','\x0c','\x0c','\x3f','\xfe','\x30','\xb0','\x0c','\xcc','\xf4','\x4c','\x05','\xb2','\x6c','\x63','\x31','\xcc','\x26','\x31','\x8c','\x0c','\x33','\x6c','\x32','\x34','\x2c','\xc7','\x30','\x0c','\x0d','\x3f','\xfc','\x19','\x80','\x00','\x23','\x9c','\xe0','\xc7','\x98','\xc4','\x05','\x98','\xce','\x09','\x9f','\xd8','\x11','\x98','\xe0','\x21','\x98','\xc2','\xc3','\x98','\xc2','\x03','\x7f','\xc3','\x1f','\x38','\xff','\x06','\x20','\x7e','\x01','\x1c','\x70','\x03','\x98','\x60','\x07','\x18','\x60','\x0c','\x18','\x60','\x30','\x98','\x60','\xcc','\xd8','\x60','\x05','\x98','\x64','\x63','\x18','\x67','\x26','\x1b','\x6e','\x0c','\x1f','\xf8','\x32','\x18','\x60','\xc7','\x18','\x60','\x0d','\x18','\x60','\x19','\x98','\x60','\x23','\x98','\x60','\xc7','\x98','\x60','\x05','\x98','\x60','\x09','\x98','\x60','\x11','\x98','\x62','\x21','\x98','\x62','\xc3','\x9f','\xe2','\x03','\x7e','\x63','\x1f','\x38','\x7f','\x06','\x20','\x3e','\x01','\x07','\x38','\x03','\x86','\x30','\x07','\x06','\x36','\x0c','\x7f','\xff','\x30','\x86','\x30','\xcc','\xc6','\x30','\x05','\x9f','\xfc','\x63','\x18','\x0c','\x26','\x18','\x0c','\x0c','\x1f','\xfc','\x32','\x18','\x0c','\xc7','\x18','\x0c','\x0d','\x18','\x0c','\x19','\x9f','\xfc','\x23','\x81','\x80','\xc7','\x81','\x80','\x05','\x81','\x86','\x09','\xff','\xff','\x11','\x83','\x40','\x21','\x83','\x20','\xc3','\x86','\x38','\x03','\x0c','\x1f','\x1f','\x18','\x0e','\x06','\x60','\x06','\x20','\xc1','\xc0','\x3f','\xe1','\x90','\x30','\xc1','\x8c','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x80','\x3f','\xc1','\x86','\x30','\xff','\xff','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x88','\x3f','\xc1','\x8e','\x30','\xc0','\xcc','\x30','\xc0','\xd8','\x30','\xc0','\xd8','\x30','\xc0','\x70','\x3f','\xc0','\x60','\x00','\x00','\x62','\x11','\x80','\xf2','\x1c','\xc1','\xb2','\x18','\xe3','\x1a','\x30','\x66','\x1f','\x60','\x0c','\x0f','\x80','\x30','\x06','\x00','\x00','\x38','\x20','\x0f','\xfc','\x3f','\xfe','\x00','\x30','\x00','\x00','\x30','\x07','\x00','\x30','\x06','\x06','\x37','\xff','\xff','\x30','\x06','\x00','\x30','\x06','\x00','\x31','\xff','\xf8','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\xff','\xf8','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\xff','\xf8','\x21','\x80','\x18','\x21','\x80','\x18','\x61','\xff','\xf8','\x40','\x00','\x00','\x40','\x40','\xc0','\x80','\xf0','\x38','\x03','\xc0','\x0e','\x0c','\x00','\x06','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x72','\x00','\x00','\xc1','\x80','\x01','\xfe','\xe0','\x03','\x00','\x78','\x0c','\x01','\x9f','\x33','\xff','\xc6','\xc0','\x03','\x00','\x00','\x06','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x21','\x81','\x00','\x3f','\xc1','\xc0','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x83','\x00','\x31','\x83','\x10','\x3f','\x82','\x08','\x31','\x86','\x0c','\x31','\x84','\x76','\x31','\xbf','\xc7','\x31','\x9e','\x03','\x3f','\x90','\x00','\x31','\x80','\x00','\x31','\x88','\x0c','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\x8c','\x0c','\x00','\x0c','\x0c','\x22','\x0c','\x0c','\x39','\x8c','\x0c','\x30','\xcf','\xfc','\x60','\xcc','\x0c','\x80','\x0c','\x0c','\x03','\x83','\x80','\x03','\x03','\x0c','\x3b','\x33','\x3e','\x33','\xfb','\xf0','\x33','\x03','\x02','\x33','\x03','\x02','\x33','\x03','\x03','\x33','\xf3','\xff','\xff','\x81','\xfe','\x78','\x00','\x00','\x47','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x00','\x01','\xd0','\x00','\x01','\x8c','\x00','\x01','\x84','\x00','\x01','\x80','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x1f','\xf1','\x80','\x00','\x01','\x80','\x7f','\xfd','\x80','\x00','\x01','\x80','\x1f','\xf1','\x80','\x18','\x31','\xc0','\x1f','\xf0','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x1f','\xf0','\xe0','\x18','\x30','\x62','\x18','\x30','\x72','\x1f','\xf0','\x32','\x08','\x00','\x3a','\x0e','\x70','\x1f','\x18','\x1c','\x0f','\x60','\x0c','\x06','\x00','\x01','\xd0','\x00','\x31','\x8c','\x3f','\xf9','\x84','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x10','\x31','\x80','\x1f','\xf9','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x1f','\xf1','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x1f','\xf0','\xc0','\x18','\x30','\xe0','\x18','\x30','\x62','\x1f','\xf0','\x72','\x00','\x00','\x32','\x08','\x40','\x3a','\x1e','\x30','\x1f','\x38','\x18','\x0f','\xc0','\x18','\x06','\x21','\x80','\x18','\x3f','\xc0','\x7c','\x31','\x83','\xe0','\x31','\x9e','\x00','\x31','\x81','\xc0','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x8c','\x31','\xbf','\xfe','\x31','\x80','\x1c','\x31','\x80','\x18','\x3f','\x80','\x38','\x31','\x80','\x30','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\x80','\xc0','\x31','\x88','\x80','\x3f','\x89','\x00','\x00','\x1a','\x00','\x22','\x14','\x00','\x39','\x36','\x00','\x31','\xf3','\x80','\x61','\xb1','\xff','\x80','\x20','\x7e','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x06','\x18','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x43','\x0e','\xc0','\x7f','\x8c','\x60','\x63','\x0c','\x0c','\x63','\x04','\x7e','\x63','\x07','\x80','\x63','\x7e','\x30','\x7f','\x03','\x60','\x63','\x01','\x82','\x63','\x02','\xc2','\x63','\x0c','\x72','\x63','\x70','\x1f','\x7f','\x0d','\x87','\x63','\x0c','\xc0','\x63','\x04','\x1e','\x63','\x07','\xe0','\x63','\x7e','\x10','\x63','\x03','\x18','\x7f','\x01','\x30','\x00','\x01','\xa0','\x24','\x00','\xc2','\x33','\x01','\x62','\x61','\x82','\x3a','\x41','\x8c','\x1f','\x80','\x30','\x07','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x18','\x20','\x06','\x18','\x30','\x0c','\x18','\x60','\x0e','\x3c','\xd8','\x1b','\x7b','\x0c','\x61','\xd9','\xc4','\x07','\x18','\x78','\x1c','\x18','\x1f','\xef','\xff','\xf6','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x00','\x1c','\x00','\x10','\x18','\x0c','\x1f','\xff','\xfe','\x30','\x00','\x0c','\x60','\xc3','\x08','\x6f','\xff','\xf0','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x00','\x40','\x07','\xff','\xf0','\x0e','\x00','\x5c','\x33','\xff','\xcf','\xc2','\x00','\x46','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x01','\x80','\x00','\x03','\xc3','\xc0','\x07','\x00','\xf8','\x38','\x00','\x38','\x21','\x90','\x10','\x3f','\xcc','\x1c','\x31','\x86','\x18','\x31','\x86','\x20','\x31','\xff','\xfe','\x31','\x84','\x40','\x3f','\x84','\x44','\x31','\xbf','\xfe','\x31','\x84','\x44','\x31','\x84','\x44','\x31','\xff','\xff','\x3f','\x84','\x44','\x31','\x84','\x44','\x31','\xbf','\xfc','\x31','\x84','\x44','\x31','\x8c','\x40','\x31','\x8c','\x60','\x3f','\x9c','\x60','\x00','\x14','\x50','\x22','\x34','\x58','\x39','\x24','\x4f','\x31','\xc4','\x4e','\x61','\x84','\x46','\x80','\x04','\x40','\x23','\x01','\xc8','\x3f','\x81','\x86','\x33','\x01','\x82','\x33','\x7f','\xff','\x33','\x01','\x80','\x33','\x21','\x8c','\x3f','\x3f','\xfe','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x33','\x31','\x8c','\x3f','\x31','\x8c','\x33','\x3f','\xfc','\x33','\x30','\x0c','\x33','\x00','\x30','\x33','\x00','\x36','\x33','\x7f','\xff','\x3f','\x10','\x30','\x00','\x0c','\x30','\x22','\x06','\x30','\x39','\x86','\x30','\x30','\xc0','\x30','\x60','\xc1','\xf0','\x80','\x00','\x60','\x07','\x01','\xc0','\x06','\x01','\x80','\x7f','\xe1','\x98','\x06','\x0f','\xfc','\xff','\xf1','\x98','\x20','\x45','\x98','\x10','\x83','\x18','\xff','\xf1','\x1a','\x06','\x03','\x8a','\x06','\x02','\xce','\x7f','\xe4','\xc6','\x06','\x08','\x07','\x06','\x00','\x03','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x07','\x01','\x00','\x06','\x01','\xc0','\x7f','\xe1','\x86','\x06','\x03','\xff','\xff','\xf2','\x10','\x06','\x05','\x1c','\xff','\xf9','\x18','\x0c','\x00','\xb0','\x1f','\xe0','\x60','\x18','\x60','\xb0','\x30','\x63','\x1c','\x63','\xcc','\x0f','\x81','\x80','\x06','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x13','\x84','\xe0','\x1b','\x06','\xc4','\x3f','\xef','\xfe','\x23','\x08','\xc0','\x03','\x00','\xc2','\xff','\xef','\xff','\x0d','\x83','\x30','\x1d','\x83','\x32','\x19','\xf2','\x33','\x33','\xc4','\x3f','\xc1','\x08','\x1e','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xf0','\x0f','\x80','\x3c','\x70','\x00','\x0c','\x0e','\x00','\x74','\x0c','\x1f','\x66','\x0c','\xc0','\x62','\xff','\xff','\xff','\x02','\x04','\x60','\x43','\x84','\x60','\x33','\x17','\xa0','\x16','\x14','\x30','\x0c','\x14','\x32','\x1e','\x17','\x92','\x13','\x7c','\x1b','\x23','\x30','\x0f','\xc0','\x00','\x06','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x22','\x01','\x10','\x3e','\xfd','\xf8','\x22','\x85','\x10','\x22','\xfd','\x10','\x3e','\x85','\x90','\x22','\xfd','\x50','\x22','\x85','\x50','\x3e','\xfd','\x12','\x22','\x01','\x12','\x62','\x5b','\x13','\x4e','\x4a','\x1f','\x86','\x84','\x0e','\x43','\x08','\x00','\x7f','\x8c','\x60','\x63','\x1f','\xf0','\x63','\x18','\x40','\x63','\x30','\x86','\x63','\x7f','\xff','\x7f','\xb3','\x30','\x63','\x33','\x30','\x63','\x32','\x3e','\x63','\x34','\x1e','\x63','\x38','\x00','\x7f','\x33','\xf8','\x63','\x30','\x00','\x63','\x3f','\xfe','\x63','\x30','\x00','\x63','\x33','\xf8','\x63','\x20','\x00','\x7f','\x63','\xf8','\x00','\x60','\x00','\x24','\x47','\xfc','\x32','\x86','\x0c','\x63','\x06','\x0c','\x43','\x07','\xfc','\x80','\x06','\x0c','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x3f','\xfc','\x63','\x01','\x8c','\x63','\x01','\x8c','\x63','\xff','\xff','\x7f','\x01','\x8c','\x63','\x01','\x8c','\x63','\x3f','\xfc','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\xff','\xff','\x63','\x24','\x48','\x63','\x66','\x66','\x63','\x62','\x23','\x63','\x00','\x03','\x63','\x3f','\xfc','\x7f','\x32','\x4c','\x00','\x32','\x4c','\x46','\x32','\x4c','\x73','\x32','\x4c','\x63','\x32','\x4c','\x40','\xff','\xff','\x80','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x42','\x04','\x3f','\x34','\xf8','\x09','\x18','\x90','\x11','\x18','\x88','\x23','\x18','\xe4','\xc0','\x18','\x03','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x19','\xff','\x98','\x19','\x00','\x98','\x19','\xff','\x98','\x19','\x00','\x98','\x19','\xff','\x98','\x11','\x00','\x98','\x31','\xff','\x98','\x20','\x80','\x18','\x41','\xc3','\xd8','\x86','\x00','\xd8','\x22','\x00','\x70','\x3f','\x00','\x64','\x22','\x00','\x66','\x22','\x20','\x62','\x22','\x3f','\xff','\x23','\x20','\x60','\x3e','\xa0','\x60','\x22','\xff','\xe0','\x22','\x24','\x60','\x22','\x24','\x64','\x22','\x24','\x67','\x3e','\x3f','\x26','\x22','\x21','\x26','\x23','\xe1','\x24','\x22','\xe1','\x2c','\x22','\xbf','\x28','\x22','\x24','\x38','\x3e','\x24','\x10','\x00','\x24','\x12','\x24','\x3f','\xba','\x32','\x20','\x6a','\x63','\x60','\xce','\x43','\x43','\x07','\x80','\x84','\x03','\x21','\x80','\xe0','\x3f','\xc0','\xc0','\x31','\x80','\xc0','\x31','\x90','\xc6','\x31','\x9f','\xff','\x31','\x98','\x00','\x3f','\x98','\x00','\x31','\x98','\x70','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x3f','\x98','\x6c','\x31','\x9b','\xfe','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x3f','\x90','\x60','\x00','\x10','\x60','\x22','\x10','\x60','\x39','\xa0','\x60','\x30','\xc0','\x66','\x60','\xcf','\xff','\x80','\x00','\x00','\x01','\x00','\x80','\x01','\xff','\xc0','\x01','\x00','\x80','\x01','\xff','\x80','\x01','\x00','\x80','\x01','\xff','\x80','\x01','\x00','\x80','\x01','\xff','\x80','\x00','\x40','\x00','\x00','\xe3','\xe0','\x07','\x00','\xe0','\x00','\x00','\x00','\x20','\x42','\x04','\x3f','\xe3','\xfe','\x20','\x42','\x04','\x3f','\xc3','\xfc','\x20','\x42','\x04','\x3f','\xc3','\xfc','\x20','\x42','\x04','\x3f','\xc3','\xfc','\x00','\x00','\x00','\x11','\x81','\x18','\x38','\xe3','\x8e','\xc0','\x6c','\x06','\x23','\x01','\xc0','\x3f','\x81','\x86','\x33','\x7f','\xff','\x33','\x01','\x80','\x33','\x1f','\xfc','\x33','\x00','\x00','\x3f','\x3f','\xfe','\x33','\x22','\x42','\x33','\x2c','\x7a','\x33','\x20','\x02','\x33','\x3f','\xfe','\x3f','\x00','\x00','\x33','\x10','\x04','\x33','\x1f','\xfe','\x33','\x10','\x04','\x33','\x1f','\xfc','\x33','\x10','\x04','\x3f','\x1f','\xfc','\x00','\x10','\x04','\x22','\x1f','\xfc','\x39','\x08','\x00','\x31','\x8e','\x38','\x61','\x9c','\x0e','\x80','\x60','\x06','\x07','\x04','\x0c','\x06','\x07','\xfe','\x06','\x06','\x0c','\x06','\x66','\x0c','\x7f','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x06','\x36','\x00','\xff','\xfe','\x00','\x09','\x86','\x06','\x09','\x87','\xff','\x49','\x86','\x86','\x79','\xc6','\x86','\x69','\xa6','\x4c','\x69','\xb6','\x4c','\x49','\xb6','\x28','\x59','\x86','\x38','\x91','\x86','\x10','\x11','\x86','\x38','\x31','\x86','\x2c','\x21','\x86','\x6f','\x4f','\x86','\x46','\x83','\x06','\x86','\x07','\x01','\xc0','\x06','\x01','\x84','\x06','\x01','\x87','\x06','\x61','\x96','\x7f','\xff','\xfc','\x06','\x01','\x8c','\x06','\x01','\x98','\x06','\x01','\xb0','\x06','\x31','\xa6','\xff','\xff','\xff','\x09','\x80','\xc0','\x09','\x81','\x80','\x49','\x83','\x00','\x79','\xc6','\x0c','\x69','\xab','\xfe','\x69','\xb3','\x0c','\x49','\x9b','\x0c','\x59','\x9b','\x0c','\x91','\x83','\xfc','\x11','\x83','\x0c','\x31','\x83','\x0c','\x21','\x83','\x0c','\x4f','\x83','\xfc','\x83','\x03','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x40','\x0c','\x00','\x70','\x03','\x80','\xe0','\x01','\xc1','\xc0','\x00','\xc3','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x08','\x60','\x00','\x0b','\x80','\x00','\x14','\x00','\x00','\x33','\x00','\x00','\xe1','\xe0','\x00','\x60','\x7f','\xff','\x40','\x0f','\xfe','\x07','\x00','\x1c','\x06','\x00','\x18','\x06','\x43','\x98','\x7f','\xe3','\x18','\x06','\x03','\x18','\x06','\x03','\x18','\x06','\x03','\x18','\x06','\x23','\x18','\xff','\xf3','\x18','\x06','\x03','\x18','\x06','\x03','\x18','\x26','\x03','\x1a','\x36','\x43','\x1f','\x37','\xe3','\x78','\x36','\x03','\x98','\x36','\x1c','\x18','\x36','\x00','\x18','\x36','\x00','\x18','\x2e','\x00','\x18','\x26','\x00','\x18','\x63','\xc0','\x00','\x40','\xff','\xff','\x40','\x1f','\xfe','\x80','\x00','\x00','\x07','\x00','\xc0','\x06','\x00','\xc0','\x06','\x41','\xa0','\x7f','\xe1','\xa0','\x06','\x03','\x10','\x06','\x02','\x18','\x06','\x04','\x0c','\x06','\x28','\x8f','\xff','\xf0','\xc6','\x06','\x01','\x80','\x06','\x03','\x20','\x26','\x04','\x30','\x36','\x40','\x60','\x37','\xe0','\xc4','\x36','\x01','\x8e','\x36','\x06','\x1c','\x36','\x00','\x38','\x36','\x00','\xe0','\x2e','\x03','\x80','\x26','\x0c','\x00','\x63','\xc0','\x00','\x40','\xff','\xff','\x40','\x1f','\xfe','\x80','\x00','\x00','\x07','\x00','\xe4','\x06','\x08','\xc6','\x06','\x44','\xcc','\x7f','\xe6','\xc8','\x06','\x06','\xd0','\x06','\x00','\xc0','\x06','\x07','\xfc','\x06','\x26','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x26','\x06','\x0c','\x36','\x46','\x0c','\x37','\xe6','\x0c','\x36','\x07','\xfc','\x36','\x06','\x0c','\x36','\x06','\x0c','\x36','\x06','\x0c','\x2e','\x06','\x7c','\x26','\x06','\x18','\x63','\xc0','\x00','\x40','\xff','\xff','\x40','\x1f','\xfe','\x80','\x00','\x00','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc6','\x30','\xff','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xcc','\x76','\x1f','\xfe','\x66','\xc4','\x0c','\x67','\xe4','\x18','\x66','\x02','\x18','\x66','\x02','\x30','\x66','\x01','\x30','\x66','\x01','\xe0','\x66','\x00','\xc0','\x66','\x01','\xe0','\x67','\xc3','\x78','\xfe','\x06','\x3f','\x70','\x0c','\x1e','\x40','\x30','\x06','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xce','\xc0','\x30','\xcc','\xc0','\x3f','\xcc','\xc0','\x06','\x0c','\xcc','\x06','\x0c','\xfe','\x76','\x0c','\xc0','\x66','\xcc','\xc0','\x67','\xec','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x67','\xcc','\xc0','\xfe','\x0c','\xc6','\x70','\x7f','\xff','\x40','\x00','\x00','\x20','\xc1','\xc0','\x3f','\xe1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x8c','\x30','\xdf','\xfe','\x30','\xc1','\x80','\x30','\xc1','\x80','\x3f','\xc1','\x80','\x06','\x01','\x80','\x06','\x01','\x86','\x76','\x3f','\xff','\x66','\xc3','\x40','\x67','\xe3','\x40','\x66','\x03','\x40','\x66','\x03','\x20','\x66','\x06','\x20','\x66','\x06','\x30','\x66','\x06','\x30','\x66','\x04','\x18','\x67','\x8c','\x1c','\xfe','\x08','\x0f','\x70','\x10','\x0e','\x40','\x60','\x06','\x43','\x18','\x00','\x7f','\x90','\x00','\x63','\x10','\x26','\x63','\x10','\x3f','\x63','\x10','\x26','\x63','\x13','\x26','\x63','\xff','\xa6','\x63','\x13','\x26','\x7f','\x13','\x26','\x0c','\x13','\x26','\x0c','\x13','\x26','\x4c','\x13','\x26','\x4d','\x13','\x26','\x4f','\x93','\x26','\x4c','\x33','\x26','\x4c','\x23','\x26','\x4c','\x23','\x26','\x4c','\x23','\x26','\x4c','\x23','\x26','\x4c','\x67','\x26','\x4f','\x46','\x3e','\xfc','\x46','\x26','\x70','\x9e','\x00','\x41','\x0c','\x00','\x41','\x90','\x06','\x7f','\xdf','\xff','\x61','\x99','\x26','\x61','\x99','\x26','\x61','\x99','\x26','\x61','\x99','\x26','\x61','\x99','\x26','\x61','\x99','\x26','\x7f','\x99','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x4c','\x3f','\xff','\x4d','\x99','\x26','\x4f','\xd9','\x26','\x4c','\x19','\x26','\x4c','\x19','\x26','\x4c','\x19','\x26','\x4c','\x19','\x26','\x4c','\x19','\x26','\x4c','\x19','\x26','\x4f','\x99','\x26','\xfc','\x19','\x26','\x70','\x18','\x1e','\x40','\x18','\x0c','\x20','\xc0','\x06','\x3f','\xff','\xff','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc3','\x00','\x30','\xc3','\x00','\x3f','\xc3','\x00','\x06','\x02','\x00','\x06','\x06','\x0c','\x76','\x07','\xfe','\x66','\xc6','\x0c','\x67','\xee','\x0c','\x66','\x0e','\x0c','\x66','\x16','\x0c','\x66','\x26','\x0c','\x66','\x06','\x0c','\x66','\x06','\x0c','\x66','\x06','\x0c','\x67','\xc6','\x0c','\xfe','\x07','\xfc','\x70','\x06','\x0c','\x40','\x06','\x0c','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc8','\xc0','\x30','\xce','\xc0','\x30','\xcc','\xc0','\x30','\xcc','\xcc','\x30','\xcf','\xfe','\x30','\xc8','\xc0','\x3f','\xc8','\xc0','\x06','\x10','\xc0','\x06','\x00','\xc0','\x76','\x00','\xc6','\x66','\xdf','\xff','\x67','\xe1','\xa0','\x66','\x01','\xa0','\x66','\x01','\xa0','\x66','\x03','\x30','\x66','\x03','\x10','\x66','\x03','\x10','\x66','\x06','\x18','\x67','\xc6','\x1c','\xfe','\x0c','\x0f','\x70','\x18','\x0e','\x40','\x60','\x06','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xd0','\xc6','\x30','\xdf','\xff','\x30','\xd8','\xc6','\x30','\xd8','\xc6','\x3f','\xd8','\xc4','\x06','\x18','\xc0','\x06','\x18','\xcc','\x76','\x1f','\xfe','\x66','\xda','\x0c','\x67','\xfa','\x0c','\x66','\x19','\x18','\x66','\x19','\x18','\x66','\x10','\xb0','\x66','\x10','\xe0','\x66','\x30','\x40','\x66','\x20','\xe0','\x67','\xe1','\xb8','\xfe','\x43','\x1f','\x70','\x86','\x0e','\x40','\x18','\x06','\x20','\xc3','\xa0','\x3f','\xe3','\x18','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x00','\x30','\xc3','\x06','\x30','\xff','\xff','\x30','\xc3','\x00','\x3f','\xc3','\x00','\x06','\x07','\x10','\x06','\x06','\x1c','\x76','\x06','\x18','\x66','\xc6','\x18','\x67','\xe5','\x30','\x66','\x0d','\x30','\x66','\x0c','\xa0','\x66','\x0c','\xe0','\x66','\x08','\x40','\x66','\x18','\xe0','\x67','\x90','\xb0','\x7e','\x31','\x18','\xf8','\x22','\x1f','\x60','\x44','\x0e','\x40','\x88','\x06','\x41','\x88','\x00','\x7f','\xce','\x00','\x61','\x8c','\x30','\x61','\x8f','\xf8','\x61','\x98','\x60','\x61','\x90','\xc0','\x61','\xa0','\x80','\x61','\xc1','\x06','\x7f','\x9f','\xff','\x0c','\x18','\x00','\x0c','\x18','\x00','\x4c','\x1a','\x0c','\x4d','\x9b','\xfe','\x4f','\xdb','\x0c','\x4c','\x1b','\x0c','\x4c','\x1b','\x0c','\x4c','\x1b','\x0c','\x4c','\x13','\x3c','\x4c','\x33','\x18','\x4c','\x23','\x02','\x4f','\x23','\x02','\xfc','\x43','\x03','\x70','\x83','\xff','\x40','\x01','\xfe','\x00','\x10','\x60','\x01','\x9f','\xf0','\xff','\xd8','\x60','\x0c','\x18','\x60','\x0c','\x1c','\x60','\x0c','\x1a','\x62','\x0c','\x1b','\x62','\x0f','\xb3','\x63','\xfc','\x30','\x7f','\x70','\x60','\x3e','\x40','\x80','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x04','\x18','\x30','\x07','\x1f','\xf8','\x0e','\x18','\x00','\x0d','\x18','\x00','\x18','\xf8','\x00','\x30','\x3f','\xff','\xc0','\x07','\xfe','\x20','\xc8','\x18','\x3f','\xef','\xfc','\x30','\xcc','\x18','\x30','\xcc','\x18','\x30','\xcc','\x18','\x30','\xcf','\xf8','\x30','\xcc','\x18','\x30','\xcc','\x18','\x3f','\xcc','\x18','\x06','\x0c','\x18','\x06','\x0f','\xf8','\x76','\x0c','\x84','\x66','\xcc','\x87','\x67','\xec','\x46','\x66','\x0c','\x4c','\x66','\x0c','\x50','\x66','\x0c','\x60','\x66','\x0c','\x20','\x66','\x0c','\x30','\x66','\x0c','\x30','\x67','\x8f','\xd8','\xfe','\x3f','\x1f','\x70','\x1c','\x0e','\x40','\x10','\x06','\x20','\xc0','\xe0','\x3f','\xe8','\xc0','\x30','\xce','\xc0','\x30','\xcc','\xc0','\x30','\xcc','\xcc','\x30','\xcf','\xfe','\x30','\xc8','\xc0','\x30','\xc8','\xc0','\x3f','\xd0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x76','\x3f','\xff','\x66','\xc3','\x30','\x67','\xe3','\x30','\x66','\x03','\x30','\x66','\x03','\x30','\x66','\x06','\x30','\x66','\x06','\x30','\x66','\x06','\x32','\x66','\x04','\x32','\x67','\x8c','\x32','\xfe','\x08','\x33','\x70','\x10','\x3f','\x40','\x60','\x1e','\x41','\x90','\x0c','\x7f','\xdf','\xfe','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x9f','\xfc','\x61','\x98','\x0c','\x7f','\x98','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x4c','\x18','\x06','\x4d','\x98','\x06','\x4f','\xdb','\xe6','\x4c','\x1a','\x26','\x4c','\x32','\x26','\x4c','\x32','\x26','\x4c','\x32','\x26','\x4c','\x23','\xe6','\x4c','\x60','\x06','\x4f','\x40','\x0e','\xfc','\x80','\x0c','\x70','\x00','\x7c','\x40','\x00','\x18','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc6','\x30','\xff','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xd0','\xc6','\x30','\xdf','\xff','\x3f','\xd8','\xc6','\x06','\x18','\xc6','\x06','\x18','\xc6','\x76','\x18','\xc6','\x66','\x1f','\xfe','\x66','\xd8','\xc6','\x67','\xe1','\xc0','\x66','\x01','\xe0','\x66','\x03','\xe0','\x66','\x02','\xd0','\x66','\x06','\xd8','\x66','\x0c','\xcf','\x67','\x98','\xce','\xfe','\x60','\xc6','\x70','\x00','\xc0','\x40','\x00','\xc0','\x20','\xc1','\xc0','\x3f','\xe1','\x80','\x30','\xc1','\x80','\x30','\xc9','\x98','\x30','\xcf','\xfc','\x30','\xcc','\x18','\x30','\xcc','\x18','\x30','\xcc','\x18','\x3f','\xcf','\xf8','\x06','\x0c','\x18','\x06','\x0c','\x18','\x76','\x0c','\x18','\x66','\xcf','\xf8','\x67','\xec','\x44','\x66','\x0c','\x47','\x66','\x0c','\x46','\x66','\x0c','\x64','\x66','\x0c','\x28','\x66','\x0c','\x30','\x66','\x0c','\x30','\x67','\x8f','\xd8','\xfe','\x3f','\x1f','\x70','\x1c','\x0e','\x40','\x10','\x06','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xcc','\x30','\xdf','\xfe','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x3f','\xc0','\xc6','\x06','\x3f','\xff','\x06','\x00','\xc0','\x76','\x00','\xc0','\x66','\xd0','\xc0','\x67','\xfc','\xcc','\x66','\x18','\xfe','\x66','\x18','\xc0','\x66','\x18','\xc0','\x66','\x18','\xc0','\x66','\x18','\xc0','\x66','\x34','\xc0','\x67','\xb2','\xc0','\xfe','\x23','\xc0','\x70','\x41','\xff','\x40','\x80','\x7e','\x20','\xc8','\x0c','\x3f','\xef','\xfe','\x30','\xcc','\xcc','\x30','\xcc','\xcc','\x30','\xcc','\xcc','\x30','\xcf','\xfc','\x30','\xcc','\xcc','\x30','\xcc','\xcc','\x3f','\xcc','\xcc','\x06','\x0c','\xcc','\x06','\x0f','\xfc','\x76','\x0c','\xcc','\x66','\xc0','\xc0','\x67','\xe0','\xc6','\x66','\x1f','\xff','\x66','\x03','\xd0','\x66','\x03','\xd8','\x66','\x06','\xc8','\x66','\x06','\xcc','\x66','\x0c','\xcf','\x67','\x88','\xc6','\xfe','\x10','\xc6','\x70','\x20','\xc0','\x40','\x00','\xc0','\x41','\x90','\x0c','\x7f','\xdf','\xfe','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x9f','\xfc','\x61','\x98','\x0c','\x7f','\x98','\xe0','\x0c','\x18','\xc0','\x0c','\x18','\xc6','\x4c','\x1f','\xff','\x4d','\x98','\xc0','\x4f','\xd8','\xc0','\x4c','\x18','\xc0','\x4c','\x14','\xcc','\x4c','\x37','\xfe','\x4c','\x36','\x0c','\x4c','\x26','\x0c','\x4c','\x66','\x0c','\x4f','\x46','\x0c','\xfc','\x86','\x0c','\x70','\x07','\xfc','\x40','\x06','\x0c','\x20','\xc7','\x60','\x3f','\xe6','\x30','\x30','\xc6','\x0c','\x30','\xc2','\x7e','\x30','\xc3','\xc0','\x30','\xff','\x30','\x30','\xc1','\x60','\x30','\xc1','\x82','\x3f','\xc2','\xc2','\x06','\x0c','\x72','\x06','\x30','\x1f','\x76','\x06','\xc7','\x66','\xc6','\x60','\x67','\xe2','\x1e','\x66','\x03','\xe0','\x66','\x3f','\x10','\x66','\x01','\x18','\x66','\x01','\xb0','\x66','\x00','\xe0','\x66','\x01','\xc2','\x67','\xc3','\x62','\xfe','\x0e','\x3a','\x78','\x38','\x1f','\x40','\x00','\x07','\x43','\x10','\x00','\x7f','\x9c','\x00','\x63','\x18','\x00','\x63','\x18','\x46','\x63','\x11','\x7f','\x63','\x3f','\xe6','\x63','\x2c','\x66','\x63','\x4c','\x66','\x7f','\x0c','\x66','\x0c','\x0c','\x66','\x0c','\x0d','\x66','\x4c','\x7f','\xe6','\x4c','\x0c','\x66','\x4d','\x8c','\x66','\x4f','\xcc','\x66','\x4c','\x0c','\x66','\x4c','\x0a','\x66','\x4c','\x1a','\x66','\x4c','\x1b','\x66','\x4c','\x13','\x66','\x4f','\xb3','\x7e','\xfe','\x20','\x66','\x70','\x40','\x00','\x40','\x80','\x00','\x20','\xc0','\x0c','\x3f','\xef','\xfe','\x30','\xc0','\x18','\x30','\xc2','\x30','\x30','\xc1','\xc0','\x30','\xc0','\xc6','\x30','\xdf','\xff','\x30','\xc1','\xc6','\x3f','\xc3','\xc4','\x06','\x06','\xc8','\x06','\x0c','\xc0','\x76','\x10','\xc0','\x66','\xc0','\x00','\x67','\xe0','\xe0','\x66','\x00','\xc6','\x66','\x3f','\xff','\x66','\x03','\xd0','\x66','\x03','\xd0','\x66','\x06','\xc8','\x66','\x06','\xcc','\x67','\x8c','\xcf','\xfe','\x18','\xc6','\x70','\x60','\xc6','\x40','\x00','\xc0','\x41','\x80','\x18','\x7f','\xc0','\xfc','\x61','\x8f','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc6','\x61','\xbf','\xff','\x61','\x80','\xc0','\x61','\x88','\xc4','\x7f','\x8f','\xfe','\x0c','\x08','\xc4','\x0c','\x08','\xc4','\x4c','\x0f','\xfc','\x4d','\x88','\xc4','\x4f','\xc8','\xc4','\x4c','\x0f','\xfc','\x4c','\x08','\xc4','\x4c','\x00','\xc0','\x4c','\x00','\xcc','\x4c','\x1f','\xfe','\x4c','\x00','\xc0','\x4f','\x80','\xc0','\xfc','\x00','\xc6','\x70','\x3f','\xff','\x40','\x00','\x00','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x83','\x40','\x61','\x83','\x20','\x61','\x86','\x30','\x61','\x8c','\x1c','\x61','\x98','\x0f','\x61','\xe0','\x26','\x7f','\x8f','\xf0','\x0c','\x00','\x00','\x0c','\x22','\x0e','\x4c','\x3f','\x4c','\x4d','\xa2','\x4c','\x4f','\xe2','\x4c','\x4c','\x3e','\x4c','\x4c','\x22','\x4c','\x4c','\x22','\x4c','\x4c','\x3e','\x4c','\x4c','\x22','\x4c','\x4c','\x22','\x0c','\x4f','\xa2','\x0c','\xfc','\x22','\x0c','\x70','\x2e','\x3c','\x40','\x26','\x18','\x41','\x80','\x0c','\x7f','\xdf','\xfe','\x61','\x80','\x18','\x61','\x83','\x30','\x61','\x81','\xc0','\x61','\x90','\xc6','\x61','\x9f','\xff','\x61','\x98','\xc6','\x7f','\x98','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\xc6','\x4c','\x18','\xc6','\x4d','\x9f','\xfe','\x4f','\xd8','\x06','\x4c','\x01','\x80','\x4c','\x01','\x86','\x4c','\x3f','\xff','\x4c','\x03','\x06','\x4c','\x03','\x06','\x4c','\x06','\x06','\x4f','\x86','\x0e','\xfe','\x0c','\x0c','\x70','\x18','\x7c','\x40','\x60','\x18','\x41','\x80','\x18','\x7f','\xc0','\xfc','\x61','\x9f','\xc0','\x61','\x81','\x04','\x61','\xa0','\xc6','\x61','\x98','\x4c','\x61','\x89','\x08','\x61','\x81','\x80','\x7f','\x92','\x20','\x0c','\x0c','\x30','\x0c','\x06','\x60','\x4c','\x06','\x88','\x4c','\x01','\x04','\x4d','\xbf','\xfe','\x4f','\xdf','\x06','\x4c','\x10','\x00','\x4c','\x01','\x80','\x4c','\x01','\x86','\x4c','\x3f','\xff','\x4c','\x03','\x20','\x4f','\x87','\x10','\xfe','\x0e','\x1c','\x70','\x18','\x0f','\x40','\x60','\x06','\x10','\x1c','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xc3','\x0c','\x6f','\xff','\xf0','\x00','\xc3','\x00','\x1f','\xff','\xf8','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x03','\x80','\x80','\x07','\x00','\x40','\x0f','\xff','\xf0','\x1b','\x00','\xdc','\x33','\x00','\xcf','\xc3','\xff','\xc6','\x04','\x18','\x00','\x07','\x18','\x30','\x0e','\x1f','\xf8','\x0d','\x18','\x00','\x18','\xf8','\x00','\x30','\x3f','\xff','\xc0','\x07','\xfe','\x41','\x90','\x10','\x7f','\xcc','\x1c','\x61','\x86','\x18','\x61','\x86','\x20','\x61','\xbf','\xfe','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x98','\x7f','\x9f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x4c','\x01','\x86','\x4d','\xbf','\xff','\x4f','\xc6','\x00','\x4c','\x06','\x00','\x4c','\x0c','\x00','\x4c','\x0c','\x0c','\x4c','\x0f','\xfe','\x4c','\x18','\xc0','\x4c','\x90','\xc0','\x4f','\x20','\xc0','\xfc','\x40','\xc0','\x71','\x80','\xc6','\x40','\x1f','\xff','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x83','\x40','\x61','\x83','\x20','\x61','\x86','\x30','\x61','\x8c','\x1c','\x61','\x9b','\xef','\x61','\xe0','\x06','\x7f','\x8f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x0f','\xf8','\x4d','\x8c','\x18','\x4f','\xcc','\x18','\x4c','\x0f','\xf8','\x4c','\x0c','\x00','\x4c','\x18','\x00','\x4c','\x1f','\xfc','\x4c','\x16','\x0c','\x4c','\x36','\x0c','\x4f','\x26','\x0c','\xfc','\x46','\x0c','\x71','\x87','\xfc','\x40','\x06','\x0c','\x41','\x81','\xc0','\x7f','\xc1','\x80','\x61','\x81','\x80','\x61','\xb9','\x8e','\x61','\x83','\x40','\x61','\x83','\x40','\x61','\xbb','\x2e','\x61','\x86','\x30','\x7f','\x86','\x18','\x0c','\x0c','\x1c','\x0c','\x18','\x0f','\x4c','\x2f','\xfe','\x4d','\x8c','\x18','\x4f','\xcc','\x18','\x4c','\x0f','\xf8','\x4c','\x0c','\x18','\x4c','\x0c','\x18','\x4c','\x0c','\x18','\x4c','\x0f','\xf8','\x4c','\x0c','\x18','\x4f','\x8c','\x18','\xfe','\x0c','\x18','\x70','\x0c','\xf8','\x40','\x0c','\x30','\x20','\xc0','\x0c','\x3f','\xe0','\x7e','\x30','\xcf','\xe0','\x30','\xc1','\x00','\x30','\xd0','\x84','\x30','\xc8','\xc7','\x30','\xcc','\xc6','\x30','\xcc','\x0c','\x3f','\xc0','\x08','\x06','\x00','\x10','\x06','\x01','\x00','\x76','\x13','\x86','\x66','\xde','\x3f','\x67','\xf8','\x06','\x66','\x18','\x06','\x66','\x18','\x06','\x66','\x18','\x06','\x66','\x1f','\x3e','\x66','\x18','\x06','\x66','\x18','\x06','\x67','\x98','\x06','\xfe','\x18','\x06','\x70','\x1f','\xfe','\x40','\x18','\x06','\x00','\x07','\x20','\x00','\x06','\x18','\x20','\x06','\x0a','\x3f','\xff','\xff','\x30','\xc3','\x00','\x30','\xfb','\x10','\x30','\xc1','\x9c','\x3f','\xff','\x98','\x30','\xc0','\xf0','\x34','\xd0','\x62','\x26','\xcc','\xf2','\x6c','\xc4','\xbb','\x53','\xc1','\x1f','\x81','\x80','\x06','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x04','\x18','\x00','\x07','\x1f','\xfc','\x0e','\x18','\x00','\x1d','\x98','\x00','\x30','\x7f','\xff','\xc0','\x0f','\xfe','\x43','\x10','\x04','\x7f','\x9d','\x07','\x63','\x18','\x86','\x63','\x30','\x84','\x63','\x20','\xcc','\x63','\x40','\xc8','\x63','\x10','\x08','\x63','\x1c','\x12','\x7f','\x1b','\xff','\x0c','\x18','\x30','\x0c','\x18','\x30','\x4c','\x30','\x30','\x4d','\xb3','\xb0','\x4f','\xf3','\x36','\x4c','\x73','\x3f','\x4c','\xb3','\x30','\x4c','\x33','\x30','\x4c','\x33','\x30','\x4c','\x33','\x30','\x4c','\x33','\x30','\x4f','\xb2','\xb0','\xfe','\x32','\x70','\x70','\x32','\x3f','\x40','\x34','\x0e','\x41','\x80','\xe0','\x7f','\xc0','\xc0','\x61','\x80','\xc0','\x61','\xa0','\xc6','\x61','\xbf','\xff','\x61','\xb0','\x00','\x61','\xb0','\x00','\x61','\xb3','\x9c','\x7f','\xb3','\x18','\x0c','\x3f','\xff','\x0c','\x33','\x18','\x4c','\x33','\x18','\x4d','\xb3','\x18','\x4f','\xf3','\x18','\x4c','\x33','\xf8','\x4c','\x33','\x18','\x4c','\x30','\x00','\x4c','\x30','\x00','\x4c','\x30','\x00','\x4c','\x25','\x24','\x4f','\x65','\x26','\xfc','\x4d','\xb3','\x70','\x9d','\xb3','\x40','\x18','\x93','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc8','\xc0','\x30','\xc8','\xc6','\x30','\xcf','\xff','\x30','\xd8','\x06','\x30','\xd8','\x04','\x30','\xc0','\x00','\x3f','\xc0','\x18','\x06','\x0f','\xfc','\x06','\x00','\x00','\x76','\x00','\x00','\x66','\xc0','\x06','\x67','\xdf','\xff','\x66','\x00','\xc0','\x66','\x08','\xc0','\x66','\x0e','\xd0','\x66','\x0c','\xc8','\x66','\x0c','\xcc','\x66','\x18','\xc6','\x67','\x90','\xc6','\xfe','\x20','\xc6','\x70','\x07','\xc0','\x40','\x01','\x80','\x43','\x0e','\x38','\x7f','\x8c','\x30','\x63','\x0c','\x32','\x63','\x7f','\xff','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0f','\xf0','\x63','\x01','\x80','\x7f','\x41','\x82','\x0c','\x7f','\xff','\x0c','\x41','\x82','\x4c','\x41','\x82','\x4d','\x59','\xb2','\x4f','\xc9','\x92','\x4c','\x49','\x92','\x4c','\x5d','\xba','\x4c','\x55','\xaa','\x4c','\x57','\xae','\x4c','\x65','\xca','\x4c','\x41','\x82','\x4f','\xc1','\x82','\xfe','\x41','\x82','\x70','\x41','\x9e','\x40','\x41','\x8c','\x21','\x90','\x06','\x3f','\xdf','\xff','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x9f','\xfe','\x06','\x04','\xc8','\x06','\x04','\xc8','\x76','\x04','\xc8','\x66','\xbf','\xff','\x67','\xc4','\xc8','\x66','\x04','\xc8','\x66','\x04','\xc8','\x66','\x1f','\xfe','\x66','\x00','\xc0','\x66','\x00','\xc0','\x66','\x1f','\xfe','\x67','\x80','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x43','\x40','\x06','\x7f','\xff','\xff','\x63','\x40','\x20','\x63','\x51','\x38','\x63','\x49','\xb0','\x63','\x49','\x30','\x63','\x42','\x26','\x63','\x7f','\xff','\x7f','\x44','\x26','\x08','\x44','\x66','\x08','\x55','\x54','\x48','\x55','\x90','\x4b','\x55','\x10','\x4f','\xd5','\x10','\x48','\x55','\x10','\x48','\x55','\x10','\x48','\x5f','\x30','\x48','\x44','\x28','\x48','\xc4','\x28','\x4e','\x84','\x64','\xfc','\x8c','\x44','\x71','\x08','\x47','\x41','\x10','\x86','\x02','\x21','\x02','\x41','\x88','\x10','\x7f','\xc6','\x18','\x61','\x82','\x10','\x61','\x80','\x26','\x61','\xff','\xff','\x61','\x81','\x40','\x61','\x91','\x4c','\x61','\x9f','\xfe','\x7f','\x99','\x4c','\x0c','\x1a','\x4c','\x0c','\x1c','\x3c','\x4c','\x18','\x0c','\x4d','\x9f','\xfc','\x4f','\xd8','\x0c','\x4c','\x18','\x0c','\x4c','\x1f','\xfc','\x4c','\x00','\x30','\x4c','\x00','\x32','\x4c','\x7f','\xff','\x4c','\x08','\x30','\x4f','\x84','\x30','\xfe','\x06','\x30','\x70','\x06','\xf0','\x40','\x00','\x60','\x41','\x83','\x30','\x7f','\xa3','\x32','\x61','\x9b','\x33','\x61','\x8b','\x32','\x61','\x83','\x34','\x61','\x83','\x30','\x61','\xbf','\xff','\x61','\x84','\x08','\x7f','\x82','\x08','\x0c','\x02','\x10','\x0c','\x1f','\xfe','\x4c','\x00','\xc0','\x4d','\x80','\xc0','\x4f','\xdf','\xfe','\x4c','\x00','\xc0','\x4c','\x00','\xc0','\x4c','\x3f','\xff','\x4c','\x01','\xa0','\x4c','\x01','\xa0','\x4c','\x03','\x10','\x4f','\x83','\x18','\xfe','\x06','\x0c','\x70','\x0c','\x0f','\x40','\x30','\x06','\x41','\x88','\x18','\x7f','\xcf','\xfc','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8f','\xf8','\x61','\x80','\x00','\x61','\x80','\x00','\x7f','\xbe','\x3e','\x0c','\x22','\x22','\x0c','\x22','\x22','\x4c','\x22','\x22','\x4d','\xbe','\x3e','\x4f','\xc1','\xc0','\x4c','\x01','\x80','\x4c','\x01','\x86','\x4c','\x7f','\xff','\x4c','\x07','\xa0','\x4c','\x0d','\x90','\x4d','\x8d','\x98','\x4e','\x19','\x8f','\xfc','\x31','\x8e','\x70','\xc1','\x86','\x40','\x01','\x80','\x41','\x87','\x1c','\x7f','\xc6','\x18','\x61','\x86','\x18','\x61','\xbf','\xff','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x81','\xc0','\x61','\x81','\x88','\x7f','\x9f','\xfe','\x0c','\x01','\x8c','\x0c','\x01','\x98','\x4c','\x01','\xb2','\x4d','\xbf','\xff','\x4f','\xc0','\xc0','\x4c','\x01','\x8c','\x4c','\x07','\xfe','\x4c','\x0e','\x0c','\x4c','\x36','\x0c','\x4c','\x07','\xfc','\x4c','\x06','\x0c','\x4f','\x86','\x0c','\xfe','\x06','\x0c','\x70','\x07','\xfc','\x40','\x06','\x0c','\x43','\x20','\x0c','\x7f','\xbf','\xfe','\x63','\x32','\x4c','\x63','\x32','\x4c','\x63','\x32','\x4c','\x63','\x3f','\xfc','\x63','\x06','\x00','\x63','\x0c','\x00','\x7f','\x08','\x06','\x0c','\x1f','\xff','\x0c','\x32','\x06','\x4c','\x42','\x06','\x4c','\x3f','\xe6','\x4f','\xa2','\x26','\x4c','\x22','\x26','\x4c','\x22','\x26','\x4c','\x3f','\xe6','\x4c','\x02','\x06','\x4c','\x02','\x86','\x4d','\x82','\x66','\x4e','\x07','\xac','\xfc','\x7c','\x0c','\x70','\x30','\x7c','\x40','\x00','\x18','\x10','\x60','\xe0','\x1f','\xf0','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe3','\x18','\x18','\x01','\x10','\x18','\x0f','\xfe','\x1f','\xe0','\xc0','\x1c','\x60','\xc0','\x3c','\x6f','\xfe','\x2c','\x60','\xc0','\x2f','\xe0','\xc0','\x4c','\x00','\xc0','\x80','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x04','\x18','\x00','\x07','\x1f','\xfc','\x0e','\x18','\x00','\x1d','\x98','\x00','\x30','\x7f','\xff','\xc0','\x07','\xfe','\x41','\x81','\xc0','\x7f','\xc1','\x80','\x61','\x81','\x86','\x61','\xff','\xff','\x61','\x84','\x40','\x61','\x82','\x66','\x61','\xbd','\x5c','\x61','\x95','\x94','\x7f','\x95','\x94','\x0c','\x35','\x96','\x0c','\x25','\x93','\x4c','\x4d','\x9a','\x4d','\x81','\x80','\x4f','\xd8','\x0c','\x4c','\x18','\x0c','\x4c','\x1f','\xfc','\x4c','\x18','\x0c','\x4c','\x18','\x0c','\x4c','\x1f','\xfc','\x4c','\x18','\x0c','\x4f','\x90','\x0c','\xfe','\x30','\x0c','\x70','\x20','\x0c','\x40','\xc0','\x0c','\x43','\x01','\x80','\x7f','\x81','\x00','\x63','\x3f','\xfc','\x63','\x01','\x00','\x63','\x01','\x00','\x63','\x1f','\xf8','\x63','\x00','\x02','\x63','\x7f','\xff','\x7f','\x00','\x02','\x0c','\x1f','\xf4','\x0c','\x01','\x00','\x4d','\x01','\x00','\x4f','\xbf','\xf8','\x4c','\x00','\x00','\x4c','\xff','\xff','\x4c','\x00','\x18','\x4c','\x00','\x18','\x4c','\x7d','\xff','\x4c','\x44','\x18','\x4c','\x45','\x98','\x4f','\x44','\x98','\xfc','\x7c','\x18','\x70','\x00','\x78','\x40','\x00','\x30','\x43','\x03','\x06','\x7f','\xa7','\xcf','\x63','\x3c','\x78','\x63','\x20','\x40','\x63','\x3f','\xff','\x63','\x26','\x4c','\x63','\x26','\x4c','\x63','\x26','\x4c','\x7f','\x26','\x8c','\x0c','\x40','\x00','\x0c','\x1f','\xfc','\x4c','\x18','\x0c','\x4d','\x98','\x0c','\x4f','\xdf','\xfc','\x4c','\x18','\x0c','\x4c','\x18','\x0c','\x4c','\x1f','\xfc','\x4c','\x18','\x0c','\x4c','\x18','\x0c','\x4c','\x1f','\xfc','\x4f','\x84','\x00','\xfe','\x0e','\x18','\x70','\x18','\x0e','\x40','\x60','\x06','\x22','\x41','\x12','\x3f','\x21','\x9f','\x22','\x21','\x13','\x22','\x02','\x12','\x23','\xff','\xd2','\x22','\x14','\x12','\x22','\x14','\x12','\x22','\xff','\x92','\x3e','\x94','\x94','\x08','\xa4','\x94','\x08','\xc7','\x94','\x48','\x80','\x92','\x4a','\xff','\x92','\x4f','\x80','\x92','\x48','\x80','\x92','\x48','\xff','\x92','\x48','\x18','\x12','\x48','\x18','\x12','\x49','\xff','\xd2','\x48','\x34','\x1e','\x4f','\x32','\x16','\xfc','\x63','\x10','\x70','\xc1','\x90','\x41','\x01','\x90','\x43','\x01','\xc0','\x7f','\xa1','\x86','\x63','\x3f','\xff','\x63','\x20','\x00','\x63','\x27','\xfc','\x63','\x24','\x44','\x63','\x24','\x44','\x63','\x27','\xfc','\x7f','\x24','\x44','\x0c','\x24','\x44','\x0c','\x27','\xfc','\x4c','\x20','\x40','\x4d','\x27','\xfc','\x4f','\xa0','\x40','\x4c','\x3f','\xff','\x4c','\x21','\x10','\x4c','\x22','\x12','\x4c','\x2c','\x4e','\x4c','\x60','\x40','\x4f','\x4f','\xfe','\x4c','\x40','\x40','\xf8','\x80','\x40','\x60','\x1f','\xff','\x40','\x00','\x00','\x43','\x22','\x22','\x7f','\xbf','\x3f','\x63','\x22','\x22','\x63','\x22','\x22','\x63','\x3e','\x3e','\x63','\x22','\x22','\x63','\x22','\x22','\x63','\x3e','\x3e','\x7f','\x23','\x22','\x0c','\x22','\x62','\x0c','\x24','\x42','\x4c','\x27','\xfa','\x4d','\x2c','\x42','\x4f','\xb4','\x42','\x4c','\x27','\xf2','\x4c','\x24','\x42','\x4c','\x24','\x42','\x4c','\x27','\xf2','\x4c','\x24','\x42','\x4c','\x24','\x42','\x4f','\x27','\xfa','\xfc','\x24','\x02','\x70','\x20','\x3e','\x40','\x20','\x0c','\x43','\x07','\x38','\x7f','\x86','\x32','\x63','\x7f','\xff','\x63','\x06','\x30','\x63','\x06','\x30','\x63','\x00','\x00','\x63','\x3e','\x3e','\x63','\x22','\x22','\x7f','\x3e','\x3e','\x0c','\x22','\x22','\x0c','\x22','\x22','\x4c','\x3f','\x3e','\x4d','\x22','\x62','\x4f','\xa4','\x42','\x4c','\x27','\xfa','\x4c','\x2c','\x42','\x4c','\x37','\xf2','\x4c','\x24','\x42','\x4c','\x27','\xf2','\x4c','\x24','\x42','\x4f','\x27','\xfa','\xfc','\x24','\x02','\x70','\x20','\x3e','\x40','\x20','\x0c','\x43','\x00','\x0c','\x7f','\xbf','\xfe','\x63','\x04','\x10','\x63','\x07','\xf0','\x63','\x04','\x10','\x63','\x04','\x10','\x63','\x07','\xf0','\x63','\x04','\x10','\x7f','\x04','\x1e','\x0c','\x3f','\xf0','\x0c','\x18','\x10','\x4c','\x03','\x06','\x4d','\x7f','\xff','\x4f','\xa2','\x44','\x4c','\x22','\x44','\x4c','\x3e','\x7c','\x4c','\x22','\x44','\x4c','\x22','\x44','\x4c','\x3e','\x7c','\x4c','\x22','\x44','\x4f','\x22','\x44','\xfc','\xff','\xfc','\x70','\x62','\xc4','\x40','\x02','\x04','\x04','\x00','\x00','\x07','\x00','\x0c','\x06','\x0f','\xfe','\x24','\xc0','\x0c','\x3f','\xe0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x3f','\xc4','\x0c','\x30','\xc7','\xfc','\x30','\xc6','\x0c','\x30','\xc6','\x00','\x3f','\xc6','\x00','\x30','\xc6','\x06','\x30','\xc7','\xff','\x30','\xcc','\x06','\xff','\xcc','\x06','\x71','\xc0','\x0e','\x43','\xc0','\x0c','\x06','\xc0','\x0c','\x0c','\xc0','\x1c','\x30','\xc0','\x18','\xc0','\xc0','\x38','\x07','\xc1','\xf0','\x01','\x80','\x60','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc0','\xc0','\x3f','\xe0','\xc0','\x30','\xc0','\xc6','\x30','\xdf','\xff','\x3f','\xc1','\xd0','\x30','\xc1','\xd0','\x30','\xc1','\xd0','\x30','\xc3','\xd0','\x3f','\xc3','\xd8','\x30','\xc2','\xc8','\x30','\xc2','\xc8','\x30','\xc6','\xcc','\xff','\xc4','\xcc','\x71','\xcc','\xcf','\x43','\xc8','\xc6','\x06','\xd3','\xf6','\x0c','\xc0','\xc0','\x30','\xc0','\xc0','\xc0','\xc0','\xc0','\x07','\xc0','\xc0','\x01','\x80','\xc0','\x08','\x01','\xb0','\x0e','\x01','\x20','\x0c','\x09','\x24','\x29','\x8f','\xfe','\x3f','\xc9','\x24','\x31','\x89','\x24','\x31','\x8f','\xfc','\x3f','\x89','\x24','\x31','\x89','\x24','\x31','\x8f','\xfc','\x31','\x80','\x00','\x3f','\xbf','\xff','\x31','\x80','\x00','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\xff','\x8c','\x0c','\x73','\x8f','\xfc','\x47','\x80','\x00','\x0d','\x88','\x10','\x19','\x86','\x1c','\x31','\x82','\x18','\xc1','\x80','\x20','\x0f','\xbf','\xff','\x03','\x00','\x00','\x04','\x00','\x30','\x07','\x1f','\xf8','\x06','\x06','\x30','\x24','\xc6','\x30','\x3f','\xe6','\x36','\x30','\xc6','\x7f','\x30','\xc6','\x66','\x3f','\xcc','\x06','\x30','\xcc','\x06','\x30','\xc8','\x06','\x30','\xd0','\x3e','\x3f','\xe0','\x0c','\x30','\xc1','\xc0','\x30','\xc1','\x86','\x30','\xff','\xff','\xff','\xc3','\xa0','\x71','\xc7','\xa0','\x43','\xc5','\x90','\x06','\xcd','\x98','\x0c','\xc9','\x8f','\x30','\xd1','\x8e','\xc0','\xe1','\x86','\x07','\xc1','\x80','\x01','\x81','\x80','\x08','\x08','\x10','\x0e','\x06','\x1c','\x0c','\x02','\x18','\x29','\x80','\x20','\x3f','\xdf','\xfe','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc8','\x31','\x8f','\xfc','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc2','\x31','\xbf','\xff','\x31','\x80','\x00','\x31','\x81','\xc0','\xff','\x81','\x82','\x73','\xbf','\xff','\x47','\x81','\xa0','\x0d','\x81','\xa0','\x19','\x83','\x10','\x31','\x83','\x18','\xc1','\x86','\x0f','\x0f','\x8c','\x0e','\x03','\x30','\x06','\x08','\x40','\x06','\x0e','\x7f','\xff','\x0c','\x60','\x00','\x2a','\x64','\x40','\x3f','\x66','\x68','\x22','\x66','\x6c','\x22','\x66','\x48','\x3e','\x64','\xfe','\x22','\x64','\x90','\x22','\x6d','\x90','\x22','\x6d','\x90','\x3e','\x6e','\x94','\x22','\x74','\xfe','\x22','\x64','\x90','\x22','\x64','\x90','\xfe','\x64','\x90','\x66','\x64','\x94','\x4e','\x64','\xfe','\x0a','\x44','\x90','\x12','\x44','\x90','\x22','\xc4','\x90','\xc2','\x84','\x92','\x0f','\x04','\xff','\x06','\x04','\x80','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x41','\x86','\x2a','\x7f','\xff','\x3f','\x64','\x40','\x22','\x66','\x64','\x22','\x66','\x48','\x3e','\x64','\xfe','\x22','\x6c','\x90','\x22','\x6d','\xfe','\x22','\x76','\x90','\x3e','\x64','\xfe','\x22','\x64','\x90','\x22','\x64','\x90','\x22','\x64','\xff','\xfe','\x64','\x00','\x66','\x60','\xc0','\x4e','\x60','\x60','\x0a','\x43','\x66','\x12','\x4b','\x03','\x22','\x4b','\x13','\xc2','\x9b','\x18','\x0e','\x1b','\xf8','\x06','\x01','\xf0','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x0c','\xc0','\xff','\xfe','\xc0','\x03','\x00','\xc0','\x43','\x18','\xc0','\x7f','\xfc','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x7f','\xf8','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x7f','\xf8','\xc0','\x63','\x18','\xc0','\x03','\x00','\xc0','\x03','\x0c','\xc0','\xff','\xfe','\xc2','\x03','\x00','\xc2','\x03','\x00','\xc2','\x03','\x00','\xc3','\x03','\x00','\xff','\x03','\x00','\x7e','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0d','\x98','\x00','\xff','\xd8','\x00','\x0c','\x18','\x00','\x0c','\x19','\x0c','\x7f','\x99','\xfe','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x7f','\x99','\x8c','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x7f','\x99','\xbc','\x0c','\x19','\x98','\x0c','\x19','\x80','\x0d','\x91','\x80','\xff','\xd1','\x82','\x0c','\x31','\x82','\x0c','\x21','\x82','\x0c','\x21','\x83','\x0c','\x41','\xff','\x0c','\x00','\xfe','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x1c','\x18','\x30','\x07','\x80','\xf8','\x01','\x83','\x80','\x00','\x00','\x00','\x00','\x66','\x00','\x01','\x81','\xc0','\x0f','\x00','\x70','\x7c','\x00','\x38','\x30','\x00','\x1c','\x20','\x00','\x0c','\x07','\x00','\xe0','\x06','\x04','\xc0','\x06','\x66','\xc0','\xff','\xf6','\xc0','\x06','\x06','\xc0','\x46','\x66','\xcc','\x7f','\xe7','\xfe','\x66','\x6c','\xc0','\x66','\x68','\xc0','\x66','\x70','\xc0','\x7f','\xe0','\xc0','\x66','\x60','\xc6','\x66','\x7f','\xff','\x66','\x61','\xa0','\x7f','\xe1','\xa0','\x66','\x61','\xa0','\x06','\x01','\x90','\x06','\x33','\x10','\xff','\xfb','\x18','\x06','\x02','\x18','\x06','\x06','\x0c','\x06','\x04','\x0f','\x06','\x08','\x06','\x06','\x30','\x06','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x6f','\xff','\xff','\xf0','\x0c','\x06','\x00','\x0c','\x46','\x60','\x0c','\x7f','\xf4','\x4c','\x66','\x67','\xec','\x66','\x64','\x4c','\x66','\x64','\x4c','\x7f','\xe4','\x4c','\x66','\x64','\x4c','\x66','\x64','\x4c','\x66','\x64','\x4c','\x7f','\xe4','\x4c','\x66','\x67','\xcc','\x06','\x04','\x4c','\x06','\x64','\x0c','\xff','\xf0','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x7c','\x06','\x00','\x18','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc3','\x40','\xff','\xe3','\x40','\x0c','\x02','\x20','\x0c','\x06','\x20','\x7f','\x84','\x10','\x4c','\x88','\x98','\x4c','\x90','\xcc','\x4c','\xa1','\x8f','\x7f','\x83','\x26','\x4c','\x86','\x30','\x4c','\x88','\x60','\x4c','\x80','\xc0','\x7f','\x81','\x80','\x0c','\x03','\x08','\x0c','\x0c','\x0e','\x0c','\xc0','\x1c','\xff','\xe0','\x38','\x0c','\x00','\x70','\x0c','\x00','\xe0','\x0c','\x01','\x80','\x0c','\x06','\x00','\x0c','\x18','\x00','\x0e','\x00','\x74','\x0c','\x00','\x62','\x0c','\xc0','\x63','\xff','\xe0','\x63','\x0c','\x00','\x60','\x0c','\x00','\x66','\x7f','\xbf','\xff','\x4c','\x80','\x60','\x4c','\x80','\x60','\x4c','\x80','\x60','\x7f','\x86','\x60','\x4c','\xbf','\x60','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x7f','\x8c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0d','\x8c','\x32','\xff','\xcc','\x12','\x0c','\x0f','\x1a','\x0c','\x7c','\x1a','\x0c','\x30','\x0f','\x0c','\x20','\x0f','\x0c','\x00','\x06','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x6f','\xff','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x46','\x61','\x80','\x7f','\xf1','\x90','\x66','\x61','\x08','\x66','\x62','\x0c','\x66','\x6f','\xfe','\x7f','\xe7','\x86','\x66','\x64','\x06','\x66','\x60','\xe0','\x66','\x60','\xc0','\x7f','\xe0','\xcc','\x66','\x6f','\xfe','\x06','\x00','\xc0','\x06','\x60','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x06','\x00','\x00','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x63','\x18','\xff','\xf3','\xfc','\x06','\x02','\x18','\x46','\x66','\x18','\x7f','\xe5','\x30','\x66','\x69','\xb0','\x66','\x60','\xe0','\x66','\x60','\x40','\x7f','\xe0','\xe0','\x66','\x61','\xb8','\x66','\x63','\x1f','\x66','\x66','\x0e','\x7f','\xf8','\x06','\x66','\x67','\xfc','\x06','\x06','\x0c','\x06','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x6f','\xff','\xff','\xf0','\x00','\x06','\x02','\x44','\x46','\x63','\x66','\x7f','\xf6','\xcc','\x66','\x64','\x90','\x66','\x69','\x20','\x66','\x64','\x90','\x7f','\xe6','\xcc','\x66','\x63','\x66','\x66','\x63','\x66','\x66','\x60','\x00','\x7f','\xe0','\x0c','\x66','\x6f','\xfe','\x06','\x00','\xc0','\x06','\x60','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0d','\xbf','\xff','\xff','\xc9','\x30','\x0c','\x09','\x30','\x0c','\x09','\x30','\x7f','\x89','\x30','\x4c','\x8f','\x30','\x4c','\x89','\x30','\x4c','\x89','\x30','\x7f','\x89','\x30','\x4c','\x89','\x30','\x4c','\x89','\x30','\x4c','\x8f','\x30','\x7f','\x89','\x30','\x0c','\x09','\x30','\x0c','\x09','\x30','\x0d','\x89','\x32','\xff','\xc9','\x32','\x0c','\x3f','\x32','\x0c','\x19','\x33','\x0c','\x11','\x3f','\x0c','\x01','\x1e','\x0c','\x01','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\xff','\xd2','\x00','\x0c','\x12','\x00','\x0c','\x12','\x0c','\x7f','\x93','\xfe','\x4c','\x9e','\x8c','\x4c','\x92','\x8c','\x4c','\x92','\x8c','\x7f','\x92','\x48','\x4c','\x92','\x58','\x4c','\x92','\x58','\x4c','\x9e','\x70','\x7f','\x92','\x30','\x0c','\x12','\x20','\x0c','\x12','\x70','\x0d','\x92','\x50','\xff','\xd2','\x58','\x0c','\x1e','\x8c','\x0c','\x72','\x8f','\x0c','\x23','\x06','\x0c','\x02','\x06','\x0c','\x02','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x30','\xff','\xe7','\xf8','\x0c','\x0c','\x60','\x0c','\x08','\x40','\x7f','\x90','\x8c','\x4c','\xbf','\xfe','\x4c','\x98','\x8c','\x4c','\x98','\x8c','\x7f','\x98','\x8c','\x4c','\x98','\x8c','\x4c','\x98','\x8c','\x4c','\x9f','\xfc','\x7f','\x98','\x6c','\x0c','\x04','\x60','\x0c','\x07','\x60','\x0c','\xc6','\x60','\xff','\xe6','\x60','\x0c','\x0c','\x62','\x0c','\x0c','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x0e','\x04','\x42','\x0c','\x06','\x63','\x0c','\xc6','\x66','\xff','\xec','\xc4','\x0c','\x08','\x88','\x0c','\x11','\x10','\x7f','\x88','\x88','\x4c','\x8c','\xc4','\x4c','\x84','\x46','\x4c','\x86','\x63','\x7f','\x86','\x63','\x4c','\x80','\x00','\x4c','\x88','\x06','\x4c','\x8f','\xff','\x7f','\x8c','\x46','\x0c','\x0c','\x46','\x0c','\x0c','\x46','\x0c','\xcf','\xfe','\xff','\xec','\x46','\x0c','\x0c','\x46','\x0c','\x0c','\x46','\x0c','\x0c','\x46','\x0c','\x0f','\xfe','\x0c','\x0c','\x06','\x0e','\x01','\x86','\x0c','\x1f','\xff','\x0c','\xc1','\x86','\xff','\xe9','\x24','\x0c','\x07','\x1c','\x0c','\x02','\x08','\x7f','\x83','\x0c','\x4c','\x85','\x96','\x4c','\x89','\xa6','\x4c','\x90','\x40','\x7f','\x80','\x00','\x4c','\x83','\x06','\x4c','\xbf','\xff','\x4c','\x82','\x46','\x7f','\x92','\x46','\x0c','\x0c','\x24','\x0c','\x06','\x2c','\x0d','\x8b','\x28','\xff','\xc9','\x90','\x0c','\x11','\xa8','\x0c','\x10','\x2c','\x0c','\x20','\x4f','\x0c','\x40','\x86','\x0c','\x01','\x06','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x80','\x80','\xff','\xc0','\x80','\x0c','\x00','\x80','\x0c','\x20','\x86','\x7f','\xbf','\xff','\x4c','\xa0','\x82','\x4c','\xa0','\x82','\x4c','\xac','\xb2','\x7f','\xa4','\x92','\x4c','\xa4','\x92','\x4c','\xa4','\x92','\x4c','\xaa','\xaa','\x7f','\xaa','\xaa','\x0c','\x2a','\xaa','\x0c','\x31','\xc6','\x0c','\xa0','\x82','\xff','\xe0','\x82','\x0c','\x20','\x82','\x0c','\x20','\x82','\x0c','\x20','\x82','\x0c','\x20','\x9e','\x0c','\x20','\x86','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x80','\x80','\xff','\xc0','\x80','\x0c','\x00','\x80','\x0c','\x20','\x86','\x7f','\xbf','\xff','\x4c','\xb0','\x86','\x4c','\xb0','\x86','\x4c','\xb0','\x86','\x7f','\xb4','\x96','\x4c','\xb4','\x96','\x4c','\xb4','\x96','\x4c','\xb4','\x96','\x7f','\xb4','\x96','\x0c','\x34','\x96','\x0c','\x37','\xf6','\x0c','\xb4','\x16','\xff','\xf0','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x03','\x81','\xc0','\x03','\x01','\x88','\x3f','\xef','\xfc','\x03','\x01','\x80','\x03','\x01','\x82','\xff','\xef','\xff','\x06','\x01','\x40','\x0d','\x83','\x20','\x0c','\xe2','\x18','\x18','\x64','\x0f','\x30','\x18','\x06','\xdf','\xff','\xf8','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\xc1','\x8c','\xff','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x02','\x00','\x7f','\xbf','\xfc','\x4c','\x86','\x40','\x4c','\x84','\x26','\x4c','\xff','\xff','\x7f','\x8c','\x18','\x4c','\x98','\x0c','\x4c','\xb0','\x0f','\x4c','\xef','\xf6','\x7f','\x81','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\xc1','\x80','\xff','\xe3','\x80','\x0c','\x03','\x60','\x0c','\x06','\x38','\x0c','\x0c','\x1c','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x07','\x00','\x06','\x06','\x0f','\xff','\x06','\x60','\x00','\xff','\xf0','\x00','\x06','\x04','\x0c','\x46','\x67','\xfe','\x7f','\xf6','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x67','\xfc','\x7f','\xe6','\x0c','\x66','\x60','\x00','\x66','\x68','\x06','\x66','\x6f','\xff','\x7f','\xec','\x46','\x66','\x6c','\x46','\x06','\x0c','\x46','\x06','\x6f','\xfe','\xff','\xfc','\x46','\x06','\x0c','\x46','\x06','\x0c','\x46','\x06','\x0f','\xfe','\x06','\x0c','\x06','\x06','\x0c','\x06','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\xcc','\x06','\xff','\xff','\xff','\x0c','\x10','\x00','\x0c','\x20','\x00','\x7f','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x7f','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x83','\x00','\x7f','\x86','\x00','\x0c','\x07','\xfc','\x0c','\x0c','\x18','\x0d','\x8a','\x30','\xff','\xd1','\x60','\x0c','\x20','\xc0','\x0c','\x01','\xe0','\x0c','\x03','\x3f','\x0c','\x0c','\x1e','\x0c','\x30','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x81','\x8c','\xff','\xdf','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7f','\xbf','\xff','\x4c','\x80','\x00','\x4c','\x90','\x0c','\x4c','\x9f','\xfe','\x7f','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x7f','\x83','\x87','\x0c','\x06','\x86','\x0c','\x0e','\x4c','\xff','\xdc','\x50','\x0c','\x3c','\x20','\x0c','\xcc','\x30','\x0c','\x0f','\xd8','\x0c','\x3f','\x1f','\x0c','\x1c','\x0e','\x0c','\x10','\x06','\x07','\x02','\x30','\x06','\x13','\xf8','\xff','\xfb','\x30','\x06','\x03','\x30','\x06','\x23','\x30','\x7f','\xf3','\x30','\x00','\x03','\x30','\x40','\x33','\x30','\x7f','\xfa','\x3f','\xc0','\x32','\x1f','\xc6','\x24','\x00','\x06','\x00','\x0c','\xff','\xf7','\xfe','\x06','\x02','\x0c','\x7f','\xe2','\x0c','\x46','\x21','\x18','\x7f','\xe1','\x18','\x46','\x21','\xb0','\x7f','\xe0','\xe0','\x06','\x00','\xe0','\xff','\xf1','\xb8','\x06','\x03','\x1f','\x06','\x06','\x0e','\x06','\x18','\x06','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\xd8','\x06','\xff','\xf8','\x06','\x0c','\x18','\x06','\x0c','\x1f','\xfe','\x7f','\x98','\x06','\x4c','\x98','\x88','\x4c','\x98','\x88','\x4c','\x98','\x88','\x7f','\x9b','\xfe','\x4c','\x98','\x88','\x4c','\x98','\x88','\x4c','\x98','\x88','\x7f','\x9f','\xff','\x0c','\x19','\x20','\x0c','\x19','\x22','\x0c','\xd9','\x37','\xff','\xf1','\x1c','\x0c','\x31','\x10','\x0c','\x21','\x18','\x0c','\x47','\xef','\x0c','\x03','\x8e','\x0c','\x02','\x06','\x0e','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x80','\xc0','\xff','\xd0','\xc6','\x0c','\x1f','\xff','\x0c','\x30','\xc6','\x7f','\xb0','\xc4','\x4c','\x8e','\xdc','\x4c','\x80','\xc0','\x4c','\x80','\xc0','\x7f','\x9e','\xde','\x4c','\x80','\xc0','\x4c','\x80','\x00','\x4c','\x80','\x0c','\x7f','\x8f','\xfe','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\xc0','\x0c','\xff','\xef','\xfc','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0f','\xfc','\x0c','\x00','\x0c','\x0e','\x00','\xe0','\x0c','\x00','\xc6','\x0c','\xdf','\xff','\xff','\xe0','\xc0','\x0c','\x00','\xc0','\x0c','\x0f','\xfc','\x7f','\x88','\xc4','\x4c','\x88','\xc4','\x4c','\x8f','\xfc','\x4c','\x88','\xc4','\x7f','\x88','\xc4','\x4c','\x8f','\xfc','\x4c','\x80','\xd0','\x4c','\x80','\xcc','\x7f','\x9f','\xf6','\x0c','\x0e','\x06','\x0c','\x00','\x18','\x0c','\xdf','\xff','\xff','\xe4','\x18','\x0c','\x02','\x18','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x00','\x78','\x0c','\x00','\x30','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\xd0','\xc6','\xff','\xff','\xff','\x0c','\x18','\x00','\x0c','\x19','\x98','\x7f','\x99','\x12','\x4c','\x9f','\xff','\x4c','\x99','\x12','\x4c','\x99','\x12','\x7f','\x99','\x12','\x4c','\x9f','\xfe','\x4c','\x98','\x00','\x4c','\x98','\x00','\x7f','\x9b','\x30','\x0c','\x1a','\x22','\x0c','\x12','\x27','\x0c','\xd3','\xfc','\xff','\xf2','\x20','\x0c','\x22','\x22','\x0c','\x22','\x22','\x0c','\x4f','\xe3','\x0c','\x07','\x3f','\x0c','\x04','\x1e','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x3f','\xc0','\xff','\xc3','\x00','\x0c','\x03','\x06','\x0c','\x3f','\xff','\x7f','\x86','\x40','\x4c','\x8c','\x20','\x4c','\x8f','\xf8','\x4c','\x9c','\x5f','\x7f','\xb4','\x46','\x4c','\xc7','\xc0','\x4c','\x80','\x00','\x4c','\xa0','\x0c','\x7f','\xbf','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x33','\xcc','\xff','\xf2','\x4c','\x0c','\x32','\x4c','\x0c','\x33','\xcc','\x0c','\x30','\x0c','\x0c','\x30','\x3c','\x0c','\x30','\x18','\x0e','\x00','\x28','\x0c','\x00','\x26','\x0c','\xd0','\x22','\xff','\xff','\xff','\x0c','\x10','\x20','\x0c','\x10','\x28','\x7f','\x97','\xae','\x4c','\x90','\x2c','\x4c','\x97','\xa8','\x4c','\x94','\xb8','\x7f','\x94','\x92','\x4c','\x97','\xba','\x4c','\x90','\x6a','\x4c','\xa0','\xce','\x7f','\xa7','\x07','\x0c','\x00','\x03','\x0c','\x01','\x00','\x0c','\xc2','\xc0','\xff','\xea','\x44','\x0c','\x0a','\x12','\x0c','\x12','\x13','\x0c','\x32','\x1b','\x0c','\x33','\xf8','\x0c','\x01','\xf0','\x0e','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x80','\xc0','\xff','\xd0','\xc6','\x0c','\x1f','\xff','\x0c','\x30','\xc6','\x7f','\xb0','\xc4','\x4c','\x8e','\xdc','\x4c','\x80','\xc0','\x4c','\x9e','\xde','\x7f','\x80','\xc0','\x4c','\x80','\x06','\x4c','\xbf','\xff','\x4c','\x80','\xc0','\x7f','\x90','\x86','\x0c','\x1f','\xff','\x0c','\x19','\x26','\x0d','\x99','\x26','\xff','\xd9','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x0c','\x19','\x3e','\x0c','\x19','\x2c','\x0e','\x00','\x80','\x0c','\x00','\xc0','\x0c','\xd0','\x82','\xff','\xe9','\xf3','\x0c','\x09','\x16','\x0c','\x0d','\x14','\x7f','\x8d','\x10','\x4c','\x81','\xf0','\x4c','\x83','\x18','\x4c','\x85','\x16','\x7f','\x9d','\x13','\x4c','\x89','\xf3','\x4c','\x80','\x00','\x4c','\x80','\xc0','\x7f','\x80','\xc6','\x0c','\x3f','\xff','\x0c','\x01','\xd0','\x0c','\xc3','\xd0','\xff','\xe3','\xc8','\x0c','\x06','\xcc','\x0c','\x04','\xcf','\x0c','\x08','\xc6','\x0c','\x30','\xc6','\x0c','\x00','\xc0','\x0e','\x00','\x00','\x0c','\x10','\x06','\x0c','\xdf','\xff','\xff','\xf8','\x00','\x0c','\x18','\x88','\x0c','\x18','\x88','\x7f','\x9f','\xff','\x4c','\x98','\x88','\x4c','\x99','\xdc','\x4c','\x99','\xae','\x7f','\x9a','\x8b','\x4c','\x9c','\x8a','\x4c','\x98','\x88','\x4c','\x98','\x00','\x7f','\x98','\x38','\x0c','\x18','\x30','\x0c','\x13','\xb4','\x0c','\xd3','\x3e','\xff','\xf3','\x30','\x0c','\x23','\x30','\x0c','\x23','\x30','\x0c','\x43','\x32','\x0c','\x1f','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\xc1','\xfc','\xff','\xe1','\x82','\x0c','\x1f','\xff','\x0c','\x11','\x06','\x7f','\x91','\xe4','\x4c','\x97','\x08','\x4c','\x91','\x0c','\x4c','\x90','\xfc','\x7f','\x90','\x00','\x4c','\x93','\xfc','\x4c','\x92','\x44','\x4c','\x93','\xfc','\x7f','\x92','\x44','\x0c','\x13','\xfc','\x0c','\x10','\x00','\x0c','\xd7','\xfe','\xff','\xf4','\x92','\x0c','\x24','\x92','\x0c','\x24','\x92','\x0c','\x44','\x92','\x0c','\x1f','\xff','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x00','\x40','\x01','\x80','\xc0','\x00','\x81','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xcc','\x30','\xcf','\xfe','\x30','\xc0','\x10','\x30','\xc4','\x1c','\x3f','\xc2','\x18','\x30','\xc3','\x18','\x30','\x03','\x30','\x30','\x00','\x26','\x30','\x1f','\xff','\x30','\xc0','\xc0','\x3f','\xe0','\xc0','\x38','\xc0','\xc0','\x78','\xc0','\xcc','\x78','\xcf','\xfe','\x58','\xc0','\xc0','\x58','\xc0','\xc0','\x98','\xc0','\xc0','\x18','\xc0','\xc0','\x1f','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc6','\xff','\xff','\xff','\x00','\x00','\xc0','\x41','\x10','\xc6','\x21','\xdf','\xff','\x31','\x98','\xc6','\x31','\x18','\xc6','\x02','\x58','\xc6','\xff','\xf8','\xc6','\x0c','\x1f','\xfe','\x0c','\x19','\xc6','\x0c','\x01','\xe0','\x0f','\xc3','\xe0','\xfe','\x03','\xd0','\x7c','\x06','\xd0','\x4c','\x06','\xd8','\x08','\x0c','\xcc','\x18','\x18','\xcf','\x10','\x30','\xc6','\x20','\xc0','\xc0','\x40','\x00','\xc0','\x00','\x60','\x70','\x03','\xf0','\x60','\xff','\x20','\x60','\x44','\x30','\x6c','\x32','\x67','\xfe','\x12','\x40','\x10','\x7f','\xf2','\x1c','\x00','\x61','\x18','\x0e','\x81','\x98','\x43','\x31','\xb0','\x7f','\xf0','\x26','\x62','\x3f','\xff','\x64','\xb0','\x60','\x7f','\xb0','\x60','\x68','\xb0','\x60','\x60','\x30','\x6c','\x6f','\xb7','\xfe','\x60','\xb0','\x60','\x65','\x30','\x60','\x62','\x30','\x60','\x65','\x30','\x60','\x68','\x30','\x60','\x61','\xf0','\x60','\x60','\x60','\x60','\x1c','\x08','\x38','\x18','\xfc','\x30','\x18','\x00','\x30','\x1a','\x00','\x36','\xff','\x05','\xff','\x00','\xfe','\x00','\x44','\x00','\x84','\x26','\x00','\x46','\x24','\x08','\x44','\x28','\xfc','\x48','\x02','\x00','\x00','\xff','\x03','\xff','\x18','\x08','\x30','\x18','\xfc','\x30','\x18','\x00','\x30','\x18','\x00','\x36','\xfe','\x8d','\xff','\x78','\xfe','\x30','\x58','\xcc','\x30','\x10','\xcc','\x30','\x10','\xcc','\x30','\x30','\xcc','\x30','\x20','\xfc','\x30','\x40','\xcc','\x30','\x00','\x00','\x00','\x40','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xff','\xff','\x0c','\x00','\x00','\xfe','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x00','\x0c','\x83','\x0c','\x0c','\xff','\xfe','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x0c','\xc3','\x0c','\xfe','\xff','\xfc','\x0c','\xc3','\x0c','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x80','\x0c','\x30','\xff','\xfe','\x18','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc8','\xcc','\x00','\xcf','\xec','\x00','\xcc','\xcc','\x00','\xcc','\xcc','\x00','\xcc','\xcc','\x0c','\xcc','\xcc','\xfe','\xcc','\xcc','\x0c','\xcf','\xcc','\x0c','\xcc','\xcc','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x7c','\x0c','\xc0','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x0c','\x30','\x7f','\xfe','\x18','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0c','\x0c','\x00','\x0c','\x1c','\x00','\x18','\x18','\x00','\x10','\xf8','\x00','\x20','\x30','\x0c','\xc0','\x00','\xfe','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x00','\x0c','\x83','\x0c','\x0c','\xff','\xfe','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x0c','\xc3','\x0c','\xfe','\xff','\xfc','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xff','\xfc','\x0c','\xc0','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x40','\x70','\x40','\x70','\x60','\x30','\x60','\x60','\x18','\x66','\x60','\x0c','\x7f','\x60','\x0c','\x46','\x60','\x00','\xc6','\x60','\x00','\x86','\x70','\x00','\xc6','\x6c','\x01','\x64','\x66','\x0c','\x2c','\x63','\xfe','\x0c','\x63','\x0c','\x08','\x60','\x0c','\x18','\x60','\x0c','\x10','\x60','\x0c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x40','\x60','\x0d','\x80','\x60','\x0c','\x00','\x60','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x06','\x43','\xff','\xff','\x30','\x23','\x10','\x18','\x33','\x0c','\x0c','\x63','\x06','\x0c','\xff','\xff','\x01','\x83','\x07','\x02','\xeb','\x6c','\x00','\x93','\x14','\x00','\xb3','\x34','\x0c','\xcb','\x4c','\xfe','\x83','\x04','\x0c','\x83','\x04','\x0c','\xeb','\x6c','\x0c','\x93','\x14','\x0c','\xb3','\x34','\x0c','\xcb','\x4c','\x0c','\x83','\x04','\x0c','\x83','\x1c','\x0c','\x80','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x80','\x0c','\x30','\xff','\xfe','\x18','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc8','\xcc','\x00','\xcf','\xec','\x00','\xcc','\xcc','\x00','\xcc','\xcc','\x00','\xcc','\xcc','\x0c','\xcc','\xcc','\xfe','\xcc','\xcc','\x0c','\xcf','\xcc','\x0c','\xcc','\xcc','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xff','\xfc','\x0c','\xc0','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x18','\x40','\x00','\x7c','\x30','\x43','\xe0','\x18','\x7e','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x00','\x60','\x06','\x00','\x7f','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x0c','\x68','\x0c','\xfe','\x6f','\xfe','\x0c','\x6c','\x0c','\x0c','\x6c','\x0c','\x0c','\x4c','\x0c','\x0c','\xcc','\x0c','\x0c','\x8c','\x0c','\x0d','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x01','\xc0','\x40','\x01','\x80','\x30','\x01','\x80','\x18','\x01','\x86','\x0c','\xff','\xff','\x0c','\x06','\x60','\x00','\x06','\x60','\x00','\x46','\x60','\x00','\x76','\x68','\x00','\x66','\x64','\x0c','\x66','\x66','\xfe','\x46','\x62','\x0c','\xcc','\x63','\x0c','\x8c','\x63','\x0d','\x08','\x63','\x0c','\x18','\x60','\x0c','\x10','\x60','\x0c','\x23','\xe0','\x0c','\x40','\xc0','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x06','\x31','\xff','\xff','\x18','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x00','\x8c','\xc6','\x00','\xff','\xff','\x00','\xcc','\xc6','\x00','\xcc','\xc6','\x0c','\xc8','\xc6','\xfe','\xc8','\xc6','\x0c','\xd8','\xfe','\x0c','\xd0','\x7e','\x0c','\xe0','\x06','\x0c','\xc0','\x06','\x0c','\xc0','\x06','\x0c','\xff','\xfe','\x0c','\xc0','\x06','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\xa0','\x40','\x03','\x18','\x30','\x03','\x08','\x18','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x00','\x03','\x08','\x00','\x83','\x0e','\x00','\x63','\x0c','\x00','\x33','\x18','\x0c','\x33','\x20','\xfe','\x03','\x00','\x0c','\x03','\x40','\x0c','\x0b','\x30','\x0c','\x33','\x18','\x0d','\xe3','\x0c','\x0c','\xc3','\x0e','\x0c','\x83','\x06','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x0c','\x30','\xff','\xfe','\x18','\x21','\x08','\x0c','\x31','\x8c','\x0c','\x63','\x18','\x00','\x42','\x10','\x00','\x84','\x20','\x00','\x42','\x10','\x00','\x63','\x18','\x0c','\x31','\x8c','\xfe','\x31','\x8c','\x0c','\x00','\x00','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x08','\x00','\x40','\x0e','\x00','\x30','\x0c','\x10','\x18','\x18','\x08','\x0c','\x10','\xfc','\x0c','\xff','\x86','\x00','\x78','\x76','\x00','\x4e','\x60','\x00','\x0c','\x60','\x00','\x18','\x7f','\x0c','\x30','\x3f','\xfe','\xce','\x00','\x0c','\x0c','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x36','\x60','\x0c','\xc1','\xc0','\x0c','\x07','\x78','\x0c','\x1c','\x1e','\x0c','\xe0','\x06','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x01','\xc0','\x40','\x41','\x88','\x30','\x21','\x8e','\x18','\x31','\x8c','\x0c','\x19','\x98','\x0c','\x19','\x90','\x00','\x21','\x8c','\x00','\x3f','\xfe','\x00','\x30','\x0c','\x00','\x30','\x0c','\x0c','\x3f','\xfc','\xfe','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x7c','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x20','\x18','\x30','\x3f','\xfc','\x18','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x00','\x00','\x00','\x00','\x18','\x0c','\x7f','\xfc','\xfe','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x30','\x0c','\x3f','\xf8','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x10','\x70','\x40','\x1c','\x60','\x31','\x18','\x60','\x18','\xb0','\x60','\x0c','\xb0','\x62','\x0c','\x61','\x63','\x00','\x61','\x66','\x00','\xa3','\x64','\x01','\x32','\x68','\x00','\x36','\x60','\x0c','\x76','\xd0','\xfe','\x50','\xd0','\x0c','\x50','\xd0','\x0c','\x90','\x98','\x0c','\x90','\x88','\x0d','\x11','\x88','\x0c','\x11','\x0c','\x0c','\x11','\x0f','\x0c','\xf2','\x06','\x0c','\x64','\x06','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x90','\x40','\x03','\x0c','\x30','\x03','\x04','\x19','\xff','\xff','\x0c','\x03','\x00','\x0c','\x43','\x0c','\x00','\x7f','\xfe','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x0c','\x7f','\xfc','\xfe','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\xfc','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x3c','\x0c','\x63','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x10','\x00','\x40','\x1c','\x40','\x30','\x18','\x30','\x18','\x30','\x18','\x0c','\x20','\x0c','\x0c','\x43','\x0c','\x00','\x87','\x00','\x00','\x06','\x80','\x00','\x0c','\x40','\x00','\x18','\x30','\x0c','\x30','\x1c','\xfe','\x60','\x0f','\x0d','\x80','\x06','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x70','\x40','\x03','\xf8','\x30','\x7f','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x0f','\x40','\x00','\x1b','\x20','\x00','\x33','\x18','\x00','\x63','\x0f','\x0d','\x8c','\x06','\xfc','\x0c','\x00','\x0d','\xff','\xff','\x0c','\x18','\x30','\x0c','\x30','\x70','\x0c','\x7c','\xe0','\x0c','\x63','\xc0','\x0c','\x07','\x78','\x0c','\x1c','\x1e','\x0c','\xe0','\x06','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x18','\x18','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x03','\x0c','\x00','\xff','\xfe','\x00','\x10','\x60','\x00','\x1c','\x60','\x0c','\x18','\x7e','\xfe','\x30','\x3e','\x0c','\xc3','\x80','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x18','\x18','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x20','\x20','\x00','\x10','\x30','\x0c','\x18','\x60','\xfe','\x08','\x46','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x10','\x40','\x18','\x1c','\x30','\x0c','\x38','\x18','\x0c','\x20','\x0c','\x00','\x4c','\x0c','\x7f','\xfe','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x0c','\x0c','\x66','\xfe','\xff','\xff','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x10','\x60','\x0c','\x20','\x60','\x0c','\xc0','\x60','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x18','\x40','\x3f','\xfc','\x30','\x30','\x18','\x18','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x0c','\x00','\x00','\x18','\x06','\x0c','\x1f','\xff','\xfe','\x30','\x06','\x0c','\x78','\x86','\x0d','\xb3','\xc6','\x0c','\x3e','\x06','\x0c','\x30','\x86','\x0c','\x30','\xce','\x0c','\x3f','\xcc','\x0c','\x1f','\xbc','\x0c','\x00','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\x0c','\x0c','\x41','\xfe','\xfe','\x21','\x8c','\x0c','\x31','\x8c','\x0c','\x19','\x8c','\x0c','\x19','\x8c','\x0c','\x01','\xfc','\xfc','\x01','\x8c','\x0c','\x01','\x80','\x00','\x01','\x80','\x0c','\x19','\x99','\xfe','\xfd','\xfc','\x0c','\x19','\x80','\x8c','\x19','\x80','\x58','\x19','\x98','\x78','\x19','\xfc','\x30','\x19','\x80','\x78','\x19','\x80','\xcc','\x19','\x81','\x8e','\x19','\x86','\x06','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x04','\x00','\x40','\x07','\x00','\x30','\x46','\x18','\x18','\x7f','\xfc','\x0c','\x60','\x18','\x0c','\x60','\x18','\x00','\x7f','\xf8','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x7f','\xf8','\x0c','\x00','\x00','\xfe','\x00','\x04','\x0c','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x08','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x02','\x0d','\xff','\xff','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x40','\x10','\x40','\x30','\x38','\x30','\x18','\x20','\x18','\x18','\x46','\x0d','\xff','\xff','\x0c','\x04','\x80','\x00','\x04','\x80','\x00','\x44','\x8c','\x00','\x7f','\xfe','\x00','\x64','\x8c','\x0c','\x64','\x8c','\xfe','\x6c','\xfc','\x0c','\x68','\x7c','\x0c','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x06','\x31','\xff','\xff','\x18','\x04','\x80','\x0c','\x04','\x80','\x0c','\x44','\x8c','\x00','\x7f','\xfe','\x00','\x64','\x8c','\x00','\x64','\x8c','\x00','\x64','\x8c','\x0c','\x6c','\xfc','\xfe','\x68','\x7c','\x0c','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x0c','\x18','\x03','\xfe','\x0c','\x03','\x00','\x0c','\x23','\x18','\x00','\x3f','\xfc','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x0c','\x30','\x18','\xfe','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x10','\x00','\x0c','\x1c','\x78','\x0c','\x38','\x1e','\x0c','\xe0','\x06','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x00','\x40','\x03','\x00','\x30','\x06','\x80','\x18','\x0c','\x60','\x0c','\x18','\x38','\x0c','\x60','\x1f','\x01','\x8f','\xc6','\x00','\x00','\x00','\x00','\x86','\x0e','\x00','\xff','\x4c','\x0c','\xc6','\x4c','\xfe','\xc6','\x4c','\x0c','\xfe','\x4c','\x0c','\xc6','\x4c','\x0c','\xc6','\x4c','\x0c','\xfe','\x4c','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x0c','\xde','\x3c','\x0c','\xcc','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x06','\x19','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x83','\x0c','\x00','\xff','\xfe','\x00','\xc0','\x4c','\x00','\xd0','\x6c','\x0c','\xcc','\xcc','\xfe','\xc4','\x8c','\x0c','\xdf','\xec','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xdf','\xec','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xc3','\x3c','\x0c','\xc3','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x0e','\x70','\x40','\x0c','\x64','\x30','\xff','\xfe','\x18','\x0c','\x60','\x0c','\x7f','\xfc','\x0c','\x0c','\x60','\x00','\x0c','\x62','\x01','\xff','\xff','\x00','\x01','\x00','\x00','\x3f','\xf8','\x0c','\x31','\x18','\xfe','\x31','\x18','\x0c','\x3f','\xf8','\x0c','\x31','\x18','\x0c','\x31','\x1a','\x0d','\xff','\xff','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x78','\x0c','\x30','\x30','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x1c','\x41','\x01','\xfe','\x21','\xff','\x80','\x31','\x80','\xc0','\x19','\x80','\xfc','\x19','\x90','\xc2','\x01','\x9f','\xff','\x01','\x90','\x06','\x01','\x91','\x84','\x01','\x91','\xf0','\x19','\x97','\x84','\xfd','\x91','\x86','\x19','\x90','\xfe','\x19','\x10','\x00','\x19','\x32','\x30','\x1b','\x23','\x32','\x1a','\x23','\x32','\x1c','\x46','\x33','\x18','\x8c','\x3f','\x18','\x30','\x1e','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x38','\x40','\x40','\x30','\x70','\x20','\x30','\x60','\x31','\xfe','\x60','\x18','\x30','\x66','\x18','\x30','\x7f','\x03','\xfe','\xc8','\x00','\x30','\x8e','\x00','\x31','\x0c','\x03','\xfe','\x4c','\x18','\x40','\x2c','\xfc','\x4c','\x28','\x18','\x7e','\x18','\x18','\x4c','\x10','\x18','\xcc','\x38','\x18','\x8c','\x2c','\x18','\x8c','\x6c','\x19','\x18','\x46','\x1a','\x78','\x86','\x18','\x31','\x06','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\x30','\x06','\x41','\xf7','\xff','\x21','\x30','\x60','\x31','\x30','\xc0','\x19','\x30','\x84','\x19','\x31','\xc6','\x01','\xf3','\x4c','\x01','\x34','\x68','\x01','\x30','\xf0','\x01','\x30','\xa0','\x19','\x31','\x30','\xfd','\xf2','\x68','\x19','\x34','\xe8','\x19','\x30','\xac','\x19','\x31','\x26','\x19','\x32','\x27','\x1b','\x34','\x22','\x1a','\x30','\x20','\x1c','\xf1','\xe0','\x18','\x60','\xc0','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x08','\x30','\x7f','\xfc','\x18','\x03','\x00','\x0c','\x03','\x04','\x0c','\xff','\xfe','\x00','\x10','\x20','\x00','\x7c','\xfc','\x00','\x10','\x20','\x00','\x10','\x20','\x0c','\xfd','\xfe','\xfe','\x60','\x00','\x0c','\x00','\x04','\x0c','\xff','\xfe','\x0c','\x10','\xc0','\x0c','\x1c','\xc0','\x0c','\x38','\xc4','\x0c','\x30','\xc6','\x0c','\x60','\xfe','\x0d','\x80','\x7c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x43','\x01','\xc0','\x7f','\x81','\x86','\x63','\x1f','\xff','\x62','\xc1','\x00','\x66','\x63','\x00','\x64','\x62','\xfe','\x64','\x04','\x30','\x68','\x08','\x30','\x64','\x13','\xff','\x64','\x00','\x00','\x66','\x60','\x00','\x67','\xf3','\xfc','\x66','\x62','\x04','\x66','\x63','\xfc','\x66','\x62','\x04','\x66','\x63','\xfc','\x7e','\x62','\x04','\x6c','\x62','\x04','\x60','\x62','\x3c','\x60','\x62','\x18','\x60','\xd0','\x00','\x67','\x8f','\xff','\x63','\x03','\xfe','\x62','\x00','\x00','\x00','\x80','\x06','\x40','\xff','\xff','\x30','\xc0','\x06','\x18','\xc0','\x06','\x0c','\xff','\xfe','\x0c','\xc0','\x00','\x00','\xce','\xdc','\x00','\xc0','\xc0','\x00','\xce','\xdc','\x00','\xc0','\xc0','\x0c','\xc0','\x00','\xfe','\xc8','\xe0','\x0c','\xcc','\xc4','\x0c','\xcf','\xfe','\x0c','\xd0','\xc0','\x0c','\x80','\xc2','\x0c','\xbf','\xff','\x0d','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x40','\x00','\x40','\x60','\x06','\x20','\x64','\xff','\x30','\x7e','\x26','\x18','\xcc','\x26','\x18','\x88','\x66','\x01','\x10','\x46','\x00','\xfe','\x5e','\x00','\x92','\x8c','\x00','\x92','\x00','\x18','\xfe','\x58','\xfc','\x92','\x58','\x18','\x92','\xfe','\x18','\xfe','\x98','\x18','\x82','\x18','\x18','\x82','\xff','\x18','\x82','\x18','\x19','\x82','\x18','\x19','\x0e','\x18','\x1a','\x06','\x18','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x0c','\x30','\x03','\xfe','\x18','\x83','\x00','\x0c','\xff','\xff','\x0c','\xc4','\x06','\x00','\xc7','\xc4','\x00','\xdc','\x10','\x00','\xc3','\xf8','\x00','\xc0','\x02','\x0c','\xff','\xff','\xfe','\xc1','\x84','\x0c','\xc6','\x8e','\x0c','\xd9','\xd8','\x0c','\xc2','\x40','\x0c','\x8c','\xf0','\x0c','\xb1','\x4c','\x0c','\x86','\x47','\x0d','\x39','\xc3','\x0c','\x00','\xc0','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x1c','\x70','\x40','\x18','\x66','\x31','\xff','\xff','\x18','\x18','\x60','\x0c','\x18','\x60','\x0c','\x7f','\xf8','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x7f','\xf8','\x00','\x63','\x18','\x0c','\x63','\x18','\xfe','\x7f','\xf8','\x0c','\x03','\x00','\x0c','\xff','\xfe','\x0c','\xc3','\x06','\x0c','\xc3','\x46','\x0c','\xdf','\xe6','\x0c','\xce','\x26','\x0c','\xc8','\x1e','\x0c','\xc0','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x40','\x40','\x30','\x70','\x21','\x24','\x60','\x31','\xfe','\x60','\x19','\x04','\x66','\x19','\xfc','\x7f','\x01','\x04','\xc8','\x01','\x04','\x8e','\x01','\xfd','\x0c','\x00','\x60','\x4c','\x18','\x62','\x2c','\xff','\xff','\x28','\x18','\x60','\x18','\x18','\x7c','\x10','\x18','\xcc','\x38','\x18','\xcc','\x2c','\x18','\x8c','\x6c','\x19','\x98','\x46','\x19','\x78','\x86','\x1a','\x31','\x06','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x02','\x00','\x40','\x03','\x00','\x30','\x3f','\xf8','\x18','\x20','\x08','\x0c','\x3f','\xf8','\x0c','\x20','\x08','\x00','\x3f','\xf8','\x00','\x20','\x08','\x00','\x3f','\xf8','\x00','\x83','\x06','\x0c','\xff','\xff','\xff','\x8c','\x64','\x0d','\x98','\x60','\x0c','\x63','\x3f','\x0c','\x03','\x00','\x0c','\xff','\xfe','\x0c','\x0c','\x00','\x0c','\x0f','\xf8','\x0c','\x18','\x18','\x0c','\x30','\xf8','\x0c','\xc0','\x30','\xfa','\x00','\x00','\x61','\xff','\xff','\x40','\x7f','\xfe','\x00','\x02','\x00','\x40','\x03','\x00','\x30','\x3f','\xf8','\x18','\x20','\x08','\x0c','\x3f','\xf8','\x0c','\x20','\x08','\x00','\x3f','\xf8','\x00','\x20','\x08','\x00','\x3f','\xf8','\x00','\x80','\x06','\x0c','\xff','\xff','\xff','\x88','\x44','\x0d','\x9c','\x20','\x0c','\x38','\x18','\x0c','\x7f','\xff','\x0d','\x98','\x36','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\x00','\x0c','\x41','\xff','\xfe','\x21','\x88','\x8c','\x31','\x88','\x8c','\x19','\xff','\xfc','\x18','\x40','\x00','\x00','\xc0','\x88','\x02','\x90','\xcc','\x01','\x19','\x90','\x01','\xb1','\xfe','\x18','\x23','\x10','\xfc','\x49','\x10','\x1b','\xfd','\xfe','\x19','\xe5','\x10','\x18','\x61','\x10','\x19','\x71','\xfe','\x19','\x69','\x10','\x19','\x69','\x10','\x1a','\x61','\xff','\x18','\x61','\x00','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x07','\x01','\x06','\x06','\x01','\xff','\x06','\x71','\x86','\x07','\xf9','\x86','\xff','\x81','\x8c','\x06','\x01','\x8c','\x06','\x01','\x98','\x06','\x01','\x90','\x76','\x39','\xa0','\x66','\x31','\x90','\x66','\x31','\x88','\x66','\x31','\x8c','\x66','\x31','\x84','\x66','\x31','\x86','\x7f','\xf1','\x86','\x66','\x31','\x86','\x66','\x01','\x86','\x06','\x01','\x86','\x06','\x11','\xbe','\x06','\x11','\x8c','\x06','\x19','\x80','\x07','\xf9','\x80','\x03','\xf1','\x80','\x00','\x01','\x80','\x1c','\x71','\x06','\x18','\x61','\xff','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x6d','\x8c','\xff','\xff','\x8c','\x18','\x61','\x98','\x18','\x61','\x90','\x18','\x61','\xa0','\x18','\x61','\x90','\x18','\x61','\x88','\x18','\x61','\x8c','\x18','\x61','\x84','\x1f','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\xbe','\x18','\x61','\x8c','\x18','\x61','\x80','\x1f','\xe1','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x00','\x61','\x06','\x00','\xf1','\xff','\x23','\xc1','\x86','\x3e','\x01','\x86','\x30','\x01','\x8c','\x30','\x01','\x8c','\x30','\x19','\x98','\x3f','\xfd','\x90','\x30','\xc1','\xa0','\x30','\xc1','\x90','\x30','\xc1','\x88','\x30','\xc1','\x8c','\x30','\xc1','\x84','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xf9','\x86','\x3f','\xe1','\xbe','\xff','\x01','\x8c','\x78','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x31','\x06','\xff','\xf9','\xff','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x8c','\x18','\x31','\x8c','\x18','\x71','\x98','\x10','\x61','\x90','\x30','\x61','\xa0','\x23','\xe1','\x90','\x40','\xc1','\x88','\x80','\x01','\x8c','\x00','\x01','\x84','\x20','\x61','\x86','\x3f','\xf1','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\xbe','\x30','\x61','\x8c','\x30','\x61','\x80','\x3f','\xe1','\x80','\x30','\x61','\x80','\x30','\x61','\x80','\x20','\x31','\x06','\x3f','\xf9','\xff','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x98','\x3f','\xf1','\x90','\x30','\x31','\xa0','\x00','\x01','\x90','\x00','\x01','\x88','\x00','\x31','\x8c','\x7f','\xf9','\x84','\x03','\x01','\x86','\x03','\x01','\x86','\x03','\x31','\x86','\x3f','\xf9','\x86','\x03','\x01','\x86','\x03','\x01','\xbe','\x03','\x01','\x8c','\x07','\xf9','\x80','\xff','\x81','\x80','\x78','\x01','\x80','\x40','\x01','\x80','\x08','\x01','\x06','\x0e','\x81','\xff','\x0c','\x61','\x86','\x18','\x31','\x86','\x10','\x31','\x8c','\x20','\x01','\x8c','\x43','\x01','\x98','\x03','\x01','\x90','\x06','\x81','\xa0','\x06','\x41','\x90','\x0c','\x61','\x88','\x18','\x31','\x8c','\x10','\x31','\x84','\x20','\x01','\x86','\x50','\x61','\x86','\x9f','\xf1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\xbe','\x18','\x61','\x8c','\x18','\x61','\x80','\x1f','\xe1','\x80','\x18','\x61','\x80','\x18','\x01','\x80','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x18','\xff','\xe0','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xff','\xe0','\x18','\x00','\x00','\x1b','\xff','\xf8','\x33','\x0c','\x18','\x33','\x0c','\x18','\x33','\x0c','\x18','\x23','\xff','\xf8','\x63','\x00','\x02','\x43','\x00','\x02','\x83','\x00','\x03','\x03','\xff','\xff','\x01','\xff','\xfe','\x00','\x71','\x06','\x07','\xf9','\xff','\xfe','\x21','\x86','\x08','\x39','\x86','\x44','\x31','\x8c','\x26','\x61','\x8c','\x36','\x41','\x98','\x30','\x81','\x90','\x00','\x31','\xa0','\x7f','\xf9','\x90','\x00','\x61','\x88','\x00','\x41','\x8c','\x02','\x81','\x84','\x03','\x01','\x86','\x03','\x19','\x86','\xff','\xe1','\x86','\x7b','\x01','\x86','\x43','\x01','\x86','\x03','\x01','\xbe','\x03','\x01','\x8c','\x03','\x01','\x80','\x03','\x01','\x80','\x1f','\x01','\x80','\x06','\x01','\x80','\x4c','\x99','\x06','\x7e','\xfd','\xff','\x4c','\x99','\x86','\x4c','\x99','\x86','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x7c','\xf9','\x98','\x4c','\x99','\x90','\x00','\x01','\xa0','\x00','\x31','\x90','\x7f','\xf9','\x88','\x00','\x01','\x8c','\x00','\x19','\x84','\xff','\xfd','\x86','\x18','\x01','\x86','\x18','\x61','\x86','\x3f','\xf1','\x86','\x30','\x61','\x86','\x00','\x61','\xbe','\x00','\x61','\x8c','\x00','\xe1','\x80','\x00','\xc1','\x80','\x07','\xc1','\x80','\x01','\x81','\x80','\x1c','\x01','\x06','\x18','\x31','\xff','\x3f','\xf9','\x86','\x20','\x31','\x86','\x44','\x31','\x8c','\xa4','\xb1','\x8c','\x24','\xb1','\x98','\x24','\xb1','\x90','\x3f','\xb1','\xa0','\x08','\x61','\x90','\x11','\xe1','\x88','\x60','\xc1','\x8c','\x1c','\x01','\x84','\x18','\x31','\x86','\x3f','\xf9','\x86','\x20','\x31','\x86','\x44','\x31','\x86','\xa4','\xb1','\x86','\x24','\xb1','\xbe','\x24','\xb1','\x8c','\x3f','\xb1','\x80','\x08','\x61','\x80','\x11','\xe1','\x80','\x60','\xc1','\x80','\x20','\x31','\x06','\x3f','\xf9','\xff','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x8c','\x3f','\xf1','\x8c','\x33','\x31','\x98','\x03','\x01','\x90','\x03','\x0d','\xa0','\xff','\xff','\x90','\x00','\x01','\x88','\x00','\x01','\x8c','\x3f','\xf1','\x84','\x30','\x31','\x86','\x30','\x31','\x86','\x37','\xb1','\x86','\x34','\xb1','\x86','\x34','\xb1','\x86','\x34','\xb1','\xbe','\x37','\xb1','\x8c','\x30','\x31','\x80','\x30','\x31','\x80','\x3f','\xf1','\x80','\x30','\x31','\x80','\x4c','\x99','\x06','\x7e','\xfd','\xff','\x4c','\x99','\x86','\x4c','\x99','\x86','\x4c','\x99','\x8c','\x7c','\xf9','\x8c','\x00','\x01','\x98','\x00','\x01','\x90','\x3f','\xf1','\xa0','\x33','\x31','\x90','\x33','\x31','\x88','\x33','\x31','\x8c','\x3f','\xf1','\x84','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x3f','\xf1','\x86','\x03','\x01','\x86','\x03','\x0d','\xbe','\xff','\xff','\x8c','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x21','\xc8','\x86','\x11','\x8e','\xff','\x19','\x8c','\xc6','\x19','\x88','\xc4','\x01','\x92','\xcc','\x7f','\xff','\xc8','\x07','\x80','\xc8','\x0d','\xf0','\xd0','\x09','\x9c','\xc8','\x11','\x8e','\xcc','\x21','\x86','\xc4','\x41','\x80','\xc6','\x10','\x18','\xc6','\x1e','\x18','\xc6','\x33','\xfe','\xc6','\x22','\x98','\xc6','\x46','\x98','\xc6','\xb4','\x98','\xc6','\x1c','\x98','\xde','\x0b','\xff','\xcc','\x18','\x18','\xc0','\x10','\x18','\xc0','\x20','\x18','\xc0','\xc0','\x18','\xc0','\x00','\x30','\x00','\xff','\xf8','\x06','\x09','\x07','\xff','\x09','\x00','\x30','\x09','\x00','\x30','\x49','\x30','\x30','\x7f','\xf8','\x30','\x69','\x30','\x30','\x69','\x30','\x30','\x69','\x30','\x30','\x69','\x30','\x30','\x69','\xf0','\x30','\x68','\xf0','\x30','\x70','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x7f','\xf0','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x7f','\xf1','\xf0','\x60','\x30','\x60','\x00','\x61','\xc0','\xff','\xf1','\x80','\x0a','\x01','\x80','\x0a','\x01','\x80','\x0a','\x09','\x80','\x4a','\x69','\x86','\x7f','\xef','\xff','\x6a','\x79','\x86','\x6a','\x79','\x84','\x6a','\x61','\x88','\x6a','\x61','\x80','\x6b','\xe1','\x70','\x69','\xe1','\x60','\x70','\x61','\x60','\x60','\x61','\x60','\x60','\x63','\x60','\x60','\x63','\x60','\x7f','\xe3','\x60','\x60','\x62','\x62','\x60','\x62','\x62','\x60','\x64','\x62','\x60','\x64','\x63','\x7f','\xe8','\x7f','\x60','\x10','\x3e','\x00','\x64','\x30','\xff','\xf7','\xf8','\x0a','\x06','\x30','\x0a','\x06','\x30','\x0a','\x06','\x30','\x4a','\x66','\x30','\x7f','\xf6','\x30','\x6a','\x64','\x3f','\x6a','\x6c','\x1f','\x6a','\x68','\x00','\x6a','\x70','\x00','\x6b','\xe0','\x0c','\x69','\xef','\xfe','\x70','\x62','\x0c','\x60','\x62','\x0c','\x60','\x61','\x18','\x60','\x61','\x18','\x7f','\xe1','\xb0','\x60','\x60','\xf0','\x60','\x60','\x60','\x60','\x60','\xf8','\x60','\x61','\x9f','\x7f','\xe3','\x0e','\x60','\x6c','\x06','\x00','\x63','\x9c','\xff','\xf3','\x18','\x0a','\x03','\x18','\x0a','\x03','\x18','\x0a','\x03','\x18','\x4a','\x63','\x1a','\x7f','\xff','\xff','\x6a','\x63','\x18','\x6a','\x63','\x18','\x6a','\x63','\x18','\x6a','\x63','\x18','\x6b','\xe3','\x18','\x69','\xe3','\x18','\x70','\x63','\xf8','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x7f','\xe3','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\xf8','\x7f','\xe3','\x18','\x60','\x63','\x18','\x00','\x60','\x0c','\xff','\xf0','\x3e','\x0a','\x01','\xf8','\x0a','\x0f','\xc0','\x0a','\x00','\xc0','\x4a','\x60','\xc0','\x7f','\xf0','\xc0','\x6a','\x60','\xc0','\x6a','\x60','\xc6','\x6a','\x7f','\xff','\x6a','\x61','\xd0','\x6b','\xe1','\xd0','\x69','\xe1','\xd0','\x70','\x63','\xc8','\x60','\x63','\xc8','\x60','\x62','\xcc','\x60','\x66','\xcc','\x7f','\xe4','\xc7','\x60','\x68','\xc6','\x60','\x70','\xc6','\x60','\x60','\xc0','\x60','\x60','\xc0','\x7f','\xe0','\xc0','\x60','\x60','\xc0','\x00','\x60','\x80','\xff','\xf0','\xe0','\x0a','\x00','\xc0','\x0a','\x01','\xc0','\x0a','\x01','\x8c','\x4a','\x61','\xfe','\x7f','\xf3','\x0c','\x6a','\x62','\x1c','\x6a','\x65','\x18','\x6a','\x69','\xb0','\x6a','\x60','\xb0','\x6b','\xe0','\x60','\x69','\xe0','\xc0','\x70','\x61','\x86','\x60','\x63','\xff','\x60','\x65','\x86','\x60','\x69','\x86','\x7f','\xe1','\x86','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\x61','\x86','\x7f','\xe1','\xfe','\x60','\x61','\x86','\x00','\x60','\x80','\xff','\xf0','\xe0','\x0a','\x00','\xc0','\x0a','\x01','\x90','\x0a','\x09','\x1c','\x4a','\x66','\x18','\x7f','\xf3','\x30','\x6a','\x63','\x24','\x6a','\x60','\x46','\x6a','\x7f','\xfb','\x6a','\x6f','\x03','\x6b','\xe0','\x00','\x69','\xe7','\xfc','\x70','\x66','\x0c','\x60','\x66','\x0c','\x60','\x67','\xfc','\x60','\x66','\x0c','\x7f','\xe6','\x0c','\x60','\x67','\xfc','\x60','\x66','\x0c','\x60','\x66','\x0c','\x60','\x66','\x0c','\x7f','\xe6','\x3c','\x60','\x66','\x18','\x00','\x64','\x0c','\xff','\xf7','\xfe','\x0a','\x06','\x0c','\x0a','\x06','\x0c','\x0a','\x06','\x0c','\x4a','\x66','\x0c','\x7f','\xf6','\x0c','\x6a','\x67','\xfc','\x6a','\x66','\x0c','\x6a','\x60','\x00','\x6a','\x60','\x00','\x6b','\xe0','\x0c','\x69','\xe7','\xfe','\x70','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x6c','\x7f','\xe7','\xfe','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x66','\x7f','\xef','\xff','\x60','\x60','\x00','\x00','\x63','\x9c','\xff','\xf3','\x18','\x0a','\x03','\x18','\x0a','\x03','\x18','\x0a','\x0f','\xfe','\x4a','\x63','\x18','\x7f','\xf3','\x18','\x6a','\x63','\x18','\x6a','\x63','\x18','\x6a','\x63','\x18','\x6a','\x7f','\xff','\x6b','\xe0','\x00','\x69','\xe4','\x0c','\x70','\x67','\xfe','\x60','\x66','\x0c','\x60','\x66','\x0c','\x60','\x66','\x0c','\x7f','\xe7','\xfc','\x60','\x66','\x0c','\x60','\x66','\x0c','\x60','\x66','\x0c','\x60','\x67','\xfc','\x7f','\xe6','\x0c','\x60','\x66','\x0c','\x00','\x60','\x70','\xff','\xf0','\x60','\x0a','\x00','\x60','\x0a','\x00','\x66','\x0a','\x0f','\xff','\x4a','\x60','\x00','\x7f','\xf2','\x10','\x6a','\x63','\x9c','\x6a','\x63','\x18','\x6a','\x63','\x98','\x6a','\x62','\xd4','\x6b','\xe6','\xf6','\x69','\xe4','\x23','\x70','\x68','\x43','\x60','\x60','\x00','\x60','\x60','\x60','\x60','\x6f','\xff','\x7f','\xe0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x7f','\xe0','\x60','\x60','\x60','\x60','\x01','\x86','\x18','\xff','\xc4','\x10','\x14','\x04','\x10','\x14','\x04','\x10','\x14','\x04','\x10','\x54','\x85','\x96','\x7f','\xff','\xff','\x54','\x84','\x10','\x54','\x84','\x10','\x54','\x84','\x10','\x54','\x8e','\x38','\x57','\x8d','\x38','\x53','\x8d','\x38','\x60','\x9c','\x74','\x40','\x94','\x54','\x40','\x94','\x56','\x40','\xa4','\x97','\x7f','\xc5','\x12','\x40','\x84','\x10','\x40','\x84','\x10','\x40','\x84','\x10','\x40','\x84','\x10','\x7f','\x84','\x10','\x40','\x84','\x10','\x00','\x61','\xc0','\xff','\xf1','\x80','\x0a','\x01','\x86','\x0a','\x1f','\xff','\x0a','\x03','\x00','\x4a','\x63','\x00','\x7f','\xf6','\x0c','\x6a','\x67','\xfe','\x6a','\x6b','\x0c','\x6a','\x73','\x0c','\x6a','\x63','\x0c','\x6b','\xe3','\xfc','\x69','\xe3','\x0c','\x70','\x60','\x00','\x60','\x64','\x02','\x60','\x67','\xff','\x60','\x64','\x92','\x7f','\xe4','\x92','\x60','\x64','\x92','\x60','\x64','\x92','\x60','\x64','\x92','\x60','\x64','\x92','\x7f','\xff','\xff','\x60','\x60','\x00','\x40','\x31','\x18','\x7f','\xf9','\xfc','\x64','\x01','\x98','\x67','\xc1','\x98','\x69','\x03','\x1f','\x61','\x02','\x0f','\x6f','\xe4','\x00','\x62','\x83','\xfe','\x64','\x60','\x8c','\x68','\x20','\x58','\x60','\x00','\x70','\x7f','\xf8','\xdf','\x60','\x03','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x44','\x00','\x1f','\xff','\xf8','\x18','\x84','\x18','\x1f','\x03','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x60','\xe0','\xff','\xf0','\xc0','\x0a','\x00','\xc6','\x0a','\x0f','\xff','\x0a','\x01','\x80','\x4a','\x61','\x04','\x7f','\xf7','\xfe','\x6a','\x63','\x86','\x6a','\x60','\x00','\x6a','\x63','\x4c','\x6a','\x62','\x48','\x6b','\xe2','\x48','\x69','\xe2','\x4a','\x70','\x66','\x4a','\x60','\x64','\x4f','\x60','\x68','\x07','\x60','\x60','\x00','\x7f','\xe7','\xfe','\x60','\x64','\x92','\x60','\x64','\x92','\x60','\x64','\x92','\x60','\x64','\x92','\x7f','\xff','\xff','\x60','\x60','\x00','\x00','\x63','\x0c','\xff','\xff','\xfe','\x0a','\x01','\x04','\x0a','\x19','\x64','\x0a','\x09','\x24','\x4a','\xc1','\x04','\x7f','\xe7','\x1c','\x6a','\xdd','\x74','\x6a','\xc8','\x24','\x6a','\xc1','\x84','\x6a','\xc1','\x80','\x6a','\xc3','\x60','\x6b','\xc6','\x38','\x70','\xcc','\x9f','\x60','\xf1','\xc6','\x60','\xc3','\x20','\x60','\xcc','\x70','\x7f','\xc0','\xc4','\x60','\xc3','\x0e','\x60','\xcc','\x1c','\x60','\xc0','\x38','\x60','\xc0','\xe0','\x7f','\xc3','\x80','\x60','\xdc','\x00','\x00','\x60','\xe0','\xff','\xf0','\xc8','\x0a','\x00','\xfc','\x0a','\x08','\xc2','\x0a','\x0f','\xff','\x4a','\xc8','\x86','\x7f','\xe8','\xf4','\x6a','\xcf','\x80','\x6a','\xc8','\x82','\x6a','\xc8','\x7e','\x6a','\xc8','\x00','\x6a','\xcb','\xfe','\x6b','\xc8','\x40','\x70','\xc8','\xe2','\x60','\xcb','\x27','\x60','\xc8','\x74','\x60','\xc8','\x90','\x7f','\xcb','\x18','\x60','\xc8','\x34','\x60','\xd8','\x57','\x60','\xd1','\x92','\x60','\xd6','\x10','\x7f','\xe0','\xf0','\x60','\xc0','\x60','\x00','\xc1','\xb0','\xff','\xe1','\x20','\x0a','\x09','\x24','\x0a','\x0f','\xfe','\x0a','\x09','\x24','\x4a','\xc9','\x24','\x7f','\xcf','\xfc','\x6a','\xc9','\x24','\x6a','\xc9','\x24','\x6a','\xcf','\xfc','\x6a','\xc0','\x00','\x6a','\xff','\xff','\x6b','\xc0','\x00','\x70','\xcf','\xfc','\x60','\xcc','\x0c','\x60','\xcc','\x0c','\x60','\xcf','\xfc','\x7f','\xc0','\x08','\x60','\xc8','\x0c','\x60','\xc6','\x18','\x60','\xc2','\x10','\x60','\xc0','\x26','\x7f','\xff','\xff','\x60','\xc0','\x00','\x00','\x60','\x18','\xff','\xf0','\xfc','\x0a','\x0f','\xe0','\x0a','\x00','\x40','\x0a','\x00','\x46','\x4a','\xdf','\xff','\x7f','\xe0','\x40','\x6a','\xc7','\xfc','\x6a','\xc4','\x44','\x6a','\xc4','\x44','\x6a','\xc7','\xfc','\x6a','\xc4','\x44','\x6b','\xc4','\x44','\x70','\xc7','\xfc','\x60','\xc0','\x40','\x60','\xcf','\xfe','\x60','\xc0','\x40','\x7f','\xc0','\x42','\x60','\xdf','\xff','\x60','\xc0','\x00','\x60','\xc9','\x24','\x60','\xc9','\xb2','\x7f','\xd9','\xb3','\x60','\xd8','\x93','\x00','\xc0','\xe0','\xff','\xe0','\xc6','\x0a','\x1f','\xff','\x0a','\x00','\x00','\x0a','\x0f','\x3c','\x4a','\xc9','\x24','\x7f','\xe9','\x24','\x6a','\xcf','\x3c','\x6a','\xc2','\x10','\x6a','\xcf','\xfc','\x6a','\xc2','\x10','\x6a','\xc2','\x10','\x6b','\xcf','\xfc','\x70','\xc2','\x10','\x60','\xc2','\x12','\x60','\xff','\xff','\x60','\xc3','\x44','\x7f','\xc6','\x46','\x60','\xce','\x2c','\x60','\xf2','\x30','\x60','\xc2','\x18','\x60','\xdf','\xdf','\x7f','\xce','\x0e','\x60','\xc8','\x06','\x13','\x00','\x08','\x1e','\xff','\x7c','\x10','\x81','\x08','\x1c','\xf9','\x38','\x10','\x81','\x08','\x1c','\xf9','\x38','\x50','\x89','\x0a','\x7f','\xff','\xff','\x40','\x00','\x06','\xdf','\xff','\xf4','\xc0','\x42','\x00','\x1f','\xff','\xf8','\x18','\x82','\x18','\x1f','\x01','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x02','\x00','\x80','\x07','\x00','\x60','\x0d','\xff','\xf8','\x30','\x60','\xdf','\xc0','\xc3','\xc6','\x07','\x01','\x80','\x01','\x80','\xe0','\x0f','\xc0','\xc0','\xfc','\x00','\xc0','\x0c','\x80','\xc0','\x8c','\xe0','\xc0','\x4c','\xc0','\xc0','\x6c','\x90','\xc6','\x6d','\x1f','\xff','\x0c','\x58','\xc6','\xff','\xf8','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x1c','\x18','\xc6','\x1e','\x18','\xc6','\x1d','\x9f','\xfe','\x3c','\xd8','\xc6','\x2c','\xd8','\xc6','\x2c','\x18','\xc6','\x4c','\x18','\xc6','\x8c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x01','\x90','\x06','\x0f','\xdf','\xff','\xfc','\x19','\x26','\x0c','\x99','\x26','\x8c','\xd9','\x26','\x4c','\x9f','\xfe','\x6d','\x80','\xc0','\x6d','\x00','\xc4','\x0c','\x5f','\xfe','\xff','\xe0','\xc0','\x0c','\x00','\xc2','\x0c','\x3f','\xff','\x1c','\x04','\x08','\x1e','\x02','\x08','\x1d','\x82','\x12','\x3c','\xff','\xff','\x2c','\xc0','\xc0','\x2c','\x00','\xc0','\x4c','\x00','\xc4','\x8c','\x1f','\xfe','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x07','\x01','\x00','\x06','\x01','\x80','\x7f','\xe1','\x8c','\x06','\x03','\xfe','\x06','\x02','\x10','\xff','\xf5','\x18','\x0e','\x00','\xb0','\x1f','\x80','\x60','\x16','\x61','\x9f','\x26','\x26','\x06','\xd0','\x00','\x00','\x1f','\xff','\xfe','\x18','\x00','\x00','\x19','\xff','\xf8','\x19','\x06','\x08','\x19','\xff','\xf8','\x19','\x06','\x08','\x31','\xff','\xf8','\x30','\x06','\x00','\x23','\xff','\xfc','\x40','\x06','\x00','\x80','\x06','\x02','\x0f','\xff','\xff','\x00','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc1','\x86','\x08','\x61','\x86','\x18','\x61','\x86','\x10','\x01','\x86','\x21','\x81','\x86','\x3f','\xc1','\x86','\x46','\x01','\x86','\x86','\x01','\x86','\x06','\x41','\x86','\x7f','\xe3','\x86','\x06','\x03','\x06','\x06','\x83','\x06','\x46','\xe3','\x06','\x26','\xc3','\x0e','\x36','\x86','\x0c','\x37','\x06','\x0c','\x06','\x64','\x0c','\x07','\x8c','\x1c','\xfe','\x08','\x18','\x70','\x10','\xf8','\x40','\x60','\x30','\x06','\x00','\x20','\x06','\x04','\x20','\x0d','\x07','\x20','\x0c','\xc6','\x20','\x08','\x66','\x20','\x18','\x66','\x20','\x10','\x06','\x20','\x21','\x86','\x20','\x3f','\xc6','\x20','\x46','\x06','\x30','\x86','\x06','\x10','\x06','\x46','\x10','\x7f','\xe6','\x10','\x06','\x06','\x10','\x06','\x86','\x10','\x46','\xe6','\x18','\x26','\xcc','\x18','\x36','\x8c','\x18','\x37','\x0c','\x0c','\x06','\x08','\x0c','\x07','\xd8','\x0c','\xfe','\x10','\x0f','\x70','\x20','\x06','\x40','\x40','\x06','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x60','\x03','\x00','\x38','\x06','\x18','\x1c','\x0c','\x38','\x0c','\x10','\x34','\x00','\x20','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x07','\xff','\xbf','\x0c','\x18','\x1e','\x30','\x18','\x06','\xc0','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x04','\x18','\x80','\x03','\x18','\xe0','\x01','\x98','\xc0','\x01','\x98','\x80','\x00','\x19','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x06','\x01','\xc0','\x06','\x01','\x80','\x0d','\x01','\x80','\x0c','\xc1','\x80','\x08','\x61','\x80','\x18','\x61','\x80','\x10','\x01','\x86','\x21','\x9f','\xff','\x3f','\xc1','\x86','\x46','\x01','\x86','\x86','\x01','\x86','\x06','\x41','\x86','\x7f','\xe1','\x86','\x06','\x01','\x86','\x06','\x83','\x86','\x46','\xe3','\x06','\x26','\xc3','\x06','\x36','\x83','\x06','\x37','\x02','\x06','\x06','\x66','\x0e','\x07','\x84','\x0c','\xfe','\x08','\x0c','\x70','\x10','\x7c','\x40','\x60','\x18','\x06','\x00','\x00','\x06','\x00','\x0c','\x0d','\x1f','\xfe','\x0c','\xc1','\x8c','\x08','\x61','\x8c','\x18','\x69','\x8c','\x10','\x09','\x8c','\x21','\x89','\x8c','\x3f','\xc9','\x8c','\x46','\x05','\x8c','\x86','\x05','\x8c','\x06','\x47','\x0c','\x7f','\xe3','\x18','\x06','\x03','\x18','\x06','\x82','\x98','\x46','\xe6','\xd8','\x26','\xc6','\x70','\x36','\x84','\x30','\x37','\x0c','\x38','\x06','\x68','\x3f','\x07','\x98','\x6e','\xfe','\x10','\x66','\x70','\x23','\xe0','\x40','\x40','\xc0','\x06','\x00','\x00','\x06','\x00','\x0c','\x0d','\x1f','\xfe','\x0c','\xc4','\x0c','\x08','\x65','\x0c','\x18','\x64','\x8c','\x10','\x04','\xcc','\x21','\x84','\xd8','\x3f','\xc2','\x18','\x46','\x02','\x18','\x86','\x02','\x30','\x06','\x43','\x30','\x7f','\xe1','\x60','\x06','\x01','\x60','\x06','\x81','\xc0','\x46','\xe0','\x80','\x26','\xc1','\xc0','\x36','\x81','\x60','\x37','\x03','\x20','\x06','\x62','\x30','\x07','\x84','\x18','\xfe','\x08','\x1f','\x70','\x10','\x0e','\x40','\x60','\x06','\x06','\x00','\x60','\x06','\x07','\x40','\x0d','\x06','\x40','\x0c','\xc6','\x40','\x08','\x66','\x4c','\x18','\x66','\x5e','\x10','\x06','\x6c','\x21','\x86','\xcc','\x3f','\xc7','\x4c','\x46','\x06','\x4c','\x86','\x1e','\x4c','\x06','\x46','\x4c','\x7f','\xe6','\x4c','\x06','\x06','\x4c','\x06','\x86','\x5c','\x46','\xe6','\x4c','\x26','\xc6','\x40','\x36','\x86','\x40','\x37','\x06','\x42','\x06','\x66','\x02','\x07','\x86','\x02','\xfe','\x06','\x03','\x70','\x07','\xff','\x40','\x03','\xfe','\x06','\x04','\x00','\x06','\x07','\x00','\x0d','\x06','\x00','\x0c','\xc6','\x00','\x08','\x66','\x00','\x18','\x66','\x06','\x10','\x0f','\xff','\x21','\x8c','\x06','\x3f','\xc8','\x06','\x46','\x08','\x06','\x86','\x10','\x66','\x06','\x47','\xf6','\x7f','\xe0','\x06','\x06','\x00','\x06','\x06','\x80','\x06','\x46','\xe0','\x76','\x26','\xcf','\xc6','\x36','\x87','\x06','\x37','\x04','\x06','\x06','\x60','\x0e','\x07','\x80','\x0c','\xfe','\x00','\x1c','\x70','\x00','\xf8','\x40','\x00','\x30','\x06','\x00','\x0c','\x06','\x00','\x3e','\x0d','\x04','\xf0','\x0c','\xc7','\x80','\x08','\x66','\x00','\x18','\x66','\x00','\x10','\x06','\x00','\x21','\x86','\x06','\x3f','\xc7','\xff','\x46','\x06','\x30','\x86','\x06','\x30','\x06','\x46','\x30','\x7f','\xe6','\x30','\x06','\x06','\x30','\x06','\x86','\x30','\x46','\xe6','\x30','\x26','\xcc','\x30','\x36','\x8c','\x30','\x37','\x0c','\x30','\x06','\x68','\x30','\x07','\x98','\x30','\xfe','\x10','\x30','\x70','\x20','\x30','\x40','\x00','\x30','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc0','\x08','\x68','\xc0','\x18','\x6e','\xd0','\x10','\x0c','\xcc','\x21','\x8c','\xc6','\x3f','\xcc','\xc7','\x46','\x08','\xc3','\x86','\x18','\xc0','\x06','\x50','\xc0','\x7f','\xe0','\xc8','\x06','\x00','\xce','\x06','\x83','\xcc','\x46','\xe1','\x9c','\x26','\xc0','\x18','\x36','\x80','\x38','\x37','\x00','\x30','\x06','\x60','\x60','\x07','\x80','\xc0','\xfe','\x01','\x80','\x70','\x06','\x00','\x40','\x18','\x00','\x06','\x08','\x0c','\x06','\x0f','\xfe','\x0d','\x0c','\x0c','\x0c','\xcc','\x0c','\x08','\x6c','\x0c','\x18','\x6c','\x0c','\x10','\x0c','\x0c','\x21','\x8c','\x0c','\x3f','\xcf','\xfc','\x46','\x0c','\x4c','\x86','\x0c','\x40','\x06','\x4c','\x40','\x7f','\xec','\x40','\x06','\x0c','\x60','\x06','\x8c','\x20','\x46','\xec','\x20','\x26','\xcc','\x30','\x36','\x88','\x30','\x37','\x18','\x18','\x06','\x18','\x18','\x07','\xd0','\x1c','\xfe','\x30','\x0f','\x70','\x20','\x0e','\x40','\x40','\x06','\x06','\x00','\x00','\x06','\x00','\x18','\x0d','\x1f','\xfc','\x0c','\xc3','\x18','\x08','\x63','\x18','\x18','\x63','\x18','\x10','\x03','\x18','\x21','\x83','\x18','\x3f','\xc3','\x18','\x46','\x03','\x18','\x86','\x03','\x1a','\x06','\x5f','\xff','\x7f','\xe3','\x18','\x06','\x03','\x18','\x06','\x83','\x18','\x46','\xe3','\x18','\x26','\xc3','\x18','\x36','\x83','\x18','\x37','\x03','\x18','\x06','\x63','\x18','\x07','\x83','\x18','\xfe','\x03','\x1a','\x70','\x3f','\xff','\x40','\x00','\x00','\x06','\x00','\x00','\x06','\x08','\x06','\x0d','\x0f','\xff','\x0c','\xcc','\x00','\x08','\x6c','\x00','\x18','\x6c','\x00','\x10','\x0c','\x00','\x21','\x8c','\x0c','\x3f','\xcf','\xfe','\x46','\x0d','\x0c','\x86','\x0d','\x0c','\x06','\x4d','\x0c','\x7f','\xec','\x88','\x06','\x0c','\x98','\x06','\x8c','\x98','\x46','\xec','\x50','\x26','\xcc','\x70','\x36','\x88','\x20','\x37','\x18','\x70','\x06','\x18','\x50','\x07','\x90','\xd8','\xfe','\x30','\x8f','\x70','\x21','\x0e','\x40','\x46','\x06','\x06','\x00','\x70','\x06','\x00','\x6c','\x0d','\x00','\x66','\x0c','\xc0','\x66','\x08','\x60','\x60','\x18','\x68','\x66','\x10','\x0f','\xff','\x21','\x8c','\x60','\x3f','\xcc','\x60','\x46','\x0c','\x64','\x86','\x0c','\x67','\x06','\x4c','\x66','\x7f','\xec','\x66','\x06','\x0c','\x2c','\x06','\x8c','\x2c','\x46','\xec','\x38','\x26','\xcc','\x10','\x36','\x8c','\x32','\x37','\x0d','\x3a','\x06','\x0e','\x6a','\x07','\xbc','\x4e','\xfe','\x18','\x86','\x70','\x11','\x07','\x40','\x06','\x03','\x06','\x07','\x1c','\x06','\x06','\x18','\x0d','\x06','\x18','\x0c','\xc6','\x18','\x08','\x66','\x18','\x18','\x66','\x1a','\x10','\x1f','\xff','\x21','\x86','\x18','\x3f','\xc6','\x18','\x46','\x06','\x18','\x86','\x06','\x18','\x06','\x46','\x18','\x7f','\xe6','\x18','\x06','\x07','\xf8','\x06','\x86','\x18','\x46','\xe6','\x18','\x26','\xc6','\x18','\x36','\x86','\x18','\x37','\x06','\x18','\x06','\x66','\x18','\x07','\x86','\x18','\xfe','\x07','\xf8','\x70','\x06','\x18','\x40','\x06','\x18','\x06','\x00','\x00','\x06','\x08','\x06','\x0d','\x0f','\xff','\x0c','\xcc','\x00','\x08','\x6c','\x00','\x18','\x6c','\x00','\x10','\x0c','\x00','\x21','\x8c','\x0c','\x3f','\xcf','\xfe','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\x4c','\x0c','\x7f','\xec','\x0c','\x06','\x0c','\x0c','\x06','\x8f','\xfc','\x46','\xec','\x0c','\x26','\xcc','\x00','\x36','\x8c','\x00','\x37','\x0c','\x00','\x06','\x6c','\x00','\x07','\x8c','\x00','\xfe','\x0c','\x06','\x70','\x0f','\xff','\x40','\x0c','\x00','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\x80','\xc0','\x08','\xc0','\xc6','\x18','\x7f','\xff','\x10','\x61','\x00','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x46','\x01','\x00','\x86','\x0a','\x10','\x06','\x44','\x1c','\x7f','\xe6','\x38','\x06','\x03','\x30','\x06','\x83','\x30','\x46','\xe0','\x60','\x26','\xc0','\x40','\x36','\x80','\xc0','\x37','\x00','\x88','\x06','\x61','\x04','\x07','\x82','\x06','\xfe','\x3f','\xfb','\x70','\x1f','\x03','\x40','\x10','\x03','\x06','\x04','\x00','\x06','\x07','\x00','\x0d','\x06','\x00','\x0c','\xc6','\x00','\x08','\x66','\x06','\x18','\x6f','\xff','\x10','\x0c','\x06','\x21','\x88','\x06','\x3f','\xc8','\x66','\x46','\x17','\xf6','\x86','\x06','\x66','\x06','\x46','\x66','\x7f','\xe6','\x66','\x06','\x06','\x66','\x06','\x86','\x66','\x46','\xe6','\x66','\x26','\xc7','\xe6','\x36','\x86','\x66','\x37','\x00','\x06','\x06','\x60','\x0e','\x07','\x80','\x0c','\xfe','\x00','\x1c','\x70','\x00','\xf8','\x40','\x00','\x30','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc8','\xc0','\x08','\x68','\xc6','\x18','\x6f','\xff','\x10','\x18','\x06','\x21','\x98','\x04','\x3f','\xc0','\x08','\x46','\x03','\x80','\x86','\x03','\x00','\x06','\x43','\x0c','\x7f','\xe3','\x1e','\x06','\x03','\x70','\x06','\x83','\x80','\x46','\xe3','\x00','\x26','\xc3','\x00','\x36','\x83','\x00','\x37','\x03','\x02','\x06','\x63','\x02','\x07','\x83','\x02','\xfe','\x03','\x03','\x70','\x03','\xff','\x40','\x01','\xfe','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x1a','\x01','\x86','\x19','\xbf','\xff','\x10','\xc1','\x80','\x30','\xc1','\x8c','\x20','\x1f','\xfe','\x43','\x01','\x8c','\x7f','\x91','\x8c','\x8c','\x1f','\xfc','\x0c','\x19','\x8c','\x0c','\x99','\x80','\xff','\xd9','\x86','\x0c','\x1f','\xff','\x0d','\x1b','\x46','\x8d','\xc3','\x46','\x4d','\x83','\x46','\x6d','\x06','\x5e','\x6e','\x06','\x2c','\x0c','\x04','\x20','\x0f','\x8c','\x30','\xfe','\x08','\x1e','\x70','\x10','\x1c','\x40','\x60','\x0c','\x06','\x00','\x00','\x06','\x08','\x06','\x0d','\x0f','\xff','\x0c','\xcc','\x46','\x08','\x6c','\x46','\x18','\x6c','\x46','\x10','\x0c','\x46','\x21','\x8c','\x46','\x3f','\xcc','\x46','\x46','\x0c','\x46','\x86','\x0c','\x46','\x06','\x4f','\xfe','\x7f','\xec','\x46','\x06','\x0c','\x46','\x06','\x8c','\x46','\x46','\xec','\x46','\x26','\xcc','\x46','\x36','\x8c','\x46','\x37','\x0c','\x46','\x06','\x6c','\x46','\x07','\x8c','\x46','\xfe','\x0f','\xfe','\x70','\x0c','\x06','\x40','\x00','\x00','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x03','\x00','\x0c','\xc3','\x00','\x08','\x66','\x0c','\x18','\x67','\xfe','\x10','\x04','\x0c','\x21','\x88','\x0c','\x3f','\xcf','\xcc','\x46','\x10','\xcc','\x86','\x00','\xcc','\x06','\x40','\xcc','\x7f','\xe8','\xcc','\x06','\x0f','\xcc','\x06','\x8c','\x0c','\x46','\xec','\x0c','\x26','\xcc','\x3c','\x36','\x8c','\x18','\x37','\x0c','\x02','\x06','\x0c','\x02','\x06','\xec','\x02','\xff','\x0c','\x03','\x78','\x0f','\xff','\x40','\x07','\xfe','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc1','\x80','\x08','\x61','\x80','\x18','\x61','\x80','\x10','\x01','\x80','\x21','\x81','\x80','\x3f','\xc3','\x80','\x46','\x03','\x00','\x86','\x03','\x00','\x06','\x43','\x06','\x7f','\xe3','\xff','\x06','\x07','\x06','\x06','\x87','\x06','\x46','\xef','\x06','\x26','\xcb','\x06','\x36','\x93','\x06','\x37','\x23','\x06','\x06','\x03','\x06','\x07','\xc3','\x06','\xfe','\x03','\xfe','\x70','\x03','\x06','\x40','\x03','\x06','\x08','\x18','\x00','\x0e','\x18','\x0c','\x1c','\x34','\x7e','\x18','\x32','\x00','\x30','\x23','\x00','\x60','\x61','\x80','\x88','\x41','\x80','\x0e','\x80','\x06','\x0d','\x7e','\xff','\x18','\x18','\x18','\x18','\x18','\x18','\x38','\x1b','\x18','\x59','\xff','\x98','\x98','\x18','\x18','\x18','\x19','\x18','\x19','\x19','\x98','\x18','\x99','\x98','\x18','\xd9','\x18','\x18','\xda','\x18','\x18','\x18','\x18','\x18','\x1f','\x98','\x1b','\xf8','\x18','\x19','\xc0','\x78','\x19','\x00','\x30','\x06','\x00','\xe0','\x06','\x08','\xc0','\x0d','\x0e','\xc0','\x0c','\xcc','\xc0','\x08','\x6c','\xcc','\x18','\x6f','\xfe','\x10','\x0c','\xc0','\x21','\x88','\xc0','\x3f','\xc8','\xc0','\x46','\x10','\xc0','\x86','\x00','\xc6','\x06','\x5f','\xff','\x7f','\xe1','\xd0','\x06','\x01','\xd0','\x06','\x83','\xd0','\x46','\xe3','\xd0','\x26','\xc2','\xd8','\x36','\x86','\xc8','\x37','\x04','\xcc','\x06','\x6c','\xcc','\x07','\x88','\xcf','\xfe','\x10','\xc6','\x70','\x60','\xc6','\x40','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0d','\x01','\xa0','\x0c','\xc1','\xa0','\x08','\x61','\x10','\x18','\x63','\x18','\x10','\x02','\x0c','\x21','\x84','\x0f','\x3f','\xc8','\x06','\x46','\x10','\x00','\x86','\x07','\xfc','\x06','\x40','\xc0','\x7f','\xe0','\xc0','\x06','\x00','\xc0','\x06','\x80','\xcc','\x46','\xef','\xfe','\x26','\xc0','\xc0','\x36','\x80','\xc0','\x37','\x00','\xc0','\x06','\x60','\xc0','\x07','\x80','\xc0','\xfe','\x00','\xc6','\x70','\x1f','\xff','\x40','\x00','\x00','\x06','\x00','\x18','\x06','\x00','\x7c','\x0d','\x01','\xf0','\x0c','\xcf','\xc0','\x08','\x60','\xc0','\x18','\x60','\xc0','\x10','\x00','\xc0','\x21','\x80','\xc6','\x3f','\xdf','\xff','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\x40','\xc0','\x7f','\xe0','\xc0','\x06','\x08','\xcc','\x06','\x8f','\xfe','\x46','\xec','\x0c','\x26','\xcc','\x0c','\x36','\x8c','\x0c','\x37','\x0c','\x0c','\x06','\x6c','\x0c','\x07','\x8c','\x0c','\xfe','\x0f','\xfc','\x70','\x0c','\x0c','\x40','\x0c','\x0c','\x0c','\x02','\x00','\x0c','\x17','\x00','\x1a','\x1c','\x26','\x19','\x90','\x3f','\x10','\xd3','\xa6','\x30','\xd3','\x26','\x20','\x13','\x26','\x43','\x13','\x26','\x7f','\x93','\x26','\x8c','\x13','\x26','\x0c','\x13','\x26','\x0c','\x93','\x26','\xff','\xd3','\x26','\x0c','\x13','\x26','\x0d','\x13','\x26','\x8d','\xd3','\x26','\x4d','\xbf','\x26','\x6d','\x1b','\x26','\x6e','\x13','\x3e','\x0c','\x06','\x2c','\x0f','\x86','\x20','\xfe','\x0c','\x20','\x70','\x18','\x20','\x40','\x60','\x20','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc6','\x08','\x7f','\xff','\x18','\x60','\xc0','\x10','\x08','\xc8','\x21','\x8c','\xcc','\x3f','\xcc','\xcc','\x46','\x08','\xc8','\x86','\x0c','\xcc','\x06','\x4a','\xca','\x7f','\xea','\xd3','\x06','\x11','\xe3','\x06','\x81','\xa0','\x46','\xe1','\xa0','\x26','\xc1','\xa0','\x36','\x83','\x30','\x37','\x03','\x10','\x06','\x62','\x18','\x07','\x86','\x1c','\xfe','\x04','\x0f','\x70','\x08','\x0e','\x40','\x30','\x06','\x06','\x00','\x18','\x06','\x00','\xfc','\x0d','\x0f','\xc0','\x0c','\xc0','\xc0','\x08','\x60','\xc6','\x18','\x7f','\xff','\x10','\x03','\xd0','\x21','\x83','\xd0','\x3f','\xc6','\xc8','\x46','\x04','\xcc','\x86','\x08','\xc7','\x06','\x50','\x06','\x7f','\xe0','\x30','\x06','\x0f','\xf8','\x06','\x83','\x30','\x46','\xe3','\x36','\x26','\xc3','\x3f','\x36','\x86','\x06','\x37','\x06','\x06','\x06','\x64','\x06','\x07','\x8c','\x0e','\xfe','\x08','\x0c','\x70','\x10','\x7c','\x40','\x20','\x18','\x06','\x00','\xe4','\x06','\x10','\xc7','\x0d','\x08','\xc6','\x0c','\xcc','\xcc','\x08','\x66','\xc8','\x18','\x66','\xd0','\x10','\x00','\xc0','\x21','\x88','\xc6','\x3f','\xcf','\xff','\x46','\x0c','\x06','\x86','\x0c','\x06','\x06','\x4c','\x06','\x7f','\xef','\xfe','\x06','\x0c','\x06','\x06','\x8c','\x06','\x46','\xec','\x06','\x26','\xcf','\xfe','\x36','\x8c','\x06','\x37','\x0c','\x06','\x06','\x6c','\x06','\x07','\x8c','\x06','\xfe','\x0c','\x06','\x70','\x0c','\x3e','\x40','\x0c','\x0c','\x06','\x07','\x1c','\x06','\x06','\x18','\x0d','\x06','\x1a','\x0c','\xdf','\xff','\x08','\x66','\x18','\x18','\x66','\x18','\x10','\x06','\x18','\x21','\x80','\x00','\x3f','\xc0','\xe0','\x46','\x00','\xc0','\x86','\x00','\xc6','\x06','\x5f','\xff','\x7f','\xe6','\x00','\x06','\x06','\x00','\x06','\x86','\x00','\x46','\xe6','\x00','\x26','\xc6','\x00','\x36','\x86','\x00','\x37','\x06','\x00','\x06','\x66','\x00','\x07','\x86','\x00','\xfe','\x07','\xfe','\x70','\x03','\xfe','\x40','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x1a','\x3f','\xff','\x19','\x83','\x30','\x10','\xc3','\x30','\x30','\xc3','\x30','\x20','\x03','\x30','\x43','\x13','\x36','\x7f','\x9f','\x3f','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x98','\x06','\xff','\xd8','\x06','\x0c','\x18','\x06','\x0d','\x1f','\x3e','\x8d','\xdb','\x36','\x4d','\x83','\x30','\x6d','\x03','\x30','\x6e','\x03','\x30','\x0c','\x03','\x30','\x0f','\x83','\x30','\xfe','\x03','\x36','\x70','\x7f','\xff','\x40','\x00','\x00','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x1a','\x08','\xc0','\x19','\x88','\xc6','\x10','\xdf','\xff','\x30','\xd8','\x06','\x20','\x30','\x04','\x43','\x3e','\x00','\x7f','\x8c','\x4c','\x8c','\x0c','\x7e','\x0c','\x0f','\x4c','\x0c','\x89','\x4c','\xff','\xc9','\x4c','\x0c','\x09','\x4c','\x0d','\x1d','\x4c','\x8d','\xd7','\x4c','\x4d','\xa2','\x5c','\x6d','\x02','\x4c','\x6e','\x06','\x40','\x0c','\x04','\x42','\x0f','\x8c','\x42','\xfe','\x08','\x43','\x70','\x10','\x7f','\x40','\x60','\x3e','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc6','\x08','\x7f','\xff','\x18','\x60','\x00','\x10','\x08','\x0c','\x21','\x8f','\xfe','\x3f','\xcc','\x0c','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\x4c','\x0c','\x7f','\xef','\xfc','\x06','\x0c','\xcc','\x06','\x80','\xc0','\x46','\xe8','\xc0','\x26','\xce','\xd0','\x36','\x8c','\xc8','\x37','\x0c','\xcc','\x06','\x18','\xc6','\x07','\x90','\xc6','\xfe','\x20','\xc6','\x70','\x07','\xc0','\x40','\x01','\x80','\x06','\x08','\x06','\x06','\x0f','\xff','\x0d','\x0c','\x06','\x0c','\xcc','\x06','\x08','\x6c','\x66','\x18','\x6c','\x46','\x10','\x0c','\x46','\x21','\x8f','\xfe','\x3f','\xcc','\x46','\x46','\x0c','\x46','\x86','\x0c','\x46','\x06','\x4d','\x56','\x7f','\xed','\xf6','\x06','\x0d','\x16','\x06','\x8d','\x16','\x46','\xed','\x16','\x26','\xcd','\x16','\x36','\x8d','\xf6','\x37','\x0d','\x16','\x06','\x6c','\x06','\x07','\x8c','\x06','\xfe','\x0c','\x06','\x70','\x0f','\xfe','\x40','\x0c','\x06','\x06','\x02','\x22','\x06','\x03','\x33','\x0d','\x06','\x66','\x0c','\x84','\x44','\x08','\xc8','\x88','\x18','\xd1','\x10','\x10','\x08','\x88','\x21','\x84','\x44','\x3f','\xc6','\x66','\x46','\x03','\x33','\x86','\x03','\x33','\x06','\x40','\x00','\x7f','\xe8','\x06','\x06','\x0f','\xff','\x06','\x8c','\x46','\x46','\xec','\x46','\x26','\xcc','\x46','\x36','\x8f','\xfe','\x37','\x0c','\x46','\x06','\x6c','\x46','\x07','\x8c','\x46','\xfe','\x0c','\x46','\x70','\x0f','\xfe','\x40','\x0c','\x06','\x06','\x03','\xb0','\x06','\x03','\x10','\x0d','\x03','\x04','\x0c','\xc3','\x1e','\x08','\x61','\xe0','\x18','\x6f','\x8c','\x10','\x00','\x98','\x21','\x80','\x70','\x3f','\xc0','\xc2','\x46','\x03','\x32','\x86','\x1c','\x1f','\x06','\x40','\x67','\x7f','\xe3','\x20','\x06','\x03','\x0e','\x06','\x83','\xf0','\x46','\xef','\x00','\x26','\xc1','\x18','\x36','\x81','\xb0','\x37','\x00','\xa0','\x06','\x60','\xc2','\x07','\x81','\x62','\xfe','\x02','\x3a','\x70','\x0c','\x1f','\x40','\x30','\x07','\x06','\x00','\x0c','\x06','\x00','\x7e','\x0d','\x0f','\xe0','\x0c','\xc1','\x08','\x08','\x68','\xce','\x18','\x66','\x4c','\x10','\x02','\x08','\x21','\x80','\x10','\x3f','\xc7','\xfe','\x46','\x00','\xc6','\x86','\x00','\xc6','\x06','\x40','\xc6','\x7f','\xef','\xff','\x06','\x00','\xc6','\x06','\x80','\xc6','\x46','\xe0','\xc6','\x26','\xc7','\xfe','\x36','\x80','\xc6','\x37','\x00','\xc0','\x06','\x60','\xc0','\x07','\x80','\xc0','\xfe','\x00','\xc0','\x70','\x07','\xc0','\x40','\x01','\x80','\x0c','\x01','\x86','\x0c','\x1f','\xff','\x1a','\x01','\x86','\x19','\x89','\x24','\x10','\xc7','\x1c','\x30','\xc2','\x08','\x20','\x03','\x0c','\x43','\x05','\x96','\x7f','\x89','\xa6','\x8c','\x10','\x40','\x0c','\x00','\x00','\x0c','\xc3','\x06','\xff','\xff','\xff','\x0c','\x02','\x46','\x0d','\x12','\x46','\x8d','\xcc','\x24','\x4d','\x86','\x2c','\x6d','\x0b','\x28','\x6e','\x09','\x90','\x0c','\x11','\xa8','\x0f','\x90','\x2c','\xfe','\x20','\x4f','\x70','\x40','\x86','\x40','\x01','\x06','\x0c','\x07','\x38','\x0c','\x06','\x30','\x1a','\x06','\x36','\x19','\xbf','\xff','\x10','\xc6','\x30','\x30','\xc6','\x30','\x20','\x06','\x30','\x43','\x01','\xc0','\x7f','\x81','\x80','\x8c','\x01','\x86','\x0c','\x3f','\xff','\x0c','\x83','\x00','\xff','\xc3','\x00','\x0c','\x03','\x0c','\x0d','\x03','\xfe','\x8d','\xc3','\x0c','\x4d','\x87','\x0c','\x6d','\x06','\x0c','\x6e','\x06','\x0c','\x0c','\x0c','\x0c','\x0f','\x8c','\x1c','\xfe','\x18','\x18','\x70','\x30','\xf8','\x40','\xc0','\x30','\x0c','\x07','\x38','\x0c','\x06','\x30','\x1a','\x06','\x36','\x19','\xbf','\xff','\x10','\xc6','\x30','\x30','\xc6','\x30','\x20','\x06','\x30','\x43','\x00','\x00','\x7f','\x84','\x70','\x8c','\x07','\x60','\x0c','\x06','\x64','\x0c','\x8c','\x67','\xff','\xcc','\x66','\x0c','\x1c','\x6c','\x0d','\x2c','\x70','\x8d','\xcc','\x60','\x4d','\x8c','\x60','\x6d','\x0c','\x60','\x6e','\x0c','\x62','\x0c','\x0c','\x62','\x0f','\x8c','\x62','\xfe','\x0c','\x63','\x70','\x0c','\x7f','\x40','\x0c','\x3e','\x0c','\x00','\x70','\x0c','\x00','\x68','\x1a','\x02','\x64','\x19','\x9f','\x66','\x10','\xc0','\x66','\x30','\xc0','\x60','\x20','\x00','\x66','\x43','\x3f','\xff','\x7f','\x80','\x60','\x8c','\x02','\x60','\x0c','\x02','\x60','\x0c','\x92','\x60','\xff','\xd2','\x60','\x0c','\x12','\x60','\x0d','\x13','\xe0','\x8d','\xd2','\x30','\x4d','\x92','\x30','\x6d','\x12','\x32','\x6e','\x12','\x12','\x0c','\x13','\xda','\x0f','\xbf','\x0a','\xfe','\x1c','\x0e','\x70','\x10','\x07','\x40','\x00','\x03','\x0c','\x23','\x0c','\x0c','\x3f','\x7e','\x1a','\x33','\x0c','\x19','\x33','\x0c','\x11','\xb3','\x0c','\x31','\xb3','\x0c','\x20','\x33','\x0c','\x42','\x3f','\x7c','\x7f','\x30','\x00','\x88','\x30','\x00','\x08','\x30','\x0c','\x09','\x32','\xfe','\xff','\xbf','\x4c','\x08','\x30','\x4c','\x0a','\x30','\x4c','\x8b','\xb0','\x6c','\x4b','\x32','\x28','\x6a','\x3f','\x28','\x6c','\x30','\x38','\x08','\x30','\x10','\x0f','\x30','\x38','\xfc','\x30','\x2c','\x70','\x30','\x4f','\x40','\x31','\x86','\x0c','\x00','\x80','\x0c','\x00','\xe0','\x1a','\x00','\xc0','\x19','\x88','\x8c','\x10','\xcf','\xfe','\x30','\xcc','\x0c','\x20','\x0c','\x0c','\x43','\x0f','\xfc','\x7f','\x8c','\x0c','\x8c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x8f','\xfc','\xff','\xc0','\x00','\x0c','\x00','\x00','\x0d','\x1f','\xfe','\x8d','\xc0','\xc0','\x4d','\x80','\xc0','\x6d','\x00','\xc8','\x6e','\x0f','\xfc','\x0c','\x00','\xc0','\x0f','\x80','\xc0','\xfe','\x00','\xc6','\x70','\x3f','\xff','\x40','\x00','\x00','\x0c','\x00','\x70','\x0c','\x00','\x64','\x1a','\x00','\x66','\x19','\x80','\x62','\x10','\xd0','\x60','\x30','\xdf','\xff','\x20','\x10','\x60','\x43','\x10','\x60','\x7f','\x90','\x60','\x8c','\x17','\xa4','\x0c','\x10','\x27','\x0c','\x90','\x26','\xff','\xd7','\xa6','\x0c','\x14','\xac','\x0d','\x14','\xac','\x8d','\xd4','\xa8','\x4d','\x94','\xb8','\x6d','\x37','\x92','\x6e','\x30','\x3a','\x0c','\x30','\x2a','\x0f','\xa0','\x6e','\xfe','\x60','\x46','\x70','\x40','\x87','\x40','\x81','\x03','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1a','\x03','\x40','\x19','\x83','\x20','\x10','\xc6','\x30','\x30','\xc4','\x1c','\x20','\x08','\x0f','\x43','\x37','\xf6','\x7f','\x80','\x00','\x8c','\x00','\x00','\x0c','\x11','\x07','\x0c','\x9f','\xa6','\xff','\xd1','\x26','\x0c','\x11','\x26','\x0d','\x1f','\x26','\x8d','\xd1','\x26','\x4d','\x91','\x26','\x6d','\x1f','\x26','\x6e','\x11','\x26','\x0c','\x11','\x26','\x0f','\x91','\x06','\xfe','\x11','\x06','\x70','\x17','\x1e','\x40','\x13','\x0c','\x0c','\x07','\x1c','\x0c','\x06','\x18','\x0a','\x06','\x1a','\x19','\xbf','\xff','\x18','\xc6','\x18','\x10','\xc6','\x18','\x30','\x07','\xf8','\x23','\x06','\x18','\x7f','\x86','\x18','\x8c','\x06','\x18','\x0c','\x07','\xf8','\x0c','\x86','\x18','\xff','\xc6','\x18','\x0c','\x06','\x1a','\x0d','\x3f','\xff','\x8d','\xd9','\x98','\x4d','\x99','\x98','\x6d','\x19','\x18','\x6e','\x1b','\x1f','\x0c','\xda','\x0f','\x0f','\x1c','\x00','\xfc','\x18','\x02','\x70','\x1f','\xff','\x40','\x18','\x00','\x0c','\x00','\x08','\x0c','\x10','\x0e','\x1a','\x0c','\x0c','\x19','\x86','\x18','\x10','\xc6','\x10','\x30','\xc0','\x26','\x20','\x3f','\xff','\x43','\x04','\x10','\x7f','\x87','\x10','\x8c','\x06','\x18','\x0c','\x06','\x08','\x0c','\x8c','\x0c','\xff','\xc8','\x0f','\x0c','\x10','\x06','\x0d','\x00','\x00','\x8d','\x8f','\xfc','\x4d','\x89','\x24','\x6d','\x09','\x24','\x6e','\x09','\x24','\x0c','\x09','\x24','\x0f','\x89','\x24','\xfe','\x09','\x24','\x70','\x3f','\xff','\x40','\x00','\x00','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x1a','\x00','\xc6','\x19','\x9f','\xff','\x10','\xc0','\x00','\x30','\xc4','\x18','\x20','\x07','\xfc','\x43','\x06','\x18','\x7f','\x86','\x18','\x8c','\x07','\xf8','\x0c','\x00','\x00','\x0c','\x90','\x06','\xff','\xdf','\xff','\x0c','\x18','\x06','\x0d','\x18','\x06','\x8d','\xd9','\xe6','\x4d','\x99','\x26','\x6d','\x19','\x26','\x6e','\x19','\x26','\x0c','\x19','\xe6','\x0f','\x98','\x06','\xfe','\x18','\x06','\x70','\x18','\x1e','\x40','\x18','\x0c','\x0c','\x0e','\x30','\x0c','\x0c','\xf8','\x1a','\x0f','\xc0','\x19','\x8c','\x04','\x10','\xcc','\x06','\x30','\xc7','\xfe','\x20','\x00','\x00','\x43','\x19','\xf8','\x7f','\x99','\x08','\x8c','\x19','\x08','\x0c','\x19','\xf8','\x0c','\x99','\x08','\xff','\xd9','\x08','\x0c','\x19','\xf8','\x0d','\x19','\x08','\x8d','\xd9','\x08','\x4d','\x99','\xf8','\x6d','\x18','\x06','\x6e','\x1f','\xff','\x0c','\x00','\x00','\x0f','\x84','\x10','\xfe','\x07','\x0c','\x70','\x1e','\x06','\x40','\x70','\x06','\x0c','\x01','\xc0','\x0c','\x11','\x80','\x1a','\x11','\x86','\x19','\x1f','\xff','\x11','\xb0','\x06','\x31','\xb0','\x08','\x20','\x08','\x20','\x43','\x0c','\x18','\x7f','\x99','\x8c','\x8c','\x11','\x86','\x0c','\x23','\x46','\x0c','\x83','\x20','\xff','\xc6','\x30','\x0c','\x04','\x1c','\x0d','\x08','\x0f','\x8d','\x90','\x06','\x4d','\xaf','\xf8','\x6d','\x0c','\x18','\x6e','\x0c','\x18','\x0c','\x0c','\x18','\x0f','\x8c','\x18','\xfe','\x0c','\x18','\x70','\x0f','\xf8','\x40','\x0c','\x18','\x0c','\x02','\x08','\x0c','\x41','\x0e','\x1a','\x31','\x8c','\x19','\x19','\x88','\x11','\x98','\x18','\x31','\x98','\x10','\x20','\x03','\xfe','\x46','\x00','\x60','\x7f','\x00','\x60','\x88','\x00','\x60','\x08','\x18','\x66','\x08','\xff','\xff','\xff','\x98','\x60','\x08','\x18','\x60','\x0a','\x18','\xd0','\x8b','\x98','\xc8','\x4b','\x18','\x8c','\x6a','\x19','\x06','\x6c','\x1a','\x06','\x08','\x18','\x00','\x0f','\x1c','\x00','\xfc','\xf7','\xff','\x70','\x61','\xfe','\x40','\x40','\x00','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x41','\x00','\x3f','\xff','\xfc','\x30','\x41','\x04','\x30','\x41','\x04','\x3f','\xff','\xfc','\x33','\x03','\x00','\x23','\xf3','\xf0','\x23','\x03','\x02','\x63','\x03','\x03','\x5f','\xd9','\xff','\x8e','\x3c','\x00','\x00','\x72','\x00','\x00','\xc1','\x80','\x03','\xff','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x06','\x0f','\xff','\xf0','\x02','\x18','\x40','\x01','\x18','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x22','\x00','\x0c','\x3f','\x06','\x1a','\x24','\xff','\x19','\x24','\x46','\x11','\xa4','\x46','\x31','\xbf','\x4c','\x20','\x21','\x2c','\x42','\x21','\x28','\x7f','\x3f','\x18','\x88','\x24','\x10','\x08','\x24','\x38','\x09','\x24','\x2f','\xff','\xbf','\x46','\x08','\x20','\x86','\x0a','\x00','\x00','\x8b','\x81','\xc0','\x4b','\x01','\x8c','\x6a','\x3f','\xfe','\x6c','\x01','\x80','\x08','\x01','\x80','\x0f','\x01','\x80','\xfc','\x01','\x86','\x70','\x7f','\xff','\x40','\x00','\x00','\x07','\x00','\x0c','\x06','\x22','\x3e','\xff','\xf3','\xe0','\x06','\x03','\x00','\x7f','\xe3','\x00','\x46','\x23','\x06','\x46','\x23','\xff','\x7f','\xe3','\x18','\x46','\x23','\x18','\x46','\x22','\x18','\x7f','\xe2','\x18','\x06','\x04','\x18','\xff','\xf0','\x18','\x06','\x1c','\x18','\x06','\x36','\x00','\x00','\xc1','\x80','\x03','\xff','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x06','\x0f','\xff','\xf0','\x02','\x18','\x40','\x01','\x18','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x00','\xe0','\x0c','\x10','\xc0','\x1a','\x10','\xc6','\x19','\x1f','\xff','\x11','\xb0','\x06','\x31','\xb0','\x04','\x20','\x08','\x00','\x46','\x0f','\xff','\x7f','\x0c','\x20','\x88','\x08','\x20','\x08','\x19','\x46','\x09','\x19','\xff','\xff','\xb9','\x86','\x08','\x59','\x86','\x0a','\x19','\x86','\x8b','\x99','\x86','\x4b','\x19','\xfe','\x6a','\x19','\x86','\x6c','\x19','\x86','\x08','\x19','\x86','\x0f','\x19','\x86','\xfc','\x19','\xfe','\x70','\x19','\x86','\x40','\x19','\x86','\x0c','\x06','\x30','\x0c','\x34','\x22','\x1a','\x24','\x3f','\x19','\x24','\x62','\x11','\xa4','\x56','\x31','\xa4','\x94','\x20','\x25','\x4c','\x46','\x24','\x68','\x7f','\x24','\x10','\x88','\x3c','\x20','\x08','\x24','\x40','\x09','\x04','\x8c','\xff','\x84','\x0c','\x08','\x05','\xff','\x0a','\x7c','\x0c','\x8b','\x24','\x8c','\x4b','\x24','\x4c','\x6a','\x24','\x6c','\x6c','\x24','\x6c','\x08','\x64','\x0c','\x0f','\x44','\x0c','\xfc','\x44','\x0c','\x70','\x84','\x7c','\x40','\x04','\x18','\x0c','\x1c','\x80','\x0c','\x18','\xe0','\x1a','\x18','\xc0','\x19','\x18','\xc6','\x11','\x98','\xff','\x31','\xff','\x80','\x20','\x20','\x80','\x46','\x21','\x60','\x7f','\x20','\x60','\x88','\x24','\x44','\x08','\x3e','\xfe','\x09','\x24','\x90','\xff','\xa5','\x10','\x08','\x24','\x10','\x0a','\x24','\x12','\x8b','\xa5','\xff','\x4b','\x24','\x28','\x6a','\x24','\x28','\x6c','\x64','\x28','\x08','\x44','\x6c','\x0f','\x4c','\x44','\xfc','\xcc','\x46','\x70','\xb8','\x87','\x41','\x19','\x02','\x0c','\x04','\x18','\x0c','\x07','\xfc','\x1a','\x06','\x18','\x19','\x86','\x18','\x10','\xc7','\xf8','\x30','\xc6','\x18','\x20','\x06','\x18','\x43','\x07','\xf8','\x7f','\x80','\x00','\x8c','\x1f','\xfe','\x0c','\x11','\x22','\x0c','\x91','\x22','\xff','\xdf','\xfe','\x0c','\x00','\x00','\x0d','\x00','\x0c','\x8d','\xdf','\xfe','\x4d','\x84','\x0c','\x6d','\x02','\x18','\x6e','\x03','\x30','\x0c','\x01','\xe0','\x0f','\x80','\xe0','\xfe','\x01','\xbc','\x70','\x06','\x1f','\x40','\x38','\x06','\x0c','\x02','\x04','\x0c','\x7f','\xfe','\x1a','\x22','\x44','\x19','\x12','\x24','\x11','\x92','\x24','\x31','\x86','\x0c','\x20','\x0a','\x14','\x46','\x3a','\x74','\x7f','\x12','\x24','\x88','\x01','\x84','\x08','\x03','\x40','\x09','\x06','\x20','\xff','\x8c','\x18','\x08','\x19','\x8f','\x0a','\x63','\x06','\x8b','\x06','\x30','\x4b','\x18','\x60','\x6a','\x00','\xc4','\x6c','\x03','\x0e','\x08','\x0c','\x1c','\x0f','\x00','\x38','\xfc','\x00','\xe0','\x70','\x03','\x80','\x40','\x1c','\x00','\x0c','\x00','\x70','\x0c','\x40','\x66','\x1a','\x27','\xff','\x19','\x30','\x60','\x11','\xb0','\x60','\x31','\xb3','\xfc','\x20','\x02','\x64','\x46','\x02','\x64','\x7f','\x02','\x64','\x88','\x03','\xfc','\x08','\x32','\x64','\x08','\xfa','\x64','\xff','\x32','\x64','\x08','\x33','\xfc','\x09','\x30','\x60','\x89','\xb0','\x66','\x49','\x3f','\xff','\x6a','\x30','\x60','\x68','\x30','\x60','\x08','\x30','\x60','\x0e','\x38','\x00','\xfd','\xef','\xff','\x70','\xc3','\xfe','\x40','\x80','\x00','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x1a','\x0f','\xfc','\x19','\x08','\xc4','\x11','\x88','\xc4','\x31','\xbf','\xff','\x20','\x08','\xc4','\x43','\x08','\xc4','\x7f','\x8f','\xfc','\x8c','\x00','\xc0','\x0c','\x1f','\xfe','\x0c','\x90','\xc2','\xff','\xd0','\xc2','\x0c','\x1f','\xfe','\x0d','\x01','\x80','\x8d','\xc3','\x02','\x4d','\xbf','\xff','\x6d','\x02','\x18','\x6e','\x06','\x10','\x0c','\x0f','\xa0','\x0f','\x8c','\xf0','\xfe','\x01','\x9c','\x70','\x06','\x0e','\x40','\x38','\x06','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x1a','\x3f','\xfe','\x19','\x86','\x30','\x10','\xc6','\x30','\x30','\xc6','\x30','\x20','\x1e','\x3c','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x8c','\x18','\x0c','\x0c','\x1e','\x3c','\x0c','\x86','\x30','\xff','\xc6','\x30','\x0c','\x06','\x32','\x0d','\x3f','\xff','\x8d','\xc1','\x00','\x4d','\x80','\xc0','\x6d','\x06','\x48','\x6e','\x16','\x06','\x0c','\x16','\x13','\x0f','\xb6','\x13','\xfe','\x66','\x18','\x70','\x67','\xf8','\x40','\x03','\xf0','\x0c','\x00','\x06','\x0c','\x3f','\xff','\x1a','\x01','\x20','\x19','\x81','\x20','\x10','\xdf','\xfe','\x30','\xd9','\x26','\x20','\x19','\x26','\x43','\x19','\x26','\x7f','\x9f','\xfe','\x8c','\x00','\x00','\x0c','\x0f','\xfc','\x0c','\x8c','\x0c','\xff','\xcc','\x0c','\x0c','\x0f','\xfc','\x0d','\x0c','\x0c','\x8d','\xcc','\x0c','\x4d','\x8f','\xfc','\x6d','\x00','\xc0','\x6e','\x00','\xc6','\x0c','\x3f','\xff','\x0f','\x80','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x18','\x1c','\x40','\x18','\x18','\x70','\x14','\x18','\x60','\x12','\xff','\x60','\x33','\x00','\x60','\x23','\x00','\x66','\x20','\x7e','\x7f','\x44','\x42','\x40','\x7e','\x42','\xc8','\x90','\x7e','\x8e','\x10','\x01','\x4c','\x12','\x00','\x4c','\xff','\x7e','\x4c','\x10','\x06','\x28','\x14','\x04','\x28','\x96','\x18','\x38','\x56','\x18','\x10','\x54','\xfe','\x10','\x58','\x78','\x38','\x10','\x18','\x28','\x1e','\x18','\x6c','\xf8','\x18','\x4f','\x60','\x78','\x86','\x40','\x31','\x06','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x1a','\x0f','\xfc','\x19','\x80','\xc0','\x10','\xc0','\xc0','\x30','\xdf','\xfe','\x20','\x00','\x00','\x43','\x06','\x0c','\x7f','\x84','\x08','\x8c','\x1f','\x3e','\x0c','\x04','\x08','\x0c','\x84','\x08','\xff','\xc7','\x08','\x0c','\x3c','\x7f','\x0d','\x10','\x00','\x8d','\xc0','\x00','\x4d','\x9f','\xfe','\x6d','\x06','\x30','\x6e','\x06','\x30','\x0c','\x06','\x32','\x0f','\x8e','\x32','\xfe','\x0c','\x33','\x70','\x18','\x3f','\x40','\x60','\x1e','\x0c','\x00','\x38','\x0c','\x01','\xfc','\x1a','\x1f','\x80','\x19','\x81','\x88','\x10','\xd1','\x8c','\x30','\xc9','\x98','\x20','\x09','\xa2','\x43','\x3f','\xff','\x7f','\x83','\xa0','\x8c','\x07','\x90','\x0c','\x0d','\x9c','\x0c','\xb1','\x8f','\xff','\xc1','\x86','\x0c','\x00','\x00','\x0d','\x1f','\xfc','\x8d','\xd8','\x8c','\x4d','\x98','\x8c','\x6d','\x18','\x8c','\x6e','\x1f','\xfc','\x0c','\x18','\x8c','\x0f','\x98','\x8c','\xfe','\x18','\x8c','\x70','\x1f','\xfc','\x40','\x18','\x0c','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x1a','\x01','\x86','\x19','\xbf','\xff','\x10','\xc3','\x40','\x30','\xc2','\x22','\x20','\x36','\x23','\x43','\x14','\x14','\x7f','\x88','\x18','\x8c','\x1f','\xff','\x0c','\x28','\x16','\x0c','\x88','\x10','\xff','\xcf','\xf0','\x0c','\x08','\x10','\x0d','\x08','\x10','\x8d','\xcf','\xf0','\x4d','\x81','\x80','\x6d','\x11','\x90','\x6e','\x1d','\x88','\x0c','\x19','\x8c','\x0f','\xb1','\x86','\xfe','\x21','\x86','\x70','\x4f','\x80','\x40','\x03','\x00','\x0c','\x10','\x06','\x0c','\x1f','\xff','\x1a','\x19','\x26','\x19','\x99','\x26','\x10','\xd9','\x26','\x30','\xdf','\xfe','\x20','\x00','\x00','\x43','\x00','\x00','\x7f','\xbf','\xff','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x9f','\xfe','\xff','\xd8','\x06','\x0c','\x18','\x06','\x0d','\x1f','\xfe','\x8d','\xc3','\x40','\x4d','\x86','\x42','\x6d','\x0e','\x27','\x6e','\x16','\x2c','\x0c','\x66','\x30','\x0f','\x06','\x18','\xfc','\x1f','\x9f','\x70','\x0e','\x0e','\x40','\x08','\x06','\x0c','\x04','\x20','\x0c','\x06','\x30','\x1a','\x04','\x44','\x19','\x8f','\xfe','\x10','\xc8','\x40','\x30','\xd8','\x40','\x20','\x2f','\xfc','\x43','\x08','\x40','\x7f','\x88','\x40','\x8c','\x0f','\xfc','\x0c','\x08','\x40','\x0c','\x88','\x42','\xff','\xcf','\xff','\x0c','\x00','\x00','\x0d','\x11','\x26','\x8d','\xdf','\x3f','\x4d','\x99','\x26','\x6d','\x19','\x26','\x6e','\x19','\x26','\x0c','\x19','\xe6','\x0f','\x98','\x06','\xfe','\x18','\x06','\x70','\x18','\x3e','\x40','\x18','\x0c','\x18','\x1c','\x70','\x18','\x18','\x60','\x14','\x1a','\x6c','\x12','\x7f','\x66','\x33','\x18','\x66','\x23','\x18','\x60','\x20','\x18','\x66','\x44','\xff','\xff','\x7e','\x00','\x60','\x90','\x7e','\x60','\x10','\x42','\x64','\x12','\x42','\x67','\xff','\x7e','\x66','\x10','\x00','\x26','\x14','\x7e','\x24','\x96','\x10','\x2c','\x56','\x10','\x28','\x54','\x7e','\x38','\x58','\x10','\x12','\x10','\x10','\x3a','\x1e','\x1e','\x6a','\xf8','\xf8','\xce','\x60','\x61','\x87','\x40','\x46','\x03','\x18','\x1c','\x70','\x18','\x18','\x60','\x14','\x18','\x68','\x12','\x1a','\x66','\x33','\x7f','\x63','\x23','\x18','\x63','\x20','\x18','\x60','\x44','\x18','\x66','\x7e','\xff','\xff','\x90','\x00','\x60','\x10','\x7e','\x64','\x12','\x42','\x67','\xff','\x42','\x66','\x10','\x42','\x26','\x14','\x7e','\x24','\x96','\x00','\x2c','\x56','\x44','\x28','\x54','\x26','\x38','\x58','\x24','\x12','\x10','\x04','\x3a','\x1e','\x0e','\x6a','\xf8','\xf8','\xce','\x60','\x61','\x87','\x40','\x46','\x03','\x0c','\x08','\xe4','\x0c','\x04','\xc6','\x1a','\x06','\xcc','\x19','\x86','\xc8','\x10','\xd0','\xd2','\x30','\xdf','\xff','\x20','\x30','\x06','\x43','\x30','\x04','\x7f','\x87','\xf0','\x8c','\x04','\x10','\x0c','\x04','\x10','\x0c','\x87','\xf0','\xff','\xc0','\x00','\x0c','\x10','\x0c','\x0d','\x1f','\xfe','\x8d','\xd8','\x8c','\x4d','\x98','\x8c','\x6d','\x18','\x8c','\x6e','\x1f','\xfc','\x0c','\x18','\x8c','\x0f','\x98','\x8c','\xfe','\x18','\x8c','\x70','\x1f','\xfc','\x40','\x18','\x0c','\x0c','\x01','\x00','\x0c','\x18','\x8c','\x1a','\x1a','\x2c','\x19','\x99','\x4c','\x10','\xdc','\x9c','\x30','\xd9','\x4c','\x20','\x1a','\x2c','\x43','\x18','\x8c','\x7f','\x98','\x4c','\x8c','\x1f','\xfc','\x0c','\x06','\x30','\x0c','\x86','\x30','\xff','\xcc','\x3f','\x0c','\x1a','\x1f','\x0d','\x23','\x00','\x8d','\x87','\xf8','\x4d','\x84','\x18','\x6d','\x0a','\x30','\x6e','\x11','\x60','\x0c','\x00','\xc0','\x0f','\x81','\xe0','\xfe','\x03','\x38','\x70','\x0c','\x1f','\x40','\x30','\x06','\x00','\x02','\x00','\x40','\x43','\x80','\x7f','\xe3','\x06','\x62','\x07','\xff','\x62','\x04','\x00','\x7f','\xc8','\x00','\x60','\x43','\xfc','\x60','\x40','\x00','\x7f','\xc0','\x00','\x62','\x07','\xfe','\x62','\x04','\x92','\x62','\x44','\x92','\x7f','\xe7','\xfe','\x60','\x1c','\x00','\x00','\x36','\x00','\x00','\xc1','\x80','\x03','\xff','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x06','\x0f','\xff','\xf0','\x02','\x18','\x40','\x01','\x18','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x00','\xc0','\x0c','\x00','\x88','\x1a','\x1f','\xfc','\x19','\x80','\x80','\x10','\xc0','\x80','\x30','\xcf','\xf8','\x20','\x00','\x02','\x43','\x3f','\xff','\x7f','\x80','\x02','\x8c','\x07','\xf4','\x0c','\x00','\x80','\x0c','\x80','\x80','\xff','\xcf','\xf8','\x0c','\x00','\x02','\x0d','\x3f','\xff','\x8d','\x80','\x0c','\x4d','\x80','\x0c','\x6d','\x3d','\xff','\x6e','\x24','\x0c','\x0c','\x24','\xcc','\x0f','\xa4','\x4c','\xfe','\x3c','\x0c','\x70','\x00','\x7c','\x40','\x00','\x18','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x1a','\x20','\xc6','\x19','\x3f','\xff','\x11','\xb0','\x00','\x31','\xb1','\x98','\x20','\x31','\x10','\x42','\x37','\xfc','\x7f','\x31','\x10','\x88','\x31','\x10','\x08','\x3f','\xfe','\x09','\x30','\x40','\xff','\xb0','\x40','\x08','\x37','\xfc','\x0a','\x34','\x44','\x8b','\xb4','\x44','\x4b','\x27','\xfc','\x6a','\x24','\x44','\x6c','\x24','\x44','\x08','\x27','\xfc','\x0f','\x42','\x00','\xfc','\x43','\x18','\x70','\x86','\x06','\x40','\x18','\x02','\x0c','\x00','\x80','\x0c','\x00','\xe0','\x1a','\x20','\xc2','\x19','\x93','\xf3','\x10','\xda','\x16','\x30','\xda','\x14','\x20','\x02','\x10','\x43','\x03','\xf0','\x7f','\x82','\x18','\x8c','\x0e','\x16','\x0c','\x3a','\x13','\x0c','\x93','\xf3','\xff','\xc0','\xc0','\x0c','\x00','\xc0','\x0d','\x3f','\xff','\x8d','\xc1','\xd0','\x4d','\x83','\xd0','\x6d','\x02','\xc8','\x6e','\x06','\xcc','\x0c','\x04','\xcf','\x0f','\x88','\xc6','\xfe','\x30','\xc6','\x70','\x00','\xc0','\x40','\x00','\xc0','\x0c','\x01','\xc0','\x0c','\x01','\x88','\x1a','\x01','\xfc','\x19','\x21','\x82','\x11','\xbf','\xff','\x31','\xb1','\x06','\x20','\x31','\xe4','\x42','\x37','\x08','\x7f','\x30','\xf8','\x88','\x30','\x00','\x08','\x37','\xfc','\x09','\x34','\x44','\xff','\xb4','\x44','\x08','\x37','\xfc','\x0a','\x34','\x44','\x8b','\xa4','\x44','\x4b','\x27','\xfc','\x6a','\x20','\x40','\x6c','\x21','\x24','\x08','\x65','\x22','\x0f','\x45','\x0b','\xfc','\x4d','\x0d','\x70','\x99','\xfc','\x40','\x18','\xf8','\x0c','\x08','\x84','\x0c','\x0c','\xc6','\x1a','\x19','\x8c','\x19','\x22','\x10','\x11','\x99','\x8c','\x31','\x88','\x84','\x20','\x3f','\xfe','\x42','\x20','\x02','\x7f','\x26','\x32','\x88','\x21','\xc2','\x08','\x26','\x32','\x09','\x20','\x02','\xff','\xbf','\xfe','\x08','\x00','\x00','\x0a','\x21','\x08','\x8b','\xa9','\x48','\x4b','\x25','\x28','\x6a','\x21','\x08','\x6c','\x29','\x4a','\x08','\x25','\x2a','\x0f','\x21','\x0e','\xfc','\x39','\xc6','\x70','\xe7','\x07','\x40','\x42','\x03','\x0c','\x01','\xc0','\x0c','\x01','\x88','\x1a','\x01','\xfc','\x19','\x21','\x82','\x11','\xbf','\xff','\x31','\xb1','\x06','\x20','\x31','\xe4','\x42','\x37','\x00','\x7f','\x31','\x08','\x88','\x30','\xf8','\x08','\x30','\x00','\x09','\x37','\xfc','\xff','\xb4','\x44','\x08','\x34','\x44','\x0a','\x27','\xfc','\x8b','\xa4','\x44','\x4b','\x24','\x44','\x6a','\x27','\xfc','\x6c','\x60','\x00','\x08','\x4f','\xfe','\x0f','\x49','\x22','\xfc','\x89','\x22','\x70','\x09','\x22','\x40','\x3f','\xff','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\x80','\x00','\x08','\xc0','\x00','\x18','\xc8','\x0c','\x10','\x0f','\xfe','\x21','\x8c','\x0c','\x3f','\xcc','\x0c','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\x4f','\xfc','\x7f','\xec','\x0c','\x06','\x0c','\x00','\x06','\x8c','\x00','\x46','\xec','\x00','\x26','\xcc','\x00','\x36','\x8c','\x00','\x37','\x0c','\x00','\x06','\x08','\x00','\x07','\xd8','\x00','\xfe','\x10','\x00','\x70','\x20','\x00','\x40','\x40','\x00','\x0c','\x00','\xc0','\x0c','\x01','\xc0','\x1a','\x03','\x20','\x19','\x06','\x18','\x11','\x8c','\x0f','\x31','\xb3','\xf6','\x20','\x00','\x00','\x43','\x00','\x00','\x7f','\xbd','\xef','\x8c','\x25','\x29','\x0c','\x25','\x29','\x0c','\xbd','\xef','\xff','\xc0','\x00','\x0c','\x00','\x00','\x0d','\x1f','\xfe','\x8d','\xd9','\x26','\x4d','\x99','\x26','\x6d','\x19','\x26','\x6e','\x1f','\xfe','\x0c','\x19','\x26','\x0f','\x99','\x26','\xfe','\x19','\x26','\x70','\x19','\x2e','\x40','\x19','\x26','\x0c','\x07','\x1c','\x0c','\x06','\x18','\x1a','\x3f','\xff','\x19','\x86','\x18','\x10','\xc6','\x18','\x30','\xdf','\x3e','\x20','\x11','\x22','\x43','\x11','\x22','\x7f','\x9f','\x3e','\x8c','\x08','\x40','\x0c','\x0e','\x60','\x0c','\x8c','\x44','\xff','\xdf','\xfe','\x0c','\x18','\x40','\x0d','\x38','\x40','\x8d','\xdf','\xfc','\x4d','\x98','\x40','\x6d','\x18','\x40','\x6e','\x1f','\xfc','\x0c','\x18','\x40','\x0f','\x98','\x40','\xfe','\x18','\x42','\x70','\x1f','\xff','\x40','\x18','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x1a','\x04','\x10','\x19','\x07','\xf0','\x11','\x84','\x10','\x31','\x84','\x10','\x20','\x07','\xf0','\x42','\x04','\x10','\x7f','\x04','\x1e','\x88','\x3f','\xf0','\x08','\x1c','\x10','\x09','\x80','\x12','\xff','\xff','\xff','\x08','\x22','\x44','\x0a','\x22','\x44','\x8b','\xbe','\x7c','\x4b','\x22','\x44','\x6a','\x22','\x44','\x6c','\x3e','\x7c','\x08','\x22','\x44','\x0f','\x22','\x44','\xfc','\xff','\xfc','\x70','\x62','\xc4','\x40','\x02','\x04','\x0c','\x06','\x18','\x0c','\x14','\x50','\x1a','\x14','\x50','\x19','\x1f','\x7e','\x11','\xa4','\x90','\x31','\x84','\x10','\x20','\x7f','\xff','\x43','\x0a','\x28','\x7f','\x9a','\xa8','\x8c','\x13','\x29','\x0c','\x22','\x47','\x0c','\x9f','\xfc','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0d','\x1f','\xfc','\x8d','\xd8','\x0c','\x4d','\x98','\x0c','\x6d','\x1f','\xfc','\x6e','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\x9f','\xfc','\xfe','\x08','\x00','\x70','\x1c','\x1e','\x40','\x70','\x06','\x0c','\x06','\x18','\x0c','\x04','\x10','\x1a','\x3f','\x7e','\x19','\x04','\x10','\x11','\x84','\x10','\x31','\xff','\xff','\x20','\x0c','\x28','\x43','\x0b','\x2c','\x7f','\x91','\x47','\x8c','\x60','\x82','\x0c','\x1f','\xfc','\x0c','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x1f','\xfc','\x0d','\x18','\x0c','\x8d','\xd8','\x0c','\x4d','\x9f','\xfc','\x6d','\x18','\x0c','\x6e','\x18','\x0c','\x0c','\x1f','\xfc','\x0f','\x80','\x00','\xfe','\x08','\x00','\x70','\x1c','\x1e','\x40','\x70','\x06','\x18','\x40','\x06','\x18','\x7f','\xff','\x14','\x64','\x46','\x12','\x64','\x46','\x33','\x64','\x46','\x23','\x7f','\xfe','\x20','\x10','\x40','\x44','\x18','\x68','\x7e','\x10','\x4c','\x90','\xa8','\xc8','\x10','\x4c','\x92','\x12','\x49','\xff','\xff','\x12','\x90','\x10','\x24','\x90','\x14','\xfe','\xfe','\x96','\x72','\x90','\x56','\x10','\x90','\x54','\x50','\x90','\x58','\x74','\xfe','\x10','\x52','\x90','\x1e','\xd2','\x90','\xf8','\x90','\x92','\x61','\x10','\xff','\x40','\x10','\x80','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x18','\x00','\x18','\x22','\x7e','\x22','\xff','\x00','\xff','\x69','\x7e','\x69','\x08','\x42','\x08','\x4a','\x42','\x6c','\x69','\x7e','\x4b','\x49','\x18','\x89','\x88','\x36','\x08','\x00','\xc1','\x80','\x03','\xff','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x06','\x0f','\xff','\xf0','\x02','\x18','\x40','\x01','\x18','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x11','\x22','\x0c','\x1f','\xbf','\x1a','\x11','\x22','\x19','\x9f','\x3e','\x10','\xd1','\x22','\x30','\xdf','\x3e','\x20','\x11','\x22','\x43','\x1f','\x3e','\x7f','\x84','\x40','\x8c','\x06','\x60','\x0c','\x0f','\xfe','\x0c','\x88','\x40','\xff','\xdf','\xfc','\x0c','\x28','\x40','\x0d','\x0f','\xfc','\x8d','\xc8','\x40','\x4d','\x8f','\xff','\x6d','\x00','\x00','\x6e','\x1f','\xfc','\x0c','\x04','\x18','\x0f','\x83','\x30','\xfc','\x00','\xe0','\x70','\x03','\xbf','\x40','\x3c','\x06','\x45','\x11','\x18','\x25','\x21','\xfc','\xff','\xf9','\x98','\x08','\x41','\x98','\x04','\x81','\x1f','\x7f','\xf2','\x0f','\x02','\x04','\x00','\xff','\xf3','\xfe','\x12','\x00','\x0c','\x62','\x71','\x98','\x42','\x10','\x70','\x72','\x70','\xdc','\x42','\x17','\x0e','\x7f','\xf0','\x06','\x40','\x3c','\x00','\x00','\x63','\x80','\x01','\x80','\xff','\x0e','\x7f','\x1e','\xf0','\x18','\x00','\x0f','\xff','\xf0','\x01','\x18','\x80','\x00','\x99','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\xc6','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\xc6','\x63','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x1e','\x06','\x60','\x19','\x86','\x60','\x18','\xc6','\x60','\x18','\xc6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x63','\x98','\xe6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x46','\x67','\xff','\xe6','\x60','\x83','\x06','\x60','\x46','\x06','\x60','\x46','\x06','\x60','\x2c','\x06','\x60','\x18','\x06','\x60','\x3c','\x06','\x60','\x67','\x06','\x61','\x83','\xe6','\x66','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\x46','\x60','\x98','\x66','\x67','\xd8','\xc6','\x60','\xdd','\x06','\x60','\x9a','\x06','\x61','\x99','\x06','\x61','\x19','\x86','\x62','\x18','\xc6','\x64','\x18','\xf6','\x68','\x18','\x66','\x60','\x78','\x06','\x60','\x30','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x62','\x00','\x46','\x63','\xff','\xe6','\x62','\x18','\x46','\x62','\x18','\x46','\x63','\xff','\xc6','\x62','\x18','\x46','\x62','\x18','\x46','\x63','\xff','\xc6','\x62','\x18','\x46','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x46','\x67','\xff','\xe6','\x60','\x18','\x06','\x62','\x18','\xc6','\x63','\xff','\xe6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x1b','\xc6','\x63','\x19','\x86','\x60','\x18','\x06','\x60','\x18','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x86','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x19','\x06','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x1a','\x06','\x60','\x19','\x86','\x60','\x18','\x86','\x60','\x18','\x06','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x18','\x06','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x18','\x06','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x18','\x06','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x63','\xff','\xc6','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x82','\x06','\x60','\xc1','\x86','\x61','\x80','\xc6','\x66','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x10','\x06','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\x00','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x61','\xc3','\x06','\x61','\x83','\x06','\x61','\xa6','\x86','\x6f','\xf4','\x46','\x62','\x08','\x66','\x62','\x12','\x3e','\x63','\xe1','\x96','\x62','\x20','\x86','\x62','\x20','\x06','\x62','\x24','\x06','\x66','\x63','\x06','\x64','\x61','\x86','\x65','\xc0','\xc6','\x68','\xc0','\xde','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x80','\x06','\x60','\xc1','\x06','\x60','\xff','\x86','\x61','\x83','\x06','\x61','\x0e','\x06','\x62','\x04','\x06','\x64','\x20','\x86','\x61','\xc7','\xc6','\x61','\x00','\x86','\x61','\xe7','\x86','\x61','\x00','\x86','\x61','\x00','\x86','\x61','\xff','\x86','\x61','\x00','\x86','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x20','\x06','\x60','\x30','\x06','\x67','\xff','\xe6','\x60','\x64','\x06','\x60','\xc2','\x06','\x61','\x11','\x86','\x63','\xff','\xf6','\x6d','\x11','\x66','\x61','\x11','\x06','\x61','\xff','\x06','\x61','\x11','\x06','\x61','\x11','\x06','\x61','\xff','\x06','\x60','\x10','\x86','\x60','\x10','\xc6','\x60','\x0f','\xde','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x0d','\x06','\x60','\x0c','\x86','\x67','\xff','\xe6','\x60','\x04','\x06','\x60','\x04','\x06','\x63','\xe4','\x86','\x62','\x26','\xc6','\x62','\x22','\x86','\x63','\xe3','\x06','\x60','\x07','\x26','\x60','\x65','\xa6','\x67','\x88','\xe6','\x62','\x10','\x66','\x60','\x20','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x62','\x00','\x86','\x61','\x83','\xc6','\x60','\x9e','\x06','\x68','\x02','\x06','\x66','\x02','\x26','\x62','\x7f','\xf6','\x60','\x82','\x06','\x61','\x02','\x06','\x63','\x1f','\xc6','\x6e','\x10','\x46','\x66','\x10','\x46','\x62','\x10','\x46','\x63','\x1f','\xc6','\x63','\x10','\x7e','\x60','\x00','\x0c','\x42','\x18','\x86','\x33','\xfc','\xff','\x1b','\x08','\x86','\x1b','\x08','\x86','\x03','\xf8','\xfe','\x03','\x08','\x86','\x83','\x08','\x86','\x43','\xf8','\xfe','\x63','\x00','\x06','\x6b','\x01','\x86','\x0b','\x07','\xc6','\x0b','\x3e','\x06','\x0b','\x06','\x66','\x1b','\x7f','\xf6','\x1b','\x06','\x06','\x13','\x06','\x06','\x33','\x3f','\xe6','\xf3','\x30','\x66','\x73','\x30','\x66','\x33','\x3f','\xe6','\x33','\x30','\x66','\x33','\x00','\x06','\x3b','\x00','\x3e','\x1b','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x00','\x86','\x61','\xff','\x86','\x61','\x00','\x86','\x61','\xff','\x86','\x61','\x00','\x86','\x61','\xff','\x86','\x60','\x11','\x06','\x60','\x10','\x86','\x67','\xff','\xe6','\x60','\x24','\x06','\x60','\x63','\x06','\x60','\xc1','\xe6','\x63','\x00','\xde','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x21','\x06','\x61','\xff','\x86','\x60','\x22','\x06','\x60','\x24','\x06','\x67','\xff','\xe6','\x60','\x20','\x06','\x60','\x40','\x06','\x61','\xff','\x06','\x66','\x41','\x06','\x60','\x7f','\x06','\x60','\x41','\x06','\x60','\x41','\x06','\x60','\x7f','\x06','\x60','\x41','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x10','\x06','\x60','\x10','\x06','\x67','\xff','\xe6','\x60','\x10','\x06','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x60','\x34','\x06','\x60','\x72','\x06','\x60','\xd3','\x06','\x61','\x91','\xe6','\x66','\x10','\xc6','\x60','\x10','\x1e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x64','\x24','\x06','\x62','\x26','\x26','\x60','\x47','\xf6','\x67','\xf4','\x26','\x60','\x88','\x46','\x64','\x93','\x06','\x64','\x93','\x06','\x64','\x93','\x06','\x67','\xf2','\x86','\x61','\x06','\x46','\x61','\x04','\x66','\x62','\x08','\x66','\x64','\x10','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x10','\x06','\x61','\xff','\x06','\x60','\x10','\x06','\x67','\xff','\xc6','\x60','\x20','\x06','\x60','\x42','\x06','\x61','\xff','\x06','\x60','\x01','\x06','\x61','\xff','\x86','\x61','\x24','\x86','\x61','\x24','\x86','\x61','\x24','\x86','\x67','\xff','\xe6','\x60','\x00','\x1e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x61','\x00','\x86','\x61','\xff','\xc6','\x61','\x08','\x06','\x61','\xff','\x86','\x61','\x08','\x06','\x61','\xff','\x86','\x61','\x08','\x06','\x61','\xff','\xc6','\x60','\x00','\xc6','\x62','\xa8','\xc6','\x66','\xa8','\xc6','\x66','\x03','\xc6','\x60','\x01','\x86','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x81','\x06','\x60','\xc1','\x86','\x64','\x89','\x06','\x63','\x26','\x46','\x61','\x42','\x86','\x60','\x81','\x06','\x61','\x22','\x46','\x67','\xff','\xe6','\x62','\x14','\x26','\x60','\x66','\x06','\x62','\x66','\x46','\x62','\x66','\x46','\x63','\xc7','\xc6','\x60','\x46','\x06','\x60','\x86','\x06','\x63','\x06','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x63','\xe7','\xc6','\x62','\x24','\x46','\x62','\x24','\x46','\x63','\xe7','\xc6','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x60','\x10','\x06','\x67','\xff','\xe6','\x60','\x10','\x06','\x60','\x10','\x06','\x60','\x10','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x02','\x06','\x64','\x1f','\xc6','\x63','\x02','\x06','\x61','\x7f','\xf6','\x60','\x10','\x46','\x60','\x08','\x86','\x61','\x1f','\xc6','\x6f','\x82','\x06','\x61','\x1f','\xc6','\x61','\x02','\x06','\x61','\x7f','\xf6','\x61','\x02','\x06','\x63','\x82','\x06','\x6e','\x7f','\xe6','\x64','\x1f','\xde','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x64','\x41','\x86','\x67','\xe1','\x06','\x64','\x4f','\xe6','\x64','\x40','\x06','\x64','\x48','\x26','\x67','\xc4','\x46','\x64','\x1f','\xf6','\x64','\x01','\x06','\x6f','\xc1','\x06','\x6c','\x4f','\xe6','\x74','\x41','\x06','\x64','\x41','\x06','\x67','\xc1','\x06','\x64','\x41','\x1e','\x60','\x00','\x0c','\x41','\x80','\x18','\x7f','\xc0','\x7c','\x61','\x83','\xf0','\x61','\xbf','\x80','\x61','\x01','\x80','\x63','\x01','\x80','\x62','\x01','\x80','\x62','\x01','\x80','\x64','\x01','\x80','\x62','\x01','\x86','\x63','\x7f','\xff','\x61','\x01','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x6f','\x81','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x43','\x20','\x06','\x7f','\xbf','\xff','\x63','\x30','\x00','\x63','\x30','\x00','\x62','\x30','\x00','\x66','\x32','\x0c','\x64','\x33','\xfe','\x64','\x33','\x0c','\x68','\x33','\x0c','\x64','\x33','\x0c','\x66','\x33','\x0c','\x62','\x33','\x0c','\x63','\x33','\x0c','\x63','\x33','\x0c','\x63','\x33','\x3c','\x63','\x73','\x18','\x63','\x63','\x00','\x6f','\x63','\x00','\x66','\x43','\x02','\x60','\xc3','\x02','\x60','\x83','\x02','\x61','\x03','\x03','\x60','\x03','\xff','\x60','\x01','\xfe','\x41','\x80','\x00','\x7f','\xc0','\x0c','\x61','\xbf','\xfe','\x61','\x80','\x00','\x61','\x00','\x00','\x63','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x06','\x64','\x7f','\xff','\x62','\x0c','\x60','\x63','\x0c','\x60','\x61','\x0c','\x60','\x61','\x8c','\x60','\x61','\x8c','\x60','\x61','\x8c','\x60','\x61','\x8c','\x60','\x61','\x8c','\x60','\x6f','\x98','\x60','\x63','\x18','\x62','\x60','\x18','\x62','\x60','\x10','\x62','\x60','\x30','\x63','\x60','\x20','\x7f','\x60','\xc0','\x3e','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x62','\x01','\x80','\x66','\x01','\x80','\x64','\x39','\x80','\x64','\x31','\x80','\x68','\x31','\x80','\x64','\x31','\x8c','\x66','\x31','\xfe','\x62','\x31','\x80','\x63','\x31','\x80','\x63','\x31','\x80','\x63','\x31','\x80','\x63','\x31','\x80','\x63','\x31','\x80','\x6f','\x31','\x80','\x66','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\x86','\x61','\xff','\xff','\x60','\x00','\x00','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x62','\x21','\x86','\x66','\x3f','\xff','\x64','\x31','\x86','\x64','\x31','\x84','\x68','\x31','\x88','\x64','\x31','\x80','\x66','\x31','\x98','\x62','\x3f','\xfc','\x63','\x34','\x18','\x63','\x34','\x18','\x63','\x32','\x30','\x63','\x32','\x30','\x63','\x31','\x60','\x6f','\x61','\xc0','\x66','\x60','\xc0','\x60','\x41','\xe0','\x60','\xc3','\x38','\x60','\x86','\x1f','\x61','\x18','\x0e','\x60','\x60','\x06','\x41','\x80','\x06','\x7f','\xff','\xff','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x01','\x00','\x63','\x01','\x00','\x62','\x12','\x0c','\x62','\x1f','\xfe','\x64','\x18','\x0c','\x62','\x18','\x0c','\x63','\x18','\x0c','\x61','\x18','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x9f','\xfc','\x61','\x98','\x0c','\x61','\x98','\x0c','\x6f','\x98','\x0c','\x63','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x1f','\xfc','\x60','\x18','\x0c','\x41','\x83','\x80','\x7f','\xc3','\x00','\x61','\x83','\x00','\x61','\x83','\x06','\x61','\x7f','\xff','\x63','\x06','\x00','\x62','\x06','\x00','\x62','\x04','\x00','\x64','\x0c','\x0c','\x62','\x0f','\xfe','\x63','\x0c','\x0c','\x61','\x1c','\x0c','\x61','\x9c','\x0c','\x61','\xaf','\xfc','\x61','\xcc','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x6f','\x8f','\xfc','\x63','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x7c','\x60','\x0c','\x18','\x46','\x00','\x06','\x7f','\x7f','\xff','\x66','\x01','\x80','\x66','\x01','\x80','\x66','\x01','\x80','\x64','\x09','\x8c','\x64','\x0f','\xfe','\x68','\xc9','\x8c','\x68','\xc9','\x8c','\x64','\xc9','\x8c','\x64','\xc9','\x4c','\x66','\xcb','\x2c','\x66','\xca','\x3c','\x66','\xcc','\x3c','\x66','\xc8','\x0c','\x66','\xc8','\x0c','\x66','\xc8','\x0c','\x7e','\xc8','\x0c','\x6c','\xc8','\x3c','\x60','\xc8','\x18','\x60','\xc0','\x00','\x60','\xc0','\x06','\x60','\xff','\xff','\x60','\xc0','\x00','\x41','\x84','\x00','\x7f','\xc7','\x00','\x61','\x86','\x0c','\x63','\x0f','\xfe','\x63','\x0c','\x0c','\x62','\x08','\x0c','\x66','\x18','\x1c','\x64','\x10','\x18','\x68','\x20','\x38','\x64','\x41','\xf0','\x66','\x00','\x60','\x62','\x02','\x00','\x63','\x27','\x06','\x63','\x38','\x3f','\x63','\x30','\x06','\x63','\x30','\x06','\x63','\x32','\x06','\x6f','\x3f','\x3e','\x66','\x30','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x3f','\xfe','\x60','\x30','\x06','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x62','\xff','\xff','\x66','\x03','\x00','\x64','\x03','\x00','\x64','\x23','\x10','\x68','\x33','\x18','\x64','\x33','\x18','\x66','\x23','\x10','\x62','\x73','\x38','\x63','\x5b','\x2c','\x63','\x9b','\x46','\x63','\x07','\x86','\x63','\x06','\x80','\x63','\x06','\xc0','\x6f','\x0c','\x40','\x66','\x0c','\x60','\x60','\x18','\x30','\x60','\x18','\x38','\x60','\x30','\x1f','\x60','\x60','\x0e','\x61','\x80','\x06','\x43','\x03','\x38','\x7f','\x8f','\xb0','\x63','\x7c','\x30','\x63','\x0c','\x30','\x62','\x0c','\x30','\x66','\x0c','\x30','\x64','\x0c','\x36','\x64','\xff','\xff','\x68','\x0c','\x30','\x64','\x08','\x30','\x66','\x18','\x30','\x62','\x10','\x30','\x63','\x20','\x30','\x63','\x43','\x80','\x63','\x03','\x00','\x63','\x03','\x0c','\x63','\x7f','\xfe','\x6f','\x03','\x00','\x66','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x06','\x61','\xff','\xff','\x60','\x00','\x00','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x62','\xff','\xff','\x66','\x03','\x00','\x64','\x23','\x08','\x64','\xf3','\x3c','\x68','\x23','\x08','\x64','\x23','\x08','\x66','\x23','\x08','\x62','\x53','\x14','\x63','\x5b','\x14','\x63','\x8f','\x27','\x63','\x07','\x82','\x63','\x06','\x80','\x63','\x06','\xc0','\x6f','\x0c','\x40','\x66','\x0c','\x60','\x60','\x18','\x30','\x60','\x18','\x38','\x60','\x30','\x1f','\x60','\x60','\x0e','\x61','\x80','\x06','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x39','\x8c','\x62','\x31','\xfe','\x66','\x31','\x80','\x64','\x31','\x80','\x64','\x31','\x80','\x68','\x31','\x86','\x64','\xff','\xff','\x66','\x00','\x00','\x62','\x11','\xc0','\x63','\x1d','\x98','\x63','\x19','\x86','\x63','\x31','\x83','\x63','\x21','\x83','\x63','\x41','\x90','\x6f','\x07','\x9c','\x66','\x03','\x38','\x60','\x00','\x70','\x60','\x00','\xe0','\x60','\x03','\x80','\x60','\x0e','\x00','\x60','\x70','\x00','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x04','\x63','\x7f','\xfe','\x62','\x03','\x00','\x66','\x03','\x08','\x64','\x3f','\xfc','\x64','\x03','\x00','\x68','\x03','\x02','\x64','\xff','\xff','\x66','\x06','\x00','\x62','\x06','\x18','\x63','\x06','\x1a','\x63','\xff','\xff','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0a','\x18','\x6f','\x19','\x18','\x66','\x11','\x98','\x60','\x31','\x98','\x60','\x20','\x18','\x60','\x40','\x18','\x61','\x80','\xf8','\x60','\x00','\x30','\x43','\x00','\x38','\x7f','\x81','\xfc','\x63','\x1f','\x80','\x63','\x01','\x80','\x62','\x01','\x80','\x66','\x01','\x84','\x64','\x7f','\xfe','\x64','\x19','\x98','\x68','\x19','\x98','\x64','\x19','\x98','\x66','\x19','\x9a','\x63','\xff','\xff','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x6f','\x7f','\xfe','\x66','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x86','\x60','\xff','\xff','\x60','\x00','\x00','\x43','\x00','\x00','\x7f','\x00','\x06','\x63','\xff','\xff','\x62','\x44','\x00','\x66','\x44','\x00','\x66','\x44','\x0c','\x64','\x47','\xfe','\x64','\x7c','\x8c','\x68','\x44','\x8c','\x64','\x44','\x8c','\x66','\x44','\x88','\x62','\x44','\x58','\x63','\x7c','\x58','\x63','\x44','\x50','\x63','\x44','\x70','\x63','\x44','\x20','\x63','\x44','\x70','\x6f','\x44','\x50','\x66','\x4c','\x58','\x60','\x74','\xcc','\x61','\xc4','\x8f','\x60','\x84','\x86','\x60','\x05','\x06','\x60','\x04','\x00','\x43','\x02','\x00','\x7f','\x83','\x80','\x63','\x23','\x18','\x63','\x3f','\xfc','\x62','\x30','\x18','\x66','\x30','\x18','\x64','\x3f','\xf8','\x64','\x30','\x18','\x68','\x30','\x18','\x64','\x30','\x18','\x66','\x3f','\xf8','\x62','\x00','\x00','\x63','\x00','\x0c','\x63','\x7f','\xfe','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x18','\x6f','\x3f','\xfc','\x66','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x06','\x60','\xff','\xff','\x60','\x00','\x00','\x43','\x20','\x10','\x7f','\x90','\x1c','\x63','\x18','\x18','\x63','\x0c','\x30','\x62','\x0c','\x20','\x66','\x00','\x46','\x64','\xff','\xff','\x64','\x08','\x20','\x68','\x0e','\x20','\x64','\x0c','\x10','\x66','\x18','\x18','\x62','\x10','\x0c','\x63','\x20','\x0f','\x63','\x40','\x06','\x63','\x80','\x00','\x63','\x3f','\xfc','\x63','\x32','\x4c','\x6f','\x32','\x4c','\x66','\x32','\x4c','\x60','\x32','\x4c','\x60','\x32','\x4c','\x60','\x32','\x4c','\x60','\xff','\xff','\x60','\x00','\x00','\x43','\x20','\x0c','\x7f','\xbf','\xfe','\x63','\x30','\x0c','\x63','\x30','\x0c','\x62','\x30','\x0c','\x66','\x3f','\xfc','\x64','\x00','\x00','\x64','\x00','\x00','\x68','\x3f','\xfc','\x64','\x30','\x0c','\x66','\x30','\x0c','\x62','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x6f','\x30','\x0c','\x66','\x3f','\xfc','\x60','\x08','\x00','\x60','\x0e','\x30','\x60','\x1c','\x0c','\x60','\x30','\x06','\x60','\xc0','\x06','\x43','\x02','\x00','\x7f','\x83','\x80','\x63','\x03','\x00','\x63','\x44','\x0c','\x62','\x7f','\xfe','\x66','\x63','\x0c','\x64','\x63','\x0c','\x64','\x63','\x0c','\x68','\x7f','\xfc','\x64','\x63','\x0c','\x66','\x63','\x0c','\x62','\x63','\x0c','\x63','\x7f','\xfc','\x63','\x01','\x80','\x63','\x11','\x90','\x63','\x1d','\x98','\x63','\x19','\x90','\x6f','\x19','\xa4','\x66','\x19','\xa4','\x60','\x31','\xfe','\x60','\x31','\xa2','\x60','\x61','\x83','\x60','\xc1','\xff','\x63','\x00','\xfe','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x06','\x80','\x63','\x06','\x40','\x62','\x0c','\x30','\x66','\x18','\x1c','\x64','\x30','\x0f','\x64','\xcf','\xe6','\x68','\x00','\x00','\x64','\x00','\x00','\x66','\x46','\x46','\x62','\x7f','\x7f','\x63','\x46','\x46','\x63','\x46','\x46','\x63','\x46','\x46','\x63','\x7e','\x7e','\x63','\x00','\x00','\x6f','\x10','\x20','\x66','\x1c','\x38','\x60','\x18','\x30','\x60','\x36','\x68','\x60','\x22','\x44','\x60','\x40','\x86','\x61','\x81','\x06','\x43','\x00','\x08','\x7f','\x44','\x0c','\x63','\x23','\x18','\x63','\x21','\x10','\x62','\x30','\x22','\x66','\x37','\xff','\x64','\x00','\x60','\x64','\x00','\xc0','\x68','\x01','\x84','\x64','\x06','\x46','\x66','\x30','\x64','\x62','\xf8','\xa8','\x63','\x31','\x30','\x63','\x36','\x68','\x63','\x30','\xac','\x63','\x31','\x26','\x63','\x36','\x26','\x6f','\x30','\x26','\x66','\x30','\xe0','\x60','\x30','\x60','\x60','\x68','\x00','\x61','\xc7','\xff','\x60','\xc1','\xfe','\x60','\x80','\x00','\x43','\x00','\x38','\x7f','\x81','\xfc','\x63','\x3f','\x08','\x63','\x11','\x8c','\x62','\x08','\x90','\x66','\x3f','\xfc','\x64','\x01','\x00','\x64','\x01','\x00','\x68','\x7f','\xfe','\x64','\x00','\x00','\x66','\x3f','\xfc','\x62','\x00','\x0c','\x63','\x00','\x0c','\x63','\x3f','\xfc','\x63','\x00','\x0c','\x63','\x00','\x0c','\x63','\x3f','\xfc','\x6f','\x01','\x00','\x66','\x06','\xc8','\x60','\x26','\x46','\x60','\x26','\x13','\x60','\x66','\x1b','\x60','\xc7','\xf8','\x60','\xc3','\xf0','\x43','\x03','\x80','\x7f','\xa3','\x10','\x63','\x3b','\x0c','\x63','\x33','\x06','\x62','\x63','\x43','\x66','\x43','\x73','\x64','\x8f','\xe0','\x64','\x03','\x80','\x68','\x06','\x00','\x64','\x1f','\xfc','\x66','\xf8','\x80','\x62','\x1f','\xf8','\x63','\x18','\x80','\x63','\x18','\x80','\x63','\x1f','\xf8','\x63','\x18','\x80','\x63','\x18','\x86','\x6f','\x1f','\xff','\x66','\x00','\x06','\x60','\x25','\x66','\x60','\x65','\x26','\x60','\xc5','\x0c','\x60','\xc0','\x7c','\x60','\x00','\x18','\x43','\x20','\x0c','\x7f','\xbf','\xfe','\x63','\x30','\x0c','\x63','\x30','\x0c','\x62','\x3f','\xfc','\x66','\x30','\x0c','\x64','\x30','\x0c','\x64','\x3f','\xfc','\x68','\x08','\x10','\x64','\x0c','\x18','\x66','\x58','\xb0','\x62','\x20','\x40','\x63','\x34','\x68','\x63','\x08','\x10','\x63','\x12','\x24','\x63','\x7f','\xfe','\x63','\x31','\x62','\x6f','\x00','\x00','\x66','\x00','\x00','\x60','\x44','\x88','\x60','\x44','\x44','\x60','\xcc','\x66','\x61','\x8c','\x63','\x61','\x8c','\x63','\x43','\x1c','\x60','\x7f','\x98','\x46','\x63','\x18','\x7f','\x62','\xff','\x40','\x66','\x44','\x40','\x64','\x26','\x7e','\x64','\x24','\x06','\x68','\x08','\x06','\x68','\xff','\x46','\x64','\x00','\x7e','\x64','\x00','\x40','\x66','\x7e','\x40','\x66','\x42','\x7e','\x66','\x42','\x40','\x66','\x7e','\x40','\x66','\x42','\x7e','\x66','\x42','\x40','\x7e','\x7e','\x40','\x6c','\x42','\x7e','\x60','\x42','\x40','\x60','\x42','\x42','\x60','\x42','\x43','\x60','\x4e','\x7f','\x60','\x46','\x3e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x20','\x10','\x18','\x38','\x0c','\x18','\x70','\x07','\x18','\x40','\x03','\x3c','\x80','\x00','\xda','\x00','\x03','\x99','\x80','\x0e','\x18','\xe0','\x7c','\x18','\x7e','\x30','\x18','\x3c','\x20','\xf8','\x0c','\x00','\x30','\x00','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x31','\x8c','\xff','\xff','\xfe','\x0e','\x01','\x8c','\x1f','\x01','\x8c','\x16','\xc1','\x8c','\x26','\x7f','\xff','\x46','\x61','\x8c','\x86','\x01','\x8c','\x00','\x01','\x8c','\x7f','\xcf','\xfc','\x00','\x01','\x80','\x00','\x11','\x88','\xff','\xe9','\x8e','\x06','\x0d','\x9c','\x26','\xcd','\xa0','\x36','\x61','\xc0','\x36','\x63','\xa0','\x66','\x0d','\xb0','\x46','\x39','\x9c','\x86','\x11','\x8f','\x1e','\x07','\x86','\x0c','\x03','\x00','\x02','\x01','\x00','\x03','\x81','\xc0','\x03','\x01','\x80','\x07','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x0c','\x0f','\xff','\xfe','\x1c','\x0c','\x00','\x1c','\x0c','\x00','\x2c','\x0c','\x00','\x4c','\x0c','\x18','\x8f','\xff','\xfc','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x18','\x0f','\xff','\xfc','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x00','\x04','\x00','\x43','\x07','\x20','\x7f','\x86','\x38','\x63','\x0c','\x30','\x63','\x0c','\x60','\x63','\x18','\x4c','\x63','\x1f','\xfe','\x7f','\x38','\x40','\x63','\x58','\x40','\x63','\x98','\x40','\x63','\x18','\x48','\x63','\x1f','\xfc','\x63','\x18','\x40','\x7f','\x18','\x40','\x63','\x18','\x40','\x63','\x18','\x48','\x63','\x1f','\xfc','\x63','\x18','\x40','\x63','\xd8','\x40','\x7f','\x18','\x40','\xfc','\x18','\x40','\x70','\x18','\x46','\x40','\x1f','\xff','\x00','\x18','\x00','\x02','\x04','\x00','\x03','\x87','\x00','\x07','\x06','\x18','\x0f','\xff','\xfc','\x1c','\x0c','\x00','\x3c','\x0c','\x10','\xcf','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x10','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x04','\x0f','\xff','\xfe','\x00','\x00','\x00','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x20','\x04','\x00','\x38','\x07','\x20','\x30','\x06','\x38','\x30','\x0c','\x30','\x31','\x8c','\x60','\x7f','\xd8','\x4c','\x6c','\x1f','\xfe','\x4c','\x38','\x40','\x8c','\x58','\x40','\x0c','\x98','\x40','\x0c','\x18','\x48','\xff','\xdf','\xfc','\x0c','\x18','\x40','\x0c','\x18','\x40','\x0c','\x18','\x40','\x1a','\x18','\x48','\x19','\x1f','\xfc','\x19','\x18','\x40','\x11','\x98','\x40','\x31','\x98','\x40','\x21','\x98','\x40','\x40','\x18','\x46','\x80','\x1f','\xff','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x04','\x00','\x06','\x07','\x20','\x0c','\x06','\x30','\x48','\x0c','\x20','\x31','\x08','\x4c','\x19','\x9f','\xfe','\x1b','\x18','\x40','\x06','\x38','\x40','\x04','\x58','\x48','\x08','\x1f','\xfc','\x13','\x18','\x40','\xff','\x98','\x40','\x63','\x18','\x48','\x06','\x1f','\xfc','\x06','\x18','\x40','\x0c','\x18','\x40','\x08','\x18','\x40','\x10','\x18','\x46','\x20','\x1f','\xff','\xc0','\x18','\x00','\x1c','\x08','\x40','\x18','\x0e','\x60','\x18','\x0c','\x40','\x18','\x08','\x88','\x1b','\x1f','\xfc','\xff','\x98','\x80','\x03','\x38','\x80','\x06','\x5f','\xf8','\x06','\x18','\x80','\x0c','\x18','\x80','\x09','\x1f','\xf8','\x19','\x98','\x80','\x1b','\x18','\x84','\x3c','\x1f','\xfe','\x5a','\x00','\x00','\x9b','\x01','\xc0','\x1b','\x01','\x86','\x18','\x7f','\xff','\x18','\x07','\xa0','\x18','\x0d','\x90','\x18','\x19','\x9c','\x18','\x31','\x8f','\x18','\xc1','\x86','\x18','\x01','\x80','\x07','\x02','\x00','\x06','\x03','\x90','\x06','\x33','\x1c','\xff','\xfb','\x18','\x00','\x03','\x10','\x20','\x86','\x26','\x30','\xc7','\xff','\x30','\xce','\x20','\x2d','\x96','\x20','\x65','\x66','\x20','\x42','\x26','\x24','\x80','\x07','\xfe','\x06','\x06','\x20','\x06','\x36','\x20','\xff','\xfe','\x20','\x0e','\x06','\x24','\x0f','\x07','\xfe','\x1e','\xc6','\x20','\x16','\x66','\x20','\x36','\x36','\x20','\x66','\x36','\x20','\x86','\x06','\x26','\x06','\x07','\xff','\x06','\x06','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x02','\x04','\x00','\x03','\x87','\x00','\x07','\x06','\x18','\x0f','\xff','\xfc','\x1c','\x0c','\x00','\x3c','\x0c','\x10','\xcf','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x10','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x20','\x18','\x80','\x3f','\xfc','\xe8','\x30','\x18','\xcc','\x30','\x18','\x88','\x31','\x19','\x98','\x31','\x19','\x12','\x37','\xd9','\xff','\x31','\x1b','\x10','\x31','\x1d','\x10','\x31','\x19','\x10','\x37','\xd9','\x14','\x30','\x19','\xfe','\x30','\x19','\x10','\x37','\xd9','\x10','\x34','\x59','\x10','\x34','\x59','\x14','\x34','\x59','\xfe','\x34','\x59','\x10','\x37','\xd9','\x10','\x20','\x19','\x10','\x20','\x19','\x10','\x60','\x19','\x12','\x40','\xf9','\xff','\x80','\x31','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x03','\x80','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x0c','\x00','\x30','\x18','\x00','\x30','\x3f','\xfc','\x30','\xc0','\x0c','\x30','\x00','\x0c','\x30','\x0f','\xfc','\x60','\x0c','\x01','\xe4','\x0c','\x00','\xc4','\x0c','\x00','\x06','\x0f','\xff','\xfe','\x07','\xff','\xfc','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x20','\x18','\x1c','\x30','\x07','\x18','\x60','\x03','\x18','\x80','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x06','\x00','\x18','\xff','\x00','\xfc','\x0c','\x1f','\xc0','\x18','\x00','\xc0','\x33','\x00','\xc2','\x7f','\xbf','\xff','\x03','\x00','\xc0','\x26','\x00','\xc0','\x16','\x00','\xc4','\x0c','\x1f','\xfe','\x0a','\x00','\x00','\x11','\x80','\x00','\x20','\xff','\xff','\xc0','\x3f','\xfe','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x30','\x01','\xc0','\x0e','\x01','\x86','\x06','\xff','\xff','\xc0','\x01','\x80','\x38','\x21','\x8c','\x18','\x3f','\xfe','\x02','\x31','\x8c','\x0c','\x31','\x8c','\xf8','\x31','\x8c','\x70','\x31','\x8c','\x30','\x31','\xbc','\x30','\x31','\x98','\x38','\x01','\x80','\x18','\x01','\x80','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x08','\xc0','\x30','\x0f','\xe7','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xe7','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x03','\x00','\x01','\xc3','\x02','\x03','\x83','\x02','\x07','\x03','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x00','\x18','\x10','\x1f','\xff','\xf8','\x01','\x00','\x80','\x00','\x81','\x02','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc0','\x04','\x7f','\xff','\xfe','\x03','\x01','\x80','\x06','\x03','\x00','\x0f','\xe6','\x00','\x00','\x3f','\xc0','\x01','\xe0','\xf8','\x3e','\x00','\x18','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x30','\x18','\x00','\x0e','\x03','\x80','\x06','\x03','\x06','\xc0','\x03','\xff','\x38','\x03','\x00','\x18','\x03','\x00','\x02','\x43','\x0c','\x0c','\x7f','\xfe','\xf8','\x60','\x0c','\x70','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x38','\x7f','\xfc','\x18','\x60','\x0c','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\xc3','\x04','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x04','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\xff','\x83','\x02','\x79','\x83','\xff','\x43','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x07','\x00','\xe0','\x06','\x30','\xc6','\xff','\xff','\xff','\x0e','\x01','\xc0','\x1f','\x03','\xe0','\x16','\xc2','\xd0','\x36','\x66','\xd8','\x26','\x64','\xcc','\x46','\x08','\xcf','\x86','\x10','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x03','\x00','\xc0','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x00','\x18','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x03','\x80','\xf0','\x0e','\x00','\x3f','\xf0','\x00','\x0e','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x20','\xc0','\x0c','\x3f','\xe7','\xfe','\x30','\x00','\x8c','\x30','\x41','\x8c','\x7f','\xe3','\x3c','\x38','\x2c','\x18','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x08','\x30','\x00','\xfc','\x0e','\x7f','\xc8','\x06','\x22','\x10','\xc0','\x11','\x10','\x38','\x11','\x3c','\x18','\x7f','\xf0','\x02','\x03','\x00','\x0c','\x03','\x06','\xf9','\xff','\xff','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x0c','\x38','\xff','\xfe','\x18','\x00','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x10','\x82','\x00','\x7f','\xe3','\x80','\x10','\x83','\x06','\xff','\xf3','\xff','\x00','\x06','\x10','\x3f','\xc5','\x1c','\x20','\x49','\x18','\x3f','\xc0','\xb0','\x20','\x40','\xb0','\x3f','\xc0','\x60','\x20','\x40','\xf0','\x20','\x41','\x9f','\x23','\xc3','\x0e','\x20','\xcc','\x06','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x20','\xc0','\xe0','\x3f','\xe0','\xc4','\x30','\xcf','\xfe','\x30','\xc2','\x10','\x3f','\xc1','\x10','\x30','\x01','\x22','\x30','\x1f','\xff','\x30','\xc0','\xc0','\x3f','\xe0','\xc4','\x78','\xcf','\xfe','\x58','\xc0','\xc0','\x58','\xc0','\xc0','\x9f','\xc0','\xc0','\x18','\xc0','\xc0','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x02','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x42','\x00','\x7f','\x26','\xfc','\x09','\x18','\x90','\x11','\x18','\x88','\x27','\x18','\xe4','\xc3','\x18','\xc3','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x30','\x00','\x18','\xc0','\x00','\x18','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x04','\x18','\x00','\x0e','\x00','\x00','\x30','\x8f','\xfc','\xc9','\xc8','\xc4','\x23','\x08','\xc4','\x0c','\x0f','\xfc','\x32','\x08','\xc4','\xc5','\x08','\xc4','\x09','\x0f','\xfc','\x33','\x80','\xc0','\xc5','\x9f','\xfe','\x09','\x80','\xc0','\x31','\x80','\xc0','\xc7','\xbf','\xff','\x03','\x00','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x3f','\x87','\xf8','\x00','\x04','\x08','\xff','\xe7','\xf8','\x00','\x04','\x08','\x3f','\x87','\xf8','\x00','\x03','\x02','\x3f','\x87','\xff','\x00','\x0c','\x02','\x3f','\xb4','\xc2','\x20','\x87','\x02','\x20','\x84','\x26','\x3f','\x83','\xfe','\x20','\x80','\x0c','\x01','\x00','\x30','\x3f','\x90','\x20','\x04','\x09','\xfc','\x44','\x4c','\x24','\x7f','\xec','\x24','\xc4','\x43','\xff','\xc4','\x40','\x24','\x35','\x80','\x24','\x04','\x01','\xfc','\x04','\x00','\x20','\x35','\x82','\x24','\x04','\x39','\xa6','\x00','\x08','\xac','\x7f','\x88','\x30','\x00','\x08','\x68','\x00','\x0b','\xa4','\xff','\xc9','\x26','\x18','\x08','\x26','\x12','\x08','\xe0','\x11','\x08','\x60','\x21','\x1c','\x00','\xff','\xf7','\xff','\x79','\xb1','\xfe','\x41','\xa0','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x02','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x3e','\x7e','\x7c','\x22','\x42','\x44','\x22','\x42','\x44','\x3e','\x7e','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xff','\xfc','\x04','\x18','\x40','\x06','\x18','\x60','\x0c','\x18','\xc0','\x0b','\x18','\xb0','\x11','\x19','\x10','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x02','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x40','\x40','\x37','\xfb','\xfc','\x30','\xc0','\xd0','\x31','\x71','\x48','\x36','\x52','\x46','\x20','\x00','\x00','\x20','\x0c','\x10','\x63','\x8f','\xf8','\x43','\x0c','\x00','\x83','\x0c','\x06','\x3f','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x0c','\x3f','\x80','\x7e','\x04','\x0f','\xc8','\x44','\x44','\x88','\x7f','\xd2','\x52','\xc4','\x5f','\xff','\xc4','\x31','\x02','\x35','\xb0','\xc4','\x04','\x02','\x48','\x04','\x0a','\x06','\x35','\x9a','\x12','\x04','\x11','\xf0','\x00','\x02','\x00','\x7f','\x83','\x08','\x00','\x03','\xfc','\x00','\x06','\x08','\xff','\xc5','\x18','\x18','\x09','\xb0','\x12','\x10','\xe0','\x11','\x00','\x40','\x21','\x00','\xe0','\xff','\x81','\xb8','\x79','\x86','\x1f','\x41','\x98','\x06','\x07','\x00','\x18','\x06','\x00','\x7c','\x06','\x27','\xc0','\xff','\xf1','\x04','\x06','\x08','\xc6','\x06','\x46','\x4c','\x7f','\xe2','\x08','\x06','\x00','\x10','\x06','\x27','\xfc','\xff','\xf0','\xcc','\x00','\x00','\xcc','\x20','\xc0','\xcc','\x3f','\xef','\xff','\x30','\xc0','\xcc','\x30','\xc0','\xcc','\x3f','\xc0','\xcc','\x30','\xc7','\xfc','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x33','\xc7','\xc0','\x31','\x81','\x80','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x0f','\xff','\xf8','\x10','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\xc3','\x04','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x7f','\xc3','\x04','\x00','\xc3','\xfe','\x00','\xc3','\x00','\xff','\x83','\x02','\x71','\x83','\xff','\x03','\x03','\x00','\x0c','\x03','\x00','\x70','\x03','\x00','\x00','\x31','\x00','\xff','\xf9','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\x06','\x04','\x03','\xff','\x48','\x22','\x06','\x7f','\xf2','\x06','\x49','\x24','\x26','\x49','\x27','\xf6','\x49','\x28','\x26','\x49','\x20','\x26','\x4f','\x20','\x26','\x49','\x22','\x26','\x49','\x23','\xe6','\x49','\x23','\x0c','\x49','\x23','\x0c','\x4f','\x23','\x3c','\x49','\x23','\x18','\x49','\x23','\x02','\x49','\x23','\x02','\x49','\x23','\x03','\x7f','\xe3','\xff','\x40','\x21','\xfe','\x00','\x62','\x0c','\xff','\xf3','\xfe','\x06','\x03','\x0c','\x06','\x03','\x0c','\x04','\x03','\x0c','\x04','\x03','\xfc','\x48','\x23','\x0c','\x7f','\xf3','\x0c','\x49','\x23','\x0c','\x49','\x23','\x0c','\x49','\x23','\xfc','\x49','\x23','\x0c','\x4f','\x23','\x0c','\x49','\x23','\x0c','\x49','\x23','\x0c','\x49','\x23','\xfc','\x49','\x21','\x30','\x4f','\x21','\xb0','\x49','\x21','\xb0','\x49','\x21','\x32','\x49','\x23','\x32','\x49','\x22','\x33','\x7f','\xe4','\x3f','\x40','\x28','\x1e','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x10','\x37','\xf1','\xc8','\x34','\x11','\x88','\x37','\xf1','\x82','\x34','\x1f','\xff','\x37','\xf1','\xa0','\x30','\x01','\x90','\x27','\xf1','\x18','\x64','\x13','\x0c','\x47','\xf2','\x0f','\x44','\x14','\x06','\x87','\xf0','\x00','\x04','\x10','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x1f','\xff','\xf8','\x18','\x81','\x18','\x18','\xff','\x18','\x18','\x81','\x18','\x18','\xff','\x18','\x18','\x81','\x18','\x1f','\xff','\xf8','\x1d','\xc0','\xe0','\x19','\x80','\xc0','\x19','\xb0','\xc0','\xff','\xf8','\xc0','\x19','\x80','\xc0','\x19','\x80','\xc0','\x1f','\x80','\xc6','\x06','\x0f','\xff','\x46','\x60','\xc6','\x7f','\xf0','\xc6','\x66','\x60','\xc6','\x66','\x60','\xc6','\x66','\x60','\xc6','\x66','\x61','\xc6','\x7f','\xe1','\x86','\x66','\x61','\x86','\x06','\x01','\x8e','\x06','\x63','\x0c','\xff','\xf3','\x0c','\x06','\x02','\x0c','\x06','\x06','\x1c','\x06','\x04','\x18','\x06','\x08','\xf8','\x06','\x10','\x30','\x1d','\xc0','\x00','\x19','\x80','\x0c','\x19','\xaf','\xfe','\xff','\xf2','\x0c','\x19','\x82','\x8c','\x19','\x82','\x4c','\x1f','\x82','\x4c','\x06','\x02','\x48','\x46','\x61','\x18','\x7f','\xf1','\x18','\x66','\x61','\x10','\x66','\x61','\x10','\x66','\x60','\xb0','\x66','\x60','\xa0','\x7f','\xe0','\xe0','\x66','\x60','\x40','\x06','\x00','\xe0','\x06','\x60','\xa0','\xff','\xf1','\xb0','\x06','\x01','\x10','\x06','\x03','\x18','\x06','\x02','\x0c','\x06','\x04','\x0f','\x06','\x18','\x06','\x1d','\xc0','\x00','\x19','\x80','\x0c','\x19','\x8f','\xfe','\xff','\xf1','\x8c','\x19','\x81','\x8c','\x19','\x81','\x8c','\x1f','\x81','\x8c','\x06','\x05','\x8c','\x46','\x65','\x8c','\x7f','\xf3','\x8c','\x66','\x63','\x8c','\x66','\x61','\x8c','\x66','\x61','\x8c','\x66','\x61','\x4c','\x7f','\xe1','\x48','\x66','\x63','\x28','\x06','\x03','\x38','\x06','\x32','\x1c','\xff','\xfa','\x1f','\x06','\x06','\x16','\x06','\x04','\x30','\x06','\x0c','\x30','\x06','\x09','\xf0','\x06','\x10','\x60','\x3b','\x80','\xe0','\x33','\x00','\xc0','\x33','\x40','\xc0','\xff','\xe0','\xc0','\x33','\x00','\xc0','\x33','\x08','\xc6','\x3f','\x0f','\xff','\x0c','\x0c','\xc6','\x4c','\x8c','\xc6','\x7f','\xcc','\xc6','\x4c','\x8c','\xc6','\x4c','\x8c','\xa6','\x4c','\x8d','\xb6','\x4c','\x8d','\x16','\x7f','\x8d','\x1e','\x4c','\x8e','\x1e','\x0c','\x0c','\x06','\x0c','\x4c','\x06','\xff','\xec','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x1e','\x0c','\x0c','\x0c','\x3b','\x80','\xe0','\x33','\x00','\xc0','\x33','\x40','\xc0','\xff','\xe0','\xc0','\x33','\x00','\xc0','\x33','\x08','\xc4','\x3f','\x0f','\xfe','\x0c','\x08','\xc4','\x4c','\x88','\xc4','\x7f','\xc8','\xc4','\x4c','\x88','\xc4','\x4c','\x88','\xc4','\x4c','\x88','\xc4','\x4c','\xbf','\xff','\x7f','\x81','\xa0','\x4c','\x81','\xa0','\x0c','\x01','\xa0','\x0c','\x43','\x10','\xff','\xe3','\x10','\x0c','\x02','\x18','\x0c','\x06','\x0c','\x0c','\x04','\x0f','\x0c','\x08','\x06','\x0c','\x30','\x06','\x1d','\xc0','\x00','\x19','\x82','\x0c','\x19','\xa3','\xfe','\xff','\xf3','\x0c','\x19','\x83','\x0c','\x19','\x83','\x0c','\x1f','\x83','\x0c','\x06','\x03','\x0c','\x46','\x63','\x0c','\x7f','\xf3','\xfc','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x7f','\xe3','\x0c','\x66','\x63','\x0c','\x06','\x03','\xfc','\x06','\x63','\x0c','\xff','\xf0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x06','\x06','\x0f','\xff','\x06','\x00','\x00','\x3b','\x80','\xe0','\x33','\x00','\xc0','\x33','\x40','\xc0','\xff','\xe0','\xc0','\x33','\x10','\xc6','\x33','\x1f','\xff','\x3f','\x18','\xc6','\x0c','\x18','\xc4','\x4c','\x98','\xc8','\x7f','\xd8','\xc0','\x4c','\x98','\xcc','\x4c','\x9f','\xfe','\x4c','\x9a','\x0c','\x4c','\x9a','\x0c','\x7f','\x99','\x18','\x4c','\x99','\x18','\x0c','\x18','\xb0','\x0c','\x58','\xe0','\xff','\xf0','\x40','\x0c','\x10','\xe0','\x0c','\x31','\xb8','\x0c','\x23','\x1f','\x0c','\x46','\x0e','\x0c','\x18','\x06','\x1d','\xc0','\xe0','\x19','\x80','\xc0','\x19','\xa0','\xc0','\xff','\xf0','\xc0','\x19','\x80','\xc6','\x19','\x9f','\xff','\x1f','\x80','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x66','\x60','\xcc','\x66','\x6f','\xfe','\x66','\x61','\xd0','\x66','\x61','\xd0','\x7f','\xe1','\xd0','\x66','\x63','\xc8','\x06','\x03','\xc8','\x06','\x62','\xcc','\xff','\xf6','\xcc','\x06','\x04','\xc7','\x06','\x08','\xc6','\x06','\x10','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x3b','\x80','\x06','\x33','\x1f','\xff','\x33','\x40','\xc0','\xff','\xe0','\xc0','\x33','\x00','\xc0','\x33','\x00','\xc0','\x3f','\x08','\xc6','\x0c','\x0f','\xff','\x4c','\x8c','\xc6','\x7f','\xcc','\xc6','\x4c','\x8c','\xc6','\x4c','\x8c','\xa6','\x4c','\x8d','\xb6','\x4c','\x8d','\x16','\x7f','\x8d','\x1e','\x4c','\x8e','\x1e','\x0c','\x0c','\x06','\x0c','\x4c','\x06','\xff','\xec','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x1e','\x0c','\x0c','\x0c','\x1d','\xc0','\xe0','\x19','\x80','\xc0','\x19','\xa0','\xc0','\xff','\xf0','\xcc','\x19','\x8f','\xfe','\x19','\x80','\xc0','\x1f','\x80','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc6','\x7f','\xff','\xff','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\xe0','\x66','\x60','\xc0','\x7f','\xe0','\xcc','\x66','\x6f','\xfe','\x06','\x00','\xc0','\x06','\x60','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x06','\x00','\x00','\x00','\x10','\x60','\x01','\x9f','\xf0','\xff','\xd8','\x60','\x0c','\x1c','\x62','\x0c','\x1b','\x62','\x0c','\x11','\x63','\x0f','\xa0','\x7f','\xfc','\x40','\x3e','\x60','\x00','\x00','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x1d','\xc0','\xe0','\x19','\x80','\xc0','\x19','\xa0','\xc0','\xff','\xf0','\xcc','\x19','\x80','\xfe','\x19','\x80','\xc0','\x1f','\x80','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc6','\x7f','\xef','\xff','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\x06','\x66','\x6f','\xff','\x7f','\xe0','\xc0','\x66','\x60','\xc0','\x06','\x00','\xf0','\x06','\x60','\xcc','\xff','\xf0','\xc6','\x06','\x00','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x1d','\xc0','\x70','\x19','\x80','\x60','\x19','\xa0','\x64','\xff','\xf1','\x66','\x19','\x8f','\xec','\x19','\x81','\x70','\x1f','\x81','\x70','\x06','\x02','\x68','\x46','\x62','\x6c','\x7f','\xe4','\x67','\x66','\x68','\x62','\x66','\x61','\xe0','\x66','\x60','\xc0','\x66','\x64','\x0c','\x7f','\xe7','\xfe','\x66','\x66','\x0c','\x06','\x06','\x0c','\x06','\x66','\x0c','\xff','\xf7','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x3b','\x88','\x18','\x33','\x0f','\xfc','\x33','\x4c','\x18','\xff','\xec','\x18','\x33','\x0f','\xf8','\x33','\x0c','\x18','\x3f','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x8f','\xf8','\x7f','\xc3','\x00','\x4c','\x86','\x00','\x4c','\x84','\x06','\x4c','\x8f','\xff','\x4c','\x98','\x06','\x7f','\xac','\x86','\x4c','\x89','\xc6','\x0c','\x0e','\x06','\x0c','\x48','\x46','\xff','\xe8','\x66','\x0c','\x0f','\xe6','\x0c','\x07','\xce','\x0c','\x00','\x0c','\x0c','\x00','\x7c','\x0c','\x00','\x18','\x33','\x02','\x38','\x22','\x0f','\x30','\x22','\x38','\x30','\xff','\x88','\x30','\x22','\x08','\x32','\x22','\x08','\xb3','\x3e','\x08','\xb6','\x08','\x7f','\xb4','\x49','\x08','\xb8','\x7f','\x89','\xb0','\x49','\x09','\xb0','\x49','\x19','\x30','\x49','\x1c','\x30','\x49','\x1a','\x28','\x7f','\x3b','\x28','\x49','\x29','\x28','\x08','\x28','\x28','\x08','\x48','\x68','\xff','\x88','\x44','\x08','\x08','\x44','\x08','\x08','\x46','\x08','\x08','\x86','\x08','\x08','\x83','\x08','\x09','\x02','\x3b','\x80','\x18','\x33','\x0f','\xfc','\x33','\x40','\x10','\xff','\xe3','\x20','\x33','\x00','\xc0','\x33','\x00','\x46','\x3f','\x1f','\xff','\x0c','\x02','\xc6','\x4c','\x86','\xc4','\x7f','\xc4','\xc8','\x4c','\x88','\xc0','\x4c','\x90','\xc0','\x4c','\xa0','\x00','\x4c','\x80','\xc0','\x7f','\x80','\xc6','\x4c','\x9f','\xff','\x0c','\x01','\xd0','\x0c','\x41','\xd0','\xff','\xe3','\xc8','\x0c','\x02','\xcc','\x0c','\x04','\xcf','\x0c','\x08','\xc6','\x0c','\x30','\xc6','\x0c','\x00','\xc0','\x1d','\xc3','\x9c','\x19','\x83','\x18','\x19','\xa3','\x1a','\xff','\xff','\xff','\x19','\x83','\x18','\x19','\x83','\x18','\x1f','\x80','\xc0','\x06','\x00','\xc0','\x46','\x61','\xa0','\x7f','\xe3','\x18','\x66','\x66','\x0f','\x66','\x78','\x06','\x66','\x61','\xf0','\x66','\x60','\x00','\x7f','\xe0','\x00','\x66','\x64','\x0c','\x06','\x07','\xfe','\x06','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x3b','\x83','\x9c','\x33','\x03','\x18','\x33','\x23','\x18','\xff','\xff','\xff','\x33','\x03','\x18','\x33','\x03','\x18','\x3f','\x10','\x00','\x0c','\x1f','\xff','\x4c','\x98','\x00','\x7f','\xd8','\x00','\x4c','\x9b','\xfe','\x4c','\x9a','\x22','\x4c','\x9a','\x22','\x4c','\x9a','\x22','\x7f','\x9b','\xfe','\x4c','\x9a','\x22','\x0c','\x1a','\x22','\x0c','\xd2','\x22','\xff','\xf3','\xfe','\x0c','\x12','\x22','\x0c','\x22','\x22','\x0c','\x22','\x22','\x0c','\x42','\x2e','\x0c','\x02','\x26','\x3b','\x80','\x30','\x33','\x20','\x20','\x33','\x13','\xfe','\xff','\xd8','\x20','\x33','\x18','\x20','\x33','\x07','\xff','\x3f','\x00','\x04','\x0c','\x01','\x06','\x4c','\x80','\x84','\x7f','\x80','\x88','\x4c','\x93','\xfe','\x4c','\xf8','\x20','\x4c','\x90','\x20','\x4c','\x93','\xfe','\x7f','\x90','\x20','\x4c','\x10','\x20','\x0c','\x17','\xff','\x0c','\x90','\x20','\xff','\xd0','\x20','\x0c','\x10','\x20','\x0c','\x38','\x00','\x0c','\xe7','\xff','\x0c','\x61','\xfe','\x0c','\x40','\x00','\x33','\x00','\x06','\x22','\x4f','\xff','\x22','\x20','\x90','\xff','\xb0','\x90','\x22','\x37','\xfe','\x22','\x04','\x92','\x3e','\x04','\x92','\x08','\x07','\xfe','\x49','\x00','\x80','\x7f','\x8f','\xff','\x49','\x21','\x08','\x49','\xf2','\x04','\x49','\x27','\xf7','\x49','\x28','\x12','\x7f','\x20','\x10','\x49','\x23','\xf0','\x08','\x22','\x04','\x08','\x22','\x06','\xff','\xa1','\xfe','\x08','\x20','\x00','\x08','\x70','\x00','\x09','\xcf','\xff','\x08','\xc3','\xfe','\x08','\x80','\x00','\x3b','\x87','\x1c','\x33','\x06','\x18','\x33','\x3f','\xff','\xff','\xc6','\x18','\x33','\x06','\x18','\x33','\x00','\x00','\x3f','\x1f','\xfe','\x0c','\x12','\x22','\x4c','\x92','\x22','\x7f','\xdf','\xfe','\x4c','\x80','\x08','\x4c','\x80','\x64','\x4c','\x90','\x64','\x4c','\x9f','\xff','\x7f','\x98','\x60','\x4c','\x98','\x64','\x0c','\x18','\x26','\x0c','\x5f','\x2c','\xff','\xf8','\x38','\x0c','\x18','\x12','\x0c','\x10','\x3a','\x0c','\x30','\x6e','\x0c','\x21','\x87','\x0c','\x46','\x03','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x60','\x1f','\xff','\xf0','\x00','\xc0','\x60','\x00','\xc0','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x06','\x00','\x00','\x06','\x18','\x3f','\xff','\xfc','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x0e','\x00','\x0c','\x0c','\x00','\x7e','\x7f','\xcf','\xe0','\x18','\xc0','\x84','\x18','\xc8','\x47','\x18','\xc4','\x46','\xff','\xf4','\x66','\x00','\x06','\x64','\x00','\x06','\x0c','\x3f','\xc0','\x08','\x20','\x41','\x00','\x20','\x4b','\x86','\x3f','\xce','\x3f','\x03','\x0c','\x06','\x03','\x0c','\x06','\x7f','\xcd','\x06','\x23','\x0f','\x9e','\x23','\x0c','\x06','\x23','\x0c','\x06','\xff','\xec','\x06','\x03','\x0c','\x06','\x03','\x0f','\xfe','\x03','\x0c','\x06','\x03','\x0c','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x82','\x00','\x7e','\x67','\x7c','\x12','\x24','\x48','\x32','\x18','\x48','\x2e','\x18','\x74','\x44','\x18','\xc7','\x80','\x00','\x02','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x24','\x18','\x19','\xe7','\x98','\x18','\x24','\x18','\x19','\xe7','\x98','\x18','\x24','\x18','\x11','\xe7','\x98','\x30','\x24','\x18','\x20','\x24','\x18','\x43','\xff','\xd8','\x80','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x82','\x06','\x7e','\x67','\x7c','\x12','\x24','\x48','\x32','\x18','\x48','\x22','\x18','\x44','\x4e','\x19','\xe7','\x84','\x18','\x82','\x00','\x00','\x00','\x00','\xc3','\x08','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x08','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x08','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x02','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x02','\x00','\x80','\x01','\x80','\xc0','\x00','\x81','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x03','\x00','\x01','\x03','\x02','\x01','\xc3','\x02','\x03','\x83','\x02','\x07','\x03','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x6f','\xff','\x7f','\xf1','\x86','\x00','\x81','\x86','\x20','\xe1','\x86','\x10','\xc3','\x06','\x19','\x83','\x0e','\x19','\x02','\x0c','\x02','\x66','\x7c','\xff','\xf4','\x18','\x00','\x08','\x00','\x20','\xc0','\x00','\x3f','\xe4','\x0c','\x30','\xc7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x30','\xc6','\x0c','\x30','\x06','\x0c','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x63','\x00','\x7f','\xf3','\x00','\x00','\x83','\x00','\x20','\xe3','\x06','\x10','\xc3','\xff','\x19','\x82','\x06','\x19','\x06','\x06','\x02','\x64','\x06','\xff','\xf4','\x46','\x00','\x0b','\xe6','\x20','\xc0','\x06','\x3f','\xe0','\x06','\x30','\xc0','\x06','\x30','\xc0','\xe6','\x30','\xc7','\x8e','\x3f','\xc2','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x1c','\x3f','\xc0','\x18','\x30','\xc0','\xf8','\x30','\x00','\x30','\x0e','\x00','\x06','\x0c','\x1f','\xff','\x0c','\x00','\xc0','\x0c','\xc0','\x80','\xff','\xe9','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x23','\x0c','\x0c','\x3f','\x8c','\x0c','\x33','\x0f','\xfc','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0f','\xfc','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x2c','\x0c','\x23','\x4c','\x0c','\x23','\x8f','\xfc','\x67','\x02','\x00','\x42','\x03','\x98','\x80','\x07','\x06','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x00','\x06','\x01','\x1f','\xff','\x21','\x00','\xc0','\x39','\x00','\x80','\x30','\x85','\x0c','\x30','\x87','\xfe','\x30','\xc6','\x0c','\x20','\xc6','\x0c','\x60','\x66','\x0c','\x48','\x77','\xfc','\x4e','\x26','\x0c','\x8c','\x06','\x0c','\x0c','\x06','\x0c','\x08','\x07','\xfc','\x09','\x06','\x0c','\x18','\x86','\x0c','\x10','\xc6','\x0c','\x10','\x46','\x0c','\x13','\xe7','\xfc','\xfe','\x62','\x00','\x70','\x63','\x98','\x40','\x07','\x06','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x60','\x06','\xff','\xf7','\xff','\x00','\x00','\x60','\x44','\x40','\x40','\x66','\x64','\x86','\x66','\x67','\xff','\x44','\x46','\x06','\x88','\x86','\x06','\x88','\x86','\x06','\x44','\x47','\xfe','\x22','\x26','\x06','\x33','\x36','\x06','\x33','\x36','\x06','\x00','\x07','\xfe','\x00','\x66','\x06','\xff','\xf6','\x06','\x06','\x06','\x06','\x06','\x06','\x06','\x06','\x07','\xfe','\x06','\x32','\x00','\x07','\xc3','\x88','\xfe','\x07','\x06','\x78','\x0c','\x03','\x40','\x30','\x03','\x00','\x00','\x06','\x40','\x6f','\xff','\x7f','\xf0','\x60','\x61','\x80','\x40','\x61','\x84','\x86','\x61','\x87','\xff','\x65','\xa6','\x06','\x65','\xf6','\x06','\x64','\x66','\x06','\x64','\x67','\xfe','\x64','\x66','\x06','\x64','\x66','\x06','\x64','\x66','\x06','\x64','\x67','\xfe','\x65','\xe6','\x06','\x65','\xa6','\x06','\x61','\x86','\x06','\x61','\x86','\x06','\x61','\x87','\xfe','\x61','\x82','\x00','\x7f','\xf3','\x88','\x60','\x03','\x06','\x60','\x06','\x03','\x00','\x18','\x03','\x07','\x00','\x06','\x06','\x1f','\xff','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x64','\x8c','\xff','\xf7','\xfe','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\xc7','\xfc','\x7f','\xe6','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x20','\xc7','\xfc','\x3f','\xe6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x30','\xc2','\x00','\x3f','\xc3','\x88','\x30','\xc7','\x06','\x30','\x0c','\x03','\x00','\x30','\x03','\x06','\x00','\x06','\x06','\x1f','\xff','\x0d','\x00','\x60','\x0c','\xc0','\x40','\x18','\x64','\x8c','\x10','\x37','\xfe','\x2f','\xb6','\x0c','\x40','\x06','\x0c','\x80','\xc6','\x0c','\x3f','\xe7','\xfc','\x00','\xc6','\x0c','\x01','\x86','\x0c','\x01','\x06','\x0c','\x02','\x07','\xfc','\x20','\xc6','\x0c','\x3f','\xe6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x30','\xc2','\x00','\x3f','\xc3','\x88','\x30','\xc7','\x06','\x30','\x0c','\x03','\x00','\x30','\x03','\x00','\xc0','\x06','\x07','\xef','\xff','\x7e','\x00','\x60','\x06','\x00','\x40','\x06','\x04','\x8c','\x06','\x67','\xfe','\xff','\xf6','\x0c','\x0e','\x06','\x0c','\x1f','\x06','\x0c','\x16','\xc7','\xfc','\x36','\x66','\x0c','\x26','\x36','\x0c','\x46','\x36','\x0c','\xbf','\x87','\xfc','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x96','\x0c','\x31','\xe7','\xfc','\x21','\xc2','\x00','\x23','\x83','\x88','\x61','\x07','\x06','\x40','\x0c','\x03','\x80','\x30','\x03','\x40','\x20','\x06','\x7f','\xff','\xff','\x46','\x20','\x60','\x46','\x20','\x40','\x46','\x24','\x8c','\x7f','\xe7','\xfe','\x46','\x26','\x0c','\x46','\x26','\x0c','\x46','\x26','\x0c','\x46','\x27','\xfc','\x7f','\xe6','\x0c','\x46','\x26','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\xff','\xf6','\x0c','\x0e','\x06','\x0c','\x1f','\x06','\x0c','\x1e','\xc6','\x0c','\x36','\x67','\xfc','\x26','\x62','\x00','\x46','\x03','\x88','\x86','\x07','\x06','\x06','\x0c','\x03','\x06','\x30','\x03','\x03','\x80','\x06','\x03','\x17','\xff','\x7f','\xf8','\x30','\x00','\x40','\x20','\x0e','\xc2','\x46','\x01','\x83','\xff','\x03','\x63','\x06','\x0c','\x23','\x06','\x20','\x03','\x06','\x3f','\xfb','\xfe','\x30','\x03','\x06','\x30','\x43','\x06','\x30','\xe3','\x06','\x31','\x83','\xfe','\x36','\x43','\x06','\x30','\x63','\x06','\x30','\xc3','\x06','\x21','\x83','\x06','\x26','\x23','\xfe','\x60','\x71','\x00','\x40','\xe1','\xc8','\x41','\x83','\x86','\x86','\x06','\x03','\x18','\x18','\x03','\x00','\x00','\x06','\x40','\x37','\xff','\x7f','\xf8','\x30','\x62','\x30','\x20','\x62','\x32','\x46','\x62','\x33','\xff','\x7f','\xf3','\x06','\x62','\x33','\x06','\x62','\x33','\x06','\x62','\x33','\xfe','\x62','\x33','\x06','\x7f','\xf3','\x06','\x60','\x33','\x06','\x02','\x03','\xfe','\x01','\x83','\x06','\x0c','\x83','\x06','\x2c','\x33','\x06','\x2c','\x1b','\x06','\x6c','\x5b','\xfe','\x6c','\x41','\x00','\xcc','\x61','\xc8','\xcf','\xe1','\x86','\x07','\xc3','\x03','\x00','\x0c','\x03','\x07','\x00','\x06','\x06','\x2f','\xff','\xff','\xf0','\x60','\x00','\x00','\x40','\x7f','\xe4','\x8c','\x40','\x27','\xfe','\x4f','\x26','\x0c','\x49','\x26','\x0c','\x49','\x26','\x0c','\x4f','\x27','\xfc','\x40','\x26','\x0c','\x7f','\xe6','\x0c','\x00','\x06','\x0c','\x3f','\xc7','\xfc','\x20','\x46','\x0c','\x20','\x46','\x0c','\x3f','\xc6','\x0c','\x20','\x46','\x0c','\x20','\x47','\xfc','\x3f','\xc2','\x00','\x00','\x03','\x88','\xff','\xf3','\x06','\x00','\x06','\x03','\x00','\x18','\x03','\x40','\x30','\x06','\x7f','\xff','\xff','\x60','\x30','\x60','\x60','\x30','\x40','\x7f','\xf2','\x46','\x60','\x33','\xff','\x60','\x33','\x06','\x7f','\xf3','\x06','\x10','\x43','\x06','\x18','\x63','\xfe','\xb2','\xc3','\x06','\x41','\x03','\x06','\x6d','\xb3','\x06','\x18','\x63','\xfe','\x10','\x43','\x06','\x24','\x93','\x06','\xff','\xfb','\x06','\x62','\x8b','\x06','\x00','\x03','\xfe','\x29','\x21','\x00','\x24','\x99','\xc8','\x64','\x89','\x86','\xc4','\x83','\x03','\xc0','\x0c','\x03','\x03','\x00','\x02','\x33','\xef','\xff','\x33','\x00','\x40','\x33','\x03','\xfc','\xff','\xfa','\x04','\x02','\x03','\xfc','\x12','\x62','\x04','\x32','\x1b','\xfc','\xc6','\xca','\x04','\x03','\x83','\xfc','\x06','\x20','\x80','\x38','\x31','\x88','\xc0','\x42','\x06','\x0f','\xff','\xe2','\x08','\x10','\x20','\x0f','\xff','\xe0','\x08','\x10','\x20','\x08','\x10','\x20','\x0f','\xff','\xe0','\x00','\x80','\x00','\x01','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x03','\x80','\x06','\x03','\x13','\xff','\x03','\xf8','\x30','\x23','\x00','\x20','\x3f','\xfd','\x26','\x32','\x09','\xff','\x33','\xd1','\x86','\x3e','\x09','\x86','\x31','\xf9','\x86','\x30','\x01','\xfe','\x37','\xf1','\x86','\x34','\x91','\x86','\x34','\x91','\x86','\x37','\xf1','\xfe','\x24','\x91','\x86','\x24','\x91','\x86','\x27','\xf1','\x86','\x60','\x01','\x86','\x5f','\xf9','\xfe','\x52','\x48','\x80','\x92','\x48','\xe8','\x12','\x7c','\xc6','\x7f','\xc1','\x83','\x3c','\x06','\x03','\x18','\x60','\x06','\x10','\x43','\xff','\xff','\xfc','\x20','\x10','\x40','\x20','\x10','\x42','\x46','\x7d','\xf3','\xff','\x45','\x13','\x06','\x45','\x13','\x06','\x7d','\xf3','\x06','\x00','\x03','\xfe','\x11','\x03','\x06','\x19','\x93','\x06','\x3f','\xfb','\x06','\x31','\x03','\xfe','\x71','\x23','\x06','\xbf','\xf3','\x06','\x31','\x03','\x06','\x31','\x23','\x06','\x3f','\xf3','\xfe','\x31','\x01','\x00','\x31','\x01','\xc8','\x31','\x11','\x86','\x3f','\xfb','\x03','\x30','\x04','\x03','\x00','\x30','\x06','\x7f','\xfb','\xff','\x08','\x40','\x20','\x0f','\xc0','\x20','\x08','\x41','\x46','\x08','\x41','\xff','\x0f','\xc1','\x86','\x08','\x41','\x86','\x08','\x79','\x86','\x7f','\xc1','\xfe','\x38','\x41','\x86','\x00','\x41','\x86','\xff','\xfd','\x86','\x24','\x91','\xfe','\x24','\x91','\x86','\x3c','\xf1','\x86','\x24','\x91','\x86','\x24','\x91','\x86','\x3c','\xf1','\xfe','\x24','\x90','\x80','\x24','\x90','\xc8','\xff','\xf0','\xc6','\x65','\x91','\x83','\x04','\x12','\x03','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x3f','\x80','\x00','\x30','\xf0','\x00','\x30','\x30','\x00','\x30','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x06','\x30','\x18','\x3f','\x30','\x1b','\xf0','\x30','\x18','\x30','\x30','\x19','\xff','\x30','\x19','\x31','\x30','\x19','\x31','\x10','\x19','\xff','\x12','\x10','\x30','\x1a','\x30','\x32','\x0a','\x20','\x31','\x0e','\x27','\xfe','\x86','\x43','\xe0','\xc7','\x82','\x00','\xc3','\x0e','\x20','\x08','\x0c','\x3f','\xfc','\x0c','\x20','\x08','\x0c','\x20','\x48','\x0c','\xa1','\xe8','\xff','\xef','\x08','\x00','\x21','\x08','\x02','\x21','\x08','\x43','\xa1','\x08','\x23','\x2f','\xe8','\x23','\x29','\x28','\x23','\x29','\x28','\x32','\x29','\x28','\x32','\x29','\x28','\x32','\x2f','\xe8','\x04','\x21','\x08','\x04','\x21','\x0a','\x03','\x61','\x0a','\x1c','\x41','\x4a','\xf8','\x41','\x2e','\x60','\x5f','\xe6','\x40','\x8e','\x36','\x00','\x88','\x33','\x01','\x00','\x03','\x20','\x08','\x40','\x3f','\xfc','\x70','\x20','\x08','\x60','\x20','\x48','\x40','\x21','\xe8','\xc0','\x2f','\x08','\x84','\x21','\x08','\x82','\x21','\x0b','\xff','\x21','\x09','\xe3','\x2f','\xe9','\x00','\x29','\x28','\x00','\x29','\x29','\xfe','\x29','\x29','\x86','\x29','\x29','\x86','\x2f','\xe9','\x86','\x21','\x09','\x86','\x21','\x05','\xfe','\x21','\x05','\x86','\x21','\x24','\x00','\x21','\x12','\x02','\x7f','\xf3','\x02','\x4f','\x19','\xc3','\x48','\x18','\xff','\x80','\x00','\x3e','\x20','\x09','\x04','\x3f','\xfd','\xfe','\x20','\x09','\x04','\x20','\x49','\x04','\x21','\xe9','\xfc','\x2f','\x09','\x04','\x21','\x09','\x04','\x21','\x09','\xfc','\x21','\x09','\x04','\x2f','\xe9','\x04','\x29','\x29','\xfc','\x29','\x28','\x00','\x29','\x28','\x02','\x29','\x2f','\xff','\x2f','\xe8','\x00','\x21','\x08','\x88','\x21','\x04','\xc4','\x21','\x04','\x86','\x21','\x25','\x06','\x21','\x12','\x00','\x7f','\xf3','\x02','\x4f','\x19','\xc3','\x48','\x18','\xff','\x80','\x00','\x3e','\x00','\x08','\x08','\xff','\xff','\xfc','\x09','\x08','\x08','\x09','\x08','\x48','\x7f','\xe8','\xe8','\x49','\x2b','\x88','\x49','\x28','\x88','\x49','\x28','\x88','\x7f','\xeb','\xe8','\x00','\x0a','\xa8','\x00','\x0a','\xa8','\x3f','\xca','\xa8','\x00','\x0a','\xa8','\x00','\x0a','\xa8','\xff','\xfb','\xe8','\x06','\x08','\x88','\x26','\x08','\x8a','\x36','\x88','\x8a','\x26','\x48','\xaa','\x66','\x48','\xae','\x46','\x58','\xf6','\x86','\x17','\x96','\x1e','\x12','\x03','\x0c','\x20','\x03','\x20','\x20','\x06','\x3f','\xff','\xff','\x20','\x20','\x90','\x21','\x20','\x90','\x23','\xa7','\xfe','\x2e','\x24','\x92','\x22','\x24','\x92','\x22','\x27','\xfe','\x2f','\xa0','\x00','\x2a','\xa3','\xfc','\x2a','\xa0','\x00','\x2a','\xa0','\x02','\x2a','\xaf','\xff','\x2a','\xa0','\x60','\x2f','\xa2','\x68','\x22','\x23','\x64','\x22','\x12','\x66','\x22','\x14','\x62','\x22','\x91','\xe0','\x22','\x48','\xc2','\x7f','\xcc','\x02','\x4e','\x67','\x03','\x48','\x63','\xff','\x80','\x00','\xfe','\x0e','\x88','\x08','\x0c','\xcf','\xfc','\x0c','\x48','\x08','\x0c','\x08','\x48','\x7f','\xe8','\xe8','\x0d','\x0b','\x88','\x09','\x88','\x88','\x18','\xc8','\x88','\x10','\xfb','\xe8','\x20','\x6a','\xa8','\x40','\x0a','\xa8','\x08','\x4a','\xa8','\x25','\x2a','\xa8','\x25','\x2a','\xa8','\x21','\x0b','\xe8','\xff','\xf8','\x88','\x21','\x08','\x8a','\x21','\x08','\x8a','\x31','\x88','\xaa','\x29','\x68','\xae','\x6b','\x38','\xf6','\x42','\x17','\x96','\x42','\x12','\x03','\x84','\x20','\x03','\x03','\x00','\xe0','\x03','\x00','\xc0','\x06','\x80','\xc0','\x06','\x60','\xc4','\x0c','\x30','\xde','\x1b','\x30','\xf8','\x13','\x0f','\xc0','\x3f','\xe0','\xc0','\x58','\x60','\xc0','\x98','\x6c','\xcc','\x1f','\xec','\xcc','\x18','\x6c','\xcc','\x18','\x6c','\xcc','\x18','\x6c','\xcc','\x1f','\xec','\xcc','\x18','\x0f','\xfc','\x18','\x0c','\xcc','\x18','\x80','\xc0','\x18','\x40','\xc0','\x18','\x60','\xc2','\x19','\xb0','\xc2','\x7e','\x30','\xc3','\x38','\x00','\xff','\x20','\x00','\x7e','\x03','\x00','\x18','\x03','\x00','\x7c','\x06','\x81','\xe0','\x06','\x6f','\xc0','\x0c','\x30','\xc0','\x1b','\x30','\xc0','\x13','\x00','\xc0','\x3f','\xe0','\xc0','\x58','\x60','\xc0','\x98','\x60','\xc6','\x1f','\xff','\xff','\x18','\x61','\xa0','\x18','\x61','\xa0','\x18','\x61','\xa0','\x1f','\xe1','\xa0','\x18','\x01','\x10','\x18','\x83','\x10','\x18','\x43','\x10','\x18','\x62','\x18','\x19','\xb2','\x08','\x1e','\x34','\x0c','\x7c','\x04','\x0f','\x30','\x08','\x06','\x20','\x10','\x06','\x03','\x00','\xe0','\x03','\x00','\xc0','\x06','\x80','\xc0','\x06','\x60','\xc6','\x0c','\x3f','\xff','\x1b','\x30','\x00','\x13','\x04','\x10','\x3f','\xe7','\x0c','\x58','\x66','\x06','\x98','\x6c','\x07','\x1f','\xe8','\x23','\x18','\x72','\x38','\x18','\x62','\x30','\x18','\x62','\x30','\x1f','\xe1','\x60','\x18','\x01','\x60','\x18','\x80','\xc0','\x18','\x40','\xc0','\x18','\x61','\xa0','\x19','\xb1','\x30','\x1e','\x33','\x18','\x7c','\x02','\x1f','\x30','\x04','\x0e','\x20','\x18','\x06','\x03','\x00','\x80','\x03','\x00','\xe0','\x06','\x80','\xc0','\x06','\x40','\x80','\x0c','\x61','\x80','\x1b','\x69','\x06','\x13','\x0f','\xff','\x3f','\xcc','\x06','\x58','\xcc','\x06','\x98','\xcc','\x06','\x1f','\xcd','\xe6','\x18','\xcd','\x26','\x18','\xcd','\x26','\x18','\xcd','\x26','\x1f','\xcd','\x26','\x18','\x0d','\x26','\x18','\x0d','\xe6','\x19','\x0c','\x06','\x18','\x8c','\x06','\x18','\xcc','\x06','\x19','\x6c','\x06','\x7e','\x6c','\x06','\x38','\x0c','\x3e','\x20','\x0c','\x0c','\x03','\x00','\x18','\x03','\x00','\x7c','\x06','\x81','\xe0','\x06','\x4e','\x04','\x0c','\x61','\x07','\x1b','\x68','\x86','\x13','\x04','\xcc','\x3f','\xc6','\xcc','\x58','\xc6','\x08','\x98','\xc0','\x10','\x1f','\xc1','\x80','\x18','\xc1','\x86','\x18','\xdf','\xff','\x18','\xc3','\x18','\x1f','\xc3','\x18','\x18','\x06','\x18','\x18','\x06','\x30','\x19','\x0d','\x30','\x18','\x8c','\xe0','\x18','\xc0','\x70','\x19','\x60','\xd8','\x7e','\x61','\x8c','\x38','\x03','\x06','\x20','\x0c','\x06','\x06','\x00','\xe8','\x06','\x00','\xc6','\x0d','\x00','\xc2','\x0c','\xdf','\xff','\x18','\x60','\xc0','\x36','\x60','\xc0','\x26','\x10','\xc6','\x7f','\x9f','\xff','\xb1','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x98','\xc6','\x30','\x18','\xc6','\x30','\x1f','\xfe','\x32','\x18','\xc6','\x31','\x18','\xc6','\x31','\x98','\xc6','\x36','\xd8','\xc6','\xf8','\xd8','\xc6','\x60','\x18','\xde','\x40','\x18','\xcc','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0d','\x01','\xa0','\x0c','\xc1','\xa0','\x18','\x63','\x10','\x36','\x62','\x18','\x26','\x06','\x0c','\x7f','\xc4','\x0f','\xb0','\xcb','\xf6','\x30','\xd0','\xc0','\x3f','\xc0','\xc0','\x30','\xc0','\xc6','\x30','\xdf','\xff','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x30','\x08','\xc0','\x31','\x0e','\xd0','\x30','\x8c','\xcc','\x30','\xcc','\xc6','\x33','\xc8','\xc7','\x3c','\xd8','\xc3','\xf8','\x10','\xc3','\x60','\x23','\xc0','\x40','\x01','\x80','\x06','\x01','\x00','\x06','\x01','\xc0','\x0d','\x01','\x80','\x0c','\xc1','\x86','\x18','\x63','\xff','\x36','\x63','\x06','\x26','\x02','\x06','\x7f','\xc6','\x0e','\xb0','\xc4','\x0c','\x30','\xc8','\x7c','\x3f','\xc0','\x18','\x30','\xc0','\x00','\x30','\xc0','\x80','\x30','\xc9','\xc6','\x3f','\xcf','\x1f','\x30','\x0c','\x06','\x30','\x0c','\x06','\x31','\x0c','\x06','\x30','\x8f','\x1e','\x30','\xcc','\x06','\x33','\xcc','\x06','\xfc','\xcc','\x06','\x70','\x0f','\xfe','\x40','\x0c','\x06','\x06','\x07','\x38','\x06','\x06','\x30','\x0d','\x06','\x36','\x0c','\xdf','\xff','\x18','\x66','\x30','\x36','\x66','\x30','\x26','\x00','\x00','\x7f','\xc1','\xc0','\xb0','\xc1','\x80','\x30','\xc1','\x86','\x3f','\xdf','\xff','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x0c','\x3f','\xc3','\xfe','\x30','\x03','\x0c','\x31','\x03','\x0c','\x30','\x86','\x0c','\x30','\xc6','\x0c','\x33','\xc4','\x0c','\x3c','\xcc','\x18','\xf8','\x08','\x18','\x60','\x10','\xf8','\x40','\x60','\x30','\x06','\x07','\x30','\x06','\x06','\x10','\x0d','\x06','\x04','\x0c','\xc2','\x3e','\x18','\x63','\xc0','\x36','\x7f','\x08','\x26','\x01','\x10','\x7f','\xc1','\xa2','\xb0','\xc0','\xc2','\x30','\xc3','\x72','\x3f','\xdc','\x1f','\x30','\xc0','\xc7','\x30','\xc6','\x40','\x30','\xc6','\x1e','\x3f','\xc3','\xe0','\x30','\x1e','\x00','\x31','\x03','\x18','\x30','\x81','\x10','\x30','\xc1','\xa0','\x33','\xc0','\xc2','\x3c','\xc1','\x62','\xf8','\x02','\x3a','\x60','\x0c','\x1f','\x40','\x30','\x07','\x06','\x00','\xe0','\x06','\x00','\xc4','\x0d','\x04','\xc6','\x0c','\xc4','\xcc','\x18','\x64','\xc8','\x36','\x6c','\xc0','\x26','\x0c','\xc0','\x7f','\xc1','\xa0','\xb0','\xc1','\x98','\x30','\xc3','\x0c','\x3f','\xc6','\x06','\x30','\xc8','\x06','\x30','\xc0','\xe0','\x30','\xc0','\xc4','\x3f','\xc4','\xc6','\x30','\x04','\xcc','\x30','\x0c','\xc8','\x31','\x18','\xc0','\x30','\x99','\xa0','\x30','\xc1','\x90','\x33','\xc3','\x18','\xfc','\xc2','\x0c','\x70','\x04','\x0f','\x40','\x18','\x06','\x06','\x02','\x08','\x06','\x03','\x8e','\x0d','\x03','\x0c','\x0c','\x82','\x08','\x18','\xc6','\x18','\x36','\xc4','\x92','\x26','\x1f','\xff','\x7f','\x86','\x18','\xb1','\x86','\x18','\x31','\x86','\x18','\x3f','\x86','\x18','\x31','\x86','\x98','\x31','\x87','\x1a','\x31','\x8e','\x7f','\x3f','\xbe','\x18','\x30','\x16','\x18','\x30','\x06','\x18','\x32','\x06','\x18','\x31','\x06','\x18','\x31','\x84','\x18','\x37','\x8c','\x18','\xf9','\x88','\x18','\x60','\x10','\x18','\x40','\x20','\x18','\x06','\x0e','\x46','\x06','\x0c','\x7f','\x0d','\x0c','\x46','\x0c','\x8c','\x46','\x18','\xcd','\x46','\x36','\xff','\xc6','\x26','\x0c','\x46','\x7f','\x8c','\x7e','\xb1','\x8c','\x46','\x31','\x8c','\x46','\x3f','\x8c','\x46','\x31','\x8c','\x46','\x31','\xbe','\x46','\x31','\xa2','\x7e','\x3f','\xa2','\x46','\x30','\x22','\x46','\x30','\x22','\x46','\x32','\x22','\xc6','\x31','\x22','\xc6','\x31','\xbe','\x86','\x37','\xa2','\x86','\xf9','\x81','\x86','\x60','\x01','\x1e','\x40','\x02','\x0c','\x00','\x01','\x80','\x00','\x31','\x80','\x7f','\xfb','\x40','\x06','\x02','\x20','\x0c','\x04','\x30','\x0f','\xe8','\x9c','\x18','\x71','\x0f','\x34','\xc6','\x26','\x45','\x80','\x40','\x03','\x19','\x88','\x0c','\x34','\x10','\x70','\x63','\x20','\x01','\xd8','\xc0','\x07','\x18','\x3f','\x1b','\xff','\xce','\xe3','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc8','\x03','\xff','\xce','\x03','\x04','\x1c','\x03','\x02','\x60','\x03','\x39','\x80','\x7f','\xc0','\x7f','\x3c','\x00','\x1e','\x06','\x00','\x80','\x06','\x00','\xe0','\x0d','\x00','\xc0','\x0c','\xc9','\x06','\x18','\x6f','\xff','\x36','\x6c','\x46','\x26','\x0c','\x46','\x7f','\xcc','\x46','\xb0','\xcf','\xfe','\x30','\xcc','\x46','\x3f','\xcc','\x46','\x30','\xcc','\x46','\x30','\xcf','\xfe','\x30','\xc0','\x60','\x3f','\xc4','\x68','\x30','\x07','\x6c','\x30','\x06','\x68','\x31','\x06','\x6a','\x30','\x86','\x7f','\x30','\xc4','\x69','\x33','\xcc','\x62','\xfc','\xc8','\x63','\x70','\x10','\x7f','\x40','\x20','\x3e','\x06','\x01','\x00','\x06','\x0b','\x86','\x0d','\x0e','\x7f','\x0c','\xcc','\x26','\x18','\x6c','\x26','\x36','\x6c','\x26','\x26','\x0c','\x26','\x7f','\xcd','\x26','\xb0','\xcd','\xa6','\x30','\xce','\xa6','\x3f','\xfc','\x7e','\x30','\xd8','\x4c','\x30','\xc0','\x80','\x30','\xc0','\x00','\x3f','\xcf','\xfe','\x30','\x0c','\x46','\x30','\x0c','\x46','\x31','\x0c','\x46','\x30','\x8f','\xfe','\x30','\xcc','\x46','\x33','\xcc','\x46','\xfc','\xcc','\x46','\x70','\x0f','\xfe','\x40','\x0c','\x06','\x06','\x00','\x00','\x06','\x04','\x18','\x0d','\x07','\xfc','\x0c','\xc6','\x18','\x18','\x66','\x18','\x36','\x66','\x18','\x26','\x07','\xf8','\x7f','\xc6','\x18','\xb0','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x18','\x30','\xc0','\x00','\x30','\xc8','\x04','\x3f','\xcf','\xfe','\x30','\x09','\x24','\x30','\x09','\x24','\x31','\x09','\x24','\x30','\x89','\x24','\x30','\xc9','\x24','\x33','\xc9','\x24','\xfc','\xc9','\x24','\x70','\x3f','\xff','\x40','\x00','\x00','\x06','\x03','\xb8','\x06','\x03','\x30','\x0d','\x03','\x32','\x0c','\xdf','\xff','\x18','\x63','\x30','\x36','\x63','\x30','\x26','\x00','\x00','\x7f','\xcf','\xfc','\xb0','\xc8','\xc4','\x30','\xc8','\xc4','\x3f','\xc8','\xc4','\x30','\xcf','\xfc','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x3f','\xc0','\xc4','\x30','\x0f','\xfe','\x30','\x00','\xc0','\x31','\x00','\xc4','\x30','\x8f','\xfe','\x30','\xc0','\xc0','\x33','\xc0','\xc0','\xfc','\xc0','\xc2','\x70','\x1f','\xff','\x40','\x00','\x00','\x06','\x04','\x18','\x06','\x07','\xfc','\x0d','\x06','\x18','\x0c','\xc6','\x18','\x18','\x67','\xf8','\x36','\x66','\x18','\x26','\x06','\x18','\x7f','\xc7','\xf8','\xb0','\xc0','\x00','\x30','\xdf','\xfe','\x3f','\xd2','\x22','\x30','\xd2','\x22','\x30','\xdf','\xfe','\x30','\xc0','\x00','\x3f','\xc0','\x0c','\x30','\x1f','\xfe','\x30','\x04','\x0c','\x31','\x02','\x18','\x30','\x83','\x30','\x30','\xc1','\xe0','\x33','\xc0','\xe0','\xfc','\xc1','\xb8','\x70','\x06','\x1f','\x40','\x38','\x06','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x1f','\xfe','\x0c','\x80','\xc0','\x18','\xc0','\xc0','\x36','\xcf','\xfc','\x26','\x00','\x00','\x7f','\x90','\x02','\xb1','\x9f','\xff','\x31','\xb0','\x06','\x3f','\xb7','\xf4','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x8f','\xf8','\x3f','\x88','\x08','\x30','\x08','\x08','\x30','\x0f','\xf8','\x31','\x00','\x00','\x30','\x88','\x0c','\x30','\xc6','\x18','\x33','\xc2','\x10','\xfc','\xc0','\x26','\x70','\x3f','\xff','\x40','\x00','\x00','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x0f','\xfc','\x0c','\xc8','\xc4','\x18','\x68','\xc4','\x36','\x6f','\xfc','\x26','\x00','\xc0','\x7f','\xc0','\xc2','\xb0','\xff','\xff','\x30','\xc0','\x00','\x3f','\xcf','\xfc','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x30','\xcf','\xfc','\x3f','\xcc','\x0c','\x30','\x0c','\x0c','\x30','\x0f','\xfc','\x31','\x0c','\x0c','\x30','\x8c','\x0c','\x30','\xcf','\xfc','\x33','\xc4','\x00','\xfc','\xc7','\x18','\x70','\x0e','\x0e','\x40','\x30','\x06','\x06','\x08','\xc4','\x06','\x0c','\x86','\x0d','\x28','\xac','\x0c','\x90','\x90','\x18','\xda','\x9a','\x36','\xca','\x8a','\x26','\x04','\x84','\x7f','\x88','\x88','\xb1','\x88','\x92','\x31','\x92','\xbf','\x3f','\xbe','\x91','\x31','\x92','\x80','\x31','\x80','\x8c','\x31','\x90','\x84','\x3f','\x9f','\xff','\x30','\x18','\x40','\x30','\x18','\x44','\x32','\x1c','\x66','\x31','\x1b','\x2c','\x31','\x91','\x38','\x37','\x90','\x12','\xf9','\xb0','\x3a','\x60','\x20','\xcf','\x40','\x43','\x03','\x06','\x00','\xe0','\x06','\x00','\xc8','\x0d','\x0f','\xfc','\x0c','\x80','\xc0','\x18','\xc0','\xc4','\x36','\xdf','\xfe','\x26','\x00','\x00','\x7f','\x86','\x0c','\xb1','\x84','\x08','\x31','\x9f','\x3e','\x3f','\x84','\x08','\x31','\x84','\x08','\x31','\x87','\x0a','\x31','\xbc','\x7f','\x3f','\x90','\x00','\x30','\x00','\x00','\x31','\x1f','\xfe','\x30','\x86','\x30','\x30','\xc6','\x30','\x33','\xc6','\x32','\x3c','\xcc','\x32','\xf8','\x0c','\x33','\x60','\x18','\x3f','\x40','\x60','\x1e','\x06','\x02','\x04','\x06','\x3f','\x7e','\x0d','\x02','\x04','\x0c','\x82','\x04','\x18','\xde','\x3c','\x36','\xd0','\x20','\x26','\x11','\x22','\x7f','\x91','\x22','\xb1','\x9f','\xbf','\x31','\x8f','\x1e','\x3f','\x80','\x00','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x9f','\xfe','\x3f','\x86','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x32','\x3f','\xff','\x31','\x00','\x00','\x31','\x84','\x20','\x37','\x87','\x18','\xf9','\x86','\x0c','\x60','\x0c','\x0e','\x40','\x30','\x06','\x00','\x00','\xc0','\x3f','\x80','\xfc','\x20','\x88','\xc0','\x20','\x8f','\xff','\x3f','\x8c','\x83','\x00','\x0c','\xe2','\xff','\xef','\x88','\x10','\x08','\x78','\x3f','\x18','\x00','\x01','\x11','\x30','\x03','\x21','\x32','\x1e','\x1b','\x33','\x0c','\x36','\x1f','\x00','\xe1','\xc0','\x03','\x8c','\x7f','\x1f','\xff','\xce','\xe3','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc8','\x03','\xff','\xdc','\x03','\x08','\x30','\x03','\x07','\x80','\x7f','\xf0','\xff','\x3c','\x00','\x1e','\x1c','\x10','\x10','\x18','\x0c','\x38','\x18','\x04','\x20','\x18','\x00','\x44','\x18','\x3f','\xfe','\x19','\x81','\x80','\xff','\xc1','\x00','\x19','\x8a','\x18','\x19','\x8f','\xfc','\x19','\x8c','\x18','\x19','\x8c','\x18','\x19','\x8f','\xf8','\x19','\x8c','\x18','\x19','\x8c','\x18','\x19','\x8f','\xf8','\x19','\x8c','\x18','\x39','\x8c','\x18','\x31','\x8f','\xfa','\x31','\x8c','\x1a','\x31','\x80','\x02','\x21','\x80','\x03','\x61','\xff','\xff','\x40','\xff','\xfe','\x80','\x00','\x00','\x40','\x80','\xe8','\x20','\xc0','\xc4','\x31','\x80','\xc6','\x11','\x00','\xc6','\x02','\x00','\xc0','\xff','\xc0','\xc6','\x0c','\x3f','\xff','\x08','\x00','\xc0','\x51','\x80','\xc0','\x7f','\xde','\xc4','\x61','\x92','\x47','\x61','\x92','\x46','\x61','\x92','\x66','\x7f','\x92','\x6c','\x61','\x92','\x2c','\x61','\x9e','\x28','\x61','\x80','\x38','\x7f','\x81','\x10','\x61','\x82','\x3a','\x61','\x8c','\x6a','\x61','\xb8','\x4e','\x61','\x90','\x86','\x7f','\x81','\x07','\x61','\x82','\x03','\x01','\x84','\x00','\x03','\xc7','\x00','\x0e','\x06','\x06','\x76','\x0f','\xff','\x06','\x08','\x00','\x06','\x10','\x00','\xff','\xe7','\xfc','\x0e','\x06','\x0c','\x1f','\x06','\x0c','\x16','\xc7','\xfc','\x36','\x66','\x0c','\x26','\x66','\x0c','\x46','\x07','\xfc','\x80','\x01','\x80','\x3f','\xc3','\x0c','\x30','\xc3','\xfe','\x30','\xc6','\x0c','\x30','\xcd','\x18','\x3f','\xd0','\xb0','\x30','\xc0','\x60','\x30','\xc0','\xf0','\x30','\xc1','\x9f','\x3f','\xc6','\x0e','\x30','\xd8','\x06','\x40','\x60','\x00','\x7f','\xf0','\x0c','\x62','\x0f','\xfe','\x62','\x02','\x0c','\x62','\x02','\x0c','\x7f','\xe2','\x0c','\x62','\x02','\x0c','\x62','\x02','\x18','\x62','\x01','\x18','\x7f','\xe1','\x18','\x62','\x01','\x10','\x62','\x01','\x90','\x62','\x60','\xb0','\x7f','\xf0','\xa0','\x60','\x60','\xe0','\x00','\x60','\x40','\x55','\x60','\xe0','\x55','\x60','\xa0','\x50','\x61','\xb0','\xc0','\x61','\x18','\xc0','\xe3','\x1c','\x00','\xc2','\x0f','\x07','\xc4','\x0e','\x01','\x98','\x06','\x00','\x40','\x0c','\x40','\x7f','\xfe','\x30','\x61','\x80','\x18','\x61','\x80','\x1c','\x61','\x98','\x0c','\x7f','\xfc','\x0c','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x98','\x00','\x7f','\xfc','\x02','\x61','\x80','\x04','\x61','\x80','\x08','\x61','\x86','\x18','\x7f','\xff','\x30','\x60','\x06','\xf0','\x00','\x46','\x70','\x01','\x26','\x30','\x49','\x36','\x30','\x49','\x96','\x30','\x8d','\x86','\x39','\x8c','\x0e','\x19','\x80','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x40','\x60','\xe0','\x7f','\xf0','\xc0','\x62','\x00','\xc0','\x62','\x00','\xc0','\x62','\x00','\xc6','\x7f','\xef','\xff','\x62','\x02','\x10','\x62','\x02','\x1c','\x62','\x02','\x18','\x7f','\xe3','\x18','\x62','\x01','\x18','\x62','\x01','\x10','\x62','\x61','\x30','\x7f','\xf1','\xb0','\x60','\x60','\xa0','\x00','\x60','\xe0','\x55','\x60','\x40','\x55','\x60','\xe0','\x50','\x60','\xa0','\xc0','\x61','\xb0','\xc0','\xe1','\x18','\x00','\xc2','\x1f','\x07','\xc4','\x0e','\x01','\x98','\x06','\x41','\x80','\x00','\x7f','\xd0','\x06','\x64','\x1f','\xff','\x64','\x19','\x26','\x64','\x19','\x26','\x7f','\x99','\x26','\x64','\x19','\x26','\x64','\x19','\x26','\x64','\x19','\x26','\x7f','\x99','\x26','\x64','\x19','\x26','\x64','\x19','\x26','\x65','\x99','\x26','\x7f','\xd9','\x26','\x61','\x9b','\x3e','\x01','\x9a','\x1e','\x55','\x9a','\x06','\x55','\x9c','\x06','\x51','\x98','\x06','\xc1','\x98','\x06','\xc3','\x98','\x06','\x03','\x1f','\xfe','\x1f','\x18','\x06','\x06','\x00','\x00','\x40','\x60','\x70','\x7f','\xf0','\x60','\x62','\x00','\x60','\x62','\x04','\x62','\x62','\x07','\xff','\x7f','\xe4','\x62','\x62','\x04','\x62','\x62','\x04','\x62','\x62','\x04','\x62','\x7f','\xe4','\x62','\x62','\x04','\x62','\x62','\x07','\xfe','\x62','\x64','\x62','\x7f','\xf0','\x60','\x60','\x62','\x60','\x00','\x61','\x40','\x55','\x60','\xc0','\x55','\x60','\x40','\x50','\x60','\xe0','\xc0','\x60','\xb0','\xc0','\xe1','\x98','\x00','\xc1','\x1f','\x07','\xc2','\x0e','\x01','\x8c','\x06','\x40','\x60','\xe0','\x7f','\xf0','\xc0','\x62','\x00','\xc0','\x62','\x08','\xc0','\x62','\x08','\xc6','\x7f','\xef','\xff','\x62','\x18','\x06','\x62','\x18','\x04','\x62','\x00','\x00','\x7f','\xe3','\x80','\x62','\x03','\x08','\x62','\x03','\x0e','\x62','\x63','\x1c','\x7f','\xf3','\x38','\x60','\x63','\x60','\x00','\x63','\x80','\x55','\x63','\x00','\x55','\x63','\x00','\x50','\x63','\x00','\xc0','\x63','\x04','\xc0','\xe3','\x04','\x00','\xc3','\x06','\x07','\xc3','\xfe','\x01','\x81','\xfc','\x40','\x60','\x80','\x7f','\xf0','\xe0','\x62','\x00','\xc0','\x62','\x00','\xc0','\x62','\x01','\x80','\x7f','\xe1','\x88','\x62','\x01','\x04','\x62','\x03','\x06','\x62','\x02','\x3b','\x7f','\xef','\xe3','\x62','\x07','\x03','\x62','\x04','\x00','\x62','\x60','\x00','\x7f','\xf2','\x0c','\x60','\x63','\xfe','\x00','\x63','\x0c','\x55','\x63','\x0c','\x55','\x63','\x0c','\x50','\x63','\x0c','\xc0','\x63','\x0c','\xc0','\xe3','\x0c','\x00','\xc3','\xfc','\x07','\xc3','\x0c','\x01','\x83','\x0c','\x03','\x80','\x00','\x03','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x31','\x18','\x18','\x60','\xb0','\x37','\xc0','\x60','\x01','\xf0','\xf8','\x07','\x31','\x9f','\x1c','\x06','\x06','\xe0','\x00','\x00','\x07','\xff','\xf0','\x06','\x08','\x00','\x07','\xff','\xe0','\x06','\x08','\x00','\x07','\xff','\xe0','\x06','\x08','\x00','\x06','\x08','\x0c','\x07','\xff','\xfe','\x10','\x02','\x0c','\x12','\x21','\x8c','\x31','\x99','\x98','\x61','\x98','\x78','\x60','\x00','\x30','\x40','\x60','\xe0','\x7f','\xf0','\xc0','\x62','\x00','\xc0','\x62','\x00','\xc6','\x62','\x0f','\xff','\x7f','\xe0','\x80','\x62','\x00','\xe0','\x62','\x00','\xc0','\x62','\x09','\x90','\x7f','\xe6','\x1c','\x62','\x03','\x38','\x62','\x03','\x30','\x62','\x60','\x60','\x7f','\xf0','\xc0','\x60','\x61','\x88','\x00','\x63','\x0e','\x55','\x6c','\x1c','\x55','\x60','\x18','\x50','\x60','\x30','\xc0','\x60','\x60','\xc0','\xe0','\xd0','\x00','\xc1','\x8c','\x07','\xc3','\x07','\x01','\x8c','\x03','\x40','\x60','\xe0','\x7f','\xf0','\xc0','\x62','\x00','\xc0','\x62','\x00','\xc6','\x62','\x1f','\xff','\x7f','\xe0','\x00','\x62','\x02','\x10','\x62','\x03','\x0c','\x62','\x06','\x06','\x7f','\xe4','\x06','\x62','\x08','\x10','\x62','\x02','\x1c','\x62','\x62','\x18','\x7f','\xf1','\x18','\x60','\x61','\x30','\x00','\x60','\xb0','\x55','\x60','\xe0','\x55','\x60','\x40','\x50','\x60','\xe0','\xc0','\x60','\xb0','\xc0','\xe1','\x18','\x00','\xc2','\x1f','\x07','\xc4','\x0e','\x01','\x98','\x06','\x40','\x61','\x00','\x7f','\xf1','\xc0','\x62','\x01','\x80','\x62','\x01','\x8c','\x62','\x01','\xfe','\x7f','\xe3','\x0c','\x62','\x02','\x1c','\x62','\x05','\x18','\x62','\x08','\xb0','\x7f','\xe0','\xe0','\x62','\x00','\x40','\x62','\x00','\xe0','\x62','\x61','\xb8','\x7f','\xf3','\x1f','\x60','\x6c','\x06','\x00','\x60','\x00','\x55','\x67','\xfc','\x55','\x66','\x0c','\x50','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\xe6','\x0c','\x00','\xc6','\x0c','\x07','\xc7','\xfc','\x01','\x86','\x0c','\x40','\xc3','\x03','\x7f','\xe2','\x32','\x62','\x02','\x22','\x62','\x02','\x22','\x62','\x02','\x22','\x7f','\xc2','\x22','\x62','\x02','\x22','\x62','\x02','\x22','\x62','\x0a','\x22','\x7f','\xca','\xaa','\x62','\x0a','\xaa','\x62','\x1a','\xaa','\x62','\x5a','\xaa','\x7f','\xda','\xaa','\x60','\x42','\x22','\x00','\x42','\x22','\x55','\x42','\x22','\x55','\x46','\x22','\x50','\x44','\x22','\xc0','\xc4','\x22','\xc0','\xcc','\x22','\x01','\x88','\x22','\x0f','\x90','\x22','\x03','\x20','\x02','\x40','\x64','\x18','\x7f','\xf7','\xfc','\x62','\x06','\x18','\x62','\x06','\x18','\x62','\x06','\x18','\x7f','\xe7','\xf8','\x62','\x06','\x18','\x62','\x06','\x18','\x62','\x06','\x18','\x7f','\xe7','\xf8','\x62','\x00','\x00','\x62','\x00','\x0c','\x62','\x6f','\xfe','\x7f','\xe0','\xc0','\x60','\x60','\xc0','\x00','\x60','\xc6','\x55','\x7f','\xff','\x55','\x60','\xc0','\x50','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\xe0','\xc0','\x00','\xc0','\xc0','\x07','\xc0','\xc0','\x01','\x80','\xc0','\x40','\x60','\x0c','\x7f','\xf7','\xfe','\x62','\x00','\x0c','\x62','\x00','\x0c','\x62','\x07','\xfc','\x7f','\xe0','\x0c','\x62','\x00','\x0c','\x62','\x07','\xfc','\x62','\x00','\x00','\x7f','\xe8','\x06','\x62','\x0f','\xff','\x62','\x18','\x06','\x62','\x18','\x04','\x7f','\xe7','\xfc','\x60','\x62','\x0c','\x00','\x63','\x18','\x55','\x61','\x18','\x55','\x61','\xb0','\x50','\x60','\xe0','\xc0','\x60','\xe0','\xc0','\xe1','\xb0','\x00','\xc3','\x1f','\x07','\xc6','\x0e','\x01','\x98','\x06','\x40','\xc0','\xe0','\x7f','\xe0','\xc0','\x62','\x0f','\xfc','\x62','\x08','\xc4','\x62','\x08','\xc4','\x7f','\xc8','\xc4','\x62','\x0f','\xfc','\x62','\x08','\xc4','\x62','\x08','\xc4','\x7f','\xc8','\xc4','\x62','\x0f','\xfc','\x62','\x00','\x00','\x62','\x60','\x06','\x7f','\xff','\xff','\x60','\x63','\x00','\x00','\x63','\x0c','\x55','\x67','\xfe','\x55','\x66','\x0c','\x50','\x60','\x0c','\xc0','\x60','\x1c','\xc0','\xe0','\x18','\x00','\xc0','\x38','\x07','\xc1','\xf0','\x01','\x80','\x60','\x40','\x63','\x9c','\x7f','\xf3','\x18','\x62','\x03','\x18','\x62','\x03','\x1a','\x62','\x0f','\xff','\x7f','\xe3','\x18','\x62','\x03','\x18','\x62','\x03','\x18','\x62','\x03','\xf8','\x7f','\xe3','\x18','\x62','\x03','\x18','\x62','\x03','\x18','\x62','\x63','\xf8','\x7f','\xf3','\x18','\x60','\x63','\x18','\x00','\x63','\x18','\x55','\x63','\x1a','\x55','\x6f','\xff','\x50','\x60','\x00','\xc0','\x62','\x10','\xc0','\xe3','\x08','\x00','\xc6','\x0c','\x07','\xcc','\x06','\x01','\x90','\x06','\x40','\x62','\x00','\x7f','\xf3','\x90','\x62','\x03','\x18','\x62','\x03','\x30','\x62','\x06','\x26','\x7f','\xe7','\xff','\x62','\x0e','\x20','\x62','\x0e','\x20','\x62','\x16','\x20','\x7f','\xe6','\x24','\x62','\x07','\xfe','\x62','\x06','\x20','\x62','\x66','\x20','\x7f','\xf6','\x20','\x60','\x66','\x20','\x00','\x66','\x24','\x55','\x67','\xfe','\x55','\x66','\x20','\x50','\x66','\x20','\xc0','\x66','\x20','\xc0','\xe6','\x20','\x00','\xc6','\x26','\x07','\xc7','\xff','\x01','\x86','\x00','\x40','\x64','\x08','\x7f','\xf3','\x0e','\x62','\x01','\x8c','\x62','\x01','\x98','\x62','\x00','\x10','\x7f','\xe0','\x20','\x62','\x0f','\xfe','\x62','\x03','\x18','\x62','\x03','\x18','\x7f','\xe3','\x18','\x62','\x03','\x18','\x62','\x03','\x1a','\x62','\x1f','\xff','\x7f','\xe3','\x18','\x60','\x63','\x18','\x00','\x63','\x18','\x55','\x63','\x18','\x55','\x63','\x18','\x50','\x63','\x18','\xc0','\x66','\x18','\xc0','\xe6','\x18','\x00','\xc4','\x18','\x07','\xc8','\x18','\x01','\x90','\x18','\x41','\x80','\x06','\x7f','\xdf','\xff','\x64','\x00','\x00','\x64','\x00','\x00','\x64','\x0f','\xfc','\x7f','\x8c','\x0c','\x64','\x0c','\x0c','\x64','\x0c','\x0c','\x64','\x0f','\xfc','\x7f','\x8c','\x00','\x64','\x0c','\x00','\x64','\x0f','\xfe','\x65','\x8c','\x92','\x7f','\xcc','\x92','\x61','\x8c','\x92','\x01','\x9c','\x92','\x55','\x97','\xfe','\x55','\x94','\x92','\x51','\x94','\x92','\xc1','\xa4','\x92','\xc3','\x84','\x92','\x03','\x04','\x92','\x1f','\x04','\x0e','\x06','\x04','\x06','\x20','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x81','\x04','\x0f','\xff','\xf0','\x00','\x81','\x00','\x0f','\xff','\xf0','\x00','\x81','\x00','\xff','\xff','\xff','\x03','\x00','\x80','\x06','\x00','\x60','\x0f','\xff','\xf8','\x32','\x08','\x1f','\xc3','\xff','\xc6','\x02','\x08','\x00','\x03','\xff','\xc0','\x02','\x08','\x0c','\x03','\xff','\xfe','\x08','\x02','\x0c','\x12','\x21','\x8c','\x71','\x99','\x98','\x61','\x98','\x78','\x00','\x00','\x30','\x40','\xc0','\x0c','\x7f','\xef','\xfe','\x62','\x04','\x8c','\x62','\x02','\x4c','\x62','\x02','\x18','\x7f','\xc9','\x18','\x62','\x04','\xb0','\x62','\x04','\x60','\x62','\x00','\xb0','\x7f','\xc1','\x1c','\x62','\x06','\x0f','\x62','\x18','\xc6','\x62','\xc0','\xc0','\x7f','\xef','\xfc','\x60','\x48','\xc4','\x00','\x48','\xc4','\x55','\x48','\xc4','\x55','\x4f','\xfc','\x50','\x40','\xc0','\xc0','\xc0','\xc8','\xc0','\xc0','\xc4','\x01','\x9f','\xfe','\x0f','\x8f','\x03','\x03','\x08','\x03','\x40','\xc8','\x0c','\x7f','\xef','\xfe','\x62','\x0c','\x00','\x62','\x0c','\x00','\x62','\x0c','\xf8','\x7f','\xcc','\x88','\x62','\x0c','\x88','\x62','\x0c','\x88','\x62','\x0c','\x88','\x7f','\xcc','\xf8','\x62','\x0c','\x00','\x62','\x0c','\x00','\x62','\xcd','\xfc','\x7f','\xed','\x24','\x60','\x4d','\x24','\x00','\x4d','\x24','\x55','\x4d','\x24','\x55','\x4d','\x24','\x50','\x4d','\xfc','\xc0','\xcc','\x00','\xc0','\xcc','\x00','\x01','\x8c','\x06','\x0f','\x8f','\xff','\x03','\x0c','\x00','\x40','\xc1','\x00','\x7f','\xe1','\xc0','\x62','\x01','\x90','\x62','\x02','\x0c','\x62','\x1f','\xf6','\x7f','\xce','\x06','\x62','\x09','\xc0','\x62','\x01','\x80','\x62','\x3f','\xff','\x7f','\xc3','\x10','\x62','\x06','\x08','\x62','\x04','\x8c','\x62','\xc8','\xc7','\x7f','\xd1','\x82','\x60','\x43','\x20','\x00','\x46','\x30','\x55','\x48','\x64','\x55','\x40','\xc6','\x50','\x41','\x8c','\xc0','\xc6','\x18','\xc0','\xc0','\x30','\x01','\x80','\x60','\x0f','\x81','\x80','\x03','\x0e','\x00','\x01','\xc1','\xc0','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x00','\x60','\x0f','\xff','\xf8','\x3a','\x08','\x1f','\xc3','\xff','\xc6','\x02','\x08','\x00','\x03','\xff','\xc0','\x02','\x08','\x0c','\x03','\xff','\xfc','\x08','\x04','\x0c','\x12','\x23','\x18','\x71','\x99','\x78','\x60','\x88','\x30','\x40','\x60','\x06','\x7f','\xff','\xff','\x62','\x01','\x20','\x62','\x01','\x20','\x62','\x01','\x20','\x7f','\xcf','\xfc','\x62','\x09','\x24','\x62','\x09','\x24','\x62','\x09','\x24','\x7f','\xcf','\xfc','\x62','\x00','\x00','\x62','\x00','\x00','\x62','\xcf','\xfc','\x7f','\xe0','\x00','\x60','\x40','\x00','\x00','\x7f','\xff','\x55','\x40','\xc0','\x55','\x44','\xd0','\x50','\x46','\xc8','\xc0','\xcc','\xcc','\xc0','\xc8','\xc6','\x01','\x90','\xc6','\x0f','\x87','\xc0','\x03','\x01','\x80','\x40','\xc8','\x06','\x7f','\xef','\xff','\x62','\x0c','\x46','\x62','\x0c','\x46','\x62','\x0c','\x46','\x7f','\xcf','\xfe','\x62','\x0c','\x46','\x62','\x0c','\x46','\x62','\x0c','\x46','\x7f','\xcf','\xfe','\x62','\x01','\x00','\x62','\x01','\xa0','\x62','\xc9','\x30','\x7f','\xe6','\x24','\x60','\x42','\x42','\x00','\x7f','\xff','\x55','\x5f','\xc3','\x55','\x40','\xc0','\x50','\x44','\xd0','\xc0','\xc6','\xc8','\xc0','\xcc','\xcc','\x01','\x88','\xc6','\x0f','\x90','\xc6','\x03','\x00','\xc0','\x41','\x80','\x18','\x7f','\xc0','\xfc','\x64','\x1f','\xc0','\x64','\x01','\x80','\x64','\x01','\x86','\x7f','\xbf','\xff','\x64','\x03','\x20','\x64','\x06','\x10','\x64','\x07','\xfc','\x7f','\x8a','\x2f','\x64','\x32','\x26','\x64','\x03','\xe0','\x65','\x80','\x00','\x7f','\xd0','\x0c','\x61','\x9f','\xfe','\x01','\x98','\x0c','\x55','\x98','\x0c','\x55','\x9b','\xec','\x51','\x9a','\x2c','\xc1','\x9a','\x2c','\xc3','\x9b','\xec','\x03','\x18','\x0c','\x1f','\x18','\x3c','\x06','\x18','\x18','\x40','\xc0','\xe0','\x7f','\xe0','\xc4','\x62','\x0f','\xfe','\x62','\x00','\xc0','\x62','\x00','\xc2','\x7f','\xdf','\xff','\x62','\x00','\x00','\x62','\x04','\x08','\x62','\x04','\x08','\x7f','\xdf','\x3e','\x62','\x04','\x08','\x62','\x04','\x08','\x62','\xc7','\x08','\x7f','\xfc','\x7f','\x60','\x50','\x00','\x00','\x40','\x00','\x55','\x7f','\xff','\x55','\x46','\x30','\x50','\x46','\x30','\xc0','\xc6','\x32','\xc0','\xc4','\x32','\x01','\x8c','\x33','\x0f','\x88','\x3f','\x03','\x30','\x1e','\x40','\xd0','\x06','\x7f','\xff','\xff','\x62','\x19','\x26','\x62','\x19','\x26','\x62','\x19','\x26','\x7f','\xdf','\xfe','\x62','\x00','\xc0','\x62','\x00','\xc4','\x62','\x0f','\xfe','\x7f','\xc0','\xc0','\x62','\x00','\xc2','\x62','\x1f','\xff','\x62','\xc4','\x08','\x7f','\xe2','\x08','\x60','\x42','\x12','\x00','\x5f','\xff','\x55','\x40','\xc0','\x55','\x40','\xc0','\x50','\x40','\xc4','\xc0','\xcf','\xfe','\xc0','\xc0','\xc0','\x01','\x80','\xc0','\x0f','\x80','\xc0','\x03','\x00','\xc0','\x40','\xc0','\xc0','\x7f','\xe1','\xc0','\x62','\x01','\xa0','\x62','\x03','\x10','\x62','\x02','\x1c','\x7f','\xc4','\x0f','\x62','\x08','\x06','\x62','\x13','\xf0','\x62','\x00','\x00','\x7f','\xc0','\x00','\x62','\x0f','\x3c','\x62','\x09','\x24','\x62','\xc9','\x24','\x7f','\xe9','\x24','\x60','\x49','\x24','\x00','\x4f','\x3c','\x55','\x40','\x00','\x55','\x44','\x10','\x50','\x47','\x1c','\xc0','\xc6','\x18','\xc0','\xcd','\xb4','\x01','\x88','\xa2','\x0f','\x90','\x43','\x03','\x20','\x83','\x41','\x80','\x80','\x7f','\xff','\xc6','\x64','\x11','\x3f','\x64','\x11','\x06','\x64','\x1f','\x04','\x7f','\x91','\x6c','\x64','\x11','\x18','\x64','\x1f','\x1c','\x64','\x11','\x26','\x7f','\x91','\x43','\x64','\x7f','\x03','\x64','\x31','\x08','\x65','\x81','\x3c','\x7f','\xc9','\xe0','\x61','\x8d','\x82','\x01','\x99','\x83','\x55','\xa1','\xc6','\x55','\x89','\xa8','\x51','\x8d','\xb0','\xc1','\x99','\x98','\xc3','\x91','\x9c','\x03','\x21','\x8f','\x1f','\x41','\x86','\x06','\x01','\x80','\x41','\x80','\xe0','\x7f','\xc0','\xc4','\x64','\x00','\xfe','\x64','\x10','\xc0','\x64','\x1f','\xff','\x7f','\x99','\x06','\x64','\x19','\xe4','\x64','\x1f','\x08','\x64','\x18','\xf8','\x7f','\x98','\x00','\x64','\x1b','\xfc','\x64','\x1a','\x44','\x65','\x9a','\x44','\x7f','\xdb','\xfc','\x61','\x9a','\x44','\x01','\x9a','\x44','\x55','\x93','\xfc','\x55','\x90','\x00','\x51','\xb7','\xfe','\xc1','\xa4','\x92','\xc3','\x24','\x92','\x03','\x44','\x92','\x0f','\x0f','\xff','\x06','\x00','\x00','\x40','\xc3','\x30','\x7f','\xe2','\x26','\x62','\x1e','\x3c','\x62','\x02','\x22','\x62','\x02','\x23','\x7f','\xbe','\x3f','\x62','\x1a','\x1e','\x62','\x00','\x00','\x62','\x0f','\xfc','\x7f','\xc8','\x84','\x62','\x0f','\xfc','\x62','\x08','\x84','\x62','\xc8','\x84','\x7f','\xef','\xfc','\x60','\x42','\x10','\x00','\x5f','\xfe','\x55','\x42','\x10','\x55','\x42','\x10','\x50','\x7f','\xff','\xc0','\xc0','\x00','\xc0','\xc4','\x10','\x01','\x86','\x0c','\x0f','\x8c','\x06','\x03','\x30','\x06','\x40','\xc0','\xe0','\x7f','\xe0','\xc0','\x62','\x00','\xc6','\x62','\x1f','\xff','\x62','\x02','\x00','\x7f','\xc7','\x1c','\x62','\x0c','\x07','\x62','\x11','\x13','\x62','\x07','\xfc','\x7f','\xc1','\x10','\x62','\x01','\x10','\x62','\x07','\xfc','\x62','\xc1','\x10','\x7f','\xc1','\x10','\x60','\x5f','\xff','\x00','\x43','\x40','\x55','\x46','\x42','\x55','\x4e','\x27','\x50','\x5a','\x2c','\xc0','\xe2','\x30','\xc0','\xc2','\x18','\x01','\x83','\xdf','\x0f','\x9f','\x0e','\x03','\x0c','\x06','\x40','\xc3','\x18','\x7f','\xe2','\x12','\x62','\x1f','\xff','\x62','\x02','\x10','\x62','\x02','\x10','\x7f','\xcf','\x3c','\x62','\x09','\x24','\x62','\x09','\x24','\x62','\x0f','\x3c','\x7f','\xc2','\x00','\x62','\x03','\x30','\x62','\x06','\x24','\x62','\xc7','\xfe','\x7f','\xcc','\x20','\x60','\x54','\x20','\x00','\x67','\xfc','\x55','\x44','\x20','\x55','\x44','\x20','\x50','\x47','\xfc','\xc0','\xc4','\x20','\xc0','\xc4','\x20','\x01','\x84','\x22','\x0f','\x87','\xff','\x03','\x04','\x00','\x01','\x00','\xc0','\x01','\xff','\xe0','\x01','\x08','\x00','\x01','\xff','\xc0','\x01','\x08','\x00','\x01','\xff','\xc0','\x01','\x08','\x18','\x05','\xff','\xfc','\x0c','\x00','\x18','\x18','\xdb','\x18','\x18','\x49','\x78','\x00','\x00','\x30','\x00','\x00','\x00','\x3f','\xe3','\xfe','\x22','\x02','\x20','\x3f','\xc3','\xfc','\x22','\x02','\x20','\x3f','\xc3','\xfc','\x22','\x02','\x20','\x3f','\xf3','\xff','\x00','\x10','\x01','\x55','\x35','\x53','\xd4','\xed','\x4e','\x80','\x48','\x04','\x41','\x81','\x86','\x7f','\xff','\xff','\x64','\x00','\x00','\x64','\x1f','\x3e','\x64','\x11','\x22','\x7f','\x95','\x2a','\x64','\x15','\x2a','\x64','\x00','\xc0','\x64','\x10','\xc2','\x7f','\x9f','\xff','\x64','\x11','\x10','\x64','\x11','\x10','\x65','\x1f','\xfe','\x7f','\x91','\x12','\x61','\x11','\x12','\x01','\x1f','\xfe','\x55','\x10','\x00','\x55','\x14','\x22','\x51','\x37','\xa7','\xc3','\x24','\x38','\xc3','\x24','\x22','\x06','\x47','\xa3','\x1e','\x1e','\x3f','\x0c','\x08','\x1e','\x10','\x60','\x0c','\x1f','\xf3','\xfe','\x18','\x60','\x60','\x18','\x60','\x60','\x1b','\xe0','\x60','\x1a','\x60','\x60','\x1a','\x60','\x60','\x5a','\x68','\x60','\x7f','\xfc','\x60','\xc0','\x18','\x66','\xc0','\x17','\xff','\x1f','\xe0','\x60','\x18','\x60','\x60','\x18','\x60','\x60','\x1f','\xe0','\x60','\x18','\x60','\x60','\x18','\x60','\x60','\x18','\x60','\x60','\x1f','\xe0','\x60','\x18','\x60','\x60','\x18','\x60','\x60','\x18','\x60','\x60','\x19','\xe0','\x60','\x18','\xc0','\x60','\x10','\xc1','\x18','\x1f','\xe1','\xfc','\x18','\xc1','\x98','\x18','\xc1','\x98','\x1b','\xc1','\x98','\x1a','\xc1','\x98','\x1a','\xc1','\x98','\x5a','\xd1','\x1f','\x7f','\xfb','\x0f','\xc0','\x32','\x00','\xc0','\x24','\x00','\x1f','\xc0','\x0c','\x18','\xc7','\xfe','\x18','\xc1','\x0c','\x1f','\xc1','\x0c','\x18','\xc0','\x98','\x18','\xc0','\x98','\x18','\xc0','\xf0','\x1f','\xc0','\x60','\x18','\xc0','\xf0','\x18','\xc0','\x98','\x18','\xc1','\x1f','\x1b','\xc2','\x0e','\x19','\x8c','\x06','\x10','\xc2','\x00','\x1f','\xe3','\x80','\x18','\xc3','\x00','\x18','\xc3','\x18','\x1b','\xc3','\xfc','\x1a','\xc6','\x18','\x1a','\xc4','\x30','\x5a','\xca','\x30','\x7f','\xf1','\x60','\xc0','\x30','\xc0','\xc0','\x21','\xe0','\x1f','\xc3','\x38','\x18','\xcc','\x1f','\x18','\xf0','\x06','\x1f','\xc0','\x00','\x18','\xc4','\x18','\x18','\xc7','\xfc','\x18','\xc6','\x18','\x1f','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x1b','\xc7','\xf8','\x19','\x86','\x18','\x10','\xc0','\x40','\x1f','\xe0','\x60','\x18','\xc0','\x40','\x18','\xc4','\x86','\x1b','\xc7','\xff','\x1a','\xc6','\x46','\x1a','\xc6','\x46','\x5a','\xd6','\x46','\x7f','\xff','\xfe','\xc0','\x16','\x46','\xc0','\x26','\x46','\x1f','\xc6','\x46','\x18','\xc7','\xfe','\x18','\xc2','\x00','\x1f','\xc3','\x38','\x18','\xc2','\x30','\x18','\xc4','\x32','\x18','\xdf','\xff','\x1f','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x1b','\xc0','\x30','\x19','\x80','\x30','\x10','\xc0','\x60','\x1f','\xe0','\x40','\x18','\xc7','\xfc','\x18','\xc4','\x44','\x1b','\xc4','\x44','\x1a','\xdf','\xff','\x1a','\xc4','\x44','\x5a','\xd4','\x44','\x7f','\xff','\xfc','\xc0','\x10','\x40','\xc0','\x27','\xfc','\x1f','\xc4','\x44','\x18','\xc4','\x44','\x18','\xc7','\xfc','\x1f','\xc0','\x80','\x18','\xc1','\x82','\x18','\xdf','\xff','\x18','\xc3','\x08','\x1f','\xc6','\x18','\x18','\xc5','\xb0','\x18','\xc0','\xe0','\x18','\xc1','\xb8','\x1b','\xc3','\x0e','\x19','\x8c','\x06','\x10','\x88','\x04','\x1f','\xcf','\xfe','\x10','\x89','\x24','\x10','\x89','\x24','\x17','\x89','\x24','\x14','\x8f','\xfc','\x14','\x83','\x00','\x54','\xa3','\x00','\x7f','\xf6','\x06','\xc0','\x27','\xff','\xc0','\x49','\x06','\x1f','\x91','\x06','\x10','\xaf','\xe6','\x10','\x89','\x26','\x1f','\x89','\x26','\x10','\x89','\x26','\x10','\x8f','\xe6','\x10','\x81','\x06','\x1f','\x81','\x46','\x10','\x81','\x66','\x10','\x9f','\xae','\x10','\x8e','\x0c','\x13','\x88','\x7c','\x11','\x80','\x18','\x10','\x80','\x30','\x1f','\xc0','\x20','\x10','\x93','\xfe','\x10','\x88','\x40','\x17','\x8c','\xfc','\x14','\x8c','\x90','\x14','\x81','\x10','\x54','\xa2','\xfe','\x7f','\xf0','\x00','\xc0','\x20','\xfc','\xc0','\x40','\x84','\x1f','\x8c','\x84','\x10','\xbe','\xfc','\x10','\x8c','\x84','\x1f','\x8c','\x84','\x10','\x8c','\xfc','\x10','\x8c','\x84','\x10','\x8c','\x84','\x1f','\x8c','\x9c','\x10','\x8c','\x8c','\x10','\x8c','\x00','\x10','\xbb','\xff','\x13','\x98','\xfe','\x11','\x90','\x00','\x10','\xc0','\xd8','\x1f','\xe4','\x92','\x18','\xc7','\xff','\x18','\xc4','\x92','\x1b','\xc4','\x92','\x1a','\xc7','\xfe','\x1a','\xc4','\x92','\x5a','\xd4','\x92','\x7f','\xff','\xfe','\xc0','\x10','\x00','\xc0','\x2f','\xff','\x1f','\xc0','\x00','\x18','\xc2','\x04','\x18','\xc3','\xfe','\x1f','\xc2','\x04','\x18','\xc2','\x04','\x18','\xc3','\xfc','\x18','\xc0','\x00','\x1f','\xc2','\x08','\x18','\xc1','\x8c','\x18','\xc0','\x88','\x18','\xc0','\x10','\x1b','\xcf','\xff','\x19','\x80','\x00','\x07','\x02','\x10','\x06','\x03','\xf8','\x06','\x32','\x10','\xff','\xfa','\x10','\x00','\x02','\x10','\x00','\x03','\xf0','\x1f','\x80','\x00','\x10','\x80','\x00','\x10','\x8f','\x3c','\x1f','\x89','\x24','\x00','\x09','\x24','\x40','\x69','\x24','\x7f','\xef','\x3c','\x60','\x60','\xc0','\x60','\x60','\xc2','\x6f','\x7f','\xff','\x69','\x61','\xd0','\x69','\x61','\xd0','\x69','\x62','\xc8','\x6f','\x62','\xcc','\x60','\x64','\xc7','\x60','\x68','\xc6','\x61','\xe0','\xc0','\x60','\xc0','\xc0','\x10','\x60','\x10','\x1f','\xf0','\x1c','\x18','\x00','\x38','\x18','\x00','\x70','\x18','\xc0','\xc0','\x1f','\xe1','\x80','\x18','\x06','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x1f','\xe0','\x1c','\x18','\x00','\x38','\x18','\x00','\x60','\x18','\x00','\xc0','\x18','\x33','\x00','\xff','\xf8','\x00','\x1c','\x00','\x04','\x18','\x00','\x07','\x18','\x80','\x0e','\x10','\x40','\x1c','\x30','\x60','\x38','\x21','\xf0','\x60','\xfe','\x30','\xc0','\x70','\x03','\x00','\x40','\x0c','\x00','\x10','\x60','\x30','\x1f','\xf0','\x78','\x10','\x01','\xc0','\x1f','\xe6','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x30','\x10','\x00','\xc0','\xff','\xfb','\x06','\x0c','\x80','\x0f','\x08','\x60','\x38','\xff','\xb0','\xe0','\x78','\x33','\x00','\x40','\x00','\x00','\x00','\x1c','\x30','\x07','\x18','\xf8','\x06','\x1f','\x30','\x07','\xf8','\x30','\x7e','\x18','\x30','\x06','\x19','\xf0','\x06','\x18','\x64','\x06','\x00','\x04','\x06','\x00','\x06','\x07','\xff','\xfe','\x03','\xff','\xfc','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x38','\xe0','\xff','\xdb','\x00','\x70','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x30','\x00','\xff','\xf8','\x00','\xc0','\x30','\x01','\x80','\x30','\x03','\x00','\x70','\x06','\x00','\x60','\x18','\x03','\xe0','\xe0','\x00','\xc0','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x30','\xe0','\xff','\xdb','\x00','\x70','\x18','\x00','\x00','\x03','\x80','\x1f','\xff','\xc0','\x00','\x60','\x00','\x00','\x60','\x00','\x3f','\xff','\xe0','\x00','\x60','\x00','\x00','\x60','\x00','\xff','\xff','\xfa','\x00','\x60','\x02','\x00','\x60','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x10','\x60','\x30','\x1f','\xf0','\x78','\x10','\x01','\xc0','\x1f','\xe6','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x30','\x10','\x00','\xc0','\xff','\xfb','\x06','\x0c','\x80','\x0f','\x08','\x70','\x38','\xff','\xb0','\xe0','\x78','\x03','\x00','\x40','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x38','\xe0','\xff','\xdb','\x00','\x60','\x00','\x18','\x1f','\xff','\xfc','\x00','\x60','\x18','\x01','\xc0','\x38','\x07','\x01','\xf0','\x78','\x00','\x60','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x30','\xe0','\xff','\xdb','\x00','\x70','\x18','\x80','\x00','\x60','\x60','\x00','\x60','\x26','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x01','\xc0','\x06','\x43','\x00','\x0c','\x26','\x00','\x30','\x1c','\x00','\xc0','\x37','\x80','\x00','\xc1','\xfe','\x07','\x00','\x7c','\x78','\x00','\x0c','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x30','\xe0','\xff','\xdb','\x00','\x70','\x18','\x00','\x00','\xc6','\x10','\x7f','\xff','\xf8','\x00','\xc6','\x10','\x10','\xc6','\x10','\x1f','\xff','\xf0','\x11','\x86','\x00','\x11','\x86','\x0c','\x1f','\xff','\xfe','\x03','\x06','\x0c','\x06','\x06','\x1c','\x18','\x06','\xf8','\x60','\x06','\x30','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x30','\xe0','\xff','\xdb','\x00','\x71','\x18','\x00','\x01','\xc0','\x00','\x03','\x80','\x30','\x07','\xff','\xf8','\x08','\x00','\x30','\x3f','\xfc','\x30','\xc0','\x0c','\x60','\x00','\x0d','\xe4','\x07','\xfc','\xc4','\x06','\x00','\x04','\x06','\x00','\x06','\x07','\xff','\xfe','\x03','\xff','\xfc','\x10','\x30','\x08','\x1f','\xf8','\x1c','\x10','\x00','\x30','\x1f','\xe0','\xc4','\x10','\x03','\x0e','\x1f','\xe0','\x18','\x10','\x00','\x60','\xff','\xfd','\x82','\x0c','\x40','\x07','\x08','\x30','\x1c','\x11','\xd8','\x70','\xfe','\x1b','\x80','\x70','\x00','\x00','\x00','\x42','\x00','\x10','\x42','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x10','\x60','\x30','\x1f','\xf0','\x78','\x10','\x01','\xc0','\x1f','\xe6','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x30','\x10','\x00','\xc0','\xff','\xfb','\x06','\x0c','\x80','\x0f','\x08','\x70','\x38','\xff','\xb0','\xe0','\x70','\x03','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x20','\xe0','\xff','\xf3','\x00','\x70','\x30','\x20','\x07','\x04','\x20','\x06','\x06','\x10','\x06','\x46','\x18','\xff','\xec','\x0c','\x0e','\x09','\x0f','\x1f','\x11','\x86','\x16','\xc1','\x00','\x26','\x43','\x10','\x46','\x02','\x08','\x86','\x1f','\xfc','\x06','\x0f','\x06','\x06','\x08','\x06','\x10','\x30','\x30','\x1f','\xf8','\x78','\x10','\x01','\xc0','\x1f','\xe6','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x03','\x86','\xff','\xfc','\x0f','\x10','\x40','\x70','\xff','\xff','\xc0','\x62','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x00','\x00','\x00','\x3f','\xff','\xfc','\x20','\x81','\x04','\x3f','\xff','\xfc','\x00','\x00','\x00','\x07','\xff','\xf0','\x01','\x00','\xc0','\x00','\xc3','\x00','\x00','\x7f','\xfe','\x7f','\xc0','\x7c','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x38','\xe0','\xff','\xdb','\x00','\x70','\x00','\x06','\x02','\x3f','\xff','\x07','\x00','\x80','\x1c','\x0f','\xfc','\x61','\x08','\x04','\x03','\x8f','\xfc','\x0e','\x08','\x04','\x70','\x8f','\xfc','\x01','\xc8','\x04','\x07','\x0f','\xfc','\x1c','\x04','\x00','\xe0','\x0e','\x1e','\x00','\x30','\x06','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x10','\x20','\x78','\xff','\xf3','\x80','\x60','\x10','\x00','\x0f','\xff','\xf0','\x08','\x42','\x10','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe8','\x01','\xc4','\x1c','\x1f','\x03','\x90','\xe1','\xf8','\xff','\x07','\x00','\x1e','\x10','\x30','\x18','\x1f','\xf8','\x7c','\x10','\x03','\xc0','\x1f','\xe0','\x0c','\x10','\x00','\x3e','\xff','\xfd','\xe0','\x18','\x80','\x06','\x10','\x60','\x3f','\xff','\xa1','\xe0','\x60','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x62','\x10','\x06','\x67','\x16','\x64','\x18','\x3c','\x18','\x07','\xff','\xe8','\x7c','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x03','\x00','\xc0','\x3c','\x00','\x3c','\x10','\x30','\x18','\x1f','\xf8','\x7c','\x10','\x03','\xc0','\x1f','\xe0','\x0c','\x10','\x00','\x3e','\xff','\xfd','\xe0','\x18','\x80','\x06','\x10','\x60','\x3f','\xff','\xa5','\xe0','\x71','\x0c','\x30','\x06','\x30','\xc0','\x03','\x18','\x60','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\x3c','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x18','\x18','\x30','\x1f','\x9f','\xb0','\x18','\x18','\x32','\x1f','\x9f','\x92','\x18','\x18','\x1b','\xff','\xff','\xcf','\x38','\x38','\x06','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x66','\x6f','\xff','\xf6','\x60','\x18','\x06','\x62','\x18','\xc6','\x63','\xff','\xe6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x1b','\xc6','\x63','\x19','\x86','\x60','\x18','\x06','\x60','\x18','\x3e','\x60','\x00','\x0c','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x67','\xff','\xe6','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x6f','\xff','\xf6','\x60','\x00','\x06','\x60','\x84','\x06','\x60','\xe3','\x06','\x60','\xc1','\x86','\x61','\x80','\xc6','\x66','\x00','\xc6','\x60','\x00','\x1e','\x60','\x00','\x0c','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\x70','\x06','\x63','\xc7','\x86','\x62','\x00','\x86','\x62','\x00','\x86','\x63','\xc7','\x86','\x62','\x00','\x86','\x62','\x00','\x86','\x63','\xff','\x86','\x60','\x8c','\x06','\x60','\xcc','\x46','\x61','\x8c','\x66','\x63','\x0f','\xe6','\x6c','\x07','\xc6','\x60','\x00','\x1e','\x60','\x00','\x0c','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\x00','\x06','\x6f','\xf0','\x66','\x60','\x00','\x46','\x60','\x00','\x46','\x67','\xef','\xf6','\x64','\x20','\x46','\x64','\x20','\x46','\x67','\xe4','\x46','\x60','\x03','\x46','\x64','\x21','\x46','\x62','\x20','\x46','\x62','\x40','\x46','\x60','\x70','\x46','\x6f','\x83','\xc6','\x66','\x01','\x9e','\x60','\x00','\x0c','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\x7c','\x06','\x60','\x88','\x06','\x63','\xff','\xc6','\x62','\x24','\x46','\x67','\xe7','\xc6','\x61','\x24','\x06','\x6f','\xff','\xc6','\x61','\x24','\x46','\x67','\x26','\xc6','\x60','\x25','\x46','\x67','\x26','\xc6','\x61','\x24','\x56','\x6f','\xff','\xd6','\x61','\x20','\x16','\x67','\x1f','\xf6','\x60','\x00','\x1e','\x60','\x00','\x0c','\x00','\x42','\x00','\x38','\x33','\x9c','\x33','\x17','\x18','\x30','\xc6','\x18','\x38','\x6d','\x18','\x36','\x38','\xd8','\x32','\x3c','\x58','\x30','\x67','\x18','\x31','\x83','\x98','\x36','\x21','\x98','\x30','\x18','\x18','\x30','\x08','\x18','\x3f','\xff','\xf8','\x30','\x00','\x18','\x00','\x00','\x00','\x07','\x00','\xc0','\x06','\x03','\xe0','\x06','\x1f','\x00','\x07','\xe0','\x02','\x06','\x00','\x02','\x06','\x00','\x02','\x06','\x00','\x03','\x07','\xff','\xff','\x03','\xff','\xfe','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\x87','\xec','\x31','\x03','\xec','\x36','\x00','\x0c','\x30','\x00','\x0c','\x33','\xff','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x30','\x00','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x08','\x24','\x0c','\x53','\x3f','\xfe','\x7f','\xb1','\x0c','\x63','\x31','\x0c','\x63','\x31','\x0c','\x63','\x3f','\xfc','\x63','\x31','\x0c','\x63','\x31','\x0c','\x7f','\x31','\x0c','\x63','\x3f','\xfc','\x63','\x00','\xc8','\x63','\x08','\xcc','\x63','\x0e','\xc8','\x63','\x0c','\xd2','\x7f','\x0c','\xd3','\x63','\x0c','\xfd','\x60','\x18','\xd0','\x00','\x18','\xc2','\x00','\x30','\xc3','\x00','\x60','\xff','\x01','\x80','\x7e','\x04','\x01','\xd0','\x07','\x01','\x8c','\x06','\x01','\x84','\x48','\x41','\x80','\x7f','\xe1','\x86','\x44','\x5f','\xff','\x44','\x41','\x80','\x44','\x41','\x90','\x7f','\xc1','\x1c','\x44','\x43','\x18','\x44','\x43','\x18','\x44','\x42','\xb0','\x7f','\xc2','\xb0','\x02','\x04','\x60','\x12','\x44','\x70','\x1a','\x68','\xdc','\x1a','\x40','\x8f','\x12','\x91','\x06','\x13','\xfa','\x00','\x32','\x88','\x02','\x22','\x00','\x03','\x23','\xff','\xff','\x41','\xff','\xfe','\x80','\x00','\x00','\x01','\x81','\x00','\x07','\xc1','\xc0','\x7e','\x01','\x80','\x06','\x12','\x0c','\x06','\x5f','\xfe','\xff','\xf8','\x8c','\x0e','\x18','\x8c','\x1f','\x18','\x8c','\x16','\xdf','\xfc','\x26','\x58','\x8c','\x46','\x18','\x8c','\x86','\x18','\x8c','\x18','\x1f','\xfc','\x19','\x80','\xc8','\xff','\xc8','\xcc','\x31','\x8e','\xc8','\x31','\x8c','\xd2','\x23','\x0c','\xd3','\x63','\x0c','\xfd','\x7e','\x08','\xd0','\x07','\x18','\xc2','\x09','\x90','\xc3','\x31','\xa0','\xff','\xc0','\x40','\x7e','\x08','\x10','\x0c','\x0c','\x1f','\xfe','\x08','\x18','\x0c','\x50','\x9a','\x2c','\x7f','\xd9','\x2c','\x48','\x99','\x4c','\x48','\x98','\x0c','\x48','\x9f','\xfc','\x7f','\x98','\x8c','\x48','\x98','\x8c','\x48','\x9b','\xec','\x48','\x99','\x0c','\x7f','\x99','\x0c','\x04','\x19','\x0c','\x24','\x99','\xec','\x34','\x98','\xec','\x35','\x18','\x0c','\x25','\x58','\x0c','\x27','\xd8','\x3c','\x25','\x58','\x1a','\x64','\x00','\x03','\x47','\xff','\xff','\x43','\xff','\xfe','\x80','\x00','\x00','\x08','\x00','\x06','\x0c','\x3f','\xff','\x08','\x00','\x80','\x50','\x80','\x80','\x7f','\xd0','\x84','\x48','\x9f','\xfe','\x48','\x90','\x84','\x48','\x90','\x84','\x7f','\x9e','\xf4','\x48','\x92','\x94','\x48','\x92','\x94','\x48','\x96','\xb4','\x7f','\x95','\xac','\x04','\x19','\xcc','\x24','\x90','\x84','\x34','\x90','\x84','\x35','\x10','\x84','\x25','\x50','\x84','\x27','\xd0','\x9c','\x25','\x50','\x8a','\x64','\x00','\x03','\x47','\xff','\xff','\x43','\xff','\xfe','\x80','\x00','\x00','\x08','\x01','\xc0','\x0c','\x01','\x8c','\x08','\x3f','\xfe','\x50','\x80','\x00','\x7f','\xca','\x28','\x48','\x89','\x48','\x48','\x88','\x88','\x48','\x89','\x68','\x7f','\x8a','\x28','\x48','\x8f','\xf8','\x48','\x81','\x80','\x48','\x81','\x00','\x7f','\x9f','\xfc','\x04','\x11','\x04','\x24','\x92','\x44','\x34','\x92','\x64','\x35','\x17','\xa4','\x25','\x52','\x24','\x27','\xd0','\x1c','\x25','\x50','\x0a','\x64','\x00','\x03','\x47','\xff','\xff','\x43','\xff','\xfe','\x80','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x32','\x08','\x00','\x33','\xf8','\xec','\x32','\x08','\xc4','\x33','\xf8','\xc0','\x30','\x07','\xfe','\x33','\xf8','\xa0','\x32','\x09','\xa0','\x33','\xf9','\x10','\x32','\x0a','\x1c','\x33','\xfc','\x0f','\x32','\x08','\x06','\x31','\xff','\xe0','\x31','\x08','\x20','\x31','\xff','\xe0','\x31','\x08','\x20','\x31','\x08','\x28','\x21','\xff','\xf8','\x60','\x03','\x14','\x40','\x23','\x3e','\x40','\x73','\x03','\x81','\xc3','\xff','\x0e','\x01','\xfe','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x19','\x80','\xc0','\x1f','\xc0','\xc6','\x11','\x9f','\xff','\x31','\x01','\x80','\x22','\x01','\x80','\x3f','\xe1','\x80','\x72','\x61','\x8c','\xb2','\x61','\xfe','\x32','\x61','\x8c','\x3f','\xe1','\x8c','\x32','\x61','\x8c','\x32','\x61','\x8c','\x32','\x61','\x8c','\x3f','\xe3','\x0c','\x00','\x43','\x0c','\x00','\x23','\x0c','\x25','\x32','\x0c','\x25','\x36','\x1c','\x65','\x04','\x18','\xc0','\x08','\xf8','\xc0','\x10','\x30','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x19','\x83','\x00','\x1f','\xc3','\x06','\x11','\x87','\xff','\x31','\x06','\xc0','\x22','\x04','\xc0','\x3f','\xec','\xc0','\x72','\x68','\xcc','\xb2','\x70','\xfe','\x32','\x60','\xc0','\x3f','\xe0','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc6','\x3f','\xe0','\xff','\x00','\x00','\xc0','\x00','\x40','\xc0','\x25','\x20','\xc0','\x25','\x30','\xc0','\x65','\x30','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\x10','\x00','\x00','\x1c','\x00','\x0c','\x18','\x0f','\xfe','\x19','\x80','\xc0','\x1f','\xc0','\xc0','\x11','\x88','\xc8','\x31','\x04','\xce','\x22','\x04','\xcc','\x3f','\xe6','\xc8','\x72','\x66','\xd0','\xb2','\x60','\xc0','\x32','\x60','\xc6','\x3f','\xff','\xff','\x32','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x3f','\xe0','\xc0','\x00','\x00','\xc0','\x00','\x40','\xc0','\x25','\x20','\xc0','\x25','\x30','\xc0','\x65','\x30','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x06','\x00','\x19','\x86','\x0c','\x1f','\xc7','\xfe','\x11','\x84','\x0c','\x31','\x0c','\x0c','\x22','\x08','\xcc','\x3f','\xef','\xec','\x72','\x70','\xcc','\xb2','\x60','\xcc','\x32','\x60','\xcc','\x3f','\xe4','\xcc','\x32','\x67','\xcc','\x32','\x66','\x1c','\x32','\x66','\x18','\x3f','\xe6','\x78','\x00','\x06','\x30','\x00','\x46','\x02','\x25','\x26','\x02','\x25','\x36','\x02','\x65','\x36','\x03','\xc0','\x07','\xff','\xc0','\x03','\xfe','\x10','\x00','\x00','\x1c','\x00','\x06','\x18','\x1f','\xff','\x19','\x81','\x80','\x1f','\xc1','\x80','\x11','\x81','\x80','\x31','\x03','\x00','\x22','\x03','\x00','\x3f','\xe3','\x00','\x72','\x62','\x00','\xb2','\x66','\x0c','\x32','\x67','\xfe','\x3f','\xeb','\x0c','\x32','\x6b','\x0c','\x32','\x73','\x0c','\x32','\x63','\x0c','\x3f','\xe3','\x0c','\x00','\x03','\x0c','\x00','\x43','\x0c','\x25','\x63','\x0c','\x25','\x23','\x0c','\x65','\x03','\xfc','\xc0','\x03','\x0c','\xc0','\x03','\x0c','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x19','\x86','\x18','\x1f','\xc7','\xfc','\x11','\x8c','\x18','\x31','\x0a','\x30','\x22','\x12','\x30','\x3f','\xe1','\x60','\x72','\x60','\xc0','\xb2','\x61','\xe0','\x32','\x63','\x30','\x3f','\xe6','\x1c','\x32','\x6d','\x0f','\x32','\x70','\xc6','\x32','\x60','\x60','\x3f','\xe0','\x60','\x00','\x00','\x00','\x00','\x42','\x00','\x25','\x21','\x80','\x25','\x30','\xc0','\x65','\x30','\x60','\xc0','\x00','\x70','\xc0','\x00','\x30','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x08','\xc0','\x19','\x88','\xc6','\x1f','\xcf','\xff','\x11','\x88','\x06','\x31','\x18','\x04','\x22','\x19','\xc8','\x3f','\xe1','\x80','\x72','\x61','\x80','\xb2','\x63','\x06','\x32','\x7f','\xff','\x3f','\xe3','\x18','\x32','\x63','\x18','\x32','\x66','\x18','\x32','\x66','\x18','\x3f','\xe6','\x30','\x00','\x0d','\xb0','\x00','\x4c','\xe0','\x25','\x20','\x70','\x25','\x30','\xd8','\x65','\x31','\x9c','\xc0','\x03','\x0e','\xc0','\x0c','\x06','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x06','\x30','\x19','\x87','\xf8','\x1f','\xcc','\x30','\x11','\x88','\x60','\x31','\x10','\x40','\x22','\x20','\x86','\x3f','\x9f','\xff','\x64','\x98','\x00','\xa4','\x98','\x00','\x24','\x99','\x0c','\x3f','\x99','\xfe','\x24','\x99','\x8c','\x24','\x99','\x8c','\x24','\x99','\x8c','\x3f','\x99','\x8c','\x00','\x19','\xbc','\x00','\x99','\x98','\x2a','\xd1','\x82','\x2a','\x51','\x82','\x6a','\x21','\x83','\xc0','\x41','\xff','\xc0','\x00','\xfe','\x10','\x07','\x00','\x1c','\x06','\x0c','\x18','\x06','\x1e','\x19','\x86','\x70','\x1f','\xc7','\xc0','\x11','\x86','\x02','\x31','\x06','\x02','\x22','\x06','\x03','\x3f','\xe7','\xff','\x72','\x63','\xfe','\xb2','\x60','\x00','\x32','\x60','\x00','\x3f','\xe2','\x0c','\x32','\x63','\xfe','\x32','\x63','\x0c','\x32','\x63','\x0c','\x3f','\xe3','\x0c','\x00','\x03','\xfc','\x00','\x43','\x0c','\x25','\x23','\x0c','\x25','\x33','\x0c','\x65','\x33','\x0c','\xc0','\x03','\xfc','\xc0','\x03','\x0c','\x10','\x0c','\x70','\x1c','\x0e','\x60','\x18','\x0c','\x60','\x19','\x8c','\x60','\x1f','\xcc','\x60','\x11','\x98','\x66','\x31','\x1f','\xff','\x22','\x18','\x60','\x7f','\xb8','\x60','\xa4','\xb8','\x60','\x24','\xd8','\xf0','\x24','\x98','\xf0','\x3f','\x98','\xf0','\x24','\x98','\xe8','\x24','\x99','\xe8','\x24','\x99','\x6c','\x3f','\x99','\x6c','\x00','\x1b','\x67','\x00','\x1a','\x66','\x2a','\x9c','\x66','\x2a','\xd8','\x60','\x6a','\x58','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\x10','\x00','\x1c','\x1c','\x00','\xfe','\x18','\x0f','\xc0','\x19','\x80','\x80','\x1f','\xc0','\xe0','\x11','\x80','\xc0','\x31','\x09','\x90','\x22','\x05','\x1c','\x3f','\xe6','\x18','\x72','\x63','\x30','\xb2','\x63','\x20','\x32','\x60','\x48','\x3f','\xe0','\x84','\x32','\x6f','\xfe','\x32','\x67','\xe3','\x32','\x64','\x63','\x3f','\xe0','\x60','\x00','\x02','\x68','\x00','\x43','\x64','\x25','\x63','\x66','\x25','\x26','\x63','\x65','\x04','\x63','\xc0','\x08','\x60','\xc0','\x00','\x60','\x10','\x03','\x80','\x0e','\x23','\x00','\x86','\x3b','\x30','\x70','\x33','\x0e','\x30','\x63','\x07','\x02','\x43','\x33','\x04','\x8f','\x78','\x18','\x03','\xe0','\xf0','\x0f','\x00','\x63','\xf0','\x00','\x61','\x83','\x00','\x33','\xff','\x80','\x06','\x02','\x00','\x0f','\xff','\xf0','\x3c','\x18','\x30','\xcc','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0c','\x42','\x38','\x78','\x61','\x8e','\x60','\x61','\x86','\x10','\x00','\xe0','\x1c','\x10','\xc4','\x18','\x08','\xc7','\x19','\x8c','\xc6','\x1f','\xc6','\xcc','\x11','\x86','\xc8','\x31','\x00','\xc0','\x22','\x04','\xcc','\x3f','\xe7','\xfe','\x72','\x66','\x0c','\xb2','\x66','\x0c','\x32','\x66','\x0c','\x3f','\xe7','\xfc','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x66','\x0c','\x3f','\xe7','\xfc','\x00','\x06','\x0c','\x00','\x46','\x0c','\x25','\x26','\x0c','\x25','\x36','\x0c','\x65','\x36','\x0c','\xc0','\x06','\x7c','\xc0','\x06','\x18','\x10','\x00','\xe8','\x1c','\x00','\xc6','\x18','\x00','\xc2','\x19','\x80','\xc0','\x1f','\xdf','\xff','\x11','\x80','\xc0','\x31','\x00','\xc0','\x22','\x08','\xc2','\x3f','\xef','\xff','\x72','\x68','\xc2','\xb2','\x68','\xc2','\x32','\x68','\xc2','\x3f','\xef','\xfe','\x32','\x68','\xc2','\x32','\x68','\xc2','\x32','\x68','\xc2','\x3f','\xef','\xfe','\x00','\x08','\xc2','\x00','\x48','\xc2','\x25','\x68','\xc2','\x25','\x28','\xc2','\x65','\x08','\xc2','\xc0','\x08','\xce','\xc0','\x08','\xc6','\x10','\x03','\x07','\x1c','\x0f','\x86','\x18','\x3c','\x36','\x19','\x84','\x26','\x1f','\xc4','\x26','\x11','\x84','\x26','\x31','\x04','\x26','\x22','\x3f','\xa6','\x7f','\x84','\x26','\xa4','\x84','\x26','\x24','\x84','\x26','\x24','\x8e','\x26','\x3f','\x8d','\x26','\x24','\x8d','\xa6','\x24','\x9d','\xa6','\x24','\x94','\x26','\x3f','\x94','\x26','\x00','\x24','\x26','\x00','\x04','\x06','\x2a','\x84','\x06','\x2a','\xc4','\x06','\x6a','\xc4','\x06','\xc0','\x04','\x3e','\xc0','\x04','\x0c','\x10','\x00','\x08','\x1c','\x06','\x1c','\x18','\x01','\xb8','\x19','\x80','\xf0','\x1f','\xc1','\x9c','\x11','\x8e','\x0c','\x31','\x01','\xc0','\x22','\x01','\x86','\x3f','\xff','\xff','\x72','\x63','\x00','\xb2','\x62','\x70','\x32','\x66','\x60','\x3f','\xe4','\x62','\x32','\x6f','\xff','\x32','\x74','\x62','\x32','\x64','\x62','\x3f','\xe4','\x62','\x00','\x04','\x62','\x00','\x44','\x62','\x25','\x24','\x6e','\x25','\x34','\x66','\x65','\x30','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\x10','\x00','\x06','\x1c','\x0f','\xff','\x18','\x00','\x0c','\x19','\x81','\x08','\x1f','\xc0','\xd0','\x11','\x80','\x60','\x31','\x04','\x62','\x22','\x07','\xff','\x3f','\xe4','\x62','\x72','\x64','\x62','\xb2','\x64','\x62','\x32','\x67','\xfe','\x3f','\xe4','\x62','\x32','\x64','\x62','\x32','\x64','\x62','\x32','\x64','\x62','\x3f','\xe7','\xfe','\x00','\x04','\x62','\x00','\x44','\x62','\x25','\x24','\x62','\x25','\x34','\x62','\x65','\x34','\x62','\xc0','\x04','\x6e','\xc0','\x04','\x66','\x10','\x08','\x18','\x1c','\x0f','\xfc','\x18','\x0c','\x18','\x19','\x8c','\x18','\x1f','\xcc','\x18','\x11','\x8f','\xf8','\x31','\x0c','\x18','\x22','\x0c','\x18','\x3f','\xec','\x18','\x72','\x6f','\xf8','\xb2','\x63','\x00','\x32','\x62','\x00','\x3f','\xe4','\x06','\x32','\x67','\xff','\x32','\x69','\xb6','\x32','\x71','\x26','\x3f','\xe3','\x66','\x00','\x02','\x46','\x00','\x44','\xc6','\x25','\x28','\x86','\x25','\x31','\x0e','\x65','\x32','\x0c','\xc0','\x00','\x7c','\xc0','\x00','\x18','\x10','\x00','\x80','\x1c','\x01','\xc0','\x18','\x0b','\x0c','\x19','\x8c','\x3e','\x1f','\xcc','\x0c','\x11','\x8c','\x0c','\x31','\x0c','\x0c','\x22','\x0f','\x3c','\x3f','\xec','\x0c','\x72','\x6c','\x0c','\xb2','\x6c','\x0c','\x32','\x6c','\x0c','\x3f','\xef','\xfc','\x32','\x60','\x30','\x32','\x62','\x30','\x32','\x63','\xb0','\x3f','\xe3','\x30','\x00','\x03','\x30','\x00','\x43','\x32','\x25','\x66','\x32','\x25','\x26','\x32','\x65','\x0c','\x33','\xc0','\x18','\x3f','\xc0','\x60','\x1e','\x10','\x04','\x0c','\x1c','\x07','\xfe','\x18','\x06','\x0c','\x19','\x86','\x0c','\x1f','\xc6','\x0c','\x11','\x87','\xfc','\x31','\x06','\x0c','\x22','\x06','\x0c','\x3f','\xe6','\x0c','\x72','\x67','\xfc','\xb2','\x60','\x00','\x32','\x60','\x00','\x3f','\xe7','\x38','\x32','\x66','\x32','\x32','\x66','\x33','\x32','\x66','\x36','\x3f','\xe7','\xb8','\x00','\x06','\x30','\x00','\x46','\x30','\x25','\x66','\x32','\x25','\x26','\x32','\x65','\x07','\xb3','\xc0','\x1e','\x3f','\xc0','\x08','\x1e','\x10','\x04','\x42','\x1c','\x06','\x63','\x18','\x0c','\xc6','\x19','\x88','\x8c','\x1f','\xd1','\x10','\x11','\x88','\x88','\x31','\x0c','\xc4','\x22','\x04','\x46','\x3f','\xe6','\x63','\x72','\x66','\x63','\xb2','\x60','\x00','\x32','\x60','\x00','\x3f','\xef','\xfe','\x32','\x6c','\x46','\x32','\x6c','\x46','\x32','\x6c','\x46','\x3f','\xec','\x46','\x00','\x0f','\xfe','\x00','\x4c','\x46','\x25','\x6c','\x46','\x25','\x2c','\x46','\x65','\x0c','\x46','\xc0','\x0f','\xfe','\xc0','\x0c','\x06','\x10','\x03','\xb8','\x1c','\x03','\x30','\x18','\x03','\x30','\x19','\x83','\x30','\x1f','\xc3','\x32','\x11','\x9f','\x3f','\x31','\x03','\x30','\x22','\x03','\x30','\x3f','\xe3','\x30','\x72','\x63','\x32','\xb2','\x7f','\x3f','\x32','\x63','\x30','\x3f','\xe3','\x30','\x32','\x63','\x30','\x32','\x63','\x30','\x32','\x67','\x32','\x3f','\xfb','\x3f','\x00','\x13','\x30','\x00','\x43','\x30','\x25','\x62','\x30','\x25','\x26','\x30','\x65','\x04','\x30','\xc0','\x08','\x30','\xc0','\x30','\x30','\x10','\x01','\x00','\x1c','\x01','\xc0','\x18','\x01','\x90','\x19','\x82','\x0c','\x1f','\xdf','\xf6','\x11','\x8f','\x06','\x31','\x00','\x00','\x22','\x08','\x08','\x7f','\x91','\x90','\xa4','\x95','\x92','\x24','\xfb','\x7d','\x24','\xa3','\x21','\x3f','\x86','\x30','\x24','\x8c','\x9c','\x24','\x99','\xcf','\x24','\xe3','\x06','\x3f','\x8c','\x20','\x00','\x00','\x70','\x00','\x81','\xc4','\x2a','\xce','\x0e','\x2a','\xc0','\x1c','\x6a','\x40','\x70','\xca','\x01','\xc0','\xc0','\x1e','\x00','\x10','\x0e','\x30','\x1c','\x0c','\x30','\x18','\x0c','\x30','\x19','\x8c','\x38','\x1f','\x8c','\xa8','\x11','\x7f','\xe8','\x31','\x10','\x4c','\x22','\x10','\x44','\x3f','\x90','\xc6','\x64','\x92','\x87','\xa4','\x9f','\x02','\x24','\x92','\x40','\x3f','\x92','\x30','\x24','\x92','\x18','\x24','\x92','\x18','\x24','\x92','\x00','\x3f','\x92','\x00','\x00','\x12','\x40','\x00','\xb2','\x20','\x2a','\xa2','\x30','\x2a','\xa6','\x18','\x6a','\x66','\x1c','\xc0','\x5c','\x0c','\xc0','\x8c','\x0c','\x10','\x00','\xe0','\x1c','\x00','\xc4','\x18','\x00','\xfe','\x19','\x80','\xc0','\x1f','\xc8','\xc2','\x11','\x8f','\xff','\x31','\x08','\x06','\x22','\x08','\x84','\x3f','\xe8','\x80','\x72','\x68','\xf0','\xb2','\x6f','\x84','\x32','\x68','\x86','\x3f','\xe8','\xfe','\x32','\x68','\x7c','\x32','\x68','\x00','\x32','\x69','\x00','\x3f','\xe9','\xdc','\x00','\x09','\x98','\x00','\x49','\x98','\x25','\x59','\x9a','\x25','\x51','\x1a','\x65','\x13','\x1b','\xc0','\x22','\x1f','\xc0','\x0c','\x0e','\x10','\x01','\x80','\x1c','\x01','\x80','\x18','\x01','\x40','\x19','\x83','\x40','\x1f','\xc2','\x20','\x11','\x86','\x30','\x31','\x04','\x1c','\x22','\x0b','\xef','\x3f','\xf0','\x06','\x72','\x60','\x18','\xb2','\x67','\xfc','\x32','\x60','\x18','\x3f','\xe0','\x18','\x32','\x60','\x30','\x32','\x60','\x30','\x32','\x60','\x80','\x3f','\xe0','\x60','\x00','\x03','\x28','\x00','\x4b','\x06','\x25','\x6b','\x03','\x25','\x2b','\x13','\x65','\x1b','\x18','\xc0','\x1b','\xf8','\xc0','\x01','\xf0','\x10','\x10','\x86','\x1c','\x1f','\xbf','\x18','\x18','\x86','\x19','\x98','\x86','\x1f','\xd8','\x86','\x11','\x98','\x86','\x31','\x18','\x86','\x22','\x1f','\xbe','\x3f','\x98','\x86','\x64','\x98','\x00','\xa4','\x98','\x00','\x24','\x98','\xfe','\x3f','\x98','\x46','\x24','\x9f','\x46','\x24','\x98','\x44','\x24','\x98','\x2c','\x3f','\x98','\x2c','\x00','\x18','\x28','\x00','\x9f','\x18','\x2a','\xd8','\x10','\x2a','\x58','\x38','\x6a','\x18','\x2c','\xc0','\x18','\x4f','\xc0','\x18','\x86','\x10','\x00','\x70','\x1c','\x00','\x64','\x18','\x00','\x62','\x19','\x80','\x62','\x1f','\xd0','\x60','\x11','\x9f','\xff','\x31','\x10','\x60','\x22','\x10','\x60','\x3f','\x90','\x60','\x64','\x97','\xa4','\xa4','\x90','\x27','\x24','\x90','\x26','\x3f','\x97','\xa6','\x24','\x94','\xac','\x24','\x94','\xac','\x24','\x94','\xb8','\x3f','\x94','\x98','\x00','\x17','\x90','\x00','\x90','\x3a','\x2a','\xb0','\x2a','\x2a','\xa0','\x6e','\x6a','\x60','\xc6','\xc0','\x41','\x87','\xc0','\x86','\x03','\x10','\x00','\x80','\x1c','\x00','\xe0','\x18','\x04','\xcc','\x19','\x87','\xfe','\x1f','\xc6','\x0c','\x11','\x86','\x0c','\x31','\x07','\xfc','\x22','\x06','\x0c','\x3f','\xe6','\x0c','\x72','\x66','\x0c','\xb2','\x67','\xfc','\x32','\x60','\x00','\x3f','\xe0','\x0c','\x32','\x6f','\xfe','\x32','\x60','\xc0','\x32','\x60','\xc0','\x3f','\xe0','\xcc','\x00','\x0f','\xfe','\x00','\x40','\xc0','\x25','\x60','\xc0','\x25','\x20','\xc0','\x65','\x00','\xc6','\xc0','\x1f','\xff','\xc0','\x00','\x00','\x10','\x00','\x00','\x1c','\x08','\x0c','\x18','\x0f','\xfe','\x19','\x8c','\xcc','\x1f','\xcc','\xcc','\x11','\x8c','\xcc','\x31','\x0c','\xcc','\x22','\x0f','\xfc','\x3f','\xec','\xcc','\x72','\x6c','\xcc','\xb2','\x6c','\xcc','\x32','\x6c','\xcc','\x3f','\xef','\xfc','\x32','\x60','\x00','\x32','\x60','\x80','\x32','\x60','\x60','\x3f','\xe3','\x20','\x00','\x03','\x04','\x00','\x4b','\x02','\x25','\x6b','\x13','\x25','\x2b','\x13','\x65','\x1b','\x18','\xc0','\x1b','\xf8','\xc0','\x01','\xf0','\x10','\x08','\x10','\x1c','\x06','\x1c','\x18','\x03','\x18','\x19','\x83','\x10','\x1f','\xc0','\x26','\x11','\xbf','\xff','\x31','\x01','\x20','\x22','\x01','\x20','\x3f','\x91','\x26','\x64','\x9f','\xff','\xa4','\x99','\x26','\x24','\x99','\x26','\x3f','\x99','\x26','\x24','\x9b','\x3e','\x24','\x9a','\x1e','\x24','\x9c','\x06','\x3f','\x98','\x06','\x00','\x18','\x06','\x00','\x9f','\xfe','\x2a','\xd8','\x06','\x2a','\x58','\x06','\x6a','\x18','\x06','\xc0','\x1f','\xfe','\xc0','\x18','\x06','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc4','\x19','\x8f','\xfe','\x1f','\xc0','\xc0','\x11','\x80','\xc4','\x31','\x0f','\xfe','\x22','\x01','\xa0','\x3f','\xe1','\xa0','\x72','\x61','\x12','\xb2','\x7f','\xff','\x32','\x62','\x08','\x3f','\xe6','\x0c','\x32','\x64','\x07','\x32','\x6b','\xfe','\x32','\x63','\x18','\x3f','\xe3','\x18','\x00','\x03','\x18','\x00','\x43','\xf8','\x25','\x23','\x18','\x25','\x33','\x18','\x65','\x33','\x18','\xc0','\x03','\xf8','\xc0','\x03','\x18','\x10','\x0e','\xd8','\x1c','\x0c','\x90','\x18','\x0c','\x90','\x19','\x8c','\x96','\x1f','\xff','\xff','\x11','\x8c','\x90','\x31','\x0c','\x90','\x22','\x0c','\x90','\x3f','\x8c','\xf0','\x64','\x8c','\x00','\xa4','\x8c','\x0c','\x24','\x8f','\xfe','\x3f','\x8c','\x00','\x24','\x81','\xc0','\x24','\x81','\x86','\x24','\xbf','\xff','\x3f','\x83','\xa0','\x00','\x07','\xa0','\x00','\x85','\x90','\x2a','\xcd','\x98','\x2a','\x49','\x8c','\x6a','\x11','\x8f','\xc0','\x61','\x86','\xc0','\x01','\x80','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x06','\x06','\x19','\x8f','\xff','\x1f','\xc8','\x00','\x11','\x90','\x00','\x31','\x07','\xfc','\x22','\x06','\x0c','\x3f','\xe6','\x0c','\x72','\x67','\xfc','\xb2','\x66','\x0c','\x32','\x66','\x0c','\x3f','\xe7','\xfc','\x32','\x61','\x80','\x32','\x61','\x00','\x32','\x63','\xfc','\x3f','\xe2','\x0c','\x00','\x05','\x18','\x00','\x48','\xb0','\x25','\x20','\x60','\x25','\x30','\xf0','\x65','\x31','\x9c','\xc0','\x06','\x0f','\xc0','\x18','\x06','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc6','\x19','\x9f','\xff','\x1f','\xc0','\xc0','\x11','\x80','\xc0','\x31','\x08','\xc4','\x22','\x0f','\xfe','\x3f','\xe8','\xc4','\x72','\x6c','\xcc','\xb2','\x6a','\xcc','\x32','\x6a','\xd4','\x3f','\xe8','\xc4','\x32','\x6f','\xfc','\x32','\x68','\xc4','\x32','\x61','\xe0','\x3f','\xe1','\xe0','\x00','\x03','\xf0','\x00','\x42','\xd0','\x25','\x66','\xd8','\x25','\x24','\xcc','\x65','\x08','\xcf','\xc0','\x10','\xc6','\xc0','\x00','\xc0','\x10','\x00','\x38','\x1c','\x00','\x34','\x18','\x00','\x36','\x19','\x80','\x32','\x1f','\xd0','\x30','\x11','\x9f','\xff','\x31','\x10','\x30','\x22','\x10','\x30','\x3f','\x90','\x30','\x64','\x9f','\xb2','\xa4','\x90','\x33','\x24','\x92','\x33','\x3f','\x92','\x32','\x24','\x9f','\xd2','\x24','\x94','\x96','\x24','\x94','\x94','\x3f','\x95','\x9c','\x00','\x15','\x08','\x00','\x95','\x0a','\x2a','\xd3','\x8a','\x2a','\x52','\x9e','\x6a','\x34','\x96','\xc0','\x20','\x27','\xc0','\x40','\xc3','\x10','\x00','\x00','\x1c','\x02','\x0c','\x18','\x03','\xfe','\x19','\x82','\x04','\x1f','\xc2','\x64','\x11','\x82','\x64','\x31','\x02','\xc4','\x22','\x02','\xb4','\x3f','\xe3','\x14','\x72','\x62','\x04','\xb2','\x63','\xfc','\x32','\x62','\x04','\x3f','\xe0','\x00','\x32','\x64','\x06','\x32','\x67','\xff','\x32','\x64','\x92','\x3f','\xe4','\x92','\x00','\x04','\x92','\x00','\x44','\x92','\x25','\x64','\x92','\x25','\x24','\x92','\x65','\x04','\x92','\xc0','\x0f','\xff','\xc0','\x00','\x00','\x10','\x00','\x00','\x1c','\x02','\x0c','\x18','\x03','\xfe','\x19','\x83','\x0c','\x1f','\xc3','\x0c','\x11','\x83','\x0c','\x31','\x03','\xfc','\x22','\x03','\x0c','\x3f','\xe3','\x0c','\x72','\x63','\x0c','\xb2','\x63','\xfc','\x32','\x60','\x00','\x3f','\xe0','\x00','\x32','\x64','\x06','\x32','\x67','\xff','\x32','\x64','\x92','\x3f','\xe4','\x92','\x00','\x04','\x92','\x00','\x44','\x92','\x25','\x64','\x92','\x25','\x24','\x92','\x65','\x04','\x92','\xc0','\x0f','\xff','\xc0','\x00','\x00','\x10','\x10','\x06','\x1c','\x1f','\xff','\x18','\x19','\x26','\x19','\x99','\x26','\x1f','\xd9','\x26','\x11','\x99','\x26','\x31','\x1f','\xfe','\x22','\x00','\x00','\x3f','\x80','\xe0','\x64','\x84','\xc0','\xa4','\x86','\xc8','\x24','\x8c','\xc4','\x3f','\x88','\xc6','\x24','\x90','\xe3','\x24','\xa0','\xe3','\x24','\x84','\xd0','\x3f','\x86','\xd0','\x00','\x04','\xd8','\x00','\x8c','\xc8','\x2a','\xc8','\xcc','\x2a','\x48','\xcf','\x6a','\x10','\xc6','\xc0','\x20','\xc6','\xc0','\x00','\xc0','\x10','\x10','\x00','\x1c','\x1c','\x06','\x18','\x19','\xff','\x19','\x10','\x10','\x1f','\xbe','\x10','\x11','\x22','\x10','\x31','\x22','\x92','\x22','\x22','\xff','\x3f','\xa2','\x92','\x64','\xa2','\x92','\xa4','\xbe','\x92','\x24','\xa0','\x92','\x3f','\xa0','\x92','\x24','\xa0','\x92','\x24','\xbe','\x92','\x24','\xa2','\x92','\x3f','\xa2','\x92','\x00','\x22','\x92','\x00','\x22','\x96','\x2a','\xa2','\x92','\x2a','\xa2','\x10','\x6a','\xbe','\x10','\xc0','\x22','\x10','\xc0','\x00','\x10','\x10','\x01','\x00','\x1c','\x13','\x86','\x18','\x1e','\x7f','\x19','\x98','\x26','\x1f','\xd8','\x26','\x11','\x98','\x26','\x31','\x1a','\x26','\x22','\x1b','\x66','\x3f','\x9f','\x46','\x64','\xf9','\x5e','\xa4','\xb0','\x8c','\x24','\xa1','\x00','\x3f','\x80','\x00','\x24','\x88','\x0c','\x24','\x8f','\xfe','\x24','\x8c','\x8c','\x3f','\x8c','\x8c','\x00','\x0c','\x8c','\x00','\x8f','\xfc','\x2a','\xcc','\x8c','\x2a','\x4c','\x8c','\x6a','\x0c','\x8c','\xc0','\x0f','\xfc','\xc0','\x0c','\x0c','\x10','\x1c','\x1c','\x1c','\x18','\x18','\x18','\x18','\x18','\x19','\x98','\x18','\x1f','\x98','\x18','\x11','\xfe','\x99','\x31','\x06','\xff','\x22','\x06','\x99','\x3f','\x84','\x99','\x64','\x8c','\x99','\xa4','\x88','\x99','\x24','\x98','\xff','\x3f','\x98','\x99','\x24','\xbc','\x99','\x24','\xda','\x99','\x24','\x9b','\x99','\x3f','\x98','\xff','\x00','\x18','\x99','\x00','\x98','\x18','\x2a','\xd8','\x18','\x2a','\x58','\x18','\x6a','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x10','\xc6','\x19','\x9f','\xff','\x1f','\xd0','\xc0','\x11','\x90','\xc0','\x31','\x17','\xfc','\x22','\x10','\xc4','\x3f','\x90','\xc4','\x64','\x9f','\xff','\xa4','\x90','\xc4','\x24','\x90','\xc4','\x3f','\x97','\xfc','\x24','\x90','\xc2','\x24','\x94','\xc3','\x24','\x92','\xc2','\x3f','\x92','\xe4','\x00','\x10','\xe0','\x00','\x90','\xd0','\x2a','\xb3','\xd8','\x2a','\xae','\xcc','\x6a','\x24','\xcf','\xc0','\x43','\xc6','\xc0','\x01','\x80','\x07','\x01','\x00','\x06','\x01','\xc0','\x7f','\xe1','\x86','\x06','\x03','\xff','\xff','\xf2','\x10','\x06','\x05','\x18','\xff','\xf0','\xb0','\x0c','\x00','\x60','\x1f','\xe0','\xb0','\x18','\x63','\x1c','\x33','\xec','\x0f','\x60','\xc0','\x06','\x81','\xff','\x80','\x03','\x01','\x00','\x0f','\xff','\xf0','\x38','\x10','\x10','\xcf','\xff','\xf0','\x08','\x10','\x10','\x08','\x10','\x10','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0c','\x42','\x38','\x78','\x61','\x8e','\x60','\x61','\x86','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc4','\x19','\x8f','\xfe','\x1f','\xc0','\x08','\x11','\x84','\x0c','\x31','\x03','\x08','\x22','\x61','\x12','\x3f','\xff','\xff','\x72','\x60','\x00','\xb2','\x67','\xfc','\x32','\x66','\x0c','\x3f','\xe6','\x0c','\x32','\x67','\xfc','\x32','\x66','\x0c','\x32','\x66','\x0c','\x3f','\xe7','\xfc','\x00','\x00','\xc0','\x00','\x40','\xc2','\x25','\x7f','\xff','\x25','\x20','\xc0','\x65','\x20','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\x10','\x00','\x06','\x1c','\x1f','\xff','\x18','\x01','\x20','\x19','\x81','\x20','\x1f','\xc9','\x24','\x11','\x8f','\xfe','\x31','\x09','\x24','\x22','\x09','\x24','\x3f','\xe9','\x24','\x72','\x6f','\xfc','\xb2','\x60','\x00','\x32','\x60','\x04','\x3f','\xef','\xfe','\x32','\x60','\x00','\x32','\x60','\x02','\x32','\x7f','\xff','\x3f','\xe0','\xc0','\x00','\x04','\xc0','\x00','\x46','\xc8','\x25','\x6c','\xc4','\x25','\x28','\xc6','\x65','\x10','\xc6','\xc0','\x03','\xc0','\xc0','\x01','\x80','\x10','\x00','\x70','\x1c','\x00','\x60','\x18','\x00','\x66','\x19','\x8f','\xff','\x1f','\xc0','\x60','\x11','\x80','\x60','\x31','\x07','\xfe','\x22','\x00','\x00','\x3f','\xe0','\x00','\x72','\x67','\xfe','\xb2','\x66','\x06','\x32','\x66','\x06','\x3f','\xe7','\xfe','\x32','\x62','\x04','\x32','\x61','\x04','\x32','\x61','\x08','\x3f','\xef','\xff','\x00','\x00','\x00','\x00','\x40','\x00','\x25','\x27','\xfe','\x25','\x36','\x06','\x65','\x36','\x06','\xc0','\x07','\xfe','\xc0','\x06','\x06','\x10','\x00','\xc0','\x1c','\x00','\xc0','\x18','\x01','\xa0','\x19','\x81','\x90','\x1f','\xc3','\x1c','\x11','\x86','\x0f','\x31','\x1b','\xfa','\x22','\x00','\x00','\x3f','\xe0','\x00','\x72','\x6f','\xfe','\xb2','\x68','\x42','\x32','\x6a','\x4a','\x3f','\xe9','\x52','\x32','\x6f','\xfe','\x32','\x60','\x00','\x32','\x60','\x00','\x3f','\xe7','\xfc','\x00','\x06','\x0c','\x00','\x46','\x0c','\x25','\x27','\xfc','\x25','\x36','\x0c','\x65','\x36','\x0c','\xc0','\x07','\xfc','\xc0','\x06','\x0c','\x10','\x01','\xb0','\x1c','\x09','\x24','\x18','\x0f','\xfe','\x19','\x89','\x24','\x1f','\xc9','\x24','\x11','\x8f','\xfc','\x31','\x09','\x24','\x22','\x09','\x24','\x3f','\x8f','\xfc','\x64','\x80','\x00','\xa4','\x80','\x06','\x24','\xbf','\xff','\x3f','\x80','\x00','\x24','\x80','\x00','\x24','\x8f','\xfc','\x24','\x8c','\x0c','\x3f','\x8c','\x0c','\x00','\x0f','\xfc','\x00','\x84','\x10','\x2a','\xc2','\x18','\x2a','\x43','\x10','\x6a','\x03','\x26','\xc0','\x3f','\xff','\xc0','\x00','\x00','\x10','\x04','\x10','\x1c','\x03','\x18','\x18','\x01','\x20','\x19','\x9f','\xfe','\x1f','\xc0','\x80','\x11','\x8f','\xfc','\x31','\x00','\x80','\x22','\x00','\x80','\x3f','\xbf','\xff','\x64','\x86','\x10','\xa4','\x8c','\xc8','\x24','\x8f','\xfc','\x3f','\x94','\x17','\x24','\xa4','\x12','\x24','\x87','\xf0','\x24','\x84','\x10','\x3f','\x84','\x14','\x00','\x07','\xf6','\x00','\x84','\x04','\x2a','\xc4','\xc8','\x2a','\x44','\x30','\x6a','\x1f','\x98','\xc0','\x0e','\x0c','\xc0','\x08','\x0c','\x10','\x00','\xe0','\x1c','\x00','\xc8','\x18','\x00','\xfc','\x19','\x90','\xc2','\x1f','\xdf','\xff','\x11','\x91','\x02','\x31','\x11','\xf0','\x22','\x17','\x04','\x3f','\x90','\xfc','\x64','\x90','\x00','\xa4','\x93','\xfc','\x24','\x92','\x44','\x3f','\x92','\x44','\x24','\x93','\xfc','\x24','\x92','\x44','\x24','\x92','\x44','\x3f','\x93','\xfc','\x00','\x10','\x00','\x00','\xb7','\xfe','\x2a','\xa4','\x92','\x2a','\xa4','\x92','\x6a','\x44','\x92','\xc0','\x0f','\xff','\xc0','\x00','\x00','\x00','\x20','\x00','\x04','\x30','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x18','\x07','\xff','\xfc','\x06','\x00','\x00','\x07','\xff','\xfc','\x10','\x00','\x0c','\x31','\x11','\x0c','\x61','\x99','\x8c','\x60','\x88','\xbc','\x00','\x00','\x18','\x02','\x01','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x07','\x01','\x82','\x06','\x01','\x82','\x0c','\x01','\x83','\x18','\x01','\xff','\xe0','\x00','\xfe','\x00','\x20','\x00','\x08','\x30','\xc0','\x0f','\xff','\xe0','\x0c','\x00','\xc0','\x0f','\xff','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0f','\xff','\xc0','\x0c','\x00','\x10','\x0f','\xff','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x00','\x00','\x0c','\x03','\xff','\x0c','\x03','\x03','\x7c','\x03','\x03','\x18','\x03','\x03','\x00','\x06','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x18','\x03','\xff','\xe0','\x01','\xfe','\x00','\x01','\x00','\x00','\x01','\x80','\x0c','\x13','\x18','\x7e','\x1f','\xfc','\x04','\x18','\x18','\x04','\x18','\x18','\x04','\x1f','\xf8','\x04','\x18','\x18','\x04','\x18','\x18','\x0e','\x1f','\xf8','\x0e','\x18','\x00','\x0a','\x18','\x06','\x0a','\x1f','\xff','\x1b','\x18','\x00','\x19','\x18','\x06','\x11','\x9f','\xff','\x31','\xd8','\x06','\x20','\x80','\x26','\x40','\x09','\x36','\x80','\x49','\x96','\x00','\xcc','\x86','\x01','\x8c','\x0c','\x01','\x80','\x7c','\x00','\x00','\x18','\x00','\x00','\x80','\x00','\xc0','\xc0','\x7f','\xe9','\x98','\x31','\x8f','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\xaf','\xf8','\xff','\xfc','\x00','\x07','\x8c','\x06','\x07','\x8f','\xff','\x0d','\x8c','\x00','\x0d','\x8c','\x06','\x09','\x8f','\xff','\x19','\x8c','\x06','\x11','\x80','\x26','\x31','\x8a','\x96','\x21','\x8a','\x96','\x41','\x9a','\x86','\x81','\xb0','\x0c','\x0f','\xb0','\x7c','\x03','\x00','\x18','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x80','\x30','\x80','\xc0','\x30','\xe9','\x98','\x30','\xcf','\xfc','\x30','\xcc','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x33','\x0c','\x18','\x33','\x0c','\x18','\x37','\x0f','\xf8','\x3b','\x0c','\x00','\x33','\x0c','\x06','\x33','\x0f','\xff','\x33','\x0c','\x00','\x23','\x0c','\x06','\x23','\x0f','\xff','\x63','\x00','\x06','\x43','\x15','\x46','\x43','\x35','\x26','\x83','\x65','\x0c','\x03','\x60','\x3c','\x03','\x00','\x18','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x04','\x00','\x30','\x06','\x00','\x30','\x8c','\x60','\x30','\xff','\xf0','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xff','\xe0','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xff','\xe0','\x30','\xc0','\x00','\x30','\xc0','\x0c','\x30','\xff','\xfe','\x30','\xc0','\x00','\x20','\xc0','\x06','\x20','\xff','\xff','\x62','\x00','\x86','\x42','\x44','\x66','\x46','\x66','\x26','\x8c','\x66','\x0c','\x0c','\x00','\x7c','\x00','\x00','\x18','\x04','\x00','\xe0','\x07','\x00','\xc0','\x26','\x60','\xc0','\x3f','\xf0','\xc0','\x30','\x60','\xcc','\x30','\x67','\xfe','\x3f','\xe0','\xcc','\x30','\x60','\xcc','\x30','\x60','\xcc','\x3f','\xe0','\xcc','\x30','\x00','\xcc','\x30','\x30','\xcc','\x3f','\xff','\xff','\x30','\x01','\xa0','\x30','\x31','\xa0','\x3f','\xf9','\xa0','\x30','\x31','\xb0','\x00','\x31','\x10','\x2a','\xb1','\x18','\x2a','\xb3','\x18','\x68','\x32','\x0c','\xc0','\x62','\x0f','\xc3','\xe4','\x06','\x00','\xc8','\x06','\x00','\x00','\x80','\x0e','\x00','\xc0','\x0c','\x09','\x98','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x4c','\x0c','\x18','\x4c','\xcf','\xf8','\x7f','\xec','\x18','\xcc','\xcc','\x18','\xcc','\x8f','\xf8','\x0c','\x0c','\x00','\x0e','\x0c','\x06','\x0a','\x0f','\xff','\x0a','\x0c','\x00','\x1a','\x0c','\x06','\x1a','\x2f','\xff','\x12','\xcc','\x06','\x13','\x80','\x26','\x33','\x12','\x96','\x22','\x12','\x96','\x40','\x32','\x86','\x80','\x60','\x0c','\x00','\x60','\x7c','\x00','\x00','\x18','\x00','\x00','\x80','\x07','\x00','\xc0','\x06','\x09','\x98','\x26','\x0f','\xfc','\x26','\x6c','\x18','\x7f','\xfc','\x18','\x60','\x6f','\xf8','\xc0','\x4c','\x18','\xc0','\x0c','\x18','\x11','\x0f','\xf8','\x19','\x0c','\x00','\x19','\x0c','\x06','\x19','\x8f','\xff','\x18','\x8c','\x00','\x10','\x8c','\x06','\x30','\xcf','\xff','\x30','\xcc','\x06','\x20','\x60','\x26','\x60','\x42','\x96','\x40','\x12','\x96','\x80','\x32','\x86','\x00','\x60','\x0c','\x00','\x60','\x7c','\x00','\x00','\x18','\x00','\x1c','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x30','\x30','\x0c','\x30','\x36','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x90','\xc0','\x06','\x18','\x70','\x1b','\xff','\xdf','\xe3','\x00','\xc6','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\x00','\x03','\xff','\xf0','\x03','\x00','\x0c','\x03','\xff','\xfe','\x08','\x02','\x0c','\x09','\x11','\x8c','\x11','\x99','\x98','\x71','\x98','\x78','\x60','\x00','\x30','\x01','\x80','\xc0','\x09','\x24','\x88','\x09','\x74','\xbc','\x1b','\x0d','\x80','\x12','\x89','\x40','\x04','\x62','\x30','\x28','\x24','\x16','\x3f','\xff','\xff','\x60','\x30','\x06','\xc2','\x20','\xc4','\xc3','\xff','\xe8','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\x00','\x03','\xff','\xf0','\x03','\x00','\x0c','\x03','\xff','\xfe','\x08','\x02','\x0c','\x09','\x11','\x8c','\x11','\x99','\x98','\x71','\x98','\x78','\x60','\x00','\x30','\x00','\x00','\x80','\x0e','\x00','\xc0','\x0c','\x09','\x98','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\xcc','\x18','\xff','\xef','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x00','\x4d','\x8c','\x06','\x7f','\xcf','\xff','\x61','\x8c','\x00','\x61','\x8c','\x06','\x61','\x8f','\xff','\x61','\x8c','\x06','\x61','\x80','\x26','\x61','\x8a','\x96','\x7f','\x8a','\x96','\x61','\x9a','\x86','\x60','\x30','\x0c','\x00','\x30','\x7c','\x00','\x00','\x18','\x00','\x00','\x80','\x00','\xc0','\xc0','\x47','\xe9','\x98','\x7e','\x0f','\xfc','\x66','\x0c','\x18','\x66','\x0c','\x18','\x66','\x0f','\xf8','\x66','\x0c','\x18','\x66','\x6c','\x18','\x7f','\xff','\xf8','\x66','\x0c','\x00','\x66','\x0c','\x06','\x66','\x0f','\xff','\x63','\x0c','\x00','\x63','\x4c','\x06','\x63','\x4f','\xff','\xfd','\x4c','\x06','\x71','\xc0','\x26','\x40','\xca','\x96','\x00','\xea','\x96','\x06','\x6a','\x86','\xff','\x18','\x0c','\x00','\x18','\x7c','\x00','\x00','\x18','\x00','\x01','\x00','\x00','\xc1','\xc0','\xff','\xe9','\x98','\x10','\x0f','\xfc','\x1c','\x0c','\x18','\x19','\x0c','\x18','\x10','\x8f','\xf8','\x20','\xcc','\x18','\xff','\xec','\x18','\x78','\x6f','\xf8','\x40','\x0c','\x00','\x0e','\x0c','\x06','\x0c','\x0f','\xff','\x0c','\xcc','\x00','\xff','\xec','\x06','\x0c','\x0f','\xff','\x0c','\x0c','\x06','\x0c','\x00','\x26','\x0c','\x0a','\x96','\x0f','\x8a','\x96','\xfc','\x1a','\x86','\x70','\x30','\x0c','\x40','\x30','\x7c','\x00','\x00','\x18','\x04','\x00','\xe0','\x07','\x00','\xc0','\x26','\x60','\xc0','\x3f','\xf4','\xc0','\x30','\x64','\xc6','\x30','\x67','\xff','\x3f','\xec','\x06','\x30','\x6c','\x04','\x30','\x60','\x00','\x3f','\xe1','\xc0','\x30','\x01','\x88','\x30','\x21','\x8e','\x3f','\xf1','\x8c','\x30','\x01','\x98','\x30','\x31','\xb0','\x3f','\xf9','\xc0','\x30','\x31','\x80','\x00','\x31','\x80','\x2a','\xb1','\x84','\x2a','\xb1','\x84','\x68','\x31','\x84','\xc0','\x61','\x86','\xc3','\xe1','\xfe','\x00','\xc0','\xfc','\x00','\x00','\x80','\x0c','\x00','\xc0','\x0c','\x09','\x98','\x1a','\x0f','\xfc','\x19','\x8c','\x18','\x10','\xcc','\x18','\x30','\x6f','\xf8','\x20','\x6c','\x18','\x5f','\x0c','\x18','\x80','\x0f','\xf8','\x00','\x0c','\x00','\x00','\xcc','\x06','\xff','\xef','\xff','\x18','\xcc','\x00','\x18','\xcc','\x06','\x18','\xcf','\xff','\x18','\xcc','\x06','\x18','\xc0','\x26','\x18','\xca','\x96','\x1b','\xca','\x96','\x19','\x9a','\x86','\x18','\x30','\x0c','\x18','\x30','\x7c','\x18','\x00','\x18','\x00','\x00','\x80','\x07','\x00','\xc0','\x06','\x09','\x98','\x06','\x0f','\xfc','\x06','\x6c','\x18','\xff','\xfc','\x18','\x00','\x0f','\xf8','\x21','\x0c','\x18','\x38','\xcc','\x18','\x30','\x6f','\xf8','\x60','\x6c','\x00','\x81','\x0c','\x06','\x21','\x8f','\xff','\x13','\x0c','\x00','\x0b','\x0c','\x06','\x0e','\x0f','\xff','\x04','\x0c','\x06','\x0e','\x00','\x26','\x0b','\x0a','\x96','\x1b','\x0a','\x96','\x11','\x9a','\x86','\x21','\xb0','\x0c','\x40','\x30','\x7c','\x80','\x00','\x18','\x00','\x00','\x80','\x06','\x00','\xc0','\x06','\x09','\x98','\x0d','\x0f','\xfc','\x0c','\xcc','\x18','\x18','\x6c','\x18','\x10','\x6f','\xf8','\x20','\x0c','\x18','\x41','\x0c','\x18','\x9f','\x8f','\xf8','\x00','\x0c','\x00','\x00','\x0c','\x06','\x00','\x0f','\xff','\x21','\x8c','\x00','\x3f','\xcc','\x06','\x31','\x8f','\xff','\x31','\x8c','\x06','\x31','\x80','\x26','\x31','\x8a','\x96','\x31','\x8a','\x96','\x3f','\x9a','\x86','\x31','\xb0','\x0c','\x30','\x30','\x7c','\x00','\x00','\x18','\x10','\x00','\x80','\x1c','\x00','\xc0','\x19','\x09','\x98','\x30','\x8f','\xfc','\x20','\xcc','\x18','\xff','\xec','\x18','\x78','\x6f','\xf8','\x40','\x0c','\x18','\x07','\x0c','\x18','\x26','\x0f','\xf8','\x36','\x0c','\x00','\x26','\xcc','\x06','\x7f','\xef','\xff','\x46','\x0c','\x00','\x86','\x0c','\x06','\x06','\x0f','\xff','\x06','\x6c','\x06','\xff','\xf0','\x26','\x06','\x0a','\x96','\x06','\x0a','\x96','\x06','\x1a','\x86','\x06','\x30','\x0c','\x06','\x30','\x7c','\x06','\x00','\x18','\x08','\x08','\x00','\x0e','\x0c','\x0c','\x1c','\x99','\x3e','\x18','\xff','\x80','\x30','\xc3','\x00','\x60','\xc3','\x00','\x88','\xff','\x00','\x0e','\xc3','\x06','\x0c','\xc3','\x7f','\x18','\xff','\x0c','\x18','\xc0','\x0c','\x38','\xc1','\x8c','\x58','\xff','\xcc','\x98','\xc0','\x0c','\x18','\xc1','\x8c','\x18','\xff','\xcc','\x18','\xc1','\x8c','\x18','\x01','\x8c','\x19','\x55','\x8c','\x19','\x55','\x8c','\x1b','\x41','\x8c','\x1b','\x03','\x0c','\x18','\x1f','\x3c','\x18','\x06','\x18','\x00','\x00','\x80','\x00','\xc0','\xc0','\xff','\xe9','\x98','\x31','\x8f','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\x8f','\xff','\x31','\x8c','\x00','\x31','\x8c','\x06','\x31','\x8f','\xff','\x31','\x8c','\x06','\x31','\x80','\x26','\xff','\x8a','\x96','\x71','\x8a','\x96','\x41','\x9a','\x86','\x01','\xb0','\x0c','\x01','\xb0','\x7c','\x01','\x80','\x18','\x05','\x80','\x80','\x0f','\x00','\xc0','\x19','\x44','\x98','\x71','\x27','\xfc','\x11','\x26','\x18','\x11','\x06','\x18','\x11','\x07','\xf8','\x11','\x26','\x18','\xff','\xf6','\x18','\x11','\x07','\xf8','\x11','\x06','\x00','\x11','\x26','\x06','\x11','\x37','\xff','\x15','\x26','\x00','\x19','\x66','\x06','\x31','\x47','\xff','\xf1','\xc6','\x06','\x51','\x80','\x06','\x13','\xa5','\x56','\x12','\xa5','\x56','\x14','\xa5','\x06','\x10','\xec','\x0c','\x70','\x6c','\x7c','\x30','\x60','\x18','\x01','\x8e','\x40','\x07','\xcc','\x30','\x7e','\x0c','\x10','\x06','\x0c','\x06','\xff','\xff','\xff','\x06','\x06','\x08','\x06','\x02','\x1c','\xff','\xc3','\x70','\x66','\x01','\xc2','\x06','\x4f','\x73','\x3e','\x60','\x3f','\x0f','\xff','\xce','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x06','\x03','\xff','\xff','\x02','\x00','\x00','\x13','\xff','\xfc','\x10','\x02','\x0c','\x31','\x11','\x8c','\x61','\x99','\xbc','\x61','\x98','\x18','\x08','\x00','\x40','\x0e','\x00','\x60','\x0c','\x44','\xc8','\x1f','\xe7','\xfc','\x18','\x86','\x18','\x31','\x06','\x18','\x62','\x67','\xf8','\xbf','\xf6','\x18','\x32','\x66','\x18','\x32','\x67','\xf8','\x32','\x66','\x00','\x3f','\xe6','\x06','\x32','\x67','\xff','\x32','\x66','\x00','\x32','\x66','\x06','\x32','\x67','\xff','\x3f','\xe6','\x06','\x30','\x60','\x06','\x30','\x65','\x56','\x20','\x65','\x56','\x60','\x65','\x06','\x40','\x6c','\x0c','\x43','\xec','\x7c','\x80','\xc0','\x18','\x00','\x00','\x80','\x40','\xc0','\xc0','\x7f','\xe9','\x98','\x60','\xcf','\xfc','\x60','\xcc','\x18','\x60','\xcc','\x18','\x7f','\xcf','\xf8','\x00','\x0c','\x18','\x00','\x0c','\x18','\x7f','\xcf','\xf8','\x60','\xcc','\x00','\x60','\xcc','\x06','\x60','\xcf','\xff','\x7f','\xcc','\x00','\x60','\xcc','\x06','\x60','\xcf','\xff','\x60','\xcc','\x06','\x7f','\xc0','\x26','\x60','\xca','\x96','\x60','\xca','\x96','\x60','\xca','\x86','\x60','\xd8','\x0c','\x63','\xd8','\x7c','\x61','\x80','\x18','\x00','\x00','\x80','\x00','\x60','\xc0','\xff','\xf4','\x98','\x06','\x07','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x26','\x47','\xf8','\x36','\x66','\x18','\x36','\x66','\x18','\x26','\x47','\xf8','\x26','\x46','\x00','\x26','\x46','\x06','\x56','\xa7','\xff','\x56','\xb6','\x00','\x56','\x96','\x06','\x87','\x17','\xff','\x06','\x06','\x06','\x06','\x00','\x26','\x06','\x0a','\x96','\x07','\xca','\x96','\xfe','\x1a','\x86','\x70','\x30','\x0c','\x40','\x30','\x7c','\x00','\x00','\x18','\x00','\x00','\x80','\x21','\x80','\xc0','\x3f','\xc9','\x98','\x31','\x8f','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\x8f','\xff','\x31','\x8c','\x00','\x31','\x8c','\x06','\x31','\x8f','\xff','\x31','\x8c','\x06','\x3f','\x80','\x26','\x00','\x0a','\x96','\x22','\x0a','\x96','\x39','\x1a','\x86','\x31','\xb0','\x0c','\x61','\xb0','\x7c','\x80','\x00','\x18','\x00','\x00','\x80','\x3b','\x80','\xc0','\x33','\x09','\x98','\x33','\x0f','\xfc','\x33','\x0c','\x18','\xff','\xcc','\x18','\x33','\x0f','\xf8','\x33','\x0c','\x18','\x33','\x0c','\x18','\x33','\x0f','\xf8','\xff','\xcc','\x00','\x00','\x0c','\x06','\x00','\x0f','\xff','\x41','\x8c','\x00','\x7f','\xcc','\x06','\x61','\x8f','\xff','\x61','\x8c','\x06','\x61','\x80','\x26','\x7f','\x8a','\x96','\x61','\x8a','\x96','\x61','\x9a','\x86','\x61','\xb0','\x0c','\x7f','\xb0','\x7c','\x61','\x80','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x69','\x98','\xff','\xff','\xfc','\x00','\x0c','\x18','\x00','\x0c','\x18','\x3f','\xcf','\xf8','\x30','\xcc','\x18','\x30','\xcc','\x18','\x30','\xcf','\xf8','\x3f','\xcc','\x00','\x00','\x0c','\x06','\x00','\xcf','\xff','\x7f','\xec','\x00','\x01','\x8c','\x06','\x02','\x0f','\xff','\x04','\x6c','\x06','\x07','\x80','\x26','\xfe','\x0a','\x96','\x66','\x0a','\x96','\x06','\x1a','\x86','\x06','\x30','\x0c','\x3e','\x30','\x7c','\x0c','\x00','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x64','\x98','\xff','\xf7','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x7f','\xe7','\xf8','\x46','\x26','\x18','\x46','\x26','\x18','\x7f','\xe7','\xf8','\x46','\x26','\x00','\x46','\x26','\x06','\x46','\x27','\xff','\x7f','\xe6','\x00','\x0e','\x06','\x06','\x0f','\x07','\xff','\x1e','\xc6','\x06','\x16','\x60','\x26','\x36','\x6a','\x96','\x26','\x0a','\x96','\x46','\x1a','\x86','\x86','\x30','\x0c','\x06','\x30','\x7c','\x06','\x00','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x64','\x98','\xff','\xf7','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x7f','\xe7','\xf8','\x46','\x26','\x18','\x46','\x26','\x18','\x66','\x67','\xf8','\x56','\xa6','\x00','\x46','\x26','\x06','\x46','\x27','\xff','\x7f','\xe6','\x00','\x0e','\x06','\x06','\x0f','\x07','\xff','\x1e','\xc6','\x06','\x16','\x60','\x26','\x36','\x6a','\x96','\x26','\x0a','\x96','\x46','\x1a','\x86','\x86','\x30','\x0c','\x06','\x30','\x7c','\x06','\x00','\x18','\x04','\x00','\x80','\x06','\x00','\xc0','\x4c','\xc9','\x98','\x7f','\xef','\xfc','\x64','\xcc','\x18','\x64','\xcc','\x18','\x64','\xcf','\xf8','\x7f','\xcc','\x18','\x64','\xcc','\x18','\x64','\xcf','\xf8','\x64','\xcc','\x00','\x7f','\xcc','\x06','\x10','\x0f','\xff','\x1b','\x8c','\x00','\x33','\x0c','\x06','\x43','\x0f','\xff','\x03','\x6c','\x06','\xff','\xf0','\x26','\x03','\x0a','\x96','\x03','\x0a','\x96','\x03','\x1a','\x86','\x03','\x30','\x0c','\x03','\x30','\x7c','\x03','\x00','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x04','\x98','\x06','\x37','\xfc','\xff','\xfe','\x18','\x11','\x06','\x18','\x19','\x87','\xf8','\x19','\x86','\x18','\x31','\xf6','\x18','\x31','\x37','\xf8','\x2b','\x36','\x00','\x6a','\xa6','\x06','\x66','\xa7','\xff','\xa4','\x46','\x00','\x26','\x46','\x06','\x22','\x87','\xff','\x23','\x86','\x06','\x21','\x00','\x26','\x23','\x8a','\x96','\x24','\xca','\x96','\x28','\xea','\x86','\x20','\x58','\x0c','\x20','\x18','\x7c','\x20','\x00','\x18','\x49','\x20','\x80','\x7d','\xf0','\xc0','\x49','\x24','\x98','\x49','\x27','\xfc','\x49','\x26','\x18','\x49','\x26','\x18','\x79','\xe7','\xf8','\x49','\x26','\x18','\x00','\x06','\x18','\x00','\xc7','\xf8','\x7f','\xe6','\x00','\x00','\x06','\x06','\x00','\x67','\xff','\xff','\xf6','\x00','\x18','\x06','\x06','\x18','\xc7','\xff','\x1f','\xe6','\x06','\x30','\xc0','\x26','\x30','\xca','\x96','\x00','\xca','\x96','\x01','\xda','\x86','\x01','\xb0','\x0c','\x0f','\xb0','\x7c','\x03','\x00','\x18','\x40','\x00','\x80','\x40','\x30','\xc0','\x7f','\xf4','\x98','\xc0','\x37','\xfc','\xc7','\x26','\x18','\x06','\x06','\x18','\xff','\xf7','\xf8','\x06','\x06','\x18','\x06','\x06','\x18','\x7f','\xe7','\xf8','\x46','\x26','\x00','\x46','\x26','\x06','\x7f','\xe7','\xff','\x46','\x26','\x00','\x46','\x26','\x06','\x46','\x27','\xff','\x7f','\xe6','\x06','\x06','\x00','\x26','\x06','\x0a','\x96','\xff','\xfa','\x96','\x06','\x1a','\x86','\x06','\x30','\x0c','\x06','\x30','\x7c','\x06','\x00','\x18','\x00','\x01','\x00','\x7f','\xe1','\xc0','\x00','\xc1','\x86','\x19','\x03','\xff','\x04','\x22','\x08','\xff','\xf5','\x0c','\x0b','\x29','\x18','\x1b','\x40','\xb0','\x13','\x00','\x60','\x23','\x01','\xb8','\xcf','\x26','\x1f','\x06','\x30','\x06','\x07','\xff','\xc0','\x04','\x00','\x40','\x07','\xff','\xc0','\x04','\x00','\x40','\x07','\xff','\xc0','\x04','\x00','\x10','\x07','\xff','\xf8','\x04','\x00','\x02','\x17','\xff','\xff','\x12','\x22','\x06','\x63','\x33','\x3e','\x63','\x33','\x0c','\x01','\x00','\x80','\x11','\x00','\xc0','\x18','\x84','\x98','\x30','\xc7','\xfc','\x24','\x76','\x18','\x46','\x26','\x18','\x8c','\x87','\xf8','\x08','\x46','\x18','\x7f','\xe6','\x18','\x3c','\x67','\xf8','\x00','\x06','\x00','\x08','\x26','\x06','\xff','\xf7','\xff','\x08','\x26','\x00','\x8a','\x26','\x06','\x49','\x27','\xff','\x49','\x26','\x06','\x18','\x60','\x06','\x28','\xa5','\x56','\xeb','\xa5','\x56','\x49','\x25','\x06','\x08','\x2c','\x0c','\x79','\xec','\x7c','\x18','\x60','\x18','\x01','\x80','\x80','\x07','\xc0','\xc0','\x7e','\x09','\x98','\x08','\x4f','\xfc','\x86','\x6c','\x18','\x62','\x4c','\x18','\x28','\x8f','\xf8','\x0c','\x0c','\x18','\x19','\x0c','\x18','\x11','\x8f','\xf8','\x43','\x0c','\x00','\x32','\x0c','\x06','\x14','\x8f','\xff','\x08','\x4c','\x00','\xff','\xec','\x06','\x70','\x2f','\xff','\x0c','\x0c','\x06','\xff','\xe0','\x26','\x0c','\x0a','\x96','\x1a','\x0a','\x96','\x11','\x8a','\x86','\x20','\xd8','\x0c','\x40','\xd8','\x7c','\x80','\x00','\x18','\x40','\x80','\x80','\x20','\xe0','\xc0','\x30','\xc9','\x98','\x30','\x8f','\xfc','\x01','\x8c','\x18','\x01','\x0c','\x18','\xff','\xff','\xf8','\x21','\x0c','\x18','\x39','\x0c','\x18','\x30','\x8f','\xf8','\x30','\x8c','\x00','\x20','\xcc','\x06','\x60','\x7f','\xff','\x40','\x6c','\x00','\xbf','\x8c','\x06','\x2a','\x8f','\xff','\x2a','\x8c','\x06','\x2a','\x80','\x26','\x2a','\x8a','\x96','\x2a','\xea','\x96','\x2b','\x9a','\x86','\xfe','\x30','\x0c','\x70','\x30','\x7c','\x40','\x00','\x18','\x20','\xc0','\x80','\x3f','\xe0','\xc0','\x30','\xc4','\x98','\x30','\xc7','\xfc','\x37','\xc6','\x18','\x34','\xc6','\x18','\x34','\xc7','\xf8','\x74','\xd6','\x18','\x7f','\xfe','\x18','\xc0','\x37','\xf8','\xc0','\x26','\x00','\x3f','\xc6','\x06','\x30','\xc7','\xff','\x30','\xc6','\x00','\x3f','\xc6','\x06','\x30','\xc7','\xff','\x30','\xc6','\x06','\x30','\xc0','\x16','\x3f','\xc5','\x56','\x30','\xc5','\x56','\x30','\xcd','\x46','\x30','\xd8','\x0c','\x33','\xd8','\x7c','\x31','\x80','\x18','\x08','\x20','\x80','\xfb','\xf0','\xc0','\x08','\x24','\x98','\x08','\x27','\xfc','\x08','\x26','\x18','\x49','\x26','\x18','\x79','\xe7','\xf8','\x41','\x06','\x18','\x41','\x06','\x18','\x49','\x27','\xf8','\x7d','\xf6','\x00','\x08','\x26','\x06','\x08','\x27','\xff','\x8a','\x26','\x00','\x49','\x26','\x06','\x18','\x67','\xff','\x28','\xa6','\x06','\x69','\xa0','\x06','\xcb','\x25','\x56','\x49','\x25','\x56','\x18','\x6d','\x06','\x10','\x58','\x0c','\xf3','\xd8','\x7c','\x61','\x80','\x18','\x0e','\x00','\x80','\x0c','\x00','\xc0','\x0c','\x09','\x98','\xec','\xef','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\xec','\xef','\xf8','\x0a','\x0c','\x18','\x19','\x8c','\x18','\x10','\xcf','\xf8','\x20','\x6c','\x00','\x7f','\xec','\x06','\xb1','\x8f','\xff','\x31','\x8c','\x00','\x3f','\x8c','\x06','\x31','\x8f','\xff','\x31','\x8c','\x06','\x3f','\x80','\x26','\x31','\x8a','\x96','\x31','\x8a','\x96','\x31','\x9a','\x86','\x31','\xb0','\x0c','\x37','\xb0','\x7c','\x33','\x00','\x18','\x38','\x80','\x80','\x33','\xc0','\xc0','\x3e','\x04','\x98','\x30','\x47','\xfc','\x30','\x66','\x18','\x1f','\xe6','\x18','\x00','\x07','\xf8','\x0f','\xc6','\x18','\x68','\x46','\x18','\x48','\x47','\xf8','\x4f','\xc6','\x00','\x48','\x46','\x06','\x48','\x47','\xff','\x4f','\xc6','\x00','\x48','\x46','\x06','\x48','\x47','\xff','\x4f','\xc6','\x06','\x40','\x00','\x26','\x7f','\xea','\x96','\x00','\x0a','\x96','\x11','\x1a','\x86','\x18','\xd8','\x0c','\x30','\x60','\x7c','\xc0','\x60','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x24','\x98','\xff','\xf7','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x00','\x30','\xc6','\x06','\x3f','\xc7','\xff','\x30','\xc6','\x00','\x30','\xc6','\x06','\x3f','\xc7','\xff','\x00','\x06','\x06','\xff','\xf0','\x26','\x00','\x0a','\x96','\x20','\x0a','\x96','\x39','\x1a','\x86','\x30','\xd8','\x0c','\x60','\x60','\x7c','\x80','\x60','\x18','\x08','\x00','\x80','\x0c','\x00','\xc0','\x18','\xc9','\x98','\x1f','\xef','\xfc','\x28','\xcc','\x18','\x45','\x8c','\x18','\xa3','\x0f','\xf8','\x16','\x0c','\x18','\x0c','\x0c','\x18','\x30','\x0f','\xf8','\xe0','\x8c','\x00','\x3f','\xcc','\x06','\x24','\x0f','\xff','\x44','\x0c','\x00','\x04','\x4c','\x06','\xff','\xef','\xff','\x04','\x0c','\x06','\x04','\x00','\x26','\x64','\x6a','\x96','\x44','\x4a','\x96','\x44','\x4a','\x86','\x44','\x58','\x0c','\x7f','\xd8','\x7c','\x40','\x40','\x18','\x07','\x01','\xc0','\x06','\x01','\x80','\x7f','\xe1','\x80','\x06','\x01','\x98','\xff','\xf7','\xfc','\x20','\x41','\x98','\x10','\x85','\x18','\xff','\xf3','\x1a','\x06','\x03','\x9a','\x7f','\xe2','\xdb','\x06','\x14','\xdf','\x06','\x18','\x0e','\x07','\xff','\xc0','\x04','\x00','\x40','\x07','\xff','\xc0','\x04','\x00','\x40','\x07','\xff','\xc0','\x04','\x00','\x10','\x07','\xff','\xf8','\x04','\x00','\x02','\x17','\xff','\xff','\x12','\x22','\x06','\x63','\x33','\x3e','\x63','\x33','\x0c','\x03','\x80','\x80','\x03','\x00','\xc0','\x03','\x04','\x98','\x23','\x37','\xfc','\x3f','\xfe','\x18','\x30','\x06','\x18','\x32','\x47','\xf8','\x32','\x46','\x18','\x32','\x46','\x18','\x3f','\xf7','\xf8','\x32','\x46','\x00','\x32','\x46','\x06','\x32','\x47','\xff','\x32','\x46','\x00','\x33','\xc6','\x06','\x30','\x07','\xff','\x20','\x26','\x06','\x60','\xb0','\x26','\x4a','\xb0','\x96','\x8a','\x8a','\x96','\x1a','\x0a','\x86','\x30','\x1a','\x0c','\x30','\x30','\x7c','\x00','\x30','\x18','\x00','\xc0','\x80','\x7f','\xe0','\xc0','\x00','\x84','\x98','\x0d','\x07','\xfc','\x06','\x36','\x18','\xff','\xfe','\x18','\x0b','\x27','\xf8','\x13','\x46','\x18','\x23','\x06','\x18','\xcf','\x07','\xf8','\x06','\x06','\x00','\x40','\x26','\x06','\x7f','\xf7','\xff','\x49','\x26','\x00','\x49','\x26','\x06','\x50','\xe7','\xff','\x60','\x26','\x06','\x4f','\x20','\x06','\x49','\x25','\x56','\x49','\x25','\x56','\x4f','\x25','\x06','\x40','\x2c','\x0c','\x40','\xec','\x7c','\x40','\x60','\x18','\x10','\x00','\x80','\x1c','\x80','\xc0','\x18','\xc4','\x98','\x18','\x87','\xfc','\x31','\x26','\x18','\x3f','\xf6','\x18','\x71','\x07','\xf8','\x71','\x06','\x18','\xbf','\xe6','\x18','\x31','\x07','\xf8','\x31','\x06','\x00','\x3f','\xe6','\x06','\x31','\x07','\xff','\x31','\x06','\x00','\x31','\x26','\x06','\x3f','\xf7','\xff','\x30','\x06','\x06','\x00','\x40','\x26','\x02','\x60','\x96','\x2b','\x2a','\x96','\x2d','\x0a','\x86','\x64','\x1a','\x0c','\xc0','\x30','\x7c','\xc0','\x30','\x18','\x00','\x60','\x80','\x07','\xf0','\xc0','\xfe','\x44','\x98','\x46','\x67','\xfc','\x26','\x46','\x18','\x26','\x86','\x18','\xff','\xf7','\xf8','\x0e','\x06','\x18','\x1f','\x06','\x18','\x16','\xc7','\xf8','\x36','\x66','\x00','\x26','\x36','\x06','\x46','\x37','\xff','\x86','\x06','\x00','\x00','\x06','\x06','\x7f','\xe7','\xff','\x46','\x26','\x06','\x46','\x20','\x06','\x7f','\xe5','\x56','\x46','\x25','\x56','\x46','\x25','\x06','\x46','\x2c','\x0c','\x7f','\xec','\x7c','\x40','\x20','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x34','\x98','\xff','\xff','\xfc','\x0d','\x06','\x18','\x09','\x16','\x18','\xd8','\xb7','\xf8','\x50','\xc6','\x18','\x3f','\xe6','\x18','\x30','\xff','\xf8','\x50','\xb6','\x00','\x9f','\x86','\x06','\x10','\x87','\xff','\x10','\x86','\x00','\x1f','\x86','\x06','\x06','\x07','\xff','\x26','\x86','\x06','\x36','\x40','\x26','\x66','\x6a','\x96','\x46','\x6a','\x96','\x86','\x1a','\x86','\x06','\x30','\x0c','\x3e','\x30','\x7c','\x0c','\x00','\x18','\x01','\x00','\x00','\x13','\xa4','\x18','\x1c','\x18','\xfc','\x18','\x24','\x18','\x1f','\x00','\xf8','\x18','\x24','\x18','\x1f','\x18','\xf8','\x18','\x24','\x18','\x58','\x00','\x1a','\x7f','\xff','\xff','\x40','\x30','\x06','\xc3','\xff','\xc4','\xc2','\x00','\x48','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x00','\x03','\xff','\xe0','\x02','\x00','\x0c','\x03','\xff','\xfe','\x08','\x02','\x0c','\x11','\x11','\x8c','\x71','\x99','\xbc','\x61','\x98','\x18','\x49','\x20','\x80','\x7d','\xf0','\xc0','\x49','\x24','\x98','\x49','\x27','\xfc','\x79','\xe6','\x18','\x49','\x26','\x18','\x49','\x27','\xf8','\x79','\xe6','\x18','\x49','\x26','\x18','\x49','\x27','\xf8','\x79','\xe6','\x00','\x20','\x86','\x06','\x6d','\xb7','\xff','\x85','\x16','\x00','\x0e','\x06','\x06','\x0c','\x37','\xff','\xff','\xfe','\x06','\x18','\x60','\x06','\x30','\xc5','\x56','\x69','\x85','\x56','\x07','\x05','\x06','\x0d','\xcc','\x0c','\x38','\xec','\x7c','\xc0','\x60','\x18','\x18','\xc0','\x80','\x10','\x80','\xc0','\xff','\xf4','\x98','\x10','\x87','\xfc','\x10','\x86','\x18','\x79','\xe6','\x18','\x49','\x27','\xf8','\x49','\x26','\x18','\x79','\xe6','\x18','\x12','\x07','\xf8','\x1b','\x06','\x00','\x32','\x46','\x06','\x3f','\xe7','\xff','\x62','\x06','\x00','\x62','\x06','\x06','\xbf','\xe7','\xff','\x22','\x06','\x06','\x22','\x00','\x26','\x3f','\xea','\x96','\x22','\x0a','\x96','\x22','\x1a','\x86','\x22','\x18','\x0c','\x3f','\xe0','\x7c','\x20','\x00','\x18','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x12','\x00','\x12','\xff','\x7e','\xff','\x49','\x00','\x49','\x2a','\x7e','\x2c','\x39','\x42','\x7b','\x69','\x7e','\x89','\x88','\x00','\x08','\x07','\xff','\xc0','\x04','\x00','\x40','\x07','\xff','\xc0','\x04','\x00','\x48','\x07','\xff','\xfc','\x04','\x00','\x00','\x17','\xff','\xfe','\x10','\x02','\x06','\x31','\x11','\x8c','\x61','\x99','\xbc','\x61','\x98','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\x00','\x1f','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x20','\x8c','\x30','\x19','\xcc','\x33','\x09','\x8c','\x30','\xc3','\x0c','\x34','\x36','\x8c','\x33','\x1c','\x6c','\x31','\x16','\x2c','\x30','\x33','\x8c','\x30','\x61','\xcc','\x31','\x90','\xcc','\x36','\x0c','\x0c','\x30','\x04','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x0e','\x00','\x70','\x0c','\x00','\x64','\x0c','\xc0','\x62','\x0f','\xe0','\x62','\x0c','\x10','\x60','\x0c','\x1f','\xff','\x4c','\x90','\x60','\x7f','\xd0','\x60','\x48','\x97','\xe0','\x4a','\x90','\x64','\x43','\x90','\x66','\x62','\x90','\x26','\x56','\x97','\xac','\x54','\x94','\xac','\x49','\x94','\xa8','\x6c','\x94','\xb8','\x54','\x94','\x90','\x56','\x97','\x92','\x62','\xb0','\x3a','\x4a','\xa0','\x2a','\x48','\xa0','\x4e','\x7f','\xe0','\x86','\x40','\x41','\x07','\x00','\x80','\x03','\x00','\x02','\x00','\x40','\x63','\x80','\x7f','\xf3','\x06','\x62','\x07','\xff','\x62','\x04','\x40','\x7f','\xe8','\x7e','\x60','\x60','\x40','\x60','\x67','\xfe','\x60','\x64','\x12','\x7f','\xe5','\x9a','\x62','\x04','\x62','\x62','\x04','\x52','\x62','\x65','\x8a','\x7f','\xf4','\x02','\x60','\x07','\xfe','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\xe0','\xc0','\x01','\xff','\xe0','\x03','\x01','\x80','\x06','\x43','\x00','\x18','\x34','\x00','\x60','\x18','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\xe3','\x80','\x18','\xc3','\x0c','\x1f','\xff','\xfe','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x19','\xc3','\x84','\x11','\x93','\x0e','\x31','\xfb','\x38','\x21','\x83','\xc2','\x21','\x83','\x02','\x4f','\xfb','\x03','\x87','\x83','\xff','\x04','\x01','\xfe','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x30','\x82','\x18','\x3f','\xff','\xfc','\x30','\x82','\x18','\x30','\x82','\x18','\x3f','\xff','\xf8','\x31','\x01','\x00','\x31','\xf1','\x38','\x31','\x01','\xe2','\x31','\x39','\x03','\x3f','\xe1','\xff','\x37','\x1c','\xfe','\x30','\x0c','\x00','\x30','\x00','\x30','\x33','\xff','\xf8','\x20','\x0c','\x00','\x63','\xff','\xf8','\x60','\x0c','\x00','\x40','\x0c','\x0c','\x8f','\xff','\xfe','\x00','\x00','\x00','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x3f','\xff','\xf8','\x30','\x82','\x18','\x30','\x82','\x18','\x3f','\xff','\xf8','\x31','\x02','\x00','\x31','\xf2','\x38','\x31','\x03','\xe2','\x31','\x02','\x03','\x2f','\xfb','\xff','\x67','\x81','\xfe','\x40','\x1c','\x40','\x46','\x18','\x60','\x81','\x18','\x8c','\x3f','\xff','\xfe','\x00','\xfa','\x00','\x01','\xd9','\x80','\x07','\x18','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x3f','\xff','\xf8','\x30','\x82','\x08','\x30','\x82','\x08','\x3f','\xff','\xf8','\x31','\x02','\x00','\x31','\xf2','\x38','\x31','\x03','\xe0','\x21','\x02','\x02','\x6f','\xf2','\x03','\x47','\x01','\xff','\x80','\xff','\x00','\x0c','\x81','\x00','\x0c','\x81','\x00','\x0f','\xff','\xf0','\x00','\x00','\x32','\xff','\xff','\xff','\x01','\x00','\x00','\x03','\x83','\xe0','\x0e','\x00','\x7c','\x70','\x00','\x0c','\x01','\xc1','\xce','\x01','\x81','\x8c','\x21','\x91','\x8c','\x3f','\xf9','\x8c','\x30','\x07','\xff','\x32','\x41','\x8c','\x32','\x41','\x8c','\x3f','\xf9','\x8c','\x32','\x49','\xfc','\x32','\x49','\x8c','\x32','\x49','\x8c','\x3f','\xf9','\x8c','\x30','\x01','\xfc','\x36','\xc1','\x8c','\x34','\x91','\x8c','\x34','\x99','\x8c','\x37','\xb1','\x8c','\x24','\xc7','\xff','\x24','\x80','\x00','\x64','\x91','\x08','\x45','\x91','\xc4','\x46','\xf9','\x86','\x9c','\x73','\x03','\x08','\x0c','\x03','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x3f','\xff','\xf8','\x30','\x82','\x08','\x30','\x82','\x08','\x3f','\xff','\xf8','\x31','\x02','\x00','\x31','\xf2','\x38','\x31','\x03','\xe2','\x2f','\xf2','\x03','\x67','\x01','\xff','\x40','\x00','\x00','\x9f','\xff','\xf8','\x18','\x06','\x18','\x18','\xfc','\x18','\x18','\x10','\x18','\x1b','\xff','\xd8','\x18','\x52','\x18','\x19','\x91','\x98','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x3f','\xff','\xf8','\x30','\x82','\x08','\x30','\x82','\x08','\x3f','\xff','\xf8','\x31','\x02','\x00','\x31','\xf2','\x38','\x31','\x03','\xe2','\x2f','\xf2','\x03','\x67','\x01','\xff','\x40','\xe0','\x00','\x8f','\x83','\xf0','\x0c','\x00','\x30','\x0f','\xc3','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x03','\x04','\x01','\xc3','\x04','\x03','\x83','\x06','\x0e','\x03','\xfe','\x70','\x01','\xfc','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x3f','\xff','\xf8','\x30','\x82','\x08','\x30','\x82','\x08','\x3f','\xff','\xf8','\x31','\x02','\x00','\x31','\xf2','\x38','\x31','\x03','\xe2','\x2f','\xf2','\x03','\x67','\x01','\xff','\x44','\x00','\x00','\x9f','\xe0','\x38','\x10','\x20','\x32','\x1f','\xef','\xff','\x10','\x20','\x30','\x1f','\xe4','\x30','\x10','\x23','\x30','\xff','\xe1','\x30','\x63','\x20','\x30','\x0c','\xe1','\xf0','\x70','\x60','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x04','\x18','\x40','\x06','\x18','\x60','\x06','\x18','\x60','\x0c','\x18','\xc0','\x0b','\x18','\xb0','\x11','\xbd','\x1c','\x60','\x7a','\x0c','\x00','\xd9','\x80','\x03','\x80','\xf0','\x0e','\x70','\x3f','\xf0','\x60','\xce','\x00','\xff','\xe0','\x01','\x80','\xc0','\x03','\x61','\x80','\x0c','\x1b','\x00','\x30','\x06','\x00','\x00','\x1d','\x80','\x00','\x70','\xe0','\x01','\xc0','\x60','\x1e','\x00','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x60','\xc0','\xff','\xf0','\xc0','\x0c','\x00','\xcc','\x4c','\x8f','\xfe','\x4c','\x80','\xc0','\xad','\x40','\xc0','\x1e','\x00','\xc0','\x1d','\x00','\xc6','\x2c','\xdf','\xff','\x4c','\x40','\xc0','\x90','\x00','\xc0','\x19','\x81','\xa0','\x1f','\xc1','\x90','\x31','\x83','\x08','\x21','\x02','\x0c','\x53','\x04','\x06','\x8a','\x18','\x06','\x04','\x00','\x00','\x0b','\x00','\x00','\x11','\xff','\xff','\x20','\x7f','\xfe','\xc0','\x00','\x00','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x20','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xcc','\x06','\x4f','\xfe','\x7f','\xe0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x30','\xc6','\xff','\xff','\xff','\x10','\x00','\xc0','\x18','\xc0','\xc0','\x1f','\xe1','\xa0','\x10','\xc1','\x90','\x30','\x83','\x08','\x29','\x82','\x0c','\x45','\x04','\x06','\x82','\x08','\x06','\x05','\x00','\x00','\x08','\xc0','\x00','\x10','\x7f','\xff','\x20','\x1f','\xfe','\xc0','\x00','\x00','\x07','\x00','\x06','\x06','\x0f','\xff','\x06','\x20','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x44','\xcc','\x7f','\xe4','\xfe','\x06','\x04','\xcc','\x06','\x04','\xcc','\x06','\x14','\xcc','\xff','\xfc','\xcc','\x10','\x04','\xcc','\x18','\xc7','\xfc','\x1f','\xe4','\x0c','\x10','\xc0','\x0c','\x30','\x80','\x0c','\x29','\x80','\x18','\x45','\x00','\x18','\x82','\x00','\xf8','\x05','\x00','\x30','\x08','\xc0','\x00','\x10','\x7f','\xff','\x20','\x1f','\xfe','\xc0','\x00','\x00','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x23','\x00','\xff','\xf3','\x0c','\x06','\x03','\xfe','\x06','\x46','\x0c','\x7f','\xe4','\x0c','\x06','\x07','\xcc','\x06','\x08','\xcc','\x06','\x20','\xcc','\xff','\xf0','\xcc','\x10','\x07','\xcc','\x18','\xc6','\x3c','\x1f','\xe6','\x18','\x10','\xc6','\x02','\x30','\x86','\x02','\x29','\x86','\x03','\x45','\x07','\xff','\x82','\x03','\xfe','\x05','\x00','\x00','\x08','\xc0','\x00','\x10','\x7f','\xff','\x20','\x1f','\xfe','\xc0','\x00','\x00','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xc0','\xc0','\x30','\x88','\x84','\x3f','\xff','\xfe','\x31','\xc1','\xa0','\x32','\xb2','\x98','\x34','\x94','\x8f','\x38','\x88','\x86','\x30','\x80','\x00','\x30','\x39','\xc0','\x30','\x31','\x84','\x37','\xf1','\xfe','\x30','\x31','\x80','\x27','\xf1','\x84','\x60','\x31','\xfe','\x60','\xf1','\x80','\x4f','\x21','\x82','\x44','\x61','\xff','\x80','\xc1','\x80','\x01','\x81','\x80','\x06','\x01','\x80','\x01','\x00','\x00','\x13','\xa4','\x08','\x1c','\x18','\xfc','\x10','\x24','\x08','\x1f','\x00','\xf8','\x10','\x24','\x08','\x5f','\x18','\xf8','\x50','\x24','\x0a','\x7f','\xff','\xff','\xc0','\x81','\x06','\xcf','\xff','\xf4','\x00','\x81','\x00','\x00','\x81','\x02','\xff','\xff','\xff','\x00','\x18','\x00','\x0f','\xff','\xf0','\x08','\x18','\x10','\x0f','\xff','\xf0','\x08','\x18','\x10','\x08','\x18','\x10','\x0f','\xff','\xf0','\x01','\x00','\x00','\x07','\x80','\xfc','\x38','\x00','\x1c','\x00','\xc2','\x00','\x07','\xe3','\x80','\x7e','\x03','\x06','\x06','\x03','\xff','\x06','\x66','\x66','\xff','\xf4','\x66','\x0e','\x08','\x46','\x1f','\x00','\xc6','\x16','\xe0','\x86','\x26','\x61','\x0e','\x46','\x18','\x0c','\x86','\x3c','\x3c','\x00','\x72','\x18','\x00','\xc1','\x80','\x03','\x1c','\xf0','\x1c','\x18','\x3f','\xe3','\x18','\xce','\x01','\x99','\x80','\x00','\x3e','\x00','\x01','\xd9','\xc0','\x7f','\x18','\x78','\x38','\x18','\x1c','\x20','\xf8','\x0c','\x00','\x30','\x00','\x00','\x60','\x70','\x03','\xf0','\x60','\x7f','\x00','\x60','\x03','\x00','\x60','\x03','\x18','\x60','\xff','\xfc','\x66','\x07','\x00','\x7f','\x0f','\x80','\x60','\x0b','\x60','\x60','\x13','\x38','\x60','\x27','\x18','\x60','\xc6','\x80','\x60','\x0c','\x62','\x66','\x1b','\xbb','\xff','\x33','\x1b','\x06','\xc3','\x03','\x06','\x33','\x63','\x06','\x1b','\x43','\x06','\x07','\x83','\x06','\x1b','\x63','\x06','\xe3','\x33','\x06','\x43','\x33','\x06','\x0f','\x03','\xfe','\x06','\x03','\x06','\x00','\xc0','\xe0','\x07','\xe0','\xc0','\x7e','\x00','\xc6','\x06','\x1f','\xff','\x06','\x61','\x10','\xff','\xf4','\xa4','\x0e','\x04','\x44','\x1f','\x04','\xa4','\x16','\xc5','\x14','\x26','\x64','\x04','\x46','\x67','\xfc','\x8f','\x00','\xc0','\x0c','\xc8','\x86','\x18','\x6f','\xff','\x37','\x3c','\x86','\x46','\x3c','\x86','\xb6','\xcc','\xa6','\x16','\x8c','\xa6','\x0f','\x0f','\xf6','\x36','\xcd','\x96','\xe6','\x6c','\x06','\x46','\x6c','\x06','\x1e','\x0c','\x3e','\x0c','\x0c','\x0c','\x40','\x20','\xc0','\x7f','\xf0','\xc0','\x46','\x20','\xc0','\x46','\x21','\xa0','\x46','\x21','\xa0','\x7f','\xe1','\x10','\x46','\x23','\x10','\x46','\x22','\x18','\x46','\x26','\x0c','\x7f','\xe5','\xef','\x06','\x08','\x06','\x06','\x00','\x00','\x7f','\xe0','\x18','\x06','\x07','\xfc','\x06','\x00','\x18','\x07','\xe0','\x18','\xff','\x00','\x18','\x78','\x40','\x38','\x40','\x60','\x30','\x25','\x30','\x30','\x25','\x30','\x30','\x65','\x00','\x70','\xc0','\x00','\x60','\xc0','\x00','\x60','\x40','\x20','\x70','\x7f','\xf0','\x60','\x46','\x26','\x63','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe4','\x62','\x46','\x24','\x62','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x04','\x62','\x06','\x00','\x60','\x7f','\xe0','\x60','\x06','\x00','\x60','\x06','\x06','\x63','\x07','\xe4','\x62','\xff','\x04','\x62','\x78','\x44','\x62','\x40','\x64','\x62','\x25','\x34','\x62','\x25','\x34','\x62','\x65','\x04','\x62','\xc0','\x07','\xfe','\xc0','\x04','\x02','\x40','\x20','\xe0','\x7f','\xf0','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc0','\x7f','\xe0','\xc6','\x46','\x20','\xff','\x46','\x20','\xc0','\x46','\x20','\xc0','\x7f','\xe0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x7f','\xe4','\xcc','\x06','\x07','\xfe','\x06','\x06','\x0c','\x07','\xe6','\x0c','\xff','\x06','\x0c','\x78','\x46','\x0c','\x40','\x66','\x0c','\x25','\x36','\x0c','\x25','\x36','\x0c','\x65','\x06','\x0c','\xc0','\x07','\xfc','\xc0','\x06','\x0c','\x41','\x08','\x70','\x7f','\x8e','\x60','\x49','\x0c','\x60','\x49','\x0c','\x60','\x49','\x08','\x60','\x7f','\x18','\x60','\x49','\x90','\x60','\x49','\x54','\x66','\x49','\x67','\xff','\x7f','\x26','\x66','\x08','\x36','\x66','\x08','\x34','\x66','\x7f','\x34','\x66','\x08','\x0c','\x66','\x08','\x08','\x66','\x0f','\x08','\x66','\xfc','\x12','\x46','\x70','\x13','\x46','\x42','\x7d','\xc6','\x01','\x70','\x8e','\x55','\x41','\x8c','\x54','\x01','\x0c','\xd0','\x02','\x7c','\xc0','\x0c','\x18','\x40','\x20','\xe0','\x7f','\xf0','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc6','\x7f','\xff','\xff','\x46','\x20','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc0','\x7f','\xe0','\xc0','\x06','\x00','\xcc','\x06','\x0f','\xfe','\x7f','\xe0','\x00','\x06','\x00','\x00','\x06','\x04','\x0c','\x07','\xe7','\xfe','\xff','\x06','\x0c','\x78','\x46','\x0c','\x40','\x66','\x0c','\x25','\x36','\x0c','\x25','\x36','\x0c','\x65','\x06','\x0c','\xc0','\x07','\xfc','\xc0','\x06','\x0c','\x40','\x20','\xe0','\x7f','\xf0','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc6','\x46','\x3f','\xff','\x7f','\xe0','\x00','\x46','\x20','\x00','\x46','\x24','\x0c','\x46','\x27','\xfe','\x7f','\xe6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x7f','\xe6','\x0c','\x06','\x07','\xfc','\x06','\x00','\xc0','\x07','\xe0','\xc0','\xff','\x04','\xc8','\x78','\x46','\xc4','\x40','\x6c','\xc6','\x25','\x68','\xc3','\x25','\x10','\xc3','\x65','\x20','\xc3','\xc0','\x07','\xc0','\xc0','\x01','\x80','\x08','\x1c','\x40','\x06','\x18','\x70','\x13','\x18','\x60','\x13','\x18','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x63','\xff','\xc4','\x62','\x00','\x48','\x03','\xff','\xc0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x08','\x10','\x10','\x0f','\xff','\xf0','\x08','\x10','\x10','\x0f','\xff','\xf0','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x10','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\x60','\xc1','\x86','\x40','\x20','\x70','\x7f','\xf0','\x60','\x46','\x20','\x64','\x46','\x27','\xfe','\x46','\x20','\x00','\x7f','\xe2','\x08','\x46','\x21','\x0c','\x46','\x21','\x98','\x46','\x21','\x90','\x7f','\xe0','\x22','\x06','\x0f','\xff','\x06','\x00','\x00','\x7f','\xe0','\x00','\x06','\x02','\x0c','\x06','\x03','\xfe','\x07','\xe3','\x0c','\xff','\x03','\x0c','\x78','\x43','\x0c','\x40','\x63','\xfc','\x25','\x33','\x0c','\x25','\x33','\x0c','\x65','\x03','\x0c','\xc0','\x03','\xfc','\xc0','\x03','\x0c','\x10','\x20','\x40','\x1c','\x20','\x70','\x19','\x24','\x60','\x31','\x24','\x60','\x21','\x24','\x40','\x41','\xfc','\x46','\x90','\x00','\x7f','\x1d','\xfc','\xc8','\x19','\x24','\x8e','\x19','\x24','\x8c','\x31','\xfd','\x4c','\x31','\x24','\x48','\x71','\x24','\x48','\xb1','\xfc','\x58','\x30','\x20','\x50','\x31','\xfc','\x70','\x30','\x20','\x20','\x30','\x3c','\x30','\x37','\xe0','\x70','\x33','\x04','\x58','\x30','\x16','\xdc','\x31','\x52','\x8f','\x37','\x41','\x0e','\x36','\x02','\x06','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x33','\xf8','\xee','\x32','\x08','\xc6','\x33','\xf8','\xc0','\x32','\x08','\xc6','\x33','\xff','\xff','\x30','\x00','\xc0','\x33','\xf8','\xa0','\x22','\x09','\x90','\x63','\xf9','\x18','\x42','\x0a','\x0f','\x82','\x08','\x06','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x04','\x10','\x20','\x3f','\xff','\xfc','\x00','\x10','\x00','\xff','\xff','\xff','\x08','\x41','\x08','\x38','\x61','\x8e','\x30','\x20','\x86','\x40','\x20','\x70','\x7f','\xf0','\x62','\x46','\x2f','\xff','\x46','\x20','\x60','\x46','\x20','\x60','\x7f','\xe7','\xfe','\x46','\x20','\x00','\x46','\x2f','\xff','\x46','\x28','\x91','\x7f','\xeb','\x1d','\x06','\x08','\x01','\x06','\x0f','\xff','\x7f','\xe0','\x00','\x06','\x07','\xfe','\x06','\x04','\x02','\x07','\xe7','\xfe','\xff','\x04','\x02','\x78','\x47','\xfe','\x40','\x64','\x02','\x25','\x37','\xfe','\x25','\x31','\x00','\x65','\x03','\x9c','\xc0','\x06','\x07','\xc0','\x18','\x03','\x00','\xe3','\x88','\x20','\xc3','\x0e','\x18','\xc3','\x0c','\x0c','\xc3','\x18','\x0c','\xc3','\x20','\x00','\xc3','\x06','\xff','\xff','\xff','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x38','\x18','\x18','\x0e','\x3f','\xff','\xff','\xd8','\x18','\x1b','\x18','\x18','\x18','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x19','\x98','\x19','\x19','\x98','\x1a','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x09','\x20','\xe8','\x89','\x30','\xc4','\x69','\x20','\xc6','\x29','\x40','\xc6','\x09','\x00','\xc0','\xff','\xf8','\xc2','\x22','\x07','\xff','\x32','\x60','\xc0','\x62','\x38','\xc0','\x42','\x18','\xc0','\xff','\xf0','\x88','\x42','\x10','\x8e','\x42','\x11','\x8c','\x4a','\x91','\xcc','\x4a','\x91','\x58','\x4a','\x91','\x58','\x4a','\x93','\x50','\x4a','\x92','\x30','\x4a','\x92','\x20','\x4a','\x94','\x70','\x52','\x10','\x58','\x42','\x10','\x8f','\x42','\x71','\x0e','\x42','\x36','\x06','\x09','\x20','\x34','\x89','\x30','\x22','\x69','\x20','\x22','\x29','\x40','\x20','\x09','\x07','\xff','\xff','\xf8','\x20','\x22','\x00','\x20','\x32','\x62','\x22','\x62','\x3b','\xff','\x42','\x1a','\x22','\xff','\xf2','\x22','\x42','\x12','\x22','\x42','\x13','\xfe','\x4a','\x92','\x22','\x4a','\x92','\x22','\x4a','\x92','\x22','\x4a','\x92','\x22','\x4a','\x93','\xfe','\x4a','\x92','\x22','\x4a','\x92','\x22','\x52','\x12','\x22','\x42','\x12','\x22','\x42','\x72','\x2e','\x42','\x32','\x26','\x40','\x00','\x0c','\x7f','\xff','\xfe','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x7f','\xc7','\xfc','\x60','\xc6','\x0c','\x00','\xc6','\x00','\x00','\xc6','\x00','\x40','\xc6','\x0c','\x7f','\xc7','\xfe','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x7f','\xc7','\xfc','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x7f','\xc7','\xfc','\x60','\xc6','\x02','\x00','\xc0','\x02','\x00','\xc0','\x03','\x00','\xff','\xff','\x00','\x7f','\xfe','\x06','\x01','\x00','\x04','\x01','\xc0','\x7f','\xe1','\x86','\x04','\x03','\xff','\xff','\xf2','\x10','\x04','\x05','\x18','\x7f','\xe8','\xb0','\x08','\x00','\x60','\x1f','\xc0','\xb0','\x10','\x43','\x1c','\x23','\xcc','\x0f','\xc1','\x80','\x06','\x1f','\xff','\xf0','\x10','\x48','\x10','\x1f','\xcf','\xf0','\x00','\x48','\x00','\x3f','\xcf','\xf8','\x20','\x48','\x08','\x3f','\xcf','\xf8','\x20','\x48','\x0a','\x3f','\xcf','\xfa','\x00','\x40','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x47','\x21','\x00','\x36','\x31','\xc0','\x16','\x61','\x86','\x06','\x83','\xff','\x7f','\xe2','\x10','\x46','\x25','\x18','\x56','\xa8','\xb0','\x56','\xa0','\x60','\x56','\xa0','\xb0','\x66','\x23','\x1c','\x46','\xec','\x0f','\x40','\x60','\x06','\x5f','\xff','\xf0','\x10','\x48','\x10','\x1f','\xcf','\xf0','\x00','\x48','\x00','\x3f','\xcf','\xf8','\x20','\x48','\x08','\x3f','\xcf','\xf8','\x20','\x48','\x0a','\x3f','\xcf','\xfa','\x00','\x40','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x0c','\x08','\xc6','\x0c','\x0f','\xff','\x0d','\x8c','\xc6','\x7f','\xcc','\xc4','\x00','\x0c','\xc8','\x00','\x0c','\xc0','\x7f','\x8c','\xd8','\x61','\x8f','\xfc','\x61','\x8d','\x18','\x7f','\x8d','\x18','\x00','\x0d','\x10','\x41','\x0c','\xb0','\x21','\xcc','\xa0','\x31','\x98','\xe0','\x33','\x18','\x40','\x02','\x10','\xe0','\x03','\xb0','\xb8','\xfe','\x21','\x1f','\x70','\x42','\x0e','\x40','\x0c','\x06','\x07','\x00','\x70','\x06','\x20','\x60','\xff','\xf0','\x62','\x06','\x0f','\xff','\x7f','\xe0','\x60','\x00','\x00','\x60','\x3f','\xc7','\xfe','\x20','\x41','\x0c','\x3f','\xc0','\x98','\x10','\x80','\x60','\x09','\xe1','\xb8','\xff','\x06','\x1f','\x70','\xc0','\x06','\x01','\xff','\xc0','\x03','\x03','\x80','\x0c','\xc6','\x00','\x30','\x38','\x00','\x00','\xc7','\x80','\x0f','\x01','\xff','\xf0','\x7c','\x3e','\x00','\x0c','\x00','\x03','\xf0','\x00','\x00','\x3f','\x00','\x00','\x07','\x00','\x00','\x80','\x20','\x20','\x60','\x38','\x18','\x30','\x70','\x0c','\x38','\x60','\x0e','\x18','\xc0','\x06','\x00','\x80','\x10','\x01','\x30','\x1f','\xff','\xf8','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x1f','\xff','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x1f','\xff','\xf0','\x18','\x30','\x12','\x18','\x30','\x1a','\x10','\x30','\x1a','\x30','\x30','\x0a','\x20','\x30','\x0e','\x40','\x30','\x07','\x80','\x00','\x03','\x08','\x00','\x70','\x5c','\x60','\x60','\x71','\xf0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x79','\xe4','\x62','\x60','\x67','\xff','\x60','\x64','\x62','\x60','\x64','\x62','\x7f','\xe4','\x62','\x00','\x04','\x62','\x66','\x67','\xfe','\x44','\x44','\x62','\x44','\x44','\x62','\x77','\x44','\x62','\x44','\x44','\x62','\x44','\x64','\x62','\x77','\x27','\xfe','\x44','\x30','\x00','\x44','\x18','\x02','\x44','\x0c','\x02','\xff','\xc7','\x03','\x67','\x03','\xff','\x44','\x00','\xfe','\x04','\x00','\x00','\x26','\x20','\x0c','\x3f','\xf3','\xfe','\x20','\x20','\x60','\x3f','\xe0','\x60','\x20','\x20','\x60','\x3f','\xe0','\x60','\x20','\x20','\x60','\x3f','\xe0','\x60','\x00','\x00','\x60','\x7f','\xf0','\x66','\x42','\x17','\xff','\x42','\x10','\x60','\x7f','\xf0','\x60','\x42','\x10','\x60','\x42','\x10','\x60','\x7f','\xf0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\xff','\xf8','\x60','\x10','\xc0','\x60','\x30','\xc0','\x60','\x20','\xc0','\x60','\x40','\xc0','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x82','\x00','\x00','\x63','\x1c','\x7f','\x26','\xf0','\x19','\x18','\x90','\x11','\x18','\x88','\x31','\x18','\x8c','\x27','\x19','\xe7','\x42','\x18','\x82','\x80','\x00','\x00','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x08','\x00','\x30','\x18','\x00','\x30','\x10','\x00','\x30','\x20','\x00','\x30','\x40','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x0e','\x18','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x00','\x0c','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x18','\x81','\x18','\x18','\xc1','\x98','\x19','\x83','\x18','\x19','\x62','\xd8','\x1a','\x24','\x58','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x81','\x18','\x18','\xc1','\x98','\x19','\x83','\x18','\x19','\x62','\xd8','\x1a','\x24','\x58','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x03','\x81','\xc0','\x03','\x01','\x80','\x33','\x31','\x80','\x33','\xf9','\x80','\x33','\x01','\x80','\x33','\x01','\x88','\x33','\x31','\x8e','\xff','\xf9','\x9c','\x40','\x11','\x98','\x52','\x51','\xb0','\x4a','\x51','\xc0','\x4a','\x91','\x80','\x42','\x11','\x80','\x5f','\xd1','\x80','\x46','\x11','\x80','\x47','\x11','\x80','\x4a','\x91','\x80','\x4a','\xd1','\x80','\x52','\x51','\x82','\x42','\x11','\x82','\x42','\x11','\x82','\x40','\x11','\x83','\x7f','\xf1','\xff','\x40','\x10','\xfe','\x03','\x82','\x00','\x03','\x03','\x80','\x33','\x33','\x00','\x33','\xfb','\x00','\x33','\x03','\x06','\x33','\x03','\xff','\x33','\x32','\x06','\xff','\xfa','\x06','\x40','\x16','\x06','\x52','\x55','\xe6','\x4a','\x59','\x26','\x4a','\x91','\x26','\x42','\x11','\x26','\x5f','\xd1','\x26','\x46','\x11','\x26','\x47','\x11','\x26','\x4a','\x91','\xe6','\x4a','\xd0','\x06','\x52','\x50','\x0c','\x42','\x10','\x0c','\x42','\x10','\x0c','\x40','\x10','\x18','\x7f','\xf0','\xf8','\x40','\x10','\x30','\x03','\x81','\x0c','\x03','\x01','\xfe','\x33','\x31','\x8c','\x33','\xf9','\x8c','\x33','\x01','\x8c','\x33','\x01','\x8c','\x33','\x31','\x8c','\xff','\xf9','\x8c','\x40','\x11','\xfc','\x52','\x51','\x8c','\x4a','\x51','\x8c','\x4a','\x91','\x8c','\x42','\x11','\x8c','\x5f','\xd1','\x8c','\x46','\x11','\x8c','\x47','\x11','\xfc','\x4a','\x91','\x8c','\x4a','\xd1','\x8c','\x52','\x51','\x8c','\x42','\x11','\x8c','\x42','\x11','\x8c','\x40','\x11','\x8c','\x7f','\xf7','\xff','\x40','\x10','\x00','\x03','\x80','\x00','\x03','\x00','\x06','\x33','\x37','\xff','\x33','\xf8','\xc6','\x33','\x00','\xc6','\x33','\x00','\xc6','\x33','\x30','\x86','\xff','\xf9','\x86','\x40','\x11','\x0c','\x52','\x53','\x0c','\x4a','\x52','\x7c','\x4a','\x94','\x18','\x42','\x10','\x00','\x5f','\xd2','\x0c','\x46','\x13','\xfe','\x47','\x13','\x0c','\x4a','\x93','\x0c','\x4a','\xd3','\x0c','\x52','\x53','\x0c','\x42','\x13','\x0c','\x42','\x13','\x0c','\x40','\x13','\x0c','\x7f','\xf3','\xfc','\x40','\x13','\x0c','\x03','\x80','\x60','\x03','\x00','\x60','\x33','\x30','\xd0','\x33','\xf8','\xd0','\x33','\x00','\x88','\x33','\x09','\x88','\xff','\xfd','\x0c','\x40','\x12','\x07','\x48','\x95','\xf6','\x48','\x90','\x00','\x59','\x90','\x00','\x55','\x50','\x06','\x62','\x37','\xff','\x40','\x10','\xc6','\x7f','\xf0','\xc6','\x40','\x10','\xc6','\x48','\x90','\xc6','\x48','\x90','\xc6','\x59','\x90','\xc6','\x55','\x50','\xde','\x62','\x30','\xcc','\x40','\x10','\xc0','\x7f','\xf0','\xc0','\x40','\x10','\xc0','\x03','\x82','\x0c','\x03','\x03','\xfe','\x33','\x33','\x0c','\x33','\xfb','\x0c','\x33','\x03','\x0c','\x33','\x03','\xfc','\x33','\x33','\x0c','\xff','\xfb','\x0c','\x40','\x13','\x0c','\x52','\x53','\x0c','\x4a','\x53','\xfc','\x4a','\x93','\x22','\x42','\x13','\x23','\x5f','\xd3','\x26','\x46','\x13','\x24','\x47','\x13','\x28','\x4a','\x93','\x30','\x4a','\xd3','\x10','\x52','\x53','\x18','\x42','\x13','\x18','\x42','\x13','\xec','\x40','\x1f','\x8f','\x7f','\xf6','\x0e','\x40','\x14','\x06','\x07','\x00','\x00','\x06','\x20','\x06','\xff','\xf7','\xff','\x06','\x00','\xc6','\x06','\x40','\xc6','\x7f','\xe1','\x86','\x06','\x01','\x0e','\x06','\x02','\x0c','\x07','\xe4','\x7c','\xfe','\x00','\x18','\x60','\x18','\x40','\x07','\x1f','\xe0','\x06','\x18','\x06','\xff','\xff','\xff','\x18','\x00','\x18','\x18','\x99','\x18','\x18','\x5a','\x18','\x1b','\xff','\xd8','\x18','\x7a','\x18','\x18','\xd9','\x98','\x1b','\x18','\xd8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x03','\x80','\x00','\x03','\x00','\x06','\x33','\x37','\xff','\x33','\xf8','\xc0','\x33','\x00','\xc0','\x33','\x00','\xcc','\x33','\x37','\xfe','\xff','\xf9','\x8c','\x40','\x11','\x8c','\x52','\x51','\x8c','\x4a','\x51','\x8c','\x4a','\x9f','\xff','\x42','\x10','\x00','\x5f','\xd0','\x00','\x46','\x12','\x06','\x47','\x13','\xff','\x4a','\x93','\x06','\x4a','\xd3','\x06','\x52','\x53','\x06','\x42','\x13','\x06','\x42','\x13','\x06','\x40','\x13','\x06','\x7f','\xf3','\xfe','\x40','\x13','\x06','\x03','\x82','\x0c','\x03','\x03','\xfe','\x33','\x33','\x0c','\x33','\xfb','\x0c','\x33','\x03','\x0c','\x33','\x03','\x0c','\x33','\x33','\x0c','\xff','\xfb','\x0c','\x40','\x13','\xfc','\x52','\x53','\x6c','\x4a','\x50','\x60','\x4a','\x90','\x60','\x42','\x13','\x60','\x5f','\xd2','\x66','\x46','\x12','\x7f','\x47','\x12','\x60','\x4a','\x92','\x60','\x4a','\xd2','\x60','\x52','\x52','\x60','\x42','\x13','\x60','\x42','\x12','\xe0','\x40','\x14','\x70','\x7f','\xf4','\x3f','\x40','\x08','\x0e','\x07','\x08','\x06','\x06','\x0f','\xff','\x36','\x6c','\x06','\x27','\xfc','\x06','\x26','\x0c','\x06','\x26','\x0f','\xfe','\x26','\x6c','\x00','\xff','\xfc','\x02','\x40','\x4f','\xff','\x44','\x4c','\x40','\x55','\x4c','\xc8','\x55','\x4c','\x84','\x44','\x4f','\xfe','\x7f','\xcd','\x86','\x4c','\x48','\x70','\x4e','\x48','\x60','\x55','\x48','\x64','\x55','\x5b','\xfe','\x65','\x50','\x60','\x44','\x50','\x60','\x44','\x60','\x60','\x40','\x40','\x62','\x7f','\xcf','\xff','\x40','\x40','\x00','\x07','\x00','\x0c','\x06','\x00','\x7e','\x36','\x67','\xe0','\x27','\xf0','\x40','\x26','\x00','\x40','\x26','\x07','\xfc','\x26','\x64','\x44','\xff','\xf4','\x44','\x40','\x44','\x44','\x44','\x47','\xfc','\x55','\x40','\x40','\x55','\x40','\x40','\x44','\x48','\x46','\x7f','\xcf','\xff','\x4c','\x4c','\x46','\x4e','\x4c','\x46','\x55','\x4c','\x56','\x55','\x4c','\x56','\x65','\x4f','\xf6','\x44','\x4d','\x96','\x44','\x4c','\x06','\x40','\x4c','\x06','\x7f','\xcc','\x1e','\x40','\x4c','\x0c','\x07','\x09','\xa6','\x06','\x0f','\xbf','\x36','\x69','\xa6','\x27','\xf9','\xa6','\x26','\x09','\xa6','\x26','\x09','\xa6','\x26','\x6f','\xbe','\xff','\xf0','\x00','\x40','\x40','\x08','\x44','\x47','\xfc','\x55','\x40','\x00','\x55','\x40','\x02','\x44','\x5f','\xff','\x7f','\xc3','\x00','\x4c','\x43','\x0c','\x4e','\x43','\xfe','\x55','\x46','\x0c','\x55','\x46','\x0c','\x65','\x40','\x0c','\x44','\x40','\x1c','\x44','\x40','\x18','\x40','\x40','\x38','\x7f','\xc1','\xf0','\x40','\x40','\x60','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\xe3','\x80','\x03','\x80','\xf0','\x1c','\xff','\x3f','\xe0','\x00','\x06','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x00','\x06','\x02','\x00','\x7f','\xe3','\xfe','\x10','\x82','\x00','\x09','\x03','\xfc','\xff','\xf0','\x04','\x00','\x03','\xfc','\x3f','\xc2','\x00','\x20','\x43','\xfc','\x3f','\xc2','\x00','\x20','\x43','\xfc','\x3f','\xc2','\x02','\x20','\x42','\x03','\x21','\xc3','\xff','\x20','\xc1','\xfe','\x00','\x80','\x00','\x00','\xc1','\x80','\x01','\xff','\xc0','\x03','\x83','\x00','\x06','\x02','\x00','\x18','\x04','\x18','\x7f','\xff','\xfc','\x18','\x44','\x18','\x18','\x44','\x18','\x1f','\xc7','\xf8','\x00','\x44','\x00','\x7e','\x44','\x00','\x02','\x44','\x0c','\xff','\xff','\xfe','\x02','\x44','\x04','\x7e','\x45','\xb4','\x00','\x44','\x44','\x7e','\x45','\xb4','\x02','\x44','\x04','\xff','\xff','\xfe','\x02','\x40','\x02','\x7e','\x40','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x06','\xff','\x78','\x18','\x00','\x1f','\xe0','\x00','\x06','\x1f','\x7e','\xf8','\x11','\x42','\x88','\x11','\x42','\x88','\x1f','\x7e','\xf8','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xff','\xf8','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x78','\x18','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\x00','\x70','\x06','\x20','\x64','\x7f','\xf7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xe0','\x62','\xfe','\x0f','\xff','\x70','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x02','\x07','\x03','\x02','\x0e','\x03','\x03','\x38','\x03','\xff','\xc0','\x01','\xfe','\x0e','\x0e','\x30','\x0c','\x0c','\xf8','\x0c','\x0f','\x80','\x0c','\x0c','\x04','\x0d','\x8c','\x06','\xff','\xcf','\xfe','\x0c','\x07','\xfc','\x0c','\x00','\x00','\x0c','\x33','\xf8','\x1e','\x33','\x18','\x1d','\x33','\x18','\x1d','\xb3','\xf8','\x3d','\xb3','\x18','\x2c','\x33','\x18','\x2c','\x33','\xf8','\x6c','\x33','\x18','\x4c','\x33','\x18','\x8c','\x33','\xf8','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x08','\x00','\x0c','\x0e','\x38','\x0c','\x1c','\x0e','\x0c','\x70','\x06','\x00','\x02','\x00','\x40','\x03','\x80','\x30','\x07','\x18','\x18','\x0f','\xfc','\x0c','\x18','\x38','\x0c','\x26','\x70','\x00','\xda','\xe0','\x00','\x09','\x80','\x00','\x06','\x00','\x00','\x38','\x18','\x01','\xdf','\xfc','\x0c','\x11','\x80','\xfe','\x21','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc0','\x03','\x03','\x8c','\xff','\x87','\xfe','\x18','\x0c','\x1c','\x18','\x1b','\x38','\x18','\x61','\x70','\x18','\x18','\xe0','\x18','\x09','\x80','\x1b','\x07','\x00','\xff','\x9c','\x00','\x18','\x70','\x18','\x18','\x1f','\xfc','\x18','\x11','\x80','\x18','\x21','\x80','\x18','\x01','\x86','\x1a','\xff','\xff','\x1c','\x01','\x80','\xf8','\x01','\x80','\x70','\x71','\x87','\x40','\x61','\x86','\x00','\x61','\x86','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00', 0 }; } - namespace cmrc { namespace flycast { namespace res_chars { - extern const char* const f_df08_fonts_biosfont_bin_begin = file_array; - extern const char* const f_df08_fonts_biosfont_bin_end = file_array + 519984; - }}} - \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp new file mode 100644 index 0000000000..14fe1c2d8c --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\xf5','\x94','\xd7','\x56','\xca','\x08','\x60','\x55','\x07','\x55','\x04','\x00','\x30','\xef','\x07','\x00','\x0c','\x00','\x1c','\x00','\x62','\x69','\x6f','\x73','\x66','\x6f','\x6e','\x74','\x2e','\x62','\x69','\x6e','\x55','\x54','\x09','\x00','\x03','\xcd','\xca','\x95','\x64','\x39','\xd8','\x92','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xec','\x5c','\x4d','\x6c','\x1c','\x57','\x72','\xae','\xfe','\x71','\x77','\x3b','\x6e','\x73','\x5a','\xd9','\x40','\x69','\xaf','\x47','\x9c','\x96','\x2c','\x68','\xf7','\xa0','\x43','\xd3','\x5e','\x28','\x63','\x80','\xd0','\xb4','\x24','\x82','\xf6','\x21','\x40','\x72','\xc8','\x61','\x6f','\x69','\x8a','\xc2','\xd0','\x01','\x0c','\x6b','\x8c','\x00','\x0e','\x37','\x60','\x38','\x3d','\x22','\x41','\x2a','\x88','\xb0','\xab','\x6c','\x80','\x40','\x46','\x9c','\xac','\x6e','\xb9','\xe4','\xe0','\xe3','\x1e','\x9b','\x1e','\x83','\xdc','\x00','\x42','\xd6','\xb7','\xec','\x61','\x91','\x6d','\xad','\x76','\xc9','\x1c','\x16','\x9b','\x31','\x02','\x58','\x63','\x60','\x30','\x93','\xaa','\xf7','\xfa','\xbf','\x7b','\x7a','\x48','\x49','\xc8','\x21','\x61','\xe1','\x83','\xdc','\xd3','\x5d','\x5d','\xef','\xbd','\x7a','\xf5','\xea','\x55','\xd5','\x6b','\x1a','\x00','\x40','\x1d','\x77','\x03','\x98','\x45','\xae','\x92','\x05','\xde','\x62','\x17','\x09','\xbd','\xd6','\x7b','\xc0','\x51','\x25','\x46','\x60','\x3c','\xbb','\xe3','\xee','\xe3','\xec','\x85','\x97','\x6d','\x4b','\x18','\xb6','\x0e','\x3e','\x68','\xbf','\xe3','\xb6','\x7a','\x23','\xe5','\x97','\xed','\x8f','\x9e','\x8c','\x1a','\x5e','\xa6','\x2d','\x90','\xf6','\x37','\xdb','\xef','\xb7','\x0f','\x86','\x2d','\xb0','\xb1','\x1b','\x3a','\x8c','\x1a','\x4f','\xda','\x57','\xda','\x9b','\xab','\x7e','\xa1','\xcf','\x28','\xaa','\xaf','\xd9','\x42','\x30','\x2f','\x81','\xbd','\xc5','\xe5','\x24','\xa2','\x74','\xf0','\x39','\xaa','\xfa','\xec','\x9b','\x12','\xbd','\xe2','\xeb','\x82','\x67','\x72','\xd0','\x2b','\x78','\xc7','\x16','\x3c','\x9d','\xb3','\xb0','\x2b','\xba','\x23','\x81','\x19','\x71','\xd9','\xfc','\x2d','\x7c','\x39','\x4d','\x67','\x24','\xf3','\x75','\x08','\xba','\x07','\xa3','\x39','\xe1','\xd3','\x85','\x9e','\x51','\xda','\x20','\xd7','\x70','\xf7','\x68','\x1c','\xab','\x7a','\x26','\xd5','\x20','\xa8','\x63','\x93','\x62','\xc9','\x23','\x6c','\xeb','\x38','\x12','\xa2','\xa6','\x07','\xb5','\x74','\x8b','\x16','\xd3','\xae','\x9f','\x0c','\x87','\x94','\x20','\x31','\xa5','\xcb','\x31','\xd3','\xa0','\xb1','\xa5','\xdb','\xfb','\x8a','\xdb','\x56','\xda','\xed','\x36','\xfe','\xeb','\xae','\xea','\xf6','\xde','\xb0','\x96','\x11','\x8c','\x82','\x70','\x0a','\xdc','\x76','\xde','\x90','\x52','\x44','\x93','\x3e','\x67','\xd1','\x6d','\x6c','\xc4','\xe6','\xaa','\x73','\x73','\xc6','\x99','\xf0','\xcc','\xa9','\xfe','\x06','\x04','\x0a','\xdc','\x54','\x3a','\x64','\x1e','\x69','\x41','\xeb','\xaa','\xf7','\xb3','\x57','\xd1','\xa8','\xb6','\xcc','\x85','\x1d','\x73','\x05','\x6d','\x2c','\xe0','\x33','\x92','\x62','\x51','\x47','\xdd','\x7d','\x6a','\xfe','\xf6','\xee','\xa8','\x73','\xc8','\x3a','\x52','\x94','\xc3','\xda','\x72','\x97','\xf1','\xe1','\xb0','\x8b','\x17','\x6d','\x1a','\x60','\x9e','\x87','\xba','\x57','\xa6','\xa2','\xc2','\xb8','\xe8','\xf5','\xb5','\xb9','\x56','\x9f','\x9a','\x2b','\x91','\x13','\xf3','\xd0','\xa3','\x71','\xa3','\xb4','\x3f','\x21','\xb9','\x35','\x18','\xc4','\x7a','\xcb','\xcf','\x57','\x19','\xcf','\x5c','\xd1','\x36','\x9c','\x44','\xc3','\x68','\xcc','\xa1','\x25','\x3b','\xc5','\xb6','\x22','\xe3','\x41','\x75','\xf9','\x25','\x4f','\xad','\xd4','\xeb','\xb1','\x40','\x2b','\xcd','\x21','\x0d','\x5b','\xb4','\xbc','\x68','\x26','\xe3','\x85','\xc6','\x2e','\xd2','\x34','\x6c','\xf4','\xbf','\xdf','\x69','\xcf','\xaf','\x1e','\x7e','\x84','\xf6','\xb3','\xd6','\xbe','\xba','\x72','\x04','\x4d','\x61','\x54','\x4b','\xb7','\x98','\xd2','\x0f','\xae','\x0b','\x7e','\x41','\x48','\x0f','\x5d','\x0d','\xba','\x4a','\x73','\x05','\x67','\x7c','\xc7','\xec','\xaa','\x43','\x97','\x19','\xa4','\x7b','\x34','\xea','\x7a','\x05','\x39','\xcb','\x69','\x13','\x94','\x0b','\x73','\x8a','\x72','\xcc','\xf0','\xf5','\x10','\xfa','\xca','\xee','\x60','\x33','\xdd','\x65','\x9c','\xf7','\xc3','\x50','\x42','\x77','\x77','\x18','\x8a','\xca','\xd9','\x6a','\x29','\x4f','\x6e','\x3d','\xa7','\xfa','\xb3','\x7a','\x78','\xb5','\xdc','\xc6','\x94','\xa4','\x27','\x53','\xc7','\x2e','\x8d','\x5a','\x7e','\xde','\x45','\x2b','\x74','\x33','\xdd','\xd8','\xa6','\x1a','\x64','\x59','\x8a','\x36','\x86','\x6d','\xed','\x9b','\xab','\x8a','\xfb','\xbe','\x1a','\x7c','\xa4','\xd8','\xab','\x0a','\x2a','\x53','\x27','\x55','\xa4','\xdb','\xca','\x37','\x53','\x36','\x76','\x85','\xac','\xbd','\x73','\xf4','\x4f','\x7f','\xd6','\xfe','\x2a','\xf4','\x09','\xc5','\x3e','\x2b','\x4a','\x67','\x4d','\x59','\x6f','\xef','\xbc','\xdf','\x5e','\x6e','\xb7','\x2f','\xad','\xb6','\xcf','\xae','\x1c','\xce','\xb9','\x87','\x59','\x9e','\xd4','\xbc','\xc7','\x28','\xcc','\xd7','\xb0','\xbb','\xcf','\x79','\xe6','\xba','\x07','\x95','\x7a','\x4e','\x09','\xc1','\x5e','\xb1','\x6d','\xa5','\x29','\x04','\x73','\xa5','\x72','\x36','\x94','\x60','\x0d','\xcd','\x09','\xef','\x14','\xfb','\xb3','\x0c','\x1d','\xc9','\x6f','\xc0','\xba','\xe0','\xcf','\x95','\xe8','\x90','\x54','\x51','\xa2','\xa1','\x8c','\xaf','\x53','\x94','\xdc','\xa0','\xaa','\xe7','\x9d','\x79','\x54','\xdc','\x25','\x69','\xb1','\x57','\xc8','\xc1','\x41','\xdd','\x6e','\xff','\xfd','\xf7','\x9e','\xe8','\xb6','\x9f','\xe5','\x49','\x5e','\x1f','\xd4','\x70','\x0b','\xe6','\xee','\xda','\x2d','\x93','\x83','\x3e','\x6a','\x6f','\x58','\xde','\x67','\xee','\xeb','\x7c','\xbe','\xd2','\x99','\x8f','\x2e','\xf8','\xe7','\xc6','\xde','\x28','\xde','\xff','\x72','\xc0','\x47','\x9c','\xc7','\xc1','\x97','\x25','\x72','\x19','\xf1','\x36','\xca','\x36','\x4d','\x9d','\x1c','\x89','\x1b','\x3a','\xa9','\xd6','\xd6','\x70','\x8a','\x18','\x13','\x1f','\x45','\xad','\xb9','\x4a','\x3c','\x9c','\xf4','\x78','\x8f','\x49','\x51','\xcf','\xeb','\x34','\x8b','\xd8','\xa3','\xf2','\xbd','\x38','\x47','\x8d','\xde','\x08','\x37','\x9d','\xc6','\x93','\x71','\xa7','\x3d','\xf7','\xe1','\x93','\xaf','\xe6','\xdd','\xd4','\xb3','\x48','\x65','\x6b','\x3b','\xa3','\xf5','\x23','\xae','\x4c','\x65','\xfd','\x70','\xb4','\xe6','\x95','\xc9','\xd9','\xc2','\x8d','\x40','\x2e','\xf7','\x3f','\x91','\xa0','\xf9','\xd5','\xaf','\x3e','\x3c','\x0c','\x0d','\x32','\xdf','\x56','\x46','\x0e','\x73','\x0b','\x25','\x72','\xd6','\x6b','\x7b','\xff','\x66','\x5e','\x23','\xad','\xa1','\x1b','\x4f','\x34','\x58','\x36','\xae','\xa4','\xad','\xa3','\xf9','\xd6','\x0a','\xb9','\x2d','\x8b','\x59','\x42','\xf9','\xb8','\x8a','\x6b','\x99','\x26','\xd1','\xa6','\xfe','\x08','\x03','\x89','\x5d','\x47','\x48','\x53','\xd8','\x78','\xcd','\xcb','\x4f','\xee','\xf9','\xdd','\x66','\x4b','\x08','\xd2','\x6d','\x45','\x5e','\xc8','\x47','\x2f','\x44','\x2e','\x28','\xd3','\x96','\xaf','\x17','\x30','\x07','\x1b','\x92','\x5f','\x32','\xae','\xf7','\x0f','\xc6','\x7f','\xd1','\x4e','\x28','\x2b','\x27','\xa4','\xca','\x71','\x65','\xf4','\x5c','\xbe','\x4e','\x0b','\x72','\x3a','\x6b','\xdf','\xbf','\xbd','\xbf','\x5e','\xb6','\x84','\x4a','\xf4','\x5c','\x64','\x62','\x72','\xe4','\x72','\x3f','\x96','\xea','\x8f','\x7b','\xb4','\xdd','\x82','\x91','\xf0','\xcb','\xb2','\xfe','\x08','\xb9','\x49','\xdf','\xae','\x07','\x23','\xb5','\xac','\xcf','\x29','\xef','\x31','\xd5','\xc6','\x42','\xff','\xd3','\xd7','\x31','\x50','\x4f','\xc7','\x15','\x45','\x39','\xe5','\xfe','\x27','\xc5','\x83','\x5e','\x08','\x3d','\x18','\xae','\xd9','\xbc','\xff','\x29','\xf6','\xa7','\x68','\x87','\x11','\xa1','\xb5','\x87','\x11','\x05','\xba','\xa0','\xac','\xff','\x11','\xfc','\x45','\x35','\x52','\xdb','\x9c','\xe4','\x2f','\x42','\xbc','\xe1','\xa1','\xc3','\xae','\x73','\x9e','\xd2','\xed','\x2b','\xa7','\xec','\xa6','\x44','\x3e','\x21','\xdc','\xd9','\x60','\x51','\xf2','\x3b','\x11','\x43','\xb0','\x28','\x25','\x7a','\x6c','\xae','\xed','\xe3','\x90','\x57','\x0f','\xeb','\x65','\x2a','\xe1','\x8d','\xd1','\x58','\x48','\x75','\xbb','\x6c','\x53','\x48','\xb6','\x86','\x67','\xa4','\xe8','\xdd','\xf2','\x6e','\xe3','\x05','\x1a','\xc6','\x47','\x87','\xb7','\x48','\x85','\xef','\x7c','\xc0','\x3d','\x79','\x56','\x40','\xa7','\xd6','\xfb','\xb9','\xd9','\x63','\xe6','\xa1','\x0e','\x42','\xf3','\x98','\x92','\x00','\x5a','\x24','\xe1','\x01','\x76','\x1e','\x67','\x0d','\xd3','\x31','\xcb','\x39','\xd9','\xb8','\xca','\xb2','\xc5','\x82','\xb9','\x0b','\xa3','\x56','\x9f','\xf6','\x82','\x9a','\x30','\x7c','\x1b','\x1b','\xea','\x7f','\xd2','\xf0','\x06','\xb4','\x17','\xf4','\x47','\x2d','\x2f','\xe6','\x99','\x95','\x54','\xa2','\x4b','\x91','\x74','\xe7','\xa2','\xf8','\x83','\xd7','\xbe','\xfe','\xf8','\x63','\x8c','\xfb','\x3f','\xfe','\xd1','\x83','\x2f','\xf1','\xa7','\xed','\x0f','\x32','\x4c','\xc2','\xa0','\xe1','\xe9','\x8d','\xfe','\xc8','\xee','\x8f','\xe6','\x7d','\xc0','\x50','\x7c','\x9a','\x34','\xd9','\xda','\x37','\xfb','\xe6','\xaa','\xee','\xae','\x4a','\xa6','\xe9','\xef','\xcb','\xd6','\xd4','\x76','\x29','\x3c','\x9e','\x95','\x41','\x36','\x7a','\xc3','\xd2','\xfb','\xbc','\xcf','\xff','\xf0','\xda','\xd7','\xff','\xf8','\x71','\x98','\x39','\x97','\xf4','\xf9','\x58','\xb9','\x79','\xd0','\x90','\xcc','\x85','\x2d','\xb3','\x01','\xd5','\xac','\x4c','\xf3','\xa9','\x99','\xa2','\x75','\x94','\x26','\xca','\x94','\x29','\x56','\x57','\x05','\xdf','\xce','\x87','\x8e','\x11','\xd1','\x7d','\x5c','\x7a','\xeb','\xaa','\x8f','\x93','\x55','\xee','\x06','\x01','\x70','\x0d','\x96','\xbe','\x5c','\x42','\x3c','\x5c','\xe7','\xf8','\xf3','\xdd','\xf1','\xfb','\x87','\x19','\x1b','\x6a','\x1d','\x8d','\x7f','\xf3','\x88','\xe8','\x37','\x07','\x8f','\xea','\xfe','\x23','\x3d','\x44','\xf9','\xe8','\xa6','\xb9','\xa6','\x69','\xc4','\x96','\xb6','\x59','\xf3','\xb8','\xc2','\x2d','\x9e','\x9f','\x96','\xf9','\xec','\x98','\x30','\xcf','\xfd','\x04','\x6d','\xfe','\x6d','\x96','\xdb','\x56','\xd8','\xcf','\x75','\xc5','\x5e','\xe8','\xdd','\x43','\xf3','\xd1','\x57','\xee','\x2d','\xec','\xd8','\xd7','\xb3','\x4f','\x35','\xc1','\x6b','\x62','\x82','\x1a','\x6d','\x7e','\x98','\x0f','\xa1','\xd7','\x52','\xfc','\x47','\xe6','\xde','\xb8','\x11','\x84','\x86','\x54','\xe0','\x19','\x35','\x1e','\xef','\xa0','\xc3','\x93','\x3c','\x4c','\x65','\x91','\x8d','\x78','\x26','\x35','\x1c','\xaf','\x3f','\x8f','\x1b','\xae','\x6e','\x4f','\xd4','\xa0','\x54','\x4e','\x4c','\xd1','\x5e','\xcc','\x37','\xe5','\x30','\x78','\x6b','\xb1','\x90','\x0c','\x9d','\xa4','\x94','\xda','\xe0','\x92','\x14','\xc3','\x4d','\xbd','\xee','\x77','\xf4','\x19','\x3c','\xcc','\xab','\xfb','\x33','\xe4','\xd4','\x6f','\x8c','\xde','\xf0','\x66','\xf0','\xf0','\x72','\x50','\x35','\x0f','\xb6','\x65','\xf4','\x1e','\x54','\xf3','\x80','\x30','\x6e','\x1d','\x61','\x0a','\x43','\x40','\x06','\x7e','\xb1','\xaa','\x5c','\x5d','\x0d','\xd2','\x3c','\xd3','\xf2','\xc1','\xc4','\x36','\xb8','\x7e','\x58','\x88','\x85','\x16','\x33','\xec','\xee','\x94','\xe4','\x3b','\x5c','\x3f','\x95','\x3c','\xa1','\x7e','\xaa','\xe5','\xf0','\xb1','\x57','\xf3','\xf0','\xfe','\xa0','\xf9','\x55','\xe4','\x7a','\xbc','\x3f','\x95','\x3c','\x61','\x7f','\xaa','\xe5','\xf0','\xfe','\x54','\xf3','\x40','\x2a','\x5f','\x1e','\xdd','\xde','\x2f','\xcd','\x97','\xf9','\xbc','\xbb','\xc5','\x74','\x2f','\x35','\x5f','\x39','\x3b','\x2c','\x8d','\xb5','\x72','\x76','\x58','\xc6','\x93','\xb7','\xc3','\x52','\x39','\x39','\x3b','\x2c','\xe5','\xc9','\xd9','\x61','\x45','\xec','\xe7','\x2c','\xeb','\x0b','\xbd','\x4f','\xe7','\x20','\x78','\x5d','\x32','\xdd','\xcf','\xe5','\xfc','\xe3','\xf3','\x63','\xb2','\xb1','\xc3','\xf9','\x95','\xf6','\x95','\x9b','\xed','\xf6','\xad','\xf6','\xfe','\x7b','\x6b','\x3b','\x28','\xa7','\xbb','\x9d','\x1f','\x7b','\x75','\x3e','\xc8','\xc7','\x5e','\xc9','\x13','\x8e','\xbd','\x5a','\x0e','\x1f','\xd7','\x09','\xda','\xca','\xa4','\x84','\x29','\x0a','\xc3','\xa3','\x28','\x6b','\x3e','\x1a','\x85','\xe6','\x9a','\xe6','\x11','\x06','\xad','\x5d','\xf4','\xed','\x36','\x93','\xc4','\x22','\xf9','\xf6','\xf2','\x07','\xed','\xcd','\xd5','\xfd','\x14','\x1b','\xc5','\x5a','\x2c','\x77','\xa8','\xc8','\xad','\xa2','\x3d','\xa5','\x82','\x07','\x93','\x41','\xcc','\x04','\x67','\xc8','\x11','\x3e','\x6f','\x7d','\xd6','\x9c','\xc5','\x13','\xc6','\x1b','\x15','\x3c','\xdc','\xff','\xd4','\x66','\xf4','\x39','\xa4','\xef','\x1d','\x8c','\x51','\x41','\xb8','\x97','\x1d','\xea','\xee','\x6f','\xd7','\xc6','\x0b','\x7e','\x09','\x4f','\x21','\x1f','\x4c','\xed','\x4d','\xb1','\x7e','\xaa','\x72','\xbd','\x48','\x3f','\xd3','\x79','\x12','\xfd','\x54','\xc8','\x89','\xc7','\x5e','\xc1','\x13','\xf7','\xa7','\x2a','\xd7','\x8b','\xfa','\x33','\x9d','\x27','\xe9','\x4f','\x85','\x9c','\xb8','\x3f','\x15','\x3c','\x12','\x46','\x3e','\xfe','\x55','\xc5','\x16','\x7a','\xa3','\xd6','\xc1','\x94','\x75','\x1a','\xcd','\x7b','\x55','\xae','\x97','\xd5','\xf3','\x94','\xf5','\x9e','\xd1','\x73','\x29','\x4f','\x4e','\xcf','\xd5','\xfd','\xa9','\xe4','\xc9','\xcc','\xc5','\x74','\xff','\x13','\xae','\x39','\x1e','\xce','\x4d','\x8f','\x5e','\x14','\x0c','\x7d','\x3f','\x3c','\x0c','\x5d','\xd0','\xfa','\x93','\x51','\x6b','\xa7','\x64','\xec','\x95','\xf9','\x60','\x38','\xf6','\x0a','\x9e','\x78','\xec','\x55','\x72','\xa2','\x71','\x9d','\xac','\xad','\xe3','\xd4','\x25','\x78','\xbd','\x65','\x27','\xe5','\xaa','\x8a','\x6d','\x4d','\xcf','\x2b','\x4f','\x46','\xaa','\xb7','\xce','\xe3','\x51','\xbc','\xa0','\xdf','\x68','\xa1','\xd3','\x4a','\x5f','\xd9','\xa3','\x87','\x69','\x4c','\x35','\xaf','\xaa','\x37','\x32','\xd5','\xc6','\xc2','\x22','\x4b','\x9e','\x28','\xf4','\x2d','\x3b','\x05','\x90','\x59','\xa6','\x4c','\xe9','\x09','\x05','\xab','\x74','\x42','\x11','\x1e','\xdd','\xe4','\x4f','\x28','\xd0','\xa1','\xf5','\x47','\x4d','\x5f','\x53','\x3d','\xca','\x73','\x65','\x70','\x64','\xf0','\x31','\x04','\xcd','\x56','\xc4','\x0c','\xc1','\xd3','\x58','\xd8','\xd8','\xc1','\xe6','\x5e','\x17','\x4a','\x57','\x3d','\xd5','\xf6','\x2e','\x6d','\x0d','\x5b','\x5b','\x9a','\xbd','\xa5','\x2d','\x78','\x86','\x44','\x71','\xb5','\x93','\xad','\xf6','\x87','\xd4','\xda','\x4a','\x95','\x19','\xa5','\x71','\x2b','\xc8','\x3c','\xe5','\x63','\xc5','\x6e','\xab','\xd4','\xdc','\xa7','\xd8','\xdc','\x5b','\x62','\x27','\x77','\xba','\xa5','\xe1','\xc0','\xbc','\x51','\xed','\xe0','\xd1','\xa2','\xf7','\xdd','\x97','\xa8','\xcf','\x53','\x43','\x77','\xa1','\x37','\x6c','\xc4','\x9a','\xde','\x1d','\x15','\x52','\x2a','\x9d','\x22','\x61','\x54','\xd4','\x1e','\x2e','\x2e','\x0d','\x10','\x5b','\xa3','\x86','\x9f','\x66','\xf0','\x2e','\x8b','\x7f','\x78','\x65','\xef','\xf2','\xef','\xee','\xfd','\x8b','\x46','\x4a','\xe0','\xe3','\xf2','\x4b','\xd2','\xfe','\xda','\x64','\x32','\x28','\xde','\x25','\x52','\x7f','\x3d','\xde','\xb8','\xa9','\xbf','\xe4','\xad','\xc7','\x05','\x8a','\x50','\xc9','\xf1','\x89','\x09','\x95','\x40','\x93','\xe3','\xb5','\x39','\xe1','\xe1','\x9b','\x8a','\x75','\x1d','\x2c','\x31','\x44','\xa8','\x5e','\x45','\xbe','\xd5','\x7d','\x32','\xb2','\x3e','\xd3','\x43','\xdc','\x49','\x1d','\x35','\x26','\xea','\x5b','\x6c','\xf5','\x83','\x4c','\xcc','\x76','\x79','\xd2','\x7d','\x9a','\x74','\x46','\xa1','\xa3','\x1b','\xd2','\xf0','\x8d','\xa7','\x93','\x2e','\x5d','\x74','\x5e','\x82','\x2f','\x5e','\x16','\xee','\x9f','\x91','\xfe','\x78','\x4d','\xe9','\xf4','\x89','\xc5','\xe7','\xfa','\x54','\x7f','\x35','\xde','\x5c','\xc3','\x65','\xb3','\x2c','\x13','\xf6','\x75','\x67','\xfb','\x9b','\xd7','\x16','\x17','\x76','\x4c','\x37','\x9a','\x02','\x66','\x2d','\x1b','\x7f','\x7a','\x10','\x5c','\x22','\xfe','\xdb','\xb5','\xc9','\xe0','\x2f','\x33','\x7d','\xe6','\xcb','\x74','\xa9','\x16','\x8c','\xb5','\x6b','\xf7','\x8c','\x2d','\xed','\xfc','\x8e','\x71','\x0d','\x6c','\x91','\x9f','\x99','\x49','\xdc','\x6a','\xd9','\xc8','\x51','\xef','\xc2','\x8f','\x1a','\x5f','\x0e','\xde','\x12','\xed','\x55','\xd9','\xbe','\x41','\xaf','\xbb','\x39','\x3b','\x74','\x6f','\xa0','\x9d','\xb0','\x06','\x39','\xf0','\xa5','\x83','\x74','\x2c','\x6a','\x08','\x5b','\x66','\x78','\x0c','\x7d','\x34','\xe9','\x46','\xe7','\xd1','\xaf','\xf5','\xee','\x0b','\x61','\x8b','\x8c','\x24','\x66','\xca','\x20','\x38','\x57','\x44','\x7b','\x65','\xdb','\x0c','\x27','\xc1','\xbd','\x2c','\xf9','\xcd','\x78','\xa1','\x8a','\xf5','\xd6','\xe3','\x5f','\x91','\xe5','\x46','\xd3','\xad','\x7a','\xdf','\xd5','\xfd','\x6d','\x2a','\x4a','\x5e','\x4a','\xac','\x82','\x75','\xfb','\xb3','\xda','\xd7','\xe3','\xd1','\xf2','\x23','\xdd','\xfb','\xd9','\xab','\x30','\xe0','\xb5','\x00','\x75','\xd0','\x8d','\xe4','\xe8','\xd6','\xaa','\x6c','\x5c','\xbb','\x67','\xee','\xdd','\x33','\x13','\xcb','\x21','\xb9','\xa6','\x10','\xb2','\xd0','\x48','\xfc','\x8d','\x9a','\x7f','\xcf','\xec','\x3d','\x78','\xfb','\xce','\x17','\xb7','\xe5','\x0e','\x9b','\x0e','\xea','\x96','\xad','\xc6','\xab','\x5a','\xaf','\xf5','\x43','\xc5','\x4a','\xbf','\x1e','\x6f','\x2a','\x7c','\x5a','\x99','\x9c','\xc8','\x27','\x68','\xf2','\xfe','\x52','\x7b','\x19','\x03','\xeb','\x2b','\xab','\xed','\x37','\x1d','\xae','\x51','\x6c','\x24','\xaa','\xd5','\x33','\x1e','\x0b','\x73','\x76','\x76','\xf1','\x8b','\xa7','\x93','\x9b','\x4c','\x5a','\x6c','\x87','\x76','\x38','\x17','\x90','\x2a','\xab','\x0e','\x6a','\xde','\xcf','\x75','\xff','\xf3','\x6c','\xad','\x35','\x9c','\x53','\x3e','\xc5','\x37','\x8e','\x26','\x9b','\x89','\x3d','\x87','\xfd','\xc9','\x90','\x94','\xaa','\xe4','\xd0','\x68','\x33','\x76','\x88','\xf4','\xad','\xfe','\xb8','\xce','\xa6','\xd2','\x24','\x05','\x76','\x54','\x58','\x97','\xbd','\x47','\xda','\xb5','\x1d','\xfb','\x8a','\x14','\xd9','\x06','\x0a','\xd7','\xd4','\xed','\xe1','\x5f','\x6d','\xb1','\x03','\x07','\x3a','\x2e','\xfc','\xed','\x47','\x1f','\x60','\x32','\x97','\x5e','\xef','\xec','\x30','\x81','\xc6','\x41','\x43','\x4e','\x2b','\x99','\x26','\x3e','\xe4','\xb1','\x5e','\x87','\x2f','\x5e','\xf5','\xee','\x6a','\x38','\x17','\xd7','\x76','\x8c','\x15','\xd1','\x7e','\x43','\xb4','\x2e','\x88','\xee','\x77','\x24','\x5f','\x4b','\xfa','\xe3','\x4a','\x6c','\x60','\x9f','\xd5','\xbf','\x25','\x05','\x8b','\x62','\x62','\xca','\xf6','\x6a','\x98','\x77','\xe3','\x18','\xfe','\xe8','\x68','\x6c','\x47','\xfa','\x10','\xa2','\x46','\x42','\x35','\x26','\x92','\xf0','\x59','\xf0','\x4d','\xc1','\x5e','\x10','\x4d','\x77','\x5b','\x8f','\x8e','\x3d','\x12','\xed','\xb0','\x71','\xb9','\xef','\x3c','\x25','\x05','\xfe','\xbe','\xf0','\xde','\xd9','\xfe','\x2d','\xda','\x9b','\x2f','\xdf','\xfc','\x0f','\x2b','\x98','\x4b','\x9f','\xae','\xc3','\xd5','\xee','\xd3','\x23','\x97','\x2d','\x97','\xf3','\x5b','\xc6','\xeb','\x54','\xd2','\xe4','\x27','\x26','\x5c','\xbd','\x70','\x15','\x43','\x23','\xaa','\x56','\x42','\x53','\x08','\x6a','\xf8','\x0f','\x9b','\xa2','\xa6','\x14','\xa8','\xfc','\xda','\x49','\xda','\x62','\x13','\xe4','\xbf','\x0c','\xf7','\x5f','\xeb','\xdd','\x35','\xf7','\x74','\x7b','\xf5','\x6a','\xf7','\xa8','\xef','\x46','\x9b','\x0a','\xad','\x09','\x36','\x22','\xd3','\xfb','\x49','\xcd','\x43','\x23','\x34','\x25','\xef','\xb2','\x82','\xb9','\x4d','\xca','\xc6','\x88','\xb6','\x46','\xad','\x70','\xf9','\x6d','\xfe','\xe2','\xc8','\xbf','\x15','\xad','\xc6','\xd0','\xe6','\x05','\xee','\x40','\x3d','\x7d','\x30','\xa9','\xfd','\xf3','\xfe','\xc6','\xf2','\x92','\xec','\xbf','\xfb','\x12','\xdb','\x56','\xd2','\x3e','\x81','\x93','\xb0','\x3b','\x6c','\xc5','\x6e','\x19','\x17','\xa5','\x6e','\x74','\x9f','\x4e','\x92','\xc7','\x8a','\xd2','\x7a','\x32','\x8e','\x1d','\x58','\xeb','\xf1','\x28','\x6c','\xea','\x9d','\x24','\x1d','\x6e','\x45','\x87','\x4a','\x3f','\x3d','\x1a','\x77','\xdc','\xf8','\xf3','\x04','\x36','\xfb','\xd1','\x5c','\x2c','\xec','\xe9','\x46','\x1e','\xcc','\x4e','\x68','\x31','\x06','\xdc','\x9e','\xd1','\xd7','\x5d','\x11','\x82','\xb3','\x82','\xcb','\xb0','\x72','\x76','\xe1','\xe6','\xd9','\x95','\x5b','\x67','\xfb','\xef','\xfd','\xc1','\x9d','\xf5','\x35','\xb9','\x13','\x17','\x70','\x42','\xa7','\xf9','\x0d','\xc9','\x7e','\x43','\xb1','\x6f','\xe8','\xf6','\x96','\xb9','\x20','\xa1','\x9d','\x3a','\x8b','\x52','\x6a','\xaf','\x14','\xe5','\x16','\xd5','\x18','\xf5','\x14','\x58','\x91','\x33','\x19','\x97','\xdc','\x7d','\x32','\x4e','\x1c','\x38','\x5f','\xa7','\x85','\xbd','\x92','\xb6','\x7b','\x01','\xcc','\xf3','\x77','\xcc','\x64','\xa3','\x70','\xe7','\x44','\xbf','\x29','\x45','\x36','\xc6','\x0f','\xd1','\xe8','\xf4','\x7d','\xea','\xd9','\x95','\xad','\x7a','\xef','\xca','\xde','\xbb','\xaa','\x57','\x16','\x36','\x9c','\xd2','\x29','\x9d','\xd2','\x29','\xfd','\xbf','\x26','\x83','\x36','\x47','\x50','\xd1','\x9b','\x7a','\x90','\x49','\xd3','\x4e','\x42','\x18','\x84','\xbc','\x8c','\xa2','\x3c','\xc2','\xcb','\xec','\xe7','\xb3','\xd1','\x1c','\x83','\xc2','\x20','\x53','\x74','\xfd','\x5c','\x72','\xe6','\x66','\x33','\xa6','\xa8','\x19','\xe1','\xd9','\xa8','\xfa','\xf5','\xe3','\x0b','\x3f','\x8e','\x1c','\x93','\x01','\x67','\xce','\x8a','\xee','\x6f','\x80','\xb0','\x05','\x92','\xe0','\x49','\xe0','\x4b','\x9e','\x2f','\x78','\x3e','\xcd','\x25','\x42','\x62','\xaa','\xd4','\x99','\x2a','\x0d','\x48','\xb6','\xc9','\x69','\xad','\x34','\xa7','\xc3','\xc8','\x62','\x8a','\x1c','\x93','\xb5','\xf6','\x08','\x28','\xe6','\x74','\x8f','\x31','\xdc','\x99','\xca','\x58','\x8a','\xf0','\x8c','\x33','\x83','\xbd','\xd9','\x9c','\xcd','\x35','\x9b','\xec','\x17','\x24','\xa7','\xcd','\xf0','\xfc','\x64','\xbe','\x18','\x39','\x93','\xc9','\x64','\x36','\xd3','\xff','\x16','\x55','\x75','\xc6','\x63','\xf6','\x84','\x46','\x50','\x67','\x0b','\x5b','\xe5','\x3e','\xeb','\xf8','\xb2','\x5d','\x9a','\x42','\xc9','\xa6','\x45','\xd1','\xf3','\x9e','\x4b','\x14','\xf6','\xc4','\x29','\x74','\xa6','\x71','\xa2','\xe9','\x88','\x3a','\x83','\x3d','\xb9','\x56','\xe8','\xcc','\xc9','\x44','\x01','\xac','\x78','\x79','\xf4','\x21','\xc4','\x1d','\x10','\x76','\x40','\x90','\x41','\x2c','\x7a','\x52','\xee','\x43','\xbe','\xc3','\x70','\x13','\x60','\x15','\x60','\xcf','\x43','\xbf','\x81','\xa9','\xb7','\x02','\x2d','\x1d','\xe6','\x6d','\xd8','\x3f','\x98','\x04','\x21','\x5b','\x09','\x94','\x92','\xc9','\x42','\xb5','\x74','\x70','\x70','\x2e','\x74','\x07','\xe0','\xbb','\xe0','\x93','\x23','\x42','\xa7','\x24','\x0a','\x20','\x8b','\xa0','\xdd','\x02','\xc3','\x8c','\xc6','\x58','\xb2','\xd9','\x88','\x6c','\x0e','\x54','\xfa','\x94','\x1b','\x16','\x49','\x90','\xe0','\xe3','\x0d','\x69','\x1f','\xe4','\x26','\x68','\x75','\xd0','\x2e','\x81','\xf1','\x0e','\x18','\x5b','\xb0','\x00','\x70','\x01','\xe0','\x12','\xc0','\x65','\xa6','\x36','\x9b','\xb7','\x09','\x74','\xf6','\xef','\xa7','\xe5','\x6d','\x82','\xd4','\xc7','\xb4','\xb0','\x63','\x82','\x69','\x83','\x6e','\x81','\xec','\x82','\xe2','\x80','\x18','\x03','\x7f','\xe2','\x4d','\x7c','\x84','\x0c','\xc8','\x86','\xcc','\xc7','\x5f','\xe0','\x38','\xd0','\xee','\x64','\xd4','\x9a','\x8c','\x4b','\xbf','\x25','\x3b','\x29','\xbd','\xb0','\x35','\x78','\xac','\xfe','\x0b','\x4c','\xd5','\x72','\xb4','\x25','\x58','\x6c','\x34','\xde','\x09','\x6f','\x87','\x8b','\xc0','\x62','\x37','\x35','\xc6','\x20','\x32','\xd1','\xcf','\xf0','\x60','\x1a','\xe1','\x3a','\x58','\x09','\x80','\x8a','\xcb','\xf3','\x02','\xa8','\x3b','\x00','\x95','\xc5','\xea','\xeb','\x2f','\x08','\xc6','\x0b','\xc2','\x2c','\xea','\x34','\xeb','\x1c','\xb3','\x59','\x2b','\xa9','\x0e','\x1d','\x8e','\x59','\x8c','\x7c','\xf6','\x5c','\x86','\x0e','\xcc','\xe6','\x2f','\xa7','\x17','\x15','\xa1','\x01','\x6c','\x83','\xa0','\x81','\x64','\x32','\x7c','\x42','\x78','\x26','\x7a','\xdb','\x27','\x98','\x0c','\x18','\x7c','\x9e','\x7f','\xf6','\xfe','\x58','\xcc','\x3e','\x7d','\x66','\xf4','\xcc','\xee','\x25','\x06','\x31','\x1a','\x6d','\x1a','\x62','\xf4','\x54','\x00','\xe6','\xc7','\x3c','\xf6','\x22','\xbe','\x6e','\xc9','\xd1','\xc3','\xcc','\x13','\x3f','\xda','\x32','\x72','\x70','\xa2','\xa7','\xa9','\x36','\xf9','\x72','\x63','\x8e','\x8d','\x1c','\x60','\x18','\xbc','\x9d','\x08','\x3a','\xdf','\xce','\x50','\xae','\x9d','\xba','\x3c','\xb9','\x0d','\xa7','\xba','\x00','\xea','\x80','\xba','\xf5','\x9c','\x50','\x07','\xb5','\x80','\x69','\xfa','\xf9','\x40','\x42','\x62','\x3f','\x24','\x14','\x11','\x29','\x51','\x8c','\xa6','\xa1','\x88','\xc8','\x87','\x85','\x2c','\x65','\x5c','\x89','\xc7','\x72','\xa6','\xb4','\xe3','\x85','\xef','\xb2','\x9a','\x9e','\x91','\x77','\x90','\x71','\x37','\x62','\xef','\xa9','\x45','\x3f','\xe3','\x56','\xc3','\x36','\x9c','\xc8','\x31','\x1a','\x5a','\xd6','\x39','\x66','\x1c','\xa7','\x15','\x09','\x31','\xa2','\x9f','\xd9','\xa6','\x62','\x47','\xcd','\x56','\x25','\x8f','\x9a','\xef','\x82','\x60','\x10','\x44','\xdc','\xeb','\x1c','\x82','\xe6','\xc1','\x19','\x20','\x5c','\x80','\xf0','\x02','\xef','\xf0','\x47','\xc8','\x83','\x40','\x66','\x7c','\x8b','\x40','\x12','\x2e','\x44','\x8c','\xc8','\xc5','\x19','\x4b','\xb8','\xee','\x86','\xed','\xf0','\x47','\xc5','\x76','\x2e','\x3c','\x83','\xfd','\x9c','\x94','\x4e','\x6a','\x3f','\xea','\x10','\x64','\x8d','\x01','\x2f','\xbc','\x19','\x28','\xfd','\x74','\xb8','\x92','\x84','\x00','\x04','\x6b','\x06','\x1a','\x16','\x18','\x0c','\x54','\x57','\x47','\xfd','\xa8','\x01','\xa8','\x3e','\x03','\x6b','\x51','\x8d','\x42','\xd3','\xa2','\xff','\x89','\x1f','\x85','\x9c','\xfc','\xad','\x80','\xaf','\x2f','\xfc','\xaf','\xc4','\x20','\x30','\x40','\x0c','\xb7','\x80','\xe8','\x11','\xe7','\xe4','\x6f','\xe1','\xeb','\x6c','\x7d','\x45','\x34','\xc5','\x39','\x34','\x26','\xc3','\xe7','\xd9','\xfe','\x62','\x22','\x39','\x27','\xa2','\x13','\x75','\xa6','\xb2','\x09','\x0d','\x0c','\x99','\x0a','\xf2','\x8e','\x80','\x4b','\xa8','\xc7','\x76','\xff','\x8b','\x51','\x7c','\x7b','\x91','\xfd','\xec','\xe1','\xca','\xf2','\x44','\xaa','\xb9','\x5b','\x5a','\xc5','\xa8','\xca','\xb2','\xe9','\x7c','\xa3','\x27','\x2f','\x2f','\xe4','\x24','\x9c','\x40','\x51','\x62','\xca','\x1d','\xc8','\xec','\x45','\x2d','\xa9','\x00','\xd0','\x4f','\x2b','\xf2','\x1e','\x1c','\x25','\xa4','\x67','\xbc','\x7f','\xf6','\x52','\xe7','\xde','\xc9','\x63','\x26','\x64','\x32','\x83','\x24','\x3f','\xe5','\x47','\x0f','\x13','\xb2','\x33','\x7b','\x51','\xf1','\x87','\x4d','\xcd','\xa3','\x20','\x85','\xc9','\x71','\xc9','\x95','\xc5','\xad','\x64','\xc9','\x24','\x33','\x55','\x49','\x81','\x98','\x16','\x28','\x71','\xb3','\x3e','\x53','\x29','\xde','\x27','\x3b','\x36','\x73','\x5a','\x2a','\x6a','\xcc','\x8c','\x79','\xeb','\x2c','\x07','\x09','\x07','\xe0','\xd2','\x75','\x3d','\x6c','\xc1','\x2c','\xbc','\x5b','\xad','\x79','\x15','\x82','\x73','\xfd','\x1f','\xdb','\x6d','\xdd','\xba','\x28','\xbb','\x8b','\x8a','\x63','\x8a','\x08','\xbc','\xc0','\x9f','\x78','\x13','\x1f','\xa9','\x33','\x3e','\x4b','\x3e','\xae','\x6d','\x54','\x45','\x7a','\xb5','\x11','\x53','\xdb','\xef','\x31','\xc3','\x5d','\x62','\xc1','\x15','\x66','\x7d','\x32','\xc8','\x32','\x68','\xb2','\x74','\x1f','\x74','\x17','\x0c','\x83','\x80','\x76','\xcc','\xc1','\x7f','\xea','\x6c','\xe8','\x49','\x37','\xf6','\x41','\x10','\x08','\x22','\x99','\x3d','\x81','\xff','\xc4','\xfb','\x71','\x09','\xa8','\x86','\x59','\xe1','\xac','\x85','\xff','\xa2','\xea','\x81','\x52','\x54','\xc1','\x7a','\xbe','\x50','\x13','\xea','\x01','\xc5','\x87','\x0b','\x2c','\x3e','\xbc','\x3e','\x9b','\x7d','\x2a','\xd9','\x92','\xf7','\xae','\x7e','\x6b','\xdb','\xae','\x6f','\xbb','\xfa','\xbb','\xbe','\xbc','\xe0','\xc9','\xbc','\xc6','\x96','\x43','\x18','\x3f','\xf8','\x22','\xfb','\x88','\x40','\xa3','\x04','\x14','\xfd','\x73','\x8a','\x5a','\xde','\x68','\x8e','\x0e','\xa6','\x2d','\x09','\x1c','\x84','\xe0','\x79','\xad','\xc9','\x08','\xf6','\x58','\x26','\x7e','\x93','\x52','\x72','\xfa','\x59','\x9a','\x77','\xa7','\x53','\x3c','\xbe','\xa8','\xaf','\x82','\xf0','\xaf','\x9e','\xa4','\xf9','\x8a','\xe6','\x22','\x54','\x8c','\xa9','\x71','\x2f','\xfe','\x4f','\xc6','\xd9','\x40','\xed','\x07','\xa0','\x75','\x40','\xb3','\x15','\x06','\x49','\x73','\x85','\xbf','\x66','\x79','\xae','\x56','\xa9','\x50','\x1e','\x79','\x5c','\x05','\xe8','\x7b','\xc2','\xb6','\x8f','\x90','\x50','\x2c','\xc2','\x20','\x08','\x0f','\x1d','\xe1','\x21','\x2b','\x32','\x6c','\x44','\x61','\x54','\x4c','\x35','\x0f','\x6c','\x17','\x1c','\x1b','\xbc','\xa6','\x40','\xb0','\x23','\x55','\x10','\x5a','\x13','\x76','\xe1','\x12','\xe6','\x5c','\x38','\x13','\x80','\xd5','\x91','\xad','\x47','\xe6','\x99','\xdd','\xc1','\x1c','\xff','\xeb','\x27','\x46','\x2a','\x88','\xa6','\x2f','\x1b','\x8e','\x66','\xbb','\x86','\xed','\x5a','\xb6','\xeb','\xd8','\xae','\x67','\x5c','\x03','\xf3','\x33','\x50','\x93','\x44','\x34','\x80','\x1b','\x26','\xdc','\xd1','\x04','\x45','\x17','\x15','\x5d','\x56','\x74','\x4d','\xd1','\x0d','\x51','\xb3','\x24','\xd3','\xe1','\xcb','\xcd','\xf1','\x72','\xa8','\x4d','\x86','\x08','\xf2','\xf3','\x05','\x34','\x26','\x03','\x84','\x20','\x42','\x11','\x21','\x75','\x40','\xb8','\x07','\x92','\x02','\x8a','\x18','\x02','\xaf','\x25','\x1d','\x84','\x4f','\x87','\x82','\x6f','\x29','\xbe','\xa5','\xb9','\x8e','\xd9','\x71','\xec','\xa6','\x67','\x9f','\x03','\x1b','\xa7','\x56','\x95','\xcd','\x57','\xb6','\xf5','\x85','\xa1','\xe4','\x4f','\xc9','\xb3','\x8c','\x70','\xc9','\x2b','\x86','\xaf','\x9e','\xf1','\x85','\x7f','\x0f','\x7f','\xe2','\x05','\xfe','\xc4','\x9b','\x49','\xd1','\x75','\x1a','\x6d','\x82','\xf0','\xd8','\x93','\x3c','\x47','\x05','\x6b','\xee','\xdc','\x7d','\xfd','\xad','\xfb','\xe6','\xca','\x5d','\x73','\xef','\xae','\xd1','\xd7','\xce','\x6c','\x19','\x84','\x5d','\x4b','\xfb','\x1b','\x47','\xfb','\xd0','\x93','\xc1','\x10','\xc1','\xa2','\x9a','\x70','\xb7','\x4c','\x48','\x8f','\x15','\x8d','\xc1','\xa7','\x69','\x0a','\x58','\xe9','\xe5','\xa7','\x20','\x48','\xd1','\x4d','\xdf','\x83','\xff','\x66','\x37','\x55','\x32','\xeb','\xf0','\x66','\xcf','\xcb','\x97','\x1a','\xb0','\x9f','\xdf','\x66','\xe0','\x51','\xe7','\x75','\x2a','\x3d','\xb5','\x7a','\x43','\x83','\x02','\x5a','\xcc','\x89','\x1c','\xee','\x49','\xc8','\xa5','\x18','\x9e','\xfc','\x6d','\x47','\x5e','\x72','\x5e','\xde','\xb2','\x7e','\x07','\x1e','\xea','\xb9','\x22','\xb1','\x91','\x68','\x86','\xac','\x0b','\x31','\x46','\xb3','\x19','\xe2','\xec','\xa0','\xdb','\x51','\x27','\xbe','\x34','\xf1','\x84','\x09','\x20','\xf0','\x42','\xfa','\x2f','\x4f','\x3d','\xf0','\x55','\xfa','\xeb','\xc5','\x40','\x4b','\xff','\xd5','\x35','\x1b','\x94','\x42','\x0b','\x0f','\x3d','\x9c','\x86','\xc0','\x98','\x94','\x85','\xa5','\x62','\x0e','\xfc','\x3e','\xe7','\x41','\x66','\x7c','\x25','\x33','\x34','\x94','\x33','\xf1','\xd4','\x49','\x50','\x23','\xf3','\xc0','\x3e','\x0c','\x5b','\x54','\xf3','\x19','\x75','\x27','\xe3','\x1c','\xf8','\x7d','\xce','\x83','\xcc','\xf8','\x0a','\xbe','\x98','\x91','\x13','\xf7','\x67','\x51','\xc3','\x09','\x3a','\x0f','\xdb','\x17','\x60','\xe9','\x3a','\x5c','\x5f','\x82','\x0b','\x31','\xf0','\x27','\xde','\xc4','\x47','\xc8','\x80','\x6c','\xf9','\xfe','\x4c','\x89','\x49','\xf8','\xe8','\x70','\x2c','\x3c','\x1d','\xe1','\x83','\xe2','\xc3','\x99','\x1a','\xdb','\x2c','\x32','\xe7','\x40','\x6a','\xf4','\xa4','\x89','\x1f','\x0f','\x90','\x0f','\x6d','\xc2','\x88','\x0f','\x2a','\x1e','\x0e','\xb2','\xd1','\x88','\x26','\xec','\xc5','\xc5','\x70','\x8f','\x44','\x9e','\xa2','\x4a','\x8f','\x0f','\x7c','\x9d','\xab','\xa7','\xa8','\xcf','\x93','\xa2','\xca','\x14','\xef','\x30','\x8d','\x09','\x5c','\x69','\xb1','\xde','\xac','\xb4','\x6d','\xe4','\x25','\xc4','\x72','\xb2','\x76','\xc8','\x34','\xc6','\x95','\x16','\xeb','\x2d','\x63','\x1b','\xa5','\x72','\xf0','\x66','\xda','\xc6','\xd8','\x72','\xa0','\x79','\xa1','\x15','\xc1','\x16','\x05','\xcd','\xce','\x9d','\xa8','\xb7','\xbc','\xe7','\x65','\xab','\x3e','\x9e','\x11','\x3e','\x29','\x6c','\x39','\xd0','\xbc','\xb0','\x15','\x41','\x8b','\x82','\x66','\x67','\x1c','\xf5','\x76','\xba','\xf7','\x30','\x4c','\x4d','\x5b','\x34','\xe4','\x45','\x4b','\x34','\x13','\xdb','\xd0','\x2f','\xda','\xf3','\xe6','\x3a','\x02','\x2f','\x12','\x1b','\x33','\x1d','\x64','\x43','\x66','\x7c','\xa5','\xd8','\x99','\xdc','\x60','\xc3','\x3b','\x53','\xcb','\xc5','\x59','\x4c','\x25','\x87','\x05','\xa6','\x74','\x88','\xc4','\x8a','\xa2','\x3a','\xbb','\xb6','\xa6','\x05','\xa9','\xd3','\x88','\x47','\xbe','\x26','\x0b','\x23','\x51','\x8e','\xcd','\xae','\xe5','\x30','\x4f','\x9f','\x42','\xb1','\xe7','\x41','\xed','\xfd','\x09','\xc0','\x0f','\x41','\x38','\xf3','\xe2','\x8a','\x81','\x95','\xa0','\x86','\x7e','\xc8','\x1a','\xdd','\x48','\x1d','\xb4','\x15','\x74','\x3b','\xcd','\xe0','\x67','\x2c','\x87','\x53','\x3a','\xa5','\x53','\x9a','\x49','\xdd','\x80','\x1d','\x37','\x85','\xe5','\x5e','\x2a','\x55','\x4e','\x02','\x39','\x55','\xeb','\xa5','\x4c','\xb3','\x1b','\xcc','\x14','\xa3','\x8e','\x79','\x5e','\xe9','\x47','\x05','\x5f','\x0b','\xe5','\x44','\x85','\x77','\x87','\x65','\xd1','\x9e','\x3a','\x6b','\x81','\x0a','\x93','\xa1','\x1a','\xd5','\x7d','\xcd','\xc8','\x1f','\x98','\x51','\x65','\x57','\x65','\x0c','\x31','\x73','\x45','\x72','\xda','\xc0','\x2d','\x9b','\x42','\x3a','\x3b','\x25','\x20','\x16','\x69','\xd3','\x9f','\xcd','\x12','\xc3','\x6c','\x39','\x44','\x93','\xa1','\xe4','\x25','\x9f','\x12','\x14','\x7b','\xa5','\xf0','\x71','\xcf','\xaa','\x51','\x34','\x26','\x5c','\x95','\xee','\xf4','\x5e','\xb9','\xc8','\xd0','\x98','\x7e','\x20','\x26','\xb3','\x0d','\xb4','\x1a','\xec','\x63','\x4b','\x27','\x8c','\x54','\x8f','\x58','\xc4','\x52','\x24','\xbc','\x79','\x14','\x46','\xbf','\x22','\xfb','\x38','\xf5','\x38','\x92','\xab','\x47','\x77','\x4a','\xa7','\x74','\x62','\x32','\xca','\x42','\xd6','\x3b','\x99','\x3a','\x0c','\xff','\xc0','\x98','\x57','\x6e','\x58','\xd9','\xa6','\x24','\xb0','\xe3','\xf7','\x39','\x0f','\xe7','\xcf','\x14','\x70','\xee','\x94','\x05','\x99','\xc7','\xae','\xd3','\x32','\xe7','\x50','\x3c','\x67','\x9a','\x49','\x5e','\x7c','\xb4','\x31','\x21','\x09','\xf1','\xb1','\x06','\x05','\x68','\xec','\x4e','\xfa','\xc4','\x64','\x2a','\xa5','\xf3','\x1d','\xec','\x49','\x9c','\xef','\xf0','\x64','\x07','\xef','\x64','\x92','\x9d','\x32','\xb2','\x28','\xce','\xd7','\x72','\x2a','\xc2','\x74','\xf2','\x19','\x54','\x14','\xf9','\xf3','\x3c','\x2a','\xef','\x9f','\xd2','\x29','\x9d','\xd2','\x31','\xc9','\x3a','\xd1','\x17','\x29','\xad','\x69','\x21','\xc7','\x09','\xb3','\xb0','\x5c','\xfc','\x83','\x99','\x35','\xa6','\xdb','\xec','\x40','\xe0','\x45','\x10','\x7d','\xd6','\xe5','\x83','\xed','\x83','\xe3','\x26','\xce','\x61','\xd1','\x85','\xcf','\x1c','\xa1','\xe7','\x48','\x02','\x7d','\x25','\xa5','\x70','\x48','\x80','\x10','\x59','\x75','\x11','\x06','\x79','\x31','\x3c','\xf7','\xd7','\xa9','\x34','\x64','\xa5','\xab','\xc7','\x08','\xaa','\x1e','\x23','\x56','\x58','\x01','\xf9','\x4d','\xf6','\x59','\x57','\x9d','\x61','\x96','\xab','\xae','\x3e','\x66','\x3a','\xce','\xa9','\x53','\x7c','\x1a','\x39','\x4b','\x42','\x10','\xa1','\x40','\x82','\x0c','\x8a','\x49','\x4e','\x1a','\x55','\x74','\x8d','\x3e','\x5a','\x13','\x35','\xd0','\x6d','\x30','\x1c','\xb0','\x3c','\xfa','\x17','\xaf','\xf1','\x0e','\x72','\x51','\xd9','\x39','\x7f','\x2b','\x21','\x7c','\x62','\xba','\x54','\x6d','\x21','\xed','\xdd','\x61','\x9f','\xc6','\xa5','\x39','\xd3','\x42','\xfb','\xf9','\x1b','\xd1','\x60','\x26','\xc9','\x21','\xba','\x96','\xb2','\x10','\x2b','\x75','\xe6','\xce','\x60','\x78','\x60','\x7b','\xb0','\xee','\xc1','\xc7','\x00','\xe7','\x00','\x5e','\x8d','\xbe','\x8d','\x99','\x76','\x7c','\xad','\x7a','\x41','\xbd','\xff','\x63','\x5b','\xd1','\x2d','\x5d','\x76','\x35','\x76','\x4e','\x64','\x88','\xae','\xad','\x58','\x96','\x6c','\xbb','\xfa','\xb9','\x7e','\x53','\x4d','\xd5','\xc0','\x2b','\xb5','\x3d','\x38','\xd7','\xff','\xc4','\x6e','\xcb','\xd6','\x45','\x70','\x17','\xc1','\x31','\x09','\x78','\x81','\x3f','\xf1','\x26','\x3e','\x52','\x8b','\x76','\x93','\xa5','\xe3','\x7e','\x32','\x54','\x7a','\x2c','\x85','\x8a','\x9d','\x67','\x9f','\xdf','\xc5','\x0a','\xb1','\x23','\x34','\xb3','\x45','\x9e','\x3a','\x63','\xe6','\x88','\x8f','\xf5','\x6f','\x01','\xac','\xf3','\xf3','\x44','\x5f','\x78','\x1c','\x88','\x37','\x5d','\x51','\x04','\x0e','\x49','\x8a','\xb0','\xe5','\x61','\x58','\x9e','\x60','\xcf','\x47','\xe6','\x10','\x8e','\xc3','\xa1','\x2c','\x3b','\xea','\xae','\x27','\x9d','\xe0','\xfb','\xcf','\x53','\xfa','\xbf','\x45','\x71','\x3d','\x3c','\xae','\x6c','\x43','\xaa','\xbe','\x7d','\x19','\x60','\x99','\x61','\x8b','\x20','\x08','\x54','\x23','\x15','\xa3','\x03','\x39','\x1d','\x3a','\x2d','\x21','\xf9','\x9f','\x17','\xd5','\x45','\xb8','\x80','\x90','\x61','\x55','\x63','\x30','\x60','\xd5','\x82','\x0b','\x08','\x07','\xea','\x5e','\xb4','\xe3','\x34','\x9b','\xe2','\xd2','\x92','\xbc','\xb4','\xa4','\xed','\xef','\x23','\x0c','\x06','\x6b','\x69','\xc9','\x41','\x34','\xd9','\x0a','\x11','\x72','\x87','\x4a','\x43','\xa0','\x52','\x2d','\x34','\x4a','\xce','\x9b','\xa6','\x3f','\xf2','\x2a','\xf1','\x03','\x80','\xbf','\xf5','\xe0','\x21','\x5b','\x08','\x1e','\x43','\x8f','\x7d','\xcc','\x8c','\x63','\xdc','\x01','\xb8','\x07','\xf0','\x00','\xe0','\x61','\xf8','\x39','\x59','\xf2','\x25','\xd8','\x1c','\xfb','\xa2','\xf6','\x15','\x0f','\x34','\x1f','\x34','\x37','\x0c','\x84','\xb5','\xa8','\xf8','\x4d','\x60','\x1f','\xeb','\x70','\xfe','\x21','\x48','\x43','\x50','\x07','\x0c','\x01','\xcb','\xe8','\x8d','\x94','\x1f','\x30','\x40','\xf8','\x3b','\x3a','\x79','\xc1','\x7f','\x43','\xaf','\xb8','\x91','\x7a','\x9a','\x43','\x71','\x93','\x2d','\x15','\xb2','\x91','\xe5','\x8f','\x4b','\xee','\x39','\xb6','\x74','\x41','\x7b','\xe2','\x49','\x5f','\x12','\xd4','\x14','\xf8','\x1d','\x40','\x2c','\x1c','\x0f','\xa7','\x54','\x4d','\xd9','\x43','\xb4','\xf4','\x09','\x5a','\xf1','\x23','\xb8','\xdc','\x69','\x5a','\xc9','\x51','\xda','\x29','\x9d','\xd2','\x29','\x9d','\xd2','\x49','\x69','\x91','\x02','\xfe','\xf8','\x13','\x85','\xdc','\xff','\xf3','\x33','\x87','\xe4','\xe3','\x84','\x7e','\xa1','\xe4','\x6b','\x52','\xd8','\x29','\x0c','\x8f','\x77','\x3a','\x99','\x82','\x90','\xaa','\x90','\x13','\x5d','\x8d','\xff','\x4c','\xc6','\x65','\xff','\xc7','\x03','\x97','\x95','\xb2','\x7d','\x42','\xfa','\xaf','\xed','\xc2','\x74','\xd5','\x02','\xcf','\x12','\xb0','\x63','\xec','\xac','\x36','\x23','\x07','\xbd','\xeb','\x81','\x87','\x49','\x9f','\x2c','\xf8','\xa9','\x4f','\xc0','\xf9','\xb9','\x3c','\xca','\xf1','\xb3','\xdf','\x6b','\x06','\xfc','\xe0','\x00','\xb7','\x72','\x35','\x17','\xda','\xf3','\xbf','\x98','\x79','\x85','\xe1','\x1b','\x00','\x6f','\x00','\xdc','\x60','\xc0','\x98','\x07','\xb3','\x48','\x06','\x59','\x02','\x4d','\xc2','\x2c','\x2c','\xc8','\x7c','\xa2','\xd4','\xc8','\xf4','\x47','\x62','\x47','\xc9','\xf1','\x67','\x83','\x21','\xae','\x82','\x88','\x5b','\x6d','\x8f','\xa2','\xa6','\xfc','\x37','\xeb','\x7c','\xb0','\x75','\xfa','\x5e','\x34','\x43','\xb5','\xf0','\x9b','\x3e','\x88','\xfe','\xfa','\x90','\xab','\x44','\xd9','\x04','\x95','\x76','\x13','\x5f','\x49','\x4d','\x62','\xc5','\x7c','\xa9','\xff','\xc3','\xde','\xd3','\xf4','\xc8','\x71','\x5c','\xf7','\xaa','\x6b','\x54','\xdd','\x8a','\x4a','\xd3','\x4d','\x2b','\x70','\xca','\x51','\x83','\xd3','\x34','\x01','\x5a','\x07','\x23','\xae','\xe5','\x12','\x4e','\x0b','\x59','\xec','\x34','\x65','\x83','\xd2','\x41','\x89','\x7d','\x14','\x72','\x88','\x9b','\x21','\x23','\x13','\x88','\x80','\x74','\xa2','\x00','\x59','\x01','\x0b','\x4e','\x8d','\x56','\xd8','\xe5','\x61','\x23','\x8a','\xb7','\x39','\x24','\x26','\x7f','\x82','\x8e','\x39','\x04','\x50','\xad','\x28','\x90','\x3a','\x30','\xb4','\x73','\xf3','\xb1','\x29','\x02','\x3e','\x1a','\x23','\x08','\x30','\xc6','\xf1','\x62','\x27','\xf5','\xaa','\x3f','\xa6','\x67','\xa6','\x77','\x97','\x5c','\x9e','\x82','\xb0','\xf0','\x0e','\xe4','\xce','\xf4','\x9b','\xea','\xaa','\x7a','\xdf','\x1f','\x65','\x57','\x8c','\x95','\x9e','\xcc','\x46','\x9a','\x75','\x11','\x9b','\xe1','\x8d','\x38','\x84','\xa8','\x02','\xbd','\x35','\x2c','\xac','\xb3','\x3d','\x3c','\xf5','\x8f','\xba','\xe6','\x77','\x8d','\xe9','\xf1','\x7b','\xbb','\xd4','\x37','\x8d','\x05','\x61','\x3e','\xca','\x8d','\x42','\xc8','\x31','\x55','\x1e','\xa1','\x98','\x18','\x2c','\x04','\x20','\x0e','\x39','\x87','\xd4','\x02','\x51','\x29','\xec','\xe5','\xb0','\xbe','\x74','\x12','\x62','\x68','\xed','\xc9','\xfc','\x7c','\xfc','\xbf','\x1b','\x45','\xa4','\x2b','\xb6','\x86','\x49','\x6d','\x9b','\x34','\xcd','\x93','\x79','\x0b','\x65','\xd9','\x48','\x29','\x86','\x7f','\x50','\x15','\xf9','\x56','\x67','\x8f','\x96','\x74','\xa4','\xe8','\x14','\xaa','\xbf','\x37','\xdb','\xc4','\xe1','\xa7','\xfe','\x72','\x34','\x0d','\xcf','\x73','\x44','\x6d','\x77','\x68','\x0e','\x91','\x81','\x56','\xfe','\x67','\xe9','\x2c','\x28','\x1c','\x4d','\x86','\xef','\x21','\xf7','\x9b','\x1f','\xbd','\x09','\x30','\x06','\xe8','\xb6','\x9a','\x11','\x85','\x6c','\x83','\xe2','\x23','\x8d','\xdf','\x64','\xf8','\xd4','\x22','\x9e','\x69','\xc1','\x19','\x92','\xc2','\xaf','\x85','\x1c','\xa3','\x48','\xb4','\x63','\x18','\x51','\x65','\x75','\xde','\x1d','\x52','\x55','\xc0','\x4a','\xf7','\x57','\xda','\x5b','\x72','\xad','\xfb','\x86','\x8f','\xd9','\x06','\x36','\x14','\x02','\x0b','\x66','\xb9','\x2c','\x50','\xc0','\xf5','\xa1','\xd5','\x7f','\xe7','\xd3','\x35','\xe7','\x2e','\xda','\x78','\x92','\xf5','\xa1','\xfb','\x02','\x52','\x81','\x1f','\xa5','\xbc','\xe4','\x03','\xb9','\xf9','\x3e','\xac','\x45','\x8b','\xef','\x35','\x9c','\x1c','\x26','\xad','\x2c','\x7f','\x6b','\xff','\xa8','\xa5','\x61','\xf2','\xf4','\xa9','\x25','\x17','\xc2','\xf2','\xbe','\xf7','\xf2','\xc5','\x97','\x6f','\x03','\xb3','\x50','\x2e','\xb5','\xcb','\x7e','\x98','\x1f','\x72','\x27','\xb7','\xee','\x4a','\xbb','\x29','\x1d','\x60','\x1e','\xb0','\x00','\xcb','\x29','\x59','\x0a','\xcc','\x58','\x8e','\x31','\xb0','\x10','\x18','\xb7','\x18','\x5c','\x60','\xd4','\x7c','\x13','\xd9','\x6c','\x6f','\x6b','\xf1','\xbd','\x7c','\xfd','\x24','\xd3','\x29','\xc0','\xb3','\x60','\xf6','\x54','\xfa','\x4b','\x2d','\xc6','\xfa','\xb0','\xff','\x12','\x7c','\x6a','\xe0','\xc5','\xa1','\xac','\xc1','\xfb','\xbc','\x82','\x2f','\xa4','\x77','\xd5','\xc2','\x35','\xe9','\xbd','\x26','\xbd','\xd8','\x42','\x20','\xd7','\x83','\x45','\xfa','\xea','\xc1','\xc4','\x85','\xe8','\x05','\x15','\xbd','\xa0','\xa3','\x8e','\x81','\x34','\xea','\x64','\x51','\x47','\x46','\x1d','\x11','\x75','\xc2','\xa8','\xc3','\xa3','\x0e','\x8b','\x3a','\x6e','\xd4','\xa1','\x77','\x3a','\xe4','\x4e','\x07','\x72','\x0b','\x69','\x6f','\x39','\x2e','\xdc','\x90','\x3b','\x85','\x58','\x11','\x20','\x96','\xa1','\x29','\x71','\x5a','\xcd','\x25','\xbf','\x9d','\xa8','\x4b','\xba','\xb6','\x24','\xdf','\x02','\x2d','\xe7','\xf9','\xc9','\xe7','\xb3','\x21','\xd9','\x47','\x11','\x75','\x12','\xf8','\x5c','\x41','\xbf','\x03','\xe4','\x23','\x5b','\x77','\x59','\xba','\x0a','\x7b','\x07','\x0b','\xc4','\x5e','\xd1','\xb5','\x39','\x30','\xfb','\xf6','\x30','\x10','\x60','\xb5','\x2b','\x1b','\xe1','\x23','\x46','\xbe','\xec','\xa9','\xa5','\x03','\xb4','\x19','\x91','\xad','\x9c','\x96','\xdd','\xe9','\x91','\xe4','\xb1','\x26','\x58','\xdb','\x9f','\xea','\x83','\x4d','\x96','\xce','\xcd','\x8f','\x76','\x40','\x76','\x2c','\x03','\x31','\x52','\xdb','\xd5','\xba','\xd3','\x5f','\x3a','\x87','\xd3','\x89','\x10','\x22','\x10','\x5e','\x24','\x3a','\x06','\x9e','\x94','\x2e','\x96','\xd6','\xb9','\xa7','\x26','\x15','\xe7','\x39','\x1e','\x4a','\xaf','\xfb','\x5e','\xcb','\x7e','\xd5','\x79','\xdd','\xf5','\xd7','\x16','\xfd','\xf3','\x8d','\x1c','\xef','\xd2','\x45','\x2f','\x5a','\xfc','\xf3','\x07','\x83','\x7e','\x1c','\x72','\x11','\x7a','\x08','\xe7','\x3c','\x7e','\x2e','\x28','\xe1','\x52','\xc0','\x7f','\x14','\xb1','\x1a','\xb6','\x12','\x67','\x88','\x60','\x94','\x34','\x62','\xf3','\x09','\x97','\xdf','\x0b','\x15','\x9e','\x62','\x0e','\xf5','\xaf','\xff','\x73','\xe5','\xaa','\x35','\xbf','\xfe','\x67','\x00','\x6f','\x5a','\x8d','\x71','\x68','\x64','\x90','\x91','\x3e','\x66','\x47','\xb2','\x1e','\x2c','\xd2','\xc5','\x5c','\xbe','\x7a','\xfd','\x3a','\x5f','\x55','\x2f','\x12','\x3f','\xe9','\x3a','\xbb','\xd3','\xb1','\xe1','\x03','\x46','\xe9','\xf5','\x88','\xf2','\xa8','\x2a','\x8b','\x9b','\xb8','\x9d','\x49','\x5c','\x66','\x7f','\x60','\x39','\x12','\xea','\x50','\xc8','\xc0','\x31','\xb7','\xb9','\x8d','\xcf','\x3f','\x1f','\xff','\xe7','\xc7','\x3e','\x50','\xdb','\xb1','\xa4','\xf4','\x21','\xf5','\x14','\x3c','\x52','\xb3','\x28','\x18','\xf9','\x84','\xba','\x9f','\xc0','\x24','\x5f','\x78','\x88','\x5a','\x0b','\x63','\x8e','\xdd','\x9d','\x06','\x7a','\x59','\x51','\xb4','\xc8','\x16','\x94','\xa2','\xd2','\xbe','\xa0','\x7b','\xca','\x59','\xd2','\x5b','\x5a','\xc6','\xcc','\xb2','\xd3','\xb4','\x51','\x69','\x57','\x15','\x74','\xb4','\xeb','\x3f','\xd6','\x2e','\xd3','\x95','\x05','\x67','\x61','\x43','\x93','\x6d','\x8d','\x11','\xbd','\xd2','\xd8','\x99','\x41','\x69','\xef','\x6c','\x69','\xd8','\x3c','\x26','\x40','\x83','\xa3','\xb6','\x38','\xac','\xbe','\xe7','\xa2','\x82','\xf4','\x04','\xf3','\x31','\x34','\xc5','\x8b','\x72','\xe8','\xd2','\x1a','\x32','\x32','\x62','\xce','\x38','\x6a','\x03','\x72','\x7c','\xc6','\x68','\x6a','\xe6','\x4c','\xb6','\x24','\x4e','\xc6','\x02','\xd9','\x2a','\xab','\x3f','\xb0','\x6a','\x60','\x0a','\xa4','\x5f','\xb0','\x8e','\x74','\xc1','\x7a','\x3a','\x6e','\xbf','\xda','\xc1','\xbf','\xbb','\xb4','\x3e','\xcb','\xa1','\xa8','\x27','\xb1','\xe5','\x97','\xf5','\x9f','\xe5','\xc6','\x40','\xa7','\xdb','\xea','\x2b','\x17','\x80','\x5b','\x65','\x46','\xcc','\xac','\xdd','\x96','\xf7','\x72','\x73','\x54','\x2c','\x1d','\xa0','\x1d','\x5b','\x29','\x63','\x56','\x7e','\xc3','\xd6','\xb5','\x77','\xcd','\x47','\x46','\xa1','\x32','\x8b','\xa6','\xfd','\xfb','\x4b','\xef','\x65','\xfd','\x12','\x4f','\xad','\xd7','\x3d','\x81','\x5b','\x95','\x3f','\xd2','\xfd','\x6f','\x47','\x5c','\xc8','\x23','\x60','\x7d','\x6d','\xf3','\x58','\x3c','\xe4','\x17','\xe0','\x3e','\x42','\xba','\x38','\x02','\xdc','\xc7','\x4f','\x73','\x9e','\x17','\x2d','\xe8','\x43','\x9d','\x00','\xad','\xc3','\x9c','\x1f','\xbf','\x85','\xde','\x4b','\x4a','\xa7','\xeb','\xc7','\x29','\x42','\xf5','\xd8','\x4c','\x0c','\x25','\x56','\x93','\x59','\xa6','\x50','\x3d','\x47','\xd4','\xf4','\xf0','\x17','\xdc','\xd3','\xf4','\x7e','\x0e','\x0f','\x52','\xf8','\x55','\xd5','\x82','\x64','\x09','\x8e','\x78','\xba','\x31','\x1f','\x43','\x53','\x05','\xb1','\x2b','\x6c','\x8e','\x62','\x8e','\xf7','\xc0','\x96','\xf7','\xa2','\x50','\xb6','\x13','\x1b','\x2a','\x67','\x79','\xdf','\xd3','\x45','\x70','\xa7','\x2d','\x7f','\xac','\x20','\x41','\x90','\x0a','\xfc','\x25','\x3c','\x4b','\xc3','\xcc','\xc4','\x77','\x55','\x4d','\xef','\xcb','\x40','\x76','\x14','\x7c','\x90','\x1f','\x8b','\xc7','\xdf','\x1b','\x5b','\xf5','\x03','\x35','\x10','\xd0','\xaa','\x25','\x45','\xa1','\x4d','\xff','\x59','\x1e','\xd7','\xaf','\x5f','\x17','\x38','\x02','\xfe','\x7d','\x0b','\xe7','\x22','\x76','\xa9','\xd0','\x82','\x8e','\xd2','\x7f','\x5a','\xe6','\xf3','\x78','\x4c','\x0b','\x5d','\xe8','\xab','\x4a','\x11','\xaa','\xb5','\xa0','\xad','\x52','\x05','\xf2','\x97','\xec','\x94','\xe5','\xe1','\x3e','\x1a','\x1f','\xf5','\x52','\x55','\xe6','\x00','\x8f','\x80','\x27','\xb8','\x8d','\x87','\x0d','\xac','\xe0','\xa0','\xca','\x71','\xa1','\xc3','\x2c','\x5f','\x2a','\x14','\xa1','\xac','\x50','\x84','\x22','\xa2','\x8d','\xba','\x85','\xcc','\xff','\xf8','\x05','\x7a','\x3e','\x5a','\x47','\x52','\x89','\xb9','\xef','\xd9','\xdc','\xec','\xa4','\x4a','\xf0','\x1b','\x00','\xf9','\x42','\xd3','\xb7','\x52','\xf6','\x96','\xec','\xfc','\x54','\x7a','\xa9','\xf4','\x72','\xf9','\xe2','\x9d','\xb4','\x1b','\xe9','\x32','\x91','\x45','\x57','\xbb','\x70','\x05','\x82','\x81','\xc2','\xfa','\x5a','\xf3','\x97','\x2f','\x6c','\xa4','\xd5','\xc0','\x67','\x8a','\x3c','\x48','\x9d','\x1b','\xb2','\x33','\x12','\xde','\x27','\x22','\xb8','\xc3','\x03','\x8d','\x8d','\x4c','\x0d','\x9c','\x49','\xc4','\xb9','\x54','\xac','\xa5','\x52','\x42','\xb3','\xb6','\xb6','\x65','\x60','\x9f','\x07','\x0a','\x9d','\xb2','\x83','\xb4','\x4d','\x3f','\x8e','\x64','\x27','\x91','\x2c','\x91','\x8e','\x32','\xa7','\x54','\xb6','\x76','\xe4','\x8b','\xca','\x93','\xa5','\x05','\x3a','\x25','\x02','\x6b','\xb8','\x79','\x02','\xbb','\x18','\x71','\x91','\x74','\x44','\xc2','\x84','\x66','\x5c','\x9d','\x7e','\x59','\x75','\x7d','\x34','\xbe','\x8f','\x6b','\x6d','\x15','\x59','\x02','\xec','\xce','\x6a','\x74','\x89','\xf9','\xf7','\x37','\xa8','\x0b','\xcd','\x85','\xf8','\x6a','\x4f','\x6e','\x5d','\x9b','\x9d','\xda','\xb3','\xba','\x80','\xfd','\x34','\x74','\xfe','\xd1','\x28','\x44','\xc8','\xe4','\x5b','\xf8','\x60','\xb3','\x25','\x9d','\x68','\xcf','\x03','\xc2','\x77','\xe3','\x0d','\xb4','\x8e','\x8d','\x7a','\xbf','\x6f','\x7d','\x65','\xbc','\xf2','\xf4','\x9a','\x9f','\xfe','\x15','\x90','\x1b','\x40','\x77','\x8d','\x6c','\x1d','\x97','\x52','\x79','\xe9','\x45','\xcc','\xb3','\x4e','\x0f','\xc8','\x37','\x98','\x4d','\x34','\x7b','\x36','\x6a','\x38','\xb0','\x53','\xf4','\x5a','\x74','\x03','\x08','\xcd','\x22','\xfa','\x36','\xf2','\xdd','\x36','\xca','\xd2','\x76','\x03','\x43','\x0d','\x23','\xd9','\x99','\x98','\x7d','\x49','\xca','\x70','\xfc','\xa7','\x1a','\x34','\xba','\x7f','\xa9','\x4a','\xbf','\xad','\x52','\xae','\xf4','\x0b','\x37','\x67','\xa9','\xac','\x14','\x0a','\x43','\xc6','\x40','\x8a','\xed','\x76','\x47','\x7c','\x65','\xc2','\x7b','\x5a','\x16','\xce','\x6c','\x42','\x35','\x09','\x33','\x92','\xe2','\xcd','\x8f','\x14','\xb8','\x0b','\xfc','\x2f','\x81','\x7f','\x00','\xe2','\x75','\x88','\xff','\xe4','\xc6','\x98','\xee','\x68','\x52','\x4f','\x40','\xd9','\x5f','\xcf','\xa1','\x8c','\xec','\x1b','\x6c','\x13','\xf1','\xe6','\x36','\xff','\xc0','\x61','\xab','\x0e','\xa3','\x8e','\xeb','\x38','\x2e','\x73','\xfa','\x8c','\x31','\xce','\x80','\x77','\xd0','\x8c','\x37','\xb0','\x22','\x20','\x9b','\x40','\x5a','\x9c','\x61','\x1c','\xcc','\x2a','\x92','\xab','\x90','\x0b','\x3c','\x3b','\x88','\x47','\x93','\x89','\x7c','\x73','\x5b','\x7c','\xe0','\xf0','\x55','\x87','\x53','\xa7','\xeb','\x38','\x5d','\xe6','\xac','\x1b','\x34','\x47','\xe0','\x29','\xe3','\x15','\xe6','\xdf','\x3f','\x87','\x60','\x1d','\xfc','\x31','\xb8','\xc8','\xc0','\x73','\x23','\x6b','\xbd','\x10','\xdc','\xaf','\xd0','\x77','\x54','\xce','\x78','\x92','\x1b','\xa5','\xc8','\xd6','\x3f','\xcf','\x2a','\x17','\xe8','\x81','\x2d','\x52','\x43','\x3c','\x56','\xde','\xa6','\xab','\xf0','\x73','\x11','\xac','\x8b','\x13','\xe3','\xb1','\x2b','\xa2','\x6d','\xaf','\x30','\x6b','\x4e','\x76','\x2d','\xff','\x4c','\xcb','\xa6','\x02','\x75','\x37','\x15','\xda','\x2c','\x3b','\x08','\xe7','\xbb','\x90','\x15','\xaf','\x44','\xec','\xcf','\xd1','\x6d','\xf4','\x7c','\x75','\x57','\xf1','\x4c','\x48','\x71','\x0c','\x1e','\x51','\x55','\x3e','\x14','\xc7','\xb5','\x22','\x57','\x41','\x15','\xc7','\x98','\x02','\xfa','\x06','\xad','\x9f','\xf0','\x5d','\x71','\x71','\x1a','\xf4','\xf3','\x40','\xa4','\x86','\x27','\x18','\x38','\x5f','\xc1','\x05','\x48','\x2e','\x60','\x17','\x7d','\x5d','\x6c','\x89','\xc0','\x0b','\x06','\xea','\x06','\x40','\xcc','\xa8','\x90','\xa2','\xbb','\x2a','\xe8','\xc8','\x1c','\x1d','\x69','\x4b','\xa9','\x25','\xd9','\x3d','\xe3','\x1e','\x44','\x53','\x95','\x5e','\xc6','\x23','\x75','\xb5','\x82','\x6b','\x04','\xae','\x51','\x88','\x0b','\xdf','\x90','\x83','\x86','\x7a','\x50','\xe7','\x47','\x56','\x64','\x44','\x8c','\x12','\x32','\xb0','\x7d','\x42','\xc2','\xfa','\x48','\xcc','\x0d','\x6f','\x3e','\x59','\x83','\x5b','\x6b','\x9d','\xcc','\x5c','\x6d','\x68','\x7c','\x38','\xb0','\x4a','\xc6','\x02','\x06','\x23','\x14','\x69','\x27','\xc3','\x63','\xad','\x7b','\x64','\x2f','\x69','\x0e','\x2b','\x3a','\xe8','\x61','\xeb','\x02','\xb3','\xea','\x40','\x1b','\x07','\x7d','\x3d','\x25','\x77','\xc7','\x0c','\xfd','\x3f','\x51','\xbd','\xf2','\xb8','\xc6','\x63','\x1b','\x1d','\xf3','\x55','\x71','\x7e','\x50','\xa7','\xde','\x5e','\x85','\xbb','\x23','\x3c','\x42','\x6b','\x80','\x14','\xbc','\x5b','\xd9','\x48','\xc5','\xb6','\xae','\x69','\x72','\x3f','\x47','\x87','\x03','\x26','\xcf','\xb7','\xe3','\x61','\xd5','\xd6','\x95','\x70','\xb8','\x07','\xb2','\x8a','\x8b','\x61','\x2b','\x3b','\x07','\x4b','\xaa','\x53','\x24','\xe1','\xa9','\x55','\xe0','\x9b','\x78','\x86','\x56','\x3b','\xe5','\x1a','\x2b','\xc4','\xd9','\x53','\xe3','\x29','\x99','\x58','\xdd','\xf5','\xa5','\x77','\xb0','\xb5','\xdf','\x1b','\x58','\x47','\x18','\x1a','\x5c','\xbb','\x40','\xd8','\x0c','\x50','\x12','\x1d','\xd8','\x9c','\xba','\x66','\x59','\x4e','\x64','\x57','\x51','\x30','\xe8','\x52','\x70','\x57','\xd1','\x6e','\x41','\x80','\xad','\xe9','\xc1','\xa0','\xd3','\x7b','\x6a','\x3c','\xd5','\x62','\xb2','\x39','\xf5','\xef','\x63','\xda','\x9b','\xfa','\x5f','\xab','\x3f','\x10','\x75','\x05','\xff','\x6b','\x5d','\xeb','\xaf','\x58','\x63','\x87','\xcd','\xfa','\x29','\x21','\xcb','\x1a','\x8c','\xa1','\x37','\x2e','\xcf','\x0f','\x33','\x5f','\x5a','\x65','\x74','\x44','\xa9','\xa8','\x92','\xfd','\x42','\xda','\x3b','\xf0','\xbf','\x81','\x3f','\x50','\xb8','\x42','\xad','\xf5','\x64','\x56','\xec','\x1c','\xd0','\xd0','\x16','\xd7','\xb7','\xe3','\xc1','\xc5','\x21','\xaf','\x2b','\xf2','\x58','\x41','\x93','\xb1','\x27','\x98','\x58','\x45','\x7a','\xfb','\xec','\x5d','\xf0','\x6f','\xc0','\x5a','\x00','\x32','\x9a','\x6f','\x72','\x12','\xd9','\xaf','\x9d','\xb6','\x3d','\x0a','\x0a','\xb9','\x8c','\x78','\xb6','\xc9','\xe3','\x2d','\x30','\xa7','\x88','\x5b','\x41','\x7a','\x22','\x3c','\x75','\x7f','\x03','\x5c','\xd5','\xff','\x84','\x8b','\x63','\x18','\x0c','\x0d','\x9f','\xdd','\xa0','\x98','\x59','\x16','\xda','\xc2','\xa2','\x32','\x62','\x89','\xd6','\x9b','\x45','\x68','\x20','\x0b','\x20','\x0d','\x6d','\xe3','\x8e','\x32','\xca','\x53','\xf1','\x67','\xc3','\x09','\x76','\xc5','\x89','\xf1','\xcc','\x26','\xa3','\x50','\xf0','\x9d','\xf9','\x0c','\xfa','\x39','\x7c','\xa7','\x8a','\xa0','\xe2','\x09','\xa4','\xda','\x09','\xa5','\x93','\x09','\x47','\xa3','\xd0','\x31','\xc0','\xca','\xd0','\x54','\x86','\x0b','\x5d','\x34','\x42','\x99','\xe1','\x61','\x60','\xa9','\xec','\xcc','\x67','\xa2','\x9f','\x8b','\x13','\xe0','\x39','\x6a','\x18','\x33','\x64','\x43','\xbf','\xa2','\x53','\xdf','\xba','\x79','\x2b','\x45','\x2d','\xb5','\x60','\x03','\x03','\xad','\xf7','\xa6','\x94','\xcf','\x6a','\x18','\x4b','\xaa','\xbd','\x9b','\xc0','\x37','\xb1','\x43','\x64','\x6d','\xab','\x77','\x1b','\xfe','\x44','\xdb','\x43','\xd2','\x5d','\x48','\x61','\x2d','\x28','\x75','\xb5','\xb4','\xa5','\xcd','\x26','\x8e','\x73','\xaa','\xe5','\x4d','\x10','\x9b','\x20','\xe2','\x59','\xc6','\x2a','\x87','\x85','\xd7','\xe9','\xb6','\xf6','\xcc','\x33','\xc7','\x72','\x72','\xf1','\x1b','\x35','\x60','\xb0','\xc6','\x31','\x53','\x6a','\x2e','\x49','\x58','\x35','\x40','\x57','\x15','\x81','\xb1','\xed','\x6c','\xe8','\x5a','\x99','\x35','\x1b','\xb9','\x39','\xde','\x16','\x0f','\x5b','\xe3','\x34','\x08','\x56','\x51','\xb9','\x33','\xf0','\x34','\x78','\x6a','\xb6','\x37','\xd7','\xc1','\xcc','\x28','\x2d','\x3b','\x1a','\x6e','\x5b','\xf6','\x92','\xcf','\xf4','\xaf','\x66','\x8e','\x73','\x07','\x72','\x3a','\xcd','\xa1','\x4a','\x75','\x30','\xda','\x08','\x7a','\xe0','\xf4','\xbb','\xa5','\xcc','\x39','\x19','\x9e','\x74','\xb6','\x99','\xc9','\x03','\x18','\x1c','\x40','\x8c','\x87','\x27','\x33','\xc8','\x1d','\x58','\x67','\x70','\x8f','\x13','\x10','\x04','\x62','\x07','\x32','\xc7','\xde','\x7a','\x5d','\xc0','\xff','\x00','\x71','\x95','\xe3','\xe4','\x0e','\xcb','\xc8','\xbe','\x2c','\x58','\xa2','\x57','\x6f','\x09','\xc9','\xb9','\x3f','\x11','\x72','\xcd','\x4a','\x55','\x25','\xaa','\x8a','\x41','\x03','\x2b','\x16','\xce','\x07','\x70','\x3e','\x42','\xf8','\x63','\x09','\x61','\xef','\x20','\x74','\xf7','\x79','\xd3','\xb8','\x4c','\xcb','\x38','\x6c','\xd1','\xfa','\x26','\xe8','\xab','\x60','\x9c','\xbe','\x12','\x09','\x74','\x93','\xa4','\x46','\x79','\x66','\xb1','\x66','\xdf','\x57','\xec','\x4d','\x03','\xd0','\xdd','\x02','\xbe','\xb3','\xf3','\xe0','\xbf','\x6e','\xc4','\xef','\x78','\x6b','\x92','\xff','\xc6','\x8a','\xa8','\xd9','\xe9','\x59','\xd0','\x8b','\xdd','\x2d','\xfd','\xb3','\x50','\x9e','\x4f','\x85','\xa3','\x3c','\x4b','\x08','\xbc','\x0b','\xfc','\x8f','\x80','\xff','\x29','\xf0','\x6f','\x41','\x78','\xde','\x1d','\xbd','\xcf','\x37','\xfe','\xde','\x5b','\xfb','\x09','\x7f','\x97','\xb9','\xf7','\x6a','\xfd','\xb4','\x1c','\x66','\x13','\x27','\x9a','\xee','\x4a','\xc6','\x05','\xe7','\x5c','\x08','\x1e','\x08','\x16','\x61','\x5a','\x38','\x4b','\x52','\x96','\x24','\x2c','\xd1','\xec','\xb2','\x62','\x57','\x80','\xff','\x10','\xf8','\x5a','\xc9','\xa4','\x74','\x53','\xeb','\xb6','\x37','\x89','\x1b','\x1e','\x50','\x28','\x1b','\x89','\x01','\x19','\xfd','\x95','\xec','\xed','\x4b','\x9e','\x48','\xcc','\x41','\x49','\xcc','\x0e','\x5c','\x45','\x48','\x0d','\xbc','\x07','\xe9','\x35','\x3f','\x7f','\x4d','\x66','\x71','\xb2','\x19','\x27','\xbf','\x15','\xfd','\x7b','\x41','\xe9','\x0d','\xb0','\xfa','\x06','\x5b','\x0d','\x09','\xea','\x1b','\xc5','\x8d','\x14','\x72','\x18','\xcb','\xc1','\x58','\xae','\xe0','\x0d','\x0b','\x98','\xc8','\x42','\xe0','\x2a','\x02','\xaa','\x1c','\xef','\x19','\xad','\xa3','\xa7','\x5e','\xbb','\xac','\xe3','\xe1','\x38','\xde','\xfa','\x0f','\x31','\x10','\x41','\x45','\xef','\xa8','\x19','\xb1','\x6e','\x48','\x6e','\x89','\x12','\xba','\x72','\x28','\x4f','\x80','\x07','\x87','\x51','\xad','\x75','\xfa','\x13','\x9d','\xbe','\xae','\x52','\x9b','\x72','\x93','\x31','\xf8','\x69','\x07','\xde','\xe1','\x30','\xe2','\xb0','\xeb','\xc1','\xc7','\x82','\xec','\x08','\xe2','\x98','\xa9','\x0a','\x0a','\xc2','\x41','\xa1','\xe7','\x71','\xe8','\xc6','\x98','\x27','\x53','\x91','\x05','\xee','\x18','\x81','\x55','\x77','\x38','\xba','\x3d','\x1c','\xbd','\x6f','\xdd','\xcb','\x1d','\xa2','\x39','\x49','\x3c','\x54','\xbe','\x0d','\xc8','\x80','\xc4','\x92','\x18','\x5e','\xe6','\xa1','\xee','\xe4','\x58','\x66','\xc4','\xd1','\xb2','\x0a','\x33','\xec','\x84','\xd6','\xb4','\xe1','\x08','\x74','\xdd','\xe1','\xad','\xdb','\xc3','\x5b','\xef','\x93','\x5b','\x8c','\x7c','\x7c','\x42','\x3c','\x49','\x25','\x44','\x44','\x75','\xb2','\x17','\xf8','\x46','\xf1','\x69','\x2f','\x87','\x8d','\x35','\x72','\x83','\x6d','\x73','\xf7','\xdf','\x78','\x6f','\x83','\xb3','\x6c','\x1f','\xa2','\x26','\x2b','\x9b','\xe1','\xe1','\xf6','\xd0','\xbd','\x0b','\x81','\x84','\x48','\x3e','\x03','\x9e','\x62','\x3e','\x31','\x04','\x3f','\x86','\xc8','\x42','\x12','\x3f','\x05','\x9e','\x6a','\x60','\xa5','\x70','\x82','\xc9','\xa0','\xe8','\xfd','\x08','\xd0','\x3a','\x45','\x53','\x82','\xc1','\xa7','\x14','\xc6','\x98','\x2b','\x93','\x5b','\x4e','\x1a','\x17','\x42','\xb4','\xcd','\x3c','\x4d','\x8b','\xf6','\xc8','\x46','\x95','\x62','\x17','\xd5','\x33','\xe0','\x29','\x46','\x46','\xd5','\x0d','\x96','\xdc','\xe8','\x44','\x37','\x78','\x94','\x9d','\x00','\x0f','\x2e','\x0c','\x99','\x84','\xfd','\x7d','\xab','\xa5','\x23','\x95','\x59','\x35','\x7e','\x53','\x1a','\xf3','\xa9','\x9f','\x46','\xd8','\xef','\x38','\xbd','\x5a','\x01','\xd2','\x97','\x9b','\xbf','\x26','\xb2','\x38','\xda','\x8c','\xa3','\xdf','\x8a','\xde','\xbd','\xc0','\x6d','\xe0','\xa1','\xf7','\xc2','\xe9','\x63','\xa3','\xfd','\x58','\x12','\xdb','\x95','\x08','\x86','\xc3','\x8e','\xe5','\x34','\x8f','\xc8','\x9c','\x4a','\x7f','\x38','\x5d','\x74','\x25','\x9c','\x12','\xf4','\x56','\x38','\xfd','\x6f','\x41','\xbb','\xc5','\xe5','\x31','\x25','\x12','\x3f','\x97','\xbf','\x57','\x4f','\x8a','\x47','\x54','\xc9','\xe1','\x45','\x92','\xc7','\x8b','\xb9','\x3f','\xd5','\xae','\x67','\xfb','\x76','\x79','\xda','\x7b','\x49','\xbb','\x53','\x6c','\x24','\x35','\x4b','\x23','\xe7','\x40','\xf7','\x81','\xfb','\x2a','\x78','\x39','\x17','\x6b','\x99','\x6f','\xac','\xe0','\x7c','\xb6','\x44','\xde','\x1a','\xb8','\x0f','\x51','\xfd','\x2b','\x1d','\x7a','\x32','\x81','\x28','\xc2','\x45','\x32','\x1c','\x48','\x4b','\x7a','\x90','\xbe','\xbc','\x93','\xaf','\x40','\x76','\x16','\xf6','\x2f','\xc1','\xc3','\xb7','\xc9','\xf6','\x3b','\x04','\xef','\xd7','\x89','\x9c','\xb9','\x52','\x99','\x3a','\xba','\x41','\x63','\xb4','\xc5','\x07','\xb9','\x5c','\x85','\xb7','\x1c','\x78','\xdb','\x81','\x4b','\x5d','\xb8','\xf4','\x0a','\xfc','\xcd','\x59','\xf8','\xf1','\x59','\x48','\x0c','\x7c','\x0b','\xc3','\x82','\x91','\x4d','\x0f','\x33','\x44','\x96','\x31','\x32','\xb6','\x72','\xa7','\x42','\x64','\x5f','\x2d','\xb2','\x71','\xee','\x00','\x4b','\x46','\x95','\x98','\xe4','\x2f','\x7d','\x12','\x77','\x65','\x18','\x46','\xfc','\x42','\xda','\xbd','\x9a','\xb0','\x4b','\x9a','\xdd','\x55','\x6c','\x4b','\x75','\xb7','\x14','\xdf','\xd6','\xe1','\xdb','\x89','\xc8','\x50','\x99','\x6a','\xf0','\x55','\x6d','\x8f','\x61','\x56','\x8a','\x30','\x2f','\x01','\x37','\xa9','\x2c','\x45','\x73','\xbc','\x6d','\x33','\xcc','\x17','\x41','\xb9','\x79','\x42','\x26','\x29','\x11','\x51','\x1d','\x9a','\x47','\xf6','\xa6','\xcc','\x64','\x34','\x2c','\x45','\xab','\x71','\x44','\x36','\xab','\x70','\x02','\x8e','\x00','\xc7','\xd5','\x74','\x2d','\x25','\x5a','\x9e','\x55','\xf2','\xf4','\x17','\x29','\xbf','\xa2','\xe6','\x6a','\xe2','\x79','\x65','\x5d','\x16','\x02','\x23','\xc0','\x3f','\x1a','\x03','\xa7','\x73','\x1d','\x59','\x9c','\x47','\xc6','\xbc','\x6b','\x28','\x90','\x51','\x8d','\xe1','\x85','\x7f','\x57','\xee','\xe4','\xde','\xe9','\xec','\xca','\x3e','\xa4','\xe3','\x92','\x90','\x6b','\xde','\xd2','\x6d','\x98','\xa8','\xad','\x43','\x60','\x01','\x85','\xf3','\x26','\x38','\x7f','\xad','\x3b','\x7f','\x9b','\x76','\x3e','\x8c','\x3a','\x1f','\xca','\x17','\xde','\x40','\x60','\x06','\xce','\x45','\xec','\x42','\xea','\x84','\x56','\x8f','\xe2','\x73','\x46','\xa5','\xa1','\x98','\xc4','\x30','\x89','\x6d','\x90','\x37','\xf5','\xca','\x79','\xb9','\xf2','\x86','\x58','\xd9','\xe2','\x67','\x28','\xbf','\x42','\xd9','\xdf','\x59','\xb8','\xb6','\x65','\x80','\x5f','\xbb','\xc4','\xe5','\x25','\x21','\xcf','\x65','\xb2','\x97','\x07','\xbe','\x9a','\xb3','\x2f','\x92','\xb6','\xf9','\x04','\x0d','\x15','\xcc','\xd3','\xa8','\xe9','\x2d','\x57','\x1e','\x1b','\x5b','\xcf','\x07','\xe7','\x25','\x4d','\x84','\x2e','\xb3','\x53','\xd2','\xca','\x97','\x3b','\x0b','\x94','\xa0','\x4e','\x75','\x44','\x18','\xc5','\x3d','\x00','\xde','\x53','\xc1','\x77','\x8c','\x61','\x9e','\x89','\x4c','\x96','\xc1','\x82','\xa4','\xc1','\x0c','\xd7','\xf0','\x26','\x83','\x3a','\xf7','\x70','\x06','\xae','\x62','\x22','\x65','\xa9','\x74','\x95','\xf0','\xb1','\x79','\xb8','\xe8','\x94','\xd1','\xeb','\x99','\xde','\x5b','\x76','\x8d','\xf0','\x81','\x9c','\x52','\x24','\xd2','\x06','\x68','\x92','\x22','\x58','\x67','\x51','\x33','\x4c','\x49','\x0a','\x75','\x77','\xd9','\x45','\x56','\xbb','\xda','\x38','\x38','\xd7','\x81','\xde','\x07','\xf2','\xf1','\xbc','\x13','\x4c','\x5b','\x25','\xff','\x36','\xd0','\x5c','\x53','\xbc','\x2f','\x15','\x1b','\x8f','\x85','\x20','\xcd','\xbb','\xa0','\xc3','\x80','\xa7','\x84','\x69','\xb2','\x63','\xcd','\xbd','\xa6','\x7d','\x5a','\x18','\xa1','\xd8','\x64','\x4d','\xed','\x44','\x7a','\x90','\xe8','\xf3','\x4a','\xbb','\x80','\xd0','\x05','\x65','\x34','\xbf','\xd0','\xc2','\x05','\x0b','\x46','\x05','\xfc','\x1d','\xb9','\xfb','\x10','\x0e','\xba','\x10','\xd7','\x94','\xea','\x70','\x74','\xbf','\x90','\x7b','\xd5','\x64','\x82','\xaa','\xbf','\x85','\x99','\xfe','\x4d','\x45','\xb3','\xd4','\x55','\x66','\x26','\x22','\x44','\x75','\x5a','\xc8','\x52','\x8b','\xb6','\x33','\x2e','\xb4','\xf1','\x8d','\xb6','\x4d','\x57','\x95','\xe2','\x9f','\x58','\xc8','\xc1','\xbd','\x0f','\xce','\x48','\xc3','\x1d','\x43','\x20','\x29','\x5e','\xce','\xa6','\xa4','\xa3','\x64','\x47','\xa5','\x5d','\x95','\xbe','\xa8','\x34','\xdc','\xb7','\xaf','\xbf','\xe0','\x1c','\xd3','\xa5','\x92','\x4c','\x72','\xf8','\xde','\xa3','\x3c','\xbc','\x17','\x1b','\x35','\x81','\xdc','\xe9','\x3a','\x9a','\x39','\x8a','\xbd','\xa0','\x18','\x57','\xcc','\x53','\x5d','\xa1','\xf8','\x05','\x2d','\xfe','\x49','\xcb','\xcb','\x5a','\x93','\xbb','\x33','\x7f','\x5d','\x47','\x20','\x8b','\x23','\xbb','\xd5','\x09','\x09','\x2a','\x87','\xe1','\x3f','\x18','\x1b','\xc1','\xe8','\x21','\x01','\x57','\xc6','\x02','\xf2','\x4e','\x01','\x3f','\x0b','\xfc','\xbb','\xc0','\xcf','\xf9','\xe1','\x85','\xe0','\xd7','\x61','\x90','\x79','\xe6','\xa4','\xf9','\x15','\x16','\x06','\x4e','\x1f','\xe8','\x6f','\x6c','\xe2','\x4c','\xb1','\x3e','\x7f','\xae','\x8c','\x99','\x53','\xf8','\x09','\xf1','\xea','\xc3','\x8d','\x14','\x1e','\x68','\xf8','\x57','\x9b','\x3d','\x92','\x16','\x69','\xbf','\x39','\xa3','\xf1','\xcb','\xdb','\x3c','\xde','\xec','\x66','\xf1','\x7a','\x1a','\x74','\xca','\xf3','\x6c','\x55','\xdb','\xe0','\x1c','\x66','\x01','\xb1','\x7a','\xbb','\x8d','\x38','\x4b','\x63','\xf7','\xd3','\x49','\xf7','\x55','\x1d','\x9e','\xc6','\x25','\xc6','\xf5','\x1c','\x01','\x11','\x58','\xcc','\x58','\xd4','\xd8','\xb9','\x0a','\xc3','\x0a','\x50','\x47','\x0d','\x44','\x65','\x12','\x35','\xb6','\x62','\x76','\x7e','\xec','\x91','\x70','\x32','\x70','\x47','\xd0','\x45','\x27','\xb2','\x23','\x04','\x33','\x9a','\xa8','\xe4','\x22','\xe3','\x59','\xea','\xe7','\xe9','\x11','\xd1','\x8b','\xe7','\xe3','\xf9','\x78','\x3e','\x5a','\x46','\xe2','\xf5','\x73','\xd7','\x90','\x8e','\x11','\x4e','\x67','\x1b','\x52','\xa9','\xb6','\x57','\xa3','\x8a','\xd7','\x59','\x8f','\x4a','\x63','\x8c','\xcf','\x4c','\xf7','\xfb','\xfa','\x74','\x08','\xeb','\x20','\x37','\xc0','\x88','\x5d','\xbf','\xe9','\xf4','\x69','\x30','\xa5','\xb4','\x0c','\x64','\x34','\x2b','\xe2','\xdb','\x07','\x81','\x45','\xb1','\x52','\x88','\xb6','\xab','\x18','\xcf','\xa2','\x75','\x65','\x6e','\xb3','\x56','\xb7','\x7e','\x8a','\x56','\x7e','\xf5','\x66','\x74','\x72','\xc3','\x8a','\xc5','\x5d','\xf4','\xd1','\x71','\xab','\x65','\x41','\x2b','\x1c','\x16','\xd5','\x8d','\xca','\x77','\x71','\x7a','\x39','\x19','\x67','\xa4','\x8a','\xe0','\x93','\xa6','\xf8','\x5b','\x28','\xfc','\x2f','\x46','\x36','\xcb','\x34','\x93','\x02','\xdb','\xee','\xf9','\x6a','\x8d','\x43','\x6c','\xa7','\x90','\xf1','\x32','\x1d','\x57','\x7b','\x0b','\x62','\x74','\x19','\xcf','\xe1','\xc3','\xa1','\x8a','\x4c','\x35','\xb9','\x33','\xaf','\x2a','\x04','\x45','\x77','\x15','\x8d','\xbd','\x10','\xdb','\xee','\x1f','\x0e','\x00','\xdb','\x00','\xba','\x52','\xb6','\x6b','\x1a','\x71','\xb9','\xe9','\x6a','\x3a','\x19','\x4c','\x0f','\xd6','\x8e','\xbd','\x96','\x6a','\xa6','\xff','\xa4','\xde','\x60','\xec','\x3e','\x00','\x27','\xb4','\x9d','\x7d','\x2f','\x94','\x5b','\x66','\x24','\x8b','\xd9','\x35','\xde','\xb1','\x9b','\x18','\x36','\xbc','\x64','\x75','\xe0','\xac','\x84','\xfd','\x33','\xd3','\x83','\xde','\x7d','\xa3','\xb4','\x5b','\x27','\xc3','\x5f','\x58','\xa7','\xd7','\x15','\x9b','\x86','\xb1','\x85','\xde','\x57','\x86','\x37','\x5c','\xe2','\xd2','\x63','\xe5','\x88','\x6f','\x9f','\x2d','\x1a','\xe4','\x35','\x4d','\x03','\x3c','\xba','\x51','\x30','\x18','\xfb','\x07','\xb1','\x2b','\xe3','\xd2','\xf4','\xd1','\x69','\x21','\xce','\x8a','\x74','\xa9','\xf2','\xd6','\xc9','\x33','\x4a','\xbe','\xa2','\x92','\x19','\x1e','\x86','\xd8','\xf9','\x6a','\x21','\x54','\x9e','\x01','\x4f','\xe5','\x01','\x4e','\x01','\x2e','\x6b','\xf8','\x41','\x6e','\xe4','\xe6','\x19','\xa3','\xd9','\x49','\xac','\xdc','\x87','\x20','\x86','\x57','\xf7','\xcd','\xdb','\x25','\x13','\xe8','\xef','\x42','\x58','\x9c','\xde','\xda','\x17','\x58','\x2f','\x05','\xd2','\x98','\xf5','\xaf','\xe6','\xab','\x68','\xc0','\x5d','\x1e','\xc1','\x0f','\xb4','\xd1','\x8b','\x4e','\x84','\xc7','\x1e','\xa4','\xd8','\xda','\x38','\x83','\x1c','\x36','\x33','\xc8','\x33','\xa2','\x73','\x9c','\x3f','\x29','\x6e','\xa9','\xac','\xe2','\x50','\xf3','\xaa','\x5a','\x33','\xf2','\x69','\x87','\xc5','\x9b','\xac','\xe2','\x05','\x35','\xe9','\x08','\x85','\xf5','\x24','\x47','\x3c','\x43','\xf4','\xb4','\x73','\xaa','\x8a','\xdc','\xc7','\xca','\x9e','\x5a','\x44','\x32','\xd7','\x22','\x5b','\x57','\x02','\x3d','\x2f','\xbe','\xb3','\x49','\xa7','\x07','\xec','\x3a','\x70','\x9b','\x2d','\x1d','\xd1','\x59','\x16','\x53','\xeb','\x94','\x78','\x3d','\x9f','\x22','\x1e','\x67','\xd6','\x07','\x43','\x84','\xc5','\xa7','\x9b','\x6c','\x7a','\xc0','\xd7','\x9f','\x0a','\x4f','\x73','\xe4','\xb8','\xe3','\xe3','\xd8','\x2d','\xb9','\x5e','\x65','\x4d','\x35','\xa7','\x0b','\x3a','\xc0','\x0a','\x85','\xdc','\x35','\x87','\x61','\x6e','\xcc','\xfb','\x69','\x89','\x0e','\x06','\xb9','\x3f','\xce','\xdc','\xf9','\x67','\xcb','\xd8','\x9f','\xa5','\xf7','\x80','\x28','\xb4','\x61','\xb5','\x5e','\x9c','\x05','\x62','\xc2','\xfc','\xab','\xaa','\xa5','\xc0','\x2f','\x86','\xb7','\xa7','\x83','\xaf','\xd5','\xeb','\x75','\x87','\x81','\x2d','\xcc','\x67','\x23','\xb6','\x66','\xaa','\x7c','\xc7','\xce','\xbc','\x72','\x9b','\x58','\x2c','\x1c','\xe3','\x29','\x94','\x8e','\xc8','\x96','\x28','\xbf','\xbf','\x15','\x0e','\x6f','\x1f','\x0c','\xbe','\x81','\xd7','\x8b','\xff','\xee','\xd8','\xeb','\x96','\xb6','\x6d','\x48','\xa5','\x59','\xa3','\x54','\xc7','\x9d','\x55','\x73','\x46','\x55','\x2c','\xb5','\x1c','\xc6','\x22','\xec','\xf8','\xe0','\x51','\x7c','\x8f','\xc6','\xb2','\x76','\x91','\xcc','\x83','\x31','\x7a','\x5f','\x7c','\x35','\x0b','\x6e','\x17','\x38','\x18','\xac','\x52','\x25','\x08','\xc6','\x0f','\x4f','\x8c','\xa7','\x1a','\x44','\x75','\x7a','\x9a','\x9a','\x43','\xb8','\x57','\x3c','\x52','\x1d','\x35','\x56','\xf1','\x81','\xf3','\xb6','\x9f','\x86','\xce','\x09','\xde','\x66','\x1b','\x1b','\x92','\x4e','\xe7','\xf6','\xbc','\xda','\x2f','\x2a','\xbc','\xfe','\xc8','\xfd','\x1a','\x13','\x96','\x4a','\x24','\xb5','\xf8','\x28','\x96','\xf4','\x87','\x47','\xe3','\x29','\xe6','\x32','\xaf','\xd5','\xeb','\x0c','\x7e','\x39','\x81','\xfd','\x35','\x57','\x67','\xd7','\xb5','\x96','\x7b','\x00','\x9f','\xcf','\xf6','\x1f','\x17','\xd6','\x9c','\xac','\xfe','\x04','\x43','\x80','\xf3','\xf3','\x21','\xca','\xc6','\x53','\xec','\x79','\x3e','\x29','\x9e','\x62','\x98','\x95','\x94','\x81','\x95','\x35','\x0c','\xef','\x68','\x36','\x5c','\x33','\xc7','\x8b','\xf6','\x86','\xd5','\xf2','\xd2','\x25','\xd2','\x88','\x16','\xe4','\xfb','\x6c','\x7d','\x12','\x34','\xcf','\xf0','\x36','\xfa','\xd0','\xc6','\xfe','\xbb','\xb6','\xd4','\x62','\xee','\xf1','\xa0','\x22','\xae','\xa4','\x4d','\xbe','\x97','\x06','\x7e','\x0a','\xfd','\x31','\xfc','\x8b','\xe5','\xa5','\x3a','\xc3','\x24','\x84','\x54','\xb3','\x15','\x8d','\x41','\x9a','\x57','\xab','\x35','\x5f','\xa2','\xd3','\x39','\xfe','\x63','\x5e','\x42','\xae','\x62','\x98','\xdb','\xf0','\xc3','\x81','\x86','\x5f','\xe7','\xc5','\x75','\x5d','\x6c','\x4f','\xf1','\x2b','\xf8','\x09','\xee','\xd4','\xe1','\xc4','\x3e','\xe3','\x3f','\x85','\xad','\xeb','\xdb','\x7c','\xd4','\x09','\xb8','\x33','\x1d','\x60','\xe3','\xe2','\xf4','\xa0','\xbf','\xcb','\xc2','\x66','\x44','\x45','\x54','\xd8','\xe6','\x5f','\xd0','\x1a','\x4e','\x18','\x1f','\x04','\x7f','\x04','\xeb','\xe2','\x19','\xf0','\x1c','\x3e','\xa2','\xa4','\x13','\x64','\x8e','\x48','\xa9','\x01','\xaf','\xd6','\x37','\xaa','\xbd','\x3b','\x4c','\x4f','\x48','\x8c','\xa8','\x12','\x51','\x14','\x06','\x52','\x08','\x19','\x87','\xb2','\xa8','\x13','\x4c','\x2b','\x0b','\x6a','\xc9','\x66','\xaf','\xd6','\xaa','\x4a','\xdd','\x29','\xf7','\x9d','\x50','\x41','\x86','\xa3','\x64','\xa8','\xa3','\x3d','\x25','\xf7','\x54','\x7c','\x17','\xef','\x69','\x16','\xcb','\x4c','\xf5','\x48','\xbe','\xda','\xa1','\x9a','\x4e','\x73','\x63','\xde','\x36','\xc6','\x46','\x62','\x16','\xe7','\xcb','\xee','\xa1','\x8b','\x13','\x2d','\xad','\xb3','\x51','\x1f','\x0c','\x1f','\x9b','\x8e','\x90','\x6f','\xcc','\xc6','\x38','\x31','\x9a','\xe7','\x97','\xe1','\x13','\xe3','\xb1','\xf2','\x50','\x43','\xd9','\xd1','\x47','\x37','\x60','\x0c','\xf0','\x10','\x5b','\xc7','\x1b','\x1a','\x47','\x8a','\xd3','\x72','\xee','\xd3','\x1a','\xca','\xf5','\x29','\xf0','\x48','\x24','\xd2','\x47','\xa3','\xaa','\xd3','\xcb','\x49','\xf0','\xcc','\x79','\xd4','\xe7','\x4e','\x4e','\xb5','\x38','\xe1','\xf1','\x2f','\xd5','\x1c','\x9e','\x8b','\xdd','\xbf','\xa9','\xca','\x97','\x3e','\x99','\x8d','\xc4','\x1f','\xf7','\x8d','\x96','\x85','\xae','\xe3','\xf6','\xe1','\x40','\x8e','\xc9','\x0f','\x79','\x5e','\x8b','\x2a','\xcc','\x6c','\xb9','\x6b','\x89','\xab','\x48','\x44','\x31','\xd4','\xba','\x6a','\x5b','\x52','\x5c','\xd6','\xf6','\xca','\xbc','\x79','\xfa','\xaa','\xf3','\x55','\x0a','\x96','\x4d','\x94','\x37','\xd0','\xee','\x63','\x45','\xdd','\x4a','\x21','\x5f','\x53','\xf0','\x5e','\x0a','\x0f','\x62','\xb2','\x1b','\x52','\xde','\xe5','\x9c','\x2d','\x2a','\xe4','\x73','\x7a','\x78','\x5a','\x75','\xea','\xc9','\x1a','\x1a','\x43','\x75','\xd4','\x8e','\x67','\x1a','\x73','\x03','\x37','\xee','\x43','\x20','\x43','\xf3','\x9d','\x22','\x23','\x17','\x19','\x8a','\x61','\xe9','\x0c','\xfd','\xeb','\x66','\xc9','\x8d','\xda','\xd7','\x2d','\xca','\xc2','\x74','\x8b','\xc0','\x99','\xc9','\x77','\xbc','\xcc','\xfd','\xe4','\x78','\x8a','\x61','\xd6','\xe2','\x14','\x85','\x53','\xe4','\xc3','\x53','\x64','\xd8','\x3d','\x19','\x1e','\x31','\x9f','\x79','\x81','\x80','\x07','\x40','\xb3','\xbc','\xf1','\x97','\x06','\xa0','\xae','\x6d','\x18','\xaf','\xd9','\x5c','\xc3','\x3c','\x1b','\xef','\x25','\xd0','\x11','\xbe','\xea','\x62','\x84','\x41','\x3c','\x03','\x9e','\x62','\x3e','\xa1','\x0b','\xdf','\x65','\x25','\x84','\x27','\xc3','\x53','\x8f','\x80','\xa2','\x9d','\x42','\x75','\xdc','\xd0','\xc4','\xf4','\xd1','\x1c','\x6c','\x41','\xdf','\x28','\xf6','\x2b','\x72','\x47','\x3d','\xa3','\x68','\x21','\x5d','\xcc','\xb4','\xaf','\x99','\x10','\x5c','\x3a','\x42','\x6d','\xca','\x21','\xee','\x57','\xe2','\x9f','\xea','\x4f','\x6f','\xf9','\xe4','\xe1','\x4c','\xdf','\x38','\x52','\xc9','\x3c','\xec','\x1c','\x12','\xab','\x4d','\x39','\x1a','\xbd','\x64','\xbc','\xb8','\xd0','\x91','\xe3','\xae','\x8f','\x6d','\x6d','\x36','\x94','\xf1','\x9d','\x35','\x1b','\xdf','\x69','\xf5','\x83','\xa7','\x45','\xbc','\x89','\x18','\xda','\x1c','\xaa','\x67','\xc0','\x53','\x8c','\x9c','\x90','\x80','\x0e','\x03','\x67','\x2f','\x60','\x69','\x7e','\x12','\x3c','\x05','\x1f','\x9b','\x31','\xab','\x2c','\xe9','\xef','\xf7','\x27','\xfc','\xf4','\xcc','\xa8','\x4c','\xb0','\x20','\x11','\x73','\xf8','\x85','\x27','\x42','\x21','\x78','\x2c','\xb8','\x1c','\x59','\xc3','\x3c','\xae','\xfd','\xf3','\x0c','\xc3','\x11','\xc2','\x66','\xb2','\x61','\x6d','\x1f','\xfa','\xc3','\xa3','\xfe','\xa4','\x37','\x11','\xdd','\xa7','\xc3','\x53','\x2c','\x4f','\x17','\xe2','\x53','\x20','\x2d','\xac','\x3c','\x4c','\x06','\x79','\x7f','\x9c','\x86','\x75','\xca','\x86','\x54','\x9e','\xc4','\xeb','\x3a','\x84','\x94','\x81','\x8c','\x25','\x7a','\xa0','\xc5','\x65','\x69','\x19','\x78','\xd6','\x6a','\x77','\xc7','\x49','\xcf','\xbc','\x51','\xb7','\x07','\xa1','\x37','\xf3','\x48','\xda','\x3d','\xfe','\xd0','\x1a','\xb9','\xf1','\x51','\x77','\xb3','\x96','\x09','\x99','\x9b','\xf6','\x7e','\x93','\xb2','\xfa','\xa6','\xca','\x14','\x1a','\xd7','\xf5','\x83','\xba','\xf8','\x72','\x99','\xb3','\x97','\xdb','\x74','\x7a','\x5f','\xdb','\x7f','\xa5','\x2d','\x4b','\x1d','\xce','\xec','\xf4','\x92','\x32','\x2e','\x02','\xa6','\x76','\x63','\x8e','\x77','\x4a','\xec','\x52','\xbe','\x41','\x26','\x83','\x03','\xde','\x57','\x98','\x6a','\xbb','\xf4','\x46','\xda','\x3e','\x93','\x15','\x1c','\x15','\xcb','\x9a','\xf6','\x14','\xd2','\x4a','\xaf','\xea','\xbf','\xf4','\xaa','\xe1','\xf0','\x1a','\x52','\x6d','\xf5','\xde','\xb4','\xb6','\x04','\xd3','\x25','\x44','\x81','\x5b','\x58','\x31','\xf3','\xa6','\xd2','\x95','\xc9','\x45','\x23','\x9d','\x73','\xd4','\x95','\x61','\x01','\x36','\x0e','\x53','\x59','\x1b','\x2b','\x56','\xac','\x87','\xb1','\xb0','\x7e','\x34','\x86','\xcd','\xf8','\x4c','\x9e','\xf4','\x22','\xc5','\x57','\x1a','\x4d','\x9c','\x45','\x33','\xcd','\xe2','\x7f','\xd9','\xbb','\xbe','\x18','\x37','\x8e','\xf3','\x3e','\xcb','\xa5','\x67','\xd7','\xc1','\x1c','\xb9','\x82','\x0b','\xe4','\x3b','\x89','\x3a','\x52','\xb5','\x20','\xb4','\x81','\x8c','\x0e','\xef','\x04','\x99','\x08','\xce','\xe2','\xda','\x0a','\x14','\x17','\xb8','\xa4','\xaf','\x7a','\x9c','\xf3','\x1d','\x28','\xc1','\x10','\x20','\xc6','\x0f','\x85','\x50','\xc8','\xc7','\x39','\x9f','\x41','\xa9','\x28','\x61','\x0b','\x29','\x50','\xd0','\x68','\x51','\xbb','\x4d','\x80','\xbc','\x2a','\x09','\x50','\xb4','\x2f','\xf5','\x9c','\xa8','\xd2','\xd7','\x80','\x81','\xdd','\x37','\x05','\x29','\xe0','\x55','\x14','\x28','\x2f','\x7d','\xa0','\x81','\x42','\xa1','\x0d','\x82','\xdb','\xf9','\x66','\x97','\xff','\x79','\x7f','\x74','\xd1','\x83','\x0b','\xdc','\xe0','\x03','\xb1','\xe4','\xed','\xee','\xcd','\xce','\x7e','\x33','\xf3','\xfd','\xfd','\x7d','\xfd','\xab','\x06','\xa3','\xab','\xc9','\x67','\x64','\xb5','\x47','\x2a','\x8e','\xd5','\x4e','\xbd','\xff','\x51','\xe6','\x26','\xd7','\x4d','\x4d','\x5e','\x3e','\xe1','\xb4','\xda','\x6d','\xa9','\x1e','\xed','\x98','\x6d','\x22','\xf1','\x1a','\x23','\xb1','\x71','\x34','\xb6','\x47','\x79','\x95','\x4e','\x5a','\x15','\x76','\x8b','\x00','\x72','\xd3','\xc4','\x09','\xa5','\xbd','\xd5','\x5f','\x34','\x46','\x97','\x8e','\xfe','\x1d','\x36','\xc3','\x5e','\x45','\x15','\x0b','\xfb','\xf7','\x22','\x6e','\x09','\xcc','\xc1','\x57','\x83','\xc8','\x67','\xf3','\xd5','\xc4','\xf6','\xc7','\x81','\x68','\xfa','\x04','\x83','\x07','\xa2','\xc6','\xae','\x8a','\x16','\x55','\x67','\x5c','\xb7','\x75','\xd3','\x81','\xd3','\x55','\x7a','\x0f','\x1a','\x17','\x53','\xa4','\x97','\x35','\x2f','\x77','\xea','\x5f','\xc7','\x72','\xdd','\xf0','\xce','\xdc','\xcb','\x76','\xd2','\xdd','\x48','\x71','\x1e','\xdf','\xa9','\xed','\xf1','\x85','\x5a','\x8c','\xc4','\x15','\x68','\x0d','\x0e','\x01','\x04','\x82','\x3d','\x52','\xab','\x10','\xec','\x7a','\x7a','\xc5','\x36','\xd2','\xc6','\x58','\x38','\x52','\x7f','\x5e','\x68','\x5e','\x77','\xa0','\x1f','\x42','\x88','\x64','\x31','\x48','\x30','\x48','\x32','\x70','\x19','\x78','\x00','\x02','\x40','\x79','\x27','\x24','\xcf','\x92','\xdc','\x05','\xe2','\x67','\x88','\x1c','\x37','\xfa','\xcd','\xd8','\x52','\x91','\x92','\x94','\xb8','\xfd','\x2c','\x7e','\x83','\x09','\xe0','\x10','\x9a','\x22','\xd4','\x84','\x6d','\xa4','\x8d','\xc9','\x73','\x37','\x63','\x26','\xcf','\xa2','\xdd','\x0f','\x70','\x51','\xc3','\x75','\xcd','\x8d','\x83','\x94','\x79','\x9f','\x72','\x91','\x19','\x50','\xbf','\x91','\x28','\x64','\xf2','\x00','\xcd','\x4f','\x66','\x03','\xdb','\xd8','\x21','\x2d','\x63','\x84','\x8c','\xd3','\x5b','\x06','\xdc','\x38','\x70','\x7a','\x8a','\xf1','\x9e','\x10','\x63','\x81','\x54','\x19','\xd3','\x81','\x42','\xbf','\x03','\xf8','\xdf','\x93','\xfb','\x2b','\x05','\xfd','\x69','\x32','\x32','\x34','\x5e','\xd6','\x30','\x52','\x93','\xc4','\x81','\xa3','\x31','\x65','\x6e','\x69','\x36','\xae','\xa6','\x0a','\x33','\xb7','\xfc','\x89','\x27','\xb4','\x94','\x17','\xb6','\xd3','\x2a','\xa0','\xfa','\x5d','\x2e','\x8d','\x8b','\xbb','\xde','\x80','\xda','\x52','\xdf','\x30','\xc8','\x2e','\xcf','\xde','\xbf','\x44','\xd2','\x69','\xdb','\x3d','\xb0','\x82','\xe1','\x6a','\xe8','\x66','\x03','\xa7','\xa3','\xd5','\xf9','\x7d','\xa4','\xc4','\x89','\xe2','\x1a','\xc3','\x68','\x5b','\x3d','\x93','\x54','\x12','\xed','\xb2','\x83','\xa0','\xd2','\xd1','\x91','\x31','\xc2','\xc8','\x31','\x63','\x94','\x48','\x4f','\x84','\x03','\x68','\x46','\x2e','\x1b','\xfd','\x94','\x03','\xcf','\xab','\x6c','\x18','\xa4','\x65','\xdb','\x44','\x56','\x2b','\x86','\x81','\x37','\xe8','\xac','\x64','\x06','\x14','\x60','\x28','\x33','\x8c','\x43','\xc5','\xce','\x6e','\x23','\xfe','\xe5','\x84','\x2b','\xb4','\xbc','\x64','\xdd','\x11','\x58','\xb5','\x2a','\xe7','\x9b','\xf5','\x59','\x11','\x89','\x70','\x1c','\x89','\x63','\x68','\x46','\x99','\x31','\xc8','\x63','\xbc','\x33','\x90','\xa1','\x02','\xeb','\xfd','\xb6','\x7d','\x13','\x15','\x79','\x97','\xf6','\xcd','\x47','\xe3','\x9e','\xee','\xe9','\x54','\x8e','\xa3','\x76','\xd4','\x0e','\xd9','\xbc','\x11','\x50','\xc4','\xb3','\x84','\xac','\x98','\x04','\x99','\xea','\x18','\x9e','\x8c','\x01','\x74','\x8a','\xc1','\x64','\x5c','\xc2','\x35','\x5d','\x98','\xca','\xeb','\x7f','\x56','\x78','\x32','\xa8','\x56','\xe0','\x5f','\xbd','\x21','\xee','\xca','\x01','\x68','\x46','\x7a','\xe6','\x01','\x9e','\x6b','\x14','\x24','\xc7','\x35','\x60','\x20','\xd3','\x18','\xc5','\x23','\x78','\x32','\x7e','\xbc','\x58','\xee','\x8a','\x27','\x93','\xeb','\xd3','\x4c','\x3c','\x19','\x5c','\x70','\xdc','\xa7','\xc0','\x2b','\xf0','\x52','\x7a','\x8f','\x9a','\xc2','\x27','\x79','\x66','\x38','\x30','\x33','\x71','\x3c','\x36','\x01','\x42','\x43','\x9b','\x07','\xc5','\x15','\xc1','\x5f','\x66','\xfa','\xaa','\xf6','\xa6','\x69','\xdc','\x8c','\x5b','\xcf','\x06','\x07','\xe6','\x10','\xef','\x7d','\x26','\x3f','\x7f','\xdd','\x70','\x60','\x1c','\xac','\x9e','\xa6','\x59','\x88','\x47','\x45','\x07','\xa2','\x1f','\x2d','\xe2','\x5b','\xa6','\x6e','\x57','\x62','\x64','\x8b','\x4a','\x62','\xca','\x8e','\xc7','\x90','\x9f','\xb1','\xac','\xd8','\x81','\xde','\xfb','\xd3','\xe3','\xc9','\xe8','\x99','\xb2','\xb7','\x70','\x38','\x93','\xb2','\x8d','\xc9','\xf7','\xf5','\x8c','\x70','\x69','\x7c','\x3d','\xe3','\x52','\x88','\xfd','\xe2','\xa1','\xb7','\x42','\xf5','\x35','\xe3','\x42','\xdf','\xad','\x39','\x26','\x60','\x20','\xfe','\x0f','\x25','\x60','\xe6','\x7b','\x7b','\xa2','\x30','\xc3','\xb3','\xc2','\x81','\x71','\x36','\x03','\xd6','\xe0','\x50','\x02','\x6f','\xd9','\xcd','\x2d','\x1f','\xfe','\x3e','\x43','\xbc','\x26','\x3d','\x14','\xa0','\x28','\xc6','\x97','\x73','\x18','\x6f','\xfa','\x17','\x8a','\xb6','\x68','\x35','\x7a','\xf2','\xe4','\xfb','\x7a','\x46','\xf8','\x2d','\xd1','\x7c','\xcf','\x40','\xe1','\x02','\xdc','\x3c','\x03','\xeb','\x18','\xbd','\xd6','\x27','\xdd','\x01','\x4d','\x16','\x48','\xeb','\x03','\x49','\x7e','\xdd','\xaf','\xee','\xb7','\xdb','\x73','\xed','\xc9','\x87','\x13','\xec','\xe7','\xbd','\xe6','\x6a','\xd2','\xcc','\x33','\xcd','\x3f','\x47','\xed','\xa8','\x3d','\xe3','\x56','\x10','\xe4','\xbe','\xb0','\xde','\x11','\x76','\x42','\x39','\x09','\x4c','\x0e','\x4c','\xd9','\x26','\x28','\x3e','\x4a','\xc6','\x38','\xee','\xd3','\x25','\x04','\x88','\x98','\xbc','\x4a','\x6f','\xe8','\x7a','\x02','\xa2','\xf0','\x2f','\x30','\x8e','\xdb','\x17','\x68','\x24','\x91','\x4a','\xcf','\x05','\xeb','\x1f','\x71','\xdf','\x89','\x55','\xe6','\x08','\x20','\xc2','\xc2','\x88','\x61','\x76','\x05','\xd3','\x30','\x06','\xee','\x91','\xdd','\x9a','\x15','\x70','\x9b','\xb7','\x93','\xf3','\xd2','\x3d','\x3e','\xa2','\x88','\x8d','\xba','\xc1','\x83','\x31','\xeb','\x7b','\xdc','\x96','\xcd','\x5c','\x7e','\x55','\x62','\x7d','\x5b','\x0f','\xeb','\xf6','\xa2','\x2a','\xf1','\xed','\x08','\x3a','\x83','\x44','\x9a','\xe9','\x41','\xea','\x44','\xcc','\x68','\x17','\x08','\x79','\x24','\x0d','\x5e','\x87','\x8f','\x2b','\x6d','\x97','\xd8','\xf5','\x81','\xf6','\xe9','\x3b','\x28','\x2e','\x92','\x29','\xb8','\xc1','\x01','\x98','\x67','\x40','\xb6','\x02','\x52','\x91','\x33','\x5d','\x81','\x03','\xf5','\xcb','\x51','\x26','\x85','\xfa','\x42','\x6c','\xb2','\xb3','\x9a','\x06','\xc5','\x62','\xb7','\xf1','\x69','\x28','\x7a','\x2d','\xe7','\x96','\xa3','\x38','\x10','\x3e','\x1a','\x07','\x62','\xf7','\x1f','\x30','\xbe','\x75','\x6a','\xc4','\x7c','\xec','\x48','\xf4','\x7b','\xf2','\x5c','\x74','\x55','\x14','\xf9','\x6e','\x1b','\x84','\xd5','\x18','\x88','\x8c','\x0c','\x15','\x43','\x96','\xc0','\xf2','\xd7','\x14','\x8c','\xcd','\x6f','\xdf','\x26','\xfa','\xa4','\x86','\x16','\x71','\xf3','\x80','\x3e','\x0a','\xc3','\x8e','\x19','\x9c','\x83','\x8c','\xb3','\x0a','\xc8','\x76','\x9b','\x34','\x38','\x86','\x01','\xd4','\x31','\x37','\xdd','\xe6','\xb1','\xf1','\x84','\x81','\xcf','\x40','\x42','\x16','\x23','\x86','\x27','\x5b','\xb9','\x8f','\x03','\x33','\x08','\xc1','\x1a','\x04','\x65','\x65','\xfa','\x91','\x3f','\x4d','\x0c','\x2d','\xb0','\xe3','\xd0','\x1d','\x99','\xb2','\xb4','\x22','\x7c','\x80','\x07','\x53','\xc8','\xd2','\x16','\x5a','\x1d','\x15','\x0e','\xef','\xa6','\xea','\xa7','\x70','\x1a','\x94','\xbf','\xc4','\x9d','\xe7','\xde','\x6d','\xb3','\x1b','\x02','\xfa','\xf2','\xec','\x1e','\x0d','\x63','\x40','\x30','\xbd','\xc0','\x8f','\x80','\x2f','\x2c','\x63','\x24','\x49','\xa4','\x48','\x62','\xd9','\xc0','\xc5','\xcf','\xf4','\xa9','\x64','\x65','\xec','\x5f','\x2b','\x62','\x48','\xfc','\x20','\x8e','\x1a','\x19','\xbe','\x82','\xbf','\xd8','\x23','\x19','\x64','\x69','\x2d','\x5f','\x77','\xcc','\xa6','\x63','\x5e','\x3d','\x5a','\x3f','\xf6','\xd8','\x37','\x62','\xbc','\x26','\x39','\x01','\xe1','\x12','\xcd','\x8e','\x84','\xb9','\x9c','\xec','\xbf','\xed','\x78','\xb6','\xa9','\x6f','\x9b','\x5c','\x23','\xee','\x9a','\xa9','\x72','\xde','\xc4','\xc0','\x36','\x8c','\x6d','\x73','\xd1','\x51','\x4f','\x41','\xa6','\xb2','\xb8','\x80','\xec','\xdf','\x10','\xf9','\x56','\x21','\xbe','\x0a','\x2e','\x20','\x86','\x99','\xcd','\x3e','\x98','\x90','\x2a','\xb1','\x29','\xe9','\x45','\x42','\x97','\x87','\x6e','\x8d','\x5d','\xac','\x9a','\x39','\x7c','\x03','\xd9','\x36','\x8e','\xcc','\x3d','\x33','\xdf','\x89','\xb4','\xff','\xc0','\xe7','\xe2','\xb8','\x84','\x8c','\x33','\xb6','\x44','\x47','\x5b','\x15','\x57','\x80','\x7d','\x0b','\x80','\x44','\xcd','\x70','\x4e','\x34','\x3d','\x45','\x2c','\x13','\x0e','\x96','\x20','\x8a','\xe1','\x26','\x33','\xe6','\xd7','\x84','\x49','\x36','\x62','\xe6','\x8a','\x1e','\x58','\x65','\x63','\x99','\x72','\x03','\x40','\xe4','\x19','\xe2','\x82','\xe6','\x94','\x7d','\x4a','\x62','\x02','\xf2','\x48','\x3f','\xf7','\xea','\x8f','\x12','\x76','\x10','\x24','\xf2','\x2a','\xf9','\x82','\x24','\xdf','\x1c','\x09','\x91','\x2a','\x13','\xeb','\x33','\x62','\xdf','\x21','\x8e','\xe7','\xa7','\x40','\x66','\xd2','\x12','\x06','\x96','\xd6','\x41','\x7f','\x12','\x71','\x97','\x9c','\xa4','\x78','\xfe','\xdd','\x72','\x94','\x82','\x63','\xbb','\x86','\xb4','\x38','\xe4','\x69','\x52','\x34','\x2f','\x13','\x2f','\x9a','\xf9','\x7e','\x90','\xfe','\x08','\x3d','\x17','\x72','\xc6','\xcf','\xe8','\x31','\xcc','\xe0','\x03','\x74','\xa4','\x44','\x4d','\x2b','\x17','\xe7','\x38','\x5b','\x17','\x68','\xa6','\x3e','\x6a','\x47','\xed','\xa8','\x1d','\xb5','\xa3','\x76','\xd4','\x8e','\xda','\x51','\x3b','\x6a','\x47','\xed','\xff','\x51','\x8b','\x02','\x92','\xa3','\xb8','\xa0','\xa8','\xbc','\xda','\xf7','\x8d','\x89','\xfe','\x56','\x54','\x6a','\x64','\xd4','\xdf','\x14','\x41','\x75','\x95','\x67','\xfb','\x9b','\xa6','\xf1','\xf9','\x23','\xda','\xd3','\x9e','\x3c','\xc3','\xdf','\xf4','\xcc','\xfc','\x56','\xbb','\xf4','\xe7','\x29','\xfd','\x56','\x58','\x90','\x3d','\x27','\x66','\x50','\x64','\x53','\x1a','\x90','\xd1','\x0d','\x89','\xd1','\x0d','\x13','\xe8','\x6f','\xea','\x00','\x02','\xf9','\x60','\x75','\xad','\x59','\xfd','\xb9','\x83','\x8f','\x83','\x03','\xdb','\xc7','\x05','\x45','\x1a','\x74','\x63','\x36','\x1e','\xbe','\xd5','\x90','\x11','\xcd','\xba','\xe1','\xc4','\xdd','\xf6','\xba','\x4f','\xd4','\xf8','\x06','\xbb','\x01','\x0b','\x9a','\x5c','\xf0','\xb4','\xca','\x66','\xa2','\xc5','\x72','\x09','\xf0','\x2d','\xc0','\xd7','\x1d','\x59','\xb6','\x23','\xe3','\xf6','\xc0','\xbe','\xcd','\x81','\x75','\x37','\xa6','\x52','\xdf','\x2f','\x10','\x6b','\x5b','\x3a','\xc6','\x6e','\xdc','\x2f','\x9a','\x23','\x62','\x3b','\xcb','\x42','\x14','\x9f','\x24','\x22','\xeb','\x58','\x32','\x0e','\xb0','\x37','\x69','\x08','\xd3','\x78','\xef','\x43','\x3f','\x5a','\x40','\x2d','\x41','\x13','\x86','\x92','\x5a','\xa3','\x34','\xa4','\xd5','\xb7','\x9c','\x30','\xb0','\x29','\x82','\x46','\xc9','\xb6','\xd3','\x7e','\xb4','\x86','\x19','\xa2','\x3e','\xde','\xec','\x8c','\x1b','\x26','\xc7','\x6f','\xb5','\xdb','\x7d','\xa2','\xfe','\x48','\x7d','\x55','\x9b','\xda','\x3c','\xf2','\x2d','\xa2','\x0b','\xcc','\x00','\x05','\x3b','\x6d','\x8c','\x66','\x89','\x9d','\x5f','\xa9','\x81','\xf3','\x6b','\x57','\xff','\xd7','\x41','\xf9','\xc7','\x17','\xa0','\x44','\x41','\x0a','\x2e','\x45','\x9e','\x88','\x85','\x29','\xfb','\x9a','\xf1','\x5b','\x05','\x9a','\x9e','\xdb','\x14','\x11','\x25','\xef','\x89','\xd8','\xf9','\xb5','\xde','\xa7','\x02','\xf7','\x0a','\x80','\xe4','\x19','\x42','\xe0','\xa3','\x49','\x43','\xff','\x4c','\x7f','\xe5','\x1e','\x9e','\xca','\xa7','\xf3','\x57','\x1e','\xca','\x6f','\xb5','\xf7','\xbf','\x3e','\x60','\x7f','\xd0','\x6f','\x65','\xcd','\x5c','\x67','\xcc','\x12','\x61','\xcd','\x76','\x5d','\xcd','\xf0','\x53','\x6b','\xce','\xdc','\xc6','\x99','\x45','\x4d','\x71','\x10','\xb6','\x8b','\x5f','\xc8','\x98','\x7a','\x72','\x06','\x36','\xdf','\x54','\x08','\x9a','\xe2','\x67','\xf4','\x2f','\x9b','\x89','\x13','\xb9','\xae','\x0e','\xed','\x6f','\x9a','\xae','\x3b','\x30','\x56','\x74','\x60','\x50','\x71','\x60','\x19','\x99','\x13','\x13','\xf2','\x3c','\x84','\x67','\xb1','\xa7','\x9f','\xeb','\x6b','\xe6','\xb7','\xca','\x6e','\xb5','\x27','\x40','\xd4','\x0f','\x42','\x26','\x1e','\x00','\xfa','\x21','\x48','\xe6','\x3e','\xbb','\xfb','\xdf','\x69','\x54','\x13','\x6a','\x33','\x20','\x3d','\x31','\x62','\x05','\x36','\x34','\x35','\xbf','\xfa','\x28','\xc4','\x4f','\xd7','\x2a','\xe1','\x24','\xc0','\xfa','\x1f','\x70','\x1f','\x1a','\x19','\x50','\xe3','\xf7','\xde','\x89','\x7d','\x17','\xd1','\xf2','\x30','\xec','\x7b','\x45','\x99','\x14','\xcb','\x41','\x8d','\x9a','\x01','\x21','\x7a','\x8d','\x35','\x85','\x27','\xbc','\x41','\x36','\x66','\x4e','\xcc','\x6c','\x1b','\xdf','\x37','\x50','\x00','\x7b','\x9c','\x28','\xfe','\x5e','\x69','\x4f','\x32','\xe2','\xae','\xf5','\x5c','\x9e','\x72','\x7f','\xd7','\x03','\x9f','\xa6','\x08','\x43','\xe6','\x62','\xdc','\x98','\x18','\xec','\x0e','\xa4','\x50','\x26','\xe1','\x5d','\xcb','\xe1','\xc3','\xe0','\x34','\x24','\xb4','\xf9','\xeb','\xf3','\xa7','\xdd','\x0d','\x1b','\x8e','\xc2','\x1d','\x49','\xb3','\xb0','\x30','\x18','\x5f','\x0a','\xd1','\x71','\xb3','\xe6','\x73','\x92','\xa2','\x13','\x90','\xd9','\xf9','\x86','\x33','\x39','\x3e','\x04','\xe3','\x5b','\x8c','\x73','\x61','\x9c','\x22','\xcc','\x70','\x4c','\xde','\x14','\x2a','\x0e','\x1e','\x53','\x6a','\x90','\xcd','\x0a','\x07','\x02','\xfe','\x3e','\x6a','\x47','\xed','\xa8','\x1d','\xb5','\xa7','\x6c','\x37','\x89','\xdd','\xd8','\xa3','\x7e','\x8a','\xb4','\x1d','\x49','\xbe','\x0c','\xa6','\x2e','\xf3','\x49','\x51','\xaf','\x57','\x72','\x88','\xb2','\xb0','\x4c','\x92','\x0d','\xf2','\xdc','\xa6','\x8c','\x20','\x80','\x0e','\x5d','\x97','\xc1','\xe9','\xa1','\xa4','\x37','\xac','\x0a','\xa1','\x8f','\xa7','\x7e','\x71','\xf6','\xaf','\x33','\x42','\x9c','\x50','\xc5','\x4e','\x6a','\x74','\x35','\x92','\x99','\xe4','\x4c','\x3f','\xd6','\x74','\x0b','\x03','\x72','\x4a','\x4e','\xd2','\xaa','\x44','\xdf','\xfa','\xab','\xd2','\x48','\x1d','\x32','\x12','\x68','\x0d','\xc8','\xb0','\xb7','\xeb','\x7d','\x0e','\x57','\x87','\x65','\x4a','\x11','\x3b','\xf4','\x7d','\x26','\x1a','\x6c','\x40','\x06','\x0a','\x5a','\x0b','\xd3','\x3b','\x56','\xa4','\x88','\x61','\xf9','\x95','\x0f','\x30','\x7a','\x67','\x54','\x1d','\xbb','\xb0','\xb1','\x5f','\x69','\x8f','\x0d','\xcd','\x3f','\x32','\x8a','\x6d','\x88','\x15','\xb1','\x8d','\x38','\xef','\x3a','\xd1','\xaf','\xa6','\x71','\x90','\x3a','\x23','\xce','\x66','\x60','\x1c','\x82','\xca','\x4e','\x28','\x3b','\xa9','\x6c','\x57','\xd9','\x9e','\xb2','\x11','\xed','\x4a','\x0d','\x8a','\xbc','\xe8','\x73','\x66','\x5c','\x59','\x22','\xe4','\x77','\x26','\x11','\xf2','\x35','\x1c','\x9c','\xc3','\xdf','\x67','\xa2','\x3f','\x81','\xe6','\xb4','\xc0','\x7a','\x47','\x58','\xef','\xa2','\xff','\xdd','\x6a','\x13','\xeb','\x5f','\x89','\xf5','\x0f','\x88','\x9d','\x85','\xe9','\xf9','\x5b','\x5a','\xf5','\x53','\x07','\xaa','\x57','\x32','\xcd','\x3f','\x86','\x79','\xd8','\xab','\x32','\xb3','\x2d','\x61','\x53','\xce','\x5b','\x32','\xe5','\xec','\xdf','\x9f','\x34','\x69','\x0f','\xd4','\x31','\xad','\x8b','\xc5','\xb4','\x6e','\xa8','\x60','\xc8','\x13','\x69','\x6f','\xff','\xfe','\xc4','\xe3','\x33','\xa0','\x50','\x8d','\x7d','\x3d','\xf0','\xf8','\x3c','\xab','\x3a','\x2c','\x7a','\xee','\x58','\x03','\xfc','\x84','\x5d','\xc8','\x69','\xec','\xdf','\x9f','\x67','\x56','\xcf','\xe5','\x90','\xf5','\x9b','\xa6','\xfa','\x63','\xcc','\x1a','\x09','\x93','\x19','\xf7','\x14','\xf1','\x7e','\xd3','\xe3','\x13','\xd7','\x07','\xf1','\x31','\x89','\x6c','\xba','\x44','\xc8','\xb9','\xf8','\x56','\x51','\xb8','\xec','\x50','\x11','\x83','\xc9','\x7a','\x40','\xd6','\xaf','\x65','\x62','\xd9','\xd7','\x93','\x5a','\xf7','\x67','\xa2','\x7c','\x4f','\xbc','\x08','\x2c','\xfb','\xfa','\x9c','\x7d','\x3b','\xf6','\xcc','\xea','\x9e','\x34','\x0e','\xf0','\xde','\x31','\x7e','\x55','\x90','\xb8','\x54','\xc5','\x41','\xef','\x83','\x89','\xde','\xaf','\x3c','\xf5','\x42','\x9f','\x5e','\x6e','\x8f','\x46','\x33','\xce','\xa4','\x69','\xbb','\xd6','\x61','\xef','\x33','\xa9','\x57','\xce','\xb8','\x4f','\x17','\x53','\x47','\x5d','\x8e','\x50','\xac','\xa8','\xa0','\xe8','\xdd','\x96','\xf3','\x28','\x87','\xa5','\x4f','\x9c','\x1c','\xa0','\x9e','\xcb','\x84','\xc6','\xea','\x04','\xa6','\x0f','\x6c','\x84','\x40','\x64','\x1f','\xee','\xff','\xbe','\x50','\x05','\x51','\x23','\xa4','\x55','\x2d','\x54','\x52','\xc4','\x08','\xa1','\xd1','\x63','\xff','\xb6','\x81','\x16','\x3c','\xdc','\x9a','\xf5','\x9b','\x45','\xe8','\x89','\xbb','\xe4','\xd2','\x30','\x5b','\x12','\xb1','\x14','\x0e','\x36','\xbf','\xb2','\x5b','\xd2','\x74','\x9e','\x23','\x71','\x70','\xda','\xa0','\x3f','\x63','\x8a','\x7e','\x64','\x22','\x7b','\x90','\x78','\x89','\x4a','\x10','\x6f','\xa6','\x51','\xba','\x96','\xe6','\x9f','\x8a','\x59','\xa2','\x1f','\x62','\xea','\x25','\x76','\x55','\xf3','\xe1','\xad','\xe0','\x00','\x0f','\x76','\xd4','\x8e','\xda','\x51','\xfb','\xfa','\x34','\x1a','\x86','\x21','\x0a','\x21','\x7d','\xca','\x35','\x58','\x31','\xec','\xf1','\x06','\x9b','\xa0','\x62','\xd8','\xd5','\x9f','\xa3','\x67','\x1a','\x32','\x97','\x9b','\xfb','\x90','\x30','\xbc','\x44','\x45','\x85','\x8a','\x52','\x44','\x97','\x4a','\xa5','\x4a','\x58','\x9a','\x6e','\x95','\x9e','\xfe','\xd8','\x30','\xe7','\x08','\x4c','\x5c','\x89','\xa8','\x64','\x99','\xfb','\xa4','\xa2','\x7c','\x43','\xa4','\x16','\x4b','\xf7','\x98','\x52','\x61','\xa0','\x40','\x69','\x6a','\xc2','\xe7','\x21','\x28','\xac','\xad','\x90','\x97','\x41','\x5e','\xaa','\x3c','\x69','\x2d','\xa5','\x7b','\x6f','\x12','\x55','\x32','\x9a','\xd4','\x9c','\x54','\xae','\x52','\x9e','\x6a','\xe6','\x8a','\xb8','\xdc','\x5f','\xd4','\x2b','\x96','\xa4','\x6b','\x95','\x70','\x8d','\xc0','\x1b','\x04','\x4a','\x04','\xd6','\x4f','\xd5','\xd7','\x8b','\x0f','\xae','\xe6','\xeb','\xeb','\xf9','\x7a','\x29','\x5f','\x7f','\x23','\x5f','\x5f','\x8b','\xa8','\x68','\x3e','\x39','\x5c','\x37','\xa7','\x89','\x21','\x75','\x84','\x5e','\x6f','\xe3','\x58','\xe2','\xf8','\x31','\x93','\x68','\x96','\x6f','\xcf','\x30','\xd4','\x5f','\x15','\xe4','\xb7','\x9e','\x75','\x3f','\x63','\xbf','\x53','\x98','\xdb','\xf4','\xf3','\x9b','\x72','\x5b','\x2f','\xdd','\xef','\x95','\x8b','\xed','\x62','\x96','\x2c','\x78','\x28','\x19','\xdd','\x20','\xd9','\x6e','\xb1','\xeb','\x27','\x73','\xe5','\x17','\x41','\x9c','\x72','\xab','\x95','\x30','\x14','\x1e','\xdd','\xde','\x79','\xfd','\x3f','\x6b','\x1f','\x3d','\x5f','\xab','\x1f','\x93','\xad','\x7c','\xd8','\xe2','\xa1','\x34','\x45','\x07','\x94','\x15','\x22','\x34','\x99','\x73','\x51','\xb2','\x33','\x08','\x32','\x4b','\xae','\x28','\x47','\x86','\x37','\xc8','\x42','\x2a','\x19','\xd5','\x7e','\xc8','\x31','\xea','\xb1','\x24','\xcc','\xdd','\xfe','\x9f','\x30','\x64','\xac','\xc0','\x10','\xb2','\x3b','\x43','\x58','\x1d','\xd2','\xd9','\x6e','\x66','\x89','\x74','\x2f','\x92','\x6b','\x36','\xfd','\x9e','\xfe','\x1b','\x95','\x48','\x49','\x9f','\x31','\xc1','\xdc','\x02','\xf3','\xb2','\x37','\x45','\x6a','\x5e','\xd2','\x54','\x14','\xb5','\x8b','\x81','\xbb','\x3e','\xd2','\xbd','\x5c','\xf8','\x98','\xc3','\x7d','\x80','\x56','\x06','\x76','\xd2','\xf0','\xd9','\x99','\xf9','\x9f','\xb4','\xf3','\x06','\x25','\x25','\xef','\xc2','\x52','\xba','\xfb','\x26','\x83','\x12','\x03','\x87','\xc1','\x5c','\x0d','\xdc','\x16','\x78','\x2d','\xc8','\xa5','\x3b','\x8a','\x81','\xde','\x9c','\xfd','\x14','\xe1','\x4c','\x40','\xb6','\xcd','\x3c','\xc1','\xfe','\x44','\x91','\xff','\x88','\x10','\x55','\x02','\xc2','\x8b','\xac','\x91','\xea','\x15','\xdb','\x18','\x1b','\xac','\x69','\x70','\x10','\x76','\xa3','\x83','\xe3','\x84','\x7c','\xa1','\x07','\xa1','\xd2','\xf3','\xb5','\xc4','\xb8','\x1d','\xc1','\x85','\x55','\xf5','\x38','\xc7','\xf2','\x09','\xf8','\xe9','\x4e','\x99','\x2c','\x5f','\xf5','\xde','\x7a','\x8f','\x3d','\x64','\x73','\x72','\xc7','\xa6','\x65','\x16','\x16','\x39','\xa4','\x14','\x42','\x7d','\x70','\x34','\x3b','\x9f','\x33','\x32','\x9e','\xbe','\x56','\xf6','\x28','\x59','\x2e','\x10','\x86','\x3a','\x20','\x82','\x83','\xe1','\xfb','\x8a','\x40','\xc3','\x62','\x0e','\x37','\xb1','\xa6','\xb9','\xa6','\xe1','\xed','\x26','\xd3','\x94','\xaf','\xb2','\xfc','\xad','\xee','\x92','\xdd','\x3d','\x8f','\x08','\xec','\xcc','\xe0','\xd2','\x19','\x26','\x37','\x07','\xd6','\x6d','\x92','\x6e','\x89','\x6e','\xba','\x8d','\x66','\x4a','\xee','\xb3','\xb0','\xc3','\x5e','\x74','\xc3','\x1f','\xb9','\xac','\x88','\x07','\xd9','\x17','\xdd','\x93','\x1f','\x77','\x4e','\x6e','\x91','\xe5','\x4a','\xf7','\xec','\xc5','\xa4','\xa6','\x6b','\x95','\xee','\xca','\xc5','\x64','\xed','\x62','\x92','\x55','\xf4','\xd3','\x25','\x98','\x6d','\x33','\x3b','\x64','\x58','\xe9','\x93','\xa1','\x19','\xd9','\x4c','\x16','\xaf','\x01','\xd9','\xb0','\x0b','\x0d','\x18','\x10','\x7a','\x24','\x1b','\x30','\x9c','\x47','\x1e','\x39','\xd6','\xf2','\x8e','\x55','\x57','\x4e','\x55','\xbf','\xbb','\x2a','\x2f','\x3e','\x54','\x8f','\xb6','\xc3','\x20','\x92','\x5e','\x32','\x5a','\x26','\xad','\x84','\x03','\xe1','\xe8','\x44','\xa5','\xa7','\xff','\x82','\xaa','\xe7','\xf5','\x1e','\xac','\x4a','\x58','\xbd','\x33','\xbf','\xea','\x2e','\xbc','\xc1','\x3a','\xd7','\x9f','\xdc','\xb8','\x42','\x2f','\xaf','\x07','\x66','\xca','\xb4','\xe0','\xd3','\x1e','\x48','\x35','\xaf','\x89','\x34','\xbf','\x2a','\x86','\x08','\xc0','\x23','\x29','\x68','\xae','\x50','\x94','\x45','\xc6','\xfb','\xb0','\x27','\x15','\xf9','\x8e','\x62','\xeb','\x9f','\xf7','\xd6','\x1b','\x24','\xd9','\xc8','\xb9','\xf7','\xc0','\xbd','\xcf','\xdc','\xcf','\x9f','\xc0','\xa7','\x74','\xfe','\xaf','\x95','\xe6','\xe4','\x2f','\x36','\x6b','\x3f','\xc8','\xf6','\x96','\x2c','\xb9','\x88','\x18','\xc5','\xd5','\x82','\xee','\x46','\x14','\x24','\x9e','\x04','\xe6','\x74','\x19','\x05','\x56','\x82','\xf0','\x09','\x7e','\x22','\x5d','\xe9','\xc4','\x07','\x7d','\xca','\x94','\x00','\xae','\x74','\xa0','\x74','\x5c','\x93','\x27','\x12','\x5c','\x24','\x72','\x65','\x27','\x57','\x09','\xfd','\x62','\x4f','\xc6','\xef','\xbd','\xff','\xd2','\xff','\x4d','\x12','\x2e','\x30','\xdb','\x88','\xeb','\x99','\x57','\x8a','\x66','\xdc','\xc0','\x0b','\x86','\x52','\x2e','\xea','\x18','\x5c','\x8b','\x85','\x26','\x53','\xdb','\x8c','\x58','\x5f','\xf1','\x98','\xc1','\x3f','\xd1','\xc8','\x9b','\x66','\xf2','\x0a','\x07','\x49','\xeb','\xbc','\xff','\x75','\x98','\x31','\xdc','\xcf','\x94','\x26','\x9e','\x45','\x32','\x88','\x15','\x76','\x67','\x7e','\xcb','\xcd','\xde','\x63','\xc7','\x3e','\x7c','\x92','\x4f','\xd1','\x3f','\xb6','\x64','\x65','\xb3','\xfa','\xe3','\x8f','\xc3','\xd3','\x5b','\xb9','\xd3','\x55','\xaf','\xf8','\x6e','\xe6','\xf4','\xed','\xf7','\x4f','\xff','\xb4','\x79','\x7a','\x8b','\x14','\x6b','\x39','\x0c','\x84','\x95','\xf7','\xbf','\xf5','\x49','\xea','\x5b','\x2a','\xf3','\xa6','\x5f','\xfe','\x85','\xa5','\xd4','\x02','\x49','\xc5','\x19','\xd3','\x35','\x56','\xec','\x31','\x99','\x0b','\x77','\x0a','\x2c','\xc9','\x11','\x2b','\x88','\xe6','\x16','\x68','\xee','\xa4','\xf4','\x33','\xea','\xd2','\x72','\x18','\x9e','\xdd','\x96','\x67','\x0d','\x68','\xfc','\x8a','\x55','\xab','\xe9','\x33','\x07','\xb3','\xb2','\x4f','\x7a','\xe9','\xc8','\x86','\x61','\xac','\x9d','\xf4','\x31','\x6e','\xc6','\x89','\x9d','\x08','\x7b','\x83','\xaf','\x05','\x6a','\x0a','\x78','\xd3','\xd8','\x3b','\x25','\x28','\xfd','\x8b','\x10','\x0b','\x84','\xc4','\xeb','\xaa','\x50','\xe1','\x17','\x1f','\x31','\xeb','\xa3','\x95','\x86','\x57','\x79','\x04','\xa2','\xc9','\xc4','\xfd','\xb4','\xf8','\xc5','\xf9','\xca','\x7f','\x71','\xb1','\x7d','\x17','\x69','\x87','\x57','\xee','\xf3','\x6b','\x4d','\xdd','\xcf','\xf3','\x4c','\x14','\xc3','\x76','\x9b','\x39','\x77','\x59','\x66','\x38','\x74','\x58','\xf6','\x22','\x6c','\x1b','\x20','\x02','\xa4','\x13','\x20','\xc2','\x3a','\x82','\x12','\xc0','\x39','\x4d','\x2d','\x38','\xd7','\x9b','\x3f','\xd7','\x5a','\x58','\x64','\x9d','\x45','\xb8','\xb1','\x04','\x97','\x57','\x39','\xac','\xde','\x05','\x11','\x80','\xaf','\x60','\x3b','\x80','\xad','\x02','\x54','\xb3','\x5f','\x42','\x6a','\x51','\xbf','\xcf','\x4c','\x54','\x71','\x85','\x16','\xf5','\x0a','\x40','\xe8','\x3a','\x49','\x7e','\x42','\x5c','\x3d','\x47','\xe9','\x3a','\xa4','\x7f','\xdf','\xd5','\x6c','\x03','\x25','\xe0','\x25','\xb8','\xda','\x84','\x6a','\x13','\x68','\x13','\xac','\xaa','\xa6','\xaf','\x6c','\xba','\x48','\x69','\x82','\x51','\x07','\x9c','\x90','\xdb','\x3d','\xfd','\xbe','\x52','\x03','\x26','\x8c','\xa8','\x09','\xe1','\x63','\x80','\x26','\xc0','\x27','\x1d','\xfc','\x6c','\xc2','\x7c','\x15','\xf2','\x11','\x51','\x58','\x72','\x3a','\x6f','\x52','\x28','\x51','\x70','\x28','\xcc','\x55','\xc1','\x6d','\x82','\xd7','\x3c','\x1e','\xed','\x17','\x0e','\x7a','\xc4','\x62','\x7f','\xd6','\x25','\xa1','\x2a','\xed','\x66','\xe9','\x7a','\x58','\x5a','\x23','\xd3','\x54','\x79','\x64','\x0e','\x6c','\x42','\xb7','\x08','\xc6','\x99','\xaf','\x11','\xe7','\xe7','\xa4','\xb7','\xd4','\x2b','\xe7','\x71','\x1d','\xa3','\x44','\x52','\x12','\xcc','\xe9','\xa1','\xd6','\x13','\x70','\x55','\x7e','\x73','\xf5','\xf6','\x19','\x2b','\x79','\xc9','\xa6','\x1f','\xdf','\x3b','\xc1','\x3f','\x7f','\xc4','\x3f','\xb5','\x8b','\x3b','\x18','\xb7','\xce','\xef','\x53','\xfe','\x49','\x58','\x6c','\x52','\xde','\xa4','\x79','\x4a','\x79','\x15','\x0f','\x96','\x4a','\xb4','\x7b','\xa5','\x57','\x2e','\x51','\x9f','\x52','\xd7','\x25','\xa9','\x14','\xc2','\xbd','\xba','\x8c','\xfc','\x10','\xe8','\xda','\x87','\xe1','\x12','\xa7','\xe7','\x73','\x94','\xbd','\x5e','\x7a','\x3e','\xfd','\xc4','\xab','\x95','\xc2','\x56','\xe9','\x66','\xab','\xb4','\xf2','\xe9','\x63','\xc6','\x4a','\x2b','\xac','\xf4','\x36','\x2b','\x5d','\x7b','\xff','\xf1','\x35','\xfd','\x4b','\x2b','\xb5','\xa2','\x58','\x0d','\x2f','\xed','\x32','\x52','\x70','\x2d','\x65','\x96','\xfa','\x77','\xdd','\x62','\xef','\x87','\x96','\x5c','\xdb','\x7c','\x67','\xa9','\x12','\x9e','\x47','\x3e','\xe4','\xdf','\x60','\xfc','\xd8','\x37','\x8a','\xe1','\xdf','\x7e','\xf8','\xf6','\x8f','\xc8','\xf7','\xaa','\x38','\x8c','\x2b','\x0c','\xde','\xfe','\xa3','\xc2','\xb5','\x7f','\x2e','\x5f','\xbb','\x17','\xac','\x6c','\xab','\x95','\x46','\xb9','\x46','\x8b','\x0c','\x16','\x58','\x40','\x5d','\x12','\xa4','\xa2','\x7d','\x59','\xa9','\x2c','\xee','\xc8','\x4d','\x2e','\xc3','\x53','\x44','\x55','\x02','\xf5','\x33','\xa1','\x16','\x0d','\x15','\x7f','\xdb','\x5a','\xbc','\xd2','\x5b','\x2c','\x31','\x4d','\xc5','\xc7','\xa6','\x88','\xef','\x19','\xf6','\xa7','\xe7','\xd9','\xe9','\x7f','\x61','\xeb','\x7f','\xc7','\xee','\xdf','\xea','\xea','\x55','\x87','\xa4','\x24','\x61','\xa2','\xbf','\xdc','\x9a','\x29','\x1c','\x79','\x6d','\x5b','\x5e','\xf1','\x71','\x86','\x37','\xc1','\x10','\xe7','\x0d','\x4d','\xb9','\xe2','\xb6','\xe0','\xdb','\x8a','\x93','\x77','\x48','\xfe','\x9e','\xdd','\x78','\xa3','\x47','\xdf','\x2a','\xb3','\xa2','\xcf','\xb3','\x96','\x31','\xe6','\x0d','\xe4','\x96','\x09','\x89','\x25','\x5a','\xc3','\x93','\x19','\x69','\x43','\x60','\xd5','\x95','\xf5','\x81','\x39','\xf3','\xaf','\x08','\xf9','\x15','\xb1','\x1e','\x28','\xbb','\x5e','\x76','\xa0','\x98','\x81','\x85','\x00','\x27','\x0c','\x19','\xdd','\x07','\xe7','\xb6','\xfc','\xf0','\x5e','\xce','\xaa','\x72','\x3b','\x09','\x36','\xcb','\xd0','\xdb','\xe9','\xe4','\x67','\x67','\xd8','\x4f','\xda','\x27','\x8d','\xe2','\xfe','\xcb','\xdb','\xc0','\x3e','\xed','\xb2','\x16','\x44','\x61','\xe7','\x43','\x4a','\x77','\x98','\x01','\x5c','\xf5','\xb0','\x3c','\x24','\xf2','\xb3','\xfe','\xef','\x22','\xe7','\x8a','\x82','\x37','\x02','\xfd','\x6d','\xfa','\xa0','\x62','\xc3','\x2c','\xda','\x8d','\x1b','\x24','\x75','\x1e','\x5f','\x12','\x22','\xd5','\x94','\x03','\xa2','\x0a','\x0e','\xc9','\xdc','\xd0','\x03','\x61','\xe4','\x8d','\x68','\x5e','\x70','\x2f','\xc2','\x97','\x37','\x4f','\xc7','\x25','\x17','\x3e','\x6f','\x89','\x7c','\x8d','\x2f','\x85','\xdd','\x57','\x6a','\xd7','\xf3','\xb5','\x52','\x3e','\x0c','\xf2','\x35','\xfd','\x8b','\x38','\x55','\x13','\xab','\xe1','\x6f','\x56','\x6b','\x09','\xbd','\x97','\xcb','\x74','\x48','\x9c','\x9e','\x59','\xc4','\x10','\xdc','\x15','\x4e','\x55','\xf5','\xc6','\x71','\x42','\xd0','\xf0','\x7e','\x12','\x3e','\x71','\xfb','\x0b','\x05','\xee','\x02','\x0b','\x8c','\x77','\x18','\xbf','\xc1','\xf8','\xe5','\x68','\x3a','\xeb','\x29','\xbc','\x68','\xae','\xb2','\x05','\xd0','\x42','\x07','\x32','\x5c','\xaf','\x19','\x26','\x5d','\xea','\xa2','\x55','\xab','\x7c','\xdc','\x5b','\x23','\xb9','\x35','\xb7','\xb0','\x96','\xe4','\x6b','\x54','\xac','\x51','\x7f','\x8d','\x54','\x2b','\x28','\x5f','\x91','\x35','\x0f','\xd6','\xb2','\xdd','\x35','\x80','\x88','\x2a','\xd9','\xce','\x9a','\x59','\x1d','\x62','\xaf','\x66','\xb6','\x83','\x9f','\x23','\xe3','\x23','\x72','\x54','\x14','\x5c','\x52','\x36','\x7b','\xf4','\xb6','\xb2','\xb7','\xa4','\xf3','\x97','\x7a','\x99','\x93','\xe4','\x07','\x81','\x2d','\xcb','\xcb','\x19','\x1e','\x8b','\x5b','\xfa','\x95','\x7d','\x29','\xad','\x07','\x81','\x03','\x95','\xc1','\xfb','\xf2','\xd7','\x69','\xe5','\xf7','\x61','\x24','\x62','\x56','\x7e','\xd7','\x1b','\x1e','\x00','\xd5','\xb4','\x16','\x36','\xc5','\x16','\x15','\xaf','\xd1','\xeb','\xe1','\x13','\xbd','\xaa','\xac','\x86','\xd5','\xd5','\x4d','\x43','\x63','\x07','\xff','\xae','\xf9','\xef','\xa4','\x0a','\x70','\x5b','\xfc','\xb1','\x0a','\xff','\xb7','\x39','\xff','\x7e','\x38','\x5f','\xa3','\xd9','\x0f','\x92','\x74','\x7e','\xe7','\xd2','\xaa','\xac','\x3c','\x94','\xa5','\xd5','\x2a','\xca','\xae','\x6b','\x10','\x51','\xe5','\x31','\x2f','\x95','\x38','\x9d','\xbb','\x4b','\xaf','\x89','\xb0','\x5d','\xa6','\xe4','\xbf','\xa9','\xf5','\x1e','\xd5','\x0d','\xe8','\x08','\xe8','\xc7','\x08','\x9b','\xfd','\x4a','\xda','\x75','\xe5','\x40','\x99','\x81','\x16','\x57','\x16','\x50','\x5c','\xd9','\x45','\x74','\x1c','\x84','\x79','\x64','\x22','\xdc','\x28','\x1f','\xdd','\xa7','\x98','\xd1','\x90','\x32','\x3e','\x5f','\x3a','\xc3','\x47','\x0c','\x2e','\x80','\xc7','\x41','\x70','\x50','\xfc','\x84','\xbc','\xba','\x40','\x9a','\x5d','\xeb','\x56','\x99','\xda','\x3e','\xd8','\x24','\x30','\xd8','\x90','\x9a','\x97','\x8b','\x3d','\xc7','\x66','\xd4','\x10','\x33','\x94','\x09','\xc3','\x8c','\xcd','\xce','\xda','\x6c','\xc5','\x66','\xb5','\xe8','\x47','\x14','\x54','\x58','\x2c','\x92','\x45','\x89','\x7b','\x06','\xb2','\x0d','\xe7','\xa5','\x22','\x49','\x5b','\x3a','\x26','\xe5','\x8d','\xe2','\x09','\x8c','\x85','\x3d','\x16','\x31','\x26','\x29','\x14','\x7c','\x5e','\xc8','\xf1','\xcb','\x39','\x5e','\xd7','\xdd','\xf0','\x44','\x7f','\x2f','\xf0','\x63','\xf2','\xa4','\xa9','\x15','\x55','\x3d','\x61','\xb6','\xad','\xf1','\xfb','\xd0','\x39','\x94','\x48','\x0d','\x07','\xce','\x91','\xc2','\x5c','\xb2','\x30','\xef','\x5c','\xf6','\xde','\xab','\xf3','\x3a','\x94','\x3f','\x82','\xbb','\xea','\x04','\xf7','\x01','\x51','\xad','\x72','\xc0','\x39','\xe8','\x1f','\x5f','\xce','\xce','\x77','\x53','\x10','\x50','\x90','\x24','\xe9','\x10','\x87','\x12','\xbd','\x52','\xd2','\x4a','\x07','\xc1','\xf2','\xd9','\xe2','\x5c','\xb4','\x2d','\xfa','\x50','\xa8','\x74','\x0b','\x02','\x2e','\x0b','\xa8','\x57','\x3a','\x28','\xb8','\x23','\xb2','\xe1','\x0e','\x68','\x41','\x8b','\x2b','\x43','\x4d','\xd3','\x13','\x15','\x91','\x4f','\x68','\xc5','\xec','\x38','\xe2','\x51','\x55','\x34','\xa8','\xa1','\x12','\x72','\x4b','\x7c','\x3c','\xf9','\xcb','\xea','\x96','\x21','\x9b','\xbe','\x61','\xd3','\x75','\x1b','\x15','\x15','\x2d','\x54','\xe8','\xcf','\x31','\xbd','\x00','\x0f','\x40','\x2f','\x3b','\x04','\x03','\x4b','\x8c','\x50','\x87','\x4d','\x7f','\x33','\xb3','\xf8','\x1c','\xe5','\x8b','\x94','\xbc','\x45','\xc9','\xea','\x05','\xf2','\xb0','\xa6','\xa5','\x03','\xcd','\xe4','\x0e','\x29','\x66','\xc8','\x82','\x11','\x68','\xb0','\xa2','\x59','\x31','\x1c','\x67','\xa1','\x2f','\xe3','\x95','\x8a','\x42','\x11','\x72','\x0b','\x81','\xde','\xd4','\x31','\x87','\xd1','\xfc','\x75','\x1b','\x7d','\x1c','\xf6','\x16','\xc1','\x29','\x93','\x56','\xa4','\xd0','\xb1','\x82','\xe5','\x0d','\xbd','\x6e','\x38','\x3e','\x56','\x94','\xa2','\x3c','\x47','\xcd','\x3f','\xd5','\x02','\xc0','\x19','\xf2','\xf2','\x13','\x14','\x03','\xf2','\xb6','\x97','\x6f','\x64','\xf2','\x7f','\xa3','\x7b','\x08','\x4b','\xf9','\xfa','\x62','\xfe','\xee','\xf9','\xdc','\xdd','\x33','\x22','\x78','\xc9','\x7f','\xed','\x6c','\xf0','\x1b','\xf1','\xd3','\x9f','\xbd','\xfa','\xf3','\x6f','\x5f','\xa4','\xd9','\x2a','\xa4','\xb5','\x60','\x99','\x03','\x2c','\xbc','\xc3','\x21','\xa6','\x62','\xe7','\x38','\xd7','\x5b','\x2d','\xc1','\x17','\xf2','\xf2','\x57','\xc0','\x2d','\xc0','\x5a','\x17','\xf0','\xa0','\xd8','\x7d','\x90','\x53','\x70','\x5a','\xc1','\x99','\xcf','\xa0','\xb4','\x03','\xeb','\x2d','\x58','\x69','\xc1','\xeb','\x2d','\xb8','\xa3','\xc0','\x51','\x1d','\x4b','\xf2','\x94','\x4b','\x58','\x4a','\x2b','\x1d','\x65','\xad','\x77','\xcc','\x81','\x3f','\xe7','\x55','\x5f','\xfa','\x38','\x7c','\xe9','\xae','\x5a','\x29','\x23','\xb5','\xee','\xb6','\x7e','\xa9','\xa5','\x1d','\xae','\xfa','\xd4','\x62','\x63','\x5f','\x15','\x0a','\xe8','\xc5','\x90','\x45','\x60','\x8c','\x66','\x6c','\x2d','\x4b','\x92','\x4d','\x42','\xee','\x0d','\xf4','\xcd','\x31','\xc9','\x70','\x28','\x22','\xe6','\x88','\x5d','\xf7','\x5e','\x60','\xec','\x05','\x76','\xe9','\x45','\xf2','\xdd','\x47','\x64','\xad','\x11','\x06','\x56','\xa8','\x46','\x9f','\x0b','\x1f','\xca','\x0e','\x5f','\xee','\x00','\x4f','\xe0','\xe3','\xfc','\x19','\x3e','\xcb','\x83','\xab','\x9f','\xc1','\xca','\x0e','\x3e','\xc5','\xdf','\xb7','\x3a','\xa7','\x24','\xdf','\xed','\x3e','\x13','\xb3','\x78','\x34','\x46','\x0b','\x8f','\xd1','\xbe','\x47','\x70','\x33','\x09','\x7b','\x34','\x5f','\x63','\x6b','\xb8','\x1f','\x6d','\x57','\xf5','\x04','\xc2','\xb0','\x0e','\xce','\x4d','\x34','\x08','\xc6','\xd8','\x04','\x29','\xdb','\xa4','\x4c','\xe2','\x34','\xec','\xb1','\x2d','\x12','\x36','\xb5','\x9a','\x26','\x90','\xb1','\x39','\x5f','\x20','\xf4','\x64','\x25','\x3c','\x29','\xe1','\x95','\x7f','\xaa','\x9f','\x2d','\x3e','\x38','\x9b','\xaf','\x5f','\xcb','\xd7','\x57','\xf2','\xf5','\x5a','\xb1','\xce','\xf2','\x75','\xc6','\x23','\x08','\x26','\x4d','\x1d','\x04','\x3a','\xf0','\x30','\xec','\xcd','\x06','\x24','\x13','\xa3','\x81','\x42','\x9b','\x29','\x91','\xa4','\x7b','\xb2','\x43','\xf4','\xb8','\x19','\xdc','\x53','\x4a','\x16','\xd3','\x38','\x0b','\x34','\x8b','\x54','\x77','\x6e','\x5f','\x62','\xdf','\x29','\xb1','\x92','\x26','\x7c','\x4b','\x26','\x33','\xad','\x60','\x90','\x3d','\x3a','\x03','\x5b','\x77','\x14','\x28','\x35','\x3c','\x8e','\x53','\x15','\x71','\xf0','\x11','\x74','\xc2','\x75','\x69','\x32','\x45','\x69','\x86','\xda','\x02','\xbd','\x9f','\xcb','\x41','\xa8','\x2a','\x37','\xc9','\x82','\x8f','\xf6','\x75','\xa3','\xe3','\x98','\xd6','\x9f','\x08','\xfd','\x63','\x02','\x7d','\x29','\xbd','\xa6','\x77','\xb4','\xbe','\x21','\xda','\x48','\xec','\xe8','\xbf','\xd3','\x0b','\x57','\xe0','\x90','\x42','\x26','\x02','\x28','\x7e','\x48','\x9c','\x2f','\x6a','\x3d','\xab','\x87','\x8b','\x58','\x02','\xe8','\x73','\x40','\xff','\xfc','\xff','\x28','\xfb','\xff','\xe0','\x36','\xae','\x3b','\x4f','\x14','\x3d','\x8d','\x86','\x0f','\x20','\xe7','\x10','\x68','\xc6','\x79','\x9e','\x03','\x11','\x22','\x40','\x4b','\xcb','\x78','\x53','\x72','\xe6','\x80','\x50','\x28','\xd8','\x96','\xd5','\x90','\xe9','\x87','\xd8','\xbb','\x70','\xec','\x9d','\xbd','\xb9','\xc5','\x24','\x53','\x2f','\x07','\x04','\xd3','\x52','\x32','\x74','\x0c','\xc7','\x53','\x1e','\x65','\x2e','\xc3','\x6e','\x8a','\x5a','\x88','\xb3','\xb7','\x63','\x29','\x99','\x2d','\x17','\x94','\xf8','\x45','\x9a','\x9d','\x6c','\x76','\xff','\x98','\xaa','\x4b','\x27','\xa9','\x4c','\xee','\xbd','\xbb','\xa3','\xa6','\xe8','\xd7','\x52','\x76','\x11','\xcb','\x33','\xbb','\xb5','\x97','\xc9','\x4c','\x8d','\xe0','\x28','\x97','\xf6','\xbd','\xe5','\xdd','\xc0','\xf1','\x94','\x02','\xc7','\x48','\x9f','\x77','\xbe','\xa7','\x01','\x10','\xa4','\x64','\xcf','\x5c','\xf9','\x53','\xed','\x03','\x10','\x6c','\x02','\x8d','\xd3','\xe7','\x7c','\x7f','\x7c','\xbe','\x9f','\xef','\x9a','\x68','\xf1','\xb0','\x34','\x2f','\x81','\x9d','\x24','\xf5','\x13','\x9e','\x18','\xaf','\xd4','\xef','\xae','\x92','\x69','\xec','\x4e','\xd2','\xcd','\x12','\x62','\x75','\xd4','\x7b','\x01','\x2c','\x38','\x04','\x3e','\x6d','\x3c','\x9a','\x4d','\xc4','\x0a','\xd2','\xda','\x89','\xe3','\xec','\xd7','\x49','\xa9','\x7a','\x56','\xe4','\xd3','\x7c','\x3a','\xcd','\xc9','\x41','\xbe','\xa7','\xbc','\x60','\x9c','\x0d','\x44','\x93','\x2f','\x36','\x79','\xb9','\x29','\x2f','\x3e','\x2f','\x93','\x85','\xaf','\x24','\x83','\x05','\x97','\x2f','\xa8','\x67','\x24','\x5c','\x62','\x91','\xa4','\x00','\x33','\xac','\x67','\x47','\x35','\xe2','\x99','\xee','\xd7','\x75','\x5a','\x5d','\xd9','\x0b','\x76','\x94','\xb4','\x5c','\xe2','\x64','\x4f','\x32','\x30','\x5c','\x22','\x9a','\x64','\xf1','\x5a','\xb7','\xdc','\x94','\x6f','\xbd','\xf6','\x38','\x9a','\x5f','\xbc','\x10','\xc8','\x93','\xa8','\xf3','\x58','\x65','\x53','\xb8','\x7d','\x3e','\x50','\x16','\xa9','\xdd','\x9c','\x12','\xb5','\xad','\x77','\xc3','\x41','\x6f','\xac','\xea','\x14','\x07','\xae','\xca','\xb0','\xcf','\xb2','\xc3','\x7f','\xd1','\xda','\x20','\x87','\x7b','\xc3','\xe9','\xf9','\x8c','\x1b','\x40','\x8d','\x43','\xc9','\x76','\x26','\x18','\xde','\x83','\xe4','\x06','\xd4','\x4e','\x50','\xb3','\x2d','\x9d','\x73','\x10','\xc9','\x83','\xe7','\xa1','\xb3','\xb9','\xfc','\x14','\x6f','\x3b','\x20','\x50','\x7f','\xa4','\xdd','\x5b','\x37','\x76','\x74','\xf0','\x51','\xbf','\x5e','\x50','\x09','\x0b','\x90','\xbe','\x8f','\x6b','\xa7','\x12','\xfa','\xa9','\x74','\x6c','\x85','\xf5','\x63','\x1a','\x4e','\xbf','\x38','\xb1','\x26','\x1d','\x41','\xad','\x93','\x31','\xbd','\xc4','\x38','\x7c','\xe9','\x48','\x37','\xb0','\x7d','\x41','\xae','\x84','\xbe','\x84','\x76','\x21','\x10','\x9b','\x7e','\x38','\xd6','\x33','\x81','\xdd','\x50','\x85','\xaa','\xc9','\x2e','\x4c','\x76','\x97','\xa8','\x90','\x3d','\x99','\x51','\xe3','\x6a','\xb2','\x5b','\x25','\x24','\x84','\x4d','\x16','\xab','\x72','\xfb','\xd1','\x9d','\xa2','\xce','\x98','\xd9','\xa1','\x60','\xa3','\x4e','\x8f','\x84','\x37','\xbb','\xdc','\x76','\xcc','\x2e','\x52','\x57','\x2a','\x90','\x0e','\xb8','\x5c','\x1f','\xd0','\x26','\xec','\x5f','\x6a','\xa1','\x80','\x3d','\x45','\x99','\xa6','\xc3','\xf1','\x04','\xa4','\xa3','\xa2','\xdd','\x61','\xca','\x22','\x21','\x72','\xcb','\xd0','\x23','\x7a','\x78','\x2a','\xbb','\x23','\x3d','\x18','\xf9','\x8c','\xb4','\x18','\x88','\x1a','\x90','\xc1','\x80','\x66','\xc9','\x91','\x34','\xf1','\xc8','\xf0','\x79','\x7a','\xdf','\x97','\x74','\x4c','\x5b','\xca','\x6e','\xf7','\x38','\x13','\xed','\x9c','\x8b','\x72','\x04','\x4d','\xc1','\x97','\x41','\x0f','\xcb','\x2f','\x4e','\x0e','\xf6','\x22','\x96','\x72','\x18','\xf3','\x18','\xe3','\xf2','\x3f','\xe6','\x15','\xf2','\xd0','\x8b','\x47','\xde','\x36','\xa1','\x41','\x38','\xf0','\x4f','\x07','\x70','\xed','\xed','\x5b','\x60','\x18','\x3d','\x07','\x76','\x10','\x69','\x0f','\xd9','\x05','\x44','\xf5','\x1d','\x03','\x35','\xcb','\xe1','\x7d','\x27','\xdb','\xaf','\x22','\x9e','\x43','\xd1','\x15','\x55','\x34','\x5d','\x47','\x9a','\x5b','\x44','\xd0','\x5c','\xab','\x85','\x20','\x33','\x0b','\x37','\x02','\x48','\x99','\x8d','\xc8','\x57','\x7a','\x88','\xd7','\x34','\x07','\xd4','\x59','\x0b','\x90','\xe8','\x7a','\x35','\xad','\xb9','\xa1','\x5b','\xa5','\x9a','\x9a','\xd5','\x29','\xfc','\x61','\xf8','\x2b','\xf4','\x37','\xa7','\xe9','\x8f','\xcf','\xd0','\x1f','\xd7','\x69','\x53','\xa2','\x09','\xe8','\xce','\xee','\x45','\xb5','\x74','\x24','\xdb','\x49','\x7f','\xa9','\xda','\xfe','\xab','\x63','\xeb','\xdf','\xd0','\xf4','\x24','\xf4','\x39','\x60','\x3b','\xf7','\x41','\xd0','\x6f','\xe4','\x1a','\x2a','\x98','\xe2','\x6f','\x32','\x2d','\x62','\x40','\xcf','\x84','\xed','\xd5','\xf2','\xd6','\xe5','\xba','\x07','\x1d','\x3c','\xaf','\x98','\x86','\xb1','\x26','\xb0','\x56','\xc7','\xa9','\xba','\xf8','\x8d','\x0b','\x8e','\xb3','\xb6','\x2a','\x6f','\x37','\x9a','\x3b','\x97','\x79','\xe7','\xa2','\x3c','\x16','\x72','\x8d','\x42','\xce','\xfd','\xec','\x5b','\x6e','\xa3','\xe7','\xce','\xd5','\x33','\x6f','\x0d','\x5c','\xbb','\xbf','\xa0','\x39','\x37','\xf5','\x96','\x23','\x1d','\x2e','\x34','\x7a','\x55','\xdf','\xf7','\xbc','\x38','\xef','\xd2','\x89','\x57','\xe9','\x8f','\xbe','\x4d','\x9f','\xfe','\x73','\x7a','\xdf','\xb7','\x8c','\xd4','\x6a','\x7e','\xf4','\xeb','\xe6','\x3f','\xba','\x94','\x17','\x2f','\x3d','\x3b','\xf7','\xef','\x9e','\x2d','\xd6','\xbf','\x97','\x3d','\x95','\x37','\xa5','\x4b','\xe5','\xe4','\xd9','\xab','\x79','\xf6','\xbb','\xe6','\xc1','\xd9','\xbc','\xc5','\x58','\xe9','\x4b','\xac','\xf8','\x53','\xb4','\x7c','\x56','\x93','\x57','\xed','\xfd','\xfe','\x45','\xa5','\xdf','\x39','\xd8','\x86','\xfe','\x9e','\x7f','\xbb','\xed','\x84','\xbe','\xa9','\xd0','\xeb','\x40','\xd8','\xb3','\x46','\x36','\x9c','\xe8','\x86','\xb6','\xaa','\xc7','\x3c','\x7d','\x1c','\xe9','\xad','\x78','\x9f','\x25','\x2e','\xf7','\x91','\xae','\xa6','\xd4','\x96','\x8c','\xac','\x41','\x8c','\x34','\xa6','\x05','\x0c','\xf6','\x99','\xf4','\x28','\x8a','\x0e','\x72','\xe7','\x44','\x30','\x65','\x64','\xa7','\xd2','\xd9','\x28','\x35','\xa2','\xa0','\x25','\x4a','\xe2','\x3c','\x49','\x3d','\x3c','\x26','\x67','\xfe','\x7c','\xa3','\x3d','\xdf','\xa8','\xcd','\x37','\x58','\x0f','\xdf','\x78','\x50','\xd9','\x4b','\xc8','\x00','\xd9','\x40','\x69','\x3e','\xca','\xb5','\x01','\x6e','\x1f','\xee','\xa0','\x63','\x04','\xc9','\xa9','\x58','\x25','\x48','\xdd','\x87','\x81','\xbc','\xad','\x16','\x9a','\x44','\xde','\x06','\xe4','\x32','\xa1','\x12','\xd2','\xa7','\x12','\x84','\x2f','\x11','\x67','\x67','\xbc','\xce','\x49','\x27','\xd7','\x83','\xae','\xe9','\x11','\x2d','\x4a','\x8c','\x33','\x24','\xee','\x8f','\xb8','\xbe','\x68','\xca','\x5f','\x8c','\x4b','\x4b','\x3f','\xfd','\x00','\xce','\xe4','\xc5','\xbe','\xef','\xe1','\x87','\x14','\x0e','\xe6','\xf1','\x42','\x3e','\x28','\xe7','\xb1','\x9b','\xc7','\x64','\x1b','\x81','\x3c','\xde','\x1a','\xb7','\xd1','\xbe','\x06','\x93','\xbc','\x08','\xb9','\x3b','\x69','\xfe','\x88','\xb4','\x7c','\x65','\x35','\x8a','\x66','\xe2','\xa8','\xee','\x40','\x1f','\xb8','\x7a','\x51','\x27','\xc5','\x34','\xe1','\x72','\xf7','\xe6','\xac','\x50','\xe4','\x19','\xe4','\x81','\xa0','\xbb','\x5a','\x0f','\xd1','\xf6','\x92','\x18','\x02','\x85','\x56','\xd9','\x2d','\x4b','\xdc','\xed','\xb2','\xcc','\xc0','\x66','\xac','\x21','\x43','\xc7','\x69','\xd3','\xa6','\x3a','\x4e','\xad','\xe0','\xcc','\x06','\x1e','\xfd','\xd3','\x52','\xce','\x5c','\xba','\x87','\x71','\x7b','\x8d','\x7f','\x7b','\xcd','\x3a','\x70','\xc9','\x3e','\xb0','\x82','\xcd','\x3f','\x2d','\x1d','\xf8','\xe6','\x34','\x40','\x8e','\xcf','\x24','\x50','\x72','\x1c','\xfd','\xef','\xcf','\x7d','\xe4','\x9b','\xd3','\x1f','\xf9','\xe3','\xc9','\x2f','\x48','\x13','\x31','\x73','\x14','\xf6','\x9e','\xe2','\x40','\xf4','\xd7','\x81','\xac','\x9f','\x53','\xd0','\x50','\xda','\x16','\xff','\xdd','\xdc','\xc0','\xd9','\x0d','\x7c','\x4b','\x14','\x1d','\xf5','\x1b','\x1c','\x44','\x74','\x1d','\x80','\xa1','\x67','\xb3','\x34','\x38','\x02','\x38','\x43','\x1b','\xed','\x3f','\x8d','\x8f','\x48','\x33','\x0c','\xcc','\xdf','\x21','\xf8','\xd8','\xdc','\xc2','\xbb','\x9f','\x94','\xb0','\xb0','\x79','\x73','\x89','\xe1','\x34','\x1b','\x96','\x2e','\x2c','\x62','\x64','\x0b','\x79','\xb7','\x95','\x2a','\xbe','\x2d','\xbd','\x9b','\x1e','\x7e','\x00','\xd1','\xf8','\xed','\x87','\x75','\xab','\x5a','\xb2','\xaa','\x93','\x12','\x4b','\x73','\xd3','\x96','\x35','\x6d','\xcd','\x4f','\xf3','\x13','\xd3','\xbd','\x3b','\xd5','\x96','\x6f','\x06','\xf7','\xec','\x84','\x9d','\x1b','\x93','\x9a','\x56','\x6a','\xdf','\x0f','\x59','\xac','\x6a','\xaf','\xdf','\x35','\x48','\xc1','\xee','\xef','\xe8','\xce','\xc9','\x04','\xf4','\xe7','\x24','\xdb','\x76','\xb8','\x44','\x1a','\x87','\xee','\x1b','\xa7','\xd6','\x71','\x69','\x78','\x87','\xe3','\x43','\x7d','\xcc','\x81','\xb7','\xc9','\xd7','\xa5','\xe3','\xe6','\x57','\xd1','\xcd','\x05','\x64','\x85','\xbf','\x15','\xda','\xe1','\xe9','\x2c','\x4c','\x12','\xc8','\x64','\xe6','\x7c','\xb9','\x14','\x8c','\xe5','\xea','\xe2','\xa5','\x7a','\x3e','\xf7','\x83','\xbc','\x19','\xe4','\x73','\xf5','\x01','\xe6','\x72','\x25','\x2b','\x6f','\x59','\xf9','\xc9','\xdf','\x9f','\x9a','\x5c','\x98','\x9e','\x4e','\x1c','\x9a','\xfe','\x40','\x61','\x3a','\xb5','\x86','\x47','\xd7','\x70','\xd6','\x0c','\x3c','\x79','\xa5','\x68','\xda','\xee','\xee','\x70','\xb3','\xb2','\x60','\x28','\x2a','\x8b','\x51','\x75','\x55','\x93','\x1e','\x8e','\x7c','\x01','\x1f','\x76','\x6c','\x0b','\xfd','\x14','\x73','\x0d','\x7c','\x8e','\xa4','\x47','\x75','\x69','\x6b','\x69','\xc0','\x78','\xc7','\x72','\xe1','\xad','\x38','\x24','\xe7','\x8c','\xe5','\xf1','\x5d','\xba','\x30','\x7f','\x86','\x67','\xad','\x68','\x63','\xfe','\x8d','\xcc','\x1b','\x1e','\xe5','\x3d','\x64','\x5e','\xbb','\x48','\xb5','\x8b','\x74','\xf9','\x22','\x3d','\xc6','\x68','\xd5','\x48','\x7d','\x97','\x8e','\x4f','\xa7','\x17','\xa3','\x49','\x16','\x4f','\x40','\x3b','\x5a','\x79','\x76','\xbd','\x4b','\xc4','\x2a','\x89','\x26','\xd0','\x29','\x22','\xe7','\xbf','\x53','\xa5','\xbc','\x6a','\x30','\x8e','\x0e','\xa1','\x5a','\x54','\xef','\x44','\xed','\xde','\x1a','\x41','\xa1','\x98','\x04','\xe7','\x04','\x50','\x66','\x6b','\xdb','\x4c','\x5f','\x52','\x10','\x01','\x50','\xbf','\xb3','\x35','\x2a','\xbd','\x23','\xc6','\xf7','\x3e','\xca','\x53','\xcf','\x73','\xda','\xe4','\xf4','\xa4','\xf4','\xf4','\x39','\xbd','\x87','\xd3','\x19','\x3e','\x26','\x78','\x6a','\x03','\x38','\xca','\xa9','\x80','\xa7','\xea','\x0a','\xbd','\xc1','\x5c','\x2e','\x98','\x93','\x97','\x6d','\xa2','\x5e','\x3d','\xf6','\x2d','\x7b','\xd9','\x3d','\xba','\xc3','\xde','\xf0','\xd0','\x8c','\x8e','\xec','\x33','\xa8','\x8a','\x9d','\x39','\xc2','\x2d','\x5a','\x98','\x3f','\x7c','\x7d','\xbe','\x98','\xf8','\xfc','\x05','\x7f','\x1e','\x79','\x96','\xb6','\x5a','\x35','\xbb','\x10','\x16','\x40','\xd2','\x1f','\x17','\x4f','\x93','\xa2','\x15','\x67','\x7c','\xf4','\x6f','\x78','\x90','\xe0','\x35','\x3c','\xa3','\x79','\xf6','\xb2','\x53','\x9d','\x90','\xa8','\xcf','\x49','\x17','\x9b','\xe3','\x79','\x2f','\x3a','\xef','\xd1','\x13','\x66','\x77','\x5e','\x71','\x94','\xe6','\xd4','\x6f','\x55','\x09','\x1f','\xe0','\x69','\xf9','\x27','\xd2','\x73','\x9c','\x2a','\xb0','\x2a','\xe7','\x76','\xc5','\x39','\x7a','\x6c','\x05','\xd9','\x57','\x50','\xa5','\xee','\x54','\x9f','\x2f','\xca','\xd7','\xcc','\xd1','\x82','\xc5','\x2e','\xcc','\x3f','\xfd','\xca','\xe7','\x1d','\x3c','\x8f','\xb8','\x65','\xb6','\xe7','\x10','\xaf','\x22','\xaf','\x8a','\x9a','\x55','\x33','\x08','\xdf','\xcc','\xd3','\xf2','\xcf','\x01','\xff','\x2c','\xcb','\xe3','\x94','\x8b','\x2e','\x5f','\x4a','\xf0','\x22','\x9e','\x91','\x77','\xe5','\x72','\x50','\xb5','\xaf','\x56','\xef','\x49','\xcc','\x8d','\x12','\x2b','\xd5','\x98','\x4f','\x9d','\x9b','\x47','\x07','\x4f','\x98','\xc1','\x3c','\x74','\x78','\x25','\x73','\xf0','\x59','\x08','\x20','\x1c','\x68','\xe8','\xe9','\xc4','\xaa','\x55','\xf6','\x79','\xf9','\x3f','\xf3','\xe6','\x5d','\x15','\x97','\x56','\xce','\x76','\x78','\xac','\x1d','\x8b','\x62','\x1c','\x13','\xd8','\xc2','\xf6','\x4d','\x8c','\xea','\x38','\xfb','\x7a','\x60','\x78','\x28','\x75','\x1a','\xa7','\x62','\x22','\x32','\x8d','\xa5','\x37','\x80','\x62','\x41','\x36','\xbc','\x61','\xaf','\x04','\x4c','\xc5','\xfd','\x20','\xfa','\x27','\xc7','\x97','\x11','\xdb','\x58','\x95','\xcb','\x02','\xf3','\x75','\x06','\xfd','\x09','\x60','\xd5','\x38','\xe6','\x70','\xdb','\xe3','\x15','\x27','\x84','\x55','\x11','\xa2','\x37','\xbe','\xc8','\x2b','\x0d','\x5e','\x71','\x79','\xa5','\x0e','\xb0','\x7b','\x2f','\x00','\x73','\x7f','\x9b','\x8c','\x1e','\x53','\x02','\x79','\x3b','\xf4','\x71','\xfb','\xce','\xa3','\x87','\x76','\x4a','\xa5','\xc2','\xbd','\x3c','\xa6','\x9a','\x52','\x6c','\xdc','\x5a','\xa0','\xa1','\x34','\x06','\x77','\xc6','\xb5','\xe4','\x7d','\x17','\xe5','\x10','\x35','\x57','\x1c','\x8f','\x7f','\xc0','\xa2','\x0a','\xe8','\xf4','\x65','\x6d','\x6a','\x28','\xce','\xa1','\xf5','\xcc','\x30','\xa3','\x3b','\x29','\x3c','\x15','\xff','\x93','\x56','\x76','\xd0','\x17','\xeb','\xc0','\x49','\xb0','\xe8','\x30','\xd2','\xf0','\x07','\x0d','\x7f','\x34','\x6e','\x4d','\xb8','\x0b','\xaf','\xb9','\x04','\x1a','\x08','\x85','\x0a','\x40','\xf2','\xb3','\xfc','\x4a','\x84','\x8b','\x52','\x71','\x1e','\xb3','\x2a','\xa6','\x95','\x3a','\x81','\x58','\xb6','\xdf','\x2f','\x2d','\x4a','\x68','\xfc','\x6e','\xcc','\x2d','\xf9','\x4c','\xa1','\x5a','\x6f','\x3f','\x0d','\x31','\x22','\xf9','\xca','\xbe','\xb9','\x71','\x14','\xfe','\x32','\xbc','\x23','\xc2','\xec','\x80','\xf6','\x03','\x80','\x7d','\x1a','\x4c','\x1d','\xc9','\xbf','\xae','\x39','\xc1','\x2d','\xa1','\x78','\x40','\xd2','\xd9','\x95','\xb7','\x1a','\xb8','\x45','\xe1','\x87','\xcd','\xd2','\x6d','\xf3','\xfe','\xd0','\x5e','\x92','\x4f','\xb9','\xb9','\x46','\x53','\xe2','\xbd','\x9e','\x51','\x58','\x94','\x8b','\x4c','\xb8','\xce','\xeb','\xa7','\xc8','\x41','\x3d','\x60','\x2b','\x84','\xdd','\xd8','\x9d','\x7e','\x1d','\xc6','\xe1','\x0d','\xd2','\xdd','\x20','\xb5','\x0d','\x72','\x6c','\x65','\x51','\x5b','\xa1','\x7a','\x2f','\xba','\x02','\x5f','\xdb','\x04','\x72','\x46','\xbd','\x56','\xea','\x74','\x33','\x15','\x0b','\x22','\x16','\x11','\x37','\x09','\x3e','\xde','\xc5','\x16','\x29','\x59','\xc4','\x7e','\xbd','\x6b','\x59','\xc8','\xc2','\x58','\x2e','\xb2','\xf6','\x4d','\x64','\x59','\x38','\x71','\x5c','\x24','\x2c','\x3c','\xce','\x27','\xef','\xfe','\xc2','\x0f','\x0e','\xff','\xdf','\x2f','\x4c','\xfe','\xc7','\xe7','\x4b','\x7b','\x49','\x9d','\x2e','\x42','\xa0','\xad','\xf7','\xbd','\xc3','\xc7','\xa9','\x6c','\xc4','\xab','\x2b','\x46','\x4c','\x0f','\xd2','\x5a','\xf0','\x3a','\xa8','\xeb','\xc3','\x09','\x6d','\x79','\x66','\x39','\xc0','\x90','\x28','\x10','\x42','\x0d','\x30','\x19','\x39','\xd3','\x25','\x97','\xa7','\xe2','\xd5','\xef','\xd2','\xe3','\x79','\x46','\x4c','\x4f','\xfa','\xb2','\x50','\x1e','\xd2','\xea','\xb7','\x99','\xb8','\x15','\xbe','\xb2','\x3a','\xbd','\xf7','\x86','\xdf','\x33','\xb4','\xa4','\xcd','\x75','\x25','\x2b','\xb6','\x0a','\x61','\x0e','\x85','\x90','\x92','\x9c','\x31','\x60','\xb8','\xa7','\xf9','\xe8','\x8b','\xdc','\xfc','\xb3','\x85','\xfb','\xaf','\x05','\x5f','\x76','\xf9','\xa7','\x5c','\x7e','\xde','\xe5','\x29','\x77','\x21','\x75','\x36','\x48','\xc1','\x80','\x67','\xd4','\x31','\xe5','\x5a','\x34','\x29','\x7a','\x42','\x30','\xe1','\x96','\xea','\x90','\x23','\xf2','\x52','\xf7','\x23','\xd1','\x03','\xe4','\x1c','\x62','\x6e','\x74','\x6f','\x7d','\x7e','\x57','\x7e','\xd0','\x30','\x18','\xc9','\x74','\x42','\x0a','\x0d','\x4a','\x49','\xb4','\x9d','\x14','\xe3','\x29','\x36','\x25','\x71','\x7e','\x3a','\x2a','\x44','\xd4','\xc3','\xe4','\xaa','\x15','\xbf','\x76','\x93','\x36','\x2d','\x09','\xd6','\xb4','\xda','\x4d','\xab','\x76','\x6d','\x8b','\xc1','\x18','\x33','\x0f','\x17','\xbc','\xa3','\x54','\xce','\x43','\xd0','\x97','\x26','\x25','\x3d','\xb0','\x75','\x64','\xcd','\x60','\x15','\x75','\x94','\xbb','\x70','\xdc','\xaa','\xb6','\x2d','\x3b','\x6a','\x55','\xb1','\x55','\x95','\x1b','\x74','\x57','\xee','\x79','\x4b','\xd5','\x9a','\x55','\x9d','\xb7','\xfe','\xf3','\x71','\xfe','\xd7','\x16','\xfa','\xeb','\x79','\xed','\x7f','\x3e','\xa1','\xad','\x70','\x5d','\x97','\xdf','\x84','\xba','\x3e','\x06','\x41','\x99','\x60','\x46','\xfa','\x31','\x0d','\x22','\x3d','\x1e','\x00','\x84','\x64','\xc9','\x36','\x86','\x1e','\xda','\xfd','\x67','\x78','\x5c','\xf5','\x37','\x26','\xaa','\x3d','\x33','\x8b','\x21','\x4f','\x97','\xff','\xbb','\xe3','\xc0','\x3d','\xe2','\xbc','\x48','\x1f','\xa8','\xdd','\x8d','\xfe','\xdd','\xc7','\xbe','\xfd','\x6f','\xe7','\xcf','\xdf','\x73','\xfa','\x80','\xb4','\x55','\x95','\xe8','\xdf','\xc3','\x54','\x22','\xa3','\x2c','\x52','\xb3','\x55','\x60','\xd9','\x29','\xf3','\x17','\x82','\x65','\x99','\xf9','\x73','\x96','\xd3','\x21','\x68','\x2f','\x38','\x3b','\x59','\x69','\x17','\x7b','\xfe','\xe9','\x0e','\x7b','\x2c','\xcb','\xd2','\xb0','\x9f','\x32','\x89','\xbd','\xe6','\xaf','\x20','\xa6','\x74','\xb8','\xa5','\x22','\x30','\x39','\x6a','\xbe','\xd3','\x98','\x58','\x6e','\xfc','\x63','\x87','\x3e','\x75','\x91','\x3e','\x76','\x8e','\x7e','\xaa','\x41','\xbf','\xd6','\xa0','\x1f','\x5e','\xee','\xc8','\x0d','\xcd','\x88','\x93','\x74','\x32','\xa0','\x84','\xa4','\xce','\x76','\x33','\x4d','\x32','\x7a','\xb6','\x9b','\x23','\xe4','\x1e','\xe9','\xc6','\x5d','\x08','\xbe','\x7d','\x7e','\xf2','\x80','\x82','\x79','\x21','\x38','\xe0','\xa0','\x03','\x0e','\x39','\x70','\x21','\x30','\x4f','\x13','\x90','\xc8','\x59','\x61','\x1f','\x59','\xf7','\x3e','\xe2','\xb5','\xbf','\x70','\xec','\x12','\xc7','\xe3','\xd2','\x05','\x4a','\xc3','\xde','\x1c','\xa5','\x7a','\x8c','\xea','\xd3','\xd4','\x0c','\x52','\x2b','\x44','\x6c','\xa4','\x73','\x2b','\x34','\xb7','\x32','\x25','\xb7','\xce','\x9c','\xc3','\xf3','\x72','\xb3','\x88','\x39','\xd5','\x58','\xbc','\x8a','\x13','\x56','\x22','\xfd','\x5f','\xa7','\x0b','\x4d','\x9f','\x27','\x62','\xce','\x07','\x70','\x64','\xac','\x1e','\x19','\xad','\xeb','\x13','\x67','\x84','\xa7','\x07','\xd9','\xbe','\x43','\x77','\x88','\xa1','\xc3','\x1d','\x32','\x7d','\x38','\x98','\xce','\x33','\x89','\xc3','\x6f','\x33','\x35','\x98','\x9a','\x36','\xc5','\xe1','\x36','\x9f','\x66','\x7c','\x1a','\x75','\xa6','\x51','\x7b','\xba','\xd8','\x9e','\x9c','\x58','\x9b','\xcc','\x7d','\xd7','\xfa','\xd4','\xd4','\x67','\xbf','\x99','\xff','\x44','\xc4','\x5c','\x8d','\x8e','\xcb','\xdb','\xcb','\xd0','\x2f','\x12','\x9d','\x62','\x00','\x06','\xe6','\x83','\x2a','\x10','\x9d','\x9b','\x21','\x53','\x76','\x30','\x55','\x25','\x51','\x05','\xe9','\xe1','\xc6','\xa5','\x4b','\xac','\xc0','\xec','\x6e','\xbb','\x4a','\x6a','\x72','\xd0','\x47','\xa1','\x7a','\x44','\xfa','\xb6','\xb0','\xaa','\xea','\x9d','\xb8','\xe9','\x24','\xbd','\xa2','\x34','\x3a','\x49','\xa1','\x08','\xd9','\xea','\x1d','\xc8','\x0e','\x90','\x9e','\x62','\x34','\x27','\x71','\xce','\x60','\x9b','\xcc','\xdc','\xfc','\x70','\xa7','\x59','\xf5','\xce','\x3e','\x0c','\x29','\x19','\xfc','\x9e','\x71','\x75','\x2b','\xe4','\x67','\xd4','\x21','\xb4','\x1e','\x1a','\x66','\x29','\x88','\xab','\xf7','\x0d','\xb6','\xd2','\x71','\xb1','\xd5','\xe7','\x70','\x1c','\x85','\xb8','\x4d','\x16','\xdc','\xcf','\x12','\x6d','\xd9','\xa8','\x6e','\x09','\x61','\x45','\x1d','\x80','\xdd','\xb5','\xe6','\x5d','\xc0','\x49','\x39','\x93','\x09','\x3c','\x94','\x47','\x4e','\x96','\xe4','\x00','\x72','\xbd','\xd3','\x8a','\xfb','\xa1','\xec','\x2c','\x79','\x6f','\x8d','\xb4','\xd5','\x2d','\x8a','\x40','\x7d','\xfc','\x16','\xa5','\xd9','\xde','\x62','\xcb','\x86','\x5b','\x6a','\x38','\x10','\xd6','\x75','\xb2','\x1a','\x62','\x9a','\xb6','\x19','\x59','\x4a','\xdb','\x2d','\x72','\x14','\x7a','\x98','\xab','\x7f','\x45','\x5c','\xb4','\x85','\xbc','\xdd','\x52','\x2b','\xa7','\x47','\x56','\xe2','\xf2','\x92','\xc2','\xce','\x37','\x43','\x91','\x1c','\xa8','\x9b','\x21','\x90','\x8e','\x7f','\xef','\xae','\x50','\x83','\x30','\x46','\x1d','\xf2','\x13','\xf4','\xe1','\x75','\x1e','\xec','\xdb','\x30','\x65','\x09','\x86','\x2b','\xc5','\x1e','\x8d','\x5e','\x3b','\xff','\x46','\xb8','\xec','\x67','\xce','\x77','\xc2','\xad','\x69','\xe8','\x3d','\x87','\xd1','\x5a','\x04','\xea','\x76','\xa8','\x66','\x8a','\x1f','\x66','\x3c','\xa8','\xfd','\xbc','\xf5','\xbe','\x88','\x6e','\xa0','\x98','\x9c','\xa0','\x5a','\x97','\x24','\x3d','\xf2','\x36','\x0a','\xbb','\x14','\x15','\x74','\x34','\xab','\xe3','\xf3','\xd2','\x65','\xd3','\xd1','\x4e','\x10','\xaa','\xec','\x3a','\x65','\xd4','\xe3','\x91','\x8c','\x20','\x3e','\xa4','\x4a','\x7f','\xcb','\xa2','\x93','\x98','\x96','\x62','\x9d','\x4b','\xbd','\x0c','\x1a','\x35','\xc3','\xc1','\x95','\x4e','\x6f','\x8c','\xf7','\xe6','\x70','\x86','\xd5','\x4f','\xb2','\x2b','\x8d','\xfc','\x22','\xed','\x72','\x5a','\xe3','\xb4','\xa8','\x1a','\x22','\x49','\xff','\x7b','\x7f','\x4c','\xec','\x4f','\x61','\xfb','\x37','\x98','\x8f','\x62','\x2f','\xeb','\x5e','\x6f','\xbb','\x08','\xb9','\x77','\x65','\xdd','\x31','\x7a','\x75','\xfa','\xea','\x6c','\x89','\xcd','\x12','\xfa','\x64','\xa6','\xc3','\x0a','\x3c','\x7b','\xbd','\x55','\xa3','\xfc','\x49','\xca','\x37','\x33','\xad','\x06','\x05','\xeb','\x27','\x99','\xf9','\x19','\xa6','\x0b','\x18','\x9a','\x3d','\xd1','\x9a','\x4e','\xf8','\xa8','\x5b','\x1c','\x75','\xea','\xa1','\xb5','\x30','\x87','\x5e','\xae','\x8a','\x37','\x76','\x90','\xa8','\x99','\x27','\x9d','\xde','\x78','\x71','\x87','\x13','\x31','\xec','\x4a','\x18','\x97','\x69','\xe6','\x46','\x8f','\x23','\x91','\xd9','\xe8','\xdc','\x3a','\x88','\x2f','\x67','\x49','\xa5','\x21','\xef','\x08','\x2e','\x57','\x2d','\x1e','\x09','\x43','\xe2','\x10','\x0f','\xb7','\x20','\x10','\x8a','\x9e','\xf5','\x74','\xaf','\x73','\x04','\xd1','\x2c','\x33','\xcc','\x4e','\x9a','\x41','\x77','\x0c','\x66','\xb6','\x21','\x22','\xc3','\x72','\xab','\xe6','\x2f','\xa5','\xab','\x98','\x56','\x97','\x10','\x32','\x73','\x66','\xfb','\x65','\x96','\x3b','\xc3','\xa6','\xb1','\xd9','\x06','\xf1','\xc2','\xfd','\x45','\xfa','\x20','\x63','\x79','\x69','\x65','\x53','\x6f','\x45','\x73','\x32','\x18','\x8a','\x37','\xfb','\xf9','\x2f','\x47','\x59','\xad','\x2e','\x18','\x93','\x39','\x77','\x00','\x7b','\x30','\x96','\x26','\xab','\x5e','\x0c','\x61','\xe3','\x6c','\x15','\x67','\xb9','\x9c','\xc9','\x72','\x5b','\x67','\x19','\xc4','\x13','\x9a','\x83','\x07','\xdd','\x2e','\xb2','\x0c','\x7c','\x52','\xb5','\x0c','\x02','\x4c','\xd1','\xd9','\x31','\x86','\x00','\xb5','\x0a','\xe0','\x90','\x16','\x1a','\xb9','\x8c','\x62','\x11','\x34','\x1e','\x41','\xcf','\x9e','\xd2','\xd7','\x6f','\x2c','\x42','\x47','\x8d','\x71','\x54','\xcc','\xc6','\x59','\x01','\xcb','\x4b','\x4d','\xf9','\x5d','\xc8','\x33','\xb4','\x21','\xc3','\x2c','\x1d','\x57','\xb3','\x51','\xd1','\x1e','\x1e','\x40','\xef','\x99','\x8a','\x0a','\xad','\x32','\x4f','\xc5','\x8e','\x06','\x7d','\x8e','\x28','\x8a','\x75','\x43','\x83','\x4d','\x4e','\xd2','\xb4','\xf6','\x22','\xb5','\xff','\x86','\x69','\xdf','\xe0','\xda','\x37','\x1c','\x3d','\x85','\xf4','\x94','\xd3','\xaf','\xd9','\x2b','\x50','\x9a','\xe9','\x31','\x70','\x94','\x5d','\x27','\x8d','\x04','\x12','\x43','\xaa','\xce','\xda','\x83','\xf3','\xc8','\x75','\xcc','\x06','\xd9','\xb2','\x29','\x3d','\x3e','\xa5','\x27','\xa2','\x63','\xe4','\x8e','\x77','\x1b','\x64','\xec','\x62','\x3c','\x5f','\xa4','\x12','\xfb','\xa5','\xfd','\x9e','\x6d','\xcf','\xb0','\xda','\x06','\x65','\x2b','\x99','\x9c','\x9e','\x98','\xd2','\x71','\x21','\x03','\x9b','\x8f','\xa1','\xe2','\xe1','\x10','\xb6','\x5d','\x81','\x70','\x04','\xda','\x20','\xce','\x06','\xe1','\x1b','\x64','\x4a','\x74','\xa7','\x36','\x48','\x54','\x81','\x88','\x6e','\x7c','\x43','\x4e','\x59','\x83','\xea','\x69','\xa6','\x35','\xda','\xda','\x5a','\x0d','\xfd','\x8c','\x69','\x97','\x59','\x6c','\x8e','\xa5','\x1f','\xbc','\xbf','\x95','\xa1','\xf2','\xc3','\x24','\x80','\xcb','\x23','\xc8','\x14','\x95','\xf7','\x4e','\x68','\x5e','\xf5','\x32','\xa1','\xae','\x30','\x03','\x9a','\x73','\x77','\x00','\xee','\xaf','\xe2','\x98','\x5e','\xec','\xe2','\x6c','\x0d','\xcb','\xb5','\x12','\x5c','\x55','\xe8','\xbd','\x02','\xf9','\x65','\x6e','\x8b','\xf6','\xb6','\x0e','\x1b','\xb1','\xf4','\x40','\x44','\x88','\x8f','\x29','\x8e','\x6e','\x62','\x88','\xb4','\x2c','\x10','\xc3','\xa7','\xfb','\x71','\xc7','\x53','\xfe','\x6f','\x46','\xb4','\xa9','\xcf','\x86','\x30','\x15','\xda','\x2d','\x05','\x84','\xd9','\x35','\x91','\x6f','\xf1','\x23','\xa8','\xc8','\x1e','\xa9','\xb3','\xe3','\x42','\xba','\x00','\x19','\x1f','\x52','\x59','\xe8','\x4a','\x10','\xdb','\xc2','\x4b','\x58','\xfd','\xfb','\x70','\x20','\x6e','\xc2','\xff','\x93','\x18','\x27','\x7c','\x3c','\x7e','\x3c','\x98','\x9e','\x43','\x96','\xde','\xa8','\xc7','\xa4','\x55','\x15','\xc3','\x4c','\x0f','\xcf','\x93','\x6b','\xf1','\xc3','\xa8','\x58','\x88','\xd6','\xd9','\xc7','\x05','\xb8','\xf9','\xe1','\xa9','\x94','\xc4','\xb6','\x1c','\x87','\x72','\xdb','\xd2','\x01','\xd1','\x31','\xde','\x8f','\xf1','\x83','\x25','\x9c','\xff','\x70','\x50','\x9d','\x42','\x33','\xf9','\xc6','\x4a','\x0c','\x27','\xd5','\x79','\x6e','\x13','\x6f','\xf9','\xff','\x02','\x9b','\x3d','\x4e','\x77','\xc4','\xff','\x15','\xa6','\xe1','\x23','\x1c','\x42','\xe8','\x4b','\xaa','\x8d','\xe9','\x6b','\x9e','\xe6','\xb5','\x63','\xc8','\x0e','\xf3','\x56','\x46','\x01','\xa5','\xf3','\x38','\x25','\x2e','\xb1','\x2a','\x92','\xe0','\xd5','\xe2','\x63','\xa2','\x05','\xfd','\xd2','\x57','\x70','\x5a','\x5c','\xa2','\x1b','\xa4','\x20','\x21','\xc8','\x2c','\x26','\x0d','\xec','\xa6','\x44','\x93','\xfa','\x44','\xa1','\x9c','\x11','\x6f','\x52','\x4c','\x14','\x16','\xa9','\xbc','\x9a','\x18','\xd9','\xfd','\xbe','\x8c','\xba','\xe6','\x88','\x4b','\xa1','\x7f','\x72','\x1a','\x6b','\x67','\xec','\x11','\x1f','\xfd','\xa6','\x89','\x46','\x5e','\xc5','\x23','\x17','\xed','\x91','\x8b','\x28','\x25','\xb1','\x56','\x4a','\x9d','\xb3','\x81','\xbf','\xf7','\xa2','\x55','\x39','\x6b','\x1d','\x7b','\xde','\x5a','\xae','\xdb','\x19','\xc7','\x92','\x33','\x30','\x6e','\x60','\x9c','\x1e','\xd1','\x29','\xd9','\x60','\x71','\x9e','\xa5','\x27','\xca','\x46','\x32','\x98','\x70','\x89','\xd9','\x94','\x96','\x22','\xa9','\x13','\x82','\x9b','\xc4','\xfe','\x45','\x17','\x1c','\x80','\xd3','\xbc','\xf4','\x3a','\x9f','\xf4','\xf9','\x74','\x9d','\x1f','\xc6','\x73','\x98','\xcc','\xe1','\x66','\x55','\x50','\xfb','\x24','\x3b','\x5a','\xf4','\x40','\x72','\x91','\xf6','\x33','\x95','\xc0','\x0a','\x4a','\x3b','\x0e','\x6d','\xcd','\x15','\xbc','\x29','\xd6','\x9c','\xca','\x05','\xd1','\x8a','\x1b','\xad','\x94','\xc9','\x8d','\x13','\x7b','\xe6','\x66','\xf7','\x7e','\x8e','\xd2','\xcf','\x4b','\x7f','\x7c','\xad','\xcd','\x5b','\x35','\xce','\x19','\x6f','\x33','\xfe','\x43','\x56','\xc9','\x14','\xe6','\x12','\xb0','\x1e','\x2a','\x15','\xcd','\x38','\x01','\x5f','\x46','\x2e','\xa6','\xe5','\xa2','\xb7','\x60','\xb7','\x16','\x38','\x30','\x70','\x00','\x5e','\x90','\x76','\x96','\xfe','\x1b','\x42','\x0b','\x88','\x3d','\x2e','\x2f','\x7b','\xb1','\x46','\xb2','\x2d','\x9a','\xf3','\xe8','\x18','\xcc','\xbe','\xec','\x98','\x57','\xac','\x89','\x65','\xef','\xe8','\x38','\x28','\x1c','\x48','\xbb','\xa0','\xa5','\x2d','\x7b','\xda','\xba','\x2a','\x6a','\x88','\xa8','\xa4','\xb9','\x26','\x97','\xa5','\x5e','\xcb','\x2d','\x0c','\xbd','\x30','\x32','\x0c','\x25','\x3c','\xf0','\x9b','\xda','\xc4','\x67','\x3b','\x31','\x1d','\xce','\xc3','\x70','\x7f','\xaf','\x62','\x1c','\xc2','\xde','\xc2','\xdb','\xe3','\xd7','\x83','\x2a','\x2e','\x41','\x42','\xdf','\x2a','\xda','\x37','\x8b','\xdc','\xca','\x22','\x2b','\xfb','\x49','\x00','\x7b','\x72','\xc1','\xf0','\xde','\xa4','\x5e','\x33','\xad','\x5d','\x4d','\x26','\x1b','\x09','\x3d','\x8b','\x13','\x59','\x83','\xd0','\x34','\x30','\x0e','\x13','\x60','\x87','\x7f','\x34','\x5b','\xbe','\xcf','\x0c','\xee','\x5b','\x23','\x4f','\x29','\x94','\x19','\x69','\x4a','\x98','\x5d','\xc8','\xe8','\xc5','\x3d','\x92','\xf0','\x54','\x20','\x51','\x81','\xaa','\x70','\xa2','\xf4','\x5e','\xb8','\x18','\x71','\x96','\x74','\x83','\x48','\x13','\x2e','\x4c','\x64','\x69','\x17','\xba','\x62','\xb3','\x97','\xd4','\xd2','\x33','\x5d','\xfb','\xb4','\x52','\x34','\x4d','\x60','\x3d','\x29','\x20','\x77','\x50','\xf0','\xd1','\xa7','\xb6','\x66','\xc6','\xb1','\xdd','\x28','\x41','\x36','\x3e','\xb3','\x55','\x4d','\x36','\xa5','\x27','\x6e','\x23','\xe9','\x8f','\x17','\x62','\xe8','\x0d','\x8c','\x7c','\x40','\xd1','\xb3','\xdf','\xf0','\xe5','\x25','\x00','\x66','\xdb','\xc1','\x97','\x45','\xf7','\x0a','\x96','\x77','\x2b','\x99','\x9f','\x24','\x0b','\xd3','\xe5','\x13','\x87','\xdf','\x2c','\x4c','\x93','\x0f','\x4e','\x27','\x1f','\x98','\x5e','\xfc','\xc2','\x34','\x7b','\xe5','\xa3','\x13','\x67','\x26','\xb1','\x5e','\x75','\x50','\x51','\xf4','\x78','\x68','\xef','\x65','\xff','\x54','\x22','\x98','\x6f','\xa8','\x4c','\x71','\x74','\x88','\x4e','\xa0','\x88','\x04','\xbc','\x84','\xf9','\x73','\x25','\xbe','\x65','\xf1','\x2b','\x5b','\x95','\x15','\xdf','\x52','\xf6','\x4f','\x02','\x61','\xb9','\xfe','\x2a','\x6f','\x11','\x11','\xf5','\xb9','\x80','\x24','\x92','\xe9','\xca','\xe3','\x38','\x25','\xfb','\x2e','\x74','\xd3','\x9b','\xe4','\xc8','\x26','\x39','\x98','\xe9','\x1e','\x8c','\xa3','\x05','\x42','\xcb','\xc9','\xae','\x4b','\xa5','\x67','\xc8','\xc8','\x65','\x0e','\x5d','\x36','\x62','\x35','\x92','\xce','\x90','\x16','\xde','\xb6','\x33','\x69','\xed','\x70','\xf7','\xc4','\x34','\xb5','\x0e','\x77','\xac','\x69','\xca','\x61','\xf0','\xae','\x7c','\x9e','\x1f','\xa2','\xfc','\x70','\x57','\x3e','\x7c','\x72','\x9a','\xbe','\x7a','\xb8','\xf3','\xaa','\x3c','\x4e','\xd2','\xcd','\xe3','\x9d','\x55','\x2b','\xe5','\x96','\x52','\xa4','\x94','\x4a','\xd6','\xff','\x10','\xe3','\x43','\x78','\x38','\xdf','\xf4','\x5e','\x18','\x38','\x35','\xef','\x01','\xf9','\xd3','\x42','\x2f','\x5e','\x07','\xe6','\xdf','\xc0','\x14','\xb4','\x76','\xb3','\x2c','\xe0','\xb2','\xf8','\xbc','\xb0','\xc5','\xbf','\x5c','\xe7','\x7f','\x8b','\x2b','\xe7','\xfd','\x2a','\xdd','\x5a','\xa0','\x16','\xbc','\x78','\x90','\x37','\x77','\xe4','\xfa','\x00','\x3c','\xde','\x01','\x41','\x4b','\x0e','\x44','\x7f','\x40','\xd7','\x1d','\xba','\x5e','\x07','\xa2','\xaf','\xda','\xee','\x53','\xfe','\xda','\xb8','\xcf','\x3b','\xde','\x26','\x5f','\x77','\x8b','\xaf','\x10','\x15','\xbe','\x00','\x9a','\x31','\x0c','\xb2','\x83','\xae','\x7a','\x3d','\x43','\x0b','\x04','\x3c','\x5f','\xec','\x15','\xe5','\xc9','\xa5','\xec','\x6e','\x6a','\x4f','\xd2','\x2f','\xfa','\xd4','\x82','\x74','\x43','\x9f','\x37','\xa9','\xc6','\xf3','\x18','\x94','\x1f','\xb0','\x74','\x97','\x20','\x15','\xb5','\x33','\xbe','\xb1','\xc3','\x62','\x11','\x43','\x76','\x4b','\xd1','\x1b','\xe4','\xd1','\xe4','\xcd','\xd8','\xa3','\xac','\x0c','\xe5','\xdf','\x31','\x4a','\x0b','\x2d','\xc0','\x76','\x4f','\x0e','\x17','\x76','\x9c','\xfb','\x1d','\x96','\x73','\xf2','\xd2','\x48','\x78','\x49','\xda','\x0c','\x8e','\x9e','\x73','\xf6','\x2b','\x4c','\xe6','\x9c','\xbb','\x01','\x75','\xe9','\x36','\x47','\xc3','\x86','\x84','\x1e','\x32','\x84','\xc8','\x66','\x80','\xcf','\x16','\x0f','\x29','\x6d','\xc7','\xbb','\xc9','\x9b','\x60','\xd7','\x01','\x0b','\xce','\xa7','\x0b','\x7e','\x67','\xa5','\xce','\xb4','\x7a','\x44','\xc7','\x11','\x8c','\x75','\x12','\x92','\xdf','\xb2','\x2a','\x6a','\xdd','\x44','\x7b','\x5c','\x63','\x8f','\x43','\x46','\x9d','\x52','\xce','\xf9','\xf8','\x6b','\x4e','\x35','\xa4','\x8c','\xa6','\xa3','\x03','\xba','\xa0','\x5c','\xa5','\xe5','\x56','\x58','\x14','\x10','\xd1','\x64','\x34','\x9f','\xa6','\xd5','\xa4','\x34','\x80','\x52','\x2a','\x35','\x36','\x56','\xa5','\x5d','\xbb','\x73','\xb2','\x4a','\x67','\x7b','\xdc','\x9d','\x0e','\xad','\x46','\xa8','\x2e','\xa1','\x77','\x74','\xc1','\xb4','\x00','\x78','\x29','\x5a','\x40','\xed','\x55','\x7a','\x4f','\x82','\x8e','\x92','\x54','\xaa','\x21','\xce','\x9f','\xa3','\xe8','\x80','\xf4','\xa1','\x42','\x2a','\x51','\x0a','\x47','\xc6','\x6d','\x30','\xe6','\x4e','\x12','\x32','\x2b','\x3d','\xb5','\xbd','\x84','\xee','\xa5','\x34','\x47','\xe9','\xc4','\x1a','\x2d','\xb6','\x52','\xcb','\x97','\x3a','\x89','\x71','\x56','\xc3','\x86','\x51','\x24','\xc0','\x61','\x95','\xc8','\x4a','\xeb','\x0c','\x01','\x9f','\x89','\x72','\xe9','\x91','\xf0','\xe4','\x54','\x31','\x11','\x75','\xf0','\x1d','\x72','\xbd','\x2c','\xd2','\x78','\x3f','\xc6','\xca','\x38','\x6d','\x2b','\x1b','\x95','\x85','\xb0','\x3b','\x05','\xf5','\x3c','\xd8','\x09','\x33','\x08','\xcf','\xc8','\x65','\x4b','\xa8','\x4c','\x6f','\x74','\xd9','\xa1','\xdc','\xee','\x4e','\x81','\xc9','\x81','\xa2','\x76','\x37','\xaa','\xb2','\x18','\xe0','\x37','\xc9','\x53','\x29','\x47','\x09','\xfc','\x26','\xbb','\xcb','\x8c','\x22','\x03','\x7b','\x30','\x5d','\x50','\xfc','\xe7','\xb0','\x41','\x76','\x84','\x16','\x22','\xb4','\x16','\xa5','\x5e','\x3a','\x85','\xe8','\x34','\x02','\xba','\x33','\x07','\x2e','\x96','\xe6','\xa4','\x71','\x3a','\x71','\x12','\x3e','\xa1','\x7a','\xcd','\xa1','\x5a','\xf4','\x63','\x4e','\x7a','\x0a','\xd1','\xea','\xa0','\x97','\xae','\x9d','\x40','\x47','\xdb','\xf2','\x7e','\x8f','\xc8','\xcd','\xc2','\x51','\x44','\x9a','\x00','\xb6','\x99','\x2d','\x7a','\xb0','\x49','\xef','\x5b','\x65','\x1f','\x35','\xb2','\xe5','\x6c','\xb1','\x89','\x9c','\xe6','\x03','\x98','\xe4','\xc5','\x20','\xeb','\xb1','\x57','\x6e','\x9a','\xf9','\x20','\xf5','\x3d','\x3c','\xfa','\x3d','\x9c','\xfb','\x1e','\xce','\xe6','\x71','\x31','\x1f','\x38','\x79','\x10','\xad','\x91','\xf3','\x81','\x44','\x8a','\x80','\x7b','\xca','\xe4','\x52','\x70','\xf0','\x97','\xe5','\xfb','\xbe','\x5b','\xbe','\x6f','\xaa','\xfc','\x89','\xa9','\x72','\x53','\x81','\xc0','\xba','\x4a','\xc2','\x5e','\x3c','\x7b','\x35','\x37','\x25','\xdd','\xd8','\x65','\x67','\x74','\xd9','\xc9','\x2d','\x4b','\xe7','\xa7','\x5e','\x54','\x3c','\xcf','\xdb','\xe4','\x41','\x84','\x5c','\x4d','\x6b','\x18','\xcd','\xe3','\xa5','\xe3','\x81','\xf5','\x45','\x6c','\xd5','\xb0','\xc5','\x13','\xd6','\xdc','\x4d','\x6b','\xce','\x5a','\xaa','\x96','\x90','\x8d','\x55','\x1d','\x51','\xfc','\xb4','\x61','\x9c','\x92','\xcb','\x33','\x6e','\xad','\x9f','\xf1','\xd6','\x57','\x22','\x3a','\x18','\xd5','\x1f','\xd7','\xa3','\x93','\x76','\x90','\xee','\xb9','\x24','\x91','\xfb','\x84','\x28','\x4b','\xc7','\x00','\x82','\x5c','\xdd','\x71','\x69','\x4d','\x32','\x7a','\x37','\xa3','\xd3','\x66','\x67','\x12','\x9f','\xb6','\xc8','\x99','\x52','\xfa','\x13','\xf5','\x23','\x4f','\xe2','\x85','\xec','\x88','\xcb','\xc8','\xc8','\x8b','\x8b','\x4b','\x49','\x5a','\x80','\x7c','\x41','\x22','\xa3','\x88','\x0a','\x88','\x7d','\x3d','\xd9','\xae','\x3a','\x10','\x6c','\x9c','\x46','\x53','\x72','\x91','\xdc','\xa3','\x3b','\xc6','\x99','\xa8','\xf8','\xf1','\x99','\xc5','\x9f','\xd4','\xcb','\xfb','\x9b','\x04','\xbf','\xfa','\x38','\x69','\x2d','\xbe','\xd4','\x5a','\xd8','\x78','\x75','\xc1','\xdf','\x2c','\x93','\x6b','\x65','\xf6','\x8a','\xeb','\xf9','\x24','\x06','\x9f','\x37','\xea','\x38','\x8f','\x34','\x5a','\x76','\xb7','\x39','\xdf','\x08','\xe6','\x1b','\x0d','\xfb','\x9d','\xc6','\xfc','\x79','\x63','\xfe','\xfc','\xa4','\xfd','\xae','\xfc','\x78','\x93','\x48','\x9f','\x14','\x02','\x8e','\xd9','\xfc','\xa4','\xf9','\x6e','\xc0','\xf2','\x58','\xfe','\x19','\xf3','\x6d','\x14','\x9f','\x41','\xd1','\x99','\x48','\xf4','\x9b','\x11','\x71','\x43','\x5f','\xd4','\x45','\x51','\x0b','\x6e','\xbd','\x3e','\xd2','\xa4','\xec','\x91','\x99','\x87','\x6f','\x3a','\x8b','\xde','\xeb','\xd3','\x92','\x4f','\x57','\xea','\x1d','\x20','\x04','\x82','\x6d','\x15','\x51','\x44','\x04','\x9d','\xc5','\x20','\x0e','\x30','\x1c','\x0f','\xef','\xf1','\x0f','\x29','\xc9','\x09','\x57','\x1e','\x0f','\x8b','\x37','\x21','\x8e','\x24','\xdc','\xdc','\xb2','\x82','\x68','\xb2','\xc2','\x02','\x5b','\x6c','\xb2','\xbf','\x26','\xb9','\xf3','\xcd','\x69','\xaa','\x42','\x7f','\xfd','\x50','\x92','\xca','\x77','\xcb','\xe9','\xdd','\xdd','\xb6','\x3a','\x20','\x35','\xc8','\x94','\xd4','\x08','\xb0','\x41','\x02','\x79','\x34','\x3b','\x24','\x96','\x20','\x49','\x42','\xc6','\x5e','\x25','\xf9','\x02','\xa9','\xa6','\x47','\x56','\xc8','\xae','\x38','\x24','\x8e','\x18','\x58','\x3f','\x37','\x22','\xb7','\xd5','\x0d','\x23','\x2e','\x6f','\x64','\x4b','\xda','\x43','\x64','\xe2','\x74','\xd2','\x6c','\xe2','\x52','\x1c','\xd7','\x0d','\x84','\x3d','\x64','\xff','\x9c','\xe0','\x58','\x80','\xeb','\xa4','\xb4','\x45','\x26','\x7d','\x32','\x5d','\x27','\x87','\x55','\xd4','\x0e','\x6f','\x11','\x11','\xeb','\x9e','\xc4','\xa4','\x18','\x36','\x9b','\x1a','\x50','\x70','\x7d','\x3a','\xed','\xff','\xfa','\x73','\xf5','\xa9','\x15','\x69','\x51','\x7e','\x5c','\x90','\x67','\x03','\xe9','\xab','\x5f','\x51','\xad','\x5e','\x62','\xdb','\x47','\x23','\x06','\x62','\x41','\xf8','\xb7','\x84','\xf8','\xe0','\x3d','\x78','\x62','\xb4','\x5e','\x39','\xff','\x17','\x95','\x06','\x91','\xeb','\x73','\xba','\x80','\xc0','\x8a','\xb4','\x03','\x70','\x68','\x1c','\xb4','\x37','\xcb','\x44','\x3f','\x00','\xa4','\xbc','\x9d','\xb6','\x22','\xc4','\xc8','\x1f','\x91','\xbd','\x22','\x48','\x37','\x9b','\x9d','\x66','\xb3','\xd6','\x6c','\x16','\x9b','\x4d','\xa4','\x10','\x0b','\xe9','\xdf','\xdb','\x82','\xcc','\x17','\x71','\xe5','\xa2','\x62','\x2f','\x1b','\x44','\x7e','\xcc','\x08','\x25','\x3e','\x49','\xfe','\x3c','\x49','\x7e','\x84','\xc9','\xab','\x3e','\x69','\x71','\xea','\x31','\x05','\x44','\x2f','\x23','\xb6','\xee','\xe4','\x9c','\xd6','\x84','\x53','\xab','\x38','\x85','\x27','\x1c','\xba','\x02','\x5e','\x0d','\x04','\x99','\xb1','\x1d','\xe0','\x7e','\x46','\xcc','\x49','\xa0','\x39','\x82','\xf3','\x42','\x4c','\x11','\x14','\x4d','\xa3','\x28','\x08','\x86','\x93','\x78','\x26','\x08','\x8d','\x5f','\x79','\xd5','\xdb','\x90','\xa8','\x0a','\xb3','\x3f','\x05','\x86','\x58','\x41','\x6f','\x53','\xd4','\x8a','\x49','\x33','\x33','\x23','\x26','\xa9','\x3f','\x1d','\xe2','\x42','\x60','\x6e','\xfa','\xf2','\xa1','\x45','\xfd','\x52','\x26','\xa8','\xcb','\xd5','\x76','\xd9','\x33','\xd7','\x1d','\x48','\x64','\x9b','\x2a','\x9d','\x2d','\xb1','\x81','\x63','\x3a','\xee','\x62','\x5c','\x93','\x57','\x18','\x42','\x6d','\x8b','\xc0','\x50','\x93','\x26','\xc7','\x65','\x6c','\xdf','\x10','\x3b','\x89','\x67','\xb7','\x40','\xf4','\x07','\x68','\x07','\xc2','\xcd','\x74','\x88','\x87','\x86','\xde','\xc3','\x86','\xdf','\x69','\xc9','\xff','\xbe','\x2a','\x97','\xb8','\x31','\x28','\xdd','\x95','\xcb','\x82','\x49','\x43','\x1e','\x9a','\x03','\xf2','\xf8','\x86','\xd7','\xcb','\xe2','\xa5','\xf6','\x51','\xfa','\x93','\x4d','\xfa','\x93','\x86','\x5c','\xcc','\xc7','\xc4','\x26','\xb8','\x7d','\x8b','\x94','\x7e','\x86','\xd2','\xf3','\x8d','\xb1','\x54','\x43','\x65','\xc5','\xf6','\xc2','\x39','\x7f','\x1f','\xce','\x06','\x1c','\x4e','\x27','\x48','\xa0','\x23','\xd2','\x6b','\x8d','\xc6','\x81','\xa7','\x07','\xec','\x26','\xb9','\x03','\x82','\x27','\x16','\xcc','\xe9','\x68','\x45','\xba','\xe7','\xfd','\x18','\xb5','\x5c','\x4c','\x8e','\xe8','\x74','\xc1','\xee','\xba','\x21','\xf3','\x70','\x37','\x54','\xf8','\x05','\xf5','\x54','\xe8','\x0d','\xd2','\x67','\xbf','\xcb','\xed','\x2c','\x82','\xe8','\x83','\x88','\xe6','\x9c','\x1e','\x98','\x91','\x62','\x24','\xc5','\x70','\x8a','\xc5','\x52','\x4c','\x97','\xc8','\xb3','\xb8','\xc4','\x61','\x46','\x26','\x19','\xe1','\x66','\xb7','\x98','\xe9','\x38','\xe1','\x69','\xb2','\x18','\xb8','\x64','\x50','\xef','\x51','\x1f','\x79','\xa9','\x2e','\xde','\x82','\x01','\xf0','\xcd','\xfa','\xcf','\x8c','\xe7','\xea','\xdd','\x5c','\x7d','\xc1','\x0c','\xca','\xea','\x99','\x5d','\x31','\xff','\x45','\xb5','\x9b','\x23','\x28','\x29','\xc2','\xf6','\x25','\x51','\xd5','\x9c','\x5b','\x61','\x6b','\x2a','\x32','\x70','\xfb','\x1f','\xc1','\x91','\xab','\xb4','\x02','\x7c','\xac','\x04','\x30','\xe2','\x08','\x99','\x27','\x76','\x30','\x22','\x4d','\x61','\x57','\x8e','\xe7','\xe4','\xca','\x9f','\x96','\x5b','\xce','\x84','\x3b','\x6e','\x06','\xfb','\x72','\xee','\x43','\x2f','\xb9','\xf7','\x5d','\xea','\x1e','\xcc','\xb9','\x0b','\x39','\xb7','\x9c','\x73','\xdd','\x70','\xd9','\x07','\x42','\x1d','\x27','\xe9','\x34','\x61','\x09','\x69','\xe1','\x16','\xa7','\x90','\xfd','\x2e','\x38','\xda','\x7c','\x06','\xf1','\xe7','\xf0','\x89','\xe3','\x62','\xfe','\xe7','\x78','\xae','\x19','\x9d','\xbb','\xfa','\x46','\xe5','\x9c','\x57','\x71','\xbc','\x8a','\xe7','\x55','\x8b','\x5e','\x95','\x7b','\x73','\x95','\x8b','\x56','\xee','\xe2','\x7c','\xee','\xe2','\x89','\xdc','\x5a','\x4d','\x33','\xa0','\x1b','\xf7','\x5c','\xda','\xfe','\x65','\x92','\x47','\x13','\x72','\xff','\x2e','\x4e','\x51','\xfb','\xdd','\x2e','\x3c','\x39','\x43','\xf9','\xb3','\xf4','\x44','\x95','\xce','\xdf','\xa0','\x73','\x97','\xe9','\x9c','\x9f','\xa9','\x9c','\x4e','\x56','\x56','\x51','\xc5','\x23','\xd5','\x27','\x82','\xea','\x1c','\x99','\x9b','\x23','\x56','\x8e','\xce','\xe7','\x1a','\x27','\x58','\xbb','\x06','\xf4','\xb2','\x36','\xcf','\xfd','\xd0','\x7e','\x37','\xc3','\x71','\x42','\xf5','\xdd','\x45','\xbd','\x82','\x8b','\xdb','\xa7','\x81','\x6e','\x4d','\xc4','\xef','\x42','\x8f','\xd7','\x17','\x91','\xfe','\x0e','\x88','\xcc','\x17','\x63','\x59','\x8e','\x0b','\x05','\xc2','\x32','\xb4','\x92','\xc8','\x16','\x7d','\xef','\x0c','\x4f','\x76','\x58','\xcc','\x51','\x4d','\x06','\x39','\x11','\xbf','\x0a','\x8c','\x39','\x42','\x2a','\xae','\x04','\x6a','\xa5','\x63','\xfc','\xcd','\xc5','\xa7','\xdd','\xc2','\x71','\x92','\x9d','\x27','\xb1','\x56','\x57','\xf3','\x0a','\x69','\x39','\x5b','\x94','\x2b','\x47','\x0f','\xe0','\x31','\x69','\xdb','\xad','\x61','\xfd','\xd0','\x0b','\x78','\x4a','\xe2','\x3b','\x23','\x87','\x6f','\xee','\x79','\xc9','\x1f','\x9b','\xfa','\x41','\xfa','\xd0','\x0b','\x0f','\x32','\xfc','\xa9','\x97','\xea','\xe7','\x5f','\x02','\x8e','\xb4','\x62','\x3e','\x17','\xa9','\x9e','\xa5','\xb8','\x40','\x49','\x06','\x38','\xb8','\xd2','\xbb','\x2a','\x66','\x0d','\x56','\x20','\xb4','\x26','\x4d','\x97','\x49','\x04','\x71','\x2d','\xce','\xf0','\xe5','\xec','\xcb','\x1b','\xa1','\x95','\x38','\x6c','\x22','\x42','\x31','\x7b','\x5b','\x71','\x36','\x02','\x79','\x8c','\x47','\xc8','\x9e','\x51','\x77','\xf4','\x7c','\xe3','\x99','\xc6','\x49','\xa8','\x23','\x43','\x4e','\x91','\xb7','\xec','\xbf','\x6b','\xf2','\x58','\xc0','\xeb','\x84','\x6f','\x91','\x13','\x57','\xba','\xf3','\x3e','\xb1','\x7c','\x32','\x77','\xa6','\x5b','\xad','\xa3','\x8a','\xf4','\xc5','\xce','\x88','\x39','\x1f','\x59','\x3e','\x9e','\x3f','\x2e','\x4e','\x58','\xb8','\xc6','\x27','\xf9','\x9d','\x3f','\xe0','\x77','\xbe','\x60','\xff','\xdf','\xcf','\xf3','\xbd','\x84','\x53','\x95','\xff','\xea','\xed','\x5f','\xdb','\x55','\x45','\xbd','\x6d','\xe8','\x96','\xdb','\x7f','\x17','\x85','\x0f','\x28','\x76','\xb7','\xe6','\xdf','\x35','\x3c','\xa7','\xf9','\xd2','\x6e','\x87','\x15','\xe6','\xb2','\xf4','\x71','\x7c','\x08','\xe7','\x86','\x54','\xea','\xc6','\x56','\x95','\xfa','\x3b','\x20','\xfc','\x2a','\x02','\x0c','\xc7','\x7b','\x0d','\x65','\x8d','\x84','\x24','\x25','\x74','\xac','\x8e','\x6c','\xe1','\xa8','\xdc','\xe4','\x94','\x42','\x54','\x81','\x54','\xea','\xf1','\x4a','\x1d','\x36','\x82','\x4a','\x9d','\x55','\xea','\x6d','\x60','\x8f','\x39','\xac','\x8f','\x42','\x78','\x7f','\xdd','\xb2','\x2f','\x47','\xe4','\x1d','\xb7','\xe2','\xec','\xd7','\xd1','\xdd','\x7a','\x9c','\xdc','\x95','\x48','\xdf','\x45','\xa6','\xef','\xa2','\x7e','\xde','\x48','\x56','\xb3','\x1f','\x98','\x73','\xc6','\xb0','\x34','\x9a','\x8a','\xd5','\x28','\x5f','\x21','\x4c','\x8f','\x17','\xb0','\x91','\x39','\x9a','\x85','\xfb','\xa2','\xcf','\x37','\x8e','\x62','\x11','\x10','\x23','\x4b','\xe2','\x59','\x1a','\x7f','\x58','\x1a','\xc0','\xd2','\x57','\x28','\xd8','\x1d','\x20','\x09','\x73','\x65','\xe5','\x86','\x89','\x7c','\x39','\x90','\xf3','\x44','\x5b','\xa5','\xbf','\xeb','\xd3','\xd9','\xff','\x4c','\x1b','\x77','\x8d','\x35','\xe8','\x58','\xa6','\x43','\x93','\x6d','\x03','\x91','\x0c','\x04','\x5a','\x49','\x08','\xb5','\x2a','\xca','\x6b','\xac','\x6a','\x6d','\x42','\xa2','\xb6','\xc1','\xe8','\xc4','\x66','\x2a','\x20','\xb4','\x4d','\xd8','\x99','\xb0','\xe2','\x86','\xee','\x17','\x5d','\xae','\x5a','\xa0','\x39','\x18','\x1c','\x7f','\xb8','\xdf','\x7b','\x75','\x40','\xa7','\x81','\xe7','\x19','\xcf','\x7e','\x34','\x9a','\xbd','\x2f','\xfa','\xb0','\xb4','\xa3','\x9e','\x72','\xd0','\x53','\x97','\xba','\x43','\xfe','\xb2','\x22','\x35','\xcb','\x41','\x04','\x64','\xb8','\xc8','\xc1','\xab','\xe4','\xa0','\x4f','\xca','\x77','\x91','\xe6','\x18','\xb9','\x26','\x77','\xff','\xf6','\x7e','\xcd','\x33','\x97','\x9d','\xbc','\x76','\x1a','\x88','\x0d','\x71','\x23','\x1f','\x95','\xb8','\xc7','\xb4','\x45','\x1e','\xa1','\x7c','\xa6','\x9b','\xa7','\x04','\x90','\xe9','\x9a','\xfd','\x01','\x3c','\xaf','\x39','\xf9','\xbb','\xaf','\xee','\xbf','\xdb','\xaf','\x4e','\xde','\x55','\xb5','\xc6','\x9e','\x38','\xde','\xa9','\xeb','\x6d','\xa8','\x29','\x91','\x4b','\x9f','\x3c','\xca','\x0d','\x74','\xfd','\xa2','\x68','\x79','\xc4','\xf0','\xe5','\xc7','\x23','\xd4','\x1f','\xa7','\xfe','\xbe','\x86','\x9f','\xbe','\x1e','\x1c','\xd9','\xf4','\x0f','\x52','\xc0','\x02','\xc4','\x6b','\x02','\xb7','\x1f','\xbb','\xe9','\xe3','\x6f','\x09','\x6d','\xc6','\x34','\x30','\xbe','\x4b','\x9a','\xf3','\x9c','\xe6','\x58','\x12','\xc7','\x80','\x36','\x5f','\x82','\x67','\xdc','\xba','\x19','\xf4','\x54','\x71','\xd6','\x9d','\x98','\xe6','\x8c','\x6b','\xce','\x4d','\xf5','\x9a','\xd2','\x90','\x5a','\x0e','\x6c','\x8b','\xb6','\xe8','\x35','\xb0','\x90','\x8b','\xa4','\x50','\x8d','\x56','\x07','\x3d','\xd6','\x0b','\xbd','\xd6','\xbe','\xda','\xd0','\xd3','\x7d','\xd1','\xbf','\x28','\xeb','\x01','\x1f','\x41','\x09','\xf9','\xbd','\xe8','\x4a','\x6d','\x20','\x1a','\x45','\xb1','\x98','\xd2','\x84','\xc4','\x6a','\x07','\x91','\xbe','\x84','\xf2','\x77','\x0a','\xf9','\x74','\xa1','\x9a','\x9c','\x15','\xc1','\x37','\xb7','\xeb','\x13','\x3a','\x74','\xc7','\xb8','\xe7','\xef','\x50','\x5d','\xae','\x00','\x01','\x84','\x7c','\x22','\x98','\xe6','\x85','\xf9','\x2e','\xce','\xeb','\xb8','\xaa','\xe3','\x19','\x1d','\xaf','\xe8','\x58','\x1f','\x93','\x33','\x13','\xeb','\x7a','\x0f','\x0f','\xe6','\x71','\x5e','\xbd','\xa0','\x87','\xfc','\xd1','\xfc','\x06','\x11','\x3a','\x3a','\xa9','\xd4','\x00','\x91','\x8e','\x7a','\x3c','\x99','\xb4','\xba','\x01','\x53','\x6c','\x44','\xac','\xf5','\x6e','\x46','\xe9','\xe9','\xe7','\x19','\xa9','\xac','\x8d','\x2c','\xaf','\x6d','\xf3','\x67','\x0c','\xf0','\xe3','\x46','\xeb','\xc6','\x68','\x9d','\x4c','\x38','\xa5','\xca','\x90','\x1f','\x07','\x76','\x4b','\x96','\x61','\xb3','\x83','\x41','\xd6','\x00','\xe0','\xa8','\x70','\xf6','\x94','\x42','\xd4','\x6c','\x47','\x99','\x2a','\x64','\x73','\x54','\x5e','\xa0','\xd9','\x64','\xcd','\x66','\x5b','\xd9','\x51','\xac','\x8f','\x90','\xf7','\xd5','\xe7','\x6b','\x5d','\x25','\x91','\x04','\x99','\x20','\x24','\xd5','\x18','\x39','\x7f','\x4e','\x78','\x07','\xe5','\x64','\x48','\xab','\xca','\xd1','\xf1','\x4c','\x77','\x1f','\x22','\x0f','\x39','\xe4','\x21','\xb9','\xf5','\x20','\xb2','\xa0','\xa1','\x72','\x62','\xd5','\x95','\x93','\xf0','\xe0','\x7f','\x26','\x0b','\x77','\x41','\xd9','\x8b','\x9a','\x87','\x7d','\x7b','\x03','\xd6','\x73','\xb9','\x56','\x6b','\x28','\x6c','\x74','\xe2','\x20','\x6d','\x9b','\x98','\xfd','\xf7','\x70','\xa4','\xd5','\x60','\x47','\x2a','\x67','\x80','\x23','\xaa','\xe1','\x79','\xce','\x53','\x6c','\xcb','\x9a','\xfa','\xbc','\xe8','\xfd','\xa1','\x25','\xe0','\xd2','\x41','\x03','\x11','\x09','\x12','\xd7','\x49','\x02','\x93','\x34','\x26','\x34','\x01','\xdb','\x24','\xbf','\x9b','\x78','\x93','\x23','\xa8','\x94','\x40','\x75','\x55','\x8d','\x34','\x84','\x88','\x82','\x8e','\x13','\x3a','\x84','\x8c','\x62','\x01','\xf4','\x4e','\x2d','\x2a','\xfb','\x90','\xab','\xfa','\x24','\x85','\x90','\xf4','\x53','\x98','\xa7','\x12','\xb3','\xf3','\xac','\x31','\xc7','\xa8','\x44','\x95','\xd3','\x0a','\xa7','\xeb','\x1e','\xf5','\x1c','\x38','\xae','\xf0','\x54','\xbd','\x90','\x22','\x99','\xbd','\x06','\xec','\x17','\xaa','\x07','\x2b','\x94','\x26','\xe2','\x1e','\x49','\x9b','\xd2','\x15','\x4a','\x45','\xa3','\xb0','\x41','\x25','\x66','\x37','\x68','\x63','\x50','\xfe','\x29','\xfa','\x03','\x6f','\x67','\x7d','\x87','\xd6','\xa1','\xa8','\x16','\xaf','\xa1','\xc4','\xe0','\x9d','\x58','\xf5','\xb1','\x40','\x50','\xcb','\x97','\x28','\x28','\x9c','\xb4','\xfc','\x59','\xcb','\x6f','\xa8','\x67','\x00','\x7e','\x1f','\x4d','\x9f','\xba','\x7e','\xca','\x0d','\x52','\xc4','\x4f','\x2d','\xfa','\x7b','\xa9','\x8a','\x27','\x28','\x4e','\x85','\xba','\x29','\x3c','\xda','\x47','\xc1','\x6d','\x16','\x44','\x70','\xb2','\xd9','\x9c','\x6d','\x36','\x1b','\x21','\xc9','\xf3','\xb6','\x90','\xeb','\x1e','\x54','\xf9','\xa2','\x78','\xd8','\xe0','\xa9','\x5f','\x0c','\x32','\x48','\x48','\x15','\x74','\x7c','\xbf','\x10','\x27','\x11','\x9a','\x45','\xa8','\x11','\x6e','\xb8','\x61','\x8a','\x6a','\x77','\xde','\x4a','\x45','\x21','\x76','\xf5','\x26','\xce','\x61','\xf1','\x8e','\xc0','\xb9','\xfa','\xad','\x20','\x43','\x08','\x49','\x9e','\x46','\xae','\xce','\x9e','\x09','\xb2','\x95','\xfa','\xc7','\x5f','\xab','\x2f','\x7b','\x43','\xa9','\xc0','\x3e','\xc1','\x25','\xce','\xa4','\x85','\xc0','\x09','\xdb','\x8d','\x64','\xbb','\x37','\xd8','\x45','\x88','\x41','\x31','\xb5','\xbe','\xa4','\x87','\xe9','\x2b','\xf1','\x90','\x99','\x89','\x76','\xd2','\xb0','\xb5','\xb0','\xbd','\xb8','\x2a','\x3d','\x08','\xf5','\x6d','\xec','\xb7','\xbb','\x38','\x2f','\x9d','\x07','\x42','\xf2','\x24','\xf5','\x76','\x97','\x57','\xc9','\xf6','\x64','\xce','\xde','\xbe','\x30','\x61','\xbb','\x42','\x81','\xf7','\xeb','\xbb','\xe5','\xd6','\xb0','\xe2','\xd4','\x2c','\x35','\xed','\x5f','\x87','\xfa','\xee','\x0e','\x1a','\x87','\xba','\xad','\x51','\x87','\x8e','\xd6','\xa5','\x21','\x4e','\x59','\x34','\xb5','\x16','\x17','\x4e','\x34','\x77','\x29','\xc8','\xad','\xa0','\x3c','\x8e','\xe7','\x47','\x12','\xd5','\xd4','\x8b','\xd5','\xea','\x9a','\x85','\x3d','\x8b','\x78','\xff','\x85','\xb6','\x9a','\x95','\x56','\x42','\x7f','\x75','\x0c','\x6f','\xde','\x45','\xae','\x31','\xf6','\xca','\x84','\xe7','\x17','\x93','\x10','\x1a','\x1e','\xd4','\x57','\x86','\x2c','\x3b','\x0f','\x45','\x3d','\x74','\x35','\x13','\xfe','\xf5','\x57','\xe3','\x7a','\x23','\x91','\x38','\x92','\xae','\xcd','\x33','\xe4','\x17','\xb5','\xb3','\x08','\x8f','\x3b','\x85','\x69','\x0f','\x3d','\xc7','\xd1','\x56','\x41','\xaf','\x67','\x12','\x38','\xd1','\x26','\x58','\x95','\x05','\xa0','\x6c','\x7a','\xbb','\x48','\x93','\xa3','\xe8','\x35','\xd1','\xf6','\x86','\x3e','\xe3','\xd0','\xd1','\x52','\x91','\x31','\xc8','\xff','\xc8','\x87','\xa4','\x72','\x89','\x55','\xbe','\xe5','\xad','\xd7','\xb5','\x15','\x84','\x55','\x7e','\x47','\x1a','\x69','\xc9','\x36','\x95','\xd6','\x21','\x8e','\xaa','\xac','\xb7','\xd6','\xc0','\x95','\x86','\x68','\x43','\x84','\x25','\x11','\xa7','\x09','\x4c','\x93','\x3a','\x1d','\xdf','\xa0','\xe3','\x7c','\xef','\xdd','\x3c','\x33','\x8d','\x3a','\x93','\xb1','\x46','\xe9','\x08','\xad','\xdf','\x52','\xed','\x8a','\x66','\x70','\xc9','\xb6','\x6d','\xe0','\x45','\x0c','\xc1','\x5e','\x92','\xc7','\x25','\x0e','\xd4','\x40','\xcb','\x52','\x24','\x0a','\x5e','\x57','\x28','\x2f','\xf1','\xb2','\x65','\xcd','\x72','\x9b','\x71','\xd0','\xe7','\x9c','\x45','\xfc','\x1a','\xaa','\x3c','\x8f','\x2c','\xfc','\x3e','\xf5','\x0e','\x83','\x87','\xbb','\xab','\xba','\x36','\x6f','\x93','\x4a','\xeb','\xcd','\xe7','\x29','\x6c','\xbf','\x2b','\x70','\x1e','\xe3','\x30','\xce','\xf3','\x2c','\xa6','\x55','\x89','\x20','\x7f','\x03','\x73','\x0f','\x39','\xc3','\x1c','\xe0','\xa1','\x3a','\x44','\xa8','\xee','\xe9','\xd7','\xb5','\xa1','\x29','\x24','\xde','\x0d','\x4d','\x20','\xb4','\xe8','\xe3','\x47','\xae','\x88','\x47','\x5e','\xc6','\x8b','\xcd','\x28','\xfa','\xd1','\x55','\xfd','\x2f','\x55','\x39','\xb3','\xe6','\x88','\x77','\xd4','\x3c','\xdc','\x28','\x2e','\x6e','\x14','\x1f','\x91','\xb8','\x9c','\x95','\x58','\xf4','\x19','\x7a','\x99','\xa2','\x97','\x33','\xb1','\xab','\x09','\x6d','\x0d','\x2b','\x3f','\xb7','\xb7','\xfe','\x84','\x7f','\xd5','\x91','\x86','\xbd','\xdd','\x98','\xaa','\x52','\x89','\xa8','\x02','\xa9','\x52','\x08','\x11','\xd8','\xb0','\x03','\x42','\x9c','\x0d','\xd2','\x8d','\x3d','\x96','\x23','\x03','\x72','\xb8','\x5c','\x7f','\xd8','\xce','\xba','\x00','\xb8','\x35','\xa2','\x34','\x11','\xa5','\xe9','\xa8','\x12','\xa4','\x8d','\x4b','\xfb','\xe7','\x10','\x2a','\x1c','\x42','\xec','\x50','\x5f','\xed','\x76','\x7d','\xe0','\x54','\xca','\xc9','\x70','\x92','\x20','\x93','\xa1','\xf1','\xb0','\x45','\x95','\xdc','\xed','\x05','\xdc','\xfb','\xfd','\xf5','\x6d','\xa2','\x41','\xcd','\xcd','\x54','\xae','\x21','\x5e','\x6a','\xd0','\xdc','\x4e','\x98','\x8d','\xd4','\x4b','\x8d','\x71','\x46','\x3b','\xea','\x2d','\x15','\x87','\x08','\x64','\x72','\x92','\x90','\x64','\x37','\xac','\xb8','\x1c','\x71','\x3b','\xa2','\xd9','\xd0','\xdc','\x86','\x4e','\x00','\xf8','\xe0','\x37','\xa2','\xa6','\x48','\x30','\xbc','\x8f','\xe1','\xfb','\xbe','\x3f','\xfd','\xe3','\x3f','\xbf','\x49','\xa6','\xa7','\x7b','\x38','\xac','\xc6','\x0c','\x2b','\x1c','\x25','\xb0','\x55','\xd6','\x50','\xac','\x83','\x6c','\xc7','\xec','\xdc','\xce','\x01','\x51','\xdf','\x0e','\x7c','\x41','\x0d','\x47','\x6b','\x78','\xd0','\xa2','\x08','\xbe','\xee','\xa1','\xa4','\xe7','\x80','\x2d','\xbc','\xec','\x25','\xff','\xd2','\xe9','\xca','\x0d','\x5b','\xda','\x4e','\x2c','\x4a','\x58','\x7c','\xc4','\x89','\x8a','\xeb','\x01','\x78','\xb8','\x38','\x9e','\x1e','\x49','\x8c','\xa7','\x5e','\xdc','\x57','\x5d','\x7b','\xa8','\xee','\xdd','\xe7','\x7a','\x07','\x69','\x6b','\xa1','\xd2','\x2a','\xeb','\xaf','\xba','\x78','\x93','\x90','\x6b','\x84','\xbd','\x32','\xe2','\xf9','\x90','\xee','\xd7','\x9d','\x78','\x04','\x9c','\xe5','\x74','\x15','\x67','\x7e','\x25','\xa6','\xb0','\x53','\x71','\xf9','\xf2','\xb9','\x7e','\x91','\x88','\x74','\x9f','\xa5','\xb7','\x47','\xdd','\xbc','\xe8','\xb1','\xc5','\xb6','\x63','\x4a','\x10','\x56','\x82','\xe3','\x76','\x1c','\xa9','\x67','\x3f','\xef','\xa6','\x40','\x43','\x3d','\xe0','\x99','\xb8','\xdc','\xe7','\x62','\x38','\x8d','\x71','\x21','\x81','\x79','\x02','\x7b','\xe3','\x31','\x34','\xad','\xb2','\x26','\xca','\x5e','\x8a','\x28','\xe8','\x40','\x5f','\xd4','\x6f','\x13','\x1f','\x53','\x3c','\xea','\xc1','\x62','\xab','\x34','\xc3','\x09','\x8b','\x05','\xbd','\x6b','\x1a','\x22','\xd6','\x55','\x83','\xde','\x96','\xac','\xf8','\x1b','\xb7','\x9c','\xa7','\x77','\xa7','\x44','\xe4','\xb2','\x19','\xd8','\xef','\x92','\x70','\xfd','\x1c','\x80','\xf4','\x11','\x7f','\x96','\xd0','\x6a','\xd7','\xa8','\x92','\xfd','\x37','\x88','\xe7','\xdd','\x26','\x9e','\x39','\xd8','\x61','\x7b','\x02','\xd7','\x75','\x46','\x05','\x2b','\xf8','\x6c','\xd6','\x67','\x8d','\x30','\xf7','\x1a','\xa8','\xa3','\xd7','\x57','\x80','\xd2','\xda','\x14','\xf1','\xdb','\xe9','\x03','\x80','\x0d','\xd3','\x4f','\x0d','\xc0','\xf2','\xd5','\x1f','\x9f','\x18','\xf2','\x55','\x6f','\x71','\x69','\x87','\x79','\xb0','\x1b','\x68','\x77','\x9d','\xd4','\xd0','\x78','\xc7','\xa4','\x52','\x05','\x7d','\x72','\xe9','\x48','\x53','\xb3','\x45','\x13','\xf0','\xa3','\x89','\x7a','\xc2','\xbc','\x34','\xd8','\xe3','\xca','\x2f','\xd5','\xed','\xb7','\xea','\xe5','\x4b','\x7f','\x21','\x07','\xe5','\x35','\xa4','\x10','\xd8','\xdf','\x2d','\x95','\x2f','\x95','\xca','\xec','\x11','\xc2','\x0e','\x8e','\x48','\xe4','\xef','\x4d','\x5e','\x6a','\xbc','\xb3','\xc6','\x2a','\x6b','\xf7','\x16','\xd9','\x02','\x62','\x57','\xe4','\x96','\xd0','\xcb','\xa3','\xa5','\x5c','\x09','\xed','\xbc','\x2b','\xae','\x77','\xc3','\xb1','\x9e','\x72','\xed','\xf3','\x2e','\xca','\xc0','\x43','\x1d','\xd8','\x0b','\xa7','\x80','\xfe','\x1d','\xbb','\x38','\x13','\xbb','\x68','\x7f','\xf5','\x5c','\x75','\xa4','\x51','\x4d','\xb9','\xd5','\xd1','\xb3','\xd5','\x89','\xba','\x7d','\xac','\x5e','\x85','\xba','\x12','\x79','\xc3','\xf1','\x12','\x95','\x6b','\xa7','\xb0','\x28','\x07','\xa0','\xa8','\x25','\x02','\x2b','\x4f','\x15','\xf6','\x1e','\x97','\xcf','\xf7','\xc6','\xf2','\x62','\x05','\x4b','\x3a','\x94','\xc0','\x73','\x1d','\xc8','\xba','\xc3','\x9a','\x71','\xe0','\x66','\xbe','\x42','\x75','\xf7','\x48','\x8c','\xb4','\x12','\xc9','\xc8','\x34','\xd1','\x7d','\x65','\x5f','\x85','\x73','\xe8','\xfd','\x77','\x46','\xf9','\xbb','\xfa','\xba','\x97','\x54','\x71','\x24','\x79','\x9b','\x16','\x55','\x97','\xf8','\xf0','\x4d','\xe9','\xc2','\x42','\x56','\x0f','\xc4','\xb2','\x02','\x75','\x24','\x7e','\x1f','\xae','\x35','\xe2','\x2e','\x8d','\x1c','\xb1','\x40','\x6a','\x1b','\xed','\xe4','\x67','\x1a','\xac','\x98','\xe9','\x28','\x49','\x62','\x69','\x87','\xb7','\x49','\x2a','\x64','\xeb','\x31','\x74','\x7e','\x1a','\x29','\x1d','\x8c','\xc0','\xc3','\xe4','\xda','\x16','\x69','\x5a','\x3d','\xc0','\x18','\x13','\xef','\xe8','\xae','\x3a','\x20','\xa4','\xf6','\x0b','\x34','\x90','\x2c','\xa0','\xf8','\x17','\xe7','\x7f','\xee','\x0d','\x31','\x7f','\xcc','\xd7','\xbb','\xa1','\xc5','\x01','\x83','\x50','\x8a','\x4c','\x0e','\x22','\x69','\xa6','\x15','\xcc','\x56','\x8b','\x69','\x3f','\x64','\x38','\xc3','\x0a','\x78','\x58','\x67','\x40','\xde','\x82','\xa5','\x8c','\xb0','\x7f','\x4e','\xad','\x79','\x85','\x39','\x09','\x06','\xa8','\x32','\xfb','\x35','\x66','\x55','\xb8','\xa5','\xa9','\x17','\x17','\x5b','\x78','\xe2','\x62','\xf2','\xad','\xb5','\x20','\x4f','\x6b','\xd3','\x99','\x22','\x01','\xe9','\xf1','\x78','\xca','\x4b','\x3c','\x74','\x8e','\x3c','\xb3','\x4a','\x5e','\x73','\xc7','\x80','\x87','\x03','\xc5','\x2f','\xd2','\xb9','\x3e','\x2c','\x04','\xab','\x38','\xb5','\xca','\xea','\x5a','\xe5','\x79','\xc6','\x5d','\xb6','\x70','\xf5','\x70','\x7b','\x33','\xcf','\x9f','\x9c','\xe2','\x35','\xc6','\xef','\x61','\xfc','\x4b','\x8c','\xff','\x94','\x55','\xbe','\xc1','\xaa','\x89','\xfc','\x9b','\x31','\x26','\x57','\x6b','\xd2','\x4a','\x8f','\x5f','\xa5','\x85','\x97','\xe9','\x49','\x3f','\xd5','\xf0','\xa5','\x31','\x7a','\x1e','\xe0','\x9f','\x17','\x42','\x0d','\x5e','\x3e','\x4f','\x3f','\x7e','\x9e','\x96','\xce','\x8f','\xcd','\x9f','\xef','\x2e','\x9c','\x3f','\x79','\xef','\xf9','\xd9','\x82','\xa0','\x1f','\x5c','\xa6','\x0f','\x2c','\xd3','\x8f','\x20','\xfa','\x09','\x24','\xb7','\xe8','\x77','\x63','\x40','\x3c','\x3d','\x8e','\xd0','\xcd','\xac','\xee','\xd3','\x24','\xec','\x7e','\x44','\x09','\x74','\xf4','\x34','\x3a','\xd4','\x20','\xae','\xeb','\x09','\xbd','\x4a','\x92','\x2b','\xe9','\x77','\xb5','\xc6','\xb3','\xda','\xda','\x0c','\x0a','\xf5','\x27','\x7f','\xa6','\xeb','\x5f','\xd2','\xf1','\x03','\x72','\xf3','\x37','\x51','\x32','\x01','\x73','\x08','\xee','\x4a','\x5d','\x47','\xb7','\x83','\xba','\x9b','\x92','\x20','\xbb','\x8f','\x1e','\x44','\xe8','\x59','\x15','\x7b','\xdc','\x08','\xfb','\x33','\x82','\x91','\xc9','\xc3','\x49','\x68','\x2a','\x93','\x77','\x88','\x94','\x2b','\x11','\xa1','\xde','\x83','\xe2','\xbf','\xe7','\x69','\x73','\x1b','\xa2','\xb9','\xe3','\x61','\xf8','\x0c','\x6a','\xee','\xe2','\x79','\x4a','\x13','\xb1','\x58','\x71','\xec','\xb7','\x6e','\x09','\xeb','\xbd','\xa6','\x88','\xd7','\xd5','\x62','\x08','\xfb','\x46','\xb1','\x1a','\x01','\xda','\x0f','\x20','\xca','\xaa','\xc4','\xa8','\x9e','\x90','\xce','\x65','\x9a','\x1b','\x49','\x94','\x55','\x7c','\x92','\x5b','\xd7','\xd5','\x3e','\xa9','\x6c','\x50','\xea','\xa5','\x6b','\xb0','\x3a','\xa1','\x11','\x07','\xed','\x73','\xd0','\xfd','\x0e','\x7a','\x06','\xd4','\xd5','\x40','\x57','\x4d','\x3a','\x6f','\x9a','\xd3','\xca','\x28','\x4f','\x38','\xda','\x4a','\xc4','\xae','\x92','\xc4','\xcb','\x24','\xed','\x93','\x05','\x5f','\x9a','\xf4','\x65','\xd7','\xb3','\x5d','\xbf','\x2c','\x84','\x1c','\x94','\xdd','\xab','\x65','\xf7','\x95','\xb2','\xdb','\xb4','\x9f','\x6f','\x96','\xbb','\x8f','\x96','\x8f','\xcc','\x92','\x3f','\x7b','\x92','\xb8','\xb5','\x64','\xf3','\x9e','\x6e','\xf3','\x4b','\xb5','\xe6','\xef','\x14','\xc9','\x37','\xd1','\x57','\x92','\x72','\x5d','\x8a','\x29','\xa3','\x45','\x28','\xa3','\x25','\xaa','\x8c','\x96','\x3d','\x6f','\x07','\xd2','\x68','\x91','\xf3','\xf6','\xe5','\xf7','\x2d','\xda','\xea','\xdf','\xa7','\xed','\xde','\x7d','\x2a','\x97','\xe3','\xe3','\x59','\xfb','\x66','\x21','\x55','\x67','\xa9','\x7a','\x36','\x75','\xba','\xa4','\xaa','\xe9','\x81','\x73','\x2b','\xba','\x5c','\x7f','\x71','\x41','\xff','\x5f','\x82','\x98','\xcb','\xef','\x70','\xf9','\x88','\xcb','\xf7','\x28','\x5e','\xee','\xa8','\xd2','\x2b','\x58','\x77','\xb9','\x06','\xb0','\x92','\x67','\x85','\x0e','\x26','\x4b','\x0d','\x27','\x4f','\x8c','\x1c','\x99','\x97','\xf7','\x32','\x6d','\x5a','\x77','\x37','\xf9','\x24','\xe1','\xb6','\x6b','\xbd','\x24','\x44','\xce','\xe5','\xa6','\x3b','\x9f','\x73','\x8f','\x83','\xe2','\xc1','\x57','\xe7','\xcd','\xe7','\x0f','\xb2','\xc5','\x7b','\xa7','\x8e','\x14','\x72','\x07','\x3f','\x98','\x73','\x1f','\x98','\x6a','\x7e','\xe4','\x48','\xf3','\x13','\x1d','\x52','\xe7','\x5f','\x89','\x15','\xa9','\x3e','\xfc','\xb9','\x42','\x63','\x6c','\xa4','\xff','\xb9','\xae','\xc8','\xd5','\x5e','\x79','\x7f','\x90','\xb0','\xd8','\x31','\x90','\x5b','\x1f','\x24','\x2f','\x46','\x47','\xeb','\x13','\xe7','\xdd','\x4a','\x63','\x11','\x8a','\xc8','\xc3','\x99','\x73','\x48','\x09','\x48','\x56','\x77','\x04','\xcc','\x47','\xd6','\xff','\x36','\xb7','\x5c','\x5f','\x7f','\x0f','\x31','\xc6','\x41','\xd5','\x1e','\x51','\xd1','\xad','\xf7','\x39','\x0f','\xd1','\xbe','\x95','\x13','\x7e','\xcf','\x95','\x09','\x2b','\x95','\x42','\xd7','\x64','\x1d','\x1c','\x04','\xe4','\xd4','\x34','\xfd','\x87','\x66','\x37','\x9d','\x71','\xa0','\x92','\x0e','\xe2','\x12','\x08','\xcb','\x6b','\x9b','\x59','\xaf','\xcb','\xbf','\x3e','\xa1','\x91','\xb9','\xea','\xe2','\xa5','\x5f','\xd2','\xa9','\x79','\x34','\x75','\xa2','\x36','\x35','\xc7','\xcd','\x1b','\x7c','\xaa','\x3a','\x0f','\xfa','\x1b','\xf3','\xdc','\x7c','\x83','\x33','\x3e','\xc7','\x9e','\x16','\x60','\xf5','\x72','\x9e','\xe5','\xf0','\x6f','\xa6','\xc5','\x1d','\x0f','\xfc','\xee','\x6d','\xeb','\x22','\xc4','\x0a','\x61','\xc2','\xbd','\x3d','\xd5','\x5c','\xa8','\xe3','\xed','\xf8','\xcf','\xa8','\xa7','\x93','\xe3','\xd0','\x87','\x95','\x30','\x51','\xa5','\x3e','\x56','\xa9','\x8b','\xd7','\x7a','\x51','\xbe','\x1e','\xe4','\x78','\xf4','\x1c','\xdd','\xd7','\x48','\x9d','\x3f','\x37','\x9e','\xfa','\x57','\x9d','\xd4','\x77','\x6a','\xb9','\x5f','\x17','\x73','\x17','\x51','\xe5','\x14','\x5a','\x5f','\xd1','\x96','\x45','\x02','\x05','\xf2','\xfe','\x4a','\xf7','\xcb','\x0f','\xe1','\x6c','\xc7','\xea','\x63','\x72','\x07','\xda','\xb2','\xa8','\xa5','\xa0','\xf8','\xf9','\xbd','\x9f','\xc6','\xa2','\xa9','\xe7','\xcf','\x8c','\xa7','\x9f','\xef','\x14','\x9e','\xac','\x6d','\xf2','\x19','\xe0','\x5d','\xff','\x10','\x05','\x19','\x54','\x4b','\xa0','\x22','\xc6','\x59','\x2c','\x4c','\x81','\xfb','\x26','\x09','\xcd','\x6f','\xd1','\xa9','\xc9','\xfc','\xd4','\xa4','\xfd','\xdd','\xc9','\xea','\xd4','\xa4','\xae','\xb0','\x3f','\xbf','\x35','\xc9','\xf0','\xdd','\x0a','\xf0','\x32','\x33','\xb8','\x93','\xe1','\x94','\x83','\x8c','\x36','\xca','\x9a','\xa2','\x98','\x04','\x1e','\x48','\xbf','\x2e','\x3b','\x04','\xbd','\xcf','\xec','\x1e','\x5c','\xa1','\x07','\x37','\xe8','\x82','\x84','\x4e','\xcb','\x3a','\x6d','\xea','\x7b','\x7f','\x3c','\x90','\xd5','\x92','\x80','\x94','\x8e','\x44','\x28','\x16','\x2a','\xad','\xb4','\x0c','\xe1','\x89','\x11','\x07','\x62','\xe2','\x50','\xa0','\x6a','\x50','\x12','\x67','\x12','\xf7','\x45','\xf9','\xc1','\x53','\xde','\xc1','\x75','\x67','\x61','\xc3','\x5b','\xc0','\xb5','\x32','\x31','\x9b','\x6c','\xbc','\xb9','\x51','\x1f','\xfc','\x21','\xa5','\xc6','\x70','\x9b','\x3c','\x88','\xaa','\xa3','\x57','\xca','\x0c','\x04','\x27','\x32','\xe2','\x3e','\x8a','\xee','\x5b','\x43','\xf7','\x5d','\xa4','\x0b','\x9f','\x95','\xcb','\x71','\xa3','\x9c','\x6a','\x34','\x01','\xdf','\x80','\x17','\xf7','\x82','\x80','\x21','\xf6','\x02','\x0b','\x85','\x6f','\xd7','\x0b','\xa7','\x95','\xee','\x13','\x64','\xc7','\x24','\xd6','\xbd','\xdf','\x5d','\x77','\x3e','\xbd','\xbe','\xfa','\x99','\x1f','\x3d','\xff','\x99','\x1f','\xb9','\x9b','\x12','\x3f','\x69','\x6c','\xfe','\xe4','\x1c','\xfd','\xc9','\x45','\x20','\x60','\x6c','\x14','\x15','\xb2','\xd4','\xcf','\x4a','\xe3','\x2a','\xe5','\xd2','\x94','\x9b','\x4e','\xd1','\xe4','\x5e','\x96','\xa0','\x5e','\xc8','\xa3','\xee','\xbb','\xf3','\x3a','\xfa','\xdd','\x15','\xf2','\x69','\x11','\x7c','\xa6','\xd9','\x94','\xd8','\x94','\x10','\xdd','\xcd','\xc1','\x4f','\xa5','\xc9','\xbe','\x2f','\x41','\xef','\x4f','\xd3','\xf6','\xc5','\x31','\xd0','\x61','\xe0','\x34','\x5f','\x48','\x75','\x33','\xb4','\x9d','\xa0','\x0e','\x46','\x89','\xa2','\x9a','\x47','\x61','\x78','\x75','\x5b','\xca','\x29','\xbd','\x15','\xa7','\x7e','\x02','\xa2','\x8c','\x1b','\x44','\xbc','\xab','\xc2','\x23','\xeb','\x6b','\x00','\xaf','\x45','\xbd','\xcb','\x74','\xfd','\x67','\xc6','\xc6','\x97','\x98','\xff','\x40','\x96','\x64','\x8a','\x2c','\xe9','\x78','\x18','\x82','\x1b','\x06','\x21','\x99','\x20','\xd4','\x62','\x19','\x69','\x90','\x61','\xca','\x0d','\x94','\x93','\x78','\x72','\xc7','\xc0','\x5d','\x53','\x2c','\xea','\xb8','\xac','\xc3','\xce','\x44','\xc2','\x5a','\x05','\x22','\x01','\xaf','\x5c','\x64','\x8b','\x54','\x6e','\xe4','\xca','\xac','\x84','\x2c','\x8d','\xaf','\xd8','\x67','\x67','\x85','\xe6','\x1a','\xda','\x6a','\x5a','\x6b','\xd0','\x63','\xff','\x8a','\xda','\xdf','\xa6','\x95','\xd3','\x4c','\x89','\x57','\x49','\x70','\xae','\x49','\x78','\xdc','\x71','\xf8','\xb2','\x57','\xdb','\xe0','\xb6','\x5f','\x30','\xdd','\x1e','\x6f','\x30','\x8e','\xd2','\x89','\x08','\x2d','\xe7','\xa8','\xfd','\x0e','\x48','\xcc','\x85','\x11','\x23','\xfb','\x97','\x74','\x2e','\x47','\xe7','\x94','\xe8','\x9c','\xdd','\xde','\xab','\xa3','\xcc','\x5d','\xd9','\x93','\x63','\xf9','\xc6','\x18','\xa3','\x63','\x07','\xe8','\x5d','\x4b','\x34','\x3f','\xb5','\x37','\x8f','\x22','\xfb','\x1d','\x5d','\x5a','\x53','\xc7','\x04','\xcc','\xc3','\x30','\x70','\x33','\x43','\x90','\xbd','\x8a','\xab','\x19','\x51','\x35','\x50','\x95','\xa1','\xea','\x6f','\x77','\xab','\xe5','\x66','\x95','\x34','\x6d','\x02','\x47','\x80','\x10','\x60','\xc8','\x29','\xd8','\xea','\xc8','\x4d','\xd1','\xab','\x4a','\x53','\x05','\x8d','\x69','\xf4','\x06','\x45','\xbe','\x82','\x97','\x52','\xc5','\x14','\x3d','\x29','\x8c','\x03','\x2f','\x1f','\x39','\x70','\xe5','\x81','\x03','\xa5','\x07','\x01','\xe5','\x93','\x62','\x61','\xf6','\xc0','\x89','\xd9','\x03','\xf7','\xce','\x1e','\x60','\x8d','\x03','\xbf','\x43','\xe7','\x3f','\x4d','\x1f','\xf9','\x29','\x3d','\xf6','\x2f','\xe9','\x4a','\x42','\xee','\x15','\x94','\xea','\x46','\x16','\x54','\xd2','\x40','\x61','\x22','\x4b','\xa0','\x12','\xb0','\x88','\x1c','\x0f','\xf1','\x4b','\x9d','\x8f','\xe5','\x1a','\x87','\x72','\x8d','\x68','\xae','\x11','\x07','\x7c','\x63','\x8f','\x3c','\xbf','\x8a','\xac','\xb2','\x2a','\x6d','\x57','\x69','\xad','\xba','\x97','\x49','\x83','\xc4','\x03','\xfa','\x6d','\x98','\x3f','\xbd','\x9d','\x9e','\x55','\x9c','\x96','\x12','\xb4','\x94','\xa6','\x25','\xaa','\x98','\x93','\xd9','\x54','\xbd','\x98','\xaa','\x83','\x42','\x88','\x04','\x23','\x0e','\xa3','\x12','\xc5','\xac','\x5c','\xc8','\x78','\xa1','\xe8','\x65','\x56','\x50','\x42','\xae','\xd9','\x7f','\x8f','\x5e','\xc1','\xef','\x33','\xf4','\x33','\x95','\xef','\x40','\xad','\xc4','\x6b','\xa2','\xb0','\x0e','\xb1','\x08','\xf0','\x9d','\x15','\x06','\x0b','\x35','\x01','\x4d','\x69','\xa4','\x94','\xa3','\x8e','\x10','\x8b','\x27','\x7f','\xe5','\x28','\x21','\x94','\x28','\xe0','\x75','\x9c','\x8c','\x05','\xdd','\x99','\x6e','\x4d','\x19','\xa2','\xb7','\x8d','\x61','\x0e','\x3f','\x8c','\xcb','\x53','\x29','\x11','\xa1','\xb8','\x5e','\xfc','\xba','\xb4','\x04','\xea','\x2c','\x1f','\x4d','\x4f','\xc7','\x93','\xc4','\xc0','\x7b','\xb2','\xcc','\x38','\xd3','\x11','\x1e','\x5a','\xf4','\x50','\xd9','\x83','\xb9','\xfa','\xb8','\xe6','\x2c','\x2e','\xcb','\xa5','\x00','\x2d','\x5c','\x36','\xca','\x97','\xe3','\xe5','\x28','\x71','\xcd','\x9b','\x24','\x83','\xe5','\x8b','\xdf','\x8b','\x9f','\x09','\x31','\xa2','\x2f','\x21','\xb0','\x07','\x3c','\xb5','\x7d','\xdc','\xb8','\x44','\x37','\xc6','\x5b','\x43','\x95','\xa4','\x61','\x01','\xe9','\xc0','\x16','\xa2','\xf2','\x3a','\x5f','\x11','\x06','\xc8','\x34','\xf9','\xe6','\x6b','\xdf','\xfa','\x9d','\x49','\xf2','\xf5','\x2c','\xca','\xfc','\xac','\xf6','\xc1','\xfd','\xfc','\x83','\x1f','\x0e','\x60','\x83','\xc8','\xf2','\xec','\x6f','\x8b','\x6a','\x8b','\x17','\xff','\x86','\x3b','\x14','\x0d','\xb4','\x1a','\x80','\xbe','\x0e','\x14','\x1d','\x0a','\xc5','\xaa','\xce','\xdf','\x5b','\x17','\xa0','\x12','\x46','\x3e','\x56','\x50','\x7c','\xb0','\xde','\x18','\xf3','\x3a','\xae','\x48','\x60','\x6c','\x61','\xc8','\x13','\x1d','\x7b','\xb1','\x66','\x6f','\xf2','\x4a','\x63','\xbe','\xda','\x38','\x5e','\xcd','\x7c','\x71','\x8e','\xd6','\x2c','\x3a','\x37','\x4f','\xe7','\x4e','\x8c','\x55','\xe7','\xbb','\xb6','\x55','\x3b','\x3a','\xf7','\x30','\xaa','\xea','\x4e','\x75','\x3f','\x85','\x3a','\x3b','\x46','\x41','\x8f','\x91','\x51','\xcb','\xec','\x70','\x25','\x75','\x03','\x50','\xe3','\x5d','\xf5','\xa7','\xbb','\xb5','\x11','\x6e','\x79','\xd8','\x7b','\xc6','\x61','\xea','\xd2','\x71','\xdd','\x29','\x84','\xf9','\x2f','\xfd','\x14','\x7b','\xf0','\xc1','\x4e','\x3e','\xcf','\x42','\x98','\x6f','\x33','\x68','\x1c','\xae','\xc3','\x6c','\x95','\xc7','\xac','\x7c','\xe6','\x5d','\xc6','\xf2','\x80','\xf0','\x47','\xc6','\x0a','\x8b','\xdf','\x60','\x64','\x83','\x91','\xfa','\x94','\x36','\x3d','\x25','\x5e','\xce','\x9f','\x8c','\x9b','\x45','\x36','\xae','\x3b','\x7d','\x9d','\x70','\xea','\x89','\xae','\x17','\x45','\x7e','\x4c','\xfa','\xd1','\xc8','\x7f','\xd4','\xf1','\x59','\xcb','\x4f','\x79','\xbe','\xbc','\xe9','\x74','\x60','\x27','\xfa','\xa4','\xe6','\xd3','\xd7','\xea','\x6c','\x5d','\x5a','\x0e','\x75','\x5d','\xc3','\x78','\x85','\x90','\x87','\x09','\x9d','\x23','\x6c','\x7e','\xd1','\xa3','\xb4','\xaf','\x2f','\xa1','\xf2','\xe6','\x39','\x27','\xf3','\x0e','\x1c','\x8d','\x9c','\x34','\xe9','\x9d','\x7b','\x2b','\xde','\x7c','\xc5','\x2b','\xad','\x5f','\xac','\xaf','\xff','\x50','\x5b','\xbe','\xa0','\x2d','\x3f','\x2f','\x0d','\x45','\x7d','\x48','\x16','\x80','\x29','\x8e','\xb2','\xd3','\xab','\x5f','\xeb','\x15','\xf8','\xcd','\x68','\x4a','\x9d','\x29','\xa2','\xae','\xaa','\x9e','\xad','\x1e','\x28','\xc0','\x4d','\x49','\x6a','\x4a','\xbb','\xe9','\x6a','\x55','\x7b','\xbe','\xaa','\x13','\x1b','\xa7','\xab','\xa4','\xc0','\x69','\x0d','\xf1','\x96','\xb6','\xfc','\x2a','\x8a','\x11','\x94','\x86','\x6e','\x60','\xba','\xbc','\x6f','\x76','\xc5','\x0f','\xd3','\x71','\x2f','\x54','\x5c','\x0c','\xeb','\x1d','\x7a','\x83','\xf7','\x54','\xc5','\xdc','\x8e','\xf3','\x03','\x81','\x2c','\xbd','\x3d','\xb5','\xb6','\xcd','\x0f','\x58','\x2f','\x19','\x61','\x79','\xd1','\x51','\xdf','\x13','\x39','\x3c','\xf4','\xe4','\x7e','\xd1','\xc9','\x2a','\xbd','\x8c','\x22','\xc1','\x9f','\x55','\xbc','\xa6','\xb4','\x8b','\x68','\x80','\xe9','\x8f','\x05','\x6d','\x36','\x24','\x7e','\xb7','\xd9','\xf8','\x74','\xb7','\xf1','\x99','\x26','\x60','\x13','\xf0','\x8d','\x4d','\xb9','\xaa','\x34','\xa5','\xd7','\x7f','\x84','\xbe','\x7a','\x92','\x5e','\x9d','\xa5','\xcd','\x59','\xfa','\x5f','\x37','\xe9','\x56','\x63','\x6c','\xfd','\x1b','\xa9','\xe5','\xbd','\xa9','\xc8','\x18','\x8d','\x42','\x4a','\x77','\xf8','\x3c','\x7b','\x9b','\x0d','\x21','\xcf','\xd6','\x6d','\x84','\xe7','\x3c','\xd2','\x6c','\x3c','\xd0','\x84','\x32','\xf9','\x07','\x9b','\xec','\xa4','\x77','\x64','\xf6','\xd5','\x93','\xb3','\x57','\x67','\x67','\x9b','\xb3','\x8d','\xdb','\x9d','\xc7','\x70','\x80','\xaf','\x85','\x3d','\x84','\xd7','\x95','\x14','\xf3','\x7a','\xc3','\xb9','\xd6','\xe5','\xeb','\xce','\x14','\xc0','\x8d','\x5e','\x0f','\xa2','\x1e','\x6c','\x3d','\xf1','\x75','\x4f','\x71','\x1a','\x5d','\x76','\x3d','\x68','\x2f','\x3b','\x35','\x45','\xd6','\xca','\x69','\x12','\xf5','\x07','\x94','\x8e','\x22','\xe8','\xbb','\x5d','\x0b','\xc4','\x9b','\xb0','\x17','\xa9','\x00','\x97','\xda','\xc7','\x92','\xdd','\x51','\x97','\x98','\x9e','\x74','\x02','\xf0','\x97','\x2f','\x89','\x4f','\x39','\xe8','\xbc','\x93','\x4e','\x39','\x34','\x75','\x49','\xc0','\x71','\x95','\x66','\xea','\x34','\xb5','\x02','\xa0','\xfd','\xf8','\xd8','\x0e','\x1d','\x45','\x58','\x31','\x06','\x09','\xf7','\x81','\x32','\x43','\xad','\x57','\x81','\xee','\xe0','\x6c','\x18','\xdf','\xde','\xc1','\x13','\xee','\xf1','\xd5','\xe3','\x69','\x24','\x57','\xfc','\x34','\x15','\x54','\x6d','\x23','\x9c','\xa2','\x55','\x8a','\x13','\x54','\x10','\xa1','\x62','\x77','\x69','\x88','\x85','\x9d','\xa4','\xb4','\x21','\x76','\xb6','\x4a','\x4a','\x35','\x52','\x01','\xa5','\x6d','\x4a','\x1d','\xf9','\x32','\x88','\x1f','\xca','\x85','\xd7','\x76','\x42','\x5e','\xb7','\xaf','\x5d','\x10','\x62','\xbd','\x57','\x49','\xa1','\x6b','\x86','\xfd','\xf5','\x74','\xb8','\x97','\xe8','\x98','\xdb','\xce','\x55','\x68','\x15','\xa0','\xa7','\x67','\xa4','\x15','\xe9','\xb2','\x2a','\xe3','\x55','\xf4','\x6a','\x55','\x73','\xab','\x3a','\xb6','\x49','\xac','\xca','\x74','\x92','\x7e','\x9d','\x50','\x7f','\x2f','\xf5','\x53','\xd4','\x1f','\xbd','\x10','\xe4','\x1a','\xf0','\xe6','\x6d','\x07','\x2b','\x4d','\x15','\x44','\x56','\x89','\xb8','\x16','\xa8','\x6b','\x47','\x46','\x08','\xf9','\xea','\xb5','\xee','\xe3','\x8e','\xf1','\x54','\x34','\xfd','\xc5','\x08','\x25','\xba','\xbc','\x5b','\xb3','\x02','\x95','\x4e','\xda','\x42','\xfa','\xef','\x86','\xd7','\xca','\xf4','\x85','\x64','\xc7','\xae','\x8b','\xbd','\x9e','\xb3','\xd7','\x6b','\x7d','\xfa','\x55','\xcf','\x6e','\x9f','\x2b','\x7e','\x2c','\xed','\xdd','\x43','\xaf','\x6f','\x30','\x2a','\xe1','\xf1','\x8c','\x77','\x95','\xae','\x3f','\x4f','\x37','\xd2','\x19','\xe9','\x0d','\x6f','\xca','\x67','\x4e','\x50','\xef','\x65','\xba','\x5e','\x1f','\xf3','\xf5','\x54','\x43','\x37','\x1c','\x48','\x7f','\xe0','\x0d','\x82','\x41','\x0b','\x17','\xe0','\x48','\x3f','\x67','\x83','\x4c','\x29','\x40','\x9d','\x82','\xe8','\x92','\x0d','\x12','\xef','\x65','\x3d','\x28','\x13','\xdd','\x9d','\x75','\xd9','\x38','\xcc','\xc7','\xe1','\x08','\x13','\x6f','\x77','\xa0','\x93','\x9d','\x6e','\xda','\x5b','\x19','\xb9','\xdd','\x9b','\x37','\x3a','\x53','\x15','\x36','\xc5','\x5b','\xe6','\x6b','\x3f','\xcc','\x26','\x32','\xf2','\xa6','\x2b','\x26','\x9d','\x33','\x72','\xdb','\x50','\xdf','\xa0','\x2e','\x6d','\x26','\xca','\xe5','\xd6','\xb9','\x85','\xbe','\xb8','\x23','\xf6','\xbe','\x1d','\x4f','\x68','\x96','\x9e','\x0e','\xec','\xb6','\x67','\xf1','\x10','\xbe','\x0a','\x83','\xab','\x90','\x38','\x6f','\xd9','\x2d','\xf9','\x4c','\xd3','\xca','\x04','\x58','\xda','\x4c','\x45','\x0f','\x73','\x0f','\xaf','\x79','\xd2','\xff','\xef','\x22','\xbf','\xa6','\xae','\x0f','\x02','\xff','\xa2','\x57','\x5b','\x14','\x62','\x2c','\x4b','\xc5','\xa5','\x21','\x29','\x28','\x36','\xa8','\x87','\xa7','\xa9','\x35','\xe0','\xfe','\x75','\xcc','\x4e','\x0d','\x8a','\x55','\x7a','\xe1','\x41','\x7d','\x47','\xbe','\x5b','\xa2','\x3e','\x22','\xd7','\x8e','\xe5','\x3e','\x91','\x66','\xc2','\x4d','\x9b','\xc1','\x78','\xce','\xed','\xf1','\x5b','\x5e','\x72','\xb7','\xf9','\x2d','\x39','\x97','\x00','\xfe','\x3d','\xa8','\x1b','\x0d','\xaa','\x71','\x0d','\x30','\x77','\x49','\x3f','\x01','\x5f','\x6e','\x60','\xfb','\xba','\x28','\x9f','\x77','\xfa','\x70','\xcb','\xe7','\x03','\x79','\xb4','\x61','\xe0','\x96','\x53','\xee','\x88','\xc4','\xd7','\xdc','\xe4','\x1f','\x93','\xee','\xf7','\x48','\xed','\x9e','\x74','\xb1','\x44','\xd1','\xe9','\x0e','\x8a','\x33','\x68','\x11','\x18','\x43','\x23','\x72','\x5b','\xf7','\x51','\x7c','\x1e','\xd3','\xa7','\x85','\x11','\xc7','\x13','\x0d','\x6c','\xfe','\x15','\x2e','\xed','\xaf','\xd7','\x75','\x8c','\x37','\xb0','\xfd','\x33','\x8c','\x23','\x25','\x7c','\x7a','\xb2','\xf4','\xf3','\xe7','\x26','\xaf','\xff','\x60','\xfa','\x79','\x7c','\x38','\xae','\x0c','\x01','\x8f','\x08','\x44','\x4f','\xa2','\x4e','\x51','\x7e','\x6f','\x8a','\x56','\x60','\xca','\x6f','\x8c','\x6e','\xe9','\x54','\xda','\x51','\xbe','\x3c','\x4a','\x98','\x1d','\x58','\xde','\xed','\x2e','\x1c','\x25','\x44','\x00','\x3a','\xb3','\xf2','\xc9','\x89','\xb8','\x3c','\xe2','\x89','\x38','\xfc','\x0a','\xd8','\xb5','\xd2','\xc4','\x0d','\x96','\xe0','\x1a','\xd7','\x80','\x3b','\xf3','\x28','\xe7','\x8b','\xf3','\xf3','\xff','\x54','\x04','\x8f','\xaa','\x31','\x60','\x6e','\xee','\x09','\x21','\x1e','\x7d','\xf2','\x49','\x89','\xc7','\x3e','\xf5','\xe4','\x63','\x9f','\x9c','\x7d','\xec','\x93','\xff','\xc3','\x3f','\xfd','\xe4','\xff','\xf8','\x4f','\xfe','\xf9','\x3f','\xff','\xc3','\xdf','\xf9','\xe7','\x8f','\xfc','\xd5','\x7f','\x7e','\xf4','\x5f','\x9d','\xd3','\xbe','\x76','\x4e','\x1b','\x35','\x22','\xbf','\x6c','\x47','\xe7','\x79','\xc8','\xd7','\x0a','\x13','\x49','\x40','\x48','\x96','\xdb','\xc1','\x8a','\x43','\xae','\x20','\xfa','\x45','\xc4','\x0b','\x2a','\x87','\xfe','\x07','\x08','\xdd','\x68','\x69','\x8e','\x88','\xa1','\xa3','\x63','\xe2','\x95','\x1b','\xb7','\x74','\xaf','\x08','\xb9','\x2b','\x3b','\xf4','\x06','\x3d','\xc4','\xd6','\x89','\xf9','\x9b','\x80','\x69','\x6e','\xfe','\x2d','\x37','\x9f','\x5b','\xcd','\xe7','\x1a','\xf9','\xdc','\xb9','\xfc','\x5b','\x17','\x99','\xd6','\x38','\xfc','\x8e','\x2b','\x9d','\x81','\xec','\x4b','\xf5','\xec','\x7a','\x3d','\xfb','\xe3','\xfa','\xd3','\x6f','\xd5','\x4b','\xeb','\x7f','\x51','\x5c','\x77','\xcf','\x28','\x83','\xaa','\xe7','\x0c','\x86','\x08','\x9d','\xb8','\x96','\x92','\x51','\xae','\x48','\x80','\x12','\x66','\xaa','\xe2','\x8c','\x57','\x9c','\x4e','\xc5','\x39','\x59','\x45','\xb3','\xa0','\x18','\x18','\x57','\x05','\x01','\x98','\x9e','\xc6','\xa9','\xd3','\x0f','\xa6','\xcc','\x8d','\x5f','\x8f','\xcb','\x5d','\x16','\xa5','\x23','\x71','\x3a','\x91','\xa0','\xa3','\x2f','\xca','\x25','\x45','\x4e','\xb5','\xb1','\xe2','\x24','\x98','\xac','\xd0','\x32','\x2c','\x1a','\x4e','\x3f','\x69','\x33','\x1f','\x31','\x3b','\x1d','\x46','\x4f','\x32','\x3a','\xdb','\x9f','\x90','\xf0','\x23','\x72','\x19','\x40','\x37','\x3a','\x4c','\xe4','\xbc','\xa5','\xbe','\x4e','\x32','\xc8','\x5a','\x8e','\xb8','\x54','\x34','\x29','\xd9','\xcb','\xc8','\x07','\x19','\x99','\xe0','\xe3','\xc8','\xdb','\xb7','\xdc','\x4a','\x6f','\x98','\x47','\xfc','\xf1','\x23','\x14','\x1f','\xe4','\x68','\xc1','\x20','\x8a','\xe7','\xb0','\x53','\xd9','\x51','\x79','\x10','\xc3','\xf3','\x59','\xba','\x54','\xe2','\x54','\x48','\xf7','\x45','\xe4','\x83','\xd9','\x71','\x52','\xd8','\x57','\xaf','\xa5','\x7d','\x7e','\xc4','\xbb','\x7a','\x44','\x7b','\xfe','\xa0','\x9e','\x5e','\xc0','\xb4','\x4c','\x98','\x4b','\x39','\x94','\x78','\x68','\x6b','\x90','\x2a','\x95','\x8e','\x06','\x8d','\x11','\xae','\xc7','\x22','\xf2','\x4e','\xef','\xe0','\x3c','\x13','\xef','\x32','\x75','\xd7','\x33','\x5c','\x65','\xf6','\x2f','\x41','\x1f','\xa8','\xb8','\x90','\xb1','\xdb','\xc8','\xe3','\xc4','\x7b','\x22','\xc8','\x9c','\x22','\xa9','\x53','\x34','\xb5','\x4c','\x53','\x7f','\xb4','\x96','\x3a','\xd7','\x4a','\x5d','\x2c','\xe6','\x5a','\xad','\xdc','\xfa','\x0f','\xf7','\xaf','\x64','\x8e','\xe1','\x84','\x23','\x6d','\xe5','\x44','\x2d','\x41','\xe6','\x5c','\x39','\x55','\xa4','\x77','\x97','\x75','\x18','\x7b','\x79','\xd6','\x0c','\x1e','\xad','\x39','\xae','\xf4','\x1f','\xd7','\x9c','\x11','\xe0','\xe5','\x3a','\x77','\xb3','\x53','\x77','\x9b','\x62','\x92','\xa1','\x49','\x44','\x4b','\x76','\xb7','\x1e','\x2f','\xe0','\x68','\x0d','\xe3','\x16','\xbc','\x73','\xdc','\x5e','\x4c','\x9b','\xa9','\x56','\x02','\x02','\xb5','\x3f','\xf2','\xc4','\xff','\xa5','\xf2','\x17','\xa9','\x3a','\xc9','\xc5','\x49','\x3e','\x4b','\x23','\x05','\x8a','\xd9','\xe8','\xe9','\x47','\xcc','\x6b','\xc1','\xfd','\x2f','\xf2','\x2f','\xff','\x19','\xff','\x54','\x73','\xfe','\x7c','\xbf','\x92','\x3a','\xe5','\xce','\x67','\xfa','\x63','\x4a','\x2c','\xa4','\xea','\xa9','\xf5','\x58','\x21','\x53','\x9f','\xea','\x4a','\x67','\x13','\x33','\x62','\x14','\x09','\x9d','\x1f','\xc9','\x04','\xe2','\x87','\x45','\xa0','\xb2','\xcc','\x16','\xd3','\x17','\xba','\xe3','\xb4','\xb8','\x8f','\x3e','\xfc','\xd0','\x05','\x71','\x5f','\x03','\x01','\xaf','\xc0','\x0e','\xca','\xf1','\xb4','\x1b','\x2d','\x10','\x5c','\x03','\x26','\xb3','\xde','\x26','\x09','\x9b','\xb4','\x13','\x28','\x9b','\x8d','\x2b','\x71','\x9b','\xfd','\x24','\xbb','\x1f','\x95','\x06','\x59','\xcb','\x2b','\xe2','\x8d','\xf7','\x89','\x44','\x61','\x6b','\x0e','\x6d','\x45','\x34','\x3f','\xa2','\xd7','\xf5','\x84','\x34','\x41','\xf4','\x40','\x0b','\xf7','\x99','\x65','\xd5','\x2f','\x55','\xde','\xb1','\x11','\x60','\xf6','\x66','\x44','\x77','\x5a','\x31','\x57','\xe0','\xcb','\x80','\x98','\x0f','\x1d','\x40','\x91','\x57','\xe9','\x76','\xb2','\x1e','\x51','\xa6','\x75','\x3c','\xe8','\x88','\x5a','\xeb','\x19','\x33','\xde','\x82','\x34','\x77','\xb7','\x6d','\x1b','\x6e','\x89','\x5f','\x89','\x3d','\x4e','\x43','\xe2','\xb1','\x97','\x1b','\x5f','\xfe','\xb7','\x2f','\x7e','\xfe','\x07','\xdf','\xf8','\xfc','\x0f','\xbe','\xf9','\xd8','\xe9','\x6f','\x3e','\xe6','\x7e','\xf3','\xfc','\x1f','\x35','\x46','\xbf','\x46','\x47','\x97','\x69','\x6e','\x85','\x7e','\xf8','\xd4','\xc9','\x99','\x28','\xeb','\xad','\xcf','\xdc','\x13','\x6d','\x28','\x4e','\x29','\x71','\x64','\xff','\xd2','\xb0','\xaa','\x2e','\x64','\x2d','\x2d','\xdd','\xfe','\xf9','\x5d','\xd6','\x17','\xd2','\x10','\xf8','\xad','\x50','\x08','\xf9','\xf2','\x35','\xe8','\x8b','\xca','\x8a','\xa2','\x23','\x7f','\x6b','\x0d','\x92','\xa4','\x7a','\x06','\xe3','\x04','\xa6','\x18','\xca','\xc4','\x35','\xac','\x4b','\xbf','\xfa','\x37','\xf5','\x50','\xe6','\xc9','\x7c','\xcb','\x65','\xb9','\x06','\xcb','\x9d','\x63','\xb9','\x8b','\xe6','\x5b','\x0d','\xe0','\x40','\xe4','\xea','\xf6','\x3b','\x75','\x94','\x5b','\x41','\xc7','\x56','\xf4','\xe5','\x15','\xfd','\xfe','\x15','\xb1','\xbe','\xf2','\xac','\x76','\x69','\x46','\x93','\x16','\xa3','\x93','\x51','\x16','\xe3','\x7b','\xda','\xf3','\x4e','\x48','\x37','\xad','\x57','\x56','\x70','\xb5','\x84','\xe7','\x0f','\xaa','\xf2','\xde','\xe3','\xb8','\xb2','\x7c','\xf3','\x8b','\x72','\x1b','\xd9','\xc1','\x47','\x55','\xf6','\xbc','\x03','\x96','\x61','\xc5','\x41','\xd5','\x73','\x20','\xfe','\x39','\xa7','\x78','\xd3','\xf3','\x94','\x9e','\xc8','\x74','\x40','\xc7','\xa3','\x88','\xe7','\xa4','\xf1','\x69','\x59','\x3d','\x2c','\x1c','\xad','\xd6','\xf0','\xd3','\x1c','\x5b','\x4f','\xdf','\xec','\x49','\x57','\x00','\xbe','\xc5','\x2b','\xee','\x6d','\xfc','\x1d','\x09','\x71','\xfb','\x92','\xb4','\xdd','\x69','\xd9','\xe1','\xbc','\x4c','\xbf','\x2e','\x72','\x3f','\xf5','\xf6','\x6b','\x3b','\xb2','\xde','\x49','\xb9','\x12','\x85','\x82','\x17','\x1f','\x7a','\x5f','\xb5','\x8a','\x50','\xa7','\x42','\xf3','\xa2','\x99','\x16','\xf4','\x93','\xed','\xb1','\x14','\xe4','\x0c','\xe9','\xe2','\xbe','\x82','\xa5','\x42','\x9f','\xe8','\xa2','\x56','\xce','\x81','\x71','\xbb','\x4b','\xe9','\x4e','\xd5','\xa7','\x44','\x8f','\xe5','\xce','\xe4','\x84','\x9f','\x5a','\x76','\x53','\xcb','\xe7','\xe4','\x87','\xd2','\x96','\x2f','\xde','\xb1','\xdc','\x90','\x0f','\xdf','\x12','\xcf','\x57','\x96','\xeb','\xc5','\xe1','\xbc','\xf0','\xaf','\x91','\xf6','\x13','\x74','\x6b','\x7e','\x59','\x77','\xf0','\xfe','\xa4','\xd8','\xcf','\xb8','\xdd','\x29','\x3e','\x7a','\xa8','\xde','\xfc','\xb0','\x68','\xfa','\x38','\xb3','\x85','\xa9','\x8f','\x73','\x67','\x82','\xc7','\xeb','\x78','\x05','\x63','\xec','\x63','\x72','\x3c','\xa0','\xd3','\x98','\x4d','\xe3','\xeb','\x3e','\xfc','\x88','\x5e','\x09','\xe8','\x65','\x44','\x37','\x1a','\x74','\x03','\x67','\xfc','\x18','\xdd','\xd4','\x1f','\xcb','\xe2','\xaf','\xfc','\x42','\x3c','\x96','\xe5','\x8f','\x65','\x8b','\x8f','\x1d','\xa8','\x3f','\xf6','\x61','\xf1','\xe5','\x2d','\xfc','\xd8','\x64','\xaf','\x0e','\xd1','\x0e','\x8b','\x07','\x2d','\x2c','\x7e','\x15','\x80','\x36','\xac','\xfa','\x13','\x4c','\xe9','\x93','\xa0','\xcb','\x48','\xdb','\x68','\x68','\x2b','\x38','\x59','\x8f','\xe9','\x54','\x4f','\xa7','\x0b','\xca','\x02','\x60','\x54','\xac','\xc9','\x41','\x4a','\x1a','\x38','\x8d','\xf0','\xe1','\x0f','\x29','\x3a','\x44','\xd1','\x74','\x2a','\x9d','\x1f','\xa7','\xf9','\x0e','\xcd','\x9f','\x4c','\xb1','\x59','\xf5','\x9a','\x6d','\xa4','\xd6','\x52','\x01','\xeb','\xb4','\xa1','\xf6','\x23','\xcc','\x7b','\xca','\x85','\x94','\x5a','\x2a','\xf5','\x49','\x9c','\x89','\x78','\xf1','\xd8','\x39','\xbe','\xec','\xf0','\x7e','\xea','\x39','\x94','\xef','\x76','\x22','\xa8','\xa5','\x21','\xd0','\x82','\x40','\x4e','\xe8','\xbf','\xa3','\x41','\x1d','\x1c','\x7c','\x09','\x0f','\x23','\x6a','\x63','\xfa','\xa8','\xa0','\x8f','\x96','\xc6','\x1e','\x2d','\x09','\x51','\xa6','\xc7','\x0e','\xd2','\x63','\xf7','\x52','\x9b','\x1e','\x79','\xd4','\x78','\xe0','\xd1','\xc2','\x83','\x8f','\xfe','\xf6','\x83','\x4b','\xa5','\x93','\xc7','\xea','\xb3','\x45','\x34','\xab','\x3b','\x0d','\x5d','\xe9','\xf8','\xdc','\xc2','\x4b','\xe9','\xd5','\x6d','\x49','\x93','\x32','\xd3','\x1d','\x69','\xb8','\x62','\xd3','\x55','\xeb','\xbf','\x2b','\xa1','\x98','\x51','\x68','\x9f','\x10','\x0f','\x39','\x08','\xea','\xb6','\xa8','\xbb','\x40','\xdd','\x72','\xa6','\xeb','\xaa','\x9f','\xc2','\xcb','\x54','\xce','\x3d','\xfc','\xf5','\x44','\x48','\x36','\x56','\x01','\xc6','\x91','\x35','\xf9','\x26','\x03','\x35','\x96','\x3e','\x4d','\x27','\x7d','\xd8','\x19','\xcf','\x39','\x60','\xff','\x5c','\x0a','\xee','\x7b','\xc9','\x39','\x98','\x73','\x16','\x72','\x75','\xb0','\x63','\x2b','\x0e','\x91','\x38','\x76','\x8a','\xac','\x9f','\x22','\xcb','\x2b','\x23','\x9a','\x3c','\x4f','\x60','\xe8','\x85','\x74','\x72','\x4d','\x6e','\x72','\xa9','\x55','\x96','\xb9','\x7a','\x68','\x74','\xf5','\xcf','\x73','\xf1','\x1f','\xdc','\x63','\xff','\xc0','\x5e','\xfd','\xfe','\xb7','\xff','\xe8','\x87','\x07','\xfe','\x68','\xed','\xc0','\x8b','\xcc','\xfc','\x06','\x3b','\xf0','\x4d','\x76','\xe0','\x7f','\xbf','\xf7','\xc0','\xbf','\xbb','\xd7','\xfc','\x77','\x27','\xd0','\xa3','\x27','\x50','\xbc','\xfc','\x91','\xd5','\x47','\x3e','\xb2','\xea','\x7f','\x61','\xf5','\x0c','\xdf','\x13','\x41','\x77','\x46','\x0c','\x69','\x7a','\x3c','\x21','\xd7','\xda','\x25','\x1c','\x0a','\x10','\x2e','\x2e','\x3a','\x72','\x77','\xe2','\x64','\x4a','\xc2','\xee','\x46','\x4f','\x80','\xbc','\x10','\x49','\x83','\xa1','\x04','\x51','\x5c','\x0f','\xe7','\x51','\xa9','\xfd','\x3b','\xd3','\xb5','\xc7','\x5e','\x60','\xcd','\x3a','\x18','\x65','\x8e','\xb4','\xd4','\x17','\x29','\x70','\x69','\x63','\xfb','\x11','\xde','\x4f','\xb6','\xec','\xc0','\xe7','\xc4','\xdf','\x58','\xf5','\x37','\x8c','\x9e','\xf1','\xa3','\xa3','\xfe','\x20','\xda','\xb3','\x7f','\xb2','\x0c','\x9e','\x61','\x0c','\x0f','\x60','\xb6','\xe5','\xf1','\x28','\x50','\xd5','\x8a','\x50','\x7a','\x5f','\xe2','\x74','\x89','\x53','\xcb','\xee','\x58','\x9c','\xf6','\x20','\xc7','\xb0','\x86','\x20','\x8b','\x61','\xcb','\x04','\x5d','\xa0','\xa5','\x67','\xea','\xfc','\x86','\x5f','\xf9','\xef','\x18','\xd7','\x4a','\x88','\x5b','\xc8','\xde','\x42','\x66','\x13','\xf5','\xf5','\x2a','\x7b','\x64','\x24','\x15','\x83','\x4d','\xe0','\xe2','\x7d','\x84','\xdf','\xe7','\xb2','\xfb','\x1a','\x85','\x05','\x96','\x59','\xe0','\x5f','\x7c','\xfc','\xc2','\x4d','\xf9','\xd2','\xf0','\xd5','\x44','\x95','\xab','\xdc','\xae','\xec','\xad','\x23','\x8f','\x2a','\xb6','\xba','\x04','\xdb','\xd0','\x43','\xb0','\xcb','\x8f','\x2c','\x3b','\x62','\xbd','\xb7','\xd7','\xf7','\xf6','\xfd','\x65','\x27','\xa9','\x39','\xdd','\x09','\x17','\xf8','\xe1','\x21','\x4b','\x73','\x27','\x16','\x41','\x57','\x14','\x42','\xf4','\xf2','\x3c','\x58','\x6f','\xe3','\x7e','\x4f','\x25','\x47','\xb1','\xbe','\x73','\xb6','\x90','\xee','\x5e','\x44','\x01','\xaa','\x95','\x26','\x94','\x20','\xbc','\x5a','\xcf','\xa4','\xdf','\x5b','\x18','\x22','\xe9','\xa7','\x15','\x0b','\xd4','\x50','\xef','\x36','\x6c','\xd0','\xa3','\x6a','\x40','\x20','\xf8','\xc5','\x19','\x9d','\x32','\x3b','\x50','\xa7','\x20','\x21','\x77','\xad','\x8c','\x80','\xef','\xeb','\xcb','\x75','\xfa','\x3d','\x3f','\x3f','\x8d','\xdb','\x85','\x52','\x8d','\x59','\xcc','\xdc','\x62','\x19','\xc8','\x5e','\x15','\x50','\x97','\xa2','\x82','\x91','\x85','\xb2','\x91','\xf0','\xea','\xa3','\x7c','\x1b','\xe5','\x99','\xf3','\x3d','\xc6','\xbf','\x37','\xcd','\x84','\x38','\xe4','\xe0','\x3b','\x9c','\xf8','\x9e','\x4b','\xed','\x38','\x63','\x71','\x55','\x88','\x61','\x30','\xf8','\x27','\xef','\xcb','\x9a','\xd9','\x66','\xfd','\x7f','\x85','\x5c','\x9b','\x32','\x7e','\x9b','\x7c','\xf7','\xce','\x30','\x0b','\xf0','\xa3','\x80','\xa5','\x49','\x62','\x20','\xe0','\x03','\x41','\xac','\xe9','\x0c','\xf1','\x6b','\x24','\x76','\x8a','\x48','\x5b','\x39','\x26','\xa8','\x1e','\x28','\xfe','\xc6','\x70','\x90','\x56','\xd5','\x45','\x6a','\x0d','\x08','\x7b','\xeb','\x99','\xae','\x5c','\x78','\x48','\x1d','\xc5','\x9b','\x38','\x7d','\x56','\x3c','\x48','\xf1','\xa7','\x5e','\xf4','\xcf','\xff','\xaf','\x5b','\xf4','\x33','\x98','\xbe','\x88','\x29','\xc4','\x04','\x2d','\x9a','\x79','\x93','\x26','\x9b','\x14','\x1d','\x91','\xf3','\xb0','\xa7','\x63','\xff','\xa8','\x2f','\x7e','\x21','\xbd','\x03','\x5c','\x6e','\xbc','\x21','\xdd','\xcc','\xf2','\xd9','\xa0','\x2c','\x8f','\x8e','\x67','\xf7','\x06','\x97','\xcb','\x17','\x84','\xed','\xa0','\xf2','\x2a','\x81','\x1e','\x22','\x65','\xd2','\xf3','\xaf','\xc9','\xb6','\x97','\xad','\xa2','\x16','\x9e','\xb2','\x25','\xbc','\x61','\x84','\x85','\x2d','\xff','\x80','\x27','\x7b','\xba','\x34','\x46','\x16','\xa5','\xcd','\x3a','\x9d','\xb2','\xc7','\xa6','\x26','\x33','\xdf','\x9d','\xbc','\xcb','\xfc','\xf6','\x14','\xfb','\x57','\x07','\xd8','\xbf','\xb2','\x2f','\x35','\xbe','\xfd','\xdd','\xf8','\x81','\xef','\xa6','\x0f','\x7c','\xf7','\x6e','\xf3','\xd2','\x9f','\x1f','\x58','\x7b','\xf8','\x80','\x83','\x0e','\x2c','\x03','\x89','\x17','\xfa','\xe4','\x5d','\xe8','\x7e','\x64','\xdd','\xf9','\xc8','\x31','\xe7','\x0b','\x5a','\xfd','\xaa','\xad','\x1a','\x3c','\x6c','\xc7','\x6d','\x94','\xd4','\xc0','\x76','\xaa','\xb1','\x0e','\x4d','\x4c','\x6e','\x57','\x53','\x50','\x0d','\x05','\x21','\x77','\x22','\x91','\x28','\x84','\xf2','\xc8','\x30','\x81','\x09','\x13','\x4d','\x35','\x47','\x41','\xa7','\x14','\x8d','\x27','\x5a','\xfb','\xdc','\x97','\xd3','\x7f','\x73','\x05','\xf8','\xbd','\x85','\xe6','\xc1','\xc2','\xe6','\xc2','\xc9','\x56','\x79','\xd3','\xfb','\x2a','\x30','\xfc','\xfa','\xf5','\xb9','\x74','\x43','\x3a','\x81','\x84','\x2e','\x6d','\x9f','\x47','\xf4','\xcf','\x03','\xfc','\xfe','\x80','\xa4','\x1a','\xe3','\xa9','\xc6','\x3e','\x09','\xb9','\x1e','\x9e','\x6f','\x1c','\x4c','\x01','\x16','\x52','\x8d','\xb2','\x1d','\xb8','\x70','\xbf','\x9c','\x22','\x42','\x0c','\x57','\x4f','\xec','\xbb','\x8c','\x52','\x2b','\x4e','\xea','\x4f','\x91','\x78','\x5b','\x0e','\x70','\x6a','\x45','\x64','\xea','\x50','\xe7','\x5e','\x9a','\xb7','\xec','\x5f','\xdc','\xb4','\x6a','\x96','\xc5','\x15','\xe4','\xc3','\xd7','\xb7','\x2c','\x4b','\xc5','\xe6','\xad','\x45','\x71','\x93','\xee','\xe2','\xa5','\x80','\x1d','\x3e','\xea','\x90','\x7d','\x0e','\x49','\x39','\x23','\xc0','\x73','\x08','\x60','\x6d','\x9a','\x80','\xfe','\x80','\xe3','\xf2','\xaf','\x2c','\xd7','\xd3','\x42','\x1c','\xd9','\xf0','\x0e','\xc6','\xbc','\x83','\x77','\x5c','\x5c','\x18','\xb9','\x58','\x1e','\x59','\x73','\x53','\x0d','\x32','\x7a','\x81','\x4c','\x3c','\x0f','\x0a','\xbc','\xfd','\xf7','\x13','\xcd','\xa2','\x58','\x01','\xe1','\xef','\x91','\x7b','\xc5','\xd2','\xee','\x3c','\x97','\xc2','\x51','\xb1','\xa8','\x72','\x5e','\x48','\x8b','\x21','\xcd','\x57','\xa6','\x96','\x82','\x8e','\x7b','\xd5','\x97','\x69','\x39','\x69','\xf4','\x20','\xe4','\xc5','\x49','\x33','\x63','\xbd','\x8e','\x37','\xea','\xd1','\x84','\xde','\xae','\x51','\xa4','\x58','\x1f','\xbd','\x8d','\x49','\x5a','\x1d','\x71','\x96','\x1d','\x1c','\xa5','\x69','\x91','\x11','\xf2','\x46','\x33','\x32','\xe2','\x97','\x06','\xfb','\xa0','\x3c','\x42','\x38','\x20','\x23','\x76','\xea','\xaa','\xb1','\x2c','\x88','\x1b','\x44','\x88','\x52','\x20','\x51','\x5a','\x0a','\xdd','\xb9','\x2a','\x99','\xaa','\x92','\x43','\x55','\x12','\x95','\x16','\x7e','\x58','\xd8','\x58','\x25','\x1d','\xbb','\xbb','\x4b','\x07','\xa6','\x4f','\xef','\xaf','\xc5','\xb4','\x34','\x59','\x7e','\x85','\xce','\xd4','\xf9','\x61','\x65','\xa2','\x4c','\x4b','\x37','\xd0','\xd3','\x1d','\x31','\x8e','\x8e','\xb6','\xb4','\x7a','\x0c','\xe2','\x09','\x3d','\xfa','\x6e','\x94','\x3a','\x11','\xda','\xd2','\xa9','\xa7','\x53','\x07','\xa5','\x7a','\x6f','\x1b','\x38','\xf3','\xa4','\xb0','\x17','\xb3','\x54','\xbd','\x64','\x48','\x97','\xf0','\x72','\x31','\x1b','\x29','\xda','\x17','\xba','\xe5','\x48','\xd9','\x8d','\x94','\xc9','\x25','\x61','\x5f','\x2e','\x93','\x08','\x60','\x24','\xd3','\xfd','\xaa','\x5f','\x7c','\xbc','\xce','\x9f','\x4a','\xf0','\x2f','\xde','\xf9','\x24','\xd9','\x3b','\x3b','\xf2','\xf5','\x27','\x82','\x7b','\x3e','\x71','\xf2','\x72','\xa9','\x18','\x29','\x86','\xf3','\xb9','\x74','\xbf','\x6b','\xe7','\x02','\x2b','\xe7','\x28','\xd4','\x81','\x43','\x22','\x8d','\xc3','\x8a','\x6f','\x7d','\xfe','\x05','\xeb','\xa9','\x1f','\x58','\x9f','\xfb','\x8e','\x55','\xa9','\x2f','\x3d','\x7d','\x53','\x49','\x1e','\xf9','\xfc','\xf8','\x77','\xd0','\xe7','\x7e','\x80','\x3e','\xff','\x03','\x54','\xa9','\x0f','\xf4','\x06','\x07','\x75','\x13','\xd6','\xf1','\x1e','\xe9','\xc3','\x3a','\xde','\xb5','\xb7','\x7a','\x03','\xc5','\x07','\x51','\x7a','\x56','\x5b','\x6a','\x20','\xa7','\x8a','\xfc','\x87','\x26','\xf1','\x9d','\x3f','\xc0','\x77','\xbe','\x80','\xf7','\x3e','\x8f','\xa7','\xa4','\x5f','\x02','\x7a','\x56','\x43','\x75','\xd9','\x72','\x49','\x47','\x62','\x5d','\x7a','\x70','\xbd','\x15','\x09','\xea','\xb2','\x1b','\xa4','\x57','\x97','\x4d','\xa1','\x34','\x7b','\x81','\x92','\x32','\x25','\xee','\x2d','\xce','\xa0','\xc4','\xed','\xf2','\xf8','\x61','\xc3','\x3b','\x0f','\x7a','\x56','\xee','\x0d','\xb7','\x1c','\xf5','\xd3','\x23','\x04','\x2d','\xc4','\xd1','\x9b','\x86','\xd6','\x04','\x72','\x32','\x56','\x0e','\x86','\xdc','\x81','\x43','\x19','\xb3','\x1d','\xf1','\xba','\x65','\x67','\x30','\x9d','\x06','\x5e','\xcf','\xfb','\x10','\x66','\x86','\xe8','\x58','\x08','\xa7','\xb1','\x90','\x06','\x50','\x0a','\xe3','\xf3','\x3e','\x3e','\x5f','\xc7','\x3f','\xc1','\xa5','\x9f','\x94','\x96','\x7e','\xba','\x64','\xc1','\xa6','\xca','\x2b','\xa2','\xc5','\x81','\xcc','\x63','\xd9','\x05','\xdb','\x3a','\x62','\xe1','\x07','\x31','\xfe','\x72','\x1d','\x7f','\x4a','\xbe','\xac','\x8e','\x1b','\x78','\x44','\x7d','\xa2','\x45','\xa8','\xec','\x92','\xf6','\x6a','\x4c','\xf5','\x0e','\xd9','\x42','\xcc','\x0f','\xc1','\x6b','\xbe','\x6a','\x10','\x02','\xd1','\x7c','\x9d','\xfb','\x9a','\xe7','\x23','\xcf','\xd7','\x5a','\xbe','\xb6','\xe6','\xeb','\x05','\x08','\x7d','\xc8','\x3f','\x2d','\xfd','\xdb','\x38','\x09','\x7b','\x2a','\xca','\xb7','\x7d','\x14','\xa1','\xdb','\x5d','\x1f','\xb8','\x44','\x09','\x54','\x24','\xe8','\x99','\x66','\xb6','\xe2','\x1a','\x15','\x97','\xac','\xbb','\x78','\xdd','\xd5','\x97','\x5d','\x4d','\x83','\x63','\x44','\x3e','\x94','\x4f','\xf2','\x5e','\xd9','\xdd','\xb6','\xce','\x9b','\xfa','\x8c','\x3b','\x96','\x37','\x70','\x0d','\xbc','\x1e','\x59','\xe2','\x98','\xa3','\x4f','\x40','\x55','\xb5','\x9e','\x02','\xa8','\x9a','\x82','\x53','\x80','\xe4','\xa9','\xd8','\x5b','\x2b','\x62','\x59','\x9c','\x44','\xc0','\xdb','\x89','\x69','\x4a','\x9c','\xa4','\xe2','\x88','\xb7','\x1c','\xb9','\x96','\x94','\xaa','\x20','\x7d','\xc6','\xe7','\x11','\x3f','\x81','\x78','\x8d','\xda','\xaf','\x77','\x39','\x2f','\x70','\x5e','\xe3','\x72','\x8e','\xbd','\xe6','\x59','\x55','\x07','\xc7','\x10','\xb6','\x22','\x22','\xe8','\xf3','\xc3','\x15','\x79','\x49','\xce','\xc2','\x68','\x96','\xc6','\xfa','\xfb','\x72','\x68','\x3f','\x84','\x26','\x6d','\xc1','\xec','\x14','\x18','\x05','\xf2','\xf3','\x83','\x3f','\xa4','\x79','\x76','\x0b','\xa6','\x00','\x55','\x89','\x3c','\xdd','\x30','\xc7','\xa0','\x15','\x14','\x32','\xd0','\x90','\x66','\x8b','\x57','\xc8','\xb4','\x18','\x90','\x03','\xa4','\x37','\xcd','\x98','\x2d','\x6d','\x82','\xcb','\x8c','\xac','\x4b','\xac','\x01','\x3c','\xa6','\x30','\x45','\xd7','\x7f','\x49','\xbd','\x39','\xc3','\x83','\xfc','\x44','\xd6','\x86','\x3a','\xf1','\xdd','\xfd','\x26','\x6e','\x9c','\xe3','\x1b','\x2a','\x2c','\xaf','\x2e','\x78','\x7f','\x10','\x76','\x58','\x00','\x63','\x44','\x2f','\x78','\x38','\x51','\x23','\x18','\x68','\x99','\xeb','\x9e','\x2a','\xf9','\x8d','\xa9','\x6b','\x8a','\x20','\xe0','\x6e','\xbf','\xd3','\xd4','\xe5','\x77','\xb1','\x0b','\x29','\x57','\xfc','\xe6','\x96','\x27','\xb5','\x5b','\xeb','\xf6','\x16','\xa5','\x1d','\x9d','\xae','\xb5','\x40','\xd6','\x72','\xde','\x13','\x41','\xa8','\x6f','\xe9','\x67','\x5e','\x17','\xf2','\x08','\x83','\x96','\x1f','\x0e','\xe8','\x3c','\xd8','\x87','\x96','\x07','\x98','\x5f','\xaf','\x2f','\xbc','\x53','\x3f','\xf1','\xe5','\x7a','\x4d','\xc3','\x5c','\x27','\xf6','\x2f','\x09','\x8f','\x2e','\x72','\x4a','\x0d','\x04','\xe7','\xc9','\xb4','\xbd','\x3c','\xf2','\xf6','\x23','\xaf','\x04','\xa1','\x36','\x11','\x2d','\xc2','\x3c','\xa4','\x8e','\x9f','\xe9','\xf8','\x39','\xc7','\x7f','\xc6','\xf1','\x5f','\x72','\x7c','\xb3','\x0d','\xe3','\x9c','\x03','\x74','\x08','\xf3','\x2d','\x79','\xc4','\xb9','\x15','\x92','\x3b','\x45','\xcc','\xbf','\x5b','\x64','\x71','\x69','\x01','\x21','\x83','\x39','\x84','\xb5','\x40','\x6a','\x8d','\x39','\x28','\xa7','\xe2','\xe1','\xf3','\x4a','\xd7','\xfa','\x72','\x58','\xc5','\x1f','\xb6','\x64','\xe5','\x58','\x14','\xa4','\x15','\x42','\xf5','\x44','\x4e','\xc7','\xeb','\x42','\x5e','\x12','\x43','\x81','\x82','\xee','\xae','\xbc','\xaf','\xe3','\x08','\x28','\xf8','\x99','\x76','\x89','\x72','\x9b','\x15','\x2d','\xee','\x5a','\x22','\x38','\x1e','\x8a','\x59','\x85','\x58','\xe8','\x5a','\x27','\x16','\xad','\x1a','\x91','\x4e','\xfd','\x92','\x12','\xac','\xac','\x40','\x2e','\xdb','\x81','\x12','\x2b','\xd0','\x61','\x36','\x91','\x37','\x0e','\xfa','\xb4','\xe9','\x5a','\x1a','\xca','\x09','\xe6','\x21','\xc4','\x1a','\xb6','\xce','\xc9','\xb4','\x54','\xeb','\x1c','\x85','\x4c','\xab','\xdf','\x46','\xc1','\x02','\x7f','\xc4','\xe2','\x63','\x16','\xef','\xce','\xf3','\xda','\xc2','\x62','\xf1','\xc4','\x91','\x50','\xe5','\x40','\xc9','\xb7','\xf6','\x75','\x0f','\x98','\x72','\x8e','\x5e','\x53','\xbd','\x00','\xce','\x20','\xfd','\x8b','\xd2','\x3f','\xf1','\x50','\xed','\xa4','\xe6','\xa5','\x8f','\x22','\x12','\xd5','\x10','\x94','\xe7','\x54','\x60','\x79','\x21','\x55','\x28','\xe3','\x2d','\xbc','\xc2','\x3e','\xf6','\xd5','\x35','\xf8','\xb0','\xad','\x4d','\x5a','\x4d','\xb4','\xd2','\xb8','\x1f','\xf7','\xdb','\x45','\x11','\x07','\x69','\xc7','\xcc','\x76','\xfb','\xce','\xed','\xce','\x59','\x21','\xb4','\x7a','\x64','\xa0','\x42','\x40','\xd5','\x3e','\x78','\x2b','\xcf','\xfc','\x65','\x74','\x75','\x97','\x59','\xd5','\x37','\x9f','\x10','\x7e','\xaf','\xee','\x69','\x88','\xef','\x58','\x00','\x6f','\xac','\x7a','\x1b','\xc8','\xec','\x17','\xb8','\xfd','\x3d','\x74','\x7a','\x7f','\x47','\xfc','\x67','\x9b','\x4b','\xf3','\x3e','\x65','\x86','\xef','\x57','\x87','\xd8','\x43','\xaf','\xd9','\xcd','\x6d','\xfb','\x25','\x5d','\xc5','\xf6','\xff','\xd1','\xe1','\x9e','\x17','\xc2','\xf6','\xbc','\x05','\x4f','\x95','\x50','\x41','\x90','\xc7','\x1b','\x16','\xb7','\x24','\x2a','\xbe','\x1a','\xa5','\xea','\x53','\x0f','\x69','\x50','\x20','\xb8','\x73','\xe9','\x40','\x27','\x7f','\x20','\x95','\x0f','\x7f','\xfa','\x3d','\xfa','\x0e','\x84','\x7d','\x73','\xb2','\xe4','\x00','\xe4','\xce','\xa4','\xd9','\x1d','\xcd','\xe6','\x6f','\x16','\xc0','\xb8','\x8f','\xf0','\xfc','\xdb','\x3c','\x9f','\xbb','\x9c','\xcf','\x9d','\xaa','\xbe','\xfd','\x30','\x27','\xcf','\x16','\x6b','\xa6','\x23','\xdf','\xfe','\x7b','\x9c','\x27','\x61','\x50','\xd8','\xcb','\x52','\x14','\x20','\xc4','\x47','\x53','\xf4','\x3e','\x89','\x0b','\x9d','\xa7','\x1c','\xb4','\x90','\x25','\x65','\x33','\x68','\xaa','\x92','\x34','\x32','\x5c','\x92','\x36','\x18','\x00','\x17','\xa5','\x40','\xd2','\x49','\xd2','\xd2','\xd3','\xda','\xab','\x54','\x73','\xe9','\xf2','\x69','\x60','\x95','\xac','\x3b','\xbf','\xbb','\xbe','\xfa','\xe9','\xbf','\x7d','\xfe','\xd3','\x5e','\xf3','\xd3','\xde','\xe6','\xec','\xdf','\xce','\x6e','\xfe','\xd5','\x97','\x36','\xff','\xea','\x9e','\xcd','\xbf','\xfd','\x12','\x5d','\xfe','\x46','\xaa','\x9e','\x4c','\x21','\x7d','\x6f','\x04','\xd1','\x7d','\x06','\x4d','\xb9','\xf4','\xfc','\x77','\x68','\x63','\x7f','\xaa','\x91','\x4f','\x5d','\x68','\xd3','\x64','\x0b','\x34','\xab','\x08','\xa7','\xc9','\x36','\x4d','\x43','\x0f','\x91','\xbd','\xcc','\x15','\x76','\x40','\x7f','\xee','\xd2','\xf9','\x1e','\x52','\x0b','\xdd','\xf1','\x13','\x8b','\x9d','\x1a','\x39','\x59','\x75','\x67','\x95','\xf1','\x03','\x37','\x08','\x76','\x28','\x29','\x52','\x52','\x83','\xc8','\x2f','\x1b','\xcf','\xc9','\xc9','\xa5','\x41','\xdd','\x90','\xfd','\x4e','\x9f','\x4a','\x37','\xa6','\x38','\xe7','\x55','\x83','\xce','\xa5','\xc1','\x81','\xf8','\x3f','\x29','\xfd','\x3c','\xa5','\x15','\xe9','\x4a','\xad','\x65','\x5a','\x17','\xa1','\x23','\x15','\x2f','\xaa','\xe3','\xc5','\xb1','\xd6','\x5a','\x50','\x69','\x9c','\xac','\x64','\x8a','\x73','\x09','\xb4','\x80','\xfb','\x76','\x2f','\x60','\xc4','\x85','\xba','\xe9','\xc1','\xc3','\x71','\xc2','\xf6','\xb9','\x2c','\xdd','\x64','\x47','\x9a','\xec','\x60','\xb2','\x7d','\x90','\xb0','\x05','\xc2','\x20','\xde','\x3b','\xec','\x0d','\x26','\xdb','\xe1','\x60','\x3b','\x9e','\x80','\xd0','\xc8','\x39','\x2a','\xae','\x77','\x81','\x1d','\xa4','\x30','\x4e','\xe9','\xbe','\x06','\x4d','\x5f','\xef','\x1c','\xd9','\xa4','\x07','\x29','\x60','\x81','\xd2','\x32','\xa5','\x6e','\xa6','\x03','\x2f','\xe8','\x8b','\xa0','\x92','\x90','\xff','\x13','\xc6','\x9f','\xa5','\xa1','\x3b','\xa1','\xf2','\x29','\xd0','\xb8','\x2d','\x4a','\x5e','\x05','\xf1','\xc9','\x71','\xca','\xf6','\x35','\x58','\x7a','\x93','\x1d','\xb9','\xde','\x3e','\x48','\xd9','\x41','\x8a','\xe0','\x3c','\x19','\xa5','\x27','\x33','\x0c','\x75','\xda','\xde','\x3e','\x98','\x83','\x22','\x02','\xd5','\x1f','\x01','\x63','\xb9','\x15','\xfe','\x12','\x83','\xc2','\x50','\xf4','\x0d','\xfb','\x8d','\x30','\x55','\x07','\x13','\x18','\x0a','\xed','\xb5','\x8b','\xa5','\xe5','\x8b','\xcf','\x55','\x98','\x95','\x37','\xac','\x29','\x5a','\xc2','\xe9','\x7a','\x34','\x39','\x1e','\x4f','\x10','\x86','\x0d','\x0d','\xd1','\x9c','\x97','\x79','\xc7','\xc9','\x6b','\xce','\x7e','\x69','\xe0','\xe5','\x81','\x6b','\x47','\x4e','\x61','\x7a','\x39','\x3a','\x1a','\x7d','\xc3','\xfc','\x3b','\xef','\x99','\x55','\xef','\x25','\xc7','\x33','\xdb','\x5e','\x6e','\xf9','\x62','\x08','\xf3','\x2d','\x96','\x5b','\x31','\x72','\xa7','\x68','\xae','\x9e','\x36','\xff','\x0e','\xf4','\x8d','\xa5','\x57','\xda','\xab','\xc7','\x17','\x01','\xee','\x33','\x87','\x1d','\x45','\xe0','\xec','\xe9','\x78','\xe8','\xf8','\x0e','\x65','\x03','\xf7','\xf3','\x68','\x60','\x2c','\xef','\xcc','\xa3','\x81','\x44','\x9e','\x7c','\x3e','\x9b','\x96','\x73','\x40','\x9a','\x0e','\x16','\x28','\x27','\xa8','\xb6','\x8d','\x4e','\x51','\xe9','\x81','\x0c','\xea','\x1d','\x94','\xac','\x1f','\x9c','\x47','\x74','\xc3','\xf3','\xbc','\x2d','\x44','\x0d','\x3b','\x8c','\x14','\x19','\xa9','\x49','\xef','\xb7','\xc0','\xc7','\xc7','\x1c','\x3c','\x41','\xea','\xa9','\x40','\x8c','\xb8','\x20','\x63','\xae','\x75','\x03','\xcd','\xf5','\x97','\x5d','\xbf','\xe2','\xfa','\xb9','\x6e','\xf0','\x31','\xf0','\x97','\xf1','\x1d','\xe7','\xac','\x3d','\x17','\x6e','\xee','\x69','\x58','\x29','\x89','\x0b','\x5b','\xb9','\x86','\xf5','\x56','\xc3','\x7a','\x46','\x0d','\x72','\x8e','\xbc','\xae','\xf8','\x7e','\xe7','\x68','\xca','\x21','\x7d','\x9e','\x8c','\xdc','\x98','\xbb','\x20','\x67','\x5c','\x42','\x8e','\x0b','\x1c','\x69','\xe9','\xc7','\x4f','\x19','\xad','\x08','\x6b','\x46','\xed','\x20','\x5a','\x71','\xc8','\x6b','\xab','\x7b','\xec','\xee','\x5e','\xa0','\xec','\x3a','\xed','\xca','\x2a','\xe8','\x93','\xa8','\x31','\xab','\xa8','\xfe','\x7a','\x1c','\x74','\x0b','\x61','\x35','\xb4','\x86','\x88','\x70','\x1c','\xe4','\xe8','\xa8','\x32','\xfb','\x94','\x38','\xf5','\x70','\x9b','\x96','\x5f','\x8f','\x25','\x3f','\xde','\x1d','\x3b','\x58','\x1b','\x63','\xc5','\x3c','\x45','\xd5','\x8c','\xb6','\x92','\x48','\x00','\xef','\x16','\x6d','\xf3','\x13','\x7a','\xf0','\x55','\x11','\xd3','\xed','\x93','\x41','\xef','\xf3','\x7c','\xb1','\x82','\xec','\xb7','\x3c','\x4b','\x15','\x72','\xda','\x37','\x30','\xaf','\x0a','\x6e','\x81','\x1d','\x65','\xbf','\x21','\x3f','\x25','\x88','\xa3','\x59','\x1c','\xd9','\x6d','\xd8','\xa0','\x0c','\x25','\x81','\xb8','\x53','\x0c','\x4d','\x62','\xba','\x5f','\x1e','\xd8','\x46','\xc9','\x4e','\xa6','\x57','\x49','\xd0','\x27','\x3d','\x16','\x7b','\x96','\x9e','\x0e','\x05','\xe0','\x10','\x71','\x1d','\x71','\x68','\xca','\xa1','\x39','\xd1','\x59','\x0f','\x73','\x4a','\xa2','\x33','\x48','\x2e','\x85','\xe3','\x5d','\xf1','\xc3','\x43','\x23','\x68','\x7f','\xdc','\xeb','\xc5','\x0f','\x77','\xaf','\xff','\xef','\xb7','\xe6','\xef','\xa8','\xbf','\x20','\x4e','\x45','\x9d','\x61','\x78','\x33','\xba','\xac','\x9d','\xde','\x10','\x57','\x7b','\xab','\x8a','\x70','\xd4','\x54','\xe5','\xaa','\xd0','\x9b','\xf7','\x20','\xb7','\x41','\xc4','\x7b','\xe7','\x39','\xde','\x0f','\x66','\xae','\xf2','\xe2','\xb9','\xec','\xa5','\xd7','\xbb','\xcc','\x52','\x84','\x70','\x8b','\xf4','\x06','\x21','\x91','\x52','\xdc','\xe2','\x78','\xc2','\x60','\x91','\x21','\x0a','\x6d','\xdf','\x34','\x41','\xcc','\x97','\xe3','\xa3','\xb1','\xaf','\xc7','\xeb','\x55','\xb7','\x99','\x27','\x57','\xa7','\x91','\x41','\xcc','\x60','\x8f','\x8e','\x8c','\x15','\x24','\x3f','\xcb','\xa2','\x8f','\xca','\x3e','\x24','\xb6','\x1e','\x27','\x74','\xf1','\x5f','\xb2','\x85','\x9f','\xb2','\x85','\xbf','\xe4','\xe5','\xac','\x57','\x3e','\xd6','\x76','\x75','\x93','\x90','\x71','\x52','\x0b','\xeb','\x10','\xc3','\x08','\x76','\x18','\x45','\x57','\x62','\x84','\x14','\xc2','\x6f','\xbb','\xae','\xc9','\xad','\x11','\xec','\x41','\x10','\x1b','\xe2','\x2d','\xa1','\xc7','\xb4','\x51','\x14','\x37','\xb2','\x04','\x17','\x1e','\x77','\x33','\x76','\x23','\x51','\x69','\x49','\x83','\x1a','\x55','\x2e','\x2d','\xd9','\x2b','\xb8','\xf2','\xa7','\xa5','\xca','\x1f','\x4f','\x56','\xbe','\x39','\x6d','\x7f','\x73','\xfa','\xa9','\x15','\x0c','\x42','\x25','\xff','\xe9','\x6e','\xf1','\xee','\x4d','\x92','\xb7','\xc8','\xfe','\x12','\xd0','\xed','\x32','\x47','\x09','\x96','\x0b','\x18','\x32','\x3d','\x02','\x85','\x6c','\x21','\x05','\x42','\xc1','\xdc','\x1e','\xd7','\x41','\x85','\x75','\xc7','\x33','\x80','\x4a','\x1f','\xc7','\x96','\x9d','\x27','\x96','\x9d','\x15','\xcd','\x89','\xa3','\x6c','\x62','\x7f','\x81','\x98','\x6b','\xff','\xf8','\x00','\x33','\xbf','\x3d','\x99','\x33','\xed','\xfb','\x27','\x8a','\x1f','\x9b','\x70','\x3e','\x66','\xa2','\xdc','\x01','\x9c','\xfb','\xb6','\x2d','\x0e','\xa0','\x67','\x4c','\x27','\x97','\x45','\x1f','\x43','\xe8','\x63','\x66','\xf7','\x63','\x53','\xe5','\x10','\xb9','\xa9','\x72','\x45','\xe1','\x09','\x21','\xea','\xb7','\xeb','\x37','\xba','\xcb','\x05','\xeb','\x25','\x0e','\x76','\x5a','\x41','\x2a','\x14','\xb0','\x23','\x0e','\x60','\x44','\x09','\x3d','\x1e','\x64','\x6e','\x42','\xd5','\xd7','\x7e','\x4c','\x4a','\x87','\xbb','\x22','\x00','\xbd','\x39','\xea','\x93','\x51','\x4c','\xcc','\x5f','\x75','\x9f','\xa9','\x93','\x97','\xea','\xc4','\xbc','\xd9','\xeb','\x37','\x9a','\x3b','\xc5','\xcc','\xb7','\xd7','\x72','\x2b','\x2c','\x57','\x9f','\x92','\x30','\xbb','\xd2','\x49','\x30','\x19','\x1f','\x97','\x8b','\xb3','\x1d','\xaa','\x4f','\xdb','\x02','\x74','\xf0','\xfe','\xc4','\x45','\x66','\x80','\x72','\x2e','\x56','\x22','\x93','\xd0','\xfd','\x64','\x78','\x9c','\xff','\xb3','\x52','\xec','\xa2','\x1d','\x3b','\x67','\x8d','\x48','\xc8','\xf5','\xe8','\xac','\x95','\x7b','\x7e','\x69','\xbd','\x2e','\xef','\xcd','\x1e','\x15','\x67','\x67','\x49','\x4b','\xe8','\x33','\x0e','\x53','\xa7','\x6e','\x1f','\xc7','\x93','\x73','\xdb','\xeb','\x24','\xd1','\x78','\x4d','\xce','\x1a','\x87','\x14','\xa5','\xa5','\xa1','\x8a','\x40','\x89','\x84','\xbc','\xa1','\x94','\x68','\x76','\x98','\xe5','\x97','\x7b','\x2f','\xf4','\x89','\xe8','\x75','\x4e','\xe9','\x92','\x64','\x82','\x8c','\x5d','\x25','\x63','\x8c','\xe4','\xd3','\x64','\x83','\x0c','\xeb','\xa6','\x92','\xfd','\x59','\x62','\xfe','\x70','\xef','\x01','\x96','\x3a','\xc0','\x46','\xe5','\xf7','\x75','\xc9','\xce','\x4e','\x14','\xed','\x3f','\x71','\xca','\x26','\x72','\x0f','\x60','\x72','\xc0','\xb6','\xbf','\x8d','\x88','\xe9','\x90','\x2c','\xb4','\x28','\xf9','\xea','\xa5','\xee','\xe3','\xdf','\x2d','\x3f','\x35','\x55','\xfe','\xe2','\x54','\x99','\x4c','\x95','\x47','\xbe','\x5b','\x0e','\xa6','\xca','\x27','\x05','\xf0','\x13','\xfe','\x3e','\x1e','\x1a','\xae','\x68','\x20','\x3e','\x36','\xac','\xcf','\xb6','\x6b','\x1c','\xea','\x15','\xbc','\xe7','\x79','\xb6','\xdb','\x10','\xa8','\x1e','\x04','\x7f','\x88','\x01','\x3f','\x91','\xa8','\x57','\x1a','\x7e','\x85','\xde','\x9c','\xa3','\xd6','\x42','\x4f','\xf3','\xf6','\xfd','\xce','\x33','\xac','\x17','\x07','\x3a','\x69','\x0c','\x73','\xa6','\x34','\x72','\x0f','\x61','\x3e','\xaf','\x7a','\x19','\x6c','\xc8','\x37','\xb3','\x65','\x81','\x8a','\x82','\xca','\xa3','\x9d','\x42','\xf6','\x86','\x53','\x59','\x21','\x95','\x33','\x41','\x15','\x93','\x39','\xb9','\x93','\xc5','\xe9','\xbc','\xc1','\x4e','\x64','\xb3','\xf3','\xa8','\x68','\x3d','\x80','\xe7','\xf2','\xa2','\x9a','\xc7','\x43','\x08','\x9e','\xce','\x63','\x2b','\x8f','\x79','\x0f','\x41','\x38','\x50','\x76','\x42','\x83','\x5c','\xeb','\x8a','\x1b','\x94','\xe8','\xb4','\xbc','\x41','\x61','\x26','\x7b','\x08','\x70','\xad','\x6b','\x37','\x09','\x97','\xb8','\xd6','\xe5','\x1e','\xb7','\xbd','\xf9','\x85','\xeb','\x01','\x74','\x9b','\xf2','\xb9','\x7c','\x5f','\x04','\xcf','\x41','\xc2','\xa2','\xdf','\x9f','\x08','\xab','\x7c','\xe5','\x48','\xdc','\x23','\xab','\x3e','\xbd','\x26','\xee','\xde','\xc4','\x93','\x2c','\x5a','\x3a','\x44','\x2f','\x5d','\xe9','\x6e','\xeb','\xca','\x82','\xa8','\x2c','\x04','\x09','\x4c','\x9f','\xb0','\x2b','\x41','\x0e','\x13','\x56','\x87','\x86','\x5d','\xf2','\x8e','\xef','\x5a','\xa4','\x76','\xbc','\x5b','\xc4','\x64','\xd7','\x79','\x8c','\x4d','\x9c','\xa5','\xd1','\xcf','\xbe','\x4c','\xeb','\xa0','\x19','\x4e','\xf1','\x24','\x74','\x8c','\xc5','\xb1','\x8e','\x2a','\x40','\x43','\x93','\xbe','\x5c','\x1b','\x7b','\x6d','\x79','\x07','\x30','\xe1','\x2f','\x92','\x5b','\x74','\xec','\x3d','\x1b','\x8a','\x58','\xbd','\x01','\xa4','\xd5','\xad','\x17','\x3d','\xcd','\xf3','\xa0','\xdf','\xcd','\x9a','\x07','\x55','\x7b','\x69','\x4f','\x87','\xee','\xb6','\x97','\x09','\xba','\x4c','\xd1','\x06','\x83','\x06','\xba','\x4b','\xbd','\x82','\xf1','\x13','\xca','\x01','\xf4','\x15','\x55','\x12','\x34','\x4b','\xdb','\x23','\xc2','\x86','\x42','\x45','\x88','\x32','\xf6','\x34','\xf1','\xa5','\xed','\x1c','\x25','\xef','\xe9','\xa7','\x0c','\xf3','\xd9','\x06','\x94','\xb6','\xbe','\x58','\x44','\xb8','\xa0','\xd2','\x94','\xb4','\x34','\xb6','\x6b','\x56','\xf1','\x61','\xd5','\x8e','\x2d','\xab','\xce','\x52','\x54','\xfd','\x41','\xe1','\xaf','\xec','\xe4','\xc5','\x45','\xb3','\x9e','\x4e','\x5b','\x13','\xa3','\x8a','\x1a','\xa7','\xa1','\xc3','\xef','\x78','\x4c','\x2e','\x86','\xbf','\xc1','\x53','\xa3','\x62','\xea','\x2e','\x9a','\xff','\x25','\x9d','\xfa','\x7f','\x19','\xf7','\x8c','\x1a','\xfb','\xdb','\x6b','\x73','\xc6','\xc5','\x87','\x0d','\xfe','\xd9','\xb6','\x78','\x7e','\xf4','\x5b','\xf1','\xbb','\xa1','\xbe','\x12','\x3a','\x2a','\x5f','\x0a','\x76','\xed','\x6c','\x63','\x08','\x09','\x47','\xe5','\x74','\x7a','\x77','\x69','\x0f','\x29','\x97','\x8f','\x43','\xf3','\x94','\xb9','\x1a','\x9d','\x2b','\xb2','\xb0','\x49','\x82','\xad','\xa3','\xa3','\xbb','\xf5','\x2a','\xcd','\xf6','\x02','\x63','\x0b','\xa0','\x3d','\xd5','\x0e','\x2d','\xd2','\x7d','\xdd','\xe0','\xbf','\xb9','\xfe','\x53','\xae','\xff','\x78','\x57','\xb5','\x02','\xd4','\x9d','\xd4','\x46','\x6c','\x74','\x45','\x3a','\xdd','\x78','\x62','\x05','\x1f','\x5b','\xc1','\xcb','\x22','\x90','\x76','\xe5','\x8c','\x41','\xed','\x0b','\xdb','\xbd','\x20','\xab','\xaa','\x17','\xa4','\x3d','\xfc','\x30','\x15','\xad','\xa6','\x62','\x76','\x2a','\x51','\xa5','\x8d','\x2a','\xbd','\x58','\xa5','\x5e','\x95','\x16','\xa1','\xb5','\x45','\x8a','\xd9','\xe3','\x05','\xde','\x01','\xbd','\x5c','\xb8','\x4c','\xe9','\xdd','\x1b','\x53','\x2f','\xaf','\xba','\x33','\x2e','\xa4','\xb6','\x63','\x30','\x18','\x92','\x88','\x8e','\x21','\x9a','\x47','\x74','\x23','\x34','\x18','\x45','\x27','\xb4','\x1c','\xe5','\xc6','\x27','\xba','\x84','\x8c','\x05','\x5f','\x95','\xe6','\xf1','\x26','\x3a','\x38','\x0b','\x6c','\xa2','\x23','\x27','\xd1','\x7f','\xdb','\xc4','\xe5','\x0b','\x82','\xa4','\x1a','\x11','\xad','\xa1','\x2f','\x37','\xf6','\xe7','\x1a','\xe6','\x3b','\x0d','\x95','\x4f','\x07','\x98','\x6f','\xc9','\xe3','\x5e','\x40','\x7e','\xcc','\xfc','\x65','\x86','\x91','\x44','\x4f','\x8f','\xf1','\x74','\x96','\x6d','\xb1','\x5c','\xb3','\x98','\x3b','\x1b','\xe4','\x1b','\xc5','\x8f','\xfd','\x2f','\xdd','\xfb','\x57','\xe5','\xb8','\x9b','\x93','\x47','\x18','\x00','\x83','\x31','\x27','\xda','\x39','\x87','\x4d','\x88','\x36','\x58','\x73','\xa2','\x7d','\xcc','\x61','\xc7','\x44','\xdb','\xe1','\x9e','\xd6','\x3e','\x92','\x04','\x55','\xea','\x9e','\xae','\x23','\x9c','\xea','\xf5','\x02','\xb4','\x3a','\xf5','\x1f','\xce','\x9d','\x85','\x22','\x97','\x7c','\x1a','\x70','\xf8','\xe0','\xfc','\x83','\x4f','\x04','\x79','\xc2','\x43','\xec','\x27','\xf3','\xfb','\x93','\x41','\x95','\xf0','\x19','\x85','\x15','\x32','\xa7','\x27','\xa1','\x5e','\x06','\xe6','\xd0','\x75','\x61','\xb7','\xa4','\xd1','\xee','\xa0','\x3d','\x04','\x25','\x03','\xb4','\x00','\x8d','\xb5','\x53','\x2e','\x28','\xa5','\xc3','\xd1','\x1d','\x1a','\xbf','\x48','\x72','\x7f','\x46','\x72','\x4d','\xb2','\xff','\x6c','\xb7','\x12','\x45','\xc5','\x18','\x73','\x12','\x04','\x62','\xa2','\x1c','\xeb','\xd2','\x15','\xf8','\x2d','\x61','\x77','\x98','\x51','\xcc','\xc6','\xbf','\x54','\x22','\x55','\x41','\x66','\x70','\x76','\x05','\x9b','\xef','\x62','\xb6','\x12','\xb0','\x1b','\x38','\xb7','\x01','\x02','\x17','\x47','\x66','\x02','\xf6','\x2c','\x86','\x87','\x2b','\x78','\x7a','\x3f','\xce','\x3e','\x18','\x64','\x9f','\x41','\xfc','\xb5','\xab','\xc7','\x56','\xea','\x25','\xac','\x37','\xa8','\x0e','\x1a','\x15','\xef','\x2a','\xa6','\xb7','\x93','\xfd','\xd8','\x54','\xe9','\xf0','\xbb','\xe2','\x50','\x1e','\x87','\x38','\xfc','\x76','\x30','\x3c','\x96','\x67','\xf8','\xc7','\x2b','\xf8','\xbe','\x3f','\xc5','\xf7','\xfd','\x31','\xfe','\xfc','\x37','\x83','\xc7','\xce','\xa3','\x7f','\x76','\xfe','\xea','\xd7','\x56','\xea','\x1f','\xae','\x83','\x06','\xc7','\x7b','\xd6','\xcb','\xa4','\xa1','\x11','\xad','\x34','\xab','\x3d','\xf5','\x82','\x18','\x65','\x18','\xe4','\xf7','\xd1','\x2d','\xe8','\x53','\x52','\xb7','\xfb','\x4e','\xf6','\x04','\xbd','\x07','\xc2','\xda','\x05','\x9d','\xce','\x8a','\x6e','\xc3','\x50','\x6d','\x34','\xe3','\x12','\x9c','\x46','\x3d','\x1a','\x53','\x75','\x0d','\xf2','\x48','\x3c','\x4a','\x6b','\x94','\x99','\xd4','\x1b','\x1f','\x93','\x3e','\x93','\xca','\xcc','\xe8','\x8a','\x4f','\x82','\x55','\xa3','\x4c','\x1a','\x45','\x2c','\x8e','\xaf','\x89','\x9e','\x73','\x47','\x8a','\x9c','\xd8','\x6d','\x48','\xa9','\x2a','\x50','\x89','\x6a','\xcb','\xe0','\x97','\xa1','\xcf','\x35','\x8f','\x14','\xb9','\xee','\xd8','\x02','\xb6','\xf2','\xf4','\x70','\x31','\x69','\x4f','\x24','\x7c','\x57','\x7b','\xac','\x88','\x06','\x65','\xc5','\x03','\xa9','\x81','\x5b','\x5f','\x20','\x8f','\xc3','\xfa','\xd8','\xdb','\xe2','\xd8','\xfb','\xe9','\xb0','\x18','\xa6','\x76','\x0a','\xa4','\x74','\xe5','\xe2','\x06','\x55','\xd8','\x97','\x13','\xd7','\x6f','\x04','\xbb','\x5f','\xbf','\xb1','\xdd','\x89','\x6f','\xbb','\x0d','\x99','\x70','\x76','\x0e','\x94','\x69','\xe4','\x38','\x20','\x50','\x97','\x96','\x56','\x44','\x81','\xa4','\x2e','\xe4','\x85','\xef','\x0d','\x17','\xc6','\x22','\xb4','\x23','\x59','\xcf','\x40','\xd0','\x16','\x55','\x1d','\x25','\x90','\x58','\x4b','\xc0','\xe3','\x5e','\xd5','\x30','\x70','\x39','\xba','\x3b','\x44','\xc9','\x92','\x1d','\x35','\x90','\xaf','\xd1','\xdb','\xa0','\x0e','\xd0','\xe3','\x8f','\xf5','\x84','\x98','\x52','\xcb','\x8e','\x5c','\xd3','\x7a','\x0d','\xe8','\x2f','\x74','\x73','\x0d','\x28','\x6a','\x81','\x16','\x06','\x71','\x56','\x85','\x06','\x47','\x0f','\xff','\x57','\x5b','\x34','\x55','\x9d','\xdf','\x07','\x32','\xdd','\xb1','\x06','\x19','\x6d','\x90','\x89','\x0b','\x5d','\x8f','\x92','\x1d','\x56','\x5c','\x21','\xea','\xb1','\xab','\x61','\xf2','\x05','\xde','\xd8','\x86','\xfc','\x50','\x9e','\xd2','\xa9','\xee','\x09','\x47','\xec','\x92','\x8c','\xe8','\x29','\x45','\xc4','\x40','\x17','\x62','\xb8','\x4e','\xf3','\xb9','\x1e','\x97','\x72','\x40','\xad','\x6c','\x42','\xd7','\xa4','\x79','\x62','\xcd','\x2b','\xea','\x8e','\x84','\x2a','\xd8','\xe4','\x95','\x16','\x97','\xfb','\xab','\xd6','\x42','\x7a','\x01','\x25','\x32','\x2a','\x57','\x29','\xd7','\x67','\x2f','\xb6','\xdc','\x42','\x7f','\xe0','\xa0','\xf1','\x50','\x9c','\xbc','\x7d','\x24','\xcb','\x54','\x04','\x4f','\xbd','\x07','\xb9','\xa3','\x5d','\x09','\xb3','\x4b','\x90','\x3f','\xfd','\x80','\x12','\x0f','\xd8','\x50','\x45','\x2a','\x7d','\x2c','\xea','\x30','\xad','\x51','\x3c','\x9d','\x4d','\xc0','\x57','\x50','\xfb','\x67','\x74','\x75','\xa2','\xd1','\xcc','\xd3','\xd9','\xbb','\x29','\xbb','\x83','\x3e','\x12','\xff','\x66','\x60','\xff','\xc4','\x2f','\xfc','\x24','\x9b','\x85','\xde','\xa3','\x77','\x42','\x6d','\x05','\x24','\xbc','\x0b','\x69','\xc2','\xc6','\x40','\xab','\xd5','\x33','\x36','\x4e','\x31','\xff','\x72','\x36','\x0d','\x71','\xa1','\x15','\x27','\xd1','\xcf','\x56','\xf4','\x76','\xd3','\x38','\x3c','\x6c','\xa9','\xad','\x3f','\xae','\x40','\x92','\xa2','\x1b','\x0b','\x15','\xec','\x21','\x82','\x84','\x74','\x62','\xec','\x27','\x64','\x3f','\x2a','\x55','\xd1','\xc7','\x37','\x06','\xc1','\x28','\x79','\xe5','\xa1','\x26','\x4d','\x51','\x1d','\x38','\x26','\x95','\xab','\x23','\x6a','\xb6','\x84','\x3c','\x4f','\x25','\xad','\xe6','\x92','\x97','\xdc','\xa4','\xd9','\xed','\x86','\x24','\x4f','\xb3','\x0b','\xcf','\x84','\x24','\xba','\x7e','\x7e','\x30','\xd4','\x55','\x83','\x6d','\x27','\xce','\x55','\xd8','\x84','\x93','\x26','\x17','\x6f','\x72','\x25','\x8f','\x06','\x90','\xfb','\xd4','\x3e','\x97','\xa7','\x9b','\xfc','\x48','\x93','\x1f','\x24','\x80','\x05','\x68','\xd1','\xc8','\x55','\xaa','\x60','\x0e','\x60','\xcc','\x41','\x02','\x8c','\xdb','\x23','\xce','\xd1','\x7e','\x9d','\x14','\x86','\x76','\x8d','\x0d','\x24','\xfe','\x8f','\x02','\x9d','\x94','\xab','\xc5','\xa1','\xd4','\x85','\x20','\xe3','\x33','\x28','\x4e','\x3c','\xd3','\x56','\x25','\x8a','\xdb','\x83','\x5c','\x7d','\x3a','\x77','\x49','\xe4','\x4e','\xa3','\xfd','\x31','\x43','\x9a','\x5e','\x9f','\x25','\xb8','\xce','\x70','\xd6','\x43','\x66','\x8b','\xb0','\xeb','\x81','\x5a','\x99','\x01','\x66','\x7f','\xa0','\x30','\xad','\x78','\x92','\xa0','\x25','\x31','\x85','\x3a','\x39','\xd4','\xce','\x2d','\xaf','\xb1','\xf5','\x35','\x76','\x63','\x2a','\x5f','\x9d','\xea','\x5a','\x53','\x35','\x92','\x2f','\x52','\x13','\xf1','\xf1','\xf4','\x33','\x98','\x56','\xa0','\x2c','\x8e','\x7e','\xbe','\x2e','\x7e','\xd3','\x2f','\x88','\xab','\x04','\x99','\xd7','\x06','\xe3','\xba','\x1a','\x07','\x83','\xd7','\xc8','\x79','\x60','\x2c','\xd7','\xa5','\x2b','\x4a','\xf3','\xd0','\x31','\x96','\x47','\x8f','\xca','\xc5','\x68','\x28','\x1e','\x75','\x88','\xd8','\x81','\x70','\xb7','\x03','\x4d','\xdb','\xf1','\xa8','\x6b','\x10','\x8c','\xea','\xc7','\xa3','\xa6','\x5c','\x79','\x85','\xe1','\x6a','\x64','\x49','\x9a','\x42','\xd2','\x4a','\xe9','\xc5','\x6d','\xaf','\x3f','\x1c','\x9a','\xf4','\x99','\xa2','\x93','\xf1','\xd2','\x77','\xa5','\xdf','\x54','\xe9','\x3f','\x15','\x13','\x80','\x81','\xf2','\xf7','\xd3','\xde','\x70','\x1f','\x49','\xad','\xb1','\xa3','\xff','\x72','\x7a','\xff','\x39','\xfa','\x60','\x9a','\xe6','\x69','\x6a','\xe6','\x22','\xfd','\xe3','\x47','\x83','\xeb','\x5f','\xa4','\x9f','\x39','\x48','\xf3','\x46','\x7a','\xff','\x81','\x07','\xfe','\x69','\xf0','\xa0','\x98','\x7b','\xf0','\x73','\x4f','\x16','\x8e','\x91','\x93','\xcb','\xd1','\x59','\x21','\x66','\x3d','\x67','\xd6','\x7b','\xb5','\xd1','\xfa','\x5d','\xba','\x39','\x4b','\x9b','\x53','\xd4','\xfd','\x52','\xca','\xf9','\x69','\x4a','\x4f','\xee','\x25','\x3a','\xd4','\xc7','\xc9','\x59','\x11','\xf2','\xee','\x40','\x20','\x94','\x96','\x25','\xcc','\x4e','\x19','\xb4','\xb2','\x71','\x59','\xde','\xdd','\xeb','\xf5','\xe6','\xfa','\x6a','\x53','\x4e','\x95','\x70','\xf2','\xf4','\x35','\xdb','\x8d','\x9c','\xcb','\x72','\xdd','\x6c','\xae','\x51','\x54','\x14','\x0b','\xfd','\x14','\xd5','\xf5','\xae','\x9e','\xa7','\xf6','\xbb','\xd4','\x98','\x01','\x5d','\x0b','\x32','\x43','\xd1','\x37','\xa8','\x08','\x32','\x38','\x9a','\x94','\xd7','\x61','\x6f','\x91','\xe4','\xff','\x20','\xb8','\x52','\x21','\x23','\xcb','\x24','\xb5','\x4e','\x73','\x6b','\x8d','\x8d','\x46','\x3b','\xd6','\xe0','\x23','\x0d','\xf9','\xdd','\xfd','\x70','\x7d','\x25','\x93','\xac','\x27','\x74','\x3a','\xf0','\x97','\xa9','\x9c','\xff','\xa1','\xd2','\x54','\x5e','\xb4','\xb3','\xaa','\x6d','\x91','\x83','\x54','\x4f','\x55','\x79','\xbf','\x18','\xd0','\x6e','\x46','\xfa','\x53','\xfa','\x1a','\x47','\xad','\x39','\xd4','\x9e','\xd2','\x7e','\x38','\xa5','\xa7','\xf7','\x62','\x32','\x9e','\x26','\x09','\x86','\x62','\x72','\xa3','\x30','\x8a','\x88','\x48','\xf7','\x89','\x87','\xfa','\xb4','\xf0','\xcb','\xcb','\x66','\x87','\xab','\xdd','\x6c','\x0a','\xb1','\xa8','\xdd','\x89','\x2a','\x6f','\x2b','\xde','\xab','\xd1','\x62','\x0c','\x4d','\xb5','\xd1','\x54','\x0d','\x4d','\x31','\xc0','\x5e','\x86','\x32','\x05','\x94','\x94','\x37','\x7c','\x3c','\x5d','\x4c','\x00','\x13','\x8c','\xff','\xce','\xde','\x73','\xfb','\xcf','\xa7','\xf3','\xa9','\xc6','\x74','\x6a','\xed','\x0e','\x7a','\x6f','\xbc','\xf1','\x88','\xf8','\xeb','\xe0','\xe4','\x4f','\xea','\x45','\x90','\xc7','\x00','\x17','\x2f','\xe4','\xb8','\x98','\x5b','\x85','\x7b','\x26','\xd9','\x3d','\xfb','\xe7','\xcc','\xd7','\x2e','\xdf','\x33','\x71','\xf9','\x9e','\xfd','\xcf','\x9a','\x5b','\xa6','\x5c','\x82','\x14','\xbf','\xe5','\x28','\x89','\xb7','\x49','\x12','\x8d','\xb8','\x48','\x84','\x5a','\x49','\x04','\xb4','\xb5','\xc3','\x52','\xc9','\x30','\xb0','\xf9','\x90','\xcb','\x16','\x9a','\xcc','\x0d','\xd9','\x02','\xe1','\x12','\x6d','\xa8','\x6c','\x5c','\x56','\x65','\xa0','\x60','\x01','\x1d','\xf4','\x18','\x1d','\x66','\xac','\x39','\x7a','\xa3','\x85','\xc1','\xbe','\x1b','\x6f','\x21','\x5f','\x11','\xed','\x3c','\x74','\x17','\xda','\x29','\xaa','\xb3','\x83','\x5f','\xa7','\x39','\x46','\xb2','\x99','\xee','\xea','\x3f','\x24','\xa8','\x45','\xe4','\xf1','\x28','\x1d','\x59','\x71','\xc4','\x86','\x0a','\x96','\x62','\x34','\x8e','\x5b','\xfb','\x5c','\x2f','\x7d','\xd5','\x3f','\x72','\x5d','\x1c','\x2c','\xf8','\x07','\x37','\x95','\x04','\x19','\xf5','\xdd','\x21','\xe5','\xb1','\x30','\xae','\xae','\xca','\xe3','\x20','\x81','\x2b','\x67','\xfa','\xd7','\x11','\xa9','\x3a','\x24','\x8f','\x88','\x6a','\xa8','\x4e','\xf6','\xc4','\x89','\x71','\xb6','\x0b','\xfd','\x58','\x9b','\x04','\xfa','\xb1','\x12','\x54','\x26','\xe8','\x2b','\x04','\x2d','\xb8','\x68','\xa1','\x19','\x29','\x2b','\xb8','\x44','\x87','\x85','\x22','\x16','\x18','\x85','\xe2','\xbe','\xef','\xd5','\x52','\x53','\x3c','\x37','\xc5','\x27','\xa6','\xf8','\x63','\x81','\x75','\x36','\x62','\x93','\xe2','\xa3','\x94','\xbf','\xb2','\xf7','\x51','\x37','\xf7','\xd5','\x32','\xdb','\x2c','\xd7','\xda','\x8f','\xae','\x1d','\xb8','\x97','\x3d','\x7c','\x6f','\x5e','\x14','\x72','\x6f','\x1b','\x8c','\x19','\xb9','\x43','\x85','\xdc','\x77','\xef','\xcd','\xe7','\x17','\xa6','\xf2','\x4f','\x1c','\x62','\x75','\x96','\xc7','\x31','\x30','\x9d','\x83','\xb0','\xaa','\x10','\xa4','\xe6','\xdf','\x94','\x0f','\xbb','\xbd','\x87','\x12','\x0b','\xaa','\x47','\xd2','\xe0','\x21','\x21','\x23','\xc9','\x2e','\x79','\x99','\x93','\xe3','\x6a','\xff','\x48','\xcc','\x31','\x52','\xf5','\xa8','\x8d','\x5a','\x47','\xa5','\x4d','\x6b','\x7b','\xca','\x9c','\x43','\xf0','\x41','\x61','\x6d','\x56','\x5f','\xb0','\xbc','\x0f','\xec','\xab','\xbd','\xde','\xa9','\x9a','\x4b','\xec','\x1e','\xb7','\x09','\x1d','\x73','\x91','\x1c','\x57','\x5c','\x89','\x88','\x82','\x6e','\x9f','\x15','\xd2','\x97','\xdc','\x95','\x77','\x88','\x29','\x11','\xec','\x01','\x39','\xe1','\xef','\x49','\xa9','\x78','\x48','\xbb','\xd1','\x8a','\x39','\x27','\x0b','\x50','\xa2','\xa7','\xc8','\xeb','\xf2','\xa3','\x79','\xc4','\x6e','\xf5','\xfa','\x84','\x43','\x85','\xdc','\xf1','\x2e','\xf4','\x96','\x82','\x4a','\x4a','\x34','\x89','\xd1','\xb4','\x15','\x39','\x7c','\x33','\x32','\x8d','\x25','\x62','\xd3','\x31','\xf1','\x51','\x3d','\x98','\x54','\x86','\xc0','\x40','\x5f','\x3d','\xa6','\xab','\x9e','\xbc','\x55','\xe0','\x81','\xc8','\x81','\xdc','\x4e','\xec','\xb7','\x99','\xf5','\x74','\x47','\x6e','\x9d','\xb0','\x7b','\xde','\x60','\xe1','\x60','\x30','\x06','\x82','\xb4','\xc5','\xc4','\xcd','\x29','\x1c','\x9d','\xc2','\x64','\x0a','\xc7','\xf3','\xd8','\x30','\x31','\x1f','\x47','\x71','\x94','\x88','\x63','\x72','\x56','\xb8','\x1d','\x5c','\xde','\xfc','\xf9','\x82','\xe7','\x2d','\x5c','\x08','\x9e','\x92','\x57','\x2a','\xde','\x24','\x50','\x47','\xd3','\x1c','\x23','\xcd','\xb1','\x64','\x17','\x8e','\x6a','\x70','\xd7','\xc1','\x66','\xbe','\xe8','\xe5','\x1d','\x7f','\xff','\x25','\x71','\x1c','\x79','\x0f','\xab','\x6e','\x31','\x72','\x53','\xd6','\x23','\x4c','\xd7','\x3b','\x78','\x05','\x68','\xd8','\x24','\xcf','\x3e','\xf0','\x3d','\x36','\xa6','\xb3','\xbb','\xaa','\x50','\xed','\x35','\x5b','\x65','\x8d','\x2a','\xcb','\xdc','\x50','\x45','\x68','\x0a','\x30','\xd6','\x19','\x5d','\x61','\x90','\xc9','\xfd','\xc1','\xd4','\xd8','\xf4','\xd4','\x12','\xc9','\x17','\xa8','\x99','\xe5','\xe3','\x40','\x4e','\x68','\x7b','\xd2','\x9d','\xb7','\x32','\xc2','\x2a','\x7a','\xf6','\x6b','\x17','\x2d','\xad','\x61','\xe9','\xc4','\x2a','\xcb','\xcb','\x85','\xe0','\x49','\x24','\xed','\x84','\x05','\xfb','\x57','\x6f','\x72','\x6b','\x01','\x59','\x0b','\x9f','\x0c','\x71','\xfc','\xcd','\x57','\xad','\x05','\x4f','\x51','\x99','\x62','\x1e','\xec','\x84','\x83','\x7e','\x91','\x86','\x73','\x9b','\xc4','\xd0','\xf6','\xd8','\x2d','\xa2','\x37','\x6b','\xa8','\xc9','\xb5','\xe6','\x93','\x9a','\xbb','\xaa','\x9f','\xed','\xea','\x23','\x4d','\x3c','\x12','\x21','\x44','\x67','\x49','\xe1','\xc5','\x82','\x5e','\x27','\x65','\xe1','\x80','\x0a','\x6b','\x14','\x72','\x79','\xd3','\x2a','\xf9','\x1a','\xeb','\xab','\xa0','\xdf','\x9a','\x7e','\xea','\xff','\x89','\xbd','\x19','\xf1','\x6b','\x1a','\x5a','\xc9','\xc9','\x20','\x7a','\x0c','\xc5','\x72','\x1e','\x4e','\x39','\x12','\x2a','\xcb','\xcb','\xa8','\x80','\x9e','\xbc','\x05','\x09','\xc2','\x67','\x93','\x9d','\x86','\xfc','\x0d','\xc3','\xa0','\x6c','\x1a','\x0c','\xb6','\x22','\xa6','\x4e','\x3d','\x75','\xc0','\xda','\xfb','\xf5','\x69','\xfa','\xcd','\x69','\xfa','\xd7','\x8a','\x4f','\xa4','\x78','\x83','\xf1','\xac','\x97','\x90','\x0f','\x52','\xf1','\x91','\xbe','\x53','\x9c','\x12','\x1d','\x25','\x96','\x18','\x7d','\x56','\x04','\x6b','\x06','\x62','\x5f','\x7e','\x35','\xff','\x9a','\xcb','\x2a','\x12','\xa7','\x94','\x78','\xc5','\x39','\xb6','\xf0','\xa2','\xd2','\xac','\xf8','\xd2','\x14','\xff','\x19','\xab','\xfe','\x6f','\xf9','\x37','\x33','\xcc','\x8b','\xa5','\x41','\x33','\xd7','\xeb','\xc3','\x4f','\x5d','\x12','\xc2','\xf3','\x72','\x4e','\x88','\x66','\xee','\x42','\x90','\x8f','\x92','\xaa','\x44','\x84','\x56','\x75','\x6a','\x69','\xec','\xbf','\x6a','\x6b','\x4d','\xd4','\x92','\x16','\xd8','\x07','\xb4','\xb5','\xb1','\x95','\xc2','\x68','\x3d','\x33','\xe1','\x26','\xbc','\x1a','\x1e','\xe4','\x2b','\xcd','\xbe','\xa4','\xd5','\x65','\x74','\x75','\x43','\xb4','\xde','\x2f','\x18','\xbe','\xe3','\x61','\x8f','\xf7','\xa5','\x12','\xac','\xe7','\x62','\x6f','\xad','\x62','\xcd','\x2d','\xe5','\x5c','\xfb','\x1d','\x87','\xe7','\xea','\xd6','\xc4','\x85','\xe3','\xcb','\xed','\xa5','\xe4','\x69','\x6b','\xe2','\x4c','\xf5','\xb5','\x3a','\xd7','\xea','\x73','\x4e','\x73','\xee','\x5c','\xf3','\x4b','\x2f','\x5e','\xfd','\xc3','\xc6','\xec','\x17','\xce','\x7d','\xe9','\x0b','\x17','\xef','\x79','\xd8','\xf9','\xd2','\xc3','\x8d','\x9f','\xda','\xaf','\x5d','\xf8','\x96','\x9e','\x34','\xd2','\x78','\xa8','\xbe','\x40','\x95','\xcc','\xc8','\xcf','\xb5','\x3e','\x78','\xa8','\x4c','\xa9','\x55','\x92','\x8c','\x93','\x6e','\x94','\x42','\x71','\x41','\x84','\x41','\x59','\x93','\xa6','\xe6','\x8d','\x3c','\xea','\x05','\x82','\x33','\x8b','\x34','\x41','\x5b','\x38','\xdd','\x52','\x45','\x6d','\xaf','\x60','\xba','\x19','\xa5','\xad','\x47','\xf7','\xbe','\xcc','\x40','\x54','\x3f','\xa0','\x74','\x11','\xd3','\x65','\x41','\xbd','\xe9','\xbd','\xde','\xa1','\xf4','\x6f','\x58','\xe7','\xa5','\xb5','\x2f','\xe7','\xbe','\x3b','\x9b','\xbb','\x34','\x26','\x18','\xa4','\xc3','\x24','\xfe','\x39','\xa3','\x3f','\x5d','\xa3','\xdf','\xa8','\xbd','\x13','\x35','\xa7','\xe2','\x89','\xf4','\x6b','\x50','\x1e','\x0e','\x35','\x6b','\x3f','\x71','\xc4','\x6f','\x1c','\xba','\x8e','\xe9','\x86','\x00','\x16','\xf1','\xe5','\x28','\xf5','\x4f','\xd0','\x97','\x39','\xbd','\xca','\x33','\x1e','\xa7','\x80','\x57','\x01','\x9b','\xaf','\x4a','\x5f','\x6a','\x54','\x5b','\x4d','\xaf','\xab','\x36','\x55','\x73','\x49','\x1e','\xc5','\x0e','\xc5','\x89','\x38','\x53','\x9d','\xda','\x1e','\x29','\xdb','\xc1','\x82','\xe6','\x3c','\xa5','\x39','\xf6','\xa5','\x6e','\x59','\x73','\xca','\xda','\x29','\x37','\x74','\x9d','\x4e','\xbf','\x91','\x1c','\xf7','\xbb','\x9d','\xcb','\x0b','\xd4','\x7b','\x5c','\x3e','\x43','\xaf','\x92','\xf1','\xf2','\x48','\x67','\x96','\x6c','\x4e','\x91','\xc6','\x97','\x08','\xfd','\x29','\x79','\x37','\x49','\xa0','\xef','\x09','\x61','\xd7','\x82','\x5c','\x8b','\x1c','\x8e','\xd0','\x82','\x76','\x91','\x15','\x3d','\xc6','\x3d','\xb3','\x85','\x33','\xd7','\x45','\x16','\xf9','\x05','\xf4','\x32','\x5b','\xbd','\x6a','\xbe','\x02','\x62','\x68','\x75','\xe2','\xe3','\xb2','\x10','\x6f','\xf6','\xfa','\x4d','\x8c','\xed','\xf5','\x52','\xe7','\xbd','\xdc','\x9a','\xb4','\xc9','\xed','\x15','\x67','\x7c','\x68','\x1f','\xec','\xd9','\x99','\x4a','\x7d','\x82','\xeb','\x04','\x7a','\xbb','\xe0','\xa4','\x18','\x91','\x56','\xa5','\xb2','\x36','\x0f','\x36','\x79','\xb3','\x67','\x71','\x4d','\x11','\xb2','\x57','\xe1','\x15','\x62','\x27','\x48','\x21','\x46','\xb2','\xba','\xd2','\x82','\xf3','\xd0','\xe5','\x6d','\x5d','\xa0','\xcc','\xce','\x5a','\x48','\x54','\xbd','\xa8','\xbf','\x4d','\x1f','\x5a','\xa1','\xda','\x8a','\xf2','\xc5','\xe4','\xe0','\xad','\x17','\xc5','\xf2','\xda','\x97','\x9d','\xcb','\xc7','\x96','\x7f','\xa6','\x9d','\x79','\x20','\xd3','\xc8','\xc4','\xa4','\xad','\x11','\x67','\x09','\x9c','\x25','\x91','\x47','\xe0','\x2b','\x96','\x97','\x65','\xd9','\x01','\x92','\xd5','\xb2','\x1c','\x9c','\x02','\x29','\x0f','\x07','\x95','\x4f','\x9d','\x28','\x9f','\xb5','\xec','\x7f','\x3f','\x57','\x76','\xa5','\x83','\x29','\xdf','\xde','\xfc','\x08','\x99','\x4c','\x9e','\x3d','\xf8','\x4e','\x97','\x56','\xfe','\xec','\x81','\x22','\xf9','\x22','\xfa','\xca','\x19','\x04','\xad','\xff','\x54','\x9d','\x9d','\x21','\xe1','\x6b','\x72','\xf2','\xc0','\x2a','\x1e','\x45','\x71','\xaa','\x27','\xbb','\xb6','\xdb','\xab','\x9e','\xd2','\x93','\x9d','\xc1','\x78','\x86','\x50','\xfb','\x6c','\xa7','\xdf','\x55','\x4c','\x62','\x2f','\x54','\x89','\xca','\x45','\x3e','\xce','\x6c','\x9c','\x45','\x91','\x47','\x90','\x1d','\x40','\xfc','\x79','\xd9','\x81','\x38','\xb3','\x22','\xd5','\xd8','\x61','\x83','\x39','\x7c','\x02','\x67','\x2c','\x7b','\x61','\x0e','\xe8','\x10','\x42','\x94','\xc8','\xbc','\x4d','\x26','\xad','\xe4','\x41','\xab','\x4b','\xad','\x85','\x07','\x2c','\xf2','\xc5','\xa5','\xaf','\x9c','\xb1','\xa8','\x3e','\xa4','\x57','\x20','\xff','\x1a','\x34','\xa8','\x12','\x6b','\x98','\x1c','\xc7','\xa4','\x5e','\x22','\x93','\xcf','\xc9','\xdf','\x20','\x3f','\xf0','\x93','\x87','\x71','\x17','\x4f','\x2e','\xd8','\x37','\xcb','\x09','\x0c','\x84','\xd1','\xbb','\x7d','\x32','\x0d','\xd4','\xae','\x11','\x68','\xd3','\x42','\x16','\x31','\xac','\x1b','\xbb','\x78','\x44','\xd1','\x9e','\x7e','\x54','\xd8','\x26','\x92','\xd0','\x2f','\x91','\x43','\x55','\xb7','\x7a','\x9c','\xac','\xcc','\x13','\x74','\xa2','\x69','\x8b','\x37','\xe1','\x6e','\x68','\x13','\x7d','\x81','\x60','\x0b','\xf4','\xcd','\x68','\x55','\x3a','\xe2','\x1d','\xc4','\xd9','\x36','\xff','\xf0','\x26','\x4e','\x9d','\x11','\x29','\x17','\x67','\x56','\xeb','\xf8','\x43','\x2f','\x94','\xe6','\x5f','\xb0','\x7f','\xf6','\x1d','\x6b','\xee','\x3b','\x20','\x13','\xa7','\x7a','\xe0','\xda','\x37','\x7c','\xab','\xfa','\x1d','\x1c','\xf9','\x0e','\xb6','\x7e','\x20','\xfe','\xee','\x07','\x38','\x5e','\xc7','\x86','\x8b','\xb3','\x2e','\x46','\x5d','\x8c','\x1a','\x43','\x7a','\x68','\xb7','\xa6','\x93','\xe8','\x40','\x36','\xf0','\xd6','\xf2','\xe4','\x5d','\x61','\xf6','\x81','\x20','\x23','\x94','\xf6','\xbb','\xaa','\xb4','\x9f','\x22','\x00','\x43','\xd5','\x2c','\xab','\xda','\x9d','\xaa','\xd3','\xaa','\x6a','\x1e','\x14','\xed','\xc6','\x50','\x35','\x01','\xed','\x76','\xaa','\x34','\xc2','\x59','\x04','\x85','\x38','\x12','\x03','\xd2','\x60','\x4c','\xc5','\x13','\x52','\xb8','\x24','\x84','\x1d','\x26','\x08','\xf7','\x5a','\x16','\x24','\x0b','\x4b','\x16','\x48','\x91','\x3f','\x6f','\x8d','\xbb','\xc7','\xdf','\x59','\xb4','\x7e','\x46','\xad','\x33','\x68','\x09','\xf6','\x75','\x25','\xd3','\x34','\x22','\xff','\xae','\xa3','\x04','\x20','\x7a','\xbc','\x94','\x18','\xda','\xb9','\xfe','\xac','\xf7','\x9d','\x38','\x05','\xe0','\x55','\x6a','\xee','\xbe','\x4b','\x01','\xf0','\xde','\x11','\x3a','\x68','\x90','\x85','\x4c','\xf0','\x5e','\xbc','\xb8','\x34','\x52','\x19','\x49','\x54','\xa0','\x98','\x8f','\x29','\x1d','\x1b','\x8a','\x5f','\xa6','\xe4','\x2a','\xad','\x79','\x47','\x62','\xde','\x03','\xc7','\xea','\x0f','\xda','\xe2','\x41','\xcb','\x3a','\x69','\x59','\xb3','\x0b','\x4b','\xb3','\x27','\x8e','\x82','\xfa','\xdd','\xf1','\xad','\x5e','\x72','\x53','\x0e','\x60','\x6b','\x3a','\x4a','\x39','\xd1','\x55','\x7f','\xd8','\x90','\xef','\x15','\x86','\x20','\xc2','\xb1','\xd2','\xb0','\x72','\xc0','\x78','\x35','\x03','\x10','\x60','\x74','\x6e','\xd7','\xf1','\x50','\x85','\x08','\xc2','\xe6','\x86','\x60','\xaf','\xee','\xe0','\x63','\xf8','\x04','\xf5','\xa4','\x0f','\x0c','\x4f','\x2e','\x20','\x5e','\xc1','\xf3','\x4e','\x5e','\xf5','\x67','\xaf','\x89','\x46','\x13','\xd3','\x3e','\x32','\x83','\xb1','\x34','\xc0','\x94','\xa5','\xd3','\xaf','\x23','\x03','\x8c','\xb8','\xaa','\xda','\x34','\xae','\xe8','\xb2','\x86','\x37','\x9e','\xf5','\xf6','\x21','\x6f','\x9f','\xe3','\x3f','\x74','\x49','\x1c','\x44','\x9e','\xc4','\x02','\xf2','\xca','\xc8','\x73','\xd1','\x6e','\x12','\x88','\xea','\x5c','\xd2','\x46','\x99','\x4e','\x5f','\x74','\x6e','\xdb','\x7e','\x8e','\xd1','\x76','\xba','\x60','\xb6','\x7e','\x3f','\x01','\x5a','\x46','\xcb','\xad','\x58','\x5a','\xba','\x5a','\xdf','\xfa','\x19','\xdd','\xd2','\xce','\x7b','\xda','\x37','\xd4','\x8b','\xff','\x1a','\xd9','\xb4','\x5d','\xa0','\x47','\xb2','\x1d','\x15','\x2c','\x71','\x90','\xea','\x0e','\x2d','\x40','\x87','\x36','\x8f','\xed','\x77','\xb7','\x35','\x69','\xf5','\xbe','\x4a','\x6d','\x54','\x07','\xc1','\x79','\xac','\x40','\x66','\x20','\x2f','\x25','\xad','\xa7','\xd1','\xbf','\x3e','\x1a','\x8c','\x91','\xda','\x58','\x4f','\x9f','\x76','\x07','\x7f','\xcc','\xc1','\xbc','\x15','\xe5','\xeb','\xab','\x40','\xae','\x93','\x76','\xda','\x19','\x44','\x3e','\x81','\xd8','\xa2','\x22','\x1a','\x2d','\x20','\xed','\x8a','\xbc','\xf8','\x22','\x81','\x96','\x1e','\x14','\xaf','\x6c','\xdc','\xb2','\x2d','\xee','\x4f','\x97','\xcc','\x86','\xdd','\x13','\x06','\x4b','\x59','\x79','\xb1','\x25','\x07','\xe6','\xf0','\x43','\xc3','\xca','\xa7','\xfb','\xcf','\xc8','\xf1','\x01','\x2b','\x7f','\x8f','\x55','\x15','\x4b','\xd5','\x67','\x17','\xaa','\x33','\x20','\x5e','\xfe','\x59','\xc4','\xeb','\x28','\x2c','\xfa','\x80','\x2f','\x54','\x19','\x27','\x4a','\x23','\x02','\x5a','\x6b','\xfe','\x5c','\x3a','\xd3','\x63','\xed','\x38','\x78','\x24','\x72','\x76','\x65','\x3a','\xf2','\x7a','\xa4','\x10','\xb9','\x5f','\xf4','\x43','\x43','\x22','\x98','\x70','\xa0','\x23','\xc7','\x31','\x87','\xa8','\xf8','\xb3','\xbc','\x05','\x8b','\xc5','\x6c','\x0d','\xfa','\x9b','\x83','\x2a','\x4b','\x7d','\x64','\xa0','\x4e','\xf6','\x6c','\xba','\xd7','\xef','\x6f','\xb8','\xd9','\x9f','\x44','\x68','\xd1','\x12','\xc8','\xcb','\xde','\xd2','\xd7','\x95','\x23','\xbd','\x1d','\xcd','\xa0','\x58','\x6b','\x50','\x0d','\xf4','\x5e','\x35','\x41','\xb7','\xa2','\xbf','\x1d','\x14','\x87','\x3a','\x15','\xae','\x3b','\x90','\x8b','\x08','\x05','\x28','\x94','\x56','\x43','\x44','\x47','\x51','\x8c','\xe2','\xd2','\x1c','\x92','\xf7','\xa6','\x04','\x75','\x10','\x93','\xee','\x66','\x11','\x79','\x5c','\x73','\x80','\xe3','\x80','\x51','\x86','\xa2','\x84','\xfc','\xfb','\xd1','\x04','\x54','\xe7','\x87','\xb2','\x45','\xbd','\xd5','\x95','\xf0','\x94','\x68','\x53','\xc2','\x0b','\x0a','\xb3','\x84','\x37','\x06','\x71','\x7e','\x3a','\x04','\x36','\x07','\x80','\xa6','\x76','\xf6','\x18','\x3a','\x3a','\x14','\x17','\xdd','\xd6','\x99','\x01','\x21','\x8e','\x98','\x53','\x48','\x4a','\x14','\x67','\x3f','\x50','\x6c','\x8c','\x71','\x3a','\x96','\x55','\xf4','\x45','\x08','\xd9','\xd3','\x8d','\x44','\x6a','\x05','\xef','\xdd','\x29','\xe8','\x0a','\xff','\x34','\xc7','\x14','\x5e','\x2f','\x66','\x18','\xaa','\x4f','\xcc','\x20','\xbd','\xc4','\xf4','\x8f','\x77','\xf4','\x49','\x06','\x11','\x61','\xc6','\xb1','\xc1','\xa1','\x74','\x53','\xde','\x32','\x23','\x4e','\x5c','\xfd','\x15','\x63','\xc4','\xcb','\x16','\xda','\xc5','\x96','\xdc','\x94','\x8f','\xa6','\x61','\x29','\x64','\x08','\x36','\x50','\x36','\x43','\x99','\xdd','\xe0','\x90','\x08','\x00','\x34','\xd5','\x17','\xd5','\xac','\x1e','\x22','\x80','\x3e','\x83','\xd2','\xae','\xb0','\x6a','\x65','\x8d','\xf3','\x16','\xf7','\x5a','\x68','\x7d','\x4d','\x5b','\x29','\xe8','\x38','\x43','\xc2','\x38','\xdb','\x6e','\x1e','\x5a','\xfc','\xe5','\xdb','\x8a','\x12','\x48','\x27','\xc8','\x40','\x46','\x96','\x0e','\x9a','\x95','\x0f','\x30','\x94','\x5f','\x60','\x42','\x74','\x06','\x12','\xc3','\x8a','\xcf','\xd0','\xee','\xb7','\xfa','\x0e','\x97','\xfc','\x1d','\x02','\x4a','\x68','\x7b','\x6f','\x50','\x6d','\x29','\x55','\xfc','\x10','\xec','\xf0','\x5b','\x8a','\x10','\x99','\x5a','\x7c','\x11','\x04','\x19','\x3a','\x83','\xcd','\x23','\x1c','\x6b','\xaf','\xca','\xb5','\x0d','\xf4','\x9f','\x47','\xeb','\xa5','\x89','\x21','\xfd','\xe7','\xd8','\x31','\x84','\x73','\xc0','\xdb','\x01','\xd2','\x4e','\xce','\x11','\xef','\x22','\x75','\x5f','\x8b','\xd2','\xc3','\xc6','\xe4','\x73','\xe9','\xe9','\xcf','\xd1','\xe9','\x3f','\xa2','\xd3','\x1a','\xc5','\x1a','\x8b','\xa1','\xb5','\x84','\xb7','\x36','\xcd','\x5b','\x5b','\xac','\x68','\xb1','\x56','\xa9','\x5f','\x3f','\x78','\x94','\x00','\x6f','\x27','\x31','\xe0','\x14','\xc9','\x75','\x4c','\xa9','\xdc','\xf4','\x67','\x11','\x19','\x4f','\x06','\xdb','\xfc','\x67','\x04','\x58','\x40','\xa4','\x8c','\x88','\xdb','\x2f','\x8a','\x54','\x3b','\x57','\x8d','\xc4','\x5a','\x44','\x7a','\xf7','\xfb','\x90','\xfa','\x10','\x1c','\x0d','\xdc','\x49','\xf5','\x39','\x0c','\x0a','\x7d','\xc1','\x30','\x85','\xd6','\x7c','\x7a','\x9a','\xa3','\xbd','\x8a','\x0b','\xfd','\x29','\x84','\xce','\x43','\x4b','\xa6','\x04','\xad','\x2d','\xd2','\xa3','\x8c','\xa6','\xb3','\x94','\x28','\x59','\x1a','\x60','\x89','\x10','\xd1','\xef','\x9f','\x1b','\xf2','\x76','\x20','\x74','\xde','\x9c','\xa2','\xc1','\xd4','\xa1','\x66','\xf4','\x10','\x91','\x20','\x53','\x34','\x3e','\x45','\x61','\x12','\x4e','\x30','\x56','\x51','\x7d','\xd6','\x8a','\x2d','\x88','\xb6','\xad','\x14','\x72','\x38','\xf3','\x80','\xd2','\xe7','\xdf','\xee','\x1b','\xd8','\xe3','\x11','\xc1','\x3a','\xa0','\xe2','\x2d','\xd9','\xa9','\x62','\x21','\x9a','\x65','\x12','\x04','\xea','\x5c','\x38','\x35','\xe0','\x76','\x60','\xb4','\xd8','\xa6','\x5e','\x8d','\x3a','\x0c','\x39','\x0c','\x3a','\x86','\xf6','\xea','\xf1','\x7b','\x71','\xfe','\x15','\x70','\x9d','\x70','\x0c','\x6c','\x18','\xba','\x4f','\x9a','\x0f','\x1e','\x6a','\xd5','\xe4','\x34','\xc7','\xe9','\x71','\x4a','\x71','\x6b','\xd0','\x30','\xe8','\x90','\x97','\xfe','\x18','\xa2','\x73','\x83','\x0c','\x45','\x6b','\xd0','\x17','\x0f','\xe9','\x17','\x91','\x0e','\x6a','\xe2','\x62','\x05','\x8a','\xcb','\xe8','\xa0','\x83','\xe7','\x4c','\x7c','\x6c','\x7f','\x42','\x7c','\x8f','\xd0','\xfc','\x2a','\xcd','\x9f','\x53','\x8d','\x06','\x8a','\xf4','\x03','\x3c','\x75','\x57','\x76','\x3c','\xcf','\x3a','\x55','\xfa','\xcc','\x8d','\x4c','\x71','\x23','\x81','\x56','\x30','\xa8','\xdb','\xe1','\xc1','\xfa','\xac','\x66','\x1a','\x74','\x42','\x8c','\x57','\x56','\x0c','\xb5','\x68','\x04','\x58','\x0b','\x0a','\xdb','\x59','\xd1','\xa1','\x7c','\xa8','\x6a','\xa9','\xac','\x39','\x97','\x75','\x74','\x19','\xa3','\x0d','\x8a','\xe4','\x0f','\x96','\x8c','\xf4','\xe0','\x24','\x71','\xbe','\x61','\x54','\xd4','\x19','\x46','\xd6','\x83','\x67','\x1c','\x94','\xf9','\x15','\x14','\x2e','\x65','\x7e','\x29','\xdf','\x52','\x97','\xe6','\x51','\xe6','\x6d','\x39','\x08','\xe8','\x34','\xf4','\x8c','\x86','\xda','\x65','\x46','\x12','\x2c','\x5d','\x60','\x74','\xbd','\x0d','\x76','\xd4','\x30','\xbf','\xe5','\x10','\x71','\xe6','\xe2','\x7c','\xc5','\x80','\x7b','\x5c','\x5e','\x73','\x53','\x0c','\xa4','\x47','\x99','\xf6','\x6f','\x3b','\xda','\x77','\x98','\x76','\x0e','\x1a','\x4a','\x40','\x12','\x36','\xa6','\x28','\x3a','\x31','\x8f','\xa5','\x85','\x57','\x3b','\xaa','\x3b','\x89','\x78','\x8f','\x70','\xdc','\x89','\x13','\xf6','\x75','\xc2','\xaa','\x2e','\x24','\xb9','\xa6','\x21','\xde','\xdb','\xdc','\x43','\x02','\xc3','\x6d','\x8a','\x9f','\x92','\xc5','\x9f','\xd2','\xf2','\x4f','\x80','\xa0','\xf8','\x89','\xd4','\xda','\x57','\x8c','\xb5','\xa7','\xd6','\xf8','\x53','\x17','\x5b','\xe5','\xca','\x5a','\x79','\xa6','\xe0','\xd6','\x33','\x23','\x34','\x41','\x38','\x8e','\xa3','\x02','\x9c','\x27','\xc6','\xe2','\x98','\x7d','\x1d','\x33','\xd0','\xdb','\x81','\xf2','\x47','\x70','\x3a','\xf6','\x60','\x66','\xd4','\xa5','\xfb','\xc3','\x16','\x7d','\x56','\xf6','\xa7','\x08','\x3e','\x5c','\xc6','\x47','\x96','\x70','\xfb','\xa9','\x33','\x6c','\x61','\x93','\x95','\x3d','\x56','\x46','\xcc','\xed','\x1b','\x66','\x7d','\xdd','\x1e','\x07','\x74','\x7b','\xf4','\x62','\xb5','\x9e','\x85','\xf3','\x40','\x27','\x98','\xf4','\x9d','\x46','\x72','\x34','\x3b','\x29','\xae','\xb5','\xbf','\xe2','\xa0','\xc7','\x1d','\x44','\x0c','\xfa','\x89','\x4c','\xf7','\x2b','\x0d','\xba','\xb0','\x09','\x28','\x87','\x9c','\xbd','\x3e','\xbf','\x0e','\x22','\xfa','\x45','\xe8','\x27','\x7e','\x8b','\xfe','\x74','\x1f','\x76','\xf7','\xef','\xff','\x51','\x3f','\x9f','\x12','\x97','\x8b','\x7e','\xcf','\x60','\x0f','\xfd','\xf4','\x1e','\x7b','\x27','\xdb','\x23','\xf0','\xfc','\x03','\x58','\xac','\x3b','\xf4','\x7b','\xe1','\x24','\xb7','\xa7','\xc2','\x0e','\xb6','\xa7','\xd7','\x94','\x98','\x80','\xc3','\xe5','\x3d','\x11','\xd1','\x37','\x87','\x74','\xe7','\x76','\x2f','\x95','\x3d','\x6a','\x50','\x22','\x5c','\x1a','\xd4','\x4e','\xdd','\x5f','\x26','\xa6','\xe4','\x0c','\x12','\xdd','\x3c','\xa2','\xfb','\xa1','\x53','\x16','\x9d','\x41','\xd0','\x79','\x27','\x4c','\xc5','\x66','\x15','\x29','\x6b','\xa7','\x76','\x3b','\x84','\x55','\xe5','\x71','\x17','\x4c','\xd1','\x52','\x83','\x5d','\x42','\xef','\x3d','\xd1','\x98','\x7e','\x1d','\x59','\x4f','\x17','\x62','\xa4','\x81','\x40','\xef','\xab','\x5f','\x59','\x16','\x2a','\x80','\x8d','\x53','\xd2','\xa5','\xd2','\x58','\xed','\x96','\xe1','\x19','\xb4','\x13','\x78','\x31','\x03','\x52','\x26','\x69','\x60','\x67','\x37','\x28','\xef','\x52','\x2e','\x8f','\x72','\xc7','\x6b','\x88','\x37','\x1b','\x74','\xa9','\x27','\x05','\x03','\xe2','\x30','\x6e','\x63','\x9f','\xdb','\x78','\xa7','\xfc','\x8d','\x2f','\x3f','\xfa','\x8d','\x4f','\xff','\xe3','\x6f','\xd0','\xfb','\xc7','\xe8','\x68','\x86','\x3e','\x90','\xa0','\x07','\x11','\x3d','\x8e','\xe8','\x46','\xeb','\x1d','\x47','\x4c','\xa3','\xa3','\xd2','\xdc','\x30','\x18','\xc4','\x69','\xa1','\x41','\x2a','\xea','\xc9','\xe0','\x2b','\x32','\x63','\x11','\xeb','\x1c','\x67','\x7e','\x38','\xd2','\x01','\xb9','\x18','\x46','\xfd','\x2b','\x2a','\xf0','\x72','\x1b','\x45','\x59','\xb5','\xd5','\x64','\x8b','\x90','\xac','\x97','\xae','\x95','\xcb','\xd1','\x31','\xbb','\x33','\xc7','\xe9','\x7c','\xb8','\x93','\xdb','\x9d','\x36','\x47','\x35','\x90','\x42','\xc5','\xcc','\x16','\x05','\xb9','\x52','\x0e','\x82','\xab','\xa0','\x2b','\xeb','\x68','\x9b','\x3b','\xe2','\xf3','\xea','\x7b','\x67','\xd2','\xd4','\x1c','\xb2','\xa3','\x08','\xcd','\x5d','\xa5','\x47','\x8d','\xb1','\x76','\x14','\x96','\x5b','\x33','\xa0','\x19','\xd5','\xcc','\xe2','\x7e','\x8f','\xe6','\x56','\xa7','\x72','\xcf','\xe7','\x72','\x6e','\xee','\xa5','\xc6','\xc4','\x4b','\xe7','\x2a','\x2f','\x5d','\x2c','\xe6','\x1c','\x27','\x57','\x4f','\xca','\x8f','\x10','\x45','\xf6','\x99','\x9e','\xb9','\xa3','\x29','\xbb','\x17','\x96','\x7d','\xc3','\xd3','\xb3','\xde','\x40','\xd7','\x45','\x37','\x45','\x7f','\xec','\xcd','\x20','\x78','\xbe','\x8a','\xb6','\x61','\xab','\x63','\xd1','\x43','\xf6','\x1b','\x98','\x5f','\x13','\xbc','\x89','\x86','\x40','\xec','\x6b','\xbd','\x60','\xe9','\x73','\x84','\x58','\x04','\xc2','\x65','\xc7','\x7f','\xd1','\x85','\x01','\x41','\xdb','\x68','\x62','\x91','\x14','\x27','\x41','\x05','\x48','\xfa','\xa7','\x58','\x39','\xe9','\x98','\x34','\x71','\x7c','\x01','\x3a','\x0e','\xab','\xfe','\x9e','\xd8','\x6c','\xd6','\x4a','\x84','\xd7','\xa5','\x0b','\x7f','\x4d','\xd8','\x6f','\x72','\x2c','\x97','\x06','\x97','\x97','\xfe','\xbb','\x35','\xf9','\x9f','\xc4','\xf4','\x37','\xf1','\xe1','\x31','\x8c','\xef','\xc2','\xf8','\x6d','\x2c','\xf6','\xe3','\x93','\x33','\x41','\x71','\x05','\x1b','\x06','\x94','\xbb','\x42','\x28','\x2c','\xd3','\x46','\x20','\x78','\xe1','\x38','\x15','\x34','\x77','\x99','\xe4','\xc5','\x7b','\xf7','\xdd','\xe6','\x44','\xde','\x22','\xec','\x9f','\x19','\xec','\x51','\x97','\xb9','\xfe','\x83','\xee','\x95','\x31','\xb2','\x11','\x77','\xa4','\x59','\x56','\x22','\x9e','\x9d','\x12','\x56','\xce','\xb0','\xfe','\xa3','\x61','\x8d','\x88','\x2d','\x62','\x58','\xf4','\x9c','\x55','\xb8','\x60','\x6d','\x9e','\x83','\x01','\xfd','\xe3','\xa5','\xb1','\xee','\x42','\x4a','\x89','\x2e','\x86','\x09','\x5f','\xf9','\xad','\x45','\x08','\xd2','\x5d','\x2f','\x46','\x8e','\xa4','\x17','\x13','\x9c','\xf6','\xf2','\xcb','\x90','\x01','\x14','\xa0','\x98','\x8a','\xa5','\xbb','\x11','\x87','\xec','\xf0','\x41','\xca','\x9a','\xef','\x2d','\x4e','\x0e','\x9e','\xe6','\x69','\x66','\xcc','\x10','\x56','\xa9','\xb7','\x2a','\x67','\x3c','\xb9','\xac','\x0f','\xd7','\x92','\x03','\x8b','\xd2','\xd3','\x07','\x41','\x2d','\x95','\xb0','\xeb','\x75','\xe7','\x01','\x9b','\xbe','\xd5','\x0f','\xd1','\xa3','\x5b','\xe7','\xe1','\xae','\xf3','\xec','\x4a','\x40','\x6f','\xb3','\xeb','\xe5','\xaa','\x21','\xdf','\xf7','\xdd','\xef','\x19','\xe7','\xdf','\xed','\x2f','\xdf','\x4e','\x24','\xaa','\x77','\x4e','\x0a','\xbd','\xb7','\x62','\xb4','\x98','\x50','\x0a','\x8a','\xa0','\xa1','\x38','\xd4','\x5f','\x38','\x9a','\x96','\xd3','\xdb','\x53','\xdd','\x87','\xc3','\x2a','\xc5','\x66','\x0a','\x0a','\x28','\xbc','\x82','\xc2','\x2c','\xf5','\x1a','\xd0','\x3e','\x41','\xc2','\x1f','\x1b','\xc8','\xca','\x19','\x0e','\x90','\xc9','\x0b','\x4a','\xf4','\x97','\xa7','\xe5','\x2f','\x8d','\x49','\xfb','\x2b','\x06','\x7d','\xa9','\x14','\xdd','\x88','\x8c','\x88','\x00','\xf2','\xf8','\xd8','\x48','\xe1','\x74','\xc1','\xa7','\x05','\x8b','\xcd','\x5a','\xd9','\x06','\x2e','\x52','\x8c','\xe1','\x24','\x4a','\x77','\x8e','\x12','\x47','\x9d','\x56','\xda','\xcf','\x35','\x9a','\x2d','\xd0','\x62','\x86','\x3a','\x89','\x31','\xf8','\x7e','\x78','\x4c','\x6f','\x63','\x1b','\x4e','\x45','\xd4','\xa9','\xa8','\x6a','\x35','\x02','\x75','\x40','\x27','\x3e','\x3b','\x7b','\xb5','\xf4','\xcd','\xa4','\xca','\x90','\x87','\xfd','\x38','\xc2','\xb7','\x7c','\xad','\x49','\xaf','\x96','\x01','\x72','\x00','\xcf','\x1c','\x01','\xbd','\xc1','\x08','\x4a','\xeb','\x2f','\x42','\x6f','\x08','\x8b','\xd2','\x43','\x20','\xac','\x44','\xef','\x56','\xa6','\x4e','\xb5','\x41','\xd7','\x1b','\x63','\x83','\x95','\x16','\xa4','\xfb','\x06','\xcc','\xc3','\x41','\x11','\x62','\x84','\xf4','\xfb','\xd0','\xf5','\xf2','\xd4','\xac','\x09','\x5f','\xae','\x63','\x64','\x2f','\x53','\xba','\x6c','\xec','\x49','\x4d','\xf6','\xd9','\xb6','\x68','\xc0','\x3e','\x0d','\x09','\xa8','\xa3','\xa7','\x58','\xea','\x7f','\x66','\xa9','\x3f','\x66','\xa9','\x3f','\x9d','\x1a','\xf5','\xa7','\xf2','\xa7','\xf3','\x13','\x71','\xd3','\x63','\xe3','\x7d','\x3e','\xc0','\x00','\x43','\xc4','\x80','\x1d','\xa8','\x0f','\xce','\xac','\xe9','\x08','\xc4','\xe8','\x9c','\x5a','\x0c','\x5a','\xd0','\xa6','\xc3','\x16','\xb4','\xa1','\x21','\x55','\xd3','\xce','\x70','\xbd','\x3e','\xa7','\xe3','\x8a','\xae','\xb4','\xe0','\x2c','\xcc','\x8f','\x28','\xee','\x5c','\x1a','\xf3','\x69','\xc5','\x5b','\xab','\xd6','\xf9','\xb1','\x3a','\x5f','\xf6','\x2b','\xc8','\x9f','\x43','\xfe','\xc2','\x2d','\x7d','\xcd','\xfa','\x3a','\x93','\xaa','\x5a','\x1f','\xd3','\x94','\xb4','\xa4','\x4e','\xab','\xa9','\x11','\x67','\x74','\xb4','\x0d','\xa6','\xa2','\xbc','\xc8','\xf2','\x68','\x59','\xf0','\x95','\x0d','\x68','\xd2','\xa5','\x12','\x74','\xc1','\x70','\x5d','\x89','\xd4','\x43','\x47','\xf6','\xee','\xa5','\x68','\x58','\x70','\x0c','\x30','\x10','\x1c','\x0b','\xc1','\x73','\x72','\x0f','\xda','\x11','\xac','\xa1','\x87','\xb7','\xf7','\xa9','\x3e','\x57','\x07','\x7c','\x1d','\xf4','\x61','\xbf','\x74','\xc4','\xb6','\x99','\x65','\xe5','\x2d','\x6b','\x2a','\xc4','\x52','\x7f','\x30','\xfc','\x90','\x5b','\xd3','\x27','\xac','\x5f','\xcf','\x5b','\x73','\x96','\x55','\xfa','\x3d','\xeb','\x8e','\xb7','\x97','\xc8','\x8d','\x05','\xea','\xc0','\xd6','\xe6','\xc1','\x46','\x0b','\x96','\xc2','\x0c','\x62','\xf6','\xf3','\x83','\x0a','\xce','\xf7','\xc2','\x74','\x95','\x98','\x36','\x69','\x57','\x93','\x8c','\xd7','\x6e','\xd9','\x0f','\x75','\x0f','\x65','\x5a','\xc9','\xf0','\x5e','\x1b','\xb4','\x40','\x75','\xa4','\xc7','\xc1','\xf1','\x72','\x81','\x2c','\x67','\x18','\x88','\x93','\xa1','\x1d','\xdb','\xb7','\x18','\xea','\x3c','\x82','\x7a','\x3a','\x5d','\x7d','\xfd','\x55','\x17','\x18','\xe6','\xd2','\xbe','\x30','\x18','\x25','\x59','\x11','\x2d','\xd1','\xc1','\xdd','\xa4','\xca','\xdb','\x41','\x3c','\x1b','\xb4','\x65','\xa0','\x68','\x1d','\x7a','\xab','\x11','\x0f','\x91','\xcb','\xaa','\xd3','\xde','\x06','\xe2','\x42','\x77','\x96','\x86','\xe2','\x48','\x10','\xb5','\x86','\x48','\xe6','\x9f','\xac','\x96','\xbf','\xf6','\xbc','\x52','\x6a','\x6a','\x94','\xcf','\x9f','\x2b','\x2f','\x5f','\x2c','\x2f','\xd7','\x21','\xb6','\xb9','\x52','\x04','\xd4','\x8b','\x76','\x3d','\x5b','\x74','\x25','\x76','\xf4','\x49','\xd7','\x23','\x48','\xac','\x38','\xa0','\xf6','\x8c','\xb3','\x7a','\x54','\x5a','\xcd','\xc4','\xb6','\x6f','\x56','\xef','\xaf','\xf3','\x09','\xd5','\x87','\xdb','\xec','\x56','\x73','\xae','\x78','\xc9','\xdd','\xc8','\x01','\x74','\xb3','\xab','\xe7','\x5c','\xc5','\xcd','\x3e','\xa7','\x6b','\x10','\x8a','\xc7','\xf6','\xcd','\xa5','\xa3','\x98','\x64','\xc1','\x21','\x10','\x97','\x54','\xb7','\x8e','\x4c','\x57','\xa7','\xee','\x0c','\x75','\xed','\x4c','\xb7','\x4a','\x5d','\x2e','\x91','\xe9','\xca','\xaf','\xa1','\x6a','\xc3','\x3c','\xde','\xc8','\x74','\x37','\xa8','\x2b','\x5f','\x10','\xbe','\x2c','\x1c','\xa8','\x4d','\x0f','\x2f','\x85','\x7a','\x0e','\x3b','\xf4','\x60','\xd1','\x41','\x9d','\x7c','\xd4','\x0e','\xee','\xd3','\xd1','\x53','\x2b','\x80','\xb2','\x8e','\x9a','\x3a','\x06','\x3d','\xd8','\xa1','\x30','\x11','\x88','\xc1','\xc6','\x0d','\x12','\xa7','\xc4','\x78','\x73','\x44','\x24','\x48','\x1b','\x13','\x07','\x23','\x83','\xeb','\x99','\xb6','\xf4','\x70','\x09','\x55','\x48','\x73','\xb2','\x97','\x93','\xb1','\x39','\xf2','\xcd','\xb9','\x24','\xab','\x76','\x99','\x5d','\xe3','\x47','\x8f','\x39','\x68','\x88','\x77','\xc1','\xee','\xc2','\x44','\xee','\x5d','\xfb','\xd1','\x87','\xab','\x68','\xff','\x0d','\x79','\xa1','\x45','\x5b','\x93','\xab','\xe5','\xb6','\xce','\xbf','\x5a','\x87','\x07','\x25','\x96','\x1b','\xfd','\x39','\xd0','\x72','\x74','\x87','\xc7','\x54','\xeb','\x34','\xc6','\xb0','\xc7','\x8a','\x91','\x29','\x16','\xc9','\xd1','\x68','\xee','\x45','\xc2','\x9a','\x05','\xd6','\xcc','\xb5','\x61','\x1a','\xf6','\xef','\xaf','\xed','\x76','\x2d','\x62','\xc6','\xa0','\xfb','\x21','\xb3','\xaf','\x1c','\xff','\x6c','\x4a','\x2f','\x8e','\xeb','\xf8','\x1d','\x21','\x4e','\x62','\x67','\xb6','\x57','\x6e','\xd3','\xeb','\xa9','\xa4','\xd6','\xd5','\x4c','\xc7','\x4b','\xe4','\x11','\x8e','\x4d','\x20','\x7c','\xbf','\xf2','\x4f','\x73','\xa0','\x89','\x0d','\xfd','\xa4','\x67','\x04','\x3e','\x65','\x88','\x9b','\x69','\x2d','\x4a','\x23','\x5f','\xa0','\xe2','\x97','\x34','\x3a','\xc7','\xe2','\xc7','\xd8','\xd4','\x32','\xdf','\xc8','\x71','\xdd','\xf3','\x04','\xf2','\x9e','\xd5','\x2e','\xce','\xe8','\x4c','\xba','\x47','\x3a','\xc9','\x64','\x68','\x02','\x73','\x9c','\x46','\x35','\xaa','\x77','\xa8','\xad','\x32','\x44','\x75','\x55','\xbc','\x03','\xed','\x60','\xa5','\xa3','\xde','\x39','\x72','\xef','\x67','\x1f','\xb8','\x5a','\x7a','\x30','\xe9','\x3d','\x88','\xd0','\x49','\x87','\xcc','\x8a','\x60','\xd6','\x23','\x8d','\xf7','\x58','\x57','\x0d','\x45','\x4e','\xc6','\x76','\x57','\x2e','\x37','\x48','\xc1','\x51','\x9c','\xac','\x29','\x05','\xc8','\xbf','\x1b','\x1e','\x49','\x7b','\xf1','\xde','\xae','\x01','\x0d','\x23','\xdb','\xcc','\xab','\xb1','\xcb','\x2c','\x7b','\x99','\xf1','\xcb','\xac','\xb8','\x51','\x70','\xc4','\x18','\x5a','\x82','\xbe','\x09','\x0e','\x9a','\x41','\x64','\xd2','\x0c','\xee','\xee','\x0b','\x2d','\x1e','\xd2','\x9c','\x47','\x34','\xa7','\xae','\x5c','\x86','\x3b','\x35','\x77','\xcc','\x0c','\xee','\x52','\x55','\x30','\x33','\x1a','\x50','\xd3','\x07','\x3a','\xde','\x31','\xd5','\xdf','\xea','\xa8','\x9a','\x3f','\x61','\x1f','\xd5','\x19','\x1d','\x4d','\xea','\xe4','\x43','\x76','\x00','\x75','\x28','\x33','\xc6','\xc1','\xfd','\xe9','\x72','\x9e','\xba','\x79','\x36','\x9e','\xcf','\xde','\xad','\x17','\xef','\xd6','\xb1','\x5c','\xaf','\x27','\xb1','\x53','\xc2','\x4e','\x1d','\x17','\x31','\x29','\xc2','\x0c','\xa6','\x2c','\xa1','\xf4','\x84','\x17','\x55','\xbf','\x5a','\xe9','\x2f','\xa7','\xe5','\xf5','\x31','\xc1','\xa9','\x34','\x6c','\x61','\xd6','\xb3','\x07','\xb1','\x51','\x96','\xf6','\x6e','\xf2','\x4d','\xf1','\x5f','\x7e','\x9b','\x1c','\x98','\x24','\x57','\x54','\xaa','\xb8','\x08','\x99','\xf4','\x3b','\x39','\x1e','\xe3','\xf8','\xae','\xe3','\x5b','\x6c','\x7e','\x32','\x3b','\x3f','\x59','\x3c','\xbe','\xe5','\xc0','\x66','\x7b','\x14','\x71','\xb2','\x3f','\x8e','\xcc','\xe7','\x51','\x9e','\x28','\x50','\x9c','\xcf','\x88','\x3c','\xc3','\xe6','\x04','\xce','\x1f','\xf3','\xf3','\x5a','\x3d','\xff','\x8f','\xbf','\x93','\xff','\x47','\x93','\xf9','\xfd','\x93','\xf9','\x7b','\x26','\xcd','\x0f','\x4f','\xe6','\xff','\xd1','\x77','\xe0','\x19','\x36','\x99','\xcf','\x4e','\xee','\x37','\xb7','\xf6','\x67','\x3f','\x5a','\x45','\xe4','\x09','\xb4','\x58','\x47','\x8a','\x6f','\xc6','\x54','\xa9','\x20','\x48','\xe1','\xb6','\x62','\x31','\x68','\x9a','\xab','\x23','\x26','\x7e','\x15','\x00','\x3f','\x8b','\xf9','\xe4','\xad','\x6f','\x51','\x4b','\xda','\xb3','\x48','\x6d','\xfa','\x2c','\x3c','\x0e','\x0f','\xb0','\x06','\xc6','\x80','\xbc','\x43','\x63','\xcb','\xe4','\xa0','\x5c','\x9f','\x97','\x09','\xe0','\x3f','\xc0','\xf1','\xe8','\xf2','\x22','\x0c','\xfe','\x4d','\x0f','\x47','\xff','\xcd','\x62','\xf8','\x7c','\x08','\x30','\xa2','\x10','\x50','\xf2','\x62','\x40','\x15','\x2d','\x48','\x5b','\x9e','\xf7','\xea','\x8e','\x07','\x75','\xf4','\x1e','\x4a','\x86','\x6b','\xe3','\x8e','\x85','\x31','\xb1','\x51','\x28','\x6c','\x64','\x3c','\x81','\xb7','\x57','\xc5','\x1d','\x4b','\x22','\xac','\x87','\xe0','\x9f','\x96','\x4a','\x72','\xd1','\x89','\x5b','\xd6','\x39','\x90','\x25','\xb0','\x0e','\x5b','\xf3','\xd3','\x4b','\x40','\xf6','\x8a','\x5b','\x27','\x0c','\xeb','\xc4','\x87','\xac','\xf9','\x0f','\x2f','\x59','\x81','\x35','\xf7','\x1c','\xaf','\x96','\x4e','\x54','\xa3','\xf3','\x55','\x62','\x55','\xe3','\xbf','\x57','\x1d','\x7b','\xfb','\xe9','\xd1','\x0d','\x6b','\x02','\x82','\x77','\xdc','\x19','\xf0','\xa8','\x11','\x64','\xa5','\xe3','\xdc','\xa0','\xf3','\xd4','\xd0','\x8d','\x89','\xe5','\x49','\xf3','\xba','\x28','\x21','\x54','\x97','\x2b','\xcc','\xb5','\x2e','\x90','\x04','\xa4','\x0d','\x7c','\xb6','\x5b','\x7a','\x93','\x4c','\x36','\xc9','\xf4','\xd9','\xee','\xe1','\x28','\xc7','\xb1','\xb9','\x98','\x3f','\x17','\x90','\xea','\x49','\x6a','\x17','\x5b','\x47','\xc9','\xc3','\xa5','\x84','\x6d','\x3f','\xf9','\xb0','\x75','\x60','\xc9','\x3a','\xfc','\xf0','\x3c','\x7e','\xf8','\x44','\x7c','\x69','\xfe','\x83','\x8f','\xcc','\x89','\x87','\xab','\xd6','\x13','\xd5','\x91','\xb7','\x9f','\x66','\x9e','\xe5','\xa9','\x24','\x94','\x06','\x01','\xf3','\x1d','\xf9','\xfd','\xe1','\xe3','\xee','\xf3','\x2c','\x9d','\x88','\x3f','\x32','\xff','\xc1','\x87','\xe7','\xc4','\x13','\x55','\xeb','\xed','\x2a','\xe1','\x20','\xb6','\xea','\x1d','\x01','\x45','\x7d','\xbd','\xd1','\xda','\x27','\x2e','\xbd','\x86','\x9e','\x07','\x1e','\x20','\x6a','\x68','\xe2','\x45','\x8d','\x30','\x4d','\xf7','\xcc','\xce','\xc9','\x24','\xa2','\x89','\xd7','\x10','\x59','\xf7','\xec','\x77','\xea','\x64','\x5d','\x64','\x75','\x62','\xfe','\xd2','\x65','\x87','\x1a','\xbf','\xcd','\x9e','\xfc','\x3c','\xcb','\x3e','\xc1','\x66','\x9d','\xca','\x59','\x7d','\x0b','\x18','\x76','\xf0','\x2d','\xc7','\xd5','\xdb','\xe8','\x1d','\xc9','\x6f','\x09','\xa8','\x95','\x38','\x30','\x43','\x6e','\xe4','\x17','\x37','\x18','\xed','\xf5','\x6b','\x4b','\x20','\xfc','\x29','\x4c','\x2a','\x82','\xf4','\x39','\x51','\x05','\x85','\xd9','\x4a','\xbd','\x51','\xd9','\x26','\x4a','\x01','\x3e','\x57','\xa7','\x5f','\xae','\x8f','\xbd','\xf6','\x17','\x20','\xa6','\xb4','\x5d','\x0b','\xe4','\x00','\x35','\xe2','\x4a','\x70','\xcc','\x21','\xb9','\xf3','\xf1','\xd4','\xbf','\x7f','\x55','\x1a','\xdb','\xa9','\x55','\x2e','\xf7','\x01','\x4d','\x88','\x68','\xc7','\xba','\x03','\xcd','\xef','\x71','\x4e','\xec','\xe9','\xf0','\xd4','\xc3','\x7c','\x6a','\x66','\xa1','\xfd','\x4f','\x97','\xfe','\x40','\x70','\x36','\xc3','\xd9','\x0d','\xce','\xbe','\xc7','\xef','\xff','\x6e','\x2b','\x85','\x6b','\x11','\x62','\x42','\xb9','\xde','\x50','\x5f','\xb3','\xd0','\x70','\x95','\xd7','\xe1','\xd6','\x82','\xa9','\x6d','\x43','\x7a','\x45','\xf5','\x51','\xdd','\x88','\x68','\x1b','\x11','\x7d','\x25','\x12','\xd3','\xf5','\xb4','\x34','\xb8','\xb5','\x20','\xd4','\x3d','\x98','\xd1','\x5c','\xfb','\x52','\xbf','\x1f','\xe8','\xbe','\x17','\x7b','\xe4','\x67','\x48','\xd6','\xf4','\x89','\xd0','\xb0','\x01','\x05','\xd5','\x38','\xaf','\x26','\xb8','\x0d','\x45','\xc3','\x72','\x89','\x9a','\x83','\x88','\x12','\xab','\x22','\x6e','\xeb','\xce','\x51','\xf4','\x07','\x86','\x61','\xa5','\x89','\x55','\xc0','\x56','\x16','\x5b','\x25','\x98','\xf3','\xdb','\xec','\xd0','\xc1','\x9b','\x64','\x3b','\x92','\x8f','\xfd','\xd6','\x42','\xc3','\x7d','\x46','\x7a','\xd5','\x58','\x7d','\xba','\x11','\xed','\x05','\x33','\x7b','\x61','\xcc','\x41','\x8b','\xc3','\x94','\x4e','\x52','\xc2','\x85','\x02','\x6a','\x85','\x09','\xf9','\x85','\xac','\x90','\x22','\x4a','\x3b','\x03','\x83','\x7e','\x7b','\xdf','\x01','\xf4','\x5a','\x1e','\xdf','\xa2','\x18','\x0f','\x3e','\xfe','\xed','\x94','\xe4','\x07','\xba','\xf1','\x2a','\x0e','\xa9','\x2c','\x70','\x02','\x11','\x46','\xd1','\x44','\x64','\x8f','\x43','\x32','\x5e','\x3a','\xe5','\x8c','\x6b','\xf5','\x7d','\x5f','\x16','\x0f','\xfd','\xa8','\x7e','\xdf','\x8f','\xea','\x07','\x1f','\xfb','\x76','\xf9','\xb1','\x17','\xcb','\x8f','\xad','\xba','\x8f','\xbd','\x48','\xfe','\xa7','\xbb','\x89','\x3e','\x49','\x32','\x45','\xd8','\x5b','\x51','\xbf','\x3f','\xec','\xe0','\x8b','\xb8','\x7d','\x00','\x64','\xa8','\x04','\x2c','\x35','\x88','\x58','\x86','\x6d','\x8e','\x76','\x78','\x25','\x89','\xfe','\x9a','\x49','\x94','\xef','\x28','\x5a','\x16','\x79','\xfa','\x66','\x38','\x1e','\x9f','\xb7','\xf6','\x1d','\xbf','\xb9','\x6f','\xcb','\x7a','\x68','\xcb','\x3a','\x68','\x01','\x16','\x2c','\xab','\x7c','\x7c','\xcb','\xb5','\xac','\xf0','\x05','\x7d','\x1c','\x25','\x9c','\x80','\x94','\x75','\x71','\xb1','\xf4','\x4c','\x6b','\xf2','\x8b','\xde','\x34','\xf7','\xa6','\x8b','\x1e','\x28','\x6d','\x4a','\x2f','\xb8','\x05','\x5a','\x31','\xd2','\x0f','\x4f','\x22','\x2f','\xe1','\x79','\xe3','\xdc','\xbb','\x5b','\xfe','\x14','\x79','\x93','\xc8','\x2b','\x21','\xaf','\x7e','\x8b','\xd4','\x4c','\x34','\x5d','\x8b','\x41','\x30','\x61','\x1e','\xfa','\x57','\x2a','\x53','\x01','\xde','\x6c','\x91','\x16','\xec','\x6e','\x41','\x75','\x69','\x6f','\x0c','\x3a','\x18','\xc2','\xde','\x1d','\xed','\xb7','\x5a','\x8b','\xf7','\x55','\xad','\x22','\xa1','\x1f','\x94','\x68','\xb5','\x88','\xe7','\x91','\x26','\xd4','\xe3','\xc3','\xc0','\xf3','\x40','\x94','\xe9','\x5d','\xb9','\xda','\xfb','\x21','\xcc','\xb6','\x9f','\x97','\x2e','\xbc','\xe1','\xcb','\x7b','\x19','\xf4','\x84','\x47','\xeb','\xf6','\x3b','\x44','\xd7','\x89','\x1e','\x21','\xfa','\x73','\x69','\x69','\x6c','\x9f','\x8c','\x77','\x8a','\x0c','\x5a','\x13','\x26','\xd2','\x3b','\xe2','\x27','\xf2','\xbb','\x84','\x94','\x6e','\x56','\x7d','\xf6','\xa2','\x4f','\x2e','\x6c','\xf5','\xf2','\x12','\x1e','\x4e','\xa2','\x52','\x57','\x7f','\xbe','\x76','\x14','\x6c','\x05','\x48','\xcf','\x85','\x37','\x55','\x18','\xf0','\x1d','\xf2','\x37','\xb3','\xb4','\xd7','\x2f','\xfb','\x1f','\x80','\x45','\x46','\xe9','\xf0','\x37','\x8b','\x55','\x1d','\xeb','\xc8','\x1e','\x97','\x9c','\x0d','\xe2','\x4d','\xa0','\x83','\x19','\xc9','\x2e','\x70','\x4e','\x9b','\xa4','\x9c','\xec','\xba','\x72','\xc9','\x75','\x3c','\xfb','\x55','\x28','\xc7','\x1e','\xa1','\xfe','\x57','\x37','\xfd','\xc7','\x1b','\xfe','\x53','\xd4','\xff','\xa2','\xe2','\x8f','\x25','\x1b','\x7f','\xdb','\xa5','\xcd','\x1a','\xf2','\x8a','\x70','\x23','\xd7','\x90','\xde','\x89','\x9b','\x4e','\xb2','\x85','\xfa','\x25','\xb7','\x30','\xbb','\x92','\x2a','\x42','\xbe','\x0b','\x83','\x6a','\x0e','\x43','\x6d','\x5d','\xd9','\xe1','\x3a','\x8e','\x39','\x84','\xde','\x76','\xf6','\xaf','\xa0','\x23','\x61','\x5d','\x2a','\xc6','\x72','\x87','\x63','\x2f','\x63','\xf3','\x4d','\x9c','\xdf','\xf3','\x72','\x7e','\x74','\x35','\x3f','\x01','\xa5','\xb2','\x00','\xbd','\x18','\x62','\x7f','\x24','\xbb','\x5f','\x75','\x09','\x99','\x21','\xd2','\xbe','\xcd','\xac','\x18','\x09','\x9d','\xe3','\x1d','\x3a','\xa5','\x16','\xa6','\xc7','\x85','\x11','\xc5','\x13','\x6e','\xd4','\xfc','\xd1','\xd5','\xd2','\x1e','\xa7','\x3e','\x0a','\xcd','\x34','\xc1','\xbe','\x02','\x9d','\xcf','\x62','\xe9','\x46','\x71','\x72','\xa3','\x38','\x7d','\x2a','\x7b','\x18','\x67','\xf1','\x3c','\x8b','\xb9','\x34','\x88','\x67','\x6a','\x46','\xa2','\xa8','\xbc','\x6a','\xf1','\x2b','\x11','\x3a','\xd7','\xf6','\x8d','\x9e','\x6e','\x61','\xcc','\xb3','\x82','\xc3','\x42','\xfa','\x10','\xc5','\x13','\x61','\xf1','\x8b','\x9c','\x69','\x22','\x25','\x8e','\x42','\xbc','\x5a','\x73','\x92','\x83','\xe6','\x9b','\xb8','\xdf','\x7f','\x93','\xf6','\xeb','\x46','\x95','\x5f','\x29','\x07','\xb1','\xf5','\x56','\x32','\xff','\xea','\xd8','\xf4','\xdf','\xe4','\xc9','\xb5','\x0d','\xe6','\x87','\x2b','\x61','\xb2','\x27','\x14','\xd0','\x8b','\x00','\x28','\x2f','\xde','\xeb','\x7b','\xf1','\x69','\xae','\xf2','\x95','\xf0','\xad','\x15','\x14','\x9f','\x7f','\x4e','\x85','\xca','\x1b','\x6d','\x4c','\xcd','\x31','\xf1','\x4a','\x4b','\x7e','\x5e','\x4b','\x55','\xc4','\x4f','\x72','\x7c','\xb9','\x17','\x07','\xe8','\x4d','\x0c','\x46','\xd8','\x01','\x22','\xaf','\x4e','\xfe','\x37','\x6e','\x6e','\xdd','\xcd','\x21','\x55','\x17','\x39','\xa8','\xf7','\xdc','\x2e','\xb1','\xac','\x1d','\x3b','\xc7','\x9c','\x09','\x2f','\xa3','\x04','\x96','\xe9','\xf5','\x40','\x1e','\x33','\x72','\xd0','\x47','\x66','\x03','\xd4','\x8c','\x8c','\xcb','\x84','\xf9','\xe9','\xec','\xcb','\xf4','\xe3','\x57','\x3b','\xcb','\x6b','\x4c','\x75','\x56','\xa7','\xb9','\x58','\x37','\x17','\xa1','\xe6','\x5b','\x94','\xe5','\x18','\x63','\x6b','\x66','\x9b','\xe7','\x50','\x27','\xa7','\x5d','\x30','\xdf','\x4e','\x30','\xf9','\x7d','\x1f','\x43','\xe8','\x19','\x2f','\xba','\xe1','\x48','\x53','\x4b','\x5b','\x95','\xf6','\xc6','\x4d','\xbb','\x83','\x1f','\xe9','\x7d','\xba','\x02','\x7c','\xb4','\xdb','\xea','\xc0','\x78','\xb5','\x68','\xb2','\x33','\xa4','\x1c','\x08','\x8c','\x6e','\xdc','\x8b','\x39','\x84','\xe1','\x82','\xde','\x5c','\x32','\xd4','\x14','\x0a','\x05','\x11','\x6e','\x3d','\xcf','\x76','\x7b','\x8e','\x58','\xaf','\xa1','\x3c','\xa3','\x4d','\xe8','\x29','\x2f','\x2d','\xfa','\x45','\xc2','\x3e','\x43','\xd8','\x79','\x37','\x47','\x77','\xf7','\x91','\x1f','\x88','\x87','\x13','\xbd','\x38','\xb2','\x52','\x14','\x1b','\x45','\xed','\x54','\x56','\xc7','\x4c','\xae','\x10','\xd8','\x4d','\xe3','\xff','\xf4','\x0b','\x72','\x0e','\xef','\xcb','\xa2','\x8f','\x22','\xfa','\xe3','\xb3','\xdd','\x5e','\x13','\xc8','\x6d','\xaf','\x37','\x2c','\xfe','\x82','\x3c','\x35','\x34','\x1c','\x93','\x56','\xf7','\x9e','\x7b','\xa8','\x2d','\xc6','\xe2','\x59','\xf1','\x62','\x4d','\xdf','\x7b','\x02','\x7f','\xe4','\xcf','\xf0','\x8f','\x3e','\x4c','\xee','\x9c','\xdc','\x13','\xcf','\xa6','\x1c','\xf4','\x90','\xd9','\xfd','\x34','\x42','\xdf','\x44','\x78','\x2c','\x6c','\x9a','\x3c','\xe1','\xd0','\xfb','\xcf','\x01','\x3b','\x57','\x6e','\xd3','\xeb','\x67','\x52','\xc9','\x15','\xb9','\x10','\xe1','\x58','\xcd','\x06','\x3f','\xde','\x82','\x7a','\x46','\xd0','\x95','\xe4','\xca','\xb5','\x21','\xd8','\x0c','\xa0','\x86','\x51','\x01','\x9b','\x5d','\x18','\x43','\x7e','\x7f','\xb5','\x24','\xc7','\x50','\x5c','\xbc','\x6a','\x99','\x5d','\x55','\x65','\x7c','\x6a','\x49','\x89','\x05','\xc1','\xe2','\x27','\x27','\xc0','\xfe','\x16','\x3d','\xda','\xcb','\xb7','\x29','\xf7','\x17','\x23','\x68','\x73','\x00','\x41','\xf3','\xed','\x80','\x7b','\x56','\x95','\x60','\x14','\x39','\x71','\xf8','\x88','\x12','\xda','\xd9','\x91','\xcf','\x0d','\x17','\x90','\x5b','\xeb','\x4a','\x74','\x73','\x8f','\xf8','\x56','\xbf','\xae','\x64','\xb0','\x9f','\x16','\xe3','\xd0','\xf1','\x99','\x87','\xe2','\x48','\x7a','\xaa','\x1f','\xb6','\x45','\xbd','\x5a','\xf5','\x19','\xec','\xd8','\x75','\xa7','\x4a','\x8a','\x00','\x9a','\xad','\x1a','\xac','\x9a','\x4d','\x57','\x8b','\xd7','\xaa','\x17','\xb6','\xaa','\xea','\xf4','\x55','\xb9','\x91','\x9b','\x1d','\x1b','\xb6','\x73','\xd8','\xd1','\x79','\x2f','\x5b','\xa3','\x82','\xa5','\x8a','\xcf','\x00','\x5f','\x7e','\x9c','\x8c','\x24','\x03','\xd2','\x24','\xf1','\x05','\x42','\x17','\xb6','\xd7','\xb1','\x12','\x21','\xf5','\x64','\x17','\x37','\x5d','\xfb','\x4d','\x07','\x93','\xd3','\xd8','\x3d','\x53','\x7a','\xf3','\x13','\x93','\xcd','\xd9','\x69','\x97','\x1f','\x86','\x65','\x97','\xc5','\x9a','\x9b','\x4b','\x66','\xa6','\x90','\x4e','\x64','\xe5','\x4c','\x6a','\xf5','\xce','\xba','\x8d','\x75','\x47','\x08','\x6f','\xd0','\xec','\x60','\x57','\xd7','\x03','\xd5','\xf8','\xe0','\x94','\xae','\xa4','\x72','\xa2','\xda','\x4a','\x5c','\x13','\x0c','\x05','\x1e','\x52','\xed','\x2f','\x80','\x15','\xd7','\xdd','\xd6','\xb7','\x31','\x41','\x5c','\xb7','\xa0','\x30','\x6b','\x76','\x1a','\xc3','\x2a','\xd0','\x6a','\x25','\x0e','\x85','\x13','\xa5','\xc7','\xa5','\xa2','\x6d','\x69','\xaa','\xfc','\x94','\xd0','\x6f','\xd2','\xd1','\x4e','\xba','\x0e','\xe4','\x11','\xc8','\x3d','\x84','\xcc','\x04','\x64','\x85','\x80','\x2c','\xee','\x0e','\x74','\xe5','\x31','\xdd','\xaf','\xfc','\x29','\xf4','\xfa','\xc7','\xed','\x88','\xdb','\x14','\x19','\xaa','\xe5','\x1c','\xce','\x78','\x0b','\x3a','\x49','\xa4','\x1c','\x96','\x0c','\x7d','\x09','\xc4','\x46','\x1c','\xe8','\xf4','\xc6','\x5a','\x10','\x22','\xf1','\x58','\x1e','\x08','\xd5','\x3b','\xe2','\x36','\x91','\x38','\xd2','\x9f','\x07','\xb2','\xcd','\x24','\x41','\x77','\x2b','\xe9','\x3c','\xca','\xf0','\xa1','\x2c','\x7e','\xe4','\x49','\xbf','\x7e','\x61','\x2b','\x41','\xfd','\x3b','\xa9','\x3f','\x46','\xfd','\xbb','\xa8','\xbf','\x9f','\xfa','\x33','\xd4','\x5f','\xc9','\x84','\xc2','\xce','\x58','\x47','\xaa','\x35','\x04','\x4a','\x1f','\x45','\x6a','\x21','\x1b','\xea','\x0f','\x02','\xc4','\xb6','\x58','\xa7','\xc7','\xc3','\x8f','\xc3','\x1e','\x6d','\x9f','\x93','\xd3','\xcf','\x23','\x45','\x6f','\x70','\x0f','\x92','\x48','\x31','\x59','\xcf','\x76','\x49','\xb6','\x46','\x59','\x11','\x84','\xd4','\x33','\x72','\xff','\x97','\xb7','\x85','\x11','\xc7','\xe9','\x64','\x2f','\x63','\xc2','\x9a','\xc8','\x7c','\x53','\xbe','\x31','\x52','\x4a','\x06','\xf5','\x01','\x4f','\xb8','\xdb','\x27','\x09','\x2b','\xfe','\xf0','\x88','\x32','\x93','\xe2','\x4d','\x44','\x17','\x90','\xb1','\x80','\xb2','\x0b','\xd8','\x53','\xba','\xbb','\x43','\xf1','\xba','\x5b','\x5a','\x45','\xdc','\x92','\x21','\xea','\x29','\xa9','\xde','\x8e','\x92','\x04','\xfe','\x4e','\x1c','\x8a','\x26','\xee','\x85','\x37','\x13','\x67','\xcd','\x04','\xfb','\xb1','\x9c','\x84','\x2e','\x6b','\xce','\x2a','\x30','\xb3','\xc9','\x58','\xf3','\x5e','\xd6','\x5c','\x60','\xcd','\x47','\x44','\xd3','\x7f','\xa6','\x59','\x9f','\xf9','\x31','\xc6','\xaf','\x20','\x22','\xdf','\x52','\x13','\xb3','\x6b','\xe2','\x8a','\xa2','\x94','\x87','\x71','\xfe','\xb9','\xa4','\x98','\x23','\x68','\x8e','\xc4','\xed','\x66','\x62','\x6e','\x84','\xcc','\x11','\x77','\x8e','\xcc','\xda','\xcd','\xd9','\x39','\xc2','\x00','\xcd','\x7b','\xed','\x37','\x17','\x78','\xf9','\x11','\x54','\xf6','\x3f','\x59','\xae','\x7f','\xf2','\x71','\xfc','\xe4','\x27','\x90','\xd7','\x94','\x80','\x7e','\x2b','\x49','\xe0','\xa5','\xa3','\x22','\xa7','\x76','\xfb','\xc8','\x5c','\xb4','\x35','\x17','\x43','\x73','\x18','\x44','\x1f','\xe5','\x51','\x81','\xd8','\xaf','\x07','\x73','\x98','\x01','\x2c','\x66','\xdf','\x64','\xdc','\x62','\xc8','\x62','\x9f','\x54','\x78','\xd2','\x92','\x6e','\x10','\xf3','\xb6','\x18','\xf2','\xa7','\x62','\xd7','\xa1','\x36','\xb0','\x38','\x87','\xec','\xb7','\x9d','\x39','\x1d','\x01','\x30','\xb6','\xaf','\xc8','\x37','\x86','\xe7','\xe2','\x78','\xee','\x43','\x96','\x7d','\xe5','\xe6','\x1c','\xb6','\x00','\x96','\x65','\xdf','\x04','\xf1','\x39','\x64','\x59','\x9f','\x3c','\xbe','\xf5','\x49','\xcb','\x7a','\xd2','\xc2','\x1e','\xc7','\x5e','\x2b','\x31','\xe0','\xe5','\xfe','\x43','\x7a','\x19','\xdf','\x56','\x98','\x4b','\x09','\xb2','\x79','\x83','\x7e','\x13','\x43','\x75','\xd9','\xef','\xcd','\xc5','\x4d','\xd1','\x31','\xd1','\x48','\xbd','\xd6','\x48','\xa1','\x93','\x34','\xcb','\xf4','\x06','\xba','\x8b','\x18','\x77','\x91','\xf2','\x7e','\x54','\xba','\x81','\x8e','\x6f','\x88','\x1b','\x50','\x7a','\x03','\xbb','\x33','\xe8','\x11','\xf5','\xf7','\x4a','\xca','\xcc','\x8b','\x87','\x41','\xca','\x91','\xb0','\x8c','\x8a','\x5b','\x9a','\x5e','\x3e','\x5b','\x04','\xc8','\x81','\xaa','\x62','\x50','\x7d','\xa3','\xa7','\x7e','\x5b','\x95','\x03','\x17','\x5b','\x7c','\xd9','\x49','\x27','\x40','\xb8','\x59','\x2d','\x65','\xd8','\x99','\xc1','\x45','\xdb','\xe5','\x10','\x6f','\x4c','\xbd','\x58','\xcd','\x9d','\xad','\x7e','\xf6','\x66','\xb5','\xc1','\xa0','\x55','\x44','\xa6','\xad','\xba','\xb8','\xc8','\xc1','\xdf','\xd9','\xf4','\x4c','\x95','\xd6','\x39','\x94','\x68','\x3c','\x09','\xa9','\xbc','\xb1','\xed','\xbe','\x4b','\x3b','\xf2','\xd4','\x88','\x54','\xf4','\xd5','\xca','\x86','\xca','\x53','\xf7','\x7a','\x91','\x04','\x44','\x0b','\x6a','\x3d','\x73','\x7d','\xbb','\x7f','\xc4','\xee','\x2c','\xa4','\x5c','\x7f','\x8a','\x34','\x66','\x77','\x71','\x95','\xe2','\x3e','\x3f','\x27','\xf4','\x94','\xa4','\xd1','\x0b','\x7d','\xdb','\xa5','\xdd','\xab','\xa3','\x94','\x12','\x6b','\x55','\x2a','\x82','\xa5','\xd4','\xca','\x64','\x6a','\xe5','\x66','\xea','\xd2','\x74','\xea','\xc5','\xe9','\xd4','\xb9','\x90','\xa7','\x0c','\xfa','\x1b','\x3b','\x75','\xb1','\x80','\xdf','\x7b','\x5c','\xbc','\x71','\xdb','\xcb','\xbe','\x6d','\x85','\xa6','\xa0','\xc9','\xe6','\x61','\xd1','\xcc','\xb7','\x9a','\x53','\xd0','\x00','\xee','\x08','\x38','\x09','\x45','\x5a','\x04','\x91','\x3d','\x78','\x0f','\x21','\x59','\x08','\x85','\xb0','\x3b','\x50','\x70','\xbb','\x82','\x03','\x69','\x28','\x6e','\x60','\xb2','\x51','\x22','\x1b','\x93','\xe4','\xfa','\x4d','\xf2','\xca','\x34','\xb9','\x2a','\x6d','\xe0','\xf1','\x5d','\x7d','\x03','\x67','\xb2','\xd4','\xbe','\xd4','\xad','\xe6','\x68','\x15','\x1a','\x00','\x41','\x43','\x93','\xf9','\x1c','\x95','\x38','\x21','\x8f','\x66','\xc7','\x92','\x4f','\x6a','\xa8','\x7a','\x0c','\x83','\xc6','\x63','\x05','\x57','\x2b','\xa5','\x6a','\x65','\xf2','\x69','\x39','\x29','\xbf','\x38','\xcd','\x4f','\x4c','\x73','\x8e','\x15','\x8e','\xca','\x6d','\x6d','\x60','\x3f','\xef','\x12','\x0e','\xea','\xd5','\x20','\xbf','\x87','\x5d','\x0d','\xb6','\x01','\xac','\x35','\xdb','\x17','\x3c','\x9d','\x75','\x68','\xa1','\x45','\xa7','\x7c','\xe9','\x20','\xd1','\x13','\x17','\xc5','\xe3','\x94','\x9e','\x8e','\xc3','\x4f','\x1e','\x86','\xe0','\xf6','\x03','\x73','\xd6','\x83','\x12','\x4b','\xd6','\xc9','\x39','\x6b','\x56','\x62','\xc9','\x6a','\x70','\x8b','\xce','\x5b','\x74','\xce','\xa2','\xc7','\x97','\x52','\xef','\x2e','\xd0','\x1b','\x2a','\xa0','\x06','\x13','\x3e','\x86','\x63','\x78','\x04','\x3f','\x47','\x7c','\x2b','\xae','\x62','\xef','\x06','\xb6','\x26','\xea','\x96','\xe9','\x5b','\x25','\x6c','\xd5','\xb1','\x85','\x7d','\xcb','\xde','\xb2','\xa0','\xfd','\x4b','\xdd','\x2a','\x6d','\x59','\x93','\xbe','\x35','\x5d','\xb7','\x0e','\xcb','\x87','\xc4','\x8a','\x35','\xad','\x25','\x8a','\x0b','\x50','\x6c','\x85','\x8d','\x21','\x27','\x54','\x39','\xa4','\x5d','\xf0','\x46','\xe5','\x56','\xe4','\x17','\xa8','\xc5','\xa8','\x25','\xf7','\xa4','\x22','\x30','\xcf','\xc3','\x70','\x9d','\xe8','\x40','\x23','\x29','\x09','\xd1','\xc9','\x2a','\x99','\xb1','\xa2','\x47','\x1d','\xaf','\x83','\x3c','\x76','\xdb','\xf3','\xc0','\xe7','\x8a','\xa1','\x94','\x9f','\x4e','\xd5','\x69','\x0f','\xa2','\x23','\x8f','\x2a','\xfc','\x84','\xf2','\xf5','\xc4','\x7e','\x4c','\xaa','\x8a','\x22','\xb7','\x22','\xba','\x61','\x88','\x37','\x5d','\x24','\x4a','\x6b','\xa5','\x17','\xa6','\x95','\x5e','\x95','\x80','\x01','\x52','\x62','\x41','\x1e','\x5d','\x68','\xa6','\x16','\x9a','\xe3','\x0b','\xcd','\xce','\x42','\xf3','\xe4','\xd3','\xdd','\xd9','\x85','\xa6','\xea','\x28','\xe1','\xd1','\x06','\x34','\x4f','\x4c','\xa9','\x46','\x15','\x9d','\x8c','\xfc','\x0a','\xf0','\x80','\x77','\x91','\xc3','\xf1','\x8a','\x6f','\x54','\xeb','\x28','\x16','\x0b','\x88','\x1e','\x48','\x5b','\xf8','\x1a','\x2c','\xc5','\xf0','\xad','\xa8','\x35','\x59','\xc5','\x8d','\x55','\x0f','\x0e','\x2a','\x1d','\x73','\x9f','\xc9','\x2d','\x3d','\x94','\x92','\xd8','\x50','\x6f','\xa9','\xff','\xbd','\x1b','\x5a','\x23','\x2d','\xfe','\x86','\x6a','\xdf','\x60','\xfa','\x58','\x11','\xf4','\xee','\x20','\xe2','\x09','\xf2','\x47','\xac','\x33','\xee','\x31','\xac','\xea','\xf8','\xda','\x83','\x2a','\xfe','\x7e','\x4d','\xdf','\xf6','\x78','\xdf','\xe5','\x5a','\x6a','\xa5','\x95','\xfa','\x63','\x2e','\xde','\xe5','\xa9','\x15','\x89','\xf9','\x4c','\xfd','\xb8','\xfc','\x76','\x4a','\xd6','\x82','\xbd','\x75','\xc2','\xfa','\x62','\xcd','\xfa','\x22','\xb7','\x9e','\x03','\x2d','\x4e','\x7b','\x0b','\x8e','\x18','\x73','\x69','\x9f','\x0b','\xb9','\x52','\xe2','\x10','\x55','\xb9','\x88','\x62','\x7c','\x34','\x4e','\x8d','\x84','\x91','\x1e','\x11','\xf4','\x49','\xe3','\xe2','\x81','\xe0','\xd1','\xe9','\xaf','\x2f','\x90','\xaf','\xd3','\x0f','\x06','\xf7','\x88','\x3f','\x16','\x9f','\xff','\xfa','\x5f','\xc6','\x03','\xe3','\x23','\xc6','\xff','\xf0','\x4f','\xc5','\x0b','\x8f','\x19','\x5f','\x5f','\x1d','\x35','\x14','\x21','\x76','\xc7','\x1b','\x1b','\xbc','\x1f','\x75','\x7d','\xd4','\x4d','\xba','\x42','\xf8','\x0d','\xa3','\xb2','\x81','\x62','\x7a','\x70','\x52','\x03','\x13','\x8b','\x42','\xab','\xf1','\x38','\xb6','\xbb','\x60','\x9f','\xe9','\x91','\x9c','\x10','\x51','\x55','\xcf','\x1b','\x57','\xde','\x6e','\x5f','\x05','\x28','\x12','\xf2','\x76','\xe2','\x31','\x94','\x90','\x86','\x54','\x29','\x6d','\x4c','\xd6','\xc4','\xaf','\x4e','\x9f','\x9c','\x8e','\x16','\x31','\x06','\x31','\x81','\x6a','\x97','\x71','\x64','\xbe','\x1e','\x67','\x56','\x9a','\x59','\x35','\xf3','\xf5','\xd3','\xcc','\x8a','\x32','\x0b','\xe7','\xe4','\x8f','\x36','\xba','\x2a','\x7f','\x6a','\x0c','\xe7','\x4f','\x67','\xb2','\x04','\x22','\x36','\x39','\x57','\x62','\x2e','\xe7','\x4a','\x2b','\x74','\x3e','\x07','\x4d','\x07','\x4f','\xc8','\xa3','\xb4','\x48','\x19','\x51','\x64','\x1f','\xac','\xfa','\x6d','\xc5','\xab','\x50','\xbd','\xfe','\xe2','\xd3','\x74','\xcd','\xa2','\x45','\x88','\x2e','\x8f','\x15','\x78','\x37','\xc3','\x6b','\x09','\x5e','\xec','\xd7','\x0b','\xab','\x7c','\x2e','\x56','\xd2','\xca','\xec','\x01','\xe4','\xbd','\x26','\xad','\xcd','\x76','\x2c','\x6d','\xa6','\xe9','\xf3','\x3f','\xa3','\x2d','\xad','\xe1','\x69','\xe7','\x87','\x22','\x36','\x3f','\xb9','\x4d','\x5f','\xe9','\xde','\x3e','\xf2','\x1e','\xc1','\x96','\x5e','\xcf','\xdf','\x01','\x13','\xe0','\x01','\x84','\xbe','\xac','\x8a','\xf5','\x54','\x5f','\xe9','\x04','\x35','\x0b','\xfd','\xf3','\xc4','\xe3','\x2c','\x91','\x04','\x5b','\xa5','\xc7','\xb7','\x39','\xdb','\xce','\x2b','\x4d','\xd0','\xe8','\xd1','\xc5','\x3b','\xef','\x79','\x64','\xf4','\x9e','\x47','\xc4','\xbf','\x7e','\xe4','\x2b','\x7f','\xb1','\x58','\x56','\xd5','\x07','\x9f','\x10','\xe2','\x2b','\xb1','\x8b','\x4f','\xfd','\x8b','\x8b','\x4f','\x7d','\xf5','\x5c','\x79','\xa4','\x51','\x4e','\x9d','\x75','\x73','\x3d','\xf5','\x54','\xa4','\xc4','\x72','\x81','\x94','\xfb','\xba','\xf2','\x10','\xab','\x5e','\x0c','\x52','\xff','\xd4','\xfe','\x45','\x17','\x79','\x34','\xb5','\x22','\x6d','\x31','\x6f','\x64','\x79','\x8d','\xfa','\x69','\xbe','\x09','\x0b','\x0e','\xbc','\xab','\xdb','\xf5','\xb9','\x06','\xd9','\xff','\x0c','\xbf','\xb3','\xc6','\x53','\x06','\x4f','\x9d','\x9b','\x1f','\xfd','\xda','\x71','\x36','\x6a','\x65','\x85','\x65','\x8f','\xce','\x97','\xef','\x3a','\xe1','\xde','\xc5','\x49','\x81','\xdb','\xdf','\xe7','\x64','\xfa','\xc9','\x91','\xe9','\x27','\xbf','\x5a','\x7b','\xf5','\xf1','\x27','\x5f','\xfd','\xe2','\x93','\x9b','\x0b','\xe7','\x56','\xc9','\xe8','\x6a','\x72','\x94','\x74','\xef','\x4a','\xd6','\x3e','\x88','\x8b','\x1f','\x92','\x76','\x6f','\x2b','\xd6','\xf6','\x96','\x90','\x17','\x41','\x9e','\xe8','\xc8','\xa3','\x6f','\xfe','\x42','\xdc','\x93','\xf5','\x25','\xcc','\x96','\x3c','\xd6','\xef','\x99','\xa8','\x9b','\xaf','\xd5','\x23','\x1a','\xb6','\xdf','\x26','\x91','\x08','\x11','\x7f','\xb7','\xb8','\x18','\x87','\x66','\x25','\xd2','\x85','\x89','\xcb','\x15','\x60','\x23','\xd1','\xda','\x38','\xe3','\xad','\xaf','\xf4','\xf4','\xee','\xc0','\x42','\x0f','\xa1','\x4a','\xea','\xb6','\x1f','\x72','\xe8','\x99','\xee','\x85','\x51','\x3d','\xaa','\x8b','\x6e','\xcc','\xa1','\x3d','\x6d','\x22','\x07','\x8a','\x24','\x06','\xc2','\x44','\xb7','\x89','\x3f','\x77','\x81','\xa2','\x0c','\x5e','\x83','\x01','\x9e','\x72','\xdc','\x30','\x06','\x47','\xf9','\x0c','\x84','\xa7','\x0c','\x14','\xee','\x7d','\xc6','\xa9','\x78','\xf6','\x18','\x6e','\x55','\x56','\xe4','\x3c','\xd4','\x51','\xcc','\x7e','\x5e','\x1a','\xce','\x5b','\x72','\x51','\xd0','\x5c','\x5f','\x5a','\x5c','\x10','\x11','\x20','\xbe','\x4e','\x7c','\xdb','\xbd','\xcd','\x58','\x9a','\xac','\x76','\xc3','\xaf','\x52','\xbf','\x6a','\xf8','\x55','\x86','\xab','\x59','\x6c','\x17','\x31','\x97','\xee','\xc5','\x7c','\xdc','\x7e','\x3b','\x41','\x2a','\x2e','\xa9','\xac','\x92','\x13','\x1f','\x04','\x5e','\x77','\xbf','\x44','\xdd','\x6e','\xcd','\x93','\xe3','\x41','\x78','\x33','\xca','\xc9','\x9b','\x69','\xf3','\x34','\x9f','\x3b','\xf2','\xb4','\x38','\xc8','\x79','\x99','\x73','\x57','\xbd','\x26','\xd9','\x52','\x2f','\x96','\xf7','\x69','\x5f','\xaf','\x52','\x09','\xa4','\x44','\xa5','\x23','\x1e','\xc6','\xdc','\x86','\xc5','\xf9','\x6f','\x6d','\x82','\x7c','\x1b','\x56','\x40','\x0e','\xdb','\xef','\x08','\x9c','\xab','\x2b','\x9c','\x16','\xbf','\x71','\x71','\x6e','\x55','\xe1','\x9c','\xfd','\xd6','\x39','\x92','\x5b','\x85','\xbc','\xa1','\x56','\xa7','\xb9','\x7a','\xe6','\x9d','\x95','\x74','\x6e','\xe5','\x48','\x6e','\xe5','\x60','\x6e','\xa5','\x9c','\x5b','\x71','\x73','\x97','\x48','\xee','\xf9','\xe4','\x5b','\x0e','\xe8','\xfd','\x6a','\xce','\xb6','\x9e','\x15','\xf3','\xec','\xce','\x10','\x1b','\x99','\xb6','\x44','\x77','\x53','\x69','\x7e','\xfb','\xba','\x73','\x45','\x47','\x1b','\xbb','\x5f','\x20','\xd1','\xf1','\x84','\xe3','\x9d','\x54','\xf1','\x9f','\xdb','\xf7','\x6d','\xcf','\x43','\xdf','\xf6','\xbb','\x6e','\x04','\xd9','\x0d','\xec','\x0d','\x13','\x21','\x7e','\xdf','\x40','\x3f','\x4b','\x6b','\x1b','\x34','\xb6','\x7c','\x71','\x9f','\x23','\xef','\xe6','\x9a','\xd6','\x35','\x33','\xde','\x78','\x42','\xba','\xb9','\x20','\x05','\x24','\x94','\x9c','\x1a','\x16','\x6f','\x13','\x54','\x25','\xc0','\xbc','\x03','\x13','\x28','\xab','\xeb','\x46','\x44','\x8f','\xc7','\x74','\x92','\xd8','\xc0','\xe3','\x55','\x3c','\xfd','\xac','\xee','\xe7','\x87','\xb9','\xda','\x26','\xd6','\x13','\x03','\xc2','\x70','\x14','\x15','\x62','\x5a','\x17','\xdb','\xe0','\x41','\x41','\x9f','\x0e','\x69','\x37','\x1c','\x2a','\x50','\x5a','\x53','\xe4','\x5e','\x6f','\x56','\x33','\x1a','\x91','\x38','\x8d','\x92','\x94','\xb8','\x49','\xdf','\xc5','\x74','\x05','\xd3','\xfd','\x59','\xfa','\x20','\xa5','\x79','\x42','\xab','\x09','\x3a','\x03','\xcf','\xa4','\x54','\x3a','\x0f','\xc2','\x48','\x99','\x30','\xfe','\x53','\x1c','\x39','\xed','\x8e','\xc4','\x82','\x14','\x26','\xa9','\x49','\x72','\xff','\x73','\xe4','\xfe','\x33','\xdd','\x4f','\x61','\x72','\x5e','\x3e','\x94','\x88','\x75','\xe5','\x93','\x80','\x69','\x92','\xba','\x49','\xe8','\xeb','\x5d','\x1a','\x91','\xbf','\xbe','\x4a','\x63','\x18','\xe4','\x63','\x98','\x72','\xe0','\x20','\x8d','\xb6','\x45','\x94','\x06','\xec','\x0e','\x2c','\x80','\x8c','\xe7','\xad','\xcf','\xab','\x3a','\x33','\x20','\xfc','\x32','\x8e','\xb3','\x1c','\x17','\xf9','\x51','\x87','\x93','\xf7','\x2a','\x88','\xd8','\xe1','\x86','\xf8','\x6c','\x48','\x61','\x72','\x5b','\x64','\x69','\x87','\xce','\x64','\x0e','\xd9','\xef','\x28','\xa2','\x8c','\x26','\x8c','\xaa','\x91','\x79','\x1b','\x64','\xfd','\x86','\x34','\xfd','\xe4','\x4c','\xee','\x35','\x59','\xce','\xd2','\xc4','\x23','\xc8','\x3a','\xf3','\xde','\xfa','\x2d','\xfd','\x39','\xb9','\xcb','\x1c','\xed','\x3b','\xf8','\x08','\xdd','\x9a','\x0b','\xe8','\x43','\xce','\xff','\x44','\x8f','\xff','\xa0','\x79','\x61','\x99','\x0c','\xa4','\xce','\xcd','\x60','\xbb','\xf7','\x8d','\x56','\x17','\x76','\x3f','\x75','\xde','\xd3','\x34','\xe8','\xbd','\x20','\xb5','\xec','\x04','\x9a','\x9c','\x3a','\x4e','\x31','\x14','\x7a','\x0a','\xcf','\x43','\x13','\xf6','\x6f','\x9a','\xea','\x3e','\xdd','\x86','\x10','\xfd','\x71','\xcf','\x0e','\x59','\x64','\x9c','\xf6','\x27','\xe4','\xae','\xb7','\xdd','\xb3','\x9f','\x43','\xa7','\x5b','\x57','\xfc','\xe7','\x50','\x93','\x5f','\x67','\xbe','\x19','\x86','\x76','\x75','\xa2','\x4f','\x11','\xfd','\xe5','\x45','\x3b','\x0e','\x34','\xc5','\xec','\xe0','\xb7','\x0e','\x0d','\x5a','\x0a','\xb6','\xb7','\xf9','\xab','\x08','\x0a','\x78','\xec','\x20','\xad','\x48','\xe5','\x35','\x68','\x64','\x53','\x05','\x39','\x1c','\xc2','\x13','\xc4','\x22','\x90','\x95','\xe5','\x0c','\x56','\x86','\xca','\x69','\x69','\xc7','\x11','\xb0','\xa6','\x13','\x61','\x94','\xda','\xe0','\x4c','\xb5','\x9a','\xf5','\x8a','\x55','\xe4','\x2c','\x84','\xee','\xb2','\xfc','\x6c','\xd0','\x02','\x95','\x2a','\xa1','\x79','\x1e','\xe5','\xa7','\x23','\x5e','\x4c','\x6e','\xee','\xb8','\x45','\x88','\x4d','\xd9','\xf8','\xfd','\x1e','\x3e','\x09','\x1d','\x19','\xfa','\x34','\x8f','\x1d','\x0c','\xf3','\x5e','\x78','\x61','\x07','\x1f','\xe9','\x3d','\x64','\x33','\x77','\xe8','\xc3','\x18','\x68','\x4f','\xd3','\xd8','\xa3','\x78','\xd4','\xcf','\x0c','\xf1','\xa8','\x15','\x3f','\x5c','\xd9','\x1b','\x0f','\xcb','\xb5','\xb7','\xc3','\x1e','\xa6','\x12','\x30','\x40','\x11','\x78','\x32','\x8e','\x73','\xd6','\x81','\xdc','\x5c','\x63','\x9a','\x37','\xa7','\xa5','\xc7','\x5b','\x44','\xd0','\x33','\x57','\xb4','\x2b','\x7f','\xe2','\xcd','\xdc','\x85','\xca','\x09','\xe4','\x3c','\xe8','\x69','\x2d','\x71','\x14','\x8d','\x47','\x51','\x56','\x42','\xbc','\x2e','\x6d','\x92','\xac','\xbd','\x11','\xc8','\xe3','\x1d','\xad','\x6c','\x90','\x14','\xf3','\xea','\x79','\xb3','\xcf','\xeb','\xce','\xf4','\x07','\xf0','\x0c','\xbc','\x25','\x2a','\xdf','\x4f','\xae','\x3e','\xb3','\xfd','\x7e','\x3c','\x27','\xd6','\x6a','\x2d','\x45','\x9b','\x20','\x2f','\x0c','\x9a','\xe7','\x44','\xfc','\xaa','\x1b','\x36','\x26','\x55','\x6a','\x48','\xdd','\x6d','\x29','\xa4','\x2b','\x5d','\xd3','\x27','\xf2','\x24','\x5a','\xff','\x73','\xe5','\x86','\x3e','\x57','\x4f','\xcf','\xb3','\xaf','\xf4','\x38','\xd2','\xa0','\x62','\xb3','\xaf','\xfa','\x18','\x72','\x12','\x5e','\xc1','\x49','\xa0','\x9e','\xe3','\xc5','\x2f','\xd7','\x1f','\xff','\x9e','\x4f','\x8e','\x60','\xc2','\x4a','\x8a','\x0c','\xb4','\x45','\x32','\xaf','\x10','\x44','\x16','\x55','\x9d','\x66','\x1a','\x48','\x53','\x2d','\x30','\xb2','\x73','\x51','\x39','\x5d','\xf7','\x3e','\xe3','\x88','\x67','\x1c','\x7a','\xa9','\x9b','\xca','\xa9','\xad','\xce','\x84','\xc1','\x78','\xee','\x54','\xd7','\x14','\x27','\x11','\x9a','\x55','\x75','\x07','\x94','\x58','\x14','\xda','\xc2','\xf9','\x94','\x62','\x68','\x67','\xc0','\x17','\xe5','\x0b','\xc3','\xfc','\x20','\xf9','\x11','\x14','\x0f','\x92','\x75','\x28','\x29','\x22','\xeb','\xc2','\xd0','\x0c','\x9a','\x4f','\x67','\x7e','\x4d','\xd9','\x14','\xcd','\x7e','\x8c','\xda','\xf7','\xb3','\x7f','\x96','\x63','\x5f','\x63','\x6b','\xa3','\xec','\xe2','\x28','\xe3','\x19','\x56','\x1c','\xe5','\x2d','\x83','\xaf','\xa1','\x4a','\x03','\x6d','\x64','\x62','\x7e','\x42','\x6b','\xe0','\x5b','\x95','\x4f','\xfa','\x6c','\xb1','\xdb','\xd3','\xc9','\xe4','\x8f','\x22','\x14','\xe9','\xe7','\x9d','\x18','\xcc','\xc8','\xc2','\x20','\xfe','\xbc','\x83','\x97','\x72','\x29','\x18','\x2a','\xae','\xac','\x8f','\xdb','\x62','\x9f','\x83','\xd2','\x1e','\x3a','\xb2','\xee','\x1d','\xd4','\x1c','\x89','\x05','\xcd','\xed','\xeb','\xd8','\x6f','\xbf','\x2c','\xd4','\xe1','\x34','\x50','\x81','\x84','\xeb','\xb3','\xbc','\x41','\xe2','\x09','\x54','\x27','\x4e','\x95','\xf2','\xbc','\x31','\xc5','\xb2','\x53','\x60','\x9d','\x4a','\x80','\x12','\x5a','\x5f','\xaf','\x12','\x4b','\xab','\x15','\x2c','\x55','\xec','\x30','\xdc','\xd7','\x99','\x64','\xe3','\x29','\x0f','\x87','\x96','\x44','\x71','\xdd','\xb1','\xd7','\xdd','\xf9','\xeb','\xc1','\xfc','\xba','\xd3','\x47','\x5d','\xde','\xb9','\xf3','\x1e','\x02','\xac','\x7b','\xfd','\x27','\x5d','\xfb','\x7a','\xc0','\xd7','\x87','\x75','\xfe','\x41','\x20','\x0e','\x96','\x9f','\x95','\x8b','\xc9','\x0d','\xda','\xd5','\xe3','\xa0','\x12','\x02','\xb5','\xf3','\x9c','\xd4','\xb9','\x68','\xda','\xd2','\x86','\x04','\xfa','\x7e','\xb2','\x33','\x4e','\xd0','\x3e','\x17','\xa5','\xaf','\x74','\x8f','\x78','\x50','\xba','\x75','\x30','\x13','\xf4','\x54','\xcd','\xfb','\x15','\x5b','\x61','\xe9','\x16','\xe4','\x41','\x92','\x1d','\xb3','\x1b','\x0a','\x0b','\x3b','\x88','\xb5','\xa2','\x13','\x9e','\x7e','\x0c','\x0a','\x3a','\xd0','\xe5','\x2c','\x7a','\xd9','\x00','\x2e','\xb2','\x32','\x63','\xcc','\x0e','\x96','\x77','\x50','\x84','\x4a','\x63','\x95','\xc7','\x68','\x21','\x41','\xd3','\x69','\xe0','\xb5','\xe2','\x9e','\x9d','\x09','\xa9','\x03','\x90','\x74','\x88','\x47','\xe9','\xd7','\xa3','\x85','\xea','\x29','\x96','\xd7','\xf9','\xb4','\xe6','\x45','\x35','\x6f','\x8f','\x5e','\x33','\xea','\xa6','\x68','\x8e','\x2f','\xb6','\x71','\x79','\x1d','\xbe','\x8e','\xb2','\xe6','\x2e','\x99','\xc1','\x53','\xcb','\xce','\xc2','\xba','\x53','\x96','\xd0','\x1c','\xb7','\x7f','\x9d','\xe3','\xa8','\x96','\x28','\x40','\x38','\x37','\xce','\xe6','\xbf','\x7e','\xe8','\x78','\xf5','\xbb','\x56','\x3e','\xbf','\x30','\x9d','\x3f','\x11','\x65','\xb5','\x3b','\x19','\x1f','\x3d','\x2c','\xc4','\x1a','\xff','\xca','\x1a','\x2f','\xb3','\x36','\x61','\x6f','\x7e','\x82','\x6d','\x7d','\x25','\xb7','\xf5','\xd4','\x4b','\xd6','\x53','\xdf','\xe5','\x8f','\x7f','\x5f','\x3e','\xc9','\x5d','\x98','\xd8','\x82','\xc8','\xbb','\x3a','\xc2','\x22','\x7a','\x47','\xbc','\x2b','\x8f','\xcc','\xbc','\x61','\xde','\x33','\x99','\x31','\xdf','\x40','\xf7','\x7c','\xb8','\x7b','\xcf','\x04','\x31','\x5f','\x93','\x7b','\xdd','\x9a','\xe8','\xf0','\xc8','\xb1','\x1f','\x46','\x9e','\xcb','\xa0','\x39','\x1c','\x5d','\x71','\xf4','\x98','\x01','\x65','\xf5','\xe2','\xa6','\xfc','\x98','\xf7','\x50','\x2f','\xd6','\x80','\x0f','\x58','\xa3','\xa4','\x17','\x84','\xbc','\xc5','\xf6','\x06','\x8e','\xdb','\x2a','\x37','\xbb','\x40','\x4a','\xd2','\x4e','\x71','\x21','\x6a','\x08','\x2d','\x68','\x9e','\xa5','\x9d','\x86','\xbc','\xae','\xea','\xcc','\xc0','\xb5','\x6f','\x71','\xd1','\xe2','\x8b','\x8a','\x12','\x70','\x3b','\xdd','\x78','\x4f','\xba','\x42','\x9a','\x9c','\x0f','\x2b','\x0e','\x3a','\x8e','\x40','\x91','\x1b','\xba','\xb6','\x39','\xda','\xba','\x48','\xa6','\x8f','\xb6','\x77','\x2f','\xf5','\xfd','\x7a','\xa2','\xdb','\xf6','\x91','\x67','\x09','\x5b','\xda','\xf8','\xeb','\x4d','\xb2','\x0e','\xe2','\xea','\xe4','\x27','\x20','\xdc','\xdd','\x1b','\xf7','\xb3','\x21','\x86','\x47','\x98','\x17','\x06','\x29','\x17','\x1d','\x8f','\xf6','\xfb','\x25','\x31','\x9d','\xf0','\x09','\xb7','\x38','\xe1','\xd4','\x07','\x36','\x9e','\x47','\xe3','\x57','\x6f','\xdf','\x7a','\x49','\x05','\xe3','\xc1','\xba','\xa3','\xb6','\x78','\xd3','\x74','\x40','\x14','\x4b','\x73','\x5a','\xb6','\xd7','\x0f','\x3d','\xab','\x82','\xbb','\x70','\xac','\x39','\xbe','\x7d','\x5d','\xf4','\xc7','\xde','\xe0','\x35','\xc7','\xd4','\xb8','\xe2','\x6c','\xc3','\x56','\x47','\x3d','\x81','\x6c','\x57','\xae','\x46','\xe3','\x20','\x9f','\xda','\x6c','\x89','\x5f','\x48','\xc7','\x58','\x5a','\x42','\x11','\xb9','\x77','\xd9','\x67','\x55','\xc1','\xa3','\x8a','\x57','\xd9','\xab','\x4a','\x1b','\x81','\x90','\x63','\xa0','\x81','\x40','\x2a','\x67','\xbb','\x83','\x6d','\xd3','\x56','\x63','\xb2','\x8e','\xe2','\x7f','\xe4','\x89','\xdf','\xd4','\xe3','\xcb','\x42','\x6e','\x2b','\x99','\x9f','\x35','\xd8','\x81','\xb5','\xcf','\x66','\xf9','\xd7','\xb2','\x9b','\xa3','\x13','\x67','\x33','\x8a','\x9c','\xa0','\xf2','\x56','\x83','\x36','\x0d','\xed','\xe1','\xe3','\xc0','\x26','\x89','\x85','\xa2','\x07','\x73','\x44','\xfc','\x32','\x8d','\x35','\x5a','\xaa','\xac','\xd9','\xed','\x96','\xc5','\x5b','\x56','\xe5','\x87','\x56','\x35','\x63','\x6f','\x25','\xac','\x93','\x18','\x1e','\x72','\x2f','\x6c','\xad','\x08','\x2f','\x56','\x1f','\x7f','\xd0','\x1f','\x04','\x83','\x19','\x06','\x7e','\x1c','\x7a','\x5a','\xae','\x05','\x5e','\x96','\x3b','\xc6','\xff','\x8f','\xd0','\x2b','\xc1','\x48','\x9d','\xc4','\x30','\x60','\xe4','\x4a','\x97','\xde','\x84','\x95','\xf8','\x0a','\x74','\xa0','\xef','\xca','\x2d','\xc0','\xee','\x29','\x2a','\xa8','\x87','\x73','\x28','\xb9','\xd2','\xe8','\xc6','\xa4','\xbf','\xa4','\x17','\xa5','\x3d','\xc6','\x9d','\x58','\xbb','\x15','\x44','\x9b','\xf2','\x52','\xc4','\x4b','\xe4','\xf4','\x73','\xd0','\xfe','\x60','\xba','\x04','\xca','\x7b','\xf0','\x62','\x88','\x94','\x62','\xe8','\x94','\x01','\x99','\xa6','\x30','\x03','\x88','\xf1','\x9d','\xdf','\x19','\xb9','\xf3','\x07','\xe4','\x5f','\xbe','\x10','\xff','\xa9','\x4b','\x37','\xe5','\x3d','\xb1','\xe8','\x21','\x3a','\x94','\xc7','\xdf','\x39','\x85','\xd0','\x76','\x11','\x6b','\xef','\xe2','\x84','\x75','\x01','\x2d','\x47','\xda','\xcb','\x9a','\x93','\x85','\xba','\x80','\xd8','\xa6','\xdd','\x4d','\x9b','\x20','\x62','\x46','\xe4','\xc7','\x2a','\x26','\x11','\x9b','\x45','\xb4','\x42','\x48','\x25','\x20','\x4a','\x81','\x62','\x00','\xf9','\x30','\x18','\x7c','\x31','\x4f','\xb9','\x23','\x6f','\xfd','\x7b','\xb2','\xde','\x20','\xfd','\x5e','\x90','\xc3','\xf1','\x31','\x03','\xb5','\xd2','\xaa','\x2a','\x33','\xe5','\xf8','\x99','\xeb','\x62','\xd4','\x41','\x72','\xff','\xb9','\x27','\xd6','\xb5','\xeb','\xf4','\xdb','\x75','\x7a','\x40','\xc1','\x94','\xc7','\x33','\x9d','\x03','\x8e','\x27','\x61','\xae','\xbe','\x8a','\x12','\x57','\x91','\xdb','\xfc','\x48','\xd3','\xff','\xc8','\xa6','\xff','\x05','\xc3','\xf7','\x3e','\x0c','\x75','\x0b','\x9a','\xa7','\x58','\x57','\x9d','\xe7','\x26','\x4e','\x41','\xfb','\xa0','\x1c','\xb6','\x72','\x6f','\x58','\x26','\xb2','\x72','\x51','\x8b','\x75','\x21','\x52','\x7c','\x38','\xb0','\x98','\x63','\xe5','\x9a','\xd6','\xf4','\x27','\x2c','\xf6','\x86','\x95','\x67','\xd6','\xc1','\x05','\x8b','\x6f','\xe1','\xca','\x77','\x70','\x69','\x12','\xcf','\x66','\xf1','\x72','\xeb','\x28','\x44','\x7d','\xf5','\x73','\x58','\x27','\x18','\x64','\x8d','\x71','\x5f','\xa7','\x82','\xf0','\x6a','\xc0','\x6d','\x90','\xca','\xb3','\x6f','\x28','\xc6','\x46','\x95','\xf0','\x4a','\xc3','\x7e','\xad','\x61','\x55','\xd6','\xb0','\xb6','\x86','\xd9','\xcf','\x44','\xe7','\x32','\xd6','\x7e','\x86','\xf5','\x2f','\x61','\x6c','\x62','\x9a','\xc1','\x1c','\xbf','\xdf','\xfa','\xd3','\x6a','\x44','\x10','\x17','\xef','\xfc','\x30','\x82','\x33','\xd2','\x6f','\xed','\xd1','\x38','\x29','\x0a','\xad','\xcd','\x6d','\xbf','\xa9','\x13','\xd6','\x05','\x38','\xb4','\xd6','\x92','\x66','\xd8','\x48','\xd7','\xd3','\x5c','\x0f','\x74','\x89','\xbb','\xa2','\xe2','\xba','\xb9','\xaf','\xba','\x1f','\xfb','\x4d','\x39','\x1a','\x29','\x47','\x59','\x39','\xce','\x66','\x3f','\x20','\x66','\x29','\x9f','\x05','\x1b','\x6c','\x91','\xb5','\xcb','\xd9','\x5a','\xb3','\xc6','\xdc','\x27','\x73','\x8d','\xcd','\x1c','\x3d','\xfb','\xc0','\x97','\x13','\x74','\x1a','\xcf','\xa8','\xba','\xda','\xea','\xe8','\xb9','\xea','\x3e','\x77','\xee','\xfe','\xba','\x95','\x3b','\x33','\x5f','\x59','\x39','\xb1','\xec','\x9c','\x30','\xbb','\xf3','\x8c','\x40','\x7c','\x03','\xda','\x2e','\x13','\x80','\xe2','\x58','\x42','\x97','\x99','\x09','\xc7','\xba','\xff','\x1c','\x7f','\xc6','\x85','\x66','\x6d','\xeb','\x67','\x2a','\xc9','\x15','\xae','\xf7','\xfb','\xd1','\xa7','\x41','\x52','\x8f','\xac','\x41','\x89','\x11','\x29','\x22','\x72','\x0e','\x02','\x1d','\xe3','\x14','\xef','\x3b','\x2c','\xf6','\xad','\xb1','\x87','\xda','\xec','\x60','\x8d','\x1d','\x5c','\x63','\x4f','\x31','\x56','\x66','\xcc','\x65','\x4a','\x49','\x66','\x80','\x9c','\x5c','\xba','\x79','\xb4','\x58','\x88','\xd5','\x40','\x1c','\x13','\x2f','\x1e','\x22','\xd7','\x02','\xf2','\x55','\x96','\xfa','\x09','\xdb','\xfb','\x29','\x56','\xc8','\x4d','\x15','\x3e','\x2c','\x66','\x8b','\xac','\xe1','\xb0','\xb1','\x98','\x6a','\xb7','\x10','\xb2','\xb2','\xc7','\x1d','\x3a','\x2d','\x51','\xa4','\x56','\x8d','\xfa','\x66','\xaa','\x3e','\x3e','\x0e','\x3a','\x92','\x68','\x90','\x6f','\x82','\xf0','\x9d','\x08','\xc2','\x14','\x2b','\x29','\x18','\x71','\x96','\x35','\xe4','\xd5','\x53','\xa9','\xa3','\x9e','\xf0','\x63','\x5f','\xfb','\x51','\x4e','\x78','\x25','\xfe','\x2f','\x8d','\x8a','\x93','\xa0','\x90','\x86','\xc6','\x3d','\x44','\x0c','\x95','\xec','\x09','\x13','\xb5','\x20','\x24','\x27','\xba','\x0e','\xa6','\x73','\x98','\x4e','\x29','\x44','\x01','\x7b','\x47','\x84','\x88','\xf7','\xc9','\xe1','\x8c','\x3a','\x6d','\x5a','\xac','\xc1','\x15','\x67','\x2c','\x5b','\x60','\xc5','\x4c','\x41','\xf1','\xc3','\xb3','\x05','\xb9','\x40','\xe2','\x91','\x40','\xee','\x41','\x16','\x62','\x96','\x16','\x58','\x0e','\x2b','\x15','\x99','\x3f','\x7f','\xa4','\xfe','\xb9','\xb7','\xc6','\xa3','\x1e','\x89','\xae','\x3a','\x71','\xd2','\x8a','\x3f','\x2a','\x0d','\xad','\x73','\x74','\x2f','\xc9','\x8b','\x9b','\x6f','\x09','\xfc','\x8c','\x8e','\xd8','\x4c','\x96','\x3d','\x0b','\x1d','\x9a','\x0b','\x1b','\x78','\x4c','\xc7','\x43','\xf1','\xde','\x5e','\x1d','\x07','\x83','\xee','\xeb','\x51','\x8e','\xe2','\xf2','\xa6','\xd4','\x34','\x04','\x6d','\x1d','\x96','\x15','\xb1','\x4d','\x02','\xdc','\xdb','\xa2','\x32','\x84','\xe4','\xf2','\x55','\x88','\xa3','\xb4','\x81','\x32','\x59','\xe0','\x63','\x47','\x07','\x7d','\xa5','\xe3','\x9a','\xf3','\x75','\xad','\x5e','\xbd','\x24','\xf2','\x9a','\x33','\xad','\x39','\x51','\xcd','\xd9','\xa3','\x39','\xc6','\x32','\x74','\xd2','\x51','\x7d','\xc9','\xe5','\x25','\x80','\x26','\x98','\x5f','\xa1','\x64','\xa1','\x41','\x16','\x36','\x49','\x59','\x61','\x60','\x2d','\xf4','\xfb','\x0e','\x80','\x9d','\x60','\x14','\x6f','\xab','\xf0','\xfc','\xfe','\xe8','\xe9','\x3f','\xeb','\xba','\x63','\xaf','\xf4','\xb2','\xa8','\xda','\x0a','\xe8','\xa2','\x4b','\xa7','\x25','\xac','\x98','\xb3','\x57','\x68','\x7f','\xbc','\xd7','\xbe','\xa4','\x7a','\x28','\x84','\xe9','\x89','\xd3','\x45','\xe8','\xab','\x10','\x67','\x90','\x0d','\x30','\x32','\x76','\x36','\xc1','\x3d','\xe9','\x25','\xef','\x14','\x61','\x1e','\x92','\x62','\x7e','\xaf','\x67','\x42','\x43','\x31','\xaa','\xe2','\x1e','\x71','\xc4','\x0d','\xbd','\xc5','\x91','\xd7','\xab','\x87','\x9d','\x41','\xf8','\x59','\x44','\xaa','\x08','\xa4','\x03','\xa4','\x27','\x32','\x83','\x0a','\x1b','\xa8','\xb0','\x82','\x3e','\xa5','\x23','\xe5','\x9e','\xa8','\x19','\xb8','\xb3','\x00','\x76','\x17','\xa2','\x58','\xd5','\x17','\x8c','\x20','\x4c','\x1c','\x45','\xfa','\xe7','\x94','\x15','\x28','\xcf','\x14','\xae','\x6f','\x3d','\xa8','\xa3','\xd9','\x15','\xd2','\x10','\x01','\x55','\x84','\x04','\xd5','\x61','\xa9','\x0b','\x9a','\x46','\x3d','\x56','\x2d','\xa7','\xd2','\x5e','\x65','\x19','\xea','\xa9','\xfa','\x82','\x68','\x36','\xf6','\xf1','\x02','\x9e','\x64','\x78','\x9a','\x93','\x69','\x87','\x48','\x57','\x5d','\xfe','\xe2','\x08','\x2a','\x48','\xd0','\xfa','\x67','\x84','\x68','\x18','\x45','\xca','\xb2','\x50','\x92','\x60','\x5f','\xa7','\xce','\x2b','\x63','\xc8','\xa7','\x59','\x8f','\x9a','\x1e','\x05','\x8d','\xbd','\xed','\x42','\xe9','\xfe','\xf7','\xde','\x48','\x5e','\xeb','\xd2','\xf5','\x06','\x5d','\xff','\x46','\xea','\x92','\xc8','\x2d','\x37','\xf2','\x5a','\xe3','\xd9','\x64','\xe7','\xcf','\x5f','\x6b','\x4c','\x83','\x3c','\xe5','\xea','\xd4','\xd3','\xdd','\xa9','\x8a','\x93','\xab','\x9c','\xca','\xd9','\x82','\xad','\x3b','\x12','\xb9','\x3f','\x71','\x72','\x05','\x34','\x95','\x11','\x47','\x62','\x90','\x7b','\x8d','\x6a','\x20','\x94','\x0a','\xb9','\xc5','\x53','\xca','\x41','\x06','\x27','\x5d','\x99','\x25','\xe0','\xb3','\xab','\xef','\x14','\x06','\x4c','\x3d','\xd9','\xd6','\xfc','\x35','\xdd','\x77','\x22','\x7e','\x11','\x43','\x8f','\xb8','\x02','\xf5','\x33','\xcc','\x4f','\x78','\x3e','\x86','\xdf','\x32','\x8a','\xf1','\x74','\x3f','\xa5','\x5e','\x78','\xcf','\x7e','\x1c','\x18','\xd5','\x88','\x76','\x29','\x2f','\xfe','\xd6','\xab','\xd4','\xa1','\xae','\xbb','\x9f','\xb9','\xd6','\xe5','\xed','\x9d','\x81','\xa0','\x7d','\xc8','\xae','\xd5','\x39','\x34','\xe1','\xc5','\xc4','\x27','\xd8','\xa7','\x96','\x7f','\xb8','\xed','\xaf','\x3b','\xfe','\x84','\xeb','\x9b','\x81','\x9f','\x73','\xb7','\x61','\x76','\xe1','\xa8','\x17','\xa5','\x2f','\x0c','\x8b','\x05','\x49','\x63','\x0a','\xb9','\xdb','\xa3','\x1e','\x24','\x50','\xa1','\x5f','\x4f','\x69','\x02','\x9a','\xa4','\x5b','\x1c','\x5b','\x5e','\xd4','\xf2','\xe2','\xc0','\x3d','\x40','\xc8','\xca','\x52','\x18','\x30','\xda','\x83','\xd9','\x59','\x52','\x03','\xde','\xef','\xc8','\x16','\x6e','\x91','\x9a','\x9a','\xcf','\x45','\xd4','\xab','\x38','\x9e','\x33','\xea','\x95','\x17','\xb7','\x2a','\x0d','\x9f','\xa7','\x70','\x4f','\xef','\xf7','\x00','\x7e','\x5a','\xdc','\x04','\xc9','\xdf','\x75','\x5c','\x11','\x7e','\x15','\xdf','\x5c','\x90','\x26','\x03','\x98','\x09','\x75','\xee','\xf9','\x5c','\xf8','\xdc','\xae','\x0f','\x4a','\x1e','\x14','\x2f','\x85','\xe4','\x62','\x41','\x2e','\x42','\x24','\xcc','\x5f','\x52','\x96','\x93','\x30','\x14','\x3b','\xa5','\x95','\x43','\x45','\xd0','\x9a','\x63','\x17','\xcc','\x77','\x12','\x0c','\x2b','\xb3','\xe2','\x3d','\xec','\xc3','\x34','\x08','\x01','\x16','\x54','\xf2','\xa7','\x08','\xdc','\xb0','\xa8','\x23','\xa2','\x6e','\xde','\x0e','\xf2','\xf2','\x28','\x21','\x44','\x38','\xb0','\xec','\xae','\x25','\x8f','\xc4','\xfb','\x7d','\xe2','\x91','\xf4','\xc5','\x3b','\x3f','\xb4','\x36','\x76','\xa8','\x71','\xd7','\x81','\x0b','\xd9','\x47','\x9e','\x3f','\x76','\xba','\xee','\x44','\x1d','\xa4','\xc8','\x36','\x81','\x72','\x6a','\x88','\x74','\xcf','\xf5','\xbd','\xaa','\x94','\x95','\xe6','\x75','\x6a','\xae','\xd0','\xaa','\xd9','\xa9','\x42','\xf5','\x7a','\x7c','\xd2','\xee','\x4e','\xea','\xe8','\x43','\x7a','\x34','\x2d','\x80','\xdb','\x9c','\xd6','\xd1','\xdd','\x3a','\xca','\x3b','\x68','\x42','\x88','\xa2','\x0d','\xba','\x4f','\x3b','\xf4','\x18','\x69','\xf4','\x1a','\x74','\xc8','\x0a','\xfb','\x64','\x6d','\xbf','\x67','\x58','\x4c','\x1e','\xa6','\x21','\xe0','\x13','\x65','\xd1','\x9e','\x4d','\x3a','\x0a','\xb2','\x3a','\xdb','\xfe','\x72','\x3c','\x9b','\x4e','\xfe','\x2a','\x38','\x91','\x75','\x9e','\x6e','\xb5','\x4e','\x1c','\x78','\xf5','\xe9','\x1b','\xe9','\x13','\x13','\x8d','\x13','\x13','\xdf','\x7f','\xba','\xf5','\x30','\x4f','\x0a','\xfb','\x57','\x37','\xf6','\x47','\xf9','\x83','\xa7','\x4e','\xe4','\xab','\x56','\x75','\xb2','\xba','\x12','\xaf','\xc2','\x7a','\x45','\x8d','\x3d','\x4d','\x02','\xe7','\x19','\x8e','\x03','\x0c','\xcf','\xc3','\x94','\x9a','\x84','\xc0','\x4d','\x0a','\x79','\xc2','\x8a','\x13','\x92','\xa8','\x61','\x11','\x6a','\x8d','\x0e','\x4a','\xf6','\x76','\x06','\x33','\xd5','\xbe','\x9c','\x8e','\x18','\x74','\xe6','\x45','\x60','\xcb','\x8f','\x19','\x74','\x2c','\xbb','\x57','\x27','\xd0','\xb7','\x02','\x94','\x6f','\xe4','\x4d','\xad','\xaa','\x27','\x48','\x76','\x8c','\x1a','\x5d','\xb3','\x7b','\x92','\x3f','\x3d','\xeb','\x59','\x63','\xc6','\xa0','\xc9','\x4b','\x5c','\x81','\x74','\x32','\x5d','\x96','\xec','\x0c','\xf5','\x31','\x2c','\x8e','\xb8','\x4c','\x6c','\x66','\x40','\xaf','\xef','\xda','\x4d','\xd0','\xdf','\x98','\x70','\xf7','\x99','\xc1','\xbe','\x97','\xa0','\x5f','\xf6','\xc1','\x9c','\xea','\x97','\x6d','\x76','\xcb','\xf9','\xb2','\xab','\x17','\x09','\xce','\xc2','\x44','\x96','\xeb','\x32','\xcd','\x84','\xfa','\x7e','\x09','\x55','\xd7','\xa6','\x1c','\xff','\xee','\xc8','\x34','\x12','\xdf','\x41','\xa4','\x04','\xe5','\xde','\x09','\x52','\xdc','\x47','\x6a','\xfb','\x1a','\x7c','\xdf','\x85','\xe0','\x08','\xf3','\x0e','\xd6','\xbc','\x83','\x97','\x82','\xa7','\x98','\x57','\x66','\x9e','\x2b','\xfd','\x01','\xe8','\x45','\xa8','\x1c','\x03','\x10','\x5c','\x06','\xbf','\x69','\x47','\xbc','\x65','\x02','\x45','\x9e','\xf1','\x26','\x56','\x9c','\xec','\x69','\x15','\x01','\x96','\xdb','\xf5','\x44','\xd4','\x2b','\x5e','\xbd','\x26','\x78','\xcc','\xe3','\xd1','\x34','\x8a','\x41','\x99','\x2a','\x04','\x64','\xf8','\xad','\x57','\xa9','\x77','\x1e','\x47','\x11','\x2f','\x19','\xba','\x6d','\xdb','\xd6','\x43','\x0a','\xd3','\x8a','\x1b','\xa6','\x38','\x39','\x68','\x5d','\x9a','\x72','\x72','\xc5','\x3e','\x89','\x91','\x49','\x21','\x1e','\x45','\x54','\xbc','\xf7','\xaa','\x4e','\x5f','\x16','\xbd','\x16','\xdb','\x1e','\x44','\xbc','\xe5','\x9b','\xa1','\xde','\x89','\x86','\x37','\xbf','\xe9','\xcd','\x37','\x2e','\x7e','\x8e','\x5e','\xb4','\x3b','\x17','\x95','\x98','\xf0','\x39','\x09','\xfb','\x9d','\x73','\xd5','\x54','\x43','\xa5','\x69','\x48','\x75','\x2c','\x59','\xfd','\x43','\x5c','\x3d','\x84','\x43','\xbd','\x5c','\xb1','\x45','\xa1','\x25','\xb4','\x02','\x55','\x18','\x95','\xe6','\xa5','\xbf','\x17','\x74','\x20','\xeb','\xf4','\x19','\x85','\x97','\x20','\x08','\xad','\xe0','\x52','\x53','\x89','\x0e','\x86','\xb4','\x17','\xb8','\xf1','\xa5','\xa1','\x1a','\x27','\x08','\x74','\xc6','\xb6','\x9b','\x09','\x86','\xce','\xf4','\xa8','\xa2','\xee','\x80','\x14','\xb0','\x4b','\x9e','\x51','\x78','\xc9','\x55','\x0f','\x4f','\xf3','\xdc','\x19','\x6e','\xd6','\x79','\xee','\xf9','\x39','\x69','\x64','\x31','\x5a','\x45','\xcc','\x46','\xde','\xd1','\x78','\x9c','\x24','\x92','\xd0','\xb9','\x3e','\x4e','\xc8','\xd7','\x09','\xa9','\xba','\x24','\x9f','\xec','\x4e','\x13','\x12','\x45','\x68','\x8f','\x81','\x8d','\x0b','\x42','\x6c','\xe2','\xc5','\x4d','\x5c','\xde','\xc4','\x24','\x13','\x3c','\x4e','\xf1','\x62','\x03','\x2f','\x6c','\xe2','\x85','\xeb','\x81','\x7c','\xa6','\x4c','\xb1','\x0b','\xbd','\x8b','\x8f','\xc2','\xbe','\xec','\x80','\x7e','\x42','\x1a','\xea','\x18','\x54','\x02','\x31','\x1c','\xdc','\x76','\x8c','\x54','\x35','\x28','\x45','\x91','\xd4','\xb6','\x0b','\x4f','\x29','\x14','\x21','\x6e','\xe7','\x9b','\xb6','\xb5','\xac','\x77','\x64','\x51','\x21','\x6d','\xaa','\xb2','\x1e','\x00','\x35','\x0e','\xc3','\x42','\x39','\xd1','\x99','\x70','\x68','\xc5','\xa1','\xc7','\x1c','\xba','\xec','\x74','\x34','\x87','\xfd','\x3f','\xe2','\x4b','\x60','\xb9','\xfe','\x6d','\xa9','\xa8','\xaf','\x8f','\x76','\xf5','\x15','\xc2','\x59','\xc3','\xa6','\x21','\xf1','\x34','\xab','\xcb','\xef','\xfb','\x74','\x11','\x45','\xcb','\xc8','\x0c','\x70','\xb4','\x6c','\xcb','\x81','\x7c','\xab','\xd1','\x72','\x6f','\x6c','\x76','\xe5','\xb8','\x44','\x8a','\x36','\xe1','\x56','\xfa','\x49','\xeb','\x43','\xbf','\x6b','\x1d','\x7a','\xc2','\x9a','\x2f','\x2d','\x9d','\x7e','\xd8','\x8a','\x16','\xa1','\x0d','\xe6','\xbb','\x41','\x4e','\x23','\x39','\x8d','\x9a','\xed','\x06','\x33','\x42','\xb2','\x5f','\x1b','\xc8','\x7e','\x37','\x13','\xd2','\xa6','\x8a','\x0d','\x91','\xe4','\x77','\x0d','\x40','\x5f','\x7a','\xbd','\x9d','\x44','\x47','\x6a','\x10','\x48','\x03','\x3a','\x13','\x3e','\x1e','\x88','\x36','\xfc','\xb4','\xc4','\xb9','\xdd','\xe6','\x16','\xef','\xc1','\x6e','\x59','\xd6','\xd3','\xa2','\x3f','\x86','\x23','\x9c','\x04','\x22','\x88','\x3b','\x42','\xd0','\x10','\x7f','\xd6','\x9d','\x22','\x48','\x5d','\x74','\x69','\x9f','\xe7','\x80','\xf4','\x48','\x28','\xaa','\x8f','\x4c','\x69','\x18','\xb3','\x20','\xd4','\xdc','\x06','\xaa','\xdb','\x50','\xdf','\x52','\xd5','\xab','\x74','\xd8','\x6f','\x02','\xf9','\x44','\xea','\xdd','\xd9','\x69','\xa6','\x32','\x41','\xea','\x5c','\x73','\x74','\xad','\xc9','\x4c','\x91','\xcd','\x36','\x6d','\xde','\x2c','\x1f','\xef','\xba','\x27','\x9b','\xf2','\xa7','\xa2','\xf1','\xb2','\xaa','\x8c','\xf6','\xbe','\x3a','\xeb','\x3d','\x31','\x7b','\xf9','\x8b','\x9f','\x15','\x0b','\xea','\x66','\x4f','\x9e','\xf0','\xba','\x25','\x54','\x5b','\x11','\x33','\x28','\x98','\xd1','\x91','\xb4','\xc7','\xaa','\xd8','\xa9','\xe2','\xe2','\x9c','\xb4','\x59','\x69','\x66','\x9e','\x27','\x3e','\x7f','\x61','\xeb','\x84','\x8e','\xe6','\x67','\xa8','\x05','\xfd','\x07','\x69','\x75','\x00','\xbb','\x53','\xb5','\x1a','\x4f','\x63','\xc7','\x02','\x9a','\x1d','\xe7','\xb4','\xc0','\x59','\x86','\xf3','\x44','\xc5','\x81','\x80','\x3f','\xc4','\x51','\x39','\x67','\xbc','\xc8','\xe6','\xeb','\xe6','\xeb','\x02','\xaa','\x40','\x14','\x20','\x1b','\x6b','\x81','\x61','\xbd','\x47','\xe2','\xc3','\xc1','\x1f','\x1d','\xc5','\x8f','\x4d','\xe3','\xcf','\x4f','\xe2','\xcf','\x97','\xf0','\xe7','\x63','\xc1','\x9e','\x08','\xda','\xf3','\xf6','\xaa','\x38','\x83','\x4f','\x2a','\x3f','\xb7','\x28','\x1d','\xea','\xb6','\x57','\xd5','\x2e','\x02','\x74','\xc3','\xde','\x4a','\x57','\x49','\xb2','\x9a','\xbf','\x09','\x05','\xc5','\x6f','\x34','\xab','\x20','\x85','\xdd','\xac','\x2e','\x34','\xed','\x37','\x9b','\x7c','\xa1','\x89','\x9e','\xee','\x7e','\x72','\xa1','\xf9','\x49','\xee','\x7d','\xb2','\x72','\xf1','\xd5','\xca','\x9a','\x77','\x83','\x22','\x3f','\x13','\x6b','\x26','\xa4','\x4f','\x16','\x0b','\xdd','\xf0','\xca','\xc5','\xd8','\x5b','\xd2','\xa1','\x4b','\x63','\x9c','\x2c','\x2d','\x60','\xfb','\xed','\xf6','\x3c','\xf7','\x3e','\x77','\xa2','\x59','\xf9','\x45','\xf0','\xcc','\x42','\xf3','\xf7','\x16','\x9a','\x5f','\x58','\x68','\xce','\xbf','\xd9','\x7c','\xee','\xe9','\xae','\x1c','\xfc','\x5e','\xe5','\xe2','\x33','\x95','\x8b','\x9f','\xab','\x1a','\xf3','\x55','\x6a','\x6f','\x25','\xb9','\xf4','\x73','\x18','\xde','\x26','\xae','\xec','\xf8','\xa7','\x2c','\x96','\x3a','\xda','\x05','\xe8','\xb8','\x02','\x08','\x3b','\x57','\x46','\xc2','\x06','\xa8','\x4c','\x07','\x7e','\x9d','\xba','\xb3','\xd4','\x0d','\xa8','\x14','\xa4','\xe9','\xaa','\xd2','\xd3','\x7b','\xaf','\xbb','\x15','\x7a','\xe7','\x22','\x56','\x2f','\xb2','\x2d','\x36','\xe1','\xd3','\x4a','\x9d','\xcc','\xe0','\x84','\x7b','\x14','\xe8','\xef','\xf1','\x62','\x16','\xb3','\x82','\x0e','\x7d','\xae','\x7d','\x45','\x71','\x71','\x98','\xd1','\x3a','\xdc','\xf1','\x98','\xe7','\xb1','\xab','\x75','\xf3','\x37','\x62','\x6a','\x94','\x2a','\xc5','\xf8','\xc6','\xd4','\x87','\x1a','\x53','\x46','\x23','\xdf','\x7e','\xf2','\x1e','\xa3','\x36','\x67','\x64','\xe7','\x8c','\xda','\x67','\xdb','\xb3','\x4f','\x18','\xcd','\xd5','\xd1','\xb3','\xe8','\xee','\x01','\x4f','\x2f','\xcc','\x16','\x01','\x7f','\x3b','\x8e','\xf0','\x39','\x10','\x02','\x82','\x86','\x69','\xf7','\xf7','\x94','\xff','\x7a','\xe9','\x29','\x5c','\xc4','\x51','\x20','\x1e','\x62','\xa8','\x69','\xeb','\x10','\xb9','\xb7','\x9d','\xa4','\xb4','\x08','\xbc','\x6e','\xa6','\x2d','\x7b','\x62','\x9b','\x5b','\x58','\x97','\xfb','\xbe','\xb9','\x8c','\x72','\xcb','\x1e','\xd3','\x94','\xbc','\xc6','\x07','\x8d','\x9c','\x9b','\xb6','\xfd','\x42','\x65','\x85','\x55','\x56','\x6a','\x2a','\x2c','\x06','\xc6','\xa4','\xbe','\x1c','\xd7','\x23','\x51','\x3d','\x8a','\x63','\xf6','\xbb','\x47','\x4d','\x5d','\xde','\xe2','\x59','\x6d','\x93','\x42','\x06','\x10','\x54','\x82','\x35','\xad','\x2e','\x8d','\xab','\x65','\xd5','\xf8','\x23','\xb7','\xec','\x7c','\xec','\x3f','\xac','\xde','\xb1','\xfc','\xfc','\x1d','\xcb','\xee','\x9e','\xff','\xe0','\xee','\xf9','\x37','\x6e','\xea','\xdb','\x9b','\xa3','\xdf','\xde','\xcc','\x7d','\xfb','\xd5','\xb7','\x8e','\x7c','\xe9','\x59','\x34','\x37','\x85','\x7e','\x39','\xa5','\xfd','\x6f','\x87','\xf4','\xf1','\x02','\x49','\x52','\xa6','\xc3','\xb6','\xef','\x28','\x9d','\x13','\x50','\xc3','\x70','\xd0','\x8f','\x88','\x73','\x2d','\x00','\x41','\xb7','\x26','\x39','\xd4','\x24','\xd1','\x6b','\xdd','\x68','\x13','\xa4','\x22','\x81','\x3a','\x2e','\x0d','\xe3','\x66','\x33','\xe7','\x78','\x6f','\x9d','\x7b','\xf5','\x99','\x74','\x33','\x4f','\xfd','\x29','\xb6','\x71','\x88','\x6f','\x14','\xce','\x40','\xd6','\x66','\x77','\xfd','\xb2','\xd1','\xdf','\xd1','\xc0','\x03','\x72','\xe2','\xc5','\x16','\x5e','\x86','\x04','\x10','\xe8','\xde','\xf8','\x2a','\xeb','\x18','\x2f','\x22','\x70','\x38','\x29','\x14','\xab','\xaf','\x04','\x76','\x17','\x1f','\x85','\xae','\x88','\x90','\x02','\xd6','\x2e','\x04','\xa0','\x51','\xb0','\x53','\x2f','\x8b','\x34','\x88','\xea','\x09','\xb5','\x53','\x4a','\xeb','\x34','\x4f','\xc6','\x78','\x17','\xf3','\x5a','\x62','\xae','\x48','\x76','\xd4','\x83','\xc4','\x51','\x2b','\xd1','\x13','\x3e','\xf5','\xbe','\x86','\xfc','\xca','\x75','\x91','\x73','\x9c','\x3c','\x6a','\x45','\xa4','\x0b','\xe3','\x38','\xf1','\xc7','\x0c','\xb1','\x95','\x5e','\xaa','\xd2','\x52','\x15','\x26','\x4e','\xc9','\xe1','\xcf','\x15','\x8b','\x4a','\xaa','\x7a','\xb5','\x54','\x89','\x96','\x22','\xb8','\x6e','\xbe','\x8b','\x33','\x3a','\x36','\xf4','\x28','\x6a','\x85','\xb7','\xc6','\x01','\x50','\xc1','\xf2','\xd9','\x75','\xc1','\x3c','\xe7','\x88','\xd7','\x9a','\xf6','\xbc','\x69','\xcf','\x61','\xff','\x97','\x21','\xfc','\xf4','\xc9','\x0d','\xca','\x36','\xd8','\x21','\x4f','\x82','\x1f','\xf2','\x8a','\x87','\x3c','\xef','\x90','\xb7','\x7a','\x68','\x3d','\x9a','\xbd','\x8c','\xf9','\xf5','\x77','\x3f','\x7e','\x6d','\x65','\x79','\x55','\xef','\xeb','\x48','\x0f','\xc5','\x8b','\x7a','\xff','\x86','\x9f','\xdf','\x1e','\xdf','\x9a','\x07','\x0c','\xa3','\x6d','\x3b','\xfa','\x9e','\xc4','\xb3','\xe2','\x34','\x34','\x4f','\x42','\x93','\x0f','\xcb','\xd5','\xc4','\x66','\x45','\xc4','\x6a','\x88','\xb5','\x20','\x47','\x3c','\x9d','\x46','\xac','\x20','\x1f','\x96','\x72','\x2f','\xdb','\xd3','\x31','\x8b','\x27','\x2c','\x9e','\xb6','\x8a','\x05','\xcb','\x6b','\x2d','\xad','\x38','\x95','\x34','\x3a','\x76','\x4e','\xfa','\x43','\xdd','\x4a','\x83','\x02','\x54','\x89','\xcd','\x5c','\xa6','\x33','\xa7','\x5a','\xd2','\xcf','\xa9','\x87','\x95','\x4c','\xa7','\xd2','\x38','\x5d','\x69','\x9c','\xa9','\x34','\xea','\x95','\x46','\xb9','\xd2','\x78','\xf2','\x69','\x90','\x1b','\xca','\xf2','\xd4','\x1a','\x1f','\xa7','\x95','\x4e','\x86','\xb7','\x12','\x90','\x37','\x87','\x92','\xd8','\x0e','\xca','\x38','\x4a','\xaa','\x2b','\x6b','\xd0','\x02','\x51','\x1a','\x35','\x31','\xb0','\x18','\x8b','\xd0','\x29','\xf5','\xef','\x15','\xdf','\x50','\xf6','\x61','\xdc','\xc1','\x09','\x98','\x84','\x98','\x6c','\xd4','\x15','\x4f','\x0c','\xd3','\x8d','\x49','\x7a','\xfd','\x26','\xdd','\xc0','\x05','\x85','\xd9','\x0d','\xdc','\xb8','\xb6','\x45','\x9b','\xd6','\x0e','\x84','\xcf','\x84','\xf5','\xee','\x50','\x3f','\x8e','\x87','\xeb','\x26','\x6e','\x63','\x41','\xbd','\x37','\xbd','\x73','\xb7','\xee','\x1c','\xbc','\x74','\x71','\x46','\x6f','\xd9','\x97','\x9c','\xaa','\xb6','\x5a','\xd5','\x9e','\xaf','\x4e','\xb8','\xd5','\x51','\x57','\x59','\x4a','\xd2','\x5e','\xba','\xd8','\xeb','\x35','\x2c','\xc4','\x70','\x8b','\xe1','\x1d','\xfd','\x85','\x93','\xb0','\x5e','\x0c','\xfc','\x9d','\x7e','\xb7','\x14','\x09','\x1f','\xfc','\x9d','\xde','\x18','\x57','\x52','\x3b','\xfb','\xb0','\xec','\xe8','\xc0','\xb2','\x5d','\xe2','\xdd','\xeb','\xe3','\x3c','\x80','\x07','\x65','\x56','\x3d','\x32','\x95','\x42','\xca','\xf1','\x72','\xab','\xcd','\xdc','\xd9','\x40','\x1a','\x54','\x79','\x42','\x7e','\x4f','\xc9','\x44','\xc4','\x08','\x19','\x71','\x89','\xb4','\xea','\x8d','\x6b','\xdd','\x6c','\x13','\x74','\x1e','\xa1','\xaf','\xd7','\xc5','\xae','\x6e','\x7a','\x3a','\xcb','\x46','\xf2','\xd9','\x0f','\xe5','\xb3','\x74','\x08','\x63','\xf9','\x6c','\x3a','\x9f','\xed','\xe4','\xd9','\xc9','\xbc','\x31','\x9b','\x37','\xa8','\x44','\xaf','\xfe','\x6a','\x96','\xce','\x94','\xe9','\xc6','\x9b','\xf4','\x2f','\x9e','\x7e','\x87','\x5a','\x53','\x08','\x0f','\x85','\x40','\x77','\x5c','\xdc','\x2c','\x0a','\xb3','\x84','\xa1','\x09','\xbb','\xab','\x06','\x3b','\x32','\x40','\x01','\xc5','\xe4','\x6a','\x2c','\x0d','\x27','\xe8','\xbc','\x47','\xfa','\xf4','\xe3','\x98','\x9c','\xdf','\xe4','\xb0','\x08','\xe4','\x3d','\x99','\xc3','\xd2','\x58','\xea','\xf6','\x0c','\x4b','\xd1','\x19','\x1e','\x64','\xc1','\x32','\x90','\xae','\xa2','\x28','\x0e','\xd5','\x95','\xf4','\x3f','\x57','\x4b','\x7e','\x2e','\x3d','\x9f','\xdd','\x9f','\xcf','\x9a','\xf9','\x6c','\x3e','\x9f','\x65','\x3d','\xb0','\x7c','\xde','\x30','\xbf','\x67','\x54','\xf3','\x00','\x3d','\x4f','\x15','\xe2','\x78','\xff','\xa3','\xb8','\x5a','\xc6','\x33','\x6f','\x92','\xff','\xcf','\xd3','\x8b','\xae','\x95','\xea','\x7d','\xae','\xed','\xdb','\xf3','\xb6','\xe9','\xf8','\xc1','\x24','\x09','\xab','\x60','\xc2','\x4f','\x6e','\xf4','\x82','\x3d','\xa1','\x02','\x36','\x8a','\x45','\x10','\xd6','\xfb','\xfb','\x01','\x08','\xf9','\xaa','\x20','\x33','\x36','\x70','\x34','\x2d','\x2d','\x51','\x7c','\x27','\x9d','\xfc','\x2b','\x66','\xfe','\x8c','\xb1','\x75','\x0e','\x90','\x9b','\x91','\x5c','\x4c','\xd6','\x3d','\x18','\x6f','\x30','\xd3','\x2f','\x30','\x92','\x61','\x4c','\x2e','\x60','\x3b','\xf4','\x06','\x55','\xb3','\xf5','\x3a','\xf8','\x1d','\x03','\xbd','\xc1','\x65','\x27','\xbd','\xee','\x1c','\xf9','\x4b','\xf7','\x60','\x26','\x38','\x48','\xc9','\xfb','\xf4','\xe1','\x35','\x0a','\x75','\xc2','\x04','\x66','\xbe','\x04','\x9a','\xf6','\x75','\xe1','\x3b','\xcc','\xe7','\x2c','\x98','\x62','\x72','\x19','\xf7','\xa3','\x0a','\x23','\x5d','\x7f','\x8f','\x1b','\xa4','\x5c','\x3f','\xa5','\xa2','\x01','\x6f','\xb9','\xfe','\x33','\x72','\xf0','\x9b','\x7a','\xee','\xab','\xd0','\x2d','\xb4','\x10','\x39','\x4a','\xa3','\xd2','\xde','\xa6','\xb1','\x6c','\xb7','\x6e','\xb6','\x1e','\x61','\xd9','\x7b','\xf3','\x59','\x43','\x4d','\x1b','\x39','\x38','\x98','\xcf','\x96','\xf3','\x59','\x37','\x0f','\xea','\x4c','\x77','\xe7','\x0d','\x89','\xe9','\xbc','\x31','\x99','\x37','\x4a','\x79','\x5a','\xdf','\x4f','\x71','\x15','\xae','\x73','\x42','\x5e','\xe7','\xeb','\xbd','\xeb','\x9c','\x48','\x97','\x08','\xb5','\x1f','\xa7','\xd6','\xe3','\x9b','\xd6','\x53','\x0d','\xeb','\x29','\x6a','\x25','\x84','\x45','\xa8','\x25','\x1a','\x4b','\xf2','\x28','\x91','\xa6','\xd6','\xf8','\x92','\xb5','\xef','\x61','\xeb','\xa1','\xcb','\xd6','\x7d','\x97','\x97','\x0e','\x3e','\x6c','\x2d','\x3c','\x6c','\x95','\x1f','\xb6','\xdc','\x87','\x4b','\x64','\xc9','\x27','\x0f','\xd7','\x89','\x36','\x4e','\x22','\x64','\xa8','\xde','\x1c','\x83','\x18','\xac','\x5f','\xd4','\xea','\x45','\x3d','\x9a','\xd5','\x61','\xf7','\x4d','\x47','\x7f','\xeb','\x17','\x23','\x17','\xf1','\xbe','\x22','\xfa','\xa8','\xd9','\xfd','\x31','\x08','\x79','\xd1','\x91','\x33','\xdd','\xde','\xa5','\x01','\x4a','\x61','\x01','\xbe','\x44','\x0d','\xe8','\x76','\x13','\xa7','\x99','\x79','\x45','\xce','\x2e','\xb6','\x0d','\xf9','\x8c','\x6b','\xe6','\x56','\x33','\xb9','\x73','\x4a','\x3a','\xcf','\x21','\xb9','\x0b','\x81','\x79','\x9a','\x40','\x63','\x3e','\x89','\x65','\x96','\x5b','\x6e','\xc9','\xdd','\x70','\x62','\xb9','\x35','\xb1','\x52','\xa8','\xd4','\x33','\x4f','\xb8','\x89','\x15','\x36','\xc4','\x6f','\x09','\xd1','\x0b','\x8c','\x07','\xdb','\xcf','\xe8','\x78','\xb2','\x8a','\xcd','\xb7','\x03','\x68','\xcc','\x30','\x0c','\x69','\xf8','\x6d','\x61','\x36','\x8f','\x59','\xfc','\x28','\xcc','\xac','\xdb','\xe5','\xad','\x34','\xa7','\x60','\xff','\x65','\x57','\xbb','\x90','\xd5','\x68','\xf6','\xce','\x54','\x96','\x28','\x8c','\x9c','\x67','\x41','\xca','\x58','\x1c','\x35','\xca','\x39','\x83','\xe4','\x66','\xc9','\xc4','\xa3','\xa4','\xf2','\x26','\xf9','\x6c','\x7f','\x3e','\x43','\x10','\x92','\x4b','\x53','\x59','\xce','\x4e','\x83','\xf5','\x5d','\x95','\x82','\x5c','\x02','\xcf','\x51','\xd3','\xdb','\x25','\x15','\x08','\xab','\xf5','\x0d','\x87','\x6d','\x80','\x4a','\xc1','\xc4','\x4a','\xa4','\xb2','\x12','\x99','\xd1','\xf5','\xba','\x2e','\xa8','\x26','\xdf','\xbf','\x63','\xf7','\x14','\xc3','\x30','\xf8','\x17','\x75','\xb9','\xb0','\x49','\x17','\x03','\xac','\x1c','\x3b','\x9e','\x46','\xbf','\xf5','\x0b','\x94','\x95','\x66','\x0f','\xb2','\xa5','\x73','\xa1','\x02','\xc2','\x33','\x31','\xd0','\x53','\x05','\x49','\x18','\x90','\x36','\x2a','\x80','\x17','\xa7','\xb5','\xe5','\xde','\x5c','\xdc','\x70','\xec','\x1b','\x88','\x6f','\x20','\x68','\xf9','\x24','\x17','\x46','\xbf','\x08','\x78','\x39','\x6b','\x37','\xe1','\xfb','\xc2','\xbf','\xf5','\x8b','\xe7','\xb2','\xd8','\x2a','\x22','\xcb','\xec','\x1e','\xf7','\x91','\x85','\xa9','\x15','\xeb','\x5a','\xe1','\x84','\xf0','\xe8','\x71','\x54','\xe8','\xca','\x2d','\x4d','\x6b','\x17','\xb7','\xeb','\x85','\xa1','\x52','\x2f','\xae','\xfa','\xe7','\x1a','\x19','\x31','\xe1','\x78','\xa6','\xd7','\xaf','\x13','\xf4','\x3c','\xf1','\x86','\x4a','\x33','\xb9','\xa4','\x57','\x2f','\xec','\x92','\xc3','\xaa','\x64','\x20','\xe6','\x92','\x20','\xd9','\x3d','\x49','\x40','\xf1','\x70','\xc8','\x8f','\xdb','\x21','\xdc','\x04','\x31','\x96','\x63','\x88','\x3e','\xe3','\xd1','\x8a','\x0b','\x3b','\xcb','\x3a','\x4a','\xad','\xa3','\xbd','\xa2','\x73','\x68','\x1d','\xb1','\x75','\x94','\x15','\x1d','\xbe','\x8e','\x8a','\xeb','\xc8','\x59','\xc7','\xe0','\x5b','\x79','\x83','\xe0','\x0c','\xcf','\xb2','\xa2','\xf9','\xeb','\x3a','\xcb','\x0b','\x96','\x97','\xdf','\x32','\x66','\x3a','\x9e','\x9a','\x09','\xf2','\x55','\x79','\xc4','\x87','\xdf','\xc6','\x07','\x56','\x82','\x83','\x2b','\xe1','\x00','\x70','\xfc','\xed','\xe0','\x91','\x65','\xf4','\xc8','\xf2','\xd5','\x33','\x6f','\xd7','\xa3','\x58','\x8f','\x52','\x7d','\xd0','\x47','\x43','\xa5','\xc6','\x20','\x29','\xa6','\x7a','\xd6','\x00','\xec','\x56','\x93','\x3f','\x1d','\xf0','\x39','\x22','\x61','\x4b','\xd3','\x7d','\x99','\x16','\x5f','\x5b','\x63','\x5e','\x8b','\x3a','\xc5','\x14','\x6a','\xa1','\xdc','\x9a','\xbe','\x41','\x03','\x9c','\xa9','\x51','\x55','\xd7','\x36','\x58','\x9f','\x39','\xda','\x01','\x38','\x93','\xa7','\x48','\x7a','\xde','\x30','\xc0','\xce','\xdc','\x01','\x7f','\xc8','\x44','\x51','\x91','\xcc','\x7e','\xd2','\x52','\xb1','\xfb','\x3c','\x0d','\xdc','\x3d','\x78','\xa5','\xee','\x28','\xaa','\x98','\xa2','\xf7','\xc4','\x44','\xd8','\x57','\xda','\x19','\xe4','\x18','\x90','\x3e','\xa0','\x1f','\xa0','\x58','\xd8','\xbf','\x72','\x67','\x91','\x60','\x01','\x6e','\x42','\x36','\x2b','\x3a','\x8d','\x5d','\x85','\x8c','\x74','\x17','\xa6','\xc3','\x3a','\xcd','\xa1','\xfc','\x05','\x52','\xd5','\xf1','\xd0','\xaa','\x2f','\xae','\xc2','\xfe','\xd9','\xf7','\xde','\xf1','\x6f','\x03','\x87','\x23','\xd1','\x4e','\xf7','\x94','\x99','\xfb','\x10','\x2d','\x38','\xaa','\x9f','\x0f','\x34','\x0c','\xd5','\xba','\xde','\x8b','\xc6','\x0f','\x4b','\xb8','\xa4','\xc3','\x3a','\xfa','\xf0','\x22','\x87','\xaf','\x82','\x2b','\xbc','\xe3','\xda','\xee','\xba','\x92','\xef','\xb3','\x9b','\x14','\x22','\xd2','\x18','\xef','\x32','\xa0','\x92','\x51','\xf6','\x20','\xcd','\xe7','\xa9','\xf8','\x9e','\x3c','\x76','\xe4','\x20','\xcf','\x90','\x04','\x84','\x10','\xc3','\xf8','\x2a','\x92','\xd8','\xfb','\x5f','\x84','\xea','\xe7','\x12','\xcd','\x7e','\x20','\x46','\xc7','\x12','\xe4','\xae','\x34','\xce','\xb2','\x98','\x7c','\x6b','\xd1','\x08','\x48','\xc7','\x43','\x94','\x2c','\x92','\xa5','\x07','\x0a','\x53','\xb4','\x36','\xe3','\xf2','\x33','\xd2','\xae','\xd2','\xce','\xc9','\xd5','\x92','\x46','\x71','\x41','\x88','\xd9','\x45','\xbd','\x51','\x62','\x34','\xd6','\x51','\xd7','\xb9','\x46','\x0f','\x71','\x7a','\x59','\x31','\xaf','\x74','\x2e','\x3d','\x67','\xaa','\x78','\x17','\xd2','\x3c','\x4f','\xd4','\x4a','\x69','\x6e','\x53','\xa8','\x1e','\xb1','\xee','\xdd','\xb4','\x3e','\xd1','\xb0','\xbe','\x2a','\x6f','\xc4','\x94','\x95','\x12','\x5b','\x94','\x5a','\x05','\x89','\x86','\x35','\x7b','\xc1','\x6a','\x34','\x2c','\x1a','\xe2','\xbc','\x45','\xbf','\xb5','\x34','\xd6','\x01','\x05','\xa7','\x54','\xa8','\x25','\x01','\x82','\x03','\x84','\xd8','\xc1','\xa0','\x32','\xf4','\x20','\x66','\x1f','\x35','\x3b','\x4f','\xa9','\xee','\x09','\xe5','\x26','\x53','\x7e','\xc6','\x34','\x19','\xf4','\x06','\xca','\x0e','\xb9','\xf0','\xdb','\xa4','\x7c','\xf0','\xe5','\xe1','\x3c','\x66','\x10','\x2e','\xf5','\x23','\x2b','\x48','\x6c','\x40','\x47','\x57','\xa5','\x98','\xcd','\xc6','\x31','\xdb','\x57','\x67','\x69','\x7f','\xfa','\x88','\x10','\x07','\x3d','\x90','\xde','\x5d','\x30','\xde','\xb3','\xaf','\xeb','\x50','\xfc','\x90','\x8f','\xb8','\x05','\xf1','\x93','\x0b','\xd0','\x68','\xf0','\x3a','\x10','\xcb','\xc7','\xef','\x3e','\xb1','\x6f','\x74','\x75','\xdf','\x0b','\x27','\x1e','\x3a','\x17','\x3f','\x98','\xe9','\x00','\xbf','\xe5','\x18','\x74','\xd6','\x70','\xe7','\x4a','\x64','\x6e','\x12','\xca','\x9c','\xad','\xe9','\x41','\xfd','\x32','\x2a','\xd4','\x31','\x93','\x56','\x8b','\xea','\xf1','\x26','\x71','\xc8','\x4f','\x05','\x72','\x10','\xc8','\xf1','\x5e','\xe6','\xf7','\x9e','\xef','\xfa','\xf4','\x74','\x40','\x4f','\xfb','\x21','\xf6','\x9e','\xf6','\xd3','\xa7','\xfd','\xce','\x6f','\xea','\xb5','\x7f','\x51','\x2f','\x6a','\x18','\x45','\x8e','\x42','\x6f','\x82','\x7f','\x78','\x5f','\x21','\x54','\x8c','\x89','\x16','\xe1','\x05','\xe6','\x65','\xd6','\xc5','\x96','\xee','\xf0','\x11','\x87','\xe7','\xa4','\xc9','\x09','\x77','\x22','\x97','\x9f','\xc9','\xbe','\x10','\xf4','\x75','\x80','\xa5','\x9d','\xd0','\x40','\x99','\xee','\xce','\x3c','\xd1','\x5e','\xa5','\x3f','\x16','\x4e','\x44','\x72','\xec','\x6c','\x60','\xef','\xa4','\xd1','\x85','\x7c','\x00','\x3d','\x22','\x5f','\xdf','\xcb','\x31','\x69','\xdf','\xa4','\xe2','\xaf','\x29','\x1a','\x93','\xe8','\xe8','\x63','\xd4','\x6e','\x84','\x37','\x46','\x07','\xd8','\x67','\x8d','\xf0','\x2e','\xd9','\x3b','\xa3','\xce','\x59','\x8d','\x66','\xab','\x31','\x5a','\x4d','\x90','\x2a','\xc1','\x36','\x8d','\x55','\xb9','\x8e','\x63','\x05','\x1b','\x4f','\x01','\xf7','\x46','\x2e','\x81','\x46','\x51','\x34','\xe6','\x41','\xab','\xb6','\x50','\x84','\x1a','\xc6','\xd9','\x22','\xba','\xd0','\x45','\x20','\x82','\xff','\xb0','\x9d','\x51','\xb7','\x2a','\xa2','\x33','\xf2','\xf9','\xd3','\xb4','\x1a','\x61','\x55','\x9d','\x2b','\x3d','\xe7','\x9a','\x9d','\x30','\xab','\xb5','\x04','\xba','\x32','\x29','\xb6','\xcc','\x3b','\xf1','\x64','\x88','\x7f','\x52','\xfa','\x8e','\x2d','\xb6','\xbe','\xe0','\x1f','\xfd','\x82','\x3f','\x19','\xe2','\xf7','\xae','\x4d','\xd6','\x7e','\x34','\xc9','\x01','\x47','\xe5','\xd1','\xee','\x8d','\x27','\xf9','\x35','\x8b','\x5f','\x2d','\xd9','\x9e','\xcf','\xbd','\x6f','\x71','\x8d','\x84','\xeb','\xc6','\x50','\x91','\x5d','\xcf','\x66','\xcb','\x6a','\xce','\x13','\xc2','\x73','\x92','\xca','\x5d','\x3d','\x09','\x5a','\x5f','\x5a','\xbf','\xba','\x17','\xfa','\xda','\x41','\x91','\x2e','\x20','\x8d','\x12','\xf2','\xb7','\x74','\xd1','\x35','\x0c','\x9c','\x06','\x41','\x3c','\xa8','\x5f','\xc8','\x6c','\xfa','\xa3','\x0d','\x3f','\x97','\x09','\xee','\x51','\xa4','\xe2','\x6f','\x37','\xfc','\x03','\x12','\xd2','\x48','\x90','\x47','\x95','\x7c','\x3f','\xe0','\x34','\x4d','\xf9','\xa5','\xc8','\x15','\xd3','\xf1','\x3e','\xe2','\x01','\xbe','\x50','\xf4','\xb9','\xa9','\x56','\x83','\x5b','\xf4','\xbe','\x54','\x01','\x94','\x03','\x5f','\xa5','\x53','\xd0','\x23','\x69','\xbc','\xe2','\x92','\x15','\xc2','\x66','\x10','\x74','\xc5','\x9d','\x56','\xaf','\x4f','\xab','\x41','\xd5','\xd1','\xd6','\xb7','\xf9','\x87','\xbb','\xfb','\x76','\x85','\x26','\x78','\x81','\x43','\x1d','\x22','\x27','\xb3','\xc5','\xe7','\x1b','\xe7','\xb6','\x52','\x86','\x47','\xe3','\x1e','\xdd','\xe3','\xd0','\x3b','\x1c','\x90','\xae','\x85','\x96','\xb1','\x08','\x68','\xd9','\xb4','\x45','\x99','\x1d','\xf6','\xed','\x82','\x38','\xa4','\xd9','\x8b','\x43','\x12','\x04','\xdd','\x81','\x43','\x6b','\xbe','\x50','\x40','\xaa','\x9e','\xb1','\xdb','\xd8','\x16','\x28','\x54','\xd9','\xbd','\x5e','\xe8','\x7e','\x28','\x1f','\xa7','\xea','\x19','\xe5','\x12','\x97','\x80','\xf6','\x34','\x6c','\x04','\xea','\x0e','\xa7','\x53','\x97','\x44','\xca','\x41','\xf7','\xaf','\xa2','\xfb','\x9f','\x47','\x5f','\x76','\xe9','\xa7','\xce','\x76','\xcf','\x9f','\x77','\x52','\x5f','\x73','\x52','\x7f','\xe2','\xa4','\x96','\xeb','\xaa','\x3a','\xa9','\x08','\xa8','\x67','\x53','\x75','\x06','\x77','\x29','\xcd','\x80','\x8e','\x8b','\x37','\xfc','\xb9','\x08','\x11','\x41','\xbf','\x1f','\x19','\xbe','\x5f','\x88','\x42','\x36','\x3b','\x6b','\x14','\x1a','\xb0','\x29','\x94','\x52','\x3b','\xf2','\x8c','\xa4','\x5f','\xdd','\x3f','\xa4','\xbb','\x0b','\xd7','\xd9','\x30','\x68','\x5a','\x1a','\x3d','\x3b','\xdc','\xd2','\x54','\xff','\xca','\x0f','\xb5','\x6b','\x7f','\x3f','\x3e','\x6d','\x04','\x69','\x12','\x97','\x55','\x12','\x79','\x19','\x29','\xc5','\x42','\x0f','\x2e','\x57','\xb6','\x46','\x0a','\x85','\x38','\xcb','\x18','\x2c','\x91','\xe5','\x18','\xb4','\xeb','\x1e','\x46','\x68','\x5d','\xee','\x2f','\x8e','\xfc','\xd2','\x35','\xc4','\x35','\x54','\x8b','\x64','\xd6','\xcc','\x76','\x21','\xa3','\x4a','\x3f','\xb7','\x77','\xaf','\x0d','\x24','\x6e','\xa0','\x1e','\x1b','\x4d','\xdf','\xd1','\xc2','\xaa','\x4f','\x6a','\xc1','\xc4','\xc7','\x49','\x92','\x90','\x06','\x6b','\x4d','\x5d','\x68','\xc4','\xd2','\x72','\x4d','\xd5','\x9c','\x8e','\xdc','\xf8','\xb6','\x79','\xdd','\xd4','\x13','\x5d','\xb9','\x2b','\xfb','\xf1','\x8f','\x8b','\x04','\x83','\xb2','\xfd','\x34','\xf5','\x69','\xc3','\x67','\x2d','\xff','\x84','\xe7','\xd7','\xd7','\xeb','\xfa','\x72','\x5d','\xae','\x21','\xda','\x06','\xd6','\xab','\x09','\xfd','\x4b','\x04','\x43','\xd0','\x9c','\x50','\x69','\xf7','\x19','\x1d','\x8f','\xb3','\xa1','\xbe','\xb7','\xbd','\xe2','\xd3','\xb8','\xb4','\x0f','\x8b','\xc4','\xa8','\x41','\x7d','\x30','\x14','\x07','\x4b','\x77','\xf3','\x2a','\x41','\xa7','\x81','\xd9','\xa7','\xe9','\x80','\xc8','\x43','\xae','\xb9','\xee','\xa6','\xb5','\x06','\x7c','\x1c','\x69','\x5f','\xaa','\x7e','\x64','\xbd','\x60','\x1d','\xd8','\x90','\x43','\x91','\xba','\x41','\x98','\xae','\xa7','\xa1','\xc1','\x52','\x40','\x3a','\xe5','\x0c','\x79','\xec','\x0e','\xa8','\xfd','\xff','\xb0','\xb4','\x00','\x07','\x4e','\xdc','\x51','\xb5','\x07','\xf4','\x42','\x7f','\x3b','\x8c','\xb1','\x7f','\x20','\x7a','\x4a','\x9b','\x6a','\x41','\x19','\xce','\xbf','\x67','\x8b','\x43','\xfa','\xc3','\xf2','\x9e','\x12','\xee','\x6d','\x34','\x37','\xc2','\xce','\xc2','\x1e','\x19','\xc8','\x14','\x33','\x55','\x47','\x1f','\xea','\x1e','\x18','\xa6','\x93','\x69','\x0d','\x9b','\x0f','\xfd','\x0f','\xdb','\x4b','\xda','\x50','\xc8','\x50','\x87','\x95','\x56','\x0a','\xdb','\xc5','\x56','\xa2','\xd3','\x6b','\xc1','\x51','\x64','\xe8','\x0f','\x3a','\xae','\xf4','\xb8','\x38','\x6b','\xf2','\xe9','\xe6','\x75','\xd1','\xf4','\x50','\xf3','\x65','\xd4','\xbc','\x82','\x7e','\xec','\xd3','\x1f','\x5f','\xe9','\xbe','\xd2','\xf4','\x9a','\x57','\xbd','\xe6','\xab','\x5e','\xd3','\xf3','\xe5','\x4f','\xbb','\xeb','\x17','\x9b','\xeb','\x17','\xbd','\xf5','\x73','\x68','\xdd','\x00','\x86','\xfc','\xe5','\x24','\x7a','\x39','\x81','\x36','\x81','\x0f','\x99','\x18','\x26','\x5b','\xda','\x62','\x44','\x89','\x64','\x93','\x38','\x23','\xc9','\x0e','\x19','\x6e','\xad','\x4e','\xa0','\x33','\x7d','\x92','\x30','\xb9','\xa1','\xd6','\xc8','\x54','\x91','\x4e','\x21','\x09','\x96','\x47','\xdc','\x94','\xbe','\x23','\x82','\xf4','\xd7','\x51','\x3a','\xd1','\x06','\x89','\x24','\xe5','\xab','\x8f','\x31','\x24','\xd6','\x30','\x94','\xb9','\xf5','\xbd','\x77','\x7a','\x88','\xd0','\xc3','\xa0','\x70','\x3b','\x66','\x91','\xb4','\x45','\x3a','\x25','\xe0','\xad','\x17','\xe5','\x34','\x50','\x84','\xab','\x50','\xc4','\xa2','\x17','\xe7','\xcf','\xf4','\x98','\x24','\x98','\x1b','\xa2','\x7d','\x91','\xa8','\x36','\xa3','\x3d','\x78','\x3e','\xbd','\x2e','\x06','\x31','\x8a','\x8f','\x39','\x5e','\x1e','\x81','\xd1','\x28','\xed','\xf3','\x68','\x0b','\x4c','\x77','\xe3','\x38','\x88','\x77','\xc3','\x7d','\x91','\x47','\xe2','\x5d','\x24','\x8f','\x90','\xdb','\x5a','\x41','\x77','\x0c','\xcb','\x83','\x57','\x51','\x72','\x05','\x05','\x3a','\x7a','\x4e','\x47','\xa5','\x1d','\xb2','\xe1','\x91','\x3e','\xf4','\xa3','\xba','\xf4','\x8b','\x83','\xde','\x97','\xce','\xb2','\x28','\x5f','\x80','\x42','\x15','\x26','\x0d','\x63','\x0f','\xe5','\x95','\x0a','\x5f','\x3a','\x54','\x73','\x04','\x1a','\xa1','\x34','\x56','\xd3','\x77','\x01','\x95','\xea','\xbd','\xf4','\x45','\xc3','\xf5','\x79','\x47','\x69','\x64','\x36','\xca','\x0b','\xf1','\xb0','\x9a','\x5e','\x84','\xad','\xe8','\x5e','\xee','\x75','\xa3','\x83','\x50','\x36','\x5c','\x8c','\x62','\x94','\x66','\xe3','\x06','\x33','\xb2','\xb4','\x2a','\xba','\x5a','\x87','\x68','\x83','\x09','\xbd','\xbb','\xc5','\xf6','\x3f','\x10','\xc3','\x71','\x42','\x88','\x4b','\x20','\x53','\x68','\x60','\xfc','\xf4','\x05','\xd6','\x7a','\x66','\x15','\x34','\xc3','\xdb','\xee','\x95','\x04','\xba','\x22','\xb8','\x2b','\xcd','\x37','\x45','\x35','\xea','\xef','\x34','\xbd','\xfb','\xf4','\xfd','\xf5','\xd0','\x60','\x65','\x53','\xf4','\x98','\x98','\xa8','\x11','\xdd','\xa4','\xfa','\x78','\x4e','\xc7','\xeb','\x02','\xb4','\xca','\x15','\x0d','\xbf','\xa8','\x29','\x7b','\x03','\xf5','\xea','\x6a','\x6f','\x97','\x52','\xd7','\x50','\x44','\xf1','\x1f','\x60','\x0d','\xbc','\xbc','\xeb','\xda','\xde','\xee','\x22','\x24','\x7a','\x4a','\x22','\x06','\x19','\xba','\xa7','\xe2','\xa8','\xaf','\x97','\xab','\x00','\x77','\xb5','\xd2','\x52','\x33','\x18','\x14','\xf0','\x66','\x25','\x88','\xbc','\xa9','\xf9','\xb1','\xe0','\xe3','\x02','\xaf','\xb4','\x71','\x44','\x5e','\x99','\xc4','\xce','\x93','\xc0','\xaf','\xab','\xd5','\x06','\x2c','\xc8','\x29','\x78','\xb2','\x6f','\x50','\x82','\x08','\xfc','\x5e','\x48','\x0e','\xb1','\x14','\x62','\x39','\x27','\xcb','\x3c','\xce','\x6b','\x45','\xcf','\x5c','\x41','\xe3','\xe9','\x5d','\xe7','\x21','\xb7','\x3f','\x89','\x3c','\xc3','\x5e','\x79','\x74','\xe3','\xb4','\x99','\xa0','\xaf','\xa4','\xd9','\x48','\x96','\x1d','\xf4','\xb2','\xcd','\xda','\xd3','\xae','\x59','\x22','\xe3','\xa7','\x17','\x55','\x7e','\xd0','\x73','\x44','\x6b','\xdb','\x11','\xc8','\x7a','\xe0','\x99','\x02','\x63','\x44','\xeb','\x03','\xf4','\x49','\x90','\xf4','\x22','\x39','\x5c','\x7c','\x43','\xbb','\x1c','\xd7','\x4e','\xc9','\x1b','\x1a','\xeb','\xa7','\xa5','\x1f','\x68','\xc6','\xec','\x1b','\x47','\x8f','\x42','\x9c','\x3f','\xd4','\xff','\x21','\xca','\x62','\x91','\xf8','\x28','\x42','\xf7','\x65','\xe9','\x7d','\x97','\xba','\x4f','\xad','\x51','\x89','\x32','\x03','\x55','\x8b','\xa6','\xb2','\x90','\x77','\x19','\xcc','\x03','\x85','\x96','\xd0','\x2a','\x48','\xa7','\x6b','\x2a','\x99','\x2e','\xad','\x77','\x91','\xa6','\xfc','\xd3','\x94','\x7f','\x46','\x47','\x9f','\xd1','\xf1','\xac','\x10','\x9b','\x0c','\x01','\xcc','\x4e','\x2f','\x08','\x20','\xf1','\xe0','\x0f','\x95','\xa8','\x5d','\x88','\xbe','\x9a','\xfc','\x86','\x39','\x86','\xc6','\x87','\xe2','\x51','\x43','\x8b','\xcf','\x50','\x53','\xc2','\x11','\xd5','\x30','\xb7','\xdb','\x6f','\x3e','\xd8','\xef','\x4e','\x38','\xd7','\x6b','\x41','\xc8','\xaa','\x8b','\xdc','\x4e','\x6d','\xf7','\x1f','\xec','\xf5','\x3d','\x21','\xd7','\x85','\x68','\x2b','\x91','\x9c','\x27','\x95','\x42','\x0e','\xf5','\x49','\xc3','\x4f','\x52','\xbf','\x4b','\xfd','\x45','\xea','\x97','\x33','\xaa','\x9d','\x19','\xac','\x38','\x89','\xbe','\x9c','\x7f','\x7a','\x51','\xe9','\x8f','\xf5','\x74','\xf9','\xa4','\x65','\x32','\xa3','\xba','\xf7','\x36','\x7d','\xe1','\xbe','\x9c','\x72','\xaf','\x86','\x6a','\x75','\x29','\x23','\x18','\xcf','\x2e','\xa5','\x3d','\xb8','\xa7','\x4f','\x22','\x3a','\xbb','\xbb','\x68','\x02','\x2c','\x8a','\x77','\x54','\xec','\x71','\xd0','\x67','\x44','\x73','\x91','\xd8','\x54','\x6f','\x29','\x23','\xb7','\x84','\x2c','\xb9','\xb7','\x40','\x1e','\x65','\x64','\x95','\x91','\x28','\x07','\xe0','\x22','\xb9','\xec','\x25','\x75','\xa7','\xab','\x39','\x35','\xdd','\x2b','\xe2','\x16','\xb4','\xaf','\xa3','\x05','\xd0','\x63','\xf4','\x12','\x31','\x84','\xdf','\x3f','\x9f','\x0b','\x37','\xb1','\x87','\xf6','\xff','\x1c','\x1f','\x89','\x09','\x90','\xbe','\x19','\xc0','\xc7','\x87','\x31','\xee','\xe2','\xa3','\x35','\x10','\xb3','\x83','\x1b','\xfd','\xb6','\x7c','\xfe','\x3e','\xa5','\x7f','\xa0','\xb6','\x21','\x2d','\x99','\xfa','\x76','\x80','\x68','\x43','\xdd','\xa7','\x2b','\x11','\x5d','\xad','\x87','\x34','\xd4','\xd7','\x1a','\xc4','\x33','\x69','\xb8','\xa0','\x6d','\xd7','\x83','\xec','\x2e','\x06','\xa1','\x14','\x2a','\x02','\x18','\xd2','\xd6','\x94','\x27','\xbb','\x89','\xb4','\xb3','\xd2','\x97','\x14','\x69','\xb4','\xd4','\x42','\x89','\xdb','\xf4','\x3d','\xe9','\xab','\x00','\x8d','\xc7','\xf9','\xbe','\xb3','\xed','\xdb','\xf7','\x9d','\x1c','\x7c','\xef','\x46','\x95','\x64','\x6d','\xe2','\x1d','\xdd','\x35','\x7f','\x84','\x23','\x67','\x4e','\x96','\x24','\x28','\xe8','\xea','\x53','\xbc','\xcf','\xc0','\xfb','\x2e','\x66','\x1f','\x3a','\x5d','\x38','\x18','\x65','\x07','\x23','\x6c','\x21','\xc2','\xcb','\x3a','\x77','\xc3','\x5f','\xd1','\x3d','\xa8','\x85','\x04','\xf1','\xb1','\x71','\xe0','\x6f','\x20','\x65','\x38','\xf5','\xde','\x8f','\x2b','\x44','\x10','\x36','\x3d','\x94','\x18','\x37','\xbb','\xfb','\x72','\x6e','\x8f','\x07','\x62','\x76','\x81','\x07','\xa2','\x39','\xe5','\x51','\xc7','\x1d','\x51','\xf5','\x1d','\xba','\x74','\xfd','\xa0','\xa0','\xa6','\x77','\x9e','\x58','\x21','\xf4','\x22','\x61','\x32','\x2b','\x15','\x74','\x70','\x33','\x43','\xbf','\xd2','\x16','\xfb','\x90','\xb3','\xef','\x9c','\xfb','\xd0','\x85','\xe0','\x20','\x75','\x25','\x94','\x44','\x36','\x88','\xa5','\xc2','\x9f','\xde','\x8e','\xb2','\x2e','\x4a','\xbb','\xd5','\x50','\x97','\x02','\xab','\x10','\x47','\x68','\xe0','\x39','\x8a','\x45','\x37','\xa5','\xa0','\xea','\x1d','\x60','\xc5','\xee','\xd7','\x3b','\x80','\xf6','\x51','\xbf','\x32','\x57','\x02','\xca','\x1f','\x0a','\xa1','\x4b','\x92','\x86','\x3c','\x75','\xa8','\xdf','\xab','\x64','\xb8','\x9a','\xa0','\xcf','\x4f','\xbd','\x29','\x85','\xa8','\x82','\x7c','\x41','\xbc','\xaf','\xdf','\xcb','\xb2','\x4e','\xbb','\x50','\xac','\xb1','\x2c','\xab','\x31','\xc6','\xa5','\xed','\x91','\xbe','\xdf','\x21','\x7b','\x11','\x01','\x9d','\xff','\xfd','\x08','\x3f','\x88','\x30','\x88','\x1a','\x50','\x64','\x76','\x9d','\x2a','\xe2','\x33','\x68','\x6a','\x25','\x7c','\x3f','\xf8','\x8e','\x5e','\xf9','\x00','\x88','\x65','\x51','\x10','\x54','\xa7','\x6d','\x4e','\x6b','\xf2','\x0c','\x7d','\x14','\xec','\x0e','\x94','\x29','\x6d','\xbf','\x9f','\x26','\x82','\xc5','\xdc','\x73','\x54','\xac','\x64','\x8a','\xfa','\x79','\x21','\x22','\x14','\xb6','\xbc','\x28','\xa4','\xe0','\x37','\xe3','\xfc','\x6f','\xa8','\x77','\x2d','\x77','\xd1','\xbf','\x69','\x7a','\xa0','\x2d','\xc2','\x54','\x15','\x13','\x23','\x05','\x15','\x5d','\x34','\x12','\xf2','\xbb','\x0b','\x25','\xc3','\x02','\xe8','\x88','\x44','\xb8','\x63','\x77','\x39','\xe1','\x53','\x12','\x22','\x88','\x6a','\x28','\x3a','\xa1','\xaa','\x21','\x72','\x94','\xe6','\x40','\x32','\x85','\xe5','\x68','\x3b','\x47','\x9f','\x91','\xf7','\xa6','\x5c','\xf0','\x15','\x0a','\xac','\x23','\xff','\xd7','\xab','\x2f','\xd8','\x15','\x21','\x50','\x65','\xfb','\xb7','\x7d','\xe6','\x3d','\xf7','\x56','\x65','\x1f','\xca','\xf7','\x37','\x08','\xc8','\x0c','\x45','\xf5','\x7b','\xe3','\x5b','\x36','\xee','\xdb','\xd5','\x17','\x20','\x0c','\x6d','\xa4','\x3c','\x95','\x94','\x31','\x40','\x47','\x8b','\x40','\x81','\x8f','\x72','\x0f','\xaf','\x07','\xf7','\x37','\x7c','\x89','\x2f','\x37','\xfc','\x4f','\x5d','\x08','\xce','\x37','\x7c','\x69','\xff','\xa4','\x4e','\x7b','\xa9','\xba','\x93','\x59','\x91','\xee','\x8f','\x47','\xf5','\x1a','\xc2','\xd2','\xfc','\x1a','\x47','\x2d','\xac','\x2d','\x7b','\xc9','\x75','\xb9','\xaa','\xc0','\x4d','\xa1','\x96','\x53','\x3a','\x02','\x3d','\x19','\xd5','\x0c','\x4b','\x76','\xe4','\x66','\x3b','\x9e','\xc5','\xfb','\x4c','\xf1','\xd0','\x1a','\xbe','\x6f','\x0d','\x1f','\xcc','\x6f','\x2d','\x4c','\x4d','\x96','\xa7','\x26','\xdd','\xa9','\x49','\x92','\xdf','\x52','\x7d','\x29','\x25','\x8e','\x4a','\x8b','\x2f','\xbc','\xbf','\x1e','\x3f','\x56','\x7f','\x5c','\x88','\xa7','\xd6','\x9d','\xfb','\x8e','\x39','\x1f','\xfd','\x6c','\x87','\x1c','\x5b','\x15','\xeb','\xff','\x12','\xce','\x7c','\x6c','\x35','\x7d','\x6c','\x75','\xfc','\xb3','\x9d','\x7d','\xc7','\x9c','\x87','\xfe','\xf2','\xf4','\x7d','\x3f','\xbe','\x72','\xf0','\x71','\x7f','\xe1','\xd8','\xbf','\x2b','\xcf','\xac','\xb9','\x3f','\x6e','\x90','\xff','\xf5','\x02','\x39','\xff','\xfc','\xc8','\x6f','\xd5','\x89','\x8e','\xfa','\x7e','\x01','\x89','\x9a','\xc1','\x63','\x9a','\x93','\x5b','\x87','\x72','\xbc','\x31','\xcd','\x89','\x68','\x4e','\x74','\xd9','\x89','\x1f','\x73','\xc4','\x6b','\xce','\x52','\xc5','\x29','\x55','\x20','\xdc','\x57','\xd2','\x9c','\xe7','\x96','\x1d','\xab','\xe2','\x58','\x39','\xa7','\x94','\x83','\x87','\x75','\xb9','\x93','\xd9','\xc0','\xe7','\xdf','\xc9','\xa7','\x75','\xaa','\xcb','\xf5','\xbc','\x29','\xa6','\xd5','\xed','\xb0','\x47','\xcf','\x1a','\x2b','\x05','\xb1','\x11','\xf6','\x1d','\xc8','\x12','\xcc','\x1f','\x8f','\xf2','\x45','\xb7','\xb8','\x70','\xf5','\xd1','\x85','\xcd','\x47','\xca','\x46','\xbd','\x9c','\xfd','\xa6','\xfb','\xc4','\x0d','\x12','\xd3','\x49','\x74','\x70','\x9e','\x7a','\xdc','\x16','\x5f','\x97','\x16','\xe2','\x6a','\x36','\x9f','\xa0','\xe0','\xca','\x50','\x0c','\xfc','\x9f','\x8b','\x59','\xf1','\x72','\x61','\xf1','\x65','\x56','\xbe','\xcc','\x48','\x84','\x7f','\x42','\xe3','\x5f','\x59','\xf6','\x16','\x3c','\x67','\x61','\xdd','\x93','\x0b','\x48','\x19','\x17','\x5c','\x02','\x7d','\x4f','\xa0','\x0f','\x42','\x16','\x27','\x80','\xb8','\x85','\xe3','\x87','\x26','\xbf','\x3e','\x35','\x5d','\xfd','\xde','\x74','\x3e','\x3f','\x39','\xcd','\x4a','\xf2','\x63','\xee','\x61','\xf5','\x51','\x56','\x17','\xdf','\x7f','\xe1','\x2b','\xdf','\x7f','\xa1','\x7c','\xe8','\x05','\x72','\xe8','\x85','\x4f','\x1c','\x7a','\xe1','\x2b','\x87','\x5e','\x78','\xea','\xfb','\x2f','\x3c','\xf5','\xe7','\x37','\x1f','\xff','\xfe','\xdd','\xe5','\x43','\xd8','\xed','\x5f','\xe7','\x98','\xfe','\x22','\x06','\xd5','\x1b','\x8a','\x67','\xa8','\x7d','\x43','\x0d','\x92','\xc1','\xf6','\x58','\x62','\x3f','\x15','\x6f','\xc3','\x20','\x91','\x11','\x49','\x9d','\x8e','\x6f','\xd0','\xbb','\xab','\x74','\xba','\x4a','\x27','\x31','\x2d','\x61','\x5a','\x97','\xef','\x3b','\x0e','\x64','\x6d','\x65','\xaf','\xaa','\xbc','\x6d','\x5e','\x95','\x4e','\x33','\x0f','\x92','\x0d','\x79','\x35','\xbb','\xc2','\x20','\x05','\x93','\x16','\x57','\xbb','\x17','\x94','\x70','\xf8','\x08','\x74','\x4b','\xe7','\xeb','\x4e','\x2b','\x8c','\xc3','\xc2','\xb3','\xe6','\xb6','\x0a','\x59','\x4c','\xe9','\xb4','\xef','\x6a','\xed','\x8d','\x86','\xfa','\x57','\xbe','\x1f','\xc5','\x48','\x87','\xc8','\xf3','\xc4','\x8a','\x63','\x6e','\xa0','\xdc','\xca','\x00','\x38','\x77','\x49','\x98','\xbd','\x71','\x31','\x57','\xaf','\xe5','\xea','\x5c','\x02','\x08','\x5a','\x6e','\x31','\xe7','\x7a','\xb9','\x55','\x2f','\xd7','\x70','\x26','\xce','\x9d','\x9b','\xf8','\x93','\x78','\x65','\x9d','\x1c','\xbb','\x70','\xf3','\x89','\xb3','\x78','\x25','\x8e','\xf7','\x6b','\x9e','\xb9','\xec','\xe4','\x47','\x25','\xe0','\x1b','\xcf','\x4f','\x5b','\x79','\x6b','\xde','\xb4','\x4e','\xe4','\xa3','\xaa','\x51','\x7b','\x7c','\x29','\x6f','\x1c','\xcd','\x67','\xe1','\xbd','\xe7','\x11','\xcd','\x67','\xba','\xa1','\xe6','\xdb','\x7e','\x85','\x2a','\x08','\x42','\xd6','\x9f','\xb0','\x45','\xbd','\x17','\x27','\xe9','\x95','\x9a','\xea','\xc2','\x8b','\xa0','\xe2','\x7e','\xe1','\x65','\xfb','\x15','\xd6','\x55','\xf1','\xf2','\x65','\xf4','\xe8','\x86','\xf0','\x06','\x91','\xd5','\xe1','\x9a','\x94','\xde','\xed','\xac','\xf2','\x3b','\xb7','\xe6','\xf1','\x0f','\x79','\x68','\xda','\x43','\x53','\x2f','\x33','\x76','\xa5','\xc3','\x6e','\xc2','\xca','\x7f','\x52','\xf5','\x2c','\x3e','\xb4','\x03','\x53','\x07','\x5e','\x9e','\xca','\xbe','\x3c','\xc5','\x9b','\xf9','\x8f','\x5f','\x35','\x97','\xd7','\x42','\xdd','\xef','\x6d','\x05','\xa1','\xc1','\x52','\x30','\xd8','\x0d','\xe5','\xdb','\x88','\xf5','\xd9','\x2f','\xb1','\x82','\x62','\x87','\x28','\x10','\x76','\x59','\x02','\x88','\x02','\x4c','\x5a','\x4c','\x4b','\x61','\x3c','\x3c','\x61','\xf6','\x22','\x51','\x39','\x84','\x8e','\xa9','\xc2','\x26','\x60','\x98','\xc0','\x8d','\xc3','\x13','\x88','\x8f','\x23','\x3e','\x8d','\xb8','\xa5','\xfa','\x3d','\xe1','\x5b','\xa1','\xbe','\x2f','\x15','\xa7','\x95','\xde','\xd9','\x12','\xb5','\x11','\xf3','\x11','\x3f','\x8d','\xfe','\x28','\x8e','\x12','\x02','\x93','\xaf','\x09','\xfa','\x35','\x90','\x69','\x2d','\x7c','\x8d','\xce','\x7e','\x8d','\x36','\x42','\x09','\xeb','\x02','\x84','\xd2','\xc7','\x84','\x8a','\x9d','\x9c','\x50','\x52','\xea','\x1b','\x74','\x4c','\x3f','\x29','\xed','\x28','\x15','\xaf','\x53','\x94','\x79','\xd0','\x1f','\x63','\xa2','\xce','\xa0','\x09','\xbb','\xb2','\x4d','\x54','\x3f','\x3b','\x07','\x19','\xae','\xf4','\xf2','\x6c','\xea','\x22','\x89','\x4c','\xb7','\x44','\x5d','\x39','\x86','\x36','\xdf','\xaa','\xac','\x51','\x62','\x89','\x2e','\xca','\xf3','\xa9','\xcf','\x7d','\xdb','\x75','\x12','\xdd','\xfa','\xd5','\x0c','\x0f','\xa0','\x17','\xc4','\x0d','\x47','\x77','\x4e','\x26','\xd0','\xb8','\x5c','\x16','\x27','\xce','\x14','\x4c','\x5f','\xa5','\xe1','\x84','\x08','\xf3','\x71','\xe6','\xa5','\xa0','\x97','\x98','\x13','\xc0','\xe5','\x30','\xcf','\xb9','\xb9','\x0b','\x41','\xae','\xe1','\x02','\xa0','\xe3','\xb9','\x6b','\x36','\x5c','\xf9','\xe6','\xef','\xa1','\xe4','\xfe','\x06','\x61','\x9b','\x84','\x6f','\x2e','\x4a','\xbf','\x5c','\x5f','\xc6','\xba','\x26','\xa0','\xaa','\x37','\x55','\x17','\xbf','\x39','\x0d','\x4d','\x83','\x96','\x57','\xd3','\x95','\x55','\xa8','\x26','\x48','\x9d','\x63','\xa9','\xd5','\xec','\xb2','\x5b','\x7c','\xad','\x7e','\x6e','\xbd','\x1e','\x5f','\x5f','\xc1','\xeb','\x2b','\xfa','\xf2','\x8a','\xb6','\xbc','\xa2','\xcb','\xf1','\x6b','\x17','\xc8','\x33','\x75','\x9a','\x03','\x5b','\xdd','\x93','\xfe','\x69','\xc5','\x13','\x6f','\xad','\xde','\xa9','\x3d','\x7f','\xa7','\xe6','\xde','\x99','\xec','\xfe','\x93','\x75','\xa8','\x67','\xf9','\xc2','\xfa','\x77','\xbf','\x20','\xc4','\x17','\x3c','\xfe','\x05','\xcf','\xfb','\xbd','\x75','\xb7','\x76','\x2d','\x80','\xc2','\xee','\x66','\x83','\xb7','\x5b','\x10','\x78','\xbc','\x2e','\xb8','\xe7','\x85','\xb0','\xe5','\xf1','\x0a','\xf8','\xb9','\xdb','\x79','\x2b','\xc7','\x8b','\xbf','\x0a','\xae','\xb1','\xf4','\x31','\x27','\x1a','\xc8','\xdc','\x74','\x4a','\xb4','\x55','\x97','\xfb','\x6c','\xc3','\xb3','\x37','\xd5','\x86','\x7b','\xde','\x29','\xfd','\xc4','\x99','\x3c','\xef','\x4c','\xbf','\x64','\x1c','\xce','\xc5','\xf1','\x3d','\x24','\xf6','\x33','\x1c','\x7c','\x36','\x38','\x79','\x16','\x17','\xe3','\x18','\x5c','\x39','\xcf','\x13','\xad','\xed','\x7d','\x27','\xde','\x8b','\x83','\x38','\xa3','\x8d','\x96','\xb9','\x29','\xef','\x4a','\xef','\x99','\x86','\xf7','\x52','\xc3','\xcb','\x9d','\x77','\x7a','\x78','\xc9','\xc8','\xbd','\x14','\x37','\xff','\x35','\x01','\x4d','\xa8','\xcf','\x06','\xe8','\x2c','\x74','\xd2','\x02','\x93','\xdb','\x14','\x77','\x32','\x9c','\x3a','\x34','\x99','\xfa','\xee','\xf4','\xe8','\xf7','\xa6','\x59','\x7e','\x72','\x3f','\x2b','\xd9','\x97','\x82','\x32','\xab','\xbb','\xac','\x4e','\xbe','\xff','\x82','\xf8','\x3b','\x58','\x0c','\x47','\x0e','\xbd','\xf0','\xd5','\xef','\xbf','\xf0','\xb8','\x5c','\x0c','\x0f','\xbd','\xf0','\xc5','\xc3','\x37','\xc9','\xf7','\xef','\x4e','\x1e','\xc2','\x5d','\x86','\x6b','\xec','\x68','\x91','\x91','\xe2','\x3c','\xb6','\x7f','\x25','\x40','\xb8','\xde','\xc2','\xf6','\xeb','\xc1','\xf6','\x20','\xe4','\x39','\x1c','\xc2','\xbc','\x8a','\xf9','\xba','\x5f','\x45','\x37','\x17','\x84','\x15','\x12','\x1b','\x42','\x92','\xc3','\x10','\xe1','\xe1','\x2f','\xa4','\x59','\x70','\x6c','\x15','\xd9','\xaf','\x20','\xe8','\x6e','\x7a','\xb6','\x53','\xa5','\x6c','\xee','\x43','\xdc','\xba','\xc7','\x9b','\x3f','\xe6','\x9c','\xd0','\xbd','\x79','\x5c','\xb3','\x88','\x39','\x47','\xc7','\xab','\x15','\x5f','\x91','\x2e','\x1a','\x55','\xbb','\x5b','\x4d','\x39','\x4f','\xa7','\x1c','\x0b','\x48','\x14','\x82','\xf7','\xca','\x08','\x15','\x0d','\x23','\x74','\x96','\x1d','\x4f','\x78','\x0e','\x19','\xdd','\xd1','\xf1','\x64','\x9b','\x53','\x14','\x8e','\x37','\x49','\x52','\x35','\x40','\x81','\x20','\x5b','\xa6','\xab','\x1c','\x01','\x86','\xd2','\xc0','\xb5','\x51','\x9a','\x83','\x21','\xbf','\xc5','\xeb','\xb7','\xa2','\xeb','\x4f','\xe9','\xbe','\x78','\xac','\xde','\x38','\x19','\xea','\x87','\x5c','\x11','\x5b','\xef','\xb3','\xc6','\xee','\xea','\x13','\x11','\xae','\x66','\xc3','\xbd','\xe1','\x10','\x1a','\x52','\x32','\x44','\xa0','\x64','\x98','\x5b','\xee','\x43','\xb8','\x83','\x78','\x54','\x16','\x39','\x14','\xb5','\x48','\xa4','\x49','\xc6','\x02','\x5d','\x80','\x7e','\x82','\x53','\xed','\xf2','\x2a','\x99','\x02','\x74','\xa3','\x55','\x14','\xad','\x62','\x52','\x15','\x71','\x48','\xbb','\x62','\xfa','\x3f','\x89','\x7c','\x0b','\xbf','\xe5','\xe0','\x67','\xee','\xf8','\x1f','\x19','\xe0','\x13','\x6c','\x84','\x14','\x08','\xd4','\x2f','\x17','\xd5','\x32','\xc3','\xf1','\x73','\xbc','\x64','\x9d','\x78','\xce','\x92','\xff','\xe6','\x4a','\xfd','\xd6','\x8e','\x18','\xf0','\xf9','\xc9','\xdb','\xe0','\xe9','\x2d','\x7c','\x62','\x12','\x9f','\x00','\xb1','\x1b','\xcc','\x8f','\x1e','\x95','\xf6','\xfd','\x20','\x5f','\x09','\x00','\x2e','\xa2','\x8f','\x93','\x02','\x12','\x97','\x03','\x30','\x5f','\x74','\xfc','\x38','\xf2','\x13','\xc8','\x57','\x31','\xc4','\x7a','\x7c','\xb9','\x1e','\x3f','\x86','\xa5','\x43','\x30','\xfa','\x5d','\x12','\x1c','\x22','\xb5','\xf8','\x62','\x91','\xed','\xd6','\x0d','\xdb','\xbe','\x6e','\x7d','\xff','\x25','\xe4','\xd4','\xa8','\x12','\x95','\xde','\xcb','\x76','\x28','\x04','\xca','\x7d','\x30','\xec','\x03','\x15','\x7e','\x47','\x87','\xfa','\x12','\x9a','\xbd','\xda','\x25','\x0f','\x0a','\x25','\x74','\x33','\x27','\xbe','\xe5','\xf5','\x38','\x1e','\xef','\xd9','\x5f','\x63','\xc0','\x3b','\x4d','\xf7','\x6b','\xea','\x69','\xa6','\x2d','\xd7','\xcd','\x31','\xca','\xc4','\x85','\x36','\x75','\xa0','\x47','\x95','\x22','\xfb','\x45','\xa9','\xd9','\x06','\x21','\xd9','\x04','\xa1','\xcf','\xd0','\x71','\xfd','\x62','\x27','\xed','\xd5','\x5e','\x6b','\x15','\x23','\xd2','\x7b','\xbc','\x86','\x6a','\xbe','\xbe','\x02','\x6f','\x4c','\xf1','\x13','\xe2','\x44','\x4f','\x80','\x72','\x9f','\xd9','\x1d','\x59','\xa1','\x90','\xba','\xd2','\xad','\x9e','\xf3','\xa2','\xa3','\x91','\x3a','\x34','\x14','\xeb','\xa6','\xd1','\xc2','\x02','\x7a','\xdc','\x25','\x44','\x91','\x9c','\x43','\x0f','\x37','\xa4','\x28','\x2c','\x6a','\x6d','\x0a','\xd5','\x37','\xf2','\xc5','\x18','\xba','\x15','\xca','\xb7','\x9e','\x69','\x4b','\x5b','\xd4','\x91','\x46','\x7a','\xa6','\xcd','\x1c','\x7c','\x48','\x88','\x3b','\x1c','\x7c','\x87','\x13','\x8d','\x9b','\xed','\xb8','\x7c','\x3f','\x98','\xd0','\x14','\x65','\x37','\x2e','\xb6','\x89','\x57','\xcb','\xb5','\xd8','\xe5','\x4d','\x46','\xae','\xc9','\x8d','\xed','\xfe','\x2b','\x03','\x9e','\x5e','\x5f','\x03','\xa1','\x3f','\x03','\xef','\x12','\x9e','\x81','\x76','\x28','\x80','\xc9','\x0b','\xa0','\x9d','\x63','\xb8','\x70','\xb2','\xf0','\xb8','\xa3','\x7d','\x0b','\xe1','\x87','\x50','\x61','\xc1','\xd3','\xdc','\xa5','\x04','\x39','\x52','\x5b','\xec','\x1b','\xd5','\x46','\x3c','\x54','\x65','\x91','\x17','\x2d','\x6a','\x64','\x07','\x47','\x64','\x44','\x43','\x15','\x97','\x88','\x51','\x94','\x2b','\x80','\xdc','\xb2','\xcd','\xd7','\xbb','\xf7','\x1c','\x78','\x64','\x70','\x8c','\x40','\x9b','\x6b','\x21','\x8f','\x12','\xbd','\x7e','\x91','\x3e','\x92','\x77','\x4f','\x18','\xc5','\xb2','\x7f','\x54','\x27','\xa3','\x93','\xe4','\x8e','\x49','\xf1','\x7f','\x96','\x0c','\x0d','\xa7','\x2e','\xdc','\xcc','\x6c','\xe0','\xd1','\x33','\xf5','\xdc','\xbf','\xb0','\x26','\x46','\x26','\xff','\x79','\x0a','\xff','\xcb','\x09','\x12','\xd5','\x8e','\x7c','\x40','\xa3','\x7b','\x3c','\x64','\x08','\x91','\x35','\x03','\xef','\xd6','\x7c','\x8a','\x1a','\xbf','\xa7','\x8e','\x5f','\x5f','\x40','\x43','\xab','\x47','\x76','\xf1','\xa8','\xfb','\x69','\x87','\x2d','\x9d','\x80','\x6a','\x47','\x04','\xd4','\x51','\x7c','\x3d','\xeb','\x1f','\x28','\xf8','\xb4','\xa6','\x84','\x3b','\x3c','\x5f','\x3b','\xe7','\xeb','\x69','\x1f','\x17','\x40','\x6e','\x80','\x72','\x9f','\x7b','\x90','\xf4','\xd6','\x8b','\xe0','\xc9','\x13','\x69','\xd3','\xa5','\x8f','\x7a','\xf0','\xed','\xed','\x68','\x4a','\x95','\x54','\x4d','\xa9','\x8c','\x5d','\x1d','\xa9','\xfe','\xbe','\xa4','\x30','\x01','\xd3','\xb0','\xcf','\x1f','\x43','\xa5','\x61','\xda','\x58','\x1f','\xf5','\xaa','\xf0','\x61','\x90','\x02','\x5e','\x19','\xa7','\x96','\x82','\x1c','\xab','\x17','\x0f','\xf1','\xc7','\xf4','\x53','\x54','\xbf','\xab','\x6b','\xbf','\x0b','\x09','\x41','\x09','\xf3','\x6d','\x88','\x1d','\x14','\xa7','\xa8','\x1d','\x64','\xbc','\x03','\x49','\xef','\x2a','\xd2','\x5b','\xc4','\x4c','\x06','\xa0','\x66','\x3c','\x45','\xc4','\x3b','\x34','\xa6','\x35','\x92','\x4e','\xfb','\x03','\x9c','\x8f','\xb1','\x76','\x3e','\xf7','\xc3','\xaa','\x9e','\x59','\xc1','\x09','\x69','\xd5','\x4a','\x4b','\x55','\xfc','\x9a','\xdf','\xa1','\x87','\x58','\xf8','\x7f','\xe7','\x03','\xfb','\xd7','\xfc','\x73','\x53','\xfc','\x73','\x87','\xf8','\x53','\xcc','\xfa','\xbc','\x10','\x27','\xda','\xa8','\xc6','\x10','\xf8','\x75','\xf9','\x40','\x9a','\x7a','\x50','\x0d','\x9a','\xdf','\x86','\xfd','\x76','\x17','\x06','\xba','\xfc','\xce','\x9d','\x49','\xd4','\x9a','\x8e','\x36','\xa7','\x63','\xc1','\xb4','\x5c','\xd6','\x6f','\x12','\x2b','\xd6','\x2d','\x61','\x52','\xef','\xd5','\xf6','\x42','\xff','\x59','\x39','\xb1','\xe4','\xcd','\x9a','\xf5','\x31','\xb0','\xa3','\xe5','\x42','\xe2','\x4d','\xb2','\xff','\xf8','\x03','\xf6','\x1f','\x5f','\x60','\xff','\xf1','\x79','\xf3','\xa7','\x72','\x8b','\x5f','\x64','\xd0','\xbf','\xe0','\x3d','\x05','\x2e','\x06','\x0f','\x77','\xc6','\x1e','\x7b','\x57','\x7e','\x97','\x9e','\x55','\x14','\xd5','\x62','\x84','\xd7','\x83','\x13','\x65','\x34','\x7f','\x10','\x59','\x0f','\x0a','\xcb','\x40','\xbc','\x80','\xf8','\xbd','\x5d','\xab','\xac','\x0b','\x17','\x71','\xd2','\xe5','\x69','\x04','\x38','\xe8','\xf2','\x83','\xc1','\x93','\xe5','\xe6','\x93','\x6e','\xf3','\x49','\xd2','\xbc','\x2a','\x41','\x9b','\x2e','\xfd','\x4d','\xbd','\xb3','\x1e','\x63','\x38','\x92','\x55','\xf1','\xa8','\x11','\x95','\x8c','\x53','\x42','\xad','\xce','\xf2','\xaa','\x5b','\x11','\xc1','\xc7','\x56','\x5d','\x89','\x3b','\x56','\xdd','\x3d','\xa2','\xbb','\xc7','\x41','\x7b','\x5e','\x6c','\xa5','\x1a','\x57','\x47','\x1b','\xaf','\xe4','\xc6','\x9b','\x6f','\xd1','\xcd','\x67','\x69','\x6b','\x8a','\x5e','\x9e','\x1a','\xbf','\xfc','\xb1','\xce','\x46','\xa1','\x25','\xa8','\xb3','\xb4','\x5f','\xdd','\x8f','\xf9','\x48','\x11','\x70','\x4f','\x39','\x6f','\x06','\xf9','\xa9','\xb2','\x39','\x55','\xce','\x87','\x30','\xbb','\x79','\x46','\xf2','\xba','\x63','\xea','\x18','\x6a','\x94','\x30','\xcb','\x13','\x09','\xbe','\x7f','\x8c','\xef','\xa7','\x5e','\x55','\x5b','\x9b','\xd1','\xd3','\x4f','\x90','\x44','\xbd','\x86','\xb3','\xd2','\x44','\x6d','\x41','\x78','\x8d','\xac','\xa0','\x63','\x79','\x64','\xbf','\x8b','\xe6','\xf2','\x74','\x2e','\xdf','\xb5','\xdf','\xa6','\x6a','\x20','\xd1','\xb0','\xdf','\x9e','\x45','\xfa','\xc9','\x6c','\xf5','\xa4','\x9c','\x15','\xac','\xba','\x57','\xc2','\xbc','\x71','\x27','\xab','\x4a','\x7c','\x91','\xd9','\x75','\xf3','\xbf','\xc7','\xd8','\x09','\xbd','\xa7','\xd3','\x05','\x2b','\x30','\xe8','\xf4','\x12','\x50','\xaf','\x75','\xf9','\x06','\xac','\xe8','\x98','\xa4','\xa5','\x5d','\x89','\x6a','\x54','\xf3','\x0a','\x31','\xad','\x5d','\xc8','\x72','\x79','\x9d','\xb5','\x26','\x53','\xcd','\x19','\xf1','\x84','\xf3','\xf1','\x8a','\x33','\xf3','\x9a','\xf4','\x59','\x54','\xdc','\x38','\x0d','\xf2','\xa7','\xca','\x50','\x01','\xde','\x51','\x90','\xb6','\x16','\x3e','\x7d','\xba','\xfc','\x19','\xd2','\xfc','\x4c','\xdc','\x9d','\x1d','\x75','\x37','\x27','\xc8','\xe6','\xe5','\xf4','\x66','\x54','\x7e','\x69','\x4a','\x83','\x3d','\x82','\x80','\x96','\x90','\xbe','\x4a','\x1b','\x3e','\x6d','\xdc','\x95','\x6a','\xdc','\x35','\x46','\xe9','\x58','\xa6','\x43','\x93','\xed','\xed','\x86','\x4d','\x86','\xa7','\x67','\x20','\x0b','\xb6','\x1f','\xe0','\xf7','\x2a','\xa7','\x54','\x9b','\xf2','\xe1','\x8e','\x4e','\xb7','\x69','\x4d','\x1e','\x03','\xca','\x4a','\x44','\x43','\xfa','\xb2','\x37','\xa3','\x39','\x93','\x3a','\xba','\x3b','\x82','\xd2','\x07','\xb0','\x5c','\xd4','\xd2','\x0c','\x1f','\x62','\xd8','\x62','\xb8','\xce','\x70','\x82','\xe1','\x0f','\x30','\x0c','\xad','\x2b','\x18','\xce','\x33','\x5c','\x65','\x78','\x85','\x61','\x5d','\x41','\x7e','\xdf','\xd8','\x0c','\x8e','\x2a','\xef','\x1b','\xe2','\xe3','\xc2','\x63','\x9a','\x7c','\xc3','\x88','\x28','\xf4','\xd2','\x7c','\x11','\x47','\x82','\x60','\x27','\xc0','\x45','\x12','\x2d','\x42','\x2c','\x34','\x2e','\x3f','\xf9','\x11','\xc2','\x32','\x84','\x27','\x46','\x1c','\xbc','\x4b','\x77','\x57','\xbb','\x32','\xcc','\x90','\x8f','\xdf','\x5f','\x4f','\xe4','\xea','\x69','\xc5','\x7e','\x64','\xb9','\x9b','\x3c','\x77','\xc6','\xc9','\xd5','\xd1','\x2d','\x88','\xf4','\x70','\x53','\x17','\x67','\xc4','\x49','\x3d','\xec','\xc7','\x0a','\xc4','\x24','\xc5','\x20','\x47','\xfc','\x1e','\x32','\x67','\x06','\xd5','\x35','\x72','\x9c','\x91','\x05','\x46','\x6a','\x66','\x17','\x34','\x69','\x14','\x2a','\x66','\xb7','\x22','\x8f','\x6b','\xc4','\x5e','\x23','\xa6','\x5c','\x6f','\xcc','\x81','\xfd','\x93','\x40','\x2c','\xa6','\xc9','\xeb','\x34','\x28','\x07','\xde','\x51','\x0b','\x2c','\xf7','\xd3','\x16','\xc1','\x27','\x53','\x22','\x2c','\x07','\xee','\xcb','\x62','\x0f','\x98','\x3f','\x03','\x71','\xec','\x7e','\xfe','\x61','\x68','\x1d','\x1b','\x50','\x61','\x15','\x0f','\xb6','\xa0','\x5a','\x1d','\x2d','\x62','\xfe','\x87','\x98','\xff','\x35','\xe6','\x3f','\xa9','\x57','\xce','\xdf','\xac','\xd2','\xad','\x85','\xde','\x3a','\xa6','\x30','\xb4','\x8e','\xf5','\xfb','\xef','\x28','\x1c','\xab','\x8f','\xc9','\x93','\xbe','\x36','\xd4','\xf5','\xc0','\x0e','\x86','\x9b','\x20','\x8c','\xd9','\x41','\xb7','\x52','\xaf','\x55','\xea','\xc5','\x61','\x5e','\x6e','\xc8','\x91','\x38','\x4d','\xf5','\x2b','\xdd','\x71','\x4c','\xdf','\x28','\xd1','\xd2','\x1f','\x74','\xa6','\xb6','\xe8','\x5d','\x75','\x3a','\x12','\xeb','\x3e','\x53','\xff','\x78','\xa4','\x5e','\x22','\xfe','\xbd','\xcf','\xf8','\x59','\xec','\x1b','\xf4','\xfa','\xdf','\x54','\x9e','\x4f','\x26','\xe5','\xf2','\x9e','\xde','\x95','\xbf','\x18','\xe8','\xe1','\x13','\x12','\x5f','\x22','\xc9','\x56','\x18','\xe8','\x1e','\x71','\x2d','\x71','\x4d','\xa4','\x5c','\xae','\x30','\x95','\x72','\xbf','\x9b','\xba','\x34','\x96','\x7b','\x31','\x99','\x37','\x54','\x1c','\x2e','\xd9','\xfd','\x42','\xc8','\xcb','\x4d','\x76','\x81','\x97','\xeb','\x42','\x19','\x54','\x36','\xd9','\x95','\xfb','\xc5','\x0e','\x5d','\x1a','\x4a','\x0f','\x52','\xfa','\xd1','\x4c','\xe7','\x3e','\x4a','\x9f','\x6a','\x00','\xca','\x94','\x36','\x33','\x9d','\x66','\x2a','\x4a','\x52','\x31','\x42','\xeb','\x84','\xba','\x84','\xbe','\x0a','\x69','\x5a','\xd0','\x12','\x62','\x64','\xac','\x30','\xd2','\xcd','\x90','\x76','\x82','\x38','\xf8','\xff','\xd9','\xe7','\x5a','\xc5','\xaa','\x00','\x20','\x0b','\x7a','\x3b','\xee','\x27','\x76','\xd4','\xfd','\xe9','\x8e','\x61','\x7a','\xca','\xd0','\x08','\xdd','\x0a','\x45','\x1d','\x4c','\x28','\xe6','\x80','\xdc','\x4b','\x5e','\xbb','\x2c','\xd0','\xdb','\x27','\x91','\x29','\xbd','\xcf','\xf7','\x8f','\x2d','\xec','\xda','\xdd','\x6e','\x1b','\x64','\x53','\xc2','\xc1','\x06','\xb1','\xd2','\xc9','\x9b','\x05','\x10','\x66','\x89','\xc9','\xfb','\x25','\x02','\x78','\x2e','\x22','\xea','\xfa','\x62','\x4c','\x14','\xf5','\x60','\xf8','\xfa','\xf4','\x44','\x7b','\x14','\x9f','\x47','\x62','\x9c','\xd2','\x7d','\x0d','\x9a','\xbe','\xde','\x39','\xf2','\x93','\xe8','\xc1','\x54','\xec','\x20','\xad','\x2f','\x50','\xb7','\x4c','\x5f','\x75','\x6f','\x77','\x7d','\x12','\x83','\xe6','\x05','\x95','\xfa','\x48','\x05','\x8b','\xd7','\xe4','\x40','\x71','\x7b','\x2a','\x78','\xbc','\x5a','\xdf','\x27','\x71','\xa3','\xf4','\xd0','\xeb','\xa5','\x83','\x9f','\xb3','\x0e','\x7e','\x6e','\x7a','\xe1','\xf3','\x47','\xcb','\xcf','\xdc','\xed','\x56','\xe4','\x6b','\x14','\xc2','\xfe','\x05','\x76','\x20','\x8f','\x46','\x11','\x2a','\x3d','\xc3','\x09','\x0a','\x44','\x27','\xbb','\xb3','\xdd','\x37','\xc7','\xee','\x44','\xb9','\x34','\x68','\x11','\xa9','\xb5','\xe2','\xfc','\x2a','\xe5','\xaf','\xd0','\xf9','\x26','\x5b','\xda','\x84','\x7e','\xac','\xdc','\x83','\xa6','\x39','\xd6','\xe5','\x7c','\x67','\xe3','\xfe','\x96','\x34','\x23','\x97','\xc2','\x3b','\x25','\x0a','\x5a','\x14','\x60','\xda','\xe1','\xa2','\x74','\xbd','\x3a','\x93','\x9c','\x4d','\x4b','\xd8','\x6d','\xa8','\xf7','\xe7','\x2c','\xc1','\xd9','\x4d','\xbb','\x6d','\xcd','\xc5','\x4b','\x73','\x09','\x02','\xf2','\x11','\x34','\xce','\x2f','\x52','\xee','\x19','\x56','\xed','\xc3','\x1d','\x73','\xc6','\x1b','\x8f','\x20','\x1c','\x8d','\x25','\x62','\x8a','\x32','\x10','\xc5','\xe4','\x31','\x4c','\x72','\x3e','\x49','\x5d','\x10','\x63','\x98','\x44','\xe4','\x33','\x75','\x12','\x2f','\x11','\xb1','\x45','\x96','\x2c','\x52','\x3a','\x0e','\xa2','\x49','\x72','\x9f','\xfd','\x03','\x4c','\x2c','\x9f','\x58','\xf2','\x19','\x0b','\x1e','\xd6','\x63','\x3d','\x31','\xa5','\xf7','\xd2','\x9f','\x1c','\x7a','\xf8','\x06','\x31','\x12','\x24','\x9e','\x86','\x75','\x2c','\xea','\x41','\xfe','\x51','\x57','\x41','\xf5','\x9c','\x97','\xf4','\xda','\x01','\x5a','\xaa','\xa1','\x23','\x45','\xb9','\x88','\x28','\xc2','\x8d','\xbe','\x1f','\x54','\x22','\x51','\x8e','\x84','\xd0','\x2e','\x75','\xc5','\x5b','\xc4','\xc8','\x91','\x74','\x4e','\x91','\x4e','\xb5','\x73','\x1f','\x1c','\x7d','\x71','\x74','\x5f','\x63','\xe2','\xfc','\x39','\x71','\xfe','\x5f','\x3f','\xf3','\x92','\x28','\xe6','\xbe','\xa7','\xaa','\x98','\x4f','\x81','\x0f','\xae','\x49','\xf7','\x26','\xd0','\xcf','\x84','\x25','\x42','\xc6','\x83','\x38','\x9d','\x9f','\x2c','\xe4','\x6f','\xf2','\x7c','\xcc','\xc9','\x83','\xe6','\xa7','\x44','\x04','\x60','\x0d','\x2f','\x7a','\xe8','\x96','\xe2','\xa3','\x3e','\xff','\x30','\x8e','\x62','\x89','\xe1','\x7e','\xd0','\x64','\x0c','\xfa','\xe2','\x41','\x3b','\x1c','\x89','\x59','\x86','\x1a','\xd0','\x56','\x57','\x15','\xb3','\x6f','\x00','\xcb','\x25','\xa5','\xa3','\x9d','\x1d','\x9c','\xfb','\xfa','\x5a','\x2a','\x26','\x6c','\x0b','\x69','\xc4','\xd2','\x48','\x16','\x58','\x7b','\xd0','\xed','\x85','\x70','\x09','\xe4','\xa8','\x64','\xdf','\x31','\xd5','\x60','\x5b','\xde','\xed','\xe3','\x61','\x76','\x04','\xa1','\xc3','\x40','\xda','\x41','\xeb','\x2d','\xc5','\xdc','\xb0','\x29','\x3a','\x0a','\x2d','\x14','\x7a','\x01','\xd6','\x6c','\x29','\x4a','\xed','\x38','\xb1','\xc4','\x4d','\x6b','\x11','\x5b','\x46','\xcd','\x4a','\x73','\x8b','\x72','\x8b','\x2d','\x59','\x27','\x8e','\x5a','\xcf','\x23','\x68','\x43','\x97','\xe9','\x2c','\x19','\xcc','\xba','\x97','\xf3','\x47','\x38','\xaa','\xab','\x3d','\x18','\xb2','\x4e','\x36','\x62','\xe3','\xff','\x7f','\xd2','\xfe','\x07','\xba','\x8d','\x2b','\xbd','\x13','\x05','\x2f','\x50','\xf0','\x45','\xc9','\xbe','\x04','\x8a','\x76','\x8f','\xfb','\x42','\x84','\x88','\xa2','\xa8','\xb0','\x9d','\x2c','\xdd','\x73','\x01','\x28','\x14','\xd4','\x56','\xab','\x4a','\xa2','\x02','\xdb','\x59','\x74','\xdb','\x93','\x99','\xec','\x51','\x67','\x66','\xa7','\x8b','\x04','\x5d','\x52','\xbb','\xa9','\x36','\x1c','\xcf','\xf6','\x28','\x1b','\x36','\xab','\x28','\x30','\x10','\x3b','\xa9','\xb6','\xe8','\xce','\xbc','\x3e','\x50','\xb7','\x27','\x52','\x3a','\x39','\xd9','\x9d','\x39','\x79','\xe7','\xd1','\xed','\x9d','\x4c','\x9f','\xb7','\x39','\xa3','\xa2','\xc8','\x40','\x4c','\x16','\xb1','\x94','\x79','\xb3','\x73','\xe8','\x9e','\x7e','\x31','\x6c','\x79','\xd5','\xfd','\xce','\xf1','\x79','\xa6','\xdb','\x39','\x6e','\x38','\x2e','\x57','\xed','\xfd','\x6e','\x01','\x20','\x48','\x51','\xdd','\x99','\x5d','\x9e','\xef','\x40','\x17','\x20','\x58','\x02','\xaa','\x6e','\xdd','\xfb','\xfd','\xf9','\x7d','\xbf','\x5f','\x84','\x2f','\xc3','\x0a','\xbf','\x18','\x69','\xd1','\xa1','\xa9','\x76','\x74','\xc4','\xc0','\xea','\xa5','\x2b','\x5e','\x77','\x2c','\x44','\xc4','\x6a','\x08','\xcc','\x01','\x42','\x18','\xfd','\x8a','\xaf','\x33','\x37','\x14','\xc0','\x15','\xc2','\x04','\x0d','\x20','\x87','\xb7','\x51','\x1f','\x35','\xfa','\x76','\xc0','\xd5','\x0d','\xbb','\x10','\x94','\x29','\x82','\x36','\x3f','\x7b','\x31','\x71','\x02','\x65','\x21','\x58','\xa1','\x0a','\xad','\x49','\x1b','\x32','\x5f','\x80','\x1e','\xe1','\xa7','\x66','\x2f','\xd5','\x15','\x6e','\x46','\xb7','\x85','\xb9','\xb3','\x72','\xee','\x00','\x70','\xf6','\x1d','\xcd','\x15','\x85','\xd7','\x3d','\xf0','\x51','\x22','\xdc','\x06','\xc6','\xce','\x3a','\xdf','\xeb','\x3b','\x0c','\x99','\x6f','\x71','\xe7','\xfc','\x9e','\x5b','\x7c','\x07','\x75','\xb9','\x43','\xef','\x78','\x14','\xa1','\xc7','\x54','\x3b','\x4f','\xb9','\x0b','\x9a','\x1b','\xc5','\xb9','\x72','\x3c','\x36','\x29','\xc5','\xaa','\xca','\x80','\x94','\x96','\x33','\x94','\x62','\x3e','\x11','\x18','\x77','\x5d','\xb7','\x90','\x51','\x41','\xa2','\x21','\x0b','\xf4','\x29','\x60','\x7a','\x50','\x1e','\x68','\x0a','\x21','\xcc','\x48','\x8d','\x06','\x0d','\x38','\xcf','\xdd','\x1a','\x56','\x1d','\xda','\x87','\x23','\xb6','\xb5','\xd0','\xa9','\x67','\x6d','\xcb','\xa3','\x2f','\x91','\x64','\xc6','\xf7','\x98','\xcb','\x6f','\x79','\xbd','\x77','\x9e','\x21','\x93','\xd6','\x0a','\x69','\x7f','\x3a','\x7d','\x1c','\xf2','\x06','\x49','\xac','\x53','\xd2','\xa0','\x64','\x8d','\x6e','\xac','\x65','\x36','\xd7','\x0a','\xb7','\xdc','\x42','\x6b','\xfd','\xbc','\x7b','\xe3','\xb4','\xdb','\xa8','\xdf','\x78','\x0d','\xc8','\x88','\x84','\xee','\x56','\x06','\xaa','\x2e','\x2e','\xe5','\xee','\x65','\x42','\x60','\x52','\x76','\xe8','\x8d','\x62','\xbe','\xe9','\x20','\xee','\x56','\xa6','\x6c','\x69','\xd0','\xb6','\x5e','\x71','\xd0','\x88','\xcf','\xe7','\xa1','\x24','\x3e','\x18','\x54','\x34','\x23','\xfe','\x89','\x05','\xdb','\x5a','\x85','\x06','\xb1','\x9e','\x59','\xe2','\x11','\xf2','\x51','\xca','\xfa','\x00','\xb9','\x41','\x1a','\xaf','\xc9','\x26','\x5f','\xac','\x6e','\x29','\xc8','\x1d','\xb9','\xe4','\xf5','\xf1','\xea','\x93','\xdd','\xba','\x4b','\x0e','\x39','\xc2','\x5f','\x8f','\x21','\x7c','\x86','\x05','\x2f','\x92','\xf3','\x02','\x6f','\x2c','\x47','\x20','\x0a','\x92','\x06','\x97','\x27','\x0f','\x38','\x0c','\x88','\x83','\xab','\xa9','\x6c','\x35','\xfa','\xa9','\x65','\x32','\x99','\x6e','\xdb','\x05','\x86','\x5a','\x4c','\xb2','\x0b','\x73','\xb0','\x95','\x74','\x2e','\xe8','\xdb','\x4a','\xe4','\x7a','\x3a','\x7e','\x81','\x1e','\x58','\x50','\xdf','\xb4','\xdd','\xc8','\xcb','\xe7','\x33','\x2d','\x2d','\x89','\x12','\x5d','\x3d','\x5f','\x35','\x21','\x3a','\x89','\x84','\x01','\x5f','\xde','\x7e','\xfa','\x74','\x8a','\x6e','\x64','\xeb','\x8e','\xfa','\x3a','\xd6','\x7f','\x80','\xed','\x3d','\x2a','\x32','\x3b','\x13','\x2c','\x89','\xbb','\x40','\x05','\x17','\x55','\x7a','\xa7','\xd0','\xa1','\xd7','\xa8','\x71','\xef','\xe3','\xe9','\xd4','\x9f','\x34','\x53','\x13','\xb5','\xfd','\x47','\x80','\x17','\x85','\x89','\x7e','\x13','\x55','\x6c','\x5d','\x02','\x8f','\x04','\xca','\x26','\x70','\x98','\x5e','\xbd','\x72','\x70','\x89','\x1c','\x78','\x71','\xe0','\xb2','\x13','\xbc','\xce','\xb7','\xed','\x3a','\xc9','\x72','\xfb','\x37','\x03','\xbf','\xf8','\xbd','\xc4','\xb9','\x3f','\x4a','\x7f','\x6e','\xcd','\x5b','\xb0','\xa1','\xc8','\xc8','\xe7','\x83','\xe6','\xf5','\x91','\xa1','\xc1','\xac','\x98','\x13','\x1f','\x40','\xe0','\xd9','\x04','\xfe','\x19','\x90','\x9a','\x6d','\xd2','\x65','\xc9','\x28','\x08','\x4c','\xca','\x69','\xab','\x5d','\x0f','\xf5','\xe7','\x45','\xd1','\x6d','\xf7','\x80','\xcf','\xc0','\x63','\xe7','\x69','\x65','\x38','\x65','\x0b','\x5c','\xdc','\x0b','\x09','\x5c','\x26','\xdc','\x88','\x90','\x5e','\xa5','\x82','\xa1','\xba','\xc0','\xdc','\xc2','\x14','\x39','\x6d','\xf9','\xf5','\x37','\xed','\xd4','\x94','\xbd','\x7f','\x6a','\x09','\x96','\xb2','\x29','\xd1','\x6c','\xbc','\x63','\x5c','\x83','\x2a','\xb9','\xb1','\xa3','\x28','\x8c','\x76','\xd2','\x93','\xee','\x25','\xa2','\x3a','\x21','\x52','\xdc','\x3b','\xbb','\xa5','\x3a','\x79','\xf5','\x7b','\xf0','\xce','\x89','\xe3','\x8b','\x1a','\x26','\xcd','\xbc','\xe1','\xd1','\x75','\x0a','\x76','\x9d','\x65','\xae','\x33','\xba','\x2a','\x66','\xf2','\xea','\x56','\xb0','\xa6','\x9d','\x6f','\x0c','\xeb','\x9b','\xc0','\x31','\x25','\x85','\x22','\x86','\x92','\x2a','\xe5','\xa9','\xf6','\x91','\x10','\xd6','\x81','\xa7','\xdc','\xc4','\xe7','\x14','\xeb','\x85','\x32','\xa5','\x64','\xde','\x7b','\x59','\x74','\xac','\xad','\x50','\x63','\x45','\x50','\x4c','\x9f','\xa4','\xc6','\x5b','\x99','\x37','\xbf','\x47','\xa5','\xc7','\x80','\xf0','\xa2','\x92','\xd8','\xcd','\x67','\x7e','\x7b','\xd1','\x58','\x93','\x33','\x1d','\xa0','\x8b','\x02','\xda','\xf1','\x30','\x88','\x76','\x20','\xb5','\xb6','\x11','\x4f','\xf3','\x69','\x96','\x61','\xb4','\x78','\x23','\x08','\x01','\x5e','\x5d','\x5a','\xcb','\xce','\xfa','\xd3','\x43','\xb0','\xc0','\xf9','\x11','\xce','\x50','\x4e','\x9c','\x37','\x86','\x42','\x61','\x59','\x95','\xc1','\xf5','\xab','\x88','\x05','\x93','\xdf','\xe6','\x0b','\xfc','\xea','\x40','\xb3','\x16','\x3a','\xda','\x8a','\xb8','\xe7','\x8f','\xf3','\xbf','\xdc','\xf5','\x79','\xd2','\xdc','\x35','\x80','\xcf','\xb3','\xbd','\x4e','\xae','\xf2','\x45','\xb3','\xff','\x5a','\xdc','\x03','\x29','\xc4','\x14','\xd4','\x4e','\xc7','\x5d','\x7a','\x5e','\x29','\xc4','\xd2','\xec','\x02','\x35','\xca','\xd4','\xcd','\x0f','\x2e','\xb1','\x83','\x09','\x69','\x31','\x2d','\x28','\x21','\x59','\xe0','\x19','\x71','\xe4','\xc6','\x23','\x8b','\xc9','\x5a','\x3c','\x69','\x24','\x86','\x58','\x7a','\x88','\x15','\xf2','\xa8','\x52','\x46','\x2e','\xc8','\xed','\x61','\x40','\xf5','\xf6','\xf0','\x36','\x5d','\xeb','\x56','\x9a','\x00','\x2b','\x54','\x41','\xa4','\x85','\x06','\x5c','\xe8','\x5c','\x0b','\x2b','\x4a','\xc7','\x10','\x7a','\x07','\x49','\x0e','\xa4','\xa2','\x5a','\xbd','\x3f','\xf1','\x60','\xca','\x26','\x04','\xbf','\x1f','\xb1','\x6c','\x58','\xbc','\xa3','\x89','\x81','\x11','\x12','\xbc','\xe4','\x90','\x54','\x9d','\x50','\xb1','\x90','\x4b','\xf6','\x40','\x15','\x0d','\x4b','\xd8','\x0b','\x82','\xd9','\xa4','\x5e','\x4a','\xea','\x64','\x48','\x25','\x43','\x3c','\x64','\xa5','\x64','\x34','\x43','\x26','\x13','\x03','\x55','\x3c','\x27','\x36','\xd6','\xfe','\xeb','\x6e','\x6d','\x5f','\xf7','\xce','\x45','\x97','\xaa','\x0a','\x08','\x85','\x65','\x69','\xf0','\x61','\x3d','\x1e','\x59','\x89','\xdb','\x2b','\x49','\xa3','\xf5','\x00','\x3b','\x39','\xc4','\xde','\xca','\x47','\xbe','\x57','\x96','\x3e','\x53','\xc5','\x19','\x89','\x26','\x25','\x03','\x70','\x3b','\x12','\x08','\x22','\x30','\x29','\xd9','\x96','\x08','\x92','\xc2','\xef','\xc5','\xc3','\x0e','\xe8','\x07','\x7b','\x18','\x4e','\x3e','\x6c','\x60','\xca','\x91','\x8f','\xd2','\x6c','\x92','\xb2','\x13','\xdf','\xcf','\xfd','\x93','\x95','\xfc','\x93','\xad','\x89','\x92','\x7b','\xa8','\xf4','\xd6','\x2f','\xae','\x7e','\xcf','\x58','\x7b','\x4c','\xc7','\x19','\xbe','\xb6','\x86','\xf1','\x3b','\x11','\xf1','\x3b','\x52','\x0c','\x6e','\xb6','\xec','\x1a','\x03','\x76','\x2e','\x8e','\x72','\x03','\xad','\x18','\xb3','\xee','\x73','\x13','\x44','\x14','\xb6','\x21','\xfb','\x07','\x64','\x46','\x6c','\x8b','\xb1','\x8a','\xb6','\x05','\x23','\xa0','\xf4','\x64','\x05','\x97','\x0d','\x21','\x26','\x2b','\x6a','\x02','\xa6','\x16','\xa3','\xcc','\x50','\x54','\x1d','\x68','\xa9','\x18','\xf8','\xa2','\x90','\x21','\x22','\xb4','\x3b','\xc1','\x94','\x18','\x4d','\xc7','\x0e','\x17','\xe4','\xc3','\x46','\x61','\xda','\x66','\x1d','\x99','\x95','\x7e','\x3e','\x07','\x1c','\xe2','\x0f','\x91','\x65','\x6b','\x5b','\x0a','\xd2','\xd3','\x0a','\x2b','\x10','\x1e','\x9d','\x12','\x43','\x42','\xba','\x94','\xde','\x2e','\x3f','\x01','\xa3','\xf5','\xcf','\x20','\xc7','\xa6','\x68','\x6f','\xbe','\x77','\x8c','\x86','\xee','\xcc','\x85','\x8d','\x18','\x30','\x80','\x45','\x12','\xd1','\x3b','\x88','\xaf','\x90','\xd0','\x6a','\x87','\xd1','\xc1','\x6e','\x9f','\x9d','\xdd','\x15','\xe9','\x01','\xf7','\xa3','\x83','\x5c','\x65','\x00','\x34','\xe2','\x8f','\x40','\x96','\x9a','\xa3','\x38','\x9f','\xaa','\x69','\x99','\xe6','\x70','\x6a','\x05','\x1d','\x5d','\x70','\x8f','\x2e','\xd8','\x5f','\x58','\xb0','\x2f','\x2f','\xd4','\x00','\x00','\xbc','\x00','\xb5','\xe3','\x8c','\x78','\xa4','\xbd','\xf8','\x0b','\xe2','\x5c','\xe5','\x40','\x2d','\x9d','\xaa','\x15','\x52','\x1f','\x18','\xa9','\x8b','\x76','\xaa','\x16','\x15','\x26','\xa5','\x7e','\x1a','\x04','\x55','\xff','\xbc','\xe8','\xa4','\xeb','\xe5','\x7e','\x43','\xf7','\x23','\x6e','\x83','\x80','\x49','\xca','\x66','\x53','\x36','\x83','\xaa','\x28','\xf0','\x27','\x20','\xee','\xfb','\x00','\x72','\xf5','\x30','\xdd','\x3f','\xcd','\xf2','\x65','\x7d','\x63','\xd5','\x1e','\x08','\xa5','\x6a','\x90','\x46','\x22','\x7f','\x90','\x0f','\x1a','\x6e','\xd7','\x6d','\x0b','\xef','\xac','\x9e','\xee','\x52','\x9a','\xa6','\x41','\x3a','\x19','\xe0','\xb4','\x3b','\x78','\x3c','\x22','\xfc','\x3b','\xf2','\xbd','\xf5','\x2b','\x62','\x69','\x7e','\xd7','\x8e','\x2f','\xf0','\x3f','\x3b','\x0e','\x2b','\x5e','\xd0','\x59','\xfa','\x06','\x82','\x15','\x7e','\x29','\xf7','\x51','\x96','\xfa','\x01','\x1b','\xbc','\xcc','\xf2','\xa9','\x95','\x83','\xa9','\x95','\x53','\xe7','\x99','\xcd','\x04','\x9e','\x56','\x48','\x6f','\xc7','\x48','\xf1','\x49','\x52','\xcc','\x36','\x8b','\x29','\xa7','\x38','\x44','\x8a','\x51','\x52','\x8c','\x39','\x45','\xb9','\x54','\x0c','\xde','\xf5','\xe7','\x67','\x8b','\xc5','\x59','\xee','\x74','\x17','\x8b','\xa4','\xf8','\xaf','\xb9','\x03','\xde','\x2c','\x9a','\xe2','\x15','\xfe','\xb4','\x96','\xf4','\xc1','\x0d','\x47','\x77','\xf1','\x16','\xf2','\xef','\x10','\x69','\x21','\x6d','\x2b','\xb3','\xa5','\xc7','\x68','\x45','\xe2','\x0e','\xa7','\xe3','\x46','\x16','\xf6','\xac','\x47','\xec','\xe0','\x33','\xff','\x87','\xdc','\x5f','\xd6','\x87','\x14','\x8f','\xd4','\xc9','\xd1','\x15','\xc2','\x56','\x0e','\xa8','\xad','\x71','\xf7','\x64','\xd3','\x78','\x8b','\xbc','\xf2','\xbd','\x64','\xfe','\x33','\x73','\x98','\xaf','\x8d','\x49','\xd5','\xc0','\x12','\xb4','\x6f','\x2f','\x4b','\xa9','\x25','\xeb','\x63','\x47','\x8a','\x80','\x86','\xac','\x00','\xfb','\xd9','\xd2','\xc2','\x92','\x14','\x79','\xd1','\xfa','\x10','\x5e','\xd4','\xde','\xab','\x8f','\x0e','\xd6','\x47','\x81','\x32','\x62','\x65','\x54','\x69','\x8d','\x2a','\x27','\xb5','\xad','\xb7','\x24','\xf4','\xbd','\xe0','\xe3','\xff','\x59','\x92','\x32','\x12','\x4e','\x42','\xb5','\x5c','\x45','\xd6','\xf7','\x51','\x39','\x0f','\x19','\x09','\x73','\xda','\x99','\x29','\x2e','\xcd','\xfc','\x3f','\x9e','\xfe','\x52','\xda','\x38','\xbb','\xc1','\x66','\x9e','\x4e','\x9b','\x6a','\xd2','\xfc','\xe2','\x9d','\x33','\x36','\x60','\xde','\x4d','\xc4','\xbd','\x62','\xdf','\x94','\xd0','\xfc','\x24','\x9a','\x7d','\x41','\xe5','\xeb','\x9d','\xb1','\x46','\xa6','\xaa','\x89','\x69','\xa0','\x8b','\x43','\x9d','\x3c','\x2d','\xb9','\x13','\xf8','\x0d','\x85','\x35','\x64','\x06','\xb9','\x59','\xec','\x42','\xb6','\x16','\xb7','\x1a','\x64','\xbe','\x51','\x38','\xd6','\xd8','\x64','\x8d','\xcc','\x56','\xb7','\x41','\x03','\xc6','\x98','\xdf','\x7f','\x4c','\x98','\x0a','\x34','\xa3','\xc7','\x6d','\xd6','\xc7','\xd3','\xd5','\xd3','\x05','\x76','\xa1','\xda','\x19','\xa9','\xf6','\xf0','\xe7','\x28','\x21','\xd1','\x61','\xcd','\x9b','\x10','\x74','\x2a','\x78','\xb7','\x75','\x72','\xf2','\x71','\x54','\xe8','\xc8','\x74','\x72','\x33','\x60','\xbb','\x0c','\xc7','\x09','\x54','\x49','\xf2','\x6d','\xc9','\xdd','\x1a','\x36','\xb6','\x1e','\xce','\xae','\x70','\x9b','\x90','\xd8','\x18','\x06','\x4a','\x59','\xd0','\x55','\x50','\xd9','\xf6','\x5f','\x09','\x7d','\xcf','\x7b','\xf1','\x67','\x8a','\xf9','\x40','\xac','\x35','\x3f','\x04','\x7a','\x69','\x6b','\x04','\x89','\xb1','\xb4','\x86','\xbc','\x35','\x5c','\x59','\x0b','\x4e','\x00','\xf4','\x2b','\xd4','\x10','\x41','\x05','\x09','\xa9','\x6e','\x41','\x13','\xe2','\x3f','\x5d','\x9b','\xd0','\xa0','\x75','\x3d','\x1c','\x57','\xb8','\x69','\xa0','\xe3','\xba','\xc5','\x56','\x57','\xc0','\xa0','\xe7','\x14','\x4a','\x4c','\x83','\x8c','\xa5','\x43','\x81','\x20','\x83','\x19','\x53','\x5b','\xb6','\xf8','\x3c','\xb4','\xab','\xac','\x17','\xea','\x3a','\x44','\x84','\x45','\xc1','\x4c','\xfe','\xdd','\x63','\x91','\x16','\x89','\xb4','\xa8','\x64','\xb4','\x25','\xa3','\x12','\xc6','\xab','\xc4','\x60','\xd4','\x28','\x30','\x88','\x87','\x23','\xb6','\x91','\x90','\x20','\xae','\x48','\xab','\x3b','\xa1','\xc5','\x80','\x37','\xa6','\xc1','\x35','\x0f','\xb4','\xbc','\x43','\xcb','\xb1','\x8e','\x65','\x8d','\xd4','\x2b','\xc6','\xb0','\xe1','\xb6','\x0d','\xb7','\x72','\xa2','\xa5','\xaf','\x55','\x50','\xad','\x10','\x21','\x99','\x28','\x77','\x7c','\x0d','\x7c','\x62','\x19','\x5b','\x6f','\x04','\x53','\x75','\xe0','\xbe','\x9d','\x12','\x02','\x23','\xd3','\x94','\x4c','\x67','\xfc','\x99','\xfd','\x64','\x7a','\x3f','\x29','\xef','\x27','\x53','\x29','\x3a','\x75','\x39','\x34','\x36','\x55','\x5f','\x99','\x5a','\x69','\x3d','\xb7','\xa2','\x97','\xd5','\x96','\x31','\xb5','\x62','\x4c','\x16','\x8c','\x5a','\x66','\x8a','\x26','\x0c','\x03','\xa7','\x75','\x01','\x17','\xec','\x4b','\x1c','\x0d','\x4d','\xd5','\x3a','\xa9','\x24','\xcb','\xa7','\x67','\xc7','\xf8','\x56','\x40','\xd3','\x0a','\xa5','\x74','\xe8','\xd8','\x6c','\x7a','\xf6','\xb9','\x76','\xd3','\x2c','\x13','\x43','\x27','\x86','\xe0','\xe7','\x31','\xa0','\xa7','\x52','\x7c','\xbb','\x74','\xa1','\x40','\xbb','\x10','\xa5','\xa1','\x09','\xf0','\x0d','\xe8','\x40','\x8e','\xdb','\xb1','\x54','\xee','\x33','\xa9','\xdc','\x63','\x59','\xff','\xb1','\x6c','\xae','\xf0','\x5b','\xb9','\xf3','\xff','\x97','\xdc','\xe9','\xff','\x98','\xfb','\xc2','\x91','\xdc','\x6f','\x64','\xfd','\x7a','\x36','\xd7','\xfb','\x93','\x9e','\xf1','\xc9','\x17','\x5f','\xd8','\x42','\xff','\xda','\x86','\x80','\xf1','\x05','\x57','\x72','\xb7','\x8e','\x85','\xae','\x45','\x0f','\x6c','\xcc','\x23','\x92','\xa0','\x2d','\x89','\x26','\xe9','\xa1','\x60','\xab','\x1c','\x02','\xc7','\x80','\xd2','\x8d','\x75','\x2c','\x02','\xf4','\x6e','\x80','\x9d','\xd7','\xa1','\xf7','\x1f','\x48','\x53','\x40','\xa7','\x46','\x2f','\x23','\x07','\x28','\x56','\x25','\xd4','\x67','\x42','\x97','\x41','\x42','\x96','\x04','\x4c','\x26','\x06','\xb6','\xc5','\xee','\x6f','\xf4','\x70','\x8c','\x12','\xea','\xe1','\xcc','\x6b','\xdd','\x42','\x95','\x5e','\xaa','\xb2','\x52','\x8d','\x96','\xea','\xb4','\x64','\x63','\x88','\x28','\x6d','\x02','\xb6','\xdc','\x2c','\x5d','\x69','\x96','\xea','\x4d','\xab','\xde','\xd4','\xb9','\x65','\x40','\xe5','\xa8','\xeb','\x28','\xcc','\xc1','\xf2','\x04','\x75','\x34','\xd1','\x9a','\x61','\x89','\xd6','\x0c','\x6c','\x0f','\x61','\x03','\x54','\xda','\x18','\x10','\xec','\x08','\xd5','\x6c','\xb1','\x25','\x8d','\x38','\x54','\x6b','\x0e','\x65','\x1d','\x2f','\xeb','\x54','\xb2','\x8e','\xae','\x09','\xc9','\xb3','\xfe','\xe3','\x44','\xc0','\x59','\x0a','\xde','\x74','\xa0','\x92','\x2b','\x3e','\x0f','\x95','\x18','\xf0','\x11','\xd5','\xa9','\x66','\x03','\x7c','\xee','\x79','\x9b','\x70','\x7b','\x65','\xb9','\x99','\xbd','\xd2','\xcc','\xd6','\x3b','\xa6','\x89','\x31','\xeb','\x3f','\x4e','\x14','\x69','\xb7','\x09','\x2b','\xfb','\xcc','\xa4','\xda','\xff','\xc6','\xa2','\xa8','\xf5','\xa0','\x74','\xe5','\xa1','\x1f','\xe2','\x07','\xa5','\xf6','\x83','\xd3','\x72','\x50','\x6d','\x9f','\x67','\xe8','\xf1','\x00','\xaa','\x99','\xf1','\xed','\x47','\x85','\x47','\xa9','\x18','\x45','\x3f','\x19','\x04','\x0f','\x1e','\xc4','\xe5','\xfc','\x71','\xbe','\x7c','\x85','\x3a','\x59','\xc2','\xd3','\x00','\xa4','\x0d','\x0f','\x33','\xc8','\x04','\x22','\x63','\x28','\x6d','\xa2','\x74','\x91','\x8c','\x5f','\xf4','\x3f','\x87','\x91','\x83','\x77','\x22','\xb4','\xef','\xd2','\x49','\xe4','\x26','\x2d','\xc7','\xab','\x69','\x5c','\xa6','\x77','\x40','\x65','\x52','\x05','\xee','\x35','\xe0','\x6b','\xf2','\x1a','\xa2','\x9a','\x03','\x66','\xb5','\xef','\x1e','\xef','\xac','\x01','\xb5','\x8f','\xf3','\x5b','\x2e','\xcc','\x27','\x9c','\xa8','\x21','\xab','\x81','\xa6','\x1c','\x3c','\x75','\x29','\x98','\xfa','\x0e','\x9a','\xfa','\x7d','\x34','\xf5','\x47','\x68','\x0a','\x96','\x4d','\x7f','\xaa','\x8a','\xfa','\x0c','\x4f','\x55','\x03','\x4b','\x8c','\x0d','\xa9','\x9b','\xa9','\x16','\x06','\x78','\xda','\x1e','\x98','\x76','\xa3','\xb1','\xff','\xb5','\x8d','\x20','\x2d','\xb4','\x64','\x18','\x8f','\x1a','\xac','\xd4','\x32','\x64','\xef','\x87','\x28','\x06','\x5e','\xeb','\x3c','\x3a','\x5d','\x46','\x74','\xcd','\x4b','\x75','\x32','\x24','\x9d','\xd6','\x9b','\xb6','\x98','\x8e','\xe1','\xe7','\x99','\xc4','\xc8','\xaa','\x21','\x08','\x56','\x92','\x41','\x79','\x08','\x95','\x1f','\x42','\xe5','\x51','\x54','\x9e','\x24','\x96','\x74','\xd7','\x84','\x94','\x02','\x4b','\x8c','\x77','\x7d','\x1e','\x34','\x82','\xd5','\xa3','\x01','\xcd','\xd6','\xc8','\x54','\x8d','\xf0','\xaf','\xf7','\x8d','\x5a','\x10','\xd4','\xa4','\x88','\x2f','\x45','\x6a','\x2f','\x1c','\xa8','\x95','\x53','\x3d','\xf3','\xad','\x0f','\x3b','\x63','\x00','\x7b','\x00','\x90','\x1a','\x5a','\xad','\xf9','\x99','\xa7','\x04','\xce','\x4f','\x42','\x15','\xfd','\x83','\xb9','\x12','\xb7','\x81','\xef','\x95','\x82','\x9f','\x94','\xc2','\x31','\xb7','\xe1','\x5c','\xe9','\x40','\x10','\x1c','\xf8','\x5e','\xe9','\xb3','\xdf','\x2b','\x8d','\xe7','\xc0','\x66','\x73','\xa5','\x52','\xae','\xe4','\xe4','\xb6','\xdf','\x23','\x6c','\x8e','\xb0','\x6d','\x7f','\x3e','\x23','\xa4','\x58','\xd8','\x6d','\x79','\x6a','\x4d','\x29','\x57','\x41','\xb9','\x89','\x2e','\xf8','\x46','\x2b','\xe4','\xab','\xc6','\x12','\x5f','\xff','\x61','\x41','\x55','\x98','\xd6','\x76','\x61','\x73','\x89','\x01','\x9c','\xa6','\x8f','\x0a','\x41','\x8e','\x89','\xb4','\xa7','\x09','\x5e','\xd9','\x83','\xfb','\xd0','\x88','\xe2','\x9e','\xb8','\x6a','\x44','\x5e','\x36','\xf6','\x60','\x6e','\x2f','\x50','\x7a','\x8c','\xd2','\xb9','\xf3','\xf4','\x07','\x2c','\x72','\xd9','\x96','\x68','\x8b','\x5f','\x9b','\x9e','\x3e','\xc8','\xae','\x38','\x45','\xa5','\x5d','\xfa','\x38','\x1d','\xbb','\xbf','\x19','\x73','\xcb','\x4b','\x31','\xbe','\x29','\x60','\x3d','\xe2','\xb0','\xc8','\x32','\xa4','\xad','\xb8','\xcb','\xa6','\x52','\x12','\x4d','\xd9','\x71','\xf0','\x13','\xd2','\x05','\xee','\xff','\x88','\xe3','\x60','\x81','\x67','\x1b','\x90','\x20','\x0f','\x21','\x3f','\xe7','\xd3','\x32','\x55','\x24','\x3a','\x52','\xa5','\xda','\x1a','\x2d','\x4a','\xb4','\x96','\x09','\xb0','\x8b','\xac','\x16','\x8a','\xc5','\x08','\xbe','\xe8','\x17','\xef','\x00','\xe9','\xfa','\x44','\x8d','\x1c','\x09','\xd3','\x86','\x77','\x48','\x80','\xc9','\xf9','\xb8','\xa7','\x63','\x92','\xe0','\xef','\x88','\xc6','\x41','\x22','\x68','\x84','\x0c','\xbc','\xe2','\x04','\x7f','\xb3','\x14','\x06','\x05','\x09','\xa4','\x1e','\x58','\x44','\xe9','\x1b','\x28','\xdd','\x40','\xc7','\x30','\x7e','\x34','\x08','\xc6','\x09','\x9b','\x25','\xac','\x44','\x0d','\x87','\xef','\x2c','\x13','\x2e','\xc8','\x55','\x48','\x06','\xc1','\xdc','\x67','\x4e','\x93','\x16','\xe9','\xe3','\xb9','\x6d','\x66','\x6e','\xfa','\x83','\xb6','\x9b','\x45','\xee','\x41','\xa1','\x0f','\xfb','\x3d','\xa3','\x91','\xb3','\x82','\x9c','\x81','\xb4','\x16','\xca','\x19','\xad','\x9c','\xe1','\xe6','\x8c','\xa6','\xf6','\x6e','\xb7','\xcf','\x4e','\x77','\x7f','\xc9','\x70','\x9f','\x35','\x1a','\x1b','\x19','\x00','\x55','\x74','\xce','\x33','\x16','\xa7','\xfa','\xa7','\xfe','\xfe','\x01','\x94','\x5d','\x72','\xd5','\x5b','\x86','\xee','\x1a','\x36','\x9f','\xa1','\x82','\xda','\x0e','\x53','\x10','\x31','\x09','\xb5','\xae','\x3a','\x96','\x11','\xd2','\x57','\x3d','\x55','\x4a','\x84','\x54','\xfe','\xdf','\xbd','\x6f','\x87','\xf2','\x84','\xda','\x6d','\x99','\x95','\x13','\xac','\x9c','\x66','\xe5','\x82','\x76','\xdb','\xe8','\xb5','\xae','\x48','\x52','\x8c','\xdb','\x68','\x3e','\xf6','\xd8','\x47','\x38','\x2f','\xf9','\xf9','\x88','\x97','\x17','\xed','\x2c','\xff','\x07','\x84','\xce','\x04','\xc1','\x89','\x00','\xf8','\xfd','\x3a','\xfa','\xc2','\x3f','\x93','\xf6','\xf3','\xe7','\x51','\x83','\x02','\x1e','\x40','\x25','\x71','\xcd','\xc7','\x8c','\xdc','\x61','\xa1','\x18','\x12','\x01','\xf2','\x46','\x26','\x0a','\xdb','\xac','\xd5','\x60','\x6e','\xe3','\xf0','\x7a','\xe3','\x88','\x0f','\x8f','\xa1','\x1d','\x02','\xc3','\x33','\xeb','\xf8','\x14','\xb7','\x1f','\xe2','\xc5','\x26','\x5f','\xdb','\x80','\xbf','\x57','\xf0','\xfc','\x77','\xe6','\xcc','\x34','\x8a','\xad','\x51','\x7a','\x23','\xf0','\x84','\x2f','\xad','\xe4','\x56','\xd5','\x27','\x6d','\xf7','\x01','\xf0','\x8a','\x0a','\x04','\x65','\x78','\xf4','\x1a','\xb2','\x11','\xee','\xe9','\x3f','\x27','\xe4','\x45','\x92','\xf8','\x11','\x21','\x0d','\x22','\x3b','\x64','\x50','\x19','\xf8','\xae','\x1a','\xfc','\x8d','\x42','\x52','\x0e','\xbc','\xc2','\x2d','\x8a','\xc8','\x9a','\xcd','\x5d','\x40','\x2f','\x1e','\xcc','\x62','\x5c','\x22','\x84','\xec','\x27','\x64','\xaa','\x4e','\x22','\x2b','\x1d','\x25','\x4d','\xc9','\x9e','\x4b','\x20','\xba','\x85','\xd2','\x2a','\x85','\xcc','\x70','\x57','\x39','\x11','\x9c','\x84','\x95','\x9d','\x12','\x8a','\xa7','\xd0','\xd0','\x29','\xe2','\x7d','\xcd','\x3f','\x7f','\xca','\x39','\x7d','\xca','\xa1','\x73','\x4b','\xf4','\xd4','\x69','\x7a','\xea','\x69','\x5a','\x62','\x43','\x7f','\x37','\x97','\x5a','\xbf','\xf9','\x61','\x1c','\xf3','\xbb','\x2d','\x1d','\x71','\x81','\x64','\xed','\x84','\x48','\x77','\xdc','\x8a','\xed','\x7f','\x7d','\x29','\xc8','\xf8','\x34','\x5f','\xa4','\xbf','\x74','\x8a','\x7e','\xfe','\x11','\xfa','\xc7','\x8c','\x8e','\xd3','\x21','\x9a','\xf6','\x8e','\xbc','\x7b','\xde','\xc0','\x5f','\xe0','\x81','\x94','\xe5','\xef','\x92','\xe6','\xfc','\xf0','\x62','\x8d','\x6d','\xc7','\xa7','\xc2','\x3a','\x57','\x19','\x8c','\x3b','\x87','\xf1','\x2a','\x8a','\x97','\x51','\x32','\x8f','\x1e','\x78','\x0c','\x0d','\x0d','\xa1','\x87','\x24','\x34','\x2a','\x81','\x72','\x7d','\x15','\xde','\x10','\xed','\x1a','\xff','\x09','\xf8','\x7a','\x85','\x16','\x19','\xfb','\x51','\x7b','\xa0','\xc1','\x24','\x7e','\x54','\xcc','\x70','\x03','\x48','\x84','\xd9','\x0c','\x50','\x0a','\xc6','\xe5','\x0c','\x56','\x10','\xc8','\x76','\xbd','\xeb','\xe1','\x18','\x4d','\x44','\x69','\x32','\xca','\x86','\x57','\xd9','\xc3','\x53','\xad','\x09','\xc3','\x35','\x23','\xad','\x9a','\x54','\xe0','\x1b','\x0c','\xbf','\xb7','\xf8','\xdf','\xed','\xd0','\xcd','\x59','\x43','\x82','\xa6','\xd8','\x29','\x6b','\xfe','\x74','\x4c','\x31','\xa3','\xca','\xcc','\xc9','\x83','\x67','\xad','\x60','\xc6','\x40','\xe6','\x4c','\xc5','\x34','\x0d','\xf3','\x8c','\x6f','\xce','\x18','\xe6','\x59','\x18','\xcc','\xeb','\xc6','\xac','\x6b','\x18','\xb6','\x39','\x95','\xe1','\x17','\x1a','\xa5','\x41','\xbe','\x64','\x39','\x55','\x4d','\x07','\x6b','\x34','\x55','\x53','\x52','\x7f','\x3c','\x96','\xfa','\x9f','\x82','\xec','\x3b','\x06','\xf3','\x0c','\x23','\x6d','\x5c','\x1c','\x9f','\xc5','\x4f','\xf9','\x61','\xc1','\x23','\x78','\xc7','\x48','\x90','\xd9','\x64','\xd2','\x1f','\x6e','\x1a','\x0f','\xcf','\x1a','\x13','\xb3','\x86','\x49','\xcc','\x5a','\x32','\x08','\x73','\xe9','\x10','\xa4','\x55','\x90','\x6c','\xfc','\x4c','\x1c','\x75','\x1a','\x69','\x97','\x3b','\x39','\x8d','\xee','\x60','\x77','\x93','\x7e','\xf7','\x7e','\x5f','\x4f','\x5d','\xf1','\x33','\xae','\x3b','\x68','\x6f','\x64','\x93','\x1e','\xbf','\xdf','\x35','\xfb','\xfa','\xcc','\xb5','\xe0','\x8f','\x6d','\x74','\x68','\x89','\x68','\x97','\xfc','\x43','\x0e','\x01','\xbb','\xe4','\x69','\x8e','\x48','\x43','\x5f','\xf2','\x7e','\xa9','\x49','\xb8','\x3d','\x5b','\x22','\xcf','\x92','\x39','\xee','\x47','\xa4','\x6b','\x71','\xca','\x6f','\xe5','\xc6','\x57','\x69','\xc3','\xe4','\xb6','\xbf','\x61','\x06','\x62','\x40','\x7d','\x48','\xab','\x73','\x4b','\x99','\xe6','\xb0','\x65','\xb6','\x4d','\xf3','\xbc','\x69','\x9e','\x16','\x42','\x6c','\xdc','\x8d','\xa5','\x0d','\x4c','\x5f','\xc3','\xb4','\x89','\xa9','\x83','\x3f','\xfc','\xf3','\xe3','\x79','\x4a','\xba','\x38','\xbd','\xeb','\xe4','\x8d','\x40','\xf0','\x4b','\xac','\x2b','\x49','\x5f','\xf0','\x4b','\x5c','\x2f','\x66','\x00','\x98','\x8a','\x37','\x88','\xf5','\xae','\x0f','\x79','\x51','\x87','\x14','\xdf','\xf5','\xb6','\xf3','\xa2','\xa1','\x2a','\xa5','\x43','\xce','\x93','\x39','\x9d','\x2f','\x7c','\x7b','\xf0','\x75','\xab','\x07','\xe3','\x54','\xab','\x91','\x19','\x07','\xff','\xf1','\x12','\x3e','\xb4','\xac','\x6a','\x17','\x0a','\x87','\x2e','\x30','\xb0','\x05','\x43','\x5b','\x30','\x3a','\xeb','\xd8','\xea','\xd5','\x5f','\x5a','\x2b','\x3c','\x5b','\xcc','\xf4','\x78','\xd5','\x7e','\xde','\xd2','\xf1','\x0f','\xe2','\x13','\xe6','\x1f','\xbc','\x18','\x04','\x16','\x0e','\x01','\x7a','\xc2','\x8a','\x26','\xc0','\x38','\xc5','\xcf','\xbc','\xd9','\xf7','\x33','\x33','\x6f','\xce','\x1e','\x37','\xcf','\x62','\xb3','\x82','\xe7','\x41','\xdc','\x0c','\xc4','\xf5','\x90','\xe5','\x77','\xea','\x7b','\xbd','\x80','\x7a','\xef','\x9f','\x7e','\x56','\xab','\xbb','\x7f','\xfa','\xfa','\xda','\xa8','\x88','\xbf','\xfe','\x15','\x42','\x6f','\x41','\x65','\x39','\x8e','\xb6','\x48','\x5a','\xcb','\xd1','\xcf','\xaf','\xc1','\x3a','\xec','\x0e','\x5c','\xfe','\xbe','\xf2','\x6d','\x39','\x06','\xad','\xe2','\x3c','\xfa','\x70','\x87','\x2e','\x7f','\x5f','\xfd','\xb6','\xbc','\x37','\xc3','\x03','\x9f','\x87','\xcf','\x03','\xfd','\x02','\xb2','\x2b','\x5a','\xf0','\xfd','\x8c','\x4d','\x95','\x9e','\xf3','\xfc','\x26','\xdf','\x94','\x6d','\x69','\x99','\x3b','\xfd','\x05','\x52','\xc8','\xb0','\xdf','\x4c','\xac','\xae','\xd9','\x89','\xb8','\x8a','\xd2','\x05','\x54','\xa9','\xc4','\xed','\x16','\x2c','\xe0','\xdc','\xeb','\xde','\x02','\x04','\xd9','\x5d','\xfc','\x51','\xa8','\x00','\xaa','\x0d','\xff','\x10','\xe9','\xed','\x6e','\xdf','\x41','\xa8','\xdb','\x1e','\xe2','\x9a','\xb0','\x4a','\x64','\xbe','\x37','\xbf','\x33','\x7e','\x8c','\x7c','\xfa','\x53','\xe8','\x51','\x8c','\xce','\x05','\xfe','\x39','\x47','\x2f','\x11','\xb5','\x99','\x2a','\x70','\x57','\x95','\x94','\xf1','\x40','\x4d','\xa0','\x02','\xd8','\x3a','\x89','\xbc','\x48','\x30','\xf4','\x29','\xc3','\x92','\xc8','\x5d','\xdc','\x04','\x24','\xe4','\xd2','\xa7','\x74','\x7a','\xaa','\x42','\x4f','\x19','\xa9','\xc0','\xe0','\x8f','\xf4','\x54','\x31','\x38','\x65','\xd1','\x53','\xcd','\x54','\xe0','\x50','\xe4','\xd0','\x48','\x69','\xbf','\x5f','\x4a','\x37','\x9e','\x68','\x37','\x1e','\x39','\xef','\x3f','\x72','\x1a','\x3a','\x0f','\x14','\x90','\x02','\xf4','\x1f','\xa1','\x8d','\x71','\xda','\x98','\xa5','\x8d','\x62','\xfb','\x6f','\x2f','\xb2','\xbf','\x8e','\xa6','\xdf','\x44','\x74','\xd5','\xa5','\xab','\xb6','\xf5','\x9e','\x10','\xe2','\x02','\x7e','\xad','\x20','\xf8','\x7b','\xbe','\xee','\xa4','\xd1','\x7d','\xdc','\x13','\xa6','\x6c','\x0a','\x4c','\x6b','\xad','\x30','\x63','\x05','\x74','\x63','\x0d','\x43','\x6b','\xe9','\x62','\xb0','\xc2','\xe3','\x28','\x56','\xce','\xe4','\xef','\x24','\xd8','\x26','\x4e','\x48','\xcb','\x5d','\x19','\x5a','\x34','\x50','\xf5','\x21','\x77','\x08','\xe9','\x32','\x8f','\x68','\x68','\x58','\x42','\x07','\x24','\x7c','\xa0','\x1a','\x7c','\xf6','\x1a','\x1a','\x8f','\x28','\xe3','\x91','\x97','\x67','\x23','\xf5','\x12','\x5a','\x71','\x20','\x77','\x78','\x92','\xa0','\xb7','\x48','\xe4','\x7b','\x04','\x3f','\x06','\x14','\xac','\xad','\x44','\x1a','\x1a','\xf4','\x6a','\x14','\xa4','\x5d','\xf1','\xfe','\xf1','\xe2','\x90','\x36','\xfe','\xcf','\xcb','\xf4','\x37','\x8a','\xe9','\x7f','\xf1','\xa7','\x13','\x5f','\xa0','\xe5','\xcd','\x6c','\x75','\xd3','\x90','\x2f','\xbf','\xf4','\x1a','\x4d','\x39','\x34','\xb5','\x4c','\xa1','\xee','\x12','\x1c','\x8e','\x5f','\xcd','\x0d','\x2c','\xe7','\x07','\xea','\xa3','\x29','\xc7','\xc8','\x5e','\xd2','\x57','\x6b','\x76','\xc4','\x86','\x5c','\xa3','\xe6','\x07','\xdf','\x2b','\xd1','\xdc','\x0e','\x4b','\xe5','\x4a','\x9d','\x17','\xf9','\x96','\xd1','\xf7','\x22','\x77','\xf6','\xda','\xb9','\x92','\x91','\x2b','\xe9','\xb9','\x12','\xea','\xd8','\x1c','\x12','\x7e','\x5d','\x2f','\xfb','\xda','\xcb','\xcd','\x2a','\xd7','\x45','\xf9','\x80','\xef','\x0e','\x3f','\x42','\xb4','\x81','\xa0','\xb1','\x23','\xf0','\x52','\x35','\x94','\xc2','\x68','\x3f','\x66','\x2c','\x68','\x87','\xe2','\xe6','\xa2','\x64','\x80','\x2f','\x85','\xb0','\xa2','\x9e','\x5f','\xd7','\x75','\x36','\x8c','\x65','\xfd','\xe2','\x5e','\x6c','\x99','\xdb','\xa9','\xf2','\x5e','\xf7','\xa5','\x88','\xdf','\x89','\x68','\x0b','\x92','\xf9','\x8e','\x59','\x86','\x83','\xa4','\x88','\x9e','\x5d','\x36','\xce','\x04','\x5b','\x8b','\x10','\x86','\x6c','\xc5','\xfa','\x1e','\xc3','\x3a','\x9d','\xa4','\xda','\xf8','\xb0','\x31','\x60','\x16','\x98','\x73','\xc5','\xbd','\x65','\x66','\x44','\x6e','\x4a','\xba','\xec','\xc6','\xa1','\x66','\x40','\x76','\xe6','\xf9','\xbb','\xfc','\xbd','\x1d','\x19','\xa3','\x56','\x3c','\x6d','\xa5','\x85','\x27','\xb9','\x4b','\x92','\x4c','\xbc','\x59','\xed','\xd7','\xad','\xc0','\x3c','\x80','\x93','\x15','\x64','\xcd','\x23','\x59','\x91','\x64','\xa5','\x93','\x03','\x7f','\xf8','\x11','\x9c','\x2b','\x59','\xc6','\x45','\x74','\x85','\x3b','\x9f','\x50','\x84','\xb4','\x32','\x5e','\xd8','\xb4','\x39','\x99','\xf1','\xac','\x3a','\x10','\x76','\x96','\x33','\x5e','\x39','\x86','\xca','\x89','\x82','\x75','\x2c','\x61','\xb4','\xc2','\x3c','\xd2','\x92','\xf6','\xae','\x27','\x45','\x40','\x58','\x39','\x78','\x37','\xc0','\x92','\x3e','\x20','\xa9','\xa0','\xe7','\x78','\x36','\x7d','\x24','\x78','\x17','\x58','\x7f','\xfe','\x01','\xfc','\xa2','\x68','\x15','\x05','\x6f','\xba','\xf7','\x47','\x96','\xee','\x8f','\xc4','\xee','\x8f','\xe2','\x5f','\x7d','\xe3','\x23','\xeb','\x7f','\xcf','\x3f','\xbb','\xc6','\xc0','\x1a','\xda','\xb3','\xcd','\xcc','\xb3','\xff','\x19','\x7d','\x79','\xcd','\xae','\xac','\x11','\x63','\x4d','\xa0','\xb2','\xff','\x82','\x5a','\x1b','\x2b','\xc6','\x2d','\xc3','\x70','\x5b','\xc6','\xea','\xf7','\x8d','\xb5','\x8c','\xd5','\x48','\x18','\x9b','\x18','\xe0','\x2a','\x0a','\x91','\x3e','\xf2','\x1f','\x42','\xe9','\xcc','\x9b','\x7c','\xe6','\x1b','\x67','\xdd','\x95','\x6f','\x7c','\x27','\x1d','\x2f','\x24','\xd2','\xff','\x0a','\xb7','\x6e','\xa3','\x48','\xbd','\x15','\x17','\x0a','\xec','\xb7','\x3b','\xb5','\xc5','\x0d','\x29','\x78','\x4d','\x8a','\xa5','\xa5','\xa8','\x21','\x1d','\xb5','\x2d','\x37','\x38','\x86','\x8e','\xab','\x70','\xcd','\x31','\x46','\x49','\x3c','\x7d','\x2c','\x78','\x9f','\x7f','\xc9','\x50','\x07','\x01','\x99','\x65','\x6e','\xd8','\x2c','\x07','\xd6','\x6d','\x6a','\x96','\x3b','\x16','\x8e','\xa1','\x43','\xc4','\xa4','\xc1','\x07','\x94','\xef','\xf8','\x90','\x13','\x96','\x29','\xe6','\x41','\x85','\x4a','\xa1','\x5c','\xb9','\xff','\x78','\x10','\xb4','\xf8','\x4c','\xd0','\xde','\x47','\xa3','\x0f','\xe1','\xd1','\x87','\x02','\xed','\x7d','\x3a','\xfa','\x10','\x18','\x1f','\x48','\x51','\x41','\x72','\x10','\x03','\x0d','\x28','\x74','\x6f','\x50','\x3d','\x2a','\x2f','\x07','\xef','\x77','\xee','\x53','\x22','\xf9','\xfc','\xf6','\x24','\x6b','\x28','\xb3','\xe6','\x51','\x7e','\xdd','\xd6','\x90','\xb2','\x86','\xb3','\xd5','\xe0','\x17','\xaf','\xa1','\x67','\x16','\x94','\xc7','\x23','\x2f','\x57','\x23','\xf5','\x28','\x5a','\xe1','\x5b','\x5e','\x4c','\xdc','\xa7','\xb2','\xf4','\x3d','\x25','\xf1','\x98','\xba','\x95','\xd1','\x51','\x22','\x2a','\xd9','\xa1','\x34','\xad','\xd4','\x4d','\x79','\x85','\xad','\xc7','\x69','\x7e','\xa7','\x73','\x1f','\x5e','\x42','\x25','\x09','\x39','\xdd','\x17','\xf7','\xb2','\x4e','\xef','\x6a','\x87','\xff','\xc7','\xf2','\x45','\x75','\x14','\xb8','\x0c','\x68','\x94','\x87','\xf0','\x76','\x41','\x64','\xab','\x4e','\x03','\x6f','\x3c','\xde','\x49','\xe6','\x70','\x97','\x65','\x20','\x4d','\xbd','\xcd','\x23','\x14','\x96','\xf1','\x23','\x0e','\x0d','\x9a','\x14','\x44','\x50','\x48','\xe1','\x84','\x73','\xda','\x6a','\xd6','\xa7','\x00','\x99','\xb6','\x6d','\x96','\x78','\x34','\x48','\x2f','\xf5','\x4d','\x85','\x7e','\xd3','\x6e','\xde','\x8c','\xf0','\xbf','\xa8','\x92','\x42','\xe0','\x17','\xd6','\xc8','\xe9','\x35','\x52','\xef','\x31','\xcf','\xf3','\x47','\xfe','\xab','\x51','\x44','\x87','\x50','\x07','\x00','\x33','\xd0','\x82','\xce','\x0a','\xe3','\x78','\xca','\xc6','\x1d','\x1d','\x0d','\x07','\xf2','\x90','\x11','\x1b','\xec','\x6e','\x5a','\xf5','\xec','\x9f','\x37','\xf2','\x75','\xc8','\x4c','\xc6','\xdd','\xc6','\x7d','\x2b','\x8d','\x81','\x7a','\x63','\xdf','\xcb','\x38','\xe5','\xe0','\xac','\x8d','\xa7','\x6c','\xbc','\x60','\x1f','\x8f','\x88','\x0a','\x7a','\x00','\x85','\x27','\x91','\xa9','\x90','\xf8','\x3e','\xd2','\xc9','\x7e','\xc4','\x08','\x89','\xfb','\xbd','\xd6','\xee','\x6d','\x8b','\x87','\xb2','\xd7','\x3b','\x6a','\x39','\x22','\xbf','\xd1','\xdd','\xbf','\xee','\x16','\xb7','\xdd','\x25','\x71','\x1b','\xa5','\x7c','\x6e','\x23','\x74','\x0b','\xfc','\x37','\x60','\x3e','\x79','\x0d','\x45','\xaa','\xfc','\xcb','\x74','\xfa','\x3d','\x21','\xde','\xd9','\xc2','\xec','\xb9','\x80','\x09','\x7d','\x3a','\x66','\x98','\xda','\x8f','\x3e','\x60','\x22','\x24','\xd2','\x73','\x63','\xd6','\x47','\x1f','\x7c','\x29','\x37','\xd6','\x6f','\xd6','\xfb','\x77','\x60','\xc0','\xf0','\xb6','\x6d','\x09','\x1d','\xde','\x1e','\xac','\xbd','\xa7','\xcf','\xb5','\xd3','\x78','\x64','\x0f','\x76','\xd1','\xcb','\x4b','\x5e','\x0e','\x91','\xc3','\xe2','\x52','\xf6','\x48','\x18','\x7a','\xfb','\x29','\xda','\x6b','\x6b','\xde','\xd3','\x93','\xbc','\x87','\x75','\x7c','\x95','\x04','\xa0','\x15','\x7a','\x54','\x8a','\x20','\xb9','\x15','\xbc','\x29','\xd3','\xd5','\x18','\xbd','\x8e','\xe9','\x1b','\x1f','\xd1','\x9b','\xd5','\xd4','\x92','\x04','\x6c','\x6f','\x8b','\xfc','\x23','\xf9','\x79','\x4c','\xbe','\x8c','\x89','\x29','\xd4','\x67','\xee','\xab','\x91','\x01','\x1e','\xdc','\xdc','\xf0','\x94','\x06','\xb8','\xc5','\x7d','\x7c','\x8c','\xa2','\xe9','\x4f','\xf4','\x62','\x40','\x59','\x53','\xf4','\x74','\xd0','\x4d','\x68','\x00','\xcc','\x76','\x2d','\x4f','\x1b','\x5f','\x16','\xfe','\x68','\x9c','\xfe','\xed','\x7d','\xf5','\xe6','\x80','\xed','\xee','\xb3','\x5d','\x05','\xb9','\x06','\xf7','\xf4','\x54','\x24','\x24','\x30','\x20','\x3b','\x91','\x30','\x09','\x2e','\xca','\xa8','\xa6','\xa0','\x01','\x14','\x71','\xec','\x04','\x35','\xda','\x4c','\xab','\xb8','\xc3','\x93','\x3c','\x0c','\xad','\x74','\xb2','\xd3','\x91','\x55','\x1b','\x8a','\x8c','\x12','\x4a','\x7c','\x80','\x48','\xd2','\x86','\x3a','\x63','\xeb','\xfc','\x3c','\xea','\xeb','\xbb','\x81','\xb7','\xb6','\x3a','\xa0','\x8d','\x4f','\xfc','\xf7','\x9c','\xa5','\x36','\xe4','\x25','\xee','\xa9','\x0b','\x1c','\x52','\x5e','\xb8','\xc2','\x8b','\xf8','\xeb','\x25','\x1a','\xbc','\x98','\xfa','\xc6','\xcb','\xd9','\x81','\x95','\xdc','\x65','\xf7','\xf0','\xeb','\xb6','\x9a','\xb5','\x8d','\xa9','\x0b','\xfa','\xea','\x85','\x85','\x85','\x2a','\x8e','\x04','\x14','\xf9','\x7b','\xe2','\xb1','\x45','\xa1','\x19','\xb0','\xd0','\x3b','\x78','\x99','\x76','\x5b','\x9b','\x74','\xc8','\xcf','\xc5','\xfb','\xe1','\x92','\x41','\x8b','\xca','\x3f','\xe9','\x09','\x21','\x2d','\x37','\xa6','\xae','\x04','\x53','\x75','\xa0','\xdc','\x01','\xf9','\x00','\x91','\x19','\x83','\xa7','\x9b','\xf0','\xd8','\xb5','\xbf','\x9d','\xaa','\x37','\x43','\xa5','\x24','\x23','\x04','\xb5','\xec','\x98','\x3c','\x77','\x9f','\x8d','\xae','\x2b','\xab','\x8a','\x5c','\x63','\x13','\x0d','\xd6','\x14','\xc0','\xaf','\xda','\xc5','\x5d','\xf8','\xd5','\x0e','\x9e','\xed','\x9e','\x85','\xf2','\xbe','\xd6','\x51','\x0a','\x54','\xb7','\x83','\x55','\x65','\xb0','\xca','\x8f','\xb3','\x1b','\x07','\x9b','\x48','\x77','\x90','\xe1','\x80','\x05','\xa5','\xad','\x81','\x2b','\x28','\xd8','\x8c','\x12','\xca','\x4d','\x82','\xe9','\x94','\xf4','\x89','\x0b','\xee','\xa8','\xa7','\x90','\xd9','\x8c','\x5f','\xda','\xab','\x75','\x65','\x2e','\xe3','\xf1','\xbf','\xfe','\x79','\xdf','\x0b','\xd4','\x5a','\x23','\x48','\x60','\x93','\x6c','\x81','\x4d','\x2a','\x77','\xd9','\x84','\x00','\x95','\xc4','\xb7','\xd4','\x20','\x81','\x8e','\x6f','\xf1','\xfb','\xeb','\x3a','\x0a','\x44','\xc9','\x09','\x5a','\xc8','\x31','\xba','\xbf','\xc3','\x29','\xc1','\xdd','\xd7','\x02','\xa9','\xb3','\xe4','\x27','\x58','\xfa','\x10','\xf3','\xa2','\x06','\x74','\x64','\x47','\x74','\x12','\x11','\xf7','\x0e','\x40','\x23','\x0c','\xa8','\x00','\xe2','\x63','\xfc','\x93','\xcd','\x09','\xde','\x1e','\x48','\xa8','\x4c','\x67','\x68','\xb9','\x45','\xcb','\x40','\x8c','\x17','\xd2','\xff','\xd1','\x32','\xce','\xdc','\x0e','\xba','\x54','\xa2','\x34','\x73','\x9b','\xf6','\xc6','\x90','\x00','\x96','\xa8','\x52','\xa5','\xe9','\x69','\x4a','\x27','\x28','\x3b','\x4c','\x0d','\x99','\xda','\x0a','\x8f','\x82','\x05','\xa8','\x2c','\xdc','\x44','\x1a','\x38','\xf8','\x91','\x60','\x63','\x90','\x5b','\x54','\x71','\x53','\x2f','\x36','\x33','\xcd','\xbf','\x4d','\x7d','\xe3','\x1d','\x3e','\x48','\x39','\xcd','\xd4','\x9f','\x8b','\x47','\xc8','\x1c','\x37','\xa1','\x21','\xd1','\xb9','\x3e','\x4a','\xa2','\x65','\x22','\x3d','\x95','\x0c','\x6a','\x71','\x5f','\x9c','\x1e','\x97','\x4a','\x2d','\xaa','\xa1','\x4c','\xab','\xc3','\xe6','\x24','\x26','\xb3','\x9f','\xec','\x06','\x2f','\x3f','\xa3','\x67','\xbf','\xf7','\x74','\x8f','\xfe','\xf7','\xee','\xd3','\xe1','\x88','\x73','\xe0','\x9a','\x9f','\xde','\x20','\xc7','\x36','\xe8','\x78','\x8c','\x1b','\x9b','\xc5','\xac','\x14','\x35','\x1c','\x69','\x8f','\xbe','\xf5','\xbb','\xea','\xef','\x1d','\x8b','\x43','\x34','\xcd','\xfd','\x30','\x2f','\x0c','\xab','\xef','\x6d','\xfd','\x94','\x20','\x30','\xc6','\x5d','\x15','\x1e','\x82','\x65','\x62','\x26','\x92','\x1f','\xa4','\xa9','\x59','\x50','\x4c','\x83','\x9d','\xb1','\x1f','\x69','\xa0','\x53','\x0d','\x54','\x6b','\xa0','\x78','\x87','\x6d','\x3b','\xec','\x74','\xd8','\xc5','\xb3','\xed','\xa2','\x78','\x4b','\xb1','\x10','\x64','\xee','\x49','\xbf','\x89','\x75','\xa0','\xf7','\xb4','\xcb','\xd7','\x27','\xf6','\xe2','\x28','\x8d','\x5c','\xa0','\xd9','\xeb','\x19','\xf7','\x27','\x3e','\xb2','\x2a','\x88','\xfb','\x09','\xc0','\x77','\x7d','\xf1','\xb1','\xa0','\xc8','\xd8','\xb8','\xca','\xc6','\xdb','\x8c','\x7e','\x3d','\x47','\xbf','\x1e','\x14','\xbe','\x9e','\x1b','\xff','\x7a','\xae','\xf4','\x61','\xce','\xf9','\x7a','\x2e','\xbd','\x00','\xc6','\x9f','\x8e','\x7f','\x9c','\x2b','\x7d','\x1d','\x5e','\x21','\x60','\xc7','\xc9','\xd7','\x27','\xd2','\xfc','\xfd','\x4b','\xac','\x0d','\xe0','\x2b','\xd6','\xcf','\x73','\x3b','\x00','\xdd','\x5b','\x6e','\xe4','\x45','\x57','\x22','\xdc','\x9a','\x98','\xf0','\x70','\xdb','\x25','\xc4','\x4d','\x10','\xf7','\x80','\xe3','\x8e','\x37','\xdd','\x66','\x13','\x9e','\xee','\xb4','\x46','\xc8','\x26','\x87','\x0c','\x1b','\x6d','\xb5','\x24','\xdb','\x1d','\x46','\xee','\x9d','\xbe','\x06','\xa5','\xe0','\xbd','\x0e','\x45','\x61','\x22','\x62','\x27','\x17','\xec','\xc4','\x14','\x1a','\xce','\xa2','\x87','\xf3','\x68','\x42','\x52','\xc6','\xa2','\x72','\x31','\x4a','\x6a','\x31','\x8c','\x63','\xc7','\xb1','\xb5','\x86','\x8f','\x49','\x58','\x95','\xb6','\xeb','\x83','\x53','\x48','\x3e','\xe1','\x62','\x91','\x0e','\x02','\x6c','\x76','\x13','\xa1','\x0d','\x55','\x74','\x74','\x74','\x54','\xf0','\x84','\xd8','\x5f','\x47','\x51','\x11','\x03','\x78','\x09','\xc4','\x02','\x18','\xc8','\xb1','\x87','\x7a','\x7f','\x7c','\xcb','\x38','\x4e','\x94','\x2d','\x39','\xe3','\x7e','\x93','\xba','\xe5','\xba','\x9b','\xa7','\xee','\x84','\x68','\xe7','\xdf','\xc7','\x63','\xb6','\x2b','\x41','\xb0','\xe9','\xce','\x6d','\xba','\x25','\x21','\x85','\xf3','\x39','\x6a','\xcc','\xd5','\x8d','\xd9','\xcd','\xe9','\xd9','\xcd','\x30','\x6e','\xf9','\xb6','\xe3','\x67','\x48','\x25','\x49','\x74','\x2c','\xea','\xe6','\xf4','\x40','\xed','\x58','\xaa','\x66','\xa4','\x7e','\x7a','\x57','\xd1','\x5c','\x45','\xfa','\x67','\x50','\x2c','\x6f','\x4b','\x93','\x2a','\x7f','\x5b','\x64','\x89','\x9f','\x8c','\x0f','\xac','\x36','\x3e','\xd9','\xf9','\x60','\x95','\x9e','\x84','\xc1','\xc8','\x82','\xab','\xad','\x02','\x5b','\xb8','\xb0','\x1a','\xf4','\x54','\x2e','\xd8','\x5a','\xe7','\xa9','\x93','\xbd','\xe6','\xc3','\x0e','\xb8','\x48','\xb5','\x45','\x9a','\xbd','\xc0','\xc0','\xaa','\x46','\x76','\xc1','\xcd','\xda','\xfc','\xb7','\xee','\x48','\xb5','\x32','\x55','\xd3','\x9e','\xaa','\x0f','\x57','\x0d','\x3c','\xf2','\x32','\xd2','\x36','\x69','\xb6','\x7e','\x2c','\x5b','\xdf','\xca','\x5e','\xb1','\xb3','\xf5','\x28','\x37','\xad','\x2e','\x65','\xaf','\x04','\xc0','\x45','\x6c','\x0b','\xea','\x54','\x91','\xba','\xe9','\xd2','\x33','\x74','\x44','\x1f','\xb8','\x8d','\x08','\xde','\xb9','\xa7','\x2e','\x79','\x55','\x42','\xb6','\xd3','\x02','\x9d','\x52','\xac','\x0d','\x72','\xd2','\x3a','\x43','\xd5','\x4d','\xe0','\x0f','\x00','\xee','\xac','\x7e','\x07','\xe0','\x9e','\xb8','\xaf','\x84','\xb2','\xdd','\xeb','\x37','\x20','\x38','\xc3','\x23','\x75','\x22','\x81','\x46','\x2f','\xc1','\x19','\x0f','\x8b','\xd7','\x13','\x94','\x1c','\xa8','\x93','\xf1','\x37','\xbc','\xe6','\xba','\x41','\xe2','\x06','\x40','\x8e','\xf1','\x34','\x50','\x55','\x00','\x5b','\x45','\x99','\x30','\xe0','\xa9','\xe0','\x8e','\x8e','\x25','\x5a','\x08','\x91','\x70','\x12','\x03','\xbb','\x81','\xb4','\x3b','\x48','\xdc','\x6a','\x96','\xd2','\x40','\x19','\x00','\x49','\x60','\xda','\xb0','\x44','\x58','\x88','\x32','\xa1','\xae','\x34','\x2e','\xa3','\x6d','\xb3','\xd0','\xf1','\x32','\xbf','\x29','\x3b','\x7c','\xdd','\x00','\xc3','\x83','\x40','\x75','\xa1','\x83','\x7f','\xc0','\x91','\x9a','\xe8','\xab','\x85','\x7d','\x82','\xcf','\x0f','\x31','\x86','\xa4','\xff','\x24','\x8f','\xb3','\x6a','\xd0','\xba','\x57','\xee','\xae','\x9d','\x56','\xa4','\x5d','\x86','\x04','\xd0','\x8f','\x2d','\xe0','\x1b','\x82','\xb6','\x25','\x09','\xb9','\xf0','\x79','\xe0','\x4f','\x60','\x56','\x5b','\xfc','\x16','\xc6','\x2e','\xdf','\x53','\x30','\x75','\x2d','\xd8','\xa1','\xa1','\x40','\x59','\xa4','\xd3','\x40','\xdd','\x48','\x73','\xe6','\x50','\xce','\xf4','\xf6','\x9b','\x95','\xcc','\xbc','\x9e','\x34','\xf9','\x77','\x11','\xba','\x66','\x5d','\x9e','\xc0','\x5a','\x58','\xc4','\x87','\x3a','\x3e','\x60','\x05','\x1d','\x28','\x52','\x84','\xba','\x81','\x80','\x2d','\xe4','\x87','\x35','\x26','\x1f','\x3e','\x6b','\x7d','\x0b','\x97','\x27','\xa4','\xf2','\xc4','\x43','\x65','\x93','\x1b','\xb5','\xe2','\xed','\xb2','\xb4','\x85','\x23','\xc8','\x3a','\x01','\x92','\x40','\x28','\x8f','\xa5','\x7c','\x10','\x2c','\x62','\x24','\xf3','\x8f','\xb7','\x81','\x63','\xae','\x95','\xba','\x8a','\xde','\xbb','\x8a','\xca','\x0a','\x3e','\x99','\xb6','\x62','\x49','\x24','\x43','\x7e','\x78','\x32','\xe9','\x59','\x0e','\x09','\x31','\x6b','\x1d','\xe4','\x5a','\xd2','\xe3','\x8f','\xdc','\xe1','\x50','\xa1','\x1f','\x44','\x54','\x67','\x4c','\x1e','\xe8','\xab','\xdc','\xf9','\xe1','\x5f','\xa4','\xcd','\x2c','\xc3','\x1d','\x7e','\xbc','\xdb','\x53','\xb9','\x77','\xe0','\x0c','\x2d','\xc3','\x5b','\x71','\xfb','\xd8','\x79','\x44','\x46','\x96','\xa8','\x76','\x93','\xcf','\x2b','\xda','\xb1','\x4b','\x6d','\xad','\x6f','\x9c','\xad','\x21','\xad','\x86','\xb2','\xdc','\xe5','\xbe','\x14','\x64','\x2f','\xff','\x59','\xf6','\xd5','\xb1','\xec','\x75','\x53','\xab','\x15','\x15','\xd2','\xd8','\x9f','\xad','\xa5','\xaa','\x09','\xd6','\x24','\x86','\x3b','\x07','\x78','\x9a','\x08','\x1a','\x58','\xb8','\xb5','\x2f','\xf2','\xf2','\xbe','\x48','\x7d','\x9f','\xa4','\xec','\x1b','\x3d','\xb8','\xef','\xb1','\xe0','\x4b','\x5f','\x65','\x4f','\x36','\xd8','\x93','\x09','\xf6','\x54','\xe2','\xf0','\x93','\x9f','\xf4','\x9f','\x1c','\x63','\x4f','\xe2','\xd0','\x0e','\x3f','\x19','\x17','\x4f','\x85','\x3d','\x35','\xc1','\x3e','\xfc','\x20','\x67','\xfc','\x08','\x00','\x33','\xa2','\x76','\x80','\x07','\xc0','\x33','\x84','\x4a','\xc2','\x27','\x0d','\x73','\x2c','\xf3','\x41','\x11','\xe1','\x6b','\x2e','\x66','\x1b','\x26','\xbb','\xf9','\x81','\xd6','\x34','\x59','\xd7','\xb4','\x9b','\x77','\xf8','\x63','\x96','\x60','\x66','\x43','\xb3','\x78','\xde','\xc0','\x9e','\x81','\x2b','\xc6','\x71','\xbd','\xa3','\x59','\xbf','\x77','\x5f','\x3f','\xbf','\x95','\x53','\x29','\x4a','\x5f','\xdf','\xa4','\xaf','\xd7','\xe9','\x7e','\x3a','\x14','\x6c','\x42','\xa9','\x68','\x9e','\xd2','\x2f','\xd4','\x69','\x7d','\x73','\x88','\x6e','\x52','\xba','\xcd','\x8a','\xb6','\xdd','\xf7','\x27','\xee','\x97','\xbd','\xe2','\x7d','\xa8','\x37','\x85','\x58','\x7f','\xf1','\x36','\x2a','\x5e','\x69','\x77','\x08','\xd5','\xba','\xfe','\x21','\xc4','\x5f','\x15','\xd1','\xbf','\x71','\x56','\x74','\x7d','\x03','\x53','\x3c','\x90','\xc8','\x17','\x40','\xdc','\x82','\x9e','\x36','\x68','\x07','\xc7','\x38','\xc5','\xe8','\x34','\xa3','\x33','\x3c','\xa8','\x17','\xac','\x22','\xad','\x5b','\x43','\xab','\x4e','\xaa','\x8a','\x53','\x24','\x0e','\x0c','\xa7','\x48','\xea','\x8b','\xbf','\x42','\xc9','\xa4','\x4e','\x94','\x57','\x10','\x14','\x7f','\xa7','\x11','\xaa','\x43','\x52','\x26','\x27','\x40','\xd7','\x8c','\xaa','\xa2','\x1e','\x10','\x46','\x30','\xa8','\x6b','\xa2','\x2f','\x72','\x47','\xbd','\xa0','\x5b','\x35','\xb8','\xfb','\x69','\x6a','\x77','\x67','\x0d','\xda','\xcd','\xef','\x77','\x37','\xdf','\x17','\x88','\xc7','\x6d','\xc0','\x34','\x0b','\x3b','\x4c','\x1f','\x44','\xbb','\xce','\xe1','\x9e','\xfe','\xf3','\xbd','\xd7','\xa8','\xde','\xc6','\xcd','\x77','\xdd','\xa6','\x00','\x19','\xba','\x31','\x81','\x58','\x8e','\x84','\xb8','\xf1','\x9e','\x2a','\x68','\x1c','\xfe','\xbb','\x3e','\x1c','\x35','\x16','\xcd','\x92','\xd0','\x74','\x33','\xf6','\xe4','\x32','\xe5','\xe7','\x7c','\x8d','\x91','\xaa','\x1a','\xd1','\x9f','\x8e','\xaa','\x4b','\x56','\xe0','\x1d','\x3b','\x42','\xd4','\x18','\x8a','\xdc','\x42','\xfb','\x9c','\x9e','\xde','\xf1','\xb6','\x0e','\x54','\x1f','\x3f','\x36','\x1d','\xb8','\xe6','\x6d','\x53','\x87','\x49','\x38','\xdc','\x28','\x07','\x6c','\xe6','\xa3','\xdc','\x5c','\x10','\x94','\x10','\x23','\xaa','\x98','\x12','\x21','\x77','\x5c','\x37','\x87','\x1f','\xf6','\x9f','\x86','\x7d','\x3d','\x42','\xfd','\x84','\x82','\xe2','\xe1','\x4e','\x2c','\x81','\x05','\x9c','\x6d','\xac','\x8c','\x72','\x80','\x2b','\xe0','\x03','\x95','\x95','\x29','\x5f','\x46','\x19','\x5f','\x4c','\x8d','\x5e','\xc9','\x33','\xb2','\x05','\x1d','\xbb','\x21','\x3c','\x41','\xf4','\xaa','\xa7','\x05','\xc9','\x92','\x00','\xbf','\x10','\x34','\xba','\x14','\x2d','\x2b','\xd1','\x49','\x14','\xab','\x02','\x37','\x88','\x2c','\xe8','\x25','\x19','\xb6','\xb7','\x88','\x5e','\x21','\xba','\x98','\x01','\xc0','\xfd','\x55','\x30','\x40','\xf7','\x8d','\xcf','\x1a','\x45','\x55','\x81','\xd1','\x11','\x78','\x4f','\xf8','\x0e','\x5d','\x8c','\x00','\x93','\x10','\x32','\x54','\x35','\x57','\x28','\xe4','\x18','\x8b','\xa9','\x6a','\xec','\x91','\x47','\x06','\x3e','\xf7','\x79','\xd9','\x71','\x68','\xb3','\x49','\x37','\x37','\xf9','\x44','\xd8','\x52','\x94','\x8a','\xaa','\xb2','\x47','\x0e','\xb1','\x52','\x31','\xff','\xd3','\x8f','\x8e','\x36','\x6e','\xa7','\x70','\x55','\x11','\x7e','\x66','\x07','\x1f','\x0e','\x37','\xad','\x6a','\xf3','\x0d','\x58','\x26','\x39','\x65','\x22','\x17','\xdc','\x88','\xcd','\x49','\x31','\x5d','\x02','\x9e','\x1c','\x5d','\x00','\x18','\x40','\x68','\x97','\x6c','\x19','\xa4','\x22','\x06','\xa1','\x15','\x2c','\x8f','\x1a','\x9d','\x3c','\x9b','\x28','\x8d','\x19','\xa2','\xae','\x1a','\xe7','\x4e','\x27','\x44','\xaf','\xf5','\xd2','\xe1','\x1f','\xcc','\xe6','\x2e','\x97','\xb2','\xd4','\xc9','\xbd','\x3e','\x7b','\xf8','\x37','\xc6','\x61','\x12','\xf7','\xbf','\x78','\xb9','\xd4','\x79','\x91','\xce','\x81','\x6a','\x92','\x20','\x5b','\x06','\x7d','\x68','\x08','\xd5','\xf9','\x2d','\x3d','\xb4','\xff','\x37','\x4e','\xa7','\x2e','\xd7','\x53','\x5f','\x38','\xcd','\x07','\xfc','\x86','\xde','\xf9','\x94','\x75','\xe1','\xa9','\x8a','\x98','\x6c','\x7c','\x01','\x3b','\xd9','\x8f','\x7f','\x96','\x09','\xc0','\x98','\xf9','\x87','\x73','\xe2','\xa8','\x84','\xe9','\xb9','\xc0','\x9b','\xed','\x02','\x12','\xf8','\xeb','\xdc','\xfd','\x9d','\x45','\x46','\x09','\x99','\x82','\x4a','\xc8','\x50','\x6c','\x03','\x14','\xc9','\x41','\x90','\x06','\x76','\x5f','\x24','\x70','\x3b','\x48','\x51','\x23','\x4e','\x21','\x68','\x30','\x48','\x4e','\x21','\x21','\xd4','\x25','\x73','\xef','\x3c','\x0d','\x13','\x45','\x56','\xd8','\xd7','\x15','\xed','\xe9','\xab','\x2f','\xcc','\x6c','\xbc','\x70','\xe4','\x2b','\x2f','\x4c','\xcc','\xbe','\x8a','\x49','\x9e','\xd0','\xbc','\xac','\xe4','\x29','\xcb','\x7f','\xe2','\x90','\x36','\x56','\xcc','\x7e','\xf4','\x11','\x7b','\xeb','\x36','\xb2','\xab','\x7d','\xf1','\xe9','\x5e','\xb5','\x00','\x71','\x8f','\x88','\xb3','\x67','\x0b','\x89','\x74','\x06','\x54','\xa0','\x70','\x4e','\xc0','\x57','\xb1','\xc3','\x4a','\x77','\x78','\x7f','\xed','\xf2','\x13','\x7a','\xec','\x8e','\x77','\x33','\x3a','\xde','\xd3','\x8e','\xb1','\x4e','\xbc','\x1c','\x76','\x22','\xec','\x68','\xc3','\xff','\x59','\x4f','\x91','\xcf','\x5f','\x09','\xb6','\xdc','\x79','\xe4','\xea','\x3d','\x2e','\xec','\xae','\x7f','\x28','\xab','\x3f','\x5b','\x29','\xe0','\xe7','\xbc','\xb2','\xab','\xae','\xc7','\x7f','\x7a','\xa5','\xbd','\x50','\x60','\x02','\xc4','\x26','\x2c','\x7e','\xa3','\x89','\x12','\xb4','\x25','\xee','\x32','\x05','\xee','\x2f','\x4b','\x90','\xc7','\x1b','\xbd','\xfb','\xcb','\x68','\xc5','\xb7','\x5c','\x1f','\x09','\xe6','\x73','\xfe','\x0d','\x63','\x0a','\x8e','\x02','\xbe','\x24','\x78','\x3f','\xcc','\x55','\x17','\x85','\xcc','\xae','\x5b','\x14','\xb2','\x41','\x86','\x21','\x18','\xc5','\x0d','\xb7','\x67','\x56','\x4b','\x0c','\x90','\xbb','\x7d','\x5f','\x84','\xb0','\xcf','\x18','\xb6','\x93','\x81','\x21','\xe3','\x1c','\xc5','\x39','\x85','\xc4','\x0e','\x91','\xd8','\x24','\x25','\x0b','\x75','\x39','\xb2','\x22','\x56','\x63','\xa0','\xf4','\xdc','\x42','\x6e','\xa5','\xdb','\x34','\x01','\xb2','\x9a','\x0c','\xf8','\xab','\xc2','\xf5','\xb0','\x23','\x25','\xcf','\xcf','\x13','\xd0','\xcb','\xef','\xb8','\x5e','\x61','\x86','\x27','\xbb','\xea','\x82','\xe7','\x79','\xd9','\xc9','\x7e','\xfc','\x07','\xd9','\x85','\x15','\x70','\x32','\x17','\x2e','\x4c','\xfd','\xdb','\x0b','\x5f','\x7c','\xb3','\x7a','\x29','\x12','\xc8','\xc8','\x47','\x71','\x15','\x41','\x95','\x34','\xdc','\x02','\xc1','\x11','\x83','\x73','\xd5','\x43','\xa5','\x9a','\x90','\x6e','\xed','\x54','\x69','\x85','\x33','\x03','\x86','\xd6','\x25','\xba','\x2e','\xb5','\x66','\x02','\xf4','\xaf','\xce','\x23','\xbe','\x99','\x42','\x43','\x0e','\x49','\x57','\xe6','\xc1','\x41','\x3a','\x0b','\x0d','\xe7','\xd1','\x72','\x30','\x59','\x46','\x07','\x0d','\x6e','\x24','\x66','\x5a','\x82','\xbf','\x9d','\x1b','\x99','\x9f','\x99','\x3f','\x79','\x06','\x9d','\x34','\xd1','\xc9','\xf1','\xe2','\xfc','\xb8','\x75','\xb2','\x60','\x9e','\x7c','\xd0','\x3c','\xf9','\x19','\x73','\xfe','\x59','\x13','\xbd','\x36','\x2f','\xc5','\x4d','\xbe','\x80','\x8a','\x86','\x58','\xfd','\x2f','\xeb','\xd6','\xbb','\xde','\x4c','\x93','\x82','\xdd','\x6c','\xf7','\x06','\x56','\x13','\xcd','\x34','\xf1','\xcc','\xcd','\x60','\x66','\x7b','\x80','\x2d','\x7e','\xd6','\xff','\xdf','\xa6','\xf1','\x8f','\xc6','\xd0','\x2f','\x27','\xd0','\x0c','\x41','\x06','\xe4','\xeb','\xe4','\x28','\xda','\x5e','\xa2','\x4d','\x9c','\xf9','\x69','\xb0','\x3f','\x66','\x0f','\x12','\x3d','\xbb','\x64','\x8c','\x2c','\xb3','\x13','\x36','\xb3','\x3b','\xb7','\xc9','\x9e','\xf7','\xce','\x76','\x29','\x2d','\x0e','\x78','\x57','\xc8','\xd3','\x05','\x6d','\xf0','\x8e','\x8a','\x33','\xd3','\xd6','\x4f','\x03','\x73','\x66','\x3a','\x34','\xeb','\xed','\xce','\xc0','\x3c','\xe3','\x87','\x63','\x1c','\x9b','\xc6','\x33','\xd3','\xc1','\xdf','\x89','\x01','\xb7','\xb8','\x8f','\x63','\x51','\x6e','\xfd','\xfb','\x60','\xa6','\x23','\xa2','\x4a','\x8c','\xb4','\x6c','\x08','\xf2','\xda','\x9d','\x1b','\x99','\xe8','\xf1','\x82','\x6e','\x50','\x03','\x84','\x3b','\x20','\x4c','\x24','\x14','\x7a','\x47','\xb1','\xe0','\x58','\x80','\x98','\x7a','\x7b','\x3f','\x05','\xa8','\x52','\xec','\xcc','\xe5','\x1f','\x87','\x07','\x89','\x5f','\x6e','\x75','\x8e','\xd6','\x7f','\x2f','\x6b','\x08','\x65','\x5b','\x42','\xc2','\x86','\x6d','\x43','\x65','\x50','\x88','\xa8','\xe9','\xb7','\x50','\xfb','\xa2','\x15','\xb9','\x04','\x53','\x3e','\x69','\xa3','\xf7','\x76','\x37','\x77','\x2a','\x5d','\xa3','\x11','\x7e','\xd2','\xc2','\x42','\x64','\x37','\xee','\x9e','\x24','\xc8','\x72','\x50','\x99','\x84','\xc6','\x1d','\xd1','\x61','\x10','\x4b','\x1d','\xb0','\xcb','\x09','\x54','\x4e','\xa3','\xf2','\x6c','\xef','\x57','\xc8','\x82','\xc7','\xa8','\x21','\x64','\xb5','\xe1','\xf2','\x24','\x41','\x56','\x3b','\x2e','\xfa','\x5c','\xf0','\x14','\xd4','\xd1','\x70','\xa4','\x0e','\x01','\x7b','\xb6','\x1e','\x7c','\x58','\x57','\x17','\xea','\xca','\x9b','\x75','\x50','\x0e','\xfd','\x7a','\x3d','\x72','\x5f','\x3d','\x78','\xbf','\x8e','\x23','\x14','\x4b','\x75','\x3c','\x5d','\xb7','\x7e','\xf2','\x03','\x8c','\x7f','\x80','\x63','\x7f','\x05','\x15','\x7c','\x19','\x63','\x25','\x8e','\x0d','\x89','\x9f','\x67','\xb1','\xdc','\x75','\x67','\x34','\xbd','\x9b','\xca','\x5e','\x9c','\x99','\x1e','\x91','\xc5','\xde','\x7a','\x7f','\xb1','\x02','\x6a','\x01','\x9b','\x2e','\x37','\x05','\x24','\x45','\x7d','\x05','\xe5','\xbe','\x89','\x72','\xff','\xd4','\xce','\xbd','\x40','\x72','\x2f','\xf8','\xb9','\x07','\xdd','\xe9','\x4f','\xb8','\x66','\xc5','\x7d','\xe6','\x56','\x63','\xe6','\x4a','\xf0','\x5f','\x98','\xbb','\x31','\x72','\x95','\x8c','\x5c','\x7d','\x78','\x4a','\x79','\x78','\x52','\x51','\x2f','\xd0','\x13','\xb1','\xe4','\x05','\x81','\xab','\xdc','\xdd','\xa7','\x00','\xce','\xcf','\x59','\xf0','\x0c','\xf9','\x0d','\x71','\xc2','\x46','\xba','\x81','\xaa','\x2b','\x10','\x88','\xd9','\x54','\xe9','\xab','\x94','\xed','\xe5','\xde','\xf0','\x4b','\xd2','\xd6','\x7c','\x40','\x29','\x47','\xfb','\x29','\x0a','\x43','\x7c','\xb2','\xe8','\xde','\xea','\x40','\xd3','\xf9','\x24','\x51','\x20','\x8e','\xde','\x57','\x63','\xfb','\x44','\xaa','\xad','\xbf','\xff','\x54','\xd1','\x81','\x37','\x1e','\x8b','\xe0','\x0c','\x10','\x22','\x96','\x67','\x83','\x82','\x1a','\xc9','\x71','\xb3','\x3c','\xe0','\x62','\xe4','\x17','\x33','\xd1','\xda','\x47','\xd6','\xa9','\x73','\x83','\x3a','\x0d','\xd6','\x6c','\x6c','\x35','\x9b','\x95','\xe6','\x06','\x6b','\xde','\x62','\xc4','\x65','\xa4','\xf1','\x98','\xe8','\xbb','\xd9','\x81','\xe7','\x8f','\x23','\x94','\x74','\x2f','\x0c','\xb1','\xe9','\x7c','\x3a','\x57','\x4e','\xfc','\xf2','\x45','\x1c','\x4b','\xd8','\x31','\xd8','\xd4','\x0b','\xf2','\xda','\x95','\x21','\x09','\xd3','\x49','\x85','\xe5','\x0b','\x5b','\x79','\x17','\x78','\xf9','\x86','\xdc','\xfc','\xed','\x63','\xd9','\xb5','\xc4','\xd1','\x0c','\xf4','\x07','\x85','\x7d','\x9a','\x02','\xd9','\x1d','\x10','\x1d','\x39','\x15','\x54','\x32','\xd0','\xac','\x41','\x67','\xb9','\xef','\xda','\x40','\xa4','\x86','\x0e','\x60','\xf4','\x0e','\x46','\xb3','\x18','\x3f','\xc5','\xdf','\x10','\xaa','\x1e','\x43','\x1e','\x0b','\xa0','\xb4','\xaa','\x51','\xd0','\xdd','\x4c','\x15','\xb8','\x2b','\xf9','\xad','\x49','\x07','\x7f','\x32','\x97','\x91','\x5c','\xfa','\x50','\x34','\xf3','\x51','\x90','\xba','\xc0','\x52','\x35','\x36','\xb8','\xc8','\xb2','\x4b','\x8c','\xef','\x24','\x8f','\x07','\x5b','\x35','\xb1','\x7c','\x8a','\x7c','\xd4','\xee','\x01','\xf8','\xa1','\x6f','\x42','\xbc','\x53','\x10','\x71','\xc1','\xdd','\x7d','\x25','\xfd','\x3e','\xe7','\x6e','\x0a','\xa6','\xed','\x59','\xc4','\xa7','\xd0','\x96','\xe8','\x43','\x14','\xfd','\x05','\x77','\xe9','\x8c','\x00','\xec','\x2e','\x8a','\xad','\x8f','\x02','\x7e','\xab','\x28','\x2f','\xc8','\xa4','\xac','\xc4','\xaa','\xaa','\x48','\xd3','\x11','\x35','\x1f','\xd3','\x3e','\xc2','\x2c','\xdf','\xb3','\xe3','\x2c','\x4f','\xb4','\xf7','\x81','\x54','\x98','\xef','\x17','\x00','\x1d','\x2c','\xc3','\x0a','\x96','\x23','\xf6','\xd4','\xb2','\xb1','\xb4','\xa8','\x26','\xa0','\x50','\xe1','\x0f','\x34','\x69','\xea','\x77','\x59','\xea','\x25','\x03','\xfa','\x02','\xaa','\x95','\x2f','\x38','\x99','\xcb','\xaf','\xd4','\xa0','\x29','\x00','\xd8','\xbf','\xaf','\xa6','\x2e','\x2e','\xa7','\xbe','\x51','\xa7','\xa9','\x4b','\x80','\xbc','\x8d','\xd8','\x10','\x5f','\xe8','\xa2','\x4e','\xd4','\x0d','\x14','\x41','\x44','\xc4','\xf2','\x0a','\x65','\xc2','\xed','\x74','\x99','\xd4','\xc5','\x53','\x28','\xe8','\x84','\xe4','\x00','\xa5','\x5b','\xb4','\xd4','\xa4','\xdc','\xb9','\x69','\x7e','\x92','\x36','\x1f','\x82','\x72','\xf1','\xa5','\x36','\x8d','\x6f','\x09','\xdc','\x0e','\x79','\x4c','\x1a','\xce','\xe7','\x0b','\xf9','\x8f','\xdc','\xbc','\x84','\xf2','\x52','\x14','\xec','\x31','\x29','\x58','\x0b','\xe6','\x22','\xbe','\xde','\x4f','\xc8','\x73','\xef','\xd6','\x89','\x2e','\x3f','\xbf','\xdd','\xcf','\xfa','\x15','\xf9','\xb7','\x76','\x98','\x5c','\xb5','\x82','\xad','\x6d','\xca','\x78','\x0c','\x9b','\x9d','\xcc','\x3d','\x01','\x17','\x3d','\x20','\x52','\xef','\x79','\x84','\xde','\xdc','\xd6','\x6d','\xdf','\x25','\x13','\xa9','\xd0','\x8b','\x14','\xe4','\x1c','\xc6','\x74','\x68','\x44','\x05','\xb5','\x6e','\x83','\x9a','\x85','\x54','\x2d','\x33','\x9c','\x06','\x5a','\xb8','\x23','\xc0','\x7c','\xc8','\x67','\x8e','\x6b','\xbc','\x6e','\xeb','\x71','\x64','\x93','\x2d','\x54','\x39','\xc6','\x37','\x8a','\xee','\xe7','\xe9','\xa3','\x20','\x53','\x40','\x4f','\x2d','\xb6','\xae','\xc7','\xf8','\xac','\x5f','\xa5','\xb0','\x04','\x71','\x5f','\xd8','\xe2','\x91','\x9a','\xce','\x67','\x71','\x2a','\xb2','\x4c','\x4f','\x2c','\x9e','\xce','\x56','\x4f','\xff','\x72','\x75','\xf3','\x77','\x96','\x36','\xff','\xda','\xc9','\xfc','\xb5','\x97','\xb4','\xdb','\x5d','\x7d','\xb4','\x86','\xac','\x09','\x3e','\x3d','\x1e','\xc7','\xc7','\xdb','\x13','\x42','\xb9','\x7b','\x5f','\xbc','\xad','\xd8','\x28','\xb8','\x85','\xe7','\xde','\x08','\x40','\x4f','\x93','\xe2','\x52','\xea','\xce','\x7c','\x6a','\xec','\xdc','\xe5','\xb1','\xd9','\xd7','\xc7','\x4a','\xaf','\xdf','\xe9','\xea','\x69','\x0e','\x93','\x1e','\xbf','\x62','\x38','\xbb','\xc2','\xee','\x95','\xf4','\x79','\xd1','\x51','\xd5','\x53','\x83','\x45','\xbd','\xa6','\xaa','\x9f','\x41','\xb9','\xa3','\x08','\xbd','\xbf','\x70','\x32','\x4f','\xb9','\xb1','\x37','\x6d','\x79','\xd5','\x06','\x91','\x91','\x3e','\x28','\xa8','\x2b','\xde','\x19','\xfa','\x5d','\x8d','\x5e','\xe2','\x62','\x9b','\x70','\x60','\x1e','\xce','\x7f','\x0c','\x15','\xf8','\x66','\x34','\x66','\x30','\xe8','\xc8','\x11','\xfd','\x38','\x5a','\x6b','\x42','\x94','\xb1','\xc4','\xf8','\x6d','\xc6','\xa6','\x19','\x2b','\x83','\x05','\xb7','\xd9','\x6f','\xb5','\xd8','\xa4','\xc1','\xa4','\x6d','\xd0','\x3a','\xbc','\x67','\xf5','\x4d','\x7e','\xa3','\x19','\xfd','\x3a','\xb3','\xa2','\xaf','\x9f','\x05','\xff','\xed','\x65','\x92','\x4f','\x92','\xf2','\xd8','\xc0','\x95','\x2d','\xd8','\x0d','\x24','\xe4','\x49','\x64','\x2e','\xf0','\x4b','\xf7','\xd0','\xad','\x98','\x13','\x81','\x67','\x3c','\x82','\x70','\x6f','\xcb','\x78','\x5f','\xf4','\x0b','\x48','\x42','\x07','\xea','\x97','\xd3','\xc1','\xc7','\x74','\xdf','\xd7','\xe9','\xbe','\x97','\xe8','\x93','\x0b','\xca','\x6f','\xb9','\x2b','\x5f','\x5a','\xb9','\xfa','\xa5','\x7a','\xeb','\xc9','\xba','\xfe','\x85','\x7a','\xeb','\x25','\xfb','\xea','\x20','\xf7','\x82','\xaa','\x74','\xa4','\xab','\x2b','\x04','\x15','\xd7','\x18','\xc5','\x55','\x8a','\xa7','\xa0','\xf7','\x90','\x3b','\xc7','\x0a','\x05','\x9a','\xf1','\x2f','\xbe','\x4d','\xab','\x12','\x95','\x22','\x75','\x29','\x5b','\xb7','\xda','\xfb','\x25','\x94','\xe1','\x31','\xf4','\xe8','\x89','\xcd','\xc7','\xc6','\x04','\x77','\xaf','\xc8','\xb2','\x4f','\x52','\xa0','\xed','\x17','\xe5','\x53','\x8a','\x2a','\x3a','\xb4','\xb7','\x9a','\x2d','\x40','\x47','\x4e','\x89','\x72','\x80','\xd9','\xf5','\xc0','\x2b','\x28','\xd4','\x92','\x88','\xdb','\x46','\x2a','\x68','\xbd','\xd9','\x23','\xd3','\x82','\x10','\x18','\xc9','\x27','\x15','\xe5','\x04','\x61','\xab','\xb5','\xd6','\xea','\x45','\x77','\xb5','\xda','\xd9','\x07','\x43','\x83','\x22','\x5a','\x47','\x78','\x3a','\xb2','\x00','\x69','\x2e','\x49','\xbc','\x1e','\x8f','\xd8','\x89','\x55','\xfb','\xe1','\x29','\x7b','\x6c','\x0a','\x2a','\xa3','\x78','\x87','\xd5','\xc2','\xbe','\x89','\x1e','\x2f','\x1f','\x8f','\x85','\x9f','\x44','\x6e','\x76','\x63','\x23','\xf5','\xe2','\xfa','\x10','\x69','\x44','\xc9','\x5a','\xcc','\x59','\x93','\x37','\xd6','\x82','\x4d','\x77','\xfe','\xd6','\x46','\x51','\x7d','\x0d','\xc7','\x9b','\x8f','\x47','\x5e','\xfe','\xaa','\x4b','\x4d','\x83','\x99','\x86','\x51','\xe4','\x4e','\x6c','\xc4','\xae','\x49','\x22','\x2b','\xce','\x44','\xd5','\xcb','\x50','\x81','\xb2','\xa5','\x5c','\x01','\x1e','\x45','\xe3','\xae','\x6f','\x07','\x49','\x45','\x01','\xa1','\x17','\x3d','\x44','\x59','\x9b','\xad','\x8a','\x06','\xa2','\x6d','\x13','\x4f','\x89','\x92','\x98','\x0f','\x89','\x97','\x7e','\x8d','\xaf','\x42','\x24','\x38','\x29','\xa0','\x2b','\xf3','\x01','\x39','\x49','\xe6','\x61','\xe0','\xa0','\x93','\x25','\x72','\x72','\x76','\xfe','\xe4','\x6c','\xc4','\x9f','\x45','\x77','\x48','\x31','\x41','\xac','\xfb','\x89','\xb9','\x9f','\x98','\x0f','\x12','\xf3','\x20','\x31','\xf9','\xdb','\xfe','\x60','\xce','\x24','\x74','\x17','\x2e','\x17','\xdd','\xd5','\x62','\xb9','\x2b','\x03','\x43','\xf6','\x14','\xfc','\xa5','\xc2','\xc9','\xe4','\x1f','\x4b','\xe0','\x18','\x81','\x36','\xd5','\x64','\xc8','\x3c','\x0c','\x28','\x2c','\x18','\x00','\x86','\xd0','\x3f','\xb3','\xc5','\x1f','\x05','\xa3','\x2a','\x22','\xbf','\xba','\x4c','\xfe','\xea','\x09','\xf2','\x9d','\xd9','\x81','\xbc','\xc9','\x23','\xe3','\x7e','\x5e','\x91','\xed','\xfa','\xc5','\x3e','\x6e','\xb5','\xd2','\x95','\xc0','\xaa','\xe3','\xd2','\x4a','\xac','\xb4','\x22','\x97','\x2e','\xa2','\x52','\x8d','\x94','\x6a','\xc3','\xa5','\x5a','\xa1','\x54','\x33','\xac','\x8b','\x36','\xb4','\x8a','\x63','\x34','\x80','\x61','\x5f','\xe3','\x97','\x22','\x69','\x46','\x3d','\x53','\xaa','\x9c','\x01','\x1e','\x06','\xd8','\xe1','\x73','\xb0','\x3b','\x08','\x04','\x11','\xa1','\x6b','\x32','\x5d','\xa3','\x74','\x4d','\xa1','\x6b','\x2a','\xfd','\x6f','\x7c','\x9b','\x50','\xa4','\x35','\x2a','\xad','\x11','\x0c','\x86','\x63','\x42','\xc8','\x4f','\x86','\x77','\x62','\x65','\xed','\xb8','\xba','\x46','\xdc','\x35','\x14','\x17','\x35','\xa6','\x58','\xba','\x15','\xef','\xf2','\xca','\x0e','\x40','\x83','\x89','\x1b','\x32','\x36','\x17','\x28','\x6c','\xdc','\x22','\xff','\x83','\x28','\x8f','\xfb','\xa1','\x0d','\x96','\x75','\xcc','\xda','\xda','\x1e','\x77','\x9f','\xf6','\xf4','\x80','\xfa','\xa4','\x3d','\x60','\x8d','\xe5','\xeb','\xed','\x41','\x44','\x4e','\xd8','\xc4','\x6e','\x11','\x54','\x11','\x4a','\x5f','\x61','\x25','\x63','\x3b','\x41','\x13','\xa6','\xf5','\x2b','\x28','\x2e','\xe2','\x5c','\x98','\x8a','\x4c','\xe0','\xfc','\xd9','\x2e','\x83','\x25','\x4b','\x61','\x10','\x7c','\xc8','\xc2','\x62','\x10','\x13','\x25','\x42','\xd2','\x83','\x88','\xcb','\x17','\x52','\x8a','\xce','\x2b','\x48','\x53','\x11','\x77','\x69','\x62','\xfd','\xbc','\xd6','\x03','\x75','\x1c','\xbc','\x11','\x10','\x25','\xcc','\x52','\xe0','\xe1','\x27','\xf0','\x81','\x1a','\x4e','\xaf','\xe1','\x63','\x6b','\xb5','\xf1','\x08','\xd8','\x2c','\xc2','\x25','\x84','\x9d','\x1e','\x27','\x41','\x07','\x1a','\x01','\x51','\x64','\x17','\x3f','\x26','\xcc','\xc1','\xe3','\xef','\x06','\xe3','\x1b','\xf8','\xd1','\x3a','\xfe','\x8a','\x82','\x67','\x0f','\xe3','\xd2','\x28','\x6e','\x9e','\xa8','\x35','\x23','\x0d','\xa8','\x3e','\x83','\xf1','\x6b','\x0d','\xf2','\xa3','\xd4','\x25','\x4a','\x0b','\x92','\x12','\x2a','\x3f','\x79','\xa8','\x6d','\xc3','\x17','\x3c','\x8f','\x32','\x9e','\xe6','\xa9','\x31','\x85','\x45','\x65','\xe3','\xa0','\xec','\xf4','\x82','\xaf','\xb0','\xe2','\xa9','\xb5','\xd2','\x21','\xdf','\xaf','\xf6','\x6e','\x00','\x83','\x19','\xaa','\xdd','\xa6','\x2c','\x52','\x67','\x0b','\x75','\xfe','\x34','\x58','\xa1','\xe7','\x59','\x5b','\xe7','\xc7','\x49','\xa1','\xe0','\x63','\xf7','\xbe','\x88','\x2d','\xac','\xf6','\x2b','\xd9','\xc0','\xfa','\x08','\x3f','\x93','\xc3','\xcf','\x4c','\xe0','\x67','\x7e','\x19','\x3f','\x53','\xa8','\x9d','\xdb','\x6a','\x9c','\xdd','\x32','\x2b','\x4c','\xdc','\x9d','\xb0','\xa0','\x62','\x41','\x5f','\x91','\x08','\x79','\x66','\xac','\xad','\xb4','\xc1','\xda','\x7c','\x7d','\x85','\xfc','\xd6','\x8f','\xb1','\x9f','\x0c','\x70','\x09','\x17','\x67','\xf1','\x58','\x13','\x4f','\x38','\xf8','\x08','\xc1','\x78','\x9c','\xcf','\x7c','\x5f','\xf0','\x3f','\xd9','\x49','\x62','\x27','\x9a','\xfa','\xf0','\xac','\x0e','\x70','\x53','\xa2','\x8e','\x91','\xb0','\x5b','\x8a','\x62','\x9a','\xc6','\x4a','\x12','\x73','\xb7','\xc2','\xc5','\x00','\x98','\x49','\x7a','\x03','\x7c','\x07','\x6a','\x52','\x79','\x96','\xd2','\xe7','\xda','\x83','\xd0','\x41','\x42','\x4b','\x84','\x3a','\xc9','\x36','\x59','\x43','\xc1','\x5b','\x50','\xc1','\x1c','\x88','\x7d','\x6b','\xe0','\x2f','\x1f','\xfe','\xc6','\x4b','\x63','\x9f','\x9b','\x1e','\xfb','\x4a','\xac','\x38','\x2b','\xd7','\x48','\x16','\x27','\x2f','\x24','\xfc','\x18','\xa9','\xd0','\x39','\x9d','\x7b','\x10','\x77','\xed','\xa7','\xb0','\xa5','\x86','\x53','\x63','\xbb','\xf5','\x26','\x2c','\xa7','\xc3','\xf4','\xe8','\x2c','\x1d','\x3b','\x17','\x0d','\x6e','\xbb','\xfc','\xb1','\xb2','\x1d','\xe3','\x6b','\x0f','\x34','\x47','\x06','\x82','\x53','\x0b','\x68','\xb5','\xa8','\xf5','\x21','\x5f','\xa8','\x15','\x29','\xc2','\x46','\xf5','\xab','\x8f','\xb1','\x56','\x9e','\xea','\x79','\xd2','\x2a','\x93','\x95','\xc9','\x48','\xbd','\x2a','\x65','\x32','\x38','\x01','\x8e','\xa6','\x4b','\x82','\x77','\xfd','\x9e','\xcc','\xa3','\x7a','\x9d','\x68','\x6b','\x1e','\x5c','\xaf','\xb0','\xc9','\xa7','\xdc','\x61','\x59','\x3c','\x6b','\xd6','\x88','\xd1','\x88','\x19','\xc5','\x88','\xf1','\x70','\xd4','\x18','\xe3','\xe3','\xf3','\x67','\x6a','\xec','\x76','\x82','\xbf','\x3f','\xee','\xce','\x41','\xe0','\xb3','\x8b','\xa7','\xb4','\x70','\x57','\x27','\xd1','\xce','\x65','\x50','\xb8','\xe2','\xa2','\xe4','\x5d','\x83','\x92','\xf7','\x36','\x0f','\x8c','\x2d','\x62','\x62','\x26','\x6e','\x17','\x88','\xd7','\xf6','\x6c','\x4f','\xbe','\xbb','\x1c','\x73','\x57','\x5c','\x40','\x11','\xfc','\x9d','\x4b','\xe8','\x1b','\x3e','\x5d','\x27','\xdc','\x32','\xfc','\xf1','\x3a','\x37','\x0a','\xc6','\xd7','\x90','\x55','\x25','\xb3','\xba','\x42','\xdd','\xab','\xd4','\x6d','\x51','\x57','\x17','\x8f','\x57','\xf9','\x2b','\xde','\x2a','\xad','\x5c','\xcf','\xe8','\xa1','\xf8','\x85','\x0b','\x71','\x9c','\x22','\xfa','\xfa','\xb7','\xe3','\x94','\xc8','\x46','\x37','\xf0','\xdb','\x2e','\x67','\xc4','\x44','\x06','\x00','\xbe','\x3b','\x04','\x4d','\x3b','\xe3','\x43','\xa1','\xcb','\x09','\xdf','\x4a','\xda','\xe2','\x21','\x67','\xa6','\x7d','\x17','\x0c','\xe0','\xee','\xcf','\xff','\x33','\xf3','\xbd','\x50','\xf5','\xab','\x87','\x8a','\x49','\x62','\x01','\x11','\x4e','\x1e','\xed','\x0f','\xe2','\x7e','\x20','\xdc','\xcb','\xcb','\x3c','\xfc','\xb1','\x25','\x58','\xf1','\xb8','\xf3','\x5a','\xa0','\xe0','\x23','\x25','\x7a','\xfd','\xb9','\x7c','\x9d','\x8f','\xbc','\x64','\x07','\xff','\x6b','\x28','\x19','\xee','\xd0','\x8c','\x9f','\x7a','\xc9','\xce','\xbc','\x64','\x67','\xff','\x10','\x4a','\x72','\x23','\xc0','\x90','\x19','\xfc','\xd3','\xf8','\xd5','\xdf','\x8b','\x5f','\x4d','\x0c','\x5c','\xc5','\x03','\xcb','\xb1','\xd4','\x32','\x49','\xd5','\xe5','\xac','\xa3','\x4c','\x5d','\x52','\x57','\x6b','\x93','\x11','\x01','\x86','\xe4','\x5f','\x5c','\xe4','\xd5','\x6b','\x93','\xa8','\x34','\x89','\x1f','\xe1','\xcb','\xb1','\x8b','\x8f','\xda','\xb1','\x2f','\xd9','\x15','\x47','\x90','\xb7','\x0c','\x23','\xf3','\xe1','\x20','\x78','\x58','\xf0','\xca','\x8e','\xa9','\x46','\x91','\x1a','\xb5','\x90','\xd4','\xa6','\xeb','\x8c','\x41','\x56','\x42','\xe2','\x0b','\x9a','\x70','\x68','\x47','\x91','\xf4','\x18','\x0a','\x5e','\x45','\x34','\x0f','\x54','\x5d','\xb4','\x2b','\x00','\x14','\xf4','\xe8','\x50','\x92','\x3a','\x7d','\x40','\xa7','\x43','\x6a','\x6a','\x08','\x64','\x1f','\xdb','\x79','\x5a','\x29','\xa7','\xf5','\xb5','\x64','\xa4','\x9a','\xc0','\xd0','\x6d','\x0e','\x4e','\x1b','\x9f','\x8a','\xc9','\x55','\xcf','\xd3','\xfa','\x24','\x03','\x40','\x9d','\xca','\x06','\x7f','\x29','\xeb','\x0c','\x67','\x9d','\x03','\x9a','\xd7','\xa1','\x6a','\xcf','\x02','\x5b','\xbb','\x60','\x51','\x70','\x1c','\xab','\xc7','\xb0','\x51','\x0b','\xd3','\xd4','\xa3','\x7c','\xe2','\x2d','\x78','\x79','\xcd','\x16','\x44','\xc1','\x35','\x20','\x3d','\x8b','\xd8','\x1a','\x1f','\x6b','\x5e','\x3e','\xeb','\x80','\x89','\x81','\xd6','\x1b','\xc3','\xdb','\x9c','\xbc','\xe5','\xe7','\x3b','\x94','\xc2','\x35','\x1e','\x97','\xd5','\x7a','\x20','\xb4','\x41','\x64','\xfd','\x0d','\xc1','\x83','\x7c','\x40','\x70','\x86','\x0f','\x4a','\xc1','\x7b','\xe3','\x78','\xb0','\x80','\x07','\x29','\xce','\xa4','\xc7','\x5e','\xfa','\xc4','\x91','\xbf','\x99','\x98','\x18','\x1c','\x9b','\x18','\x1c','\x9d','\xb0','\x26','\x27','\x8e','\x56','\x27','\x46','\xd0','\xa7','\x23','\xd0','\x94','\x3a','\x19','\x04','\xba','\xe8','\xe3','\x50','\x45','\x33','\x42','\x58','\x74','\x46','\xc2','\x6c','\xa7','\x69','\x04','\x7e','\xae','\xd9','\xe4','\x16','\xe3','\xb6','\xd1','\x24','\x9b','\x9e','\x7c','\x6b','\x8e','\x02','\x81','\x3a','\x28','\xcb','\x6c','\x05','\x5e','\x45','\x0c','\x42','\x2b','\x80','\x64','\x0c','\x0f','\x63','\x6d','\x09','\xb5','\x42','\x95','\xe7','\x0e','\x0f','\x80','\xc8','\x6a','\xca','\xfa','\xcf','\xe1','\x4d','\xda','\x35','\x06','\xc5','\x0c','\x51','\x46','\x21','\x55','\x48','\xec','\x43','\xa9','\xa5','\x1a','\xa3','\xbf','\x7d','\xbe','\x83','\xaf','\xfb','\xed','\xf3','\x75','\x7e','\xd5','\xc2','\x06','\x0a','\x3e','\xe3','\x16','\x45','\xe7','\xdd','\x7a','\x71','\xa7','\xfd','\x4b','\xba','\x5e','\x82','\xfb','\x3c','\xe9','\xf1','\xf8','\x1d','\xe9','\x15','\x99','\x01','\x06','\x7b','\x94','\xf2','\x13','\xd8','\xe1','\x5b','\xe6','\xb7','\x9b','\x8b','\x36','\x6e','\x72','\x2f','\x11','\xb9','\x11','\x3e','\xdf','\xaa','\xa2','\x20','\x39','\x2b','\x16','\x87','\xaf','\x20','\x74','\xc3','\x95','\x16','\xfc','\x04','\x9a','\xab','\x84','\x78','\x2d','\x85','\x9c','\xb8','\xe2','\x5b','\x9b','\xd0','\xe7','\xb1','\x87','\x5d','\xf1','\xa6','\x6a','\x06','\x37','\x8b','\x3f','\xbe','\xc8','\x23','\x7b','\xe1','\xc1','\xd0','\x50','\xc4','\x79','\x1a','\x19','\x20','\x60','\x2e','\xa1','\xe3','\x5d','\x52','\x9a','\x9e','\x04','\xa1','\x58','\x6a','\xdc','\x0e','\x47','\x8d','\x18','\x54','\x90','\x6b','\x8a','\x26','\x71','\x70','\x56','\x25','\xd5','\x90','\x28','\x4c','\x69','\xee','\xb4','\x8b','\xb4','\xa4','\xe1','\x8a','\x3c','\xb6','\xd8','\x93','\x7d','\x62','\xdd','\x22','\xb1','\x34','\x19','\xa5','\x03','\x29','\x16','\x2c','\xa9','\x44','\x2f','\x42','\x7b','\xa3','\x8b','\x89','\x1b','\x83','\x93','\xa9','\xb5','\x3d','\x99','\xcd','\xc9','\xac','\x14','\x6a','\x3d','\x44','\x77','\xe0','\x37','\xe6','\x84','\x2e','\x5e','\x3a','\x9d','\x00','\xcc','\x4e','\x8a','\x00','\x00','\x9b','\x82','\xb4','\x37','\x40','\x01','\x03','\x70','\x39','\x8e','\x55','\xc9','\x67','\x02','\xe7','\x33','\x6b','\xa5','\xc2','\xda','\xec','\xf9','\xb5','\xd9','\xd3','\x01','\x39','\x1d','\x23','\xf5','\x8b','\x84','\x16','\x09','\x9d','\x11','\xb6','\xcf','\x19','\xf2','\x49','\xaa','\x35','\x97','\x02','\x85','\x13','\xee','\x26','\xf8','\x44','\x5b','\x92','\xa3','\x89','\x6f','\x0e','\x3a','\x65','\xa7','\x9e','\x8f','\x29','\x13','\xca','\x58','\x2c','\x13','\xec','\xe3','\xbe','\xc6','\x4a','\x2c','\x70','\xd9','\xdc','\x1b','\xed','\xd2','\x3a','\x23','\x31','\xf8','\x3c','\xf3','\x51','\xe3','\xdc','\x05','\x77','\x76','\xd5','\x2e','\xad','\xb9','\x25','\x5c','\x71','\x88','\x06','\xf1','\x17','\xe0','\xf1','\x60','\x9e','\xa8','\xbd','\xb6','\x2f','\x8a','\x5d','\x1a','\xbb','\x79','\xb9','\x43','\xb6','\x93','\x0c','\x07','\xa8','\xb3','\xf2','\xdf','\x23','\x55','\x0e','\xbc','\xb2','\x3b','\xf8','\xd9','\x0a','\x61','\x1f','\x6f','\xd7','\xce','\x76','\x6d','\x16','\x1b','\xa7','\xb0','\xd1','\xc0','\x06','\xf4','\x0f','\xd6','\xa6','\x22','\x1f','\x4c','\xa3','\x3b','\xb3','\xc8','\xec','\xe7','\x67','\x13','\xc9','\x3a','\x72','\xb4','\x83','\x1f','\xe8','\x19','\xed','\xa8','\xa6','\x02','\x90','\x80','\x65','\x17','\x0c','\x61','\x6e','\xde','\xb6','\x3f','\xbb','\xe0','\xbe','\xb7','\x60','\x4c','\x55','\x2b','\x27','\x6a','\x85','\x88','\x93','\x89','\xd4','\x13','\x91','\x16','\x08','\x48','\x6e','\xc7','\xcb','\x69','\x01','\x92','\x4a','\x39','\xa9','\xa0','\xd9','\xc5','\x88','\x35','\x87','\x82','\x77','\x3a','\x10','\xb5','\x2a','\xa1','\xfc','\x42','\x08','\xac','\x66','\x4f','\xc8','\x89','\xfb','\x99','\x06','\x74','\xb4','\x8a','\x7a','\xee','\xcf','\xaa','\xeb','\xed','\x59','\x80','\xd0','\xfb','\xab','\x0f','\xb0','\x3e','\x8b','\x75','\xbe','\xd3','\xff','\x1e','\x71','\x04','\x8f','\x74','\x2d','\xdc','\x6e','\x32','\xef','\x06','\x5d','\x5a','\x95','\x2d','\x3a','\xd5','\xe2','\x96','\x79','\xd3','\x90','\x22','\xc6','\xa8','\x64','\x3c','\x56','\x35','\xf2','\x65','\x23','\x9f','\x9b','\x2e','\x4f','\x4c','\x4f','\xc6','\xa6','\xab','\xa4','\x9c','\xa1','\x16','\x36','\x8e','\xc7','\x51','\x02','\x27','\x76','\x83','\x39','\xc7','\xbe','\x41','\xc6','\x4a','\xce','\x58','\xa9','\x69','\xce','\xbe','\x63','\xce','\xce','\x36','\xb8','\xf5','\xfd','\x36','\xfc','\x91','\x05','\xec','\x4b','\x21','\xdc','\xb5','\x83','\xe5','\x46','\x96','\x51','\x02','\xe6','\x34','\xe6','\x2e','\x6f','\x6a','\x93','\xa5','\xfe','\x0d','\x4b','\xfd','\xb1','\x71','\xf4','\xba','\x20','\x5e','\xa8','\xba','\x5f','\xa8','\x9d','\xbf','\x5c','\xcf','\xa4','\xde','\xe4','\x8b','\x80','\x0d','\xda','\x6a','\xf5','\x4a','\xca','\x6e','\x81','\xe0','\x5a','\x2d','\x99','\xaa','\xa7','\x43','\xae','\x46','\xc0','\xb2','\xf2','\xa0','\xc9','\x6d','\xc5','\x5b','\xee','\x3c','\x5a','\xc7','\xb1','\x1b','\x78','\xa6','\x11','\xfc','\xdd','\x3a','\x26','\x1b','\x49','\xe2','\x26','\x56','\xaf','\x0e','\x4f','\x5d','\x7d','\xb8','\xac','\x8c','\x49','\xb4','\x81','\xe1','\xbf','\xc1','\xa2','\x09','\x85','\x6f','\xb6','\x83','\x8b','\xe0','\x27','\x64','\x6b','\xc5','\xa9','\x3e','\x3f','\xa1','\x2f','\x5e','\x86','\x90','\x79','\xc0','\x31','\x82','\x26','\x83','\x8b','\xc7','\x92','\xc4','\x30','\x21','\x64','\x46','\x28','\x29','\xb8','\x43','\xe6','\x54','\x5a','\xda','\x4b','\xe4','\x71','\x4e','\x94','\x6b','\x95','\x42','\x9c','\x64','\x1b','\x38','\x5b','\xc3','\x82','\xd9','\xd0','\x16','\x74','\xf3','\xec','\x97','\xff','\x84','\xfd','\x87','\x3f','\x89','\xfd','\x87','\x3f','\xe3','\x76','\xdf','\x7f','\xf8','\xd6','\xbe','\x57','\x6a','\xdc','\x68','\x87','\x15','\xb1','\xb6','\x25','\x58','\xe9','\xd9','\x94','\x30','\x1d','\x17','\x6c','\x3c','\x84','\x04','\x3f','\x76','\x72','\x2b','\xe9','\xef','\xdc','\xc7','\xff','\x3e','\x4c','\xf2','\xf0','\xd0','\xc3','\x22','\x68','\x98','\x49','\xf8','\x66','\x10','\xa6','\xbf','\x28','\xba','\xe1','\x01','\x60','\xa6','\x26','\x7a','\x94','\x43','\x7c','\x72','\x64','\xcb','\xe0','\xf7','\xcc','\xaa','\x1b','\x7f','\xd3','\x9e','\xef','\x04','\xad','\x8b','\x78','\xdf','\x45','\xfc','\x97','\xb5','\xe0','\x7f','\x73','\x70','\x6a','\x09','\xa7','\x96','\x13','\x59','\x3b','\x99','\xb5','\x13','\x6b','\xfa','\x70','\x59','\x7f','\xb8','\xac','\x4f','\x44','\xd5','\x31','\xac','\x16','\x31','\xab','\xc5','\x04','\xd1','\x87','\xbc','\xed','\xaf','\xc6','\x62','\x28','\x2e','\x30','\xe2','\x31','\x4c','\x9f','\x4c','\x7a','\x59','\xc8','\x89','\xd1','\xa1','\x07','\x59','\x74','\xc4','\x88','\xd9','\x2e','\xe8','\x29','\xdc','\x36','\xe6','\xcd','\x42','\x91','\x64','\x70','\x16','\x3f','\x8e','\xdc','\xaf','\xba','\x06','\x0f','\x72','\xf9','\xad','\x55','\xc4','\xa8','\x18','\x71','\x6b','\x90','\xde','\x2f','\x60','\x58','\x37','\xf8','\x52','\xb6','\x48','\x32','\xbe','\x8c','\x16','\xbf','\x89','\x16','\xcb','\xd7','\x82','\x3c','\x5a','\x9c','\x40','\x8b','\xb1','\x8c','\x77','\x3f','\xb2','\x07','\x0b','\x17','\x41','\xbf','\xe0','\xcf','\xfe','\xac','\x94','\xfb','\x13','\xee','\x32','\x7f','\x5e','\xf3','\xbf','\x96','\xad','\x9d','\x7b','\xa5','\x71','\xee','\x7b','\x7f','\x52','\x3a','\xf8','\x67','\xa5','\x43','\xdf','\x72','\xce','\x7e','\x0b','\x14','\xbc','\x6c','\xd8','\xed','\x83','\x9f','\x06','\xa0','\x5f','\x37','\x8d','\xd3','\x53','\x40','\x9e','\x80','\x8c','\x87','\x23','\xdc','\xb3','\x3c','\xd3','\x98','\x2b','\x63','\x16','\xc5','\xaa','\xba','\x5b','\x20','\x63','\xef','\xde','\xae','\xbb','\xde','\xb6','\x07','\x03','\x7f','\xef','\xcd','\x3d','\x2f','\x74','\x26','\x64','\x92','\x84','\x9a','\x1a','\x09','\xf1','\xfc','\x4a','\x27','\x32','\x8b','\xa9','\xdd','\x1c','\x91','\x2a','\x3a','\x31','\x3b','\xfe','\x89','\xe8','\xd0','\x0c','\xbd','\x94','\xf4','\x76','\x9f','\x66','\x48','\x4a','\x40','\xa9','\xa1','\xf0','\xe0','\x5f','\x6a','\xb9','\x7c','\x57','\xda','\xe5','\xcf','\xff','\xa1','\xbd','\xfd','\xf1','\x76','\xc6','\xdd','\x90','\xdc','\x6e','\xda','\xa8','\xe9','\x46','\x9c','\x65','\x6e','\x52','\xf2','\xef','\xf1','\xc0','\xef','\x12','\x22','\xf1','\x5f','\xb8','\x71','\x3f','\xfc','\x5e','\x0a','\x13','\x4d','\xb8','\x6b','\xb4','\x6b','\xfb','\xa1','\xc8','\x0b','\x54','\x72','\x32','\x4e','\x27','\x48','\x21','\x4d','\xff','\xae','\x90','\x3f','\x6c','\xb8','\x39','\x3b','\x9a','\x47','\xd2','\x2b','\x76','\x9c','\xb9','\x09','\x56','\x49','\x33','\x8d','\xb1','\x61','\x17','\x62','\x47','\xe8','\x13','\xc4','\x07','\x63','\xd6','\xfb','\xbe','\x72','\x01','\xc9','\x6b','\xde','\x3e','\x25','\x16','\x7c','\xe4','\x41','\x13','\xfa','\x9a','\xa7','\x9e','\xe4','\x8f','\x6d','\xf5','\x64','\x54','\x5b','\xfb','\x48','\x3d','\x29','\x8d','\xae','\xfa','\x23','\x2f','\x77','\x27','\xea','\xdb','\x54','\xba','\x6e','\xa4','\x57','\xed','\x96','\xcb','\xe7','\xb0','\x26','\xb5','\x12','\xea','\xa2','\x52','\xb8','\x41','\xb3','\x58','\xd5','\x7e','\x1a','\x4c','\x11','\xd5','\x7a','\xd7','\xfb','\xc3','\x4f','\xa8','\xda','\x8f','\xbc','\x91','\x98','\xca','\x97','\x35','\x55','\x34','\x02','\x20','\x14','\x0d','\x9d','\xed','\xb0','\xf7','\xaa','\xf7','\xd8','\x7f','\x09','\x26','\xd3','\x15','\xab','\x6e','\x94','\xe9','\x4c','\x39','\x65','\x96','\x83','\x3b','\x65','\xbe','\xd1','\xce','\x9b','\xe5','\xc9','\xa0','\x7c','\xd2','\xb0','\x4e','\x1a','\xe4','\xe4','\x69','\x72','\xf2','\xe9','\xd9','\xf9','\xa7','\x9f','\xa2','\x4f','\x97','\xb8','\xbd','\xfc','\x74','\xe9','\x07','\x4f','\x97','\xfe','\xdb','\xd3','\xa5','\xd7','\x7f','\xed','\xf3','\xf5','\xff','\x5c','\xaa','\x7f','\xf3','\x43','\xfa','\xfb','\x95','\xdf','\xca','\xe8','\xb9','\x44','\x3c','\x46','\xa0','\x66','\x64','\x92','\xe0','\x03','\xe8','\x6e','\x1f','\x7b','\xdc','\xd3','\x5a','\x68','\x4c','\xc7','\x63','\x5f','\x0c','\xc6','\x8a','\x44','\x6b','\xc0','\x2b','\x7c','\xd0','\x1b','\x43','\x9b','\x30','\xbc','\x39','\x09','\xec','\xbe','\xc7','\xb7','\x3b','\xe0','\x91','\x4e','\x74','\xcb','\x07','\x6a','\x9c','\x30','\xdf','\xfb','\xdc','\x3b','\xdb','\x05','\x98','\xe7','\xde','\xe1','\xdb','\xb8','\xcf','\x77','\xf2','\x33','\x4d','\x32','\x53','\x02','\x3b','\x55','\x22','\x37','\x9a','\xc4','\x26','\x03','\x08','\x48','\xa8','\xfb','\xf3','\x1b','\x7b','\xf0','\x29','\x09','\x86','\x67','\xa5','\x21','\xae','\x20','\x34','\x46','\x51','\xa0','\x25','\xbb','\xd8','\x1e','\x92','\xda','\xe9','\x9d','\x72','\x81','\x3b','\xa4','\x03','\xcb','\x52','\xf0','\x93','\xdc','\xfd','\xd1','\x83','\xa1','\xfd','\xea','\xc9','\x83','\xd6','\x5b','\x07','\x9f','\xbd','\x7e','\xf0','\xd9','\xbf','\xe2','\xf6','\xef','\xb9','\x7d','\xf9','\x07','\xff','\xbe','\xf2','\x83','\x7f','\x6f','\x70','\xbb','\x7e','\x90','\x9b','\xc5','\x1f','\x1b','\x07','\x8d','\x75','\x61','\xcd','\x83','\xd6','\xc6','\x41','\x43','\x39','\x68','\xa8','\xd1','\x68','\x0c','\x85','\xd4','\x85','\x58','\x86','\xb9','\x97','\x96','\xd1','\x31','\x19','\x71','\xc7','\x09','\xe4','\x15','\x65','\x94','\xec','\x0c','\x04','\x16','\x1a','\x6d','\x03','\x4b','\x22','\xaf','\xf3','\x50','\x82','\x07','\x08','\x15','\x1e','\x88','\xb4','\x60','\x81','\x46','\x9d','\x3e','\x97','\x7d','\xb5','\xfb','\x93','\xc1','\xfd','\xa4','\xf8','\xab','\xa5','\xa2','\xf5','\x4e','\xf1','\xd9','\x9b','\xfe','\xb3','\xcd','\x62','\x68','\x5f','\xbe','\xe9','\x57','\x5c','\xc3','\x58','\x3f','\x6b','\xdc','\x98','\x35','\x1a','\x67','\xad','\xc6','\xb3','\x46','\xc3','\x32','\x1a','\x5f','\x32','\xd6','\x0d','\xa3','\x39','\x6d','\x6d','\x94','\x0d','\xc5','\x32','\x8c','\xe3','\xff','\x7f','\xf7','\x71','\x74','\x0c','\x26','\x3f','\xee','\x1e','\x41','\x68','\x93','\xa5','\x84','\xe6','\x66','\x5f','\x1f','\x07','\x70','\x51','\x41','\xdf','\xc4','\xde','\x7d','\x1c','\x38','\xd4','\x2d','\xda','\x8d','\x0f','\xd7','\xbb','\xed','\x7b','\x61','\xa5','\xc9','\x2f','\x64','\x1a','\x54','\xd9','\x2d','\xca','\xb9','\x03','\xc2','\xca','\x63','\x2d','\x57','\xf2','\xef','\xd1','\x14','\xf0','\xf3','\x62','\xb7','\xbb','\x2c','\xa6','\x2a','\x71','\x25','\x0d','\xa4','\x73','\xb0','\x1b','\x19','\x87','\x90','\xfe','\x38','\x72','\x6a','\x41','\x47','\x71','\x38','\x94','\x18','\x2b','\xbc','\x40','\x4e','\x97','\xfd','\x7a','\x0f','\x99','\xc7','\xed','\x7f','\x41','\xf4','\xff','\x05','\xa4','\x49','\xa9','\xaa','\x9b','\x42','\xc1','\x7e','\xee','\xaf','\x42','\x9d','\xd1','\x16','\xc9','\xb8','\xb0','\x71','\xa1','\xc7','\xaf','\xa5','\xc6','\x49','\x88','\x57','\x31','\xf0','\x29','\x23','\xb8','\xe3','\x62','\xbe','\x2b','\x48','\x7c','\x4f','\xe1','\xc7','\xbf','\x40','\xf0','\x75','\x4a','\xde','\x52','\xe8','\x6f','\xaa','\x4c','\xd3','\xdd','\x0c','\xf0','\x6f','\x20','\x90','\x29','\x84','\x18','\x6a','\x46','\x7c','\x42','\x22','\x1c','\xe0','\x59','\x8a','\x9a','\x6a','\xc4','\x01','\x48','\x0a','\x77','\x67','\x2b','\x7d','\x33','\xa7','\x9f','\xff','\x27','\x64','\x47','\x0c','\xf9','\x01','\x76','\xf0','\x1f','\xee','\xd0','\xa5','\xc2','\x39','\xbe','\x94','\xfd','\x1c','\x5d','\xaa','\xce','\x65','\xe5','\xaf','\x2b','\x22','\x7f','\x08','\x9b','\xe0','\x51','\x1b','\x65','\xeb','\x28','\xeb','\xd9','\x59','\x90','\x1f','\xce','\x81','\xd5','\xe2','\xfc','\x50','\x40','\x21','\x46','\x64','\x36','\x2c','\x40','\x57','\x3a','\x83','\x42','\x20','\xaa','\xc4','\x74','\xa0','\xca','\x62','\xe9','\x6c','\x2b','\x51','\xe0','\xf3','\xda','\xc6','\xb2','\xda','\x5a','\x2c','\x6c','\x14','\xd9','\xba','\xa9','\x36','\x0c','\x9d','\x5f','\x5d','\x90','\x0c','\x98','\xd6','\x82','\x69','\x06','\x80','\x04','\xfe','\x08','\x83','\xf7','\xb8','\x13','\x79','\x35','\xf8','\xf8','\x2a','\x7f','\xd4','\xa7','\x14','\xeb','\x7d','\x05','\xc8','\x7f','\xa6','\x65','\xc3','\x24','\xd6','\xdb','\x49','\x03','\xf0','\x84','\x58','\x56','\x62','\x89','\x03','\xc0','\x85','\x2b','\xb3','\xc5','\x65','\xb5','\x39','\xa3','\x6f','\x1c','\x51','\xe4','\x89','\xf4','\x83','\x64','\x28','\xb8','\x9f','\x02','\x8f','\x4d','\xb0','\xc2','\xe6','\x5e','\x5d','\x29','\xbd','\x30','\x41','\x5e','\xd5','\x4a','\x79','\x36','\x9f','\x67','\xe7','\xb8','\xbd','\xca','\x3e','\xf7','\x2a','\x2b','\xe5','\x56','\x9c','\x5c','\x85','\xe4','\x34','\x72','\x38','\xd1','\xf1','\x13','\xbc','\x1d','\x13','\xa6','\x3f','\x55','\xbb','\x27','\x52','\xee','\x6e','\x1e','\xe0','\x3e','\x3d','\xfa','\x86','\x0c','\xc4','\x32','\x70','\xc6','\x46','\x16','\x96','\xb5','\x55','\x01','\x2a','\xce','\x7c','\x80','\x9f','\xc2','\xd6','\x8f','\x11','\x8e','\x16','\x70','\x75','\xa5','\x78','\x9b','\x8d','\xad','\xb1','\x89','\x2a','\x3b','\x22','\x31','\x6c','\xe6','\xe2','\xb5','\x9c','\x4f','\xf2','\x15','\xaa','\xe9','\xc6','\x70','\xc8','\xb0','\x2d','\x75','\x99','\xd8','\xa5','\xbf','\x17','\xb9','\xa3','\x28','\x95','\x22','\x54','\x4a','\xd1','\xe0','\x63','\x3e','\x58','\x91','\xd0','\x0a','\x64','\x90','\xd4','\x56','\x9e','\xe9','\x79','\xda','\x1a','\xa5','\x57','\xcb','\xa9','\x95','\x49','\x89','\x56','\xa3','\x69','\x29','\x96','\xcc','\xc8','\xd0','\x27','\xde','\x69','\x16','\x0e','\x91','\x72','\x12','\x1b','\x0a','\x56','\x3a','\x54','\x33','\x2a','\xa3','\x65','\x46','\xad','\x15','\xba','\xc6','\xe8','\x05','\x96','\x2a','\xb2','\xfd','\x87','\x18','\x1d','\xcf','\x51','\x39','\xc7','\x94','\x07','\x99','\xba','\x9f','\xe9','\xfb','\x55','\xfb','\xfe','\x32','\x4a','\xe8','\x28','\x0e','\x9f','\x65','\x47','\x5e','\x8b','\xcc','\x20','\xe5','\x8c','\xc0','\x5e','\x60','\x88','\xcd','\x11','\x39','\x48','\xd2','\x9a','\x9f','\x66','\xe4','\x18','\x23','\xe3','\x8c','\x94','\x18','\x71','\xc0','\xb5','\xeb','\xd3','\x20','\xed','\x3e','\x55','\xa0','\xab','\x07','\xe3','\x6c','\x80','\x59','\x11','\xe5','\x8a','\x48','\x2b','\xda','\xac','\x68','\xb0','\x62','\x8e','\x5b','\xbe','\x18','\x0f','\x9a','\x31','\x60','\x83','\x18','\xdf','\x77','\x78','\x3c','\xf5','\x93','\x47','\x52','\xaf','\x16','\xb2','\xaf','\x2a','\xef','\xe5','\x0b','\x2f','\xb0','\x47','\x72','\xec','\xec','\x61','\x56','\x62','\xec','\xd2','\xd1','\xf7','\x30','\x35','\x81','\x5a','\x8f','\x74','\x21','\xbe','\x80','\xef','\xdd','\x24','\xdb','\xf8','\x5e','\x61','\x24','\xe3','\x25','\x90','\x71','\x60','\xd1','\x18','\xbf','\x61','\x34','\x1b','\xa2','\x7e','\x1c','\xea','\xd0','\xc9','\x3b','\x74','\xe8','\x40','\x4f','\x6a','\xc4','\x26','\x23','\xa0','\x27','\xb5','\xec','\x92','\x99','\x5b','\xca','\x91','\x74','\x74','\x62','\x88','\x07','\x72','\xc6','\xfd','\x8a','\x31','\x98','\x2b','\x06','\xaf','\x06','\x73','\xaf','\xe2','\xd2','\x0b','\x98','\xbc','\x80','\x4b','\xaf','\xe2','\xf9','\xbc','\x7f','\x2e','\x8f','\xcf','\xbd','\x0a','\xe3','\x52','\x1e','\x3b','\x79','\x7e','\xc5','\x30','\x37','\x71','\x03','\xf6','\x90','\x93','\xfb','\x77','\x22','\x27','\xed','\x08','\x75','\xd3','\xaf','\xbf','\x48','\xbf','\x40','\xe8','\x7e','\x02','\x31','\x4b','\x41','\x88','\xc5','\xfd','\x73','\x42','\x5f','\x77','\x06','\xeb','\xcd','\x3c','\x7d','\x67','\x9c','\xce','\xea','\x14','\xd6','\x0b','\xa8','\xa7','\x64','\xed','\xe0','\x43','\x1e','\x56','\xd4','\x33','\x37','\x3d','\xe5','\x44','\x9d','\x5b','\xe6','\x2f','\x20','\xaf','\x64','\xbd','\xf7','\x6d','\x54','\xfe','\x41','\xf4','\xc2','\x5f','\x05','\x6f','\x27','\x5e','\x90','\xe3','\x93','\x4c','\xe2','\x8e','\x34','\xbe','\x07','\x1f','\x75','\xa7','\x2e','\xb3','\xc7','\xa1','\x20','\x3f','\x65','\xbd','\xf9','\x6d','\xb4','\xf6','\x6d','\x38','\xd4','\x9d','\xd7','\x5e','\x88','\xe1','\x49','\x39','\x9e','\x54','\xa4','\xb0','\x97','\x7b','\x57','\x7d','\x27','\x5c','\x57','\xd3','\x00','\x17','\xdf','\xfd','\xd3','\x47','\xaa','\x0f','\xb6','\x67','\x7f','\x74','\xaf','\x6f','\x4b','\x4e','\xa3','\x04','\x25','\xe9','\xd4','\x71','\x9a','\xb2','\x19','\xb5','\x79','\x4c','\xfe','\xf5','\xc0','\x16','\xb2','\x08','\x98','\x52','\x8b','\xd6','\x69','\xe1','\xef','\x69','\xe1','\x75','\x7a','\xfa','\x75','\x5a','\xbf','\x5c','\xa7','\x97','\xeb','\x80','\x6d','\x4b','\xd5','\xf7','\xef','\xf8','\x0f','\x61','\x1a','\x23','\xe9','\xaa','\x2e','\x29','\x8c','\xef','\x2c','\x70','\xb1','\xa1','\xa0','\x1f','\xe9','\xd2','\x42','\xa2','\x51','\x95','\x3c','\xa6','\xf8','\x79','\x4a','\xf2','\x84','\x8c','\x72','\x2f','\x02','\x03','\xfd','\x48','\x15','\x0f','\x74','\xf7','\xac','\x7e','\x3f','\xa1','\xcb','\x03','\xac','\xf3','\x7d','\x99','\x28','\x74','\x80','\x5f','\x14','\x8f','\xd0','\xab','\xad','\x42','\xc1','\x2d','\x30','\xf7','\xf4','\x59','\xbf','\xfe','\xda','\xfc','\x10','\xf8','\x07','\x0c','\x80','\xa3','\x67','\x0d','\xba','\xe1','\xa6','\x7e','\xc7','\xde','\x7f','\x97','\x5e','\x36','\x12','\xf9','\x79','\x19','\xab','\x72','\x8c','\xca','\x32','\x79','\xd2','\xfa','\xe0','\xc9','\xe3','\xf8','\xc9','\x47','\x2a','\x4f','\x26','\x8c','\x27','\x89','\xf1','\x24','\x9d','\x7f','\xf2','\xf0','\xf1','\x27','\x6f','\xa0','\x27','\x85','\xb7','\xff','\x24','\x65','\x4f','\x1e','\x36','\x9e','\xbc','\xee','\x5a','\x92','\x7d','\x02','\xbb','\x3a','\x48','\x46','\x6a','\xc8','\x18','\x06','\x39','\xa0','\x4e','\xaa','\x59','\x5c','\x4a','\x16','\xe2','\x8f','\x44','\x8a','\xe3','\x3a','\x42','\x20','\x36','\xdd','\x81','\xa8','\x45','\x45','\xe5','\x74','\x60','\xe1','\xfb','\xa9','\x85','\x2b','\xd9','\x85','\x17','\x57','\x83','\x5a','\x2f','\x59','\x1d','\xca','\xc4','\xf3','\x9d','\xa0','\x28','\xf9','\x96','\x25','\x9b','\xb1','\x84','\x39','\x49','\xcc','\x6c','\xdd','\x4c','\x2d','\xcf','\xd7','\xc7','\xb8','\xdf','\x7c','\xc6','\xc6','\x67','\xae','\x16','\xcc','\x09','\x66','\x1e','\x3f','\x3c','\x7f','\xc6','\x37','\x7f','\x85','\x99','\xdf','\x60','\x67','\x3e','\xc7','\xcc','\xa3','\x39','\x33','\x13','\xcc','\x33','\x66','\x0a','\xcc','\x1f','\x12','\xd0','\x2d','\xd4','\xe1','\x4b','\x51','\x49','\x8c','\x12','\xd1','\x3e','\x80','\x8e','\xe3','\xe8','\x23','\x95','\xc9','\x17','\x8d','\x51','\x62','\x8c','\xd2','\xf9','\xfc','\xe1','\xe3','\xb9','\xc7','\x51','\x0e','\xd3','\x68','\xd2','\x8b','\x11','\x7a','\x5f','\x9d','\xf9','\x87','\x8d','\xca','\xb4','\xab','\x57','\xb7','\x79','\x89','\x85','\x6e','\xce','\x79','\xa4','\x79','\x5a','\x5b','\x8d','\x29','\x05','\x49','\x66','\x23','\x8e','\x3a','\xe2','\x14','\xad','\x20','\x98','\x41','\xe4','\x06','\xaa','\x34','\x98','\x91','\xdc','\x9a','\x21','\x9a','\x4f','\x67','\x8d','\xc3','\xb3','\x86','\xd9','\x34','\x6a','\x4d','\x23','\xe2','\x98','\x92','\x16','\x84','\x49','\xc8','\x4e','\xea','\x06','\x19','\xfa','\x75','\x64','\xdd','\xb6','\xa7','\x25','\x65','\x3a','\x2a','\x4f','\xc7','\x88','\x75','\xed','\x83','\xe9','\x61','\x3c','\xfd','\x09','\x36','\x1d','\x67','\x56','\x8d','\x4d','\x13','\x6d','\x7a','\x7f','\x66','\x7a','\xd4','\xb6','\xd6','\xa8','\x31','\xe9','\x45','\x8a','\xf4','\xd7','\x4f','\xd1','\x5f','\xff','\x55','\xf6','\xcf','\xfe','\x89','\x71','\x6b','\xd5','\x75','\xd7','\x2a','\x91','\x9a','\x96','\x74','\x86','\xf9','\x2a','\x2b','\x70','\xa7','\x7c','\x06','\xb6','\x68','\xc1','\x05','\xed','\x94','\x29','\x02','\x45','\xb4','\x37','\xed','\xc8','\x94','\x1d','\x9d','\xb2','\xd1','\x54','\x3d','\x66','\x79','\xb1','\x29','\x5b','\x16','\xe1','\x3c','\x9b','\xaa','\x6f','\x59','\x5e','\x65','\x4a','\xf0','\x0c','\x82','\xd5','\x0a','\x21','\x69','\xaa','\xc1','\x4f','\x4f','\x3a','\x7e','\xc2','\x4f','\x58','\xb6','\x60','\x02','\x6b','\x31','\xc3','\x9d','\x31','\x1a','\x17','\xad','\x20','\x21','\xc4','\x8e','\xe9','\xd9','\x66','\xe1','\x39','\xff','\xf4','\x2c','\xa9','\xcf','\x12','\xfa','\x9c','\x47','\x9b','\xa4','\x63','\x97','\xbc','\x94','\x43','\x52','\x82','\xf5','\x84','\x26','\x3d','\xbe','\x4a','\xf5','\xea','\x56','\x21','\xc3','\x4c','\x58','\xfd','\xe1','\xbf','\x7d','\xc8','\x87','\x29','\x3c','\x49','\x48','\x35','\x6c','\xde','\xf5','\xba','\xdd','\xf6','\xdb','\x4f','\xbb','\x7a','\xbe','\x02','\xef','\x97','\x40','\x69','\x32','\xe2','\x13','\xcd','\xe6','\x37','\xdb','\xc0','\x4a','\x0b','\x88','\x85','\x59','\x83','\x80','\xc2','\x9d','\x3b','\xcc','\xdc','\x03','\x87','\x9b','\x07','\xfe','\xa3','\xff','\xd9','\x3f','\x23','\xe3','\x13','\x64','\xfc','\x88','\x37','\x6b','\x92','\x92','\x49','\x1c','\x93','\x90','\xc7','\x3d','\xe0','\x65','\xa9','\x91','\x81','\x6e','\x2b','\x29','\x00','\xbb','\x6f','\xa0','\xe0','\x4e','\x18','\xfd','\x62','\xee','\x98','\xa6','\xea','\x38','\xb3','\x8c','\xb3','\xff','\xd3','\x9d','\x6c','\xd3','\xcc','\x3a','\xe6','\x2f','\x3a','\xe6','\x33','\x97','\xee','\x3c','\x4e','\xcc','\x2a','\x31','\xa3','\xc4','\xc4','\xc9','\x3b','\x31','\x60','\xb2','\xc7','\x32','\x4a','\x28','\xdc','\xb9','\x41','\xe9','\xb0','\xde','\xb4','\x03','\x6f','\xc3','\x7f','\x54','\x66','\x6b','\x50','\xf7','\xc9','\x09','\x8b','\x69','\x5b','\xe0','\x27','\xf0','\x30','\x16','\x20','\x10','\x8c','\x46','\x5d','\x1e','\x83','\xbf','\x1f','\x04','\x95','\x6d','\x16','\x33','\x54','\x10','\x85','\x6a','\x45','\xb5','\x89','\x50','\x4f','\xab','\x65','\x09','\xbf','\x73','\x73','\x53','\x76','\x6e','\x6a','\x29','\x16','\x78','\xb1','\x37','\xed','\x7d','\x53','\x4b','\xfb','\x2d','\x6f','\x6b','\xca','\x16','\x17','\xa8','\xc6','\xac','\xa0','\x60','\x00','\x2d','\xd5','\x9e','\xfe','\xde','\x08','\xa9','\xa5','\xfc','\x60','\xc0','\x69','\x70','\x8b','\x78','\x7e','\xc4','\x69','\x2c','\x38','\x8d','\x29','\xa7','\x91','\xf5','\xfc','\x5f','\x06','\xd1','\x1c','\x7c','\xdf','\x95','\x3b','\xfb','\xaa','\x78','\x1f','\xe4','\x4b','\x71','\xea','\xca','\x9d','\x6c','\x15','\xbf','\x57','\xc5','\xcf','\x57','\x71','\x96','\x8f','\x61','\x1d','\xe5','\xfe','\xce','\xf1','\x14','\xf4','\xe7','\x0a','\x1d','\x70','\x0b','\x65','\x5c','\xd1','\x02','\x0c','\xcd','\x50','\xa2','\x23','\x32','\xec','\x8a','\xaa','\x75','\x14','\xc0','\xc1','\xf8','\xf2','\x18','\xea','\x80','\x07','\xed','\xbb','\x75','\xc0','\xbb','\x3a','\x86','\x8e','\x1c','\xf9','\x4f','\xdf','\x8c','\xb4','\xca','\x17','\xed','\xfc','\x51','\x7b','\x02','\x0a','\x16','\x2f','\xee','\x3b','\xe0','\x28','\x82','\x5e','\x78','\xee','\x75','\xa7','\x04','\xd3','\xc5','\xf9','\x7c','\xca','\xf9','\xda','\x15','\x6f','\xf6','\x75','\x67','\xf6','\x75','\xbb','\xb4','\x7a','\xa1','\x14','\xb9','\xe0','\x44','\xaa','\x44','\xf0','\xa2','\xa3','\x11','\x59','\x3f','\xfa','\x1a','\x13','\x1d','\x0e','\xa2','\xcd','\x9e','\xa2','\x22','\x43','\xeb','\x2a','\x5a','\xd2','\x23','\x8a','\x4d','\x96','\x74','\x7f','\x5d','\x25','\x45','\x45','\xfc','\x8a','\x88','\xae','\x9b','\x5a','\xc7','\x76','\xea','\x4d','\x20','\x55','\xd7','\x69','\x85','\xc9','\xfc','\x8e','\x73','\xa0','\x0e','\x1b','\xb3','\x91','\xd5','\x46','\xa7','\x96','\xd0','\x13','\x4b','\xa8','\xd2','\x26','\xba','\xec','\x5b','\xf0','\x08','\x94','\xc5','\x68','\x1a','\xb0','\x4f','\xaa','\x08','\xba','\x65','\x83','\x44','\x5a','\xfb','\x91','\xbb','\x7d','\x1c','\x03','\xe6','\xde','\xfd','\xa8','\x71','\x7f','\x26','\xb8','\x1f','\xa1','\x5f','\x3d','\x45','\xac','\x1f','\xf9','\xcf','\x36','\x08','\xd8','\x0d','\xef','\x59','\x17','\x7d','\xd9','\x25','\xa0','\x8f','\x06','\x27','\xe4','\xaa','\x10','\x44','\x6b','\x18','\xc1','\x1e','\xfa','\x68','\xfc','\x86','\x60','\xcf','\x05','\x39','\xc3','\xc8','\x19','\x7a','\x6e','\xc6','\xc9','\x9d','\xf1','\x73','\x26','\xe9','\xd8','\x19','\x6f','\xcf','\xf1','\x41','\x6e','\x67','\x3c','\x63','\x1a','\xe9','\xe5','\x65','\xbd','\x9c','\xb0','\x31','\x48','\x14','\x40','\x3a','\x21','\xc6','\x68','\x1c','\xf8','\x52','\x32','\x77','\xb6','\x89','\x50','\x14','\xa1','\xf1','\xf7','\x8b','\x35','\xb0','\x5f','\xa9','\xe5','\x7e','\x07','\xe7','\xa4','\x58','\x2e','\xca','\x37','\x72','\x59','\xbb','\x8f','\x0d','\xf3','\x9d','\x58','\xd6','\x79','\xd4','\x8f','\xd4','\x61','\xa4','\xc7','\x03','\x1b','\xf9','\xf1','\x2e','\xc2','\x14','\x7a','\xec','\xde','\x08','\x82','\xdb','\x18','\xad','\xe1','\x48','\x15','\x4c','\x1a','\xc5','\x38','\x8f','\x13','\x93','\xf8','\x93','\x12','\x1e','\x5b','\xc3','\x8d','\x32','\xc6','\xdc','\x70','\x22','\x24','\xd2','\xc7','\x31','\x10','\x46','\x11','\x7d','\xfd','\x6d','\xcc','\x17','\x33','\x3e','\x17','\x8d','\x63','\xc1','\xdf','\x6d','\x81','\x57','\x05','\xa2','\x36','\xd0','\x4e','\x04','\xa2','\x36','\x37','\x02','\x26','\x3e','\x12','\x37','\x2d','\x1c','\x60','\xc6','\x48','\xc7','\x54','\x21','\x76','\xcd','\x6f','\x1f','\xdd','\x60','\x0b','\x36','\xec','\x13','\x3d','\x7e','\xfe','\x2e','\x2d','\xff','\xd9','\x64','\xf0','\xbf','\x13','\x96','\xee','\xca','\x9d','\xbb','\x1d','\xed','\x48','\x0a','\x8b','\x15','\x60','\x39','\x82','\xad','\x21','\x64','\xdc','\x06','\xd9','\xac','\x96','\x70','\xfc','\x3b','\x03','\x1e','\x77','\x17','\x2d','\xdf','\x9a','\x71','\xcc','\x9e','\x59','\x9e','\x89','\x15','\x13','\xa7','\xe7','\xad','\xb6','\x89','\x99','\x89','\xcd','\x33','\x41','\x60','\x46','\x6c','\x93','\xbb','\x5d','\x19','\xcf','\xa4','\x74','\xfe','\x3c','\x9d','\xba','\xd2','\x36','\x68','\x37','\x68','\xce','\x40','\x6f','\x88','\x02','\x9b','\x85','\x2c','\xbe','\x75','\x13','\x66','\x0e','\xf8','\xf8','\x6c','\x1a','\x1b','\x39','\x0c','\xfa','\xb0','\x10','\x5f','\x40','\xa3','\x3e','\x95','\x33','\x1e','\x94','\xbc','\x36','\x01','\x91','\xb2','\x95','\x69','\x57','\x7a','\xfd','\x19','\x99','\x76','\x41','\xec','\xf1','\xbb','\xf9','\xba','\x0b','\x2d','\x71','\x0b','\xb9','\xc0','\xdb','\xc9','\x5f','\xe9','\x8c','\xbb','\xa6','\x09','\x22','\x4b','\xb1','\x73','\x8e','\x0c','\x2a','\x53','\x8a','\x73','\x92','\x35','\x5e','\x14','\xf9','\x5f','\x59','\xb2','\x13','\x42','\x6f','\x4b','\x96','\xc6','\xbf','\xa9','\x79','\xe5','\x2a','\xcd','\x4b','\x74','\x42','\x62','\x31','\xc9','\xbc','\xdf','\x0a','\x06','\x17','\x6c','\x7f','\x0d','\xcd','\x35','\x48','\x29','\xe9','\x93','\x63','\xa4','\xd4','\x24','\xf3','\x84','\x9c','\xbb','\xe4','\xcd','\x36','\x61','\x5c','\x22','\xc4','\x49','\x7a','\x61','\xba','\x75','\x17','\x0f','\xa7','\xf0','\x67','\x54','\x54','\x29','\xa0','\xe9','\x8a','\xc6','\xe3','\x32','\xbe','\x65','\x98','\xdd','\x62','\x8d','\x0b','\x55','\xbf','\x61','\xc4','\xee','\xf4','\xa1','\xf5','\x7a','\xc8','\x3d','\xe1','\x47','\xf5','\xb8','\xa3','\x27','\x82','\x7e','\xee','\x68','\x01','\xf9','\xe8','\x56','\x4e','\x71','\x2f','\x75','\xb3','\x37','\x9f','\x43','\x1f','\x3e','\x5c','\x59','\x13','\x39','\x8d','\x93','\x94','\x1b','\x38','\x63','\x42','\x3f','\x14','\xa2','\xc5','\xac','\x8d','\x26','\x3a','\xa9','\x7e','\x7e','\x95','\x33','\x7b','\x5e','\xf7','\x9d','\x38','\x73','\x68','\x73','\x93','\x96','\x90','\x94','\x08','\xae','\x78','\xa2','\x84','\x99','\x13','\x9d','\x68','\x90','\xc4','\xb7','\xf8','\xa6','\x90','\xf1','\x91','\x09','\xce','\x94','\x75','\xd1','\x03','\x59','\x39','\x61','\x56','\x1c','\xc6','\x92','\x64','\x5b','\xd5','\x18','\x92','\xe2','\x48','\x1a','\x03','\x59','\x87','\x35','\x22','\xfe','\x9c','\x49','\x92','\xc0','\x51','\x8b','\x7a','\x39','\xf7','\x2c','\x2d','\x87','\xa0','\x4f','\x76','\x0f','\x52','\x23','\xe5','\xf8','\xee','\xe3','\xa0','\x88','\xab','\xae','\xda','\xda','\x9b','\xa2','\xa6','\x0e','\x56','\x63','\x6f','\x04','\x1a','\x7f','\xec','\xb3','\xce','\xd3','\x35','\xdc','\xb1','\x46','\x82','\x7d','\x40','\x34','\x87','\x78','\x72','\xba','\xa2','\x50','\x5d','\xe5','\x4b','\x2b','\x13','\x9e','\x20','\xc1','\x97','\x7c','\xe8','\xe4','\xcb','\x11','\x79','\x3f','\xb8','\xdc','\xca','\x14','\xd5','\xde','\xa3','\x93','\x11','\x5a','\x8d','\x28','\x52','\x76','\xd9','\x6a','\xf3','\xd0','\xe9','\xea','\x28','\x6a','\x3d','\xa6','\xeb','\x79','\xa8','\xbf','\x5f','\x1d','\x4d','\xad','\x94','\x53','\x74','\x32','\x9a','\xae','\x76','\xe3','\xa6','\x6d','\x32','\xd8','\x8e','\x33','\xd6','\x63','\x85','\x85','\x0e','\x9d','\xb0','\x4e','\x17','\xc2','\xcb','\xb1','\x60','\x00','\x23','\x5f','\x85','\x9d','\x1b','\x0d','\xf1','\xad','\xaf','\x85','\x8c','\x42','\xc4','\x4e','\x27','\x50','\x62','\x0b','\xdd','\xa5','\x47','\x8f','\x84','\x8e','\x3c','\x77','\x6c','\x14','\x17','\xa0','\xa1','\xdb','\xdb','\x07','\x38','\xc2','\x3d','\x1e','\xd8','\x2e','\x99','\x8c','\xe0','\x5b','\x3e','\x0e','\x47','\x88','\x09','\xaa','\xb1','\x84','\xc8','\xab','\x53','\xa2','\x33','\x62','\x9c','\xa2','\xec','\xa2','\x92','\x06','\x11','\xdb','\x49','\xbe','\x67','\x85','\x59','\x17','\x7c','\xb9','\x47','\x9d','\x31','\xa9','\xd2','\x17','\x28','\x60','\x26','\xd7','\x12','\x7c','\x47','\xdb','\x2f','\xe1','\x10','\xf8','\xd5','\x59','\xc7','\xa2','\x18','\xf4','\xa2','\x3e','\xc2','\x61','\xf0','\x22','\xfa','\x0c','\xf1','\x04','\x90','\x81','\x60','\x89','\xaf','\x5d','\x22','\xa8','\x81','\x19','\xfd','\x63','\x84','\x1a','\x8a','\xbc','\x46','\xe4','\x35','\xac','\xb8','\x93','\xcc','\x9d','\x84','\x14','\x13','\x9f','\x60','\x96','\x0b','\x60','\x9a','\x53','\xc6','\xfe','\x79','\x63','\xe8','\x94','\xf1','\xd0','\x29','\x83','\x9d','\x32','\x0e','\x9e','\x32','\xad','\xc7','\x83','\x27','\xe6','\xcc','\xa5','\x53','\xe6','\xbe','\x53','\x66','\xb0','\x6e','\xca','\xa7','\xc0','\x7e','\x77','\xce','\xfc','\x3f','\x9e','\x32','\x9f','\x3d','\xd5','\x98','\x3d','\xd5','\x38','\x5b','\x6c','\xdc','\xff','\x7f','\x7e','\x71','\xe0','\x3d','\xa7','\xbd','\x46','\x8c','\xda','\x9c','\x4e','\xa9','\xe8','\x24','\x02','\xf6','\x51','\x6e','\xd3','\x44','\x37','\x89','\x31','\x43','\xd9','\x59','\x25','\x3d','\xa3','\x05','\xe6','\x24','\x9e','\xae','\xee','\xe0','\x29','\xe5','\xf6','\xdc','\xa4','\x6a','\xbe','\x40','\x8d','\x32','\x31','\xd6','\x12','\x53','\x55','\x3c','\x2d','\x61','\x23','\x03','\xe7','\x2a','\xa6','\xa0','\x78','\x1a','\x28','\xa0','\xb1','\xe6','\x43','\xbc','\x61','\x6d','\xd1','\xd3','\x8c','\xd6','\xd9','\xd1','\xcc','\x56','\x81','\xb2','\xd3','\x94','\xd5','\x33','\x5b','\x9d','\xba','\x27','\xa8','\x27','\x8a','\x2e','\x9e','\x27','\x1c','\x5a','\x77','\x86','\x06','\x09','\x1d','\x49','\x03','\xf6','\x80','\x40','\x7c','\x11','\x9b','\x5c','\x8e','\xe7','\x29','\x7e','\x88','\xe1','\x6a','\x11','\x2a','\xce','\x36','\x77','\x06','\xde','\x4e','\x2d','\x3f','\x52','\xc8','\xb4','\x0a','\x3f','\x97','\x9f','\x5f','\xd9','\xe6','\xe7','\x1f','\x1d','\xd9','\xd0','\x5e','\x7a','\x31','\x9f','\x72','\xf2','\xa9','\xa5','\x7c','\x64','\x19','\x74','\xbb','\x24','\x5d','\x93','\xf4','\x3c','\x1e','\xcb','\x5b','\x41','\x3e','\xa6','\xe4','\x65','\x9a','\x7f','\xc8','\xd1','\x46','\x93','\xf9','\x35','\x9c','\xd7','\xda','\x7c','\x75','\x02','\xc3','\x60','\xa3','\x84','\x96','\x65','\xf6','\xd4','\xe0','\x56','\xcd','\x30','\xd0','\xb6','\x1c','\x24','\x9f','\x89','\x06','\xbb','\xb8','\xc5','\x7c','\x58','\xdd','\xa1','\x76','\xcc','\x5f','\x5c','\xb5','\x77','\x58','\xd8','\xb7','\x1b','\xb1','\x73','\x1d','\x30','\x4a','\xb7','\xdb','\x22','\x44','\xcf','\xf3','\x65','\xe1','\x43','\x3b','\xbe','\x6a','\xff','\x56','\x2f','\x64','\xb8','\x1b','\xd1','\x2a','\xac','\xd7','\x3a','\x11','\x82','\xf4','\x88','\x50','\x59','\x32','\x42','\xd4','\x84','\xc0','\x70','\x58','\x3c','\x48','\x31','\x84','\xde','\x0d','\x38','\x33','\x05','\xd1','\xed','\x51','\xc1','\x02','\x30','\xd0','\xba','\x87','\x92','\xdd','\xae','\xd5','\x0c','\x45','\xd6','\xd1','\x89','\x8b','\x28','\x5b','\x9b','\x4c','\x39','\xd6','\xe5','\xa5','\x72','\x6a','\x19','\x7a','\x5b','\x46','\x44','\x9f','\x0b','\x23','\x1d','\xe3','\xeb','\xb6','\x18','\x58','\x62','\x6c','\xec','\x3e','\x58','\x3f','\x5f','\x93','\xc8','\x9a','\x72','\x67','\xba','\x0a','\x75','\x1c','\x75','\x5d','\x9c','\xb1','\x1a','\x61','\x77','\x04','\xb5','\xc8','\xc5','\x77','\xf2','\xd2','\x3b','\xc7','\x10','\xd4','\x04','\x77','\x54','\x3c','\xc3','\xa7','\x42','\x4f','\x13','\xb2','\x1b','\xc0','\x59','\x04','\x20','\x49','\xab','\x4e','\xcb','\x99','\x76','\xb9','\x47','\x4e','\x10','\x8e','\x11','\x2a','\xeb','\x18','\x3a','\x6e','\x0c','\x6c','\x19','\x98','\x3f','\x1a','\x3d','\x0e','\xb4','\xd0','\xc4','\x53','\x19','\x08','\x85','\x2b','\xa3','\x94','\x87','\x48','\xb5','\xb0','\x90','\xba','\x16','\x6c','\x5c','\x47','\xba','\x14','\xb8','\xe2','\xf6','\x07','\x1e','\x86','\x90','\x79','\x20','\xd4','\x49','\xb9','\xd7','\x3a','\x0f','\x74','\xb9','\x11','\x7f','\x52','\x5b','\xcc','\x47','\xe3','\x43','\x23','\xb5','\x21','\xba','\x28','\xc9','\xfc','\x16','\xcf','\xc5','\xad','\x60','\x48','\x66','\xef','\xc7','\xa0','\xd9','\x67','\x12','\x33','\xa9','\xb0','\x25','\x41','\xd3','\x4f','\xb7','\x98','\xd2','\x05','\xdf','\xc6','\x91','\x95','\x0e','\x71','\xdd','\x7b','\xf1','\x59','\xc1','\x9a','\x1f','\xeb','\xa6','\x5b','\x2b','\x62','\x71','\x0b','\xa5','\x5e','\xc4','\xa5','\x87','\x75','\xe6','\x8e','\x20','\xfb','\x38','\x62','\x23','\x77','\x2b','\x8e','\x0a','\xe7','\xb9','\x5b','\x0d','\x84','\x1d','\x5e','\x8f','\x9b','\x23','\x75','\xa9','\x1d','\x34','\xfb','\xfa','\x6a','\x1d','\x9a','\xe7','\xe7','\x47','\xc5','\x65','\x2d','\x28','\x0b','\xc5','\xb4','\xff','\xca','\x70','\x53','\xf3','\x3b','\xa2','\x69','\x2b','\x78','\x70','\x05','\x8f','\x5c','\xf3','\xa1','\x14','\x92','\xde','\xd1','\x54','\x72','\x38','\xbd','\x58','\xa6','\x3f','\x9e','\xaa','\xbb','\x91','\xba','\x8d','\x52','\xfc','\xbc','\xec','\xad','\x22','\xb1','\x03','\x2a','\x2c','\xf4','\x8e','\xe3','\x28','\x8d','\x23','\x3e','\xb6','\xf8','\x02','\x19','\xab','\xc5','\xe2','\xe6','\x49','\x3c','\x31','\x4a','\x26','\xb2','\x50','\x8c','\x13','\x8d','\x41','\x05','\xc1','\xb9','\x9d','\x7b','\x38','\x08','\x26','\xf8','\x8e','\xac','\x32','\x93','\x02','\x78','\x0c','\x0b','\x21','\xe3','\x7e','\x9e','\xed','\x3d','\xf3','\xc6','\x31','\x6a','\xc7','\x81','\x6b','\x4e','\xc5','\x54','\x11','\x5f','\x97','\x00','\xe8','\x0c','\x64','\xba','\x25','\x95','\x02','\xe3','\xb0','\xbd','\x17','\xfe','\xa7','\xef','\xcf','\x45','\xa3','\x2e','\xa5','\x09','\xd0','\x04','\x8d','\x53','\xee','\x85','\xc2','\x72','\x5c','\xd1','\x69','\xcb','\x6e','\xf3','\xdb','\x30','\xd4','\xf0','\xee','\xaa','\x75','\x33','\x48','\x3d','\x4a','\x42','\x90','\x13','\x4a','\xd1','\x69','\x45','\x81','\x52','\x77','\x01','\x43','\x7f','\x2c','\xf4','\x4d','\x20','\x6a','\x77','\x38','\x7c','\x42','\x41','\xd8','\x88','\x93','\x0d','\x9a','\xdb','\x9a','\xb0','\x42','\x16','\x96','\x3f','\xb2','\x6d','\xb6','\x1c','\x31','\x9f','\xbb','\x7d','\x2e','\xdb','\x5b','\x4f','\xbc','\x8f','\xbd','\x01','\x8c','\xa6','\xb8','\xf3','\x20','\xc6','\x3d','\x8c','\x63','\xdf','\xbe','\xd3','\xd1','\x3d','\xd9','\xbd','\x7f','\x25','\x76','\xf2','\x42','\x1c','\x40','\x60','\xc7','\x6c','\xb0','\x59','\x9d','\xcd','\x1a','\xac','\xc9','\x63','\x91','\xc2','\x28','\xc9','\x98','\x24','\x71','\x1a','\x30','\xd3','\xa1','\x2a','\xd0','\xae','\xfe','\x2f','\x9b','\xb5','\x5a','\x85','\x0d','\xf7','\x70','\xd3','\x9d','\xd8','\xa8','\xe5','\xfe','\x26','\x60','\xab','\xa0','\xc8','\x70','\xf8','\xfe','\xfa','\x61','\x52','\xff','\xe5','\x1f','\xd7','\x7f','\xf9','\x91','\xa7','\x7f','\xe1','\x91','\xca','\x2f','\x3c','\xa2','\xf2','\xc7','\x67','\x7e','\xfc','\xf4','\x29','\x79','\xf3','\x94','\x7c','\x69','\xf1','\xb7','\x12','\xb1','\x09','\x2c','\xd9','\x0a','\x14','\x2b','\x58','\xc1','\x6a','\x33','\x45','\x37','\xe4','\x8a','\x4b','\xca','\x32','\xb1','\x13','\x81','\x07','\xff','\x81','\x90','\x5f','\xe0','\x6e','\xb2','\x0b','\xcd','\x08','\x2c','\xc6','\x58','\x5c','\xdb','\x12','\x15','\x69','\x20','\x2f','\x67','\xc2','\xff','\x71','\xa1','\xf6','\x01','\xb5','\x16','\x57','\x94','\xfe','\x05','\xa4','\x8f','\xaf','\x1b','\x9f','\x88','\x49','\xf4','\x62','\x50','\xaf','\x49','\xd4','\x91','\xe6','\x97','\x24','\xfa','\x34','\x16','\x64','\x83','\xb1','\x40','\x85','\x06','\x47','\x70','\x51','\xa9','\x42','\x5f','\x1e','\x0d','\x6e','\xea','\x34','\xd1','\xdf','\x87','\xb8','\x83','\x0f','\x64','\xd0','\x1e','\xf8','\xb7','\x57','\x83','\xd7','\xeb','\xc0','\x77','\x9a','\x02','\x32','\x23','\x92','\xad','\x0e','\x8c','\x2c','\x0f','\x4f','\xbd','\xec','\x9d','\xa8','\xcf','\x5e','\x5a','\x29','\x49','\xac','\x43','\x73','\x2a','\x24','\x5f','\x43','\x85','\xa0','\x39','\xd1','\x1f','\x27','\x4e','\xb3','\x90','\x24','\x93','\x30','\x44','\xcd','\x55','\x1c','\x34','\x42','\x1d','\xaf','\x04','\xb8','\xa1','\x4b','\x73','\x49','\x85','\x0e','\xab','\xc8','\xbb','\xb5','\x93','\x07','\xa6','\xcf','\x42','\x1e','\x98','\x58','\x5a','\x97','\x68','\x25','\x52','\x37','\x06','\xeb','\xae','\x92','\xea','\x02','\xe9','\x83','\xc5','\x29','\xb4','\x14','\x41','\x90','\x23','\x82','\x59','\x96','\xd9','\x12','\x68','\xb7','\x9d','\x52','\x98','\x3b','\xe7','\x73','\xba','\x33','\x5b','\x44','\x59','\x07','\xa3','\x14','\x00','\x85','\x3c','\x71','\x13','\xec','\x17','\xd8','\x21','\xba','\x1f','\xd3','\x74','\xd0','\x6e','\x63','\x7a','\xbe','\x86','\x4e','\x03','\x0b','\x02','\xa1','\x37','\x7c','\x60','\x41','\xf8','\x13','\x94','\xfa','\x16','\x4a','\x25','\xd0','\xdf','\xc7','\x83','\xc3','\x11','\xff','\xe7','\xe8','\xbe','\x19','\x2c','\xf2','\x9e','\x1b','\x5f','\xb0','\x8f','\xee','\xdc','\x86','\x7a','\xbb','\x4f','\x6f','\xeb','\xf9','\x19','\xdc','\x2c','\xf1','\xae','\x40','\x70','\xbf','\x6e','\x72','\x3f','\x67','\xd4','\x4e','\xfe','\x28','\x7c','\xe2','\x5a','\x60','\xad','\x61','\xc1','\x7d','\xdd','\xb5','\x1a','\xb7','\xc4','\x94','\x43','\xac','\xfa','\x1c','\xc0','\x37','\x6c','\x34','\xb5','\x8c','\x05','\xb9','\x10','\x0e','\xcd','\x12','\x8f','\x06','\x3f','\x11','\xdc','\x13','\x16','\xe7','\x65','\x5b','\x77','\xf2','\xee','\x16','\x51','\x31','\xe6','\x9f','\x47','\xbf','\x8e','\xad','\xdb','\x81','\xb1','\x86','\x43','\xb3','\xd6','\xfc','\xde','\xb8','\xf7','\x34','\xc1','\x03','\x30','\x59','\x27','\x09','\x9d','\x10','\x7d','\xc0','\x51','\x83','\x4d','\x98','\x6f','\x44','\xa1','\x3c','\x94','\x4b','\xab','\xc9','\xe1','\x53','\xf8','\xc0','\x45','\x74','\xac','\x81','\xc6','\xb9','\xc5','\xd0','\x2c','\x41','\x25','\xa2','\x3a','\xb2','\x02','\x64','\x92','\x0a','\x21','\x8a','\x47','\x82','\x1a','\x39','\x0f','\x59','\xcc','\x44','\x64','\x9d','\x9c','\xb8','\x08','\x71','\x7d','\xca','\x19','\xb8','\xbc','\x14','\xbc','\xbe','\x0c','\x73','\x6c','\xc4','\x21','\x9a','\x3f','\xcc','\xc8','\x01','\x6e','\x2b','\xe4','\xb3','\xd7','\xbc','\x71','\x91','\x9f','\x9f','\x65','\xa4','\xa4','\x79','\x4e','\x7f','\x7e','\x1e','\x0c','\x78','\xad','\xbb','\xf3','\x19','\xfe','\x70','\x60','\x49','\x0d','\xd6','\x19','\xe4','\x00','\xa3','\xe0','\x0b','\x0d','\x23','\x74','\x20','\xd3','\x3e','\x50','\xa7','\x9f','\xad','\xd3','\xf1','\x4c','\x7b','\x9c','\xd2','\x59','\x4a','\x4b','\x99','\xb6','\xd3','\x83','\xe7','\xf5','\x09','\x1e','\xa5','\x65','\x7e','\xa3','\x54','\x28','\xe1','\x8e','\x91','\x3e','\xa4','\xd4','\x82','\x6b','\x01','\xad','\xb8','\x74','\xc5','\x4d','\x69','\xde','\x31','\xe6','\x3e','\xc6','\xdc','\xa3','\x2b','\xee','\xd1','\x6b','\xde','\x79','\xe6','\x9e','\x06','\x6b','\xd4','\x43','\x51','\x00','\x3e','\x01','\x4f','\x2d','\xd1','\x53','\x45','\xda','\x2c','\xa7','\x1c','\x30','\x45','\xdc','\x17','\x50','\x68','\xe8','\x12','\xdc','\xd8','\x90','\xca','\x4f','\xe4','\x28','\xc9','\x29','\x73','\x31','\x95','\xc6','\x74','\x34','\x70','\x95','\xc8','\x9a','\x1f','\x16','\x67','\x78','\xb4','\xbc','\xc5','\x48','\xa5','\x17','\x39','\x6b','\x5e','\x41','\xbc','\xae','\x88','\xf3','\x03','\x78','\x92','\x94','\x83','\x52','\x4b','\x28','\xb5','\xcc','\xb7','\x49','\x63','\xc4','\xc9','\x69','\x7e','\x0e','\xa0','\x55','\x60','\x44','\xf3','\xe4','\x2e','\x81','\x13','\xff','\xc3','\x1d','\xc7','\x61','\xa4','\xc0','\xe6','\x00','\x97','\xd2','\xab','\xa3','\xbd','\x40','\x50','\xd9','\x47','\x65','\x64','\x43','\xed','\x1c','\xe5','\xca','\xb8','\x13','\xe7','\x4e','\x2a','\xe4','\x05','\x22','\x73','\x8f','\x7a','\x6d','\x94','\x56','\x1f','\xcb','\x66','\x2a','\x3f','\xc1','\x7d','\x3a','\x62','\xa2','\x1f','\x36','\xe5','\x22','\xa5','\xc0','\xbd','\x93','\x00','\x43','\xe4','\xdf','\x40','\xb9','\x86','\x14','\x34','\x6c','\xd6','\x30','\x98','\xcf','\x23','\xff','\xc3','\xe7','\x1b','\xb1','\x7f','\xd5','\x88','\x7d','\xb5','\x21','\x7f','\xd0','\x90','\x57','\x1a','\xa9','\x15','\x7f','\x90','\x35','\x72','\xac','\xf1','\x77','\xac','\x51','\xe9','\xe5','\x08','\x98','\x5f','\x10','\x62','\x16','\xfd','\xd7','\x8b','\x2c','\x00','\x8f','\xd9','\xf8','\xe5','\xfa','\xa3','\x94','\x7e','\x9a','\x5f','\x9d','\x20','\xe0','\x17','\xa8','\x29','\x0c','\xd6','\x60','\xcb','\x27','\xc4','\xd8','\x4f','\x40','\x92','\x92','\x36','\x0d','\x65','\x73','\x9a','\xd1','\x69','\x95','\x95','\x75','\xc3','\x02','\xea','\xb9','\x28','\x8a','\xac','\x89','\xd2','\x30','\x88','\x08','\x42','\x3d','\x3a','\x4d','\xd0','\x38','\x41','\x4d','\x22','\xee','\xdf','\x0e','\x2a','\xbd','\x7f','\xdc','\x11','\x7a','\x0b','\xeb','\x05','\x95','\x5e','\xbd','\xa0','\xff','\xfe','\xba','\x20','\xee','\xac','\x45','\x32','\xb5','\x34','\x67','\x2d','\xd3','\x29','\x1e','\x2e','\x2f','\x91','\xa9','\x4b','\xfe','\x94','\xe0','\x7b','\x81','\xdb','\x8d','\x3f','\x5e','\xf2','\x44','\xe0','\x74','\xd7','\x71','\xfa','\xfa','\xd6','\x1d','\x84','\x4a','\x80','\x2e','\x24','\xb3','\xdd','\x3a','\x2c','\x14','\xac','\x5f','\x40','\x5e','\x19','\xcd','\x96','\x69','\xa9','\xec','\x91','\x6e','\x1d','\x56','\x11','\xec','\x03','\x6a','\x19','\xe9','\x65','\x7c','\xb1','\xab','\x1f','\xd7','\x6d','\xc6','\xe7','\xbb','\xf8','\x8b','\x94','\xfe','\x88','\x7d','\xb8','\x66','\xe4','\x6d','\x3b','\x94','\x08','\x37','\x40','\x4d','\x26','\x89','\xd8','\xfb','\xbb','\x34','\x14','\xee','\x1a','\x23','\xf4','\x76','\x64','\xf9','\x46','\xb0','\xd1','\x20','\xa4','\x49','\xc8','\x06','\x21','\xb7','\xf8','\x32','\x4e','\x05','\xaa','\x60','\xb0','\x8e','\xb5','\x4d','\x7c','\xb4','\x8e','\x7f','\xeb','\x8a','\xff','\x85','\x3a','\xbe','\x5c','\xc7','\x29','\x6e','\x57','\xfc','\x94','\x18','\x64','\xc2','\xa7','\x75','\xbe','\x74','\x1e','\x87','\x8d','\x53','\xd6','\x23','\x2f','\x56','\x82','\x26','\xdc','\x17','\x54','\x71','\x00','\x4f','\x5b','\xb1','\x95','\x15','\xc0','\xaf','\x6a','\xfc','\x91','\xd9','\x2f','\x70','\xd3','\xbc','\x57','\x19','\x8c','\xf3','\xac','\x96','\xd7','\x82','\x3c','\x83','\x8e','\xd8','\xfc','\xa1','\x25','\x76','\xa8','\xc8','\x4a','\xe5','\x48','\xb3','\x1c','\x71','\xca','\x00','\x7f','\x56','\xd2','\xb0','\xee','\x63','\x36','\x50','\x53','\x03','\xb7','\x14','\xb9','\xe6','\xf7','\x96','\xcd','\x58','\xc4','\x49','\xf0','\xfb','\x77','\xc1','\x4e','\xf3','\xf9','\xb0','\x6a','\x37','\x7b','\xf2','\x0d','\x77','\x59','\xe4','\x02','\x4a','\xae','\xd9','\x5e','\x07','\xb5','\x25','\xac','\x09','\xdb','\x01','\xdf','\xcb','\xc8','\x88','\x4d','\x4e','\x40','\x87','\xed','\x81','\x97','\x96','\xd3','\xff','\xeb','\xd2','\xb1','\xd7','\x17','\xc7','\x53','\xb5','\xd9','\x6c','\xad','\x94','\xad','\x3a','\x23','\x55','\x72','\xa2','\x0a','\xf3','\x8d','\x1f','\x24','\x09','\x77','\x44','\xbf','\x9f','\x09','\x88','\xd0','\x05','\x14','\x12','\x56','\xa0','\x9d','\xe1','\x40','\xbf','\x97','\xbb','\x67','\x69','\xbe','\xd3','\x3f','\x28','\x21','\x65','\x1a','\x6b','\x3f','\x0d','\x0e','\xc6','\xf4','\x13','\x32','\x5b','\x58','\x66','\x22','\xf2','\xd8','\x42','\x99','\xb6','\xd6','\xee','\xab','\x73','\xf5','\xba','\x62','\xa7','\x90','\x88','\xca','\x2b','\x71','\xa4','\x85','\x7e','\x6f','\x78','\x5f','\x7c','\x8e','\xdb','\x1f','\xd6','\xce','\x5d','\x0b','\x1e','\x65','\xe8','\xd3','\xb0','\x01','\x84','\x89','\x71','\x57','\x64','\xc5','\x9b','\x07','\x8e','\xf8','\x07','\x56','\xdc','\xcf','\xae','\xb8','\xe3','\x0c','\x6c','\xd6','\x70','\x4b','\x86','\xeb','\xe8','\x2e','\x71','\x5d','\x62','\x37','\x80','\xb3','\x05','\x6d','\xf3','\xce','\xc9','\x12','\xfe','\x26','\x8f','\x43','\xab','\x38','\x1f','\xc5','\x13','\x18','\xe8','\xed','\xf7','\xc9','\x73','\xca','\x32','\x0d','\x5c','\x34','\xe7','\xa2','\xd2','\x2d','\xa8','\x45','\xf2','\x7d','\x79','\x9e','\x92','\x73','\x75','\x32','\xbb','\x49','\x4a','\xdc','\x28','\x71','\xba','\x44','\x6d','\xc2','\xef','\x15','\x54','\x15','\xb4','\x12','\x07','\xbf','\xce','\x95','\x28','\x78','\xbc','\xbb','\xa4','\xc9','\xef','\x85','\xef','\xed','\xe9','\xac','\xed','\xca','\xdb','\xdc','\x5b','\x76','\x6d','\xc7','\x6e','\x78','\xf7','\x56','\x78','\x77','\xbf','\x67','\xe8','\x51','\x17','\xad','\xc5','\xb1','\x68','\x7c','\x62','\xa4','\x36','\x41','\xd7','\x27','\xc8','\x86','\x90','\x34','\xce','\xf1','\x37','\x25','\x10','\xfb','\x40','\x61','\x26','\x61','\xc5','\x9e','\x0b','\x1d','\xfa','\xcf','\x3b','\x8f','\xd3','\x85','\xbb','\xd0','\x78','\x00','\xca','\x80','\x89','\x18','\xe2','\xf1','\xce','\x44','\x0c','\x15','\x63','\x08','\x3e','\x67','\x8c','\xaf','\x2d','\xa0','\x70','\x7a','\xf7','\xfd','\x2e','\xf3','\xa0','\x23','\xe3','\x1c','\x68','\xcf','\x53','\xa8','\x07','\xd8','\xa3','\x81','\xfb','\x04','\x45','\x2f','\x52','\x28','\x1f','\xa4','\x68','\x9d','\xdb','\xd1','\xa0','\x7e','\x94','\xd6','\xbf','\x40','\xeb','\x97','\x83','\x7a','\x58','\x0e','\x4c','\x85','\x83','\x54','\x7d','\xc8','\xa7','\xa9','\x16','\x4d','\x21','\x11','\xbf','\x0b','\xff','\x67','\x10','\xfc','\x9f','\x5a','\xb7','\x6f','\x3d','\x56','\x0e','\x36','\xca','\x7d','\xbb','\xf3','\xf6','\xfc','\xf9','\xb1','\x1a','\x59','\x2f','\x48','\x8b','\x6c','\xe0','\x82','\xce','\x03','\xe7','\x55','\xa7','\x95','\xd9','\x9a','\x4f','\x02','\x42','\x87','\x48','\x31','\xd5','\xba','\xa8','\x22','\x0c','\x16','\x59','\x54','\x82','\xa6','\x82','\x44','\x57','\x36','\xb0','\xd4','\x7c','\x33','\x89','\x46','\x6b','\x68','\x12','\x20','\x34','\x56','\x35','\x14','\x77','\x46','\x93','\x51','\xd5','\xaa','\x29','\xe5','\x18','\x2d','\xc7','\x48','\x39','\x36','\x57','\xd6','\x1a','\x56','\x1a','\x97','\x15','\x40','\x5b','\x40','\x8c','\x02','\xfc','\x51','\x90','\x35','\x0a','\xba','\xec','\x2e','\x52','\xda','\xb5','\xea','\x2e','\x88','\xa4','\x50','\x9f','\x4f','\x06','\x31','\x06','\x9b','\x14','\xe3','\x32','\xed','\x59','\xc3','\x02','\x92','\x07','\xb4','\x7d','\x1c','\x09','\x72','\xce','\xc1','\x5a','\xb8','\x1b','\x26','\x24','\x42','\xac','\xa5','\x39','\x88','\xa9','\x0c','\xf1','\x9e','\x65','\x91','\xac','\xa3','\x64','\x92','\x7f','\xce','\x90','\x77','\x97','\x76','\xd8','\x77','\x2d','\x31','\x90','\x64','\xc5','\xaa','\xa5','\x45','\x8e','\x4e','\x89','\xd8','\x63','\xc1','\x1b','\x41','\xe7','\xf3','\x20','\xd7','\xb2','\x9b','\xf0','\xb7','\x9d','\x71','\xa7','\xbf','\x72','\x52','\x0b','\xf8','\x98','\x9f','\xbd','\x9e','\x59','\xe2','\x11','\x38','\x97','\x78','\xa4','\x19','\x80','\x3b','\xdd','\xd9','\x2f','\x84','\x5a','\x71','\x13','\x78','\x1d','\xdb','\x50','\x9b','\x2a','\xc8','\xe8','\x9d','\x44','\x3c','\x96','\x3e','\x9f','\x60','\xe8','\x88','\x8e','\x1a','\x76','\x3c','\xe1','\x9e','\x7f','\xd8','\x40','\x66','\x21','\x52','\xcb','\x24','\x12','\x89','\xca','\x1c','\x78','\xd1','\xfd','\xd7','\xab','\xd3','\x32','\x13','\xac','\x4f','\xa3','\x27','\xe0','\x32','\xdd','\x3b','\x3a','\x0e','\x07','\x82','\x07','\xb8','\x95','\x10','\xb8','\x41','\xc9','\x3e','\x36','\xa9','\xf9','\xf9','\xc1','\xd8','\x90','\x5c','\x1b','\x92','\x97','\x60','\xdd','\xb6','\x82','\xb8','\xc2','\x3e','\x22','\xac','\x1c','\x63','\x93','\x1d','\x4d','\x1c','\x71','\xd1','\x4d','\xa4','\x98','\x1d','\x30','\x58','\x46','\x6a','\xf7','\x40','\x5f','\xe1','\x63','\x1f','\x5f','\x93','\x2b','\xf8','\xde','\x81','\x9f','\x73','\xe4','\x45','\x57','\x6b','\xba','\x45','\xe2','\xd6','\xf8','\xe2','\xd8','\xf4','\xad','\x77','\x00','\x29','\x5e','\x74','\xdc','\xb1','\x77','\xdc','\x09','\x1e','\xc2','\x38','\xee','\x11','\x81','\x1d','\xc7','\xcd','\x46','\x40','\x1a','\xe7','\xad','\x40','\x87','\x83','\xf0','\x43','\x79','\x03','\x49','\xbe','\x92','\xb8','\xb2','\xdb','\xa0','\x56','\xa0','\x18','\xee','\xc8','\xd2','\xba','\x76','\xd3','\x2f','\xca','\xeb','\x35','\x79','\x1d','\xdf','\xf4','\xac','\x1f','\xaf','\x63','\x79','\xbd','\x78','\xc9','\x1b','\xfb','\xf1','\xfa','\x84','\xeb','\x4e','\xd8','\xcd','\x23','\x19','\x1f','\x62','\x5b','\xd7','\xf5','\x51','\xa3','\xa2','\x85','\xc7','\x09','\xf1','\x24','\xeb','\xe4','\x0d','\x5f','\x9e','\x51','\xe8','\xb4','\xa2','\x44','\x0f','\x8e','\x5c','\x0b','\x34','\x17','\x15','\xe5','\x18','\xc8','\x84','\x6d','\xac','\xc3','\x71','\x92','\x5e','\x71','\x69','\x1d','\x8e','\x73','\xd3','\x9b','\xb0','\xdd','\x23','\x68','\x1d','\x67','\x7c','\x71','\x9c','\xeb','\xe1','\x71','\x04','\x8b','\x88','\x0d','\x3b','\x87','\xe5','\x4f','\xcb','\xaa','\x19','\x63','\x33','\x58','\x3d','\x1b','\x2d','\xce','\x04','\x81','\xc9','\x57','\xd0','\x5e','\xba','\xa3','\x3b','\x78','\x2e','\xd3','\x36','\xc1','\xf1','\xae','\x41','\x75','\x26','\xd2','\x6b','\x01','\xb5','\x0f','\xb8','\x6f','\xa7','\x96','\x6e','\xa4','\x16','\x1b','\xc1','\x07','\xcd','\x54','\x6d','\x23','\x55','\xbb','\x95','\xb1','\x5d','\x1c','\x6b','\x16','\xcf','\xf8','\xd6','\x07','\xa0','\x23','\x0c','\x76','\xc6','\xe3','\x8f','\xd6','\x1d','\x18','\x03','\xcc','\xaf','\x0b','\x0e','\xec','\xda','\x31','\xcc','\x43','\xf4','\xfe','\xfc','\xea','\x6e','\xe3','\x1b','\x5e','\xfb','\xde','\xbf','\xed','\xeb','\xc9','\x42','\x7b','\x92','\xc1','\x6e','\xef','\x29','\x11','\x61','\xd0','\x43','\xc8','\xed','\xb4','\xc8','\x75','\x84','\x1d','\x4c','\xb3','\x50','\xe5','\x8c','\x54','\xf9','\xb9','\x0d','\x84','\x0e','\x6f','\xa2','\x83','\xb3','\x0a','\xe9','\x52','\x21','\x1e','\x94','\x23','\xf5','\x84','\xb5','\x49','\x22','\x2f','\xd3','\xc8','\xb7','\x99','\x94','\xd2','\x25','\xd1','\x56','\x17','\x03','\x5a','\xca','\x82','\x42','\x33','\x6a','\x1f','\x26','\x5c','\xfc','\x74','\xf5','\x22','\x45','\x78','\x95','\xec','\x6c','\x52','\x21','\x87','\x8f','\xb1','\x97','\xb6','\xc8','\x2c','\xbc','\xff','\x07','\x28','\x02','\x0d','\x41','\x61','\x37','\xd0','\x8e','\x7e','\xf3','\xb0','\x0f','\xba','\xb7','\x82','\x19','\x48','\xe6','\xd3','\x37','\x22','\x21','\xa8','\xf2','\x0b','\x85','\xaf','\xbb','\x4d','\x80','\xfa','\xa2','\xb8','\x83','\x13','\x92','\xb8','\xe3','\xe2','\x46','\x7c','\x50','\x6f','\x6f','\x63','\xcd','\xbe','\x03','\xa4','\xc4','\x4e','\xc3','\xf2','\x1b','\x83','\x4b','\x1d','\x0b','\x82','\xed','\x31','\x7f','\x5d','\xb2','\x1b','\x92','\xdb','\x88','\xaf','\x34','\xee','\xab','\xe3','\x01','\xa7','\xc3','\x4b','\xbc','\x0a','\xde','\x84','\xe0','\x25','\x06','\xbd','\xf5','\x65','\x1a','\x71','\x68','\x64','\x11','\xda','\xed','\x17','\x80','\x89','\x3d','\x58','\x15','\x1c','\xf2','\xab','\x4b','\xf4','\xaf','\x5f','\xa4','\xbe','\x60','\x58','\x6a','\x6e','\xa4','\x9a','\x9b','\xc3','\xcd','\xa7','\xdb','\xcd','\x4a','\xc5','\x39','\x78','\xc2','\xf9','\xcd','\xc8','\xb1','\x5f','\x93','\xe8','\xb7','\xa3','\x91','\x44','\x2c','\x1a','\x07','\xc4','\x86','\xc2','\x12','\x99','\x6e','\xf7','\x6b','\x06','\x20','\x55','\x03','\x75','\x16','\x6c','\x8a','\x71','\x18','\x02','\x07','\xd0','\x44','\x31','\xa0','\xe0','\x84','\x16','\xa4','\x4f','\x15','\xdb','\x4e','\xa3','\x2c','\xd7','\xf4','\xc1','\x1a','\x1a','\x49','\xa0','\xeb','\x84','\xaf','\x17','\x88','\x86','\x40','\xfc','\xae','\x9e','\x14','\x8f','\x4f','\x15','\x44','\xd3','\x46','\x50','\x48','\x73','\x2f','\x2f','\xb5','\x54','\x84','\x4c','\x2c','\x8f','\x3e','\xb8','\x89','\xc1','\xb0','\x5c','\xfc','\x90','\xcf','\xe1','\xf4','\x92','\x5e','\x70','\xd0','\xf9','\xd3','\x3c','\x34','\x4e','\xa4','\x56','\x90','\x2f','\x44','\x42','\x75','\x0c','\xfa','\x20','\x10','\x63','\x3a','\x90','\x10','\x96','\xd1','\x50','\xc2','\x08','\x5e','\x4e','\xe7','\x59','\x22','\xbf','\x5e','\x84','\xac','\x6c','\x4c','\x2f','\xc7','\x74','\x53','\x6b','\x9b','\xfc','\x31','\x56','\xfc','\x2f','\x41','\xf0','\x1a','\x59','\x7a','\x80','\x3a','\x43','\x85','\xd3','\xca','\x59','\x23','\xfb','\xf5','\x95','\xb1','\xf9','\x8c','\x5e','\x48','\xd8','\x2a','\x46','\x69','\xa1','\xc7','\x47','\xf9','\x3a','\xa6','\xf7','\x96','\x32','\x43','\x6c','\x3d','\xd2','\xce','\xad','\x67','\x5b','\xd0','\x67','\x17','\xb8','\x45','\xc4','\x3f','\xc2','\x6f','\x59','\x24','\x9d','\xbe','\xa7','\xa5','\x4f','\x6b','\xde','\xa3','\x11','\xfb','\xd1','\x85','\x0b','\xe7','\x82','\xe0','\x9c','\x8d','\x4a','\x0a','\x6d','\x66','\xbc','\x4e','\xff','\x43','\x57','\xf7','\x7c','\x7b','\xd0','\xb1','\xf3','\xfc','\xac','\xa6','\x43','\x51','\x2d','\x7e','\x8a','\xa2','\x7c','\x69','\xdb','\x1a','\x52','\x94','\xe0','\xca','\x16','\x55','\x14','\xca','\x1f','\x97','\x1f','\xe6','\x21','\x7c','\xe6','\x42','\xec','\xc3','\xff','\x71','\xe9','\xfc','\xf8','\x9f','\x9c','\x6e','\xe6','\xe9','\x8d','\xf7','\x81','\x34','\x22','\xb9','\x05','\x89','\xec','\x43','\x2e','\x5d','\xb3','\x29','\x6e','\xb5','\x0b','\x5a','\xd6','\xc5','\x90','\x21','\x34','\x5c','\x14','\xb4','\x00','\xa4','\x3d','\x69','\xe3','\x4f','\x41','\x85','\xdd','\x98','\x40','\xe8','\x36','\xff','\x46','\x41','\x9a','\xdf','\x3b','\xe9','\xc4','\xf6','\x4d','\x77','\xef','\xf9','\xdc','\x9f','\x27','\x11','\x9d','\x5f','\x35','\x00','\x27','\x84','\x1c','\x2e','\xfb','\xec','\x03','\x5f','\xb7','\xd3','\x7f','\x69','\x1f','\xfb','\x0b','\x7b','\xfc','\x3e','\x7b','\x3c','\x8e','\x66','\x01','\x86','\x6a','\x3b','\x51','\x1e','\xea','\xb9','\xd0','\x80','\x23','\x17','\x88','\x92','\x21','\x6a','\x82','\x2f','\xb1','\x42','\x7e','\x19','\xc1','\x1d','\xa4','\x6d','\x21','\xd5','\x45','\xba','\x6d','\x2f','\x50','\xc3','\xf2','\x72','\x12','\xe5','\x16','\x93','\xf6','\xc7','\x81','\xc4','\x9b','\xca','\x02','\x20','\xc4','\x27','\x00','\x93','\x68','\x3f','\x8e','\xb1','\x87','\x2b','\x10','\xbc','\x10','\xaa','\x24','\xf1','\x1b','\x85','\x4c','\x4a','\x24','\x2f','\xa1','\x21','\x30','\xcc','\x77','\x8d','\x6d','\x9d','\x97','\xa8','\x1d','\x07','\x9d','\x32','\xfb','\x7d','\x0c','\xd3','\x60','\x92','\x18','\x12','\x51','\x25','\x59','\x80','\x8f','\x94','\x8c','\xa4','\x26','\x24','\x1d','\xf7','\xf3','\x00','\xf7','\x43','\xca','\x55','\xd1','\x1a','\x16','\x66','\x80','\x5d','\x14','\x5b','\xeb','\x4d','\x83','\x7b','\xe8','\x53','\xf3','\xd3','\x9b','\x5c','\xb5','\x3d','\x1e','\xc7','\xf1','\x4b','\x0f','\x4d','\x41','\x6c','\x80','\x90','\xe0','\xdb','\x45','\x32','\x5d','\xe4','\xd7','\x77','\x38','\xaa','\x1f','\xb8','\xa0','\x83','\xb4','\xfd','\x75','\x7d','\x3c','\x5a','\x1c','\xb7','\x82','\x59','\x7c','\xaa','\x44','\x8a','\x4e','\x7a','\x9c','\xcc','\xb0','\x81','\xc5','\x4d','\xa2','\xa5','\x49','\x3a','\x49','\x94','\xdd','\xba','\x30','\x7c','\x59','\xcb','\x84','\xcb','\xda','\xc3','\x34','\x52','\x3f','\x66','\x6d','\x1a','\x70','\x75','\x86','\xa1','\x49','\x98','\xd0','\x2d','\xd6','\xd6','\x5c','\x96','\x80','\xe6','\x5f','\xd1','\x02','\xac','\x5c','\x90','\xd5','\x55','\xdc','\x5a','\xad','\x72','\x7f','\xac','\xcb','\x57','\x09','\x54','\x90','\x92','\x8c','\x82','\x17','\x19','\x84','\x69','\xfb','\x8b','\x78','\xba','\x68','\x65','\xda','\x28','\xaa','\x73','\xc3','\x99','\xb6','\x05','\x83','\x22','\xb2','\x82','\x22','\x3e','\x65','\x91','\xa2','\x99','\x1e','\x37','\x0f','\x33','\x73','\x7d','\xd3','\xd4','\xd2','\xf3','\xe9','\xa4','\xc9','\x3f','\x8f','\xdb','\x0a','\x5a','\x5d','\x3c','\x40','\x4c','\xf9','\xd5','\xc7','\x89','\xd5','\xc0','\xcf','\xbe','\x3e','\xf6','\xec','\xaa','\xfa','\xec','\x4d','\x8f','\x3f','\x7e','\x79','\x55','\xad','\xdc','\xf4','\x8c','\x55','\xd5','\x58','\x3d','\xc8','\xf7','\x1a','\x6b','\xed','\x94','\xd1','\x28','\x1a','\xaf','\x8d','\x1b','\x3f','\x61','\xc6','\xf5','\x4d','\xeb','\x8d','\xb4','\xd1','\x04','\xa8','\x67','\x67','\x1f','\x94','\x5d','\xb2','\xd4','\x90','\x6f','\x06','\x74','\x13','\x2b','\x34','\x36','\x62','\x23','\xcd','\xc5','\x42','\x87','\xc5','\xc5','\x2e','\x90','\x56','\x61','\xb9','\x89','\x5f','\xf4','\x8b','\xef','\xb8','\x63','\xbd','\x7d','\xf9','\x7e','\x37','\x7e','\xd9','\xf5','\x95','\x56','\x45','\xb5','\x74','\x77','\x18','\xd2','\x91','\x81','\x7f','\xca','\x25','\xf3','\x2e','\x99','\x09','\xbc','\x19','\xfe','\xe8','\xb2','\x99','\xd5','\xf6','\xcc','\x1b','\x68','\x66','\x15','\xcd','\xbc','\xd1','\x9e','\xf9','\x1b','\x79','\xe6','\x25','\x79','\xe6','\x4a','\xfb','\x99','\x05','\xf4','\xb5','\x13','\x78','\x8a','\x7b','\x5f','\x53','\x38','\x3a','\x35','\x86','\xa7','\xfe','\x6b','\xec','\xb9','\x87','\xe5','\x19','\xac','\x18','\xc3','\x90','\xc3','\x83','\xf5','\xd0','\x0e','\x05','\x29','\xc4','\x02','\x62','\x0f','\xed','\xab','\x07','\x97','\x44','\x86','\xfc','\x1d','\xe1','\x06','\xdd','\x6c','\x77','\x62','\x6f','\x31','\x4e','\x35','\xe9','\x70','\x93','\xb6','\x9b','\xd4','\xb8','\xd9','\xd6','\x45','\xdb','\x1a','\x12','\x6d','\x6b','\xe0','\x12','\xc7','\x3b','\x2d','\xf6','\xb4','\x89','\x1f','\xbe','\x19','\x8c','\x29','\x6e','\x51','\x75','\xaf','\x6d','\x34','\xd8','\xcd','\x80','\x35','\x1b','\x5a','\x13','\x38','\x6d','\x42','\x0b','\xc7','\x59','\xd2','\x60','\x40','\x74','\xf3','\xb7','\xf9','\xd9','\xa6','\x67','\x08','\x61','\x71','\xe4','\x26','\x22','\xb7','\x20','\x09','\xc0','\x03','\x3d','\xb0','\x1d','\xd4','\xc4','\x03','\x82','\xe4','\x96','\x0c','\xd8','\x07','\x7c','\xd7','\xe3','\x61','\x0e','\x73','\x4b','\x10','\x01','\x19','\x84','\x4d','\x93','\xdc','\x34','\x39','\x96','\x1b','\xd8','\xfa','\x0c','\x69','\x65','\xe6','\xec','\x24','\xed','\xc6','\x4d','\x9d','\x0e','\xcd','\x88','\x1d','\xf0','\x10','\x6f','\x5f','\x9d','\x40','\x35','\x9c','\x0e','\xcf','\xd2','\x03','\xdc','\x9e','\x6b','\x7f','\x76','\x96','\x8e','\x0b','\x9b','\x7d','\xae','\x5d','\x9a','\xa5','\xce','\x2c','\x25','\xdc','\x9e','\x6b','\x8b','\xd6','\x3d','\x91','\xc3','\x04','\xc8','\x41','\x8b','\xfb','\xba','\x14','\x35','\x40','\xed','\x31','\x14','\xbe','\x59','\x6c','\x66','\x6e','\xf8','\xd9','\x3f','\x23','\xa1','\xfd','\xe2','\x7f','\xf4','\x9e','\x99','\x20','\x8f','\x4f','\x90','\xea','\x04','\x89','\x1e','\xf1','\xf0','\x04','\x89','\x4d','\x10','\x32','\x41','\xe4','\x23','\x1e','\xe0','\x2e','\x18','\xd6','\xb5','\xc0','\x66','\x68','\x87','\x5e','\x9b','\x90','\x6c','\x7b','\xf4','\x9a','\xf7','\x28','\x46','\x9f','\xc6','\x68','\x96','\xe0','\xd9','\x4c','\xd0','\xcc','\xe1','\xe6','\x34','\x1e','\xb8','\x76','\x87','\x1c','\x1c','\xe3','\x76','\xbf','\x76','\x27','\x15','\xc5','\xa9','\x0b','\xb5','\xc1','\x0b','\x26','\xb3','\xfe','\x44','\x3d','\x46','\x74','\x15','\xfa','\xbf','\xe4','\x74','\x25','\x41','\x0d','\x92','\x3a','\x2b','\x07','\x6f','\x7f','\x33','\x6a','\x96','\x27','\xcd','\xfc','\x98','\x31','\x71','\xc8','\x88','\xc9','\xe6','\xfd','\x41','\x30','\x88','\x8c','\xe0','\xbb','\x33','\x5f','\xbb','\x76','\xa6','\x04','\x20','\x92','\xf1','\xcf','\x1f','\x7c','\xe4','\x6b','\xc7','\x0b','\xe7','\xbe','\xfb','\xe0','\xb9','\xef','\x7e','\xe6','\x73','\xdf','\xfd','\xa5','\xd2','\xf1','\xaf','\x38','\x6a','\x83','\x44','\x2e','\x12','\x2c','\x49','\xe9','\x4a','\x50','\x37','\xcc','\xd4','\x59','\x33','\x78','\xdb','\x8c','\x9a','\xe6','\xa4','\x39','\x3f','\x66','\x98','\x87','\x0c','\x53','\x16','\x30','\x09','\x64','\x98','\x27','\x67','\xe6','\xad','\x33','\xe6','\x49','\xd3','\x3c','\x39','\x6e','\x9e','\x7c','\xc4','\x9c','\x07','\xd2','\xb0','\xaf','\x9c','\xfc','\xcc','\x07','\x27','\x7f','\xc9','\x9c','\xff','\x4a','\x51','\x6f','\xe0','\xc8','\x45','\x8c','\xa5','\x48','\xc8','\x67','\xb5','\x60','\x4b','\xa1','\x0b','\x8d','\x51','\x2c','\x86','\x64','\x19','\xb6','\x86','\xd0','\x8b','\xee','\xad','\xe7','\x22','\x3c','\xa4','\x5d','\x7e','\xe8','\x68','\xd7','\xa4','\x64','\x10','\xc4','\x81','\xe7','\xa9','\xc2','\xd7','\x63','\xea','\x1a','\x99','\x96','\x31','\x68','\x1b','\xd9','\x98','\x79','\xf0','\x4c','\x60','\x7d','\x60','\x7e','\xcf','\x34','\x73','\xc2','\xb4','\x3b','\x9d','\x81','\x80','\xd0','\x98','\x5a','\x0b','\xc8','\xfd','\x98','\x71','\x96','\x19','\x33','\xaa','\x61','\x1a','\xcf','\x7d','\x34','\xf9','\xa3','\x35','\x7b','\x5d','\xea','\xf8','\x4e','\x1d','\xfe','\x16','\x14','\x79','\xb9','\x43','\xd0','\x94','\x0f','\xfe','\x60','\x0d','\x74','\xf4','\xf8','\xe7','\xec','\x95','\x05','\xaf','\x4a','\xc1','\xf7','\x01','\x83','\x29','\x1b','\x52','\x4c','\xa8','\x62','\x1d','\x75','\x2d','\xd7','\x3f','\x86','\x8e','\xa9','\x88','\xf4','\xe1','\x9f','\xc1','\x79','\xfe','\xe4','\xd9','\xc6','\x58','\x32','\x28','\x92','\xc6','\xb5','\x9d','\x73','\x18','\xec','\xa6','\x0f','\x63','\xd7','\xcd','\x21','\x37','\x8b','\x36','\xb2','\x36','\xf7','\x81','\x1b','\xed','\x37','\x3e','\x32','\x6e','\x56','\x75','\x59','\xea','\xf6','\xfd','\xc1','\x87','\x4a','\x41','\xc9','\x0c','\x75','\x98','\xe7','\x41','\x3d','\x3c','\xad','\xac','\xaa','\xfc','\x0f','\xd5','\xd7','\xce','\x3f','\xb5','\x95','\xb9','\x18','\x69','\xc4','\xba','\x4d','\xdf','\x51','\xd1','\xeb','\x8d','\xc2','\x5e','\x6f','\xd1','\xdf','\xad','\x20','\xb1','\xdb','\x22','\xba','\xbb','\xc5','\xa3','\xd0','\x53','\x20','\x75','\x87','\x82','\x0e','\xc8','\x44','\x61','\x2e','\x33','\xc0','\x80','\x6f','\xc7','\xbd','\xae','\xbb','\xd7','\x17','\xec','\x35','\xbe','\xcd','\x11','\x34','\xdf','\xc7','\x53','\xda','\x69','\xad','\x15','\xc4','\x17','\xb8','\x20','\xec','\x74','\xe0','\xd7','\xc5','\xd3','\x8e','\xf1','\x4f','\x1e','\x0e','\xee','\x6a','\x7c','\x00','\x72','\x09','\xad','\x1d','\x42','\x89','\xb8','\xb7','\x33','\xd0','\x55','\xa5','\x2f','\x20','\x56','\xd0','\xda','\xa7','\x43','\xbe','\x0b','\xc4','\xba','\x4a','\x67','\x88','\x76','\x09','\x27','\xb7','\x4d','\xb0','\x1e','\xc5','\x10','\x8d','\x6b','\x5e','\x58','\xc9','\x01','\xfd','\xe5','\xf0','\xdb','\x69','\xed','\x82','\x8d','\x0a','\x36','\xff','\x3c','\xc1','\x65','\x9b','\xaf','\xf1','\x31','\x78','\x91','\xbf','\x9f','\xfb','\x1c','\x32','\xb4','\x33','\x50','\xec','\x42','\xf1','\x0a','\xb7','\xb8','\x67','\x4a','\xd9','\x30','\xdf','\xa5','\xbb','\xe7','\xa7','\xff','\x3c','\xc3','\x99','\x4f','\x2d','\x2a','\xa9','\x0b','\xe9','\x6c','\x95','\x66','\x17','\xae','\xfe','\x63','\xcf','\x7d','\xdc','\xae','\x2c','\x42','\x16','\x2a','\xb1','\xbb','\x18','\xd7','\x4d','\x3b','\xa4','\x55','\xd1','\x1b','\xde','\x39','\xa5','\x74','\xe8','\x88','\x17','\xac','\xa0','\x3c','\x0b','\x0d','\xe7','\xb5','\xa0','\x9c','\x57','\xcd','\xfc','\x21','\x33','\xff','\x29','\x7e','\xe3','\xfd','\x97','\xfc','\xa1','\xe6','\xe8','\x23','\x89','\x51','\xf6','\x40','\x59','\x19','\x9a','\xa4','\x0f','\x4d','\xa6','\xd5','\x2b','\x37','\x4f','\x24','\x12','\xb6','\xbc','\x83','\x7f','\x2c','\x6c','\x34','\x8e','\x67','\xb6','\x30','\x52','\x8a','\x99','\xad','\x31','\xa4','\x4c','\x64','\xb6','\x26','\x40','\x79','\x02','\xf3','\x9d','\x15','\xc8','\x1f','\xdc','\x99','\x84','\xb6','\xf5','\x81','\x6c','\x98','\x31','\xb7','\x28','\xd9','\xd0','\x49','\x41','\xce','\x63','\x96','\xe1','\xff','\x2a','\xe9','\xbe','\x4e','\xcf','\xc8','\xba','\x91','\xf9','\x71','\xb2','\x6d','\x47','\xa9','\x1b','\xa1','\x76','\x24','\xd5','\xf5','\x55','\x2e','\x23','\xe1','\xa8','\x9c','\xa7','\x28','\xf3','\xa3','\xe0','\x4e','\xe8','\x99','\xc3','\xd7','\xe9','\x0d','\x04','\x4f','\xa9','\x28','\x1a','\x40','\xc7','\x78','\x24','\x64','\xc5','\xef','\xf2','\x07','\x0c','\xda','\xca','\xa0','\x2d','\x0f','\x42','\xd9','\x07','\x5c','\xe5','\x11','\x5b','\x9a','\xb2','\xa5','\x37','\x6d','\x69','\xd5','\xd6','\x23','\x1d','\x13','\x9c','\x39','\x22','\x92','\xed','\x92','\xfb','\x09','\x19','\x14','\x09','\x7d','\x5a','\x42','\x8f','\x6a','\x5b','\x8f','\xae','\xb0','\x73','\x2b','\x6c','\x56','\xdb','\x2a','\x31','\xd6','\xe4','\xa6','\x6d','\x75','\x72','\xcd','\x5a','\xc7','\x19','\x06','\x45','\x12','\x70','\x78','\x5c','\x52','\x28','\x10','\x23','\x3d','\x60','\x8b','\x42','\x01','\xf7','\x10','\x42','\x9a','\x17','\x83','\x92','\x33','\x1e','\xff','\x1f','\xba','\x4f','\x61','\xed','\x1d','\xb8','\xa3','\x0f','\x9b','\xa7','\x3c','\xf3','\xf1','\x59','\xb3','\x58','\x32','\x0f','\x91','\xe2','\x23','\xa4','\x08','\xaa','\x3a','\xa4','\xa6','\x90','\xda','\xe6','\x80','\x96','\x9c','\x4b','\x27','\xa8','\x82','\xe1','\xe3','\x44','\x8f','\x4b','\xf9','\x96','\xf5','\x11','\x52','\x26','\x91','\xfc','\x02','\x22','\x65','\x44','\x26','\x31','\xfa','\x4e','\x00','\x6e','\xa3','\x24','\x6c','\x08','\x36','\xb7','\xb8','\x44','\x93','\x55','\x9a','\x34','\xe9','\xd0','\x04','\x1d','\x3a','\x0c','\x1c','\x00','\x65','\x99','\x56','\x15','\x51','\x0a','\x85','\x59','\xd3','\xe5','\x82','\x58','\x43','\x2a','\xd0','\xbf','\xa4','\xc9','\x1a','\x25','\x6b','\x0a','\x5a','\x53','\x3b','\x7e','\xc8','\xcf','\xe4','\xd5','\xef','\x8d','\xfb','\xf3','\x87','\x3b','\x39','\xe2','\x8e','\x57','\x78','\xd8','\x70','\xd9','\x15','\x2b','\x0f','\xdc','\xe3','\x50','\xa1','\xae','\xda','\xf1','\xb2','\x9b','\xfc','\xd4','\xd5','\xa1','\x81','\x95','\x7c','\xea','\xe5','\x72','\xf6','\x52','\xf5','\x44','\x2d','\x5c','\x9d','\xc2','\xe4','\x61','\xa8','\x33','\x3b','\xc4','\xf7','\xd8','\x45','\x04','\xb4','\xc0','\xc4','\x4e','\xcb','\xc5','\xcf','\x04','\xc1','\x63','\x8c','\x3d','\xa6','\xbe','\x5c','\x98','\xbc','\x79','\xfe','\x0a','\xfe','\x02','\x00','\x66','\x68','\x9d','\x4f','\xfe','\x38','\x77','\x7d','\x5d','\x3a','\xc4','\x68','\x3e','\x4d','\xcb','\x80','\x96','\xa1','\x62','\xdd','\x20','\x99','\xce','\xfd','\x15','\x72','\x43','\xd8','\x20','\xa2','\xd0','\xce','\x21','\x94','\xd3','\x71','\xcc','\x0a','\x62','\xa2','\x5b','\x5c','\x46','\x82','\x76','\x58','\xa6','\x4c','\x66','\x5b','\x31','\xa3','\x82','\x5d','\x26','\xd9','\x0c','\xb7','\x18','\xb1','\x0a','\xe2','\xfe','\x52','\x75','\x7e','\x0b','\x8b','\xa0','\xe6','\x56','\x23','\xf2','\xf2','\x7a','\xa4','\xbe','\x61','\xf3','\xc5','\x9a','\xb9','\x39','\xd5','\xcf','\xe9','\xf3','\xb1','\xaa','\x2d','\xfa','\x6e','\xf0','\xbe','\x90','\x45','\x21','\xa9','\xb3','\x21','\x75','\x6b','\x88','\x55','\xf2','\x94','\x95','\x33','\x6c','\x2d','\x91','\x97','\x70','\xd8','\x77','\xd3','\x1f','\xe7','\xde','\x1d','\x41','\x84','\x50','\xfc','\x3d','\x5f','\xd9','\x1d','\x1d','\xef','\xe2','\x83','\xc5','\xc0','\xf0','\x33','\x3b','\xc0','\x37','\x53','\xe0','\xbb','\x25','\xac','\x40','\xa6','\x33','\xe9','\x1b','\x38','\x48','\xa0','\x59','\xaa','\x97','\x8c','\x96','\xcc','\xe3','\xa3','\xb8','\x4c','\xd3','\x69','\xa5','\x55','\x60','\xa8','\xa5','\x4a','\xb6','\x9e','\x46','\x91','\xd6','\x6e','\xbd','\x51','\x6e','\x77','\xd7','\xeb','\x77','\x25','\x24','\x7b','\x1c','\x95','\x11','\xee','\x7b','\xbb','\x3c','\xfa','\x4a','\x57','\x10','\xd9','\xc1','\xf3','\xbf','\xdc','\x08','\xde','\x08','\x22','\xf5','\x86','\x44','\xc1','\x40','\x8d','\x0f','\xfa','\x3b','\x1a','\x09','\xda','\x38','\x50','\x6f','\x8c','\x6f','\x36','\x9a','\x9b','\x0d','\xd1','\xf1','\xd1','\x00','\xeb','\x71','\xa3','\x08','\xdb','\x81','\x9f','\x57','\xbb','\xe0','\xf9','\x53','\x9d','\x2c','\x74','\x24','\x82','\x24','\x6c','\x47','\x33','\xc6','\x7d','\xed','\x82','\x0c','\x84','\x1b','\x26','\x48','\x58','\x9e','\x47','\xe8','\x6f','\xf9','\x22','\xd0','\x92','\x20','\x62','\x4a','\x57','\x04','\x89','\xd9','\x0e','\x1e','\x2a','\xa5','\x91','\x7d','\x23','\x48','\xd5','\x1b','\x43','\xb4','\x11','\xa5','\x8d','\xfb','\x68','\x43','\xbe','\xe2','\x07','\x9b','\x8d','\xf9','\xcd','\x46','\x51','\x7c','\x3c','\xfe','\xf8','\xaf','\x33','\xbe','\xb9','\xd9','\x30','\x0d','\x60','\x52','\x2d','\x22','\xb7','\xd6','\x95','\x18','\xd8','\x4e','\xc0','\x6e','\x13','\x55','\x73','\x63','\x5a','\xd0','\x66','\x82','\xd7','\xb2','\x67','\x5a','\xb0','\x15','\xaa','\x20','\xf7','\xd9','\x36','\x6e','\x67','\x6f','\xde','\xb9','\x05','\x81','\xc3','\x51','\x20','\x3d','\x1d','\x69','\xa2','\x08','\x34','\x62','\xcb','\x82','\xb3','\x05','\x8b','\xb5','\x48','\x1a','\xb1','\x27','\x85','\xc8','\x88','\xbe','\xda','\x5b','\x82','\x76','\xc6','\x05','\x30','\xe9','\x1e','\x3c','\x6e','\x7d','\xd4','\x42','\x93','\x50','\x2e','\xa1','\x93','\x58','\xfe','\xbd','\xee','\x8d','\xff','\xc0','\xf6','\x5d','\xff','\x40','\x99','\x0e','\xe5','\x68','\x7e','\x82','\x96','\x63','\xb4','\x2a','\x03','\x8e','\xa1','\xd7','\xef','\x69','\x7d','\x40','\xd4','\x1a','\x51','\x7e','\xe4','\xc1','\xd5','\xe0','\x2e','\xe7','\x04','\x2c','\x6c','\x38','\xd4','\x81','\x0d','\xc7','\x98','\x8c','\xc5','\xbd','\xe3','\x17','\xd8','\x44','\x79','\x65','\x2c','\xcf','\xcc','\x7c','\xae','\x88','\x73','\x35','\x40','\x9b','\x69','\xd8','\x18','\xee','\xe4','\x4e','\xb1','\xcd','\x2d','\xb2','\xa8','\x07','\x4d','\x03','\x28','\xf3','\x68','\x41','\x7a','\x30','\x6d','\xfd','\xd1','\x25','\xf4','\x38','\x46','\x35','\x24','\x11','\xdd','\xaa','\x57','\x90','\x0a','\xc4','\x7a','\x93','\x92','\x6c','\xd5','\x12','\x65','\x9a','\x2e','\xa3','\x02','\x14','\xdc','\x78','\x78','\x12','\x47','\xe5','\x42','\x47','\x77','\x32','\x66','\x74','\x48','\xe1','\x84','\xad','\xc7','\x83','\x1b','\x18','\x35','\x30','\x6a','\x62','\x68','\xf0','\xbf','\x15','\xfa','\x24','\x38','\xe9','\x06','\xef','\xbb','\xf3','\xd0','\x76','\x21','\x72','\xad','\x06','\xe4','\x63','\x13','\xc8','\xad','\x08','\x9e','\xed','\x1d','\xeb','\x4f','\x04','\x45','\x23','\xc0','\x6b','\x01','\xab','\xfd','\x85','\x2e','\x54','\x66','\xc7','\x7d','\xb4','\x27','\xfb','\x8d','\x30','\xd5','\xd6','\x0b','\x20','\xb8','\x4e','\x99','\x4d','\xa6','\x60','\xad','\x46','\x6f','\xda','\xa2','\xbf','\xa0','\x1e','\xb5','\x3c','\x32','\x65','\xfb','\x53','\x36','\xd0','\x5e','\x88','\x71','\xd7','\x6a','\xa1','\xcf','\xdc','\x8f','\xc7','\x16','\x31','\xab','\x01','\xa2','\xdc','\x86','\x11','\x13','\x04','\xd3','\x32','\x32','\x14','\xd7','\xd0','\x5a','\xe6','\x64','\x32','\x00','\xb9','\x66','\xc3','\xb0','\xb6','\x04','\x9e','\x53','\x37','\x26','\x2b','\x46','\xde','\x30','\x86','\x74','\x63','\xc8','\x16','\xaf','\xb4','\x0c','\x0b','\x19','\xc7','\x04','\x0f','\x1a','\x12','\x38','\x61','\xb5','\x8f','\x17','\xe2','\xe6','\x77','\xde','\x76','\xa9','\x9c','\xfc','\x4e','\x0b','\xf0','\x18','\x62','\xe9','\x0e','\x67','\x5a','\x3e','\x68','\x89','\x01','\x4c','\xda','\xec','\xa2','\x3a','\x72','\xa1','\x32','\xb5','\x60','\x7f','\xb1','\xbd','\x75','\xc9','\xd6','\x64','\xbe','\x6a','\xec','\xd9','\x5f','\x79','\xb8','\xcf','\xa6','\xbb','\x76','\x02','\x1c','\x48','\x64','\xdb','\x00','\x92','\x44','\x46','\x14','\x55','\x62','\x90','\x51','\xcf','\x70','\x5f','\xde','\x05','\x27','\xb7','\x0b','\x41','\x44','\x82','\xef','\xbd','\x7b','\xa4','\x82','\xb0','\xae','\xff','\x73','\x2f','\x13','\xf8','\x3d','\xd4','\xd9','\x75','\x3a','\x39','\xb7','\xbb','\x50','\x66','\x98','\x09','\x39','\xd9','\x90','\xec','\xeb','\x2b','\x04','\x9d','\x21','\x68','\x8d','\x9b','\x08','\xd7','\x20','\x1d','\x52','\x88','\x01','\x7c','\xba','\xc2','\x44','\x9f','\x78','\x17','\x97','\x22','\x6e','\xd5','\x0b','\x88','\x5d','\x10','\x27','\xe4','\x02','\x15','\x83','\x76','\xb6','\x8a','\xc0','\x05','\xfa','\xa8','\x95','\xad','\xc6','\xb2','\x55','\xac','\x7d','\xe4','\x1f','\x59','\xf0','\x0e','\x13','\xa4','\xf2','\xa3','\x06','\x9e','\x01','\x5d','\xcb','\xf8','\x4a','\x87','\xef','\x94','\xa1','\x48','\x1b','\x65','\x6c','\xfe','\x70','\x7c','\x8f','\x8f','\xfe','\x73','\x5b','\x50','\x7b','\x1a','\x9a','\xb0','\x57','\x86','\x78','\x53','\xb1','\x6c','\xf6','\x06','\x08','\xad','\x03','\x96','\xbe','\x93','\x44','\xbd','\x03','\xb8','\x59','\x06','\xbf','\x85','\xbc','\x62','\x14','\x41','\x76','\x16','\xb9','\xc2','\x04','\xcf','\x49','\x77','\xdd','\x70','\xf8','\x29','\xea','\xef','\x0f','\xda','\x31','\x10','\x4b','\x4a','\xa7','\x83','\x75','\x4d','\x48','\x78','\x2f','\x78','\xc3','\x9d','\x4f','\xd4','\x71','\xbf','\xef','\x26','\x43','\x83','\xad','\x3c','\xc2','\xa0','\x5f','\x95','\xc7','\xd2','\xba','\x4d','\x98','\x2e','\x53','\xee','\x88','\x30','\x25','\x51','\x60','\x38','\xa3','\x42','\xc3','\x20','\x86','\xf5','\xa9','\x22','\xf6','\x88','\xb8','\xe8','\x6f','\x89','\xd8','\x42','\x47','\x8c','\x64','\x93','\x7e','\x36','\x4a','\xb4','\x37','\x29','\x9b','\x52','\x98','\x71','\x55','\x6b','\xe9','\x59','\x74','\x35','\x2b','\x51','\xed','\x9d','\x24','\x83','\x50','\xf8','\x67','\xa2','\xbf','\x04','\xee','\x4b','\xd4','\x41','\x44','\x7e','\x18','\xb3','\x48','\x8d','\x05','\x0d','\x91','\x1f','\xc5','\xa0','\xa5','\x6b','\xd5','\xc4','\x58','\x5b','\xd9','\x1e','\x63','\x36','\x19','\x63','\x96','\xf3','\x60','\x99','\xec','\x2f','\xcb','\xfb','\xcb','\x34','\x51','\x56','\x12','\x96','\x1a','\x2f','\xeb','\xfc','\x30','\xec','\x84','\x58','\x8a','\xf9','\x72','\x4b','\x04','\x8b','\x79','\x27','\x1e','\x48','\xb1','\x88','\x50','\x4e','\x14','\x78','\x82','\x07','\x85','\xed','\x27','\xf4','\x7e','\x22','\xa0','\x5c','\xa0','\xca','\xb4','\xb3','\x6f','\xe2','\xc4','\x82','\x6b','\xad','\xda','\x53','\x0b','\x40','\xca','\x3d','\x1d','\xb1','\xcd','\x11','\x67','\x46','\xf3','\xcf','\x66','\x9d','\x99','\xac','\x63','\x66','\x9d','\x69','\xcd','\x2b','\x67','\x9d','\x8e','\x89','\xf1','\x73','\xfc','\x3d','\x77','\x25','\xd5','\x45','\x5e','\x1d','\xa5','\xb8','\xc7','\xfe','\x1f','\x83','\xa0','\xdd','\x48','\xd9','\x60','\x19','\x9b','\xaf','\x60','\x8d','\xe2','\x4c','\xc3','\xfa','\x49','\xc3','\x9c','\xe2','\x5b','\x0c','\xb7','\x3b','\xdc','\xac','\xd6','\x9f','\x99','\x53','\x7f','\x06','\xc4','\x89','\x53','\x38','\x78','\x1f','\xe3','\x68','\xa2','\xd3','\x65','\x20','\xcf','\x61','\x46','\xbb','\xba','\x93','\xc0','\xbf','\xfa','\xe0','\x00','\x1a','\x59','\x72','\xf5','\x65','\xdd','\x16','\x37','\x75','\xa8','\x28','\x97','\xe9','\x2a','\xca','\xc9','\x40','\x19','\xb2','\x4d','\x2f','\x92','\xf4','\xc5','\xa0','\xab','\x1f','\x47','\x80','\x47','\x53','\xf4','\xd6','\x99','\x08','\x9b','\x28','\x30','\xf9','\x8c','\xf7','\xd1','\xbc','\x43','\x4c','\x67','\xde','\x74','\x90','\xb9','\x84','\xcc','\xd3','\x64','\xfe','\xf4','\xbc','\xf9','\x34','\x32','\x2b','\xc8','\x54','\x8b','\x66','\x65','\xfe','\x2b','\x4f','\x9b','\x5f','\x3d','\x7d','\xe6','\x8e','\x63','\x36','\x2e','\x99','\x17','\xf1','\x3c','\xc6','\x26','\x46','\x51','\x1e','\x30','\x5d','\x0b','\x84','\x36','\x1e','\x22','\xfc','\x5c','\x66','\x40','\x8a','\xee','\x24','\x25','\xd5','\x3a','\x89','\x77','\x75','\x58','\x78','\x98','\xab','\x66','\xbc','\xce','\x8b','\x42','\x9f','\x05','\x96','\x05','\x59','\x65','\x09','\xaa','\xa7','\x13','\x36','\x8b','\x47','\xf8','\x65','\x67','\x76','\xd0','\x6e','\xdd','\x87','\x3a','\xd4','\x73','\xbf','\x92','\x05','\xee','\xc1','\x67','\x72','\xee','\x33','\x87','\xdd','\x67','\x0a','\xee','\x33','\xac','\xf9','\xa5','\x2d','\xff','\xec','\x96','\x5b','\x61','\xe0','\x5c','\x19','\x00','\xa5','\x08','\x80','\xd8','\x9c','\x6d','\x5b','\xf8','\x74','\x07','\xbf','\x8d','\x5e','\x34','\xd8','\x57','\x67','\x84','\x1e','\xe3','\x94','\xdd','\xe0','\x66','\x8c','\xd4','\x8c','\xc1','\x9a','\xf1','\x00','\x36','\x30','\x36','\x92','\xd8','\x48','\xd5','\x8c','\x6c','\xc3','\x30','\xe0','\x57','\x66','\xf8','\x27','\x5d','\x7e','\x1b','\xb5','\x0f','\x5b','\xcb','\x27','\xd0','\x91','\x6e','\xe8','\x93','\xa3','\xfb','\xf3','\x1f','\x07','\x79','\x0a','\x0d','\x0e','\xf9','\x14','\x7f','\xac','\xe7','\xdb','\x9b','\x4c','\xd9','\xcc','\xa5','\x69','\x96','\xd2','\x91','\x65','\x3a','\xb5','\x4c','\xf5','\x31','\xfa','\x54','\x9b','\x5e','\xb4','\xdb','\x31','\x51','\x3c','\xd0','\x01','\x98','\x0a','\xf7','\x1a','\x5c','\x15','\x28','\x7c','\x6c','\xfb','\x01','\xfc','\x29','\x5c','\x36','\x55','\x25','\x4a','\x41','\x28','\x32','\x18','\x84','\xe8','\x04','\xd5','\x06','\x84','\xf3','\xb6','\xa3','\x7f','\x47','\x14','\xaa','\xbb','\xa4','\xd6','\xb8','\x9c','\x09','\xca','\x14','\x97','\x15','\x52','\xce','\x2f','\x95','\x47','\x95','\xf2','\x64','\x57','\xa6','\x41','\x00','\xad','\xc1','\xf8','\xde','\x4a','\xf4','\x32','\x55','\x0d','\x2a','\x6e','\x02','\x23','\x83','\x84','\x9e','\x42','\x1f','\x3c','\x6c','\x7b','\x5d','\x12','\xd5','\xea','\xd0','\x20','\x5d','\xd9','\xf7','\x94','\xdb','\xe6','\xce','\xad','\xb0','\x53','\x07','\xe9','\xf2','\xca','\xba','\xa0','\xd7','\x76','\xab','\xa3','\xd4','\x16','\xda','\x7f','\x97','\x5e','\x9b','\xe0','\x51','\xe4','\x31','\x4f','\x05','\xbe','\x3b','\xd5','\x07','\xea','\x35','\xa0','\x52','\x14','\x15','\xfc','\x81','\x8a','\x9b','\xa8','\x34','\xc9','\x35','\xff','\x00','\xeb','\xe5','\xb5','\x9a','\x90','\x2c','\xea','\x51','\x6b','\x81','\x35','\xe6','\x04','\xb2','\xe8','\xae','\xfd','\x0b','\x88','\xb2','\x22','\x2f','\xa7','\xad','\x1f','\x16','\x22','\xdf','\x36','\x22','\xdf','\xb6','\xa5','\x14','\xe2','\x06','\x6d','\x2b','\x42','\x7a','\x49','\xa6','\x15','\x85','\x16','\x54','\x9a','\xd9','\x8d','\xf7','\xeb','\xe7','\x63','\xac','\xa1','\xf1','\x77','\xf0','\xf8','\xcd','\xe0','\xd1','\x25','\x7c','\x8e','\xc6','\xbe','\xf2','\xd0','\x52','\x73','\x54','\x69','\x4e','\x76','\x49','\x12','\x04','\x56','\x7f','\x7f','\x4c','\x4f','\x39','\x3a','\xdd','\x50','\x95','\x4d','\xc6','\x14','\xaa','\xaa','\x19','\x5d','\x4f','\x2c','\x00','\xfa','\xa4','\x30','\x19','\xf1','\xac','\x2b','\x76','\x97','\xd5','\x7f','\xb1','\x6c','\xf9','\x56','\xaa','\x5e','\xee','\xd8','\xb7','\x41','\x4d','\x63','\xfb','\xa9','\x30','\xfe','\x06','\xf1','\x66','\x81','\xc4','\xae','\xa1','\xb0','\xcf','\x57','\x90','\xf3','\x17','\xab','\x68','\xec','\x36','\x9b','\x78','\xa3','\x3d','\x51','\x65','\x71','\x29','\x87','\x4f','\xe6','\x82','\x3b','\x79','\x1c','\xd3','\xb0','\x3c','\xcc','\x17','\xd6','\xc4','\xaa','\x3b','\x3c','\x05','\xfc','\xab','\x13','\x91','\xda','\x98','\x15','\x00','\x5d','\xea','\x6e','\x16','\x56','\x1b','\x19','\xa0','\x3b','\xa9','\xce','\x90','\x74','\x19','\xa0','\x39','\xa8','\x95','\x8e','\x1b','\xb3','\x73','\x67','\x9a','\xac','\x4c','\xd4','\xfd','\xdd','\x69','\x80','\xa0','\xa7','\xf8','\xbe','\x88','\x2e','\x5f','\x67','\xec','\x5f','\x28','\x7b','\x6f','\x6a','\xfd','\x74','\xca','\xe2','\xa7','\xbb','\x80','\x6f','\x33','\xb7','\xc0','\x76','\xf6','\xaf','\x64','\xf4','\x76','\x22','\x72','\x3d','\x2d','\x55','\x95','\x81','\x85','\xab','\x59','\xdb','\x5d','\xb5','\x2b','\x91','\x17','\xb5','\xcc','\xd6','\x70','\x12','\xc8','\x35','\xbb','\xfd','\x68','\x10','\xe2','\xf2','\x09','\xef','\x70','\x87','\x52','\x20','\x66','\x65','\x94','\x4d','\xa0','\x35','\x87','\xdc','\xb7','\xe4','\xef','\xbb','\x45','\xb2','\x57','\xc9','\xda','\x0a','\xb9','\xaf','\x4e','\x52','\x57','\xc8','\xd4','\x8b','\x03','\xd5','\x1a','\xc9','\xc0','\x75','\xd9','\x71','\x5f','\x64','\xdd','\xe0','\xc3','\x90','\xac','\xb2','\x7e','\x5f','\xd2','\xfb','\x95','\x6c','\xdd','\xfa','\xb0','\xfe','\x4c','\xf6','\xdb','\xcf','\x64','\xf7','\x3f','\x93','\x1f','\x7a','\x26','\x97','\x39','\xf7','\x77','\x89','\xb3','\xed','\xd6','\xf6','\xba','\xa1','\xed','\xbd','\x6e','\x60','\x58','\xc8','\xae','\x0e','\x48','\x05','\xb2','\xc6','\x64','\x53','\xa5','\x33','\x45','\x25','\x19','\x8c','\x38','\xba','\xf6','\x43','\xbd','\x38','\xae','\xd7','\x4a','\x25','\x9c','\xf4','\xad','\x77','\x74','\x80','\xe2','\x39','\x7a','\xf1','\x9d','\xd2','\xd8','\x4d','\x7f','\xc2','\xd1','\x8f','\x10','\xf1','\x4a','\x53','\x0f','\x48','\xf1','\x7c','\x32','\xd0','\x49','\x5f','\x5d','\xb8','\x53','\x5f','\x6e','\x2a','\x19','\x7f','\x64','\x71','\x43','\x5b','\xdf','\x28','\xc6','\x36','\x6a','\xb1','\xbf','\xe2','\xcb','\x8a','\xb5','\xbe','\x81','\x63','\x1b','\x78','\x71','\xa3','\xf8','\xf6','\xc6','\xd8','\xfa','\xc6','\xc4','\x15','\xff','\x48','\xe8','\xd9','\xba','\x6e','\x80','\x1a','\xe7','\xc3','\x7a','\x2e','\x6a','\x89','\xba','\x7c','\x63','\xfa','\x4a','\xc0','\x17','\xaf','\x99','\x2c','\x37','\x72','\x56','\xf2','\x67','\x24','\x32','\x13','\x27','\xe6','\x97','\xbd','\x33','\xef','\x13','\xb3','\x1c','\x9a','\xc7','\x1f','\xe7','\xcb','\x64','\x16','\x08','\xee','\x8f','\x01','\x85','\xc2','\x2d','\x74','\xe6','\x52','\x50','\x96','\xfc','\x69','\xd1','\x17','\x20','\x3d','\x7f','\x31','\x78','\xb3','\x06','\xb4','\xdb','\xa1','\x41','\xba','\x09','\xf3','\x6b','\x38','\x24','\xe2','\xb5','\x4e','\x09','\xe9','\x14','\xa6','\x56','\xc0','\xbf','\x35','\xb7','\xd4','\x4c','\x71','\x78','\xa6','\xd8','\x9e','\x29','\x1a','\x33','\x45','\x7d','\xa6','\x88','\x66','\xfe','\x25','\x9f','\x3c','\x8a','\x5d','\xc9','\xb8','\x86','\xb2','\x6c','\x28','\x4b','\xe6','\x27','\x2f','\x05','\x9f','\x70','\xf4','\x4f','\x38','\xee','\x3f','\xbb','\xba','\x68','\xbd','\xe7','\xbb','\x07','\x17','\x5d','\x7d','\x31','\xe3','\x78','\xca','\x7f','\x5a','\x54','\x1c','\x31','\x70','\x16','\x43','\xcb','\x38','\x2f','\x2b','\x8e','\xa3','\x38','\x48','\xf9','\x7f','\x06','\x0f','\xd5','\xfd','\xc1','\x65','\x98','\x3f','\xfd','\xcd','\xe6','\x61','\xb2','\x4e','\x24','\x85','\x3a','\xc5','\x50','\x1e','\x27','\x9c','\xe9','\x0f','\x27','\x3b','\x70','\x6b','\x37','\x41','\x19','\xff','\x43','\xa0','\xea','\x02','\x6f','\x65','\xc7','\x71','\x7a','\x07','\xe9','\x4d','\xcb','\xfe','\x2a','\x4c','\x0f','\x27','\x13','\xe2','\xa8','\x43','\x40','\x75','\x0f','\x47','\x3d','\xf9','\x87','\x28','\x7f','\xd4','\x1d','\xca','\xda','\x43','\x23','\xb6','\x74','\xc2','\x0e','\x3e','\xc2','\x71','\x29','\x48','\x5e','\x50','\x1e','\x30','\xd3','\x43','\xbf','\x40','\xf3','\xfb','\xe8','\xda','\x20','\x05','\x77','\x88','\xae','\x04','\xde','\x55','\x62','\xb4','\xa8','\x01','\x94','\x95','\x13','\xee','\xd5','\xec','\xc2','\x8a','\xf4','\x3c','\xc5','\xb9','\x0c','\x8d','\x25','\x5a','\x54','\xf0','\x15','\x84','\xa9','\x6c','\xe8','\xcf','\x55','\x82','\xad','\x34','\x39','\x4c','\x49','\x8e','\x92','\x2c','\x1b','\xce','\xae','\x1c','\x60','\x57','\x0f','\xac','\xb4','\x3e','\xbb','\xa2','\x8f','\xb3','\xd6','\x38','\x5b','\x99','\xcd','\xae','\x08','\x49','\x18','\x0a','\xef','\x11','\x84','\x09','\xa2','\x93','\x17','\x3e','\x53','\x1c','\x58','\x67','\x31','\x8e','\x03','\x6f','\xaa','\xf5','\xe3','\x1a','\xfe','\xc4','\xb7','\x70','\xec','\x5b','\x38','\xfe','\x01','\x1e','\x21','\xc1','\x4f','\xe6','\x40','\x44','\xf8','\x01','\x3c','\x26','\x05','\x13','\x45','\x7c','\xe4','\xed','\xda','\x84','\xfc','\xad','\x89','\xc3','\xdf','\x9a','\x88','\x7f','\x30','\x11','\xc1','\x9f','\xc6','\xc7','\x4d','\x4a','\x26','\x6d','\xa4','\x07','\x81','\xad','\xf9','\x4a','\x04','\xa5','\x23','\xb7','\xe8','\xd4','\xcb','\xda','\x7b','\x75','\xb5','\xac','\x3c','\x31','\x3d','\xf6','\xef','\xce','\x04','\xbf','\x68','\xaa','\xda','\x57','\x54','\xe5','\xbf','\xaa','\xa3','\x8d','\x43','\x27','\x2e','\xfa','\x0a','\x56','\xd3','\x58','\xa5','\xfc','\xc5','\x0f','\x0e','\xa9','\x67','\xfc','\x27','\x4c','\xf5','\xdf','\x99','\x2a','\xbc','\xc7','\x54','\x95','\xc6','\xd8','\xe8','\x8d','\xe0','\x44','\xad','\x9b','\x9f','\xef','\x82','\x48','\x07','\x56','\xf8','\x32','\x12','\x52','\x3d','\xb4','\xc2','\xe5','\x77','\xe0','\x5a','\x30','\xdc','\x5b','\x9f','\x1f','\x69','\x92','\xe7','\x7c','\x32','\x4b','\xa0','\xc5','\xae','\x49','\x88','\x43','\x06','\x08','\x99','\x13','\x7d','\xd0','\x71','\xa4','\x60','\x94','\x0e','\x71','\xfb','\x3c','\xe4','\x09','\xb6','\x04','\x7d','\x81','\x24','\x27','\x48','\x22','\x89','\xd2','\x09','\xb7','\x30','\x6c','\x54','\x1e','\x36','\x5a','\x13','\x11','\x7b','\x0c','\xc7','\x8a','\x34','\xce','\xff','\xe7','\xee','\xfb','\x0d','\xb8','\x35','\xba','\xfc','\xcf','\x09','\x99','\x08','\x57','\x46','\xfc','\x34','\x49','\xf0','\xae','\xd7','\x25','\x4e','\x23','\xc3','\x49','\xef','\x80','\x43','\xd2','\x2e','\x3a','\x76','\x0b','\x8f','\x67','\x82','\x71','\x8a','\x67','\x29','\x06','\x0e','\x73','\x48','\x29','\xe0','\x6d','\x13','\x4f','\x77','\xf1','\xa6','\xf6','\xf7','\x2c','\xe4','\xd0','\x7a','\x39','\xf8','\x71','\x79','\x07','\xdc','\x17','\x89','\xc6','\xba','\xad','\x4e','\x87','\x5d','\x5f','\x9f','\x1d','\x2c','\xcf','\xc9','\x80','\x0f','\x46','\x99','\xae','\xb5','\x6b','\xf9','\x23','\x41','\x7e','\x0c','\xe7','\x8b','\x38','\x8f','\x71','\x3e','\xee','\xe7','\x4d','\xac','\x7d','\x00','\x3d','\x96','\xec','\x8c','\x7f','\xb8','\x81','\x73','\x1d','\xc2','\x33','\x3c','\xfa','\xb8','\x3f','\x3d','\x8d','\x4e','\x95','\xeb','\x4f','\xc4','\xf1','\x32','\x11','\x65','\x4b','\xb1','\xae','\x82','\x92','\x42','\x9d','\xc6','\x53','\x89','\x44','\xea','\x46','\x7a','\xa8','\xca','\x2c','\xe4','\xf2','\xd7','\x8f','\x02','\x6f','\x7b','\x64','\x11','\x30','\x57','\x09','\x82','\x26','\x08','\xba','\xc1','\xbd','\x68','\x21','\x13','\x19','\xef','\x0e','\xb8','\x87','\x18','\x17','\x3c','\xdb','\xdd','\x3c','\x2d','\x78','\x13','\x43','\x8c','\x70','\x57','\x57','\xd2','\x3c','\x0c','\x41','\x53','\x6b','\x80','\xb9','\xfb','\x56','\x1a','\x43','\x5a','\x70','\x8c','\xb9','\xbf','\xc1','\xdc','\xef','\x30','\x77','\xe8','\x91','\x26','\x7d','\xce','\xa7','\xb3','\x04','\xe8','\x74','\x9b','\x84','\x8a','\xd6','\xf5','\xb0','\x6f','\x5d','\x91','\x64','\x12','\xa4','\x31','\x5e','\xc1','\xb5','\x93','\xa8','\xf4','\x38','\x9a','\x1d','\xb7','\xcf','\x33','\x43','\xa1','\xb9','\x7f','\xfc','\xc3','\x9c','\x9e','\x8c','\xd9','\xf8','\x3e','\x95','\x71','\xef','\x45','\x0e','\xc9','\x46','\x18','\x63','\xda','\xd6','\x96','\xae','\x57','\x58','\x45','\x50','\x36','\xeb','\x0c','\xd5','\x8e','\x8a','\x50','\x8e','\x1f','\x42','\xe0','\xc9','\x31','\xad','\xd5','\xa8','\x69','\x0e','\x8d','\x8d','\x05','\x35','\x4c','\x13','\x09','\x3a','\x31','\x41','\xef','\xdc','\xa1','\xc5','\x62','\x2a','\x82','\x86','\x23','\xb6','\x77','\x92','\x9c','\xb7','\xfc','\xd3','\x3b','\x73','\xe0','\xa1','\xb5','\x2d','\x8f','\x89','\x7a','\xdc','\x4e','\xf1','\x8f','\x6d','\x0e','\xd8','\x3d','\x68','\x60','\x77','\x31','\xc1','\xf6','\xf1','\xc1','\xc6','\x41','\xb8','\xd4','\xb8','\xcb','\x76','\x81','\x37','\xba','\x96','\xe9','\xe4','\x8a','\x7b','\xfa','\x33','\x61','\x17','\x3f','\x1f','\xa8','\xfc','\x30','\x53','\x01','\x50','\x1e','\xcf','\xa8','\x92','\xff','\x27','\xc8','\x08','\x2e','\xcc','\x34','\x26','\xbd','\xc6','\xf4','\x4c','\xe3','\xd9','\x19','\xff','\xfe','\x99','\x46','\x68','\x0f','\x79','\xfe','\x83','\x33','\x0d','\xc5','\x68','\xb0','\xad','\xc6','\xd6','\x8f','\x1b','\xcf','\xbf','\xe3','\x67','\x67','\x51','\xce','\x78','\xe2','\xb0','\x61','\x16','\x8c','\x35','\x5a','\x96','\xe2','\xb0','\xef','\x74','\x74','\xa9','\x70','\x99','\x05','\xef','\xb7','\x51','\x14','\xe2','\x1a','\xbd','\xc1','\xac','\xb7','\xd9','\x4c','\xd3','\x98','\xd9','\x30','\x66','\x6e','\x19','\x33','\xae','\x6e','\xb9','\xee','\x8c','\x7b','\x75','\x66','\x95','\x9b','\x32','\xb3','\xa6','\xcc','\x5c','\xa7','\xd6','\x3a','\x31','\x36','\x92','\x86','\x02','\xb7','\xc8','\x0e','\xbc','\xfa','\x5e','\x60','\xf5','\x9d','\xcb','\x29','\x15','\x22','\x89','\x68','\x80','\xc7','\x81','\x75','\x44','\xcf','\x23','\xe5','\x38','\x52','\x93','\x02','\x4f','\x12','\x87','\xf6','\x10','\x15','\x93','\xbc','\xe8','\x0b','\x10','\x9a','\x85','\x5b','\x51','\x20','\x8a','\x9b','\xb8','\x2f','\x08','\x62','\x62','\x26','\xc9','\xd6','\x16','\xb8','\x57','\x04','\x10','\xd1','\x5b','\xd4','\xe0','\x7b','\x2b','\x74','\xe9','\x9e','\xb3','\x59','\xd9','\x2d','\xe0','\x0a','\xa5','\x85','\x48','\x8b','\x4a','\x76','\x62','\x14','\x91','\xc7','\x22','\x4d','\x20','\x6b','\xfd','\xd0','\x29','\x47','\x9c','\xc9','\x88','\x53','\x05','\x5a','\x45','\x27','\xf8','\xd8','\x01','\x7e','\x45','\xfe','\x4a','\xca','\xb1','\x3e','\x76','\x3a','\x40','\xf0','\xd0','\x42','\x30','\xdb','\x79','\x68','\x0a','\x93','\xd0','\x1c','\x6c','\x4d','\x11','\x37','\x1a','\x81','\xbe','\xd1','\x68','\xa4','\x1e','\x4d','\x7a','\xd6','\x7b','\x75','\xb2','\x50','\xa7','\xff','\x03','\x9d','\x7e','\x61','\x7f','\x34','\xf2','\x6d','\xed','\xad','\xbf','\x8a','\xc6','\xfe','\x4a','\xda','\xc4','\xfc','\x73','\x1b','\x05','\x7e','\x1f','\x89','\xac','\x20','\x63','\x82','\x55','\x82','\x09','\x50','\x36','\xc4','\x95','\x05','\x20','\xd3','\x6b','\x11','\xd9','\x25','\x89','\x8e','\x7e','\xe8','\x80','\xe3','\x06','\xcd','\x66','\xea','\x92','\x9f','\x5a','\x72','\x53','\x75','\x37','\xb5','\xec','\xa6','\xae','\xba','\xdc','\x4b','\xc9','\xa3','\x66','\x3e','\xe3','\x3f','\x8b','\x5c','\x13','\x5a','\x90','\xdc','\xfb','\x6c','\xb1','\x8f','\xbb','\xae','\x82','\x1a','\xaa','\x05','\x89','\xfe','\x50','\x97','\x3c','\x21','\x92','\xfc','\x21','\x8d','\xd2','\x29','\x09','\x5d','\x94','\x04','\x4f','\xf8','\x0b','\x3c','\xd0','\xa6','\x85','\xb2','\x77','\xba','\x8c','\x76','\x90','\x47','\xed','\xb0','\x0e','\x2f','\x16','\xd4','\x61','\x07','\x6d','\x72','\xc0','\x26','\x29','\xb0','\x4f','\xa7','\x9c','\x47','\x35','\xff','\xd1','\x57','\xec','\x73','\x7f','\x68','\xcf','\x4e','\xd9','\xa5','\x13','\x76','\x73','\xc1','\x6e','\x86','\xa8','\xef','\xbd','\x60','\xbd','\x3d','\xbe','\x5c','\x94','\xd8','\x26','\xa1','\x82','\xa5','\x9a','\xef','\x74','\xbd','\x4c','\x49','\x53','\xd5','\xde','\x29','\xb0','\x75','\x06','\xd1','\x12','\xb7','\xeb','\x2e','\x5b','\xb3','\xd9','\x2a','\xe2','\x8f','\xd9','\xda','\xf5','\x23','\xce','\x5b','\xa3','\xf4','\x37','\x0d','\xc1','\x43','\x05','\x9d','\xea','\x51','\x84','\xf2','\x7c','\xfb','\xeb','\x42','\x23','\x24','\xfc','\x58','\x3c','\xc8','\x63','\x25','\x3f','\x93','\xce','\x7b','\x34','\x7f','\x3f','\xcd','\x3f','\x48','\xf3','\x07','\x59','\x3e','\xc2','\x4d','\xcd','\x47','\x5a','\x79','\xe4','\xe6','\xb3','\x6e','\x7e','\xd5','\xd0','\x24','\xe6','\xe1','\x42','\x85','\x80','\x23','\x0d','\x41','\xfc','\x02','\x77','\xb3','\xdd','\xe0','\x63','\x7e','\x3f','\x62','\x49','\x0a','\xb4','\x9f','\x28','\xa3','\xff','\x88','\x8e','\xd2','\x15','\x6d','\x8b','\x4f','\x4e','\x3d','\xee','\xb6','\x92','\xd9','\xef','\xe7','\xf3','\x99','\x35','\x02','\xc8','\x49','\xd4','\x65','\x99','\x06','\x7d','\x9c','\x8e','\xee','\xe1','\x3f','\xa8','\xa6','\x00','\x6f','\x48','\x87','\xaa','\x3a','\x21','\x3c','\x03','\x09','\x58','\xa9','\xf1','\x78','\x07','\x75','\xdc','\xe7','\xa0','\x8a','\x75','\x63','\x32','\xb2','\x68','\x5d','\x0b','\x05','\xb6','\x96','\xca','\x19','\x4f','\x0c','\x2e','\x84','\xc0','\xcb','\xb2','\x42','\xe1','\x95','\x2e','\x3a','\xce','\x12','\x03','\x23','\xd3','\xee','\xab','\x28','\x42','\x4f','\xf7','\xae','\xfa','\x4e','\x50','\x85','\x50','\x4e','\x10','\x12','\xed','\x1f','\x0e','\x82','\x03','\x12','\x3d','\x50','\xa5','\x9f','\xbd','\xd6','\x1e','\x8f','\xa1','\x71','\x8c','\xcf','\x05','\x41','\x89','\x30','\x27','\x5c','\xbf','\x26','\x5c','\x92','\x6d','\x11','\xee','\x58','\xa6','\xd3','\xa4','\x15','\x92','\x7a','\x08','\xe8','\x0e','\x36','\x86','\xb0','\x11','\xd4','\x0c','\x5a','\x34','\xc1','\xf5','\x32','\xcd','\x63','\xa6','\xf9','\x19','\xd3','\x7c','\x4c','\xd8','\xf9','\x19','\xf3','\xf4','\xec','\xfc','\xe9','\xb3','\xc7','\x4f','\x57','\x70','\xbd','\x7f','\x4d','\x0a','\x9d','\x37','\x03','\x6f','\xe7','\xc7','\xf6','\xd0','\x17','\x46','\x00','\xeb','\x4d','\xb6','\xff','\x21','\xfa','\xc2','\x5d','\x1e','\x8f','\x18','\x78','\xe0','\xb0','\xcf','\xc9','\xb6','\xe5','\x09','\xde','\xb0','\x68','\x5e','\x90','\x7d','\xc5','\x84','\xe6','\x85','\xdc','\xd5','\x58','\xe4','\x8b','\xfd','\x16','\xa3','\x15','\x31','\x08','\xad','\xc0','\xda','\xfc','\x9f','\x0e','\xae','\x60','\xd0','\x2e','\x1d','\xb0','\x67','\x53','\xf6','\xb9','\xcb','\xb6','\xf5','\xba','\x53','\xca','\xf8','\xa5','\x41','\xdb','\xc9','\xda','\x03','\x23','\x76','\x42','\xa0','\xcd','\xd3','\x91','\xba','\xd7','\x21','\x7f','\xbe','\xc7','\x7c','\x0e','\xc9','\x21','\xfb','\x24','\x93','\x48','\x47','\x49','\xbc','\x73','\x35','\x98','\x20','\xdc','\xd6','\x29','\xbb','\xb4','\x37','\x15','\x79','\x0f','\x37','\x68','\x87','\x02','\xa9','\x0a','\x0d','\x05','\x8e','\x75','\xda','\xac','\x64','\xee','\xf0','\x90','\x54','\xc0','\x9f','\xd6','\x2e','\x0c','\xc2','\x2d','\xf0','\xc2','\x28','\x9f','\xff','\x70','\x0b','\x01','\x8c','\xb9','\xc7','\x1d','\x21','\x6c','\x22','\x3c','\x4e','\x17','\x67','\xbe','\x78','\xee','\x9a','\x7f','\x6e','\xc1','\x7e','\x34','\xb2','\xf4','\xe9','\x8c','\x47','\x00','\x38','\x71','\x01','\x92','\xba','\x08','\x0d','\x2b','\xf4','\xc0','\x15','\x2f','\xbd','\x49','\x8f','\x6d','\x42','\xd7','\x0c','\xb4','\xcc','\x50','\xea','\xec','\x80','\x6c','\x75','\x84','\xce','\x61','\xa6','\x4f','\x63','\x5a','\x0e','\x32','\xb7','\x3b','\x1d','\xd9','\xbd','\x41','\xea','\xb6','\xef','\x97','\x71','\xc5','\x80','\x6c','\x37','\xea','\xa3','\x5e','\xcf','\x6c','\x7f','\xc7','\x5d','\x78','\xc8','\xfe','\xd0','\xac','\x93','\x5a','\xec','\x94','\x7a','\x77','\x15','\x89','\xe0','\x9c','\xc1','\xbb','\x94','\x8e','\x8c','\x1e','\xfc','\x17','\xfc','\xfb','\x8e','\xda','\x89','\xfc','\x60','\x93','\xaf','\xcc','\xa3','\x7c','\x1d','\xde','\xd7','\x59','\x93','\x47','\x53','\x8e','\xf6','\xb1','\x03','\x4d','\xcd','\x94','\xe4','\xcf','\xcf','\xe5','\x19','\x95','\xc0','\xaf','\x0d','\x99','\x2a','\x59','\xe4','\x7a','\x21','\xbe','\xa6','\x03','\x59','\x65','\xd3','\x45','\x5b','\x3c','\x1c','\xd0','\xe2','\x50','\x6d','\xea','\xee','\x2c','\x5d','\x12','\x3f','\x6e','\x6a','\x43','\x2c','\x44','\x0d','\xd2','\x33','\xa0','\x24','\xb9','\xe8','\xe5','\x25','\x6f','\x02','\x09','\x87','\xf7','\xae','\xbe','\x2d','\xa1','\x7b','\x1b','\xfe','\xbd','\x1b','\xb9','\x2a','\x40','\x53','\xa2','\x0b','\x1a','\xb3','\x0d','\x8b','\xbd','\x86','\x8e','\x37','\x51','\xae','\x84','\x73','\x4f','\x58','\xb9','\xd3','\x28','\xf7','\x34','\xca','\x55','\x8a','\x39','\xd5','\xca','\x55','\xcc','\x4f','\xff','\x9a','\x39','\xf6','\x03','\xd3','\xf8','\x5d','\xf3','\x44','\x62','\xbe','\x16','\x9f','\x02','\x9e','\x02','\x82','\x63','\xf3','\xf8','\x8c','\x1b','\x7c','\xd0','\x71','\xa4','\xe3','\x77','\x98','\x1f','\x03','\x64','\x3b','\x96','\xd9','\x71','\x85','\xbb','\x44','\x6c','\x5b','\x4c','\x4d','\xac','\x24','\xe1','\xe3','\xee','\xfe','\x5c','\x11','\x7f','\x01','\x37','\x93','\x16','\x08','\x5c','\xf7','\x7a','\x17','\x3b','\x7d','\xdd','\xba','\x26','\x2e','\x84','\x0c','\xec','\x6d','\xc0','\x7b','\x40','\x08','\x4a','\x7a','\x93','\x04','\xba','\x5d','\xca','\x42','\xeb','\xb6','\xa3','\x7b','\x4b','\xe6','\xca','\x7c','\xd6','\x56','\x88','\x3e','\x75','\x9c','\x89','\xae','\x33','\xfa','\x25','\x7b','\xe8','\x63','\x1b','\x4d','\xd5','\xd0','\x54','\x80','\xa6','\xea','\xe8','\x4b','\x75','\xfa','\x7c','\xdd','\x7b','\xb3','\x3e','\xf4','\x66','\x3d','\x25','\xc4','\x55','\xe9','\x14','\xac','\x3e','\xa9','\xb7','\x28','\xa0','\x20','\x44','\xd2','\xfd','\x36','\x8f','\x73','\x03','\x11','\xe7','\xce','\x90','\xe0','\xa7','\xfe','\xfd','\x98','\x80','\xc5','\xbd','\x5f','\x15','\x05','\x9a','\x67','\x4d','\xf2','\xec','\x19','\xef','\x59','\x03','\x3d','\x6b','\xb4','\xbe','\xfc','\xb6','\xfb','\xa5','\x3b','\x6e','\xc5','\x5c','\x37','\xce','\xf8','\xc6','\xac','\x6b','\x9c','\xe5','\x81','\xed','\x86','\x71','\xc6','\xeb','\x4a','\xfe','\x5d','\x87','\xb4','\x98','\xb1','\xa3','\x8f','\x43','\x0c','\x7a','\x94','\xfe','\x7b','\x2c','\xbc','\x7b','\x24','\x69','\x7b','\xfd','\xb9','\xa0','\x77','\x53','\xc7','\x23','\x5e','\xf0','\x3e','\xc5','\x51','\x86','\x4f','\xa9','\xd6','\x8f','\x4b','\x50','\x39','\x52','\x9b','\xc1','\x56','\x13','\xa1','\xa6','\x7a','\x33','\xd0','\x5a','\x4d','\xe6','\x82','\x69','\x37','\x3c','\x31','\x70','\x35','\xd7','\x65','\x5d','\xcb','\xdf','\x00','\x29','\xc0','\x1d','\x75','\x46','\xfe','\x74','\x12','\xa1','\xb1','\x50','\xb6','\x9e','\xfb','\x72','\x41','\x12','\xcd','\xbf','\xdf','\xef','\x6c','\x77','\xc7','\x3d','\x12','\xfb','\x1e','\x7f','\x54','\x64','\x59','\x4e','\x36','\x13','\x1e','\xa4','\x3a','\xb9','\x63','\xa2','\x10','\xa4','\x0e','\x5c','\xf1','\x82','\xcd','\xed','\xf6','\xc9','\x61','\x4a','\xe0','\x3e','\x75','\x8d','\x63','\xeb','\xc6','\x78','\x1c','\x28','\xae','\x4b','\xd8','\x70','\xee','\xd2','\x83','\x1e','\x8d','\x21','\xad','\xc6','\xf2','\xc9','\x76','\x9e','\x18','\x79','\xca','\xf7','\x38','\x9c','\xff','\x62','\xa0','\xd5','\x51','\x9e','\xa2','\x7c','\x8a','\xe4','\x53','\xbe','\x68','\xf9','\x77','\x34','\xf1','\x28','\xec','\xcf','\xf3','\xa9','\x7a','\x7e','\xd0','\x1e','\x1d','\xbc','\x30','\x9a','\xbd','\x50','\x1e','\xa9','\x3e','\x35','\x12','\xd4','\x74','\x3f','\x6c','\x94','\x00','\x0a','\x4d','\x39','\x04','\xcf','\xa3','\x71','\x8a','\x9e','\x0a','\xb6','\x1c','\xc1','\x67','\x2d','\x90','\x84','\x7c','\x10','\xea','\x98','\x40','\x51','\x40','\x0b','\xb6','\x22','\x7c','\xab','\xaa','\xda','\xc0','\xaf','\x5e','\x40','\xe8','\x5d','\x14','\xaf','\xf2','\x0b','\x33','\x7f','\x0f','\xbe','\x94','\x9d','\x64','\x29','\x9a','\x1b','\xb6','\x70','\x0e','\x06','\x9e','\x20','\x4b','\xa6','\x23','\x22','\xd0','\x3f','\x51','\xa3','\x0b','\xb5','\x76','\x04','\x52','\xe5','\x28','\x91','\x10','\x19','\x36','\xb0','\x59','\x62','\xf9','\x9f','\x26','\xc6','\xa3','\x8e','\x31','\xde','\x34','\x66','\xb9','\x11','\xb3','\x14','\x04','\xe2','\x9a','\xed','\x94','\x37','\xe2','\x1b','\xdc','\x5d','\x63','\x24','\x5d','\x0d','\x25','\x10','\x54','\x49','\x24','\x48','\xb9','\x0b','\x74','\x9b','\x7b','\x14','\x32','\x5b','\x4b','\x00','\x16','\x7f','\x95','\x5b','\x5d','\xfb','\xb8','\xce','\x56','\x97','\x99','\xbb','\x72','\xf8','\x56','\x6b','\x62','\x43','\x9f','\x68','\xb6','\x0e','\x35','\xbf','\x7b','\x68','\x35','\x77','\xf6','\xfa','\xfe','\xc9','\xf5','\xcc','\x89','\x7a','\x52','\x68','\x68','\x09','\x9e','\x25','\xcd','\xce','\xb4','\x76','\x14','\x80','\xb6','\xa9','\x96','\xb8','\xdd','\x41','\x74','\x18','\xd1','\xb8','\xab','\xe0','\x2d','\x86','\x0b','\x0c','\x1a','\xb6','\xfb','\x78','\x33','\x84','\xf5','\xd5','\x4f','\xeb','\xd0','\x9a','\xb4','\x93','\xf4','\x20','\xcc','\x50','\xfd','\x43','\xf0','\x09','\xa2','\xef','\x79','\x8e','\x0c','\xb6','\x48','\x06','\x0d','\xd4','\x51','\xb0','\x19','\xd2','\x8e','\x83','\x70','\xed','\x30','\x35','\x0e','\xd4','\x8d','\xf4','\xa6','\x71','\x6c','\xd3','\x18','\xa7','\x60','\xb3','\x8a','\x51','\x62','\x86','\x03','\xfa','\x2b','\x42','\xac','\x4e','\x37','\x88','\x6d','\x0c','\x88','\x09','\xb9','\xbd','\x1e','\x56','\xba','\xbc','\x22','\x90','\xe6','\xec','\x6a','\x58','\x71','\x9f','\x31','\xf0','\xe2','\x36','\x90','\xcc','\xa5','\x6c','\x9a','\x15','\xf0','\xea','\x48','\xbf','\x05','\xed','\xce','\x00','\xf0','\xa2','\x8b','\x5e','\xc7','\xfd','\x5b','\x82','\xc9','\xbc','\xca','\x07','\xb0','\xe9','\xf0','\x9b','\x63','\x58','\xf4','\x69','\xc2','\x8e','\xf3','\x46','\x5f','\x9f','\x66','\x0f','\x2d','\x1c','\xe3','\x1e','\x6a','\x01','\x2a','\x1a','\x06','\x56','\x62','\x88','\x8a','\x62','\xc1','\x61','\x62','\x8f','\xca','\xc6','\xa4','\x62','\xd8','\x40','\x1e','\xa8','\xe0','\x88','\x62','\xbd','\xeb','\xe3','\x70','\xf0','\xa6','\x22','\xd4','\x42','\x51','\xf0','\x77','\x24','\x11','\xf7','\x33','\x98','\x3c','\xdc','\x20','\x13','\x67','\xbc','\x31','\x93','\x14','\x31','\xa9','\x89','\x9a','\xaf','\xe0','\xb3','\x5a','\xe4','\xee','\xa8','\x1c','\xb1','\xbf','\xc9','\x9d','\xa8','\x2b','\xa0','\xbc','\x30','\x11','\xb9','\x10','\xb3','\x82','\x7d','\x7c','\x73','\x11','\x74','\x01','\x73','\x4d','\x5a','\xba','\xd9','\x26','\x22','\x9a','\x9c','\x4f','\xb6','\xcf','\x39','\x74','\x56','\xbc','\x52','\x8a','\x21','\xa7','\xfb','\x79','\xba','\x71','\x6e','\xcc','\x3a','\xec','\xf3','\x05','\x2e','\x3a','\x1d','\xb3','\xa6','\x7d','\x00','\xa4','\x81','\xbe','\xa4','\x8b','\x51','\xe5','\x81','\x20','\xc8','\xa3','\xbf','\x5d','\x43','\x8d','\xbb','\xa3','\x98','\x8e','\xc5','\x01','\x2b','\x82','\xd2','\x3f','\x6b','\x11','\xfb','\xd9','\x58','\x05','\xd1','\x57','\xb2','\x15','\xf6','\x95','\xfc','\x1c','\x1d','\x67','\x51','\x4c','\x97','\xd7','\x50','\x62','\x4d','\x25','\x6b','\x34','\x0d','\xfc','\xf3','\x09','\x26','\x9a','\x1f','\x17','\xaa','\x1d','\x8a','\x5d','\x3e','\x61','\xa0','\xb3','\xde','\x6d','\x69','\xad','\xde','\xe2','\xd6','\x60','\xfc','\xd6','\x58','\x63','\xdc','\xb4','\x35','\x86','\x25','\x86','\x1f','\x2a','\x7c','\x35','\x73','\xd8','\xfc','\x6f','\x13','\x67','\x3e','\xca','\x99','\x0f','\xe5','\xcd','\x7c','\xde','\x1c','\xcd','\x9b','\x93','\xcc','\x0c','\x73','\x03','\x0e','\xf3','\x65','\x56','\x19','\xdc','\xd2','\x0d','\x43','\x1c','\x67','\x9d','\xdd','\xf4','\xc5','\x71','\x36','\x18','\xac','\x9c','\x7c','\x70','\x5d','\x7b','\x03','\x2e','\x10','\x4e','\x7a','\x5f','\x25','\x40','\xc7','\x66','\xde','\xf4','\xce','\xbc','\x23','\x06','\x49','\xcf','\x24','\xdd','\xc1','\x75','\x14','\xc4','\x0b','\xe7','\x49','\x42','\x67','\xe2','\xde','\x78','\x23','\x08','\x5a','\x2e','\x54','\xf1','\xf6','\x41','\xce','\x44','\xee','\xae','\x85','\xca','\x4d','\x4f','\x7b','\x87','\x14','\x9a','\x60','\xa7','\x6f','\x7a','\xa7','\x9b','\xa4','\xde','\xe3','\xaf','\xbb','\xe9','\x65','\xd6','\x11','\xbd','\x41','\x69','\x02','\x43','\x78','\x63','\x48','\xbb','\xfa','\xd6','\xc9','\x28','\xf0','\x64','\x0e','\x54','\x71','\x42','\x3c','\x3d','\x26','\xe1','\x66','\xf8','\x7a','\x68','\x45','\x61','\x66','\x22','\xf9','\x36','\x89','\x37','\x09','\x92','\x05','\xd8','\x4b','\xf0','\xf6','\x74','\xfc','\xc3','\xa3','\x2f','\x0a','\x8e','\x32','\x67','\xe0','\x15','\x27','\x78','\xcf','\x09','\xc7','\xa1','\x44','\xc8','\xc0','\x02','\xb4','\x22','\x7a','\x11','\x7b','\xf6','\xf9','\x8b','\xa5','\xa9','\x1a','\xd9','\x65','\x96','\x3f','\x27','\xfc','\xde','\x6d','\x3f','\xdc','\xf2','\x89','\xa2','\x0e','\x2c','\x15','\x80','\x7f','\x9e','\xa8','\x04','\x15','\x3b','\x3a','\xd7','\x31','\x34','\x1c','\x47','\x7c','\xca','\xce','\x0a','\x27','\x9c','\x6c','\x3b','\xe1','\xfc','\x0f','\x0d','\x82','\x0b','\x73','\x34','\x4d','\x5b','\x24','\x11','\x76','\x22','\x84','\x59','\xad','\xe4','\x16','\xe8','\xbe','\x35','\x61','\x10','\xbe','\x32','\x40','\x58','\x02','\x8e','\xc6','\xd2','\x88','\x79','\xaa','\x3c','\x4b','\x87','\x4b','\xa4','\x20','\x4a','\x33','\xc2','\xcb','\x8e','\x19','\xa4','\x9d','\x9e','\xab','\x24','\xa8','\x8e','\xfb','\xd7','\x0d','\xe8','\x6b','\xe8','\x2c','\x1d','\xb0','\x6e','\xc0','\xff','\x5b','\x37','\x92','\xd4','\x48','\x53','\xc3','\xe3','\x8b','\x06','\x35','\x4a','\x4a','\x57','\x4c','\xba','\x6f','\xdd','\xf8','\x9a','\xd8','\xc5','\x24','\xd9','\xb0','\x2e','\x6d','\x85','\x30','\xaf','\x08','\x90','\xea','\x0b','\xc8','\x97','\x3c','\x2f','\xd1','\xe3','\xd6','\xb2','\xf0','\xdb','\xf8','\xf5','\xd0','\x3c','\x6b','\x89','\x22','\xb9','\x80','\x62','\x6c','\x12','\x1b','\x56','\xd5','\x85','\x40','\x46','\x72','\xb9','\xe7','\x58','\x26','\x9a','\x45','\x87','\xcb','\xc6','\x0e','\x7c','\x5d','\x16','\x93','\xa9','\x86','\x52','\xae','\xa1','\x78','\x9c','\xc7','\x2c','\xc0','\x30','\xe3','\xc2','\xd6','\x2a','\x12','\x44','\x55','\x92','\x5a','\x23','\xc3','\x12','\x29','\x48','\x64','\xb3','\x06','\x00','\x0f','\xba','\x9e','\xce','\x34','\x69','\x72','\xa9','\x80','\x06','\xb7','\x90','\x61','\xf4','\xeb','\x3c','\x1e','\x8e','\xd9','\x07','\x65','\x9d','\x2f','\x1d','\x55','\x64','\x28','\xd3','\x24','\xf3','\xbe','\x4f','\x85','\x5c','\x63','\xe6','\x36','\xd9','\x31','\xa8','\x12','\x3a','\x09','\x83','\xd4','\xab','\x73','\xf3','\x79','\xca','\xc3','\x71','\x95','\x07','\x92','\x8a','\x62','\x39','\x69','\xe1','\xca','\xb3','\x48','\x4d','\x0d','\x6e','\x95','\xc2','\xfe','\x35','\x49','\xf4','\xaf','\x85','\x4c','\x13','\x52','\xc6','\xb3','\xea','\xb3','\xd0','\x04','\x13','\x37','\xe0','\x7b','\xd5','\x8c','\x32','\x9e','\x2e','\x13','\x61','\x72','\xd9','\x52','\xac','\xb2','\x71','\x3c','\xd4','\xbf','\x40','\xbd','\x34','\x1d','\x90','\x75','\x80','\xce','\xac','\x21','\xee','\xd6','\x64','\x57','\x08','\x03','\x09','\x1f','\xb8','\x77','\x0f','\xc3','\x9f','\x74','\xc7','\x19','\x31','\xee','\xd4','\x4f','\x31','\x93','\x93','\xed','\x6f','\x12','\x56','\xae','\x1b','\x79','\x45','\x9f','\x50','\x9d','\xd8','\x17','\xfd','\x7d','\xd4','\x51','\xea','\x4e','\xb0','\xe9','\xcc','\x6d','\x3a','\x25','\xea','\x90','\x8c','\xf7','\x79','\x4a','\xbe','\x56','\x47','\xb3','\x9b','\x60','\x25','\x1a','\xe5','\xe6','\x50','\xa8','\xb0','\x12','\xd0','\x1b','\x30','\x3a','\xaa','\xb4','\x6d','\x90','\x68','\xbd','\x17','\x0c','\x60','\x57','\xfb','\xe7','\xdd','\xbd','\x9f','\x89','\x68','\x8c','\x8c','\x5c','\x04','\xbc','\x13','\x24','\x4c','\xe5','\x92','\xad','\x58','\x6f','\xf8','\xa5','\x7a','\xa3','\x63','\x57','\xb6','\xc7','\x96','\x18','\x03','\x8c','\x0a','\x35','\xc8','\xb5','\x20','\xe9','\xba','\x9e','\xeb','\x56','\xdc','\x8e','\x44','\xf5','\x0e','\xfc','\x6a','\xc8','\x65','\x7d','\x3b','\x41','\xd7','\x48','\x41','\xd8','\xe9','\x35','\x52','\x17','\xda','\x19','\xf7','\x34','\x21','\x52','\xc3','\x6d','\xa7','\x5e','\xed','\x3d','\xc4','\x6a','\xc3','\xd6','\x03','\x61','\xdd','\xd6','\xa4','\x68','\xb7','\x35','\xa9','\xdb','\x97','\x14','\xea','\x2e','\x65','\xd0','\x5e','\x78','\x89','\xff','\x0e','\xbe','\xee','\xbb','\xea','\x7a','\x21','\x8d','\x0f','\xfa','\x87','\x9c','\xe4','\x1d','\x7c','\x44','\x7b','\xe8','\xde','\x6e','\x8b','\x83','\xec','\xe9','\xf4','\xf6','\x53','\x4f','\xf4','\x42','\x86','\x5d','\xb8','\xb8','\x3d','\x19','\xa4','\x3b','\x4c','\x6e','\x7d','\x59','\x4a','\x7c','\x17','\x6e','\xb9','\xbb','\x0f','\x22','\x21','\x45','\xca','\x5d','\x9b','\x90','\x85','\x26','\xc1','\x27','\xb6','\xdb','\xee','\x36','\x9d','\x15','\xfa','\x5a','\xe1','\x66','\x20','\x16','\x81','\x13','\x0e','\x1b','\x65','\xab','\xa7','\xeb','\x0a','\xbc','\xa0','\xfc','\xd3','\xa4','\xe9','\xce','\x16','\xa1','\x7b','\x5a','\xef','\x47','\x11','\xfd','\x48','\x2a','\x12','\x04','\x34','\xfc','\xbe','\x18','\x71','\x6b','\x47','\xeb','\xe5','\x6c','\x2d','\x3f','\x52','\x63','\x27','\x6c','\x3d','\x75','\xc1','\xfa','\xf0','\x52','\x39','\xb5','\x55','\xce','\xd8','\xe5','\xd4','\x92','\xf5','\xe1','\x8b','\x22','\x3b','\xd7','\x2c','\xd3','\x4d','\xab','\xbd','\x59','\xa6','\xb7','\x00','\xbf','\x44','\xa7','\x03','\xef','\x2d','\x09','\x7d','\x4f','\x8a','\x7c','\x5b','\x92','\x32','\x12','\x49','\x4a','\x62','\xdf','\x09','\x4f','\xd4','\x2e','\x60','\xb6','\x08','\x45','\xf9','\x88','\x0c','\x7d','\xec','\xf3','\xc7','\xfd','\x29','\x92','\xaa','\x37','\x69','\xbd','\x04','\x4e','\x65','\x21','\xcd','\x36','\x67','\x3f','\xf5','\x1d','\xa0','\x84','\x38','\x99','\x22','\xf6','\xf9','\x63','\x3c','\xc8','\x4f','\x13','\x92','\xf2','\xfd','\x8e','\xf3','\xee','\x38','\xfb','\x3d','\x0f','\xda','\x0d','\xd6','\xaf','\xd3','\xc6','\x1a','\xf5','\x03','\x3a','\x37','\x9f','\xe2','\x5e','\x50','\xba','\xe5','\xd1','\x8d','\xf3','\x81','\x77','\xba','\xc3','\xc8','\xd9','\x80','\xdc','\x1a','\xff','\x4a','\x05','\x83','\x56','\xd2','\x6d','\x37','\x91','\x87','\x06','\xda','\xed','\x5a','\xed','\x80','\x03','\x38','\x34','\xc1','\xfe','\x90','\x26','\x46','\xf2','\xc0','\xb5','\x0f','\x86','\x25','\x74','\x40','\x42','\x9f','\xad','\xa2','\x47','\xab','\x68','\x5c','\x02','\x91','\xdf','\xbb','\xe8','\xf1','\x71','\x58','\x8b','\xdf','\xd6','\xfb','\xa3','\x64','\xe0','\x8a','\x1f','\x6c','\x01','\x17','\x2a','\x79','\x9a','\x92','\x2b','\xde','\x70','\xaa','\x7e','\xe0','\x72','\x3d','\xfd','\x7a','\xfd','\xd8','\xeb','\xf5','\xf1','\x14','\xb7','\x6f','\xc3','\xd6','\x43','\xa9','\xb3','\xfb','\xe4','\x8b','\x3c','\x80','\x0a','\x97','\x35','\xc6','\x7e','\x66','\x76','\x8b','\x2a','\x91','\x7a','\xda','\xda','\x2c','\x44','\x5e','\x36','\xa4','\xfd','\xb6','\x28','\x5b','\xf3','\x9b','\x13','\xc4','\x02','\xa0','\xdf','\x4a','\xd4','\xbf','\xd4','\xb8','\x4e','\x21','\x19','\xcb','\x23','\x03','\x12','\xe1','\x53','\x51','\xb8','\xc4','\x06','\x26','\xb9','\xc0','\xcf','\x81','\xf8','\x08','\x37','\xf8','\xe4','\xb2','\xa4','\x50','\x29','\x4d','\x23','\x75','\x16','\x59','\xd9','\x42','\xad','\x4a','\xe4','\x3a','\x93','\xa6','\x59','\x22','\xc7','\x0a','\x99','\xa3','\x2e','\xf4','\x83','\x00','\xdf','\xc5','\x28','\xc2','\x8f','\x21','\x9c','\x47','\x10','\xe4','\x68','\x1e','\xf0','\x5d','\x4c','\xa2','\x5c','\x15','\xe5','\x80','\x34','\x1e','\xca','\x0a','\x7c','\x5d','\x90','\xbb','\xba','\x8d','\x8c','\xba','\x5b','\xd4','\xad','\xd0','\xeb','\x8c','\x09','\x33','\xd6','\x0a','\x6e','\x30','\x84','\xe6','\x65','\xd8','\x50','\x81','\x78','\x67','\x92','\x18','\xcc','\xda','\xa2','\xc4','\x48','\x11','\x23','\x2a','\xb8','\xb8','\xcf','\x2b','\x65','\xaa','\x5a','\x54','\x3f','\x7e','\xe0','\x65','\xc1','\x3a','\xd5','\xcf','\x63','\xdf','\xaf','\x13','\x2d','\xaa','\xf0','\x2a','\x50','\x97','\xab','\xe4','\xd0','\xa1','\x01','\xdf','\x47','\xaa','\xca','\xcd','\x3e','\x78','\xb0','\xcc','\xef','\xd9','\xa7','\x9f','\x3e','\xfc','\xc4','\x46','\xac','\xe9','\xc4','\xbe','\x11','\xdf','\x17','\x8d','\xde','\xaf','\x03','\xee','\x5d','\x11','\x82','\x86','\x5b','\xfc','\x6a','\x5b','\xed','\x50','\xdc','\x90','\x5b','\x41','\x30','\xb6','\x6d','\x73','\x61','\x75','\x69','\x0a','\x14','\x23','\x9d','\x79','\xbf','\x1e','\x72','\x7e','\x65','\x6e','\xd3','\x1d','\x03','\x83','\xa6','\x5a','\x6d','\x0a','\x4c','\x93','\xbb','\xf9','\xb1','\xd3','\x3d','\x4c','\x9a','\x00','\xea','\xef','\x37','\xc8','\x3f','\x6f','\x91','\x7f','\x6e','\x90','\xdf','\xb0','\xbc','\x7f','\x61','\xa0','\xcd','\x32','\xde','\xb4','\x82','\x7a','\x19','\xd3','\x17','\x8a','\xf4','\xcb','\x13','\x9f','\xf8','\xf2','\xc3','\x0f','\x4f','\xe2','\x89','\xb5','\xc4','\xc4','\x8d','\x09','\xf5','\x3b','\x77','\x46','\xde','\x2f','\x4e','\x8d','\xe2','\x93','\xc9','\x61','\x1b','\x93','\x1d','\xb8','\x82','\x26','\x0e','\xde','\x0d','\xe0','\xae','\x50','\x80','\xaa','\x2e','\x75','\xc9','\xcf','\xb8','\xcd','\x94','\xbd','\x91','\x7a','\xd1','\x4d','\x39','\xdc','\x9a','\x29','\xc7','\xe7','\x83','\x6c','\x68','\xbf','\xeb','\x8e','\xa6','\xdc','\xb2','\xd2','\x7a','\x4a','\xb5','\x6a','\xfa','\xf0','\xbd','\xf6','\xf7','\xb4','\xe4','\xb7','\xba','\xb9','\xa3','\x1e','\xbd','\x5b','\x08','\xa8','\x46','\x47','\x6d','\xf4','\x3c','\x60','\x14','\xa5','\x05','\x68','\x14','\xaa','\x88','\xf5','\xa7','\xa3','\x47','\x2f','\xf6','\xf7','\x07','\x63','\xfa','\xc8','\x12','\xd3','\x5f','\x52','\x16','\xe1','\x4f','\x50','\x24','\xfa','\xdf','\x71','\xc6','\x3a','\xc7','\x79','\x08','\x98','\x3f','\xbf','\xc9','\x7f','\x53','\xa7','\xf9','\x4c','\x7b','\x82','\xd2','\x18','\xa5','\xfb','\xf8','\x22','\x73','\xa5','\xcd','\xc3','\x96','\xb9','\xd5','\xa5','\xd2','\xc0','\x8b','\xc4','\x7a','\xf9','\xf3','\x03','\x57','\xbf','\x36','\xe0','\x9e','\xbb','\x7c','\xf5','\xdc','\xe5','\x95','\x52','\xb6','\x5e','\x1a','\xb9','\xe2','\x9c','\x78','\x71','\xe0','\x52','\x0d','\x84','\x09','\xc2','\xfe','\x1d','\x7a','\x56','\xde','\x6f','\x2e','\x07','\xe5','\x19','\x5a','\x3e','\x42','\x8d','\x09','\x6a','\x72','\x27','\xed','\xfe','\x4f','\x18','\x83','\x9f','\x98','\x09','\xfe','\xcd','\x99','\xaf','\xfd','\x0f','\x66','\xe9','\xd7','\xff','\x84','\xfc','\xfa','\x1f','\x7f','\xfe','\xd7','\xc7','\xbf','\xf6','\x7f','\x7a','\xe4','\xdc','\x3f','\x2b','\x9c','\xfb','\xc4','\x37','\x4b','\x9f','\xfc','\xcc','\xe7','\xbc','\x67','\x9d','\xad','\xd7','\xc8','\x02','\xf4','\xef','\x74','\x39','\xe2','\xb6','\x73','\x68','\x3b','\x98','\x28','\x14','\xa4','\x80','\x03','\x44','\x4e','\x69','\x3e','\x1b','\xa3','\x0f','\x16','\xd5','\xd8','\x37','\xd0','\x3e','\x21','\xe1','\xbd','\x05','\x12','\xde','\x15','\x66','\x68','\x85','\x90','\xf7','\x3b','\x8a','\x46','\xaa','\xb6','\xf6','\xbf','\xd0','\xec','\x15','\x2f','\x5b','\xa7','\x60','\x57','\xda','\xfc','\x51','\xeb','\x8d','\x17','\x16','\xb3','\x0b','\x17','\xb3','\xdf','\xa8','\x69','\x81','\x93','\xfd','\xc6','\xad','\xec','\x37','\xae','\x66','\xbf','\xbe','\x92','\xbd','\x5c','\xcf','\xbe','\xf4','\xf2','\xc8','\x1f','\x5e','\x9a','\x5a','\xad','\x3d','\x7e','\xc9','\xae','\x42','\x3f','\x48','\x25','\xde','\x27','\xba','\x47','\x8c','\x59','\x1e','\xf2','\x53','\xd3','\x50','\x4c','\xc8','\xc9','\x3f','\xd2','\x30','\x8a','\x0d','\xa3','\x5a','\x83','\x3e','\x6c','\x09','\x9b','\xd1','\x2e','\x2d','\x36','\x60','\x41','\x05','\xbc','\x53','\x47','\x3c','\x5e','\x83','\x30','\x32','\x16','\x53','\xe3','\x71','\x15','\x63','\xf5','\x50','\x43','\xd5','\xee','\x28','\xac','\xa1','\x14','\xd6','\x95','\xc3','\x4d','\x7a','\x78','\x83','\xb0','\x8d','\x24','\xbb','\x85','\xf9','\xb2','\x51','\x71','\x11','\xdb','\x20','\x87','\x6f','\xfa','\x87','\x9b','\xa4','\xdf','\xd4','\x26','\x31','\x6e','\x7a','\x93','\x4d','\xb2','\xe0','\x90','\x1d','\x75','\xcf','\xcb','\x76','\x27','\x3b','\x8a','\xa0','\x72','\xb1','\x83','\x6b','\xd4','\x45','\xd0','\x39','\x11','\x04','\x29','\x1b','\x71','\xc7','\x39','\x1b','\xf8','\x6a','\x94','\xcc','\xbc','\xe4','\x9c','\x6a','\x3a','\xf5','\x53','\xc7','\xf8','\xcc','\xe5','\xb3','\xcb','\xe2','\x3b','\x9a','\xa4','\x73','\x03','\xbf','\xae','\xc1','\x04','\x7f','\x02','\x08','\x21','\x59','\x3c','\x4a','\x7f','\xa3','\x1d','\xee','\x7a','\xa2','\xc7','\xb0','\xce','\xb7','\xec','\x49','\xf1','\xfe','\x2e','\x18','\x06','\x74','\xfa','\xc2','\xf4','\xfb','\xc8','\x82','\xab','\xad','\x2e','\x8b','\xba','\xfc','\x62','\xf6','\x9a','\x9f','\x5d','\xb0','\x35','\x20','\x39','\x74','\xb2','\x57','\x60','\x2c','\x9e','\xd6','\xb2','\xd7','\x82','\xac','\xbd','\x91','\xb5','\x5f','\xcb','\xda','\x3f','\xcc','\xda','\xa7','\x35','\x9b','\x87','\xd6','\x6f','\x1d','\x8c','\x7c','\xef','\x68','\x75','\x3f','\x6b','\x64','\x8c','\x4d','\xc8','\x27','\xa8','\x6b','\x57','\x41','\xcf','\x14','\x12','\x11','\x58','\x04','\x5f','\x48','\x18','\xd1','\xde','\xf0','\x43','\xa7','\xe8','\xab','\xfc','\xfc','\x6a','\x81','\xb9','\xa6','\x9c','\xb9','\x9d','\x36','\x23','\x75','\x33','\xb2','\x62','\xa2','\x96','\x19','\xb9','\x6e','\xae','\x4d','\x9f','\xc1','\x39','\x8f','\x66','\x2a','\x46','\x52','\x17','\xa8','\xd5','\x49','\x0f','\x30','\x6c','\x29','\xea','\xa4','\xda','\x5e','\xca','\x76','\x23','\x4b','\xeb','\x11','\xa7','\x81','\xbc','\x79','\xb8','\xbb','\xa8','\xcb','\x77','\x1c','\xe0','\x55','\x83','\xc5','\x70','\x1d','\x14','\xbd','\x61','\xbb','\xa9','\x70','\x1f','\x3f','\x65','\x93','\x1d','\xf9','\x3a','\x84','\x27','\xf9','\xc7','\x90','\x6d','\xee','\x59','\x91','\xa5','\x45','\x6e','\x90','\xff','\x05','\xc2','\x91','\xa8','\x04','\x2b','\xaa','\xee','\x2b','\x2a','\xd1','\x36','\xf9','\x85','\x21','\x6e','\x23','\x99','\xe1','\xcb','\xbb','\x4c','\x84','\xa8','\x01','\x49','\xb6','\xfb','\xf1','\x2d','\x58','\xba','\x8a','\x25','\x3a','\x20','\xc9','\x20','\xb0','\x6b','\x01','\x98','\x53','\x91','\xf8','\xcc','\x84','\xef','\x55','\x94','\x50','\x0d','\x8a','\x86','\x00','\x78','\xc3','\x92','\x82','\xab','\xe9','\xe2','\x9b','\xf5','\xb1','\xd5','\x95','\x09','\xbb','\x75','\x84','\xaf','\x7a','\x53','\x6f','\xc5','\xab','\x39','\x1f','\x67','\x2a','\x34','\xa9','\x1b','\xa2','\xbf','\x52','\x76','\x07','\x12','\x2e','\x69','\xba','\xf2','\x2c','\x94','\x7d','\x15','\xd9','\x1d','\x59','\x72','\xb5','\x5b','\x21','\xac','\xbd','\x81','\xdf','\x08','\xac','\xdb','\x22','\x56','\xad','\xb2','\x6d','\xdd','\x0a','\x9c','\xc3','\x38','\x17','\x6f','\xe6','\x7c','\x9a','\xaf','\x40','\xa9','\x68','\x58','\x9f','\xe9','\x28','\x93','\x72','\xb3','\x7e','\xe4','\xef','\x18','\xec','\x52','\x94','\x0b','\xb5','\xe4','\xd6','\x41','\x48','\x6e','\xaa','\x5a','\x2b','\x47','\xee','\xcc','\xa2','\x86','\x80','\xd8','\x1d','\xe7','\xb1','\x8d','\x22','\xf3','\xb9','\x92','\xe0','\xde','\x74','\xaa','\x4a','\x33','\x6b','\xca','\xa0','\x3d','\x96','\xcd','\x04','\x07','\x11','\xf4','\x78','\x7e','\xcf','\x70','\x73','\x46','\x33','\xf7','\x9c','\xcf','\x03','\xea','\x9c','\xd1','\x31','\xad','\xd5','\x40','\x99','\x00','\xe9','\xee','\x2f','\xa8','\xee','\x2f','\x30','\xf7','\x19','\xe6','\xfe','\x85','\xa0','\x6a','\xbd','\x7b','\x9d','\xdf','\xb5','\x70','\xf5','\xaf','\x5d','\x3b','\xc6','\x46','\xc7','\xc2','\x75','\xac','\xef','\x38','\xb1','\x6e','\xcb','\x83','\xd2','\x4d','\x08','\xc8','\x7c','\x31','\x89','\x51','\x23','\x4a','\x75','\x89','\xd6','\xf6','\xac','\x4f','\xf5','\x36','\x71','\xbd','\x82','\x99','\x71','\x85','\x9a','\xed','\x4c','\x00','\xfd','\x71','\xd1','\x19','\xb7','\xea','\xbb','\xd3','\x33','\x8d','\xdc','\x4c','\x90','\x9b','\x69','\x4a','\x5e','\xf3','\xfe','\x99','\x8e','\x0d','\x79','\xcd','\x07','\x67','\x9a','\xcc','\x68','\x6e','\x99','\xcd','\x7f','\x1d','\x38','\x6c','\x8a','\x1b','\xb4','\x6c','\x16','\x66','\x04','\xf1','\x36','\xe4','\x5b','\x96','\x49','\x64','\x89','\x4c','\x39','\x99','\xf7','\x1c','\x3a','\x65','\x2b','\x53','\xb5','\xc3','\x41','\x30','\xb6','\x6a','\x9f','\x58','\xb0','\x5f','\xaa','\xea','\x43','\x92','\x1e','\xc5','\x6a','\x8c','\x07','\x32','\x24','\xad','\xd0','\xa4','\x6a','\x60','\x1e','\x06','\xc8','\xa7','\x54','\xf9','\x24','\x55','\xd6','\xba','\xfb','\x17','\xea','\xeb','\xfb','\xcb','\x21','\x90','\xc9','\x06','\xf6','\x48','\x17','\xc8','\x3c','\x91','\x06','\xca','\x68','\x48','\x34','\x4a','\x6c','\xfb','\xd2','\x46','\x72','\xc7','\x53','\xd4','\xc3','\xfb','\xf5','\xc7','\x29','\x03','\x8e','\x1c','\xb8','\x4a','\xe4','\x9a','\x27','\x65','\x1d','\x6e','\x98','\x9b','\x08','\xe1','\x13','\x59','\xe7','\x40','\xd6','\x79','\xf4','\x9a','\xf7','\xd7','\xaf','\x38','\xbd','\x26','\xd3','\x5d','\x85','\x4b','\x59','\x51','\x13','\x3c','\x94','\xe6','\x1f','\x1b','\x9f','\xfa','\xa6','\xe6','\x97','\x17','\xec','\x7c','\x64','\x69','\x22','\xe3','\xc5','\x22','\xf6','\xfd','\x91','\xc5','\x41','\xcd','\x0f','\x5e','\xaa','\x7f','\xed','\xeb','\xcb','\xa5','\x81','\xef','\xf2','\x95','\xbf','\x84','\xd0','\xbc','\x42','\xcf','\x5d','\xf1','\x66','\x37','\x69','\x69','\x93','\x76','\x7c','\x2a','\x51','\x5b','\x19','\x55','\x54','\xcd','\x29','\xe4','\x31','\xcb','\xe3','\x53','\x40','\xbe','\x0a','\x32','\xa0','\x4b','\x5a','\x26','\xd4','\x03','\x5d','\x84','\x57','\x06','\xeb','\xf9','\x7d','\xcb','\xda','\xc0','\x77','\x81','\x8e','\x95','\xbb','\x36','\x0a','\xdf','\x98','\xbc','\x10','\xb7','\x39','\x2a','\xae','\xff','\x53','\x99','\x76','\x8d','\x3b','\xdc','\x20','\x67','\x83','\x3f','\x67','\x05','\xe7','\x5c','\x74','\xee','\x89','\xd8','\xa3','\x4f','\xf9','\x9f','\x7e','\x62','\x9d','\x3c','\xb1','\x1e','\x6c','\xac','\x93','\xa7','\x3c','\x3e','\x18','\x7e','\x62','\xfd','\x00','\xb7','\xa7','\xbc','\xcf','\x3e','\xb1','\x3e','\xae','\xbb','\xb3','\xba','\x5b','\xd2','\x9b','\xce','\x53','\xbe','\x20','\x11','\x12','\x3c','\x42','\x9a','\xa8','\x5b','\x75','\x1b','\xd7','\x27','\xb1','\x62','\x5d','\x1d','\x03','\x9e','\xcc','\x6c','\x0d','\x8c','\x7f','\xc7','\x70','\x10','\x8e','\xa1','\xe0','\x48','\xac','\x8c','\x5f','\x86','\x6e','\x3d','\x22','\x62','\x99','\xae','\x62','\xb5','\x18','\xab','\x27','\x30','\x7d','\x3e','\x80','\x8c','\xc7','\xd7','\x41','\x7f','\x50','\x8a','\xf8','\x7c','\x13','\x7f','\xe1','\x68','\x78','\x04','\x38','\x94','\xf5','\x1e','\x36','\xf3','\x18','\x47','\x31','\x89','\x1d','\xe7','\x6b','\x06','\x4b','\x23','\x77','\x47','\xe6','\xaa','\x9b','\x01','\x8b','\x51','\xd1','\xac','\x41','\x43','\xfb','\xea','\x57','\xa9','\x69','\x0a','\x3b','\xd3','\xee','\x0c','\xfa','\xad','\xfb','\xa2','\x75','\x87','\x1a','\xa6','\x40','\x87','\xe1','\xfd','\x21','\xfe','\x70','\x57','\xde','\x78','\x80','\x18','\x81','\x63','\x74','\x5f','\x31','\xc3','\x94','\x4b','\x52','\xa5','\x9e','\xe6','\xcd','\x31','\x5a','\xda','\x2b','\x6f','\x1c','\xea','\xfd','\x45','\xf8','\xfd','\xe5','\xda','\x12','\xcc','\x3d','\x7e','\xb3','\x14','\xf8','\xb7','\xe5','\xfb','\xce','\x38','\x9d','\xf8','\xeb','\xd4','\x0a','\xb9','\xcc','\xc8','\x0f','\xba','\xb2','\x3b','\x3f','\x2f','\x16','\xeb','\xd7','\xff','\x52','\xa2','\xdb','\x05','\xaf','\xfe','\x0e','\x29','\x11','\xe9','\xff','\x9c','\xe3','\x48','\xb6','\x00','\x4b','\x30','\xa8','\x34','\xc5','\x23','\x6e','\xb2','\xda','\x7a','\x60','\xfa','\xd6','\xd0','\xa1','\x1f','\xe6','\xe5','\x9b','\x65','\xd6','\xa8','\x76','\x21','\x13','\x16','\x04','\xaa','\x24','\x46','\x15','\x51','\xa1','\x6e','\x77','\x20','\x13','\x9b','\x00','\x99','\xe0','\x27','\xdd','\x95','\xfc','\xa8','\x42','\x27','\xaf','\x78','\x7c','\x46','\x3d','\x4c','\x01','\x8e','\x26','\x8b','\xc7','\xc3','\x94','\x9a','\xe1','\xec','\xa2','\xf4','\x01','\x4a','\x87','\x28','\x7d','\x48','\xcc','\xba','\xc9','\x4c','\xbb','\x2a','\x78','\x0b','\x42','\x03','\x18','\x06','\xdd','\x7f','\x3c','\xac','\x7b','\x46','\xe0','\x4b','\x05','\x6f','\xf2','\xef','\x55','\x43','\xd7','\x82','\xfb','\x60','\xcf','\x52','\x71','\x94','\x7e','\x35','\x46','\x4c','\xed','\x03','\x73','\x18','\x9f','\xb9','\x05','\xba','\xb4','\xe6','\x60','\xc1','\x3c','\xc0','\xcc','\x54','\xd7','\x5e','\x67','\x67','\x06','\x73','\x5e','\x36','\x57','\x19','\xc9','\xeb','\xba','\x16','\xb1','\x87','\x77','\x1f','\x27','\xc4','\x7f','\x8e','\x38','\x5f','\xd5','\x7c','\x53','\x40','\xd6','\xcf','\xbc','\x07','\x8f','\xa6','\xe6','\x99','\x79','\xc7','\x94','\x6c','\x33','\xee','\x9a','\xf7','\x5d','\x35','\xff','\x7a','\xe5','\x4c','\xea','\x65','\x2f','\x7b','\xa9','\x32','\x55','\xe3','\xcb','\x0b','\x84','\xae','\x84','\x49','\xb2','\x1a','\x7c','\x7d','\x0c','\x6a','\xd3','\xb2','\x0a','\xed','\x53','\xfb','\xcf','\x2a','\x9f','\xf9','\x53','\x76','\xf6','\xff','\xa6','\x7e','\xfd','\xa0','\x26','\xab','\x2f','\x20','\xf4','\x02','\xc2','\xaf','\x82','\x3e','\xef','\x62','\x7e','\x64','\x29','\x7f','\xd4','\xce','\x67','\xbd','\x7c','\xd6','\xd6','\x7e','\xd1','\x66','\xcf','\xd8','\x6c','\xd2','\x46','\x0b','\x81','\x84','\xe6','\x13','\x32','\x0d','\xbb','\xcb','\xb9','\x0d','\x38','\x34','\x68','\x02','\x15','\x87','\x44','\xa8','\x04','\xe5','\x69','\x1a','\x13','\xb0','\xfb','\x03','\x0e','\x1d','\x6f','\x02','\xb9','\x08','\xdf','\xfb','\xee','\x22','\xbe','\xdc','\x1f','\x96','\x59','\xd1','\x06','\x8d','\xbf','\xeb','\xed','\x00','\x72','\x35','\x69','\xf0','\x0e','\x15','\x65','\x6e','\x38','\x48','\x92','\x3f','\x36','\xa1','\x87','\xfd','\xe1','\x59','\x3a','\x91','\x6c','\x8f','\x09','\x39','\xd6','\xda','\xf6','\xfb','\xf7','\x43','\x4b','\x29','\xbf','\x2f','\x64','\x5a','\x7b','\xca','\x2b','\xce','\x51','\x93','\xbf','\xad','\x44','\x27','\x9c','\xce','\x1b','\x82','\x77','\xdb','\xe1','\x20','\x3c','\xd4','\x70','\x53','\x1c','\xe7','\xb9','\x7b','\x1e','\xe7','\x67','\xe5','\x9f','\x19','\x8a','\x4e','\x43','\x13','\x1c','\xba','\x01','\x35','\x15','\xee','\xac','\x5b','\xc1','\x3b','\x5a','\x1d','\xab','\x14','\x47','\x53','\xb6','\x54','\x37','\xe2','\xb4','\x90','\xa6','\x69','\x23','\xec','\x47','\x93','\x69','\x3c','\xe9','\x85','\xa7','\xe2','\x49','\x42','\x41','\x2f','\xd2','\xa1','\x43','\x84','\x46','\x93','\xed','\x98','\x43','\xe5','\x12','\x7c','\xc7','\xf9','\x59','\xf8','\x0c','\xfc','\x3d','\x9f','\x4a','\xb6','\x8f','\x37','\xe9','\xc4','\x2c','\x98','\xd9','\xf9','\x60','\xdd','\xcf','\xb3','\x93','\xa7','\x4b','\x5e','\x03','\xf5','\x8d','\x24','\xf7','\x56','\x2e','\xb9','\x83','\x88','\xef','\x9e','\xee','\x6f','\x1a','\x8d','\xef','\x59','\x01','\x6c','\xa9','\x53','\x2d','\xb0','\xf2','\x2d','\xed','\xad','\x4d','\x14','\x6b','\xfe','\xd2','\xe9','\x9b','\xbf','\xa8','\x36','\xbe','\xc4','\xdc','\xbf','\x64','\xb0','\x9f','\xf2','\x0d','\xc3','\x5a','\xf6','\x84','\xfa','\x05','\x38','\x6e','\xc1','\x26','\x7c','\x29','\xbe','\xf3','\x4a','\xd4','\xb0','\xea','\x50','\x4f','\x47','\x43','\x86','\x44','\x5b','\xd0','\xb7','\x45','\xe7','\x10','\xfd','\xca','\x24','\x35','\xad','\x15','\xa3','\xcc','\x8c','\xb2','\x6a','\x94','\x0d','\x03','\xd8','\x06','\x6d','\x83','\x47','\x90','\x27','\x96','\x99','\xf5','\x46','\x7b','\xaa','\xce','\xca','\x14','\x6c','\x9a','\x02','\x43','\x2f','\x50','\x7f','\x67','\xb6','\x66','\xc4','\x53','\xfe','\xe2','\x14','\xb7','\xba','\xb0','\x2b','\x5b','\xfc','\xf1','\x39','\xf1','\xe6','\x6e','\x18','\x37','\x31','\x05','\x30','\x7e','\x14','\x91','\x91','\xfe','\x62','\x8d','\x35','\x03','\xba','\x01','\x42','\x71','\x43','\x3e','\x54','\x97','\x91','\xea','\x47','\x0e','\x35','\xb8','\xa5','\x0e','\x35','\x3e','\x86','\x47','\x3f','\xe5','\xc1','\x38','\x75','\x28','\xac','\x7b','\x61','\x7a','\x61','\x38','\x15','\xdb','\xe9','\x8f','\xb9','\x68','\xb0','\x45','\x87','\x25','\x91','\x91','\xd0','\xb9','\x1b','\xd0','\xee','\xe5','\x25','\x42','\x9f','\x21','\x5d','\xa8','\xec','\x3f','\x6c','\xa4','\x5e','\x35','\xe8','\x2b','\xf0','\xff','\x8b','\xf1','\x34','\x7d','\x25','\x47','\x59','\x6e','\x7f','\xfe','\x41','\xcf','\xdb','\x5f','\xa9','\x24','\x75','\x3d','\x1e','\x53','\x55','\x7e','\xf9','\x84','\xbe','\x9b','\x4a','\xec','\xe2','\x76','\x9f','\x78','\xe0','\x43','\x9f','\xf8','\x1a','\xae','\x87','\xed','\xe1','\x68','\x67','\x67','\x77','\x1f','\x9e','\x2d','\x1c','\x87','\x88','\x21','\xbc','\xd0','\xc4','\x53','\x90','\x03','\x7f','\xe0','\x75','\x47','\x49','\x39','\x6a','\xc4','\x79','\xe3','\xbd','\x90','\x73','\x59','\x6c','\xfa','\xdd','\x81','\x12','\x71','\x58','\xc4','\xd1','\xde','\x73','\x3a','\xdc','\x9e','\x8c','\x38','\x90','\xab','\x06','\x3e','\x4f','\xf8','\xe8','\x2e','\xb1','\xde','\xf5','\xd1','\x3a','\xe9','\x1a','\x50','\xf8','\x64','\x2f','\xd0','\x81','\x0b','\x2c','\x1e','\x65','\x92','\x64','\x48','\x0b','\x46','\x74','\xd5','\x8d','\x1a','\x36','\x7e','\xde','\x8d','\x65','\x75','\x22','\x19','\x32','\x64','\x4f','\x0b','\x8a','\x9c','\x56','\x95','\x8c','\x6e','\x24','\x16','\xec','\x98','\xf2','\xaf','\x55','\x62','\x16','\x80','\xd9','\xd9','\x2c','\x8a','\x86','\xca','\x90','\xe2','\x0f','\xc1','\xee','\xaf','\x08','\x1c','\x82','\x82','\x00','\x2d','\x0c','\x53','\x80','\x64','\xde','\xf5','\xe9','\x14','\xa1','\x53','\x72','\xa6','\x55','\xa7','\xc6','\x2d','\x0a','\x9c','\xf1','\xdf','\x3f','\x5f','\xce','\xe8','\xb3','\x02','\x48','\x5f','\xe8','\xf1','\x0c','\x08','\x67','\xc3','\xea','\x38','\x1b','\xf9','\xe0','\xce','\xda','\xae','\x62','\x2e','\x2c','\xc5','\x50','\xc7','\x8b','\x05','\x5b','\x84','\xc7','\x92','\x2e','\x53','\x5c','\xa6','\xf2','\x5d','\xc0','\x65','\x77','\xf7','\x9f','\x6a','\x97','\xbd','\xec','\x65','\x27','\x34','\x3e','\xee','\xdd','\x6e','\x58','\x56','\xb1','\x5c','\xc0','\xb1','\x0a','\xc6','\x02','\x47','\xc7','\x97','\xbb','\x42','\xcb','\x72','\xe7','\x43','\xbe','\x02','\xc1','\x03','\xd3','\x01','\x35','\x4d','\x4a','\xa8','\xcb','\x03','\x23','\xa8','\x60','\x82','\x6d','\x2a','\x98','\xb8','\x78','\xf1','\x7d','\xd1','\x43','\x31','\xd9','\xe3','\x87','\x01','\x23','\x92','\xe5','\x4b','\xdb','\xb9','\x38','\xf1','\x79','\x44','\x5d','\x2f','\x13','\x8a','\x37','\x5d','\xe8','\x88','\x37','\x45','\xa1','\x7a','\x65','\xc4','\x70','\x61','\x5f','\x90','\x51','\x58','\x42','\x65','\xc2','\xb3','\x62','\x82','\x8a','\x6a','\xcd','\x8d','\xd8','\x7c','\x27','\x2a','\x14','\x10','\xdd','\x85','\xdf','\x88','\x50','\x99','\x7f','\x9d','\x07','\xe8','\x69','\x4c','\x59','\xaa','\xde','\x34','\xbe','\x13','\x0b','\xab','\x63','\x65','\xda','\x78','\x98','\x8e','\x93','\xc3','\x74','\xe8','\xf0','\xa1','\xec','\x74','\xc3','\x2d','\x47','\xd1','\x2a','\x1c','\x64','\x17','\xef','\xf7','\xee','\x94','\x66','\x5a','\xde','\xe1','\x06','\x88','\x1c','\x8b','\x48','\xb3','\xdc','\x53','\x8f','\x7e','\x5b','\x7f','\x19','\x06','\x1e','\xd5','\x67','\xa9','\xaa','\xa7','\x98','\x93','\x0a','\xfc','\xd4','\x05','\x02','\x16','\x78','\xbd','\x01','\x60','\x48','\x82','\x36','\x73','\x29','\xe8','\xdd','\x04','\x6d','\xd0','\xbb','\x71','\x29','\x0a','\x25','\x6f','\xfa','\x79','\xec','\x13','\x90','\x72','\xcd','\x12','\x96','\x0d','\xda','\x59','\x87','\xed','\x61','\xdf','\xd8','\xca','\x3a','\x7d','\x74','\xef','\x7d','\xbd','\x36','\xa3','\x8b','\xe8','\xb1','\x38','\xca','\x63','\x94','\x1f','\x87','\x17','\xcb','\xfb','\x1e','\x9e','\x7c','\x68','\xa2','\x7a','\x70','\x8c','\x47','\x6f','\xd2','\x7a','\x31','\x90','\x6b','\x2f','\x0c','\x26','\x26','\x0f','\x12','\x29','\x06','\xe0','\x40','\xfe','\xe9','\x23','\x4d','\x75','\xb0','\x46','\x07','\x6b','\x64','\xc4','\xde','\xa1','\x53','\x0c','\x4d','\x88','\xd0','\x05','\xed','\xe3','\x59','\xc2','\x23','\x30','\x9c','\xf4','\x12','\x84','\x24','\x09','\x19','\xbe','\xe9','\x3d','\x3c','\x4b','\xc6','\x66','\x49','\x91','\x90','\x5a','\x52','\xe0','\x05','\x44','\xb2','\xf2','\x5e','\xc7','\xe9','\xd4','\xad','\x04','\xd1','\xee','\x76','\xdd','\x4a','\xb8','\xbb','\x9d','\x4a','\xd6','\x35','\x4f','\xd4','\xad','\x9c','\x59','\xcb','\x2f','\xc9','\x04','\x98','\x7b','\x63','\x0c','\x2a','\x4d','\xfc','\x0f','\xa5','\x0a','\xc1','\xda','\x1c','\x1d','\xa6','\x2d','\x0c','\x52','\x63','\x99','\x6e','\x3a','\x34','\xd3','\x1e','\x42','\x34','\xb0','\x61','\x20','\x16','\x0a','\xbc','\xdf','\x0a','\xd2','\xab','\x8b','\x74','\xd5','\x6e','\x8f','\x38','\xe7','\x35','\xff','\x74','\x87','\x78','\xbd','\x67','\x7f','\x4e','\xb3','\xf5','\xb6','\xe0','\xfc','\x87','\x7a','\x53','\xc4','\x03','\x1d','\xa8','\xae','\x83','\x1d','\x84','\x2c','\x9d','\x7d','\x9f','\x70','\x38','\xeb','\x00','\xc8','\x2a','\xeb','\x94','\xfa','\xea','\x6b','\x3d','\x0f','\x7c','\x4e','\x14','\x98','\x21','\x97','\x09','\x4c','\x44','\x04','\xf4','\xbf','\x30','\x1b','\xa8','\x1a','\xc1','\x6a','\xe7','\x03','\x83','\xe0','\xf8','\x54','\x63','\x80','\x3b','\x13','\x23','\xfc','\x38','\xfe','\x8e','\xe3','\xc0','\x11','\x96','\x81','\x88','\x26','\xf8','\x60','\x6e','\x1e','\x28','\xb4','\x13','\x32','\x13','\xbb','\x76','\x07','\x20','\x3e','\x70','\x69','\x2b','\x70','\x45','\x8d','\xec','\xf8','\x1c','\x39','\x78','\x8a','\xdb','\xc0','\x77','\x4f','\x0d','\x1f','\x9f','\x83','\xba','\x5e','\xa4','\x56','\x02','\xee','\x26','\x9b','\xc4','\x5d','\x72','\xdf','\x55','\x32','\xf0','\x7d','\x68','\xeb','\xc8','\xbe','\x38','\xb7','\x5a','\xe3','\x9f','\xe7','\x6e','\x4d','\x81','\x5d','\xf4','\x98','\x61','\x76','\xfd','\xe7','\x57','\x10','\xb8','\x87','\x7d','\x92','\x9b','\x78','\xc3','\x49','\xa4','\x9c','\xdc','\x99','\xd6','\xe8','\x0e','\x7e','\x7e','\xce','\x5f','\xd5','\x65','\x05','\xa0','\xc2','\x21','\x93','\xa7','\x1c','\xf9','\xd9','\x4a','\x91','\x3d','\x76','\xac','\x8e','\xea','\x74','\xba','\xab','\xcb','\x99','\x08','\x4f','\xbb','\xc4','\x57','\x5d','\x75','\xa0','\xc6','\x82','\xf5','\x34','\x79','\xe0','\x5d','\xa2','\x60','\x72','\x96','\x0a','\xbc','\x3a','\x4d','\x37','\xe9','\xb1','\x9b','\xed','\x71','\xc2','\xef','\x76','\x3a','\x9b','\x6c','\x97','\x28','\x72','\xb8','\xd7','\xf3','\x49','\x9f','\x4c','\x10','\x32','\x46','\x60','\x9a','\x5e','\x04','\xdd','\xae','\x84','\xc4','\x48','\x54','\x25','\xd1','\x83','\x40','\x01','\x11','\x55','\x83','\xef','\x1e','\x84','\x96','\x81','\x83','\x07','\xb9','\x0d','\x6b','\xfe','\x81','\x83','\x07','\x0f','\x7c','\xf7','\xe0','\x67','\xaf','\xf9','\xe3','\x08','\x8d','\x2b','\x1d','\x0a','\x71','\x27','\xcc','\x27','\xf4','\x3c','\x29','\x31','\x56','\xb1','\x41','\x63','\x3a','\x89','\x15','\x41','\xb7','\x2b','\xa6','\xa3','\x53','\xa7','\x6c','\xcb','\x37','\x4e','\x9d','\xca','\x71','\xb3','\xbc','\xd8','\xa9','\x53','\xdc','\x88','\xe5','\xc9','\xfc','\x3b','\xa9','\x40','\x7d','\xb0','\x07','\xde','\x4f','\x6b','\x73','\x7f','\x7e','\xc7','\x75','\x77','\xd8','\xf8','\xcd','\xad','\x47','\x6d','\xf4','\x28','\x42','\x9f','\x3e','\x3e','\x37','\x7b','\xf0','\x14','\xb7','\x26','\x37','\x3e','\x07','\xba','\xd0','\xbe','\xfd','\x92','\x9d','\x8a','\xbb','\xa9','\xdf','\xb9','\x3a','\xf8','\x8d','\x15','\x96','\x7a','\x59','\x9d','\xba','\x74','\x62','\xa1','\xc6','\xb7','\x07','\xc0','\xa2','\xb5','\xfa','\xa8','\x26','\xa3','\x08','\xa8','\x4f','\x64','\x76','\xa6','\xa3','\xa4','\xb3','\x43','\x4c','\x47','\x38','\x5a','\x1d','\x3d','\x9d','\x6d','\x0b','\xcb','\x25','\xbb','\x78','\x0f','\xe2','\xa8','\x54','\x93','\x67','\x03','\x6f','\xb6','\x26','\x13','\x6e','\x41','\x3b','\x5d','\x93','\xdf','\x81','\x57','\xda','\x25','\xc0','\x96','\x08','\x95','\x16','\xd5','\x50','\xf8','\x7e','\x33','\x60','\xab','\x71','\xa4','\x1f','\x68','\xd9','\x5b','\x56','\x12','\x4a','\xc7','\xdd','\x75','\x83','\xaf','\x0c','\xe1','\xd2','\x21','\xfa','\x26','\x13','\xbd','\x05','\xa4','\x49','\xf8','\x02','\xc2','\x6d','\x22','\xe9','\x85','\xd7','\xa7','\xd6','\x2f','\xf2','\x1e','\x2e','\x29','\x84','\xec','\xcc','\xd3','\xe2','\xa9','\x46','\x6c','\xaa','\x26','\x4b','\x71','\x1f','\x4f','\xfa','\xb4','\x82','\x00','\x88','\xa5','\xeb','\xc8','\x66','\x5a','\xb0','\x99','\xb1','\xa9','\x02','\x24','\x24','\xaa','\x7c','\x87','\xca','\x0d','\xa2','\xb8','\x45','\xe6','\x3e','\xde','\x72','\xcb','\x6e','\x00','\x3a','\x2c','\xe1','\x75','\xff','\x5c','\xf4','\xe0','\xe7','\x82','\xe0','\xdc','\x05','\xf5','\xdc','\xc1','\x83','\x09','\x71','\xdd','\xc5','\x04','\xf0','\xf9','\x20','\x1d','\x4e','\x00','\x84','\x3e','\xbb','\x4c','\x1e','\xbd','\xe2','\xcf','\xd2','\x1d','\xb4','\xb4','\xbd','\xeb','\x2e','\x74','\xe4','\x75','\x21','\x7a','\x4b','\xbf','\x29','\x93','\xf2','\xb7','\x13','\xf9','\x87','\x6a','\x13','\xa3','\x28','\x16','\x55','\xef','\x8f','\x2a','\x83','\x31','\x1a','\x5c','\x7b','\xe7','\x6b','\x57','\x48','\x89','\xef','\x07','\x11','\xf4','\x79','\x64','\x7f','\x0d','\x6f','\x9c','\xfb','\xd6','\xfa','\xb9','\x6f','\xe1','\xd2','\xc3','\x0f','\x95','\xc6','\x1e','\x72','\x4c','\x4a','\xce','\xb4','\x89','\xb4','\xd5','\xd1','\x35','\x03','\x62','\x94','\xda','\x37','\x33','\x41','\x79','\x05','\xe7','\x59','\x6c','\x02','\xb1','\x58','\xb2','\x0d','\x38','\x10','\x9b','\x2f','\x99','\x78','\x8e','\x47','\xee','\x00','\x56','\xb1','\x3f','\x3f','\xb8','\xfc','\xb5','\x03','\x4b','\xe7','\x2e','\x3b','\xe7','\x5e','\xa9','\x95','\x46','\x6a','\xa5','\x13','\x55','\x67','\xa1','\xda','\xe1','\x13','\x9e','\x41','\xc1','\x4f','\x55','\x81','\x56','\x22','\x90','\x42','\xf8','\x3a','\xce','\xbe','\xe4','\x6a','\x7f','\x68','\x67','\x17','\x94','\xec','\x82','\x9c','\xbd','\x40','\xb2','\x57','\x3e','\xd0','\x2e','\xe1','\xec','\x12','\xca','\xda','\x76','\xd6','\xd6','\xb3','\xd5','\xb3','\xf9','\xdf','\x9b','\xf9','\xec','\xef','\xe1','\x0f','\x7f','\xef','\xa1','\xa9','\xdf','\x7f','\xe8','\xc4','\xab','\x34','\xf2','\x6a','\x3b','\xb2','\xb0','\x75','\x37','\xcf','\xed','\x9e','\x74','\xc4','\x3b','\x17','\x90','\xbd','\x56','\x8f','\xbb','\x8e','\x03','\x86','\x90','\xb4','\xe0','\x4e','\x42','\x4a','\xc1','\x1e','\x02','\xab','\x49','\x82','\x9f','\x04','\x28','\x4a','\xc4','\x2b','\xef','\x8b','\x64','\xe6','\x24','\xbc','\xe2','\x74','\xfc','\x84','\xdd','\xfc','\x6c','\xe0','\x30','\x48','\x58','\xc6','\x66','\x3a','\xfe','\x41','\x85','\x9c','\xb1','\x69','\x23','\xfa','\x4c','\x4d','\x92','\xe2','\x01','\x96','\xc0','\x4b','\x34','\x20','\x92','\xdd','\x41','\x8c','\xcf','\x1d','\x98','\x42','\xc4','\xde','\x95','\xa7','\x05','\x87','\x0a','\xb2','\x37','\x2d','\xe9','\x38','\x38','\x00','\xb7','\x83','\x3b','\xd2','\x3d','\x5c','\xa9','\x81','\x60','\x2b','\x65','\xb3','\xac','\xcd','\x56','\x81','\x40','\x95','\xed','\xfa','\x3c','\x2a','\x14','\xc2','\x5b','\x44','\x51','\xb9','\xd9','\x99','\x16','\xf7','\xd1','\x72','\x9e','\x77','\x78','\x71','\x91','\x2c','\x2e','\xca','\x9e','\x27','\x00','\xed','\x42','\xa7','\x4f','\x10','\x95','\xb0','\x3c','\x65','\x6b','\xc9','\xc7','\x24','\xe0','\x4b','\xe9','\x3b','\x0f','\xb5','\x21','\x6b','\xfb','\x24','\x7c','\x14','\x01','\x49','\x97','\x49','\x7e','\xa2','\xfa','\x1d','\x9b','\xb7','\x95','\xc8','\x7a','\x5a','\xba','\x50','\x18','\xa8','\x76','\x78','\x77','\x23','\x5b','\x96','\x66','\x0f','\x27','\x10','\xee','\xab','\xe7','\xee','\xe2','\x58','\xd8','\xbe','\x28','\xdd','\x02','\x34','\x34','\x29','\x24','\x7a','\x4d','\x0a','\x9b','\x48','\x39','\x8f','\xd4','\xe3','\x48','\x4f','\x06','\x76','\x04','\x6a','\x43','\xba','\x52','\xe0','\x0b','\x12','\xed','\xf4','\xcc','\xd6','\x91','\xe5','\xa1','\xae','\xf6','\x31','\x91','\x88','\x1f','\x72','\x89','\x87','\x74','\xf2','\x80','\x03','\x01','\xca','\x7d','\xfe','\xc6','\xdd','\x7d','\xb5','\xd8','\xd0','\x63','\x27','\xb3','\xdc','\xb3','\xe5','\xab','\xa2','\xe5','\x91','\x53','\xa7','\xf8','\x92','\x08','\x87','\x12','\x03','\xfe','\x8a','\x2f','\x9a','\x76','\x77','\x23','\xe2','\xc4','\x60','\x47','\x9e','\x56','\x5c','\xb8','\x01','\xbe','\xce','\xaf','\xa9','\xb2','\xc9','\xe8','\x4c','\x5a','\x79','\xe0','\xdd','\x91','\x15','\xac','\xdd','\xf4','\x3a','\x4b','\xc4','\x4d','\xcf','\x7a','\x47','\x2c','\x11','\x3c','\xfc','\x9c','\x45','\x63','\x4d','\x34','\x71','\xc9','\x3b','\xf2','\x00','\xc1','\x43','\x24','\xfe','\xfb','\xc4','\x1f','\x25','\x95','\x35','\x0f','\xf4','\x9e','\xc5','\xec','\x55','\xfb','\xf8','\x1c','\x5c','\x1a','\xbb','\x29','\xe0','\x0d','\x99','\xcb','\x10','\x63','\xc2','\x02','\x15','\x23','\xf8','\x8c','\x1f','\x7c','\x40','\x12','\x98','\x64','\xe2','\x1e','\x80','\xb5','\x4c','\x32','\x76','\xc6','\x03','\xb0','\x16','\xee','\x70','\x74','\xe8','\x22','\x28','\x98','\x8e','\x92','\xe9','\x08','\xe5','\x66','\xb9','\x2b','\xd3','\xc8','\x98','\x46','\x5b','\xd3','\x91','\x2b','\x56','\x23','\x31','\x4d','\x1b','\xd3','\xc8','\x9d','\x16','\x14','\xb5','\xc6','\x13','\xeb','\xe8','\x89','\xf5','\x5f','\xe7','\xf6','\x94','\xf7','\xb4','\xee','\xba','\xee','\x86','\xeb','\xae','\x47','\xae','\xf8','\xc9','\x4b','\x92','\x24','\x4b','\xa0','\xbb','\x04','\x8d','\x30','\x5b','\x98','\xb9','\x44','\xb5','\xc9','\x09','\x10','\x40','\x4c','\x41','\x9b','\x03','\xd8','\xe9','\x32','\xad','\x5b','\x6d','\x10','\x0d','\x49','\xcb','\xd4','\x4c','\xa4','\x7e','\x2f','\x4d','\x1f','\x52','\xe8','\x99','\xab','\xa9','\xdf','\xd3','\xe9','\x43','\x05','\x3a','\x9a','\xa1','\x6b','\x89','\xa1','\x0c','\x06','\xd6','\x5d','\x55','\x81','\x7e','\x3d','\xb8','\x0c','\x0a','\x34','\x48','\x5b','\xc1','\xd0','\x54','\x0d','\xda','\x12','\x79','\x88','\xd4','\xdf','\x99','\x88','\x84','\x78','\x93','\xe6','\x0f','\x31','\xe2','\x31','\x52','\xd1','\x3c','\xbd','\xe7','\x02','\x68','\x1e','\x7f','\x4c','\x28','\x0a','\x21','\xe9','\x0e','\xc8','\x53','\x1d','\x1b','\xd7','\x82','\x4f','\x67','\x6b','\x8f','\x66','\x6b','\x00','\xcf','\xe6','\x8b','\x4c','\xb6','\xd6','\xe4','\xa6','\x01','\xa8','\xb2','\x27','\x1f','\x4c','\xf6','\xda','\x07','\xc7','\x12','\x15','\x8d','\x18','\x63','\xc4','\x1c','\x0b','\x82','\x31','\x18','\xc8','\x63','\xc8','\x3c','\xae','\x4f','\x8f','\x59','\xc1','\x98','\x6e','\x8c','\x7d','\xb1','\x35','\xf6','\x6b','\x33','\x63','\xbf','\xf6','\xa9','\xe3','\x5f','\xfc','\x93','\xb1','\xa7','\xff','\x78','\xec','\xe9','\x3f','\x1d','\xfb','\xe2','\xff','\x7d','\xec','\xd7','\x0a','\x63','\xbf','\xf6','\xa0','\xf9','\xc5','\xff','\xb9','\x78','\xeb','\xd9','\xa2','\xfd','\xda','\xbf','\xac','\xc6','\xbf','\x91','\x96','\x76','\xaf','\x1b','\xae','\x8e','\x24','\xa6','\x4a','\x0f','\x77','\xb0','\x91','\x12','\x3a','\xf2','\x91','\x72','\xf8','\x44','\xfa','\xf0','\x89','\xfa','\x91','\x0f','\x57','\x0e','\xcb','\xdc','\x5a','\x47','\xda','\xfa','\x21','\xfd','\xad','\x43','\x27','\xbe','\x7b','\xe6','\xa3','\xdc','\x29','\x3c','\xa4','\x53','\xa8','\x5f','\x4c','\x0a','\x9c','\x8c','\x00','\x83','\x2b','\x65','\x15','\xf2','\x87','\x16','\xab','\x95','\x99','\xc8','\x19','\x8a','\x81','\xc5','\xb6','\xf3','\x87','\x65','\x91','\x3f','\xb4','\x44','\xce','\xf0','\x10','\x25','\x79','\x0a','\x8c','\x23','\x27','\xae','\x78','\x36','\x7f','\x45','\xb2','\xf5','\x51','\xc4','\x1e','\x43','\x34','\x2f','\xf8','\x37','\xf8','\x9d','\x09','\x14','\xd6','\x10','\xec','\x20','\x01','\x5e','\xf2','\x77','\x81','\x3c','\x7b','\xb3','\x7a','\xe7','\x7d','\x11','\x53','\x05','\xff','\x98','\xc0','\xd9','\x84','\x6f','\x0b','\x95','\xfc','\x0a','\xc2','\x01','\x38','\x9d','\xa7','\x75','\x21','\x95','\x4e','\xa1','\xe7','\x85','\xd0','\xb2','\xbf','\xdd','\xe1','\xf2','\x4f','\xbb','\x52','\xe9','\x52','\xb0','\x1f','\xf9','\x7c','\xfa','\x1c','\x80','\x16','\x30','\x33','\x55','\xeb','\x58','\x96','\x9b','\x0f','\x8f','\xcf','\x0b','\x7b','\xa5','\xfb','\x74','\xdb','\x7c','\x13','\x3a','\xa0','\x96','\x30','\xbb','\x03','\x32','\x70','\xd9','\x85','\xff','\x34','\x11','\x71','\x54','\x96','\x80','\x8f','\x99','\x6d','\xf6','\xa2','\x08','\x1e','\x0e','\xf7','\x07','\x15','\xbb','\x9e','\x86','\xaf','\x40','\x4e','\x36','\xe4','\x3d','\x82','\x4e','\xe3','\x39','\x9b','\x8a','\x38','\x65','\x9a','\x68','\xef','\xfb','\xac','\x4c','\x7a','\xa6','\xdd','\x26','\x7b','\x3c','\x95','\x08','\xab','\x12','\x36','\x09','\xe3','\xfc','\xab','\xc4','\xcb','\xcf','\x55','\xf2','\x54','\xef','\xae','\x30','\x5d','\x5e','\x9a','\x9f','\x03','\x96','\x8e','\x77','\x49','\xc6','\x22','\x4d','\x34','\x58','\x53','\x44','\x7c','\x51','\x9b','\xb2','\x2f','\xae','\xda','\x6b','\xab','\xdc','\x51','\x0e','\xec','\x44','\xff','\x2c','\xed','\x4a','\x5d','\x6f','\x4f','\xd4','\x94','\xc0','\xc5','\x8d','\xd8','\xde','\x51','\x5b','\xf8','\xe1','\x3e','\xc0','\xd8','\x42','\xfb','\x45','\x9b','\x3c','\x63','\x93','\x49','\x7b','\x6e','\x21','\x48','\xa1','\xf9','\xbb','\xfb','\x02','\xf6','\xe4','\xa1','\x05','\x1f','\xf8','\xff','\x4a','\xb9','\xa7','\x8a','\xee','\xc1','\xe3','\xaa','\xa2','\x78','\x0a','\x90','\x03','\xe6','\x40','\xcd','\x8c','\x08','\x5b','\xa8','\x99','\x53','\xdd','\x0b','\x74','\x9f','\xb0','\x7d','\xbe','\xb9','\xaf','\xef','\x6a','\xbe','\xe7','\x9b','\x95','\xbe','\xeb','\x75','\x74','\xe1','\x3f','\xed','\x8f','\x38','\x77','\xd7','\x47','\x76','\x9c','\x13','\xc8','\x23','\xf4','\xd6','\x79','\x16','\x66','\x56','\xb7','\xfb','\xd1','\x4e','\x23','\xa5','\x20','\xfa','\xd1','\x24','\x1f','\xe6','\xb3','\xd8','\x95','\x52','\x10','\x3b','\x20','\x32','\x49','\x61','\x71','\x2e','\xd3','\xd0','\x48','\x99','\x82','\x6e','\xe9','\x19','\x0a','\x4e','\xc5','\x03','\x06','\x74','\x3c','\xf2','\x69','\x5f','\x4e','\x0f','\x80','\xaa','\xee','\xae','\xf9','\x8c','\xe2','\x05','\x1d','\x83','\xea','\xa6','\xd8','\x31','\x8a','\x09','\x5a','\xc3','\xa9','\x01','\x54','\xe0','\x26','\xdb','\xa7','\xa9','\x5b','\x57','\x0c','\xaa','\x16','\xa8','\x9e','\xa1','\x76','\x62','\x48','\xfb','\x80','\xf6','\xfc','\xdd','\x9e','\x69','\x5b','\xfc','\x71','\x77','\xbc','\x0c','\x67','\x1a','\xe4','\x47','\x87','\x7c','\x44','\x63','\xc0','\xb0','\x97','\x8a','\x29','\x60','\xc1','\x16','\x7f','\xfa','\x89','\x18','\x3e','\x12','\x04','\x13','\xb1','\xda','\x58','\xac','\x68','\x06','\x77','\x8a','\xe7','\xcd','\x9a','\x8e','\x31','\x3a','\x8e','\x11','\x9f','\x06','\x3f','\xd6','\xdc','\xf5','\xac','\xdd','\x10','\xe6','\xf2','\x47','\x0d','\xaa','\x9c','\xd0','\x83','\x96','\x75','\x36','\xb2','\xce','\x6b','\x9a','\xd3','\xcc','\x3a','\x4f','\x64','\xaf','\xf1','\x58','\xf0','\xe9','\xac','\x53','\xc9','\x3a','\xaa','\xe6','\xfc','\x26','\x22','\xbf','\x76','\x90','\xfc','\xe0','\xa8','\xf3','\xbb','\x6c','\x35','\x61','\x5c','\x8f','\x73','\x47','\x6a','\x1b','\x57','\xc0','\x7f','\x6e','\xfa','\xe0','\x35','\x7f','\x02','\xd1','\x4f','\x41','\xd2','\x2e','\xb5','\x48','\x33','\x37','\xbd','\xd4','\xd7','\xed','\xd4','\x4b','\x76','\x6a','\x81','\x5b','\x8d','\x9f','\x43','\x3e','\xc8','\xf2','\x4d','\x99','\x5b','\x4d','\x1d','\xad','\x15','\xca','\x24','\xf3','\x14','\x4d','\xd4','\x0c','\xdc','\xd5','\xab','\x05','\x9d','\xf4','\x6f','\x72','\xaf','\x06','\xea','\x32','\xce','\x84','\xe6','\xc7','\x10','\xba','\x5f','\xc5','\x83','\x7c','\x39','\xbb','\x8a','\xbf','\xd6','\x8a','\x95','\xcc','\xb3','\x7c','\x3f','\xfd','\x3c','\x36','\xbe','\x56','\x33','\x66','\x1b','\xdc','\xa6','\x4b','\x04','\xcc','\xe9','\xe2','\xe7','\xfb','\xf6','\x77','\xf0','\x7c','\xa2','\x11','\xf0','\x1c','\xc0','\xab','\xa9','\xf2','\x6d','\x96','\xc9','\x33','\x54','\x39','\x0b','\x02','\xcb','\xdb','\xcd','\xda','\xf7','\xc0','\x7d','\xed','\xe0','\x0d','\xb3','\xdd','\xe0','\x56','\x23','\x72','\x25','\xe8','\xf1','\x86','\xc5','\xea','\x0d','\xb2','\xd9','\x38','\x40','\x1b','\x9f','\xce','\xf8','\x7f','\x2d','\xc6','\x60','\xb4','\xcf','\xba','\x3d','\xbf','\x7d','\xf8','\xf0','\x3e','\xaa','\x9c','\x1d','\x24','\x39','\xbb','\x09','\x73','\x20','\x19','\x0f','\xc4','\x5c','\xb6','\x64','\x1b','\x71','\x28','\x55','\x00','\x8f','\x59','\x5a','\xd1','\xa9','\x2c','\xf4','\x6e','\x88','\x4e','\x11','\x9c','\x49','\x3f','\xfc','\xa4','\xb5','\x04','\x0d','\x4a','\xb4','\x51','\xda','\xdf','\x28','\xa5','\x1b','\xa5','\xb6','\x5f','\x3a','\xdf','\x28','\x9d','\x6e','\xc0','\x2b','\xd4','\x17','\x8f','\x60','\xf0','\x89','\xda','\x7f','\x7b','\x8c','\x35','\xe9','\xb6','\x22','\x5b','\x47','\x6e','\x32','\x04','\x87','\xb3','\xc8','\xb5','\xb6','\x14','\x62','\xdb','\xa3','\x76','\x42','\x42','\x0f','\x4b','\x68','\x4c','\xc2','\x0d','\x28','\xec','\xa2','\xdd','\x96','\x01','\x36','\x51','\xfe','\x3f','\xf3','\x50','\x3e','\x58','\x6b','\x45','\xfe','\x13','\x8a','\x48','\xf6','\xfd','\xfc','\xd6','\xe0','\xe1','\xe1','\xa1','\x02','\xe1','\xb7','\x73','\xd3','\x48','\x92','\x0d','\x2f','\x12','\x9b','\x8b','\xe2','\x52','\xf0','\x11','\xb1','\x84','\x96','\xc7','\xe0','\x55','\x72','\x60','\x99','\xa4','\x96','\x20','\x90','\x1f','\xa9','\x91','\x13','\xb5','\xb9','\x05','\xc8','\x03','\xf4','\xd5','\x3d','\x45','\x6a','\xcb','\x44','\xdc','\x7b','\x01','\xff','\xb9','\xc8','\x48','\x8d','\x25','\xa5','\xad','\xdd','\xa2','\x1e','\x77','\x53','\x71','\xde','\x04','\x3c','\x49','\x02','\x90','\x04','\x5e','\x0f','\xec','\x34','\x50','\xa7','\xc1','\x1b','\x6d','\xb2','\xdd','\x14','\x0f','\x9d','\xe3','\xc3','\x9a','\xe7','\x75','\xc5','\x89','\x3a','\x09','\x03','\x3e','\x10','\x64','\xc8','\x24','\x9d','\x98','\x63','\x71','\x1e','\x6a','\xc7','\xc3','\x0e','\xf1','\x9e','\xb9','\x13','\xc1','\xbb','\x41','\x38','\x4e','\x22','\x96','\xd8','\x60','\xc3','\x33','\xec','\x61','\x93','\x4d','\x48','\x6c','\x4c','\x62','\x45','\xc4','\x6a','\xfd','\x6f','\xee','\xd7','\x7d','\x43','\x54','\xa7','\xc7','\xf2','\x5e','\x8b','\xf2','\x0d','\x96','\xdf','\xda','\x4f','\x3f','\x81','\x66','\x1c','\x58','\x34','\xa6','\x56','\xd0','\x97','\xae','\x0e','\x6d','\x3d','\xf1','\x71','\x6b','\x31','\xf5','\x9c','\x4f','\xcd','\x22','\x74','\xf4','\x4f','\x3f','\x4d','\xcb','\x25','\x3e','\x4e','\xbd','\x5d','\xa4','\x1b','\x7a','\x7f','\xde','\xb8','\x83','\xab','\x7c','\x01','\xe1','\x32','\x12','\x8d','\x3d','\xc3','\xb4','\x3c','\x4b','\xcb','\x4e','\xe1','\x0c','\x29','\xfc','\x36','\x39','\x7d','\x9b','\x7c','\xa7','\xdc','\x01','\xc1','\xd2','\xf2','\x31','\x51','\x59','\xe6','\x9b','\x60','\x14','\x6a','\xc5','\x60','\x12','\x54','\x4f','\x34','\x3f','\xcc','\x8e','\x41','\x0a','\xb1','\x62','\x20','\x70','\xcb','\x5b','\xd2','\x09','\x97','\xe4','\x6d','\xf6','\xb0','\xd8','\x92','\x79','\xf4','\xba','\x8e','\xe2','\x71','\x74','\x3e','\x21','\xc4','\x1d','\x58','\x1a','\x04','\x46','\x97','\x2b','\x09','\xd2','\x42','\xf7','\x09','\xac','\xa0','\x78','\x8f','\xe4','\xa2','\x63','\x68','\x4f','\x3e','\xfc','\x9d','\xb7','\xd2','\xe1','\x6e','\xb5','\x37','\x94','\x4d','\xe1','\x17','\xc8','\x75','\x23','\xcb','\x2d','\x49','\xae','\x60','\x72','\x8c','\x6f','\x2a','\xdc','\x87','\x72','\x51','\x4c','\xe8','\xf9','\x86','\x82','\x4b','\x9d','\x4e','\x0a','\x1b','\xa3','\x69','\xa1','\x1a','\xda','\xc1','\x8f','\x0d','\x20','\x32','\x80','\xe4','\x01','\x1e','\x8c','\xf3','\x6d','\xd3','\x06','\xdc','\xd7','\x27','\xf4','\x4a','\xce','\x60','\xa3','\x8c','\x95','\x8f','\xb1','\xc9','\x4c','\x81','\xaf','\x93','\xfc','\x8d','\x1d','\x1e','\x69','\xa0','\xcb','\x94','\x06','\x41','\x07','\x0a','\x2e','\x82','\x11','\xc3','\x86','\x6c','\x41','\x48','\x0e','\x3b','\x30','\x26','\x05','\x8b','\xf0','\x7b','\xc8','\x45','\xc9','\x1e','\x83','\x0d','\xb7','\x98','\x30','\x6c','\x25','\xfd','\x72','\xdc','\x13','\xdf','\xb0','\x5d','\xb4','\x90','\x25','\x21','\x13','\x8c','\x98','\x81','\x6f','\x02','\xad','\x5c','\x68','\x13','\xc0','\xbe','\xbb','\xfd','\x94','\xcd','\xe7','\x0f','\xc3','\x1b','\x44','\xf0','\x23','\x76','\x64','\xc1','\x65','\x84','\x04','\x68','\x87','\xfb','\x0c','\x7c','\x2d','\xc5','\x90','\x45','\xcc','\x25','\xbd','\xc3','\x84','\xe4','\xd2','\x24','\xfb','\x8f','\xbd','\x4e','\xc6','\x8e','\x7b','\xdd','\x0e','\xc9','\xc3','\xec','\x3b','\x26','\x68','\xa1','\xc2','\x53','\xba','\xbb','\x83','\x00','\x6e','\xd1','\xf8','\x16','\xdf','\x57','\x33','\xae','\x8a','\xd4','\x82','\xa2','\x30','\x19','\xd2','\xa7','\x3a','\xd6','\x6d','\xfc','\xfc','\x0e','\x45','\x45','\x88','\xda','\x44','\xae','\x18','\x37','\x10','\xe6','\x67','\x3e','\x89','\x40','\xff','\xc9','\xa8','\x48','\x76','\xe1','\x18','\xa2','\xdd','\xf5','\x39','\x44','\x9b','\xa3','\x47','\x65','\xf4','\x68','\xc6','\x3b','\xb7','\xec','\x9e','\xbb','\xea','\x96','\xbe','\x18','\x34','\x6d','\xd4','\xe4','\x27','\xa9','\xe7','\x9d','\xde','\x3d','\x00','\x9b','\x23','\x61','\x9d','\x3a','\xc4','\xe1','\x87','\x38','\x22','\xd7','\x08','\x5a','\x46','\x67','\x8c','\x00','\x49','\x3e','\x60','\x03','\x6f','\xb5','\x87','\x8c','\x59','\x64','\x94','\x50','\xdf','\xaf','\xba','\x36','\x27','\xe4','\x3b','\xb7','\x79','\xda','\x07','\xed','\x81','\x97','\x04','\x89','\x34','\xc3','\xc4','\x88','\x11','\x43','\xe6','\xe1','\xd9','\x01','\x07','\xa5','\x9b','\xca','\xb1','\x66','\x7a','\x9c','\x14','\xc6','\x89','\x31','\x3b','\x60','\x97','\x12','\x48','\xb4','\xb8','\xc5','\xba','\x26','\x98','\xa4','\xe2','\x5e','\x8f','\x47','\xf1','\xd0','\xba','\xab','\xbd','\x0d','\x5c','\xd6','\x85','\x26','\x3e','\xbc','\x19','\x3b','\xbc','\x29','\x43','\x97','\xf1','\xfb','\x28','\x58','\x93','\x2b','\xd0','\x2b','\x91','\x3e','\xbc','\xc6','\x0e','\xaf','\xb9','\x87','\xd7','\x50','\x68','\x6c','\x2d','\xa6','\xae','\xc5','\x8c','\x35','\x3c','\xb9','\xe6','\x2f','\x2c','\x78','\xbb','\xce','\x4f','\xb0','\x21','\xce','\x86','\xc2','\x63','\x0d','\x37','\x6d','\x05','\xc3','\x36','\x82','\xcc','\xc6','\x15','\xef','\xd1','\x3a','\x19','\xa7','\x64','\x36','\xe3','\xed','\x91','\xd7','\x12','\xe7','\xa7','\xcb','\xd3','\x65','\x97','\x47','\xec','\xe9','\x91','\x9a','\xa9','\x05','\x33','\x06','\x3e','\x6b','\xc4','\x66','\x5e','\x93','\xcd','\x26','\x9a','\x26','\x4a','\x99','\xa4','\xcb','\x84','\xef','\x77','\x95','\x32','\x71','\xcb','\x49','\x98','\x81','\xcf','\x11','\x64','\x02','\x94','\x3f','\x34','\x6c','\x24','\x7d','\x23','\xee','\xe9','\x53','\xae','\xf5','\x9e','\x3d','\x1d','\xe9','\x18','\x3f','\xa6','\x18','\xd4','\xa6','\x33','\x41','\x77','\x6c','\x4f','\x97','\x75','\xeb','\x7d','\xdd','\x28','\xeb','\xa8','\xac','\xfe','\xfa','\xb4','\xfa','\xeb','\x26','\x7b','\xda','\x54','\xdc','\xff','\x0f','\x75','\x9b','\x2f','\x47','\x36','\x6e','\x26','\x97','\x5f','\x93','\x54','\xac','\xaf','\xc6','\xac','\x1f','\x5f','\x9c','\x8e','\x35','\xa6','\xf1','\xfa','\x34','\x96','\x2d','\x17','\x4d','\x27','\xbd','\x69','\x79','\x9d','\x9b','\xb5','\xb1','\xde','\x19','\x3f','\x01','\xd2','\x1e','\xc6','\x53','\x1e','\xd2','\xdd','\x5f','\x07','\x6b','\x3c','\xfd','\xc5','\xc0','\x15','\x3f','\x11','\xdb','\x4d','\x42','\xad','\xdc','\x8d','\xc5','\x45','\x13','\x99','\xb0','\x10','\x3d','\x48','\x31','\xb4','\x90','\x17','\x86','\xed','\xc2','\xc3','\xf6','\xe9','\x09','\xbd','\x3e','\xa1','\xd3','\x31','\x83','\x9a','\x2a','\x2d','\x32','\xda','\xa0','\xb4','\x96','\x4e','\x59','\xef','\xee','\xc7','\x89','\x34','\x14','\xfe','\xb7','\xe5','\x20','\x91','\x8c','\xd2','\x09','\x9d','\x92','\x8a','\x40','\xbd','\x80','\x34','\xd5','\x90','\xe6','\x07','\xef','\xd9','\xf4','\x79','\x9b','\xbe','\x62','\xa7','\x00','\xd9','\xe6','\x41','\x3f','\x52','\xc7','\xea','\x29','\xcd','\x1b','\xce','\xda','\xed','\xac','\x6d','\x40','\xf2','\xa5','\x06','\xc2','\x34','\x22','\x41','\xbf','\x7b','\x7d','\x66','\x22','\x3b','\x67','\x33','\xd4','\x62','\xaa','\xcb','\x94','\x0d','\xb6','\x6f','\x91','\x0d','\xd4','\x58','\x5c','\x62','\x51','\x09','\x1e','\xef','\xb3','\x19','\x01','\xd0','\xa8','\xa8','\xec','\x20','\x50','\xb0','\xb6','\x23','\x21','\xfd','\x1d','\xe0','\xf0','\xb8','\x27','\x15','\xd2','\xcf','\x44','\xd1','\xfe','\x53','\x43','\x81','\xe5','\xd1','\x99','\xba','\xb0','\xcb','\xfc','\xb1','\x2e','\x6c','\xb3','\x6b','\x74','\x97','\x19','\xe7','\xdb','\x06','\x63','\xb1','\xb4','\x2d','\xc4','\xbf','\x54','\x80','\x4f','\x27','\xfd','\xa3','\x1e','\x3a','\x8d','\x51','\x1d','\x94','\xe1','\x2f','\xd0','\xc8','\x75','\x8a','\xde','\xa7','\x00','\xcf','\xef','\xd0','\x1b','\xf6','\x33','\xcf','\xec','\xec','\x90','\xa5','\x7d','\xbc','\x10','\x3b','\xb8','\x20','\xb8','\xb3','\xaa','\xf6','\xa8','\xfe','\x69','\xcc','\xa5','\xf2','\x7a','\xa8','\x61','\xba','\x8b','\x29','\x22','\xc5','\x7d','\x5a','\xa8','\x99','\x86','\xfb','\x85','\x40','\x1d','\x03','\x42','\x95','\x07','\x80','\x33','\x1d','\x7e','\x00','\x80','\xe3','\xf2','\x4f','\x71','\x0c','\xee','\x50','\xf3','\x1b','\x81','\xb8','\x91','\x55','\x83','\x28','\xa2','\x28','\x18','\x02','\x2a','\xc2','\x5b','\x55','\x02','\xcf','\xa7','\xeb','\x27','\xd8','\x48','\x37','\x3a','\x79','\x42','\x37','\xad','\x40','\x72','\x74','\x0f','\xe4','\x70','\x37','\xbe','\x60','\xbd','\xfa','\xc5','\x6a','\xb7','\x7e','\x01','\xb4','\x61','\x93','\x4b','\x24','\x7f','\x2c','\xf8','\x6f','\xad','\xf3','\x43','\x31','\x5d','\xc2','\xda','\x6d','\x9f','\x4d','\x79','\xcc','\x40','\xda','\x6d','\x9b','\x95','\x65','\xbe','\x98','\x6b','\xb7','\x5b','\x20','\xa2','\x53','\xc6','\x59','\xfe','\xab','\x55','\x4f','\x1c','\x8d','\x0e','\x3a','\xc5','\x11','\xa0','\x18','\xed','\x1c','\x27','\xb2','\x7a','\x2b','\xb2','\xb0','\x14','\xb9','\x0c','\x0d','\xc2','\xdb','\x9e','\x52','\xc4','\xd6','\x3e','\xb4','\x47','\xf6','\x2d','\x6b','\x1f','\xbe','\x3c','\xb2','\xaf','\xae','\x7d','\x58','\x8f','\x9d','\x58','\x8e','\xe9','\x2b','\x96','\x77','\x35','\xa6','\xbf','\x15','\xd3','\x4f','\x06','\xfe','\x5b','\xb2','\xfd','\xbd','\xc4','\xd4','\xb7','\xd3','\xd9','\x04','\xcb','\xc5','\x5d','\x90','\x13','\x0f','\x71','\x17','\x4d','\x48','\x8b','\x85','\xfd','\x5c','\x02','\x83','\x21','\x45','\xae','\xe2','\xd5','\xab','\xc0','\x68','\x66','\xf2','\x6b','\x94','\x3c','\x8c','\xcc','\x1b','\x3f','\x5b','\x0e','\xb2','\xd0','\xc7','\x07','\xbb','\xa3','\x1e','\xd7','\x15','\xba','\x45','\x6e','\x34','\xcd','\x2f','\x4d','\x61','\x80','\x5e','\xa1','\xaf','\xbf','\xc6','\xfe','\x16','\x43','\x91','\xea','\x31','\x14','\xd9','\x74','\x35','\x5a','\x49','\xd3','\x82','\x02','\x72','\x52','\x48','\x7d','\xe1','\x65','\x2a','\xe2','\x08','\xc8','\x87','\x8b','\x98','\xc2','\x2e','\x53','\xdd','\x6a','\xcf','\xd8','\x68','\xc6','\xc6','\xf7','\x05','\xc1','\xbe','\x2a','\x7e','\x40','\x8a','\x3d','\x30','\x29','\x78','\xb6','\x45','\x31','\x7b','\xab','\x4c','\x2b','\x61','\x55','\xbb','\x7c','\x9e','\x95','\x59','\xc8','\xdf','\x3b','\xb2','\x80','\xb4','\x55','\x37','\x84','\x2c','\x66','\x17','\x50','\xb6','\x2a','\x67','\x2f','\xc4','\xb4','\x0b','\x38','\xbb','\xf8','\x58','\xf6','\xda','\x5a','\xf6','\x0f','\xa4','\xec','\x32','\xe8','\x33','\x6b','\xdc','\xff','\xba','\xe4','\x77','\x6b','\x47','\xc2','\x17','\x13','\x36','\x75','\xc9','\x7b','\xdc','\x21','\x3c','\x6a','\x19','\x8b','\x12','\x6d','\xd2','\x1f','\x1b','\x25','\x63','\xf9','\xd0','\xbc','\x31','\x89','\x1c','\x97','\xc8','\x18','\x98','\x37','\x96','\x97','\x3f','\xf5','\x51','\x82','\xbf','\x7e','\x3c','\xff','\xc4','\x58','\x9e','\x8d','\xe5','\xe9','\x58','\x7e','\x7c','\x4c','\x7b','\x6d','\xec','\x08','\x1e','\x63','\xc8','\x3c','\x8b','\x1e','\xbf','\x11','\xfc','\xcb','\x55','\xdf','\xb1','\x7b','\x7d','\x91','\xdb','\xa9','\xc5','\xed','\x19','\xe5','\xc2','\x8c','\x8a','\xc4','\x37','\xad','\x76','\x5a','\x03','\x18','\xfb','\x1e','\x60','\xb6','\x6d','\xbc','\x4d','\xda','\x16','\x1d','\x0a','\xa7','\x31','\x99','\xe3','\x41','\xd6','\x01','\x0f','\x8d','\x63','\xd4','\x94','\x62','\x24','\xb2','\x4e','\xd0','\xdf','\x91','\xf4','\x71','\x42','\xfb','\xf4','\x41','\xde','\x56','\x22','\xd7','\xd3','\xf1','\x2a','\x3d','\xb0','\x70','\xf5','\x4d','\xdb','\x8d','\xbc','\x58','\xc9','\x6c','\x69','\x49','\x34','\x2c','\x23','\x1c','\x4d','\xe8','\x92','\x63','\xc4','\xc9','\x78','\x22','\xee','\x1f','\xf3','\xf9','\x11','\x10','\x89','\x5c','\x27','\xe8','\x27','\x04','\x58','\xc7','\x93','\x77','\xc7','\xce','\xfd','\x83','\xb0','\x5f','\x2f','\x19','\xf6','\xeb','\xa9','\xc0','\xb3','\xc3','\x44','\x44','\x16','\x32','\x69','\x6f','\x53','\xed','\x02','\xbd','\xb6','\xec','\xb3','\x04','\xc9','\xf2','\xdd','\x7d','\x19','\xda','\xac','\xf2','\x7c','\x93','\xa7','\x03','\x5b','\x69','\xe0','\xfc','\xb0','\x77','\xe6','\xfd','\x20','\xae','\xa4','\x8c','\x5f','\x53','\x89','\x86','\x34','\x0e','\xe0','\x3f','\x88','\xce','\x56','\x04','\xbd','\x49','\x9e','\x5f','\xc5','\xe0','\xef','\x8d','\x2a','\xe4','\x01','\x44','\xf2','\xc6','\xc0','\xed','\x34','\x59','\x4b','\x90','\x2b','\x78','\x17','\xff','\xd8','\x89','\x65','\xdd','\x6a','\x56','\xa6','\xa0','\x65','\x49','\x9f','\x46','\x35','\xbe','\x76','\xcc','\x60','\x74','\x96','\xf0','\x40','\x27','\x61','\x1e','\x26','\xd3','\x0d','\x5a','\x7e','\x40','\x29','\x3f','\xa0','\x96','\x07','\xed','\xf2','\xa8','\x5b','\xfe','\x95','\xab','\xcf','\xfd','\xce','\x8a','\xb9','\xaf','\x6e','\x0c','\x5e','\x31','\x46','\x5e','\x34','\x56','\x6b','\x65','\x09','\x85','\xfa','\xe6','\xbd','\xf3','\x83','\xe3','\x7e','\xc2','\x47','\xc3','\x12','\x9a','\x88','\x5c','\x68','\xa0','\xb7','\x10','\xd2','\x92','\xc1','\xbb','\xb0','\x4a','\x28','\x46','\x32','\x68','\xf5','\x06','\xa2','\x28','\xbf','\x85','\x14','\x38','\xed','\x3d','\xa9','\x35','\x7e','\x40','\x45','\xc1','\xe9','\x4c','\x40','\x29','\x4e','\xd5','\x1b','\x99','\xcd','\xda','\x60','\xbd','\x96','\x1d','\xfa','\xe0','\x20','\xad','\x69','\xf5','\xda','\x4c','\xbd','\xf6','\xc7','\x57','\xfc','\x43','\x75','\xac','\xd5','\xf1','\xa1','\xcb','\x77','\x0e','\x5d','\x1e','\xe3','\xa6','\x5d','\x1e','\x43','\xa9','\x31','\x74','\x79','\xec','\x97','\x5e','\xba','\xf3','\x4b','\x0c','\x9f','\x55','\xb1','\xab','\x1f','\x5f','\xb5','\x49','\x34','\x8e','\xa4','\x1a','\x5f','\x2d','\x78','\xe4','\x1d','\x42','\xc8','\x60','\x8f','\x86','\x15','\x4c','\xb0','\x32','\x8d','\x0b','\x5a','\x69','\x07','\xf7','\x35','\x4a','\x84','\x4e','\x05','\x48','\xf8','\xbc','\x45','\xd0','\x6f','\x12','\xa8','\xf8','\x67','\x80','\x0e','\xad','\x17','\xef','\xb4','\xb8','\xcb','\xc4','\xe7','\x9e','\x1e','\xb1','\xd5','\x08','\x62','\x51','\x3e','\xfd','\xbc','\x70','\xfa','\x09','\x75','\xc8','\x7b','\x48','\x8a','\xf7','\xf7','\xef','\xfc','\xff','\xe2','\xf7','\xc2','\x6a','\x53','\xc1','\xe8','\x18','\xe9','\xf2','\xd3','\x86','\x78','\xf5','\xb4','\xc0','\xbd','\xe7','\x62','\xf6','\xd4','\x92','\x61','\xdb','\xaa','\xf0','\xfd','\x60','\x1f','\x50','\xb6','\x81','\x64','\xfc','\x99','\xa8','\x4a','\x9f','\xc7','\x6c','\x13','\x47','\x36','\xb1','\x54','\x27','\x98','\xce','\xf1','\x5f','\xb4','\xc2','\xff','\x6e','\x9a','\x04','\xef','\xfb','\xf7','\x4b','\x44','\x98','\xf7','\xab','\x65','\x62','\xbd','\x4f','\x9e','\x2d','\x73','\x0b','\xfb','\xf1','\xf1','\x97','\xdf','\x0d','\xbe','\xd4','\x32','\x2a','\x86','\x61','\xcc','\x18','\xc6','\x99','\x19','\xc3','\x9c','\xb7','\xee','\x18','\x86','\x29','\xec','\x19','\xc3','\x98','\x6d','\x59','\x3f','\xb6','\x0c','\x65','\x58','\x75','\xb1','\xf6','\x6e','\x20','\x7a','\x3c','\x6d','\x6d','\xdd','\x61','\x37','\x3a','\xb4','\x09','\xda','\x0d','\x0f','\x1a','\x2a','\x4c','\x12','\xfc','\x14','\xd2','\xb9','\x63','\x98','\x4c','\x70','\x7b','\xdc','\x3b','\xf2','\x16','\x9a','\x90','\xe8','\x04','\x4e','\x7c','\x9a','\x62','\x13','\xa1','\xc9','\x20','\xd0','\x03','\xdf','\x06','\xa0','\x1e','\x52','\x89','\x28','\x36','\xc5','\xd4','\xec','\x4d','\x3f','\xbf','\xa4','\x1f','\xc9','\xf8','\x8f','\x3d','\xa2','\xe7','\x93','\x7e','\x5e','\xd6','\xf3','\xff','\x38','\xe0','\xf7','\x47','\x36','\x68','\x65','\x91','\x1a','\x3e','\x8e','\x04','\xad','\x11','\x7e','\x9e','\x82','\xf6','\x14','\x8a','\xfe','\x4a','\x10','\x9c','\x5a','\xaa','\xd5','\x9b','\x7f','\x4b','\x4f','\x95','\xba','\xfa','\xa7','\x04','\x03','\xf0','\x43','\x47','\x72','\xc5','\x26','\xc6','\x34','\xa9','\x41','\x5c','\xc0','\x17','\x0a','\x9d','\xc6','\x2c','\x8f','\xaf','\x96','\x72','\x19','\xc4','\x77','\xb6','\xd7','\x43','\xab','\xcd','\xca','\x51','\x26','\x01','\xdc','\xa4','\x20','\x05','\x34','\xe2','\xab','\x95','\x96','\x62','\xb8','\x74','\xa6','\x31','\xe4','\x07','\x68','\xc9','\x45','\x4d','\x77','\xf1','\x09','\xff','\x94','\x82','\xcf','\x04','\x78','\x06','\xf9','\x32','\x72','\xf7','\x79','\xee','\x3e','\xd1','\xe6','\x30','\xe8','\xb9','\x83','\x0e','\x5f','\x12','\xdd','\xf7','\x1c','\xf7','\x79','\xcf','\x17','\x5d','\x0f','\xd7','\xb3','\xce','\xda','\xd1','\x3f','\x0f','\x52','\xf5','\x5e','\x5e','\x8b','\x01','\x49','\xfb','\x5d','\xdd','\x5e','\xff','\x1d','\xf5','\x1d','\x01','\xe7','\x43','\x41','\x30','\x29','\x21','\xab','\x86','\xca','\x98','\x7b','\x80','\x72','\x79','\x7f','\xa2','\x3c','\x4a','\xca','\x7f','\x41','\xcb','\x03','\xcb','\xe5','\x7d','\x57','\xcb','\x83','\x2e','\xdc','\xa4','\x7f','\x71','\xb5','\x7c','\xdf','\x55','\x6b','\xdf','\x72','\x79','\xb0','\x6e','\x8c','\x5c','\x42','\xab','\x2f','\x4a','\x52','\x0d','\x42','\x8c','\x8c','\x08','\x94','\xee','\xc6','\x5d','\x44','\x16','\x8d','\xe4','\x06','\x9a','\x43','\xf1','\x16','\x3a','\x6f','\x74','\x9b','\xbe','\xc3','\xe8','\x7e','\xfb','\x29','\x12','\xa0','\x7e','\x19','\x76','\x78','\xcb','\x43','\x5a','\xbb','\xd3','\x37','\xca','\xf7','\x7a','\x0b','\x6e','\x9f','\x81','\x2a','\x77','\x98','\xbb','\xb7','\x52','\x15','\x0d','\x48','\x38','\xc1','\xef','\x35','\x09','\x79','\x52','\x28','\x96','\xd4','\xdf','\x91','\x14','\x15','\x26','\xcd','\x89','\xf3','\x7c','\xcf','\xfc','\x21','\x78','\xc8','\x0e','\xa1','\xf6','\x40','\xdd','\x1e','\x06','\xd4','\xba','\x0e','\x7c','\xef','\x90','\x09','\x55','\x3b','\x1a','\x04','\x2a','\x25','\x46','\x9a','\xe8','\xc9','\x39','\x3b','\x91','\x42','\xb8','\xaf','\xcf','\xb7','\xfb','\x79','\x1a','\xc2','\xe1','\x8c','\x89','\xa6','\x27','\x19','\x9a','\x9e','\x86','\xd3','\xc4','\x1b','\x27','\xb3','\x25','\xf2','\x39','\x87','\xec','\xfe','\x49','\x7a','\x73','\x61','\x73','\xb1','\x88','\xf7','\x05','\x4d','\x54','\xe7','\xca','\x70','\x07','\xd0','\x60','\x24','\xa7','\x79','\xb9','\x2c','\x89','\x65','\x51','\x2c','\x6b','\x13','\x66','\xcb','\xcc','\x16','\xdc','\x05','\x3a','\x33','\x8c','\x2d','\x83','\xdf','\x26','\x8c','\xe9','\x05','\xe6','\xa6','\x99','\x9d','\x39','\x8a','\x12','\xfb','\x11','\xe6','\x93','\x39','\xe5','\x77','\xe8','\x6b','\x23','\x9e','\x1f','\x16','\x72','\x4e','\x78','\xfe','\x0c','\xc1','\x33','\x23','\x28','\x76','\xd4','\x95','\xb3','\x8e','\x6c','\xf9','\xf2','\x14','\xa2','\x6f','\xa2','\x94','\xe5','\xe5','\xa6','\xd0','\xd6','\x14','\xaa','\x70','\x8f','\x6b','\x0a','\x09','\xc3','\x05','\x2b','\xa0','\x46','\xe7','\xba','\x4b','\xdc','\x7b','\xab','\x0a','\x47','\x93','\x3b','\xc3','\x31','\x99','\xde','\x9f','\xd8','\xff','\x10','\x09','\x7e','\x81','\xd2','\xbf','\x58','\xa6','\xfb','\xae','\xd2','\x41','\x97','\x8e','\xba','\xf4','\x2f','\xae','\xd2','\xfb','\xae','\x0e','\xed','\x5b','\xf6','\x06','\xeb','\x95','\x91','\x4b','\xfa','\xce','\xeb','\x0e','\xb8','\x38','\x7b','\x0e','\xb8','\x97','\x35','\x68','\x78','\xe4','\x17','\x2b','\xcc','\x03','\x77','\x35','\x22','\x31','\x12','\xc2','\x52','\x1d','\xbd','\x48','\x09','\x9d','\xa8','\x22','\x6b','\x0d','\x4d','\x55','\xa3','\x5d','\x93','\xac','\x6a','\x30','\xb5','\xe0','\x63','\x05','\xe3','\x4c','\x30','\x90','\x1a','\x23','\x97','\xc7','\xe4','\xd7','\xc7','\xe8','\x1b','\x3e','\xe8','\x0f','\xda','\xeb','\x80','\xe7','\x07','\x1c','\xfe','\x75','\xc1','\x0f','\x29','\xe3','\xa8','\x8c','\x2f','\x3c','\x58','\x0c','\x82','\x31','\xd0','\x0d','\xec','\xea','\xfd','\xd9','\xae','\x8f','\xdc','\x0a','\xd4','\x18','\xdc','\x11','\x04','\xca','\xdd','\x03','\x4b','\x0e','\xb7','\x08','\xb7','\xc0','\xb3','\x55','\x64','\x14','\xf8','\x36','\x88','\x0f','\x5b','\x41','\xec','\x14','\x8e','\x2d','\xe2','\x7d','\x56','\xe3','\xfe','\x53','\x45','\x2a','\x8c','\x59','\x8d','\xad','\x18','\xae','\xdc','\x87','\x59','\xac','\xc6','\x82','\xd7','\xd8','\xf9','\x66','\x41','\x87','\x3e','\x0e','\x9c','\xe0','\xb1','\x39','\x43','\x64','\x02','\x3e','\x3f','\x61','\xc0','\x8c','\x18','\x85','\xcd','\x11','\xf3','\xef','\x22','\x09','\x0d','\x23','\x0c','\xc4','\xcd','\x16','\x74','\x2e','\x40','\x76','\x62','\x32','\x4d','\xac','\x3f','\x25','\xe5','\x52','\x87','\xe4','\xa4','\x9c','\xf4','\x2c','\x31','\xd8','\xa3','\x7e','\x8a','\xba','\xd5','\xcf','\x7b','\x90','\x92','\x09','\x6b','\x5b','\x81','\xab','\xd9','\x3c','\xc6','\x76','\x43','\xa2','\x84','\xed','\xb6','\xc1','\xae','\xab','\x9e','\x4a','\xd5','\x53','\xc1','\x66','\xea','\x72','\xfd','\x1e','\xf6','\xed','\xc1','\xef','\x7c','\x7b','\xf0','\xf2','\xfd','\x8c','\xde','\xaf','\xd2','\x84','\x4a','\xb1','\x4e','\xe3','\x36','\xf0','\xd6','\xbc','\x4d','\xd4','\x1b','\xdd','\xbe','\xda','\x8d','\x92','\x73','\xcb','\x72','\xdd','\xd2','\x52','\xb3','\x74','\xc9','\x2f','\x39','\xa4','\x63','\x97','\x3c','\x4b','\x0c','\xc2','\x09','\x3c','\x40','\x80','\xb1','\x30','\xd9','\x24','\x5e','\x93','\x54','\x9a','\x44','\x27','\x73','\xa2','\x5d','\xed','\x9e','\x7b','\xd3','\xdd','\xfb','\x14','\x64','\x0e','\x01','\xe7','\xec','\x4a','\x76','\x45','\x82','\x40','\x29','\x4d','\x50','\x82','\x47','\x1f','\x06','\x2c','\x1c','\x48','\x5f','\xc7','\xd6','\x8f','\x02','\xa3','\x81','\xff','\x21','\x66','\x75','\x06','\xc7','\x0d','\x60','\x6b','\xda','\xa6','\x9f','\x03','\xfe','\x31','\xfe','\x25','\x45','\x69','\x66','\x8f','\xba','\x0c','\xa3','\xf5','\xee','\x2b','\xb4','\x4b','\xd9','\xd4','\x19','\x74','\x16','\xc2','\x4e','\x3b','\x5b','\x37','\xaf','\x0e','\x6e','\x6d','\xd8','\xe7','\x08','\xfe','\x8f','\xa2','\x22','\x99','\xdb','\x29','\x12','\xf8','\x3e','\xbc','\x28','\x93','\xce','\x6f','\xa3','\x03','\x41','\xd0','\x5b','\x82','\x76','\xf8','\x51','\x08','\xf5','\x4b','\xf9','\x70','\x97','\x3a','\x15','\xb4','\xfb','\xd6','\x5d','\x68','\xd6','\x06','\xad','\x99','\xc5','\x74','\x6a','\xb1','\x30','\x78','\xc1','\xc8','\x5e','\x00','\xf7','\x78','\x64','\xc1','\x9e','\xb2','\xdd','\x13','\x2f','\x56','\xae','\x74','\xfd','\xc3','\xae','\x9f','\x20','\xe6','\xcf','\x2a','\x0f','\x2c','\x6c','\x29','\x66','\x0c','\x34','\x0a','\xd9','\xa5','\xcc','\x5a','\x70','\x07','\xcb','\x68','\x28','\x70','\xa7','\x65','\x20','\xf6','\x8c','\xc2','\xe3','\x56','\x14','\xfe','\xe7','\x46','\x88','\xbb','\xe3','\xc1','\x32','\xf4','\x82','\xdc','\x80','\x44','\xea','\xc8','\xb2','\xa2','\x6d','\xa4','\x01','\x33','\x55','\x63','\xd9','\x9a','\x9a','\x5d','\x2e','\x65','\xaf','\xf8','\x5a','\x9d','\x64','\xfb','\xed','\x8a','\xa7','\xd5','\x67','\xb3','\x8b','\x46','\xf6','\xa2','\x91','\xad','\x85','\x36','\x9d','\x5d','\x9c','\x1e','\x71','\xa6','\xa7','\x96','\xca','\x4f','\x2d','\x5b','\x55','\xe3','\x38','\x72','\xa9','\xf5','\xae','\x27','\x84','\xad','\xa8','\x76','\xa3','\x0d','\xb1','\xee','\x58','\x8c','\x4d','\x60','\xed','\xa7','\x7e','\xe6','\x36','\xb0','\x2d','\x75','\x1d','\xec','\x7e','\xd6','\x11','\xe1','\x6c','\xf3','\x53','\xbb','\x6a','\xc7','\xd1','\xf9','\x34','\x4a','\x1b','\x08','\x5a','\xfc','\xad','\x9f','\xfa','\xd3','\x11','\x32','\x1d','\x91','\xad','\x37','\xa9','\xa1','\x2e','\x1b','\xea','\x55','\xab','\xc5','\x7d','\xc5','\x95','\x69','\x29','\x33','\x3d','\x9b','\xb0','\xb6','\x70','\x37','\x1f','\xde','\xa7','\x4d','\xb0','\x20','\xee','\xa6','\xeb','\x5d','\x6d','\x82','\xed','\xeb','\x85','\x68','\x78','\x15','\x5e','\x48','\x84','\x49','\xb4','\xd0','\xf8','\x1d','\xe8','\xf7','\x88','\x87','\x3a','\xf4','\x43','\x5e','\x07','\xa4','\xbf','\xb3','\xae','\x97','\x2e','\x16','\xa9','\x65','\x51','\xfe','\x58','\x2c','\x0e','\x15','\x8b','\x41','\x03','\x06','\x74','\x7e','\x9e','\x3f','\x1e','\x2b','\x16','\x3f','\x53','\x2c','\x3e','\x26','\xec','\xfc','\xfc','\xfc','\xe9','\x62','\x91','\x5b','\x5d','\xbc','\xb3','\x63','\x8d','\x06','\xb0','\x38','\xfe','\xc1','\x1f','\xa4','\x06','\x08','\x64','\xc8','\xd7','\x90','\xd4','\xe9','\x25','\x29','\x40','\x67','\x71','\x01','\x19','\x21','\xec','\x73','\x6d','\x9b','\xcd','\x83','\xfb','\x81','\x0c','\x0d','\xaf','\x05','\x8d','\xed','\x7b','\x7f','\xe7','\x0a','\x10','\x55','\xc9','\xe4','\x35','\x7f','\x34','\xeb','\x3c','\x9c','\x75','\xf8','\x65','\xe3','\xab','\x7a','\x5a','\xf3','\x0e','\x65','\x9d','\x62','\xd6','\xa9','\x89','\x8e','\x92','\x07','\x34','\x6f','\x28','\xeb','\x3c','\x24','\xb0','\x07','\xc0','\x55','\xa5','\xf9','\xd5','\x2e','\xf6','\x00','\x83','\xf0','\x59','\x6d','\x4e','\xcc','\x67','\x90','\x88','\x4c','\x7a','\x20','\x43','\xb6','\xdc','\xc8','\xbc','\x11','\x0c','\xae','\xac','\x67','\x99','\x7b','\x30','\xf1','\x43','\xbe','\xb6','\xcc','\xd8','\xee','\x1f','\xbf','\xf8','\xc3','\x43','\x36','\x5f','\x67','\xd0','\x21','\x9b','\x1c','\xba','\xe4','\xf3','\x47','\xcd','\x16','\x5c','\x0e','\x97','\xbc','\x5f','\x72','\x09','\xb7','\x67','\x75','\xe2','\x26','\x3d','\x17','\x91','\x84','\x0a','\x22','\xce','\x22','\x37','\x5d','\x1c','\xe0','\xbb','\xc6','\x05','\x9d','\x1c','\x2c','\x85','\x0a','\x65','\xc3','\x87','\x4b','\x07','\x0a','\xc7','\x0e','\xac','\x90','\xcf','\x5e','\xf3','\xc6','\x19','\x01','\x2c','\xae','\xe6','\x95','\x10','\x73','\x50','\x4e','\xe8','\xf8','\x30','\x22','\x87','\x1c','\xa9','\xa0','\xe3','\x2c','\xf1','\x35','\x13','\xf4','\x85','\x0b','\xc0','\x7b','\xe0','\xa8','\xc1','\x46','\x11','\xda','\x97','\xa8','\x8b','\x0b','\xae','\x75','\xda','\x45','\x75','\x90','\xe2','\xc5','\xd4','\xb5','\x44','\xa3','\x1d','\xa2','\xcd','\xc9','\x8c','\xbf','\x5b','\x17','\x18','\x28','\xbe','\x77','\x86','\x66','\xba','\x81','\x99','\xc8','\x36','\xf0','\xc0','\x96','\xf4','\x22','\xb5','\x6d','\xe2','\x65','\xdc','\x97','\xee','\xa3','\x5d','\x72','\x24','\x43','\x6a','\xd9','\x90','\x4f','\xd0','\x65','\xd6','\xc5','\xb3','\xa1','\x1d','\x78','\xb6','\xbb','\x21','\x6d','\x3f','\xcb','\x8f','\x4a','\xf0','\x20','\xcc','\x28','\x12','\x93','\x9f','\x1b','\x93','\x18','\x60','\x96','\xd7','\x25','\x22','\x26','\x9d','\x31','\xe4','\x6f','\x65','\x3e','\x9e','\x87','\x41','\x74','\x0a','\x36','\x11','\x1b','\xc0','\x66','\xc4','\x40','\x30','\x4b','\x32','\x7c','\x7b','\xd9','\x55','\x2f','\xd8','\xae','\x1a','\x6c','\xde','\xad','\x77','\xd9','\xb5','\x2b','\xed','\x24','\xa5','\x9e','\x58','\x27','\x74','\xd4','\xc9','\xf7','\xee','\x51','\x77','\xd8','\xec','\xbe','\x5f','\x1c','\x87','\xbf','\x32','\xcc','\xff','\x2a','\x24','\xc9','\xe9','\xd7','\xd3','\xec','\x10','\xe6','\xe1','\x70','\xfe','\xa4','\x55','\x44','\x55','\xc1','\x81','\x7c','\xb6','\x41','\x5f','\x5b','\xdf','\xdf','\xdc','\x08','\x64','\xd1','\xf2','\xac','\xf8','\x54','\x9d','\xa7','\x3a','\xda','\x2f','\x04','\x49','\xdb','\x12','\xfe','\xad','\x20','\x38','\x9d','\xd4','\xe9','\x03','\x3a','\x1d','\x52','\xe9','\x43','\x8c','\x8e','\xa6','\xe9','\x64','\x32','\x55','\xc5','\x6d','\x71','\x7b','\xde','\xab','\xee','\xd9','\x9f','\xc1','\xd8','\xf3','\x75','\xd4','\xf9','\xe9','\xdc','\xef','\xe9','\x37','\x11','\x5d','\x75','\xe9','\x5f','\xda','\xc1','\xc7','\x36','\x5d','\xad','\xd1','\xd5','\xc0','\x7a','\x1f','\x9b','\xb9','\x98','\x79','\xf8','\xc7','\x66','\x01','\x38','\xab','\x81','\x14','\x57','\x15','\x83','\xc8','\x55','\x3c','\x78','\x35','\xf8','\xf0','\x2a','\x8e','\xb0','\x01','\x49','\x21','\xd7','\x29','\x35','\xd3','\xca','\x4c','\x52','\x95','\x13','\x2e','\xc3','\x82','\xdf','\x4f','\x26','\xa3','\x09','\x32','\x4a','\x20','\xbf','\xb1','\xa6','\xda','\x0d','\x97','\x4f','\xa3','\x1c','\x49','\xe7','\x68','\x22','\xc6','\x70','\x6c','\x8d','\x3b','\xfc','\x31','\x59','\x8a','\xd3','\xc9','\x04','\x9d','\xa4','\xac','\x71','\xf5','\xbd','\x9a','\xfd','\xbc','\xa3','\x83','\xd7','\xc6','\x77','\x15','\x96','\x29','\x18','\x89','\x94','\x8d','\xd5','\x42','\x85','\x02','\x75','\xc9','\xcc','\x00','\x48','\x72','\x18','\xdc','\x6c','\x21','\x35','\x97','\x13','\x16','\xd3','\x5a','\x1d','\x11','\x13','\x66','\x02','\x83','\x53','\xd3','\x65','\x4d','\x77','\x6b','\xc3','\xaf','\xdc','\x9a','\x67','\xad','\x90','\xc8','\x8d','\x14','\xf8','\x1e','\xe1','\xc2','\x42','\x97','\xa0','\xe9','\x7e','\xf1','\x3b','\xd4','\x55','\xc2','\x85','\xf9','\x05','\x6e','\xb1','\x42','\x9d','\x34','\x75','\x0a','\x29','\xc7','\x48','\x39','\xf6','\xd0','\x7e','\xf4','\x50','\x0a','\x29','\x59','\x9b','\x31','\x57','\x35','\x2a','\xba','\xab','\x55','\xd1','\x70','\x1a','\x61','\xa5','\xc7','\x64','\x82','\xe0','\xf8','\xda','\x8f','\xa9','\x99','\xf4','\xb6','\x3b','\x35','\x66','\x81','\xd0','\x22','\xec','\x0d','\xe1','\xdb','\xe6','\x7d','\xb2','\x42','\x16','\xd3','\xa4','\x41','\xe5','\x06','\xa5','\x0d','\xa6','\x40','\x63','\x79','\x51','\xb7','\x02','\x5b','\xf4','\xdd','\xa4','\x8f','\xbe','\xd8','\x83','\xda','\xa6','\x5e','\x71','\x82','\xc0','\x8b','\x32','\x22','\x01','\x15','\x19','\x1e','\xb5','\x82','\x83','\x12','\x3a','\x18','\x45','\xb9','\x43','\x38','\xa7','\x05','\x87','\x73','\xc5','\x58','\xae','\x78','\xdf','\xf7','\x8a','\x7e','\xae','\x58','\xc9','\x15','\xf5','\x5c','\x11','\x81','\xfd','\x4b','\x94','\x2b','\xed','\xec','\xa7','\xb6','\x47','\x65','\x77','\x52','\x71','\x97','\x75','\xee','\x6c','\x83','\x22','\x3c','\xa6','\xf6','\x0e','\x76','\x88','\xbb','\xb1','\xa3','\xdd','\xfb','\xeb','\x2e','\x7c','\x5d','\x2c','\xcf','\xe4','\x09','\x48','\xd1','\x90','\x7d','\x9a','\xaf','\x80','\xb2','\xaa','\x3d','\xf7','\x37','\x76','\xe9','\x80','\x43','\x52','\xfe','\xe7','\x53','\xf6','\xd7','\x2e','\xdb','\xb3','\xaf','\x83','\x95','\xfe','\x91','\x5d','\xca','\xdb','\xce','\x88','\x4d','\xf4','\x80','\xd8','\xc7','\xd1','\x94','\x1b','\xbc','\x67','\x77','\xf3','\x51','\x76','\xf6','\xeb','\xdc','\x6a','\xda','\x95','\x20','\x7b','\xb9','\x96','\x7d','\x65','\x31','\xfb','\xca','\x92','\x78','\xbd','\xa2','\x2d','\x18','\xd9','\xaa','\x30','\xd8','\x9a','\x8d','\x7c','\xcd','\xf8','\x78','\x71','\xfa','\x79','\x67','\xfa','\xc4','\x52','\x39','\xb2','\x6c','\x45','\xae','\x1e','\x1f','\x59','\xa2','\xda','\x4d','\x6f','\x17','\x1e','\x59','\xe3','\x8f','\x97','\xda','\xbb','\x5f','\x09','\xad','\xfb','\xfa','\x88','\x8d','\xb8','\x4d','\xd9','\xf8','\xf1','\x6b','\xdc','\xf5','\x06','\x57','\x10','\x24','\x2a','\xa0','\x97','\x4a','\xee','\x00','\x8a','\xc2','\x72','\x7f','\x1b','\x5a','\xd6','\x59','\xdc','\x77','\x77','\x92','\x69','\xf4','\x2d','\x44','\x3a','\x8f','\xfe','\xac','\xe0','\x87','\x9a','\x9b','\x50','\x21','\x24','\x26','\xf3','\xf4','\x38','\xfa','\x18','\x50','\xa0','\x58','\x61','\x22','\xac','\x65','\x68','\x84','\x91','\x29','\x36','\xff','\xb9','\x1c','\xfa','\x58','\x43','\x7f','\xcd','\x57','\x60','\x36','\xbf','\x8f','\xa1','\xaf','\x33','\x74','\x99','\x15','\xff','\x09','\xb3','\xfe','\x49','\xce','\xfc','\x54','\x60','\xaa','\xc8','\x3c','\x8d','\xcc','\xa7','\x82','\xf9','\xaa','\x3f','\x85','\xc4','\x1e','\xfa','\xc9','\xfa','\xfd','\x69','\x2f','\xb5','\x5c','\xa7','\xb7','\xea','\xca','\xad','\x3a','\x53','\xea','\xa3','\x99','\x2b','\xd6','\x4b','\x49','\xe7','\x41','\x28','\x5b','\x0d','\x2c','\xa3','\xe0','\x0d','\x42','\x06','\xfd','\x01','\xc5','\xf9','\xc6','\xad','\xa5','\xcf','\x2d','\x9f','\x3e','\xf7','\xe0','\xd3','\x5f','\x49','\xab','\x64','\x8b','\x25','\x2b','\xa7','\xbd','\xa7','\x4b','\x15','\xe5','\x92','\xfe','\x10','\xde','\xd6','\x9b','\x90','\xa0','\x85','\x5b','\xd8','\xd8','\x73','\xc1','\x07','\xe1','\x78','\x8a','\x3f','\xae','\x61','\xa3','\x2c','\x4c','\xea','\xb3','\x8c','\x50','\xa0','\xe8','\xd3','\x9b','\x10','\xba','\x66','\x5d','\xaa','\x01','\x1e','\x59','\xeb','\xf2','\xd0','\x53','\x1b','\xc1','\xc6','\x13','\xf4','\x89','\x27','\xe8','\x53','\x1b','\xfc','\x29','\xbc','\xc8','\x7f','\x25','\x40','\x08','\x29','\xc6','\x86','\xb5','\xad','\x36','\x63','\x10','\x36','\x85','\x19','\x30','\xd4','\x41','\xf8','\x48','\xa7','\xe4','\xe0','\xd5','\x84','\x94','\x72','\xa4','\x54','\x5d','\x4a','\x2d','\x4f','\x22','\xd5','\x12','\xba','\x24','\x46','\x68','\x62','\x6c','\xbd','\xe2','\xac','\xf1','\x00','\x5b','\xeb','\x11','\x05','\xd4','\x40','\x4b','\xbd','\xb3','\x9f','\x76','\xf0','\xe1','\xcf','\xbb','\x64','\xea','\xc2','\xf1','\x2f','\xfd','\x7e','\xeb','\x99','\xef','\xa0','\x67','\x7e','\x1f','\x3d','\xf3','\x47','\x3c','\x96','\xe1','\x86','\x9f','\x7b','\x3f','\x98','\xaa','\x52','\x6e','\xe5','\x35','\x5a','\xfe','\x23','\xfa','\xcc','\xab','\x60','\x5f','\xaa','\xd2','\xe7','\x2f','\xd0','\x29','\x61','\xb0','\x3f','\xcd','\x50','\xeb','\xef','\x40','\x62','\x01','\x40','\x1e','\x28','\xfd','\x42','\xc4','\xb7','\xac','\xa5','\x72','\x34','\x51','\x1e','\x21','\xe5','\xd4','\x52','\x59','\x5e','\x2e','\x5b','\x3e','\x0f','\xc0','\x2d','\x1e','\x83','\x63','\x5c','\x0e','\x82','\x8e','\x17','\x23','\x0b','\x22','\xd6','\x07','\xa9','\x95','\x63','\xe5','\x11','\xc3','\x38','\xe1','\xa2','\x6a','\x45','\xc2','\x1a','\x70','\xc0','\xb5','\x42','\xdd','\xd2','\x0e','\x47','\x28','\xd1','\xbc','\xe0','\x6a','\x8c','\x7c','\xea','\x6d','\x72','\xe8','\x10','\xb7','\xe1','\x4f','\xbd','\x7d','\x40','\x8d','\x1d','\xb8','\xe6','\x7d','\xd6','\x46','\xe3','\x99','\xbd','\xf8','\xd0','\x60','\xb5','\x8f','\x86','\x3c','\x1e','\x68','\x9d','\x8d','\xfe','\xa8','\x7d','\x5c','\x00','\x41','\x42','\xcb','\x2e','\x32','\xad','\xc9','\x98','\xac','\x31','\x25','\xc3','\x54','\x94','\xb5','\xa9','\xf6','\x86','\xc7','\x62','\x14','\x2c','\xca','\xb2','\x17','\xd8','\x71','\xc9','\x68','\x47','\xdc','\x4a','\xc4','\x65','\x52','\x85','\x61','\x80','\xca','\xb0','\x16','\xde','\x45','\xb6','\xb9','\xab','\xfd','\x10','\xe8','\xe8','\xfb','\x1b','\x46','\xc2','\x28','\x21','\xdc','\x99','\x85','\xae','\x2c','\x8f','\x0e','\x48','\x64','\xab','\xc2','\x57','\x7e','\xa8','\x9f','\x2e','\xa1','\x7d','\x2f','\xa2','\x7d','\x2f','\x4b','\x7c','\x19','\x7f','\xc5','\x46','\x79','\x80','\x90','\x61','\xbe','\x17','\x71','\xdf','\x8d','\x2f','\x88','\x53','\x0d','\xd1','\x47','\x1f','\xbe','\xc7','\x29','\x0e','\x2e','\x5b','\x59','\xdd','\xcc','\xeb','\x66','\x54','\x35','\x71','\xc1','\x24','\x99','\x79','\x9a','\x30','\x0d','\xdc','\xe5','\xff','\xc1','\xb8','\xeb','\xa8','\x43','\xcf','\x61','\xc6','\x2b','\x50','\x7a','\x74','\x93','\x7e','\xe1','\x4a','\xfb','\x72','\x9d','\xa6','\x42','\xbb','\xd2','\x4e','\xed','\x1a','\xdb','\x42','\x9b','\x46','\x34','\xfb','\xcb','\x1d','\x24','\x35','\x22','\x51','\x4c','\xf3','\x41','\xe6','\x23','\x9c','\x97','\xf0','\xa8','\x84','\x27','\x25','\x2c','\x71','\x1b','\xc2','\x00','\x49','\x90','\xb6','\x0d','\x57','\x31','\x9e','\xe4','\x57','\x11','\x93','\x3c','\x37','\x9f','\xe6','\x21','\x63','\xe8','\x86','\xeb','\x2a','\xff','\x9e','\x47','\xc3','\x72','\x12','\x5f','\x11','\xfe','\x80','\x66','\xff','\x74','\x28','\xdb','\x0c','\x5e','\x75','\xe8','\x67','\xc5','\x02','\xf1','\x3c','\x2c','\xb6','\xfd','\x0d','\x0e','\xa9','\xac','\x0d','\x25','\x27','\x16','\x35','\x58','\x54','\xe7','\x5b','\xa9','\x16','\x70','\x1f','\x49','\x42','\xad','\x80','\x3b','\x99','\xe9','\x8e','\x3a','\x89','\x44','\xdf','\x98','\xa4','\x77','\x2c','\xda','\x28','\x0f','\x35','\x8c','\x74','\xc3','\x28','\x34','\x8c','\x4d','\xd0','\x19','\xb1','\x80','\x17','\x86','\xdb','\xdf','\x4a','\xb4','\x19','\x0a','\x97','\xc4','\x29','\xff','\x02','\xd1','\x04','\x95','\xe6','\x32','\x01','\x4d','\xfa','\x68','\x0a','\x05','\x5b','\xae','\x28','\x67','\x31','\x61','\x28','\x5b','\xb5','\x35','\x90','\x7f','\x0a','\x4d','\xce','\xfe','\x5e','\x2c','\xfb','\x7b','\x58','\xfb','\xbd','\x68','\xf6','\x3b','\x12','\xd8','\xef','\x4b','\xd9','\x57','\x51','\xfe','\x55','\xf9','\xe3','\xaa','\xfc','\x7c','\x55','\x3e','\x51','\x25','\x91','\x2a','\xf7','\xf3','\xdb','\x4a','\xe8','\xaa','\x4f','\x63','\xed','\xfd','\xa0','\x73','\x5a','\xc4','\x39','\xe1','\x67','\xfe','\x3e','\x09','\x93','\x35','\x9f','\x96','\xb9','\x8f','\x86','\xd6','\x7f','\x1e','\xe5','\xa0','\x22','\xea','\xb0','\xf8','\x28','\xc8','\xb9','\xa1','\xac','\x83','\xb2','\x7f','\x60','\x67','\xff','\xd4','\xc8','\x36','\x73','\x79','\x27','\xf7','\x59','\x27','\x96','\x75','\x62','\xcf','\x43','\x2b','\x87','\xdc','\x3d','\x3f','\x2c','\x5b','\xdf','\xca','\xda','\x15','\xd8','\x07','\xa3','\xc2','\xa4','\x82','\x16','\xd0','\x8c','\xbf','\x1b','\xf7','\x6e','\xa3','\x52','\x0b','\xcd','\xba','\xb5','\x59','\x27','\x18','\xf0','\x1b','\x03','\x46','\x63','\xd8','\x68','\x78','\x46','\x63','\xd6','\x6c','\x3c','\x15','\x34','\x64','\xa3','\x41','\x8d','\x86','\x72','\xab','\xc1','\x36','\x1a','\xaa','\xd3','\x38','\x51','\x6b','\x2c','\x60','\x3f','\x8a','\x1a','\xfc','\x0f','\x23','\x8b','\x28','\x79','\x43','\xf5','\x30','\xb4','\x66','\x03','\x9d','\x9a','\x5c','\x1c','\xb8','\x12','\x04','\x9b','\x7c','\xdb','\x76','\xc9','\x69','\x37','\x5d','\x6f','\x0e','\x67','\xfc','\x03','\x75','\xf7','\xd8','\xa6','\x3b','\xce','\x8d','\x36','\x45','\x8b','\x81','\xeb','\x84','\xa4','\x51','\x60','\x0d','\xc1','\x78','\xd6','\x6d','\x02','\x5a','\x23','\xc0','\xbd','\x10','\x78','\xfd','\x1b','\x5c','\x84','\x1a','\x11','\x00','\x3f','\x18','\x47','\xf9','\x55','\x08','\x5a','\xe2','\x5a','\xec','\x18','\x88','\x02','\x63','\xa7','\x15','\xa8','\xc7','\x47','\x2d','\x87','\xd5','\xb4','\x0b','\x58','\x7e','\x3c','\x50','\x66','\xd4','\xe0','\xed','\xc2','\xf9','\x67','\x99','\x7e','\x3f','\x8b','\x3f','\xc8','\xef','\x1d','\x6e','\x3a','\xe6','\x3b','\xdd','\x16','\x5f','\xbb','\x5c','\x18','\x4b','\x06','\x9e','\x66','\xf1','\xc5','\x82','\x2f','\x67','\x2a','\x4a','\x82','\xfb','\xcb','\x09','\xd1','\x96','\x2d','\xb8','\x1c','\x8b','\x64','\xd0','\xb2','\xae','\xdd','\x29','\xfd','\xa9','\x59','\x6a','\x9a','\x25','\x47','\xd8','\x37','\xcc','\x52','\x70','\x87','\x0f','\x2c','\xa7','\xc3','\xa2','\x37','\x70','\xbf','\x49','\xbe','\x6d','\x92','\xef','\x98','\xc9','\xdf','\x37','\xbd','\x57','\xe7','\x2b','\xaa','\xa9','\xeb','\x80','\x6e','\x00','\x2d','\x2c','\xfe','\xbd','\xc4','\x77','\x85','\x6a','\x02','\xff','\x6a','\xeb','\x2a','\xba','\xce','\xed','\x09','\xf4','\x86','\x47','\x56','\x6d','\x7f','\x75','\x89','\xf0','\xc1','\x82','\xcd','\x6d','\x60','\x61','\x71','\x40','\xf3','\x13','\xdd','\x8e','\x9b','\xfe','\xf8','\x4b','\x77','\x5b','\x56','\xcb','\x9d','\x4e','\xb8','\xd3','\x84','\x5b','\xd3','\x6a','\xbe','\x36','\x4d','\x3c','\x3e','\x98','\x4e','\xf2','\x71','\x73','\xfa','\x58','\x13','\xc6','\xcd','\xa6','\xf5','\x4e','\xd3','\x28','\x35','\x51','\xc9','\x8b','\x94','\x36','\x7f','\xbd','\xe4','\xfe','\xb3','\x52','\xf4','\xe9','\x66','\xd4','\x6d','\x4a','\xab','\x97','\x82','\xe4','\x45','\xc0','\x99','\xf7','\xf8','\xd9','\xb4','\x9f','\x06','\x87','\x07','\x50','\x99','\xb9','\x0b','\xdc','\x29','\x96','\x99','\x75','\x93','\xfb','\x3c','\x39','\x7c','\x7f','\x0e','\xbf','\xfe','\x6a','\xa0','\x5c','\xab','\xa8','\xc3','\xfa','\x0f','\x77','\xb4','\x83','\x45','\xa0','\x9a','\xb3','\xdd','\x9f','\xb2','\x03','\x37','\xc8','\x3f','\xdf','\xf3','\x88','\x7b','\x0e','\xb1','\xaa','\x2d','\xc5','\x51','\xc4','\xd1','\x23','\x75','\x86','\x54','\xd1','\xbe','\x6a','\x43','\x9d','\xe8','\x5e','\x62','\xe8','\x7c','\x75','\x8b','\x45','\x3b','\x52','\x35','\x58','\x12','\x69','\x43','\x13','\x27','\x7f','\x1a','\x0c','\x11','\xe3','\x21','\xd9','\xc8','\x2b','\xc6','\xa8','\x6a','\x4c','\xea','\x40','\x1f','\x27','\xfd','\x0c','\x93','\xa0','\x32','\xd8','\xe5','\x67','\x03','\xb1','\xec','\xcc','\xbb','\xc1','\xe1','\x14','\x3a','\xa8','\xb8','\x93','\xaa','\x51','\xd5','\x85','\x87','\xbc','\xc1','\x2c','\x68','\xd4','\x65','\x1d','\x4b','\x30','\x3c','\xc0','\x6d','\x05','\xff','\xf5','\x4a','\x9c','\xe6','\x3c','\x9a','\xab','\xb0','\xbc','\x6e','\x40','\x1f','\xf4','\x2e','\x7d','\x07','\xf1','\x35','\xc5','\x52','\x9c','\x43','\xd1','\xb2','\x1d','\xb9','\xa8','\x46','\x1c','\x8a','\x14','\xbe','\x9f','\x7c','\x60','\xb9','\xb0','\x89','\xef','\xe9','\x9e','\x91','\x8e','\x7e','\x13','\xce','\x0a','\x9d','\x14','\x81','\xb2','\x93','\xd1','\x7e','\x08','\xbd','\x23','\x17','\xb9','\xfb','\x72','\x95','\xa4','\x5c','\xbf','\x7c','\x75','\xa0','\x56','\x87','\x2c','\x13','\xbf','\x05','\x8c','\xc6','\x80','\xdd','\x80','\x8b','\x2e','\x7a','\x1c','\xfa','\xaf','\x3b','\xf0','\x79','\xfe','\x8d','\xed','\x75','\xf9','\xde','\xc9','\xa0','\x03','\x2c','\x52','\xef','\xd9','\xa4','\x43','\x8b','\xcd','\x3f','\x71','\xed','\x80','\x15','\x7c','\xb6','\xaa','\x3f','\x5a','\xd5','\xc7','\x25','\x7d','\x16','\xab','\x25','\xac','\x3a','\x31','\x06','\x59','\x55','\x39','\x4d','\x94','\x24','\x51','\x13','\xa4','\xa3','\x7b','\x2b','\x24','\xfc','\xb0','\x1c','\x92','\xff','\xe0','\xb8','\x4f','\x25','\xdf','\xe8','\x66','\xdb','\xa0','\xc8','\x62','\x1b','\x91','\xf8','\x4a','\xa6','\x4d','\x93','\xa0','\x8b','\x8d','\xd0','\x5e','\xfc','\x00','\x77','\xd7','\x07','\xa1','\xcb','\x80','\xf6','\x29','\x44','\xc3','\xaa','\xdb','\x81','\x86','\xde','\x08','\xee','\xa0','\x90','\xac','\xec','\x72','\x58','\x6d','\xe7','\xbb','\x4a','\xa7','\x7f','\x39','\x1d','\x71','\x69','\x4f','\x27','\x5d','\x56','\x87','\x62','\x85','\xa0','\xc6','\xf2','\x58','\xcd','\xeb','\x45','\x20','\x5e','\x30','\x70','\x6e','\xaa','\x36','\x3d','\x55','\x33','\x9f','\xfb','\xc0','\x9c','\xaa','\xcd','\x4c','\xd5','\xfe','\xcb','\x99','\x3b','\xcd','\x99','\xb1','\xc4','\xcc','\xd8','\xd0','\xcc','\xd8','\x43','\x67','\xee','\x8c','\x42','\x50','\x3b','\x6c','\x1b','\x64','\x37','\x0e','\x4d','\x7c','\xda','\x4c','\x9f','\x87','\x0c','\x20','\x23','\x10','\x76','\xd9','\x8a','\xdb','\x6c','\xc0','\x66','\xa9','\x60','\x0b','\x7a','\x1c','\x6c','\x26','\x96','\x14','\x16','\xe9','\x0e','\x76','\xd5','\x89','\x3a','\xc2','\x7f','\x94','\xdc','\x6d','\x40','\x3d','\x2d','\x06','\x7b','\xe2','\x0f','\x77','\xf3','\xe9','\x55','\x05','\x67','\x7b','\x4f','\x0f','\x3a','\xec','\xf3','\xfd','\x79','\x62','\xd0','\x3d','\x5d','\xd7','\x7b','\xf5','\x69','\xee','\xf2','\x78','\x77','\x45','\xe2','\xbd','\x49','\xd8','\x5f','\xff','\xba','\x27','\xac','\xb7','\x2b','\x05','\x0b','\x84','\xf7','\xcb','\x68','\xd0','\x11','\x60','\x80','\x1a','\x16','\x60','\x80','\xc9','\x9e','\x4e','\xe8','\x36','\xfe','\x27','\xd4','\x8e','\xff','\x43','\x01','\x01','\x82','\x26','\x9c','\x8e','\x0d','\xbc','\x52','\x1b','\xce','\xd6','\x44','\xdf','\x1f','\xc0','\xe9','\xc9','\x2e','\xd3','\xfc','\x39','\x06','\x88','\xdd','\xe8','\x2e','\x3d','\x94','\xa0','\x25','\x41','\xe6','\x0a','\x70','\x64','\x31','\x00','\x6d','\x1a','\x0f','\x04','\xed','\x87','\xd0','\x1b','\xa3','\xe8','\xb5','\xbb','\xa9','\x5c','\xfb','\xe3','\x5c','\xe0','\x55','\xeb','\x94','\x11','\xf9','\xb2','\x69','\x07','\x2e','\xe9','\x49','\x1e','\x88','\x9b','\xc2','\x3e','\x10','\xb1','\x3f','\xbb','\xe0','\x3c','\x7a','\xcd','\x1f','\x87','\x16','\x42','\xe0','\x8d','\x77','\xf6','\xe2','\x8d','\x57','\x41','\xd0','\x57','\x1c','\x2a','\x2e','\x32','\xf0','\x88','\xd8','\xdc','\xaf','\x06','\x1e','\xfb','\x90','\xc7','\x0c','\x09','\x1d','\x5e','\x22','\x87','\x88','\x13','\x11','\xaa','\x6f','\x09','\x0d','\x4e','\xd6','\x31','\xfc','\x58','\x98','\x17','\xdd','\x39','\x7f','\xf6','\x3c','\xdb','\xfd','\xfe','\x9e','\x78','\x9b','\x2e','\x5a','\xd2','\xf8','\x7c','\x7d','\xc7','\x6a','\x27','\x8e','\x0b','\xf1','\xb8','\xbb','\xf1','\xd8','\x77','\x5f','\x59','\x74','\x58','\x46','\x33','\x09','\x74','\x3d','\x1d','\xb9','\xce','\xa2','\xab','\x3a','\xdf','\x44','\x98','\xeb','\xba','\x8d','\x0a','\x6a','\x6b','\x19','\x17','\x9a','\x65','\xe4','\xb0','\xb0','\x50','\xed','\x68','\x2c','\xf2','\xf3','\x0a','\xb0','\x53','\x01','\xb7','\xeb','\xf0','\x2f','\x75','\xc6','\x75','\xeb','\x8a','\x17','\x8e','\xef','\xc5','\xb3','\x84','\x68','\x9a','\x7f','\x8f','\x98','\xdd','\xb1','\x53','\xf5','\xfd','\x3c','\x6c','\xd9','\x86','\xd3','\x7c','\x9b','\xce','\x7e','\x48','\xcf','\xfe','\x56','\xbd','\x92','\xaa','\x1b','\xdc','\x04','\x48','\xc8','\x6a','\xf7','\x38','\x72','\xc2','\xa7','\x6d','\x83','\x5f','\x78','\xd8','\x67','\xed','\x81','\xc8','\x22','\x79','\xc3','\x97','\xa7','\x6c','\x3a','\xb5','\xa4','\x24','\xbd','\x91','\x05','\x5b','\x5b','\xb5','\x8b','\x91','\xc5','\x5a','\xc6','\xc7','\x6b','\xc8','\xba','\x4d','\xa0','\x80','\x78','\x2d','\x28','\x36','\xc8','\x58','\x83','\x4c','\xfc','\x0e','\x39','\x42','\x1c','\x2c','\x37','\xe3','\xb7','\x9a','\xbe','\x4a','\x2a','\xee','\x1c','\x3f','\x5f','\xfa','\x34','\xb2','\xde','\xb3','\xcb','\xc8','\x15','\x86','\xac','\x16','\x29','\x27','\xfd','\xf0','\x29','\xdf','\x1f','\x3b','\xaf','\x1b','\x4d','\xeb','\x5d','\xdf','\x00','\x7a','\x6f','\xf7','\xd7','\x85','\x3d','\x6d','\xb8','\xb7','\x5a','\x02','\x1f','\xe5','\x36','\x92','\xd7','\x02','\x71','\x7b','\x09','\x2d','\xf5','\x2a','\xa2','\xe2','\x0e','\x0d','\xaa','\x38','\x55','\x8d','\xd1','\xdf','\x3e','\xcf','\x2f','\xf1','\xb1','\xdf','\x3e','\xff','\x19','\x09','\x3d','\x86','\xd0','\x63','\x96','\x77','\x5e','\x68','\x8f','\x7e','\x21','\x08','\xea','\x50','\x5a','\x10','\x9a','\xce','\x2c','\x64','\x26','\x2c','\x50','\x69','\x8b','\xa2','\x96','\x8a','\x5a','\x94','\xac','\x27','\xfd','\x1b','\x84','\xfd','\x57','\x34','\xea','\x21','\xa3','\x69','\xeb','\x1b','\x86','\xfd','\x9f','\xb3','\x8f','\x07','\x87','\xcf','\x1a','\xb1','\x59','\x37','\xf6','\x8a','\x2d','\xff','\x11','\xde','\xf7','\x0b','\xc1','\xfe','\xa9','\x9a','\xf2','\x7c','\x8d','\xfd','\xbb','\xda','\xd6','\xff','\xe8','\x3f','\xff','\x68','\x2d','\xf7','\x68','\x8d','\x8d','\x80','\x1d','\x7d','\xd3','\xa7','\xab','\xb5','\x68','\x5c','\x96','\x6a','\x89','\x8b','\xc0','\x83','\xbb','\x39','\xce','\xcf','\x20','\x74','\x50','\xa8','\xe3','\x40','\x36','\xde','\xf8','\x46','\x10','\x70','\x4f','\x66','\x18','\xa3','\x87','\x09','\x9d','\xc8','\x78','\x63','\x05','\x5a','\x3c','\x4d','\x2f','\xd6','\xa9','\x40','\xbf','\x53','\x2c','\xd8','\x42','\x78','\xb4','\x32','\x27','\xe6','\xd5','\x1e','\xeb','\xf3','\xbf','\xb5','\xd5','\x5e','\x5b','\x10','\xe2','\x3e','\x76','\xcc','\x05','\x6f','\x1d','\xf5','\x56','\xcb','\xdd','\xd6','\x16','\x9a','\xa5','\x6b','\x42','\xe5','\xb6','\x2a','\x96','\x50','\x18','\xe8','\xa8','\x50','\x41','\xcc','\x48','\xf2','\xdb','\x90','\x7b','\x9e','\x79','\x31','\x3f','\x43','\x0c','\xaa','\x0b','\x77','\x74','\x06','\x19','\xb7','\xef','\xa2','\x5b','\xe7','\x8f','\x1d','\x7e','\xe3','\x0d','\x6e','\x00','\xf6','\x63','\x9b','\x58','\xdb','\x8c','\x31','\x57','\x16','\xb9','\x1d','\xe0','\xe9','\xd7','\xde','\x08','\x7a','\xd4','\xee','\xa1','\x69','\x20','\x9b','\xe2','\x1e','\x40','\x2e','\xe5','\x4f','\x0d','\xd7','\x38','\xe3','\x42','\xbf','\x67','\xef','\xde','\xbf','\x07','\xf0','\xfb','\xe7','\x9b','\xf8','\x5e','\xe8','\x47','\x3d','\xb9','\x01','\x45','\x6d','\xa4','\x15','\x91','\xd8','\x21','\x0d','\x83','\x34','\x6c','\x12','\xbe','\x7e','\xc3','\x8e','\x34','\x8c','\x44','\xa3','\xd0','\xae','\xa5','\xa7','\x00','\xef','\x8c','\x22','\x38','\x2a','\xe1','\x68','\x14','\x47','\x63','\x58','\x92','\xe3','\x01','\x93','\x7c','\x58','\x89','\x7a','\x7e','\xdd','\x9a','\x13','\x52','\xa1','\xa2','\x37','\xde','\x41','\x6b','\x24','\x26','\x4c','\x7e','\xe3','\x1d','\x59','\xb8','\x7c','\xec','\x66','\x73','\xab','\xd9','\xac','\x34','\x9b','\xac','\xd9','\xcc','\x02','\x32','\xbf','\x79','\x34','\xd9','\x1c','\xe2','\x41','\x12','\x14','\x48','\xe7','\x60','\x35','\x3f','\x5a','\x47','\x59','\xa5','\x98','\x55','\xe6','\xb3','\x0f','\x02','\x54','\x35','\xab','\x74','\x6d','\xcb','\x64','\xc8','\x64','\xc4','\xd4','\x7c','\x33','\x1f','\x42','\x5b','\xe1','\x0a','\x9a','\x49','\xdd','\x18','\x52','\xd1','\x10','\x03','\xd2','\xc5','\x72','\x06','\xad','\x25','\x78','\x30','\xc5','\x17','\x2e','\x35','\xdd','\xb9','\xc4','\xfc','\xfa','\xde','\x90','\x96','\xf0','\x68','\xd4','\x7a','\x3f','\x50','\xaa','\x48','\xae','\x92','\x7d','\x0f','\xf9','\x50','\x86','\x8a','\x12','\xb5','\xec','\x69','\xef','\x13','\x56','\x46','\x8c','\x0f','\x6e','\xc3','\x23','\x1f','\x6b','\xb7','\xff','\x1e','\x4a','\xf0','\x65','\x29','\x7b','\x3b','\x60','\xab','\x7e','\x3c','\xd4','\x44','\x16','\x56','\x34','\x20','\x4f','\x28','\x04','\x46','\x03','\xd3','\x70','\x77','\xd8','\xd9','\x86','\xf9','\x5c','\x70','\xe6','\x1d','\x6c','\x36','\xb1','\x49','\x3a','\xda','\xb3','\x60','\xd0','\x00','\x0b','\x83','\xae','\xde','\x16','\x54','\x81','\x4b','\x0e','\xb5','\x6e','\x7a','\x25','\x07','\x09','\xa3','\xa5','\x4b','\xbd','\x31','\x2e','\x05','\x41','\xc9','\x59','\x7a','\xca','\x71','\x3e','\xe7','\x3c','\x51','\x22','\x4f','\x43','\x04','\x41','\x56','\x48','\x92','\x92','\xb9','\x0c','\x61','\x09','\xa2','\xe2','\x6e','\x54','\xd9','\x47','\x65','\xdf','\x5f','\x90','\xda','\xb9','\x69','\x2a','\xdd','\x65','\x59','\x15','\x53','\x50','\x97','\x90','\xdd','\xab','\xbf','\xc3','\x0f','\xf7','\x48','\xbd','\x3e','\x7d','\x96','\x5d','\xb0','\x8d','\x2e','\x72','\x83','\x86','\xdd','\x4b','\x38','\xcc','\x2a','\x0a','\xba','\x92','\x6d','\xb5','\x74','\x90','\xb7','\xba','\xe4','\x4b','\x82','\xb2','\x52','\x22','\x74','\x12','\xea','\x98','\x90','\x85','\x00','\x34','\x5e','\x12','\x94','\x7f','\xcb','\x00','\x54','\xc6','\x6b','\x56','\xb0','\x46','\x96','\x24','\xe2','\x48','\xe4','\x09','\x89','\x3c','\x2d','\x11','\x35','\x4e','\x56','\x70','\x92','\x26','\xe6','\x32','\x73','\x2c','\x41','\x55','\xac','\x52','\x59','\xf3','\x12','\x0c','\x94','\xe9','\x0a','\x59','\x6a','\x64','\xa9','\x7b','\xe4','\x75','\x94','\xa5','\x72','\x96','\x26','\xb2','\x34','\x2d','\x8a','\x6f','\x8c','\x51','\xe3','\x48','\xdd','\x3d','\x7c','\x39','\x76','\xb8','\x1e','\x3f','\x5c','\x4f','\x1c','\xae','\x93','\x4f','\xd5','\xa9','\x0a','\x24','\x27','\x20','\x26','\xa7','\x7f','\x68','\xdb','\x39','\xa4','\x30','\xfd','\x40','\xae','\x92','\xca','\x19','\xa9','\x9c','\x9e','\xcd','\xb9','\x23','\xb9','\xda','\x93','\x7e','\xf0','\x62','\x44','\x26','\x3c','\x84','\x45','\x4e','\xca','\x77','\x0a','\x8c','\xdb','\xd2','\x69','\x76','\xba','\xce','\x4e','\xa7','\xfc','\xa7','\x29','\xab','\x50','\xa6','\xc2','\xe3','\xc4','\xe9','\xa1','\xf6','\x0f','\x53','\xab','\x97','\x52','\x52','\x02','\x9a','\xe2','\xc4','\x71','\x8e','\xe6','\x8c','\x6c','\x6e','\xfa','\x4b','\xbe','\xf5','\x22','\x7a','\x22','\x8d','\x5e','\x4b','\x79','\x4e','\x61','\xa4','\x74','\x5a','\x7d','\xe2','\xb2','\x57','\xa0','\xaa','\x42','\xd5','\xc2','\x90','\xf7','\x5c','\xaa','\xd5','\x48','\x49','\x82','\xfa','\x60','\x43','\x19','\x74','\xc8','\x2e','\xbc','\x5f','\x3a','\xe5','\x02','\x43','\xbd','\xb0','\x54','\x6a','\x89','\x5e','\x7e','\x31','\x78','\xdd','\xa1','\xaf','\xd7','\xe9','\xeb','\xcb','\x34','\x75','\x95','\xbf','\xb8','\x3f','\x65','\xa7','\x53','\x57','\xdb','\x47','\xeb','\xbf','\xfd','\xba','\xf3','\x85','\xcb','\xb5','\x54','\xaa','\x26','\xde','\x7c','\x01','\x98','\x47','\xb2','\x55','\x3a','\x15','\xb4','\x5d','\x3f','\x0f','\xfb','\xfb','\x76','\x9f','\x78','\xe9','\xd2','\x96','\xd5','\x64','\x25','\x47','\x18','\x1f','\xf3','\x58','\xd5','\x0e','\x67','\x0e','\x2a','\x2d','\x11','\xe0','\x37','\xfe','\x66','\x89','\x8c','\x95','\xc8','\xa9','\x26','\x59','\xe2','\x1f','\x88','\x90','\xe9','\x34','\xb0','\x13','\x50','\xa8','\xbd','\x4a','\x0b','\x58','\x8a','\x04','\x52','\x2a','\x24','\xc5','\x02','\x1b','\xcd','\xd6','\xb4','\x0f','\x7d','\x26','\xea','\x7c','\xda','\x7b','\xb5','\x70','\xc0','\xb2','\x3e','\x1f','\xe7','\xb3','\xe2','\x3d','\xe1','\x9b','\xc3','\x4c','\x45','\x14','\x4b','\xb1','\xe3','\x12','\x25','\x6a','\xa1','\x48','\x99','\x45','\x72','\x66','\x32','\x30','\x09','\x33','\x11','\x33','\x17','\x26','\xcc','\xa9','\x60','\xbe','\xd3','\xdf','\xe4','\x8b','\xfe','\x26','\xb0','\xf9','\x94','\x6f','\x2a','\xcc','\x64','\xcc','\xdc','\xca','\x99','\x2f','\x04','\x45','\xc6','\xb8','\x35','\x18','\xab','\x15','\xd8','\x1f','\xd0','\x2c','\x79','\xcc','\x59','\xce','\x93','\xd0','\xbe','\x05','\x8e','\xae','\x18','\x6b','\xcd','\x65','\x46','\xb6','\x44','\xb2','\x87','\xe4','\x93','\xbe','\xe6','\xa0','\x7c','\xc4','\xcd','\x47','\x6a','\xf0','\x06','\xe9','\x6a','\x3e','\x7e','\x35','\x7f','\xdf','\x72','\x7e','\xa0','\x3e','\x9a','\xba','\x54','\xce','\xbe','\x38','\x79','\xa2','\x56','\x15','\xeb','\xa1','\xce','\x90','\xb5','\x85','\xa7','\xb5','\x60','\x9a','\x19','\xfd','\x66','\x6d','\x19','\xbb','\x5e','\xe9','\xbd','\x6e','\x30','\xc3','\xe8','\x21','\x4b','\x84','\x1e','\x74','\x91','\xb4','\x2c','\xe2','\x9a','\x1d','\x5b','\x37','\x9d','\x1b','\x66','\xa9','\x31','\x3f','\xdb','\x34','\x67','\x6f','\x99','\xb3','\xad','\xee','\xeb','\xb7','\xe6','\xd3','\xcd','\x33','\xef','\x34','\xcc','\xe6','\x9a','\xe9','\xac','\xc1','\x2b','\xf4','\xfa','\x3c','\xbd','\x6e','\xb2','\x35','\xc3','\x08','\x90','\x3b','\x0f','\x7e','\xd3','\xaa','\x1b','\xbc','\x69','\x77','\x3e','\xb3','\x28','\xba','\xe5','\x47','\x1c','\x4d','\xf3','\xf3','\xb9','\xd2','\xb6','\x69','\x9e','\xc6','\x48','\x1e','\xd9','\xf9','\xb8','\x9e','\xc7','\x67','\xf3','\x0f','\xcf','\xe4','\x1f','\xc6','\xc1','\xc4','\x43','\x2f','\x4c','\x3c','\x34','\x69','\x52','\xe9','\x4c','\x5b','\x92','\xb6','\x46','\x96','\x88','\x76','\xd3','\x87','\xc4','\x06','\x18','\xcd','\x5e','\xf2','\xf8','\x40','\xeb','\x1b','\x0b','\x13','\x80','\x25','\x67','\x29','\xeb','\x38','\xd0','\xeb','\x04','\x8d','\x4e','\xea','\x88','\xb3','\x32','\x72','\x89','\x4e','\x79','\x99','\xc7','\x57','\x12','\x55','\x15','\xef','\xc8','\x3f','\x77','\x73','\xcb','\x9d','\xfc','\x33','\x50','\x53','\x42','\x68','\x06','\xf0','\xe4','\x45','\x9c','\xbd','\x14','\x64','\x2f','\x8f','\x65','\x5f','\x1d','\xcb','\x5e','\xff','\xff','\x52','\xf6','\x3f','\xd0','\x6d','\x5d','\xe7','\x9d','\x28','\xba','\x81','\x03','\x6f','\x1c','\xd9','\x1b','\xc0','\xa1','\x94','\xba','\x1b','\x24','\x44','\x1c','\x8a','\x2c','\x9d','\xb4','\x74','\xba','\x01','\xa8','\x14','\x6c','\xcb','\xc2','\xa1','\xc8','\x22','\x76','\x06','\x8e','\xfd','\x3a','\xb7','\xbd','\xca','\xcc','\xbc','\xe9','\x01','\xc1','\x40','\x6e','\x4a','\xc7','\x70','\x32','\x2b','\x57','\xbd','\x95','\x75','\x0e','\x45','\xcd','\x11','\x93','\x75','\x6c','\xd1','\xce','\xdc','\x0c','\x94','\x78','\x22','\x65','\x9a','\x9b','\x79','\x33','\xab','\xb3','\xae','\x9c','\xdc','\xd5','\x97','\x7b','\x6f','\x57','\x74','\x28','\xb2','\x90','\xd2','\x41','\x2c','\xa5','\xed','\x9a','\x47','\x4f','\xf3','\x2a','\x38','\xce','\x55','\x32','\x77','\xf9','\x8d','\xe1','\xb8','\x57','\x85','\x27','\xc8','\xd9','\x6f','\x7f','\xfb','\x00','\x24','\x48','\xc9','\x49','\x87','\xeb','\x5b','\xf0','\x06','\x48','\xc1','\xc0','\x39','\xfb','\xcf','\xf7','\xe7','\xf7','\xfd','\x7e','\xd5','\xb1','\x33','\xc5','\xb1','\x15','\xa7','\xfc','\x6a','\x7c','\xe6','\x34','\x79','\xd2','\x3d','\xb9','\x0c','\x81','\x4a','\x33','\x4e','\x57','\x08','\xd8','\xe7','\x45','\x80','\x51','\xa2','\x2b','\x56','\x7d','\xa5','\x04','\xd6','\x29','\xd5','\x51','\xa9','\x1e','\x91','\x54','\xdb','\xc8','\x5a','\xf2','\x4a','\x21','\xa7','\x64','\xf1','\x98','\x72','\x91','\x9c','\xbd','\x98','\xf8','\xb3','\xd5','\xee','\x77','\x85','\x53','\x74','\xce','\xc8','\xbc','\x08','\x84','\x5a','\x21','\x1b','\xeb','\xd8','\x2a','\xf0','\x00','\xfb','\xac','\x64','\x1a','\xfc','\x55','\x07','\x89','\xff','\xfd','\xa1','\xdb','\x38','\xe3','\x58','\x99','\xfe','\x98','\x61','\x4b','\xfc','\x41','\xee','\x16','\xca','\x4e','\x16','\xb3','\x93','\x56','\x76','\xb2','\x7a','\x60','\xb2','\x3a','\x7e','\xab','\x6a','\xe2','\xaa','\x81','\x4f','\xd9','\x47','\xca','\xe0','\x8a','\xae','\x5a','\xee','\x2a','\x22','\xc2','\x5e','\x0e','\x5d','\xe6','\xbc','\x19','\x8c','\x57','\x15','\xd2','\xb6','\x40','\xc0','\x39','\x82','\x12','\xb0','\x3b','\x89','\xcf','\x03','\x52','\xb0','\x16','\x9f','\x55','\x2e','\x5a','\x67','\x2f','\x56','\xee','\x59','\xad','\xc4','\xea','\x15','\x39','\x7f','\xac','\x19','\x47','\x38','\x78','\x52','\x6c','\x5d','\x6c','\xd7','\x1c','\xaf','\x39','\xd6','\x1b','\x0e','\x0e','\x61','\x70','\xbd','\xe6','\x09','\xff','\xdb','\x93','\x58','\xa5','\x58','\x43','\x93','\x11','\x32','\x7d','\xd5','\x3f','\x74','\x4b','\xe2','\xc7','\x02','\x8b','\x76','\x3f','\x8c','\xc9','\x24','\x88','\x0a','\x82','\x58','\xa4','\x51','\x00','\xfc','\x98','\xde','\xa8','\x15','\x6e','\x99','\x3d','\xa5','\xb0','\xc6','\x02','\xbb','\x75','\x9c','\xfd','\xc7','\x2a','\xfb','\x9b','\xc5','\xc2','\xdf','\xd4','\xb0','\xcc','\x55','\x7f','\xb6','\x61','\x1e','\xbf','\x55','\xab','\xe2','\xc5','\x6a','\xbc','\x5a','\xbd','\x5d','\xa9','\x56','\x2b','\xd5','\xa2','\x59','\x25','\xf3','\xc7','\xdd','\x79','\x9f','\x56','\x6a','\xcc','\x32','\xcc','\x23','\x62','\x3a','\x43','\x06','\x26','\x6c','\xc4','\xc2','\x06','\x39','\x6d','\xa8','\x57','\xe6','\xe8','\x5f','\x7c','\x44','\x1b','\x2e','\x8e','\x7d','\xbe','\x54','\xf8','\xf3','\x63','\xc5','\xb0','\xe9','\x84','\x0d','\x7c','\xc5','\xb0','\x7e','\x20','\xde','\xf0','\x18','\xfe','\x7c','\xa9','\xf8','\x5f','\x8b','\x93','\xdf','\x28','\x1e','\x9a','\x34','\xa6','\x23','\x47','\x71','\xf3','\x68','\x82','\xce','\x76','\x99','\x55','\x33','\x8f','\xcc','\xd8','\x28','\x2c','\x96','\x3c','\xef','\xf4','\xbb','\x2d','\x03','\x6d','\xbb','\x3b','\xc7','\xe0','\x48','\x28','\xaa','\xa1','\xa8','\x35','\x25','\x62','\x2a','\x58','\x36','\x62','\x64','\x6c','\x45','\xf8','\x2a','\xe8','\x54','\x0a','\x1d','\xd6','\xe0','\xc8','\x01','\x64','\x8e','\xd4','\xce','\x00','\x7d','\xea','\x41','\xac','\xd4','\x9d','\x4d','\xc1','\x83','\x4f','\xe1','\x50','\x8f','\x33','\x40','\x70','\x30','\x79','\x8a','\x1a','\x41','\xbf','\xa7','\x27','\xd3','\x77','\x70','\xaa','\x46','\xb9','\x37','\x30','\x40','\xb8','\x27','\xa4','\x8e','\x02','\x89','\x40','\x71','\x4c','\xef','\x1d','\x23','\x7b','\x87','\x40','\x53','\xa9','\x42','\x53','\xeb','\x50','\xe5','\x05','\xc7','\xa5','\x87','\x7f','\xa6','\x1e','\xef','\x06','\x01','\x51','\x63','\x16','\x70','\xef','\x8d','\x0a','\xdd','\x36','\xab','\xd3','\x38','\x4e','\x1b','\x51','\xd4','\x48','\xd8','\x8d','\xfb','\xca','\xce','\x48','\xc6','\xd9','\x97','\x74','\x72','\xc9','\x78','\x45','\x21','\xcb','\x61','\x49','\x7d','\x23','\x7c','\xc5','\xad','\x38','\x4e','\x56','\x82','\x62','\xe7','\x6d','\xfe','\xba','\x4d','\x92','\x32','\x1a','\x0a','\x9a','\x3b','\xfe','\xd5','\xea','\x68','\xd2','\xed','\x26','\x9d','\xc5','\xcc','\x1f','\x95','\x1e','\xf8','\x3f','\xc8','\x2c','\x23','\x76','\x2d','\x48','\x40','\x4b','\x42','\x12','\x74','\x92','\xa0','\x01','\xdd','\xe4','\x6d','\x97','\x2c','\x44','\xcd','\x87','\x20','\xb8','\xde','\x99','\x9d','\xbb','\xdb','\x78','\x30','\x5f','\x37','\xb6','\xaa','\x16','\x9a','\x71','\x19','\x23','\xd2','\x8c','\xa3','\x65','\x6c','\x3d','\x63','\x97','\x0a','\x97','\xfd','\xed','\x0a','\x14','\x98','\x03','\xeb','\x3d','\x18','\xcb','\x26','\xc4','\xb1','\xd3','\xba','\xf0','\x9d','\xcb','\x67','\xe8','\xcc','\x4a','\xfa','\xc9','\xd5','\xf8','\xb2','\x89','\x77','\xf4','\x25','\x15','\x85','\x61','\xdb','\x02','\xcc','\x4c','\xb6','\x11','\xc9','\x36','\x54','\xd9','\x97','\xe4','\x91','\x98','\xad','\xc6','\xa4','\x86','\xca','\x1e','\x9b','\x25','\xed','\x76','\xd2','\xae','\x0d','\x9d','\x86','\x4c','\xfd','\xd8','\x69','\x36','\xb3','\x9c','\x5f','\xe2','\x23','\x48','\x6a','\x99','\xad','\x23','\xfe','\x66','\x8f','\xfa','\x1b','\x28','\x02','\x88','\x49','\xea','\x79','\xfe','\xbd','\x34','\x19','\x7b','\x8d','\xcc','\x3a','\xb1','\xb3','\x08','\x5e','\xa4','\x35','\x62','\xb6','\x48','\xc8','\x8b','\x2d','\x47','\xe2','\x24','\xde','\xa9','\xa5','\x4d','\x94','\x37','\x50','\x0b','\x02','\xae','\x14','\x0a','\xb5','\xc4','\x3c','\x6c','\x29','\x97','\xdb','\x51','\x89','\x90','\x79','\x54','\x2c','\xd3','\x20','\x1b','\x60','\x75','\xa5','\x6a','\xcf','\xdf','\x4b','\x67','\x24','\xc0','\x2d','\x63','\xe9','\x8f','\x01','\x75','\xff','\x4d','\x2e','\x75','\x81','\x3d','\x2d','\xda','\x19','\x3b','\xa3','\x16','\x36','\xd4','\x62','\xb4','\xe3','\x44','\x54','\xbc','\xa1','\x5a','\x3f','\xea','\x60','\x31','\x38','\xa3','\x16','\x7f','\xd4','\x99','\xf4','\xd0','\xb4','\x8d','\x0f','\x15','\x38','\x8e','\xa0','\xe8','\x55','\xcd','\x8f','\x93','\x1a','\x85','\xfa','\xff','\xac','\x62','\x8b','\x78','\xb0','\xa2','\x40','\xdd','\x64','\x5e','\xb6','\x4a','\x2d','\x58','\x9d','\xa7','\x2b','\x74','\xa1','\x02','\x32','\xe7','\xf3','\x56','\xa7','\x52','\xa1','\x3d','\x13','\xe3','\x28','\x7a','\x36','\x61','\x57','\xef','\x03','\x57','\xd3','\xcc','\xe5','\xcd','\x4a','\xda','\x5c','\x17','\xb3','\x08','\x0b','\x9f','\x4a','\x8f','\x02','\x16','\x0e','\xfa','\xe8','\x85','\x2b','\x25','\x9b','\x6f','\x6d','\x3c','\x0c','\x3c','\xdb','\x98','\x1e','\xc4','\x34','\x22','\x8c','\x77','\x54','\x8c','\x54','\x68','\x1e','\x81','\x96','\x7f','\xb1','\x08','\xda','\x18','\xd5','\x64','\x83','\x58','\xd0','\xfb','\x91','\x97','\x7d','\x25','\x63','\x2b','\x46','\x61','\xc3','\xcc','\x38','\xc5','\x0c','\x9c','\x71','\x28','\x8b','\xd5','\x83','\xb1','\x78','\x36','\xe3','\x66','\xc2','\x37','\x32','\x6e','\x2b','\xf3','\xea','\x8d','\xcc','\xe9','\xe6','\x21','\xf7','\x6a','\x2e','\x77','\x05','\x72','\x34','\x68','\x57','\xb3','\xd5','\x76','\x3e','\x6a','\x50','\x07','\x3c','\x56','\x37','\xf8','\x0d','\x49','\x67','\xd4','\x4b','\x3e','\x7b','\xa3','\x74','\x73','\x7f','\xba','\xfb','\x68','\xdd','\x7b','\xb0','\xee','\x4d','\x51','\x6f','\x91','\x6e','\x96','\xd2','\xdd','\x81','\xe4','\xf3','\x76','\xfe','\x39','\x2e','\x1c','\x7a','\xbb','\x45','\xe6','\x9b','\x24','\xe7','\xc7','\x72','\x84','\x7f','\x93','\x80','\x56','\x08','\x58','\x17','\xc8','\xde','\x73','\x68','\xff','\x4f','\xf1','\xa3','\xdf','\xe4','\x53','\x39','\x2c','\x6c','\x31','\x87','\x4b','\x39','\xec','\xe6','\x7c','\x28','\x5e','\x30','\x44','\x9e','\x46','\xb1','\xab','\x9c','\xac','\xf9','\xc4','\x86','\x82','\xab','\x11','\x45','\xe2','\xcc','\x17','\x71','\x2f','\xe0','\x17','\xcd','\xbe','\xa6','\xa4','\xd5','\x46','\x52','\x9a','\xc3','\x37','\x65','\x7f','\xbd','\x49','\xb7','\x0d','\xfe','\x72','\x77','\x1f','\x3d','\x74','\x74','\xea','\xb5','\xd8','\xd0','\x02','\x39','\xef','\xab','\xdf','\x75','\xe9','\x77','\x5d','\x2d','\xe6','\x8e','\x2d','\xb9','\x85','\xb5','\xee','\x5c','\xc8','\x3e','\x93','\xb4','\x23','\x3f','\x73','\xad','\xf3','\x7e','\x24','\xe9','\x46','\xce','\xbb','\x73','\xaf','\xbb','\xbf','\x72','\xde','\xfd','\x8d','\x64','\x77','\x5a','\x3c','\xa5','\x28','\x7a','\x10','\x75','\xdf','\xe4','\x35','\xd3','\x37','\x8c','\x3b','\xf8','\x6d','\x10','\x2b','\xf1','\xce','\x22','\x32','\x17','\x55','\x1b','\xfa','\xa7','\x96','\xa5','\x2e','\xe1','\x3a','\xe9','\xae','\x93','\x45','\xde','\x7d','\xac','\x2f','\xeb','\xa0','\x89','\x1b','\xb7','\x4e','\xf4','\x75','\x62','\xac','\x13','\x7b','\xfd','\x30','\x5a','\x97','\xd9','\x0a','\xd0','\x5c','\x63','\x54','\x35','\x61','\x5d','\x40','\x3f','\x9e','\xbf','\x8d','\x23','\xb2','\xba','\xfe','\x20','\x82','\x68','\x1b','\x50','\x74','\x98','\x54','\x76','\xf0','\x5d','\x20','\x1d','\xa5','\x02','\xbc','\x84','\x89','\xa9','\x17','\x01','\x86','\x78','\xf1','\xd6','\xb0','\x1d','\x8b','\x5b','\x1a','\xa1','\xb1','\x28','\xcd','\xbc','\x48','\xd7','\x57','\x28','\xbe','\x91','\x24','\xde','\x70','\xb2','\x95','\xaa','\xdc','\x78','\xc8','\xd9','\x6c','\x93','\xeb','\x26','\x7d','\xcd','\x30','\x1b','\xca','\x52','\x4f','\x07','\x61','\x10','\xbf','\x11','\xfb','\x12','\xe5','\xaf','\x53','\x92','\xac','\x0b','\x13','\xb1','\xf0','\x7e','\x3a','\xbc','\x9f','\xf3','\xfd','\x97','\xe8','\xa3','\x97','\xe8','\x54','\x96','\x4e','\x65','\xe8','\x62','\xa6','\x5e','\xca','\xd4','\x5d','\x48','\xdb','\x49','\x5a','\x48','\x79','\x5f','\x48','\x08','\xf0','\x36','\x71','\x43','\x82','\x57','\x25','\x2e','\x86','\x3c','\x7b','\x9b','\x48','\x72','\x89','\x6d','\xf9','\x98','\x67','\x6f','\xc7','\xde','\x70','\x46','\xcb','\x4e','\xb7','\xdc','\x58','\x2c','\x7f','\xbd','\x54','\xfe','\x13','\x02','\xd6','\xfb','\x55','\xf0','\xaf','\x4e','\x4a','\x69','\xc5','\xd4','\x73','\x84','\x96','\x7d','\x5a','\x76','\x85','\x0d','\xff','\x9e','\xcb','\x7f','\xd6','\x0d','\xc6','\xc2','\x0e','\x7f','\xa2','\xfb','\x08','\x77','\x1f','\x29','\x83','\x9d','\x28','\xbb','\xc7','\xca','\xdd','\x63','\x26','\xab','\x7f','\x8f','\xd1','\xef','\xb4','\xe9','\x0b','\x97','\x92','\x2f','\x7c','\x23','\xa9','\x64','\x87','\xc3','\xb9','\x54','\xa4','\x40','\xe9','\x28','\xe0','\xf4','\x0c','\x82','\x2d','\x1f','\xf7','\xaf','\x61','\xd0','\x25','\x9a','\x97','\x76','\xac','\x42','\xea','\xd0','\x4e','\x42','\xde','\xd7','\xfa','\x84','\x81','\x12','\xbf','\x11','\x09','\x44','\x27','\x45','\xd0','\x82','\xac','\xae','\x0d','\x31','\x51','\x38','\x23','\x77','\xdd','\x88','\xd5','\x89','\xc8','\xb9','\xa7','\xf6','\x93','\x35','\xcc','\xea','\x00','\x1f','\xbe','\x1c','\x30','\x8a','\xd8','\xe1','\x13','\xf9','\x16','\xf0','\x99','\x6f','\xe3','\x7b','\x43','\x32','\xcf','\x16','\x80','\x8d','\xc3','\xa0','\xb2','\xbc','\xff','\x8c','\x70','\x8e','\x50','\xea','\x1a','\x39','\x9c','\xf6','\xa7','\x52','\x64','\x4a','\x42','\x7c','\x4b','\x2e','\x79','\x61','\x27','\xbe','\x37','\xf8','\xef','\x6e','\x1c','\xda','\x60','\xf7','\xa5','\x7c','\xea','\xef','\xc0','\x2a','\x0f','\xd8','\xce','\x75','\x21','\xf3','\x12','\xfd','\xa4','\xc4','\x1f','\x05','\x9a','\x08','\xbd','\xb3','\x75','\xe7','\xc1','\xda','\xd3','\x35','\x0e','\x4e','\x55','\x1d','\x01','\xe5','\x55','\x25','\x97','\x5a','\xcf','\xf5','\xce','\x53','\x35','\x1c','\x8e','\x73','\x8b','\x84','\xb1','\x3a','\x59','\x7a','\xf9','\x03','\x1f','\xac','\xac','\x68','\xb9','\x14','\x9d','\xbe','\x7f','\x2a','\x32','\x59','\xbc','\xd7','\x70','\x86','\x10','\xe2','\xa7','\x23','\xcf','\x73','\xff','\x09','\xc7','\x25','\x93','\x2b','\x1f','\xfb','\xc0','\xb1','\xe7','\x53','\x4f','\x3d','\xb3','\x52','\x7b','\xe6','\x15','\xbd','\x34','\x5d','\x2b','\x4d','\x1e','\x73','\x0d','\x97','\x2c','\x25','\x62','\x18','\xe3','\x7d','\x93','\x38','\x7d','\x39','\xb6','\x6f','\x92','\x7c','\x61','\x52','\xfd','\xcb','\x49','\xfa','\x97','\x93','\x5a','\xfa','\xc8','\x98','\x8d','\x0a','\x9e','\x5a','\x4c','\x74','\x1d','\xf1','\x01','\xbc','\xb0','\x05','\x75','\x3e','\x84','\x1d','\x52','\xfc','\x91','\x3f','\xd9','\x24','\xd3','\x2e','\x39','\x04','\x1b','\x7b','\x2a','\xea','\x51','\x1f','\xe5','\x6b','\xa1','\xb6','\x21','\xe6','\x61','\x8f','\xe4','\x5f','\xae','\x47','\x8c','\xb8','\x83','\x80','\xa8','\x44','\xec','\x0c','\xc4','\x1e','\x25','\xf6','\x7e','\x5a','\x14','\x53','\xfa','\xd1','\x55','\x7d','\x8a','\xb1','\x29','\x9d','\x2e','\xfe','\x2e','\x2f','\xd5','\x3f','\xf5','\x02','\xad','\x92','\x74','\x8b','\x6c','\x11','\x44','\xca','\x31','\xdc','\xf7','\x59','\xb9','\xc3','\x04','\x5c','\x07','\x56','\x47','\xde','\x77','\xb9','\xfd','\xfe','\x3d','\xef','\x7b','\x6d','\x34','\x69','\x63','\x79','\xbc','\xf7','\x1b','\xed','\x14','\x95','\xce','\xc6','\x47','\xc6','\x09','\xff','\x23','\x02','\x3c','\xc8','\xc0','\x89','\xac','\xcb','\xd7','\x7b','\x31','\xb8','\x88','\x07','\x47','\x01','\xe3','\xd4','\x0b','\xba','\xd1','\xa0','\xdd','\xc1','\xc7','\x98','\xe0','\x6d','\x7d','\xab','\x33','\x6e','\x1d','\x7b','\xeb','\x91','\x1b','\xeb','\x32','\x59','\xba','\x4e','\x03','\x83','\x90','\x5c','\x6c','\x38','\x3d','\x32','\xa5','\xde','\x3e','\x0f','\xe2','\x8f','\x05','\x1f','\xce','\x02','\x71','\xf0','\x17','\x78','\x4e','\xac','\xd3','\xf2','\x99','\xdc','\xfe','\x6f','\x41','\xa0','\xf1','\xe8','\x9f','\xc2','\x23','\xc2','\xf3','\x16','\xaf','\x62','\x54','\x9d','\x80','\x9c','\xc9','\x5f','\x65','\x4b','\xcd','\x6c','\x29','\x9e','\x2d','\x8d','\x64','\x4b','\xfb','\xb2','\xa5','\xf1','\x6c','\xc9','\xc8','\x9e','\xb4','\xb3','\xc7','\x54','\xd4','\x8a','\x4b','\x72','\x00','\x15','\x79','\x2f','\x23','\xaf','\xb2','\xda','\xc8','\xa5','\xf9','\x34','\x6d','\x44','\x68','\x63','\x0f','\x6d','\x68','\xf5','\x06','\xdf','\x6c','\x9c','\xdc','\x6c','\x94','\x6e','\x0a','\x7f','\x0f','\x3a','\xf0','\x9f','\xa7','\x8d','\xc5','\x7a','\x63','\x51','\xbc','\x22','\x6d','\x4b','\x13','\x3c','\xd0','\xa1','\x53','\x0b','\x76','\xa2','\x65','\x10','\x64','\x90','\xbc','\x41','\xd8','\x2e','\xd3','\x07','\x8c','\x49','\xc1','\x6b','\x4d','\x44','\xf5','\x9a','\xec','\x40','\xd2','\x59','\xc2','\x60','\xd8','\x66','\xf8','\x7d','\x5b','\xa8','\x02','\x10','\xc4','\xfb','\x67','\x92','\xe5','\x4f','\x87','\xf6','\x39','\xcd','\xb0','\xd4','\x83','\x8e','\x89','\xf5','\xb2','\x8e','\xd4','\x2a','\x68','\xb7','\x69','\x51','\x3e','\x26','\x02','\xa5','\x6b','\xb8','\xa8','\x61','\x27','\x8c','\xf1','\x1a','\x06','\x3f','\x1f','\x35','\xb0','\xdd','\x28','\xb6','\x1a','\x93','\x1e','\x9e','\xb6','\x83','\x79','\x48','\xa2','\x2d','\xca','\x51','\xfe','\x84','\x9c','\x87','\x11','\x24','\x42','\x83','\xd6','\x64','\xa4','\x39','\x79','\xc8','\xb7','\x7c','\xb2','\x30','\x4d','\x9a','\x1f','\xe9','\x7e','\x07','\x93','\x64','\x83','\x0c','\x9d','\xed','\x16','\x6e','\xa3','\x0c','\xc6','\xcf','\x45','\xf9','\xe5','\x5b','\x30','\xc8','\x44','\x79','\xe1','\x16','\xce','\xa0','\xc9','\xcc','\xbd','\x7f','\x92','\xb9','\xf7','\x8b','\x85','\xff','\xcb','\x11','\xfb','\x2b','\xa3','\x27','\xe1','\x03','\x0d','\xde','\x77','\xa8','\xca','\xee','\x90','\x99','\x1e','\x47','\x9e','\x8e','\xb6','\x13','\x92','\xd7','\xf9','\x8f','\xdf','\x2f','\x5f','\x17','\x41','\x34','\x8a','\x4e','\xe2','\xd9','\x16','\xb6','\x6c','\x52','\x06','\xa3','\xd2','\xf2','\x60','\xce','\x31','\x8b','\xd7','\xfb','\xaf','\x50','\xe9','\x1d','\x81','\x2d','\xce','\x8f','\xb4','\xe7','\x93','\x5e','\x36','\x89','\x1e','\xa6','\x4a','\x3a','\xc9','\xcf','\x89','\xcb','\xb3','\x85','\x73','\x88','\x06','\x50','\x10','\x5d','\xa6','\x7f','\x19','\xcb','\x0b','\x2b','\xb4','\x8f','\x5d','\x62','\xf5','\x1e','\x92','\x01','\x8f','\xa0','\xc8','\x88','\x58','\x1d','\x77','\x16','\x65','\xd2','\xe0','\xb7','\xf4','\xdf','\x87','\x60','\xc5','\x0f','\x78','\x45','\xe4','\x96','\x0b','\xd2','\x31','\xc2','\x8e','\x59','\x9d','\xfa','\x40','\xe2','\x7b','\x30','\x09','\x0e','\x9a','\x1d','\x29','\x13','\x18','\x7c','\x03','\x5c','\x9c','\x11','\xa5','\x35','\x79','\xe8','\x18','\xb7','\x90','\x98','\x75','\xdd','\x46','\x40','\x52','\x31','\x4e','\x1b','\x85','\x4e','\x23','\x87','\xa4','\x91','\x86','\xe5','\x37','\x2a','\xa4','\x71','\x9c','\x34','\xa2','\xa4','\x91','\x48','\x35','\xee','\xa3','\x78','\xdf','\x09','\x3c','\xce','\xf0','\x3a','\xd4','\x97','\x8e','\x28','\xdb','\x3a','\x74','\xbd','\x3e','\x97','\x08','\xfd','\xc5','\x92','\x85','\x3d','\x27','\xb3','\x47','\x55','\x51','\x8b','\xa3','\xbc','\x9c','\x43','\x77','\xc7','\xab','\x6f','\x55','\x33','\x11','\xda','\xc5','\xbb','\x75','\x37','\xd9','\xbb','\x3b','\x70','\x95','\x24','\xdd','\xd9','\x86','\x56','\xa6','\x3b','\x01','\x72','\x32','\x16','\xc4','\x1a','\x63','\x36','\x79','\xc8','\x4e','\x64','\xdc','\x6e','\xc6','\xaf','\x65','\x6c','\xe3','\xf7','\x6c','\xf4','\x09','\x1b','\x89','\xed','\xdd','\x16','\xfb','\xf6','\x91','\xbb','\xd7','\xbf','\x64','\xe2','\x7a','\xeb','\x63','\xbc','\x2f','\x0f','\xcc','\xa0','\x2e','\xf9','\xc0','\x3c','\x0c','\x6a','\x85','\xfa','\x9a','\xad','\x5f','\xe9','\xcf','\xbd','\x94','\x7a','\x27','\x7e','\x6c','\xdb','\x92','\x6d','\xd2','\x5f','\x86','\xfd','\xcf','\xb3','\x05','\x59','\x37','\xe9','\x72','\x5b','\x2c','\x1b','\xba','\xbe','\x65','\xb2','\xd2','\xb7','\x66','\x07','\xa6','\x79','\x00','\x65','\x3c','\xd4','\x9e','\x1f','\xb7','\x3f','\x3d','\x8f','\x1e','\x36','\x94','\xf4','\x39','\x7e','\x0e','\xf5','\xeb','\x3b','\xbd','\xf2','\x22','\x4c','\x70','\xca','\xbc','\x6e','\xe1','\x6d','\xc8','\x7b','\x07','\x2c','\x2e','\x39','\xd6','\x80','\xbd','\xda','\x84','\xd4','\xf7','\x41','\xc3','\x3b','\xe0','\x79','\x07','\xec','\x66','\x39','\xe1','\x8b','\xd8','\xf6','\xa8','\x87','\xce','\x9c','\x40','\x6a','\x1a','\x52','\xd0','\x70','\xc5','\xd1','\x49','\xae','\xb4','\x70','\x8f','\xd2','\xb3','\xa7','\x04','\xc9','\x20','\xf7','\xe2','\x88','\x6f','\x57','\xe9','\x8b','\xb9','\x4c','\x86','\xec','\xfb','\x43','\xf6','\x07','\xe0','\x6f','\xdc','\x78','\xc1','\x1f','\x41','\x68','\xc8','\x03','\x6d','\x3d','\xa3','\xc0','\xed','\x84','\x3f','\xc8','\x8b','\x8e','\xc2','\xdb','\x09','\xd2','\x3b','\x52','\xa3','\xf2','\x03','\x9f','\x20','\x6c','\x93','\xa0','\x4d','\x12','\xaa','\xa7','\x14','\x28','\x3d','\xc0','\xfe','\xd3','\x92','\x97','\x63','\x00','\xff','\xac','\x13','\x54','\xfa','\xb0','\xe5','\x3f','\x18','\x72','\x1f','\x5c','\x72','\x9f','\xf9','\xaa','\x0b','\x68','\x67','\xc8','\x7d','\xdb','\x4d','\x20','\x20','\x92','\xdc','\xfe','\x15','\x87','\x1c','\x77','\xc8','\x3d','\x0e','\x89','\x39','\x24','\xe9','\x92','\xcc','\x9f','\x92','\x72','\x3d','\x26','\xf9','\x48','\x81','\xef','\x74','\xa6','\x4b','\xad','\xde','\xa2','\x1e','\x29','\x03','\x27','\xb9','\x1c','\xbb','\x92','\xf2','\x0b','\x5e','\x49','\x95','\xed','\x8e','\xe9','\x9d','\x30','\xbd','\x63','\xc1','\x7a','\xaf','\xce','\x8f','\x74','\xe6','\x93','\xad','\xde','\x7a','\x7f','\x8f','\x9f','\x13','\xb3','\x05','\xb0','\x1b','\xec','\xd4','\xc8','\x4f','\x5b','\x01','\x2d','\xf4','\xb0','\x69','\x72','\xd3','\xa4','\xc2','\xbc','\x2a','\xbd','\xca','\x93','\x1d','\xa8','\x56','\x8d','\x52','\xb3','\xa3','\x99','\x7f','\xc0','\xcc','\x8f','\x8b','\xbf','\xb9','\x68','\xd2','\x56','\x95','\x7e','\x44','\x32','\x15','\x5f','\x42','\xf4','\x2b','\xe8','\xbd','\x28','\x9f','\x46','\xfe','\x6e','\x9c','\xf0','\x85','\xce','\x20','\x4e','\x38','\x06','\xfe','\x35','\x4e','\x71','\x0e','\x3c','\xa5','\x63','\x76','\xe9','\x21','\x5b','\x76','\xe7','\xfa','\x3b','\x78','\x96','\x6c','\x9e','\x44','\x47','\xe2','\xd0','\xe0','\x24','\x41','\x32','\x58','\x8f','\xa1','\x12','\xbf','\xec','\x03','\x1b','\x6a','\x08','\x9a','\x78','\x47','\x0b','\xdd','\xfd','\x19','\x77','\xff','\xab','\xf6','\xa3','\xaf','\xda','\x53','\x19','\x67','\xca','\xe2','\x8b','\x15','\xa7','\x54','\x71','\xdc','\x68','\x70','\x89','\x44','\x9c','\xfe','\xa7','\xd0','\x7e','\x20','\xa9','\x11','\x75','\xb9','\xd9','\x07','\xd1','\x7a','\x50','\xb9','\x13','\x0b','\xc6','\x0c','\xd9','\x59','\x69','\x11','\x69','\x20','\x97','\x30','\x30','\x1f','\xda','\x21','\xbb','\xd6','\x2b','\x75','\x83','\xe5','\x13','\x00','\x23','\x43','\xb2','\x59','\x80','\x7f','\xcf','\xa6','\x43','\x8e','\x58','\xd8','\x00','\x8a','\x34','\x23','\xcc','\x54','\xc7','\xc5','\xfa','\xba','\xec','\x7f','\x26','\x64','\x0b','\xfb','\xe6','\x90','\x9d','\xdb','\x6f','\x4b','\xb1','\x5a','\x3f','\x97','\xb4','\x81','\xa4','\x3d','\x63','\xe7','\x24','\x4f','\x3b','\x92','\x3c','\xed','\x21','\x74','\xaa','\x9f','\x4f','\x70','\x48','\x88','\x83','\x7f','\xf8','\x3d','\x37','\x74','\xc1','\x0f','\x5a','\x63','\x45','\x8c','\x18','\x01','\x22','\x3e','\xb2','\xbf','\x4e','\xa6','\x36','\x49','\xf3','\xe6','\xce','\xb4','\x49','\x9f','\xbf','\x85','\xb0','\x28','\x91','\xca','\x9c','\x89','\x1b','\xa4','\x3b','\x98','\x66','\xd9','\x24','\x62','\x51','\xc2','\x5f','\xca','\xc5','\x37','\x8a','\xc8','\xfe','\xcb','\xfe','\xe1','\x35','\x7b','\x6a','\x2d','\xa8','\xe7','\xd6','\xdd','\x74','\x77','\x47','\x3d','\x57','\xf2','\xbd','\xef','\xe0','\x23','\x52','\xf5','\xca','\x19','\xd0','\x7a','\x98','\x9e','\xd4','\x23','\x7a','\xf1','\xde','\x02','\x1f','\x32','\x23','\xbc','\x7c','\xed','\xf9','\x25','\xfb','\x89','\xaf','\x42','\x9c','\x28','\xa6','\xe5','\xa9','\x8c','\xfb','\x8c','\xb0','\x57','\xdd','\x27','\x5e','\x75','\x4b','\x99','\x3f','\x75','\xc5','\x75','\x0e','\x2e','\x20','\xdc','\x59','\x32','\x45','\x8e','\x14','\x4e','\xb5','\xc7','\x09','\x13','\x96','\xa3','\xec','\xd7','\xc0','\xa6','\xc7','\x33','\x7c','\xfc','\xdb','\x8c','\x4f','\xb3','\x0a','\x66','\xe3','\x98','\xfd','\xda','\x24','\xfb','\xb5','\x09','\xf6','\x6b','\x1f','\x60','\xbf','\x96','\x9a','\xfe','\xb5','\x3d','\x7c','\x3c','\x85','\x2a','\xf7','\xa3','\xd9','\x71','\xfb','\x49','\x83','\x3b','\xb6','\xd8','\xa2','\x91','\x65','\x63','\xc0','\xa4','\xc9','\x7e','\x13','\xee','\xf5','\xfa','\x95','\xc4','\x39','\x28','\x75','\xa2','\x77','\x8f','\x67','\xe5','\xb8','\x5f','\xdf','\x94','\x65','\xcd','\x28','\xc8','\x35','\xf6','\xf9','\x52','\x20','\xa7','\x07','\x04','\xfb','\x67','\xa0','\x41','\x00','\x4d','\xea','\x58','\x2f','\x42','\x5e','\x51','\x9c','\xdb','\xe5','\x6b','\x80','\xf7','\x1b','\x73','\x51','\xc1','\x47','\xb2','\x0f','\xc2','\x92','\xbc','\xfd','\xd2','\xfe','\xb4','\x9a','\xa9','\x9f','\x0a','\xd9','\xd5','\x90','\xdd','\xe7','\xbb','\x70','\xca','\x97','\x79','\x79','\x45','\x2f','\x9f','\x11','\xa7','\x28','\x2b','\x7f','\x51','\xb7','\x56','\x8b','\x62','\x9f','\xc5','\x66','\xe4','\xb3','\xe5','\x6b','\xe2','\xcf','\xaa','\x2f','\xb9','\xc7','\x6f','\xfa','\xd5','\xa4','\x3b','\x68','\xc7','\x5f','\xff','\x53','\x3f','\x59','\x17','\x73','\xc9','\x80','\xfc','\x33','\x35','\x96','\xba','\x8c','\xc3','\x5e','\x07','\x33','\x53','\x9c','\xf2','\x81','\x4a','\x9d','\x1c','\x00','\xae','\x49','\x5c','\x61','\x31','\xc9','\x5f','\x05','\x34','\x5a','\x2c','\x03','\x16','\xcf','\xc8','\x69','\xbc','\x13','\xd7','\x04','\x67','\xcb','\x7b','\x78','\x7c','\x8d','\x3f','\xba','\xe4','\x64','\xc0','\x5c','\x69','\xf5','\xcc','\xf9','\xd5','\xc2','\xcf','\x2e','\x66','\x96','\x56','\x61','\x2c','\x5f','\x64','\x6b','\x0e','\xd8','\x77','\x9c','\xee','\x77','\x9c','\xda','\xef','\x39','\xc6','\xef','\x39','\xe8','\xd1','\x6f','\xe3','\x47','\x5d','\x40','\x1f','\x8a','\x75','\xa1','\x23','\xfa','\x10','\x26','\x19','\x4e','\x66','\x1c','\xce','\x9d','\xc8','\x92','\x2b','\xcc','\x7a','\xaf','\x3e','\xf7','\xb9','\xd5','\xc7','\x3e','\x77','\xb1','\xf6','\x07','\xab','\xc6','\x9e','\xba','\xf5','\x9e','\x6b','\xec','\x11','\xe6','\x58','\xef','\xf5','\x6a','\x01','\xe2','\x2f','\xc5','\x23','\x5e','\xfb','\xb6','\x58','\xb6','\x2c','\x69','\x7b','\xe2','\x60','\x96','\x79','\xd1','\x58','\x9a','\x13','\xcf','\x54','\xe5','\x8e','\x01','\x82','\x4a','\x9e','\x59','\x68','\x99','\x45','\x64','\x3a','\xe2','\xf4','\x34','\x21','\x91','\x0e','\xc7','\xa8','\x6d','\x16','\x5b','\xe6','\xa4','\x67','\x4e','\xdb','\xe6','\x21','\xf9','\x7a','\xd4','\x36','\x7d','\x20','\x70','\x69','\x19','\xe2','\x5e','\x87','\xec','\x87','\xf8','\x6b','\xbd','\xaf','\xc3','\xdd','\x3b','\x07','\x3d','\x1d','\xf3','\x1f','\x75','\xa5','\x3c','\x03','\xe6','\x3f','\xe2','\xa4','\x4a','\x85','\xa9','\x55','\x4a','\xab','\x54','\xab','\x52','\xbd','\x0a','\x7b','\x95','\x2e','\xd9','\xe0','\x07','\x69','\x1e','\x6c','\xab','\x6b','\x9a','\x24','\x6b','\xa2','\xec','\x71','\x14','\xa9','\xaa','\x91','\x6a','\x9c','\x54','\x53','\x6a','\x35','\x4f','\xab','\x26','\xad','\x7a','\xec','\x2a','\x6a','\x37','\x50','\xad','\x11','\x66','\x4e','\x38','\x23','\x0c','\x2b','\x0f','\x47','\x85','\x8b','\xee','\x6f','\xaf','\x53','\xb1','\x75','\xa8','\x7a','\x4c','\xe2','\x6d','\xc4','\x5e','\x44','\x8c','\x62','\x10','\xff','\xc6','\xca','\x32','\xce','\x7d','\xf6','\xf6','\x62','\xd9','\x01','\x1d','\xd5','\xe3','\xb7','\xc8','\xc2','\x64','\xcf','\xc4','\x58','\xc4','\xb9','\xb0','\x5f','\x12','\xa0','\x07','\xe1','\x56','\x4f','\x1d','\xe4','\xd4','\xa9','\x61','\x8c','\x45','\x6c','\x43','\xfd','\x53','\xf0','\x54','\xb3','\x69','\xaa','\x95','\xa4','\xcd','\xd1','\x82','\xdf','\x61','\xf6','\x89','\x9a','\x7d','\xec','\x72','\x37','\x09','\x0d','\x9b','\xb6','\xac','\x9b','\xcb','\x01','\x73','\x3a','\x05','\x00','\x5f','\x2b','\xb6','\x88','\x4b','\x5a','\x41','\x3e','\x53','\xb3','\x3d','\xb5','\x25','\xe6','\x8c','\x43','\x96','\xf8','\x4c','\x52','\xb3','\x7e','\x9a','\x32','\x87','\x69','\x65','\x3f','\x7d','\xf6','\x75','\xad','\x42','\x2f','\x09','\x3b','\x5e','\xbf','\xb8','\x50','\x37','\xa5','\x3d','\xb5','\x50','\xbf','\x71','\xbc','\x5e','\x37','\x93','\x09','\xf3','\x7f','\x8c','\x9b','\x07','\x83','\x3e','\x85','\x9e','\xdc','\xde','\x56','\xdf','\xb1','\x49','\x8c','\xac','\xed','\x64','\x39','\x8f','\x78','\x38','\xb2','\x8e','\xc9','\xfa','\xa4','\x7a','\xf3','\x76','\x00','\xb6','\x61','\xd7','\x6f','\xb5','\xaf','\x4d','\xd6','\xae','\x4d','\x32','\x61','\xd7','\x6f','\x31','\x68','\xac','\x19','\xa5','\x1e','\xe9','\xe1','\xf0','\x15','\xc0','\x0d','\x3e','\xb5','\xde','\x6f','\xb8','\xdb','\xc0','\x66','\x13','\x9b','\xd7','\xb0','\xf9','\x17','\xd8','\x5a','\xc3','\xe6','\x9a','\x63','\x7a','\x8d','\xbe','\x61','\x61','\x96','\x47','\xcc','\xc0','\xfa','\x0e','\xeb','\xd6','\xfb','\x04','\xea','\xc9','\x59','\xd5','\x1e','\xd3','\x8c','\x99','\x8b','\xe6','\x92','\x6d','\xf6','\x5d','\x88','\xdd','\xfe','\xfc','\x20','\x06','\x78','\x1b','\x06','\x3c','\xc8','\x5f','\xa7','\x19','\x44','\x35','\x91','\xeb','\xc2','\xe2','\x5a','\x27','\xc2','\xc8','\xcd','\xb7','\x7c','\xf1','\x28','\xec','\x7a','\x93','\x5c','\x2b','\xf5','\x4c','\x8c','\xbd','\xc3','\xc4','\xdb','\xc9','\x2f','\xba','\x95','\x3f','\xbc','\xcc','\xd5','\x0d','\x9d','\x5e','\xc9','\x6b','\x0a','\x1b','\x57','\xf4','\xc2','\x6a','\xb1','\x94','\xe6','\x2e','\xc5','\x31','\x19','\xf2','\x90','\x91','\xdb','\x31','\xda','\x78','\x61','\xb3','\xf1','\xc4','\xf9','\x5b','\xcf','\x24','\x27','\x3f','\x95','\x9c','\x24','\xc9','\xc9','\xd8','\xf9','\x5b','\x3e','\xc5','\x35','\x3a','\x6a','\x50','\x71','\xa8','\xe3','\x21','\x9f','\xcb','\x4d','\x1d','\x2c','\x44','\x9c','\xa5','\xae','\xf0','\x49','\xbc','\x4f','\x08','\x73','\x1b','\x9f','\xf0','\xb9','\x4a','\xf0','\x1e','\xe2','\xa8','\xcd','\x2a','\x2d','\x4d','\x6a','\xa9','\x38','\x5b','\x9c','\x7e','\xf7','\xbb','\xb7','\x9e','\x73','\x1b','\x19','\xe2','\x30','\xf1','\x94','\x92','\x7c','\xe7','\xa4','\x08','\x7f','\x20','\xcc','\x55','\x4f','\xe1','\x44','\x0b','\x37','\x11','\x7f','\x0b','\xc9','\x92','\x31','\x8f','\x36','\x99','\x4f','\xd8','\x67','\xa9','\x44','\x08','\x69','\xec','\x88','\xce','\x88','\x11','\xf8','\x9c','\x68','\x17','\x9b','\xf7','\x96','\x47','\xaa','\xe6','\x8d','\x38','\xab','\x89','\x65','\x30','\xc2','\x4d','\x4d','\x37','\x75','\x56','\x7d','\x4c','\xb7','\x5e','\x9c','\x7b','\x2c','\xe6','\xbf','\x46','\x6f','\xb9','\xd4','\x76','\xf3','\xa1','\xd2','\xb1','\x6e','\xa9','\x7e','\xe6','\x83','\x54','\x58','\x37','\x4f','\xcf','\x68','\x60','\x30','\x10','\xaf','\x2c','\xd2','\x33','\x4f','\xd2','\x57','\x1c','\xfa','\x02','\x4e','\xe5','\x0d','\x28','\x86','\xca','\xf7','\xa1','\xba','\x70','\x15','\xaa','\xbe','\x6e','\xd1','\xb9','\xc7','\x92','\xfd','\xf7','\x19','\x0e','\x95','\x52','\xdd','\x52','\xe7','\xcc','\x07','\x4f','\x9c','\xf9','\xe0','\xb1','\xbb','\xbd','\x4f','\xe7','\x15','\x87','\xbd','\x80','\x49','\x4a','\x57','\x69','\x7e','\x4f','\x92','\x71','\x7e','\x49','\x05','\xd2','\xa7','\x69','\x4b','\x2b','\x3c','\x7e','\xe0','\x83','\x8f','\xf3','\x4f','\x3d','\xfe','\x99','\x92','\x65','\x94','\x1e','\x47','\x7f','\xfc','\xf8','\x91','\x29','\xf1','\x8a','\x75','\xe0','\x83','\xea','\x11','\xaa','\x1e','\xd0','\xf6','\x1c','\xd0','\xf8','\xb7','\xf3','\xaa','\x78','\x7a','\x60','\x4a','\x3d','\xf0','\xa4','\xfa','\xe1','\xa2','\x3a','\xe9','\x0c','\xf0','\x70','\x22','\xe0','\x24','\x2c','\x74','\x81','\xbf','\xb7','\xcf','\xc6','\x29','\x26','\x79','\x2f','\x4f','\x82','\x3d','\x09','\xb8','\x05','\xf5','\x4f','\x28','\x94','\x7b','\x78','\x77','\xfe','\x30','\xe4','\xe1','\x21','\x3b','\xb6','\xdf','\x26','\xe7','\x6d','\xf5','\x75','\x9b','\xbe','\xee','\x6a','\x69','\x7f','\xec','\x25','\xbb','\xf0','\x3d','\xbb','\x38','\x66','\x3b','\xe2','\x40','\x29','\x03','\x44','\x04','\x2b','\x06','\x5e','\x36','\x8a','\x6f','\x1a','\x93','\x0d','\x7d','\xda','\xd1','\x0f','\x45','\x18','\x26','\x5a','\x74','\x85','\xfa','\x5a','\xa2','\xa6','\xc7','\x0d','\x0f','\x0f','\xe0','\x25','\x90','\xd6','\x00','\x9f','\x9f','\x36','\xd8','\xa0','\xa5','\x79','\x7b','\xe7','\x2b','\xd3','\x41','\x20','\x10','\x96','\x1c','\xc8','\x5b','\xfd','\x8c','\x48','\xb6','\x41','\x81','\x6e','\x57','\x1f','\x49','\x35','\x6c','\x75','\xf8','\xae','\x40','\x49','\x0e','\x92','\x26','\x1d','\xb5','\x3a','\x1d','\xa8','\x50','\x82','\x14','\x9a','\x24','\x40','\x33','\x51','\x2d','\x85','\xbc','\xb8','\xd2','\x2b','\xe4','\xdf','\x15','\x07','\xb2','\x9d','\x61','\xb8','\x93','\xd2','\x41','\x6a','\x57','\x89','\x85','\x70','\x22','\xe8','\x2b','\xf4','\x24','\x7d','\x84','\xf4','\xc0','\x49','\x6f','\x1f','\x86','\xdc','\x26','\x61','\xcf','\x79','\xac','\x6c','\xb3','\x72','\xfd','\x90','\x78','\x0a','\x03','\x61','\x50','\x7a','\x60','\x1b','\x9a','\xbe','\x91','\xd2','\xaf','\x50','\x73','\x5d','\x37','\xd6','\x3c','\xa3','\xd9','\xbe','\x20','\x49','\xbf','\xa1','\xff','\x34','\xbe','\x13','\x9c','\x10','\xdf','\xd2','\x65','\x02','\x5a','\xa1','\x2d','\x8d','\xa6','\x24','\xa1','\x49','\xde','\x1d','\xea','\xf3','\x24','\x8d','\x49','\x97','\x76','\xc6','\xa6','\x4b','\x7d','\xdd','\x76','\x1d','\x31','\x8a','\x3a','\x24','\xe1','\x11','\x3f','\xe8','\xd8','\xc5','\xcb','\xe2','\x56','\x12','\x5b','\x6c','\x20','\x59','\x6a','\x44','\x84','\x73','\xa6','\xe7','\xc9','\xc7','\xd2','\xaa','\x1b','\x1f','\x81','\x05','\x88','\x98','\xab','\xb6','\xdd','\x33','\xcf','\xc1','\x39','\x5f','\xc9','\x11','\xb0','\xbc','\xc4','\x29','\x80','\xff','\x33','\xe6','\x88','\xef','\xa3','\xea','\xe8','\xe5','\x07','\xba','\x95','\xaf','\xcd','\xe5','\x26','\xe6','\xa6','\x1f','\xe8','\x46','\x26','\xe6','\xee','\x9d','\x98','\x1b','\x7a','\xa0','\xcb','\x2f','\x1a','\xcf','\xff','\x9b','\x6e','\x49','\x37','\xe2','\x05','\xfe','\xc4','\x98','\xf6','\xfc','\xbf','\xd6','\x9e','\xf9','\xe3','\x8f','\x2d','\x9a','\x46','\xe9','\x49','\xbf','\x64','\x18','\xae','\x6d','\x40','\x3e','\x5c','\x5c','\xe3','\xab','\xa9','\xe8','\x2d','\x7a','\xaa','\xaf','\x03','\x85','\xf1','\x30','\x48','\xbd','\x8b','\xbd','\xff','\xf6','\xd6','\x2b','\x60','\x93','\x57','\x3b','\x85','\x5b','\x94','\x35','\xee','\x30','\xf1','\xba','\x1c','\xec','\xd4','\x37','\x07','\x89','\xf3','\x82','\xc7','\x77','\xa1','\x7d','\x7a','\xd0','\xa0','\x26','\x0e','\xac','\xd0','\x84','\x44','\xd8','\x10','\xc1','\xa9','\x26','\xce','\x3f','\xeb','\x9b','\x8b','\x50','\x89','\x91','\xf5','\x4a','\x8a','\x8f','\x77','\x79','\x1b','\x2e','\x4f','\xd1','\x84','\x84','\x7a','\xd5','\x44','\x50','\x1b','\xb5','\xb8','\xf5','\x86','\x5d','\x2d','\x07','\x86','\xac','\x37','\x51','\xb5','\x82','\x70','\x58','\xc7','\xf3','\x1a','\xff','\x89','\x0a','\xa4','\xc7','\x91','\x7f','\x86','\x0b','\x0d','\x3c','\x8a','\xb1','\x26','\xde','\x47','\x16','\x3d','\x75','\x93','\xb7','\x0d','\x1c','\x71','\x70','\x94','\x8b','\xdf','\x30','\x69','\x05','\xe0','\xd0','\x90','\x03','\xf1','\x28','\xc7','\x62','\x00','\xf5','\xa4','\x49','\xcc','\xff','\xce','\x1f','\x0a','\xa1','\xd4','\xda','\x35','\x5a','\x71','\x58','\x55','\xf1','\xc4','\xf4','\x1d','\xe0','\xab','\x94','\xca','\xd4','\x68','\x07','\x32','\xf3','\xfd','\x1b','\xbd','\x77','\xe9','\x84','\x42','\xbe','\x37','\xf8','\x6a','\xb2','\x36','\x44','\xfa','\xef','\x9a','\x07','\xc3','\x00','\x3c','\xdb','\x22','\xe3','\x8a','\x20','\xe0','\x90','\x24','\x3a','\x55','\x35','\xd0','\x8b','\xd2','\x08','\xd5','\xba','\x49','\xee','\xd0','\x0e','\xd4','\x60','\xf4','\x79','\x56','\x78','\xb7','\xc3','\x2a','\x6c','\xcb','\x0a','\x3f','\x60','\x0c','\x17','\xb2','\x73','\xe9','\xec','\x63','\x28','\x6b','\x00','\xc9','\x4d','\xf6','\x23','\x7e','\xf6','\x28','\xc9','\x1e','\xa5','\xd9','\x19','\x5a','\x78','\xef','\x92','\x8e','\x5a','\x4f','\xdb','\xc6','\xc7','\xcc','\x56','\x29','\xf3','\xad','\x7a','\x2e','\xad','\x61','\xe8','\x82','\x1f','\xc3','\xa5','\x21','\x7e','\x2a','\xe9','\x94','\x84','\x85','\xa4','\x2d','\xf9','\xa5','\xdf','\x44','\xd7','\x3f','\x31','\x71','\xf6','\x13','\xbf','\x82','\xf6','\x4c','\xa0','\x3d','\x1c','\xef','\x99','\xe0','\xc9','\x89','\xe2','\xd0','\x44','\x51','\x4c','\xad','\x2c','\x9f','\xfa','\x01','\xfa','\x60','\xf5','\xb1','\xfc','\xc2','\x82','\xb6','\x50','\xcd','\x3f','\xdd','\x58','\x7c','\xce','\xbe','\x9e','\x55','\x30','\xda','\xd2','\xf5','\xb8','\x1b','\x86','\x76','\x10','\x46','\xfb','\xbe','\xbf','\x95','\x0b','\xb3','\xc7','\x6b','\xcd','\x90','\xce','\x64','\xcc','\xce','\xb0','\xc7','\x22','\x37','\x73','\x3f','\x0e','\x58','\xc5','\xd2','\xb9','\x56','\x90','\x9c','\x80','\x5d','\x48','\x72','\xfb','\xf4','\x07','\xd9','\x34','\xff','\x09','\x62','\x50','\x0d','\x0e','\xfa','\x41','\x20','\x5f','\x97','\xe8','\xa4','\xfd','\x5f','\x84','\x86','\xc5','\x94','\x3a','\x08','\xdd','\x32','\x50','\x83','\xa1','\x06','\xc0','\x93','\x43','\x0e','\xa0','\xbf','\x30','\x56','\x68','\x94','\xb7','\x44','\xdc','\x0d','\x30','\x59','\x90','\xd2','\x0b','\x58','\xe3','\x06','\xcc','\x2d','\x5f','\xf6','\x77','\xbe','\x02','\x66','\xc9','\x47','\xb3','\x1f','\xac','\x81','\x03','\x1f','\xf4','\x69','\x42','\x1d','\x4d','\xa5','\x38','\x4e','\xf1','\xf7','\xc5','\xbe','\x37','\x22','\x56','\x96','\x13','\xc0','\x8e','\x4c','\x8a','\x1b','\x3d','\x68','\x13','\x86','\x7d','\x63','\x34','\xdd','\xed','\xe4','\xa9','\x79','\x82','\x1a','\x9b','\x22','\xba','\x85','\xa6','\xa4','\x1e','\x7e','\x09','\x12','\x3e','\x54','\x93','\xc7','\x01','\xc6','\xb6','\x43','\x0c','\x93','\xe6','\x99','\x99','\xfe','\x8d','\x0b','\xb7','\x22','\xd2','\x8d','\xa1','\xbc','\xdb','\x1e','\x47','\xb5','\x9c','\x0e','\x94','\x53','\xeb','\xe4','\xa1','\x84','\x4c','\x5b','\xc2','\xd7','\x1f','\xcc','\xe4','\xf4','\xfb','\x46','\x65','\x5c','\x09','\x75','\x19','\xb9','\x39','\x27','\x25','\x55','\x45','\xd2','\xe9','\xdb','\x19','\x11','\x52','\x00','\x34','\x25','\x37','\x4a','\x72','\xf7','\x93','\x4f','\x4e','\x93','\xea','\x24','\x89','\x16','\x21','\x7c','\xdf','\xe3','\x40','\xf5','\x58','\x8b','\x76','\x75','\x0c','\xa7','\xd0','\xdd','\xf6','\x55','\x9d','\xa5','\xf2','\x8c','\xd6','\x72','\xbc','\x05','\x84','\x6e','\x49','\xe7','\x90','\xd8','\x51','\x09','\xec','\x77','\xcc','\x6a','\xb3','\x16','\x1b','\x37','\xd9','\x94','\xc4','\xa6','\x18','\x26','\xb3','\x7b','\x95','\x32','\x36','\xc0','\x87','\x06','\x59','\x68','\xf1','\x35','\x27','\x14','\xf4','\x11','\x05','\xbd','\x28','\x0f','\xc1','\xe0','\x43','\xe6','\x67','\xd1','\xb1','\xcf','\xa0','\xfa','\x20','\x8f','\xf4','\x5f','\xf6','\x49','\xa4','\x97','\xed','\x24','\xe2','\xc3','\xe8','\x88','\x38','\x77','\xc2','\x0a','\x30','\x6f','\x40','\x32','\xb9','\x22','\x4d','\xe2','\xc4','\x24','\x59','\x4d','\x4f','\xac','\x27','\xa8','\x44','\x20','\xa5','\x80','\xd2','\x5e','\xf4','\x4d','\xd4','\xd9','\x95','\xc1','\x96','\xb6','\x03','\xff','\x2c','\x85','\xd2','\xb6','\x9e','\x8e','\x86','\x5c','\x11','\x99','\xa6','\xd6','\x6c','\x08','\x4e','\x43','\xf6','\x2f','\xc0','\x1b','\x07','\xfe','\xea','\x32','\x84','\xf0','\x10','\xf0','\x6d','\xe8','\xf6','\xc6','\x84','\xc9','\xfd','\xec','\x86','\x2e','\x2c','\x22','\xec','\x6a','\x8b','\x78','\x08','\x7a','\x88','\xc5','\xfc','\xbc','\x46','\xd9','\x06','\x6b','\x37','\xcc','\xda','\xb2','\xc7','\xa0','\xf6','\xdd','\xca','\x60','\xeb','\x61','\xa9','\x0b','\x23','\xc2','\xaf','\x74','\xa7','\x85','\x7e','\x03','\xe9','\xf3','\x2a','\xad','\xa4','\xc8','\xda','\xc5','\x58','\xd0','\x53','\xcf','\x2f','\x4b','\x7d','\x46','\xbc','\x3e','\x88','\x9d','\x96','\x49','\xd7','\x50','\x08','\xa1','\x20','\xd5','\x23','\x2e','\x45','\xa4','\x97','\x98','\xdd','\x85','\x17','\x05','\x64','\x10','\x07','\xe4','\xa7','\xb8','\x1e','\x98','\xc0','\x71','\xbf','\x38','\x08','\x29','\x17','\x21','\xa7','\x5c','\x1d','\xa1','\x46','\x3e','\xe4','\x0c','\x0f','\xae','\x0b','\xc9','\x9f','\xa9','\x66','\x96','\xe3','\x99','\xe5','\x45','\x50','\xb9','\x5d','\xa6','\x85','\x65','\x96','\x01','\xab','\x66','\x64','\xed','\x1e','\x7a','\xa6','\x1c','\x98','\x45','\xa0','\xd0','\x7a','\x4b','\x42','\xc2','\x1d','\x82','\xa2','\xdd','\x03','\x98','\x3c','\xe4','\x00','\x73','\x91','\x79','\xb5','\x6b','\x83','\x14','\x34','\x54','\x10','\x18','\xb6','\x29','\x96','\x95','\x77','\x9a','\x47','\x2c','\x8d','\x6e','\xde','\x52','\x7a','\xfc','\xfc','\xd4','\xe7','\x92','\x59','\x62','\x16','\x91','\xcf','\xe8','\xa4','\x42','\xc1','\x07','\x5e','\xc6','\xb1','\xc4','\x6e','\x7e','\xad','\x68','\x08','\xe3','\x21','\x8e','\xf7','\x3b','\xf8','\x75','\x11','\xee','\x49','\xad','\xc9','\xf2','\x0a','\x5e','\xab','\x47','\x5f','\x58','\x05','\x4a','\x62','\x10','\xa3','\xa9','\xd3','\x8c','\x5b','\x78','\xcf','\x3d','\x96','\x71','\xea','\x12','\x7c','\x90','\x7e','\x07','\x1e','\xa5','\x7d','\x5b','\xaa','\x68','\xc1','\x51','\x4d','\xe4','\x7d','\x1f','\x1e','\x73','\x92','\x05','\x3e','\x74','\x09','\x65','\x5e','\xd5','\xf4','\xcc','\xde','\xd9','\x02','\xb7','\x5e','\xd5','\x56','\x32','\x9a','\x9a','\xd1','\xf6','\xbc','\xda','\x16','\x47','\x92','\xca','\xa0','\xcd','\xf6','\x73','\xdf','\x20','\xff','\x20','\x4b','\x3f','\x39','\xc6','\x16','\xcb','\xe6','\x1e','\xc3','\x8b','\xcf','\x5c','\xea','\x2e','\xa7','\x9f','\x23','\x71','\x03','\xf4','\xcd','\x09','\x7a','\xfa','\x14','\xe7','\xad','\xbe','\x06','\x22','\x98','\xac','\xfe','\x56','\xb5','\xeb','\xbc','\xf0','\x96','\x99','\x6f','\x9a','\x27','\x9a','\xe6','\xb1','\xa6','\x59','\x6f','\x32','\xda','\xb3','\x2c','\xe5','\xc3','\xf4','\xfb','\xc3','\xe9','\x1b','\x71','\x8a','\x5e','\xa3','\x85','\x1f','\xc1','\x25','\xd0','\x31','\xc0','\x7e','\x02','\x31','\x13','\xe1','\x2f','\x17','\xb8','\xf8','\x90','\x9a','\xb4','\x9c','\xf8','\x3a','\xaf','\xfa','\xe2','\xf1','\x33','\x19','\xf7','\x9b','\x19','\x37','\x17','\x58','\x8e','\xe4','\x2a','\x60','\x85','\xa3','\x29','\x38','\x97','\xcf','\xd0','\x90','\xda','\x41','\x1a','\x93','\x87','\x0e','\xc1','\x87','\x7c','\xfe','\x5f','\x09','\xc9','\x52','\x52','\x66','\xa4','\x6c','\x8e','\x78','\x1e','\x7d','\xa7','\x15','\xfa','\x66','\x41','\xc1','\xa3','\x62','\xb3','\x60','\x66','\x8f','\x5f','\x02','\xb2','\x82','\x8c','\xf6','\xb8','\x01','\xbc','\x7c','\xc8','\x16','\xbb','\x6a','\x8d','\x28','\xad','\x9a','\x98','\xc1','\xbb','\xfc','\x9f','\xe7','\x3c','\x5a','\x76','\x21','\x47','\xba','\x95','\x96','\xb7','\x6c','\xb9','\xd3','\x48','\x7e','\x0f','\xb1','\x45','\xe9','\x9e','\xf8','\xc0','\x6c','\x04','\xc4','\x9e','\xf4','\x11','\xcf','\xa8','\xf1','\x25','\xef','\x48','\xbc','\x4f','\xb4','\x78','\x37','\xdb','\x95','\x76','\x7e','\x3f','\xeb','\xe7','\x9f','\xe1','\xe3','\xc8','\x5e','\x80','\x80','\x76','\x74','\x83','\xf0','\x1f','\x52','\xba','\x41','\xe9','\x15','\x61','\x4c','\x18','\xf4','\x2c','\x2f','\x09','\xf3','\x72','\xc8','\xfe','\xfd','\x90','\x57','\x0d','\x19','\x51','\xc5','\xbc','\xe7','\xb4','\x4e','\x1a','\x4c','\xdd','\xa0','\x9a','\x9a','\xd6','\xb5','\xb8','\x67','\xe2','\x3e','\xec','\x94','\x90','\x67','\x7d','\xfe','\x13','\x42','\xe7','\xe5','\x3b','\xac','\xb1','\xdf','\x58','\x6a','\xe5','\x90','\x17','\x5e','\x6b','\x45','\x2a','\x79','\xb5','\x2a','\x25','\xb1','\x84','\xaf','\x7d','\x03','\x85','\xdc','\x1e','\x4f','\x7b','\x06','\x78','\x14','\xb7','\xf1','\x90','\x2a','\x8a','\x8a','\xe0','\x34','\xc1','\x1d','\x62','\x56','\xa9','\x51','\xa5','\x73','\x55','\xed','\x74','\x35','\xc7','\xab','\x99','\x37','\xab','\xcf','\x29','\xd5','\x4b','\x79','\x00','\x0a','\x82','\x65','\xe1','\xc5','\xde','\x58','\x58','\x0e','\xb3','\xc3','\x38','\xd7','\xc6','\x19','\x0f','\x67','\xd0','\x11','\x38','\x07','\x53','\x46','\x84','\xd6','\x14','\x6a','\x86','\xea','\xde','\x50','\xdd','\xd6','\x92','\xdb','\x59','\xf1','\x0a','\xbf','\xb6','\x6b','\xa5','\xcb','\x45','\x0a','\x1e','\x7b','\xa8','\x11','\xde','\x7d','\x7e','\xd9','\x52','\x37','\xc7','\xf3','\x42','\xb2','\x1c','\x83','\x97','\x6c','\xb1','\x94','\x68','\x11','\x99','\x53','\xf2','\x32','\x1e','\x46','\x90','\x8e','\x58','\xb7','\x95','\xaf','\xb6','\xc5','\x61','\x40','\xc9','\x68','\x8b','\xf4','\xb0','\xb3','\x8a','\x27','\x7f','\x9b','\xe8','\xf7','\x14','\x44','\x91','\x01','\x70','\x0e','\xe0','\x14','\x85','\x73','\x0a','\xd3','\x10','\xef','\x8a','\xe3','\xf2','\x1e','\x69','\x7b','\x78','\x67','\x8f','\x43','\x93','\xd2','\x32','\xbc','\xf3','\xce','\x39','\x5a','\x1b','\xb5','\xd9','\xfd','\x1e','\x9b','\x36','\xf3','\xd5','\x3c','\x6d','\xa4','\x15','\x1c','\x27','\x50','\x13','\x0d','\xde','\x5b','\xb6','\x78','\xff','\x3c','\x9a','\x9c','\x01','\x3e','\x5a','\xa8','\xdd','\xc9','\xd4','\xa6','\xa4','\x65','\x8a','\x88','\x79','\x19','\x6a','\x03','\xa6','\x51','\xde','\xb0','\x80','\xca','\x2c','\xf8','\x17','\x39','\xde','\x96','\x7c','\x55','\xd3','\xf2','\x95','\x80','\xbb','\x8a','\xc1','\x8b','\x32','\xe7','\x94','\x41','\xa0','\x32','\x16','\xf8','\xf8','\x33','\xb6','\xd8','\x5c','\x7b','\x7d','\x40','\xa9','\x54','\xc0','\x74','\x5a','\x85','\x23','\x58','\x86','\x25','\x49','\x05','\xf1','\xb3','\x62','\x7e','\xd9','\xb0','\x5a','\x69','\x9e','\xb2','\x34','\x7d','\xf6','\x56','\xd2','\x96','\x93','\x4e','\xa7','\x69','\xe0','\xa6','\xa6','\x35','\x46','\x0d','\x38','\xcf','\x28','\x2a','\x74','\xe4','\xc1','\x46','\x7b','\xfd','\x4d','\x4b','\xce','\x56','\x51','\x60','\xf8','\x66','\x97','\xaf','\xb9','\x54','\x18','\xbc','\xe2','\xf6','\xec','\x66','\x97','\x7a','\x68','\xd8','\x43','\xa9','\x1b','\xe4','\xbd','\x0b','\x3e','\xc8','\x31','\xc8','\xdc','\x69','\x58','\xe6','\x4e','\xc1','\xb7','\x1c','\x24','\xfd','\xbe','\x82','\x42','\x4b','\x28','\x20','\x48','\x89','\xf1','\xcb','\x19','\x3b','\x2e','\xf6','\xf2','\x10','\xef','\x7b','\x16','\xbd','\xc1','\x56','\xd3','\x93','\x1d','\x46','\x66','\x81','\x5f','\x4a','\x7b','\x79','\x4d','\xd6','\xe3','\xee','\x5a','\x4c','\xe1','\xdb','\x5c','\xe2','\x60','\x8a','\x84','\xcf','\x45','\x11','\xbb','\x0f','\xb1','\x9c','\x94','\xc2','\xee','\x41','\xaa','\xa1','\x67','\x07','\x06','\xc1','\xfc','\x51','\x3d','\x0f','\x48','\x05','\xe5','\xcd','\x48','\x70','\x6f','\x60','\x00','\x4b','\x26','\xc1','\xfd','\xa0','\xd0','\x93','\x80','\x37','\xc7','\xf9','\x75','\x07','\xc4','\xb5','\xc1','\x40','\x83','\x88','\x21','\x59','\x1f','\x0c','\x49','\x89','\xab','\x7d','\x90','\x5d','\x2f','\xd5','\x29','\xd8','\x85','\xce','\xc0','\x00','\x95','\xea','\xb8','\x74','\x81','\x6f','\x0d','\xac','\x3a','\x36','\xd0','\xa4','\xf1','\xf8','\x34','\x7a','\xfc','\x8b','\xa8','\xe9','\x40','\xee','\xdc','\x86','\xf7','\x09','\x92','\x2d','\x12','\xa8','\x03','\xf5','\xb8','\x0f','\x2b','\xe8','\xc1','\x71','\xfa','\xcc','\xe5','\xee','\x33','\x97','\x40','\x55','\xb6','\x59','\xe8','\x34','\x07','\xe5','\x2a','\x7a','\xa0','\x02','\x3c','\xc8','\x4a','\x14','\x58','\x5c','\x35','\x49','\xa2','\xbd','\xb5','\x33','\xc7','\x5c','\x93','\x37','\x4d','\x22','\x5e','\xa4','\xa7','\x88','\x76','\x44','\xb8','\x35','\x31','\x1b','\x8d','\x22','\xd6','\x2d','\x74','\x16','\x55','\x56','\x0a','\xa8','\x7f','\xc3','\x01','\x22','\x4e','\x44','\xe2','\x35','\xb1','\xe3','\x9c','\x64','\xa3','\xd4','\xc3','\xf1','\x78','\x50','\x04','\x99','\x96','\xbc','\xc4','\x2c','\xe6','\x32','\xc0','\x10','\x2a','\x52','\xc9','\x0b','\xeb','\xc4','\xa5','\x31','\x9a','\x88','\x1f','\xba','\x95','\xf2','\x50','\x17','\xa1','\x45','\x8d','\x96','\x76','\x91','\x99','\xf4','\xfb','\x38','\x76','\xe1','\xeb','\xee','\x4a','\x71','\xb0','\x3d','\xfe','\x1f','\xd9','\xfb','\xe9','\x32','\xc4','\xc5','\x67','\xc3','\x26','\xc1','\x0b','\xa4','\x78','\x3c','\x36','\x59','\xe5','\x7f','\xb2','\x48','\xa6','\x9f','\x26','\xd3','\xf0','\xe2','\x28','\x36','\xf7','\x0b','\x73','\xcc','\x47','\x5f','\xac','\x4d','\xdd','\xbf','\x38','\x35','\x5d','\x5d','\xbc','\x55','\x29','\x55','\x2b','\x6e','\xd1','\x94','\xda','\x37','\xf3','\x60','\x7d','\x7e','\xfe','\xfe','\x75','\x8e','\x88','\xad','\x55','\x92','\xce','\xa9','\x90','\x99','\x97','\x97','\x6e','\x54','\x89','\x80','\xff','\xd3','\x40','\x87','\x1b','\x74','\x2a','\x32','\x3c','\xc5','\xf9','\x22','\xa1','\xa5','\x7b','\xa9','\x9b','\xa4','\x64','\x48','\x12','\x27','\xe9','\x10','\xb8','\xc4','\x6c','\x08','\x8b','\xb6','\xf3','\x90','\x96','\xac','\x17','\x88','\x8b','\xd3','\x17','\xc5','\x1b','\xcd','\xb8','\xfb','\x0b','\xdd','\xfd','\xaf','\xba','\x8f','\xbe','\xea','\x4e','\x65','\xdc','\xa9','\x42','\x77','\x51','\xf1','\x4a','\x51','\xcf','\x05','\xd1','\xb7','\x4b','\x00','\xef','\xc9','\x5c','\x20','\xe5','\x17','\x63','\x4b','\x0e','\xd4','\x3e','\x34','\x64','\x40','\x0f','\x0f','\x82','\x32','\x5d','\xc1','\x0f','\x57','\x69','\xa4','\xa8','\x91','\x7f','\xae','\x27','\x89','\xdd','\x56','\xbd','\x9a','\x58','\x91','\xac','\xc0','\xcc','\xd1','\x87','\x6c','\x4c','\x51','\x3f','\x40','\xb8','\x5b','\x9a','\x42','\x37','\x10','\x05','\x66','\x1a','\x24','\x9c','\x57','\xb1','\x18','\x42','\x17','\xf1','\x12','\xc3','\xf3','\xba','\xc3','\xac','\xc6','\xc1','\x12','\x8e','\xb8','\x98','\x90','\xc9','\x3d','\xfc','\xb6','\x1a','\x24','\xbe','\x9a','\x0d','\xd6','\x6c','\xb4','\x9b','\x8d','\x1a','\x7f','\x8d','\x79','\x4d','\xe9','\xe2','\xa6','\xf2','\x08','\x08','\x61','\x75','\x59','\x50','\x0e','\xb6','\x19','\x24','\xa9','\x15','\x6c','\x49','\xb3','\x90','\x2d','\xb4','\x81','\xff','\x50','\xc2','\x51','\xc4','\x5f','\xab','\xba','\x14','\xf7','\x6c','\x36','\x33','\x2b','\xee','\xed','\x21','\xb7','\x36','\x46','\xd8','\xd1','\x54','\xe6','\x0c','\x65','\x6a','\x3e','\x9f','\x69','\x8b','\xf3','\xb5','\x8f','\x63','\x8c','\x00','\x8f','\x22','\xe4','\x01','\x54','\xc8','\xf7','\x62','\x94','\x05','\x8b','\x44','\xb8','\x1f','\x81','\x33','\x89','\xaa','\x64','\x18','\x36','\x5e','\x4a','\xd9','\x07','\x68','\x3b','\x47','\x6b','\x63','\x52','\x0f','\xd5','\x80','\x0c','\xeb','\x23','\xf2','\xf3','\x0c','\xf0','\x7e','\xcb','\xe5','\x69','\x7b','\x53','\x2d','\x6f','\xca','\xf3','\x1e','\xb4','\xbd','\x4f','\x21','\x6f','\x11','\x79','\x4d','\x69','\xc1','\x6f','\x87','\x91','\x97','\x14','\x66','\x7b','\x9a','\x0c','\xc9','\x75','\xcf','\x33','\x91','\x67','\x44','\xa1','\xef','\x26','\x0e','\x0d','\x0f','\x84','\xe0','\x3a','\xc1','\xff','\x9a','\x94','\x66','\x63','\x53','\xc5','\x07','\xbf','\xf5','\xc1','\x07','\x57','\xd9','\x83','\xbf','\xfe','\xfd','\x4f','\x19','\x89','\x45','\x1b','\x7f','\x77','\x60','\x89','\x0d','\x17','\x3a','\x49','\x84','\x92','\xab','\xc6','\xd0','\x4a','\x2d','\xe3','\x9a','\xba','\x08','\x49','\x90','\x33','\xc3','\x25','\x5f','\x0a','\xcc','\x67','\x4d','\x03','\xbd','\x9f','\x7c','\x04','\x1c','\x17','\x53','\x01','\x55','\x74','\x1b','\x25','\xe1','\x88','\x17','\xb1','\xd8','\xae','\xe3','\x5c','\x12','\xbc','\xec','\x78','\x25','\x1d','\xbc','\xb2','\x1b','\xcf','\x86','\x9e','\xe0','\xfe','\xa2','\x54','\xcb','\xec','\xe1','\xe8','\xa4','\x75','\x4d','\xba','\x68','\x75','\x4a','\x50','\xa5','\xd0','\x29','\xcb','\x6b','\xb2','\x99','\x42','\xa7','\x86','\x81','\x9c','\xb3','\x81','\x9f','\x70','\xc7','\x7c','\x0e','\x5d','\xe8','\xf6','\xf8','\xd8','\x95','\x08','\x2e','\x00','\x08','\x27','\x8e','\xe9','\xfe','\x33','\x30','\x9f','\x41','\x62','\xf8','\x5e','\x4a','\xee','\x36','\x9f','\x07','\xfb','\xa9','\x27','\x22','\xf6','\xac','\x6a','\x2e','\xa7','\x20','\x19','\xbc','\x1b','\xa9','\xd8','\xdb','\xa3','\x41','\x4b','\x02','\x81','\x7a','\x42','\x5f','\x04','\x61','\xad','\x87','\x67','\xd3','\x42','\xb2','\x25','\xb6','\xec','\xa4','\xdf','\xe5','\x07','\xc3','\xc6','\x81','\x88','\x3e','\x4b','\xd9','\x72','\x9e','\xed','\xe8','\xab','\x05','\xf7','\x3e','\x90','\x5f','\xc7','\x1b','\x77','\xe0','\x46','\x82','\xfa','\xfe','\x20','\x9f','\xcc','\x70','\xc4','\xce','\xac','\x98','\xe5','\x55','\xd3','\x96','\x45','\xf3','\x20','\x22','\xcb','\xf1','\x60','\xde','\x92','\x4c','\xc8','\xcd','\xf0','\x66','\xbf','\xe0','\xd2','\xab','\x4d','\xc8','\x5f','\x9d','\x64','\x90','\xc7','\x82','\xed','\xfd','\x09','\xbd','\xf1','\xc4','\x65','\xfe','\xcc','\x25','\xef','\x19','\xe6','\xc5','\x0f','\x75','\x09','\x6b','\xf2','\x76','\x13','\x04','\x04','\x59','\x73','\x94','\x35','\xf7','\x0b','\xfb','\x7f','\x77','\x1f','\xbd','\x84','\xa6','\x18','\x5a','\x3c','\x48','\x4a','\xc7','\x7d','\xe8','\x86','\x2f','\x12','\xd2','\x00','\xe5','\xaa','\x58','\x14','\x34','\xf0','\xfa','\xf5','\x38','\x5b','\x0d','\x39','\x2f','\x17','\x78','\xe5','\x34','\xca','\x29','\xf6','\xb4','\xa2','\x45','\xc2','\xea','\x9e','\x08','\xd1','\x2e','\xdf','\xe6','\x7f','\x83','\x4f','\xde','\x40','\xa5','\x48','\x8d','\x44','\xcd','\x27','\xb0','\x79','\x32','\xd0','\x07','\x69','\x4a','\x7d','\x10','\x3a','\xef','\x6a','\x15','\xa2','\x4b','\x7d','\x10','\x14','\x95','\x39','\x12','\x1c','\x41','\xb7','\xa2','\xa8','\x81','\x8d','\x46','\x44','\x6f','\xa8','\xac','\x61','\x6d','\x36','\x0e','\xd3','\x86','\x8e','\x1a','\x8a','\xdd','\x50','\x90','\x34','\xda','\xb0','\xba','\xc1','\x58','\xb6','\xe1','\x52','\xac','\x00','\x78','\x04','\x1f','\x46','\x47','\x44','\x70','\xba','\x03','\x3f','\x66','\x7b','\x28','\xdd','\x4a','\x74','\xb6','\x93','\x87','\xef','\x4f','\xb6','\x43','\x77','\x90','\x12','\xec','\xc2','\xa1','\x2d','\x23','\xbd','\xd0','\x92','\x34','\x47','\x26','\x29','\xb4','\x6c','\xd9','\x6d','\x91','\x2d','\xb4','\x0e','\xee','\x5c','\xf5','\x6c','\xc5','\x7d','\x37','\xe9','\xd6','\x86','\x08','\x3b','\x40','\xd8','\x1c','\x7d','\xa8','\x2e','\x89','\xa4','\x07','\x75','\xd6','\x3c','\x34','\xbe','\x6f','\xa5','\xf0','\x65','\x92','\x1b','\xa1','\x39','\x45','\xcf','\x59','\x7e','\x0e','\x1b','\x85','\x88','\x9e','\xe3','\x3c','\xa7','\xd2','\xdc','\x90','\x9b','\xfb','\xd0','\x03','\x85','\x27','\xb2','\xb9','\x17','\x8c','\x5c','\x08','\xe5','\xee','\x31','\xc7','\xff','\x20','\x55','\xc9','\xc4','\x9f','\x7c','\x00','\x3b','\x62','\xde','\xa2','\xbc','\x65','\x07','\xae','\x0d','\x94','\x79','\xb9','\x27','\x06','\xd3','\xe2','\xae','\x8b','\x23','\x1b','\x5e','\xd7','\xe0','\xc6','\x2a','\x98','\x59','\x0e','\x48','\x24','\x89','\xbf','\x99','\x95','\xaf','\x43','\x2b','\x58','\xdf','\xac','\x50','\xbb','\x82','\xcc','\xf1','\x03','\x5a','\xe1','\x0b','\xaf','\xc0','\x07','\x18','\x09','\x3e','\x80','\x9d','\x8b','\x1c','\x2d','\xc0','\x07','\xd0','\x01','\xf6','\xf5','\xeb','\x6f','\xe7','\x0c','\x9c','\xbb','\xdc','\x29','\x20','\x94','\x4b','\xb7','\x73','\xfd','\xc7','\xf1','\x42','\x67','\x9c','\xd1','\x0a','\xa3','\xb3','\x8c','\x3e','\x59','\xe8','\x38','\x81','\xbe','\x70','\x80','\x18','\x91','\x3f','\x3f','\x87','\x29','\x1a','\x72','\xc5','\x21','\x14','\x0a','\xc8','\xeb','\xd6','\x76','\xf3','\xd7','\xf5','\xf3','\x87','\x1b','\xac','\x71','\x95','\xf9','\xaf','\xb1','\xc6','\x0d','\xd6','\x68','\xb1','\x8d','\x1b','\x85','\xe6','\x26','\x56','\x9b','\x58','\xbb','\xfe','\x59','\xbd','\x51','\x55','\xbc','\xea','\x92','\x7d','\xfc','\x06','\xa9','\xa6','\x7d','\x59','\x43','\x13','\x83','\x2e','\x08','\x0f','\xd6','\x89','\x4f','\x49','\x2d','\xdd','\x35','\x20','\x03','\xeb','\x19','\x49','\x9b','\x25','\x57','\x92','\xc9','\x17','\xc9','\x79','\x97','\xbc','\x5e','\x47','\xaf','\x5f','\x44','\x92','\xc1','\x04','\x25','\x5b','\xe4','\xa1','\x3a','\x7f','\xdd','\x8d','\x9d','\x77','\x63','\xd0','\x62','\x7f','\x9a','\x64','\x4e','\x93','\xb1','\x65','\x32','\xc3','\x63','\xb6','\xbf','\x5b','\xf7','\x0d','\x31','\x43','\xe9','\x30','\x0b','\x6d','\x57','\x9d','\x12','\x06','\x1a','\xd1','\x65','\x3b','\x5e','\x22','\x66','\x63','\xdf','\x0a','\x42','\xbc','\x26','\x51','\x7d','\xc0','\x36','\x68','\x44','\x6e','\x17','\x1d','\x62','\xb3','\xc1','\xf7','\x21','\xa1','\x15','\x62','\xb9','\xf7','\x2a','\x8f','\x25','\xc7','\x7f','\x2b','\xf9','\xa5','\xf1','\xa1','\x17','\x0f','\xb0','\xc8','\x07','\xc6','\xd5','\x94','\xf5','\x2f','\xdf','\x76','\x75','\x4c','\x0c','\x14','\x5b','\xa1','\xfc','\x3a','\x08','\xa0','\xc7','\x08','\x7d','\xc1','\xa5','\x4f','\x24','\x3a','\x9f','\x42','\xfa','\xa2','\x9a','\x17','\x71','\x4a','\x22','\xac','\x77','\x51','\xb1','\x66','\x71','\xf1','\x3e','\xb3','\x1a','\xb2','\x5e','\x91','\x04','\xe4','\x0c','\x5a','\x81','\xaa','\x4f','\xe1','\x85','\x3a','\xfe','\x3d','\xad','\xb8','\x50','\xb8','\x55','\x9d','\xc4','\xf3','\x45','\x5c','\xc1','\x93','\x15','\xeb','\x36','\x10','\xe6','\x08','\x2b','\x4e','\x3e','\x5b','\x9c','\xac','\x16','\x27','\x4d','\xeb','\x96','\x69','\x4c','\x9a','\xc0','\x30','\x29','\x8e','\xbe','\x93','\xb2','\x7a','\x25','\xa6','\x1f','\xb6','\xde','\xe6','\x41','\x19','\x5a','\xdf','\x70','\x0b','\x3f','\xea','\x51','\x0a','\x83','\x5d','\xed','\x16','\x1a','\x40','\x9d','\x10','\xc2','\x64','\xec','\x6a','\x57','\x84','\x39','\x49','\x0c','\x16','\x3e','\xde','\x55','\x4e','\x23','\x5f','\x59','\x3d','\x11','\x25','\xc2','\xbf','\x11','\xf1','\xc0','\x78','\x58','\x2b','\xfc','\x91','\x9c','\x3f','\xf7','\xf5','\x26','\x70','\x2e','\x62','\xc0','\xfc','\x21','\x7a','\x8e','\x6a','\xb9','\x74','\x37','\x97','\x49','\xe4','\x7e','\xf7','\x56','\xe1','\x25','\x31','\x73','\x5a','\xb9','\x21','\x94','\x1b','\xc2','\xb9','\x34','\xcf','\x21','\x3c','\xfe','\x2b','\xc5','\x8a','\xb0','\x05','\xf2','\xa4','\xd8','\x03','\xc4','\xb6','\xbd','\x80','\xad','\xbf','\xe3','\x66','\x15','\x0b','\xb3','\x7e','\xe4','\x6f','\x0f','\xc0','\x77','\x2d','\x3e','\xdb','\x2e','\x8a','\xc7','\xe3','\x6f','\xdf','\x5e','\xd0','\x8b','\x0b','\x13','\xc5','\xe3','\x3f','\x28','\x9a','\x4a','\x71','\x21','\x57','\x9c','\xd7','\x8b','\xf3','\x06','\xfc','\xea','\xd9','\x77','\x1b','\xd5','\xd0','\x57','\x4c','\x20','\xa0','\xad','\xc5','\x8f','\x98','\xb1','\x16','\x70','\xe6','\x53','\xdd','\x1c','\xf1','\xab','\xda','\x18','\x67','\x7a','\x35','\xe7','\x57','\x3f','\x7d','\x00','\xec','\x9b','\x7e','\x35','\x7b','\x00','\x4c','\xbc','\x22','\x5e','\x67','\x7a','\x31','\xe7','\x37','\x98','\x2e','\xec','\x45','\xf6','\xa8','\x7b','\xe8','\x0d','\x92','\x3b','\x7d','\x32','\x1b','\x11','\x27','\x73','\x4b','\x69','\x7b','\x56','\x10','\x61','\x41','\xd5','\xb2','\xa1','\x28','\x62','\x71','\x41','\xcf','\xc5','\x56','\xf3','\xc5','\xd6','\x20','\x28','\x2e','\xcb','\x2a','\x73','\x1c','\x94','\xa0','\x7f','\x42','\xf8','\x99','\xd4','\x49','\xb5','\x63','\x30','\xb6','\x23','\x3f','\x16','\x72','\xb7','\x76','\xe3','\xbb','\x6c','\xc8','\x3b','\x4b','\xc6','\x5b','\x7f','\x16','\xec','\xcf','\xff','\x6d','\xf1','\xe0','\x5d','\x20','\x5b','\x7d','\x7e','\x48','\xdd','\x30','\x35','\x11','\xd7','\x34','\xc0','\x25','\x06','\x45','\x6d','\x84','\xc4','\x31','\x6a','\xa8','\xbe','\x7c','\x24','\xfd','\xc7','\x81','\xa9','\xeb','\x05','\xfc','\x99','\x11','\xf9','\xe6','\x62','\x0b','\x0d','\x9d','\x85','\xe0','\xa1','\x7f','\x9e','\x4a','\xe8','\xa9','\x66','\x4c','\x11','\xf3','\xc3','\x11','\xe3','\x19','\xe4','\x3e','\xc3','\xfd','\x27','\x6c','\x04','\x7e','\x78','\x86','\x92','\x8c','\x74','\xc2','\xb7','\x06','\x21','\xb1','\x0a','\x24','\x53','\x28','\x0c','\x7a','\x3c','\x4b','\x92','\xcf','\x4a','\x2c','\x2e','\x09','\xab','\xd3','\x8c','\x11','\x62','\xf2','\x33','\x06','\x68','\xdb','\x06','\xb0','\xab','\x42','\x67','\x24','\x43','\x53','\x19','\xda','\x29','\x74','\x4e','\x64','\xe8','\xb1','\x8c','\xe4','\x29','\x15','\xa1','\x60','\x48','\x85','\xbf','\x87','\x41','\xf8','\x3d','\x89','\x74','\xd5','\x6d','\x80','\x63','\x41','\x46','\x12','\x10','\xc1','\x55','\x74','\xf3','\xb6','\x2d','\x2b','\xb6','\x59','\x61','\xd7','\xaa','\x91','\xeb','\xb7','\x23','\xcd','\x2a','\x69','\x56','\xa1','\x5e','\x29','\x0d','\xea','\xc2','\xcd','\x6a','\x4d','\x0c','\x3c','\x1c','\x58','\xde','\x3b','\x42','\x3d','\xa8','\x5b','\x01','\xf3','\xf3','\x32','\x01','\xee','\x29','\xcd','\xa8','\x10','\xb3','\x12','\x31','\x2c','\xe4','\x00','\xfd','\x14','\x42','\x95','\x42','\xa7','\x92','\xa1','\xc2','\xac','\xfe','\x00','\x5e','\x09','\xa1','\x4a','\x48','\xb5','\xac','\xae','\x18','\x98','\xa1','\x70','\xc0','\x37','\xb8','\x85','\xd3','\x13','\xb7','\x00','\x12','\x71','\x6b','\x32','\x11','\x17','\xee','\x65','\xe1','\x02','\xc0','\x67','\x20','\x1b','\xb1','\x35','\xd8','\x79','\xcb','\x7a','\xf7','\x6b','\x5c','\xc7','\x85','\x02','\xcf','\x31','\x2c','\xad','\x9a','\x3b','\x74','\x3b','\x07','\xdc','\x52','\xf2','\x69','\x76','\x32','\x97','\xbb','\x0d','\x8f','\xd9','\xc9','\x82','\x7c','\x94','\xaf','\xdc','\x82','\x47','\x06','\xa0','\x41','\x61','\x62','\x97','\x78','\x92','\x1d','\x71','\xd8','\x6e','\xde','\x5d','\x75','\x3d','\x70','\xac','\x84','\xdf','\xd5','\x4d','\x22','\x3a','\x74','\x86','\x8e','\xfb','\xf4','\xa8','\x49','\x23','\x65','\xe1','\x77','\xd5','\x83','\xcc','\x0f','\x91','\x7a','\x07','\x09','\x0e','\x01','\xaa','\x6c','\x11','\x97','\x7a','\x1c','\x86','\x61','\x30','\x11','\xfe','\x8a','\x29','\xe4','\x6c','\x4f','\xa1','\xc7','\xa4','\xda','\x9a','\xf4','\xc4','\xfc','\x2d','\xaf','\x6c','\xd7','\x60','\xe7','\xbe','\x0a','\xd2','\xc6','\x69','\x7e','\x2f','\xf0','\xcf','\x63','\xba','\x59','\xd5','\xfe','\xfa','\x36','\xa3','\x78','\x5c','\x9c','\xf8','\x22','\xfa','\x4b','\x4e','\xba','\xc9','\xdb','\xb1','\xf3','\x93','\xfc','\x75','\xa8','\x4a','\x93','\xf3','\x93','\xee','\xeb','\x93','\xbd','\x3a','\x35','\xc5','\x64','\x13','\x27','\x28','\xee','\x42','\x9d','\xfa','\x88','\xd8','\xe7','\xa3','\x92','\x67','\x40','\x5a','\xfd','\xb3','\xcf','\x75','\xfb','\x55','\x21','\x61','\x4e','\xd5','\xe2','\xb2','\x60','\xd4','\xab','\x19','\x05','\xaf','\x5b','\x6f','\xb4','\xcc','\xf2','\x2b','\x66','\xf9','\x45','\x33','\xe4','\xf4','\x9d','\xb4','\xc0','\x50','\x2d','\xe4','\x95','\x3f','\x57','\x3f','\x7e','\xbd','\x7b','\x32','\x00','\x58','\x9f','\xeb','\x98','\x4d','\x6a','\x35','\x69','\xe1','\x5c','\x47','\xe6','\x86','\x48','\xbc','\xd7','\xe0','\x8c','\xc9','\x75','\xce','\xdf','\xc2','\x04','\x4d','\x92','\xbd','\x5f','\x04','\xcb','\xbe','\x28','\x83','\x48','\xe8','\x94','\x32','\x24','\xb9','\x0a','\x44','\xf0','\x6f','\xda','\xe6','\x3a','\x3a','\xce','\xdb','\xe2','\x11','\x2c','\x8f','\x4c','\x46','\x9f','\xe5','\x5d','\x68','\xc8','\x34','\x90','\xc9','\x5b','\x65','\xf1','\x41','\x4c','\x73','\x5e','\xf2','\xbe','\x3f','\x6d','\xb5','\x4c','\xf1','\x23','\x6b','\xa0','\x12','\xa9','\x88','\x22','\x1a','\x8b','\xa6','\x3b','\x71','\xe9','\x93','\xd0','\x74','\x9b','\x51','\x36','\x2f','\xfc','\xc3','\xba','\x78','\xb1','\x2d','\x73','\x8b','\x00','\x42','\x3b','\x0c','\x6e','\x30','\xd0','\x8a','\xca','\x54','\x33','\x03','\x66','\x51','\x22','\x09','\xb5','\x03','\x4e','\x6d','\xd9','\xef','\xd0','\xcf','\xab','\xf7','\xb2','\xe8','\xa0','\x33','\x32','\x4b','\xcf','\x5a','\xdd','\xf8','\x42','\x9d','\xf4','\x69','\x1d','\xf2','\x56','\xe7','\x98','\x49','\xeb','\x11','\x89','\x7a','\xdd','\xbf','\x4a','\xcf','\xbb','\xb4','\x2e','\xee','\xcb','\x78','\x92','\x8e','\x8f','\x50','\x36','\x92','\x6e','\xd3','\x44','\x6b','\x07','\xee','\x42','\xe6','\x66','\x45','\xf0','\x69','\x5a','\x5d','\x11','\xec','\x64','\x6d','\x1c','\x11','\xfb','\x83','\x8d','\x63','\x76','\x64','\xcf','\x2b','\x3f','\x06','\x32','\x4c','\x0a','\x52','\x2e','\x6d','\x2a','\xe2','\x32','\x0f','\x72','\x70','\x4c','\xd8','\x7a','\xde','\xe4','\x49','\xfb','\x54','\x70','\xbf','\x8a','\x21','\xfb','\xb3','\x21','\x17','\x5a','\xdd','\x65','\x61','\xa5','\x08','\xaf','\x38','\x8e','\x25','\x01','\xfc','\x36','\x8b','\xa2','\xec','\xa8','\xc5','\x6f','\x23','\x68','\xbb','\x2d','\x6a','\x92','\xc0','\x07','\x4b','\x1b','\xd0','\xed','\x52','\x84','\x13','\xad','\x11','\xe5','\xa7','\xbe','\x12','\x22','\xca','\x1e','\xc2','\xbb','\xf5','\x71','\xb4','\xf9','\x88','\x51','\xcb','\xb1','\x5a','\x85','\x7e','\xff','\xc9','\xe4','\x39','\x47','\x8a','\x9f','\x0d','\x4a','\x92','\xdd','\x75','\x00','\xf5','\x9d','\x44','\x2b','\xe1','\x0f','\x6c','\x92','\x7d','\xfa','\x23','\x05','\xf8','\x18','\x41','\xe5','\x5c','\x6c','\xb3','\xde','\x40','\x59','\x1c','\xf2','\x6c','\x62','\xee','\xec','\xcc','\xb3','\x69','\x11','\x59','\xe2','\x91','\x20','\x90','\x83','\x31','\x14','\xf0','\x3a','\xae','\xc8','\xf5','\x25','\x49','\xa5','\x02','\x57','\x73','\x70','\x00','\x69','\x93','\x7e','\x9f','\x02','\x59','\x1b','\xa2','\x1e','\x3a','\x81','\x7a','\xfc','\x2d','\x6a','\xdf','\xf9','\xd4','\xfb','\xee','\x68','\x24','\xd8','\x37','\x7a','\x6e','\xd5','\x80','\x00','\x0d','\x09','\xbc','\x50','\xb6','\x28','\x71','\xaa','\x9e','\x30','\x14','\xf5','\x64','\xc4','\xe1','\xcd','\x2e','\xd9','\xe3','\x12','\x0b','\x9a','\x12','\xde','\xf8','\x98','\x9b','\x2a','\xf8','\x3b','\xf8','\x72','\xa5','\x01','\x65','\x6e','\x41','\x9c','\xd1','\xee','\x78','\xc6','\x9e','\x0d','\xad','\x2c','\x87','\xce','\x88','\x83','\x2c','\x1a','\xf2','\xb1','\xb5','\x7e','\xe4','\xb0','\x42','\x74','\x65','\x07','\x0e','\x2d','\x64','\x73','\xe0','\x12','\x01','\xc8','\x99','\xb8','\xb8','\x96','\x2e','\x71','\x6e','\xd0','\xf4','\x19','\xb1','\xe2','\x41','\x50','\x6d','\x16','\x89','\x69','\x05','\x74','\xaf','\x64','\xbe','\x4a','\x85','\x55','\x4e','\x31','\xab','\x0a','\x29','\x5f','\x4a','\xc6','\xa4','\x1e','\x3d','\x43','\xb1','\x4b','\x48','\x7c','\x09','\x08','\x2b','\xa4','\x42','\xe5','\x68','\xc6','\x96','\x78','\x48','\xbf','\x97','\x07','\xc8','\xb8','\x8b','\x19','\x52','\x1a','\x27','\x6e','\x85','\x90','\xa3','\x32','\xbe','\x38','\x93','\x8a','\xa9','\x94','\x68','\xd0','\x60','\x05','\xfd','\x5f','\x44','\xb6','\x8a','\x53','\x33','\xa6','\x19','\xfc','\xa2','\x0d','\xf2','\xf4','\x97','\x1c','\xc2','\x9c','\x51','\xe6','\xec','\x2f','\xf8','\xfb','\x97','\xed','\x47','\xcf','\xaa','\x53','\xc9','\x17','\xa7','\xca','\xee','\x62','\xf8','\x46','\x89','\x78','\x6e','\xa6','\x45','\xae','\xdc','\x20','\xe4','\x26','\x61','\xaf','\x91','\xb5','\x46','\xc0','\xb9','\x14','\x0a','\x81','\x92','\xf8','\xb6','\xb4','\xdf','\x80','\x41','\xd7','\xd5','\x92','\xbf','\xf3','\x08','\xde','\x6d','\xdb','\xf5','\xca','\xc1','\x3c','\xdb','\x3a','\x31','\xd7','\xb5','\xf2','\x72','\x58','\x81','\x4e','\x72','\x60','\xdd','\x37','\xb7','\xb3','\xdc','\x72','\x6a','\x1d','\xec','\xf3','\x26','\x55','\x02','\x94','\x42','\x2b','\x8a','\x40','\xa6','\xb9','\x25','\x96','\x73','\x8c','\xd2','\x0b','\x5d','\xfa','\x4e','\x9d','\xae','\xd5','\x87','\xd7','\xea','\x7c','\x0d','\x06','\xf4','\x3d','\x4a','\xd7','\xd3','\x87','\xaf','\x24','\x1e','\xde','\x40','\x0f','\x7b','\xe4','\xe1','\x9f','\xfa','\x27','\xd6','\xc8','\x31','\x61','\x5e','\xbd','\xde','\xdc','\xa4','\xed','\xda','\x48','\x4b','\x4f','\xc2','\x22','\x3b','\x46','\xbd','\x0b','\x74','\x2d','\x4e','\x1b','\x78','\x50','\x77','\x72','\x40','\x7d','\x92','\xd0','\x68','\xaf','\xac','\x3c','\x8c','\xc9','\x08','\xf7','\x47','\xc4','\x63','\x40','\xc5','\xc7','\xbb','\xe2','\x71','\x1c','\x8b','\x08','\x92','\xcc','\x62','\xb2','\xcc','\xbb','\xbd','\x2e','\x9c','\x87','\x11','\xf0','\x7e','\x50','\xa7','\xc7','\xfb','\x51','\x44','\xe8','\x33','\xa7','\x23','\xe6','\x0f','\xa2','\xfc','\x32','\x46','\xe7','\xa2','\xdc','\xc6','\xc8','\x96','\x8f','\x48','\xfa','\xf9','\x50','\x5c','\xf8','\x65','\xee','\x6b','\xfd','\xf9','\xfc','\x46','\x7f','\x3e','\xbf','\x2f','\x7f','\x14','\x14','\x34','\xb7','\xf3','\xfc','\xbd','\xfa','\xec','\x20','\x59','\x83','\xb4','\x00','\x1c','\x45','\xef','\x96','\xcf','\x3c','\xde','\x6f','\x22','\xf8','\xf9','\xb9','\x32','\xc9','\xb3','\xed','\x45','\x51','\xbe','\x87','\x4b','\xd9','\xc2','\x93','\xf4','\xfa','\x4d','\x90','\xbe','\xbe','\xcd','\x44','\xc7','\x96','\x49','\x46','\x98','\xd2','\xcd','\x86','\xba','\x87','\xef','\xb8','\xd7','\x83','\x63','\xbd','\x66','\x6b','\x66','\x73','\xa4','\xeb','\x53','\xd3','\x45','\xe5','\x15','\xe5','\x67','\xd4','\x9e','\xd7','\x0c','\x53','\x3f','\xfe','\x33','\xff','\x69','\x94','\xdd','\xa3','\x66','\xf7','\x74','\xb3','\xc9','\xfb','\xf8','\x90','\x9a','\x1d','\xea','\x64','\x33','\x6a','\x36','\xb3','\xc7','\x7f','\xa7','\xc3','\x9e','\x53','\x59','\xa6','\x6f','\x0f','\x3d','\xd4','\x4e','\x52','\x13','\x02','\xa3','\x59','\xfe','\x98','\xc1','\x4e','\x1e','\xd3','\x1f','\x7b','\xbe','\xf8','\x0f','\xd6','\xf8','\x63','\x33','\x8e','\xb0','\x8f','\x3e','\x2e','\xcc','\x97','\x8f','\x60','\xff','\xe0','\x3d','\x18','\x8b','\xd7','\x4f','\x88','\xdf','\x3e','\xee','\x18','\x8f','\xfb','\xa8','\x84','\xd0','\xc9','\x15','\xf4','\x50','\x03','\x52','\x18','\xe2','\x8e','\xe5','\x7b','\x34','\x92','\x88','\xf9','\xa8','\xe0','\x89','\x6d','\x23','\xa8','\x98','\xa7','\x80','\xff','\xc1','\xdc','\x65','\x69','\xde','\xea','\x8f','\xc3','\xa8','\x67','\xbd','\xba','\x79','\xdf','\xaf','\xc3','\x81','\x7b','\xf6','\x61','\x84','\x1e','\x2c','\xb4','\x9f','\xb9','\xc4','\x84','\x95','\x0a','\xed','\x26','\x42','\x4d','\x04','\xad','\xa0','\xbd','\x1c','\x7d','\xd8','\x96','\xc5','\x8e','\x9d','\xc9','\xd5','\x34','\x64','\xb4','\x94','\x25','\xa4','\x84','\x3c','\x25','\x09','\xbc','\xc4','\x32','\xd1','\x8c','\xd3','\x6f','\x72','\x3a','\xaf','\xd1','\x6a','\x2a','\xfd','\x7f','\x52','\xb4','\x07','\xfa','\x87','\xad','\x77','\x34','\x54','\x66','\x61','\xfb','\x92','\x82','\x2e','\x2a','\xed','\x16','\x47','\xc6','\x67','\x50','\x6b','\x16','\x5d','\x52','\x42','\x54','\x09','\xa7','\xd3','\x24','\x2e','\xb6','\xfc','\x7e','\xff','\xa9','\x38','\x75','\x4f','\xa1','\x68','\x2b','\xe4','\x83','\xfe','\x20','\xe4','\xc7','\x6e','\xa5','\xb2','\x0d','\x1a','\x91','\xd6','\x27','\xec','\xa5','\x94','\x77','\x58','\x83','\x02','\x1e','\x12','\x87','\x59','\xcf','\x94','\xbc','\xc4','\x43','\x02','\xce','\x19','\x41','\x57','\x54','\x4e','\x41','\x60','\x18','\xe5','\x62','\x91','\x42','\xf2','\x6c','\xae','\xe2','\xe4','\xc2','\x1b','\xb9','\xc8','\xb5','\x9c','\xda','\xca','\x69','\xad','\x42','\xf9','\x46','\x4e','\xb9','\x91','\x0b','\x5f','\xcb','\x45','\x9a','\x39','\xf5','\xfa','\xb8','\xd6','\x18','\x37','\x1b','\x95','\x10','\x68','\x9a','\x3f','\x99','\xb0','\x1d','\x20','\x3e','\xa0','\xc6','\x4c','\x57','\xc4','\xd2','\xe2','\xd6','\x91','\xb2','\x47','\xca','\x2e','\xf4','\x45','\x96','\x81','\xc1','\x16','\x3d','\xdb','\x21','\x4f','\xab','\xfe','\xd3','\x2a','\x79','\xb2','\x43','\x1e','\x53','\xc9','\x35','\x95','\x9c','\xeb','\x90','\x15','\x35','\xa6','\xaa','\xb0','\x5f','\xed','\xf4','\x7f','\xe2','\x08','\x4b','\xe0','\x8d','\x47','\x3c','\x3b','\xf1','\x9f','\x49','\x17','\x5c','\x0b','\xf8','\x09','\xe4','\x06','\xb6','\xa4','\x07','\xac','\x60','\x0c','\xbf','\x90','\xf6','\x6c','\x37','\xf1','\x03','\x14','\x5d','\xaf','\x83','\xd8','\x1b','\x91','\xc7','\x39','\x6a','\xa1','\x74','\x5b','\xac','\xa4','\x01','\x01','\x91','\x3e','\x37','\xfe','\x92','\xa4','\xc7','\x47','\x5e','\x18','\xe0','\xc2','\xf9','\xfb','\xf8','\xcd','\x7d','\xe8','\xb5','\x71','\xd4','\x58','\xbf','\x1b','\xbf','\x7a','\x04','\xe9','\x62','\x21','\xcb','\xc7','\x56','\xf0','\x28','\x93','\xa8','\x1d','\xd9','\xbc','\x00','\x8b','\xce','\xa4','\xf8','\xfa','\xf9','\xbf','\x15','\x07','\x4c','\xe2','\x7c','\xbb','\xf7','\xab','\xad','\x6a','\x82','\x58','\xd4','\xa8','\x56','\xe0','\xdf','\x4a','\x78','\xb4','\xcf','\xfb','\x64','\x93','\x35','\x57','\x2d','\x7f','\x9b','\x96','\xdb','\x5a','\xc2','\x96','\xbc','\x4f','\x2f','\x16','\xf7','\xbb','\x4e','\xd2','\xc5','\xaf','\xbb','\x50','\x9f','\x15','\x83','\xf3','\x6e','\xf1','\x66','\x77','\xf2','\xbc','\x3b','\x7d','\xde','\x3d','\x04','\xfe','\xdb','\xe9','\xe8','\xda','\x69','\x2b','\xb4','\x9c','\x0f','\x71','\x1d','\xf9','\xfd','\xf9','\x2c','\x4c','\x7e','\x1d','\x99','\x13','\xeb','\x21','\xbb','\xb0','\xf8','\x86','\xf9','\xbe','\x52','\x4f','\x35','\x38','\x22','\x03','\xd2','\x39','\x05','\x8e','\x45','\xd0','\x70','\x07','\xde','\xb9','\x8e','\x04','\xe0','\x64','\xb0','\xf5','\x1e','\xc7','\x19','\x47','\xda','\x19','\xa8','\x0b','\x67','\x56','\xac','\x77','\x56','\x70','\x66','\x55','\x0c','\xe4','\xd3','\x33','\xc0','\xc9','\xf0','\x8e','\xd3','\xff','\x9b','\x1e','\x83','\x99','\x9a','\xf9','\x36','\x7d','\xce','\xd5','\xca','\xf6','\xf8','\x1b','\xb6','\xb7','\x66','\x0f','\xd6','\x2b','\x7b','\xdd','\x1c','\x5b','\x45','\xa6','\xa7','\x09','\xab','\x4a','\x01','\xe8','\x35','\x97','\x2d','\x35','\x33','\xa8','\x39','\x8d','\x9a','\x77','\x3b','\x35','\x20','\x8e','\x83','\x36','\x1c','\x59','\x7c','\x01','\x07','\x26','\x68','\x5a','\x94','\xdb','\x34','\x85','\xcd','\x8d','\xe9','\xe9','\x8e','\x08','\x7e','\xec','\xbb','\x01','\x8d','\x76','\x99','\x86','\x24','\x36','\x2f','\x28','\x3e','\x21','\xc9','\x2b','\x23','\xf5','\x1b','\x92','\x75','\x69','\xe7','\x59','\xf2','\xc2','\xa5','\xde','\xb8','\x67','\x7b','\x33','\xf5','\xe1','\xcc','\xf9','\x2f','\x1d','\xe2','\x7f','\xae','\x4b','\xa5','\x09','\x03','\x45','\xe1','\x23','\xec','\x8c','\x0b','\xb4','\x75','\x94','\x02','\x49','\x6f','\xa6','\x35','\xf4','\xc2','\x5b','\xa5','\xc9','\x84','\x5f','\x4c','\x19','\x78','\xca','\xc0','\xa5','\xc7','\xf8','\xdb','\x5d','\x4c','\x0c','\x61','\x31','\xf2','\x18','\x39','\xd7','\xa5','\x4d','\x43','\x6b','\x1a','\x3a','\x29','\x1a','\x09','\x6e','\x83','\xf4','\x44','\xcb','\x52','\xaf','\xa1','\xb9','\xd7','\xd0','\x64','\x53','\x99','\xbe','\xc6','\x2f','\xdd','\x90','\x89','\x85','\x06','\x4e','\x73','\x11','\x44','\x23','\xe6','\x85','\xde','\x6b','\xe1','\xcc','\x0d','\x2b','\x77','\x0d','\x65','\x9b','\xe8','\x60','\xa3','\x98','\x6f','\x58','\xcc','\xab','\x06','\xf6','\x34','\x3a','\x7e','\x95','\x9f','\x5a','\xf3','\x4d','\x1b','\xe9','\xe2','\x6d','\x57','\xfe','\x19','\x5d','\xa9','\x8e','\xf8','\x0b','\x68','\xe5','\x31','\xb4','\xe2','\xdb','\x68','\x75','\xa6','\xbb','\xfa','\x89','\x5f','\x59','\xfd','\xc4','\xe4','\xbf','\xb8','\x67','\xc2','\xdf','\xd3','\x5d','\x55','\x75','\xb0','\x64','\x77','\x55','\xd3','\xff','\x05','\xd3','\xfd','\x77','\xfd','\xd5','\x9a','\xb9','\xca','\x9e','\x5a','\x65','\xcd','\x55','\xe6','\x7c','\xf1','\x21','\xcc','\x87','\xd1','\x56','\x7c','\x2a','\x4b','\x45','\xd0','\x62','\x69','\x8b','\xb8','\x12','\x12','\x35','\xaa','\xf0','\x93','\x53','\x31','\x3d','\x11','\xff','\xdd','\x5b','\x29','\x5b','\x16','\x65','\x10','\x2d','\x05','\xea','\x15','\xe3','\x3a','\x79','\x84','\x82','\xe4','\xa7','\x38','\x0b','\xd7','\xf1','\xf3','\x09','\xd8','\x79','\x00','\xb3','\x03','\x92','\x1f','\x20','\x27','\xa9','\x36','\x29','\x6d','\x76','\x34','\x52','\x1f','\x27','\xf5','\x82','\x5b','\x2f','\x4d','\x7d','\xc9','\x15','\x3e','\xcc','\x25','\x6c','\x09','\x67','\x26','\x77','\x2b','\x96','\x9d','\x7c','\xe1','\x1b','\x93','\x4f','\x64','\x27','\x9f','\xc9','\x4e','\x7e','\x2a','\x77','\x4b','\x38','\xad','\x89','\x4b','\xb8','\xcb','\x70','\x8d','\x1d','\x31','\x18','\xd9','\xd1','\x2f','\xe3','\x15','\xc1','\x73','\x8b','\xd8','\x60','\x73','\xee','\xa8','\xe5','\xef','\x5f','\x70','\x85','\x3d','\xba','\xe0','\x4e','\x2d','\x76','\xa7','\x9e','\x3e','\xb9','\x58','\x23','\x25','\x93','\xb8','\xe6','\x80','\x3a','\x43','\x7f','\xa0','\x1f','\x8f','\x16','\x6e','\x7f','\x36','\x83','\xab','\x81','\x15','\x6e','\x55','\xef','\x3a','\xce','\x54','\xab','\x85','\xdb','\x55','\x56','\xad','\x86','\xaa','\xd5','\xdf','\x96','\xf6','\x57','\x0b','\xd5','\x1b','\xcd','\xaa','\x77','\xad','\x1a','\xbd','\x86','\x43','\xab','\x58','\xd5','\xd4','\x78','\xba','\x4b','\x86','\x54','\x75','\x48','\x7d','\x39','\xdd','\xa9','\xbc','\xa4','\xe6','\x86','\xd4','\xe9','\x21','\x35','\x92','\xee','\xdc','\x1b','\x42','\x43','\x63','\x11','\x7e','\xd9','\x7f','\xfe','\xab','\x91','\xd2','\x58','\x84','\x8c','\x45','\x4a','\x85','\xee','\xa9','\xb1','\xc8','\x33','\xc2','\xbe','\x1a','\x79','\xe2','\x72','\xb7','\x34','\x16','\x76','\x43','\x0a','\x09','\x89','\xed','\xcb','\x9f','\xc1','\x10','\xb0','\x3c','\x8e','\xf1','\xe3','\x73','\x73','\x8f','\x4f','\x4d','\x3d','\x4e','\xe9','\xe3','\x24','\xf5','\xf8','\xfd','\x93','\x8f','\x4f','\x16','\x2d','\xc3','\x7e','\x1c','\xa1','\xc7','\x31','\x79','\xdc','\xf2','\x1f','\x8f','\xb8','\x8f','\x4f','\xb8','\x8f','\xd3','\xc7','\x1e','\x27','\xc7','\xac','\xfb','\x9f','\x9a','\x99','\xd6','\x0d','\xfd','\x29','\x64','\x6c','\xa2','\xa5','\x73','\x21','\x25','\x2e','\xbb','\x63','\x77','\xd4','\xbf','\x76','\xb8','\x04','\xa7','\x29','\x08','\xe6','\x56','\x29','\x8d','\xd0','\x24','\xaf','\xf7','\xd1','\x5b','\xf5','\x11','\xbe','\xb9','\xbb','\x3b','\x12','\xb1','\xad','\xf3','\x8b','\xc8','\x53','\x89','\x2f','\x23','\x32','\x4b','\x88','\x44','\xd4','\x8f','\x3e','\x5d','\xda','\xbf','\xb0','\xb8','\x7f','\xa1','\xf4','\xa8','\xe9','\x4e','\x3d','\xfb','\xd6','\x54','\x85','\x2c','\x56','\x48','\xa9','\x42','\xdc','\x67','\xdf','\xda','\xa1','\x88','\x51','\x39','\x2c','\xc2','\xd5','\xa8','\xec','\xaf','\xc4','\x39','\xc4','\x7f','\x0a','\x5d','\x84','\xc5','\x0a','\xb7','\x7e','\x82','\xab','\xd5','\x48','\x75','\xe1','\xc7','\xd5','\x05','\xcf','\xfa','\xf1','\x36','\x35','\x96','\xf5','\xc6','\xc5','\x6a','\xf9','\x22','\xb0','\xeb','\x67','\x18','\xff','\xa9','\x86','\xc3','\x14','\xe3','\x14','\x8e','\x24','\xb0','\x0a','\xe7','\xd7','\xfe','\x2b','\x28','\xb9','\xbc','\x9a','\xfc','\x42','\x8a','\xff','\x94','\x26','\x4f','\x6b','\xc9','\xd3','\x93','\xc2','\x61','\xb2','\x6e','\xe9','\xc5','\x49','\xbd','\xf8','\x61','\xbd','\x38','\x3d','\x61','\xfd','\xc8','\xc7','\x58','\x17','\x26','\x5e','\xc4','\x78','\x02','\x47','\x7d','\x7e','\x1b','\x9e','\xc6','\xb0','\x4e','\x1a','\x3a','\xad','\x4e','\xb2','\xe3','\xd0','\xde','\xbc','\x83','\xef','\x82','\x20','\xdb','\x45','\xa6','\x2b','\x39','\x6d','\x28','\x53','\xc4','\x29','\x2e','\x2b','\x2c','\x7d','\x6a','\x7d','\x8f','\x2e','\x7a','\xf9','\x8a','\xdd','\x2e','\x7b','\x35','\x60','\xa2','\xce','\x33','\x22','\x76','\x87','\x78','\xde','\xc4','\xb2','\xdd','\x21','\xf8','\x61','\xc1','\x06','\xfe','\xdf','\xf8','\xb3','\x25','\x7a','\x8b','\xde','\xd7','\xcf','\x44','\x50','\x5f','\x83','\xa6','\x2a','\x11','\xee','\x9a','\x27','\x68','\xb9','\x45','\x8f','\x43','\x83','\x9e','\x94','\x02','\x10','\x16','\xd6','\xcd','\xb0','\x69','\x86','\x0d','\x11','\xc0','\x59','\x1c','\x5a','\x57','\x20','\x0d','\x61','\x87','\x5c','\xb3','\xd0','\xec','\x03','\x00','\x89','\xfc','\xbf','\x6c','\x69','\xd9','\x00','\x4f','\xa0','\x04','\x65','\x05','\x71','\xba','\xd8','\x4c','\xc8','\x15','\x54','\x9b','\x8f','\x7a','\x9f','\xf6','\xd1','\xc3','\x35','\x94','\x36','\x00','\xa3','\x80','\x91','\x8e','\x0c','\x50','\x35','\x0a','\xaa','\x7b','\x70','\xc7','\x61','\xfb','\x59','\xb6','\x43','\x01','\x8e','\x68','\x1c','\xf9','\x8f','\xe8','\x80','\xaf','\x86','\xd5','\x1d','\x97','\x9e','\x2e','\x8e','\xf5','\x7d','\x95','\xc1','\x73','\x59','\x8a','\x1a','\x05','\x01','\x2e','\x34','\x92','\x63','\xa9','\x6a','\x25','\xbe','\xd7','\x2f','\x23','\x32','\x29','\x62','\x91','\x51','\xe2','\xe4','\xa1','\x58','\x1a','\xb5','\x65','\xf7','\x76','\x58','\x9a','\x92','\x92','\x2e','\x46','\x80','\xe2','\xac','\x05','\x3c','\x4b','\x63','\xab','\xa4','\x70','\xd3','\xcf','\xd4','\x91','\x34','\x92','\xf9','\xb2','\x5f','\xe8','\x8d','\x85','\xe1','\xcc','\x05','\x5e','\xf8','\xb2','\x9e','\x01','\x9b','\xc8','\x7c','\xe1','\x81','\xcc','\x17','\x26','\x33','\x5f','\xf8','\x60','\xe1','\x0b','\x2c','\x9c','\xd3','\xc6','\xfe','\x88','\xe6','\xdf','\xfc','\x3e','\xfb','\xdd','\x84','\xe9','\xc6','\x6d','\x75','\x6b','\x5d','\xec','\x3c','\x74','\xc4','\x89','\x53','\x94','\xce','\x6a','\xc8','\xcd','\x3e','\xe4','\xde','\xe5','\xc5','\xd0','\xee','\xfc','\x61','\x0f','\xff','\x93','\xf0','\x07','\x78','\xde','\xee','\x62','\x56','\x4b','\x0e','\x90','\x87','\x83','\xf4','\x19','\xf3','\xf0','\xa6','\x97','\xa0','\x5e','\x17','\x35','\x6a','\x69','\xc8','\x3f','\x0f','\xe8','\xa4','\x0f','\xda','\x80','\x7b','\xff','\xf3','\xad','\x2f','\xa1','\x8e','\x7e','\x91','\x5e','\xd2','\x9d','\x8d','\x00','\x77','\xd7','\xfb','\xcb','\x78','\xd1','\xf7','\x6c','\x7f','\xcc','\x56','\x1f','\xb2','\xe7','\x32','\xf6','\x64','\xd9','\x9e','\x96','\xf0','\x0e','\x11','\xbc','\x58','\xef','\x49','\xaf','\x6c','\xc6','\x0e','\x2f','\xc9','\xd6','\xc8','\x24','\xa0','\xf8','\xfe','\x50','\x52','\x5f','\x2a','\xa1','\xd3','\x7d','\x5b','\x4e','\x87','\x38','\x46','\xbe','\x84','\xa5','\xa0','\xa8','\x0f','\x1f','\x6b','\xdb','\x82','\xd3','\xf6','\x03','\x77','\x22','\xcc','\xc5','\x1d','\x0e','\x40','\xe6','\xa6','\x14','\xaf','\x39','\x4c','\xfb','\xba','\x81','\xd1','\x6d','\x09','\x26','\x04','\xe9','\x01','\xe1','\x71','\xfe','\x34','\x08','\xb4','\x20','\xc4','\xa2','\x81','\x05','\xe8','\x88','\x65','\xfc','\xcc','\x32','\xae','\x88','\x48','\x71','\x19','\xe3','\x75','\xf8','\xad','\x5a','\xf1','\xb5','\x0a','\xd6','\x15','\x98','\xb9','\xbf','\x28','\x8e','\x53','\x69','\x35','\x3e','\x72','\x3b','\x45','\x8f','\x33','\x7a','\xdc','\xd0','\x1a','\x36','\x6b','\x18','\x19','\xc7','\x1c','\xc3','\xf9','\x79','\x9c','\x9e','\xc3','\xf1','\x15','\x0c','\x3d','\xb5','\xb0','\x9a','\x76','\xe9','\x6d','\xa1','\xad','\x57','\x68','\x61','\xbd','\xdb','\x0f','\x82','\x06','\xc7','\xc4','\x5a','\xf7','\xb7','\x82','\xa3','\xad','\x7e','\xfc','\x48','\x50','\x90','\x43','\x27','\xb1','\xd2','\x22','\x5c','\xf2','\xc6','\x07','\x98','\x4c','\x69','\xc7','\x14','\x54','\x57','\x24','\x34','\xe8','\x6e','\xdc','\xb6','\x74','\xab','\x11','\x00','\xfc','\x5e','\xe1','\xd6','\x74','\x01','\xf7','\x1e','\x14','\xa3','\x3d','\x8f','\xb7','\x80','\xf8','\xb1','\x6f','\x0d','\xb1','\x34','\x7a','\x8d','\xb1','\xc8','\xfb','\x7d','\x24','\xa7','\x22','\x12','\xe1','\x9b','\x17','\xb3','\xbd','\x3d','\xb6','\x37','\x64','\x37','\xf5','\xb4','\xef','\xf5','\xb6','\xa3','\xa0','\x48','\x07','\x47','\x84','\x22','\x9c','\xa0','\x16','\x45','\x27','\xf2','\xe8','\xfb','\x4c','\xcc','\x7d','\xa8','\x9c','\x4a','\x19','\x6b','\x53','\x2a','\xde','\x86','\x1c','\x7d','\x68','\x99','\x0e','\x2d','\x93','\x21','\xbb','\x98','\xb1','\x3f','\x22','\xf1','\x5a','\x66','\x80','\xd7','\x82','\x3c','\x86','\xb8','\x4c','\x62','\x23','\x52','\x88','\xa2','\x10','\xfe','\x05','\x82','\xe2','\x62','\x1e','\x10','\x7c','\x8f','\x6b','\xc5','\x5e','\x11','\xb1','\x25','\xd2','\x4e','\x60','\x9d','\x59','\x21','\xa8','\x97','\x88','\xb8','\xb3','\x88','\x9f','\xb6','\xee','\xc7','\xd5','\xfb','\x95','\xea','\xf4','\x3e','\xb0','\x2a','\x3d','\x75','\xbc','\x53','\x55','\xda','\xba','\x24','\x4f','\x08','\x18','\x80','\x01','\x57','\xb0','\x8c','\x97','\x96','\x23','\x73','\x7f','\x78','\x62','\x41','\x41','\x0b','\x7f','\x78','\x42','\x55','\xc4','\x6c','\xc2','\x7b','\x24','\x74','\x8a','\x9e','\x81','\x4c','\x35','\xdb','\x28','\xb6','\x37','\x8a','\xb5','\x8d','\x22','\xeb','\x5b','\x7e','\xe3','\x9f','\x52','\x8f','\xf4','\x70','\xb9','\xe2','\x2f','\x87','\xec','\x91','\xfd','\x75','\x7e','\xde','\x51','\x32','\xcb','\xe2','\x88','\xc5','\x6b','\xa7','\xc9','\xcc','\x69','\xf5','\xb7','\xff','\x5d','\xea','\xf1','\x97','\x87','\x1f','\x7f','\xf9','\x91','\xdf','\xfe','\x77','\xff','\x78','\xe6','\x74','\x7d','\xe6','\x34','\xfd','\xed','\x7f','\x47','\x1f','\x7f','\x19','\x4c','\x0c','\xc4','\x53','\xb0','\xaf','\xd0','\x19','\x57','\xf2','\xe4','\xa0','\x80','\x8f','\x31','\xe6','\x22','\xbe','\x89','\x43','\x17','\xb8','\x32','\x64','\x2b','\x19','\x1b','\x8f','\xd9','\x91','\x19','\x3b','\x3e','\x74','\x71','\xff','\xbf','\x5a','\x9d','\x7a','\xbd','\xde','\x7c','\xdd','\x85','\xba','\xd5','\x90','\xf4','\x7b','\xc7','\x80','\x01','\x93','\xc8','\xce','\xdc','\x20','\x4f','\x82','\x80','\x67','\xb2','\xcf','\x26','\xaa','\xe1','\xb5','\xe6','\xc4','\x77','\xce','\xd4','\xc5','\x5d','\x78','\x8e','\x37','\x4d','\x59','\xe7','\x0f','\x62','\x01','\x7a','\x94','\x0a','\xeb','\x9f','\x29','\x3b','\xfb','\x35','\x3a','\xd2','\x8d','\xdf','\x39','\x0f','\xc3','\xeb','\x62','\x83','\xa5','\x51','\x0e','\xb4','\x15','\xe2','\x1f','\x1e','\xba','\x45','\xd7','\x0e','\x0b','\x47','\x2b','\x4f','\x73','\x0c','\x89','\x53','\x4b','\x6c','\xa1','\x9a','\x17','\x6a','\x02','\xbe','\x6e','\xc8','\xd9','\xc1','\x37','\x18','\x8e','\xd7','\x66','\x5d','\x73','\x9c','\x98','\xf7','\x93','\x6a','\x8a','\x73','\x15','\xb4','\x09','\xcd','\x83','\xc4','\xac','\x22','\xe4','\x18','\x24','\x6e','\xf9','\xf1','\x32','\x19','\x2d','\x93','\xfb','\xcb','\x64','\xba','\x4c','\x26','\xad','\x6e','\xb1','\x4c','\x9c','\x32','\xc1','\xd2','\xc4','\xaf','\x84','\x1f','\x75','\x52','\x92','\x67','\x28','\x4b','\x9e','\x32','\x66','\x17','\xde','\x91','\x3b','\xc3','\x9e','\x3a','\x17','\x9f','\x64','\x89','\xd2','\xcf','\x51','\xf6','\x07','\x74','\xfd','\x1e','\xaa','\x28','\xb4','\xf0','\x6e','\x5d','\x09','\xbf','\xae','\xe0','\xd7','\x95','\x1f','\xa6','\xb9','\x1a','\x3f','\xa1','\x21','\x59','\x0d','\xdc','\x8d','\xe7','\xdf','\x3a','\x2f','\x70','\xf0','\x75','\x00','\xab','\x80','\x34','\x40','\xa6','\xa1','\x39','\x22','\x99','\xbe','\x00','\x96','\xb1','\x65','\x7d','\x1a','\xd5','\x3b','\x2d','\x38','\x3d','\x06','\x85','\xb1','\x22','\x2d','\xec','\xcb','\x06','\x96','\xd0','\x57','\xae','\xf2','\x46','\x80','\xd6','\x0a','\xfe','\x4f','\x68','\x12','\x85','\x6e','\xe8','\x43','\x75','\x3a','\x04','\x38','\x1a','\xa7','\x6c','\x9f','\x7d','\xc3','\x5e','\x5f','\xe3','\x1e','\xe2','\x76','\xbc','\xd7','\x2e','\xd4','\x27','\xb3','\x5a','\x31','\xf9','\x0d','\x46','\x7e','\xfd','\xfb','\xc4','\x48','\xc4','\xec','\x2a','\x29','\xb4','\x63','\xc8','\x1c','\x45','\x62','\x3f','\xf7','\x02','\xd0','\x32','\x19','\xd6','\xc8','\xc7','\x09','\xf9','\xb8','\x43','\x5e','\xff','\x23','\xe1','\xd8','\xc6','\xea','\xec','\xf9','\x0b','\x90','\xef','\x4d','\x19','\x35','\x60','\x09','\x31','\x9f','\xa6','\xd5','\x05','\x6a','\x55','\x87','\x8b','\x55','\x5e','\x34','\xe9','\xff','\x5a','\xa5','\xff','\x92','\x27','\x89','\x39','\x7c','\xcd','\xa4','\xc7','\x6e','\x8c','\x68','\x37','\xba','\xac','\x7e','\x62','\xcc','\x3d','\x36','\x93','\xa0','\xa7','\xe3','\x49','\x02','\xd8','\x1b','\x3a','\xb7','\x42','\xe7','\xe6','\xa8','\x5b','\xfd','\xa9','\x6c','\x54','\x19','\x7c','\x9f','\x61','\xab','\x3a','\x52','\xac','\xfe','\xa3','\x86','\xf9','\x4f','\xfe','\xa4','\x7a','\xec','\x5f','\xf2','\x8f','\xbb','\xe6','\xeb','\x8b','\xe6','\x7f','\xfa','\xe0','\x8d','\x4d','\x7a','\x83','\x6a','\x75','\x29','\x06','\x93','\xf8','\xc0','\xd1','\x78','\xd6','\xc5','\x50','\x68','\x9e','\x5b','\xd1','\xe7','\xe6','\x4c','\xb7','\x3a','\xeb','\x56','\x96','\xc5','\x99','\x1d','\xf2','\xc4','\xb4','\x74','\xdf','\xb0','\x4b','\x6b','\xf6','\xe2','\x92','\xfd','\x8c','\x6c','\x40','\x1e','\x04','\x66','\x03','\x05','\xf4','\x4b','\x6e','\xea','\xa6','\x7f','\x78','\x53','\x4a','\xc0','\x53','\xd2','\x93','\x80','\xdf','\xc9','\xdb','\x06','\x52','\xd4','\x77','\xcf','\xfb','\x39','\xa1','\x65','\x58','\xb6','\x60','\x3d','\x7e','\xfa','\x9e','\x05','\x9a','\xea','\x20','\x6e','\x09','\x7a','\x2f','\x54','\x0f','\x75','\x3c','\xd0','\x32','\x43','\xc2','\x47','\x81','\x85','\x19','\x36','\x88','\xb0','\x03','\x45','\x80','\xe6','\x66','\x8b','\xb9','\x6c','\xb1','\xf0','\x8d','\x62','\x25','\x0b','\xa6','\x4c','\x9f','\xda','\x77','\xf0','\xc8','\xde','\x3c','\xbe','\x57','\x32','\xd0','\x47','\x0a','\xbe','\x78','\xbc','\x6f','\xb0','\x1f','\x3f','\xea','\xef','\xc4','\xc1','\x32','\x0b','\x56','\x50','\x2d','\x80','\x6c','\xc2','\xc4','\x8a','\x4a','\x84','\x6b','\x4a','\xae','\x20','\x13','\xa9','\x1e','\xba','\x0f','\xf5','\x18','\x72','\x32','\x36','\x6a','\xb7','\x01','\xf0','\xa7','\xc3','\xa1','\x05','\xbd','\x57','\x3d','\x95','\x96','\x0c','\x9c','\xc5','\x20','\x7c','\xa6','\x78','\x89','\xab','\x17','\xef','\xfb','\xc4','\xa5','\x91','\x67','\xea','\xb9','\xe4','\x85','\x4a','\xe6','\xc5','\xe5','\x19','\x27','\xf8','\x9b','\xfe','\xff','\xf4','\x2e','\x7d','\x01','\xdb','\x04','\xf8','\x32','\x53','\xad','\x52','\xed','\xd7','\x79','\x3b','\x58','\xfe','\xeb','\x28','\x72','\x75','\xa9','\x9d','\x42','\x47','\x5a','\x4b','\x71','\x60','\x5c','\x5f','\x92','\x49','\x80','\xa5','\x30','\x1c','\xfd','\x1b','\x2c','\x71','\x3a','\xff','\x13','\x45','\x0f','\x3f','\xe4','\x15','\x3c','\x3f','\x8e','\x0e','\xa7','\x22','\x11','\xba','\x1c','\xa5','\xe5','\x40','\x32','\xa9','\xfe','\x4f','\x98','\xf6','\x8f','\x90','\xfe','\x8f','\x91','\xf1','\xd7','\x08','\x6d','\x0a','\xbf','\xbf','\xf5','\x3f','\x40','\xb3','\xeb','\xb5','\x06','\x6d','\x38','\xd0','\xa7','\xb9','\xe6','\xd0','\x2b','\x0d','\xba','\x21','\x5e','\xa9','\xd2','\x1b','\x18','\x40','\x6d','\x20','\x02','\x05','\x03','\x1d','\x9b','\x34','\x62','\x40','\xf8','\x33','\x37','\x87','\x84','\x59','\x5d','\x5b','\xcc','\x8a','\xb9','\xb9','\xac','\x2c','\x3d','\x40','\xdd','\x41','\xf8','\x83','\xd7','\x3b','\xe2','\xca','\xc8','\x7f','\xc5','\x59','\xd3','\x68','\x37','\xe7','\x6a','\xcd','\x49','\xe6','\x7e','\x30','\xe3','\x6a','\x19','\xab','\xfe','\xf0','\xe1','\x04','\xd5','\xf1','\x00','\x2e','\xc5','\x7e','\x39','\x64','\x57','\xbe','\xea','\xe4','\x0a','\x7c','\x3a','\xe3','\x44','\x32','\xce','\xbd','\x19','\x67','\x28','\x57','\xe4','\xdf','\xac','\x3e','\xff','\x8d','\xc9','\xd2','\xf4','\x34','\x39','\x38','\xfd','\xb1','\xfc','\xf4','\xf3','\x0c','\x3f','\x73','\x09','\xac','\xc4','\xc0','\x5c','\xa8','\x42','\x1c','\x11','\xd1','\x9b','\xaa','\xc8','\x25','\x36','\x4b','\xd4','\xf1','\x51','\x2d','\xc7','\xf8','\x5f','\x7b','\x27','\x46','\xc2','\x86','\x12','\xd6','\x2b','\x4a','\xe1','\x5d','\xce','\xca','\x7e','\xe0','\xe8','\x4a','\xcd','\x74','\xc4','\x2a','\x84','\x55','\x46','\x0b','\x6f','\x32','\x56','\xf1','\x24','\xe9','\x2e','\xf0','\xee','\xe6','\x24','\xef','\xee','\x78','\x38','\x52','\xf8','\x6a','\x34','\x37','\xe4','\xe4','\x68','\x23','\x47','\x36','\x84','\x5b','\x9a','\x43','\x6a','\x01','\x69','\x30','\xf3','\x85','\xe5','\x3f','\x92','\x63','\x9f','\xcd','\x1d','\xac','\x16','\xc4','\x8c','\xca','\x34','\x72','\xcc','\x81','\xc7','\x4c','\x35','\x97','\x9d','\x1e','\x3f','\x38','\x5d','\x61','\x78','\xb6','\xe0','\x3f','\xc9','\xb0','\xc3','\xf0','\xb8','\xc2','\x0a','\xa7','\x75','\xa8','\xb3','\xef','\x9d','\x00','\x93','\x83','\x42','\x30','\x10','\xef','\x03','\xa5','\x43','\x94','\xcb','\x75','\x0a','\xe2','\x91','\x61','\x78','\x3a','\x69','\xe4','\x26','\xe7','\xc6','\x27','\x27','\xc7','\xab','\x1f','\xac','\x14','\xb5','\xd9','\xcb','\xf5','\x27','\x53','\x09','\x47','\xc3','\x90','\x91','\x3e','\x2a','\xef','\xf8','\x51','\x4d','\xd8','\xe0','\x40','\xee','\xf0','\xc2','\xf7','\x40','\x49','\xde','\x92','\x93','\x45','\x6a','\x35','\xae','\xb0','\xe4','\x99','\x13','\x19','\xc7','\xcb','\x2c','\xa3','\xb1','\x25','\xef','\xc9','\x8e','\x7f','\xd6','\x3e','\x1c','\x11','\x73','\xf3','\x1a','\xe1','\x6f','\xfb','\xa8','\x49','\x84','\x91','\x26','\xf1','\xaf','\x77','\x83','\xf1','\x5c','\x93','\x9c','\xba','\xde','\x9d','\x93','\x03','\x30','\x31','\xf6','\xcc','\x93','\x1b','\xe6','\xdc','\x55','\x13','\x35','\xa4','\x6d','\xcc','\xa3','\xe6','\x7c','\xf4','\x1a','\xe8','\x49','\x21','\x5d','\xf8','\x2e','\xac','\xc0','\x3b','\x21','\xdd','\x44','\x75','\x4f','\x7d','\xdc','\x8e','\x54','\x10','\x9e','\x06','\x96','\x07','\x34','\x2d','\x8e','\x12','\x4f','\xb1','\x79','\x8a','\x1e','\x69','\x51','\xbc','\x55','\x3f','\x1d','\x28','\xa1','\x1a','\x72','\x1d','\x6d','\x16','\x5a','\x3d','\xcd','\x68','\x5d','\xfa','\x09','\xb2','\x5b','\x68','\xb7','\x89','\xff','\x05','\x0b','\x90','\xf5','\x5b','\xd9','\x26','\xb0','\x70','\xdf','\x94','\x02','\xe7','\x69','\x59','\x79','\x81','\x30','\x45','\x4a','\xd6','\x06','\xd8','\xc5','\xd8','\xab','\x2e','\x7f','\x67','\x40','\x9d','\x5d','\xbc','\x72','\xb9','\x3b','\xca','\x48','\x97','\x11','\xe1','\x6d','\x97','\xb6','\x9d','\xef','\x70','\xdf','\x94','\x93','\x52','\x87','\x05','\x30','\x8c','\x4a','\x87','\x02','\x9e','\x44','\x1f','\x19','\xcf','\xf3','\x2f','\x33','\x7a','\x5f','\x11','\xb0','\xc7','\x23','\x06','\xdd','\xa7','\x8f','\xe4','\x58','\xaa','\x92','\xea','\xac','\x27','\xfe','\x00','\xe1','\x63','\x56','\x07','\x50','\xe8','\x81','\x0d','\x8c','\x3b','\x56','\x87','\x99','\xb4','\x77','\xc8','\x1e','\x45','\xfa','\x51','\x19','\x17','\x1c','\x25','\xec','\x28','\x09','\xe0','\x37','\xda','\x69','\xcc','\x81','\x0b','\x1a','\x0b','\x4b','\x2f','\xfb','\x22','\x7a','\xb5','\xde','\xc4','\xc5','\x71','\x61','\xbe','\x18','\x88','\xa7','\xfc','\x36','\x86','\x1f','\x72','\x04','\x33','\x32','\xf8','\xbd','\x76','\x7d','\x29','\xc0','\x67','\x0a','\xbb','\xdc','\x7d','\xf4','\x12','\x91','\x3a','\x86','\x68','\x51','\x7e','\x35','\x77','\xe7','\xf7','\x82','\x3a','\x4e','\xda','\xef','\xd7','\x07','\x25','\xd3','\x97','\x74','\x81','\x6c','\xa8','\x86','\xa8','\xd9','\x75','\x2d','\x2b','\x36','\x8e','\x75','\x1a','\x11','\x87','\xe3','\x35','\xaa','\x5e','\x63','\x74','\x43','\x98','\x99','\x39','\xed','\xbd','\xb3','\x64','\x3f','\xa7','\xd8','\x39','\xec','\x65','\x49','\xed','\x20','\x2d','\xe4','\x4d','\xe0','\xa1','\xd2','\xc1','\x9f','\x3b','\x49','\x66','\x5b','\xe4','\x14','\x92','\x65','\xe8','\xc3','\xf6','\x42','\xcb','\x3c','\x6e','\x67','\xab','\x6a','\xb6','\x1a','\x8f','\x54','\x53','\x91','\xe3','\x8c','\x1c','\x37','\xd4','\xaa','\x4d','\xc1','\x3c','\x56','\x35','\xda','\x45','\xb3','\xd6','\x60','\xac','\x91','\x67','\x4e','\x3a','\xe3','\xc4','\x1f','\x82','\xde','\xc5','\x5e','\x16','\xb4','\x47','\x6d','\x6d','\x6c','\x58','\x6f','\xfb','\x3d','\xae','\x30','\xef','\x8a','\x9f','\xe6','\x62','\x87','\x7d','\x0c','\xdd','\x4d','\x52','\x01','\x62','\x8a','\xb0','\x34','\x25','\xc1','\x39','\xf0','\x73','\x86','\xbc','\xa0','\xec','\x45','\xc7','\x24','\x6f','\x06','\x74','\x8b','\x9c','\x61','\x99','\x15','\x96','\x91','\xfc','\x18','\xaf','\xba','\x9f','\x29','\xf8','\x9f','\xc9','\x92','\x6f','\x66','\x69','\x2e','\x23','\x8c','\xe5','\xc6','\x2e','\xe5','\xcc','\x56','\xc1','\xf4','\x72','\x33','\x2d','\xb6','\x0e','\x1f','\x29','\x44','\xe3','\x61','\x13','\xf7','\x74','\x7c','\x66','\xa0','\xca','\x69','\x02','\x05','\xc3','\x99','\x6c','\xb9','\x0e','\x1a','\xd9','\x0b','\xe2','\x9e','\xb2','\xf6','\x9a','\x09','\x84','\x30','\xcb','\x27','\x1e','\x4e','\xa5','\x29','\x40','\xa5','\x90','\x04','\x75','\xc3','\xff','\x3a','\xfe','\x2e','\x38','\x72','\xe8','\xa1','\x56','\xa8','\x75','\xf2','\x14','\xc8','\x0f','\x0e','\x54','\x2b','\xd6','\x7b','\x77','\x5c','\x45','\x9a','\xfc','\x2e','\xc2','\x07','\xd5','\xfb','\xe5','\x45','\x7d','\x77','\x9d','\x71','\x9c','\x54','\x32','\xaf','\xac','\x67','\xea','\x6b','\x9a','\xac','\x33','\xde','\x4d','\x87','\x57','\xbd','\xe3','\x9a','\x0c','\x5c','\x96','\xc0','\x4f','\x09','\xef','\xbe','\x3e','\xdb','\xff','\x2a','\x08','\x54','\xcc','\xad','\x42','\xe7','\xce','\x71','\x80','\x12','\x27','\x01','\xdf','\xe9','\xd0','\x90','\x9b','\x39','\xff','\x4a','\xb9','\x4e','\xdf','\xb0','\xf3','\x9e','\xc4','\x15','\x44','\x52','\xad','\x68','\xb0','\xe3','\x03','\x49','\x63','\x33','\xd6','\xf1','\x83','\x3a','\x72','\x1e','\xac','\xf9','\xf1','\x8e','\x5f','\x97','\x4f','\x7b','\x76','\xa2','\x31','\xb2','\xc9','\x93','\xab','\x5e','\x92','\x79','\xd0','\x60','\x62','\x7a','\xd4','\xf0','\xa8','\x0d','\xa0','\x56','\xe9','\xaf','\xf6','\xb8','\x46','\x19','\x31','\x72','\x5d','\x93','\x0d','\x7b','\x07','\x33','\x6a','\x2e','\xe3','\x66','\xcc','\x4d','\xe6','\x99','\x19','\xde','\xc9','\x65','\x2e','\x1c','\x06','\x0a','\x68','\x90','\x77','\x3a','\xc4','\xbb','\x7a','\xc6','\x36','\xcb','\xb6','\x51','\x3e','\x6d','\xac','\x9d','\x5e','\x5a','\x5a','\x56','\x42','\x3c','\x85','\xfc','\x78','\x9f','\x04','\xaf','\xa7','\x7f','\x11','\x72','\x25','\x85','\xcb','\xf6','\xd3','\x78','\xc1','\x4f','\x85','\xec','\x6e','\xaf','\xf9','\xab','\xcf','\xa7','\x3a','\x60','\x81','\x3e','\x5a','\x3c','\x5e','\x1b','\xe8','\x00','\xaa','\x92','\x2e','\x90','\x2f','\xf4','\x9f','\x2e','\x92','\xee','\x29','\x31','\x48','\x10','\xb3','\x4b','\xcc','\x45','\x62','\x96','\x0e','\x57','\x63','\x6f','\x59','\xe4','\x9a','\x49','\xea','\x26','\xd1','\x64','\x61','\x57','\x37','\x4f','\x1a','\x26','\xb5','\x4d','\xfd','\x8a','\x3c','\x53','\xd6','\x51','\xcf','\xa0','\x7d','\x55','\x04','\x11','\x3a','\x6b','\xe6','\xd9','\x9f','\x33','\xf6','\x17','\xac','\x00','\x65','\x76','\x93','\x89','\x89','\xb4','\x66','\xb0','\x35','\x71','\x0a','\xdb','\x62','\xea','\x0e','\x85','\xcc','\xd4','\x32','\xa3','\x8d','\xc3','\xac','\x99','\x36','\x69','\xdc','\x36','\x07','\xf8','\xfd','\x90','\x11','\xb3','\x6b','\xdc','\x93','\x2d','\x16','\x61','\x8f','\x28','\x36','\xf0','\x5e','\x2e','\x1b','\xa9','\xab','\xec','\xf0','\x55','\x3a','\x75','\x1f','\x99','\xda','\x87','\x17','\xc7','\xa3','\xa5','\x59','\xe5','\x85','\x65','\xe5','\x4e','\x9a','\xbe','\x6d','\x3f','\x3f','\x50','\xba','\x92','\x99','\x0f','\xf4','\xae','\x1d','\xba','\x54','\x8b','\xb2','\x14','\x61','\x71','\x06','\x9d','\x9b','\x30','\xd1','\x7a','\x99','\xea','\x9d','\x5d','\xe4','\x5b','\x78','\xec','\x47','\x96','\x24','\xf7','\xb5','\x38','\x07','\xd3','\x1c','\x8e','\x42','\x69','\x85','\x9b','\xfe','\xd6','\xdf','\x81','\x2c','\xef','\x06','\xca','\x38','\x00','\x30','\xce','\xac','\x9a','\x19','\xbb','\x3a','\x76','\x99','\x8f','\xc1','\x1d','\x33','\x67','\xa4','\xc9','\x6e','\x4b','\x53','\xf6','\xad','\x13','\xd4','\x18','\xe5','\x8d','\x1a','\xba','\x6a','\xa3','\x46','\x58','\x69','\x84','\xfd','\x86','\x52','\xbb','\xca','\x8d','\xf5','\x81','\xd2','\xf9','\xfb','\xb0','\xb0','\x82','\x29','\xc0','\x9c','\x20','\xce','\xb2','\xc2','\x5a','\x8f','\x84','\x36','\xd3','\x27','\xa1','\x2d','\x88','\xc7','\x97','\x5c','\x68','\x64','\x3b','\xef','\x06','\x56','\xe8','\x0f','\x02','\x1b','\x3b','\xff','\xa7','\x63','\xe7','\xeb','\xe5','\x25','\x68','\x14','\x7d','\x72','\xc9','\x06','\xbe','\x6e','\x38','\x4f','\x23','\x10','\x4a','\x1f','\x45','\x85','\xf5','\x0e','\x3a','\x1a','\xe6','\xeb','\xbc','\x76','\x1a','\xcd','\x0c','\xa3','\xf0','\x2f','\x40','\x9f','\xee','\x8c','\x9e','\x18','\xe1','\x3f','\xf5','\xef','\x41','\x24','\xb0','\xdf','\x64','\x80','\xa6','\xf9','\x04','\x93','\x96','\x25','\x9f','\xc8','\x75','\x3f','\x91','\x23','\xcf','\xbc','\x8b','\x9e','\xce','\xa1','\x5a','\x0e','\x99','\xd2','\xac','\x77','\xc5','\x63','\xb8','\x6f','\x8a','\xf5','\x2e','\x37','\x33','\xfe','\x80','\x4e','\x8d','\xcc','\x87','\x8b','\x55','\xa2','\xe7','\xa9','\xc6','\xf2','\xd4','\xcc','\x53','\xe3','\x18','\x72','\xbe','\xbc','\x45','\xb6','\x6f','\xf4','\x28','\xce','\x76','\xa9','\x7a','\x04','\x83','\x3e','\x5e','\x0b','\x22','\x7a','\x40','\xb6','\x23','\x7d','\x44','\xcb','\xf3','\x15','\x26','\x81','\x3e','\x06','\x45','\x4e','\x72','\xeb','\x7d','\x74','\x90','\xcf','\x48','\x33','\x7a','\xd7','\x7e','\x99','\xed','\xbe','\x09','\xab','\xdf','\x37','\xd1','\x64','\xc9','\x73','\xed','\xa4','\xcb','\x02','\xcb','\x9c','\x6b','\xf7','\x78','\xc5','\x43','\xce','\x27','\x39','\xaf','\x46','\x2f','\x46','\x63','\x17','\xef','\x79','\x61','\x35','\x76','\xbe','\xae','\x66','\xce','\x69','\xe5','\x17','\xc7','\x96','\x1c','\x4f','\xac','\xaf','\xad','\x38','\x57','\xc5','\xa0','\x44','\x76','\x43','\xb6','\xfa','\x3f','\x45','\xe3','\xe9','\xee','\xfe','\x64','\x7d','\xff','\x79','\xb0','\xc3','\xc9','\x2f','\x3d','\xc8','\xf9','\x54','\x8e','\x2e','\xe6','\x68','\x29','\x47','\x5d','\x48','\x03','\xde','\xc1','\x0b','\xda','\xfb','\x3c','\xd9','\xe0','\xf3','\x88','\x0f','\x23','\x61','\x06','\x6d','\xf1','\x38','\x4a','\xd8','\x7e','\x97','\xa5','\xae','\xb7','\x65','\xbf','\xa7','\x03','\xfd','\x0e','\x8a','\xfd','\x7e','\x7d','\x0a','\xbb','\xde','\x27','\x46','\xd8','\x83','\x4d','\xf6','\xe0','\xb9','\xf6','\x83','\x84','\x7d','\x8a','\xb0','\x45','\xc2','\x9a','\x89','\x76','\x73','\xab','\x3f','\x54','\xb1','\x87','\xa3','\x5e','\xf2','\x9e','\x8b','\xc9','\x17','\x2e','\x0d','\x9d','\xaf','\xb3','\xcc','\x05','\xbd','\xfc','\xe2','\xcc','\x92','\x63','\x87','\x6c','\x11','\x57','\xce','\xae','\x92','\xf1','\xb4','\x7f','\x3f','\x25','\x29','\x4a','\x54','\xf9','\xf8','\x81','\x74','\x77','\x92','\x92','\x22','\x25','\x0e','\x05','\xcd','\x84','\xfb','\xd2','\xdd','\x11','\x0a','\x2d','\x35','\xe3','\x94','\xcc','\x52','\xb2','\x9c','\xee','\x2a','\x2a','\x52','\xe2','\x5a','\x94','\x88','\x48','\x0c','\x1f','\x11','\x47','\xb3','\xa7','\xf4','\xf4','\x07','\x65','\x78','\x1e','\x44','\xe8','\x52','\xdb','\xe0','\xe7','\x31','\x12','\xdf','\xc1','\x17','\x97','\x62','\xdb','\xbc','\x73','\x03','\xac','\x0b','\xb2','\xec','\xae','\x6f','\x51','\x3b','\x22','\x68','\x63','\x5d','\xbb','\xaa','\x49','\x6c','\x4c','\xcf','\x14','\x1c','\x80','\x64','\x20','\x49','\x2a','\x82','\x61','\x4f','\xf1','\x07','\xd6','\x97','\x9b','\xb9','\xec','\x67','\x6c','\xad','\xb0','\x02','\x0d','\x11','\x3d','\x19','\x6e','\xbb','\x08','\xcc','\xcf','\x90','\xbd','\x43','\x99','\x55','\xd9','\x3a','\x5a','\x27','\x85','\x3a','\x50','\x2a','\x1c','\xa0','\xe4','\xa1','\x3a','\x61','\x37','\xbb','\xe6','\x26','\xb1','\xc5','\xf7','\xed','\xf1','\x1b','\xa3','\x79','\x85','\x54','\x2d','\x7f','\x01','\xe9','\x0b','\x5a','\xfe','\x69','\x95','\x2d','\x00','\xf2','\xc4','\x98','\xdf','\x02','\xec','\x09','\xd3','\x69','\xa5','\xd0','\x7d','\x96','\xd1','\x2a','\x93','\x39','\xe9','\xc0','\x0a','\x9d','\x60','\x00','\xf8','\xde','\x82','\x70','\x02','\xc5','\x17','\x0a','\xd6','\x85','\xfc','\x29','\xf4','\x72','\xe3','\xa4','\xd0','\xf1','\x83','\x83','\x0f','\x7a','\x3d','\x06','\x1a','\x8b','\xd8','\x6e','\x3c','\x5b','\x5c','\x93','\x0d','\x32','\x43','\x2a','\x58','\xba','\x53','\x7a','\x49','\xb5','\xbe','\xa7','\x8a','\x47','\x68','\x6e','\x5a','\x42','\xa5','\xaf','\x46','\x4a','\x97','\x7d','\xf1','\x68','\x89','\xc1','\x57','\x23','\xd0','\x02','\x33','\x16','\x89','\x49','\x4b','\x5c','\xee','\xfe','\xec','\xab','\xe1','\xe7','\x96','\x14','\x23','\x24','\xf6','\x43','\x90','\x6c','\x4b','\xd8','\xa4','\xdb','\xd3','\x36','\x5a','\x21','\x63','\x2f','\xc6','\x5e','\x72','\xf9','\xeb','\x2b','\x24','\x56','\x27','\xb1','\xd5','\xd1','\xd0','\xc5','\xfd','\x4b','\x0e','\x40','\xbf','\xd6','\xde','\xaf','\xef','\xb8','\x67','\x3a','\xba','\x9a','\xb7','\x6e','\x31','\xd9','\xd6','\x9e','\xb1','\x1b','\x85','\x1b','\x8d','\xc5','\x34','\xf0','\x5b','\xba','\x92','\xcd','\x92','\x6c','\x62','\xde','\x69','\x90','\xf4','\xad','\x1e','\xde','\x17','\x35','\x86','\x51','\x23','\x69','\x37','\x34','\xaf','\xc1','\xd6','\x1a','\x7a','\xc8','\x31','\x14','\xc7','\x4e','\xcb','\xc0','\x77','\x97','\x9f','\xa0','\x40','\x1a','\x2c','\xfa','\x86','\x77','\x0a','\x2a','\xb6','\x2b','\x78','\xcf','\x8b','\xf8','\x3b','\x2e','\xff','\xcf','\x75','\x9c','\xbc','\x98','\x48','\xda','\xf1','\x35','\x63','\xb4','\x62','\xdc','\x5f','\xd1','\xa7','\xc3','\xfa','\x24','\x66','\xc5','\x08','\x75','\xd4','\x34','\xd6','\xe2','\xd8','\xc4','\xe1','\x30','\x52','\x96','\xed','\x5e','\xc3','\x45','\x18','\xe1','\xb9','\x5e','\x51','\x26','\x25','\x6d','\xca','\xbc','\xa3','\xe0','\xb5','\xcb','\xfa','\xaf','\x23','\x2f','\x2e','\x1c','\x7b','\xb4','\xd6','\x44','\x6b','\xae','\xb0','\x82','\x7c','\x04','\x7b','\xdd','\xe5','\x3f','\x73','\x95','\x90','\xab','\x0c','\xb9','\xb3','\xfb','\xdd','\xdc','\x43','\xee','\xc8','\x98','\x3b','\x32','\x23','\x5f','\x99','\x71','\xef','\x63','\xe4','\x5d','\x89','\x67','\x14','\xcb','\x24','\x8d','\x4e','\x62','\x24','\xf6','\xb1','\x8b','\x90','\x34','\x54','\xee','\xef','\xb5','\xde','\xcf','\xd2','\x61','\xab','\xcb','\x2b','\xb2','\xd2','\x24','\xf6','\xba','\xad','\x81','\xd8','\xf4','\x60','\x6e','\xc8','\xf6','\x40','\x24','\x19','\x63','\x68','\xbf','\xe7','\x24','\x04','\x09','\xc6','\x38','\x60','\x59','\xb7','\x5a','\xc5','\x51','\xec','\x00','\xe6','\x97','\xf9','\x96','\xee','\x1c','\x91','\xa2','\x73','\xa3','\x0c','\x83','\x4e','\x96','\x0c','\x24','\xc9','\x2e','\xeb','\xeb','\x64','\x0d','\xbe','\x4f','\x6c','\x09','\xf1','\xbf','\x90','\xf0','\x00','\x79','\xb3','\x46','\x29','\xde','\x5f','\xc7','\xa9','\x4d','\x7c','\x78','\x13','\x4f','\xa5','\xfd','\x29','\x50','\x2d','\xc6','\x25','\x8a','\x7b','\xb7','\x32','\xb0','\x3e','\x4f','\xa9','\x1e','\x16','\x3b','\x73','\xaf','\xf4','\x09','\xc5','\x8c','\x39','\x62','\x5b','\xbe','\xe4','\x8f','\x02','\x0b','\xfa','\xd8','\xa0','\x0a','\xda','\xe7','\x0d','\x16','\x2e','\x46','\xdb','\x24','\x35','\xb3','\x8f','\x23','\xb3','\xba','\x79','\xf9','\xba','\xa4','\x61','\x91','\xe1','\x90','\x8e','\x34','\xe3','\xee','\xe0','\x9c','\x41','\x7c','\xce','\xfb','\xbd','\x7e','\x97','\x7e','\x19','\x8d','\x69','\x52','\x38','\x59','\x1c','\x46','\xce','\x01','\x62','\x16','\xa0','\xa8','\x91','\x61','\x44','\xbc','\x06','\x2a','\x76','\xc0','\x1c','\x05','\xda','\x18','\xb5','\xa0','\xa8','\x51','\xe8','\xe6','\xa5','\x1f','\x0a','\xd7','\x67','\xc9','\xeb','\xe7','\x7f','\xd0','\xe2','\xcb','\x92','\xb3','\x4b','\x9c','\x95','\x9b','\xbd','\x2b','\x90','\x0a','\x2e','\xd4','\x05','\x1f','\xae','\x92','\xb0','\x5d','\x57','\xa9','\x7f','\x7d','\x54','\x64','\xc4','\x21','\x63','\x6f','\x7e','\x10','\x38','\xbe','\x0c','\xb6','\xe1','\xe4','\xaf','\xf2','\x83','\x0d','\x1c','\x18','\xf0','\x81','\xdc','\xc6','\xbc','\x81','\x6b','\x92','\x0f','\x64','\xeb','\xf5','\x09','\x69','\x66','\x03','\x1b','\x57','\xfd','\x8f','\x34','\xf0','\x92','\x83','\x77','\xf4','\x71','\xac','\xeb','\x7a','\xa8','\x4e','\x43','\x2a','\x6c','\x20','\x21','\x64','\x8b','\xbd','\x65','\x4c','\xcd','\x0a','\x2b','\x74','\x22','\x63','\xaa','\x30','\xb5','\x20','\xae','\x86','\xd9','\x46','\xd5','\xe7','\x84','\x5f','\xaa','\x99','\x4c','\x85','\x83','\x27','\x1f','\x83','\xf9','\x23','\xee','\x91','\xa1','\x40','\x7f','\x35','\x0d','\x23','\x32','\x07','\x68','\xea','\xbe','\x24','\x3b','\xdd','\x8d','\xa7','\xfd','\xb9','\xfc','\xe1','\xe2','\x3c','\x9f','\x2d','\x74','\xad','\x4b','\xd0','\x94','\x01','\x98','\x64','\xd6','\x1b','\x58','\x11','\xa3','\x12','\x79','\xac','\x62','\x75','\x2b','\x30','\x38','\x0a','\xbb','\x22','\xd5','\xad','\x9c','\x66','\x56','\x52','\xe6','\x5f','\x3f','\xab','\xdc','\x57','\x84','\x15','\x3d','\x52','\x0b','\xbd','\x99','\x42','\xd7','\xa1','\x8a','\xaf','\xc7','\x6b','\x54','\x7a','\xaa','\x80','\xf3','\x94','\x88','\xbe','\x3e','\xff','\x18','\xc9','\x5a','\xdd','\x1d','\xf3','\xa7','\xa7','\x8f','\x86','\xc5','\x67','\xa8','\x61','\x1b','\x28','\x9c','\xc4','\x4d','\x13','\x71','\x1c','\x1b','\x4d','\x7a','\x3b','\x75','\xdb','\xd3','\x9d','\x18','\xa5','\x0f','\x6e','\xd2','\x07','\x2f','\x74','\x1e','\x8c','\x18','\x9f','\x8a','\x3c','\xb6','\x58','\xe8','\x36','\x23','\x46','\x33','\x72','\x54','\x76','\x4d','\xea','\x64','\x8f','\x76','\xef','\x50','\x2a','\xf9','\xe0','\xb3','\xc9','\x3f','\x2b','\x0e','\x2d','\x21','\x16','\xab','\xe9','\xef','\xa4','\x8c','\xe3','\xc4','\x56','\x90','\x1a','\xba','\x11','\x0f','\xd5','\x49','\xe8','\xf3','\xc0','\xef','\x17','\xb2','\x2b','\x4b','\x76','\x2e','\xdd','\x9d','\x1e','\x3a','\x13','\x19','\x3a','\xb3','\x27','\xdd','\xd5','\x5e','\x3a','\xc3','\xbf','\x77','\xe6','\xe4','\xcd','\x6e','\x09','\x76','\xe9','\x7c','\x09','\x65','\x4f','\x59','\xfc','\x99','\x15','\xb6','\xb8','\xc1','\x4a','\x0d','\x56','\xc2','\xcc','\xed','\xe3','\x60','\xfb','\xfb','\x98','\x3c','\xbf','\x64','\xbc','\xf3','\x7e','\x07','\xdf','\x36','\xe6','\x64','\x61','\x2b','\x19','\xeb','\x29','\x48','\x1c','\x0d','\xc0','\xcf','\x6f','\x78','\x9a','\xd5','\x4a','\xcd','\x63','\x3a','\x1f','\xba','\x34','\x8f','\x5a','\x96','\x57','\x9b','\x47','\x9b','\xf3','\x21','\x77','\x5e','\x89','\x5b','\x0d','\x3c','\x4f','\xb5','\xf9','\x70','\x6a','\x7e','\x9e','\x5a','\xef','\x50','\xb3','\xcc','\x90','\x79','\xe9','\xb7','\xcd','\xd6','\x6f','\x9b','\xc6','\x53','\x66','\xcb','\x7b','\xe3','\x92','\xb7','\x4e','\x43','\x8d','\x74','\xc2','\x8d','\x2b','\x0c','\xdf','\x99','\x82','\xdb','\x01','\xfc','\xb6','\x21','\x05','\x88','\x06','\xba','\xb6','\xe9','\x2c','\x32','\xa7','\xa5','\xa7','\x7d','\x08','\xa1','\x37','\x5b','\x8a','\xcd','\x47','\xd1','\x91','\x16','\xa4','\x25','\xfa','\x7e','\xb8','\x29','\xc1','\x3f','\x0b','\x28','\xef','\xc7','\x59','\xd3','\xcd','\x92','\xb7','\x32','\x6e','\x53','\x0c','\xd8','\x77','\xa5','\xa6','\xce','\x87','\x09','\xfb','\xae','\x7b','\xc8','\x6d','\xe6','\xc8','\x62','\x36','\xb5','\x08','\xc4','\x9e','\x6c','\x07','\x9e','\x2d','\xe8','\x23','\x4b','\x55','\x70','\xfa','\x5d','\x9e','\xc5','\xf6','\x58','\xc4','\x98','\x59','\x31','\x97','\x56','\x4d','\xa0','\xd3','\x89','\xfa','\xb8','\x4a','\xf8','\x6d','\xd0','\x79','\x8a','\x47','\xbb','\x09','\x4c','\x46','\x1b','\xe4','\xfe','\x2a','\x99','\x3e','\xde','\x9d','\x04','\xfd','\x32','\xe2','\x04','\x12','\x50','\xd1','\xae','\x78','\x84','\x42','\xd1','\x55','\x9d','\xdf','\xa2','\x00','\x66','\x52','\x31','\x19','\x72','\xd4','\x31','\xe1','\x31','\x1a','\xc2','\x86','\x1c','\xbd','\xd0','\x60','\x19','\x37','\xf5','\x5c','\x3d','\xf1','\xea','\x25','\x9c','\xb9','\x7e','\x17','\x65','\x70','\x96','\xe8','\x04','\xe1','\x62','\x4f','\xdf','\xb3','\x0a','\xb9','\xa6','\x0f','\xec','\x41','\xe3','\x5a','\x4b','\x5c','\x00','\xbb','\x66','\x23','\xb3','\x95','\xe6','\x1e','\xd4','\xf5','\x2a','\x7d','\x3f','\xb9','\x26','\x02','\x1d','\xf0','\xed','\x47','\x76','\x49','\x92','\xc9','\x81','\xb8','\x20','\xd6','\xdf','\x01','\xbd','\x92','\xb8','\xdf','\x85','\xb7','\x18','\xfb','\xa4','\xc9','\x9e','\x33','\x0a','\x2d','\x5b','\x57','\x4c','\x33','\x55','\x30','\x68','\xfc','\x1c','\x64','\x8d','\x74','\x44','\x27','\xe5','\xbb','\xe9','\x12','\x73','\x0b','\x79','\xa4','\xe0','\xbe','\x6c','\xb9','\xe2','\xdb','\xd7','\xe7','\xef','\x78','\x36','\x62','\x8f','\xa9','\xe6','\xcc','\xaa','\xb9','\xb4','\x64','\xa3','\xb4','\x97','\xe8','\xec','\x86','\x2e','\xdc','\x49','\x0a','\xb4','\x55','\xaf','\x94','\xfe','\xb3','\x06','\x29','\xa0','\xe5','\x30','\xd0','\xe0','\x37','\x30','\xbd','\xba','\x41','\x7d','\x8d','\x36','\xe8','\xe1','\xf5','\xce','\xc3','\x1e','\x7a','\xf8','\x7a','\xe7','\xe1','\x6b','\x2b','\x27','\xae','\x77','\x8e','\x5d','\x5b','\x39','\x76','\xbd','\x53','\xf7','\x10','\xe0','\x42','\x5f','\x9e','\x48','\x0a','\xdb','\x3b','\x31','\xbc','\x77','\x82','\x4a','\x07','\x1b','\xea','\x68','\xa1','\x2e','\x49','\x8b','\xf3','\x62','\xb5','\xf4','\x52','\xdd','\xfa','\xce','\x6a','\xe9','\x73','\x5f','\x07','\x8d','\xa4','\xb3','\x17','\x4b','\xff','\x7c','\xb5','\xf4','\x42','\xbd','\xf4','\x39','\xb7','\xf4','\xd2','\xb9','\xd2','\x57','\x9d','\x92','\x87','\x4a','\x17','\xba','\x4f','\xd6','\xdd','\x27','\xea','\xae','\xec','\x3e','\x76','\x7b','\x26','\x53','\xe2','\x63','\x2b','\x66','\xe1','\x7a','\x7b','\x4b','\xf7','\xbb','\xa7','\xfe','\xbd','\xf3','\xe9','\xdd','\x5e','\x99','\x1f','\x5b','\x99','\x1f','\xab','\xcf','\x97','\x57','\x2b','\x1f','\xb9','\x68','\x2d','\x1b','\x47','\x7a','\xfc','\x09','\x12','\xd5','\x4f','\xea','\x0d','\xd2','\x69','\x4c','\x6d','\x36','\x1e','\xac','\x37','\x1e','\xa4','\x8d','\x4f','\xd1','\xc6','\x22','\x6d','\x34','\xd3','\x7e','\x93','\x36','\x48','\xdf','\x52','\xb4','\x31','\x4c','\x1b','\x49','\xda','\x18','\xaa','\x43','\x88','\x37','\x06','\xed','\xde','\x30','\xeb','\xfb','\xfa','\x29','\xef','\x1b','\xac','\xa1','\x3b','\x88','\x86','\x06','\x99','\x85','\x06','\x78','\x84','\xe0','\x03','\x85','\xc2','\x28','\x74','\x05','\x85','\x4e','\x4b','\x5b','\xda','\x36','\x48','\x83','\xa3','\xc0','\xbc','\x30','\x10','\x1b','\xc0','\xfb','\x47','\xe0','\x06','\xe5','\x55','\x94','\xd2','\x50','\x5a','\x97','\xc5','\x5c','\x14','\xf0','\xaa','\x05','\x78','\xb6','\x25','\x5b','\x85','\xbe','\x7e','\x47','\x2b','\xf0','\x9e','\x8e','\xa1','\xe2','\x39','\x8a','\x87','\xaf','\x5e','\xb4','\xfe','\xcf','\x8b','\x38','\xb6','\x8a','\x3f','\x57','\x2f','\xbe','\xee','\x4e','\xbe','\x74','\xee','\xd0','\xaf','\xdf','\x9e','\x9e','\x81','\x96','\x84','\xe8','\x92','\xed','\x4b','\x2e','\x56','\x43','\xf8','\x63','\xc0','\xcf','\xa3','\x12','\xfc','\x0a','\x71','\x2e','\xa1','\xc5','\xa3','\x68','\xea','\x23','\x36','\x9d','\x32','\x35','\x96','\xd5','\x53','\x59','\x8b','\x47','\xea','\x8d','\x7b','\xa4','\x3e','\x85','\x4a','\x9b','\x50','\x27','\xdd','\xc6','\xcf','\x07','\xe0','\xf9','\x2b','\x4c','\x5f','\xcf','\x1b','\x80','\x9f','\x17','\xe1','\x99','\x38','\x5e','\xd0','\x41','\x0f','\x7d','\x42','\xd5','\xe6','\x09','\x59','\xa7','\xf7','\x2c','\x5d','\x94','\x14','\x01','\xa6','\x98','\x72','\x74','\x3d','\xcd','\xd6','\xe3','\xde','\x3a','\x16','\xbb','\x16','\x4c','\x60','\xb9','\xd1','\xc9','\x8e','\xc5','\xb0','\xa2','\x84','\xc3','\x4a','\x38','\xa2','\x28','\x54','\xe1','\x66','\xc8','\x47','\x6b','\xab','\xfc','\xed','\xfa','\xbd','\xa1','\x4b','\xf7','\x8e','\xcd','\xdd','\x3b','\x52','\xfc','\xe8','\x47','\xa7','\xac','\x06','\xfb','\xe8','\x1c','\xfd','\xe8','\x63','\x89','\x8f','\x3e','\x85','\x3f','\xfa','\x6c','\xe7','\xa3','\x45','\xf3','\x1f','\x36','\xcc','\xa7','\x8a','\x0b','\x70','\xbe','\x14','\x4d','\x61','\x56','\x03','\x1e','\x8d','\xb9','\x79','\xa3','\x34','\x6f','\x88','\x23','\xe5','\x86','\x65','\xe8','\x47','\x34','\x46','\xd3','\x9d','\xc3','\x1a','\x6a','\xa5','\xdf','\x24','\x1a','\x1a','\x4d','\xb7','\x6a','\x22','\x00','\xe0','\xdd','\x04','\x31','\xf2','\x2a','\x6b','\xf1','\xbf','\x46','\x35','\xda','\x47','\x24','\x7a','\xb2','\xaa','\xc5','\x3d','\x3c','\x8b','\xc8','\xa4','\x58','\x09','\xc8','\x3b','\x64','\x23','\x50','\xa0','\x3b','\x79','\x02','\x91','\x48','\x0a','\x45','\xa9','\x8d','\x7b','\xf8','\x3d','\x26','\x11','\x71','\x84','\xa6','\xfd','\x47','\x3a','\x08','\xe2','\x53','\x52','\xab','\x93','\x16','\x25','\x1e','\xbd','\xc7','\x86','\x0a','\x78','\x18','\x00','\x0d','\x34','\x76','\x9a','\x26','\xaf','\x50','\xf6','\x03','\x6a','\x7e','\x3a','\x69','\x17','\xc4','\x0e','\x4a','\x41','\x52','\xf3','\x2e','\xf9','\x31','\xf0','\xe8','\x5b','\x71','\x14','\x6a','\xf2','\xf7','\x5c','\x80','\xaf','\x87','\xdc','\xc2','\x1b','\xdb','\x8f','\x7a','\xd9','\x2d','\xbc','\xe3','\xb2','\xbe','\x0b','\x54','\x68','\x9d','\x64','\x26','\xed','\xf3','\xf3','\xf7','\x2c','\xe6','\xc0','\x57','\xe8','\x3f','\x65','\x24','\xda','\x11','\x11','\xab','\x08','\x0c','\xbb','\xf7','\x9a','\x8b','\x49','\xb3','\x34','\xe4','\x11','\x66','\x93','\x31','\x8f','\xcc','\x98','\xe4','\x34','\x8b','\x45','\x0e','\x13','\x55','\xea','\xbe','\x79','\x78','\xbb','\x2f','\x80','\x4b','\x72','\xc8','\xd5','\xda','\xcc','\x45','\x76','\x26','\x6e','\x47','\x89','\x19','\x87','\xc4','\x2b','\xb0','\xc6','\x3d','\xe2','\xa3','\x63','\x58','\xaf','\xe3','\x3c','\x55','\x6a','\x54','\x69','\x01','\x8f','\x84','\x72','\x85','\xe2','\x1f','\x50','\xf2','\x69','\xca','\x0a','\x49','\x0f','\xbe','\xd7','\xcf','\xe9','\x8f','\x2b','\x2b','\xb8','\xbc','\xe9','\x94','\xcf','\x37','\x2a','\x69','\x5c','\x39','\xe1','\x1c','\x27','\x8d','\xdf','\x8f','\x39','\x95','\x28','\xae','\x84','\x27','\x2b','\xd1','\xc9','\x4a','\xec','\xeb','\x15','\x76','\xbb','\x02','\x1c','\x69','\xa3','\x80','\x7f','\x0e','\xfa','\x8e','\xf7','\xd4','\x69','\xa2','\x1b','\x70','\x10','\x24','\x13','\x1d','\xee','\xd2','\xa4','\x1c','\x24','\x81','\xb9','\x0e','\x27','\x13','\x5c','\x0c','\x32','\x53','\x38','\xf3','\xeb','\x3c','\xf3','\x16','\xd6','\xbd','\x49','\x73','\xef','\x9f','\x18','\x7b','\xbf','\x68','\x67','\x5f','\x94','\xa4','\x1c','\x92','\xcf','\x21','\x8f','\x11','\xbb','\x30','\x97','\x6d','\x5b','\xdc','\xfb','\x44','\xc4','\x5b','\x70','\xbc','\x85','\xa6','\xb7','\x70','\xad','\xb1','\xa0','\xf1','\xe3','\xbc','\xb9','\xc0','\x7a','\x06','\xe3','\x1a','\xd8','\xc9','\x6e','\x73','\xe1','\x4f','\xdc','\xf2','\x9f','\xb8','\xa1','\x8c','\x1b','\xce','\x40','\x7c','\x8c','\x0e','\xc2','\x8e','\xd8','\xcf','\x27','\xe0','\xad','\xbc','\xc1','\x48','\xba','\xcd','\xeb','\x12','\xcd','\x98','\x6e','\xc3','\x2b','\xb2','\xb1','\x4b','\x5c','\xc9','\x61','\x0f','\xa7','\xae','\xdf','\xea','\x34','\xab','\x66','\xb3','\x6a','\x34','\xab','\xe8','\xfa','\xad','\xbe','\x6e','\xe1','\x11','\xe4','\x91','\x9e','\x88','\xb6','\x62','\x04','\xc4','\x0b','\x25','\x47','\xb7','\x9a','\x5a','\x69','\x85','\x96','\x56','\x13','\xa5','\x8b','\x9f','\x2a','\x5d','\xbf','\x5d','\x02','\x15','\x39','\x30','\x6b','\x15','\x48','\x18','\x4a','\x94','\x0a','\x9f','\x84','\x88','\xcb','\xb0','\x49','\xbb','\x9b','\xb4','\x76','\xb3','\x63','\x48','\xd7','\x35','\x12','\x41','\xd1','\xa8','\x2c','\xf8','\xa9','\x6a','\x82','\x77','\x53','\x14','\xa5','\xa0','\x04','\xd6','\x29','\x41','\x4f','\xda','\x56','\x96','\x35','\x12','\x50','\x5e','\xc8','\x43','\xfc','\xee','\x22','\x95','\x32','\xdf','\xa2','\xe1','\xd9','\x14','\x16','\xc1','\x79','\x4e','\x23','\x3d','\x01','\x05','\x92','\xe7','\x7e','\x1f','\x2f','\x81','\x06','\x25','\x15','\xde','\xcf','\xc4','\xdb','\xcc','\x6a','\x78','\x3c','\x85','\x73','\xf4','\x56','\x4e','\x6b','\xe4','\xf4','\x5d','\x2d','\xcf','\x7d','\x23','\x0d','\xee','\x6f','\x3d','\xc5','\x3b','\xad','\xc7','\x1b','\xaf','\x51','\x80','\x20','\x8a','\xf5','\x15','\xdd','\x6e','\xc6','\xbf','\x93','\x6c','\xe7','\x17','\x69','\x6e','\x6e','\x43','\x53','\x06','\x5f','\x36','\x81','\x6f','\xc1','\x36','\xa9','\x2d','\x33','\xb1','\x33','\x92','\xf1','\x30','\x87','\xe8','\xa8','\x3c','\xf3','\x46','\x91','\x9e','\x43','\x66','\xd9','\x9b','\xf1','\xda','\xcb','\xc8','\x0a','\xfa','\xd9','\x01','\x27','\xa3','\xe2','\xe2','\x93','\x7c','\xf2','\x24','\x9a','\x5e','\x44','\xd3','\x25','\x34','\xed','\x22','\x40','\x79','\x3f','\xeb','\xf3','\x9f','\x11','\x1c','\x13','\x46','\xf1','\x33','\xf5','\xa8','\xbb','\xea','\x93','\x4b','\x9f','\xa5','\xad','\x22','\x35','\xb0','\xd6','\x22','\xec','\x22','\x19','\xbb','\x24','\x82','\x35','\xcd','\x49','\x8f','\x91','\xb8','\xc7','\x70','\x54','\x65','\x38','\x01','\x4a','\xdf','\xc5','\x12','\xb3','\xde','\x62','\xd5','\x52','\xdf','\x3e','\xc6','\xaa','\x4f','\x08','\xbb','\xd4','\x33','\xf9','\xe2','\xf1','\x26','\xab','\x36','\x01','\xab','\x0b','\xd2','\xe7','\x54','\x9a','\x96','\xc3','\x7a','\x01','\x7b','\xa3','\x29','\x71','\xf2','\xe7','\xeb','\x94','\x75','\x69','\xb7','\x4e','\xdd','\x3a','\x6d','\xd6','\xf9','\x1f','\xd7','\xa9','\xb0','\x7f','\x7f','\x81','\xbe','\x90','\xa0','\x2f','\xa2','\x91','\x2e','\xd9','\xff','\x82','\xdf','\x71','\xdd','\x13','\x7f','\xec','\x1e','\xfb','\xe3','\x4d','\xfa','\xc7','\xc7','\xe8','\x1f','\xd7','\xe8','\x1f','\xeb','\xd4','\xad','\x25','\xdd','\x63','\x49','\xd2','\x7c','\xef','\xd1','\x73','\xd9','\x61','\xf0','\xeb','\x14','\x71','\x0d','\xeb','\xbc','\x07','\xc7','\xe5','\x97','\x20','\xdb','\x15','\x61','\xc3','\x67','\x99','\x55','\x64','\x74','\xea','\x20','\x7d','\xd0','\x0f','\x7e','\x05','\x90','\xdd','\x69','\x96','\x9c','\x64','\xa3','\x15','\xd6','\x59','\x67','\xe5','\x65','\xe8','\xd1','\x8e','\xa0','\x69','\xa4','\xf4','\x79','\x8d','\x74','\xd9','\x23','\xd3','\xeb','\x97','\x41','\xf2','\x78','\xeb','\x92','\x2c','\x1d','\xcd','\xd2','\xfd','\xc2','\xbe','\xc1','\x1e','\xfd','\x26','\x9b','\xca','\xe8','\x53','\x19','\x73','\x71','\xcc','\x2b','\x99','\xb6','\x5b','\x96','\xfb','\xcf','\x3a','\x23','\x4e','\x3e','\x46','\xd2','\x84','\xc6','\x89','\x89','\x35','\x78','\x1f','\x8a','\x0b','\x5d','\xdc','\x47','\x0a','\xdb','\x8c','\x96','\x19','\xcd','\x30','\x9a','\x65','\x34','\x2c','\x29','\xe8','\x22','\xac','\x23','\x15','\x2b','\xa0','\x0c','\x96','\x67','\xa8','\xcd','\xc2','\x35','\x16','\x66','\x60','\x0a','\x2b','\xf0','\x7c','\x1a','\xee','\xb5','\xa6','\x8b','\x9d','\xb1','\x8d','\x99','\x89','\xfb','\x48','\x3e','\x9b','\x81','\xbc','\x60','\xf6','\xa0','\x99','\xcd','\x9a','\x91','\x1c','\x98','\x04','\x1f','\xf6','\x5a','\x0c','\xc4','\x2f','\xdb','\xa6','\x59','\x33','\xe7','\x99','\x31','\xcf','\xbc','\x79','\x66','\x57','\x1e','\x42','\xd6','\x30','\x3a','\x22','\x62','\xca','\xdc','\xaa','\x6c','\x01','\xa6','\x68','\xcb','\x0a','\x9b','\x94','\xa5','\xbb','\x6c','\x98','\x0a','\xcb','\x0d','\xd3','\xc2','\x79','\x9a','\x4b','\xb2','\x5c','\xf2','\x52','\x8e','\x5e','\xcc','\xb1','\x56','\x8e','\x19','\xe3','\xac','\x35','\x3e','\x76','\xa9','\x52','\xa6','\xb3','\x47','\xd3','\xf6','\x99','\x78','\x88','\x62','\x48','\x4f','\x5d','\x23','\xb3','\xe7','\xfc','\x71','\x42','\xee','\x97','\xc8','\xf9','\x14','\x24','\x13','\x49','\x15','\xa8','\x08','\x48','\x82','\x90','\xfb','\xc8','\xc9','\x11','\x42','\xf7','\x11','\x34','\x4e','\xd0','\x2c','\x41','\xcb','\x20','\xdf','\x19','\x0e','\x2c','\x60','\x68','\x3a','\x12','\x95','\x4b','\x58','\x1c','\x0b','\x2e','\xe6','\xd7','\xf9','\x76','\xae','\xa1','\xb4','\x6d','\x56','\x73','\x81','\x5c','\xf7','\x49','\xb3','\xff','\x2b','\x55','\xc6','\xc6','\x9b','\x66','\x42','\x33','\xbb','\xcc','\xac','\xe9','\xa6','\x61','\x54','\xd1','\x39','\x59','\x37','\x0f','\x79','\xc6','\xd8','\x8a','\xf5','\xbd','\x17','\x17','\x5e','\x77','\x17','\xbe','\x5b','\x5f','\xf8','\xee','\xea','\xc2','\xda','\xc5','\x85','\x35','\x7b','\x61','\xcd','\xb5','\x6e','\xfa','\x72','\xb0','\x65','\xce','\x02','\xe7','\xd6','\x9a','\x6d','\xae','\x0d','\xf2','\x04','\xf6','\xac','\xc7','\x0b','\x91','\xb1','\x0b','\xef','\x61','\xe1','\xc2','\x5e','\xf8','\x01','\xdd','\xfb','\x2b','\x74','\xef','\x98','\xc6','\x3b','\x97','\x26','\x0c','\x73','\x62','\xe6','\x5b','\x85','\xdb','\xe9','\xd0','\x45','\x8c','\x1e','\x46','\x91','\xdc','\xaa','\x32','\x4b','\x42','\x67','\x60','\xc1','\x5a','\x1d','\xe5','\x28','\x45','\x4a','\xdd','\x8b','\xd2','\xbc','\xb8','\xef','\x35','\x8a','\x01','\xaf','\x15','\x61','\xf7','\x1f','\xef','\xa4','\x6f','\x43','\xe6','\x2b','\x55','\x65','\xc3','\xc2','\x16','\xd8','\xf0','\x62','\x81','\x3e','\x9d','\xa6','\x35','\xc4','\x5b','\xf4','\xc4','\xb3','\xdd','\x63','\xf3','\x74','\x78','\x9e','\x81','\x95','\xcd','\xe1','\xb2','\x97','\x35','\x3d','\x56','\x6e','\xe9','\x95','\x7c','\xe5','\x56','\xda','\x68','\xc6','\x6d','\xb6','\x33','\xce','\xf5','\xa8','\xae','\x74','\x29','\xd7','\xc9','\x38','\x23','\xfb','\x74','\x7b','\x5f','\x69','\x9e','\xfb','\xd9','\x84','\x71','\x70','\x44','\x8f','\xe4','\xa8','\x5a','\x49','\xa8','\x1e','\x1e','\xb1','\x3a','\x6c','\x9e','\xb6','\xe7','\x69','\x4d','\x0e','\x84','\xe5','\x65','\x16','\x05','\x24','\x72','\xae','\x49','\xed','\xc5','\x9e','\xa4','\xe3','\x80','\xc8','\xe3','\x0b','\x54','\x58','\x41','\x3e','\x66','\x5e','\xb8','\x94','\x71','\x85','\x5d','\xcc','\xb8','\xad','\xc2','\x8a','\x81','\xd4','\xd6','\x81','\xe4','\xa5','\x87','\x86','\x68','\xe6','\xe5','\x74','\xf9','\x6b','\x71','\xfb','\x31','\xbc','\x95','\x4f','\xe8','\xf9','\xe1','\x2b','\x50','\x02','\x00','\x5c','\x4c','\x98','\x58','\x3f','\xf5','\x15','\x85','\x14','\xde','\x25','\xe3','\xfb','\xc0','\xe4','\xe0','\xf0','\xf8','\x3e','\x5a','\x78','\x37','\xe0','\xfd','\x0b','\x73','\x0e','\x9d','\x59','\xd0','\xc7','\x1d','\xf2','\x03','\x3d','\x17','\x64','\x89','\x60','\xdd','\x50','\x69','\x2d','\x22','\xe5','\xa9','\xc4','\x96','\xa8','\x24','\x51','\x78','\xa0','\x0d','\x30','\xa0','\xd9','\x09','\xd5','\x03','\xa6','\x1d','\xa0','\xa7','\xa3','\x54','\x92','\x80','\x49','\xb2','\x1d','\x44','\xd1','\x40','\x9d','\x08','\x74','\x03','\x63','\x69','\x3f','\xb6','\x49','\x1e','\xac','\x93','\x07','\x29','\xf9','\x14','\x9c','\x32','\xa4','\x29','\x6d','\x0b','\x7f','\x12','\xd0','\x8a','\x24','\x2f','\x74','\xb5','\x6b','\x88','\xbd','\x46','\xf5','\x14','\x36','\x98','\x62','\x7b','\x8a','\x66','\xe3','\xd4','\x05','\x0e','\xfb','\xa7','\x67','\xd3','\xdf','\x24','\xda','\x71','\x9f','\x4d','\x13','\xfd','\x08','\x31','\xee','\x27','\xf6','\xd5','\xae','\x75','\x4b','\x92','\x6c','\x08','\xbb','\xda','\x0d','\x06','\x6a','\xe0','\x47','\x5f','\xed','\x0e','\x5d','\x41','\x99','\xe5','\xfa','\x03','\x67','\xf1','\x2c','\x81','\x3c','\x82','\xa4','\x90','\xc1','\xb1','\x04','\x27','\x4d','\x44','\x17','\xd1','\x2f','\x2f','\xa2','\x49','\x82','\xac','\x26','\xb9','\x74','\xdd','\x17','\x91','\x60','\x41','\x04','\x83','\x60','\x94','\x7d','\xb7','\x0e','\x22','\xa4','\xcd','\x4b','\x59','\xb5','\x95','\x51','\x8d','\x4c','\xbd','\x95','\xbd','\x71','\xa9','\xfb','\x3d','\x5a','\x3b','\x90','\x36','\xe6','\x44','\x6c','\x81','\xfb','\x79','\x75','\xc9','\x92','\x04','\xad','\x76','\x1e','\xb4','\xda','\xcd','\xec','\xa8','\x80','\x8f','\x82','\x96','\x87','\x94','\x7b','\x60','\x4d','\xa2','\x8a','\x33','\xd8','\x23','\xc4','\x23','\xa9','\x2b','\x84','\x5e','\x11','\xbe','\xd7','\x49','\xd9','\xef','\x89','\x24','\xb1','\xfe','\x2c','\x31','\xad','\x73','\xed','\x0a','\x35','\x2b','\x9a','\x57','\xd1','\xed','\xca','\x0c','\xa9','\x14','\xfc','\x8a','\xa4','\xac','\xaf','\x6c','\x59','\xa1','\x5b','\x61','\xcd','\x8a','\xea','\x59','\x71','\xaf','\x92','\xf2','\x4c','\x7a','\x05','\xb1','\x2b','\xd0','\x3a','\xeb','\x71','\x05','\x9d','\x42','\xa8','\x8d','\xd2','\x9d','\x42','\xc7','\x8e','\xd0','\x56','\xb8','\x77','\xa7','\x06','\xba','\x35','\x07','\xa9','\x90','\xd0','\xe8','\x55','\x7e','\x0b','\x6b','\x62','\xef','\x93','\x21','\x83','\x1c','\xf4','\xc6','\xe0','\xe4','\xc3','\xba','\x98','\x3c','\xde','\x29','\xdc','\x06','\xde','\xb5','\xe9','\x85','\x42','\x76','\x21','\xcd','\x9e','\x46','\xfc','\xef','\x3a','\xb5','\x79','\x9a','\x9d','\x67','\xd9','\xb2','\x79','\xc0','\xf4','\xcc','\xf2','\xa5','\x99','\x5b','\x69','\x7b','\x13','\xa3','\xdd','\x54','\x42','\xd3','\xdb','\x78','\xc8','\x9f','\xf3','\x3e','\x65','\x96','\x35','\x5b','\x66','\xf9','\x5b','\x33','\x6f','\xa6','\xed','\x26','\xbc','\x09','\xfc','\xab','\x96','\xe4','\x51','\xe3','\x9d','\xfd','\x36','\x7d','\xc3','\xa6','\x21','\x49','\x05','\xbc','\x73','\x7d','\xd5','\xe4','\x77','\x34','\xc4','\x77','\x14','\x5f','\x30','\x14','\x7c','\x41','\xe8','\x45','\xed','\x7f','\x3b','\x54','\x38','\xc4','\xff','\x4b','\x43','\x78','\x93','\x3b','\x3b','\xc7','\x21','\x2c','\x1a','\xc0','\xcf','\xab','\x15','\x14','\xaf','\x00','\x59','\x22','\x28','\xbb','\xad','\xe3','\xb1','\x65','\x7c','\x34','\xf5','\x7e','\x8d','\x72','\x48','\x62','\xb5','\xa9','\xc5','\xdf','\x2a','\x78','\x71','\x7d','\xcb','\x7f','\x46','\x88','\xe5','\x6c','\x60','\x04','\xcb','\xd1','\x43','\xef','\x76','\xe5','\x40','\x18','\xcb','\xbd','\xdb','\xe9','\x8f','\xd1','\xa1','\x77','\x49','\x6e','\xdc','\xcf','\x56','\x24','\xb7','\xc8','\x32','\xca','\x28','\x68','\x50','\xe7','\x31','\x88','\xe3','\x54','\xf3','\xe7','\xd2','\x58','\x21','\x16','\x8e','\x23','\xc5','\x05','\x6d','\xe5','\xc8','\xfb','\x41','\xe3','\xb6','\xf2','\x1b','\x41','\x91','\xf1','\x04','\x42','\x7f','\x2d','\x2e','\x88','\xb8','\x3e','\x62','\xa3','\x4b','\x6d','\xad','\xc4','\xf7','\xc3','\x12','\x6f','\xc5','\xdd','\x3d','\x9e','\xc0','\xb4','\x4f','\x02','\x50','\xa4','\x47','\x78','\x4b','\xea','\x01','\x5e','\x23','\xf4','\x7a','\x97','\x36','\x83','\x49','\x2d','\xb7','\x26','\x82','\x7e','\x9f','\xa0','\x2a','\x80','\x40','\xc3','\xf7','\xb8','\x61','\xd2','\x0c','\xab','\x4d','\x45','\x78','\x7e','\x7a','\x54','\xe2','\x4e','\x77','\xf1','\x1f','\x22','\x94','\x5c','\xb7','\x93','\xcb','\x28','\xb9','\xac','\x26','\x97','\xe3','\xc9','\xe5','\x54','\xf2','\x9b','\x2c','\xf9','\x53','\x13','\xf8','\x48','\xe1','\x45','\xb1','\x36','\x85','\x85','\x85','\x8d','\x2d','\x87','\xcb','\xef','\x2a','\x4f','\xae','\xf3','\xb3','\x21','\x5f','\x4c','\x9e','\x48','\xc8','\x8b','\x86','\xec','\xc0','\x6b','\xa5','\x33','\x8e','\x66','\xf1','\x89','\xb2','\xf3','\x91','\xf2','\x99','\x17','\xcb','\x2b','\x52','\xf3','\xa8','\x4e','\xad','\x6e','\x7e','\x81','\x1e','\x5b','\xa0','\xf5','\x05','\x46','\x8f','\x32','\x7a','\xc5','\xa4','\xeb','\x1e','\x5d','\x12','\x6f','\xeb','\x25','\x71','\x6d','\x98','\x14','\xa8','\xe4','\x1f','\xdb','\xce','\x6b','\xf5','\x51','\xbb','\x05','\x60','\x8c','\x87','\x71','\x74','\x1d','\x75','\xd7','\xf1','\x73','\xcb','\x7c','\x66','\x39','\xa0','\x39','\x42','\x54','\xa2','\x61','\x25','\x6f','\x61','\x69','\x17','\x6f','\xe1','\x20','\xb6','\x7f','\x30','\xa9','\x2b','\xc7','\x88','\x3e','\x24','\x8e','\xa4','\x33','\x23','\xef','\xf8','\x92','\x24','\x73','\x65','\xdf','\x3b','\x5d','\x59','\x3d','\x3f','\xfd','\xeb','\xef','\xf0','\xe3','\x65','\x7b','\xae','\x6c','\xdb','\x6b','\x00','\xa2','\x13','\x31','\x6f','\x0a','\x08','\x21','\xed','\x2d','\x93','\x7a','\x2e','\x2b','\x00','\x03','\x7b','\xe6','\x15','\x6a','\x5d','\xa2','\x65','\x4f','\xbc','\xd2','\x2d','\xdb','\x27','\xca','\xf6','\xb1','\xed','\x3f','\x3b','\xdd','\xb3','\xe7','\x97','\x47','\xde','\xe1','\xef','\x79','\x7e','\x06','\xed','\xe4','\x5f','\x9d','\x71','\x62','\x16','\x97','\x3a','\x7d','\x67','\x88','\xbc','\x3e','\x20','\x1f','\xc3','\xbb','\xa3','\x0b','\xb4','\xbb','\x40','\x17','\x17','\x58','\x69','\x9e','\x91','\x79','\x93','\xcc','\x7a','\xa0','\x4c','\xb1','\xec','\x11','\xa7','\x16','\xeb','\xf3','\xb3','\xa1','\xcf','\xc8','\x52','\x6c','\x25','\x62','\xbd','\xe9','\xcb','\x81','\x5a','\x78','\x53','\x52','\xac','\x57','\xa0','\x20','\x7b','\x62','\x1d','\x05','\x17','\x87','\xf4','\xd7','\x4e','\x48','\x2c','\xd1','\x65','\x49','\x8a','\x28','\xe6','\xdb','\xff','\x60','\x87','\xd6','\xfc','\x04','\x3a','\x29','\x9c','\xaf','\x5d','\xf1','\x60','\x4f','\xbb','\x0d','\x8f','\x92','\x6a','\x3e','\x71','\xbb','\x45','\xee','\xf2','\x5b','\xd4','\xeb','\x10','\xa8','\x86','\x13','\x4e','\xd8','\xc7','\x4a','\x2d','\xca','\x0d','\xd9','\x27','\x0e','\x54','\xb4','\xa1','\x15','\x8c','\x5e','\x83','\x66','\xca','\x78','\xca','\x96','\x6c','\x03','\x59','\xc2','\x84','\x45','\x4a','\x66','\xa4','\xf4','\x34','\x29','\x6d','\xa8','\x4d','\x87','\xbe','\xb0','\x9c','\x3c','\xa7','\x64','\x5e','\x54','\xc4','\x0c','\xae','\x11','\x8d','\xa5','\x34','\xb6','\xa8','\x89','\x13','\x33','\x9f','\xe8','\xd0','\x68','\x3b','\x60','\x91','\x56','\x81','\xdc','\x9a','\xbb','\x08','\x95','\x14','\x7b','\x51','\x41','\x8b','\x3d','\x79','\x47','\x95','\xac','\x6b','\x04','\xee','\x3e','\x5b','\x14','\x91','\xcb','\x35','\x46','\xae','\x99','\xea','\x86','\x49','\x1d','\x4f','\x4c','\xcb','\x21','\xc5','\xce','\xe2','\xd6','\x04','\xb1','\x1e','\x63','\xa3','\x4b','\x1e','\x1e','\xc4','\x1f','\xf6','\xd4','\x8e','\x20','\x2c','\x54','\xa5','\x22','\x90','\x98','\x01','\x7d','\xc7','\xde','\x90','\x8e','\x7d','\xdf','\xab','\xd7','\xe2','\x88','\x8d','\xd8','\x7a','\xa6','\x65','\x78','\xfe','\x32','\x3a','\x9c','\x92','\x71','\x65','\x20','\x09','\xdd','\x17','\xcf','\x75','\xa9','\xb4','\xa1','\x0b','\xdd','\xc2','\xa6','\xfb','\x50','\x1d','\xec','\xe3','\x17','\xba','\x1f','\x3f','\x83','\xce','\x3b','\xb5','\xe4','\x19','\x33','\xb9','\x52','\x4d','\x5e','\xe6','\x69','\xdb','\x4c','\xda','\xbd','\x64','\x77','\xd0','\xbb','\x18','\x3a','\x8d','\x12','\x6b','\x2b','\x5d','\xf4','\x1a','\x80','\xc6','\x64','\x21','\x33','\xe6','\x50','\xde','\xa0','\x01','\xad','\x01','\x50','\xd8','\x4d','\x3e','\xbd','\xff','\xeb','\x1b','\x8f','\x7e','\xdd','\x99','\x3a','\xbe','\x3c','\x75','\x5c','\x59','\x6c','\x28','\xa5','\x06','\x72','\xe3','\x2a','\xb9','\x5f','\x25','\x93','\x2a','\x1c','\x8e','\xd1','\x2e','\x51','\x3a','\x2a','\xae','\xc5','\x81','\x07','\xcf','\x54','\xb1','\xf9','\x32','\xae','\x56','\xbe','\x6d','\xe5','\xb0','\x39','\x8d','\xcd','\x08','\x36','\xf7','\xe0','\x45','\xed','\xdb','\xa7','\x78','\xc3','\x3c','\xd9','\x30','\x4b','\xf2','\x6f','\x3e','\x76','\xaa','\xfa','\xfc','\xb4','\xf5','\xcc','\xd7','\xcd','\x67','\x1c','\xb3','\x44','\xc0','\xdc','\xa0','\x34','\xe2','\x99','\x77','\xe6','\x13','\xd4','\x80','\x4c','\x6c','\x56','\x53','\x73','\x79','\xfe','\xd7','\x57','\x24','\xfc','\x4f','\x29','\xbc','\xd9','\xc3','\xfe','\x49','\xe0','\x9f','\xc6','\x2a','\xf9','\xc2','\x9b','\x57','\x02','\xbc','\x5f','\x46','\xe2','\xfd','\xc0','\xff','\xb9','\x11','\x14','\x34','\xdd','\x2d','\x2b','\x0c','\x8c','\x33','\x17','\xba','\x41','\xad','\x33','\xb3','\xdd','\x27','\x12','\x16','\x36','\x06','\xa6','\x94','\x2f','\xf0','\x8f','\x9c','\x13','\x97','\x1a','\xf5','\x78','\x26','\xa5','\x8d','\x8c','\x39','\xfc','\x32','\x57','\x7a','\x8d','\x8d','\x2b','\x24','\x63','\xc7','\x32','\xf5','\xe4','\xe5','\xee','\xc8','\x41','\x7a','\xf8','\x20','\xfd','\x47','\x59','\xf6','\xe5','\x2c','\x1b','\xc9','\x98','\x62','\xd1','\x01','\x42','\x66','\xa6','\x45','\xd7','\xf3','\xd4','\x49','\x27','\x69','\x5c','\x9c','\x1b','\x18','\xd7','\x2c','\x2c','\xc9','\x75','\xb0','\x19','\x72','\xaa','\xdc','\xb7','\x82','\x31','\xc6','\xa6','\x85','\x17','\xd1','\xa9','\x53','\xfd','\xb1','\xfc','\x1b','\xbf','\x5a','\xfc','\xac','\x65','\x15','\x65','\xd6','\x21','\xe8','\xee','\xa7','\xe6','\x29','\xe1','\xe2','\x7b','\x41','\x5e','\x5d','\x04','\xe8','\x5d','\xd0','\x0c','\xed','\x69','\xf9','\x81','\x36','\x16','\x94','\x71','\x97','\xb1','\xa2','\x8c','\xa6','\xf9','\x5b','\xb7','\xde','\x5f','\xfa','\x56','\x09','\xd9','\x09','\xfb','\xe4','\x09','\xf1','\xb5','\x48','\x7e','\xc6','\x67','\x19','\x37','\x9b','\x3c','\xc7','\x93','\x2f','\x44','\x92','\xee','\xd9','\x50','\xb7','\x11','\x72','\x37','\x00','\xb0','\xb9','\xcc','\x93','\x2e','\x7b','\xcf','\x67','\xc9','\x26','\x1b','\x69','\x66','\x87','\xbf','\xcb','\x87','\x9b','\x2c','\xd5','\x94','\xc0','\x82','\x26','\x84','\x34','\x07','\x11','\x7a','\x93','\x73','\x93','\xcb','\x3a','\x48','\x6f','\x3f','\xec','\xf5','\x32','\xf0','\x1d','\xbd','\x0c','\x3b','\x5a','\x1b','\xc4','\xf6','\xf8','\xb3','\xe5','\xed','\xed','\x31','\xd8','\x21','\x83','\xbe','\x06','\x53','\x76','\x1b','\x15','\xf8','\x35','\x14','\x7a','\x05','\x25','\x5b','\xa1','\xf3','\x75','\x65','\xb3','\x99','\xa0','\xcd','\xcf','\xd0','\x79','\x85','\x66','\x15','\x3a','\xaa','\x88','\x4f','\xc9','\xd7','\x95','\xe4','\x8a','\x92','\x7c','\x45','\x49','\x8a','\x83','\xb8','\x8e','\x69','\x13','\xd3','\x12','\xa1','\xf3','\x62','\x29','\x53','\x3a','\xca','\x68','\x02','\x48','\xe3','\xa1','\x6d','\x9d','\xd0','\x73','\x3e','\x94','\x11','\x33','\xfa','\x30','\xf3','\xb8','\x08','\x8e','\x22','\x0b','\xa9','\xa8','\x3f','\x1c','\x99','\x1b','\x89','\xcc','\x3d','\x12','\x99','\xcb','\x1f','\xef','\x3e','\xf2','\xb7','\x73','\xf9','\x85','\xb9','\x13','\x0b','\x73','\xc7','\x8e','\x77','\x8f','\x2d','\xcc','\xd5','\x17','\xe6','\xe8','\xc2','\x3f','\xa1','\x0b','\x25','\x7a','\x03','\x8d','\x88','\xab','\xb1','\xec','\x27','\x45','\xfc','\xd5','\xcf','\x23','\x89','\x0b','\x3b','\xa1','\xda','\xb3','\x9a','\xb9','\x8c','\x74','\xcd','\xf6','\xb4','\x95','\x86','\xf5','\x36','\xd7','\xdc','\x0d','\xcd','\xbd','\x96','\x76','\x3d','\xcd','\x6d','\x6a','\xe7','\xfc','\xf4','\x0b','\x44','\x7b','\x81','\x6a','\x6e','\x9d','\x77','\x2f','\x8d','\x11','\x33','\xbf','\x72','\x82','\x5d','\xbb','\x69','\x7e','\xef','\x45','\x1b','\xe3','\x48','\xbc','\x16','\x05','\x15','\xba','\x2a','\xe6','\xbd','\x90','\x87','\xba','\x55','\x71','\xff','\xf2','\x1e','\x12','\x76','\xec','\xba','\x5f','\x6f','\x16','\x69','\x60','\xd7','\x7d','\xba','\x35','\x16','\x5f','\xc1','\x2d','\x26','\x85','\x91','\xe2','\x30','\xf9','\xa7','\x94','\x94','\x76','\xf5','\xa7','\xf4','\x9b','\xbf','\x3c','\x9a','\x68','\x25','\xbb','\x5b','\x9a','\x08','\x6c','\x44','\xcc','\x87','\xde','\x61','\x4c','\x01','\x6a','\x25','\x9b','\xc6','\x0d','\xd9','\x37','\x8e','\x12','\x1c','\x45','\x7d','\x4d','\x37','\x52','\x7a','\x2d','\x39','\x61','\x66','\x26','\xcc','\xb1','\x09','\x63','\x66','\xa2','\xf1','\xd2','\x04','\xdf','\xff','\xb3','\x55','\x1a','\x4a','\xd1','\x70','\x9d','\xa1','\xfa','\x21','\xbf','\xfe','\x5c','\xbd','\xfe','\x6a','\xfd','\xa9','\x0c','\x58','\x2d','\x53','\xd7','\x33','\xc3','\xb5','\x4c','\xea','\xa9','\xdc','\x89','\xcd','\x2c','\x7b','\x25','\x3b','\x96','\x38','\x18','\x8e','\x8b','\xad','\x21','\x9e','\x6f','\x11','\xe6','\x05','\x16','\xbb','\xe4','\xf1','\xb6','\x18','\x6c','\x10','\x76','\x95','\xb0','\xc6','\xe8','\x74','\x73','\x7f','\x61','\x73','\xff','\xa5','\xd6','\xa3','\x97','\xbc','\x29','\x06','\xb6','\xc8','\xbc','\x12','\xf3','\x5c','\xf8','\xe3','\x2b','\x60','\x47','\xae','\xc4','\x3a','\xeb','\xa4','\xc5','\x89','\x7d','\xaa','\x87','\x97','\xb8','\x9b','\x56','\xcb','\x16','\x76','\x42','\x9e','\x05','\x94','\x54','\x0f','\x27','\x6e','\xd7','\x40','\x98','\x23','\xda','\xef','\x04','\xbb','\x15','\xe6','\x58','\x39','\x21','\xf7','\xf9','\x5f','\x88','\x3f','\x34','\xfe','\x7e','\xef','\xd3','\xbb','\xce','\x83','\x8c','\xa1','\x12','\x8b','\x0b','\x8e','\x07','\x02','\x8d','\x89','\xa4','\x4d','\x7b','\xc6','\x3b','\xe2','\x71','\x48','\x5a','\x86','\x77','\xc6','\x64','\x0e','\x66','\x4b','\x72','\x62','\x5b','\xf7','\xed','\xca','\x60','\xce','\x67','\x90','\x21','\xaa','\xcf','\xde','\x96','\xef','\xd7','\xbf','\x7a','\x54','\x84','\x5b','\x3c','\x15','\xb2','\xde','\xa4','\xa3','\x08','\xdb','\xdd','\x2a','\x3e','\xd8','\x30','\xbe','\xeb','\xba','\xc1','\xfb','\x03','\xed','\x61','\xaf','\x41','\x4c','\x91','\x07','\x7a','\x6d','\x1b','\xb7','\x03','\x54','\x1e','\xb1','\x15','\xc6','\x37','\x4d','\xf2','\x01','\x93','\x1c','\xf0','\xc8','\xac','\x3d','\x1a','\x42','\xfb','\x97','\xed','\x54','\xc3','\x3b','\xdc','\xac','\x4d','\xd1','\xc2','\x54','\x76','\x74','\x71','\xcd','\x29','\x21','\xcf','\x45','\x92','\x6f','\x56','\xcc','\xb3','\xa8','\xac','\x95','\x03','\x63','\xa1','\x19','\x5a','\x12','\xe7','\x85','\xd7','\x0d','\x6d','\x9f','\x3b','\xb1','\xba','\xcb','\x37','\x83','\xea','\x86','\x3b','\x4a','\xdd','\xfd','\xc2','\x2e','\x74','\x1f','\x3d','\x83','\xa6','\x70','\x6d','\x31','\x62','\x96','\xd4','\xaa','\x0b','\xcc','\x06','\xe6','\x2e','\xdb','\x2e','\x2b','\x0c','\x72','\xe4','\x6d','\x19','\x80','\xee','\x54','\xb6','\xac','\xf6','\xd9','\x21','\x3a','\x07','\x77','\x00','\x86','\xfb','\x80','\xc3','\x5e','\x5f','\x12','\xe0','\x61','\xfa','\x12','\x0e','\x2a','\xda','\x16','\x2e','\xdc','\xa1','\x5d','\xb8','\xd5','\xd9','\x75','\x2f','\x45','\x49','\x71','\xf8','\x6e','\x22','\x76','\x02','\xe9','\x69','\xb8','\xe9','\xb6','\x58','\xef','\x26','\x4b','\xb7','\x4f','\x68','\x21','\x2f','\x7d','\x2b','\xc8','\xab','\x33','\x4d','\x04','\x42','\x3f','\xc5','\xc4','\x4e','\xa8','\x66','\x9e','\x5f','\x6a','\x9d','\xc8','\xc1','\x14','\x92','\xb4','\x84','\xe4','\xa1','\x2f','\x8c','\x66','\x7e','\x5a','\xcb','\x2c','\xdb','\x3d','\x6f','\xf3','\xdd','\x30','\x5f','\x56','\x4e','\x28','\xdc','\xd8','\xa9','\x87','\xb8','\x4d','\x08','\xbf','\x86','\xb4','\x70','\x3f','\x89','\x07','\x7d','\x38','\x36','\x4d','\x21','\x5a','\xf3','\x46','\x96','\x5a','\x5a','\x14','\xb1','\x14','\x65','\xad','\x93','\x0f','\x84','\x5a','\x66','\xd4','\x36','\x0e','\xa3','\xa5','\x16','\x1a','\x45','\x68','\x5c','\x01','\x46','\xf7','\x9c','\x14','\x96','\xcd','\x45','\x8d','\x5c','\x42','\xcf','\x8d','\xb0','\x42','\x2e','\x95','\xab','\x24','\x72','\xcb','\x4e','\x0e','\x7b','\x39','\x62','\xe6','\x68','\xbe','\x90','\xbb','\x90','\x5b','\x9f','\xcc','\x89','\x48','\x61','\xc4','\x00','\x9a','\x85','\xfb','\xcc','\xf1','\x77','\x53','\x95','\x4a','\x7c','\x76','\x16','\x3f','\x99','\x46','\x0e','\x46','\x3b','\xeb','\xe6','\x68','\x17','\xe1','\x55','\x30','\x43','\xf0','\x0c','\x27','\x35','\xb1','\x53','\x8a','\x2f','\xec','\x01','\x06','\xa9','\x5f','\x2f','\x40','\x87','\x3c','\xf4','\x06','\x8f','\xda','\xa7','\x3a','\x28','\x3e','\x66','\xe7','\x0b','\x5e','\x00','\xe1','\xdc','\xb2','\xe9','\xc2','\x65','\xde','\x1b','\xaf','\x8a','\xa3','\x84','\x65','\x1c','\x56','\x00','\x58','\xd1','\x8e','\x3f','\x1b','\x93','\x56','\xb6','\xd9','\x93','\x4b','\xed','\x65','\x20','\xaf','\xc1','\x3e','\xb7','\x7a','\xf2','\x26','\x1a','\x2e','\xfe','\x56','\xf1','\x94','\x75','\xaa','\x7a','\xb4','\x6a','\x1e','\x35','\x03','\x13','\x63','\xeb','\x94','\xd5','\x38','\xda','\x10','\x86','\x8f','\xe2','\x6d','\x3b','\x85','\xe3','\x47','\xe3','\xe4','\x28','\x39','\x89','\x4e','\xc2','\xb6','\xa0','\xcb','\xeb','\x4c','\x44','\x08','\x05','\x4a','\x6d','\x21','\xcf','\x94','\x32','\x7d','\x92','\x30','\x6d','\x69','\x15','\x5a','\xcf','\x96','\x71','\xc6','\x89','\x8e','\xb9','\x4a','\xb9','\xae','\xbc','\x71','\x09','\xad','\x41','\x87','\x87','\xae','\xd8','\x7a','\x4c','\xb8','\x51','\x36','\x5b','\xe3','\x6d','\x24','\x57','\xd0','\xe0','\xfe','\x33','\xb8','\x88','\x14','\x88','\x79','\x85','\x01','\x15','\x5b','\x7f','\xdc','\x1c','\xc0','\x62','\xed','\x4e','\xe4','\xee','\xa8','\x57','\x12','\xbb','\xbc','\x2a','\x15','\xa9','\x7a','\x55','\x66','\xf1','\x79','\x87','\x65','\x9a','\x97','\xa2','\x60','\x85','\xc2','\x3f','\xd9','\x22','\x1d','\x0a','\xef','\xc8','\x00','\xc3','\x4e','\x45','\x98','\x9c','\x2a','\x01','\x0e','\x0a','\x6d','\x01','\xf9','\xc4','\x53','\x83','\x80','\x6a','\x6c','\x99','\x10','\xd9','\x5a','\xb5','\x3d','\x10','\x07','\xcb','\x2e','\x7c','\xd4','\x76','\x5f','\x92','\x21','\xc9','\x96','\xc5','\x81','\x90','\x22','\x5a','\x82','\xe8','\x78','\xd4','\x60','\xfb','\xd3','\x22','\x28','\x46','\x8f','\xda','\x68','\x0a','\x91','\x29','\xcb','\x5f','\x8c','\xa2','\x12','\x46','\xae','\xf0','\x9f','\x23','\x3a','\x21','\x1a','\xa0','\xdf','\xac','\xb7','\xc8','\x11','\x40','\x0a','\xc4','\xb7','\x8a','\x8c','\xb2','\x5e','\x16','\xab','\x7b','\x7c','\xd3','\x4b','\xd6','\x9b','\xc9','\x0b','\xbe','\xd4','\x03','\x07','\xba','\x56','\xc0','\xf7','\x09','\x4b','\x77','\x3f','\x09','\x5c','\x6f','\x5e','\x54','\xfe','\x99','\xba','\xe9','\xd1','\xcd','\x86','\x96','\xe6','\xba','\xa4','\x49','\x4a','\xa1','\x14','\x0d','\xf9','\xd4','\x5a','\xa1','\xe1','\x38','\x1d','\x23','\x23','\x43','\x75','\x7e','\x7e','\x35','\x47','\x03','\x0e','\x43','\xa0','\x07','\xa9','\x60','\x5c','\xe5','\xbc','\x0a','\x91','\x20','\xfb','\xab','\x44','\xa7','\x39','\xcc','\xe2','\x7b','\xd9','\x7d','\x19','\x73','\x64','\xcc','\xd3','\x66','\x6b','\xba','\x53','\x98','\xa1','\xa3','\xa7','\x4d','\x2c','\xd3','\x1b','\x4c','\x5c','\x16','\x15','\xb3','\x97','\x31','\xab','\x38','\x40','\xe5','\x3e','\x8d','\x59','\x04','\xb3','\x7b','\x31','\x1b','\xc2','\xd3','\xc2','\x43','\x3b','\xd9','\x00','\x34','\x82','\x70','\x5f','\x3f','\x86','\xd9','\xf3','\x0e','\x5b','\x6c','\x80','\x95','\xb0','\xc4','\x27','\xe0','\xe9','\x40','\xc7','\x70','\x3b','\xce','\x0d','\x08','\xc0','\x0d','\x30','\xd5','\x7e','\x5f','\x85','\xd6','\xf7','\x7b','\x11','\x87','\x23','\x96','\xe5','\xa3','\x70','\x04','\x1d','\x98','\x53','\x86','\x0f','\xf2','\xcf','\x7f','\x00','\xc6','\xf1','\x14','\xfe','\xf4','\x0f','\xad','\x03','\x73','\x32','\x6a','\xb0','\x31','\x31','\x2d','\x9a','\x47','\xd9','\x34','\xba','\x8a','\x8b','\xc4','\xb0','\x58','\xab','\x1a','\x5a','\xa9','\xe2','\x54','\x95','\xd6','\xaa','\x21','\xef','\x54','\x14','\x55','\xf3','\x03','\xba','\xb7','\x41','\x57','\x63','\x9f','\xa3','\xaf','\xdf','\xef','\x89','\xcf','\x8b','\xf8','\x37','\x26','\x4e','\xa0','\x08','\xa5','\x2f','\x42','\xe6','\xfc','\x44','\x8b','\x6e','\x1a','\x23','\xe0','\xe8','\x30','\x9a','\xce','\xd3','\x6e','\x9a','\xd6','\xe2','\xd4','\xc0','\x21','\x4f','\x0b','\xad','\xa4','\x42','\x5d','\x90','\xa6','\x1c','\x73','\xcd','\x82','\x6f','\x67','\x88','\x9a','\x51','\xe3','\x19','\x2f','\x75','\x48','\xcb','\x67','\xa8','\xc9','\xde','\x3b','\xc3','\x50','\x94','\xa1','\x78','\xee','\x5b','\xa9','\x1c','\xab','\xe5','\x32','\xde','\xf8','\x34','\x1a','\x67','\xe1','\x2a','\x0b','\x17','\x99','\x32','\x57','\xe0','\x2b','\x69','\x48','\x47','\x08','\x3f','\x0a','\x0a','\xa3','\x11','\x5b','\xd8','\xf0','\x5c','\x9d','\x5b','\xdd','\x80','\xbb','\x2c','\xb5','\x50','\x7f','\x78','\xa1','\xfe','\x88','\xd5','\x79','\xc4','\xa4','\x90','\x1e','\xb0','\x3a','\xc7','\x10','\x3a','\x86','\xf0','\x97','\x7b','\xb0','\x2e','\x9d','\x7e','\x86','\x82','\x4e','\xfa','\x3a','\x1e','\x49','\x63','\xd0','\x43','\xe9','\x65','\x42','\x60','\x07','\x56','\xa8','\xa6','\xc0','\xc6','\x97','\x17','\x7b','\x5f','\xa8','\xee','\x59','\x7f','\x0d','\xee','\x5e','\xe8','\x4b','\x48','\x19','\x46','\x4a','\x12','\x61','\x61','\xd4','\x96','\x35','\x59','\x53','\xa3','\x79','\x9d','\xa6','\x0d','\x1a','\xb7','\xc5','\x5b','\xc8','\x7e','\x46','\x5d','\x7e','\x9e','\x80','\xc3','\x01','\xcd','\xd5','\xa1','\x2f','\x49','\xea','\xd5','\x65','\xa5','\xf5','\x74','\xb7','\x11','\x02','\xdd','\x6d','\xd9','\x32','\x23','\xb6','\xcd','\xb6','\x82','\x6a','\xb3','\x3a','\xfb','\x0c','\x85','\xb6','\xa0','\x75','\xfc','\x48','\xf0','\x79','\x4c','\xc2','\xff','\xf6','\xd4','\x9e','\x68','\x6b','\x4f','\x64','\xf5','\xf1','\x89','\x55','\xeb','\x6f','\xe1','\x31','\x30','\xeb','\x87','\xab','\x28','\xb2','\x8a','\xe6','\xfa','\x83','\x0f','\xac','\xf2','\x6e','\x1d','\x47','\x56','\x26','\xcf','\xac','\x4c','\x97','\xfe','\xb8','\xfa','\xf4','\x1f','\x17','\x9f','\xbe','\xed','\xfc','\xf2','\xbf','\x1c','\x1d','\xbf','\x9f','\x1c','\x0d','\x23','\xb4','\x8d','\x6c','\xd1','\xee','\xd4','\xd7','\x0e','\x56','\x32','\xd4','\x88','\xdb','\x5b','\x33','\x4d','\x9e','\x4a','\x76','\x3f','\xab','\xd9','\xe7','\x4b','\xb9','\x4b','\x6b','\xd8','\x1d','\x34','\x92','\x3f','\xd4','\x42','\x1b','\x29','\xe5','\x34','\x8b','\x2e','\x1b','\x31','\x40','\x72','\x7a','\x6b','\x76','\x2b','\xf4','\xca','\x89','\x50','\xab','\x90','\xb6','\x47','\xe3','\x08','\x16','\x85','\xd4','\xc1','\x94','\x7d','\xb5','\x92','\xfa','\x98','\xaf','\xad','\xa0','\xd0','\x8b','\x68','\x0c','\xe0','\x79','\xd6','\xf9','\x3a','\x4a','\xae','\xa2','\xe4','\x45','\xb1','\xd5','\x5b','\x4b','\x40','\x2c','\x86','\x64','\x53','\xb6','\xb5','\x64','\x57','\x42','\xdb','\x66','\xc9','\xc7','\x90','\xc4','\x0d','\x46','\xe5','\x0c','\x64','\x45','\xd4','\xa8','\xe2','\xf0','\x55','\x9e','\x71','\xf1','\x3e','\x15','\xb6','\xeb','\xe4','\x04','\x2e','\x2f','\xe3','\xf0','\x92','\x13','\x59','\x73','\xe8','\x9a','\x53','\xf6','\xb0','\xe2','\x61','\xec','\xc5','\x89','\xf4','\x04','\xd7','\x20','\x85','\x40','\x13','\x76','\x47','\x91','\xbc','\x6a','\xdb','\x7d','\x01','\x2d','\xc4','\xd6','\x08','\xfb','\x8e','\x5f','\xf8','\x99','\x0b','\x9c','\x2d','\x6b','\xee','\xa1','\xf7','\xba','\x07','\xf7','\xb8','\xc2','\x0e','\xbd','\xe7','\xca','\x41','\x57','\x0c','\xf4','\x35','\x57','\xff','\x33','\xf7','\x59','\x4e','\x8c','\x35','\x62','\xac','\x13','\xfb','\xca','\x61','\xb4','\xb1','\x85','\x5b','\xee','\x41','\x97','\x63','\x62','\x6b','\x74','\xe5','\xd3','\x7e','\x1f','\xcd','\x76','\x5e','\x34','\xe3','\x96','\xfa','\x54','\xe7','\xdb','\x56','\xe8','\x9e','\x94','\x09','\xb0','\x3b','\x79','\xad','\x4b','\x08','\x3f','\xc3','\xf9','\x62','\x90','\x37','\x70','\x20','\x90','\xef','\x36','\xc8','\xe2','\x77','\x49','\xa9','\xd9','\x24','\xd7','\x16','\xe9','\x8d','\x45','\xda','\x5a','\xd4','\xe4','\xf7','\xd2','\x3d','\x62','\x40','\xf3','\xf4','\x49','\x50','\x46','\x58','\xf2','\x12','\x6b','\xd0','\x86','\xd0','\x4b','\x95','\x0c','\xad','\xc6','\xfe','\x95','\xcb','\x5f','\x77','\x48','\xf2','\xac','\x38','\x72','\x52','\x43','\xcb','\xa3','\x63','\xf6','\xfe','\xa5','\xd5','\xc3','\x6b','\xaf','\x4c','\x5d','\xaf','\x2f','\x2a','\xf9','\x12','\x10','\x06','\x4a','\xcc','\x7f','\x48','\xa2','\x04','\xb1','\x74','\x42','\xcc','\xc1','\xbe','\xfe','\x1d','\xbd','\xfc','\xbb','\x8e','\xa4','\x3b','\xbd','\xe2','\x41','\xdf','\x58','\x18','\x56','\x5e','\xc1','\x0a','\x8d','\x29','\x94','\xac','\x0f','\xab','\x16','\xa7','\x15','\x58','\x63','\x63','\xcb','\xb4','\xe0','\xa1','\xa2','\x8a','\x9d','\x04','\xc7','\xcd','\xa2','\xf5','\x56','\x11','\x70','\x43','\x6e','\xb1','\xf8','\xb6','\x3f','\xd9','\x2c','\x4e','\xbb','\xc5','\x43','\x00','\x23','\x2a','\x46','\x9b','\xc5','\x53','\x09','\x3f','\x0f','\xbc','\xf9','\x58','\x72','\x95','\x9d','\x8c','\xed','\x69','\x91','\xeb','\x48','\x5d','\x84','\x54','\xb6','\x46','\xc8','\xd8','\x39','\xbf','\xd0','\x04','\x92','\x03','\x87','\x30','\xdc','\x84','\x7a','\x1f','\x60','\x28','\x4b','\xd3','\x45','\x8b','\x4f','\x7a','\x68','\xda','\x46','\x87','\x54','\x1d','\xc7','\x69','\xb4','\x49','\x7c','\x1a','\x3f','\xc1','\xb0','\xe1','\xdd','\x81','\x5f','\x85','\x3e','\x17','\x9a','\x5e','\xef','\xa1','\x02','\x02','\x47','\x37','\x60','\x40','\x1a','\x37','\xbc','\x47','\x26','\x6e','\xe4','\x0e','\x35','\x73','\xd3','\x8d','\x71','\x72','\xb5','\xa2','\xae','\xcf','\x6a','\xeb','\xcb','\xba','\x97','\x8e','\x02','\x02','\x64','\xbb','\x6f','\x42','\xa6','\xfa','\x4b','\xcb','\xc8','\xba','\xa2','\x97','\x4e','\xd3','\xd2','\x19','\x52','\xba','\x7c','\xbb','\xf4','\x15','\x5c','\x5a','\x45','\xa5','\x25','\xaf','\x04','\x0a','\x50','\xe2','\xbe','\xfb','\xa5','\x3e','\x68','\x04','\xee','\xce','\x9a','\xf0','\x78','\x1d','\x43','\xa6','\xd7','\x34','\xe5','\x4c','\x4a','\x89','\x52','\x25','\x9e','\xbc','\xf0','\x56','\x7a','\x9d','\x0e','\x2d','\x67','\x33','\x16','\x3f','\x80','\xbc','\xc2','\xd2','\xca','\x82','\x93','\xfa','\xda','\x57','\x6a','\x13','\x3f','\x3a','\x5d','\x70','\x94','\x89','\x65','\x3e','\x61','\x23','\x61','\x85','\x73','\x5d','\x48','\x58','\xba','\xe4','\x57','\xaf','\x77','\x7f','\xb5','\x44','\x3e','\x09','\xed','\x22','\xf2','\x95','\x5d','\x1a','\xeb','\x77','\x70','\x3a','\xc1','\xc1','\x7d','\x05','\x5b','\x6f','\x72','\x73','\x1d','\xdf','\x69','\x22','\x10','\x0e','\x06','\xf1','\x94','\x0a','\x85','\x42','\xa8','\x4d','\xd0','\xd8','\x97','\x35','\xce','\x2f','\x12','\x3a','\x47','\xe8','\xd9','\x38','\x8d','\xef','\x4f','\x91','\xfd','\xff','\x3b','\xdd','\xff','\x7f','\x68','\x87','\x1f','\xd1','\xa7','\x4e','\xcc','\x4d','\x1d','\x3b','\xbb','\x78','\x0c','\x97','\x36','\xe3','\x6e','\x9d','\x40','\xe9','\x1c','\xb2','\xb8','\x3a','\xa1','\x06','\x11','\x9b','\xa4','\x08','\x50','\x51','\x2b','\x8e','\xae','\x91','\xc8','\x06','\x39','\x02','\x70','\xe2','\xa0','\xaf','\x1f','\x8a','\xd1','\x16','\x1f','\x8f','\x78','\x7b','\x23','\xde','\xbd','\x13','\x5e','\x7c','\xc2','\x88','\x4c','\x98','\xf1','\x07','\xcc','\xfb','\x26','\xcc','\xe4','\xd7','\x0e','\x0c','\x7d','\x2d','\x9b','\xf9','\x5a','\x56','\x9f','\x18','\x36','\x1e','\xf8','\xd2','\x52','\x37','\x8e','\x44','\x90','\x61','\x2b','\x3d','\x5d','\xbc','\x71','\x8f','\x1c','\xe9','\xf9','\xd6','\x36','\x03','\x8c','\x68','\x96','\x79','\xc2','\x22','\xd2','\xc4','\x1a','\x50','\x59','\x63','\x44','\x26','\x60','\xc5','\x9f','\xb4','\x75','\xa3','\x96','\x67','\x92','\xe7','\x4c','\xfc','\x26','\xfe','\x90','\x8d','\x87','\x11','\xd6','\x19','\xd6','\xc6','\x79','\xf2','\x22','\x4b','\x7e','\x50','\x0f','\x3d','\x5a','\x0c','\x8d','\xf1','\x7f','\x3e','\xe6','\xfc','\xe6','\xaf','\x38','\xc7','\xb9','\xf3','\xf4','\x98','\xaf','\x8e','\x39','\x7b','\x3e','\xe4','\x24','\xff','\x67','\x27','\xf9','\x80','\xbf','\x6f','\xcc','\xc9','\xfe','\x67','\xe7','\xe0','\x13','\x4e','\x3b','\xe9','\xd4','\x86','\x7c','\xa6','\xdb','\xcc','\xf8','\x31','\x5b','\x6a','\x3c','\xa2','\x80','\xac','\x31','\x5a','\x12','\xdf','\xcc','\x0e','\x79','\x40','\xc6','\x0e','\xfd','\xdd','\xe6','\x4d','\xb6','\xd6','\x58','\x3b','\x07','\x48','\x66','\x71','\x0f','\x0e','\xbd','\x3f','\x8a','\x1e','\x20','\xf4','\x36','\x52','\xd6','\xda','\x71','\x89','\x1b','\xd4','\x52','\xdb','\xe4','\x75','\xc7','\xf9','\x0f','\xcb','\xf4','\x31','\xe5','\x4b','\x22','\x16','\xa0','\xf9','\x13','\x54','\xf1','\xc4','\x16','\xf8','\xf7','\x7d','\x1f','\x80','\xcd','\xa6','\xf9','\x23','\xc8','\xcb','\x99','\x76','\xee','\xff','\x26','\xb9','\xa8','\x0f','\xdc','\x12','\xd3','\x12','\xba','\x1e','\xed','\x46','\x31','\x99','\x2c','\x92','\xe9','\x49','\x32','\x7d','\xa8','\x3b','\x39','\x4d','\xaa','\x0e','\xf9','\xa7','\xb7','\x88','\xdb','\x20','\xa1','\xb3','\x5d','\x05','\x08','\x6d','\xea','\x24','\x8a','\x19','\x51','\x3c','\xa6','\xf4','\xea','\x8c','\x21','\x5b','\x4b','\xda','\x85','\x9f','\x21','\x5d','\xc1','\x86','\xc2','\x2f','\xfc','\x44','\x4b','\x4e','\xa7','\x92','\xbf','\x41','\x93','\x0f','\xd1','\x64','\x46','\x18','\xe3','\xdd','\x4b','\x59','\xf3','\x62','\xd6','\x6c','\x65','\x4d','\x03','\xec','\xe9','\x96','\xd5','\xbd','\x64','\xae','\xe5','\xd1','\x95','\x74','\x74','\x23','\x1e','\xaa','\x63','\xc3','\x16','\xdb','\x29','\xa6','\x37','\x39','\x75','\x50','\x08','\x23','\x7e','\x1b','\x81','\x0a','\xcc','\xd9','\x6e','\xa0','\x05','\x93','\xfc','\x37','\x94','\xdf','\xae','\x27','\x9d','\x4d','\x69','\xb4','\x6f','\xc3','\x43','\xd0','\x74','\x7b','\xef','\x98','\xf3','\xda','\xd8','\x65','\x3c','\xf3','\x4a','\x74','\x69','\x55','\xd9','\x91','\xe7','\xa7','\x7d','\xec','\xb1','\x70','\x84','\x4e','\xda','\x68','\xd3','\x0c','\xd5','\x99','\xd4','\x1f','\x17','\xb3','\x34','\x4e','\xa5','\x6a','\x9a','\xf7','\x3e','\xf8','\x84','\x30','\xaa','\x29','\xb6','\x19','\x20','\x00','\x83','\x0b','\x08','\x1e','\x1c','\xe7','\x29','\x50','\xbc','\x31','\x4b','\x86','\x09','\x40','\x1f','\xda','\xaf','\xe7','\xde','\x11','\x06','\x82','\x29','\xc0','\x84','\x8f','\x82','\x3a','\xe3','\x38','\x95','\x52','\xb6','\xe0','\xd4','\x8c','\x30','\xca','\x2f','\x77','\x82','\x66','\x51','\x60','\x21','\xee','\x11','\x6e','\xd1','\x64','\xa1','\x33','\xaa','\x80','\x88','\x98','\xa9','\x88','\xc0','\x85','\xef','\x96','\x12','\xdb','\xd1','\xdf','\xfd','\x3e','\x70','\x8b','\x2d','\x5a','\xc8','\x41','\x96','\x33','\xf8','\xf0','\x5b','\x2c','\x67','\x18','\xf0','\x7e','\x89','\x6e','\x2f','\xad','\x12','\xed','\xc4','\x6c','\xca','\x3d','\x9a','\x3c','\xd7','\x81','\x83','\x74','\x15','\x27','\x2f','\xf0','\xcc','\x25','\x9c','\xcb','\x6c','\x40','\xbf','\xcc','\x90','\xfb','\xc9','\x34','\x48','\x39','\x47','\x93','\xee','\x3d','\xe7','\x81','\xe4','\x7c','\xcf','\xf9','\x3f','\xd5','\x92','\x75','\x5d','\x46','\x23','\x77','\xe7','\x51','\x94','\x3f','\x5b','\x5c','\x70','\xc0','\x20','\xfd','\x3e','\x91','\xc8','\xd6','\x56','\xaf','\xc1','\x1f','\xfc','\xb7','\xbd','\xc9','\xdd','\xd3','\x29','\x5b','\x38','\x73','\xd6','\x47','\xb1','\x5e','\xed','\x33','\xac','\x62','\xa2','\x70','\x5f','\x4c','\xe9','\x44','\x9f','\xac','\x72','\x1d','\x03','\xb1','\xd3','\x80','\x9d','\x54','\x20','\x96','\x96','\x94','\x08','\x83','\x7a','\x40','\xd0','\xd4','\x81','\x98','\xd8','\x14','\x4c','\xc6','\x3c','\x61','\xd3','\x92','\x54','\x04','\x2a','\x5a','\xbf','\xb1','\xc2','\x1e','\x72','\x40','\xa7','\x6c','\x6c','\xb9','\x17','\x06','\xce','\x6c','\xe9','\x01','\x2d','\xb5','\x45','\xc8','\x16','\x8f','\xa0','\x81','\x64','\x3e','\x9e','\xe2','\xfc','\xc3','\x04','\x3d','\x48','\xd0','\x33','\x9f','\xf3','\x9e','\x39','\x6f','\x37','\x87','\xdc','\x66','\xc1','\x27','\xcf','\xb9','\x44','\x8a','\x5c','\xef','\x3c','\xdc','\x7b','\x6a','\xd7','\x81','\x0d','\xf0','\x8f','\x81','\xc5','\x96','\xc5','\x1c','\xf4','\xb7','\x9f','\x4a','\x4a','\x5e','\xd0','\x91','\xc7','\xf6','\x22','\xb6','\x4b','\x01','\x57','\x83','\x30','\x50','\x0e','\x60','\x44','\xa3','\x44','\x4f','\x9f','\x34','\xe2','\x49','\xb1','\xd8','\xbf','\x8a','\x94','\x8c','\xa7','\x0c','\x01','\x8f','\xa2','\x12','\x42','\x85','\x77','\xf1','\xf8','\x3e','\x3e','\xbe','\x57','\x2b','\xdc','\x4e','\x8d','\xff','\x12','\x1d','\x4f','\xd2','\xc2','\x3b','\xe2','\x56','\x5c','\x8a','\xa2','\x8b','\x98','\xb5','\x78','\xc7','\x80','\xac','\x88','\x79','\x31','\xd1','\xbe','\xa4','\x96','\x29','\x2d','\xa7','\xb4','\x2b','\x89','\xf1','\x8d','\xf8','\x5a','\x1d','\x07','\xed','\x3c','\x21','\xbb','\xa6','\x84','\x52','\x78','\xf6','\x35','\x7a','\x08','\x9b','\x83','\xcd','\xd4','\xf8','\xc8','\x0f','\x0b','\x38','\xda','\x0e','\xae','\x25','\x10','\x1f','\x05','\x57','\x40','\x9c','\xc1','\x1a','\x46','\x3a','\x06','\x88','\xa4','\x2d','\x7f','\x37','\x90','\x47','\x0a','\x1c','\x4e','\x4d','\x5b','\x4f','\x91','\x75','\x8a','\xd7','\x19','\x5e','\xd7','\xd1','\x7a','\x71','\xab','\x8a','\xa4','\xf0','\xdd','\x47','\xd2','\xe0','\x58','\xf6','\xf9','\x02','\x0f','\x4c','\xac','\xa3','\x21','\x27','\x85','\x2a','\xd4','\xce','\x89','\xdb','\x65','\x64','\x11','\x05','\x9c','\x39','\x20','\x61','\x80','\x5e','\x52','\xed','\x43','\xa4','\x98','\x82','\xc0','\x7f','\x56','\xb6','\x04','\x8a','\x50','\x3e','\x0d','\x1f','\x0f','\xbe','\xd7','\xba','\x14','\xcb','\x10','\x5f','\x0d','\x40','\x69','\x29','\x12','\x8a','\xd3','\x50','\xa3','\x2c','\x5c','\xc7','\xa0','\x94','\xb3','\x2c','\xc9','\x4b','\xab','\x52','\xcd','\x8a','\xca','\xf5','\x28','\xbe','\x75','\xc5','\x16','\x11','\x78','\xc8','\xee','\x60','\x64','\x51','\xe0','\x5f','\x25','\xbb','\x74','\x9c','\x27','\xf6','\xa0','\x59','\xcd','\x5b','\x96','\xc7','\x68','\xb0','\xa5','\x88','\xa8','\x08','\x5b','\x3c','\x8e','\xcc','\x51','\xdd','\x9c','\xa6','\x66','\x03','\x92','\xa8','\x3b','\xd4','\x0d','\x82','\xfe','\xc1','\x6d','\x3f','\x53','\x9c','\x64','\xb5','\x1a','\x33','\x17','\xd8','\x4d','\x3f','\x73','\xcd','\x9c','\xde','\x30','\x99','\xb0','\xb5','\x16','\x6b','\x7a','\x52','\xac','\xaa','\x93','\xa3','\x34','\x77','\x3f','\x1d','\x1f','\xab','\x8f','\x97','\xea','\x15','\x95','\xce','\xde','\x4f','\x67','\xc7','\xea','\xcb','\x46','\x5d','\x41','\x27','\xc0','\x5f','\x15','\x1f','\x35','\xdd','\x16','\xeb','\x14','\xea','\x8c','\x62','\xe7','\x4b','\x6f','\x8c','\x74','\x34','\x58','\x36','\x09','\x08','\x28','\x20','\xef','\x17','\x8e','\x6c','\x3d','\xc2','\x46','\x22','\x56','\x93','\xad','\x32','\xde','\x61','\xb6','\xaa','\xf3','\x8e','\x69','\xab','\x86','\x7d','\xc2','\xb6','\xef','\xc2','\xbf','\x3a','\xc8','\x4c','\x7e','\x97','\x8d','\x68','\x9b','\x9c','\x56','\xea','\x8f','\xa0','\x82','\xbc','\x3e','\xc2','\xd9','\xd6','\x2d','\x22','\x35','\xe8','\xf1','\x84','\x52','\xf0','\xf9','\x69','\x03','\x1d','\x78','\x0c','\xed','\xfd','\x18','\x1e','\x2e','\x59','\xc3','\x8f','\xa1','\xf0','\x53','\x28','\x5c','\x14','\xd7','\xc7','\x0a','\xee','\x7d','\xa2','\x33','\x4b','\xa8','\xe5','\xd2','\x4a','\xa2','\x03','\x6a','\x8d','\xd2','\x2c','\x39','\xee','\xb5','\x95','\x89','\x39','\x20','\xfb','\x80','\x48','\xc4','\xfc','\x65','\xde','\xae','\xee','\x54','\x88','\x78','\xbf','\x7e','\x34','\xc9','\xe3','\xda','\xd3','\x17','\x1e','\xb3','\x6b','\x05','\xef','\xe9','\xcc','\xe9','\x85','\xcc','\x85','\x6a','\xc6','\x16','\x66','\x16','\x6c','\xa9','\x3c','\x68','\x9b','\x99','\xd3','\x60','\x85','\x97','\xcd','\x8c','\xb0','\x2f','\xb4','\x32','\x2f','\xeb','\x99','\x97','\x99','\xb0','\xc2','\xcb','\x59','\xb4','\x77','\xef','\x81','\x7d','\x5f','\x7a','\xe8','\xd4','\xbd','\x99','\x6f','\xc5','\xcb','\x17','\x81','\xff','\x50','\xb1','\xfb','\x1e','\x14','\xf3','\xac','\x4e','\x7f','\x8a','\xd2','\x16','\xef','\x6e','\x2a','\xa8','\x29','\x1c','\x98','\x71','\x74','\xf5','\x11','\xb6','\x9e','\xeb','\x00','\x1f','\xd1','\x96','\xfd','\x1a','\xf2','\x1e','\x40','\x68','\xdc','\x43','\x26','\xe7','\x46','\x1a','\xf2','\x75','\xc1','\x3e','\xa6','\xb2','\x1d','\x01','\xbb','\x8c','\xca','\xc1','\x4f','\x18','\x8c','\xd9','\x83','\x22','\xf8','\xfb','\x61','\xed','\xf4','\x8d','\x54','\xe1','\x47','\x20','\xa4','\x0b','\x8d','\xe6','\x2e','\xcd','\x41','\x65','\x70','\xf8','\xe0','\x08','\xcf','\x8a','\xd9','\x92','\xa7','\x99','\x7f','\x44','\x33','\xe7','\x85','\xd5','\x7b','\x56','\xa7','\x87','\xea','\x34','\x47','\xb7','\xce','\xa2','\xc0','\x3a','\x8c','\xb2','\x88','\x8e','\xa2','\xc1','\xed','\x92','\x64','\x68','\xc4','\x43','\x00','\xf7','\x33','\xd8','\xc3','\x56','\x27','\x5f','\x65','\xc7','\xaa','\xac','\x5e','\x65','\xb4','\x3a','\x0d','\x4e','\xd4','\xce','\xb6','\x5c','\xb1','\xd6','\x7a','\x25','\x39','\x49','\xa0','\x94','\x12','\x3b','\x78','\x4a','\x7a','\xf6','\xe2','\x23','\xeb','\x64','\xc4','\xf2','\xf9','\x0f','\x57','\xe9','\xd7','\x56','\x93','\x13','\xab','\x74','\xe2','\x8b','\xe2','\x8f','\x87','\x27','\x56','\x53','\x13','\xab','\x9d','\x89','\xd5','\x13','\x13','\xab','\xc7','\xe4','\x2b','\xbd','\xaf','\xb2','\x93','\x07','\x46','\x66','\x1e','\x0c','\x54','\x65','\xe9','\xdb','\x41','\x26','\x14','\x30','\xf9','\x5c','\xf2','\xbc','\x85','\xe4','\x6e','\xbf','\xdf','\x41','\xc9','\x2f','\xa0','\xe4','\x4f','\xa1','\x68','\x9e','\x5c','\xb2','\xc1','\xec','\x2b','\xc9','\xfa','\x0f','\x92','\xad','\x4f','\xa7','\xed','\x87','\x7d','\x94','\x3e','\x01','\xc2','\x1b','\x78','\x4b','\x3f','\x17','\xc0','\x99','\x73','\xc6','\xc4','\x9c','\x11','\x99','\x83','\x3d','\x27','\x02','\x03','\x61','\x25','\xb1','\x29','\x89','\xf0','\x93','\x98','\x66','\xa2','\xb5','\x40','\x6f','\xfa','\x5a','\xd3','\xfc','\x90','\x6b','\x7e','\x97','\x54','\xc3','\x16','\x17','\x5b','\x8a','\x8a','\x4c','\x86','\x4c','\xaf','\xd7','\x0f','\xb2','\x8b','\x0c','\x5f','\x66','\x44','\x31','\xc8','\xb5','\xfc','\x3a','\x77','\x0d','\x9d','\x9c','\xe5','\x24','\x32','\x06','\x16','\xbd','\x63','\x10','\x79','\x80','\x46','\xc6','\x4f','\xdc','\xd9','\x47','\xbf','\xc5','\xab','\x2f','\x4e','\xbd','\x0f','\xdc','\xe5','\xe3','\xf5','\x3e','\x21','\xda','\xc1','\x23','\xb4','\xec','\xad','\x2d','\x03','\x89','\x50','\x08','\x2b','\x21','\xae','\x24','\x1d','\xeb','\x67','\x2e','\x9a','\x71','\xb5','\xe7','\x56','\xd4','\x72','\x9d','\xac','\xad','\x92','\xa5','\x8b','\xa1','\xd8','\x2a','\xe7','\x2b','\x12','\xba','\x7c','\x46','\xcf','\x38','\x85','\xf7','\x82','\xb4','\x66','\x60','\xdf','\x66','\x19','\xb7','\xf0','\x4e','\x2f','\xbf','\xd9','\x93','\xdd','\x46','\xd0','\xdc','\x66','\x75','\x40','\x76','\x5b','\x89','\xf2','\x20','\x79','\x13','\xec','\x13','\xca','\x69','\x0a','\xfc','\xba','\xa1','\xba','\x92','\xa9','\x5b','\xef','\xd5','\xb7','\xa1','\xa6','\x8c','\x46','\x3d','\xea','\x03','\x7f','\x5e','\x47','\x1c','\x9e','\x29','\x5b','\xfe','\x03','\xe8','\xb6','\xaf','\xd3','\xf5','\x4d','\xfe','\x37','\x81','\xa2','\x22','\xd8','\xe1','\x9b','\x9b','\x0f','\xff','\xc5','\xb1','\xc0','\x4e','\xfc','\xc5','\xb1','\x63','\x37','\x37','\x8f','\x5d','\xa1','\xf5','\x2b','\xc3','\xf4','\xf4','\xbd','\xf4','\xf4','\xe7','\xe9','\xe9','\x8f','\x26','\x2f','\xff','\x97','\x64','\xaa','\x9a','\xd4','\x8e','\x0f','\x23','\x65','\x07','\x4f','\xa9','\xf8','\x7f','\x14','\x2e','\x8d','\xb4','\x7b','\xec','\x1b','\x49','\xce','\x84','\x87','\xb9','\xc3','\xb8','\x78','\x7d','\x2f','\xcd','\xee','\xd5','\x32','\xc3','\x2c','\xf3','\xf9','\x07','\xfc','\xd7','\xc6','\x5b','\x8d','\xa3','\xd0','\xce','\xad','\xec','\xca','\x1b','\x0f','\xba','\xc7','\x81','\xdf','\xb8','\xfb','\xa0','\xe1','\x32','\xfa','\x40','\x5c','\x0c','\xfc','\x40','\xf1','\x2e','\xb0','\x5d','\xf1','\xa0','\x07','\xfb','\x7b','\x01','\x6a','\xbb','\x3e','\xc8','\x65','\xfe','\x19','\x63','\xdf','\x31','\x0b','\x37','\x44','\xc4','\xd7','\xaa','\x2a','\xf9','\xe3','\x8d','\x44','\x95','\xe2','\x6a','\xb4','\x53','\xc5','\x80','\xb9','\x39','\xde','\xa0','\x3e','\xa6','\xb5','\x68','\xc7','\xc0','\x34','\x12','\x05','\x0a','\x5e','\x8c','\x0d','\x0c','\x85','\x69','\xd0','\x0a','\x93','\xb4','\x6c','\xf8','\x11','\xce','\xf3','\x31','\x74','\x2c','\x86','\xea','\x31','\x04','\xf9','\x31','\x22','\xae','\xa3','\x2d','\x59','\x0b','\x0c','\xaa','\x99','\xf0','\xc5','\xf5','\x3c','\x35','\x53','\xd4','\x48','\x53','\x3b','\x3e','\xd2','\x3b','\x6c','\x03','\x0f','\xe6','\x96','\xc6','\x1a','\xe9','\xce','\xb6','\xa8','\x76','\xba','\x0d','\x8f','\xc2','\x19','\x32','\x48','\xc3','\xf2','\x1b','\x65','\xd2','\x33','\xab','\xdb','\xe8','\x33','\x5a','\x81','\x40','\x92','\x49','\x8e','\x88','\x25','\x1e','\xac','\xf7','\x38','\x83','\xc5','\x4e','\xc5','\xfd','\xb3','\xd1','\x5c','\xa1','\x73','\x96','\xd1','\xb8','\xec','\x57','\x0d','\xf6','\x85','\x7c','\xa1','\x73','\x0c','\x23','\xe8','\xa6','\x15','\x87','\x88','\x78','\x7e','\xd0','\xa4','\xf3','\x00','\x09','\xa0','\xb8','\x45','\x89','\x45','\x83','\xbe','\xad','\x1e','\x39','\x00','\xec','\x5a','\xa5','\x15','\x6a','\x5d','\xef','\x96','\x5c','\xda','\xb3','\x73','\x1d','\x78','\xb4','\x51','\xe9','\x22','\x2e','\x5d','\xe6','\xa5','\x4b','\x8e','\xb0','\x27','\x2f','\x39','\x4f','\x5c','\xf6','\x4b','\x10','\x91','\x4b','\x13','\xde','\x91','\x0c','\xca','\xf5','\x6b','\xa4','\xf0','\xb6','\xcf','\x9a','\x64','\xc0','\x4e','\x16','\x9a','\x94','\x35','\x11','\xa8','\x7e','\x83','\xfc','\xb7','\x23','\xac','\xd0','\x74','\x59','\xb3','\xc9','\x9a','\x8f','\xb1','\xe6','\x31','\xd6','\xac','\xe9','\x4d','\x5d','\x6f','\xd6','\xcc','\xe6','\x31','\xa3','\x79','\xee','\x23','\xd7','\xe3','\x4b','\xae','\xfc','\x3c','\x85','\xde','\xe7','\x09','\x24','\x72','\x42','\x2e','\xb4','\x9e','\x0b','\xc3','\x89','\x4e','\x44','\xc4','\x03','\xe2','\x75','\x1d','\xef','\xbf','\xcc','\x1f','\xbc','\xe4','\x34','\xb7','\x3f','\xc3','\xee','\xcf','\x33','\xb6','\x82','\x0a','\xaf','\x21','\xa0','\xfb','\x15','\xae','\xe0','\x2a','\xca','\x5c','\x44','\x99','\x73','\xdd','\x42','\xe0','\xb8','\x9d','\xeb','\x66','\xfa','\x83','\x9e','\x6a','\xed','\xd9','\x2e','\x40','\x13','\x3f','\xcf','\x32','\x2f','\x99','\x99','\x8b','\xde','\xd8','\x52','\xab','\xbc','\x5c','\xf8','\x88','\x3b','\xba','\xcc','\xb6','\x70','\x71','\xc2','\x2b','\xe5','\xb1','\x3a','\xe2','\x37','\x50','\xe8','\x7f','\xe9','\x82','\x1a','\xa1','\x78','\xe9','\xc9','\x6e','\x64','\x91','\x10','\x97','\xc4','\x13','\xdd','\xfd','\xcb','\x68','\xea','\x0a','\x6a','\x5e','\xed','\x92','\x08','\x25','\xf7','\x32','\x32','\x64','\x12','\xd3','\x23','\xa1','\x16','\x51','\x0a','\x84','\x8c','\x12','\xa0','\x8f','\xea','\xcd','\xc0','\x41','\xfa','\x71','\x11','\x1d','\x44','\x34','\x14','\xa5','\x38','\x5e','\xe0','\x79','\x13','\xad','\x5d','\xe8','\x44','\x34','\x15','\x64','\x20','\x34','\x35','\x9f','\xee','\x6c','\x42','\xa5','\xa6','\x03','\xa0','\xa7','\x79','\x93','\x8a','\xd8','\x2d','\x6e','\xd1','\xf6','\xa8','\x7e','\xeb','\x38','\xdd','\x28','\x12','\x69','\x48','\x9a','\xbd','\x51','\x34','\xbb','\xa7','\xb2','\x1b','\xc5','\xac','\x87','\x23','\xc2','\x84','\x2f','\xe7','\x61','\xd5','\xc3','\xe2','\xcf','\xa8','\x7f','\x6a','\x9b','\x77','\xee','\x0c','\x58','\xe6','\x4c','\xf1','\xa1','\x48','\x51','\xc4','\xcb','\x03','\x75','\xf3','\xed','\x6a','\xbe','\x30','\xad','\x57','\xd3','\xa7','\xb2','\xac','\x0f','\x95','\xfd','\xb4','\xac','\xec','\x67','\x24','\x53','\x16','\x88','\xdd','\x28','\x27','\xb1','\x0c','\x94','\x83','\xba','\xf9','\xce','\x7e','\xd8','\x40','\x3a','\x19','\x01','\x36','\x72','\xcb','\x19','\x3e','\x8a','\x62','\xa7','\xd1','\x28','\x46','\x5d','\xac','\x2f','\x46','\xb4','\x52','\x24','\xe8','\x14','\x13','\x76','\x9b','\x70','\x87','\x9c','\xc0','\x27','\x0d','\xa0','\x11','\xd3','\x53','\x2d','\x2a','\x33','\xfc','\x84','\x6e','\x84','\xa0','\xcc','\xb1','\x61','\xd3','\x0d','\x93','\x6e','\x64','\xeb','\x1b','\x59','\x71','\x95','\xea','\x1b','\x91','\xba','\x47','\xea','\x9e','\x5a','\x6f','\x88','\x8f','\x9b','\xac','\x37','\x32','\xf5','\x46','\x9b','\x36','\x6a','\xb4','\xc9','\xb4','\x2e','\x63','\x9b','\x4c','\xf7','\xf2','\x06','\x28','\xdc','\x41','\x07','\xd0','\xba','\x14','\x38','\xee','\x97','\xf8','\x71','\x1f','\x9c','\x93','\x12','\x16','\x41','\x53','\x11','\x54','\x82','\xfc','\x0a','\x02','\xdf','\x5b','\x95','\xb5','\x06','\x0a','\x35','\x07','\xa2','\xdd','\x8e','\x89','\xcf','\xd3','\xc1','\x04','\x54','\x8a','\x51','\x54','\x45','\xc5','\x38','\xfa','\xac','\x04','\x86','\x81','\x35','\x41','\x3b','\xa9','\xb8','\x67','\x12','\x2c','\x39','\xe9','\xec','\x9b','\xc4','\xdf','\x98','\x8c','\x1e','\x98','\xc4','\xc5','\xea','\x68','\xa4','\x78','\x9b','\x14','\xab','\x6a','\xa3','\xa8','\x39','\x78','\xcc','\xc1','\xa1','\x38','\x14','\x75','\x23','\x04','\xab','\xd0','\x77','\xac','\x45','\x52','\xa9','\x28','\x38','\x74','\x22','\x10','\x4e','\x37','\xe8','\x90','\x98','\x66','\x64','\xf8','\x40','\x8c','\x5b','\xaf','\xd0','\xaf','\xbd','\x42','\x27','\xfe','\x3d','\x9d','\x68','\x02','\xb7','\xf0','\x84','\xbb','\x29','\x0d','\xda','\xe2','\x20','\x43','\xe7','\xd2','\x5f','\x6d','\x82','\x7d','\xb2','\x44','\xff','\x9c','\x74','\x3c','\xc2','\xb6','\x3b','\x9b','\xa0','\x9b','\x09','\xe4','\x38','\xc2','\xb2','\x09','\x28','\x02','\x1d','\x4c','\xe9','\x5f','\xe6','\xaf','\xe9','\x66','\xc3','\x83','\x83','\x4e','\x9a','\xd7','\xb3','\xa0','\x20','\xa5','\xc8','\x9e','\x26','\x92','\x80','\xb6','\xd3','\x00','\x9f','\x89','\x24','\x46','\xda','\xaa','\x0b','\x37','\x1c','\x57','\xd2','\xbc','\x32','\x5d','\xad','\x4c','\x56','\x2b','\x73','\xc5','\x8a','\xdb','\xa8','\xa8','\x8d','\x0a','\x75','\x2a','\x43','\x4e','\x25','\x83','\xad','\x71','\x52','\x39','\x4a','\x4c','\x87','\x94','\x23','\x44','\x52','\x23','\x52','\x38','\x4e','\x03','\x5d','\x18','\xc9','\x6a','\x0d','\x2d','\xa8','\x4b','\x76','\x65','\xcf','\x6a','\x45','\xd5','\xa0','\xd5','\x54','\x3c','\x0a','\x03','\xdd','\x9c','\x6e','\x85','\x11','\x30','\xf1','\x07','\xfd','\x81','\x19','\x38','\x44','\x85','\x2e','\xac','\xed','\xd1','\xc3','\xa8','\x96','\x80','\xae','\xac','\x90','\x97','\x0a','\xd9','\x10','\x74','\x8b','\xc7','\x3d','\xab','\x54','\xd5','\xa0','\x4b','\x4e','\x3c','\x0a','\x13','\xa7','\x97','\xec','\x0e','\x06','\x93','\x83','\x11','\x46','\xba','\x85','\x6e','\x4d','\xb6','\x9e','\xee','\x7a','\x9f','\x1e','\x7e','\xac','\xd0','\x85','\xc7','\x3d','\xab','\x1f','\x56','\xb5','\x07','\x39','\x7f','\x70','\x45','\x7b','\x66','\x45','\x5b','\x44','\xa8','\x59','\xe8','\x06','\x04','\x0f','\xf0','\x07','\x77','\x0e','\xc4','\x64','\x18','\x3d','\x4c','\x6a','\x89','\x98','\x78','\x1f','\xd5','\x20','\x71','\x63','\x2b','\x3a','\x8b','\xad','\xe8','\x7c','\x53','\x04','\x68','\x1a','\xc4','\x68','\x17','\x49','\xac','\xc0','\xe3','\xc5','\xe9','\x94','\xc3','\xba','\x98','\x2d','\xca','\x82','\x4e','\x3f','\x39','\xcc','\x80','\x68','\x9a','\xd6','\x88','\x66','\x9e','\x1c','\x6f','\x51','\xcf','\xeb','\xf1','\xb3','\x6d','\x91','\xb3','\x2d','\x7b','\x89','\xe3','\x17','\xef','\xfb','\x95','\x4b','\xfb','\xf6','\xbc','\x32','\x3e','\x74','\x6e','\xbd','\x0c','\xcc','\x6c','\xc2','\x81','\x8c','\x30','\x2d','\xc2','\xf2','\x04','\x20','\xf4','\x76','\xfe','\x69','\xc4','\x16','\x76','\xf7','\x9f','\xca','\xf2','\x50','\x50','\x2a','\x85','\x9b','\x8e','\xcf','\x98','\xa4','\x91','\xcf','\xac','\xa4','\xd7','\xf9','\x2d','\xac','\xa2','\x11','\xee','\xcd','\xab','\x10','\x79','\x85','\x55','\x55','\x91','\xd5','\xfc','\xbb','\x72','\x8c','\x00','\x1e','\x52','\x7e','\xaf','\x92','\x6b','\x94','\xde','\xd2','\x17','\x9b','\xfa','\xe2','\x0a','\x83','\x9c','\xde','\x53','\x29','\xde','\x86','\x92','\x1c','\x31','\xd0','\x68','\xba','\xb3','\xdf','\xa1','\xa9','\x06','\x05','\x95','\x4f','\x4c','\x17','\x25','\xba','\xc5','\x25','\x92','\x8a','\x82','\xe6','\x41','\x6b','\x66','\xac','\x4d','\x3c','\x53','\x4d','\x89','\xe5','\x5a','\xc3','\x00','\x22','\x95','\x21','\xc6','\x79','\xa4','\xc0','\x9a','\xad','\x1d','\xe2','\x37','\x37','\xb4','\x62','\x44','\x33','\xa2','\xdc','\x13','\x8f','\xc1','\x00','\x9d','\x46','\x05','\x11','\x74','\x9c','\x46','\xe8','\x74','\x4f','\xb5','\x76','\x2b','\xaf','\xa5','\xaa','\x46','\x5c','\x5e','\x67','\x95','\xe8','\x2f','\x13','\xbd','\xb2','\xc2','\x84','\x5b','\x3b','\xad','\xa5','\x22','\x2c','\x71','\xaf','\x8e','\x87','\x0c','\xc4','\x2f','\x74','\x9e','\x77','\x68','\x49','\x1e','\xb5','\x1f','\xc3','\x54','\x8c','\x17','\x9b','\x60','\x25','\x95','\x96','\x68','\xde','\xed','\x7f','\x1e','\x24','\x69','\x5e','\xb6','\x53','\x1c','\x14','\xf8','\xe3','\x9e','\x3d','\x1f','\xa8','\xa8','\xa0','\xf4','\x79','\x08','\x79','\x42','\x22','\x86','\xf5','\x84','\xa7','\x04','\x09','\x96','\x04','\xbf','\xc9','\xc4','\x4a','\xe9','\xaf','\x0e','\xa8','\x3e','\x27','\xa0','\x23','\x69','\x67','\xde','\x46','\x7e','\x5a','\xe4','\x05','\x86','\x44','\x0c','\x15','\x48','\xd7','\xcd','\xca','\x58','\x29','\x68','\xcb','\xed','\xc5','\x95','\x80','\x82','\x0b','\xd9','\xed','\x7e','\x5c','\x19','\xf9','\xb9','\xba','\x66','\xf8','\x38','\xbf','\x65','\x2e','\x61','\x30','\x8e','\x77','\x0d','\x8e','\x73','\x5c','\x79','\x03','\xcf','\x87','\xb0','\x19','\x3a','\xb2','\x43','\xb7','\x62','\x1b','\xad','\x27','\x53','\x2b','\x81','\xd3','\xff','\xb4','\xe4','\xc7','\x16','\xbb','\xf4','\x52','\x3d','\x19','\xda','\x1c','\x45','\x9b','\x77','\xeb','\xca','\x07','\x37','\x2c','\xa2','\xeb','\x51','\x0d','\x9a','\x80','\x30','\x64','\xc0','\x0c','\x12','\x28','\x6d','\x01','\x09','\x0c','\xd8','\x31','\x6a','\xd6','\x07','\xa4','\x90','\x77','\x58','\xd0','\xd9','\x61','\x9a','\xd4','\x33','\x47','\x20','\x4d','\xe3','\x21','\xa5','\x15','\x4e','\x23','\xa5','\xbd','\x95','\xeb','\xa2','\x62','\xca','\xf5','\x48','\x08','\x77','\x98','\x13','\xe4','\x04','\x64','\xe8','\x87','\x14','\x5b','\x04','\x71','\xb5','\x38','\xca','\x53','\x19','\xc7','\xc1','\xf4','\xb1','\x78','\x9f','\xc2','\x4d','\x8c','\xfd','\x91','\x05','\x95','\xbf','\x49','\x68','\x59','\x96','\xdd','\x9e','\xf5','\x7b','\x54','\x0c','\x15','\x9a','\xac','\xd0','\x51','\x8b','\x77','\xd6','\xa9','\xb9','\x4e','\x8d','\x65','\x1a','\x12','\x86','\x69','\x58','\x78','\x62','\x04','\x5c','\xcb','\xa8','\x6e','\x3b','\xf9','\x56','\xb5','\xe6','\x4d','\xce','\x38','\x78','\x89','\x5b','\x3f','\xd1','\x8a','\xbf','\x94','\x2a','\xbe','\x44','\x7f','\xe7','\xa9','\x4b','\xbf','\xf3','\x94','\xf9','\x3b','\x4f','\xb5','\xab','\x43','\xaf','\x14','\x3f','\x9b','\x28','\xea','\x80','\x78','\xdc','\x05','\x84','\x06','\x4b','\x02','\xca','\xbd','\x57','\x25','\xeb','\xf1','\xca','\x8a','\x3f','\xd3','\x23','\xb2','\x61','\x4a','\x81','\x86','\x29','\x61','\x41','\x10','\xf5','\x8b','\x3a','\xa4','\xa4','\xdd','\xf5','\xf3','\xfc','\x4e','\xef','\xf3','\xb4','\xc4','\x47','\xaa','\x6a','\xdf','\x2a','\xbe','\x93','\x2e','\x4e','\x03','\x38','\x5c','\x06','\xe9','\xdb','\x08','\x19','\x45','\x0a','\x5a','\x05','\x38','\x99','\x80','\x0f','\x36','\xe8','\x11','\x1b','\x91','\x7c','\xe6','\x74','\x56','\x12','\xef','\x54','\xc8','\xe1','\x0a','\x79','\xb8','\x42','\x1e','\x99','\x77','\x1f','\xa9','\x96','\x4e','\x2c','\x2c','\x1e','\x7b','\x7a','\xf1','\x58','\x6d','\xf1','\x98','\xe4','\x8e','\xa2','\x3b','\xec','\xa4','\xb8','\x7b','\x08','\xd9','\x11','\x04','\xa1','\xae','\x54','\x5d','\x0c','\x24','\x17','\xe5','\xd7','\xec','\x4b','\x1a','\xe9','\x0d','\x4d','\x83','\xae','\x5c','\xaa','\x36','\x18','\x69','\xe8','\x04','\xbc','\x4e','\x7b','\x40','\xf3','\xa8','\x0f','\x0f','\xbe','\xa3','\x9e','\x22','\x76','\xa1','\x59','\xbd','\x95','\xcb','\x7b','\x23','\xcc','\x19','\x19','\xe3','\xca','\x8c','\x56','\x78','\x37','\x35','\xbe','\x97','\x8e','\xff','\x12','\xfd','\xb5','\x97','\xd8','\xaf','\x3d','\x75','\xe9','\xd7','\x9e','\x6a','\xfd','\xda','\x53','\x46','\x4e','\x6b','\x8d','\x6b','\x97','\xc6','\x87','\xd2','\xe3','\x9f','\x8e','\x8f','\x4f','\xfd','\xbc','\x7e','\x46','\x33','\x00','\x6e','\x92','\xea','\x71','\x7e','\xdb','\x4c','\x61','\xf3','\x30','\x36','\x17','\xb1','\xd9','\xc4','\x65','\x17','\x57','\x08','\x5e','\x14','\xbf','\x3a','\x29','\x16','\xb5','\x58','\x3e','\xb0','\x2e','\x66','\xf3','\x2d','\xeb','\x92','\x57','\x81','\x16','\xa3','\x8d','\xea','\xc1','\xd7','\x16','\x8e','\x6c','\x2e','\xb0','\xd6','\xd3','\xec','\xca','\x02','\xbb','\x52','\x65','\xeb','\x95','\x2e','\xaf','\xd4','\x4e','\x55','\x0c','\x54','\x51','\xec','\x8a','\x82','\x9e','\x55','\x50','\x55','\xaa','\x56','\xf5','\x12','\xc4','\x32','\x67','\x5b','\x96','\x7a','\x5b','\x72','\xbd','\xeb','\x1a','\xa0','\xca','\x6b','\x52','\xac','\xd6','\xeb','\x8b','\xd5','\xca','\x6f','\xfa','\x30','\x82','\x46','\x83','\x8f','\xcb','\x96','\x90','\xba','\x2d','\xc5','\xa1','\xc4','\x64','\x15','\x7f','\x9c','\xa6','\xe0','\x62','\x0f','\xa4','\xa3','\x07','\xd7','\xa9','\x86','\x22','\xfa','\x0e','\x1d','\xcc','\x9f','\x9f','\xdf','\xd8','\xe2','\xdb','\x81','\xfd','\x50','\x6c','\x4d','\x84','\xc5','\x7c','\x16','\x0b','\x20','\x91','\x2e','\x1a','\x7a','\x41','\xcd','\xb8','\x2f','\x66','\xba','\xcd','\xe7','\xdc','\x6b','\xcf','\xd9','\x7b','\x5f','\x55','\x38','\x68','\x9a','\x77','\x59','\xae','\xc9','\xb2','\xcd','\x6c','\xf6','\x3a','\x9f','\x6e','\xb2','\x83','\x4d','\x96','\x6f','\x32','\x26','\x3c','\x20','\xf1','\x08','\x6c','\xe8','\x4c','\x33','\x5b','\xe9','\xb6','\x47','\xcd','\x0d','\x58','\x4a','\xf3','\x5a','\xfa','\x4d','\x4a','\x43','\x62','\x77','\x9c','\x48','\xbf','\xed','\x1f','\x36','\xbd','\x29','\x73','\x63','\xea','\x59','\xbf','\x64','\x7a','\xe7','\x5a','\x1e','\x38','\xa8','\x29','\xef','\xee','\x05','\x5f','\x89','\x7b','\x1f','\x28','\x56','\xe6','\x4b','\x2e','\x5b','\xf4','\xb3','\x8b','\xdf','\x85','\x36','\x13','\xd2','\x5c','\x21','\xcd','\x26','\xe9','\x3e','\xd6','\xf5','\xf6','\x2e','\xae','\xf3','\x92','\xc7','\xf6','\xb8','\x2c','\xe9','\x67','\x93','\xdf','\xe5','\xfb','\xe0','\xb3','\xb1','\x89','\x26','\x7b','\xac','\xcb','\xec','\x26','\x03','\x59','\x0c','\x04','\x2d','\xfc','\xfc','\x6f','\x1b','\x38','\xca','\x81','\x84','\xb0','\x88','\x25','\x01','\xbe','\xfc','\xb9','\x85','\x79','\xd4','\x3f','\x81','\xa1','\x13','\xbc','\x77','\x0d','\x03','\xa5','\x0c','\xde','\x8e','\xda','\x2c','\x26','\x03','\xdc','\xb5','\xbe','\x6e','\xbb','\xf0','\xc8','\x74','\x86','\x0b','\x9d','\x5b','\x8c','\x35','\x06','\xad','\xd0','\x6e','\x4c','\xb3','\x06','\x46','\xd2','\x58','\x23','\xda','\xd9','\x92','\xb4','\x6c','\xa8','\x92','\x68','\x45','\x63','\xd0','\xc4','\xa6','\x9b','\x78','\xb6','\x75','\xc4','\xf6','\xc8','\xac','\x66','\x67','\xf3','\xad','\xbd','\xba','\x17','\x9e','\x71','\xac','\x77','\xf8','\xd1','\xbd','\xda','\x47','\xff','\xa7','\xd4','\x47','\x9f','\xaa','\x7f','\xf4','\xa9','\x4b','\xbf','\xa5','\x19','\x47','\x6b','\x17','\x8f','\x66','\xa8','\x81','\x13','\x51','\x71','\xbc','\xbe','\x7f','\x81','\x06','\xef','\xcc','\x27','\xc8','\x22','\xe3','\x4e','\x56','\x64','\x71','\x77','\x89','\xa7','\x91','\x12','\x64','\x18','\x20','\x83','\xaf','\xd3','\x52','\x7e','\xe4','\x56','\x8d','\xe2','\x1f','\x68','\xca','\x69','\x16','\xbf','\xa2','\xe7','\x3f','\x33','\xeb','\x15','\x6c','\x14','\x1f','\xd4','\xf3','\xdd','\x2b','\xfb','\x9b','\x0c','\x5b','\x3f','\x07','\x9b','\x15','\x25','\xd3','\x14','\x70','\xef','\x4b','\x10','\xc0','\xed','\x44','\x21','\xb6','\x48','\x74','\x37','\x6e','\x50','\x45','\x38','\xce','\x7b','\x71','\x13','\xe9','\x93','\xbd','\x08','\xcb','\x03','\xc1','\x0b','\x82','\x5d','\x42','\xec','\x21','\x9f','\x2e','\xd1','\x9f','\x48','\xfb','\x46','\x89','\x5e','\xee','\x26','\xbf','\x51','\x4a','\x66','\x4b','\xc3','\xd9','\x12','\x0d','\x8c','\x1d','\x16','\x27','\xcb','\x0e','\x5d','\x86','\x40','\x1f','\x64','\x9d','\xd1','\x75','\x22','\xfc','\xff','\xb1','\xe5','\xe8','\xac','\xa2','\x9c','\x31','\x24','\xf3','\x9b','\x70','\x32','\xc5','\x1c','\x16','\x8e','\xca','\xac','\x4d','\x1e','\x90','\x60','\xad','\x7e','\x6e','\x59','\xf2','\x54','\x60','\x31','\x7f','\xe2','\xbd','\xd6','\x8b','\x2d','\xeb','\x4d','\xa7','\x6d','\x0b','\xd9','\xa0','\x29','\x1f','\xf4','\x44','\x48','\xd3','\xc4','\x9d','\x0e','\xd9','\xba','\xec','\xa0','\xb7','\x83','\xfe','\xb8','\x08','\xa2','\x0d','\x22','\x66','\xef','\x41','\x20','\x85','\xf0','\x66','\xf4','\xe2','\xe5','\x3b','\xda','\x16','\xe4','\x00','\x3e','\xf5','\x2f','\xf3','\xee','\xfd','\x63','\x44','\xd8','\x21','\xde','\x9d','\x1c','\x23','\xd5','\x31','\x52','\x1c','\x23','\xce','\x18','\xf8','\xe1','\x70','\x7d','\x64','\x9c','\x2b','\xfc','\xdf','\x97','\xd3','\xdd','\x8a','\x44','\x0d','\x89','\x0b','\x1c','\x49','\x77','\xf7','\x88','\xb3','\xb5','\x8e','\xf9','\x4d','\x7e','\xf2','\xf5','\xc9','\x52','\x72','\x32','\xfe','\xd0','\xe4','\x13','\x1f','\x9a','\x7c','\xfe','\x7f','\xf1','\x9f','\xf9','\xb7','\x93','\x8b','\xbf','\x37','\x59','\x7a','\x1c','\xcc','\xfd','\xdc','\x24','\x51','\x47','\x45','\xd8','\x22','\xf1','\x51','\x94','\xf1','\x2e','\xed','\x11','\x0d','\x0f','\x52','\xb6','\xc3','\x53','\x5f','\xed','\x03','\x37','\x85','\xc7','\x28','\x5c','\x3b','\x9d','\x91','\x99','\x76','\xcc','\x36','\xef','\xd0','\x99','\x45','\x86','\x41','\x98','\xb8','\x29','\x66','\x40','\xbb','\x82','\xc0','\xb5','\xb6','\x3a','\x32','\x5f','\xc5','\x88','\x69','\xfa','\x55','\x13','\xf4','\x86','\x8c','\x16','\x99','\xf9','\x16','\x59','\x4f','\x11','\x27','\x1e','\x13','\x41','\x28','\x43','\x77','\xbc','\x0f','\x9e','\x95','\x15','\x10','\xda','\x17','\xc8','\x06','\x70','\x3d','\xbc','\x0f','\x38','\xe9','\x62','\x26','\xf8','\x9f','\x2e','\x91','\x9f','\x94','\xc8','\x37','\x4a','\xe4','\x72','\x37','\xf6','\x8d','\x52','\x2c','\x5b','\x8a','\x67','\x4b','\x24','\x7b','\x18','\xe4','\xbc','\x07','\xde','\xa7','\x37','\x7f','\x82','\x90','\x6d','\x19','\xb8','\xcd','\xc5','\x4d','\x17','\x96','\x17','\xc6','\xbb','\xc7','\xd6','\x49','\x5d','\x3e','\x85','\x1c','\x91','\x78','\xdc','\x87','\xc0','\xee','\x95','\x98','\x47','\x68','\xcc','\xf7','\x28','\x15','\x67','\xfa','\x91','\xa4','\x1d','\xd7','\x02','\xc8','\xfa','\x9a','\x9d','\x7e','\xc3','\xd6','\x80','\xf8','\xcb','\x1d','\x4b','\xfb','\x47','\x43','\x40','\x34','\x3a','\x9f','\xe9','\x5b','\x8e','\x58','\xef','\x92','\xd0','\x32','\x28','\xf1','\xee','\x77','\x52','\xc9','\x33','\x34','\xb9','\xd2','\x19','\x5a','\xcd','\x66','\xec','\xf0','\x98','\xad','\x80','\x9e','\x38','\xf7','\xfb','\x75','\x19','\x68','\xbd','\x27','\xc4','\x8c','\xad','\x18','\xfc','\x86','\x9b','\xbc','\xec','\x27','\xeb','\x6e','\x60','\x99','\xba','\x0b','\xd4','\x6e','\xe9','\x6e','\x8e','\x2e','\x7e','\x32','\x62','\x56','\xa3','\x66','\x14','\x9b','\xf7','\x38','\x26','\x69','\xce','\xab','\xcd','\x79','\x8d','\x56','\x74','\x66','\x79','\xde','\x91','\x7e','\xbd','\x49','\xec','\x42','\x26','\x32','\x18','\x3a','\xb7','\x59','\xe8','\xa4','\xd2','\x88','\x68','\x6f','\x34','\x7b','\xf2','\xdc','\x7d','\xb4','\xea','\xc0','\xd3','\x1e','\x16','\x62','\xeb','\x5c','\x16','\x73','\xf2','\x91','\x15','\x9c','\x8b','\xf1','\x1c','\x61','\xfc','\x2d','\x96','\x8b','\x65','\x73','\x7b','\x78','\x61','\x4f','\x96','\x88','\xf5','\x73','\x3e','\x6b','\x9d','\xf7','\x4b','\xff','\x36','\x0b','\xf6','\x9d','\x6c','\xe9','\x73','\x7e','\xe9','\x73','\x59','\x6b','\x85','\x95','\xf6','\x30','\xf2','\xb8','\xce','\x7f','\x7c','\x11','\x7a','\x48','\xd5','\x1a','\x51','\x7f','\x97','\xa8','\x2f','\x92','\xfb','\x64','\x3e','\xd3','\x60','\xd8','\xea','\xe0','\x80','\x8c','\xae','\xcf','\x50','\x96','\xb7','\xda','\x79','\x93','\x1d','\x8b','\xa2','\x3a','\xa4','\x95','\x40','\xb2','\x0d','\xc0','\x47','\xa3','\x36','\xbd','\xdf','\xa0','\xd3','\x26','\x9d','\xcc','\xd3','\x6a','\x9a','\x36','\xe2','\x23','\x80','\x5b','\x94','\x3a','\x35','\xe8','\xc7','\x62','\xc7','\x8b','\xc9','\xca','\xbb','\x70','\xa8','\x34','\xd3','\x9b','\x44','\x5e','\x71','\x65','\xe3','\xf2','\x75','\x1f','\xab','\x1b','\x60','\x8f','\x6d','\x58','\x6f','\x77','\x91','\xba','\x21','\x4c','\xbf','\xb6','\x51','\x78','\xbb','\xcb','\xae','\x6d','\x6c','\x59','\x01','\x1e','\xbf','\xcf','\xae','\x35','\x07','\xdf','\x07','\xf0','\x1b','\xa6','\xa7','\x21','\x6f','\x6c','\x65','\xa3','\x70','\xdd','\x2f','\xaa','\x1b','\x4e','\xff','\x7d','\xe0','\x0d','\x57','\x36','\x8a','\x3f','\xde','\x98','\xbc','\xde','\x9d','\x5e','\xd9','\x38','\x24','\xff','\x17','\xd1','\x6b','\x1b','\xbe','\xba','\x51','\x53','\xbf','\x6f','\xa8','\x4d','\x23','\x20','\x85','\x13','\xee','\xeb','\x7e','\xc7','\xa4','\x0e','\x38','\xba','\x14','\xcf','\xd3','\x62','\x85','\xdf','\x12','\x8f','\x72','\xd0','\xd8','\x35','\x00','\x4b','\x8a','\x71','\x23','\xf0','\x8d','\xa5','\x8c','\x26','\x8e','\x87','\x6e','\x90','\x90','\x2b','\xcd','\x0e','\x38','\x36','\xf9','\x92','\x4d','\xc6','\xdc','\x1d','\x7d','\x88','\x85','\x6e','\x0f','\x6f','\x23','\x01','\x36','\xbb','\x20','\x37','\x27','\x33','\x7f','\x4a','\x33','\xf5','\x60','\x1f','\x8b','\xee','\x84','\xe0','\x4a','\xeb','\x0b','\x1c','\x00','\x01','\x85','\x38','\xd3','\xc5','\x52','\x75','\x55','\xfa','\x5f','\xb4','\x64','\x43','\xff','\xa9','\x6d','\x1c','\x92','\xd1','\x31','\x85','\xb5','\xa3','\xd8','\x50','\x41','\x42','\x29','\x3b','\x50','\x37','\xb9','\x8b','\x54','\xcd','\xfb','\x55','\x39','\x77','\xff','\x40','\xf2','\x2d','\x8e','\x7e','\x4c','\x24','\x61','\x25','\x41','\x5e','\x4c','\x6c','\x61','\x41','\xf4','\xa1','\x35','\x94','\x34','\xc7','\xb4','\x11','\xa9','\x37','\xc8','\x66','\x63','\x7f','\xda','\xff','\x30','\x6d','\x7c','\x57','\x8e','\xc9','\x4d','\x9f','\x0c','\xd0','\xa7','\x48','\xfb','\x1b','\x42','\x9b','\xbd','\xf7','\xf1','\x1a','\x5c','\x9c','\xe0','\x69','\x5e','\xb2','\x3d','\x31','\xcb','\x4b','\x2b','\x1b','\xa5','\x73','\xbe','\x78','\xb4','\xc4','\x00','\xc6','\xdd','\xad','\x31','\x14','\x91','\xaf','\x6d','\xf0','\x1f','\x6f','\x10','\x75','\xcb','\xbe','\x4f','\xd4','\x66','\x1f','\x47','\xe4','\x6c','\xb1','\x9e','\xc6','\x2e','\x77','\xb7','\xd8','\x80','\x53','\x85','\x6e','\xc0','\x06','\xfc','\xe8','\xab','\xee','\x83','\x97','\xbb','\x53','\x61','\x04','\xd4','\x73','\xe4','\x9a','\x5b','\x6a','\x90','\x92','\x42','\x9a','\xfb','\x62','\x2e','\x8d','\x9d','\xeb','\x90','\x68','\xfb','\xe7','\xe4','\x69','\xb7','\x13','\xb6','\x6c','\x20','\x86','\x65','\x2d','\xc2','\x0a','\x39','\xfe','\x9a','\x27','\xd3','\x14','\xd0','\x44','\x16','\xc4','\x5f','\x7f','\x9f','\xf7','\xd9','\x42','\xaa','\xaf','\x49','\xa5','\xb3','\x14','\x20','\xd9','\x72','\xfc','\x66','\xd0','\x12','\x18','\xa4','\xd9','\xe5','\xfb','\xfc','\x3c','\xd2','\x27','\x78','\x9f','\xad','\x0f','\x93','\xf7','\x30','\xab','\x89','\xcf','\xc3','\xc4','\x91','\x7c','\xd0','\x88','\x64','\x59','\x4a','\x44','\xa1','\xef','\xca','\xe6','\xa4','\xb8','\x21','\x79','\x65','\x82','\x8d','\x1d','\xc0','\x48','\xfd','\xa3','\x5c','\x9e','\xe6','\x24','\x0f','\xf4','\x33','\xd2','\x2d','\x05','\x67','\x50','\x92','\x5a','\xb0','\xe8','\x69','\x16','\xbb','\xc2','\xe8','\x0f','\x74','\xf6','\x69','\xd3','\x2b','\xcc','\xa2','\xb4','\x8d','\xf0','\xdf','\xeb','\x7b','\x05','\x7c','\x29','\x57','\x64','\x6e','\x87','\x8b','\x70','\xa9','\x33','\x82','\x6e','\xbe','\xc9','\x1b','\xbb','\xe0','\x3d','\xdb','\x8c','\xa6','\xba','\x8c','\x9d','\xb6','\x2b','\x92','\x52','\x18','\x34','\xd0','\xd7','\x30','\x24','\x62','\x2c','\xc8','\xa4','\xc1','\x2b','\x4d','\xf8','\xd8','\xf2','\x6c','\x45','\x09','\x48','\xab','\xf7','\xfa','\x4a','\x1a','\xb8','\xf0','\xb6','\x2c','\x7a','\x0e','\x5d','\x5c','\xd2','\xeb','\x9a','\xa4','\x32','\xc3','\x21','\xe4','\x48','\x2a','\xb3','\x4c','\x9f','\xca','\x8c','\x8c','\xa9','\xb4','\xd0','\x69','\xa3','\x79','\xe0','\x31','\xd3','\x7b','\x5b','\x55','\x5e','\xf2','\xe0','\xdd','\xa5','\xce','\xd8','\x07','\x3c','\x0c','\x94','\x8c','\xb7','\x7b','\x0c','\xef','\x14','\x88','\x0f','\xae','\x80','\x5a','\xb3','\xe3','\x66','\x0b','\x7c','\x51','\x61','\x8b','\x8d','\x11','\x9f','\x43','\x48','\x5a','\xae','\xe7','\xcb','\x34','\x3f','\x5f','\x3f','\x76','\xb2','\x7e','\xac','\x54','\xaf','\x97','\x56','\x69','\xe9','\x29','\x69','\x35','\xda','\xd4','\xa9','\x0b','\x24','\x0c','\xb4','\xfe','\x54','\x92','\xd6','\x93','\x7f','\x90','\x18','\xce','\xc6','\x69','\x04','\xf7','\xf3','\xf3','\xdb','\xb5','\x6c','\xa8','\x93','\xc6','\x50','\x5e','\x18','\x75','\x7e','\x97','\xf3','\xba','\x66','\x52','\x9d','\xd1','\x62','\x8a','\x3a','\x89','\x11','\xeb','\x56','\xb0','\x8b','\xf6','\x76','\xda','\xde','\x18','\x6c','\x40','\xdf','\x01','\xd4','\x1c','\x08','\x62','\xaa','\x70','\xaa','\xc5','\x14','\xf1','\x99','\x01','\x9c','\x2f','\xc0','\x36','\xa4','\x12','\x96','\xe8','\x32','\x42','\x6a','\x5b','\xe8','\x11','\xe8','\x67','\xed','\x99','\x70','\x72','\xfc','\x28','\xef','\xde','\xf9','\x7d','\xb7','\xbf','\x75','\x10','\x78','\x6e','\x75','\x9d','\xff','\xa7','\x3b','\x3a','\x9a','\xe9','\xe8','\x56','\xbf','\x79','\x34','\xe0','\xe3','\x2a','\x12','\xeb','\x96','\x24','\xdd','\x12','\x76','\xff','\x61','\xf1','\x91','\x75','\x07','\x69','\xb7','\x30','\xbd','\xca','\xa9','\xe3','\x84','\xee','\x77','\xb8','\x5f','\xc4','\xb8','\x04','\x56','\xfc','\xa0','\x75','\x2b','\x0f','\x58','\x49','\x2c','\x1e','\xa7','\x30','\x7e','\x12','\x63','\x29','\x8d','\xdb','\x03','\x5d','\xc8','\x18','\x50','\xfa','\x06','\x40','\xe9','\x3f','\x87','\xd0','\x06','\x42','\xa7','\x83','\x66','\x01','\x49','\x8e','\x94','\x32','\x45','\x08','\x7c','\x1f','\xbf','\xa9','\xd1','\xb8','\x0e','\x33','\x1b','\x02','\xe7','\x1d','\xa1','\x6e','\x2a','\xd8','\x00','\x77','\x40','\x4a','\x4c','\xf0','\xaa','\xcc','\xbe','\x76','\x6d','\x60','\xfd','\xa7','\xc2','\xc9','\x48','\x8a','\xb9','\xe1','\x49','\xeb','\x35','\x26','\x04','\x13','\x42','\x9c','\xef','\x2a','\x66','\x6a','\xa2','\xf3','\xb8','\xca','\x1e','\xff','\x80','\xf9','\xf8','\x01','\xef','\xf1','\x90','\xfd','\xb8','\xe2','\x3d','\x8e','\x6b','\x8f','\x93','\xc2','\xe3','\x99','\x17','\x1f','\x5f','\xb3','\x1f','\x4f','\x77','\xe0','\xc5','\x90','\x6d','\xa5','\x3b','\x33','\x21','\x7b','\x26','\xd4','\x83','\x8f','\x6e','\x1b','\x00','\xbb','\x53','\xdb','\x7b','\xaf','\x41','\x51','\x4b','\xb2','\xa8','\x09','\xa7','\xfa','\x35','\xc4','\xc4','\x0e','\x7e','\xdc','\x96','\xec','\xf1','\xa3','\x3f','\x12','\x0b','\x2d','\xb8','\xa4','\xbd','\xc1','\x20','\xb5','\x29','\x1a','\x7c','\x9f','\xe0','\xad','\x7a','\x4e','\xe6','\x9b','\x5d','\xda','\x2f','\x69','\xdf','\x75','\xac','\xcd','\x83','\x1a','\xe0','\xf8','\x0f','\x89','\x71','\xed','\xa4','\xad','\xd1','\x1d','\xfd','\xc2','\x46','\xa0','\x8d','\x25','\xf9','\x75','\x3d','\xa8','\x0b','\x25','\x39','\x1d','\x56','\x68','\x4a','\xa1','\x50','\x9f','\x5b','\x16','\x6e','\x64','\x1e','\xf0','\x2a','\x6b','\x6d','\xdd','\x9b','\x37','\xbd','\xb0','\xe1','\x85','\xa1','\x08','\x2f','\x66','\x85','\xe5','\x0f','\xe8','\xb9','\x40','\x9f','\x4b','\xac','\x4e','\x78','\x1b','\xf0','\xf0','\xc4','\x72','\xc9','\x52','\x70','\x3e','\xba','\xb1','\xaf','\xba','\x7e','\xc1','\x3d','\xc9','\x52','\x25','\x20','\xc3','\xea','\x48','\x8a','\xb7','\x3b','\xf8','\xe7','\x7b','\x7c','\x3b','\xd2','\xa3','\x83','\xf2','\x18','\x82','\x0f','\x83','\xed','\x24','\xb6','\x87','\x49','\x71','\xbf','\xf8','\x90','\xaa','\x99','\xa7','\xac','\xb3','\x2f','\x7f','\x62','\x3c','\x75','\xec','\x77','\xdf','\xa6','\xcb','\x38','\xb9','\xa5','\xcf','\x2e','\x93','\xfc','\x1d','\x89','\xbe','\xe8','\xe9','\xa3','\x05','\x19','\x75','\x50','\x49','\xc3','\x32','\xa0','\xd3','\x70','\x24','\x85','\x17','\x69','\xf4','\xff','\xca','\x93','\x4f','\x33','\x32','\xcf','\x48','\x59','\x78','\xad','\xa6','\x5a','\xf6','\xd4','\x96','\x4d','\xd7','\x3c','\x6d','\xcd','\xd4','\xd6','\x59','\xe6','\x4a','\x7e','\xec','\x4c','\xfa','\xc9','\x95','\xf8','\x32','\xc3','\x03','\x3a','\x8f','\x03','\x10','\xa0','\x6d','\x33','\x91','\xd5','\x86','\x47','\x61','\x5e','\xcf','\x64','\x63','\x85','\x88','\xdd','\x01','\x6e','\x41','\x84','\x6f','\x99','\x80','\x27','\xfa','\x06','\x29','\xfc','\xc8','\x67','\xdb','\xd1','\x1e','\x58','\xe1','\x6a','\xf7','\x17','\xbe','\x22','\xfe','\xa1','\xde','\x24','\xc7','\xaf','\x91','\x99','\xd5','\x93','\xb6','\x4e','\xfb','\x7a','\xa3','\x60','\x08','\x93','\x10','\xf7','\x6d','\xb9','\x50','\xb3','\xd2','\x22','\x60','\x10','\xb6','\xa8','\xc1','\xce','\xaf','\x42','\x5d','\xb3','\xad','\x19','\x35','\x8d','\x31','\x9d','\xb2','\xb1','\xb7','\x72','\x3c','\xfe','\x50','\x1b','\x90','\xe3','\xba','\xac','\x9b','\x07','\x41','\x00','\xc8','\x38','\x32','\x02','\x38','\x46','\x20','\x51','\x74','\xb3','\x4b','\xee','\x3d','\x21','\x37','\x22','\x6e','\xd9','\x8c','\xab','\x5a','\xaf','\xc8','\xec','\x5a','\x9e','\x95','\xdb','\x92','\x2f','\x25','\xcc','\x7a','\xa6','\xe4','\x85','\xf7','\x55','\xf0','\x77','\xc4','\x5f','\x77','\xc0','\xab','\x10','\x08','\x80','\xb4','\x21','\x17','\xb7','\x6f','\x20','\x63','\x29','\x01','\xea','\xbb','\xea','\xcb','\xb0','\x22','\x5f','\x43','\xfc','\x2d','\x39','\x7f','\x12','\xbe','\x88','\x5c','\x20','\x2e','\xd1','\x08','\x4d','\xbb','\x43','\x5f','\x05','\x1a','\xd5','\x87','\x96','\xdc','\x8f','\x0b','\x7b','\xc9','\x3d','\x7f','\x41','\xb8','\xd3','\xa9','\x64','\x9d','\x26','\xeb','\x9d','\x64','\x3d','\x9b','\xae','\x87','\x93','\xf5','\xb0','\x98','\xa0','\x62','\x83','\x40','\x09','\x1f','\xf8','\x37','\x96','\x29','\x9d','\xed','\x6a','\xf3','\xf4','\x6b','\x55','\xf6','\x91','\x7b','\x5a','\x55','\xf5','\xc4','\xa2','\xf6','\xa2','\x1a','\x8a','\x7e','\x00','\x57','\x0e','\x8c','\x74','\xc5','\xfd','\xfb','\x43','\x66','\x3e','\xf6','\xd3','\xae','\xca','\xcc','\x12','\x33','\xff','\xc7','\x43','\xfc','\xf7','\x99','\x29','\xec','\x31','\x61','\x4f','\xa3','\xcf','\x5d','\xe5','\xea','\x9a','\xaf','\xda','\xa8','\x5f','\x8f','\x43','\xb2','\xee','\xe6','\x43','\xf7','\x6a','\x9d','\x14','\x80','\xf2','\xd7','\xcd','\x7c','\xd5','\xcd','\xac','\xb9','\xc0','\x0f','\xbc','\xe4','\x16','\x80','\x76','\x5b','\xf8','\xf6','\xa9','\x4c','\x5d','\x38','\x71','\x9d','\x4c','\x3d','\x2b','\xfb','\x61','\xc3','\xe5','\xba','\xf2','\x91','\x0b','\x7c','\x39','\xe1','\xbf','\xbf','\xbe','\x70','\xff','\xa2','\x0d','\x4e','\xa4','\x96','\x9c','\x3f','\x5e','\x30','\x7f','\xc4','\x5d','\x85','\xbd','\x9a','\x45','\xc1','\xf7','\xba','\x2b','\x1f','\xfe','\xee','\x49','\x75','\xb5','\x5b','\x18','\x18','\xc3','\x74','\x6a','\xc8','\xca','\x26','\x91','\xb3','\x81','\x01','\x1e','\x7b','\xc7','\xf9','\xfe','\x1f','\xc4','\x79','\x00','\xfc','\x68','\xd0','\x4a','\xbc','\xe8','\x85','\x96','\xc5','\x56','\x20','\x9c','\x9f','\x42','\x6c','\x3d','\xee','\x17','\xda','\x10','\x58','\xc9','\xc7','\x58','\x1f','\x18','\xb6','\xa3','\x5f','\x26','\x22','\xa3','\xfb','\x68','\x57','\x92','\x86','\xb0','\xd2','\x4b','\xa6','\x75','\xd1','\x2b','\x2d','\xb5','\x4a','\xcb','\xf9','\x92','\x93','\x2e','\xd5','\x1b','\xa5','\x96','\x27','\xfc','\x3a','\xcb','\xf6','\x84','\xcb','\x57','\x4a','\x74','\x63','\x62','\x2d','\xd8','\x1e','\xb9','\xcc','\x13','\x9e','\xd7','\xf5','\xbc','\x9a','\xe7','\x19','\x41','\xbd','\x7b','\x60','\xfe','\x40','\xac','\x51','\x68','\xc7','\xa5','\x5c','\x5c','\xaa','\xd0','\x3e','\xac','\x00','\xe0','\xdc','\x1d','\x47','\x24','\xc7','\x48','\x25','\x25','\xa2','\x3c','\xc2','\x0c','\x54','\xab','\xa1','\x6b','\xa6','\x72','\xc6','\x4e','\x2b','\xe8','\xcd','\xa4','\xa7','\xb4','\xac','\xb4','\x3d','\x2a','\x4e','\x31','\x25','\xe4','\x59','\x4b','\xbd','\x3d','\x56','\xe2','\xf9','\x1d','\xd0','\x0b','\x96','\x35','\x35','\x4b','\x7c','\x2f','\x85','\x20','\x05','\xd8','\x57','\x2c','\xc9','\xb3','\x23','\x6c','\x46','\x38','\x92','\x0d','\x52','\x86','\x96','\xfd','\x54','\xd9','\xa5','\xe5','\x15','\x6a','\xad','\x76','\xca','\x17','\x19','\xaa','\x20','\xed','\x28','\xdd','\xa2','\xa4','\xde','\x91','\x24','\x91','\x3f','\xbd','\xe3','\x60','\xa7','\x74','\xfb','\x9d','\x2e','\x84','\xb2','\x24','\xc1','\x12','\x21','\x47','\xc9','\xb8','\x85','\xf7','\x5c','\x25','\xb4','\x02','\x90','\x86','\xd0','\xaa','\x92','\xb9','\x58','\x78','\x6f','\x55','\x3e','\x15','\x2f','\x9e','\x91','\x68','\x0a','\x07','\xfe','\xac','\x67','\xdf','\xc6','\x21','\x17','\xf7','\x33','\x0c','\x62','\x1e','\x00','\x17','\x31','\xe0','\xd5','\xbb','\xc4','\xa1','\xea','\x9f','\x31','\xfa','\x1d','\x53','\xd3','\xa0','\xe0','\x5b','\x58','\xcf','\x97','\x70','\xda','\xa5','\x12','\xc9','\xfc','\x76','\x17','\xbc','\x74','\xe4','\xbd','\x70','\xbd','\xfb','\x84','\xed','\x3d','\x83','\xbc','\x4f','\x41','\x49','\xda','\x13','\x97','\xda','\x47','\xde','\x09','\x04','\x97','\x5a','\xbe','\x8f','\x0d','\x92','\x82','\xeb','\x88','\x56','\xc9','\x2f','\x1f','\xf7','\x27','\x23','\xa4','\xa8','\x92','\xcb','\xd7','\x9b','\xec','\x46','\x93','\x79','\xcd','\x82','\xd7','\x14','\xe1','\x15','\x13','\x4f','\x9b','\x44','\xd6','\xc1','\x3b','\x59','\xc2','\x32','\x24','\x9c','\x71','\xc3','\xd9','\x66','\xb8','\xdb','\x54','\x6a','\x09','\x6e','\x44','\xfd','\x6d','\xbc','\x44','\x58','\xc2','\x21','\x74','\x09','\x96','\xf0','\x19','\x3d','\x2d','\x6d','\x70','\x60','\x33','\xca','\x2f','\x51','\x7b','\x2f','\xe5','\x5f','\xd2','\x42','\x5f','\xca','\xfe','\xdb','\xcf','\x1f','\xf8','\xb7','\x2f','\x4e','\x2a','\xb8','\x98','\x8e','\x8a','\x7d','\x79','\x62','\xd5','\x3e','\xd2','\x69','\x4d','\xbc','\xdc','\x9c','\xf8','\x82','\x3f','\xf1','\x05','\x22','\xad','\x7b','\xf8','\xdd','\xde','\x60','\xe2','\x0b','\x68','\xe2','\x0b','\x78','\xe2','\x0b','\xfc','\xf0','\xbb','\xbd','\xc1','\xc4','\x17','\xc2','\x13','\xab','\xf7','\x4e','\xbc','\xfc','\xef','\x3e','\xf1','\xf2','\xbf','\xfe','\xcd','\xfb','\x9d','\xdf','\xbc','\x9f','\xfc','\x3f','\x6b','\x27','\x3f','\xaf','\x53','\x48','\xee','\x44','\x3b','\xc8','\x42','\x69','\x6f','\xb0','\x26','\xc2','\x38','\xdc','\xaf','\x9d','\x2a','\x45','\x14','\xa9','\x62','\xdb','\x31','\xd1','\x07','\x6c','\xf4','\x4b','\x52','\x2b','\xaf','\x6c','\xa3','\xd6','\x96','\x44','\xd1','\x8e','\x7a','\x4a','\x6f','\x42','\x6e','\x2b','\xe5','\xfd','\x22','\x13','\x1e','\x54','\x50','\xcf','\xea','\xf7','\x25','\x01','\x78','\x88','\x68','\x3a','\x51','\x19','\xb8','\x7f','\x67','\x8a','\x79','\xce','\x1f','\xb2','\x23','\x1f','\x3f','\xab','\xca','\x78','\x59','\x26','\xcc','\x61','\x40','\x69','\xb4','\x4b','\x71','\xbf','\x77','\x96','\xe6','\xe1','\x62','\x96','\xdb','\x49','\xb1','\xfc','\x7b','\x74','\xf8','\xb7','\x02','\x2e','\x35','\xcd','\x68','\xa8','\xb5','\x06','\x31','\x1b','\xc4','\x68','\x20','\x17','\xb8','\xd4','\x82','\xac','\xb7','\xce','\x1a','\x85','\xce','\x60','\x82','\x11','\x07','\x06','\x54','\x58','\xec','\x88','\x58','\x49','\x3b','\x71','\x9e','\x3d','\xd5','\x51','\x10','\x1e','\x5d','\x97','\xca','\xb3','\x8a','\x4f','\x7a','\xe0','\x80','\xbe','\x6d','\x00','\x39','\x55','\x57','\xa5','\x35','\x4a','\x0d','\xe1','\x1e','\xe8','\x0c','\xcd','\x48','\xdc','\xe9','\x60','\xd1','\x5c','\x44','\x61','\x37','\x39','\x7f','\x13','\xf5','\x6b','\xee','\x84','\xae','\xfb','\x99','\x40','\x9a','\x7c','\x99','\xe4','\x14','\xf2','\xfb','\xd0','\xbf','\x4d','\xa2','\x98','\xdc','\x73','\x26','\x45','\x9a','\x54','\xbd','\x46','\x35','\x2d','\xaf','\x8f','\xb5','\x3d','\xcf','\x8c','\x6b','\xdb','\xc4','\xd1','\xa5','\x0b','\xbe','\xb5','\x89','\x4b','\x75','\x18','\xf4','\xe8','\xef','\x06','\xa4','\xa5','\xc5','\xf8','\x49','\x97','\x3c','\x11','\xa8','\x4b','\x8b','\xa8','\x70','\xeb','\x47','\x8e','\x07','\xfb','\x46','\xef','\x76','\x3b','\x3a','\xca','\x96','\x7e','\x28','\x90','\x8a','\xe8','\x43','\x0e','\x1d','\x72','\xe2','\x19','\x3b','\x2a','\x49','\x45','\x66','\x81','\xda','\x8a','\x03','\xaf','\xc8','\xae','\xeb','\x33','\xc5','\xf9','\x14','\x45','\x1f','\xa6','\xe8','\x19','\x61','\x75','\xf4','\xdd','\x3a','\x6a','\xee','\x48','\x98','\xdd','\x61','\x69','\x1f','\x4e','\xab','\xad','\x84','\x70','\x6f','\x67','\xe8','\x90','\x7e','\x8b','\x39','\x8c','\x07','\xd3','\x89','\xc1','\x38','\xd1','\x0b','\xba','\x35','\x58','\x3d','\x79','\x11','\xa9','\x18','\x5e','\x6d','\x69','\x19','\x1c','\x86','\xf7','\x93','\x81','\x90','\x7b','\xbe','\xda','\xe7','\xcc','\x0c','\x4b','\x40','\x91','\x8d','\x53','\x46','\xec','\xfc','\xb7','\xd8','\xf9','\x34','\xe8','\x5a','\x7f','\xd9','\x3e','\x42','\xdb','\x62','\x0a','\x69','\xb0','\x3a','\x91','\x72','\x9a','\x28','\x62','\xc7','\xcb','\x11','\xfe','\x53','\x42','\x95','\x6e','\x0f','\x92','\xa2','\xc8','\x71','\x18','\x88','\xd5','\x13','\x3f','\x24','\x48','\x3d','\x09','\x9e','\x31','\x42','\x77','\x70','\xfc','\x6e','\x1f','\xe8','\xfd','\xf3','\xcb','\x05','\x97','\xfb','\x0e','\x95','\xcc','\x60','\xbc','\x23','\x3a','\x00','\x4e','\xaa','\xa0','\x00','\x51','\xc3','\xb4','\x40','\xe9','\x68','\x4b','\x86','\x06','\xfd','\xeb','\x2c','\x09','\x40','\x02','\xdd','\x5b','\xab','\x1b','\xc8','\xc0','\x8d','\x4a','\xbf','\x6e','\xff','\x8a','\xf9','\x68','\x9d','\x4d','\xed','\xcb','\x4f','\x8d','\xa7','\x16','\x7f','\xf7','\xed','\xd2','\x32','\x7e','\x01','\xfe','\x1e','\x18','\xa7','\x07','\x81','\xca','\x7d','\xfe','\x9f','\xbb','\x08','\xdf','\xdf','\xb9','\x2d','\xdf','\xb5','\x27','\x31','\x18','\xef','\xd4','\xdb','\x72','\x2a','\x97','\x41','\x78','\x7d','\x5a','\x11','\xeb','\x17','\xed','\x51','\x88','\xb6','\xec','\xf3','\x75','\x72','\x72','\x1d','\x92','\x07','\xe2','\x33','\x7f','\x0c','\x93','\xe7','\x1d','\x11','\xed','\x91','\xc5','\x8d','\x54','\x89','\x40','\x49','\xd7','\xd5','\xf2','\x41','\x3d','\x77','\x40','\x2f','\x40','\x4a','\x72','\x5c','\xe6','\x99','\x65','\x54','\xe8','\xf1','\xea','\x88','\xe5','\xd0','\x5b','\x17','\x85','\xfe','\xea','\xc8','\xf4','\x65','\x0c','\xc7','\xe4','\xb9','\x33','\xb3','\x42','\x9f','\x5c','\xed','\x2c','\xeb','\x6c','\x32','\xa5','\x16','\x68','\x7c','\x32','\x49','\x26','\x79','\x7d','\x92','\xd2','\x49','\xca','\x1e','\xe0','\x3f','\x3c','\x82','\x3e','\x32','\x89','\xf0','\xa4','\x45','\x26','\x67','\x84','\xd1','\xc9','\x19','\xed','\x88','\x35','\x31','\x19','\x8e','\x4e','\x2e','\x3b','\x93','\xb3','\x78','\x72','\x9e','\x4c','\x2e','\x90','\x49','\xa5','\x5e','\xf5','\xb5','\x62','\x4d','\xff','\xa7','\x86','\xe1','\x8a','\x29','\x11','\xcf','\x5b','\x70','\x3d','\xb2','\xe2','\xa0','\x52','\x64','\xf3','\x17','\x5c','\x9e','\x44','\x1b','\x13','\x66','\x91','\xfe','\x18','\x9a','\xd7','\x64','\x60','\xa2','\xd8','\xc5','\xa8','\x67','\xdd','\x73','\xb1','\x1a','\xbb','\x54','\x4d','\xbe','\x52','\xcd','\x9c','\xab','\xae','\x39','\xa7','\x42','\x76','\x55','\x9c','\xa1','\xa7','\x51','\x74','\xdd','\x4e','\xed','\x23','\x3f','\x4e','\xfb','\xf8','\x18','\x39','\xda','\x21','\x99','\x4d','\xb2','\xef','\x42','\x57','\xf6','\x38','\x40','\x22','\xfa','\xcf','\xd3','\xdd','\xfb','\xe8','\xe2','\xbe','\x88','\xf9','\x2b','\x67','\xcd','\x3f','\x73','\xcc','\x3d','\x8e','\x39','\xe4','\x98','\x63','\xce','\xfc','\x9a','\x3b','\xaf','\x08','\xa3','\x95','\x34','\xb3','\xb0','\x77','\x44','\xf8','\x36','\x7b','\xda','\x24','\x11','\xf5','\x21','\x04','\x10','\x81','\x40','\x99','\xc4','\xbe','\x49','\x4f','\x65','\x4f','\xe4','\x23','\x4c','\xff','\xb9','\x2a','\x0f','\xd1','\xa0','\xaf','\xc4','\xeb','\xc4','\xd1','\x68','\x4d','\x04','\xca','\x21','\xa0','\xba','\x95','\xba','\xed','\x9a','\x5a','\x56','\xe9','\x3c','\xd1','\xd2','\xb7','\xc7','\xce','\xe1','\xc2','\x35','\x54','\x44','\x2d','\x27','\xe2','\xe1','\x46','\x13','\x2a','\x35','\xc4','\xc3','\x2b','\x5e','\xf1','\x86','\x37','\xe9','\x35','\xa6','\x2f','\xf3','\x43','\x3d','\x4e','\x03','\x38','\x07','\x6b','\xf2','\x1c','\x9c','\x59','\xb6','\xad','\x75','\x54','\x5e','\x46','\x65','\x05','\x55','\x14','\x3c','\xcf','\xf9','\x3c','\x46','\x0b','\x18','\xcd','\x43','\x47','\x2d','\x29','\x47','\x7d','\x70','\x09','\x06','\xec','\x59','\x17','\x24','\x97','\x41','\x04','\x20','\x28','\x33','\xb3','\xbc','\x59','\x6e','\x97','\x6d','\x33','\x88','\xba','\x67','\x15','\xdd','\x5a','\xa6','\x15','\x85','\x48','\x83','\x37','\x04','\x54','\x09','\x0c','\xa4','\x61','\x3b','\x30','\x20','\x39','\x27','\xc2','\x4c','\x53','\xd5','\x01','\xa8','\x0a','\xfb','\x6a','\x1a','\x19','\x62','\x02','\x62','\xe0','\xf2','\x4c','\x4b','\x1e','\x06','\xd3','\xb6','\xfe','\x6f','\x88','\x9d','\x8b','\x45','\x32','\xf9','\x59','\x32','\x5d','\x25','\xd3','\x1f','\xe9','\x62','\x87','\x60','\xd9','\x3b','\x13','\x90','\x57','\xc7','\x30','\xb0','\x07','\x02','\xb5','\xda','\x71','\xe1','\xdf','\x22','\xbd','\x52','\x37','\xa2','\x18','\xd6','\x15','\x53','\x42','\x57','\xd1','\x80','\xb0','\x05','\x0e','\x39','\x89','\x90','\x93','\xe2','\x4e','\x2d','\x74','\xd6','\x1e','\x14','\xbc','\xe8','\xc9','\x5e','\x48','\x38','\xeb','\x7b','\x4e','\xb8','\xec','\x84','\x67','\x9c','\x30','\xf8','\x1d','\x67','\x79','\x68','\xd9','\x17','\x17','\x5c','\x25','\x5e','\xdc','\xbd','\x46','\x4a','\xaf','\x91','\xc5','\x26','\x59','\xbc','\x41','\x89','\x07','\x6d','\xad','\xba','\x2e','\x4e','\xa6','\xbc','\x6a','\x1c','\xe3','\xdd','\x1e','\x22','\x93','\x07','\xd1','\x96','\xd4','\x54','\xc5','\x36','\x48','\xab','\x10','\x53','\x9e','\x5f','\x69','\xea','\x49','\xdc','\x60','\x6b','\x1b','\xd2','\xb8','\xc3','\xda','\xc0','\x2a','\x04','\x9b','\xd8','\x9a','\x87','\xbc','\x96','\xbc','\x2d','\xec','\xee','\x7f','\x29','\x6d','\x50','\xf2','\x69','\xa7','\x0c','\x8d','\xd8','\x73','\xb4','\xfe','\x7e','\x15','\x01','\x54','\xed','\x69','\x6d','\x68','\xc9','\x7d','\x6e','\xc9','\x31','\x61','\xc3','\xd9','\xfa','\x55','\x6f','\x1f','\x4b','\x11','\x8f','\xba','\xd7','\x68','\xe9','\x35','\x09','\xcb','\xb8','\x31','\x42','\x3c','\x2e','\xbf','\x17','\xa0','\x13','\x54','\x43','\x7c','\x9d','\x61','\x05','\xa5','\x44','\xf0','\xc8','\xbb','\x27','\x64','\xfb','\xf0','\x9d','\xdf','\xab','\xe3','\xc5','\x73','\xc0','\x0b','\xda','\xc2','\x7d','\x5e','\x57','\xcc','\x3c','\xde','\xe9','\x8f','\x51','\x2b','\x81','\x36','\xe3','\x5e','\x33','\x6e','\x36','\x46','\x6b','\x57','\xef','\x67','\xeb','\xd3','\x48','\xa6','\xb8','\x91','\xe7','\x6c','\xfd','\xfd','\x80','\x29','\x67','\x90','\x12','\x45','\xe3','\x18','\x3d','\x22','\xbb','\xb9','\x73','\x25','\x48','\x70','\x8d','\xab','\xac','\x42','\xd9','\xec','\x07','\xd8','\xec','\x04','\x5b','\x9e','\x33','\x15','\x6c','\x2a','\x57','\xcc','\x44','\xd8','\xfb','\xa9','\xe2','\x55','\xa0','\x05','\xd5','\x53','\x14','\x53','\x09','\xd7','\x94','\x48','\x5e','\x51','\xd3','\x8a','\x16','\x57','\xc4','\x42','\x51','\xec','\x59','\x70','\x71','\x41','\x43','\xa4','\x3f','\xf1','\x20','\xb3','\x2d','\x26','\x1b','\x18','\x30','\xda','\x9d','\xb2','\xf4','\x23','\x95','\x75','\xbb','\xff','\x5b','\x5a','\xb1','\xba','\x96','\x1c','\x4b','\x5e','\x42','\x1c','\x0a','\xf6','\xf9','\xd3','\x28','\xb1','\x6e','\x77','\xf7','\x05','\x24','\x15','\xb0','\xc6','\x63','\x17','\xba','\x7c','\xb3','\xa7','\x4d','\x09','\xe2','\x95','\x9f','\x7b','\x65','\xff','\xbf','\x3a','\x7b','\x38','\xf3','\xcd','\xa9','\xb5','\xce','\x94','\xe2','\x2d','\x8e','\x6a','\x4f','\xb4','\xf2','\xae','\x88','\x50','\xa2','\xa7','\x49','\x3e','\x41','\xd0','\x49','\x12','\xf5','\x48','\xa7','\x77','\xfe','\xc6','\x54','\x4c','\xae','\x73','\x75','\x11','\x70','\x39','\x1a','\xc1','\x63','\x2e','\x2e','\x34','\x71','\x91','\xc0','\x74','\xc6','\x4d','\x6c','\xbd','\x25','\x33','\x43','\x25','\x5c','\x5c','\xc4','\x93','\x4d','\x3c','\xed','\xe2','\x43','\x01','\x41','\xfb','\x75','\x5f','\xcc','\xf4','\x1a','\x81','\x02','\x6b','\x0f','\xf7','\x4e','\x3d','\xde','\x95','\xcd','\x8f','\xa8','\x31','\x3e','\xc2','\x85','\x23','\x64','\xd2','\x86','\xa7','\x35','\x3c','\x13','\x0a','\xa9','\xc8','\x68','\x84','\xed','\x46','\x8f','\x54','\xb6','\xdd','\xe0','\x21','\xe7','\x0f','\x43','\xce','\x6c','\x28','\x0e','\xa8','\x3f','\x71','\xc6','\x45','\x4e','\x0a','\xc7','\x4a','\xd3','\x4c','\x92','\x6e','\x07','\xe8','\x8d','\x20','\x31','\x6e','\x6b','\x92','\x17','\x54','\x3f','\x95','\x35','\x8e','\x44','\x6c','\x04','\xac','\xda','\xbc','\xa3','\x8a','\x93','\x58','\x98','\x14','\x3e','\x68','\x63','\xaf','\x06','\x54','\x85','\x36','\xc3','\x2d','\x46','\xac','\x40','\x2f','\x00','\x2a','\xa4','\x65','\x8f','\xbf','\xd3','\xd3','\xd1','\x20','\x8a','\x46','\xae','\x90','\xf4','\x0f','\x30','\xdd','\x78','\x44','\xe3','\x6f','\xb2','\xbf','\x51','\x3e','\xb4','\x8a','\x7e','\xd3','\x46','\x67','\x55','\xa2','\x24','\xc4','\x2e','\x44','\x22','\xa4','\x07','\x1b','\xd4','\x64','\x16','\xc4','\x48','\x74','\x6d','\x79','\xf6','\xdf','\x05','\x4f','\x62','\x62','\xde','\x6a','\x01','\x03','\xd2','\xa7','\x5e','\xeb','\x61','\x86','\x84','\x3d','\xdb','\x15','\x8f','\x49','\xd3','\x1b','\xf5','\xbc','\xce','\xf7','\xaf','\x9a','\xf5','\xc6','\x4c','\xbd','\x11','\xa2','\x8d','\x70','\xda','\x8f','\x48','\xc7','\x71','\x50','\xbf','\xa0','\x74','\xa1','\x63','\x6d','\xd2','\x52','\x5d','\x1a','\xe8','\xb9','\x9c','\x01','\x5a','\xf5','\xf3','\x6e','\xe9','\x73','\x2b','\xa5','\xa5','\x97','\x4b','\x9c','\x3f','\xe9','\x98','\x4f','\x38','\x3d','\x2e','\x29','\x42','\xe6','\xc1','\x68','\x05','\x0e','\x04','\xb1','\x3f','\x07','\xf9','\x8d','\x3e','\x6a','\xab','\x97','\xa9','\xee','\x93','\x49','\x26','\xf9','\x85','\x00','\x3c','\xa0','\xd4','\x83','\x36','\x84','\xc6','\x16','\x92','\x39','\x98','\xc6','\x04','\x42','\x4a','\xc8','\x7a','\xdc','\xd5','\x7f','\x06','\x7f','\x60','\x8b','\xa6','\x72','\x1b','\x96','\x50','\x23','\xf4','\x30','\xa5','\x69','\x48','\xaa','\xf7','\xd3','\x86','\x5b','\x16','\x5a','\xc2','\xd1','\x9b','\xfc','\x64','\x08','\x47','\x96','\xf0','\xdc','\x1a','\x3e','\xf8','\x52','\xf1','\x97','\xf6','\x4c','\xf2','\xff','\xdf','\x34','\x89','\x4d','\xa7','\x43','\xf8','\x03','\x6b','\x78','\xa2','\x8c','\xe7','\x2a','\x71','\xfb','\x9e','\xfb','\x0b','\x2f','\x4c','\x4f','\xfc','\x6f','\xb7','\x26','\x5e','\x2a','\x4e','\x2c','\xe1','\xc2','\x12','\x9e','\xe8','\x5b','\xe1','\xc2','\x11','\xdd','\x91','\xfd','\xa7','\x21','\xd9','\xc7','\xb1','\x0b','\xed','\x33','\x03','\x12','\xc3','\x4a','\xb2','\x6f','\xa1','\x6d','\x40','\x0b','\x0e','\x9d','\x16','\x46','\xc0','\x96','\x69','\x88','\x33','\xe4','\x43','\x0a','\xe3','\x34','\x42','\x6f','\x04','\xad','\x49','\xbd','\x7e','\x93','\x04','\xff','\x1b','\x16','\x60','\x17','\x3d','\x0f','\x49','\xef','\x48','\x91','\x4a','\xc4','\x35','\x28','\x4a','\x4a','\x45','\xb9','\x39','\x73','\xc0','\xaa','\x7c','\x5b','\xb7','\xb4','\x2f','\x92','\x6e','\xd8','\xec','\xb1','\x33','\x87','\xc4','\x60','\xed','\x62','\xe6','\xdd','\xd5','\xdc','\x6f','\xbd','\x72','\x70','\xee','\x1c','\x33','\x1c','\xa8','\xa4','\x26','\xda','\xb9','\xae','\x98','\x91','\xda','\x03','\xbc','\x23','\x9b','\xfd','\x22','\x4f','\x72','\xdf','\x20','\xc8','\x16','\x5f','\xe8','\xe4','\x76','\x3e','\xf3','\xae','\xef','\x93','\xf9','\xad','\x57','\xb2','\x73','\xe7','\x0e','\x3e','\xe6','\xc0','\xeb','\xd0','\xfb','\x29','\x62','\x30','\xf0','\xdf','\x4d','\x93','\x9a','\xbc','\x3b','\xe3','\xd1','\xa2','\x47','\xeb','\xe2','\x76','\x89','\x8d','\xd1','\xa3','\xb2','\x0f','\x48','\xbe','\x89','\xe7','\xb1','\x95','\x33','\x62','\x90','\x59','\xbb','\x98','\xfd','\xc6','\xea','\xc1','\x7f','\xf1','\x4a','\x7e','\xe5','\x1c','\x23','\x38','\xc3','\xdb','\x99','\x88','\x06','\x26','\x07','\x63','\x11','\xad','\xcc','\xdb','\x66','\xd1','\x30','\x3e','\xfb','\x5b','\xc6','\xad','\xff','\xba','\xd4','\x50','\xa2','\x51','\x9e','\x57','\xfc','\xdd','\x7d','\x6d','\xad','\x1a','\xf3','\x4c','\xb0','\x66','\x15','\x5e','\x91','\xe3','\x4c','\xab','\x9d','\xd9','\x6c','\x67','\xbe','\xfb','\xe3','\xdc','\x77','\x9f','\xce','\xae','\x2f','\x1e','\xb8','\x72','\xbc','\xba','\x51','\x5d','\xb8','\x36','\xff','\x98','\x67','\x1a','\x9e','\x69','\x07','\x79','\x33','\xf1','\xcd','\x8c','\x1e','\x70','\x68','\xcb','\x46','\xac','\x2e','\x40','\xad','\xb6','\x5b','\x74','\x64','\x0e','\x53','\x41','\x49','\x05','\x8d','\x2a','\xb4','\x63','\x75','\x6b','\x0a','\x32','\x7a','\xe8','\x2e','\xac','\x04','\xfb','\xfc','\x00','\xff','\x18','\x0d','\xb9','\xf4','\xa6','\xcf','\xdf','\xb0','\xe9','\xda','\x96','\x39','\x0c','\xe0','\xc1','\x76','\x66','\xd9','\xcb','\x9c','\xf5','\x9e','\xb9','\xe7','\x62','\xe5','\x85','\x8b','\xe1','\xef','\xac','\xe2','\xd7','\xeb','\x91','\x21','\x57','\x1d','\x3b','\xa7','\xcd','\x38','\x63','\x4b','\xb2','\x0f','\xb1','\x77','\xbe','\x23','\xa9','\xe2','\x04','\x7b','\xe6','\xf6','\xb1','\x2e','\x5e','\x0c','\x0e','\xfa','\x84','\x01','\x36','\x22','\x4c','\xaf','\xec','\xd3','\xad','\x1c','\x33','\xc7','\x29','\x9a','\x4d','\xa3','\x65','\xb1','\x05','\xe1','\x00','\x73','\x36','\xd8','\xaf','\x07','\x3a','\xd7','\x4d','\x19','\xfe','\x88','\xc0','\xf0','\x83','\xf9','\xd4','\x63','\x6c','\x54','\x65','\xfb','\xcf','\x98','\x87','\x37','\xcc','\xa9','\x86','\x31','\x15','\xf6','\x40','\xb7','\x2b','\x84','\x5c','\xe1','\x2a','\x63','\x0f','\x84','\x4c','\xd4','\xbc','\xf0','\x72','\x88','\x1e','\x17','\x4e','\x4d','\xbf','\xaf','\x04','\xda','\x40','\x12','\x92','\xed','\x44','\x43','\xe8','\x01','\xde','\x2a','\x52','\xd3','\xd9','\xde','\x4d','\x64','\x61','\x65','\x8b','\x29','\x1e','\x6c','\x51','\xb2','\xe8','\xc0','\x22','\x45','\x51','\x89','\x56','\x81','\xb4','\x11','\x99','\x2d','\xf8','\xd6','\xab','\x3b','\xa9','\x4d','\x33','\xbb','\x9f','\x5a','\x3d','\xa2','\x83','\xba','\x59','\xe8','\x0e','\x64','\xb0','\x1d','\x24','\xaf','\x73','\x3f','\x1e','\x84','\x42','\x67','\x0c','\xf2','\x2d','\x36','\x49','\x77','\x82','\xed','\x08','\x90','\x99','\x75','\x9a','\xda','\xa4','\x87','\x6f','\x76','\xa6','\x28','\x15','\xb6','\x98','\xee','\x94','\x00','\x96','\x23','\xc3','\x4f','\x48','\x14','\x33','\x60','\x43','\x66','\xe0','\xac','\xfd','\xb7','\xd5','\xe3','\x80','\x68','\x14','\x74','\x04','\xa6','\xe9','\xb3','\x01','\xcb','\x28','\x06','\x72','\x33','\x48','\xd4','\x8f','\x9d','\xcd','\x83','\x78','\x87','\x93','\x85','\x1e','\xab','\xa0','\xef','\xe4','\x42','\x57','\xb2','\xd5','\x91','\x80','\xb9','\x2e','\xb0','\x82','\x18','\x0f','\x68','\xe7','\x8d','\x2d','\x1b','\x63','\xcb','\x7a','\xd9','\xc9','\xcf','\xb8','\xe9','\x27','\xeb','\xf1','\x65','\x13','\x0f','\xc6','\x83','\xb1','\x2f','\x20','\xfe','\x97','\xf2','\x7e','\xe5','\x30','\xa9','\x44','\x46','\x2b','\xea','\xfe','\x65','\x94','\xba','\xd2','\x3a','\xdc','\xf0','\xa6','\x30','\xd8','\x22','\xf6','\x4a','\x11','\xcf','\x25','\x1e','\x11','\x87','\x81','\x2a','\x79','\x65','\xb5','\x75','\xa2','\x73','\xe2','\x9d','\xd2','\x02','\x9c','\x70','\x08','\x1a','\x85','\xd2','\x6b','\xce','\x90','\x88','\x0b','\x14','\x74','\x40','\x41','\x85','\xd3','\x64','\xe1','\xac','\xff','\x35','\x87','\x4c','\xbc','\x48','\x0a','\x2f','\x92','\x89','\x7f','\xd9','\x9d','\xf8','\x3a','\x99','\x70','\x48','\xc1','\x81','\xfe','\x68','\xe4','\x90','\x5f','\x6d','\x90','\x4f','\x36','\xc8','\x9f','\x17','\xc5','\xb5','\x39','\x89','\x30','\xed','\xf1','\x82','\x5a','\xbe','\xd4','\x5d','\x92','\xd7','\x59','\x5c','\xf6','\x87','\x6c','\x92','\xb1','\x47','\x33','\x36','\xe8','\x9f','\xbe','\xea','\x3f','\xfa','\xaa','\x3d','\x95','\x01','\x5b','\xcc','\xd8','\xa5','\x8c','\xed','\x66','\xe0','\xb7','\x7d','\x73','\x62','\x12','\xc4','\xa2','\xa9','\x5a','\x0a','\xa7','\xa8','\x42','\x93','\xcb','\x7a','\xfa','\x32','\x1f','\x0a','\xe9','\x99','\x90','\x7e','\x20','\xed','\x5b','\xe7','\x27','\xbf','\xf6','\xe5','\xc9','\x89','\xaf','\x8c','\x4e','\xd4','\xc5','\xce','\xe9','\x8b','\xc7','\x09','\xf1','\x68','\xd3','\x82','\x0d','\x15','\x4a','\xb1','\xd7','\xfc','\xaa','\x4b','\x7f','\x75','\x9d','\x7e','\x74','\x96','\x5e','\x43','\x1d','\x0f','\xb1','\xb8','\x9e','\x0a','\x6a','\x89','\xc2','\x62','\x7f','\x02','\x49','\x7a','\xf2','\x80','\x4f','\xaa','\x75','\x52','\xac','\xa7','\x8a','\xf5','\xd1','\xaf','\xd7','\xf7','\x4f','\xd7','\x1f','\xfd','\xd3','\xfa','\x83','\x6e','\x7d','\x8a','\x7c','\x69','\xf1','\x3e','\x5e','\x92','\x34','\x8b','\x12','\x5b','\x22','\xeb','\x90','\x06','\x74','\x9c','\x00','\x40','\xe8','\x0e','\xfc','\x6a','\x1f','\xde','\x2f','\x7b','\x94','\xd6','\x0d','\x02','\x30','\x1e','\x60','\x88','\x65','\xeb','\x58','\x5f','\x8f','\x1a','\xcb','\xca','\xd2','\xb2','\x94','\x8a','\x90','\x39','\xbd','\xb0','\x88','\xd4','\x64','\x7f','\xa5','\xc4','\x27','\x50','\xd9','\x67','\xd2','\x93','\x1f','\x0a','\xd4','\x00','\xf3','\x92','\x6e','\xe5','\x18','\x42','\x75','\xe1','\xa9','\xf6','\x8a','\x65','\xd2','\xa9','\x83','\xff','\xbd','\x0d','\xdd','\x2e','\x00','\x19','\xcd','\x53','\xb3','\xef','\xaf','\xc2','\x0f','\xa4','\xb6','\x42','\xc8','\x14','\x86','\x6c','\x0f','\x6c','\xc9','\x46','\x33','\x12','\x46','\x3b','\xde','\x87','\xd1','\xaa','\x08','\xd8','\xa6','\x0e','\x05','\x1d','\x9a','\x9e','\x64','\x1e','\x93','\x1a','\xe8','\x68','\x34','\xd0','\xe3','\xd8','\x9d','\x27','\x11','\xae','\xd8','\xd2','\xb6','\xea','\x59','\x4f','\x97','\x33','\x7a','\xb1','\x1b','\xbd','\xb8','\x78','\xcf','\x6a','\x29','\xb6','\x4a','\xf6','\xd4','\xa5','\xba','\xfd','\x39','\x88','\x09','\xd7','\x9c','\x2d','\x5d','\xce','\xbb','\x5c','\x9f','\x1d','\x07','\xa5','\xac','\x8b','\x0d','\x9c','\xad','\xef','\xc7','\xff','\xbc','\x43','\xf7','\x56','\x3a','\x7b','\xb6','\x74','\xfc','\xb2','\xd2','\x22','\x0a','\x81','\xfe','\x8b','\x84','\xa1','\xde','\x67','\xd0','\x11','\x9d','\xee','\xd3','\x59','\x4e','\x6b','\x8f','\xd3','\xda','\x2c','\x61','\xcb','\x89','\x9c','\x82','\x99','\xa4','\xd3','\x81','\x7a','\xb7','\x8e','\x8c','\x3c','\x20','\xf6','\xc4','\xff','\x24','\x25','\xfb','\xf5','\x90','\xd8','\x0c','\x0a','\xad','\xb0','\x70','\xf4','\x61','\xbf','\x02','\xfc','\x37','\xe4','\x43','\x98','\x4a','\x4c','\xb5','\x27','\x88','\x56','\xe8','\x10','\xb4','\x1b','\xff','\xb3','\x75','\xbf','\xe2','\xbb','\xef','\x57','\x3d','\x6f','\xda','\xc7','\x4c','\xa3','\x6e','\x1a','\xf4','\x9a','\xf0','\xf2','\x74','\x2a','\x26','\xc0','\x32','\x4d','\xda','\xa9','\x24','\x4a','\x0c','\x33','\x0c','\x93','\x46','\x7c','\x12','\xb1','\xbd','\xa3','\x16','\xbd','\x03','\xcf','\x16','\xc0','\x39','\xe6','\x35','\x5c','\xd1','\x9c','\xf9','\x55','\x67','\xf1','\xff','\x73','\x7b','\xe1','\x5f','\x7c','\xb1','\xfc','\x81','\x2f','\xce','\xff','\x77','\x5f','\xb4','\xfe','\xea','\x8b','\x9f','\xfa','\xef','\x6f','\xcf','\x8b','\xd7','\xb5','\xaf','\x7f','\x72','\xf5','\x8b','\x9f','\xfc','\xef','\x6f','\x7f','\xf2','\x1f','\xde','\xff','\xe9','\xdf','\xc2','\xf3','\x9a','\xc4','\x2d','\xff','\xc2','\xf3','\x14','\xce','\x65','\x94','\xe1','\x2d','\xe8','\xdc','\xb4','\xcd','\x31','\xde','\x32','\x29','\x5a','\xd0','\xe8','\x47','\x78','\xb7','\x88','\xa8','\x83','\x68','\x94','\x77','\xe4','\xb5','\xde','\xc6','\x04','\x0e','\x18','\x93','\xa7','\x2d','\xdb','\x32','\x89','\xcd','\x91','\x06','\x45','\xaa','\x5a','\xb8','\x27','\xec','\xd2','\x52','\x91','\xa7','\x45','\x21','\xef','\x1f','\xd7','\x98','\xdc','\x48','\x65','\x98','\x93','\x6e','\x3f','\x58','\x67','\xc2','\xa6','\xd2','\xed','\x45','\x84','\x16','\xb9','\xdf','\xdc','\x28','\x0a','\x0b','\x74','\x00','\x21','\x9b','\x61','\x75','\x00','\xe8','\xae','\x9a','\x70','\x5e','\xc0','\x5d','\x68','\x89','\xeb','\x4e','\xd8','\x68','\xcc','\xc3','\x7a','\xaa','\x46','\x61','\x3e','\x2c','\xc4','\xa0','\x68','\x28','\xfd','\x5e','\x3a','\x5f','\x91','\x7d','\xca','\xc2','\x22','\xcb','\xf2','\xbe','\xaf','\x13','\x75','\x9d','\xd0','\xbf','\x9c','\x12','\xc6','\xfe','\x72','\xaa','\xfd','\x97','\x53','\xb5','\x9b','\x6f','\xb1','\x1b','\x53','\x01','\x4f','\x61','\xde','\x3b','\x49','\x3d','\xaa','\x4b','\x01','\x95','\xe0','\xf3','\xa0','\xb4','\x08','\xbb','\x98','\x4d','\x99','\x99','\x6e','\x67','\x11','\xca','\x72','\x3f','\xb2','\x51','\x8c','\xc8','\xcf','\xa3','\xc2','\x55','\x84','\x8e','\x3e','\xa6','\xb1','\xb6','\x6a','\xd6','\xb0','\xb7','\xdb','\x7f','\xbe','\x63','\x9f','\x1f','\xa4','\xe6','\xeb','\x65','\x75','\xfa','\x22','\xd1','\x0c','\xba','\xce','\x5a','\x3d','\x28','\xfb','\x71','\xd9','\x19','\xfd','\x23','\x2f','\xb1','\x24','\xa2','\xbe','\x23','\x3f','\xff','\x5c','\xae','\x6c','\x9d','\xcb','\xf7','\x6d','\x1f','\xca','\x95','\x71','\x6a','\xce','\xa6','\xd0','\x72','\x22','\xa4','\x60','\x7c','\x77','\xde','\x83','\x5d','\xbd','\xc6','\xfd','\x62','\xab','\x58','\x5f','\x7f','\x20','\x97','\xd8','\xe6','\x0e','\x48','\xed','\xe0','\xfa','\x8a','\x00','\x2d','\x08','\x78','\xc2','\x8f','\x19','\x4d','\xeb','\x6d','\x7f','\xce','\xf0','\xa4','\x35','\xac','\x9b','\x1c','\x06','\x33','\x2d','\x61','\xd6','\x95','\x1b','\xe1','\xf0','\xe6','\xde','\xb9','\xe6','\xf0','\xd3','\xd7','\x87','\x8d','\xc6','\xde','\x55','\x6f','\x5f','\xe7','\x4a','\x76','\x25','\x7c','\x00','\x29','\xe3','\x9c','\xcf','\x70','\xd9','\x9f','\x8b','\xd0','\x8e','\x56','\xc4','\x9d','\x06','\x24','\xb7','\xbd','\xf1','\xe0','\xc7','\x0c','\xf7','\x4d','\x49','\x73','\x9e','\x08','\xda','\x36','\x07','\xf0','\x99','\x43','\x11','\x5b','\xbf','\x06','\x2e','\xd6','\xd2','\xae','\x0c','\x1e','\xdf','\x95','\xc7','\x73','\x7a','\x58','\xd6','\x96','\xa7','\xd8','\xf9','\x00','\xdf','\xdb','\xcf','\xd3','\xf6','\xc0','\x3c','\x50','\xd0','\x09','\xec','\x82','\xbf','\x3d','\x1e','\x78','\xd1','\xaa','\x37','\x0c','\x61','\x76','\xbf','\xac','\xb3','\x65','\xbb','\xf8','\x1c','\xca','\x11','\x33','\x79','\x2d','\xf4','\x65','\x7b','\xcf','\x59','\xb6','\x47','\x6c','\x7b','\x75','\xe7','\xb9','\x8b','\x57','\xcb','\x7c','\x5d','\xe1','\x80','\x24','\x6f','\xa5','\x50','\x1c','\xae','\xf0','\x9d','\xe2','\xce','\x6c','\xc7','\xfb','\x18','\xc4','\xcc','\x68','\x0b','\x7f','\x69','\x47','\xce','\x6a','\xe4','\x45','\x42','\xbf','\xe5','\xd0','\x56','\x23','\xc4','\xbd','\x04','\x42','\xed','\x01','\xd5','\xda','\x7e','\xa2','\x40','\xef','\xf3','\x87','\x63','\xe0','\x0f','\xef','\xd5','\x4f','\x23','\xb0','\x2e','\xc4','\x66','\x44','\x54','\x9b','\x77','\xe7','\x55','\x3b','\x4b','\x4f','\xe7','\x38','\x8f','\xe8','\x46','\xc4','\xd4','\x89','\xc1','\xd4','\xcb','\xdf','\x4f','\xe2','\xc4','\x30','\xc6','\xbf','\xc1','\x3b','\x6d','\x8c','\x6a','\x31','\x5b','\x42','\xdf','\x18','\x63','\x34','\x6f','\xa6','\x92','\x62','\x2f','\x1f','\x80','\xc4','\xcb','\x8a','\x1e','\xd9','\x2a','\x0c','\xf5','\x6b','\xa0','\xdb','\xb1','\x92','\xc2','\x6f','\xa0','\x1f','\xa6','\x42','\x57','\xf2','\xd1','\x75','\x23','\xb5','\x66','\xb7','\x9a','\x2d','\xd4','\xb6','\xd2','\x1e','\x50','\x51','\x89','\x13','\x2d','\xb1','\x8e','\xba','\x32','\x11','\x2a','\x5b','\x78','\xcc','\x58','\x9d','\xf1','\x76','\x8a','\xfc','\xfa','\x75','\x62','\xe0','\x94','\x6d','\x8e','\x16','\xda','\xfb','\x6d','\xf3','\xb0','\x67','\x4e','\x79','\xde','\x54','\x44','\xb8','\x88','\xa8','\x94','\x5c','\x71','\x3f','\xee','\x90','\x63','\xe3','\x64','\x73','\x5c','\xfc','\x71','\xec','\x42','\x9b','\x24','\x5a','\xe3','\x48','\x1c','\xd9','\x27','\x73','\xe3','\xad','\xdc','\x11','\x94','\x63','\x24','\x97','\x3d','\x92','\xcb','\xb5','\x0a','\x39','\x94','\xcb','\x45','\x72','\xb9','\x68','\x2e','\x17','\xcf','\xe5','\xea','\xb9','\xdc','\xc5','\x42','\xce','\xc8','\x81','\xe9','\x60','\xe3','\x6c','\x7c','\x9c','\x8e','\x57','\x52','\x95','\xd9','\xc4','\xec','\x72','\xfc','\x49','\x05','\x3b','\xc2','\x5f','\x45','\xad','\x1e','\x32','\x27','\xb0','\x6b','\x37','\xf8','\x7f','\x69','\xd2','\x66','\x83','\x36','\xd7','\xe9','\xb5','\xf5','\x64','\xdd','\xcb','\xac','\x7a','\x99','\x8b','\xd7','\x72','\xe8','\xb5','\x5c','\xb4','\xf9','\xc9','\x50','\xbd','\x0a','\x80','\x4a','\x76','\x8f','\x6d','\x02','\x1e','\x6f','\xcd','\xd6','\x14','\xe1','\x5d','\xc2','\x56','\x07','\x7c','\x20','\xf6','\x49','\xf7','\x4d','\xaf','\x74','\x13','\x2d','\x2e','\xa3','\x67','\x82','\x33','\x48','\xf6','\xee','\x05','\x87','\x91','\x54','\x73','\x46','\xa9','\x75','\x72','\x98','\xfb','\x53','\xeb','\x08','\xbe','\x97','\x22','\x5c','\xdf','\x30','\xe9','\x99','\x88','\xe1','\x39','\x01','\x1d','\x84','\x3e','\x47','\xc7','\x2e','\xf5','\x46','\xf8','\x09','\x9e','\x4b','\xe8','\x42','\x90','\x6d','\x0f','\x0e','\x7a','\x45','\x76','\x11','\xbf','\x71','\x25','\x6d','\xff','\xa0','\x8b','\xfe','\xb0','\x86','\x0a','\x86','\xf8','\x38','\x1a','\x99','\x81','\x72','\x03','\x29','\xd7','\xb7','\xcd','\xba','\xd0','\x2d','\xd7','\x9b','\xe5','\xba','\x27','\xad','\x61','\x5d','\xe0','\xfd','\xb1','\x30','\x53','\x98','\x55','\x9f','\x2f','\xd7','\xb3','\x66','\xf2','\x7f','\x37','\xfd','\x34','\xaa','\x25','\x80','\x66','\x22','\x0c','\x47','\xbf','\xf5','\x2e','\x74','\x1c','\xa0','\xb3','\x7c','\xcf','\xbd','\x14','\xef','\x65','\x4a','\xc8','\x54','\x98','\xc7','\xdf','\x6b','\x29','\xe3','\xf9','\x68','\x31','\x1d','\x4d','\x36','\x12','\x21','\xfb','\xbe','\x90','\x3b','\x92','\xf6','\xf7','\x85','\xdc','\x5c','\x88','\x8c','\x2b','\x64','\x36','\x4c','\x96','\x71','\x4a','\x89','\xd0','\xb4','\xda','\xc1','\x8c','\xfd','\x7c','\x3c','\xb6','\xbe','\xa5','\x5a','\x6b','\x62','\xcf','\xdb','\x58','\xe3','\x3f','\x86','\x10','\x75','\x19','\x91','\x2a','\x62','\x8b','\x12','\x1b','\xd3','\xc7','\xfb','\xed','\x8a','\x0b','\xee','\xaf','\x9a','\x93','\x55','\xb3','\x58','\x35','\x31','\x18','\x84','\x03','\xb8','\x37','\xde','\x7e','\xa5','\x07','\x70','\x9a','\xd3','\xd5','\xa3','\xe0','\x5f','\xd5','\x24','\xcf','\x52','\xc0','\x87','\x8f','\x4c','\x1b','\x19','\xc2','\xf9','\x61','\x05','\xbe','\x99','\x6e','\xa5','\xb4','\x9e','\xee','\x95','\xf0','\x43','\x21','\xb0','\x0d','\x3a','\xea','\xf4','\xbb','\x3b','\x24','\x5b','\xfd','\x05','\xc0','\xc8','\x2d','\xeb','\x6e','\x12','\xab','\x93','\x97','\x3b','\x2d','\xe9','\x1f','\x8e','\x29','\x82','\x0e','\xab','\xe8','\xb0','\x86','\xe0','\x3c','\x83','\x4c','\x60','\x48','\xb2','\xeb','\x63','\x59','\x16','\x61','\x72','\xce','\xf5','\xe2','\x5c','\x19','\x4a','\x07','\x54','\x15','\x26','\xc5','\xd7','\xcf','\xff','\xad','\x38','\xf8','\x13','\x41','\x9f','\x54','\x04','\x59','\x40','\x19','\xe4','\x63','\xc2','\xc2','\xbf','\x65','\x8a','\xf8','\x2e','\x5a','\xa9','\x25','\x4a','\xe9','\xfb','\x32','\xce','\xbe','\x44','\x67','\x5c','\xa1','\xeb','\x61','\xaa','\x44','\x58','\x5a','\x05','\x39','\x18','\xc5','\xb6','\x15','\xa3','\xb5','\x6f','\xa2','\xf9','\x87','\x87','\x7c','\x65','\x5a','\xb2','\xb2','\x44','\xbb','\x50','\x82','\x90','\x83','\xfb','\x30','\xfa','\x10','\xc6','\x1f','\x8a','\xf2','\x0f','\x61','\xf4','\xeb','\xc1','\x40','\xc7','\x1f','\xfa','\xda','\xfd','\x1f','\xfa','\x9f','\x7f','\xe7','\xc3','\xff','\xfe','\x77','\x3a','\xff','\x5b','\xd1','\xec','\x10','\xc3','\x3c','\x89','\x4c','\x3a','\xe0','\xd7','\x49','\xa7','\xce','\x0e','\xe4','\xe4','\x20','\x09','\x33','\x4a','\xe9','\x7e','\x61','\x75','\xfa','\x68','\x9d','\x4e','\xa5','\x3b','\x53','\xc9','\x3a','\x80','\x0f','\xc7','\x56','\xdd','\x87','\x56','\x00','\x9d','\x58','\x76','\xa0','\xd8','\xbc','\xe4','\x10','\x99','\x25','\x48','\x21','\x99','\xff','\x41','\x1b','\x50','\x15','\x8b','\x7b','\x23','\xc4','\xe7','\xae','\x97','\xbb','\xd7','\xcb','\x25','\xbd','\x9c','\x66','\xe5','\xf4','\x78','\xc5','\x40','\xd5','\x74','\xb7','\x4a','\xc9','\x02','\x25','\xdf','\x4f','\x77','\x5f','\xa3','\xe4','\x3e','\xa9','\xc7','\x31','\x54','\xdf','\xf2','\xa0','\x4f','\x0a','\xff','\x75','\x3b','\xce','\x1d','\x72','\x69','\x1a','\xb8','\x25','\xf9','\xe6','\x76','\xb0','\x93','\x93','\x62','\xb2','\x95','\x74','\x77','\x9e','\x9e','\xa9','\xd2','\xb3','\x7f','\x45','\x9d','\x26','\x2d','\xc5','\xe9','\x53','\x23','\xd4','\xdc','\x27','\x36','\xb1','\x91','\xbc','\xde','\x4d','\x1b','\xb5','\xb8','\x6d','\xe0','\x5d','\x3c','\x39','\x0b','\xef','\xaf','\x42','\xbe','\xa3','\x2a','\xd4','\x6f','\x06','\xc1','\x28','\x45','\x51','\xdc','\x44','\xfd','\xf9','\x03','\x59','\x5f','\x33','\x04','\x54','\x82','\xe2','\x1f','\x42','\xba','\x9e','\xae','\x23','\xb3','\x2a','\xef','\x35','\x95','\x89','\x26','\x0f','\x38','\x73','\xf6','\xdb','\xe4','\x8d','\x5d','\x82','\xc0','\xbc','\x47','\x11','\x07','\x7f','\x96','\xef','\xd3','\x0d','\x05','\xc9','\x28','\xf1','\x56','\xa1','\x7c','\x8c','\x5f','\x10','\x9f','\x50','\x9c','\x28','\xda','\x06','\x4d','\xff','\xa8','\x4b','\x1b','\xf4','\x4e','\x4b','\x37','\x40','\xc6','\xbd','\x97','\x82','\x8c','\x60','\xe3','\x2a','\xb7','\x6e','\x81','\x28','\xea','\xb6','\x5d','\xf5','\xad','\xc6','\xfb','\xbc','\x82','\xf1','\x76','\xe7','\xad','\xd8','\x44','\x98','\xf8','\xc6','\x47','\xe0','\xf3','\xa8','\x64','\xe6','\x9c','\x6f','\x35','\x49','\xd9','\x95','\x76','\xae','\x6b','\xb9','\x03','\xe3','\x15','\xd8','\x46','\xc4','\xde','\x82','\x74','\x09','\xae','\xd8','\x2d','\xc6','\xb1','\xad','\xc7','\x21','\x96','\xab','\xb1','\xac','\xb2','\xd9','\x38','\xad','\x10','\xc9','\xfe','\xa9','\xa1','\x9c','\xde','\xcb','\x5a','\x24','\x0c','\xe1','\x81','\xfb','\x23','\x3a','\xf4','\x8b','\x8a','\x5f','\x8d','\xa7','\xc9','\x6c','\x5c','\x6c','\x16','\xb1','\x60','\xcf','\xdc','\xe9','\x3f','\x0f','\xd4','\xf1','\x89','\x5a','\xf1','\x69','\x95','\x68','\x11','\x3a','\xf6','\x22','\x2d','\x7c','\xe7','\x52','\x71','\xe8','\x92','\x83','\x60','\xbf','\xb0','\x5a','\x36','\x0e','\x61','\x3c','\xcb','\x8b','\xc7','\xf1','\xe4','\x7f','\xc0','\xd3','\xdf','\xc4','\x87','\xc0','\xf3','\xc1','\xd1','\x75','\xec','\x2b','\x7e','\x0d','\xa8','\xb4','\x7a','\xc0','\xc1','\xd9','\x7d','\x54','\xec','\x81','\xbd','\x0e','\xb6','\x74','\x67','\x60','\xd0','\xef','\xb4','\x95','\x03','\x4b','\x0c','\xc4','\xf4','\x30','\x8a','\xe8','\xf1','\x2a','\xfa','\xce','\x87','\x43','\x9f','\x23','\xb2','\xf1','\x0b','\x70','\x3c','\x41','\xff','\x17','\x4c','\x69','\x19','\x26','\x24','\x4f','\x6b','\xfc','\x8a','\x9a','\x39','\x43','\x32','\x67','\x3e','\x9b','\xb9','\xec','\xe4','\x52','\xb8','\x32','\x04','\xb9','\xeb','\x79','\x28','\x2a','\xb9','\x7f','\x55','\xf0','\x9b','\x52','\x54','\xe2','\x3e','\x19','\x17','\x0f','\x2d','\xd9','\xba','\xe4','\x9d','\x13','\xfe','\x8f','\x72','\x56','\x5c','\x8c','\x81','\x7c','\x78','\x55','\x2d','\xdc','\x8e','\x8f','\xe3','\x54','\x05','\xe7','\x67','\xb1','\xb9','\x8c','\x6d','\x25','\x8a','\x94','\x2a','\x54','\x2e','\x12','\x18','\xfd','\x14','\x8a','\x35','\x68','\x16','\xf7','\xf4','\xbb','\xa5','\x29','\xc0','\x23','\xa1','\xf8','\x7a','\xe8','\x06','\x05','\xb0','\xd9','\x19','\xf1','\x11','\xa1','\xb0','\xc1','\xf9','\xb2','\x24','\x6f','\xac','\x3c','\xbf','\xf2','\xfb','\xa1','\x17','\xef','\x43','\xee','\x7d','\xd4','\xdd','\xb7','\xf7','\xda','\xbe','\xdf','\xda','\xdc','\xfb','\xdf','\x3d','\x95','\xbd','\x51','\xcb','\xae','\xea','\x3f','\x60','\x07','\xaa','\x53','\x9f','\x5e','\x98','\xfc','\xad','\x85','\xe2','\x97','\x9e','\x5e','\x8a','\x3f','\x17','\x8e','\x32','\x71','\xdd','\x6d','\x09','\x1f','\x58','\x13','\x3e','\x92','\xa4','\x82','\x01','\xae','\x57','\xc4','\x54','\x7a','\xf3','\x4e','\xa6','\x41','\x4c','\x91','\x83','\xd0','\xad','\x80','\x27','\x64','\xb7','\x9e','\x78','\xaf','\xdf','\x7c','\xc8','\xed','\x81','\xe2','\x36','\xb7','\xa5','\x76','\x46','\x29','\xd9','\x7f','\xa1','\x2b','\xfc','\x01','\x10','\xcb','\x1e','\x73','\xa6','\x0a','\x7c','\x31','\xe3','\x94','\x32','\x8e','\x1b','\xd4','\x08','\xc1','\xbe','\x02','\x1b','\x48','\xaf','\x4c','\x29','\x43','\xcb','\x21','\x57','\x4d','\xfb','\x2f','\x8b','\xa5','\x5d','\x07','\xfe','\x58','\xe8','\x07','\x91','\x92','\x3d','\x43','\xe9','\xae','\x08','\x33','\x9f','\x5f','\x12','\xdb','\x8e','\x23','\x1c','\xe8','\x8f','\x65','\x9c','\xe7','\x33','\xce','\x33','\xaf','\x82','\x95','\xe0','\x3d','\xbf','\xe2','\x6e','\xbd','\x0f','\xea','\x49','\x02','\xc9','\xba','\x27','\xaa','\x2c','\xa1','\xdc','\x01','\x3c','\x5d','\xe0','\x91','\xec','\xe4','\xbd','\xd9','\xc9','\xa1','\xec','\x24','\xff','\xe6','\xad','\xe7','\xbf','\x31','\xf9','\xc4','\x37','\x26','\x49','\x76','\xb2','\x94','\x9d','\x3c','\x95','\xbb','\xf5','\x4c','\x76','\xf2','\x19','\xf9','\x8a','\x78','\xea','\xf6','\xf9','\x0a','\xb6','\xe3','\x9d','\x7c','\x4f','\x85','\x59','\x37','\x76','\x28','\x11','\x30','\x4e','\xb6','\xc7','\x77','\x3c','\xdd','\x2a','\xdd','\x4a','\xda','\x15','\xe8','\x55','\xef','\x55','\x46','\x1e','\x3b','\x0d','\xe3','\x3d','\x7b','\xc1','\x3e','\xb4','\x97','\xbf','\xf7','\x13','\x6d','\xcf','\x5e','\xfa','\x9d','\xbd','\xe9','\xff','\xbc','\x57','\xfb','\xce','\x4f','\x32','\x9f','\xdb','\xfb','\xa1','\xcf','\xed','\xfd','\x07','\x7b','\xf6','\x3a','\x09','\x3f','\xaa','\x86','\x63','\x1e','\x12','\xfe','\x04','\x2b','\x40','\x9e','\x36','\x25','\x75','\x81','\x29','\x01','\xae','\x78','\x31','\x18','\x21','\xa6','\x24','\x43','\x93','\xcd','\xa7','\x92','\x5f','\x22','\xc9','\x80','\xf5','\xbe','\x53','\xe8','\x04','\xf5','\x9d','\xe4','\x9d','\xf5','\x1d','\x33','\x9e','\xb1','\x71','\x3c','\x5e','\x93','\xdc','\x6b','\x55','\xa9','\xfc','\x6b','\xf2','\xa6','\xb9','\x25','\xad','\x3e','\x5a','\xe8','\xec','\x67','\x74','\xff','\x25','\xfa','\xe8','\x25','\x3a','\x55','\xe8','\x4c','\x29','\xc2','\x69','\xc1','\x4f','\x70','\xee','\xf6','\xd8','\xb1','\x20','\xfa','\x26','\x2c','\x4d','\xcc','\x78','\x4c','\xac','\xbf','\x3b','\x71','\x5f','\xaf','\x20','\xd9','\xaf','\xe7','\x69','\x54','\xb6','\x59','\x81','\xeb','\x62','\x50','\x55','\x7c','\xec','\x16','\x34','\xa4','\x44','\x81','\xba','\x95','\x26','\xc2','\x2c','\x79','\x9a','\xd5','\xae','\x8c','\x79','\x9f','\x29','\x22','\xe8','\xb7','\x1a','\xc4','\x47','\xdd','\x1d','\xe4','\xa0','\xcb','\x0d','\xb3','\x16','\xc4','\x9e','\x32','\x1d','\x2d','\xbc','\xb8','\xdb','\x88','\xa4','\x11','\x7a','\xa8','\x85','\x5a','\x27','\x14','\x3b','\x75','\x18','\x76','\x11','\x0f','\x74','\x63','\x43','\x12','\x2b','\xfc','\x81','\xf7','\xc9','\x2a','\x48','\x60','\x5e','\x2f','\x0c','\xd9','\xb1','\x89','\x0d','\xec','\x63','\xb2','\xaf','\x16','\xa5','\x51','\xa8','\x03','\x59','\x8f','\x3e','\x30','\x52','\xa6','\x23','\xd8','\x1d','\x50','\xc9','\xed','\xa7','\xe1','\xbe','\x29','\x80','\xcb','\x4a','\xfb','\x11','\x44','\xcf','\x5a','\x22','\x82','\x66','\x53','\xc8','\xcc','\x87','\xc1','\x6f','\xcc','\x2b','\xf8','\x43','\x9c','\x4b','\x27','\x50','\xfa','\x87','\x69','\x74','\x3f','\x46','\xd3','\x06','\x9d','\x14','\x7f','\xb6','\x50','\x77','\x16','\xea','\xb8','\x6f','\xf1','\x85','\x3a','\x59','\xf8','\xd2','\xf3','\x92','\xc9','\x67','\xf0','\xfa','\x0c','\xf6','\x6a','\x25','\x78','\x27','\x2a','\x11','\x20','\xef','\x07','\xa8','\xd8','\x35','\x00','\x62','\x4e','\x10','\xb3','\xc3','\xea','\xc1','\xc9','\x97','\xb3','\xd3','\x95','\x6f','\x56','\x73','\xac','\x38','\xcd','\x9c','\x48','\xc1','\xbf','\x37','\xe3','\x0c','\x65','\x1c','\xfe','\xaa','\xf3','\xfc','\x65','\xbf','\x04','\x6c','\x86','\xf8','\x63','\x39','\xfc','\x7c','\x0e','\x3f','\xf3','\xcd','\xdb','\xcf','\xbc','\x7a','\xbb','\x24','\x65','\xd3','\x5d','\x58','\x14','\x47','\x08','\x0b','\x72','\xbd','\xa3','\x58','\xaf','\xf1','\x77','\x3c','\x9c','\x90','\x65','\x85','\x19','\xdb','\x7a','\xc3','\xc5','\x09','\x1f','\xc6','\x63','\x36','\x7f','\x07','\x5e','\x8c','\x87','\x9c','\x44','\x9a','\x8f','\xae','\xd9','\xf7','\x97','\xed','\xe9','\x8c','\x3d','\x99','\x39','\x5d','\x0c','\x9d','\x76','\xa0','\x00','\xb1','\x8c','\x43','\xe2','\x46','\xfb','\x83','\xfe','\xa1','\xb6','\xde','\x3b','\xa3','\x25','\x91','\xdd','\x35','\x79','\x17','\x64','\xb8','\xd1','\xd2','\x43','\xab','\x79','\x25','\x5f','\x23','\x8b','\x76','\xed','\x35','\xa4','\xec','\x47','\xe4','\x41','\xbb','\xd6','\x6c','\x29','\xe4','\x14','\x49','\x1d','\xae','\x49','\xbe','\x5c','\x55','\x6f','\xc5','\xda','\xd7','\x48','\xa0','\x57','\xf2','\xcb','\xdd','\x91','\xce','\x35','\x0a','\xcd','\xd7','\x37','\xf2','\xfa','\x7f','\x7c','\xe8','\xef','\xf8','\x09','\x64','\x1e','\x43','\x5e','\x5d','\x77','\x93','\xef','\xf8','\x54','\x71','\xe9','\x3d','\x6e','\x72','\xc8','\x4d','\xbe','\xd7','\x85','\xc7','\x2d','\x7b','\x07','\x9e','\xfe','\xe2','\xfa','\x4e','\x5f','\x86','\xac','\x5f','\xe2','\xd9','\x9d','\x89','\xea','\xe5','\xa3','\x86','\x6e','\x14','\xde','\x5b','\x19','\x1f','\x72','\x85','\x15','\xde','\xb1','\xc7','\x87','\x9c','\xf1','\x34','\x1f','\x1f','\xb2','\xc5','\x58','\x51','\x0c','\x61','\x85','\x77','\x75','\x25','\xcc','\x14','\x4c','\x95','\xbf','\x4d','\x73','\x35','\x7e','\x42','\x0b','\xda','\x2d','\xef','\xc0','\x8b','\xa2','\xbb','\x6b','\x2a','\xdd','\xc9','\x3e','\xfd','\xf3','\xf9','\xa8','\x07','\xbe','\x57','\x3f','\xe4','\xdf','\x89','\x60','\x21','\xb0','\x6d','\x80','\xe3','\x11','\xa4','\x07','\xef','\xf0','\x78','\x7b','\x1e','\xd1','\x16','\x0e','\x5f','\xd9','\x62','\xa8','\x93','\x9d','\x29','\xb4','\xec','\xb2','\x0a','\x31','\xd7','\x89','\xbd','\x0e','\x9e','\xa3','\x30','\x09','\xb6','\x4a','\x01','\xda','\x8b','\x51','\xd3','\xcc','\xcb','\xa4','\x90','\xf0','\xa3','\x5a','\x54','\xe6','\xe7','\x81','\xd0','\x4e','\x4d','\xc5','\x30','\x85','\xfc','\x67','\x45','\xff','\x65','\x73','\x6e','\x32','\xed','\x17','\x15','\x76','\x79','\x9d','\x31','\x69','\x85','\xf5','\x2c','\x13','\x9b','\x5e','\x6f','\x0c','\x98','\xaf','\x8c','\x08','\x27','\x1c','\xc6','\x36','\xa0','\xd3','\xb6','\x7b','\x8d','\xd5','\x34','\x66','\xe8','\x0c','\x9c','\xb1','\x79','\x09','\x71','\xeb','\x91','\x6c','\xf4','\x0b','\x7c','\x41','\x5c','\x2e','\xb5','\x7d','\x02','\xf7','\x3b','\x30','\x09','\x8a','\x14','\x07','\x43','\x58','\x18','\x21','\x61','\x4a','\x14','\x71','\x8d','\xbc','\xa8','\x3f','\x88','\x6b','\xda','\x15','\x88','\xf5','\xfa','\x19','\xe3','\x01','\xd4','\x49','\x36','\x26','\x0c','\x23','\x26','\x2c','\x83','\xf4','\x8c','\x6d','\x9a','\x1e','\x80','\x9a','\xec','\x82','\x58','\x0e','\x14','\xf8','\x21','\x81','\x9f','\xd6','\xbd','\xc0','\x4b','\x6f','\x38','\x8b','\x6b','\xce','\xe2','\x92','\x13','\x93','\x97','\x83','\xaf','\x39','\x64','\xc8','\x21','\x31','\x3c','\x1a','\xc5','\xfb','\x45','\x80','\xb4','\xee','\x1c','\xbe','\xd2','\x98','\xc2','\xb7','\xa6','\xf0','\xa7','\x16','\x23','\x00','\xfd','\x72','\x55','\x22','\x99','\xd8','\x85','\xef','\xdb','\x21','\x1e','\x8b','\x3e','\xe4','\x61','\xb1','\x4d','\x4b','\x9e','\x0a','\x39','\xb0','\x71','\xc1','\x0e','\x7a','\x1f','\x82','\x33','\xe9','\x17','\x42','\x4a','\xa2','\x6b','\xdd','\x93','\x28','\xf5','\xbe','\xfd','\xdd','\xd5','\x9e','\xea','\x0c','\xa8','\xd6','\x72','\xa7','\xbc','\x8c','\x77','\x18','\x87','\xc7','\x9e','\x2c','\x8d','\xec','\xef','\xfe','\x85','\xef','\x63','\x6a','\xd8','\xbc','\x86','\xcd','\xa6','\x33','\xdf','\x2c','\xce','\x7b','\xd5','\xea','\xda','\xf4','\x22','\x98','\x63','\x72','\xa7','\xaf','\x5e','\x03','\xef','\x13','\xe8','\x6d','\x89','\x9d','\x21','\x02','\xed','\x03','\x4e','\xe6','\x26','\x4f','\x9e','\xa1','\x23','\x11','\x1a','\x8e','\xd0','\xc8','\x19','\xaa','\x16','\x19','\xff','\x01','\x3b','\x35','\xcf','\x8a','\x15','\xe1','\x0c','\x9b','\x0f','\x84','\xbc','\x23','\x9e','\x3d','\x5d','\xf6','\xa6','\x2b','\x66','\x35','\xcc','\x8a','\x91','\xbc','\xa3','\xa6','\xb1','\x16','\x17','\x5e','\xec','\xe0','\xe7','\x19','\xfc','\x48','\xbb','\x3f','\xd5','\xcf','\x33','\xf8','\x3c','\x03','\xf3','\x59','\x32','\x40','\x11','\x12','\x93','\x46','\x45','\x18','\x52','\x27','\xe6','\x31','\x62','\xd7','\x40','\x2d','\x1c','\x9d','\xa0','\x68','\x91','\xa2','\x06','\x0d','\x2d','\x5f','\x52','\x42','\x40','\x2b','\x41','\xd0','\xa7','\x18','\x9c','\x43','\x1e','\xb4','\x13','\x45','\xb7','\xf3','\x6c','\xdb','\x02','\x13','\xc9','\x0e','\x1e','\x65','\xf8','\x04','\x8b','\xd6','\xd9','\x28','\x65','\xb7','\xa8','\x6c','\x7b','\x0e','\x2c','\x19','\x54','\xea','\x11','\x10','\x27','\xa0','\xc0','\x84','\x5b','\xc7','\x45','\xc8','\x20','\x16','\xd8','\x56','\x2a','\x3b','\x0e','\xae','\xba','\x0e','\xaa','\x15','\x11','\x12','\x56','\x6f','\x87','\xf9','\xd9','\xc8','\x09','\x25','\x62','\xc0','\xb6','\xaf','\xea','\x40','\x88','\x9a','\x67','\xb4','\xcd','\x68','\xad','\xc7','\xe3','\x05','\x96','\x97','\x3e','\x00','\x62','\x83','\x75','\x07','\x98','\xd8','\x61','\x15','\x29','\x2f','\x06','\x33','\x1f','\xda','\xee','\x20','\x6b','\xf4','\x01','\x96','\xca','\x9a','\x53','\x07','\xcc','\xd2','\x53','\x9e','\xbb','\xe2','\xc5','\x62','\x36','\xec','\xe9','\xc2','\x62','\x1e','\xa1','\x6d','\x28','\x9a','\x9b','\xa3','\xe2','\x7c','\x87','\xec','\x37','\x90','\xee','\xe6','\xf1','\x52','\x9c','\xce','\x3a','\xe6','\x74','\x4f','\x90','\x4b','\x59','\xe3','\xa3','\x68','\xb4','\x15','\x46','\x85','\x9f','\x76','\x49','\x45','\x15','\x61','\x58','\xe2','\x4d','\x8d','\x80','\xda','\x9d','\x96','\x78','\x53','\x05','\x2c','\x51','\x85','\x58','\x6f','\x92','\xc3','\x95','\xc3','\x3a','\xf8','\xd6','\xc2','\xb9','\x87','\x8f','\x41','\x2b','\x58','\x5a','\xd0','\xa9','\xa1','\x4a','\x2f','\x1c','\x5a','\x42','\xe5','\xa3','\x9a','\x86','\x1a','\x68','\xa4','\xff','\x37','\x60','\xe9','\x37','\x71','\xb7','\x72','\xa4','\x06','\xa0','\x22','\xc9','\xe9','\x51','\x41','\x86','\xdc','\xbe','\x20','\xe8','\x13','\xff','\x34','\x29','\xde','\xdb','\xb3','\x3a','\x12','\xfe','\xd1','\x73','\xe3','\xab','\x56','\x67','\xa1','\x42','\x9f','\xee','\x91','\x0a','\x30','\x53','\xfc','\x76','\x9b','\x63','\xa0','\x6d','\x72','\x64','\x9e','\x50','\x5a','\x06','\xf2','\x42','\xa7','\x11','\x97','\x7c','\x44','\x40','\xdd','\xe3','\xa0','\x99','\x33','\xd8','\x3a','\xc7','\xcb','\x2b','\xc8','\xd4','\x5a','\xa6','\x0e','\x95','\xda','\x0a','\xf2','\xac','\x95','\x1b','\xeb','\xf1','\x6b','\xeb','\xa4','\xa9','\xa8','\x0d','\x85','\x5e','\x55','\xb4','\x75','\x05','\x2a','\x34','\xe0','\xbf','\xc5','\x91','\x77','\x32','\x0a','\x91','\xe9','\xc0','\xfc','\x91','\x6b','\x53','\xa2','\x25','\x77','\x27','\x10','\xfe','\x1e','\xbc','\xb2','\x68','\x97','\x9e','\xaf','\x6d','\x52','\x11','\x61','\x79','\xe6','\xdd','\x6d','\x1d','\xa8','\x6c','\xa8','\x17','\x66','\xd2','\x74','\x4f','\x81','\xe0','\xc2','\x82','\x24','\x52','\x44','\xf3','\xa2','\xe9','\x56','\x5c','\x36','\x9a','\x05','\xf2','\xe5','\x73','\x9a','\x77','\x96','\x79','\x71','\xdd','\x27','\xc6','\x29','\x0a','\xdc','\x36','\xec','\x18','\xef','\xd4','\x25','\x08','\x04','\x2c','\x22','\x5d','\xb2','\x40','\x7c','\x44','\x78','\x68','\xd4','\xa2','\xe6','\x68','\xd2','\xc6','\x91','\x30','\x8a','\xca','\xbe','\x92','\x08','\x46','\x8f','\x63','\x94','\xd9','\xc0','\xc9','\x73','\x7c','\x44','\xc5','\x61','\x0d','\x47','\x2e','\x62','\x75','\x0e','\xf3','\x37','\xf1','\xa9','\xb2','\x53','\x94','\x18','\xac','\x49','\x1b','\x1f','\x31','\xe2','\xd3','\x26','\x99','\x34','\x49','\xd5','\x4c','\xc9','\x7a','\x41','\x1e','\xc3','\x32','\xd9','\x59','\xbf','\xf8','\x4b','\x79','\x32','\x8a','\xe8','\x82','\xa7','\x40','\x1e','\x77','\xdd','\x40','\x1c','\x85','\xd7','\x4d','\xb2','\x4e','\x4f','\x48','\xcf','\x79','\xfb','\x8a','\xfd','\x27','\x38','\x67','\xa3','\xb4','\x9d','\xa2','\x85','\x16','\xec','\xbc','\x70','\x85','\x45','\x10','\x8a','\x12','\x3e','\x22','\x50','\x8c','\xe5','\xcd','\x1e','\xd8','\x54','\x9c','\x32','\x16','\x50','\x73','\xbb','\x88','\xd8','\x0a','\xb1','\x2d','\x57','\x2c','\x0f','\xb0','\x59','\xaa','\x5b','\x75','\x31','\x3d','\x18','\xcc','\x2c','\x96','\xaa','\xe8','\x09','\xcb','\x88','\x9b','\xc2','\x49','\x59','\x86','\x74','\x53','\x6f','\x97','\xbb','\x7c','\x6a','\x6b','\x60','\x2d','\x63','\x02','\x54','\x3c','\xe0','\x15','\x97','\xea','\x67','\x9e','\xbc','\xe9','\x97','\xf2','\x06','\xd8','\xef','\x76','\x4b','\x75','\xa3','\x44','\x8d','\x52','\xba','\xfb','\x44','\xdd','\xf0','\xe9','\xd1','\x5a','\x9a','\x1b','\x74','\xab','\xfe','\x75','\x06','\x1a','\x60','\x43','\x92','\x57','\x3f','\xdd','\x0d','\x8b','\x10','\x6c','\xe9','\xf4','\xb8','\xc5','\xc7','\x11','\xca','\x21','\x94','\x4d','\x77','\xb2','\x40','\x31','\x45','\x23','\xe9','\x4e','\xb4','\x4e','\x45','\x40','\x55','\x4b','\xf7','\xe4','\xad','\xa5','\x9d','\x40','\x94','\xa5','\x84','\xd7','\xf0','\xa4','\x18','\x16','\xa9','\x61','\x8d','\x7c','\xa4','\xc8','\x1b','\x45','\x5a','\xec','\xd9','\xe1','\x62','\xf1','\xe1','\x62','\xf1','\x11','\x69','\x27','\x8a','\xc5','\x63','\xd2','\xce','\xfb','\x45','\x7a','\xab','\x48','\x1d','\xd0','\x7e','\x02','\xaf','\x5e','\xb8','\xd6','\xcc','\xa0','\x9e','\xb1','\x53','\xbf','\x12','\xcd','\x0e','\xa1','\x5c','\xd2','\xdb','\x27','\xdc','\xb0','\x9f','\x39','\xd1','\x10','\x4f','\xac','\x6b','\x23','\xd9','\x54','\xee','\x97','\xe8','\xfa','\x1e','\x8a','\x43','\x97','\x30','\xbb','\xc4','\x3b','\x2d','\x6a','\x1a','\xcc','\x6b','\x3d','\x63','\x8b','\x0d','\xad','\x8e','\xd7','\xd2','\x74','\x3e','\xde','\x5a','\xc4','\xe0','\x2d','\x18','\xfa','\xf0','\xb8','\x9f','\xcc','\x1e','\x18','\xfa','\xd2','\x81','\xcc','\x97','\x7d','\x11','\xf1','\x58','\xb6','\x5e','\x8a','\x82','\xbc','\x5d','\xec','\x7c','\x97','\xff','\x2c','\x42','\x92','\x11','\x72','\xbe','\x4b','\x5e','\x47','\x2f','\x9c','\xf7','\x9f','\x48','\x86','\x3f','\x95','\x0c','\x2f','\x26','\x45','\xd0','\x87','\xe2','\x07','\x51','\xe7','\x4d','\x6e','\x9a','\xbe','\x61','\x00','\xa9','\x17','\x38','\x44','\x92','\x79','\x2f','\x45','\xcd','\x11','\x96','\xff','\xb8','\x99','\x3e','\xe6','\x35','\xfe','\x71','\xa1','\xb5','\x29','\xfc','\x0e','\x12','\x7f','\xdd','\x7f','\x2b','\xe9','\x36','\xc1','\xba','\xcd','\x9d','\x03','\xd2','\xb3','\x3f','\x3d','\x99','\xac','\xd3','\x5e','\x9e','\xe4','\x9f','\x21','\xf4','\x26','\x60','\x74','\x15','\xd4','\x26','\x5c','\xf8','\xe3','\xf1','\xeb','\x6f','\x32','\x75','\x9c','\x25','\xb6','\x1e','\xc5','\xac','\x7a','\xa3','\xad','\x9a','\x80','\xaf','\x08','\xdd','\x40','\x43','\xae','\x36','\x74','\xc6','\xcd','\xd8','\xce','\x73','\x76','\xa3','\xcc','\x3d','\xc4','\x45','\x00','\x0e','\xab','\x35','\x88','\x0d','\x21','\x3a','\x98','\x71','\x6c','\x8b','\x9b','\x65','\x27','\x2b','\x2d','\x22','\x8d','\x94','\x1d','\xd5','\xf2','\x69','\xd9','\x11','\xc6','\xca','\x4e','\xbb','\xec','\xd4','\xe4','\x00','\xcc','\xf2','\xf3','\x12','\x7a','\x20','\x33','\xac','\xfd','\x4c','\xec','\x30','\xaa','\x67','\xec','\x63','\x66','\xfb','\x0f','\x2e','\x14','\x4e','\xa1','\x78','\xb2','\x43','\x93','\x7b','\xea','\xef','\xbd','\x57','\xff','\x83','\x3d','\xf5','\x8f','\xbf','\x57','\x17','\xe3','\xa4','\x4a','\x87','\xf2','\x27','\x32','\x62','\x63','\x8e','\xa0','\x03','\xd5','\xc7','\xe6','\xe7','\x8b','\x45','\xb3','\xf2','\xa2','\xd8','\x16','\x0b','\x9e','\xc4','\xa6','\x8a','\x8d','\xc3','\x40','\x8a','\xae','\x60','\xc6','\xdd','\x94','\x08','\x8a','\x90','\x39','\x89','\x13','\x6d','\xe0','\x6e','\x3d','\x10','\x47','\x85','\x12','\x3e','\x50','\xb2','\x0e','\x94','\xd0','\x91','\x12','\x3a','\x50','\x2a','\x8a','\xf1','\x91','\x52','\xf5','\x80','\x30','\x12','\xd8','\xa9','\x0f','\x1f','\xae','\x4e','\xd2','\x9e','\xde','\xfa','\xba','\xc1','\xdf','\xd4','\xa1','\x2b','\x3f','\x92','\xb2','\x56','\x12','\xa5','\xd5','\x6a','\xe9','\xdf','\xb4','\x41','\x63','\xfd','\x25','\x5c','\xba','\xf0','\xbf','\x96','\x5e','\x9a','\x10','\x66','\x5d','\x98','\x20','\x43','\xd2','\x6e','\x4e','\xf0','\x77','\xc4','\x20','\xd2','\xb3','\x5f','\x4e','\x91','\x7d','\x04','\xa9','\x06','\x8a','\xd7','\x40','\x1f','\xd6','\x35','\x2a','\xd4','\xad','\xa4','\xc5','\x1e','\xeb','\x55','\xf2','\xd2','\x8e','\x6d','\x56','\x20','\x79','\xe2','\xf5','\x6d','\xb3','\x92','\xee','\x5a','\x72','\x6c','\xf6','\xfa','\x07','\x1b','\xd0','\x94','\x14','\x94','\x6a','\xa2','\x90','\xbb','\x00','\x54','\x08','\x1c','\x5e','\xb2','\x3b','\x40','\xae','\xd4','\x14','\x81','\x0c','\xda','\x14','\x45','\x25','\x8d','\x40','\x70','\x9d','\x27','\xe4','\x18','\x21','\xc0','\x60','\x4f','\xc8','\xa0','\xf5','\x93','\x06','\x2a','\xa2','\x71','\xde','\x25','\x11','\x44','\xc4','\x06','\xa0','\xeb','\x54','\x3e','\x66','\x0a','\xad','\x8c','\x3e','\xf9','\x19','\xce','\xff','\x44','\xc5','\xd3','\x13','\x73','\xec','\xeb','\x2c','\x73','\xb1','\x9e','\xb9','\x5c','\x67','\x22','\x96','\xa3','\x26','\x2b','\xb4','\x99','\xe9','\xb1','\xd7','\xed','\x9c','\xf0','\x93','\x92','\x9e','\xd8','\xfb','\x73','\x20','\x17','\xd0','\xcf','\xd3','\x16','\x61','\x22','\x0d','\x76','\x88','\x6f','\xb5','\x84','\x07','\x0e','\x9e','\x0c','\xf0','\xa5','\x6f','\xcc','\xfa','\x1c','\xe4','\x32','\xf5','\x18','\x0f','\xb5','\xdb','\x62','\x1f','\xab','\x0d','\x76','\xc3','\x0d','\x36','\x34','\x79','\xc8','\x12','\xe1','\xa7','\x87','\x6e','\x80','\x85','\x5e','\xb2','\x43','\x9f','\xb3','\x95','\xfb','\x00','\xf4','\x08','\xb9','\x94','\x04','\xa2','\x49','\x9b','\xb1','\x96','\xe7','\x59','\x22','\xd4','\x13','\xc7','\xef','\xee','\x3a','\x51','\x2d','\x62','\x02','\x19','\x2a','\xda','\x72','\x59','\xa1','\x66','\x2a','\x02','\x5e','\x9b','\x01','\xd7','\x0a','\x6f','\x27','\x25','\x39','\x76','\xc0','\xb5','\xd2','\x33','\xc9','\x8f','\xbd','\x75','\xbe','\x3f','\x47','\xcf','\x96','\x37','\x6f','\x95','\xeb','\x8d','\x32','\x75','\x3e','\xb9','\x1f','\x2f','\x7c','\xa9','\x58','\xfd','\xeb','\xea','\xfc','\xf9','\x62','\xb9','\x5e','\x2c','\x53','\x78','\x71','\x9e','\x7e','\x7d','\xfe','\xfc','\xe4','\xc2','\xeb','\xd3','\xd6','\xef','\xfe','\xc7','\xc5','\x7f','\x7c','\x7f','\xd0','\x1a','\x1d','\x34','\xf5','\x0b','\x8b','\x44','\x50','\x34','\x0a','\x9e','\x06','\xb9','\x45','\x52','\xd7','\xfd','\xd4','\x35','\x36','\xf5','\x57','\xac','\xf4','\x43','\xd3','\xbd','\x22','\x45','\x3c','\xd7','\x3d','\xd2','\x80','\xd6','\x57','\xe1','\x0c','\xc0','\x87','\xdf','\xd6','\x2d','\x25','\x77','\xd7','\x2d','\xd5','\x24','\xe9','\x19','\x32','\x82','\xc7','\x71','\xee','\x1d','\x40','\x45','\x48','\xef','\x6b','\x78','\xa3','\xf9','\xd8','\xc6','\x9f','\x31','\x75','\xad','\x9e','\xb7','\xdc','\x0c','\x50','\x8c','\x80','\x68','\x02','\x5e','\xb6','\xc9','\xa7','\xa0','\x1b','\xd4','\xfb','\x11','\x74','\x83','\x1e','\x46','\xa3','\x83','\x78','\x3f','\x90','\x42','\xb8','\xd0','\x11','\xef','\x4d','\x02','\x44','\x4d','\xf0','\x4a','\x1d','\x80','\x37','\xe2','\x16','\x2e','\x52','\x5a','\x02','\x19','\xb6','\x4e','\xff','\x8f','\x47','\x89','\x88','\x92','\x4e','\xd2','\x93','\x72','\x87','\x1d','\xe8','\x67','\x1c','\xb8','\x59','\x5e','\x2f','\x6d','\x0b','\x7d','\x67','\xb6','\x19','\xb5','\xcd','\x18','\x6f','\x25','\x6d','\xb3','\x2c','\x3b','\x19','\x43','\xe0','\x36','\x9b','\xdb','\xb6','\x2c','\x9e','\x7a','\x83','\x38','\x87','\x1e','\x2e','\x45','\xa6','\x9e','\x48','\xc6','\x19','\xcd','\x38','\xfb','\x85','\xbd','\xea','\x3c','\xfa','\xaa','\x33','\x95','\x71','\xa6','\x0a','\xfe','\x1d','\x79','\xad','\x01','\x1e','\x4e','\x31','\x43','\x21','\x88','\x33','\xc9','\x1e','\xe8','\x3e','\x47','\xcb','\xd8','\xe6','\x20','\x09','\x91','\x15','\xc6','\xfd','\xc8','\x3a','\x16','\x06','\xf5','\x65','\x2f','\xe0','\x91','\x20','\x19','\xee','\xb7','\x31','\xa9','\x05','\x1c','\x76','\x34','\x05','\xae','\x9d','\xd7','\x19','\x41','\x4c','\x97','\x62','\x73','\xb0','\x4b','\xab','\xe2','\xee','\x81','\xe7','\x61','\x0b','\x47','\x9d','\xf3','\xac','\x7c','\xab','\xed','\xf7','\x59','\xc7','\x54','\x1a','\x5b','\xc7','\x6d','\xee','\xd7','\xe4','\x20','\xb0','\xfc','\xfa','\x11','\xba','\x4e','\x80','\x7f','\x8c','\xe6','\x1d','\xc2','\x4a','\x44','\x9f','\x42','\xc5','\x24','\xe7','\xf9','\x88','\x3d','\x15','\xb1','\x4b','\x73','\xae','\x6b','\xf9','\xa3','\x0b','\xee','\xfd','\x0b','\xee','\xf4','\x82','\x3b','\xb9','\xd8','\x2d','\x3e','\x7d','\xd2','\xa9','\x91','\x00','\x53','\x19','\xf0','\x9c','\xc6','\x25','\x67','\xff','\x49','\xc9','\x66','\x63','\x18','\x2d','\x56','\xbb','\x06','\xbc','\x46','\x46','\x03','\xd9','\x0d','\xde','\xf1','\xee','\x41','\x8d','\x7b','\x12','\xfc','\x37','\x25','\x8d','\xf3','\x27','\x98','\xb4','\xcc','\xc5','\xa7','\xdf','\xb9','\x58','\xcb','\x5c','\x34','\xc1','\x34','\xeb','\x5d','\xcd','\xcc','\x51','\x33','\x4b','\xcd','\x69','\x62','\xfd','\x6d','\x02','\x94','\x41','\x19','\xbe','\x23','\xee','\xee','\x63','\x15','\x7a','\x18','\x9c','\x6d','\x83','\x94','\xda','\x5d','\x5f','\x94','\x79','\xb6','\x9d','\xf7','\xcb','\xe1','\x37','\xf9','\x36','\xe7','\x64','\x18','\x9c','\x99','\x78','\x84','\xec','\x3f','\xe7','\x4f','\xbd','\x46','\x9a','\xff','\x91','\x90','\x49','\x42','\x8a','\x52','\xa8','\x7e','\xab','\x2d','\x28','\xda','\x0d','\x06','\x12','\xcf','\xa6','\x43','\xeb','\x9f','\x08','\x07','\x56','\x30','\xff','\x9e','\x23','\x33','\x4e','\x10','\xb9','\xe3','\xa3','\x7a','\xa4','\xca','\xc8','\x5c','\x2a','\xb5','\x92','\xf8','\xb0','\x86','\xbf','\xfb','\xff','\xa2','\xe4','\x7a','\x57','\x8a','\x8b','\xef','\xb4','\x44','\x47','\x3c','\x8a','\xad','\xc8','\x0a','\x75','\x20','\x46','\x08','\x18','\xd8','\x2e','\x73','\xa4','\x5c','\x44','\xd1','\x55','\x7c','\x4f','\xdd','\xda','\xe3','\xa2','\xa1','\x73','\xa8','\xec','\xc0','\xdf','\x14','\x3a','\x92','\x24','\x7a','\xba','\x88','\x2d','\x8b','\x54','\xab','\x04','\x57','\x55','\x5c','\xa5','\xf1','\xaa','\x46','\x4e','\xe9','\x27','\xab','\xc2','\xe1','\xa8','\xd9','\x86','\xd9','\x12','\xfb','\x1b','\x5d','\x68','\xa4','\x7d','\x4e','\x81','\x0e','\x85','\xa0','\x2b','\x3e','\x12','\x73','\xa1','\xf9','\x41','\x2a','\x22','\xe2','\x66','\x96','\x7e','\x97','\x83','\x10','\xa7','\x30','\x97','\x25','\x5f','\x61','\x49','\xca','\x92','\x27','\xda','\xc3','\xcc','\x1c','\xd4','\xe5','\x8c','\x20','\x4f','\xc6','\x89','\xdb','\x08','\xed','\x28','\x87','\x47','\x80','\xcb','\x49','\xbe','\xb5','\x41','\x0a','\xeb','\x02','\xef','\xf4','\x33','\x5b','\xe1','\xbe','\x29','\x62','\xe3','\x12','\x6e','\x2a','\x2a','\x63','\xe5','\x1d','\x5e','\x00','\x48','\xbd','\x2b','\xcc','\xfa','\xd9','\xca','\xbe','\xa1','\xfa','\xbe','\xa1','\xd5','\x7d','\x43','\x17','\xc5','\x23','\xe7','\xe2','\xa9','\xbb','\x6f','\xe8','\xcc','\xbe','\x21','\x47','\xd8','\x8e','\xd6','\xbf','\xcc','\xb7','\x95','\x35','\x00','\xdd','\xe5','\x25','\xa1','\x50','\x3c','\xa2','\x93','\x68','\x5e','\xaa','\xca','\xea','\xa4','\x59','\xe4','\x6f','\x73','\x92','\x82','\x2e','\x04','\x32','\x65','\xaa','\xa5','\x85','\xe1','\x84','\x3f','\xe2','\x42','\x92','\x73','\x9f','\xb4','\x2c','\x59','\x38','\x90','\xf0','\x27','\x89','\xb9','\xe0','\x9a','\x73','\x25','\xf3','\xcc','\xa2','\x59','\x78','\xab','\x9a','\x7a','\x96','\x6b','\x22','\x22','\x62','\x35','\xde','\xe9','\xed','\xc8','\x85','\x1f','\x2c','\xb0','\x8a','\xcf','\xe6','\x17','\x84','\x89','\x31','\x0a','\x2f','\x18','\xd9','\x05','\xeb','\xbf','\x2e','\x7c','\x22','\x2b','\x2d','\xd7','\x7d','\xfa','\x27','\x0b','\x35','\x66','\x3e','\x7b','\xc9','\x9c','\x67','\x4f','\xcf','\xb3','\x85','\x79','\x56','\x9d','\x3f','\xf4','\x53','\xf3','\xdd','\x75','\x73','\x5e','\x01','\xb8','\x61','\x4f','\xf9','\x42','\xaa','\x26','\xd5','\x52','\xc8','\x4c','\xa1','\x16','\x0d','\x79','\x79','\xe5','\x22','\x8b','\xd2','\x1a','\x49','\xb5','\x18','\xf1','\x50','\x6c','\xa0','\xe1','\x2e','\x50','\xc4','\xae','\xc9','\x94','\x21','\xa4','\x32','\x03','\xfd','\x41','\x79','\xee','\x04','\xcc','\x59','\x22','\x48','\x58','\x90','\xef','\x09','\x39','\xbb','\x20','\x1b','\x29','\x9b','\x96','\xa9','\x26','\xab','\xf6','\x77','\x2b','\x2f','\xf6','\xb3','\x94','\x77','\xd4','\x89','\x7a','\xe8','\x5c','\x12','\xfa','\x4a','\x8e','\x37','\xbc','\x5d','\x40','\x0e','\x90','\x38','\x14','\x6e','\xb3','\x19','\x07','\x54','\x80','\xf8','\x49','\x89','\xa5','\x61','\xc8','\xf7','\xd9','\x4a','\xda','\x28','\x3d','\xb5','\x9a','\xfe','\xd3','\x90','\x0d','\x13','\x40','\x86','\xe4','\x01','\xee','\x91','\xef','\xd2','\xce','\x88','\xf6','\x65','\x1d','\x64','\xbd','\x52','\xd5','\x0d','\xac','\xd5','\x14','\x29','\x8c','\x8e','\x42','\xb8','\xd7','\x9f','\x05','\x05','\x63','\xb1','\x97','\x5e','\x12','\x61','\xe7','\x21','\xfe','\xb6','\xd8','\x98','\x96','\x65','\x5b','\x74','\xd0','\x1c','\xbd','\x8b','\x72','\x21','\x48','\x53','\x84','\x10','\x7a','\x60','\x95','\xe4','\xb5','\x53','\x19','\xee','\x02','\x8f','\x03','\x27','\xec','\x25','\x72','\xf8','\xa5','\xc3','\xc1','\x00','\x8c','\x93','\xc3','\xda','\x61','\xf1','\xab','\xde','\x1f','\x68','\x04','\xc2','\x58','\x68','\x38','\xb5','\xa3','\xc8','\xdc','\xe2','\x2d','\x14','\x53','\xd8','\x7a','\x9b','\x03','\x9f','\x2a','\xb2','\xf7','\xde','\x23','\xd6','\xaf','\x1f','\xb0','\x31','\x80','\xd8','\xc8','\xdf','\x75','\xb1','\x58','\x48','\x01','\x1c','\x5f','\xf6','\x95','\x6c','\x9b','\x78','\x0a','\x05','\xa6','\x15','\x1c','\xc5','\x47','\x44','\x0c','\xc1','\x14','\x55','\xb1','\x41','\x1a','\x6f','\x59','\x1e','\x34','\x9e','\x4d','\xaf','\x77','\xa8','\xb7','\x42','\xbd','\xcf','\x4b','\x49','\xd6','\x15','\x61','\xc7','\xae','\x77','\xea','\xe2','\xf5','\x9b','\x5d','\x7a','\xe3','\x0c','\x98','\x18','\xac','\x9e','\x11','\x96','\xbc','\xd0','\x4d','\x6a','\x67','\x84','\x0d','\x6b','\xaf','\x50','\xcd','\x0d','\x87','\x3c','\xa5','\xcf','\x50','\x14','\x91','\x55','\x54','\xf5','\x02','\x5f','\x7d','\xc3','\x31','\xd7','\x9c','\xcc','\x92','\x93','\x14','\x26','\x57','\x41','\x58','\xc6','\x4d','\x11','\xf1','\xbf','\x9b','\xc5','\x6a','\x05','\x0f','\xfd','\x49','\xdc','\x9f','\x86','\xdd','\xde','\xa0','\x29','\xc4','\x00','\x49','\x05','\xd9','\xa6','\x50','\x97','\x14','\x06','\xf9','\x7b','\xb7','\xc1','\xbd','\x14','\xc0','\xbd','\x46','\x60','\x39','\xc5','\xf8','\xfd','\xb0','\x5e','\xc5','\x7a','\x14','\xb3','\x7b','\xce','\x68','\xb2','\x0f','\x31','\xa5','\x69','\x09','\x5d','\x8f','\x7b','\xde','\x6e','\x7f','\xa3','\x8c','\x22','\xe5','\xb5','\x15','\xa0','\xdc','\x14','\x33','\x24','\x4f','\xe9','\x41','\xaa','\xcf','\x6f','\xab','\x0c','\x88','\x19','\x9f','\xe3','\x7f','\xb3','\x8e','\xfa','\x0c','\x27','\x83','\x3c','\x27','\x5b','\x7e','\xaf','\x38','\x9e','\x44','\x64','\x8a','\xc5','\x5b','\xde','\x2f','\x9b','\x47','\x34','\x30','\x78','\x05','\x25','\xb1','\x0a','\x52','\x08','\xe2','\x11','\x06','\x9d','\x21','\xac','\x66','\xb0','\x3a','\xc6','\x3b','\x63','\x58','\x9d','\xc1','\xea','\x12','\x3e','\x11','\xc2','\x6c','\x10','\xf7','\x25','\x2c','\x76','\xa1','\x0d','\x3c','\xae','\xc1','\xd3','\x0b','\xed','\x98','\xac','\xda','\x80','\x1e','\x07','\x45','\x8b','\x1a','\x29','\x89','\xd3','\x73','\xa2','\x44','\x4a','\xcd','\xd8','\x8a','\x4b','\x86','\x08','\x39','\x90','\x22','\x1b','\xf4','\x24','\x05','\xec','\x50','\xef','\xfa','\x58','\x36','\x09','\xab','\x64','\x2c','\x1e','\x7b','\xc9','\xe5','\xaf','\xd7','\xa1','\x91','\x1e','\xe9','\x41','\x27','\x5d','\x6c','\x19','\x8d','\x2a','\xb8','\xcb','\x79','\x80','\xb8','\x20','\x9f','\x89','\x07','\x49','\x89','\x9e','\x59','\xdd','\x93','\x92','\x87','\xad','\xcf','\xc3','\x20','\x0b','\x25','\x63','\x68','\x38','\x73','\x8d','\x8f','\x41','\xbb','\xda','\xf0','\xff','\x63','\x6f','\xf2','\xcb','\x9c','\x7e','\x43','\x1f','\x9d','\xd4','\x3b','\x1f','\x9d','\x38','\xf1','\x0f','\xfd','\x63','\x5f','\xd2','\x47','\xfe','\xab','\x9e','\xdc','\x3b','\x41','\x73','\x3e','\x3d','\xa0','\xd3','\x79','\x9d','\x1e','\xd5','\xe9','\xe9','\x03','\xef','\x29','\x3c','\x0b','\xb2','\x6f','\xa4','\xe8','\xfb','\xa7','\xa0','\xa0','\x42','\xaa','\xdd','\x6e','\x75','\x6b','\x20','\x36','\xf0','\x94','\x51','\xa5','\x66','\x95','\x6d','\x54','\x0b','\x7e','\xb5','\x66','\x57','\x6b','\x2b','\xd5','\xcb','\xdd','\xe3','\xcc','\x3e','\xc5','\x56','\xaa','\xc0','\xbe','\x6b','\x03','\x0b','\x16','\x03','\x4a','\x56','\xb1','\x4e','\x07','\xaf','\x0f','\x20','\x64','\x6e','\xf6','\x40','\x3e','\x62','\x45','\xef','\x4f','\xb7','\xf7','\xdb','\x68','\xbf','\x8d','\x0f','\x5b','\xd0','\xbc','\x39','\xa5','\x91','\xc5','\x82','\x5f','\x9a','\x28','\xb9','\x3b','\xaf','\x0f','\xa1','\x90','\x2b','\x8e','\xeb','\x3a','\x94','\x69','\xc0','\x7d','\x98','\x23','\x96','\x0f','\x7d','\x88','\x8a','\x2a','\xbe','\xb5','\x98','\xe4','\xfb','\x95','\x30','\xf4','\x21','\x2e','\xa3','\xc3','\x8a','\x3a','\x35','\x1b','\x9f','\xca','\xa5','\x16','\x47','\x2e','\x96','\x46','\x0c','\x37','\x6a','\x92','\xfb','\x18','\xc9','\xe5','\x63','\x6f','\xa6','\xc9','\x7a','\x9c','\x9c','\x13','\xeb','\x04','\xe9','\x86','\x4e','\x59','\x00','\x55','\x32','\xa5','\x1a','\xa2','\x6b','\x0b','\xd7','\x71','\x1b','\x57','\x49','\x23','\xf2','\x6a','\xab','\x3d','\xf2','\x7a','\x9c','\x09','\xf4','\xf5','\x06','\xf5','\x41','\xe4','\xaf','\x20','\xa9','\x35','\x8b','\xc4','\x6c','\x27','\xe0','\xe8','\xe2','\xd0','\xaa','\xba','\xf4','\x8a','\x61','\x52','\x96','\xcd','\xd1','\xec','\x38','\x89','\x14','\xdd','\x88','\x03','\xa5','\x25','\x55','\x1c','\x3b','\x4c','\xc4','\x8b','\x09','\x76','\xf9','\xf6','\xbb','\x8c','\xd5','\xd8','\xf6','\x4f','\xbe','\xd0','\x16','\x81','\x14','\x9c','\xef','\x63','\x7d','\x1f','\xcc','\xc4','\xb1','\xa7','\x23','\x0f','\xba','\x8f','\x01','\x7a','\x70','\x1f','\xfd','\xd4','\x38','\x29','\x15','\xdd','\x26','\x36','\x9a','\xc2','\x3b','\x51','\x19','\xd1','\x52','\x44','\x4f','\x90','\x9b','\xb7','\x87','\x29','\x1c','\x85','\x43','\x75','\x96','\xa9','\xb3','\xb1','\x3a','\x33','\xd2','\x6d','\x9b','\xb2','\x3b','\xf5','\x7c','\x7b','\x92','\xbe','\x3b','\x5f','\xb9','\xf3','\xc5','\x01','\x84','\xef','\x49','\x5b','\xe2','\x7b','\xb7','\xd7','\xd7','\xba','\x6a','\xae','\x6b','\x65','\xf0','\x37','\x7c','\x12','\xf2','\x9f','\x0b','\x4b','\xd1','\x93','\x06','\xbd','\xa3','\xed','\xb4','\x97','\x6a','\x0e','\x52','\xfd','\xb5','\x35','\xd8','\x1c','\xb6','\x3b','\xeb','\xd7','\x10','\x0a','\xef','\xa4','\x40','\xb9','\x0b','\x6c','\xef','\x7d','\x71','\x29','\x71','\x45','\xf2','\xb4','\x2f','\x63','\xf7','\x4d','\x5c','\xba','\x79','\x6a','\x71','\x19','\x0b','\x7b','\xa6','\x70','\x0a','\x80','\x20','\xaa','\xce','\x9b','\x6c','\x2f','\x9d','\xdf','\x9b','\xe6','\x7b','\xf3','\xc6','\xde','\x63','\x73','\x7b','\x2f','\xf8','\x7b','\xa9','\x91','\x3d','\x36','\x77','\xe0','\x82','\x3f','\x5e','\x37','\x1e','\xa0','\xc6','\x51','\x7a','\xd4','\x48','\x73','\x9b','\xde','\xc1','\xd7','\x94','\x6f','\x61','\xe6','\x61','\x06','\x58','\x2f','\x39','\xf0','\xb0','\x88','\x61','\x01','\x14','\x1a','\x7c','\xb5','\xc8','\x56','\x4d','\x21','\x54','\xf7','\xa2','\xf4','\x44','\x8a','\xa6','\x83','\x7e','\xd8','\x1d','\xf8','\xb1','\x25','\x7b','\xeb','\x5a','\x65','\x51','\xa4','\xb2','\xb4','\x52','\x81','\xd2','\x43','\x9e','\x1c','\xa4','\xac','\x2f','\x70','\x1c','\x46','\x27','\x12','\xfc','\x66','\x0e','\x35','\xd6','\x77','\xcb','\xa8','\x6d','\x83','\x88','\x06','\xa9','\xda','\xb7','\xcb','\xac','\xb2','\xca','\xd1','\x4f','\xfe','\x4b','\x16','\x2f','\x71','\x52','\x7c','\x46','\x66','\xe4','\x47','\x3c','\x64','\x9e','\x88','\xda','\xa9','\x13','\x12','\xf4','\x60','\x85','\xba','\x50','\x72','\x0c','\xab','\xca','\x58','\x9c','\xbf','\xe4','\xa2','\x64','\x5d','\x1c','\xc4','\x62','\xa6','\x5b','\x7d','\xfc','\xbf','\xd8','\x99','\xad','\x3e','\x9b','\x4d','\xf1','\xa1','\x17','\xad','\x8c','\x5b','\xdd','\xb2','\x42','\xf7','\x14','\x23','\xc2','\xfb','\xd3','\xbd','\xa0','\xa9','\x84','\xb2','\x2b','\x1a','\x5b','\xbb','\x08','\xdd','\x25','\x37','\x1a','\xec','\x26','\x2f','\x6c','\x3a','\x98','\x82','\x7d','\x96','\x3a','\xd5','\xdf','\xf5','\x8f','\x77','\x9c','\x2a','\xed','\x5b','\xda','\x0f','\x06','\xc7','\x37','\x1d','\x9f','\x3a','\x27','\xe8','\x57','\x0c','\xea','\x8a','\x6b','\x67','\x84','\xba','\x4c','\x5c','\xf2','\x88','\x46','\x66','\x53','\xa0','\x3a','\x9f','\x5c','\x05','\xaf','\xc0','\xea','\x20','\x99','\x04','\xf6','\xfb','\x40','\x32','\xf2','\x99','\x94','\x04','\xbb','\xd0','\x80','\x4e','\x70','\x17','\x5e','\x62','\x66','\x95','\x59','\x37','\x3b','\xe5','\x3a','\x34','\xd6','\x55','\xd2','\xed','\x2a','\x65','\x0b','\x94','\x3d','\x2d','\x1e','\xc5','\x18','\x7c','\x07','\x89','\x17','\xa5','\xa8','\xa2','\x11','\x08','\xed','\xb3','\x25','\x6b','\xb2','\x59','\x9d','\x73','\xcb','\x9f','\x73','\xcd','\x21','\x62','\x1e','\x48','\x09','\xff','\xdd','\xa4','\xc2','\x7f','\x62','\x52','\x9b','\x18','\xa4','\xe4','\x83','\x49','\xdb','\xef','\x40','\x0c','\x68','\xa2','\x6d','\x85','\x1a','\x51','\x7e','\xe9','\xbe','\xd0','\x85','\x5c','\xc8','\x59','\xe7','\x41','\x4b','\xd1','\xaa','\xc2','\xbf','\xa5','\xa8','\xa6','\x12','\x81','\x82','\xac','\xf5','\x4e','\xeb','\x08','\x3a','\xa5','\xa3','\x94','\x36','\x83','\x52','\x19','\x4f','\x04','\xbf','\xb9','\x24','\x19','\x57','\xfc','\xe2','\x95','\x26','\x3e','\x78','\x0d','\x72','\x92','\xc9','\x8b','\x85','\x37','\x2e','\x6e','\x96','\x35','\xc8','\xfd','\xce','\x93','\xf4','\x0f','\x13','\xf4','\x69','\x49','\xbd','\x7b','\x4d','\x1b','\x3a','\x43','\x86','\x1c','\x9c','\x71','\x66','\x65','\x5c','\x69','\x06','\x71','\x65','\x4a','\x38','\x4a','\x5f','\x41','\xf4','\x1d','\x4c','\xd7','\x84','\xd3','\xeb','\x0c','\xaf','\x41','\x25','\x85','\x0e','\x98','\x78','\xa5','\xbb','\xe6','\x9c','\x58','\x73','\x8e','\x05','\xaf','\xbc','\xee','\x8c','\xbc','\x21','\xce','\xd9','\x6f','\x27','\x43','\x6e','\x00','\x1c','\xea','\xc8','\xb0','\x19','\xf0','\xa2','\x22','\xd8','\xac','\x20','\x9a','\x43','\x5a','\x0e','\xeb','\x0a','\x9f','\xc5','\x58','\x89','\x44','\xf0','\x99','\x1f','\xe3','\xc7','\x80','\xe4','\x8a','\x32','\x4f','\x63','\x9e','\x1e','\xba','\xf8','\x54','\xf9','\xe2','\x85','\x77','\x2e','\xd2','\xb2','\x4e','\x2b','\x0c','\xf2','\xd2','\xf3','\x94','\x56','\x53','\xf2','\x73','\xc6','\xc5','\x34','\x01','\x90','\x25','\x3a','\x09','\xec','\x52','\xbc','\xe7','\x20','\xed','\xc4','\x99','\xe3','\x7b','\x84','\xff','\x80','\x6d','\x15','\xdb','\x50','\x76','\x8f','\x18','\x8c','\x18','\x6d','\x62','\xd6','\x54','\xc9','\x1f','\xa1','\x51','\xa6','\xa7','\xf3','\x52','\x4f','\x4a','\xf2','\xd2','\x18','\xb0','\xaf','\x42','\xf3','\x12','\xd0','\xbe','\xdb','\xa0','\x82','\x6c','\x67','\xb1','\x91','\x25','\x66','\x44','\xcd','\x47','\x64','\x47','\x8c','\x6a','\x60','\x60','\x69','\x2a','\x74','\xd8','\xae','\x54','\x7f','\xa1','\x93','\x97','\x3e','\xba','\x08','\x28','\xad','\xbf','\xf3','\xc5','\xa3','\xbe','\x40','\x52','\x15','\xc0','\xeb','\xa0','\xd6','\xe1','\xe8','\xb3','\xcd','\x93','\xc7','\x09','\x5b','\x20','\xfa','\x76','\xe1','\x58','\xde','\xd0','\x10','\x12','\xfe','\x49','\x48','\x32','\x87','\xc0','\x52','\x02','\xf2','\xe1','\x7e','\xd9','\x4b','\x2c','\x9c','\xbf','\xe3','\x5a','\x19','\x13','\xb3','\x11','\x6a','\x8d','\x9e','\x3a','\x7e','\x8b','\x55','\xe0','\xbe','\xdc','\x95','\xb7','\x5c','\xfc','\xdb','\x7e','\x87','\x7e','\x9f','\x3f','\xdc','\x6b','\x05','\xfd','\xcb','\xbd','\xe2','\x85','\xdc','\xea','\x91','\xdc','\xea','\x97','\xec','\x48','\xd9','\x56','\x19','\xe0','\xa8','\xbb','\x61','\xd9','\x78','\x1e','\x11','\xbf','\xfd','\x0c','\x52','\x21','\x83','\xdf','\x65','\x15','\xd4','\xae','\xa0','\xda','\x3f','\x44','\xec','\x3f','\x20','\x76','\x16','\xb1','\xe5','\xd6','\x43','\x88','\x0f','\xa3','\xd1','\x1e','\x52','\x7a','\x60','\x81','\x8b','\x3b','\x48','\x14','\xfd','\x71','\xcc','\x32','\x1b','\x73','\x23','\xe7','\xfc','\xe1','\x94','\x11','\xf9','\x63','\x43','\x2d','\xcd','\xf1','\xb7','\xfd','\x53','\x8b','\x46','\x91','\x18','\x0f','\x90','\xb9','\x23','\xd7','\xfd','\xe9','\x45','\xa3','\x0a','\x4f','\x8f','\x82','\xc6','\x25','\x11','\xe7','\x69','\x04','\x3a','\x3d','\xb5','\x33','\xc2','\x4a','\x17','\xba','\xd6','\x8d','\x33','\xa5','\x55','\x18','\x94','\x4e','\xa3','\xd2','\xb2','\x51','\x7a','\xb9','\x56','\x72','\x4d','\xeb','\xcc','\xb5','\xd2','\x52','\x04','\x1a','\x7c','\xd2','\x00','\x60','\x4b','\x7c','\x6f','\xb5','\xfb','\xff','\x5d','\xa9','\xbd','\xee','\x1a','\x19','\x07','\x8d','\x39','\x68','\xc6','\x11','\xfb','\x40','\x4a','\x1c','\xa7','\x05','\x1f','\xa4','\x80','\x32','\xee','\x48','\xc6','\xe5','\x97','\xbb','\x0a','\x88','\x58','\x80','\xc5','\x32','\xee','\x9e','\xcb','\x5d','\xf1','\xe2','\xe1','\x90','\xfd','\x8f','\x43','\xce','\x79','\xce','\x93','\x67','\x2f','\xd2','\x98','\xb0','\x55','\x9a','\xac','\xc3','\x3f','\x29','\x9f','\x13','\x8e','\x1f','\xdd','\xdd','\xef','\xb0','\xc5','\x6e','\x6d','\x44','\x76','\x70','\x1d','\xdf','\xc9','\x30','\x70','\x17','\x3c','\xf6','\xfb','\xe8','\x49','\x05','\xef','\x69','\xa8','\xbd','\x37','\x34','\x14','\xc9','\x06','\xdf','\xdb','\x99','\xef','\x46','\x65','\x06','\x69','\x2a','\x71','\xa1','\x4c','\x93','\xb7','\x0d','\x1c','\x71','\x8b','\x0f','\xf8','\xd6','\x6d','\x52','\x9c','\x94','\xf6','\x40','\x57','\x3c','\x5a','\xb7','\xe4','\x38','\xda','\x4d','\x88','\xa0','\xb8','\x41','\x46','\xab','\xe4','\xfe','\x69','\x29','\x6b','\x18','\x46','\x45','\xa5','\xee','\x44','\x31','\xe8','\xbf','\x81','\x80','\x01','\x14','\xa9','\x75','\x08','\xdb','\x25','\x9e','\x93','\x62','\x8f','\x46','\xae','\xf7','\xf9','\xde','\x7b','\x80','\xc6','\xbf','\x87','\x0e','\x9d','\x0e','\x89','\x3f','\xa9','\x47','\x9f','\xee','\x40','\x0b','\x39','\x33','\xed','\x0f','\x9a','\xe6','\x9c','\x97','\x5d','\xb6','\xb3','\x8a','\x1d','\xc1','\xad','\x08','\xb1','\x88','\x36','\xaa','\x9a','\xbf','\x60','\x5d','\xa8','\x91','\x1e','\x31','\xaf','\x1a','\xed','\xbe','\x4c','\x68','\xc5','\x65','\xb9','\x7b','\xd9','\xf4','\x90','\x19','\xd1','\xbd','\x3d','\xa1','\x96','\xb6','\x9c','\xe7','\x8d','\xf4','\xc9','\x66','\xbc','\x44','\xc5','\x84','\x47','\xa5','\x44','\xe7','\x14','\xa1','\xcf','\xb8','\x92','\xc7','\xbe','\x29','\x09','\xf6','\x65','\xf0','\x2e','\x6c','\xf7','\x75','\xfe','\x9c','\xad','\x83','\xeb','\x29','\x9d','\x34','\x8d','\x2d','\x7d','\xd0','\x2c','\x17','\x3d','\xf1','\xc1','\xb2','\xc1','\x07','\xa3','\xa3','\xe2','\x5e','\x3d','\x74','\xa1','\x2d','\x3c','\x95','\x5a','\xff','\x13','\xe5','\xd3','\x6d','\xf1','\x81','\x50','\x06','\xf1','\xf7','\xbc','\x7b','\x42','\xf6','\x3d','\x21','\xf7','\x9e','\x90','\xff','\x9b','\x39','\x62','\xfd','\x84','\x7e','\xe2','\x37','\xe8','\x27','\xf2','\x97','\x3e','\xc1','\x5a','\x9f','\x60','\xc6','\x27','\x58','\xfb','\x99','\x77','\x5e','\x79','\x3a','\x97','\xa8','\x4d','\x63','\x33','\x8f','\xcc','\x5c','\xd7','\x7a','\x97','\x98','\xb9','\x6d','\xb3','\xde','\xed','\x8a','\x47','\x94','\xf1','\xd0','\x7b','\xb6','\xb2','\x66','\xa7','\x43','\xf6','\xbb','\x5b','\xcd','\x9e','\xc9','\x40','\x96','\x6e','\xdb','\xc6','\x33','\x76','\xe1','\xbd','\x41','\x51','\xf6','\xd3','\x7d','\x5b','\x2e','\xbc','\xc3','\x19','\xf3','\x21','\x50','\xfe','\x09','\xd9','\xb7','\xec','\x8f','\x2a','\x84','\x7e','\xa6','\xd7','\x78','\x28','\x36','\x90','\xe1','\x4a','\x69','\xa4','\xb2','\x98','\xac','\x4c','\x09','\x1b','\x6c','\x51','\x1c','\xad','\x90','\xce','\x3a','\xd4','\xf7','\x67','\x96','\x4f','\x86','\x96','\x69','\x20','\xe1','\x11','\xf0','\xf3','\x0f','\xf2','\xbc','\x6d','\xc3','\xfb','\xc3','\x4c','\x4c','\xd8','\x64','\x1b','\xda','\x8d','\x41','\x60','\x68','\xa8','\x6f','\x5c','\xbc','\xb2','\x97','\xee','\xdd','\xab','\x0d','\x0d','\xb3','\xf4','\xe7','\x1f','\x68','\xbf','\x36','\x6b','\x5f','\x3d','\x8d','\x94','\xd4','\x19','\x87','\xfa','\x9c','\x6e','\x38','\x60','\x5d','\x9f','\xf7','\x07','\x62','\xc2','\x1e','\x5e','\xc3','\x0f','\xdf','\xbc','\xfd','\xb0','\x78','\xbc','\x7e','\xeb','\xc4','\x77','\x26','\x8f','\x5d','\xbf','\x75','\x4c','\x3e','\xd6','\xd7','\x31','\xbd','\xea','\xd0','\x3f','\xab','\xd2','\xef','\x4c','\xd2','\xef','\x89','\x03','\xe2','\x08','\xf5','\x88','\xee','\x18','\x94','\xd7','\xc8','\xaa','\x49','\x56','\xab','\xa8','\x6b','\xa1','\x33','\x9e','\x7d','\xc6','\x36','\x7f','\x86','\xb2','\xab','\x24','\xbb','\xea','\x47','\x56','\x51','\x84','\x23','\x62','\x43','\x7b','\x13','\xb4','\x46','\x59','\x5d','\xb6','\x50','\x6f','\x2f','\xd4','\x6b','\x0b','\x75','\xd6','\xb7','\x47','\x02','\xbc','\xcd','\xce','\x7a','\x8a','\x1e','\x42','\x85','\x77','\xbc','\x4c','\xc8','\xce','\x28','\xb8','\xf0','\x26','\x67','\x13','\x88','\x7d','\xf0','\xff','\xcf','\xde','\xff','\xc7','\xb7','\x71','\x5d','\xf7','\xa2','\xe8','\x1e','\x0c','\xb2','\x01','\xc5','\x9b','\xe0','\xd0','\xf2','\x71','\x37','\x48','\x98','\x18','\x4a','\x2a','\xeb','\xf6','\x23','\x29','\x1b','\x80','\x4a','\x41','\xb1','\x2a','\x80','\xa2','\x0a','\xdb','\x7d','\x70','\xec','\xdb','\xf3','\xe3','\x32','\x3f','\x6e','\x33','\x20','\xe0','\xa1','\xec','\x52','\x11','\x5c','\xe7','\xf9','\xa9','\xf7','\x30','\x9c','\xa1','\xa8','\x03','\x31','\xed','\x44','\xa2','\x95','\x7c','\x7c','\xa1','\xc4','\xc7','\x52','\xda','\x5c','\x9f','\x9e','\x73','\x7b','\xde','\xa5','\x9d','\x5e','\x9f','\x9c','\x77','\x73','\xaa','\xa1','\xc8','\x07','\xd3','\x2d','\x6a','\x29','\x6d','\x3e','\xf7','\x2a','\x6d','\x5e','\x0d','\x47','\x39','\x8a','\xcf','\xe7','\xe3','\x7b','\x02','\xd7','\xf9','\xa8','\x70','\x0c','\x63','\xde','\x5e','\x7b','\x06','\x3f','\xf8','\x43','\x4e','\x7b','\xde','\xfb','\x33','\xfc','\x7c','\x3d','\xde','\x02','\xc9','\xcd','\x99','\x3d','\x7b','\xaf','\xbd','\xd6','\xda','\x6b','\x7d','\x17','\x4a','\xd5','\x48','\x4c','\x6e','\xc5','\x10','\x4a','\xd5','\xd1','\x96','\x90','\xc8','\xb1','\x1e','\x5e','\x91','\xee','\x22','\x4d','\xfd','\xa8','\xc9','\xf6','\x90','\xee','\x15','\x81','\x61','\x7b','\x90','\xab','\x65','\x60','\xe7','\x92','\xd8','\x40','\xf7','\x0a','\xec','\x50','\xbf','\x45','\xd8','\x97','\xad','\xc4','\xc0','\xb7','\xf9','\xc6','\x91','\x9e','\x42','\xc6','\xbb','\xe6','\x94','\x8c','\xa6','\x64','\x51','\x4c','\x56','\x47','\x5a','\x01','\x19','\x6f','\x91','\x29','\xb9','\xc5','\x55','\x27','\xe0','\x66','\x13','\xb2','\x3a','\x88','\x94','\x4d','\x57','\x54','\xf1','\x89','\x68','\x3d','\x39','\xc2','\x0d','\x6f','\x99','\xbf','\xf7','\x90','\x5c','\x27','\x86','\x54','\x75','\xfd','\x36','\x00','\x2e','\xcd','\xde','\xb3','\x02','\x12','\xa0','\x7f','\xde','\xea','\xcf','\x59','\x77','\x09','\x11','\x27','\x22','\xba','\xad','\xdd','\x92','\x35','\x21','\x59','\x0b','\x3d','\x75','\x63','\x64','\x34','\x2b','\xa3','\x8d','\x7c','\xd4','\x62','\x8d','\x6f','\x43','\xe6','\xdf','\x66','\x30','\x90','\xf8','\x0f','\x94','\x85','\x87','\x24','\x89','\xd0','\xe7','\x10','\x7a','\x95','\x8f','\x89','\x13','\x42','\x73','\x75','\x14','\xda','\xcc','\x73','\xb2','\x88','\x58','\x55','\x10','\x91','\x51','\x14','\x8f','\xd6','\x0f','\xfc','\x91','\x92','\xbc','\x56','\x8f','\x2d','\x2a','\xb1','\xa0','\x92','\xe8','\xaf','\x1f','\xf4','\xa1','\x07','\x30','\x4b','\x04','\x1a','\x09','\xc2','\x76','\x0f','\x6a','\xf9','\x9c','\x3d','\x21','\x17','\x17','\x48','\x54','\x2e','\xe2','\x0d','\xf7','\xf3','\x3f','\x76','\x92','\xc5','\xda','\x92','\x13','\x42','\x6a','\xdb','\x81','\x61','\x1e','\x45','\xdb','\xf6','\x51','\x61','\x30','\x3e','\xef','\x54','\x0d','\x77','\x64','\xc2','\x96','\xf3','\x81','\x37','\x2c','\x43','\x39','\x2b','\x21','\x0a','\xa6','\x2c','\xf0','\xc7','\x8f','\xd0','\x2d','\x7f','\x0b','\xa2','\x68','\x36','\x50','\x44','\x72','\xd5','\x40','\x25','\xce','\x15','\x6f','\xcb','\xf0','\x90','\x6a','\x86','\xf9','\x68','\xbf','\xd4','\xfd','\x27','\x5c','\x25','\x33','\x2c','\x99','\xc3','\x92','\xd5','\x30','\x5a','\x9a','\x60','\xd8','\x76','\xfd','\x30','\x2e','\x5f','\x81','\x5b','\xcf','\xc5','\x9d','\x42','\xc2','\x14','\xc8','\xd2','\xb1','\xb7','\xe1','\xb7','\xe2','\x33','\xe1','\x03','\x7b','\x9d','\x65','\xe2','\x95','\x68','\x19','\x17','\xb1','\xa9','\x39','\x3c','\x34','\x95','\x89','\x4c','\x8d','\x36','\x4e','\xde','\xd6','\xa6','\xc7','\xd2','\x05','\xd7','\xe3','\x72','\x04','\xce','\x32','\x7a','\xf9','\x0f','\x11','\x14','\x9f','\x9a','\x9c','\x0b','\xfd','\xcb','\xda','\xdb','\xa7','\xb4','\x2a','\xd5','\x20','\x13','\x3f','\xda','\x82','\x46','\xa3','\x56','\x3d','\x55','\xaf','\x7e','\xf2','\xed','\xea','\x80','\x5e','\xdd','\xa9','\x57','\xe3','\x1a','\xd9','\xa3','\x91','\xfb','\x35','\x92','\xd6','\x88','\x29','\xe2','\xc3','\xbb','\x43','\x77','\x27','\xdd','\xa0','\x67','\x6b','\xf3','\xf4','\xc6','\x35','\x16','\x38','\x7d','\xea','\xbe','\x79','\xf3','\x4d','\xab','\x26','\xb5','\xf3','\x41','\x42','\xa2','\x48','\x77','\x87','\x3a','\xd8','\x79','\xc7','\x92','\xc4','\x96','\xea','\xee','\xaa','\xfe','\x97','\x2c','\xf2','\x8e','\x75','\x5f','\xaa','\xb9','\x3f','\x66','\x3d','\x32','\x6f','\x5a','\x2b','\x26','\x59','\xb1','\xdc','\x93','\xd6','\x6e','\x74','\xba','\x08','\x84','\xeb','\xc6','\x47','\x6d','\xca','\xa6','\xd9','\xf2','\xcf','\x3b','\x18','\x53','\xde','\xb3','\x04','\x24','\x05','\x4b','\xdf','\xc7','\xb1','\xb2','\xf3','\x9e','\x22','\xf9','\x76','\xed','\xfb','\x43','\x67','\xd7','\xa8','\xfa','\x8b','\xbf','\xa2','\xde','\xff','\xb2','\xaa','\xee','\xda','\x93','\xba','\xd9','\x92','\x7d','\xea','\xd1','\xb8','\x6a','\xfc','\x54','\x2d','\xc4','\xd5','\xc7','\xe3','\x7b','\x0a','\xdf','\x6c','\x4d','\xbf','\xac','\xce','\xbe','\xac','\x1e','\x8f','\xab','\x1a','\x60','\x97','\xf6','\xae','\xa3','\x4d','\xa1','\x0e','\xef','\x4a','\x5e','\xa6','\x53','\x46','\xb3','\x20','\xa3','\xe3','\x32','\x2a','\xc8','\x44','\x77','\x5a','\x5d','\xaa','\x0a','\x3a','\x97','\x67','\x47','\xf2','\x13','\x6e','\x29','\x04','\xaa','\x6f','\x57','\x07','\xc1','\xe5','\x4d','\x0d','\x61','\x4a','\x20','\xaf','\x13','\xa2','\x46','\x8e','\xe1','\xc1','\xb3','\x8e','\x13','\xf2','\x6a','\x9c','\x51','\xea','\x34','\x92','\x18','\x41','\x1d','\x31','\x2c','\x2a','\xc4','\xf5','\xe6','\x7e','\xf6','\xf0','\xa6','\xf6','\xf2','\x47','\x71','\xd1','\xac','\x52','\x85','\x2a','\x91','\xbe','\x3d','\x49','\x52','\x49','\xa3','\x19','\xe4','\x3b','\xae','\x91','\xbb','\x23','\xa7','\x46','\xce','\x25','\x5a','\x95','\x11','\xdb','\xde','\x7e','\x5d','\xb8','\xd8','\xec','\x9f','\x17','\xaf','\x58','\x14','\xb3','\xf0','\x09','\x33','\x4d','\x42','\x9d','\xc2','\xe5','\xc2','\x86','\x5d','\x41','\x9e','\x86','\x79','\x55','\x24','\x6f','\x74','\xf4','\xcc','\x8d','\x72','\x55','\xb8','\xdd','\x68','\x04','\x38','\x2d','\x69','\x5c','\x1e','\xe4','\x46','\xca','\x59','\x99','\x42','\x1d','\x2b','\x03','\x6a','\xe6','\x25','\xe5','\x60','\x9b','\x89','\xc5','\xe7','\x96','\xde','\xe8','\x60','\x53','\x9e','\x42','\x9f','\x09','\x67','\x50','\xa4','\xe7','\xf0','\x08','\xce','\x89','\x28','\x6d','\x46','\x1b','\x33','\xe1','\x72','\x96','\xff','\xd8','\xc8','\x12','\xd9','\x98','\xa7','\x30','\xeb','\xf2','\x1b','\x8b','\x00','\x8e','\xf4','\x2a','\x32','\x6e','\xd1','\xc2','\xab','\xcd','\x42','\x95','\x16','\xfe','\x8c','\x15','\xfe','\x92','\x15','\xde','\xd4','\x0a','\xb6','\x6d','\xac','\xd4','\x0a','\xab','\xc9','\x42','\x25','\x5a','\xa8','\xe2','\x42','\x1d','\x15','\xae','\x35','\xf8','\x0f','\x18','\x62','\xc5','\x68','\x2e','\x31','\x56','\x7f','\xc3','\x65','\xc8','\xf2','\xa1','\xc0','\x2f','\xf9','\xf1','\xe1','\x16','\x56','\xf7','\xdc','\xda','\xb3','\xa7','\xb2','\x7b','\x4f','\xe5','\x17','\xf7','\x54','\x4e','\x7d','\xa6','\x12','\xb3','\x2a','\x23','\x66','\x45','\xd6','\x2a','\x98','\x56','\x08','\xa9','\x44','\xdf','\xae','\xc4','\xcc','\xca','\x8a','\x09','\x6c','\x66','\xd2','\x12','\x1e','\x28','\xe3','\xbe','\x25','\xfc','\x91','\xcb','\x70','\xae','\x92','\x42','\x47','\xb8','\x30','\x6c','\x07','\xff','\xe0','\x3e','\x51','\x93','\x11','\xf9','\xd3','\xa6','\x9f','\x69','\x41','\x1a','\x77','\xde','\x8e','\xcf','\x12','\x7f','\x5a','\xe4','\x72','\x25','\x92','\xc1','\x04','\xa3','\x02','\x2c','\xc1','\xea','\x09','\x56','\xe4','\x8d','\x7c','\x1c','\x30','\x91','\x48','\x2e','\xa4','\x86','\xb8','\xfe','\x0c','\x76','\x13','\x26','\xef','\x38','\xc4','\xd6','\x11','\xc7','\xba','\x6e','\xae','\xe9','\xc7','\x2a','\x99','\x42','\xab','\x32','\x7d','\xeb','\x85','\x8f','\xcc','\x93','\x3e','\x1f','\x6c','\x82','\x41','\xb1','\x09','\x52','\x30','\x1a','\x69','\x9d','\x5b','\xe3','\x46','\x43','\x18','\x90','\x80','\x24','\x7f','\x05','\x7c','\xbd','\xcb','\x60','\xd6','\x39','\x0b','\x42','\xbc','\xf0','\x19','\xe5','\x4f','\x53','\x3f','\xd7','\xae','\xe8','\xa0','\xf1','\xb6','\x73','\x98','\x78','\xde','\xeb','\x44','\x92','\xb6','\xef','\x27','\x9a','\x60','\x4d','\x71','\x3f','\xe9','\x7c','\x1c','\x71','\x4c','\x24','\xd0','\x42','\x4a','\x46','\xc3','\x7c','\x7f','\x1a','\xa8','\xe3','\x68','\xbf','\x43','\xa5','\x12','\x80','\xeb','\xc3','\x79','\x4c','\x13','\x38','\x7c','\x9b','\xb4','\x0e','\xcc','\x16','\xb9','\x12','\xac','\x6c','\x5e','\xc8','\xdb','\xac','\x62','\xe1','\xc8','\xde','\x78','\x3f','\xaa','\xe2','\x57','\x14','\xbe','\xf7','\x18','\x6f','\xef','\x3e','\x4c','\x52','\x97','\xd1','\xd3','\x08','\x3d','\x1d','\x4e','\x7e','\x33','\xcc','\x12','\x3d','\x48','\xf1','\xeb','\x40','\x9c','\xc5','\xe2','\x6c','\x24','\x81','\xc6','\x53','\x5c','\xdc','\xc2','\xfc','\xe1','\x82','\xe5','\x4d','\x33','\xbb','\x62','\xce','\xcc','\x9b','\x27','\x44','\x82','\x3f','\x97','\x27','\x8e','\xad','\x80','\xe3','\x28','\x48','\x23','\x41','\x3a','\x4c','\xe8','\x7d','\x67','\x94','\xc3','\x6b','\x6c','\x6f','\xc5','\xad','\x2a','\xa5','\x5a','\x58','\x05','\x07','\x23','\x4a','\x13','\x94','\x71','\xcb','\xf3','\x4d','\x04','\x91','\x71','\x0e','\xe5','\x09','\x37','\xba','\x1b','\x53','\x8a','\xa6','\xdf','\x6f','\x17','\x7e','\xdd','\x3c','\xbe','\x80','\x0a','\x01','\x53','\x27','\xf5','\xa9','\x64','\x2a','\xff','\x57','\xe7','\xf2','\x43','\x28','\x9f','\x00','\xe2','\x9a','\x93','\x79','\xa4','\x4f','\x20','\x6d','\x81','\xe6','\xba','\x4b','\x1e','\x0c','\x73','\x6d','\xa3','\x99','\xb6','\x95','\x65','\x71','\x5b','\x76','\x20','\xd1','\xfe','\x3b','\x28','\x4c','\xca','\x67','\x5f','\x9b','\x17','\x54','\x04','\xed','\x60','\xde','\xa9','\xf1','\x2e','\x52','\x16','\x10','\x5d','\x6d','\x06','\xf9','\x12','\x61','\xc4','\xf9','\x29','\x41','\x72','\x93','\x9b','\xab','\xa9','\x9b','\x08','\x0e','\x47','\xf2','\xdb','\x34','\x58','\xde','\xc7','\xf2','\x72','\x82','\xab','\x37','\x2b','\x2d','\xbf','\xca','\x02','\xa9','\x86','\xcb','\xb2','\x27','\x74','\x11','\x4f','\xc3','\x4e','\xa6','\xea','\xc9','\x04','\x9b','\x94','\x51','\xd9','\x27','\x24','\xcc','\x19','\x41','\x60','\xdb','\x66','\xb6','\xee','\x02','\x6a','\x56','\x0a','\xae','\x6b','\x78','\x2e','\xad','\x5b','\x42','\x97','\x0b','\xb2','\xd4','\x37','\xa0','\xf4','\x24','\xd7','\x8a','\xa1','\x7e','\x6e','\x3d','\xec','\x57','\x00','\x3d','\x0d','\xca','\x15','\x97','\x67','\x82','\xf1','\xfc','\xe8','\xae','\xfc','\xee','\x8c','\x96','\xb0','\x8c','\x3a','\x49','\xd5','\x36','\xd4','\x83','\xae','\x62','\xe7','\xc7','\x8e','\xa8','\xe4','\x58','\xa4','\x6a','\x0d','\x98','\x07','\x56','\x83','\xe1','\x52','\x28','\x7c','\x3e','\x12','\xfe','\x0f','\x5a','\xb8','\x64','\x72','\x0c','\x94','\xb8','\xf5','\xa6','\x09','\x86','\x84','\xe4','\xee','\x52','\x34','\x8f','\x43','\x82','\x70','\x19','\xfd','\xb7','\xdc','\x0f','\x41','\x3b','\xc5','\x99','\xa3','\xca','\x8d','\x79','\x8d','\xce','\x43','\xb5','\x62','\xd6','\x0d','\x4e','\xee','\x9c','\xfd','\x48','\x5e','\x05','\xb7','\x7f','\x28','\x66','\x7b','\xe5','\x6a','\x37','\xfa','\xb4','\x97','\x5a','\x56','\x64','\x2d','\x79','\x0a','\x92','\x86','\x82','\xb9','\xd5','\x25','\xc9','\x25','\x07','\x58','\xf0','\xc9','\x32','\x00','\xcb','\x32','\x95','\x9d','\x9a','\xd4','\x0a','\x7a','\x75','\x3d','\x04','\x69','\x06','\x35','\x07','\x95','\x33','\x61','\x96','\x89','\x5d','\x3e','\xce','\xd2','\xac','\xe8','\x34','\x9f','\xd2','\x4e','\xbe','\xac','\xe9','\x07','\x8c','\x1a','\x03','\x4e','\x20','\x8d','\xf1','\x06','\x7f','\x86','\x52','\x9a','\x41','\xd9','\x16','\x1a','\x2b','\x91','\x04','\x0e','\x1d','\x38','\x82','\x99','\xbb','\xa1','\x6e','\xac','\x6f','\xd5','\x7b','\x0e','\x9b','\xa0','\xd5','\x6d','\xe0','\x54','\x13','\x08','\xd0','\x26','\xa9','\x9b','\x85','\xbd','\x56','\x36','\x55','\xc1','\x57','\x4c','\xb8','\x68','\x13','\xc6','\x82','\x9b','\x95','\xef','\xa7','\x9a','\x3f','\xa2','\xf9','\x99','\x11','\x3c','\x9e','\xda','\x71','\x0e','\x2c','\x29','\x1a','\x15','\xc9','\xd4','\xf7','\x6b','\xc5','\x63','\xfc','\x7d','\x79','\xf9','\xd4','\x49','\x51','\x07','\x53','\xda','\x78','\x7e','\xa1','\xa5','\x89','\x56','\x54','\xbc','\x60','\x89','\xab','\x28','\x3c','\x4f','\xef','\x42','\x4b','\x5c','\xab','\xfd','\x28','\x3a','\x15','\x47','\x9f','\x5d','\x75','\x2a','\x3e','\x94','\x76','\x63','\x0f','\xfc','\x10','\x87','\x69','\x87','\x20','\x36','\x3b','\xa2','\x89','\xf8','\xf0','\x00','\x8a','\xe0','\x63','\x34','\xf3','\x34','\x1d','\xcd','\x95','\xc7','\xc6','\xcb','\x63','\x22','\x0b','\x01','\x1f','\xa7','\xce','\x6d','\xd8','\x6e','\x38','\xfa','\x11','\x58','\xd7','\xc3','\xda','\xe0','\xbd','\x5a','\x74','\x0c','\x9d','\x1a','\x0d','\x94','\x33','\x49','\x48','\x7b','\xc7','\x1b','\xa1','\xc0','\x4b','\x86','\x3a','\x11','\x26','\x66','\x45','\xcc','\xe2','\x99','\xa4','\xff','\xd8','\x81','\x60','\x75','\x2c','\xbc','\x98','\x78','\xa7','\xfc','\x74','\x51','\xd1','\xd8','\xee','\x5a','\xd2','\xb6','\xe9','\x76','\xfa','\x61','\x2f','\x4f','\x60','\x0f','\x5f','\x81','\xc7','\x4c','\x65','\x72','\xdd','\x33','\x0d','\x45','\xb7','\xe3','\x1a','\xf5','\x0b','\x10','\x8d','\x06','\xb9','\x10','\xce','\x03','\xe9','\x2f','\x9b','\x50','\xeb','\x4f','\xd3','\x22','\x17','\x34','\xab','\x21','\xb6','\x80','\xb9','\x19','\xf2','\x71','\xc1','\x0b','\x11','\x0c','\x2a','\xe7','\xce','\x44','\xb2','\x19','\x7a','\x3f','\xff','\xb1','\x04','\x1f','\x48','\x35','\x89','\xd2','\xf7','\x1b','\x8d','\x2c','\x04','\xf1','\x80','\xb7','\x30','\x62','\x34','\xee','\xcd','\xd3','\xb1','\x3c','\x1d','\xcd','\xd3','\x4c','\x9e','\x96','\x8c','\x06','\xce','\x0f','\xe2','\xfc','\x47','\xf1','\xc4','\x47','\x21','\xfd','\x6a','\x15','\xcf','\x2e','\x04','\xc2','\x40','\xe0','\xd2','\x56','\x0e','\x83','\xa8','\x1c','\x42','\x93','\x84','\xfc','\x4b','\xa7','\x75','\x8a','\x9a','\x61','\x25','\x13','\xbe','\xbc','\x87','\x1a','\x8d','\x46','\xed','\xe4','\xef','\x6a','\xfa','\x6f','\x19','\x35','\x28','\x3d','\xa6','\x69','\x8a','\x37','\x85','\x90','\x7a','\x4b','\xcb','\x55','\x22','\x13','\x38','\x64','\x1d','\xc1','\x30','\xab','\x65','\x33','\x23','\x78','\x63','\x74','\xc7','\xd1','\xf1','\x19','\xfd','\x4c','\x46','\x9f','\x39','\x3e','\x77','\x3f','\xd3','\x95','\x88','\x9e','\x72','\xf4','\xc9','\x31','\xbd','\xcc','\xf4','\x68','\x7d','\x8e','\x32','\x9d','\x42','\x43','\x97','\x4c','\x7d','\x64','\x49','\x3f','\x64','\xcd','\xc5','\x4a','\x7a','\xee','\xac','\xb6','\xb2','\x20','\x05','\xe0','\xa8','\xb2','\x5d','\x07','\xa1','\x47','\xeb','\x13','\xd5','\x40','\xc0','\xb1','\x1f','\x62','\x11','\x92','\x1a','\xa6','\xd1','\xfb','\x0a','\xe8','\xd7','\x4a','\x74','\xdf','\xd9','\xe6','\x0c','\xa1','\xd9','\x8f','\x32','\xeb','\x6e','\x41','\x73','\xcd','\x05','\xbb','\x5c','\x24','\x18','\x02','\xda','\x49','\xcd','\xe3','\x8f','\xb2','\xca','\x34','\x7b','\x83','\x9e','\xb8','\xd4','\x38','\x41','\x69','\x48','\x04','\x8d','\x38','\xa6','\xcf','\x15','\xe0','\xc0','\xe2','\xf2','\xec','\x62','\xe4','\x3b','\x8b','\xc0','\xe2','\x32','\xb0','\x38','\x33','\xb0','\x98','\x8d','\x36','\xac','\x4e','\xc9','\x42','\xe9','\xb4','\xa7','\x67','\x8a','\x75','\xca','\x67','\xef','\x9d','\xca','\x48','\x79','\xff','\x0c','\xce','\xe0','\xe0','\x30','\xf6','\x17','\xf1','\x47','\x5c','\x4a','\x5b','\x84','\x63','\x66','\xc0','\xae','\xcd','\xa1','\xb9','\x24','\x3a','\xac','\xc2','\x0b','\xaf','\x19','\xa6','\x1b','\x9b','\x5e','\x91','\xae','\x38','\x1e','\x7b','\xb4','\x60','\xd3','\x32','\xac','\x4d','\x31','\x8d','\x55','\xfe','\x63','\x13','\x41','\xdb','\x38','\x77','\x3d','\x4f','\xaa','\x79','\x5a','\xc9','\x2b','\xaf','\xe6','\xd5','\x55','\xe3','\x41','\xe0','\x4f','\xe0','\x13','\x3a','\x8d','\xe1','\xb4','\x85','\x92','\x33','\x7d','\xc1','\x0c','\xb9','\x71','\x1c','\x3d','\xc6','\xa0','\xf6','\xe2','\x63','\x1f','\x43','\x4b','\xa3','\x52','\xb4','\x46','\x14','\xb5','\xa5','\xa8','\x84','\x37','\x80','\x58','\x58','\x05','\xbf','\xf1','\x2a','\xe9','\x8b','\x12','\x2e','\x3f','\x37','\xf2','\x54','\xdc','\x81','\x87','\xd3','\x13','\x6e','\x22','\xce','\x5c','\xb0','\xee','\xf4','\x36','\xb6','\x9e','\x65','\x4c','\xc8','\x66','\x87','\xa9','\x60','\x0a','\x34','\x5e','\x0e','\xfc','\x84','\xe3','\x14','\xa8','\xa6','\x47','\xb4','\x29','\x66','\xe4','\x8f','\xa7','\xf2','\xed','\x8d','\x32','\xaf','\xb0','\x93','\xf7','\x6b','\xfa','\x31','\x2d','\x57','\xb2','\x21','\x10','\x07','\xd7','\x34','\x62','\x68','\x6c','\x38','\x67','\x8b','\xec','\xc4','\x94','\x23','\x58','\x94','\x4d','\xfa','\x1a','\x51','\x4e','\xb6','\xd4','\x19','\xf2','\x59','\x8b','\x00','\xab','\x58','\x7f','\x13','\x55','\x89','\xf3','\x36','\xa1','\x55','\x42','\xaf','\x35','\xe1','\xda','\xc6','\xd0','\xb5','\x66','\xf8','\x0c','\xa2','\x01','\xfe','\x76','\x31','\x70','\xb8','\xf3','\x9d','\x35','\x89','\x36','\xe6','\xe9','\x70','\x7d','\xa1','\xb9','\x0d','\xe5','\x80','\xd6','\x86','\x4d','\xdd','\x70','\x2f','\x09','\x25','\x7d','\x50','\xf5','\xbe','\x48','\x65','\x60','\xa9','\xe6','\x3b','\x6f','\x28','\xea','\x95','\x1b','\xb8','\xc0','\x77','\xc8','\x4b','\xf5','\x04','\x62','\x63','\xf0','\x03','\x63','\x3b','\x0c','\x47','\x99','\x37','\x9d','\xef','\x94','\x66','\x5f','\x3b','\x9b','\xed','\xb3','\x48','\xdf','\xf5','\x4f','\x48','\xf6','\x17','\xa4','\xcb','\x27','\x16','\x96','\x4f','\x7c','\xa9','\x9c','\xfd','\xdd','\x4b','\xd9','\xd8','\x39','\x6b','\xc4','\xcb','\x87','\xf5','\x63','\x51','\x07','\xa1','\x0f','\x61','\xfe','\x28','\x7c','\x5f','\x84','\xaa','\x07','\x49','\x9a','\xbe','\x94','\xbc','\xf2','\xfa','\x21','\x84','\x3f','\x05','\xd5','\xcc','\x84','\x1a','\xff','\x1a','\xf5','\xe0','\x34','\xba','\x6d','\x0f','\xa7','\xa8','\xcd','\x36','\xc5','\x09','\x87','\x9d','\x46','\xb8','\x44','\x3d','\x6c','\x6c','\xbb','\xc9','\x9d','\x7c','\x7f','\x4b','\x38','\x4d','\x55','\xbc','\xd7','\x34','\x46','\xa6','\x60','\x4d','\x17','\xf6','\x8e','\x77','\xe8','\x0f','\xc8','\x89','\x2c','\x03','\xd1','\x0e','\xc9','\x76','\xbf','\x6c','\x87','\x5e','\xbd','\x3c','\xfc','\xf8','\xe5','\x7b','\x4f','\x2c','\xdf','\xbb','\xa3','\x3c','\x16','\x7e','\x7e','\x74','\xe0','\x7c','\x66','\xe4','\x5c','\x09','\x2a','\xe8','\x99','\xdd','\xdf','\x12','\x50','\x93','\x45','\xda','\x66','\x61','\x42','\x71','\x5d','\x76','\x1c','\x93','\x69','\x69','\xa6','\x15','\x92','\x5a','\xe1','\xf3','\x75','\xff','\x33','\x75','\xf2','\xcc','\x5b','\xc1','\x77','\xde','\x0a','\xbe','\x34','\x13','\xfe','\xa6','\x1e','\x8e','\x4f','\xc7','\x0f','\xe8','\x3f','\x49','\x4e','\x15','\x99','\xc6','\xda','\x48','\x8a','\x82','\x86','\xa1','\x91','\x75','\x32','\x70','\x4e','\xc4','\x7d','\x2e','\x92','\xf9','\x0b','\x7c','\xd1','\xed','\x7d','\xf5','\xf2','\xbe','\x2f','\x2d','\xed','\xdf','\x51','\x9e','\x19','\x38','\x3f','\x33','\x52','\xaa','\xae','\x98','\x55','\xbe','\x15','\x1d','\x1e','\x24','\xd3','\x0e','\x39','\x56','\x1e','\xfc','\x93','\xf2','\x50','\xa4','\x1c','\x5e','\xfc','\xea','\xc0','\xd7','\x9c','\xd8','\x12','\x44','\x08','\xa6','\xd3','\x7c','\x6b','\xa6','\x28','\x59','\x94','\x99','\xe6','\x2c','\x8b','\x22','\x89','\x71','\x51','\x42','\x51','\xf4','\x3f','\x98','\xd4','\x9c','\xcf','\xd7','\xe9','\x33','\x75','\x7a','\xfb','\x2d','\xfa','\xd2','\x5b','\xe1','\x97','\x66','\x86','\x12','\x7a','\x24','\x3e','\x4d','\x0f','\xe8','\x43','\xc9','\xa9','\x26','\xd3','\x8a','\xe2','\xb6','\x51','\x07','\x7e','\x94','\x7e','\x95','\x1b','\x05','\x08','\x8e','\x71','\xfb','\x5b','\xba','\x82','\xf4','\x3d','\x41','\x3d','\xd0','\x34','\xd6','\x82','\x9a','\x8b','\x57','\x1b','\x70','\xb5','\x91','\xf1','\x9d','\x5d','\x7a','\xf4','\x8a','\x3e','\xb0','\xab','\x8b','\xef','\xec','\x32','\xde','\xd9','\xa5','\x45','\x8f','\x68','\x03','\xbb','\x7a','\xe2','\x33','\xd3','\xc4','\xa7','\x66','\x4b','\xcc','\x58','\x8b','\x64','\x17','\xfb','\xb3','\xff','\xd3','\xed','\x6c','\x0d','\x19','\x26','\xca','\x2e','\xe1','\xec','\x25','\x27','\x7b','\x71','\xd4','\xb8','\x38','\xca','\xaf','\xe0','\xac','\xfe','\xde','\xa8','\xf3','\xde','\x28','\x09','\x77','\xb0','\x9f','\x50','\x3c','\x31','\xb2','\x6e','\x3c','\x7b','\x2e','\x1f','\xb6','\xa6','\xc2','\x8b','\xba','\x74','\xa1','\x60','\x38','\x85','\xc0','\xe5','\xe3','\x7d','\x4b','\x85','\x1d','\x65','\x7d','\xe0','\xfc','\xd4','\x48','\x29','\x3f','\x6e','\x42','\xa8','\xf3','\xf0','\x60','\x3e','\xe1','\x9c','\xdc','\x55','\xd6','\x33','\x65','\xed','\x4f','\xca','\x5a','\xe4','\xab','\xda','\x5d','\x8e','\xa6','\x50','\x4d','\xa5','\x7c','\x73','\xc9','\x99','\x54','\x19','\x59','\x8f','\x0c','\x9c','\xa3','\x61','\x2b','\x7c','\x71','\x29','\xba','\x72','\x1a','\xf8','\x9a','\x02','\x97','\x77','\x7d','\xe4','\xb2','\xf1','\xa5','\xa5','\x6f','\x7c','\xf1','\xf9','\x3d','\xcf','\x9e','\xdf','\xf3','\x66','\x29','\xb5','\x44','\xf7','\xbc','\x30','\x08','\x64','\xd4','\x2f','\x97','\x53','\x2f','\x96','\xd1','\x3f','\x2b','\x4b','\xf7','\x7c','\xf5','\x9f','\xff','\xbe','\xf3','\xcf','\x16','\xe9','\x77','\x15','\x6a','\xab','\xb0','\x52','\x80','\x1f','\x32','\xb8','\x9e','\x29','\xbc','\x6e','\xdc','\xae','\x3e','\x8c','\xd7','\x1f','\x46','\x7f','\x69','\xfc','\xd8','\x79','\x78','\xe4','\xfa','\xc3','\xbb','\xd7','\x1f','\x1e','\xad','\x1a','\x6f','\xbf','\x9a','\x56','\x2a','\x8f','\x9c','\x41','\x0f','\xfb','\xfd','\x0f','\x3f','\x78','\xe6','\xe1','\x19','\xe7','\xd1','\xc5','\x6f','\x3c','\xfc','\x4f','\xbe','\xf1','\xf0','\x47','\xf6','\x3c','\xbc','\x7b','\xcf','\xff','\x6d','\x97','\xf3','\x9f','\x7e','\xe8','\xbf','\xb8','\xee','\x87','\x65','\x44','\x10','\x7e','\x01','\x3b','\xef','\x38','\xd4','\xd6','\x01','\xeb','\x3a','\x5d','\xd3','\x69','\x25','\x43','\xff','\xb6','\xe2','\xdc','\x3a','\x17','\x9e','\x27','\x61','\xdf','\x61','\xea','\x17','\xdb','\xa9','\xd1','\x1c','\xcc','\x91','\x48','\x8e','\x34','\x72','\x44','\x33','\x9a','\xe9','\x1c','\x41','\x2e','\x8c','\x26','\xd2','\x48','\xaf','\x63','\x79','\x93','\x57','\x19','\x88','\xc0','\x50','\x51','\x36','\x05','\xf1','\x3b','\x82','\x9d','\x65','\x38','\x72','\x2a','\x28','\x82','\x04','\x3b','\x27','\xb3','\x1d','\x39','\xa6','\x8a','\x22','\x8f','\xae','\x82','\x06','\x6c','\x74','\x4e','\xcb','\x14','\xc5','\x5b','\x0a','\x1c','\x4e','\xd3','\x6f','\x13','\xb2','\x6a','\x06','\x81','\xbb','\x09','\x43','\x02','\xe6','\x2a','\x8a','\x95','\xcc','\x77','\x4a','\xe6','\x53','\xfe','\x74','\x82','\x68','\xf1','\x60','\xf2','\x80','\x12','\x4d','\xaa','\x21','\x6a','\xe3','\x0f','\xb1','\x65','\xc0','\x49','\x32','\x0e','\xec','\x0a','\xfe','\x8a','\x2a','\x07','\xa9','\xb4','\xc4','\x27','\xfb','\x6d','\xbe','\x2d','\xa7','\x81','\xe2','\xc4','\x94','\xcb','\x5a','\x00','\x8e','\xfb','\x21','\x7a','\x87','\xab','\x00','\x01','\x84','\x33','\x8f','\x3a','\x63','\x9a','\x7d','\xaf','\x69','\xe2','\x8f','\x10','\xe7','\xef','\x5b','\x21','\x4c','\xa2','\x98','\xdc','\x5b','\x21','\xa3','\xd3','\xcd','\x8c','\x4e','\x4a','\x18','\xa2','\x23','\x03','\x6e','\x7c','\x8b','\xcb','\xa1','\x8a','\x49','\x5f','\xa0','\x49','\xae','\x22','\x9a','\x2f','\x2b','\xd3','\xdc','\x62','\x91','\x6d','\x38','\x89','\x17','\x62','\xf0','\xb8','\x88','\x44','\x82','\x8a','\x36','\xa6','\xe0','\x36','\x2c','\x12','\x39','\x35','\xe4','\xbc','\xe0','\xa6','\x9c','\x7b','\x31','\x4b','\x6e','\x95','\x87','\x5e','\xe4','\x6b','\xed','\xd4','\xaa','\x2d','\x72','\x8c','\xb9','\x72','\x2c','\x9a','\x34','\x5f','\x3f','\x94','\xba','\xf5','\x29','\xe1','\xe7','\xa3','\x22','\x46','\x71','\xcb','\x41','\x3a','\x47','\x43','\x68','\x91','\x10','\xfd','\x14','\x44','\x81','\x10','\x18','\xb9','\x25','\xa2','\x41','\x70','\x04','\x20','\xad','\xb3','\x8c','\xce','\x1c','\xbd','\x58','\xd1','\x97','\x4b','\x3a','\x57','\x07','\x62','\x59','\x3d','\x3e','\xa3','\x1f','\xb8','\x5f','\x67','\x54','\x67','\x8a','\xce','\x98','\xce','\x54','\xcc','\xd2','\x98','\x99','\x38','\x86','\x70','\x1c','\x1d','\x81','\xaa','\x6b','\x42','\xac','\x31','\x2f','\xce','\x1c','\xe4','\x2a','\x62','\x49','\x9f','\x1a','\xf5','\xa5','\x5f','\xf7','\x5f','\xb9','\xf5','\x11','\xf1','\x1e','\x83','\x08','\x44','\x2b','\x83','\xb4','\x16','\x70','\xd2','\xf5','\x38','\x28','\x1b','\x49','\x71','\x3f','\x82','\xd9','\xaf','\x96','\x6a','\xb5','\xd9','\x8b','\xa8','\x7d','\xb0','\x59','\x89','\x41','\x61','\xc7','\x0a','\x80','\x56','\x62','\x4d','\x71','\xed','\x41','\x82','\x96','\xe2','\xe1','\xd2','\xae','\x70','\x69','\xf4','\x50','\xa8','\x90','\x20','\x0f','\xff','\x1d','\x79','\xac','\x30','\x6b','\x06','\xe9','\x56','\x7f','\xb8','\xb7','\xa3','\xf1','\xad','\x65','\x05','\xb1','\x93','\x4d','\x6d','\x86','\x5c','\xb2','\x7a','\xf6','\xb2','\xce','\x46','\x76','\xad','\x39','\xb4','\x8a','\xc2','\x67','\x9f','\xa7','\x91','\x00','\xdf','\xbf','\x42','\xae','\xa5','\xd3','\xc7','\xd5','\x01','\x33','\x14','\xb4','\xf7','\x51','\x6d','\xdf','\x52','\xf2','\xc4','\xe5','\xe8','\x4c','\xfa','\xf5','\xea','\x95','\x5b','\x7f','\xe1','\xd9','\x10','\xe0','\x1d','\x72','\xab','\xde','\x6f','\x44','\x43','\x04','\xd4','\x89','\xda','\x19','\x22','\xf4','\xd1','\x29','\x99','\x1b','\xb2','\x80','\x95','\x28','\x55','\x5f','\x77','\x3e','\x7b','\xcb','\x2b','\xad','\x89','\x84','\x13','\x40','\xb8','\x95','\xa2','\x98','\x36','\x45','\x21','\x61','\xa8','\xfe','\x8d','\xdd','\xa0','\x44','\x78','\x86','\x40','\xa7','\xc8','\x08','\xc7','\x2a','\x72','\x6e','\x8a','\x82','\xc8','\xc2','\x18','\x71','\x69','\xca','\x02','\x5c','\x85','\x5c','\x45','\xf7','\xe6','\xd1','\x68','\x1e','\xe2','\x87','\xda','\x3f','\xec','\x6b','\x03','\x28','\x00','\xb0','\xb4','\xa5','\x4e','\x84','\x5b','\x24','\xa2','\x37','\xbc','\x0d','\x9f','\x22','\x8e','\xeb','\xb0','\x15','\xa5','\x6a','\xee','\x30','\x0f','\xdd','\xdd','\xa7','\x4f','\x4e','\x73','\xd1','\x1a','\x9c','\x52','\x61','\x82','\xf8','\xe9','\xc8','\x62','\x24','\x75','\xfd','\x5a','\xe6','\x63','\xb7','\x4a','\x08','\x7e','\xdf','\xa8','\x71','\x8d','\xb6','\x95','\x99','\x20','\xa3','\x79','\x32','\xb6','\x4a','\x0e','\xca','\x04','\xcb','\x24','\xb0','\x4a','\x5a','\xf2','\xe1','\x22','\x9c','\x8d','\xc1','\xe0','\x78','\xfb','\x60','\xce','\x72','\xa0','\xd0','\x92','\x05','\xc8','\x59','\x06','\x17','\x05','\x22','\x5d','\xd0','\x58','\xb1','\x50','\x14','\xa2','\x02','\x9c','\x37','\x17','\xf1','\xc0','\xb9','\xcc','\x97','\x9e','\x7f','\xe6','\xd7','\x2f','\xeb','\x39','\x5b','\xcf','\x5f','\xce','\xf4','\x2d','\x67','\x7e','\xf7','\xf9','\x52','\xec','\xfc','\xf0','\x2f','\x95','\x80','\x73','\x4c','\xac','\xf7','\x4d','\xf5','\x8e','\xa7','\x2f','\xbe','\xe5','\x9d','\x7f','\xfd','\xc7','\x3a','\xa4','\x30','\x40','\x09','\xe9','\x1a','\x9e','\x33','\x28','\x0a','\xd5','\x84','\xfb','\x14','\x79','\xd5','\x41','\x19','\x8a','\xd5','\xc5','\xbe','\xc3','\xfb','\xa1','\xfd','\x4e','\x73','\xdb','\x7e','\x3a','\x87','\x68','\xd1','\xde','\x1a','\x0d','\x3a','\x52','\x74','\x95','\xe8','\x49','\xac','\x33','\xac','\xab','\x48','\xcf','\x74','\xce','\x73','\x8d','\xbf','\x87','\x46','\x74','\xb5','\xa1','\x1c','\x0d','\xde','\x7d','\xf4','\xa1','\xbb','\x3f','\xf5','\x90','\x50','\xdb','\x5a','\xf4','\x28','\xe2','\xe8','\xa5','\x61','\x01','\x45','\x62','\xd5','\x1c','\x58','\x50','\x62','\xef','\x26','\x47','\x16','\xae','\x8e','\x2c','\xf8','\x3e','\xfb','\xae','\x7c','\x5e','\x76','\x82','\x52','\x4b','\x86','\xc0','\x30','\x3b','\xc1','\xec','\xc4','\x7b','\x97','\x13','\x12','\x87','\x92','\x88','\x51','\xe7','\x7d','\x92','\xbe','\xbb','\xff','\x37','\xff','\x19','\xfe','\x8d','\x4f','\xd7','\x7f','\x63','\x09','\x1d','\x55','\xc8','\x67','\xff','\xcf','\x56','\x66','\xc0','\x7a','\x70','\xc0','\xfa','\x8d','\x67','\xad','\xdf','\xf8','\x8e','\xf5','\x9b','\xff','\x9d','\x75','\x74','\x80','\xe3','\xdb','\xe9','\x81','\xb2','\xf1','\x8e','\x99','\x1e','\x30','\x85','\x68','\x75','\x2d','\x59','\xc4','\x6a','\x35','\xb6','\x5e','\x39','\x08','\xb4','\x99','\x76','\xec','\xcd','\x5a','\xec','\x7b','\xd7','\xe3','\x7f','\x76','\xe3','\xc0','\x5a','\x35','\xb9','\x7e','\x0d','\x82','\x28','\x10','\x8a','\x21','\x06','\x61','\x63','\x22','\xf4','\x7d','\xdc','\xa9','\x8f','\x9b','\x6c','\xbe','\x5b','\x6f','\x14','\x44','\x74','\xca','\x23','\xe1','\xfc','\x19','\xfd','\xb0','\x00','\x1a','\xa9','\xa0','\x91','\x12','\xcd','\x9d','\x6d','\x8e','\x8b','\x83','\xdc','\xf9','\x12','\xd8','\x38','\x62','\xf0','\xe0','\x18','\x0f','\xa8','\xd9','\xa5','\xaa','\xfb','\xde','\xa1','\x10','\x4c','\xcc','\xea','\x7f','\xcf','\x0a','\x0a','\xe7','\xfc','\x3d','\x31','\x2b','\x9e','\xb3','\x76','\xe7','\xac','\x89','\x71','\xcb','\xe4','\xd3','\x60','\xde','\x92','\xe6','\x21','\x63','\xdb','\x07','\x04','\x09','\x40','\xee','\xa8','\xa0','\x59','\xad','\x7d','\x0e','\xe2','\xe3','\x2b','\xb6','\xcc','\xd5','\xcf','\x50','\x88','\x9e','\xa5','\xf4','\x26','\xfb','\x5d','\xdb','\x4e','\x88','\x48','\xd0','\x24','\x92','\x20','\x89','\x1c','\xa8','\xdc','\x3c','\x97','\x69','\x47','\xe7','\xb4','\x93','\x12','\x14','\x7e','\xe7','\x12','\xb8','\x56','\x07','\x73','\x00','\xee','\xc7','\xf9','\xc0','\xbb','\x19','\xf7','\x4e','\xf8','\x6d','\x28','\x39','\xeb','\xfe','\x9c','\x95','\x59','\xb1','\x16','\xf8','\x0d','\x48','\xd6','\xe6','\xbf','\xbe','\x35','\x5f','\x98','\x86','\x20','\x20','\x8b','\x3f','\x54','\xbb','\x87','\xb1','\x9c','\x75','\x75','\x45','\xdc','\x3c','\xef','\x19','\x11','\x1a','\x99','\xd5','\x60','\xef','\x03','\x6a','\x7d','\xf4','\x03','\x24','\x5d','\x0d','\xca','\x2b','\x91','\xd0','\xca','\x65','\x6e','\xb4','\xda','\xaf','\x17','\xfb','\xeb','\xa9','\x80','\x39','\xec','\x47','\x90','\xe7','\xe2','\x91','\x9d','\x9a','\x26','\x64','\x55','\x40','\xed','\x4e','\xd7','\x47','\x84','\x12','\x4e','\x9d','\x71','\x0d','\x3e','\x7f','\x2f','\x8c','\x3c','\x34','\x14','\xf8','\xe4','\xa6','\x39','\x72','\x33','\x3d','\x92','\x57','\xa7','\xf2','\xc9','\x63','\xf9','\xe8','\x62','\x3e','\x04','\xf1','\x03','\xf9','\x8d','\xfe','\x0d','\x8f','\xf3','\x50','\x25','\x82','\xf0','\x50','\x59','\x0d','\x8d','\x2c','\x40','\x42','\xd6','\x82','\xec','\xf1','\x12','\xf6','\x94','\x30','\x70','\xf3','\x0b','\x1e','\xec','\xe4','\x17','\x44','\x26','\x96','\xe8','\xee','\x08','\x4d','\x70','\x23','\x57','\xa1','\xf2','\x9e','\xcf','\x38','\xad','\x4f','\xf5','\xa7','\x3f','\x3d','\xa4','\x7e','\x7a','\x27','\xbd','\xb1','\xbb','\xff','\xc6','\x04','\xfe','\x1e','\x7f','\x74','\x95','\xd1','\xc3','\x07','\xe8','\x74','\x8b','\xfe','\x3a','\xa3','\xff','\x9e','\x85','\x7f','\x99','\xd1','\x70','\x9c','\xfe','\x82','\x03','\x9f','\xa7','\xa1','\x4e','\x87','\x88','\x9f','\xaf','\x85','\xb9','\xe4','\xbd','\xd4','\x22','\xb6','\x20','\xb6','\xbd','\xd6','\x34','\x83','\x6b','\xe9','\xe0','\x5a','\x81','\xa3','\xbf','\xe9','\x5f','\x5f','\xeb','\x7f','\x6b','\x2d','\xb8','\xbe','\x16','\xe4','\x62','\x19','\x32','\xec','\x2a','\xcc','\x71','\xea','\xa2','\x8c','\x0b','\x44','\xf8','\xd4','\x50','\xe2','\x0d','\xe7','\xd0','\xd9','\x56','\xb8','\xcb','\x7f','\x28','\xea','\xf4','\xcd','\x43','\x7c','\xe6','\xbe','\x2b','\xcd','\x7d','\x31','\x6b','\xbf','\x28','\x80','\x38','\x93','\x6a','\x56','\x63','\x56','\xd5','\x2d','\x7d','\xc8','\x0d','\xc9','\x80','\x3d','\xd8','\x77','\x39','\xdc','\x77','\x79','\xe0','\xe2','\x52','\xec','\xa5','\xb2','\x9a','\x3b','\x9f','\x5e','\x39','\xb7','\x00','\x1c','\xe5','\x6e','\x1d','\x55','\xe0','\xc4','\x2e','\x84','\xd1','\x82','\x6a','\x8f','\xd0','\x2c','\xac','\x11','\x3e','\xe6','\x2b','\x8b','\x07','\xf9','\x9e','\xb5','\x4b','\x8c','\xf6','\x2e','\x85','\xed','\x12','\xa3','\x0d','\x0d','\x18','\x6d','\xf5','\x07','\x66','\xee','\x0f','\xd2','\x13','\xbb','\x58','\x69','\xd7','\x30','\xdd','\x45','\xd0','\x2e','\xd4','\xe6','\xf9','\x2f','\x05','\x1d','\xe7','\x82','\x64','\xe6','\xe7','\xcd','\x44','\xaa','\x39','\x16','\xb3','\xfc','\x31','\xeb','\xa3','\x31','\x6b','\x20','\xd5','\x74','\x5e','\xb2','\xbe','\xf0','\x92','\x57','\x99','\xf1','\x13','\x01','\xfb','\x0b','\x5f','\xba','\x3c','\xf3','\x17','\x97','\x67','\x5e','\x5b','\xca','\x86','\xcb','\xd9','\x81','\xf3','\xd6','\xc8','\x39','\x97','\x95','\x11','\xad','\x05','\x9d','\x5b','\x24','\xe1','\x0f','\x26','\x1e','\x5a','\x4a','\xc4','\x0b','\x89','\x9d','\xa3','\x29','\x2c','\xfe','\xb9','\xe3','\xee','\x84','\xe1','\x24','\x62','\xdf','\x4c','\xa8','\x6a','\x0a','\xa1','\xc4','\xe8','\x54','\x2f','\x9c','\x23','\x73','\x4f','\xef','\x99','\x9a','\x20','\x53','\x10','\x08','\xa4','\x68','\xb2','\xa6','\x6d','\xf2','\xf3','\x23','\x6e','\xe5','\xc9','\x24','\xec','\x56','\xd8','\x31','\x1a','\xe0','\x36','\x9d','\x08','\xf2','\x46','\x8b','\x5f','\x45','\x83','\xc8','\xbe','\xbe','\x76','\xcd','\x8e','\x0d','\x75','\x54','\x65','\x33','\x0d','\x61','\x84','\xe0','\x66','\xf4','\xd8','\x1d','\xf9','\xaf','\x0b','\xba','\x16','\xde','\xe0','\x56','\x6d','\xab','\x13','\x13','\xd5','\x76','\x9b','\x77','\xce','\x29','\x7b','\xfb','\x21','\xe2','\x7d','\x7d','\x54','\x2a','\x85','\x0d','\xc7','\xa5','\x64','\x61','\xa9','\xe6','\xee','\x98','\x65','\x88','\x31','\xb1','\x52','\x4d','\xf7','\x10','\xca','\x7d','\x5f','\x5f','\x0a','\xd8','\x8f','\x7c','\xe9','\xf2','\x89','\xbe','\xcb','\x9f','\xdb','\xb1','\x44','\xc2','\xe5','\xfe','\x67','\xcf','\x37','\x47','\xce','\x15','\x57','\x4a','\x69','\xc1','\x2b','\xfb','\x61','\x25','\xe4','\xb8','\x0c','\x57','\x41','\x42','\x29','\xe9','\x0d','\x29','\xe4','\x9b','\x73','\xc9','\x11','\x05','\x66','\x21','\xbe','\x75','\x3a','\x26','\x86','\xf5','\xcc','\x0e','\x3a','\x8d','\xb5','\xa0','\xe2','\x0f','\x2a','\xbc','\x67','\x7f','\xbb','\xc1','\xe5','\xb6','\xba','\x8a','\x6b','\xab','\xb2','\x0d','\xd9','\xc1','\xdb','\xa7','\x7b','\x47','\xb8','\x72','\x43','\x6c','\x88','\xb6','\x53','\xcc','\xc1','\x91','\xa0','\xc3','\xf7','\xf1','\xaf','\x07','\xe9','\x48','\x30','\x92','\x6a','\x7c','\x7c','\x24','\xf8','\x00','\x47','\xaa','\x91','\x3c','\x76','\xec','\x54','\x75','\xea','\x93','\x56','\xfe','\x93','\x5c','\xbb','\x14','\x51','\x94','\x80','\x8d','\x0d','\x97','\x2c','\xc5','\xf3','\x4d','\x2a','\xa4','\x2f','\xda','\xda','\x77','\x83','\xec','\x2b','\x93','\x13','\x94','\x7c','\x8e','\x42','\x72','\x43','\xb5','\x9d','\x99','\x45','\x28','\xfa','\x28','\x45','\x61','\x8e','\x65','\x80','\xa2','\xc2','\xc6','\xa5','\xa6','\x51','\xda','\x44','\xf3','\x50','\xaa','\x09','\xa5','\x7e','\x84','\x58','\x85','\x8a','\xc2','\x4c','\x94','\x55','\x59','\xea','\xcf','\x18','\xfb','\x4b','\x8d','\xbd','\x69','\xb3','\x15','\x9b','\xad','\x16','\x53','\x95','\x14','\xab','\x0e','\xb3','\x1b','\x98','\xaf','\x26','\xf6','\x6a','\x23','\x55','\x81','\x2c','\xe8','\x01','\x4c','\x23','\x15','\x4a','\xc1','\x25','\x44','\xb5','\xe9','\x86','\x89','\xa9','\x7a','\x15','\xa5','\x6e','\x9a','\x6c','\x95','\xb2','\x55','\xd1','\xcf','\x1a','\x65','\xd0','\x0f','\x4b','\xad','\x00','\xe1','\x12','\x96','\x6a','\xcf','\xac','\xb2','\xe9','\x5b','\x11','\x9d','\xf4','\xeb','\x14','\xeb','\xd3','\x0d','\x1d','\xd3','\x0e','\xa6','\x2b','\xb4','\xc5','\x75','\x98','\x40','\x03','\x74','\x98','\x2d','\xfb','\xf2','\xf4','\xc5','\x1f','\x72','\xe9','\x1b','\xb8','\x08','\x4e','\x0c','\xfe','\x2e','\x53','\xee','\xad','\xae','\xf1','\xfb','\xd4','\xf0','\x80','\x3d','\x2a','\x17','\x7f','\xa9','\x12','\x1d','\x25','\x78','\xf4','\x60','\x63','\x94','\xeb','\xf8','\x15','\x7a','\xca','\xed','\x47','\x15','\xcc','\xb2','\x34','\x29','\x13','\x26','\x59','\xda','\x80','\x99','\x56','\x50','\xc9','\xcb','\xe1','\x4a','\xfa','\x35','\x70','\x0f','\x88','\x83','\x45','\x77','\x37','\x17','\xc5','\x82','\xdb','\x4c','\x98','\x45','\xaf','\xc4','\x55','\xc0','\x2e','\x8a','\xf8','\x1f','\xcf','\x89','\xd4','\xe6','\x31','\xee','\x75','\xaa','\x6c','\x38','\x48','\xed','\x44','\x33','\xae','\x40','\x9e','\xb2','\xfc','\x0c','\xd7','\xba','\x4d','\x94','\xac','\x4b','\xb5','\xe4','\x91','\xf6','\xbe','\xa3','\xd2','\xce','\x56','\x88','\x98','\x5d','\x8a','\xaf','\x3b','\x89','\x66','\x25','\x1e','\x5c','\x8b','\x07','\xab','\x89','\xc6','\x7a','\x3c','\x78','\x3d','\x1e','\x5c','\x4f','\x34','\xaa','\xf0','\x09','\xaa','\xec','\x52','\xa1','\xa8','\xeb','\xd1','\x99','\xca','\x67','\xad','\xd6','\x39','\x52','\x0d','\x7a','\x14','\x09','\xa0','\x72','\xf4','\xd8','\x41','\xbd','\xe5','\x02','\x3d','\x17','\xd0','\xd6','\x58','\xa3','\x0e','\x97','\x78','\xa7','\x7e','\x13','\x14','\xbe','\x96','\x5b','\x5c','\xd1','\x4a','\xbd','\x4b','\x58','\xde','\x43','\xea','\x66','\xb3','\xa7','\x2d','\x1a','\x72','\x33','\xc6','\x47','\x70','\x01','\x62','\xba','\x62','\x3a','\x54','\x7f','\x38','\x5c','\x20','\x50','\x48','\x38','\x48','\xd2','\x8a','\xe0','\x1f','\xeb','\xf1','\x03','\xf4','\xcd','\x5f','\x00','\x8f','\x5f','\xe0','\x32','\x01','\xfe','\xd8','\xe7','\x87','\x07','\xce','\xdf','\x97','\x2b','\xdd','\x67','\xa2','\x5f','\x3b','\x8b','\xf6','\x62','\xbc','\xd7','\x70','\x66','\x08','\xcb','\x52','\x66','\x51','\x8d','\x1c','\xd4','\x80','\xca','\x53','\x5a','\x26','\x72','\x84','\x90','\x10','\x29','\xe2','\x48','\xb2','\x44','\x19','\xb7','\xfd','\xf9','\xdb','\xad','\x0c','\x36','\xd7','\x9c','\x33','\x6b','\xf4','\x4c','\x95','\x9e','\x59','\xa7','\xcd','\xf5','\xc3','\x67','\xae','\x7f','\xfc','\xcc','\xfa','\xc7','\xcf','\x54','\x93','\xcd','\xb5','\x53','\x66','\x65','\x92','\x63','\xa9','\x52','\x5e','\xac','\x50','\x0e','\xab','\x42','\xbf','\xfd','\xb7','\x43','\xd5','\x6a','\xd8','\xb2','\xc3','\xc2','\x25','\xd4','\xf5','\xd3','\x4e','\x50','\x61','\x69','\x42','\x66','\xb6','\xa6','\xd1','\xb8','\xd1','\xe8','\xfa','\x69','\x8d','\x46','\x70','\xca','\x4f','\xa7','\x42','\x34','\x47','\x59','\x4e','\xab','\x6b','\x66','\x91','\xef','\x98','\x9a','\xc6','\xa6','\x93','\x89','\x46','\xf4','\x90','\x1d','\x82','\x3a','\x74','\xa6','\x90','\x60','\xdc','\x7e','\x74','\x19','\x07','\x9d','\xa6','\x69','\xa3','\x29','\x1b','\xc7','\x1d','\xe7','\xc0','\x8a','\xe9','\x07','\x80','\xe8','\x0e','\xbe','\x59','\x0a','\xff','\x5f','\xaf','\x0c','\x3c','\xfe','\x5c','\x2c','\x57','\x7a','\x27','\x57','\x7a','\xfa','\xc4','\x2b','\xf1','\xc7','\x9f','\x8b','\xe7','\x4a','\x07','\x72','\xa5','\x64','\xee','\x05','\x9a','\xb3','\x36','\xe7','\x0f','\x22','\x7f','\x21','\x12','\x74','\x39','\x07','\xc4','\xb4','\x69','\xb8','\x89','\xe7','\xe9','\x0f','\x0d','\x12','\x06','\x8d','\x45','\x36','\xe5','\x05','\xc4','\x77','\xde','\xa3','\xbb','\xe9','\x68','\xaa','\x79','\x00','\x72','\xcc','\x20','\x6e','\xea','\xfe','\x54','\x63','\x2f','\xa3','\x59','\x48','\x21','\xa2','\x5c','\x86','\xdc','\x1b','\xf3','\x8f','\xc5','\x02','\xa3','\xb1','\x50','\x86','\x95','\x4b','\xec','\xb2','\xb0','\xbe','\x34','\x9c','\x48','\xf6','\x35','\xa3','\xb3','\xb5','\x10','\x35','\xf1','\x86','\x3a','\xe9','\x41','\x73','\xc4','\xd4','\xc6','\x9f','\xd7','\x4c','\xe1','\x1e','\xf4','\x21','\x48','\x2b','\x40','\xf3','\xdb','\x46','\x0b','\xc4','\x39','\xc4','\xe9','\x95','\x38','\xcd','\xed','\x6f','\x09','\x7f','\x1d','\x17','\x25','\x49','\x94','\x00','\x16','\x50','\xa1','\x0c','\xdb','\x28','\x66','\xa2','\x84','\xf8','\x75','\x22','\x6e','\x9b','\x4f','\x74','\xf0','\xc9','\xd5','\xe5','\x55','\x51','\x44','\x92','\xab','\x4d','\xb6','\x1f','\x79','\xc0','\xdc','\x54','\xe7','\x2f','\x48','\x96','\xfd','\xc6','\xbb','\x2d','\x65','\x15','\xd1','\x85','\xa6','\xd3','\xf0','\x23','\xb9','\x19','\xbd','\x8a','\x94','\x89','\x46','\xcf','\xf5','\xa7','\x03','\x57','\x65','\x65','\x05','\x6e','\x49','\x64','\x94','\xa4','\x7b','\x32','\x16','\x33','\x32','\x37','\x03','\x20','\xca','\x3d','\x1d','\x82','\xb4','\x82','\x73','\x60','\x98','\x91','\x6a','\xd6','\xa2','\x86','\xad','\x64','\x4d','\x15','\x8a','\x0e','\x5c','\xa4','\x5d','\x5c','\x6a','\x18','\x6e','\x23','\x4c','\xfb','\xc2','\x94','\x5c','\xfa','\x29','\xf9','\xce','\x47','\xfb','\xbf','\xf3','\xd1','\xe6','\x77','\x42','\xc5','\x18','\x4e','\x8f','\x04','\xd0','\xb8','\x0c','\x79','\x37','\x3e','\xb2','\x3b','\xd1','\x4a','\xbd','\x4f','\x58','\x82','\x23','\xc8','\x12','\x34','\xf5','\xae','\xc2','\x12','\x1c','\xaa','\xb8','\x52','\x58','\x32','\xfc','\x5b','\x32','\x66','\x0b','\x98','\x4d','\x60','\xae','\x38','\x71','\x24','\xbe','\x79','\xa4','\x99','\x20','\xc5','\x44','\x9b','\xf8','\x7d','\x5b','\x5e','\x9a','\x9e','\x2f','\x41','\x55','\x87','\x44','\x79','\xf6','\x34','\x84','\xdb','\x83','\xf3','\x8f','\x9b','\xb6','\x11','\xa1','\x2b','\x86','\x54','\xb0','\x87','\x40','\xc9','\x92','\xe7','\x6d','\x59','\x90','\x8a','\x40','\xe2','\xcf','\x82','\xdd','\x3f','\xbd','\x3c','\xb4','\xef','\x52','\x22','\x5c','\x5a','\xcd','\x99','\x5e','\x2d','\xdd','\xad','\xa6','\xc1','\xc2','\xd2','\xc0','\xfb','\xc9','\x58','\xc7','\x2e','\x58','\x00','\xbb','\x20','\x84','\x44','\x08','\x9c','\xe0','\x96','\xe9','\x33','\x21','\x4f','\x41','\x68','\xb3','\x1c','\x63','\xd8','\x70','\xfc','\x92','\x19','\x1a','\x59','\xbc','\x6f','\xe0','\xdc','\xbe','\x8b','\xd6','\x5f','\x5c','\xbc','\x2e','\x36','\xdf','\xcb','\xe4','\x23','\xcb','\x7c','\x33','\x25','\xef','\x5c','\x22','\xb9','\x73','\x70','\x04','\x2f','\xfc','\xa2','\xea','\xaa','\x09','\xe7','\x8f','\xab','\xbd','\x20','\xa9','\x37','\x36','\x44','\x77','\xc3','\x27','\x9d','\x76','\xa7','\xf0','\x1f','\xd4','\x8b','\x8c','\x68','\xeb','\xf4','\xc1','\xeb','\x8d','\xf9','\xcb','\xc2','\xd3','\x19','\x68','\xf4','\xf1','\xfb','\xb1','\x59','\x50','\x63','\x74','\xba','\xae','\x70','\x23','\x82','\x6f','\xf2','\xf6','\x58','\x26','\xea','\x40','\x69','\x92','\xf5','\xab','\xc6','\x0f','\x57','\x31','\xae','\xe0','\xcc','\x5b','\x19','\xad','\x36','\x6a','\x5f','\x3f','\x28','\x5d','\x1f','\xc3','\x37','\xf0','\xe1','\x6b','\x81','\xf2','\xeb','\x2d','\xa5','\x52','\x0c','\xd8','\x7c','\x7f','\xc7','\x70','\x78','\x81','\x20','\xb3','\x12','\x9b','\x32','\x49','\x3b','\x16','\xd7','\xb2','\x93','\x48','\x89','\xe2','\x8f','\xfd','\x57','\x03','\xfc','\xa7','\x48','\xa8','\xc5','\x2d','\x23','\x9e','\x45','\x02','\x99','\x78','\xd6','\x48','\x35','\xf5','\x78','\xb6','\x83','\xb9','\xf8','\x67','\x74','\x06','\x24','\x6a','\x01','\xb9','\x81','\x0d','\xb0','\x82','\x89','\x4c','\xfa','\xf8','\xc0','\xf6','\xa7','\xe9','\x50','\x3a','\x39','\xa4','\x26','\x13','\xc9','\xc9','\x7c','\xb4','\xbc','\x0a','\x74','\xdc','\x2e','\xab','\x0c','\xc4','\x6c','\x40','\xe2','\x83','\x70','\x5a','\x7e','\xce','\x06','\x3f','\x9d','\x5c','\xa4','\x91','\x48','\xb8','\x46','\x80','\x00','\xb3','\x8e','\x0c','\xfe','\xe2','\xfc','\x18','\x98','\xdf','\x30','\x96','\xc7','\x30','\x37','\x55','\x05','\xd1','\x1d','\x0e','\x70','\x94','\x70','\xbf','\x8e','\xef','\x1a','\xc3','\x43','\x63','\x78','\x27','\xc6','\xbb','\x31','\x9e','\xc0','\x78','\x81','\x7f','\x37','\xd0','\x72','\x7f','\xa6','\x9d','\xc8','\x45','\x0d','\x73','\x16','\xac','\x91','\x94','\x5b','\x37','\xd0','\x8b','\x32','\x92','\x0d','\xa7','\x53','\x4f','\x90','\x4f','\x09','\xe3','\x59','\x0b','\xaa','\x64','\x52','\x2e','\xed','\x88','\x51','\xf6','\xe2','\xcd','\x5d','\x8a','\x45','\x43','\x34','\xba','\xe7','\x9e','\x9d','\xc4','\xb7','\x7f','\x89','\xd0','\x8d','\x9a','\x5c','\x4e','\x86','\x68','\xa4','\x28','\x28','\xcf','\x51','\x4f','\xa5','\xad','\xc0','\x1d','\xca','\x7c','\x8f','\x9f','\x46','\xc6','\xaa','\x09','\xf5','\x89','\x80','\x6d','\xc6','\xc9','\x95','\x90','\x51','\x42','\xb9','\x33','\x48','\xf0','\x0d','\xb6','\x72','\x2f','\x10','\xe3','\x39','\x92','\x7b','\x91','\xe4','\x5e','\x6d','\x76','\x4a','\x14','\x19','\x67','\x9b','\x5c','\x49','\xd9','\x85','\xc9','\xa1','\x12','\x4c','\x00','\xad','\x72','\xd8','\xac','\xd0','\xf6','\xb9','\x03','\xc9','\xa7','\x5a','\x70','\xc5','\x1c','\x11','\x83','\xd0','\x3c','\x6d','\xe4','\x35','\x06','\x94','\x21','\x40','\x01','\xa1','\x1a','\x77','\x8f','\xe6','\x5b','\x4e','\x9e','\x5f','\x5d','\xc4','\xf5','\xfc','\xae','\xcc','\x04','\x87','\x5e','\x79','\xf4','\x33','\x2f','\x94','\xbe','\xc4','\x17','\x8a','\x29','\xe8','\xa3','\x55','\x6f','\x65','\x11','\x6e','\xad','\x26','\xa3','\x10','\xc8','\xa7','\xd1','\x55','\x3b','\xba','\x72','\x1a','\xc9','\x57','\x51','\xe5','\x07','\x06','\x79','\x3a','\xc9','\x52','\x2a','\x9c','\x96','\x71','\x53','\x05','\xf2','\xa0','\x07','\x4a','\x99','\x91','\x1e','\x3b','\x25','\xd4','\x39','\xa4','\xc6','\xac','\xef','\x4a','\xc3','\xa9','\x30','\xe1','\x8a','\x61','\x21','\x1c','\xbf','\xef','\x4c','\x3c','\x52','\x4d','\x44','\xd6','\x53','\x87','\x07','\x5e','\xd8','\x9b','\x33','\xf7','\x4a','\xe6','\x8c','\x54','\xca','\x1a','\x8e','\xb5','\x81','\x20','\xd2','\x83','\x3c','\x7f','\x5d','\x84','\x9f','\x9d','\xe1','\xef','\x25','\xfa','\x63','\x47','\x19','\x61','\x1c','\xd1','\x9b','\xf1','\xdd','\xbe','\x44','\xa2','\x90','\x9a','\x66','\xc3','\x0b','\x3d','\x79','\xd6','\xe2','\x0a','\x14','\x8b','\x3e','\x04','\x47','\xd5','\x03','\x03','\x24','\x76','\xd1','\xd2','\x16','\xbf','\xed','\x5a','\x88','\xde','\xfb','\x72','\x77','\x7b','\xdb','\x16','\x69','\xce','\x90','\x1f','\x21','\x5d','\xb6','\xa1','\x32','\x48','\x9f','\x80','\xe0','\xef','\xc2','\x09','\x84','\x87','\x10','\x19','\x12','\x6a','\xb6','\xc7','\xbf','\xd6','\x2b','\x67','\xba','\xdc','\xbf','\x77','\x2a','\x1b','\xbd','\xed','\x27','\xdd','\x33','\x65','\x51','\xcd','\x21','\x32','\xb0','\x8b','\x46','\xaf','\x84','\x9f','\xdd','\x15','\xfd','\xce','\xae','\x81','\x67','\x77','\xc5','\x06','\x76','\xed','\x8a','\x1e','\x31','\x9e','\xdd','\xf5','\x0d','\x13','\xed','\x31','\x83','\x7b','\xce','\x37','\x53','\xd0','\xf0','\xed','\xb9','\xe2','\xec','\x29','\x21','\x51','\x2f','\xa0','\x85','\x2c','\xf2','\x2b','\x55','\xf2','\x2b','\xe9','\xc8','\x93','\xc8','\xe3','\xe7','\xc7','\x92','\x0d','\xfc','\x09','\x03','\x1c','\x25','\x48','\x49','\x5d','\x16','\xfc','\xe2','\x5a','\x90','\xff','\xcf','\xe0','\x0b','\x26','\x05','\x33','\x5e','\xac','\x65','\x2c','\xea','\x7f','\x75','\x98','\xb4','\x39','\x7c','\x02','\xb2','\x21','\x3b','\x79','\xcf','\x1f','\xb5','\x0d','\xbf','\x71','\x67','\x60','\x3b','\x01','\x8a','\x31','\xc7','\x8a','\xa1','\x6f','\xc7','\x9c','\x32','\x1f','\xd4','\x6d','\x28','\x4a','\x36','\xf2','\xdc','\x7a','\x3e','\x8a','\x5d','\xe8','\x40','\xc2','\x4c','\xec','\x46','\xb1','\x09','\x7c','\xf0','\x7d','\x87','\x9d','\xae','\x1c','\x78','\x6e','\xed','\xc0','\x57','\xd6','\x0f','\x94','\xed','\x03','\xcf','\x5e','\x3e','\xf8','\xce','\xe5','\x3d','\xcf','\x2a','\x23','\x0b','\x4a','\xce','\x47','\x8f','\xfa','\xfb','\xcf','\x04','\x43','\x41','\x86','\x3d','\xbb','\x52','\xa4','\x38','\xf5','\x19','\x8e','\x63','\x63','\x62','\xfb','\xf9','\x64','\x0c','\x25','\xad','\xfb','\x58','\xeb','\xbe','\x3f','\xad','\xde','\xf7','\x62','\xf5','\xb0','\x5e','\xdd','\x9b','\xa9','\xee','\x3d','\x56','\x9d','\xf9','\xe3','\xea','\x23','\xf7','\x7f','\xdf','\xe2','\x9b','\x94','\x62','\x13','\x76','\x95','\xa8','\x57','\x49','\x7a','\x95','\x98','\x4e','\x1f','\x9a','\xdb','\x10','\x47','\x94','\xb5','\xd1','\xcc','\x75','\xb3','\x5a','\xd5','\x16','\x2b','\x31','\xa5','\xc2','\x54','\x1b','\x02','\xb2','\x44','\xf1','\x3e','\x70','\x8d','\x42','\x9c','\x0f','\xdf','\x6f','\x09','\xe4','\x89','\xf3','\x6e','\x50','\x84','\x41','\xe0','\x75','\x32','\x29','\xd5','\x81','\x7f','\x5e','\x02','\xdd','\xcf','\xf9','\x8e','\xc9','\x6d','\x72','\xae','\x26','\x0a','\x5d','\xd5','\xaf','\x44','\x50','\xac','\x6c','\xa5','\xca','\xad','\x43','\x2f','\x54','\x0f','\x5d','\xa8','\x7e','\x92','\xe3','\xe5','\xea','\xc5','\x7f','\x57','\x0d','\x73','\x54','\xbe','\x1f','\x3e','\x03','\xea','\x53','\x74','\xf1','\x6a','\xb8','\x7c','\x95','\xab','\xef','\x48','\x73','\x24','\x73','\x6e','\xb7','\x64','\xa7','\xb8','\x4d','\x3a','\xc2','\x51','\x4a','\xa4','\x9c','\x04','\x57','\x22','\x34','\x7f','\x2a','\x82','\x12','\xd4','\x4a','\xd0','\x56','\x62','\xb8','\x9a','\xb8','\xbb','\x9a','\x88','\x57','\x53','\xbf','\x52','\x4d','\x70','\x64','\xaa','\x09','\xff','\xf7','\x13','\xa4','\x9a','\x08','\xda','\xbb','\xe9','\xd5','\xdd','\xca','\xd5','\xbc','\xba','\xfa','\x68','\xda','\x29','\x99','\x73','\xe8','\xe7','\x5f','\x3f','\xff','\xfa','\xf9','\xd7','\xcf','\xbf','\x7e','\xfe','\xf5','\xf3','\xaf','\x9f','\x7f','\xfd','\xfc','\xeb','\xe7','\x5f','\x3f','\xff','\xfa','\xf9','\xd7','\xcf','\xbf','\x02','\xdc','\xe4','\x52','\xda','\x5e','\x86','\xb6','\xdd','\xda','\xe1','\x10','\xef','\x25','\xb4','\xe1','\x66','\x63','\xce','\x34','\xde','\x31','\x45','\xdd','\x8e','\x35','\x11','\x10','\xf3','\x79','\x84','\x8e','\x88','\x82','\x67','\xae','\x7f','\x63','\x83','\xe3','\x14','\x82','\x39','\xa2','\xcd','\x9e','\x53','\x9c','\x6e','\xc2','\x9a','\xf8','\xf9','\x8e','\x63','\x2e','\xe9','\x55','\x18','\x0d','\xd4','\x20','\x69','\x0b','\xbe','\x84','\x2d','\x19','\xe9','\xf9','\xa6','\x86','\xd0','\xac','\x89','\x6e','\x68','\x52','\x99','\xc9','\x10','\x6d','\x41','\x08','\x0d','\x89','\xc2','\xa3','\x1b','\xcb','\x83','\x76','\xee','\x01','\xb5','\x3f','\xe9','\x30','\x88','\xe6','\xbb','\x6c','\x2d','\x38','\xd2','\x26','\x6d','\xbe','\x83','\x8f','\x77','\x03','\x6e','\x9a','\x9d','\xc2','\x73','\xc9','\xd5','\xd0','\x26','\xf7','\xda','\x46','\x57','\x5b','\xd3','\x6d','\x74','\xa2','\x3b','\x84','\x0b','\x0b','\xdc','\xb4','\x9a','\xbc','\x79','\xd4','\xfd','\xee','\x88','\xda','\xa2','\x22','\xc6','\x29','\x51','\xc1','\x8a','\x8f','\x62','\x3f','\x87','\x89','\x20','\x8e','\xd7','\x06','\x48','\xed','\x82','\x8c','\x3d','\x5f','\xed','\x33','\x85','\x0e','\xda','\x65','\x9b','\xf8','\xd3','\xbd','\x04','\x96','\x38','\xa0','\xe7','\xd0','\x61','\x63','\x01','\xd3','\xee','\xb9','\xc3','\x3f','\x22','\xe4','\xbe','\x33','\x14','\xac','\xfd','\x2e','\xc4','\x7d','\xe1','\xce','\x90','\x23','\x2d','\x88','\x8a','\x41','\xe1','\x47','\xf0','\x8b','\xf2','\xc7','\x90','\xd9','\x24','\xec','\x5f','\xe4','\xe6','\xcb','\xe7','\x45','\x75','\x3c','\x77','\x9a','\x74','\xab','\xe3','\xd5','\x24','\xc8','\x08','\x48','\x51','\x34','\x5c','\x83','\xce','\x84','\xc3','\x2e','\x65','\x46','\x1b','\x9b','\x13','\x24','\xa1','\xb6','\x2c','\xa4','\x78','\x5f','\x75','\xe8','\xab','\x32','\xad','\xca','\xb4','\xee','\xfe','\x33','\x40','\xaf','\xbe','\x4f','\x57','\x9f','\xa6','\xce','\x04','\x9d','\xeb','\xde','\x24','\x10','\x0b','\xd7','\x37','\x75','\x22','\x97','\x7f','\x28','\xd3','\xd7','\x1d','\x7a','\x43','\xf0','\x2f','\x5d','\xed','\xa7','\xab','\xef','\x1f','\x76','\xf2','\x87','\xe7','\xd2','\xff','\x23','\x42','\x7f','\xb3','\x7d','\x7e','\x37','\x4a','\xd6','\xe4','\xa6','\xed','\x2c','\xda','\xc7','\x88','\x9d','\xa0','\xf6','\x80','\x0a','\xb4','\x6c','\x88','\xd9','\xd8','\xb6','\x27','\x88','\x6d','\xb4','\xec','\x29','\x62','\x4f','\x65','\xed','\xc2','\x8c','\x6d','\xfc','\xb1','\x3d','\x43','\x6c','\xcd','\xb2','\xf5','\xaa','\x9d','\xb3','\xae','\xe6','\xab','\x57','\xf5','\xec','\xd5','\x53','\x64','\x55','\x9b','\x75','\x34','\x7e','\x63','\x5b','\xf8','\xd9','\xfe','\xb1','\x90','\x1a','\xc8','\xad','\x1d','\x2b','\x59','\x9a','\x71','\xad','\x2e','\x95','\x35','\x49','\x49','\x0f','\xaa','\x26','\xf9','\x6c','\x93','\x50','\x0b','\xdd','\xb0','\x9c','\x86','\x45','\xde','\x68','\x92','\x05','\xd4','\x17','\x08','\x92','\x3e','\x71','\x06','\x34','\x75','\x83','\xf8','\x6b','\x24','\x7c','\x5d','\x34','\x20','\x46','\x8a','\xbc','\x59','\xf1','\xf2','\xb6','\x7a','\xf2','\xda','\xfc','\xd4','\xf4','\xd1','\x5a','\x3b','\x7d','\xde','\xcd','\xef','\x13','\x3e','\x0c','\x2a','\x92','\x70','\xbd','\xb6','\x38','\x56','\xe8','\xa6','\x01','\x7a','\xf9','\x9e','\x42','\x3c','\x90','\xbe','\xf3','\x2d','\x28','\x6b','\x10','\xa7','\x4a','\xec','\xb2','\x0a','\x85','\x45','\xec','\x92','\x57','\xaf','\xbc','\x02','\x9c','\x27','\x8d','\x35','\x8c','\xd6','\x5d','\xb6','\xb4','\x8c','\x66','\x1b','\x75','\x5b','\xd3','\xba','\x30','\x7e','\x64','\x6b','\x39','\xf3','\x67','\xcb','\x9f','\x3c','\x4a','\xbd','\xdb','\x96','\x3f','\x2e','\xb8','\xf0','\x61','\x6b','\x46','\x63','\xab','\xfc','\xb9','\x33','\x01','\xfb','\x3f','\x7c','\x9c','\x3b','\xf2','\xa7','\xbd','\xea','\x05','\xc1','\x3e','\x8d','\xae','\x36','\xa1','\xdc','\x64','\xef','\xa9','\xf4','\x55','\x1a','\xbd','\xd9','\xe0','\x1f','\xf6','\xfe','\xa4','\xe7','\xcb','\xf2','\xbe','\xc4','\xf9','\xa0','\x8d','\x3c','\x82','\xca','\x32','\x92','\x9a','\x70','\x05','\x2f','\xf1','\x50','\xcb','\xb8','\x48','\xf2','\xb4','\x0c','\xa4','\xa0','\xb4','\x98','\xa7','\xaa','\xc1','\xaf','\xc9','\xef','\x6b','\xb1','\xf3','\xd2','\x6d','\xd7','\xf3','\xb7','\xf9','\x9c','\xa2','\xfb','\x75','\xc7','\x19','\x75','\xe7','\x5f','\xd9','\xf0','\x5b','\xdd','\x1f','\x93','\x64','\x04','\x25','\xde','\xbc','\xd4','\x98','\x0d','\x90','\x3d','\xf6','\x3f','\x2f','\x0e','\x8d','\x88','\x7c','\x19','\x4d','\x6a','\x6d','\xed','\xa7','\x97','\x66','\xbf','\x97','\x4b','\xbf','\x93','\x3d','\x2a','\x92','\x4a','\xd2','\x21','\xe0','\x27','\x8a','\x00','\x15','\x83','\x9b','\x06','\xd4','\x61','\x5d','\x10','\x5f','\xbd','\xc9','\x3b','\x6a','\x3b','\x54','\x09','\x98','\x36','\x03','\x7e','\x3b','\xb5','\x78','\xad','\xee','\x0a','\x1f','\x66','\xc0','\x49','\xf1','\x86','\x3a','\x11','\xa2','\x1f','\xcf','\xf7','\xe8','\xfd','\xf5','\x39','\x46','\x8e','\x0a','\xcc','\x79','\xb7','\xb1','\xa9','\xff','\x6d','\xe8','\x71','\xdc','\x7b','\x98','\xdf','\x52','\x0c','\xba','\x03','\xd9','\x96','\xe5','\x74','\x40','\x4e','\xe3','\x05','\x0d','\x57','\x54','\x9c','\x51','\x81','\xcb','\x66','\x86','\x01','\x99','\x26','\x90','\x4c','\xf6','\x6b','\x5a','\x68','\xde','\x84','\x73','\x22','\x9f','\x1b','\xb2','\x61','\xd4','\x03','\xed','\xaa','\xbb','\x44','\x20','\x22','\xb0','\x97','\xea','\x59','\x6a','\x58','\x54','\x27','\x14','\x7b','\x60','\x6d','\xa8','\x21','\xa8','\x2b','\x92','\x8e','\x10','\x13','\x8e','\x63','\xd0','\x26','\x5e','\xeb','\xc0','\x96','\x8c','\x1a','\x97','\x25','\x58','\x04','\x70','\x52','\x6a','\x26','\x81','\xb3','\x3a','\xcd','\x98','\xa6','\xf2','\xff','\xb4','\x64','\xda','\x8e','\xce','\x9b','\xc0','\x83','\x0e','\xc7','\x5b','\xab','\x66','\x67','\x4b','\x92','\xdb','\x11','\x86','\x21','\x80','\x7d','\xaf','\xcc','\x46','\xe5','\x48','\x46','\x0e','\x95','\xe4','\x80','\x08','\x35','\x44','\x77','\x42','\x87','\x9f','\x36','\x20','\xea','\x20','\x89','\x52','\x48','\x84','\x38','\xad','\x08','\x26','\x1c','\x7b','\x31','\xc9','\x62','\x62','\x85','\xc8','\x86','\x2f','\xda','\x66','\xe6','\x87','\x1c','\xb0','\x24','\x19','\xaf','\xf7','\x99','\x5a','\x87','\xc7','\x1e','\xf7','\xa4','\x24','\x43','\xb4','\xb9','\x20','\x36','\x4c','\x8e','\x9b','\x93','\xe3','\x66','\x79','\xb7','\x49','\x77','\x23','\xba','\x13','\xd1','\x21','\x20','\xb5','\x80','\x27','\xe5','\x8f','\xdf','\x67','\x53','\x5a','\xa7','\xcc','\xa0','\xf6','\xf0','\x10','\xea','\xd4','\x3b','\x26','\x21','\x88','\xdc','\x05','\xe6','\x49','\x77','\x38','\x93','\x02','\x93','\x19','\x52','\x3e','\x00','\x7f','\x9c','\x86','\x08','\xed','\x27','\xf4','\x2e','\x8b','\x86','\x2d','\xfe','\xa6','\xa8','\x22','\xf8','\x19','\x21','\xf2','\x96','\xd1','\xf9','\xfa','\x10','\x6c','\x58','\x77','\xe8','\x27','\x03','\x98','\x1c','\x6d','\xf7','\x43','\x22','\x90','\x00','\x73','\x17','\xa5','\xe1','\x1b','\x94','\x36','\xa8','\x92','\xa2','\xec','\x88','\x88','\x8f','\x2a','\xd2','\x85','\xda','\x10','\x6c','\x79','\x48','\x78','\x8e','\x67','\x03','\x72','\x0d','\x2a','\x0e','\xb4','\x9f','\x2e','\x22','\xb0','\x57','\x2a','\x65','\x9d','\xed','\x0f','\x2c','\x36','\xc1','\x2f','\x22','\x42','\x31','\xe6','\x2f','\xcf','\xab','\x1a','\x23','\x4e','\xb8','\x22','\x49','\xad','\x3f','\x69','\xe3','\x4f','\x47','\x8a','\x65','\xea','\x96','\x44','\xdd','\x08','\xf7','\x08','\x4c','\x15','\x47','\xec','\x69','\x2d','\xcc','\xc7','\x59','\x36','\x03','\xed','\x17','\xed','\x7a','\xb3','\x3d','\x65','\x4b','\xd5','\x92','\xa9','\xfa','\x24','\xd3','\xca','\xac','\xfd','\x5b','\xbd','\xd0','\xa6','\x3c','\xd8','\x79','\x6a','\x1a','\x43','\xe8','\x08','\xf4','\xb3','\x1b','\xe1','\x07','\x50','\x28','\x81','\x08','\x47','\x5e','\x84','\xbc','\x72','\x5d','\x68','\x01','\x1d','\x82','\x42','\x39','\xa8','\x2c','\x8b','\xd4','\x69','\xae','\xe7','\xb8','\xd4','\x3d','\x38','\xdd','\x0e','\x97','\x65','\xbd','\xf5','\x73','\x37','\xde','\x8f','\xab','\x17','\x41','\xc4','\x78','\x52','\x10','\x9d','\x89','\x7e','\x44','\x86','\xf2','\x84','\xe8','\x7f','\xbb','\x47','\x14','\xfe','\x76','\xea','\x8f','\xd4','\x02','\xb0','\x59','\xdb','\x21','\x5a','\xed','\xe3','\xaf','\x8c','\xae','\x51','\xba','\x16','\xa6','\x6b','\x87','\x9c','\xe6','\x21','\xba','\xf6','\x49','\x6a','\x5f','\xa4','\x76','\x98','\x56','\xf8','\x2d','\x0d','\xf1','\xab','\x5b','\xf7','\x2b','\x09','\xf1','\x34','\x94','\xf1','\x6e','\x6f','\x50','\xcd','\xa6','\xb6','\xcd','\xdf','\x97','\x5f','\x41','\x01','\xa8','\xb5','\x86','\x42','\xd4','\xcd','\xbe','\x13','\x89','\xb1','\x69','\x9c','\x34','\xf1','\xa1','\xf1','\xd2','\xa4','\x51','\x29','\x0b','\x3a','\xeb','\x2e','\x8c','\x73','\x34','\x67','\x89','\xec','\xe5','\x88','\x90','\xff','\x49','\x2a','\xfc','\xfc','\xdd','\xe7','\x6a','\xb3','\xb4','\xf1','\xbb','\x0b','\x9b','\xfe','\x43','\x66','\x30','\x19','\x41','\x93','\x14','\x95','\x21','\xa2','\xf9','\x30','\xa5','\x45','\x1a','\xb6','\xe9','\x70','\x67','\xf3','\xf0','\xb7','\x81','\x69','\xb4','\x45','\xfb','\x9b','\xde','\xba','\x18','\x31','\x43','\x23','\x22','\x34','\x8e','\x4b','\x0e','\xdb','\x4f','\xed','\x60','\x12','\x54','\x60','\x3c','\xe9','\x38','\xe5','\x6e','\xd5','\xf2','\x3b','\x40','\xec','\xef','\xdb','\xbc','\x77','\x31','\xb0','\xed','\x71','\x26','\xe5','\x8e','\x48','\x49','\xdf','\x61','\xa8','\xdd','\x71','\x16','\xfc','\xc6','\x18','\xd3','\x50','\x7f','\x53','\xd4','\x2d','\x2a','\xd2','\xe3','\xb5','\xf0','\xbf','\xb2','\xa1','\x1f','\x8c','\x26','\xc3','\xa8','\x9c','\xb3','\x81','\x9c','\x47','\x76','\x28','\x0e','\xc1','\xea','\x18','\xa4','\x34','\xc7','\xa8','\xa4','\x79','\xe9','\x40','\x58','\x3c','\x66','\x4d','\xdc','\xcf','\x04','\xc2','\x4f','\xa3','\x50','\x1e','\x89','\x78','\x33','\x98','\x3c','\x54','\x4c','\x1e','\x71','\x3f','\xf8','\x6b','\xfc','\x0e','\xfb','\xd3','\xe2','\x90','\x57','\x05','\x40','\x36','\x34','\xd4','\x18','\xa3','\xab','\xa1','\x21','\xa8','\xf2','\xe2','\xe5','\xad','\x7b','\xcf','\x35','\xc1','\xc7','\xd9','\xa5','\x9a','\x84','\x41','\x0e','\x9b','\xeb','\x49','\xb9','\x96','\x1c','\x46','\x93','\xb7','\x50','\x79','\xfb','\x44','\x7e','\x7f','\x1b','\x98','\x06','\x5a','\x54','\x6e','\xc2','\x7a','\x0f','\xc3','\x2f','\x87','\xc2','\x26','\x01','\x2c','\x86','\xc3','\xe7','\xe8','\x45','\x2b','\xf9','\xbd','\x72','\xf2','\x7b','\x4b','\x93','\xdf','\xbb','\x5c','\x0e','\x9b','\x94','\xe3','\x90','\x4d','\xbf','\xb7','\x3c','\x74','\xb1','\x1c','\xbe','\x68','\x85','\xb9','\xe8','\xe0','\x9f','\xc4','\x4e','\x03','\x72','\x0b','\x74','\xc5','\x19','\x42','\x2d','\x3f','\x7f','\x44','\xa7','\xc9','\x4d','\x88','\x90','\x4d','\x89','\x7d','\x83','\x38','\x0d','\xae','\x0f','\x70','\x24','\x39','\xfe','\x72','\x72','\xf2','\x8d','\x1b','\xe5','\xbf','\x9c','\xa4','\x1b','\xf0','\x29','\x7a','\xe1','\x37','\xe8','\x97','\xff','\x8c','\x5e','\xf8','\xb3','\xf0','\x85','\x50','\xd8','\x87','\xc3','\xbe','\xc0','\xa0','\x4f','\x16','\xf2','\x07','\x94','\x1e','\x6f','\x5d','\xb8','\xd9','\xc1','\xc7','\x48','\x12','\x88','\xd3','\xc9','\xa4','\x46','\xca','\xde','\x06','\x22','\xaa','\xdb','\x77','\xda','\x5b','\x3e','\x74','\x79','\x0f','\x30','\x50','\x1f','\x88','\x58','\x3e','\xb7','\xde','\x25','\x4c','\x53','\x9a','\x8c','\x36','\x27','\x93','\xb4','\xcc','\x5b','\xa7','\x28','\xfd','\x6c','\x83','\x96','\x69','\xd8','\x8b','\xb3','\xef','\xa6','\x7b','\x88','\x2f','\xfe','\x4f','\x06','\xfc','\xc6','\x4a','\x12','\x53','\xe6','\xee','\x46','\x04','\x59','\x90','\xa7','\xdc','\x9d','\x3f','\xb4','\x0c','\x9c','\x03','\x1d','\x3e','\x01','\xbc','\x89','\x5e','\xa0','\x83','\x4d','\x7a','\x82','\x9f','\xa6','\x03','\x82','\x5b','\x89','\xa3','\x8f','\x3f','\xd2','\x8d','\xeb','\xf4','\x86','\xc5','\x7e','\x0d','\xa7','\x3f','\x8e','\xe1','\x1c','\xfc','\xce','\x7c','\x4d','\x9e','\x0d','\xb8','\x81','\xc7','\x55','\xc3','\xd2','\xb7','\xfa','\x9c','\x37','\xdc','\xe4','\x8b','\xa0','\x08','\xfc','\xee','\x9c','\xb8','\x83','\x2a','\xd2','\x3d','\x7d','\x77','\x71','\x0a','\xd2','\xd0','\x5c','\xb2','\x6e','\xae','\x21','\x60','\x6e','\xf9','\x8d','\x89','\x49','\x22','\x92','\xb4','\x9d','\x7a','\x11','\x73','\x9b','\xd0','\xff','\x4d','\x6e','\x9c','\x3e','\xab','\xc4','\x2e','\x5a','\x89','\x60','\x29','\x81','\x30','\xff','\x9c','\xbd','\xc6','\x7a','\x30','\x76','\x50','\x04','\x8c','\x89','\xfa','\xd4','\x90','\xc7','\x1a','\xd2','\xa0','\xe2','\x2b','\x14','\x7d','\x35','\xea','\x54','\x63','\x49','\x81','\x49','\xa3','\x5e','\xd6','\x80','\x52','\x9d','\xba','\x9f','\x0f','\x98','\xf4','\x3e','\x31','\x9d','\xc2','\xa7','\x37','\xcf','\x1f','\x48','\xe4','\x40','\x98','\xa4','\x43','\x41','\x26','\xe8','\x11','\xdf','\x0e','\x3b','\x84','\xd6','\xb9','\x7c','\x46','\xc9','\x24','\x9a','\x64','\x62','\x9c','\x27','\x60','\xa5','\x74','\xc7','\x79','\x63','\x3d','\x32','\xaa','\x01','\x1f','\x1a','\x52','\x44','\x9e','\x5d','\x3b','\x33','\xc3','\xe5','\x6c','\x8c','\x95','\x99','\xfa','\x46','\x3d','\x7d','\x03','\x6a','\x31','\x87','\x7a','\xf2','\x36','\x06','\xa3','\x75','\xef','\xbb','\x37','\x98','\xfb','\x5d','\xae','\xea','\xcb','\x42','\xff','\x81','\xb8','\x0b','\xd4','\xc0','\xfd','\x76','\xa8','\x11','\x24','\xfe','\x50','\x9f','\x8f','\x80','\xba','\x9b','\x57','\x92','\x9a','\x9a','\x44','\x74','\xd2','\x68','\x96','\xdd','\x08','\x6c','\x9f','\x79','\xc7','\xf7','\xee','\xd6','\x5b','\xef','\xc8','\x55','\x66','\x93','\x54','\x0d','\x08','\xe2','\xc6','\x4d','\x3a','\x8f','\x0e','\x1d','\xa5','\x49','\xa3','\x39','\x29','\x54','\x5e','\xea','\x82','\xcb','\x99','\x0f','\x19','\x1f','\x58','\x17','\xb0','\xc4','\x42','\xc8','\x2d','\x60','\x2d','\xfe','\xee','\x02','\x49','\x3a','\xad','\xe4','\x2a','\x99','\x5c','\x25','\xe5','\x55','\x91','\x2c','\xcf','\xaf','\x2e','\x7a','\xdb','\x1e','\xa0','\x3e','\x75','\xb7','\x9e','\x78','\x7b','\x3e','\xb8','\x7f','\x3a','\x99','\xa7','\x1c','\xde','\xfd','\xb4','\x93','\x85','\x05','\x44','\x3a','\x61','\xcf','\x0c','\x1f','\x12','\x5b','\x67','\x90','\xa0','\xd0','\x70','\x80','\x9c','\xc2','\x7d','\xf5','\x5b','\x11','\x11','\x1d','\xc7','\x91','\x1c','\xab','\x3c','\xe0','\x54','\x4e','\xb1','\xca','\x64','\xb1','\x52','\x2e','\x56','\xe8','\xa9','\x0a','\xfd','\x49','\x85','\xde','\xae','\xd0','\x57','\x2a','\xe1','\xe5','\x4a','\x98','\x55','\x06','\x7b','\x6a','\xd7','\x80','\xc2','\xc0','\x3c','\xfe','\x70','\x4c','\x8a','\x21','\xb1','\xb8','\x20','\xbe','\x45','\x26','\x1c','\x49','\x78','\xb4','\xe6','\xe4','\x2a','\x2a','\x73','\xf1','\xb8','\x0a','\xc3','\x1b','\x3e','\x8b','\xc3','\xe7','\x31','\xbd','\x0b','\xd3','\xa1','\x10','\x4d','\x08','\x3a','\xa9','\xd5','\xd9','\x21','\x99','\x6e','\x90','\x87','\xb2','\xd0','\x5b','\x44','\x94','\x9d','\xcb','\x47','\xe1','\x3d','\x97','\xd1','\xd8','\x30','\xce','\xde','\xd3','\x6d','\xf3','\xd6','\x36','\xf4','\x03','\x55','\x86','\x35','\x50','\xd7','\x68','\x32','\xa9','\x51','\xbe','\xef','\x7c','\xd2','\x81','\x63','\x7b','\xd8','\xaf','\xa0','\xff','\x32','\xed','\xf6','\x29','\xae','\xde','\x6e','\x06','\xbc','\xb2','\x50','\x37','\xd0','\x04','\x85','\xd0','\x0d','\xd5','\xeb','\x50','\x19','\x24','\x57','\xec','\xe4','\x8a','\x39','\xb9','\x52','\x2a','\x3b','\x8e','\x4b','\xc3','\x1b','\x9e','\x37','\xc3','\x5f','\xb7','\xc2','\x57','\x5a','\x61','\x06','\x05','\x2d','\x07','\x19','\x89','\xb8','\xd3','\x33','\xd5','\xe4','\xd7','\x9f','\xd1','\xcf','\xff','\xe7','\xf9','\xf2','\xf7','\xca','\xd4','\xc5','\x1b','\x8d','\x30','\x97','\xcf','\xf3','\xc0','\x02','\x34','\x74','\xe8','\xdc','\x60','\xcc','\x8a','\x74','\xd8','\x81','\xf8','\x38','\xfb','\xc5','\xfa','\x2a','\x93','\x50','\xad','\xdd','\xd5','\x3a','\xa1','\xcd','\x66','\x12','\x0a','\x97','\x93','\x49','\x9b','\x94','\xbd','\x9e','\xab','\x54','\xb1','\x69','\x04','\x6a','\xbe','\x00','\xd8','\x55','\x80','\x7a','\x95','\x6a','\xab','\xd4','\xe6','\xf3','\x70','\x6e','\xf3','\xbe','\x53','\xad','\x84','\xad','\xb5','\xb0','\xb5','\x9e','\x0c','\xda','\x5c','\xe5','\x9e','\x54','\x5a','\x65','\x75','\x0e','\x2a','\x39','\x80','\xa0','\x12','\xaf','\x60','\xb3','\x24','\x14','\x63','\x8e','\x7a','\xf7','\x65','\xe2','\xd6','\x67','\x87','\xdc','\xcb','\x64','\x32','\xc9','\x18','\xc7','\xe4','\xcc','\x4c','\x39','\x93','\xa1','\xa5','\x12','\x64','\x15','\x7d','\xa8','\x5c','\xf5','\x87','\x50','\x40','\xd4','\xc3','\x15','\xac','\x05','\x1a','\x01','\x9a','\x05','\xc8','\x78','\x4f','\x92','\xa9','\x24','\x9d','\x9a','\xa4','\xf9','\x32','\xd7','\x90','\xb5','\x23','\xe1','\x85','\x3b','\xaf','\x53','\xb7','\x9f','\x24','\x0a','\x70','\x01','\xca','\x70','\x28','\xe6','\x90','\x23','\x25','\xc2','\x4a','\x54','\x20','\xc9','\xac','\x07','\x1c','\x6b','\x92','\x55','\xcb','\x10','\x22','\x3a','\x19','\x3e','\x30','\x19','\xfe','\xbb','\x62','\xf8','\x9b','\x2c','\xfc','\x4d','\x35','\x9c','\x28','\x86','\xd9','\xe4','\x20','\x9b','\x14','\xda','\xd4','\xf9','\xf0','\x3b','\x10','\x34','\x0c','\xeb','\x0b','\xa2','\x69','\x9b','\xa1','\x36','\xa7','\xbc','\x5b','\x4e','\x31','\x29','\x30','\x99','\x6a','\x94','\x99','\x48','\x42','\x34','\x45','\xde','\x1f','\x28','\x6e','\x02','\xc0','\x7d','\xb1','\xa1','\x2d','\xc6','\x87','\x60','\xa7','\x25','\xf6','\x41','\xa1','\x27','\x88','\xfb','\x3f','\xc4','\x55','\x44','\x84','\x26','\xd3','\x42','\x1e','\xf6','\xe8','\x27','\x1b','\x1a','\x1e','\xf8','\x3f','\x59','\x77','\x3e','\xcb','\x5e','\xdc','\xbb','\xab','\x52','\xc2','\x7c','\xd6','\xc4','\xba','\xe8','\xfc','\x6e','\x7b','\x51','\x0c','\x6d','\x37','\x44','\x6d','\xfd','\x07','\x85','\x1e','\x12','\xe9','\x2e','\xed','\x99','\x9f','\x14','\xa2','\xa3','\x2b','\x37','\x14','\x04','\x7a','\x5d','\xcc','\xa4','\xe3','\xa5','\x21','\x61','\xc5','\x6c','\x82','\xc7','\x8f','\x2d','\xa3','\x3e','\xa1','\x8c','\x85','\x17','\x51','\xf8','\x5c','\x84','\x2b','\x14','\x87','\x38','\xca','\x83','\x9f','\xfc','\x9a','\x73','\x91','\x6f','\xc7','\xdf','\xa2','\xe1','\xbf','\xa6','\x30','\x99','\xcb','\x37','\x00','\x14','\x36','\xe8','\x21','\x0a','\x2a','\x55','\xa4','\xbd','\x2f','\xf3','\x75','\xd1','\x47','\x4a','\x7d','\x2d','\xa7','\xcf','\xaa','\xdc','\x67','\x55','\xc2','\xcd','\x56','\x98','\x5f','\xad','\xca','\xa1','\x66','\xeb','\x90','\x55','\xf9','\xa4','\x89','\x2f','\x9a','\x5c','\xa9','\xf9','\x70','\x1c','\xe1','\xfa','\x8e','\xa8','\xef','\x09','\x61','\x75','\x50','\x6b','\xd8','\x2d','\xc9','\x2a','\x26','\xc9','\xa1','\x05','\xcc','\xf1','\xc9','\x2f','\x8f','\x5e','\x7c','\xff','\x76','\xf8','\xcb','\xa3','\x80','\xff','\xfd','\x99','\xf0','\xff','\xf2','\x2f','\xc2','\xff','\xeb','\x6f','\x85','\xff','\xfc','\xb9','\xf0','\x02','\xee','\x81','\xd7','\x4f','\x9f','\xe8','\xa7','\xcf','\x44','\xf7','\x9d','\xaf','\x87','\x17','\x15','\xc0','\xf9','\xfa','\xa1','\x45','\x85','\xe3','\x93','\xe7','\xeb','\x17','\x4f','\x23','\xf8','\x61','\xfe','\xc8','\x25','\x16','\x3e','\xa3','\x86','\x2d','\x2d','\xfc','\xb5','\x74','\x78','\xbe','\x16','\x3e','\x9b','\x84','\xe7','\x35','\xc5','\xb7','\x04','\xa1','\x5c','\xa8','\x44','\x48','\xab','\x45','\x80','\xe6','\xa7','\x5d','\x4f','\xbe','\xd5','\x4c','\x56','\xf8','\x3a','\x45','\x93','\x36','\x2a','\x57','\x05','\x53','\xca','\x0a','\x17','\x05','\x16','\xb5','\xcb','\xb4','\x3a','\x49','\x5b','\x45','\x48','\xa6','\xb5','\xf9','\xf5','\x06','\x5d','\xb1','\xe8','\x6a','\x3f','\xad','\x62','\x4f','\x4f','\x70','\xeb','\xdd','\x70','\x43','\xde','\xd7','\xf0','\xea','\xdd','\x08','\x2f','\x44','\x5f','\x78','\x99','\x5c','\x64','\xe4','\xaf','\xdb','\x21','\xe2','\x77','\x2e','\x03','\x07','\xf3','\xb9','\x58','\xc3','\x9a','\x1d','\xd2','\xd6','\x48','\xe1','\x55','\x32','\xf7','\x3a','\xd5','\xf8','\xfe','\x7e','\x35','\xc9','\xa1','\xaf','\x7e','\xba','\xe1','\x5c','\xac','\xcd','\x85','\xfd','\xc2','\x20','\xcd','\xf4','\xe8','\xcf','\xbd','\x53','\xd1','\xd5','\x9f','\x7b','\xe5','\x2a','\x52','\x89','\xc2','\xc4','\x3a','\x4d','\x27','\xcd','\x52','\xd2','\x71','\xe0','\xb9','\xdc','\x47','\x58','\xb1','\xe9','\xeb','\x41','\x6a','\x47','\xdc','\x76','\xf8','\x9c','\x1f','\x34','\x53','\x94','\x1c','\x44','\x35','\xca','\xed','\xc9','\xc8','\x16','\x7d','\x43','\x28','\x1b','\x9e','\xbe','\x61','\xd4','\xc1','\xbe','\x00','\x26','\x16','\x11','\x5f','\xf4','\x26','\x1e','\xca','\x97','\xe8','\xe7','\x44','\x16','\xa2','\x56','\xa2','\x5a','\x85','\x1a','\xaf','\xd3','\x94','\x45','\xd1','\x2c','\x85','\x80','\x25','\x33','\x54','\x84','\xed','\xd8','\x05','\x9d','\x31','\x87','\x5a','\xdc','\xae','\x71','\x92','\x39','\xca','\x31','\x39','\x55','\x2e','\x6b','\xe5','\xf0','\x4c','\x39','\xdc','\x7a','\x2c','\x6c','\x71','\x14','\xc3','\x96','\x78','\x65','\xbc','\xdd','\xbc','\x1e','\xb6','\xb8','\x98','\x25','\xd4','\xd7','\x4f','\x09','\x16','\xf2','\x27','\x88','\x49','\x28','\x44','\xaa','\x50','\x37','\x04','\x74','\x17','\x26','\xe4','\x0f','\xdf','\x0a','\x1d','\xb0','\xe3','\x20','\x7c','\x16','\x8a','\xac','\x71','\x63','\x7d','\xa8','\xa7','\xbe','\x2a','\xdd','\xd8','\xee','\xd1','\x13','\x04','\xf1','\xb2','\xae','\xd3','\x63','\x19','\xba','\x58','\x39','\x74','\xb8','\x94','\xfc','\x85','\x73','\x93','\x23','\xd5','\xf2','\xd1','\x2a','\x3d','\x13','\xa1','\xc1','\x53','\x94','\x0f','\x9d','\x84','\x68','\xc4','\xa4','\xe5','\x35','\x5a','\xbe','\x1a','\x2e','\xef','\xe4','\xe0','\xab','\x63','\x88','\xab','\xaf','\xfd','\x75','\xb0','\x97','\x03','\xc2','\x5e','\xf6','\x4a','\xac','\xba','\x3c','\xd8','\x8f','\x26','\xdf','\xb8','\xf5','\x00','\x97','\x1b','\x08','\x95','\x4b','\x01','\xea','\xe8','\xb4','\x22','\xd0','\xda','\xd4','\xc0','\x80','\xbf','\x3d','\x42','\xab','\xa4','\xbb','\xde','\x17','\x45','\x72','\x68','\xbb','\x66','\x74','\xd2','\x69','\x70','\xf3','\x71','\xb2','\x42','\xcb','\x15','\xc1','\x2d','\x20','\xab','\x74','\x37','\xa3','\x0f','\x70','\x23','\x65','\x0f','\x4d','\x8c','\xd2','\xc4','\x4f','\x69','\x5e','\xa3','\x79','\x1f','\x9d','\x90','\xe9','\x82','\x33','\x24','\xb5','\x82','\x49','\x33','\xc4','\x6a','\x10','\x54','\xcf','\x11','\xb7','\x87','\x1c','\x1b','\xaa','\xdf','\x2d','\x39','\xc9','\x75','\x2b','\x59','\xb5','\x3e','\xf9','\xa5','\xec','\xc5','\x81','\x87','\x06','\x07','\x27','\x69','\x79','\x92','\x3e','\xf6','\x98','\x48','\x24','\x51','\xe9','\xf1','\x22','\xcd','\x3e','\x46','\xab','\xd7','\xa9','\x59','\x0e','\x4b','\x64','\xd0','\x1d','\x67','\x79','\x09','\xe4','\xa1','\xec','\xef','\x77','\x13','\x73','\x7a','\xf7','\x77','\xa3','\xd1','\x95','\x3f','\x90','\x93','\xc6','\x6d','\x2e','\x1d','\x84','\x8f','\x2a','\xe6','\x9f','\xd8','\x0e','\xe0','\x43','\xb9','\x46','\x81','\x87','\xa1','\xb3','\x9f','\x22','\x0e','\xfa','\x6a','\x9d','\xae','\x29','\x1c','\x49','\x81','\xc9','\x57','\xeb','\x65','\x5b','\x54','\x22','\x7a','\xe3','\x08','\xfd','\xce','\xae','\x2e','\xf8','\x3f','\xdd','\xcf','\x6d','\x57','\x6e','\xa3','\x60','\x32','\x1d','\x62','\x45','\x12','\xd7','\xfa','\x1c','\xa0','\x2c','\x80','\xe2','\x59','\x0c','\xac','\xec','\x24','\xb2','\x92','\x49','\x6b','\x32','\x96','\x2d','\xb3','\x87','\x86','\x9c','\x87','\x68','\x7a','\x92','\x1e','\x7b','\x8c','\xce','\x3d','\x46','\x8f','\x31','\xba','\xa6','\xd2','\x33','\x45','\x0a','\xd3','\xe9','\x46','\x38','\x69','\x0d','\x86','\xfb','\xa1','\x6a','\x5f','\x47','\x9f','\xff','\x1d','\x84','\xde','\x34','\x25','\xbb','\x16','\x90','\x4e','\x85','\x9c','\x2b','\x49','\xa8','\xe6','\x86','\x94','\x02','\x8d','\xfe','\x7d','\x93','\xea','\xd4','\x45','\xf4','\x47','\x0d','\xe1','\x52','\x33','\x65','\xb3','\x06','\x09','\xa7','\x2b','\x26','\xc9','\x17','\xa9','\x1e','\xd1','\xb8','\x8a','\x2a','\x12','\x84','\x03','\xdc','\x6e','\x0a','\x9a','\x64','\xd1','\xe2','\x0f','\x48','\xd7','\x2d','\x0e','\x18','\x67','\xae','\x47','\x61','\x54','\x26','\x42','\xb0','\x53','\x15','\xe6','\x9b','\xf1','\x63','\x6a','\xeb','\x43','\x7c','\x7c','\x52','\x35','\x6e','\xe2','\x08','\x60','\xa0','\xa5','\x8d','\x36','\xfd','\x82','\xf7','\x29','\xe0','\xda','\x5f','\x13','\x62','\xdf','\xd9','\x24','\xe7','\x81','\x51','\x4d','\xa1','\x90','\x84','\x75','\x9b','\x9e','\xe2','\x13','\x96','\x89','\xa1','\x16','\x93','\xd8','\xdd','\xf0','\x3a','\x7e','\x80','\x89','\x8e','\x9e','\x39','\xd8','\x0f','\x35','\xfb','\xda','\xfd','\x70','\xbb','\xc9','\x69','\x96','\x3b','\x6a','\x2a','\x2c','\x10','\xf7','\xde','\x84','\xcb','\xc5','\xb0','\x69','\xae','\x4e','\x03','\x87','\x69','\x24','\x14','\xae','\x75','\xfc','\x24','\xb8','\xbf','\x9d','\x90','\x05','\xbf','\x22','\xc6','\x0c','\xde','\xbb','\x46','\xcb','\xae','\x84','\x51','\xdc','\x17','\x5d','\x1a','\x6a','\x3b','\x76','\x36','\x6d','\x8b','\x10','\x68','\x2a','\xd7','\xb1','\x71','\x26','\xe4','\xc7','\x64','\x81','\x90','\x5c','\x90','\xaa','\x0a','\xe8','\xbd','\xb0','\x0f','\x2a','\x93','\x9a','\x52','\xf6','\x2c','\xc7','\x20','\xd5','\x3e','\x0a','\xae','\x0f','\xd8','\x8b','\x33','\x74','\x65','\x8c','\x7e','\xe5','\xb9','\xf0','\x85','\x73','\xe1','\x38','\x57','\xcc','\xf8','\xdf','\x4d','\x8a','\xfb','\x09','\x62','\x41','\x80','\x4f','\x64','\x3f','\x71','\xbd','\x07','\x5c','\x69','\x39','\x70','\xe0','\x50','\xab','\x35','\xc9','\x58','\x99','\xcf','\xe1','\xc3','\xf1','\xa1','\x77','\x40','\x98','\x53','\x20','\xd6','\x68','\xb5','\x5d','\x52','\x53','\x00','\x0d','\x2a','\x0d','\x82','\x1f','\x29','\x99','\x0c','\x70','\x7b','\x2b','\x7e','\xa0','\x9f','\x6f','\x19','\x31','\xc6','\x11','\x8e','\xc5','\x61','\xfe','\x3c','\xa6','\x25','\x7f','\xf3','\x37','\x27','\xbf','\xfb','\x57','\xe5','\xf2','\xa5','\xf0','\xb3','\xa1','\xa1','\xde','\x07','\xd9','\x56','\xae','\x32','\x16','\x50','\x55','\xbc','\x67','\x4f','\x3f','\xdf','\x32','\x54','\x95','\x83','\xee','\xda','\x25','\xfa','\x79','\x2c','\xf9','\xd0','\xfa','\x64','\xd5','\x2a','\x7f','\x29','\x10','\xf6','\xf9','\x06','\x37','\x39','\x37','\xee','\x28','\x9f','\x45','\xb5','\x2c','\x25','\x4d','\xa0','\xa8','\x5f','\x9a','\x22','\xeb','\x10','\xb7','\x2f','\xb8','\xdc','\xe8','\xe8','\xcf','\xae','\x9e','\xe0','\x36','\x60','\xbb','\x0c','\xb6','\xad','\x03','\x9f','\x3b','\xf2','\x7e','\x31','\x09','\x71','\xd0','\x0c','\x89','\x49','\x48','\xc4','\x24','\xa4','\x62','\x12','\x7a','\xfd','\xdc','\x49','\x69','\xe1','\x0d','\x6e','\xbb','\x46','\x4e','\xd1','\xa2','\xa8','\x1b','\xe8','\xf6','\xc3','\x57','\xab','\xe1','\x19','\xb0','\xee','\x9f','\xf6','\xd6','\x3b','\x12','\x7e','\x12','\x77','\x70','\xb6','\xde','\x18','\x4c','\x00','\xcf','\x4e','\xe9','\xca','\xc3','\x50','\x1a','\xca','\xc1','\x24','\x85','\x0b','\xee','\xda','\xeb','\x0f','\x20','\x0c','\xf7','\x63','\x59','\xe5','\x56','\x8b','\x56','\xab','\x1e','\x9a','\x30','\xb5','\x5c','\x45','\x14','\xb8','\x80','\x67','\x8a','\xb4','\x32','\x13','\x2e','\xbd','\x3a','\x28','\xc9','\x7e','\xd5','\x74','\xb9','\xeb','\x43','\x39','\x28','\x7f','\x40','\x6e','\x22','\x7a','\x13','\x85','\x8d','\xc6','\xc7','\xf3','\x28','\x99','\x77','\xc7','\x07','\x41','\xd1','\x49','\x03','\xe6','\x43','\x98','\x96','\xc2','\x4d','\x27','\x5c','\xae','\x00','\x2e','\x55','\x7a','\xf5','\x0d','\x3f','\xb8','\xf0','\xd3','\x30','\x7f','\x8e','\x1d','\x23','\x1c','\xfc','\xa5','\x1c','\x3b','\xc6','\xc1','\x8d','\x41','\xb8','\x1f','\x6e','\x5f','\x70','\x21','\x03','\x45','\x43','\xda','\xa2','\xa6','\x6a','\xd2','\xea','\x19','\x6a','\x65','\xc2','\xd6','\xf1','\x30','\x61','\x61','\xe3','\xf9','\xc1','\xc3','\xfd','\x54','\xe5','\xe3','\xa3','\x06','\x4a','\x49','\xec','\xb0','\xd0','\xba','\x46','\xd6','\x33','\xa4','\xe5','\xd0','\xab','\x26','\xf8','\x21','\x5b','\x28','\xb9','\x4e','\x26','\xd7','\xe7','\xca','\xeb','\x7c','\xa5','\xf4','\xf8','\xb5','\x0a','\xe5','\x8d','\xf8','\xea','\xd0','\x06','\x3d','\x5c','\xac','\x2f','\x2e','\x3a','\xfc','\x95','\xf0','\xed','\x6f','\xd3','\x7f','\x7a','\x7f','\x12','\xb0','\x77','\xf2','\xcb','\x07','\xca','\xdf','\x9c','\x0e','\xcb','\xbe','\xed','\x55','\x4d','\x61','\x22','\x70','\x6b','\x75','\x10','\x51','\x18','\x67','\x1f','\xd7','\x22','\x9a','\x21','\x9f','\xc8','\x6d','\x86','\x8c','\x0f','\xe0','\x5a','\x4c','\x22','\x5f','\xd2','\xf8','\xc9','\xa4','\x4f','\xf0','\xbc','\x89','\x34','\x10','\xf1','\x77','\xc1','\x50','\x0a','\xbf','\xcf','\x87','\xc8','\x55','\xf3','\xca','\x61','\xae','\xd3','\x41','\x6d','\x54','\xe6','\x8f','\x14','\x03','\x5c','\x8d','\xe6','\xf2','\xc7','\xf5','\xe3','\xf0','\xfb','\xe7','\x2b','\x68','\x2d','\x93','\xe4','\x70','\x5a','\x9f','\x44','\xe8','\xa2','\x78','\xb3','\x43','\x18','\x0f','\x11','\x3f','\x78','\x6c','\xb8','\xe0','\x59','\x17','\xd9','\xed','\x78','\xa3','\x9f','\x2d','\x4d','\x03','\x46','\x13','\xe7','\x69','\xa8','\x9d','\xd7','\xe9','\xc9','\x1f','\x77','\xfe','\x70','\xb9','\xc1','\x5f','\x13','\x29','\x85','\x5b','\x4e','\x78','\xcf','\x05','\x0f','\x5c','\x87','\xec','\xb4','\xdd','\x7f','\xfa','\x4f','\x2b','\xd5','\x74','\x64','\xf1','\xf3','\x74','\x51','\x8f','\x3a','\x05','\xba','\xf8','\x50','\x72','\xb1','\xc5','\xd0','\x52','\xa2','\xb9','\x14','\x7f','\x7c','\xe9','\x77','\xf4','\xaf','\xfc','\x4e','\xa1','\xf5','\xcd','\xe6','\x12','\xd3','\x00','\x09','\x68','\x7c','\x85','\x69','\xad','\x83','\x2d','\xf1','\xc9','\x63','\x4b','\x6c','\x7d','\x89','\x59','\xcf','\xc5','\x88','\x33','\x86','\x4c','\x20','\xc5','\x6a','\xc1','\x80','\xbb','\xdd','\x1e','\xda','\x73','\x21','\xb6','\xe7','\x02','\x93','\x51','\xcc','\x69','\x3d','\xb5','\x68','\x3e','\xb5','\x68','\xbd','\xe4','\xb4','\x62','\x8b','\x16','\xc0','\x69','\xc6','\x4c','\x14','\xfb','\x56','\x2d','\xb6','\xbc','\x1e','\x3b','\xf2','\xfd','\x18','\xf0','\x32','\x5e','\x8d','\xb7','\x56','\x0f','\x14','\x1d','\x96','\x9e','\x0b','\x5a','\x56','\x88','\xaf','\x74','\xcb','\xe2','\x70','\xa7','\xeb','\x20','\xc2','\x09','\xc7','\x49','\xa0','\xf4','\xd3','\xb3','\xc5','\xa7','\x15','\xed','\x9b','\x8e','\x9e','\x38','\x66','\x24','\x8e','\x55','\x13','\xb3','\x56','\xe2','\xd7','\xb3','\x89','\x63','\x0f','\x25','\x66','\xef','\x8f','\x1f','\x4b','\xc6','\x8f','\x29','\x63','\xb3','\xc9','\x5f','\xfd','\xe1','\xc7','\x92','\x6b','\x9f','\x60','\x1f','\x29','\x05','\xcf','\xaa','\x21','\x3d','\x49','\x46','\x59','\x1f','\x86','\xa2','\x5d','\x61','\x3e','\xaa','\xa9','\x1f','\x26','\xd4','\xfb','\x59','\xaa','\x06','\xc1','\x07','\x4e','\x63','\xf9','\x74','\x90','\x39','\x0d','\xe6','\x5e','\x7d','\xfc','\x3e','\x9b','\xfc','\xea','\xfa','\x7c','\xd8','\xe2','\x22','\xbf','\xcf','\x04','\x90','\x57','\x54','\x50','\xcf','\x79','\xca','\x87','\xa0','\x7d','\x7c','\x06','\x08','\xb4','\xf9','\x1c','\x08','\x9f','\x57','\xb2','\xcc','\x64','\xc7','\x96','\xdc','\x74','\x00','\xc1','\xf2','\xfa','\x8f','\xe9','\x6a','\x9b','\x7e','\x18','\xc4','\x0f','\xec','\xa8','\xb1','\xfe','\x40','\xbb','\xd4','\x75','\x9a','\xf5','\xff','\x68','\xbb','\x22','\xd7','\x32','\x83','\xb2','\x1a','\x5c','\x3d','\x5e','\x15','\x3c','\x78','\x0b','\xbe','\x80','\xec','\x0b','\xc9','\x72','\xd2','\xbb','\x9f','\x74','\x10','\x0a','\x24','\xd5','\x80','\xef','\x45','\x54','\xd3','\xf0','\xfb','\xee','\x98','\xae','\x0b','\xa7','\xb1','\x5e','\x57','\x5b','\xfa','\x31','\x21','\xa4','\x41','\x12','\xe9','\x12','\xb2','\x48','\x0b','\xe2','\xab','\x23','\xe9','\xa7','\x6f','\xf4','\xb0','\x97','\x7b','\x54','\x33','\x7c','\x2f','\x2d','\x21','\x74','\x2b','\x2d','\x55','\x98','\x54','\xe2','\x76','\xd8','\x20','\xc6','\x90','\x0c','\xc9','\x02','\x8e','\x2d','\xb7','\x02','\xa8','\x5d','\x6c','\xcb','\xad','\x9d','\x21','\xda','\xa3','\x85','\x6a','\xea','\xef','\x5b','\x4c','\x27','\x1d','\xa4','\x7e','\xd4','\x94','\x4c','\x36','\x70','\x9a','\xdd','\xb7','\xb0','\x1c','\xfe','\x7d','\x16','\xfe','\x32','\x8b','\xfd','\x41','\x3c','\x56','\x89','\xe7','\xcf','\x24','\xc6','\x83','\x29','\x93','\x0d','\x7b','\xfd','\xb0','\xaa','\xe1','\xb4','\x94','\xd3','\x4a','\x70','\x5e','\xd9','\x11','\x1b','\xed','\x1c','\xf9','\x01','\x95','\x74','\xbb','\x9f','\x4e','\x83','\xf7','\xc6','\xfb','\x09','\xff','\x61','\x7c','\xa0','\x12','\x4f','\x9c','\x49','\x8c','\x04','\x53','\x36','\x1b','\xee','\xbc','\xaf','\x8e','\x5b','\xb2','\xc3','\xef','\x17','\xa3','\x56','\xea','\x52','\x95','\x5f','\x39','\x12','\x17','\xab','\xf1','\x8b','\xd9','\xb1','\xbf','\x99','\x39','\xf0','\xd3','\xd9','\xe4','\x67','\xf6','\x6e','\xac','\xb6','\x26','\xf8','\xfd','\x7a','\xfd','\x99','\x50','\x9a','\x13','\x74','\x1b','\xec','\x3b','\xe5','\x5a','\x2b','\xa0','\x02','\x4d','\x29','\xd1','\x77','\x9f','\xe7','\x2b','\x37','\xa2','\xb3','\x21','\x9d','\x85','\x67','\xb4','\xc8','\xf1','\xf4','\xd0','\x8c','\x16','\xd6','\x99','\x58','\xd1','\xcf','\x87','\xdf','\xb4','\xb8','\xd5','\x23','\x49','\x5e','\xda','\x9a','\xcc','\x21','\xca','\x48','\x11','\x28','\xed','\x14','\x3d','\xe8','\xfc','\x57','\x1b','\xb2','\x66','\xc5','\x89','\x33','\xc4','\x69','\x68','\x32','\x14','\x96','\xd1','\x50','\xcf','\x47','\x5e','\x05','\xae','\x39','\xe1','\xa4','\x75','\xeb','\x95','\xac','\x1e','\x41','\xab','\x35','\xb4','\xea','\x0b','\xac','\xca','\xcd','\x55','\xa7','\xb8','\x02','\xa9','\xdf','\x30','\x67','\x14','\xe6','\x5e','\xdd','\x06','\x9a','\x17','\x09','\x4a','\xf3','\xc8','\x4d','\x4e','\x84','\x9e','\x56','\xea','\x21','\x74','\xb8','\x08','\xb5','\x63','\x05','\x7d','\xfd','\xcf','\x2e','\x1e','\xfd','\x33','\xea','\x4a','\xf7','\xf6','\x93','\x93','\x4a','\x39','\xa7','\x92','\x9b','\x2f','\x75','\xe1','\x88','\xab','\x89','\x05','\x32','\x02','\x7a','\xce','\xb9','\xa5','\x39','\x95','\x4d','\xfd','\x28','\x70','\x3a','\x2f','\x8e','\xec','\xb7','\xc7','\x30','\xf0','\x42','\x6f','\xfc','\x30','\xf9','\xaa','\xeb','\xd5','\xa3','\xea','\x1a','\x10','\xd5','\x3e','\xb8','\xde','\x98','\x5f','\xea','\xad','\xff','\xbe','\x0d','\x53','\xf7','\x46','\xaa','\x55','\x88','\x9a','\xd8','\x5a','\x4a','\x9e','\x48','\x7c','\x31','\x6a','\xde','\x73','\x95','\xb0','\x76','\x0b','\x6b','\x15','\x40','\xae','\x84','\x73','\x67','\x6f','\xe5','\xe5','\x5b','\x33','\x77','\x7a','\xd8','\xf6','\xf3','\xf6','\x3e','\x57','\x3b','\x7f','\xb9','\xcb','\x2d','\xd9','\xa9','\xeb','\xe7','\xd6','\xf2','\xeb','\x9e','\x83','\x23','\xd6','\xe7','\x2c','\x6f','\x6a','\x74','\xee','\xa7','\x1d','\xd7','\xd4','\x09','\x75','\x08','\xb6','\x2b','\x53','\xf8','\x3a','\x93','\x7c','\x0b','\x4f','\xf5','\xc6','\x07','\x14','\xfd','\xf4','\x9e','\xfe','\x6f','\xf8','\x73','\x36','\x93','\x1c','\x51','\xcc','\x94','\x40','\x54','\xc6','\x4c','\xef','\x88','\x61','\x24','\x71','\x54','\x7c','\x72','\xc9','\x17','\xe8','\xf0','\xab','\xdf','\xe1','\xcb','\x0d','\x06','\x70','\xa7','\x84','\x8d','\xfc','\x36','\x38','\x0c','\x3e','\xec','\x4b','\x30','\x7f','\xba','\xfc','\x1b','\x58','\xab','\x41','\xd1','\x2e','\x89','\x8b','\x13','\x51','\xc4','\x90','\xf8','\xb7','\xde','\x09','\x6b','\x8b','\xa0','\xa4','\x5c','\x1a','\x0c','\x60','\x5f','\x08','\xcb','\x49','\x21','\x7f','\xba','\xfd','\x88','\x64','\x61','\x6d','\x65','\x3d','\xfa','\xa6','\xe9','\xc5','\x70','\xc4','\x4c','\xe3','\x3d','\x93','\xbc','\xda','\x20','\x36','\x25','\x6b','\x0c','\x2a','\x32','\xaf','\xd4','\x88','\x5d','\x23','\x2b','\xcb','\x74','\x75','\x90','\x56','\x07','\x15','\x5b','\x66','\x8e','\xa3','\x1a','\x2d','\x7b','\x9b','\xfb','\x3f','\x0e','\xe1','\x34','\x5c','\x02','\x14','\x83','\xa8','\x1e','\x92','\xcb','\x91','\xd0','\x61','\x5a','\xfc','\x3c','\x43','\x95','\xb4','\x7c','\x1e','\x85','\x86','\xcd','\xe2','\x58','\x1a','\xe9','\x1a','\xbf','\x9f','\x00','\x8e','\x46','\x42','\xa1','\x1a','\x1f','\xac','\xa6','\x28','\xc0','\xda','\x7b','\x3f','\x9a','\xbf','\x50','\x3f','\x1e','\x08','\x08','\xe1','\x9c','\xd6','\x02','\x3f','\xea','\x7a','\x30','\x24','\x38','\x86','\x86','\x82','\xec','\x04','\x11','\xe6','\x23','\xfe','\x67','\x2d','\x7f','\xd6','\x22','\x85','\x88','\xb0','\x13','\x21','\x70','\x67','\x43','\x3f','\xab','\xfe','\x93','\xa2','\x28','\x09','\x14','\x2a','\x12','\xde','\x8f','\x5e','\x67','\x08','\x97','\x9a','\x90','\xee','\x0a','\x45','\xf1','\x92','\x07','\x9d','\x1f','\x57','\x80','\x21','\x40','\xc3','\xdc','\x44','\x71','\xdd','\x9d','\xc8','\x65','\xde','\x14','\x81','\x19','\xc9','\x4e','\x28','\x98','\x09','\xf9','\xb4','\x3e','\x71','\x4c','\xd2','\x49','\x3d','\x2e','\x22','\xb9','\x26','\xc4','\x8f','\xd6','\x83','\xa2','\x57','\xed','\x4f','\xf0','\x31','\x8a','\x9c','\x5b','\x8c','\x22','\x18','\xec','\x2f','\x84','\xa9','\x24','\xe0','\x13','\xf0','\x03','\x2f','\xd3','\x20','\x68','\x56','\x7d','\xa8','\xde','\x87','\x8a','\x11','\x93','\x41','\xa8','\x83','\x26','\x8a','\x5c','\x25','\x93','\xe2','\x7c','\xd9','\xe5','\x41','\x49','\x43','\xae','\x19','\xb7','\x3e','\xe0','\x80','\x96','\xb8','\x21','\x3d','\x54','\x93','\x52','\x75','\x1f','\xd3','\x38','\xfc','\xcc','\xb5','\x5b','\x81','\x37','\xaf','\x6e','\xd4','\x8a','\x2e','\xa1','\xab','\xc7','\x38','\xa0','\x25','\x11','\x50','\xde','\x89','\x98','\x18','\xc8','\x66','\x65','\xc2','\x77','\x17','\x19','\x87','\xa3','\x58','\x94','\x2b','\x49','\x02','\x3e','\x01','\xb7','\xde','\x31','\xcd','\x95','\x92','\x46','\xcb','\xab','\x74','\xdc','\x2d','\x31','\x0b','\x31','\x0c','\xd4','\x0d','\x52','\xf2','\xf8','\x37','\xc0','\xc3','\x16','\x91','\x83','\x44','\x0e','\x49','\x43','\x44','\x7a','\x9f','\xfa','\x86','\xca','\xbe','\xa1','\x25','\x3c','\x74','\xd9','\xff','\x80','\x4d','\x12','\x69','\x9a','\x48','\x27','\x13','\x5a','\x3d','\xaf','\x16','\xf3','\x8c','\x4d','\x24','\xd9','\x6a','\x84','\x2d','\x44','\x63','\x72','\xe8','\xe3','\x32','\xa6','\x51','\xe4','\xd2','\xbb','\xa4','\xb9','\xa9','\x2d','\x6c','\x99','\x48','\xdb','\xb2','\x87','\x73','\x18','\x01','\xbf','\xd1','\xf0','\x23','\x9b','\x08','\x0f','\x76','\x92','\xda','\x75','\xe1','\x14','\x63','\x8c','\xe3','\x2a','\x53','\xaf','\x32','\xed','\x6a','\x32','\xbd','\x4a','\x4d','\x47','\x06','\x59','\x1f','\x48','\x63','\xae','\x38','\xf1','\x77','\xf8','\x4c','\x44','\xd3','\x09','\x14','\x42','\xd0','\x51','\x45','\xf7','\x3b','\xba','\xbf','\xa2','\x07','\x4b','\xfa','\x8e','\x73','\x7a','\x38','\xab','\x0f','\xcc','\x00','\x75','\x58','\x9d','\xea','\x45','\x8f','\x3a','\x0c','\x03','\x75','\x98','\x86','\x93','\x69','\x4c','\xcd','\x23','\x12','\x7f','\xa9','\x26','\x4e','\x03','\x71','\x10','\x78','\x6e','\x23','\xab','\x25','\xb2','\x8a','\xd1','\xea','\x18','\x72','\x5a','\xbe','\x55','\xec','\x73','\xeb','\xa8','\xfe','\xb9','\x1e','\xbc','\x76','\x9b','\x56','\x75','\x56','\xd5','\xeb','\x55','\xbd','\x28','\x1a','\xec','\xda','\x2d','\xb8','\xda','\x38','\x29','\xfc','\xbd','\xb0','\x99','\x77','\xc7','\x07','\xdf','\xd7','\x66','\xa4','\x47','\x69','\xea','\x33','\x9a','\xbe','\x36','\x3f','\x40','\x50','\x28','\xde','\xc0','\xb0','\x2d','\xa3','\xe2','\x84','\xca','\x9e','\xa6','\xac','\xcd','\xe3','\x7a','\x88','\xab','\x0b','\xee','\xf8','\x78','\xfd','\x80','\x92','\xcc','\x45','\x23','\x81','\x80','\x2b','\x82','\xae','\x55','\xfd','\xeb','\x59','\x8e','\xe0','\xb5','\x6a','\xd0','\xf5','\xf3','\xf3','\xe9','\x66','\x34','\xea','\x30','\xef','\x40','\x7b','\x64','\x13','\x88','\x3d','\xcd','\xd8','\x4d','\x72','\x68','\x81','\xf7','\xc3','\x85','\x14','\x82','\xe2','\x3e','\xce','\xa6','\xd0','\xca','\x3b','\x42','\xee','\x32','\x39','\x9c','\xe6','\x20','\xd2','\x69','\x2a','\x2d','\x70','\x79','\x67','\xa3','\xd6','\x36','\x3c','\xc9','\xcc','\x4f','\x53','\x4b','\x43','\x75','\xe1','\xfe','\x8a','\xd6','\xc3','\x5c','\x25','\x36','\x51','\xf8','\x02','\x0b','\xbf','\xdf','\x08','\x27','\xd8','\x50','\x22','\x3e','\xf8','\x72','\xe2','\x9e','\xa9','\x14','\x2b','\x0c','\xab','\x37','\xd0','\xf8','\x39','\xb4','\x10','\xe0','\xa3','\xd1','\xf2','\xaa','\x81','\xb8','\x6c','\x9b','\xc9','\x76','\x99','\x96','\xd8','\x32','\x14','\xcb','\x70','\xdb','\xdc','\x5e','\x3b','\xc5','\xe8','\xe7','\x19','\xbd','\xcd','\x28','\xf8','\xe7','\xef','\x0e','\xc7','\x2e','\xdc','\x1d','\xfb','\xea','\x81','\xd8','\xef','\xa9','\x2c','\xa4','\x32','\x9c','\x66','\x10','\x48','\x2a','\xce','\xd1','\x92','\x21','\x19','\x4a','\xfe','\x75','\x3c','\xea','\xdd','\x70','\x0b','\xc1','\x0f','\xe3','\xae','\x5d','\x1f','\x7f','\x22','\xa7','\x13','\x01','\x75','\xba','\xfd','\x68','\x0b','\x54','\xe2','\xb2','\xab','\xe7','\x7e','\xd2','\xf0','\xa7','\xc3','\x79','\x16','\x76','\x96','\xc3','\x0b','\x0c','\xe0','\xb0','\x4e','\xc3','\xbd','\xe1','\x21','\x67','\x99','\xb2','\xbb','\x39','\x06','\x9c','\x41','\xc6','\x3e','\x2a','\xee','\xa7','\xf2','\xa8','\xf3','\x23','\x7e','\x3f','\x45','\x14','\xf8','\xff','\x4d','\x49','\xf0','\x4a','\x30','\x23','\x51','\x8f','\x55','\x2c','\x34','\x21','\x70','\xee','\x41','\x45','\x1a','\xd0','\xa8','\x5e','\xb8','\x74','\x7b','\xfa','\x86','\x5e','\x28','\xeb','\x85','\xaf','\x66','\x0a','\x17','\x33','\x85','\x72','\xa5','\x50','\xbe','\x55','\x28','\xbf','\x38','\x7d','\x71','\xac','\x10','\x1e','\xd3','\x06','\xc7','\xb4','\x06','\x94','\xcd','\xed','\xe9','\x87','\x7f','\xb1','\x54','\x9b','\x81','\x24','\x28','\xe0','\xe7','\xf3','\xbe','\xc8','\x7c','\x1a','\x93','\xb5','\xa2','\xa4','\x69','\x12','\x90','\x27','\x68','\xa8','\xa6','\x49','\xcb','\x35','\xe9','\x79','\x5b','\xee','\xe7','\x1b','\x4a','\x1d','\x4b','\x0e','\x91','\x87','\x69','\x00','\xb1','\x23','\x30','\xe3','\xa0','\xb2','\x62','\x83','\x04','\x56','\xda','\x25','\x30','\x7a','\x21','\xca','\x61','\x6c','\xfa','\x30','\x20','\x48','\xa5','\xb0','\x4b','\x5c','\x2b','\xa8','\xf0','\x19','\x9a','\xe5','\x82','\xd5','\x3b','\x2e','\x70','\xeb','\x8c','\x84','\x2d','\xe3','\x03','\xb8','\x6e','\x82','\xe3','\x00','\xd5','\x15','\xf4','\xb0','\x62','\x85','\x72','\x16','\xd4','\x2a','\xa4','\x6e','\x90','\x12','\x34','\x35','\x08','\x95','\xa6','\xde','\xf1','\x32','\x7a','\x86','\x60','\xbd','\xdf','\xd1','\xc3','\xa3','\x80','\x9d','\xa3','\x7a','\x42','\xd7','\x77','\xe9','\x7a','\x26','\x03','\x04','\xc3','\x84','\x2f','\xfc','\x73','\xfa','\x80','\xa5','\x8f','\x10','\x7d','\x82','\xe8','\x5c','\xf9','\xf6','\x47','\x70','\x90','\xc2','\x01','\x39','\x4a','\x62','\xa9','\x0e','\xf5','\x2f','\x02','\x2e','\x11','\x5f','\xbf','\x83','\x25','\xae','\xaf','\x94','\x8c','\x77','\xa0','\xfe','\x66','\x17','\xb1','\x92','\xf3','\x5e','\x29','\x28','\x95','\x42','\x52','\x89','\xc8','\x1c','\x38','\xb8','\x10','\x0a','\x4e','\x10','\x65','\x8a','\x0c','\xbc','\x42','\x5a','\x07','\x22','\x82','\xa0','\xbe','\xc1','\x45','\xac','\x4a','\x02','\xa9','\x16','\x8e','\x67','\x9f','\xe9','\xc9','\xf8','\xef','\xc2','\x71','\xb6','\xf9','\x30','\x9e','\xc5','\xbd','\x60','\x87','\x8f','\x00','\xe7','\xe0','\xb6','\xe3','\xdc','\x07','\x63','\xd2','\x3b','\xbc','\xbb','\x63','\x56','\xea','\x3d','\x8b','\xc5','\x04','\x3c','\x22','\x76','\x0f','\xa9','\xfa','\x2c','\x5f','\x3d','\xdd','\x71','\x16','\xbf','\x8b','\xc7','\x2d','\x32','\x62','\x05','\x0f','\x59','\x4a','\xd4','\xfa','\xd8','\xff','\x65','\xd9','\x92','\x85','\xc4','\xe0','\xf3','\x71','\x0e','\x09','\x56','\xb1','\xe8','\x7b','\x16','\x75','\x15','\x9f','\xa2','\x28','\x71','\x0e','\xb4','\x34','\xb3','\x5c','\xd8','\x23','\xe1','\x16','\x25','\x6f','\x56','\x03','\x2b','\x96','\x3c','\x6f','\xe1','\x37','\x2d','\xf2','\x14','\xfc','\x51','\xde','\x83','\x3c','\xbf','\xb1','\x18','\x4a','\xbb','\x1e','\xca','\x50','\x4c','\x94','\x44','\x41','\xa4','\x5d','\x1d','\x46','\xd4','\x85','\x31','\x51','\xba','\x46','\xd8','\xb5','\x16','\xb5','\xab','\x61','\xb3','\x2a','\xa9','\x55','\xe3','\x27','\x55','\xba','\x56','\xa5','\x57','\x05','\x56','\x2d','\xfa','\x1d','\x28','\x37','\x43','\x57','\xaa','\x74','\x25','\x4b','\x57','\x8f','\xd3','\xd5','\x64','\xf2','\x6a','\x92','\x55','\x22','\x6c','\x2d','\xa5','\x56','\xc7','\xb4','\x75','\x2d','\xfd','\x57','\x35','\x53','\xb5','\x3b','\x7c','\x68','\x48','\xb2','\x76','\x8d','\x58','\x89','\x98','\xa5','\xe7','\xac','\x63','\xe3','\xd6','\xe2','\x3c','\x5c','\x79','\x9b','\x7f','\xc2','\x81','\xc4','\x03','\x3a','\xe2','\x01','\xbd','\xb4','\xfb','\x24','\x09','\x40','\x71','\x36','\x72','\x0a','\xcd','\xa6','\x3b','\xf3','\x30','\x5c','\xed','\x4c','\xdd','\x0d','\x43','\x2a','\x90','\x7a','\xc7','\x82','\xf2','\x22','\x1c','\xde','\x59','\xed','\x2c','\xb5','\xb9','\xf2','\xe3','\x63','\xb6','\xac','\x3a','\x4e','\xda','\x68','\x99','\xb0','\x9d','\x8a','\x70','\x3f','\xeb','\x96','\xd3','\xaa','\x48','\x26','\x60','\xc4','\xaa','\xa4','\x5a','\x50','\xdf','\xa1','\x83','\x54','\xb3','\x92','\xb0','\x2a','\xb2','\x59','\x09','\xd8','\x95','\x8f','\x2c','\x57','\xfa','\xca','\x95','\x1d','\xcf','\xe3','\xb0','\x85','\x63','\x42','\xcf','\x9f','\xe7','\xfb','\x8e','\x49','\xda','\xee','\xba','\x5b','\x46','\xb3','\x22','\xa3','\x0a','\x36','\x41','\x87','\x26','\xac','\xc2','\x58','\x05','\x61','\x6e','\x21','\x56','\x10','\x05','\x8c','\x94','\x2b','\xa9','\x72','\x25','\xe6','\x01','\xa7','\xca','\x98','\x5f','\x99','\x1b','\x0c','\xd4','\x38','\x82','\xc0','\x8e','\x09','\x00','\xad','\x02','\xbb','\xe5','\xea','\xfa','\xd1','\xba','\x77','\x94','\xef','\xb6','\x21','\x6e','\x19','\xc1','\x41','\x54','\x7f','\xab','\x32','\x98','\xad','\xdc','\x9d','\xad','\x8c','\x56','\x2b','\x55','\x0b','\xef','\x28','\xe3','\x01','\x8a','\xa7','\x28','\xf6','\x33','\x1c','\x16','\xeb','\x02','\x41','\xf5','\xde','\x9a','\xb4','\x62','\x77','\x6a','\x0d','\x28','\x5a','\x24','\xfa','\x2e','\x1c','\x91','\x47','\x6f','\xd2','\xce','\x95','\xef','\xda','\xe1','\x5a','\x43','\xf0','\x0f','\x0b','\x4d','\x1b','\x66','\x4e','\x44','\xb2','\xf9','\xf0','\x26','\x43','\x52','\xbd','\x88','\x34','\xfe','\x5c','\x4f','\x47','\x70','\x9e','\xde','\x02','\x9e','\x6a','\x5a','\x31','\x1a','\x15','\x84','\x2a','\x88','\x54','\xf8','\x70','\x41','\x03','\x55','\x52','\x75','\x78','\x46','\x17','\xbc','\x8d','\xd2','\x15','\x55','\xc4','\xd1','\x90','\x34','\x26','\x0d','\xec','\x98','\x78','\x16','\x1d','\xe1','\x9a','\x0f','\x62','\x01','\xa9','\x81','\x53','\xe6','\x2d','\x18','\xe4','\x12','\x0c','\x08','\x6f','\xf4','\x2d','\x57','\x76','\x7c','\xa3','\xf2','\xde','\xff','\xb3','\xb2','\x83','\x37','\x2e','\x57','\x0e','\xfd','\x41','\xe5','\xbf','\xfc','\x69','\xe5','\xe1','\x17','\x2a','\xb2','\x5d','\x91','\x97','\x2b','\x81','\x32','\xee','\xb3','\xbc','\x71','\x5e','\x81','\x88','\x45','\x18','\x67','\x70','\x47','\x69','\x98','\x16','\xe0','\x7d','\xc1','\x11','\x92','\x06','\xa3','\xdd','\x3b','\xe0','\x41','\x5a','\xf9','\x85','\xef','\x57','\x54','\x52','\xb1','\x51','\x45','\xe1','\x83','\xd6','\xa8','\xd0','\x0d','\x41','\x0e','\x38','\x5a','\x17','\x71','\x0e','\xc1','\xc0','\x44','\x08','\xc7','\xac','\x5b','\xe1','\x72','\x85','\x2a','\x15','\xa4','\xc2','\x5b','\xee','\xbc','\xee','\x4e','\xa3','\x73','\xb7','\xe2','\xed','\xe3','\xc0','\x32','\xee','\xe3','\xaf','\xfe','\x1c','\x97','\x2b','\xfc','\x96','\xe0','\x7e','\x10','\x28','\xb3','\xd8','\x6f','\xde','\xf2','\x9b','\x95','\x63','\xe5','\x0a','\x7f','\xfb','\x42','\xa4','\x03','\xf8','\x58','\x69','\xd4','\x1b','\xa2','\xce','\xa0','\xf1','\x5b','\x85','\x70','\x45','\x15','\x27','\x28','\xce','\x13','\x3c','\x41','\xf0','\x25','\x04','\x04','\xeb','\x5e','\x58','\xa5','\x7d','\x0b','\xb3','\x0a','\x89','\x54','\x68','\xa8','\xc2','\xf4','\xca','\xb5','\xba','\x37','\xc8','\x19','\xab','\x32','\xd7','\x82','\xab','\x8b','\xb9','\x26','\x7c','\xa8','\xa8','\x38','\x02','\x91','\x50','\x78','\x6c','\x06','\xef','\xca','\xe0','\x74','\xe9','\xc8','\xbc','\xbb','\x60','\x03','\x2d','\x6c','\x56','\xb1','\x56','\x25','\xac','\x4a','\x69','\x95','\xdd','\xa8','\x9e','\xfc','\x41','\xd5','\xf4','\xf1','\x15','\x57','\x7d','\x24','\x56','\xfd','\x42','\xa3','\xfa','\x08','\xe3','\x78','\xfb','\x11','\xf6','\xc7','\x5f','\x78','\xe7','\xdb','\x48','\x7a','\x5e','\x9d','\x3f','\x9f','\x7c','\x33','\xc4','\x56','\xe9','\xde','\x3f','\xa0','\x8f','\xbf','\x4c','\xc7','\xef','\x69','\x9c','\x0e','\x32','\x98','\xcc','\x01','\xa7','\x33','\xaa','\x94','\x56','\xd8','\x8d','\xca','\xc9','\x5a','\xc5','\xe4','\xf7','\xe3','\xab','\x3c','\x12','\xab','\x7c','\xa1','\x51','\x79','\x84','\xdd','\x12','\x78','\xe5','\x0b','\xf5','\x57','\x10','\x2a','\xa9','\xf3','\xa5','\xe4','\x9b','\x25','\xb6','\x12','\xda','\xfb','\x75','\xf2','\xf8','\x37','\xc9','\xf8','\xdd','\xb3','\xa7','\xfd','\x74','\xdb','\xfb','\x79','\xe3','\x07','\x55','\xd9','\x57','\x9d','\x08','\x57','\x8d','\x0f','\xaa','\x79','\xea','\xe2','\xed','\x3c','\xfd','\x63','\xe3','\xbd','\x6f','\xe7','\xc3','\xcf','\xe3','\xf9','\xf3','\x78','\x3c','\x04','\x4e','\xc2','\x38','\xa5','\x71','\xae','\x9e','\x34','\xec','\x20','\x53','\xb4','\x62','\xb4','\xae','\x51','\xad','\x00','\x34','\x80','\xb9','\x60','\xf4','\x4d','\x8b','\xa2','\x45','\x8a','\xee','\xa6','\x27','\x9d','\x54','\x5d','\xdb','\xab','\x4d','\xed','\x3d','\xe9','\x64','\x35','\xcd','\xd2','\xb4','\xfe','\x9a','\x46','\x34','\xed','\x4e','\xf3','\xd9','\x5b','\xef','\xa5','\x67','\xb8','\x48','\xf7','\xa7','\x75','\x9f','\xae','\xbf','\xff','\x19','\xfd','\x97','\x97','\xf4','\x5f','\xbe','\xa0','\x3f','\x71','\x45','\xff','\xe4','\xb3','\xfa','\xbc','\xa9','\x23','\x04','\xcc','\xb4','\xa9','\x86','\xe0','\xa7','\x05','\x60','\xa8','\x98','\x41','\xb1','\x2a','\xdc','\x9a','\x69','\x7a','\xc4','\xa4','\x24','\x14','\x72','\x8b','\xf0','\x32','\x52','\x1d','\x73','\x7e','\xec','\x8c','\x13','\xff','\xc8','\x97','\x70','\x8c','\x9c','\xb9','\x3b','\xbb','\xe6','\xcb','\x3e','\xe4','\x54','\x3f','\x4a','\xae','\x39','\xee','\x0f','\xf4','\x57','\x99','\x13','\x1c','\x9b','\x1d','\x72','\x26','\x29','\x14','\x4d','\x53','\x18','\x63','\x2a','\x53','\xd3','\x2c','\x6d','\xb2','\x79','\xd8','\x2d','\x92','\x20','\xb5','\x31','\x23','\x73','\x71','\xe7','\xdf','\x38','\xe3','\xa3','\xfe','\x91','\x17','\x4b','\xb1','\xd1','\x63','\x77','\x8f','\x1e','\xf3','\x8d','\x3e','\xe4','\xdc','\xfa','\x28','\xf9','\x25','\x87','\x8c','\x32','\x8e','\xfe','\x17','\x59','\x6b','\x34','\x7e','\x6a','\xda','\x99','\xcc','\x30','\x9a','\x61','\xca','\xeb','\x8c','\x59','\x4c','\xb5','\xd8','\xf8','\x61','\x76','\x1a','\xea','\xde','\xd6','\x22','\x2e','\xd7','\x39','\x02','\x2f','\x70','\xaa','\x51','\xe1','\xfa','\x90','\x4a','\x2b','\x39','\x3e','\x0f','\x6f','\x54','\x5e','\xea','\xca','\x1c','\x0f','\xa9','\x72','\x29','\xf6','\x1f','\x4b','\x28','\xc6','\x11','\x42','\x4f','\x13','\x34','\x45','\xe4','\x1f','\xce','\xa2','\x75','\x0a','\x86','\x90','\x66','\x3b','\x75','\xef','\x1c','\x36','\xc2','\x97','\xd8','\x49','\x87','\xaf','\x32','\x56','\xab','\xa8','\x76','\xe5','\x41','\xbb','\x32','\x6f','\x56','\xb8','\x6d','\x9c','\x5e','\x29','\x19','\xa2','\xf8','\xb5','\xb6','\x72','\x4e','\x13','\xf5','\xe3','\xb4','\xab','\x44','\xab','\x44','\x8c','\x35','\xaa','\xad','\x37','\x34','\x2e','\xc5','\xba','\xfe','\x31','\xdb','\x69','\xd8','\x20','\xb8','\x02','\x8e','\x2b','\xbe','\xf8','\x8c','\x32','\xdc','\x89','\x2d','\x71','\x94','\xd2','\x62','\xd7','\xd6','\x72','\xe7','\x34','\xb7','\x90','\xd2','\x14','\xd7','\xfd','\x23','\xc6','\x0f','\xa9','\x76','\x1c','\xfa','\x01','\xd3','\x92','\x99','\x84','\xd5','\x70','\xcc','\xc6','\x31','\x84','\xe2','\x22','\x26','\xbf','\xe0','\xd2','\x1d','\x63','\x2f','\x87','\x28','\xc9','\x65','\xba','\x86','\x59','\xb2','\xdf','\x79','\x83','\x6a','\xaf','\x33','\xad','\x62','\x83','\x87','\x50','\x68','\xc2','\x7c','\x1e','\x8b','\xb8','\x2f','\x78','\x2e','\x6a','\x3b','\x4d','\xbe','\x01','\xd9','\xbb','\x54','\x3b','\xc1','\x2a','\xfa','\xb4','\x73','\x2c','\x5d','\x59','\xe4','\xcb','\x36','\x5d','\xd1','\xb5','\x0a','\xff','\x84','\x03','\xee','\x8a','\x56','\x9c','\x26','\xbf','\xcf','\xb6','\x0a','\x71','\x28','\x14','\xb8','\x49','\x1c','\x1f','\x39','\xe5','\x9f','\x4d','\x07','\xf9','\x44','\xaa','\x79','\xf1','\xf9','\x5e','\x6f','\x15','\x35','\xe1','\xc0','\x68','\xb3','\x0d','\x62','\x90','\x77','\x25','\x56','\x7a','\xe5','\x01','\xb5','\x94','\x18','\x28','\x25','\xc2','\xa5','\x7c','\x38','\x34','\x31','\x44','\x16','\x7c','\x24','\xea','\x9f','\xe5','\x4a','\xcc','\x9d','\xf8','\xf9','\xdd','\xe4','\x0a','\x75','\xc5','\x4e','\xbd','\x69','\xb2','\x95','\x12','\x54','\x9e','\xe5','\x57','\x8e','\xd5','\x52','\xca','\x4d','\xef','\xe2','\xcb','\xf1','\x56','\xc4','\xb1','\xe8','\x29','\xda','\x48','\x6b','\x0c','\xf8','\x5e','\xd4','\xc5','\x1d','\x07','\x9e','\xdf','\x51','\x58','\x1e','\xea','\x33','\xef','\xfe','\x62','\x1a','\xe7','\x99','\x7f','\x17','\xbd','\xdf','\x1f','\xec','\xda','\xf5','\x45','\xbf','\xad','\x05','\xb9','\x92','\x03','\x6a','\xe4','\x76','\xfc','\x75','\xfc','\x1f','\xee','\x73','\x19','\x0d','\x78','\xb4','\x54','\xdd','\x06','\xa1','\x2a','\x3b','\x4e','\x73','\x83','\x84','\xdf','\xd0','\x10','\x25','\x58','\x52','\xef','\x94','\x94','\xf9','\x50','\x24','\x47','\x68','\x82','\xb0','\xf8','\xac','\xed','\xa7','\x41','\xa5','\x56','\x8a','\xd8','\x79','\x0a','\xd4','\xb2','\x8c','\x6f','\xf7','\xe9','\x8a','\xf1','\xbe','\xd3','\xd9','\x3b','\x3a','\x0d','\xe8','\x5f','\xc8','\xc3','\x80','\x54','\xea','\x9f','\x2f','\xf5','\xe7','\x4a','\x43','\xb1','\x50','\xe2','\x10','\xc9','\xc3','\x10','\xcd','\xca','\x7e','\x2a','\x8a','\x2c','\x98','\x7d','\x50','\xba','\x1d','\x88','\x34','\xef','\x7d','\xd5','\x19','\x25','\x28','\x33','\x60','\x5f','\x59','\xe1','\xc3','\xc2','\x61','\x01','\x97','\xd4','\x8a','\xe5','\x22','\xb5','\x6a','\x01','\xef','\x9c','\x4b','\x40','\x77','\x95','\x24','\xf4','\x48','\xb3','\x40','\x8b','\xc1','\x46','\x5a','\x61','\xfe','\x60','\x8d','\xbf','\xa6','\x63','\x8b','\x76','\x61','\xdd','\xde','\xf3','\x10','\x57','\x02','\x2a','\x07','\x7e','\xdb','\xf9','\xcf','\xeb','\x95','\x63','\x8b','\x15','\x14','\x14','\x1b','\x47','\xad','\x42','\x92','\x95','\x58','\xa4','\xb2','\x6a','\x55','\x70','\xba','\x42','\xdf','\x2c','\xe5','\x9e','\xe5','\x2f','\xfd','\x5c','\x92','\x2f','\x8a','\x9b','\x5c','\x67','\x8c','\x84','\x48','\xa3','\x08','\xd4','\x7f','\x35','\xb9','\x6e','\x1b','\xed','\xf7','\xce','\x7f','\xf1','\x4e','\xcf','\xe5','\x3d','\x9d','\x04','\x9a','\xa7','\x21','\x95','\xd0','\x78','\xe8','\x97','\x13','\xe4','\xc4','\x05','\xb2','\x76','\x66','\xd6','\xe6','\xda','\x26','\x29','\x1a','\x2d','\x6d','\x4a','\x05','\x18','\x4d','\x7e','\xd5','\x4f','\xbe','\xe7','\x1c','\x5f','\xd4','\x39','\x4e','\x36','\xf4','\x4e','\x43','\x33','\xf5','\xa2','\xa5','\x7f','\xb6','\xa5','\x4f','\x5a','\x1c','\x95','\xc9','\x3f','\xae','\x7c','\xf6','\xed','\xd7','\xbf','\xb6','\xd7','\xa2','\x7d','\x16','\xfd','\xb5','\x59','\x3a','\x48','\x23','\xc5','\x1a','\xd5','\xe0','\x4e','\x20','\x62','\x5c','\xb3','\x67','\x1b','\x95','\x63','\xbf','\xef','\xf0','\x87','\xe2','\x8d','\x01','\x54','\xb9','\xcf','\xae','\x84','\x97','\xa0','\x16','\x55','\x0c','\x55','\x9e','\x52','\x2b','\x57','\xde','\x29','\xc5','\xa4','\x52','\x6c','\x84','\xbf','\xaf','\x10','\x1f','\xa5','\x98','\x8f','\xc4','\xee','\x8d','\xa4','\x9a','\x0d','\x6e','\x4b','\x88','\xbc','\x00','\x2f','\x81','\x12','\x23','\xcf','\x33','\xe3','\x2a','\xfc','\x8a','\x20','\x4b','\xb2','\x37','\xe4','\xda','\x6d','\x49','\x8a','\xe4','\xcb','\x2a','\x00','\x3e','\xdb','\x6d','\xfa','\x11','\x2c','\xa9','\x34','\x67','\xc5','\xf3','\x24','\xb7','\x4a','\xcc','\x9b','\x44','\x7a','\x85','\x48','\x2f','\x40','\x15','\x0c','\x1c','\x8a','\x90','\x21','\x4a','\x13','\x65','\x2d','\xf7','\x2d','\x77','\x2a','\xf2','\x79','\x48','\x37','\xf6','\xe3','\x66','\x3d','\xf4','\x8b','\xfb','\xa1','\x41','\xc2','\x42','\xe4','\x73','\x7d','\xd5','\x2f','\x5d','\xb4','\xc8','\x27','\x05','\x99','\xe7','\x53','\xa2','\xf1','\x25','\xab','\xaf','\xef','\x79','\x22','\x95','\xfb','\x9d','\x32','\x91','\xbe','\x45','\xba','\xde','\x1c','\x7b','\xfb','\x7e','\x10','\x90','\x3c','\x9e','\x74','\xaa','\x16','\xd0','\x51','\x01','\xfa','\x1d','\xaf','\x41','\x72','\xcf','\x93','\x9c','\xd7','\x4f','\x8f','\x57','\x48','\xc4','\x27','\xc0','\x93','\x0b','\x63','\xd9','\x87','\xd9','\x53','\x25','\x55','\x2b','\x19','\xce','\x2d','\x53','\xc3','\x4a','\xae','\x14','\x75','\x2a','\x9d','\x08','\xfc','\xa8','\x53','\xda','\xd2','\x16','\x31','\xf9','\x27','\xbf','\xcd','\x15','\xad','\x76','\x3f','\x6e','\xca','\x0c','\xdc','\x46','\xca','\xa9','\xa6','\xa1','\x64','\x25','\x09','\x08','\x6a','\x77','\x8e','\x00','\x84','\xdd','\xf1','\x1f','\x80','\x41','\xe3','\x68','\x37','\x9e','\x8f','\x3a','\x65','\xda','\x4e','\x6c','\x0b','\x88','\x75','\x01','\x39','\x2f','\x09','\xec','\xbc','\xef','\x10','\x1f','\xee','\xc3','\x98','\xae','\xe9','\xca','\xc9','\xdb','\x1f','\x63','\xba','\xcd','\xa0','\x28','\x98','\xf1','\x43','\x9d','\x04','\x6e','\x41','\xdc','\x7b','\x85','\xa4','\x6e','\x1d','\xe6','\xbb','\xb7','\x90','\xb5','\xa2','\x5e','\x64','\x49','\x8e','\x72','\x39','\x0c','\xe7','\x17','\xdd','\x24','\x36','\xe1','\xdf','\x3a','\xc5','\x5f','\x01','\x96','\x6c','\xe8','\x9c','\x1b','\x54','\x11','\x41','\x10','\x5e','\x83','\x5c','\xcf','\x23','\xdd','\x1f','\xf3','\xb7','\xc1','\x65','\x79','\x4b','\x16','\xb9','\x51','\x5d','\xf2','\xe7','\xff','\x46','\x78','\x44','\x97','\xbd','\xfd','\xc4','\x10','\x85','\x43','\xb7','\x12','\xf5','\xe0','\x34','\xba','\xed','\xf6','\x3f','\x99','\x57','\x05','\xa3','\x8d','\x76','\x3f','\x69','\xb1','\xef','\x73','\x19','\x5a','\x08','\xa6','\xf3','\xa1','\x62','\xce','\xaa','\xe5','\xca','\x8b','\xc7','\xa3','\xcd','\xc2','\xb7','\x4c','\xfd','\x86','\xa9','\x97','\x97','\xb4','\x4b','\x8d','\x5c','\xd9','\xcc','\x51','\xf3','\x24','\x5d','\x9a','\x8e','\x36','\xf2','\xd4','\x14','\x38','\x93','\xbf','\xd4','\xca','\x95','\x91','\xe6','\xc9','\xcc','\x9e','\xfb','\x21','\x28','\xe6','\xd4','\x62','\x44','\x05','\x38','\x35','\xbe','\xa3','\x7b','\x9f','\x3b','\x36','\x33','\xd3','\x9b','\xaf','\x2a','\x62','\xef','\xd4','\x12','\x66','\x71','\xeb','\xfd','\x70','\x4d','\x44','\x8b','\x20','\xed','\xe3','\x48','\x7b','\xca','\xd4','\xec','\x7a','\x1e','\x1d','\x99','\x31','\x2c','\xd7','\xd7','\x98','\x7f','\xb7','\x3e','\x15','\x67','\x1c','\xbc','\xa1','\x99','\xfc','\xbb','\x76','\xee','\x25','\x33','\xbf','\xb3','\x38','\x43','\x68','\xe7','\x7e','\x3a','\xe7','\x3b','\xff','\x0d','\x83','\x9c','\x04','\xde','\xb6','\x56','\x54','\xe4','\xa0','\x75','\xef','\xc7','\xb4','\x35','\xa7','\xc6','\xff','\x96','\x07','\x47','\x5c','\xf9','\xb8','\xc5','\xe9','\xf4','\xfb','\x4d','\x3d','\x41','\x7b','\x31','\xfd','\x6e','\x83','\x5f','\xc5','\xdd','\xb6','\xef','\xa7','\xd8','\xf6','\x94','\xe6','\xcc','\x94','\xe3','\x16','\xb8','\x37','\xa5','\x95','\xd3','\xd2','\xfc','\x69','\x79','\xfe','\x74','\x40','\x5a','\x08','\x49','\x4e','\x12','\xb5','\xec','\x4d','\xe9','\x78','\x5b','\xb2','\x02','\x43','\x91','\xe4','\xa6','\xd2','\xa2','\x9b','\x0f','\x2c','\xb6','\x7c','\x1e','\x69','\x47','\x6b','\xb9','\x5e','\x27','\x8d','\x8a','\x30','\xf2','\x7f','\x7c','\x3f','\x5b','\x4b','\x9a','\x82','\x00','\xd9','\x52','\xc7','\x19','\x75','\x33','\x7c','\xdd','\xd4','\x3c','\x38','\xef','\x93','\x3b','\x55','\xec','\xdb','\x70','\xb5','\x1d','\x22','\x14','\x30','\xcd','\xe5','\x5f','\x15','\xb1','\x1b','\x88','\x6e','\x03','\xb5','\x7b','\x2c','\xb2','\x4d','\xed','\x1a','\xae','\x6a','\x72','\xe5','\x8d','\xb9','\x6e','\x2f','\xd5','\x4c','\x27','\x6b','\x8c','\xd9','\x34','\x46','\xa8','\xd1','\xf2','\xe5','\x4c','\x7f','\x6e','\xd1','\xef','\x34','\x83','\x6f','\x9a','\xe1','\xdc','\xe2','\xdf','\x19','\xcd','\x62','\x4e','\xd0','\xa9','\x83','\xbf','\xd7','\x81','\x37','\x74','\xa7','\x52','\x8f','\x1b','\xb2','\x32','\xb7','\xfc','\xc0','\x30','\x42','\x61','\x1b','\xd1','\x22','\x90','\x22','\x52','\xfa','\x61','\x89','\xa8','\xc0','\x48','\xa9','\x09','\xce','\x76','\xed','\x1f','\x84','\xb3','\x35','\x69','\xde','\xee','\xa4','\xc6','\x76','\x73','\x64','\x41','\xc0','\x36','\x14','\xc3','\x8c','\xd6','\x3a','\x7d','\x7b','\x35','\x4c','\xe1','\x50','\x1e','\x31','\xa8','\x7a','\x63','\xb2','\x2e','\xe6','\xeb','\x61','\x53','\x8b','\x99','\x7e','\x8e','\x11','\xa8','\x3c','\x8e','\xc7','\x9d','\x96','\xc9','\xc7','\xc1','\x95','\xab','\x3e','\x4c','\x12','\x4e','\xff','\xfb','\x50','\x79','\x90','\x43','\x49','\x60','\xf6','\x34','\xbe','\x3f','\x8f','\x8f','\xe5','\x71','\xe9','\x26','\xc6','\xe0','\x04','\xc6','\xd2','\x02','\x40','\x96','\xb1','\x0f','\xc8','\x13','\x8f','\x10','\x08','\x6b','\x07','\x07','\xaf','\x2d','\x36','\x2d','\xe8','\x67','\x1e','\x93','\x9c','\xc3','\x45','\x8c','\x12','\x2b','\xa9','\x52','\x69','\x42','\x2a','\xf1','\x4d','\x1c','\xcf','\x83','\x5b','\x89','\x70','\x89','\x73','\xa8','\xa4','\x84','\xe1','\xf3','\xc7','\x72','\xa5','\x4b','\xef','\x74','\x44','\xfd','\x9f','\x0a','\x11','\x6d','\x46','\xdf','\x34','\x81','\xdd','\x91','\x3f','\x58','\x47','\x5f','\x65','\x5c','\xf5','\x35','\x51','\x6c','\x1b','\x7d','\xd5','\x4d','\x12','\x09','\x38','\xdf','\xea','\x9b','\xbf','\x14','\x9e','\x3f','\x17','\x9b','\x2f','\xad','\x9c','\x37','\xa5','\x05','\x45','\x32','\x15','\x70','\xcf','\x73','\x25','\xcd','\xa9','\x2b','\x3d','\xa3','\xf1','\x0f','\x41','\xb2','\x67','\xbd','\xab','\x62','\x5d','\xa6','\xc5','\x01','\x48','\x97','\x54','\x9f','\xe3','\xad','\x20','\x38','\x64','\xae','\x52','\xae','\x9a','\xa5','\x5a','\x05','\x66','\xbf','\xce','\x56','\x08','\x9f','\x59','\xac','\xc1','\x62','\xf5','\xa9','\xd8','\x4b','\x67','\x63','\xcb','\xa1','\xd8','\x72','\x64','\x84','\xb1','\x3c','\xb3','\xa7','\x12','\xbe','\x0c','\xf3','\x1d','\x63','\xf2','\xa2','\xc8','\x63','\xed','\xed','\x27','\x4e','\x43','\x89','\xe6','\xdb','\xdd','\x3a','\x71','\x8d','\xea','\xb6','\xed','\xdd','\x8d','\xaa','\x86','\xc8','\x94','\x4a','\x26','\xca','\x64','\x82','\x90','\x12','\x99','\x0d','\x02','\x0f','\x63','\xa7','\x1f','\xc1','\x3c','\xef','\x56','\x60','\x72','\xea','\x70','\x26','\xe0','\x5e','\x37','\x35','\x18','\x52','\x8d','\x9a','\x56','\xb3','\x73','\xcf','\x9a','\x99','\xbb','\x50','\x3a','\x6a','\x9b','\xef','\x38','\x01','\x73','\xb8','\xd3','\xcf','\x01','\xc5','\x8c','\x47','\x6a','\x09','\xae','\x70','\x2a','\x5c','\xfc','\x96','\x52','\x1f','\x38','\x6c','\x05','\xb3','\x15','\xff','\x81','\x3f','\x3b','\x7e','\x60','\x5d','\xeb','\xe0','\x60','\xe3','\xfa','\x9e','\xf5','\xeb','\x9a','\x7d','\x43','\x33','\x17','\xc7','\xe7','\xad','\x71','\xa9','\xff','\xb4','\x0f','\xd2','\x29','\x3b','\xfd','\x24','\xb8','\xb9','\x39','\x70','\x24','\x3e','\x50','\x4f','\x7d','\x60','\xc6','\x07','\x00','\x89','\x77','\x4a','\xf1','\x01','\x27','\x3e','\x50','\x4e','\xbc','\x53','\xe6','\x57','\x17','\xa9','\x0f','\xca','\x2a','\xa4','\xb8','\x97','\x0b','\x39','\xfa','\xe0','\x03','\x34','\x33','\x48','\x2d','\x3f','\x55','\x82','\x3d','\xcf','\x55','\x33','\x0f','\xac','\xd7','\x0e','\x54','\xed','\xb1','\x75','\x7b','\xec','\xba','\xc9','\x6c','\xae','\xbd','\x3b','\x07','\xdf','\xa3','\x07','\x76','\xd0','\x03','\x1f','\x2d','\xff','\xea','\x5b','\xe5','\x5f','\xbd','\xff','\xfa','\xaf','\xde','\xff','\xd8','\xaf','\xde','\x5f','\xfc','\xc5','\xfb','\xd5','\xc7','\xdf','\x2a','\x16','\x82','\x8f','\x1d','\x0b','\xde','\x38','\x16','\x3c','\x7f','\xe6','\x77','\x43','\xfe','\x38','\xf6','\xce','\x08','\x23','\x5b','\xde','\xab','\xe6','\x31','\x1b','\xb8','\xe4','\x06','\xc2','\xaf','\xcc','\x95','\xa5','\x34','\x46','\xaa','\x1f','\x86','\x90','\x2a','\x81','\x86','\xd1','\x8c','\xa4','\x3c','\xfe','\x0a','\xf1','\xfa','\x9f','\x42','\x50','\x56','\xc3','\x2c','\xa6','\x9c','\x6f','\x45','\x4d','\xae','\x81','\xa4','\xf9','\x16','\xb4','\x83','\x3e','\x34','\x50','\x3e','\xe3','\xfc','\x6f','\xad','\x62','\x1e','\x83','\xc4','\x5e','\xac','\x05','\x22','\xa7','\x22','\x87','\xa2','\xb5','\x9b','\x25','\xf9','\xac','\x1a','\x89','\x14','\x51','\xb1','\x16','\x58','\x10','\xf4','\x0b','\xa7','\x40','\x83','\x0a','\x4a','\x40','\x89','\x1f','\x89','\x95','\xa2','\xef','\x3b','\xb1','\xd3','\x4c','\x3b','\xa3','\x9c','\x75','\x6a','\x10','\xec','\xb4','\xf1','\xda','\x21','\xb5','\x96','\xe6','\x91','\xac','\xda','\xe4','\xf3','\xa7','\xd8','\xad','\xe8','\x8a','\x55','\xc2','\x8a','\x76','\xc8','\xa9','\xa3','\x1a','\x0b','\xfa','\xb8','\x26','\xcf','\xed','\x51','\x36','\x70','\xa6','\x90','\xfa','\x71','\xeb','\xa9','\x7b','\xd5','\x97','\xb0','\x9a','\xfa','\x51','\x33','\x86','\xd5','\x58','\xb7','\x31','\x9a','\xfa','\x7b','\x87','\xc1','\x18','\x68','\x29','\x2e','\x61','\x24','\x1b','\xad','\x9a','\x48','\x17','\xec','\x13','\x3f','\x32','\x03','\xf3','\x7c','\x61','\x0c','\xc3','\xc8','\x94','\xd1','\xce','\x1b','\x74','\x38','\xdc','\x53','\x6e','\xfe','\x62','\x63','\x43','\xe4','\x86','\x27','\xc1','\xc0','\xde','\xf1','\xa1','\x1a','\xf4','\xc3','\x9f','\xe8','\x73','\x62','\x30','\x7f','\x8c','\x02','\x0b','\xbc','\x9f','\x39','\xa0','\x80','\x70','\xda','\xa6','\xdc','\x86','\xe4','\x6e','\xb1','\xbf','\x77','\x48','\x33','\xda','\x67','\xd6','\x51','\x67','\xfb','\x7e','\xc0','\x7e','\x3f','\xcc','\x67','\x71','\xbc','\x6f','\x2e','\xb1','\xcf','\x7c','\x65','\xdf','\xe1','\x3f','\xf9','\x9c','\xf4','\xad','\xea','\xaf','\xb1','\x2a','\x62','\x83','\x73','\xc7','\x87','\x8e','\x16','\x12','\x47','\x33','\xea','\xdc','\x42','\x5a','\xe2','\x63','\x09','\x55','\x78','\x7c','\x92','\x2d','\xf1','\x4e','\xfe','\xab','\xe8','\xe4','\x24','\x92','\x56','\xeb','\x21','\xbe','\xda','\x91','\x17','\xbf','\x31','\x7e','\xc5','\x31','\xf8','\xee','\x6f','\xfe','\x0c','\x18','\xe2','\xaa','\x75','\x52','\xf7','\x5d','\x04','\x3a','\x74','\x1c','\xa2','\x9f','\x55','\x0c','\x14','\xac','\xdb','\xe2','\xac','\x38','\xdc','\x2f','\x61','\x83','\x5f','\xcf','\x85','\x34','\xae','\xef','\x47','\xc4','\xc6','\xc4','\x22','\xa2','\x80','\x45','\x03','\xaa','\x0a','\x41','\x57','\x26','\x52','\xcc','\x89','\x88','\x69','\x94','\xcd','\xb6','\x9a','\xc4','\x2d','\xbb','\x74','\x17','\xc9','\x74','\x9e','\x69','\x79','\xa6','\x72','\x18','\x1a','\xcb','\x6b','\x4c','\x4b','\x0b','\x0f','\x84','\x19','\x91','\x50','\xbf','\x0f','\x85','\xa0','\xde','\x04','\xef','\xc7','\x80','\x1a','\x9a','\x13','\x12','\x32','\xe6','\x51','\x5e','\x72','\xb9','\x3a','\x39','\x4c','\x00','\x76','\x61','\xe7','\x43','\xe9','\x3c','\xe1','\xd0','\x0c','\xaa','\xe6','\x29','\xd4','\x0f','\x13','\xe9','\x5c','\x11','\x64','\xf7','\x4b','\x22','\x4f','\x1c','\x74','\xe7','\x54','\x6b','\x7c','\xde','\x34','\x56','\xcc','\xdc','\xfc','\x26','\x94','\x80','\x69','\xb6','\xe7','\x13','\x43','\x5c','\xb5','\x4d','\x5b','\x4e','\xbf','\xe9','\x71','\x9a','\x48','\xe6','\xc4','\x80','\x69','\xfc','\x6b','\x33','\x1f','\x16','\x18','\xb0','\x80','\x63','\x76','\xc4','\x04','\x8c','\x9b','\x79','\xc9','\x45','\x29','\xef','\x38','\x86','\x68','\x6f','\xee','\xc7','\xdb','\xc0','\x08','\x32','\x5a','\x13','\x54','\x33','\xca','\x6e','\xe9','\xe7','\x5e','\xe8','\xfc','\x77','\xf3','\x52','\x2d','\x2f','\x6b','\x1c','\x06','\xd6','\xf2','\x58','\xd3','\x88','\x86','\x04','\x1d','\x27','\xd4','\xbb','\xb1','\xa1','\x42','\xac','\x6b','\x5f','\x88','\x45','\x3e','\x3b','\xb1','\xb3','\x66','\xbc','\xe0','\x55','\x3f','\x10','\xc0','\xf9','\xa8','\xb3','\xa5','\x5b','\x3e','\x38','\x5a','\x3e','\x09','\x07','\xc3','\x5e','\x3f','\x69','\x0d','\x99','\xa2','\x2b','\xe8','\xcd','\xec','\x61','\x43','\x85','\xe2','\xb3','\x79','\xc1','\x6b','\x92','\x57','\xb4','\x7c','\xb4','\xbe','\x4d','\x3f','\xa2','\xdc','\x23','\xa2','\x53','\x88','\x09','\x68','\x79','\x6e','\xfd','\xcb','\xa0','\xec','\xf3','\x7d','\x59','\xcb','\x38','\x35','\x43','\xd6','\x74','\x9f','\xa6','\x63','\x4d','\xbf','\xa7','\x53','\xc9','\x49','\xd3','\x87','\x34','\x7d','\x58','\xd3','\x93','\xda','\x74','\x43','\xd3','\x6f','\x68','\x7a','\x59','\x9b','\x13','\x9f','\x6b','\xbc','\x1f','\x0f','\x79','\xd4','\x30','\xe0','\xcc','\x49','\x1c','\xec','\x4d','\x60','\x64','\x58','\x6a','\x9e','\x28','\xf9','\x20','\x85','\xb8','\x3f','\x65','\x2e','\x6f','\x54','\xf2','\x87','\x31','\x9c','\x27','\x87','\x3c','\x7f','\x0f','\xbc','\x74','\x71','\xd5','\x22','\x9a','\xd7','\x49','\xef','\xfd','\x48','\x9e','\xbc','\x9b','\x90','\x4c','\xe3','\xeb','\xa5','\x7c','\xca','\xc9','\xc7','\x4a','\x5d','\x24','\x32','\xf9','\x84','\x9e','\x8f','\x8f','\xe6','\xc7','\xc6','\xf2','\x07','\xc6','\x8c','\xe4','\x58','\x9e','\xc1','\xf1','\xd9','\x46','\xdb','\x00','\xfc','\xea','\x28','\x98','\x46','\xa1','\xf4','\x04','\x49','\xc3','\xfd','\x88','\x39','\x96','\x57','\x94','\x3c','\xa3','\x79','\x95','\xe4','\xd3','\xfd','\x79','\x13','\xe7','\x53','\x8d','\x3c','\xa6','\x2e','\x0c','\x7e','\x0d','\xb5','\x2b','\x41','\x83','\x46','\x24','\xc8','\xff','\x73','\xa0','\xf3','\xf4','\xd6','\x3d','\xf1','\x49','\x26','\x2c','\xeb','\x05','\x84','\x5e','\x45','\x20','\x16','\x22','\x82','\x46','\xe6','\xa6','\x29','\x9b','\xf5','\x61','\x94','\xaa','\xc1','\xfc','\xdf','\x26','\x44','\xcd','\x73','\xf2','\xf0','\x6d','\x31','\xd5','\x32','\x96','\xa1','\xf4','\xfc','\x06','\xa4','\x9a','\xf9','\x18','\xc9','\xc7','\x50','\x3e','\x66','\xe6','\x19','\xc0','\x60','\x76','\x9e','\xa5','\x35','\xf1','\x05','\xde','\x9b','\x74','\x12','\x71','\xad','\xda','\x8c','\x72','\xc1','\xcc','\x6d','\x41','\xb8','\x99','\x80','\xcb','\xd4','\x63','\x4f','\x20','\xf1','\xf6','\x0d','\x53','\xac','\xaf','\x60','\x5e','\x0e','\xe5','\x87','\x48','\xfe','\xfd','\x72','\x7e','\xe8','\x72','\x3e','\x91','\x06','\xec','\xd6','\x8c','\xbc','\x9a','\x9f','\x60','\xda','\x2a','\x45','\x0b','\x51','\x49','\x0e','\x71','\x5d','\x08','\xb5','\xcf','\xf1','\xf9','\xff','\x26','\x0c','\xc7','\x30','\x29','\x44','\xce','\x72','\x8c','\x94','\xf3','\xa9','\x1b','\xf9','\x58','\x79','\x33','\x52','\x70','\x35','\x18','\xfc','\x8c','\xb6','\x41','\x07','\x01','\xfb','\x54','\xe8','\x63','\x26','\x9c','\x3f','\x69','\x76','\xb4','\x6e','\xd3','\xdc','\x65','\xb6','\xb2','\x74','\xff','\x6a','\xf0','\xd7','\x4f','\x93','\xb3','\x7e','\x2c','\x2f','\x62','\x6e','\x54','\x92','\x39','\xc8','\x89','\x65','\x12','\xc4','\x9f','\x04','\xee','\x40','\x2f','\xdc','\x79','\xef','\xb0','\xe4','\xbd','\x05','\x8e','\x72','\xf3','\xb6','\x58','\xe0','\x28','\x77','\x41','\xc9','\x59','\x11','\xe0','\xce','\x5f','\x60','\xb9','\x05','\xae','\x02','\x6b','\x20','\x12','\x61','\xc9','\x07','\x91','\xcf','\x0f','\x16','\xaa','\xf1','\x3e','\x4a','\x09','\xba','\x74','\x88','\x46','\x6a','\x4e','\xa4','\x6a','\xc6','\xb2','\x9a','\x4f','\x6c','\x05','\xcb','\x27','\x94','\x0e','\x8c','\x04','\xcd','\x73','\x33','\x27','\x1f','\x44','\xf9','\x87','\xd0','\x44','\x16','\xad','\xbe','\x8d','\x5e','\x38','\x29','\x11','\x1d','\xe4','\x8f','\x8a','\xb9','\x11','\x35','\x11','\x2b','\x19','\x2f','\xf5','\x4c','\x3f','\x2e','\x37','\x7a','\x67','\xa3','\x80','\x21','\x3e','\xd4','\x62','\xa5','\x6d','\x84','\x86','\x64','\xca','\x0b','\xa6','\x08','\x95','\x24','\x0f','\xc8','\xc3','\x89','\x44','\x32','\xf1','\xbe','\x96','\x90','\xcd','\x84','\xec','\xf3','\xf0','\xae','\xec','\xc8','\xce','\x29','\x69','\x73','\x05','\xcf','\xad','\xe3','\xa3','\xae','\x51','\x88','\x09','\xec','\x9e','\x0e','\x01','\x52','\xaf','\x36','\xc0','\xd8','\x77','\x8f','\xcb','\x65','\xa8','\x42','\xd2','\x89','\xcc','\x6c','\x63','\x03','\x5f','\x4a','\x4d','\x6a','\x75','\xd7','\xd7','\x48','\xc9','\xb8','\xe2','\x6c','\x7e','\x9c','\x8d','\x0f','\x68','\x88','\x4f','\xb6','\x7f','\x34','\x85','\xa1','\x68','\x63','\x82','\x32','\xa3','\xdc','\xa9','\x34','\xce','\x84','\xe4','\x61','\x9b','\x11','\xad','\x1b','\xa2','\xa1','\xb5','\x09','\x7c','\x50','\x4f','\x9e','\xaf','\x50','\x78','\x48','\x26','\xd1','\x32','\x98','\xa5','\x73','\x8c','\x59','\xd3','\x2d','\x4b','\xd7','\x17','\x75','\x7d','\x5d','\xd7','\x27','\xf5','\xc2','\x63','\x80','\x6a','\x51','\x5f','\x57','\x01','\x37','\x8a','\x73','\xf5','\xc7','\xf4','\xe4','\x63','\xda','\xde','\x1b','\x48','\x5f','\x44','\x0f','\x5a','\x68','\xbe','\x5f','\xf2','\x81','\x37','\xc5','\x93','\xf3','\x87','\xce','\x19','\x2f','\x59','\xf9','\xd8','\x46','\xc0','\x12','\xb3','\xda','\x72','\xde','\xcc','\x3f','\x75','\xd6','\xc8','\x95','\xf2','\xb9','\x92','\x96','\x2b','\xa1','\x0e','\x8c','\x96','\x37','\xde','\xc1','\x24','\x0a','\xb1','\x09','\xc2','\x0c','\xab','\xf3','\x08','\x63','\xf9','\x83','\x4e','\x1e','\x94','\x64','\x96','\xff','\x3c','\xcb','\xbf','\xcc','\xc4','\x2c','\x02','\x18','\xe2','\x43','\xad','\x53','\xfc','\xab','\xb7','\x04','\x58','\xdb','\x01','\x34','\xc1','\xf7','\x8d','\x32','\xc9','\x47','\x5b','\x79','\x45','\xac','\xf7','\x11','\x2b','\x6f','\x54','\xf3','\xf3','\xfc','\x7e','\x04','\xf8','\x3f','\x53','\xcf','\xc3','\xe2','\x82','\x10','\x22','\xf7','\xd0','\x7f','\x23','\x9f','\x8c','\xfb','\x5c','\x5c','\x18','\xce','\x8b','\x6d','\xab','\xf3','\x14','\x92','\xf8','\xa7','\x2b','\xf3','\x25','\xdb','\xfd','\xc4','\x10','\x3f','\xb0','\x71','\xff','\x2a','\x21','\xf7','\x34','\x70','\x63','\x26','\x8b','\x9b','\xcc','\xc2','\xaf','\x62','\xee','\x68','\x6e','\x0e','\x9a','\x17','\x50','\x0a','\x7f','\x90','\xc9','\x8e','\xd0','\x0a','\xdc','\x40','\x4d','\x7e','\x0f','\x5c','\xee','\x79','\xf1','\x2d','\x97','\x91','\xcc','\x2d','\x64','\xaa','\xca','\x42','\x01','\x16','\x26','\x15','\xdb','\x19','\x3c','\xf8','\x7e','\x88','\x41','\x49','\x15','\x12','\x8f','\x95','\x13','\xef','\x95','\x13','\xb1','\xa5','\x04','\x5b','\x4e','\xb0','\x5a','\x82','\xa5','\xf9','\x75','\x77','\xfd','\x0f','\x76','\xc7','\xe2','\x79','\xdf','\x60','\xda','\x1f','\x4d','\xd3','\x7e','\xd3','\x13','\x40','\xc0','\xe9','\xed','\x6d','\x61','\x58','\xc9','\xe3','\x60','\xde','\x4f','\xf2','\xc1','\x67','\xf2','\x46','\x49','\x6c','\x19','\x9d','\xe7','\x32','\x0d','\xf1','\xb0','\xdb','\x3e','\x57','\xcf','\xf8','\x94','\xf2','\x86','\xd8','\x04','\xf9','\x6a','\x0e','\xf1','\x3d','\xc8','\xdd','\x80','\x3e','\x91','\xbf','\xff','\x99','\xfc','\x43','\x5a','\xde','\xcf','\x61','\x1b','\x3e','\x9b','\x2b','\x21','\x9a','\x08','\x4a','\x43','\xd8','\x46','\x84','\xdb','\xbf','\x29','\xa4','\x0d','\x4b','\x26','\x46','\xa1','\x22','\x22','\xda','\x04','\xdf','\x9b','\x2c','\x77','\x93','\x9a','\xc9','\x1b','\xad','\xce','\x86','\xd5','\x03','\xd8','\xeb','\x0d','\x31','\xec','\x1a','\x6c','\x31','\x4c','\xd0','\x6f','\x88','\x30','\x00','\x0d','\x58','\x64','\x3c','\x97','\x68','\xc0','\x9c','\xc0','\xa6','\x51','\xb2','\x5d','\x25','\x47','\xec','\x3e','\xc9','\xbc','\x1a','\xc9','\x7f','\xf6','\xc7','\xb0','\xf5','\xb8','\x6f','\x4d','\x85','\x52','\xf2','\xed','\x57','\xdf','\xf6','\x05','\xa4','\x1a','\x5e','\x43','\x18','\x05','\x7c','\xa4','\x8d','\x32','\x86','\x8a','\xf0','\x09','\x8c','\x76','\xfb','\x51','\x66','\x11','\xe1','\xb4','\x7c','\x46','\x6b','\x02','\xff','\x45','\x24','\xcd','\xfa','\xa1','\xb2','\xf6','\x46','\xca','\xa3','\x0d','\x21','\xd6','\x88','\xa9','\x05','\xb2','\x29','\x44','\xb9','\x1b','\xab','\x7c','\x8b','\xc4','\xa7','\x9b','\x71','\x4c','\xe2','\x08','\xc5','\x7c','\x4a','\x4c','\x5e','\x8c','\x2d','\x10','\x56','\xc2','\x6c','\x0d','\xb3','\xe3','\x58','\xe5','\x86','\x18','\x57','\x0f','\xfb','\xcd','\x34','\x17','\x2b','\xa8','\xd5','\xdd','\x2f','\x4a','\xa0','\xde','\x00','\x32','\x3a','\x0c','\xb8','\xae','\x6f','\x40','\x41','\xcf','\xcf','\xcc','\x19','\xc7','\x8f','\xe4','\x8b','\x5c','\x07','\xea','\x11','\x63','\x9d','\xf5','\xe5','\xca','\x9f','\x11','\x21','\x7f','\xb8','\xd2','\xa2','\xe1','\xbc','\x76','\x2c','\x2f','\xbd','\x95','\x0f','\x98','\xf9','\x54','\x47','\x57','\x14','\x2a','\x0d','\xef','\x5c','\x14','\x71','\xc8','\xbb','\x84','\x75','\xb2','\x5f','\x80','\x8f','\x70','\x0b','\x82','\x1e','\xc1','\xa1','\x19','\x9c','\xc0','\x21','\xa3','\x14','\xc9','\x1b','\xee','\x56','\xce','\xc4','\x8d','\x55','\x40','\x17','\xe2','\xbf','\x85','\x11','\xcc','\xa8','\xfe','\x90','\x31','\x1c','\xc9','\x8f','\x31','\x4d','\xb7','\xf9','\xae','\x2d','\x83','\x5b','\xd3','\x2f','\x80','\x81','\x8e','\x5e','\x6e','\x6e','\xb0','\x0b','\x14','\x5b','\x8e','\xda','\x9e','\xe7','\x87','\xda','\xbb','\x69','\xb5','\xc3','\x10','\x18','\x93','\xac','\x98','\x53','\x8d','\xcd','\x5b','\x5d','\x38','\x70','\xed','\xd6','\x49','\x87','\xf5','\x4e','\x26','\xee','\x6b','\x19','\x65','\x94','\x67','\x28','\xbf','\x07','\xe5','\x1f','\x14','\xf7','\x40','\x70','\xbe','\xcf','\xf1','\xb2','\x75','\x93','\x34','\x3f','\xd9','\xcd','\x56','\xd7','\x36','\x17','\x95','\x12','\x74','\x67','\xf0','\xe5','\xf2','\x47','\x69','\x7e','\xa2','\x05','\x5a','\x1a','\x26','\x1e','\x02','\x4d','\x0d','\x7b','\x3a','\xa4','\x7b','\xc4','\xcf','\x20','\x00','\xb8','\xd9','\xe3','\xd1','\x6a','\xc0','\x15','\x49','\x75','\x58','\xb6','\x41','\xae','\x8f','\xac','\x4f','\x44','\xd6','\x8c','\x64','\x25','\x7f','\xa3','\x22','\x34','\x79','\x1b','\x8e','\x2d','\xf8','\xe0','\x40','\x63','\x3d','\x4f','\x5f','\x87','\x73','\xd8','\xe1','\xf5','\x7c','\x63','\x32','\x7f','\xea','\x31','\x63','\xb2','\x98','\xa7','\xbb','\x34','\xfa','\x3b','\x88','\xfe','\x35','\xa2','\x5f','\x45','\xe1','\x10','\xfa','\x69','\x00','\xd6','\x36','\x9f','\x88','\xf4','\xf0','\x44','\xa0','\x68','\xcc','\xd7','\xf2','\x81','\x24','\x3c','\x02','\x68','\xf2','\x42','\xe1','\xe4','\x4f','\xd7','\x67','\xe7','\xfb','\xb8','\x52','\x2d','\xf4','\xb4','\xa7','\xbc','\xbd','\x12','\xf6','\x0b','\x0f','\x7f','\x8a','\x20','\xb4','\xa3','\x47','\x7f','\xee','\xb2','\xf7','\xc3','\xe4','\xef','\x28','\x60','\x02','\xc3','\xde','\xfa','\xe5','\x5a','\x8d','\x02','\x02','\x53','\xdb','\xe4','\x46','\x8b','\x36','\xe1','\xea','\x0a','\x0d','\x58','\xef','\xa6','\x10','\x9e','\xad','\xcd','\x72','\xbe','\xdd','\x36','\x84','\xcc','\xd7','\x06','\x4c','\xd4','\x27','\x54','\x26','\x58','\xf2','\x5c','\x17','\xe1','\xca','\xea','\x30','\xb8','\xee','\x84','\x43','\x7c','\x02','\x2b','\xed','\xf9','\xd3','\x33','\x79','\xb8','\xcc','\x11','\xf5','\xaf','\xa1','\xde','\x11','\x57','\x1d','\x63','\x69','\x6e','\x83','\x70','\xe9','\xaa','\xf1','\x97','\xb2','\xc5','\xbe','\x50','\xaf','\x92','\xd4','\xcd','\xad','\x55','\x4e','\x80','\x7a','\x11','\xde','\x64','\x24','\xdd','\xde','\xef','\xc4','\x2b','\x3b','\x80','\x50','\x5c','\x3c','\x61','\xce','\x44','\x2b','\xb6','\x64','\xd6','\x65','\x34','\x47','\x44','\xbc','\xba','\x2b','\x57','\x27','\x64','\x6a','\xb8','\x63','\xeb','\xae','\x82','\x09','\x02','\x52','\x28','\x4f','\x3c','\xf0','\x5b','\x12','\x0d','\x43','\xb4','\xb9','\x30','\x42','\x1b','\x70','\x18','\x6c','\x09','\x61','\x37','\x79','\xe3','\x23','\x95','\xf3','\xd1','\x66','\xd7','\xc0','\x69','\x0f','\x6f','\x3e','\x94','\xe4','\x8f','\x66','\x90','\x31','\xcd','\x81','\xe4','\x49','\x98','\xc2','\xee','\x4d','\x82','\xf3','\x85','\x2b','\x9c','\x10','\x3a','\x8a','\x8a','\x60','\x71','\x64','\x34','\x6d','\x4e','\xd3','\x74','\xfd','\xfa','\xb4','\x73','\x5d','\xd7','\x38','\xca','\xba','\xb6','\xa8','\x9f','\xb0','\xf4','\x2f','\xf4','\xeb','\x8f','\x64','\xf4','\x4f','\x8c','\xea','\x59','\xa6','\x67','\xa9','\x5e','\xa5','\x73','\x55','\xa4','\x5b','\xa6','\x66','\x69','\xa8','\xcc','\xa4','\x32','\x95','\x68','\x44','\x3a','\x45','\x7c','\x5c','\x0e','\xa5','\x71','\x86','\x0b','\x0d','\x0d','\xe9','\x5a','\x4d','\xd7','\x6c','\x5d','\xbb','\xa1','\x4f','\x37','\x45','\x83','\xa3','\xaa','\x9f','\x6c','\xe9','\xf0','\x2d','\xef','\xbb','\x73','\xfc','\x93','\x47','\x5b','\x9a','\x5b','\xd1','\xcf','\xad','\x6d','\x81','\x2a','\xbe','\x94','\xe3','\xf9','\x37','\x8a','\x28','\xa3','\x65','\xe6','\xa6','\x0c','\xdd','\xd0','\xf5','\x1b','\xba','\x5e','\xd6','\xa7','\xa9','\xae','\x73','\x84','\xf5','\x69','\xe7','\x96','\xee','\xb6','\xcb','\xba','\x7e','\x49','\x9f','\x2b','\x43','\x83','\xdf','\x2c','\xfa','\xda','\x1c','\xfa','\xf6','\x8c','\x5c','\xd7','\x24','\x9b','\x4b','\x7d','\x61','\x37','\xb9','\xf2','\x67','\x80','\x9b','\x84','\x42','\xff','\x19','\xe5','\x52','\xab','\x90','\xd7','\x8f','\x7b','\xe2','\x3d','\x38','\x97','\x57','\x8e','\xe4','\x35','\x31','\x4a','\x7c','\xae','\xdc','\x79','\x3f','\xe5','\x5a','\xa7','\x7c','\x56','\x50','\xdc','\x04','\x81','\xef','\x85','\x06','\x51','\x32','\x88','\xde','\x70','\xea','\x90','\x43','\x17','\x44','\xd1','\x76','\x83','\x06','\x3d','\xce','\x34','\xb4','\x45','\xc1','\xf3','\xf4','\x5e','\x0c','\xb5','\x89','\x27','\x30','\x81','\x5a','\x27','\x27','\xca','\xf9','\x64','\x31','\x1f','\x49','\xe6','\xc7','\x66','\xf2','\x5a','\x25','\xbf','\xd0','\xde','\x29','\xb0','\xbb','\xdc','\x4a','\x06','\xb1','\xb4','\x6a','\x56','\xbb','\x7f','\x12','\x3c','\xb7','\x11','\x15','\x8d','\x15','\x91','\xfe','\x7d','\xb4','\x72','\x5e','\xc6','\x6d','\xfd','\x87','\xeb','\x00','\xf3','\x6d','\x25','\xc1','\x5d','\x1d','\x1d','\x2b','\xa3','\xc7','\xe2','\xf0','\x96','\x86','\x54','\x92','\xa0','\x40','\xea','\x46','\xbd','\x0e','\xec','\xca','\xe0','\xc4','\xce','\x90','\xf1','\xe5','\x08','\x28','\xc9','\xd3','\x6a','\x5e','\x37','\x61','\x69','\x10','\x3e','\x67','\x22','\x90','\xce','\x95','\x28','\xe5','\x57','\x85','\xb9','\xb1','\x3b','\x64','\x8c','\x3e','\xaf','\x65','\x96','\x72','\x95','\xb4','\x64','\xa5','\xe1','\xf0','\x10','\xa6','\x10','\xec','\x19','\x32','\xdf','\x07','\x3d','\x7b','\x90','\x18','\x67','\xf9','\x36','\x4a','\x00','\x34','\x02','\x85','\xad','\xd5','\x64','\x7e','\xbc','\x9e','\xe7','\xf6','\x9e','\x0f','\xe5','\x7f','\x09','\xe7','\x0f','\xa7','\xb8','\x05','\x67','\x30','\x9c','\x8f','\x63','\x2d','\x75','\x64','\x83','\x1d','\x97','\x6a','\xc1','\xd5','\x3b','\x62','\x14','\xfb','\xa9','\x95','\xce','\x07','\x35','\xa8','\x54','\xf9','\xb1','\xef','\x0b','\x23','\x4e','\xcf','\xa7','\x44','\x57','\xc8','\x06','\x80','\x9e','\x60','\xe6','\x07','\x15','\xed','\x93','\x04','\x7d','\xb2','\x84','\xbe','\xf7','\x87','\xa8','\xbc','\x5b','\xe2','\xb3','\xf1','\x52','\x1d','\xf5','\xd7','\x60','\xb5','\x3b','\x4e','\x06','\x41','\x09','\x1e','\x3d','\x4d','\x74','\x83','\x4f','\x3c','\xe2','\xc1','\x68','\xc2','\x35','\x67','\xeb','\x90','\xbc','\x51','\xd2','\x0d','\x67','\x8e','\x37','\x56','\xd3','\xda','\x6a','\x1a','\x2d','\xa8','\x52','\x89','\x41','\xec','\x37','\x89','\x02','\xf5','\x9b','\x26','\x3c','\x13','\x29','\x10','\xb1','\x19','\x56','\x32','\x98','\xa3','\xb3','\x0a','\x60','\xac','\x32','\xed','\x54','\xbc','\xf6','\xa9','\x8a','\xfe','\x79','\x81','\xdb','\x95','\xb9','\x57','\x2a','\xb9','\xe5','\x4a','\x8e','\x55','\x7c','\xac','\xe2','\x67','\xad','\x20','\xab','\x40','\x31','\x2c','\xd7','\xbf','\x87','\x84','\xfe','\x8c','\x98','\x61','\x0a','\xb5','\x19','\xb9','\x35','\x39','\xc7','\xc4','\xae','\x67','\xe6','\x03','\xfe','\x7c','\xdf','\x59','\x90','\xab','\xf9','\x6a','\x1e','\x5f','\x37','\x48','\x2d','\x1f','\xae','\x69','\xf9','\xeb','\x08','\xdf','\x40','\xe4','\x1a','\x62','\xaf','\x23','\xbb','\xe2','\xf9','\x7f','\xf8','\x7b','\xef','\x4c','\x66','\x3e','\x8c','\x05','\x7f','\x5e','\x67','\xf9','\xfe','\x86','\x90','\x5d','\x5a','\xfe','\x80','\x96','\x3f','\x2a','\x94','\x28','\x99','\x0b','\xb7','\x94','\x41','\x86','\xc1','\x5e','\x7e','\xa3','\xb1','\x61','\xdf','\x89','\x8a','\x7f','\x7a','\xc4','\x73','\x74','\xa2','\xbf','\x69','\x58','\x14','\x34','\x96','\x7b','\x58','\x7e','\x4f','\xe7','\xd7','\xed','\x3c','\x2e','\xe6','\x09','\x7f','\x59','\xc3','\x79','\x1b','\x1b','\xfc','\x3d','\x46','\x9b','\x9b','\xf7','\x2f','\xb7','\x1f','\xf4','\x96','\x17','\xc2','\xc4','\xed','\xf9','\x74','\x85','\x0f','\x66','\x7b','\xb1','\xdb','\xfa','\xc9','\x35','\x5d','\x7b','\x55','\xd7','\x2a','\xfa','\xc9','\xac','\xfe','\x04','\xc7','\x43','\xfa','\x13','\x93','\x73','\x0f','\x17','\xf5','\x6b','\xbb','\x34','\xfb','\x77','\x90','\xf9','\x9b','\x92','\xf9','\xd7','\x92','\x74','\xce','\x27','\x07','\xfc','\x50','\x50','\xaa','\xc7','\xfe','\xea','\xb5','\x4a','\x60','\x4a','\x8b','\x75','\xc1','\x25','\x9b','\x9b','\x59','\x28','\x1a','\x5a','\xef','\x1e','\xe1','\x61','\x16','\xee','\xa7','\x87','\x5f','\xd4','\x27','\x01','\x15','\x83','\xba','\x62','\xaa','\x57','\xc5','\xa9','\x56','\x04','\xdb','\x34','\x78','\xad','\x93','\x32','\x13','\xae','\x13','\x61','\xe0','\x7a','\x25','\xc8','\xdb','\x0f','\x26','\xc2','\x8c','\x29','\xe8','\x8a','\x47','\x34','\xa9','\xae','\x65','\x98','\x66','\xb0','\x82','\x1e','\x9b','\xd6','\x63','\x5c','\xec','\xe8','\x7a','\xac','\xa0','\x27','\x66','\xf4','\xa7','\x8f','\xeb','\xa7','\x34','\xfd','\xf3','\x45','\xfd','\xf6','\x63','\xfa','\x2b','\x8f','\xe9','\xcb','\xd7','\x8d','\xe5','\xeb','\x39','\x76','\x63','\x8a','\x2d','\x22','\x0e','\xbe','\x09','\xc6','\xfa','\x51','\x0c','\xa3','\xb8','\x58','\xa7','\x87','\xce','\x6e','\xb0','\x2b','\x3b','\x4f','\x84','\xb0','\xb7','\xfb','\x48','\x28','\xbf','\x0b','\xf3','\x2d','\xd5','\x88','\x67','\xf2','\xf1','\x8c','\x16','\xcf','\xa0','\x0d','\xf8','\x2d','\xd0','\xef','\xf8','\x57','\x26','\x93','\x31','\x0c','\x2e','\x0b','\xbb','\x5f','\x73','\xba','\xbe','\xf5','\x9f','\x1a','\x60','\xee','\xb8','\xae','\x17','\xa0','\x89','\x7e','\x7b','\x4e','\x7a','\x77','\x06','\xdd','\x04','\x57','\x12','\x97','\x87','\x9b','\xf4','\x43','\x37','\xef','\xac','\xab','\x52','\x6e','\x57','\xf4','\x9c','\x74','\xb6','\xb3','\x5e','\x67','\x40','\x47','\xfe','\x5c','\x69','\xe5','\x83','\x6a','\xde','\x9f','\x84','\x2d','\x75','\xf4','\x28','\x28','\x06','\x5c','\xc7','\xcb','\xad','\x77','\x25','\x52','\xcc','\x32','\xc4','\x1e','\xad','\xc1','\xb0','\xb8','\xf8','\x36','\x8a','\x95','\x7b','\xe4','\x0f','\xca','\xc8','\x78','\xce','\x71','\x74','\x19','\x01','\x26','\xda','\xab','\xf5','\x78','\x56','\x2f','\xcc','\xe8','\x85','\xac','\xae','\x59','\xfa','\xc9','\xb7','\x75','\xd0','\xc5','\xc9','\x1c','\xbf','\x9e','\x7c','\x5b','\xdb','\xb4','\x0f','\x6a','\xd4','\x95','\x1b','\x19','\x2e','\x34','\x70','\x1a','\xb2','\x0b','\x28','\xd3','\x59','\x44','\xd7','\x1e','\x9d','\xbe','\x74','\x0b','\xe2','\xbd','\x38','\x8e','\x86','\x74','\x23','\xab','\x1f','\x05','\xcc','\xcd','\xc1','\x55','\x3b','\x9a','\x45','\x73','\x59','\xc4','\xaf','\x47','\x09','\xe0','\x13','\x87','\x51','\x86','\xcf','\x1f','\xa0','\x7d','\xca','\x84','\x5f','\x34','\x60','\x8b','\x19','\x05','\x5c','\x1c','\xd5','\x9d','\x17','\xe1','\xda','\x81','\x23','\xae','\xc9','\xd1','\xb9','\xe4','\xa8','\x3e','\x3b','\xaa','\x7d','\x7a','\x14','\x7d','\xaf','\x84','\x2e','\x96','\x24','\x60','\x79','\xc3','\x88','\x1e','\x81','\xd9','\xe8','\xf9','\xeb','\x60','\xe2','\x79','\x52','\xbd','\x63','\x2c','\xf3','\x46','\x1a','\xe5','\xd3','\x42','\xe3','\xb5','\x71','\xde','\xf6','\x1b','\x91','\xb7','\xb8','\x92','\xa6','\x41','\x62','\xcb','\x55','\xc4','\x04','\xb4','\x55','\x64','\x8b','\xbc','\x09','\x37','\xd0','\x61','\x37','\x9d','\xe0','\x62','\x7c','\x19','\x6c','\x07','\x0f','\xa9','\x86','\x68','\x20','\x98','\x4b','\x7c','\xcc','\x19','\x32','\x44','\x03','\x9c','\x63','\x66','\x06','\x5d','\x18','\x95','\x9e','\x1d','\x95','\x2e','\x86','\x64','\x0a','\xf1','\xbd','\xf0','\xc2','\xdc','\xf5','\x3e','\xda','\xd3','\x8f','\xd7','\x43','\x4f','\xa3','\xdd','\x36','\x80','\x42','\x14','\xca','\x7b','\x89','\x7a','\x6a','\x5c','\xd4','\x6b','\xe0','\x25','\x63','\x51','\xb0','\x3e','\x14','\x05','\x11','\x20','\xce','\x98','\xc0','\x2a','\xbc','\x7a','\x4f','\xd9','\xd8','\xa2','\x78','\x80','\x36','\x8e','\x0c','\xfe','\x72','\x82','\x44','\xe3','\x56','\x2d','\x17','\x83','\x1a','\xec','\xf2','\x82','\xf2','\xb4','\x02','\xa6','\xae','\x90','\xcf','\xa0','\x1f','\x9e','\x46','\xdd','\xdd','\x6a','\xdb','\x06','\xf4','\x23','\xe4','\x0f','\x57','\x57','\x8e','\xf3','\x4d','\x4c','\x18','\xa7','\xa1','\x3a','\x4a','\xa6','\x24','\x3b','\x84','\x02','\x90','\xb9','\x0e','\x76','\xc1','\x95','\xb7','\x85','\x56','\x19','\x17','\x6b','\xca','\x86','\x0d','\x8b','\xef','\x5f','\x87','\x8b','\xf9','\x6b','\x67','\x40','\x27','\x0f','\x80','\xed','\x0c','\x76','\x5c','\xb4','\xa1','\xf5','\x8a','\xaf','\x4e','\x03','\xd6','\xe9','\xb9','\x09','\x51','\x58','\xd6','\xd3','\x2d','\x13','\x04','\xf6','\x2c','\x3f','\xf6','\x3a','\xe4','\x8f','\x26','\x14','\x4e','\x6f','\x32','\xa7','\x9a','\xed','\x3d','\x74','\x11','\x49','\x67','\x44','\x11','\x43','\x19','\x6a','\xfe','\x75','\xd6','\x85','\xd1','\x1e','\x1c','\x08','\x42','\x10','\xe6','\xc0','\x96','\x86','\xc1','\x1b','\xe2','\xcc','\xdd','\xb3','\x6d','\xf9','\x38','\x0f','\x47','\x50','\x32','\x04','\xfa','\x6a','\x1a','\xf4','\xe7','\x8c','\x86','\x40','\x95','\xca','\xd7','\xf5','\x29','\xa5','\x0b','\xfe','\x4f','\x57','\x89','\x3a','\x79','\x58','\x7f','\x62','\x8f','\x8b','\x39','\x71','\xd5','\x4e','\x1e','\x6e','\xa7','\x38','\x89','\xfa','\x59','\xbc','\x91','\x34','\x11','\xab','\x65','\x18','\x50','\x46','\xeb','\x8c','\xa3','\xa4','\x33','\x67','\xda','\x59','\xd4','\xa5','\x90','\x1e','\x13','\x61','\xee','\x2c','\x3b','\xed','\x3c','\xa4','\x6b','\xf7','\x03','\xe6','\x92','\x73','\xba','\xa2','\xeb','\x8a','\x56','\x49','\xa2','\xca','\xfd','\xc8','\xda','\x2b','\x59','\x27','\xa5','\xc3','\x19','\x1c','\x2e','\x89','\xf9','\x4c','\x26','\x8c','\x96','\xd0','\xe7','\x85','\x32','\x2f','\xf7','\x38','\xa2','\x37','\xce','\x25','\x43','\x34','\xb4','\x8e','\x85','\x0b','\xb4','\xdb','\xa7','\x50','\x52','\xe8','\xe1','\xc9','\x34','\x62','\x45','\x21','\x54','\x2b','\x7a','\x9c','\xdf','\x09','\xdf','\x82','\xd3','\xfa','\x94','\xa6','\x6b','\xc7','\x74','\xbd','\xa5','\xcf','\x2d','\xeb','\xd3','\x4c','\xd7','\x39','\xe2','\x42','\xda','\xb2','\x39','\xde','\xce','\x24','\xb5','\xca','\x71','\xc4','\x61','\x65','\x25','\xeb','\x9a','\x74','\xb8','\xe4','\x0b','\x7b','\xfd','\x1c','\x8b','\x6b','\x86','\xa3','\x15','\x58','\xa6','\xc0','\x9c','\xc7','\xe3','\xa5','\xc7','\x1d','\xff','\xe3','\xf1','\xe3','\x8f','\xc7','\x35','\x0f','\x2d','\xb8','\x16','\x8a','\xc5','\xd9','\x53','\x8f','\x15','\x7e','\x72','\x5d','\x7b','\xe5','\xba','\xf4','\xca','\x0d','\x89','\x2d','\xfa','\x98','\x45','\x62','\xe7','\x3d','\xf9','\x2c','\xd6','\xa9','\x24','\xe3','\x2f','\x3a','\xce','\x07','\x26','\x7a','\xcd','\x62','\xaf','\x2d','\xaa','\xaf','\xfd','\xfe','\xe8','\x6b','\x8e','\x03','\x0d','\x8e','\x72','\xf1','\xb5','\x17','\x8a','\xaf','\x7d','\x8d','\xe3','\xd4','\x6b','\xdf','\x7a','\xeb','\xbd','\x3f','\xfa','\xa3','\x3f','\xbf','\xff','\x8f','\x57','\x9f','\x78','\xd1','\xf7','\xf0','\x2f','\xf9','\x7e','\x6f','\x97','\x3f','\xa8','\x06','\x83','\x2a','\xe2','\x40','\x35','\x64','\x56','\x33','\x8f','\xb6','\x0c','\x77','\xef','\xe3','\x4a','\xaf','\x7f','\xcd','\x43','\xa0','\xa9','\x17','\xd6','\xa6','\x7f','\xb2','\xc6','\xaf','\xae','\x32','\x3c','\xa7','\xc1','\x46','\xa9','\x69','\x62','\x51','\x70','\x14','\x91','\xfc','\x86','\x23','\x9d','\x6d','\x49','\x9e','\x7f','\xc3','\x02','\xd7','\x71','\x47','\x9f','\x07','\xd7','\x01','\xf6','\xe4','\xea','\xc9','\x9f','\x08','\x49','\xd2','\xe8','\x1a','\x95','\x40','\x35','\xae','\x22','\x25','\x09','\x5a','\x3d','\x9c','\x76','\x66','\xdc','\xb9','\xb4','\xc9','\x4e','\xe9','\x5a','\x28','\x1b','\x8a','\xc6','\x76','\xc9','\x87','\xb7','\xda','\x35','\xee','\xaf','\x70','\x9d','\xfc','\x23','\x7b','\x16','\x3f','\xf2','\xf9','\x6f','\xf7','\xf5','\x99','\x1f','\xfd','\x62','\xda','\x37','\xc5','\xee','\xd9','\xa3','\x74','\x32','\xf8','\xa6','\xd0','\x5a','\xde','\x79','\xab','\x7b','\xca','\xc6','\x97','\x39','\x1f','\x8c','\xf4','\x06','\xef','\x84','\x17','\x77','\x01','\xfe','\x96','\x42','\x66','\xe6','\x73','\xc6','\xa3','\xa7','\xf4','\xec','\x94','\x9e','\xcd','\xeb','\x8f','\x1a','\xd3','\x8d','\x23','\x3a','\xb7','\x23','\xfa','\x6b','\x70','\xf4','\xc0','\x2c','\xdd','\x69','\xe9','\x31','\xc2','\x31','\x97','\x6a','\xf2','\xab','\x16','\xe3','\xa6','\x4d','\x13','\xa9','\x22','\xdf','\x81','\x2f','\x07','\x53','\xe4','\x29','\x54','\xfd','\x68','\x31','\x74','\x6c','\xb1','\x3c','\xbb','\x58','\x9b','\x6e','\xd9','\x85','\x45','\x17','\x95','\x42','\xc3','\x29','\x2c','\x56','\x3d','\x34','\xbc','\xc6','\xec','\x62','\x75','\xba','\x55','\xd5','\x50','\x55','\x52','\x2c','\x69','\xdd','\x92','\xbf','\x64','\xc9','\x7d','\x04','\x4b','\x24','\xe8','\x23','\x28','\x99','\xe1','\xba','\xd8','\xb1','\x18','\x37','\x56','\x2a','\x62','\xfe','\x00','\x1e','\x6f','\xcd','\x3d','\xee','\xcb','\x00','\x5a','\x19','\xaf','\xe1','\x9b','\xe3','\x6d','\xfe','\xad','\x59','\xfe','\x03','\xb1','\x4c','\xde','\xe1','\x1a','\x1d','\x87','\x6b','\xed','\x0e','\xa3','\x38','\x81','\xc3','\x78','\x71','\x86','\x9b','\xd1','\xc8','\x1c','\xdf','\xb6','\xbe','\xb1','\x34','\xbd','\x67','\x49','\xf7','\xf0','\xdc','\x34','\xdf','\xd4','\xba','\xff','\x84','\x4f','\xf8','\x76','\xa0','\x8b','\x05','\x8a','\x8e','\x2d','\xa2','\x63','\xc7','\x90','\x95','\x91','\x2d','\xa8','\x7f','\xe8','\xae','\x2f','\x30','\x99','\x15','\xd5','\x58','\x54','\xf3','\xc1','\x4c','\xf7','\x88','\x67','\x8b','\xa0','\x36','\x52','\x42','\x6e','\x84','\x16','\x51','\xb6','\x82','\xb2','\x7f','\x85','\xaa','\x3b','\x25','\x8b','\x4a','\xe7','\x1b','\x28','\x50','\x07','\x51','\xa6','\x28','\x99','\x9d','\xf7','\xc2','\x1f','\x52','\x14','\xfd','\x30','\xd3','\xc7','\x92','\xfa','\x33','\xb3','\xfa','\xf5','\xff','\x73','\x7a','\xe7','\xdd','\xf0','\x09','\xdf','\x0a','\x8d','\x86','\xd8','\x13','\x61','\x6f','\xe2','\x1b','\xae','\x36','\x81','\xd0','\xd3','\x2a','\xd8','\x92','\x50','\x3b','\x20','\xe4','\x13','\xf9','\x68','\xc2','\xed','\x70','\x66','\x22','\xda','\x32','\xcc','\x33','\x79','\x74','\x06','\xa6','\x1f','\x12','\x0d','\x98','\x90','\x66','\x3e','\x79','\x36','\x7f','\xe0','\xb9','\xfc','\xd8','\x2b','\xf9','\xf8','\x8b','\x79','\xd6','\x71','\x89','\x57','\x50','\xfc','\x45','\xb4','\xeb','\x15','\xb4','\xe7','\x39','\x74','\xfc','\x39','\x94','\x2e','\x41','\x8e','\x42','\xda','\x44','\xc5','\x5a','\x46','\xaf','\xc0','\xfe','\xfe','\x75','\x75','\xfa','\x6e','\xd7','\x19','\xc9','\xff','\x3a','\x81','\xd7','\xcd','\xb7','\xfb','\xdd','\x8a','\x17','\x86','\x94','\x67','\x73','\x79','\xa6','\xff','\xd5','\x71','\xed','\x6b','\x19','\x69','\x68','\xc1','\x07','\xee','\x6c','\xbe','\xf7','\x61','\xc9','\x9d','\xa2','\x9b','\xfc','\xcf','\xa0','\x42','\x8b','\xc1','\x99','\x9d','\xcd','\x1f','\x3b','\xe6','\x81','\xb7','\x85','\xb3','\x02','\xf6','\xdc','\x40','\x5a','\xeb','\x4f','\xa3','\xbb','\x54','\x34','\x94','\x44','\x89','\x28','\xb7','\x81','\xa5','\x05','\x61','\x5c','\x84','\xf8','\x4a','\x89','\x83','\x5f','\xcb','\x12','\xf5','\x8d','\x7b','\x2d','\xe5','\xfe','\xba','\x57','\xf4','\x98','\x37','\xd2','\xd8','\x30','\x60','\xc5','\x69','\xd3','\xb7','\x50','\x61','\xd4','\x03','\x6f','\x83','\x25','\x27','\xf2','\x2f','\xf8','\x3a','\x1d','\x37','\x33','\xe3','\x25','\xfe','\x63','\xba','\xed','\xd7','\x57','\x90','\x4e','\x2c','\x7d','\xef','\x8b','\xfa','\xcc','\x98','\x3e','\x5d','\xf7','\x54','\x0e','\x6e','\x68','\x1c','\x3b','\xc6','\x31','\xc7','\x1b','\x42','\xce','\x6f','\xb0','\xbf','\xfa','\xdb','\xb9','\x63','\x3b','\xe1','\xd1','\x32','\x8a','\x62','\x44','\xeb','\xf0','\x82','\x3a','\x57','\xb7','\x87','\x71','\x3f','\x40','\x34','\xe6','\x44','\x43','\xa3','\x4c','\xea','\xd0','\xe3','\x8b','\xa2','\xd5','\x60','\xbf','\xab','\x01','\xa9','\x58','\xfa','\xe2','\xb5','\xca','\x07','\xfe','\x57','\x5e','\xdb','\xf3','\xe2','\x6b','\x07','\x5e','\x7c','\xed','\xbb','\x2f','\xfe','\xf9','\xef','\xbf','\xf8','\x5a','\xec','\xc5','\x75','\x36','\xba','\x3e','\x33','\xba','\x9e','\x1f','\x5d','\x5f','\x79','\xf1','\xb5','\x0f','\x5e','\xfc','\x73','\x65','\xb4','\xa9','\x70','\xf9','\x36','\x6a','\xdf','\x8d','\xa5','\x9d','\x18','\xfd','\x25','\x46','\xff','\x0c','\xcb','\x0e','\x96','\x6a','\x22','\xbf','\x12','\xe6','\x21','\xce','\x38','\x8e','\x01','\x9a','\x18','\x06','\x7d','\xde','\xc6','\xfa','\x1b','\x3f','\xd1','\x07','\xc4','\x2d','\xf1','\xab','\xdb','\xf0','\xc3','\xeb','\x9b','\x33','\x30','\xcc','\x9f','\xdd','\x14','\x3d','\xd0','\x44','\x09','\x51','\x51','\xf4','\x24','\x42','\xab','\x5c','\x6f','\x69','\xfd','\x43','\xfb','\x41','\x58','\x77','\x9c','\x39','\x19','\xeb','\xbb','\xfd','\xda','\x03','\x14','\x25','\x44','\x3f','\xbf','\x8d','\xd0','\x83','\x08','\x2d','\x88','\x7e','\x84','\x9f','\x96','\x4f','\x16','\xe8','\x8a','\x88','\xc4','\x51','\x2e','\x2e','\x20','\x82','\x3f','\xae','\x1f','\xfc','\xe6','\xf4','\x4f','\x5e','\xd1','\x0f','\x7c','\x4b','\x3f','\xb0','\xac','\x1f','\x78','\x79','\xfa','\x27','\x2f','\xeb','\xff','\xe1','\x9b','\x73','\x2c','\xa5','\xb3','\xe1','\xad','\xeb','\x8b','\x1c','\xcd','\x84','\x0c','\xe3','\xb1','\xa3','\xfa','\x9e','\x39','\xfd','\xe0','\xd1','\x02','\x3e','\x7a','\x3c','\x38','\x57','\xb8','\xfb','\xd8','\x94','\x73','\x94','\x0b','\xa2','\x7c','\xdf','\xbb','\x27','\xf9','\xde','\x68','\x17','\x35','\x55','\x6b','\x57','\x8d','\x94','\x45','\xe1','\xc8','\x05','\x02','\x70','\xe0','\xea','\xf9','\xfd','\xb2','\x5c','\x69','\x9c','\xcb','\x1c','\x3b','\x66','\xf0','\x37','\x3b','\x3b','\xeb','\xbe','\xdf','\x0d','\x0d','\x7e','\x6f','\xd9','\xac','\xfe','\xc3','\x5b','\xc6','\x7c','\x89','\x6b','\xd6','\x39','\xf7','\x4d','\x31','\x0d','\xcd','\xd9','\x50','\x75','\x02','\xd7','\x51','\xe4','\x88','\x54','\xc3','\xc1','\x29','\xda','\xff','\xae','\x47','\x1b','\xdb','\x7f','\xb3','\xd1','\x0e','\x2f','\x31','\x0f','\x36','\x6a','\xcc','\xb6','\xd9','\x3a','\x04','\xba','\xc4','\x07','\x68','\x7c','\x27','\x4d','\xfc','\x5d','\x39','\x7e','\x4f','\x39','\xae','\x3c','\xb6','\xbb','\x5e','\x9c','\x52','\xd4','\x29','\xa5','\xf8','\xd9','\xfa','\xe4','\xa3','\x4a','\x75','\x71','\xe0','\x3c','\xba','\x17','\xf7','\xca','\x6d','\x2e','\xb1','\x91','\x28','\x8e','\xcc','\xc5','\x11','\x97','\xba','\x41','\xa4','\x6c','\xba','\xf2','\x35','\x2d','\xbf','\x69','\x47','\xd1','\x61','\x6e','\x21','\x47','\x7f','\xf4','\xfe','\xc6','\x73','\x81','\x08','\x38','\x5a','\x9d','\xc5','\xcc','\x31','\x62','\xf0','\xc5','\xf8','\xec','\xbd','\x90','\x14','\xb7','\x96','\x01','\xf0','\x75','\xca','\x1f','\xaa','\x15','\xd2','\x2b','\x04','\xd0','\x72','\xe6','\xa0','\x61','\x69','\xad','\x2c','\xb2','\x67','\xd0','\xfa','\x0c','\xaa','\x10','\xf9','\x7d','\x22','\xad','\xce','\x4a','\x88','\xba','\x7e','\xbf','\x4c','\x50','\x35','\xf8','\x6b','\x0a','\xaa','\x00','\xaf','\x71','\x44','\x77','\x6a','\x7a','\x52','\xd5','\x91','\xaa','\x63','\x0c','\x82','\x91','\xaf','\x0b','\x31','\x6e','\x1a','\x7f','\x4d','\xb3','\xb3','\xf0','\xb2','\x8e','\x1d','\x93','\x9d','\xa6','\xf4','\xff','\x5e','\x03','\xf6','\xc3','\xa2','\x89','\xb4','\xb7','\x16','\xf5','\xaa','\xe3','\x94','\xd7','\xa5','\xa5','\xd7','\x06','\x46','\x5f','\xdb','\xe9','\xbc','\x76','\x70','\xe9','\xcf','\xfe','\xed','\xd2','\x9f','\x3d','\xb2','\x54','\xfd','\x57','\x5f','\x59','\x97','\x5a','\xeb','\xb9','\xa5','\xf5','\xc7','\x97','\xae','\x39','\x4b','\xeb','\x6f','\x7e','\xa5','\xf1','\x4e','\xeb','\xb5','\xff','\xb2','\xb4','\x72','\x62','\x49','\x3e','\xb1','\x84','\x73','\xcf','\x05','\x73','\x0e','\xf8','\xdc','\x38','\x92','\x14','\x92','\xce','\x0f','\xdc','\xfd','\xeb','\xfc','\xb6','\x99','\x52','\x60','\x77','\x3f','\xde','\xe2','\xaa','\xc2','\x05','\x81','\xd6','\xe3','\xad','\x76','\x23','\x5e','\x78','\xbc','\x75','\xb4','\x10','\x73','\x66','\xd9','\x6a','\xe1','\x00','\xc9','\xb7','\xb8','\x22','\x4d','\x50','\xac','\x8a','\x20','\xd0','\xe3','\x30','\xa8','\x31','\x30','\x0f','\x75','\x70','\x29','\x10','\xcd','\x50','\x98','\x3e','\xbb','\x47','\x57','\x5a','\x7a','\x6b','\x8f','\xbe','\xe7','\x1b','\xfa','\x83','\x85','\xe9','\xa5','\x3d','\xfa','\xdc','\xff','\x5d','\x57','\xfe','\x7b','\xbd','\xf5','\xe5','\x39','\x0d','\x84','\x9b','\x26','\x82','\x30','\xe1','\xcc','\x8b','\x28','\x40','\xde','\xea','\xdc','\x46','\x73','\x18','\x9c','\x5a','\xbe','\xa0','\x14','\x0b','\x49','\xef','\x59','\xbf','\x3e','\x50','\xfe','\xc2','\x3d','\x77','\x3f','\xfe','\x0b','\xce','\xe3','\xf7','\x66','\x1e','\xbf','\x9d','\x79','\xfc','\x17','\x5a','\xd0','\x70','\xf1','\xf7','\xad','\xc7','\x15','\xf4','\xf8','\xdd','\xe4','\x0b','\x3b','\x5b','\x8f','\xef','\x24','\xb9','\x77','\xf9','\xaa','\x6c','\x4a','\xbb','\x89','\xf4','\x65','\x22','\x0f','\x11','\xdf','\x50','\xd3','\x2f','\x13','\x49','\x08','\x13','\xc9','\xc4','\xbf','\xee','\xb4','\xbe','\x60','\xa2','\xc7','\x9f','\x7f','\xfe','\x71','\xd3','\x14','\x57','\xf4','\xf8','\x95','\xd6','\xe3','\x7f','\xb0','\x0b','\xc0','\x1b','\x16','\x7a','\xfc','\x52','\xeb','\x0b','\x2f','\x73','\x65','\xfe','\x56','\x6e','\xd7','\xa8','\xbc','\x6b','\xd4','\x97','\xba','\xe5','\xf3','\x85','\xfc','\xbe','\x6c','\xd0','\x68','\xa2','\xe4','\x24','\xbc','\x31','\x05','\x67','\xf8','\xe0','\x28','\xa3','\x3a','\x47','\x6b','\x54','\x28','\x80','\xbf','\xa5','\xb7','\xb2','\xe0','\x1e','\x09','\x37','\xf4','\xb0','\x09','\x2f','\x8b','\x9b','\x63','\x4f','\xec','\x9d','\x7b','\x3c','\xeb','\x19','\x5f','\xd3','\xbc','\xdf','\x19','\xf4','\xc4','\x5e','\x90','\x84','\x50','\x5d','\xfd','\xff','\x0f','\xfc','\x1b','\x6e','\x3e','\x6c','\xb7','\x1f','\x13','\x6b','\xff','\x15','\x6b','\x55','\x9c','\xe3','\xb0','\x32','\x39','\xeb','\x99','\xbc','\x75','\x2b','\xff','\xa5','\xd2','\xe3','\xe7','\xf0','\x13','\x16','\xff','\x84','\x63','\xb4','\x8d','\xb1','\xdc','\xf9','\xdb','\xb9','\xb3','\xb7','\xb6','\xef','\x87','\x62','\x2d','\x89','\xb5','\x03','\x58','\x9b','\xc2','\xda','\x4a','\x29','\x8f','\x6e','\xcf','\xf0','\xa7','\x81','\x9f','\xac','\x4c','\x3b','\xb7','\x34','\x56','\xe9','\x22','\x51','\xd1','\xf8','\x2e','\xc6','\x36','\xe4','\xe7','\xf6','\xf2','\x66','\xe4','\x2a','\x38','\x77','\xf6','\x76','\x5e','\xbe','\x0d','\x8c','\x19','\x11','\xd1','\x33','\xe5','\x5a','\xea','\x6d','\xf8','\x79','\xfe','\x8b','\xa9','\x8a','\x26','\x0e','\x19','\xb5','\xd5','\x92','\xb6','\x80','\x73','\x51','\xcc','\xe7','\xf9','\xe6','\x7e','\x54','\x71','\x33','\x4c','\x3f','\xc9','\x7f','\x4b','\x83','\x13','\x13','\xcd','\xae','\x68','\xfc','\xd5','\xd8','\x95','\x29','\xbb','\x32','\xe3','\x54','\xe0','\x9f','\xf0','\x49','\xbb','\xc1','\xf1','\x6a','\x05','\xd2','\x70','\xb6','\x3e','\x97','\x7b','\xff','\x1a','\x78','\xb1','\xf3','\x0e','\xff','\xa3','\x58','\x40','\xf4','\x7c','\x67','\xea','\x92','\x6d','\xfa','\x81','\x07','\x29','\x71','\xc5','\x46','\x3c','\xce','\x28','\xfc','\xfa','\x3c','\xd6','\xc6','\xb1','\x76','\x34','\x03','\xfd','\x53','\xdc','\xfd','\xdc','\x6b','\x0b','\x6c','\xe9','\x67','\x4a','\x29','\xe5','\x9e','\xbf','\x95','\x2b','\xf3','\x31','\xc4','\xf0','\x8b','\x7b','\x78','\x0f','\x58','\xf4','\x56','\xca','\xa1','\x5b','\xba','\x33','\x77','\x6a','\x65','\x4c','\x5b','\xc1','\xda','\x35','\xac','\x55','\x32','\xa0','\x23','\xf3','\x9f','\x31','\x2a','\xdb','\xdc','\x4f','\xa8','\xa4','\x11','\xae','\x4c','\x65','\xe0','\x77','\x09','\xe6','\x98','\x7e','\x3b','\x53','\xd8','\xa3','\x17','\x46','\x33','\x85','\xd1','\xca','\xf4','\x0f','\x4a','\x9a','\x5c','\xd2','\x06','\xb0','\x76','\x73','\xf4','\xe4','\xbf','\x7a','\x51','\x0f','\xbe','\xa2','\xb1','\xdb','\xd0','\xdb','\xd6','\x7e','\x92','\xf0','\x52','\xe0','\xb9','\xc4','\x4b','\xf1','\x86','\x85','\x0f','\x02','\x82','\xa1','\xd0','\xb0','\xb8','\x49','\xfe','\x5a','\x4b','\xe2','\x26','\xf9','\x9b','\x72','\xb1','\xa5','\x9f','\x0d','\x23','\xe9','\xc0','\x00','\xf2','\x3e','\xf3','\xa8','\xe2','\x5d','\x37','\x36','\xf8','\xa4','\xcd','\xad','\xdc','\xd2','\xd1','\x76','\xf7','\xc3','\x07','\x4d','\x11','\x43','\xaa','\x88','\xdb','\x50','\x4a','\x9d','\xab','\xfb','\x79','\xde','\x1c','\xd5','\x24','\xdc','\x1d','\xff','\x47','\xff','\x61','\xf7','\xd3','\x79','\x3b','\x9d','\x1b','\x3b','\x5c','\xc9','\xef','\x11','\x38','\xdc','\xbd','\xbd','\x4e','\x3f','\x1b','\xeb','\xef','\xa4','\x45','\x7d','\x10','\xfb','\xa3','\xf4','\xf2','\xc0','\x45','\xaa','\x7d','\x35','\x88','\xa8','\xaf','\x5d','\xee','\xb9','\xed','\x13','\x73','\x28','\x9d','\x6f','\xc3','\xe9','\xfa','\xc7','\x7a','\xd7','\x3b','\xff','\x13','\x53','\x7b','\x32','\x1c','\x79','\x41','\x83','\xb3','\x61','\xa8','\x61','\xb4','\x5f','\xd4','\x8e','\x3f','\x93','\x5b','\xab','\x7c','\x8e','\x8f','\xf6','\x02','\xce','\xbf','\x73','\x2b','\x67','\xf6','\xdc','\x0f','\x1c','\x9b','\xdb','\x24','\x5a','\x23','\x10','\x55','\x22','\x60','\x9b','\x4e','\x4d','\x34','\x7c','\x90','\x76','\x4b','\x64','\x9b','\xc8','\x69','\x12','\x48','\x13','\x9c','\x26','\x15','\xad','\x9f','\xa8','\x4d','\xa2','\x16','\x29','\x4b','\x6f','\x88','\x1f','\xf3','\xc3','\xd9','\x0b','\x12','\x04','\x6e','\x6d','\x06','\xdd','\xf0','\x02','\x72','\x56','\x4d','\x2a','\x6b','\x54','\x4e','\x52','\x39','\x42','\xe5','\x10','\x6d','\xf3','\xf9','\xf3','\x6f','\x0d','\xcb','\xa8','\x21','\xce','\x19','\xd3','\xf2','\xa6','\x2a','\x63','\x76','\x64','\x23','\x83','\xee','\xd0','\x53','\x67','\x9d','\x37','\x37','\xd6','\x62','\xe8','\x41','\x34','\x57','\x6a','\x0a','\x16','\x8e','\xf4','\xa6','\xb8','\x02','\x3f','\xf2','\x4a','\x8a','\x87','\x44','\xbe','\x4d','\x10','\xf7','\x5d','\x72','\x9c','\xeb','\x98','\xa8','\x7e','\x32','\xb1','\x48','\xda','\x45','\x28','\x00','\x15','\xb3','\x1f','\x9b','\x4d','\x6c','\x17','\x71','\x3a','\x0d','\xaa','\x0e','\x73','\x9d','\x2d','\x5c','\xbf','\x87','\xf3','\x65','\x70','\x43','\xcf','\x92','\x9d','\x35','\x32','\x8c','\xdc','\x78','\x25','\x72','\x03','\x39','\x0d','\x4c','\xa2','\xce','\x66','\x2e','\xfe','\x1b','\x5a','\x3f','\xd5','\x9a','\x4c','\x2b','\x32','\x2d','\xad','\x76','\xe3','\xc7','\x3a','\xe7','\x20','\x9b','\x9f','\xeb','\x90','\xe9','\xbc','\x64','\x02','\x75','\x30','\xd0','\x56','\xb7','\x44','\xa3','\x8b','\x68','\xcc','\x6c','\xc6','\xcc','\x62','\xcc','\x4c','\x03','\x39','\x1a','\x47','\x49','\x6e','\x9b','\x8a','\x90','\xd7','\x6f','\x38','\xc4','\x8d','\x02','\x92','\xec','\xbe','\x79','\xd3','\x59','\x15','\x1c','\x74','\x81','\xeb','\xa4','\xcf','\x22','\xe1','\x12','\x89','\x9d','\x25','\x2b','\x0b','\xdc','\x96','\xe0','\xd6','\x63','\xff','\xbc','\xd9','\x94','\xcc','\xa2','\x64','\xa6','\x37','\x9d','\x3b','\x44','\x92','\x91','\x2e','\x2b','\x2b','\xc7','\x58','\x18','\x18','\x91','\x7a','\x3f','\x11','\x88','\x02','\x6f','\x45','\x14','\x8a','\x67','\xb0','\xa2','\x20','\xfd','\xf4','\xf4','\xde','\x68','\xdd','\x6b','\x70','\xbb','\x3b','\x5a','\x8f','\x36','\x37','\xc4','\xbd','\x8b','\x78','\xfe','\x35','\x83','\xbe','\xde','\xa9','\xd5','\xd5','\x4f','\x57','\xff','\x25','\x75','\x76','\x7b','\x85','\xba','\x7a','\xeb','\x34','\x79','\xb5','\x7b','\x7c','\x21','\x53','\xb6','\xd2','\x01','\x71','\xf0','\x1a','\x22','\x40','\x2c','\x1c','\xc1','\x68','\x2f','\x46','\x59','\x19','\x59','\xfc','\x1d','\x49','\x67','\x88','\xb4','\x46','\xd0','\x2d','\x82','\xe6','\x48','\x24','\xb2','\xa5','\x93','\x1e','\x53','\xba','\x77','\x9c','\xc7','\x4b','\xd4','\x70','\x86','\x72','\x96','\xf3','\xe6','\x22','\xcd','\x2d','\x41','\x00','\x79','\xce','\x02','\xc6','\xc2','\xe3','\x84','\x16','\x28','\x47','\x74','\x8a','\x35','\x57','\xb5','\xe2','\x8a','\x9d','\x9e','\xb7','\xa5','\x05','\xbe','\xfa','\x93','\x70','\xee','\xc0','\x84','\xff','\x27','\x18','\x89','\x84','\x28','\x30','\xd9','\x46','\xbc','\xc0','\xd7','\x21','\x36','\xe8','\xfc','\x07','\x87','\x16','\xa1','\x94','\x07','\x7d','\x99','\x86','\x63','\x94','\x02','\xca','\x1c','\x51','\x46','\x9b','\x82','\x90','\x23','\xbd','\x21','\xcd','\x40','\x84','\x97','\x04','\x51','\xc8','\x9d','\x81','\xfc','\x2b','\xda','\x22','\x94','\xf4','\x2d','\x11','\xe7','\x1d','\x8b','\xa4','\xaa','\x64','\xdc','\x22','\xf3','\x16','\x91','\x80','\x79','\x80','\xa4','\x2c','\xf2','\xd2','\xf3','\xfd','\xd0','\x0f','\x64','\xc3','\xa5','\xbd','\xa0','\x94','\x0d','\x71','\x29','\xa1','\x76','\xb9','\x1c','\x78','\xfb','\x3e','\xd4','\xb7','\xe0','\xbe','\x77','\x95','\xec','\x49','\x12','\x5a','\x04','\xf2','\x5b','\x62','\x13','\x69','\x91','\xac','\x86','\xfa','\x71','\xa4','\x49','\x93','\x45','\xad','\x98','\x86','\xe0','\x12','\x11','\x40','\xc2','\xef','\x80','\x89','\x14','\x0a','\x85','\x86','\xa2','\x4d','\x22','\x9e','\xcc','\x45','\xdf','\xa5','\x86','\x73','\xa3','\xfb','\x4f','\x02','\xd5','\x04','\xce','\x10','\x7a','\x96','\xdc','\x28','\xf5','\xd3','\x6c','\x93','\x3e','\x56','\xa4','\x5a','\x9a','\xaa','\x28','\xbc','\x8c','\x86','\xa9','\xd4','\x88','\xa2','\x5a','\x08','\xec','\x4a','\x05','\x45','\x22','\x84','\x1e','\x6a','\xc1','\x2c','\xd0','\x10','\x5d','\x44','\x43','\x21','\xe4','\x3c','\x8f','\xe9','\x90','\x98','\x44','\x7c','\x88','\x96','\x69','\xb8','\x33','\x89','\x3e','\x64','\x7c','\x3a','\xf3','\x19','\x44','\x0d','\x7f','\x1c','\xa5','\xaf','\x14','\x74','\xd6','\x08','\x49','\xdd','\x26','\x51','\x4c','\x14','\x0c','\x29','\x5b','\x6e','\x6d','\xf7','\x15','\xb3','\x5f','\xb2','\x9a','\xa9','\xd6','\xc6','\xc9','\xdc','\x8e','\x4b','\x51','\x94','\x50','\x30','\x02','\x44','\x18','\x98','\x11','\xac','\x12','\x94','\xed','\xbb','\xd2','\x72','\xaa','\xcc','\x4b','\x22','\x06','\x8c','\xc1','\x5f','\x71','\x53','\x86','\x09','\x83','\x88','\x0e','\xc2','\xd2','\xbd','\x47','\xb1','\xae','\x1d','\xd7','\xe6','\xeb','\x06','\x12','\x72','\xb9','\x09','\xc4','\xdd','\x20','\xc7','\xa0','\x96','\x8a','\x58','\x74','\x22','\x4f','\xcf','\xc4','\xfd','\x86','\x13','\xf1','\x24','\x98','\x9d','\x96','\x93','\x48','\x8e','\x80','\xf7','\xa0','\x57','\x8e','\x79','\xf2','\x47','\x25','\x7e','\x85','\x04','\x05','\x85','\xf8','\x11','\xd2','\x77','\x99','\x38','\x36','\xb8','\x6f','\x61','\x9c','\x53','\x4d','\xb2','\x1b','\x91','\x09','\xaf','\x4a','\x8b','\x10','\x41','\x66','\x91','\x08','\x11','\xe4','\xca','\x1f','\x97','\xd7','\x28','\x88','\x22','\xc0','\xe8','\xc0','\x44','\xb5','\x0e','\x6d','\x88','\xa5','\x9d','\xcb','\x30','\xab','\xe9','\x4b','\xed','\x7c','\xad','\x54','\xcb','\x6d','\x84','\x5f','\x2a','\x0d','\xc7','\x4a','\x0d','\x3e','\x3e','\xc0','\xfd','\x22','\x02','\xea','\xb8','\x18','\x4c','\x63','\xe4','\xf2','\xf6','\x48','\xeb','\xc0','\xd1','\x01','\x30','\x81','\xc7','\x9e','\x5f','\xb9','\xdc','\x58','\x11','\x73','\x49','\x30','\x1a','\x01','\x8c','\x56','\xa7','\xdd','\xef','\xb4','\x5a','\xb9','\xd2','\xa9','\x8e','\x5c','\x05','\xfc','\x29','\xca','\x59','\x5c','\xcc','\x87','\xa4','\x16','\x31','\xb8','\xf0','\xf1','\x13','\x7f','\x80','\x1c','\xc5','\x7d','\xbb','\x89','\xf3','\xd2','\x22','\x09','\x2f','\x81','\x6c','\x74','\xb3','\xad','\x51','\x5c','\x8c','\x15','\xeb','\x47','\xac','\xa9','\x0a','\xb9','\xe1','\x9e','\x7a','\xbb','\x47','\x71','\x6e','\xbc','\x04','\x32','\x23','\xa8','\x46','\x21','\x75','\xdc','\x4f','\xf1','\x59','\x4a','\x5f','\xa7','\x85','\xcf','\x0c','\xe1','\xa4','\x73','\xba','\x08','\x1f','\x06','\x10','\x3d','\x95','\x14','\xb3','\x64','\x0c','\x1e','\x96','\x0f','\x87','\x2a','\x44','\x90','\xfb','\xca','\x36','\xf4','\xd3','\x2d','\xd6','\xe6','\x95','\x69','\xeb','\x1c','\x24','\xad','\x76','\xaa','\xb3','\xb5','\x85','\x83','\xb7','\xf9','\xf6','\x8a','\x8e','\xf6','\xb7','\x42','\xc5','\x88','\xcb','\x9c','\x4c','\x74','\xd8','\xc5','\x88','\x16','\xe6','\x36','\x84','\xa5','\xc1','\x8f','\xf0','\xcd','\x38','\x52','\xa3','\x74','\x4d','\x30','\xc4','\xbd','\x4e','\x8b','\xd5','\x68','\xf1','\x46','\x73','\xb9','\xf6','\x14','\xb3','\xd3','\x70','\xbc','\xe8','\x1e','\x19','\xac','\x22','\xc6','\xed','\xbe','\x39','\x3e','\x7f','\x22','\x1b','\xa9','\x75','\x86','\x14','\xd5','\x79','\x3e','\x29','\xca','\x21','\x69','\x74','\xff','\x24','\xcd','\x9c','\xa3','\xf3','\x18','\xba','\x95','\xf9','\x26','\x88','\xdf','\xe3','\x9b','\xf8','\xd6','\x4d','\x50','\x86','\xc3','\xa6','\x88','\x61','\xd0','\x4c','\xa6','\x83','\xa1','\x4c','\x86','\x5b','\xfc','\xbd','\x9f','\x00','\xe6','\xe0','\x93','\x68','\x26','\xd3','\xcc','\x64','\x8a','\x99','\x4c','\x3a','\x93','\x81','\x93','\xc0','\x52','\x06','\xbd','\x50','\x92','\xc8','\x0b','\x3e','\x89','\xb8','\xfb','\x32','\x54','\x01','\xf0','\x9b','\x80','\x63','\x20','\x00','\x87','\x0a','\x96','\xf3','\x43','\x8b','\x16','\x04','\x5c','\x1e','\x60','\xb8','\x1f','\x20','\x08','\x8a','\xca','\xb4','\x69','\x34','\x8b','\xdd','\x5b','\xea','\xf8','\x7f','\x68','\x24','\xda','\x43','\xe1','\x18','\x6e','\x0c','\x85','\xa9','\x73','\x51','\x50','\xd5','\x7f','\x72','\x10','\xde','\x91','\x5b','\xee','\xac','\xa0','\xd3','\xe9','\xdb','\x51','\x5d','\x6f','\xea','\x7a','\x51','\xd7','\xd3','\xd3','\xb7','\x90','\xae','\xb7','\x4f','\xe0','\x85','\xdf','\x06','\xe4','\x06','\x02','\x49','\x93','\x12','\xa2','\xc3','\xa8','\xd3','\x1b','\xcc','\x69','\x6f','\x34','\xde','\x8e','\xe3','\xde','\x30','\xdf','\x64','\x54','\xd2','\x34','\x5a','\xc5','\x87','\xac','\x74','\xd9','\x92','\x07','\x08','\x1a','\x89','\xa0','\xab','\x7c','\x92','\x41','\x1c','\xec','\x26','\x5e','\xf4','\x88','\xa8','\xb7','\x02','\x95','\x89','\x30','\xf9','\x1a','\x1f','\xf6','\x90','\x49','\x87','\x35','\x3a','\x96','\xa4','\x95','\xe8','\x90','\x38','\x14','\xba','\xe3','\x7b','\xf7','\x8b','\x13','\xa7','\x0c','\x13','\x14','\xaf','\x10','\x19','\x36','\xa4','\x31','\xa7','\xe6','\x55','\x75','\x01','\xc9','\x06','\x45','\x76','\x5a','\xa2','\x81','\xa3','\x86','\xd3','\x44','\xa5','\xa2','\x3f','\x33','\xbe','\x4b','\x97','\x12','\xba','\x2f','\x11','\x02','\x61','\x23','\xce','\x77','\x7a','\xf3','\xc4','\xc3','\xc4','\xdc','\xb9','\xc3','\xf4','\xcd','\x6f','\x97','\x2a','\x8e','\xfc','\x76','\x24','\xf8','\x21','\xfb','\x97','\xa2','\x42','\x2d','\x2a','\x9c','\x72','\x4a','\x5c','\x20','\x69','\x94','\x7d','\xb6','\x19','\xbf','\x48','\xfd','\x61','\x8e','\xc1','\x1d','\x7c','\x4c','\x62','\xb4','\x1e','\xa3','\xc5','\xd8','\x20','\x33','\x1c','\xa6','\xb1','\x24','\xaa','\x53','\x08','\xea','\x0e','\x6e','\x75','\x29','\x13','\x1f','\xfb','\xad','\x7c','\xe3','\xa9','\x77','\x21','\x7f','\xc0','\xc5','\xef','\xfe','\x80','\x69','\x7a','\x4a','\x2b','\x44','\xb5','\xe3','\xc8','\xa8','\xf1','\xce','\x09','\x0a','\xb4','\x02','\x3e','\x82','\x7d','\x14','\xc7','\xa8','\xf3','\xde','\x32','\x24','\xa8','\x82','\xbc','\xa8','\x05','\xde','\xf9','\x96','\x23','\x47','\x4f','\xe1','\x50','\x1a','\x06','\x0e','\x78','\x0f','\xc2','\xd4','\x0e','\x37','\xaa','\xe1','\x4b','\xad','\x70','\xd9','\xe6','\x70','\xe0','\x5a','\x09','\x5f','\x72','\xc2','\x0d','\x04','\x94','\xb6','\xe5','\x41','\x68','\xf3','\xc6','\x57','\x69','\xf4','\x22','\x7d','\xef','\x62','\xf9','\xa9','\xf7','\xca','\xe3','\xe5','\x0d','\x71','\xcb','\x22','\x36','\x47','\xd4','\xd8','\x2a','\x64','\x5c','\x0c','\x15','\x32','\x0e','\x7f','\x53','\x9a','\x58','\x0b','\x48','\x0c','\xb2','\xbb','\x6b','\x3f','\x65','\x46','\x73','\x56','\x33','\xd7','\x2a','\xe6','\xcc','\xb4','\xeb','\x43','\x00','\x94','\xdc','\xf3','\x14','\xd8','\x25','\x06','\x8f','\x38','\x4e','\x4d','\x96','\xa1','\x2e','\xe4','\xee','\x9d','\x78','\xf7','\x4e','\x27','\xf5','\x2e','\xdd','\xbd','\x13','\xc0','\x1b','\xb2','\x4f','\x14','\x2c','\xf2','\x43','\x21','\x97','\xf6','\x92','\xdf','\xc6','\xe5','\xae','\x32','\x70','\x34','\xed','\x56','\xc8','\x6e','\x85','\xa6','\xde','\x51','\x77','\x2b','\xf6','\x6e','\x25','\x93','\xfa','\x7b','\x07','\x8e','\x40','\x59','\xc1','\x68','\x1c','\x17','\xca','\xa9','\x26','\x37','\x34','\x63','\xa1','\x76','\x18','\xd9','\x6a','\xe4','\x0e','\xf3','\xe7','\x74','\x29','\x02','\x5c','\xc4','\x25','\x40','\xab','\xc5','\xaf','\x83','\x57','\x4b','\x8e','\xdb','\x76','\xcb','\x5b','\x5c','\xbb','\x45','\xab','\xba','\x8b','\xe8','\xb5','\x5b','\x4d','\x41','\x89','\x96','\xae','\xea','\xe8','\xda','\xad','\x76','\x52','\xa3','\x20','\x90','\x02','\xb9','\x41','\xa9','\x2c','\xc8','\xa5','\x17','\x40','\x91','\x1e','\xac','\x10','\xa7','\x12','\xa4','\xaf','\x5e','\xa7','\xdc','\x50','\xa8','\x60','\xfa','\x6a','\x8b','\x72','\xe1','\x66','\x23','\x5a','\xd1','\x86','\x2b','\x85','\xf7','\x5e','\x9c','\x7e','\xea','\x45','\x7d','\xfc','\x95','\x19','\x69','\xec','\xb8','\x3c','\x56','\xf4','\x61','\xcd','\x8f','\x75','\x58','\xaa','\x6a','\x3a','\x02','\xbb','\x6f','\x8d','\xa2','\x12','\x15','\xab','\x7e','\xc8','\x6f','\x3a','\xdc','\x94','\x70','\x17','\xfb','\xa9','\xe6','\x86','\x4a','\x52','\x46','\x93','\xab','\x3b','\x4d','\x34','\xf6','\x94','\xe3','\xa4','\x91','\xd8','\x07','\xb9','\x74','\xed','\x13','\x72','\xd5','\x5b','\x17','\xee','\xe4','\x27','\xf4','\x89','\xbd','\x43','\x8f','\xef','\x75','\xfe','\x73','\x96','\xe6','\x08','\x3d','\xf9','\x36','\x5c','\xf3','\x16','\xcd','\x67','\xe9','\xe3','\x7b','\xf9','\xb7','\xa2','\x39','\xd2','\xcc','\x13','\xe8','\x04','\x9b','\x40','\xe1','\xe9','\xc6','\x79','\xb2','\x61','\x38','\xaf','\x84','\xe7','\xf2','\x6a','\xa0','\x50','\x41','\xfe','\x3c','\x78','\xec','\x98','\x73','\xec','\x98','\x57','\x2a','\xe5','\xdd','\xc3','\xdd','\x2b','\x0e','\x46','\xfb','\x43','\xcd','\xfb','\x22','\xc5','\xe4','\xe5','\x74','\xdd','\x0e','\x30','\x0d','\x25','\x92','\x12','\xbf','\xc1','\xba','\xd0','\x37','\xa0','\x1f','\xe2','\xd6','\xa2','\xa2','\xfc','\x9d','\x3d','\x10','\x19','\x4a','\x50','\xe7','\x26','\xa3','\x9f','\xde','\x4b','\x7f','\xff','\x18','\x7f','\xeb','\xde','\x9f','\x48','\xc3','\x0d','\x47','\x35','\xd2','\x9c','\xae','\x16','\x0b','\xd9','\x74','\x21','\x8b','\x38','\xa6','\xab','\x1d','\x3f','\x89','\x90','\xf3','\x9e','\x84','\x17','\x6c','\x7a','\x68','\x48','\x5e','\x74','\x16','\x42','\x50','\xb0','\x00','\xc6','\x3f','\x4e','\xdd','\x2a','\x1e','\x32','\x54','\x31','\x88','\xa6','\x9a','\xcd','\x2a','\xd4','\x85','\x4d','\xf7','\x37','\xda','\xda','\x3f','\x45','\xa2','\x3d','\x7e','\x1a','\x41','\x06','\xd0','\x15','\x38','\x69','\x9d','\xea','\x6b','\x16','\xa8','\x3a','\x35','\x0d','\x4e','\xec','\xdc','\xf9','\x66','\x6e','\xd1','\xcf','\xaf','\xd3','\x8b','\xfe','\x7c','\x7f','\x53','\x0b','\xfa','\xb5','\xe0','\x61','\x2d','\xe8','\xc6','\x45','\x6c','\x37','\x7f','\xda','\xf9','\xa4','\xfe','\xa0','\x89','\x23','\x35','\x42','\xab','\x4b','\xa9','\x56','\xa1','\x68','\x8e','\x2e','\x2f','\x72','\x0d','\x61','\x80','\x99','\xce','\xf2','\x62','\x3e','\xd5','\xc4','\xcc','\x0c','\xb2','\x12','\x4b','\x41','\x39','\x81','\x6d','\xfb','\xe9','\xe6','\xd9','\xd5','\x83','\x71','\xe5','\xed','\x44','\xbd','\x1a','\x57','\xec','\x44','\xbd','\xc2','\x02','\x4e','\xa2','\x7e','\x39','\xae','\x5c','\x4e','\xbc','\xb3','\x14','\x1f','\xa0','\xbb','\xdf','\x21','\x53','\x77','\xf7','\x4f','\xdd','\x83','\x8f','\x32','\x64','\x6e','\xd7','\x8f','\x38','\x8e','\x23','\xbb','\xdf','\x6d','\xed','\x96','\x88','\xf1','\x01','\x59','\x27','\x56','\x75','\xbd','\x4c','\xd9','\x8d','\xbc','\xf2','\x18','\xb7','\x90','\x08','\x53','\xb9','\x1e','\xf7','\x46','\xe3','\x06','\xcd','\x5d','\xa2','\x7a','\x28','\x5a','\xc3','\x77','\x7c','\x2e','\xd0','\xc3','\x2d','\x10','\xf2','\x70','\x34','\x62','\x81','\x1e','\x2e','\x59','\xce','\xbc','\xa8','\xce','\x03','\xcb','\x5c','\xe8','\x30','\x7b','\x1e','\x82','\x20','\xb2','\xab','\xbb','\x87','\x6d','\xb9','\x91','\x6a','\x16','\xe3','\xd9','\x74','\x3c','\x8b','\xda','\x70','\xf7','\x1d','\x20','\x97','\x99','\x2f','\xb9','\x35','\x08','\xe8','\x55','\x95','\x5e','\xdd','\x33','\xf8','\x46','\xcb','\x81','\xc6','\x2e','\xf1','\xa1','\x09','\xb8','\xd6','\xa4','\xeb','\x67','\x38','\x06','\xaf','\x35','\x23','\xeb','\x67','\xde','\x5b','\x3c','\xc3','\xc7','\x7f','\x9c','\x3f','\x4b','\x90','\xf9','\x42','\xc4','\x1f','\x81','\xdd','\xc7','\x0b','\x06','\x13','\xbb','\x14','\x44','\x82','\xb5','\x1b','\xfc','\x4f','\x18','\xab','\xad','\x63','\x47','\x77','\x71','\xf4','\x36','\xee','\xf4','\x5c','\x11','\xaf','\x90','\x0d','\xa2','\xeb','\x7e','\x7a','\xad','\x05','\x7f','\x74','\xfd','\x8c','\xd3','\xbe','\x01','\xb8','\x13','\xf7','\x7e','\xf8','\x95','\x2f','\x61','\x1b','\x45','\x5e','\x1b','\x7d','\xef','\x3f','\xee','\xce','\x2d','\xcb','\xe3','\xc8','\x96','\xa3','\x2d','\x1f','\xb2','\xfd','\x5c','\x27','\xe7','\xa2','\x4c','\x0d','\x46','\xf8','\x50','\xa8','\x41','\xa8','\x88','\xa1','\x06','\x87','\x52','\x0d','\xc7','\x44','\xde','\xa2','\x10','\xcb','\x1f','\x8a','\xa7','\xfc','\xef','\x9f','\x07','\x25','\xe1','\x81','\x62','\x13','\x18','\xaa','\x9b','\x69','\xd7','\x9f','\x49','\xc5','\x26','\xa1','\x52','\xc9','\x79','\x9b','\x1b','\xa6','\xee','\xba','\x08','\xbb','\xb4','\xfc','\xb3','\x0d','\x7a','\x6c','\xd1','\x39','\xb6','\x08','\x8d','\x60','\x1a','\x68','\x0f','\xf9','\x95','\x03','\xa8','\xe6','\xd3','\xc3','\xc1','\x0c','\x28','\x1b','\x91','\xc5','\x74','\xd2','\x42','\xa7','\x26','\xa5','\xb2','\x16','\xe2','\x2a','\x7d','\x2b','\x8a','\x8a','\x21','\x2e','\xf5','\x03','\xb2','\x89','\xf3','\xd8','\x78','\xd7','\x51','\x16','\x50','\x70','\xa1','\xb9','\x43','\x81','\xe2','\x1e','\x48','\x6e','\xa6','\xae','\x22','\x75','\xa2','\xd1','\x73','\xfd','\xa9','\x7a','\x54','\x1e','\x59','\x75','\xd4','\x95','\x4d','\x43','\xe4','\x8d','\x8f','\xb4','\x62','\x1f','\x9a','\x37','\x63','\x5b','\x90','\x9a','\x2f','\xc5','\xdc','\xe4','\x5c','\x01','\x67','\x5e','\xd4','\x81','\x12','\x70','\x7f','\x20','\x37','\x0f','\xa9','\x28','\xf3','\xf3','\x96','\x74','\xa5','\x05','\xe1','\xab','\x3d','\x7e','\x12','\xf7','\x15','\xf4','\x3b','\x75','\xb5','\x43','\xa6','\xba','\x8a','\xed','\x55','\xff','\xfa','\x2a','\xeb','\x5f','\xed','\x39','\xe8','\x5c','\xad','\x93','\x55','\xb6','\xb9','\x0e','\x6f','\xe4','\xce','\x9d','\x88','\xed','\xf8','\x55','\xe7','\x2d','\xb4','\xa5','\x88','\xad','\x1b','\xb9','\x04','\x49','\xf7','\x6d','\x76','\x2f','\xcf','\xb9','\xc1','\xe7','\xed','\xc8','\x19','\x7a','\x88','\x5b','\xe8','\xad','\xa1','\x98','\xe9','\xfc','\x5b','\x93','\x4e','\x9b','\x74','\xc2','\xa1','\xe6','\x1c','\x54','\x6e','\x6a','\x17','\x37','\x09','\xa7','\x1a','\xc3','\x8c','\x36','\xb8','\xfa','\x90','\x6a','\xa4','\x37','\xd9','\x3b','\x3f','\xeb','\x7e','\xde','\xe0','\xe3','\xb9','\x8a','\x82','\x5b','\x1e','\x6d','\xbb','\xe7','\xea','\xee','\x6b','\x22','\xa1','\xc0','\xfd','\x16','\x0e','\x38','\x3f','\x74','\x3f','\x84','\x57','\xe3','\x9e','\x47','\x08','\x85','\x39','\xfa','\x46','\x8b','\xae','\x31','\x5a','\x01','\x44','\xed','\xb6','\xfe','\x9c','\x6e','\x53','\x0d','\xd8','\x6e','\xea','\x2b','\xe4','\x9e','\x03','\x71','\x8d','\x69','\xfb','\x4d','\x3b','\x38','\x6e','\x2a','\x39','\x53','\xdb','\x2d','\x12','\xaf','\x22','\xed','\x0c','\xac','\xbc','\x5b','\x4b','\xbd','\x26','\x03','\xa9','\x45','\xbb','\x7e','\xb7','\x88','\x9f','\xe7','\x72','\x2e','\xc8','\x90','\x9f','\x43','\xd3','\x7c','\x46','\xdd','\x67','\x6b','\x22','\xa6','\xd4','\x96','\xe7','\x81','\x62','\x8c','\xe4','\x11','\xfb','\x59','\xfd','\x40','\xae','\xc0','\x02','\x0a','\x38','\xe0','\x54','\x4a','\x06','\x11','\x44','\x8b','\x31','\x46','\x3e','\xc7','\xfa','\x16','\x98','\xa0','\x1f','\xf1','\xc8','\x8d','\x37','\x5d','\xe1','\x60','\xc5','\xb1','\x87','\x27','\xcc','\xda','\x11','\x24','\xdd','\x6c','\x1d','\x81','\x8c','\x56','\xc1','\x0f','\xd9','\x4e','\xde','\x0c','\x38','\x76','\xbb','\x0d','\xf4','\x02','\xde','\x53','\xd7','\x34','\x04','\x89','\xf6','\x35','\x99','\x1b','\x98','\x0b','\x26','\x9b','\x46','\x68','\xbf','\xb8','\x37','\x06','\x3f','\x28','\x8b','\xa6','\xc7','\x47','\x44','\xe1','\xb7','\x02','\x92','\xdd','\xbf','\x50','\xeb','\x7f','\xfa','\xfa','\xd0','\xd8','\x8d','\x84','\xbf','\x9a','\x0f','\x5e','\x5b','\x50','\x2a','\x72','\xda','\xde','\xd0','\xd5','\xb8','\x4d','\x12','\x26','\xfb','\x05','\x91','\x8d','\x92','\x04','\xef','\x08','\x97','\xa8','\xbc','\x9f','\x74','\x0e','\x19','\xef','\x58','\x7a','\xae','\x05','\x61','\x54','\x53','\xd4','\xf8','\xcf','\x65','\xfd','\xf8','\xb2','\xae','\x69','\x10','\xab','\x90','\x33','\x8d','\x9b','\x69','\x1d','\xd2','\xa0','\x1c','\x60','\x3b','\x7f','\xaf','\x14','\x92','\x49','\xd4','\x5f','\x1d','\xb6','\x27','\xc7','\x34','\x36','\xca','\xb4','\x0c','\xb3','\x4b','\x82','\x4a','\x1d','\x93','\x4d','\x3c','\x03','\xbd','\x35','\xbb','\xbb','\x99','\x3e','\x5e','\xe4','\xb3','\xcb','\x31','\x2e','\xca','\x26','\x8a','\x71','\xb6','\x65','\x20','\x78','\x87','\x71','\xd6','\xbc','\x7a','\xd9','\x40','\x11','\x80','\x0c','\x33','\xd5','\xd8','\x94','\xee','\xde','\x0e','\x36','\x73','\x3b','\x89','\x8b','\x4e','\x72','\x9d','\x4e','\xb8','\xd0','\x3f','\x45','\x50','\x8a','\xa1','\x61','\xbb','\xcd','\x47','\xbd','\xe1','\x17','\xb7','\xfe','\x4a','\xa4','\xb7','\xb0','\xa3','\x0e','\xef','\xeb','\xc3','\x12','\xec','\x45','\x27','\x05','\x84','\x7e','\x00','\x13','\x1e','\x38','\xa6','\x80','\x89','\xb8','\x48','\xd0','\x61','\x6e','\x10','\x5c','\x73','\x6e','\x89','\x59','\xea','\x25','\x11','\x6c','\xc3','\x67','\xbe','\x85','\x10','\x23','\x08','\xb5','\xa7','\x8b','\xae','\x8f','\x6e','\x90','\x3e','\x36','\x40','\xd7','\x47','\xca','\xd6','\xf8','\x45','\x6c','\x1e','\xc0','\xde','\x10','\xe5','\x37','\x8f','\x4f','\xad','\xeb','\xa7','\x85','\x11','\xf6','\x21','\x98','\xa5','\x68','\xc5','\x86','\x91','\xf4','\xb9','\xab','\x0c','\x7c','\x7a','\x41','\xaa','\xf1','\x1d','\xbe','\xe3','\x00','\xec','\x6f','\xb8','\x15','\x1c','\xbc','\x00','\x20','\x2f','\xff','\xb4','\x27','\x9f','\x91','\xff','\xa1','\x60','\x1e','\x85','\x20','\x25','\x92','\xd2','\x3c','\x51','\x56','\xb1','\xba','\x8a','\xc7','\x05','\xbd','\xbf','\x3f','\xb2','\x71','\x00','\x3d','\x72','\x78','\x5b','\x36','\xb9','\xf6','\x33','\x57','\xe4','\xbd','\x98','\x22','\x31','\x68','\x15','\x92','\xce','\xa0','\xf8','\xb2','\x9f','\x6b','\xfd','\xec','\x24','\x17','\x59','\x3a','\x03','\x54','\x18','\x39','\x5b','\xef','\x93','\xeb','\x50','\x2d','\x31','\xe9','\x32','\x5d','\x8e','\x75','\x86','\x51','\x90','\xcc','\xb7','\xfb','\xf1','\xc6','\x59','\x88','\x20','\xfe','\x57','\xde','\xec','\xbc','\xa3','\x22','\xa6','\x87','\xa1','\xaa','\x26','\xc5','\x42','\xc7','\x00','\xff','\x73','\x5b','\xce','\x68','\x3d','\xaf','\xac','\x13','\xb2','\x52','\x43','\x81','\x7a','\xd0','\x80','\x50','\x5f','\xa2','\xa8','\x5c','\x59','\x52','\x8e','\x11','\x55','\x23','\xc7','\xd6','\x90','\x1c','\x40','\xd2','\x39','\x51','\xe8','\x5c','\x4d','\xa3','\x34','\x24','\x89','\x47','\x4d','\x2a','\xfe','\x6e','\xfb','\xcd','\xf2','\xa7','\x98','\xaf','\xb9','\xf7','\x23','\xcf','\xdb','\x13','\x92','\x99','\x90','\xcc','\x21','\x40','\x49','\x36','\x1c','\x97','\x81','\x36','\x20','\x3e','\x79','\x57','\x24','\x22','\x4d','\x20','\xf0','\xaf','\xfc','\x8c','\xf1','\xd9','\xf2','\x5c','\x92','\x6d','\xcb','\xdf','\x3a','\x15','\x8a','\xa5','\x92','\xb1','\xd7','\x57','\xf9','\xe6','\x9a','\xe0','\x32','\x47','\x7c','\xd7','\x5d','\xdd','\x8e','\xdd','\x67','\xda','\x4f','\x71','\xe9','\xe4','\x88','\xb8','\xf7','\x76','\xa3','\x47','\xf2','\x8b','\x1f','\xd6','\x51','\x50','\x17','\x5b','\x43','\x86','\x91','\x12','\xeb','\x97','\xbb','\x62','\xc7','\x93','\x3c','\x6c','\xfb','\xe7','\x72','\xdf','\x97','\x62','\xb7','\xdd','\xf8','\x01','\x1a','\x76','\xa0','\xf0','\x6a','\x98','\x9b','\x49','\x5f','\xa5','\x43','\xce','\x0d','\x9a','\xa4','\x74','\x96','\xd2','\x4f','\x53','\x7a','\xb1','\x3c','\xc4','\x3f','\xe4','\x5f','\x6c','\x10','\xfa','\x81','\x05','\x0b','\x74','\x61','\x6e','\x3f','\xd2','\x0a','\x3a','\xc4','\xb7','\xce','\x05','\x27','\x56','\x22','\xb1','\x6f','\x95','\x53','\x67','\x34','\x69','\xc1','\x94','\xbe','\x9d','\x74','\xcc','\x78','\xf8','\x8a','\x13','\x3e','\x03','\x3c','\x61','\x23','\x25','\x36','\x6e','\xd6','\xe7','\xbf','\xa5','\x6d','\xb8','\x99','\xab','\xee','\xda','\xa9','\x91','\x3b','\x8d','\x8f','\x5b','\x7a','\x00','\x9d','\xea','\x77','\x9c','\xc3','\x28','\x54','\x35','\x4c','\x92','\x16','\x00','\xdf','\x0e','\xea','\x7b','\xaf','\xd1','\xb7','\x23','\x08','\x78','\xaf','\x21','\xbc','\x5e','\x2e','\xc5','\x93','\x47','\xb2','\x44','\xfa','\x79','\x1b','\xc8','\x58','\x88','\x6d','\x3b','\x35','\x28','\xa9','\xdc','\x46','\x85','\xbe','\xe1','\xc4','\x4c','\xdb','\x45','\x02','\xd9','\xbf','\x8d','\x6c','\x9d','\x8b','\x5f','\x04','\xa3','\x1d','\xb4','\x6d','\xc5','\xb6','\x55','\x48','\x36','\xb0','\xa1','\x6c','\x8a','\xeb','\xf1','\xf3','\x9c','\xf0','\xd8','\xf9','\x91','\x43','\xd7','\x30','\xad','\x62','\xba','\x8e','\xe9','\x5f','\x62','\xba','\x52','\x8a','\x99','\x15','\x17','\x09','\x84','\x7f','\x1b','\x85','\x74','\x44','\x02','\x88','\xf4','\x99','\x91','\x1d','\x26','\x1d','\x30','\x93','\xaa','\x54','\xb7','\xb9','\x81','\xe6','\xe5','\x7b','\x42','\x6a','\xf6','\x6e','\x0c','\x69','\x5b','\x43','\xa2','\x04','\xb0','\x4c','\x58','\x17','\x5c','\xd3','\xa3','\xda','\x5d','\x54','\x7b','\x80','\xda','\xef','\x8e','\xd9','\xf9','\x98','\x39','\x21','\xd9','\xb2','\xac','\xc9','\x98','\x01','\x49','\x09','\x8d','\xc8','\x1a','\xf1','\xea','\x8d','\x1a','\xcd','\x50','\x9b','\x8a','\xcb','\xf5','\x42','\xf0','\x61','\x4b','\x06','\x10','\xd4','\x93','\x02','\x2f','\x9c','\x30','\x64','\xdc','\x3d','\xde','\xad','\x97','\xfd','\x39','\x1b','\xbc','\xca','\xb2','\x46','\x71','\x12','\x3c','\xc5','\x35','\xb2','\xa1','\xbe','\x8c','\x86','\xdc','\xac','\x74','\x8e','\x24','\x87','\xd1','\x9c','\x4c','\x35','\xcb','\x41','\x51','\xd3','\xdc','\xab','\x00','\xe5','\x72','\x3b','\x6b','\xb4','\x28','\xba','\x92','\x6b','\x14','\x9f','\x72','\xfb','\x89','\x44','\x8a','\xbd','\xa5','\x0d','\xc3','\x65','\xcd','\xb9','\x51','\x08','\x97','\xa7','\xc3','\x5f','\xd5','\xc3','\x97','\x66','\xc2','\xe5','\xe3','\xb1','\x72','\x31','\x41','\x35','\x17','\x71','\xaa','\x3d','\x29','\xf2','\xc4','\x03','\x74','\xaa','\xaf','\x3c','\xb5','\xa3','\x3c','\xa5','\x18','\x79','\x35','\x69','\xd8','\xea','\x11','\x78','\x9c','\xa0','\x78','\x5f','\xee','\x57','\x95','\x38','\x6f','\x73','\x23','\x43','\x80','\xab','\xa9','\xa2','\x21','\x88','\xc4','\x00','\x09','\x42','\x7e','\x9b','\x10','\xbd','\xbf','\x19','\x20','\x7c','\x9c','\x51','\xd0','\xe6','\x13','\x18','\xab','\x40','\x3f','\x84','\x42','\x7e','\x22','\x88','\xb4','\x88','\x80','\x45','\x2a','\x59','\xe7','\xd6','\x0c','\xad','\xcc','\x78','\x05','\xfb','\xa0','\x70','\x8f','\xe8','\xe4','\x4b','\xfc','\x6a','\x25','\x48','\xf5','\xb7','\x49','\x55','\xe7','\xbf','\xc1','\xfb','\xb9','\xe4','\x04','\x6f','\x40','\x8d','\x4d','\x15','\x35','\x6c','\xc4','\x40','\x9f','\xef','\xe8','\xff','\x12','\x57','\xff','\x2c','\xe7','\x4a','\x8b','\x5f','\xc3','\xcf','\x5a','\xe1','\x4b','\xcd','\xf0','\x45','\x2b','\x76','\xd1','\x4c','\x84','\x4b','\x89','\x94','\x93','\x48','\x64','\xe2','\x72','\xe6','\x49','\x59','\xd7','\xf1','\xfe','\x00','\x3e','\xd0','\x67','\xb1','\x1d','\x16','\x55','\x68','\x54','\x65','\x21','\xdb','\xc6','\x9b','\xd7','\x69','\x47','\xe1','\xe9','\x15','\x53','\x1e','\x83','\x9a','\xe0','\xb1','\x37','\x6d','\xbe','\x7d','\x87','\x64','\xb3','\xef','\x47','\x82','\xef','\xe2','\xff','\x51','\x93','\xed','\xe6','\x2c','\xf8','\x56','\xc5','\x51','\x0e','\x38','\x7b','\x05','\x56','\xb9','\x51','\xd9','\x29','\x09','\x31','\xc8','\x27','\x33','\x6f','\xc4','\x16','\x3c','\x24','\x64','\xfa','\xdb','\x50','\xad','\x87','\x06','\x30','\xed','\x3b','\x43','\x83','\x55','\xaa','\xac','\x43','\x59','\x2d','\x5b','\xa5','\x91','\x20','\xa5','\xa1','\x59','\xda','\x57','\x73','\xed','\xca','\xb0','\xc5','\xdf','\x17','\xbc','\x35','\x01','\x9d','\x2f','\xd5','\xd8','\xb7','\xb4','\xc4','\xe4','\xd6','\xf7','\x05','\xd5','\x90','\x77','\x94','\x35','\x85','\xce','\xa8','\x43','\x2d','\x2e','\x78','\x23','\xb8','\xd8','\x3d','\xe6','\x1d','\x2d','\x84','\x9f','\xd3','\x9d','\xbf','\x9d','\x09','\xbf','\x70','\x3c','\x5c','\x2a','\x86','\x4b','\x5a','\x18','\x92','\xbd','\xb4','\x44','\xa8','\x98','\xb8','\x77','\x26','\xf1','\x8c','\x1e','\x1f','\xd5','\x9f','\xc4','\x10','\x93','\x13','\x20','\x53','\x7d','\x8b','\xfc','\xbd','\xe7','\x15','\xc5','\x50','\xd5','\x23','\x7c','\x81','\x45','\xfc','\x35','\x1a','\x5a','\xa7','\x91','\x35','\x3a','\x53','\xa1','\xa4','\x12','\xb6','\x6c','\xa7','\x6a','\x43','\xc9','\x48','\x6e','\x59','\x58','\xbc','\xb1','\x1e','\xb3','\x5e','\xe7','\xaf','\x29','\x11','\xaa','\x26','\x66','\x1f','\x8a','\x1f','\x9e','\x7c','\x72','\xef','\x63','\x3a','\x29','\x06','\xc8','\xae','\x3e','\xeb','\x77','\x76','\x58','\xbf','\xa9','\x90','\xaf','\xa9','\x5f','\xe8','\xb7','\x29','\x0e','\x05','\x31','\x5f','\xf9','\xa4','\xfd','\xe2','\xc9','\xb5','\x96','\xf3','\xb6','\xa8','\x00','\xc0','\x17','\xe9','\x35','\x07','\x56','\x6b','\x15','\xc7','\x2c','\x1c','\x3b','\xdf','\xe2','\xd7','\x04','\xc1','\xbf','\x0d','\x7c','\xd3','\xad','\x00','\x01','\x6a','\xd9','\x60','\x15','\x2b','\x55','\xac','\x92','\x23','\x36','\x21','\x8a','\xf0','\xe1','\xe3','\x81','\xa5','\xd2','\x7d','\x16','\x7f','\x0c','\x16','\x3b','\x1b','\x1f','\x59','\xf0','\x8f','\x2f','\x91','\xb3','\xcf','\x53','\x39','\x59','\x47','\x45','\x26','\xd9','\xac','\x1f','\xf1','\x16','\x4d','\xb7','\xa9','\x4e','\x4c','\x60','\x23','\x0f','\xbd','\x0b','\x47','\x78','\xe8','\x50','\x4d','\xaa','\xcd','\xce','\xa1','\x48','\x12','\x67','\x98','\x63','\xb0','\x51','\xdd','\x45','\x7c','\xb4','\xe0','\x8c','\x16','\xe2','\xad','\x42','\x7c','\xf4','\xb8','\x40','\x61','\x4a','\x40','\x6f','\xe9','\x85','\x51','\xc0','\x77','\x47','\xf5','\xea','\xa8','\x1e','\x1a','\xd5','\xef','\xd2','\xe7','\x86','\x32','\x33','\x4a','\x46','\x53','\x5f','\xd0','\x56','\x88','\xe6','\xcd','\xc3','\x11','\x61','\xa2','\xc6','\xac','\xf0','\x4b','\x96','\xf3','\x92','\x15','\xbe','\xd2','\xe4','\x0d','\x17','\xb1','\x2b','\x4d','\xbe','\x63','\x70','\xc9','\x93','\x30','\x9c','\x38','\x46','\x4f','\x62','\x22','\x9e','\xcb','\x93','\x3f','\x0a','\x4a','\xaa','\x32','\x97','\x3f','\xb5','\x88','\x82','\xb9','\x88','\xf7','\x8a','\x05','\xd2','\x4a','\xf8','\x52','\xcb','\xb9','\x51','\x69','\x57','\xc2','\x6a','\x85','\xcb','\x38','\x36','\x6f','\x27','\x60','\x83','\x83','\x29','\x1d','\x97','\x4a','\x4f','\x4a','\x25','\x5d','\x2e','\x05','\x64','\xdc','\x77','\x16','\xef','\x28','\x85','\x14','\x42','\x54','\x3a','\x6b','\x6b','\x34','\x99','\xc1','\xe0','\xd3','\x73','\xf3','\x02','\x0a','\x24','\x5e','\x20','\x0e','\xbf','\x3e','\xf1','\x76','\xfc','\x89','\xbd','\xf1','\xc7','\x01','\x53','\x02','\xfa','\xe3','\x7b','\x0b','\x8f','\xbf','\x5d','\x28','\x90','\xef','\x16','\x48','\x75','\x96','\x84','\x66','\xc8','\x5d','\x1a','\x19','\xd2','\x88','\xa2','\xf1','\xcd','\x17','\xfa','\x89','\x40','\x61','\xfa','\x26','\x8d','\xda','\xd4','\xe7','\xa7','\x23','\x67','\xf9','\x6d','\x38','\xd5','\x6a','\xd8','\x0a','\x02','\xe7','\xbc','\x99','\x0c','\xcf','\x37','\x63','\x97','\xdc','\xfb','\x01','\xc0','\xfd','\x18','\x8e','\x2e','\x76','\xdb','\xbe','\x79','\x73','\xc7','\xbc','\xa9','\x48','\x96','\x9a','\x02','\xde','\x80','\xf6','\xf8','\x70','\x94','\xdc','\xfa','\x92','\x4e','\xcd','\x1f','\x7e','\x1e','\x85','\xcb','\x56','\xb8','\xdc','\x0a','\xbf','\x50','\x8d','\x5d','\xa8','\x26','\xe2','\xd5','\xc4','\xaf','\x00','\xe2','\x99','\xea','\x93','\xfe','\xef','\xeb','\xa4','\x1a','\x08','\xda','\x7d','\xe5','\xab','\x3b','\x96','\xae','\x2a','\xea','\xaa','\x9a','\x76','\x6c','\x73','\x0e','\xce','\x3a','\xb8','\x71','\x3a','\x8a','\x04','\x48','\xf8','\xdf','\xb4','\x9c','\x3f','\xb5','\xc2','\x2f','\x76','\x30','\x19','\x7b','\x71','\x32','\x71','\x64','\x32','\x31','\xfa','\x58','\x62','\x94','\xc5','\x47','\xd5','\x27','\x47','\x55','\x7d','\xb4','\xe8','\x6f','\x3d','\x16','\x7a','\x66','\xf2','\xae','\xcc','\xb5','\x81','\xd2','\xb9','\x91','\xb3','\xd8','\x16','\xfe','\x5b','\xb0','\x75','\xb8','\x86','\x75','\xb2','\x15','\xfd','\x01','\xa1','\x39','\x4a','\x73','\xe5','\x68','\xad','\x2e','\x68','\x36','\xea','\x34','\xf7','\xbc','\x73','\xb3','\xff','\xd4','\x0c','\x4e','\x6b','\x42','\x93','\x2c','\x8a','\xf9','\x63','\x83','\xdd','\x11','\x78','\x1a','\x61','\x77','\xfe','\xd8','\xa7','\x8e','\x20','\x1a','\x91','\x10','\x75','\x1f','\xed','\x6e','\xae','\x90','\xf2','\x17','\x64','\x39','\x37','\x2c','\x78','\x28','\x2e','\x7c','\xe0','\xd1','\xac','\x58','\xd9','\x4a','\x44','\x9b','\x09','\x3f','\xdf','\x4a','\x8a','\x71','\xbf','\xf6','\x64','\x50','\xd7','\x0d','\x27','\x80','\xb4','\x3e','\x53','\xdb','\x61','\x6a','\x0a','\xd2','\x54','\x11','\x34','\xec','\xd9','\x05','\xa2','\xae','\x10','\x6f','\x04','\xa4','\x5a','\x60','\xe5','\x7a','\x7f','\xe2','\xc6','\xd0','\xbd','\xd5','\x04','\xb9','\xb6','\x0a','\xf4','\xa4','\x76','\xdb','\xb6','\xea','\xdc','\x8c','\xcd','\xad','\xec','\xd0','\xdf','\xb7','\xe7','\xb3','\x7b','\x3f','\x9b','\xe6','\x0f','\x7f','\x5f','\x6f','\xf0','\xbb','\x42','\x80','\xaf','\xe2','\xf0','\xd7','\x9c','\xd8','\xd7','\x70','\x62','\xc8','\x45','\x2b','\x3e','\x84','\x9f','\xdc','\x89','\xf5','\x9d','\x38','\x90','\x68','\xf5','\xfd','\x21','\xde','\xf1','\x87','\x58','\x99','\xc0','\xea','\x42','\xcb','\x96','\x31','\xe8','\x47','\x0a','\x57','\xda','\x3c','\x17','\x3d','\x57','\x28','\x9c','\x37','\x1a','\xc2','\x37','\x2b','\x70','\xa9','\x11','\x2b','\x53','\x98','\xcf','\x2a','\x49','\xa4','\x5a','\xf1','\x78','\xf6','\x49','\x41','\xb0','\x1e','\x88','\x67','\xfb','\x5e','\xce','\xee','\x78','\x39','\xab','\xc4','\xb3','\xaa','\x03','\x72','\x3e','\x12','\x48','\x0a','\x02','\x78','\x06','\xf2','\x19','\x33','\xbe','\x52','\x41','\x3e','\x97','\xa0','\x21','\x0a','\xb6','\x9a','\xb1','\x25','\x3e','\x3e','\xad','\x04','\xb5','\x38','\xe2','\xd1','\xe6','\x93','\xd4','\xd2','\xa9','\x15','\x30','\x9c','\xbe','\x32','\xd9','\x51','\x26','\x0a','\x15','\xf3','\x99','\xef','\x61','\x98','\xdb','\xcb','\x86','\x48','\xc8','\x10','\xc8','\x64','\x9c','\xb9','\xb9','\x84','\xa6','\x01','\x74','\x3d','\x61','\x18','\x79','\x8c','\x81','\x86','\x7e','\x6c','\x4c','\xbf','\xf7','\xde','\x42','\x28','\xf4','\xdd','\xb1','\xb1','\xea','\xad','\x5b','\xa1','\x4c','\x86','\x6f','\xdf','\x3b','\x43','\x21','\x95','\x90','\xf4','\xec','\xac','\xc9','\xfb','\xd9','\xba','\x4e','\xdf','\xd9','\xb2','\x4e','\x61','\x32','\x5b','\x09','\xa3','\x15','\x0f','\x92','\x27','\x83','\x54','\xf7','\xb3','\x80','\xac','\xf5','\xcd','\xdb','\x3b','\x16','\x8a','\x0a','\x4e','\xa9','\x74','\xd8','\xae','\xb9','\xe3','\x03','\x6f','\xdc','\xad','\xe2','\x16','\x2e','\xaf','\x3b','\x6f','\x34','\x5d','\x6f','\x36','\x6f','\xf3','\xb7','\x1f','\x2b','\xdb','\x40','\x72','\x45','\x2b','\x89','\xa8','\x13','\xa7','\xf8','\x49','\x94','\xd1','\x07','\xc6','\x02','\xf7','\x3c','\xd7','\xf7','\x72','\x65','\xc7','\xcb','\x9f','\x50','\xa6','\xc4','\xfa','\xe2','\xef','\x0b','\x89','\x93','\x0b','\xd7','\x53','\x7d','\x5f','\x39','\x7c','\xb1','\xe9','\x7c','\xcf','\x0c','\x5f','\xe4','\x28','\xc1','\xf8','\x94','\x11','\x8c','\x33','\x9f','\x3f','\x14','\x25','\x28','\x8e','\x47','\x9d','\x27','\x29','\xd6','\x51','\x26','\x30','\x30','\xd6','\xf7','\x95','\xe7','\x76','\xbc','\x7c','\xae','\xdb','\x8f','\x2a','\xca','\xb6','\x72','\x73','\x2d','\x16','\xa4','\x31','\xfe','\x38','\x41','\xe7','\xa5','\x60','\x18','\xd0','\x80','\xeb','\x32','\x8a','\x2d','\xa3','\xc4','\x81','\x0b','\x89','\x83','\x6f','\xf0','\x6b','\xfc','\xc0','\x85','\x27','\x0f','\x5c','\xd0','\x0f','\x5c','\x08','\x1c','\x7c','\xa1','\xef','\x4f','\x2e','\xec','\x58','\x46','\x0a','\x13','\xfb','\x32','\x43','\x11','\xe5','\x2d','\x4a','\x5e','\xa7','\xb8','\x4a','\xf1','\x3a','\x55','\xfe','\x32','\x7c','\xc9','\x71','\xea','\x38','\xbc','\xec','\x0f','\x9f','\x6d','\x84','\x4b','\x34','\x2c','\x4e','\x08','\x13','\x81','\x06','\xd7','\xc4','\x12','\x4a','\x45','\xdc','\x0f','\xd4','\x3d','\x0d','\x50','\xc1','\xb2','\x5e','\xfe','\x5b','\x85','\x56','\x5d','\x7d','\x2c','\x49','\xd3','\x4c','\x29','\x32','\x45','\x63','\x3b','\x35','\xa0','\x61','\x54','\xf4','\xd6','\x05','\x23','\xde','\xca','\xc6','\x2f','\x54','\xe3','\x17','\xac','\xf8','\x97','\xb3','\x53','\x17','\x00','\x7a','\xeb','\xfe','\xc2','\x85','\xfb','\x0b','\x4a','\xf2','\xbb','\x49','\xa5','\x7a','\x40','\x09','\x3d','\x93','\xbc','\xeb','\x9f','\xde','\x3f','\xf4','\x57','\x33','\xca','\xd2','\xa3','\x23','\x4a','\xc9','\xde','\x09','\xc4','\x96','\xf0','\x5c','\x92','\x0a','\x18','\x18','\x85','\xfb','\xf9','\xde','\x68','\xf8','\x62','\x1b','\x97','\x5a','\xb1','\x32','\x86','\x79','\xd8','\x0f','\xd2','\x35','\x8e','\xf0','\x93','\x29','\x07','\xf4','\x43','\xc5','\xee','\x7b','\x7e','\x7d','\x47','\xb9','\xa2','\xb0','\x55','\xf5','\xc1','\x55','\xae','\x88','\x27','\x8f','\x66','\x98','\x61','\xb0','\xa9','\x0c','\x80','\xcf','\x9c','\xa9','\x8c','\xf3','\x83','\x4c','\x02','\xa6','\x10','\x06','\x14','\x46','\xf3','\xd3','\xb7','\x3d','\x11','\x5f','\x18','\x2d','\x4c','\xdf','\xfa','\x6e','\x61','\xb4','\x5a','\x18','\x0d','\x15','\x46','\xef','\x9a','\xbe','\x35','\x54','\x18','\x55','\x34','\xac','\x6a','\x47','\x6c','\x8d','\x7c','\x58','\x3f','\xb9','\x4a','\x42','\x10','\x53','\xe8','\x27','\x6f','\x43','\x1e','\x62','\xbe','\x54','\xc8','\x57','\xbe','\x9b','\x7f','\xb1','\xfa','\xf8','\x2b','\xa1','\xc7','\x9f','\xbb','\xeb','\x89','\xe7','\x86','\x72','\x25','\x25','\x57','\x72','\xfb','\x69','\xcb','\x55','\x37','\xb4','\x00','\xf3','\x0d','\xdd','\xa9','\xa8','\x61','\x4b','\x09','\x9f','\x6f','\x86','\xbf','\xf2','\xb1','\xf0','\x37','\x46','\x63','\xaf','\xd6','\xc4','\xfa','\xc2','\x20','\xe7','\x19','\x7e','\x92','\x61','\x3d','\x71','\x2b','\x10','\x1f','\xed','\x7b','\x79','\x74','\xc7','\x37','\x6f','\xc1','\xfb','\x62','\x47','\x6c','\x46','\x22','\x3b','\x47','\x69','\xf4','\x0a','\xe5','\x57','\x81','\xf0','\xa5','\x23','\x7c','\xd5','\x85','\x97','\xb0','\x38','\x40','\x81','\xe5','\x1f','\xbb','\xd4','\x72','\x2b','\xcd','\xf1','\x55','\x16','\xa7','\x95','\x27','\x41','\x7f','\xae','\x04','\x52','\x0e','\xd7','\x9f','\x77','\x98','\xb6','\x82','\x3c','\xfd','\x59','\xd1','\x6a','\xd1','\xfa','\x1a','\x17','\x86','\x74','\x4a','\x01','\xb6','\xf9','\x37','\x15','\x8a','\xf6','\xd0','\xfe','\x56','\xb4','\x66','\x1f','\xd6','\xd6','\xf6','\x9e','\x6c','\xed','\xd5','\xec','\x47','\x6b','\xb6','\xc5','\x65','\xd5','\x87','\xca','\xc3','\xf1','\xe4','\x69','\x63','\xd9','\x79','\x98','\x5d','\x70','\x61','\x8c','\xb5','\x1e','\x76','\x2e','\x3c','\x1c','\xf7','\xc0','\x67','\x80','\x12','\x57','\x15','\x5d','\xdd','\x59','\x18','\x75','\xfe','\xb3','\xc3','\xaf','\x3b','\x23','\xa3','\x3b','\x83','\xa3','\x89','\x88','\xbe','\xfb','\x9e','\xcc','\xe8','\x58','\x36','\x33','\x6a','\xfd','\x56','\xfa','\xdb','\xd6','\x3c','\x4d','\x9e','\x4e','\x32','\x87','\xb1','\x0b','\x6d','\xb4','\xc6','\x5a','\x5f','\x76','\xe2','\x17','\x0a','\x1e','\x5a','\x85','\x29','\xb5','\xa0','\xab','\x05','\xfe','\x96','\x1e','\x6f','\xad','\x17','\x46','\xd7','\xbf','\x3b','\xfa','\x47','\xd5','\x51','\x1a','\xd2','\x23','\x77','\x65','\xee','\x19','\xca','\x8e','\x29','\xd6','\x2e','\xf5','\xdb','\x13','\x2b','\xe1','\x05','\x58','\xef','\xed','\x1d','\x87','\x9e','\xfc','\x49','\x78','\xde','\x74','\xfe','\xe2','\x8f','\xc3','\x17','\x6f','\x87','\xff','\xb0','\x12','\x3e','\x87','\xf8','\xc2','\x8f','\x95','\x49','\x82','\x12','\xb1','\xc4','\x48','\x9c','\x92','\x27','\xa3','\x4d','\x9d','\x92','\x00','\xe5','\x7a','\x66','\x73','\xc7','\x19','\xa4','\xf4','\x27','\xd5','\x48','\xc8','\xd6','\x30','\xc8','\xf9','\x1d','\x65','\xda','\xdf','\xa4','\xc1','\x20','\xed','\x6f','\x84','\x17','\x83','\xce','\x35','\xb8','\x86','\xcf','\x37','\x60','\x2b','\xe4','\xeb','\x7d','\xe9','\x4c','\x42','\x39','\x03','\xfd','\x28','\x67','\xe2','\xca','\x19','\xe8','\x07','\x33','\x90','\x63','\x25','\xb6','\xa3','\xc4','\x14','\xc2','\x54','\xca','\x6c','\x8d','\x81','\x34','\x1c','\x70','\x80','\x55','\xfc','\x6e','\x16','\x73','\x54','\xa6','\xb4','\x5a','\x17','\x2a','\xf1','\x56','\x25','\xce','\xaf','\x17','\x5a','\xfc','\x3a','\x25','\xa0','\xb7','\x5a','\x85','\x0b','\x95','\x82','\x52','\xf9','\x6e','\xb2','\x52','\x3d','\x50','\x09','\x3d','\xd3','\xba','\xeb','\x5f','\xa0','\xa1','\xeb','\x0f','\x29','\x4b','\xfa','\x88','\xb2','\x6a','\x0f','\xc8','\x42','\x8e','\x09','\x3f','\x36','\x17','\x44','\x47','\x66','\x87','\x76','\x1d','\x73','\xfe','\xe0','\x58','\xe2','\xc8','\x6c','\xc2','\xaf','\x26','\x52','\x7c','\xbb','\x51','\xf3','\x7e','\x55','\x4f','\x35','\x75','\x7e','\xf5','\x8f','\x7e','\xd7','\x71','\x5e','\x27','\x8b','\x77','\x51','\x6b','\x28','\x39','\xa9','\x1c','\xd7','\x62','\x5f','\x5c','\x56','\xe7','\xa2','\xe9','\x64','\xc8','\x54','\x71','\xf2','\x58','\x91','\xe9','\x1a','\xd3','\x8f','\x43','\x3d','\x9d','\xff','\x65','\x2a','\x36','\xa0','\x39','\x48','\x87','\x7a','\x88','\x7b','\x34','\x17','\xf1','\x1f','\x15','\xa6','\xf6','\x4c','\xeb','\x7b','\x74','\xfd','\x47','\xa3','\x85','\x3d','\x7b','\xbf','\xbf','\x67','\xef','\xfa','\x8f','\x92','\x91','\x3d','\x77','\xdf','\xbb','\xe7','\xe3','\x63','\xbf','\xf4','\x2b','\x23','\xcd','\x4f','\xa4','\x6b','\x67','\xcd','\x79','\x19','\xce','\x60','\xa3','\xc2','\x15','\xef','\x8e','\x76','\xae','\xe4','\xbc','\x79','\x26','\xfc','\xaf','\xbf','\x05','\x2e','\xd9','\xff','\xf4','\x6d','\xf0','\xca','\x5a','\x28','\x11','\x3c','\x9a','\x08','\x1a','\x09','\xe3','\x68','\x9c','\x1e','\x7d','\x32','\x32','\xa7','\x0f','\x1e','\x0d','\x3c','\x70','\xb4','\xef','\xdf','\xce','\xed','\x78','\xeb','\xa8','\xf2','\xd0','\x51','\x75','\x71','\xce','\x0e','\x1e','\x15','\xae','\x00','\x97','\xcf','\xc4','\x4d','\x8f','\xf5','\xaa','\xb1','\x74','\xc2','\x7b','\x10','\xad','\xa3','\xa8','\x8d','\xe6','\x84','\xab','\xa9','\x8c','\x0e','\x43','\xf1','\xb2','\x8d','\x9e','\x1f','\xef','\x78','\xd0','\x4e','\x39','\x35','\x30','\xc3','\xc1','\x3f','\x5c','\x92','\x65','\x47','\x86','\x2c','\x6b','\x00','\x91','\xce','\x0d','\x39','\x55','\x26','\x7d','\xdb','\x96','\x69','\xbb','\xf3','\xed','\x18','\x38','\xdd','\x7e','\x24','\xdb','\x1f','\xad','\x05','\x1a','\x28','\xa4','\xa8','\x84','\xeb','\xe4','\x5c','\xf3','\x14','\x24','\x84','\xe9','\x2d','\xf5','\x62','\xee','\xc4','\x98','\xea','\xf5','\xb3','\xd1','\xff','\xac','\x00','\x3a','\xe5','\xc0','\xd6','\xa6','\x9d','\xb7','\xbc','\xae','\xee','\xd9','\xe8','\x31','\xdb','\xd2','\x8f','\x4b','\x8f','\x8c','\x0f','\xb6','\x9c','\x9f','\x12','\xe0','\xdb','\xcf','\xb1','\x64','\x4e','\x3b','\x68','\xdb','\xd2','\x3b','\x35','\x39','\x91','\xc2','\x78','\x98','\x42','\x30','\x67','\xfb','\xde','\xe0','\xc6','\xb6','\x74','\xe5','\xde','\xcf','\x8a','\xed','\xbc','\xe9','\x92','\xae','\x97','\x24','\xc3','\xf9','\x68','\xc7','\x7c','\xbe','\x9b','\x6f','\x95','\xc9','\xfe','\x52','\x71','\x18','\x6b','\x4d','\xb4','\x3e','\x23','\x9d','\xcb','\xca','\x11','\x82','\x45','\x29','\x18','\xae','\x2d','\x69','\x5c','\xeb','\x5e','\x16','\x94','\xd0','\x78','\x96','\x72','\x6b','\x43','\xe6','\x4a','\x08','\x38','\x58','\xc2','\x26','\x64','\x5b','\xc1','\xfb','\x2a','\x43','\x0a','\x6a','\xae','\xcc','\x91','\x7a','\xb3','\x0c','\x5e','\x9b','\xc7','\xcb','\xc6','\xbb','\x65','\xb4','\x42','\x7d','\xf3','\x54','\x96','\xcb','\x72','\xbc','\xdc','\x7f','\xf5','\x86','\xe3','\xfb','\xeb','\xa7','\xf1','\xe0','\x84','\x7f','\x50','\x26','\x43','\xd1','\x60','\x14','\x2b','\xa1','\x4d','\x1e','\x72','\xa8','\xd1','\x8c','\xec','\xd1','\x87','\x97','\xe8','\xad','\xe4','\x8e','\xd3','\x9a','\x2f','\xbd','\xe4','\x1f','\x09','\x1a','\x4e','\x33','\x99','\x70','\x0b','\xd2','\x09','\x37','\xe8','\xbd','\x1b','\x07','\x4a','\x3c','\x97','\x9f','\x6b','\x43','\x8b','\x47','\x26','\x3f','\xa8','\x17','\xd7','\x8f','\x66','\xff','\x6c','\x77','\xf6','\xb5','\x44','\xf6','\xb5','\x57','\xb2','\xaf','\x9d','\x99','\x79','\xcb','\xf7','\x99','\xbf','\x71','\x3e','\x73','\x03','\x67','\xd7','\xfd','\xd9','\xf5','\xfb','\xb3','\xeb','\x2c','\xbb','\x1e','\xcf','\xfe','\xb9','\x33','\xbb','\xce','\xde','\xe6','\xed','\x06','\x0b','\xde','\x80','\x3a','\x60','\xc0','\x49','\xb9','\x52','\x4f','\x0b','\xae','\xbe','\x9d','\x35','\x3a','\xcc','\x45','\xf4','\x1e','\xc1','\x52','\xb8','\x07','\x82','\x24','\x79','\x3b','\x4a','\x1b','\xfc','\x3a','\x89','\x06','\x0d','\x38','\xe2','\xc4','\x36','\x5a','\xbb','\xd6','\x7d','\x77','\x1b','\x87','\x7a','\xc3','\x7b','\x77','\x1f','\xca','\xf6','\x38','\x12','\xa7','\x5d','\x9b','\x11','\xe8','\x04','\xfb','\x05','\x9d','\x20','\xf8','\x93','\xbb','\x13','\x60','\x9b','\x7e','\xf8','\x9b','\xe1','\x8a','\x13','\xb8','\x26','\x26','\xb0','\xcf','\x70','\xee','\x59','\xc5','\x74','\xd5','\x0f','\x05','\xd1','\x65','\x44','\x1f','\x48','\xf2','\xeb','\x20','\xc2','\x11','\x07','\x48','\x7f','\x4e','\x1d','\x25','\x93','\x46','\xcb','\x3b','\x9f','\xed','\x41','\xa3','\xf0','\x6d','\x56','\x28','\xa3','\x4d','\x5f','\x6d','\xf7','\xa6','\x0a','\xf8','\x47','\xd4','\xc5','\x6b','\xd7','\x0d','\xdc','\xfc','\x5b','\x1e','\xa9','\x38','\x9f','\x12','\xb2','\x2d','\xf7','\x23','\x08','\x65','\xb2','\x37','\x85','\xa2','\x28','\x02','\x54','\x76','\x1a','\x12','\x7f','\xf4','\xc8','\xe6','\x4e','\xd6','\xbd','\xcc','\xe5','\xce','\x01','\xe9','\x66','\x6e','\x9c','\x76','\x3a','\xb3','\xfb','\x5d','\x60','\x6f','\x70','\xa3','\x52','\x36','\xae','\x29','\xff','\x71','\xef','\x08','\x46','\xb8','\x5f','\xc0','\xc3','\xe6','\x39','\x9d','\xa0','\x8c','\xf8','\x5a','\x92','\x5e','\xd5','\x94','\xab','\x26','\x5b','\x41','\xea','\x8a','\x99','\xae','\xd6','\xce','\xd7','\xe7','\x02','\xe6','\x61','\xbf','\xf0','\x3f','\x6f','\xe8','\x47','\xf3','\x6b','\xce','\x22','\x54','\x4d','\xdd','\xbe','\xf2','\x60','\xb7','\xde','\x9f','\x54','\x1a','\x94','\xb1','\x0f','\x63','\x99','\x06','\x44','\xfd','\xc1','\x4d','\xfd','\x48','\x6b','\xda','\x8a','\x19','\x7d','\x53','\xd4','\xfb','\x93','\x20','\x02','\x93','\x4f','\x66','\xa8','\xf7','\xc7','\x8d','\xe9','\x95','\x65','\x28','\xf6','\x77','\x87','\x7a','\x7f','\x9b','\xfa','\xc9','\x21','\x7f','\xee','\x6a','\xd0','\x75','\x52','\x61','\x3f','\x85','\x7a','\xc1','\x04','\x0d','\x13','\x34','\x46','\xd8','\xab','\x10','\x45','\x8a','\x04','\x58','\xa0','\xdb','\x16','\xf5','\x4e','\xb6','\x1b','\x9f','\xbc','\xb3','\xbe','\x95','\x4e','\x53','\xbc','\x5a','\x6f','\xfa','\xf9','\x29','\x0d','\x44','\x9b','\x21','\x8a','\xfa','\x04','\xb7','\x0d','\x1c','\x16','\x07','\xb6','\x3c','\x17','\xf2','\x4f','\xcb','\x8b','\x58','\x94','\xd2','\xc9','\x18','\xcd','\x51','\x19','\x8d','\x01','\x08','\xe6','\x7f','\x34','\x90','\xc6','\xfd','\xe9','\xe1','\xbb','\xd4','\xdb','\x43','\x4c','\xdf','\x49','\x33','\xbb','\x23','\x78','\xa2','\x3f','\xb0','\x80','\x71','\x14','\xa4','\xf0','\x36','\xfd','\x08','\x77','\x19','\xff','\x16','\xb7','\x5c','\x47','\x53','\x0d','\xfe','\x44','\x1c','\x98','\x8c','\x61','\x51','\xc6','\x7a','\x58','\xa5','\xb7','\xf9','\x76','\x06','\x95','\x34','\x3c','\x7b','\xc2','\x2d','\xf2','\x21','\xfa','\x01','\xea','\x5d','\xaf','\x13','\xe7','\x2d','\xbf','\x02','\xf5','\x58','\xfd','\x8a','\xca','\xe1','\x1e','\xc8','\xf6','\x1e','\xee','\x6c','\x6a','\xf0','\x57','\x11','\x58','\x69','\x26','\x79','\x2f','\x3d','\xf7','\x23','\xa2','\xa0','\xfd','\xf2','\xa5','\x7a','\x02','\x29','\x89','\xa8','\x77','\x4d','\x09','\x65','\x4c','\x4e','\x39','\x32','\xb7','\xbf','\x34','\x3f','\x7c','\x1e','\x64','\x09','\xbf','\xb6','\x1b','\x03','\x27','\xd5','\x04','\xae','\x2f','\xd0','\x94','\xac','\x85','\x36','\x3f','\xd7','\xcd','\x33','\xda','\xaa','\x38','\x55','\x59','\xed','\x56','\x45','\xdc','\x5c','\x18','\x71','\x5b','\x7f','\xef','\xa6','\x7e','\xec','\x03','\xc6','\x8f','\x1a','\xc1','\xab','\x50','\x1d','\xd2','\xff','\x26','\x93','\xed','\xfa','\xf0','\xab','\xcb','\xc1','\xbf','\x86','\x72','\x1b','\xe8','\xf3','\xe2','\x17','\x2f','\xd7','\x87','\x0f','\xa4','\x6a','\xaf','\x7f','\xa2','\x9f','\xd6','\x50','\xce','\x94','\x4b','\x60','\xb7','\x06','\xec','\x2d','\xe3','\xfc','\xa1','\xa5','\x1e','\xa1','\x2e','\x12','\xcc','\x16','\x42','\x7c','\x84','\x41','\xa9','\xc7','\xe7','\x49','\x81','\x52','\x0d','\xca','\xb4','\x6d','\xf3','\xbe','\x9c','\xb7','\xf0','\x31','\x8d','\xc3','\x1d','\xe4','\xf6','\x71','\x21','\x78','\xc2','\x7d','\x28','\xcd','\x21','\x3b','\xd7','\xa5','\xb5','\xa4','\x7c','\x9a','\x9b','\x4e','\xe6','\x53','\xcd','\x5a','\xa0','\x36','\x27','\x7b','\xcf','\x25','\xde','\x17','\xc6','\x9a','\xdf','\x6f','\x5c','\x6b','\x60','\x6a','\x62','\x64','\xa6','\xde','\x68','\xe1','\xe0','\x22','\x07','\xff','\x84','\xa1','\xed','\xd3','\x9d','\xe0','\x2c','\xcf','\x6e','\xf4','\xa3','\xe1','\xa2','\x38','\x4f','\xf1','\xfa','\x09','\x62','\x2d','\xe4','\x37','\xb8','\xbd','\x12','\x6d','\x62','\xc5','\x4c','\xfd','\xd1','\x12','\x26','\x16','\xa6','\x25','\xe3','\x0f','\xa1','\x90','\xe2','\xcf','\xec','\x27','\x80','\x22','\xa2','\x98','\x13','\xcc','\x28','\xa7','\x31','\x28','\x8a','\x9e','\xd0','\x8c','\x46','\x8d','\xbf','\xa3','\x5a','\x8e','\xa3','\xac','\x69','\x37','\x38','\x8c','\x1a','\xd4','\xe9','\x6e','\xe3','\xa7','\x31','\x33','\x1e','\x33','\x7d','\x23','\xa6','\x9c','\xe3','\xbb','\x80','\x03','\x75','\xa9','\xe4','\xd3','\xe8','\x69','\xe0','\xfd','\xa0','\xf9','\x40','\x13','\xb8','\xcb','\x86','\x58','\x3e','\xc6','\xf2','\x59','\xcd','\xf0','\x43','\xa6','\x39','\x54','\x33','\x26','\x4c','\x66','\xcc','\x41','\x63','\x09','\xc3','\x49','\x20','\x96','\x50','\x58','\x82','\xb0','\xdd','\x40','\x5b','\x04','\xc5','\x03','\x39','\x16','\x24','\x51','\x57','\xb7','\xe7','\x3c','\xb7','\xb7','\x3e','\x6c','\x6f','\xed','\x54','\x44','\x4d','\x44','\xb5','\x94','\xd3','\xe8','\xaf','\x51','\x37','\x66','\xd5','\x71','\xc9','\x2d','\xe7','\x61','\x43','\x47','\xd7','\x44','\xc8','\x85','\x1d','\xb1','\xd6','\x69','\xf6','\x75','\x3a','\x53','\xa5','\x33','\xeb','\x94','\x5c','\xa7','\x4e','\x73','\x50','\x9d','\x70','\x14','\xd7','\x0d','\x7c','\x94','\xa2','\x8b','\xd4','\xf9','\xa0','\x2c','\x4b','\x02','\xac','\x5d','\x8e','\xde','\x45','\x83','\x3a','\x26','\x3d','\x85','\x1a','\x69','\xd4','\xad','\x37','\xd1','\x2e','\x40','\xe0','\xc9','\x5b','\x88','\x1a','\x10','\xa2','\x3b','\xcd','\x75','\x28','\x88','\xd0','\x36','\x65','\x9a','\x0e','\x50','\x6e','\x85','\xf2','\x9b','\xa4','\x41','\x1a','\x11','\x96','\x3b','\xe9','\xec','\x5f','\x91','\x62','\x11','\x5c','\x2b','\xc7','\x35','\xa7','\xa9','\x09','\xfe','\xd1','\xe3','\xd1','\x9b','\x05','\x9a','\xd7','\xe9','\x54','\x3e','\xfa','\x83','\x3c','\x2d','\xf0','\x0f','\x8f','\xd3','\xe3','\x9f','\x73','\x3e','\x78','\x1b','\x68','\x85','\x34','\xf8','\x60','\x66','\x96','\x1d','\x3f','\xcc','\x8a','\x22','\xf0','\xdd','\x68','\x8a','\xc0','\x77','\xdc','\xc3','\x63','\xdf','\x85','\x98','\x78','\x55','\xd4','\x0b','\xc9','\xf2','\x00','\x51','\xb4','\x20','\x06','\x7d','\x1c','\x7c','\x5a','\x53','\x22','\xf3','\x11','\xe4','\x72','\x2c','\x84','\x14','\x62','\x46','\x88','\x96','\x24','\x6a','\x11','\xe2','\xde','\x73','\xa6','\xf3','\x6e','\xb0','\xcf','\x0a','\xf5','\x99','\x91','\x3e','\x33','\xd9','\x67','\x6a','\xf7','\x99','\x6b','\xe1','\x85','\x40','\xd8','\x0a','\x85','\xcd','\x48','\xd8','\x4c','\xc6','\x80','\xcc','\xdc','\x8e','\x2d','\xf8','\x46','\x2c','\x5f','\xce','\xf4','\x8d','\x9b','\xf2','\x3c','\xff','\xa3','\x22','\xd4','\x3c','\xd8','\x2e','\x57','\xd1','\x0b','\x31','\x4a','\xa4','\xb7','\x14','\x07','\xe9','\x51','\xc1','\x94','\x2d','\xbc','\xdf','\xe2','\x6b','\xeb','\xf1','\xab','\x38','\x74','\xdb','\x78','\x20','\x0b','\xf5','\x5e','\xa1','\xd1','\x43','\x34','\x2d','\x74','\x07','\xec','\xf5','\xec','\x55','\xac','\x70','\x21','\x4e','\x8b','\x20','\x1a','\x33','\xbc','\x62','\x8b','\xe8','\x88','\xc5','\xf0','\xfc','\xb9','\xf0','\xc5','\xe7','\xc3','\x1f','\x94','\xc3','\xf3','\xcb','\xb1','\x79','\xdb','\x0d','\x96','\x18','\x81','\x78','\x89','\xd3','\xe3','\x17','\x4f','\x9f','\x7f','\x73','\x21','\x20','\x39','\x7e','\xa8','\xcf','\xb8','\x5d','\x3f','\x70','\xa4','\x81','\x86','\x4a','\x81','\x21','\xac','\x0f','\x19','\xb7','\xe1','\x64','\x44','\x20','\xe1','\x41','\xdf','\x6d','\xdc','\xce','\x23','\x3c','\x81','\xf0','\x02','\xdf','\x10','\xc0','\x91','\x85','\xef','\xd4','\x4f','\x18','\xab','\xb4','\x92','\x14','\x75','\x41','\xd3','\x14','\x5b','\x43','\xfc','\x67','\x86','\x4d','\xc6','\x31','\x96','\x66','\x63','\x9a','\xaa','\x33','\xad','\x12','\x19','\x2f','\xf5','\x97','\x30','\x76','\xa7','\xdd','\x76','\xfd','\xc0','\xf3','\x86','\x11','\x04','\xab','\x84','\x4d','\x02','\x70','\x9a','\x6e','\x43','\x94','\x80','\x27','\x1c','\x23','\x7c','\xb6','\xa5','\x51','\xba','\xa8','\x99','\xb5','\x88','\xcb','\x4b','\xbc','\x7d','\x3f','\x66','\x8d','\xd6','\xec','\xb0','\x0d','\x21','\x88','\x43','\xc8','\x8e','\x98','\x36','\xad','\x55','\xc3','\xd7','\x5a','\xb1','\xd3','\x24','\x71','\x9a','\xfe','\xea','\x3c','\x1d','\x99','\x5f','\xce','\x99','\x35','\x38','\x14','\x9b','\xbf','\x22','\x95','\x86','\xa5','\xf2','\x76','\xfd','\x98','\x2a','\xd5','\x92','\x5e','\x5a','\x03','\xb2','\x20','\x84','\xc6','\x3d','\xd3','\x01','\x82','\x49','\x30','\xa9','\x18','\xd3','\x54','\x06','\xac','\xb0','\x69','\x0d','\x8a','\x39','\x48','\x26','\x08','\xde','\xde','\x7e','\x3a','\x2f','\x8b','\x72','\x71','\x83','\x6c','\x48','\x6c','\x71','\x9a','\xde','\x9a','\x14','\x45','\x91','\x0e','\xbe','\xd7','\x82','\x93','\xd8','\x74','\x50','\x6d','\xb0','\x93','\xab','\x4e','\xc6','\x66','\xa6','\x0d','\x7b','\x81','\x64','\x76','\xfb','\x71','\x9f','\x28','\x7c','\xeb','\x14','\xff','\x79','\xb8','\x22','\xe8','\x24','\x1c','\x3c','\x03','\xe0','\xdf','\x82','\x10','\xd9','\x16','\x5b','\xc7','\x31','\xa7','\x32','\xb6','\x98','\x51','\x17','\x33','\x9a','\x53','\x49','\x07','\x43','\x66','\xd0','\x82','\x54','\xcd','\xda','\x8d','\xde','\xf3','\xf7','\x24','\x0d','\x6d','\x2c','\x38','\xbe','\x01','\x9d','\x3a','\xd1','\xdb','\xce','\xc3','\x80','\x5b','\xf4','\xa4','\x0d','\x3d','\xff','\x0f','\x84','\xcf','\xb8','\xe9','\xd3','\xf2','\x3e','\x0d','\x34','\x5d','\x07','\x49','\xa0','\x6f','\x6c','\xba','\x8d','\x0e','\xc5','\xb7','\xf8','\x72','\x4f','\x60','\xdb','\xba','\xa1','\x26','\x00','\x07','\x89','\x11','\x37','\xe6','\x0e','\x83','\x9b','\xa5','\x5e','\x13','\xf1','\x87','\x5e','\xfe','\x0e','\x00','\x67','\xcf','\x3b','\x59','\x0b','\x65','\x17','\x51','\xb6','\x8c','\xb2','\x4b','\x34','\x7b','\xa5','\x99','\xb5','\x8b','\x59','\xb3','\x96','\x9d','\xb7','\xb3','\x0b','\x66','\xf6','\x2c','\xca','\x9e','\x43','\x86','\xe5','\x4b','\x97','\x7d','\x69','\xea','\x43','\x1c','\xc3','\x01','\xbe','\x27','\x21','\x79','\xf3','\xfd','\x74','\x6f','\x06','\xf2','\x2a','\xcc','\x76','\x50','\x0d','\x93','\xfe','\x4d','\x43','\x7a','\x91','\x49','\x4b','\x9a','\xcc','\x6d','\x24','\x62','\xe3','\x00','\xd8','\x56','\x34','\x60','\xb3','\x88','\x63','\x17','\x8f','\xc8','\x66','\x68','\x9b','\x7e','\xf8','\x48','\xba','\xbb','\xb9','\x77','\xc2','\x6e','\x63','\x54','\x14','\x65','\xdc','\x87','\x6d','\x54','\xf1','\x82','\x4f','\x3c','\x8e','\x1d','\xaf','\x6c','\x0f','\xe0','\xb4','\x77','\xf6','\xda','\x89','\x37','\xe8','\x77','\xfe','\x16','\x2a','\x6a','\x09','\x7a','\x16','\x20','\xa9','\x9b','\x37','\xe5','\x7e','\xf8','\xeb','\x45','\xa1','\x04','\x46','\x3a','\xf9','\x27','\xbd','\x04','\xec','\x88','\x7e','\xe8','\x38','\xb7','\xcf','\xe8','\x37','\x39','\x9f','\xf9','\x8a','\xba','\x89','\xc8','\x30','\x82','\xcc','\x77','\x38','\x4f','\x01','\xff','\x0f','\x82','\x74','\x0e','\x9b','\xb4','\x91','\x5d','\xaa','\x64','\x2f','\x39','\xd9','\x72','\x65','\x1b','\x5c','\x6a','\xb9','\x0d','\xa3','\x5c','\x49','\x73','\x50','\xaf','\xe4','\x22','\x24','\xa7','\x88','\x00','\xeb','\xd0','\x40','\x93','\x44','\xa1','\x0c','\x64','\xb6','\xdc','\x8b','\xaa','\xf8','\xc5','\xde','\x4f','\x6a','\xd9','\x32','\xd0','\x7a','\xa7','\x2f','\xfd','\x4e','\x7a','\x36','\x8e','\x58','\x1c','\xa9','\x83','\x48','\x8e','\x22','\xe7','\x3c','\x0c','\x90','\xe0','\xc3','\x27','\x5e','\xaa','\x0b','\xca','\x5e','\xc0','\xe2','\x7e','\xf0','\x66','\x40','\x9f','\x5e','\xdb','\x28','\xe3','\x34','\x87','\x5b','\xe4','\xd1','\xbd','\x19','\xea','\xe6','\xb5','\x11','\x92','\x6a','\xf1','\x7e','\xb2','\xf3','\x1c','\x8b','\xd9','\xf9','\x73','\xd9','\xaf','\x5b','\xd9','\x67','\xad','\xec','\xc5','\x72','\xf6','\xe2','\x52','\xf6','\xe2','\x65','\xf1','\x79','\x29','\xeb','\x38','\x59','\x41','\x69','\x9e','\x9e','\xdf','\x92','\x24','\xc5','\x47','\x4c','\xf1','\xd2','\x76','\x38','\xb2','\xe5','\x36','\x2e','\x35','\xe1','\xb9','\xbc','\xc7','\x71','\x47','\xcc','\x7b','\x3a','\x78','\x2e','\x0e','\xe0','\xd9','\x8e','\xa3','\xf0','\xff','\x4b','\xc4','\xd7','\xf5','\x43','\x54','\xb5','\x0f','\x85','\xc0','\x60','\x57','\x08','\x0e','\x66','\xcf','\x90','\xec','\xe2','\x5c','\xf6','\x4a','\x25','\xfb','\x02','\xce','\x2e','\xa1','\x6c','\x89','\xb5','\x31','\x06','\x37','\xd3','\xfe','\xa7','\x61','\xb1','\x34','\x47','\x50','\xec','\x23','\x8a','\x47','\x15','\xd8','\xad','\xfb','\x26','\x20','\x98','\xbe','\x2a','\xba','\xd6','\xc3','\xfa','\xe5','\xe2','\x78','\x45','\x3f','\xe9','\xe8','\x33','\xd8','\x78','\x1b','\x6b','\x33','\x90','\xc5','\xe9','\xad','\xa5','\xfe','\x96','\xd7','\xf8','\x87','\xcc','\x67','\xdc','\x99','\xcf','\x78','\x2b','\x5b','\x72','\xa0','\xcd','\x23','\xdd','\xce','\x4b','\xb2','\xf8','\x68','\x8b','\x21','\x35','\xbb','\x03','\x6b','\xa2','\xac','\xc9','\xb2','\x66','\x5c','\xb4','\x59','\x76','\x49','\x3c','\x54','\x89','\xa5','\x71','\x4f','\xfd','\x1c','\x37','\x0e','\x6d','\xdb','\x75','\xaa','\xa5','\xa5','\xbf','\x67','\xfd','\x25','\xfa','\x34','\xa6','\x32','\x16','\xc7','\xb8','\x70','\xd6','\x1f','\x94','\xa5','\x73','\x72','\xee','\xf9','\x7e','\xb3','\xe1','\xa0','\x1f','\x3c','\x2d','\xfd','\xdd','\x84','\xfc','\x71','\x99','\x0c','\x47','\x59','\x3f','\x10','\x4c','\x6c','\xcc','\x93','\x82','\x3b','\x79','\x76','\x31','\x7b','\xd1','\x02','\xf0','\xc6','\x4b','\xe5','\xec','\xbf','\xff','\x4a','\xf6','\x7f','\x7e','\x31','\xbb','\x7a','\x35','\xbb','\x90','\xe6','\x30','\x4a','\x6a','\x9a','\xc3','\xcf','\x40','\x90','\x07','\xb9','\x92','\xda','\x8f','\x54','\xc8','\xff','\xf2','\x92','\x92','\x44','\x57','\x30','\x6d','\xae','\xb4','\xb2','\x2f','\x59','\x1e','\xb8','\xf0','\xd9','\xd4','\xfe','\xa2','\x69','\x7c','\xd1','\x4c','\xff','\x2b','\x37','\x69','\xc2','\xdc','\xc0','\x7b','\x29','\xad','\x85','\xc6','\xcf','\x92','\x58','\x89','\x84','\x2d','\x12','\x5e','\x84','\x89','\x07','\xb7','\x64','\x89','\x09','\xdc','\x3b','\x9d','\xba','\x6d','\xa3','\x4c','\xd2','\x1c','\x5b','\x78','\xd5','\x3a','\xe3','\xe3','\xbe','\x2c','\x3f','\xb3','\xc5','\x2b','\x80','\xd8','\x36','\x77','\x32','\x88','\x06','\xd8','\x98','\x42','\xd2','\x80','\x21','\xa9','\xf8','\xc8','\xdd','\x23','\xd6','\x6e','\xfa','\x7c','\x3e','\x48','\x35','\x57','\xb1','\x83','\x7c','\x34','\x15','\x66','\x33','\xff','\xa2','\xa1','\xec','\xb3','\xa5','\xec','\xd7','\x4d','\x77','\x28','\xb2','\x25','\x15','\x26','\x9e','\x45','\xb3','\x8b','\x91','\xec','\x52','\x7f','\xf6','\x32','\x97','\xba','\x0d','\xfe','\x4f','\xc3','\xa2','\x69','\x0b','\x02','\xab','\x7b','\xe3','\x9f','\x37','\xdf','\x0f','\xea','\x92','\xdb','\x60','\x2f','\x15','\x44','\xe7','\xef','\xab','\xdd','\x3e','\xde','\x13','\x81','\xdf','\x3d','\xaf','\x07','\xa4','\x71','\x44','\x14','\xd6','\xa1','\x5a','\xed','\xa2','\x66','\x5f','\xd4','\xaa','\x17','\x4f','\xb6','\x44','\x83','\xa3','\x72','\xd1','\x70','\x2e','\x6a','\x48','\x00','\xbe','\xeb','\x68','\x55','\xf3','\xd1','\x96','\xb9','\x2d','\x5f','\xe5','\x76','\xf7','\xe3','\x26','\xc9','\x4e','\x49','\x38','\x37','\x2f','\x92','\xb8','\xaf','\xe2','\x4e','\x4a','\xb5','\x5b','\x51','\xce','\x83','\x97','\xa2','\x7b','\x44','\x13','\xfe','\x84','\xcd','\xfd','\xb4','\x23','\x2d','\x21','\x0c','\x0c','\x5c','\x5e','\x6d','\x32','\x58','\xc2','\xfa','\x5b','\xdd','\xfc','\x32','\x20','\x86','\x25','\x1f','\x3a','\x9f','\xb7','\xdb','\x2f','\xfa','\x9c','\x2b','\x8c','\x0e','\xdb','\x14','\xc3','\x7e','\x41','\x4d','\x3f','\x85','\x42','\x48','\x52','\xd9','\x94','\x2e','\x7a','\x79','\x91','\x48','\xc5','\xa1','\x94','\x03','\x86','\x35','\xc3','\xd9','\x65','\x0c','\xf3','\x90','\x5f','\x97','\x6b','\xd9','\x65','\x3b','\xfb','\x27','\xaf','\x66','\xff','\xa4','\xe2','\xe1','\x3f','\xb4','\xf8','\xd5','\x58','\xb6','\xd3','\x9a','\x9d','\xfe','\xdc','\xab','\xc0','\x4b','\x53','\xad','\x20','\xab','\x22','\xf5','\xb7','\x7c','\x5b','\xd6','\x7b','\x67','\x7c','\xb6','\x35','\xb1','\x41','\x72','\x06','\x14','\xa2','\x47','\xfa','\x6f','\x27','\x21','\xff','\x3b','\x70','\x9a','\xe8','\x3e','\xa7','\x24','\xcf','\x06','\x9c','\xf4','\x76','\xfb','\x69','\x7c','\x23','\x33','\xa7','\x5b','\xec','\x62','\x2f','\x61','\xd7','\xb8','\x29','\xe4','\xa9','\xd7','\xc2','\x2c','\xf2','\xda','\x22','\x30','\x46','\x4c','\x95','\x10','\x12','\xfb','\x85','\xcf','\x9f','\xfd','\xfa','\xd9','\x6c','\xf9','\x5c','\x76','\x31','\x98','\x35','\x15','\x58','\x0b','\xf3','\x96','\x07','\x90','\xcc','\x5e','\xdb','\xb8','\xd4','\xdc','\x2c','\x9f','\xdb','\xf5','\x26','\xc4','\x7a','\x3f','\xd3','\x16','\xf5','\xa7','\xbb','\x22','\xd4','\x62','\xd9','\xdf','\x4b','\x65','\xbf','\x7c','\x29','\xfb','\x87','\x5c','\xc6','\xd2','\xec','\xd9','\x26','\x4c','\xe6','\xaf','\xb0','\xf4','\x1f','\xb0','\xb4','\x2c','\x88','\x49','\x65','\x6e','\x50','\xa6','\x10','\x1d','\x06','\x79','\xb6','\x65','\x7d','\x79','\x2f','\x4b','\x84','\x99','\x05','\x50','\x23','\xe2','\xa4','\x6a','\x10','\xfd','\x04','\x41','\x26','\xdc','\x1c','\x73','\xd1','\xdb','\xa6','\x47','\x4f','\xd1','\xa3','\x50','\xd7','\x03','\xee','\x47','\x4e','\x73','\xc0','\x82','\x3a','\xc3','\xbc','\xd5','\xf4','\xbf','\xde','\xce','\xda','\x08','\xe4','\xe1','\x65','\x02','\x2f','\xf1','\xe5','\xac','\x0b','\xe3','\x4a','\x33','\xfd','\xf2','\x86','\xb8','\x77','\x14','\x9f','\x45','\x6c','\xf3','\xfe','\xee','\xbd','\x32','\x1f','\x4a','\xde','\x34','\x21','\xd5','\xac','\x22','\x4a','\x95','\xad','\x61','\xf6','\xda','\x1a','\xfb','\xce','\x22','\x5b','\x31','\x53','\x2b','\xfc','\xf3','\x34','\xe0','\xaa','\xca','\x2a','\xc9','\xd4','\x5a','\x94','\xad','\x87','\x18','\xc3','\x1b','\xf8','\x96','\xdb','\xbe','\x23','\x58','\x1a','\x57','\xb1','\x71','\xd3','\x69','\xb3','\x16','\x60','\x63','\xb5','\xc5','\xaf','\x9b','\xd6','\xd1','\x86','\x3f','\xad','\x90','\x10','\xec','\x83','\x16','\x47','\xb6','\x6c','\x09','\x91','\x65','\x79','\x70','\xdb','\xa6','\x99','\xbd','\x5c','\xca','\x5e','\x71','\xb2','\xcb','\xa5','\xec','\xf2','\x8b','\xc6','\xf2','\x2b','\xe9','\xe5','\xdb','\xe9','\xd4','\x73','\x68','\x6c','\x63','\x9d','\x08','\x77','\xbd','\x8b','\xdc','\xed','\x8b','\x2e','\x0c','\xbe','\xde','\x31','\xac','\xf1','\xe3','\xf8','\xe2','\x49','\xe7','\xe2','\x0c','\xf6','\x70','\xb2','\xe5','\xcc','\x60','\x33','\x0b','\xb5','\x6d','\xd1','\xb5','\x16','\x12','\xa5','\xaa','\x25','\x82','\x7d','\xee','\x16','\xb6','\xe9','\x7d','\x29','\xc4','\x0b','\x3f','\x56','\xb7','\xb7','\xc1','\x09','\xb1','\x91','\x65','\xa2','\xb7','\x2f','\x48','\x7f','\xf1','\x53','\xd9','\xfa','\xbd','\x00','\x91','\x23','\xfd','\x8e','\x16','\x68','\x6d','\xea','\x27','\x8e','\x2c','\x2e','\x55','\x84','\x5b','\x7b','\x63','\x70','\x75','\xdb','\x27','\xec','\x07','\xc3','\x90','\xde','\xe5','\x34','\xf9','\x1f','\x54','\x41','\x67','\x02','\x9f','\x86','\xd0','\xb9','\xe0','\xbc','\x5b','\xc1','\xd8','\xc5','\x85','\x4c','\xe6','\xc2','\xdc','\xdc','\x05','\x4d','\x03','\xe8','\xfa','\x05','\xc3','\xb8','\xe0','\x7e','\x38','\x36','\x76','\xe1','\xde','\x7b','\x2f','\x84','\x42','\xbc','\xd1','\xba','\x75','\xeb','\x74','\x26','\x03','\xd1','\x9c','\x6e','\x86','\xf0','\xac','\x90','\xf3','\x69','\x12','\xf1','\xd2','\xcd','\x10','\xcd','\xd7','\x2f','\x4e','\x29','\x5d','\xf0','\x7f','\xba','\xc2','\xf0','\xe4','\xe1','\x8b','\x4f','\xec','\x71','\xe1','\x3c','\xb1','\x67','\xfe','\x89','\x3d','\xe6','\x56','\xde','\xb9','\x8d','\xcf','\x85','\xc0','\x21','\x40','\xf0','\xd4','\x11','\xe7','\xdd','\xba','\xab','\xe1','\x1b','\x37','\xb1','\x9e','\x77','\xf4','\x3c','\x35','\x6e','\x52','\x1d','\x4a','\xaa','\x40','\x03','\xce','\xea','\x47','\xa9','\xf3','\x13','\x8a','\x09','\x85','\x4a','\xf0','\x0a','\x6d','\xaf','\x2f','\xd8','\xdc','\x49','\x50','\xcc','\x67','\x3e','\xab','\x4f','\x67','\xbc','\xcd','\xfd','\x52','\x23','\x5b','\xa6','\x80','\x76','\xc3','\xb8','\xd4','\x10','\xeb','\x54','\xa4','\xe5','\x6e','\x50','\xa5','\x20','\x37','\x39','\x98','\x6a','\x06','\x25','\xf3','\x61','\xe9','\xcc','\xc3','\x46','\xeb','\x61','\x84','\x1e','\x26','\xf4','\xe1','\xa0','\xf2','\xb0','\x31','\x07','\x57','\x8e','\xfe','\xbb','\x1f','\x9e','\x35','\x1e','\x56','\x11','\xff','\x96','\x61','\xb4','\xc6','\x89','\x26','\x92','\x61','\xdd','\x92','\x25','\x79','\xa4','\x19','\x92','\x79','\x04','\x49','\x8b','\xa1','\x94','\x45','\xe4','\x49','\x22','\x4f','\x65','\x5f','\x9c','\xc8','\x3e','\x37','\x9a','\x7d','\xfe','\xfe','\xec','\xa2','\x92','\xfd','\xda','\xf7','\xbd','\x3d','\xeb','\x1a','\xec','\x59','\x2e','\x8c','\xf3','\x8d','\xb4','\x89','\xb8','\xf9','\x85','\xfc','\x49','\x51','\x70','\x91','\x5b','\xf0','\x19','\x18','\x1f','\xf0','\x02','\xb0','\x10','\x56','\x89','\xef','\x58','\x57','\x45','\x04','\xc9','\xd3','\x16','\x20','\xfc','\xd1','\x4e','\x1f','\xcf','\x9e','\xd7','\xb3','\xdf','\x9e','\xca','\x5a','\x1a','\x7c','\x62','\x15','\x0c','\x6b','\x34','\x7d','\x7e','\x6f','\x7a','\x96','\xa2','\xbd','\x1f','\x47','\xe4','\x73','\xe8','\x0b','\x67','\xc1','\xd2','\x93','\x11','\xe4','\x0b','\x63','\x13','\xe8','\x11','\x08','\xcb','\x96','\xa3','\xd9','\xe5','\x4f','\x64','\xaf','\xdd','\x12','\x9a','\x0f','\xca','\xbe','\x98','\xcd','\x5e','\x99','\x83','\xab','\x8b','\x3f','\x9d','\x35','\xf8','\xfd','\x2c','\xa9','\xe9','\x88','\x28','\x7a','\x32','\xc6','\xd0','\xee','\x19','\x34','\x91','\x41','\x66','\x69','\xab','\x7c','\xe6','\x33','\xad','\xd4','\x28','\x7e','\x02','\x1d','\xdf','\xd7','\xd4','\x93','\x68','\x4a','\x41','\x5a','\xb2','\xa1','\x3f','\x24','\x3b','\x16','\xd2','\x22','\x8d','\xc7','\x0e','\xa3','\xc7','\xf6','\xa2','\xc7','\xb2','\x8d','\x75','\x6b','\x71','\x9d','\x2c','\x5a','\xf4','\x8b','\xa5','\xc6','\x7b','\x01','\xe6','\xf3','\x6d','\xed','\x67','\x22','\x84','\x80','\x6b','\x2b','\xda','\xd0','\xa9','\x56','\x38','\x60','\x1f','\x5f','\x45','\x85','\x80','\x39','\x45','\xea','\x79','\x96','\xca','\xdf','\x3c','\x97','\x4f','\xa0','\x93','\xa9','\x06','\x37','\xe5','\xb4','\x4b','\x0d','\x91','\xf0','\x06','\xb4','\x93','\xda','\x96','\xfd','\x14','\x9c','\x1d','\x36','\x49','\xfc','\xb8','\x75','\x04','\x11','\x76','\x94','\xb2','\xdc','\xe5','\x68','\xad','\xa2','\x46','\x1d','\x66','\x56','\x0c','\x7b','\x2d','\x13','\x5c','\x2f','\x7d','\xe2','\xaa','\xf1','\xb6','\xc3','\x57','\xd9','\xd0','\xa0','\x1d','\xbe','\x68','\xc7','\x96','\xeb','\x9a','\xc6','\x75','\xea','\x61','\xd0','\x7b','\x03','\x84','\xec','\x3d','\x42','\x62','\x84','\xc4','\xde','\xce','\xbe','\x44','\x00','\xff','\xe9','\x70','\xf6','\xa5','\x6a','\x76','\xd9','\x93','\x81','\x7c','\x58','\x3a','\xf2','\x10','\x44','\xa2','\xe3','\xa4','\x17','\x51','\x3a','\xa4','\x76','\xa9','\xfe','\xd3','\x82','\x61','\x02','\xb3','\x50','\x3f','\x5f','\xda','\x2a','\x9f','\x17','\xa0','\x77','\x5d','\xf6','\x03','\x78','\x63','\x29','\x9d','\x7d','\xe1','\x54','\x76','\xe9','\x68','\xb6','\x35','\x91','\x5d','\x36','\x60','\xd8','\xaf','\x34','\x8c','\xaf','\x07','\xd3','\x1c','\x10','\xda','\xbe','\x84','\x82','\xbf','\x87','\x22','\x0b','\x90','\x9f','\x6b','\xcf','\x6d','\x7e','\x2e','\x09','\x4e','\xd6','\x02','\xff','\xe5','\xcc','\x5c','\x7f','\x0b','\x07','\xcf','\x38','\x6f','\x9d','\x09','\xf5','\x37','\xa3','\x8b','\x67','\xc6','\xde','\x3a','\x53','\x39','\xd9','\x24','\xe8','\x21','\xe2','\x7f','\xc8','\xf9','\xfb','\x49','\x5a','\xfa','\xcd','\x81','\xd2','\xdc','\x03','\xfe','\xa3','\x21','\x32','\x31','\xb4','\x6e','\xd4','\xae','\x1f','\xd9','\x6e','\x7d','\x61','\x7c','\xd2','\x31','\xea','\x36','\x78','\x47','\x5f','\x6d','\xaa','\x19','\x92','\xaa','\x10','\xf5','\xc1','\x26','\x5c','\x33','\x5e','\x03','\x8d','\x11','\x87','\x8b','\x0e','\x1f','\x0a','\x2f','\x50','\x56','\x09','\xd9','\x37','\x70','\x10','\x05','\xc9','\x1c','\x99','\x44','\x93','\x05','\xa7','\x30','\x8a','\x46','\x79','\x9b','\x3f','\xf3','\xae','\xb9','\x5d','\x0e','\x72','\x9e','\x40','\x4f','\x04','\xe7','\x82','\xbf','\x72','\x34','\x7b','\xe8','\xe8','\x6f','\x3f','\x71','\xf4','\xe1','\xc5','\xb9','\xc5','\x20','\x64','\x83','\x6f','\x36','\x09','\x3b','\xf6','\xa0','\xfb','\xb9','\x9b','\xf4','\xd1','\xbf','\x5a','\x0f','\x1e','\x55','\xf8','\xd5','\xab','\xb7','\x25','\xa1','\x83','\xef','\xd8','\x6c','\xbe','\x94','\x72','\x1c','\x41','\x69','\x45','\xe3','\xff','\x84','\xee','\x1a','\x50','\x76','\xd7','\x97','\xa7','\x94','\xcb','\x47','\x15','\xed','\xb3','\x75','\xe7','\xdc','\xc0','\x0b','\xc1','\x7b','\x61','\x0b','\xf0','\xf9','\x83','\xf2','\xd9','\x90','\x8c','\x49','\x20','\x14','\xe1','\x72','\xc0','\x15','\xa1','\x94','\x69','\x8a','\x9a','\x56','\xd3','\xdc','\x4a','\x42','\xfc','\xca','\xdb','\xfc','\x93','\xa0','\xa2','\xba','\xdf','\x05','\x71','\x41','\x28','\xff','\x79','\xfe','\x5b','\x32','\xee','\x18','\xfb','\xbd','\x79','\x97','\x5c','\x38','\xab','\x21','\xda','\x29','\x22','\x09','\xa1','\xf8','\x61','\xba','\x1e','\x2b','\x5b','\xea','\xf7','\x70','\xfa','\xaf','\xb1','\xb9','\xf9','\x1c','\xb6','\x4b','\x8d','\xe8','\xf5','\xd3','\xfe','\x46','\xb2','\xed','\x59','\x4b','\x39','\x8d','\xb6','\x97','\x6d','\x53','\x45','\x4e','\x5f','\x07','\x49','\x14','\xe0','\x8f','\x2c','\x4a','\x73','\x8a','\x7a','\x88','\x29','\x33','\x5a','\x73','\x3b','\xea','\x2d','\x86','\x48','\xc1','\xe5','\x22','\xa2','\x65','\xbc','\x98','\x19','\xa7','\x21','\x48','\x38','\xd0','\x88','\xe9','\x3a','\x0f','\x7d','\xdc','\x28','\x97','\x3c','\xff','\xa1','\x86','\xe4','\x3a','\xf4','\xe3','\xd2','\x97','\x12','\xe1','\xc6','\xc1','\xae','\x1f','\xf6','\x34','\x7d','\xf3','\xaa','\x83','\xde','\x3d','\x85','\x52','\x69','\x48','\xda','\x47','\x8a','\x88','\xa2','\xdf','\x68','\xbe','\x37','\xa8','\xeb','\x0c','\x14','\xa7','\x5d','\xee','\xfd','\x0a','\xa5','\xcb','\x6b','\xa8','\x9d','\x6c','\x20','\x8a','\x6d','\xea','\x5f','\xef','\x71','\x29','\x77','\xd1','\x66','\x4e','\xe6','\x00','\x63','\x79','\xc0','\x24','\xf7','\x81','\x1f','\x2d','\x7b','\xd1','\x34','\x2e','\x0a','\xcb','\xe2','\x59','\x13','\xf0','\xf5','\x1e','\x43','\x4c','\x68','\xf8','\x8f','\x2e','\xa4','\x1f','\xe1','\xd2','\x1b','\x48','\x09','\x18','\x1c','\x8c','\x07','\x29','\x51','\xfa','\x89','\x1a','\x02','\x87','\xc7','\x3f','\xe8','\x9c','\xda','\x3d','\x9e','\xd8','\xfa','\x50','\x3d','\xcf','\xa5','\xc2','\x41','\x86','\x9f','\x6d','\x53','\x7d','\xbb','\x6b','\x33','\xfe','\xcc','\x4e','\x28','\x0a','\xe8','\x45','\xac','\x6b','\x58','\x17','\x46','\x04','\xb0','\x5f','\x15','\x88','\xae','\xd3','\xb9','\x39','\x4d','\x3f','\xac','\x80','\xd7','\x54','\x9c','\x6b','\x50','\xbf','\x46','\x83','\xc7','\x3f','\x74','\x88','\x42','\x7e','\x95','\x04','\x92','\x2e','\x29','\x44','\xd6','\xca','\x18','\xd7','\x9c','\xec','\xf3','\x1a','\xe0','\x8f','\xb5','\x6c','\x75','\x26','\x7b','\xbe','\x05','\xe2','\xbd','\x8d','\x47','\xad','\x99','\x47','\xf8','\x27','\xc0','\xa4','\xd1','\x81','\x2e','\xc2','\x5f','\x51','\x48','\xc5','\xa4','\x47','\x0f','\x37','\x40','\x0f','\x47','\xd9','\x65','\xa1','\xcb','\xbd','\x64','\x66','\x5f','\x5a','\xca','\xbe','\x14','\xcc','\xbe','\xcc','\xff','\x79','\xfb','\xd1','\xff','\x80','\x1f','\xe1','\xfa','\x39','\x94','\x77','\xaf','\x92','\x93','\x2d','\x92','\x86','\x20','\x79','\x62','\x56','\xfa','\x52','\xa0','\xf7','\xb6','\x9d','\x1b','\x65','\x12','\x6d','\x66','\x17','\xa8','\xb1','\x30','\xe8','\x6d','\x37','\x8b','\x44','\xdc','\x0c','\x01','\x9c','\x6f','\x82','\xb3','\xcb','\x2c','\x3e','\x6a','\x16','\x1e','\xb9','\xd2','\xb9','\x1f','\x5d','\x90','\x2a','\xb8','\x2e','\x33','\xad','\xdd','\x4f','\x89','\x48','\xc2','\x7d','\xf1','\x9d','\x0f','\xb3','\x28','\x1f','\x2d','\x93','\x47','\x78','\x03','\x26','\x6b','\x93','\x04','\x11','\x09','\x31','\x61','\xfd','\x41','\x99','\x8b','\x90','\x82','\x80','\x64','\x83','\xdf','\x9b','\x86','\xb3','\x9a','\xdf','\x58','\xa2','\xe2','\x77','\x37','\xec','\xe9','\x5e','\x63','\xde','\x7c','\x74','\xbe','\xf4','\x08','\xbf','\x5b','\x08','\x29','\xe7','\x9d','\x68','\x24','\x42','\xc1','\x8e','\x64','\x30','\x7f','\xbc','\xe4','\x6e','\xb0','\xf6','\x2a','\x17','\xb5','\xe7','\x1c','\x50','\xea','\x4a','\x80','\xcf','\x3d','\x77','\xf1','\xc9','\x17','\x2e','\x3e','\xc9','\xaf','\xaf','\x5c','\x7c','\xf2','\xc5','\x8b','\x4f','\xde','\xba','\xf8','\xb9','\xcc','\x25','\xed','\x5f','\x7c','\x6d','\xea','\xff','\xa0','\xb3','\xff','\x07','\x7d','\x62','\x8c','\x4e','\x8d','\xd1','\x99','\x7b','\xe1','\x17','\x41','\xed','\xc1','\x21','\x3e','\x27','\xfb','\x9b','\xc2','\x3e','\xa5','\xdc','\xfc','\x34','\xaa','\x62','\x2b','\xe7','\x76','\x28','\x48','\xf5','\x56','\xf6','\x0f','\x76','\x01','\x78','\xc3','\x44','\x8f','\x9a','\xf4','\x11','\x2e','\xfc','\x83','\x60','\x09','\x13','\x59','\x03','\x92','\x10','\xb9','\x48','\x70','\x8a','\xd0','\x61','\x52','\xc3','\xed','\xf8','\xf9','\xe3','\xd4','\xd1','\x2f','\xfa','\xf2','\xce','\x44','\xfe','\xe2','\x2e','\x0d','\xe0','\xd7','\x2f','\x3a','\xce','\x45','\xa4','\x01','\xe6','\x0a','\x17','\x8f','\x4e','\x5f','\x3c','\xaa','\x5f','\x3a','\xba','\xf7','\x6b','\x73','\x7b','\xcb','\x47','\x93','\xf4','\xe8','\xdd','\xf4','\xe8','\xc7','\xe9','\xdc','\x93','\x14','\xbd','\x4e','\xe5','\x00','\x25','\x72','\x7b','\x9c','\x85','\x73','\x63','\x51','\x35','\x2a','\x2c','\x7b','\x5a','\xcd','\x9a','\x1d','\xfd','\xa7','\xd9','\xd1','\x81','\x1f','\x2d','\x5b','\x8f','\xf0','\x06','\x1f','\x61','\x60','\xe6','\x59','\x24','\x5e','\xe3','\xb4','\x4b','\x1b','\x12','\x50','\xcd','\x52','\xb2','\xa6','\x33','\x7b','\x34','\x57','\xc2','\xe3','\x8e','\xf1','\x77','\x8a','\xf6','\xab','\x91','\x93','\x31','\xfa','\x04','\x5b','\x7e','\x82','\x69','\x4f','\xb0','\xfa','\xc9','\xd8','\xf3','\xda','\xed','\x7e','\x4d','\x58','\x22','\xc1','\xad','\x53','\xba','\x3d','\x9f','\x03','\x28','\xc9','\x35','\x69','\xa3','\xc6','\xf5','\xe9','\x31','\x30','\xa5','\xea','\x42','\xb7','\xf6','\x33','\xe3','\x26','\xc3','\xd2','\x32','\x47','\xa0','\xce','\x1c','\x93','\x9d','\x92','\xea','\xe9','\x88','\xf6','\xa1','\xf2','\x07','\x71','\xe5','\xd5','\xf8','\x71','\xab','\xd7','\x9b','\xd4','\x85','\x06','\xf9','\x6e','\xdb','\x7f','\x6b','\x23','\x10','\x32','\xfd','\x08','\xec','\x0b','\x11','\xb7','\xc3','\x37','\x0f','\x90','\xd5','\x9d','\x34','\x4f','\x37','\x98','\xc7','\xe9','\x49','\xfc','\x94','\x41','\x92','\x02','\xb0','\x00','\x11','\x81','\x94','\x1a','\xd7','\x0f','\xdd','\xa2','\x9c','\xc9','\xb6','\x6b','\x3a','\x8d','\x94','\x79','\xd4','\x27','\xea','\x65','\x83','\xcf','\xa7','\x04','\x29','\x45','\xde','\x91','\x0c','\xfc','\x40','\x1a','\xa5','\x55','\x64','\x2a','\x12','\xa2','\xbe','\xc0','\xdb','\x46','\x93','\xa4','\x04','\xf7','\x6e','\x4f','\x9c','\x83','\xd8','\xf5','\xd2','\x26','\x7b','\xe8','\x0c','\x54','\x41','\x5d','\xb9','\x1c','\x7b','\x77','\x29','\xf6','\x9b','\xcf','\xc7','\x8f','\x9d','\x3f','\x00','\xee','\x27','\x93','\x29','\x50','\x39','\x21','\x16','\x33','\xd5','\x55','\x5b','\x9b','\x46','\xda','\x0c','\xdf','\xcf','\x94','\xb4','\x46','\xcf','\x3a','\x4d','\xb9','\x0e','\x5c','\x4a','\xed','\x7e','\x7a','\xaa','\xbb','\xfe','\x2c','\xa8','\xed','\x03','\xae','\x74','\xef','\x21','\x51','\xef','\xfd','\xa0','\x74','\x0c','\x15','\x99','\x5d','\x63','\x9a','\xc9','\x72','\xf4','\x20','\x57','\xcf','\x3c','\x47','\x38','\x4b','\xf0','\xbd','\x4c','\xb4','\x05','\xdb','\x2e','\x39','\xe9','\xb4','\xd2','\x2e','\xe7','\xee','\xc6','\xca','\xf0','\xed','\x7e','\xe0','\xcf','\x25','\x1a','\xa1','\x04','\x7d','\xfb','\x4e','\x25','\x62','\x77','\xd3','\x2a','\x94','\x9b','\x69','\x40','\x0d','\xf4','\x71','\x95','\x2c','\x94','\x09','\x26','\xb3','\x94','\xd0','\xcd','\xcf','\x55','\x43','\xec','\x2a','\x61','\xab','\x2d','\xf6','\x37','\x42','\xbc','\x09','\x1e','\xcb','\xd8','\xcd','\x66','\xec','\xaf','\x48','\xe2','\x6f','\x48','\xfc','\x6f','\xc8','\xe8','\x2a','\x29','\xac','\x36','\x8f','\xaf','\x92','\xb4','\x80','\xb9','\x4a','\xd0','\x6a','\x13','\xad','\x6e','\x1d','\x9f','\x8d','\xd5','\x66','\x4d','\x65','\xd3','\x55','\xa5','\x48','\x4b','\xd5','\x34','\xcd','\x1e','\xbf','\x68','\x66','\xfa','\x91','\xf9','\x40','\x0d','\xd5','\x5a','\x01','\x71','\xbe','\xdc','\xdb','\xcf','\x01','\x86','\x0e','\x36','\xc8','\xd8','\xc1','\xd6','\x58','\x82','\x71','\x1c','\x7c','\x97','\x89','\x46','\x7c','\x2c','\xe5','\x1c','\xac','\x6b','\x63','\xec','\xd4','\x28','\xaa','\xeb','\xe9','\xba','\xae','\x2e','\x67','\x62','\x2f','\x67','\x3e','\x19','\xbf','\xf4','\xd5','\x44','\xc8','\x9f','\x0a','\xd2','\xe1','\xcd','\xfd','\xc4','\xe8','\xc1','\xf7','\x9a','\x63','\xb1','\xb2','\x8b','\x83','\xef','\x46','\xc7','\xe2','\xfd','\x63','\x07','\xb8','\xc6','\x4d','\x0e','\xbe','\xdb','\x1a','\x8b','\x91','\x51','\x89','\xe8','\xe9','\xb2','\xae','\xde','\xc8','\xb0','\x62','\x66','\xf2','\xd4','\xa5','\xf2','\xf7','\x43','\xd2','\xf9','\x20','\xc6','\x9b','\xc7','\x99','\xc2','\x6b','\x8a','\x85','\x29','\x2b','\x97','\x59','\x32','\xc9','\xbe','\x77','\x23','\x61','\x95','\x63','\x83','\x94','\xc5','\x4c','\x56','\xa8','\xc7','\xce','\xa5','\xf6','\x87','\x43','\x5a','\xde','\xcc','\x9f','\x53','\xd3','\xc9','\xe2','\xf8','\x8a','\x6d','\x06','\x20','\x52','\x48','\xb2','\xb7','\xbc','\x2f','\xa8','\x31','\xbd','\x9e','\xe0','\x6f','\x1c','\xca','\xee','\x56','\x0e','\xc2','\x79','\x3a','\xd8','\xc4','\x9d','\xda','\xeb','\x23','\x4e','\xc3','\xa5','\x34','\x1b','\x77','\x1a','\xe9','\x34','\x32','\xeb','\x35','\xc9','\x3e','\x8c','\xbb','\xf3','\xd0','\xeb','\xc7','\xad','\xa2','\x9b','\xfa','\xa0','\xbe','\xa9','\x84','\x6e','\xa7','\x8a','\xee','\xae','\x81','\xf2','\xd4','\x40','\xf9','\xe4','\x07','\xe5','\xa3','\x12','\x9d','\x48','\xd0','\xd2','\x20','\x25','\x83','\x54','\xf1','\xd3','\xcd','\xf7','\x53','\x8b','\x30','\x5b','\x50','\xb0','\xd8','\x83','\x50','\x3f','\x57','\x1c','\x34','\x25','\x1a','\x34','\xbe','\x83','\xc6','\x83','\xe5','\x44','\xe3','\x86','\x8a','\x6e','\x4c','\x29','\x10','\x65','\x3f','\xae','\xd0','\xb4','\x4a','\xcf','\x37','\x69','\xc0','\x6e','\xf8','\x45','\x5c','\x41','\x67','\x90','\xe1','\xe6','\xfd','\x41','\xef','\x2a','\x1a','\xcc','\x8f','\xdc','\x2b','\x4c','\x06','\xfe','\xa4','\x45','\x5b','\xad','\xb5','\x72','\x67','\xe7','\x74','\x8c','\xd2','\x4e','\x1d','\xb8','\x88','\x30','\x08','\x2d','\x77','\x5d','\x74','\x27','\x0f','\x49','\xc7','\x9a','\xda','\x81','\xc1','\xf5','\x44','\x8c','\xc4','\xb4','\x1b','\xcc','\x2e','\x26','\xde','\x75','\x0e','\x27','\xc6','\x58','\x82','\x25','\xfe','\xee','\x48','\xc2','\x37','\x0c','\xd1','\xf8','\xef','\x36','\x55','\x06','\xc9','\x33','\xe9','\xe2','\xf5','\xb4','\x56','\x34','\x6b','\xdf','\x0f','\xac','\x9c','\x93','\x4a','\x1b','\xde','\x57','\x8c','\xdf','\x92','\x8d','\xb8','\xe6','\xc6','\xc7','\x39','\x31','\xa0','\xfc','\xea','\x80','\x72','\x68','\x40','\x89','\x0d','\xdc','\xcb','\x47','\x3b','\x06','\x0d','\xc0','\xc8','\xc0','\x3d','\xd3','\x82','\x1a','\x94','\xaf','\xd0','\xf1','\x01','\xe5','\x34','\xb3','\x42','\xac','\x42','\x58','\x65','\x73','\x3f','\x4b','\x24','\xf6','\x7e','\x2b','\xc1','\xaa','\x71','\xb5','\x7a','\x20','\x6d','\x25','\xde','\xfb','\x76','\xfc','\x61','\x1a','\xff','\x0d','\x94','\x78','\x2f','\x19','\x7f','\x78','\x39','\xfe','\x70','\x6b','\xd7','\xc3','\x2c','\xff','\x53','\x36','\x15','\x64','\x47','\xef','\x72','\x8e','\x06','\x59','\x29','\xc8','\xfc','\xa7','\xa0','\x3e','\xd4','\x86','\x71','\x16','\xaf','\xf8','\xa0','\x18','\x70','\x4f','\xa5','\xbc','\x54','\x8e','\x2d','\x95','\xe1','\x6a','\x82','\x92','\xc9','\x90','\xa6','\x06','\xea','\x39','\xa0','\xac','\xc3','\x8f','\x72','\xab','\x67','\xcc','\x34','\xf5','\xa2','\x54','\x8a','\x86','\x36','\xcd','\x43','\x70','\xcc','\xd5','\x19','\xf1','\x25','\xb8','\xf6','\x4e','\x70','\xbc','\xff','\x2b','\xf1','\x59','\x1a','\x0f','\x34','\xe2','\x08','\xc5','\x53','\xf5','\xf8','\x2e','\x85','\x5f','\x77','\xed','\x52','\xf4','\x5d','\x4a','\x21','\x55','\x3f','\x86','\x50','\xd6','\x69','\x2e','\x2e','\x9e','\x51','\x16','\xcf','\x00','\x5d','\x40','\xef','\x73','\xed','\x31','\x13','\x33','\x6f','\x1d','\x58','\xaa','\xc6','\x1f','\x5a','\x8f','\xfd','\xe2','\x05','\x26','\x39','\x89','\x77','\x95','\xf8','\x3f','\x51','\x12','\xef','\xdc','\xc3','\xa4','\xd6','\xc1','\xf7','\x94','\x03','\x5f','\x54','\xf6','\x7c','\xf1','\x9e','\xe9','\xf7','\x5a','\x05','\x49','\x39','\xb6','\x03','\x70','\xa6','\xef','\xee','\xc0','\x07','\x8e','\xfc','\xde','\x96','\xf9','\xcc','\xb4','\x54','\xe3','\x58','\xfc','\x97','\x5a','\x89','\x5a','\x3a','\xae','\xa6','\x13','\x3f','\x6a','\xc5','\xf7','\x5c','\xe0','\x48','\xfd','\xa8','\x35','\xa6','\x22','\xf6','\x31','\xe7','\x63','\x97','\xcd','\x29','\x55','\x9b','\x1a','\xf9','\xc6','\xa3','\xff','\xb3','\x7c','\xf4','\x17','\x77','\x2c','\xfc','\x7b','\x12','\xda','\xd7','\x44','\x6a','\xe3','\x4e','\xfd','\xf0','\x4e','\x7a','\xfb','\xe1','\x80','\xb6','\x8a','\x76','\xa9','\xe9','\x29','\x95','\x4d','\x8d','\x7c','\x65','\xe2','\x3f','\xcb','\x9f','\xfd','\xc5','\x1d','\xd6','\x3e','\x82','\xdc','\x7e','\x84','\x50','\x6c','\x6d','\x39','\xa9','\x4f','\x20','\x94','\x32','\xdd','\x72','\x42','\x10','\x4d','\x39','\x2a','\x70','\x8f','\xb8','\xfd','\xa0','\xb8','\xde','\xcb','\x7f','\x86','\x2b','\xf6','\x7c','\xb4','\x0d','\x88','\x03','\x11','\x84','\x32','\xa8','\xe5','\x26','\x21','\x4e','\x08','\xb6','\x13','\x08','\x07','\x21','\x09','\x28','\xbe','\xe2','\x15','\x81','\xf2','\xe5','\xc9','\xa8','\xc0','\x3d','\x50','\xd2','\x80','\x04','\x8d','\x66','\x44','\x23','\x9b','\xfa','\x91','\x56','\xec','\x8d','\xbb','\xde','\xf6','\xdb','\x5f','\x77','\x1f','\x94','\xee','\xb0','\x0f','\xf6','\xc6','\x9d','\x9a','\x90','\x43','\x8a','\x56','\x90','\x70','\x74','\x43','\x75','\xe3','\xfe','\x5a','\x72','\xc7','\x7c','\xf9','\xc3','\x77','\x55','\xde','\x15','\x93','\x4c','\x7e','\x3f','\xe3','\x22','\x54','\xe0','\xbe','\xf9','\x52','\x5f','\xfb','\x27','\x03','\xf3','\xe6','\x07','\xf3','\xe6','\x53','\xf3','\xd6','\xb8','\xcb','\xb1','\xd0','\xbd','\xed','\x6e','\x6f','\x9b','\xfa','\x81','\x1d','\xde','\x81','\x9d','\x5d','\x92','\xe1','\x34','\x15','\xf9','\x5d','\xbb','\xcc','\xdc','\x95','\xbe','\x3e','\x58','\x28','\x7f','\x74','\x81','\x19','\x6f','\xee','\xc1','\xfd','\xad','\xfe','\xb3','\x57','\x3f','\x3a','\xf5','\xd8','\xdd','\x7a','\x76','\x2a','\x78','\x0c','\xba','\x15','\x1d','\xfe','\x03','\xfa','\x41','\xbb','\x8e','\xaa','\x83','\x79','\xe5','\xa3','\xa5','\x88','\xf1','\xc3','\x7e','\xe8','\x67','\xa0','\xfc','\xd1','\x15','\x7a','\xf7','\xd1','\x53','\x53','\xe0','\x4b','\xdf','\xae','\x1f','\x38','\xd3','\x34','\x21','\xc6','\x44','\x63','\x02','\xed','\x78','\x12','\x77','\x53','\x4c','\xb6','\xe7','\x41','\x44','\x4c','\x8b','\x90','\x38','\x72','\x85','\x62','\x64','\x67','\x90','\xb4','\x86','\xd0','\x0f','\x45','\x96','\xf8','\x11','\xa0','\x94','\x43','\xc5','\x9c','\x3d','\x33','\x64','\xea','\x01','\xc4','\x85','\x93','\xd6','\x67','\xea','\xf4','\x0d','\x87','\xc1','\x29','\xac','\x16','\x72','\x75','\xec','\x2b','\x35','\xa7','\xa2','\x71','\xc3','\x21','\x82','\xd9','\x30','\x66','\xbf','\x56','\x62','\x7b','\x2b','\x83','\x33','\x95','\xc1','\x6c','\xe0','\xab','\xd6','\x5c','\x88','\x24','\x43','\x44','\x0d','\x08','\xc6','\x37','\xfe','\x05','\xaf','\xa6','\x13','\xdd','\xe2','\xef','\x9a','\x3c','\xee','\x91','\x6f','\x37','\x1e','\xb2','\x27','\x1a','\xa6','\x53','\x4e','\xda','\x1b','\x87','\xad','\xf6','\x17','\x15','\xf6','\x57','\x4c','\xd8','\x5f','\x84','\x40','\xec','\x13','\x84','\xd1','\x8a','\x5f','\x17','\xfd','\x77','\x62','\x7b','\xa8','\xa7','\x36','\x89','\x73','\x07','\x19','\x86','\x19','\x43','\x1a','\x35','\x01','\x06','\x32','\x98','\xd1','\x7c','\x3a','\x7b','\xa9','\xe9','\x00','\x3e','\xbb','\x8d','\xf3','\x8d','\x55','\x42','\x57','\xc5','\x0f','\x78','\x30','\x1a','\xf2','\x11','\x8a','\x55','\x30','\x64','\xe7','\xc4','\x99','\x13','\xce','\x64','\x1c','\xc3','\xe0','\x57','\x17','\xfc','\x6b','\x2e','\x93','\xd1','\xb9','\xfd','\x95','\xc9','\xb8','\xd0','\x33','\x19','\x23','\x93','\xa9','\xcc','\xcd','\x55','\xda','\x3f','\xd3','\x01','\xa9','\x54','\xc8','\x0b','\xa5','\x59','\xeb','\x85','\xb0','\xc4','\x57','\x15','\x76','\xae','\x38','\x5e','\x9a','\x6f','\xd4','\x9a','\x08','\x5b','\x46','\xd8','\xca','\x87','\x2d','\x2d','\x6a','\x69','\xe8','\x30','\xf8','\x38','\xb9','\xb5','\x7b','\x05','\x08','\xf6','\x56','\xc5','\x0f','\xc8','\xe1','\x36','\xa2','\x96','\x7b','\x66','\x39','\x07','\x2c','\x27','\x54','\x16','\xf7','\xc3','\xaf','\x2e','\x26','\xe6','\xe6','\xa0','\x98','\x48','\xaa','\xa9','\x89','\xba','\x36','\x9a','\xa8','\x18','\xe2','\xbc','\x64','\xad','\xc6','\x00','\x72','\xaa','\xd9','\x5e','\x5f','\x90','\x51','\xee','\x2e','\xb1','\x39','\x31','\x85','\xb0','\x18','\x70','\x3c','\x60','\xe2','\xfb','\xca','\xf8','\x50','\x29','\x93','\x5b','\x98','\x9b','\x5f','\xd0','\x8d','\x96','\x36','\x7e','\x1a','\xf0','\xcf','\xff','\x9d','\xfe','\xf0','\x05','\xe7','\xe1','\x0b','\x95','\x7f','\xfe','\xef','\x2a','\xe3','\xa7','\x31','\xc7','\x3f','\xff','\x77','\xf8','\xe1','\x0b','\x80','\x7f','\xfe','\xef','\xc8','\xf8','\x69','\x8e','\xd9','\xf1','\x17','\xe8','\xb8','\xb5','\xd5','\x6f','\x73','\x37','\xba','\xdb','\x99','\xeb','\x38','\x6d','\x7e','\xe3','\xd0','\xd1','\x27','\x9e','\x98','\xfb','\xa2','\xe9','\x06','\x3f','\x23','\x95','\x5f','\x83','\xee','\xd9','\x81','\x37','\x41','\xbb','\xe7','\x44','\x1d','\x77','\x47','\x10','\x46','\x41','\xa5','\xab','\x74','\x60','\x81','\x8c','\xc8','\xe4','\xa8','\x98','\x5c','\xd1','\xf6','\x4b','\xe7','\x3d','\x08','\x59','\xc7','\x44','\x27','\x9d','\xb9','\x54','\xf3','\x26','\x52','\xad','\xc3','\x75','\xd1','\xf1','\xb9','\xda','\x52','\xaf','\xe7','\xbf','\x2d','\x6a','\x30','\x44','\xd9','\x79','\x69','\xd7','\xdd','\xb0','\x04','\xdc','\xe6','\x6f','\xb1','\x45','\xda','\xb8','\x63','\x7b','\x69','\xf8','\x30','\x99','\x80','\x05','\x0e','\xbe','\xcb','\xff','\xe0','\x5b','\xaa','\xb4','\x98','\xc4','\x11','\x96','\x3c','\xa0','\x21','\xdd','\x94','\xce','\x23','\x3c','\x6c','\x26','\xc7','\x6c','\x04','\xdb','\xd6','\x91','\x10','\x8e','\x14','\x43','\xc4','\x2d','\x77','\x13','\x80','\xd8','\x06','\x0d','\x33','\x61','\xbf','\x0b','\xdb','\xdf','\xf8','\x51','\xcb','\x73','\x02','\xd4','\x74','\xe7','\xbc','\x33','\x87','\xb4','\x8c','\xa8','\xc3','\x20','\x1c','\x56','\x9e','\xfc','\xde','\xda','\x86','\x07','\x71','\xc4','\xab','\x74','\xda','\xb7','\xd1','\x31','\xff','\x11','\x9e','\x76','\x7e','\xa8','\xd3','\xe3','\x9b','\x29','\x7d','\x5c','\xdf','\xd1','\x4f','\x91','\xf4','\x3d','\x53','\x2e','\xd7','\x43','\xf4','\x48','\x91','\xcf','\x68','\x09','\x79','\x65','\x55','\x03','\x42','\x2c','\xb8','\x2c','\x1f','\xb5','\xb4','\x6c','\x16','\x23','\x5e','\xc5','\x55','\x97','\xb2','\x43','\x41','\xb5','\x48','\x40','\xe4','\xcc','\x78','\x95','\x58','\x03','\xa6','\x4b','\xe5','\x21','\xd5','\xa0','\x8a','\xbc','\x6c','\x2a','\x32','\x8a','\xc8','\x2c','\x69','\x34','\x18','\xb8','\x4b','\xa9','\xed','\x7c','\xb0','\x88','\x7c','\xd0','\x63','\xaa','\x4e','\x19','\x7c','\x69','\x5c','\xf3','\x49','\xbd','\x0b','\x09','\xe5','\x6a','\x3a','\xa4','\x00','\xf3','\x44','\x84','\xa6','\x29','\x32','\x19','\xaa','\x6b','\x0e','\xb2','\x4f','\x49','\x26','\x57','\x84','\xbc','\x7a','\x40','\xa1','\xb6','\xd5','\xf3','\x14','\x42','\x6f','\x42','\xe5','\x7a','\x39','\x20','\xd2','\x03','\xdd','\x0f','\x4f','\x21','\x74','\x43','\x90','\x77','\x6e','\x76','\x8e','\x75','\xe1','\xe6','\x9b','\xbb','\x94','\x95','\x54','\xc6','\x8a','\xe3','\xec','\xc2','\x68','\xa2','\x84','\xce','\x42','\xee','\x04','\xa4','\x6c','\x47','\x30','\x39','\x8c','\xc9','\x4c','\x88','\x58','\x5e','\x06','\x78','\xc4','\xe3','\xf9','\x54','\x28','\x61','\x49','\xa2','\x32','\x32','\x5e','\x27','\xa6','\xe6','\x97','\x44','\x7c','\xc8','\x88','\x49','\x80','\xdc','\xc6','\x54','\x62','\xd6','\x9e','\x54','\xeb','\xc1','\x9c','\x79','\x2e','\x67','\x92','\x71','\x33','\x32','\x6f','\x1e','\x96','\xcc','\xbd','\x92','\x95','\x4d','\xb5','\x2c','\xef','\x78','\x7d','\x13','\x4a','\x44','\x9c','\xeb','\xf9','\x15','\x16','\x88','\x36','\x42','\xae','\xcf','\x90','\x32','\x85','\xb2','\x5d','\x94','\x4d','\x94','\xd9','\xd9','\x68','\x5d','\x84','\x1a','\xb2','\x08','\x65','\x87','\x29','\x9b','\xa1','\xcc','\xe2','\xff','\x8c','\xd6','\x37','\xfb','\x6d','\xe8','\x58','\x9f','\xdb','\x4f','\xa4','\x16','\xa0','\x76','\x88','\xda','\x84','\xae','\x85','\x9d','\x96','\x42','\xd7','\xf6','\xd0','\xb5','\x07','\xe9','\xda','\xb9','\xf2','\x1a','\xe1','\x26','\x6d','\x79','\x8d','\x96','\xed','\x64','\xd9','\x9e','\x2c','\x57','\xca','\x8e','\x97','\x39','\x25','\x32','\x28','\xab','\x54','\xe1','\xba','\xec','\x0d','\xaa','\xda','\x34','\x6d','\x87','\x4d','\xdb','\x9f','\xc6','\x01','\xc3','\x09','\x89','\x92','\x9e','\x7c','\x82','\x28','\x05','\x7d','\xcf','\xf4','\xed','\x07','\x75','\xfd','\x9c','\xae','\x13','\xdd','\xab','\x61','\x98','\x84','\xca','\xc7','\x50','\xc9','\x90','\x4e','\xdf','\x82','\x4f','\x34','\xdc','\x85','\x70','\x4a','\x70','\xf8','\x55','\x1a','\x48','\x35','\x5d','\x87','\x2f','\x7f','\x32','\x85','\xd1','\x5d','\xa9','\xc6','\xc4','\x32','\x3d','\x2b','\x62','\x9b','\xf9','\x87','\x91','\x54','\xe3','\x70','\xcc','\x3f','\x13','\x0b','\x58','\xac','\x44','\x98','\x45','\xd8','\x75','\xc1','\x55','\xa9','\x01','\x17','\x47','\x22','\xd9','\xd7','\x8c','\x92','\x5a','\x88','\x98','\x58','\xbc','\x76','\x1c','\x12','\xcf','\x48','\x95','\x33','\x0a','\xad','\xa8','\x31','\xeb','\xa1','\x3c','\x3d','\x77','\x46','\x25','\x47','\x15','\xa0','\x02','\x86','\x30','\xbb','\xca','\x24','\x42','\x65','\xd4','\xa6','\x3b','\xdb','\x00','\x8f','\x4b','\xcd','\xaf','\xa0','\x40','\x04','\x85','\x28','\xb0','\x05','\x72','\x93','\x5b','\xd1','\xf0','\xfd','\x69','\xfc','\x89','\xf9','\x92','\x65','\x54','\x22','\xc2','\x90','\x48','\x0a','\x4c','\x1a','\xa5','\x72','\x2f','\x61','\xb2','\x71','\x0e','\x28','\x70','\xc5','\xf9','\x3d','\x45','\x20','\x46','\x20','\xe8','\x3a','\x92','\xf4','\xde','\xd7','\x81','\xe3','\x7b','\xc6','\x0a','\x0f','\xea','\x95','\x52','\x7a','\x81','\xcc','\xcb','\x70','\x87','\x82','\x13','\x32','\x39','\x81','\x26','\x9f','\x26','\xe5','\x7c','\xab','\x5d','\xb9','\x1c','\xd1','\xbf','\x42','\xf4','\xcf','\x11','\x3d','\x8b','\xc2','\x0b','\x76','\x18','\x39','\x83','\xe8','\x48','\x77','\x1e','\x3e','\x4d','\x69','\xbe','\xa9','\xe4','\xd1','\x9e','\x3c','\x7a','\x30','\x8f','\xce','\xe5','\x81','\xdd','\xd4','\xbd','\x79','\xd1','\x0f','\x2a','\x83','\x7e','\xd5','\xda','\xd2','\x8f','\xe9','\xf5','\x13','\x2a','\x06','\x80','\x01','\x18','\x5c','\x5e','\x94','\xe8','\x4a','\xd3','\xd8','\x43','\xb4','\x07','\x89','\x76','\x0e','\x3e','\x99','\xa1','\xcd','\x39','\x0a','\x31','\xa0','\xda','\x24','\xd1','\xca','\xfc','\x07','\x0e','\xeb','\xe1','\xb7','\x0d','\xba','\xae','\xd1','\xb2','\x46','\x15','\x11','\xbc','\xa7','\x6a','\x94','\x9b','\xf1','\x7c','\x3e','\x77','\xd7','\x05','\x8c','\x18','\x5f','\xb4','\x7b','\x26','\x94','\x07','\x9f','\x8e','\x9c','\x83','\x8a','\x0f','\xf7','\xd0','\x7f','\x1a','\xa7','\x7f','\xb3','\x3b','\xf9','\xb5','\x89','\x4f','\x06','\xcc','\x72','\xc0','\xa4','\xfd','\x69','\x7a','\x97','\x06','\xd9','\x19','\x3b','\x93','\x74','\x77','\x84','\x4e','\xf4','\x87','\x17','\x3c','\xaa','\x6a','\xbf','\x1f','\x05','\x02','\x28','\x94','\x01','\x06','\x57','\x2a','\xfe','\xc8','\x1e','\xa3','\xf1','\xa0','\x46','\xcf','\x09','\xf6','\x38','\x08','\xc3','\x85','\x95','\x4a','\x26','\x9d','\x56','\xd9','\x7b','\x41','\xd4','\x63','\xf1','\xda','\xf4','\xbe','\x7c','\x10','\x62','\x07','\x47','\x21','\xfd','\x2d','\x4a','\x23','\xca','\x58','\xf2','\xfe','\xab','\xc5','\x4f','\xb0','\x9a','\x35','\x60','\x03','\xcf','\x5e','\x04','\x25','\x6b','\x28','\xc9','\xe8','\xa4','\xd1','\x2c','\x4f','\x00','\x03','\xd8','\x50','\x87','\x49','\xfb','\x66','\x88','\xba','\xbb','\x35','\x9f','\xf6','\x36','\x09','\xa6','\xcd','\x50','\x11','\x8a','\xbf','\x87','\x9b','\xf6','\x80','\x65','\x8f','\x58','\x95','\x87','\x9b','\xce','\x79','\xcb','\xea','\xfb','\x92','\x15','\xfe','\x20','\x4b','\x7d','\x59','\xc6','\x38','\x26','\x9f','\x76','\x26','\x97','\xb5','\x49','\x10','\x45','\xb3','\xfc','\x03','\x95','\x55','\x8b','\xcc','\x7a','\x2c','\x56','\xbe','\x11','\xa3','\xe7','\xe3','\xbf','\x1b','\x62','\x63','\x38','\xe4','\x31','\xb5','\x7a','\xd8','\x8b','\xc6','\xf6','\xa5','\x9c','\xbd','\x26','\x9b','\xb1','\x01','\x59','\x85','\x55','\x09','\xab','\x82','\xd7','\x54','\x00','\x6d','\x07','\xa9','\x0e','\x7e','\x48','\x38','\xb9','\x3c','\x42','\x06','\xea','\x24','\x0a','\xb3','\x6a','\x2f','\x45','\xfb','\x29','\xda','\x47','\xf1','\x89','\x4b','\xce','\x89','\x32','\xcb','\x52','\x56','\x15','\xe8','\x2e','\x70','\x8f','\x9d','\x86','\x81','\xe4','\xd1','\xb8','\xe5','\xc7','\x88','\x09','\xbd','\x85','\x82','\x6d','\xa6','\x6e','\x0a','\x04','\xc5','\xfb','\x06','\xcc','\x7d','\x2f','\x99','\xfb','\xbe','\x6e','\xce','\x8c','\x9b','\x33','\x92','\x99','\x95','\xcc','\xaa','\x54','\xaa','\x3a','\xce','\x76','\x92','\x67','\x03','\x04','\x7d','\x07','\x23','\x46','\xc3','\x8d','\xca','\xd8','\x4b','\xd8','\x7e','\xc2','\xf6','\x11','\x76','\xc2','\x02','\x64','\xc9','\x18','\xef','\xa4','\x4a','\x7a','\x69','\x81','\x37','\x61','\xcc','\x95','\x63','\xa1','\x5e','\x72','\x92','\xdd','\x68','\xff','\x6e','\xcc','\xc7','\x67','\xdf','\x1f','\xe2','\x13','\x37','\xfd','\x33','\xf9','\x60','\x56','\x46','\x55','\x5c','\xab','\x62','\x9b','\xb8','\xf0','\xdb','\xc0','\xbd','\xcc','\x11','\xbc','\x4a','\xe8','\x55','\xa2','\x5c','\x25','\xea','\x2a','\x49','\x3b','\xc4','\x9c','\x73','\xcf','\x0b','\xb8','\x4d','\x12','\x75','\x7d','\xfc','\xed','\x90','\x3c','\xd0','\xea','\xed','\x76','\x10','\x60','\xf2','\x30','\x61','\x51','\xc6','\xb0','\xcd','\xd2','\xbe','\x38','\xf3','\xc5','\xa8','\x3f','\xf6','\x3c','\x1f','\xfe','\x24','\xab','\xf2','\xad','\xc4','\xa3','\xb9','\x6d','\xf3','\x04','\xba','\x62','\xff','\x90','\x53','\x8b','\x21','\x35','\xd6','\x7b','\x15','\x0d','\xa1','\x05','\x8b','\xcd','\x51','\x45','\x72','\x59','\xd9','\x49','\xc8','\x4e','\x92','\xd9','\x8d','\x1e','\xbc','\x89','\xf2','\xab','\x4e','\x0d','\x28','\x6e','\x24','\xae','\xf3','\x73','\xdd','\x00','\xe2','\x4f','\x80','\xe6','\x4b','\x50','\x39','\x0d','\x6d','\x17','\x82','\x18','\x91','\xc1','\xa5','\x25','\x97','\x91','\x4c','\x44','\x3f','\x68','\x43','\x3f','\x21','\xa9','\x4d','\xcb','\x2c','\x08','\x93','\xf7','\xf9','\x82','\xfb','\x4a','\xfe','\x7d','\x67','\xf0','\x4c','\xf0','\x81','\x19','\x63','\x35','\x7b','\x58','\xae','\xaa','\x10','\xd9','\x4d','\x7a','\xc2','\xe7','\x36','\x00','\x38','\xa8','\xa1','\x11','\xf2','\x0b','\x56','\x97','\x76','\x9c','\xe7','\x5e','\xc7','\xd9','\xcf','\x2d','\x3c','\x82','\x4e','\x3c','\x5f','\x3c','\x51','\xd6','\xb2','\x54','\xab','\x32','\x8e','\x19','\xf2','\x74','\x8b','\x2c','\x6b','\x7d','\x20','\x4e','\x37','\x41','\x27','\x07','\x1d','\x6e','\x2b','\x6c','\x78','\x5f','\xb2','\xe8','\x87','\xdf','\x95','\x8c','\x4e','\x2c','\x00','\xe0','\x7d','\x71','\xec','\x16','\xac','\xcb','\xdb','\x47','\xc7','\x36','\xdc','\x46','\x48','\x71','\xf9','\x99','\x41','\xae','\x72','\x1b','\x75','\xaf','\x86','\xf7','\xa6','\xf1','\x7e','\x13','\x9f','\x18','\x29','\x9d','\xb8','\x52','\x79','\xe4','\xa5','\x52','\x35','\x06','\x20','\x1d','\xa4','\xc4','\x95','\x85','\xda','\x91','\xe4','\x11','\x82','\x40','\xdb','\x87','\x18','\xab','\x54','\xab','\x33','\xad','\xf6','\x32','\xb2','\x3f','\xd5','\xdc','\xc7','\xc8','\x89','\x65','\x74','\xe2','\x9b','\x66','\x36','\x81','\xaa','\xc0','\xbe','\x31','\xcc','\xb7','\x06','\x92','\xd0','\xc8','\xd3','\xc0','\x8d','\x06','\x98','\xf0','\x91','\x55','\x1f','\x59','\xf0','\xf5','\xc9','\x32','\x91','\xf9','\x6c','\x6f','\x75','\xd4','\x16','\x59','\x04','\x74','\xc1','\xe9','\x20','\xd7','\x32','\xa2','\x0d','\xdb','\x53','\x00','\xa8','\x28','\xc1','\xd9','\xd6','\x07','\xf8','\x0f','\x5f','\x47','\x03','\x16','\x1b','\x28','\x91','\x11','\xae','\xdb','\x9a','\x0f','\xbe','\x69','\xe6','\x57','\xb8','\x46','\xc4','\xdf','\xfb','\xa6','\x7e','\xf8','\x46','\x93','\xb3','\xa6','\x27','\x88','\x74','\x8b','\xc8','\x87','\x23','\x24','\x4a','\x59','\x82','\x22','\x3b','\x29','\xf3','\x45','\xad','\x82','\x9f','\x59','\xaa','\x42','\x27','\x03','\x25','\x3c','\x62','\x72','\x2d','\x60','\xe2','\x4d','\x53','\x73','\xfb','\x81','\xf5','\xa5','\x76','\x87','\x71','\x2f','\xa3','\xfb','\x19','\xdd','\xc7','\xe8','\x89','\x65','\x7a','\xe2','\x4a','\x23','\xcb','\x68','\x55','\x60','\xf3','\xc0','\x76','\x83','\xea','\xb1','\xb7','\xbe','\xba','\xf3','\x07','\xb8','\xeb','\xf7','\xee','\xc1','\xfb','\xf9','\xfa','\x62','\xf8','\xc4','\x32','\x20','\xcb','\x70','\x55','\x40','\x8c','\x21','\xde','\x06','\xed','\xcf','\x43','\xa1','\x9a','\xb7','\xf4','\x08','\x57','\x0c','\x5a','\xfb','\xc9','\xda','\x3e','\x0e','\x6b','\xed','\x84','\xb5','\x36','\x63','\x34','\xb3','\xd9','\xb5','\x6a','\xd6','\xe6','\x20','\xd9','\x0a','\xf8','\xe1','\xab','\x15','\x00','\x11','\x08','\xfe','\x2d','\x70','\xdf','\x28','\x36','\x51','\xe1','\x80','\xc6','\xe3','\x35','\x12','\xc1','\x00','\x04','\x54','\x9d','\xc5','\xfd','\x23','\xe7','\xf6','\x0d','\x58','\x27','\x9e','\xb5','\x4e','\x5c','\x2c','\x67','\xc3','\x4b','\xd5','\xf0','\xe5','\x6a','\x87','\x7d','\xfd','\x43','\xe4','\x4f','\x37','\x78','\xd5','\x24','\x23','\xd6','\xde','\x54','\x6b','\x7f','\xcc','\xda','\x17','\xb3','\x4e','\xbc','\x04','\xc8','\xc6','\xac','\xaa','\x00','\x0c','\x82','\x88','\x11','\x82','\xb0','\x01','\x38','\x8f','\x53','\x61','\x96','\xc0','\x79','\x5c','\xd4','\x3d','\x8f','\x83','\x9d','\x3d','\x20','\x86','\x08','\xe2','\x72','\xd1','\x5e','\x19','\xed','\x4f','\x99','\x62','\x3e','\x07','\x4f','\x2c','\x84','\xb2','\x43','\xa4','\xfa','\x7e','\xb9','\x3a','\x74','\x99','\x0c','\xa5','\x49','\x22','\x0d','\x53','\x68','\xb7','\x0a','\xf5','\x1a','\x27','\x28','\x59','\x8d','\x92','\x85','\x50','\x9f','\x8c','\x41','\x20','\x63','\xb4','\x85','\xc7','\xb2','\x37','\xfa','\x6e','\x3b','\xde','\xce','\x3b','\xc8','\x0d','\x60','\xa2','\x37','\x1b','\x81','\x80','\x8d','\x0d','\x6f','\x95','\x45','\x64','\xfc','\x6b','\x8e','\x33','\xe3','\xf2','\xf3','\x7b','\x20','\x44','\x90','\x44','\x7d','\x98','\xdc','\xf0','\xe4','\x3c','\x13','\x3c','\xf3','\x6c','\x2f','\xd3','\xf6','\xdf','\xaf','\xed','\x3b','\x66','\x9f','\x58','\x30','\x39','\xb2','\x5c','\xa8','\x12','\xa3','\xaa','\x0c','\x73','\x6d','\xad','\xcf','\x44','\x9d','\x55','\xb9','\x75','\x9d','\xfa','\x02','\x70','\x28','\x10','\x10','\x5a','\x6e','\x1f','\xff','\xa3','\x21','\x33','\x32','\x6c','\x1e','\x1e','\x4e','\xcf','\x8c','\x69','\xd6','\x18','\x23','\x7a','\x92','\x54','\xa2','\xfd','\x38','\xc4','\x45','\x0a','\x0c','\xc2','\xcf','\xbe','\x1f','\xb1','\xe4','\x15','\xbc','\x37','\xe5','\xec','\x57','\xf1','\xbe','\x71','\x7c','\x62','\xbe','\x72','\xe2','\x8b','\xa5','\xec','\x2f','\x8e','\x56','\x7f','\x69','\xb4','\xba','\x6b','\x94','\xfc','\xd2','\x28','\xf9','\xc5','\x51','\xf2','\xcb','\x2f','\x92','\xd8','\x8b','\x44','\x1d','\x25','\xa9','\x5b','\x70','\x45','\xee','\xaa','\x07','\xfb','\xb4','\x1d','\xac','\x2e','\x98','\xde','\x31','\xdd','\x8f','\xe9','\x3e','\x3f','\xdd','\xc7','\x37','\x9d','\x45','\x36','\x33','\x50','\xcf','\x6a','\x1a','\xa4','\xb9','\x68','\x1a','\xd7','\x39','\x41','\xbf','\x15','\xca','\x27','\x80','\x1b','\xcb','\x19','\x3e','\x27','\x2d','\x62','\x59','\xe4','\x3f','\x1d','\xee','\x1b','\xa4','\xde','\x3c','\x14','\x2b','\xbd','\xbd','\x9f','\xb2','\x7d','\xd1','\x06','\xdf','\x4c','\x61','\x3f','\x1d','\x64','\xd5','\xf0','\x72','\x95','\x2e','\xc3','\x4e','\x3a','\xc8','\x48','\x98','\x37','\x96','\xbd','\x8d','\xd5','\xdb','\x97','\x7b','\xf7','\xaf','\x20','\x99','\x08','\x91','\xdd','\x84','\x24','\xe8','\xfe','\x04','\xdd','\x37','\xc4','\xf6','\x7d','\x4d','\x3d','\xb1','\x90','\x9e','\x91','\x71','\x16','\x36','\x41','\xad','\xba','\xe1','\xa0','\xd3','\x75','\x0f','\x4c','\x11','\x65','\x8a','\xb0','\x29','\xa2','\xe6','\x49','\xda','\x20','\xe6','\x11','\xef','\x5c','\x86','\x22','\xae','\x05','\x18','\xa9','\x16','\xd2','\x09','\xca','\x04','\x51','\x49','\x41','\x7d','\x28','\x40','\xec','\x26','\x2d','\x16','\x59','\x2a','\x6d','\x0f','\x03','\x53','\xbd','\x8a','\x3e','\x4c','\x6e','\x74','\xe5','\x33','\x0c','\x11','\x9f','\xcf','\x30','\xa5','\xf9','\x7c','\x96','\xf1','\x09','\xc7','\x79','\xc4','\x44','\xa2','\xd4','\x53','\x5c','\xdc','\xbc','\xd0','\x0d','\x68','\x5b','\x74','\x6e','\xd2','\x37','\x3a','\x89','\xcf','\x7c','\xb4','\xf7','\x10','\x58','\x5f','\xf1','\xec','\xbe','\x78','\xf6','\xc4','\xcb','\x80','\x6c','\x3c','\x5b','\x15','\x20','\x1f','\x02','\x77','\x7c','\xb6','\x95','\xf3','\x5f','\x2f','\x9d','\x48','\x55','\x4e','\xbc','\x54','\xf2','\xe4','\x7c','\xaa','\x47','\xce','\x7b','\xa2','\xfe','\xdc','\x66','\x39','\x0f','\xed','\x39','\x22','\xd7','\xc9','\xaf','\xb9','\x72','\xc3','\xdc','\x2f','\x99','\xfb','\xe6','\x4b','\x33','\x7c','\x69','\xac','\xb8','\x7a','\x0b','\x40','\x94','\x78','\x68','\x6d','\xa3','\x6e','\x80','\x20','\x85','\x46','\x28','\x2d','\xe2','\x8d','\x85','\x9d','\x42','\x34','\x7d','\xef','\xc9','\xdb','\xfb','\x35','\xbc','\x4f','\xc3','\x27','\x6a','\xf8','\xc4','\x0f','\xf5','\xec','\xf4','\xed','\xaa','\xae','\x57','\x3b','\xd3','\x86','\x63','\xfa','\x16','\x5c','\xbd','\x9f','\x77','\x71','\x84','\xbf','\xc3','\x8d','\x5c','\x85','\xbd','\x01','\x18','\xdb','\x2f','\x76','\xfe','\xf9','\x40','\x55','\xbc','\xaf','\xd2','\xc6','\xf7','\xb5','\x69','\xff','\x4a','\x35','\xf7','\x33','\xb2','\x0f','\xa1','\x13','\x97','\xc9','\x89','\x2b','\xad','\x2c','\x23','\x55','\x81','\xce','\xfd','\x93','\x4d','\x6d','\xc0','\x2c','\xec','\xa7','\xbd','\xfd','\xa4','\x9a','\xb0','\x0f','\xf2','\x7e','\xf8','\x3e','\x78','\xa5','\x79','\xc2','\x44','\x59','\xc8','\xfd','\x22','\x55','\xa3','\xb5','\xd9','\x90','\xdc','\x2a','\x57','\xd5','\x0d','\x7b','\xf7','\xde','\x54','\x63','\xfb','\x7d','\xa7','\xbb','\xdd','\x60','\xd7','\x90','\x24','\x4a','\x9a','\x44','\xb8','\xda','\xc9','\xd5','\xf5','\x08','\x31','\x37','\x8e','\x73','\xae','\xb2','\x37','\x57','\xda','\x9f','\x2b','\xed','\x3b','\x79','\xfb','\xc4','\x9b','\x25','\x8e','\x6c','\xbe','\x52','\xcd','\xbf','\xc8','\x41','\x1e','\x7f','\x85','\x3c','\xfe','\x1c','\x79','\xe2','\xb9','\x6e','\x71','\x04','\xf7','\x57','\xf8','\xad','\x8a','\x46','\x7b','\x3e','\x8b','\xed','\xcc','\x9d','\xcc','\x13','\x64','\x9f','\xd1','\x3a','\x91','\x27','\x1c','\xd9','\x3c','\xa9','\x72','\x70','\x51','\x30','\x9d','\x85','\xd2','\x39','\xfd','\x2a','\xb9','\x4b','\x25','\x43','\x8c','\xec','\x04','\xea','\x0a','\x92','\x0f','\xf5','\x2d','\x60','\x77','\x39','\x84','\xa4','\x35','\xd2','\x13','\x1f','\xbe','\x57','\x5a','\xda','\x3f','\x60','\xed','\xbb','\xd4','\x9a','\xb9','\x41','\x38','\xb2','\x94','\x54','\x39','\xda','\xca','\xd2','\x26','\xdd','\xa9','\x8d','\x59','\xd0','\x99','\x3d','\x3d','\x8a','\x6f','\x25','\x94','\x04','\xc9','\x5e','\xe3','\xf6','\xfe','\xc3','\x78','\x9f','\x52','\x3c','\xf1','\xbc','\x06','\x7a','\xd4','\x01','\xa3','\x3a','\x9d','\xaa','\x96','\x10','\xfc','\x42','\x7f','\x13','\x16','\xd7','\x1e','\x8d','\x5c','\x75','\xf7','\x5f','\xae','\xc1','\x16','\xf9','\xbb','\x21','\x6c','\x18','\xf6','\x9d','\x4e','\x5c','\x01','\xb7','\x9a','\xf9','\x4c','\x1e','\xe1','\x4a','\x78','\x69','\xdf','\x15','\x67','\x46','\xc3','\x33','\x9a','\x3f','\xab','\x51','\x7e','\x33','\x55','\xf7','\xa0','\x52','\x4a','\x6f','\xff','\xb2','\x44','\xf6','\x4a','\x5b','\xae','\x6a','\xa4','\x1f','\x4e','\xae','\xf7','\x2a','\xf6','\x7e','\xd5','\xdc','\x37','\x0e','\x93','\x67','\xc3','\x3e','\xc8','\x01','\xaf','\xb5','\x4a','\x82','\x36','\x09','\x89','\x7d','\x3c','\x22','\x54','\x68','\xb6','\x4a','\x34','\xa7','\xcf','\x9c','\x0b','\x29','\x94','\xf4','\xd4','\x2b','\xd9','\x1b','\x6d','\xec','\x47','\x68','\x9f','\x7a','\xa7','\x7e','\x88','\x5b','\x68','\x82','\x30','\x5f','\x1b','\x32','\x9c','\x6b','\x46','\x5b','\x21','\x1c','\x80','\x7a','\x22','\x0d','\x9d','\x50','\xc0','\x7e','\xaa','\xef','\x1b','\xd2','\xf7','\x39','\xb7','\x4e','\x94','\xf5','\x19','\xaa','\x67','\x0f','\xeb','\xd5','\x8f','\xeb','\xd5','\x07','\x74','\xf2','\x2f','\x75','\x32','\x29','\x70','\x43','\x27','\x65','\xbd','\x8f','\xba','\x91','\x4d','\x2e','\x8e','\x80','\xbe','\xda','\x33','\x3e','\x7c','\xbf','\xde','\x1b','\x4c','\xee','\xf7','\xb3','\x7d','\x25','\x6d','\x66','\xd5','\x86','\xf5','\x2e','\x73','\xa3','\xc0','\xa8','\x8a','\x08','\x04','\x98','\x7b','\xb0','\xc7','\xd1','\xcd','\x10','\x1f','\x7e','\x48','\xdd','\x8a','\xed','\x4b','\x57','\x28','\x68','\xa0','\xaa','\x08','\xbd','\xce','\x5d','\xa7','\xf9','\xb6','\x3e','\xc6','\x05','\x63','\x83','\xa4','\x6c','\x77','\xff','\xdd','\xef','\xb4','\xf6','\x05','\xd2','\xfb','\xce','\xab','\x27','\xbe','\xc6','\x66','\x12','\x91','\x6c','\xbe','\xff','\x2f','\x4c','\x0c','\xef','\x8b','\xaf','\x0b','\xc4','\xa5','\x83','\xed','\x56','\x1b','\xd9','\x50','\xff','\xa8','\xab','\x27','\x74','\xed','\x8b','\x0d','\xa1','\xb3','\xdd','\x3c','\xd6','\x34','\x17','\x17','\x86','\xd3','\x8c','\x9a','\x50','\xc7','\x41','\xaa','\x2a','\x3b','\x40','\xd4','\x67','\x9e','\xea','\xd1','\x33','\x43','\x3e','\x85','\x4c','\x3c','\x4f','\xb8','\xa6','\x9d','\x60','\x5c','\x33','\xd9','\x2f','\xc3','\xa2','\xd8','\x57','\x32','\x4f','\x94','\xcc','\x19','\x02','\x51','\x13','\xd5','\xa0','\x0a','\xf6','\xa0','\x02','\x27','\x40','\x24','\xfd','\xb9','\x3e','\x53','\x07','\xf2','\xb2','\x68','\x8d','\xd0','\xa0','\x80','\x98','\xde','\xfd','\x8d','\x9e','\xfd','\x02','\x76','\xc3','\xbd','\x8a','\xba','\x3f','\x92','\xdc','\x47','\x61','\x13','\x3c','\xf1','\x27','\xf7','\x67','\x47','\x0b','\xd5','\xa3','\x99','\xaa','\x59','\x72','\xd7','\xe0','\xe6','\x27','\xea','\x41','\x4f','\x12','\x19','\x58','\x85','\x7b','\x31','\xdb','\x8f','\xe3','\xfb','\xfc','\xf1','\x13','\x56','\xe2','\xc4','\x62','\x2a','\xab','\x0c','\x8b','\xf2','\xb4','\xf6','\x87','\x0b','\x1f','\x90','\x3f','\x1b','\xd7','\x3b','\x18','\x17','\xa9','\xc6','\xbe','\x05','\x7a','\x62','\x61','\x70','\xc6','\x70','\xb2','\x32','\xad','\x72','\xf0','\x41','\xf6','\x83','\x15','\x03','\x3f','\xe3','\xf2','\x6f','\x70','\x8c','\xd9','\x24','\x56','\x23','\x72','\x12','\x3c','\x6f','\x45','\xd2','\x8d','\x23','\x8a','\x55','\xf8','\xaa','\xdf','\x1b','\x2b','\xed','\x3f','\x78','\x7b','\x5f','\xac','\xc4','\x37','\x1d','\x8e','\xec','\xc1','\xdb','\x9e','\xde','\x1b','\x1f','\x25','\x89','\xdb','\x70','\x75','\x91','\xbf','\x45','\xa6','\x46','\x09','\x97','\x5d','\x36','\xe6','\x9b','\x72','\x1f','\x5f','\x5b','\xde','\xba','\xf0','\x28','\x17','\x60','\x5d','\x80','\xdd','\x8d','\x60','\x7c','\x2e','\x35','\xb2','\x14','\x55','\x01','\x62','\x64','\xc2','\x41','\x12','\xe6','\xeb','\x7e','\x91','\xd0','\x25','\x02','\x69','\x1c','\x1a','\x08','\xa2','\xe6','\x11','\x52','\x8c','\x90','\x74','\xcf','\xfd','\x1c','\xe0','\x7f','\x68','\x6c','\x6f','\x42','\xdf','\xcf','\x32','\xfb','\x58','\x49','\xac','\xaf','\x52','\x36','\xe6','\xee','\x83','\x2d','\x92','\xc0','\x3d','\xb8','\x4d','\x62','\xb7','\x7b','\xb4','\xf1','\x23','\xb0','\x7f','\x81','\xa4','\xed','\x2e','\xd5','\xbd','\x94','\xee','\x8f','\x36','\xf6','\x51','\x7a','\xa2','\x0c','\xc8','\x46','\x1b','\x55','\x4a','\xc1','\x1e','\x74','\xb7','\x83','\x0f','\xd9','\x97','\xb9','\x46','\x64','\x18','\x42','\x2f','\x02','\xec','\xcd','\x64','\xf6','\xcf','\xcd','\xc1','\xbe','\x63','\x72','\xd0','\x6c','\xaa','\x29','\xd2','\x85','\xdd','\x11','\x16','\xd2','\xcc','\xfd','\x8b','\x70','\x66','\xe1','\x3a','\x34','\x8a','\x44','\xae','\x71','\x9d','\x39','\xc8','\xbb','\x62','\x24','\x32','\xd4','\xe2','\xcb','\x89','\xd9','\xa8','\xa0','\xe1','\xb3','\x79','\x27','\x14','\x14','\xee','\x47','\xc6','\x66','\x6a','\xcc','\x12','\x75','\x43','\x48','\x91','\x91','\x18','\xe8','\x15','\x77','\xd2','\x7b','\x3d','\x7d','\x63','\xb7','\xb7','\x8b','\xf5','\xd8','\x71','\x80','\xf6','\xfd','\x10','\xd2','\xdd','\xc2','\xca','\x20','\x88','\xb6','\xf8','\x45','\xc5','\x11','\x8d','\xd8','\x82','\x35','\x11','\x4f','\x0e','\xec','\xac','\xc4','\xe5','\x8e','\x83','\xe3','\x27','\xe7','\x5b','\xb1','\xf9','\x4b','\x2b','\xf3','\x25','\xc9','\x69','\x1f','\x11','\x3a','\x26','\x52','\x95','\x9d','\x65','\x71','\x3f','\xa4','\xe7','\x7e','\xf8','\x1c','\x3a','\xa2','\xf5','\xd5','\x5d','\xe3','\xb7','\xb0','\x3f','\x36','\xbd','\x2f','\xc6','\xe5','\x98','\x7e','\xe2','\xa5','\xc2','\x4c','\xe2','\x78','\x36','\xa1','\x55','\x4f','\x69','\xd5','\xcf','\x6b','\xe4','\x99','\xc7','\x00','\xf5','\xeb','\x64','\x99','\xe3','\x46','\x1f','\x5b','\x24','\xb1','\x45','\x08','\xc1','\x4d','\xf4','\x93','\x38','\x7f','\xd7','\x42','\xce','\x1f','\x3a','\xdb','\xd1','\x6d','\x60','\x1e','\xa6','\x5a','\x60','\x7f','\xc1','\x38','\xe3','\xac','\xe1','\x08','\xbd','\x05','\x91','\x5d','\x62','\x7a','\xc4','\x33','\xdb','\xe1','\xb7','\xe0','\xbd','\xf7','\xca','\xe7','\x68','\x03','\xde','\x3b','\xa5','\xf0','\xde','\x2f','\x35','\x60','\x7f','\x1f','\xb1','\xab','\x87','\x4c','\x90','\xcf','\x7c','\xf4','\x84','\x27','\x99','\xcc','\x6f','\x3f','\x3e','\x70','\x3f','\x23','\x5c','\x4d','\x2a','\xb9','\xa1','\x68','\x7b','\x35','\xff','\x7e','\x44','\xf7','\xa5','\x9a','\xe2','\x7e','\x50','\x56','\x11','\xfb','\x4e','\x8f','\xfc','\xec','\x95','\xa5','\x1b','\xec','\xca','\x8e','\x5e','\xa7','\xc0','\x2b','\xdb','\x3b','\x3a','\xb3','\xff','\x58','\x76','\x5f','\xa4','\x7a','\xe2','\x9c','\x75','\xe2','\xcb','\x56','\x76','\xa4','\x5a','\x3d','\xfa','\xfd','\x2a','\x6c','\x91','\xe2','\x48','\x8e','\xbf','\x5c','\x7e','\x0f','\xa1','\x75','\x30','\x0f','\xb3','\x3b','\x49','\x75','\x67','\x9f','\x45','\xfb','\xce','\x37','\x48','\xa0','\x1e','\x41','\x01','\x5a','\xc2','\xd4','\xd1','\x05','\x5f','\x1a','\xe0','\x33','\x15','\xfd','\x53','\x2d','\xfd','\x53','\x15','\xc0','\x0d','\x17','\xad','\xee','\x77','\x01','\xfc','\x9f','\x08','\xd3','\x33','\x98','\xfe','\x00','\xd3','\x55','\x1c','\x9e','\xff','\xd3','\x41','\xc9','\x0a','\x29','\x67','\x48','\xe4','\x47','\xc0','\x91','\xca','\x07','\x61','\x24','\xb8','\xf7','\xa8','\xb2','\x7f','\x24','\x08','\xf6','\x60','\xb9','\xc2','\x91','\xf5','\xa3','\x6a','\x06','\x57','\x3d','\x85','\x24','\x43','\x0a','\x3a','\x99','\xaa','\x08','\x7d','\xa3','\x42','\xa6','\x74','\x32','\xa3','\x77','\x54','\x0e','\x35','\x87','\x52','\xef','\xd8','\x2c','\x67','\xb2','\x9c','\xc5','\xf2','\xad','\xd4','\x0f','\x68','\xe2','\x23','\x34','\x21','\xb1','\x54','\x7d','\x39','\x86','\x6a','\x31','\x33','\xcd','\x96','\x6a','\xec','\xc6','\xb7','\x9a','\xbf','\x1b','\x2d','\x8e','\xe1','\x74','\xcf','\x7e','\x11','\x03','\x3f','\x40','\xcf','\x7e','\xa1','\x22','\x92','\x14','\x4a','\x2f','\xff','\xa3','\x69','\xb4','\xd7','\x44','\xdd','\x75','\x0a','\x72','\x83','\xc2','\x3a','\xe5','\xa3','\x8a','\xdd','\xac','\x78','\x11','\x84','\x76','\xa0','\xa3','\x2a','\xd4','\x08','\x36','\xdc','\xf8','\x3a','\x74','\x95','\xed','\xbe','\xd9','\x38','\x22','\x33','\x26','\xb3','\xd4','\x4d','\xc6','\x46','\x8f','\xa4','\x7e','\x38','\xcc','\xee','\x47','\xc0','\x26','\x24','\x11','\x60','\x13','\xaa','\x2f','\xab','\x5a','\x4d','\x7b','\xf3','\x5b','\x0f','\xae','\x46','\xe7','\x2d','\x08','\xcd','\x92','\x2f','\x2b','\xa0','\xfe','\x90','\x4c','\x9e','\x4c','\x74','\xe6','\x73','\x84','\x6f','\x29','\x45','\x24','\x3c','\xed','\xa2','\xaa','\x82','\xc9','\xfe','\x87','\x54','\xe3','\x53','\x08','\x7d','\x1a','\xb1','\x4f','\x1b','\x8d','\x1b','\x88','\xdd','\xf8','\xd7','\xec','\xc6','\x27','\x19','\xfd','\x14','\xb8','\xdd','\xc3','\xce','\x32','\x4d','\xc6','\xe9','\x6c','\x9c','\x7e','\xea','\x6e','\xfa','\x37','\x83','\xf4','\xe2','\x57','\xc3','\xe1','\xf3','\x94','\xf6','\xf3','\x61','\x0f','\xf9','\x18','\x91','\x1b','\xdc','\x04','\x76','\xde','\xe5','\x0d','\x46','\x2a','\x47','\x8c','\x1f','\x0e','\xa3','\x20','\x4a','\xbf','\xda','\x34','\xde','\x24','\xf6','\x4a','\xd9','\x36','\x97','\x11','\xaa','\x19','\x2b','\xdf','\x82','\x54','\x53','\x82','\x3b','\xeb','\x1d','\xee','\x07','\x75','\xef','\xc7','\xd3','\xa3','\x32','\x62','\x45','\xe7','\xc9','\xde','\x3c','\xd9','\x9f','\xe7','\x5b','\x58','\xf3','\xc4','\x4d','\xc2','\x91','\x15','\x4a','\x5d','\x55','\x5a','\x22','\x03','\x65','\x72','\xdf','\x12','\x09','\x7f','\x03','\x10','\x6b','\x91','\xd8','\xcb','\x30','\x7b','\x73','\xa7','\xc9','\xf8','\x02','\x99','\x77','\xfa','\x50','\x2b','\xa4','\xaa','\x84','\x26','\x85','\xd6','\x9b','\x86','\xfd','\xcb','\x6f','\xee','\xf5','\x5b','\xfb','\xb9','\x7e','\xe8','\xb7','\x4e','\x9c','\xb1','\x1e','\x71','\x9c','\xbf','\x38','\x63','\x55','\xfd','\x16','\x58','\x8b','\xfc','\xea','\x7a','\x30','\x22','\x97','\xc9','\x3d','\xcb','\xe4','\x40','\x99','\xec','\xb9','\x44','\x8e','\x9d','\xeb','\x3b','\x53','\x22','\x7e','\xd3','\xcb','\x13','\xc7','\x88','\xfa','\x11','\x75','\xea','\xd4','\x06','\xd6','\xa3','\x4e','\x83','\x39','\xf5','\x18','\x46','\x23','\x15','\x2d','\x5f','\x8a','\x64','\x8e','\x84','\x16','\x61','\x23','\x47','\xd2','\x75','\x65','\xc0','\x12','\xef','\xbd','\xd4','\xf3','\xde','\x93','\x5c','\xd0','\x71','\x3d','\xc1','\x24','\xcc','\xcf','\xdf','\x3e','\x2c','\xf6','\x68','\x73','\x1f','\x5f','\x5c','\x67','\x1b','\x33','\x85','\x60','\xb6','\x10','\xac','\x4e','\x37','\xaa','\x85','\x20','\xe1','\x98','\x6e','\x90','\x4e','\x43','\x13','\xf3','\x84','\xeb','\x72','\xc3','\x49','\x38','\xf2','\xb6','\xb1','\x3a','\x4e','\xe8','\x53','\x7c','\x2d','\x43','\xe9','\x3a','\xe7','\x03','\x4b','\x96','\x9a','\xb2','\x64','\x25','\x62','\x2e','\x9a','\xa9','\x77','\xf8','\x95','\xc8','\x32','\xc1','\xbe','\x59','\xae','\x88','\x32','\x31','\x0f','\xa5','\x6d','\xe7','\xa1','\xbb','\x41','\x8b','\xbc','\x89','\x10','\x61','\xfb','\x82','\x91','\x7d','\xff','\xd3','\x8f','\xf7','\x5d','\xc6','\x33','\x8f','\xd1','\x99','\x68','\xb3','\x3b','\x0f','\x3b','\xcb','\x1c','\x94','\x3a','\x42','\x3e','\xd6','\x22','\x33','\x84','\x64','\x09','\xb1','\x48','\x1f','\x84','\x89','\x72','\x7d','\xec','\x3a','\x88','\x5c','\xe9','\xf7','\x5c','\xb7','\xcc','\xde','\x11','\x0b','\x1e','\xcd','\xf5','\xb7','\x5c','\x69','\x7a','\xfa','\xa1','\xab','\x19','\x82','\x94','\x18','\x73','\x0b','\x93','\x11','\x45','\x18','\x24','\x9e','\x73','\x1b','\xe4','\xbf','\x0a','\xa5','\x36','\x9b','\xf0','\xad','\xa0','\x66','\x62','\x53','\x5b','\x20','\xcc','\x69','\xc5','\x57','\x89','\x7f','\x95','\x04','\x9d','\x26','\x5d','\x25','\xf5','\x55','\x52','\x74','\x9a','\x6e','\x80','\x5c','\x72','\xf5','\x30','\xa8','\x67','\xb0','\xc4','\x82','\x5c','\xff','\x89','\x95','\x26','\x72','\x66','\xfe','\x4d','\xa7','\x66','\x83','\x3e','\x26','\xf6','\x5c','\xbf','\x09','\x38','\x66','\xed','\x35','\x5a','\xfb','\x0b','\xd6','\xbe','\x82','\x75','\x42','\x20','\xcb','\x27','\x0f','\x9f','\x42','\x1d','\xa5','\xa5','\x5f','\x98','\x06','\x7c','\x3b','\x1e','\xe2','\x0b','\x23','\x42','\xf2','\xfd','\x1d','\xbb','\x20','\x72','\x06','\xd1','\x16','\xa1','\xaf','\xb5','\xe8','\xba','\x05','\x68','\x2d','\x7e','\xe6','\xea','\xe4','\xa7','\xae','\x3e','\xf6','\xe9','\xab','\xc5','\x4f','\xb7','\xd4','\x1b','\xeb','\xc5','\x1b','\xeb','\x93','\x37','\xd6','\xab','\xb4','\x75','\x9e','\xae','\xb8','\xd5','\xc4','\xcc','\x8d','\x47','\x0f','\xde','\xb9','\x83','\xa7','\xaf','\x8e','\x0b','\x7d','\x75','\xdc','\xdc','\x3b','\x6e','\xee','\xff','\x6c','\x63','\xdf','\xf8','\xe2','\x89','\xf1','\xdf','\x3b','\xc1','\xf5','\x96','\xf1','\xc5','\x2a','\xc7','\x67','\x1b','\x20','\x99','\xff','\xbb','\x33','\xe4','\x91','\x57','\xc9','\x23','\x15','\x32','\xfe','\x47','\x64','\x62','\x99','\xfc','\x45','\x99','\xfc','\xc7','\x4b','\xe4','\xe2','\xb9','\xbe','\x5f','\x00','\x2d','\xab','\x6b','\x5f','\x40','\x31','\xbb','\xb7','\xf7','\x1f','\x06','\x63','\x70','\x5f','\x9e','\xcc','\x4c','\x04','\x67','\x9e','\xbb','\xf0','\xc8','\xed','\xcf','\x56','\xad','\x58','\x35','\xcc','\x9f','\xe2','\x3c','\x99','\xc6','\x7d','\x16','\x57','\x33','\x6a','\x24','\xb7','\x46','\x02','\x21','\x42','\x23','\xb0','\x29','\xf3','\xdb','\x08','\x41','\x5d','\xa0','\x7f','\x74','\xfd','\xa6','\x3b','\xc8','\xb1','\x48','\x12','\x53','\xf6','\x28','\x65','\xa7','\x86','\x9c','\xb4','\xa8','\x4b','\x99','\xfe','\x64','\x2b','\xfd','\x3f','\xc4','\x33','\x9f','\x8e','\x1b','\x9f','\x8e','\x67','\xbf','\xd7','\xca','\x7e','\x2f','\x0e','\x08','\x73','\xb4','\xb2','\xd4','\x3b','\x88','\xb0','\x86','\x5a','\x16','\x1c','\x3c','\xc6','\x08','\x20','\x0e','\xb2','\xcd','\xaf','\x2a','\x01','\x1a','\x09','\x91','\x64','\x84','\xa8','\x0c','\x65','\x0a','\x8e','\x73','\x56','\x1c','\x83','\x46','\x0e','\x59','\x87','\x63','\xad','\x99','\x98','\x69','\xfd','\xb2','\x49','\x1e','\x37','\xc9','\x84','\x4d','\x4c','\xbe','\xae','\x8f','\x6c','\x9c','\xcf','\x3d','\x7a','\xaf','\xa7','\x19','\x62','\xb2','\x3b','\x43','\xb8','\x12','\xb5','\x73','\x74','\x5f','\x20','\xb4','\xef','\xf7','\xef','\x3d','\xf1','\xb5','\xb1','\x99','\xa7','\x6f','\x65','\x77','\x67','\xaa','\x5c','\xd4','\xf3','\x01','\x1c','\xdd','\x60','\x56','\x6f','\x35','\x9f','\xdb','\xfb','\x97','\x70','\x9b','\x33','\xb4','\xf7','\x63','\xf5','\xfd','\x59','\x71','\x7e','\x71','\xbe','\x2e','\xce','\x2f','\x58','\xb5','\xbf','\xee','\xe9','\x3f','\xed','\x3d','\x8e','\xec','\x11','\x51','\xe3','\x5f','\x24','\x64','\x20','\x42','\x76','\x51','\xe2','\x77','\xfd','\x12','\x45','\x72','\x5a','\x23','\x79','\x8d','\x24','\x66','\xc8','\xc1','\xd6','\x7e','\xbf','\xb6','\x2f','\xa8','\xed','\x33','\xf5','\x13','\xe7','\x9d','\x19','\x84','\xb2','\x0c','\xfd','\xc5','\x4f','\x49','\x35','\xd1','\x02','\xca','\xef','\x2e','\x9a','\x70','\x65','\xb0','\x41','\xf4','\xfd','\xc8','\x21','\x2b','\x2d','\x62','\xba','\xf3','\xa7','\xad','\x15','\xf7','\xfa','\x33','\xb9','\xfd','\xee','\xda','\x5f','\x5c','\x05','\x92','\x16','\xc5','\xcf','\xbc','\x4f','\x0e','\xcb','\xb0','\x82','\xf8','\x0f','\xf3','\xf5','\x15','\x6c','\x3f','\x98','\xf0','\xdb','\x44','\x30','\xa3','\x29','\x35','\x5c','\x57','\xa9','\x02','\x08','\x3b','\xa3','\x9f','\x51','\x9c','\x4f','\x29','\xa3','\x9f','\x76','\x46','\x3f','\x39','\x30','\xfa','\x3d','\x0e','\x07','\xae','\x61','\x0e','\x67','\x94','\x2a','\x80','\x30','\xdf','\x7c','\x95','\x0c','\x55','\x3e','\x41','\xa3','\xd9','\xa1','\x86','\x15','\xb6','\xbf','\x1d','\x96','\xa8','\x2a','\x92','\x41','\xe0','\x98','\x23','\x67','\x42','\xd0','\x2c','\xdf','\x10','\x29','\x82','\x48','\x5a','\x51','\xe3','\x9d','\x39','\xb5','\xd8','\x65','\x75','\x4c','\x55','\x59','\xaa','\xc6','\xdc','\xcc','\x97','\x3b','\xc9','\x1f','\x77','\x0c','\x7d','\x69','\xc0','\xae','\xec','\x66','\x3f','\x12','\x7f','\x28','\x46','\x40','\x5f','\x4d','\x35','\xbb','\xda','\x05','\x8c','\xc0','\x12','\x39','\xb4','\x08','\x5b','\x39','\xdf','\xa3','\xcf','\x97','\x84','\x17','\xd4','\xec','\x94','\xec','\xa1','\xb6','\x39','\x79','\xad','\xf1','\x19','\x7b','\xf1','\x53','\xf6','\xef','\x7d','\xca','\x71','\xfe','\xda','\x5e','\xbc','\xc1','\x71','\xad','\x01','\xc5','\x80','\xde','\x68','\xd2','\xeb','\x67','\x00','\xbc','\xb1','\x74','\x86','\x03','\x08','\x87','\x95','\x33','\x1c','\x83','\xca','\xf3','\x54','\xb1','\x7a','\x79','\x84','\xdc','\x14','\x9e','\x40','\x0f','\xe5','\x94','\x84','\x4c','\x34','\xdf','\x8e','\x14','\xea','\xa5','\xa2','\x0a','\xa2','\x81','\x4a','\x70','\xe0','\x74','\x66','\x04','\xe4','\xcf','\x4d','\x2e','\x7f','\x02','\xe8','\x2d','\x8c','\xd6','\xa0','\x8c','\x48','\xa3','\x82','\x91','\x3d','\xa6','\x55','\x46','\x1f','\x75','\xfe','\xc5','\x4b','\x97','\xff','\xc5','\xc0','\xe5','\xf3','\xd2','\x72','\x68','\x85','\x0e','\xe7','\x23','\x63','\xf1','\x7e','\xfd','\x40','\xa8','\x04','\xd1','\xae','\x77','\x94','\xcf','\x68','\xf5','\x5c','\xe0','\x26','\x99','\xe3','\x92','\x5c','\x16','\x29','\x8e','\xef','\xfe','\x7f','\x39','\xfb','\x1f','\xf0','\x36','\xae','\xf3','\x4e','\x14','\x3e','\xe0','\xc0','\x07','\xa3','\xf8','\x00','\x18','\x5a','\xbe','\xea','\x01','\x09','\x02','\xa0','\xa8','\x8f','\x51','\x76','\xa1','\xe4','\x0c','\xa0','\xd2','\x90','\x44','\x11','\x10','\xc9','\x22','\x72','\x8b','\xc4','\xd9','\xa4','\xb7','\xcb','\xfc','\xb9','\xe9','\x80','\x80','\x21','\xa5','\x0b','\xdb','\xb0','\xdd','\x2f','\x65','\x5a','\x96','\x18','\x8a','\x2c','\xc4','\x34','\x13','\x89','\x76','\x7a','\xb3','\x90','\xe3','\x8d','\x98','\x34','\xd7','\xbb','\x37','\x9b','\xe7','\xbb','\x74','\x9c','\x9b','\xeb','\xdd','\xed','\x8d','\x86','\x22','\x0b','\x2b','\x5b','\xd4','\x52','\xdb','\xbd','\xdf','\xc3','\xa4','\xd9','\x08','\x8e','\x7d','\x15','\xdf','\xef','\xf3','\x57','\x43','\x71','\x1e','\x17','\x8e','\xc7','\x98','\xef','\xbc','\x67','\x00','\xfe','\x91','\xe4','\x34','\x7b','\xfd','\xfc','\x3c','\xcf','\x08','\xa2','\x0e','\x07','\x67','\xce','\x79','\xff','\x9d','\xf7','\xfd','\xbd','\xe2','\x46','\x22','\xc3','\x39','\x2b','\xf9','\x06','\x61','\xb9','\x0e','\x92','\x2f','\x5b','\xfc','\x8a','\x7e','\x89','\x9c','\xbf','\xa3','\x7d','\x18','\x6e','\x3d','\x34','\x7f','\xa6','\x13','\xf7','\x13','\xa6','\xdd','\x2e','\x8b','\x0e','\xe6','\x59','\x27','\x47','\x96','\x77','\xce','\xb3','\x4f','\xe6','\xbe','\x4a','\x89','\x04','\xa1','\x5d','\x32','\x61','\xb0','\x0e','\xa3','\x25','\xf3','\xfd','\xab','\xe6','\x43','\xdc','\x44','\x5c','\x35','\x3f','\xb4','\x6a','\xd6','\x99','\x29','\xe4','\xbc','\x29','\x50','\x13','\x4e','\x8d','\x38','\x71','\x98','\x5c','\x22','\x93','\x69','\x52','\xcf','\x79','\x0d','\xc0','\xad','\xfe','\xc5','\xdc','\x1c','\xc4','\x13','\x92','\xd6','\x76','\x7c','\x9e','\xbf','\xfa','\x2d','\x42','\xfc','\x8e','\xa5','\x7a','\x07','\xaf','\x50','\x9c','\x53','\xe7','\x7d','\x76','\x1b','\xce','\xa9','\x8d','\x69','\xfe','\xf6','\x13','\x26','\x9a','\xba','\x6e','\x55','\xef','\xf4','\x96','\x3b','\xaf','\x18','\x71','\x51','\xc6','\x54','\x08','\x26','\xa5','\x5f','\xd2','\x4f','\xad','\xd9','\x2f','\xc3','\x3c','\xa7','\x58','\xaa','\xcc','\x97','\x31','\xa2','\x59','\x68','\x86','\x88','\xb2','\xa8','\x27','\x8b','\xdc','\xe5','\x26','\x81','\x4f','\x48','\xab','\xdc','\x2e','\x71','\x8d','\xfd','\x0d','\x43','\x7d','\x32','\x73','\xec','\x1e','\xda','\x8f','\x5a','\x48','\x61','\xae','\x3a','\xea','\xad','\x28','\x6a','\xe5','\xc3','\x3b','\xe5','\x4f','\x70','\x31','\x4d','\xdb','\x65','\xba','\x91','\x06','\x58','\x73','\x53','\x1b','\xe9','\x4f','\x6d','\xa4','\x3f','\x61','\xcd','\x7d','\xd2','\xc4','\x7f','\xbf','\x5e','\xd9','\x5c','\xc7','\x9b','\xd7','\xdf','\x84','\xee','\x0c','\x1c','\xdf','\xaf','\xd0','\xbf','\xac','\x70','\x03','\x15','\x3a','\xd6','\x6d','\xd4','\xe8','\x95','\x02','\xbd','\x56','\x10','\xbd','\xea','\xc6','\xf8','\xd4','\x06','\xa1','\xd9','\xa5','\x88','\x41','\x30','\x14','\x8c','\x90','\x4f','\x94','\xdb','\x9f','\xc8','\x2f','\x4f','\x7d','\x63','\x79','\xea','\xc0','\xf2','\xe6','\x81','\x2f','\xff','\xc0','\xb6','\x37','\x0f','\x2c','\xd3','\x6d','\x7c','\x39','\xd0','\xad','\xa2','\xa2','\x93','\x4b','\x74','\x32','\x4d','\xeb','\x39','\x91','\xde','\x95','\xf3','\xed','\x76','\xf4','\x20','\x7e','\xe8','\xd2','\x0f','\xb9','\x16','\xc1','\xaf','\x9c','\xd7','\x33','\xae','\x33','\xdc','\xe8','\xad','\xcb','\x0a','\x74','\x47','\x75','\xef','\xdf','\x71','\xa4','\xb2','\xb8','\x75','\x04','\xd3','\xf1','\xbb','\x77','\xda','\x63','\x1a','\x89','\x7e','\xe6','\x5b','\xef','\x7f','\x30','\x7a','\xe8','\xc1','\xcc','\x43','\x59','\xf2','\xd0','\x23','\xaf','\x81','\x3d','\x76','\xca','\xa8','\x3f','\x58','\x24','\x9f','\x89','\x92','\xac','\x08','\x63','\xe7','\x08','\x28','\xd6','\x4e','\x3d','\x66','\x09','\x82','\x36','\x2c','\xc8','\x6d','\x2b','\xe4','\x43','\x11','\x22','\x0e','\x46','\x17','\x23','\xec','\x06','\x63','\xf5','\x49','\xa0','\xac','\x7f','\x3a','\x15','\xff','\x5f','\xac','\x5f','\x37','\x52','\x47','\x8c','\x94','\x7a','\xde','\x52','\xf9','\xd5','\x18','\x57','\xcf','\xdb','\xaa','\x01','\x91','\xd1','\xc8','\x67','\x95','\xe9','\x1c','\x99','\xce','\x0d','\xa7','\xb5','\xf7','\x7e','\x58','\x8b','\x1b','\xfc','\xed','\x24','\x1b','\x9d','\xfd','\xde','\x55','\xaf','\x53','\x65','\xeb','\x53','\x93','\x93','\x9f','\x98','\x9c','\xfc','\xe4','\xe4','\xe4','\xdf','\x97','\xad','\x4d','\x09','\x6d','\x8a','\x66','\x76','\x81','\x37','\xc6','\x80','\x7c','\xc9','\xb7','\x48','\x83','\xe7','\x68','\x62','\x8a','\x6e','\x6a','\xfd','\x90','\x0f','\x93','\xa0','\x76','\x98','\xce','\xf8','\x68','\x0a','\x83','\xdd','\x5b','\x10','\x46','\x2f','\x77','\x1c','\x8c','\xc2','\xc7','\xe5','\xc2','\xa7','\x96','\xd3','\x9f','\x68','\xd7','\x3e','\xf1','\xe4','\x57','\x7f','\xf8','\x25','\xb2','\xf9','\x24','\xda','\x6c','\x07','\xe9','\x93','\x55','\xfa','\xe4','\x0f','\xe9','\x93','\x36','\x6d','\x57','\xe9','\x02','\xa5','\x67','\xfa','\xe8','\x19','\x9b','\x9e','\xa1','\x01','\x8e','\x1e','\x1a','\x08','\xd1','\x3e','\x4c','\x83','\x8d','\x06','\x35','\x4d','\xbb','\xd5','\xe9','\xbe','\x51','\xfe','\x47','\x7b','\x5c','\xa9','\x71','\x94','\x9b','\xb5','\x1e','\x54','\x29','\xdf','\xac','\xf4','\xb8','\xce','\x25','\x5f','\x22','\x3d','\x12','\xb1','\x7f','\x36','\x3b','\xeb','\xa6','\xa9','\x77','\xdb','\xa7','\x5c','\x5c','\xfb','\x5b','\x5b','\xa1','\xdb','\xa8','\xbf','\x09','\xfb','\x82','\xfb','\xdd','\xdf','\x9b','\x7d','\xe8','\xeb','\x93','\x99','\xfd','\x93','\x75','\x8e','\xb1','\xd9','\xed','\xed','\xc0','\x15','\xb9','\xc7','\x24','\x77','\xad','\x10','\xef','\xf3','\x24','\x70','\x11','\x02','\xe3','\x6b','\xd0','\x5b','\x16','\xe2','\x7e','\xfc','\x35','\x40','\x62','\x0f','\xdf','\x86','\x95','\x68','\xd9','\x7e','\xff','\x0d','\xed','\x50','\x41','\x7b','\xa8','\x38','\xf7','\xd0','\xe9','\xb1','\x4c','\x09','\x81','\x9d','\xa9','\x21','\x11','\x83','\x45','\xc2','\xc2','\x14','\xd7','\x14','\x22','\x57','\x2d','\x48','\x51','\xea','\xda','\x75','\x41','\xcc','\xe7','\x8a','\x51','\x37','\xa3','\x27','\x19','\x65','\x87','\xed','\x7b','\xda','\xf0','\xc7','\x7f','\x9e','\x18','\xfd','\x67','\x33','\x47','\x4f','\xff','\xfe','\xd1','\x93','\xbf','\x3f','\x75','\xf2','\xbb','\x53','\x57','\x9e','\xab','\x7e','\x3e','\x16','\x48','\x80','\x6b','\xf0','\x6e','\x76','\x6f','\xa7','\xfe','\x71','\xbd','\x53','\xda','\x00','\xf1','\x70','\x60','\xc0','\x48','\x89','\xf3','\x8e','\x45','\xae','\x64','\xdf','\xcf','\xf4','\x43','\x25','\xfd','\xa1','\xd5','\x25','\xae','\xd1','\xea','\x4c','\xe7','\x20','\x6c','\x49','\xe8','\x62','\x5d','\xe0','\x8c','\x23','\x49','\xb6','\xf5','\xa0','\x50','\x0a','\x10','\x07','\x88','\xd7','\x3b','\xfa','\xe2','\xb9','\x3a','\xc4','\xc3','\x45','\x28','\x80','\xa0','\x99','\x5d','\x42','\xc3','\xb3','\x02','\xfd','\x9e','\x03','\x4f','\x13','\xf5','\x7c','\x67','\x7e','\x9c','\x58','\x01','\x24','\x1b','\x83','\x69','\x1d','\x5d','\xc7','\xef','\x5f','\x77','\x1f','\x3a','\x36','\x03','\xe7','\xd4','\xff','\x69','\x06','\xce','\xa9','\x11','\xae','\x3b','\xe1','\xac','\x71','\x61','\x7b','\xe7','\xd3','\xb7','\xe1','\xd3','\xfc','\xd9','\x23','\x50','\xdf','\x24','\xce','\x92','\xa8','\xa6','\x53','\x4d','\x0b','\x37','\x54','\x09','\xc7','\x6d','\xfb','\x2e','\xa9','\x67','\xcf','\xe3','\x3f','\x09','\xec','\xdd','\x7f','\xf3','\xd8','\x63','\x8f','\xfe','\xf3','\x8f','\xaa','\x0f','\x3c','\xa5','\x4a','\x3d','\x47','\xa4','\x50','\x40','\x22','\x5d','\x53','\x2a','\x23','\x5e','\x7d','\x47','\x5f','\x80','\x1d','\xa5','\xda','\x94','\x31','\x3a','\x12','\xe9','\xe7','\x9a','\x97','\xd9','\x1f','\x8f','\xd5','\xfe','\x87','\x76','\xed','\x93','\x31','\x8e','\xf6','\x0f','\x62','\x35','\x07','\x81','\x76','\x3b','\x10','\xab','\x51','\x56','\xa3','\xa5','\x1a','\x9d','\xad','\xd1','\xef','\xb6','\xe9','\x77','\x51','\x80','\x9d','\xec','\x63','\x05','\xca','\xd6','\x69','\x5c','\x0a','\x4e','\x96','\x68','\x41','\xa3','\x93','\xa7','\xa1','\xd3','\xe5','\x37','\x73','\x81','\x7f','\x9e','\xfb','\x54','\xaf','\xf6','\x09','\x54','\xf8','\xa4','\x6d','\x7f','\xf2','\x80','\xb6','\x79','\x20','\xff','\x83','\x9f','\xfe','\x74','\xf3','\x40','\x81','\x1e','\x18','\x0e','\xfc','\xf4','\x1b','\xf4','\x40','\x94','\x1e','\x38','\x18','\xf8','\xe9','\xf3','\xf4','\xc0','\x3d','\xf4','\xc0','\xd1','\x80','\xfd','\x7b','\xb4','\xf9','\x22','\x9d','\x3f','\x4b','\xb1','\xb4','\x5d','\xb7','\xd5','\x57','\xa0','\x36','\xf4','\x49','\xfa','\x14','\xd5','\x3e','\x41','\xff','\x9b','\xc7','\xf1','\x40','\xcf','\xc8','\x06','\x37','\xc9','\xf1','\x40','\x05','\xbb','\xec','\xf2','\xe5','\x02','\x72','\xe7','\x53','\x9a','\x56','\x6e','\x5e','\x33','\xa7','\xaf','\x99','\x93','\xd5','\xe4','\xbf','\x31','\xd0','\x1e','\x7f','\xf9','\x32','\x4e','\xf1','\xff','\x4e','\xac','\x94','\xd7','\x56','\xd1','\x9f','\x7c','\x27','\xf5','\x97','\x67','\xd4','\x2f','\x7e','\xa1','\xd7','\xfb','\x05','\xfb','\x07','\xc6','\x6c','\xc0','\x4a','\xa1','\x96','\xcf','\x27','\x9c','\x38','\xbb','\xd3','\x39','\x1a','\xf4','\xc5','\xf8','\xf8','\xa1','\xf1','\xf1','\x87','\xda','\x73','\x0f','\x2d','\xeb','\x99','\x60','\xa3','\x4e','\x37','\x20','\x3e','\xc6','\x97','\x4a','\x69','\x11','\xde','\xec','\xaa','\xee','\x65','\x42','\x88','\x75','\xd6','\x4f','\xa5','\xb3','\x7e','\xc6','\xc7','\x41','\xef','\xf0','\xeb','\xdc','\x1c','\xbf','\xde','\x3a','\x0e','\x35','\xeb','\xea','\x22','\x8c','\x53','\x12','\xe3','\x5c','\x6a','\x7b','\xe1','\xdf','\xee','\x1c','\xa7','\xbb','\x0e','\x91','\x38','\x61','\x94','\x23','\xc4','\xdf','\xe0','\xd7','\xf7','\xcb','\x91','\x43','\xfe','\xc6','\xa1','\xa5','\xc8','\x43','\x4b','\xa3','\xc5','\x72','\x23','\x93','\x88','\xd4','\x31','\xfe','\x6b','\xfe','\xb4','\x93','\x93','\x80','\xd9','\xd9','\x5b','\x6e','\xbc','\xef','\x58','\x64','\x63','\x83','\xb8','\xdd','\xff','\xcd','\x75','\xc7','\xef','\x66','\x27','\xbc','\x5b','\x3e','\x36','\xbf','\x29','\xa5','\x10','\x2b','\x41','\x89','\x11','\x57','\x8d','\x01','\x13','\xf5','\xeb','\xc8','\x2f','\x32','\x1e','\xc3','\x6e','\xf4','\xf8','\xa2','\x6b','\x6d','\xc3','\x83','\x5e','\x49','\x74','\xf3','\xb1','\x91','\x2f','\x25','\x02','\xf7','\x10','\xcd','\x54','\x84','\xc5','\xb1','\xcd','\x7f','\xe3','\x93','\x29','\xf6','\x51','\x1c','\xa4','\x98','\x52','\x29','\x41','\xa5','\x12','\x75','\x35','\x28','\xd2','\x03','\x6b','\x97','\xc3','\xd2','\xb4','\x85','\x1f','\x2b','\x91','\xa3','\xa9','\x44','\x18','\x35','\xfc','\x1e','\x84','\x77','\x8e','\xd3','\x11','\xf8','\x5b','\x27','\x88','\x3e','\x39','\x86','\x7d','\x6a','\x25','\xc8','\x57','\x31','\x7b','\x39','\xc1','\x72','\x25','\xe6','\xe2','\x56','\xa2','\x1e','\x71','\x5d','\x8e','\x48','\xd3','\x1a','\x7e','\x2c','\x25','\xc6','\xd1','\x7f','\x85','\x71','\x18','\xf6','\xb1','\x42','\xf0','\xbe','\x37','\x29','\x93','\x12','\x4c','\xfa','\xa5','\xe3','\xbc','\x22','\x18','\xc6','\xd6','\x28','\xb4','\x0e','\xce','\x8a','\x9a','\x81','\xb0','\x82','\x46','\x15','\xf4','\x53','\xea','\x59','\x68','\xcd','\xa0','\x26','\x7a','\x0c','\x41','\x7f','\x5b','\xad','\x52','\x86','\x24','\x76','\x1d','\xd1','\x06','\xcc','\x15','\x9f','\xa8','\x10','\xcc','\x92','\xb4','\x76','\x63','\xb4','\xd3','\xd8','\xac','\x9b','\xe5','\x1e','\xb9','\x33','\x2b','\xe9','\xb6','\x4d','\xd8','\x30','\x91','\x09','\x69','\xb7','\xdd','\x5f','\xe7','\x46','\x41','\x37','\xfa','\x83','\x9a','\xb4','\xd6','\x1e','\x05','\x16','\xe3','\x7f','\x62','\x9c','\x61','\xa4','\x0d','\xa3','\x02','\x14','\x20','\xbb','\xb1','\xf9','\xb2','\xdb','\x5c','\x93','\x21','\x03','\x19','\x86','\x5a','\x42','\x21','\x19','\xfd','\x81','\x21','\xad','\x59','\xa3','\x28','\x11','\x7c','\xd4','\xa4','\xd9','\x2a','\xd0','\x86','\xbf','\x53','\x81','\x16','\x48','\xd9','\x33','\xe1','\x97','\xce','\xd3','\x6c','\x93','\x3e','\xc2','\xef','\x97','\xc2','\x2f','\x89','\x3c','\x43','\xad','\x4e','\xb5','\x4d','\xdb','\xda','\x2c','\x98','\xd7','\xf2','\x66','\xa9','\xd8','\x9a','\x3e','\x3d','\xf3','\x93','\x12','\xfa','\xb6','\xe6','\x7a','\xaa','\xfc','\x76','\x58','\xc3','\x7e','\x8d','\x62','\x51','\x80','\xb0','\xec','\xba','\xb0','\x94','\x7c','\xc7','\x70','\xcd','\x1b','\x5b','\xc5','\x08','\x32','\x17','\x95','\x27','\x16','\x83','\xd9','\xb3','\xf4','\x4a','\x25','\x69','\xd5','\x54','\xbd','\xfe','\xe8','\x72','\xfd','\x52','\x6b','\x4a','\xd5','\xa7','\xd4','\xe5','\xc7','\x92','\xad','\xfd','\xaa','\xfe','\x98','\xaa','\x7f','\x42','\x5d','\xba','\x98','\x7c','\xc7','\xcf','\x7a','\xb0','\x5b','\x6e','\xd8','\xd6','\x95','\xc9','\xa5','\x5a','\xfe','\x4a','\xed','\xc0','\x49','\x93','\xd0','\xda','\xe1','\xd3','\x57','\xff','\xcf','\x2b','\xcd','\xc9','\x2f','\x98','\x48','\xde','\x90','\xd0','\x0b','\xb8','\x91','\x26','\x89','\x82','\x1a','\x2c','\xae','\x1b','\x45','\x9c','\x4a','\xd0','\x06','\xcb','\x2e','\x3f','\x86','\x13','\x1f','\x4d','\x94','\x7e','\x88','\x5e','\x7a','\x4a','\x5a','\xf0','\xfb','\xb0','\xbf','\x44','\x71','\xe6','\x82','\x39','\xf7','\x4e','\x35','\x73','\xa1','\x22','\xa0','\xcf','\xbe','\x75','\x06','\xb9','\xce','\xa7','\x02','\xcd','\xb2','\xad','\xe7','\x02','\x4b','\xb9','\xc0','\xb9','\xf2','\x5b','\x06','\x14','\xd6','\xd1','\xcd','\x72','\x6b','\x33','\x47','\xaf','\x49','\xa8','\x24','\x91','\x69','\xbb','\xfd','\x13','\x09','\x7d','\x5b','\x72','\x3d','\x25','\x49','\x61','\x89','\xf8','\x25','\x86','\x3d','\x2e','\x13','\x67','\x97','\x3d','\x37','\x97','\xb0','\xcb','\x48','\x07','\x8c','\xf2','\x3b','\xfa','\x74','\xa0','\x92','\xfb','\x9b','\x8b','\x0f','\xbb','\x9a','\xd3','\xbf','\xb6','\x98','\xbb','\x79','\x56','\x73','\x55','\xca','\xad','\x8a','\x86','\xea','\x8f','\x34','\xeb','\xa7','\x95','\x2b','\xa7','\x95','\xa9','\x47','\x9a','\x8f','\xe5','\x23','\xfb','\xc7','\x23','\x8f','\x8d','\xa7','\x7e','\xf8','\xbb','\x6f','\x5d','\x3c','\x2f','\xf9','\x65','\x82','\xb9','\x1f','\x3d','\x67','\x5d','\x11','\x3d','\x96','\x6a','\xb3','\x2d','\x53','\xdc','\x5c','\x9d','\x6d','\x35','\x49','\xbf','\xa9','\xa4','\x36','\x82','\xda','\x0b','\xd4','\x4c','\xb3','\xa5','\x42','\xd2','\x2a','\x96','\xf4','\xe2','\xea','\xf2','\xc1','\x64','\x2b','\xc1','\xf4','\x7b','\xd8','\x72','\x2c','\xd9','\x3a','\xca','\xf4','\xdf','\x63','\x4b','\x57','\x93','\xef','\x9c','\xe7','\xf3','\xb3','\x4d','\x0a','\x87','\x90','\xc3','\x0b','\xe1','\xa0','\xe3','\x4c','\x21','\xf0','\xa1','\x46','\x54','\x63','\x0b','\xce','\x1f','\x0b','\x02','\x69','\x81','\x8a','\xfa','\x17','\x78','\x3b','\xcf','\xa1','\x8b','\x1a','\xb2','\x6f','\xdc','\xfa','\x89','\x1f','\x23','\x0b','\xa3','\x59','\x8c','\x32','\xdb','\x9f','\xf7','\x74','\x01','\x3c','\x42','\x54','\x6a','\xdf','\x92','\x6f','\x43','\xd6','\x74','\xfb','\xa5','\x6d','\xab','\xcf','\xeb','\xaa','\xf8','\xca','\x76','\xd0','\xa5','\x5b','\xae','\x4e','\xfa','\xdf','\xed','\x27','\x32','\xb3','\xa2','\x64','\xc6','\xb7','\x75','\xa6','\x20','\x2c','\x17','\xef','\x2a','\x50','\x47','\xef','\x3c','\x86','\xe6','\x9f','\x84','\x18','\xb1','\x18','\x29','\x32','\x92','\xb9','\xd3','\xf9','\xfb','\xac','\xc8','\x35','\xf8','\xe5','\xcf','\x43','\x44','\x7f','\x9c','\xd0','\x2f','\x7b','\x9e','\xca','\x6c','\x59','\xc4','\x5b','\x9c','\x71','\xb8','\x22','\xe0','\xbe','\xf9','\x3d','\xc4','\xfb','\x44','\xd0','\xfe','\x1b','\xd1','\x19','\x85','\x43','\x78','\xc4','\xde','\xc5','\x48','\xc8','\xad','\x59','\x38','\x55','\xec','\x31','\x33','\xdc','\x88','\x72','\x89','\xf3','\x85','\x1e','\x93','\x60','\x6e','\xbc','\x42','\x93','\xc4','\x59','\xe6','\xa3','\xc0','\x3f','\x06','\x3c','\x33','\x60','\x4b','\x60','\xca','\xe1','\xad','\x50','\xbb','\x46','\x9d','\x7b','\x32','\x4c','\xc9','\x3e','\xea','\x3d','\x47','\x43','\x98','\x5a','\x1e','\x5a','\xbc','\xab','\x9a','\x21','\x9b','\x84','\xcc','\xc0','\x19','\xae','\x1c','\x22','\x74','\x04','\xbc','\xef','\x88','\x36','\x3b','\xd1','\x08','\xe8','\x66','\xf7','\x7c','\xa7','\xf3','\xbe','\xbd','\xdf','\x26','\xf6','\x1b','\xbb','\xbc','\x7e','\xef','\x73','\x24','\x14','\x27','\x56','\x9c','\x14','\xe3','\xa3','\x99','\x38','\x25','\x43','\x90','\xee','\x48','\x72','\x3d','\x90','\x8a','\xc6','\xb1','\x20','\xcd','\x4a','\x36','\x75','\xdd','\xfa','\xbe','\xf8','\x6c','\xd8','\x6b','\x3b','\xbf','\x7e','\xd5','\x7b','\xd1','\xfa','\x95','\xe6','\x67','\x57','\x9e','\x1e','\xf5','\x5e','\xb2','\xec','\x75','\xba','\xdd','\x7e','\x8b','\x7f','\xb2','\xd0','\x17','\xe2','\xb2','\x12','\xeb','\x0e','\xf7','\x0f','\x84','\x4f','\x39','\x64','\x0d','\x5e','\x92','\x92','\x20','\x91','\xf0','\x6c','\xca','\x17','\xd0','\x9d','\xf3','\xf7','\x88','\xf8','\x27','\x84','\xc3','\xbb','\x80','\xec','\x75','\xf1','\x4d','\x3b','\x23','\xcb','\xde','\xf9','\x73','\x21','\xd7','\xd3','\x96','\xab','\x5a','\x44','\xab','\x19','\xe8','\x82','\x97','\x22','\xe8','\x27','\xc4','\xf5','\x75','\x22','\xc5','\x08','\xe9','\x23','\xa5','\xf0','\x2c','\x12','\x71','\x63','\x67','\x92','\x1d','\x32','\x4a','\xb7','\x0e','\xe3','\x38','\xdf','\xab','\xc3','\xff','\x56','\xf1','\xce','\x2f','\x86','\x5c','\x4b','\xbf','\x6c','\x1d','\xfa','\xc1','\x23','\x80','\x71','\x22','\x16','\x9c','\xc3','\xb2','\x08','\x89','\x47','\xbc','\xcf','\x45','\xec','\x37','\xe0','\x66','\x0b','\xfc','\x93','\x50','\x9c','\x59','\x71','\xa5','\x18','\x57','\x32','\x71','\x85','\x40','\x1e','\xb2','\xc0','\x04','\x21','\xeb','\x84','\x2c','\xf8','\xff','\x58','\xc2','\x7d','\x48','\xe4','\xe5','\xca','\x22','\x2c','\x29','\x01','\xbc','\x3a','\xb3','\xcd','\x5d','\xe1','\x4a','\xfe','\x49','\x48','\xf4','\xec','\x2e','\xa2','\x64','\x46','\x6a','\x92','\xd9','\x5b','\xf3','\x72','\x05','\x7b','\x14','\x13','\xfb','\x34','\x25','\xfe','\x89','\xb3','\x7e','\x60','\xfb','\x77','\x36','\x23','\x6c','\x98','\x84','\xd7','\x60','\xa1','\xf7','\x30','\xab','\x4f','\x2b','\x06','\xb4','\x4c','\xaf','\x09','\x36','\xc6','\xa0','\x49','\x4e','\x68','\xe4','\x0c','\xf3','\xba','\xf9','\x33','\x74','\xd7','\xe1','\xae','\xf7','\x85','\x88','\x38','\x8f','\xde','\xf1','\x09','\x9f','\x31','\x2d','\x24','\x25','\x2c','\x29','\x58','\x94','\x48','\xe6','\x4e','\x27','\xb0','\xb3','\x22','\x20','\xe9','\x73','\xa2','\x28','\x10','\x7d','\x4d','\x41','\x3c','\xd0','\xd4','\xb8','\x6d','\x26','\xce','\xa3','\xc5','\xf8','\x9e','\x88','\xf7','\x2c','\x0d','\xdd','\x4d','\xac','\xbd','\xb8','\x38','\xe4','\xc9','\xac','\x4b','\xef','\x36','\x4e','\x30','\x52','\xa2','\x89','\x0e','\x4d','\x6b','\x5f','\x44','\xb3','\x23','\x05','\x7a','\xbf','\xdd','\xf7','\xe1','\x42','\x80','\x14','\x02','\x46','\x81','\x6e','\x02','\x42','\x4a','\xc1','\x62','\x85','\x99','\x48','\x61','\xea','\x60','\x81','\x4e','\xd6','\x00','\x5f','\xad','\xf5','\xdf','\x38','\x17','\x58','\x33','\x02','\x2e','\xd2','\xea','\x99','\x65','\x6e','\xea','\x0b','\x06','\xc9','\x8e','\x43','\x79','\x6f','\x15','\x7a','\x2f','\xee','\xfe','\x84','\x86','\x28','\xb5','\xc2','\xad','\x22','\xa5','\x99','\x3b','\x1d','\xe2','\xcf','\x8a','\x72','\xfa','\xdd','\xf9','\x7e','\x15','\xef','\x25','\xdb','\xbe','\xb9','\x33','\x65','\xa8','\xed','\x7d','\xb6','\x12','\x52','\x2b','\x96','\x5a','\x29','\xaa','\x60','\x79','\xc3','\x0e','\x52','\x2b','\xb7','\xcb','\xb1','\x5b','\xea','\xbf','\x48','\x96','\x91','\xac','\xd6','\xcf','\x7d','\xba','\x9b','\x0d','\xd7','\x73','\x49','\x09','\xf3','\x7d','\x8d','\x99','\xc4','\x6d','\x27','\x5d','\x6a','\xed','\x4c','\xe6','\xb9','\xb5','\x9f','\x42','\xa7','\x1a','\xcc','\x69','\x91','\x09','\xed','\x53','\x4d','\x69','\xae','\x49','\x50','\x39','\x6e','\xff','\x78','\x1d','\xd5','\xb6','\x19','\xc0','\xc4','\x50','\x1e','\x31','\x54','\x12','\x86','\xea','\xb9','\x65','\x1c','\x58','\xcf','\x68','\x96','\x0c','\x35','\xc8','\x98','\x90','\x1b','\xab','\xd0','\xf6','\xc0','\xc9','\x95','\x72','\x62','\x2c','\xde','\x55','\x33','\x34','\x62','\x5a','\xaa','\x59','\x64','\xcd','\x8c','\xf6','\x23','\xa2','\xbd','\x48','\xb4','\x5a','\x97','\xec','\xc2','\xf4','\x22','\x73','\x16','\x99','\x14','\x99','\xdb','\xfe','\x20','\x64','\x5a','\x56','\xbc','\xdc','\xb0','\xb8','\xa1','\x91','\x82','\x46','\x8a','\x73','\xe4','\xf4','\x18','\x29','\x21','\xef','\xa9','\x56','\x48','\x43','\x56','\xd9','\x2e','\x6a','\x28','\x73','\x27','\x7f','\xf0','\x8f','\xfd','\x16','\x25','\x64','\xd7','\x3c','\x83','\x7c','\xae','\xd8','\x2f','\xed','\x8a','\xc9','\x80','\x7c','\x1e','\x34','\xac','\x64','\xfb','\x97','\xcb','\x79','\xe8','\xa3','\x7b','\xdd','\xf6','\x03','\x13','\x90','\xc3','\x60','\x50','\xc7','\xfe','\x36','\xd6','\x4c','\xbb','\xb9','\xfd','\x47','\x8f','\x69','\x86','\x91','\xd9','\x46','\xe6','\x67','\x51','\x2d','\x9d','\xb4','\xdd','\x82','\x19','\x55','\x16','\x5f','\xc7','\xe9','\xbf','\x93','\xe2','\xdf','\x4b','\xf0','\x59','\x91','\xc1','\x73','\xa4','\x17','\xf2','\x76','\xbc','\x17','\x96','\x85','\xdc','\x30','\x76','\x4a','\x48','\x21','\x0f','\x2b','\x90','\x1e','\xf0','\xee','\xfa','\x2b','\xa8','\xec','\xa2','\xf3','\xe9','\xe7','\x5e','\xef','\x6a','\x1f','\xbd','\xcf','\x86','\x68','\x01','\xf7','\x84','\x1e','\xa3','\x7d','\x37','\xe9','\xe8','\xb3','\xd5','\xb7','\xd4','\xea','\x8c','\x5a','\x9d','\x62','\x9d','\xe6','\x93','\x3b','\xd1','\x62','\x2d','\xc6','\x58','\x30','\xd8','\x70','\x3a','\x5b','\x51','\x5a','\x07','\x2a','\x63','\xba','\x61','\xd3','\x0d','\x7e','\xa5','\xdd','\x62','\x19','\x8e','\x50','\xb5','\xf6','\x8e','\x6d','\x7f','\xae','\x5a','\xfb','\x78','\xa7','\x58','\x46','\xd4','\xcb','\x30','\x51','\x2f','\xa3','\x99','\x2d','\x13','\xfa','\x75','\xee','\x8a','\xd7','\xf5','\x51','\xef','\x85','\xaa','\xbd','\xb9','\x49','\xe8','\xa6','\xf8','\xa4','\x4f','\x84','\x9d','\xa9','\xbf','\x4a','\xdb','\x7d','\x74','\x36','\x50','\xcd','\xd0','\x1d','\x7f','\x05','\x0b','\x03','\x52','\xb3','\x66','\x45','\x5d','\x49','\x10','\x0e','\xf5','\x34','\xaa','\xa5','\xba','\xc8','\xb4','\x1f','\x6c','\x43','\x28','\x3e','\xb3','\x8d','\x50','\x26','\x63','\x65','\xea','\x33','\x19','\x63','\x0a','\x38','\x3e','\x9e','\xa6','\x1f','\xaa','\xd2','\xbf','\x9e','\xa1','\xe7','\x62','\xd4','\xe8','\x09','\x18','\xd2','\x5b','\x7e','\x3b','\xe6','\x69','\xdf','\xf6','\xde','\x0d','\x5b','\xa4','\x98','\x02','\x21','\x9d','\x12','\x24','\x32','\xf5','\x2e','\x51','\xbe','\x37','\x2c','\xa2','\x14','\xdd','\x4a','\xa6','\x53','\xb0','\x10','\x01','\x00','\x95','\x02','\x17','\x35','\xe9','\x8e','\xde','\xd9','\x9d','\x77','\xea','\x5d','\xd5','\xec','\x57','\x35','\x32','\x09','\x7d','\x9f','\x41','\x04','\xe1','\x86','\xd7','\x28','\x87','\x94','\x90','\xa5','\xc1','\x09','\x78','\xe6','\x4e','\x79','\xa7','\xb3','\x62','\xb6','\x77','\x3f','\x0f','\x9c','\xaa','\xd8','\xf3','\x3b','\x5f','\xab','\xe1','\xbd','\xd4','\x0e','\x21','\x64','\x21','\x54','\x54','\x68','\x66','\x67','\x60','\xb3','\x8b','\xd9','\x70','\x0b','\xe4','\x86','\xaf','\xb4','\x2b','\xf7','\xb2','\x5e','\xb4','\x45','\x2c','\x71','\x0b','\x5e','\x43','\x0b','\x11','\xcd','\x22','\x85','\xa2','\xc3','\xb8','\x02','\xa4','\x2b','\x29','\x60','\x6e','\xe9','\x92','\xae','\xcc','\x6a','\x98','\xeb','\x41','\x91','\xb6','\x23','\x82','\xcf','\xa2','\xcf','\x5a','\x7f','\x3a','\x6d','\x3f','\x33','\x4c','\x47','\x46','\x00','\xce','\x27','\x18','\x07','\x7d','\xbe','\xd6','\xbe','\x7d','\x33','\x23','\x23','\x53','\x37','\x44','\x7d','\x53','\x3a','\xbd','\xdd','\x97','\x0d','\xe3','\xd6','\xd8','\x18','\xdb','\xb5','\xbf','\x80','\x9a','\x66','\x87','\x7e','\x17','\x4b','\x1a','\x21','\xaf','\x8e','\x42','\x2e','\x53','\xe8','\x41','\xa8','\x02','\x7b','\x37','\xfd','\xee','\xc8','\x31','\xcf','\xeb','\xed','\x39','\x97','\x43','\xd8','\x67','\x78','\x5e','\x32','\x44','\x18','\x19','\x3a','\xc2','\x79','\x5e','\x69','\xcd','\x51','\x86','\x7e','\x05','\x39','\x06','\xf2','\x07','\x18','\x54','\xa8','\xc3','\x8a','\xe1','\x9d','\x4f','\xd9','\x6b','\x4b','\xc4','\x75','\x8e','\x78','\xb9','\x44','\xd8','\x24','\xde','\x6b','\xde','\x2f','\xae','\x84','\x02','\x2b','\x56','\x60','\xb9','\xd8','\xbb','\x9c','\x51','\xab','\x64','\xf0','\x3c','\x39','\x71','\x8e','\xcc','\x57','\x9c','\xf4','\x33','\xae','\x6b','\x3a','\xef','\x7d','\xbb','\xbe','\x00','\xb4','\x8f','\xd7','\x40','\x36','\xa4','\x6b','\x10','\xd2','\x2f','\xaa','\x12','\x12','\xd4','\xcb','\x3e','\x12','\x2a','\x69','\x56','\x49','\x2b','\xae','\x16','\x3e','\x04','\xa5','\x04','\xb7','\x96','\x18','\xcc','\xc6','\x1b','\x94','\xdd','\x9a','\x0f','\x09','\x76','\x8b','\x29','\x5e','\x4a','\xf7','\xf3','\x8e','\x9d','\xc9','\x0d','\xf1','\x2d','\xf9','\xb3','\x3b','\x1f','\x72','\x96','\xcd','\xee','\x5e','\x3f','\x9d','\x4c','\x72','\x58','\x3f','\x70','\xac','\xf0','\x34','\xe1','\xdf','\x42','\xad','\x7a','\xff','\xc3','\x9f','\x85','\x1e','\xfa','\xb6','\xf5','\xa1','\x3f','\x2f','\x2e','\xac','\x67','\x3a','\x29','\xe2','\x1a','\xac','\x67','\x18','\x85','\x6e','\xdb','\x87','\x3b','\x0b','\x2b','\xf8','\xfb','\xaa','\x12','\x7b','\xb3','\x9b','\x1c','\x28','\x56','\x8b','\x57','\x27','\xa1','\x64','\x7b','\x87','\xdd','\x72','\x6b','\xe2','\x7a','\xc7','\x7e','\xe6','\xcf','\x73','\x97','\x4e','\x3e','\x60','\x90','\x23','\xdf','\x23','\xaa','\xe1','\x15','\xfd','\xf5','\xc8','\xf1','\xbf','\xd8','\x6a','\x0a','\xcb','\xbf','\xa9','\x90','\x63','\x46','\xb1','\xdc','\xce','\xc8','\x04','\xd2','\x0b','\xf1','\x2e','\xbe','\x9d','\x59','\xae','\x27','\x1b','\xf8','\x0e','\x76','\xb8','\xbd','\xeb','\x6c','\x0b','\xe6','\x87','\xef','\x0b','\x97','\x29','\x9e','\xc7','\xd8','\x91','\x30','\xd3','\x5d','\x3f','\xf6','\x4e','\xfb','\x50','\x1c','\xb8','\xc8','\xc8','\xeb','\xd3','\x6d','\xa3','\x41','\x82','\x26','\xe4','\xea','\x07','\xda','\x5e','\xd5','\xf0','\xa9','\x99','\xe0','\xe3','\xa7','\xad','\x6f','\x4f','\x3d','\xf4','\xeb','\x34','\xa3','\x2a','\x84','\xad','\x12','\xd6','\x10','\x6f','\xaa','\x49','\xd8','\xf3','\x44','\x0d','\xcf','\xc6','\x7c','\xf4','\xf0','\x96','\xdd','\xd2','\x89','\xb6','\x79','\x2b','\xa6','\x5d','\x13','\x13','\x08','\xd9','\xa1','\x62','\x25','\x00','\xef','\x27','\xb5','\x06','\xab','\xc5','\x64','\x35','\x23','\x66','\x1e','\x90','\x14','\xd7','\x0e','\xeb','\xae','\x90','\x63','\x6e','\x9d','\xfa','\x1a','\x20','\x3f','\x1b','\x26','\xd5','\xcd','\x3e','\xbd','\x62','\x1b','\x36','\xb5','\x2b','\xf4','\x02','\xa6','\x17','\xf2','\xf4','\xa9','\xd3','\x7d','\x55','\x2d','\x58','\xd5','\x5a','\x55','\x6d','\xa6','\xaa','\x4d','\x55','\x4b','\xb4','\x7a','\x4d','\x60','\x33','\x50','\x5d','\x0a','\x50','\x23','\x10','\x38','\xff','\x8b','\x00','\x66','\x7d','\x7c','\x9f','\x02','\xef','\x3d','\x4d','\x23','\x01','\xd2','\xff','\xc1','\xb6','\xdd','\x36','\x68','\x7a','\x0b','\x9f','\xa2','\xe9','\xa9','\xd0','\xdc','\x94','\x95','\x9e','\x99','\x49','\xb3','\xa9','\xb4','\xe8','\x9b','\x92','\x4e','\xf4','\xb7','\x4f','\x07','\x6e','\x64','\x02','\xf8','\x3c','\xf5','\xe0','\x16','\xc6','\x0c','\x23','\xb0','\x0f','\x5d','\x16','\x09','\x6f','\x69','\x3d','\x21','\x0f','\x7b','\x97','\x1c','\x78','\x7b','\xff','\xd4','\x67','\xdb','\xc1','\xde','\x25','\xab','\x77','\xa9','\xd8','\xbb','\x94','\x71','\x3e','\xdf','\x9d','\x5e','\xeb','\xcc','\xf3','\x90','\xee','\x8b','\xf7','\xd6','\x93','\x6f','\x19','\x43','\x2e','\x63','\x62','\x8f','\x73','\x94','\x6f','\x0c','\x05','\x0c','\xee','\x86','\xc7','\x03','\x06','\x74','\x58','\x9b','\x99','\x8d','\xc7','\xe9','\x3f','\xbd','\x4f','\x77','\xe7','\x51','\x93','\x12','\xb6','\x37','\x31','\x59','\x4e','\x43','\x86','\xfc','\x30','\x26','\x69','\xec','\xc5','\xc3','\xbe','\xf2','\x9b','\x7c','\xf3','\x5b','\x18','\x17','\xd3','\xc3','\x99','\xf4','\x30','\xe1','\x28','\xdf','\x20','\xa9','\x4e','\xfe','\xfc','\x2c','\x9a','\xa5','\x68','\x6b','\x5f','\x18','\xc4','\xd5','\xee','\xf8','\x17','\x2f','\x19','\x3b','\x33','\x87','\xb7','\xfd','\xb8','\x24','\x1c','\xeb','\x6f','\x87','\x58','\x6f','\x5f','\xcf','\x5d','\x63','\x8c','\x3f','\x8f','\x57','\xf4','\x2d','\x25','\x5b','\xc6','\xe7','\x96','\x5e','\x1e','\x34','\x8a','\x47','\xda','\x19','\xa7','\xeb','\x80','\x83','\xcf','\xe8','\xe4','\x94','\x4e','\x26','\x1a','\xb3','\xba','\x1d','\x40','\xa1','\x1d','\xf9','\x09','\x3a','\x71','\xa7','\xb8','\x34','\xb6','\xaf','\x30','\xd0','\x38','\xef','\xbd','\x0a','\x39','\x78','\x7c','\x7f','\x4d','\x1a','\xa1','\xb9','\xb6','\x95','\xaf','\x17','\xf3','\xf5','\x4c','\xbe','\x4e','\xb6','\x30','\x6b','\x91','\xfc','\x26','\xe9','\xda','\x3f','\xc1','\xf1','\x34','\x2d','\x97','\xe9','\x74','\xda','\x41','\xff','\xdc','\x9c','\xfd','\x93','\xce','\x3d','\x9d','\x9b','\xa3','\x1a','\xee','\xd7','\x70','\x50','\xc3','\x2d','\x0d','\xcf','\x68','\x78','\x6a','\x67','\xe5','\x69','\x17','\x2d','\x6d','\x8c','\xaf','\xee','\x0e','\x1f','\x35','\xea','\xc8','\x1c','\xae','\x65','\xb6','\xfd','\x5c','\x21','\x67','\xbc','\xaa','\x19','\x52','\x75','\xb0','\x33','\x93','\x36','\x7c','\xaf','\x5c','\x0a','\x30','\xae','\x41','\x6b','\xf8','\xc5','\x84','\x97','\xdb','\xf3','\x8a','\x0f','\xf8','\xb5','\x90','\xd0','\x80','\x8e','\xb3','\x10','\x6e','\x76','\xfc','\x0b','\x14','\x83','\xc1','\x21','\xa4','\xef','\xf6','\x7e','\xf1','\x6c','\x28','\x50','\xb1','\x72','\xf5','\x22','\xbe','\x96','\x21','\x0d','\xc8','\x5d','\x5c','\xbf','\x46','\x30','\x17','\x2e','\x57','\x09','\x7b','\x91','\x98','\xb5','\x59','\x0f','\x74','\xe4','\xf4','\x25','\x1a','\xc2','\x0e','\xdc','\x80','\x0f','\xc7','\x36','\xbd','\xab','\x0d','\xbb','\x79','\x99','\xb0','\xcb','\x64','\x64','\x9d','\xb4','\x6c','\xa2','\xcd','\x79','\xc7','\x51','\x48','\xd2','\xad','\x21','\x0a','\xef','\xeb','\xb6','\xf2','\x0d','\xb0','\x13','\x92','\xad','\x1d','\xf2','\xb0','\x23','\x9d','\xbc','\x5f','\x13','\xeb','\x79','\xc7','\x01','\x1c','\x97','\x48','\x21','\xd5','\xb0','\x54','\x03','\xc6','\x89','\x7f','\x0b','\x22','\xea','\x9e','\x65','\x08','\xaa','\x73','\x91','\x17','\x38','\x4f','\xd4','\x73','\xb3','\x6b','\x15','\x78','\x1e','\xfe','\xb2','\xca','\x32','\xc1','\x4f','\x93','\xca','\x2a','\x29','\x8e','\x93','\xe8','\x07','\xed','\xa5','\xa8','\xf0','\x19','\x83','\x24','\xf2','\x80','\xf7','\x77','\x6f','\xf8','\x16','\x50','\x50','\x42','\x96','\x44','\x8a','\x76','\x1b','\xfc','\x14','\x8f','\xf3','\x72','\xb5','\xae','\x5c','\x0d','\x82','\x7d','\x68','\x92','\x5b','\xf2','\xe2','\xb8','\xf5','\x0e','\xcf','\xc3','\xf0','\xd6','\x12','\xf2','\xba','\xf8','\xfa','\x41','\xd6','\x7e','\x0c','\xf3','\x7c','\xa7','\xbc','\xb8','\xd9','\xd8','\xa7','\x45','\x3c','\xa1','\xeb','\x57','\xba','\x35','\xf0','\x92','\x44','\x50','\x8b','\x78','\x2a','\xc4','\xbb','\x48','\xbc','\xdc','\x5c','\xd4','\x7d','\xaa','\x1e','\x5c','\xd3','\x2d','\x09','\x15','\x25','\xfc','\xa1','\x4e','\x2a','\x88','\xc8','\xcc','\xec','\x4f','\x38','\x29','\xe2','\x7f','\x2c','\x4a','\x50','\x61','\x1c','\xbe','\xdf','\x93','\xdb','\xa2','\xd2','\x5e','\xdb','\x21','\xc9','\xf7','\xe8','\xde','\xff','\xa1','\x12','\x7a','\xf4','\x92','\x95','\xad','\x14','\xb3','\x95','\x4c','\xb6','\x42','\xfe','\xf8','\x7b','\xdb','\x29','\xeb','\x1c','\xe5','\xf6','\xac','\x58','\x45','\x41','\x5c','\x81','\x92','\x52','\xa3','\x26','\x50','\xe7','\xb0','\xad','\x2b','\xd4','\xd8','\xa4','\xc6','\x35','\x81','\x2b','\x7d','\xc6','\x95','\xa0','\x55','\x6f','\x19','\x1b','\x33','\x46','\x6d','\xaa','\xf3','\x63','\xb5','\x7e','\xab','\x16','\xa8','\xff','\x38','\x00','\x49','\xe8','\x66','\x8b','\xf0','\x85','\xb2','\x2b','\x6f','\x07','\x36','\xc5','\x66','\x82','\xb0','\x30','\x79','\xe4','\x1f','\xbc','\xba','\x98','\xa2','\x71','\x9f','\xb7','\x9c','\x09','\x8d','\x67','\xac','\xf1','\x4c','\x71','\x2e','\x93','\x19','\xcf','\x10','\x8e','\x39','\x71','\x1d','\x27','\x0e','\x66','\x3f','\x3c','\x4a','\xd3','\xb4','\x53','\xff','\x25','\x19','\xc4','\xd3','\xf6','\x92','\xa0','\xfd','\x95','\x04','\xc9','\x96','\x20','\x69','\x64','\x0f','\x64','\x32','\x7b','\xcf','\x21','\x5f','\x02','\x71','\x0f','\xcd','\x0a','\x5b','\xc5','\x5e','\x3d','\x33','\xb8','\x63','\xa7','\x1f','\x39','\xe7','\xac','\x8d','\xd9','\xa4','\x05','\x55','\x2f','\x3b','\xfb','\x1c','\x01','\x95','\xb1','\xfb','\x11','\xee','\xa8','\xac','\x8b','\x1c','\xcb','\x6e','\xfa','\x34','\x54','\x3b','\x56','\x34','\x4f','\x19','\xa2','\x2b','\x71','\xbb','\x26','\x4a','\xe7','\xe0','\x54','\x68','\x97','\x1c','\x73','\xe2','\xfc','\x1c','\x65','\xfe','\x3c','\xcc','\x36','\x18','\xbc','\x3e','\xe7','\x13','\xf1','\xab','\xbd','\x83','\x06','\xe8','\x53','\xbe','\x0e','\x55','\x6e','\xff','\x58','\x9d','\xf5','\xc9','\xff','\xea','\x16','\xfd','\xae','\x28','\x90','\xe8','\x0b','\x4e','\x77','\x04','\xbc','\xbf','\x8e','\x1d','\x05','\x36','\x55','\x57','\x62','\x57','\x44','\x7c','\x03','\x15','\x31','\xca','\x10','\xd1','\x99','\x9d','\x8a','\x33','\x6b','\xcd','\xf4','\xea','\xdc','\xd1','\xa8','\xcd','\x26','\x41','\x3e','\xdf','\xd2','\x3f','\xb7','\x4f','\xf4','\xcf','\x05','\xcb','\x2d','\x95','\x02','\xa4','\xd3','\x7d','\x6d','\x3b','\x58','\xab','\x71','\xa5','\x30','\x53','\xa9','\x4c','\x71','\xa3','\xee','\xfd','\xef','\xa7','\xfb','\xf6','\x71','\xeb','\x2e','\xf0','\x42','\x8d','\x9e','\x3b','\xc7','\x0d','\x81','\xd6','\x2c','\x58','\xac','\x77','\x78','\x5f','\xf7','\x5d','\x27','\x9a','\x0f','\xde','\x97','\xd8','\x8c','\x5e','\x46','\x43','\xc9','\x96','\xc5','\x68','\x91','\x51','\x61','\xf7','\x42','\xcf','\x7a','\xf2','\x88','\x05','\x49','\x56','\xf5','\x1d','\xfe','\xd7','\xee','\x73','\x07','\xef','\x52','\xc4','\xbe','\x0a','\x37','\x44','\x1e','\x25','\xe5','\x86','\x37','\x11','\xf1','\x61','\x3c','\xc0','\x55','\xfe','\xe4','\x64','\x71','\x72','\x32','\x73','\xa7','\x73','\x87','\xd9','\x8d','\x0d','\xea','\x76','\x77','\xf3','\x69','\x3b','\xd5','\x1c','\xde','\x55','\x6e','\xba','\xb6','\x76','\x08','\x07','\xee','\x69','\xe2','\x90','\x08','\x4a','\x16','\x19','\xce','\x00','\x65','\xa2','\x68','\x3b','\xee','\x14','\xee','\x71','\xd8','\xf5','\x59','\x13','\xf4','\x45','\x30','\x42','\x29','\x2c','\x00','\xe1','\x04','\x25','\x5b','\xfd','\x8c','\xfb','\x4d','\x9d','\x7b','\xb8','\x22','\x04','\x76','\x6f','\xdb','\xbe','\xf3','\xfc','\x54','\x2a','\x3b','\xec','\xde','\x6e','\xfe','\x58','\xf7','\x2d','\xdb','\x97','\xda','\x3b','\x85','\x8f','\x4f','\x35','\x82','\x49','\x0b','\xf4','\x0e','\x42','\x99','\x4e','\x75','\xd5','\xae','\x02','\xa5','\x59','\x57','\x93','\x3a','\x7c','\x8c','\xdd','\x95','\xe9','\x58','\x4d','\xf6','\x35','\x9d','\x04','\x1b','\xf0','\x72','\x55','\xe2','\x4d','\xb6','\x7d','\x8f','\xea','\xc1','\x67','\xf5','\x77','\xd4','\x25','\xa1','\xbf','\x1c','\xa5','\x23','\xce','\x19','\x3b','\xf7','\x95','\x59','\xd1','\x0e','\xd8','\xe9','\xc3','\x92','\x5c','\x47','\x58','\x62','\xd8','\xdf','\x2a','\xbf','\xcc','\x94','\x2f','\xb0','\x3d','\x98','\x95','\x7f','\x1a','\xc3','\x77','\x7d','\x1b','\xef','\x79','\x2e','\x79','\x2d','\x89','\x51','\x08','\xbb','\x74','\x14','\x36','\x85','\xff','\xde','\xa9','\xf1','\xb9','\x55','\x2f','\x3b','\xe7','\x95','\xe5','\x4e','\xde','\x0e','\xe8','\x8b','\x9b','\xdd','\x94','\x06','\x61','\xe6','\xf9','\x92','\x56','\xd0','\xb5','\x2c','\xec','\xba','\x37','\x33','\x41','\x7c','\x7b','\xde','\x4e','\xe7','\x7b','\xf5','\xb8','\xc1','\x7e','\xe0','\xd7','\xfd','\x93','\xa4','\xef','\xb0','\xf7','\x4f','\xef','\xb5','\x2f','\xbb','\x89','\x2f','\x48','\x1e','\x7b','\x05','\x3e','\xf1','\x70','\xcb','\x4a','\x07','\x3f','\x85','\x26','\x8a','\xb1','\x70','\xe6','\x05','\x0c','\xc1','\x3a','\x6e','\x8f','\x71','\xd7','\x18','\xf3','\xed','\x0b','\x79','\x5f','\xb3','\x1e','\xe0','\x6c','\x0d','\xca','\x88','\x7e','\x8a','\xd0','\xc7','\xbe','\x47','\x4f','\xb8','\xe9','\x63','\x4f','\xf7','\xa7','\xdc','\xf6','\xcf','\x9e','\x86','\xfb','\xf1','\x45','\x70','\x5e','\x74','\x3c','\xa0','\xbb','\x8f','\x5c','\x6a','\xb5','\x22','\xf2','\x4c','\xb2','\x35','\x15','\x91','\xe1','\x3d','\x3a','\x57','\x32','\x0d','\xa0','\xb9','\x16','\x2b','\x33','\x73','\x2c','\x58','\x77','\xd3','\x25','\x1f','\x5d','\xaa','\xf6','\xb7','\x1b','\x74','\xc9','\xe4','\x68','\xf3','\x6b','\xab','\x46','\x97','\x6c','\xba','\x54','\xe7','\xe8','\x6b','\xd5','\x83','\x4b','\xf5','\xd6','\x52','\x7d','\x66','\xa9','\x3e','\xb5','\x54','\xef','\x6f','\x8b','\x44','\x78','\xc5','\xa0','\x4b','\x06','\xfd','\x6b','\x23','\xf0','\x45','\xf2','\x96','\x8b','\xc4','\x7a','\x48','\xc7','\x7f','\xef','\x9c','\xd5','\xc2','\xc9','\x9d','\xad','\x23','\x41','\x8b','\xa1','\x90','\x76','\x9b','\x5f','\xbd','\x8a','\x12','\x0a','\xde','\x63','\xdd','\xb4','\x8b','\x29','\x28','\x53','\x82','\x49','\xe8','\xb8','\x66','\xd3','\x50','\x25','\x47','\x73','\xb3','\xac','\x4c','\xcd','\x31','\xd8','\x5f','\xf6','\x6e','\xbd','\x53','\x8d','\x8a','\x00','\x6c','\x10','\x26','\xbf','\x5a','\xe3','\xc6','\xfa','\x28','\x35','\x2d','\x5a','\x7f','\x88','\xeb','\x1d','\xa0','\xb3','\x70','\x20','\x74','\x25','\x83','\x3a','\xf1','\xd9','\x94','\x1d','\xd0','\xe7','\x76','\xd9','\xbd','\x78','\x91','\x2c','\xa6','\xed','\xe2','\x69','\x72','\x50','\xe8','\x2f','\xbe','\x0b','\xa6','\x46','\x7c','\x55','\x36','\x1a','\x6e','\x5a','\x82','\x3a','\x23','\x13','\x6e','\x8a','\xd7','\xca','\xbd','\x06','\x38','\xf0','\x26','\xd9','\xb3','\x64','\x6d','\xe1','\x8f','\x3d','\x22','\x0e','\xc9','\x75','\xd9','\xfb','\x3e','\x4a','\xfe','\xf9','\xbf','\x24','\xa7','\xaf','\x91','\xa9','\x55','\xef','\xbd','\x07','\xed','\x27','\x87','\xc9','\xfe','\x71','\x10','\xce','\xa2','\xf4','\xc9','\x67','\xe2','\xe0','\xfa','\xa2','\xd0','\x3b','\x04','\xfc','\x38','\xe8','\x0d','\x2a','\xd0','\xe5','\x06','\x99','\x65','\x2d','\x6a','\xb2','\xa0','\xeb','\x1a','\x75','\x19','\x74','\x7e','\x11','\xb2','\xf1','\xe6','\xf5','\xbe','\xf9','\x65','\xfb','\x7f','\x7f','\x9a','\xea','\x55','\xaa','\xaf','\xd2','\xbf','\x68','\xf4','\x7d','\x63','\x3c','\xf8','\x8d','\x9f','\x1c','\xf9','\xdf','\xbf','\xfd','\x96','\xd4','\xff','\x39','\xe2','\xff','\x04','\xc2','\x94','\xbf','\x5f','\xac','\xd0','\xff','\x44','\xe8','\x73','\xc3','\x81','\xd5','\xa1','\x7e','\x16','\x7f','\x3b','\xd9','\x64','\xe1','\xad','\x7c','\x89','\x16','\x9d','\xe8','\xa1','\x65','\xbb','\x3f','\x87','\xed','\x97','\x5f','\xa1','\x65','\x44','\x73','\x6e','\x9a','\xb5','\xa8','\x86','\xfa','\x1f','\xb1','\x82','\x59','\xd4','\xca','\x2d','\xce','\x14','\x2b','\x53','\xd9','\x3a','\x2d','\x9c','\xa6','\x53','\xd7','\xe8','\xda','\x26','\x5d','\xcf','\x50','\xe3','\x01','\xba','\x9a','\x7e','\x4b','\x32','\x59','\x87','\x54','\x5f','\xf0','\xea','\xe3','\x88','\xd7','\x60','\xf6','\x0f','\xc4','\x91','\xfa','\xd5','\x37','\xe1','\x7b','\xf5','\x4d','\x91','\x40','\xd5','\xfb','\xd4','\x54','\x27','\x5e','\xc7','\xfd','\x8b','\x13','\xc2','\x58','\xca','\x61','\x28','\x9a','\x78','\xe4','\x4d','\x72','\x6a','\x84','\x68','\x78','\x56','\x1b','\xa3','\xdc','\x8e','\x82','\x41','\x70','\xf7','\x1c','\xbf','\xe5','\x5d','\x91','\xed','\x9f','\x5e','\x21','\x07','\x4e','\x02','\xde','\x7b','\x85','\x44','\x64','\xef','\xa5','\x16','\xf8','\x29','\xe1','\x66','\x51','\x64','\x0d','\x6e','\x53','\x94','\x38','\x37','\x08','\xff','\xb1','\xe3','\xa7','\x44','\x76','\x25','\xc6','\xf3','\x0d','\x2e','\xe2','\x00','\x9d','\xf4','\x15','\xaf','\xeb','\x0c','\x9c','\x5f','\xc8','\x8a','\xe5','\x56','\x8a','\xee','\xfd','\x99','\x3b','\xe5','\xb7','\x74','\xe2','\x3f','\xa8','\x11','\xe0','\x86','\xa2','\x29','\x5a','\x39','\x6b','\x66','\x3f','\xba','\x6c','\x5f','\xb4','\x69','\x8f','\x42','\x5d','\x1c','\x07','\xf8','\x87','\xfd','\x4d','\x33','\xa8','\x5d','\x69','\x9d','\xb2','\x66','\x34','\x73','\x4a','\xbb','\x2c','\x48','\x56','\xcd','\x0e','\x9a','\x28','\x7c','\xd1','\x7e','\xdb','\xd3','\x8e','\x21','\x24','\xfa','\x41','\xf3','\x0f','\x3b','\x2d','\xa1','\xa1','\x1f','\xb4','\xeb','\x5d','\xfa','\x41','\x7b','\x90','\x87','\xaf','\x75','\x8a','\xee','\x28','\x37','\x82','\x88','\xc1','\xa6','\xe3','\xaf','\x6c','\x02','\xb2','\x53','\xfa','\xb8','\x02','\x5d','\x77','\xd3','\x63','\xa5','\x4e','\x5a','\xe9','\x1f','\xcd','\xf4','\x43','\xce','\x1b','\x6a','\xa5','\xc8','\x4c','\xb9','\x3d','\x25','\xa8','\xd2','\x04','\xa5','\x94','\x45','\xbb','\xf7','\xad','\xb2','\xc5','\xed','\xd5','\x5b','\xf2','\x91','\xfa','\x36','\xd2','\xb6','\xb8','\xa1','\x1b','\x98','\xd6','\xd2','\xf4','\x85','\x1b','\x7d','\xf5','\x74','\xf0','\x3f','\xd7','\x5a','\x7f','\x53','\x99','\xb9','\x5c','\x9b','\xda','\x98','\xa3','\x9b','\x23','\x94','\x4b','\x66','\xe7','\xe7','\x39','\x5e','\xa8','\xb5','\xcc','\x10','\xd7','\x8a','\x2e','\x86','\xf6','\x7e','\x8f','\x86','\x20','\x48','\x45','\xc3','\x63','\x2d','\x38','\x02','\x2e','\xd0','\x70','\xa1','\xc5','\xaf','\xb4','\x10','\x02','\x72','\x30','\x94','\xc2','\x5c','\xd5','\x86','\x59','\xa0','\x15','\x64','\xf4','\xea','\x0b','\xf6','\x0d','\xa7','\x2e','\x7e','\xbb','\xf2','\x51','\x7c','\xaf','\x9d','\xe3','\xd0','\x31','\x1a','\xc6','\xce','\x08','\xb7','\x0d','\x15','\x04','\x46','\x6b','\x1a','\x78','\x3a','\x6e','\x5f','\x35','\x21','\xeb','\x7a','\x17','\x85','\x35','\x47','\xa7','\x1f','\xbd','\x68','\xe5','\xdc','\xe7','\xd6','\xed','\x9e','\x1a','\xfd','\xc3','\xbf','\xa0','\xef','\x3b','\x08','\xf8','\x4c','\xb4','\xef','\xfe','\xc3','\xc1','\x8f','\x9f','\x4a','\xcc','\xf7','\xb4','\x18','\x9d','\x61','\x74','\xca','\x51','\x46','\x5b','\x5a','\x49','\x03','\xb4','\x4c','\xaa','\x72','\xfd','\x05','\xfb','\xa2','\x4b','\xf0','\x52','\xb6','\xfa','\x11','\xb2','\x2f','\x35','\x69','\x44','\xa1','\xc9','\x26','\x17','\x86','\x7c','\xf0','\x00','\x17','\x89','\x97','\x7e','\xde','\x22','\xa9','\x19','\x99','\x4d','\xd9','\x2d','\x08','\x06','\x3a','\x5b','\xa9','\x93','\xe2','\x8b','\xdf','\x12','\xdc','\x89','\xdb','\xf5','\xb0','\xa2','\x24','\xd6','\x5b','\x89','\xd8','\x1b','\xa2','\xb7','\x8b','\xfc','\x59','\x52','\x3e','\x4b','\x46','\x25','\xef','\x8a','\x04','\xeb','\x59','\x21','\xc5','\x70','\x3b','\x73','\x3b','\x0f','\x03','\x25','\xb3','\x61','\x8b','\x42','\x5d','\x9b','\x38','\x8a','\xe2','\x2a','\x1e','\x0c','\x33','\xe4','\x4d','\xb6','\x6c','\xbd','\x47','\x78','\x1c','\x3d','\x24','\xfc','\x73','\xf8','\x64','\x1e','\x81','\x9d','\x80','\x90','\x88','\x47','\x89','\x93','\xf9','\x3f','\xb6','\xc9','\x24','\x25','\xbf','\x51','\x25','\x93','\x55','\x32','\xcb','\xfd','\xe5','\x19','\xf0','\x97','\xf9','\x43','\x4e','\x38','\xc9','\xfc','\x98','\x5e','\xff','\x79','\xbf','\x0b','\xd9','\x4f','\x64','\xe8','\x91','\x1b','\x34','\x57','\xa1','\xdc','\x86','\xb0','\x61','\x1e','\xc2','\x8c','\x5a','\xc9','\x16','\xcc','\xcf','\xd6','\xcc','\x38','\x37','\x0a','\xa2','\xa3','\x33','\xad','\x12','\xf7','\x63','\x70','\x70','\x31','\x45','\xdb','\x25','\xba','\xac','\xd1','\xe5','\x02','\xb5','\xec','\xbe','\x45','\xdd','\xfe','\x13','\xee','\xae','\x13','\xba','\x3c','\x47','\x97','\x11','\x15','\xb6','\x5b','\x7f','\xb9','\x65','\xa5','\xe4','\x99','\x72','\x6b','\x2a','\x25','\x03','\x13','\x8b','\x73','\xa5','\x97','\x01','\x6c','\xbd','\xa5','\xd9','\xaa','\x3e','\x17','\xe4','\xc6','\x12','\xb4','\x2f','\x9c','\x06','\x6b','\x6a','\xe5','\x1a','\x77','\xc9','\xed','\xcf','\xbb','\x69','\x24','\x05','\xd1','\x55','\xb9','\xe0','\x24','\x71','\x85','\x2a','\xbe','\x96','\x9d','\x99','\xa9','\x65','\xa6','\x6a','\x19','\xca','\x27','\xa9','\x26','\x00','\x37','\x70','\xdc','\xda','\xfa','\xf1','\x2c','\xab','\xd3','\xce','\x7b','\x9f','\x17','\x2d','\xbc','\x4d','\xd4','\x77','\x39','\x62','\x5f','\x6f','\xd3','\xcb','\x11','\x80','\xc8','\xfc','\xe4','\x08','\x5d','\xb5','\x5a','\x57','\x16','\x67','\xae','\x2c','\x4e','\x5d','\xb5','\xe8','\x95','\x45','\x00','\xbf','\xd1','\x51','\x60','\x11','\x05','\x3c','\x89','\x5f','\xf8','\xa0','\x1f','\x07','\xec','\x8b','\x74','\x99','\x9e','\x2c','\x40','\x76','\xeb','\xc1','\x42','\xff','\xc1','\xbc','\xdd','\xce','\xd3','\x6f','\x16','\xe9','\x37','\x4f','\xd3','\xff','\xd7','\x69','\x7a','\x39','\x4f','\xcf','\xe4','\x43','\xed','\x42','\xeb','\x4c','\x61','\xe6','\x4c','\x61','\xaa','\x5d','\xa0','\xac','\xd0','\x6f','\xdf','\xa0','\x6c','\x8e','\x1e','\x2c','\x42','\x93','\xc5','\xb4','\xd6','\x5a','\xd0','\xe2','\x92','\xd6','\xe1','\x5b','\xce','\xa7','\x1d','\xf4','\x73','\xfd','\xb5','\x82','\xc4','\xc9','\xc8','\x24','\xdd','\xff','\xe1','\x80','\x5d','\xa2','\x2f','\x8f','\x87','\xf4','\x89','\xd6','\x5c','\x79','\x66','\x7c','\x6c','\x6a','\x1c','\xd1','\x39','\x8d','\x8e','\x4f','\xd2','\xf1','\x0f','\xd3','\xb9','\x12','\x1d','\x1f','\xa7','\xe3','\x13','\xad','\x0f','\x97','\x59','\x7a','\x0c','\x23','\xe6','\x2e','\x44','\xee','\xa2','\xfb','\xed','\xff','\xd5','\x0e','\x8e','\x97','\xf6','\xa1','\x7f','\xf7','\xeb','\xdf','\xf8','\x56','\xfe','\xc2','\x7b','\x17','\x0f','\xef','\x77','\x8f','\x47','\x3a','\xad','\x4e','\x7f','\x02','\x9c','\x60','\x98','\x94','\xa8','\x1d','\x6e','\x74','\x5a','\xd5','\xa0','\xf2','\x6e','\xfb','\x39','\xd8','\x83','\xe8','\xc2','\x12','\x9d','\xf0','\xd1','\x47','\xa0','\x81','\x65','\x1f','\xb9','\x66','\x13','\x93','\xfa','\x4d','\x1a','\xbc','\x16','\x78','\xad','\x4e','\xeb','\x35','\x7a','\xbe','\x06','\xeb','\x50','\xd2','\x67','\x24','\xfc','\x71','\x3e','\x63','\xfe','\x14','\xf5','\x47','\x80','\x72','\xa7','\x9f','\xd2','\x78','\x98','\xe6','\x7c','\x6f','\x2d','\xc0','\x01','\xc7','\xce','\xfd','\xc5','\x75','\x4a','\xbf','\x8f','\xd9','\x4f','\x03','\xc1','\x3c','\xc8','\x04','\xbe','\x42','\xdc','\x29','\x8e','\x7e','\xbe','\x0e','\xdd','\xa9','\x19','\x77','\x7a','\x0a','\xb2','\x44','\x96','\x28','\x35','\xe8','\xe9','\xa9','\xfe','\x25','\x8d','\xee','\x59','\xa5','\x73','\xe1','\x56','\xc2','\xc7','\x22','\x38','\xf8','\xf8','\xb9','\x6d','\xd1','\xa4','\xe8','\xfd','\xd4','\xb4','\x2f','\x59','\x74','\x10','\xc1','\x0a','\xf9','\x1a','\x82','\xa1','\x06','\x51','\x3f','\xb7','\xe7','\x11','\x9a','\xb1','\xdb','\x53','\x7c','\xf0','\x7a','\x9a','\x6e','\x8e','\xd1','\x9f','\xd6','\x76','\xc8','\x9f','\x31','\x2e','\x7f','\x20','\x36','\xaf','\x28','\xb4','\x3d','\x07','\x57','\x45','\x09','\x40','\xdb','\x15','\x46','\xa3','\x07','\x69','\x9e','\x2b','\xf3','\xb3','\x81','\xe4','\x2f','\x7e','\xd9','\x7a','\xe6','\x3a','\x31','\x98','\x68','\xcd','\xf8','\x54','\xae','\x73','\x0b','\x29','\x3a','\xf9','\xfb','\x74','\x92','\xbf','\xf7','\x3c','\x9d','\x3c','\xd9','\x37','\x39','\x67','\xa3','\x93','\xb4','\x7d','\x85','\x3e','\x79','\x85','\x7e','\xe9','\x24','\x7d','\x72','\x8e','\xb6','\x4f','\x86','\x94','\x93','\x2d','\xe5','\xe4','\x4c','\xfb','\xe4','\x94','\x72','\x92','\x2a','\x73','\x01','\xfb','\x24','\x65','\x27','\xe9','\xc1','\x93','\xb4','\x70','\x92','\x4e','\xfc','\x66','\x6b','\xa1','\xac','\xa2','\xd4','\x3f','\xc5','\x3b','\x27','\x92','\x76','\xe6','\xee','\x5f','\x42','\x4b','\xb2','\x47','\x96','\x7e','\x89','\x9c','\x9f','\x9c','\x84','\xf8','\x03','\xbf','\xce','\xce','\xf2','\x6b','\xff','\xec','\xac','\xbd','\x21','\xee','\x15','\x1d','\x0e','\x11','\x92','\x30','\x57','\x21','\xbe','\xbf','\xbe','\x86','\x3e','\xc7','\xed','\x31','\x3e','\x6f','\xc9','\x36','\xfc','\x6b','\x3e','\x7b','\x32','\xa3','\xee','\x06','\x97','\x45','\xad','\xa0','\xad','\x36','\x42','\x3b','\xfb','\x0f','\xde','\xca','\x46','\x22','\xa2','\x46','\x3d','\x88','\xb9','\x10','\xf4','\x02','\x45','\x4e','\x5f','\x95','\x1c','\x42','\x23','\x22','\x9f','\xe5','\x3e','\x84','\x72','\x0d','\xee','\xce','\xfa','\xd0','\x58','\x13','\x44','\x8e','\xa0','\x9e','\xd3','\x3b','\xdd','\x4b','\x31','\xe2','\xcb','\x8c','\x0b','\x1f','\xfd','\x3d','\xa8','\x71','\x0f','\x32','\x07','\x91','\x79','\x82','\xff','\xdd','\xbc','\x68','\xd8','\xb7','\x35','\x42','\xc8','\x19','\xc4','\x74','\xad','\x35','\x25','\x54','\x0e','\xa2','\xb1','\x06','\xf7','\xd1','\xdd','\x08','\x9d','\x42','\xf6','\x9b','\x9d','\x2e','\x70','\xdc','\xce','\x4f','\xf8','\x6d','\x6e','\x8d','\xa9','\x4b','\x89','\xe4','\x26','\xcb','\xfe','\x19','\xcb','\x7e','\x83','\xb9','\xce','\x68','\x80','\xf9','\x14','\x9c','\x8e','\x71','\xdf','\xd0','\x65','\x4a','\x2e','\xcd','\xc3','\xed','\x6d','\x9c','\xf0','\x91','\xf0','\x2c','\x85','\x38','\x89','\xeb','\x32','\x72','\x2d','\xe8','\xae','\x05','\x7e','\x45','\x47','\x16','\x90','\x5a','\xc1','\xea','\x59','\x5b','\x5d','\x8c','\xa8','\x46','\x42','\xfd','\x53','\xa6','\x3e','\xc9','\xd4','\xaf','\x33','\x75','\x41','\x53','\xe7','\x39','\x52','\xf1','\x79','\xf3','\xb8','\xae','\xdf','\x9c','\x37','\xb3','\xf3','\xda','\x89','\x05','\x3e','\x7e','\xc2','\xb5','\x18','\x76','\x2d','\xf9','\x5c','\xab','\xd8','\xe1','\x8f','\x82','\x1e','\x2f','\x5c','\x38','\xd7','\xb8','\x7c','\xc6','\x81','\xf3','\x76','\xc0','\x88','\x1c','\x59','\x4a','\x1c','\xa9','\xb2','\x8f','\xff','\x19','\xbb','\xf0','\x0d','\x16','\x38','\xa3','\x01','\xe6','\x53','\x81','\x79','\x33','\xa0','\xeb','\x70','\x9d','\xd7','\x02','\x0b','\x2c','\x50','\x49','\x50','\x12','\xa6','\xe2','\x79','\x1c','\xbe','\xb8','\x54','\x0d','\x95','\x6f','\xa0','\x7c','\x8d','\x03','\xe7','\xaf','\xda','\xf9','\x7a','\x24','\x7f','\x25','\x91','\xdf','\x64','\xe5','\xff','\xc2','\xf2','\xaf','\xb0','\xfc','\x65','\x0d','\xb0','\x96','\xca','\xaf','\x99','\x79','\x53','\xe7','\xd7','\xf2','\x9a','\xa6','\xad','\x33','\x84','\x13','\x50','\xe5','\xcb','\xe5','\xaf','\x86','\x3d','\x2e','\x84','\x5d','\x26','\xd0','\x00','\xaa','\xba','\xfd','\x96','\x8e','\x5c','\x58','\x59','\xb0','\x83','\x39','\x85','\xc6','\x82','\x6c','\x84','\xaa','\x77','\xd1','\xec','\xf7','\xe9','\xbf','\x98','\x5f','\xfd','\xa2','\xbe','\xea','\x41','\x2b','\x12','\x6a','\x78','\xf4','\x14','\x36','\x1b','\x44','\x5b','\x21','\x8f','\xae','\x52','\x95','\xb2','\x9e','\xb0','\xe6','\xf6','\xe9','\x5c','\x08','\xf4','\x70','\x0f','\x45','\xc7','\x39','\x54','\x7e','\x03','\x61','\x7e','\xcf','\xff','\xbb','\x8f','\xbb','\x7f','\x11','\xf4','\x9e','\x84','\xe7','\x1e','\x86','\x7b','\x18','\x8e','\x31','\xfb','\x6d','\x8d','\xb8','\x34','\x92','\x4d','\xf9','\x6f','\x72','\xf7','\x56','\xa7','\x59','\x93','\x66','\x35','\xe5','\x65','\xc6','\x2e','\x27','\x06','\x37','\xc2','\x0f','\x2c','\xf9','\x16','\x58','\xf7','\x79','\x44','\x3f','\x7a','\x41','\x4e','\x88','\xd3','\x71','\xbb','\xfc','\xb6','\x52','\x88','\x05','\x0b','\x23','\xb4','\xf0','\xeb','\xb4','\x70','\x84','\x96','\x6f','\xae','\x16','\xd8','\xaa','\x0f','\xad','\xf8','\x51','\x23','\x64','\xa6','\xf6','\x69','\x8d','\x11','\xb6','\x32','\xac','\xae','\xa6','\x5d','\xb4','\xd2','\x13','\xc6','\x6e','\x1f','\xf7','\x90','\x25','\x41','\x42','\x8e','\x75','\x13','\x6b','\x90','\xfe','\x2d','\x53','\x9b','\x2f','\x63','\x45','\x33','\x93','\x4d','\x73','\x02','\xd5','\x17','\xfc','\x6d','\x29','\x46','\xca','\xbf','\x20','\x92','\x8b','\x0e','\xb9','\xe8','\xb1','\xd4','\x6a','\x9c','\x35','\xe2','\x34','\x35','\x44','\x1b','\x39','\xba','\x3a','\xe1','\x7a','\x7e','\x41','\x0a','\x87','\xb1','\x18','\xc7','\x85','\xf8','\x7a','\xc0','\x5c','\xdc','\x65','\xc1','\x2f','\x93','\xfb','\x31','\xed','\xb7','\x95','\x69','\x25','\xf9','\x66','\x70','\xe2','\x2e','\xba','\xb0','\x87','\x4a','\x2a','\x2d','\xbf','\xc5','\x05','\xd5','\xea','\x10','\x5a','\x39','\x96','\x6a','\xc4','\x59','\x2a','\x4e','\x1b','\x43','\x74','\x25','\x17','\xe0','\xe3','\xd0','\x85','\x9e','\x70','\xd8','\x79','\x9e','\x79','\xb4','\xd0','\x6b','\x4e','\x0c','\xe8','\xb9','\x80','\x1e','\x57','\xf5','\xf8','\x60','\x25','\x7e','\xc2','\x96','\x5c','\xca','\x44','\x7f','\xb0','\xfc','\x0b','\xaa','\x0d','\x50','\x2d','\x40','\x4f','\x5d','\x60','\xf9','\xea','\x6a','\xbe','\xba','\x92','\xaf','\x36','\xf2','\xd5','\x14','\xbf','\x9e','\xaa','\xae','\x68','\x74','\x55','\x0b','\x54','\xb5','\x40','\x58','\xfb','\x85','\x4f','\x3b','\xfc','\x4f','\x8c','\x33','\xe1','\xa5','\x13','\x7b','\xe8','\x6f','\xdd','\xcf','\x7e','\xeb','\xe4','\xea','\x6f','\x9d','\x5c','\xf9','\xad','\x93','\x8d','\xdf','\x3a','\x99','\x12','\xd7','\x95','\x09','\x79','\x75','\x62','\x4f','\x75','\x62','\x4f','\x78','\xe2','\x0f','\x7d','\xa9','\xc3','\xb8','\xd3','\x37','\x90','\x8b','\x41','\xcb','\x44','\xa8','\xc6','\xcd','\x8d','\xb0','\x69','\x2a','\x29','\x40','\xd8','\xac','\x23','\x4f','\x3b','\x25','\xe6','\x47','\x53','\x29','\xc7','\x23','\xab','\xab','\xa7','\x57','\x1b','\xa7','\x57','\x53','\xfc','\xca','\xef','\x35','\xf5','\x79','\x4d','\x0d','\x67','\x7f','\xe6','\xd3','\x8a','\xf0','\x3c','\x7c','\x7e','\x92','\x37','\xf5','\xa1','\x5e','\x80','\x6d','\x43','\xfd','\xce','\xd0','\x3d','\x30','\x3f','\xd2','\x5d','\x34','\x79','\x93','\x0e','\xf5','\x72','\x40','\x59','\x22','\x46','\x2b','\x98','\x34','\x80','\xc8','\x5c','\x6b','\x50','\x73','\x65','\xcc','\x5c','\x8d','\xcf','\x57','\xf1','\xcd','\x30','\x89','\xf9','\x4a','\x04','\x63','\xf1','\xde','\xbd','\x22','\xd3','\x86','\x66','\x75','\x25','\x8e','\x07','\x9f','\xb3','\x7f','\x77','\x5d','\xd1','\x7b','\x82','\xdc','\x99','\xf8','\xdc','\xff','\x49','\xef','\x7f','\x1f','\xbd','\x7f','\x90','\xdd','\x1f','\x59','\xbd','\x3f','\xb2','\xf2','\xb9','\x46','\x03','\xa1','\x54','\x44','\x6f','\x24','\x1a','\x2b','\x6c','\x6d','\x95','\xad','\xd1','\x87','\xbe','\x1d','\xfe','\x8d','\x7b','\x7d','\x67','\x64','\xdc','\xe1','\xd5','\x2f','\x99','\xc3','\x27','\x2a','\x78','\x1e','\x78','\xf5','\xd3','\xff','\x5d','\x30','\xbd','\xfc','\xfc','\xef','\x7c','\x44','\xfb','\x9d','\x8f','\x34','\x0b','\xbd','\x4f','\xa7','\x3f','\xeb','\x4f','\x47','\xa0','\xd0','\x41','\x18','\x78','\x5c','\xac','\xc8','\xfe','\x37','\x43','\x74','\x64','\xa6','\x70','\xca','\xec','\xa9','\xf5','\x48','\x15','\xc9','\xe7','\xb1','\x9b','\x52','\x7b','\xa7','\x5c','\x7d','\x3f','\x7a','\x3f','\x9d','\xa3','\xfb','\xd1','\xfe','\x5b','\xe5','\xaa','\x48','\x86','\xdc','\x83','\x64','\x10','\x53','\x76','\x8b','\xaf','\x7f','\xaf','\x07','\xb1','\x17','\x05','\x4f','\xe3','\xeb','\xa6','\x67','\xde','\x6e','\xa1','\x90','\x82','\x82','\x41','\x44','\x03','\x8b','\x34','\xbc','\x4e','\xd5','\xf9','\xea','\xa0','\xab','\x3a','\xad','\x51','\x6e','\xd9','\xc5','\xf2','\x34','\x96','\xa3','\xb1','\x6c','\x35','\xf9','\x52','\x35','\xa6','\xd1','\x98','\xd6','\x17','\xd3','\xc2','\xc9','\x97','\x5a','\xec','\x91','\xad','\xae','\xb3','\xc0','\x5d','\xc7','\x4d','\x95','\x89','\x06','\xd5','\xb9','\xda','\x6c','\x04','\xe1','\x2c','\xf7','\xfb','\xd4','\xb6','\xaa','\xd4','\xdc','\xe4','\x08','\xc3','\x15','\x4c','\x9b','\xf0','\x1a','\xa5','\x6b','\x55','\xc0','\xf7','\xab','\xb6','\xd5','\x57','\x30','\xc3','\x05','\xb3','\x95','\x7f','\xa1','\x5a','\x6c','\xd2','\xd3','\x25','\x51','\x4c','\x29','\x83','\xd2','\xd3','\x90','\xd3','\x23','\x84','\x20','\x6d','\xcc','\xfe','\x79','\x93','\x78','\xf4','\xad','\x1c','\x2d','\x88','\x29','\x79','\x6c','\xa5','\xc6','\x92','\x37','\x58','\xa2','\xc6','\x66','\x6a','\x6c','\xaa','\xc6','\xaa','\x35','\x46','\x6b','\x1d','\x1e','\x8d','\x30','\xbf','\x5e','\x61','\x74','\x13','\x88','\x0e','\xa1','\xef','\x24','\x62','\x8f','\x29','\x64','\x5a','\x09','\x15','\xb3','\x89','\x07','\xdf','\xd7','\x98','\xee','\xd5','\xf3','\x83','\xfa','\x83','\xef','\xd3','\xcb','\xef','\x54','\x4e','\xff','\x89','\xad','\xb9','\xaa','\xe5','\x77','\x80','\x75','\x9c','\xa3','\x98','\xad','\x3e','\xf8','\x3e','\xb8','\xc9','\x0f','\xc2','\x0d','\xff','\xfc','\xf4','\x9f','\x50','\xcd','\x45','\xcb','\x6f','\x53','\xad','\x87','\x6a','\x6e','\xba','\x8b','\xef','\xab','\x8e','\xed','\xd7','\x6d','\xa8','\x35','\xe0','\x86','\xdf','\x41','\x12','\x38','\xdf','\x0e','\xd7','\xeb','\x01','\x63','\x07','\x2e','\x71','\x51','\xb9','\x1d','\x0c','\x1e','\x82','\xec','\x7e','\xf2','\x00','\x99','\xad','\x90','\x3b','\x8d','\x23','\x9b','\x54','\x31','\x29','\xaa','\xf1','\x7f','\xc5','\xd7','\x76','\x40','\x37','\x03','\xcb','\xd0','\x20','\xd8','\x21','\x87','\xe4','\x50','\xbb','\x18','\xa2','\x3f','\xce','\xd1','\xfa','\x03','\xc8','\xac','\x20','\x73','\x27','\xdf','\xb2','\x4b','\x34','\x03','\x52','\xf8','\x6a','\x9c','\xee','\xb6','\x4d','\x0f','\xba','\xb5','\x2d','\xd2','\x24','\x48','\x6d','\xd5','\x50','\xb9','\x09','\x57','\x13','\xe0','\xd2','\x41','\xe6','\x10','\x8f','\xf0','\x4f','\xb7','\x9e','\x87','\xfb','\xd2','\x57','\x6d','\x38','\x2d','\xe1','\x5f','\x2a','\xc2','\xa8','\xab','\x15','\xb8','\xa8','\x87','\xd7','\xb8','\x54','\x37','\x02','\x17','\xdb','\xa2','\xa7','\x33','\x47','\x85','\x3f','\xa4','\xd3','\xca','\x59','\x9d','\x3f','\x33','\xe4','\x3a','\x93','\x73','\x2d','\x3c','\xe0','\xb2','\x2b','\xa8','\x7d','\xe7','\x71','\x0e','\x70','\xb3','\xcb','\x0c','\x54','\x4c','\x98','\x9f','\xf3','\xed','\xc0','\x12','\xff','\x6a','\xe2','\x0b','\xea','\xf0','\x47','\xe8','\x73','\x2d','\x30','\x84','\xcc','\x1c','\xaa','\x3d','\x90','\xe4','\xe3','\x6c','\x9d','\x77','\x8b','\x00','\xe3','\x26','\xb2','\x6f','\x9a','\x74','\x70','\x89','\x86','\xc1','\x77','\x08','\x9c','\x89','\x84','\x37','\x68','\xe0','\x92','\x15','\xf8','\x2a','\x09','\x70','\xeb','\xf4','\x02','\x73','\xa0','\x76','\x10','\x1b','\xea','\x8d','\xe5','\xd4','\xf8','\x03','\x83','\xc9','\x4a','\x2a','\x74','\xeb','\x38','\x4d','\x8d','\x0e','\x36','\xa9','\x67','\x89','\x2a','\x46','\xc0','\x58','\x0a','\x6f','\x3c','\x09','\xef','\xa8','\xb2','\x12','\x58','\x5c','\x0e','\x18','\xd5','\xc0','\x12','\xff','\x8e','\xb6','\xfa','\xea','\x39','\x75','\x69','\x49','\x3d','\xdf','\x1a','\x92','\x97','\x72','\xf2','\xd2','\x03','\xfe','\x56','\x45','\x96','\x3b','\x71','\xec','\xb0','\x09','\xad','\x31','\xae','\x18','\xf6','\x8d','\x25','\xda','\xb3','\x4c','\x51','\x85','\xfb','\x57','\x81','\x85','\x95','\x70','\x6d','\x39','\xb0','\xc8','\xff','\xf9','\xf9','\xc0','\x6a','\x05','\x34','\xe0','\x45','\x2b','\xb0','\xbc','\xa8','\x72','\x5c','\xb4','\xf8','\x75','\x48','\x59','\xcc','\x29','\x8b','\x0f','\x84','\xad','\x8a','\xe2','\xde','\xee','\x07','\x74','\x6b','\x03','\x86','\x1d','\x2c','\xd0','\xf7','\x09','\x0b','\xa1','\xd0','\x05','\x97','\x76','\xb5','\x1e','\x57','\xa5','\x47','\xc2','\x3d','\x18','\x4b','\x7c','\xe5','\x37','\x24','\xd1','\x5a','\x11','\x41','\xea','\x0b','\x86','\x08','\xe3','\x2d','\xd8','\x71','\xc8','\x15','\x16','\x43','\x6d','\x8d','\x76','\xdb','\x38','\xb7','\xf4','\x45','\xf5','\xec','\x6e','\x76','\x73','\x5b','\x17','\xa4','\x1d','\x23','\xef','\x86','\xbc','\x83','\x26','\x7a','\x67','\x43','\xc6','\xad','\xfb','\x9d','\x44','\xc1','\xe8','\x0f','\x11','\x7a','\x0b','\xa1','\x1f','\xe8','\xae','\xaa','\x29','\xd1','\x12','\xa6','\x49','\x4a','\x43','\x0d','\x30','\x77','\xd0','\xce','\xe7','\xb9','\xd3','\xc3','\xec','\x7c','\x00','\xf1','\x60','\x4e','\xa6','\x10','\xb7','\xa9','\xa0','\x25','\x31','\x5f','\xcf','\x73','\x04','\x8d','\x96','\x80','\x92','\x8d','\x71','\x11','\x27','\xf1','\x2b','\xdc','\x34','\xb7','\x6e','\x1c','\xf6','\xdd','\x4e','\xef','\x24','\x5f','\x37','\x43','\x9b','\x8b','\xbc','\x3e','\xc4','\x02','\x88','\xa9','\x7a','\x84','\x99','\x9a','\x56','\x4a','\x99','\x63','\xf3','\x7a','\x10','\x43','\x17','\xb3','\x7f','\xa2','\x13','\x90','\xf3','\x8d','\x5c','\x7c','\x27','\xce','\x9b','\x60','\xe0','\x4d','\xe8','\xdc','\x7e','\x83','\x94','\x70','\xc7','\x44','\x7c','\x99','\x5b','\x20','\xed','\x19','\x34','\xba','\xc3','\xce','\x14','\x9b','\x91','\xcf','\xc0','\x2f','\xf8','\x0c','\x20','\xd7','\x05','\x5d','\x02','\x57','\xb3','\x44','\x68','\x92','\xd1','\xd0','\x06','\x2a','\xfc','\x92','\xd7','\x01','\xbf','\x31','\x42','\x50','\xb2','\x3d','\xc1','\x48','\x79','\x15','\xf8','\xd2','\x00','\x49','\x4b','\xdc','\xa0','\x72','\x5c','\xcf','\xc5','\x51','\x2e','\x2e','\xe7','\xe2','\xbe','\x5c','\x3c','\x98','\x8b','\xb3','\x5c','\xdc','\x2c','\x0f','\xa1','\x5c','\x0e','\x69','\xb9','\x1e','\x34','\xd1','\x83','\xd6','\x7b','\xd0','\x82','\xe4','\x72','\xfa','\x5c','\x03','\xed','\x37','\x2a','\xff','\x8c','\x00','\x9b','\xb9','\x44','\x5c','\x0b','\x24','\xb9','\x4e','\x5c','\x5f','\x22','\xae','\x8b','\x24','\xf0','\x15','\xeb','\x9d','\xe7','\x48','\xe0','\xcf','\x49','\x60','\x5d','\xe0','\xcf','\x49','\x2f','\xc7','\x97','\x2c','\xf5','\x2b','\x64','\xd0','\x40','\x83','\x67','\xd1','\x89','\x85','\xc6','\xbc','\x6e','\xfb','\xf5','\x90','\x84','\xee','\xfc','\xbe','\x3a','\x2f','\x4b','\x43','\x43','\x3f','\x23','\x63','\x52','\x9b','\x49','\x84','\xbd','\x4c','\xb6','\x6a','\x58','\x38','\xec','\x75','\x32','\xb3','\x3e','\x7b','\x62','\x81','\x72','\xeb','\x54','\x12','\xbe','\xff','\xae','\x3e','\x8f','\xb6','\xb9','\xb3','\xe1','\xe3','\xd6','\x7b','\x17','\x9d','\xa8','\xa1','\x3f','\x2c','\xc9','\x41','\xee','\x4f','\xb6','\x42','\x25','\xc8','\x38','\x05','\xce','\x62','\x64','\x96','\x3c','\x12','\x50','\x48','\xbf','\xdb','\xf3','\x38','\x2f','\xcb','\x69','\xd9','\xa0','\x71','\xc1','\xd8','\x70','\xf3','\x37','\x26','\xc6','\x34','\x25','\xd1','\xa5','\xc5','\xff','\x26','\xb7','\x31','\x75','\xf4','\x68','\x53','\x32','\x13','\xa3','\x40','\x04','\xc6','\xad','\xf9','\xa5','\x89','\xc1','\x73','\xe5','\x27','\x8c','\x5c','\xaf','\x91','\x0b','\x54','\x05','\x96','\x73','\xae','\x95','\xb2','\xab','\x92','\x2b','\xdb','\x39','\xac','\xed','\x44','\x99','\x5f','\x89','\xa6','\x91','\x69','\x24','\x8b','\x7e','\x7f','\x4a','\x0e','\x45','\xca','\xc8','\x1c','\x73','\xb6','\x4f','\x0f','\xb7','\xca','\xe6','\x1d','\x0a','\x6b','\xe4','\x5e','\x88','\xc8','\xe3','\x4a','\xf2','\xf5','\x56','\xf0','\x14','\xdd','\xca','\x6a','\xfe','\xe5','\xdb','\x90','\x5f','\x7f','\xf9','\xfe','\x02','\x2a','\xac','\x9f','\x2a','\xb4','\x16','\x24','\xb5','\x04','\xa9','\x69','\xe8','\x05','\xbd','\xa7','\xa6','\x05','\x6b','\xec','\x2d','\x20','\xcd','\xed','\x9b','\xe8','\xee','\x77','\x0d','\xe4','\x06','\x1c','\x78','\x4f','\x48','\xcf','\x97','\xf5','\x46','\x4e','\x7a','\x3e','\x37','\x46','\x73','\x92','\x9e','\x93','\xb0','\xf8','\x46','\xa8','\x8c','\x1b','\x39','\x62','\xe6','\xe4','\x5a','\x2e','\x6c','\xe7','\x12','\xb5','\xdc','\x26','\xb4','\x97','\x2d','\x8b','\x26','\xb3','\x1a','\x34','\xcb','\xfe','\x31','\x02','\x12','\x14','\x41','\xd2','\x2d','\x78','\xf9','\xa0','\x05','\x18','\x74','\xde','\x18','\x11','\xbb','\x92','\xa1','\x0e','\xcd','\x0e','\x72','\x4e','\xdb','\x6f','\xaf','\xf7','\xdc','\xb1','\x3c','\xb6','\xd2','\xb9','\xc5','\x7a','\xe6','\xfe','\xcf','\x02','\xca','\x49','\x1c','\xd0','\xe9','\x2f','\x87','\x19','\x47','\x59','\x5c','\x73','\x78','\x04','\x9e','\x4d','\x6c','\x71','\x6e','\xe6','\x97','\xc3','\x56','\x4e','\x04','\xa2','\xb6','\xd9','\x86','\x9c','\x4e','\x66','\xfc','\x7d','\xf5','\xea','\xdc','\xce','\x2c','\x5f','\xd0','\xa1','\x7e','\x2f','\xd9','\xce','\xa9','\x7a','\x6e','\x50','\xcf','\x9d','\xd0','\xcb','\x2e','\x3d','\xc7','\x5f','\x99','\xbd','\x3d','\x48','\x2e','\x6c','\x95','\x29','\xbd','\xe3','\x38','\x3d','\x48','\x13','\xe2','\x42','\xf4','\x12','\x84','\x05','\xd9','\xb9','\xe9','\xf6','\xbb','\x17','\x71','\x1b','\xbb','\x29','\x6e','\x40','\x8c','\x04','\x16','\x65','\xf5','\x4c','\x50','\x5d','\x60','\x83','\xf3','\x7a','\xf6','\xe9','\xc6','\x03','\xcd','\xf2','\x59','\x7d','\xcc','\x0d','\x69','\x3b','\xcc','\xc3','\x85','\xb3','\xe8','\x1b','\x2a','\xde','\x6c','\xe7','\x06','\x78','\xbc','\x89','\xa9','\x90','\x4c','\x87','\x15','\x01','\xc3','\x5b','\x0b','\xbf','\x9c','\xa0','\xeb','\x25','\xba','\xd6','\x60','\xe6','\x19','\x75','\xed','\xf2','\xe0','\xc2','\xf4','\x23','\xc6','\xe3','\x13','\x2c','\xa9','\x3b','\x9d','\x35','\xe5','\x39','\x72','\xb5','\x61','\xbf','\xd6','\xe9','\x3f','\x4b','\xfc','\xb6','\xdf','\x60','\x6d','\x41','\x4f','\x96','\x71','\x42','\xbb','\x0a','\x9b','\xe5','\x9a','\x3a','\x05','\x45','\x64','\x77','\x6c','\x89','\x0b','\xe2','\x17','\xd8','\x65','\x42','\x69','\x35','\x51','\x56','\x1b','\x05','\x55','\x3f','\x65','\xeb','\xfc','\x5a','\x50','\x2b','\x05','\xd5','\x2e','\x7c','\xae','\x3a','\xf7','\xff','\xac','\x16','\x1c','\xdc','\xac','\x16','\x9e','\x05','\x9c','\x52','\xab','\x73','\x6a','\xb5','\xa0','\x56','\xb9','\x39','\x8d','\xe2','\x14','\xc5','\x28','\x3a','\x4c','\x11','\xa3','\x3b','\xd7','\xe1','\xed','\x8b','\x10','\xbd','\xcc','\x3d','\x5c','\x52','\x5e','\x77','\x88','\xa1','\xb6','\x6e','\x20','\xb7','\xf9','\x73','\x0b','\xf6','\x09','\xb1','\xd9','\xb9','\xab','\x93','\x90','\xf8','\x82','\x8f','\xf0','\xd9','\x10','\x57','\xbe','\x15','\x23','\xef','\xb5','\x1b','\x9d','\xb6','\x71','\x08','\x9b','\xd4','\x7d','\x55','\xac','\x22','\xcf','\x0e','\x52','\xf4','\x5b','\xd9','\xd1','\xb7','\x54','\x8f','\x0f','\xd8','\x40','\x26','\x48','\x8c','\xff','\xdb','\x4e','\x51','\xaf','\xcb','\xcc','\xf1','\x37','\x3e','\x08','\x6b','\xa0','\xac','\x1a','\xb9','\x9d','\xe0','\x3f','\x23','\xa5','\xca','\x52','\x2a','\x87','\x23','\x1a','\x16','\xd5','\x31','\x34','\x0c','\xb5','\xe6','\x26','\x06','\x9e','\x40','\x05','\x4f','\x24','\xed','\x72','\x13','\xe7','\xb2','\x1b','\x30','\x42','\xb9','\x7d','\xeb','\x38','\x5c','\xd2','\xee','\xb8','\x71','\xd6','\x95','\x76','\x5b','\x9f','\x50','\x34','\xa8','\x4f','\x0c','\x56','\xca','\x97','\xec','\x9c','\x86','\x73','\x9a','\x1b','\x88','\xa2','\xf9','\xcf','\x23','\x54','\xee','\xae','\xbd','\x9c','\x58','\x7b','\xb0','\xce','\x29','\xed','\xac','\x43','\x67','\x0d','\x0b','\x41','\x87','\x3a','\x7c','\x59','\x8c','\x2f','\xc8','\x09','\xca','\xca','\x55','\xbe','\x23','\x9a','\x39','\xca','\x3a','\x08','\x37','\x61','\x1c','\x84','\xe1','\xbb','\x50','\x3e','\x20','\x81','\xc7','\x1b','\x2e','\xe6','\x32','\x19','\x6d','\xa9','\x8e','\x14','\x2e','\xa0','\x09','\xba','\x1c','\x44','\x6e','\xfe','\xd5','\x44','\xa0','\x64','\xe7','\xf7','\xe2','\x0f','\xb3','\xe3','\x01','\xca','\xe2','\x01','\xb6','\x9e','\x44','\xcc','\x5b','\xa5','\x2c','\xf6','\x1a','\xf0','\xda','\xcb','\x11','\xa0','\xe7','\x0e','\x12','\x67','\x7e','\x22','\x26','\x4d','\xbe','\x6e','\xb1','\x0d','\x93','\x23','\x09','\xd7','\x3a','\xbb','\xde','\x4e','\xae','\xe9','\xaa','\xab','\xc1','\x16','\xf2','\xf1','\xcb','\x05','\x2b','\x3f','\x57','\x3a','\x3d','\x9a','\xfa','\x27','\xf7','\x7b','\x8a','\xa6','\x20','\xc0','\x0e','\xd4','\xd3','\x44','\x70','\x50','\xa3','\x72','\x0b','\x0d','\x22','\xa4','\x1a','\xa8','\x0c','\x1c','\x3b','\xd6','\x4b','\xba','\xb7','\x6c','\xf9','\xb8','\xf7','\xca','\x51','\xb6','\xe0','\x9a','\xad','\x38','\xe5','\x96','\x7d','\x08','\xdd','\xe4','\x2b','\xa4','\xdc','\x4e','\x75','\x88','\xfe','\x97','\x26','\x92','\x56','\x79','\x9e','\xbf','\x85','\x45','\x78','\x59','\x7c','\x5a','\xf8','\xb7','\x50','\x94','\x72','\xbb','\xcd','\xaf','\x80','\xe0','\x3d','\xb9','\x9b','\x76','\x2e','\x05','\xbb','\xbe','\xcc','\x7f','\x00','\xe4','\xb3','\x76','\x6b','\x3f','\x56','\x41','\xe0','\x92','\xa6','\x5a','\xd9','\x6e','\x14','\x90','\x56','\x40','\xe9','\xc2','\x9c','\x5d','\x18','\x5f','\x2a','\x4c','\x7c','\x78','\x6e','\x2e','\x53','\x40','\x99','\x02','\xce','\x14','\xec','\x83','\x05','\x7c','\xb0','\xe0','\x4e','\x14','\xa8','\x32','\x47','\x95','\x53','\x76','\x22','\xdb','\x3a','\xe8','\xa2','\x51','\x44','\x8b','\x88','\x3e','\x80','\x5a','\x15','\xa4','\xbe','\x8b','\x1f','\xf7','\x04','\xfd','\x9d','\x8f','\xac','\xde','\xee','\xca','\xdd','\x71','\x13','\x75','\xf6','\xa9','\x8f','\x1b','\x2f','\xda','\x04','\x29','\x88','\xf5','\x0c','\x3a','\x25','\x87','\xdc','\xf0','\xed','\x7a','\x97','\xca','\xbd','\x4b','\xb9','\xde','\x3f','\x85','\xf7','\x0e','\x37','\x02','\xe5','\xb6','\x58','\x84','\xba','\x76','\x7b','\xbf','\x5a','\x11','\x87','\x9a','\x90','\x60','\x4f','\xe5','\xa4','\xc9','\xdc','\x78','\x3a','\x37','\x72','\x30','\x77','\x2f','\xcb','\xc9','\x42','\x84','\x46','\x93','\xb9','\xcc','\x48','\xce','\xdf','\xec','\x6c','\x19','\x7f','\x13','\xc6','\x19','\x5c','\xd6','\x8e','\x18','\x48','\xad','\xa0','\x2c','\xe8','\x78','\x74','\x5e','\x44','\xb2','\x40','\x15','\x5a','\xe9','\xe4','\x95','\x72','\x2f','\x29','\xc8','\x4b','\x85','\x93','\x4f','\xf2','\x27','\x2b','\x5c','\xc6','\x85','\xb5','\xa5','\x02','\xd1','\xe7','\xa2','\x07','\x0b','\xc5','\xe1','\xc2','\x07','\x7f','\x52','\x90','\x11','\xd0','\xd2','\xf9','\xad','\x02','\xa5','\x73','\xf7','\xb2','\xc2','\x90','\xa6','\xad','\x99','\x48','\xd2','\x20','\x74','\xc3','\xb7','\x18','\x5f','\x08','\xf0','\xbd','\x0a','\x69','\xdb','\x2e','\x13','\xad','\xc0','\x91','\xc2','\x30','\x8e','\x89','\x0b','\x57','\x5f','\x99','\x03','\xcb','\x14','\x17','\x6c','\xbb','\x20','\xa1','\x82','\x4f','\x2e','\xc4','\x7d','\x85','\xbf','\x34','\xe6','\xf6','\x5c','\x2b','\xc4','\x1a','\x5a','\xed','\x1a','\xf7','\x8e','\x10','\xbd','\x8a','\xb2','\x35','\xd7','\xd9','\x4e','\xbf','\x6c','\xfe','\xed','\xd2','\x27','\x60','\xa1','\x16','\x34','\x54','\xc8','\x2a','\x85','\x47','\xda','\x70','\xcd','\x2a','\x73','\xf0','\x49','\x0a','\x70','\xca','\x2a','\xe4','\x27','\x01','\xa7','\xac','\x39','\x7e','\xdd','\x98','\xd4','\x5e','\xb0','\x10','\x9f','\x95','\x33','\x8a','\x4b','\x22','\x5c','\x17','\x42','\x64','\x4d','\x8c','\x33','\xe1','\xd2','\x61','\xfd','\x0c','\x56','\x72','\x49','\x9b','\x5b','\x50','\x02','\x7a','\x99','\x35','\x72','\xcc','\xec','\x80','\x2b','\x11','\xc0','\x72','\x79','\x50','\xce','\x65','\xf9','\xcb','\xc0','\x68','\x1c','\xa3','\xcb','\xc7','\xd0','\xc5','\x97','\x5d','\x7e','\x09','\x5a','\xf2','\x28','\x50','\x61','\x97','\x26','\x91','\xb9','\x72','\xbb','\xe0','\xd2','\x01','\x49','\x4b','\xdc','\x9c','\x99','\xe3','\xdf','\x88','\x7f','\x35','\xf7','\xab','\x05','\x5f','\xad','\x30','\x73','\xb9','\x20','\x43','\x55','\xdb','\x9c','\x7c','\x45','\x93','\x33','\x5a','\x7b','\x0a','\xcd','\xc4','\xd0','\xc9','\xc7','\x90','\xfc','\x43','\xf4','\x47','\x7e','\x6e','\x99','\xde','\x22','\x0f','\x85','\xa0','\x03','\x43','\xb1','\x87','\x6f','\xa8','\xf1','\x44','\x70','\xdc','\x77','\xca','\xbe','\x81','\xc6','\x61','\x73','\xf1','\x2b','\x1a','\x17','\x36','\xe4','\x2b','\x8a','\x74','\x26','\x11','\x5e','\xd0','\x6e','\xce','\x9b','\x2e','\xab','\x19','\x36','\x93','\x3e','\xd1','\xe0','\xbb','\x53','\x32','\x8c','\xc8','\x1d','\xe0','\x32','\x92','\x76','\xfd','\xce','\x7f','\xb5','\x5d','\x4e','\x25','\x88','\x07','\x8e','\x40','\xc7','\x5c','\x01','\xee','\x40','\x0b','\xce','\x0a','\x06','\x55','\xb6','\x4c','\xe5','\xf7','\xd5','\xce','\x3d','\x13','\x3d','\x4c','\x21','\x5a','\x9c','\x42','\xa4','\x81','\xbc','\x26','\xf2','\xf4','\xa0','\x50','\x0f','\x7a','\xfc','\x8c','\xb4','\xf6','\xf2','\x2c','\x08','\xbc','\xd0','\x2f','\xb3','\xe7','\x9d','\x0e','\x15','\x3a','\x91','\xec','\x36','\xb7','\xb4','\xc3','\x84','\x14','\x42','\x40','\xe5','\x08','\x8e','\x3e','\x14','\x5a','\x11','\x8f','\x1d','\x94','\xda','\x9d','\x80','\xef','\xa0','\xde','\x48','\x9a','\xa6','\xfa','\xf4','\x0b','\xea','\x0e','\x47','\x38','\xc9','\xaf','\x17','\xdb','\x70','\xdf','\x75','\x21','\x93','\xfa','\xad','\x3f','\x33','\x58','\xad','\x65','\xab','\xb5','\x13','\x17','\xdb','\x0f','\x54','\xf1','\x02','\xc5','\x83','\xf3','\x26','\x48','\x2d','\xee','\xb7','\x3e','\x51','\x05','\xef','\xac','\x4a','\x39','\x92','\xfc','\x7a','\xb1','\xe5','\xdc','\xab','\xe2','\x3e','\x79','\xc1','\xad','\x5e','\xf0','\xa9','\xd5','\xa7','\xd5','\xea','\xaa','\x5a','\x35','\x07','\xab','\xa9','\xc1','\xaa','\x96','\xbd','\xf0','\xfc','\x89','\x76','\xf8','\x81','\xe7','\x7d','\x0b','\x11','\xa7','\xee','\xcf','\x00','\xa7','\x5b','\x70','\x9d','\x6d','\x91','\x9e','\x6d','\x77','\x23','\xd2','\x75','\x09','\xa5','\xb8','\xe5','\xe0','\x99','\x7f','\xde','\x3b','\x7f','\x51','\xb5','\xcf','\x01','\x3d','\x9a','\xf8','\x99','\x4e','\x8b','\x22','\x51','\x77','\x33','\xe4','\x2b','\x25','\x49','\x21','\x6e','\xdb','\x71','\xa2','\x01','\x22','\x38','\x9e','\xb4','\x93','\x1a','\x8e','\x9f','\x7a','\x25','\x0e','\xdd','\xa0','\x70','\xbc','\x6c','\xc7','\x3d','\x28','\xee','\x93','\x93','\x7b','\x7d','\xf1','\x07','\x8d','\xf8','\x9e','\x6b','\xf1','\xbd','\x8d','\x78','\xa1','\x39','\x44','\x7e','\x94','\xa3','\x57','\x27','\xb2','\xb5','\x07','\x3c','\x7a','\x45','\x42','\xc3','\xc1','\x52','\x92','\x16','\x86','\x03','\xe5','\x61','\xbb','\x31','\x3c','\xa9','\x0d','\x0f','\xcf','\x0d','\x1f','\xc0','\x63','\x7b','\x2a','\xef','\xb5','\x6b','\xc3','\x68','\x0e','\x8a','\x22','\xe7','\xb4','\xe1','\xf1','\xb9','\xe1','\x71','\x6d','\xac','\x7b','\xe3','\x7c','\x52','\x18','\xd7','\xd2','\xe3','\xd3','\xe9','\xf1','\xdc','\xa7','\x3f','\x5d','\x36','\x32','\x63','\x4e','\x5f','\xd7','\x8e','\x9d','\x4c','\x85','\x2e','\xbe','\x20','\x2c','\xba','\x0b','\xc0','\xe9','\xa1','\x9c','\x21','\xf6','\xdb','\x6d','\x65','\x81','\x84','\x17','\xf8','\x0b','\xb2','\xca','\x2f','\x03','\xb9','\x5b','\x7a','\x08','\x6e','\xf8','\xfb','\xb2','\xdf','\x14','\x74','\xc5','\x64','\x16','\x33','\xa7','\x5f','\x9b','\x2e','\x42','\x38','\x4e','\x93','\xdb','\x6d','\xad','\xed','\xa1','\x5c','\x9b','\x9b','\xb7','\x41','\xd0','\x66','\xd2','\xcb','\x32','\x5d','\x57','\xa8','\x1d','\x81','\x36','\x3e','\x42','\xbf','\x6f','\xfb','\x4d','\xdb','\x23','\xdc','\xda','\x5f','\x72','\x54','\xe0','\x0f','\x9b','\xe4','\x0f','\xb5','\xdd','\x2e','\xd5','\x28','\xa3','\x61','\x71','\x0c','\x0a','\x9d','\x62','\x92','\x76','\x27','\x1e','\xce','\x9d','\x1d','\xe9','\x6c','\x5b','\xc2','\xce','\x91','\x23','\xd7','\x70','\x5c','\xf5','\xb6','\xb4','\x20','\xdb','\xe5','\x9d','\xfd','\xc0','\x69','\xbf','\x62','\x7a','\xba','\xae','\x99','\x33','\x0e','\x9c','\x33','\x26','\xcd','\xce','\x21','\xe3','\x3c','\xb2','\xd7','\x90','\x73','\xcf','\xc7','\xe2','\xee','\xd0','\xc0','\x82','\x1e','\x5c','\xd7','\x47','\x2f','\xeb','\x51','\xcc','\x61','\x16','\x71','\x2a','\xe3','\xd6','\x0c','\xa2','\x41','\x52','\x0a','\x4d','\x88','\x5c','\xbe','\x30','\x49','\x41','\xf2','\xd2','\xce','\xba','\x24','\x51','\xfc','\x25','\x72','\x8f','\x45','\x2d','\x58','\x48','\x22','\x03','\x0b','\x24','\xb8','\x4e','\x46','\xd7','\x49','\x54','\x02','\x40','\xaa','\x03','\x26','\x86','\x93','\xe7','\xe0','\x16','\x79','\x0e','\x40','\xb5','\xcd','\x15','\x28','\xdb','\xae','\x6b','\x83','\x22','\x32','\x70','\xac','\x9c','\x41','\x6e','\x1d','\xc7','\x43','\xa2','\x98','\x14','\xb1','\x18','\xc7','\x2d','\x72','\x25','\x64','\x02','\xd4','\x46','\x0a','\x25','\x11','\xc8','\x8c','\xdb','\x59','\x1f','\x77','\x4b','\x71','\x5c','\xd0','\x05','\x19','\x5f','\x03','\xf3','\xfa','\xe8','\x9a','\x1e','\x5d','\x03','\x8a','\x60','\x27','\x25','\xdb','\xb8','\x53','\x55','\x48','\x67','\x9c','\x70','\x1b','\xae','\x26','\xb1','\x1b','\xa4','\x4b','\x38','\x4c','\x42','\x32','\x19','\x38','\x6f','\x05','\xeb','\x64','\xb4','\x4e','\xa2','\x04','\x71','\x14','\x09','\xca','\x10','\x64','\xc0','\x5f','\xf7','\x74','\x21','\x41','\xbf','\x5a','\x4f','\xfb','\x97','\x3c','\x4f','\xc8','\xa5','\xf3','\x87','\x09','\xae','\x89','\xe7','\x71','\xbd','\xdb','\xf3','\x54','\x9c','\x74','\xd3','\x9d','\x75','\x76','\x62','\x7e','\x44','\x8e','\x4a','\xd2','\xde','\x3d','\x8e','\x19','\x45','\x80','\x22','\x32','\x33','\xa8','\x61','\x40','\xff','\xac','\xc7','\x20','\xa7','\x14','\x1d','\x25','\x28','\x4c','\x90','\x9f','\x40','\x5d','\x5b','\x43','\x30','\x99','\x03','\xbc','\xba','\x69','\x9b','\x26','\x09','\xbe','\xe0','\x94','\xb5','\x86','\x68','\x6d','\xa0','\x5a','\x0b','\x6e','\xd6','\x46','\x37','\x6b','\x51','\x0a','\x28','\x8a','\x23','\x58','\xc3','\x39','\x7f','\x75','\x00','\xb9','\xee','\xc0','\xc2','\xba','\x5d','\x47','\x06','\x87','\xdd','\xc8','\xae','\x39','\x31','\x40','\xe8','\x74','\x13','\xc2','\x64','\xa0','\x42','\x82','\x35','\x32','\x5a','\x23','\x51','\x1f','\x9f','\xa2','\x2e','\x55','\xd8','\xd6','\x9b','\x62','\xfc','\x65','\x25','\x9c','\x7e','\x37','\xbf','\xf4','\x7d','\xf1','\xaf','\x66','\x0c','\x5c','\x6a','\xff','\xd2','\xf7','\xd5','\x99','\x9f','\xdd','\xe7','\x5f','\xbb','\x43','\x13','\xdd','\xf5','\xef','\xa3','\xc9','\x44','\x77','\xfd','\x6f','\xfd','\x27','\x4f','\x2a','\xca','\x38','\x61','\x97','\x71','\x63','\xdd','\x63','\xae','\x4b','\xbb','\xfa','\xbe','\xdd','\x29','\xbc','\xa3','\xe9','\x18','\xbd','\xcc','\xb5','\x6e','\x43','\xd2','\x13','\x9e','\x48','\x90','\x24','\xe0','\x34','\xd9','\xcc','\x72','\x83','\xd0','\x44','\x7a','\xc9','\x6f','\x3f','\xef','\x69','\x00','\x45','\xdc','\xce','\xba','\x09','\xef','\x62','\xc4','\x5e','\x4f','\x75','\x1e','\x18','\x41','\x5a','\xdd','\xc0','\x7c','\x25','\xb8','\xb6','\x38','\xba','\xb6','\xf4','\xee','\xef','\xbd','\xcb','\xdf','\xbb','\xa3','\xce','\xc5','\xfb','\x84','\x6e','\xff','\xd7','\x15','\x12','\xa8','\x92','\x80','\xe1','\x0b','\x54','\x06','\x02','\x67','\x07','\x9e','\x58','\x18','\x78','\x76','\x79','\x74','\xf0','\xe9','\xe8','\x89','\x6a','\xd4','\xbf','\x5a','\x94','\x58','\x06','\x69','\x06','\x12','\xff','\xc4','\xa1','\xe6','\x26','\x42','\x0b','\x9a','\x0e','\x6f','\x4f','\xca','\xa9','\xe2','\x84','\xa4','\xc1','\x2b','\xa2','\x63','\xb8','\xa2','\xf0','\xd7','\x11','\x8c','\x10','\x78','\xa4','\xf4','\xc8','\xf1','\x0a','\x3b','\x54','\x61','\x51','\xcc','\x8a','\x18','\x18','\xae','\x0c','\x27','\x9f','\x12','\xb6','\x7c','\x09','\xb8','\x61','\x87','\x1a','\xc0','\xcf','\xbf','\x6b','\xbf','\xef','\x28','\x66','\x84','\x64','\x38','\x32','\x70','\xb6','\xdd','\x79','\xef','\xb8','\xbb','\x4f','\x89','\xd3','\xf0','\xa8','\x5b','\xe5','\xc7','\x12','\x24','\xdb','\xf4','\xc2','\x7b','\xdf','\xce','\xa3','\xf6','\x2e','\x13','\xfb','\xfa','\x76','\x73','\x8a','\x10','\x25','\x03','\x55','\x12','\xbc','\x6e','\x8d','\x6e','\x92','\x28','\xe5','\x40','\x45','\x8a','\x32','\x14','\x19','\x8e','\x46','\x8f','\x88','\xc4','\x48','\xae','\xa8','\x75','\xe4','\x45','\x4e','\x1e','\xfe','\x2a','\xf1','\x34','\xc9','\x18','\xf3','\x56','\x18','\x14','\x17','\x74','\xbb','\xa5','\x84','\xf0','\xc8','\xc0','\x25','\x3b','\x58','\x63','\xa3','\x35','\xf8','\x52','\xf0','\xbd','\x7c','\xdd','\xef','\x25','\x77','\xfc','\x4d','\x48','\x20','\x4c','\x09','\x2e','\x81','\xad','\x75','\x88','\x7f','\x85','\x71','\xf8','\xfc','\xf8','\x76','\xce','\xcf','\xf6','\x50','\xa2','\xde','\xaa','\x83','\x7e','\x61','\x27','\xd2','\x6e','\x7b','\xa3','\x60','\xa1','\x70','\xb4','\x50','\x38','\x26','\x90','\x28','\x14','\x66','\x0a','\x85','\xa9','\x1a','\xa0','\x5a','\x2b','\x00','\x59','\x87','\x51','\x08','\x18','\x73','\x50','\x3e','\x39','\x5b','\xe8','\xa3','\x3b','\xeb','\x34','\xa9','\x57','\xa7','\xb6','\x49','\xc9','\x60','\x95','\x24','\x37','\x89','\x5a','\x0d','\xa9','\xd5','\x01','\x8e','\x67','\xab','\xc7','\x9f','\xad','\x46','\xd5','\x6a','\x34','\x59','\x2d','\xaa','\xd5','\x0c','\xa3','\x06','\xda','\xa6','\x6a','\x10','\x10','\xfc','\x63','\x3b','\xea','\x53','\x76','\x16','\xa7','\xf8','\xf8','\x24','\xeb','\x28','\x68','\x72','\xe0','\xd1','\xa4','\x1d','\x95','\x30','\x07','\x30','\xd2','\x4b','\xd8','\xf0','\x60','\xd0','\x7f','\x3e','\x9f','\x68','\x4e','\x2d','\xf8','\xc3','\x4d','\xba','\x2b','\xec','\x29','\x76','\xd9','\x56','\x53','\xe3','\x3e','\x5a','\x0d','\x5c','\xd8','\xa4','\x17','\xe0','\x0e','\x7a','\xa2','\xfd','\x21','\x45','\x3f','\xbc','\x43','\x48','\xb0','\xa3','\x77','\x76','\xf4','\x22','\xd9','\x7e','\x9e','\x9d','\xef','\x7d','\x93','\xc0','\x7b','\x0f','\x5b','\xfc','\xd5','\x8b','\x54','\x4f','\x64','\xc8','\x11','\x02','\x5f','\x43','\xd4','\x5b','\x29','\x3e','\x12','\xc1','\x24','\x85','\xbb','\x75','\x40','\x88','\xa8','\xc8','\xfb','\xac','\x69','\xdf','\xd4','\x45','\xe5','\x88','\x45','\x54','\x1a','\x8a','\xd3','\x81','\x18','\x1b','\xf8','\x0e','\x3b','\xbe','\xaa','\x45','\x59','\x29','\xca','\xae','\x15','\x59','\x35','\xa3','\x12','\x23','\xe6','\x27','\x87','\x71','\xd7','\x46','\xec','\x94','\x63','\x6f','\xf7','\x1d','\x20','\xc8','\x5b','\xc5','\xf6','\x75','\xc1','\xc1','\x2b','\x7e','\x45','\x48','\xa9','\x0d','\x5c','\xbc','\x71','\xab','\x3c','\x0c','\x0b','\x79','\x08','\xf1','\x69','\xdf','\x2e','\xfe','\x79','\xa5','\x53','\xd1','\x06','\x45','\x6d','\x55','\x66','\x6f','\xb2','\xad','\x74','\xb5','\x10','\x65','\x03','\x55','\x16','\xdc','\x64','\xa3','\x9b','\x2c','\x4a','\x01','\xc5','\x70','\x33','\xe3','\x34','\xde','\xda','\xd1','\x6f','\xab','\xc3','\x9b','\xba','\xe3','\x3c','\xc5','\x6b','\x60','\xfb','\xaa','\x4d','\xfa','\x11','\xd9','\x0b','\xc5','\xe0','\xa1','\x09','\xae','\x07','\xdb','\xc1','\x75','\x34','\xba','\x8e','\x1c','\xde','\x7e','\xf1','\xbe','\xec','\x1d','\x7d','\x1f','\x76','\xf0','\x2d','\x3b','\x75','\xa3','\xbd','\x0d','\x12','\xe6','\xdf','\x0b','\xd9','\x9b','\x08','\xe4','\x76','\x18','\x68','\x6a','\x42','\x54','\x1b','\xa8','\x6a','\xc1','\xbf','\xd7','\x46','\x37','\x1b','\x51','\x5a','\x8a','\xd2','\xd9','\xa2','\xf2','\x70','\x86','\x15','\x0c','\xa6','\x91','\x88','\x06','\xce','\x65','\x4a','\xe3','\x92','\xd9','\xeb','\xf4','\x37','\xe7','\xe3','\x0c','\x3a','\xf5','\xd4','\x50','\x6a','\x6a','\x37','\xcd','\x2e','\xb5','\x57','\x3d','\x94','\x6c','\x0f','\x30','\x73','\x60','\xd5','\x3c','\xbe','\x6a','\x46','\x59','\x23','\xca','\xb4','\x22','\xd3','\x32','\x4c','\x33','\x46','\x1e','\xf3','\xb6','\x62','\xa4','\x11','\x23','\x7a','\x1f','\xc4','\x61','\xed','\xab','\xa0','\x77','\x1c','\x39','\x26','\x52','\x73','\x3b','\xc5','\x4d','\xdd','\xf3','\xa4','\x50','\xd2','\x1a','\x78','\xd6','\xd8','\xd6','\x83','\x8f','\x9e','\x75','\x52','\xe8','\x8d','\xdd','\xf9','\xf3','\x1d','\xbe','\xf7','\xed','\xf7','\x45','\xbc','\x17','\xdb','\xb0','\x7e','\x98','\x28','\xa4','\x2e','\x1b','\xc1','\x79','\x03','\xf4','\x85','\xcb','\x38','\xfe','\x35','\xe3','\xd0','\x25','\x23','\xca','\x82','\x90','\x4a','\xcd','\x5a','\x06','\xf4','\x39','\xba','\x8d','\x87','\xdc','\x1d','\x24','\x9e','\x4e','\x21','\xbf','\xd7','\xa0','\x76','\x9d','\x42','\x35','\x7a','\x3f','\x94','\x55','\x86','\x12','\x74','\xe0','\x13','\x74','\xe0','\x02','\x3d','\x7e','\xa1','\x1a','\x0d','\x00','\x9c','\xd2','\x63','\xe3','\xd6','\x12','\x42','\x78','\xdd','\xbb','\xe4','\x33','\xe8','\xaf','\x4e','\x99','\x1e','\x41','\x4a','\x48','\x09','\x0e','\x2c','\xd1','\xe0','\x15','\x3a','\x5a','\xa7','\x51','\xa2','\x44','\xdd','\x42','\x6e','\xe0','\x88','\xd1','\xa9','\x8b','\x74','\x3a','\x4b','\xa7','\x3b','\xfa','\xbd','\x53','\xb7','\xde','\x20','\xec','\xd6','\xa2','\xf5','\x50','\x3c','\x32','\xc0','\xf1','\x1c','\x3b','\xfe','\x9c','\x12','\x8d','\x03','\x44','\xe9','\x3a','\x35','\x86','\x28','\xc9','\x9d','\x24','\xb9','\x0c','\x99','\x78','\x8d','\x5c','\x7f','\x84','\x18','\x05','\x2f','\x9f','\xe7','\x5d','\x79','\xe6','\xcc','\xfe','\xfb','\x1f','\x11','\xe6','\x87','\xa9','\xbb','\xd4','\x0a','\x0d','\xca','\x03','\xef','\x3b','\x38','\xf0','\x3f','\x9d','\x3c','\xfe','\x35','\x39','\x9a','\x6c','\x45','\x11','\x82','\xfd','\x15','\x6e','\x1a','\x3b','\xf3','\x2a','\xbb','\x37','\xd0','\x94','\xbc','\xdb','\x28','\x10','\x6b','\x05','\xfb','\x1f','\xed','\x2d','\x97','\xc7','\xc1','\x2f','\x51','\x94','\x3b','\xf5','\xec','\xf6','\x3e','\x85','\x94','\x72','\x6a','\xff','\xe3','\x16','\x35','\x1c','\xa4','\x15','\x0e','\xb0','\xcd','\x81','\xff','\xcd','\x12','\xeb','\x07','\x50','\x64','\x66','\x86','\x99','\x06','\xab','\x93','\xfb','\xda','\xb7','\xec','\xd3','\xe0','\x8e','\xe2','\xca','\x3e','\x8c','\xed','\x74','\x9a','\x0e','\x77','\xea','\x2b','\xf9','\x5f','\x1d','\xc5','\xf8','\x18','\x87','\xcf','\x97','\xe8','\xd6','\x57','\x42','\x23','\xb9','\xdd','\xf5','\x95','\x74','\x6c','\x8c','\xbf','\x63','\x37','\x4a','\x78','\x10','\xc3','\x8c','\xf9','\x5b','\x87','\xf9','\x6f','\xa1','\x8f','\xb3','\x91','\x1c','\x1b','\x5f','\x67','\xae','\x85','\x98','\xe4','\xe7','\xdf','\x11','\x6a','\xf6','\x6f','\x35','\xa1','\xdf','\x42','\xae','\x4d','\x53','\xaa','\x96','\x3c','\x34','\x19','\xec','\x9e','\xef','\xec','\xd0','\x83','\x18','\x8a','\xcd','\x6b','\xa2','\x83','\x8c','\x3b','\xe2','\x23','\x6c','\x40','\x0e','\x0e','\xfc','\xeb','\xd7','\x07','\x56','\xf0','\x68','\x0a','\x45','\x93','\x56','\x14','\x4a','\x0c','\x68','\xc6','\x63','\x19','\x8e','\x98','\xdb','\xa2','\xc8','\x76','\xfa','\x68','\xc0','\x66','\x57','\x20','\x49','\x1b','\x6f','\x7a','\x2f','\xb5','\xba','\x7a','\xa7','\xc0','\x7f','\x37','\xd8','\x75','\x0b','\x28','\xf8','\x22','\x1d','\xbd','\x6a','\x45','\x83','\x28','\x1a','\x45','\xc5','\x3a','\xc9','\xf8','\xdb','\xa0','\x4f','\x3b','\x92','\x47','\x0c','\xd5','\xe9','\xff','\x25','\xf4','\x85','\x20','\x5e','\x00','\x3b','\xfc','\x32','\x1f','\x53','\x06','\x1b','\xdb','\xfd','\xd9','\x50','\xb2','\x32','\xf0','\x34','\x0e','\x5e','\x43','\x60','\x1f','\x76','\xec','\x8d','\xdb','\x1b','\x08','\x76','\xed','\xcc','\x1d','\x75','\x40','\x60','\xd7','\x6d','\x74','\x1a','\x19','\x90','\xf2','\x9b','\xa1','\x51','\x3c','\x10','\x41','\x5c','\x6b','\x1c','\xbf','\x90','\x88','\x06','\x18','\x47','\x31','\xc0','\x32','\x01','\x66','\x04','\x18','\xe1','\x50','\x63','\x80','\xc1','\x38','\x39','\x91','\x24','\x7a','\x68','\x07','\x3f','\x09','\xf1','\x96','\xdb','\xb6','\xe1','\xec','\x59','\xea','\x1b','\xb0','\x06','\x28','\xe5','\xf2','\x70','\xe0','\x79','\x6d','\x34','\xa1','\x45','\xa7','\xb4','\x68','\xb5','\x50','\xec','\xb7','\x33','\x54','\x33','\xe8','\x56','\x73','\x54','\x81','\x7e','\x48','\xda','\xdf','\xd9','\x4f','\xc1','\xbb','\x44','\xa0','\x08','\x28','\x29','\xe4','\x73','\xaf','\x19','\x0a','\xe8','\x03','\x81','\xea','\xc0','\x45','\xeb','\xf8','\xb3','\x7a','\x74','\x10','\x28','\x55','\x8b','\xae','\x4a','\xc6','\xb6','\xef','\x6c','\xcf','\xc3','\xf7','\x5a','\x24','\x83','\x67','\x49','\x6f','\xc5','\x7b','\xc1','\xb0','\xff','\xda','\x20','\x7c','\x38','\x6e','\x79','\x80','\x91','\x59','\x19','\xb8','\x68','\x83','\x1e','\x34','\x71','\x14','\x01','\x8a','\x08','\x67','\xc2','\x6d','\xe3','\x96','\xd3','\x48','\xf0','\x05','\xf0','\xce','\x7e','\x0a','\xde','\xaa','\x66','\x5f','\x4b','\x91','\x88','\x98','\x3a','\x41','\x2f','\x30','\xc0','\x71','\xa9','\x7d','\xfc','\x59','\xe0','\xf1','\x8e','\x3a','\x54','\x03','\x7c','\x9e','\x1d','\x7a','\x76','\xa7','\x6f','\x45','\x0a','\x13','\x7d','\x4e','\xf0','\xc6','\xef','\xd6','\xcb','\xd7','\xb7','\x7b','\x49','\x84','\xc2','\x16','\xe8','\x41','\x13','\x8d','\x9a','\xd0','\x57','\xa5','\x6b','\x1f','\x56','\x8c','\x3b','\x35','\x3c','\x82','\xfe','\xd9','\x25','\x24','\x6b','\x11','\xbf','\xdd','\x94','\x3b','\xed','\x4d','\x9d','\xab','\xdb','\x6f','\xb7','\x65','\x08','\xa4','\x5b','\x32','\xb4','\x2f','\x9f','\x15','\xa7','\x03','\x3d','\x9d','\x53','\x4b','\xd8','\xaa','\x0d','\x0f','\x2d','\x6f','\xaf','\x67','\x3e','\x3f','\xbd','\x3a','\xb7','\x09','\x48','\x40','\x87','\xf9','\x81','\xe2','\x2f','\x41','\xff','\x78','\xc2','\xf1','\x2f','\x2a','\x41','\xdb','\x1e','\x35','\x11','\x17','\x1a','\x51','\xa5','\xc3','\x0c','\x7c','\xab','\x3c','\x14','\x2c','\xc1','\xb7','\xbd','\xaf','\x37','\xc9','\x18','\x26','\x07','\x4b','\xc4','\xa7','\x05','\x09','\x57','\x3d','\x73','\x03','\xdf','\x19','\x1b','\x7d','\x01','\x45','\x6b','\x34','\xea','\xb7','\x8a','\x32','\xcb','\xdc','\xab','\x19','\xd3','\x8e','\xbd','\xba','\xbb','\xff','\xc5','\x0e','\xde','\x03','\x41','\x7a','\xb0','\x4d','\x9f','\x12','\xba','\xcf','\x1a','\x18','\xc9','\x0c','\x7c','\x37','\x73','\xfc','\xbb','\x99','\xe8','\x08','\xa0','\x78','\x9f','\x95','\x29','\x20','\xa3','\x80','\x48','\x1a','\x91','\x5a','\x0f','\xa9','\xf4','\x78','\x45','\xd8','\x85','\x48','\x6d','\x59','\x76','\xce','\x1e','\xe0','\xb8','\x21','\xb0','\x49','\x03','\x7f','\xc6','\x02','\x5f','\x67','\x47','\x16','\xb4','\x23','\xf3','\xe6','\xc7','\x17','\x4a','\x1f','\x37','\x92','\x17','\x56','\x7d','\x22','\xd1','\xab','\x12','\xb0','\xe1','\x04','\x3c','\x70','\x76','\x25','\xf0','\x27','\xcb','\x81','\x2f','\x56','\x03','\x9f','\x37','\x68','\xef','\x79','\x38','\x9c','\x73','\xf2','\xc3','\x71','\x3a','\xc0','\x6d','\xb9','\xe1','\x82','\x40','\xde','\x1e','\x2e','\xd2','\xe1','\xd3','\xb4','\x7d','\x9a','\x0e','\x97','\x46','\x87','\x4f','\x1f','\x1b','\x2e','\x1e','\x1b','\xce','\x27','\x86','\x0b','\x33','\xed','\xc2','\xd4','\x70','\x07','\xd0','\xc8','\x32','\xcd','\x31','\x47','\x5f','\x2c','\x52','\x43','\x0b','\x8c','\x42','\xda','\x31','\x3c','\x0b','\x1d','\x23','\xef','\x40','\x33','\x0e','\x6e','\x54','\xdb','\xab','\xa2','\xba','\x19','\xd4','\x6e','\x21','\xf4','\x41','\x7b','\x60','\x56','\x1b','\x30','\xb4','\xe3','\x86','\x16','\x95','\x01','\xc5','\xaa','\x96','\x59','\xd6','\x8c','\x8f','\x14','\x49','\x4e','\xc8','\xc3','\x4f','\x21','\xf2','\x80','\x4d','\x16','\xda','\x60','\xf7','\xee','\xc8','\x13','\xf6','\xba','\x90','\x7d','\xa9','\x05','\x19','\xc2','\x60','\x42','\xf4','\x84','\xc2','\x3f','\x1f','\x70','\xa1','\x81','\x79','\x74','\xfc','\x12','\x08','\xf9','\xa8','\x6d','\x17','\x11','\xcd','\x20','\x6a','\xbc','\x63','\x43','\x01','\xd9','\x5f','\x57','\x49','\xbd','\x4a','\x2c','\x0a','\x14','\x79','\x60','\xf7','\x32','\x30','\x60','\xf6','\x9a','\x24','\xb4','\x65','\x27','\x38','\x2b','\xb3','\x6b','\x27','\x6c','\x72','\x3b','\x41','\x8b','\xd2','\x4e','\xfd','\xbb','\x71','\x5b','\xfd','\xbb','\x68','\x11','\xe5','\xbc','\x2f','\x8b','\xf8','\x4d','\x6f','\x4b','\x21','\x7c','\xb1','\xbc','\x2c','\x1a','\x4f','\x30','\xae','\xe0','\x68','\xa8','\x6c','\x0d','\xe8','\x2c','\x68','\x6a','\x10','\x4f','\x00','\xbb','\x05','\x3a','\x0d','\x65','\x76','\xf5','\xab','\xda','\xee','\x7f','\x21','\x89','\x5c','\x0e','\x89','\xd5','\x1d','\x4e','\x7e','\xcf','\x5a','\xc3','\x1f','\xbf','\xd6','\x3f','\xf2','\xa3','\x38','\xb9','\xba','\xce','\x80','\x37','\x83','\xbb','\x6c','\x3d','\x12','\x92','\x6c','\x5d','\x92','\xe0','\x14','\x46','\xca','\x21','\xe9','\x18','\xf2','\xf4','\xf7','\x60','\xa9','\xc7','\x27','\xf5','\x10','\x49','\xa2','\x92','\xad','\xb9','\xda','\x77','\xb6','\x7b','\x85','\xe9','\x1b','\x0a','\x18','\xc2','\x5f','\xe6','\xf2','\x10','\x45','\xf7','\x43','\xab','\x29','\x28','\x71','\x62','\xd8','\xb8','\x53','\x6b','\x33','\xe7','\xb8','\x53','\x52','\x21','\x44','\x06','\x7d','\x78','\xd7','\x4d','\x4f','\x7c','\xc5','\x7f','\xdf','\x6a','\xbf','\xf7','\xe9','\x78','\xe0','\xfc','\xfa','\x60','\x45','\x72','\x1a','\x78','\x6f','\xd1','\x79','\x8d','\x0a','\xb2','\x2f','\xd6','\x10','\x94','\x6b','\x6c','\x2b','\x2f','\x62','\x87','\xbf','\xac','\x79','\x2b','\x9a','\x68','\x69','\xad','\x91','\xe1','\x02','\x19','\x2b','\x87','\x18','\x1e','\xe0','\x58','\xc5','\xc7','\x57','\x71','\x94','\x01','\x8a','\x63','\x73','\x99','\x91','\x82','\x81','\xc5','\xcf','\x74','\x50','\xe8','\xc8','\x67','\x27','\xcf','\x7c','\x2f','\x7c','\xbb','\x5d','\xc5','\xe6','\xb7','\xf8','\x4d','\x92','\xde','\xb1','\x0f','\xcb','\x5b','\xf6','\x61','\x8f','\x40','\xa7','\x9f','\x9d','\x6f','\x17','\xa9','\x91','\x20','\x5d','\xc1','\x1d','\x73','\x28','\x84','\xe9','\xc0','\xa5','\x56','\xb0','\x46','\x47','\x6b','\x28','\xea','\x43','\xe0','\xbf','\xfb','\xdb','\x99','\x20','\x31','\x82','\x84','\x8c','\x12','\xf0','\xe7','\xeb','\x84','\x08','\x72','\x48','\x42','\x76','\xf5','\x61','\xf1','\xea','\x08','\x8a','\x73','\xbb','\xf4','\x95','\x21','\xae','\x0a','\xcf','\x37','\x85','\x1c','\xa3','\x60','\xcf','\x23','\x56','\x74','\xa5','\xee','\x20','\xc7','\x84','\x9f','\xbb','\x2b','\x0e','\xf9','\x4b','\x42','\x91','\x90','\x6f','\xcd','\xb5','\x43','\x22','\x6e','\x5f','\x37','\xff','\x10','\x83','\x97','\x21','\x4c','\x0e','\xbe','\xa7','\xa0','\xa0','\x9c','\xbe','\x8b','\x3d','\x7f','\x8a','\x7b','\x34','\xe9','\xd0','\xf0','\x67','\x07','\x86','\x0b','\x03','\xdf','\xad','\x1d','\xff','\xdf','\x70','\x14','\x0f','\x47','\xcb','\x6f','\x16','\x7d','\x5c','\xce','\x63','\x63','\x5f','\x8d','\x8c','\x40','\x2f','\x27','\x6f','\xc5','\x27','\x6a','\x70','\xa0','\x8f','\x58','\x27','\x4f','\x8f','\xd5','\x44','\xdf','\x64','\xe0','\x24','\x49','\x9f','\xae','\x97','\x5f','\x6f','\x17','\x8a','\xf5','\x6d','\xbc','\xf6','\x23','\x7e','\xf5','\xb9','\x1a','\x7e','\x57','\x23','\xb4','\x7e','\x6d','\xdf','\xf4','\xb5','\x91','\xc2','\xe6','\xb0','\xfb','\x6a','\x5a','\x7e','\xb1','\xa2','\xd4','\x9c','\x7f','\xb5','\xb3','\xcf','\x11','\x14','\x41','\xbf','\xfe','\xe6','\x96','\x4d','\x1b','\xca','\x56','\x06','\x4e','\xdd','\x18','\xc8','\x56','\x8e','\x67','\x2b','\xd1','\xec','\x8d','\x68','\xf6','\xbb','\xc5','\xec','\x77','\x3b','\x76','\xef','\x23','\x6f','\x6e','\xf7','\x93','\x12','\xa6','\xaf','\x6f','\x68','\x99','\xec','\x0d','\x02','\x3f','\x79','\x3f','\xf3','\x2e','\x1c','\x00','\xf9','\x0c','\xb4','\x42','\x29','\x1f','\x19','\x1e','\x28','\xdb','\x03','\x4b','\xdc','\xc5','\xa0','\xa3','\x7b','\x8d','\xe8','\x90','\x3f','\x3a','\x81','\x8b','\x97','\x5a','\x19','\x89','\x1a','\xce','\x0b','\x15','\xbb','\x14','\xec','\x3a','\xb5','\x49','\x4c','\x6d','\x67','\x9f','\x11','\xef','\xb7','\x47','\xec','\x37','\x46','\x48','\x7c','\x98','\xb0','\x34','\x5f','\xed','\x21','\x56','\x19','\xe0','\xf8','\xce','\x97','\x8f','\x7f','\xe7','\xcb','\xd1','\xc3','\x80','\xe2','\xe1','\x2f','\x67','\x0e','\x7f','\xd9','\x38','\xfc','\x65','\x72','\xdf','\x9b','\xe4','\xf0','\x3e','\xe1','\x3d','\x75','\xfb','\x8c','\x38','\xef','\x7d','\xb0','\x4b','\xb6','\x73','\x83','\x4f','\x60','\x9e','\x14','\x4e','\x73','\xcd','\x18','\x22','\xda','\x80','\x3c','\x37','\xb0','\x3c','\x76','\x7c','\x45','\xe8','\x0b','\x24','\xf4','\xc5','\xbb','\xc5','\xb5','\x76','\xf0','\x9c','\x78','\xab','\xd4','\xbe','\xbe','\xdd','\x54','\x22','\x14','\x6e','\xf1','\x2f','\x05','\xeb','\xe7','\x47','\xdc','\x49','\x99','\x8e','\xd2','\x53','\xc5','\xf0','\xc3','\x19','\x3a','\xd3','\xb5','\x13','\xa6','\x49','\x78','\x9a','\x58','\x39','\x52','\x2a','\x93','\xd4','\x18','\xac','\x67','\x45','\xe4','\x35','\x51','\xd3','\x5b','\x35','\xed','\xcd','\x9a','\xe3','\xec','\xf8','\x20','\xc7','\x33','\x36','\x50','\x8d','\x0d','\x5c','\xec','\x1f','\x9d','\xf5','\xc3','\xfe','\xe2','\x76','\x2f','\xe8','\x2f','\x62','\xdc','\xd2','\xc2','\x49','\xdc','\xfb','\xa0','\xf9','\x91','\x06','\x2b','\xdb','\x3d','\x47','\x3c','\xba','\xf7','\x7b','\xcc','\x5e','\xd7','\x88','\xeb','\x0c','\xe9','\xb9','\x1c','\x22','\x8f','\x0d','\xb0','\xf0','\xc0','\x17','\xcf','\x1e','\x37','\xcc','\xa8','\x3b','\x14','\xf5','\x34','\x8a','\x73','\x0a','\xcc','\xb3','\x8b','\xdb','\x72','\x0d','\x82','\xce','\x10','\xd7','\x4f','\x88','\x74','\x94','\x0f','\x44','\x4a','\x9e','\xce','\xfc','\x70','\x95','\xda','\x2b','\xe6','\xa7','\xc1','\x5f','\xa5','\x1b','\xe4','\xad','\xbf','\xb5','\xcb','\xef','\x76','\xec','\xb1','\xde','\xe5','\xcc','\xc0','\x92','\x11','\x10','\x45','\x64','\x83','\x15','\xd1','\xbc','\x60','\xa1','\x13','\xff','\x09','\x7e','\x98','\xf4','\x15','\x49','\xa0','\x4e','\xa8','\xe1','\xbd','\x50','\xb4','\x7f','\x18','\xdd','\x22','\x97','\x08','\xc9','\xa5','\x81','\x73','\x5a','\xb0','\xce','\xe5','\xf3','\x5c','\xf4','\xde','\xb1','\xe8','\x30','\x2a','\x7a','\x5a','\x19','\x92','\x30','\xde','\x53','\x22','\xf7','\x34','\xe0','\xc0','\xd1','\x51','\xa9','\x34','\x49','\x34','\x9f','\x2f','\x28','\x1c','\x40','\xca','\xe7','\x64','\xd8','\x7b','\x61','\xd8','\xbe','\xfe','\x0c','\xbf','\xe1','\xf0','\xd1','\xe1','\x81','\xc0','\x33','\x03','\xf6','\x6b','\x03','\xd5','\xe8','\x28','\x8d','\x46','\x9f','\x8a','\x46','\x7f','\x70','\xb0','\xf8','\x83','\xe7','\x33','\x17','\x96','\xbf','\x78','\xe1','\x79','\x2f','\x3d','\xe8','\xa3','\xa7','\x09','\xcd','\x10','\x7a','\x9e','\xbc','\x85','\x49','\x0c','\x6f','\xf3','\x03','\x24','\xdb','\x10','\x47','\xda','\x48','\x74','\x98','\x5e','\x50','\x1a','\x82','\xab','\x08','\x0d','\x2c','\xa2','\xe3','\x67','\x51','\x14','\xe3','\x68','\xd9','\x2e','\xf2','\x7f','\xe9','\xf8','\xb9','\xf7','\x69','\x60','\xf3','\xbb','\xb6','\xfb','\xef','\x08','\xf7','\x41','\x90','\x31','\x6e','\x35','\x39','\x1a','\x63','\xe4','\x8f','\x56','\xb9','\x59','\xe2','\xa3','\xa5','\x12','\x4a','\x40','\x63','\xe4','\x6e','\xb4','\xa1','\xf3','\x03','\x10','\x1b','\x67','\xa8','\xd3','\x4c','\x3c','\xd9','\x84','\x18','\x1b','\xda','\x7e','\x1e','\x2e','\x0f','\xe7','\x0d','\xf0','\xbf','\x80','\xd4','\x82','\x4b','\x98','\x8e','\x33','\x08','\xf6','\x21','\x74','\xcd','\x5e','\x8a','\xf6','\x9e','\x2b','\x7a','\x9f','\xce','\xdc','\xb5','\x62','\x40','\xbd','\xf3','\x0a','\x50','\x63','\x7c','\x4e','\x14','\xaf','\xbd','\x57','\xf0','\x5a','\x77','\xfa','\x71','\x70','\x54','\xbc','\xab','\xfc','\xd7','\xd6','\xc8','\x94','\x40','\x55','\xc4','\x45','\x39','\xec','\xda','\xf1','\xea','\x8e','\x38','\xc0','\xbd','\x35','\xe3','\x30','\x97','\x1b','\x35','\x32','\x5c','\x23','\x85','\x36','\x49','\xd5','\x88','\x5e','\xf3','\xee','\xb4','\x9f','\x5d','\x76','\x87','\xbc','\xae','\xd7','\x70','\x34','\x11','\xc8','\xe7','\x8b','\x56','\x27','\xbe','\x41','\x21','\xc4','\x51','\x0c','\x18','\x62','\x5f','\xdc','\xa1','\x97','\x25','\x0a','\xa6','\xdc','\xb4','\x24','\x51','\xad','\xb7','\x9a','\xea','\xad','\x56','\x9c','\x34','\xc8','\x69','\xb4','\x91','\xb3','\x5f','\xdd','\x99','\x53','\x24','\x75','\x32','\x58','\xb6','\x5c','\x15','\xdd','\xb5','\xd9','\xdc','\x65','\xd7','\xed','\xe0','\x4f','\xf0','\x1a','\x29','\xbb','\x2e','\x08','\xdc','\x7e','\xed','\x47','\x24','\xe2','\x0f','\xa5','\x0a','\x03','\xe1','\xe6','\x80','\xae','\x1d','\xd7','\xb5','\x6e','\xdc','\x18','\x65','\xbc','\x8a','\x11','\x35','\x48','\xb4','\x46','\x8a','\x7f','\x27','\x5a','\xb1','\x50','\x72','\x55','\xf4','\x61','\x71','\xea','\x41','\x4e','\x54','\xa0','\x78','\x50','\x43','\xf6','\x2b','\x88','\x9e','\x0a','\x3a','\xa5','\x5b','\xa3','\x85','\xbe','\xa3','\x0f','\xd9','\xc7','\x8a','\x94','\x63','\xe6','\x8f','\xe9','\x54','\xb1','\x3a','\x55','\xdc','\x9c','\xaa','\x6f','\x56','\xeb','\x60','\x23','\x06','\x38','\x80','\x96','\x88','\x6f','\xe9','\x19','\xca','\xcd','\x05','\x87','\x2f','\x88','\x50','\x11','\x67','\x8b','\xd8','\x66','\x46','\xc4','\xdc','\x34','\x1f','\xd6','\x06','\x38','\x2a','\x1c','\xf9','\x51','\x7c','\x2a','\x9a','\x2e','\x44','\x87','\x0b','\xc5','\xe1','\x7c','\x66','\x24','\x6f','\x8c','\x9c','\x26','\x1c','\xbb','\xf5','\xe0','\x4e','\x3e','\x87','\x5b','\xc8','\x1c','\x46','\x35','\x7c','\x54','\xc3','\xc7','\x04','\x1c','\x32','\x07','\x07','\xd5','\x5b','\x29','\x1d','\x9c','\x3a','\x44','\xad','\x43','\x3e','\xdf','\x93','\xf2','\x7e','\x3d','\x03','\x72','\xb5','\xcb','\x95','\x1d','\x8a','\x65','\x06','\x92','\xd6','\xc0','\xb7','\x33','\xc7','\xbf','\x9d','\x89','\xc6','\x00','\xc5','\x58','\x06','\xfc','\x8b','\x0e','\x0b','\x50','\x84','\xf8','\x28','\x5f','\xcb','\x60','\x02','\x99','\x18','\xfa','\xd4','\xb8','\x04','\x39','\x20','\xc5','\xfd','\x74','\xd8','\x7e','\x72','\x98','\xaa','\xc3','\x74','\x70','\x98','\xda','\xcf','\x8c','\x3e','\xfa','\xcc','\x51','\x34','\x7c','\x2c','\x38','\x7c','\x8c','\x0e','\xcf','\xf4','\x0d','\x4f','\xd9','\xc3','\x53','\x14','\x50','\xa5','\xc3','\x34','\x50','\xe1','\xea','\x36','\xd0','\xc2','\x70','\x94','\xa4','\x8f','\x51','\xae','\xbb','\xee','\xf0','\xbe','\x12','\xd0','\x8d','\xf4','\x03','\xff','\x10','\x4a','\x61','\xd8','\x5f','\x2b','\xe4','\xf8','\xa5','\xf6','\xf6','\xf3','\xc4','\x32','\x06','\xd7','\xe3','\xbb','\x5a','\x38','\x7d','\x4a','\xf4','\x81','\xd2','\x48','\xb9','\xd9','\xa5','\x30','\x2a','\xd8','\xf5','\xb2','\x88','\xff','\xd4','\x7c','\x34','\x3d','\x70','\x4f','\x65','\xe0','\x59','\x3c','\xf0','\xf5','\xda','\x68','\xe6','\xd3','\x51','\x9d','\x80','\x3c','\x4c','\x5a','\x30','\xce','\x1d','\xfb','\x40','\x05','\x4b','\x42','\xd8','\xe6','\x09','\x3d','\xe5','\xbd','\xf8','\xb0','\xbd','\x59','\x12','\x55','\xb7','\x50','\x78','\x1b','\x2a','\x97','\x07','\x12','\x63','\x03','\x5f','\x47','\xc7','\x17','\xf4','\xe8','\x5e','\xbe','\x9e','\xdb','\x45','\x4a','\xde','\x55','\xae','\x06','\xd3','\x84','\x96','\x9d','\xa6','\x6f','\xde','\xaf','\x14','\xb8','\xc2','\x10','\xf7','\x73','\x3e','\x5a','\x18','\xe0','\xa8','\x02','\x46','\xe7','\x0a','\xd1','\xc2','\x5c','\xb4','\x50','\x28','\x16','\x0a','\x99','\x42','\xc1','\x70','\x1a','\x2c','\xce','\xf1','\xfd','\x55','\x23','\x1a','\xdf','\x50','\x63','\xa4','\x07','\x64','\x07','\x1d','\xd3','\x02','\x4d','\x27','\x57','\x3b','\x6f','\xab','\xa7','\xa8','\x2a','\x6a','\xb8','\xd4','\xfc','\x68','\xfc','\xf4','\xd1','\xb8','\x76','\x6c','\x46','\x3b','\xf6','\xfb','\xda','\xcc','\x67','\x9b','\x53','\x6f','\x5e','\x9b','\x5a','\xbd','\xf6','\xf1','\xd5','\x6b','\x17','\xd8','\x66','\x9f','\xba','\x04','\x2d','\xdd','\x55','\x42','\xe3','\x7e','\x1a','\xc3','\xc0','\x4b','\x23','\x8b','\x06','\x7c','\xe2','\x11','\x21','\xfe','\xc3','\x17','\x79','\xd7','\x42','\x0b','\x11','\x3a','\x60','\xd0','\xe0','\xd5','\x96','\x88','\xdb','\x00','\x8a','\x7e','\x2e','\x57','\xa9','\xf0','\xdf','\xc3','\xd0','\xd2','\x7a','\x8c','\x42','\xef','\x5d','\x87','\x13','\xd7','\x21','\x5d','\x09','\x08','\x62','\x04','\xfe','\xde','\xab','\xc3','\xa4','\x6f','\x98','\x94','\x0b','\x30','\xcf','\xd5','\x0f','\x0f','\x54','\xeb','\xc1','\xd0','\x5f','\x8c','\xbe','\x45','\xa3','\x1a','\xb7','\x7b','\x75','\xa7','\xe3','\xa7','\xd1','\x21','\x45','\xef','\xf0','\x4c','\x3a','\xeb','\xa7','\x6b','\xd7','\x51','\x41','\x22','\x44','\xed','\xcd','\xed','\xfe','\x4a','\x21','\xee','\x2f','\x5f','\x6c','\x89','\xf8','\xd8','\x52','\xd4','\x7b','\x2e','\x5a','\x7e','\xba','\xe8','\x5d','\xc9','\x78','\x4d','\x23','\xb0','\x02','\x8d','\x47','\x81','\x73','\xe9','\x22','\x39','\x71','\xce','\xeb','\xf0','\xf3','\x3b','\xfd','\x46','\x25','\x1f','\x91','\x8a','\xde','\x8b','\x2d','\x41','\xea','\x28','\x68','\x82','\xa4','\x34','\x04','\xf9','\x17','\x50','\xb0','\x86','\xe0','\x7b','\x71','\x7b','\x2c','\x4a','\x8b','\x75','\x90','\xec','\x06','\x18','\x6c','\xdd','\xb7','\xd5','\xbd','\xef','\xf2','\x30','\x1c','\x06','\x1e','\x06','\x83','\xd9','\x75','\x06','\x0d','\x04','\xe1','\x59','\xd9','\x80','\xbf','\x39','\x60','\x30','\x8e','\x51','\x32','\xc2','\x9d','\x8b','\x68','\x9c','\x15','\xe3','\x2c','\x13','\x63','\x46','\x6c','\x8c','\x1c','\x0e','\x75','\xa5','\x28','\xde','\xc1','\xd7','\xdd','\xb5','\x0f','\xb7','\xf4','\xc5','\x70','\x84','\x44','\xd2','\xc1','\xa4','\x1d','\xd2','\xdc','\x03','\xd9','\x2b','\x5c','\x3e','\x1f','\xfa','\x1a','\xb4','\x12','\x00','\x4a','\x07','\xd5','\x30','\xb6','\x12','\xcd','\xd5','\xbf','\x80','\x6f','\xd7','\x39','\x8f','\x13','\xe4','\x75','\x22','\x26','\xe9','\xbd','\xd8','\xb0','\x4d','\x7e','\x53','\x70','\x7a','\x23','\x0e','\x48','\x68','\xe0','\xac','\x3c','\xf0','\xc5','\x73','\xa3','\x01','\x23','\x9a','\xdb','\x8c','\xe2','\x6b','\x45','\xd2','\xc8','\x04','\xae','\x19','\xb9','\x4d','\x82','\xeb','\xc0','\x97','\x42','\x6b','\x24','\x6b','\x3a','\xfa','\xb4','\xc3','\x67','\x8e','\x81','\xe9','\xa0','\xff','\xe4','\x88','\xfd','\xac','\x0d','\xc7','\xfe','\x7d','\x8c','\x7f','\x18','\xec','\x9f','\x39','\xda','\x37','\x73','\xec','\xe8','\xcc','\xb1','\xc4','\xcf','\x13','\x89','\xef','\xcc','\xcc','\x7c','\x77','\xea','\xe3','\x1c','\xf1','\xea','\x53','\x31','\x5a','\x65','\x81','\x1d','\x44','\x6f','\x94','\xb1','\xa0','\x94','\x86','\xa2','\x45','\xf0','\xef','\x0a','\xfd','\xe9','\x82','\x5d','\xcb','\xd3','\xb9','\x3c','\x4d','\x73','\x9c','\x1e','\x4d','\x9f','\x3e','\x9a','\xce','\x1f','\xe3','\x98','\xcb','\xcf','\xa4','\x0b','\x53','\x5d','\x54','\xd3','\x85','\x40','\xbb','\x40','\x6f','\xcc','\xd1','\x4a','\x91','\x62','\xcd','\x81','\xcf','\x11','\xf8','\x40','\x30','\x15','\x81','\x73','\x87','\x7a','\x90','\x50','\x3f','\xd1','\x86','\xf9','\x6c','\x87','\xf8','\x66','\xdf','\xef','\x1b','\xb8','\x94','\x39','\xfe','\xf5','\x4c','\x74','\x7f','\x26','\x3a','\x96','\x29','\xee','\xcf','\x64','\xf6','\x67','\x8c','\xb1','\x0c','\xd9','\xcf','\x41','\x3a','\x78','\xff','\x28','\x19','\xa6','\x3b','\xeb','\xa0','\xbd','\xdf','\x4e','\xdb','\x3f','\x4b','\x77','\x5a','\x33','\xbb','\xcc','\x6d','\xff','\x9d','\xdb','\xf3','\x18','\xc1','\xb9','\x8c','\xa7','\x0d','\xe7','\xa7','\xe4','\x4e','\xe7','\xa7','\x3b','\xdf','\x97','\x73','\x1e','\xe7','\xb4','\x4c','\x55','\x8d','\xd0','\x91','\xa7','\x07','\x7e','\xfd','\x5b','\x03','\xff','\xeb','\xb7','\x8e','\x3f','\x6b','\x40','\x5c','\x2b','\xfe','\xad','\xa2','\x67','\x25','\xe3','\x59','\x35','\x3a','\x24','\x30','\x06','\xe9','\x3d','\x0f','\xd6','\x8b','\xc3','\xaf','\xee','\xc4','\x13','\x7a','\x05','\xf9','\x0f','\x13','\xe4','\x3f','\x9a','\xb0','\xf4','\x24','\x14','\xea','\x89','\x0c','\xb8','\xb9','\x8b','\xf1','\xda','\xf1','\xaf','\x92','\xa8','\x82','\xa2','\x5d','\x2a','\x2a','\x23','\xd9','\xbe','\x83','\x7d','\x18','\xac','\x8b','\x96','\x79','\x1c','\xd0','\x5a','\xc8','\xae','\x2e','\x75','\xff','\xd8','\x0a','\x51','\x34','\x50','\x75','\x07','\xaf','\xb7','\x47','\x37','\x61','\x90','\xa8','\x43','\xf1','\x27','\xad','\x18','\x9e','\x15','\x72','\xd7','\x36','\x2f','\x4d','\x97','\xef','\x7d','\xbb','\x2f','\xde','\x9d','\xf7','\x17','\xf8','\x29','\x28','\x1a','\x81','\x90','\x4b','\x47','\xae','\xde','\x49','\x1e','\xba','\x74','\xd3','\x15','\x59','\xda','\x73','\xf8','\xe9','\x3d','\x79','\xee','\x03','\xea','\xf7','\x7c','\x3e','\x85','\x73','\xcc','\xbd','\x9f','\x1e','\x74','\xcb','\xdb','\x89','\x7f','\x41','\xb7','\xb9','\x95','\xd7','\xbd','\x7d','\x04','\xdf','\xf0','\xd0','\xb9','\x20','\x1d','\xd5','\x1c','\x3f','\x65','\x47','\x3f','\x3b','\xef','\xb3','\xc4','\xbe','\x49','\xa0','\x2b','\x1c','\x90','\x42','\x90','\x90','\x4a','\x06','\x38','\x2e','\x59','\xc7','\xf5','\x2b','\x51','\xb9','\x1e','\xf5','\x5d','\x29','\x92','\xcd','\x0c','\xf9','\x5b','\x03','\x8c','\xb7','\x1f','\x00','\x7f','\x23','\xeb','\xf4','\xb5','\x87','\xbe','\x9c','\x3b','\xf8','\x2e','\x20','\xae','\x6e','\x3b','\xb4','\x63','\x40','\xb7','\x05','\xeb','\x87','\xdb','\x11','\xd7','\x5b','\xa3','\x9b','\xd0','\x07','\x90','\xa3','\x18','\x6e','\x81','\x0b','\xaf','\x44','\x88','\xec','\xec','\x6e','\x0d','\xe2','\xcf','\xf6','\x6d','\x71','\x3f','\x1d','\x08','\xc5','\xb7','\x44','\x41','\x88','\x9b','\xac','\xa0','\x77','\xf0','\xf1','\x4b','\x76','\xc7','\x3f','\x8d','\xdf','\xc8','\xc4','\x86','\x0d','\xa7','\x25','\x62','\xfc','\xc6','\xad','\xfd','\x07','\x9d','\xa3','\xcf','\x4e','\x3c','\x5c','\xf0','\xae','\x0b','\x8d','\xd9','\x89','\x6b','\x71','\xfb','\xe7','\xba','\x25','\xce','\xf5','\xc8','\x2e','\x3b','\x1c','\x41','\x92','\x3a','\xe1','\x62','\x87','\xfa','\x44','\x9c','\x7f','\xa7','\x7c','\x6e','\xd9','\xf5','\x2a','\x21','\x55','\x12','\x7d','\x8a','\x8f','\x16','\xd4','\x30','\xc8','\x0d','\x99','\x1e','\x3f','\x6f','\x1d','\x32','\x76','\xcb','\xe7','\x9d','\xa2','\x8c','\x80','\x1f','\xba','\x93','\x07','\x06','\xc8','\x37','\x9c','\xf3','\x65','\xf1','\x78','\xb7','\xee','\x0b','\x82','\x8a','\x32','\x81','\xb8','\x5f','\xb7','\x17','\xb9','\x38','\x25','\xaf','\x39','\xcf','\xbf','\x8b','\xdf','\x06','\x6d','\xf3','\xdb','\xdc','\x4a','\x71','\x33','\x8f','\x24','\xa4','\xe3','\xe0','\xad','\x2e','\x2a','\xa6','\xb3','\x09','\x88','\xbf','\xa1','\xc8','\x09','\x4c','\x1f','\xb5','\xc1','\x01','\xfc','\x7c','\xc5','\x7e','\xa7','\x2d','\xb9','\x2a','\x1c','\x71','\xb5','\x1d','\x57','\xf9','\xb5','\x92','\xbc','\x89','\xb1','\x84','\xdd','\x3d','\x63','\xb2','\x9b','\xb0','\xdb','\x42','\xd0','\x1e','\x5a','\x0a','\xd2','\x64','\xc3','\xb1','\x7b','\x9d','\x38','\xdb','\x30','\x74','\x14','\xf5','\xae','\x32','\xbb','\xc9','\x6f','\x9a','\x04','\x4e','\x3a','\x58','\x28','\xd9','\x1c','\x60','\x68','\x60','\x55','\xd8','\x09','\x0c','\xc1','\xfb','\x4a','\xda','\x19','\x84','\x8d','\x6d','\xfe','\x96','\x17','\x89','\x5d','\x27','\x26','\x1c','\x4f','\xef','\xe4','\xd3','\x03','\xb2','\x94','\xe6','\x36','\x93','\x15','\xac','\x1f','\x41','\x26','\x73','\xbc','\x82','\xa3','\xe9','\x34','\xe8','\xe5','\xe1','\xe1','\x8c','\xcf','\x67','\xec','\xdb','\x07','\xce','\xf2','\x0b','\x35','\x52','\xa9','\xc0','\x41','\xe1','\xd8','\x18','\x78','\x4b','\x08','\x79','\xdc','\x6c','\xf8','\x54','\x2b','\xf9','\x26','\x63','\x05','\x36','\x92','\x4f','\xc6','\xf2','\x61','\x76','\x1a','\xd9','\xff','\xd8','\x2a','\x4d','\xd3','\x58','\x96','\xc5','\xb4','\x86','\x96','\x7d','\xfe','\xc4','\xcb','\x61','\xfd','\x47','\xb8','\x53','\xb6','\x7c','\xa7','\x38','\x64','\x30','\xc5','\xcd','\x84','\x76','\xe7','\xfc','\x34','\x97','\xb0','\x5f','\x66','\x34','\xc7','\xe8','\x23','\x63','\xfc','\x3a','\x9a','\x63','\x47','\x1f','\x19','\x3b','\x96','\x63','\x1c','\x33','\x39','\x36','\xf5','\xc8','\xd8','\x14','\xbf','\x4e','\xb3','\x6a','\x81','\xd1','\x3c','\xa3','\xa7','\x99','\xf8','\x57','\xa2','\x1c','\x5b','\x43','\x3b','\xfb','\x0a','\xdd','\xd9','\xae','\xe3','\xf3','\xa3','\x73','\xa5','\xbc','\x14','\xdd','\xeb','\x2b','\xee','\x0d','\x66','\xe2','\x8a','\x51','\x58','\x21','\x85','\xdb','\xf4','\xf2','\x6e','\x5e','\x1a','\xfb','\x6b','\x1d','\x61','\xd8','\x39','\xb7','\x52','\x8d','\x81','\x67','\x8d','\xe3','\x97','\xa0','\x0f','\x85','\x38','\x4f','\x89','\x09','\xfb','\xf0','\x0e','\x7d','\xcd','\x80','\x9f','\xcd','\xd1','\x89','\x10','\x07','\x70','\xdb','\xcb','\xdb','\x6e','\x2f','\xf8','\xb9','\x10','\x12','\xa7','\xc7','\x2f','\x42','\x5f','\x1e','\x21','\x0f','\x2b','\x10','\xb7','\x01','\x23','\x93','\xef','\x88','\xc8','\x76','\xa8','\x2d','\xb5','\xa3','\x2f','\x70','\xd2','\xd1','\xa7','\xc2','\xf9','\xda','\xcf','\xa5','\xbd','\x50','\xa6','\xb9','\x25','\xae','\x0d','\x8f','\x4b','\xe0','\x7c','\x89','\xf8','\x8f','\x38','\x77','\xe0','\x8b','\xdf','\x2d','\x76','\x04','\xdf','\xf5','\xfc','\xc1','\x06','\x45','\x1c','\x60','\xab','\xcf','\x63','\x59','\x90','\xb3','\x5d','\x91','\xc9','\x8b','\x11','\xf8','\x99','\x80','\x11','\xea','\xad','\x0c','\x0c','\xa5','\x07','\x16','\x52','\xc7','\x2b','\x91','\x28','\x61','\x51','\x1a','\x2c','\x32','\x7f','\xe6','\x7a','\xfb','\xce','\xf1','\x5e','\x2e','\x6b','\x3e','\x8d','\x09','\x5f','\xd2','\x22','\x1d','\xd2','\x7e','\xa5','\x00','\xcd','\x13','\x0b','\x69','\x6e','\xb6','\x0d','\xdc','\xf8','\x6a','\x70','\x9e','\x84','\x7a','\xd0','\x71','\x84','\x0e','\xad','\x90','\x43','\x97','\x76','\xe8','\xf7','\x2d','\xe2','\xa6','\x6e','\xbf','\xe0','\xdb','\xfc','\x4a','\x68','\x09','\xe6','\x9c','\x8e','\xc1','\x3a','\x8c','\x10','\x11','\x57','\x37','\xa2','\x2a','\xa8','\x9e','\xdd','\xe3','\x9c','\x01','\xf7','\xdc','\xb5','\x00','\x0e','\x17','\x6a','\x43','\xd5','\x1f','\x4d','\xd3','\x40','\x39','\x60','\xdf','\xe8','\x43','\x05','\x1b','\x15','\x40','\x2f','\x8f','\x03','\x46','\xc7','\x4f','\x1f','\x9d','\x3b','\x7d','\x0c','\xe5','\x8f','\xe1','\xfc','\x8c','\x9d','\x9f','\xc2','\x85','\x29','\x77','\x61','\x8a','\x16','\xaa','\xe1','\x42','\xc0','\x2a','\xd0','\xd6','\x1c','\x17','\x90','\x82','\x18','\x02','\x6c','\x4b','\x39','\x22','\xf3','\x55','\x20','\x3f','\x27','\x2f','\xdb','\xcb','\xda','\xba','\x76','\x78','\xfd','\xf0','\xc8','\xfa','\x08','\xb1','\x89','\xbc','\x2e','\x2b','\xeb','\xca','\x81','\xf5','\xfd','\x6d','\xdb','\x7e','\x6c','\xfd','\xd1','\x14','\x4a','\x6d','\x77','\xec','\xfd','\x45','\x47','\xce','\x63','\xc8','\x86','\xee','\xfa','\x5f','\x3b','\x78','\x7b','\xbc','\x4f','\x1d','\xb6','\xff','\xf3','\xbd','\x70','\x2f','\x78','\x7b','\x42','\xfb','\x27','\x07','\x3c','\x68','\xa0','\xa2','\x43','\xbc','\x97','\x26','\xa2','\xb1','\x70','\xf1','\x05','\x9c','\x21','\x29','\x63','\x37','\x6f','\x0f','\x6c','\xf3','\x04','\xf2','\x79','\x4a','\x5b','\xee','\x4f','\x27','\x7e','\xd8','\x65','\x7a','\x0c','\xf1','\x45','\xb8','\xb5','\x0e','\xf9','\xfc','\xc0','\x79','\xc1','\x52','\x26','\x69','\x89','\x78','\xcb','\x16','\xb5','\xce','\x99','\xae','\x3d','\x0f','\x95','\x26','\xc2','\x58','\x15','\xe7','\xd4','\x6d','\x8b','\x8c','\x2f','\x02','\xe6','\xac','\x90','\x92','\x1a','\x08','\x6a','\x03','\xd5','\x45','\x21','\x37','\xf4','\x68','\x69','\xa9','\x58','\xb6','\x32','\xab','\xfa','\x17','\x77','\xf5','\x61','\xe9','\xf6','\xd1','\xd8','\xa9','\xbf','\x1c','\xb2','\x77','\xe7','\x3d','\x32','\x02','\x9b','\x4b','\x47','\x03','\xf3','\xe6','\xe8','\x91','\xa7','\x3b','\xf1','\x8d','\x23','\x4f','\x77','\xfc','\xdc','\xdb','\xfa','\x37','\x05','\x53','\x3e','\x88','\xde','\xe5','\x0d','\x3a','\x97','\xe9','\x4b','\x17','\xed','\x8d','\x22','\xd7','\xed','\x01','\xee','\x28','\xdc','\x4f','\x46','\xef','\x37','\x8e','\xde','\x9f','\x39','\x56','\x2e','\x1e','\xbb','\xbf','\x38','\x73','\x3f','\x99','\xe2','\x28','\xfb','\xa7','\x4e','\x8c','\x56','\x4f','\xbc','\x46','\x4f','\x10','\xc0','\x1a','\xa1','\xf3','\x10','\x99','\x08','\x48','\xe4','\xbf','\xad','\x9f','\xdd','\x56','\xf5','\xd6','\xed','\xf2','\x27','\x22','\xd3','\xa3','\x3e','\xf0','\x14','\xb2','\x72','\xff','\x89','\xaa','\x3d','\xbf','\x0c','\x64','\x20','\x89','\x61','\x7a','\x9f','\x3d','\xca','\xb4','\xa3','\x9a','\x76','\xec','\x94','\x76','\xac','\xa0','\xcd','\xdc','\x28','\x7e','\xbc','\x30','\x37','\x55','\xd0','\x38','\xaa','\x05','\x0d','\x5a','\xae','\x3c','\xa8','\xd1','\x7c','\x83','\xe6','\x4b','\x34','\x9f','\xa4','\xa7','\x7d','\xdb','\xeb','\x99','\xdb','\xcf','\x8e','\x3e','\xed','\xd8','\x1b','\x7d','\x5c','\xe3','\x80','\xc9','\x41','\x61','\xbf','\x1f','\xaa','\xe8','\x51','\xdf','\x62','\x91','\x7c','\x30','\x13','\x4c','\x1b','\xa3','\x45','\x52','\x3c','\xc8','\x8d','\x6d','\xd8','\x86','\xe5','\x8b','\x64','\x14','\x52','\x1d','\xb6','\xe5','\xe1','\xb4','\xdc','\x9f','\xb3','\xec','\x9f','\xc8','\xfc','\x06','\x90','\x6b','\x8d','\x4e','\xcb','\x47','\x35','\x74','\x8c','\xe3','\xf4','\xd7','\x67','\x1e','\xb9','\x34','\x75','\xfa','\xeb','\x0e','\xaa','\xa7','\xbf','\x4e','\x1f','\xf9','\x1e','\xe5','\xd7','\x1d','\xf2','\x30','\x88','\x4a','\x14','\x9d','\xa6','\x7c','\x3b','\xa0','\xe9','\xfe','\x94','\xc6','\xbf','\x3e','\xd4','\xb8','\xe6','\x39','\xf2','\xa3','\xa7','\x4e','\x1d','\xcd','\x0f','\x1f','\x03','\x44','\x67','\xca','\xdf','\x9a','\xca','\x1f','\x9c','\x9a','\x4c','\x4c','\xfd','\xf7','\x4a','\xf5','\xff','\x78','\x92','\xfe','\x97','\xff','\x48','\xbf','\xf1','\x4d','\xba','\xf8','\x70','\xe0','\xe9','\x74','\x80','\x9c','\xed','\x43','\x92','\xcf','\x2d','\x93','\x09','\x1f','\x6c','\xdb','\x40','\xd5','\x5b','\x55','\x6c','\x33','\xb2','\xb5','\x97','\xb7','\xe5','\xa1','\x63','\x1f','\xba','\xba','\xe7','\x71','\x1e','\x11','\x6c','\x01','\x7b','\x6c','\x47','\x7f','\xa2','\x1d','\xfd','\xec','\x76','\x91','\x0d','\x26','\xad','\xce','\x7a','\xe6','\xf6','\xcf','\xfc','\x72','\xd4','\x65','\x40','\x9c','\x36','\x88','\x33','\x88','\x19','\x77','\xea','\x67','\xe7','\x73','\x27','\x40','\x09','\xde','\xcb','\xbc','\x4b','\x23','\xf6','\xff','\x61','\x07','\xf7','\xb3','\x10','\x9a','\x39','\xee','\x9e','\x39','\xf4','\xcc','\x77','\x1e','\xfa','\xb3','\xef','\x66','\xf6','\xdc','\x67','\xdc','\x1b','\x23','\xd3','\xac','\x5b','\xb8','\x27','\xde','\xfb','\x61','\x04','\xcd','\x3e','\x5e','\xd2','\x45','\x12','\xd7','\x9c','\x4f','\xd4','\xd9','\xed','\xec','\x7b','\x0b','\xf2','\xf0','\x27','\x07','\x48','\x76','\x95','\xb8','\x57','\xc9','\x81','\x7c','\xf0','\xf0','\x78','\xe8','\xc0','\xc2','\xc0','\x6f','\xec','\x3d','\x5e','\xa1','\x87','\xbe','\xd2','\xe2','\xae','\x5c','\xd1','\x65','\x66','\x8e','\x9c','\xdb','\xe1','\xa7','\x6c','\x35','\x3d','\xbf','\x7d','\x9c','\x7b','\x41','\x7d','\x1c','\xf8','\x0e','\x39','\x3c','\x1d','\x3c','\xb0','\x1e','\xfa','\x8d','\xbd','\x03','\x3e','\x7a','\xfc','\xb9','\xd6','\x21','\xae','\x7a','\xf8','\xfc','\x08','\x0a','\xcd','\x8e','\x1c','\x73','\x2d','\xc3','\x6e','\x2d','\x5b','\x24','\x59','\xe1','\x9a','\x62','\x47','\xdf','\xd2','\x49','\x20','\xc5','\x5a','\x00','\x2e','\x7d','\xfe','\xb7','\x3e','\xee','\xec','\x48','\x3d','\x5c','\x29','\x0f','\x2c','\xa1','\x51','\x0f','\xd7','\x5f','\x72','\xd4','\x3e','\x57','\x94','\x82','\x60','\xf7','\xbe','\x9d','\x22','\xfd','\x1a','\x89','\x27','\xc8','\x50','\x98','\xbf','\x23','\xef','\x79','\x0c','\x59','\xa1','\x92','\x4e','\x87','\x64','\xe0','\x91','\x18','\x92','\xfb','\x87','\xde','\x03','\xef','\x9d','\xff','\x11','\x3e','\x69','\x8d','\x4a','\xe8','\x68','\xb2','\x75','\x6c','\x48','\xe6','\x00','\xb2','\x2f','\x09','\x4d','\x61','\xa0','\x04','\xa9','\x12','\x41','\x91','\x93','\x34','\xa9','\xda','\xa4','\x9e','\x51','\x1a','\xf4','\xd1','\x06','\x0e','\xa2','\x14','\xc5','\x25','\x6a','\xc3','\x19','\x56','\x1f','\xd5','\xec','\xfe','\x02','\x1c','\xc7','\x4f','\x5e','\xa1','\x93','\xe7','\x46','\x27','\x8d','\xa3','\x7f','\x9c','\x39','\x36','\xc9','\x71','\x72','\x66','\x72','\x6a','\x6a','\x76','\x6a','\x6a','\xf2','\x23','\x53','\x93','\xac','\x3a','\xc9','\xe8','\x64','\x82','\xce','\x9e','\x0e','\xbc','\x92','\xa1','\x1b','\x57','\xe9','\x62','\x85','\xde','\x85','\x3b','\xf1','\xde','\x00','\xf5','\x5e','\xa0','\x70','\xe8','\x10','\xa0','\x80','\x70','\x0b','\x68','\x24','\xb8','\x90','\x4f','\xb6','\x41','\x2f','\xaf','\x92','\xa8','\x68','\xed','\x04','\x14','\xbe','\x5c','\x8e','\x6d','\xb1','\x6b','\xca','\xc2','\x3e','\x0c','\xfa','\x49','\x43','\xba','\x85','\xaf','\x12','\x48','\x9f','\x3a','\x79','\x17','\xc2','\xce','\x14','\x47','\x21','\xc7','\x2f','\x5a','\x51','\xd9','\xc9','\xd7','\x1a','\xef','\xe8','\x53','\xe8','\x05','\x6f','\xed','\x8c','\x4b','\xec','\xe4','\xaf','\xeb','\x4f','\xb6','\xb6','\xc8','\xeb','\xf8','\xf3','\x1c','\x45','\xf8','\x98','\x6d','\x1f','\x9b','\x44','\x89','\x49','\x32','\xf3','\xc7','\xed','\xa9','\x49','\x03','\x30','\xbb','\x54','\x9d','\x9c','\xa2','\x93','\x1f','\xa1','\x93','\x2c','\x60','\xcd','\xd2','\x57','\xae','\xd2','\xb3','\x98','\xba','\x77','\xc7','\xb1','\xb9','\xdf','\xbd','\xb9','\xad','\x25','\x61','\xb3','\x0b','\x53','\xfc','\x78','\x25','\x1d','\x2d','\x97','\xb9','\x29','\x55','\x4c','\xa7','\x33','\xe9','\xb4','\x31','\x37','\xb7','\xd5','\xff','\x0e','\x20','\xfe','\x08','\x7e','\xae','\xd4','\x84','\xb3','\xb0','\x1e','\xe4','\xbd','\xd8','\xb4','\x2f','\x8b','\xd6','\x87','\x3d','\x8a','\xaf','\x87','\x0e','\x48','\xad','\x81','\xf9','\xe6','\xc0','\x92','\x3c','\x3a','\x3a','\x7a','\xe8','\xa5','\x46','\x34','\x12','\x79','\xe8','\x9d','\x76','\x26','\x12','\x31','\x22','\x11','\xff','\x3b','\x36','\xe1','\x0b','\x66','\xff','\x7e','\x32','\x34','\x44','\x92','\x49','\x12','\x0a','\xc1','\xfb','\x5a','\x2a','\x51','\xae','\xd7','\xfe','\xca','\xee','\xbb','\x62','\xda','\x57','\x74','\xe8','\x61','\xfa','\x7d','\x85','\xfe','\xad','\x32','\x7a','\xcd','\x3e','\x7a','\x05','\x1d','\xe3','\xf8','\x7e','\x7b','\xe6','\xfb','\x95','\x29','\x40','\x9b','\x5f','\xab','\x6f','\x55','\xe8','\x0f','\xda','\x74','\xad','\xd2','\xc5','\x57','\xe9','\x9a','\xe1','\x83','\x35','\x69','\x10','\xe9','\x24','\x19','\xfa','\xa8','\xf7','\xa9','\x21','\xfb','\xc5','\xfd','\xc4','\x7d','\x2f','\x91','\x83','\xe4','\xd7','\x5e','\x0f','\x45','\x30','\xf8','\x17','\x57','\x44','\x7e','\x82','\x13','\x27','\x21','\x34','\xe3','\x6f','\x19','\x48','\xf8','\x17','\xdc','\xf2','\xe9','\x89','\x6c','\xe7','\xb7','\x74','\xf2','\x25','\x80','\xbd','\xd0','\xbb','\x2c','\xe2','\x5a','\xee','\x14','\xe4','\xcc','\xda','\xc2','\x4f','\x49','\xb6','\x06','\x9e','\xa5','\xc7','\x9f','\xa5','\x90','\x97','\xa2','\xd2','\xa2','\x0a','\x14','\x88','\x06','\x24','\x24','\xcb','\x5d','\x2a','\xa4','\x1e','\xef','\xb6','\x9f','\xb2','\xd4','\xf5','\x2f','\x16','\x3b','\x24','\xe4','\xdc','\x67','\x90','\x95','\x81','\xf2','\xdc','\xc0','\x92','\xc2','\x31','\xea','\xbb','\x27','\xda','\xb2','\x61','\x9f','\x22','\x94','\x29','\xb7','\x8d','\xdd','\x7c','\x71','\x84','\x95','\x89','\x39','\x16','\x24','\x26','\x35','\xae','\xd0','\xcc','\x8b','\x10','\x04','\x29','\x0a','\x92','\x1c','\xae','\x1e','\x22','\x7c','\x35','\xb0','\x51','\x39','\x75','\xb4','\x6c','\x1d','\x93','\x10','\xc7','\x4c','\xd9','\x82','\x7d','\x21','\xa8','\x72','\xaa','\x58','\xa7','\x24','\x05','\xa5','\x3e','\x34','\x41','\x59','\x98','\x6a','\xa2','\xff','\x05','\x3c','\xdb','\xbb','\xc4','\x6d','\xe0','\xfc','\x02','\x05','\x37','\xf1','\xe8','\x75','\x3b','\x4a','\x51','\x94','\xe2','\x62','\xd8','\xce','\x50','\x6c','\xa0','\x61','\x72','\xff','\x08','\xb9','\xff','\xcb','\xa4','\x5e','\xf1','\x1a','\xc4','\xab','\xcf','\x8a','\xde','\x4a','\x9d','\xa4','\x02','\x42','\x53','\x5e','\xa5','\x62','\x5f','\xb2','\xc9','\xe3','\x0c','\x8e','\x50','\x63','\x63','\xa1','\xc3','\xa1','\x81','\x04','\x1a','\x78','\xb6','\x75','\x7c','\x15','\x45','\x93','\xdc','\x05','\x43','\xc5','\xb8','\x95','\x89','\x20','\x23','\x67','\x41','\x26','\xe4','\x07','\xdb','\xa4','\x86','\x49','\x05','\x7b','\x3d','\x6d','\x6e','\x8d','\xef','\xb6','\xa3','\x14','\x7b','\x43','\x21','\xee','\x61','\xe7','\x15','\xdc','\x6a','\x67','\x3a','\xfe','\x60','\x0f','\x02','\x3b','\x21','\x7a','\x05','\x42','\xbe','\x10','\xef','\xed','\x77','\xe2','\xbd','\xbe','\x97','\x10','\x59','\x33','\xcb','\x6f','\x71','\x77','\xde','\x8e','\x48','\x72','\xf2','\x67','\x06','\x3b','\xbc','\xf9','\x01','\x56','\xfa','\x0c','\x8b','\xdc','\xcf','\x4a','\xe7','\xd9','\x8f','\x50','\xf6','\xbc','\x74','\x03','\xc3','\x79','\xec','\x96','\x5c','\xed','\xc4','\x9f','\x6f','\xd1','\xa7','\x29','\x9a','\x28','\x41','\xb0','\xae','\xad','\xd1','\x1a','\xb7','\x5b','\x0a','\x40','\x47','\x56','\xbb','\x12','\xac','\x9d','\x3b','\xda','\x36','\x8e','\xb9','\x32','\xc7','\x58','\x26','\xc1','\x32','\x9f','\xb3','\x0f','\x4e','\x31','\x8e','\xc4','\xd4','\x9c','\x52','\x2d','\x28','\xb4','\x90','\xa0','\xe9','\x83','\xe2','\xdc','\xfc','\x81','\xc0','\x68','\xa5','\x2f','\x80','\x83','\x0e','\xef','\x19','\x7f','\x05','\x38','\xd5','\x4f','\x98','\x5d','\x0d','\x53','\xe6','\xa3','\x57','\x6f','\x50','\x71','\xe2','\x7a','\x34','\x9d','\x3e','\x56','\x2e','\x1f','\x4b','\xa7','\x67','\xd2','\xe9','\x29','\x8e','\xb9','\xb9','\x29','\x84','\xaa','\x4a','\x84','\x06','\x13','\xb0','\x9f','\x47','\x4e','\xd3','\xfd','\x69','\x9a','\x5a','\xa0','\xf3','\x8e','\xdc','\xe8','\xb0','\x5e','\x7b','\x9f','\x58','\xb2','\xff','\xeb','\x39','\x08','\x5c','\xa8','\x55','\x72','\xe8','\xcb','\xa1','\xdf','\xf8','\xfa','\x00','\x77','\x09','\xb9','\xbf','\xa3','\x77','\xe3','\x00','\x5c','\xfe','\xc4','\xeb','\xdb','\x71','\x80','\x78','\x7d','\xcb','\x39','\xba','\x95','\xe7','\xed','\x65','\x0a','\x4c','\x71','\xe8','\x40','\xf8','\xf5','\xf6','\xa8','\x66','\x46','\x05','\xd5','\x9b','\xc3','\xf3','\x06','\x99','\x1c','\xdb','\xd9','\xf8','\xb7','\xda','\x1b','\xa2','\xd2','\x50','\xcc','\x1e','\x77','\x21','\x51','\x23','\xdc','\xd8','\x45','\x1c','\x97','\xf0','\xb7','\x3f','\xd0','\x80','\xd1','\x32','\x8f','\xb4','\xf9','\x50','\xfe','\x06','\x9c','\x1b','\x6d','\x8d','\xe6','\xfa','\x41','\xc3','\x4f','\xcb','\x9d','\x73','\x90','\x21','\xae','\x88','\x9f','\x27','\x07','\x18','\x87','\xf7','\x1b','\xc3','\x50','\x9f','\x34','\x98','\x02','\x4d','\x94','\x44','\xa1','\x03','\x78','\xe0','\x40','\x79','\xe0','\x1b','\xe8','\xf8','\x25','\x3d','\x1a','\x41','\xbf','\x3c','\xde','\x1b','\xd4','\x05','\x19','\x1a','\xff','\x25','\xa6','\xde','\x77','\xb5','\x65','\x5f','\x59','\xa2','\x1c','\xa2','\x77','\x6a','\xc2','\x6e','\x8f','\x9a','\xe8','\xe8','\xd5','\xd6','\xd1','\x2b','\xf2','\x1f','\x5e','\x6d','\x4d','\x5d','\x91','\xa7','\xc4','\xb5','\xca','\xff','\x76','\x03','\xd1','\x17','\x67','\xe8','\x26','\x85','\x7c','\x4f','\x41','\xcc','\xe5','\x03','\x9a','\xf7','\xb2','\xa8','\xa3','\xc0','\x5c','\xb2','\xd9','\x15','\xbc','\x75','\x1f','\xe2','\x4e','\xa5','\xa2','\x0f','\x3c','\xdd','\x38','\x5e','\xad','\x43','\x7e','\x0b','\xd3','\x8b','\xa5','\xa5','\xcc','\x25','\xeb','\x8b','\xbb','\x5a','\xfe','\x55','\xb6','\xe3','\x87','\xdb','\xfa','\xd4','\x6d','\xf3','\x65','\x99','\x37','\xc8','\xbd','\xcf','\x90','\xc3','\x23','\xa1','\xfb','\x9a','\x1d','\xb9','\xca','\xed','\xd5','\xfd','\xfb','\x39','\x8a','\xc9','\xb6','\x48','\x51','\xc0','\xbb','\xec','\xcc','\xad','\x3c','\xea','\x6e','\x53','\x7b','\xef','\x23','\x3f','\xb7','\xe7','\x11','\xe9','\x1d','\x26','\x47','\x1e','\x27','\xd9','\xf5','\x10','\x37','\xc2','\xcb','\x70','\xd4','\x78','\xbc','\x4a','\xa3','\xa2','\x35','\x2a','\xe4','\xfb','\x85','\x5b','\xc6','\x96','\x9b','\xe3','\xc4','\x25','\x82','\x22','\x2e','\x01','\x76','\x78','\xa1','\x73','\x8e','\x3f','\x5c','\x80','\x7d','\xaa','\x89','\xa3','\x3d','\x27','\x5e','\xc7','\x5d','\x7f','\xdb','\x1e','\x5d','\xd7','\xa3','\x1e','\x39','\x1a','\x38','\x57','\xcc','\x19','\x19','\x7c','\xcd','\x80','\x16','\xcc','\xd7','\x08','\xfe','\x11','\xa1','\x57','\x49','\xa3','\x06','\xed','\x1a','\xa1','\xdf','\x04','\xa5','\x01','\xa1','\x77','\x22','\x34','\x70','\xa2','\xd5','\x5e','\x12','\x9d','\xb6','\x37','\xfb','\xe8','\x5e','\x7b','\xf4','\x00','\x3b','\x9a','\xd6','\x8e','\xfd','\xe2','\xf2','\xd1','\x9b','\x13','\x33','\xb1','\xc2','\x14','\xfb','\x77','\x1f','\xff','\xf5','\xc8','\xc7','\xbf','\xcb','\x2e','\x7c','\xf7','\x74','\x60','\xf5','\x5b','\x01','\x75','\x38','\x30','\xf2','\xde','\x3e','\xb6','\x9f','\xaa','\x0d','\xbe','\xad','\x3a','\xfa','\x4b','\xa5','\x1c','\xfd','\x2a','\xb5','\x2f','\xb5','\x9c','\xfb','\xa0','\x4a','\x41','\xb9','\x33','\x7a','\x4c','\xf4','\x21','\xf9','\x9c','\xfb','\xcc','\xc7','\xdb','\xf6','\xc7','\x0f','\x3c','\xc9','\x71','\xe1','\xc0','\x93','\x01','\xab','\x1d','\xe0','\x57','\x07','\xfc','\xde','\x7d','\x26','\xb8','\xdf','\x4d','\xe3','\x15','\x1a','\xc7','\xf4','\xdf','\xfe','\x17','\xba','\x31','\x65','\xff','\xf6','\x6f','\xd2','\x4f','\xfd','\x16','\xbd','\xaf','\x46','\x0f','\x4c','\x8e','\x4e','\x9e','\x3c','\xfa','\xdb','\x1f','\x05','\x55','\x78','\xb2','\x77','\x46','\xd2','\xb9','\x3c','\xe4','\xc2','\x70','\xca','\x93','\xaa','\xfa','\x23','\xf4','\xee','\x6d','\xde','\xb0','\x80','\xe0','\x49','\x06','\xfe','\x31','\x6e','\x72','\x2c','\xb8','\xe9','\x03','\x3f','\xed','\x2f','\x16','\xec','\xd7','\x8a','\xb4','\x78','\x9a','\xfa','\x1b','\x21','\xa2','\x1d','\x0b','\x96','\x8e','\x45','\x8b','\x89','\xd7','\x6f','\x24','\x52','\xf8','\x9f','\x1e','\x67','\x07','\x6f','\x61','\x9f','\x35','\x67','\x77','\x09','\x0c','\xa9','\x48','\xd3','\x3a','\xfa','\x42','\xed','\xe8','\x46','\x9a','\x63','\xe6','\x85','\xda','\xd4','\x1a','\x9e','\xba','\x8c','\xa7','\xae','\xde','\xa8','\x5e','\x19','\xa6','\x0e','\xb8','\x58','\xd8','\xea','\xa3','\x9a','\xea','\x18','\xc0','\x34','\x47','\xfb','\xa7','\x15','\xfb','\x27','\x4f','\xc2','\x1f','\xa7','\x15','\x7a','\xea','\xf9','\xd1','\xc2','\xf3','\x47','\x7f','\xef','\xb7','\x8f','\x3d','\xf6','\xaf','\x8f','\x4d','\xdf','\x33','\x33','\xad','\x4c','\x69','\x8d','\x29','\xd3','\x9c','\x7a','\xb1','\x5e','\x35','\xda','\x01','\xc3','\x0c','\x10','\xb3','\x8f','\x2b','\x05','\x52','\xa3','\x4e','\xff','\x82','\xfd','\x93','\x24','\x39','\x07','\x54','\xab','\xdc','\x8f','\xfb','\xde','\xac','\xfd','\x13','\xb8','\x21','\x63','\xb3','\xfc','\xf3','\x01','\x8e','\xef','\xcd','\x0e','\xfc','\xd9','\xc1','\xd1','\x58','\x3e','\x3a','\xbd','\x01','\xfb','\x0b','\x8b','\x38','\xbf','\x73','\xec','\x9e','\xd4','\x88','\x6a','\x12','\x69','\x86','\x90','\x10','\x29','\x61','\x5f','\x8f','\x4c','\x06','\x7d','\xa2','\x59','\x89','\x63','\x3f','\x0b','\xe1','\x2c','\x47','\xfc','\x3e','\x65','\xe0','\xe9','\xa9','\x81','\x0b','\xaf','\x05','\xef','\x3b','\x3f','\x9a','\xad','\x1c','\x9a','\xaf','\x82','\x9f','\xeb','\xe4','\x7d','\xd9','\x77','\xc8','\x97','\xd8','\x29','\x37','\xdc','\xa8','\x31','\x6c','\x6e','\x24','\x5f','\x6f','\xb3','\xcb','\x0a','\x5b','\x53','\x92','\x6b','\x07','\x98','\xbf','\xcd','\x90','\x99','\x34','\x37','\xd8','\xd5','\x36','\x33','\xf9','\xcd','\xbb','\xcb','\x8d','\x2e','\x1f','\x3b','\x9c','\xe3','\x27','\x6d','\xfb','\xa5','\x0a','\xc9','\x2e','\x92','\x81','\xe7','\x3b','\xf1','\xb1','\xe3','\x7f','\x31','\x30','\xaf','\x1f','\x9f','\xd7','\xc5','\x39','\x3e','\x2a','\xfe','\xd1','\x8f','\x33','\xbf','\xf9','\x51','\xe3','\x37','\x3f','\x4a','\x76','\xe2','\x8f','\x7e','\x4c','\xa0','\x14','\xf4','\x56','\x3e','\xb4','\xde','\xdb','\xf9','\xd0','\xb6','\x9a','\x18','\xee','\x54','\x19','\xe2','\x3c','\x37','\xd4','\x8d','\x6b','\x05','\x2b','\x29','\x6a','\x97','\xe8','\x92','\x46','\x97','\x80','\x5a','\xd9','\x3e','\xc3','\xd7','\x92','\xe8','\xc0','\xbe','\x34','\x37','\xba','\x84','\x8e','\xda','\x88','\xaf','\xe7','\x63','\xc9','\xd6','\x4c','\x44','\x9e','\x12','\xfc','\xb4','\xfc','\x5a','\xed','\xf0','\xd3','\x5e','\x06','\xd0','\x75','\xca','\xb8','\xfc','\x99','\x23','\x11','\x2a','\x47','\x14','\xb9','\x7c','\x8f','\xbd','\x64','\xd3','\xb2','\x32','\x26','\x8f','\xfe','\xab','\xfb','\xef','\x5b','\xba','\xff','\xa3','\x72','\x59','\x89','\xa0','\x0e','\x79','\xc2','\x0d','\x6d','\xf2','\x6f','\x96','\x5e','\xdd','\xf7','\xaf','\x74','\x45','\x96','\x85','\x05','\x5a','\x0a','\x2e','\xe8','\x01','\xd3','\x1d','\x52','\x7c','\x94','\xd2','\x70','\x4b','\xf3','\xbf','\xa1','\x07','\x0b','\x93','\x74','\x72','\xae','\xdf','\xde','\xa0','\x93','\x93','\x7d','\x93','\x93','\xf6','\xeb','\xb3','\x81','\xf7','\x4d','\x02','\x5e','\x9f','\x0c','\xa6','\x26','\x8f','\x16','\x67','\x8f','\x5e','\x99','\x4c','\xd8','\x93','\x47','\x96','\x26','\xff','\x70','\x69','\x72','\xca','\x9e','\x9d','\x5a','\x3a','\x58','\x5d','\x3a','\x48','\xed','\x83','\x74','\xe9','\xf7','\xe8','\xd2','\x6f','\x52','\xfb','\xb7','\xa8','\x7e','\x9e','\xba','\xb0','\xec','\xea','\x84','\x58','\xe9','\x09','\x5d','\x19','\xd4','\x07','\xdf','\xc0','\x76','\xdc','\x9e','\x89','\xe1','\x8f','\x60','\x77','\xd0','\xfd','\x2a','\x15','\x04','\x59','\xc3','\xc8','\x4c','\x23','\x13','\xab','\x2b','\xf6','\x5b','\x2b','\xd8','\xb5','\xe2','\x75','\x31','\xb2','\xae','\xc8','\xd3','\x94','\x16','\x82','\x8a','\xdb','\x1f','\x91','\x7d','\x26','\xc3','\xe8','\x04','\xa2','\x8f','\x9a','\xf8','\x25','\x5d','\x9a','\xd7','\x7d','\x2f','\xe9','\x33','\x39','\xec','\x93','\x6c','\x12','\xc3','\x76','\xdb','\x4d','\xdd','\xaf','\xee','\x95','\xcd','\x21','\x66','\x26','\x5b','\xe6','\xe3','\xcc','\x7c','\x4e','\x5d','\x89','\x77','\xc0','\xe2','\x71','\x25','\xfe','\x33','\x1a','\x2f','\x04','\xe3','\x6e','\xbf','\x24','\xfb','\x24','\x06','\x75','\xe2','\x8a','\xe8','\x6f','\x5e','\x09','\xb7','\x0b','\x8c','\xb0','\x88','\xcc','\x3e','\xa8','\xf4','\x54','\x90','\x9b','\x2b','\x25','\x2f','\x6a','\x12','\xb3','\x44','\x4b','\x8c','\x25','\x13','\x5a','\x88','\x1b','\x39','\x08','\x01','\x83','\x1c','\x75','\x88','\x89','\x3a','\x18','\xe9','\xb0','\x22','\x38','\xbc','\x61','\x59','\xbd','\x7c','\x13','\x78','\xc3','\xbc','\x12','\x26','\xeb','\x7c','\x7f','\x61','\xad','\xe0','\x46','\xee','\x57','\xed','\x96','\x89','\x34','\xc0','\x84','\x66','\x96','\xb3','\x2b','\xb9','\x0e','\x58','\x39','\xa7','\xe4','\xa6','\xb9','\x33','\x1a','\x44','\x79','\xbf','\xf4','\xaa','\x0f','\x5d','\xbb','\x95','\xef','\x8b','\x0b','\xa2','\x5f','\x5b','\xb7','\x23','\x3d','\xf8','\x23','\x05','\xf7','\xc5','\x9f','\xbf','\x4a','\x4f','\x03','\xcf','\x6a','\xb8','\x21','\xd8','\x56','\xb3','\x2b','\xe1','\x97','\x56','\xa8','\x8b','\x83','\x85','\x5f','\x56','\x68','\x0f','\xa5','\x38','\x18','\x7e','\xc5','\x4f','\x65','\x1f','\x65','\x38','\x92','\x45','\xc9','\x9b','\x26','\xb4','\x23','\xcf','\xea','\xc9','\x97','\x74','\xc1','\xbc','\x60','\xb3','\x69','\x9c','\xfc','\x89','\x9b','\xb8','\x5f','\x25','\xc8','\xa4','\xcc','\x0c','\xb7','\x4c','\xc6','\xcc','\xfd','\xea','\xca','\x1f','\xa8','\x2b','\x7f','\xa1','\xae','\xa8','\xea','\xaa','\xfa','\xac','\x92','\x7c','\x96','\x86','\x1f','\x0f','\xa2','\x69','\xbf','\xf4','\x8a','\x0f','\x6d','\x62','\x94','\x45','\xd2','\x4d','\xb3','\xec','\xd2','\x7b','\x1c','\xf4','\xc3','\x72','\xed','\xe9','\xc1','\x3d','\xd8','\xfd','\x1e','\xf7','\xab','\x9f','\x66','\xe6','\x63','\x2d','\x73','\x9a','\x09','\xa8','\x2b','\x7f','\x78','\x73','\x85','\x5f','\xa7','\x55','\x36','\x1d','\x57','\xa6','\x63','\x74','\x7a','\x24','\x58','\xfe','\xb9','\x5f','\x93','\x7d','\x1a','\xc3','\xa9','\x94','\xce','\x4a','\x0d','\x78','\x6c','\xdd','\xb4','\xdf','\x31','\xf7','\xb8','\x2a','\x7b','\x54','\xbb','\xfc','\x16','\xde','\x13','\x77','\xef','\x89','\xbd','\x6a','\x5b','\xe6','\x1e','\x06','\x28','\x37','\xcd','\x3d','\xea','\x4a','\xc0','\xb5','\x12','\x98','\x5f','\x39','\x92','\x65','\xef','\x8b','\x2b','\xf7','\xc7','\xe8','\xe7','\x71','\x70','\x8f','\xdb','\xbf','\x47','\xf6','\xed','\xe1','\xe3','\xc4','\x50','\xf9','\x6d','\x5d','\x90','\x38','\xa0','\x53','\x2f','\xe3','\xfc','\x10','\xdf','\x66','\x38','\x3f','\xec','\x3e','\xf5','\xca','\xab','\x9a','\x6c','\x3a','\x44','\x48','\x8f','\xcc','\x98','\x9f','\x39','\x69','\x7e','\xe6','\xfe','\x15','\x07','\x8f','\x7c','\x6e','\x55','\x73','\x29','\x9a','\x44','\xb5','\x58','\xb0','\xfc','\x0b','\xbf','\xe6','\xf6','\x01','\xe1','\x94','\xe0','\x8b','\xf3','\x2e','\x20','\x39','\x87','\x94','\x63','\xf8','\x03','\x5f','\xb1','\x4d','\x8c','\xc3','\x35','\xb7','\x32','\xf9','\xaa','\x72','\xd2','\x0c','\x9b','\xc0','\x89','\xe1','\x56','\xa0','\x91','\x31','\x51','\x57','\x3e','\xa4','\xae','\x44','\x9f','\x5d','\x09','\x3e','\xba','\x1a','\x7d','\x56','\x79','\xfd','\x39','\xfa','\xa1','\x58','\x90','\xc4','\xfc','\xa3','\x3f','\xf7','\xd1','\xd3','\x82','\x2f','\x2e','\x6b','\x7a','\xc4','\x4b','\x4f','\xab','\x7a','\xf9','\x6d','\xac','\xc5','\xed','\xc2','\x7e','\x7c','\xaa','\xe2','\x9e','\x73','\xbf','\x5a','\x38','\x68','\xe6','\x1a','\xf0','\x48','\xd3','\xba','\x39','\xbd','\xbc','\xf2','\xd8','\xbf','\x59','\xf9','\xc3','\x0b','\x2b','\xbf','\xf7','\xc4','\xea','\xef','\x7d','\x4d','\x19','\x9f','\xa7','\xe3','\x5f','\x09','\x96','\x7f','\xe2','\xff','\xaa','\x9b','\xfb','\x4c','\x77','\xe0','\x79','\x53','\x3e','\x69','\x7f','\xe0','\x27','\xd8','\xc4','\xb0','\x7e','\x66','\x5b','\x66','\xa6','\xba','\x8d','\xd9','\xd6','\x0a','\x42','\x2b','\x91','\xf9','\xd5','\xc4','\x4b','\xcb','\x6c','\x8d','\x46','\x9f','\x0d','\x3e','\xf8','\x15','\xff','\x89','\x3e','\xdf','\x19','\x37','\xee','\x71','\xa1','\xf7','\xec','\x31','\x3f','\x7d','\x5c','\x7f','\xfc','\xfb','\xfa','\xf8','\x1e','\x8e','\xca','\x63','\x47','\xec','\x89','\xcf','\xe3','\xd4','\x17','\xdc','\x93','\x7f','\xfa','\xea','\xa4','\x61','\xfe','\xfe','\xf3','\xe6','\xe4','\x52','\x07','\xb6','\x05','\xe3','\xb8','\x5c','\xab','\xca','\xda','\x72','\x30','\x4b','\x13','\xf1','\x20','\x8b','\xc1','\xfc','\xe8','\x32','\x0e','\x3e','\x8a','\x68','\x96','\xbf','\x29','\x5d','\x34','\xd3','\xd4','\x67','\xdf','\xc2','\x93','\x5f','\xb0','\x27','\xbf','\x80','\x67','\x7f','\xe1','\xee','\xed','\x79','\x75','\x60','\x03','\xe8','\x9e','\xf8','\xfe','\x52','\x91','\xf9','\xa8','\x6b','\xe5','\xd2','\xcd','\x15','\xd5','\xc5','\xc1','\x92','\x6f','\x28','\x6a','\x0f','\x55','\x71','\x30','\x69','\xf9','\x99','\x0c','\x15','\x61','\x32','\xb4','\x68','\xb4','\x32','\x26','\x2d','\xf3','\x97','\xff','\x42','\x8b','\xbf','\xff','\x32','\x5f','\xbc','\x9e','\x96','\x86','\x50','\xf9','\x0a','\xd6','\xae','\xda','\xda','\x66','\xad','\xbc','\x79','\x05','\x92','\xc4','\xfc','\x56','\xa1','\x5e','\x3f','\xf5','\x5a','\xbd','\x40','\x3a','\x38','\x55','\xb7','\xda','\x64','\xb3','\x24','\xfa','\x5b','\xed','\xca','\x2d','\x64','\x82','\xd1','\x40','\x63','\xc8','\x6e','\x21','\x20','\xbb','\x62','\x7c','\x39','\x60','\x13','\x52','\x6b','\x18','\x37','\xb9','\x02','\x4e','\xbd','\x3c','\x50','\x2f','\x80','\xa3','\x4b','\x21','\x31','\xd8','\xe9','\x30','\xc6','\x45','\x1b','\xda','\x40','\xf6','\x4f','\x11','\x64','\x00','\x79','\xda','\x70','\x75','\x73','\xb3','\x37','\x98','\xbc','\x42','\xd5','\xe5','\x96','\xba','\xc2','\x06','\x75','\xc4','\xbf','\xee','\xc7','\x92','\xd6','\x17','\x64','\xea','\x77','\x33','\xcc','\xd1','\xa3','\xb9','\x25','\x90','\x57','\xb2','\x64','\x72','\xc7','\x5f','\x21','\xc9','\x08','\xf3','\xa5','\x20','\xa3','\x8d','\xda','\x8d','\x59','\x68','\xfc','\x1a','\xd6','\x9d','\xcc','\xd8','\xc0','\xbc','\xde','\xa9','\x44','\x9e','\xaf','\x0c','\x5e','\xb2','\xb3','\xf3','\xfa','\xc7','\x5c','\xfa','\x17','\x24','\xd3','\x2f','\xa5','\x30','\x07','\xd6','\xdc','\x90','\x0c','\xcc','\x64','\xc2','\xa8','\x4c','\x15','\x25','\x1c','\x89','\x88','\x71','\x44','\x6e','\x0c','\x95','\x52','\x80','\x1e','\x8d','\xe2','\x48','\x60','\x91','\x25','\xeb','\x54','\xfd','\x7c','\x50','\x7d','\xe2','\xea','\xe0','\x9f','\x57','\xb2','\x0b','\xe8','\x63','\xfc','\xed','\x91','\x92','\x5f','\x69','\x80','\x84','\x91','\x64','\x37','\xf6','\x11','\x1a','\x94','\x51','\x82','\x22','\x4d','\x71','\x99','\x11','\x0f','\x4a','\x25','\x80','\x28','\x0c','\xc6','\x11','\x4f','\x42','\x7b','\x0d','\x1a','\x6e','\x07','\x2e','\x18','\xc9','\x1f','\x18','\xea','\x05','\xc0','\xe0','\x05','\x23','\x7b','\xc1','\xf8','\x58','\xd9','\xfe','\x82','\x94','\xea','\x3c','\x4f','\x8f','\x78','\x1e','\xcc','\x64','\x37','\xe3','\xe6','\x9d','\x22','\x87','\x23','\x8a','\x2f','\x15','\xe9','\x7e','\x2f','\xa9','\x41','\xe7','\x64','\x3a','\xe4','\xe3','\x43','\x05','\x2e','\x54','\x93','\x9b','\x11','\xa0','\x84','\xbf','\xd8','\x1e','\x84','\xb5','\xc0','\x3e','\xe6','\x4a','\x7d','\xc1','\xa5','\xfb','\x5d','\x15','\xae','\x3f','\xf8','\xb2','\x77','\x0b','\x75','\x2c','\x8b','\x5f','\xad','\xb8','\xf4','\x88','\x5f','\x4f','\xf1','\xb9','\x7e','\xd1','\xb4','\x5f','\xd3','\x20','\xc0','\xe0','\x9e','\xa3','\x1e','\x9d','\x8e','\xb1','\xc0','\x82','\x96','\x5c','\x3b','\xa3','\x9e','\xb9','\xac','\x1a','\x8f','\x0d','\xae','\x86','\xb3','\x95','\x17','\x3e','\x86','\xb5','\x2f','\xf4','\x84','\xfc','\x52','\x03','\x27','\x15','\xec','\xa2','\x6e','\xd7','\x2a','\x41','\x0d','\xd9','\x75','\x99','\x4a','\xd3','\x0a','\x3e','\x1a','\xa1','\xe1','\x94','\xe6','\xd9','\xf1','\xbd','\x0c','\xc1','\xf9','\xa9','\x04','\x96','\xc5','\xfb','\x32','\x98','\x6a','\x44','\x06','\xf5','\x74','\xd6','\xb6','\x3f','\x86','\xd0','\x17','\x10','\xf2','\xf3','\x5d','\x14','\xb6','\x30','\xa5','\x6e','\x61','\xaf','\xca','\xa2','\x7f','\x99','\x12','\x6e','\x71','\xc3','\x30','\x45','\x29','\xba','\x42','\xec','\xd7','\xdb','\xdb','\x34','\xc3','\x7e','\x8b','\x2f','\x93','\xe4','\x15','\x02','\x5d','\xd7','\x0d','\x38','\xda','\xcd','\x9e','\xb7','\x3e','\x46','\xc8','\x17','\x08','\xf1','\xfb','\xad','\xed','\xc2','\x5c','\xbf','\x25','\xbb','\x11','\xf5','\x28','\x0a','\x26','\x7c','\xb2','\x52','\x5c','\x5f','\x5c','\x41','\xf6','\x3f','\x20','\x31','\x42','\x1b','\x02','\xa8','\xe1','\x66','\xe0','\x5b','\xfc','\x7d','\x31','\xf5','\x7c','\x93','\x3f','\xd2','\xa0','\xc1','\xb2','\xe7','\x9b','\x1f','\x43','\xf8','\x0b','\x65','\x1b','\xaa','\x4c','\x65','\x82','\xc3','\x6d','\xf7','\x3d','\x19','\x32','\x9c','\x91','\x37','\x0c','\x2a','\x3f','\xad','\xa8','\x34','\x82','\x67','\x52','\x88','\xb9','\xe6','\x4d','\x7b','\x4d','\x7c','\x23','\xe7','\x95','\x85','\x81','\x72','\x39','\xb9','\x02','\xd5','\xe2','\x71','\x0d','\x0f','\x3d','\xf2','\xf3','\x1c','\x42','\x1f','\xf3','\x37','\xbf','\x20','\x2b','\xdc','\xa3','\xc7','\xfe','\x26','\x5f','\xcb','\x6e','\x71','\x84','\x27','\xe3','\x04','\x5f','\x24','\x0a','\x4a','\x47','\x6c','\x1b','\x78','\x33','\xfe','\x8e','\xfb','\x38','\x97','\xe8','\xde','\xe1','\x0e','\xc2','\x63','\xf0','\xbd','\x4c','\xe4','\xd4','\xd1','\x43','\xb1','\xfc','\xc5','\xf6','\xc7','\x68','\xed','\x0b','\xb4','\xe6','\xa7','\x35','\xfe','\x30','\x18','\x28','\x95','\xe0','\x38','\x4f','\x86','\xb6','\x0e','\xdb','\xfd','\xe3','\xd0','\xba','\x6e','\xbf','\x8c','\x29','\xff','\x50','\xc3','\xf4','\x91','\x9f','\x53','\x17','\x0a','\x7c','\x3e','\x93','\xfc','\xaf','\x37','\xd4','\x67','\x2b','\xea','\x59','\x34','\x78','\xb1','\x95','\x6d','\xd1','\x8f','\x51','\xfa','\x85','\x70','\xcb','\x4f','\x81','\xf4','\x1a','\x87','\x5b','\x9d','\x79','\x0e','\x03','\xaf','\xac','\x12','\x9a','\x89','\x24','\x42','\x7c','\x3d','\x4b','\xfb','\x4b','\xf6','\x73','\x1a','\xdd','\x7f','\x1a','\x6a','\xfd','\xfe','\xfb','\x1c','\xfd','\x1f','\x73','\x74','\x8f','\x96','\x44','\xa2','\x22','\xfe','\x80','\x36','\x74','\x20','\x9f','\xfb','\xe9','\xa9','\x8f','\x1e','\x28','\xfc','\xe9','\x81','\x61','\xdf','\x4f','\x0f','\xe0','\x03','\x51','\xf7','\x81','\x83','\xe4','\xa7','\x09','\x72','\xe0','\x1e','\x59','\xf4','\xcb','\x56','\x9a','\x2f','\x46','\xe6','\xcf','\xf2','\x05','\x2a','\x05','\x4b','\x76','\x75','\x57','\xdf','\x6d','\x4a','\xb5','\x24','\xfd','\x6f','\x1e','\x67','\x57','\x8e','\x74','\x17','\x18','\xc0','\x3d','\x5f','\x20','\x23','\xd0','\x90','\xe6','\xb7','\x9b','\x3d','\xc8','\x74','\xb9','\xa0','\x9c','\x1c','\xc8','\xd9','\x8a','\xc2','\x55','\xe0','\xd7','\x17','\xb8','\x75','\xd1','\xf6','\xa1','\xd9','\x12','\x97','\x1c','\xd3','\x6c','\xe8','\x8d','\x56','\x52','\x62','\x8c','\x23','\xc7','\x05','\x1d','\x5c','\xd9','\x34','\x4b','\xde','\x48','\x32','\x71','\xc0','\x07','\x15','\x4b','\xdc','\xda','\xec','\x21','\x6c','\x1a','\x68','\x27','\x59','\x76','\x95','\x69','\x8d','\x88','\x96','\xd2','\xb4','\x46','\xea','\xa5','\xe7','\x53','\xeb','\xe1','\xb3','\x35','\x9f','\xab','\x8a','\x3d','\x3d','\x0c','\x4b','\x2d','\x1c','\x67','\xf6','\xdb','\x0c','\x5a','\x2a','\x48','\xac','\xfc','\x06','\x43','\x3d','\x2c','\x35','\x92','\x2c','\x5b','\x61','\x93','\x5b','\xab','\xdc','\x7f','\xbd','\xda','\x46','\x3d','\x04','\xf5','\xd0','\xf0','\x3c','\x0d','\x7c','\x7e','\x35','\xb0','\xdc','\x08','\xac','\xa4','\xd4','\x46','\x43','\x5d','\x7b','\x7e','\x68','\x21','\x7c','\x02','\x03','\xdf','\x69','\x0a','\x68','\x3f','\x2d','\xcd','\x55','\xe5','\x38','\xf5','\x12','\xd0','\x1b','\x0a','\xd0','\x53','\x2f','\x87','\xb5','\x1e','\x2e','\xc3','\x11','\x34','\xcd','\xf8','\xa3','\xf6','\x67','\xee','\x27','\x80','\x93','\xd5','\xcf','\x9c','\xdc','\x7c','\x64','\xa6','\xa4','\xa1','\x88','\x86','\x4a','\x1a','\xdd','\x2c','\xbf','\x73','\x51','\x93','\x7c','\x90','\x68','\xbe','\xc5','\x55','\x75','\x7b','\xa7','\x1f','\x0a','\x5d','\x9b','\xb7','\xca','\x94','\x76','\xa3','\x0e','\x7c','\x47','\x62','\xe9','\x22','\x3f','\x08','\xdb','\x88','\xcb','\x4c','\x70','\x41','\xec','\xaa','\xa8','\x97','\xec','\xe4','\x3a','\xd2','\x7a','\x22','\xa9','\x1e','\xe5','\xd2','\x22','\x3d','\x70','\xf1','\xb5','\x03','\xe7','\xc9','\x81','\x25','\x74','\x40','\x47','\x07','\x8c','\xa7','\xed','\xd7','\xaa','\x07','\x8c','\x5d','\x28','\xbf','\xfa','\xd4','\x09','\xfa','\x94','\x4b','\xf9','\x8a','\x3f','\x12','\xc6','\x29','\x1f','\x12','\x54','\x37','\x1e','\x48','\x58','\xe5','\xab','\xeb','\x1c','\xa5','\x3f','\x65','\x6f','\xad','\x6b','\x71','\x1d','\x12','\x17','\x12','\xc8','\xf5','\x92','\x1e','\xf6','\x98','\x8d','\x31','\x24','\x35','\xb9','\x16','\xd0','\xc2','\x76','\x53','\xa8','\x03','\x61','\xcf','\xc3','\x0d','\xb0','\xc4','\xa1','\xa4','\x8d','\xc2','\x6d','\xbe','\xbf','\x3c','\x6b','\xd5','\x90','\xcb','\x68','\x71','\xb9','\xe1','\x3a','\x03','\x0b','\x1b','\x44','\xf4','\x92','\xfd','\x83','\x73','\x90','\xe7','\xe4','\xad','\x52','\xb0','\x31','\x74','\x7b','\x6d','\x05','\xee','\x3f','\x67','\x50','\xf5','\x1c','\x1d','\xac','\x80','\xa4','\x92','\x7a','\x28','\x9f','\x7a','\x24','\x85','\x6d','\xdb','\xcf','\x87','\x0d','\xee','\xe0','\xa6','\x43','\x68','\x8b','\xca','\x6c','\xaf','\xcd','\xf7','\x4e','\xf7','\x10','\x1c','\xbb','\xb5','\xa4','\xec','\x81','\x47','\x42','\xd0','\x9c','\x5a','\x68','\xa8','\xb2','\xfd','\x8b','\x9d','\xcf','\x03','\xca','\x28','\x89','\xe0','\x67','\x34','\xf1','\x33','\x1a','\xff','\x81','\x16','\x82','\xf7','\x84','\x51','\xb9','\x8d','\x92','\x16','\x57','\x61','\xfe','\xf9','\xe6','\xac','\x1f','\x64','\x69','\xf9','\x6a','\xa7','\x39','\x0b','\x17','\x59','\xc2','\x25','\x39','\x43','\xd4','\x05','\xff','\x4d','\xdb','\xd3','\x70','\xbe','\xd7','\x52','\x68','\x8f','\xd1','\xda','\x53','\xa5','\x81','\x15','\x1a','\xe0','\x8a','\x83','\x05','\xce','\x50','\x7b','\x43','\x04','\xdb','\x20','\x3b','\x71','\x29','\xf0','\x79','\xc3','\xfe','\xfe','\xd6','\xdf','\x46','\x68','\x0f','\x03','\x99','\x48','\xfb','\x6e','\xff','\x5e','\x11','\xd1','\x77','\x86','\x71','\xdb','\xec','\xe4','\xe2','\x7d','\xfc','\x66','\x6d','\x45','\x7d','\x63','\x39','\xfe','\xd1','\xa7','\x0f','\x4f','\x9e','\x67','\xa9','\x0a','\x5f','\x8c','\xcc','\xdf','\x50','\x2d','\x28','\x8d','\x18','\xb2','\x5b','\x9a','\xc8','\x3a','\x7a','\x00','\x18','\x54','\x7b','\xc0','\xf5','\xf2','\xdb','\xc8','\xd3','\xf6','\x70','\x5d','\xca','\x66','\xed','\xb7','\x1a','\xc8','\x03','\xc6','\x5b','\x4a','\x31','\x1f','\x58','\x36','\x4f','\x2e','\x6f','\x9e','\xfc','\xd7','\x16','\xbf','\xe1','\x7f','\xe4','\x1f','\x22','\x54','\x4f','\xfe','\xb4','\xcd','\x34','\x93','\x23','\xd9','\x30','\xbb','\x37','\x97','\x99','\xc6','\xb1','\x6e','\xb7','\xb8','\xfd','\x3c','\xb7','\xab','\x7f','\xdc','\x26','\xe9','\xf4','\x60','\x09','\x5b','\x82','\x00','\xd4','\x14','\xa8','\x71','\xe3','\xbb','\x7b','\xcf','\xa1','\x25','\x37','\xb5','\xf0','\xe6','\x34','\xa2','\x31','\x14','\xf8','\x8f','\xa8','\x1d','\x46','\x25','\x3f','\x4a','\x61','\x77','\xa7','\xe5','\x1f','\xf5','\x8b','\x0c','\x10','\xfe','\xea','\xe2','\x76','\x33','\x82','\xa0','\x3c','\x48','\x47','\x5a','\xd2','\x6e','\x3a','\xa6','\xc3','\x0e','\x4c','\x23','\x14','\x13','\xe8','\x13','\x0c','\xce','\x3e','\x31','\x80','\x74','\xc7','\x71','\x34','\x18','\x44','\xb4','\x1e','\x43','\x0c','\x08','\xc1','\x64','\xb0','\x10','\xb8','\x0e','\xf5','\xdb','\x2c','\xf0','\xc5','\x9f','\x0d','\x1a','\x3f','\x3c','\x61','\xf4','\x49','\x84','\xc3','\x87','\x89','\x8f','\xcc','\x7a','\x18','\xfd','\x65','\xe3','\x24','\xc5','\x38','\xc2','\xa7','\xe0','\x3f','\xc8','\xe8','\x3a','\xa0','\xff','\xed','\x18','\x5d','\xef','\xa3','\xcf','\xf5','\x05','\xbe','\xd2','\xd7','\xdf','\xef','\xa3','\x92','\x2f','\x6c','\x7b','\xa8','\xf4','\x4f','\x8f','\xa3','\xbc','\xc2','\x48','\x8d','\xb9','\xeb','\x0c','\x5d','\xe3','\x9f','\x30','\xc9','\x8c','\x49','\x8d','\x3e','\xbc','\xd9','\x87','\x5f','\xec','\x23','\x2f','\xf8','\xe8','\xba','\x4f','\x33','\x3d','\xb0','\x72','\xd1','\x56','\xeb','\xb4','\x1d','\x85','\xcc','\xdb','\xbc','\x01','\x8a','\xab','\x1a','\x2c','\xff','\x28','\xe1','\x7a','\x5a','\x73','\x3d','\xa5','\x4b','\x01','\x24','\x71','\xb7','\x07','\xfa','\x83','\x94','\xe8','\x56','\xf1','\xb2','\x43','\x43','\x25','\x9c','\x38','\xc1','\x90','\xdc','\x61','\x28','\xd2','\x1f','\x3d','\xab','\x65','\x2b','\x31','\x01','\xb7','\x00','\xc9','\x56','\xe4','\x2c','\x30','\xd6','\x71','\xb0','\x6c','\xa5','\x99','\xad','\x94','\xc4','\x0d','\xa0','\xdc','\x4e','\x08','\x19','\xa3','\x88','\x78','\xb8','\x10','\xc8','\xc0','\xe9','\x01','\x59','\x23','\xc2','\xb6','\x8f','\x49','\x24','\xc6','\x7d','\x39','\x09','\xb9','\x45','\x22','\xa8','\xec','\x84','\x3d','\x05','\xed','\x63','\x13','\x7a','\x9c','\x3b','\xfc','\x8f','\x1c','\xf8','\x88','\xe0','\x7e','\x54','\x44','\xb6','\x0f','\x77','\xff','\x6e','\x1b','\x07','\xe0','\x96','\xa8','\xbb','\x6c','\xfd','\x6a','\xe3','\x40','\xbd','\x15','\x1e','\x6a','\xe0','\xb1','\x4e','\xc5','\x8a','\xce','\xb8','\xa5','\x89','\x63','\x49','\x3b','\xc6','\x34','\xb7','\x00','\x61','\x9a','\xdc','\x65','\xc8','\x65','\x9a','\xd6','\x04','\x7e','\x49','\x8d','\x99','\x1a','\xd3','\x35','\x15','\x69','\x47','\x91','\x06','\x86','\x99','\xc8','\xff','\xc1','\x36','\x37','\x48','\x3a','\x53','\xad','\xf3','\x4f','\xb9','\x0b','\x92','\x6c','\xde','\x61','\x9c','\x72','\xa3','\x33','\x0e','\x18','\xb5','\x0e','\x0a','\x9d','\xe7','\xb9','\x7d','\x9e','\x8f','\xf0','\x5f','\xa3','\xc7','\x54','\x23','\xa6','\xb6','\xdd','\xaa','\xee','\x16','\xfd','\x7a','\x64','\xee','\x2a','\x0a','\x30','\x55','\x6f','\xaa','\x7a','\x49','\xdc','\x08','\x54','\x3a','\xe3','\xb8','\x61','\x1a','\x61','\x1c','\x87','\xee','\xcf','\x87','\x74','\xb1','\x9d','\x63','\x02','\x6e','\x8e','\x8c','\x4c','\x32','\x6e','\x39','\x83','\x69','\x5d','\xe2','\x60','\x75','\xe9','\xa6','\x81','\x1e','\x35','\x14','\x91','\xc3','\xa1','\x00','\xdd','\x89','\xbf','\x45','\x3d','\xcd','\x1d','\xef','\x0b','\xbb','\xf8','\xca','\xd9','\x9a','\x67','\xa0','\x6c','\x6b','\xbb','\x73','\x84','\x83','\xe4','\x88','\xdc','\xed','\xbe','\xc1','\x72','\xa4','\x99','\x23','\xa5','\xdc','\x28','\x90','\x9d','\x89','\xa9','\x4e','\x88','\xf9','\x57','\x04','\x0f','\x83','\xa8','\x03','\x8c','\x20','\xca','\xc1','\x74','\x85','\x6a','\x2c','\x18','\x8b','\xf8','\x63','\x7c','\x17','\xeb','\xc8','\x9d','\x6c','\x11','\x4c','\x65','\xec','\x58','\x1b','\xc0','\xb8','\xdf','\x84','\x3c','\x00','\xca','\x64','\xca','\x68','\x82','\x29','\x2c','\x31','\xd8','\xa4','\xa6','\x98','\x67','\x6e','\x5c','\x97','\x6d','\xdc','\x2d','\xc9','\xd5','\x35','\xac','\x69','\x38','\x26','\xe0','\xe6','\x10','\x65','\x23','\x72','\x57','\xa7','\x31','\x0d','\x37','\x35','\x5c','\x12','\x37','\x80','\xad','\x75','\x08','\xe3','\x10','\x5c','\x6e','\xe3','\xae','\x60','\xd0','\xb9','\x65','\xa0','\xd1','\x58','\xd9','\x8a','\xe5','\xa9','\x1b','\xc0','\xc8','\x34','\x93','\xa7','\x19','\xcd','\x69','\x34','\xab','\xb1','\x35','\xb3','\x69','\xea','\xa5','\x35','\x93','\x2d','\x68','\x6a','\x25','\xa1','\x92','\xf0','\x51','\xd1','\xcf','\x4e','\x11','\x75','\x37','\xc0','\x0c','\xe2','\xb7','\x20','\x23','\x56','\xa6','\x3a','\x4d','\x68','\x0a','\x8b','\x0d','\x36','\x63','\x29','\x2e','\xee','\xb9','\xb6','\x85','\xa3','\x1f','\x59','\xe1','\x5e','\x40','\x89','\x12','\xbe','\xb2','\xcc','\xa6','\xa4','\x97','\xc0','\x87','\x31','\x19','\x2e','\x31','\x92','\x4c','\xb0','\x50','\xc0','\xbc','\x7d','\x5f','\xe0','\x79','\xdb','\xd6','\x3c','\xa9','\x98','\x1f','\xe0','\xf6','\x47','\xdc','\xfd','\x11','\xd2','\xcf','\xe4','\xbd','\x0a','\x8d','\x53','\x3a','\x44','\x61','\x9e','\x27','\xfc','\xa5','\x05','\xac','\x4a','\x78','\xd7','\x3c','\xf3','\x71','\x1e','\x0f','\xe2','\x1c','\xc5','\xc0','\x2e','\x07','\xd0','\x73','\x34','\xc7','\xd5','\x56','\x0e','\xf8','\x9f','\x7b','\x72','\xd4','\x2d','\x40','\x72','\x54','\x06','\x23','\xab','\x95','\xc8','\xd1','\x26','\x98','\x08','\x5c','\xbb','\x3a','\x20','\x09','\x71','\xec','\xbe','\xeb','\x79','\x26','\x08','\xd7','\x59','\xba','\xa0','\x33','\x8b','\x09','\xec','\x7c','\xef','\x90','\x0e','\x8a','\x75','\x86','\xf5','\x26','\x49','\x95','\xf8','\x17','\x04','\x5a','\xa9','\x04','\x63','\xe1','\x84','\x38','\x27','\x8a','\x90','\x48','\xa0','\xdd','\x69','\x6d','\x06','\x09','\xb2','\x06','\xd3','\x2d','\x96','\xaa','\xb3','\xbc','\xc9','\xa1','\xb9','\xb9','\x13','\x57','\xd7','\xf6','\xb4','\xb5','\x3d','\x46','\x2a','\x60','\xa4','\x28','\x39','\xc9','\xc8','\x64','\x93','\x6c','\x94','\x48','\x85','\x05','\xcf','\x30','\xfa','\x55','\x76','\xec','\x8d','\x23','\x37','\xd7','\x69','\x56','\xba','\x7d','\x7e','\x74','\x3e','\x3f','\xdb','\xfb','\x5d','\xc8','\x8d','\x21','\x2a','\x77','\xcf','\x34','\xf9','\x43','\x34','\x19','\x2d','\x75','\x79','\xae','\x58','\xb2','\x95','\x10','\x9f','\x2b','\x3a','\x04','\xc9','\x71','\xbd','\xc6','\x81','\x04','\xf4','\x7a','\x4d','\xab','\xd7','\x62','\x02','\x6e','\x01','\x52','\xaf','\xc9','\x57','\x6a','\x74','\xb3','\x4d','\xaf','\xcd','\xb1','\x06','\x6e','\x9a','\xb8','\x64','\x62','\xd6','\x45','\x02','\x8e','\x09','\x70','\x67','\x1c','\x13','\x73','\xa0','\xf5','\x0a','\x5a','\xc7','\x3a','\x74','\x7f','\xc3','\x31','\x01','\xf7','\xe5','\x0a','\x07','\xa9','\x55','\xe4','\x5a','\x85','\x6e','\xd4','\x38','\x58','\xbd','\xd0','\xbc','\xf2','\xd9','\xd2','\xb5','\xe1','\x5b','\xc7','\xf9','\x55','\xe4','\x4f','\x9c','\xcb','\x8d','\x06','\x65','\x25','\x1a','\x99','\x65','\xda','\xc3','\x4d','\xad','\x70','\x07','\xf9','\x13','\x81','\x8c','\x38','\xcc','\xa0','\xc4','\x5b','\xd4','\xdf','\x31','\x9d','\x31','\x8d','\x31','\x21','\x7f','\x98','\x5b','\x80','\x30','\x26','\x77','\x68','\xbf','\x9a','\x8c','\x31','\xfe','\x7f','\x89','\x6d','\xfd','\x37','\xd2','\x91','\x1b','\x5b','\xf3','\x3c','\x84','\xd0','\x10','\xb7','\x55','\x6c','\xd8','\x5f','\xa6','\x3b','\x66','\xca','\x31','\x30','\xd5','\x14','\x37','\x0d','\x72','\xd9','\x20','\x73','\x05','\x11','\x30','\x69','\x08','\xea','\xc6','\x9b','\x14','\x72','\x2c','\xb8','\xcd','\x21','\x80','\x13','\xe1','\x36','\xf7','\xb6','\xee','\xf0','\xbe','\xa4','\xdb','\xde','\xd7','\x04','\x91','\x61','\xb1','\x41','\xa2','\x3d','\xff','\x96','\x4d','\x8d','\x94','\xb6','\xda','\xde','\x96','\xad','\x84','\xf8','\x7c','\x7b','\xbf','\x67','\x2b','\x48','\x40','\xcf','\x56','\x76','\xe9','\x1d','\x60','\x1d','\xfc','\x15','\xf4','\x0e','\x14','\xc6','\xcd','\x61','\xee','\x7b','\xce','\x21','\x87','\x5b','\x4f','\xc8','\x31','\x10','\x62','\x31','\x48','\xc0','\x0c','\xba','\x05','\x65','\x8d','\xcc','\x4d','\x24','\x98','\x4f','\x93','\x29','\x7a','\xb3','\x17','\x95','\xfe','\x19','\x62','\x51','\xc4','\x0a','\x48','\x5d','\xd7','\x13','\x6b','\x36','\xd5','\xe7','\x94','\x14','\xa4','\x98','\x3a','\x35','\x19','\x22','\x29','\x9b','\xe8','\x1a','\xd1','\xb8','\xd0','\xc8','\x1a','\xb1','\xac','\xee','\x06','\xc0','\x29','\x9b','\xdc','\xed','\x91','\xc4','\x9d','\x02','\x90','\xf3','\xda','\x63','\x4c','\x8b','\xb1','\xc2','\xd1','\x78','\x2b','\x7c','\xc4','\xf4','\x07','\x10','\xde','\xa5','\xbf','\x26','\x14','\x34','\x14','\xd4','\x87','\xa8','\x16','\x57','\x62','\x71','\x16','\x8b','\x47','\xdc','\x12','\x07','\xf6','\xda','\xf6','\xbb','\xeb','\xaf','\xee','\x7e','\x17','\xa9','\x50','\x9d','\x84','\x3b','\x01','\x9d','\xf1','\x4d','\x48','\x62','\x49','\x2b','\xc6','\x88','\x5b','\x60','\x8b','\xac','\x85','\x26','\x2d','\xbe','\x0a','\x9a','\x8c','\x94','\x98','\x93','\x32','\x09','\x48','\x88','\x3e','\x86','\x11','\xd1','\xdc','\x87','\x88','\x5f','\x2a','\xde','\x17','\xd5','\x6d','\x4b','\x93','\x68','\x6c','\x82','\x8b','\xc4','\x96','\x10','\x1a','\x88','\xe4','\xb0','\xcc','\x17','\x09','\x5f','\xd2','\xb8','\xc2','\x70','\xba','\x49','\x3e','\x5c','\x22','\xf9','\x5b','\xf6','\xbb','\xcc','\x2d','\xaa','\x14','\x09','\xaa','\xe0','\x2c','\xf3','\xb5','\xc1','\x2d','\xb1','\x13','\x08','\x2d','\x71','\xfd','\x93','\xc7','\xe4','\x41','\x1b','\x9a','\x77','\xc8','\x2c','\x41','\x59','\x42','\x61','\x53','\x8c','\x01','\x0f','\x9d','\xc6','\x02','\x0d','\x46','\x1b','\x70','\xd3','\xc1','\xa3','\x4d','\xae','\x22','\x15','\xd1','\xd7','\x95','\x2b','\x53','\xd0','\xa7','\xdc','\x0d','\x4f','\x8a','\x75','\x78','\x02','\xc7','\xe6','\x2b','\xb1','\xde','\x8a','\xfb','\xb7','\x86','\x39','\x48','\x7a','\x58','\xfe','\xe0','\x30','\xfd','\xd0','\x30','\xbd','\xff','\x19','\xf6','\x2f','\x9e','\x69','\x6a','\xc3','\xa5','\xd4','\x30','\x2b','\xdf','\x60','\xa9','\xf7','\x33','\xc8','\x1d','\x83','\x3e','\x7d','\x8a','\xc8','\xd7','\x82','\x75','\xd8','\x83','\xd0','\x24','\x45','\x65','\x4b','\xcf','\x57','\xb5','\x7c','\x35','\x26','\xe0','\x16','\x20','\xf9','\xaa','\x9c','\xaf','\x52','\x01','\x96','\xaf','\x36','\xf3','\xd5','\x92','\xb8','\x11','\x78','\xea','\x58','\x67','\x5f','\x08','\x7d','\x8a','\x75','\x0e','\xe4','\x4e','\x21','\xa2','\xe9','\xa0','\xcb','\x13','\x31','\x25','\x1c','\x8b','\x3c','\xec','\xbe','\xfe','\xa6','\x5b','\x04','\x9f','\xf8','\xd7','\xa7','\xe2','\x64','\xea','\x5d','\xe5','\x8f','\xa8','\x53','\xc0','\x0b','\x3e','\xcc','\x85','\x6a','\x0e','\xa8','\x59','\xf5','\xb8','\xa2','\xf1','\x97','\x2e','\x45','\x62','\x12','\x76','\xdb','\xb6','\x9b','\x98','\x84','\x98','\x32','\x1c','\xc1','\x00','\xb8','\xe9','\xcb','\xd5','\x5e','\x89','\x5e','\x66','\xca','\x65','\xc6','\x2e','\xb3','\xc8','\x7a','\x42','\xf4','\x6b','\x83','\x71','\x86','\x10','\x3e','\x86','\x30','\xd0','\xcc','\x51','\xee','\x50','\xe8','\x39','\xa4','\x4d','\xa0','\xd8','\x82','\xb3','\xbf','\xf0','\x5d','\xa2','\xa7','\xa7','\xec','\x4f','\xd1','\xfe','\x08','\x07','\xdb','\xcb','\x9a','\x71','\x5a','\x1a','\x0a','\xb2','\x09','\x3f','\x5b','\xf0','\xc5','\x25','\xdc','\x59','\x3f','\xb7','\xcf','\x73','\x44','\xe8','\xd3','\x13','\x95','\xd8','\xa5','\x9a','\x5b','\xad','\xb8','\x45','\x1f','\x52','\x39','\x59','\xa1','\x2a','\x80','\x1b','\x18','\xcd','\x64','\xa5','\xa4','\x9e','\xeb','\x52','\x0e','\x06','\x13','\x2e','\xe8','\x53','\x1c','\x11','\xfc','\x3f','\x44','\x4b','\xf3','\xcd','\x00','\x34','\x9c','\x85','\xc2','\xbc','\x5d','\x48','\x15','\x0a','\x79','\x01','\x77','\xad','\x40','\x6a','\x05','\xb9','\x0e','\xa0','\xf5','\x42','\xe0','\xdf','\x15','\xd4','\xe7','\x0b','\x4d','\xa5','\x50','\x4a','\x14','\x58','\xb4','\xc0','\x0a','\x73','\x2c','\x5d','\x48','\xe8','\xa8','\x5f','\x90','\x7b','\x83','\x5c','\xe5','\xda','\x1d','\x03','\xcd','\x33','\x87','\x9e','\x2e','\x68','\x65','\x3b','\x56','\x28','\x70','\xb8','\x05','\x48','\xa1','\x20','\x17','\x0a','\x34','\x3f','\x47','\x8b','\x63','\xec','\x34','\x6e','\x96','\xee','\xa0','\xdf','\x23','\xdc','\xa7','\xc4','\x7c','\x31','\x63','\xa2','\x09','\x5a','\x50','\xad','\xa0','\xa7','\x0a','\xa9','\x74','\x21','\x6f','\x17','\xf2','\xb5','\x82','\xbb','\x52','\xf0','\x56','\x0a','\x7b','\x32','\x85','\xf7','\x14','\xa1','\x0b','\x12','\xa5','\x05','\xa6','\x14','\x9a','\xac','\x50','\x8a','\x60','\x96','\xc2','\x4c','\xc7','\x2a','\xc2','\x47','\x11','\xd4','\x25','\x75','\xe4','\xd8','\x04','\x87','\x60','\x76','\x85','\x90','\x2d','\xdf','\xe5','\x32','\x48','\x58','\xbe','\x2f','\x40','\xbf','\x43','\xf9','\xcc','\x1e','\x1b','\xfa','\x7d','\x50','\xba','\xe3','\x7d','\x31','\x01','\x6d','\x3d','\x61','\xda','\xfd','\xe8','\x36','\xb9','\xc1','\xd7','\xa1','\xb0','\x3b','\x62','\x29','\x61','\x47','\x69','\xd0','\xa6','\x15','\x78','\xe6','\xa0','\x71','\x42','\x57','\x1e','\x96','\xad','\x6d','\x79','\xc8','\xf5','\xb2','\x36','\x4b','\x35','\xda','\xb1','\x0f','\x07','\x39','\x2a','\x5c','\x38','\x83','\xfd','\xb3','\xe1','\xd6','\x5e','\x90','\x63','\x18','\xc5','\xb0','\xb3','\x7e','\xb8','\xa4','\xd3','\x65','\xda','\x80','\xe7','\x61','\x26','\x1b','\xd4','\x9b','\xd9','\xe5','\xd2','\x84','\xcc','\xb8','\x4f','\xe9','\x76','\xb3','\x64','\x3b','\x11','\xae','\x50','\x65','\xcb','\x6e','\x89','\x60','\x99','\x22','\x85','\x20','\xfb','\x4d','\x7d','\x0e','\x6b','\x1f','\x29','\xc5','\x82','\x5a','\x8c','\x72','\xa5','\x33','\xe7','\x3e','\x3d','\x46','\xce','\x21','\x88','\x5e','\x42','\xbf','\x78','\x8d','\x1d','\xd6','\x9a','\xd3','\x66','\x69','\x81','\x2b','\x7a','\x13','\xe4','\x07','\xed','\x1c','\x91','\xdc','\xc1','\x3e','\x9c','\x88','\x68','\x8f','\x27','\x62','\x39','\xc6','\xe1','\xfe','\xd8','\x41','\xf7','\xdf','\xe7','\xc9','\x57','\xd2','\xf2','\x02','\x0e','\x70','\x5f','\x1b','\xec','\x04','\x73','\xdb','\x4e','\x50','\x28','\x8b','\x84','\x13','\x29','\x61','\x27','\x40','\xb9','\x55','\x88','\x64','\x13','\x24','\xdb','\x40','\x59','\x1d','\x3d','\xa4','\x2f','\xd8','\x7a','\x2a','\x5b','\xc9','\x67','\xed','\x7c','\xb6','\xea','\xce','\x56','\x49','\xb6','\x2a','\x3f','\x54','\x95','\x1f','\xad','\xf6','\xbf','\x54','\xed','\x7d','\xa9','\xaa','\x66','\x69','\x33','\x47','\x4b','\xdc','\xc8','\x9c','\xa6','\xac','\x40','\x59','\x9e','\x1e','\x79','\x15','\xbe','\x71','\x84','\x1b','\x61','\x6c','\xce','\xfb','\x36','\xb4','\xe4','\x86','\xe0','\x87','\xa6','\xe9','\xd3','\x9a','\x36','\xae','\xc5','\x2e','\x17','\x62','\x4f','\x95','\xef','\xfa','\x85','\x76','\xd7','\x53','\x1a','\xe9','\xd3','\xe4','\x7b','\xb4','\x00','\x47','\x4c','\x63','\x5f','\xd7','\x9a','\x5f','\x2f','\x94','\x1e','\xb0','\x59','\x0a','\xb1','\x55','\xc4','\x2e','\xda','\x47','\x3c','\x6d','\xee','\x19','\x2a','\x22','\x0f','\x0d','\x93','\x12','\x37','\x59','\xe1','\x68','\xdd','\x6e','\xeb','\x12','\x01','\x7d','\x01','\x76','\xaf','\x25','\xec','\x1f','\x2e','\x0f','\x91','\x9c','\x13','\xe7','\xfe','\x2f','\x60','\x76','\x15','\x37','\xef','\xc6','\xa5','\x7e','\xcc','\xe2','\xdc','\x06','\x9e','\x65','\xeb','\xf4','\x98','\xd8','\x5f','\x11','\x7e','\xed','\x41','\x5e','\xee','\xc4','\x71','\xf9','\xc3','\x61','\xb7','\x74','\xd4','\x93','\xb5','\xed','\x18','\xea','\x89','\x95','\x7f','\xee','\xee','\x41','\x1c','\xdc','\xfb','\x95','\x81','\x95','\x9a','\xcb','\x19','\x60','\x5a','\xbc','\xf9','\xb6','\xfd','\x68','\x95','\xaa','\x17','\xaa','\x6a','\xb5','\xaa','\xb6','\x68','\x42','\xf4','\x35','\xdb','\x61','\xaf','\x76','\xf5','\x4e','\xd9','\xd2','\x34','\x12','\x13','\xe0','\xce','\x0e','\xac','\x1f','\x2e','\x7f','\x3a','\xed','\x0e','\x29','\x57','\xa0','\x77','\xf6','\x77','\x44','\xfe','\x3c','\xc6','\xd0','\x31','\x07','\xde','\x17','\x49','\xe9','\xd0','\xf7','\x83','\x2b','\x9d','\x60','\x2c','\xe7','\x77','\xdb','\xed','\xbb','\xb6','\x8c','\xc3','\x72','\x8b','\x0a','\xce','\x62','\x98','\xe7','\x72','\x8b','\xe5','\x7a','\x98','\xc4','\x21','\x25','\x24','\x9b','\xba','\xda','\x11','\xb7','\x27','\xe0','\xc1','\xa4','\x52','\x20','\x1b','\x05','\x54','\x2f','\x20','\x59','\xec','\x77','\x56','\xc8','\x0b','\xb8','\x63','\x05','\xaf','\x5d','\x90','\x19','\x40','\xbc','\x9e','\x02','\x3b','\x5d','\x68','\xe6','\x71','\x29','\x8d','\xd9','\x3a','\x66','\xc2','\x6a','\x75','\xf6','\x57','\xa4','\xe1','\xa1','\xeb','\x15','\xb2','\x8e','\x39','\xd0','\xdf','\x0d','\xa3','\xbf','\x1f','\xd1','\xff','\x6a','\x58','\xfb','\xab','\xb4','\xb0','\xa3','\x86','\x41','\xae','\xf2','\xbf','\x7a','\x01','\xcb','\x2f','\x54','\xe8','\x0b','\x69','\x7a','\xb5','\xc0','\xfe','\x6a','\xb8','\xf9','\x57','\x23','\xa5','\xbf','\x1f','\x61','\x5f','\x1a','\x61','\x7f','\x8e','\xd5','\x05','\x7c','\x04','\xe1','\x3e','\xc4','\xf7','\x3b','\x10','\x7a','\xfb','\xb9','\xd0','\xeb','\xf4','\xa8','\xd6','\xe7','\x2f','\xbe','\x70','\xe2','\x42','\x25','\x3b','\xff','\xe5','\x07','\x9f','\xfd','\xea','\x5d','\x17','\xbe','\xeb','\xbd','\xf0','\xcc','\x9e','\xf9','\x0a','\x47','\xe0','\x4f','\x6a','\x81','\x0b','\xdf','\x55','\x6f','\x7e','\xf5','\xe6','\x9f','\x7f','\xf5','\xd1','\xf3','\x18','\x3a','\x2b','\xf1','\xfd','\x6e','\xb7','\x8f','\xe8','\x18','\xd6','\xb3','\xa8','\xfb','\x13','\xce','\x43','\x11','\x41','\x8b','\x31','\x4d','\x87','\x84','\x51','\x2d','\x16','\x6e','\xc0','\xbe','\x10','\x20','\xe1','\x86','\xec','\xf4','\xd2','\xa3','\x05','\xd5','\x86','\x10','\x43','\x49','\x49','\xb1','\x20','\x03','\x01','\xcf','\xf5','\xa9','\xd0','\x83','\xbb','\xf4','\x05','\x11','\xfa','\x02','\xb4','\x1a','\x8d','\x45','\x7e','\x14','\xfb','\xdd','\xd7','\xdd','\x0b','\xf8','\x2e','\xf8','\x01','\x26','\x97','\x45','\xaf','\x43','\x49','\x61','\x13','\xc1','\xe6','\x10','\x2d','\xc5','\x19','\x8b','\x47','\x58','\x3c','\xc5','\x24','\x92','\x10','\x74','\xe5','\x77','\xb2','\x33','\x87','\xb5','\xeb','\x6f','\x76','\xec','\x4c','\x8e','\xbf','\x2a','\x90','\xab','\x37','\x1c','\xb9','\xca','\x01','\x76','\xe6','\xd5','\x1b','\x25','\x7e','\x73','\xab','\x9d','\xa9','\x10','\x3a','\x8a','\x71','\x09','\xbb','\x4c','\x24','\x95','\xb8','\xd0','\xd7','\xf9','\x26','\xf4','\x80','\xd0','\x88','\x09','\xa1','\xe1','\xa6','\x90','\x22','\x28','\x27','\x08','\x9d','\x22','\x81','\x8b','\x16','\xa3','\xa4','\x49','\x49','\x09','\x02','\x32','\x9d','\xee','\xb8','\x09','\x3a','\x0b','\x01','\xf6','\xed','\xfd','\x4e','\x60','\x7e','\x94','\x94','\x1e','\x2c','\xc1','\xfc','\x70','\x8c','\x6c','\xba','\xf7','\x1b','\xee','\x13','\x5c','\xfc','\x38','\x7e','\x37','\xe6','\xae','\xc1','\xbb','\xd9','\x2d','\x91','\x47','\x15','\x9a','\xbd','\x46','\xb2','\xcb','\x1c','\x28','\xbb','\x2c','\xbd','\x53','\xd5','\xb3','\x34','\x95','\x95','\xf3','\x2f','\x91','\xfc','\x2f','\x88','\xfb','\xff','\x73','\x9e','\xbc','\x76','\x63','\xcf','\x6b','\xb5','\x3d','\x9a','\x19','\xd0','\xcc','\x7e','\x4d','\x8f','\x69','\x4b','\x3f','\xcf','\x2e','\x95','\xb2','\x8b','\x2c','\xeb','\x66','\xd9','\x51','\x76','\xea','\x46','\x22','\x57','\xa1','\xd3','\x42','\xfe','\x2c','\xc8','\x78','\xc2','\x87','\x73','\x04','\x0d','\x91','\xae','\x3e','\x8d','\x80','\x9d','\xb9','\x20','\xe4','\xa1','\x89','\x89','\x89','\xe5','\x2b','\x05','\xc8','\x8e','\x70','\xe6','\xa7','\x5e','\x28','\x5d','\xbd','\xc1','\xba','\x53','\x94','\x10','\xf9','\x12','\x0a','\x10','\x13','\xb5','\x70','\x52','\xc7','\x8b','\x32','\xca','\xf9','\x90','\xfa','\xb4','\xae','\x2e','\x73','\x09','\xc2','\x8d','\x9f','\x98','\x44','\x21','\x9e','\x20','\xf5','\x09','\x7b','\x8c','\x52','\x01','\x2e','\xfc','\x9b','\x12','\xdd','\xf5','\xbd','\xc2','\x40','\x4b','\xac','\x08','\xfe','\x1f','\x48','\xf9','\xb1','\x45','\x0c','\x10','\x23','\xbd','\xcc','\x1d','\x50','\x16','\xc3','\x23','\x30','\xcf','\x98','\x71','\x90','\x72','\x53','\x96','\xb9','\xb9','\x29','\xe6','\x87','\x6a','\x4d','\x66','\x96','\xb8','\xa0','\x7e','\x48','\x67','\x39','\x70','\x09','\x13','\x34','\x11','\x68','\xd0','\x5d','\xf2','\xf0','\x21','\x6e','\x3b','\xeb','\x7a','\xb6','\x2b','\x0f','\x6f','\x56','\xdd','\xff','\x57','\x95','\xfc','\xff','\xaa','\x7b','\x38','\xb2','\xd5','\x40','\xb6','\xba','\x37','\x5b','\x8d','\x65','\xe9','\xcf','\x77','\xcb','\xc3','\xc4','\x69','\x58','\xa1','\x4a','\xd0','\x14','\xeb','\x99','\x62','\xd9','\x42','\x7e','\x84','\x2c','\x4d','\xc7','\xa6','\x26','\xb9','\x63','\x77','\x2d','\xc6','\xe8','\x2b','\xee','\xc6','\x98','\xdb','\x7b','\x0e','\xec','\x0d','\x77','\x88','\x7a','\x1a','\xb4','\xad','\xb0','\x9e','\x44','\x53','\x2a','\x95','\x5c','\x26','\x93','\xce','\x30','\x7c','\x99','\x05','\x1f','\x4b','\x94','\x92','\x01','\xdd','\x73','\x07','\xbd','\x63','\xba','\xb9','\x79','\x1b','\x0b','\xb7','\x62','\x42','\x09','\xba','\x85','\xe2','\x76','\x4e','\x85','\xe8','\xe0','\x32','\x3b','\xb2','\xd4','\x54','\x0d','\xb0','\xc3','\x4f','\x9c','\x65','\xf3','\x0b','\xaa','\x6b','\x21','\x21','\xf8','\x72','\x23','\xb0','\x58','\x04','\xd9','\x9a','\x56','\x42','\xf9','\x8f','\x48','\xed','\x6b','\xba','\xb9','\x99','\x32','\x97','\xf2','\x6b','\x46','\xfe','\xaf','\xb1','\xbb','\xed','\x21','\xf5','\x33','\x72','\x3d','\x25','\xd7','\x35','\xa7','\x13','\x10','\x33','\x50','\xd3','\xd0','\x4b','\x46','\x4a','\x7d','\x5a','\x53','\x81','\xbd','\x38','\x71','\x74','\x66','\xcb','\x8e','\x72','\xd6','\x21','\x18','\x75','\xdb','\xf6','\xbc','\xdd','\x8e','\x41','\x5a','\x92','\xd8','\xa7','\x74','\x4e','\x66','\x63','\x74','\x42','\x17','\xf6','\x33','\x05','\x7d','\x7a','\xbb','\x3c','\x14','\x64','\x4d','\xd8','\xcb','\x9f','\x5e','\x47','\xd4','\xe4','\x0e','\xb0','\x1e','\x49','\x68','\xa9','\x8b','\xec','\xd2','\x8b','\xbf','\x8e','\x20','\xba','\xe8','\xd6','\xa9','\x6c','\x5b','\xf2','\xf7','\xa1','\x17','\x12','\x07','\xb3','\x5b','\xcd','\xef','\xd3','\x12','\xbf','\xe9','\x22','\xf1','\xfd','\x19','\xae','\xf6','\x85','\x1d','\x95','\xc2','\xc0','\x96','\xc9','\xbd','\x68','\xae','\x4b','\x0c','\x3d','\xd9','\xd6','\xb2','\x3a','\x77','\x0a','\x62','\x2f','\xe9','\xee','\x97','\xaa','\x77','\x09','\x2e','\x74','\x39','\xeb','\x1c','\xb0','\x56','\x41','\x3e','\x67','\xf5','\x92','\x38','\xaf','\x17','\xa8','\x24','\x44','\xba','\x8e','\x22','\x78','\x33','\xb8','\xb3','\x03','\xfe','\x4e','\xb9','\xbd','\xed','\xef','\x80','\x9f','\x22','\xe6','\x59','\xa4','\xe1','\xc9','\xc2','\x98','\xa7','\xc2','\x80','\x07','\x7b','\x5e','\x18','\xf6','\x1d','\x7b','\x5e','\xf4','\x01','\x07','\x3d','\x68','\xb7','\x21','\xd7','\x94','\x1b','\xab','\x93','\x19','\xf0','\xdf','\xf3','\x19','\x2d','\x9f','\x89','\x09','\xb8','\x39','\xf8','\xf3','\x70','\x7b','\x03','\x21','\xa7','\xad','\xe7','\xbb','\xce','\x4f','\x47','\x1e','\x16','\x30','\x30','\x12','\x40','\x62','\xbd','\xb0','\x5b','\x40','\x68','\xc4','\x10','\x10','\x7e','\xba','\x27','\x28','\x29','\x57','\xe5','\x0e','\x13','\xbd','\xd0','\x17','\x65','\xb1','\x0e','\xb5','\x0e','\x71','\x70','\x02','\x81','\x7d','\xa8','\x88','\x3c','\x4f','\x1c','\x6e','\x76','\xe6','\x47','\x33','\x74','\xbb','\xad','\xe5','\x8d','\x98','\x80','\x9b','\xa3','\x68','\x91','\xd3','\xb3','\x32','\xff','\x6d','\x39','\xc3','\x89','\x23','\xdd','\xb4','\xed','\x12','\x37','\x18','\x48','\x8a','\xed','\x48','\xc9','\x50','\x50','\x90','\xb8','\xda','\xb8','\xbc','\x84','\x7b','\x7c','\x40','\x95','\x1f','\x58','\xd2','\xe5','\x65','\x8d','\x4f','\x0e','\xd8','\x3f','\xc8','\x2d','\x4c','\x20','\xae','\x02','\x64','\x82','\xe0','\x44','\x90','\x8b','\xaf','\x7b','\x28','\x77','\x80','\x4b','\x83','\x1a','\x3b','\x61','\xb2','\x85','\x12','\xc3','\x40','\xd1','\x46','\x1b','\xb8','\xa3','\x07','\xd3','\x14','\xf3','\xc5','\x03','\x0e','\x34','\xd5','\xcb','\x2d','\x88','\xff','\x08','\xb8','\xb9','\x69','\x07','\xf5','\x8a','\xc2','\x9e','\xb7','\xad','\xae','\xff','\x45','\x4b','\xb6','\xb5','\x35','\x3f','\x1d','\xbf','\x80','\xbf','\x77','\x05','\xc3','\xc1','\xa8','\x86','\x51','\x76','\x03','\xe2','\x75','\xe5','\xb6','\xe6','\xd2','\x63','\x83','\x46','\x2c','\xd9','\x76','\xab','\x86','\x5b','\x64','\xb9','\xcb','\x50','\x85','\x6d','\x80','\x5f','\xa0','\x1a','\x4d','\x97','\x5e','\x72','\x55','\x18','\xdf','\xfb','\x70','\x80','\xa2','\x27','\x9c','\x83','\xd4','\x5b','\xec','\x28','\x7f','\x4a','\xbf','\x3b','\xa5','\xf5','\x47','\x62','\x7b','\xb9','\x6a','\xa6','\xee','\xa1','\xa0','\x7b','\xc2','\xef','\xe5','\xee','\x55','\xb2','\xe9','\x78','\x14','\x2c','\xd9','\xec','\xf8','\xef','\xc2','\x97','\xdf','\xf2','\xdf','\x23','\xa4','\x44','\xe7','\x34','\x7f','\x03','\xb6','\x18','\xd2','\xf2','\x28','\x7b','\x4a','\xff','\x4c','\x61','\xe2','\x9d','\x82','\x96','\x2b','\xe6','\x73','\xa7','\xdd','\x39','\x70','\xb3','\xe5','\xd7','\x34','\xf9','\x86','\x16','\xb8','\x51','\x0a','\x68','\x1f','\x89','\x6b','\xd7','\x7e','\xa6','\x5d','\xfb','\x7d','\xad','\xca','\xb4','\x25','\x96','\x35','\x58','\xd6','\x9f','\x98','\xc6','\x34','\x8f','\x95','\x23','\x55','\xa2','\x2a','\x18','\x70','\x0f','\x3c','\x8f','\xaa','\xe8','\xaa','\xa2','\xa9','\x4a','\x4c','\xe5','\xd3','\x89','\xc0','\xaf','\x4c','\xb6','\x49','\x7c','\x87','\x9c','\xf7','\xa7','\x9a','\xfd','\x91','\x52','\x3f','\xd7','\x5f','\xd0','\xe4','\x80','\xad','\xfb','\x8e','\x49','\x90','\xcf','\xd6','\xf1','\xbf','\x26','\xde','\x7d','\x9e','\x41','\x0f','\xca','\x72','\xdc','\x17','\x78','\xdb','\xa0','\xf1','\x2a','\x8b','\x7f','\xa4','\x99','\xd3','\x4a','\x39','\xc6','\xd6','\x83','\x6c','\xc1','\x0f','\x76','\x82','\x23','\x57','\xb9','\xfc','\x79','\xf4','\x6c','\x67','\x5f','\x38','\x71','\x00','\x3e','\xcf','\xdc','\x4f','\x81','\x50','\xbe','\x90','\xf3','\x12','\xa4','\x8e','\xcb','\x93','\x9d','\xb6','\xa4','\x2c','\x9f','\x6e','\xe6','\xd3','\x25','\x71','\xe3','\x20','\x91','\xff','\x34','\xc4','\x13','\x3a','\xf3','\x2c','\xe4','\x33','\x90','\xad','\x33','\x3d','\xd9','\x82','\x38','\x89','\x08','\x95','\x88','\xfd','\x0e','\x72','\x6c','\x0f','\x18','\x03','\x6e','\x88','\x93','\xdc','\xae','\xbf','\xc4','\xf3','\x44','\x80','\xe0','\xa9','\x87','\x1c','\xb1','\xb9','\x2d','\x8c','\x9a','\x70','\x48','\xa8','\xb3','\xc3','\x29','\xb5','\x9d','\x67','\xec','\xc1','\xb6','\x13','\x6c','\x39','\x2c','\xab','\x6d','\x99','\xb1','\xfe','\x36','\x0b','\x34','\x99','\xca','\x62','\xcd','\xb8','\x5d','\xd2','\x44','\x50','\x26','\xc5','\xb8','\xbc','\x4f','\xe8','\xd0','\xb0','\x28','\x02','\xb1','\x13','\xcd','\xdb','\xd4','\xbc','\x8a','\xe6','\xba','\xe7','\xb4','\x6b','\x6f','\x7e','\x7e','\x6f','\xe1','\xc4','\x1b','\xd3','\x0f','\xde','\x93','\xe3','\xb8','\x6b','\x9f','\xe6','\xbd','\x37','\xbf','\xe7','\xe7','\xa7','\xf6','\xd0','\x42','\x40','\x29','\x04','\x7a','\x5f','\x53','\x95','\xfa','\x4d','\x45','\xb8','\xc8','\x10','\xe5','\xd1','\x18','\x32','\x13','\x7c','\xff','\x12','\x27','\x1e','\x8e','\xf9','\x26','\x15','\x71','\x63','\xc4','\xa1','\x8f','\x63','\xf0','\x9b','\xf2','\xc3','\x1c','\x6e','\xc8','\x98','\xb9','\x41','\xf2','\xc3','\x72','\x7e','\x98','\x0a','\x70','\x05','\xda','\xcc','\x0f','\x97','\xf8','\x8d','\x83','\x2d','\xbf','\x49','\x24','\x2d','\x73','\x9b','\xd2','\x6b','\x43','\x34','\xd0','\xc5','\xb4','\xf9','\x78','\x61','\x02','\x7a','\x10','\x14','\x72','\x3d','\x05','\x99','\x14','\xf6','\xb4','\xe1','\x4a','\x65','\x30','\xea','\x14','\x6e','\xd7','\x8d','\x15','\xde','\x68','\xd5','\x1e','\x6d','\xd6','\x54','\x76','\x8e','\xc1','\x21','\x3d','\x39','\xf2','\xb3','\x59','\x9a','\xa7','\x91','\x44','\x02','\x8c','\x21','\x36','\xe2','\x87','\x14','\x0e','\x11','\x8f','\x4a','\x36','\x35','\x09','\xf1','\x17','\xca','\x4d','\xa6','\xbb','\xb8','\xfd','\xb3','\x80','\xbd','\xcf','\x15','\xf6','\x7c','\x69','\x38','\x20','\xa0','\xfe','\xa7','\xcf','\xde','\xfc','\x5f','\x3e','\xfd','\xe8','\x5f','\x7d','\x99','\x5b','\x74','\x0e','\x8e','\x2c','\x8c','\x05','\x74','\xb2','\xc3','\x8e','\x02','\x23','\x8a','\x8b','\x13','\x9d','\x85','\xb5','\x47','\xfe','\x81','\xdb','\x6c','\x8c','\xbf','\xac','\x45','\x9f','\xbb','\x5d','\x97','\x17','\x01','\xd4','\xaa','\x2b','\x8b','\x75','\xb6','\x58','\x6f','\x2e','\xd6','\x4b','\x16','\xbf','\x21','\x0e','\x12','\x4f','\xcf','\x52','\x83','\xeb','\x53','\x6e','\xc7','\x35','\x88','\x66','\x12','\xad','\x86','\x0a','\xb6','\x87','\xeb','\xd3','\x35','\xa4','\x5d','\x26','\xcc','\x6c','\xb3','\x3a','\x71','\xb7','\x65','\x77','\xfd','\xa0','\x5c','\x67','\x1c','\xf4','\xaf','\x6d','\x85','\xeb','\x9d','\x3a','\x6b','\xd6','\xc5','\x86','\xe0','\x08','\x42','\x30','\xfb','\xb1','\xcf','\x35','\x0f','\x33','\x2d','\x92','\xf0','\x50','\xa8','\xf9','\x2d','\x90','\x78','\x41','\xb2','\x6f','\x20','\x56','\xd0','\x59','\xe1','\x44','\xbb','\x90','\x8d','\x15','\x3e','\x13','\x2b','\xec','\xe9','\xa2','\xb7','\x5d','\x50','\x4a','\x00','\xd6','\x2a','\x34','\xbf','\x53','\x78','\xf4','\xbb','\x58','\x8d','\xe3','\x58','\x1c','\x1f','\x66','\x38','\xc1','\x55','\x12','\xe3','\xf6','\x46','\x82','\x48','\x16','\x2e','\xeb','\xd8','\x2d','\xa3','\x05','\x1f','\xca','\x1a','\xba','\xba','\xa4','\xc5','\x14','\xb0','\x5b','\x70','\xca','\x7d','\xa0','\xe4','\xa6','\x0d','\xb2','\x67','\x49','\xee','\x71','\x43','\x5a','\xf2','\x1c','\x76','\xd6','\xe1','\xa3','\x7c','\xa3','\x61','\x11','\xe0','\xa1','\x89','\x84','\x16','\xde','\xe1','\x7f','\x89','\xfd','\xd5','\x39','\x07','\xc1','\xdc','\xbf','\x80','\x50','\x90','\x1c','\x81','\x78','\x9d','\x42','\x09','\xd7','\x5f','\xb3','\x84','\xa6','\x08','\xb8','\xf8','\xdc','\x6e','\xb9','\x63','\x7c','\x03','\x8e','\x06','\x2d','\x2c','\x18','\x02','\x50','\xb2','\x85','\x18','\xd5','\x45','\x30','\x26','\x96','\xe4','\xf6','\x8f','\xe2','\x9e','\x08','\xba','\x87','\x28','\x89','\x2b','\x72','\x7c','\x18','\xe2','\xbd','\x84','\xfb','\x80','\xa6','\x48','\x96','\xe3','\x0e','\xef','\xae','\xb8','\xc4','\x20','\x02','\x69','\xc0','\x25','\x95','\x17','\x4e','\x30','\x0a','\xae','\x4b','\x6f','\xce','\x9f','\x81','\x5d','\xab','\x2e','\x0e','\xab','\x7f','\x3a','\x72','\xd7','\x73','\xc3','\x77','\xfd','\x49','\xda','\xfb','\x27','\x95','\x3d','\x9f','\x4f','\x07','\x9e','\x2b','\x04','\xfe','\x64','\x44','\xfd','\xfc','\xc8','\xcd','\x67','\x31','\xdf','\xd9','\xf0','\xd2','\xa1','\x29','\x28','\xd7','\x3b','\x6d','\xf0','\x07','\xa1','\x8f','\x33','\x22','\x13','\xb0','\x19','\xb9','\xd3','\xed','\x5a','\x58','\x9c','\x5f','\x90','\x21','\xce','\xa6','\x44','\x62','\x32','\x03','\xfd','\xce','\xdd','\x21','\x54','\x01','\xbf','\xbb','\x13','\x1f','\x23','\x4d','\xbb','\x7d','\x07','\x3b','\x53','\xe4','\x75','\x13','\x13','\xb8','\xa0','\xd1','\xd5','\x16','\x32','\x11','\xb4','\xe8','\xe4','\xf3','\x53','\x5f','\x3c','\x5c','\x4f','\xbb','\xeb','\x45','\xb7','\xc1','\xf6','\x7c','\xf1','\xe9','\x3d','\x63','\xfe','\x3e','\xfa','\x59','\xaa','\xc0','\x59','\xcc','\x1b','\x5c','\xef','\x44','\x34','\xa6','\x74','\x02','\x52','\x09','\xa9','\x41','\x91','\x19','\x71','\xa3','\x80','\x27','\x4d','\x2a','\x65','\xb2','\x91','\x46','\xf5','\x34','\x92','\xd3','\x0b','\x76','\x5a','\x63','\x69','\xc6','\xe6','\x7e','\x3d','\x96','\xbe','\x4b','\xc0','\x1b','\x4b','\xef','\x89','\xa5','\x03','\xb1','\xb9','\x40','\x3b','\xad','\xc6','\xd2','\x37','\x63','\xe9','\x12','\xab','\xb1','\x48','\x85','\x69','\xdc','\x0a','\xaa','\x24','\xe6','\xc7','\x02','\x3d','\xb7','\xad','\x67','\x99','\xe9','\xe1','\x1f','\x69','\xcc','\x0f','\xe7','\x17','\x97','\x5a','\x4e','\x08','\x95','\x24','\x5b','\x72','\xb7','\x87','\x2f','\x17','\x10','\x10','\x17','\x2d','\xb7','\xd9','\x14','\x61','\x9b','\x84','\x55','\xc9','\x11','\xd1','\x2f','\xbb','\x1b','\x97','\x10','\xef','\xbd','\x1b','\xe7','\xd7','\xb8','\xb1','\x2a','\xe2','\xfc','\x10','\xaf','\x2b','\xb7','\xc4','\xf9','\x17','\x05','\xfd','\x15','\xa1','\x4c','\x61','\x4d','\x6e','\x72','\x71','\xe7','\x5d','\x72','\x5c','\xf8','\x99','\x04','\x0b','\xc3','\xb9','\x83','\xa3','\x4f','\x93','\x26','\x74','\x8a','\x5d','\xf0','\x80','\x5c','\x55','\x2b','\x9a','\x6a','\xc4','\x98','\x1c','\xe3','\xce','\x22','\x57','\xa9','\x0f','\x60','\x32','\x53','\xde','\x3e','\x4f','\xc9','\xe3','\xe6','\xdc','\xdc','\x76','\xbc','\x45','\xc3','\xe2','\xbc','\x00','\x08','\xec','\x86','\x86','\x94','\xe4','\x97','\x82','\xf1','\x7e','\x1a','\xef','\x57','\xe2','\x52','\x24','\x5e','\x6e','\xc7','\xb1','\x9e','\xc4','\x7a','\x9c','\xa4','\x21','\x8b','\x43','\x8e','\x70','\xcd','\x10','\x57','\xab','\xc9','\xac','\x3f','\xfe','\xc4','\x70','\xdc','\xcb','\xe2','\x77','\xa5','\x86','\x5c','\x68','\xe8','\x2e','\x2d','\xf7','\xb9','\xe0','\x84','\xea','\x7b','\xe0','\xbd','\xb8','\x22','\x75','\xcf','\xbf','\xe6','\x2b','\x60','\x6f','\xac','\xe9','\x1c','\xfa','\x75','\x4b','\x5b','\x33','\x62','\x1c','\x5c','\xc8','\xaf','\x19','\x1c','\x64','\xcd','\x90','\xaf','\x5b','\x22','\x57','\x1f','\xb1','\x65','\xd2','\xbc','\xd8','\x7e','\x94','\x2b','\x2b','\x0a','\x88','\x71','\x3f','\x45','\xcc','\x4f','\x44','\x5a','\xa1','\x40','\x00','\xb2','\xaf','\x13','\xcf','\x9c','\xa0','\xe0','\x2f','\x8b','\xc9','\xe9','\xc6','\x33','\xb9','\xdd','\xd2','\x92','\xa1','\x83','\x14','\xf7','\x1c','\x1d','\x3f','\x4e','\x83','\xf7','\xce','\x5f','\x3a','\x04','\x50','\xb5','\x84','\x0b','\xde','\x7b','\x77','\x7f','\x81','\x68','\xe5','\x9b','\x04','\xde','\x57','\x26','\xa2','\x4d','\xa6','\x63','\x5c','\xb4','\x9a','\x6e','\xf7','\xfa','\x92','\xd0','\x5f','\x22','\x2e','\x0a','\xf5','\xff','\x94','\xf9','\xad','\xce','\xb9','\x15','\x15','\xe7','\x56','\x8c','\x25','\xb2','\xcd','\x80','\xae','\x45','\x52','\x88','\xa6','\x60','\x31','\x8b','\x7d','\xe1','\xbe','\x55','\xef','\x38','\xf1','\xf9','\x64','\x13','\xe2','\xf3','\x42','\xa5','\xee','\xf2','\x2b','\x13','\xdb','\x7e','\x65','\x02','\x61','\x76','\xd5','\x8e','\x37','\xb4','\x31','\x94','\x62','\xee','\x0a','\xfb','\xa0','\xcd','\x0a','\x38','\x79','\x03','\x87','\x6b','\x18','\x79','\xb8','\xc7','\x81','\x3d','\xdc','\xb1','\x1f','\xc6','\x6f','\xde','\xd7','\xbe','\xaf','\x80','\xef','\xab','\xe0','\x91','\x0a','\x1e','\xae','\xe1','\xe1','\x53','\xed','\xc2','\x63','\x28','\x3d','\x54','\xad','\x78','\x70','\x88','\x78','\x08','\x93','\xc0','\x74','\x6a','\x63','\xef','\x17','\x6d','\xaf','\x51','\x75','\x09','\xcc','\x5b','\xd5','\xac','\x51','\x55','\x8d','\xea','\xaf','\x1b','\xd5','\xbb','\x8c','\xa7','\xee','\xe2','\x8f','\xca','\xb7','\x86','\x3e','\x1a','\x58','\x9e','\x09','\x2c','\x4d','\xa9','\xc6','\xd4','\xcd','\xef','\x6e','\x3e','\x7a','\xa3','\x7a','\xdf','\xfc','\x53','\x71','\x57','\x5f','\xac','\xa7','\x3f','\xe1','\x86','\xd6','\xc0','\x11','\x51','\x69','\xe2','\x15','\x75','\xb5','\x60','\xee','\xb5','\xdb','\x7a','\xad','\xa6','\xd5','\x6a','\xac','\xdd','\x3e','\x1c','\x49','\xb9','\x13','\x9a','\x9b','\x2d','\xca','\xe5','\x36','\xd8','\xbd','\x2f','\x2d','\xf1','\xa5','\xa8','\x66','\xf5','\x9f','\x71','\x3f','\xae','\x6c','\xdd','\x62','\xf7','\x46','\x84','\xdc','\x70','\x7c','\x77','\x64','\x5b','\xc8','\x24','\x3a','\x17','\xd5','\xb6','\x15','\x33','\x51','\xec','\x6a','\xd3','\x7d','\x45','\x71','\x5f','\xe5','\xf2','\x06','\xc1','\x7b','\xdf','\x34','\x38','\x58','\xd5','\x68','\x5e','\xb4','\x1e','\xad','\x22','\x95','\xf6','\x70','\xc4','\xa8','\x94','\x08','\xdb','\xd4','\xdf','\x8e','\x50','\xbd','\xd7','\x82','\x17','\xc7','\x81','\x48','\x45','\xb2','\x6d','\xdd','\xc5','\x52','\x3d','\xdc','\x1f','\x62','\x0f','\x5a','\x70','\x88','\x2f','\xa3','\x11','\x39','\x60','\xef','\xb1','\x98','\x08','\xaa','\x70','\x7d','\xc5','\x6e','\xb6','\xd9','\xa3','\x86','\xd0','\x5d','\x02','\x47','\x2c','\x16','\x30','\xd8','\xae','\xf7','\xce','\xad','\xc0','\x20','\xd7','\x3b','\x3e','\xcd','\xc4','\x20','\x0f','\xbb','\x47','\x1d','\x90','\xd9','\x97','\x6c','\x51','\xbc','\x48','\xc9','\x59','\x46','\x3f','\xdc','\x4c','\x4c','\x95','\x36','\xb5','\xb8','\x13','\x0f','\xb7','\x2f','\x26','\x66','\x7c','\xfc','\x8d','\xbb','\xd6','\xd0','\x91','\x79','\x43','\x5d','\x68','\xab','\xe7','\xa8','\xfa','\x1f','\x58','\x72','\xb1','\xa1','\x2e','\xe8','\xae','\xaf','\x42','\xee','\x4c','\x19','\xba','\x8f','\xb1','\x5e','\x08','\xa9','\x42','\x94','\xee','\xc4','\xd3','\x1a','\x57','\xe4','\xae','\xa7','\xc7','\xca','\x3f','\x6c','\x48','\x17','\x90','\x07','\x4e','\xe1','\x67','\xa0','\xff','\x05','\x74','\x21','\x43','\x3b','\xe2','\x75','\x0a','\x30','\x32','\xd8','\x96','\x3e','\x4b','\xb4','\x0f','\x82','\xff','\x1e','\x07','\xff','\x3d','\xe5','\xa6','\x11','\xbe','\xfa','\xe5','\x53','\xfe','\xc0','\xb9','\x34','\xa5','\x0d','\x96','\xbd','\xd2','\x94','\xb8','\xed','\x9e','\x60','\x25','\x6e','\xa0','\x34','\xf8','\xae','\x4f','\xf8','\x10','\x2d','\xa1','\x6d','\x3d','\x58','\x30','\x25','\xbb','\x86','\x34','\x5b','\xd7','\x2a','\xb9','\x77','\x16','\x63','\x0f','\x9e','\x8e','\x15','\xb4','\xf7','\xe4','\x01','\x77','\x5b','\xe0','\xa3','\x29','\x5a','\x49','\x69','\x5d','\x63','\xaf','\x5d','\xbb','\xf9','\xda','\xb5','\x47','\x8b','\xdc','\xc1','\xac','\x1e','\xce','\x42','\xab','\xa1','\xc4','\xb4','\x8f','\xdb','\x87','\x11','\x11','\x2d','\x27','\xf9','\x2a','\xec','\xaf','\x7c','\x15','\x4d','\x56','\xf5','\x8d','\x8b','\xa9','\xb3','\xe7','\x1f','\x44','\x28','\xaf','\x83','\x3d','\x26','\x2f','\xe0','\x3d','\x0b','\xee','\x3d','\x0b','\x08','\x7a','\xc1','\x6e','\x9f','\x0b','\x3b','\xfd','\x8a','\x66','\xb9','\x42','\xed','\xc8','\x67','\x95','\xec','\x7d','\xab','\xed','\x9c','\x65','\x23','\x75','\xa9','\x47','\xb5','\x16','\x6e','\xea','\x13','\xaa','\x9e','\x73','\x2d','\xe5','\x5c','\xd6','\xdd','\x2e','\xfd','\x6e','\x55','\xbf','\xfb','\x66','\xa5','\x3f','\x69','\x2b','\xea','\xb2','\x02','\x7d','\xaf','\xbf','\xd4','\x54','\xbf','\x5c','\x52','\xab','\x4c','\x5d','\x82','\xd7','\xf6','\xc8','\xeb','\xc7','\x7e','\x8a','\xe9','\x06','\x8e','\x8c','\x23','\xfa','\xb8','\x4e','\x72','\x98','\xe4','\x6c','\x94','\xa6','\xe8','\xff','\xa0','\xfa','\xe6','\x6a','\x6a','\xb9','\xf4','\x99','\xe5','\xc6','\x67','\x9e','\x78','\xfe','\xee','\x2f','\x85','\xbd','\x4f','\xe3','\xc0','\x72','\xa3','\x77','\xd9','\xec','\x5d','\xae','\xa9','\x17','\x6d','\xf5','\x89','\x6b','\x37','\xbf','\x74','\xed','\xd1','\x27','\x37','\xd5','\x4a','\x5d','\x5d','\xbc','\xaa','\x2e','\xd5','\x8e','\x2c','\xd7','\x02','\xba','\xd9','\x8d','\xfb','\x71','\x1d','\x3f','\x09','\xf1','\x0d','\xd0','\xa7','\x42','\xef','\xc0','\xb9','\x55','\x0f','\xdf','\x14','\x5c','\x5d','\x73','\xc7','\x41','\x96','\x64','\x6a','\x9f','\xa3','\x52','\x90','\x49','\x2b','\x37','\xdf','\x4e','\x95','\xfa','\x35','\x16','\x4f','\xb0','\xa1','\x30','\x9b','\xf0','\x1d','\x39','\x8f','\xc1','\x3e','\xdc','\x79','\x9e','\x02','\xbd','\x14','\x33','\x7a','\xf1','\x35','\x2d','\x67','\xc4','\x0a','\xc5','\xd8','\xe9','\xa8','\x5b','\x84','\xec','\x40','\x3e','\x9f','\x11','\xf1','\xc3','\xcb','\x98','\x6d','\xa4','\x9b','\x1b','\xc3','\xa5','\xeb','\x6f','\xb2','\x17','\x47','\xd8','\x95','\x1d','\x71','\x89','\xad','\x75','\x28','\xd9','\x1d','\xfd','\xbe','\x00','\xfa','\x2b','\xb6','\x81','\x63','\x97','\xd3','\xee','\xcb','\x05','\xf7','\x95','\x34','\xd9','\xa8','\xc9','\x3f','\x79','\x86','\xfe','\x60','\x1f','\xfd','\xfe','\x97','\xd9','\xe5','\x5a','\x73','\xa3','\x50','\xba','\x52','\x60','\x7f','\x8b','\xd9','\x1a','\xa0','\x13','\xff','\x71','\xce','\x1d','\xca','\x96','\x38','\x8f','\x73','\x43','\x3c','\x93','\x3f','\x14','\xa5','\x31','\x45','\x89','\xb5','\xdb','\x6e','\x45','\x81','\x6c','\xc3','\xe0','\x3d','\x7b','\x6e','\x42','\x11','\x13','\xd8','\x09','\x76','\x5b','\xc4','\xb1','\xbb','\xfa','\x9d','\xad','\x27','\x34','\xd0','\xef','\x5d','\x7d','\x0a','\xcd','\x41','\xba','\xfb','\x14','\xa5','\xae','\xb6','\xf2','\x66','\x24','\x6f','\x9a','\xee','\xeb','\xfc','\xaf','\x4c','\x99','\x63','\xdd','\xa4','\x6b','\x7a','\xe0','\x7b','\x73','\xea','\x19','\xf7','\xcd','\x45','\xf9','\x51','\xbf','\x12','\x9f','\xb5','\x63','\x51','\x7a','\x98','\x4f','\xee','\x28','\x38','\xf0','\x1d','\xfb','\x30','\x16','\xf3','\x3a','\xf6','\xe1','\xcc','\x8c','\xfe','\xd9','\x19','\xed','\xdb','\xdf','\x51','\xd5','\xfb','\x0e','\xb3','\x18','\xd8','\xe1','\x11','\x38','\xcc','\x75','\xf4','\xa0','\xc2','\xf5','\xa0','\x73','\x9e','\x22','\x6e','\x58','\x04','\xbc','\xcb','\x44','\xaa','\xc5','\x6d','\x94','\xce','\xfc','\xc0','\x39','\x08','\x43','\xf1','\x16','\x8a','\x23','\x3d','\x8e','\x52','\x71','\xf2','\xa0','\xdd','\xce','\x3b','\xc1','\xf9','\x44','\x42','\x86','\x73','\xcf','\x58','\xe0','\x78','\x32','\xa0','\x32','\x55','\x65','\x37','\x55','\xf6','\xa8','\xb8','\x51','\x8f','\xb3','\xf8','\xcd','\x91','\x23','\x2f','\xd8','\x01','\xee','\x07','\x60','\x21','\x7f','\x86','\x87','\x39','\xd0','\x33','\xcf','\xa0','\x42','\x41','\x2f','\x14','\x52','\xbf','\xf3','\x3b','\xf9','\x5a','\x2d','\xff','\xd5','\xaf','\xde','\xe5','\x15','\xc1','\x55','\x31','\x54','\x40','\x8d','\x05','\x92','\xc9','\x77','\x1b','\x07','\xe2','\x48','\xc9','\x4e','\xdf','\x40','\x94','\x84','\x14','\x31','\x9d','\x9b','\xd1','\xc9','\xa6','\xf0','\x53','\x0c','\x37','\x9f','\x6a','\xe8','\x9f','\x60','\xc8','\x63','\x46','\xa0','\xc9','\x55','\x18','\xff','\xe6','\x23','\xe0','\xe7','\x46','\x18','\x57','\xd0','\xce','\x49','\x51','\xc2','\xd5','\xe4','\x1e','\x01','\xff','\x80','\xf2','\xa5','\x78','\xe0','\x80','\xdf','\x6e','\xbb','\x06','\x23','\x1c','\xf3','\x83','\xfb','\xe1','\x1c','\xff','\x23','\x1a','\xfb','\xe8','\x47','\xdd','\xff','\xe5','\xef','\xdc','\xd5','\x8b','\x7b','\x9e','\xf0','\xdd','\xcd','\x95','\x57','\xb9','\x45','\x45','\x52','\x49','\x53','\x13','\x71','\xda','\x6e','\x37','\xe7','\x84','\xf8','\x9c','\x4f','\x15','\x7d','\x22','\x42','\x9e','\x38','\x40','\xf8','\x62','\x7e','\x22','\xe2','\xba','\x27','\xa2','\x2b','\xff','\xb7','\xc6','\x71','\xe4','\xb3','\x13','\x4f','\xe0','\x43','\x6d','\xa4','\xf5','\x8d','\xb4','\xb6','\x91','\x86','\x78','\x4b','\x27','\x2e','\x01','\x29','\x5c','\xb2','\x30','\x5a','\x3a','\xe7','\xef','\xc9','\x96','\xb0','\xc7','\x40','\x97','\x6d','\xdb','\x63','\x2c','\x15','\x88','\x95','\xbc','\xdc','\xbf','\x88','\xa5','\x5c','\x31','\xd3','\x15','\xab','\xcc','\xb7','\x6d','\xcd','\x25','\xb3','\x1e','\x1f','\x43','\xc6','\x5d','\x6d','\x83','\xcf','\x8f','\xcc','\x96','\x64','\x36','\x45','\xd9','\x54','\x6f','\xfb','\x23','\xdc','\xc7','\x6d','\xb2','\x48','\x89','\x7b','\xba','\x23','\x53','\xf1','\xd6','\x8f','\xd4','\xb5','\xf3','\x47','\x24','\x1f','\x25','\xbb','\xed','\x5e','\x45','\xc4','\x57','\xdd','\x29','\x0d','\x19','\x9d','\xe7','\x49','\xb6','\xdc','\xc2','\x20','\x00','\xf9','\x2c','\xea','\xc2','\x58','\xb2','\xd5','\x74','\xa1','\x12','\xff','\x45','\x5c','\xf5','\xb8','\x10','\x73','\xf5','\x74','\xf3','\x7f','\xb8','\x91','\xd0','\xc2','\x65','\x3e','\x94','\xc2','\x8d','\x04','\x14','\x67','\xfa','\xde','\x74','\x4e','\xf8','\xb3','\xac','\x3f','\xe2','\xee','\x67','\xee','\x78','\x90','\xe4','\xfc','\xf2','\x3a','\xee','\x17','\x53','\xb4','\x23','\x1e','\xde','\x69','\xe9','\xd7','\x99','\x9f','\xa0','\x0c','\xa4','\x20','\x01','\xe2','\xb5','\xab','\x82','\x71','\x9a','\x2d','\xd8','\xaf','\x68','\xe8','\x83','\x8c','\xeb','\x6b','\x3e','\x6d','\xeb','\x1c','\x14','\xaa','\x5a','\xec','\x03','\xb4','\xc7','\x13','\x90','\x2a','\xec','\x2c','\x6e','\x6e','\x90','\xd2','\x15','\xc2','\x3c','\xd5','\xb8','\xa5','\xa8','\x8d','\xc8','\x11','\x94','\xa2','\x48','\xe7','\xf3','\x4c','\xbb','\xfc','\x2d','\x68','\x3c','\x8d','\xe6','\xca','\xfa','\x74','\x5a','\x9b','\x4e','\xc7','\x04','\xdc','\x73','\x73','\xee','\xe9','\x34','\xff','\x2b','\xb9','\x27','\x05','\xf4','\x08','\x5b','\xe7','\xdd','\xdc','\x3e','\xec','\x1e','\x79','\x3b','\xf6','\x98','\x23','\x7f','\xbc','\x42','\xfe','\xb8','\x96','\x23','\x2e','\x83','\xcd','\x2f','\xa6','\xb2','\x76','\x5b','\x5d','\x4c','\x71','\xb8','\x2e','\x59','\x7b','\x16','\x27','\x01','\xa0','\x83','\x26','\x39','\xd4','\x4b','\xd6','\x4d','\x23','\xf5','\x68','\x50','\x8b','\xdf','\xfb','\x91','\xd8','\xe1','\x4f','\x1d','\xce','\x3f','\x70','\x64','\x31','\x4d','\xdd','\xa9','\x08','\x24','\xfc','\x09','\x32','\x73','\xfe','\xd2','\x89','\xee','\x92','\x17','\xf5','\x6a','\x5a','\xbb','\x76','\x5a','\xd8','\x2d','\x96','\xbb','\x94','\x74','\xaf','\x8e','\x78','\x1d','\xbb','\xc5','\xc9','\x2b','\xe0','\x7e','\xca','\x04','\x2a','\x3d','\x1e','\x81','\xc9','\x59','\x27','\x6c','\xc1','\x77','\x24','\x0c','\xf2','\x70','\xfb','\x1c','\x76','\x12','\x92','\x49','\xe0','\xfc','\xe2','\x33','\x51','\xed','\xc1','\x68','\xec','\xc1','\x4c','\xec','\x91','\xd7','\xc4','\x79','\x8a','\x41','\x1e','\x2c','\xca','\x9f','\x89','\xd2','\xac','\x38','\xff','\xda','\x19','\xff','\x71','\xce','\x9b','\x44','\x9e','\x4c','\xa4','\xc4','\x15','\x13','\x10','\x38','\xf4','\xb7','\x3f','\x82','\xb4','\x6b','\x48','\xbb','\x32','\xdf','\x32','\x4e','\xec','\xa9','\x64','\xf7','\x78','\xb2','\xef','\xe9','\xd9','\xf3','\x96','\xb5','\x47','\xd6','\x38','\x02','\xb2','\xd6','\xdb','\x2a','\x28','\x39','\x1b','\xf2','\xac','\xf2','\xda','\xe3','\x6d','\x48','\xdc','\x72','\x90','\xd0','\x84','\x76','\x53','\x80','\x57','\xcd','\x31','\x6a','\x21','\xae','\x15','\x6e','\x74','\xce','\xe3','\x2c','\x2b','\x66','\x18','\x6e','\x01','\x62','\x59','\x4e','\x7c','\xa3','\xff','\x97','\xc4','\x37','\x9c','\xf8','\xfc','\x46','\x9a','\x83','\x6f','\x0a','\x71','\x4e','\x84','\x34','\x49','\x8e','\x09','\x95','\xe1','\x16','\x2a','\x83','\x28','\x11','\x59','\xe6','\xe2','\x6c','\x7c','\x47','\x3c','\xdc','\xcd','\x05','\xec','\xee','\x73','\x7c','\x44','\xb8','\x31','\x9d','\x6c','\x62','\x8d','\xcb','\x53','\xe8','\x06','\x38','\x5f','\xd7','\xa6','\xeb','\x1a','\xdb','\x9c','\x63','\xd7','\xc6','\xdc','\x0d','\xe4','\xbe','\xda','\x02','\xfb','\xc7','\xa9','\x51','\xbd','\xda','\x62','\x26','\x6a','\x5e','\x6d','\x95','\xb8','\xce','\xbc','\x68','\xed','\xb4','\x7b','\x3b','\xf6','\x33','\x77','\xe5','\x5c','\x3a','\xda','\xb3','\x8c','\x64','\x05','\xf2','\x64','\x64','\x25','\xc6','\x21','\x82','\x87','\x9d','\x7c','\x00','\x11','\x3c','\x84','\xf8','\x61','\xd2','\xea','\xe4','\x03','\x24','\x2d','\xf0','\x19','\x43','\xa3','\x89','\x84','\x9f','\x9a','\x52','\x04','\x81','\xe3','\x00','\xcd','\x38','\xc4','\x39','\x11','\xd7','\x3f','\x0b','\xd8','\x9d','\xba','\xc1','\x0d','\x7f','\x94','\xc7','\xe8','\xae','\x1b','\x33','\xc4','\x8b','\x64','\x6a','\xca','\x6c','\x86','\x3e','\x72','\x91','\xdb','\xa5','\x23','\x08','\x35','\x6d','\xab','\xb4','\x4d','\x23','\x3d','\x9b','\x80','\xa0','\xf3','\x6e','\x3d','\x28','\xeb','\xc8','\x5d','\x9f','\x7f','\xf3','\x79','\xed','\x63','\x07','\x19','\xc7','\xdf','\x45','\xdd','\x5f','\x3a','\xec','\x7e','\xee','\x94','\x57','\xea','\x91','\x9d','\xe3','\x14','\x21','\x76','\xb6','\xe5','\x0f','\x1c','\x60','\xd2','\x23','\x3a','\xed','\x43','\x74','\xd7','\xf9','\x29','\x84','\x92','\xba','\x79','\x17','\xdc','\x1f','\xa4','\xcc','\xfd','\x91','\x15','\x77','\xfe','\x0a','\x79','\xff','\xa7','\x64','\x59','\xa1','\xdc','\x95','\x3d','\x30','\xa9','\x72','\xfd','\xf5','\x93','\xe9','\x12','\x97','\xbf','\x93','\x4b','\x6c','\x72','\x92','\x19','\x85','\x23','\x06','\xf4','\x95','\x15','\xf1','\x79','\x8a','\x3d','\x16','\xae','\x20','\x54','\x81','\x23','\x5d','\x28','\xc1','\xb9','\xf8','\x0a','\xa4','\xde','\x44','\x98','\xfb','\xf1','\xa0','\xfb','\x05','\x83','\xf8','\x1a','\x72','\x62','\x86','\x36','\xc2','\xfd','\x7c','\x5b','\xf1','\xe7','\x29','\xb7','\x4a','\x1a','\x04','\xfc','\x77','\xcb','\xc3','\xee','\x79','\xd3','\x10','\x42','\x8f','\x2b','\x28','\x47','\xf4','\x75','\xf0','\xbb','\x63','\x0b','\x1e','\xb6','\xe0','\x76','\xff','\xfb','\xdf','\x76','\x7f','\xe9','\x00','\xf9','\xd2','\x01','\xf9','\xdf','\xff','\x36','\xd4','\x84','\x2e','\xb8','\xd9','\xbf','\xff','\xed','\xe6','\x97','\x0e','\x94','\xbe','\x74','\x80','\xdf','\xf0','\x1f','\xe0','\x48','\x2c','\x8c','\xd2','\x05','\x1a','\x71','\x99','\xf4','\x84','\x4e','\x4e','\x00','\x9f','\x03','\xa4','\xea','\xaf','\x21','\x9d','\x18','\x5a','\xf4','\x99','\x58','\x71','\x24','\x76','\xaa','\xd9','\x39','\x5f','\x2e','\x5b','\xf2','\xe4','\x24','\xe5','\xe0','\xb2','\x8b','\xcf','\x33','\xc2','\x8f','\x76','\x83','\x87','\x10','\x3f','\x74','\xe2','\xea','\x50','\x7c','\xda','\xf5','\x2f','\x2e','\xbd','\x82','\x7a','\x90','\xbe','\xbf','\xaa','\x3d','\x5e','\x8f','\xbd','\x40','\x20','\x6f','\xc7','\x6e','\x6d','\xdb','\xab','\x4e','\x7e','\x14','\x97','\x87','\x4e','\x7e','\x02','\x57','\xa9','\x32','\x62','\xc1','\x52','\x82','\x05','\xb9','\xbd','\x11','\x39','\x11','\xa1','\x9f','\x39','\x40','\x1e','\x1c','\x26','\x0f','\x1e','\x40','\x0f','\x1e','\x44','\x6b','\x11','\xfd','\x7a','\x3b','\xb5','\xa1','\x3c','\xb8','\x4e','\x1f','\x5c','\x8b','\xe0','\x2d','\xfd','\x7e','\x95','\x2b','\x2f','\x93','\x83','\x71','\x3f','\x65','\x6d','\xa5','\xb4','\xb6','\xc2','\xd6','\xb8','\x8d','\x40','\xd9','\xe5','\x70','\x62','\xc3','\x47','\x37','\xb1','\xe2','\x2b','\x11','\x02','\x41','\x63','\x0c','\xb5','\xfa','\x1a','\xd2','\x21','\x5f','\x2b','\x0b','\x0e','\xbe','\xfb','\xb0','\x13','\x67','\x13','\x87','\xe6','\xb2','\x47','\xe6','\x52','\x93','\xc6','\xa9','\xfa','\x97','\x2b','\xcd','\x3d','\x66','\x29','\xbe','\xa2','\xfe','\xe5','\x2a','\xdb','\xf3','\x34','\x53','\xcf','\x1f','\x79','\xa1','\xd2','\xf9','\x5e','\x3b','\xe3','\x00','\xe7','\xdc','\xf3','\x7f','\x31','\xe3','\x24','\x99','\xc5','\x46','\x67','\x7a','\x1c','\x53','\x9c','\xab','\x1e','\x1f','\x92','\xf9','\x7b','\x0d','\xdb','\x09','\x86','\x9b','\x5a','\xfa','\xd1','\x33','\x23','\xec','\xfe','\x2f','\xb3','\x4c','\x85','\xd5','\x49','\xc2','\x84','\x3c','\x90','\xc8','\x04','\x1f','\x47','\xd4','\x47','\xf3','\x41','\xf4','\xc3','\xae','\x85','\x96','\x5e','\x8e','\x68','\x43','\x2c','\xb6','\x37','\x12','\xdb','\x9b','\xf6','\x70','\xbb','\xce','\x9f','\x22','\xfd','\x11','\x39','\xce','\x68','\x8e','\xcf','\x83','\x9f','\x7b','\xaf','\xcd','\x69','\x5a','\x9a','\x16','\xef','\x7d','\x1a','\x4e','\x55','\x9c','\xf7','\x3e','\xa8','\x6e','\x06','\xde','\x5a','\xf2','\xf6','\xea','\x5e','\xe5','\x9c','\x4b','\x69','\xba','\x7e','\xcd','\x9c','\x6f','\x66','\xb2','\x4a','\x42','\x55','\xa6','\xd5','\xde','\xa7','\xee','\xda','\xe7','\xbf','\xab','\x19','\xf7','\xf6','\x2e','\xef','\xe9','\x3d','\x17','\xe8','\x6d','\x06','\x7e','\x6d','\x51','\x55','\x2a','\x37','\x9b','\xf5','\x12','\x9a','\x52','\xd9','\x7e','\xb5','\xfa','\x98','\x4a','\x7f','\x78','\x54','\xf2','\x53','\x22','\x29','\x29','\x48','\x0b','\x74','\xd8','\x10','\xa1','\x83','\xaa','\x46','\x75','\x4d','\xf8','\xef','\x72','\x2a','\x26','\x9f','\x84','\xf3','\x5c','\x39','\x45','\xe4','\x71','\x91','\x57','\x10','\xa1','\x71','\x85','\xe5','\x82','\xcd','\xbf','\x7f','\xe4','\xf1','\xbb','\xd3','\x20','\x34','\xfa','\x4b','\xea','\xcb','\xc1','\xc4','\x55','\x02','\xfb','\x4b','\x50','\x37','\x00','\x35','\xbd','\x30','\x56','\x21','\xaf','\x00','\xda','\x16','\x22','\xbe','\x14','\xf3','\x34','\xe2','\x8e','\x2b','\x10','\x4c','\x28','\x25','\xe5','\x4b','\x6f','\xf6','\x77','\xe2','\xc6','\x3f','\x6f','\xaa','\xbe','\x12','\xa4','\xde','\x70','\xe3','\xa3','\xa4','\xda','\xc9','\x44','\x33','\x44','\x75','\x1c','\x89','\x78','\x02','\x25','\xec','\x3d','\xff','\x8c','\xd7','\xfd','\x8c','\x8b','\x63','\xf2','\x99','\xf9','\xd3','\xcf','\xe4','\xfe','\xfc','\x19','\x35','\xf0','\x0c','\xa3','\xc3','\xee','\xc3','\xc3','\xee','\xa1','\x61','\xf9','\xc4','\x33','\xf2','\x3b','\xcf','\xf4','\x2b','\xc3','\x54','\x19','\x56','\xed','\xe1','\xe6','\x3d','\xf8','\xd1','\xbd','\x18','\xec','\xcc','\xdf','\xe6','\x3e','\x48','\xe5','\x48','\x73','\x2c','\x80','\xc8','\x76','\x1c','\xd2','\x69','\x33','\x96','\x22','\x22','\x4e','\xdb','\x3d','\xa7','\x76','\xec','\x5e','\x8d','\xc8','\xdd','\x5e','\x51','\x4c','\x43','\xcd','\x06','\x2a','\x39','\x9d','\x2a','\xb9','\x34','\xd3','\xa1','\x71','\x65','\x1f','\xb7','\xc7','\x3c','\x48','\xc1','\x20','\x78','\xa9','\x93','\x9f','\x29','\xf2','\x25','\x52','\xe5','\x56','\x3e','\x25','\x73','\x40','\x70','\x03','\xa1','\x3d','\xaf','\xcc','\xee','\x39','\x30','\x19','\xe0','\xb0','\x37','\xd4','\xf7','\xe5','\x6f','\xbe','\xef','\xb7','\x1f','\xfd','\xff','\xfe','\xb6','\xfa','\xfe','\x49','\x75','\xe8','\x37','\xe2','\xff','\x8f','\x3f','\x89','\xbd','\x7a','\xf6','\xf0','\xbf','\x90','\xba','\xfa','\xe2','\x23','\xe1','\x36','\x28','\x0b','\xa4','\x19','\xf3','\x6f','\x55','\x4e','\x08','\x65','\x91','\x95','\xd1','\x9e','\xb7','\x7f','\xbc','\x87','\x4f','\xf2','\x7b','\x3e','\x1a','\xd8','\xf3','\x9b','\xbd','\x6f','\xfd','\xa6','\xa2','\x8d','\x33','\xad','\xd6','\xcc','\xfe','\xe6','\x1f','\xd8','\x9f','\x60','\xd3','\x1f','\x65','\xf0','\xc7','\xf1','\x44','\xee','\xc7','\x54','\xab','\x45','\x06','\xb9','\x24','\x5a','\xf2','\xaa','\xe7','\xc8','\xd7','\x0c','\xf4','\x7a','\x0b','\x9d','\xa8','\xea','\x6b','\xcb','\xd9','\x13','\xcf','\xc4','\x7e','\x97','\xab','\x18','\x13','\xf2','\xbe','\x5e','\x46','\xf2','\x0d','\xb2','\xe7','\x8f','\xda','\x81','\x1c','\xb9','\x27','\x47','\x0e','\x83','\xbf','\x63','\x75','\xfd','\x1d','\xc0','\xb1','\x97','\x2d','\xba','\x4e','\xb8','\xdc','\x08','\x20','\x10','\x86','\x5e','\x1d','\x71','\xa5','\xec','\xfa','\xfc','\xf0','\x3c','\xdf','\x17','\x4b','\x11','\xb5','\x5a','\x52','\xbf','\x5a','\xba','\xeb','\x9b','\xff','\xee','\xae','\x2b','\xdf','\xda','\xf3','\xf9','\xf7','\xee','\x59','\x1a','\x0e','\xe8','\x28','\x30','\x6f','\xaa','\x03','\xfa','\xcd','\x40','\xf5','\xf1','\x80','\x15','\x0b','\xe8','\x1c','\x87','\x03','\x9d','\xfc','\x5e','\xa1','\x97','\x19','\xf1','\xb4','\xbc','\xb8','\x87','\xcb','\x67','\xd7','\x12','\x9e','\x3f','\xbf','\x71','\xa2','\xa5','\x64','\x97','\xe8','\x83','\x67','\x5b','\x77','\xe9','\xc8','\x7b','\xb1','\xb5','\xe7','\x09','\x99','\x23','\x70','\xb1','\x15','\x78','\x42','\x56','\x9f','\x90','\x6f','\x86','\x5b','\x8f','\x22','\x14','\xe7','\x32','\x73','\x72','\xf2','\xf0','\xe4','\x64','\x62','\x92','\xcf','\x9b','\xad','\x24','\x4a','\x84','\x15','\xf8','\xfa','\xc7','\xfc','\x4d','\xf4','\xf0','\x79','\x6e','\xe9','\x3d','\x22','\x5f','\xb4','\x87','\x72','\x40','\x7c','\x9e','\x2b','\xee','\xbf','\xfd','\xb0','\xfc','\x9f','\x8b','\xf4','\x3f','\x1b','\xf4','\x32','\x61','\xd7','\x5f','\x6b','\x5e','\x26','\xa5','\x17','\x08','\xab','\xd5','\xd9','\x9f','\x16','\xd5','\x27','\x8b','\x47','\xf6','\x93','\xbe','\x1e','\x92','\xd2','\xf1','\x7b','\xf9','\xbf','\x5a','\xd2','\x99','\xb1','\x84','\xaa','\x15','\xb4','\xbc','\xb0','\xb8','\xb2','\xf0','\xc1','\x8b','\xed','\xbc','\x72','\x86','\xc3','\xdd','\xf7','\xcd','\x7b','\xef','\x7d','\xf2','\xde','\xa7','\xbe','\xf9','\x6b','\xcb','\x67','\xd8','\xf2','\x99','\xc8','\xf2','\x19','\xed','\xa9','\x6f','\x36','\xfe','\xec','\x49','\x7e','\xd5','\xf8','\xbd','\xc0','\x1f','\x2c','\x7f','\x55','\x5d','\xae','\x8c','\xd3','\x4a','\xdc','\xb2','\xfb','\xe5','\x0a','\x87','\xd4','\x6a','\x4b','\x72','\x65','\x41','\xae','\x4c','\xb4','\xda','\xb9','\x1e','\xfc','\xaf','\xca','\x6f','\xde','\xdd','\x83','\xef','\x4e','\xde','\xb8','\x7b','\xff','\x70','\x7f','\xf2','\x46','\xff','\xfe','\xe1','\xbd','\xfb','\x87','\xe3','\xc9','\x1b','\x6f','\x60','\xfc','\xb8','\x1f','\xc7','\xdf','\x53','\x8b','\xdf','\x53','\x88','\x4f','\x17','\x8e','\xf5','\x84','\xfa','\x11','\x89','\x68','\x29','\xee','\xc0','\xd2','\x6b','\x1a','\xbd','\xc2','\xad','\x42','\xcd','\x55','\x49','\xcf','\x63','\x7b','\xbc','\xb5','\x94','\x47','\xe7','\x4e','\xbb','\x32','\xd2','\x8f','\x33','\xf7','\x7c','\x94','\xe3','\x20','\x47','\xfc','\xc7','\x09','\x06','\xea','\x57','\x79','\xc9','\x48','\x64','\xe5','\x83','\xd9','\xa5','\x83','\xd9','\x4f','\x15','\x73','\xbf','\xf3','\xc0','\x63','\xc3','\x95','\xc3','\x27','\xa0','\x64','\x2e','\xd0','\x16','\x71','\x09','\x6b','\x0e','\x2d','\x8e','\xa3','\x6f','\x7c','\x54','\xff','\x9f','\x3e','\x9a','\x72','\xa1','\x3c','\xf7','\x2f','\x36','\x52','\xee','\x8d','\x14','\x04','\x57','\x37','\x26','\x39','\x20','\xce','\xc6','\xd7','\x70','\x5d','\x6b','\x5e','\x99','\x2c','\x5d','\xfd','\x30','\x5b','\x2a','\xa9','\x4b','\xe3','\x6a','\x79','\xe2','\xe8','\x68','\x99','\x46','\xc6','\x22','\x29','\x59','\x39','\x65','\x04','\x52','\x07','\x03','\xe7','\x9b','\x68','\xe5','\x5e','\xf4','\x07','\x15','\x3d','\x25','\xa7','\xfe','\xf5','\x93','\xb9','\x66','\xf9','\x33','\xff','\xf2','\x7f','\x96','\x27','\x97','\xf6','\xfc','\xf6','\x37','\x03','\xff','\xf2','\x7f','\xee','\x4b','\xdd','\xcf','\x77','\x90','\x6a','\xb7','\x18','\x72','\xf4','\x0e','\x77','\xc4','\x2c','\xa8','\xbf','\xe9','\x9e','\xa3','\x41','\x46','\x5d','\x02','\xc1','\xa1','\x81','\x6d','\x49','\x2b','\x25','\x1f','\x6b','\xfc','\xd1','\x5e','\xdd','\xe5','\x43','\x68','\x06','\x79','\x4c','\x48','\xd5','\x17','\x89','\xfd','\x90','\xa5','\xe9','\x0e','\x26','\xc8','\x61','\x46','\x47','\xb4','\xc4','\x63','\xd0','\x2d','\xd9','\xe1','\x7d','\xf2','\xa0','\x99','\x20','\x4a','\x36','\xa0','\x37','\xc8','\x76','\x3f','\x44','\xc0','\xd2','\x66','\xf4','\x1f','\xea','\xd1','\x7a','\xed','\x90','\xf1','\xc2','\xc3','\x64','\xbd','\x48','\xcd','\x3a','\xbd','\x52','\x67','\x2f','\x12','\x54','\x27','\xe8','\x47','\x7d','\x9e','\xcd','\x80','\xab','\x1a','\xe0','\xde','\x16','\x14','\x10','\x6b','\x11','\xd3','\xd4','\x5c','\x50','\xf4','\xa7','\x07','\xd1','\x36','\xaf','\xbe','\x80','\x97','\xe1','\x43','\x3f','\x1b','\x3e','\xf4','\xdc','\x9b','\x87','\x62','\xc3','\x0f','\xc7','\x86','\x8b','\xb1','\xe1','\xba','\x00','\x11','\xe8','\x8b','\xdf','\x08','\xc4','\x86','\x03','\x0c','\xf7','\xae','\x62','\x75','\x15','\x0f','\xae','\x62','\xa8','\x14','\x66','\x63','\xdc','\xc8','\xdb','\xc9','\xe3','\x4a','\x44','\x28','\xf5','\xd0','\x9b','\x73','\x87','\xbe','\x33','\x76','\x28','\x81','\x1f','\x66','\x18','\xc6','\x89','\xbf','\xb9','\x3d','\x0e','\x1f','\x84','\x23','\x7e','\xa3','\xf7','\xdb','\xc3','\xb7','\x8e','\xa3','\x38','\xdd','\xbe','\x50','\x07','\x55','\x14','\x6d','\x91','\xe8','\xf5','\xf6','\xa1','\x2a','\x79','\x98','\x92','\x22','\x05','\x62','\xef','\x7a','\x97','\x07','\xa9','\x0f','\x48','\x98','\x50','\xa0','\x8a','\x94','\x4d','\xc4','\x36','\x51','\x64','\x93','\x8b','\x61','\x9c','\x0a','\xdb','\x3a','\xdd','\xd5','\x8f','\x0c','\x3a','\x77','\xbe','\x6e','\x47','\xff','\x1e','\x1d','\xfa','\x12','\x7a','\xff','\x10','\x2a','\x4e','\x90','\xa2','\xd4','\xae','\x4b','\xa8','\xde','\x6d','\xe1','\xd1','\x27','\xe1','\x80','\x64','\x07','\x16','\x90','\xb2','\x8e','\xd8','\x3a','\x8a','\xac','\x43','\x86','\x7c','\x4a','\x1c','\x49','\x6f','\xf3','\x0c','\x38','\xad','\xb2','\x5c','\xfa','\xa1','\xb5','\xca','\xa1','\x4b','\xf6','\x21','\xb5','\xf2','\xb0','\x68','\x94','\x53','\x57','\xd3','\xf5','\x38','\xff','\x52','\x23','\xe4','\xf0','\x48','\x5f','\x62','\x84','\x4f','\xce','\x9d','\xe7','\x67','\x47','\xff','\x2f','\xe2','\x6f','\x7b','\x29','\x39','\xb4','\x49','\x0e','\x2d','\x93','\x43','\xc9','\xfa','\xc3','\x91','\x7a','\x31','\x55','\xaf','\xa3','\x7a','\x5d','\xa9','\x93','\x70','\x9d','\xd0','\x60','\x1f','\xa5','\x01','\xda','\x0a','\x54','\x99','\xb2','\xd9','\xc3','\x36','\x7b','\x22','\x9b','\x3d','\x1a','\x95','\xe0','\x7b','\xf9','\xdb','\xdb','\xef','\x4b','\xad','\x11','\xb5','\xe2','\x55','\x2b','\x87','\x6e','\x56','\x0e','\x3d','\xfb','\xdd','\x43','\xc9','\x76','\xf7','\x79','\x00','\x44','\x4d','\x93','\x78','\xa1','\x2f','\x3e','\xdc','\xcf','\xe7','\x79','\x64','\xa4','\xf7','\x3b','\x23','\xea','\xf3','\x23','\x9d','\xe7','\x49','\xb6','\x75','\x86','\xdd','\x92','\xee','\x11','\xe7','\x95','\x3e','\x09','\x5c','\x83','\xa0','\x3f','\x45','\xfd','\xa9','\x44','\xbf','\x36','\xd3','\x1f','\xd9','\xe4','\x3a','\x34','\x0e','\x5d','\xc9','\xe9','\xba','\xaf','\x5f','\x18','\xc9','\x0e','\x3a','\x7d','\x27','\xc7','\x15','\xe5','\x04','\x61','\x6b','\x95','\xc6','\xda','\x59','\x73','\x6d','\x01','\x21','\xd3','\x6f','\x37','\x3a','\x05','\xbc','\x3d','\xb2','\xeb','\xcf','\x7c','\xe5','\x4d','\x22','\x05','\xa9','\xd4','\xa7','\xe0','\x40','\x44','\x94','\xa2','\x00','\xef','\x10','\x6b','\x85','\x81','\x04','\x00','\xfe','\x13','\xc5','\x5f','\xb7','\x8d','\xd3','\x7d','\x5f','\x94','\x78','\x2c','\x60','\x56','\x7d','\x8d','\x45','\x7f','\xc8','\x0e','\x7d','\x49','\x3b','\x34','\x68','\x3e','\xec','\x32','\x8b','\x52','\xa9','\x8e','\x93','\x75','\x12','\x02','\x32','\x70','\x0d','\xf5','\x85','\x2d','\x87','\x7f','\xab','\xb7','\x2a','\x68','\xa4','\xab','\x44','\x0b','\x5b','\x5c','\x21','\xc3','\x41','\x1a','\xfc','\x27','\x8a','\xbf','\x3a','\xbd','\x6e','\x19','\x0e','\xb7','\x9c','\xf4','\x48','\x2c','\x6a','\x67','\x44','\x0c','\x86','\x79','\xec','\x96','\x48','\xee','\x20','\x1e','\xbb','\xad','\xf4','\x90','\x7b','\x06','\xc9','\xfe','\x5e','\x6e','\x5f','\x3e','\xbd','\x4e','\xe9','\xba','\x28','\x98','\xe9','\x3e','\x0f','\xb4','\x05','\xf1','\xca','\xcc','\xfb','\x5f','\xb4','\x43','\x5f','\x37','\x0f','\xb9','\xf4','\xf7','\x4b','\x66','\x11','\x97','\x8a','\x24','\x59','\x57','\xcf','\xd5','\xd7','\x74','\x60','\x59','\x11','\x1d','\x3f','\xfb','\xc2','\xad','\x80','\x4b','\xef','\x9d','\xaf','\x70','\x67','\x79','\x70','\x5e','\x87','\xfd','\xe5','\xd2','\x75','\x97','\xbe','\x93','\x5f','\x0b','\x70','\xb1','\x15','\x6d','\xd1','\xe8','\x26','\x3d','\x54','\xa5','\x0f','\x87','\x5b','\x45','\x4a','\xeb','\x08','\xd5','\x83','\x0d','\x42','\xaf','\x10','\xfa','\x62','\x1f','\xad','\x07','\xc2','\x9b','\x81','\x6a','\x43','\xd9','\x34','\xd9','\xe6','\xe5','\x08','\xbd','\xac','\x95','\xd7','\x53','\x09','\x5b','\x8f','\xcc','\xed','\xe8','\xd7','\x26','\x98','\x3c','\x75','\x25','\xfa','\x6a','\x30','\xba','\x41','\x0f','\x55','\xd8','\xc3','\x38','\x52','\x44','\xe9','\x7a','\xd9','\xae','\x3b','\x99','\x53','\x0a','\xe9','\x0b','\xb7','\x61','\x7e','\xaa','\x44','\xd9','\x84','\x43','\x87','\xc8','\xe6','\xf6','\xfc','\xc0','\xf7','\xc2','\x82','\xaf','\x89','\x6b','\x71','\x9a','\xf2','\x32','\xe3','\x90','\xdd','\x3e','\xf4','\xed','\xcc','\xa1','\x58','\xe6','\x61','\x41','\xcc','\x5e','\x1f','\x99','\xad','\x1f','\x1e','\x25','\x09','\x42','\xd4','\x7a','\x9f','\x6a','\x04','\x38','\x6c','\xbb','\x77','\x21','\xa5','\x56','\x22','\x11','\xae','\x63','\x48','\x38','\x45','\x7d','\x7a','\x03','\xa7','\x62','\xa4','\xfc','\x76','\x3b','\xbb','\x40','\x38','\x1e','\x7c','\x8e','\x3c','\xf8','\x36','\xc9','\xc7','\x1d','\x58','\x0f','\xc6','\xc9','\x83','\x6f','\xa0','\x07','\x9f','\x43','\xd9','\x85','\x1e','\xc0','\x97','\xa4','\xf2','\xdb','\xd0','\xda','\xe6','\x8e','\xeb','\xe7','\x28','\x31','\xe2','\xed','\x76','\x9c','\xd5','\x3b','\xb0','\xea','\x71','\xe2','\xc0','\x82','\xab','\x65','\xc6','\x99','\x39','\xc4','\x2e','\xe7','\x38','\x0e','\xaf','\x4f','\x00','\x9f','\xdc','\xdc','\x9d','\xd7','\xa1','\x02','\x92','\x13','\x8e','\x53','\x2e','\xda','\x39','\x86','\x73','\x11','\x9c','\xfb','\x48','\x2d','\x77','\xf1','\x46','\x99','\xd6','\x72','\x5b','\x08','\xd7','\xe0','\x8f','\xc8','\xa7','\xc1','\x3c','\xcd','\x8a','\x3a','\x9f','\x5b','\xc7','\xb9','\x23','\x4f','\xf2','\x81','\xfd','\xca','\x41','\x77','\x97','\x24','\x19','\xe5','\xaf','\x3a','\x55','\x69','\x25','\xc8','\x4e','\x44','\x39','\x0d','\xd6','\x3f','\x1c','\xd6','\x4f','\x0b','\x40','\x5f','\x7b','\xa4','\x8d','\x09','\x7e','\x2d','\x73','\xab','\x87','\x02','\x70','\x00','\xdb','\x56','\x94','\x6f','\x79','\x47','\x8e','\x85','\x2d','\x78','\xef','\xdd','\x06','\xb2','\x7d','\x2e','\x1d','\xe4','\xf3','\x45','\x4b','\x59','\xd3','\xd9','\x9a','\x1e','\x59','\x83','\x86','\xf2','\xa9','\xb2','\xad','\x43','\x79','\x1b','\x9c','\xef','\x90','\xe4','\x12','\xe9','\xf1','\x91','\x41','\xe2','\x0d','\x2c','\x1d','\xba','\xb2','\x7c','\xe8','\x52','\xfb','\x90','\x84','\x1e','\x16','\x8d','\x72','\xe0','\xbd','\x3b','\x52','\xce','\x4d','\xfb','\xfc','\x56','\xe0','\x3d','\x34','\xf0','\x15','\xd6','\xfb','\x44','\x83','\x45','\xcc','\xc8','\x89','\x66','\x76','\x21','\x99','\x22','\x21','\xbd','\x84','\x77','\xf6','\x79','\x04','\x5c','\x6c','\x46','\x5b','\x2c','\xba','\xc9','\x0e','\x55','\xd9','\xc3','\xe1','\x66','\x11','\x1e','\x06','\xd7','\x6d','\x21','\x78','\x15','\x78','\xaa','\xbe','\x03','\x99','\x40','\xa6','\x1e','\x58','\x32','\x7a','\x9f','\x20','\x6c','\x7f','\x30','\x32','\x49','\x53','\xb4','\xa5','\x43','\x85','\x43','\x03','\x85','\x9b','\xfe','\xd6','\x8e','\x26','\x7a','\x5b','\x7d','\x2e','\xa0','\x2b','\xf4','\xf6','\xcd','\x76','\x19','\xe6','\x8e','\xb2','\x35','\x79','\x9c','\x96','\xd6','\x7d','\xda','\xba','\xe8','\xbb','\xe4','\xb2','\x48','\xb2','\xb3','\xa4','\xbd','\xe5','\xf6','\xa1','\x79','\xfd','\xd0','\xc5','\xd6','\xa1','\xde','\xa5','\x87','\x7b','\x97','\x8a','\xe1','\x56','\xbd','\x77','\x89','\xa3','\xbb','\xbf','\x96','\xfa','\x92','\x96','\xd8','\x5f','\x67','\x60','\x7f','\xe9','\x48','\xbb','\x27','\x93','\xfa','\x2c','\x84','\xf8','\x76','\xf6','\x15','\x82','\x96','\x49','\x5c','\xae','\x5e','\xb7','\xf8','\x24','\x1f','\xa2','\xe4','\xe1','\xb0','\xb5','\xad','\x2f','\x04','\x69','\x5e','\x9f','\x0b','\x05','\xb0','\x19','\xa8','\x9c','\xee','\xfd','\x72','\x5e','\xfd','\x32','\x8e','\x8c','\xec','\xd5','\x0a','\xfd','\xa9','\x53','\x2d','\x5d','\x6a','\xee','\xec','\xe7','\x0b','\x98','\xaf','\x00','\x45','\xbc','\x89','\x0e','\xe9','\x68','\x7b','\x9c','\x2e','\x05','\x5f','\x47','\xfe','\xf0','\xfd','\x75','\xdd','\x62','\x57','\x50','\xe4','\x45','\x45','\x23','\x24','\x45','\xa1','\x94','\x29','\x42','\x83','\xdd','\x12','\x16','\x9a','\x6c','\xf5','\xb1','\x7e','\x9b','\xab','\xfe','\xfb','\x7e','\x41','\x99','\xab','\xfa','\x01','\x6b','\x33','\x62','\x6e','\x9e','\xbe','\x46','\x33','\x75','\xfa','\x95','\x7a','\x6b','\x50','\x67','\x60','\x09','\xb0','\x88','\x9b','\x25','\xc8','\x4c','\x29','\x91','\x37','\xd9','\xcb','\xc8','\xb5','\xd6','\xf4','\xa3','\x72','\x13','\x85','\x1c','\x7e','\x92','\xf2','\x4b','\xdc','\x1b','\xac','\x60','\xc9','\xb6','\xdf','\xe0','\xd6','\x74','\x10','\xdf','\x45','\xed','\xb7','\xb8','\x97','\xbf','\x4a','\xb4','\x86','\xbf','\x99','\xa2','\x5a','\x83','\x6a','\xcf','\xb3','\x97','\xc2','\x91','\xcb','\xbe','\x0f','\xd6','\xf1','\xbc','\x7e','\x87','\x7d','\x11','\x4c','\x6f','\xf7','\x9b','\xa0','\x73','\x73','\x7d','\xd3','\xe9','\x4f','\xfe','\x24','\xfd','\xc9','\xe9','\xf4','\x27','\xe6','\xe6','\x3e','\xa5','\xe1','\x4d','\x8e','\x53','\x37','\x36','\xbb','\x49','\x05','\xf7','\x9e','\xba','\x71','\x4f','\x7e','\x98','\x23','\x9e','\x1f','\x1e','\x3a','\x75','\x63','\x48','\x54','\x66','\xa5','\xb4','\x31','\xee','\xaa','\x6f','\x77','\xeb','\x80','\xb7','\xe9','\xd4','\x54','\xa2','\xad','\x86','\xf2','\xfc','\xc6','\x85','\x74','\x34','\xdf','\x79','\xcb','\x3b','\x3f','\x87','\xae','\xe5','\xe3','\x72','\xe4','\x04','\x6e','\xac','\x2d','\xc0','\xf3','\x04','\x4b','\x22','\x52','\x70','\x9a','\xda','\x37','\x68','\x4f','\xae','\x6f','\x22','\xf7','\xc9','\xaf','\x6b','\x9f','\xdc','\xaf','\x7d','\xc2','\x5d','\xf8','\x94','\x6d','\x73','\x05','\x0e','\x00','\xe6','\xdb','\x53','\x74','\xbc','\x40','\xc7','\xa3','\x74','\x2e','\x7a','\x78','\x3c','\x11','\x1b','\xbf','\x27','\x3e','\x7e','\x74','\x68','\xee','\xf7','\x72','\xe8','\xc5','\x94','\xe4','\xd1','\x89','\xd4','\xe1','\xd3','\x13','\x24','\xb1','\x5e','\xd7','\x22','\x57','\x61','\xfc','\x4d','\x1d','\xa2','\xf4','\xfd','\x8a','\x52','\x6c','\xb7','\x8b','\x8a','\x52','\xe7','\x08','\xde','\x43','\x6e','\xda','\x24','\x05','\xfe','\x48','\xa0','\xdc','\x0e','\x18','\x5a','\xaf','\xa1','\xa9','\xc6','\x74','\x84','\x4e','\x6b','\x34','\x97','\x62','\x65','\xdd','\x1c','\x0b','\x06','\x53','\x94','\x8a','\x47','\xb2','\x21','\xbb','\xa5','\x0f','\x15','\x3e','\x39','\x57','\xfe','\xe4','\xf8','\x95','\x4f','\x8c','\xbf','\xf8','\xa9','\x39','\x63','\xd3','\x45','\x36','\x71','\x66','\x13','\xd8','\xef','\x0e','\x52','\xf7','\x41','\xae','\xc8','\xee','\xa5','\xca','\xbe','\xb6','\x12','\x9b','\x49','\xc4','\xa7','\x0e','\x0e','\xd1','\xa2','\x46','\x1f','\x48','\xcd','\x54','\x74','\x15','\x8b','\x7e','\xbe','\x7c','\x3d','\x2f','\x83','\x4e','\xda','\xb3','\x4c','\x3e','\xbf','\x12','\x5d','\x83','\x25','\x74','\xe8','\xec','\xca','\xc3','\xde','\xe5','\xa2','\xb7','\x5a','\x0f','\x18','\x75','\xf5','\x3c','\x90','\x88','\x22','\x47','\x7f','\x19','\x1c','\xbd','\x17','\x2d','\xb5','\x6a','\x0c','\x56','\x0d','\x8d','\x1a','\xa9','\xb0','\x05','\xf2','\x79','\x27','\x3f','\xa4','\x34','\x49','\xc6','\xd3','\x87','\x46','\x0e','\x1e','\xfa','\x33','\x76','\x68','\x89','\x3e','\x14','\xb6','\x1e','\x3e','\x18','\xae','\x9f','\xdc','\x57','\xe7','\xd2','\x5b','\x56','\x38','\xfa','\xfc','\x4d','\xbe','\x29','\x02','\x4f','\x2c','\xf7','\xfe','\x9b','\x25','\xf5','\x82','\x11','\x51','\x2b','\xda','\x60','\x25','\xf5','\x41','\x1d','\xec','\x96','\x0e','\xcf','\x6d','\xc7','\x5a','\xf0','\xb2','\xca','\xa1','\x9f','\x7f','\xf9','\xd0','\xb7','\x9f','\x39','\xc4','\x2a','\x0f','\xdf','\xf7','\x66','\x91','\x71','\x23','\xa1','\x56','\x8f','\x7d','\x97','\x1c','\xfe','\x32','\x61','\x95','\x3e','\x6e','\xb4','\xa8','\x95','\xdd','\x72','\x9e','\xcf','\x8b','\x9f','\xaf','\xe7','\x20','\xcb','\xd0','\x57','\xe6','\xe8','\x57','\x33','\x74','\x11','\xd0','\xf7','\xa3','\xcc','\x27','\x17','\x33','\x9f','\x58','\xbc','\xfa','\x89','\xc5','\xb3','\x9f','\xfa','\x13','\xb4','\x69','\xa1','\x4d','\x86','\x37','\x55','\x9b','\xb2','\x74','\xa0','\x9d','\xa6','\x2c','\x73','\x98','\x45','\x63','\xec','\x60','\x9c','\x25','\x86','\x98','\x12','\x19','\x49','\x64','\x5b','\x8f','\xa4','\x1a','\xe7','\xf4','\x05','\xc1','\x1f','\x75','\xc2','\x07','\xc4','\x0d','\xea','\x12','\x61','\xf7','\x78','\xef','\xb3','\x0f','\x99','\xda','\x21','\xdd','\x3c','\x84','\xf4','\x87','\x5d','\xe3','\xc5','\x91','\x5c','\xbd','\x79','\xa3','\xce','\xbe','\x43','\xd4','\x04','\x19','\xf9','\xfd','\x3e','\xf6','\xd9','\x00','\x7b','\x2e','\xa0','\xc6','\x7b','\xbf','\xcb','\xd4','\xd5','\x66','\x84','\x69','\xd9','\x57','\x51','\xea','\x05','\x5b','\x87','\xea','\xfe','\x12','\xb4','\x79','\x8d','\x68','\xa2','\xd5','\x26','\x44','\x91','\xa2','\x57','\xed','\x43','\xf3','\xf2','\xfb','\x91','\x51','\x44','\x4b','\x45','\xa6','\xfc','\xf5','\xdb','\xed','\xba','\x93','\x70','\x1f','\x6f','\xf7','\x31','\x2d','\xc0','\x71','\x9f','\xdd','\xbb','\xaa','\xa9','\xab','\xda','\xae','\x71','\x1c','\x3e','\x3d','\xd8','\xef','\x86','\x97','\x83','\xbf','\xa9','\x79','\xe3','\x90','\xcb','\x78','\xbf','\x60','\xaf','\xe2','\xe0','\xc2','\x10','\xf4','\xe9','\x81','\x0c','\x29','\x14','\xfa','\x38','\x10','\xea','\x4f','\x5a','\x7b','\x63','\x99','\x78','\x2c','\x13','\x89','\x65','\xb4','\x58','\x26','\x65','\x83','\x7c','\xe6','\xcb','\xdc','\xe9','\x31','\x4a','\x52','\x1b','\x34','\x5b','\x39','\xbc','\x9e','\xa9','\x19','\xa7','\xef','\x46','\xab','\xf1','\xf5','\xc4','\x5f','\x16','\x7f','\x67','\x8f','\xf6','\x25','\x55','\xda','\x7b','\x95','\x34','\xbb','\x8d','\x47','\x95','\x1e','\x1a','\xc4','\xa3','\x89','\xe0','\x88','\x46','\x1f','\xe7','\x26','\xbd','\x29','\xe9','\x2d','\x1f','\x1c','\x33','\xf8','\x7c','\xd0','\x15','\xbd','\x0c','\xbd','\xd1','\x25','\xec','\x4d','\xce','\x79','\x17','\xf0','\x21','\x0e','\x09','\xbf','\x3f','\x39','\xc7','\x85','\x7c','\x51','\x4e','\xd5','\x7d','\xa5','\x3a','\xc9','\x0b','\x29','\x97','\xea','\x4b','\x4c','\x06','\x7e','\xb7','\x1d','\x80','\x0e','\x3b','\x93','\xea','\xc5','\x76','\x84','\xa6','\x34','\x3a','\xde','\xb1','\x7b','\x41','\xef','\x9c','\x21','\x27','\x24','\xf2','\xde','\x1b','\xe4','\xf0','\x01','\xef','\xe1','\x83','\x87','\x16','\x23','\x87','\xce','\x36','\x0e','\xdd','\x7b','\xf0','\xe1','\xc3','\xc3','\xc5','\x57','\x86','\xea','\xa7','\x5e','\xae','\x9f','\x10','\x22','\xce','\xb6','\xfb','\x3c','\x2b','\x01','\x0e','\xef','\x72','\xef','\x17','\x97','\xd5','\x0b','\xd5','\x88','\x7a','\x5e','\xcb','\x9e','\x3b','\x31','\x5f','\xd1','\x3b','\x3c','\xb7','\x06','\xa8','\x1e','\x17','\x44','\xb7','\xbc','\x65','\xfb','\xd0','\x4f','\xf0','\xa1','\xdc','\x2b','\x87','\x1e','\x96','\x1f','\x9e','\x26','\xc5','\xac','\x55','\xd7','\x50','\xfd','\x94','\x45','\xf2','\x93','\xe4','\x94','\xd5','\x97','\x9f','\x0c','\x9c','\xb2','\x02','\x0d','\xd4','\xfb','\x7a','\x9b','\xdd','\xbf','\x3f','\xf2','\xfd','\xfd','\xda','\xe7','\xf7','\x9f','\x08','\xc3','\xfc','\xec','\xe4','\x43','\xa3','\xd6','\x5c','\xdf','\x46','\xfa','\x93','\x1b','\xe9','\x4f','\x58','\x73','\x9f','\x58','\xc3','\x9f','\xba','\xfe','\xe6','\xe6','\x1a','\xde','\xbc','\x7a','\x63','\xf3','\xfb','\x82','\xfa','\xec','\xfb','\xc3','\xf7','\x72','\x5c','\xbd','\x71','\xef','\x3a','\x1e','\x59','\xaf','\x0c','\xff','\x65','\x61','\xf8','\x07','\xc3','\xda','\x1a','\x4e','\xad','\x85','\x74','\x93','\xf4','\xd8','\xf2','\xaf','\xcd','\xcf','\x06','\xdf','\x92','\x95','\xf9','\x99','\x10','\xbf','\x7e','\x1e','\xae','\x1f','\x99','\x7f','\x0f','\x57','\xca','\xe3','\xa8','\x72','\xfd','\x85','\x9f','\xd7','\x5c','\xfa','\xdd','\x67','\x9a','\xb1','\x7a','\xb5','\x87','\x9d','\x01','\x29','\x64','\xea','\xae','\xa7','\x53','\x1e','\xda','\x1c','\xf8','\x37','\x17','\x1b','\xdf','\xc5','\xe8','\x65','\x5d','\x9a','\x6f','\x05','\x1d','\x66','\x19','\x4f','\xc3','\x3d','\xc6','\x2f','\xba','\x0f','\x96','\x79','\x82','\x92','\xa0','\x82','\xc8','\x07','\x6c','\x2e','\x4f','\x9d','\x84','\x47','\xc1','\x10','\xd5','\xb9','\x77','\x14','\x19','\xdb','\x51','\x7f','\x8d','\x9c','\x7a','\x6a','\x88','\x69','\xfc','\x9c','\x0c','\xbd','\xd0','\x1e','\x4b','\x67','\x58','\x3a','\x13','\xdf','\x89','\x0f','\x5a','\x71','\xb0','\xbe','\x51','\x7c','\x98','\xa3','\x07','\x30','\x22','\xc5','\x7f','\xcd','\x8e','\xf7','\xb7','\xe3','\x32','\xe4','\x38','\x0f','\x79','\x50','\x4e','\x6a','\x4c','\x20','\x6e','\xcc','\x8c','\x81','\x3e','\xf5','\x34','\xe5','\x32','\xf2','\x37','\x4c','\x91','\x81','\x1e','\x64','\xd4','\x17','\x41','\x85','\x07','\x20','\x9d','\x41','\xac','\x2e','\xf8','\x2e','\xfc','\xa9','\x4d','\x17','\x97','\xb1','\xba','\x29','\x9d','\xd0','\x71','\x0e','\x91','\x11','\x44','\x83','\x88','\xdd','\x87','\xcc','\x97','\x1b','\x92','\x6e','\x07','\xa1','\x10','\x1e','\xc6','\x51','\xe6','\x10','\x90','\x4d','\x41','\xc6','\x01','\x8c','\xf3','\x88','\x5d','\xe9','\xf6','\x2f','\x5b','\xf5','\xdb','\xad','\x4e','\x81','\x19','\x82','\x9c','\x2e','\xd1','\x1b','\xb4','\x46','\x49','\xa1','\x2f','\x5d','\xb8','\xa7','\xe0','\x1b','\xd6','\x48','\x1a','\x59','\xc2','\x35','\xe5','\x2f','\xad','\xe1','\x71','\x99','\xe8','\x0d','\x1d','\x9e','\xce','\xaf','\x23','\xfe','\x5e','\x21','\xa1','\x38','\xe1','\x71','\xd1','\x84','\x4b','\xd0','\x6e','\x48','\x3a','\xe2','\x86','\x3f','\x47','\x1a','\xa1','\x82','\x20','\xb2','\xe4','\xd3','\xc2','\x7f','\xf8','\x94','\xe9','\x5a','\xb3','\xfd','\x68','\x8e','\xaf','\x67','\x97','\x4c','\x5d','\x57','\xad','\xac','\x41','\xfb','\x0d','\xea','\x17','\x1d','\xbc','\xf8','\x75','\x8f','\x41','\x7b','\xaf','\xb6','\x22','\x75','\xf0','\x0a','\x5c','\x1c','\x75','\x20','\x89','\xc9','\x11','\xda','\xef','\x6f','\xf9','\x08','\xf5','\x88','\x8e','\x36','\x7b','\xea','\x54','\xa9','\xd3','\x08','\x09','\x99','\x65','\x71','\xf0','\xca','\x5f','\x59','\xc3','\xa1','\x89','\xda','\x0d','\xae','\x59','\xcc','\x4e','\xe9','\x6f','\xd2','\xb9','\xdf','\x01','\x17','\x18','\xe0','\x40','\x3a','\x85','\x45','\xce','\x22','\xff','\x19','\x69','\xa1','\x43','\x2a','\x32','\x21','\xa1','\x21','\x09','\xc5','\xc5','\xa1','\x40','\xbf','\x27','\xc5','\x21','\x71','\xf8','\x35','\xc9','\x1f','\x91','\xee','\x8e','\x78','\xfa','\xd9','\xdd','\x7b','\x95','\x63','\x7b','\xe9','\x1b','\xf1','\x60','\x6e','\xc8','\x3f','\x31','\xe1','\x93','\x16','\xf0','\x4e','\x2a','\x12','\x0f','\x1c','\x82','\x74','\xea','\xfe','\xd2','\x43','\xca','\xf0','\xb1','\xe0','\x48','\x9c','\x8e','\xe4','\xd8','\xc8','\x27','\xa3','\xf8','\x0b','\x93','\x58','\xea','\xf1','\x88','\xd0','\x99','\x2f','\x45','\xf6','\x95','\xdb','\x23','\x1a','\xb9','\x71','\xaa','\x5e','\xc8','\x67','\xd2','\xf9','\x0c','\xe6','\x38','\x55','\x87','\x00','\x38','\x84','\x0d','\xc9','\xb1','\x73','\x66','\x9c','\x68','\x71','\x42','\xe2','\xee','\xb9','\xb8','\x47','\x8f','\x8f','\xb1','\xb8','\x04','\x7c','\x3b','\xac','\xe7','\x32','\x23','\x8f','\x31','\x16','\x56','\xbf','\x78','\x36','\x59','\x37','\xd5','\xc5','\x90','\x7a','\xb6','\xa1','\x7e','\x4f','\x51','\x17','\xe8','\xe0','\x3c','\x1b','\x9c','\x5f','\xc9','\xea','\x97','\x4f','\xcc','\x4f','\x9f','\x38','\x73','\x74','\xde','\x08','\xbb','\x56','\x3d','\xc7','\xe6','\xcd','\xb8','\xab','\x12','\x2f','\xdb','\x71','\x97','\x1e','\x4f','\xb6','\xa1','\x98','\x2c','\xd9','\x4e','\xde','\x18','\x67','\xa3','\x73','\x2c','\xd2','\xc3','\xc4','\x27','\xc9','\x65','\x77','\x3c','\xdc','\x8e','\x2b','\xfc','\x6a','\xf1','\xeb','\x50','\xd8','\x1a','\x52','\xdc','\xb9','\xb0','\x35','\x21','\xa3','\x09','\x5f','\x62','\x21','\xe8','\x93','\x34','\xbc','\xd5','\x2f','\x3b','\x23','\xda','\x19','\x3f','\xc4','\xcc','\xf2','\x2a','\xdc','\x67','\x58','\x1d','\xfa','\x9b','\xb0','\x4e','\x1f','\xed','\x10','\xd3','\xac','\x6e','\xbf','\x6c','\x12','\x8f','\x79','\xad','\x18','\x69','\xee','\xee','\x97','\xed','\x18','\x51','\x12','\xca','\x80','\x75','\x8a','\x1e','\x5a','\xa0','\xe5','\xeb','\x56','\x06','\x53','\x0e','\x03','\x3b','\x4d','\x31','\xfa','\x42','\xd0','\x3e','\x4d','\x90','\xdc','\xee','\x24','\x91','\xd8','\xdd','\x77','\x09','\x5d','\x46','\x9e','\x97','\xf5','\x39','\xe7','\xe8','\x3c','\x67','\xdb','\x6f','\x16','\x7c','\xee','\x42','\x58','\xae','\x85','\xcc','\xda','\x48','\xf6','\x5c','\x21','\x47','\x2a','\xee','\x59','\xc1','\xd3','\x8a','\x64','\x08','\x14','\x80','\x41','\xa2','\x00','\x3f','\xc6','\x76','\x9f','\xf7','\x0e','\x34','\x9f','\x74','\xb3','\x5e','\x76','\x19','\x12','\x47','\xc0','\xb0','\xdf','\x31','\x3c','\x2e','\xc3','\x3f','\x6f','\xf8','\xb3','\x46','\xbf','\xe0','\xa9','\x5d','\x47','\xb3','\xd2','\xaf','\x30','\x8e','\x1b','\x1a','\x65','\x71','\x17','\x12','\xc8','\x67','\xa0','\xe2','\x6a','\x77','\x4f','\x79','\x0f','\x2d','\x0d','\xf7','\x68','\x23','\x92','\x36','\xb2','\x5e','\x2c','\xff','\xb4','\x9d','\x76','\x6b','\x15','\x59','\xf3','\x34','\x0a','\xf6','\x79','\x7b','\x0e','\x69','\xe9','\x1d','\xed','\xa7','\xb7','\xf4','\x7b','\xa6','\x6c','\xf3','\x19','\x78','\x68','\x89','\x96','\xaf','\x5a','\x19','\xd2','\xed','\x67','\x04','\xdc','\xf8','\xd0','\x97','\x39','\xc4','\xb0','\xd5','\xed','\x57','\x42','\xee','\xd4','\xaf','\xe4','\x57','\xe9','\xe7','\xb2','\x11','\x74','\xbf','\x00','\x15','\xf9','\x5c','\x88','\xb5','\xc4','\x33','\xdf','\x36','\x39','\x9d','\x3e','\x74','\x60','\x6c','\x64','\x80','\xd6','\xbb','\xfd','\x10','\x42','\xe5','\x4b','\xed','\xcc','\xf0','\x78','\x66','\x74','\xce','\x88','\xf4','\x38','\xdc','\xd4','\xde','\x65','\x77','\x28','\xdc','\xb6','\x14','\x37','\xf4','\x3d','\x51','\xdc','\xf0','\x82','\x9c','\xab','\xbc','\x83','\x5f','\x14','\xc8','\x8e','\x18','\x71','\x4f','\x66','\xca','\xed','\xa2','\x0b','\x3d','\x94','\xb4','\xca','\xf3','\x28','\xe3','\xea','\x11','\x7d','\x25','\x64','\x52','\x1e','\xf6','\xc9','\xfb','\x07','\x6c','\x48','\x65','\x2b','\x7e','\xe0','\x40','\xe6','\xfb','\xff','\xd6','\x2f','\x3f','\x43','\xec','\x28','\xb4','\xa3','\x9a','\xbb','\x87','\xe0','\x7f','\x46','\xdc','\x1f','\x26','\x7f','\x7c','\x96','\x50','\xc9','\xe5','\x41','\xae','\x5a','\x6a','\xa2','\x12','\x19','\xc2','\x6c','\x1f','\x94','\xc5','\x02','\x31','\xe9','\x08','\x46','\x05','\x0c','\xa7','\x3d','\x7e','\x1f','\xba','\xdb','\x6b','\xf2','\xef','\xbb','\xd7','\xab','\x0f','\x79','\xf5','\x89','\x80','\xbe','\x10','\xd0','\x25','\x8e','\x5e','\x5d','\x52','\xcf','\x78','\x06','\xcf','\xe0','\x13','\x0b','\x63','\xf3','\xd0','\x4f','\xc1','\x85','\xb8','\xac','\x62','\x13','\x3a','\x1b','\x42','\x6c','\x9f','\x10','\x7a','\xc1','\xb2','\x3d','\x82','\x4a','\x05','\x54','\xaa','\x20','\x6e','\x63','\x37','\xef','\x76','\xad','\xf6','\xbb','\x56','\xf7','\x4a','\x6c','\x48','\x62','\x13','\x98','\x2d','\x10','\x26','\x51','\x26','\x69','\x10','\x9e','\xf7','\x88','\xd3','\xff','\x31','\x09','\x78','\xda','\x21','\x15','\x97','\x8f','\x73','\xa9','\xd5','\x7d','\x1e','\x16','\xc4','\x6c','\x04','\xb3','\x02','\x66','\x15','\xcc','\xfc','\x78','\xe4','\xee','\xb2','\xdd','\x4f','\xd8','\x5e','\xc2','\x86','\x08','\x9b','\x20','\x62','\x9c','\x2e','\x3c','\xf0','\xb6','\x46','\xc6','\x04','\x89','\xb1','\x8b','\x4b','\xce','\x35','\x7d','\x62','\x5e','\x1f','\x72','\xe9','\xfb','\x04','\x6b','\x65','\x30','\x69','\x8f','\xa8','\x95','\x82','\x5a','\xa9','\xa8','\x15','\xbf','\x5a','\xb9','\x5b','\xad','\xf4','\xab','\x95','\xbd','\x6a','\x65','\x28','\xd9','\x9e','\x50','\x2b','\xdc','\x11','\x95','\xba','\xf0','\x08','\x36','\x89','\x31','\xe1','\x98','\xec','\x1e','\x67','\x91','\xf4','\x9e','\x0d','\xf6','\x56','\x46','\x7a','\x8d','\x82','\xba','\x54','\x51','\x97','\xfd','\x59','\xfd','\xee','\xac','\xde','\x2f','\xa5','\xf6','\x4a','\xa9','\x21','\x29','\x35','\xd1','\x13','\x59','\xc0','\x11','\x20','\x18','\x70','\xf3','\xe7','\xa1','\x1e','\x39','\x88','\x15','\xff','\x58','\x04','\xfa','\x83','\xf4','\x20','\x24','\xad','\xe0','\x89','\xa4','\x3d','\xac','\x56','\xf6','\x89','\x12','\xd1','\xa0','\x5a','\x81','\xe7','\x49','\xb6','\xff','\x9b','\x9e','\xa7','\xc7','\xd7','\x90','\x0c','\x73','\x82','\x98','\xc3','\x64','\x63','\x9f','\xdd','\x26','\x64','\x23','\x48','\x36','\x0e','\x67','\x36','\x0a','\x65','\xab','\x92','\xd9','\xf0','\x65','\x4c','\x8e','\x50','\xa6','\xb6','\xcf','\xb6','\x87','\xeb','\xb5','\x34','\xa9','\x55','\x80','\xf4','\x59','\x80','\xb6','\x7d','\xb4','\xce','\xa5','\xca','\xac','\x06','\xdc','\x74','\x3d','\x32','\x92','\xce','\x21','\x3e','\x81','\xc3','\xe1','\xd6','\x3e','\x38','\xd7','\xd4','\x82','\x07','\xb5','\xc3','\x93','\x66','\x61','\x41','\xaf','\x48','\xba','\x0f','\x37','\x7c','\xa4','\x1c','\x52','\x42','\xfb','\x34','\xfc','\x5e','\x1d','\xa5','\x93','\xad','\x8a','\xc8','\x74','\x75','\xe0','\x13','\x29','\x97','\xb3','\xc2','\xe9','\x72','\x29','\xd4','\x75','\xdd','\x9a','\xa8','\xd2','\x21','\x4a','\xf7','\x89','\x90','\x4b','\x30','\xdc','\x1a','\x81','\x76','\x7f','\xb4','\x42','\xa9','\x9f','\xd2','\xbb','\xc3','\xad','\x7e','\xba','\xb8','\x97','\x9e','\x1d','\xa2','\x95','\x09','\x9a','\x59','\xa0','\x1f','\x91','\xa8','\x26','\xd1','\x88','\x14','\x58','\xf5','\x84','\x28','\x6e','\x85','\xc7','\x4a','\xd0','\xaf','\xa4','\xc7','\x65','\x4a','\xf3','\xfa','\x84','\x4b','\x1f','\x76','\x55','\xf6','\x39','\x0c','\xc3','\x4a','\xe4','\x30','\x74','\x0e','\x24','\x15','\x60','\xb9','\xc7','\xbe','\x54','\x24','\x24','\x27','\xf6','\xc9','\x6c','\xd8','\x5d','\x82','\xfd','\xde','\xd3','\xc0','\x12','\x1c','\x4d','\xf1','\xab','\x4f','\xf4','\x83','\x9e','\x65','\x21','\xca','\xe7','\x59','\xd2','\xa5','\x05','\x50','\x3a','\xc3','\x12','\x86','\x71','\x24','\x14','\x1c','\x8a','\x1c','\x3e','\x96','\x28','\xc4','\x59','\x25','\xce','\x7c','\x43','\xcc','\xf7','\xf8','\xc1','\xd0','\x27','\x0f','\xec','\xfb','\x4a','\xfa','\xbd','\x9e','\x4a','\x1a','\xeb','\x15','\x6c','\x0a','\x92','\x0d','\x0d','\x03','\x4f','\x74','\x82','\xb0','\xf0','\xac','\xc8','\x1b','\xec','\x51','\x88','\x74','\xb1','\x3d','\x41','\xc9','\x30','\x25','\xfb','\x84','\x90','\xe4','\xe6','\xe4','\x08','\x57','\xbf','\x0a','\x30','\x61','\xfa','\x29','\xb9','\x9b','\x42','\x93','\xd5','\xbd','\x5c','\xb6','\x53','\xc2','\x7f','\x6c','\x81','\x12','\x29','\x6c','\x49','\x14','\x98','\xcb','\x3d','\xa2','\x9f','\xea','\x18','\x9d','\x05','\xfa','\x2f','\x37','\xf2','\x39','\x71','\x36','\xbf','\x15','\xa8','\xd3','\xc0','\x53','\x2c','\xf0','\x24','\x3b','\xf2','\x35','\xa7','\xaf','\xb4','\xf6','\xf1','\x4a','\xe2','\x82','\x11','\x0e','\xac','\x16','\x02','\x0b','\xab','\x81','\x05','\x16','\x58','\x40','\x81','\x05','\xc8','\x1b','\x09','\x54','\x52','\x81','\x4a','\x04','\x6a','\xc8','\xa8','\xe0','\xaf','\xe6','\x5f','\x54','\xd2','\x5d','\xeb','\x68','\x62','\x81','\x0e','\x95','\xad','\x7d','\xa2','\xf1','\x5f','\x10','\x6b','\x23','\x84','\x15','\x18','\xab','\x88','\x73','\xd5','\xbb','\x11','\xed','\x47','\x74','\xef','\x60','\x75','\x28','\x59','\x9d','\x50','\xab','\x0b','\x6a','\x55','\xe2','\x48','\xc2','\x55','\xa4','\x24','\xd0','\x31','\x04','\x06','\x09','\xf0','\x7d','\xfd','\x5b','\x63','\x62','\x74','\x6e','\x98','\x91','\x7d','\xe2','\x68','\x3b','\x38','\x36','\x3b','\xc2','\x48','\x81','\xf1','\x79','\x26','\x7e','\x46','\xee','\x4e','\x5a','\xfd','\xac','\xbe','\x17','\x99','\x43','\xb2','\x39','\xe1','\x33','\x17','\x88','\x29','\x01','\x2e','\x4b','\xf4','\xb2','\x87','\x5e','\xc6','\xca','\xfa','\x58','\xc4','\x26','\xe6','\x5c','\x77','\x5f','\x2c','\xf2','\xe5','\xba','\x4f','\x34','\x10','\x09','\x86','\xad','\x11','\xc8','\x60','\x3e','\x73','\xb6','\xcc','\x6d','\x12','\x74','\xb7','\x42','\xfb','\xc3','\xd6','\x5e','\xe0','\xde','\xa0','\x13','\xe1','\xd6','\x82','\x53','\x07','\x16','\x6e','\xf1','\xab','\x47','\x70','\x96','\x8c','\x51','\x08','\x8f','\xb8','\x14','\xe2','\xba','\xde','\x9e','\xa8','\x92','\xa1','\xad','\x79','\xa6','\x64','\x84','\xdb','\x49','\xc0','\x38','\x6a','\xc1','\x38','\xdc','\x11','\x88','\xe0','\xbd','\x49','\x7b','\x88','\xe1','\x09','\x86','\x17','\x18','\x96','\x92','\x6d','\x41','\x0c','\x86','\x3d','\x0c','\x63','\x86','\xc7','\x44','\xff','\xb2','\x1d','\xef','\x9d','\xec','\x13','\x64','\xef','\x41','\x25','\x75','\x38','\x58','\x2a','\x50','\xad','\xc2','\x34','\x5f','\x74','\xd3','\x37','\x69','\x84','\xe6','\xc9','\x3e','\x04','\x0b','\xe3','\x83','\xb6','\x5d','\xe9','\x92','\x2d','\x88','\x90','\x2c','\x04','\xa5','\x67','\x45','\xd0','\xd5','\x9d','\x62','\x9e','\x3f','\x68','\x55','\x34','\x96','\xd1','\x58','\x54','\x1b','\x49','\x5c','\x87','\xfc','\xae','\xc4','\x06','\x8a','\xbe','\x80','\x3e','\x54','\xa3','\x5f','\x7c','\xc1','\x0a','\xd5','\xcd','\xe0','\x15','\x33','\x7a','\xcd','\x8c','\x9a','\xb5','\xcc','\x75','\xdb','\x58','\x5b','\x21','\x80','\x65','\xb2','\xa6','\x04','\xd7','\x29','\xbd','\xec','\x6f','\x6d','\xf8','\xd8','\xa6','\x58','\xcf','\x8f','\x9e','\x9d','\xc8','\x56','\x86','\xb3','\x95','\x7d','\x82','\xea','\x27','\x58','\x6e','\x1f','\xd6','\x30','\x37','\xdf','\xf8','\xfb','\xf2','\xd9','\xd0','\x90','\x2e','\xe4','\x42','\xfb','\xc6','\xf1','\x70','\xd9','\x4e','\xe7','\xd3','\x95','\x7c','\x1a','\x77','\xe1','\xcb','\xa7','\x49','\x3e','\x3d','\x2b','\xea','\x2f','\x76','\xcd','\x8f','\xd3','\x89','\xc0','\x99','\x9f','\xb0','\x55','\xe1','\x6b','\x8a','\xcf','\x4f','\xaf','\xd9','\x3f','\xa0','\xef','\x0d','\x18','\x43','\x61','\x2e','\x37','\xf4','\x85','\x41','\x5d','\x3a','\x61','\x48','\xe1','\x76','\x57','\x6e','\x54','\x1c','\x79','\xd8','\x13','\x21','\xd2','\x25','\xfe','\x03','\xc6','\xb0','\x6a','\xec','\x13','\x25','\x36','\x41','\xd5','\x18','\x51','\xb9','\x1c','\x33','\x2a','\x40','\x46','\x49','\x60','\x9e','\x11','\xde','\x6b','\xdb','\x43','\x01','\x79','\x22','\xe0','\x5b','\xa0','\x4f','\x4b','\x74','\x55','\xa2','\x29','\xbe','\x5b','\x3d','\xfd','\x09','\x6c','\x75','\xf7','\xa9','\x42','\xa5','\x8b','\xd6','\x04','\xa5','\xc3','\x7c','\xbf','\x07','\x5a','\x24','\x40','\x83','\x1f','\xa7','\x87','\x3f','\xde','\x57','\x28','\xdb','\x15','\x13','\xfb','\x4c','\x20','\xeb','\x0c','\x85','\xad','\x7d','\xe2','\x07','\xd2','\xe1','\x56','\xa5','\xcb','\x86','\xc7','\xaf','\x82','\xb2','\x8c','\xce','\xd2','\x16','\x17','\x1c','\xc8','\x85','\x8e','\xac','\x89','\x3c','\x4f','\x2e','\x0b','\xab','\x9b','\xc9','\x4a','\xc9','\xb5','\x60','\xba','\x9e','\x0e','\x72','\x9f','\x2a','\x70','\xc9','\x0e','\x2c','\x39','\xd5','\xf3','\x34','\xab','\xb7','\xe6','\xff','\x23','\x83','\x63','\x4e','\x06','\x9d','\x9d','\x51','\x1e','\xa1','\x9f','\x20','\xbe','\xf0','\x24','\xbd','\xe9','\xf8','\x71','\x3d','\xbe','\x84','\x64','\x70','\x45','\x30','\x32','\x6c','\xdb','\xfb','\x04','\x6b','\x4a','\x30','\x69','\x1d','\x76','\xd6','\x73','\xd2','\xf2','\x89','\x46','\x33','\x21','\xbe','\xd4','\x93','\xd6','\xb0','\x4b','\x4f','\xbb','\xf4','\x8a','\x0b','\x32','\xa5','\x05','\xe1','\x64','\xc4','\x87','\x13','\x7c','\xc1','\xcd','\x52','\xe8','\x5b','\x11','\x51','\x1a','\xc9','\xd6','\x95','\x21','\x65','\x63','\x48','\xa9','\x25','\x9b','\xb5','\x21','\xc5','\xe4','\x37','\x43','\x61','\x3b','\xd9','\xec','\x10','\x9a','\xc1','\x8d','\xab','\x21','\xb9','\x56','\xa4','\xb7','\x56','\xec','\xf9','\x95','\x19','\xd7','\x6a','\x6a','\x50','\x71','\xed','\x55','\x0e','\x7c','\x85','\x1e','\xf8','\x61','\xb0','\x50','\xf3','\xd7','\xdc','\x3e','\x53','\x86','\x0a','\x38','\xac','\xe3','\x45','\xdb','\xce','\x9c','\x49','\x1d','\xfc','\xf3','\x52','\xe2','\x49','\x4d','\x79','\x52','\x4b','\x2c','\x16','\x0e','\xda','\xe5','\x93','\x4b','\x69','\x63','\x69','\x23','\xf8','\xcd','\xe7','\x83','\xff','\x9e','\x45','\xbf','\x09','\xc8','\x7c','\x93','\x19','\xdf','\x4c','\x90','\xef','\x1d','\x24','\x4b','\xa7','\xbd','\x4b','\xc5','\x01','\x9a','\x09','\x28','\x57','\x7f','\xa1','\x54','\xd8','\x20','\x86','\x7d','\xca','\xd7','\x33','\xd6','\x87','\x89','\xb6','\x8f','\xcb','\xa5','\xfb','\xae','\x07','\x4d','\x7c','\x98','\xcb','\x1f','\x2e','\xe7','\x4f','\xb8','\x7d','\xff','\xe2','\x5e','\xdf','\xfd','\x07','\x42','\x27','\xdc','\xfb','\xca','\xd6','\xb0','\x70','\x0b','\x2a','\x40','\x66','\x22','\xe4','\x73','\xb2','\xe5','\x13','\xa9','\x0b','\xb3','\x22','\x75','\xc1','\x9d','\x22','\x9e','\x72','\x3b','\x9d','\x37','\x86','\xf3','\x46','\x30','\x6f','\xc8','\x65','\x8b','\x7b','\x5f','\xf7','\x06','\xd1','\x30','\xc5','\xe9','\xa4','\x7d','\x6e','\x3f','\xf6','\x8d','\xe3','\x7d','\x97','\x6e','\xfc','\xda','\xfe','\xe1','\xe1','\xfd','\xc3','\xe9','\xfd','\xc3','\x95','\xe4','\x0d','\xdc','\x83','\x71','\x4f','\x05','\xf7','\xa4','\x7d','\xe5','\x7f','\x20','\xa3','\xc5','\xd9','\x08','\xe4','\x03','\xc0','\x7a','\xfe','\x9a','\x3e','\x31','\x58','\x19','\x4e','\xda','\xfb','\x34','\x37','\xc9','\xa2','\xa0','\xdb','\x38','\x7c','\xef','\x33','\x85','\xc3','\x23','\x95','\xfb','\x20','\x9a','\xc7','\x11','\x4a','\x5a','\xfb','\x0e','\x4c','\x0e','\x1f','\x98','\x4c','\x27','\xad','\x0a','\x44','\xfb','\x3b','\xf5','\x35','\x4e','\xef','\xc2','\x59','\x91','\x77','\x91','\xa9','\x96','\xe6','\x2c','\x2d','\x53','\x2d','\x66','\xaa','\x05','\x8e','\x59','\x20','\x3a','\x2d','\x24','\xdf','\xb0','\xf7','\x2b','\x1a','\x47','\xb2','\xa9','\x75','\x6f','\x9a','\x08','\x5d','\xb3','\xdb','\xd7','\xf8','\x15','\xa1','\xcd','\x64','\xb3','\xca','\xd8','\x92','\x48','\x38','\xf6','\x27','\x6f','\x42','\x75','\xa8','\xbb','\x57','\xf6','\x04','\x8c','\x4a','\x9c','\x66','\x26','\x23','\xd1','\xfd','\x4a','\x22','\x4e','\x69','\xaf','\x9c','\x28','\x5b','\xd1','\x42','\x26','\x93','\x35','\x8c','\x1c','\x09','\xe6','\xeb','\x41','\xfe','\x47','\x84','\xa2','\xe3','\x34','\xf3','\xd1','\xaa','\xf1','\x9b','\x53','\x64','\x9c','\x92','\x8f','\x3e','\x45','\x7e','\xf3','\x13','\xc1','\xf1','\xf7','\x04','\xec','\x17','\x5b','\x3f','\xf5','\xb0','\x45','\x49','\xd2','\x4b','\x12','\xd3','\xa4','\x56','\x71','\xc8','\xcd','\x55','\x71','\x21','\xe6','\xe6','\xbf','\xba','\x10','\xbb','\xdb','\x56','\x5b','\x50','\xda','\x90','\xb4','\xf8','\xb5','\x74','\x5f','\xf3','\xda','\x61','\xe5','\x1a','\xbf','\x32','\x74','\xed','\x03','\xad','\xcd','\xf7','\x9d','\xac','\xfe','\xab','\x19','\x23','\x23','\x1b','\xf7','\x7f','\xff','\xdc','\xd2','\xe7','\xfd','\xf2','\x7f','\xc0','\xf2','\x53','\xd8','\x9d','\xc0','\x1e','\xd5','\xae','\x30','\x96','\x89','\x45','\x0e','\xd9','\xc3','\x09','\x66','\x53','\x56','\x3b','\xd2','\xae','\x1d','\x8a','\xd5','\x3e','\x14','\x6b','\x7f','\x31','\x56','\x1b','\x10','\x38','\xd4','\x6e','\x47','\x59','\x2d','\xc3','\x6a','\xc6','\x4c','\x8d','\xfc','\x7e','\x8d','\xbc','\xd9','\x26','\xdf','\x45','\x03','\xec','\x64','\x1f','\x2b','\xb4','\xd8','\x3a','\xf7','\x49','\xc0','\x63','\x16','\x44','\x0e','\x50','\x4e','\x54','\x48','\xab','\x76','\x99','\x15','\x0a','\x0e','\x46','\x0a','\x05','\xbb','\x7b','\xdf','\xc1','\x8d','\x02','\xab','\x15','\x62','\xb5','\x82','\x55','\x2b','\x94','\xce','\x15','\x4e','\x18','\x73','\x2e','\x52','\xe8','\x99','\x2d','\x40','\xe1','\x8a','\xd2','\x40','\xc1','\x2b','\x12','\xdd','\xb0','\xab','\x35','\x4a','\x6b','\x82','\xdc','\xa0','\x46','\xef','\xb3','\xfb','\x99','\x69','\x37','\x4d','\x5a','\x32','\xe9','\xaa','\x19','\x80','\x84','\xa1','\x4e','\xda','\x62','\x80','\x69','\x21','\x16','\x6b','\xb1','\x58','\x89','\xc5','\x52','\xac','\x0f','\xb1','\x30','\x62','\x7e','\xb0','\xcb','\x80','\xa0','\x04','\x41','\xed','\xb2','\x81','\x60','\x2b','\x87','\x6d','\xaa','\x20','\xaa','\x9a','\x74','\x50','\xef','\x3f','\x01','\xed','\x54','\x68','\xef','\x32','\x1d','\x58','\x12','\xed','\x7b','\x61','\xc7','\x06','\xd4','\xb3','\xa1','\xec','\x42','\xeb','\xc4','\x42','\x69','\x7e','\xe1','\x84','\x43','\xc9','\x25','\xf8','\x0f','\xb9','\x55','\x87','\x84','\x31','\x03','\xff','\x64','\xb0','\x02','\x7c','\x83','\xb0','\xc3','\x17','\xa9','\xba','\xd4','\xaf','\xea','\xf6','\xb3','\x55','\x28','\xcf','\x3c','\x4c','\x01','\x31','\x06','\xc8','\x69','\xe1','\xac','\x69','\xa5','\x80','\x42','\x2a','\xb5','\x50','\x72','\xe1','\x24','\xa2','\x21','\xb0','\xe8','\x85','\x81','\xd8','\x19','\x87','\x4b','\xec','\xfd','\x82','\x93','\x93','\x01','\x01','\x56','\x3f','\xc3','\xf6','\x2a','\x76','\xee','\x81','\x38','\x54','\xdc','\x04','\x18','\xe6','\xb6','\x7d','\x0b','\xa8','\xa3','\x04','\x3d','\x69','\xb2','\x2d','\x8c','\x4d','\x71','\x18','\x55','\xb6','\xb9','\x91','\x66','\x6f','\xb5','\x2b','\xf3','\xb7','\xf8','\xb5','\xff','\xb6','\x4f','\x38','\x02','\x84','\x86','\x08','\x57','\x57','\xe1','\x92','\xdd','\x4a','\xcd','\x51','\x48','\x3c','\xdc','\x32','\xe8','\x75','\x38','\x59','\xc6','\x26','\xb5','\x21','\xf9','\xaa','\xca','\xae','\x6f','\xb2','\xcb','\x94','\x63','\xe4','\x6f','\xa7','\x6c','\x7e','\xff','\xb7','\x53','\x3b','\x31','\xf6','\xb7','\x53','\xad','\xbf','\xfb','\x61','\xf6','\xc9','\x1f','\x9e','\x38','\xf3','\x1e','\x57','\xcf','\x7b','\xa4','\x1e','\x5f','\x4f','\x0f','\x76','\xf7','\x78','\xb8','\x2d','\xd6','\x9d','\x67','\x66','\x5f','\x6c','\x89','\x7c','\x23','\x8d','\x1e','\xd4','\xe8','\xa4','\xd9','\x2f','\xe9','\xf6','\x82','\x4e','\x71','\x83','\x92','\x32','\x55','\x42','\x54','\xc3','\x01','\x1d','\xd1','\x64','\x2b','\xcc','\xa8','\x25','\xf2','\x91','\x52','\x4c','\x10','\xc7','\x88','\x12','\x24','\x80','\xf3','\xbd','\x7a','\x52','\xf6','\x99','\x14','\x1d','\x4f','\xd3','\xb9','\x6e','\xef','\xe3','\xe9','\x34','\xf4','\x3e','\x9e','\x9b','\x83','\x3f','\xf6','\xa4','\xa8','\xc8','\x87','\x0c','\x88','\xe6','\xf2','\x2d','\x91','\x0f','\x99','\xea','\xd6','\x09','\x8a','\x6c','\x43','\xec','\x70','\xfe','\x70','\x07','\xdc','\xfe','\xf3','\xed','\xc6','\x37','\xbb','\x7a','\xdf','\x38','\x99','\xab','\x31','\x37','\x8d','\xf9','\x02','\x2a','\x0d','\xa9','\x5a','\x8b','\xe9','\x25','\x66','\xa6','\x98','\x86','\xe2','\x09','\x97','\x15','\x46','\x0d','\x1f','\xd2','\x31','\x82','\x02','\x8c','\x8a','\x2d','\xb6','\x03','\xb5','\x6a','\x74','\x71','\x83','\x2e','\xd6','\xe9','\xe2','\x95','\x3e','\xeb','\x8a','\xbd','\x78','\x8d','\xdf','\xc0','\x1f','\xad','\x0d','\xaa','\xd7','\x00','\xcb','\x35','\xba','\x54','\x0b','\x19','\xb5','\x96','\x51','\xd3','\xde','\xfc','\xf1','\x44','\xad','\xee','\xaa','\x98','\x2e','\x87','\x90','\x0d','\x9e','\x87','\x4a','\x92','\x65','\x2f','\x20','\x3a','\xe1','\x70','\xf5','\x63','\x9a','\x5b','\xec','\xcf','\xc9','\xf6','\xcb','\x0d','\x5a','\x76','\xd3','\x1c','\xff','\x63','\x9b','\x66','\x2d','\xaa','\xa1','\x40','\x1e','\x85','\x4e','\x95','\x5a','\x35','\xad','\x54','\xd3','\x52','\xc6','\xb4','\x8b','\x83','\xe6','\x7a','\x58','\x19','\x99','\x63','\xdc','\xe1','\x93','\xca','\x6d','\xbb','\x22','\x4c','\x22','\x00','\x13','\x9c','\xf0','\x0c','\x7a','\x85','\x18','\x4e','\xe1','\xfe','\x08','\x15','\x19','\x23','\x1c','\x81','\x08','\xe5','\x32','\xad','\xb5','\x73','\x9e','\xb7','\xa6','\xda','\x57','\x42','\xc0','\x6f','\xa1','\xd9','\x86','\x06','\xd6','\x8a','\x55','\x86','\x86','\x2f','\x44','\xeb','\x87','\x4f','\x8a','\xd0','\x80','\x40','\xfc','\x91','\x23','\x40','\xb4','\x50','\xb0','\xd0','\x2a','\x96','\x73','\x57','\xb4','\x13','\x55','\x0d','\x29','\x22','\x89','\x27','\xa2','\xa1','\x94','\xe0','\x50','\xe3','\x1b','\x3e','\xa2','\x61','\x45','\xb3','\x21','\x4a','\x5f','\xa4','\x52','\x1b','\x12','\x9b','\x52','\x90','\x72','\xd9','\x77','\x5a','\xb3','\x65','\x0d','\x2a','\x07','\x61','\xd3','\xe9','\x94','\x35','\xfa','\x98','\x19','\xd4','\xcc','\x23','\x8d','\xe5','\xe6','\x4b','\x4b','\x5a','\x96','\xa4','\xb2','\x04','\x9d','\x6a','\xa3','\xc7','\x6b','\x50','\xca','\x5b','\x21','\xb8','\xdd','\xb6','\x6b','\xd0','\xc3','\x76','\x1b','\x6d','\x8b','\x5f','\x6d','\x28','\xfc','\x21','\x74','\xad','\x4d','\xeb','\x06','\x6d','\x1b','\xd4','\x34','\xfa','\xcd','\xa9','\xa0','\x39','\xd5','\xaa','\x33','\xad','\xcd','\x52','\xe6','\x0c','\x32','\x4f','\x23','\xb3','\x8e','\xd6','\xce','\xa2','\x1a','\xf0','\xbd','\x23','\x85','\x9b','\x58','\xd0','\x89','\x9e','\x66','\x37','\xa0','\x38','\xbd','\x6c','\x8b','\x12','\x75','\xa3','\x3f','\xd9','\xb6','\x9f','\xed','\x94','\xe5','\xd2','\x6e','\x7d','\x6e','\x40','\x35','\x42','\x2e','\xbd','\xe5','\xaa','\x94','\x6c','\x3b','\xd5','\xa5','\xe0','\x03','\x88','\x48','\x1a','\xd0','\x56','\x73','\xa4','\x36','\xca','\xaf','\xb7','\xbb','\xf7','\x97','\xed','\xd7','\x45','\xa0','\x09','\x32','\x02','\x75','\x44','\x1a','\xae','\xbf','\x36','\x7b','\xe7','\x97','\x7b','\x17','\x08','\x30','\x4b','\x18','\xef','\x7d','\xf4','\xf9','\xa1','\x6c','\x23','\xe2','\xd2','\x99','\xc7','\x6e','\xce','\xd8','\x0d','\xa4','\x2c','\x22','\x5a','\x93','\x54','\xc3','\xfe','\x9a','\x4c','\xc7','\x15','\x3a','\x28','\xc3','\xef','\x05','\x81','\x56','\xeb','\xe7','\x8b','\x73','\xa1','\xbb','\x12','\xb4','\x34','\xcd','\x17','\xe8','\x74','\xad','\xb3','\xa4','\xa7','\x6b','\xa5','\x7c','\x21','\x75','\xba','\xd0','\xa1','\x0f','\xe5','\xd7','\x94','\xd8','\x17','\xfc','\xa9','\xf8','\xf7','\x7a','\xe4','\xcd','\x6d','\x0e','\xd7','\x47','\xde','\xec','\xe7','\x1f','\xf2','\x3d','\x15','\x21','\x42','\x68','\x74','\x78','\x9f','\x02','\xc2','\x6c','\x68','\x25','\xad','\x92','\x48','\xa8','\x05','\x8f','\x36','\x29','\x88','\x3e','\xc5','\x79','\x36','\xb0','\xa9','\x55','\x76','\xb6','\xf8','\xa9','\x05','\x2e','\x36','\xf8','\x82','\xb1','\x2b','\x3e','\x6a','\x43','\xd7','\x77','\x40','\x3b','\xe3','\xdc','\x84','\xda','\x99','\x56','\x2d','\xa3','\xd5','\xa0','\xf7','\x3b','\xe2','\xf8','\xf1','\x28','\xaa','\xd3','\x5f','\xa9','\x3f','\x2c','\x72','\x9b','\xe8','\xf0','\x16','\x1d','\xa5','\x08','\x8d','\x8a','\xa2','\x7b','\x48','\x05','\x2b','\x74','\x78','\x29','\x05','\xf1','\xa5','\x04','\xdd','\x59','\xdb','\xb4','\x4b','\x2a','\x48','\xcb','\x56','\x7f','\x8e','\xd8','\x2f','\x77','\xee','\xa9','\x6b','\x99','\xf6','\x3e','\x4d','\x07','\xaa','\x81','\xc0','\x72','\x28','\xf0','\xf5','\x96','\x6a','\x97','\xd4','\xe7','\x52','\x59','\x1d','\xad','\x9d','\x71','\xcd','\x2f','\x48','\xa2','\x1f','\x22','\x72','\x6d','\xa0','\x13','\x67','\x25','\xb5','\x62','\x5f','\xe0','\x92','\x7c','\x09','\xde','\xb8','\x48','\x79','\xed','\x67','\xc4','\x5e','\xed','\xd4','\xce','\x6f','\x4d','\x0e','\xff','\x30','\xc8','\x27','\x87','\x11','\xae','\x20','\x53','\x70','\x10','\xcc','\x50','\xc2','\x87','\x34','\x6e','\x6f','\x8a','\xac','\x05','\x6e','\x6a','\xc2','\x52','\x71','\x18','\x17','\x85','\x60','\x57','\xf5','\x6d','\x21','\xdf','\x61','\x62','\x04','\x15','\x00','\xc2','\x19','\xa5','\x5b','\x3d','\xc3','\xa5','\x27','\x46','\x52','\x4f','\x7c','\xd7','\x75','\xe1','\x9c','\x54','\x05','\x4b','\xbc','\x2b','\x5d','\x67','\x25','\xa9','\x61','\x7f','\x0f','\xa2','\x41','\xd4','\xed','\xa1','\x13','\x3e','\x78','\xf5','\x81','\x6a','\x3f','\x55','\xe0','\x7d','\xf1','\xa1','\x1c','\xf2','\x04','\x68','\xa7','\x0e','\x4b','\x34','\xec','\xd2','\xad','\x47','\xcf','\x96','\xb2','\x95','\xd4','\x4e','\x39','\x16','\x04','\xa2','\x25','\x89','\xe6','\x61','\x7e','\x1c','\x12','\x12','\x3e','\x74','\x8a','\xf6','\x97','\x2d','\xfb','\xe5','\x4e','\x0d','\xbe','\xc3','\xdc','\xc2','\xb5','\x49','\x40','\x72','\x87','\xec','\x76','\x0b','\xf2','\x8d','\xe5','\x54','\xa7','\x3e','\xb4','\x47','\x72','\xe6','\xb9','\xa3','\xbf','\x0c','\xfb','\x52','\x9b','\xca','\x11','\xc1','\xdc','\x16','\xa1','\x3d','\x69','\xfe','\xab','\xfb','\xf9','\x7b','\x07','\xa1','\x2d','\xfe','\x0b','\x77','\x6e','\x02','\xe1','\xd6','\x9d','\xf7','\x05','\x31','\x91','\x71','\x05','\x67','\x5e','\xb4','\x45','\x3f','\x29','\x4a','\xcc','\x80','\xe8','\x27','\xd5','\x47','\x99','\x2d','\xa7','\xe0','\x65','\x39','\xe9','\x1f','\xe2','\x26','\x20','\xe1','\x90','\x6d','\xb7','\xb0','\x5e','\x22','\xa9','\x94','\x28','\xe6','\x05','\xbd','\x6c','\x72','\x7f','\x05','\xff','\x2a','\x7d','\x85','\x32','\x9a','\x79','\xbe','\x61','\x12','\xcd','\xdc','\xca','\xd0','\x10','\x6b','\x49','\x17','\xeb','\x67','\xb8','\xb3','\x7e','\xb8','\xde','\xe1','\x72','\x2c','\xdc','\xb4','\x57','\x53','\xdc','\x55','\x82','\x99','\xcc','\x56','\x68','\xae','\x40','\x8b','\xc3','\xb0','\x2f','\x2e','\x59','\x34','\xe2','\x86','\xa9','\xee','\x5e','\x03','\x49','\x2b','\x44','\x50','\x2b','\xdc','\x2a','\x1d','\x66','\xa9','\x69','\x0d','\xad','\x99','\x92','\xa7','\x8c','\x12','\x21','\x94','\x68','\x20','\x56','\xe3','\x42','\xd4','\x6e','\x9b','\xaa','\x6c','\x32','\xa3','\xcd','\x96','\x30','\x53','\x70','\xbc','\x5d','\x61','\xa8','\x6d','\x21','\x53','\xb5','\x4c','\xd5','\x68','\xab','\xc6','\xf6','\xcd','\x71','\xcb','\xbc','\x69','\xb4','\xb3','\x86','\x79','\xc2','\xb8','\xec','\x32','\xd6','\x5d','\x7f','\x61','\xbb','\xaa','\x73','\x68','\x7c','\x1c','\x95','\xcb','\xd2','\xf8','\xb8','\x7d','\x79','\x1c','\xb4','\xd5','\xf8','\x38','\x40','\xdc','\xf4','\xf3','\x0f','\xdb','\x73','\xd0','\x7b','\x6b','\x64','\x84','\x4e','\xe7','\xa8','\xbe','\xc0','\x05','\x38','\x77','\x96','\x43','\x84','\x71','\x4b','\xb7','\x94','\xd4','\x52','\x2a','\x57','\x13','\x33','\x88','\x84','\x50','\x09','\x23','\xb7','\x1b','\x8d','\x7b','\xa4','\x21','\x6c','\x3f','\x4b','\x80','\xef','\x9d','\x2f','\xe9','\x40','\x95','\x52','\x88','\x35','\xf6','\xbb','\x91','\x7d','\xd6','\x11','\xfe','\xa2','\x98','\x48','\xf0','\xb5','\x04','\xa8','\xc6','\x95','\x6b','\x6b','\xc4','\x2c','\xa9','\x7a','\x4a','\xe2','\x9b','\x2f','\x01','\x11','\xff','\x06','\x81','\x38','\xad','\x6c','\x11','\xff','\x35','\x52','\x54','\x6c','\x4b','\xe9','\x23','\xcb','\x1c','\xbd','\x64','\x59','\x35','\x96','\x23','\xf5','\xe5','\x4f','\x5b','\xcb','\x7a','\x71','\x19','\x91','\xe5','\xb2','\xb1','\x4c','\xc9','\x72','\xc0','\xa8','\x26','\xeb','\x4b','\xea','\xd2','\x92','\x6b','\x69','\x49','\xaa','\x7e','\x4b','\x52','\xbe','\xe5','\xf9','\xb5','\x7f','\x1c','\x1b','\xda','\xc7','\xfd','\xa6','\xa0','\x14','\xa4','\xe7','\xab','\xf4','\x17','\x94','\x9e','\xa1','\xf6','\x19','\x1b','\x3d','\x89','\x26','\x9f','\x9c','\x1c','\x7e','\x72','\xf8','\xc0','\x93','\x07','\x38','\xe4','\x27','\x65','\xfb','\x49','\x9b','\x3e','\x49','\x39','\xfa','\x9f','\xa4','\xd6','\x97','\xec','\x99','\x27','\xe8','\xd4','\x13','\x94','\x3e','\x41','\x7b','\xff','\xc7','\xaa','\xfa','\xdf','\x55','\x07','\xdb','\xad','\xf1','\xe9','\xcd','\x45','\xb4','\x09','\xe7','\x0e','\x1a','\x98','\x70','\x40','\x3e','\xbc','\x05','\xb3','\x96','\x7c','\xdd','\x66','\xa6','\xe9','\x20','\x61','\x9a','\x87','\x4d','\x73','\x44','\x40','\x7c','\x72','\x99','\x23','\x6e','\xf6','\x8c','\x9a','\x52','\x8b','\x0b','\x16','\xae','\xeb','\x45','\xd2','\x0e','\xd2','\x46','\xed','\x66','\x13','\x78','\x35','\xc9','\xd6','\x38','\x66','\xb2','\x51','\x63','\xd7','\xed','\x5f','\x7d','\x9c','\x1e','\xc4','\x7d','\x31','\x48','\xa1','\xf5','\x70','\x2d','\x96','\x80','\xf8','\x09','\xcd','\xfa','\x22','\xa9','\x9a','\x79','\x56','\xf3','\xb7','\x98','\x47','\x67','\x6e','\xf8','\x5d','\xa2','\xe5','\x31','\x5f','\xfe','\xf3','\x3a','\x10','\x44','\xf3','\x7d','\xf4','\xb9','\x33','\x38','\x70','\x06','\xbb','\x16','\xca','\xef','\xd8','\x49','\xd4','\x8e','\x38','\xfb','\x2b','\xab','\xdb','\x37','\x97','\x98','\xeb','\x2f','\x98','\xd4','\x60','\x03','\x22','\x5b','\xfb','\xfb','\x4f','\x27','\xff','\xaf','\x2a','\xfb','\x7e','\x07','\x89','\xab','\xad','\xc3','\xdf','\x5f','\x1c','\x59','\xe3','\xa8','\xb0','\xb5','\x36','\x33','\x2d','\x66','\xf6','\xdc','\xf6','\xbd','\x10','\xca','\x47','\xec','\x7f','\x8c','\x30','\xcc','\xa1','\x00','\xdc','\x94','\xd5','\x49','\xf2','\x8a','\x9f','\x5d','\x6f','\xb3','\x97','\x29','\x5b','\xa7','\x89','\x75','\x7a','\x78','\x9d','\x8e','\x70','\xd4','\x12','\xac','\xc6','\x58','\xfd','\x67','\xec','\xda','\xf4','\x6d','\xe3','\x28','\x48','\x9b','\xb1','\x6f','\x36','\x98','\x5f','\xef','\xa6','\x8e','\x57','\xd9','\x55','\x0b','\x7a','\x85','\x40','\xd2','\x88','\xc1','\x47','\x4b','\xac','\xe9','\x87','\xd7','\x7e','\x85','\xe7','\x11','\xaa','\x50','\xcc','\xb0','\x0e','\xd8','\x43','\xd8','\xd5','\x76','\xf2','\x35','\xc2','\x9f','\x0a','\x70','\xd5','\x4a','\xd4','\xc9','\xe1','\x3a','\x19','\x11','\xe0','\x7f','\x84','\x0f','\x6f','\x1f','\x47','\xe4','\x31','\x02','\x17','\x0e','\x17','\x6b','\x69','\x82','\x2a','\x32','\xf2','\x2a','\x92','\xa1','\x73','\x73','\xa7','\xc4','\x12','\x29','\x33','\x2c','\x01','\x7b','\x0e','\xfa','\xa7','\xe7','\xb9','\xfb','\x3c','\x7b','\x30','\xe2','\xb8','\x7f','\x18','\x95','\xdf','\xa4','\xf7','\xbf','\xd7','\xba','\x7f','\x98','\x02','\xde','\x4b','\xcb','\x37','\xaa','\xa9','\xe1','\x4d','\x0f','\xde','\xe4','\x9b','\x03','\x17','\x28','\xff','\x5b','\x8c','\xfb','\x30','\x7e','\x0f','\x87','\xe7','\xc6','\xc3','\x76','\xb8','\x32','\xe3','\xf3','\xa4','\x64','\xee','\x10','\x37','\x3c','\x8d','\x8d','\x39','\xf4','\x02','\x76','\xd7','\x70','\x7e','\xc3','\xfe','\xf9','\x15','\xec','\x5d','\xf1','\x7b','\x57','\x7c','\x6b','\x4a','\x28','\x47','\x47','\xa6','\xc1','\x1d','\x86','\x3a','\x16','\xf1','\x48','\x20','\x47','\x5d','\xf0','\x48','\xf8','\x84','\x8e','\xd5','\x33','\xb8','\xf7','\x4c','\xf9','\x9d','\x85','\xa4','\xcb','\x8e','\x20','\x91','\xa4','\x24','\x5a','\x0f','\x74','\xe8','\x18','\xbd','\x16','\xf3','\x1e','\x50','\xbf','\x78','\x20','\xf9','\xd7','\x16','\xbf','\x0a','\x58','\x47','\x96','\x22','\xbf','\xce','\x71','\xc1','\xfa','\xf5','\xe5','\x88','\xba','\x12','\x81','\xa0','\x81','\x8e','\xe2','\x7a','\xcf','\x71','\x5d','\xba','\xc9','\xe7','\xc7','\x86','\xf9','\xe1','\xc6','\x54','\xb9','\x89','\x35','\x3f','\x70','\x66','\x9e','\x5a','\x47','\xf9','\x09','\x0e','\x9a','\x9f','\xb0','\xf8','\xf5','\xd4','\x3a','\x28','\x00','\x4d','\xaa','\x3e','\xf2','\xf2','\xd4','\x67','\x86','\x1c','\x50','\x8e','\x47','\x5e','\xee','\xd3','\xa4','\xf7','\x00','\xe2','\x0f','\x97','\xed','\x8a','\xe6','\xf3','\x68','\xb2','\x04','\x24','\xd2','\x4c','\x98','\x2e','\x70','\xde','\x84','\xca','\x6f','\xf0','\x2b','\x4d','\x0f','\x59','\xe5','\x97','\xa9','\xb8','\xa9','\x96','\x5f','\x9e','\xc2','\x13','\x53','\x38','\x3e','\x65','\xff','\x3d','\x2d','\xf5','\x53','\xd7','\x02','\xb5','\xdf','\xee','\x1b','\x5c','\x78','\x8f','\x0a','\xf8','\x07','\xd7','\xc5','\x8a','\xff','\x9c','\x47','\xe2','\xf3','\xb3','\xb3','\x5f','\xdb','\x3a','\x08','\x5e','\x3a','\x4e','\x39','\xf8','\x4d','\x04','\x5e','\xe6','\xb6','\x8a','\xbf','\x6e','\x37','\xb7','\x5f','\xd9','\xa0','\x0e','\xef','\x6b','\xcf','\x99','\xe4','\x3b','\x0b','\x61','\x97','\xad','\xa0','\xf6','\x56','\x0b','\x24','\xb7','\x3b','\x82','\x31','\x3b','\x49','\x52','\xaa','\xbf','\xbd','\xb7','\x9a','\xc2','\x1f','\xb0','\xe4','\xa5','\x94','\x7d','\xd5','\xca','\xc9','\x29','\xcc','\x15','\x87','\xbf','\xad','\xc9','\x30','\x97','\x65','\xbb','\x0d','\xb3','\x6d','\xeb','\x78','\x70','\xd7','\x3c','\xdf','\xaa','\x2f','\x5e','\x12','\xfa','\xc2','\xdf','\x0e','\x37','\xcc','\x51','\xa1','\x2c','\xa2','\x9a','\xe9','\xf4','\xa1','\x73','\x32','\x06','\xe1','\x91','\x6c','\x9d','\x3f','\x8f','\x24','\x9e','\x67','\x6b','\x1c','\x77','\x30','\x25','\xd1','\x92','\xab','\xaa','\xf5','\x56','\x4d','\x25','\xd0','\x21','\x78','\x9f','\x46','\x1b','\x39','\xfb','\x55','\x27','\x4e','\xc2','\xbf','\x05','\x02','\x13','\x89','\xdf','\xd7','\xc4','\xab','\xef','\x7c','\xd8','\xb9','\xe9','\xde','\x23','\xad','\xc1','\x85','\x18','\x76','\x03','\x51','\x57','\xba','\x60','\x96','\x5f','\xa9','\x17','\x4e','\xb5','\x0b','\x45','\xb3','\x70','\x1a','\x18','\xd1','\x0b','\x5a','\xbd','\xf0','\x48','\xbb','\xa0','\x99','\xe5','\x06','\x18','\x8d','\xc3','\xc8','\xdc','\x87','\x6a','\xc1','\xb0','\x68','\xec','\x88','\x50','\xbf','\x89','\x7a','\x6d','\x3b','\x92','\x6c','\xc3','\x6f','\xda','\xca','\x87','\x9c','\x40','\xd0','\xb0','\x55','\x18','\x0e','\xdc','\x43','\x0d','\xdb','\x16','\xed','\xfe','\x07','\x93','\x7f','\xa7','\xfb','\xee','\x7f','\x90','\x27','\x2c','\x23','\x38','\xb5','\xd9','\xca','\xd7','\xda','\x4a','\xac','\xea','\xdc','\xc3','\x09','\x74','\x47','\x8e','\xdd','\x72','\xa0','\x73','\xeb','\x39','\x35','\xff','\xe5','\x7a','\x30','\x92','\x4a','\x28','\x11','\x20','\x8f','\x15','\x5c','\x40','\xdc','\xf4','\x34','\x15','\x54','\xdd','\xf9','\x48','\xef','\xf6','\x30','\xf0','\x89','\x28','\x87','\x73','\xac','\x85','\xd4','\x7a','\xaa','\xfc','\x72','\x2a','\x7f','\x39','\x92','\xaf','\xb1','\xfc','\x06','\xcd','\x5f','\x09','\xe6','\xaf','\xf9','\xcb','\x0d','\x9c','\x7f','\x31','\x91','\xaf','\xb3','\x9d','\x28','\x73','\x63','\x5e','\xe4','\x61','\x20','\x59','\x9c','\xa4','\x2b','\x0c','\x45','\x18','\x4a','\x31','\xe4','\x01','\xa9','\x91','\xaa','\x01','\xcd','\x27','\x0c','\x52','\x3b','\x0c','\x99','\xd8','\x70','\xc3','\xca','\x35','\xe7','\x13','\x8e','\x11','\x6e','\x1e','\x6d','\x7d','\xa8','\xd5','\xc4','\x38','\x3b','\x87','\xd2','\x98','\x63','\xff','\xa4','\xd6','\xf4','\xf2','\x4b','\x3a','\x70','\x4f','\x5d','\x6f','\xe7','\xd7','\xf4','\x2d','\x94','\xe1','\x5a','\x81','\x41','\xd6','\x53','\x1d','\xd4','\xb4','\x72','\x2d','\xa2','\x6d','\x38','\x8f','\xc4','\x5f','\x49','\x18','\x45','\x7c','\xe0','\x01','\xdc','\xf1','\x7b','\x7d','\x3f','\x98','\xff','\x9b','\xab','\xe5','\x97','\x2b','\x79','\xbe','\x73','\x6b','\x91','\x7c','\x3d','\x91','\xbf','\x56','\xca','\x9b','\x8d','\xfc','\xda','\x52','\x79','\xdd','\xa7','\xd5','\x83','\x9a','\xc8','\xe1','\x06','\xdd','\xc7','\xff','\x39','\x16','\x27','\x80','\x60','\xd0','\x97','\xe0','\x8c','\x8f','\x6a','\xb6','\xa5','\x6d','\xf1','\xd5','\x73','\xf7','\xb3','\xbc','\xd5','\x71','\xa9','\x03','\xbd','\xdc','\xd4','\xa7','\xd9','\xd2','\xb4','\xba','\x38','\xad','\xba','\xa7','\x55','\x3c','\xad','\x8e','\x95','\xff','\xf1','\x65','\x2d','\xbe','\xa0','\xc5','\x24','\x20','\xbe','\xe7','\x03','\xbf','\x84','\x10','\x37','\xc8','\x51','\x29','\x69','\x3f','\x1f','\xd6','\xa9','\x02','\x79','\x62','\xe2','\x5d','\xbf','\xc4','\xbf','\x37','\x57','\x70','\xdc','\x8e','\x4c','\xf8','\x6d','\x7b','\x84','\x3e','\x5c','\x13','\x6e','\x03','\x24','\x5c','\x75','\x5d','\x08','\x27','\xf9','\x0a','\x9e','\x0d','\x99','\x29','\x13','\x56','\x6c','\xde','\xac','\xc1','\x54','\x6c','\xcd','\xcf','\xfa','\x64','\x79','\xfd','\x83','\xf9','\x5a','\x3a','\x5f','\x3b','\x90','\x7f','\xf1','\x60','\xfe','\xff','\x1d','\xc9','\xc3','\xbb','\x50','\xca','\x7c','\xac','\x1a','\x85','\xbc','\x00','\x7c','\x15','\x25','\xb9','\xa5','\x2a','\x9c','\xaf','\xed','\x71','\xea','\xf9','\xab','\xed','\xbc','\x69','\x76','\x51','\xcb','\x5f','\xb7','\xcb','\x26','\xca','\x9b','\x34','\x6f','\xf6','\xf1','\x7b','\xb8','\xb9','\x42','\xf3','\x35','\x5a','\xe6','\xf2','\x6d','\x1d','\x4c','\xba','\x9d','\x0b','\x71','\xe7','\x7a','\xde','\x95','\x25','\xa8','\x77','\x72','\x1b','\xa4','\x79','\x13','\x4f','\xe8','\x89','\x87','\x45','\x3a','\xc1','\x4f','\x91','\x34','\xdf','\x0c','\xa1','\xf2','\xcb','\xf6','\x8b','\xb7','\xee','\x53','\x90','\x3f','\x30','\xd4','\x2d','\xa9','\x1a','\x4e','\xc2','\xa1','\xb0','\x27','\x3b','\x49','\x68','\x77','\x4e','\x4a','\x44','\x5d','\xfe','\xfc','\x5f','\xb2','\x9e','\x5f','\x7f','\xb3','\x3b','\x57','\x06','\x2c','\x4e','\x67','\x45','\xfd','\xcd','\xb2','\xf6','\x5f','\x97','\xb4','\x80','\x81','\xd4','\x0a','\x1a','\xac','\xa0','\x13','\x95','\x9d','\x71','\xa4','\xd4','\x5a','\xa5','\xec','\xcc','\x30','\x2c','\x36','\x3e','\x99','\x62','\x2a','\x4c','\x10','\xaa','\x79','\x93','\x00','\xae','\xf0','\xd9','\xab','\xe7','\xeb','\x80','\x72','\xbd','\xae','\x5d','\xad','\x6b','\xa4','\x93','\xae','\xeb','\x64','\xa2','\xfe','\x2a','\x72','\x4c','\x12','\x6d','\x95','\xee','\x38','\x93','\x5b','\x62','\x41','\x42','\xdd','\x24','\xe7','\xb0','\x35','\x41','\x8d','\x32','\x35','\x72','\x61','\x4b','\xa3','\x90','\x60','\xc6','\x6f','\xf8','\x37','\x5f','\xb7','\x6d','\x60','\x86','\x0e','\x5b','\x6f','\x53','\x63','\x88','\x23','\x6c','\xfd','\x73','\x6a','\xbc','\x41','\x8d','\x89','\xb0','\x25','\x1a','\x16','\x60','\x27','\x3e','\x2f','\xe6','\x07','\x9d','\x10','\xc7','\xb8','\xf7','\xbb','\xd0','\xfd','\xe1','\xd6','\xfd','\xa8','\xe7','\xfe','\xb2','\xcd','\xaf','\xe5','\xf0','\xcf','\xe1','\x13','\x8e','\x24','\xff','\x10','\xdd','\x6f','\xf3','\x0f','\x49','\x19','\x91','\x13','\x73','\x76','\xaa','\x40','\x50','\xa1','\x8e','\x0a','\x19','\x34','\x47','\x3a','\x79','\x21','\x22','\x6e','\x93','\x5a','\x77','\x73','\x19','\x0e','\xbb','\x69','\x5d','\xce','\x5f','\xb7','\xc4','\x0d','\x2a','\xaf','\xbb','\xc5','\xde','\x47','\x30','\x5d','\x1b','\x7d','\xb0','\x44','\xeb','\xb4','\xfc','\x9f','\xa9','\xf6','\x03','\xca','\x67','\x01','\xa9','\x55','\xe0','\x72','\x4e','\x71','\x47','\xaa','\x25','\x3a','\x85','\xa4','\x24','\xbb','\xd1','\xa3','\xf0','\xab','\xe9','\x5c','\xf9','\x33','\x86','\x7f','\xda','\xba','\xe7','\xc0','\xd2','\xd6','\x75','\xab','\x41','\xde','\xba','\xbd','\xb1','\x8e','\xae','\x6c','\x0b','\xf9','\xce','\x0d','\xc8','\xff','\x3b','\x8e','\x93','\x5c','\xb7','\x0e','\x8c','\x4f','\x6e','\x5d','\xf9','\x1a','\x8b','\x50','\x18','\x2a','\xab','\xe3','\xb5','\xf9','\xc5','\x75','\xfb','\x0a','\xb7','\x16','\x30','\xff','\x43','\x9c','\xab','\x79','\xa0','\xc2','\x06','\xf5','\x87','\x22','\x1e','\xbb','\xe9','\x56','\xf8','\xb5','\xc1','\xaf','\xce','\x0d','\x34','\x68','\xe7','\x5b','\xef','\xa7','\xc8','\x8f','\x9a','\x07','\xd0','\xc8','\xae','\x87','\xd9','\xa9','\x74','\x76','\x3c','\x0f','\x12','\x89','\xa7','\x32','\x11','\xa5','\x88','\x40','\x54','\x8a','\x32','\x90','\x1a','\x81','\x8b','\x3b','\x9a','\x27','\x5a','\x22','\x21','\x2d','\x23','\xee','\x69','\xb7','\x6d','\x13','\xb7','\x00','\x23','\x22','\xc9','\xbc','\xb3','\x0e','\x6f','\x19','\x47','\x41','\x99','\x20','\x2a','\x52','\x0e','\x93','\x40','\xab','\x1b','\x93','\x64','\x75','\xeb','\x84','\x5e','\x5c','\x40','\x1f','\x92','\x74','\x82','\x75','\xea','\x36','\x29','\x49','\x01','\x85','\x3f','\x63','\x11','\x0d','\x0c','\x36','\x97','\xee','\xe3','\x6f','\xff','\x0e','\xcf','\x23','\xe9','\x45','\x91','\xcb','\x01','\xb5','\x12','\x2f','\xfb','\xc8','\x3a','\xb1','\xd6','\x49','\x71','\x9d','\x64','\xd6','\x09','\xbf','\xa7','\x02','\xca','\x3a','\x61','\xeb','\x24','\xb2','\x4e','\x52','\x82','\x52','\x00','\xb0','\x73','\x1c','\x8c','\x0c','\x8c','\x32','\x5e','\x54','\x24','\x7a','\x11','\x6a','\x83','\x13','\x44','\x0b','\x7b','\x75','\x6c','\x25','\x4a','\x9d','\x4c','\x92','\x6e','\xd4','\x57','\x61','\x50','\xe1','\x1b','\xd1','\xb4','\x94','\x08','\x46','\x49','\x7c','\x32','\x6f','\x79','\x9e','\xa0','\x9e','\xa1','\x5a','\x91','\x46','\x8a','\x14','\xca','\x16','\x20','\x5d','\x39','\x60','\x5a','\x01','\xbd','\x18','\xd0','\x33','\x01','\x9d','\x04','\x3a','\x5d','\x15','\x14','\xf5','\x0c','\xcb','\x9e','\x89','\x64','\xcf','\xa4','\xd6','\x16','\x5c','\xf3','\x36','\xe6','\x76','\xcb','\xed','\xdf','\xab','\x81','\x8a','\x26','\x47','\x85','\xd4','\x6d','\x7f','\x1b','\x48','\xe3','\xad','\x7a','\xad','\x58','\xaf','\x65','\x04','\x81','\x3c','\x15','\xe8','\x35','\x6a','\xaa','\x51','\x1b','\x0c','\xb6','\x27','\x68','\xad','\x67','\x86','\xbb','\x93','\xb7','\xcd','\x33','\x1f','\xa7','\x54','\x2a','\x6a','\x5a','\x51','\x2b','\xc0','\x27','\x82','\x1a','\xd1','\x82','\x3f','\x6a','\x19','\x7e','\x0f','\x4d','\xd4','\x1c','\x2e','\x8e','\xee','\xf7','\x2a','\x3b','\xb9','\xe2','\xb7','\x7d','\x2f','\x0f','\xca','\x60','\x54','\xc4','\xe4','\x21','\xfe','\xa5','\xba','\xa5','\x22','\x96','\xcc','\x9d','\xb9','\x46','\x26','\x6b','\x8a','\xc6','\x82','\x82','\x45','\xcd','\xcd','\xb5','\xb8','\x12','\x51','\xe8','\x09','\x3e','\xcf','\x2d','\x02','\x3d','\x21','\x6e','\x7f','\x9e','\x44','\xa3','\x28','\x72','\x78','\xbc','\x6c','\xc3','\x7b','\xf8','\x05','\xef','\xd8','\x8b','\xef','\xb0','\xcd','\x87','\x58','\xe3','\x43','\xf0','\x09','\xc4','\xd8','\x39','\x7a','\xd9','\x65','\x95','\x5d','\x1e','\x1c','\xbb','\xfc','\x40','\x73','\xdd','\xa3','\xf3','\xc5','\x3c','\x77','\x87','\x71','\x52','\xac','\x58','\x6e','\x15','\x3b','\x6c','\x3a','\x00','\xab','\xdc','\x2c','\x8a','\x83','\x48','\xe2','\x50','\x2b','\x95','\x9b','\x8a','\xe0','\x43','\x8b','\x68','\x2c','\xa5','\x8d','\x78','\x1c','\xb9','\xfa','\x7f','\x63','\x1c','\x8d','\x29','\xe5','\x26','\x8c','\x03','\x6d','\x5f','\xf0','\x1d','\xc6','\x51','\xf8','\x7b','\x47','\xf0','\xde','\x93','\x4d','\xbe','\x60','\xc8','\x69','\x93','\xfc','\xa5','\xee','\x95','\x90','\xe5','\xd1','\x8b','\xa4','\x91','\xa1','\x65','\xa2','\x85','\xfa','\xcf','\x61','\x2a','\x89','\x7d','\xc1','\xad','\xd9','\x51','\xee','\xfe','\x71','\xb1','\xdc','\x40','\xb7','\xac','\x9f','\x08','\x32','\x12','\x28','\xc3','\x68','\x31','\x69','\x15','\x35','\xd1','\x13','\xdb','\xa6','\x5e','\x89','\xb6','\x25','\x5a','\x94','\x68','\x66','\x82','\xd2','\x72','\x02','\x9e','\x27','\xcb','\xbf','\xd7','\x34','\xd3','\x7a','\x22','\x5a','\x4f','\x8a','\xaf','\xc1','\xb2','\x0d','\x51','\x7a','\xdf','\x2d','\x2f','\x8b','\x3c','\xf2','\xff','\xe7','\xec','\x7f','\xa0','\xe3','\xb8','\xce','\x3b','\x51','\xf0','\x56','\x57','\xab','\xba','\x28','\x5f','\x74','\x17','\x28','\x8d','\x72','\x9b','\x68','\xa2','\x0b','\x00','\x5f','\x4b','\x8e','\x61','\xe7','\x76','\x37','\x04','\xb6','\x2c','\x0a','\x55','\x24','\x91','\x16','\x99','\x94','\x44','\x47','\x49','\xe6','\xd1','\x79','\xde','\xb8','\x80','\x46','\x9a','\x94','\x17','\xb4','\x5a','\x56','\x8e','\x87','\xce','\x03','\x51','\x05','\x02','\x69','\x42','\x49','\x89','\x84','\x68','\x8f','\xb6','\x29','\x73','\x4c','\xda','\xe3','\xa3','\x99','\xd9','\xcd','\xee','\x40','\x52','\x9e','\xa3','\x37','\x9b','\x1d','\x16','\x08','\xa4','\x49','\xe7','\xb5','\x45','\x39','\x99','\xcd','\x42','\x49','\x36','\x6c','\x99','\x5a','\xca','\x39','\xab','\x1d','\x43','\x91','\x8f','\xd4','\x8e','\x4b','\x5d','\x7b','\xbf','\x5b','\xdd','\xf8','\x4f','\x79','\xe6','\x81','\xdf','\xa9','\x73','\x51','\x6c','\xdc','\xbe','\x7f','\xbf','\x3f','\xf7','\x7e','\xdf','\xef','\xf3','\x9b','\xe3','\xe0','\x78','\x4f','\x00','\x1c','\x58','\x82','\x2b','\x76','\xcf','\x6f','\x8c','\x57','\x91','\x51','\x85','\x95','\x19','\x7f','\x0e','\x93','\x0e','\xac','\x90','\x3f','\xa7','\x64','\x59','\xa5','\x25','\xdd','\xdc','\x27','\xd8','\xc9','\x6d','\xf6','\x97','\xc4','\xe7','\x9d','\x6d','\x0d','\x62','\x83','\xcf','\xaa','\x99','\xc3','\x6e','\xd2','\xd7','\x6e','\x8f','\xf3','\xf7','\x58','\xa2','\x84','\x29','\x60','\x12','\xa0','\x5c','\x52','\x09','\xa9','\x70','\x6a','\x88','\xc5','\x00','\xf8','\x6e','\x43','\x3d','\xba','\xa3','\x97','\xd8','\x3e','\x1a','\x27','\xfa','\x38','\xa9','\x60','\x1e','\xf7','\xcd','\xc8','\x93','\xc8','\xb8','\xef','\xf1','\x7a','\xe0','\x6c','\xa1','\xcb','\xf7','\xd7','\xd5','\x83','\x02','\x74','\xd3','\xad','\xf3','\xf5','\x98','\xef','\x8d','\x1f','\x50','\xc6','\x0b','\x04','\x57','\x29','\x9e','\x51','\x3b','\x64','\xdd','\x9b','\x51','\xd9','\x1b','\x83','\x03','\x0b','\xc3','\x29','\xb4','\xef','\xad','\xab','\x67','\xbb','\xf9','\xda','\xb4','\x9e','\x25','\xb4','\xa1','\x3d','\x08','\xf0','\xfa','\xc1','\x39','\xe0','\xc2','\x9c','\x72','\xc1','\x49','\x57','\x52','\x3d','\x95','\xbe','\x83','\x24','\x2b','\x26','\x57','\x50','\xac','\xbe','\xa5','\x3d','\xf8','\x31','\x36','\xce','\x8c','\xff','\x44','\xf8','\xa6','\xe8','\x2e','\xe1','\xc1','\x84','\x57','\x8c','\x9e','\x28','\x4b','\xad','\x7e','\xd9','\x10','\xe7','\xae','\xf0','\x48','\x73','\xd5','\x25','\xba','\x4b','\x78','\x92','\x41','\xb2','\x4d','\xbf','\x88','\x74','\xc2','\xf7','\x4f','\x54','\x70','\x07','\xa3','\xaf','\xd7','\x3a','\xce','\x1b','\x1f','\x7d','\xc7','\x38','\x71','\xde','\x78','\xec','\xbc','\xd1','\xf1','\xa2','\x11','\x67','\xf4','\xcd','\x1a','\xc4','\x13','\x35','\x70','\xcf','\x3c','\xe6','\x1e','\xb2','\x13','\x82','\xbd','\xb5','\x9e','\xba','\x11','\x59','\x19','\x6f','\x42','\xaa','\x5c','\x78','\xd3','\x6d','\xe3','\x41','\xd3','\x2b','\xe6','\xc6','\xab','\xc9','\x23','\x92','\xc4','\xd8','\x51','\x97','\xdf','\x04','\x3e','\x66','\xba','\xd4','\xb7','\xd5','\xc5','\xba','\x1e','\x3d','\x89','\x72','\x09','\xd1','\xdd','\xb2','\x4f','\x6d','\x6c','\xb0','\x7e','\xb9','\xc0','\x48','\x19','\x17','\xc5','\x37','\xdf','\x5d','\xe3','\xab','\x37','\x6a','\xf8','\xba','\x41','\x38','\x29','\xd7','\x0d','\x7a','\xa3','\xa6','\xba','\x58','\x6f','\xa3','\xb5','\x6c','\x37','\xce','\x30','\xc8','\xe3','\xe0','\x39','\x66','\xe3','\x1c','\xb0','\x7a','\xcf','\x74','\xc7','\x8f','\xce','\x1b','\xcf','\x91','\x0e','\xb8','\x22','\x83','\xa9','\xbf','\x07','\x70','\xe7','\x3e','\x76','\xde','\x23','\x8a','\x91','\x4f','\x8c','\xe7','\xc9','\x78','\x55','\xc5','\x3f','\xb0','\x79','\x70','\x50','\xce','\x33','\x13','\x27','\x58','\x3b','\xd9','\xc8','\xe7','\x15','\x92','\x4f','\x90','\x2a','\xe9','\xfc','\x81','\x92','\x76','\x2e','\xab','\x09','\x57','\xcf','\x95','\x50','\x5d','\x8b','\xb0','\x5a','\xd6','\xd7','\x13','\xe6','\xed','\x29','\xe3','\x71','\xd6','\x9e','\xa0','\x5f','\x6c','\x29','\x06','\xfd','\x62','\xf3','\xae','\x40','\x40','\x1f','\x5c','\xd5','\xed','\x2f','\xdf','\xc3','\xe3','\xdf','\x5b','\xf2','\x2b','\xa0','\x4d','\xed','\x29','\x95','\x0c','\xce','\x45','\xc7','\x8b','\x6b','\x7c','\xf5','\xa3','\x27','\x8f','\x9f','\x78','\xf2','\xf8','\x63','\x4f','\x1e','\xef','\x78','\xf2','\x78','\x1c','\xe8','\x4b','\x9d','\x4f','\x7e','\x29','\xfb','\x7f','\xfc','\x52','\xef','\xe8','\x53','\x07','\x46','\x8f','\x85','\xc7','\xb6','\xe3','\xab','\xdb','\xd5','\xe3','\xad','\xac','\x8c','\xff','\x78','\xc5','\x78','\x77','\xa5','\xe3','\xff','\xf7','\xe3','\xf8','\xc8','\xf1','\xf8','\xc8','\xf8','\x3d','\x85','\x63','\x99','\xd1','\xe2','\x9e','\xb1','\x51','\x3d','\x60','\xce','\x5b','\xeb','\xb1','\xa9','\xc1','\x76','\xb7','\x4b','\xc7','\x17','\x28','\xbe','\x36','\x8f','\xff','\x9e','\xe2','\x25','\xea','\xdd','\x9c','\x1f','\xff','\x2f','\xf3','\xc6','\x7f','\x99','\xc7','\xff','\x65','\x9e','\xdc','\x9c','\x27','\x4b','\x4a','\xe7','\xcc','\xce','\xf4','\x1f','\xee','\xea','\x09','\xff','\xe5','\x41','\xeb','\xcb','\xa1','\xdc','\xb1','\x30','\x12','\x37','\xd7','\xa3','\xd5','\x0d','\xee','\x3f','\x39','\x0e','\x42','\x99','\xbb','\xa9','\x6b','\x75','\x0f','\xc1','\xca','\x34','\x98','\x89','\xa3','\x62','\x40','\x05','\x39','\xe4','\x28','\x15','\x27','\xdb','\x89','\xd5','\x9e','\x84','\x7e','\x95','\x49','\x38','\x6e','\xc8','\x6d','\x92','\xa7','\x51','\x2e','\x4f','\x09','\xe3','\xf3','\x27','\xf1','\x8d','\x4b','\x31','\xd0','\xda','\x91','\xe7','\x45','\xc7','\x67','\x6a','\xc6','\x4c','\x0d','\x7b','\x35','\x7e','\xab','\x55','\x53','\x00','\x47','\xb1','\xa6','\xce','\x60','\x7d','\x06','\xa3','\x8b','\x13','\xc8','\xd9','\x66','\x5f','\x18','\xc0','\x54','\xe9','\x38','\x87','\x2f','\x0b','\x20','\x68','\x3d','\x0d','\x02','\x82','\x60','\x9f','\x06','\x49','\xd5','\x21','\x30','\xb1','\x46','\x6b','\x35','\xb5','\x56','\xd3','\x6b','\xaf','\x8b','\xdb','\xee','\x77','\x49','\x31','\x22','\x8d','\xf1','\x72','\x68','\x9c','\x47','\xe8','\xe3','\x6a','\x18','\x5f','\xab','\x7b','\x4d','\x79','\xbc','\xca','\xf4','\x04','\x0f','\xbb','\x88','\x5c','\x46','\xe4','\x8a','\xd7','\x39','\x8f','\xd2','\x9a','\xd7','\x4b','\xd1','\x30','\x63','\xd3','\x70','\x7f','\xb1','\xb5','\x1e','\xf4','\xd8','\xed','\x7d','\xc0','\x0f','\x3b','\xec','\x8e','\x86','\x17','\xb0','\x44','\xcf','\x4d','\x3e','\x65','\x7d','\xd0','\x92','\x17','\xd6','\x0a','\xe1','\xd8','\x7e','\xd4','\x5a','\xe1','\x72','\x87','\xa2','\x91','\x95','\xcd','\xf3','\xc5','\xc6','\xa7','\x83','\xc9','\x0b','\x18','\x9c','\xf1','\x60','\x70','\xac','\x15','\x90','\x3b','\x26','\x93','\x44','\x2b','\xad','\x7a','\xfc','\x15','\xe2','\x22','\xc5','\x46','\xe9','\x2b','\x8d','\x1e','\x4a','\x0e','\x70','\x14','\x02','\x7e','\x8f','\xb6','\x49','\x5e','\x54','\x0c','\xea','\x8d','\x7f','\xb7','\x32','\xde','\xac','\x60','\xa7','\x82','\x7f','\x70','\x09','\xff','\x5f','\x63','\xde','\xff','\x0d','\x8d','\x3b','\xf8','\xc8','\x47','\xcd','\x0e','\xc7','\x21','\x8c','\xfe','\xe4','\x68','\xe7','\x9f','\x1c','\x4d','\xf7','\xd3','\x1e','\x5c','\x3a','\x88','\xbf','\x10','\xda','\x77','\x2e','\xdc','\xb5','\x85','\xcf','\xcb','\xc8','\xb8','\x28','\x8d','\xbf','\xef','\x8f','\xbb','\x45','\xcc','\xe8','\x7a','\x1e','\xf4','\x8d','\x9f','\x7e','\xeb','\xc4','\x02','\x36','\x6c','\x00','\x88','\x00','\xd4','\x94','\x11','\xac','\x00','\xae','\x1a','\x56','\x83','\xab','\x34','\x8e','\x92','\xb1','\xb9','\x1e','\xd1','\x36','\x44','\xbe','\xbf','\x14','\x15','\xcb','\x07','\x3a','\xf8','\x4b','\x0f','\xc4','\x2b','\x31','\xac','\x06','\x6e','\xa3','\x70','\x28','\x1c','\xb7','\xa7','\xc7','\xf7','\xf5','\x76','\x76','\xad','\xf5','\xf2','\x0b','\xea','\xf1','\x1b','\xc6','\x55','\x32','\xce','\x88','\x99','\x12','\x3c','\x01','\x35','\xf6','\xd9','\x70','\xa3','\xf1','\x59','\xdb','\x78','\xda','\xc5','\x59','\x85','\x84','\x71','\x97','\xff','\x41','\x67','\x53','\x02','\xbe','\x91','\x37','\xf5','\x22','\x41','\x55','\x88','\x4e','\xd8','\x50','\x4f','\x08','\x39','\x6c','\x3c','\x0f','\xdc','\xf7','\x94','\xef','\x33','\x01','\x01','\x83','\x1c','\x62','\x7d','\x59','\xf1','\x98','\xf8','\x60','\xf2','\x82','\xfd','\xca','\x51','\xb2','\x93','\x10','\xa5','\x6e','\xd2','\x92','\xab','\x9e','\xb0','\xf5','\x48','\x1d','\x25','\x4e','\x02','\x32','\xdf','\xd6','\x75','\xe8','\x79','\xe3','\x4b','\x0e','\x23','\xec','\x79','\x98','\x3d','\x97','\x1c','\x8f','\xbd','\x71','\xd7','\xf1','\xc3','\x1b','\x35','\xe0','\x87','\xd7','\x0d','\xf5','\x46','\x0d','\xf8','\xa1','\xbb','\x6f','\x1b','\x3e','\x2f','\xa9','\x86','\x4f','\xc7','\x3b','\x86','\xbf','\x4c','\xca','\x1d','\x95','\xeb','\x78','\x9e','\xaf','\x1f','\xdf','\x7f','\x8a','\xbc','\x6e','\xc0','\xa5','\xa3','\x1b','\x87','\x43','\x0f','\x57','\x01','\xe4','\xa6','\xab','\x2a','\xbd','\xaa','\x9b','\x8b','\xc8','\x65','\xe6','\xd2','\x16','\xfd','\x47','\x51','\x8d','\x27','\xbe','\x3b','\xfe','\x5b','\xff','\x7e','\x9c','\xd5','\xd0','\x7f','\x14','\x0f','\xcf','\x62','\xa6','\xaf','\x32','\xf1','\x61','\x4b','\x8f','\x95','\xc3','\x4c','\xd6','\x43','\xb4','\x38','\x26','\x0a','\xc7','\x09','\x54','\x49','\x4e','\xa7','\xb0','\x0e','\x05','\x7b','\x33','\xdf','\x78','\x2e','\x5c','\x79','\xac','\xe9','\x9d','\x08','\x57','\x18','\x75','\x78','\x95','\x0e','\x74','\xa9','\xe3','\xd0','\xb9','\x8f','\x0e','\xa3','\x13','\x1e','\x7e','\xec','\x70','\xb3','\xe3','\x90','\x13','\x3f','\xe4','\x74','\x35','\x8f','\xee','\x44','\x47','\x33','\x87','\x68','\xaa','\x58','\x1a','\xbe','\xfa','\x05','\xd9','\x3e','\x27','\x88','\x5b','\xd6','\x0f','\x31','\x41','\x0e','\x2a','\x3a','\x23','\xcc','\x26','\xfa','\x80','\xcc','\x9e','\xde','\x01','\x79','\xfc','\x80','\xcc','\xe6','\xbd','\x23','\xc4','\x9d','\xf4','\xe0','\x80','\x2d','\x9f','\x3e','\x9d','\xea','\xb9','\x72','\x7b','\xff','\xc5','\x14','\x4f','\x84','\xbe','\x65','\xfd','\xb0','\xf1','\x7c','\xb6','\x39','\x7e','\x91','\x8c','\xd7','\xe7','\xf0','\xac','\x89','\x9d','\x5e','\x7c','\x8a','\xc9','\x95','\xd4','\xb8','\xbd','\xc7','\xf8','\x99','\x8a','\xbf','\xbd','\x27','\xde','\x33','\xd4','\xf5','\x91','\xaa','\xf4','\xa8','\x74','\x44','\x55','\xff','\xa7','\xcb','\xfa','\xaf','\x99','\xe8','\xb4','\x26','\x86','\x37','\xf2','\x79','\x55','\x75','\xa8','\x09','\x7a','\x42','\x08','\xc1','\xfa','\x09','\x31','\x5b','\x1b','\xc2','\x52','\xbc','\x8c','\xca','\x34','\x3d','\xa3','\xfe','\x2b','\x31','\xed','\x36','\x5c','\x8b','\xa8','\xaa','\xa2','\xfd','\x98','\xaa','\x8c','\x8f','\x55','\xf6','\x37','\x4b','\x68','\x25','\xb1','\x8d','\xbe','\xaa','\x35','\x8c','\x29','\x60','\x1a','\x27','\xa6','\x42','\x1d','\xff','\x6b','\x0e','\x0b','\x08','\x7f','\x6d','\x9f','\xa7','\xda','\x4c','\x7d','\x35','\x20','\x11','\x98','\xcd','\xc6','\x39','\x6e','\xda','\x3b','\x4d','\x9b','\x5a','\x9e','\x6a','\xda','\xba','\x79','\x9a','\xa3','\x97','\x6f','\xe1','\x1b','\x34','\x64','\xf4','\xf8','\x4f','\x35','\xe9','\xb8','\xca','\xbe','\xaf','\xd9','\xe1','\x9d','\xee','\xd8','\x73','\xfa','\xa3','\x3d','\xcd','\x13','\x7b','\x4e','\x3f','\xe6','\x9d','\x66','\x6f','\x48','\xe9','\x34','\x39','\x7e','\x5a','\xf9','\x93','\x26','\xfd','\x2e','\xea','\xd9','\x73','\xe8','\x80','\x5a','\x84','\x30','\xef','\x9e','\x2d','\xfc','\x59','\xa1','\xc6','\x49','\xf5','\xc4','\x62','\x73','\x5c','\x57','\xf1','\xc1','\x66','\xac','\xa1','\xe2','\x47','\x7d','\x4f','\x47','\xe3','\x6f','\x79','\xc6','\x9b','\x61','\xfc','\x7d','\x2f','\xbe','\x3f','\x1c','\xdf','\xef','\xed','\xdc','\x1f','\x1e','\xd8','\xef','\xa9','\xba','\xad','\xeb','\xd7','\xe1','\x28','\xe0','\x40','\x68','\x8b','\xbc','\x40','\x20','\xdf','\x67','\x14','\x46','\xf8','\xca','\x24','\x76','\x28','\x3e','\x97','\xf3','\xfe','\xf5','\xff','\x38','\xfe','\xdd','\xf3','\x06','\x7b','\x63','\xa3','\xb8','\x5d','\x8f','\x27','\x6a','\x9d','\xa4','\x99','\x25','\x6e','\x2f','\x71','\x87','\x49','\x55','\xde','\x96','\xaf','\xea','\x61','\xc3','\x2c','\x8f','\x4f','\x0e','\x8f','\x2f','\x19','\x78','\x56','\xee','\x68','\x36','\xa3','\xe7','\x15','\xef','\xbc','\x32','\xde','\x54','\x8c','\xf3','\x4d','\x7c','\x5e','\x21','\x8c','\x9a','\x8a','\x22','\xf8','\x69','\xa4','\xf4','\x3c','\xa1','\x1c','\x3c','\xac','\x48','\x8c','\x90','\xb2','\xb9','\x9e','\xf3','\xc3','\xc6','\xf9','\xe2','\x89','\x3d','\x63','\xe3','\xe7','\x0f','\xe1','\xf3','\x16','\x46','\xd7','\xb1','\x77','\xdd','\xfb','\xc3','\x43','\xe3','\xde','\xa4','\x81','\x0e','\x75','\x34','\x0f','\xc5','\x7b','\x19','\x4d','\x76','\x36','\x0f','\xa5','\xd1','\xa1','\x9e','\xf0','\xa1','\xfd','\xd2','\x21','\xa1','\x69','\x21','\xd6','\xf3','\x3b','\x8f','\x73','\x87','\xd7','\xec','\x08','\x9f','\x66','\x43','\xfd','\x51','\xb8','\x79','\x22','\x0c','\xe3','\xdc','\x11','\x6e','\xc6','\xc3','\xa7','\xe3','\xde','\x69','\x05','\x35','\xf7','\xfa','\xa8','\x47','\x39','\xb4','\xdf','\x29','\x8a','\xe1','\xc5','\xb0','\xd0','\x8e','\x1e','\x0f','\x7e','\x88','\xae','\x35','\x4c','\x34','\xe0','\xa2','\xdf','\x93','\x95','\x51','\xa6','\x27','\x90','\xbb','\xa6','\x2e','\x8b','\x70','\x18','\xc7','\xf8','\x5d','\x8e','\xa0','\x24','\x93','\x76','\x2e','\x92','\xd0','\xb6','\x3f','\x1f','\xf3','\xb7','\xc2','\x6b','\x5d','\xfe','\x4d','\x4a','\xa2','\x90','\xf4','\x70','\x35','\xf8','\x74','\x80','\x1f','\xc3','\x8e','\x22','\x54','\x80','\x9c','\xcb','\xcc','\x98','\x96','\xd0','\xc9','\x1c','\x02','\x44','\x99','\x64','\x83','\xa2','\x81','\x31','\x65','\xb4','\x8c','\x17','\xf0','\x5d','\xf6','\x1b','\x3c','\x5a','\x24','\x17','\xbb','\x71','\x93','\xd6','\x5e','\x77','\x6b','\x55','\xe5','\xba','\x9b','\x5c','\xf6','\x88','\x32','\x41','\x54','\x94','\xbc','\xb9','\x42','\xae','\x53','\xb4','\x64','\x32','\x12','\xae','\xba','\x70','\x36','\x3e','\x6d','\x26','\xf1','\x10','\xe4','\x6c','\xe2','\xf7','\x20','\x0a','\xe5','\x89','\xe6','\x5b','\x0e','\x19','\xac','\xbc','\xb2','\xa9','\x8c','\xe0','\x56','\xdc','\x95','\x22','\x75','\x49','\x43','\x8c','\x05','\x02','\xd2','\x79','\x8b','\x98','\xfe','\xdc','\x14','\x59','\x3b','\x79','\x3d','\xec','\x83','\xb2','\x49','\xd7','\x85','\xea','\xb4','\x4e','\x75','\xd6','\xca','\x12','\x45','\x65','\x84','\x6e','\xf3','\xbc','\xb7','\x55','\x24','\x94','\x43','\x8c','\x44','\xf0','\x90','\x13','\x49','\xc4','\xaf','\x8b','\x4d','\x70','\xdb','\xe1','\x10','\x0a','\x87','\x2b','\xc8','\x5a','\x46','\x23','\x95','\x80','\xf0','\xc8','\xa5','\xe6','\xc8','\x8b','\xd8','\x7a','\x11','\x8f','\x5c','\x20','\x9c','\xe6','\x46','\x2a','\xf3','\x23','\x95','\xba','\x35','\xaf','\x8f','\xcc','\xd7','\x4d','\xf5','\x32','\x1a','\x99','\x07','\xfc','\xb4','\x72','\x52','\x60','\x7a','\x36','\x30','\x7d','\x68','\x8f','\x4c','\xd7','\x1a','\xb3','\xda','\x92','\xd6','\xf9','\xf3','\xea','\x99','\x24','\x77','\x80','\x8c','\x24','\x56','\x12','\x44','\xab','\x93','\x28','\x84','\x7c','\xae','\x3f','\x85','\x16','\x5c','\xb9','\xe5','\x71','\x57','\x3e','\x7c','\x05','\x0e','\x0c','\x47','\x66','\xd5','\x91','\xb3','\x64','\xc4','\xc1','\x23','\x95','\xe8','\xc8','\x9c','\x64','\x7d','\x57','\x1d','\x99','\xc9','\x8d','\x80','\xbd','\x6e','\x8e','\x4c','\x31','\x72','\x2d','\xdb','\x66','\x4f','\x33','\xb8','\xf4','\xc4','\x49','\x44','\xa2','\xdc','\xcf','\xca','\x65','\xc6','\x5d','\xa2','\x07','\x9c','\xb5','\x7e','\xd3','\xf2','\xad','\xba','\x54','\x30','\xc3','\x05','\x98','\x55','\x52','\xd0','\x3c','\x56','\xb0','\xa0','\x8c','\x0b','\x56','\x93','\xa7','\xb9','\x03','\xb2','\xf8','\xd3','\x24','\xa3','\x88','\x91','\x52','\x40','\x2a','\xf7','\xb7','\x61','\xed','\xe9','\xb4','\xa3','\xbb','\xe1','\xac','\xe0','\xf0','\x05','\xc7','\x62','\xc3','\xf2','\xb2','\x3d','\xf2','\x6d','\x7b','\x64','\x81','\x7d','\x29','\x23','\x38','\xc7','\x1b','\x81','\xac','\xe2','\x68','\x64','\x8e','\x8c','\x5c','\xf2','\x46','\x2a','\xc4','\xaa','\x10','\xf6','\x04','\xa0','\xd9','\x80','\x92','\x0d','\xf6','\x04','\x1f','\xea','\xf0','\x90','\x74','\xac','\xee','\x7f','\x80','\xa2','\x92','\xc4','\xba','\x9d','\x94','\xe8','\x7d','\x55','\x3a','\x58','\xa4','\xa9','\x31','\x9a','\xc7','\xb4','\x2c','\x53','\x69','\x8e','\xa2','\x3a','\x92','\xdd','\x6d','\xc6','\x70','\x6d','\x18','\x59','\xbf','\x1e','\x3a','\x9b','\xe0','\xee','\x2b','\xbf','\x99','\x76','\xac','\x2b','\x1e','\xef','\x14','\x2a','\xf8','\x3e','\x3c','\x55','\x6c','\x69','\xcd','\x02','\xc5','\x2d','\x82','\x9e','\x2a','\x96','\x92','\x28','\xc0','\x39','\x3e','\xe5','\x59','\x53','\xf2','\x88','\xf3','\x0d','\x31','\x8c','\x42','\x11','\x14','\x92','\x50','\x6f','\x11','\x6b','\x1f','\x36','\x33','\x63','\x38','\x63','\xe0','\xcc','\x21','\x9c','\x89','\xd5','\x32','\x4a','\x2d','\xa3','\xd7','\xb4','\x7a','\x8d','\x5e','\xaf','\x31','\x6b','\x62','\xa0','\x86','\x33','\x4e','\x22','\xcb','\xbe','\x10','\x9f','\xec','\x73','\xe8','\x68','\x2d','\x34','\x5c','\x0b','\x1d','\xc2','\xe2','\x1c','\xcf','\x0f','\xab','\xa0','\x7a','\x82','\x83','\xaf','\x2a','\xb6','\xab','\x1e','\xaa','\xfa','\x3f','\xf1','\x4f','\x8e','\x57','\xfb','\xf0','\x52','\x16','\x5f','\xcf','\x62','\xb7','\xef','\xdd','\xda','\xfe','\x9f','\x34','\xe7','\x3a','\x30','\x33','\x6f','\x93','\x3f','\x00','\xb0','\xd9','\x3e','\x3c','\xff','\x9b','\x72','\xfd','\x2c','\xd1','\xc3','\x4a','\x3d','\xd6','\xf9','\x5a','\xfc','\xdf','\x26','\x7b','\xca','\xb0','\x01','\x75','\x54','\xd7','\x4d','\xb8','\x3a','\x71','\x4d','\xf7','\xf5','\x43','\x55','\xcc','\xd8','\x47','\xad','\x8a','\xf1','\x12','\xc6','\xd7','\x2d','\xc7','\x35','\x9c','\x9a','\x71','\xae','\x69','\x3d','\x87','\x0d','\xa0','\x8a','\xe1','\x54','\x2c','\x67','\x1e','\xcb','\x75','\x26','\x44','\xfc','\x37','\xea','\xb8','\xf3','\x35','\xdc','\x97','\xc4','\x90','\x36','\x5d','\x12','\x65','\x14','\x92','\xa5','\x50','\xcc','\xef','\x3d','\x2a','\x69','\x8d','\xb7','\x33','\xba','\x9b','\xf9','\x62','\x33','\x63','\xbb','\x19','\xe4','\x66','\x62','\x5e','\xe6','\xd0','\x92','\xf6','\xe3','\x25','\xb8','\xa3','\xbc','\xbe','\x34','\x70','\x7d','\x29','\x33','\xbb','\x94','\x3d','\xe7','\xf5','\x20','\xb7','\xcf','\xae','\x8e','\xfa','\xfe','\xb0','\xeb','\x1e','\x42','\xee','\x1c','\xf7','\xd7','\x52','\x51','\x89','\x9a','\xe0','\xcf','\xc9','\x7e','\x0e','\x8d','\x15','\xff','\xc3','\x31','\xff','\x93','\xc5','\xa2','\x56','\x1c','\x93','\x8b','\xa6','\x52','\x35','\xef','\xaf','\x8e','\xef','\x3f','\xd3','\x54','\x25','\x87','\x16','\x1d','\xed','\x03','\xc7','\x2c','\x2e','\x1f','\x2a','\x1e','\xfd','\x0f','\xc5','\xcf','\x7d','\x72','\xac','\xa4','\x8d','\xa9','\xf2','\x58','\x49','\xb9','\xfe','\xf7','\xf7','\x2f','\x9c','\xdb','\x5f','\x0e','\x98','\xd2','\x76','\x29','\x59','\xb7','\xdc','\xbc','\x28','\xfc','\x63','\xa4','\x4a','\x37','\xd2','\xe0','\xc6','\xfc','\xad','\xeb','\xab','\xe2','\xf5','\xe8','\xfc','\xde','\x60','\xc1','\x16','\x20','\xae','\x6d','\x3e','\x59','\x07','\xf7','\x46','\x38','\xea','\x64','\x6c','\x64','\xbb','\x7a','\x42','\x02','\x12','\xa6','\x5c','\x8e','\xb4','\xcc','\x7e','\x59','\x0d','\xb7','\xdf','\x52','\x2d','\x0a','\xae','\x90','\xb7','\x36','\xa9','\xdd','\x1e','\x9e','\xbb','\x10','\x1d','\x47','\xe0','\xd2','\xcc','\x18','\xcb','\x34','\x12','\x05','\x57','\x6a','\xb2','\x25','\x6a','\x65','\x84','\x6f','\x2d','\xfa','\xd5','\xd5','\xe8','\x0f','\x91','\x87','\xbd','\x6e','\xa9','\xaa','\x55','\x8f','\xb0','\x04','\x7f','\x2b','\x4c','\xf1','\x50','\x71','\xd6','\x91','\x87','\xe6','\x84','\xdb','\x64','\x48','\x68','\xc0','\x35','\x02','\x63','\x59','\x8b','\x5b','\xde','\x6f','\xee','\xda','\xfa','\xf1','\x81','\x5b','\xb3','\x60','\xd3','\xf1','\x11','\x26','\xfc','\x4d','\x23','\xb8','\x8f','\x62','\x6f','\xe4','\xd3','\x0a','\x3f','\x78','\x94','\xea','\xfb','\x23','\x2e','\x24','\x4a','\xde','\xa6','\x1e','\x26','\x78','\xee','\xbf','\x88','\xf7','\x91','\x49','\x1a','\xc7','\x34','\xee','\xa4','\x7f','\x8e','\x87','\xbe','\x30','\x41','\xbf','\x80','\xe9','\xdf','\xe2','\xa1','\x17','\x27','\xe8','\x05','\x9c','\x8e','\xd7','\x32','\x27','\x1d','\x66','\xf7','\xfc','\x82','\xf1','\x81','\xf6','\x98','\x28','\xb9','\x02','\x59','\xeb','\x7d','\xee','\xe1','\xa9','\x7d','\xb7','\x6b','\x85','\x92','\xe4','\x0a','\x8c','\xb1','\x5f','\x27','\x33','\x6a','\xeb','\x19','\x14','\x20','\x21','\x54','\xe3','\x9e','\x4e','\x92','\xed','\x24','\x7d','\x9d','\xe4','\x60','\xe7','\xae','\x4b','\xbc','\x1e','\x45','\x55','\xa2','\x5a','\x43','\x52','\x15','\x5b','\x5b','\x29','\xa9','\x0a','\xd5','\x56','\x42','\x08','\x72','\xbd','\xc9','\x04','\x3c','\x88','\x56','\xc6','\x8c','\xa7','\x67','\x1d','\xc8','\x92','\x52','\x05','\x90','\xd5','\x8f','\x1b','\x67','\x26','\xcb','\xa6','\xc0','\x05','\x9d','\x09','\x23','\x85','\xf1','\x7c','\x6d','\x65','\xb5','\x4e','\x9e','\x07','\x81','\x67','\x34','\xa3','\x68','\xc5','\xf2','\x36','\x55','\xd8','\x1e','\xa5','\x76','\xbf','\x64','\x26','\xe2','\xf5','\x83','\x58','\xb7','\x1c','\xb5','\x90','\x50','\x39','\x22','\x26','\x29','\xd0','\x84','\xa5','\xfd','\xa4','\x90','\x97','\x0a','\x65','\x54','\x90','\x18','\x11','\x2b','\xe6','\x81','\x27','\x17','\x6a','\x91','\x05','\xcf','\x9c','\x09','\x2b','\xa6','\x84','\xc4','\x7a','\xdb','\x1f','\x12','\xe2','\x1d','\xac','\x69','\x54','\xe8','\x63','\x24','\x15','\x34','\xbf','\x50','\x90','\xac','\x42','\xb8','\x50','\x90','\x0b','\x22','\xab','\xa4','\x5e','\x90','\x5c','\x4b','\x72','\xd9','\xb3','\x10','\x76','\x0b','\x18','\xc8','\x92','\xaf','\x16','\xc8','\x55','\x53','\xb9','\x0a','\xca','\x98','\xee','\x0b','\xf6','\x64','\x70','\x9f','\x72','\x50','\xb0','\xad','\x29','\xbb','\xd0','\x69','\x17','\x76','\x5f','\x2e','\xc4','\x2b','\x85','\xb8','\x63','\xc5','\xcb','\x85','\xce','\x33','\x85','\xf4','\x74','\xa1','\x67','\xae','\xd0','\x73','\xd1','\xda','\x5f','\x29','\xc4','\xe6','\x0b','\x22','\x2d','\x00','\xe2','\x86','\x6b','\x09','\x76','\x81','\xcb','\x6f','\xb0','\x6d','\x28','\xe2','\xf7','\x24','\xd2','\x41','\x26','\x26','\x58','\x25','\xc2','\x1a','\x59','\x0f','\x95','\x0b','\x69','\xbf','\x90','\x2e','\x07','\x64','\x05','\x05','\x60','\xb0','\x52','\x01','\x01','\x59','\xf0','\x0c','\xe0','\x41','\x12','\xad','\x6d','\xcc','\xdb','\xb3','\x7f','\x0a','\xae','\x14','\x99','\x74','\x18','\xb9','\xe2','\x8f','\x4c','\x21','\x10','\x52','\x20','\x2c','\xd0','\xc8','\x79','\x65','\xc4','\x49','\x00','\x66','\xe7','\x34','\x1d','\x99','\x2e','\x8d','\xd8','\xe6','\x88','\xed','\x32','\x39','\x62','\x4d','\xc9','\x23','\xa7','\xc3','\x26','\x13','\xef','\xd6','\xcf','\x91','\xc6','\xb3','\x88','\x31','\x75','\x52','\x6b','\x5a','\xf3','\x78','\x3d','\x33','\xb7','\xa0','\x80','\x0a','\x59','\xbb','\x90','\x65','\x4f','\xd9','\xca','\x46','\x0b','\xd9','\x44','\x21','\x9b','\x2b','\x64','\xcd','\x42','\xc1','\xb6','\x0a','\xa8','\x70','\x30','\x64','\x2e','\x86','\xd0','\x74','\x48','\x10','\xc1','\xf1','\x0b','\x09','\x4d','\xd0','\x22','\x62','\xf5','\x88','\x87','\xf8','\xa1','\x20','\x93','\xf9','\x0d','\x11','\x6e','\xb5','\xd0','\x43','\x7e','\x3d','\x0d','\x79','\x86','\xcd','\xf4','\x76','\x05','\x1a','\xa4','\x3e','\xb7','\x91','\xf0','\xd6','\x4a','\xc4','\xde','\xc7','\xc4','\xaa','\xb0','\x68','\xb3','\x7d','\xfa','\xd0','\x34','\x49','\xbf','\xba','\x2f','\xfd','\xf3','\x52','\x7a','\xda','\x4e','\x4f','\x87','\x38','\x89','\xe9','\x9f','\xfb','\xfe','\x54','\xf3','\x24','\xcf','\xc1','\xbd','\x49','\xe8','\x6f','\xa3','\x06','\x70','\xbf','\xd3','\x3c','\x97','\xb6','\x45','\x46','\x06','\xa3','\xb1','\xa2','\x71','\x6c','\xd2','\x28','\x16','\x1f','\x1b','\x2f','\x1e','\x69','\xf0','\x37','\xe6','\xa4','\x11','\xfc','\x97','\xd9','\xfe','\x75','\xb4','\x68','\x8c','\x9a','\x47','\x7e','\x24','\x34','\x0b','\x6c','\x8d','\x22','\x7b','\x68','\xc3','\xfa','\x11','\x49','\xc1','\xf2','\x60','\xcd','\xb0','\x5f','\xf9','\xb3','\x20','\x42','\x0c','\x68','\x21','\xa6','\x5b','\x31','\xbd','\xd0','\xc5','\x48','\x2d','\xdc','\xa3','\x16','\xb2','\xd4','\xea','\x23','\x85','\x83','\x49','\x73','\x3a','\x2a','\x32','\x8b','\x89','\xdb','\xb9','\xb2','\xa2','\x4b','\x89','\x92','\x48','\xea','\x62','\x8e','\xd9','\xf6','\x9c','\x1f','\x8e','\x71','\x9e','\x76','\x55','\x0a','\x36','\x0b','\xd7','\x15','\x4b','\x4c','\x1c','\x65','\xd1','\x3f','\x2c','\xa2','\xea','\x96','\x4b','\x99','\xf6','\x45','\x1b','\x04','\xc8','\xd9','\xd0','\x9e','\xb2','\x52','\x08','\xcb','\x05','\x99','\xa9','\x16','\x1f','\x14','\x86','\x24','\x4b','\x45','\x05','\xc1','\x85','\x95','\x19','\x77','\x0a','\xc9','\xa6','\x95','\xb6','\x0b','\x3d','\x76','\x61','\x3f','\x5b','\x5d','\x65','\xd6','\x42','\x8b','\x2f','\x33','\x73','\xbd','\x7f','\x1d','\x53','\xa4','\x94','\xdc','\x41','\x4c','\xad','\xb2','\x5a','\x90','\x0c','\x58','\x6c','\x82','\xc3','\xc8','\xea','\x71','\x40','\x9a','\xa7','\x9d','\x02','\xab','\x21','\x6d','\xc3','\x52','\xb4','\xd8','\x7e','\x29','\x17','\x22','\x40','\x56','\xc7','\x59','\x56','\xbf','\x99','\xfe','\x73','\xa6','\xba','\xb1','\x36','\x43','\x3d','\x2a','\x04','\xeb','\x59','\xf3','\xa8','\x40','\xeb','\x05','\xea','\x16','\xe8','\x72','\x61','\x2f','\x5b','\x3f','\x2e','\x2f','\xd7','\x0a','\x7b','\xd9','\x1a','\x46','\x16','\x5d','\xfd','\x5f','\x78','\x63','\x99','\x6e','\xc1','\x74','\x4d','\xdd','\x45','\xae','\x8b','\xec','\xaa','\x90','\xe4','\xfb','\x1d','\x18','\xa2','\x73','\x70','\xdf','\xd0','\xda','\x52','\x1c','\x9a','\x60','\x4f','\x6b','\xbd','\x8e','\x41','\xc7','\x2d','\xd9','\x2c','\x44','\xcd','\x35','\x55','\x0a','\xfc','\xdb','\x46','\x4d','\x3a','\x8a','\xd4','\x02','\xd2','\x59','\x2f','\x57','\xe7','\x0b','\xf8','\x39','\x9f','\x20','\xae','\x86','\x89','\xc4','\x12','\x77','\xc1','\x4c','\xb1','\x5f','\xe1','\x4d','\xc3','\x62','\x4f','\xc6','\x0d','\x1e','\x66','\xcb','\x1b','\x17','\xb2','\x4d','\x8b','\xad','\xf3','\x4f','\x21','\xf3','\x18','\x42','\x07','\x59','\x93','\x7c','\x01','\x0d','\xb5','\xf7','\xfb','\x8c','\x75','\xa5','\xc9','\x37','\xe9','\x6c','\x21','\xe9','\xc1','\x56','\x15','\x4e','\xc3','\x80','\x30','\x15','\x48','\x21','\xec','\x8d','\x15','\xb8','\x46','\x26','\x1b','\x2d','\x07','\x49','\x5e','\x68','\xab','\x64','\xfc','\x2e','\x98','\xfb','\xe1','\x03','\xdf','\xf8','\x0e','\x86','\x41','\x86','\x81','\x05','\xb2','\x5a','\x83','\xcc','\x89','\xed','\x38','\x19','\x15','\x70','\xbd','\x40','\xdc','\x82','\x5a','\x85','\xf9','\x42','\x6e','\x81','\x47','\x8c','\xa3','\x55','\x5a','\xe3','\xf3','\x10','\x30','\x1b','\xdc','\xc3','\x16','\x7c','\xa6','\xfa','\xcb','\xa1','\xb8','\x1d','\xc9','\x99','\xf8','\xf7','\x73','\xf4','\x47','\x84','\x4d','\x4a','\xc4','\x5f','\xe9','\x42','\xfe','\xda','\x0d','\xf5','\xa6','\xf5','\xa3','\x07','\x9e','\xd4','\x58','\xf3','\x9b','\x94','\xdf','\x8e','\xb1','\xa5','\x48','\x13','\x18','\xf1','\x08','\xe2','\x55','\xb9','\x2c','\x08','\x20','\xeb','\xd1','\x81','\x55','\x79','\xbd','\x0a','\xb1','\xd2','\x26','\x18','\xe7','\xf0','\x41','\x31','\x62','\x4d','\x0f','\xf2','\x11','\xc6','\x7c','\x6c','\xa9','\x25','\x16','\x61','\x7c','\x38','\xdf','\x2b','\x48','\xd8','\x8a','\x35','\x0b','\xfb','\x70','\xa1','\x86','\x21','\xab','\x73','\xcc','\xb3','\x20','\xb7','\x33','\x86','\x8c','\x82','\x90','\xd5','\x1a','\x80','\x6d','\x60','\x9c','\x3b','\xed','\x83','\x9d','\x65','\xeb','\x8a','\x5f','\x30','\xa5','\xc2','\xc8','\x52','\x30','\xd4','\xd6','\xba','\x31','\x2f','\x08','\xa7','\xad','\x60','\xcc','\x37','\x0e','\xbb','\xb9','\x4e','\xef','\x6d','\xcf','\x57','\xd9','\x0a','\xbe','\xbd','\xb3','\x02','\x7f','\xcb','\x66','\x64','\xdd','\xec','\xb0','\xc2','\x86','\xf9','\x62','\x7c','\x95','\x7d','\x58','\x46','\x66','\x94','\x42','\x4b','\x08','\x8f','\x84','\xe6','\x7e','\xdd','\xb0','\xa4','\x03','\x4d','\x9e','\x7f','\xdd','\xf6','\xf5','\xb0','\xed','\x26','\x94','\x83','\xc5','\x60','\xc9','\x7a','\x01','\x50','\x1b','\x08','\x4f','\xf6','\x1b','\xf8','\x6f','\x5c','\x47','\x3d','\x67','\x0f','\x32','\x01','\xf1','\x5c','\xa5','\xd0','\x71','\xb9','\xd0','\x53','\x06','\xb9','\x63','\x4a','\x16','\xab','\x73','\xb5','\x9e','\x60','\xc1','\x20','\xbe','\x73','\xd9','\xee','\x63','\x7c','\x78','\x6d','\x9f','\x96','\x51','\x4b','\xbe','\x33','\xa3','\x90','\x0e','\x93','\x0c','\x5c','\xd9','\x43','\xfa','\x35','\x3a','\x96','\x5c','\x19','\x13','\xd0','\xc4','\x94','\xc4','\x7d','\x27','\x24','\xa0','\x37','\x8b','\x13','\xdf','\x4f','\x8d','\x05','\xf4','\xff','\xfe','\xea','\xd8','\xff','\xf3','\x5f','\x4e','\xbc','\xf3','\x2d','\xf6','\xde','\x5c','\x90','\x10','\x50','\x37','\x9c','\xcf','\xc3','\x15','\x56','\x29','\xef','\x9b','\x93','\xd4','\x2c','\x32','\xca','\x16','\x8f','\xf9','\x7e','\x31','\x7f','\x68','\x32','\xff','\x78','\x31','\x6f','\x14','\x27','\x9d','\x62','\xfe','\x4f','\x8a','\xf9','\x07','\x26','\xf3','\x0f','\x14','\x27','\x1f','\x28','\xe6','\x49','\x31','\xaf','\x30','\x9a','\xcc','\xe7','\x8a','\xbf','\xfb','\xc0','\xc8','\xed','\x7e','\x54','\x7d','\x0a','\x49','\x79','\x24','\x95','\x61','\x9c','\x7b','\x1c','\x10','\x19','\x2f','\xb7','\x96','\x6e','\x6b','\x82','\x02','\xbb','\x00','\x36','\x29','\xec','\x56','\xab','\x5d','\x08','\xde','\x58','\xbc','\x60','\xf2','\x7c','\x07','\xe0','\x02','\xed','\x72','\xdf','\x14','\xc1','\xcb','\x6b','\xb6','\x85','\xe4','\x62','\x2f','\x2e','\xc6','\x67','\x8b','\x87','\xce','\x17','\x2d','\x7f','\xf2','\xaa','\x54','\x5c','\x98','\x29','\x62','\xbb','\xd8','\xdf','\x5f','\x1c','\x1f','\x9c','\x3c','\xf6','\x41','\x51','\x46','\x45','\x4c','\x8b','\xc9','\x46','\x51','\xa1','\x93','\x0f','\x98','\xc5','\x25','\x66','\x82','\xd9','\x48','\x62','\xd6','\x9c','\x86','\xea','\x51','\x75','\x89','\x68','\xef','\x78','\xb4','\x4a','\xb4','\x6b','\x0d','\xf6','\xdc','\x54','\x08','\xcb','\x28','\x02','\x48','\x79','\x72','\xcc','\xf7','\xd8','\x1a','\xdf','\x87','\x95','\x1b','\xcc','\xe4','\x81','\x75','\xa7','\xc4','\x5a','\x85','\x70','\x8c','\x47','\x41','\x06','\x5c','\xfa','\xa0','\x64','\x5b','\x65','\x1d','\x78','\x0b','\xc9','\x15','\x68','\xb2','\xf0','\xd4','\x7f','\xb5','\x00','\xd6','\x02','\x15','\x52','\x8c','\x43','\x4e','\xb2','\xa7','\xc5','\x0a','\x8c','\x18','\x6b','\x82','\xa5','\xa8','\x5a','\x89','\x1c','\x64','\x24','\x1b','\x3c','\x8e','\x7a','\x87','\x01','\x5d','\x79','\x4a','\x8a','\xa0','\x92','\xa4','\x9a','\xfe','\x4a','\x51','\x8a','\xb1','\x25','\x04','\x9e','\x36','\xda','\xb5','\xa6','\xba','\x1f','\x6b','\x0b','\x44','\x40','\xf3','\x3d','\xb6','\xd9','\x89','\x56','\xee','\xb9','\x75','\xa9','\x89','\x99','\x7c','\x92','\x1e','\xe5','\x2e','\x31','\x91','\x75','\xcf','\xd5','\x42','\xe0','\x6f','\x7c','\x30','\xb9','\x62','\xcd','\xe9','\x05','\x95','\x2f','\xb3','\x57','\x29','\x48','\x96','\xcc','\x50','\x61','\xa0','\xbb','\x90','\x63','\x8c','\xcb','\x03','\xd6','\xca','\x16','\x15','\x6d','\x95','\xd9','\x13','\xa4','\xc0','\xfd','\x4d','\xb3','\x28','\xa1','\xbc','\x84','\xce','\x40','\xda','\x8e','\xc0','\xaf','\x09','\x54','\x8e','\x32','\x2d','\xa4','\x06','\x83','\x45','\xc8','\x16','\xb6','\x15','\x5b','\xe1','\x1b','\x4a','\x0a','\x76','\xab','\x25','\xca','\x85','\xbb','\x80','\xb7','\x17','\x46','\xdf','\x28','\x84','\xeb','\x56','\xfc','\x8d','\xc2','\xe8','\xb2','\x19','\xbe','\x81','\xc8','\xeb','\xe8','\x18','\x53','\xbb','\x6d','\xe5','\x80','\x9c','\xbc','\xe5','\xc1','\x73','\xb1','\xb1','\xfe','\x19','\x62','\x23','\xcc','\x76','\xb3','\xdf','\x48','\xc8','\x48','\xf3','\x57','\x6a','\x32','\x17','\xcd','\xf0','\xf4','\xc0','\x81','\xc1','\x5f','\x11','\xd8','\x82','\x79','\x07','\x7c','\x2e','\x22','\xef','\xb0','\x57','\xc1','\x79','\x26','\x30','\x1f','\xa6','\xcb','\x44','\x7d','\x17','\xdb','\x3a','\x5e','\x7b','\x1a','\xc1','\x5c','\x88','\x88','\x86','\xd4','\x5e','\xff','\x43','\x3f','\x84','\xd4','\x23','\x4b','\xde','\xa1','\xe1','\x99','\xf5','\x4f','\xeb','\x43','\x5f','\x0f','\x23','\x64','\x4b','\xc3','\xbe','\x3f','\x69','\x4b','\xe0','\xaa','\x61','\xa3','\xb1','\x8b','\x17','\xc7','\x6c','\x7b','\x02','\x9e','\x68','\xec','\x4a','\x73','\xec','\x3b','\xbd','\x8c','\x26','\x58','\xc1','\x41','\x63','\x97','\x9a','\x63','\xaf','\x48','\x63','\x37','\x6f','\x4f','\x9c','\x4f','\xfd','\xde','\xf9','\xd4','\x48','\xf2','\xb6','\x18','\x92','\x42','\x21','\x27','\xac','\x79','\x28','\x71','\x14','\x71','\x4f','\x2d','\x66','\xaa','\x08','\xa2','\xbe','\x53','\x34','\xb1','\x08','\xde','\x83','\x52','\x9e','\xf8','\xef','\x26','\xa5','\xeb','\x51','\xe9','\xeb','\xb7','\xa3','\x2a','\xe2','\x51','\x7b','\xa4','\x3b','\xe6','\xdd','\x87','\xc8','\x20','\x22','\x29','\x94','\xcb','\x23','\x5a','\x6e','\xc5','\x47','\x95','\x86','\x78','\xda','\xd4','\x96','\x7f','\x54','\xdd','\xe6','\x28','\x1f','\x34','\x24','\x36','\x20','\x5d','\xb9','\x4b','\x64','\x38','\x60','\x61','\x4a','\x11','\x20','\xfb','\x31','\xf6','\xb0','\x06','\x77','\x30','\x80','\xd0','\x57','\x39','\x47','\xbb','\x65','\x0b','\x0b','\x75','\xd1','\x6e','\x46','\xd1','\x44','\x09','\x25','\x54','\x70','\x5e','\x9f','\x00','\xcf','\x5e','\x0d','\xee','\xa1','\xac','\x29','\x00','\x64','\x70','\x22','\x97','\x71','\xc7','\x3c','\xee','\xa8','\xf8','\x6f','\x5e','\xc4','\x01','\x58','\x13','\xc7','\xbe','\xde','\x65','\xf9','\x71','\x89','\x74','\x9e','\xa5','\xe9','\x8b','\x54','\xed','\x32','\x75','\xf0','\xc1','\x3a','\x89','\xa2','\xdc','\xaf','\x1b','\x7e','\x30','\xba','\xd1','\xf4','\xeb','\x2d','\x28','\x4e','\x99','\x9b','\xcf','\x8c','\x3a','\x6d','\x57','\x73','\xdd','\xb4','\xed','\x3e','\x6d','\xbb','\x2f','\xdb','\x50','\x58','\x4f','\x1a','\x7f','\x52','\x66','\x14','\x05','\x72','\x39','\x87','\x84','\x79','\xc9','\x7f','\xdf','\x0f','\xd2','\xad','\x92','\x4c','\x91','\xec','\x2d','\x92','\x7d','\x45','\x65','\xa5','\x98','\xa5','\x45','\x6d','\x1e','\x9e','\xcf','\xd0','\xe2','\xab','\xb4','\x98','\xcd','\x70','\xca','\x16','\xb3','\x5a','\x3e','\xdb','\x5d','\xd5','\xd0','\xd9','\x2c','\x00','\xd1','\x62','\x14','\x9a','\x80','\x0b','\xb6','\x44','\x09','\x2d','\x9b','\x7e','\x83','\x27','\x21','\x06','\x1a','\x93','\xc9','\x31','\x08','\x7f','\xef','\x1a','\xef','\xbc','\xf4','\x63','\x6d','\xb9','\x94','\xae','\x98','\x4f','\x57','\xcc','\x97','\x2b','\x66','\x7a','\x03','\x8d','\x6a','\x95','\xd1','\xf4','\xa5','\x51','\xca','\x36','\x1c','\xb5','\x90','\x3a','\xd4','\x0a','\x6a','\x5b','\x28','\x43','\x3c','\xcb','\x88','\x02','\xf4','\x54','\x93','\x8e','\x28','\x8c','\x86','\x2c','\x3f','\x63','\xea','\x5f','\x61','\x74','\xcc','\x7b','\x65','\x6c','\x38','\xc3','\xe8','\x98','\x97','\xe1','\x85','\x21','\x56','\xd0','\x11','\xbd','\xaa','\xd0','\x69','\x2c','\x48','\x3c','\xa2','\x89','\xcd','\xc4','\x0d','\xcf','\x7f','\x77','\x0d','\xe0','\x43','\x6e','\xc7','\xb2','\x75','\x3a','\x44','\xab','\x41','\x08','\xc5','\xd3','\x0e','\x09','\xe2','\x78','\xd2','\xe7','\x1a','\x41','\x1c','\x0f','\x84','\xf2','\xf0','\x27','\xc5','\xbb','\x50','\x80','\x03','\xa3','\x4b','\x22','\xe3','\x7d','\x3f','\x52','\xe9','\x68','\x8a','\x5a','\x3e','\x1d','\x65','\x05','\x55','\x7d','\xaa','\xd1','\x7b','\x7c','\x56','\x3b','\x3e','\x3b','\xfa','\x54','\x63','\x94','\x3d','\x8f','\xcf','\x7e','\xe7','\x48','\xa3','\x57','\xb7','\x7b','\xeb','\xe5','\xde','\x2b','\x7e','\xef','\x7c','\x59','\x9b','\x7f','\xa9','\x67','\xef','\xdf','\xf4','\x66','\x5f','\x50','\x33','\x6c','\x69','\x74','\x83','\xde','\xca','\x0c','\x51','\xd7','\xe5','\x93','\x55','\xc3','\xb1','\xe6','\xba','\xf9','\xaa','\x76','\x5e','\xf2','\x35','\x17','\x42','\x7b','\x9f','\xb6','\xeb','\x7c','\xbe','\x6a','\xe9','\x73','\xcd','\x6d','\xe6','\x4b','\x6b','\xc7','\x5f','\x2c','\xd8','\xfe','\x5b','\x6d','\x3c','\x46','\x66','\x48','\xc9','\x2a','\x89','\xe6','\x08','\xa6','\x9d','\x7f','\xf4','\x80','\xf6','\x77','\x63','\xe9','\xe7','\xf3','\x4f','\x5f','\x2e','\xbf','\xcc','\x94','\xd0','\x29','\x3b','\xcd','\x61','\x21','\x79','\xc1','\xd6','\xf8','\x93','\xae','\xea','\x87','\x8c','\x6f','\x54','\xa9','\x7f','\x9b','\x62','\x69','\x10','\xa0','\xba','\x24','\x2a','\x43','\x06','\x2f','\x48','\xcd','\xd8','\x79','\xa6','\xa4','\x55','\xc7','\xd2','\xe5','\x63','\x4f','\x3b','\xc5','\x97','\x9d','\xf1','\xf4','\xc5','\xe3','\xe9','\x8b','\xa5','\xf4','\x9f','\x98','\xe9','\x1a','\x80','\x98','\x69','\xce','\x28','\x7b','\x32','\x7e','\xcf','\x7d','\xaf','\x86','\x14','\xc1','\x8d','\x0a','\xb6','\xb4','\xbf','\x6c','\x5b','\x7e','\x69','\xa4','\x9c','\x19','\x99','\x09','\x8f','\x54','\x20','\x1b','\xf5','\x18','\x59','\x19','\xa5','\xa5','\x05','\x93','\xb2','\xa5','\x38','\x7d','\xf2','\x21','\x9c','\xdc','\x55','\x5a','\x73','\xcc','\x16','\x01','\xab','\xad','\xd1','\x85','\xc8','\x2d','\x44','\x44','\x66','\x4a','\x30','\x61','\x91','\xcf','\x8b','\x4c','\x5a','\x57','\xf3','\x24','\xdf','\x22','\x85','\xd1','\xe4','\x24','\xcd','\xe7','\x7b','\xf3','\x79','\x2d','\x9f','\xff','\x0a','\xa7','\x57','\x26','\x27','\x33','\xf9','\xfc','\x7a','\x1a','\x62','\xcf','\x6a','\x95','\x96','\xcb','\xe8','\x5b','\xdf','\x12','\x3a','\x36','\x8e','\x73','\x32','\x18','\x1f','\x85','\x84','\x13','\x84','\xed','\xa3','\xb2','\xa2','\xb9','\xa9','\xf4','\x15','\xff','\x69','\x1b','\xc1','\xf8','\xcc','\x62','\x18','\x67','\x07','\x07','\xa4','\xf1','\x27','\x5d','\xd5','\x5b','\x98','\x89','\x71','\xa3','\xc1','\x2c','\x98','\xd6','\xb9','\x59','\x6c','\x45','\x6e','\x9d','\xac','\x0e','\x76','\x5e','\xf1','\xb5','\x05','\x3b','\xfd','\xfc','\xcc','\xd3','\xcf','\x96','\x5f','\x7e','\xce','\x49','\x3f','\xf7','\x46','\x7a','\xca','\x4d','\x4f','\x5d','\x4e','\x4f','\xcf','\xa7','\x9f','\xab','\x68','\x3f','\xbb','\x94','\x7e','\xf9','\x2c','\xed','\x69','\xfb','\xe9','\x29','\x44','\xb8','\xe4','\xf9','\xcb','\x3c','\x80','\x12','\x80','\x10','\x21','\xbd','\x64','\x10','\x20','\xd3','\x39','\x83','\xb4','\x6b','\x28','\x7d','\x56','\x7a','\xfa','\x9c','\xff','\x72','\x45','\x4a','\xff','\x79','\x39','\xfd','\x66','\x35','\xfd','\x2d','\x29','\x5d','\xc9','\xa7','\x2b','\x45','\xed','\xd2','\xed','\xf4','\xb9','\xd7','\xe9','\x2a','\x62','\x64','\x6b','\xde','\xcb','\x58','\xe0','\x0e','\x5a','\x9d','\x8e','\xcc','\x18','\x10','\xaf','\xb5','\xb3','\x82','\xb5','\x9b','\x5e','\xba','\x82','\x9f','\xae','\xe0','\x97','\x2b','\x18','\x80','\xfd','\x39','\x3c','\x69','\x9a','\x97','\xb5','\x19','\x94','\x3e','\x43','\x69','\x94','\x71','\xb8','\x08','\xc0','\xcb','\x46','\x72','\x90','\x43','\xb2','\xda','\x9a','\x74','\x98','\xf7','\xc8','\x4a','\x80','\x67','\xd1','\x59','\xa6','\xda','\xb5','\x95','\x74','\x99','\x3e','\x5d','\xa6','\x2f','\x97','\x07','\x61','\xe5','\x5c','\x98','\xe7','\x44','\xd3','\xdf','\x1c','\xd2','\x5e','\xec','\x4e','\x5f','\x64','\xfd','\x97','\x80','\x6f','\x40','\x5c','\xed','\x8c','\x48','\xaa','\x10','\x07','\xd7','\xd3','\x8a','\x47','\x53','\xd2','\x4e','\x70','\x52','\xd0','\x27','\x22','\xed','\xdf','\x4a','\xcf','\x68','\xfe','\x33','\x54','\x7a','\x95','\xa6','\xb2','\x99','\xc1','\x6c','\x9a','\xb1','\x91','\x2a','\x50','\xba','\xa8','\xb1','\x5f','\x07','\x06','\xe9','\x6a','\x08','\x2a','\xaa','\x0b','\x17','\xaf','\xf9','\xcb','\xed','\x50','\xbd','\x24','\x9c','\x24','\x13','\x1e','\xa8','\xd3','\x69','\x23','\xed','\x3a','\xcc','\xd1','\xd3','\x0e','\x7e','\x39','\x98','\xa6','\x73','\x1e','\xcf','\xf6','\xa3','\xa4','\xcb','\x09','\x8d','\x99','\x90','\xd3','\x0a','\x45','\xa9','\xd6','\xbe','\x90','\x89','\x70','\xce','\xf3','\x5b','\x10','\xbd','\x4c','\xf4','\x57','\xe4','\xfe','\x0a','\xe9','\x7f','\x91','\xd5','\x73','\x8f','\x29','\x69','\x66','\x38','\x1b','\x6b','\x3c','\x83','\xc9','\xab','\x98','\xb0','\x42','\x96','\x3d','\x03','\x8a','\x35','\x34','\x5e','\xa0','\x98','\xdf','\x77','\x63','\x8a','\x14','\x45','\x70','\x12','\x7e','\x95','\x60','\x49','\x0d','\x50','\x19','\x79','\x6a','\xda','\x0a','\x49','\x7a','\x9d','\x6c','\x13','\x2d','\xc0','\x9e','\x7a','\xda','\xf7','\x5f','\x2e','\xa3','\x34','\x1b','\x58','\x87','\xaf','\xa2','\x4b','\xcd','\xf4','\x9c','\xab','\x5d','\x76','\xa9','\xee','\x52','\xdb','\x45','\xc1','\x56','\x55','\xa2','\x62','\x02','\xfb','\x15','\x4c','\x92','\xec','\x0b','\x7c','\xd2','\x67','\x28','\x5f','\x35','\xe8','\x0b','\x06','\xed','\xf0','\xfb','\x64','\x80','\xeb','\x7b','\x46','\xc5','\xcf','\xec','\xaf','\xbd','\x2a','\xd8','\x2d','\x18','\xa5','\xc8','\xe5','\xec','\x5d','\x97','\xb3','\x1d','\xf3','\xda','\x8e','\x4a','\xb6','\xf3','\x12','\xed','\x39','\x8b','\x16','\xca','\xdc','\xfe','\xe2','\x41','\x64','\xf3','\x6b','\x41','\x67','\x0a','\xc5','\x14','\xd2','\x3d','\xd3','\xbe','\x2c','\xd5','\xae','\x34','\x9f','\xc9','\x52','\x46','\xaf','\x66','\x07','\xa1','\x92','\xf1','\xe1','\xec','\x78','\x3e','\x6b','\xec','\xd1','\x8c','\x07','\xa8','\x43','\xa9','\x43','\x04','\xed','\x26','\xea','\x8e','\x82','\xc9','\xce','\xc4','\xae','\x8a','\x21','\x68','\x0b','\x1c','\xd5','\x66','\xa1','\x9e','\xb4','\x4d','\x81','\x66','\xfb','\x34','\x4f','\x7b','\xd9','\x7e','\x26','\x0d','\xf4','\x6a','\xba','\x9c','\xd5','\xfc','\x2c','\x95','\xb2','\x88','\x51','\x5e','\xeb','\x4d','\xd1','\x4f','\xa6','\xe8','\x93','\x51','\x74','\x9d','\x71','\xac','\xd6','\x3a','\xe4','\x41','\xc7','\x9c','\x3f','\xc3','\xce','\x22','\x4a','\x4a','\xa1','\xec','\x63','\x9a','\xdf','\x67','\x86','\xb5','\xc2','\xec','\x33','\x22','\x7a','\x46','\x94','\x5e','\x65','\x8d','\x01','\xb4','\x2b','\x9c','\x8d','\x34','\xb3','\x12','\x66','\xa4','\x61','\x9c','\xc5','\x09','\xca','\x34','\x79','\xda','\x80','\x10','\x10','\xd4','\x3e','\x91','\x03','\xbd','\x9e','\x32','\x26','\x10','\x41','\xb4','\x0b','\x00','\xa7','\x59','\x79','\x45','\x0c','\xfc','\xcc','\x5d','\xc9','\xff','\x89','\x1f','\x38','\x1f','\x2a','\x8b','\x92','\x76','\xcb','\x3f','\x7a','\x4d','\xaa','\xfc','\x6f','\x12','\xf9','\x6b','\x89','\x2c','\x4a','\xc9','\xc5','\x26','\x7b','\x82','\xf0','\xdd','\x49','\xfd','\x9f','\x37','\x00','\x08','\xa3','\x8f','\x5a','\x1f','\x0c','\xa1','\x70','\x37','\x53','\xae','\x98','\xd2','\x98','\x19','\x25','\x99','\x11','\xaa','\xd5','\xeb','\xa6','\xf0','\x9a','\x2e','\x25','\x6d','\xf2','\xb1','\xfc','\x87','\xad','\x43','\x7b','\xc9','\xbf','\xd9','\xe4','\xc2','\xf4','\x3a','\x8e','\x79','\x9c','\x3f','\x5f','\x6d','\xad','\xc3','\x1b','\x1e','\x5b','\x7e','\xb0','\x0e','\xcf','\x79','\xe9','\xd5','\xa5','\x18','\xf0','\x0d','\x56','\x38','\xcd','\xc4','\x7f','\x02','\x70','\x7b','\xa9','\xc8','\xc6','\x27','\x38','\x1f','\x0b','\x62','\x45','\x89','\xd6','\x54','\x82','\xf4','\x60','\x9a','\xd7','\x97','\x76','\xb4','\x97','\x9d','\x67','\x34','\xef','\x19','\x61','\xee','\x55','\xc1','\xc9','\x5a','\x1f','\x64','\xbb','\xd9','\x20','\x53','\x48','\x72','\xa7','\x50','\x8d','\xcd','\xaa','\xc4','\xb6','\x05','\x4f','\xd4','\xc0','\xc6','\x05','\xea','\x99','\xf5','\x6f','\x06','\xc1','\x7d','\xa7','\xd9','\x68','\x33','\xc3','\x05','\x96','\x80','\xac','\xf4','\x59','\x93','\xda','\xac','\xf2','\x8c','\xac','\x3c','\x13','\x55','\x5e','\x3d','\xe9','\x67','\x55','\x70','\x0e','\x85','\xd9','\x97','\xa0','\x06','\x4d','\xca','\x64','\x71','\x86','\xe2','\x2c','\xe8','\xcf','\x66','\x37','\x12','\x66','\x45','\xcd','\xf1','\xa7','\x8f','\x12','\xf1','\x00','\xc9','\x17','\x48','\x2a','\xa5','\xf4','\x53','\x2a','\x13','\xfa','\x4b','\xef','\xf6','\xa9','\x31','\xcd','\x95','\x9e','\x49','\x36','\x9e','\x21','\xe4','\x55','\x02','\xd0','\xcb','\xd9','\x64','\x03','\xaa','\x52','\xd4','\xac','\x9c','\x83','\xf6','\x60','\x95','\xa2','\x7c','\x4b','\x0e','\x86','\x90','\x30','\x6d','\xfb','\x8b','\x08','\xef','\x69','\x41','\x3b','\xca','\x03','\x2f','\x90','\x0c','\xa3','\x97','\xee','\xd9','\xfb','\x81','\xf6','\x72','\x35','\x9b','\xf9','\xde','\x33','\x03','\x2f','\xbc','\xca','\x56','\x0e','\x5b','\x42','\xe9','\x36','\x32','\x98','\xa8','\x6b','\xa2','\x9a','\x95','\x72','\x74','\xf5','\x3e','\x45','\xa6','\xa2','\xa4','\xfa','\xa7','\x87','\x21','\xc8','\x34','\x98','\xd9','\xa4','\xc7','\xa3','\x8a','\x4e','\xf7','\x59','\xbe','\x66','\xa3','\x67','\x42','\xc7','\x9f','\x89','\x15','\x5f','\xdd','\x37','\x0a','\x30','\x65','\xac','\x12','\x00','\xf7','\x4d','\x65','\x63','\xfd','\xda','\x04','\xc9','\xf6','\x7f','\x96','\xe2','\x2f','\xa3','\x53','\x67','\x20','\x32','\xb0','\xe7','\xba','\x18','\x3f','\xeb','\x3f','\xeb','\x90','\x1d','\x73','\x41','\x1c','\xbd','\x02','\x59','\x05','\xc3','\x34','\xb6','\xd2','\x27','\x2b','\x30','\x3e','\xb1','\x95','\x67','\x10','\x7a','\x55','\xc5','\x80','\x4e','\x96','\x76','\x5a','\xc4','\x96','\x3a','\x2f','\xb0','\x19','\x69','\xc5','\xb1','\x9a','\x92','\xc8','\x14','\xcd','\xd7','\x25','\x72','\x34','\x4c','\xcc','\x43','\xe4','\x00','\x55','\x0e','\x12','\xaa','\x31','\xc3','\x3e','\xd4','\xab','\xfb','\x9a','\xb9','\xf3','\x2b','\xe6','\xbd','\x5f','\x99','\x9c','\x7b','\xe5','\x73','\x6f','\x64','\xe6','\xfe','\x2a','\xa3','\xdc','\xcc','\x34','\xe7','\x32','\xca','\x5c','\x86','\xce','\x0d','\x7d','\x72','\x2e','\x73','\xe2','\x73','\xf4','\x31','\x8a','\x4e','\x27','\x85','\x70','\x94','\x89','\xf9','\xf0','\x01','\xf5','\xae','\x3d','\x29','\xff','\x82','\x8f','\xfb','\x69','\x72','\xf8','\xf8','\xbf','\x38','\x7d','\x7c','\xe0','\xbb','\xdf','\x1d','\x8b','\xdf','\x3f','\xd3','\xdf','\x1b','\x1e','\x56','\x83','\x68','\x23','\x61','\x0a','\x32','\x71','\x31','\xfd','\x9f','\x69','\xd4','\xd4','\x4d','\x2e','\xd8','\x92','\xe8','\xd7','\x3b','\x6c','\xf3','\x69','\x66','\x14','\x02','\xce','\x1e','\x9b','\x77','\x38','\x00','\xf7','\x17','\x66','\xc8','\xfd','\xef','\x90','\x81','\x14','\x19','\xd8','\x43','\xc2','\x0f','\xe4','\x22','\x2b','\x34','\xfc','\x40','\x36','\xd1','\xaf','\xfd','\x34','\xf5','\xcc','\xb1','\xdb','\xcf','\xe8','\xa8','\xc5','\x37','\xd8','\xca','\x11','\x2f','\x73','\xd6','\x31','\xa7','\x75','\x54','\xb2','\x71','\xd6','\xaf','\x73','\x01','\xdf','\x00','\x35','\x5c','\x06','\xc4','\x6f','\xc0','\xfd','\xae','\x61','\xff','\x5d','\x8e','\xaa','\xe8','\x60','\x11','\x03','\x49','\x18','\x77','\xc4','\x3c','\xec','\xe0','\x44','\x0d','\xf5','\xd7','\x00','\xab','\x9d','\x0b','\xbd','\x50','\x9b','\x44','\x1c','\xf3','\x71','\xa4','\x89','\x5b','\xd7','\xc2','\x1c','\x1a','\x1d','\x41','\x3e','\x74','\xbf','\x5e','\x15','\xce','\xdd','\x16','\x78','\x42','\x1e','\x51','\xae','\x4a','\xb1','\xdb','\x1d','\xb8','\x8a','\x9d','\x6a','\xa2','\x56','\xed','\xaf','\x55','\x6b','\xb1','\x2a','\x66','\xbf','\x62','\x89','\xa3','\xfc','\xad','\xd2','\x10','\x6e','\x39','\x96','\x0e','\x61','\x65','\x05','\x27','\xeb','\x1d','\x15','\xd3','\x5f','\x36','\x85','\x0a','\x8f','\x46','\x22','\x45','\x29','\xe9','\x4b','\xc4','\xec','\x60','\x4a','\x63','\xc5','\x4c','\x2c','\x9b','\xfd','\xcb','\x66','\x0d','\x38','\x5d','\x06','\xc7','\x5f','\xc1','\x93','\x19','\x9c','\xdb','\x85','\xd5','\x5d','\x58','\x38','\x87','\x2d','\xc0','\x79','\x43','\x09','\x04','\xf0','\x44','\xeb','\xc0','\x7e','\x73','\x24','\xc0','\xf9','\xe0','\x07','\x1d','\x08','\xaf','\x5d','\x94','\xc0','\x4f','\xeb','\x8a','\x24','\x4c','\xec','\x08','\x31','\xd9','\x1f','\x12','\x92','\x30','\x1b','\xfc','\xf8','\x30','\xc0','\x29','\x0d','\xbc','\x8b','\xab','\x92','\xff','\x8e','\x2f','\x3c','\x67','\x0b','\xcf','\x72','\x44','\xaf','\x1e','\x47','\x12','\x9a','\x1d','\x00','\xc6','\x6b','\x27','\x16','\xec','\xfe','\x05','\xbb','\x26','\xb4','\xc5','\xee','\x16','\x82','\x7a','\x84','\x59','\x8c','\x38','\xe2','\xfd','\x35','\xec','\xdf','\x86','\x30','\x5c','\x46','\x00','\x7e','\xc5','\x0c','\x0d','\xc9','\xec','\x28','\x1f','\xc7','\x7f','\xb3','\x94','\xf8','\x9b','\x72','\xff','\xde','\xe9','\xda','\x5e','\x11','\x17','\x19','\xb1','\xe1','\x90','\xf1','\x7d','\x32','\x4e','\xc9','\x30','\x5a','\x11','\x0f','\x8b','\x0d','\x0e','\x8e','\xa4','\x73','\x89','\x4c','\x3a','\xca','\xc4','\x2f','\x07','\xd9','\x73','\x90','\x08','\xe8','\x21','\xaa','\x84','\x73','\x1d','\x98','\x62','\x87','\x26','\xfe','\xd2','\xec','\xff','\x4b','\xb3','\x16','\xd7','\x71','\xa7','\x8b','\xa9','\x8d','\x7b','\x5c','\x7c','\x90','\x7d','\x05','\xe0','\xb7','\x60','\xc2','\xf1','\xd0','\x22','\x89','\xc0','\x29','\x94','\x0d','\x07','\xd4','\x53','\xe5','\x8d','\x89','\x34','\x44','\x09','\xa2','\x3c','\x19','\x75','\x44','\x1a','\xb8','\x4c','\x12','\x55','\xd2','\x5f','\x25','\x35','\xfe','\x31','\xcc','\x1d','\x23','\x71','\x44','\xc1','\x51','\x0c','\x73','\x47','\x44','\x6c','\x8a','\xd1','\x16','\x68','\x3c','\xc7','\x21','\xaf','\x50','\x7f','\x19','\xc2','\xfe','\xc4','\x64','\x9d','\x9f','\x76','\x17','\xc3','\x16','\xe0','\xf6','\xec','\xee','\x99','\xfd','\xf4','\xf3','\x67','\x7f','\x70','\xa1','\x86','\xe3','\x6f','\x60','\xe1','\x32','\xbe','\x6b','\x1e','\xb0','\x89','\xdf','\xbb','\x84','\x47','\xce','\x42','\x62','\x9a','\x18','\x0c','\x6f','\x22','\xc1','\xe1','\x32','\x88','\x4f','\xac','\x54','\x17','\x49','\xf9','\x95','\x94','\x68','\xa5','\x44','\x92','\x82','\xcc','\xe0','\x24','\x8f','\xbb','\xf3','\xb8','\x51','\xdd','\x35','\xf2','\xad','\x87','\x6c','\xfc','\xf9','\x29','\xbb','\xc2','\x18','\x02','\x24','\x66','\xd5','\x21','\xa6','\x98','\xe9','\x24','\x98','\xac','\xe2','\x3e','\x45','\x5b','\x90','\x7d','\x0e','\xa3','\x0e','\x50','\xa8','\x1c','\xa1','\xe2','\x88','\xc4','\x11','\x93','\x1e','\x1b','\x64','\x09','\x9b','\x1d','\xb2','\xd5','\xf1','\x0d','\x6d','\xf7','\xbf','\x43','\xfd','\x12','\xa9','\xb1','\xb5','\x2d','\x13','\x7c','\x2f','\xd3','\x52','\x4d','\x40','\xc3','\x16','\x4b','\x58','\xd2','\x5a','\xe3','\xd3','\xca','\x5f','\x50','\x85','\xf1','\xb1','\x5d','\xdf','\x75','\x85','\x4b','\xcd','\xc0','\x53','\x49','\x8a','\x79','\xb0','\x2f','\xd8','\x18','\x9c','\xf3','\x12','\x4b','\x4a','\xff','\x55','\xa5','\x16','\x4a','\xb5','\xc6','\x87','\x11','\xab','\x33','\xf8','\xe1','\x85','\xd5','\x78','\x34','\x34','\x83','\x50','\x31','\x61','\xed','\x59','\xe9','\x24','\x73','\x9d','\xa4','\x92','\x25','\xb3','\xbd','\xe4','\xdd','\x2f','\x93','\x1b','\x36','\xac','\xfc','\x0d','\xa7','\xd6','\x8c','\xe9','\xc6','\x09','\xed','\xfc','\x26','\xcd','\xc6','\xe7','\x53','\xf1','\xf9','\x43','\x27','\xa9','\xcd','\xf4','\xb2','\x7b','\x52','\x38','\xa9','\x61','\xf6','\xbc','\x27','\xd5','\xf1','\xf5','\x94','\x7f','\x73','\x28','\x10','\x4f','\x62','\xb2','\x29','\x91','\x2a','\xa3','\x0e','\xa6','\x14','\x5d','\x6a','\x26','\x96','\xab','\xfd','\xcb','\xd5','\x1a','\x57','\x90','\x5a','\xed','\x87','\x70','\x89','\xb5','\x44','\x0c','\x09','\xd1','\x24','\x3b','\x0f','\x31','\x2d','\x85','\x3d','\xbb','\x76','\x1e','\xf2','\x2f','\x35','\xc4','\x9d','\x87','\x18','\x49','\xc9','\x46','\x98','\xb7','\x7f','\x97','\xd5','\x8c','\x23','\xf4','\x90','\x8d','\x3e','\x7f','\xa9','\x51','\x59','\x8d','\xd1','\x46','\x2a','\xa4','\x5e','\x0b','\xab','\x24','\x9c','\x0f','\xd0','\x1e','\x12','\x82','\xdb','\x8a','\x25','\xb7','\xfc','\x2e','\x19','\xf9','\x4e','\x4e','\x24','\x51','\x71','\x20','\x25','\x7d','\xb1','\x11','\x0e','\xab','\x38','\xac','\x76','\x25','\x1b','\xf1','\x19','\xf5','\xa1','\x99','\xd4','\x51','\xcb','\xaf','\x40','\x0a','\xcb','\x32','\xc9','\x19','\x64','\xf9','\x38','\x00','\x61','\x24','\x73','\x64','\x82','\xcf','\x97','\x2a','\x81','\xb5','\x1c','\x63','\x36','\x32','\x0f','\x43','\x23','\xdb','\x84','\xa1','\x21','\x88','\xb1','\xe0','\xd1','\x7f','\x44','\x32','\xe3','\x92','\x49','\xaa','\x66','\xb2','\x78','\xac','\x51','\x2c','\xb8','\xc5','\x51','\xc0','\x7d','\x61','\x34','\x64','\x42','\x5e','\x98','\x5f','\x10','\xc2','\xf6','\xdf','\x58','\xcf','\x46','\xfc','\xf0','\xd5','\x9b','\xd3','\xe0','\xfc','\x73','\x33','\xf8','\x6a','\x92','\x31','\x96','\x3f','\x40','\xe8','\x4d','\x24','\x54','\x5c','\x91','\x94','\x24','\xa2','\x11','\xd2','\x5d','\xe7','\xde','\x1d','\xc2','\xc5','\x52','\x6c','\xd9','\xf4','\xc8','\xaa','\x9d','\x6b','\x76','\x54','\xc6','\xfc','\xe5','\x63','\xb8','\xab','\x98','\x48','\xbe','\x9b','\x20','\xc7','\xbb','\x49','\x69','\x37','\x31','\x1f','\xa9','\x98','\x9f','\xae','\x98','\xfd','\x10','\x32','\x60','\x1a','\xc4','\x74','\xc8','\x28','\x66','\x94','\x1c','\xc5','\x5e','\x01','\x97','\x2c','\xac','\x0f','\x09','\x53','\x6e','\x6c','\x01','\x22','\x2c','\x80','\x8d','\xf4','\x80','\x29','\xd7','\xf1','\xb2','\xe3','\xbf','\x07','\x2a','\x45','\x82','\x53','\x77','\xda','\xd9','\x9d','\x76','\x1e','\xf1','\xfd','\x4f','\x4f','\xeb','\xfd','\xa2','\x3e','\x2e','\xe9','\x86','\xa4','\x3a','\x6c','\x0a','\x20','\x0b','\x17','\xc1','\x4a','\x12','\x73','\x3c','\x3d','\x61','\x0e','\xc7','\x6e','\x36','\xbd','\xd5','\xbc','\x15','\x04','\x75','\x54','\x30','\xa8','\x31','\x1c','\x20','\x8b','\x51','\x37','\xc1','\xbb','\x2b','\x78','\xdf','\x32','\xee','\xbf','\xe9','\xf5','\x43','\x26','\x0b','\x64','\x10','\xf0','\xc7','\x6c','\x7f','\xbe','\x95','\xf6','\x42','\x38','\x83','\x62','\x55','\xdd','\xe3','\xfc','\x87','\x13','\xa0','\x41','\xfa','\x55','\x70','\x75','\x4e','\x48','\x6a','\x02','\xe7','\xba','\x31','\xdd','\xed','\xd0','\x7d','\x9c','\xff','\xf4','\xc7','\xf5','\xf1','\x4e','\xd7','\xa0','\xb6','\xb3','\x85','\xff','\x6c','\xe8','\x17','\x07','\x78','\xec','\x98','\x62','\xe6','\x7c','\x8b','\x5b','\x26','\x04','\xa7','\x5b','\x6b','\xee','\x3e','\x73','\x79','\xdf','\xb5','\xcb','\xfd','\x7f','\x31','\xd7','\xdf','\x31','\x37','\xbe','\xa3','\x62','\xc4','\x1d','\xa7','\xf3','\x1c','\xee','\x29','\xc3','\xb9','\x47','\x9b','\xaf','\x0a','\x73','\x24','\x76','\xd3','\xf3','\xc8','\x9a','\xdd','\xd4','\x51','\x21','\x60','\x46','\x25','\x1b','\x09','\xc6','\xc4','\x11','\xea','\x46','\x78','\xb7','\xd6','\x7c','\x64','\xca','\xfe','\xf4','\x94','\xdd','\x0f','\x81','\x2a','\xfc','\x20','\x65','\x0b','\x7f','\x16','\xec','\xb7','\x63','\x6f','\x5c','\xf3','\xe4','\x2a','\x48','\x41','\xe9','\x3a','\x96','\xde','\x80','\x5d','\xff','\x06','\xdb','\x47','\x3e','\xb3','\x09','\x19','\x75','\x13','\x69','\x77','\xb2','\xf9','\x48','\x45','\xfa','\x74','\x45','\xea','\x27','\xd2','\x78','\xb2','\x69','\x10','\xc9','\x01','\xe0','\xd8','\x55','\x1a','\x62','\x83','\x29','\x9c','\xcd','\xc5','\x6a','\xd4','\x03','\x64','\xad','\x41','\xd8','\x7a','\x98','\x76','\x38','\xd4','\xaf','\x81','\x61','\x98','\xc0','\x94','\x11','\x8c','\x4f','\x6c','\xe5','\x11','\x87','\x7e','\xda','\xa1','\xfd','\x78','\x70','\xdc','\xf2','\x0d','\xee','\x7e','\x89','\xa3','\x2a','\x98','\x24','\xcc','\x28','\xa1','\x80','\x1b','\x26','\xd8','\xf5','\x98','\xeb','\x7a','\x9c','\xff','\x04','\x3b','\xb7','\x63','\xa6','\xe6','\x5f','\x6b','\x32','\xbe','\x9b','\x18','\xc4','\x89','\xbd','\x5e','\xf7','\x20','\xde','\x3d','\x88','\x1f','\xf9','\x1e','\xfe','\xf4','\x9f','\x79','\xfd','\x83','\x78','\x7c','\x10','\x1b','\x83','\xd8','\xd9','\xeb','\xb1','\xaf','\xe5','\xc1','\x88','\x81','\xf6','\x85','\x44','\x1d','\xae','\x83','\x1b','\xa6','\x44','\x46','\xaa','\x80','\x54','\x30','\x52','\xee','\x7a','\xea','\x03','\x66','\x1e','\x06','\xe5','\xdc','\x53','\x1f','\xec','\x33','\xa5','\xcf','\x9a','\xd2','\xc3','\xc7','\x6e','\xff','\xcf','\x63','\xa9','\xa3','\x9c','\x2a','\xc3','\x29','\x72','\xed','\x36','\xe3','\xa5','\x04','\x92','\xd4','\x4b','\x71','\x34','\xb4','\x0b','\xad','\xc3','\x57','\x5f','\xbd','\x74','\x9b','\xa4','\xf8','\x00','\xa7','\xc9','\x16','\xe3','\x6a','\x1d','\x3b','\x68','\x2b','\xc9','\x46','\x7b','\xef','\xc0','\xee','\xb0','\xc5','\xca','\x4a','\x94','\x68','\x2b','\x4c','\xaf','\x23','\xe8','\xbf','\xb5','\x1e','\x64','\xb6','\x0b','\x3c','\x9a','\x09','\x20','\x4c','\xdd','\xf5','\x72','\x99','\xad','\x91','\xd8','\x42','\xd3','\xd3','\x5c','\x1c','\x0a','\xe3','\x9e','\x33','\xcc','\x24','\xec','\x70','\x6a','\x7e','\x4d','\xc6','\xc2','\x5c','\x82','\xfd','\x5f','\xd2','\xeb','\x8e','\x3b','\xbb','\xe3','\xce','\x23','\x97','\xbc','\x47','\x2e','\x38','\xfd','\x71','\x67','\x3c','\xee','\xc0','\xbc','\x6f','\x80','\x72','\x05','\xbc','\xc1','\x8d','\xf5','\x44','\x70','\x67','\xb9','\xe3','\x42','\xd9','\x7f','\x93','\x89','\x0f','\x39','\x81','\x94','\x84','\x80','\xba','\xef','\x2f','\xef','\xde','\xa7','\x3d','\x32','\x2f','\x31','\xea','\xa7','\xd2','\xf8','\xd0','\x90','\x41','\x25','\x87','\xae','\x25','\xa2','\xc3','\x1c','\x4f','\x6f','\x7d','\xbf','\x20','\x74','\x0b','\xc2','\xb8','\x5c','\x15','\xf1','\xeb','\x15','\x84','\xd3','\xbe','\x93','\x46','\x0e','\x7b','\x52','\xb4','\x8f','\x8a','\x15','\xa4','\xb9','\xb1','\x75','\x43','\x24','\xbc','\x59','\x8f','\x81','\xdf','\x30','\x8c','\x4f','\x7b','\x9f','\x82','\xfc','\xe2','\x48','\xb3','\x4e','\x47','\xc5','\x61','\x52','\x0c','\xca','\x92','\x99','\xc0','\x66','\xb7','\x6c','\xed','\xbe','\x17','\xe4','\xd7','\x23','\x65','\xd2','\x1f','\xf3','\xc6','\x65','\x62','\xdc','\x4b','\x9d','\x2d','\xf2','\x8b','\x29','\x87','\xb1','\x6f','\xdb','\x1e','\xdb','\x2c','\x6c','\x19','\x30','\xb9','\x77','\x3c','\xdc','\xe1','\x1c','\x62','\xd2','\x19','\xdf','\x43','\x70','\x1f','\x4e','\xe4','\x9d','\x6e','\x49','\xdf','\x8d','\xcd','\x47','\x66','\xe9','\x23','\x73','\x89','\x7e','\x35','\x36','\x7e','\xf3','\x03','\x83','\x50','\x67','\x0d','\xb5','\x84','\x69','\xe2','\x10','\xbb','\xc7','\xf7','\x69','\xd9','\xd3','\xb8','\x56','\xc3','\xda','\x10','\x77','\x3a','\x2e','\x38','\xcc','\xdc','\x60','\x85','\x04','\x23','\x36','\xce','\xc2','\xec','\x6e','\x61','\xe6','\x91','\x2b','\xcd','\x47','\x2e','\x49','\xfd','\xc8','\x06','\xfe','\x73','\xdf','\x71','\xe7','\xbe','\x22','\x1e','\x14','\xf1','\xe0','\x3d','\x80','\x4b','\x78','\xac','\x81','\xc5','\x95','\xb5','\x75','\x18','\x90','\xd5','\x04','\xb8','\x8c','\xba','\x4b','\xbe','\xfc','\xf7','\xc4','\x84','\xe7','\x3e','\xd3','\xfd','\xac','\x89','\x1e','\x3e','\x5e','\x7f','\x78','\xbc','\x76','\xf2','\x48','\xf3','\xe8','\x21','\xf7','\xe8','\x1b','\x6e','\xc5','\xae','\x92','\x2b','\x7e','\x1c','\xb9','\xbb','\xda','\x87','\x96','\xd0','\xaf','\x29','\xc7','\xb3','\x38','\xee','\x77','\xe7','\x2c','\xde','\x7d','\xb6','\x23','\xee','\xf8','\x2f','\x57','\xf0','\xa7','\x5f','\xc0','\xbf','\xfa','\x1d','\x60','\x1d','\xbe','\xdf','\x8d','\xd0','\x6e','\x15','\xb3','\x26','\x7d','\x7a','\x1e','\x8f','\x67','\x6b','\x46','\xc6','\x70','\xc0','\xd9','\xc8','\xc0','\xd9','\x1a','\xec','\x4b','\x0d','\x76','\x27','\xab','\x27','\x39','\x65','\x37','\x00','\x89','\xcb','\x23','\x71','\x9b','\xc4','\x4f','\x77','\x31','\xd9','\x60','\x9b','\x04','\x15','\x89','\x3e','\xca','\x84','\xda','\x3e','\xd3','\xfc','\xac','\x69','\x3e','\xfc','\xd4','\x77','\x1e','\x36','\xfb','\x4e','\x8e','\x66','\x8e','\x7e','\xe9','\x7b','\x47','\xbf','\xf4','\x5b','\x95','\xaf','\x54','\xc8','\xfe','\x5d','\x24','\xff','\xcb','\x64','\xf9','\xcb','\xc4','\xbe','\x16','\x17','\x45','\xc8','\x8f','\xb7','\xe0','\x79','\xc9','\x59','\xdc','\x1b','\xc5','\xf1','\x8b','\x58','\x9e','\x03','\xad','\xc3','\xb5','\x31','\xb2','\x13','\x5a','\x13','\xf8','\x4f','\xd2','\xdb','\x8d','\x30','\xac','\x43','\x1b','\xf7','\x23','\xc8','\xac','\x61','\x08','\xc8','\x61','\x1c','\xe6','\xbe','\x3c','\x1f','\x9f','\xae','\xd6','\xf8','\x28','\x28','\x59','\x71','\x1b','\x5a','\x1d','\x46','\xc3','\xb5','\xbb','\x98','\xcc','\x7a','\x56','\xf6','\x9f','\x95','\xc9','\xcf','\x1a','\x64','\x07','\x4a','\xfc','\x23','\xfa','\xec','\x27','\xc3','\x0f','\xfb','\x4d','\xf6','\xcc','\xfd','\xe3','\x6f','\x9d','\xdc','\xb1','\xe7','\x28','\xa3','\x7f','\xfc','\xad','\xca','\x27','\xc3','\xe0','\x30','\xfc','\x40','\x88','\xfc','\x58','\x24','\x31','\x9f','\x44','\x9a','\xad','\xf9','\xe2','\x31','\x92','\x78','\x68','\x02','\xf7','\x0e','\x77','\x7c','\x67','\xd8','\x6f','\x4e','\x30','\x89','\xcc','\x3a','\xde','\x1d','\x56','\x77','\x33','\xba','\xe2','\x3d','\x32','\xa3','\xf6','\x87','\x53','\xfd','\xbe','\x3f','\x8e','\x67','\x0d','\xe2','\x38','\xb9','\xa3','\xf8','\xb8','\xd9','\xf1','\xec','\x3c','\x9e','\x4c','\xe2','\x5c','\x14','\xab','\xb0','\x9e','\xf9','\x0d','\x63','\xeb','\x7e','\xd0','\x5c','\x94','\x47','\xa6','\x91','\x28','\xb2','\x61','\x6f','\x96','\xf8','\xf6','\x4c','\xf2','\x24','\x23','\x32','\xec','\xd3','\x3a','\xd7','\x7c','\xd8','\xf7','\x7b','\x18','\x76','\x38','\x77','\x13','\x5c','\xf5','\xbb','\xf8','\xd8','\x7a','\xb8','\x97','\x88','\x2d','\x4c','\x55','\x98','\x4e','\xce','\x0b','\xf6','\xaa','\xd3','\x48','\xe0','\xcc','\x23','\x71','\xe6','\x0c','\xa7','\x91','\x1f','\x5b','\x0f','\xa0','\x59','\x8a','\x28','\x2f','\xe2','\x07','\x92','\xcd','\xb4','\x88','\xe3','\xd3','\xb8','\x4b','\xc4','\x21','\x11','\x87','\x0f','\x62','\x79','\x14','\x77','\xde','\x4e','\x34','\xc7','\x48','\x49','\x6e','\xe8','\x94','\x2a','\x89','\x2d','\x95','\xf4','\x35','\xf1','\x43','\xcd','\x12','\x85','\x9b','\x31','\x50','\x15','\x14','\x48','\x6e','\x44','\x2e','\x55','\xc8','\x6f','\x70','\x2c','\xce','\xdf','\x21','\xf1','\xb3','\x84','\x74','\x11','\x40','\xe6','\x71','\x2b','\x04','\xb5','\x42','\xce','\x7f','\xc1','\xf8','\xbc','\x83','\xd4','\xaa','\x42','\xaa','\x09','\x5c','\xcd','\xe1','\xaa','\x89','\xae','\x21','\x54','\x75','\x23','\xd5','\x92','\x57','\xcd','\x3d','\x5d','\xde','\xb5','\x1f','\x5c','\x22','\xc5','\x68','\xc4','\x2f','\x89','\xcd','\x6d','\xda','\xd3','\xae','\x04','\xe2','\xf4','\x29','\xa0','\xda','\x01','\x97','\x30','\x01','\x36','\x3c','\x06','\xa6','\x5f','\x2b','\x3d','\x50','\xeb','\x0c','\x64','\xf5','\x18','\xe4','\x4e','\xed','\xd9','\xdd','\x7c','\xa6','\x82','\x44','\xd2','\xba','\x77','\xa0','\xeb','\x1c','\xae','\xc2','\x70','\xc7','\xb4','\xb2','\x8a','\xfc','\xdc','\xba','\x6f','\xda','\xa6','\x9e','\xa6','\x28','\x34','\x99','\x7d','\xf7','\x4c','\x70','\x83','\x9c','\x74','\x45','\x00','\x7b','\xac','\x05','\x9c','\xad','\xc5','\xdc','\xa6','\x38','\x01','\x7f','\x63','\x6f','\x26','\x98','\x6e','\xa4','\xf2','\x18','\x55','\xb6','\xa5','\x16','\xca','\xd2','\x62','\x39','\x1c','\x15','\x1b','\xa5','\x16','\x22','\x53','\xeb','\xdb','\xd9','\xfa','\x51','\x86','\x95','\xe4','\xb5','\x15','\x34','\x8c','\xb4','\x6b','\x0d','\x75','\x58','\x56','\x1f','\x6d','\x68','\x4b','\xb2','\x3a','\x7c','\xb7','\xfa','\xe8','\x3f','\x6b','\x6e','\x2b','\xae','\x6d','\xfb','\xf1','\xd9','\xdf','\x2c','\xd5','\x91','\xe0','\xbb','\x91','\x83','\xf6','\x67','\x3f','\x83','\x84','\x93','\x48','\x74','\xd1','\x24','\xef','\x4e','\x18','\xee','\x56','\x5a','\x6a','\x5b','\x60','\x00','\x06','\x52','\x66','\x7d','\x3d','\x23','\xd3','\x72','\x81','\x0f','\x32','\x1b','\x0d','\x08','\x8f','\xe5','\xd8','\x3e','\x61','\xa2','\x06','\xae','\xa1','\x5c','\x03','\x57','\xa0','\xa9','\x2e','\x0f','\x55','\x16','\x5c','\x69','\x11','\x31','\x8e','\x8d','\x56','\x56','\x92','\x9b','\xea','\x59','\x94','\x0b','\xd3','\xcc','\xbe','\x6d','\x12','\xa1','\xf9','\x4e','\x88','\x15','\x6c','\xed','\x96','\x44','\x0b','\xbe','\x76','\x5b','\xa1','\xbf','\x97','\xd0','\xfe','\x91','\x48','\x02','\xf1','\x1b','\xf3','\x18','\xcd','\xc7','\xea','\xa6','\x6c','\x96','\x88','\xb9','\xac','\x2c','\x5c','\xea','\x5b','\x8c','\xee','\x77','\xa4','\x3b','\xcd','\xfb','\xd3','\x36','\xfa','\xa5','\x6b','\x2b','\x10','\xff','\x1f','\x3c','\xb9','\x10','\xc4','\xa4','\x14','\xbb','\x09','\x3a','\x64','\xec','\xe6','\x28','\x18','\xbc','\xe4','\xb3','\xcd','\x66','\x77','\xa9','\x14','\xd3','\x75','\x71','\x4b','\x7b','\x9a','\x51','\xb6','\x78','\x64','\x24','\x60','\x6a','\x9d','\x6b','\x14','\x48','\xa9','\x38','\xe0','\x8e','\x1d','\xb4','\x8f','\x4b','\xa5','\x31','\x92','\x2c','\xbe','\x57','\x2d','\xc4','\x6d','\xb8','\xc8','\xee','\xb1','\x9f','\xda','\x6f','\x17','\x93','\x0d','\x8e','\x44','\x5f','\x36','\xd9','\x70','\x4d','\xdb','\xfa','\x34','\xa6','\x7e','\x33','\x5e','\xa9','\x41','\x60','\x02','\x6d','\x22','\x73','\x52','\x98','\xd3','\x01','\x3e','\x8b','\x87','\xc8','\x35','\xb1','\x8c','\x33','\x09','\xfc','\x17','\x14','\xc7','\x5d','\x7c','\x8b','\x19','\x71','\x15','\x26','\x02','\xf0','\x3b','\x0e','\xa4','\x27','\x43','\x08','\x70','\x45','\x34','\xc0','\x15','\x59','\x9d','\x77','\x77','\x51','\x5a','\x9c','\x0e','\x27','\x04','\x70','\x1b','\x08','\x7c','\x06','\x82','\xbe','\x80','\xf5','\x5d','\xc4','\x7b','\x17','\xdf','\xa5','\x20','\x1c','\x3d','\x19','\xc1','\x50','\xaf','\x7f','\x8a','\x76','\x73','\x12','\x45','\xb7','\x59','\x3f','\x08','\x71','\xe6','\xe6','\x78','\x42','\x93','\x59','\xdc','\xc6','\x8d','\x46','\xff','\xb3','\xb3','\x9f','\xde','\x71','\xdc','\xff','\xcb','\x07','\x12','\xb2','\xcc','\x98','\xed','\x50','\xba','\xfc','\xe9','\xb4','\x74','\xe2','\xe5','\xd4','\x63','\x7f','\xf6','\x81','\x93','\xbd','\x8f','\xab','\x5a','\xa0','\xcf','\x47','\xd7','\xe7','\xa1','\xe3','\x67','\xfe','\x02','\x72','\x05','\xd7','\xdd','\x6f','\x57','\x7b','\x2e','\xf9','\x3d','\xc8','\x65','\x94','\xe6','\x94','\x41','\x4c','\x70','\xbb','\xa2','\xeb','\x36','\x91','\x5b','\x42','\xae','\xbe','\xde','\xef','\x02','\x8e','\xa5','\x26','\xb0','\xb0','\x82','\x63','\x5b','\xeb','\x71','\x7b','\x58','\x55','\x49','\xff','\xbf','\xa9','\x1e','\x59','\x4d','\x44','\x55','\x82','\x03','\x52','\xe2','\xb3','\x8a','\x7f','\x5d','\x09','\x11','\x22','\xce','\xc9','\x07','\x15','\xdc','\xa7','\xf9','\xbd','\xa9','\xc1','\xde','\x3c','\xcd','\x00','\x66','\x27','\x1d','\x90','\x68','\x18','\xd3','\xbb','\x1c','\xca','\x34','\x8c','\x92','\x4c','\x75','\x52','\x02','\x34','\xbc','\x3e','\xb8','\xb9','\x40','\x00','\xb7','\xb4','\x8f','\xa0','\x15','\x22','\xba','\x24','\x69','\xc7','\xb9','\xf2','\x1c','\x12','\x1c','\x00','\x61','\x16','\x00','\x7c','\xbb','\x97','\x53','\x46','\x28','\x67','\x34','\x7f','\x40','\xb0','\xc3','\x82','\x7d','\xd7','\x94','\xdd','\x14','\x4e','\x97','\x84','\xd3','\xba','\x70','\x9a','\x3b','\x41','\xb2','\x6d','\xd8','\x44','\xfc','\x5e','\x66','\x4d','\x13','\xe6','\x77','\x07','\x82','\xe0','\x0b','\x0b','\xe0','\x54','\xd6','\xc3','\x48','\x00','\x4a','\x77','\x3a','\xe9','\x64','\x33','\x43','\x70','\x88','\x60','\x71','\x19','\x37','\x09','\x2e','\xf1','\xf8','\x54','\xf0','\x73','\x48','\x7a','\xf0','\x6c','\xfb','\xe5','\x12','\x99','\x51','\x35','\x7e','\xce','\xf7','\x97','\xa5','\x10','\x09','\x8b','\x15','\xf9','\x20','\x42','\x7d','\x48','\xea','\x65','\x5d','\xe3','\x23','\xc3','\x68','\x00','\x32','\xd1','\xba','\x77','\xd9','\x1b','\xc7','\x07','\x42','\x62','\xed','\x0d','\x79','\x03','\xdd','\x9a','\xff','\x13','\x50','\xa8','\x04','\x24','\xb3','\x66','\xee','\x9f','\xc1','\x3d','\x8c','\x4e','\xe3','\x9e','\x10','\x4e','\x87','\x08','\x90','\x48','\x32','\xa2','\x12','\xe2','\x24','\xba','\x6a','\x13','\xa9','\x25','\x94','\xd2','\x93','\x2d','\x6f','\xd2','\x04','\x92','\x5a','\x58','\x7c','\x02','\x1b','\x1f','\xe4','\x2f','\xa0','\xd0','\xce','\x16','\x48','\x75','\x1f','\xc1','\xbd','\x9c','\x58','\x8f','\x32','\x49','\x6f','\x80','\xe0','\x30','\x81','\x15','\xbd','\xd6','\xaf','\xa0','\x53','\x8c','\x42','\x28','\x01','\x29','\x86','\x15','\x12','\x92','\x49','\x18','\xc7','\xaf','\x7c','\xe0','\xdf','\x04','\xd7','\xb6','\x50','\x18','\x1d','\x3c','\x83','\xfa','\x24','\xd2','\x17','\xf3','\x7a','\x77','\xd8','\x99','\x4e','\x18','\xea','\x01','\xcb','\x0f','\x8b','\xfa','\x5d','\xd3','\x7a','\x33','\xa4','\x96','\x24','\xaa','\x03','\x33','\x4a','\x22','\xa5','\xe5','\x1f','\x9e','\x58','\x85','\x5f','\xb3','\xfc','\xd6','\x7c','\xf5','\x38','\x01','\xc8','\x70','\x5f','\xda','\xe9','\xe5','\x94','\xd1','\xbc','\x4c','\xd6','\x19','\x10','\xdd','\x70','\xe4','\xf2','\x5d','\x7f','\x78','\xb9','\xd9','\x31','\x57','\xda','\x51','\xd1','\x3b','\xcf','\xa1','\xd5','\x73','\x7e','\x85','\x24','\x92','\x6d','\x3b','\x97','\x99','\xd8','\xdc','\xd8','\x81','\xf5','\x73','\xa9','\x71','\x50','\x62','\xed','\x41','\x7d','\x58','\xea','\x8d','\xf9','\x19','\x22','\x65','\xf6','\x55','\x07','\x3e','\x7f','\x3b','\xdc','\x25','\xdd','\x75','\x51','\x6a','\x92','\x7c','\x89','\x14','\xf5','\xe4','\x6d','\x14','\xab','\xb5','\x70','\x0f','\x74','\x29','\x01','\x48','\x80','\xe0','\x4c','\xd4','\x75','\x1c','\x00','\x85','\xd0','\xf1','\xa5','\xf0','\xf1','\xa5','\x33','\xc7','\x97','\xf2','\x4f','\x79','\xf9','\xe3','\x4b','\xc5','\xe3','\x4b','\x63','\x8c','\x9e','\xf2','\xc2','\xa6','\x1b','\x31','\x5d','\x4f','\x5f','\x2a','\xdd','\x68','\xea','\xe0','\xa9','\xe5','\x02','\x16','\x1f','\xaa','\x86','\xf8','\x7d','\x8a','\x1c','\x42','\x51','\xd1','\xc6','\x05','\x29','\xf9','\xa1','\xbf','\x33','\x6c','\xf7','\xc8','\xe6','\xfe','\x39','\x3a','\x65','\xf3','\x63','\xf9','\x52','\x00','\x31','\xe2','\x5a','\x90','\x80','\xcc','\x65','\x24','\x99','\xb0','\x5f','\xd0','\x8a','\x8b','\x5e','\xbb','\x2a','\x5c','\xbc','\x2a','\xe2','\xab','\x12','\x5a','\x24','\x90','\x2a','\x63','\xf2','\x4e','\xf5','\xc8','\xad','\xa3','\x45','\x1c','\xe3','\x78','\x7d','\xca','\x22','\x56','\xab','\x70','\x68','\x24','\xe2','\x84','\x04','\xe6','\x12','\xe4','\x12','\x41','\x26','\x53','\x10','\x4a','\x51','\xae','\x6f','\x6c','\x57','\x8f','\xc9','\x33','\x4f','\x9d','\x94','\x93','\x5e','\xcc','\xd3','\x31','\xd2','\x71','\x42','\xc7','\x24','\x20','\xc6','\x54','\x55','\x46','\x32','\x81','\xa3','\x6e','\x02','\x78','\x67','\x49','\x95','\x07','\x68','\x6c','\xa9','\x47','\xe7','\xf5','\x98','\x9b','\xce','\x19','\x36','\xa2','\xd0','\xb0','\x61','\x0d','\xb5','\x49','\x64','\xea','\x2e','\x6b','\xf3','\xfa','\x7a','\x3a','\xc3','\xb6','\x3a','\x6b','\xea','\x6f','\x50','\xdb','\xa5','\x70','\x1f','\x11','\xc2','\x52','\xb6','\x69','\xfd','\x9c','\x3d','\xd7','\x08','\xb7','\x49','\x7e','\x06','\x93','\x82','\xa7','\x14','\x70','\xdf','\x2d','\xc6','\x6c','\xee','\x3c','\xce','\x2d','\x3f','\x6d','\xc2','\x57','\x2c','\x94','\x65','\xb2','\x21','\x40','\x63','\x93','\x57','\xe4','\x9d','\xea','\x69','\xe7','\x8f','\x40','\x70','\xf5','\x0d','\x1d','\x44','\x3c','\xcd','\x04','\xd2','\x5b','\x60','\x26','\x1b','\x9d','\xc9','\x37','\xce','\xfb','\xbd','\x61','\xbb','\x57','\x36','\x0f','\x2a','\x74','\x5a','\xa7','\x7c','\xd2','\x75','\x8e','\xdd','\xc5','\x96','\xf9','\xbb','\x9a','\x1b','\x55','\x79','\xa4','\x4c','\x0b','\x15','\x64','\x4b','\x93','\xee','\xd4','\x1e','\xf0','\x19','\x06','\x90','\x0b','\xcf','\xe6','\x68','\xa2','\x69','\x4a','\x82','\x5c','\xcc','\x1c','\xbb','\x8e','\xae','\xd0','\x50','\x89','\x86','\x28','\x90','\x98','\xd3','\x7c','\x92','\x6c','\xfe','\xa2','\xf1','\x59','\xb5','\x46','\xc1','\x20','\xe5','\xc7','\x35','\xcc','\x08','\xc9','\xe1','\xf8','\xa5','\xac','\xff','\x7a','\x3b','\x1e','\x87','\x8f','\xde','\xa6','\x7a','\x66','\xa1','\x9e','\x19','\x44','\x03','\xe7','\x8d','\x76','\xa2','\x0a','\x18','\x19','\xb4','\xea','\xbf','\xd1','\x0a','\xde','\xb1','\x99','\xcd','\x2e','\x02','\xb0','\xc8','\xbe','\x12','\xc2','\x5b','\xeb','\xd1','\xe7','\xd4','\xcb','\x2d','\x7b','\x10','\xd2','\xac','\xa6','\xfd','\x95','\xf6','\x58','\xac','\x2f','\x2b','\x59','\xc8','\xcd','\x8a','\x5a','\x0e','\xb1','\x5b','\xf7','\xd7','\x1d','\xeb','\x59','\x2d','\xd8','\x1c','\xc5','\x40','\xfd','\x05','\xf5','\xb4','\xd7','\x73','\x00','\x75','\xd8','\xd6','\xbd','\xd7','\xd4','\xef','\x55','\xda','\xa4','\x87','\x7f','\xec','\xf8','\x60','\xee','\xb7','\x03','\xc7','\x45','\xf7','\x37','\x21','\x89','\x82','\x24','\xc1','\xe5','\x80','\x04','\x85','\x44','\xa4','\x09','\xa7','\xca','\xdc','\x8f','\x84','\x1b','\x0e','\x77','\xe6','\x1b','\xed','\x94','\x46','\x77','\xc8','\x73','\x44','\xdb','\xe9','\x8d','\x5c','\x38','\xff','\xdc','\xa6','\x1e','\x9b','\x4e','\x55','\x78','\xf8','\xcf','\xef','\x23','\x74','\x0b','\x74','\x86','\x08','\x6a','\x24','\x90','\x76','\xcb','\x7f','\xbd','\x3d','\xcb','\xab','\x2e','\x8e','\x6b','\x36','\xfb','\x36','\xe3','\x6c','\xd3','\x99','\x04','\xe5','\x9b','\x62','\x6d','\xde','\x5b','\x93','\xce','\x31','\xca','\x18','\x09','\x8c','\xa6','\x43','\xe2','\x74','\x28','\x22','\x8a','\x09','\x91','\x69','\xe7','\xcd','\x56','\xfe','\x82','\x22','\x4e','\xfa','\xcd','\x9d','\x3b','\x50','\x8f','\xe2','\xee','\xbf','\xac','\x33','\xae','\x2f','\x09','\x9e','\xaf','\xb5','\x01','\x52','\x1e','\x72','\xb2','\xe9','\xa6','\xf5','\x32','\x38','\xd6','\x8a','\x69','\x1b','\x32','\x5c','\xf0','\xe0','\xb5','\x4f','\xa0','\x35','\x9c','\xae','\x8f','\x1f','\x9f','\xf5','\x9b','\x08','\x46','\x43','\x45','\x8a','\xce','\xf9','\x12','\x5a','\x8d','\x02','\x6a','\x31','\xa5','\xed','\xc7','\xe7','\x22','\x0d','\x3a','\x22','\x13','\x3d','\x4a','\x4a','\x8c','\x0d','\x7e','\x82','\xbc','\x11','\xff','\xd3','\xd9','\xce','\xff','\x05','\xab','\x19','\x0c','\xeb','\x79','\xe4','\x17','\xaf','\x67','\xd6','\x1e','\x1b','\x2c','\x91','\x0d','\xee','\x6a','\x9b','\x0a','\x82','\x14','\x12','\xaa','\x21','\xb1','\x1c','\x8a','\x48','\x62','\x22','\x88','\xff','\xba','\x43','\xbf','\x82','\xfc','\x1a','\x70','\x29','\x91','\x6c','\xe2','\x41','\x94','\x28','\xa2','\x7d','\x55','\x7c','\x22','\xd2','\x74','\x5a','\xe0','\x0c','\x6c','\x25','\xf9','\xab','\x40','\x0d','\x8c','\xb6','\xaf','\x67','\x86','\xca','\x11','\x14','\xe5','\x9f','\xef','\xb8','\xe1','\xc7','\x67','\xd5','\xf8','\x37','\x72','\x0f','\x7d','\x97','\x3e','\x74','\xda','\xfc','\xfc','\xb4','\x79','\x61','\xca','\x8d','\xdb','\x4c','\x13','\x70','\xe3','\xd3','\xa5','\x78','\x59','\x83','\x23','\x4f','\xba','\x89','\xcf','\xeb','\x3d','\x32','\x85','\x7a','\xce','\x32','\x91','\xe3','\x2a','\xd8','\x60','\x93','\xc8','\x01','\x0a','\x14','\x52','\x4c','\x24','\xdf','\x87','\xc0','\x03','\x32','\x32','\x4f','\x46','\x7e','\x44','\xea','\x57','\xe9','\xc2','\x8f','\xf6','\x2e','\x7e','\xa5','\xc7','\xd1','\x74','\x9a','\xb4','\xd1','\x56','\x79','\xb1','\x4e','\x0e','\xb6','\xd1','\x44','\xc3','\x44','\x8f','\xc0','\x29','\xb1','\xc9','\x07','\x7c','\xb9','\xb3','\xe2','\xf4','\x5c','\xc0','\x1f','\xc3','\x57','\x37','\xd5','\x13','\x8d','\x26','\x78','\x7e','\x22','\x08','\x36','\x59','\x3d','\xc3','\x62','\xbf','\x36','\x63','\x8d','\x09','\x9e','\xa0','\xa7','\x75','\xaa','\xc5','\x51','\xb8','\x3f','\x96','\x6f','\x40','\xea','\x97','\x74','\x0b','\xbe','\xb9','\xb6','\xd7','\x7f','\x97','\xee','\xc3','\xf4','\x7f','\xc6','\xf4','\x4d','\x27','\x4d','\x6a','\x83','\xa4','\x06','\xef','\x51','\xeb','\x9a','\x6c','\xdb','\x7a','\xec','\x3b','\x38','\xde','\x43','\x23','\x23','\x18','\x4b','\xdd','\xb1','\x0f','\x4a','\x38','\x72','\x1a','\x4b','\x21','\xff','\xb6','\x38','\x11','\xf1','\xf5','\x3b','\xcf','\x3b','\x9c','\x7a','\x6a','\xcd','\x8e','\x79','\xe4','\xaf','\x70','\x14','\xa0','\xbd','\x1e','\x1e','\x58','\xea','\xf8','\xd3','\xa5','\xee','\x81','\x25','\x6f','\xe0','\xef','\xc7','\x07','\x6a','\x06','\x4f','\xed','\x84','\xa9','\x34','\x01','\xb8','\xe5','\x68','\xf3','\x7c','\xcd','\x52','\xb6','\x9e','\xe7','\xda','\x46','\x10','\xb3','\xfd','\x47','\xb6','\x9c','\x54','\xac','\xdb','\xec','\x77','\x1e','\xe7','\xb6','\x5c','\xe6','\x57','\x3c','\x51','\x69','\xa1','\x86','\x01','\x3b','\xd7','\x61','\x63','\x72','\xe3','\x2d','\x07','\x09','\x8e','\x9a','\x76','\xb4','\x9f','\xf1','\x0b','\x7a','\x1a','\x80','\x10','\x60','\x6d','\x65','\x82','\xd2','\x6d','\xc6','\x19','\xf6','\x45','\x98','\x32','\xce','\x83','\x16','\x02','\xd7','\x05','\x1b','\x65','\x5d','\x94','\x90','\x85','\x77','\x9c','\x49','\xe4','\x41','\x68','\xe4','\x55','\xb0','\x6b','\xda','\xef','\xc3','\xc2','\x3b','\xe5','\x49','\xb4','\x65','\x7c','\xa0','\x1e','\x33','\x18','\x67','\xc4','\xcd','\xa2','\xe0','\xd9','\x82','\x90','\x22','\x92','\x4b','\xc2','\x37','\xd6','\x81','\x6b','\xe1','\x38','\x2b','\x9b','\x5b','\xe4','\x17','\x1f','\x1f','\xd6','\x1e','\xc1','\x45','\xc9','\x7a','\xac','\xa1','\x87','\x55','\x53','\xa2','\x76','\x3b','\x46','\x69','\xd7','\xc6','\xa8','\xa5','\x0d','\xd1','\x61','\xdb','\xf2','\xc3','\x29','\x91','\x02','\xc8','\xa1','\x84','\xa4','\x30','\xb0','\x44','\xba','\x91','\x4b','\x27','\x37','\xa5','\xa2','\xbb','\x43','\x3d','\x41','\xbf','\x7a','\x66','\xb1','\x76','\x63','\xd5','\xab','\x6a','\x1f','\xf7','\xa6','\x43','\xdc','\xcf','\xaa','\xac','\x39','\x4e','\xda','\x31','\xd2','\xce','\xd1','\x1e','\x87','\x8e','\x38','\x47','\x8f','\x3c','\x77','\x6e','\x1a','\x6f','\xd9','\x5f','\xeb','\xd7','\x33','\x5f','\x7f','\x7b','\x7d','\x2f','\xcd','\x84','\x20','\x13','\x7c','\x4e','\x29','\xf3','\xb7','\x95','\x81','\xcf','\xcb','\xe0','\xb5','\x62','\xd6','\xd3','\xf6','\xc4','\x20','\x34','\xeb','\x8e','\xf2','\x74','\xff','\x65','\x93','\x6d','\xaf','\x6d','\xd9','\x17','\xfb','\x78','\x3b','\x60','\x4d','\x69','\x0f','\xd1','\x1d','\xd7','\x4f','\xd0','\xaf','\xb0','\x56','\x8f','\xc0','\x9f','\x8f','\x63','\x26','\x0a','\x55','\x3e','\x1e','\x5a','\x23','\xd7','\x87','\x8e','\x1e','\x94','\x2e','\xf8','\x3e','\x91','\x6c','\x6e','\x5e','\xb4','\x70','\xb0','\xe3','\xee','\x9d','\xf9','\x46','\x18','\x3d','\x74','\x0d','\xa5','\xcb','\xd8','\x7f','\xa7','\x99','\x9e','\x61','\x43','\x24','\xa7','\x9f','\x7d','\x23','\xfd','\x7c','\xcb','\x3d','\x2f','\x3d','\xad','\xa7','\xa7','\xd5','\xf4','\xe9','\x9c','\x56','\x4e','\xa6','\x1d','\x88','\x87','\xfd','\x18','\x3e','\xa6','\x62','\x03','\x46','\x09','\xbc','\x54','\x95','\xec','\x07','\x09','\x9e','\x47','\x8a','\x66','\xdf','\x9b','\xcf','\x74','\xfe','\x28','\xa3','\x5c','\xcd','\xbe','\xf7','\x23','\x55','\xfc','\x8a','\x89','\xef','\xc0','\xc7','\x82','\x79','\xf7','\xe7','\x41','\x13','\x10','\x91','\xc8','\xba','\x2e','\xf1','\x11','\x28','\x31','\x83','\x46','\x8d','\xd0','\x5c','\xee','\x68','\x49','\xb8','\xe8','\x4a','\x9f','\x41','\xb9','\xc7','\x6c','\xc1','\xa9','\x47','\xf1','\x64','\x69','\x22','\xb1','\xad','\x1e','\xa5','\xdb','\xea','\x14','\x9a','\x05','\x65','\x03','\xc1','\x0a','\x14','\xd0','\xe9','\xe0','\x94','\x26','\xc0','\x88','\x6b','\x23','\xc5','\xc1','\x72','\x6a','\x49','\x37','\x01','\xf2','\x5b','\x6d','\x3b','\xce','\xcc','\x28','\x78','\xcc','\x96','\xac','\x9b','\x3e','\x44','\x33','\x31','\x9a','\xad','\x5a','\xe7','\x7c','\x13','\x57','\x19','\x59','\x4e','\x75','\xa4','\x45','\xff','\x30','\xe2','\xd4','\x2c','\xfe','\x81','\x6d','\xec','\x02','\x56','\x0f','\x53','\x7e','\xda','\xd2','\x9f','\x4f','\x3a','\x9c','\xb3','\xad','\x4d','\xfd','\xdb','\xb2','\x70','\x35','\x11','\x99','\x32','\x99','\xa5','\xf6','\x96','\x5d','\x8f','\x79','\x93','\x11','\x77','\x5f','\x98','\xf1','\xc3','\x96','\x7c','\x87','\xd3','\xec','\x7b','\x15','\xbb','\x4f','\x35','\xf7','\x13','\xf5','\x0a','\x77','\x72','\x4e','\x42','\xce','\x6e','\xf6','\xe7','\xa3','\xab','\xf5','\xc0','\x9a','\x79','\x3b','\x2c','\x5c','\x8d','\x46','\xa6','\xe8','\xe6','\x7a','\xee','\xb0','\x0e','\x5b','\xec','\x74','\x91','\xe2','\x7d','\xfc','\xb9','\xc6','\x57','\xd9','\x97','\x2a','\xb1','\x0f','\x4e','\xe2','\xc8','\xd5','\x3b','\xf1','\xd5','\x4c','\xd8','\xde','\x3f','\x6b','\x22','\x5b','\x85','\x4e','\x41','\x9a','\xf8','\x8d','\xc1','\x1d','\x60','\xcf','\xa2','\x96','\x1a','\xfc','\x33','\x24','\x2c','\xbb','\x11','\x72','\x32','\x88','\x89','\x86','\xbb','\xd7','\x10','\x22','\x05','\x49','\xfb','\xd0','\xef','\x0f','\xeb','\xc3','\x32','\x9d','\xbe','\x67','\x4e','\x14','\x25','\xeb','\x7d','\x5f','\x39','\x88','\xe4','\x83','\x9e','\x6c','\x63','\x50','\xde','\x45','\x4f','\xbb','\x85','\x68','\xa1','\x49','\x0b','\x4c','\x9d','\x82','\x27','\x2b','\xf3','\x37','\x21','\x5a','\x10','\xd3','\xb7','\x7c','\xba','\xb0','\x91','\x8f','\xc9','\x76','\x8f','\x6d','\xee','\xbf','\x68','\xda','\x04','\xad','\xc3','\xd3','\x46','\x7e','\x3b','\x09','\x2f','\x07','\xa9','\xdb','\xf0','\x04','\x87','\xd3','\x05','\xef','\x24','\xea','\xde','\x76','\xde','\xcf','\x06','\x49','\xcf','\xab','\x60','\xae','\x92','\xbb','\x11','\xb9','\x07','\xc5','\xcf','\x78','\xc9','\x25','\x37','\x3e','\xcb','\x24','\x7b','\x35','\x7e','\xc9','\x07','\xef','\xca','\xa9','\xcb','\x7d','\xd3','\x4a','\x21','\x94','\x38','\x12','\x8e','\x95','\x37','\xd9','\x71','\x77','\x31','\xb6','\xe3','\xf2','\x7d','\x7a','\x9c','\x67','\x7d','\x49','\xa4','\x49','\x6e','\xef','\xb2','\x99','\x8e','\xcf','\xa6','\x49','\x74','\xef','\x72','\x82','\xf2','\x5f','\x07','\x3e','\x3f','\x33','\x70','\x34','\xb2','\x77','\x99','\xd9','\x1f','\x09','\x93','\x50','\xbd','\xe1','\xda','\xd9','\xed','\xd7','\xf3','\x25','\x48','\xc6','\x27','\x27','\xf9','\x33','\x28','\x88','\xc4','\x05','\x77','\x47','\xdf','\xe7','\x05','\x77','\x35','\xcf','\xfb','\x2a','\x83','\x55','\x82','\xf3','\x04','\x3e','\xd4','\x7b','\xb0','\x7d','\x50','\x31','\xa7','\x98','\xf6','\x16','\x66','\x8c','\x7e','\xa5','\x44','\xcc','\xc4','\x98','\x8b','\x45','\x1b','\xe1','\x12','\x4a','\x27','\xf1','\x8d','\xdb','\x4d','\x81','\xa9','\xd4','\x75','\x00','\x9d','\xb0','\x3c','\xf6','\xdc','\x25','\xf0','\x73','\x36','\x8e','\x6f','\xbc','\xa1','\x9e','\xb0','\x7d','\x50','\x86','\x7a','\x98','\xd1','\xc4','\xc4','\xd2','\x8c','\x44','\x47','\x24','\xda','\xbb','\x27','\x87','\x8d','\x62','\xe3','\xfb','\x3f','\xa2','\x8a','\x0b','\xc8','\x65','\x1b','\xef','\xe3','\xba','\xd7','\xcd','\xfb','\xd6','\x7a','\xd0','\xff','\x8e','\x73','\xd1','\xed','\xea','\x09','\xba','\x1f','\x49','\xae','\xac','\x66','\xb7','\x97','\x60','\xde','\x57','\x36','\xa6','\xb6','\x77','\xb2','\xe4','\x62','\x41','\x66','\xd2','\x8b','\xe3','\x70','\x6e','\x59','\x3f','\x7a','\x45','\x3d','\xb7','\x21','\x6d','\xb7','\xf4','\xdf','\xbb','\x7e','\x3a','\x65','\x5b','\x75','\x4d','\x5d','\x57','\x19','\x13','\x03','\xce','\xd3','\x36','\x73','\xd0','\x1d','\x32','\x83','\x0b','\x4c','\x07','\x58','\x58','\x89','\x20','\x88','\x43','\xdc','\xa6','\x5f','\x8a','\xaa','\x5d','\x6b','\xec','\x0c','\xe9','\x3b','\x43','\xc3','\x6c','\x1d','\xde','\x85','\x2e','\x77','\xf4','\xf4','\xc6','\xab','\x7d','\xe9','\x0a','\x1b','\x8b','\xee','\x3b','\xe9','\xc3','\xdb','\x8e','\x4f','\xb0','\x4f','\x61','\x6f','\xb6','\x37','\x69','\xa0','\xde','\xaf','\x3f','\x0e','\xdd','\x14','\xbe','\xbd','\xba','\x4f','\x59','\x25','\x07','\x64','\xf3','\xb4','\xab','\x82','\x44','\x16','\x90','\x14','\x02','\x04','\x8c','\x7d','\xd4','\xad','\xb9','\x93','\x31','\x66','\x68','\x40','\x3d','\x1e','\xdc','\xcb','\xf0','\x50','\x5f','\xe2','\xd7','\xd9','\xda','\x60','\x26','\x61','\x1f','\x22','\x07','\xb9','\x1f','\xe3','\x9d','\xe6','\x9d','\x2f','\x54','\x99','\x7f','\xa3','\x1c','\x2c','\xda','\xdd','\xf1','\x04','\x79','\xb3','\x42','\x7e','\x87','\x74','\xf9','\xcb','\x20','\xb5','\x26','\x08','\xfd','\x3b','\xd2','\x73','\xa1','\x92','\x8f','\x57','\x6c','\x42','\x36','\xcf','\x17','\x32','\xf7','\x57','\xe8','\xd4','\x6b','\xb4','\x6d','\x7c','\xd5','\xa5','\x49','\x8b','\xa0','\x28','\x13','\xa5','\xb1','\x77','\x56','\x20','\xcb','\x14','\x27','\x56','\x06','\x20','\x74','\xb6','\x92','\xde','\x9a','\xc7','\x85','\x04','\xc5','\x78','\x7d','\xbf','\x56','\x1b','\x13','\xac','\x9f','\x75','\xb0','\xa8','\xe1','\x88','\xff','\xe3','\x56','\x23','\x51','\xc0','\x46','\x68','\xf2','\x66','\x53','\x39','\x44','\x95','\x3c','\x4d','\x56','\xc1','\xae','\xdc','\xa6','\x5f','\x21','\xd5','\x7a','\xdf','\x1e','\x15','\xd1','\x68','\x48','\xb2','\xde','\xf1','\xcd','\x31','\x64','\x1e','\x47','\x56','\x1d','\x8f','\x8a','\x4d','\x66','\xe8','\x58','\xfc','\x92','\x79','\x5d','\x68','\x76','\x2b','\xee','\x78','\x7d','\x3d','\xbd','\x9c','\xaf','\xda','\xb6','\x1a','\xe9','\x41','\xf9','\xb4','\x3b','\x38','\x62','\xdf','\xc7','\xd6','\xcf','\xcf','\xfd','\x68','\x48','\x49','\xfe','\x61','\x62','\xf0','\x49','\x52','\xed','\x61','\xbc','\x75','\xde','\x6f','\xcc','\x13','\xd7','\xa4','\xae','\xf9','\x88','\xbd','\x12','\x11','\x2e','\xed','\x5e','\x8c','\xd6','\x6b','\xdb','\xc9','\xd3','\x6f','\xa8','\x67','\x23','\xdc','\xa2','\xb9','\xe1','\x43','\x6f','\x76','\xca','\x24','\xd6','\x8c','\x9f','\x86','\x20','\x1a','\xf6','\x8c','\x4f','\xc3','\x33','\xcd','\xe8','\x92','\xdf','\x77','\x1a','\xe2','\x16','\x8f','\x48','\xd1','\xcd','\x7c','\x2c','\x6c','\xf7','\x31','\x3d','\x21','\xac','\x9e','\x7d','\x5c','\xc2','\x5f','\xf3','\xb1','\x59','\xf4','\xeb','\x45','\x3c','\x96','\xc7','\xc5','\x2a','\xfe','\xe7','\x6f','\xe1','\x11','\x48','\x73','\xe6','\x69','\xde','\x78','\x1a','\x1b','\x69','\x7e','\xdd','\xc9','\x9e','\x69','\x3c','\xc1','\x73','\x52','\x6c','\xb7','\x9e','\x1f','\xd0','\xba','\x9c','\x6c','\x17','\xc9','\x8a','\x6a','\xd6','\xf2','\x34','\xc9','\xce','\x86','\x75','\xf0','\x18','\x94','\x69','\xb6','\xb3','\xa2','\x7d','\xf2','\x57','\xb2','\x8f','\x0d','\x66','\x9f','\xd3','\xb3','\x02','\xea','\xeb','\x28','\x15','\x9e','\x4e','\x1c','\xb9','\x1f','\x97','\xc5','\xed','\xf8','\x46','\xdf','\x03','\xda','\x3d','\x38','\x2b','\x2a','\xac','\x92','\x6c','\xd8','\xd6','\x30','\xaf','\xa4','\x93','\x66','\xfb','\x12','\xd9','\xdf','\x3a','\xa2','\xcd','\x96','\xb3','\x77','\xb1','\xff','\x6a','\x64','\xd3','\x72','\x5f','\x5c','\x2d','\x74','\x12','\xa8','\xe7','\x20','\xde','\x3a','\xce','\x65','\x3b','\x05','\x4b','\x79','\xc5','\x95','\x90','\x9d','\xbf','\xdf','\xb3','\x3e','\xc0','\xf9','\x14','\x66','\x05','\xf6','\xb4','\x6e','\xe3','\xc7','\xef','\xf7','\x62','\x12','\xbe','\xaf','\x8a','\xef','\x3b','\xe6','\xa5','\x46','\x51','\x5e','\xcc','\x95','\x25','\x00','\x4e','\xdf','\xda','\x9e','\x67','\x55','\x55','\xee','\x71','\xef','\xfb','\xfc','\x5c','\xef','\xb3','\x4c','\x81','\x9f','\x81','\x69','\x15','\xec','\xb0','\x3e','\xbb','\xef','\xe4','\xeb','\x61','\xbd','\xb6','\xef','\xe4','\xd1','\xb0','\x5e','\xda','\x77','\xb2','\x37','\xac','\x7f','\x25','\x3c','\xf1','\xb7','\xfe','\xc2','\xb7','\x4e','\x8a','\x31','\x1d','\x8b','\x9b','\xea','\x81','\x2d','\x86','\x18','\xdf','\x70','\xb5','\x9f','\xcd','\x09','\x53','\x8e','\x30','\xf5','\xdf','\x5d','\x0f','\x9b','\xaf','\x01','\x36','\x5f','\xc4','\x3c','\xb8','\xcf','\xb4','\xbf','\xc2','\xa1','\x48','\xd0','\x4a','\xc2','\xd7','\xea','\x28','\x9a','\x9c','\x6c','\x74','\x1e','\x98','\x65','\xc4','\x0a','\x81','\xfe','\xb0','\x8a','\x79','\xce','\x0b','\x27','\xc1','\xcb','\x74','\x9b','\xf1','\x51','\xa5','\x4e','\xd9','\xff','\x59','\x45','\x9e','\xde','\x79','\x7f','\x9f','\xff','\xc0','\x4b','\xaa','\xfa','\xcb','\xaa','\xf6','\xa3','\x3d','\x92','\xd8','\x1c','\xce','\xa8','\xd6','\x3f','\xab','\x63','\x99','\x3d','\xbf','\x97','\x6d','\x5a','\xaf','\xa8','\xe3','\xaf','\xa8','\x66','\xa6','\x77','\xe4','\x7d','\xdf','\x1c','\x0d','\xf2','\xa8','\xda','\xc6','\x94','\x6d','\xbc','\x65','\x8f','\x2f','\xd8','\xe3','\x53','\x36','\x38','\x2e','\xee','\x0f','\x22','\x44','\xc0','\x49','\xa0','\x5b','\xb0','\x77','\x73','\x3f','\xc6','\x7d','\x0b','\x81','\x9f','\x8c','\xdd','\x4e','\xcd','\xbc','\xd1','\x8f','\x31','\x51','\xc7','\xc4','\x35','\x2a','\xae','\xb1','\xec','\x9e','\xa8','\xb8','\x27','\xc0','\x2b','\x63','\x09','\x57','\xae','\xf9','\x7f','\x5b','\xc5','\xc9','\x1a','\x26','\x6f','\x74','\x93','\xfa','\xee','\x8a','\x9b','\x58','\x76','\xf7','\x2d','\xbb','\xfd','\xc4','\x1d','\x67','\x1f','\x26','\xae','\x43','\xae','\x62','\x46','\xc9','\xab','\x80','\xb5','\x57','\xf2','\xb1','\x3e','\x19','\xf8','\x8b','\x1a','\x97','\xfc','\x16','\xcc','\xe9','\x2c','\xee','\x88','\x35','\xb1','\x01','\x0e','\xa8','\xc1','\x4f','\x37','\xc6','\xbb','\xcf','\x79','\x89','\x1a','\xde','\x57','\xc3','\xfd','\x98','\xe9','\xd3','\xc8','\xc0','\x6d','\x7f','\x24','\x85','\xdf','\x3b','\xaa','\x08','\xeb','\x41','\x3a','\x68','\xa4','\xb8','\xad','\xd3','\x8f','\x78','\x27','\x4f','\x09','\xc1','\x38','\x15','\x25','\x64','\x92','\x90','\xbf','\xae','\x74','\x29','\xad','\x4b','\x5b','\xb4','\x0a','\xad','\xcf','\xef','\x4f','\xa5','\xe0','\x92','\x1a','\xd2','\x52','\xf3','\x7b','\x07','\xee','\xe1','\x69','\x4c','\x23','\xa3','\x6a','\x9f','\x28','\xdb','\x27','\xc2','\x7a','\x14','\x9b','\x78','\x96','\xfa','\x6f','\x24','\xb0','\x7a','\x03','\x1f','\xb9','\x0d','\x4e','\x05','\x8c','\x6c','\xf4','\xc8','\x65','\xd2','\xcf','\x36','\x17','\x25','\x06','\x25','\xad','\x0c','\x48','\x3c','\xbf','\x67','\x50','\xd8','\x36','\xef','\x80','\xe0','\xd8','\x51','\x62','\x36','\x68','\xae','\xe4','\x26','\x0f','\x32','\x1d','\x3b','\xa1','\x4b','\x84','\xc7','\x80','\xc7','\x39','\x5b','\xfb','\x67','\x24','\xbc','\x89','\xc4','\x0a','\xd3','\xc7','\x4a','\xab','\xfa','\x58','\x6b','\x7c','\xae','\xf8','\xc6','\x82','\x7d','\x62','\x0a','\x9d','\x10','\x50','\xb4','\x57','\xc2','\x57','\x7c','\xff','\x9f','\xf2','\x38','\x03','\xd4','\x9d','\xc9','\xef','\x66','\xf4','\x4a','\xfe','\x91','\x57','\xf2','\xfd','\x99','\xfc','\x78','\x26','\x6f','\x64','\xf2','\x4e','\xa6','\xf5','\xbf','\x40','\x3c','\x0f','\x6f','\x54','\x05','\x47','\x20','\x63','\x5e','\x32','\x56','\xa4','\x13','\xf3','\xc5','\x13','\x7b','\x3f','\x88','\x52','\x09','\xcf','\x4b','\x4c','\x08','\xf3','\xa4','\xbd','\x1f','\x74','\x67','\x52','\xbb','\x19','\xbd','\x92','\x7a','\xe4','\x95','\x54','\x7f','\x26','\x15','\xa4','\xf4','\xdd','\xe0','\xdf','\x12','\xd4','\x83','\x78','\x3d','\x6c','\xfd','\xac','\xb6','\x67','\x27','\xc6','\x97','\x9a','\xfe','\x72','\xeb','\x28','\x02','\xfc','\xc7','\xb8','\x0b','\xd9','\x23','\x97','\x02','\xff','\x31','\x6c','\x10','\xec','\x6c','\x4c','\x9a','\xcc','\x08','\xea','\xe1','\xc9','\x7c','\x1f','\x13','\xec','\x13','\xdf','\x76','\x4e','\x68','\xcd','\x28','\xb7','\x00','\xfd','\x97','\x1d','\xce','\xa9','\x5a','\xfe','\x6c','\xe0','\xa2','\xf0','\xb2','\x03','\xeb','\x70','\x87','\x6d','\xdc','\x85','\x1c','\x91','\x7b','\xe1','\x4a','\x75','\x8c','\x2d','\xc8','\x2d','\x56','\x97','\x20','\xec','\x98','\x22','\xb1','\x81','\xc5','\x48','\xb3','\x2f','\x84','\xb5','\xf7','\x08','\x1d','\x99','\x1f','\x77','\xdd','\x47','\xa7','\xea','\xd3','\x52','\x4e','\x42','\x49','\x92','\x28','\x17','\xd9','\x08','\x57','\x5c','\xa1','\x62','\xa3','\x3b','\x8f','\x33','\x9c','\x33','\x33','\xc3','\xc8','\x6a','\xd8','\x12','\x2d','\x49','\x34','\x93','\xcf','\x85','\x8d','\x01','\xb9','\xf6','\xd5','\x78','\xa5','\xf0','\xde','\xd7','\x6f','\x95','\x54','\x97','\xea','\x68','\xa0','\x85','\x7d','\x5d','\x17','\x2e','\xdc','\x79','\xbe','\x82','\xfd','\xf5','\x7c','\xc5','\xb8','\xe9','\x9d','\xa8','\x90','\x13','\x41','\xf6','\xc6','\x4b','\x8d','\x56','\x44','\x0f','\x21','\xdd','\x84','\xec','\x4e','\x36','\x76','\x5f','\x08','\x3f','\x72','\x21','\xd2','\x4f','\xce','\x8e','\x93','\x59','\x83','\xbc','\xe1','\xc0','\x59','\x50','\x09','\x27','\x73','\xd8','\x4b','\x62','\x9e','\x2f','\x72','\x6d','\x9f','\x2e','\x38','\x27','\xae','\x40','\xbe','\xe3','\xa8','\xac','\xe2','\xb3','\x39','\x70','\x21','\xbb','\xfb','\x01','\xdc','\x35','\xd6','\x7d','\x4f','\x7e','\xb7','\x5a','\x86','\x75','\x38','\xe5','\xf6','\x0b','\xe5','\x71','\x3e','\x98','\xdb','\xec','\xd3','\x56','\x7b','\x6c','\xe3','\x87','\xe5','\x13','\x97','\xfc','\x13','\x54','\x8a','\xd2','\x30','\xb6','\xa9','\x7f','\xa3','\x11','\xf8','\xa9','\x06','\x7e','\x71','\x6c','\xcb','\x3f','\x32','\x65','\xf7','\x77','\xce','\x8d','\xef','\x9e','\x05','\xff','\x3a','\x66','\x70','\xf6','\x94','\xe1','\x7e','\x85','\x55','\xc2','\xfd','\x72','\xa3','\xd1','\x12','\xc6','\xa6','\xe1','\x98','\x46','\xad','\x78','\xe2','\x8a','\x7f','\x02','\x9b','\xb0','\x2f','\x1c','\xd3','\x77','\x11','\xe0','\xe1','\x44','\xdd','\x6e','\x7c','\x7d','\x77','\xe2','\xf5','\xdd','\x95','\xda','\x23','\x95','\xe5','\xfe','\x5c','\x7d','\x3c','\xe7','\x1a','\x47','\x5d','\xa7','\xc2','\xf7','\x3b','\xd0','\x22','\x26','\x3e','\x26','\x93','\x90','\x17','\x26','\xe9','\x19','\x36','\x35','\xae','\xea','\x27','\xa6','\xec','\x13','\xa8','\x1c','\xd5','\x7c','\x3c','\x55','\xf3','\x17','\xc1','\xd7','\x0e','\x63','\xb7','\x9b','\xba','\xb0','\xbf','\xa6','\xdc','\x47','\xa6','\xca','\xfd','\x96','\x3f','\x1e','\xb9','\x6c','\x44','\x2e','\x3b','\x1d','\x73','\x00','\x87','\x1a','\x3f','\x87','\xd3','\x67','\x03','\xaf','\xbf','\x68','\x34','\x87','\x1d','\x6a','\xd4','\x06','\x1f','\x83','\xc6','\xd0','\x2f','\x83','\xe3','\xf1','\x0a','\x0e','\x5c','\xec','\x78','\x19','\xfc','\xeb','\xc0','\x05','\x71','\xf0','\x11','\xdf','\xef','\xcf','\xd2','\xf1','\x2c','\x35','\x32','\xd4','\x19','\x1c','\xc2','\x03','\xdd','\x38','\x87','\x82','\x83','\x2d','\xf6','\x84','\xf1','\xe1','\x83','\xf3','\x18','\x0c','\x4e','\xf8','\xcb','\x54','\xc6','\x28','\x8c','\xaf','\x34','\x21','\x72','\x41','\x92','\x71','\x47','\xb4','\x3b','\x7e','\x71','\x77','\x61','\x7e','\x77','\xd9','\x7d','\xc4','\x61','\x7c','\xac','\x3e','\x3e','\x52','\x37','\xc4','\x37','\x1c','\x89','\x2d','\xf7','\x1b','\x98','\xbe','\x8e','\xdd','\x2a','\x5c','\x04','\x8b','\x76','\x34','\x92','\xc3','\x65','\x6a','\x54','\x33','\xd0','\x1e','\x89','\x7e','\x99','\xed','\xfc','\x54','\x86','\x7d','\x85','\x3f','\xcf','\xbf','\x2b','\xdb','\xec','\xce','\xf4','\xee','\x66','\xf4','\x4a','\xef','\x23','\xaf','\x36','\xfb','\x33','\xbd','\xe3','\x99','\x5e','\x23','\xd3','\xeb','\xf4','\x35','\x71','\x6f','\x2f','\x1e','\xed','\xc5','\x07','\x7a','\xf1','\xe9','\xcf','\xe0','\x50','\x2a','\xd8','\xf0','\x0a','\x47','\x23','\xe4','\x47','\xd4','\x94','\xe8','\x6a','\xd7','\x47','\x4d','\xf6','\x24','\xf5','\x12','\x59','\xfe','\xf7','\xf1','\xc3','\xfd','\xbb','\xf4','\xfb','\xe1','\x6a','\xe9','\x0c','\x25','\x45','\x95','\xa6','\x8c','\xac','\xdf','\x54','\xbb','\x6d','\x73','\x50','\xd7','\x8b','\x74','\xaa','\x9c','\x94','\x24','\x0e','\xdf','\xcb','\xda','\x23','\x51','\xa3','\x3c','\x68','\xf8','\xfe','\x89','\x32','\x65','\x4d','\x8a','\xb2','\xad','\x57','\xc1','\xb0','\x4f','\xf9','\x1e','\x6c','\xed','\xd3','\x4b','\x1e','\xcc','\x7b','\xb0','\x7e','\x44','\xdd','\x11','\x75','\x88','\x63','\x62','\x8d','\x6f','\xfb','\x67','\xa2','\x17','\x51','\xf3','\x37','\x27','\x43','\x4f','\x84','\x26','\xef','\x9d','\xdc','\xef','\xeb','\x93','\x74','\x52','\x3a','\x29','\x49','\xff','\x52','\xc2','\x5f','\xc7','\xa7','\x3a','\x21','\xc1','\xe5','\x26','\x25','\xbc','\xe5','\xea','\x56','\xc5','\xe9','\x33','\xef','\x0e','\xb2','\xae','\xfb','\x90','\x51','\x93','\xf1','\xe0','\x20','\xdf','\x3a','\xdb','\xec','\x8f','\x7d','\xbb','\x7c','\x42','\xf3','\xbf','\x0c','\xa9','\x5d','\x67','\xf0','\xee','\xd7','\x5a','\xae','\x9e','\xbb','\x5f','\x03','\xb9','\x83','\xa4','\xdd','\xbe','\xff','\xc8','\x34','\xea','\xef','\x95','\xc6','\x19','\x93','\xd9','\xc4','\xc7','\x32','\xbf','\x8b','\x33','\x06','\xf0','\x31','\xc6','\x0c','\x57','\xd0','\x63','\x2f','\x2b','\x8c','\x69','\x7c','\x39','\xad','\x60','\x46','\x7b','\x3d','\xff','\xa7','\xc3','\x78','\x60','\x98','\x15','\xba','\x07','\x86','\x77','\x33','\xfa','\x33','\xef','\x91','\x79','\xbd','\xff','\x81','\x03','\xe3','\xbf','\xe2','\x1b','\x0f','\x1c','\x70','\x1e','\x78','\x02','\x1f','\xff','\x03','\xfc','\xeb','\x7f','\x89','\x0f','\x87','\xf0','\x6c','\x37','\x96','\xb1','\xc4','\xac','\xda','\xe4','\x95','\xb0','\x28','\x31','\x8a','\x26','\x87','\xee','\x16','\xa5','\x2e','\x51','\xea','\xbc','\x34','\xd4','\x73','\x4b','\xd2','\x5d','\xc4','\xe4','\x7a','\xb4','\x3c','\x66','\xdc','\x68','\x8e','\x3b','\xfa','\xa7','\xf1','\x21','\xf0','\x73','\xeb','\xd7','\x13','\xf8','\x50','\x77','\xcc','\x7b','\xc4','\xd1','\xfb','\x6b','\xba','\x51','\xcb','\x3b','\x31','\x1f','\x63','\xa6','\x8c','\x49','\x38','\x79','\xc5','\x98','\x96','\x18','\x59','\x97','\x86','\x00','\x7a','\x52','\x64','\xe2','\x6c','\x08','\x7e','\x85','\x63','\x20','\x3d','\x2a','\x8d','\x19','\xe7','\x9a','\xe3','\xb5','\x5f','\x50','\x4f','\x38','\x82','\x22','\xe0','\xba','\x0f','\x50','\x6b','\x87','\x25','\x94','\xae','\xa2','\x78','\x19','\x75','\x05','\x6f','\xca','\x48','\xce','\x23','\xff','\x36','\x9a','\x2c','\xa2','\x7c','\x11','\xde','\xa4','\x24','\x34','\x54','\x46','\x83','\x79','\x94','\x2a','\x86','\x8a','\xc5','\x50','\xbe','\x18','\x2a','\xb3','\xfe','\x44','\x7c','\x26','\xfa','\x79','\x5a','\x33','\x2c','\xc5','\x58','\xc1','\x3d','\x8c','\xdc','\xb4','\x0b','\x49','\xab','\xbb','\x78','\x0a','\xb9','\xb0','\x5d','\x95','\xbf','\xe8','\xfb','\x75','\x77','\xd2','\x74','\xf3','\x66','\x2b','\x3f','\xc8','\x90','\xed','\x0e','\xea','\x6e','\xca','\x74','\x8b','\xfc','\x65','\x19','\xc0','\xdf','\x20','\x3d','\x74','\x18','\xe5','\x82','\xf4','\xe2','\x61','\x44','\x0f','\x23','\x9a','\x76','\x69','\xdc','\x1e','\xec','\x4a','\xfa','\xf0','\xc6','\xa6','\xf2','\x21','\xea','\xbf','\x4d','\x27','\x8b','\x34','\x5f','\x80','\x8c','\xc2','\x29','\x91','\x0e','\xd9','\x74','\x50','\xa7','\x29','\x93','\x16','\x4d','\x9a','\x37','\x79','\x34','\xb4','\x00','\x3e','\x45','\xfc','\xde','\x96','\xf0','\xf0','\x28','\x74','\x1e','\xa1','\x02','\x47','\xa6','\x1f','\xe4','\x9c','\x67','\x07','\x92','\x94','\x4b','\xbe','\xbf','\x80','\x26','\x16','\x5c','\x83','\x2f','\x83','\xc7','\x44','\x65','\x62','\x9a','\x8c','\x5f','\xe5','\x70','\xac','\x4b','\xd8','\x08','\x7f','\xd5','\xd1','\xaa','\xb8','\x5b','\xc2','\x0a','\x93','\x95','\xa5','\x28','\x3f','\x30','\x67','\x06','\xe2','\x79','\x62','\x16','\x2a','\x66','\x96','\x8c','\x0d','\x12','\xf0','\xa3','\xde','\x91','\x7c','\x57','\xa9','\x94','\xfc','\x65','\x73','\x62','\xd9','\x34','\x96','\xe1','\x33','\x8f','\x11','\x73','\xa2','\x62','\x8e','\x2f','\x33','\x1a','\x35','\x18','\x25','\x47','\x9d','\x89','\x02','\xa6','\x16','\x56','\x87','\xd6','\xdf','\x03','\x42','\x28','\xfa','\xb4','\x8d','\x8e','\xf1','\x9b','\xf0','\x0f','\xdd','\xc8','\xb7','\xfd','\x46','\xae','\x3b','\x9c','\x41','\xe2','\x41','\x5b','\x38','\xa3','\x0a','\x4c','\xc9','\x50','\xb0','\xef','\x7f','\x60','\x35','\xa4','\x03','\x04','\x89','\x17','\x6c','\xc6','\xe7','\xa3','\x24','\xc1','\xd6','\xb2','\xc9','\xf4','\x70','\x85','\x2d','\x1b','\xc6','\xd0','\x24','\x99','\x48','\xe7','\x89','\x54','\xa8','\x48','\xd9','\x78','\x6a','\x30','\xfe','\x01','\x8e','\xa7','\x76','\xc4','\x53','\xca','\x85','\x94','\xff','\x66','\x6a','\xe2','\xcd','\x94','\xf1','\x66','\x8a','\xbd','\x31','\xe2','\xb7','\x4f','\xc5','\x53','\xe3','\x15','\x69','\x7c','\x59','\x32','\x38','\x39','\x6d','\x3f','\x61','\xb9','\xed','\x97','\x22','\x2b','\xd5','\xf3','\x49','\xbf','\x50','\x41','\x59','\x82','\x06','\x89','\x8d','\x49','\x7d','\x07','\x71','\x95','\x8a','\xeb','\x2f','\xbb','\x13','\xcb','\x4c','\xcb','\x62','\x6f','\xec','\xc7','\xc9','\xdc','\x29','\x32','\x7b','\xe2','\x79','\x46','\xf8','\xb1','\x97','\xc3','\x46','\xcf','\x90','\xf3','\x2b','\xb7','\xf1','\xa3','\x12','\x0e','\x4b','\x11','\x91','\xc7','\xd8','\x14','\x90','\xff','\x3e','\xe4','\x65','\x8e','\x89','\xa1','\xee','\xc5','\xd0','\x7d','\x85','\x50','\xaa','\x20','\x56','\x45','\x5f','\xea','\x69','\xa2','\xcf','\xa2','\x70','\xd6','\x16','\x0f','\xaa','\x10','\x6f','\x32','\x7b','\xe7','\x7e','\xed','\xae','\x44','\xe3','\x0a','\x8e','\x2b','\x72','\x5c','\x39','\x1f','\x57','\x0a','\x17','\x94','\x6c','\x5c','\x19','\x8c','\xdf','\xc7','\x84','\xf5','\xdd','\x71','\xa5','\x33','\xae','\xf8','\x17','\x94','\x53','\x17','\x94','\xc7','\x2e','\xc0','\x67','\x8c','\xf8','\xca','\x64','\x5c','\x39','\xc1','\xa8','\x82','\x1e','\xab','\x04','\x8e','\xe2','\x41','\xd8','\x05','\x92','\x85','\x96','\x28','\x94','\x05','\xfb','\xbc','\xa8','\x14','\xa6','\xe5','\x6c','\x08','\x0f','\x32','\x63','\x27','\xac','\xed','\xd0','\x6e','\x29','\xdf','\x12','\xfd','\x37','\xd0','\x84','\x8b','\x8c','\xeb','\x10','\x73','\x64','\x60','\x7c','\x0a','\xe3','\x71','\x07','\x8f','\xd7','\xb0','\xc1','\xc9','\x69','\x47','\x4f','\xb4','\xc6','\x47','\x69','\x8f','\xcf','\xbc','\x94','\xa5','\xe1','\x41','\x24','\xf3','\xf5','\x83','\x14','\x5b','\xf2','\x6f','\xfa','\x13','\xae','\x6b','\xb8','\x30','\x86','\x06','\x72','\x4f','\x21','\x77','\xdc','\x76','\xc7','\xf9','\x1b','\x46','\x0e','\xfb','\x5b','\xce','\x9f','\xc1','\x71','\x84','\x75','\xbb','\xe7','\xac','\x1c','\x77','\xce','\x77','\x54','\x0a','\xcf','\xcd','\x65','\x85','\xcb','\x83','\x82','\xc3','\x5a','\xbb','\x43','\xb0','\x15','\xee','\x86','\x31','\xb1','\xc0','\xa4','\x2d','\xe8','\xc0','\x4c','\x92','\x9e','\x12','\x40','\x37','\x1e','\x87','\x37','\x40','\xab','\x82','\x75','\x35','\x2f','\xb9','\x1c','\xf1','\xce','\x63','\x52','\xf8','\x23','\x66','\x1c','\x99','\x83','\x2a','\xeb','\x69','\x7d','\x87','\x98','\x53','\xca','\x49','\x7f','\x59','\x9a','\x70','\xeb','\xbc','\x3d','\xcb','\x86','\xe6','\x9d','\xc2','\xee','\xb8','\xe3','\x02','\x5c','\xbf','\xef','\xb7','\xda','\x13','\x4c','\xf7','\x6a','\x7b','\xd2','\xce','\xf9','\x4e','\xa7','\x70','\xa1','\x92','\x8d','\x57','\x06','\xe3','\x73','\xec','\x2b','\x76','\x08','\x65','\x05','\x7c','\xe9','\xcd','\x89','\xaa','\x69','\x54','\x4d','\x2c','\x99','\x8f','\x4b','\xe6','\x29','\xc9','\x3c','\xe1','\x30','\x1a','\x7d','\xcc','\x19','\x35','\xe4','\x51','\x07','\x7c','\x20','\x2c','\x6c','\x0e','\xc9','\x32','\x13','\xcd','\x6c','\x9c','\x9a','\x72','\x02','\xcd','\x11','\x34','\x46','\xd1','\x5e','\x15','\x0d','\x1e','\x42','\x38','\x2a','\xdd','\xdd','\xe1','\x33','\x2d','\xd8','\xaf','\x90','\x89','\xd7','\x88','\x91','\x23','\xf8','\x28','\x79','\x9c','\x90','\x53','\x84','\x80','\x5a','\x52','\x21','\x06','\x01','\xe2','\x29','\x5b','\x21','\x49','\x47','\x18','\xe9','\x11','\x9e','\x17','\x86','\x15','\x0e','\x87','\xe7','\xd2','\x8b','\x89','\xf8','\x54','\xa5','\x4b','\x98','\x87','\x37','\xf6','\x21','\x59','\x9f','\xf1','\x7f','\xd2','\x9c','\x3c','\x76','\x3b','\x3f','\x56','\x64','\x6f','\x52','\xa7','\x8f','\x0f','\x15','\xde','\x1e','\xcc','\x16','\x53','\x83','\x85','\x62','\xb8','\x90','\x97','\x0b','\x65','\xa5','\xe5','\x3d','\xc8','\xe7','\xab','\x86','\x51','\x55','\x46','\xd5','\xf3','\xc8','\x2d','\xd8','\xd5','\xac','\xe6','\x0f','\xf2','\x2e','\xef','\x88','\x2e','\x29','\xce','\x31','\xbf','\x56','\x9c','\xa8','\x15','\x8d','\xda','\x38','\xd6','\xfa','\x1f','\xc3','\xb9','\x09','\x47','\x19','\xaf','\x7d','\x76','\xfc','\xfa','\x2f','\x1b','\xcb','\x5f','\x32','\x94','\xc7','\x1d','\xa5','\x0c','\xde','\xd7','\x79','\x9e','\x4f','\x8a','\x51','\x46','\x62','\xf6','\x35','\xce','\x4a','\x3c','\x4b','\xa9','\x34','\xb8','\x28','\xa5','\xa7','\x25','\x71','\xb1','\x29','\x2d','\x4a','\x09','\x15','\xd5','\x83','\x25','\x5d','\xd8','\xb0','\xa4','\xb9','\x8b','\x78','\x3d','\x4a','\xf6','\xb5','\xd6','\x73','\xdb','\xaf','\x49','\xee','\x74','\xce','\x27','\x9b','\x85','\x0b','\x4e','\x36','\xee','\x0c','\xc6','\xc1','\x8f','\x7a','\x47','\xdc','\x51','\x2e','\x38','\xfe','\x9b','\xce','\xc4','\x4d','\xcf','\x78','\x93','\x8d','\xfc','\xc5','\xc7','\xd0','\x6b','\x13','\xf6','\xca','\xb8','\x7b','\x60','\xdc','\xfd','\x91','\xb1','\xf0','\x8a','\x21','\x7e','\x96','\x7d','\x0e','\xd3','\x18','\xd3','\xc0','\x65','\x45','\x89','\x62','\x08','\x95','\x92','\x25','\x7a','\x1e','\xed','\x29','\x5c','\x6a','\x66','\x25','\x3a','\xc8','\x03','\xa2','\x77','\x48','\x54','\x29','\xc3','\x71','\xc1','\x44','\x95','\x29','\x00','\xf0','\xe6','\x31','\x89','\x4e','\x94','\xe9','\x78','\x95','\x8e','\xbf','\xce','\x54','\x14','\x6a','\x60','\xee','\x50','\xad','\x50','\xac','\x06','\x7e','\x2c','\x20','\x0a','\x81','\x1f','\xca','\xb3','\x05','\xa7','\x06','\xf3','\xde','\xa9','\xe0','\x5e','\x75','\x47','\xa7','\xa2','\x5c','\xa8','\xf8','\xb5','\xda','\x44','\xad','\x66','\xb8','\xc0','\x21','\x1f','\x43','\x64','\xe2','\x92','\x07','\x66','\x5a','\xb0','\x0e','\x41','\xc1','\x2b','\xf3','\x40','\x1e','\xf0','\xa3','\x88','\x0a','\x0d','\x9c','\xe4','\xfb','\x4b','\x28','\x17','\xae','\x40','\x64','\xdf','\x60','\x64','\x0e','\x47','\x2a','\x3b','\x3a','\x58','\xbf','\xce','\xf9','\xef','\x95','\x27','\x5c','\xd3','\xb8','\xb9','\xc2','\xd6','\xcf','\x63','\xd2','\xf8','\x44','\x79','\x72','\x7c','\x89','\xef','\xaf','\xeb','\x4c','\x21','\x4f','\x38','\x0a','\xc1','\x6a','\x03','\xbb','\x34','\x1c','\x46','\x91','\x08','\x93','\x29','\x38','\x1a','\x6b','\x76','\x5c','\xa7','\x1d','\xdf','\x30','\xe3','\xdf','\x71','\xe3','\x53','\xf6','\x43','\xd3','\xa5','\x87','\x1c','\xed','\xf3','\x2f','\x9f','\xbd','\xf0','\xc7','\x6a','\x7c','\xa6','\x14','\x2f','\xb3','\x97','\xb3','\xf1','\xd3','\xe1','\xb8','\xdf','\x8c','\x5f','\x29','\xc7','\xbf','\x5d','\x8e','\x3f','\x7f','\x99','\xec','\xae','\x40','\xfe','\xe2','\xf4','\x59','\xb2','\x9f','\x99','\x37','\x89','\xa8','\xd0','\xc4','\x9a','\x0b','\xfd','\x0a','\xc9','\x85','\x6f','\x47','\xb3','\x9d','\x6c','\x9c','\x67','\x99','\xc6','\xbb','\x23','\xa4','\x28','\x10','\x0a','\x2a','\x4d','\xb0','\x2d','\x00','\x81','\xd2','\x84','\x0d','\xc8','\x29','\x4c','\xc7','\x5f','\x34','\xc7','\xdf','\x64','\x9b','\xb4','\x6e','\x2c','\xbc','\xe6','\x88','\x09','\x8c','\xa3','\xb8','\x24','\xc1','\xf8','\xf0','\x38','\x44','\xf6','\x38','\x8f','\x71','\xc1','\x01','\x2f','\x98','\x41','\xce','\x0a','\x76','\xc4','\x3c','\xc5','\xa9','\xf9','\x2e','\xdf','\xa7','\x3f','\x84','\x38','\x14','\x83','\x48','\xa7','\x88','\xb4','\x81','\xaf','\x02','\xf3','\x81','\x28','\x8c','\xb5','\x71','\x16','\xf1','\x79','\x11','\x17','\xbe','\x89','\xb3','\x51','\x3c','\x18','\xc1','\xf8','\x2e','\x67','\x47','\xc7','\x45','\x65','\x96','\xf8','\xcb','\x8d','\x89','\x15','\x6a','\xb8','\x36','\x8e','\xe8','\x7c','\x7f','\x8d','\x9d','\x78','\x61','\xf4','\xc4','\x0b','\xa2','\x31','\x78','\x0f','\x23','\xa7','\xed','\xaf','\xde','\x5e','\x3f','\x8e','\xac','\x35','\xcf','\x0b','\x76','\x61','\x5a','\xcf','\x86','\xe8','\x60','\x18','\x34','\x79','\x90','\x5f','\x6c','\x9f','\xba','\x64','\xc2','\x25','\xc6','\x0f','\x2b','\x38','\xb9','\x6c','\xc4','\x2b','\xa7','\xe2','\x95','\xf1','\x0b','\x95','\xf1','\x9b','\x15','\xe3','\xcd','\x8a','\xe1','\x12','\x07','\x5c','\xc7','\x78','\xa0','\x42','\x08','\x84','\x1f','\x63','\xce','\x48','\x94','\xd4','\x6b','\xbe','\xf6','\xb6','\x4a','\xff','\x32','\x47','\x7f','\x58','\xa2','\x6e','\x5d','\x5b','\x70','\xa9','\x48','\x55','\x9c','\x34','\x55','\x69','\xf8','\x69','\x34','\xcd','\xa4','\x4f','\x59','\x5e','\x5d','\xcf','\xc3','\x84','\xd9','\x17','\x34','\x0a','\xee','\x45','\x09','\x93','\xc9','\x0b','\xe1','\x7a','\xb4','\xe7','\x2c','\x8e','\x3b','\xf2','\x8e','\xd9','\xf3','\xc2','\x1c','\xac','\x43','\x51','\x1f','\x64','\x6a','\x5b','\xa8','\x77','\x87','\xe6','\x2b','\x33','\x8a','\x5f','\x23','\x13','\x6c','\x8a','\x7f','\xc9','\xc7','\xea','\xe0','\x63','\x88','\x4e','\xcc','\xd0','\xf1','\x6b','\x2b','\x3c','\xdd','\x43','\xd8','\x90','\xc2','\x4e','\xe0','\x8a','\x21','\x7a','\xeb','\xe6','\x4b','\x3e','\x1f','\x8a','\x16','\xbe','\x8d','\xd7','\xe6','\x0b','\x29','\xca','\x94','\xcb','\xf9','\x61','\xd9','\x60','\x4a','\xb2','\x78','\xf9','\x31','\xf1','\xf2','\xc4','\x99','\xb9','\xf1','\x6b','\x73','\xe3','\x3f','\xa8','\x18','\x3b','\xce','\x19','\x9d','\x67','\x9d','\x91','\x56','\xe8','\x8d','\x2c','\xcf','\x44','\xa3','\xef','\x60','\x5c','\x05','\xbe','\xda','\xa9','\x14','\xbe','\xa3','\x66','\x3b','\x09','\xec','\x2f','\x5c','\xdd','\x81','\xab','\x8a','\x8d','\xfc','\x37','\xa4','\x89','\x9b','\xbe','\xc1','\x03','\xf6','\x0d','\x52','\x3d','\x45','\xaa','\xe3','\x97','\x9a','\xe3','\xcb','\x55','\x83','\x93','\x13','\x44','\xa8','\xad','\xed','\x53','\x47','\x16','\xf8','\x38','\x4f','\xd9','\xd0','\x1e','\xf8','\x2f','\xbc','\x83','\x60','\x05','\x22','\xf8','\xf0','\xc4','\x32','\x36','\xb8','\xfa','\xca','\x2c','\x14','\xce','\x9f','\xcb','\xe3','\xbe','\xbf','\x99','\x3f','\x47','\x5d','\x30','\x4c','\x98','\xe0','\x08','\x4f','\x9e','\x8f','\xd8','\x85','\xff','\x4c','\xb3','\xa2','\x39','\x28','\x9c','\x0e','\x87','\xae','\xee','\xc0','\x5f','\x51','\xe6','\x93','\xfe','\x0f','\xce','\x4c','\xd4','\x5c','\x63','\xa9','\x1b','\x47','\xea','\x8f','\x0d','\x71','\x7d','\x63','\x81','\x8e','\x2f','\x5c','\x36','\xdc','\xab','\x86','\x30','\xea','\x84','\x3e','\x0b','\xaa','\x2f','\x8d','\xb4','\xf8','\x7c','\x0a','\x92','\xdb','\x9e','\x4f','\xe3','\xc2','\xcb','\xef','\x66','\x1f','\xec','\x1f','\xcc','\x8c','\x87','\x1f','\x34','\xee','\xa6','\x4e','\x67','\xda','\xf0','\x5f','\x19','\x3f','\xf5','\xa7','\xfd','\x06','\x8f','\x23','\x78','\x9c','\xe2','\x53','\x02','\x3a','\x51','\x9e','\x3d','\xf1','\x42','\xd5','\xb8','\xef','\xaf','\x37','\xac','\x1f','\x55','\x8a','\x06','\xe1','\xcf','\x54','\x9a','\x4b','\x03','\x4c','\xc6','\xde','\x74','\x79','\x70','\xef','\x07','\x38','\x5d','\xbe','\x3b','\x5d','\xee','\x4c','\x97','\xfd','\x3f','\xfb','\x60','\x82','\x59','\xe5','\xcc','\xbe','\xce','\xde','\x7e','\x3c','\x93','\x3a','\x95','\x49','\x9d','\x78','\x05','\xc8','\x60','\x06','\xb8','\x2a','\x39','\xa6','\x84','\xf5','\x21','\x6c','\x63','\xce','\xe7','\x21','\xc4','\x12','\xf4','\x8d','\x40','\x0e','\x3e','\x20','\x0d','\x1a','\x79','\x1c','\xbb','\xbd','\xe3','\x13','\x92','\xf2','\x75','\xc9','\x5f','\x4c','\x4d','\xf8','\x1f','\x18','\x8b','\x12','\xbe','\x27','\x65','\xdc','\x93','\x3a','\x75','\x4f','\x6a','\xfc','\xeb','\xa9','\xf1','\x9b','\xff','\xd5','\x78','\xa3','\xdf','\x70','\xb1','\x83','\x12','\xc1','\x3a','\x04','\xbd','\x4e','\xf0','\xa4','\x98','\xbd','\x87','\x2d','\xbc','\xba','\x4b','\x5d','\x9b','\x7e','\x5f','\xd5','\xaa','\x39','\xba','\x48','\xe9','\xa2','\x49','\xdd','\xeb','\xda','\x42','\x98','\x69','\x8f','\xf9','\x63','\x55','\xeb','\xa7','\x55','\xa6','\x13','\x16','\xc7','\xde','\x28','\x1e','\xbb','\x5e','\x2c','\xd6','\x8a','\xe3','\xd5','\x63','\x3f','\xae','\x16','\xdf','\xa8','\x06','\xf9','\x88','\x65','\x11','\xd4','\x0c','\x2c','\xd9','\xb2','\xa4','\xcf','\x61','\x73','\x4c','\xa6','\x7b','\x95','\xc4','\xa0','\x1a','\xc3','\x47','\x6e','\xdf','\x8d','\x50','\x27','\x42','\xfe','\x65','\x3c','\x71','\xa5','\x69','\xf0','\x80','\x8b','\xc7','\x33','\xc6','\x29','\xcd','\x3b','\xf1','\x8a','\xc1','\x88','\xbd','\x69','\x07','\x62','\x4c','\x30','\xdb','\x40','\x46','\x7c','\x7c','\x78','\x3e','\xd5','\xf3','\x0a','\x86','\xf5','\x0c','\x99','\xa4','\xe1','\x88','\x60','\x47','\xd2','\x53','\xc0','\x60','\xa9','\x83','\xfe','\x03','\xeb','\xc4','\x7f','\x9c','\xb8','\xa7','\x88','\x7b','\xe2','\xe5','\xcb','\x8c','\x8c','\x1e','\xc8','\xf4','\xe1','\x1c','\x88','\xe1','\x99','\x28','\xdf','\xef','\xf5','\xa8','\xec','\x62','\xb9','\x2a','\x27','\x7d','\xd0','\xc7','\xe6','\xc3','\x7b','\x07','\xc8','\x60','\x04','\x32','\x9e','\xec','\x90','\x88','\xc2','\x23','\x5b','\x27','\xae','\x35','\x38','\xff','\x81','\x54','\x14','\xa7','\x22','\xcd','\xf1','\x32','\x06','\x3d','\x93','\x93','\x23','\xf1','\xb8','\x5a','\x89','\xe9','\x1b','\xef','\x46','\x21','\xd9','\x30','\x93','\x5f','\xee','\x9c','\x5e','\x1d','\xb3','\xfc','\xbd','\xa6','\x3b','\x68','\x42','\x36','\xd8','\xbb','\xad','\xa5','\x4e','\xf3','\x51','\xdf','\x2c','\x9e','\x7a','\xaa','\x68','\x3c','\x39','\x1e','\x7d','\xb2','\xff','\xb1','\x27','\x73','\xa7','\x9e','\x54','\x4e','\x3c','\xf5','\xd9','\x71','\xfd','\x97','\x0d','\xfd','\x4b','\x86','\xfb','\xba','\x33','\x55','\xc6','\xd3','\x91','\x0e','\x2c','\xca','\x32','\x89','\x82','\x0e','\x03','\x30','\x32','\xa0','\x27','\x9c','\x6b','\x70','\xbd','\x17','\x0e','\x4f','\x76','\x60','\xa2','\x38','\x04','\xf6','\xe9','\x8d','\x86','\xc1','\x01','\x28','\x1e','\xc3','\x64','\xe2','\x5c','\x03','\x12','\xdb','\xd6','\x18','\x6f','\xec','\x36','\xac','\x86','\x33','\xc4','\xfd','\x82','\x11','\x91','\x13','\xb5','\x28','\x61','\xbb','\xf2','\x8f','\x64','\x8b','\xf5','\x6b','\xb6','\x50','\x99','\xcd','\x92','\xd9','\x41','\x10','\xd9','\x68','\x07','\x09','\x2b','\x70','\xf0','\x12','\xe8','\xcf','\xa0','\xb7','\xc0','\x3e','\x9d','\xbe','\x0c','\xfb','\xf4','\x2f','\xe6','\x0c','\xbe','\x55','\x9d','\xce','\xb3','\x98','\x6f','\x55','\x59','\xaa','\x44','\x7f','\xc5','\xc3','\xb9','\x8a','\x4c','\x2b','\x73','\xb4','\x32','\x46','\x2b','\x7b','\x87','\x2a','\x83','\xb4','\x82','\xe9','\xa5','\xbb','\xe9','\xb9','\xce','\x34','\xf2','\xe7','\xf9','\x7c','\x51','\x27','\x4a','\x9d','\xc7','\xe8','\xf5','\x53','\xf4','\xe8','\x78','\xe6','\x73','\xe3','\xfb','\x4a','\xc6','\x8a','\x6a','\x94','\x4e','\x3a','\xf4','\x8b','\x98','\x9e','\x65','\x82','\x58','\x46','\xcc','\xa2','\x29','\x61','\xdf','\x94','\x55','\x73','\x2e','\x67','\x8e','\xd1','\xe2','\xde','\x01','\x6b','\x30','\x75','\x08','\x37','\x5f','\xbf','\xbb','\xe8','\x74','\x0a','\x86','\x6f','\x1b','\x13','\x17','\x0d','\x83','\x3c','\x80','\xc9','\x03','\x8f','\xfb','\xb9','\x53','\x84','\x29','\x87','\x8c','\x72','\xec','\x8d','\xa1','\x8d','\x3b','\xde','\x11','\x5c','\x2a','\xe3','\x83','\xac','\x9e','\x5c','\x74','\x18','\x42','\xbd','\xe4','\x61','\x3a','\x37','\x4c','\xc7','\x7e','\x75','\x60','\xef','\xaf','\x7e','\x6f','\xf0','\xd4','\x2b','\xf8','\x57','\x5f','\xbd','\xfb','\x57','\xb3','\x9d','\xbf','\x9a','\xf5','\xf3','\xf4','\xd4','\xf0','\x80','\x31','\xb1','\x17','\x0f','\x7f','\xf0','\xf8','\x70','\xf1','\xd4','\x30','\x3e','\x01','\x44','\x8c','\x09','\x62','\x0c','\x53','\x47','\x37','\x41','\x8f','\x12','\x91','\x2c','\x83','\xe4','\x82','\xfd','\xce','\xe4','\x45','\xcc','\x2b','\x38','\x66','\x16','\x17','\x07','\xc1','\xa4','\x32','\x77','\xe0','\x8c','\xe2','\x64','\xfc','\x9b','\xdf','\x9c','\x78','\x3d','\x66','\x5c','\x87','\xc4','\x13','\x46','\xcc','\x6b','\xe9','\x99','\x37','\xbc','\x96','\x9e','\xd9','\x8e','\xcf','\x95','\xd1','\xef','\x47','\x11','\x64','\x05','\x93','\x91','\x39','\xa7','\x17','\xf9','\xbc','\x9b','\x83','\x3c','\x0d','\xc7','\xdd','\xd6','\xdb','\x9d','\x63','\xc7','\xfc','\xb1','\xe2','\xa9','\xb1','\xa2','\x61','\xbd','\x1b','\xfd','\xbd','\x75','\xf3','\x7e','\xe0','\x97','\x8d','\x5f','\xfd','\x92','\xf1','\xe6','\xe3','\x8e','\x5d','\xc6','\x53','\x91','\x0e','\x80','\x01','\x56','\xa2','\x6a','\x02','\x93','\x9c','\x8c','\xe9','\x79','\xac','\x16','\x6c','\x23','\x6b','\x35','\x07','\x65','\x15','\x47','\xd5','\xbb','\xb1','\xd2','\x89','\x99','\x3e','\x86','\x4f','\xcd','\xc5','\xd8','\xd6','\xc6','\x5f','\x6c','\x3c','\xbe','\xf3','\xd0','\xa9','\x9d','\x87','\x4e','\x9c','\x07','\x32','\x76','\x02','\x39','\x3b','\x7f','\x0d','\x73','\x1f','\x30','\x59','\xcf','\xc5','\xde','\xf2','\x8e','\x1f','\xb1','\x8f','\xeb','\xf5','\xa7','\x5c','\xf7','\xb8','\x6e','\x1f','\x3f','\xac','\x3e','\x55','\xcd','\x1d','\x3f','\x48','\x8f','\x1f','\x34','\x8f','\xeb','\xd7','\x9f','\x5a','\x08','\x9b','\xb1','\xa6','\xc9','\xf7','\x29','\x98','\x72','\x33','\x6f','\x0c','\x3d','\x7a','\x7d','\x90','\xef','\xd3','\xbc','\x5c','\x2d','\x2b','\xed','\x7d','\xca','\xf8','\x6a','\xa7','\x8d','\x3b','\xcb','\xb2','\xe6','\xcf','\x99','\xd2','\xd8','\xc8','\xd2','\x5e','\xc1','\x1e','\xd4','\x3c','\x2c','\xab','\x3b','\xc2','\x4c','\x5f','\xa5','\x7e','\x55','\x9d','\x70','\xf3','\x06','\x4f','\xe3','\xc5','\xf5','\x5e','\x67','\xfc','\x4a','\x73','\x9d','\xbe','\xd1','\xe6','\xab','\x6b','\xfa','\x8f','\x7a','\x5e','\x6b','\x02','\x7f','\x66','\xf5','\x08','\x15','\xd0','\xa3','\x5a','\xfa','\x73','\x19','\xe4','\xfb','\x22','\x1c','\x9f','\x3e','\x26','\xa1','\x89','\x19','\x36','\xc8','\x8c','\xcf','\xbb','\x06','\x75','\x0d','\x33','\xd0','\x7b','\x21','\x86','\x51','\xee','\x94','\xa3','\xbb','\x5f','\x07','\xf9','\x15','\x77','\xe6','\xd2','\xcb','\x63','\x3d','\xbf','\xb5','\xf7','\x60','\x66','\x30','\xd4','\x87','\xef','\x3d','\x78','\x37','\x41','\x9d','\x24','\xe7','\xcf','\xd3','\x89','\x57','\xe7','\x8d','\x67','\x06','\xf1','\xab','\x9a','\x91','\xa5','\x93','\x59','\x7a','\x82','\xd1','\xab','\xf4','\xb1','\x57','\xa9','\x91','\x99','\x77','\x32','\x25','\x9c','\xd1','\xf0','\x40','\xb4','\x6d','\x7f','\x31','\x7e','\x18','\x3e','\xdf','\xd5','\xe4','\x76','\x53','\x68','\x90','\xbd','\x89','\xf7','\x32','\xfb','\xab','\xf3','\xc2','\xbd','\xfe','\xf3','\x64','\xe2','\xe5','\x9a','\x71','\x7f','\x0c','\x1f','\x90','\x40','\x8f','\xb2','\x09','\x13','\x16','\xe3','\xd7','\x09','\xe3','\x00','\x06','\xc4','\x81','\xb3','\xcd','\x75','\x12','\xfc','\x4e','\x57','\xf5','\x04','\x59','\x81','\x7d','\x3a','\xab','\x64','\x65','\x65','\x70','\xe7','\x1e','\xdc','\xd9','\x7b','\xb7','\xd5','\xec','\x4c','\x8f','\xfa','\x36','\x82','\x7e','\xd9','\xa0','\x8f','\x3d','\x9e','\xf4','\x4e','\x11','\x7c','\xa2','\x82','\x4f','\x5c','\xf2','\x1e','\xab','\xb4','\x0f','\x36','\xf9','\x71','\x0a','\xec','\x0b','\xbd','\x84','\x7b','\xc7','\xe4','\x6c','\x73','\x8e','\x83','\x50','\xec','\x15','\x21','\xf4','\x8d','\x89','\xda','\xbb','\x45','\xd4','\x99','\x45','\xfe','\xcf','\xf1','\xc4','\xab','\x4d','\x83','\xfb','\xf4','\x3e','\x9e','\xc5','\xa7','\xb2','\xf8','\xc4','\xab','\xde','\x89','\x57','\xb1','\x41','\x11','\xa3','\xe7','\x7e','\xe2','\xe3','\xc5','\x26','\xb6','\x51','\x5f','\xcf','\x75','\x0d','\x74','\xd4','\xd9','\xac','\x30','\x97','\xd5','\x3c','\x26','\xdc','\xb3','\xa1','\x5e','\xcd','\xf2','\xb3','\x61','\x9a','\xdd','\x91','\xc8','\x76','\x9e','\xcb','\x7e','\x4a','\xca','\x0e','\xeb','\x9a','\x54','\xcf','\x0a','\xb3','\xd9','\x50','\x98','\xad','\xae','\xac','\x56','\x66','\x73','\xd1','\xd7','\x39','\x57','\xd8','\x3d','\x7b','\x30','\xee','\x1c','\x49','\x97','\xcb','\x4c','\x1f','\x0b','\x85','\xa3','\x56','\x13','\xf7','\x0e','\xcb','\x99','\xb1','\xf3','\x3b','\xf7','\x14','\x4e','\xb3','\xbd','\x7b','\xef','\xe0','\xae','\xdf','\x0f','\x7f','\x65','\xcf','\x8e','\x9e','\x19','\x98','\xaf','\x45','\x1d','\xf4','\x55','\x7c','\x09','\xc7','\x5f','\x37','\x0a','\xa9','\x53','\x52','\x69','\xbc','\xf2','\xf6','\xf8','\xc2','\x59','\xa3','\x9a','\x30','\x48','\xce','\x41','\x75','\x38','\x68','\x4d','\xb0','\xfd','\x65','\x47','\xbd','\x3a','\x96','\x5d','\x59','\xae','\xcd','\xc9','\xe5','\xb1','\x5f','\xf7','\xf7','\x7e','\xed','\xfd','\xc1','\xc3','\x90','\xdc','\x5d','\xde','\x9f','\xd9','\xb9','\xdf','\xf7','\x0f','\x67','\x4e','\x9d','\xca','\x18','\x87','\x33','\x78','\x47','\xe6','\xf1','\x1d','\xcd','\x53','\x3b','\x32','\x27','\x66','\x29','\x23','\x43','\xce','\x18','\x24','\xe3','\x74','\xf9','\xf8','\x67','\xb7','\x70','\x5a','\x0c','\xec','\x6e','\xb5','\x85','\x54','\x89','\xa8','\x49','\xe9','\xa1','\x3d','\x7b','\x3f','\x6a','\x52','\xb7','\x94','\x6e','\xfc','\x38','\xfd','\xf9','\x3f','\xc9','\x1c','\xb8','\x7f','\x40','\x0e','\x51','\x6c','\xa7','\x2f','\xb8','\xf4','\x96','\x42','\xc7','\xf0','\x5e','\xbf','\x99','\x6d','\x4a','\x6a','\x19','\x99','\xb7','\xcd','\xfd','\xd5','\xc4','\xb4','\x14','\xc5','\x92','\xb4','\x65','\xbf','\x73','\xfd','\x30','\x06','\x57','\x9c','\x3b','\x92','\xcd','\x35','\xbb','\x1b','\x80','\x59','\x90','\x81','\xf0','\xa9','\x64','\x73','\x9c','\x2d','\xc5','\xab','\xc4','\x58','\x60','\xca','\x5e','\xdd','\x11','\x5e','\xc3','\x52','\x12','\xe7','\xa4','\x96','\xdc','\x11','\x54','\x59','\x50','\xcf','\x77','\xa6','\x0a','\x97','\x7c','\x6e','\xbf','\x83','\xb5','\x0e','\xf5','\x54','\x24','\xdf','\x45','\x13','\x8c','\x4b','\xb8','\xfc','\xf8','\x5d','\xf3','\xc1','\xae','\x9c','\x75','\xc7','\x5f','\xbf','\x6e','\xd4','\x96','\x8c','\xeb','\x55','\x47','\xa9','\xe2','\xbe','\x2a','\x37','\x6f','\xdd','\xe8','\x43','\x67','\x98','\x34','\x97','\xd3','\xe5','\xb9','\x74','\x79','\x4c','\x6b','\xee','\x0d','\xce','\x37','\x86','\x86','\xee','\xee','\xed','\xed','\xec','\xed','\xf5','\xbf','\xd3','\x3b','\xf1','\x9f','\x87','\x8c','\xde','\x5e','\xdc','\xdb','\xfb','\x78','\x6f','\xef','\xa9','\xa1','\xa1','\x13','\xdf','\xe9','\x65','\xc4','\xde','\x30','\x72','\x46','\x47','\xf1','\xe3','\x8f','\xe3','\x99','\x99','\x96','\x9d','\x1b','\xf3','\x64','\x79','\xe9','\xbc','\xbc','\x04','\xfa','\xbc','\xbc','\x34','\x28','\x2f','\xb1','\x37','\x3b','\x90','\x0b','\x7c','\xfe','\x8d','\xab','\x13','\x6f','\x5c','\x85','\x7e','\x89','\xc8','\x10','\xa5','\x53','\x9a','\x3f','\x5e','\x26','\xe3','\x6c','\x31','\xdf','\x98','\x37','\x6a','\xa6','\x83','\x96','\xb1','\xc8','\x36','\x28','\xb3','\x53','\x70','\x94','\xe3','\x1e','\xc8','\x84','\xd9','\x3b','\x5e','\xa1','\xe2','\x64','\x89','\x33','\xc8','\x63','\x48','\x77','\x08','\x48','\x99','\xba','\xec','\x7f','\x9f','\x82','\x5d','\x79','\xf5','\x10','\x46','\x33','\x86','\xd6','\x3c','\x95','\x2c','\x83','\x9d','\xfb','\x7d','\x26','\x2f','\x66','\x8d','\x37','\x1d','\xa7','\x93','\x1f','\xfc','\xb2','\x7e','\xa1','\x52','\x54','\x2f','\xe2','\xfb','\x7d','\x99','\x9a','\x73','\xc4','\x1c','\xeb','\xf2','\xf6','\x86','\xc6','\x06','\x43','\x63','\x38','\x34','\x76','\xb7','\xe8','\x75','\xee','\x1a','\xf3','\xff','\x79','\xec','\xd4','\x8b','\x63','\x46','\x17','\x5b','\xfc','\xe6','\xe3','\xa4','\x78','\x2a','\xe9','\x9f','\xa8','\x98','\x8c','\x0c','\x08','\x60','\x47','\xce','\x87','\x3e','\x1e','\x69','\x62','\x1d','\x41','\x40','\x73','\x00','\x8b','\xd4','\x53','\x9e','\xd3','\xfc','\xb1','\x91','\xf2','\xde','\x91','\x99','\xc1','\xdd','\xaf','\xb1','\x37','\x77','\x0b','\x76','\xe7','\x23','\x7f','\xee','\x4f','\xd9','\x13','\x36','\x9b','\x29','\x8a','\x93','\x8d','\xc7','\x11','\x3a','\xc5','\x73','\x0c','\x9d','\x28','\x23','\x23','\xac','\x1a','\xac','\x0f','\xd6','\xbb','\x78','\x48','\xc2','\xaa','\x24','\x1f','\xc8','\x47','\x2d','\x0b','\x8f','\xe6','\xe5','\xd1','\xfc','\xdc','\xe4','\xe4','\xd8','\x68','\x7e','\xef','\x68','\x7e','\x70','\x72','\x12','\x9b','\x92','\x6c','\x4a','\x3b','\xc7','\x52','\xfe','\xb1','\x0f','\x4e','\x8d','\xa5','\x8c','\xb1','\x14','\x3e','\x76','\xfb','\xf1','\xb1','\x14','\x2b','\x9f','\x60','\x74','\xec','\x36','\x7b','\x63','\x98','\x5c','\x8f','\x32','\x87','\x98','\x62','\x28','\x0f','\xea','\xd1','\x3d','\x25','\xbc','\xc7','\x94','\x7d','\x73','\x6e','\x8f','\x39','\xb6','\xa7','\xb8','\x77','\x8f','\x35','\xe8','\xb3','\xd1','\x78','\x5c','\x46','\xb5','\x9d','\x93','\x7f','\xe2','\x1f','\xec','\x3f','\x75','\xa0','\xdf','\x98','\x7c','\x00','\x1f','\xc8','\x3d','\x7e','\x80','\x9c','\x3a','\xa0','\x9c','\x98','\x54','\x4e','\x1c','\xc8','\x19','\x07','\x1e','\x30','\x0e','\xf4','\x3b','\x07','\x9e','\xc2','\x8f','\xe7','\x71','\xbe','\xdc','\xb2','\xdf','\x93','\x1e','\xb7','\xbf','\x66','\x0a','\x57','\x9a','\x20','\xdf','\x81','\x11','\x28','\x77','\x6b','\x93','\x9d','\xb2','\xe2','\xcf','\x2a','\x13','\x67','\x77','\x1a','\x27','\x21','\x3b','\x8f','\xc1','\xfa','\xa5','\x31','\x7d','\xc3','\x1c','\x07','\x8b','\x7e','\xd4','\xc0','\xa3','\x0e','\x2e','\x60','\xc2','\xed','\xf7','\x35','\x3b','\x6e','\xf6','\x7c','\x8f','\x53','\xb8','\x30','\x9b','\xdd','\x71','\x7e','\x90','\x99','\x78','\x91','\xcb','\x77','\xdf','\x35','\xd7','\xd9','\x51','\xf1','\x9f','\x75','\x26','\x9e','\x3f','\x67','\xb0','\x49','\xd1','\x91','\x01','\xfc','\xc7','\x19','\xaf','\x38','\xe3','\xcc','\x62','\x5d','\x76','\x18','\x39','\xad','\xe8','\x60','\x2c','\x8b','\xc1','\xd5','\x95','\xc4','\xf4','\x84','\x39','\x49','\x1f','\xcb','\x0f','\xef','\xdd','\x93','\x1a','\xec','\x7f','\x00','\xda','\x93','\x6c','\x74','\x92','\x84','\xff','\xef','\x7f','\x69','\xe2','\xc6','\x3f','\x19','\x6c','\x7d','\xc8','\xca','\xe3','\xb1','\x15','\xa6','\x3f','\x9f','\x78','\x7e','\xee','\xc4','\xbf','\x99','\x7d','\xec','\x82','\x63','\xa4','\xcb','\x0e','\xab','\xff','\x08','\xa0','\x08','\xb6','\xf8','\x6a','\x3c','\x25','\xc7','\x53','\xe7','\xe3','\x29','\xd0','\xc7','\x90','\x3b','\x88','\x96','\xe0','\x9c','\x04','\xc0','\xf6','\xaf','\x82','\x9d','\xbb','\x24','\x1b','\x57','\x65','\x1c','\xda','\xd9','\xda','\x17','\x70','\xde','\xb2','\xc4','\x56','\xe6','\xc6','\xf3','\x0d','\x9e','\x4c','\x41','\xd4','\x41','\x5e','\x30','\xbe','\xfa','\xcd','\x9f','\x64','\x4d','\x09','\xf6','\x05','\x5b','\x87','\xcc','\x4a','\xf9','\xc6','\x37','\xfc','\xbf','\xfa','\xee','\xc4','\x1b','\x33','\xc6','\x4d','\xd8','\xb9','\x6c','\xa2','\x4f','\xc5','\xbc','\x71','\x87','\xeb','\x3f','\x5c','\x29','\x72','\x58','\x97','\x62','\x0d','\x50','\x9f','\xd4','\x30','\xac','\x1f','\xc6','\xc7','\x7a','\x87','\xe7','\x7a','\x87','\xc7','\x86','\x26','\xf6','\xf6','\x0e','\x0f','\x86','\x98','\xbd','\xa3','\xdf','\x3d','\x34','\xd1','\xd9','\x3b','\xec','\x7f','\x67','\x78','\xe2','\x3b','\xc3','\x06','\x0f','\x71','\x7d','\xbc','\x77','\xf8','\x54','\xef','\xf0','\x89','\xef','\x0c','\x9f','\xf8','\xcf','\x13','\x46','\xef','\x01','\xa3','\x37','\xe4','\x84','\x44','\x2c','\xb2','\x6d','\xde','\x94','\x9f','\x0e','\x47','\x99','\x22','\xf4','\xa5','\x07','\xe4','\x31','\x65','\xee','\xf7','\xee','\x1d','\x1b','\x95','\xf7','\x8e','\x9d','\x1f','\x7c','\xca','\xc7','\x63','\xbf','\x21','\x9b','\x68','\x27','\xe0','\x41','\xa0','\x53','\x23','\x61','\x83','\x7f','\xe6','\xf1','\x31','\xe5','\xd4','\xef','\xdd','\x7b','\x62','\x54','\x3e','\x31','\x76','\xde','\x78','\xca','\x37','\xc6','\x7e','\xc3','\x31','\x01','\x7f','\x0a','\x9b','\x1f','\xbb','\x9e','\x1f','\xf9','\xf3','\x4e','\xc1','\xf6','\x6d','\x6e','\xe7','\x02','\x4a','\x83','\xf4','\x38','\x1b','\x9f','\x4c','\xfe','\xc4','\x2b','\x40','\xc6','\xda','\xc5','\xdc','\xef','\x02','\x24','\x43','\xcb','\xde','\x29','\xc3','\x7c','\x85','\xf4','\x31','\xa1','\xb8','\xf7','\xd4','\x17','\x06','\xef','\xfd','\x06','\xbe','\xf7','\x1b','\x77','\x0f','\xbc','\xd0','\xb9','\xe7','\x45','\xbf','\xf6','\xea','\x84','\x7d','\xda','\xe0','\x9a','\xf0','\x7a','\xb9','\xc3','\xde','\x18','\x0a','\xe4','\x69','\xc1','\x2a','\xc6','\xfa','\xba','\x7a','\x34','\xff','\x7c','\x98','\x14','\x66','\x08','\xd8','\xa7','\x22','\x84','\x81','\xef','\x10','\x4b','\xca','\x59','\xcd','\x6f','\x44','\x27','\xd8','\xa8','\xd6','\x60','\x3c','\x0d','\x4c','\x4e','\x61','\x02','\xe3','\xcc','\x07','\xd9','\xb8','\xce','\xcf','\x7f','\xe0','\x28','\x80','\xc8','\x3d','\x6e','\xb4','\x07','\xce','\x16','\x64','\x57','\x9a','\xbb','\xf9','\xd3','\xb1','\x1d','\x68','\xef','\x6e','\x63','\x70','\xe4','\x36','\x8e','\x48','\x77','\x9f','\x44','\x9d','\xc9','\x06','\x9c','\x23','\x55','\x88','\xc1','\xa1','\x15','\xe0','\x1c','\x29','\xd9','\x68','\x9d','\x23','\x25','\x1b','\x86','\x8c','\x9c','\x68','\x0e','\x27','\x38','\x5e','\x8a','\xc2','\x0a','\xe0','\x3f','\x63','\x3d','\xdf','\x0c','\xa9','\x72','\x1f','\xd3','\x68','\xbe','\x7c','\xe8','\xbe','\xfe','\xa3','\xf7','\x92','\xcf','\x85','\x95','\x9d','\xfe','\xbf','\xf6','\x71','\x8a','\x76','\x34','\x29','\xfe','\x67','\x1a','\xad','\x50','\x8f','\x0c','\x8c','\x5f','\x6c','\x1a','\xff','\x4c','\xe5','\xbf','\xa5','\xf2','\x37','\x01','\xea','\xa4','\x93','\xd0','\x5e','\x48','\x91','\x47','\x65','\x5d','\x8d','\x5a','\xaf','\xe1','\x31','\x2a','\x8f','\xd1','\x39','\x2b','\x35','\x36','\x62','\xed','\x1d','\xd1','\x07','\x47','\x6c','\x6c','\xa1','\xbb','\xc7','\xa4','\x4e','\xa6','\x9f','\x8d','\xa1','\x53','\x96','\x6d','\x70','\xa8','\x8e','\xc7','\x35','\x8f','\x89','\xa0','\xcd','\xf6','\x45','\xa0','\x47','\xe5','\xa4','\x68','\x96','\xd9','\x5f','\x90','\x54','\xfa','\xf9','\xa6','\x3a','\x96','\x4e','\xed','\x4d','\xfb','\x83','\xe9','\x32','\x70','\xec','\x8f','\xca','\x3b','\x85','\xa6','\x2f','\x94','\x4f','\x09','\x65','\xe3','\x6b','\x65','\x7c','\xb8','\xf9','\xf8','\xe1','\xf2','\xa9','\xc3','\xe5','\x13','\x40','\x4d','\xe3','\x10','\x32','\x4e','\xce','\x3a','\xe8','\x36','\x16','\x16','\x71','\x44','\x94','\x25','\x12','\x0d','\x2b','\x38','\x39','\x29','\x87','\x95','\xf3','\x61','\x05','\xf8','\xf3','\xdd','\x0f','\x0c','\x76','\x31','\x3d','\xe1','\xd1','\x1d','\x6a','\x48','\x01','\x28','\x39','\x3c','\xc1','\x54','\xca','\x1b','\xa0','\x4c','\xc2','\x79','\x26','\xac','\x67','\x7e','\xde','\xc2','\x84','\xc8','\x55','\xe4','\x44','\x72','\x70','\xbe','\x41','\xb9','\x9d','\x12','\x28','\x42','\xc8','\x85','\xf3','\x28','\x1b','\x65','\x93','\xcd','\xc1','\x7b','\x7a','\x71','\xf7','\xd0','\x0e','\x25','\x04','\x7c','\x9e','\xc9','\x9d','\xeb','\x61','\x83','\xc9','\x38','\x39','\xfc','\x58','\xcc','\x9b','\x98','\x0d','\x33','\x65','\x75','\x9c','\xbd','\x61','\xf5','\x84','\x79','\x3d','\x51','\x5e','\x8f','\x2e','\x45','\x83','\x05','\x79','\xcc','\x9b','\x1b','\x1b','\x1e','\x1b','\x1b','\xde','\x7b','\xcc','\x1b','\x1c','\x1b','\xc6','\x63','\xc3','\xec','\xcd','\x4e','\x53','\xf7','\x8f','\x79','\xa7','\x4c','\xdd','\x60','\x9f','\x19','\x93','\x1f','\xff','\xbd','\xd4','\xa9','\x27','\x7b','\x4f','\xe8','\x68','\x5c','\x77','\xa1','\x1e','\xdb','\x7d','\x8e','\x6d','\xd2','\xc0','\xec','\x4a','\x48','\xd1','\xb8','\x8f','\x79','\xdc','\xd3','\x9c','\xaf','\x8e','\xa1','\x97','\xf6','\x1e','\xf2','\x07','\xc7','\xaa','\x38','\x5f','\x95','\xcb','\xd5','\x9d','\xa8','\xe9','\xcb','\xd5','\x53','\x46','\xd5','\x78','\xa0','\x8a','\x73','\xcd','\xc7','\x15','\xb0','\xdf','\x4f','\xdc','\x5b','\x3d','\x31','\xd0','\x34','\x52','\xc8','\x28','\x1a','\x0e','\x93','\x11','\xf6','\x22','\x16','\x45','\xb6','\x3d','\xa3','\xda','\x64','\x6b','\x9f','\x0e','\x4d','\x8c','\xf5','\x0e','\xc3','\x3e','\xe5','\xbb','\xf2','\xee','\xde','\xe1','\xce','\xa1','\x09','\xff','\x1b','\x0f','\x4c','\xbc','\x32','\x66','\x8c','\x2e','\xc1','\x7c','\x49','\xd2','\x29','\xcb','\x3f','\xe1','\xd0','\x13','\x15','\x6a','\x68','\xa6','\x91','\x76','\x1d','\xf1','\x24','\x5c','\xf5','\x97','\x24','\xb0','\xbb','\x25','\x8a','\x23','\x0d','\x19','\xab','\xe7','\x15','\xbd','\x70','\xc5','\xcb','\x2a','\xe1','\x41','\x25','\xcc','\xf8','\xc6','\xdd','\xb2','\xde','\x19','\x3b','\xe9','\xcf','\x1e','\x38','\x75','\xe5','\x20','\x24','\xd3','\x64','\x7c','\x23','\xd9','\x38','\xd5','\x29','\x8f','\x3f','\x2f','\x8f','\xdf','\x6c','\x18','\xee','\x9c','\x11','\xfe','\x23','\x27','\x3a','\x0d','\xf7','\x8c','\xe6','\xa4','\xdc','\x5b','\x8a','\x66','\x4d','\xdc','\x7b','\x5c','\x2e','\x16','\xe7','\x7e','\xbb','\x60','\xfe','\x76','\x61','\xf0','\x59','\x73','\x90','\x69','\xf8','\xbe','\x2f','\xdf','\x6b','\xee','\xbc','\x77','\xcc','\xff','\x57','\xc7','\x4e','\xdd','\x5b','\x34','\xee','\x4d','\xe1','\x7f','\xb5','\xe7','\xf1','\x7b','\xfb','\x4f','\xdd','\xfb','\xc0','\x89','\x7f','\x95','\x3b','\x71','\xef','\x4e','\xe3','\xde','\xcf','\x1a','\xfe','\x97','\x9c','\x93','\xaf','\xe3','\xfd','\x67','\x30','\xd3','\xe7','\x5b','\xf7','\x0e','\xc7','\xe5','\xae','\xe2','\x9c','\x7f','\x6b','\x8c','\x14','\xf6','\x12','\x73','\x90','\x14','\x3b','\xfe','\x3b','\xeb','\x59','\xf5','\xfd','\x0b','\xbc','\xd0','\xdb','\xb7','\x66','\x2b','\x61','\x45','\x81','\xf8','\x0b','\x45','\x05','\x80','\x5c','\xc1','\x8d','\xd5','\x13','\x87','\xee','\x6f','\x1e','\xa9','\xcf','\x1d','\xea','\x23','\x47','\xde','\xa2','\x87','\xd4','\x61','\xcb','\x6f','\xde','\x23','\x8d','\x76','\x8d','\x8c','\x67','\xb3','\xc5','\x83','\x03','\x45','\x39','\xcf','\xf6','\x45','\x0e','\x1f','\xa2','\xf2','\xa1','\xd4','\xdc','\xa4','\x35','\x76','\x40','\xdf','\x7b','\xc0','\x1e','\x9c','\xc4','\xf8','\xd0','\xe4','\xdd','\x87','\x50','\xa7','\x85','\x98','\xbe','\x7a','\xea','\x52','\xc3','\x50','\x64','\x90','\xa7','\x8a','\x0c','\xfb','\x74','\x4e','\x3e','\xc1','\xde','\x48','\xa3','\x8c','\x56','\xe5','\x0e','\x77','\x4f','\xc0','\x34','\xd6','\xa4','\xa6','\xab','\xad','\xb8','\x45','\xe4','\xe6','\x11','\xbf','\xfd','\x61','\x44','\x5d','\xbf','\xe1','\x06','\xe6','\x03','\xa3','\xaf','\x96','\xe0','\x6e','\x68','\x3d','\x59','\x75','\xd7','\x34','\xab','\x26','\x8f','\xaf','\x54','\x05','\x37','\xc7','\x03','\x82','\xe8','\x82','\xad','\xbd','\x65','\x17','\x05','\x27','\x1f','\x6b','\x96','\x05','\x47','\x62','\x34','\x02','\x00','\x35','\x52','\x50','\x4e','\xfa','\x5f','\x1d','\xb9','\x5c','\x04','\x52','\x8b','\x05','\x85','\x91','\xf5','\x23','\x62','\x16','\x13','\x66','\x38','\x86','\x64','\xb8','\x78','\xe7','\xf5','\x38','\x54','\x68','\xf6','\x08','\xb6','\xf5','\xed','\xd3','\x87','\x34','\x7f','\x96','\x2d','\xf2','\x74','\x58','\x7e','\xb9','\xce','\x86','\x47','\x4e','\x63','\x39','\xed','\xc9','\x14','\x1d','\xa6','\x13','\x87','\xf7','\xd6','\x0f','\xd3','\xe2','\xe1','\xcc','\xd8','\xe1','\x9e','\xe3','\xd6','\xaf','\xf8','\xfb','\x83','\x24','\xbc','\x8c','\xa6','\x21','\xee','\x4f','\xbd','\x8a','\xc1','\x25','\x35','\xf0','\xa3','\x5b','\xf4','\xb6','\x16','\x14','\x64','\x93','\xb7','\x6a','\x99','\x82','\x54','\x08','\x4b','\x67','\x36','\xc6','\x89','\x27','\xe0','\x12','\xa4','\x1d','\xd7','\x1f','\xcc','\x8e','\xac','\xac','\x3e','\xd9','\x1b','\xeb','\x9d','\xe6','\xf0','\x9e','\x03','\xab','\xcf','\xf0','\x86','\x58','\xb0','\x0d','\x95','\xac','\xd6','\x03','\xe3','\x1c','\x6b','\x50','\xd6','\x83','\x58','\x43','\x9b','\x95','\x8f','\xc7','\x1a','\x87','\x10','\x9a','\x65','\x6a','\x03','\xb2','\xe5','\xb9','\xd3','\xfe','\x4d','\xa6','\x5f','\x9d','\x96','\x07','\xff','\xf4','\x30','\xb2','\x0f','\x47','\x5f','\x83','\x2c','\xd5','\x49','\x0f','\x9e','\x96','\x6f','\x49','\xca','\xfe','\xb0','\xac','\x6b','\x1e','\x4a','\x42','\x9c','\xa9','\x1a','\xcd','\xe5','\x70','\x86','\x5a','\x7e','\x1a','\x53','\xcd','\xa1','\xc7','\x87','\x26','\x0e','\xf5','\x0e','\xcf','\xb2','\xed','\x36','\x34','\x21','\xcf','\xaa','\xfe','\xeb','\x25','\x19','\x0f','\xcb','\xc9','\xe6','\x61','\xa2','\x1f','\xce','\x1d','\x3a','\xfc','\x45','\x0f','\x0a','\xe4','\xd0','\x61','\x80','\x46','\xd7','\xf7','\x13','\x5d','\x27','\x07','\x02','\x1c','\x4e','\x1d','\x71','\xec','\xa3','\x85','\xf2','\x7a','\x1a','\xfb','\x7e','\x79','\xf4','\x2f','\xca','\x23','\x8b','\xc1','\xaf','\x55','\xf3','\x56','\x71','\xe4','\xd5','\xaf','\x8e','\xbc','\x3a','\x38','\x12','\x92','\x0a','\x92','\x34','\x1a','\x96','\xc6','\xb0','\x74','\x5c','\x96','\x4c','\x45','\x32','\xd5','\x55','\x9c','\x25','\xa4','\x20','\xb8','\xa4','\x06','\xd8','\xb2','\x69','\xc9','\xbc','\x15','\x1e','\x59','\x94','\xc5','\x69','\x14','\x11','\xfd','\x84','\x00','\x1e','\xf3','\x1b','\x03','\x2e','\xb6','\xa4','\x9e','\x69','\x53','\xab','\x3d','\x82','\x34','\x22','\x54','\xe1','\xdb','\x0b','\x92','\x39','\x2a','\x99','\xe1','\xea','\x31','\xff','\x36','\x00','\x34','\x01','\xf1','\x32','\xc4','\x8c','\xae','\x23','\xbf','\x6a','\x5a','\x55','\x73','\x1d','\x5e','\x53','\xeb','\xde','\x99','\xcf','\xf2','\x9a','\xab','\x73','\x0b','\xde','\x8d','\x7f','\x7b','\x10','\x41','\x1a','\x5c','\xff','\x3d','\x64','\xa3','\x93','\x26','\x5a','\xce','\x89','\x95','\x44','\x94','\x44','\x4b','\xeb','\xe2','\xfe','\xee','\x58','\x4f','\x62','\x9b','\x8e','\x7c','\x4c','\x88','\xe5','\xa6','\x7a','\x02','\x97','\xce','\x56','\xd0','\xe8','\xfa','\xc8','\x2c','\x28','\x41','\x8c','\x18','\xe1','\x78','\xf3','\x24','\x12','\x22','\xe2','\x69','\xf2','\xb5','\xab','\xbe','\xfb','\xfe','\x04','\xd2','\x4c','\x14','\xdd','\x5a','\x0f','\x55','\x31','\x04','\xb5','\x95','\x78','\x4b','\xae','\x22','\xe1','\x02','\x12','\x89','\xcb','\xd6','\x67','\x94','\x58','\x83','\xe4','\xcb','\xd7','\xfc','\x7a','\x00','\xad','\x12','\xf1','\xdf','\x96','\x48','\x18','\x2a','\x4d','\x36','\x51','\xcc','\xdb','\xa6','\x9e','\xc4','\x5a','\xb8','\xe8','\xfa','\x8e','\x6c','\x88','\xe8','\x21','\x74','\x53','\x97','\xef','\x34','\x3e','\x11','\x54','\x6f','\x71','\x0c','\x17','\x92','\x31','\x45','\x85','\x7a','\x4c','\xa8','\x77','\x2f','\xbe','\x71','\xdf','\xe8','\xf2','\x60','\xb1','\x96','\x0a','\xdf','\x58','\x7f','\x28','\x21','\x21','\x77','\xdb','\xf1','\x11','\xec','\x9c','\x06','\x50','\x9f','\xd4','\x5f','\x19','\x64','\x8c','\x32','\x28','\xa3','\x30','\xd5','\xae','\x52','\x24','\x52','\x75','\x91','\x6a','\x75','\x4a','\xdd','\x16','\x69','\x0b','\x2b','\xd4','\x35','\xb7','\xad','\x87','\x6d','\x4c','\x66','\x24','\x56','\xb0','\x34','\x82','\xa5','\xec','\x39','\xb0','\xc8','\x70','\xac','\xa9','\x38','\x92','\x5f','\x93','\x26','\x6e','\x30','\xe3','\x51','\x7a','\x1c','\x4b','\xa7','\xe0','\x52','\x5e','\x32','\x6a','\x92','\x83','\x87','\x98','\xc8','\x5e','\x5f','\x0f','\x87','\x23','\x40','\x78','\x7a','\x96','\x14','\xf6','\xf9','\xef','\xbb','\xa5','\x6c','\x18','\x89','\x92','\xf6','\x56','\x53','\x55','\x91','\x76','\x6b','\x56','\xed','\xdb','\xa7','\xdd','\x72','\xd5','\xbe','\x70','\xcf','\x2d','\x49','\x1d','\x81','\xa8','\x01','\xe5','\x00','\x51','\xf7','\x4b','\xf5','\x85','\x33','\xee','\xc2','\xf4','\xa6','\x7a','\xa0','\x53','\xed','\x50','\xca','\x4d','\x2e','\xca','\x48','\xe7','\x77','\xd0','\xb6','\x2b','\x41','\xc8','\x8c','\x7f','\x9b','\x0c','\xb2','\x82','\x14','\x5f','\x91','\x78','\xfc','\xce','\xb6','\xfd','\xea','\x94','\xc3','\x9d','\xb1','\xa6','\xff','\xae','\xde','\x89','\x0f','\x75','\xc6','\xbc','\x24','\xd6','\xc3','\xf8','\x90','\x75','\xc3','\x1b','\x36','\xf4','\x61','\x23','\x6f','\xdd','\xf0','\xc3','\x48','\x0a','\xdf','\xfd','\x3d','\xff','\x9f','\x5f','\x08','\x67','\x9c','\x30','\xdd','\x17','\x06','\xfe','\xb3','\x5d','\x3d','\xa8','\xde','\x89','\x96','\xfc','\x9f','\x34','\x3b','\x91','\xdb','\x89','\x2e','\x27','\x05','\x12','\x0e','\xdd','\x6d','\xdd','\xf4','\x87','\x75','\x3c','\xfc','\x68','\xcd','\x5a','\x32','\xc2','\x61','\x20','\xff','\x9d','\x5a','\x18','\xa0','\xfe','\x26','\x58','\x3d','\x6b','\xf9','\x9b','\xae','\xae','\x26','\x6f','\xda','\x14','\x41','\xb9','\x21','\x22','\x12','\x82','\x22','\xa7','\x79','\x50','\xa4','\x18','\x92','\xc4','\x10','\xd3','\x10','\xa8','\xe8','\xbb','\x02','\xe3','\x99','\xb6','\x08','\xd0','\xa9','\xae','\x60','\xdb','\x48','\x58','\x5f','\xd5','\xa6','\xda','\x36','\x24','\x84','\x82','\x40','\x9b','\x03','\x8a','\xb2','\x1f','\xd3','\x85','\xd6','\x38','\x6f','\xdb','\x9e','\x4d','\x8d','\xe1','\x3e','\x7e','\x26','\xb8','\xb8','\xb5','\x3c','\x07','\xc6','\xee','\xf1','\x9b','\x2a','\x00','\xeb','\xb0','\x11','\x2e','\x26','\x83','\xfc','\x44','\x48','\xde','\xef','\xee','\xeb','\x99','\x5b','\xc9','\x26','\xdd','\x0c','\x71','\xc3','\xcb','\x20','\xfb','\x30','\x4f','\xc1','\x89','\x2b','\x55','\x36','\x26','\x2d','\xdc','\xb6','\x65','\x33','\x46','\x4c','\x8f','\x7b','\x3d','\x1b','\xc9','\x0c','\xf6','\x76','\xc9','\xa5','\x5d','\x44','\x8f','\x2a','\xc2','\x59','\xd5','\xba','\xa6','\x23','\x51','\x10','\xec','\xfd','\x0b','\x76','\xcf','\xb4','\x9e','\x15','\xf5','\x4c','\x48','\x0d','\x57','\xa9','\xff','\x36','\xb3','\xca','\x12','\x58','\xb9','\x81','\xff','\xdd','\x6d','\x8b','\x5f','\xe7','\x01','\x3e','\xe2','\xcd','\x66','\x4c','\xc4','\x9e','\x88','\x27','\x44','\x6c','\x70','\x6c','\x4d','\x59','\x9c','\x20','\x22','\x51','\x78','\xee','\x1d','\xc8','\x82','\x8a','\x54','\xe8','\x85','\x0a','\x2e','\xf7','\x48','\x57','\x19','\xb5','\xc0','\x5e','\xfc','\x86','\xe4','\x12','\xcc','\x34','\x63','\xbf','\x71','\x15','\xd9','\x6c','\x00','\xd1','\xd4','\x86','\x60','\x8a','\x96','\x52','\xd1','\x1e','\x3d','\x41','\xc6','\xfb','\x6f','\x34','\x7b','\xf8','\xf1','\x48','\x26','\xe6','\x85','\x6b','\x6d','\x8f','\xca','\x98','\x87','\xa7','\x91','\xb5','\xd8','\x0e','\xa5','\xac','\x49','\xb1','\x68','\xde','\x4b','\xdc','\x9e','\xf8','\x74','\xd9','\x78','\x5c','\xc2','\x38','\x2f','\xe3','\x22','\x89','\xbd','\xab','\x44','\x6a','\x2a','\xda','\xa7','\x23','\xc2','\xfa','\x85','\x16','\x5c','\x74','\x15','\xb7','\xb1','\x3b','\xd6','\x45','\x3f','\xb9','\xaa','\x78','\xab','\xa2','\x89','\xb2','\x28','\xc2','\xaf','\xb1','\x83','\xa8','\xeb','\xa1','\xb9','\x6c','\xfc','\xe2','\xcd','\xfa','\x6b','\x4c','\xcb','\x4d','\xae','\x1c','\xa0','\xe6','\x8f','\xd0','\xad','\xff','\x14','\xa9','\x25','\x05','\x3b','\xb2','\x6d','\x3d','\xa0','\xf9','\xcc','\x28','\x4a','\x15','\x7f','\xe5','\x40','\x79','\x64','\xaa','\xba','\xa9','\x47','\x41','\x77','\x5a','\xb9','\x11','\x6f','\xd9','\xa2','\xdd','\x9c','\x40','\xfb','\x3e','\xa6','\x3d','\xb0','\x42','\x16','\x71','\x69','\x11','\x84','\x42','\xb0','\x12','\x36','\xb4','\x76','\x00','\xa2','\xb3','\x85','\x85','\x7a','\x04','\x4d','\x9e','\x44','\x89','\x90','\xe0','\x1e','\x9c','\x2a','\xf7','\x59','\x7e','\x06','\xa1','\x4c','\xd2','\x0b','\xcf','\x85','\xfd','\xbf','\x7e','\x1b','\xef','\xdc','\xc3','\xa8','\xe3','\x9e','\xb7','\xad','\x39','\x50','\x38','\xd9','\x94','\x75','\x9c','\x6b','\x44','\x31','\xf1','\x78','\x34','\x65','\x10','\x59','\x29','\xf3','\xb0','\x4a','\x05','\x85','\x54','\xcb','\xd7','\x11','\x5a','\xc5','\x75','\x0c','\x06','\x3e','\xf0','\x2f','\xdd','\x14','\x0b','\x39','\xf4','\x87','\x8d','\xde','\xc3','\xa4','\xf7','\x23','\x32','\x94','\x26','\xbd','\xe9','\x4a','\xef','\x47','\x47','\x87','\xd2','\xbf','\xd3','\x9b','\xde','\xd5','\xfb','\xd1','\xae','\xd1','\xec','\xae','\xc7','\x33','\xc9','\xf2','\x40','\xec','\xe3','\xc6','\x99','\x57','\xad','\x11','\x18','\x19','\xff','\xef','\xfc','\xd5','\x72','\xf0','\xb4','\x2e','\x34','\x47','\x2e','\x94','\x19','\x05','\x05','\xf0','\x47','\x82','\x3b','\x3b','\x70','\x43','\xea','\xf8','\xb7','\x79','\xff','\xaf','\x53','\xb8','\x6b','\x10','\x88','\xfd','\x3a','\x2d','\xf9','\xd7','\xa2','\x3d','\x7f','\x7c','\x5f','\xcf','\xff','\xfd','\xab','\x9d','\x5f','\x4f','\xdd','\x73','\x4f','\xaa','\x4b','\x94','\xee','\x16','\x25','\xf6','\x27','\xe1','\xe4','\x50','\x4c','\xc2','\x3b','\x5c','\xa4','\xb4','\xe3','\x8e','\x99','\x7d','\xc0','\x34','\x1c','\xe5','\x2a','\xc6','\x0b','\x4e','\xd8','\x75','\x04','\x77','\x5f','\xf4','\x5a','\xed','\xe4','\x22','\x04','\x3c','\xa2','\xb4','\x9d','\x64','\x56','\xca','\xc8','\x0c','\x7a','\x6b','\x46','\x58','\x28','\x47','\x84','\xe6','\xc9','\x84','\x77','\x47','\x29','\xcf','\x46','\x48','\xe4','\xf8','\x1b','\xec','\x29','\x4a','\x5d','\x7d','\x79','\xff','\xeb','\x29','\x74','\x4f','\x0a','\x75','\x0d','\x86','\xbb','\x06','\xcf','\x88','\x52','\x9e','\x53','\x31','\x12','\x2d','\x7e','\xe2','\xbe','\x31','\xf6','\xf2','\x99','\xdb','\xe1','\x6c','\x31','\xd2','\x97','\xf7','\x44','\xa9','\x24','\x4a','\xba','\xc8','\xe4','\xd7','\x10','\x40','\x63','\x06','\x80','\x52','\xbf','\x8f','\x82','\x34','\x8e','\xe2','\x24','\x13','\x37','\x27','\xd9','\x38','\xdd','\xf2','\xab','\xab','\xe9','\x6c','\xb8','\xd2','\xc1','\xbe','\xca','\x53','\xc6','\x20','\x05','\x7c','\x78','\x84','\x08','\xf5','\x5c','\x74','\x64','\xf9','\xe4','\x53','\x44','\x1d','\x23','\x62','\x1d','\x70','\xa4','\x05','\x84','\xf6','\x2f','\x4a','\x3d','\x70','\x5d','\x2e','\x65','\x58','\xc7','\xfb','\xf8','\x10','\xdd','\xd3','\x1a','\x25','\x6b','\x5a','\x6a','\x0d','\xdd','\x99','\x68','\xf4','\x13','\xf7','\x79','\x5d','\x83','\x13','\xcf','\xdc','\x36','\xb2','\x45','\xdc','\x97','\x0f','\xda','\xaf','\x88','\x92','\x9a','\x1c','\xd2','\x59','\x7b','\x6e','\xd9','\x90','\x24','\x6e','\xb1','\xc9','\x79','\x9d','\xcc','\x14','\xcb','\x80','\xe9','\xf9','\xd3','\xd2','\xd7','\xa6','\xfd','\x83','\x00','\x77','\x0b','\xa8','\xc3','\xbf','\xb0','\x3d','\x21','\x81','\x27','\x9b','\x38','\xdd','\x46','\x43','\xba','\x75','\x51','\xe9','\x23','\xc9','\x5b','\xa4','\xf5','\x54','\x49','\x67','\xbd','\xa1','\x98','\x94','\x2b','\x9f','\x1e','\x24','\x12','\x1d','\x71','\xc2','\xa6','\x23','\xd4','\xf7','\x45','\x47','\x6a','\x27','\x9f','\xc2','\xea','\x18','\x16','\xeb','\x13','\x00','\xb8','\x62','\x22','\xff','\xbd','\x32','\x5b','\x79','\x48','\x28','\x5b','\x6f','\x95','\xcd','\x91','\xb2','\xf9','\xe4','\x4b','\xe6','\x89','\xef','\x59','\xff','\x9f','\x17','\xcc','\xbb','\x5e','\x30','\xf9','\xcb','\xdf','\xee','\x29','\xff','\x76','\xdf','\xd9','\xdf','\xfe','\x1f','\x5e','\xf8','\xed','\x47','\x3e','\xf8','\xe2','\x3f','\xbe','\x04','\xbf','\x72','\xfa','\xd7','\x3d','\xe5','\x7f','\xd1','\x53','\x56','\xde','\xf9','\x96','\x52','\xc0','\x7a','\x86','\x58','\x3f','\xf7','\x4c','\x91','\x8c','\x89','\xe4','\xd8','\x8f','\x92','\x4f','\x86','\x62','\x23','\x61','\x64','\xbd','\xef','\x8d','\x4e','\x91','\x31','\x73','\xfe','\xb8','\x6a','\x5a','\x3f','\xab','\x98','\x52','\x8c','\xe9','\x54','\x1f','\xdf','\x1e','\x70','\x63','\x14','\x25','\xeb','\x4a','\x6b','\x29','\xb2','\x41','\x66','\x33','\xde','\xc3','\x48','\x94','\x3e','\x64','\xe3','\x1f','\x89','\xf6','\x7c','\xe2','\xbe','\xf4','\xc3','\x5f','\x7d','\xe7','\xaf','\x53','\x3a','\x47','\xad','\xf5','\x17','\xa5','\x6c','\x72','\x08','\xa0','\xbf','\x01','\x25','\x26','\x54','\x40','\xe2','\x41','\xdf','\x9f','\x62','\x7b','\xc1','\x55','\x22','\x3f','\xf9','\xe7','\x49','\x74','\x4f','\xd8','\x7e','\x61','\x4f','\xb5','\x32','\xf0','\xad','\x17','\xfe','\x45','\xf8','\xeb','\xfe','\x4f','\x2f','\xe0','\xf0','\x1f','\xed','\x0e','\x9f','\xbd','\x77','\xe9','\xcc','\xc0','\x53','\xef','\xef','\x19','\xfb','\x86','\x1e','\x7e','\xe1','\xca','\xd2','\x37','\xf6','\x0c','\x57','\xf6','\x0c','\xbf','\xb0','\x67','\xf8','\xeb','\xda','\xd2','\x85','\x3d','\xc6','\x1f','\xed','\x39','\x74','\x76','\xcf','\xa1','\x33','\xda','\x1b','\xd3','\xaa','\x6e','\xb7','\xf0','\x28','\x8a','\xa5','\x64','\x00','\x42','\x32','\xd2','\x0a','\xfc','\x41','\xd4','\x45','\x85','\xba','\xe0','\xa1','\x88','\x29','\x27','\x4c','\x5c','\xb7','\x3c','\xa4','\x35','\x50','\x2b','\x3a','\x89','\xf2','\x3c','\x1d','\x1b','\x0a','\xbf','\xa8','\x1e','\x39','\x62','\xe2','\x84','\xe6','\xb1','\xd5','\x89','\x2c','\x14','\xab','\x03','\x40','\x81','\xc6','\x98','\x00','\x9b','\x1d','\xff','\x9f','\x91','\x19','\x02','\x44','\x7d','\x8e','\x67','\x85','\x4a','\x3a','\x32','\xb7','\x54','\x52','\x72','\x85','\x5b','\xf5','\xd8','\x84','\xbc','\x62','\x62','\x80','\x9b','\x46','\x1c','\x31','\xc9','\xb5','\x91','\xcd','\x8c','\xad','\xf9','\x18','\x0f','\xaa','\x5d','\x9f','\x95','\x09','\xa1','\xd5','\xfc','\x8c','\x68','\x63','\x4a','\xa6','\xf5','\x82','\xb5','\x1d','\xf0','\xb5','\x15','\xf5','\x82','\x24','\x57','\xb3','\xd0','\x46','\x51','\x5b','\x42','\x5d','\x6b','\xb2','\x46','\xb5','\x30','\x6c','\x6d','\xc4','\x25','\x97','\x04','\xf0','\xce','\xad','\x2c','\x12','\x8c','\x50','\xb7','\x80','\x76','\x4f','\x2b','\x89','\x45','\xb9','\xff','\x2a','\xee','\x0f','\x61','\x23','\x34','\xe4','\x24','\x6f','\x63','\xc6','\x41','\x64','\x69','\x0d','\x47','\xba','\x56','\xf3','\xdf','\xad','\x01','\x8a','\x26','\x23','\xa7','\x66','\xd5','\xda','\x65','\xf6','\xfe','\x27','\x5e','\xdb','\xb7','\x1f','\xed','\x76','\x10','\xc7','\x94','\x0e','\xf5','\xe3','\x90','\x81','\x43','\x4e','\x1b','\x4a','\x7a','\x5d','\x3d','\x6b','\xb1','\x00','\xd8','\xc1','\x56','\xad','\x75','\x61','\x87','\x6b','\xc8','\x7f','\x17','\x71','\x89','\xd6','\x84','\x18','\x01','\xc0','\xa6','\xc6','\xfd','\x10','\x23','\x00','\xc7','\x2f','\xab','\xfe','\x63','\x09','\x54','\x22','\xc3','\x26','\x99','\x34','\xe3','\xc3','\xa6','\xbf','\x64','\x92','\xe1','\x22','\x79','\xd4','\xdf','\x35','\x51','\xb4','\x58','\x81','\x53','\x7c','\xb8','\xe8','\x7b','\xad','\x72','\x62','\xb8','\xf8','\xd9','\xe1','\xfc','\xc3','\xc3','\xd5','\x87','\xf3','\xd5','\xa3','\x13','\x67','\x3f','\xff','\x96','\x53','\x99','\xc2','\x24','\x34','\x41','\xc2','\x04','\x5c','\xf5','\x39','\x4e','\x4e','\xdc','\x94','\xfd','\x77','\x3c','\x0e','\x98','\x13','\xda','\xc5','\xcc','\xb4','\xe2','\x30','\x81','\xf4','\x48','\xfd','\xf1','\x22','\xf5','\x7f','\xf2','\xf7','\xe4','\x58','\x8c','\x8c','\x49','\x09','\x93','\x7c','\xd6','\xf2','\x1f','\x36','\xc9','\xc3','\xc3','\xe4','\xe8','\x01','\x72','\x74','\x91','\x54','\xa6','\x49','\x1c','\xf8','\x15','\x45','\x23','\xae','\xff','\x9e','\x1d','\xa4','\xd8','\x48','\x4f','\xcd','\xa6','\x9f','\x3d','\x9b','\x7e','\xd6','\xd1','\x9e','\x75','\xd2','\xcf','\xce','\xa6','\x2f','\x54','\xd2','\x17','\xe6','\xd2','\x17','\xdc','\xf4','\x94','\xae','\x4d','\xe9','\x3c','\xb6','\xd7','\xe4','\xe1','\xbd','\x34','\x7b','\x9a','\x7e','\x54','\x26','\x4f','\xcf','\x24','\xf6','\xcf','\xc4','\x84','\xd9','\x28','\x77','\xcb','\xaa','\xfb','\x2b','\x5b','\x72','\xb5','\x9c','\x75','\xd3','\x4e','\x2d','\xed','\x34','\xd3','\x8e','\x1b','\x90','\xd6','\x2e','\x04','\x94','\x75','\xdc','\x8f','\x1c','\xf7','\x69','\xc7','\xdd','\xef','\x54','\x85','\x2b','\x80','\x6c','\x8f','\x16','\x90','\x7f','\xcb','\xce','\x4a','\xa9','\x2c','\xd1','\xb2','\x4a','\x2a','\xbb','\x33','\x95','\xbd','\xe7','\x25','\xed','\x1e','\xf6','\xdc','\x40','\x6b','\x6f','\xac','\x54','\x36','\x9b','\xca','\xf6','\x7d','\xc6','\x0f','\xa5','\x9e','\x91','\xd4','\x83','\x61','\x55','\x94','\x55','\xa6','\x9b','\xa3','\x11','\x1b','\xfa','\x35','\xcd','\x9b','\x7d','\x5a','\x4d','\x97','\x69','\x7a','\x86','\x68','\xb3','\x89','\xf4','\xdc','\x53','\xe9','\xff','\xf8','\x01','\x64','\x61','\x00','\xc2','\xda','\xa5','\x66','\x7a','\x1a','\xaf','\x52','\x76','\x1a','\x7f','\x34','\x3d','\xf1','\xf4','\x34','\xd9','\x3f','\x1d','\xa8','\x8b','\x6c','\xbf','\x60','\x7f','\x65','\x28','\x3d','\xb5','\x92','\xbe','\xb4','\x3e','\x07','\x4d','\x35','\x7d','\xc5','\xdf','\xd0','\xd3','\xd9','\xda','\xfa','\x64','\x1c','\x59','\x07','\x7f','\xc4','\xf1','\xf6','\xf7','\x9f','\xf3','\x02','\xdc','\xf2','\xb5','\xf1','\x61','\xdf','\x58','\xa9','\x06','\xa4','\xad','\x2b','\xc3','\x7b','\x1b','\x69','\xac','\x55','\xac','\xe6','\x32','\x44','\x58','\xb3','\x0a','\xa1','\x1e','\x1b','\x3f','\x6d','\x27','\xf6','\x03','\x3e','\x47','\x43','\xb0','\x29','\x9b','\x31','\x00','\xcc','\x5b','\x6c','\x32','\x7d','\x30','\xe9','\x26','\xc8','\x22','\x21','\xee','\x7c','\xd2','\x35','\x89','\xbb','\x4c','\xde','\x73','\xfc','\xaa','\x74','\xd2','\x95','\xf4','\x05','\x3b','\x14','\x73','\x23','\x27','\x65','\xf0','\xa2','\x4c','\xd0','\x91','\x5d','\x3a','\x77','\xaa','\x64','\x3a','\x64','\x89','\x12','\xcd','\x6d','\xc7','\x17','\xc0','\x4e','\x1d','\xc5','\xc9','\xf7','\x9b','\x7d','\x22','\x16','\xef','\xc1','\xfe','\xcf','\xb1','\x24','\xe2','\xc8','\x34','\xc6','\xb7','\x3c','\xf2','\x0c','\xe6','\x3c','\x3e','\xd0','\x5a','\xdb','\x39','\xda','\xda','\x99','\xda','\xd8','\xbe','\xd6','\x5c','\x66','\x31','\x71','\x74','\x2c','\xb7','\xee','\xd7','\xdd','\xf4','\x2c','\xa3','\x6a','\xfa','\x9c','\x9f','\xae','\x48','\xe9','\x4a','\x58','\xe3','\x63','\xcb','\x7b','\xb4','\x3a','\x3e','\x6e','\xfa','\xec','\xda','\x4a','\x80','\x79','\xff','\x23','\xf7','\xe9','\x0b','\xee','\xfe','\xb9','\xba','\x30','\x67','\x09','\x97','\xbb','\x85','\x19','\xd9','\xaf','\x62','\x48','\x69','\xf1','\xb9','\xcb','\xd9','\xde','\x61','\x48','\xd3','\x73','\x5f','\x3f','\xe4','\xb6','\x90','\x95','\xec','\xce','\x3d','\x70','\xab','\x98','\x1e','\x65','\xac','\x58','\x8b','\xe6','\xb2','\x00','\xec','\x9f','\xe1','\xd0','\xfa','\xac','\x40','\x7d','\x99','\x3e','\x43','\xe8','\x41','\x85','\x8a','\x2a','\x15','\x75','\x1a','\x52','\xd5','\x08','\xc9','\x45','\x31','\xcd','\xe1','\xfc','\x55','\xdf','\x8f','\x08','\x76','\xb4','\xc7','\xde','\xf7','\x50','\xb3','\xc6','\x1a','\xf4','\xa4','\x8d','\x1f','\xf5','\xb1','\xdd','\x6c','\x47','\xdc','\x7c','\x5c','\xbf','\xc4','\xd3','\x54','\x14','\x1b','\xd6','\xcf','\xd9','\x93','\x6a','\xff','\x04','\x49','\x19','\xb4','\x15','\x94','\xdd','\xeb','\x65','\x33','\x44','\x7b','\x8f','\x52','\x04','\x41','\xe6','\x26','\x4a','\x7e','\xd1','\xff','\x60','\x7a','\x9b','\x7a','\x3c','\xad','\xde','\xaa','\x47','\x98','\x41','\xfe','\x35','\x94','\x4d','\x05','\x30','\xfe','\x38','\x9b','\x06','\xbf','\x1d','\x2d','\x33','\x9e','\x7d','\xd0','\xc8','\x52','\x27','\x9b','\x36','\xb2','\xac','\x3c','\xd0','\xaf','\x51','\x0c','\xb7','\xab','\xec','\x29','\xa0','\xac','\x34','\x9b','\xbd','\xaf','\xea','\xdf','\xf7','\xd7','\xcf','\x0c','\xde','\x73','\xb0','\x48','\xc4','\x63','\x0d','\x51','\x5c','\x69','\xe1','\xe1','\x30','\xe9','\xec','\xdb','\x6b','\x4f','\xa1','\xa1','\xf9','\x76','\x2c','\x48','\x88','\xc3','\x93','\x4a','\x2b','\x57','\x09','\xa4','\xbe','\xba','\x4a','\x36','\x15','\x1a','\x37','\x89','\x7e','\x1d','\x50','\xd0','\x04','\xee','\x49','\x95','\xed','\xe1','\x69','\x32','\xcc','\x70','\xd6','\x64','\x7b','\x2d','\xaf','\xdd','\xf7','\x9b','\xd9','\xc1','\xae','\x6c','\x96','\x67','\x4f','\x60','\xa4','\x35','\xb5','\xde','\xde','\x2c','\x23','\xad','\xc9','\xdf','\x48','\x59','\x00','\x86','\x70','\x9f','\x41','\xee','\x41','\xd6','\xc1','\x08','\x64','\xd0','\x68','\xcd','\x3b','\xdf','\x08','\x90','\xe2','\x67','\x8e','\x2d','\x60','\x5f','\xbb','\x90','\x4a','\x73','\xf2','\x2f','\x35','\x9f','\xae','\x48','\xfb','\xa1','\x5d','\xd2','\xa9','\x2b','\x90','\x81','\xa2','\xd3','\x76','\x4f','\x4d','\x9b','\x9d','\x7f','\x3c','\xd6','\xf9','\xc7','\xa1','\xdd','\xdf','\xbc','\xe7','\xbd','\x57','\xbb','\xf6','\xbf','\xda','\x10','\xa6','\x56','\x56','\xf3','\xf9','\xc6','\xb6','\x03','\xb2','\x5e','\x43','\xd7','\xd9','\x9a','\x99','\x77','\xa3','\x5e','\x97','\x13','\x18','\x9b','\xb2','\xb3','\x0b','\xe0','\xa3','\x05','\x07','\x77','\x53','\x0e','\xf5','\x7d','\x6d','\xc1','\x49','\x4e','\x39','\xaa','\xe0','\xe4','\x92','\x1e','\xe5','\xd9','\x4f','\x8a','\x82','\x53','\x4e','\x36','\xa5','\x75','\xf1','\x65','\x5d','\x00','\xc2','\x06','\xdc','\xcf','\x64','\x16','\x20','\x30','\xa0','\xba','\xe2','\xba','\xc9','\x7a','\x8d','\x44','\x9a','\x04','\xd5','\xe2','\x76','\x2d','\x79','\x83','\xe9','\xd2','\xb5','\x56','\xf9','\x9a','\x17','\xc0','\xbd','\x12','\xb3','\xe6','\x7f','\xd8','\x6c','\xe5','\xab','\x42','\x55','\x7a','\xce','\x57','\x39','\xf2','\xde','\x49','\xd3','\xd5','\x4d','\xb7','\x9d','\x0f','\x91','\xb4','\xf3','\xf0','\x6e','\x83','\x68','\x91','\xb8','\x90','\x20','\x17','\x48','\xf2','\x42','\x63','\x13','\x30','\x38','\x7b','\xa3','\x5c','\x20','\xf4','\x02','\x51','\x2f','\x10','\x9d','\x90','\x1e','\xc6','\x13','\x5c','\xbe','\x95','\xa6','\x56','\xb9','\x74','\x1b','\x6c','\xe1','\x63','\xdf','\xf4','\x70','\x1a','\x99','\x2a','\x3f','\x7a','\xc5','\x9f','\x5e','\x93','\xcb','\x12','\xc7','\x31','\x40','\xab','\xc4','\x86','\x3d','\xc2','\x6d','\x84','\xf5','\xa8','\x9b','\x5b','\x83','\x85','\x81','\x44','\x38','\x51','\xe9','\x99','\x72','\x79','\x12','\x99','\xad','\xdf','\xee','\xac','\x6f','\xe4','\x2f','\x6c','\x4f','\x9f','\xe0','\x6a','\xdc','\x67','\xa3','\x45','\x7c','\x41','\x6a','\x41','\xea','\x8d','\x80','\xb2','\x79','\xc6','\xd8','\xb5','\x4c','\x2a','\x3b','\x08','\x09','\x77','\xb2','\xb9','\x41','\xc8','\xea','\x02','\x39','\x52','\x80','\x0a','\x54','\x3a','\x42','\x87','\xca','\xb4','\x7d','\x4e','\x12','\x04','\xb5','\xf8','\xb5','\xf5','\x85','\x4d','\xe8','\x5e','\x5b','\x73','\x88','\xaf','\xc7','\x73','\xe8','\x99','\xb6','\xb5','\x45','\x35','\x0d','\x49','\x79','\x02','\x59','\x80','\xd2','\xd3','\x92','\xc6','\x58','\x31','\x14','\x02','\x2a','\x31','\xf1','\xa7','\x9d','\x31','\xd3','\xe5','\x36','\xcd','\x40','\x3e','\xa9','\x9e','\xd9','\xd1','\x9e','\xca','\xe8','\xc8','\x5c','\xe1','\xd1','\xcb','\xd6','\x34','\x1a','\xea','\x99','\x93','\xb4','\x9b','\xfe','\x1a','\x57','\xdf','\xca','\xe7','\x37','\xbd','\x69','\x73','\xc8','\x1e','\x4e','\x23','\xb6','\xfb','\xa8','\xed','\x4e','\x03','\xeb','\x08','\x16','\xb9','\x14','\x26','\xe1','\x08','\x21','\x52','\xd2','\x93','\x08','\xea','\x20','\x08','\x2f','\x03','\x23','\xa0','\x11','\x8e','\xc5','\xb4','\x5d','\xef','\xd6','\xba','\x16','\xf4','\x2b','\x48','\xd2','\x54','\xe6','\xe4','\x48','\xc0','\xa2','\x9f','\xb5','\xb5','\x0b','\x76','\xfa','\x79','\x3b','\xfd','\x6d','\x27','\x3d','\xd5','\x5c','\x37','\x5f','\xe5','\xf4','\x94','\xbf','\x65','\xbe','\xec','\x47','\xa7','\xec','\x69','\xc1','\xee','\x61','\xb2','\xd2','\x1d','\x4a','\xcf','\xae','\xa4','\xcf','\xd5','\xd3','\x8e','\x19','\x90','\x06','\xcf','\x22','\xd4','\xb9','\xe1','\x0d','\xe5','\x94','\x01','\xba','\xf2','\x62','\xcf','\xc5','\x5d','\x3d','\x73','\xd1','\x11','\x3b','\xfa','\xe8','\x95','\x6b','\xd3','\x68','\xd5','\xef','\x82','\xcf','\xda','\x6a','\xda','\x8b','\x8d','\xf9','\x2f','\x3e','\x26','\x79','\xee','\x5a','\xbf','\x56','\xf7','\x85','\xad','\xa7','\xed','\x52','\xda','\xae','\x83','\x94','\x81','\x3c','\x56','\x36','\xcf','\xc9','\x3b','\x97','\x3e','\xe3','\xa4','\xff','\xb0','\xac','\x3d','\x7b','\x26','\xfd','\xfc','\x74','\xfa','\xdb','\xd3','\x9b','\xfb','\x65','\x4b','\xc1','\x3a','\x84','\xf5','\xfc','\xed','\xd9','\xf4','\xf3','\x67','\xd3','\x17','\x9c','\xf4','\x73','\x95','\xf4','\x73','\x73','\xe9','\xa9','\xcb','\x1a','\x5b','\xcc','\x57','\x36','\xed','\xb8','\xb5','\x4c','\x64','\xdb','\x8e','\x4f','\x5f','\x18','\x69','\xd3','\x28','\x2b','\xb8','\x59','\xe4','\x02','\xcf','\x64','\x4b','\x5a','\x73','\x35','\x61','\x36','\x2b','\x40','\x9a','\xb9','\x6c','\xc7','\xf5','\xec','\xa9','\x37','\xb2','\x1d','\x97','\xb5','\x0e','\xc8','\x91','\x94','\xdd','\x31','\x97','\x8d','\x83','\x83','\x7d','\xb6','\xd3','\xe9','\x4b','\x9f','\xeb','\xeb','\x29','\x17','\xf6','\x97','\x8f','\x44','\xec','\xb2','\x88','\xfa','\x44','\x1b','\xea','\x81','\xdc','\x43','\x12','\xcf','\x89','\xa3','\x67','\x25','\x15','\x72','\xd9','\xc8','\x24','\xab','\xdc','\xc8','\xfe','\xca','\xed','\xac','\xce','\x18','\x32','\xd6','\x98','\x40','\xc4','\x08','\xc4','\x65','\xd2','\x83','\xc4','\x37','\x88','\xf4','\xa1','\x5c','\x1f','\x40','\xef','\x96','\x8e','\x88','\xf5','\xf2','\xda','\x3e','\x9d','\x49','\x7f','\x9b','\x8d','\x40','\x99','\xf7','\x6e','\x56','\x83','\xde','\xb5','\xb3','\xaa','\xf1','\x35','\xac','\x95','\xd7','\xad','\xe7','\x32','\x5f','\xcf','\x7c','\x49','\x8f','\x54','\x0a','\x8f','\xce','\x59','\xd3','\xea','\x50','\x1f','\x93','\xb9','\x36','\x6f','\x09','\xeb','\x94','\x3c','\x9b','\xc5','\xe0','\x1f','\xae','\x75','\x2a','\xd9','\x5e','\x35','\xcb','\x9e','\xac','\x0b','\xec','\x0d','\xae','\x69','\x20','\x26','\xb8','\x8c','\x6b','\xef','\xe8','\x3e','\x4e','\x05','\xa1','\x7c','\xc4','\xf2','\xcb','\x8c','\xbd','\xb4','\x32','\x5d','\x72','\x6f','\x19','\x42','\x3b','\xbe','\x41','\xe3','\xdf','\x35','\xe3','\xa7','\xdd','\x87','\xc0','\xb5','\xdb','\xfc','\x7c','\x59','\xbb','\x50','\x89','\xc6','\x7f','\xd2','\x88','\x03','\xb8','\x11','\x89','\x9f','\xdb','\x50','\x68','\x45','\x2a','\xe2','\x06','\x5b','\x26','\x0a','\xe2','\xa7','\xd3','\x08','\xc5','\x7d','\x9e','\x40','\x9c','\x9f','\xf9','\x93','\x25','\x85','\x5c','\xcd','\xd1','\x85','\xcb','\x59','\x6f','\xa5','\xc7','\xd5','\x74','\x14','\x3d','\x73','\x07','\x73','\x49','\x6a','\xc7','\x01','\xf5','\x09','\x6f','\xb0','\x59','\xce','\x0a','\x33','\xd0','\x5a','\xdf','\x0f','\xda','\xac','\xf5','\x38','\xdb','\x66','\xdb','\x09','\xca','\x41','\xa1','\x8f','\x53','\x21','\xed','\x1c','\x49','\xff','\x79','\x99','\x92','\x75','\x7c','\x8c','\xe7','\x0c','\x92','\xed','\x2c','\xae','\x6b','\xd8','\xcd','\x92','\x5a','\x96','\x34','\xb3','\xc4','\xc9','\x3e','\x64','\x64','\x1f','\x7a','\x40','\xfb','\x1d','\x92','\xfd','\x37','\x4a','\x96','\xcc','\x67','\x49','\x3d','\x4b','\x74','\xf6','\xec','\x23','\xf3','\x7d','\x71','\x52','\xd8','\x95','\x3c','\x42','\x20','\x8e','\xfe','\x20','\xb3','\x6a','\xcf','\xa0','\x82','\x04','\xf9','\x2e','\x47','\xb9','\xdb','\xdf','\x58','\xd2','\x3b','\xae','\xb8','\x63','\xaa','\x5b','\xfc','\xa2','\x3f','\x6a','\xf3','\xdc','\xb2','\x90','\xe9','\x15','\x03','\x25','\xbd','\xa7','\x08','\x40','\x98','\x9b','\x49','\xcf','\x04','\xd4','\x9e','\x80','\x26','\x4c','\x42','\xfa','\x44','\x53','\x3b','\xad','\x67','\x43','\x7a','\xb6','\xd7','\x80','\xbe','\x64','\x98','\x82','\x61','\x68','\xfc','\x09','\xc4','\x7a','\xb1','\xe1','\xcd','\xe3','\xd0','\x77','\x98','\x59','\xd4','\x17','\x55','\xfb','\x30','\x61','\x95','\x1f','\xa1','\xd1','\xb2','\x2e','\xf5','\x85','\xd8','\x7a','\xb6','\xb3','\x7d','\x12','\xe8','\x09','\x6d','\x9e','\xac','\xc1','\xe0','\xb4','\xf9','\x33','\x2b','\xb3','\x35','\x2f','\xb1','\x45','\x58','\xcf','\x2a','\x6c','\xcd','\x57','\xf9','\x22','\x71','\xfb','\x38','\x15','\x90','\x7b','\x84','\xdf','\xdf','\xf5','\x45','\x4a','\x6c','\x8d','\x65','\xa5','\x80','\x8a','\xd9','\x49','\x8b','\x15','\xb4','\x8d','\xbf','\xae','\xbd','\xe9','\x2e','\x66','\xbf','\x6a','\x65','\x53','\x50','\xee','\xc3','\x40','\x05','\xd9','\x3c','\xa2','\x98','\x65','\xd5','\x4c','\xb1','\x71','\x16','\xec','\xd4','\xfe','\x72','\xca','\xf2','\x53','\x3a','\x4a','\x0d','\xa3','\xd4','\xa3','\x89','\xa1','\x3c','\x49','\x01','\xed','\x4a','\x3d','\xe6','\xa7','\x0c','\xc2','\x68','\xe8','\xff','\x40','\x52','\xe3','\x95','\x94','\xb1','\x0c','\x54','\x23','\x29','\x87','\x14','\x1d','\xf2','\x28','\x26','\x79','\x4c','\x7e','\x17','\x37','\x1c','\x4c','\x7b','\x6c','\x45','\xbb','\x9e','\x48','\x97','\x19','\x9f','\xa7','\x60','\xcb','\xd8','\x06','\xe3','\x21','\x1a','\xb3','\x0e','\xd6','\x68','\x10','\x54','\x9a','\x0d','\x6f','\x80','\x7a','\x1c','\xa0','\x91','\x59','\xfa','\xe8','\x1c','\x9d','\x56','\x69','\x0a','\xd5','\x87','\xa8','\x7b','\xff','\xca','\x52','\x6a','\x6f','\x33','\xa5','\x2e','\xa5','\xcc','\xa5','\xd4','\x53','\xfe','\x90','\xbe','\x94','\x62','\x74','\xcd','\x4b','\xb1','\xf7','\x8a','\x9b','\x52','\x96','\x86','\x7e','\xa9','\x09','\x85','\x79','\x37','\x75','\xf9','\x6a','\xea','\x3f','\xfa','\x29','\xd3','\x4d','\x95','\xdc','\xe2','\x51','\x37','\xff','\x3a','\xfa','\xdd','\x33','\xfe','\x73','\x42','\x73','\x1b','\x79','\xc1','\xda','\xb3','\xf1','\x57','\xa6','\x54','\x6b','\xb6','\x0d','\x8c','\x0e','\xec','\xaf','\xe3','\xe9','\x3f','\x0e','\xa7','\xff','\x58','\xea','\xf9','\xe6','\x3d','\x8c','\x46','\x5e','\x25','\x8f','\xbe','\xda','\x98','\x16','\x56','\x36','\xe2','\x56','\xb5','\xd2','\x7b','\x69','\x1b','\xb2','\xce','\xd5','\xd3','\x67','\x99','\xfd','\xc5','\xed','\x94','\x0a','\x53','\xd8','\xdc','\xf4','\xe5','\xe5','\xf4','\x19','\xaf','\x2d','\x77','\xaa','\x2d','\xb9','\x2c','\xcf','\x68','\x67','\xdf','\xc9','\xe2','\x6a','\x36','\xee','\x64','\xdb','\xdb','\x5c','\x63','\x65','\xf6','\x86','\x51','\x08','\x05','\x4b','\x42','\x03','\x59','\xbc','\x2e','\x35','\x5e','\xba','\xd8','\x97','\x19','\xec','\x1b','\x18','\x04','\xb9','\xac','\x35','\xcb','\x54','\xea','\xb1','\xeb','\x41','\x12','\xcf','\x40','\x33','\x6c','\x49','\xbd','\x56','\x77','\x36','\xca','\xc1','\x0b','\x2f','\x05','\xf0','\x38','\x7c','\x46','\x94','\x9e','\xd3','\xa4','\xa7','\x9c','\x18','\x99','\x89','\x3d','\x3a','\x1b','\x9d','\x66','\xb2','\x5e','\x21','\xda','\x25','\xce','\xe2','\x56','\x33','\x7c','\x11','\x48','\x67','\xb2','\x5a','\x0e','\x54','\x56','\x2d','\xc8','\x93','\xb5','\xba','\xce','\x33','\x46','\x1f','\xa7','\x42','\xc6','\x38','\xe2','\x03','\xff','\xe9','\x43','\x20','\xcd','\xf9','\x52','\x27','\xd9','\x98','\x17','\xa4','\xcf','\xd3','\x82','\x6c','\x7a','\xec','\xa5','\xca','\xd7','\x79','\xa6','\xa8','\x65','\x8a','\xd9','\xc1','\x62','\x76','\x60','\x28','\x9b','\x03','\x65','\x23','\xbb','\xf7','\x83','\xbe','\x74','\xb9','\x8f','\xe7','\xbb','\x3f','\x92','\xfe','\x56','\x39','\xed','\xf4','\xd8','\x3f','\xd6','\x5c','\x26','\xb5','\xaf','\xb6','\x0c','\xc0','\x40','\xef','\x5d','\x9b','\xa9','\xd5','\x19','\x94','\x20','\x4f','\x1d','\x23','\xf6','\xb1','\x59','\xc2','\xd6','\x5b','\xcf','\x34','\xd0','\x88','\x4d','\x1e','\xb5','\x1b','\xd3','\x88','\xb6','\xf9','\x46','\xc0','\x34','\x94','\x6c','\x98','\x64','\x53','\x8a','\xd6','\x9b','\x6a','\xa9','\xe5','\x85','\xd9','\x40','\x04','\x80','\xa7','\x25','\xdb','\x62','\x12','\xc9','\x46','\x5a','\x6d','\xee','\x93','\x49','\x1f','\xc9','\x15','\x14','\x7a','\xa4','\x67','\xa5','\xac','\x9b','\x90','\xbf','\xa9','\x20','\xf9','\x1f','\xfa','\x38','\xac','\x60','\xf9','\x64','\xec','\xff','\xf5','\x23','\x52','\x3d','\x43','\xaa','\x86','\x52','\x65','\x8b','\x36','\x71','\xff','\xb9','\x1b','\x07','\x25','\xe9','\x4e','\xb0','\x78','\xeb','\xe5','\x69','\x1f','\x1c','\xd3','\x36','\xb3','\x79','\x27','\x5b','\xac','\x65','\x53','\x46','\x36','\x9a','\xc8','\x0e','\x8e','\x6b','\xef','\xd4','\xe0','\x0d','\x63','\xec','\xac','\x31','\x12','\xe3','\x6c','\xa6','\x96','\xce','\x65','\x17','\x2f','\x31','\x93','\x01','\xf8','\xd8','\xc8','\x5c','\x56','\xca','\xf5','\x91','\x52','\x1f','\xaa','\x17','\x44','\xfb','\x48','\x14','\x95','\x29','\xea','\xd5','\xa1','\xcd','\x19','\x53','\xca','\x98','\xdf','\xcb','\x98','\x2f','\x64','\xcc','\x72','\xe6','\xa9','\x0f','\x86','\xd8','\x93','\xd1','\x97','\x5f','\xc8','\x7c','\x89','\xd1','\xf7','\x32','\x5f','\x7a','\x69','\xe8','\x4b','\xb7','\x33','\x5f','\xce','\x67','\xcc','\x7f','\x99','\x19','\xfd','\x9b','\xcc','\xf8','\xf7','\x32','\x4f','\x0e','\xf5','\x8e','\xde','\xd7','\x6b','\x4a','\xa3','\xa6','\xf4','\xb8','\xd5','\x2c','\x9b','\x52','\x1f','\x93','\x71','\x57','\x9a','\xab','\x9a','\x61','\x76','\xa4','\x9c','\x1d','\x99','\xd1','\x76','\xbf','\xd6','\x92','\x2f','\x8f','\xfc','\x79','\x8b','\x63','\x07','\x42','\x87','\x3d','\x03','\xd2','\x3c','\xf6','\x87','\x8c','\x0a','\x08','\x1f','\xd1','\xbc','\x32','\x2b','\xb3','\x71','\xfe','\x36','\xaf','\x61','\xac','\x98','\x3d','\x36','\x06','\x4c','\x06','\x4f','\x6a','\x64','\x28','\x6b','\xb6','\x2c','\x1d','\xe8','\x5a','\x48','\xd1','\xc2','\xec','\x6f','\x79','\x3e','\x3b','\x26','\xc1','\x05','\x90','\x02','\x9b','\xe4','\x57','\x6b','\xbe','\x5a','\x76','\x93','\x04','\x73','\xc4','\x56','\x5d','\xeb','\xcf','\xd9','\xe0','\xb0','\x19','\x84','\x1a','\xb4','\x44','\x50','\x83','\x1d','\x54','\xb2','\x55','\x0e','\xf6','\xc9','\x48','\x3b','\x8b','\xc0','\xeb','\x36','\xc9','\xa4','\x03','\x6b','\x40','\x23','\xdb','\x4f','\x34','\x63','\x5d','\x56','\x47','\x58','\x90','\x7c','\xde','\x99','\x7c','\x97','\xa5','\x6c','\xd2','\xcf','\xee','\xcc','\x67','\x53','\xf9','\xbe','\xe1','\x72','\x9f','\x7c','\xb6','\x90','\xc6','\x47','\xa4','\x89','\x32','\x88','\xfb','\x92','\x66','\x8f','\x65','\x51','\x31','\x8b','\x46','\x39','\xe3','\x35','\x19','\x69','\x1a','\x3c','\xb3','\xd6','\xe5','\x2c','\x52','\x21','\x31','\x9f','\x46','\xb5','\x1e','\x78','\x66','\x7b','\x94','\xac','\xb6','\x33','\xdb','\xb3','\x2b','\xab','\xed','\xea','\x43','\x77','\xf7','\xed','\x8c','\x16','\xe2','\xe5','\x23','\xf4','\x5a','\x59','\x5f','\xec','\x63','\xea','\xe4','\x94','\x97','\xd5','\x6c','\x70','\xdf','\xed','\xe1','\x8e','\xbe','\x3b','\xce','\xc3','\xb7','\xb7','\xf3','\xb2','\x65','\x21','\x9f','\xe3','\x39','\x8d','\x8d','\x3f','\x1b','\x2e','\xb6','\xe3','\xe2','\x04','\x28','\xd9','\x60','\xc2','\x0b','\xe4','\x57','\x9c','\x1c','\x49','\x36','\xca','\x4c','\xee','\x44','\x73','\x9a','\xb3','\x66','\x95','\xf3','\x41','\x28','\x6b','\x81','\xda','\xd0','\x79','\x9d','\x33','\x93','\x59','\x46','\xda','\x27','\xbf','\x91','\xfd','\x1f','\xce','\x67','\x7f','\xf5','\x3b','\xab','\x12','\xb3','\x3d','\x3e','\xf6','\x11','\xc1','\x2e','\xf3','\x32','\x8c','\xb3','\xa8','\x43','\x36','\x40','\x9c','\xc8','\x76','\x81','\x9f','\x9e','\x16','\xcc','\x14','\x2d','\x67','\x07','\x5e','\xc8','\x66','\x5e','\x62','\x05','\x2d','\xb0','\x4c','\x95','\x60','\x18','\x31','\xa3','\xbe','\xa4','\xd7','\xc7','\x85','\xe3','\x91','\xa4','\x57','\x66','\xbf','\xa2','\xba','\xa6','\x57','\xb3','\x7b','\xfd','\x2c','\xb1','\xb3','\xf1','\x66','\x36','\xae','\xc0','\x2c','\xdf','\xc5','\xdb','\x23','\xb0','\x5f','\xcb','\xd9','\x53','\x65','\xf6','\x5e','\x63','\x05','\x20','\xfe','\x06','\xe8','\x5b','\x7d','\x71','\xa7','\x8f','\xa0','\xc2','\x87','\xfe','\x91','\x91','\x66','\x59','\xe7','\xf3','\xe5','\x98','\xd9','\xe4','\x0a','\x48','\x6d','\xca','\x77','\xeb','\xab','\x54','\xcb','\xd2','\x6c','\x66','\x28','\x3b','\xd0','\x9d','\xcd','\x21','\xb0','\x9a','\x29','\x5f','\x09','\x94','\x97','\x55','\xc6','\x21','\x1b','\x6c','\x75','\xf5','\x3d','\xea','\xf5','\x95','\xd9','\xd6','\xc4','\x47','\x22','\x5e','\x59','\xc2','\xea','\x28','\xd5','\xde','\x6f','\xd0','\x02','\x65','\xa4','\xdd','\xd6','\xf6','\xcc','\x24','\xb5','\x1f','\xa3','\x3d','\x67','\xbc','\x3d','\x53','\xc4','\x5a','\x99','\x3f','\x84','\x4c','\xe7','\xad','\xd7','\x48','\x31','\xa9','\xf2','\xab','\xa2','\x8f','\xd9','\xa7','\x8a','\x59','\x4f','\xae','\x2c','\x91','\xa7','\x9a','\x64','\x54','\x49','\xde','\x22','\x44','\xd8','\xc9','\x4c','\xc7','\x64','\xdd','\xdd','\x67','\x2e','\xf5','\x3f','\xd5','\xec','\x37','\xdd','\x23','\x75','\xd7','\x01','\x0b','\x14','\x7d','\x7c','\x3d','\x28','\x8a','\x54','\xcc','\x9d','\x9f','\x67','\x54','\x7a','\x9b','\xa6','\x6b','\x3a','\x1c','\x37','\x55','\xf4','\x07','\xff','\xa3','\xf7','\xd0','\xac','\x0e','\x22','\x03','\x9e','\xe0','\x1a','\x9d','\xf6','\x1b','\xc0','\xc7','\xf8','\xb3','\x87','\x91','\xdf','\x60','\x4c','\x6c','\xbf','\x4d','\xa6','\xf8','\x79','\x14','\x24','\x4b','\x9d','\xe6','\xcc','\x81','\x69','\xaa','\xd8','\xcc','\xca','\xb9','\xac','\x92','\xd4','\x7e','\xe5','\xbf','\x66','\x5d','\x09','\x86','\x9a','\x71','\x12','\x6d','\x92','\x3d','\x35','\x56','\x60','\x34','\x34','\xd1','\xca','\xcf','\x98','\x60','\x7c','\x83','\x32','\x2a','\x0c','\x8e','\x1f','\xe9','\xcd','\x97','\xf5','\x32','\xcc','\x97','\xdd','\xd6','\x22','\x98','\xf6','\x22','\x14','\xb3','\x8f','\x7c','\x41','\xbb','\xf7','\x1b','\x59','\x46','\x6c','\xd2','\xf7','\xbc','\x98','\xed','\x7f','\x35','\xab','\x9f','\xd6','\xf8','\x5c','\x73','\xa5','\xb7','\x55','\x60','\x93','\xde','\xa7','\x40','\x26','\xf7','\x23','\x2a','\x2e','\xeb','\xf8','\xe3','\xf8','\x46','\xc0','\x34','\x78','\xae','\x49','\x0d','\x3e','\x10','\xf0','\xfc','\x7c','\x40','\x7d','\x9c','\x0a','\x99','\xfc','\x91','\xcc','\xef','\x32','\xbb','\x92','\xaf','\x67','\xb6','\x02','\x07','\xd7','\x96','\x74','\x6c','\x05','\xd6','\x21','\xe3','\xd5','\x9f','\xf8','\xab','\xec','\x1f','\xfc','\x8f','\xd9','\xbb','\x8f','\x66','\xef','\xfe','\x9c','\x76','\xf7','\x13','\xd9','\x5d','\xbf','\x99','\xfd','\xff','\xde','\xcc','\x1e','\x8a','\x06','\x92','\xa8','\x6f','\xe7','\xa1','\xbe','\x9d','\x7b','\x0a','\x99','\xd4','\x91','\x62','\xb6','\x5c','\xcc','\xa6','\x3a','\x65','\x26','\x3d','\x53','\x59','\x92','\x1a','\x56','\x53','\xbd','\x0a','\x14','\x3a','\xe5','\x21','\xcb','\x4b','\x15','\x8d','\xd4','\x88','\x93','\x2a','\xe0','\xd4','\x58','\x2d','\x65','\x79','\x43','\x08','\xa5','\x0e','\x90','\xd4','\x13','\x95','\xd4','\xaf','\x1d','\xe5','\x85','\x17','\x8b','\xbf','\xf6','\x3b','\xf9','\x03','\x77','\x3f','\xea','\xbf','\xfe','\xbb','\xef','\x44','\x9c','\x19','\xb1','\x2f','\x5a','\xd2','\x9c','\x22','\x6f','\x8c','\x09','\xb4','\x2a','\x07','\x03','\x21','\x18','\x14','\x24','\xa4','\x61','\xce','\x31','\x72','\xe5','\xec','\x9b','\x55','\xe0','\x66','\x24','\xdf','\x47','\x8a','\x7d','\xc9','\xff','\x5a','\x88','\xd5','\x8e','\xa0','\x7d','\xc0','\x37','\x80','\x8f','\x31','\xab','\xc4','\xcb','\xf6','\x9c','\x86','\xee','\xf7','\x4a','\xd9','\xbe','\x25','\xed','\x33','\x72','\xb6','\x87','\x2f','\xdd','\xfb','\x1b','\xd9','\x3d','\xb3','\x8c','\xb4','\x76','\x01','\xde','\x30','\x56','\x79','\xc4','\xeb','\x3b','\xbc','\xa7','\xef','\xd9','\x3d','\x85','\x1d','\x7b','\x8e','\x68','\xc0','\xc7','\x52','\xac','\x3d','\xd8','\x4c','\xe1','\x62','\xca','\xf7','\x53','\x50','\x08','\xa7','\xd0','\xe0','\x90','\x9a','\x49','\x69','\xfe','\xfd','\x97','\x69','\xca','\x9f','\x4f','\xbd','\x9d','\x49','\xed','\xc9','\x0e','\x31','\x03','\x7e','\x64','\x30','\xf5','\xd6','\xc0','\xfd','\x57','\x12','\xa9','\xef','\x92','\xd4','\x9e','\x9d','\x45','\xed','\x3f','\xe5','\xcd','\x2f','\xe5','\xf5','\xd7','\x7f','\xf7','\x60','\xc4','\x71','\x44','\x19','\xc9','\x78','\x12','\x7f','\x0e','\x7d','\x6e','\xcc','\x1f','\xfb','\x0c','\xfa','\x8c','\x3c','\x29','\xef','\x44','\x3b','\xfd','\x49','\xff','\x49','\xf4','\x24','\x2b','\xff','\xf2','\x01','\xe3','\xa1','\x03','\x5f','\x7a','\x72','\xf2','\xd7','\x67','\xd1','\xb3','\xc1','\x2d','\x24','\xe0','\xe7','\x3c','\x45','\xe2','\x53','\x15','\x38','\x2b','\xc9','\x11','\x72','\x8c','\xc4','\xa7','\xf9','\x39','\xb6','\xf0','\x06','\x12','\x00','\x10','\x35','\x2c','\xd8','\x8f','\xfa','\xcd','\x14','\x04','\x83','\xd8','\x83','\xbe','\x3d','\xf8','\xbc','\x2d','\x3d','\x3f','\x2b','\x3d','\x7f','\x56','\xfa','\xc8','\x89','\xce','\x38','\xf7','\xcd','\x5c','\x1f','\x9c','\x59','\xbe','\xed','\x7d','\xae','\x38','\x57','\x32','\xe6','\x7a','\xf1','\xdc','\x57','\xe4','\xe6','\x5f','\x11','\xf4','\xa2','\x22','\x44','\xd5','\x50','\x44','\xc7','\x81','\x7d','\xda','\x3a','\x6b','\x8a','\x70','\xbf','\xa1','\x75','\x59','\x93','\x38','\xc6','\x29','\x92','\xde','\xf1','\xdf','\x76','\x47','\x64','\xa4','\xbb','\x31','\xdf','\x8c','\xd4','\xcd','\x70','\x62','\xfd','\xf1','\x54','\xfb','\x1e','\x44','\xb4','\x85','\x69','\xe4','\x2f','\x86','\x21','\x83','\xaa','\x88','\x7a','\x45','\xb9','\x27','\xe9','\xf9','\x65','\xfd','\x6b','\x33','\x07','\x74','\xcb','\x4f','\xc8','\x2a','\x21','\xf3','\xf1','\x7b','\xfe','\xde','\xff','\x8f','\x31','\x72','\x50','\x02','\x18','\x7f','\xad','\x41','\x22','\x7a','\x32','\xa6','\x7a','\x5d','\xb4','\x94','\x4d','\xe8','\x8b','\x31','\x11','\xee','\xa1','\x5a','\xe7','\x36','\x02','\x41','\xf7','\x57','\xf0','\xbe','\x78','\x73','\x15','\xd7','\x07','\xec','\xe5','\x0b','\xde','\xe6','\x5f','\x07','\xf0','\x3a','\xdc','\x6f','\x57','\xb0','\x57','\x22','\xc8','\x4a','\xa0','\xee','\x3a','\x82','\x0c','\x2a','\x3b','\x56','\x68','\x2c','\xd2','\xf6','\x0e','\xd2','\x01','\xeb','\x6c','\x03','\x5c','\xf3','\x5a','\xd6','\x9b','\x35','\xa8','\xed','\xf5','\x20','\xdb','\x04','\x52','\x72','\xd8','\xad','\x2c','\x3a','\x94','\x5f','\xe8','\x00','\x8a','\x3e','\xbf','\x1a','\xbe','\x8a','\xd0','\x69','\x24','\x4c','\xb5','\x8e','\x8b','\x25','\xd5','\xc4','\x2b','\x34','\x79','\xc6','\x1b','\x44','\x4f','\x55','\x11','\x04','\x68','\x47','\xde','\x59','\x3b','\x47','\x0a','\xce','\x94','\xd8','\xbf','\xce','\x15','\x92','\x8c','\x80','\xf7','\x51','\x72','\xb1','\xb1','\xea','\x80','\xd4','\x62','\x5c','\x5b','\xb0','\xef','\xf8','\x97','\x06','\xb8','\xb5','\xe0','\xd0','\x0d','\xc8','\xd5','\xa8','\x91','\x43','\x54','\x2c','\xa1','\x48','\x1d','\xf7','\x8f','\x36','\xa9','\x85','\xa9','\xc9','\xa9','\x88','\x87','\xac','\x09','\xf6','\x6c','\xa1','\x04','\xdd','\xc6','\x43','\xd5','\x09','\x5a','\xc5','\xab','\xc4','\x1a','\x19','\x62','\xf3','\x33','\x65','\x47','\x90','\x19','\x45','\x39','\x82','\x12','\x26','\xc2','\xbc','\xef','\xad','\x8e','\xb7','\x30','\x9f','\x31','\x9c','\xae','\x24','\x64','\xb8','\x2f','\xab','\xc9','\xbc','\x55','\x32','\xdc','\x01','\xc5','\x38','\x32','\xa7','\x52','\x62','\xcd','\xde','\xdc','\x78','\xf0','\xd3','\x0b','\x0e','\x24','\x83','\x59','\x68','\x41','\x55','\x9f','\xc4','\xc2','\xa5','\xac','\x5f','\x75','\xb7','\xdc','\x8b','\x85','\xc9','\x86','\x4c','\x37','\x1b','\xc6','\x07','\xd2','\x72','\x4e','\xc6','\x6e','\xd4','\x27','\x20','\x7a','\xb4','\x4d','\x35','\xd3','\x7f','\x97','\x15','\x8a','\x98','\x07','\x94','\x31','\x7a','\xcc','\xa1','\x56','\x8d','\x8e','\x38','\x01','\xed','\x1c','\x71','\x76','\x31','\xb2','\x9c','\xe8','\xc8','\x95','\xb3','\x66','\x22','\x82','\x14','\x11','\x43','\xde','\x8a','\xeb','\xbb','\x50','\x35','\x6e','\x5f','\x55','\x18','\xb7','\xe7','\xe7','\xdb','\xd6','\x5c','\xd5','\x81','\x60','\x25','\x88','\x81','\x85','\xd4','\xd5','\x10','\xa0','\x51','\x7d','\xac','\x52','\xb5','\x96','\xab','\x23','\x97','\x9a','\x23','\x95','\xea','\x2a','\x59','\xf0','\xfc','\x07','\x93','\xd4','\xc0','\x47','\x28','\xac','\x4a','\x11','\x75','\x4f','\x55','\x81','\x3c','\x32','\x55','\x25','\x57','\x25','\x03','\x4b','\xf2','\xc0','\x12','\xa6','\x3f','\xc0','\xf4','\x1f','\x5f','\xf7','\xbf','\x7f','\xa6','\xf4','\xc3','\x32','\x5d','\xb0','\x07','\x16','\x10','\xd0','\xa2','\x32','\xb0','\x28','\x0f','\x5c','\x95','\xe9','\x55','\xac','\x5e','\x9d','\x30','\x6f','\x56','\x0f','\xbe','\x2e','\x4d','\xcd','\x4a','\x61','\x54','\x8f','\x70','\x87','\xab','\x3d','\xae','\xab','\xd5','\xab','\xf4','\xa6','\x9f','\x5b','\x64','\x1f','\x06','\x02','\x8f','\xa0','\x5b','\x4d','\x1f','\x5c','\x26','\xc0','\x35','\x68','\x60','\x95','\xaa','\x40','\xb4','\x9a','\x50','\x97','\x88','\x59','\x23','\x07','\xaf','\x37','\xa6','\xe6','\x28','\xc7','\x15','\x91','\x98','\xf1','\xbf','\xc7','\xc5','\x1a','\x47','\x68','\xce','\x5d','\xaf','\x0d','\xdc','\x78','\x77','\xa0','\x56','\xa3','\x8c','\xde','\xad','\xf9','\xb5','\x5a','\x89','\x97','\xd9','\x9b','\x81','\x1b','\xfc','\xe9','\xe2','\x01','\x8e','\xd9','\xac','\x42','\xf4','\x24','\x3e','\xe8','\x4e','\x4c','\xd9','\x64','\x63','\x7b','\x5c','\x36','\x3e','\xb9','\xeb','\xd5','\x81','\x1b','\xfe','\x40','\xad','\x4a','\x19','\xbd','\x5b','\xf5','\x6b','\xd5','\x12','\x2f','\x0f','\xdc','\x68','\xb2','\x97','\xab','\xc4','\xde','\xa8','\xb5','\xaa','\x59','\xab','\x1e','\xbc','\xd1','\x9c','\x72','\x24','\x8e','\x00','\x3a','\x24','\xa1','\x95','\x3d','\x37','\xc2','\xda','\x5b','\x11','\x7a','\xbd','\x9a','\xab','\x1a','\xac','\xfb','\x03','\xae','\x42','\x6f','\x34','\x69','\x1d','\xfb','\x2e','\x29','\xb9','\x97','\x59','\xfd','\x03','\x6e','\x75','\xc0','\xf7','\x07','\xa0','\x00','\x04','\x33','\xe2','\xba','\xa6','\xeb','\x1e','\xbc','\xe6','\x4e','\x4d','\x41','\x3e','\x94','\x08','\xa4','\xa7','\xd5','\xf7','\x2c','\xaa','\xda','\x6d','\x4a','\x97','\x12','\xb9','\xff','\xed','\x27','\x03','\x6f','\x48','\x03','\x2e','\xa2','\x37','\x1a','\xf4','\x5d','\x88','\xd3','\x2c','\xb1','\x42','\x8d','\x0c','\x30','\xba','\xd1','\x18','\xa8','\xa1','\x81','\xeb','\x68','\xe0','\xa6','\x47','\xff','\x06','\xab','\xb7','\xb1','\x59','\xc5','\x07','\xaf','\x79','\x53','\x65','\xdc','\xea','\x97','\xbc','\xb4','\xe7','\x46','\x53','\xfb','\xf1','\x12','\xbd','\xbe','\x94','\xbb','\xbe','\x34','\x70','\xc3','\x1b','\xb8','\x0e','\x65','\xfa','\xe3','\x25','\xff','\x86','\x57','\xe2','\xdf','\x3e','\xe0','\xd6','\x06','\x6e','\x36','\xd9','\x3c','\x0e','\x5c','\x25','\x03','\x8b','\x94','\x2e','\xd4','\x55','\x77','\xc5','\x5c','\xd0','\x0e','\x56','\xbb','\xa7','\x2a','\xbc','\x5f','\xb1','\x26','\x8c','\xcf','\xf5','\xaa','\xf6','\x13','\x9f','\x2e','\x57','\x73','\xcb','\x4b','\xd0','\xf2','\xd7','\xff','\x9e','\xfd','\x2d','\xad','\xbb','\xfe','\xeb','\x7f','\xdf','\xae','\x07','\xc3','\x10','\xf1','\x41','\x66','\x5f','\xb4','\x36','\xce','\x37','\xbc','\x29','\x1b','\xcb','\x22','\x8d','\x86','\x54','\x1c','\x4a','\x7d','\x92','\x19','\xd7','\x57','\xd5','\xf4','\x69','\xf5','\xa1','\x4b','\xcd','\x07','\xcf','\xf7','\x32','\x02','\xbb','\xe9','\xaf','\x7a','\xfd','\xf3','\xbd','\x4f','\xf3','\x2b','\xb0','\x07','\x67','\xf1','\x83','\xe7','\x9a','\x0f','\x3a','\x18','\x88','\x9b','\xb1','\x3d','\x0e','\x1e','\x71','\xf0','\xa3','\xe7','\xbc','\xe9','\x55','\xfc','\x0d','\xb4','\xf4','\x49','\x66','\x64','\x2d','\x29','\xe9','\xd3','\xe4','\xa1','\xd3','\xca','\x83','\x76','\xef','\x83','\x60','\x8e','\xa1','\xf4','\x0d','\xcf','\x9f','\x5d','\x7a','\x7a','\x76','\x89','\x29','\x30','\x0f','\xce','\x2e','\x01','\xb1','\x82','\xed','\x3e','\x68','\x2f','\xb1','\x6f','\xe1','\x76','\xee','\xd5','\xc0','\xce','\x95','\x65','\x25','\x2a','\x11','\x1c','\x52','\x3f','\xa9','\x35','\x99','\x71','\xdd','\x87','\x6c','\xa6','\x4b','\x7c','\x0a','\xd9','\x8c','\xfa','\x98','\x52','\x6a','\x23','\x1f','\xf2','\x38','\xe7','\xfb','\x4e','\x1e','\xf8','\x94','\xac','\x7f','\xca','\xf2','\x3f','\x25','\x0f','\x7f','\x4a','\x2e','\x7e','\xca','\xea','\xef','\xcb','\xe5','\x0a','\xf2','\xce','\x83','\xf2','\x2f','\x1f','\x39','\xf9','\x68','\x39','\x3e','\xdd','\x6e','\x4f','\x15','\xfa','\xe5','\xc2','\x75','\xe7','\x43','\xb3','\xd7','\x1f','\x74','\x6a','\x0f','\xfe','\xd1','\x5f','\xa6','\xcf','\xff','\x55','\xda','\x75','\xfd','\x2b','\xfe','\xd3','\xfc','\xb6','\xf1','\x41','\xd6','\xdf','\x8a','\xf4','\xe0','\x85','\xdb','\x0f','\x5e','\x48','\x3d','\xc8','\x6f','\x49','\x7a','\x2e','\xdc','\x1e','\xa9','\x48','\x8f','\x5e','\x6a','\x4e','\x13','\x49','\x8e','\xe4','\xa2','\x12','\x00','\x34','\x7d','\xb2','\x4c','\x35','\x66','\xbb','\xcd','\x49','\x0f','\x5d','\xf2','\x1f','\x9c','\x97','\x1e','\x7c','\xf5','\x6d','\xe8','\x97','\x1b','\x82','\x7a','\xe0','\x6c','\x33','\xfc','\xe0','\x73','\xe5','\x07','\x5f','\x76','\x1e','\x3c','\xfd','\xc6','\x83','\x8e','\xfb','\xe0','\xcb','\xf5','\xf4','\xe9','\xe5','\x1e','\xe7','\xc6','\xc8','\x7c','\xf5','\xd1','\x33','\xee','\x74','\x2b','\x0f','\x02','\xf8','\xab','\x7f','\x72','\x46','\xd5','\xae','\xeb','\xac','\xd7','\x0f','\x39','\xf9','\x07','\x19','\xc1','\xed','\x64','\x3e','\x5d','\xcb','\xfb','\xe7','\x20','\x97','\x53','\xfa','\x59','\xd6','\x86','\xbe','\x07','\x2b','\xe2','\x83','\x67','\xbc','\x07','\xcb','\x98','\x11','\x1c','\x05','\x94','\x21','\x36','\xf7','\xd1','\x33','\xde','\xb4','\x14','\xc4','\x71','\xcc','\x61','\xa1','\xf1','\xc9','\x9e','\xd3','\xcc','\x70','\xee','\xeb','\x03','\x3d','\xe1','\x53','\xbf','\xa2','\x7c','\xaa','\x8f','\xf4','\xf5','\x34','\xfa','\x2e','\x23','\xff','\xfe','\xc6','\x33','\x7b','\x66','\xfb','\xee','\x6f','\x7c','\x6a','\xcf','\xec','\xa7','\xd8','\x53','\x45','\x9f','\x7a','\xca','\xfb','\x14','\x53','\x12','\x0e','\xef','\x29','\x3c','\xbb','\xe7','\x60','\x5b','\x4f','\x68','\xed','\xd3','\x18','\xdb','\xa7','\x48','\xab','\x23','\xba','\x84','\x73','\xd7','\x9a','\xed','\x1d','\x0d','\xcc','\xd9','\xaf','\xe2','\xd2','\x35','\x8f','\xc2','\x1b','\xb4','\x9e','\x68','\x15','\xa9','\x35','\x64','\xd6','\xd0','\xc1','\xeb','\x68','\x6a','\x0e','\xed','\x5e','\xc2','\xf1','\x33','\xcd','\xf8','\x0b','\x00','\x5f','\x1d','\x2f','\xb3','\xb2','\x07','\x80','\x6d','\xb7','\x39','\x06','\x23','\x87','\x61','\xb4','\x6e','\xeb','\x92','\x34','\x2c','\x49','\x8f','\x5a','\xb7','\xf3','\x92','\xb4','\x47','\x92','\x1e','\xf0','\x3f','\x50','\x25','\x89','\x76','\x48','\x0a','\x66','\xf6','\xc9','\xcd','\x1b','\xf4','\xf5','\xa8','\x2b','\x4b','\x4f','\xfc','\x06','\xfa','\x83','\xf7','\xdc','\x27','\x7e','\x63','\xf6','\x0f','\xde','\xf3','\x9e','\xf8','\x0d','\xf2','\x07','\xef','\x2b','\x4f','\x3c','\x41','\x0f','\xdc','\x9b','\xb2','\xde','\xf7','\x91','\x98','\x62','\xe4','\xff','\x1c','\x9e','\xda','\xad','\x14','\xc7','\x13','\x96','\xb4','\x5b','\x08','\x1d','\x44','\x6a','\x21','\x44','\x0e','\x86','\xe4','\xe9','\x90','\xff','\xbe','\x38','\x21','\xfa','\xba','\xd0','\x0c','\xc0','\x49','\xd6','\xd3','\x57','\xff','\xd5','\xb1','\xe2','\x76','\x3f','\xd6','\x3b','\x4d','\xf6','\x0c','\x83','\xdc','\x02','\x92','\x91','\x49','\x98','\x1a','\x8f','\x4c','\x15','\xfc','\x36','\x4c','\xee','\xb7','\x83','\xd0','\xe2','\x46','\x67','\x45','\xf8','\xb1','\x43','\xa8','\x1e','\x42','\x3c','\x97','\x13','\x13','\xbb','\x53','\xfc','\x63','\x05','\x1e','\xcb','\xc7','\xb3','\x87','\xa2','\xbd','\x36','\x1a','\x59','\x11','\x6c','\x2b','\x8a','\xba','\x4b','\x4c','\xbe','\x6f','\xa9','\x27','\xbc','\x88','\x36','\x25','\xbf','\x50','\x10','\xee','\xb1','\xb1','\xce','\x04','\x42','\x0e','\x43','\xfc','\x3d','\xc6','\xeb','\xdc','\x35','\x72','\x08','\x2e','\x19','\xcd','\xad','\x3a','\x00','\xa3','\x75','\x4e','\x1d','\x9b','\xef','\x8f','\x36','\x51','\xcc','\xf7','\x22','\x81','\x97','\xe9','\x96','\x7a','\x78','\xa7','\x56','\x13','\x5b','\xb7','\x2e','\x97','\x85','\xf6','\x3d','\x7b','\x40','\xa2','\xb8','\xd9','\x3f','\x73','\xdb','\x7a','\x42','\x4c','\x2d','\xf1','\xe1','\x16','\x32','\xc4','\x95','\x93','\xb0','\xd0','\x94','\x11','\xa4','\x1d','\x61','\xa2','\x93','\x0d','\x17','\x8c','\xd5','\x31','\xde','\xb3','\x7f','\xc5','\x9a','\xb1','\x12','\x03','\x2c','\xd5','\x28','\x5f','\x87','\x08','\x3c','\x9a','\x79','\x36','\x40','\x99','\x92','\xfb','\xd2','\x95','\xe2','\x48','\x25','\xe2','\xbf','\x06','\x5e','\x58','\x53','\x4c','\x53','\x32','\x1f','\xb2','\xb1','\xe8','\x33','\x5e','\x07','\x80','\x6d','\xdd','\x70','\xb1','\xe1','\x48','\x69','\x27','\xe2','\x5f','\x84','\x19','\x73','\x73','\xa2','\xb8','\xb2','\x6f','\xbb','\xf1','\x81','\xce','\x86','\xd8','\x17','\x21','\xd0','\x97','\x40','\x94','\x94','\x30','\xd2','\x28','\x8a','\x5e','\xf3','\x6f','\x43','\x76','\xbc','\x80','\x5c','\x20','\xae','\x0c','\xb8','\x38','\xe2','\x96','\x04','\x7b','\xfb','\x71','\x86','\x56','\x27','\x40','\x9d','\xd0','\x09','\x4f','\xfb','\x43','\x48','\x22','\xc7','\xd1','\x1b','\x03','\x82','\x95','\x43','\xea','\x6f','\xf8','\x82','\x73','\x52','\x94','\x40','\x59','\xa5','\xe2','\xb6','\xed','\x69','\xfb','\x75','\x07','\x93','\x46','\xb9','\x66','\xb2','\x5a','\x09','\xe0','\xe1','\xb7','\x12','\xee','\x01','\xb5','\x8e','\xd3','\xb7','\xae','\x1f','\x79','\xb1','\x95','\xe1','\x88','\x7f','\x00','\xae','\xd5','\xf6','\x48','\x70','\x7f','\x5e','\x96','\x82','\xcc','\x29','\x41','\x16','\x95','\x04','\x4f','\x9e','\xf2','\x71','\xeb','\x27','\x58','\x3c','\x2d','\x8f','\xee','\x76','\x5e','\x80','\xd8','\x5a','\x8e','\x80','\x75','\xc8','\xea','\xeb','\xec','\xd3','\x6d','\xfb','\xb5','\x6d','\x66','\xc0','\x3b','\xfc','\x5a','\x0c','\xf4','\xf0','\x6d','\xea','\x81','\xb0','\x0c','\x57','\xf0','\xeb','\xe2','\xb4','\x2d','\x9d','\x41','\xe4','\xcb','\xc8','\x64','\x3a','\xed','\x97','\x91','\xb0','\xe8','\x46','\x90','\x9f','\x28','\x0d','\xd5','\xbb','\x25','\x9e','\x1a','\x08','\x72','\xc6','\x02','\x12','\x57','\x0c','\xdc','\x76','\xb7','\xd6','\xb3','\x76','\xfb','\xa6','\x53','\x9c','\xe3','\x7d','\x41','\x83','\xdc','\xf1','\xd2','\x24','\xba','\x49','\x72','\x26','\x21','\x6c','\xbe','\x8a','\x3c','\xbe','\xd8','\xa5','\xed','\x3c','\x62','\xeb','\xf5','\xcc','\xce','\x29','\x9b','\x8f','\x4d','\x2b','\x69','\x0e','\xd3','\xf9','\x8e','\xf8','\x2b','\xce','\xba','\x61','\x21','\xd4','\x6c','\x53','\xab','\x1e','\xb4','\xa1','\x9e','\x0d','\xed','\x01','\x90','\x6d','\x9e','\x99','\x48','\xa2','\xc4','\xa6','\x00','\xd4','\x97','\xa6','\x24','\xb3','\x2e','\x39','\x51','\x83','\xa2','\x76','\x72','\xa2','\xb5','\xfc','\x44','\xdb','\xef','\x2f','\x54','\x12','\x6d','\x93','\xe7','\x0b','\x28','\xf2','\xb0','\x35','\x33','\x81','\xcc','\x7e','\xdd','\x34','\xa8','\xe9','\x04','\xee','\xc7','\x68','\x1d','\x89','\x90','\x19','\xed','\x0e','\xfb','\xbd','\xe5','\xf7','\x25','\x93','\x00','\x59','\xd4','\xe4','\xf0','\xe3','\x6d','\xdc','\xcb','\xed','\xe2','\x2f','\x36','\xd5','\xb3','\x63','\xca','\xe6','\x8b','\x10','\x86','\x9a','\x2d','\x5a','\x05','\x51','\x0d','\x02','\x0e','\xa8','\x8e','\xe9','\x2c','\xd3','\xcf','\x3d','\x8a','\x71','\x89','\xb7','\xe1','\x47','\x18','\x5d','\xc5','\x28','\x84','\x91','\x18','\xf3','\xfd','\x88','\xbf','\x5d','\xbf','\x4c','\xd4','\xf3','\x4f','\x78','\x48','\x6c','\x52','\x91','\xe9','\x99','\x78','\x7d','\xc8','\x40','\x40','\xcd','\x45','\xfc','\xf4','\x34','\xde','\x3f','\x3d','\x21','\x8a','\x44','\xe2','\xb0','\xab','\xf4','\xe3','\xe7','\x7d','\xdb','\xdb','\xe4','\x3b','\xfc','\x7a','\xa7','\x7d','\xb1','\x8d','\x9b','\x1c','\x87','\xc1','\xbf','\x93','\x5f','\xdc','\x9d','\xeb','\x69','\xff','\x39','\x97','\x1d','\x61','\x2e','\x3b','\xc0','\x1d','\x45','\x08','\x78','\x0b','\xe3','\x4e','\x30','\xaf','\x28','\xd4','\xb6','\x4f','\xb7','\xec','\xf7','\xb5','\x9b','\xf4','\x1c','\xcf','\x24','\x92','\x76','\xe0','\x1a','\x3d','\xc8','\x2a','\x32','\x86','\x69','\x01','\xd3','\xfd','\x0e','\xb5','\x6b','\x59','\xd4','\xba','\x64','\x6f','\x5d','\xd7','\x7e','\x4c','\x3d','\x08','\xa7','\x05','\x27','\xed','\xd7','\x5a','\x59','\x38','\xa7','\xd6','\xd2','\x71','\xb2','\x67','\xf0','\x81','\xd5','\x7a','\xb6','\xdf','\xa7','\xcc','\x80','\x62','\x7c','\x5e','\xb4','\xf1','\x19','\x44','\x0d','\xee','\x70','\x0b','\xfb','\xb4','\x0e','\xfb','\x14','\x75','\xbf','\xb3','\xdd','\xf6','\xbf','\xc3','\x7a','\xb6','\x45','\xce','\x7b','\x99','\xb0','\xd8','\xb3','\x03','\x62','\x50','\xf0','\xb4','\x8a','\x6f','\xe5','\x04','\xe0','\xc4','\xa6','\x08','\x59','\x11','\xed','\xf0','\x94','\x22','\x1f','\x90','\xad','\x9f','\x78','\xfb','\x8e','\x39','\xea','\xd8','\x36','\xed','\x69','\x67','\x22','\xdb','\x2e','\xd9','\xd6','\x86','\x29','\xdb','\x90','\x6f','\xfd','\xbf','\x85','\xaf','\xde','\xdf','\xc4','\x79','\x09','\xf8','\x6a','\x3b','\x29','\xd5','\xc6','\xbc','\x54','\x77','\xe2','\xab','\xa8','\xed','\x24','\x39','\x2a','\xf9','\xef','\xfb','\x01','\x22','\x19','\x23','\xba','\xc8','\x69','\x5a','\x7a','\x72','\x5a','\x3a','\x26','\x4a','\xe2','\xb4','\x24','\x2d','\x36','\x31','\x7b','\x6f','\x02','\xfb','\xd8','\xa6','\x1e','\xb0','\xe8','\x79','\xf3','\x18','\x03','\x72','\x89','\x70','\xc9','\xe3','\x40','\x8b','\x6a','\x54','\xd0','\x07','\x85','\x72','\xd5','\xf2','\x25','\x2e','\x64','\xd7','\x28','\x06','\xc8','\x7e','\xdb','\xd4','\xb3','\xc9','\x23','\xda','\xae','\x47','\x43','\x56','\xce','\xef','\x76','\x3f','\x36','\xcf','\xda','\x76','\xfd','\x52','\x43','\x62','\x45','\x9c','\xc6','\x11','\x11','\xf3','\x6d','\x28','\x31','\x16','\x94','\x10','\x51','\xbf','\x88','\x0c','\xc9','\x76','\x24','\x1b','\x87','\x75','\x30','\x7e','\x65','\xc6','\x24','\x73','\x6b','\x79','\xe4','\xb7','\xe5','\x87','\x01','\x08','\xa1','\x28','\xd9','\x90','\x9b','\x06','\xa5','\x09','\xca','\x80','\xd1','\x0d','\xca','\x10','\xb3','\xd8','\x19','\x43','\x29','\xad','\x09','\xc5','\x66','\x2e','\x06','\x72','\x70','\x73','\x3d','\xdf','\xe6','\xe3','\x53','\x32','\x91','\xbf','\x02','\xe2','\x5b','\x70','\xf1','\xb4','\x4d','\x99','\x76','\xd1','\xcf','\x8f','\x41','\x5c','\x22','\xfa','\x5e','\x12','\x91','\x5b','\xe0','\x5b','\xdd','\x26','\x8e','\x63','\xbf','\x5d','\xbf','\x78','\x38','\x09','\x5d','\x55','\x09','\x5c','\xe1','\x0c','\x2c','\x48','\x88','\x08','\xf9','\xd0','\x07','\xcb','\xcd','\xac','\xca','\x26','\x64','\x3f','\x57','\x16','\x30','\xa3','\xfb','\xaf','\x4e','\x2c','\x38','\xdb','\xd6','\x83','\xf8','\xf1','\x85','\x0b','\x76','\xa2','\xe0','\x60','\xab','\xc9','\xd5','\x38','\xa5','\x5f','\x49','\x00','\x40','\x81','\xcc','\xf1','\x66','\x21','\x18','\x5b','\x85','\x94','\x82','\x28','\x1f','\xc4','\x1d','\x6f','\x5b','\x0f','\x5b','\xa0','\xbe','\xe0','\x61','\x2d','\xc8','\xff','\xe8','\x64','\x1f','\x5a','\x4b','\xfe','\x75','\x80','\xe7','\xff','\xba','\x77','\x7d','\xfe','\x2f','\xab','\xb9','\xfd','\xfa','\x61','\x3f','\xd7','\xd4','\xc8','\x6d','\x32','\xd9','\x5a','\xba','\xe0','\x5c','\xc7','\x87','\x5d','\x96','\x0a','\xd1','\xd8','\xd4','\xc5','\xa6','\xf0','\xda','\x57','\xd1','\x8f','\xf2','\xc2','\x55','\x49','\x1c','\x95','\xf0','\x33','\x43','\x54','\xc3','\x28','\xba','\xb9','\x9e','\x0b','\xf6','\xda','\xe2','\x99','\xb2','\x23','\x13','\x2b','\x09','\x66','\x2e','\x08','\x67','\x23','\x3e','\xcf','\xa6','\x26','\xa1','\x30','\xde','\x7c','\x54','\x72','\xc7','\xfd','\x9e','\x58','\x63','\xaa','\x1b','\x33','\x5b','\xbd','\xd1','\xf9','\xa7','\x4e','\xcf','\xff','\x22','\xe9','\xa3','\xd2','\x6a','\x5e','\xbc','\x08','\x3a','\x09','\x5f','\xb4','\xb5','\x3d','\xd0','\x2f','\xa8','\x24','\xcc','\xec','\x44','\xa6','\x83','\x51','\x53','\xd5','\x6d','\x45','\xd5','\x99','\x68','\x96','\x38','\xa0','\x1b','\x42','\x68','\x63','\xac','\x90','\x74','\x47','\x7d','\x83','\xcd','\x8e','\x5f','\x27','\xe0','\xa2','\xc9','\x29','\x48','\x7c','\xd0','\xd6','\xca','\xf8','\x32','\x02','\x59','\x2f','\x20','\xc8','\xda','\x26','\xda','\x2b','\x51','\x94','\xa3','\xdb','\xad','\x9f','\x75','\xeb','\x99','\xd9','\xa8','\x8a','\xf9','\x30','\x4e','\x67','\xa5','\x4c','\x21','\x12','\x3e','\xd8','\x87','\xa7','\x73','\x4c','\x44','\x34','\xa4','\x52','\x09','\x99','\xa0','\x6c','\x08','\x36','\x8d','\xa0','\x5c','\x02','\x91','\xfa','\x9d','\xf4','\x70','\xa4','\x2e','\xb8','\xda','\x5b','\x10','\x24','\x4b','\x17','\xca','\xf4','\xa6','\xaf','\xb1','\x67','\x9b','\xb4','\x80','\x81','\x5c','\x95','\xe8','\x07','\x51','\x7f','\x06','\x9f','\x94','\x27','\x74','\xba','\xfd','\x3a','\x64','\x3f','\x0f','\x2d','\xb8','\x1b','\x9c','\x64','\xae','\xb4','\xfe','\xd7','\x9f','\x02','\xb7','\xba','\x38','\x57','\x72','\xb8','\xb7','\x8c','\xb3','\xff','\x52','\x13','\x1c','\x15','\x3f','\x66','\xde','\x03','\xa6','\x81','\xac','\x87','\xfc','\x6f','\x71','\x61','\xd7','\x3a','\x53','\x0d','\xb5','\x40','\x41','\xcd','\x28','\x1c','\xf8','\x26','\x4c','\x0e','\x5f','\xb7','\xb9','\x9e','\xe7','\xf9','\xbc','\xe7','\x90','\xa2','\x92','\x4d','\x79','\x30','\x61','\x9c','\x25','\x22','\x48','\xba','\x50','\x55','\xc5','\x72','\x46','\x94','\x32','\x12','\x64','\xb8','\x14','\x29','\x5b','\x5b','\xe2','\xb6','\xfa','\x0f','\x69','\x47','\xed','\x6d','\x97','\x87','\x1a','\xac','\x0f','\xd4','\x0a','\xf5','\x5a','\x58','\x93','\xa7','\xdb','\xd5','\xc3','\xdb','\xcf','\x34','\x2d','\x98','\x93','\x92','\x30','\x6f','\x8a','\x5d','\x80','\x51','\x5f','\xe2','\x0a','\xba','\x50','\x53','\x3b','\xcb','\xa4','\x93','\xd9','\xdd','\xf6','\xe3','\x23','\x76','\xfe','\x2d','\xdb','\x5c','\xf0','\xeb','\xc8','\xdf','\x4e','\x8f','\x4a','\xba','\xb1','\xc6','\x3a','\x41','\xf3','\x26','\x12','\xda','\x10','\xdf','\xef','\xf8','\x51','\x2e','\x53','\xa8','\x30','\x0d','\x77','\x31','\x22','\xf0','\xed','\x12','\xd3','\xc7','\x4a','\xdb','\xea','\x63','\x66','\x54','\x5c','\xc1','\x96','\x50','\x13','\x05','\x47','\x4c','\x3b','\xfe','\xcf','\x1c','\x28','\x08','\x4e','\x64','\xca','\x89','\x8c','\x38','\xb1','\xb4','\xf3','\x89','\xb4','\x73','\x8f','\xe0','\xf4','\x21','\xcc','\x31','\x93','\x18','\x4d','\x6c','\xe5','\x63','\x81','\xb2','\xb1','\xfe','\xdc','\x72','\x9d','\xd6','\x7d','\x3c','\xe2','\xff','\x57','\x29','\x9c','\x90','\x42','\x54','\x12','\x75','\x29','\x6d','\x47','\xdc','\xfa','\x24','\x9a','\xcc','\xa1','\x7d','\xea','\xb6','\xf2','\x1d','\x22','\x17','\x78','\xa7','\x98','\xe9','\x54','\xb1','\x45','\xa8','\xb3','\xb1','\x25','\x68','\x94','\x15','\xc6','\xd0','\xba','\xb8','\xd1','\xad','\xf5','\xac','\x66','\x64','\x36','\x91','\xe4','\xa2','\xf0','\xd2','\x2f','\xf0','\x63','\x5c','\x6f','\x17','\x6c','\xde','\xec','\xe0','\x17','\x4d','\xd6','\xd6','\x4f','\xe0','\x93','\x89','\xc8','\xda','\x4e','\xdf','\xec','\x83','\xba','\xdd','\xbc','\xdf','\x29','\x03','\x1d','\x6a','\x25','\x4b','\x22','\xb1','\x0f','\x26','\x98','\x0d','\x88','\x61','\x11','\xae','\xe5','\x4b','\xda','\x76','\x7f','\x05','\xf6','\xbb','\x74','\xa4','\x19','\xf9','\x11','\xff','\x78','\x27','\xf1','\x7f','\x46','\x24','\x81','\xcd','\xf2','\x7c','\xde','\xae','\x7f','\x55','\xd7','\x8b','\x66','\xbd','\x48','\xe7','\xf3','\xe9','\x4a','\x59','\x4c','\x76','\x4b','\x80','\x3b','\x77','\x07','\x7e','\x08','\x4b','\xba','\x95','\xd9','\x44','\xb0','\xef','\x12','\xf4','\x1d','\xa7','\xa9','\x52','\x51','\x3e','\x26','\x0e','\xfa','\x0e','\xfa','\x86','\x8e','\x65','\x1d','\x47','\xd5','\x0e','\x00','\x36','\x27','\x98','\x24','\xf0','\xce','\x58','\x77','\x5f','\x79','\xf7','\x34','\xda','\xb7','\x88','\xfa','\xab','\xea','\x78','\x58','\x31','\xc2','\x4c','\x06','\x61','\x90','\x4a','\x1c','\x27','\x67','\xf3','\x38','\xaf','\x45','\x82','\x04','\xbb','\x3b','\xb3','\xea','\xee','\x9b','\xe4','\x61','\x29','\x41','\x12','\x1f','\xc1','\x06','\xc5','\x55','\x7a','\x07','\xa1','\x21','\xa6','\x41','\x35','\x34','\x94','\xdb','\x52','\x0f','\x5d','\x0f','\x5f','\xb0','\x3e','\xf9','\xce','\x1d','\xa7','\x9e','\xfb','\xaf','\x6e','\xaa','\x87','\x4f','\x4d','\x30','\x41','\x34','\x28','\xa8','\x90','\xb5','\x92','\x2f','\x27','\x22','\x6d','\x4e','\x66','\xb7','\x2e','\x9f','\xdd','\xa6','\x7a','\xda','\xbc','\x02','\x49','\xad','\x36','\xac','\x2f','\x40','\xdb','\x24','\x59','\x95','\xc2','\x25','\x49','\xe2','\x0c','\xfc','\x21','\x57','\x73','\x9b','\xdd','\x68','\x9f','\xb2','\xdd','\xbe','\x00','\x3e','\x2f','\xb8','\xd2','\xfe','\x32','\x6b','\x84','\x3d','\x52','\x36','\x47','\x66','\xd2','\x23','\x95','\x8c','\xe5','\x85','\x8f','\x13','\x3c','\x46','\xc8','\x18','\x6d','\x8c','\xd2','\xd2','\xa2','\x49','\x17','\x5c','\x3a','\x6d','\xa6','\xa5','\xdc','\x67','\x49','\x92','\xed','\x95','\xed','\xf9','\xf3','\x86','\xa0','\x30','\x46','\x58','\x6b','\x97','\xc5','\x45','\xe4','\x2d','\x4a','\x4f','\x4f','\xfb','\xfb','\xe1','\xd4','\x05','\x7d','\x8c','\xbd','\xa3','\x70','\x65','\x55','\xf2','\x9b','\x20','\x77','\x0e','\xca','\x66','\x1f','\x4e','\xf7','\x91','\x4c','\x56','\x09','\x67','\x55','\xa6','\x9b','\xc5','\x7d','\x50','\x77','\x4a','\xfc','\x6f','\x03','\xca','\x71','\x35','\x68','\x2b','\x7f','\x56','\x12','\xa0','\x77','\x49','\x0a','\x96','\xb4','\xa6','\xad','\x62','\x53','\xc7','\x19','\xcb','\x19','\x98','\x72','\xc2','\x82','\x23','\xf7','\x38','\x44','\xbb','\xd8','\x80','\x8c','\xba','\x0d','\x4a','\x33','\xbf','\xd0','\x3e','\x5d','\x0f','\xaa','\xb0','\x1e','\x4e','\x61','\x53','\x99','\x7d','\x8c','\x69','\x55','\x8f','\x2e','\x4d','\x4c','\xcd','\x6e','\x27','\xbf','\x56','\xf5','\xde','\xab','\x60','\x1c','\xb1','\xad','\x11','\x45','\x27','\x1f','\x9a','\xba','\xb4','\x30','\x55','\x66','\xff','\xbb','\x9a','\x7c','\x76','\x53','\x9e','\xd9','\x6d','\xf7','\xd7','\x9d','\x0f','\x37','\x78','\x79','\x80','\xa2','\xaf','\x20','\xf4','\x96','\x2d','\xb8','\xf5','\xd5','\xfb','\xb8','\x2d','\xfc','\x07','\x29','\xcc','\xcc','\x61','\x86','\xa7','\xe5','\xc1','\x38','\x8b','\xd2','\x08','\xb3','\xf7','\x89','\x99','\xa1','\x66','\xf8','\xb8','\xd5','\xe1','\x68','\x24','\xb9','\xd2','\x20','\x66','\x69','\xa0','\x4e','\xff','\xc2','\xa5','\xa2','\x4d','\xa3','\x2b','\xb9','\x9c','\x16','\x77','\xb7','\xd5','\x5b','\x50','\x60','\xec','\x88','\xa8','\x1a','\xdc','\xc7','\x31','\x8a','\x08','\xf5','\xc8','\x54','\x3d','\x56','\x58','\xf9','\x44','\xe6','\x8d','\xae','\xc1','\xe5','\x6c','\xb8','\x56','\x90','\x6f','\x4c','\x2b','\xed','\x58','\xc5','\x2d','\xfb','\x02','\x06','\xd9','\xc4','\xda','\x87','\xcd','\xd6','\x9d','\x1a','\x2b','\xbf','\xe3','\x31','\xd5','\x95','\x06','\x18','\x1d','\x6c','\xfc','\x7f','\x44','\xa8','\xc0','\x68','\x9e','\x9a','\x75','\xed','\xbd','\x79','\x2a','\x26','\xa8','\x14','\xa3','\xdb','\xf2','\x1f','\x33','\x21','\xfe','\x13','\x99','\x14','\x2a','\x12','\x5a','\x96','\xcc','\x65','\xff','\xa7','\xcc','\xb8','\x66','\x9f','\xab','\xc4','\x84','\x0a','\xb3','\x69','\xbb','\xcd','\x5d','\xf7','\x3d','\xe5','\xa7','\x10','\xc9','\x23','\x52','\xe6','\x90','\x03','\x01','\x6d','\x6d','\x4f','\xf2','\x9d','\x06','\x29','\x12','\x46','\xac','\x10','\xb0','\xd3','\x36','\x5f','\x5d','\x8d','\xad','\xde','\x26','\x7f','\x0a','\xdf','\x02','\x6d','\xe3','\x6b','\xdd','\x65','\x2e','\xe8','\x6f','\xef','\x78','\xea','\x9e','\x30','\x7b','\x06','\x7c','\xe3','\xe3','\xeb','\xd9','\xd4','\xaf','\x1e','\x26','\x77','\x50','\x5b','\xe8','\xe8','\xe1','\x9b','\x75','\xb6','\x98','\x32','\xe8','\x97','\x7c','\xab','\x41','\xf1','\x55','\x9e','\x20','\x6f','\x81','\x62','\x97','\xca','\x2e','\x25','\x0b','\xff','\xa4','\xb8','\xa3','\x8a','\x2b','\xaa','\xbe','\xef','\x5a','\xcd','\xf5','\xfd','\xda','\x50','\x09','\x09','\xdf','\x6c','\x33','\xb4','\x6d','\x6e','\x3f','\xb7','\x44','\x3d','\x6c','\x2f','\x2f','\x40','\xaf','\x69','\x4a','\xd9','\x56','\x2c','\x8f','\x24','\xb2','\xb5','\x84','\x53','\x6c','\x53','\xc0','\x71','\x47','\x7b','\x5f','\x5c','\x85','\x83','\x77','\x6d','\x09','\xd3','\xeb','\x13','\x54','\xd9','\x30','\xce','\x77','\x4d','\xd9','\x6c','\xe4','\x63','\x80','\x36','\x00','\xa7','\xa3','\xa9','\x74','\xe5','\x51','\x7e','\x3a','\x2a','\xa2','\x95','\x84','\x6d','\x32','\xd3','\x27','\x38','\x1d','\x65','\x8d','\xe2','\x47','\xa3','\x17','\x23','\x7e','\x05','\xd5','\x73','\xe2','\xf4','\xea','\xb9','\xe8','\x46','\xe6','\xb3','\x44','\xfb','\xde','\x69','\x0c','\x49','\x94','\x32','\x2a','\x53','\xad','\xa6','\x51','\x39','\x09','\x27','\x38','\x36','\xd1','\x6e','\x78','\x34','\x4c','\xd8','\x2e','\x4f','\x2f','\x9a','\x4d','\xc1','\x3d','\xc9','\x34','\x24','\x29','\x47','\x71','\x92','\x7d','\x74','\x73','\x3d','\x6d','\x65','\x5e','\x60','\xfa','\x31','\x1b','\xae','\x05','\xa4','\x1e','\x58','\x63','\xce','\xd7','\x37','\xee','\xbb','\x2d','\xfc','\x79','\xc3','\xf8','\x00','\x84','\x82','\x82','\xe5','\x64','\xf3','\x37','\x2a','\x8e','\xb5','\xec','\x8c','\x54','\x5a','\x64','\xb1','\xe7','\x25','\x6f','\xa4','\x82','\x47','\x2a','\x68','\xa4','\x12','\xb2','\x2a','\x21','\xf6','\x34','\x19','\x0b','\x4b','\xfa','\x28','\xb6','\x0d','\xff','\x81','\x93','\x64','\x1d','\xf6','\x69','\xe0','\x74','\x4b','\x18','\x59','\x8d','\x5c','\x81','\x1c','\x15','\x51','\x45','\x94','\xba','\x7c','\x9f','\xc4','\x74','\xd2','\xa5','\x92','\x6c','\x8e','\x14','\x92','\x64','\x31','\xda','\x05','\x81','\xba','\x77','\xd0','\x13','\xb6','\x9b','\xe8','\x35','\xdf','\xf8','\x38','\xa6','\xc4','\xd9','\xeb','\xd7','\xb2','\xf5','\x5a','\x06','\x0e','\x0a','\x26','\x20','\x12','\xe6','\xad','\x40','\xf3','\xe4','\x11','\x9a','\x0b','\x76','\x78','\xc1','\x96','\xc2','\x90','\xac','\xe1','\xb0','\x24','\xa5','\xcf','\xf8','\x5d','\x58','\xda','\x25','\x4b','\xe1','\x39','\x49','\x3e','\x20','\xf9','\x6f','\x95','\x27','\xcd','\x6a','\x1e','\x55','\x23','\x48','\xca','\xbb','\xd1','\xaf','\x9a','\xb8','\x68','\xe2','\x3c','\x4a','\x94','\x11','\xac','\xed','\xad','\xed','\x89','\xb6','\x92','\x18','\x4a','\xfe','\x4f','\x7c','\xc2','\x56','\x80','\x62','\xc6','\xff','\xdd','\x70','\xb2','\xfa','\xbb','\xf1','\xf2','\x58','\xfc','\xcc','\x52','\xfc','\xec','\x70','\xe7','\xf7','\xbe','\x90','\x2e','\x1b','\xe9','\xf2','\x81','\x3e','\x29','\x54','\x90','\xc4','\x23','\x11','\xbf','\xbc','\x9d','\xde','\xd2','\x12','\xb8','\xaa','\x29','\x69','\x75','\x89','\x9a','\x29','\x3a','\x1e','\x1c','\x07','\x6d','\x3e','\x0b','\x5a','\x3b','\x05','\xe2','\xfd','\x5a','\xbf','\x4f','\x17','\xb9','\x85','\xab','\xda','\xec','\xcf','\xf1','\x68','\x8e','\x4e','\x5d','\xba','\xd6','\xac','\x8a','\x90','\x2e','\x13','\xc2','\xf1','\xac','\x0f','\x9b','\xab','\x71','\xbe','\xa8','\x9e','\x88','\x98','\xef','\x4e','\x1c','\x73','\x68','\xa1','\x15','\xe7','\xfb','\x71','\x7c','\x1e','\x6e','\xe4','\x91','\x70','\x19','\x8e','\x68','\xa2','\x58','\xcb','\x61','\x38','\x9a','\x80','\xc1','\xaf','\xd2','\x75','\x34','\xb8','\xee','\x7c','\xac','\xd5','\x9e','\xf0','\xa2','\x2e','\xb2','\x15','\x8e','\x9c','\x20','\x2f','\x1e','\x5a','\x04','\x15','\x91','\x3d','\x19','\xf1','\x0f','\x10','\xfe','\xa6','\x21','\x2c','\x12','\x71','\xd1','\x96','\x16','\x4d','\xbc','\x98','\xa3','\x8b','\x49','\x77','\x51','\x02','\xd0','\x89','\x6d','\xd6','\x73','\x4b','\x57','\x59','\x8d','\x17','\xe3','\xbe','\x25','\xeb','\x0e','\xcd','\xfc','\xb5','\x21','\x5a','\x1d','\x9f','\x6d','\xfa','\xd5','\x42','\x60','\x96','\xf0','\x39','\xdf','\x5f','\x06','\x4c','\x9e','\x03','\x0f','\x54','\xfb','\xce','\xdd','\xee','\x0b','\x3c','\x75','\x71','\x35','\x13','\xab','\x86','\x70','\x55','\x74','\xa3','\x4d','\x48','\xdc','\x98','\xd0','\x79','\x1e','\xc3','\x6d','\xea','\x81','\xf4','\x2e','\xad','\x5b','\x00','\x62','\xab','\xe4','\x9d','\x1c','\xa9','\xd2','\xf8','\x4b','\xe3','\xf1','\xc1','\xfc','\xae','\xc1','\x32','\x67','\xc7','\x24','\xed','\x7b','\x70','\x24','\x24','\x21','\x5d','\x92','\xce','\x6d','\xd5','\x9f','\x2f','\xcc','\x22','\x92','\xe0','\x69','\x76','\x41','\xe2','\xf0','\x83','\x11','\x53','\x8c','\xac','\x24','\xbd','\xf0','\x2d','\xa6','\x59','\xb0','\xcd','\xeb','\x07','\x3c','\x76','\x65','\xab','\x43','\xfe','\xe6','\xf1','\xd1','\x21','\x87','\x66','\x00','\xda','\x07','\xa2','\x3c','\x50','\x2a','\x0a','\x92','\xf5','\xa1','\x6f','\x16','\x25','\x32','\x52','\x66','\x12','\x1d','\xd5','\xa3','\xa2','\x39','\x98','\x18','\xa9','\x36','\x7e','\x72','\x96','\xc9','\xf7','\x88','\x3b','\x01','\xa7','\x17','\x9b','\xfa','\xf5','\xac','\x2d','\x47','\x51','\x14','\x43','\xa4','\xf0','\xee','\x0a','\x8d','\x7f','\xc3','\x7c','\xe8','\x3b','\x10','\x6b','\xf0','\xf9','\xe9','\xd2','\x05','\x47','\x8b','\xcf','\xbf','\x0e','\xc6','\x69','\x99','\xc6','\x2b','\x63','\xf1','\xa9','\xb3','\xf1','\xb3','\x09','\x38','\x0a','\x12','\x98','\x34','\xda','\x3c','\x5f','\xeb','\xc2','\x0d','\x1a','\x1c','\x4e','\xc1','\x27','\x57','\xc3','\x64','\x21','\x4a','\xdc','\xe5','\x2e','\xaf','\x14','\xaf','\x27','\xe3','\x48','\xa2','\x88','\xee','\xf5','\x7d','\xd5','\xa6','\xa6','\x49','\x75','\x4a','\xed','\xf4','\xea','\x79','\xdd','\x3a','\x23','\x37','\xd0','\x7b','\x69','\xdb','\x5b','\xa6','\xe5','\x2a','\xc3','\x86','\x93','\xb1','\xbd','\x44','\xba','\x11','\x73','\x49','\x11','\xb6','\xff','\x49','\x84','\x6e','\xda','\x62','\x85','\xd9','\x41','\xfb','\x4a','\x3c','\x2f','\xea','\x86','\x7a','\x9e','\xb3','\xd7','\x12','\xf1','\xe4','\xea','\x84','\x56','\xa1','\x0c','\xe8','\x74','\x2e','\x84','\x75','\x4a','\x28','\x2e','\x91','\xb8','\xef','\xc5','\xcb','\xe0','\x6f','\x0c','\x2e','\xc7','\x65','\xb2','\xbf','\x7c','\x72','\xaa','\x4c','\x99','\x0e','\xba','\xf5','\x5c','\x4b','\xa6','\x9c','\x79','\x86','\x28','\x3e','\xc6','\x39','\xe7','\x20','\xed','\xd8','\x90','\xd7','\x55','\xc6','\xf9','\x44','\xec','\xf6','\xe6','\x7c','\xd9','\x1f','\xc7','\x9f','\x17','\x6c','\xc6','\x9c','\xb5','\x40','\x9c','\xe5','\xc2','\x2e','\xe5','\x2a','\x3a','\x53','\xe9','\x4d','\x38','\x3d','\xe3','\xf7','\x5f','\xa6','\x88','\xea','\x6c','\xc2','\xda','\x7a','\xd4','\x3a','\xb9','\x43','\x40','\xee','\xe0','\x01','\xb2','\x6b','\x54','\xc9','\x2c','\xa8','\x87','\x6d','\xf7','\x13','\x60','\x1c','\xe6','\x30','\x4a','\xb2','\xd6','\xdf','\xe0','\x8c','\x91','\x67','\x52','\x70','\xa3','\x84','\x42','\x50','\x2b','\x89','\xba','\x5c','\x44','\x7f','\xbc','\x3d','\xb8','\x84','\xc2','\xd7','\xac','\x26','\x00','\x51','\xf6','\xe2','\x84','\xd6','\xdc','\x47','\xf1','\x38','\xe5','\x58','\x85','\x9a','\x87','\x83','\x73','\xb2','\x76','\x79','\xcb','\x7c','\xb5','\xec','\xc1','\xd5','\xec','\xa2','\xad','\x1c','\xa3','\x84','\xfd','\x97','\xa9','\xf9','\x0d','\xa6','\xbd','\x20','\x01','\x32','\x05','\x73','\xc0','\x04','\x1b','\x78','\xf2','\x0d','\x7b','\xdb','\x7b','\xa2','\x0d','\xfb','\x0b','\xb0','\x5e','\xf8','\xac','\x41','\x81','\x93','\x05','\x6e','\x41','\xe0','\x66','\xd9','\x29','\xf7','\x2a','\x33','\x79','\x5a','\x3d','\xcb','\xe5','\x34','\x57','\xe1','\xda','\xfa','\x9b','\xea','\x82','\x26','\xc2','\x78','\x17','\x72','\x93','\x7e','\x3d','\x06','\x7a','\x58','\xdb','\x70','\x9e','\x75','\x23','\x89','\x52','\x22','\xad','\xd5','\x17','\xcf','\x46','\x98','\xb1','\x41','\x54','\x54','\x2f','\x45','\x04','\x17','\x4c','\xc7','\x93','\x28','\x66','\xa3','\x4d','\x7c','\x15','\x7e','\x16','\x5c','\x7f','\xa1','\x8c','\xd8','\x9b','\x69','\x74','\x57','\x48','\x91','\xc2','\xf8','\xab','\xda','\x07','\xc5','\x6e','\xe9','\x98','\x8b','\x8a','\x9d','\xb9','\xe2','\x6e','\x5a','\x8c','\x03','\x1d','\x7b','\x33','\xd3','\xec','\xcc','\x94','\x3a','\xb3','\xba','\xaa','\x21','\xb7','\xfb','\x17','\xcb','\x8b','\x9d','\x28','\x3e','\x8d','\x93','\xd7','\x9a','\xf1','\x99','\x56','\xde','\xdb','\xce','\x56','\xde','\xdb','\xb9','\x3e','\x91','\x14','\x42','\x38','\xc8','\x7b','\xbb','\x69','\xfd','\xe0','\x03','\x14','\x1f','\x00','\x1b','\x90','\x15','\xe4','\x03','\xfb','\x94','\xc9','\x04','\xe2','\xf6','\x97','\x76','\x27','\x11','\xbf','\x9d','\xfd','\xb5','\x83','\xd5','\xc3','\xaf','\xb9','\x83','\x3b','\x6e','\xcd','\x77','\x74','\x04','\xe8','\xe9','\xe1','\x30','\x3c','\x01','\xe3','\xd3','\xc7','\xe4','\x20','\x50','\xbb','\xc0','\x98','\x15','\x41','\x6b','\xfc','\x70','\x83','\xde','\x62','\x5d','\x6b','\x28','\x0b','\x84','\x2c','\x54','\x64','\x37','\x17','\x5a','\x5e','\xc6','\x1f','\x92','\xd2','\x28','\x51','\x17','\x6c','\x51','\x59','\x49','\xe4','\xb4','\xfa','\x68','\x54','\x38','\x83','\xa2','\x09','\x15','\x95','\x4a','\x91','\xa9','\xd6','\x38','\x47','\x6c','\x24','\x2c','\xda','\xc2','\x34','\x37','\x5d','\xf9','\x45','\xb6','\x84','\x98','\xec','\x83','\xe9','\x03','\x28','\xec','\xe1','\x25','\xed','\x9d','\x26','\x7b','\xb6','\x68','\xa9','\xf6','\x99','\xe1','\xb7','\x01','\x8d','\x6a','\x01','\xd0','\xa8','\x52','\xa3','\xb5','\x7c','\xf8','\x46','\x99','\xb4','\xa0','\xa8','\x36','\xb4','\xc7','\x2e','\xa1','\x48','\x23','\xd9','\x54','\xc3','\x2a','\x15','\x89','\xd9','\x23','\x97','\x83','\x55','\x7d','\x1d','\x85','\x6b','\x66','\x29','\x56','\x1f','\x23','\x56','\x53','\x59','\x32','\x1f','\x58','\x32','\x7f','\x75','\x66','\x54','\xd4','\x20','\xb9','\x33','\xe6','\x77','\xc4','\xe6','\x56','\x7d','\x6c','\x1d','\x18','\x51','\x20','\x7d','\xd8','\x87','\xad','\x77','\x9a','\x81','\x69','\xec','\xdf','\xf0','\x79','\x4a','\x7a','\x38','\xe8','\x10','\xd8','\x1a','\x5e','\x0c','\x89','\xd3','\x62','\x54','\xf4','\x57','\x84','\xcd','\xfb','\xbd','\x2d','\x01','\xd1','\x2f','\x4a','\x0e','\xbb','\xad','\xbe','\xba','\x5e','\xf9','\xa9','\x73','\x64','\x21','\x78','\xb6','\x0b','\x48','\xbb','\xe6','\x05','\xd7','\x1f','\xd6','\x3b','\x5e','\x0e','\x18','\x07','\x64','\xac','\x0e','\x21','\xe0','\x1b','\x70','\x81','\xbe','\x58','\x47','\x1b','\xc7','\x07','\x29','\x30','\x10','\xe1','\xbf','\x80','\xc9','\x22','\x16','\x37','\x7c','\x10','\x8d','\xff','\xde','\x37','\x8e','\x7e','\x7a','\x7a','\xf9','\xb9','\x3f','\xbe','\x61','\x37','\xd6','\xa4','\xed','\xdf','\x02','\x2e','\x59','\x84','\xd4','\x57','\xf3','\xe2','\x6d','\x6b','\xc7','\xc1','\x05','\x65','\x72','\x45','\x24','\xac','\xd0','\x4a','\xc0','\xcd','\x8d','\xa9','\x12','\x8f','\x51','\x1a','\xcb','\xde','\x9e','\x6c','\xc7','\x31','\x99','\xfe','\xed','\xd1','\x89','\x24','\xe0','\xed','\x6c','\xa3','\x1f','\x2a','\x6a','\x04','\xd3','\xb3','\xe1','\xfc','\x63','\xbe','\x9f','\x0b','\xdb','\x24','\x6c','\xf7','\x5b','\x9e','\x31','\xe6','\x7c','\x6b','\xcc','\xb9','\x6f','\xdc','\x1b','\x3c','\x3e','\x91','\x2a','\xe1','\xbc','\x89','\xcb','\xcc','\xd0','\xe3','\x3e','\x7d','\x13','\x96','\x47','\xcc','\x3b','\x9c','\x03','\x68','\x2b','\x81','\xfa','\x6c','\x6b','\x2b','\x26','\xa5','\x69','\x66','\x1b','\x6b','\x2b','\x61','\xc0','\xc1','\xc0','\xc4','\x6f','\x36','\xae','\x3b','\xa5','\xeb','\x0e','\x6d','\x53','\xee','\xba','\xc3','\x94','\xcf','\xed','\xcf','\x01','\xa2','\x25','\xbf','\x66','\xc2','\xf1','\xc1','\xc4','\x24','\xd3','\x59','\x79','\x90','\xe6','\x58','\x8f','\x37','\xf9','\x0c','\x36','\x7f','\x1d','\x9b','\x65','\x3c','\x26','\x4d','\x4c','\xb2','\xa6','\xc8','\xd8','\x54','\xb0','\xa9','\xe2','\xe2','\x42','\xab','\x9e','\x75','\xfc','\x70','\x1f','\x02','\x1b','\x96','\xed','\x82','\x76','\x92','\xd0','\x96','\xd6','\x7a','\x81','\xe2','\xdf','\x69','\x89','\x8c','\x40','\xf1','\xdb','\x74','\xf0','\xb2','\xfd','\x39','\x5b','\x90','\xa0','\x4d','\x51','\x57','\x9f','\x77','\x7e','\xbf','\xfe','\x9c','\x6d','\xfd','\x7e','\x47','\xb1','\x7a','\x94','\x2c','\xd4','\x94','\x29','\xa7','\x47','\x70','\xac','\xf7','\x9c','\x57','\x78','\xc4','\xa9','\xf6','\x5e','\x10','\x77','\xda','\x2a','\x23','\xc1','\x51','\x55','\xbc','\x67','\x0e','\x8f','\x55','\xf0','\x52','\x65','\xc2','\xdd','\xd6','\xae','\xf4','\x1b','\xca','\x01','\x99','\x51','\xe0','\x9a','\xb2','\xea','\xe5','\xeb','\x22','\xb0','\xc8','\x98','\x31','\x1e','\x7b','\x5f','\x26','\x85','\x7d','\xc5','\xc5','\xba','\x30','\x1d','\x8a','\x88','\x62','\x42','\xf4','\xeb','\x1b','\xf7','\x45','\x7b','\x73','\x29','\xcc','\x6c','\xe2','\x6b','\x9e','\x15','\x5a','\xbb','\x60','\x77','\xfc','\x22','\x79','\x93','\xac','\x26','\x29','\x26','\x93','\x44','\x79','\xb3','\x92','\xae','\x2c','\xa7','\xc8','\xb2','\x4e','\x40','\x96','\x6c','\xab','\x27','\x84','\xe1','\xba','\xdc','\xc4','\xc4','\xfd','\x04','\x99','\xef','\x8c','\xdf','\xe7','\xb7','\x61','\xc7','\x02','\x17','\x53','\xe2','\x13','\x32','\xc5','\xc9','\x5f','\xe7','\x77','\xba','\x41','\x5f','\x05','\xfe','\x03','\x09','\xd7','\xec','\x25','\xeb','\x66','\x73','\x64','\x46','\x19','\x39','\x4d','\x46','\x4e','\x2b','\x96','\xdd','\xcb','\x44','\x17','\xdb','\x4b','\x23','\xb6','\x6b','\xb9','\x4b','\xe0','\xea','\x19','\xe4','\xa9','\x67','\xbf','\xb6','\xf3','\xd1','\x6f','\x90','\x17','\xae','\x2d','\x00','\x70','\x96','\xdb','\xa9','\xb8','\x96','\x57','\xee','\xec','\xf4','\x93','\xef','\x61','\x41','\xc4','\xc9','\x7f','\x9a','\xed','\xbc','\xb7','\xd2','\xa9','\x54','\x92','\x2b','\x9f','\x93','\x50','\xc9','\xf7','\x54','\x6c','\x96','\x72','\xee','\xe7','\x06','\xed','\x65','\x61','\xe1','\x9c','\x54','\x88','\x9e','\x1c','\xdf','\xc8','\xe7','\xd9','\x4e','\x55','\xed','\xdd','\x7b','\xea','\xf1','\x3d','\x6e','\x7a','\x4f','\xb5','\x67','\x8f','\x7f','\xf8','\xa3','\xb9','\xb3','\x42','\x22','\x11','\xaa','\xc4','\x49','\x25','\xed','\x1d','\x7d','\x9a','\x7c','\xee','\x65','\x42','\xd3','\x44','\x4d','\xc7','\x4b','\xe9','\x5d','\x9f','\x4b','\x27','\x96','\xb3','\xb9','\x73','\x99','\xce','\xe8','\x80','\x24','\x6d','\x91','\x5f','\x75','\x15','\x1c','\x35','\x97','\xc0','\xa9','\x72','\x49','\xa1','\x57','\x09','\xbd','\xaa','\x68','\x6e','\x2f','\x53','\x35','\xe0','\xe2','\x83','\xff','\x57','\xee','\x46','\xf3','\xa4','\xeb','\x1e','\xe5','\x54','\x71','\xdd','\xa4','\xeb','\x12','\x77','\xeb','\xf9','\x86','\x64','\xfd','\xc4','\x87','\x3b','\x38','\xdb','\xde','\x11','\x01','\xb6','\x13','\x2a','\x62','\xff','\x43','\x4f','\x2a','\x62','\x29','\x8f','\xa5','\x33','\xde','\xaa','\x8b','\x8b','\xc4','\xfe','\x37','\xc4','\xb4','\xd8','\xca','\x90','\x24','\xe1','\x2d','\xf2','\x6b','\xd5','\xc3','\x41','\x25','\xa1','\x40','\x66','\xdd','\xb8','\xf0','\x53','\x26','\xd1','\x63','\x17','\x38','\x0f','\x0c','\xa6','\x6c','\x53','\x80','\xff','\x96','\xf9','\x82','\xe5','\x3d','\xe5','\xc6','\x16','\x66','\x3c','\x8e','\xe4','\x8c','\x85','\xd3','\x6c','\x33','\xf8','\x4b','\x34','\xc8','\x7b','\xd8','\xcd','\x56','\xd1','\xfd','\x8d','\x47','\xca','\xe4','\xd3','\x0e','\x35','\x76','\x99','\x4e','\x0f','\xb3','\xc3','\x4d','\x2c','\x81','\x57','\x00','\x36','\xb7','\x39','\x47','\x8a','\x08','\x8a','\x24','\xdc','\x6b','\xfd','\xa4','\x29','\x41','\x41','\xb1','\xde','\xda','\x29','\x41','\x9a','\x3c','\xe4','\xff','\x14','\x47','\x23','\xcd','\x24','\x4f','\x52','\x3c','\x78','\xcc','\x4b','\x15','\x5b','\x97','\xce','\x12','\xef','\xfe','\x86','\xf5','\xbc','\xca','\x36','\x67','\x10','\x2a','\x62','\x6b','\x4f','\x63','\x07','\x99','\x8b','\x93','\xb9','\xce','\x78','\xe3','\x7e','\x72','\x4e','\x07','\xf4','\xab','\xcd','\x71','\x25','\x04','\x51','\x0a','\x90','\x43','\x74','\xf3','\x7d','\x37','\xb3','\x6c','\x84','\xca','\x98','\xf0','\x47','\xc7','\x7c','\xbf','\x28','\xd8','\x8c','\x26','\x3f','\x9a','\x2d','\xce','\x9d','\x95','\xe6','\x6a','\x92','\xb7','\xdc','\x9c','\x39','\x9a','\x9a','\x29','\xa5','\x3c','\x75','\xcf','\xdc','\x57','\xc6','\xe7','\xfe','\xea','\xd0','\x47','\x2f','\xce','\x8a','\x51','\x05','\x47','\x54','\x24','\x6e','\xda','\x5f','\xeb','\x32','\x6e','\xaf','\xcf','\xed','\xd8','\xda','\xaa','\x37','\xfc','\x9f','\xba','\x1c','\x95','\x28','\xe6','\xcf','\x47','\x38','\x5e','\x44','\x70','\x38','\x6c','\xf9','\xcd','\x4d','\xeb','\x30','\x14','\x42','\x11','\xd1','\xc6','\xf7','\x60','\x7a','\xa9','\xf9','\x83','\x65','\xdc','\x57','\xc1','\xf7','\x71','\xb8','\xf2','\x0c','\xc1','\x8b','\x49','\xef','\x2e','\x32','\xbe','\x63','\xc6','\xcc','\x9e','\x31','\xff','\xa2','\x6c','\xee','\x28','\x8f','\xa6','\x9d','\xd1','\x85','\xd9','\x42','\x4c','\xb1','\x24','\x73','\x68','\xeb','\x38','\x47','\x41','\xab','\x6b','\x5a','\x15','\x07','\x73','\xcc','\xf3','\xd5','\x82','\xef','\xda','\x58','\x2d','\x27','\x34','\xbf','\x9b','\x96','\x1f','\x99','\x7f','\xa9','\x7f','\xfe','\x7b','\xc6','\xde','\xbf','\x71','\xb2','\x12','\xa6','\xdd','\x9b','\xf4','\x4c','\xc6','\xc9','\xad','\x05','\x37','\x2c','\x54','\xfc','\x9f','\x78','\x9d','\x42','\x25','\xfd','\x56','\x65','\xe9','\x2e','\xa2','\x4d','\xef','\x0a','\x87','\xfe','\x2e','\xb2','\xf4','\x45','\x8f','\x44','\xcd','\xf6','\x19','\x17','\x7c','\xde','\x66','\x9b','\x91','\x6d','\xdf','\xf9','\xa4','\x0b','\xfc','\x65','\xfd','\xfa','\x91','\xff','\x5a','\xc1','\x84','\xc8','\x8a','\xf2','\xb9','\xc9','\xcb','\xea','\x01','\x7d','\xe0','\xc0','\xf1','\xc1','\xc9','\x71','\x7c','\x80','\xc8','\x07','\x94','\x9d','\x07','\xf6','\x58','\x93','\xcd','\x34','\x19','\x6d','\xc9','\x7d','\x90','\x83','\x76','\x84','\xac','\xac','\xca','\xc1','\xf5','\xf5','\x40','\x92','\xfa','\xab','\x78','\x52','\x6c','\x4a','\xc5','\x9a','\xff','\xd3','\x5a','\x74','\x87','\x93','\x14','\x12','\xf7','\x5d','\x25','\xa9','\xa3','\x27','\xab','\x03','\x6c','\x66','\x91','\x38','\x55','\xef','\x4e','\x58','\xb7','\xc8','\xeb','\x9c','\x53','\x21','\xf1','\xef','\xea','\x93','\x64','\x82','\xae','\xdd','\xc7','\x6d','\xd4','\xa3','\x92','\x8d','\x00','\xf2','\xc2','\xbf','\xd4','\x2a','\xc0','\x1b','\xb6','\x10','\xb1','\x64','\xc5','\x00','\xd9','\x00','\x7d','\xad','\x6c','\x25','\xa5','\x02','\x29','\x17','\xc8','\xeb','\x85','\x64','\xcd','\x8a','\xfd','\x79','\x61','\x0b','\x7f','\x06','\x48','\x5b','\x40','\x40','\xf0','\x0e','\x33','\x23','\xb4','\x4a','\xba','\xce','\x34','\x76','\x49','\x24','\x5c','\x26','\xf2','\xa3','\x0d','\x26','\x1c','\x26','\x8f','\x87','\xf3','\xb1','\xe6','\xfd','\x3b','\xf6','\x0c','\x7d','\x7f','\xcf','\xe0','\x93','\x7b','\x8a','\x4f','\xee','\xc9','\xef','\xd8','\x53','\xde','\xb1','\x87','\x2d','\x8b','\x0d','\xeb','\x87','\xa9','\xe8','\x33','\x28','\x56','\xa5','\x1e','\x40','\xb8','\x33','\xbe','\xaa','\x77','\x5c','\x69','\xfa','\x3c','\x03','\x14','\x9b','\xc1','\x6e','\x52','\xdd','\x5d','\xa9','\xee','\x5b','\xae','\xf6','\xdf','\x6c','\x1a','\x08','\x39','\xac','\x81','\x3b','\x87','\x71','\xa6','\x17','\x17','\xb2','\x8c','\x36','\xb5','\x47','\x42','\x52','\xea','\x88','\x7f','\x7f','\xdd','\x4d','\x21','\x3b','\x15','\xf1','\x52','\xf7','\x81','\x3f','\x2a','\xdb','\x41','\xa9','\x3c','\x1e','\x4c','\xe1','\xe2','\x5e','\x2f','\xff','\x3d','\xfc','\xad','\x2a','\xee','\xa8','\x62','\xe1','\x8c','\x27','\x72','\xbe','\xc1','\x98','\x08','\xdd','\xc2','\x37','\x24','\xee','\x13','\x1b','\x24','\x13','\x67','\x7f','\xde','\x72','\x64','\x6d','\x27','\x13','\x67','\x6f','\xa2','\x12','\xe0','\x57','\x75','\xb7','\xf3','\x89','\x57','\xc5','\x8a','\xc4','\x7e','\xb6','\xd4','\x03','\xa7','\xb2','\x45','\x1c','\x3c','\x5b','\x05','\x1b','\xd3','\x1a','\x4e','\xcf','\xe2','\xb4','\x5f','\xcb','\xca','\xf8','\x41','\xdf','\x49','\xcb','\xfc','\x48','\x01','\x9e','\xb5','\xf4','\x86','\xf3','\x84','\x76','\x3d','\x15','\xc6','\xa7','\x56','\x14','\xc2','\x4d','\x4b','\x53','\x22','\xd6','\x37','\x92','\x75','\x02','\x01','\x29','\x3c','\xca','\x3e','\x1e','\x56','\xd8','\x33','\x1d','\x56','\xd2','\xfc','\x72','\xa4','\xe0','\x37','\x0e','\x76','\x92','\xe9','\x4e','\x22','\x76','\x32','\x56','\xb6','\x71','\x9c','\x11','\x6c','\x2e','\x89','\x59','\xeb','\xef','\xfb','\xca','\x34','\x92','\xa7','\xd1','\x8e','\xac','\xe7','\xf3','\xbc','\xbe','\xda','\x2d','\x8f','\x16','\x98','\x21','\xef','\x69','\xb7','\xe0','\xc9','\xca','\xfc','\x4d','\x88','\x16','\xc4','\xec','\x2d','\x9f','\x2e','\x6c','\x3e','\x47','\x02','\x11','\x1f','\x96','\x63','\xb7','\x30','\x59','\x90','\x15','\x5b','\xe9','\x89','\x34','\xad','\xba','\xf9','\x8a','\x69','\x66','\xcc','\x31','\xa6','\x4b','\x67','\xa0','\x60','\x32','\x5d','\x9c','\x6d','\x0f','\x55','\x37','\x3f','\xa9','\x9a','\x4f','\x52','\xf3','\xfb','\xd4','\x74','\xb7','\xe8','\x1b','\xb0','\x7e','\x22','\x8d','\x70','\x58','\x3e','\x1c','\x69','\xa4','\x67','\xe4','\xae','\x48','\x63','\x17','\x42','\xe1','\x64','\x53','\xe6','\x89','\x39','\x26','\x6f','\x36','\xf3','\x08','\xdd','\x1f','\xf3','\x86','\x4e','\x93','\xc1','\x05','\x5a','\x74','\xeb','\x79','\xe1','\xb5','\xb2','\x94','\x94','\x72','\xd2','\xa6','\x7e','\xad','\x57','\x77','\xe1','\x20','\x31','\xac','\x1e','\x96','\x68','\xda','\x19','\xbe','\x27','\xd6','\x0c','\x27','\x74','\xf9','\x4f','\x74','\xff','\x86','\x37','\x59','\xd3','\x25','\xac','\xa7','\x6e','\x78','\x83','\xe3','\x7a','\x71','\xfc','\x40','\x39','\xe6','\x4b','\x6b','\x0e','\xb6','\x2d','\x60','\x5b','\x7e','\xc3','\x18','\x98','\xf0','\x12','\x49','\x84','\xd9','\xae','\x6d','\x61','\xef','\x12','\xa6','\x21','\x78','\x41','\x99','\x7b','\xa4','\x84','\x98','\x40','\x31','\x49','\x48','\x27','\xa2','\xcd','\xcf','\x21','\xe1','\x6e','\x5b','\xf0','\x98','\xa8','\x4b','\x56','\x83','\x23','\x72','\x5e','\x89','\xb4','\xb9','\xbc','\x4b','\xc2','\x5d','\x7e','\xb3','\x4b','\xc2','\x59','\x4e','\x7d','\x12','\x44','\x20','\x1e','\x94','\xf0','\xb4','\x34','\x21','\x4a','\x04','\x76','\x1f','\x9c','\x86','\x51','\xc0','\x94','\xa3','\x48','\xa1','\xfc','\x0f','\xa9','\x44','\x68','\x98','\x68','\x6e','\x17','\xb3','\x71','\x99','\x8d','\xa5','\x79','\x24','\xd9','\xe0','\x8e','\x69','\x8c','\x20','\xe9','\x09','\xd5','\x5d','\xb5','\xc7','\x36','\xef','\x41','\x7a','\x14','\xd9','\x0f','\xd7','\x85','\xba','\xdf','\x8d','\xba','\x79','\x7c','\xf7','\x52','\xda','\xe6','\x10','\x4f','\x73','\x57','\x79','\x10','\xb4','\x94','\xae','\x2c','\x21','\xc2','\x94','\xac','\x15','\xff','\xe7','\x4b','\x84','\x54','\x09','\x69','\xc6','\x2b','\x13','\xda','\x32','\x4a','\x5f','\x60','\x6c','\xe7','\xef','\x85','\x0b','\x15','\xe1','\xf9','\x8a','\xf8','\xfc','\x8b','\x62','\x7a','\x57','\xa4','\xaf','\x6b','\xe8','\x40','\x12','\xe3','\x28','\xe4','\xcb','\x56','\xb1','\xf8','\x61','\x93','\xd9','\xb9','\x07','\x99','\x9a','\xd1','\x70','\x4d','\xea','\x16','\xd5','\xea','\xb1','\x73','\xfe','\x64','\x8f','\x5d','\x4c','\xdb','\x85','\xf7','\xec','\x31','\xc1','\x29','\x2e','\x36','\xc7','\xa6','\xf1','\x53','\x0d','\x7c','\xdc','\xc6','\xd6','\x0a','\x3c','\x8f','\xac','\xe0','\x43','\x76','\xe2','\x90','\x4d','\xce','\x35','\x1a','\x32','\xbf','\xbc','\xf3','\x41','\x7f','\xe3','\x0e','\x15','\x51','\x8a','\x7c','\xaa','\xad','\x04','\x7e','\x97','\x1c','\xa7','\xd7','\x9f','\xe7','\x09','\xc5','\x5a','\xa4','\xf9','\xec','\xb9','\x13','\xb9','\x3b','\xd1','\xd5','\x5d','\x68','\xe1','\x6e','\xb4','\x70','\xd6','\xf7','\xab','\x16','\xba','\xa6','\xa3','\xc5','\x28','\xba','\x06','\x3b','\x90','\xa7','\xdc','\x62','\x64','\xcc','\x55','\xad','\x9b','\x55','\xa3','\xc2','\x48','\x6a','\x53','\xd5','\xb8','\x74','\xdb','\x9a','\xaf','\x1a','\xf3','\xad','\xcf','\x60','\x1b','\x28','\xb6','\x50','\xf5','\x16','\xca','\xa5','\xc5','\xb2','\x9e','\x84','\xcd','\x1d','\x41','\xaa','\x14','\x52','\x25','\xf1','\xb2','\x24','\xb2','\xa7','\x92','\x2f','\x28','\xd6','\x3f','\x29','\xc5','\x51','\x52','\x2c','\xca','\xc5','\x31','\x5c','\xfc','\xbd','\x58','\xf1','\xc9','\x6a','\xf1','\xe9','\xb2','\xf5','\x96','\x5d','\x1c','\xb1','\x25','\x01','\x81','\xb0','\x3e','\x28','\x4b','\xa3','\x38','\xf2','\xa3','\x70','\x73','\x74','\xe8','\x64','\xf2','\xb6','\x1e','\x93','\x90','\x2c','\x71','\x87','\xe0','\x75','\x08','\xde','\xe0','\x05','\x8c','\x18','\xcf','\x58','\xb5','\xad','\xd6','\x5f','\x58','\xaf','\xbf','\xb3','\x86','\xa3','\x00','\xc6','\x72','\xfd','\x77','\xb5','\xba','\xc4','\x04','\x65','\x04','\x25','\x60','\x81','\x84','\xe0','\xe6','\x45','\x42','\xcb','\x79','\x73','\xd9','\x5a','\x21','\x45','\x93','\x14','\xc7','\x48','\xb1','\x40','\x8a','\x23','\xe0','\x0b','\xcd','\x7e','\xb5','\xea','\xec','\xe5','\x2e','\x09','\x30','\xbe','\x1b','\xd2','\x11','\x22','\xa9','\x24','\xb6','\x42','\x9a','\x70','\x31','\x47','\x74','\x5e','\x69','\x14','\xe2','\x89','\xdc','\x55','\xe2','\xe3','\xe3','\xf3','\xf1','\x59','\xa5','\x97','\x8c','\x0b','\x2f','\x59','\x17','\x06','\x8d','\x0b','\x83','\x78','\xd7','\x20','\x53','\x99','\x3a','\x88','\x84','\x2b','\x52','\x6c','\x99','\x09','\x7c','\xa9','\xb4','\x2c','\xe9','\x64','\x88','\x2d','\xac','\xc8','\x2a','\x3e','\x33','\x50','\x2d','\xff','\x54','\xd3','\x5a','\x59','\x45','\x74','\xaf','\x15','\x9f','\x6a','\xae','\x42','\xbb','\x17','\x21','\x35','\x70','\x15','\x74','\x18','\xdd','\x95','\x54','\x37','\xb6','\xe2','\x42','\x92','\x1e','\xea','\xea','\xdc','\x1b','\x36','\x22','\x9e','\xe5','\x37','\x1d','\x2d','\xca','\x17','\x40','\x75','\x2a','\x16','\xf0','\x26','\xb2','\x6e','\x79','\xec','\xd9','\xfa','\xd8','\x41','\x2c','\xf5','\xe1','\xd8','\xfb','\xb8','\x99','\xc5','\xa5','\xac','\xa7','\x8b','\x18','\x89','\xac','\x3d','\x6c','\xf7','\xec','\x63','\xda','\xac','\x14','\x76','\xd9','\x60','\xe5','\x8b','\xc8','\xfa','\x00','\x15','\x8b','\x8c','\x70','\xf1','\x58','\xb3','\x58','\xa4','\x01','\x59','\xb7','\xe1','\xc9','\x38','\x3a','\x50','\x9e','\x4a','\x45','\x1a','\xb9','\x4d','\x9b','\x45','\x5a','\x92','\x06','\x75','\x8b','\x5f','\x40','\x6f','\xe8','\x97','\x9b','\x37','\xab','\xd0','\x9e','\x8d','\x78','\xf5','\xc5','\xb1','\x1a','\x0f','\x0a','\x68','\x6b','\x98','\x4c','\xe1','\x4c','\xe1','\xd8','\x07','\xb8','\x39','\x88','\x4b','\x7b','\x3d','\x00','\xf3','\x94','\x70','\x24','\x4c','\xb8','\x62','\x46','\x02','\xca','\x17','\x89','\xf5','\x01','\x5b','\x3c','\xa4','\x78','\xac','\x01','\xcf','\x36','\x59','\xb7','\xe1','\xc9','\x58','\x1c','\x7c','\x2c','\x4f','\xa4','\x22','\x89','\xdc','\x26','\xcd','\x22','\x29','\x49','\xbb','\x74','\xcd','\xe7','\x57','\xf6','\xbf','\x70','\xbe','\x80','\xac','\x4b','\x4d','\xf6','\x0c','\x22','\xc2','\x70','\x05','\x28','\xb6','\x5c','\xf5','\x96','\xab','\xa5','\x9b','\x4d','\x9d','\x73','\x96','\x48','\xcb','\xfd','\x4f','\x07','\xd7','\x0e','\x51','\xcd','\x8f','\x52','\x68','\xcf','\x58','\xb2','\x78','\x3c','\x5a','\x7c','\xe6','\x76','\xd1','\x44','\x9c','\x30','\x53','\x3b','\x8b','\x23','\x6d','\x8c','\xfd','\xfd','\x8e','\xd4','\xe3','\xc4','\xde','\x73','\x9a','\xe9','\x3f','\x2f','\xa5','\x2b','\x7a','\x00','\x53','\xd6','\xca','\x3f','\x88','\x20','\x4d','\xb6','\xd6','\x34','\x5e','\x56','\xac','\x97','\x15','\xe3','\xcf','\x3c','\xe3','\x4f','\x87','\x81','\xda','\x05','\x8b','\x15','\xe6','\x75','\xe3','\x81','\x03','\x1d','\xbf','\xe2','\xc7','\xfe','\xfd','\x81','\xc4','\x8f','\x9f','\x68','\x1c','\xfa','\x03','\xf3','\xd7','\xff','\x52','\xff','\x7e','\x08','\xcd','\x76','\x8b','\x32','\x6e','\x9d','\x3e','\x81','\x7b','\x04','\xc6','\x91','\xa6','\xc1','\x91','\x18','\x8d','\x59','\x6c','\x5c','\xaa','\x19','\x73','\x35','\xe3','\x72','\xcd','\xb0','\x6b','\xc6','\x6c','\xcd','\x3a','\x57','\x33','\x20','\xa7','\x1a','\xe3','\x64','\x0d','\x38','\xf8','\x73','\x42','\xb1','\x5a','\xc8','\xab','\x85','\x4a','\x35','\x51','\x67','\x4a','\x48','\xa4','\x19','\x55','\x24','\x7e','\x2a','\x14','\x78','\x75','\xc1','\x06','\xb7','\xde','\xbc','\x6d','\x5c','\x48','\x6d','\x22','\x8b','\x3f','\x71','\xfc','\x36','\xe6','\x8b','\x79','\x6d','\x3d','\xaf','\x8e','\x0f','\xac','\x1f','\x4f','\x8a','\xad','\xce','\xbb','\xcb','\xd7','\x73','\xb5','\x68','\x6d','\x98','\x7d','\xeb','\xed','\x1a','\x5b','\x4e','\xdb','\xcc','\xfb','\x20','\xd6','\x23','\x10','\xd2','\x82','\x14','\x38','\x82','\xb0','\x2a','\xdc','\xcb','\x3a','\x61','\xe2','\x5d','\x26','\xee','\x1a','\xc5','\xdf','\x1c','\x8d','\x81','\xd4','\xb4','\x4a','\xe6','\xd0','\x7e','\x9b','\x7b','\xfb','\xad','\xdb','\xf5','\xed','\x2d','\xbf','\x61','\xbf','\xb7','\xf5','\x70','\xb8','\xad','\x00','\xe5','\xb9','\x55','\xe6','\x27','\x54','\x02','\x12','\x5c','\x5b','\xac','\xe8','\xdc','\x97','\xd5','\x1b','\x24','\x4f','\x55','\x49','\x31','\x70','\xb6','\xe1','\x5b','\x9c','\x6d','\x74','\xc6','\x21','\x97','\x93','\x75','\x38','\x4c','\x5b','\x17','\xe7','\x52','\x64','\x1a','\x4b','\xde','\x44','\xd6','\x3f','\xa1','\x62','\x61','\xb6','\x58','\x90','\x8a','\x45','\xb1','\x38','\x26','\x16','\x8f','\x33','\xb6','\x96','\xb0','\x7e','\xc4','\x78','\x48','\xcb','\x35','\x45','\xd2','\x59','\x0b','\xf4','\xd8','\x4a','\xbd','\x99','\x7e','\xad','\x94','\x4d','\xea','\x12','\xd3','\x33','\x25','\x58','\x87','\xb2','\x8b','\xa3','\x2e','\xc6','\x8c','\x6a','\xc6','\xb9','\xa6','\x75','\xdd','\x35','\x66','\xd9','\x82','\x74','\x0d','\x9b','\x51','\xd5','\xb8','\xe2','\x1b','\xd3','\x6f','\x58','\xd3','\x6f','\x18','\xa7','\xdf','\xc0','\xd2','\x32','\x2e','\x5f','\xc7','\x4b','\xb5','\x58','\xad','\x96','\xb8','\x7e','\xa3','\xa1','\x54','\x4d','\xb5','\x1a','\xec','\xf7','\x28','\xdc','\x92','\xcb','\x90','\x5b','\x4a','\xec','\x87','\xcc','\x9b','\xd3','\xc4','\x5a','\x24','\xc6','\x34','\x35','\xa6','\x53','\x90','\xd1','\x18','\xaa','\xb2','\x8d','\x29','\xdb','\x9a','\x0e','\x1b','\xd3','\x51','\x1c','\x21','\xf8','\x13','\x26','\x7e','\xd5','\xc6','\xd3','\x28','\xb6','\x18','\xf2','\x16','\x43','\xa5','\x45','\x51','\x17','\x7d','\x24','\x34','\xe1','\xe6','\x04','\x0f','\xe1','\xc9','\x15','\x8c','\x99','\x1e','\xaf','\x18','\xb3','\x8a','\xb5','\x3c','\x67','\x54','\xe6','\x8c','\xb9','\x39','\xe3','\x85','\xf3','\xc6','\x7f','\xbe','\x64','\x7c','\x6f','\xce','\x28','\xcf','\x59','\x33','\x73','\xc6','\x77','\xe7','\x70','\xff','\x1c','\x7e','\x60','\xae','\xe3','\x81','\xf3','\x1d','\x5f','\xf7','\x63','\x73','\xc8','\xfb','\x13','\x54','\xba','\xdf','\xd7','\xf7','\x37','\x91','\xdd','\x4a','\x0e','\x1b','\x60','\x7b','\xc2','\x22','\xbc','\xe1','\xb1','\x67','\x8b','\xce','\xb5','\xca','\x16','\x2f','\x83','\x9b','\x7a','\xd8','\xc4','\x67','\x4c','\x5c','\x36','\x63','\xd5','\x51','\x6f','\x69','\xb4','\x54','\x1b','\xd5','\xe5','\x02','\x52','\x2c','\x64','\x0e','\x45','\x43','\x04','\x8b','\x1e','\x16','\x09','\x50','\x17','\x31','\xbe','\x49','\xac','\xbf','\x63','\xcf','\x06','\x2b','\x18','\x15','\x04','\x74','\xa9','\x61','\x54','\x88','\x55','\x21','\x86','\xcd','\x24','\xf3','\x2e','\x00','\x55','\xb6','\x11','\x9e','\x51','\x63','\xd7','\x88','\xf7','\x3a','\x2e','\x61','\xc6','\x57','\x23','\xc8','\x14','\xb7','\xe2','\xab','\xb7','\x23','\x5f','\x78','\x1c','\x10','\x5f','\x56','\xec','\x4f','\x6b','\x05','\x8c','\x39','\xc5','\x7c','\xee','\xc5','\x3f','\x86','\x51','\x01','\x6b','\x1f','\x5d','\x4c','\x4e','\x55','\x14','\xb8','\x84','\xb8','\x13','\xce','\x12','\x21','\x57','\x13','\x64','\x41','\x55','\x5c','\x77','\xaf','\x77','\xb2','\xcf','\x4d','\xea','\x09','\xc9','\x26','\x1b','\x8c','\xdc','\x4d','\xeb','\x30','\xaa','\xb0','\xe1','\x85','\x3c','\x7d','\x60','\xcc','\x22','\xd5','\x98','\x33','\x2c','\xa6','\x66','\x57','\xf0','\x06','\xba','\xe4','\x59','\xb6','\x69','\xcc','\x98','\x38','\x02','\xd9','\xa5','\xd9','\xf8','\xe0','\xea','\x68','\xac','\x36','\xea','\xd5','\x46','\x4b','\xa4','\xa0','\x53','\x0b','\xb9','\x43','\x22','\xc2','\xbe','\xdd','\x94','\x34','\x60','\x62','\x84','\xd4','\xd2','\x95','\xa6','\xb5','\xec','\x8e','\x80','\xbb','\x75','\xf5','\x1e','\xcb','\x8f','\x22','\x38','\x83','\xc5','\xbe','\x4f','\x93','\x4d','\x77','\x73','\x7b','\x60','\x3d','\x5b','\xfe','\xdf','\x6b','\x6e','\x94','\xcb','\x41','\x49','\x42','\x9a','\x14','\x5b','\x91','\xd0','\x8c','\x24','\x3f','\x9a','\x1f','\x2b','\x5a','\x1f','\x8c','\x81','\x50','\x36','\xc3','\xc0','\xe7','\xe1','\x92','\x94','\x95','\x3f','\xc7','\xb4','\xcd','\xa2','\x09','\x0b','\x1e','\x56','\xbe','\x0e','\xb7','\x99','\xb1','\x15','\xb3','\x49','\xcd','\x12','\x35','\x75','\x11','\xce','\x21','\x83','\x24','\xce','\x58','\xd4','\x81','\x24','\xd5','\x28','\xab','\x56','\x8d','\x1a','\xb3','\x84','\xf5','\xc5','\xf8','\xf6','\x39','\x63','\xa1','\xcc','\x16','\x21','\xac','\xc3','\x2b','\x4d','\xf6','\xc4','\x9d','\x76','\xc7','\xee','\xb9','\x8e','\x0b','\xb3','\xb1','\x0b','\x8e','\xf7','\x72','\xb9','\xd4','\x53','\xd6','\xf7','\x97','\xe1','\x74','\x5e','\xe4','\xc9','\xfe','\x92','\x4d','\x50','\xb5','\x42','\x0a','\x16','\x2e','\xb3','\x05','\x6c','\xbd','\xc1','\x14','\x8c','\x75','\x2c','\x9a','\x73','\x66','\x8b','\x97','\x03','\x83','\x65','\x03','\x7f','\x5e','\xae','\xea','\xe4','\x1f','\x10','\xa9','\x45','\x85','\x33','\x38','\x52','\x05','\x9f','\x2b','\xc6','\x53','\xa4','\x94','\x51','\x4e','\x59','\xe5','\x97','\x0c','\xff','\x36','\x2b','\x00','\x9d','\x4d','\x19','\xe7','\xd8','\xf3','\x25','\xeb','\xec','\x4b','\xc6','\xb7','\x5e','\xc2','\xf7','\xa5','\x80','\x5e','\x4a','\x31','\xfb','\x3f','\x56','\x95','\xbc','\xaa','\x54','\xaa','\x4a','\xba','\x04','\xb8','\xd6','\x51','\x99','\x70','\x3c','\x5b','\x12','\x90','\x71','\xae','\x61','\xd5','\x88','\xe1','\x70','\x3a','\xd7','\x30','\xa6','\x11','\x50','\x59','\xb2','\xce','\xf8','\xc6','\xb3','\x1c','\xa7','\xba','\xb7','\x88','\xcb','\x79','\xec','\x54','\x63','\x3f','\x3c','\xeb','\x2d','\xe2','\x52','\x35','\xa1','\x13','\x50','\xc3','\x82','\x64','\xeb','\x10','\x6f','\xd6','\xc3','\x33','\x98','\x9b','\x92','\x55','\x0f','\xc3','\x32','\x3e','\x3f','\x6c','\x5c','\x9a','\x84','\x27','\x27','\xeb','\x95','\x61','\xe3','\x97','\x87','\xf1','\xaf','\x0d','\x63','\xe9','\x0b','\x78','\xc6','\xc0','\x33','\x7a','\xec','\xfa','\x01','\xef','\xfa','\x81','\x92','\x72','\x50','\x57','\x2d','\xa4','\x0f','\x45','\x85','\xeb','\x38','\x0d','\xf9','\x85','\x71','\xbc','\x82','\x85','\x39','\xe3','\x4a','\xd3','\x5a','\xd4','\x8d','\x69','\xdd','\x38','\xcd','\xf7','\x7b','\x99','\x42','\xc3','\x66','\xb1','\xc5','\x46','\xec','\xf2','\x20','\x9c','\x48','\xc8','\x14','\x9f','\x5b','\x61','\xac','\x3e','\x56','\x0b','\x7b','\xb5','\x70','\xa9','\x26','\xe9','\x4c','\x79','\x66','\xf6','\x54','\x4b','\x0e','\x2e','\xf1','\xd1','\x66','\x5c','\xe2','\xba','\xc5','\x13','\x0f','\x19','\xf6','\x55','\xe0','\x3c','\x36','\x02','\x3a','\xe7','\x59','\x7c','\xc3','\xb6','\x10','\x7d','\x59','\xe1','\x9c','\x17','\xab','\x61','\xaf','\x86','\x4b','\x35','\xac','\xe3','\x09','\x84','\x49','\x34','\xc1','\xc4','\x44','\x0c','\x93','\xd7','\x00','\x90','\x7f','\x97','\x6b','\xf8','\xae','\x55','\x71','\xf9','\x4c','\xf9','\xc6','\x9f','\xd7','\x8c','\xff','\xd4','\x22','\xab','\x51','\x33','\x8e','\xd6','\x30','\xa3','\x4a','\x0d','\x13','\xf6','\x74','\x62','\xcb','\x8e','\xf7','\xa6','\x53','\x7a','\x13','\xeb','\xbb','\x60','\xb6','\x37','\xca','\x9d','\xdb','\x06','\x0f','\xbe','\x36','\xbe','\xf9','\xc1','\xda','\xbc','\x43','\x59','\xb2','\x98','\xc2','\x79','\xe1','\x36','\x8e','\xa7','\xf0','\x05','\xa0','\xd8','\x9b','\x29','\xef','\x87','\xb7','\x4b','\x54','\xd2','\xe1','\x2e','\x76','\x08','\xd9','\x98','\xfb','\x03','\x9c','\xb6','\x16','\x7c','\xee','\x15','\x30','\xa3','\x2d','\x34','\x79','\xc1','\xf6','\xa7','\x4e','\x7f','\x6d','\xca','\x3f','\xc8','\xa5','\x36','\x69','\x63','\x51','\x7e','\x8c','\xbc','\x00','\x6c','\xb6','\x64','\x3b','\xb2','\x4f','\xc6','\xc0','\x9f','\x6b','\x1b','\xf9','\x18','\x1b','\x9f','\x39','\xc9','\xe2','\x2b','\xb3','\xa5','\x27','\x5c','\x6a','\x6e','\xd5','\x13','\xda','\xfd','\x6a','\xad','\xd5','\x56','\xbf','\x5a','\xcb','\x58','\x0a','\x06','\x79','\x8d','\x25','\x06','\x3f','\xac','\xe0','\xe0','\xcd','\xe3','\x1c','\x26','\x3c','\x01','\x2e','\x09','\xc8','\x28','\x37','\xac','\x6a','\xc5','\x28','\x73','\x7a','\xe1','\x45','\xbe','\x41','\xb8','\xb0','\xbe','\x70','\x9b','\xcb','\xe5','\xd4','\xba','\x21','\xba','\xbd','\x5e','\xcf','\x8c','\x32','\x49','\x11','\x73','\xf0','\x44','\x90','\x05','\x6b','\xdc','\x70','\xc6','\xad','\xe7','\xb0','\xe1','\x3b','\xbc','\x6b','\x86','\x71','\x71','\xdc','\xf8','\xd6','\xb8','\xf1','\x6f','\xb0','\xf5','\xff','\xc0','\xc6','\x9f','\x60','\xdc','\x1f','\xc3','\xc6','\x04','\xee','\xa8','\x6d','\x6c','\x0f','\x44','\x4a','\x46','\x15','\xc2','\x13','\xdb','\x71','\x20','\xba','\x24','\x67','\xc5','\xcb','\x8c','\x33','\x13','\x60','\xcb','\x65','\xd6','\x3c','\x64','\x38','\x92','\x71','\xce','\x87','\xf9','\xda','\x57','\xc6','\x6f','\x56','\x71','\xb7','\x04','\xa8','\x63','\x95','\x62','\xec','\xe6','\x6d','\xef','\xc6','\xeb','\x25','\x17','\xeb','\xc8','\x03','\xfd','\x39','\x9a','\xc7','\xd8','\xc2','\x38','\x1f','\x90','\xe1','\xe4','\x2d','\xbf','\x6a','\x38','\x93','\xac','\xd0','\xa2','\x6f','\xe5','\x8d','\xf3','\x79','\xeb','\x3c','\x7b','\x4e','\xe2','\x9d','\x79','\xa0','\xf3','\x40','\xb1','\x7f','\xa8','\x7a','\x6e','\xb9','\xe4','\x96','\x75','\xa1','\x1b','\x85','\x70','\x14','\xe6','\x9e','\x2f','\x69','\x99','\xb5','\xb5','\xad','\xff','\xb4','\x25','\xce','\xea','\x94','\x59','\x36','\xe3','\xae','\xcd','\x96','\xfa','\x67','\x5f','\x87','\xf5','\xec','\xba','\x9e','\xeb','\x96','\x50','\x35','\xd0','\x0f','\x11','\x9c','\x29','\xc1','\x85','\x35','\xaa','\x9b','\xc8','\x1d','\x45','\xd5','\x8c','\xe6','\x67','\x04','\xbb','\x4b','\x44','\xcc','\xfc','\x80','\xac','\xe5','\x4c','\x01','\x00','\x26','\xf9','\xa1','\x5f','\x6c','\xff','\x80','\xee','\x2a','\x31','\xae','\x38','\x26','\xa9','\xa3','\xfe','\x87','\xfe','\x44','\x76','\x51','\xcf','\x88','\x6b','\xde','\x08','\x6c','\xf6','\x15','\x64','\x5c','\x46','\x6b','\xa2','\x70','\x5d','\xab','\x2c','\xc6','\x3d','\x4e','\x07','\x97','\x73','\x04','\xff','\x11','\xc5','\x2f','\x9b','\xb1','\x05','\xd7','\x5b','\x2c','\x95','\xaa','\x9a','\x4e','\xba','\x19','\xaf','\x85','\x75','\x68','\xb5','\xd7','\x21','\x93','\xef','\x15','\x6c','\x2d','\xb7','\x64','\x04','\x97','\x83','\x12','\x4c','\x7d','\xa0','\x8f','\xfd','\xaf','\x29','\xfc','\x50','\xaa','\xe3','\x57','\x9a','\x1d','\xff','\x21','\x15','\xfb','\xc7','\x94','\xf7','\xfd','\x54','\xe9','\x70','\x4a','\x7f','\x36','\x85','\xe4','\x6e','\xc4','\xf4','\xc3','\x35','\xfe','\xac','\x32','\xd1','\x63','\xcc','\x24','\xac','\xeb','\x31','\xe3','\xff','\xf4','\x01','\x6b','\x18','\x2c','\xc2','\xe7','\xa3','\xc6','\x25','\xc3','\x78','\xde','\xb0','\x9e','\x37','\x58','\x01','\x77','\x72','\x62','\x85','\xe7','\x8d','\xd8','\x0f','\x0d','\xef','\x87','\xb8','\xf4','\x43','\xac','\xff','\xd2','\x3e','\x74','\x0f','\xdb','\xef','\x3a','\x26','\xa5','\x56','\xd2','\x0d','\x02','\x79','\x69','\xad','\x39','\xdb','\x78','\x1e','\x1b','\x73','\x4d','\x63','\x0e','\x1b','\xe7','\x65','\xe3','\xd2','\x03','\xc6','\x79','\x6a','\x9d','\x1f','\x34','\xbe','\xee','\xe3','\x9d','\x94','\x51','\x47','\x86','\x76','\xf4','\xd2','\xd8','\x77','\xe8','\x47','\x2f','\xd1','\x52','\x91','\xea','\x5f','\x58','\x41','\x8e','\xb9','\x81','\xaf','\xc6','\x1a','\x8c','\x6b','\xb5','\xf8','\x2a','\x63','\xaa','\xc0','\x7c','\x24','\xe0','\x42','\x65','\x64','\xcd','\xc0','\x2a','\xc2','\x3b','\x06','\x81','\xb5','\x7e','\xa7','\x88','\x67','\xf2','\xb1','\xeb','\x65','\xef','\x87','\xd1','\xd2','\x55','\xac','\x87','\x27','\xc0','\x28','\x57','\xc3','\xb2','\xd6','\x94','\x79','\x5e','\x33','\x46','\x87','\x87','\x26','\xac','\xef','\x0c','\x1f','\x0e','\xe9','\x87','\xef','\xd6','\x0f','\x7f','\x76','\xe2','\x30','\x7b','\xc3','\xc9','\x1a','\x82','\xf2','\x21','\x9e','\xec','\x6c','\x07','\xa3','\xff','\x3c','\x11','\xfb','\xce','\x81','\x9f','\x7d','\x27','\x64','\x86','\x5a','\xfa','\x8f','\x60','\xbb','\x3b','\xf6','\xcc','\xee','\x18','\xb8','\x18','\x1f','\x9f','\xbf','\x67','\x87','\x1d','\x9a','\xd2','\xc3','\xa3','\xf4','\x81','\x3d','\xca','\x9a','\x43','\x5a','\x62','\xf3','\xdd','\x2b','\xbf','\xf1','\x41','\x6d','\x79','\xba','\xac','\xd5','\x13','\x4c','\xd9','\x88','\x02','\x26','\x06','\x9f','\x74','\xc0','\xda','\x08','\xc3','\x92','\xbb','\xd1','\x58','\x93','\x17','\x4e','\x4b','\x76','\x58','\xbc','\x9b','\x18','\x84','\x42','\x19','\x5f','\x01','\xd5','\x25','\xb6','\xa4','\x7a','\xd7','\x48','\xe9','\x75','\xac','\x33','\x9b','\xd2','\x94','\x70','\x22','\x2f','\x13','\x4b','\x26','\x79','\xa0','\xc9','\xe1','\xc3','\x07','\x86','\xad','\x03','\xc6','\xe1','\x03','\x87','\x0e','\x4f','\x1e','\x3a','\x7c','\xe0','\x73','\x50','\x60','\xbf','\x4e','\x0e','\x5b','\x7a','\xfe','\xb0','\x9e','\x97','\x0f','\xe5','\xe5','\xe1','\xbc','\x9c','\xcf','\xdf','\x7d','\x20','\x7f','\xb7','\xf5','\xbb','\xfe','\xfb','\xc6','\x57','\x16','\x75','\xdd','\xd6','\x11','\xd2','\x23','\x60','\x4a','\xbb','\xd6','\x7b','\x8c','\xef','\x95','\xfd','\x9f','\xfb','\x52','\x48','\x96','\xee','\xc2','\xfe','\xcf','\x98','\xca','\x34','\x1f','\xab','\x9b','\xc4','\x6c','\x28','\x6f','\x5d','\xba','\xbf','\x2a','\x2d','\x54','\xb6','\xaa','\xd0','\x6d','\x3d','\xa1','\x1e','\xe5','\xfc','\x30','\x87','\x21','\x34','\x86','\x35','\x78','\x16','\xf7','\x5c','\x34','\x2e','\xcc','\x59','\xcf','\xbe','\x04','\x12','\xe7','\xcc','\x65','\xe3','\xb9','\x39','\xe3','\xb9','\x8a','\x71','\xe1','\x9c','\xf1','\xf2','\x59','\xcb','\x95','\x8c','\x29','\x04','\x9b','\x0b','\xf4','\x96','\xe3','\xf8','\x05','\x29','\xf6','\x37','\xf7','\x78','\x7f','\x73','\x4f','\x69','\x90','\xe8','\x7b','\x1b','\x10','\xba','\xc5','\x1a','\x65','\xba','\xc8','\xaf','\x0b','\x0b','\xae','\x74','\xd0','\x26','\x7b','\xd7','\x05','\x26','\x0f','\x59','\x2b','\xec','\x7b','\x98','\xb4','\x4c','\xa2','\x48','\xa4','\x94','\x47','\xa3','\xd6','\x3b','\x7e','\x7e','\xcf','\x28','\xa3','\xd6','\xcd','\xac','\x3e','\xe6','\xbf','\xd3','\x0c','\xf6','\x57','\x4b','\x9e','\x0a','\x90','\x12','\x11','\x0b','\xc8','\xf8','\xf6','\x8c','\xc5','\xd6','\xf0','\x8b','\xd8','\xf8','\xe6','\xe7','\x8c','\x29','\x93','\x89','\x33','\x63','\xa6','\x6c','\x5c','\xe8','\xb3','\x3e','\x7c','\xdf','\x78','\x89','\xc2','\xde','\x09','\xc6','\x79','\xca','\x8e','\x2d','\xd8','\xde','\x82','\x5d','\x5a','\xb0','\x03','\xfb','\x2b','\x2a','\xbf','\x8d','\xc3','\x55','\x2c','\xd5','\xb0','\x74','\x1d','\x2b','\x7f','\xc5','\x76','\x93','\x35','\x2f','\x19','\xf3','\x61','\xe3','\x4c','\xc0','\xc7','\x38','\x9d','\x69','\x58','\x36','\x98','\x8a','\x2d','\x4e','\xbe','\xa6','\x6f','\xfc','\x43','\x69','\xb9','\x16','\xe8','\xe1','\xfb','\x67','\x54','\xeb','\x5a','\x6e','\xa4','\x4c','\x47','\xca','\xea','\x88','\x63','\x8c','\x30','\x79','\xe1','\x70','\x83','\x25','\x61','\x1a','\x7f','\x72','\x9c','\xef','\x7d','\xb3','\x4d','\xc7','\x2d','\xc6','\x01','\x02','\x00','\x13','\x07','\xc8','\xaf','\x15','\x4f','\xde','\xf0','\xf5','\x1a','\x6c','\x72','\x71','\x0a','\x89','\x3d','\xae','\xf6','\x9e','\x2d','\x0a','\x65','\xb1','\xd3','\xb7','\x7e','\x2e','\xe3','\xab','\x8e','\xb1','\x54','\x19','\x5f','\x29','\x1d','\x5a','\x36','\x2b','\xcb','\x0d','\x65','\x01','\xe6','\x6b','\x7f','\x65','\x83','\x93','\x2d','\x5f','\x8a','\x1b','\xe6','\x2b','\x22','\x80','\x67','\xbb','\xf5','\x96','\x0d','\xe7','\x1b','\x31','\xcf','\x7f','\xaf','\xa2','\xee','\xaf','\x28','\xcf','\x11','\xff','\xc3','\x5d','\x92','\xf8','\xa2','\x14','\xfa','\x3b','\xeb','\x47','\x37','\xa5','\x70','\x54','\x22','\xbf','\xa0','\x1e','\x18','\xe7','\xce','\x59','\xbc','\xc3','\xc1','\x1d','\x15','\xdc','\x31','\x67','\x3c','\xff','\x12','\x88','\xbc','\x60','\x88','\x36','\xad','\xe7','\xa9','\x20','\xfb','\x40','\x05','\x5f','\xf2','\xd6','\xc6','\x59','\x28','\x07','\xe7','\x00','\xeb','\xcf','\xd5','\xb7','\x5e','\x8c','\xae','\xf9','\x6f','\x40','\x28','\xc7','\xc9','\x24','\xa4','\x5b','\x5a','\x35','\xc1','\x02','\x0f','\x93','\xd7','\x92','\x2b','\x09','\xa6','\x84','\x47','\x23','\x39','\xd0','\x9c','\xa5','\x0c','\xcc','\x3b','\xe3','\x63','\x65','\x6a','\xdd','\xf4','\x56','\xd5','\xe6','\x55','\x15','\xda','\x62','\xe5','\xa9','\xf6','\xf2','\x60','\x85','\x69','\x3d','\xb6','\xa8','\x7a','\xd5','\x5c','\xa9','\x96','\x0c','\xf6','\x17','\xb7','\xbf','\x96','\xc0','\x54','\x61','\x4f','\x79','\x89','\x71','\x1b','\xeb','\xfa','\x92','\x31','\xbb','\x04','\xcc','\x99','\xcd','\x35','\x93','\xce','\x73','\x57','\x19','\xc1','\x39','\xc0','\x54','\x0b','\x19','\x1b','\x4f','\x13','\x5c','\xce','\xc5','\x5e','\xa7','\xde','\x0f','\xea','\x25','\xd7','\xd3','\xc5','\x6f','\xa1','\x7d','\x7c','\x7c','\x78','\x9e','\x59','\xde','\xf7','\x19','\xd0','\xc7','\x5c','\xc4','\x75','\x30','\xc5','\xb8','\x32','\x09','\x4f','\x46','\x67','\x77','\x5a','\x0d','\xa6','\x8f','\x71','\x1e','\xae','\x35','\x41','\x9f','\x67','\x26','\xcf','\x46','\x7d','\x9e','\xed','\x82','\x56','\x14','\xc9','\x5a','\xa0','\x87','\x19','\xf4','\x3d','\xe9','\xaf','\xc4','\xea','\x14','\xdd','\x41','\xf4','\x6c','\xde','\x17','\xc1','\x3e','\x4d','\x72','\xd5','\x4e','\x7e','\xdd','\x28','\x5f','\xb7','\xae','\xbe','\xc1','\x79','\xe9','\x1b','\xc6','\xcc','\xb2','\xe1','\xd4','\x8c','\xca','\x0d','\xe3','\x72','\xd5','\x62','\x3c','\xf6','\x52','\x73','\xed','\x7c','\xe3','\x52','\x73','\x4d','\x7f','\x4e','\x36','\xc1','\x76','\x67','\xd6','\xf0','\x98','\xaf','\x4c','\xa6','\x94','\xe1','\x94','\x52','\x4b','\x3d','\x31','\x9b','\xb2','\xce','\x17','\x9f','\xf0','\x7f','\xf7','\x89','\xf3','\xce','\x13','\xe7','\xd1','\x13','\xe7','\x13','\x4f','\x34','\x8f','\x3e','\x71','\xfe','\xe8','\xe4','\x79','\xeb','\x89','\xf3','\x15','\xe5','\x3c','\xb9','\xb7','\x49','\xee','\x3d','\xed','\x77','\x9f','\x26','\xff','\x04','\x57','\xab','\x64','\x7f','\x88','\x08','\xdd','\x24','\x04','\x01','\x9b','\x3a','\x99','\x29','\x29','\x4d','\x53','\x99','\x61','\xa4','\x3f','\xe1','\x55','\x27','\x67','\xfc','\x27','\x66','\xca','\x4f','\x78','\x33','\x4f','\xa4','\x73','\x4f','\x50','\xfa','\x44','\x91','\x3e','\x61','\xd1','\xc9','\x2a','\xfd','\x8d','\x32','\x55','\xbe','\x97','\xbb','\xf7','\xf6','\x03','\xf7','\x96','\x8f','\x77','\x97','\x8f','\xff','\xd3','\x07','\x86','\xf9','\x55','\x43','\xc7','\x37','\xd0','\x44','\x19','\xc5','\x25','\xe0','\xab','\x6c','\xbf','\x24','\x61','\x7d','\x62','\x5a','\x06','\xb9','\xf3','\x2a','\x35','\x18','\xbd','\x32','\x64','\xfc','\x69','\xb7','\xf1','\x1a','\x32','\x5e','\x6d','\x58','\xf3','\x88','\x8d','\x3f','\x07','\xbc','\x6e','\x74','\xa8','\xa8','\xa3','\xaf','\x11','\xab','\x23','\xef','\x9a','\x57','\xca','\x63','\xbd','\x8c','\x11','\x3f','\x4f','\x00','\x39','\x68','\x55','\x71','\xa7','\x86','\x3b','\x53','\x38','\x99','\x32','\x9e','\x4f','\x59','\x3f','\x4c','\x19','\x97','\xa0','\x00','\xe4','\x0f','\x19','\x2f','\xa7','\x18','\x07','\xb3','\x6c','\x6a','\x4c','\x41','\xda','\x5f','\x98','\xd6','\x29','\x07','\x5f','\x69','\x6e','\x5a','\xcf','\x1f','\xc7','\x37','\x66','\x64','\xa0','\x33','\xc0','\xe1','\xad','\x39','\x10','\xd0','\x1f','\x33','\xce','\xd1','\x68','\x02','\x24','\x20','\x5b','\xa5','\x81','\x7d','\x31','\xcd','\x4c','\x75','\x89','\x6b','\xf2','\xaa','\xe1','\x28','\xc6','\xb3','\x17','\x8d','\xe7','\xcf','\x19','\x3f','\xf9','\xc0','\xe2','\xd6','\x13','\xff','\xcc','\xae','\x0e','\xcb','\xef','\x70','\x48','\xcc','\x21','\x5e','\x85','\x94','\x18','\x9b','\xa6','\x00','\xbb','\xbe','\xb9','\x9e','\x29','\xd7','\x5a','\x60','\x7f','\xe2','\xb0','\x01','\x31','\xa6','\x55','\x63','\x5a','\x31','\xca','\x09','\xc3','\x89','\x41','\x23','\xcb','\x34','\xd8','\x41','\x50','\x4f','\x99','\xc6','\xca','\xd4','\x73','\x68','\x09','\x53','\x9d','\x50','\x64','\xd2','\xa8','\x84','\xf1','\xbd','\xff','\x01','\xff','\x8b','\xff','\x0b','\x7e','\xf0','\x4b','\xb8','\xff','\xa8','\xf1','\x47','\xf7','\x59','\x7f','\xdd','\x67','\x7c','\x7b','\xbf','\xc1','\x3b','\x02','\x1b','\xff','\xe5','\x25','\xb0','\xe3','\xa6','\xca','\x06','\xe4','\x8e','\xb9','\x0c','\x74','\x66','\x1e','\xff','\xe1','\x5c','\xec','\x07','\x15','\xef','\xfb','\xe7','\x4a','\x9d','\x67','\xf5','\x91','\x32','\xf0','\x55','\xd8','\xa7','\xad','\x4d','\x8a','\x65','\xdd','\x70','\xc6','\xb8','\x9d','\xab','\x1b','\x57','\x3c','\xa3','\xa1','\xf3','\xad','\xaa','\x1b','\x95','\x3c','\xd7','\x9f','\x79','\x06','\x13','\xd6','\x18','\x19','\x77','\xcc','\x90','\x58','\xb9','\xe4','\x4d','\xbb','\x25','\x61','\x45','\x8f','\x68','\xe8','\x64','\x14','\xf4','\x1f','\x48','\x84','\xea','\x62','\x05','\xd8','\xaf','\x31','\x5f','\xb5','\x56','\x96','\x8c','\xb3','\x7f','\xcf','\x4d','\x15','\xb7','\x5d','\x80','\x44','\x36','\xac','\x80','\x95','\x32','\xb0','\xe8','\x55','\xd3','\xe0','\xcd','\x54','\xe9','\xcd','\x94','\x1e','\x1f','\x42','\xf1','\xfe','\xd5','\xa8','\x9f','\x96','\xcf','\xe1','\xfe','\xc0','\xe1','\x10','\xbc','\x8e','\x1f','\x42','\x57','\x16','\xfc','\xb2','\x80','\x20','\x89','\x00','\x6c','\x31','\x26','\x6e','\x3e','\xbc','\xa3','\xdc','\x61','\xcc','\x5e','\xe0','\x50','\x1b','\x11','\xb6','\x0a','\x24','\xce','\xb5','\xea','\xa6','\x30','\xb7','\x12','\xfd','\x9a','\xfd','\xde','\xeb','\x28','\xfa','\x48','\xbd','\xf4','\xae','\x15','\xc1','\xd1','\x93','\x13','\x88','\xed','\x5f','\xf6','\xe7','\x77','\xac','\x87','\xc3','\xa9','\x85','\x89','\xca','\x88','\x73','\x39','\x3d','\xe9','\xcf','\x47','\x90','\x12','\xb8','\x21','\xad','\xfd','\x55','\x5b','\xab','\x2c','\xdd','\x33','\xc5','\x6f','\xcf','\x57','\x48','\x95','\x72','\x6a','\xfb','\xe5','\x06','\x0e','\xc0','\x53','\x0a','\x23','\xf6','\xb1','\x90','\xfd','\x39','\xc9','\xfe','\x2b','\xfc','\xde','\xd7','\x69','\x35','\xe9','\xa2','\x28','\xf8','\x72','\x20','\x79','\xf5','\xb9','\x4d','\xe5','\x66','\xd1','\xff','\xb3','\x9f','\x97','\xb2','\x22','\x52','\x78','\x2e','\x1b','\x65','\xcd','\xe1','\x44','\x57','\x40','\xf3','\x71','\xe1','\x36','\xb9','\x86','\x20','\xc1','\x59','\x3d','\x8a','\xd4','\x2c','\x77','\x4c','\xba','\x73','\x3d','\xd3','\x70','\x62','\xa6','\xe0','\xa0','\x2a','\x1e','\x3d','\xb4','\x7a','\x25','\x7d','\x7b','\x01','\xe0','\x44','\xea','\x11','\x64','\x76','\x21','\xb3','\xf0','\x8b','\xea','\x09','\x70','\xf0','\x8e','\xa2','\xa3','\x63','\xfe','\x58','\x0a','\xa5','\x58','\x79','\x3d','\x0e','\xde','\x97','\x40','\x17','\xfa','\xd2','\xb3','\x93','\xbf','\x2e','\xaf','\xe2','\xe0','\x6d','\x3d','\xdf','\xe0','\xf2','\x8b','\x9f','\xf6','\x00','\x5c','\x3c','\x16','\xc9','\xa1','\x3e','\x62','\xbd','\x4f','\x0e','\xf7','\xad','\xa7','\x5d','\x87','\x35','\x7f','\xe3','\x1b','\x72','\xf8','\x19','\x72','\x64','\x91','\x34','\x45','\x00','\x68','\xd0','\xc5','\x5d','\x88','\xdb','\x05','\xab','\xb8','\x3d','\x18','\x55','\x0f','\xa9','\x55','\xeb','\xa7','\xd5','\xc3','\x7b','\x38','\xf5','\x32','\x2a','\x1f','\xee','\x2b','\x1f','\xee','\x61','\xe4','\x1c','\xee','\xa9','\x1d','\xee','\x33','\x0e','\xf7','\x8d','\x1f','\xee','\xcd','\x1d','\xfe','\x2a','\x39','\xb2','\xc4','\x04','\x4c','\x77','\x49','\x26','\xba','\x42','\x51','\x0f','\x53','\x7e','\x4c','\x05','\xee','\x2f','\x24','\xb6','\x12','\x69','\xdc','\x4e','\xfb','\xae','\xa9','\xa0','\x43','\x09','\x74','\x16','\xe2','\xde','\xa5','\xdd','\xaa','\x45','\x96','\x70','\xee','\x18','\xce','\x7d','\x19','\x1f','\xc5','\xb8','\x02','\x69','\xcc','\x30','\xc9','\x60','\xd2','\x83','\xc9','\x7e','\xdc','\xe5','\x3b','\xf1','\xb7','\x9c','\xb8','\xe0','\x10','\x34','\x41','\xc0','\xa5','\x06','\xf2','\x76','\xc5','\xfd','\x2b','\xe0','\x67','\x40','\x01','\xed','\xf4','\xb0','\x6f','\x9f','\x2d','\x00','\xf8','\x6d','\xa2','\x60','\x91','\x02','\x7e','\xd8','\xaf','\xe5','\x10','\x1b','\x40','\x5c','\x81','\x8c','\xbb','\x0e','\x59','\xc4','\x6b','\xe4','\xf3','\x67','\x50','\x4f','\x0e','\x25','\xa8','\x44','\xb2','\x5a','\xda','\xb7','\x69','\x81','\x4d','\x8c','\xfe','\xeb','\x7e','\xfd','\x2c','\x93','\x53','\xbe','\x94','\x58','\xb4','\xd8','\xc7','\x72','\x3e','\x66','\xf5','\xfc','\x4f','\x7e','\x8d','\xb5','\x27','\x1e','\x77','\xe2','\x7e','\x2d','\x7e','\xc1','\x69','\xd1','\x37','\xe1','\x49','\xc8','\x04','\x1b','\x79','\xd6','\x9e','\xdd','\x1f','\x56','\xe3','\xf7','\x5a','\xe9','\x0f','\xdd','\xf4','\xbd','\xfa','\xc8','\x87','\xee','\xe1','\x7b','\xf5','\x73','\xf7','\xea','\x1d','\x1f','\x56','\x89','\xad','\x91','\xdb','\x98','\x2e','\x81','\xbb','\xfb','\xd3','\xb3','\xf8','\xd5','\x67','\xf9','\x25','\xec','\x2c','\x4e','\x3f','\xcb','\xef','\x61','\x59','\x61','\x96','\x7b','\xc2','\xdb','\xfb','\x28','\xdc','\xa7','\xa8','\x1c','\x8e','\x87','\xa3','\x58','\xb8','\xae','\xff','\x16','\x53','\x1b','\x64','\xc1','\x61','\x6c','\x3b','\x21','\x32','\x8b','\xda','\xa4','\x58','\x37','\x13','\xb6','\xfb','\x19','\xc1','\xfe','\x41','\x39','\x8c','\xdd','\x08','\x76','\xa3','\x1c','\xbb','\x27','\xf8','\x93','\x3a','\xb0','\x6b','\x08','\xc9','\x58','\xbd','\x67','\xdc','\x92','\x26','\x63','\x9b','\x38','\xd6','\x1f','\xa3','\xb7','\xa3','\xc2','\x52','\x22','\x72','\x5a','\xd9','\x3d','\xad','\xbe','\x35','\xe5','\x0a','\x8d','\x95','\xa4','\x0b','\x38','\x42','\x32','\xe2','\x90','\x05','\xfb','\x56','\xf1','\xeb','\x10','\x04','\xe2','\x59','\x1c','\xd0','\x46','\xf8','\xd6','\xa2','\x5f','\x85','\x03','\xfc','\x87','\x38','\x9a','\x15','\x57','\x60','\x84','\x25','\x45','\x9c','\x21','\x91','\xd3','\x74','\xf7','\xb4','\xfe','\xd6','\x94','\x2d','\x34','\xea','\x49','\x77','\x32','\x8a','\xf6','\xc9','\x1b','\xf3','\x93','\xb6','\x43','\x9b','\xd9','\x5e','\x00','\xe0','\xa1','\xbd','\xfe','\xbb','\xd5','\x0d','\x71','\xdc','\x1f','\xd7','\x9e','\xb5','\xbc','\x4b','\x18','\x77','\x38','\xd8','\xaf','\x41','\x32','\x1d','\x9e','\xa8','\x10','\x4b','\x06','\x0e','\x8f','\x63','\x7c','\xc4','\x4b','\x38','\xf8','\x33','\x18','\xff','\xc0','\x69','\x25','\x74','\xda','\xf0','\xd3','\xce','\xbb','\xc4','\xa1','\x12','\x98','\x15','\x30','\x81','\x85','\x7a','\xc7','\x25','\xdb','\x5f','\x80','\xdb','\xe1','\x56','\x6c','\xd7','\x7e','\x3b','\x3c','\x62','\xe3','\xfd','\xe5','\xc4','\x15','\x1f','\xc6','\x99','\xc9','\x9d','\x05','\x4e','\xc2','\x7a','\x72','\x40','\x93','\x61','\xc3','\xac','\x20','\x92','\xc0','\x84','\x74','\x13','\x72','\xb2','\x2b','\x5b','\xf7','\xe7','\x4d','\x91','\x9a','\x52','\x09','\x08','\xcf','\x9b','\x3b','\xa8','\xb9','\x8b','\x16','\x1f','\xde','\xeb','\xff','\x0e','\x35','\x2f','\x52','\xb3','\x8b','\x9a','\xf1','\x35','\x08','\x97','\x80','\xc6','\x49','\xb6','\xc9','\x24','\x4f','\x42','\x70','\x79','\xd0','\x3d','\x50','\x97','\x60','\xfb','\xdf','\x2e','\x83','\x03','\x67','\xba','\x2c','\xf1','\x54','\xe0','\x3b','\xd2','\xe5','\xf8','\xab','\xf9','\x87','\xb3','\xa9','\x2f','\x64','\x06','\xbf','\x39','\x30','\x18','\x7f','\x6d','\x30','\x3e','\x2f','\xf1','\x8b','\xda','\xf5','\x34','\xc4','\x74','\xd8','\xb6','\x5d','\x00','\xd4','\x31','\xe5','\xf8','\x37','\x9b','\xc2','\x54','\x2b','\xb0','\x57','\x12','\x9c','\x30','\x13','\xe5','\x0b','\xce','\x6e','\xd6','\x2f','\x51','\xff','\xc1','\xb4','\x8e','\x17','\x4d','\x7c','\x55','\xe5','\xd2','\x90','\x82','\x01','\x8e','\x13','\x58','\x8e','\x61','\x05','\xf2','\xa4','\x27','\x02','\xf0','\x02','\xc9','\x66','\xd4','\x85','\x75','\xdf','\x31','\x45','\xf6','\x1d','\x4a','\x4e','\xea','\x4d','\xe0','\x83','\xe7','\x76','\x44','\xa4','\x78','\x19','\x3d','\x8c','\xf5','\x2f','\x28','\xa5','\x6f','\xaa','\xf5','\xf8','\x94','\x1b','\x9f','\x96','\x99','\x30','\x27','\x24','\x41','\x00','\x41','\xd1','\x04','\xe7','\x79','\xc6','\x77','\x72','\xe8','\xe3','\xe6','\xeb','\x88','\x07','\xf3','\x65','\xe0','\xcd','\xf3','\x15','\xcc','\x51','\x0b','\x42','\x2a','\x10','\x7f','\x08','\x70','\xad','\xe1','\xa8','\x1f','\xc2','\x12','\x3b','\xca','\x08','\x96','\xde','\x8c','\x24','\xc6','\x7c','\x51','\x76','\x25','\xc5','\x0d','\x33','\xd9','\xe7','\xba','\xbb','\x67','\xdf','\xf8','\x4c','\xf4','\xfa','\x0f','\x9c','\x25','\x5c','\xab','\x62','\x70','\xe7','\x58','\xc4','\xca','\x22','\x56','\x17','\xb1','\xce','\x8f','\x3b','\x22','\x30','\x32','\x6b','\xe7','\x24','\x88','\x8d','\x0f','\xf2','\x7f','\x28','\x09','\x97','\x7c','\x91','\x87','\xa0','\x49','\x44','\x0a','\x57','\x24','\xbc','\x2c','\xed','\xae','\x48','\x9f','\x49','\x36','\x7f','\xc0','\xcb','\x40','\x64','\x1d','\x01','\x34','\x22','\x14','\xf8','\xf9','\xe1','\x12','\x56','\xae','\x61','\xb9','\xda','\xe1','\x2c','\xf9','\xb5','\xeb','\xb0','\x35','\x50','\x4d','\x4c','\x02','\x38','\x5e','\xab','\x3d','\x6c','\x9f','\xa2','\xea','\x0f','\x98','\x9e','\xe0','\xc2','\xaf','\xeb','\xef','\xdd','\x56','\x09','\xf4','\x3a','\x38','\x27','\x81','\xeb','\x87','\x8e','\x73','\x4d','\xff','\x3a','\x18','\x10','\xa2','\x82','\xc5','\x64','\x4d','\x52','\x6b','\x61','\xbb','\x86','\xdd','\xda','\xee','\xb9','\xda','\x67','\x92','\xb5','\x1f','\x54','\x12','\x78','\x99','\xe0','\xe5','\xc0','\x54','\x09','\xb5','\x49','\x04','\x89','\x1f','\x6b','\xae','\x0f','\x24','\x81','\xac','\x6d','\x6c','\x63','\x0e','\xb6','\x71','\x0f','\x1a','\x44','\x58','\x56','\x22','\x44','\x65','\x73','\x53','\x6f','\xf0','\xb3','\xfc','\x93','\x09','\xf4','\x6e','\x4e','\x2c','\xeb','\x49','\x11','\xdd','\x12','\x5c','\x31','\xb1','\x92','\xac','\x4f','\xc6','\xf8','\x3e','\x0d','\x07','\xc1','\x6e','\x2a','\x95','\x12','\x1c','\x2f','\x93','\x63','\x11','\x30','\x9e','\x83','\x73','\x01','\xce','\xcf','\x38','\xbf','\x05','\x70','\xd1','\x6e','\xb7','\xf5','\x75','\x6f','\x2b','\xc2','\x55','\x12','\x11','\x68','\x12','\xb9','\xb7','\x50','\x49','\x6c','\x6a','\xc9','\x7a','\x77','\x14','\x49','\xeb','\xee','\x19','\x6b','\xd0','\x2f','\xf0','\xac','\x0b','\xc2','\x5b','\xaa','\xd2','\x17','\xfd','\xb0','\x89','\xb0','\x8e','\x12','\x76','\xfd','\x33','\xc8','\xfd','\x01','\xeb','\xe3','\x8d','\xe6','\x96','\xf1','\xa9','\x06','\xc7','\x8f','\x09','\xa5','\x4e','\x12','\x35','\xee','\x3c','\x50','\xed','\x22','\xae','\x3f','\xef','\x8a','\xb4','\xca','\x64','\xaa','\x54','\x72','\x71','\xc9','\x95','\xe7','\xdd','\x5d','\xd4','\x7d','\x98','\xd6','\x7f','\x27','\x7d','\xf9','\x62','\xfa','\x72','\x57','\xfa','\x72','\x3c','\x3d','\x4f','\xd2','\x73','\x24','\x4d','\x80','\xb2','\x4c','\x7c','\xc4','\x48','\x46','\x22','\x03','\xd2','\xba','\x7d','\x51','\xe9','\x98','\xf2','\xd6','\xed','\xf7','\x32','\xab','\x2d','\x6c','\x23','\xcc','\xfa','\x64','\x4b','\x9f','\xd1','\xfc','\xf6','\x7e','\x67','\xbc','\xf4','\x22','\x16','\xce','\x82','\xed','\xb3','\x6e','\xe3','\x27','\xc2','\x08','\x16','\x76','\x14','\x93','\x8e','\x66','\x17','\x41','\xfe','\x1c','\x12','\x99','\x94','\x3d','\x04','\x1d','\x66','\x2b','\x7a','\x47','\x97','\x1f','\xaf','\x90','\x87','\x73','\xe4','\x0b','\x39','\xf2','\xe2','\x51','\xd2','\x45','\x80','\xb6','\xfc','\x30','\x61','\x4d','\xd7','\xe6','\xeb','\x6d','\x59','\xb8','\x8a','\x23','\x22','\x49','\x0a','\x97','\x6f','\xb1','\xf1','\xe9','\x2e','\x25','\x57','\xb4','\x98','\xcd','\x79','\x6f','\xe0','\x67','\x32','\x8d','\xd3','\x8b','\x38','\x3b','\xfd','\xee','\x90','\xf0','\x2e','\xf5','\xdb','\xf0','\x44','\x7e','\x3b','\x4e','\x2a','\x01','\x26','\x12','\x22','\xa9','\xc0','\xd1','\x34','\x47','\x72','\x51','\x52','\x97','\x92','\x08','\x2d','\xd7','\x23','\x24','\x37','\xc9','\xf1','\xc2','\x54','\x84','\x36','\x7e','\x5d','\x62','\xbb','\xf9','\xe2','\xf7','\x0e','\x7c','\x67','\x76','\x4c','\x63','\xee','\xb8','\x8e','\x45','\x11','\x48','\x12','\x71','\x98','\x99','\xb4','\x55','\xbc','\xbb','\x8c','\x3e','\x13','\x46','\xb0','\x4f','\xd9','\x7c','\xfd','\x03','\xc6','\xf7','\x61','\x9c','\xe2','\xc7','\x96','\x12','\x27','\x38','\x9e','\xc5','\xeb','\xf0','\x1f','\xca','\x90','\x2e','\x87','\x7b','\xdd','\xf8','\xed','\x7c','\x40','\x3d','\x36','\xda','\x6f','\xa3','\xa9','\x8b','\x68','\x6d','\xf1','\x2c','\x25','\xc4','\xd3','\xb9','\x8e','\x69','\x9d','\x7d','\x72','\xc1','\xa9','\x0b','\x2b','\x96','\x66','\x43','\x7b','\xd6','\xaf','\xe7','\x3b','\x44','\xc6','\xc1','\xff','\x32','\xed','\x51','\x62','\x3d','\xfc','\x7d','\x83','\xbc','\x5d','\x1c','\x39','\x5d','\x8d','\x4c','\xa3','\xdd','\x53','\xf6','\x5b','\xbc','\x9e','\xa4','\x0b','\xf5','\x24','\xd8','\x00','\x10','\x4a','\xe2','\x94','\xf8','\xf3','\x5d','\x84','\xfa','\x15','\x0a','\x7c','\x2c','\xce','\xc4','\xd5','\x6b','\x18','\x0d','\xec','\x40','\x83','\xf1','\x8b','\x99','\x87','\x49','\xf6','\x0b','\x24','\xfb','\xcd','\x38','\x8d','\xfb','\xf3','\xf1','\x0a','\xe5','\x50','\x6b','\x9c','\xe2','\xf3','\x80','\xb0','\xbb','\x02','\xf8','\x59','\xeb','\xcf','\x7b','\x3b','\x2a','\xc4','\xbf','\xd9','\x10','\x2a','\x44','\x24','\x40','\x52','\xb2','\x11','\x2e','\x13','\x5c','\x43','\xbb','\x67','\x19','\xdf','\xf0','\x7f','\x90','\x2d','\x76','\x54','\x8b','\x1d','\x33','\x55','\xc6','\x19','\x70','\x67','\x19','\x8f','\x44','\x71','\x08','\xe3','\x30','\x13','\x12','\xdc','\x31','\x2e','\x38','\x07','\x58','\x0c','\xfc','\x57','\xc3','\xab','\xb1','\xd8','\x91','\x69','\xe9','\x67','\xd3','\x7e','\x21','\xc8','\xcb','\x99','\xf8','\xc5','\xe3','\x13','\x15','\x82','\xd3','\x33','\x1b','\xef','\xc4','\x1d','\x97','\x9a','\xfe','\xb2','\x23','\x54','\x1c','\x91','\x38','\x22','\x24','\x06','\x72','\xc2','\x15','\x07','\x2f','\x3b','\xbb','\x2f','\x79','\x30','\x5f','\xe5','\x12','\x5e','\x32','\xf1','\xf5','\x22','\x67','\xa4','\xe6','\x26','\x4a','\x30','\x3d','\xdd','\xf7','\xd7','\xe4','\xce','\x54','\x59','\xb4','\x7c','\x69','\xff','\x69','\x46','\xf8','\xf3','\xaf','\xc8','\x87','\xcf','\xc7','\x0f','\x9f','\x7f','\xf8','\xf0','\xf9','\x2f','\x1c','\x3e','\xff','\xe2','\x6f','\xff','\x9f','\xbb','\x18','\x15','\xaa','\x64','\xff','\xe9','\x8d','\x74','\x96','\xec','\x2f','\xaf','\x9d','\x47','\x69','\x7e','\x07','\x9b','\xf1','\x05','\x47','\xb8','\xd4','\x6c','\xc9','\x1d','\xb6','\xbf','\x02','\xb9','\xc3','\xda','\x23','\xa2','\x1f','\x4c','\x03','\x80','\x0f','\xae','\x32','\x71','\x93','\xc3','\x09','\x8a','\xbb','\x02','\x00','\xdf','\xd7','\xb0','\x14','\xc5','\x27','\xa5','\x84','\x8a','\xd8','\x94','\x32','\x43','\x85','\x98','\x52','\xd7','\xc8','\x12','\x5b','\x39','\xa2','\xd5','\x04','\x4f','\x83','\x1e','\x10','\xb8','\x3b','\xd2','\x4e','\xfc','\x65','\xe7','\x61','\xcd','\xfb','\x42','\xda','\xf9','\x26','\x2b','\x5f','\xf1','\xd8','\xaf','\xbc','\xf1','\xe5','\xd5','\x5e','\x04','\x04','\xfd','\xb2','\x5a','\x49','\x6f','\xbb','\xb4','\xa6','\x3f','\x2f','\x89','\x81','\x9b','\x86','\xd6','\xec','\xa0','\x68','\xc7','\xbc','\xd4','\xa5','\xf9','\xfb','\x1e','\x4a','\xfd','\xce','\xd7','\x52','\xdf','\xfc','\x5a','\xaa','\xeb','\xf3','\x29','\xf2','\xc5','\x26','\x79','\x33','\x45','\x2e','\xa4','\xe2','\xf1','\x14','\x09','\x08','\x64','\x3a','\x4e','\xec','\xc1','\x44','\x6b','\x92','\x41','\x4c','\x78','\x96','\x5a','\xbf','\x88','\xc5','\x22','\x96','\x8e','\x79','\xd2','\xed','\x1a','\xae','\xbb','\x3b','\x78','\xfc','\xce','\xc3','\x96','\xff','\x3b','\x23','\x6f','\x5c','\x1c','\x79','\xa3','\xab','\xb0','\x1c','\x1f','\xbd','\x4e','\x8a','\x35','\x32','\x76','\x83','\x1c','\xaf','\x92','\x52','\x75','\x35','\xae','\x67','\xfd','\x7a','\x16','\x66','\xc9','\xa3','\x37','\xbc','\x49','\x7e','\x82','\x3c','\x12','\x6b','\x58','\x76','\x15','\xdc','\xb0','\xc3','\xee','\x48','\x74','\xd9','\xaa','\xbc','\x6e','\xa2','\x2a','\x0f','\x35','\xa6','\xe8','\xfa','\x49','\x71','\xc6','\x05','\x16','\x1d','\x77','\xc5','\xba','\x95','\xb4','\xbb','\x99','\x34','\x84','\x6a','\xe0','\xa4','\x12','\x0e','\x2a','\x19','\x6f','\xf1','\xd9','\x22','\x4c','\x36','\x98','\x3e','\x2d','\xf1','\x95','\xb9','\x23','\xd9','\x00','\xfe','\x83','\xd0','\x17','\x54','\xfc','\x4d','\xad','\x19','\x7f','\xc5','\x60','\x44','\x32','\x1b','\x89','\xc7','\x8b','\x25','\x82','\x41','\xe6','\x79','\xd5','\xba','\xf6','\x7a','\xfe','\x3c','\x12','\x69','\x08','\xf8','\x6a','\xa6','\x17','\x67','\xfa','\x76','\x64','\xee','\x8d','\xbf','\xb2','\xfc','\xb0','\x16','\xfb','\xc2','\xa0','\xf4','\x22','\x25','\x5d','\x8c','\x9e','\xf2','\x21','\xb2','\xb5','\x48','\xc8','\x41','\x02','\x49','\x06','\x6d','\x12','\x07','\xc0','\x24','\x9a','\x60','\x22','\xe8','\x60','\x93','\xf4','\x41','\xae','\x82','\xae','\x2c','\xf6','\x5f','\xf5','\xc4','\xb6','\xef','\x0d','\x16','\xbd','\x1d','\x59','\x39','\xfe','\xf3','\xe8','\xc3','\x59','\xfc','\x85','\xec','\xa1','\x6f','\x66','\x69','\xfc','\x55','\x12','\x7f','\xb5','\x9f','\x64','\x5f','\x27','\x7b','\x25','\x92','\x41','\xe4','\x38','\x8a','\x5f','\xf3','\xc9','\x42','\x93','\xd8','\xdc','\xad','\x69','\x7f','\x93','\x58','\x36','\xd1','\xeb','\x5d','\xfa','\x92','\xaf','\x37','\x45','\xdd','\x95','\x0e','\x55','\xa5','\x23','\x3e','\x3e','\x24','\xc9','\x87','\x96','\xba','\x0e','\x79','\x9f','\x3d','\x72','\xf5','\x0b','\x87','\xfc','\x6f','\x1e','\x9a','\x8c','\x1f','\x42','\xe4','\xd7','\x72','\xe4','\xef','\xe6','\xc9','\xd7','\x29','\xf9','\x7a','\x26','\x9e','\xc9','\xc4','\x53','\xd9','\x5d','\xc3','\x80','\xb2','\x95','\x90','\x75','\xe2','\x95','\x88','\x6c','\x12','\x79','\x78','\x97','\x7c','\xd5','\x3f','\x34','\x2d','\xfd','\xcf','\xbe','\x74','\xf8','\x7d','\x00','\xe5','\xdb','\x9f','\x89','\xef','\xf7','\xbb','\x0e','\x67','\x3e','\xfb','\x51','\xe6','\x0b','\xdf','\xcf','\xbc','\xb8','\x23','\xd3','\xb5','\xa3','\xd9','\xb5','\x23','\x03','\xe0','\x8f','\x64','\x80','\x90','\x0c','\x50','\xd6','\x8f','\xbf','\x77','\x8b','\x8c','\x88','\xeb','\xf5','\x55','\x08','\x3e','\xb5','\xdd','\x08','\xa2','\xf8','\xd6','\x45','\xba','\x18','\xbd','\xe1','\x7f','\x10','\xec','\x59','\xe0','\x42','\xab','\x4e','\x14','\x4c','\xf5','\x3d','\x9d','\x8b','\x89','\xe6','\xc3','\x82','\xbd','\x88','\xeb','\xe2','\x76','\x7c','\x4c','\x12','\x20','\x07','\xd3','\xda','\x81','\xe4','\xb3','\x95','\xd2','\xff','\x9f','\xb4','\xff','\x01','\x6f','\xe3','\x3a','\xef','\x44','\xe1','\x03','\x0c','\x72','\x30','\x92','\x0f','\x89','\x21','\xe5','\x75','\x0e','\x48','\x44','\x18','\x82','\x10','\xa4','\xe8','\xea','\xd6','\x03','\x50','\xa5','\x98','\x58','\x57','\x33','\x14','\x59','\x58','\x72','\xa0','\x48','\x4d','\xeb','\xae','\xda','\xcd','\xd7','\x0c','\xfe','\x78','\x28','\x2b','\xb4','\x05','\x3b','\x7d','\x7c','\xd5','\xbd','\x5a','\xce','\x50','\x64','\x21','\x3a','\x81','\x2d','\x9a','\x76','\x5d','\xc8','\xf6','\x46','\x6c','\xea','\xf5','\x66','\x73','\xf3','\xb5','\xb4','\x93','\xa7','\xeb','\xdd','\xed','\x46','\xc3','\x3f','\x85','\xe8','\x14','\xb1','\x94','\xa4','\xdf','\xae','\x9c','\xe6','\x56','\x50','\xe4','\x95','\x9d','\xad','\xf6','\x33','\x1d','\xe5','\x53','\xe0','\x78','\x32','\xf3','\x9d','\xf7','\x00','\xa4','\x24','\xdb','\x71','\xb2','\xf7','\xda','\xbf','\xe7','\x3c','\x2f','\x21','\xf0','\xf0','\xfc','\x79','\xcf','\x7b','\xde','\x33','\xf3','\x9e','\xdf','\x3b','\x42','\xab','\xbd','\xcf','\xa8','\x0b','\xdf','\xc6','\x81','\x57','\x83','\xcb','\x41','\x57','\x11','\x8a','\xbf','\x6c','\xde','\xd7','\x92','\x14','\xf7','\xa6','\xbb','\xbb','\xfb','\xbd','\x2f','\xdd','\x21','\x08','\x18','\x07','\xdb','\x71','\xf7','\x23','\xe4','\x0b','\x89','\x75','\xbd','\x38','\x6c','\x59','\x77','\x21','\xfb','\xb3','\x1d','\xe4','\xd9','\xa8','\x1b','\xae','\xc0','\xdb','\x51','\xd0','\x08','\xd0','\x93','\xd6','\x4b','\xaa','\xa6','\x0c','\x7e','\x66','\xc7','\x14','\xc8','\x1d','\x53','\xdd','\x1d','\x5f','\x84','\x87','\x00','\x1d','\x53','\x98','\x21','\xda','\x60','\xeb','\x77','\x9d','\xea','\x84','\xff','\x7c','\xf2','\xae','\x9e','\xc9','\xcf','\xaa','\xce','\xb3','\x02','\x0a','\x97','\x80','\xcf','\x01','\x7e','\x9b','\x0e','\x50','\xb5','\x48','\x93','\x75','\x2a','\xfc','\x0d','\x6d','\x6f','\xa7','\x45','\x1c','\x49','\xa7','\xa9','\x69','\x52','\x56','\xa6','\xd3','\xdd','\xe9','\xb4','\xe7','\x8e','\x71','\x5a','\x26','\x76','\xdc','\x75','\x48','\xb2','\xfc','\xde','\x75','\xfa','\x22','\x2c','\xd5','\x0f','\x5e','\xa7','\xfe','\x00','\xed','\x39','\x01','\xfb','\x3b','\xa9','\x75','\x13','\xd1','\xb3','\x24','\x41','\x75','\x30','\x67','\xda','\x84','\x7a','\x54','\x58','\xe0','\x77','\x25','\xcb','\x50','\x0f','\x97','\xc3','\xe3','\x1f','\x50','\x09','\xbd','\xf5','\x39','\x76','\xdb','\xf4','\xf7','\xbc','\x8b','\x9e','\x0f','\x96','\x7c','\x40','\x08','\x36','\x70','\x40','\x0c','\x4c','\x8a','\xe4','\x6c','\xe3','\x63','\x16','\xfa','\x0d','\x09','\x7f','\xe7','\xb4','\x07','\xce','\xe1','\x6a','\xb8','\x6f','\xeb','\xd9','\x54','\x4b','\xc6','\xb2','\x5d','\x57','\xeb','\x35','\xb8','\x4d','\x60','\x4b','\xca','\x12','\x55','\x17','\x15','\xc5','\x97','\x00','\x42','\xa4','\xba','\xcd','\x2f','\x11','\xd4','\x0e','\x9e','\x73','\x5b','\x97','\x08','\x7e','\xd8','\x72','\x81','\x7c','\x0b','\x52','\xf0','\x38','\xfd','\xd8','\xb8','\x72','\xc9','\xb2','\x7d','\xcf','\x1d','\x8d','\xd6','\xd5','\x10','\x6a','\x07','\x72','\x0b','\x66','\x37','\x58','\xdb','\x7a','\x4a','\xcc','\xd4','\x78','\x97','\x4a','\x42','\x76','\x12','\x7f','\xec','\xe5','\x26','\x71','\xc4','\xba','\x8f','\xbd','\xcc','\x3a','\x72','\x17','\xc2','\x9f','\x35','\xbd','\x67','\x7d','\x56','\xf8','\xcf','\x71','\xf8','\x8c','\x47','\x53','\xe9','\x5b','\xf1','\x87','\x6c','\xaf','\x8b','\xf4','\xca','\x54','\x7d','\x99','\xc6','\x15','\x86','\xee','\x78','\xc2','\x3b','\x63','\x0a','\x3d','\x1a','\xee','\xb1','\xb0','\x0a','\xfc','\x9b','\xeb','\xe2','\x66','\xf8','\x79','\x74','\x97','\x6a','\x7d','\x56','\x46','\xcf','\x22','\x04','\xf6','\xf0','\x7d','\xeb','\x3d','\xdc','\x5c','\xef','\x03','\x70','\x6b','\x97','\x2a','\x0a','\x43','\xf7','\x76','\xd9','\x73','\x5f','\x10','\x14','\x0f','\x33','\x57','\x8a','\x33','\xed','\xae','\x77','\xdd','\x6e','\x54','\xfd','\x24','\xaa','\x7e','\x76','\xb8','\xfa','\xcc','\x98','\xdb','\x3d','\x5c','\x65','\xa0','\x00','\x97','\x0e','\x23','\x7a','\x6c','\x0f','\xe4','\x9f','\x45','\x8b','\xd4','\x27','\x44','\x82','\x03','\x14','\xa7','\x40','\x15','\xb1','\xd2','\x8d','\x15','\xcf','\x42','\x82','\xea','\xe2','\x58','\x8c','\x01','\xec','\x33','\x92','\xc2','\x56','\xed','\x2e','\x79','\xe9','\xb3','\xaa','\xf7','\xac','\x62','\x87','\xe7','\x96','\xc2','\x73','\x69','\x1a','\xcb','\x50','\xf5','\x28','\xd5','\x63','\x54','\x7b','\x98','\x0e','\xfe','\x80','\x3e','\x1e','\x0a','\x23','\x21','\x12','\x29','\xf1','\xfb','\x2a','\x55','\xea','\x55','\xd9','\x9f','\xf6','\x86','\x5d','\x21','\x51','\xc5','\xf1','\x2a','\x16','\x61','\xdf','\x5c','\xef','\xb9','\xdd','\x52','\xf5','\x93','\x52','\xf5','\xb3','\x52','\xf5','\x19','\xb7','\xda','\x2d','\xb9','\x61','\x66','\xf4','\x06','\x2a','\xb4','\xff','\x02','\xfd','\xcc','\x0f','\xe8','\xf4','\x33','\x61','\xe9','\x59','\xda','\x11','\xa5','\x9d','\xed','\x91','\xdd','\x5c','\x0f','\x73','\x69','\x86','\xee','\xb1','\x31','\xef','\x47','\x69','\x21','\x97','\xc6','\x63','\x63','\x58','\xc7','\x24','\x8b','\xd7','\x1d','\xb9','\x1e','\xbe','\x84','\xef','\x3a','\x72','\xfd','\xb3','\xf7','\xdf','\xf1','\xcc','\x91','\xeb','\xdd','\xf7','\xdf','\xd1','\x7d','\xe4','\x3a','\xd0','\xe2','\x8d','\x54','\xe9','\x7d','\xfd','\xf4','\xfe','\x3b','\xe8','\x43','\x98','\x66','\x77','\x41','\x68','\x95','\x5f','\xa4','\x3d','\xed','\xb4','\xa3','\x4c','\xc3','\x95','\xee','\xb6','\x8a','\x57','\x96','\x04','\x94','\xc0','\x26','\xf0','\xb4','\x90','\x76','\x69','\x1d','\xf9','\x6c','\xf8','\xd4','\x5b','\x77','\xed','\x28','\x7d','\x76','\xd0','\x7a','\xd6','\x57','\x09','\x9f','\x76','\x5a','\x7a','\x68','\xde','\xa4','\x87','\x21','\x0b','\x12','\x6a','\xc3','\x7f','\x37','\xdd','\x4f','\x69','\x52','\x20','\x2e','\xde','\x12','\x84','\x73','\x03','\x4d','\x77','\x0e','\x7d','\x00','\xd6','\x2a','\xb9','\xf9','\x77','\x3f','\x3c','\x23','\xde','\xfb','\x2f','\xd9','\xf1','\x2b','\x27','\x1f','\x5c','\x4f','\x00','\x62','\xd1','\x2d','\x95','\x7d','\x9e','\x26','\xea','\x59','\x57','\x1e','\x96','\xd5','\x6f','\x0f','\x60','\xbf','\xe2','\xbd','\xad','\x13','\x9f','\x1e','\xb2','\x6d','\x91','\x69','\xf8','\xfc','\x9c','\xb4','\x18','\xdd','\x5c','\x6d','\x9f','\xaf','\xe0','\xb5','\x7a','\xde','\x73','\xd1','\xaf','\x43','\x84','\x0b','\xda','\x1d','\x44','\xeb','\x08','\x39','\x51','\xa2','\x05','\x88','\x66','\x9e','\x73','\x86','\x33','\xda','\x70','\x26','\x6d','\x9e','\xf3','\x02','\x08','\x07','\xd6','\xbf','\xe0','\xfd','\xe0','\x2f','\x03','\x29','\x12','\x50','\x8e','\x05','\xa0','\x41','\x75','\x31','\xda','\x08','\x39','\x6c','\x03','\x92','\x99','\x59','\xe1','\xcc','\x74','\x78','\x18','\x8d','\x9c','\xf0','\xae','\xfd','\x32','\xa2','\x1e','\x78','\x3c','\x38','\xe1','\x47','\x97','\xfd','\x37','\xdf','\x43','\xbc','\xe5','\xfd','\x69','\x8d','\x86','\xde','\x6a','\xac','\xc5','\xa8','\xb4','\xde','\xa8','\xd6','\xa8','\x79','\x15','\xf8','\xe1','\x01','\xe7','\x1a','\xfa','\x92','\xae','\x9f','\xd5','\xf5','\xaa','\x6e','\xbe','\x9a','\xd3','\x6b','\x39','\x9d','\xe6','\x51','\xf3','\xbd','\x43','\x80','\xa0','\x1d','\xae','\xb7','\x4a','\xb4','\x98','\xb8','\xdb','\xe9','\x37','\x08','\x43','\x22','\xcd','\x71','\xb7','\xf3','\xc8','\x15','\xf2','\x7b','\x2f','\x90','\x3f','\xfc','\x6b','\xf2','\xb9','\x7e','\x52','\x0a','\x3a','\x70','\x57','\x3d','\xa5','\x04','\x17','\xe7','\xdc','\x60','\xaa','\x88','\x53','\x1a','\xe9','\x43','\x54','\x45','\xfa','\xc6','\xf6','\x00','\x21','\x77','\xbb','\xe4','\x11','\x20','\xe3','\x37','\xaf','\x10','\x72','\xd6','\x21','\x25','\xd2','\xc6','\xd0','\x0f','\x37','\x02','\x98','\x6f','\xcc','\x4e','\x8d','\x52','\x95','\xa8','\x57','\xc8','\xc1','\x2a','\xa9','\x9c','\x75','\xa8','\xad','\x44','\x17','\x14','\xba','\x38','\x47','\xcf','\xa6','\x68','\x35','\x15','\xad','\x41','\xfa','\x0e','\x56','\x0f','\xa7','\x3a','\x76','\xf1','\x04','\x44','\xa5','\x92','\x2f','\x40','\xf4','\xb5','\xd2','\x4d','\xce','\x5d','\x86','\x90','\x54','\x86','\xe1','\x6e','\x67','\xec','\x49','\x32','\xcc','\x71','\x0c','\x4a','\x67','\x78','\x5a','\x39','\xf6','\x84','\x32','\xfc','\xc4','\xdc','\x70','\x47','\x6a','\x78','\x43','\x6a','\xf8','\xe1','\xbe','\xcf','\x6e','\x57','\x33','\xe2','\xc6','\x60','\x80','\x18','\xff','\x3b','\xc4','\x94','\x36','\x61','\xbe','\xc1','\x83','\x09','\x79','\x63','\x98','\x20','\x9f','\x75','\x58','\x4b','\xd6','\x32','\x20','\xa8','\x67','\x1d','\x64','\x29','\xf2','\x82','\x12','\x9e','\x98','\x5b','\x17','\x4c','\xf9','\xae','\xa4','\x3c','\xd2','\x77','\x94','\xaa','\x9a','\xbe','\x91','\x2c','\x10','\x71','\xc2','\x35','\xaf','\xb1','\x12','\xa0','\x5e','\x76','\x9a','\x82','\xf7','\x2e','\xf1','\x0b','\x0c','\x8e','\x7a','\x99','\xc4','\x7a','\x01','\x5c','\x70','\x62','\xb2','\x12','\xeb','\x51','\xbc','\x77','\xe6','\xe4','\x9e','\x97','\xe4','\x9e','\x94','\xdc','\xdb','\xd7','\xf3','\x23','\x55','\xae','\x6d','\x6c','\xf1','\x75','\xff','\xf5','\x0d','\xbe','\x6e','\x8d','\xb5','\xea','\x7a','\xab','\x79','\xc6','\x08','\x5c','\x79','\x68','\x5d','\xf6','\xe4','\xf7','\x1d','\xd8','\x38','\x9b','\x3f','\x52','\xb0','\x30','\x87','\x83','\xa9','\xe0','\x4d','\xed','\x41','\x16','\xda','\x60','\xd3','\x8d','\x71','\xf0','\x7f','\xa2','\x71','\x7e','\xfd','\x2d','\x4e','\xa3','\xb4','\x71','\x30','\x4e','\x0f','\xa2','\x2e','\xd3','\xf3','\x34','\x84','\xcf','\x7a','\xaf','\x57','\x81','\x7c','\xec','\xe6','\xb7','\x6c','\xb9','\xa0','\xf7','\x23','\xae','\x42','\x42','\x88','\xeb','\x8f','\x56','\x40','\xe6','\x75','\xcc','\x3e','\xcd','\x05','\x90','\xf9','\xa6','\xa8','\x7f','\xc1','\xd1','\x75','\x64','\xbe','\xe1','\xe6','\x02','\x33','\x0c','\xe6','\xcf','\x5c','\xfd','\x7d','\x97','\x58','\x5b','\x57','\x59','\x27','\xfc','\xbe','\xcb','\xfe','\xe0','\x44','\xeb','\xde','\x9f','\x70','\x9c','\x08','\xdd','\x2e','\xf3','\x67','\x99','\xdb','\xa3','\x5e','\x63','\x73','\xe4','\x98','\xef','\x92','\xe1','\x2f','\x91','\x83','\xff','\x44','\xb4','\xdb','\x88','\xf9','\xae','\x83','\xf8','\xe7','\xf2','\x86','\x66','\xe9','\xa8','\x2b','\x8a','\xdc','\xa1','\xa8','\x6f','\xcf','\x49','\xe3','\x2f','\x45','\xf2','\xcc','\xdf','\xe8','\x53','\xfa','\x55','\x9b','\x6c','\x8c','\x3c','\x4c','\x68','\x1e','\xea','\xa1','\x79','\xc0','\xb1','\x77','\x1d','\x56','\x09','\xc3','\xb1','\x77','\x49','\x87','\x40','\x3e','\xb6','\xe8','\x84','\x9f','\x24','\xea','\xbb','\x24','\x29','\x90','\x87','\x7a','\xc9','\x99','\x6b','\x4e','\x12','\x29','\xc9','\x1e','\xa8','\x27','\xe9','\x7b','\x29','\xe9','\x4b','\x25','\x37','\xf4','\xa9','\x3f','\x57','\x95','\xc0','\x46','\x09','\x91','\xf0','\xe4','\x58','\xf4','\xec','\x9b','\x1d','\x93','\x62','\x32','\xb0','\xdc','\x1b','\x58','\xde','\x5d','\x58','\x3e','\xf3','\xd3','\xe5','\x54','\xa1','\x05','\xf5','\xf5','\x9b','\xe5','\x9a','\x52','\x58','\x62','\x90','\x0b','\x7f','\x2f','\x17','\xfe','\x8b','\x3e','\x7a','\x5d','\xfb','\xfc','\x3f','\x0c','\xfd','\xf8','\x19','\xeb','\x3c','\x5b','\x68','\xd6','\x5d','\x02','\xe9','\xeb','\xdd','\xd5','\x77','\xad','\xde','\x27','\xf8','\x01','\xd7','\x04','\x4f','\xf0','\x8e','\x8e','\xbb','\x83','\x36','\x12','\x3c','\x2b','\x28','\x20','\x12','\x80','\x17','\x0a','\x35','\xee','\x5e','\xf0','\x57','\xa8','\x2d','\xa1','\x79','\x83','\x41','\xf1','\x35','\x34','\x1e','\x37','\xc8','\xdb','\xb3','\xd2','\x51','\x52','\x92','\x58','\xe9','\xc5','\xca','\x6e','\x43','\x39','\x73','\x5d','\x49','\x19','\xfd','\xa9','\x11','\x2f','\x65','\x28','\xea','\x15','\x26','\x37','\x21','\xa9','\x57','\xba','\x14','\x03','\x20','\x9b','\xdf','\x96','\x1f','\x6c','\xd7','\x0f','\xb5','\x6b','\xba','\x31','\xf4','\xd6','\xcf','\x2c','\x5b','\x90','\xd8','\xce','\x32','\x15','\x89','\x56','\x69','\xc7','\x04','\x4d','\x0a','\x4a','\x2f','\x4a','\xec','\x3e','\xe2','\x9d','\x59','\xb1','\x53','\x7a','\x13','\x35','\x7e','\x0d','\xa4','\xf5','\x23','\x24','\x92','\x38','\xe2','\x29','\xba','\x2d','\x73','\xe8','\x3c','\x09','\xef','\x50','\xdd','\xb6','\x6c','\x5b','\x16','\x51','\x5f','\x3b','\x52','\xcb','\xa4','\x2f','\xe4','\xc6','\x28','\xca','\x7d','\xb4','\x31','\x9c','\xa0','\x67','\x4a','\x34','\x7e','\xa2','\x11','\x67','\x65','\x89','\xaa','\x4c','\xb0','\x70','\xfc','\x8c','\x17','\x2f','\x21','\x75','\x12','\xcb','\x27','\x3d','\xf9','\xd1','\x84','\xfc','\xa4','\x21','\xff','\x28','\xad','\x4f','\xbe','\xaa','\x55','\xca','\x77','\x4f','\xec','\x64','\xb6','\x5f','\xe6','\x09','\xe6','\xd4','\x97','\x20','\xb5','\x5c','\x2c','\x95','\xc9','\xa9','\xce','\xf0','\x76','\x72','\xe6','\x04','\x8a','\x97','\x70','\xfc','\xa4','\x17','\x7f','\x14','\xab','\xa7','\x70','\xfc','\xf4','\x95','\xf8','\xbf','\x4b','\xc4','\x1f','\x4d','\xa8','\xac','\x86','\x93','\x57','\xe4','\x71','\x2c','\x8f','\xa7','\xe5','\x71','\x43','\x3f','\xf3','\x97','\xda','\x73','\xe4','\xee','\x69','\xa8','\x07','\xcd','\xdb','\xe6','\x25','\x1e','\x08','\xcd','\xc0','\x73','\x94','\xb7','\xe4','\x79','\xcb','\xbc','\x54','\x47','\xbe','\x97','\x91','\xef','\x71','\x34','\x7f','\xc2','\xbc','\x34','\xd1','\xfc','\x5c','\x83','\xcf','\x2d','\x7d','\xfe','\x06','\x4c','\x5e','\x0a','\x3c','\x5f','\x24','\xf7','\xc0','\x90','\xaf','\x84','\xbd','\x73','\x5e','\xf3','\xf1','\x99','\x40','\x91','\x39','\x4d','\xd1','\x9d','\xcc','\x56','\x17','\x05','\x54','\x37','\xc7','\xd9','\xe4','\x59','\x28','\x88','\x86','\xda','\x91','\x59','\xf6','\xe7','\xe9','\x2a','\x36','\x06','\xcd','\x10','\x3b','\x7e','\xba','\x6c','\x07','\x33','\x2d','\xc2','\x2f','\x98','\xc0','\x13','\x1b','\xcf','\xe6','\x97','\x40','\x9b','\x69','\xac','\xe1','\x42','\x68','\x15','\x45','\xbd','\x55','\x19','\x30','\xc4','\xe5','\x3c','\xba','\x01','\x93','\x97','\xad','\x7a','\xa2','\xbf','\xac','\x9e','\xf7','\xca','\xef','\xab','\xa7','\x6a','\xaa','\x5e','\x9e','\x39','\xde','\x81','\xa2','\x79','\x42','\x47','\x18','\xe0','\x2b','\xe9','\xde','\xab','\x05','\x44','\x46','\x10','\x31','\x04','\x32','\x6a','\x3e','\x77','\x08','\x45','\x8a','\x68','\x9b','\x2e','\x64','\x74','\xb3','\xac','\x23','\x02','\x18','\x22','\x20','\xe7','\x49','\x6e','\x15','\x79','\x93','\x98','\x79','\x02','\xf1','\xa2','\xe6','\x69','\x17','\xc8','\x39','\xb0','\xe2','\x2b','\x29','\x5e','\x55','\x69','\xca','\x02','\x56','\xcc','\x52','\x3f','\x7f','\xc7','\xc1','\xc6','\x67','\xc5','\xb4','\x56','\x90','\x6f','\x8e','\x61','\x48','\x50','\xcc','\x09','\x25','\x8f','\x81','\xe7','\x38','\x4f','\x95','\xbc','\xae','\x98','\xbe','\x95','\x3c','\xb3','\x24','\x3e','\xdb','\xf4','\xb5','\xe6','\x48','\xe8','\x29','\x79','\x67','\xbc','\x66','\x32','\x5d','\x9c','\x2c','\x99','\x20','\xa4','\x51','\x5f','\x02','\xa7','\x12','\xe6','\xf6','\x7e','\x34','\xd0','\x8f','\xf8','\x9d','\x00','\x13','\xae','\x05','\xdc','\xc0','\x98','\xb2','\xcb','\x50','\x08','\x9b','\x28','\x93','\x4d','\x15','\xbc','\x4b','\x85','\xe7','\xac','\x9e','\xc5','\x77','\xeb','\x9e','\x0a','\x56','\x2f','\x98','\xc9','\x0a','\xe2','\xc0','\xc9','\x4a','\x4b','\x56','\x2b','\x43','\x4c','\xb6','\xd8','\xa6','\x75','\x03','\x26','\x6a','\xe4','\x81','\xf0','\xdd','\x36','\xc7','\x5b','\xed','\x81','\x27','\x2d','\xf3','\x25','\xe8','\x0b','\x7f','\x8e','\xbd','\xf6','\x39','\xc8','\x4f','\x94','\x61','\x2e','\x28','\x19','\xa2','\xc4','\xac','\x90','\x56','\xda','\x50','\x9e','\x39','\xd4','\xe4','\x82','\x20','\x52','\xf3','\xa4','\xc3','\xd3','\x02','\x50','\x5f','\x19','\xb2','\x8a','\x34','\x65','\x81','\x9d','\x4f','\xcb','\xab','\x32','\xa1','\x2d','\x39','\xd4','\x18','\xe2','\x72','\x9e','\xac','\xa1','\xcb','\x34','\xf9','\x7c','\xf9','\x10','\xe8','\x58','\xb3','\x3d','\x90','\xf0','\x48','\x42','\x7e','\x91','\xed','\x38','\x42','\xe0','\x11','\xf3','\xcc','\x59','\xb4','\x11','\x5e','\xb4','\x81','\x6e','\x4c','\x71','\x1d','\x23','\x84','\xed','\x72','\x66','\x99','\xac','\x46','\x1f','\x93','\x7c','\xc8','\x31','\xb9','\x80','\xd9','\x7c','\xa1','\x5d','\xa8','\x63','\x05','\x45','\xeb','\x02','\xd5','\xbd','\x8a','\xce','\x1f','\x73','\x41','\x6c','\x80','\x49','\x0d','\xe0','\x62','\x6a','\xc9','\xad','\xcf','\xd3','\x54','\x31','\xa3','\x29','\xe3','\x18','\x37','\x24','\x72','\x97','\xe1','\x3b','\x3d','\xe6','\x9d','\x33','\x10','\x7e','\x7f','\xfc','\xf3','\x9a','\x07','\xb5','\x76','\x97','\x1c','\xdd','\xa0','\x0e','\x6b','\x09','\xab','\x84','\xf9','\x37','\xee','\x53','\x63','\x19','\x33','\x85','\x6c','\x5e','\x27','\x12','\x94','\xba','\x37','\x67','\x23','\x65','\x09','\xa5','\xce','\xe2','\x54','\xd5','\x4c','\x55','\x51','\xff','\x12','\xea','\xaf','\xe1','\xfe','\x65','\x13','\xee','\xbc','\xda','\x28','\x39','\x9b','\xee','\x99','\x35','\x7b','\xe6','\x8c','\xbc','\x64','\x0c','\x51','\x23','\x1d','\x31','\x26','\x43','\x63','\x62','\x3b','\xdc','\x14','\x11','\x91','\x09','\xcf','\xc4','\x15','\x14','\x6d','\x40','\xbf','\x58','\x3d','\xb2','\x85','\x06','\x31','\x3e','\xe3','\x99','\x4d','\xf2','\xd7','\x14','\xc5','\x7d','\x8e','\x09','\xb9','\x00','\x01','\xe9','\x3e','\x6a','\xf6','\x1d','\x35','\x7a','\x15','\xa3','\xd7','\x6f','\xe4','\xfd','\xc6','\x90','\x30','\x36','\xe1','\x19','\x3e','\xf7','\xa6','\xf1','\x81','\x35','\xee','\x55','\x5a','\xc7','\x55','\x1c','\xf5','\xcc','\x55','\xdf','\x0f','\x77','\x11','\xb3','\xdb','\x45','\xdd','\x04','\x6d','\x20','\x43','\x1b','\x88','\xf9','\x0d','\x92','\xef','\xe5','\x18','\x22','\x79','\xb6','\x4f','\x09','\xac','\x24','\xb7','\xd8','\x8d','\x32','\xb7','\x1b','\x14','\xb8','\x83','\x84','\x3b','\xaf','\x98','\x65','\x83','\x2d','\x34','\x58','\x6b','\xa1','\x1b','\xf2','\x10','\x97','\xf3','\x04','\xe7','\x51','\x3b','\xbc','\x6d','\x43','\x91','\xa6','\x1e','\xb6','\xd6','\x45','\x87','\x85','\x3e','\x66','\x09','\x61','\xcb','\x3b','\xc5','\xf5','\x2d','\x69','\xb1','\xa3','\x8a','\x39','\xd8','\xd4','\x43','\x20','\x30','\x34','\x83','\xb3','\x88','\xe1','\x23','\xd3','\xe9','\xb6','\x69','\x73','\x5d','\xc5','\x08','\x97','\x8d','\x8e','\x93','\x46','\x4f','\xc9','\x98','\x2f','\x8d','\xf1','\xeb','\xc0','\x18','\x17','\x4d','\xdc','\x5a','\xef','\x02','\x2e','\x78','\xa5','\x11','\xb8','\x75','\xd3','\x3f','\x8a','\xfb','\x8b','\x66','\x7f','\xeb','\x73','\xdc','\xce','\xe4','\x51','\x74','\xc5','\x40','\x46','\x3e','\x9d','\xce','\xb3','\xef','\x1b','\xed','\xba','\x41','\x72','\x00','\x9a','\x1f','\x53','\x4c','\xc3','\xde','\xb5','\xba','\x4e','\xcb','\x48','\x75','\x05','\x78','\xae','\xd5','\x6c','\x43','\x05','\x33','\x85','\x5f','\x5d','\xbf','\xd8','\x57','\x62','\x4a','\xcb','\xdb','\x33','\xcb','\xdb','\x33','\x6d','\x84','\x2b','\xbc','\x3d','\x8f','\xdf','\x68','\x4f','\x6b','\xbe','\x10','\x12','\xb1','\x10','\xf5','\xbc','\x69','\x4e','\x50','\x71','\x00','\xde','\xa8','\x9a','\x61','\x8a','\x38','\x70','\x18','\x94','\xbf','\x29','\xa7','\xc3','\x94','\x7d','\x6e','\x84','\xbb','\x0c','\xd5','\x33','\x14','\xc5','\x40','\xca','\x98','\x6f','\xc5','\x00','\x0f','\xe4','\x4d','\x93','\x19','\x4f','\x40','\x8b','\x88','\xaf','\x69','\xf7','\x70','\x7c','\xc9','\x8c','\x9f','\x45','\xf1','\x34','\x03','\xf6','\x32','\x66','\x7c','\x14','\xc5','\x0f','\xa1','\xf8','\x96','\x74','\x5c','\x31','\xe3','\x9f','\x31','\x0a','\x7f','\x60','\x68','\x3f','\x30','\x06','\xbf','\x68','\x4c','\xb4','\x8f','\xe1','\xa0','\xc1','\xce','\xff','\xad','\xf6','\x10','\xb4','\xdf','\x15','\xb6','\xe8','\xde','\xcb','\x3a','\x92','\x74','\xa4','\xe8','\x58','\xd1','\xcd','\x03','\x3a','\x82','\x65','\x32','\x8a','\xef','\x72','\xcd','\x01','\x1d','\x1d','\xd5','\xd1','\x41','\x3d','\x5d','\x81','\x35','\x62','\x34','\x31','\xa0','\x1b','\x8a','\x31','\xf6','\x33','\xcf','\xd0','\x11','\xec','\x05','\x53','\x36','\x6a','\xb7','\x11','\xb1','\x7d','\xe5','\x9a','\x77','\xce','\x85','\x9b','\x7a','\x40','\x4b','\xb7','\x6a','\xe7','\x55','\x8f','\xdb','\x70','\xd6','\x71','\x58','\xaa','\xef','\x5d','\xa7','\xec','\xc7','\x90','\xc3','\xca','\x96','\x5d','\x65','\xda','\xe6','\x57','\x7c','\xe3','\xb3','\x60','\xe7','\x25','\xbe','\x47','\x50','\x88','\x51','\x47','\x94','\xc9','\xee','\x0d','\x99','\x56','\x87','\xe0','\x8a','\x74','\x35','\x4f','\x6f','\xc0','\xa4','\xff','\x08','\xf6','\xc7','\xb7','\x64','\xfe','\xf9','\x09','\xd4','\x51','\x42','\xe1','\xb2','\xef','\xb1','\x29','\xef','\x3b','\xd3','\x30','\x47','\x1d','\x65','\x01','\xbe','\x4f','\x9a','\x97','\x0f','\x05','\xb8','\x55','\xdd','\x92','\x87','\xb8','\x7c','\xc3','\x8e','\x31','\xb3','\x46','\x8f','\xe5','\x29','\x6d','\xed','\x3b','\xaa','\xbb','\x6a','\x0f','\xf9','\x5c','\x77','\x4c','\x0b','\x1f','\x7b','\xce','\x3c','\x55','\x41','\xe1','\x0a','\xc8','\x9f','\x78','\xd9','\xfc','\x77','\x5f','\x47','\xff','\xeb','\x0b','\x68','\x5f','\x75','\x88','\xdb','\xc9','\xbc','\x6f','\x0d','\xc0','\xa9','\x92','\xe7','\xcf','\x6a','\xb8','\x9e','\x94','\x98','\x89','\x66','\x75','\x7a','\x53','\x0a','\x33','\x7a','\x88','\x07','\x35','\x9a','\x6c','\xf1','\x86','\x56','\xf8','\xeb','\x7b','\x6a','\xaa','\x0e','\x2c','\x5a','\x9f','\x36','\xc4','\x75','\xe9','\xa6','\x7a','\x2c','\x33','\x64','\xe5','\x05','\x36','\xce','\xd4','\xb4','\x1c','\x14','\x65','\x26','\x31','\xe0','\x9b','\x3e','\xeb','\xd5','\x3e','\x0d','\xa9','\xaf','\x91','\x04','\x7d','\x19','\x2f','\x37','\x53','\xd4','\x09','\xaa','\xb7','\x26','\x0f','\xf1','\xcf','\x3f','\xa0','\x9e','\xd6','\x3a','\x25','\x28','\xe8','\xfa','\x4a','\x90','\x25','\x87','\xbf','\x34','\x8a','\x80','\xdd','\x9e','\x6e','\x20','\x99','\xb5','\x01','\x09','\x1b','\x4a','\xe6','\x97','\xd5','\xe6','\x15','\xd0','\x21','\x8a','\xcd','\xd3','\xbb','\xf2','\x14','\xaf','\xc1','\x8c','\xba','\xac','\x6c','\xf5','\xab','\x87','\x01','\x9e','\xf4','\x72','\xef','\x38','\x00','\x86','\x43','\xbd','\x79','\x5d','\x58','\x66','\x47','\x05','\x7d','\xcc','\x41','\x61','\x2b','\x1d','\xb6','\xcc','\xb0','\x65','\x30','\xfc','\x33','\xcb','\xe8','\xb3','\x8c','\x9e','\xfa','\x98','\xe6','\x19','\xd6','\xae','\x5b','\xc6','\xa7','\xb9','\xbe','\x20','\xb5','\xbc','\x8b','\x7b','\x26','\xcd','\x8f','\x3f','\x85','\x36','\x31','\x3c','\x0f','\x32','\x1b','\x9f','\xde','\xe7','\xd9','\x12','\x4b','\x07','\xa7','\xcd','\xb6','\x69','\xa3','\xed','\xc6','\x92','\x1f','\x9b','\x2f','\xb1','\xf5','\x05','\x7a','\x08','\xfa','\x56','\x63','\x7a','\xe2','\xb3','\x24','\x6f','\x29','\xc2','\xf9','\x9d','\x25','\x81','\xed','\xbf','\x56','\xa2','\x19','\x7b','\xf0','\x01','\xfb','\x05','\xd7','\xbd','\x9b','\xf5','\x10','\x47','\x8a','\x7c','\x2f','\x28','\x20','\x3a','\x22','\x44','\x1f','\xf4','\x2a','\x45','\x04','\x97','\xdc','\x73','\xb8','\x3b','\x6f','\x1e','\x33','\x91','\xb2','\x0b','\xf5','\xf0','\x39','\xed','\x68','\xed','\x83','\x69','\x50','\x18','\x62','\x44','\x1d','\x83','\x27','\xce','\x66','\x18','\xe3','\xb2','\xb0','\x21','\x61','\x9e','\x3e','\x83','\x36','\x24','\x18','\x7c','\x4f','\x26','\xbc','\xef','\x27','\x50','\x74','\x17','\x6f','\x83','\x08','\xfb','\x23','\xfc','\xe7','\x87','\xf9','\x2a','\xf1','\xb9','\x58','\x5b','\x17','\xdc','\x12','\xf2','\x7d','\x79','\xa0','\xe9','\x27','\xac','\xee','\xcb','\x15','\xe0','\x28','\x9e','\xa0','\xde','\x22','\xeb','\x54','\x57','\x6b','\x4d','\xad','\xf6','\x45','\x60','\xbf','\x7b','\x92','\xeb','\x0f','\xda','\x0e','\xeb','\xa2','\xc4','\xfd','\x0d','\xdc','\x9f','\x07','\xcf','\x87','\x9d','\x4e','\x95','\x55','\xbb','\xca','\x14','\xc3','\xbd','\xd5','\xdf','\x98','\xc4','\xc9','\x15','\x53','\x3d','\x8e','\x92','\x13','\x28','\xe9','\x61','\xc5','\x85','\xbd','\x63','\x3b','\x9c','\x64','\xd3','\xfd','\xc8','\x4c','\x10','\x63','\xb3','\x0b','\x77','\x15','\xd3','\x0c','\x64','\xec','\x84','\x6b','\x60','\xf4','\x61','\xf3','\xde','\x22','\x13','\x81','\xc7','\xc8','\x66','\xf3','\xca','\x71','\xb4','\x91','\xe6','\x32','\xf0','\x6b','\x46','\x1b','\x06','\x42','\x6c','\x27','\x1d','\xf3','\x3c','\x26','\xb0','\x0d','\xd5','\x94','\x31','\xcc','\x8b','\x8e','\x05','\xfe','\x7c','\x1e','\x99','\xd0','\x36','\xdc','\x53','\x36','\xd9','\xa2','\x4b','\x96','\x19','\xa0','\x4e','\x2e','\x20','\xd5','\x49','\x27','\xcb','\x26','\x18','\xd2','\x92','\xb1','\x46','\xf8','\xd0','\xb4','\xab','\xb2','\x08','\xba','\xc1','\xdc','\x71','\x79','\x59','\xe8','\x7d','\xd3','\xfb','\x2b','\x11','\xf5','\x00','\x70','\x8f','\x68','\xde','\xf9','\x26','\xfa','\xf8','\x16','\x06','\xfc','\xf1','\x2d','\x26','\x13','\xd8','\x8f','\x3d','\x62','\xba','\x67','\xbd','\x99','\x5d','\x6f','\x0c','\xde','\x63','\x0c','\x3e','\x68','\x7c','\xee','\x8a','\xf1','\x6a','\x62','\x6c','\x4a','\xc8','\x22','\x81','\xf5','\xcc','\x34','\x5b','\x9b','\xb8','\xc0','\x9f','\xf3','\x37','\x93','\xba','\x63','\x95','\x8f','\x89','\x02','\x4d','\xc5','\x9f','\x48','\x98','\x9f','\x48','\xa0','\x3f','\x06','\xa4','\x3f','\xe7','\x8e','\xbd','\x96','\x30','\x4e','\x25','\x46','\xc2','\x09','\x83','\x63','\x8c','\x6e','\x64','\xf3','\x7e','\xc3','\xaf','\xeb','\x29','\x43','\x3d','\x2f','\x96','\xdf','\xdb','\x17','\xfe','\x4c','\x12','\xda','\xdc','\x97','\x41','\x82','\x96','\x16','\x74','\x13','\xcb','\x06','\x6e','\xde','\xb3','\x07','\x16','\xd2','\x31','\xa5','\xdd','\xb0','\x81','\xcd','\xd7','\x64','\x73','\xc4','\x9d','\x6f','\xdf','\xc9','\xb2','\xb7','\x5c','\x46','\x62','\x19','\x85','\xca','\x60','\x27','\xad','\x63','\x7c','\x63','\xc6','\xa0','\x3f','\x16','\xf7','\xce','\x43','\xe5','\x21','\xb1','\x6c','\x4e','\x95','\xf3','\x62','\x39','\x1f','\x2a','\x73','\x2d','\x62','\xdb','\xfa','\xb1','\x3c','\xbc','\xd7','\x03','\xd6','\xb2','\x16','\xf3','\xcc','\x38','\xd0','\x0e','\xa3','\x71','\xee','\x9c','\xac','\x31','\xc5','\x8d','\xc9','\x04','\x49','\x51','\xf0','\x67','\x42','\x10','\x89','\xc1','\xf9','\x03','\xd1','\xfb','\x19','\x8f','\x65','\xc9','\xa4','\x9c','\x69','\x97','\x28','\x02','\x92','\x3d','\x2b','\x0d','\x3e','\xa7','\x28','\xe3','\x76','\xd9','\x84','\xfb','\x7c','\x6c','\xba','\x09','\x96','\x42','\x30','\xa7','\x1a','\x82','\xf9','\x4a','\x65','\xcc','\x54','\xc6','\xb8','\x09','\xad','\x79','\x17','\x35','\xb3','\x5d','\x43','\x44','\x86','\x7a','\x28','\xf5','\xa6','\x23','\xa0','\x03','\x69','\x8c','\x99','\x0f','\xcb','\x8c','\x21','\x69','\x8e','\xb5','\x6e','\xf2','\xcb','\x50','\x48','\x26','\x69','\x36','\xfe','\x1f','\x58','\x8f','\x4c','\xd6','\xf4','\x44','\x50','\x9d','\xd6','\x38','\xab','\x0e','\x16','\x75','\xb3','\x5d','\x87','\xde','\x53','\x15','\xef','\x40','\x66','\x5a','\x41','\x41','\xb0','\xb7','\x69','\xf6','\xf9','\xed','\xba','\x91','\xb3','\x41','\x79','\x04','\xdd','\xc0','\x2a','\xcc','\x97','\x8e','\xb1','\x1f','\xc1','\x7c','\xa1','\xf3','\x08','\xff','\x50','\xc0','\xd4','\x7b','\x7a','\x00','\xdd','\xb1','\x1d','\xf5','\xe7','\x70','\xff','\xa2','\x39','\xf2','\x24','\x1a','\x01','\x1f','\x15','\xf7','\xad','\x80','\x6e','\xcb','\xb0','\x1d','\xfc','\xd2','\x7e','\xdd','\x6c','\xc7','\x44','\xc9','\x9b','\xa4','\x28','\x21','\xa1','\x58','\x82','\x0d','\xbd','\xc9','\x16','\x48','\x7e','\x0a','\xf1','\x84','\x11','\xa0','\x63','\x40','\x05','\x4b','\xd3','\x41','\xc7','\xc4','\x10','\x9b','\x0b','\x93','\x4e','\x06','\x0c','\xaa','\x8c','\x25','\x57','\x0c','\x9b','\x9d','\x0b','\x58','\x7b','\xd8','\xd9','\xaa','\xcc','\xec','\xb3','\x40','\x22','\xde','\xb3','\x03','\x28','\xcb','\x4c','\x50','\x1d','\xaf','\xb3','\xcd','\x20','\x7f','\xfd','\x5a','\x44','\xb0','\xbe','\xa2','\x0e','\xf8','\x48','\x3d','\xa5','\xb4','\xe7','\xf1','\x75','\x61','\x19','\x9f','\x78','\xdc','\xe0','\xb9','\xa5','\xc6','\x54','\x07','\xce','\x05','\x37','\xfb','\x99','\xc9','\x86','\xf7','\xa2','\x88','\x92','\x00','\x9c','\x14','\xcd','\x64','\xa3','\xf9','\x39','\xde','\xf1','\x65','\x73','\xfb','\x0c','\xe2','\x48','\x6f','\x9f','\x61','\xb2','\xb1','\xe3','\xcb','\x86','\x82','\x38','\xf0','\x18','\x38','\x1e','\xe8','\xae','\x29','\x38','\xe7','\x7a','\x57','\x51','\x1f','\xc1','\x7d','\x21','\xaf','\x8f','\xe9','\x92','\x84','\x89','\x5a','\xe5','\xb1','\x82','\x57','\xe0','\x7e','\xc1','\xe9','\x6a','\xb3','\x34','\x59','\x09','\xa1','\xdd','\x57','\x48','\xa5','\x99','\xfc','\xf1','\x55','\xb8','\xa0','\x04','\xbb','\xcb','\x31','\xb6','\xd1','\xe2','\x80','\xe2','\xfd','\xac','\x81','\xd9','\x29','\xe9','\x75','\x15','\x89','\x51','\xb5','\x8e','\x62','\x77','\x3a','\xb1','\x18','\x55','\x2f','\x29','\xba','\x60','\x6b','\x11','\xe6','\x20','\xb4','\x73','\x5e','\xa6','\x16','\x8d','\x58','\x53','\x6e','\x96','\x37','\x3f','\x9c','\xbc','\x75','\x9c','\x65','\x6f','\x72','\x80','\x9f','\xbf','\x64','\x2c','\xa7','\x79','\x7f','\x31','\x4a','\x56','\xe1','\x0c','\xb5','\xe3','\x7a','\xf3','\x3c','\x95','\xee','\xbb','\x62','\xa6','\x12','\x46','\x13','\x7d','\x57','\xf8','\xb9','\x69','\x23','\x8c','\x8f','\xa4','\x70','\x22','\x11','\x78','\x71','\x25','\x44','\x57','\xbc','\x0a','\x7f','\x83','\x15','\x05','\xaa','\x6d','\xd3','\x74','\xd0','\xf0','\x30','\x03','\x36','\x9b','\x36','\x4d','\x41','\x66','\x23','\xcd','\xbe','\x2f','\x32','\xb5','\xb1','\x0d','\xc1','\x32','\x70','\xdd','\x20','\x26','\xab','\x27','\x6b','\x63','\xdc','\x3e','\x00','\xfb','\x38','\xe9','\x87','\xf6','\x10','\x05','\x98','\x35','\xd9','\xd2','\xe6','\x81','\x30','\x26','\x17','\x6e','\xc8','\xdc','\x2c','\xa4','\xf9','\xfe','\x6e','\x08','\x9a','\x11','\x64','\xab','\x7e','\xc0','\x20','\xd1','\x31','\xda','\x0e','\x7a','\xf8','\xfe','\x7a','\x80','\xeb','\xc4','\xc5','\x1d','\x53','\x66','\xc7','\x14','\x62','\xf0','\xbc','\x1b','\xb2','\xe9','\xa6','\xd9','\xde','\x0a','\xf3','\x5e','\x36','\x4c','\xf7','\x16','\x7b','\xc8','\x0c','\xbe','\xaf','\x81','\xd4','\x49','\xe4','\x0f','\x82','\x9d','\xaf','\x30','\xbb','\x21','\x42','\xbf','\xd8','\xb9','\xa6','\xf9','\x96','\x0e','\x5e','\xec','\xc2','\x9e','\x05','\xfe','\x4f','\xd4','\x4b','\x2b','\x82','\xa9','\xf4','\x1a','\xf2','\x93','\xc6','\xd6','\xdf','\x31','\xf6','\xa6','\x8d','\xdf','\xc7','\x63','\x95','\x5d','\xcc','\x41','\xc7','\x1d','\xcb','\x66','\xb8','\x0c','\x67','\xc6','\xc1','\xba','\x70','\xff','\x37','\xbd','\xff','\xf7','\xd3','\xcc','\xa1','\x62','\x7f','\x1a','\x6f','\x9a','\x61','\x56','\x1f','\x3d','\xfc','\x1f','\x90','\xf6','\x3c','\x46','\xc7','\x41','\x9f','\x75','\x0b','\xe9','\x53','\xe9','\x62','\xcd','\x1c','\x3d','\x68','\x18','\x45','\xc3','\x88','\x19','\xda','\xc3','\x86','\xfd','\x83','\xb1','\x89','\x50','\x96','\x08','\xab','\xbe','\xcd','\x00','\xf8','\xe1','\x3e','\x20','\xbe','\x00','\xf6','\x44','\xb2','\x8c','\x8b','\x4c','\x9f','\x6d','\x34','\x08','\xf3','\x88','\x0d','\xc3','\x64','\xdb','\xcc','\xe8','\x18','\x3a','\xb4','\x2b','\x5d','\xc4','\xe6','\xc8','\x95','\x56','\x58','\x36','\x13','\x74','\x3c','\xa6','\xef','\x32','\x74','\x66','\x57','\xa7','\x4c','\xb5','\x8c','\x84','\x83','\x68','\xe8','\x33','\x42','\x62','\xb3','\xf7','\xd7','\xdb','\x80','\xe6','\x5c','\xa4','\xf8','\xa3','\x57','\x4d','\x39','\xc4','\xcc','\xd8','\x7b','\xf7','\x1d','\x24','\x99','\x72','\x04','\xf6','\x1d','\xb0','\xab','\xb2','\x81','\xd2','\xad','\x75','\x8a','\xa9','\x19','\x90','\x50','\xa0','\x13','\xc6','\x39','\x3e','\xed','\x3d','\x3f','\x8d','\xe2','\x33','\x30','\xb6','\xb7','\x6f','\x31','\x6f','\xdf','\x82','\x7e','\xf3','\x7e','\x94','\xd8','\x8f','\xe3','\x25','\x93','\x19','\x31','\x20','\xd6','\xf8','\xa5','\xfb','\x3b','\x66','\xe7','\x56','\x51','\x42','\xeb','\x3a','\x5b','\xeb','\x7d','\xaa','\x25','\x43','\x3d','\x9d','\x5b','\x50','\x5f','\x01','\xf5','\xde','\x8d','\xb5','\xe3','\xa0','\x3f','\x1f','\x5e','\x4f','\x73','\xdf','\xf1','\xcb','\x0c','\xb0','\x5f','\xbc','\x94','\x40','\x29','\x00','\xec','\x3b','\x70','\x80','\xa4','\x7c','\xbe','\x78','\xbf','\x38','\xef','\x4d','\x9a','\xd3','\xdd','\x18','\x37','\x6d','\x85','\x37','\xce','\x17','\x84','\xfb','\x96','\x54','\x16','\xa4','\x34','\xec','\xef','\x5f','\x50','\x50','\x9f','\x82','\x53','\xbb','\xcc','\xed','\x1b','\x81','\x9d','\xa3','\xaf','\xc1','\x16','\x0a','\xd8','\x4c','\xa6','\x59','\x3b','\x9c','\x34','\xdb','\x7f','\x37','\x3b','\x70','\xb9','\x7e','\xbf','\x6b','\x64','\xb0','\x51','\xc6','\x63','\x21','\x17','\x98','\x03','\x44','\xc5','\xe4','\x0e','\x2a','\xd8','\x67','\xa6','\x87','\x27','\x5b','\xe7','\x59','\xbc','\xeb','\x98','\x19','\x1b','\x46','\x1c','\x20','\x37','\xd7','\xa0','\xe7','\xa5','\x05','\x8b','\xcd','\xa3','\xf1','\x91','\x59','\xa3','\x6d','\xce','\x08','\x3f','\x67','\x24','\x4f','\x36','\xfd','\x31','\x59','\xaf','\xab','\x2b','\x4b','\xca','\x11','\x57','\xc9','\x49','\xea','\x65','\x45','\xf1','\x01','\x95','\x96','\x59','\xb7','\x0f','\xea','\x4b','\x07','\x8f','\xb8','\xa7','\xeb','\x70','\x66','\xf1','\x79','\x68','\xed','\xec','\xfc','\x4b','\xd7','\xbb','\xc4','\x1c','\x4e','\x76','\x26','\x4a','\x30','\x08','\xe1','\x84','\x07','\x67','\x04','\xf6','\xbb','\x4b','\x98','\xf9','\x39','\x20','\x2c','\xc0','\xbe','\x1c','\x10','\x4d','\xbf','\x88','\xfc','\x9d','\x4c','\x4e','\xf3','\x07','\x47','\x06','\x5a','\x32','\xa2','\xae','\x01','\x82','\x3d','\xc6','\x4b','\x58','\x17','\x9a','\x8c','\xfa','\x5c','\xd4','\x15','\x13','\xba','\x62','\xde','\x84','\x0b','\x07','\xb0','\x20','\x10','\x58','\x99','\x3e','\x07','\x74','\xfb','\x17','\x65','\x1c','\x66','\x67','\x31','\x0b','\x01','\x9c','\x74','\xb8','\xcc','\xf4','\xdf','\x08','\xb3','\x39','\x42','\x46','\x04','\x19','\x3f','\xf3','\xc6','\xb2','\xae','\xa1','\x21','\xdf','\x4e','\xb4','\x79','\x8e','\xec','\xdc','\xe5','\x2a','\x0a','\x51','\x15','\x47','\xd9','\x05','\xae','\xbc','\x6a','\xb4','\x78','\x72','\x3c','\x20','\x66','\x94','\xdb','\x3d','\x89','\xf0','\x83','\x3f','\x9b','\x0f','\xc8','\xd6','\xf7','\x4b','\xed','\x18','\x28','\x3f','\xf8','\x63','\x51','\xc7','\x63','\x5b','\x10','\x9b','\x9a','\xd8','\x6e','\xbc','\xed','\x5f','\x9a','\xb2','\x1f','\x64','\x36','\x34','\x52','\x80','\x39','\xdb','\x48','\x0a','\x30','\x1d','\x48','\x83','\xec','\x18','\x52','\x00','\x54','\x48','\x44','\x46','\xfb','\xc0','\x58','\xe4','\x97','\xd8','\x8d','\xe6','\x99','\x42','\xec','\x34','\x6f','\xfb','\x3e','\xfa','\x97','\xbf','\x87','\xd6','\x1f','\xc4','\xeb','\x0f','\x98','\xeb','\x3f','\x83','\xba','\x3e','\x83','\xfe','\xe9','\xfb','\xe9','\x3d','\x51','\x53','\x6c','\x07','\x4f','\xac','\x73','\x8f','\xd1','\x19','\x37','\x7a','\x13','\x63','\xf9','\x3e','\x23','\xdf','\x27','\x05','\xe4','\xae','\xb1','\xed','\xdd','\xa8','\xbf','\x13','\xc5','\x53','\xfe','\x42','\xdc','\xbc','\xc7','\xb4','\xbc','\x02','\x5a','\x7e','\xfe','\x23','\x7b','\xe2','\x63','\x7b','\x36','\xa1','\x7b','\x54','\xcb','\x8c','\x07','\x40','\x8e','\x23','\xfe','\x63','\xd5','\x8c','\x9b','\x7b','\xe2','\x46','\x0b','\x9b','\x8c','\x7b','\x98','\xc2','\xca','\x86','\x86','\xd9','\xf9','\x02','\xaf','\xea','\xa1','\xac','\x79','\xa7','\x1d','\x68','\xbf','\x14','\x80','\x73','\xae','\x28','\xa3','\xd0','\x00','\x12','\x63','\x58','\xed','\x35','\xa9','\xca','\x7d','\x45','\xd6','\xaf','\x49','\x53','\x9a','\x84','\x4e','\xa1','\x03','\x46','\xe0','\x1e','\xa3','\x7d','\x68','\x8c','\x9a','\x86','\xbe','\xeb','\xc6','\xf8','\xb0','\xdd','\x32','\x7a','\xcc','\x7b','\x62','\x18','\x75','\x0c','\xa3','\xe8','\x31','\xec','\x97','\x61','\xef','\xe3','\xeb','\x05','\xea','\x04','\x21','\xc1','\xbe','\x96','\xc6','\xc3','\x26','\x49','\x1b','\x91','\x6d','\x46','\x41','\x31','\x02','\x17','\x0c','\x35','\x0a','\xe3','\x23','\xe1','\xc0','\x70','\x71','\x0c','\xb4','\xfc','\x10','\xaa','\x19','\xfe','\xff','\x33','\xe7','\x75','\xe8','\xac','\xeb','\x3e','\xcf','\x0b','\xc4','\xf5','\xb1','\xb8','\x8e','\x18','\xde','\x28','\x04','\xe2','\x23','\x63','\x71','\x03','\xbd','\x91','\x40','\xf1','\x6d','\xe9','\xf8','\xb6','\xb1','\x37','\x06','\x8c','\x78','\xa7','\x11','\xff','\xa4','\xb1','\x79','\xeb','\x88','\xf3','\xe9','\xb1','\xfa','\x09','\x63','\x5c','\xe0','\xe3','\x9c','\x82','\xf6','\x34','\xd7','\xc5','\xb7','\x8e','\xdd','\x58','\x0b','\x92','\x85','\x22','\x75','\x44','\x97','\xb8','\xaf','\x68','\xa1','\xe2','\x14','\x3a','\xe3','\xa4','\x15','\xcb','\x54','\xa6','\x0c','\xd8','\x8b','\x2d','\x8e','\x52','\x73','\x3f','\xc5','\xdb','\x0e','\x9a','\x5b','\x0e','\xa0','\x31','\x17','\xed','\x99','\x06','\xbb','\xc1','\x94','\x9f','\x99','\x9d','\x7f','\xb6','\x15','\xf7','\x7f','\xca','\x8c','\x9f','\x44','\xdc','\xec','\x80','\x7d','\xe6','\x46','\xe3','\x96','\xf3','\x69','\xd4','\xc9','\x33','\x3f','\x82','\x35','\x23','\xd2','\x9e','\xd7','\x31','\x73','\xb9','\x22','\x27','\x5d','\x08','\xa2','\xc8','\x53','\xa5','\x8f','\xca','\x7d','\x34','\x2d','\xd0','\x92','\x40','\xdb','\x04','\x4a','\x26','\x36','\xd2','\xcf','\x79','\x92','\x3e','\x20','\x2b','\x47','\x35','\xe5','\xe8','\xac','\x7d','\x50','\xad','\x5f','\x50','\xec','\x8a','\x32','\xcf','\x40','\x81','\xda','\x6e','\x89','\x2a','\x17','\xa8','\x6a','\x37','\x14','\x5b','\x09','\xfa','\x51','\x5a','\x98','\x4e','\xe7','\x45','\xf3','\x1a','\xb1','\x0d','\x5c','\x1d','\xae','\x62','\xd1','\x36','\xeb','\x75','\xec','\x9b','\xc5','\xbe','\x39','\xf3','\x92','\x04','\x11','\x8d','\x7e','\xe2','\xfd','\x34','\x04','\xa4','\x31','\xc1','\x86','\x56','\x05','\x6e','\x10','\xbd','\x7a','\x03','\xe6','\xd9','\x06','\x2b','\xd9','\x42','\x0c','\x5e','\x9e','\x1e','\x13','\x44','\xb1','\x97','\x94','\xfa','\x71','\xae','\x50','\x8d','\xef','\x61','\x8b','\xae','\x9e','\x19','\x9f','\x4d','\xce','\xcf','\x85','\xc7','\xa5','\x6e','\x81','\x06','\x76','\x13','\x31','\x1e','\xf2','\x1a','\xb8','\xc8','\x6c','\x11','\x8f','\x95','\xf4','\xae','\x41','\xc9','\xda','\x4c','\x17','\xa9','\x92','\x6f','\xd8','\x79','\x7a','\x33','\x2f','\xcd','\x0d','\x52','\x3b','\x84','\xde','\xf3','\x90','\xed','\xe6','\x6c','\x5f','\x7e','\x64','\x41','\x32','\x53','\x88','\x10','\xbb','\x29','\x0f','\x9d','\xcf','\xf6','\x3d','\x61','\x79','\xdf','\xe5','\x8f','\x31','\x15','\x3c','\xa4','\x07','\xcc','\xa3','\x62','\x5e','\x42','\xf9','\xce','\xe1','\x7c','\x74','\x8c','\x95','\x26','\x13','\x52','\x30','\x83','\xfe','\x4f','\x0e','\x0f','\x7d','\x7a','\xb8','\x37','\xf0','\xd9','\x54','\x20','\xd3','\x4f','\xb4','\x80','\xb8','\x3b','\x48','\x77','\x3b','\xd2','\x50','\x51','\x36','\x35','\x7b','\x97','\xa6','\x23','\x73','\x85','\xe4','\x82','\x6e','\xce','\x4f','\xcc','\x4b','\x54','\xcf','\x56','\x74','\x7d','\xc5','\xac','\xeb','\x39','\xd4','\xc8','\xf9','\x4e','\x9b','\xd7','\xb1','\x0e','\x7f','\xac','\x95','\xd9','\xe7','\x66','\x9f','\x19','\x5a','\xc5','\x0e','\x35','\xc7','\x57','\x63','\x75','\x22','\xd6','\x91','\x7f','\xf8','\x59','\x96','\x96','\x18','\x8e','\xfc','\xc3','\xf5','\x9b','\x05','\x1d','\x58','\x85','\x9b','\xa4','\xa0','\x74','\x8d','\xf5','\xf4','\x96','\xde','\xdd','\x54','\xcf','\x8d','\xa1','\x18','\x68','\xa5','\x11','\xf0','\xd9','\x92','\x20','\x47','\x88','\x32','\x50','\x3c','\x5a','\x44','\x6f','\xda','\xbe','\xef','\xa0','\xe0','\x46','\x44','\xfe','\x37','\x34','\xf0','\xbf','\x59','\xf6','\xa8','\x8d','\x6a','\x75','\xc8','\xea','\x49','\x54','\x42','\x36','\x2a','\x11','\x6c','\xb7','\xe8','\x69','\x91','\x28','\x69','\x38','\xc2','\xd3','\x26','\x86','\x25','\x08','\xed','\x86','\xc0','\xec','\x00','\x34','\x63','\xde','\xe2','\x01','\x96','\xc5','\x36','\x08','\x89','\xdf','\x68','\xeb','\x09','\xdf','\x74','\x11','\x53','\x7b','\xe0','\x01','\x78','\x81','\x80','\x3f','\x66','\x0d','\x8c','\xea','\xbe','\xf2','\x40','\x7b','\x24','\x52','\xe4','\x61','\x68','\x68','\x7e','\xc9','\xbb','\x74','\x82','\x07','\x37','\x96','\x68','\xd4','\x91','\xc6','\xcb','\x5b','\xe6','\x2b','\x99','\xf1','\xe9','\x7f','\xed','\x7b','\xe1','\x0e','\xd5','\xeb','\x47','\xf6','\x66','\xe6','\xf3','\x1c','\x27','\x8f','\x9f','\x75','\x37','\xbe','\x4a','\xee','\xb8','\x83','\x00','\x3d','\x60','\xd0','\x59','\xcb','\xf5','\xc9','\xf6','\xd1','\x63','\xfc','\x9d','\x26','\x78','\xc5','\x41','\x0b','\xc2','\x7c','\x07','\x90','\xef','\x8a','\xd2','\x2e','\x1c','\x45','\x7a','\x1d','\xf5','\xd9','\x90','\x25','\x73','\x27','\xf2','\xbd','\x0e','\x39','\xb0','\x41','\x0e','\x23','\x94','\xb5','\x84','\x09','\x2b','\xc2','\xbe','\xdc','\xc6','\x83','\xc6','\x2f','\x41','\x62','\xeb','\x01','\xf6','\xeb','\x2a','\x7f','\xf6','\x88','\x06','\x04','\xc8','\x52','\x05','\xa3','\xa7','\x68','\x4a','\x55','\x57','\xfc','\x76','\x7f','\xf2','\xb4','\xb7','\x01','\xf8','\x46','\x8a','\x61','\xb4','\x92','\xb5','\x56','\xfc','\xe3','\x73','\x81','\x79','\x85','\x2e','\x2a','\xd9','\x05','\x45','\x58','\x52','\xf0','\xb2','\x42','\xce','\x2b','\x6c','\x2d','\xcc','\xf3','\x0c','\x57','\xa1','\xf1','\x15','\xce','\xca','\x8e','\x04','\x0b','\x07','\xa3','\x1e','\xeb','\x97','\x32','\x58','\xaa','\xe6','\xb1','\x7f','\x11','\x27','\x8f','\xe3','\x0d','\xac','\xd9','\x01','\x12','\x16','\x8f','\x65','\xa7','\xa9','\xdf','\x42','\x81','\x65','\x42','\xcf','\xb9','\xd9','\x1a','\x11','\x6a','\x10','\x33','\x42','\x6a','\x40','\x92','\x36','\x5f','\x63','\x47','\x36','\x27','\xc4','\xe3','\x93','\x7d','\x7e','\xc4','\x5a','\x0b','\x2f','\xb9','\x98','\x07','\x76','\xb7','\x53','\x1d','\xa5','\xfe','\x6f','\x2b','\xc9','\x19','\x65','\x43','\x0f','\xd3','\x13','\x3b','\xec','\xab','\x67','\x27','\x14','\x7f','\x29','\x12','\xa8','\x85','\xe8','\x0a','\xce','\x9e','\x6b','\x08','\x35','\x8a','\x6b','\xf0','\x26','\x5a','\xa9','\xd1','\xf9','\x1a','\xf5','\x9d','\x6c','\x84','\xca','\xf0','\xc0','\x3c','\x20','\x16','\x71','\x3b','\x5c','\x75','\xa4','\x44','\x4f','\x52','\xfd','\x95','\x8a','\x71','\x5b','\xd4','\x33','\x06','\xf4','\x6d','\x03','\x3a','\x3d','\xb8','\xb2','\xbd','\xb2','\x52','\xa5','\x2b','\xed','\xb4','\xd1','\x1d','\x7e','\xb3','\x2f','\x7c','\xe8','\x6c','\x78','\x34','\xd4','\x5d','\xe8','\xee','\x1a','\xe9','\x8b','\x18','\x8b','\x34','\xc7','\xb3','\x3d','\xea','\xbb','\xf8','\x5d','\xe3','\x56','\xbf','\xf8','\x55','\x20','\x45','\xb3','\xab','\xba','\xe5','\x9f','\xb7','\x92','\x8f','\x92','\x0d','\x21','\x97','\xcd','\x46','\x18','\xf8','\xef','\x89','\xbf','\x4c','\x02','\x35','\xd6','\x2f','\xe7','\xc3','\xfa','\xc5','\xea','\x99','\x26','\xc1','\xa8','\x4b','\xc2','\x65','\xe5','\x54','\xb9','\xf6','\x5a','\xf9','\x23','\xa7','\xca','\xcc','\x46','\x25','\x80','\x51','\xa1','\x9c','\x0a','\x97','\xcf','\x86','\xcb','\x6d','\x51','\x27','\x7c','\xaa','\xdc','\x3b','\x6e','\x9d','\x05','\x2e','\xee','\xca','\xba','\xd3','\x4e','\x07','\x4f','\x4e','\xb1','\x08','\x11','\xb3','\xa5','\xa8','\x09','\x9b','\x2f','\x5b','\xb3','\xc1','\x45','\x2b','\x72','\x07','\x79','\x93','\x8e','\xe1','\x83','\x64','\x77','\x83','\x24','\x7f','\x40','\x36','\x9c','\xde','\x89','\xf9','\xeb','\xf7','\x7e','\x4a','\x5e','\xa5','\xe4','\xb6','\xa8','\xb3','\x81','\xea','\x9b','\x2d','\xfd','\x6f','\x27','\xf5','\x75','\x27','\xf4','\x8e','\x92','\xde','\x53','\xca','\xcd','\x97','\x73','\x02','\x03','\xcd','\x47','\x15','\x13','\xdb','\xbb','\x5a','\xe3','\xdc','\x4b','\x88','\xea','\x2a','\x73','\xa4','\xf6','\xd3','\xcc','\x47','\x5e','\x1a','\xcd','\x27','\x6b','\x89','\x64','\x99','\xf4','\x8d','\xa6','\xb6','\x6f','\x3b','\xab','\x90','\x36','\xd5','\x61','\x7b','\x7b','\xef','\x73','\xf5','\xb3','\x95','\xa5','\x8f','\x54','\x5e','\x5d','\x77','\xfa','\x42','\x47','\xa5','\xde','\x53','\x59','\x58','\xac','\x2c','\x08','\xe6','\x62','\x74','\xc0','\xc3','\xf2','\x98','\x2f','\x52','\x14','\x2a','\x7a','\x90','\x8f','\x95','\x52','\xd1','\x6b','\x17','\xf4','\x8f','\x54','\x0a','\x79','\x3a','\x92','\xe8','\x7e','\x90','\x44','\x1b','\x29','\xaa','\x9f','\xa5','\x7a','\x1b','\xd5','\xc3','\x15','\xbd','\xb7','\xa2','\x9f','\xad','\xb0','\x7f','\xd5','\xd7','\x55','\xf4','\x8e','\x4a','\xae','\xa7','\x92','\x5b','\x3c','\xfd','\x23','\x61','\x2c','\x1f','\x1d','\x60','\x07','\xfa','\x5d','\xbe','\xe0','\x80','\x50','\x52','\x82','\xb8','\x9f','\x98','\x9e','\x52','\x82','\x94','\xef','\x1f','\x39','\xed','\x30','\x33','\x9e','\x60','\xfd','\x8a','\x3a','\x29','\x4a','\xce','\x52','\xd2','\x46','\x49','\xf8','\xb4','\xb3','\x3a','\x3e','\xa5','\x75','\x9e','\xd7','\x31','\xa1','\xf5','\x4c','\xc8','\x8b','\xa5','\x01','\x81','\x44','\xa3','\xb4','\x1d','\xb3','\x63','\x37','\xe4','\x53','\x9b','\x56','\xe6','\xcb','\xab','\x69','\xd4','\x2c','\x48','\xa9','\xe6','\x79','\x3c','\xc3','\x1a','\xc3','\x94','\x3a','\xff','\xb8','\x62','\xd7','\x14','\xfb','\x02','\x47','\x51','\xb5','\x99','\x41','\xca','\x75','\x58','\x3f','\x89','\xcc','\xbf','\x44','\x2f','\x77','\x29','\x46','\x54','\x27','\x21','\x4b','\x01','\x82','\x36','\x39','\xe4','\x34','\xbd','\x3f','\x58','\x1e','\x18','\xef','\x60','\x95','\xf0','\x87','\x1c','\x49','\xaf','\x91','\xb4','\x28','\xe0','\x26','\xa1','\xc7','\xa2','\x0c','\x59','\xaf','\xc1','\x76','\x24','\x4d','\xb3','\xad','\x95','\x01','\x01','\x6e','\x88','\xac','\xde','\xe3','\xe0','\x9c','\xbd','\x3e','\xb7','\x2e','\xa0','\xa3','\xc4','\x77','\xba','\xcf','\xab','\xda','\x3c','\x6c','\xeb','\x03','\x83','\x2e','\xd6','\x04','\xe6','\x33','\x0a','\xf3','\x2b','\xed','\x68','\x67','\x11','\x91','\x9e','\x71','\xa4','\xae','\x85','\xf8','\x4e','\xa0','\xe4','\x84','\xa4','\x1e','\x17','\xe1','\x8e','\xc2','\xe4','\x23','\xc9','\x33','\x67','\x93','\x5f','\x16','\xd4','\x69','\xb8','\x0e','\x02','\xb7','\x5a','\x20','\xc3','\x38','\x61','\x50','\xcb','\x70','\x9a','\x8c','\x11','\xf2','\x89','\x32','\x51','\xce','\x39','\x7a','\x8d','\x58','\x84','\xb0','\x49','\x17','\x04','\x72','\x57','\xdf','\xae','\xbe','\x77','\x57','\x5a','\xef','\x97','\x05','\xa1','\xef','\x9a','\xe7','\x8d','\xbb','\x47','\x11','\xba','\xfb','\xd7','\x68','\x4f','\x88','\xb7','\x07','\xf9','\xce','\xf3','\x07','\xa7','\x93','\xcc','\x1f','\x03','\xeb','\xca','\x0f','\x6b','\x51','\xfe','\x16','\xd5','\xfc','\x45','\x4b','\xa6','\x49','\x3b','\xba','\x62','\x37','\x89','\xf1','\xa3','\x2b','\x75','\xaa','\xe4','\xa8','\xf2','\x70','\x74','\x25','\x25','\xa2','\x4f','\xb6','\x17','\xa3','\x34','\x12','\x62','\xc7','\x14','\xa8','\x27','\x59','\x56','\xdf','\x99','\x6c','\xbe','\xaa','\x58','\xab','\x4a','\x4a','\x5a','\xd1','\x77','\x9a','\x83','\xcb','\xaa','\x5a','\xab','\x84','\x95','\x50','\x4f','\x74','\x85','\x0d','\x68','\x4a','\xd4','\x3e','\xb9','\x51','\x89','\x0e','\xd0','\x90','\x4d','\x31','\x1b','\x7c','\xd5','\x3e','\x96','\x9c','\xa8','\x27','\xbf','\x8c','\x92','\xe3','\x36','\xcf','\x82','\xc7','\x83','\x9f','\xcf','\xb8','\x49','\x2b','\xc2','\xaa','\x51','\xad','\x81','\xa4','\xa5','\x24','\x2d','\x9d','\xc3','\x4e','\x4e','\x59','\xea','\xa3','\x08','\x75','\xa1','\xd8','\xed','\xe8','\x13','\xfd','\x28','\x79','\xcd','\xca','\xbe','\xe8','\x59','\xf2','\xd8','\xff','\x8d','\xf8','\x9f','\x9b','\x93','\x8b','\x09','\xbe','\x7a','\xc8','\x3a','\x76','\x14','\x76','\xe5','\x1b','\x97','\x80','\xe0','\x6a','\x2d','\xcf','\x77','\xd6','\x1c','\xc9','\xff','\xa9','\x7a','\x86','\xda','\x6d','\xfe','\x5e','\x95','\xe4','\x03','\x63','\xf9','\xa0','\x05','\x6f','\x59','\x04','\x3d','\xef','\x3b','\x9e','\xf7','\x2f','\xe4','\xc9','\xc3','\xf9','\x62','\xd4','\x6c','\x3b','\x91','\x27','\x76','\x3e','\xb0','\x31','\x1f','\xac','\xe7','\xc7','\xa4','\xbc','\x40','\x4d','\x9f','\x82','\x7c','\xb3','\x71','\xb4','\xd0','\xe7','\xcb','\x65','\x8f','\x7f','\x72','\xb0','\x1c','\x05','\x03','\x1f','\xb9','\x11','\xa4','\xd4','\xfc','\x13','\xef','\x67','\x0e','\xff','\xb5','\xfb','\xb5','\x1a','\x01','\x0e','\x31','\xe1','\x7a','\xfb','\xce','\x0b','\xdd','\xff','\x07','\xc9','\xbe','\xb6','\x14','\xa4','\x47','\x23','\x34','\xfa','\x96','\x77','\xfd','\xd7','\xac','\x07','\x22','\xbb','\x79','\xae','\x0d','\x7d','\x51','\x3c','\xc2','\x43','\x3a','\x6f','\x09','\xec','\xb4','\x2c','\x01','\x69','\x41','\x8f','\xe9','\xff','\x67','\xfb','\xbc','\x73','\x0b','\xcc','\xed','\x5a','\xcd','\x19','\x04','\x7a','\x08','\x49','\xa2','\x1b','\x03','\x68','\xa0','\x67','\x5a','\x52','\x6b','\x11','\x9e','\x67','\x41','\x4e','\x7a','\x6e','\x72','\x52','\x53','\x27','\x87','\x61','\xd2','\x59','\xc9','\xe0','\x79','\x6a','\x53','\x38','\xe3','\x40','\x59','\xd6','\x92','\x65','\x5d','\x7d','\x4e','\x47','\xb7','\x1f','\x88','\x6d','\x3f','\xf8','\x89','\xf8','\xfe','\xe4','\xd2','\xa7','\xb3','\x93','\x69','\x2b','\xa0','\xf5','\xfa','\x96','\xd5','\xf1','\x52','\x9f','\xef','\x78','\x9f','\xe9','\xf5','\xf9','\xac','\xbe','\x9e','\xb2','\xaa','\xba','\x7d','\xc9','\x32','\x40','\x75','\x58','\xa9','\x36','\x05','\x85','\xf4','\x21','\xa5','\x0f','\xf5','\xb3','\xaf','\xa9','\x12','\x1c','\xfa','\x62','\x58','\xf9','\x44','\x09','\x76','\x43','\x7d','\x7e','\x85','\x1d','\xec','\x57','\xef','\xbf','\xaf','\xc6','\x9a','\xfe','\x56','\x45','\x9a','\xa0','\xde','\xdb','\x5d','\x58','\xf8','\x22','\xf6','\xbf','\x6a','\xbe','\xce','\xdc','\xc5','\x20','\x86','\xe4','\xc8','\x1f','\x14','\xe2','\x72','\xd3','\xf8','\xb4','\xf8','\x13','\x2e','\x95','\xb0','\xe0','\x79','\x3f','\x91','\xf0','\x47','\x22','\x4d','\xf2','\x84','\x28','\x90','\x27','\xcc','\x29','\xf9','\x48','\xbe','\x16','\x1a','\xb7','\xf0','\xaf','\xac','\x67','\xc3','\x64','\xbd','\x1b','\x2f','\xa9','\x6f','\xb9','\xbd','\x22','\x33','\x39','\x0b','\xde','\x5b','\x5e','\xdb','\x84','\xf2','\xb1','\x89','\x54','\xf8','\x27','\x7d','\x7d','\x4b','\xea','\xbc','\xb8','\xf1','\x57','\xcd','\xfb','\x4a','\xc8','\x82','\xf5','\xde','\x8e','\xfe','\x88','\x44','\x0d','\x62','\x73','\x2a','\xf8','\x80','\x3e','\x34','\xa9','\xf7','\x7d','\x74','\xf6','\x8e','\xdb','\x15','\x72','\x7b','\x6a','\xe3','\x47','\x67','\x36','\x1c','\xeb','\xee','\x55','\x42','\xcd','\x34','\x2e','\x1f','\xde','\x9e','\x35','\xfd','\x69','\xbe','\x2c','\x8d','\x72','\xae','\xef','\xf7','\xfc','\xd1','\x98','\x4f','\xda','\xf5','\x8b','\x46','\xec','\x4f','\xa4','\xd8','\x2f','\xa4','\x5d','\x7f','\x32','\x1d','\xfb','\xc5','\x81','\xd8','\x9f','\x1c','\xd8','\xf5','\x8b','\xce','\x98','\xaf','\x33','\xf7','\x2f','\x36','\x7c','\xfa','\x9e','\x68','\x69','\xb2','\x7d','\x88','\x9d','\xdf','\xd9','\xba','\x88','\xae','\xe4','\xa9','\x96','\x57','\x4a','\x79','\x13','\xee','\x65','\xe7','\xfb','\x94','\x7c','\x6a','\x57','\x7e','\xfb','\xc6','\xfc','\x00','\x32','\xfb','\x1a','\x79','\x05','\xe5','\x55','\x17','\x4a','\x26','\xb3','\xf3','\x7b','\x1e','\xb2','\x60','\xc4','\xef','\x76','\x52','\x25','\xce','\xc6','\x19','\x74','\x2c','\x56','\xf2','\xf7','\x05','\x79','\xd5','\xc9','\xfb','\xca','\x00','\x78','\x3c','\xc8','\x05','\xf8','\x84','\xbf','\x06','\xf2','\xbc','\x7c','\x7c','\x4f','\xde','\x30','\xf2','\xb9','\xde','\x3c','\x12','\xd8','\xe7','\x66','\x2a','\x83','\x52','\x99','\x74','\x2a','\xf3','\x85','\x54','\x26','\x9f','\xca','\x68','\x1e','\x1c','\x46','\x6f','\xac','\xaf','\xdd','\x01','\x75','\x3b','\x10','\x35','\x77','\xd0','\xa9','\x5e','\xfa','\xba','\x4d','\x85','\xb5','\x77','\xd9','\xcd','\x32','\xec','\x55','\xc2','\xa8','\xb2','\x56','\x76','\xa0','\x4a','\xd2','\xab','\xc8','\x16','\x1d','\x5c','\xbc','\x50','\x42','\x17','\x62','\xa8','\xa8','\xa2','\x42','\x0c','\x19','\x31','\x39','\x17','\x53','\xbd','\x5e','\x59','\xdf','\x35','\xab','\xc7','\xbc','\x7a','\x2c','\xae','\xc7','\xe2','\x85','\x58','\x7c','\x64','\x97','\x9a','\x88','\xf5','\x24','\x7a','\x2f','\xc5','\x63','\x97','\xb6','\xc5','\xce','\x6c','\x89','\xc5','\x07','\x76','\xc5','\x25','\x14','\xef','\x8c','\xab','\xff','\x31','\x25','\x1f','\xce','\xeb','\xaf','\x0e','\x0d','\x05','\xad','\x49','\x81','\xf3','\x82','\xda','\x9c','\x14','\xb4','\xca','\xdc','\x39','\x1e','\xcb','\x80','\x92','\x95','\x62','\xb2','\xa2','\x37','\xa1','\x56','\x46','\x93','\xcf','\xba','\x6b','\x3f','\xc2','\x27','\xd3','\xf0','\x4e','\x33','\x26','\xe9','\x9f','\x98','\x05','\xee','\x4f','\xfd','\x1c','\xf4','\x8b','\x5f','\x4f','\xb6','\x9b','\x97','\x94','\x6f','\x2e','\xe1','\xe4','\x75','\xb9','\x1e','\x84','\xe4','\xd0','\x48','\x66','\x5d','\xbe','\xec','\x42','\xb9','\xe8','\xdc','\x5c','\xb2','\x7f','\xea','\x18','\xa7','\x03','\x97','\x1f','\xb7','\x47','\x71','\xaf','\xcf','\x86','\xf5','\xd5','\x5c','\x5c','\x51','\xa7','\x8f','\xd9','\x1f','\xb6','\xbe','\x62','\xbb','\xfb','\xb6','\xfd','\xcb','\x3e','\xd9','\x0f','\x21','\x3d','\x08','\x41','\x2e','\xbb','\xa8','\xcb','\x4b','\x87','\x95','\x6a','\x14','\xce','\xc2','\xb1','\xa8','\xf3','\x09','\x11','\x25','\x1f','\x1f','\xc8','\x3e','\xd7','\x6e','\xe9','\x38','\x18','\x20','\x38','\xc8','\x89','\xfb','\x78','\x18','\x1b','\x5e','\xe5','\xcd','\xc6','\xfd','\x88','\x39','\xe3','\xeb','\x4a','\x78','\xdd','\x09','\x6f','\x6f','\xa9','\xf4','\xc7','\xd5','\xd2','\xfd','\x2f','\x64','\xee','\xff','\xeb','\xcc','\xde','\xbf','\xde','\xf2','\xfb','\xa5','\x81','\x27','\x4a','\x52','\x47','\x69','\x20','\x59','\xda','\xd6','\x53','\x3a','\xb2','\xbf','\x94','\x9e','\xc0','\x25','\xbe','\x4e','\x27','\xb1','\xef','\x04','\xce','\x3e','\x6d','\x7a','\x0e','\x67','\x4a','\xac','\xb0','\x13','\x1c','\x4e','\xbe','\xc0','\x26','\x71','\x9d','\x65','\xaf','\x1b','\xb7','\xf6','\x4e','\xa0','\x3f','\xae','\x92','\xfb','\xff','\x4f','\xf7','\xfe','\x6f','\x90','\xbd','\xcf','\x92','\xdf','\x7f','\x96','\x3c','\x31','\xe1','\x74','\x4c','\x90','\xe4','\x04','\xe9','\x99','\x20','\xfb','\x27','\x9c','\x09','\x61','\xed','\x7e','\xe5','\x7b','\xae','\x7c','\xae','\x05','\x9f','\x6b','\x04','\x72','\xb8','\x03','\xeb','\x08','\x5a','\xb4','\xe0','\x75','\x3f','\x45','\xa2','\x8e','\x6e','\xb3','\xd0','\xed','\xac','\xbf','\x08','\x5d','\xaa','\x23','\xdd','\xf4','\xb4','\x90','\xdb','\xe2','\x05','\x1d','\xaa','\x98','\x97','\x69','\xf3','\xac','\x07','\xe8','\x6d','\x9d','\xf8','\x18','\x12','\x42','\x57','\xff','\x50','\x74','\xc7','\xe5','\xa3','\xfd','\x42','\xa5','\x3f','\x42','\xfb','\x11','\xe0','\x37','\x10','\x4d','\x20','\x9a','\xb7','\x11','\x53','\x42','\x2d','\xea','\x5a','\x70','\x59','\x98','\x33','\x1f','\x0e','\xce','\x9a','\x97','\x66','\xb1','\x20','\x01','\xd1','\x28','\x1b','\xb1','\x2d','\x27','\xbd','\x95','\x2a','\xdc','\xe6','\x10','\xe4','\x44','\x40','\xe9','\xd7','\xf4','\x1d','\xf5','\xa5','\x7e','\xdf','\xe3','\xfd','\x38','\xc2','\xc3','\x65','\xea','\xbf','\x21','\x58','\x09','\x82','\x6e','\xad','\xe7','\x75','\x2c','\x56','\xf1','\x70','\xcd','\xbc','\xb2','\x8c','\xf1','\x79','\xa8','\x93','\x8d','\x73','\x82','\x78','\xab','\x63','\x9e','\xc0','\xa4','\x3f','\x4d','\x76','\x5c','\x21','\xfd','\x41','\xa7','\x9f','\xc9','\x1c','\xbf','\x81','\x8f','\x25','\xf0','\x2d','\xed','\xe1','\x71','\xdd','\x40','\x08','\xcf','\x51','\x05','\x4f','\x8c','\xcb','\x4c','\x39','\x9b','\x8c','\xa3','\x8f','\x44','\x5d','\x63','\x89','\x8c','\xbc','\x4e','\x0d','\x3f','\x83','\x62','\xf8','\x18','\xea','\xf0','\x24','\xca','\x57','\x1f','\x59','\x3c','\xea','\x62','\xb5','\x48','\x36','\x6a','\x0a','\xbe','\xb5','\x1e','\x8e','\x57','\x6d','\xa5','\x66','\xab','\x35','\x1b','\x93','\x1a','\x26','\xee','\x23','\xec','\x38','\x5e','\xb3','\x47','\xae','\xda','\xcc','\x48','\xbd','\x07','\x23','\x35','\xdb','\x25','\xd5','\xa2','\x09','\x79','\x22','\x6e','\xca','\xb7','\x6b','\x81','\x97','\x78','\xd1','\x6d','\xca','\xfc','\x82','\x00','\x44','\x26','\x3c','\xa2','\x7a','\xc6','\xa2','\x36','\x72','\x59','\x83','\x67','\xce','\x82','\x6c','\x34','\x5f','\x36','\x31','\x04','\xe8','\x48','\x39','\xe2','\x8a','\xa1','\xa2','\xd4','\xae','\xe9','\x78','\x08','\xe2','\xbb','\x50','\x5e','\x4a','\xe4','\x25','\x15','\xca','\x0d','\x89','\xbc','\xf7','\x02','\x2b','\xcd','\x0d','\x9c','\x8d','\x6d','\x43','\x22','\xb3','\x21','\xb1','\x6f','\x43','\x62','\xff','\x93','\x89','\x4c','\x5f','\x22','\xd3','\x7b','\x13','\x46','\x12','\xfb','\xd3','\xbb','\x9c','\x74','\xa2','\xf8','\x65','\x34','\x48','\xd0','\xe0','\x34','\x36','\x2f','\x7a','\xd9','\x53','\x89','\xf7','\xc0','\x5c','\x65','\xd3','\xca','\xa8','\xde','\xbe','\x53','\x89','\xfd','\xaf','\x25','\x32','\xe1','\xf7','\x62','\xff','\xa9','\x84','\x13','\x4e','\x14','\xe9','\x46','\x8d','\x12','\xd9','\x86','\x97','\x56','\xab','\xfd','\xe2','\x58','\x44','\x0c','\xea','\x22','\x02','\xda','\x7c','\x4c','\x1e','\x09','\xba','\x46','\x95','\x8c','\xfc','\x7f','\x89','\xd1','\x4e','\x8c','\x3b','\x88','\x91','\x20','\x06','\x6e','\x61','\xa4','\x4a','\xdc','\xa0','\x53','\xc4','\x44','\xc3','\xa4','\x35','\xce','\xcb','\xad','\xe1','\x55','\x6a','\x3c','\x26','\x7f','\xd9','\x56','\x97','\xe1','\xbe','\x27','\x9b','\xb2','\x47','\x50','\xd5','\xb8','\xe8','\x8d','\x5c','\x9a','\x35','\x7c','\x1c','\x82','\x62','\x08','\x12','\x00','\x82','\xbb','\x23','\x2e','\x09','\x15','\x29','\x8c','\xcf','\x2d','\xf3','\x75','\xbe','\xaa','\x5c','\xf4','\x94','\x0b','\x55','\x06','\xf5','\xc2','\x12','\x3b','\x1d','\x63','\xca','\xe7','\xfd','\x07','\x64','\xe4','\xe7','\xc4','\x80','\xb0','\x0d','\x6a','\x48','\x73','\x86','\x54','\x37','\x14','\xcd','\x90','\xeb','\x23','\x97','\x5e','\x76','\x87','\xa2','\xc5','\x52','\xbb','\x46','\xb1','\xbc','\x38','\xab','\x5e','\xa6','\xab','\x71','\x44','\x08','\x12','\x22','\xb3','\x6e','\x36','\xfb','\x15','\x94','\x30','\x8e','\x3c','\x82','\xa9','\x51','\xa5','\x23','\xff','\x4d','\x31','\xda','\x14','\x83','\xcc','\x1a','\xa4','\x6e','\x88','\x9a','\x41','\xeb','\x23','\xd3','\x73','\x63','\x49','\xda','\x88','\x45','\xf5','\xe1','\x76','\x6d','\x0a','\x0f','\x4e','\x21','\xf3','\x55','\x94','\x2d','\x2b','\xd9','\x93','\x8d','\x6c','\x45','\xcf','\x4e','\xdb','\xd9','\x59','\x2b','\x3b','\x0f','\x44','\x6a','\x3c','\xc6','\x0a','\x65','\xba','\xc8','\xbe','\x67','\xdd','\xfd','\xff','\x40','\x32','\xdd','\xab','\xd8','\xb0','\x33','\xd3','\x47','\x33','\xbd','\xfe','\xfd','\xbd','\x7e','\x67','\x48','\x28','\x4e','\x78','\x9a','\xcf','\x65','\x16','\xd2','\x77','\x7a','\xc5','\xbb','\xb0','\xc6','\x0b','\x9a','\x23','\xdd','\xb9','\xd0','\x37','\x5a','\xa4','\xa0','\x9a','\x75','\xc3','\xa5','\x6f','\x45','\x50','\x43','\xbe','\x24','\x25','\x18','\x6d','\xb4','\x53','\xd4','\xc6','\xac','\x7f','\x03','\x29','\xaa','\x67','\x07','\x5d','\x79','\x99','\xaa','\x6f','\x39','\x0a','\x3f','\xb7','\x02','\xce','\x35','\x9a','\x82','\x5a','\xe3','\xd7','\x5c','\x43','\x8d','\x47','\xc8','\xa4','\x51','\x3b','\x31','\x72','\x35','\x6d','\x90','\x8c','\x41','\x0e','\x18','\x44','\x87','\xc7','\xf2','\xf0','\xd0','\x54','\x19','\x39','\x79','\xc1','\x55','\xa3','\xc5','\x48','\xbb','\x26','\xf1','\x71','\x7e','\xf3','\xbd','\x93','\x05','\xf3','\x75','\xbe','\xb9','\xbe','\xaa','\x5c','\x9f','\x95','\x91','\xcb','\x0a','\x9f','\x29','\xa5','\xa5','\xcc','\x38','\x65','\x04','\x52','\x23','\xe5','\x94','\x2b','\xf6','\x15','\x25','\x88','\xef','\x1d','\x9c','\x26','\x90','\xa2','\x02','\xb2','\xef','\xad','\x82','\x27','\xe3','\x33','\x2b','\x88','\x5f','\xbf','\xf5','\x32','\x14','\xef','\xab','\xe0','\xfd','\xff','\x70','\x25','\xd3','\x95','\xc8','\xa4','\x56','\xd1','\x7b','\x25','\xa3','\xe3','\xfd','\x5a','\xbb','\x63','\x91','\x22','\x3a','\xa6','\x21','\xba','\x3a','\xef','\x37','\x56','\x7a','\x73','\xf6','\xd5','\x0b','\x55','\x4c','\x01','\x8f','\xd0','\x2a','\x3c','\x6a','\xbe','\x50','\x1d','\xb9','\x04','\x6b','\xdc','\x10','\xea','\x86','\xff','\xbc','\x81','\x2f','\x18','\xe4','\xdc','\x48','\xe5','\x55','\x57','\xaf','\x16','\x11','\x50','\x0a','\xdf','\x58','\xa7','\xaf','\x54','\xd8','\xe1','\x65','\x6d','\xa0','\xd4','\x73','\x8d','\xe6','\x95','\xe0','\x47','\x08','\x35','\xce','\x35','\x46','\xae','\x0e','\x1b','\xe4','\x6e','\x83','\xb0','\x51','\x2a','\x18','\x64','\xcb','\x07','\x8f','\x4f','\x4b','\x0f','\x6b','\xb0','\xd8','\x57','\xad','\x87','\x6a','\xf3','\xdb','\xac','\xa0','\xcf','\xb6','\x71','\xde','\x1e','\x71','\x6a','\x06','\xf0','\xf5','\xda','\x37','\xb0','\xdd','\x1e','\x79','\xc9','\x76','\x7b','\xed','\xe2','\xa0','\xa7','\x59','\x63','\xf2','\x32','\x61','\x4e','\x14','\x8c','\x70','\x13','\xd0','\x24','\x10','\xd4','\x5a','\x0d','\xec','\x4f','\xc8','\x79','\x84','\xd4','\x0c','\xdb','\x1e','\xa9','\xb3','\xde','\x79','\x86','\x70','\xde','\x10','\x2e','\x18','\x78','\xd9','\xc0','\x35','\xe8','\xd7','\x54','\xd5','\x95','\xaa','\x45','\x19','\xfa','\xf5','\xcb','\xc7','\x19','\x72','\x52','\x13','\x5a','\xcd','\x44','\xbd','\x7d','\x15','\x7b','\xff','\x05','\x3b','\x43','\xed','\xcc','\xed','\xb5','\xcc','\x0e','\x37','\xd3','\x4f','\x32','\x09','\x50','\x82','\xfd','\x69','\xe2','\x94','\x48','\x31','\x08','\xd4','\xc4','\xf2','\x59','\x5d','\xbd','\xa2','\x40','\x18','\xf9','\xc2','\x98','\xb2','\x68','\x2b','\x9e','\xa2','\xcc','\xeb','\xca','\xfc','\x71','\x75','\x61','\x01','\x93','\x87','\xb1','\x12','\x7d','\x04','\x9f','\x35','\xaa','\xfa','\xc8','\x8f','\x36','\xc2','\x08','\xab','\x92','\xe1','\xa3','\x86','\x6f','\xce','\x40','\x75','\xc3','\xb7','\x30','\xb2','\x98','\x73','\xdb','\x3f','\x79','\x74','\x20','\xaa','\xa1','\xe0','\x90','\x84','\xcc','\xe7','\x50','\x9e','\x32','\xa4','\xf3','\x1d','\x66','\x5e','\xbd','\x92','\xdf','\x66','\xe4','\x33','\x86','\x49','\x0c','\x08','\xa9','\x6f','\x33','\x32','\xe6','\x95','\x0c','\x31','\xf6','\x95','\x8d','\xfd','\x35','\x83','\x09','\x99','\xf5','\x46','\xa6','\xcb','\xc8','\x74','\x1b','\x99','\x0d','\xc6','\xfe','\x6f','\x8c','\xb9','\xb2','\x51','\xd4','\x10','\x53','\x7b','\xd9','\xe6','\xe3','\xc3','\xce','\x67','\x0b','\x0a','\x3c','\x18','\xb2','\xf9','\x92','\x9f','\xaf','\xaa','\x8b','\x4b','\x18','\x2f','\x63','\x62','\x3f','\x22','\xd9','\x86','\x8d','\x46','\xea','\xcc','\xb6','\x57','\x21','\x46','\x0b','\x86','\xe8','\x7c','\x73','\x88','\x46','\xca','\xe7','\x5c','\x5a','\x2d','\xea','\x40','\x2d','\x3b','\x68','\x51','\xd3','\x76','\xb2','\x27','\x9b','\xf9','\x50','\xaa','\xd9','\x33','\x1e','\x08','\x53','\x4b','\xe6','\xc9','\x55','\xc6','\xa4','\x90','\xb3','\x6f','\x6a','\x69','\xff','\x32','\x08','\x19','\xf6','\x23','\xb2','\x33','\xa8','\x96','\x89','\xba','\x4c','\xd8','\x6f','\xd9','\x0e','\xaa','\x16','\x55','\xb0','\xf3','\x83','\xe3','\x10','\xa0','\x9b','\x9d','\xd0','\xb2','\x13','\x32','\xb0','\x63','\x95','\x23','\xd9','\x4a','\x28','\x5b','\x4f','\x98','\x27','\x57','\x20','\x02','\x20','\xd6','\x9e','\x51','\x33','\xfb','\xbe','\x92','\xd9','\xff','\xa3','\x4c','\x66','\x57','\x26','\x13','\xe3','\x68','\x09','\x64','\xff','\x57','\x88','\x13','\x23','\xc5','\xdf','\xd8','\xa9','\x25','\xe8','\xa0','\xc5','\xe7','\x8b','\x1d','\xed','\x27','\x94','\xec','\xb8','\x9d','\x9d','\xae','\x66','\x4f','\x7b','\x59','\x4e','\x04','\xda','\xbc','\xc4','\x94','\xa1','\xd5','\x7d','\xa7','\xdd','\xfd','\x17','\x70','\xc6','\x67','\x65','\x7c','\x25','\x66','\xae','\x33','\x02','\x06','\x60','\xbc','\xbf','\xd4','\xee','\x12','\x52','\xa4','\xc7','\x34','\x9d','\xb6','\xfa','\x75','\xda','\xce','\x8e','\x07','\xb2','\xb3','\xd5','\x6c','\x25','\x93','\x7d','\x54','\xcc','\xb2','\x46','\xce','\xc8','\x90','\xfc','\x0c','\xeb','\x19','\x3c','\x95','\xf1','\x05','\xf6','\x9d','\x71','\xf7','\x5f','\xc4','\x19','\x09','\xdd','\x54','\x9b','\xbc','\xff','\x84','\xe4','\xb6','\x47','\x8a','\x34','\xc4','\xec','\xaa','\x04','\xe7','\x26','\x6e','\xea','\x11','\xd6','\x17','\x49','\xf3','\xdc','\x04','\x8e','\xc7','\xea','\xb9','\x49','\xb0','\xac','\x20','\xd2','\x98','\x23','\xdd','\x8d','\x7e','\xd8','\x87','\xce','\x2d','\x7a','\x55','\x9e','\xaf','\x4d','\x69','\x8f','\x36','\x6e','\xb6','\x3f','\x83','\xd3','\x92','\x59','\x8b','\x64','\x4b','\x14','\x78','\xc3','\xce','\xb8','\xac','\x25','\x1c','\x15','\xf3','\x74','\x93','\x51','\x0a','\xfe','\xfa','\xbe','\x33','\xde','\xfe','\x2a','\xca','\x60','\x94','\x21','\x0c','\x24','\x13','\x72','\x41','\x27','\xa7','\xed','\xfd','\xb2','\xed','\x68','\xf6','\x43','\x56','\x55','\x8b','\x7a','\x1f','\x30','\xce','\xcf','\xbe','\x95','\xad','\x63','\xf3','\x64','\xeb','\x62','\x48','\x26','\xd4','\xd8','\x57','\xa6','\xfb','\x6b','\x20','\x40','\x3d','\xcc','\xd2','\x46','\x9d','\xcc','\x1d','\x84','\x69','\xf5','\xfe','\x04','\x71','\xd2','\xe4','\xa1','\x13','\xa0','\xcf','\x83','\x9c','\x38','\x08','\xda','\xf0','\x1f','\x1e','\xe7','\xb5','\x69','\xd9','\xff','\xf4','\x1b','\xac','\x42','\xb3','\xc4','\xe9','\x11','\x68','\x28','\x73','\xa7','\x7b','\x53','\x3d','\xb4','\x05','\x2e','\xef','\x2f','\x53','\x17','\xc8','\x01','\x1b','\x1a','\x51','\x40','\x0f','\xeb','\x63','\xca','\xb9','\xba','\x32','\x8f','\x94','\xf3','\x93','\xca','\xf2','\x59','\x78','\x96','\x54','\x23','\xaa','\x2d','\x42','\x78','\xa5','\x0f','\x3d','\xb2','\xa1','\x64','\xfc','\xa3','\x3a','\xd2','\xc0','\x06','\x5d','\x45','\x74','\x57','\x53','\x18','\xa9','\x60','\x97','\xe2','\x62','\x94','\x53','\x68','\x06','\x65','\x76','\x6e','\x97','\xf1','\x7a','\x95','\x6f','\x37','\xca','\xbb','\x92','\x32','\xff','\x9c','\xea','\x55','\x14','\x7b','\x65','\xfb','\xf9','\x5c','\xa2','\xf6','\x93','\xd1','\xa5','\xff','\xf4','\x3b','\xf3','\xd1','\xe6','\x11','\x6c','\xed','\xf0','\x02','\x43','\x1d','\x75','\x98','\xa9','\xff','\x58','\x05','\x29','\xa6','\x67','\x87','\xdc','\x21','\x29','\x60','\xfe','\xeb','\x20','\x24','\xd7','\x50','\x26','\xf3','\x72','\x2d','\xaf','\x2d','\xe7','\x25','\x31','\x1f','\xe9','\x34','\xbb','\xbd','\xe6','\x95','\xea','\x8c','\xa2','\xec','\xfb','\xc6','\xdc','\xfe','\x6b','\xfd','\x99','\x2f','\xa8','\xc0','\x2b','\xd5','\x77','\x03','\xfb','\x5f','\x9a','\x73','\x53','\xc5','\x62','\x4a','\xd5','\xb6','\xb7','\x0f','\x5a','\x75','\xd3','\xe6','\x8b','\x62','\x96','\x2f','\x8a','\x39','\x04','\xf8','\xc6','\x73','\xe6','\x37','\x20','\x4d','\x29','\x61','\xfb','\x54','\x1f','\xdd','\xf7','\x0d','\xba','\xff','\x1a','\x13','\x1a','\xb0','\x6d','\x29','\xa8','\x85','\x4d','\xf1','\xfd','\xf7','\x25','\x9c','\x7d','\xdf','\x28','\xfe','\xeb','\x6f','\x68','\xf4','\xc9','\x1b','\xfb','\xfb','\x72','\x55','\x39','\xc7','\x36','\x65','\xac','\x5c','\x08','\x28','\x36','\x82','\xbc','\x85','\x21','\x87','\xf9','\xa7','\x8f','\x20','\x64','\xd8','\x78','\xe4','\xa2','\x07','\x3e','\x98','\x68','\x1b','\xed','\xe7','\x0d','\xb8','\xc3','\xcc','\xcc','\x63','\x75','\x64','\xba','\xea','\xca','\xd5','\x62','\xd0','\xd6','\x7c','\xd6','\x50','\xfb','\x80','\x09','\xd9','\x3e','\x53','\xec','\xe4','\x05','\xa1','\xda','\x0c','\xa1','\x15','\x38','\x2e','\x0d','\x42','\xd2','\x1c','\x32','\x78','\x3c','\x33','\x78','\x7c','\xdf','\xef','\xbf','\xb4','\xff','\x95','\x99','\xcc','\xde','\x99','\xcc','\xff','\xeb','\x3f','\x66','\xee','\xfd','\x5a','\xe6','\x9f','\xff','\x65','\xe6','\xbe','\x6f','\xb3','\xcf','\xf7','\xcf','\x1f','\x77','\x07','\x8f','\x17','\x07','\xbf','\xac','\x0d','\x96','\x7b','\xa6','\xb1','\x7a','\x91','\x1d','\x4f','\xaa','\x80','\xd3','\x6e','\x4b','\xa8','\x54','\xd5','\xd3','\x2e','\x0e','\x2c','\x33','\x3c','\x12','\x58','\x36','\xce','\x78','\x23','\x4b','\xcb','\x46','\x80','\x63','\xf5','\x35','\x25','\x13','\x46','\x2c','\xdb','\x45','\x76','\x73','\xbf','\x18','\xd2','\x80','\x35','\x28','\xaf','\xc9','\xf9','\xdf','\x1e','\xc8','\xef','\x9d','\xcb','\xef','\x55','\xf2','\xbb','\x13','\x70','\x2a','\x1c','\x4e','\x88','\xc3','\x86','\x78','\xef','\xef','\xee','\xb9','\x77','\xfa','\x53','\xf7','\x4a','\xfb','\xff','\x3f','\xd2','\x9e','\x7b','\x39','\x3e','\xa7','\xec','\x19','\xde','\xb2','\x67','\x69','\xcb','\xa7','\x27','\x0b','\x4e','\x79','\xf8','\x21','\xf1','\xee','\x41','\xa9','\xe4','\xef','\xf1','\x0f','\x4e','\x49','\x66','\x15','\x92','\x34','\x65','\xad','\x44','\xd6','\xf3','\xb2','\xe3','\x5a','\xf6','\x89','\x4c','\xf6','\xb4','\x6b','\x9e','\xca','\x90','\xae','\x0c','\x89','\xec','\xcc','\x50','\xb2','\xef','\xb4','\xb3','\xff','\x02','\x61','\x02','\x68','\x32','\x52','\xe0','\x34','\x68','\x7a','\x19','\x51','\xd9','\x3f','\xa9','\xb8','\x58','\x29','\xe2','\x15','\x0d','\xe9','\x83','\x13','\x8a','\xf9','\x17','\xa9','\xec','\xb3','\x7d','\xd9','\x2f','\xa5','\xb2','\x13','\xdb','\xc1','\x7a','\xb0','\x59','\x9b','\x14','\xcd','\xe3','\x22','\x30','\x0c','\x73','\x7b','\xb5','\xcf','\xb2','\xf7','\x43','\xae','\x13','\x1b','\xc0','\x56','\xba','\x6f','\x16','\x20','\x48','\xfb','\x27','\xa8','\x8b','\x49','\x91','\x84','\x98','\xdf','\x3b','\x38','\x45','\xcd','\x73','\x4e','\xb6','\x4c','\x5b','\x60','\xde','\x0b','\xdc','\x57','\x40','\xe6','\xb7','\x76','\x91','\x58','\x8c','\x21','\x13','\x8b','\xed','\xfb','\xd6','\xae','\xfd','\xf3','\x76','\xcb','\x62','\xb0','\x96','\x04','\x67','\x33','\x6d','\xd3','\xfb','\x1e','\xab','\x7c','\x3a','\x7c','\xd2','\x49','\x3e','\x5e','\x9c','\x2f','\xb1','\xf9','\x1a','\x3c','\x11','\x81','\x7e','\xb1','\xf5','\xce','\x9a','\x51','\xe2','\x02','\xb3','\x66','\xe3','\x53','\xe6','\x69','\x17','\x98','\x41','\x7c','\x95','\x8c','\xef','\x25','\x58','\xef','\x36','\xab','\xa7','\x9c','\x09','\xba','\x99','\x76','\x58','\xa1','\x99','\xa0','\x93','\xc1','\x64','\x7f','\x89','\x40','\x7b','\xf8','\xbe','\x33','\x24','\x13','\xf3','\x8c','\x9b','\xe7','\x27','\x5f','\x00','\x3b','\x26','\x63','\x94','\x27','\xc8','\x6c','\x92','\x4f','\xa6','\x70','\x66','\x37','\xce','\xa8','\x57','\xf6','\x7f','\x25','\x91','\x89','\x71','\xa8','\x57','\x32','\x7e','\x9c','\xf1','\x97','\xf6','\x1d','\x37','\x3e','\x1d','\xfc','\xba','\x73','\x8c','\x14','\x15','\xf0','\x13','\x24','\xbd','\x1e','\x5d','\x59','\xa2','\x47','\x5c','\x9a','\x93','\xa2','\x97','\x29','\xf5','\x49','\x34','\xe4','\x46','\xeb','\x76','\x44','\xb7','\x77','\x1e','\x71','\xb7','\xe9','\xf6','\x9d','\x75','\x18','\x16','\xeb','\xd6','\x87','\x03','\xef','\x5d','\x5f','\xcc','\x8e','\xb5','\xec','\x46','\x09','\x26','\x6b','\x52','\xcb','\x1e','\x37','\xb2','\xff','\xf9','\xb3','\xd9','\x3f','\x7d','\xca','\xfc','\xd3','\xa7','\xc8','\x6f','\x3e','\x4d','\x36','\x3d','\x99','\xd9','\xf7','\xcc','\xbe','\x71','\xeb','\xc6','\x7c','\xd1','\x1b','\xc2','\xfe','\x69','\xe2','\x2a','\xa4','\x28','\x03','\x4f','\x09','\x8f','\x47','\x45','\xfc','\xd4','\x8f','\x00','\xd1','\x46','\x1e','\xf9','\x41','\x7f','\x90','\x9f','\x44','\x7f','\x4a','\x7c','\x68','\x9f','\x0f','\xed','\x3f','\xd3','\xc8','\x20','\x04','\x24','\x69','\x88','\x02','\xfe','\x95','\x97','\x19','\xa6','\x99','\xdf','\xaa','\xec','\x1f','\xae','\x38','\xc7','\x68','\x11','\x1d','\xd5','\x90','\x32','\x24','\x60','\xf3','\xdf','\x9e','\xcb','\xef','\x3c','\x9a','\x97','\x35','\x88','\x27','\x4c','\x64','\x9a','\x30','\x13','\x65','\xa2','\x71','\x26','\x55','\xa6','\x3f','\x15','\xb2','\xff','\xe2','\x2d','\x2d','\x69','\x0a','\xfb','\x27','\x91','\xdb','\x4e','\x9b','\xfe','\x73','\x6c','\xb0','\x53','\xed','\x39','\x1d','\xeb','\xd9','\x10','\xf3','\x77','\xf6','\x7a','\xdf','\x8b','\xdd','\xde','\x09','\xf0','\x66','\x76','\x3d','\xf5','\x94','\xf8','\xfc','\x53','\xe2','\xd9','\xa7','\xf6','\x58','\x33','\xf7','\x78','\x33','\xfb','\xad','\x19','\x26','\xec','\xf1','\x66','\xf6','\xd0','\x4e','\x86','\xbd','\xde','\xf7','\xf6','\x6c','\xdf','\xb8','\x3f','\x75','\x87','\x93','\x97','\x8a','\xf3','\xd3','\x83','\xbe','\x69','\x78','\xbe','\xf1','\xe7','\x25','\x68','\x89','\x8c','\xf2','\x9b','\x9d','\x7c','\x7c','\x18','\xb0','\xd9','\x31','\xe3','\xc3','\x84','\x61','\xb3','\x93','\x91','\xb5','\x7d','\x9b','\x9d','\xfd','\xb3','\x1a','\x68','\x60','\x8f','\x94','\x89','\x75','\x66','\xb6','\x7d','\x3a','\xa3','\x6b','\xfb','\xf7','\xbb','\x19','\x4d','\x6b','\x58','\x9a','\xce','\xf3','\xeb','\x0d','\xc5','\x62','\xe6','\x19','\x35','\x1f','\x8b','\x01','\x76','\xed','\x5a','\x13','\xcc','\x5e','\xa6','\x84','\x39','\x12','\xdf','\x9d','\xd9','\xfc','\xf3','\x7d','\xdb','\x76','\xef','\xff','\x26','\x13','\x7e','\x92','\x61','\x3f','\xc6','\x6f','\x08','\xfb','\x37','\xff','\xdc','\x89','\xfb','\x8b','\xf2','\x2e','\x4d','\x26','\x43','\xc1','\x01','\xb3','\xc4','\x8d','\x06','\xe6','\x51','\x97','\x08','\x35','\x6b','\x33','\x77','\xad','\xea','\xb3','\xba','\x6b','\x5f','\x2c','\xb7','\xff','\x79','\xa8','\x30','\xb3','\x6d','\x77','\x66','\xc7','\x4f','\xd6','\xaa','\xba','\xa5','\x1e','\xc4','\xf5','\x30','\x20','\xe5','\x83','\x2b','\x50','\xae','\x0a','\x66','\x60','\x23','\x51','\x57','\x08','\x95','\xd8','\x16','\xbc','\xcf','\xf4','\xf6','\x7f','\x65','\x38','\x13','\x1b','\xce','\xec','\x3a','\x06','\xe5','\xaa','\xb0','\x3f','\x36','\xec','\x78','\x4e','\x31','\xb7','\xa4','\xf9','\x03','\x9c','\x5f','\x8b','\xe0','\x90','\x1b','\x87','\x8d','\x83','\x28','\x36','\x00','\xb2','\x72','\x9f','\x75','\xf8','\x1d','\x3d','\xa4','\x56','\x11','\xdc','\xd6','\x3d','\xeb','\x29','\x35','\xec','\xd5','\xf0','\x43','\x76','\xfb','\x90','\x4d','\x30','\xd0','\xe7','\x47','\x14','\x48','\x68','\x36','\x10','\x9c','\x5f','\xf1','\x59','\x7a','\x00','\xd5','\x9b','\x47','\xef','\x38','\xe4','\x3e','\x6b','\xf9','\x3f','\xea','\xfc','\x79','\xa5','\x89','\xc5','\xf3','\xea','\xe2','\x05','\x65','\x61','\x19','\x50','\xad','\x79','\x4b','\xb5','\x87','\x6a','\xe7','\x86','\x96','\xab','\xf8','\xfb','\xd7','\x09','\x77','\x47','\xd9','\x7f','\x41','\x4e','\xd5','\x22','\xfa','\xe6','\xda','\x7d','\x32','\x59','\x17','\xff','\xf8','\x49','\x57','\x7d','\x25','\x9e','\x7c','\x34','\x9e','\x3c','\xe9','\xa8','\x8f','\xb6','\x84','\xa4','\x85','\x80','\xdc','\xc3','\x42','\x20','\x97','\x89','\x57','\x26','\x5f','\x38','\xe9','\xdc','\x6d','\xa1','\xb6','\x29','\x29','\x5c','\x8a','\x24','\x8f','\xd3','\x79','\x4b','\x0e','\x9d','\x81','\x60','\x57','\xe0','\x93','\x89','\x42','\xfc','\x58','\xbc','\xaa','\xa8','\x57','\xfa','\x95','\xaa','\xa9','\x30','\xb7','\xab','\x86','\x59','\x2f','\x94','\x65','\xac','\x9c','\xdf','\x05','\x9d','\x65','\x7e','\x1a','\x7f','\x39','\xe2','\x2d','\xce','\x3e','\x74','\x76','\x76','\xe8','\x6f','\xa7','\xf1','\x77','\x2a','\xe4','\x95','\x93','\xca','\x77','\x1f','\xb7','\x2f','\x95','\x82','\x9c','\xaa','\x45','\x14','\xa5','\x76','\x1c','\x21','\x7e','\xfa','\x71','\x4b','\x56','\x2f','\xf2','\x2c','\x33','\x96','\xad','\x5a','\xcb','\xbc','\x31','\x4d','\x79','\x21','\xd9','\x6c','\xd2','\xb8','\xed','\x8d','\x1f','\xff','\xc2','\x19','\xef','\xee','\xf1','\xd9','\xb6','\xf1','\xd9','\xf0','\x84','\x94','\x9c','\xa0','\xf3','\xa5','\x50','\xa8','\xdc','\x2e','\x28','\x58','\xd4','\x70','\x3b','\xdb','\x17','\x74','\xb4','\xb5','\xa0','\xa9','\xc6','\xa1','\x98','\x31','\x1a','\x33','\xf6','\xec','\x2a','\xb8','\xb1','\xc2','\x74','\xec','\x01','\xc0','\xae','\x07','\x9f','\x8a','\xfd','\x11','\xff','\xb1','\x30','\xed','\x16','\xa6','\x8d','\xc2','\x53','\x9f','\x2e','\xb8','\xeb','\x87','\xa7','\x3b','\x87','\xa7','\x63','\x4b','\xd3','\x0b','\x93','\x33','\xa1','\x80','\x87','\x03','\x96','\xe8','\xe3','\x94','\xef','\x83','\xa5','\xad','\xa6','\xa7','\x16','\xb4','\x98','\x51','\x68','\xd5','\x33','\xca','\x2a','\x71','\x63','\x8f','\x4c','\xb7','\xea','\x04','\x78','\x6e','\x01','\x19','\xba','\xfd','\x69','\x5d','\x5f','\x3f','\x64','\x74','\x7e','\x4a','\x88','\x7d','\x6a','\xc3','\xc2','\xb3','\xb4','\xbd','\xbb','\x81','\x7d','\x2b','\x3c','\xaf','\xab','\x2d','\x10','\xdb','\x73','\xe1','\x3e','\xd4','\x10','\xb5','\x4d','\xc7','\xce','\xd3','\x16','\xcc','\xc6','\x7b','\xe5','\xd5','\x2f','\x2f','\x08','\xa8','\x89','\x45','\x01','\xb1','\x71','\x1e','\x6b','\xf2','\x6c','\xb7','\x55','\x90','\x77','\x81','\x07','\x7b','\x86','\x89','\x79','\xca','\xcd','\x9c','\x2a','\x37','\x61','\xae','\x0a','\x5c','\xfe','\x1b','\x60','\x07','\x08','\x5b','\x6d','\xf0','\x9e','\xfd','\x38','\x49','\x1e','\x27','\x3d','\xc7','\xe1','\x41','\xd2','\xa0','\x47','\x90','\xbb','\x96','\xc0','\x17','\xfd','\xd2','\xd4','\xf3','\xad','\xa7','\xf7','\x11','\x76','\x9c','\xb4','\x1a','\xbe','\x09','\x78','\xe8','\x88','\x0c','\x9e','\xb1','\x0e','\x15','\x8f','\xa1','\x01','\x05','\x01','\x0f','\x30','\xe4','\x3d','\x09','\xd8','\xd8','\xb0','\xbd','\xeb','\x36','\xc6','\x76','\xda','\xe0','\x29','\x4e','\x46','\x6d','\xe3','\x90','\x6d','\x14','\x9b','\x69','\x5c','\x78','\x2e','\x8c','\x2c','\x3c','\x20','\x62','\x25','\xf6','\x4d','\xe3','\x3e','\xc9','\x7b','\x97','\xa7','\xa4','\x81','\x77','\xb5','\x21','\x2c','\x02','\x5f','\x07','\x4f','\x55','\x80','\xf1','\x11','\x8f','\x35','\x01','\x23','\x48','\x94','\x69','\xfe','\x34','\x63','\x8c','\x5c','\x35','\x0a','\x19','\x06','\xf3','\xf5','\x4c','\x53','\x68','\xc9','\x23','\x35','\x1c','\xc8','\xe0','\x02','\x69','\x7e','\x79','\x15','\xc7','\x30','\xa2','\x2d','\xfe','\xe7','\x45','\xcd','\xbb','\xac','\x11','\xbf','\x4c','\xb0','\x6c','\x4e','\x4a','\x99','\xa9','\x0a','\x24','\x07','\xf9','\xf3','\x93','\xe6','\x44','\x02','\xa8','\xe3','\xa7','\x74','\xe0','\xdb','\x1f','\xe7','\x19','\x25','\x48','\x3b','\x5b','\x59','\x5e','\xfd','\xbd','\xbc','\x6a','\xf0','\xfc','\x19','\xe5','\x88','\x9d','\xf7','\xea','\x79','\xce','\xa0','\x62','\x70','\xea','\x45','\xbd','\x09','\xb3','\xa4','\x67','\xce','\xb4','\x78','\x6e','\xcd','\x72','\x33','\x9d','\x70','\xaa','\xad','\x9c','\xf2','\x6a','\x9d','\x24','\xd4','\x45','\x8e','\x75','\x11','\x25','\x44','\xe4','\x10','\x41','\x37','\xf7','\x8b','\xe7','\x07','\xc9','\x5a','\xe6','\xdb','\xd3','\x46','\x56','\x34','\x72','\xc4','\x38','\xe2','\x9a','\x6f','\x94','\x8c','\x02','\x36','\xf4','\x3a','\x4f','\x79','\x03','\xe9','\x6f','\xe0','\x10','\xad','\xdb','\xcd','\x2f','\x37','\x0f','\xd4','\xcd','\x2c','\x7e','\x41','\x7e','\x8f','\x1b','\xe7','\xa9','\x77','\xcd','\x61','\x43','\x07','\x79','\x61','\xfe','\x9b','\x62','\xdc','\x3f','\xc7','\x7f','\x57','\x33','\xd9','\x31','\x27','\xfb','\xb2','\x91','\x8f','\x1a','\x46','\xbb','\xc9','\x5c','\xcd','\x11','\xa7','\xf9','\xc4','\xb2','\xf5','\xf4','\x0c','\xdf','\x78','\x6e','\x79','\x53','\x7b','\x10','\xf6','\x0f','\xa7','\xf3','\x86','\x79','\xbd','\x66','\x30','\xfd','\xbf','\x5f','\x66','\xa5','\x79','\xa5','\x66','\xc0','\xa3','\x67','\xc3','\xd0','\x91','\x59','\x27','\x1f','\xd2','\x1e','\x7e','\x57','\x06','\xb7','\x9d','\xf1','\xbc','\x57','\x14','\xb2','\x0e','\x60','\x3e','\xaa','\x64','\x4e','\x2a','\x99','\x47','\x01','\xe6','\xa3','\x2d','\x81','\x7d','\xc2','\xe4','\xe6','\x17','\xda','\x1e','\x4d','\x79','\xaf','\xa4','\x88','\x9a','\x22','\xe1','\x3e','\x20','\x26','\xf5','\x6d','\x64','\xdb','\x5c','\xb3','\x1e','\x48','\xde','\xf3','\x3d','\x44','\x3a','\x19','\x88','\xf9','\xa4','\x9b','\xf9','\x72','\x39','\x33','\x03','\x30','\x67','\xf6','\x64','\x66','\x0e','\x02','\xbe','\x5c','\x34','\x67','\x14','\xd2','\x29','\x93','\xce','\x62','\xdb','\xcc','\x01','\xef','\x7b','\x07','\xc9','\xc6','\x32','\x79','\xf8','\x24','\x64','\xba','\xf2','\x33','\xa0','\xd5','\xac','\xc4','\x8a','\xf7','\x06','\xcf','\xf5','\x26','\x6a','\xe6','\x34','\x27','\x05','\xad','\x94','\x19','\x4c','\x5e','\x02','\x4e','\x3b','\x66','\x65','\x14','\xf2','\x71','\x04','\x75','\x52','\xd5','\xbd','\x2b','\x3a','\x21','\x39','\x00','\xcd','\xc3','\x85','\x0f','\x7b','\x57','\x7b','\x60','\x37','\xc1','\x79','\x52','\x35','\xbc','\xab','\xec','\xf4','\x37','\x45','\x3a','\x24','\x73','\x6a','\x2a','\x53','\x5e','\xca','\x4c','\xa6','\x33','\xa5','\xbc','\x59','\xca','\x03','\x6b','\xf7','\x14','\xa7','\x7c','\x2f','\xb7','\xb8','\xdc','\xc9','\x39','\xd7','\xbb','\x9a','\x5e','\xa3','\x76','\xe7','\x1c','\x68','\xb8','\xdd','\xc7','\x29','\x3a','\xe7','\x4b','\xde','\x8f','\xe3','\x24','\xc8','\x0c','\x9a','\x68','\x4e','\x90','\xcc','\x9f','\x3c','\x9d','\x79','\xf4','\x85','\xcc','\xb4','\x06','\xb4','\xb4','\x13','\x9c','\xfa','\xfb','\x38','\x50','\xbe','\x13','\x12','\x27','\x78','\x5b','\xdb','\x97','\xb6','\x78','\xaf','\x4c','\x93','\x8e','\xaf','\x12','\x69','\x1b','\x91','\xf7','\x03','\x97','\xab','\x0f','\xb7','\x78','\x41','\x2d','\x0b','\xd2','\x0b','\x22','\xc8','\x30','\x08','\x7a','\x38','\x7b','\x1c','\xf0','\xf5','\x97','\xcc','\xe7','\x67','\x32','\x4d','\x7c','\xed','\x6b','\xe6','\xd7','\xbe','\x46','\xb6','\x7e','\x8d','\x24','\xab','\x64','\xf6','\xb8','\x57','\x3f','\x4e','\xe4','\x35','\x7c','\x99','\xfd','\xd6','\x07','\xd7','\x33','\x57','\x6a','\xc2','\xfc','\xe6','\xd3','\x99','\x55','\x30','\x99','\x6c','\x7f','\x9a','\xec','\xb8','\x4e','\xbe','\x79','\x87','\xb7','\x82','\xf9','\x55','\x98','\x26','\x76','\x31','\x35','\x17','\xc6','\x6d','\xc1','\x37','\xa5','\xbe','\xe5','\x70','\x4e','\xad','\xe3','\xde','\x5b','\x1e','\xf6','\x69','\x6d','\x13','\x32','\xf9','\x11','\xa5','\x85','\x90','\x42','\xf1','\x45','\xfe','\x50','\xfa','\xc3','\x4d','\x0a','\x43','\x8b','\x47','\x68','\xbe','\xec','\x79','\x2e','\x5c','\x2e','\xf2','\x23','\xf3','\x8c','\x93','\x29','\x69','\x99','\x49','\xc8','\xef','\x60','\x96','\x29','\xf0','\x1b','\xcf','\x85','\x9a','\x94','\xb0','\x2d','\x16','\xbe','\x79','\xcb','\xbb','\x6c','\xb5','\x92','\x60','\xc2','\x19','\x0d','\xf8','\xeb','\x9a','\x64','\x95','\x98','\x67','\x1a','\xc7','\x01','\x92','\x1e','\x71','\xdf','\x73','\xd9','\x9c','\x07','\x97','\x61','\xe3','\x88','\x67','\x5e','\x4d','\x1b','\xa3','\x69','\x4c','\xd2','\xf8','\x88','\xeb','\x39','\x5c','\x60','\x80','\xb0','\x0a','\x58','\x1c','\x2d','\x7e','\xb6','\x1a','\xb4','\x10','\xe2','\xe5','\x65','\x64','\xde','\x4c','\x5f','\xbf','\x46','\x68','\x3f','\x81','\xcc','\x12','\xe7','\xb1','\x27','\xb4','\xed','\x8b','\x8a','\xf7','\x5d','\x9d','\xb0','\x13','\xa0','\xaf','\x4e','\x04','\x08','\xe0','\x61','\xa3','\xd4','\xea','\x17','\x67','\xe4','\x6b','\x12','\x25','\x99','\xcd','\x34','\x13','\xd3','\x40','\xc8','\x6f','\xde','\x9c','\xfa','\x64','\xe2','\x04','\xc1','\x25','\xd2','\x9e','\xf1','\x7e','\x78','\x80','\xec','\x94','\x49','\x4d','\x21','\xa1','\x0b','\x44','\x8d','\x92','\x48','\x3b','\x91','\x70','\xd0','\xaf','\xe0','\x0d','\x0d','\xef','\x5d','\x05','\xf8','\x8c','\x7a','\x15','\xf3','\x1a','\x5c','\x47','\xd4','\xfa','\x14','\xf3','\xe7','\xaa','\x9d','\x8a','\x56','\xe3','\x90','\xd8','\xc5','\xfb','\x99','\x8b','\xfd','\xc4','\xfc','\x11','\x49','\xf7','\x50','\xf3','\x12','\x4d','\xf7','\xcc','\x41','\x60','\x18','\xaa','\x7b','\x6f','\xbf','\x8c','\x85','\x28','\xc6','\xed','\x78','\x2d','\x2f','\xc3','\x05','\xec','\x35','\x5a','\xbc','\x76','\x90','\xaa','\xa0','\x32','\xd5','\x84','\xf9','\xac','\x7b','\x43','\x3e','\xed','\x91','\xb0','\x4c','\xc2','\x31','\xf2','\xda','\x0e','\xef','\xed','\x08','\xe4','\x69','\xea','\xa1','\xe4','\xee','\xb7','\x88','\xf0','\x38','\x5b','\x62','\x2d','\xde','\x30','\xcb','\xf6','\xce','\x73','\xc6','\x36','\xb6','\xc1','\xcf','\xdd','\xe0','\xa7','\x35','\xbf','\xfc','\x8f','\x5c','\x40','\x19','\x8b','\xc0','\x93','\x93','\x26','\xd1','\x9d','\x4d','\xbc','\xb7','\x9c','\x96','\x8c','\x38','\xdd','\x1f','\x8c','\x71','\x1d','\x38','\xdf','\x2e','\x7a','\x5e','\x9d','\xf3','\xbf','\x85','\x1c','\x73','\x6a','\x95','\x8f','\x7a','\x6a','\xc9','\x6c','\x11','\x53','\x9f','\xcf','\x58','\x35','\xf3','\xf4','\x75','\xd2','\x8e','\x21','\xc6','\x8e','\x7d','\xf9','\x75','\x4a','\xfc','\xb4','\x95','\x25','\x07','\x1d','\x65','\xce','\x79','\x8b','\x77','\xee','\x3c','\xdc','\xb0','\xe3','\xfb','\x60','\xc5','\x3c','\xd5','\xc9','\x73','\x04','\x74','\x32','\x70','\xd9','\x6d','\x26','\xd0','\x31','\x9f','\x55','\x48','\x57','\x8c','\x74','\x6e','\x26','\xdf','\x77','\xbc','\x9f','\xc8','\x4d','\xaf','\x8f','\xec','\xbf','\x4c','\x82','\x2a','\x09','\x6c','\x5c','\xe3','\x7b','\xf7','\x16','\x11','\x11','\x60','\x8d','\x98','\x4c','\x09','\xcb','\x32','\x90','\x7e','\x3f','\xf7','\x39','\xf3','\x9b','\xe9','\xcc','\x59','\xde','\xaf','\x59','\x70','\xff','\x5a','\x89','\xe3','\xfb','\x6a','\xde','\x4f','\x32','\x24','\x95','\x61','\x02','\xff','\x64','\x27','\x51','\x68','\x3b','\xda','\x42','\x50','\x82','\x9c','\x8f','\x71','\xfd','\x91','\x89','\xb4','\xc5','\xfc','\xb3','\xbf','\xcc','\x4c','\x6f','\xcb','\xfc','\xd9','\x57','\x33','\x4f','\xbd','\x6c','\x3e','\x35','\x93','\xf9','\xb3','\xff','\x98','\x99','\x3e','\x9c','\x99','\x7d','\xd5','\xfc','\xb7','\x41','\xa0','\x78','\xf0','\x21','\xb2','\x60','\x7b','\xff','\x7d','\x98','\xac','\xef','\x24','\x9d','\x1b','\x48','\xaa','\x9b','\xf4','\x35','\x88','\x6f','\xe5','\xc3','\xc6','\xf9','\xcb','\xff','\x68','\x72','\x12','\x60','\x9e','\xb8','\xc4','\x36','\xa7','\xb9','\x85','\x09','\x27','\xda','\x78','\x4e','\xc3','\x56','\x2e','\x0c','\xc0','\x2e','\x12','\xde','\xc6','\xf9','\x0f','\xd9','\xf8','\x1c','\xf7','\x7e','\x7c','\x8d','\xac','\xbb','\x83','\xb4','\xdd','\x6e','\x3e','\x26','\x65','\xc6','\x57','\x32','\x13','\x34','\xf3','\x27','\x77','\x98','\xff','\x7a','\x43','\xe6','\xd1','\x6b','\x7c','\xbe','\x6c','\xd3','\xaa','\x82','\x65','\xf0','\x9d','\x27','\x8b','\xe7','\xbd','\xcb','\xcb','\x10','\x4e','\x14','\x38','\x07','\x9c','\x66','\xcc','\x1f','\x45','\x36','\xd8','\x67','\xa6','\x42','\x17','\x21','\xc9','\x1e','\xa1','\x53','\x0c','\x9c','\xca','\x78','\x2a','\x73','\xea','\x87','\x99','\x53','\x7f','\x69','\x3e','\xf3','\xa5','\xcc','\x73','\x5f','\xe4','\xfa','\x83','\xcc','\xca','\x00','\xac','\xf4','\x0d','\xdf','\x24','\xdf','\xdf','\xe5','\x5d','\x53','\x48','\x2f','\xc7','\x50','\xaa','\xc9','\xef','\xd7','\xe2','\x0f','\x9f','\x77','\xbc','\x4b','\xc7','\xe1','\x93','\x0e','\x6c','\x3e','\xf1','\x7a','\xe6','\xcf','\x44','\x9e','\x52','\xc1','\x31','\xa7','\x51','\xe6','\x49','\x07','\x52','\xc3','\x3c','\xe9','\x98','\x33','\xc3','\x64','\x83','\x03','\x6b','\xf0','\xbf','\xba','\xde','\x4f','\x67','\x48','\x9c','\x63','\x78','\xa6','\x59','\xcf','\xcd','\x7e','\x4b','\x8b','\xd1','\x7d','\xed','\x4d','\xee','\x2a','\xf5','\xb1','\x1f','\xb1','\x03','\xa8','\xdd','\xbc','\x41','\xb3','\xfa','\x76','\xac','\x95','\xae','\x77','\x0d','\xb7','\x3c','\xa7','\x6d','\xb1','\x00','\x45','\xd4','\x05','\xaa','\x2c','\x52','\x45','\x50','\x14','\x94','\x80','\xcc','\xc2','\xdc','\xb5','\x1e','\xb0','\xed','\xa3','\x76','\xed','\xe8','\x39','\x77','\x2d','\xb3','\x30','\x5d','\x4d','\x2e','\xcc','\x70','\x83','\xff','\xd0','\x6e','\x5d','\xf6','\x1c','\x94','\xaa','\x3d','\xcd','\x27','\x0c','\xb4','\xea','\x3f','\x58','\xf5','\x1a','\xfc','\xc1','\x5d','\xb8','\xca','\xac','\x44','\x68','\xb1','\xee','\x0a','\xe7','\x8f','\xe1','\xf3','\x19','\x7c','\x41','\x24','\x35','\x4a','\xcf','\x49','\x4a','\x55','\xb6','\x79','\x4a','\x3b','\xbd','\x28','\xac','\xe8','\x9e','\xac','\x0f','\x2b','\xa3','\xa9','\x11','\xb7','\x53','\x93','\xcc','\x9f','\x44','\x50','\x96','\xb6','\x8f','\x57','\x86','\x92','\x73','\xe6','\x4a','\x22','\xa7','\x7a','\x85','\x39','\xdd','\x9c','\xd3','\x0f','\xcd','\xe9','\xba','\x32','\x7a','\xe4','\xdf','\xbb','\xfa','\x9c','\x7e','\x9f','\xa2','\xe7','\x14','\x28','\x0f','\x29','\x7a','\x76','\x45','\x67','\xff','\x45','\xc4','\x01','\xea','\x40','\x26','\xc9','\x2e','\xd4','\xef','\x7d','\xc4','\x63','\x8e','\xde','\x30','\x9a','\x4c','\xa0','\x74','\x5c','\x1c','\xde','\xe2','\xec','\xf1','\x23','\xe6','\x44','\x7a','\x40','\x84','\xc5','\xbf','\x43','\x51','\xbf','\xfb','\x98','\x77','\xd4','\x55','\x0e','\xd6','\x14','\x89','\x43','\xa9','\x29','\xb2','\xa3','\x68','\x35','\xb8','\xdd','\xa0','\xf1','\x1b','\x6b','\xb4','\xc5','\xcf','\xb9','\xf6','\x1f','\x46','\x1e','\x4c','\x84','\xbb','\xfa','\xf9','\xfb','\xd1','\x85','\xd0','\xdb','\x9e','\xa7','\x9b','\xae','\x06','\x6f','\xe2','\x2d','\x4d','\x40','\x0a','\x67','\x19','\x25','\x13','\x84','\x40','\x1e','\x79','\xb2','\x06','\xb2','\x48','\x98','\x2d','\x66','\x65','\x93','\xf0','\xf3','\x16','\xbc','\xa7','\x1e','\xd6','\x1e','\x8b','\x28','\x9e','\x4b','\x9b','\x99','\xc4','\x96','\x6b','\xe8','\xdc','\x55','\x54','\xab','\x35','\x41','\x6a','\x35','\x97','\x95','\xe7','\x40','\x20','\xcd','\x2f','\x00','\x8e','\x11','\x9b','\x7e','\x40','\x3d','\x88','\x6d','\xf5','\x2e','\x6d','\x92','\x19','\xf2','\xcb','\x95','\x70','\x25','\x41','\x82','\xcb','\x95','\xc4','\x46','\xae','\x4c','\x89','\xea','\xb0','\x15','\x7d','\x0b','\xd4','\x06','\x2b','\xff','\xef','\xf4','\xeb','\x66','\xb0','\x4f','\x6c','\xf2','\xde','\xf6','\x68','\x45','\xad','\xa8','\x2b','\xba','\x4e','\x21','\x8b','\x9e','\xce','\x1c','\x5f','\x54','\xd5','\x51','\xa9','\x88','\xaa','\xa3','\xbe','\x82','\x41','\xb6','\xe5','\x5d','\x92','\x27','\x22','\x7f','\xfb','\x23','\xe9','\x44','\x61','\xdb','\x8d','\x4e','\x34','\xbd','\xcd','\x02','\x4e','\xbf','\x5b','\xfb','\x85','\x87','\x3c','\x4f','\xe9','\x95','\x68','\x1f','\x81','\x68','\x03','\xe0','\x75','\x0c','\xfa','\xff','\x69','\x14','\x3d','\x79','\x3b','\xfa','\xc6','\x76','\xf2','\x77','\x19','\x77','\x22','\x40','\x18','\xfe','\x69','\x94','\x3c','\x79','\x3b','\xe1','\x9f','\xc0','\x8f','\x13','\x11','\x62','\x91','\xff','\xa7','\xe3','\xfc','\x81','\xfd','\x02','\x7e','\xea','\x63','\xca','\x50','\x9d','\x8e','\x35','\x09','\x1b','\x10','\xbc','\xa1','\x82','\xdb','\x28','\x90','\x73','\x86','\x1c','\x22','\xee','\x11','\x97','\x8c','\x12','\xc2','\x89','\x61','\x81','\x0c','\xb6','\x4c','\xda','\x56','\xf9','\x60','\x6f','\xa9','\xc7','\x07','\x4f','\xff','\x14','\x4e','\x29','\x06','\x74','\x82','\xcd','\x3b','\xe3','\x6c','\x94','\x1e','\x39','\x84','\x20','\xa1','\xa6','\xe1','\xa6','\x73','\x90','\xd5','\xac','\x9c','\x6f','\x13','\xf3','\xad','\x51','\xea','\xad','\x73','\x26','\xd8','\xf7','\xcf','\x3b','\x4e','\x02','\xcb','\x59','\xab','\xdd','\xa8','\x5c','\x65','\x9a','\x8c','\x6a','\x55','\x06','\xb2','\x5c','\x75','\x97','\xab','\xe4','\x82','\x4b','\xce','\x8f','\x91','\x3a','\x26','\x36','\x07','\xf3','\x4c','\x6c','\xfc','\x3e','\x7d','\x9e','\xd5','\x04','\x66','\x22','\x44','\x2a','\xe0','\x36','\xa0','\x83','\x61','\x9f','\x88','\x68','\xa2','\x1d','\x9e','\x49','\xf5','\x51','\xd2','\x27','\xbb','\xa0','\xbd','\x1a','\xb9','\x4d','\x21','\x7d','\xb4','\xed','\x32','\x9b','\xf7','\x76','\x32','\xc1','\xb6','\x5d','\x38','\x9f','\x7c','\x80','\x1e','\xb2','\x71','\xee','\x11','\x21','\x78','\x2e','\x4f','\xd1','\x6e','\x09','\x4d','\xca','\x50','\xe6','\x29','\xfb','\x04','\x82','\xea','\xd8','\x6a','\x32','\x9d','\x9b','\x16','\x05','\xff','\x8b','\xef','\x69','\x8f','\x08','\xe9','\x59','\x15','\x22','\x51','\x2a','\x12','\xc9','\x21','\x5e','\x09','\x1d','\x7d','\x04','\x7d','\x9a','\x8f','\x38','\x35','\x89','\xa2','\xba','\xaf','\x22','\xd8','\xb4','\xa2','\x9c','\x4e','\xb6','\x5f','\x27','\xf3','\x36','\x09','\x1e','\x25','\x91','\x8d','\xac','\x9b','\xef','\x1d','\xe7','\xc1','\x29','\xa5','\xe7','\x71','\x9a','\xe4','\x29','\xb7','\xc2','\xd3','\xa8','\x07','\xee','\xd4','\x37','\xe3','\xb8','\xd9','\x8a','\x70','\x9b','\x7b','\x1f','\x97','\xc9','\x9a','\xac','\x1c','\x7b','\xef','\xba','\x60','\xfd','\x92','\xa9','\xa2','\x3a','\x74','\x75','\xed','\xf0','\x9c','\xb3','\xcd','\x10','\x71','\x66','\xb8','\x1d','\xb7','\xd5','\x17','\x05','\xd6','\x54','\x4b','\x26','\x9c','\xae','\xe8','\xd6','\x7e','\x49','\x45','\x2d','\x02','\x91','\xb4','\x74','\x4e','\x27','\x73','\x39','\x92','\xcd','\xa3','\xac','\x81','\xfe','\xa2','\xe0','\x4b','\x1d','\x42','\xac','\x17','\x8f','\x9c','\x77','\x0f','\x9c','\x27','\x0c','\xd3','\x15','\x32','\x3d','\xd5','\xd6','\xc1','\x1c','\x75','\x42','\x3a','\x42','\xe4','\x27','\x98','\x14','\x6e','\xed','\x97','\x30','\xad','\x09','\x44','\x11','\x02','\x61','\x3e','\x59','\x64','\x88','\xc0','\x3d','\xd6','\x3c','\x69','\x02','\xda','\x73','\xe3','\x82','\xb1','\x73','\xd3','\xbd','\xf7','\x9d','\x6c','\x46','\x6e','\x6d','\x0f','\xd2','\x22','\x9a','\x42','\xe1','\x7f','\x22','\xc3','\xfd','\x64','\x04','\xd7','\xb4','\x2d','\xe0','\xb7','\x65','\x03','\xab','\x44','\x5c','\x3d','\xd4','\x66','\xe1','\xa6','\xa1','\xf8','\x30','\xbb','\x81','\x8a','\x9a','\xd0','\x50','\x4c','\xe0','\x10','\x6b','\x4e','\x28','\x0a','\x69','\xa8','\x5b','\x06','\x16','\x88','\x7c','\xa8','\xad','\x8c','\x99','\x93','\x04','\xb3','\x0c','\x75','\x16','\xc9','\xb1','\x3a','\xc9','\xff','\x92','\xf9','\x6a','\xd9','\x1f','\x4a','\x57','\x35','\x04','\x98','\xa3','\x80','\x8e','\x5e','\x47','\x11','\x66','\x2e','\xc6','\x5c','\xe6','\xae','\x2f','\x5a','\xe0','\x2f','\xdd','\x50','\xa1','\x0f','\x1a','\xe7','\x0f','\xa8','\x07','\xfb','\x58','\xab','\x64','\x19','\x49','\x10','\x6e','\xe7','\x8a','\xe9','\xa6','\x9e','\x73','\xdc','\x5c','\xdb','\xad','\xf5','\xc8','\x92','\x46','\x23','\x0a','\x01','\x1a','\x5a','\x78','\x7b','\xc3','\x06','\x99','\xe8','\x6b','\x20','\xc4','\x00','\xce','\xa3','\x66','\x2e','\x98','\x66','\x32','\xc2','\xe6','\x52','\x65','\xd6','\xcc','\xbe','\xd5','\x8e','\xc9','\x54','\x53','\x1d','\x85','\xd3','\xb2','\x36','\x47','\x0f','\x35','\x55','\x88','\x40','\x88','\x0b','\x0f','\xe0','\xc3','\xe4','\x68','\xa9','\xed','\x1b','\x3c','\xe7','\x9d','\x52','\x22','\xca','\xab','\x44','\xad','\x91','\xe8','\xdf','\x30','\x47','\xf1','\xe6','\x7a','\x7c','\x84','\x0c','\xba','\x6e','\x0f','\x0f','\x4c','\xe5','\x21','\xcf','\xcc','\xcb','\x73','\xe0','\xc1','\x33','\x04','\x7b','\x92','\xf0','\x29','\xf7','\x17','\x0e','\x09','\x5b','\xe5','\xb0','\x75','\x30','\x5c','\x39','\x1a','\x76','\x94','\xb0','\x75','\x34','\x6c','\xd5','\xc2','\xe3','\x8f','\x87','\x4b','\xc0','\xbd','\x79','\x8d','\xd5','\xe3','\xf1','\xf6','\x04','\x90','\x16','\x44','\x4a','\x9a','\x8f','\x0f','\x04','\x77','\x53','\x64','\x36','\x90','\x0e','\xd4','\xd7','\x4c','\xe0','\xfb','\x60','\x80','\x34','\x8f','\x30','\x82','\xb8','\x3a','\x38','\xfe','\x0f','\x58','\xa7','\x9a','\xa4','\x29','\x03','\x0a','\x95','\x29','\xe5','\xe3','\x19','\xb0','\x10','\xc3','\x70','\x19','\xb4','\xb1','\x50','\x26','\x85','\xb2','\x3b','\xea','\x90','\x43','\xc7','\x48','\x91','\x8f','\x10','\xfc','\xad','\x1b','\xc2','\x07','\xdb','\xb1','\x80','\xc5','\x2a','\x21','\xab','\x35','\x34','\x41','\x46','\x1d','\xf7','\xfd','\x95','\x7c','\x60','\x3d','\xad','\x79','\x27','\x54','\xe0','\x8d','\xef','\xa5','\xfc','\x5e','\x64','\x6b','\xb4','\xd9','\xb0','\xbb','\xab','\xe3','\xdf','\x52','\x63','\xb8','\xd0','\x72','\x94','\x0c','\xbc','\x5f','\x0f','\x11','\xd4','\x83','\x2d','\x0a','\xd3','\x3a','\x40','\xf4','\xa8','\xef','\x24','\x5c','\x52','\x46','\xec','\xc4','\xe9','\x65','\x48','\x35','\xe3','\x56','\x33','\xc4','\x05','\x81','\xb4','\x04','\x02','\xf8','\xc7','\x9d','\xcc','\xfd','\xf9','\xa0','\xf6','\xe0','\xf0','\xaa','\xb2','\xa1','\x09','\xae','\xcf','\x76','\x06','\x9d','\x1f','\x85','\x7d','\x67','\xa9','\x4c','\x2e','\x5e','\x6d','\xed','\xa4','\x6b','\xc2','\xe2','\x4e','\xb2','\x78','\x6b','\x3d','\xed','\x45','\x8d','\x14','\xc0','\xae','\xb2','\xf6','\xb0','\x5e','\x83','\xfa','\xe5','\x40','\x9f','\x7d','\x08','\xfa','\x95','\xa4','\x6e','\x92','\x77','\x87','\x95','\xc9','\x2e','\x98','\x88','\xd6','\x52','\x3d','\x4a','\x14','\xe5','\xd6','\x71','\x8e','\x0c','\xfa','\xdc','\x1e','\xcf','\x4a','\x5a','\x76','\xd8','\x72','\xc2','\xd3','\x0b','\xbe','\xd3','\x9e','\x6f','\x1a','\xfb','\x9e','\x98','\xf4','\x3d','\xb1','\x12','\xfe','\xb3','\xc9','\x5f','\x3c','\x51','\x0a','\x4f','\xbb','\x61','\x09','\x85','\x53','\x4a','\x77','\x6f','\xaa','\xab','\x37','\x15','\x49','\xf7','\xd1','\xb2','\x4a','\x95','\x8d','\xb7','\xe8','\xcf','\x80','\xa6','\x29','\x45','\x59','\xd1','\x93','\xae','\x4e','\x15','\x83','\x2a','\xa6','\xe0','\x2e','\x23','\xe5','\x71','\x94','\x24','\x82','\x9b','\xa1','\xda','\x36','\x27','\xb3','\x85','\x8e','\x51','\x9a','\x91','\x68','\x6d','\x80','\x96','\xb7','\xd1','\xf2','\x68','\x98','\xa6','\xbb','\x8e','\x96','\x68','\x72','\x55','\x0f','\x9b','\xfa','\xac','\xe0','\xc1','\x9f','\x79','\x3d','\xac','\x1e','\xc5','\x0e','\x2b','\x93','\xe1','\x64','\xd5','\x77','\x2d','\xe3','\xdb','\x7e','\xc8','\xa7','\xac','\xf8','\x94','\xd9','\x70','\x52','\xf9','\xc5','\x4f','\x0e','\x85','\xb7','\xbf','\x19','\x56','\xbe','\x1e','\x4e','\x26','\xc2','\xa9','\xcd','\xdd','\xdb','\x63','\x5d','\x8a','\x1c','\x79','\xbb','\x4e','\x75','\xfb','\x96','\xf6','\xc0','\x38','\x8b','\x8a','\xe9','\x70','\xfb','\x03','\xaa','\x8b','\x24','\x19','\x1d','\x73','\xa0','\x64','\xc7','\x96','\x5f','\xb8','\x2e','\x1b','\xb0','\xa6','\x4a','\x4b','\x36','\x89','\xd8','\x64','\x60','\x09','\x0e','\x02','\xba','\xdb','\x66','\x1d','\xbb','\x79','\x7c','\x78','\x1c','\x63','\x29','\x1f','\xf5','\x72','\xf3','\xc8','\xc8','\xa3','\x42','\xce','\x2d','\x04','\x94','\x43','\xa2','\x52','\xd8','\xe0','\x15','\x10','\x24','\x05','\x1e','\xb9','\xe6','\x18','\xb9','\x80','\x91','\x6f','\x95','\x63','\xb9','\xc0','\x68','\x2e','\xa0','\xe7','\x76','\xea','\x39','\xaa','\x9f','\x47','\x23','\x27','\x81','\x84','\x2a','\x87','\x20','\xa5','\xb5','\x06','\x91','\x1b','\x10','\xa4','\xc3','\x37','\x5c','\x84','\x5e','\xfd','\x21','\xb2','\xed','\x66','\x09','\xfe','\xd8','\x72','\x9d','\xd4','\x96','\x80','\x89','\xfa','\xbc','\x4d','\xac','\x05','\x72','\xc6','\x6b','\x5b','\x25','\x0f','\xbf','\x75','\x7d','\x21','\x88','\x02','\x2a','\x78','\xca','\x58','\x82','\xd6','\x12','\x74','\xca','\xf0','\x49','\x69','\xe4','\xfe','\x21','\x9a','\x29','\xa3','\x19','\x44','\xdd','\x83','\xce','\xcc','\x41','\x3a','\xe3','\x52','\xb7','\x42','\x8f','\x53','\x7a','\xdc','\x63','\x65','\x98','\xa1','\x9d','\x76','\x61','\xfa','\xbe','\xf1','\x61','\xfb','\x85','\x4b','\x27','\x20','\xaf','\x28','\x59','\xc2','\xe8','\xec','\x12','\xfa','\xa1','\x84','\x16','\x1b','\xc8','\xf6','\xb3','\x4f','\xdc','\xf9','\x49','\x52','\x7d','\x9c','\xbc','\x76','\x81','\x2c','\x68','\xa4','\xbc','\x42','\x5e','\xcc','\x90','\xd2','\xdd','\x6d','\x9f','\x58','\x7c','\x6f','\x7b','\x22','\x45','\x8d','\x1a','\xb0','\x4e','\x9b','\xb6','\x8e','\x19','\x0d','\x1e','\xf4','\x80','\xb8','\xc0','\x36','\x17','\xd7','\xe4','\xdb','\x1f','\xeb','\xf2','\x22','\x26','\x8b','\x69','\x72','\xf1','\x0a','\x79','\x35','\x41','\x96','\x37','\x32','\xdf','\xe4','\x56','\x7b','\x08','\xfa','\xd3','\x13','\x07','\xfd','\x09','\x07','\x8c','\xb0','\x63','\xfa','\x02','\xcb','\xbe','\xc0','\xe3','\xbe','\x5f','\x30','\x07','\x30','\x43','\x73','\xdb','\x3c','\x6f','\x0b','\x10','\xf6','\x1e','\xe3','\xfa','\x53','\xe3','\xfa','\x53','\x49','\x87','\x8f','\x96','\xba','\x6e','\xd5','\x1f','\xe4','\xe7','\xeb','\x54','\x6d','\x50','\x59','\x04','\xfd','\x97','\x45','\x30','\xaa','\xcd','\x92','\x13','\x35','\x7b','\xe5','\x42','\x5b','\x45','\x27','\x79','\xb5','\xd5','\x2a','\xe6','\x17','\x87','\x38','\xd5','\x9b','\xd2','\x20','\xb6','\xf2','\x73','\x84','\xb2','\x9e','\xa7','\x31','\x53','\xf3','\x21','\xf5','\x58','\xbc','\x9e','\xa9','\xe1','\xb6','\xe7','\x64','\xd8','\x07','\x4c','\xaf','\xad','\xd2','\xdf','\xca','\x22','\x07','\xf9','\x8c','\x6e','\x59','\x5f','\xec','\xf8','\x3b','\xe8','\xb9','\x3d','\x53','\xe5','\xe4','\x54','\x39','\xec','\x39','\xcc','\x59','\x44','\xf6','\x94','\x7f','\xba','\xe6','\x0b','\x4f','\xfb','\x5e','\x74','\x69','\xaf','\xe4','\xec','\x95','\xba','\x7f','\xe1','\x86','\xff','\x9b','\x44','\xb3','\x52','\xf8','\x21','\x37','\x7c','\xbf','\xc4','\xd0','\x95','\xf5','\x68','\x16','\xdd','\x3c','\x5f','\x41','\x1f','\x66','\xdb','\x15','\x7e','\xa8','\x14','\x7c','\xa7','\xe4','\x8d','\x97','\x57','\xe3','\x2a','\xa7','\x1f','\xf9','\xc4','\xac','\x91','\x9c','\x36','\x92','\x53','\xfc','\xd2','\xfd','\xa4','\x91','\x2c','\x99','\x6f','\x97','\x58','\x69','\xf8','\x4a','\x98','\xa1','\xe3','\x5b','\xb8','\xa3','\x8c','\xc3','\x56','\xf0','\x1d','\x4b','\xe0','\x97','\x08','\x22','\x40','\x10','\xea','\xd1','\xe6','\xab','\xca','\x07','\xca','\x6c','\x38','\x68','\xb6','\x42','\xb3','\xd3','\x34','\x3b','\xcb','\xcb','\x29','\xfe','\x36','\x74','\x32','\x7a','\xa9','\xd4','\xfa','\x4e','\x0b','\xdf','\xe2','\x9f','\x5b','\xd1','\x4b','\x16','\x85','\xa0','\x0d','\x0b','\x65','\x31','\xeb','\x64','\xef','\x7c','\x69','\x97','\xaf','\xa4','\xf8','\xca','\x80','\x70','\x45','\xfd','\xc5','\xb4','\x32','\x3f','\xab','\xcc','\xb3','\x72','\x8a','\x5f','\x15','\x99','\x5c','\xbd','\x2d','\xc2','\xf1','\x4e','\x49','\xbd','\xf4','\x2d','\xcf','\x57','\x3e','\xea','\x6b','\x25','\x6b','\x03','\x24','\xb1','\xf7','\x8e','\x47','\x78','\x56','\x08','\xb6','\x87','\x31','\xaf','\x8c','\x3e','\x54','\x91','\xb2','\xd3','\x4a','\x76','\xb6','\xf7','\xd2','\xb4','\x36','\x3f','\x65','\xf1','\xdb','\x10','\x72','\xb6','\xa4','\xbe','\x0d','\xc9','\xd8','\x56','\xf1','\x2d','\x05','\x62','\xce','\x2c','\x88','\x65','\xca','\x02','\xe4','\x24','\x56','\xdf','\xf1','\x94','\x64','\x89','\xa3','\xcc','\x51','\x51','\xdf','\x9e','\x56','\x92','\xb3','\xc8','\x37','\x8d','\x7c','\x53','\x28','\x59','\x36','\xdf','\x99','\x84','\x2c','\x6c','\x0c','\xc9','\x92','\xfa','\x0e','\x17','\x7c','\xdf','\x12','\x7c','\x65','\x36','\x38','\xde','\xb8','\xd5','\x6c','\x95','\xe8','\xc3','\xed','\xe3','\x1e','\xc9','\x42','\xe0','\xbb','\x94','\x2c','\xcb','\xbe','\xf2','\x90','\xaf','\x22','\x30','\x83','\x38','\x3e','\x8b','\x07','\xa7','\x09','\x1b','\x9f','\x64','\x59','\x4a','\x4e','\xca','\xbe','\xd2','\x81','\x6c','\xe9','\xf4','\xdb','\xbf','\x64','\x7c','\x80','\xc9','\x81','\x34','\x2f','\xd3','\xbd','\x8f','\x7a','\x0b','\x51','\xaf','\x4e','\x6d','\x1d','\xc0','\x04','\x84','\xba','\xbd','\x46','\x1f','\xb0','\x4d','\x03','\x7a','\x3d','\x78','\x3d','\x3a','\x84','\xfc','\x13','\x48','\x10','\xd8','\xd1','\x86','\xd5','\xf0','\x10','\x0e','\xbe','\xc3','\x14','\xa8','\x24','\x7e','\xa2','\x34','\x9c','\x2c','\x27','\xb2','\xe5','\xfe','\xc1','\x8a','\x32','\x3e','\x8d','\x92','\xb3','\xe6','\x3b','\xd3','\x28','\x3b','\x85','\x06','\xcb','\xfe','\x71','\xde','\xaf','\x70','\xc9','\xbb','\x54','\xfa','\x3f','\x7c','\xa5','\xa1','\xd5','\x7e','\x35','\xd3','\x7f','\x44','\x39','\x01','\x4e','\xe6','\x14','\x1e','\xfb','\x85','\x97','\x39','\x55','\xe2','\x80','\xf7','\x26','\xc7','\xde','\xa9','\x64','\x4e','\xb1','\x91','\x99','\x45','\xc9','\x69','\xf3','\x9d','\x29','\xb8','\x75','\x12','\x9e','\xf4','\x7e','\x51','\x02','\x1a','\xd8','\xd5','\xd1','\x46','\xd9','\x6f','\xa1','\x6c','\x19','\x5d','\x02','\xfa','\xbe','\xe6','\x7b','\xab','\x88','\x0f','\x78','\x77','\xd9','\xe8','\xc9','\x49','\x68','\xcf','\xf3','\x2f','\x96','\xe3','\x2f','\x56','\xe2','\x2f','\x4e','\xab','\x2f','\xce','\x8a','\xd9','\xe9','\x8e','\x4b','\x53','\xfa','\x7c','\x39','\xe2','\x9b','\xa4','\x7c','\x84','\xf9','\x77','\x4a','\xcf','\xbf','\x58','\x8a','\xbf','\xf8','\xad','\xf8','\x8b','\x65','\xf5','\x45','\x4b','\xcc','\x5a','\x1d','\x9c','\xee','\xef','\x3d','\xf3','\xa5','\xbe','\x5d','\xee','\x4b','\xc2','\x38','\x0b','\x6d','\xb3','\x40','\x4a','\xe5','\x83','\xf6','\xa8','\x6f','\x4f','\x36','\xbf','\xb0','\xe3','\xc5','\xd2','\xf6','\x16','\xbe','\xb5','\xe3','\x45','\x36','\xb3','\x70','\xe1','\x44','\x7d','\x1b','\xca','\xf7','\xf4','\xeb','\xd8','\x3b','\x65','\xe0','\xa8','\xf1','\x4d','\xab','\x6f','\xcf','\xf6','\x25','\xa7','\xfb','\x92','\x53','\x70','\xc5','\xe0','\xed','\xc9','\xbe','\x64','\xa9','\x09','\xd6','\x2f','\x18','\xab','\xb6','\x6f','\x31','\xcd','\x6f','\x8e','\x4f','\x13','\x3d','\xcb','\xa5','\x8e','\xc7','\xbd','\x70','\xb9','\x1a','\x9e','\x5a','\xf2','\xcd','\xd4','\x4c','\x6f','\x39','\x68','\x2d','\xb7','\xad','\x9c','\x5f','\xf7','\xdc','\x72','\xc7','\xe3','\xb5','\x9e','\xd2','\xd2','\xa0','\x55','\x95','\x68','\x75','\x23','\xad','\xf6','\xb9','\xd5','\x58','\xa5','\x9a','\xae','\x54','\xbf','\x59','\xa9','\x46','\x2a','\xff','\x78','\x9b','\x57','\xa3','\xd4','\x96','\xa8','\x2d','\xf3','\x07','\x25','\x48','\x41','\x5e','\x03','\xaf','\x0b','\x7a','\xeb','\x90','\xc2','\xb0','\x57','\x51','\xcc','\x86','\x72','\xbf','\x72','\x13','\x56','\x94','\x43','\x2b','\x4a','\x51','\x51','\xf4','\x55','\x98','\x2b','\x37','\x64','\xf8','\xf1','\xed','\x15','\x76','\x4e','\x46','\x59','\xdb','\x7b','\xdb','\x5a','\xef','\xe3','\x58','\x67','\xdd','\x73','\x7f','\xc9','\x7c','\xcb','\x3b','\xfc','\xc7','\xa5','\xc3','\x7f','\x3c','\x79','\x38','\x3b','\x75','\x38','\x6b','\x7d','\xfe','\x52','\xf1','\xfe','\x4b','\x7a','\x31','\xab','\xeb','\x0c','\x79','\x80','\x79','\x59','\xd7','\x73','\x39','\x40','\x81','\x21','\x6f','\xbe','\x69','\xea','\xd2','\x2e','\x54','\x00','\xbe','\x8b','\xf5','\x58','\x69','\xe2','\x1e','\x43','\x31','\xaf','\x2b','\x87','\x0b','\xea','\xe1','\xd1','\xe8','\xe1','\x43','\xe8','\x70','\x11','\x7d','\xbe','\x4e','\xee','\x7f','\xcb','\x2d','\xe6','\x88','\xce','\x90','\xa5','\x0c','\xe6','\xa5','\x39','\x5d','\xe7','\x0f','\x59','\xf4','\x86','\x9e','\x3d','\x6d','\x5e','\x6e','\xd7','\x47','\x31','\xca','\x3f','\xe7','\x5d','\xa3','\xeb','\x85','\x16','\xee','\xc9','\x03','\x37','\xe9','\xe1','\x3c','\x5d','\xc3','\xe7','\x2f','\xd3','\xfb','\x2f','\xd3','\x62','\xbe','\xa1','\xe7','\x69','\x13','\xe6','\x65','\xba','\x26','\xeb','\xf9','\x46','\xf3','\x47','\xa4','\x13','\x6f','\x65','\xd7','\x7a','\x5f','\x63','\x7d','\xc8','\x5e','\x8f','\xec','\x7b','\x78','\x1e','\xf9','\xc3','\x3a','\x43','\xf5','\xb0','\xe9','\x1d','\xce','\x9e','\xff','\xfc','\xa5','\xf3','\xf7','\x5f','\x3a','\x5f','\xcc','\x2f','\xeb','\x0c','\xb9','\x9a','\x6e','\xd4','\xcc','\xd7','\xcf','\xea','\x87','\xaa','\x7a','\xb1','\xaa','\x73','\xea','\x4b','\xb3','\x0e','\x25','\xd2','\x2d','\x6f','\xa5','\xce','\x6a','\x58','\xef','\x63','\x28','\xdf','\x93','\x05','\x4e','\xd7','\xc3','\xb9','\xc8','\xe1','\xfb','\xe8','\xe1','\xfb','\xe7','\x0e','\xeb','\x73','\x9f','\xaf','\xeb','\xf7','\xd7','\xed','\x62','\xb6','\xa4','\xe7','\x3d','\xfd','\xbe','\x92','\xce','\x06','\xf0','\x52','\x49','\xcf','\xde','\x80','\x79','\xc9','\x65','\xe5','\x4d','\xf5','\x4c','\xaf','\x5f','\x17','\xb9','\xc7','\xa0','\xe6','\x35','\xe5','\x70','\x3e','\x7e','\x58','\x4f','\x1f','\x36','\xdf','\x3d','\x7c','\x44','\xf8','\x7c','\x1d','\xdd','\xff','\x86','\x53','\xe4','\x71','\xa2','\xfa','\x88','\xa3','\x73','\x3a','\xdc','\xa6','\xd0','\x84','\x79','\x65','\xa7','\x6e','\x50','\x54','\x80','\xc7','\xd4','\xeb','\x31','\x69','\xe2','\x1e','\x1e','\x45','\x7f','\x78','\xc4','\x39','\x6c','\x90','\xc3','\x3a','\x62','\x80','\x71','\x7e','\xc3','\x2d','\xea','\x6b','\xff','\x8d','\x9a','\x6f','\xb8','\x37','\x7e','\xd2','\x0d','\x36','\xbf','\xba','\x8e','\x6e','\x19','\xe7','\x90','\x7b','\x4f','\x1e','\x52','\x5c','\xdd','\x18','\x67','\xd3','\x83','\xf6','\xbc','\x4e','\x8a','\x23','\xee','\x8d','\x06','\xbc','\x71','\xa3','\x31','\x3a','\x7f','\x17','\xc0','\x04','\xa4','\x17','\xbd','\x15','\x7d','\x3d','\x62','\x30','\xd6','\x87','\xbc','\x7b','\x20','\xaf','\xbd','\x74','\x38','\xff','\x1c','\xaf','\xa7','\x72','\x38','\xf7','\xf7','\x9f','\xbf','\x72','\xfd','\xfe','\xd7','\x7b','\x8b','\x87','\x86','\xd8','\x1f','\x85','\xbf','\x7f','\xc4','\x33','\xeb','\xfa','\xcd','\xff','\x35','\x7f','\x04','\x6e','\xf2','\x25','\xe9','\xf6','\x40','\x0b','\xbf','\xfb','\x27','\x4f','\xb3','\x79','\xff','\xdd','\x49','\xa9','\x85','\xc7','\x07','\xfe','\xf9','\x63','\x03','\xbf','\xf3','\xd8','\x80','\xfe','\xdc','\x1f','\x69','\x4f','\xfd','\xae','\xf6','\xd4','\xef','\x69','\xcf','\xff','\x99','\xf9','\xb7','\x9d','\xda','\xa4','\xb4','\x06','\x93','\x97','\xab','\xfa','\x5c','\x5a','\x1f','\xf5','\xd6','\x0b','\xe8','\x9e','\x3c','\xe2','\xe3','\xe3','\x1e','\xfe','\x3c','\x39','\xfc','\x05','\x72','\x38','\x4f','\x3e','\x7f','\xd9','\xb9','\xff','\x32','\x29','\xb2','\xc6','\x14','\xfc','\xfa','\x88','\xa7','\x17','\x66','\xcc','\xd7','\x67','\x58','\xb9','\x06','\x48','\xdb','\xaa','\x23','\x2d','\x49','\xcd','\x77','\x9c','\x82','\xaf','\x32','\x32','\x5f','\xb9','\x5f','\x88','\x66','\xfd','\xa1','\x23','\xaf','\xa3','\xdc','\x84','\x5b','\xd0','\xcb','\x87','\xe4','\x83','\x3a','\x2a','\x9a','\x8d','\x8b','\xba','\x00','\xa9','\x46','\xe0','\x29','\xe5','\x30','\x4f','\x25','\x36','\x49','\xa3','\x42','\xe3','\x3d','\xb7','\x45','\x90','\x5e','\xf7','\x56','\x98','\x06','\x56','\xd9','\xe0','\xb0','\x25','\x76','\x4f','\x36','\x60','\xfe','\xcc','\x3d','\x9c','\x2f','\xc1','\x64','\xe5','\x33','\x87','\x73','\x7b','\x3e','\xff','\xa3','\x3d','\xf7','\xff','\xe8','\x9e','\xa2','\x71','\x8f','\x5e','\xd8','\xaf','\x1f','\x0a','\x36','\xd9','\x74','\xdf','\xdf','\x1e','\x76','\xb8','\x66','\xbe','\xd2','\x7a','\x5f','\x60','\x7d','\xb8','\xb0','\x7e','\x5d','\xfc','\x9e','\xf9','\x80','\xf9','\x46','\xe4','\xf0','\xff','\xf5','\x47','\x87','\x97','\xe3','\x87','\xe7','\x27','\x0f','\xcf','\x5b','\x87','\x17','\xf5','\xcf','\x43','\x9e','\xca','\xd3','\xfa','\xdb','\x55','\x7d','\x51','\xd6','\x6b','\x45','\xd3','\x5e','\xd2','\x17','\xdb','\xf5','\x5a','\x44','\xb7','\x07','\x74','\xbb','\x6e','\x2e','\x5a','\xfa','\x0f','\x11','\x6f','\xcf','\xf2','\x7a','\xe4','\xac','\x17','\x17','\x60','\xbe','\x96','\x4b','\xe6','\x9b','\x3f','\x3d','\x7c','\xce','\x3a','\xbc','\x7c','\xfc','\xf0','\xf2','\xd8','\xe1','\x65','\x74','\xf8','\xef','\xdc','\xcf','\x2f','\x6b','\xc5','\xe5','\x1f','\xe9','\x7f','\xb7','\x59','\x5f','\xfe','\x23','\x7d','\x79','\xda','\xfc','\x3b','\xaa','\x2f','\x6f','\xd7','\x2f','\xfc','\x73','\xfd','\xbb','\x33','\xfa','\x7f','\x91','\xcc','\xfa','\x0a','\x5b','\x1f','\x68','\x7e','\xce','\xbb','\x24','\xb3','\x96','\x30','\xe5','\x81','\xf6','\xbc','\x12','\x37','\xcf','\x39','\x87','\x5f','\x89','\x03','\x98','\x60','\xa3','\xc3','\x9e','\xf7','\x79','\x1b','\x15','\xf9','\xbd','\x45','\xc0','\x39','\xc7','\xb4','\x45','\x7d','\x99','\xc0','\x25','\xfa','\x05','\x49','\xb7','\x13','\xd0','\x2f','\xe6','\x9d','\xb2','\xdd','\x69','\xc5','\x59','\x1f','\x62','\x4b','\x43','\x5b','\x8f','\xd2','\xf7','\x5c','\x64','\xea','\xa1','\x1d','\x3e','\xeb','\x1c','\x5e','\x1a','\x06','\x70','\xe1','\xf3','\x4b','\xc3','\xc5','\xb3','\x0e','\x90','\xd1','\x9e','\x73','\x59','\x69','\xda','\xbb','\xf5','\x8b','\xf0','\xbb','\xfa','\x2b','\x71','\xfd','\x95','\x97','\xcc','\xd7','\xbe','\xa1','\x5f','\x78','\x12','\xd9','\x75','\xaf','\x5e','\x85','\x49','\x47','\x68','\x7d','\x68','\x27','\xb4','\xe7','\xc7','\xac','\x25','\x3b','\x0f','\x2f','\x48','\xd0','\x1e','\x56','\x2e','\x48','\x9f','\x3f','\xe7','\x14','\xd9','\x9f','\x5e','\xe8','\xd4','\xd9','\x9f','\x5e','\x1c','\x36','\xab','\x69','\xfd','\xd5','\x6d','\xfa','\x4f','\x14','\x7d','\x81','\xea','\x17','\x2f','\x9a','\xaf','\xb6','\xeb','\xcb','\x78','\x03','\x12','\x37','\x7a','\xc7','\xa4','\x71','\x31','\xf2','\xce','\x40','\xb3','\x3c','\xf0','\xe8','\xfa','\x26','\x3d','\xf2','\x45','\xef','\xa7','\xf6','\x6e','\x3e','\xd1','\xc7','\x69','\xd4','\x77','\xcb','\x44','\xfb','\x91','\x15','\x44','\x7a','\x9b','\xd7','\x50','\xf4','\x8b','\xf6','\x62','\x35','\xe8','\xb3','\x7c','\x56','\x1d','\x32','\x44','\x43','\xb6','\x68','\xbb','\x5c','\xb7','\x33','\xb6','\x3d','\x3a','\x5d','\x7d','\x20','\xea','\x91','\xe6','\x13','\x6c','\xce','\x9c','\x1f','\xe1','\x76','\xfe','\x63','\xa7','\xdd','\x9d','\x17','\xaa','\xdb','\x18','\x78','\x30','\x6a','\xf9','\x56','\x5e','\x7d','\xe6','\x11','\x84','\x2e','\x7a','\x0e','\xcf','\xca','\x5d','\x7e','\x2d','\x91','\x39','\xed','\x3e','\x60','\xd9','\x0f','\xa0','\x25','\xf2','\x39','\x97','\xbf','\xf1','\x59','\x20','\xaa','\x17','\x09','\x88','\x1b','\xfd','\xe2','\xc7','\x8e','\x77','\xee','\xf4','\xbc','\x6d','\xb6','\xbd','\x0d','\xce','\x78','\x4b','\xe5','\xe8','\x6a','\xba','\x6a','\x0e','\x7e','\x1f','\xcd','\x32','\x2f','\x95','\xb1','\xe0','\x62','\xbf','\xe4','\xfd','\xff','\x68','\x3b','\x9a','\x8b','\x5a','\xfa','\x1d','\xd9','\xd3','\x89','\x04','\x3e','\x0f','\x37','\xb9','\x5c','\xe6','\x24','\x84','\xbd','\x46','\x18','\x8b','\xcd','\x32','\xc9','\xba','\x83','\x51','\xaf','\xe7','\x68','\x98','\xb9','\xa2','\xfe','\x50','\x33','\x17','\x03','\x7f','\xdf','\xdd','\xc6','\x5f','\xc5','\x8a','\xdc','\x27','\x91','\x7c','\xa5','\x9e','\xf1','\x92','\x3a','\x5f','\x4a','\xfb','\x4a','\x25','\xe6','\x0a','\x0e','\x96','\xcc','\xcb','\x25','\x2c','\x60','\x3c','\x81','\xd3','\x97','\x71','\x62','\xb1','\xbd','\xbf','\x44','\x76','\x60','\x82','\x0b','\x24','\x08','\xf7','\x2f','\x68','\x51','\x6a','\x68','\x3a','\xab','\x58','\xc6','\x01','\xb9','\x2d','\x28','\x93','\xaa','\x2c','\x1a','\x32','\x35','\x64','\x09','\xcb','\x3d','\x25','\x59','\xad','\xca','\x69','\xac','\x94','\xb0','\x84','\xd3','\x92','\x79','\x45','\xc2','\x4c','\x28','\x49','\xe9','\x2b','\x34','\x51','\xa3','\xfd','\x65','\xba','\x83','\x10','\x2c','\x92','\xe0','\x05','\xe2','\x4a','\xa1','\xa2','\x8c','\x35','\x0d','\x43','\x4e','\xb4','\x79','\x4b','\xb0','\x74','\x01','\x0d','\xb0','\x93','\x07','\x19','\x20','\xd2','\x76','\x24','\xe7','\xd0','\xda','\xbd','\xfe','\xa0','\x77','\x86','\xd0','\x8d','\x0a','\xc5','\xf6','\xea','\x05','\x9f','\x00','\xb5','\x04','\x5a','\xf7','\x55','\x6c','\x5f','\xc5','\x42','\xe1','\x96','\xfb','\x84','\xf9','\xbd','\xbf','\x36','\x78','\x85','\x0a','\xce','\x03','\x73','\xae','\xa0','\x5f','\xa7','\xbd','\x5b','\xfa','\x75','\x89','\xfb','\xba','\x13','\x25','\xde','\x2f','\xdc','\x3f','\x81','\x77','\xf8','\x31','\x36','\xda','\x83','\x93','\xc4','\x15','\x49','\x51','\x82','\x38','\x61','\x3e','\x3e','\xa4','\x8d','\x0d','\xfe','\x7c','\x59','\x64','\xae','\xda','\xfd','\x65','\x69','\x5d','\xb9','\xe7','\xd1','\xb2','\xfa','\x4a','\x39','\xfd','\x91','\x72','\xe9','\x23','\x65','\x7c','\x37','\x69','\x5d','\x11','\x3a','\x5e','\x49','\x5f','\xb9','\x90','\xa8','\x16','\xfb','\x27','\x95','\x1d','\x64','\x00','\x1f','\x52','\x83','\x95','\x07','\x5d','\xc9','\x28','\xf6','\xd6','\x35','\xcd','\xbe','\x51','\xcf','\x12','\x11','\xef','\x23','\xb4','\x50','\x96','\x02','\xb5','\x9e','\xc9','\x0b','\xea','\x02','\x4d','\xfb','\x69','\xc9','\xaf','\xe0','\x21','\xc5','\xbc','\xa4','\x63','\x9f','\x8e','\xc7','\xed','\x74','\xdd','\x4a','\xcc','\xdb','\xfd','\xe3','\xfa','\x0e','\x41','\xc6','\x39','\x25','\x38','\x49','\x5d','\x31','\xda','\xbc','\xe7','\x02','\x17','\x19','\x82','\x5a','\x1b','\xd6','\x48','\x55','\x13','\x8d','\x0c','\x35','\xfe','\x50','\xc2','\xa3','\x3d','\xa5','\x9a','\x7a','\x36','\x93','\xc6','\x99','\xd2','\xc6','\x0c','\x4e','\x43','\x84','\x38','\xc6','\x19','\x5c','\xfa','\x6c','\xfa','\x4a','\x26','\x51','\xd5','\xfa','\x4b','\xda','\x0e','\xbc','\x1b','\x1b','\xfe','\x60','\xc9','\xef','\x62','\x81','\x8d','\xa0','\xc6','\x74','\x26','\x00','\xb1','\x17','\x6d','\xac','\x4d','\x55','\x24','\x1a','\x88','\x1a','\x58','\x0a','\x79','\x3d','\x65','\xac','\x2e','\xe3','\xb4','\xc8','\xa6','\xc8','\xc0','\x77','\x5f','\x37','\xeb','\x18','\x62','\x21','\x2c','\x9c','\xae','\x3f','\x92','\x38','\x57','\xed','\x3f','\x81','\x77','\x04','\x30','\xd6','\xdb','\x83','\x16','\x71','\x81','\x71','\x18','\x78','\xad','\x79','\x60','\xc9','\xae','\xb6','\xc0','\x0a','\x39','\x6b','\xf1','\x7a','\x20','\x75','\x65','\x4f','\x09','\xab','\x67','\x3d','\x3e','\xef','\xc0','\xfc','\x6b','\x5e','\xe1','\x29','\x67','\x4a','\x4a','\xfa','\x8a','\x92','\xa8','\x29','\xfd','\x65','\x36','\x3e','\x0a','\x3e','\xa4','\x04','\x2b','\x8a','\x2b','\xc1','\xe1','\x9f','\xd7','\x53','\xc7','\xc8','\x86','\xa3','\xab','\x6d','\x8b','\x87','\x6c','\xfa','\xe0','\x79','\x89','\xd4','\x7a','\xca','\x55','\xb5','\x76','\x36','\x2d','\x2e','\x96','\xd8','\xe9','\xf7','\x00','\xdb','\xc1','\x97','\x31','\x7a','\x15','\x4f','\xd4','\xd2','\x97','\x9e','\x4b','\xd8','\xb4','\xdf','\x1a','\xd8','\xc1','\x7e','\x51','\xd7','\x83','\x96','\xed','\xfa','\xac','\x22','\x46','\x1a','\x45','\x4c','\x9d','\x70','\xc8','\x6d','\x23','\xf0','\xcc','\x5c','\x1c','\x25','\x74','\x94','\x48','\x84','\x40','\xce','\x9c','\x73','\x4e','\x9a','\x64','\x4a','\x44','\xc3','\x19','\xcd','\xbc','\xaa','\x61','\xa2','\xe3','\xb2','\x9c','\xbe','\x2a','\x43','\x7b','\xa6','\x94','\x1d','\x3c','\x71','\x4c','\xf0','\x7c','\xc4','\x55','\x98','\x1e','\xb6','\x33','\x3d','\xe4','\xf3','\x45','\xdb','\xa2','\x0e','\x59','\xa4','\x62','\x1e','\x58','\x4a','\x24','\x81','\xf6','\x4c','\x50','\x75','\xb1','\x49','\x54','\xd2','\x85','\x3f','\xe7','\xb5','\xe6','\x7d','\x82','\xa6','\x2f','\xd3','\xc4','\x22','\xed','\x9f','\xa0','\x3b','\x04','\xa0','\x98','\x0c','\x4e','\x50','\x57','\xe8','\x6a','\xc6','\xbd','\x43','\x3d','\x22','\x6e','\x0b','\x79','\xa4','\x86','\xc4','\x51','\x44','\x47','\x91','\x44','\x10','\x6f','\x8f','\x9b','\x6e','\x23','\xa5','\x36','\x82','\xf7','\x11','\xf3','\xea','\x14','\x26','\x15','\x5c','\xae','\xa4','\xaf','\x1e','\x48','\xd4','\x8a','\xfd','\x53','\xf2','\x0e','\x5a','\xc4','\xf4','\x40','\x70','\xfa','\x82','\xab','\x9c','\x2c','\xf6','\xb4','\x6b','\x69','\xd6','\x1e','\xd6','\xbf','\xd1','\x36','\x04','\x37','\xa8','\x44','\x5d','\xa7','\x87','\x0c','\x3e','\x5f','\xba','\x5a','\xd3','\xd3','\xa4','\x50','\x22','\x23','\x38','\x63','\x98','\x57','\x0d','\x4c','\xb6','\xe1','\xf2','\xb6','\xf4','\xd5','\x81','\x44','\x4d','\xea','\x2f','\xa7','\x76','\xb4','\x7d','\x12','\xb7','\x1f','\x0e','\xfe','\xcd','\xa7','\x5d','\x5a','\x2a','\x76','\x04','\x35','\xb6','\x8c','\x83','\x11','\x8c','\x69','\x1b','\xa6','\xa4','\x4a','\x45','\xa0','\x97','\xea','\x92','\xa2','\x5e','\x4f','\x89','\xaa','\x55','\x9a','\xc6','\xb4','\x84','\x29','\x4e','\x03','\x41','\x0a','\x0e','\x36','\x70','\x89','\xc2','\x3a','\xad','\xd2','\xfe','\x12','\xa4','\xa9','\xc1','\x06','\x0d','\x96','\xa8','\x1b','\x6c','\xb0','\x96','\x69','\x98','\x7e','\x58','\xbf','\x08','\x29','\xf1','\x2c','\x84','\xe6','\x55','\x9e','\x11','\xeb','\xa4','\x93','\xbe','\x4a','\x12','\x35','\xd4','\x5f','\x46','\x3b','\x08','\xc2','\xa3','\x28','\x58','\x46','\x2e','\xc1','\xc5','\x90','\xa7','\xc1','\x85','\xfc','\xd5','\x79','\xb7','\x6c','\xd1','\xae','\x52','\xd3','\x93','\xb2','\xa8','\x67','\x1c','\x12','\xc4','\xa4','\x7d','\xa8','\xb4','\x5e','\xc2','\xc3','\x11','\xf3','\xca','\x00','\xbc','\xe5','\x9f','\x50','\xd2','\x75','\x3d','\x61','\x6b','\xfd','\x96','\xbd','\x03','\x4d','\xe1','\x6c','\x20','\x78','\x1c','\xbb','\xea','\xbb','\xc5','\xa8','\xa0','\x49','\xc2','\xad','\xfa','\x8c','\xe9','\x11','\x4f','\x22','\xb8','\x67','\x8a','\xe9','\xb3','\x91','\xfe','\xe8','\xf5','\x12','\x36','\x70','\xda','\x30','\xaf','\x18','\x6c','\x79','\xe3','\x92','\x91','\xbe','\x62','\x24','\xce','\x5e','\xe9','\x2f','\x19','\x3b','\xd0','\xfb','\xf5','\x79','\xb5','\x3d','\xcb','\x4c','\x0f','\xab','\x50','\x0f','\xc5','\x3d','\x95','\x80','\x6a','\x8b','\x69','\xc1','\x2a','\x09','\x08','\x0f','\xb1','\xf5','\xbe','\x91','\x2d','\x23','\x3c','\x61','\xa5','\x2f','\xa3','\xc4','\x22','\xea','\x9f','\x40','\x3b','\x04','\x3f','\xce','\xfb','\x83','\x13','\x7e','\x57','\x10','\x8a','\x02','\xdc','\x4b','\x6a','\x26','\xa5','\xea','\xf2','\x95','\xc2','\x67','\x3c','\x89','\x5f','\x6d','\x93','\xa3','\xee','\x90','\xaf','\x6c','\x3e','\x51','\x2e','\x33','\xa5','\x0a','\x97','\xc9','\x29','\xcb','\x7b','\x0d','\xde','\x50','\xb7','\x75','\xa7','\x1f','\x5b','\x4c','\xef','\x9b','\x48','\x3f','\x80','\xff','\xf0','\x41','\xbc','\x8d','\x04','\xe4','\x50','\x59','\x71','\xc5','\x8d','\x45','\x29','\xa2','\xc1','\x85','\xfc','\xb5','\x71','\x4e','\x8b','\xa3','\x69','\x3a','\x9a','\x96','\x48','\xba','\xa7','\x9c','\x56','\x6b','\xe9','\x34','\x49','\x97','\x48','\x1a','\xef','\x77','\xcd','\xab','\x3c','\x54','\xa3','\x9c','\x4e','\x5f','\x4d','\x27','\x6a','\xe9','\xfe','\x72','\x7a','\x07','\xfb','\x71','\x34','\x1d','\x2c','\xa7','\xdd','\x90','\x5b','\x24','\x18','\xf4','\x90','\xc7','\x47','\xb5','\x09','\x88','\x2c','\xb2','\xf1','\x21','\x74','\xc4','\x95','\x02','\xa4','\x67','\x8a','\xcd','\x57','\x2d','\x2d','\xd5','\x4a','\xa8','\x86','\xb5','\x9a','\xf9','\x66','\x0d','\x87','\x6a','\xb8','\x4c','\xf8','\x7c','\xed','\xe4','\xf6','\x19','\x82','\x87','\xf0','\x55','\xbf','\x47','\x84','\xa3','\x6c','\xbe','\x82','\xee','\x4d','\xfb','\xc5','\x9a','\x5d','\x05','\x4e','\x0c','\x75','\xd1','\x4a','\x0b','\x88','\x8f','\x0f','\x36','\x2f','\x7b','\x38','\x88','\xf1','\x09','\x9c','\x7e','\x0b','\x27','\xfe','\x0e','\xf7','\x3f','\x89','\x77','\xf4','\x62','\x50','\xbd','\x45','\xec','\x0a','\x6e','\x51','\xc0','\x9a','\x80','\x45','\x8a','\xda','\x29','\x89','\x6c','\x1f','\xa3','\x29','\xa4','\xf4','\x22','\x3d','\x6b','\x4d','\x0d','\x5a','\xed','\x16','\x6e','\x1b','\xf3','\x9a','\xcc','\x39','\x03','\xdd','\xf4','\xf7','\xbd','\x4a','\x85','\x49','\x61','\x1a','\x0e','\x57','\xe8','\xa9','\x0a','\x7d','\x8d','\xd2','\x1f','\x34','\x59','\x75','\x2a','\xdd','\x0d','\x1a','\xb6','\x8f','\x86','\x9b','\xf3','\x25','\xda','\x6d','\xed','\x36','\xa9','\xd9','\xe2','\x68','\x8d','\x1e','\x71','\x25','\x62','\xf7','\x4c','\xc1','\xfd','\xb8','\xb4','\x64','\x97','\x78','\x96','\x3d','\xf3','\xd2','\x79','\xec','\x3b','\x8f','\x27','\xce','\xa7','\x2f','\x9f','\x4f','\x2c','\x5c','\xe8','\x2f','\x2d','\xef','\x08','\xd4','\xf0','\x68','\x2d','\x38','\x75','\x0e','\xee','\x01','\xf1','\x7b','\x2e','\xcd','\xf0','\xad','\x36','\xdf','\x2c','\x99','\x67','\x07','\x52','\x09','\xd6','\xbb','\x9f','\xf4','\x4c','\x86','\xc0','\x1e','\x4a','\x08','\x12','\x5e','\x68','\x70','\x82','\x80','\xaf','\x59','\xb5','\xf4','\x5b','\x6e','\xc2','\xb6','\xb9','\x1e','\x42','\xf4','\x17','\xd8','\x1f','\x54','\x2d','\x46','\x9b','\xeb','\x9d','\x2d','\x8d','\x63','\x6d','\xbe','\x15','\x72','\x8e','\xb9','\x47','\x90','\xf1','\x4a','\x42','\x76','\x8f','\x55','\x55','\x2f','\x02','\xb5','\x57','\x89','\x7d','\xbf','\x59','\x8f','\x58','\xc3','\x27','\x5d','\x3e','\xce','\xa4','\xbf','\x4c','\x60','\x1f','\x1c','\x65','\xfb','\x29','\x71','\x43','\x4e','\x91','\x10','\x8d','\x99','\x2f','\x3f','\x22','\x1f','\x45','\x5d','\x91','\x44','\x78','\x5a','\x95','\xbe','\xff','\x82','\xf2','\xfd','\x84','\xbc','\x21','\x31','\xb4','\x21','\x61','\x3e','\x99','\x28','\x37','\xaf','\x34','\x72','\x52','\x56','\x26','\xb4','\x6d','\x48','\x3c','\xf6','\xfd','\xc4','\xbe','\x33','\x89','\x07','\xba','\x13','\x0f','\x6e','\xd8','\x45','\xf0','\xb6','\x50','\x49','\x76','\x89','\x5c','\xa4','\xb2','\xa6','\xcb','\x37','\xd9','\xd5','\xaa','\x68','\x7a','\xd0','\x1e','\x71','\xb9','\xa7','\x0c','\xf7','\xa4','\xd2','\xe2','\x72','\x89','\xd4','\xf0','\x3d','\xdf','\x36','\xff','\xfb','\xf7','\x71','\xc7','\x65','\x3c','\x3e','\x9b','\xbe','\x34','\x9b','\x98','\x9f','\xed','\x9f','\x50','\x76','\x08','\x12','\xce','\xb1','\xf5','\x1e','\x71','\x03','\xa1','\xa2','\xd8','\xae','\x31','\xfb','\x0d','\xfd','\x72','\xda','\x42','\xdc','\x3e','\xeb','\x7c','\x9d','\x0a','\xe7','\x7b','\x26','\xce','\xab','\xd5','\xe5','\x74','\xa0','\x56','\x12','\xcf','\xe2','\x03','\xd8','\xac','\x2b','\x38','\xd4','\x80','\x75','\x7a','\xb9','\x3f','\xb1','\xa8','\xf6','\x97','\xf0','\x0e','\x8c','\x71','\x01','\x07','\xcb','\xed','\xad','\xfd','\x54','\x66','\x95','\xbc','\x8e','\xa5','\xb3','\x6d','\x62','\x95','\xd4','\x6a','\xa2','\xb1','\x4c','\x8d','\xf3','\x30','\x3e','\x53','\x55','\xf5','\x9c','\x97','\x86','\x70','\x1f','\xd8','\xb8','\xcc','\xb7','\x78','\xd0','\x51','\x19','\xa7','\xaf','\xe2','\xc4','\x39','\xb7','\xbf','\x8c','\x77','\xb0','\x1f','\x47','\x59','\x3d','\x18','\xec','\x06','\xd9','\xc5','\xc6','\x67','\xd5','\x8e','\x75','\x91','\x8b','\x1e','\xb7','\x63','\x54','\xc2','\xb4','\xc7','\x42','\xaa','\x5d','\xe7','\xe3','\xcc','\xe7','\xfd','\x0a','\x82','\x0d','\xac','\x84','\xd2','\x57','\x50','\xa2','\x8a','\xfa','\x4b','\x68','\x07','\xfb','\xd1','\x40','\xc1','\x12','\x72','\x83','\x4c','\x0f','\xe1','\xf9','\x58','\x33','\xb7','\x66','\x97','\xea','\x85','\x27','\x14','\x69','\x51','\x51','\x16','\x15','\x59','\x50','\x86','\x36','\xf4','\x9b','\xa7','\xd5','\x72','\x33','\xd3','\x65','\x05','\x7b','\x3c','\xf7','\x65','\x5b','\x74','\xd7','\x63','\xff','\xd0','\xbf','\x6f','\x42','\x79','\x40','\x50','\x1e','\x14','\x14','\x22','\x28','\xa1','\x09','\xc5','\x15','\xfa','\x9b','\xf7','\x58','\x9b','\xc9','\x34','\xbb','\x44','\x3b','\x3c','\x55','\x95','\xe0','\x72','\x25','\x96','\x95','\xc0','\xd0','\x2e','\x64','\x96','\x33','\x65','\x32','\x46','\x42','\x19','\xf2','\x68','\xc6','\x7b','\x25','\x43','\xd6','\x65','\xda','\x3e','\x96','\x79','\xec','\xbf','\x66','\xf6','\x7d','\xe5','\xb3','\x0f','\xf8','\x33','\x0f','\xb2','\x7d','\x3c','\xb0','\x3b','\x54','\xde','\xed','\x8a','\x43','\x45','\xc9','\xd4','\xf4','\x5d','\xef','\x9b','\x2f','\x24','\x89','\xa4','\xe7','\xa4','\xab','\xd6','\xc8','\x0d','\xbb','\xfa','\x96','\x03','\x77','\xdc','\x2c','\x3b','\xfd','\xa6','\x9d','\x78','\xf5','\x7c','\x7f','\x79','\x79','\x07','\xfb','\x91','\x56','\x83','\x37','\xdd','\x07','\x81','\xa8','\xd1','\x90','\xc7','\xb6','\x17','\xf6','\x2f','\xe2','\xa8','\xd1','\xb2','\x1b','\x50','\xcf','\xaa','\xdd','\xd8','\xf7','\x7b','\xe6','\xff','\xb8','\x8e','\xdb','\xee','\xc0','\x8f','\xdd','\x91','\xfe','\x1f','\x77','\x24','\xbe','\x73','\x47','\xff','\x63','\xd7','\x77','\xb0','\x1f','\xd7','\xc6','\x39','\xe4','\x6a','\x6c','\xd8','\xfd','\x31','\x2c','\xf4','\xb5','\x61','\x83','\x4c','\x0e','\x8b','\xcb','\x53','\xf4','\xbb','\x92','\x24','\x4e','\xf5','\x4c','\x0e','\xab','\x55','\x23','\x2d','\xf4','\x95','\x84','\x3e','\x66','\x5c','\xcc','\x37','\x79','\x8c','\xd9','\x9a','\xfd','\x39','\xe9','\xde','\xb0','\x3f','\x24','\xdd','\xaa','\x47','\x98','\xc3','\x82','\xd4','\x26','\x04','\xc8','\xe2','\x46','\x31','\x5b','\xa7','\x47','\xca','\x12','\xaa','\xf4','\x58','\x45','\xd5','\x5e','\x48','\x0b','\xa9','\x52','\x24','\x8a','\xb5','\x11','\xf3','\xb2','\x8c','\x85','\x76','\x3c','\xb1','\x92','\x7e','\x0b','\x25','\xe6','\x69','\xff','\xf8','\xdc','\x0e','\x34','\x8b','\xf5','\x85','\xe0','\x78','\xce','\xf5','\x7f','\xb2','\x48','\xa2','\x9a','\x12','\xe4','\xfe','\xc6','\x58','\x5b','\xa8','\x4e','\xe6','\x45','\xf1','\xd0','\xab','\xd4','\xc8','\x48','\x7e','\xb1','\xc7','\x92','\xd4','\xb3','\x6e','\x1a','\x55','\x61','\xde','\xb5','\x2a','\x3b','\x11','\x43','\x1c','\xa6','\x55','\x4d','\xd7','\xab','\x89','\xb3','\x6e','\xbf','\x55','\xbd','\x69','\x9d','\xda','\xcd','\xf1','\x21','\x3c','\xfe','\x10','\xec','\xf3','\xa3','\x71','\xe9','\x6c','\x44','\x59','\x10','\x65','\x81','\x0c','\x7d','\xe4','\x69','\xf3','\xd1','\x17','\xca','\x92','\x06','\x5a','\xc1','\x6f','\x6f','\x11','\x7f','\xba','\xad','\x33','\xfd','\x58','\x2d','\xbe','\xaf','\xb4','\xed','\x81','\xdb','\xb6','\x3c','\xb8','\x0e','\xe2','\x0f','\x43','\xd3','\xdb','\x5c','\x79','\x7f','\x51','\x2b','\x69','\x3e','\x4c','\x20','\xbf','\xb9','\xd2','\x85','\xfb','\xc1','\xce','\x57','\x15','\xa5','\xaa','\xc8','\x58','\x69','\x92','\x18','\x94','\x79','\x12','\x40','\x02','\xe4','\xff','\xf0','\x6e','\xb1','\x4d','\x70','\x1f','\x5b','\x24','\xfb','\x4e','\x90','\x07','\x30','\x79','\x90','\x47','\x56','\x84','\x98','\xff','\x4c','\x69','\x51','\x69','\x68','\xb6','\xf2','\xc1','\xf5','\x20','\x64','\x4e','\x16','\xcb','\x41','\x1d','\xbc','\xed','\xf2','\x88','\x57','\x33','\x48','\x64','\xb4','\x6d','\x5b','\xf1','\xb1','\x9a','\xbe','\xaf','\xac','\x3f','\x40','\xf4','\x07','\x79','\x70','\x66','\xa8','\x9c','\x73','\x49','\xbe','\x48','\x4c','\x8d','\xec','\xe2','\x61','\xba','\x87','\xba','\xfc','\x85','\xf0','\x69','\x43','\xb2','\x0d','\xc5','\xd6','\x65','\x64','\x0c','\x01','\xd1','\xae','\x5e','\xf6','\xeb','\x84','\x61','\x46','\xf7','\xbe','\xa7','\x93','\x4e','\xbd','\x6d','\x43','\xfd','\xb1','\xef','\x29','\xfb','\x66','\x94','\x07','\x3a','\x53','\x0f','\x76','\x76','\x92','\x0d','\x3f','\x08','\x9d','\x59','\xef','\x46','\xda','\x8b','\x52','\x50','\x43','\x02','\x01','\x26','\xa2','\xb1','\xae','\x3e','\x1e','\x8b','\xfa','\x0d','\x92','\xfc','\x06','\x91','\xfb','\xc8','\x6e','\xf5','\x98','\xa9','\xa0','\x29','\x05','\x89','\x0a','\x59','\x97','\x72','\xbd','\x33','\x19','\x51','\xc9','\xac','\x57','\x32','\x5f','\x9a','\x1b','\xfd','\x54','\x6a','\xcb','\x61','\x75','\xcb','\xa8','\x32','\x20','\x2a','\x52','\x48','\x19','\x70','\x94','\x6d','\x45','\x65','\xbf','\x96','\x2c','\x11','\x9e','\x67','\xb6','\x0b','\xb1','\x75','\x51','\x96','\xce','\xb9','\x4a','\x8d','\xbf','\x1c','\x0e','\x41','\xc4','\x60','\xb9','\x99','\x81','\xf8','\xa4','\xe3','\xd9','\xb0','\x0c','\x99','\x6f','\xfc','\x98','\x0d','\x77','\x70','\x1e','\x40','\xcb','\x0f','\x42','\x2c','\x9c','\x1d','\x6a','\xda','\x55','\xb5','\xb9','\xbe','\x58','\xbf','\x0a','\x5d','\xc8','\x08','\x5b','\x39','\xe9','\xbc','\xae','\x5c','\xf4','\x64','\x49','\x1f','\x92','\x74','\x73','\x5a','\x2f','\x7f','\xf4','\x79','\x22','\x6d','\x26','\xd3','\x09','\xef','\xbf','\xbe','\x40','\x6e','\xff','\x7a','\xdb','\xed','\x5f','\x7f','\xec','\xef','\xbf','\xba','\xef','\xa9','\x97','\x1f','\xd8','\x31','\xf3','\xa0','\xf2','\x49','\xa2','\x6c','\x0d','\xcd','\x3e','\xe8','\xea','\xe9','\xa2','\x76','\x42','\x1b','\x17','\x9a','\x97','\xe9','\xba','\x04','\x2d','\x3c','\x21','\xc3','\x38','\x2f','\x45','\x64','\x31','\x34','\xb4','\xe3','\xba','\x69','\xa1','\x32','\xfb','\x2b','\x1d','\x41','\x72','\xfa','\x05','\xef','\xbb','\x09','\xd2','\x91','\x68','\x8b','\x26','\x1e','\xfb','\x6e','\x62','\xdf','\x13','\x89','\x07','\xa2','\x89','\x07','\x3b','\xe0','\x93','\xd0','\x13','\xd8','\xed','\xc0','\xc5','\x8f','\x6e','\xd4','\x36','\x10','\x88','\x59','\xc5','\x74','\x3d','\xee','\x82','\x84','\x65','\x55','\x2a','\x55','\xa9','\x12','\x6c','\xf4','\x62','\x6a','\x96','\x68','\x99','\x39','\x57','\xc1','\x06','\x29','\x51','\xaf','\x4a','\x09','\xee','\x6a','\x53','\xbd','\xc7','\x5e','\xab','\xec','\x3b','\x55','\x79','\x20','\x4c','\x1f','\xec','\x8e','\x92','\x1f','\x84','\x42','\x11','\xe4','\x50','\x3f','\xec','\x17','\x94','\xf5','\x4b','\x24','\x52','\x7b','\x17','\x21','\xe1','\x12','\xab','\x44','\x52','\xec','\x84','\xac','\x7a','\x43','\x01','\xc9','\x3c','\x21','\x41','\x3d','\xcc','\x9d','\x2d','\x13','\x6f','\x39','\x44','\x24','\xdc','\x86','\xd0','\x63','\x27','\x9d','\x7d','\x8f','\xc6','\x1f','\x58','\x17','\x7f','\x70','\x5d','\x9c','\xac','\x8b','\x87','\x1e','\x8d','\xbb','\xeb','\xe2','\xab','\xe3','\xc3','\xed','\x0f','\xaa','\x86','\x4f','\x7b','\x12','\xe4','\x64','\xa0','\x72','\xd0','\x19','\x6a','\xb6','\x27','\x08','\xef','\x61','\xc9','\x34','\xf6','\x2e','\x7a','\x60','\xc7','\x28','\x7e','\xec','\xb5','\x2b','\xfb','\x4e','\x25','\x1e','\x08','\x27','\x1e','\x84','\x70','\xb8','\x2b','\xa1','\xe6','\x3d','\x3b','\x7e','\x6f','\x9d','\xb4','\x2b','\x84','\x34','\xba','\x42','\x76','\xb8','\x1c','\x90','\x6a','\x58','\x39','\xeb','\xca','\x08','\x0d','\x85','\x1b','\xe6','\x29','\xb1','\x1c','\x16','\x49','\xb8','\x41','\x4e','\x89','\xde','\x6b','\x20','\xb4','\x85','\xc5','\xc7','\x5e','\x13','\xf7','\x9d','\x6a','\x3c','\x40','\xf1','\x83','\x3c','\xf6','\x2c','\x34','\x29','\xb9','\x41','\x52','\xdc','\x88','\xb5','\x22','\x06','\xff','\xa7','\xc3','\xea','\xea','\x28','\x85','\xa3','\x5e','\xc7','\x1c','\x4e','\xce','\x89','\xb2','\x28','\x43','\xb2','\x8c','\x53','\xe5','\x72','\x47','\x89','\xf4','\xa6','\xc9','\x84','\xec','\x55','\x15','\x12','\x88','\xb4','\x89','\xa1','\xc7','\xa6','\xf1','\xbe','\xbf','\x6a','\x3c','\x40','\xe8','\x83','\xfc','\x8a','\x62','\xa8','\x79','\x7f','\x30','\xd4','\xd0','\xd8','\x8f','\x7e','\x91','\x0c','\xb6','\x77','\x25','\xcb','\xe1','\xf0','\x54','\x47','\x85','\x26','\x2b','\x92','\x2c','\xb0','\x95','\xae','\x9b','\x48','\x9f','\x42','\xba','\x48','\x0d','\x91','\xad','\xd2','\x0a','\x13','\xf4','\xf5','\xf4','\xfc','\x97','\x2a','\xcb','\x9f','\xa2','\xe5','\xc3','\x61','\x3c','\xda','\x05','\x0e','\x06','\x8c','\xf3','\xcf','\xbc','\x62','\xd6','\xd5','\x34','\xc4','\x79','\xa4','\x39','\x83','\xd0','\x20','\x67','\xda','\x19','\x0c','\x30','\x30','\xa1','\x4f','\x40','\xbd','\xd7','\x56','\x7a','\x05','\x7f','\x5e','\x10','\x3e','\xf7','\x9a','\xf7','\xf8','\x2a','\x37','\x94','\xe0','\xad','\x44','\xa8','\x5a','\xa7','\x70','\x9d','\xd0','\x4f','\x35','\x1f','\x2d','\x35','\xf9','\xeb','\x48','\x0c','\x11','\x15','\x77','\xc5','\xbd','\x70','\x3c','\xdd','\xf1','\x7c','\x3a','\x79','\x26','\x23','\xf7','\x6c','\xdb','\xdd','\xb3','\xc5','\x54','\xe9','\x54','\x5c','\x12','\xe3','\x03','\xeb','\xe2','\x77','\x7a','\x67','\xd2','\xa2','\x5c','\x5a','\x8f','\xd0','\x97','\xc6','\xed','\x4f','\xf9','\xca','\x87','\x55','\x77','\x14','\x5e','\x10','\x58','\x21','\x9f','\xe5','\xf8','\x4a','\xcd','\xfd','\x02','\x2e','\xb9','\xc4','\x76','\x79','\xd7','\xea','\x58','\x40','\xe6','\x65','\x94','\xee','\xc5','\xe9','\x5e','\x38','\x50','\xa4','\x7b','\x69','\x3a','\x46','\xcd','\x1f','\x51','\x1c','\xa0','\xde','\x0a','\xc5','\x11','\x8a','\xfb','\x3f','\xb4','\x3d','\x6c','\xde','\x25','\xbb','\x4b','\xaa','\xae','\x8e','\x73','\x40','\x16','\x51','\x3a','\xe4','\x99','\x44','\x9e','\x62','\x43','\x1e','\x4e','\xaf','\x0b','\x7b','\xde','\x7f','\x28','\x89','\xbf','\x5f','\x5a','\x1f','\x2e','\x7d','\xe9','\x54','\xe9','\x53','\x61','\xf7','\x70','\xb8','\x34','\x1a','\x2e','\x89','\xe1','\x52','\x28','\x5c','\x72','\xc2','\x6e','\x31','\x5c','\xd2','\xc2','\x25','\x20','\xf9','\xdd','\x1e','\xeb','\x8a','\xab','\xe1','\x78','\xae','\xe3','\xf9','\xdf','\x4b','\x3e','\xff','\x94','\xbc','\x29','\x93','\x8e','\x1f','\x32','\xe3','\xd2','\xd4','\x4e','\x59','\x8c','\x6b','\xeb','\x02','\x65','\x6f','\x92','\x88','\x1f','\xf1','\xd6','\x1f','\x23','\x5f','\x8a','\x97','\x3f','\x15','\xcf','\x1c','\x8e','\x8f','\x8e','\xc6','\x47','\xc5','\x02','\x09','\x0d','\x13','\x67','\x98','\x14','\x27','\x8f','\x69','\x01','\xe6','\xd2','\x59','\x84','\xd6','\xbb','\xa8','\x1d','\xa6','\xd5','\x8e','\x8a','\x97','\xf4','\x2c','\x59','\xb6','\xd2','\x3d','\xba','\x29','\xeb','\x53','\xf1','\x61','\x71','\x17','\x53','\xd8','\x69','\xef','\xdf','\xb0','\x81','\x92','\xd6','\xc7','\x3b','\xbf','\xf4','\x6f','\xbc','\x4f','\xc5','\xb7','\x1c','\x8e','\x6f','\x19','\x2d','\x6c','\x11','\x87','\x47','\x43','\x99','\x61','\xa7','\x96','\x2e','\xbe','\x7c','\x62','\x30','\xec','\x87','\x34','\xdc','\x41','\xa7','\x0b','\x53','\x58','\x17','\x67','\x1b','\x4a','\x15','\xe8','\x8d','\x86','\x82','\x0d','\x58','\xa7','\xec','\x10','\xdd','\x11','\x23','\x4f','\xc4','\x20','\x84','\x98','\xd9','\x0d','\x44','\x1e','\xbb','\xe8','\xee','\x9b','\x24','\x0f','\xf8','\x29','\xec','\xcb','\xc0','\x6c','\x53','\x77','\x7d','\x7f','\x53','\xc4','\x51','\x6d','\x80','\x79','\xaf','\x01','\x62','\xba','\x5d','\xb1','\xe1','\x70','\x67','\xbc','\x63','\x26','\xce','\x0c','\x92','\xbc','\xfe','\xf6','\xf4','\x27','\xff','\xc8','\xec','\x8c','\x4f','\xf9','\x26','\x45','\x41','\x5b','\x87','\x65','\xaf','\x4c','\xc5','\xf0','\xc9','\xf5','\x79','\xfc','\x25','\xac','\x7c','\x8a','\xea','\x87','\xd1','\xd2','\xa8','\xd0','\x2e','\x92','\x48','\x08','\x0d','\x38','\xa8','\x5e','\x14','\x2c','\x2d','\xc2','\xed','\x8f','\x66','\x74','\x6d','\xf6','\xc2','\x8a','\xde','\x31','\xa7','\x27','\xbf','\xe1','\xc8','\xfe','\x42','\xda','\x5f','\x30','\xfd','\x85','\x29','\xc1','\x11','\x53','\x05','\xf1','\xe7','\x05','\x8f','\x95','\x7d','\xce','\x3a','\x45','\x7f','\x74','\xce','\xd8','\xab','\x7a','\x87','\x79','\xd8','\xa1','\xa8','\xe8','\xed','\x03','\xe8','\x17','\x6f','\x79','\xc5','\x45','\x57','\xb3','\x56','\xd7','\x69','\xc8','\x09','\x8b','\x4b','\x1d','\x53','\x4b','\xc9','\x33','\x9e','\x2c','\x2e','\x0d','\x89','\x4b','\xe6','\x49','\xa7','\xcc','\x36','\x7d','\xd6','\xb5','\xe9','\x05','\xef','\xfc','\x02','\x13','\xda','\x7c','\xd6','\x63','\x8b','\xfe','\x7d','\x67','\x3c','\xe8','\x17','\x96','\x48','\x68','\x36','\x54','\x5e','\x71','\x7d','\xcf','\x15','\x71','\x3b','\xf4','\x0b','\xa6','\x9e','\x74','\xa9','\x6e','\xb8','\xa4','\xb4','\xf6','\x8b','\x8d','\x3b','\x9b','\x49','\x6d','\xca','\x6c','\x0d','\x6d','\xdc','\x49','\x78','\x72','\x1f','\x82','\x53','\x60','\x7f','\xe6','\x11','\xd8','\x55','\xbc','\xe7','\xc1','\x3b','\x30','\xb9','\x63','\x43','\xe8','\xaf','\x37','\xb8','\x06','\x2d','\x8e','\x34','\x34','\x61','\xa5','\x99','\x58','\xbc','\xcb','\x27','\x87','\xc7','\x65','\xe9','\xa2','\xab','\xbc','\x96','\x90','\xc3','\x89','\xa1','\x70','\xc2','\x3c','\xed','\x82','\x3d','\x64','\x76','\x98','\x27','\x2b','\x67','\x02','\x3b','\x53','\x3f','\x56','\x23','\xfb','\x4e','\x3a','\x0f','\x20','\xfb','\x41','\x04','\x31','\xb1','\xa1','\x9b','\xee','\x7b','\xd2','\x88','\xc6','\xb6','\xb2','\xdb','\xa9','\xde','\xe9','\xe9','\x7d','\x48','\xef','\x45','\x86','\x3c','\x66','\x0e','\xef','\xd6','\xc6','\x76','\x2f','\x4f','\x8f','\x3d','\x2e','\xf9','\x32','\x9d','\x28','\xe3','\x8d','\x65','\x24','\xbc','\xe5','\xf6','\xc0','\x96','\xa7','\xe9','\xc0','\xef','\x51','\xe9','\x77','\x5d','\xe9','\xe0','\xd1','\x01','\x89','\x6e','\xd9','\x48','\x47','\x1b','\x74','\xbf','\x7e','\xb4','\xa4','\x25','\xf1','\x8d','\xf1','\xb1','\x6c','\xc9','\xb6','\x95','\x8b','\xdc','\xfe','\x60','\x62','\x4e','\x8a','\xe5','\xe8','\x2e','\x12','\x10','\xc9','\xa4','\xe8','\x9d','\x15','\xc9','\x4e','\xb3','\x4d','\x42','\x8f','\xd9','\x68','\xdf','\x69','\xf7','\x01','\xac','\x3c','\x08','\xa9','\xdb','\x53','\xa1','\xc7','\x53','\x2e','\xe9','\x2b','\x36','\xf3','\xb5','\xf1','\xb8','\xe5','\xae','\xa8','\x15','\x1e','\x9f','\x92','\xbe','\x5b','\x56','\x5e','\xa9','\xc8','\xeb','\xbe','\x02','\xfb','\xe0','\xc4','\x6c','\x39','\x38','\x4d','\xda','\x9e','\x23','\x2f','\x9e','\xf4','\xe6','\x4b','\x7c','\xdf','\x71','\x1e','\xbb','\x50','\xde','\x57','\x29','\x3f','\x40','\xcb','\x0f','\x42','\x6a','\xe3','\x72','\xa8','\x52','\x76','\x69','\xb9','\x18','\x75','\xc0','\x1e','\xde','\x7c','\x8e','\x5b','\xd4','\x94','\x85','\x98','\xdc','\xdf','\x3b','\x74','\xfb','\xed','\xe6','\x14','\x2d','\x33','\xa3','\xb7','\xe5','\x0e','\x32','\x25','\x79','\xe7','\x56','\x88','\x28','\xb5','\x89','\xd2','\x63','\xe7','\x56','\xf6','\x8d','\x5b','\x0f','\x74','\x4c','\x3f','\xf8','\xb1','\x29','\x76','\xc4','\x0b','\xbd','\x58','\x72','\x7b','\x4a','\xc5','\xfd','\x10','\xb9','\x41','\x78','\x9c','\x79','\x57','\x38','\x11','\x3e','\x95','\x90','\x5e','\x4b','\xb4','\xfa','\xc5','\xf6','\xf7','\x33','\x5e','\xb9','\xe9','\x85','\x42','\xf2','\xe2','\xa6','\x9f','\xc9','\xfc','\x04','\x6d','\x5f','\x69','\xf7','\x03','\xed','\x9b','\x1f','\xbc','\x63','\x1b','\x31','\x94','\x10','\xa6','\x4e','\xf4','\x74','\xb1','\xbd','\x5d','\x13','\x31','\x3b','\x1e','\x82','\x9f','\x10','\x18','\x0e','\x9f','\x74','\xa5','\x65','\x4d','\xb9','\xa0','\xc9','\x77','\x3a','\x43','\xa2','\x66','\x4e','\x69','\x65','\x36','\x59','\xa2','\x46','\xa6','\x76','\x7b','\xe7','\xc0','\x1a','\xb7','\x75','\x24','\x1e','\xbb','\xa8','\x7e','\x90','\x9d','\xdf','\xc5','\xfa','\x45','\x23','\x45','\x4a','\xf5','\xdb','\xbb','\x46','\x3b','\x4d','\xa3','\x8f','\x1a','\xbd','\x54','\x97','\xa9','\x31','\xec','\x79','\x63','\x48','\x9f','\x1e','\xd3','\xa5','\xdd','\x85','\xce','\xdd','\x23','\xde','\x98','\x21','\xa1','\xc4','\xed','\x63','\xf1','\xa7','\xa5','\x6d','\xbf','\x27','\x6d','\xf9','\xdd','\xb1','\x81','\x83','\x52','\xa7','\x24','\x7d','\x72','\xe3','\xc6','\xc3','\x8d','\xc6','\xab','\x7a','\xf6','\x84','\x96','\x16','\x5a','\xf5','\xd0','\x43','\x9d','\x5d','\x46','\x9f','\x99','\xef','\xa5','\x79','\x99','\xea','\xc3','\xd4','\x18','\x83','\xb7','\x71','\xba','\x34','\xc6','\xeb','\xd9','\x6d','\x48','\xbb','\x79','\x3d','\x68','\xdb','\xef','\x0d','\x6f','\xf9','\xdd','\xc4','\xc0','\xc1','\x78','\xa7','\x14','\xf8','\xe4','\xc6','\xf6','\x1b','\xf5','\x10','\x9e','\xb7','\xb4','\x0b','\xd7','\xc2','\xa5','\x65','\xe9','\xfc','\xf7','\x60','\x7f','\x87','\x47','\x62','\x01','\xf3','\xc4','\x0a','\xdb','\x88','\x08','\xc3','\x89','\x15','\xf0','\x13','\x24','\x78','\x86','\xf6','\xa1','\xf3','\x85','\xd8','\x27','\x5d','\x5d','\xdb','\xc2','\xa7','\x32','\xd2','\x0f','\x9f','\x53','\x5e','\xcb','\xc8','\x5d','\xdb','\x86','\x68','\xd9','\xac','\x64','\xe0','\xdc','\xcd','\xf4','\x84','\xad','\x8b','\x9a','\x4a','\xba','\xa2','\x6d','\xbd','\xe8','\xb1','\x13','\x8d','\x7d','\x93','\xf4','\x81','\xf5','\xca','\x83','\x1d','\x90','\x7c','\x39','\x34','\x5e','\x77','\x85','\x01','\xee','\x67','\x62','\x78','\x8f','\x3f','\x64','\x99','\x97','\x57','\x53','\xe3','\x2d','\x23','\x7d','\xc8','\xd1','\x99','\xaf','\x6b','\x23','\x20','\x53','\x0d','\xcc','\xe4','\x86','\x67','\xe0','\xc1','\x7e','\x04','\xa1','\x5f','\x61','\x9f','\x6d','\x82','\xa6','\xba','\xa2','\x4c','\x9f','\x2d','\xc9','\xb6','\x94','\x73','\x0d','\x19','\xf9','\xb9','\x3f','\xe6','\x2f','\x07','\x7f','\x0a','\xde','\x91','\x65','\x79','\xe7','\xd8','\x06','\xed','\x87','\x75','\x6a','\x91','\x7d','\x16','\x79','\xe0','\x7f','\xf3','\x1e','\x8c','\x13','\x12','\xaf','\x85','\x9e','\xcf','\xb8','\x3b','\x5b','\x3c','\x1e','\xad','\x75','\x21','\x57','\xc3','\x2a','\xb3','\xf3','\x28','\xf9','\x62','\x45','\x4e','\x4a','\xbb','\x77','\x38','\x66','\x52','\x9a','\x4a','\x4a','\xa2','\xea','\xae','\x53','\x34','\x6f','\x4e','\x13','\x77','\x38','\xeb','\xb7','\x0f','\x7f','\xe9','\x9b','\xc3','\x9f','\xda','\xec','\x1c','\x8e','\x0f','\x8f','\x32','\x93','\xbb','\xd9','\x09','\xed','\x46','\xce','\x10','\x2d','\x96','\xb0','\x46','\xfd','\x2d','\x7f','\x4c','\x5e','\x08','\x3f','\x79','\x4d','\xfa','\xc1','\x1d','\xca','\x0f','\x6e','\x97','\xfd','\xd2','\x90','\xb0','\x62','\x1e','\xa7','\xe5','\xf6','\x3b','\xc8','\x27','\x37','\x90','\x27','\xaf','\x79','\x3c','\x07','\x3d','\xb7','\x1b','\xe7','\xf7','\x4d','\x9c','\x7f','\xc0','\xbf','\xfc','\x20','\x0f','\x7a','\x0f','\x4d','\x55','\x5d','\xa5','\xc5','\x07','\xc2','\xd7','\xc5','\x54','\x97','\xcf','\x09','\xf7','\x1c','\xef','\x38','\xe3','\x25','\x5f','\xc4','\x72','\xf2','\xf5','\xdd','\x3b','\x44','\x53','\x69','\x80','\x7f','\xb8','\xc3','\x59','\xb7','\x7d','\xd8','\xfb','\xe6','\x70','\xab','\x3d','\xcf','\xf3','\xf6','\xc8','\xda','\x68','\x4f','\x5c','\xbc','\x2f','\x16','\xfa','\xad','\xdb','\x9c','\x7d','\x6d','\xc5','\x53','\x6c','\xbe','\x1a','\x44','\x9c','\x24','\xa4','\xda','\x15','\x2e','\x87','\x63','\x52','\xc7','\xa9','\x72','\x72','\x6a','\x52','\x56','\xdd','\xdd','\xb2','\xdf','\x4c','\xa4','\xa6','\x7a','\x16','\xc4','\x44','\x6a','\x9d','\xec','\xf7','\xce','\xb8','\x22','\x42','\xeb','\x7b','\xc4','\x2f','\xfd','\xbb','\x3d','\x9f','\xda','\xb4','\xe5','\x70','\x8f','\x38','\xfa','\xf1','\x7b','\xc4','\x4d','\x5b','\x43','\x3d','\xed','\xce','\x27','\xaa','\xc5','\x37','\x82','\xda','\x6e','\xe1','\x97','\xb4','\x07','\x99','\x49','\x71','\x4a','\x69','\x88','\x0a','\x5a','\xb7','\xc3','\x81','\xf6','\x6c','\x1f','\x5e','\xbf','\xd9','\x81','\xf6','\xc4','\x87','\x0f','\x6f','\x76','\x46','\x75','\x24','\xee','\x77','\x43','\x7b','\x63','\xce','\xa3','\xb1','\xe2','\xba','\x98','\x06','\x0c','\x24','\xab','\xcf','\x37','\x2c','\x24','\xda','\x88','\x2e','\x13','\x29','\x04','\x61','\x72','\x37','\xce','\x5f','\xfb','\x1d','\xfe','\x5c','\x0b','\xe1','\x32','\x4a','\x5f','\x45','\x37','\x9e','\x6b','\x89','\x28','\x78','\x01','\xb9','\x12','\x2a','\xca','\x88','\xf9','\x1b','\x3c','\x97','\xb7','\xdd','\x25','\xc8','\x61','\x4c','\x3b','\xca','\xa1','\xe4','\x37','\xae','\xb7','\xd6','\xfb','\x7f','\x7e','\xab','\xbc','\xe9','\xe3','\x84','\xe1','\x3f','\xbf','\x75','\xc3','\xef','\x7d','\x2d','\xd1','\x5a','\xa7','\x10','\x09','\x9f','\x08','\x9d','\x4a','\xb8','\xe1','\x44','\x31','\xfc','\x1b','\x1a','\x5b','\xb6','\xdc','\xcf','\x84','\xf3','\x69','\x89','\x3b','\x99','\x17','\x77','\xc9','\x1d','\xb1','\xa1','\x8e','\x98','\x79','\x7a','\x57','\x99','\x2d','\xf6','\x76','\x9d','\x94','\x87','\x61','\x1f','\xa4','\x5a','\xdb','\x80','\xf6','\xd8','\x45','\x67','\x5f','\x45','\x7b','\x80','\x6a','\x7c','\x5d','\x68','\xa1','\x8a','\xe6','\xd2','\xdd','\xab','\x7e','\x26','\x30','\x8b','\x76','\x05','\xa4','\x70','\x70','\xa5','\x63','\x52','\x4a','\x4e','\x4a','\x72','\x70','\x65','\x37','\xbf','\x9f','\x3b','\xa5','\xae','\x88','\x11','\x69','\x9d','\xd5','\xc9','\x34','\x56','\x8c','\x0d','\xaf','\x8f','\x0d','\x7f','\xe9','\x5b','\xc7','\x3e','\x15','\x1b','\x3e','\x1c','\x1b','\x1e','\xdd','\x75','\x8c','\x7d','\x12','\xba','\xe9','\x7e','\x2e','\x6b','\x0c','\xb9','\xfd','\x40','\xd7','\xed','\x07','\xc2','\xd1','\xb1','\x8e','\xe7','\xa7','\xa1','\x1e','\xd3','\x1b','\x5a','\xbf','\xc5','\x7c','\xe6','\xab','\xe5','\x0d','\x1f','\x27','\xb1','\xbb','\xc9','\x69','\xc7','\xbb','\x00','\x54','\x13','\xdc','\xae','\xc2','\xdd','\xea','\x07','\xa2','\xce','\x83','\xcd','\x64','\xa4','\xa7','\x1d','\x36','\x91','\xc5','\xc8','\x46','\xf0','\x0f','\x59','\x3d','\x01','\xa9','\x4b','\x1d','\x0b','\x07','\x24','\x68','\x8f','\xe7','\xc9','\x64','\xcb','\xd0','\x6d','\xdb','\xcc','\x27','\xee','\x2e','\xeb','\xc7','\x21','\xc5','\x7c','\x85','\x40','\x3d','\x51','\xa7','\x8d','\x12','\xa8','\xe7','\xb4','\xf3','\x00','\x25','\x0f','\x72','\xf6','\xd1','\x90','\x85','\xd6','\xea','\x81','\x67','\x91','\xa6','\x77','\x7b','\x21','\xdd','\x59','\x48','\xf7','\x15','\xd2','\xbd','\xa6','\x2b','\x4b','\xda','\x30','\x3d','\x34','\x26','\x65','\xa6','\xbf','\xba','\x2c','\x65','\x66','\x3a','\xf7','\x7a','\x5e','\xe7','\xb4','\x14','\x9f','\xbe','\xdd','\x75','\x9f','\x7e','\x78','\xfa','\xf7','\xa4','\xe9','\xdf','\x3d','\x30','\x7d','\xf0','\x8f','\x5c','\xe9','\x33','\xd3','\x1b','\xbf','\x37','\xdd','\x98','\x9e','\xc9','\x4a','\x9e','\x26','\x59','\x22','\xf3','\xc3','\xc7','\xc8','\x41','\x74','\xb0','\xe0','\x15','\x12','\x28','\xc1','\x64','\x8a','\x68','\x6c','\x2c','\xe6','\x21','\xef','\xfe','\xb1','\xfb','\xc5','\xdd','\xe2','\x3d','\xbb','\x47','\xef','\x1f','\xfb','\xd4','\x5e','\xfa','\xe8','\x54','\xbf','\xf8','\x61','\xeb','\x9d','\x79','\x26','\xd1','\x33','\x5d','\x1d','\xb1','\xf0','\xe9','\x5d','\xd2','\x77','\x63','\xad','\xf9','\x8a','\xee','\x32','\x27','\xb5','\x32','\xd6','\xe1','\xee','\xdb','\x94','\xe6','\x5d','\x74','\xc8','\x16','\xad','\x2d','\xe4','\x3c','\xb6','\xac','\xed','\x3b','\xe9','\x3d','\x80','\x10','\xcc','\x57','\x80','\x86','\x26','\x14','\xee','\x6f','\x9c','\xd1','\x76','\xe2','\xdf','\xea','\xa0','\x9b','\x7a','\x1c','\xef','\x9d','\x8a','\x38','\x58','\x09','\x8c','\x47','\xcd','\x9f','\x84','\xfc','\x01','\xe4','\x5d','\x73','\x3b','\x11','\xc9','\x3d','\x54','\xd9','\x2d','\x15','\x1f','\x2e','\xfe','\x70','\xf7','\x47','\xdb','\xcd','\x15','\xac','\x31','\x97','\x35','\x6f','\xf9','\x2c','\xaf','\xdd','\xdc','\xb8','\xc2','\x6f','\x96','\xf9','\xa8','\x85','\x4e','\xb5','\xde','\x83','\x68','\x05','\x6c','\xfe','\xcc','\xd3','\x0d','\xcc','\x00','\xf6','\x8a','\x0b','\x37','\x64','\x74','\x33','\xaa','\x23','\xde','\x95','\x5b','\x3f','\x69','\x62','\x97','\x8e','\xc8','\x07','\xd6','\x03','\xc2','\xea','\xef','\xe6','\xd9','\xef','\x52','\x0c','\xd8','\x88','\xf5','\x70','\x49','\xa7','\x55','\x0e','\x7c','\x03','\xbf','\x4e','\x3d','\x11','\xf8','\x66','\xbe','\x72','\xe5','\xe6','\xc4','\x58','\x2d','\x78','\xd5','\x3c','\x84','\xfe','\xff','\x1a','\xf5','\x40','\x25','\x69','\xe8','\xcb','\x04','\xd6','\xd3','\x1c','\xdb','\x78','\x03','\x76','\x62','\x7d','\x04','\x67','\x27','\xae','\x18','\xff','\x13','\xf5','\x40','\x55','\x7a','\xc5','\x18','\xb9','\x50','\xd5','\xff','\x2f','\xac','\x3f','\x83','\xb3','\xa7','\x70','\x36','\x5c','\xca','\xd1','\x6a','\x81','\x5e','\x3f','\x44','\x0d','\xfd','\x28','\xd6','\x95','\x5f','\xdd','\xaf','\x1c','\x4a','\xb3','\xf1','\xc9','\xd1','\x34','\x03','\xeb','\xc8','\xcd','\xc2','\x4d','\x43','\xf4','\x6b','\xf7','\x8b','\xe2','\x1c','\x0c','\xc8','\xad','\xa3','\xd4','\x5d','\xcd','\xc3','\xb0','\xff','\x1a','\xf5','\xa0','\x12','\xfb','\xd3','\xad','\x3f','\x1a','\xc6','\x59','\x8f','\xff','\x56','\x57','\x73','\xd6','\x40','\x5e','\x55','\x83','\x5f','\x6b','\x7c','\x5a','\xbf','\xce','\x66','\x6d','\xb5','\xce','\xb5','\x4f','\x7e','\xdd','\x7a','\x16','\x01','\xf0','\xeb','\x8b','\x2d','\xb9','\xf5','\x8b','\xc7','\xb1','\x3e','\x5f','\xca','\x5a','\xd5','\x5f','\x77','\xbe','\x10','\xfc','\x69','\xa0','\x9e','\x00','\xf6','\x09','\xde','\x06','\x09','\x37','\xd5','\x06','\xf0','\x6b','\xeb','\x4f','\x76','\x91','\x29','\x09','\xce','\xbe','\x50','\x3a','\xf2','\xd3','\x74','\x4e','\x34','\x72','\x9d','\xbb','\xf2','\x97','\x9e','\xce','\xc9','\xa5','\x9c','\x8c','\x73','\x71','\x6c','\xe4','\x71','\x21','\x5b','\xba','\xcf','\xae','\x1e','\xb2','\xff','\xf1','\xc3','\xea','\xb1','\x58','\xe3','\xb1','\xce','\xda','\xc3','\xaa','\x6a','\xc7','\xb9','\x00','\x2e','\xc8','\xa5','\xec','\xd9','\x6a','\x16','\x95','\xb2','\x6f','\x94','\xa0','\x44','\xd0','\x48','\x56','\xbe','\xa7','\x3d','\xb7','\x54','\x22','\x33','\xed','\xe2','\xa3','\x51','\xc0','\xfa','\x02','\xce','\x76','\xb0','\x89','\xbb','\xfe','\x40','\x87','\x91','\xed','\x60','\x3d','\xc5','\x50','\x72','\x41','\x97','\x4a','\xba','\x54','\xd5','\x43','\x1f','\xda','\x1e','\xd6','\xf1','\x36','\x66','\x80','\x4a','\x50','\x5b','\x00','\x33','\xe4','\x5f','\x2f','\xe5','\x12','\xd5','\x5c','\xac','\x94','\xbf','\x8c','\xf5','\x60','\x42','\xbf','\xef','\x85','\x91','\xa9','\x2b','\x39','\xc9','\xd0','\xe5','\x5f','\x31','\x3e','\x39','\xd6','\xf2','\x89','\xaa','\xfe','\x65','\x7c','\xc8','\x8f','\x0d','\x7f','\x22','\x67','\x5e','\x67','\x33','\x95','\xf5','\xe3','\x7c','\xb4','\xfa','\xa0','\x94','\x36','\xa4','\x74','\x4e','\x4a','\x33','\x39','\x2f','\x8d','\xb1','\x7a','\x76','\xd3','\x52','\x9f','\xe3','\x75','\x8b','\x25','\x06','\xa1','\xe1','\x0a','\x62','\x69','\x42','\x2c','\x0d','\x35','\xdc','\x3c','\xc2','\x9f','\xf7','\x95','\x6e','\x0b','\x56','\x6f','\xdb','\x85','\x6f','\xc3','\x46','\xb7','\x79','\xbd','\x1b','\xe3','\x0d','\x18','\xf7','\xa9','\x57','\xae','\x29','\xc6','\x17','\x14','\x83','\x09','\x7d','\xac','\x44','\xf8','\x2e','\xb4','\xab','\xfb','\xc3','\xe7','\xcb','\xbb','\x31','\x98','\x6b','\xa5','\xde','\x01','\xc3','\x02','\x9d','\x8d','\x63','\x3d','\xcf','\xe6','\xe2','\x4a','\x1e','\xfd','\xaa','\xf1','\xe9','\xe1','\xaa','\x1b','\xc3','\xec','\x57','\xe0','\x17','\xd9','\xe0','\x6b','\x30','\xbc','\xc6','\x20','\xd6','\x4d','\xac','\x0f','\x72','\x80','\xf0','\xa1','\xe3','\x23','\x81','\xd6','\xc1','\xaf','\x4b','\xbc','\x61','\x52','\x69','\xad','\xd4','\xb7','\x63','\xfd','\x61','\xac','\x7f','\x1f','\x67','\x9f','\xb8','\x62','\xb0','\xf9','\x92','\x36','\x7e','\x78','\x7b','\x0a','\x71','\x9c','\x4b','\x24','\xf4','\xbb','\xaf','\x8f','\xfc','\x34','\xa1','\x4f','\xa5','\x0b','\x4f','\xe2','\x26','\x46','\x7e','\x52','\xca','\xe2','\x74','\x36','\x60','\x30','\xe5','\x2c','\x48','\xbf','\xc6','\xba','\x90','\x9a','\x4a','\xc2','\x5a','\x55','\x85','\x4e','\xed','\xe6','\x3f','\xfa','\x78','\xf3','\xe2','\x2d','\xf0','\x15','\xf7','\x2b','\xda','\xc3','\x07','\xb6','\x9a','\x15','\xf9','\x2f','\xde','\x28','\xd9','\x9a','\xaa','\xe6','\xbe','\x5a','\x35','\x18','\x84','\x2a','\xe4','\xa6','\xfd','\x10','\x7d','\x1e','\x87','\x15','\x5d','\x78','\x14','\xe7','\x13','\xe9','\xec','\xee','\x12','\xfb','\x31','\x1b','\x03','\x83','\x96','\xbb','\x3d','\xc1','\xbe','\x90','\x33','\xd2','\x0c','\xf9','\xb3','\x55','\xb0','\xd8','\x25','\x9c','\xc7','\xbf','\xbc','\x1e','\x84','\xf3','\x6f','\x54','\x73','\xf1','\x34','\x03','\x13','\x5a','\x3a','\x70','\xf3','\x50','\xaf','\x4e','\x01','\xc7','\x87','\xd5','\xa3','\xfb','\x71','\x81','\xe9','\xaa','\x1f','\x67','\x99','\x1a','\x4b','\x69','\x5d','\x2c','\x65','\xa3','\xd5','\x23','\x4c','\x9f','\xa3','\xd5','\x2c','\xff','\x10','\x14','\xfb','\x38','\x7e','\xd0','\xbc','\x52','\x88','\xfe','\x0a','\xfd','\x29','\x0c','\x96','\x46','\x2e','\xe1','\xc2','\xfe','\x2b','\x05','\x0d','\x17','\xf6','\x24','\x46','\x96','\xd2','\x85','\xe8','\xf5','\x82','\x0f','\x1f','\x99','\xc7','\xa3','\xfb','\xaf','\xfc','\xd1','\x20','\xfb','\x02','\x1e','\x99','\x67','\x25','\x8c','\x33','\xe7','\x1f','\x3b','\x96','\x9d','\x58','\xc9','\x9e','\xb1','\xb2','\x9c','\xd8','\x36','\xc7','\x51','\x80','\x12','\xe8','\x73','\xd9','\x87','\xab','\x24','\x60','\x2d','\x1c','\xe1','\xf9','\x19','\xf5','\x5b','\x31','\x24','\x43','\x9e','\x35','\xe0','\xd4','\x55','\x50','\x4e','\x41','\x46','\x8a','\x14','\xfa','\xdc','\x42','\x1f','\x39','\xd4','\xc7','\x04','\x62','\xf4','\x91','\x5c','\x1f','\xc9','\xb7','\xb0','\x33','\xff','\x05','\x9a','\xcf','\xa3','\x23','\x79','\x64','\x0c','\xf9','\xf5','\x45','\xbf','\x3e','\xe1','\xcf','\x0a','\x82','\x2e','\x78','\xba','\xcf','\x1d','\xb4','\xd8','\xd1','\x86','\x00','\xf3','\x98','\x85','\xb2','\xcc','\xa1','\x40','\x28','\x07','\xc0','\x05','\xd3','\xcb','\x11','\x3d','\x4f','\xf4','\x2c','\x43','\xf9','\x16','\x1c','\xa9','\xe8','\x79','\x9a','\xd3','\x19','\xa4','\x9c','\xae','\xe4','\x75','\xd9','\xd4','\xed','\x5d','\x2d','\xfe','\xde','\xd5','\x1e','\x19','\xac','\x47','\x9f','\xb0','\x0a','\x49','\xeb','\x50','\x92','\x95','\x65','\x23','\xe9','\xe6','\x92','\x56','\xfe','\x56','\x1c','\x49','\x5a','\xc6','\x2a','\x0f','\xb8','\x9e','\x04','\xe2','\x20','\xbd','\x15','\x3f','\xbf','\x5a','\x4f','\x4f','\xc9','\x50','\xbd','\x42','\xb2','\x54','\x48','\x4e','\x1e','\x4a','\x4e','\x15','\xe0','\xfb','\x95','\x9c','\xea','\xe4','\xb7','\x53','\x40','\x4a','\x01','\x24','\xf5','\x23','\x59','\xdb','\xd0','\x6d','\x7d','\xb0','\xae','\x2f','\x0e','\xe8','\xa5','\x68','\x96','\xb6','\xeb','\x3a','\x1e','\xb4','\x80','\x87','\xaa','\x35','\x86','\x9c','\x4a','\x28','\xd7','\x49','\x72','\x51','\xb7','\x40','\x49','\x8e','\xa7','\xcb','\xcc','\xd2','\x5b','\x78','\xff','\x18','\x8e','\xf0','\x7c','\x25','\xfa','\x1a','\xa2','\x0e','\x2b','\x07','\x27','\x2c','\x73','\x11','\x65','\x27','\x10','\xd8','\x73','\x60','\xcb','\x41','\x39','\x86','\x00','\x2a','\xc0','\xf3','\x77','\xb8','\x23','\x95','\x8d','\x90','\xec','\x73','\x24','\xfb','\x57','\x90','\x74','\x20','\x5b','\x06','\x1c','\x39','\x09','\x09','\x19','\xf5','\x1b','\x38','\xa6','\x13','\x9a','\xe6','\xf9','\x92','\x9a','\x19','\xaf','\x60','\x70','\xd6','\x95','\x0b','\x21','\xf7','\xd0','\x2b','\x65','\x86','\x02','\x20','\x63','\xfc','\xdd','\x36','\xe3','\xdb','\x3b','\x8d','\xda','\x4e','\x63','\x99','\x34','\x31','\xb6','\x4c','\x46','\x97','\x77','\xea','\xcb','\x14','\x42','\xa4','\x6c','\xac','\xf3','\x38','\xab','\xc1','\x49','\x64','\x9e','\x45','\xd9','\x12','\xc9','\xf3','\xbf','\x9e','\x13','\x89','\x41','\x23','\x05','\x89','\x1e','\x92','\x07','\x0a','\x83','\x90','\x68','\x35','\xe7','\x47','\xf9','\xcd','\x38','\x3f','\xa0','\xe6','\x15','\x0c','\x48','\xe1','\x23','\xea','\x2e','\x43','\x81','\x0d','\xa5','\x05','\xd5','\x65','\xe5','\x90','\x60','\x99','\x13','\x28','\x2f','\x30','\xe0','\x9c','\xe7','\x19','\x02','\x2a','\x30','\xf4','\x4a','\x87','\xfa','\x68','\x01','\x9e','\x0b','\x48','\xb9','\x2f','\x0c','\xe4','\xff','\xc5','\xb6','\xfc','\xb3','\xe9','\x7c','\xb0','\x94','\xc7','\x56','\x1e','\xdb','\x47','\x88','\x66','\x10','\x5d','\xa7','\x8a','\x4e','\x07','\x74','\x25','\xaa','\xeb','\xed','\x59','\x8b','\xd5','\x33','\x60','\x9e','\x9c','\xcb','\x1f','\x03','\xe6','\xb1','\x1c','\x67','\x7d','\x2c','\x90','\xfe','\x82','\xe7','\x1d','\x62','\x82','\x08','\xf7','\x3a','\x72','\x92','\x92','\x97','\x95','\xfc','\x90','\xc5','\xff','\x16','\xc9','\x9b','\xee','\x11','\x01','\xb1','\x3f','\xa7','\xb7','\x80','\x5b','\xf3','\xfe','\xfe','\xf6','\xf4','\x8a','\x85','\x6b','\x3b','\x0f','\xb1','\xb2','\x57','\x34','\x7a','\xc5','\xdc','\xef','\xdc','\x9e','\xff','\x17','\xb7','\xe7','\x4f','\x6e','\xce','\x07','\x8f','\x7f','\x58','\x7b','\xd6','\xf4','\xe7','\x13','\xe5','\x5c','\xd2','\x35','\x40','\xfd','\x9a','\x7a','\x58','\x2a','\xf0','\x44','\x5a','\xb9','\x0e','\x3b','\xff','\xb1','\x0a','\x73','\x99','\xf2','\xc9','\x89','\x7c','\xcf','\x44','\x7e','\x70','\xfa','\x48','\xf0','\x39','\x43','\x18','\xd0','\x51','\x51','\x47','\x75','\x5d','\xb0','\xf4','\x76','\xa4','\x17','\xd7','\xda','\x13','\x60','\x0d','\xce','\x41','\x83','\xc5','\x82','\xea','\xb0','\x21','\x3a','\x24','\xf8','\xa1','\x1e','\x50','\x03','\x9a','\xc7','\x5d','\x79','\xcf','\x6b','\x25','\x80','\x5e','\x4f','\x8f','\x84','\xa9','\xd1','\xc1','\x19','\x9c','\x65','\xaa','\x6b','\x34','\x6b','\x35','\x74','\xa4','\x0c','\xa1','\x01','\x73','\xdc','\xc9','\x47','\xd7','\xd6','\xc5','\x64','\xc1','\x74','\x0b','\xe1','\xca','\xa1','\x70','\x85','\x95','\x46','\xf8','\x19','\xa8','\x21','\x5c','\xb9','\x19','\x47','\x78','\x66','\xb4','\xd5','\x95','\x5e','\xd2','\x9b','\xe3','\xc3','\xf3','\x65','\xb3','\x2f','\xe7','\x86','\x91','\x01','\x20','\x85','\xbb','\xdd','\xc2','\xb1','\xf2','\xa1','\xe1','\x72','\x61','\xb8','\x6c','\x0c','\x4f','\xe5','\x86','\x0f','\xe6','\x8f','\x1d','\xcc','\x0f','\x1f','\xc8','\x0f','\x17','\xf3','\xc3','\x32','\x2b','\x8f','\x0c','\x1f','\x30','\x32','\x07','\xf5','\x3f','\xaa','\x65','\x97','\x4e','\xea','\x93','\x25','\xfd','\x23','\x6c','\xf7','\x47','\x43','\x7e','\x64','\x4e','\x58','\xf0','\xbc','\x46','\x75','\x72','\x0a','\x35','\x14','\x5a','\x50','\x1b','\x05','\x85','\x1e','\x62','\x02','\xfb','\x51','\x6d','\xe4','\xc0','\x08','\xc0','\x34','\xf1','\xb9','\x60','\xa0','\x47','\x54','\xe7','\xe6','\xf9','\x6a','\xb5','\x47','\x96','\xcc','\xe9','\x08','\x04','\xc8','\xc0','\xbc','\x43','\x9e','\x32','\x36','\x2c','\x05','\x51','\x3e','\xd4','\x2e','\x17','\x88','\x64','\x50','\x9a','\x93','\x48','\x5e','\x0e','\xe5','\x35','\x9c','\xb7','\x38','\x9d','\x57','\x2a','\x73','\x84','\xa7','\x1d','\xd4','\xd7','\xd0','\xaa','\x87','\xf3','\x47','\x29','\x84','\x21','\xa7','\x10','\x83','\x0d','\x32','\x42','\x0c','\x87','\x98','\xc0','\x7e','\x64','\x1f','\xb2','\xdf','\xe5','\xff','\x9a','\x5f','\x15','\x8e','\xf0','\xaf','\xe9','\x22','\xd2','\xdb','\x15','\x3d','\x42','\x40','\xa5','\x6d','\xdc','\xea','\x17','\x6b','\xf0','\x30','\xc9','\xb1','\x01','\xcc','\x93','\x02','\xc7','\x21','\xd3','\x61','\xa5','\xd1','\x4a','\x85','\xce','\xb9','\xc4','\x3b','\xa6','\xb9','\x02','\x4c','\x1f','\x09','\x3f','\x6f','\x84','\x9f','\x87','\x0b','\x24','\xc9','\xaf','\xe8','\xd9','\x09','\x7d','\xde','\xcb','\x23','\x77','\x48','\x40','\x30','\xef','\xa0','\x60','\x1a','\xe8','\x33','\x5b','\x5c','\x4a','\xa8','\x70','\xee','\xca','\x21','\xde','\x2a','\x23','\x9d','\xce','\x99','\x26','\x24','\x5d','\x6e','\x62','\x6c','\x8c','\x19','\xcc','\x23','\x92','\x6c','\x44','\x06','\x40','\x0f','\xfb','\x0f','\xe9','\xb1','\x61','\x5d','\x63','\x8e','\x28','\x1e','\x42','\xa2','\x39','\x4c','\x60','\x9c','\x7b','\xa4','\x9c','\x12','\x33','\x76','\x78','\x05','\xa4','\x17','\x90','\x7d','\x88','\x29','\x00','\x4e','\x1b','\x4a','\x21','\xd7','\xf8','\x6a','\x3e','\xa9','\xe4','\xfb','\x0f','\xe5','\x95','\xaf','\xe7','\x93','\x89','\x7c','\x7f','\xe2','\x88','\x92','\x30','\x94','\x3a','\xdc','\x79','\x3e','\x84','\xb2','\x67','\x3d','\x7d','\x9e','\x39','\x93','\xa8','\xa5','\x3f','\xaa','\x98','\xef','\x28','\xe7','\xc4','\x69','\x18','\x1f','\x1f','\x62','\x38','\xc4','\xb4','\x88','\xb5','\x87','\x4d','\x22','\x4f','\x9a','\x09','\x83','\xb3','\x2a','\x1c','\xf1','\x21','\x03','\x2f','\xeb','\x89','\xb4','\x9e','\xd8','\xa0','\x1b','\xdd','\xfa','\xd9','\x86','\xbe','\xb8','\x02','\xfa','\xfc','\x17','\x52','\xfe','\x2e','\xb6','\x1d','\xe0','\x5c','\x7e','\xc8','\x18','\xfa','\x42','\xe1','\x64','\xbd','\x20','\x58','\x87','\x30','\x2a','\x44','\x1d','\xa3','\x61','\xe5','\xa2','\x8d','\x3c','\xb5','\x00','\x2d','\xa1','\x74','\x24','\xca','\xd6','\x0b','\xd6','\x37','\x19','\xfa','\x7d','\x09','\xfd','\x6f','\x89','\x6e','\x1f','\xd3','\x11','\xbd','\x65','\xbe','\x78','\xc6','\x46','\x36','\x4d','\x6c','\x69','\x1c','\x12','\xa5','\x02','\xa1','\xc6','\xc1','\xb9','\x9c','\xac','\xe5','\xb7','\x1f','\xca','\x8b','\x52','\xbe','\x33','\x0e','\x5a','\x94','\xcc','\x1d','\x01','\x7a','\x24','\xa4','\x0f','\x4f','\xe9','\xc3','\xc3','\x7a','\xcd','\xc8','\x96','\xf3','\x0c','\x43','\x11','\xdd','\xac','\xa4','\xf3','\xd4','\xcc','\x79','\x9a','\x31','\xac','\x15','\x12','\x63','\xcc','\xed','\x39','\x24','\xe2','\x43','\x5e','\xba','\x80','\xc6','\x0a','\x48','\x33','\xc6','\x34','\x63','\xf7','\x98','\xb1','\xfb','\x86','\x30','\x36','\xa6','\x8d','\xee','\x1e','\xd3','\x77','\x6b','\xfa','\xee','\xdd','\xfa','\xee','\x21','\xfd','\xd3','\xa6','\x9e','\xde','\xb5','\xca','\xfb','\x0d','\x8c','\x07','\xcd','\xac','\x88','\x88','\xf6','\x73','\x7e','\x83','\xa6','\xdc','\xe4','\x57','\x91','\x25','\x3a','\x40','\x68','\x31','\x48','\x35','\x61','\xa7','\x85','\x7e','\x80','\x84','\x53','\x56','\x3b','\xad','\x1f','\xa3','\x63','\x0a','\xdd','\x29','\xf3','\x7c','\x40','\xcd','\x7c','\x01','\x38','\x09','\xbc','\x2b','\xed','\xbe','\x72','\xd4','\x57','\xbe','\x63','\xbe','\x9c','\x30','\xbd','\x74','\xb6','\x5c','\xe2','\x89','\x89','\xcd','\x73','\x3c','\x13','\x62','\xc7','\x94','\xf7','\xe3','\xc7','\x71','\xdb','\x73','\x89','\xef','\xcc','\xf6','\x67','\xed','\xfe','\x3c','\xe4','\x8f','\x4b','\x7f','\xe2','\xb9','\x52','\xc7','\xc9','\x8d','\xc1','\x12','\x11','\x90','\xdf','\x87','\x38','\x15','\x0c','\xa4','\xce','\xc1','\x7e','\x44','\x02','\x24','\xe4','\xb9','\x11','\x82','\x18','\xb6','\xc1','\xfd','\x4f','\x7a','\xd2','\x73','\xc8','\x0d','\xee','\x0f','\x1a','\xba','\xe5','\x47','\x06','\x1c','\xe2','\x77','\x24','\x11','\x5b','\xaa','\x41','\xd9','\x2c','\x0d','\x70','\x52','\x47','\xb6','\xe1','\x66','\xf2','\x51','\xd7','\x1c','\xd0','\xf2','\x07','\xb5','\x7c','\x45','\xcb','\xd3','\x3d','\x90','\x57','\x8b','\x6a','\x26','\xd5','\x80','\x78','\x7f','\xf5','\xc7','\xfc','\x05','\xf8','\xc4','\xa1','\x5a','\x91','\xa6','\x35','\xc8','\x11','\x8f','\xfc','\x01','\x24','\x9c','\x40','\x41','\x0c','\x7f','\x88','\xb5','\x61','\x27','\x91','\xce','\x79','\x0d','\xfe','\x87','\xa4','\x50','\x4b','\x08','\x84','\xf8','\x13','\x03','\x79','\x81','\xa8','\x97','\x6f','\x64','\x8a','\x57','\x3c','\x5e','\x42','\x46','\xbd','\x63','\x6c','\x1c','\xe5','\x00','\x1a','\x08','\xca','\x0a','\x1e','\x50','\x88','\x92','\x2c','\xeb','\xe6','\x85','\xcc','\x68','\xd4','\xcd','\x0c','\x68','\xe5','\x83','\x1a','\xa9','\x68','\x84','\xee','\x81','\x87','\x1b','\x54','\x6b','\xa2','\x8b','\xee','\x09','\x47','\x9d','\x30','\xd5','\x3a','\x2a','\x5a','\xb2','\xa2','\xf5','\x54','\x34','\x8d','\xa6','\x2d','\xde','\x9e','\xd5','\xf9','\xe2','\xa9','\x2b','\x20','\x76','\x0b','\x1e','\x6b','\xef','\x21','\x72','\x52','\xcc','\x84','\x4f','\xbb','\xdd','\x54','\xc3','\x03','\x5a','\xe0','\xe0','\x1e','\x11','\x52','\xe7','\x68','\x1e','\xef','\x29','\x86','\xcc','\x62','\x50','\xad','\x48','\x35','\x89','\xa6','\xe5','\xa8','\x67','\x53','\x14','\x11','\x35','\xb6','\xcf','\x53','\xa2','\x51','\x71','\xaa','\x3b','\xea','\x78','\x15','\x4b','\x18','\xb0','\xf0','\xe7','\x1a','\x98','\x5a','\x84','\x5a','\xeb','\xa2','\x8d','\x70','\xc5','\xea','\xa6','\x93','\x3b','\xa3','\xee','\x1f','\x20','\xf4','\xac','\xcf','\xee','\xf6','\x95','\xa8','\xe9','\xd1','\xe0','\x2c','\x6d','\x9b','\xa6','\xe1','\xe7','\x68','\xf2','\x24','\x9d','\x2f','\x51','\x36','\x4d','\x10','\x1f','\x35','\x8d','\xfb','\x22','\xde','\xbb','\x90','\x76','\x59','\x2e','\x25','\x80','\x62','\xee','\x55','\xf9','\x7f','\x7d','\x5a','\xbe','\xcf','\x90','\x77','\x27','\xe2','\x16','\xb0','\xdc','\xcb','\xb8','\x5f','\xf6','\x5c','\xb9','\x1d','\xc7','\x43','\x41','\x77','\x63','\x55','\xbe','\xc3','\x90','\xfb','\xfb','\x65','\xa3','\x5f','\x2e','\xe1','\x04','\x0e','\x7a','\x10','\x35','\x08','\x54','\x1b','\x0d','\x99','\x42','\xd6','\x5a','\x88','\x88','\xa6','\xf8','\xdc','\xa9','\x9f','\xb2','\x76','\x86','\x4e','\xad','\xfc','\x7a','\xb3','\xd0','\x9a','\x77','\x99','\x5a','\xaa','\xf3','\xa6','\x42','\x6b','\x0a','\x9d','\x4a','\x86','\x2b','\xc9','\x70','\xe7','\x8e','\xd7','\xbc','\x64','\xb7','\x94','\xfc','\x98','\x94','\x0c','\x4b','\x3b','\x5e','\xbb','\x5d','\x09','\xbb','\x0a','\x08','\xd2','\xf6','\xdf','\x67','\xb8','\x7d','\xfb','\xef','\xbb','\x4c','\x60','\x3f','\xca','\x61','\x80','\x1e','\xee','\xd4','\xde','\xf1','\xac','\xe4','\xaf','\x68','\x8f','\x60','\x21','\x01','\x29','\x41','\x4e','\x12','\x42','\x91','\xa2','\x3a','\xc0','\xb7','\xc7','\xa6','\x3a','\xe4','\xe8','\xc4','\xf7','\x3a','\x41','\x4b','\x04','\x52','\x48','\xb8','\x41','\xc8','\x48','\xf2','\xcb','\xeb','\x61','\x9f','\x45','\x94','\x20','\xd5','\x05','\x6a','\x7d','\x48','\x22','\x15','\xe2','\x63','\x82','\xfe','\xe1','\xed','\xc1','\x88','\x7a','\xc8','\x21','\x51','\xf6','\x81','\xdd','\x87','\x16','\x4c','\xa0','\xce','\xb3','\x13','\xc8','\xbe','\x83','\xb5','\x24','\xea','\xae','\x47','\x90','\x33','\x56','\xf6','\x3c','\x1b','\xd2','\x0b','\x7e','\x58','\x3d','\x0a','\xb0','\xd2','\x95','\x98','\x6e','\xd9','\x3e','\x6b','\xa0','\xa7','\x4c','\x55','\xd7','\xcf','\x73','\xf0','\x34','\x92','\xe5','\x22','\xdc','\xf0','\xfa','\x1b','\x25','\x59','\x19','\xf0','\x35','\xef','\x5b','\x7d','\x48','\xbf','\x90','\x68','\x2b','\xa1','\x37','\x56','\x19','\x54','\xde','\xb8','\xd1','\x23','\x9f','\x80','\x7c','\x8b','\x7e','\x61','\xc2','\x1f','\x14','\x84','\x88','\xe0','\xd5','\x7d','\x1f','\xda','\x1e','\xb8','\xd9','\x0f','\x49','\xca','\x7c','\xc8','\x42','\xe3','\x7e','\x30','\x4a','\x6c','\x18','\x6c','\xc8','\x56','\x26','\x40','\x0a','\x00','\x14','\xba','\x82','\x90','\x6a','\xfb','\xea','\x8d','\x5d','\xb0','\x24','\x3e','\xb4','\x5f','\x14','\xb5','\x0b','\xec','\x57','\xb0','\x2d','\x78','\x03','\x9c','\x5b','\xc3','\x0f','\x89','\xb7','\xdd','\x86','\x4e','\x8a','\x9c','\xfd','\x82','\x61','\xc0','\x74','\xa8','\x4e','\x7e','\x59','\x3d','\x68','\xb5','\x2a','\xf8','\x6f','\x31','\x60','\x2e','\xba','\x9c','\xa9','\x78','\x4d','\x40','\xde','\x84','\xff','\x8f','\x27','\xbc','\x21','\xc8','\xf6','\x0b','\xf5','\xff','\x3a','\xf5','\x00','\xc7','\x9d','\x02','\xec','\x2e','\xed','\x3e','\x3b','\x2a','\xd4','\xef','\x58','\x38','\xdf','\x6f','\x5c','\x48','\x14','\x6a','\x69','\xf1','\x5c','\x49','\xaa','\x36','\x23','\xeb','\x7e','\x85','\x1e','\x22','\x1b','\x46','\x83','\x7d','\x8d','\xf2','\x80','\x7c','\xfe','\x1f','\x0c','\xd4','\x76','\x7e','\x0e','\x81','\x80','\xf0','\x95','\x76','\xa4','\xae','\x00','\x1d','\xda','\x87','\xd5','\x03','\x6c','\xc3','\x6f','\xb8','\x0a','\x2a','\x2b','\x83','\x65','\xf3','\xf2','\xce','\x81','\x6d','\xd0','\xbe','\x66','\x85','\x6b','\xd5','\xae','\xa6','\xe4','\xfb','\x90','\x7a','\x44','\x05','\x39','\xed','\xe6','\x32','\x8e','\x49','\x76','\x87','\x34','\xd0','\xb1','\x93','\x9a','\x2b','\x7e','\x4e','\x47','\xf0','\x8e','\xe7','\x15','\x39','\xab','\x89','\x22','\x90','\x01','\x1e','\x60','\xff','\xe1','\xed','\x91','\x8e','\x23','\xf3','\xb2','\x25','\x4d','\x60','\xef','\x9a','\x87','\xb0','\xa4','\xfe','\x6d','\x44','\xde','\x4b','\x55','\x7b','\x4e','\xd6','\xe6','\x54','\x5b','\x97','\xb5','\x15','\x79','\xf0','\x74','\xef','\x62','\xbb','\x5c','\xc3','\xbf','\xaa','\x5f','\x75','\xb5','\xbe','\x04','\x3c','\x3c','\x0b','\x92','\x3a','\x2f','\x35','\xb3','\x91','\x72','\xfa','\x9d','\xa5','\x35','\xe2','\x9d','\xd3','\x9c','\x6f','\x67','\xb5','\x1e','\xff','\x07','\x29','\x61','\x33','\x1f','\x0a','\x32','\x13','\x4e','\x33','\x1f','\xca','\x66','\xfa','\xfa','\x22','\x5d','\x7c','\xcf','\x0d','\x17','\x66','\xe4','\xed','\x0f','\x1d','\x9f','\x00','\xe5','\xd3','\x70','\xd2','\x79','\x65','\x79','\xa9','\x57','\x5c','\x22','\x21','\x27','\x25','\x2e','\xfd','\xad','\xb8','\xb4','\x2e','\xe4','\xf4','\x59','\xf6','\xdf','\x9e','\x76','\xd7','\x71','\x22','\xca','\xb3','\x9c','\xf7','\xf2','\xc3','\xfb','\xc5','\xfe','\x53','\x4f','\x34','\x50','\x40','\xf4','\xde','\x80','\x12','\x64','\xc1','\xaf','\x9e','\xf0','\x10','\xf1','\xab','\xdf','\x5c','\x90','\x4f','\xf8','\xe5','\xc9','\x84','\x3a','\xe1','\xca','\x16','\xf1','\x31','\xeb','\x34','\x2d','\x07','\xd6','\x39','\xc3','\x99','\xb8','\x79','\x35','\xbe','\x34','\xe4','\x2d','\x69','\xf1','\xdf','\xb4','\xe2','\x01','\x9f','\x13','\x40','\xf2','\x6f','\x1e','\x8f','\x07','\x3e','\xf1','\x02','\x12','\xbf','\x6e','\xc2','\xcb','\xa7','\x43','\xe8','\xb6','\xe7','\xbd','\x57','\x12','\x54','\x4c','\x74','\x8a','\xf5','\x0e','\x51','\xef','\x89','\x20','\xef','\x67','\xde','\x1f','\xbf','\xe8','\x0e','\xce','\xa2','\x0f','\x19','\x9f','\x5d','\x63','\xc7','\x62','\xbb','\x87','\x19','\x98','\xc0','\x97','\x07','\x04','\x8a','\x04','\xe0','\x05','\x03','\x3b','\xb7','\xd9','\xb7','\xd1','\xb9','\x8e','\xb0','\xb4','\x9a','\x46','\xe4','\xc3','\xea','\x91','\x11','\x8f','\x33','\x61','\xdf','\xd0','\xb4','\x1d','\xef','\x32','\x93','\x7a','\x3e','\xf9','\xd0','\x9e','\xfe','\xcf','\xa4','\x65','\x48','\xc1','\x2d','\xe5','\x4f','\x36','\x86','\x08','\x9a','\x20','\xc0','\x19','\x8e','\xf8','\x3d','\x5f','\xd5','\x1a','\x0b','\x84','\x96','\x87','\x87','\xa7','\xcc','\xef','\x7d','\x66','\xe9','\x73','\xde','\x52','\xd2','\xff','\x9b','\x73','\x4b','\x01','\xff','\x9e','\xc0','\x7a','\xfc','\x9b','\xcf','\x74','\x06','\x3a','\x56','\x10','\xf8','\xb4','\x22','\x12','\x1c','\x84','\x45','\xef','\x6f','\x29','\x5d','\x37','\xd7','\x29','\xd5','\x3b','\x90','\xd6','\x83','\xea','\xde','\xf8','\xcb','\x7f','\x5c','\x8a','\x0e','\x56','\x70','\x90','\xc7','\x9d','\xe2','\xcd','\xb6','\xf7','\x76','\x00','\x12','\x85','\xa4','\x33','\xe6','\x8f','\x38','\xc3','\xf6','\x66','\xc7','\x5b','\xa9','\x21','\x54','\x93','\xed','\x9a','\xfa','\x96','\xc7','\x53','\xad','\xd5','\x54','\x56','\x9e','\x75','\x9a','\x59','\x3f','\xd6','\x18','\xf8','\xfb','\xce','\x42','\x96','\xae','\x40','\x04','\x05','\x21','\x43','\x16','\xf4','\x4e','\xba','\x91','\x36','\xe5','\xbd','\x29','\x81','\xd6','\x2c','\x86','\xb9','\x18','\x40','\x5c','\x60','\x76','\xe3','\xa1','\x09','\x4f','\xe0','\xd4','\x04','\x6c','\x8d','\xa0','\x24','\xf2','\xde','\xe1','\xae','\x94','\xcf','\x0a','\xf8','\x70','\x40','\xf0','\xf6','\xc4','\xb0','\xf9','\x13','\xbc','\x37','\x9e','\xd8','\xbb','\xf9','\xfa','\xde','\x2d','\x89','\xbd','\x72','\x62','\xbf','\x9c','\xd8','\x1b','\x4b','\xec','\xed','\xbd','\xb2','\xb7','\x97','\x30','\xec','\xef','\xdd','\xb9','\xb7','\x97','\xee','\xed','\xf5','\x73','\x08','\xe6','\x65','\x4f','\xeb','\x71','\x51','\x8e','\x78','\xd7','\x5c','\x2c','\x10','\x86','\x00','\xc0','\xd9','\xd3','\x4b','\xcc','\x6b','\xa4','\xf9','\x2b','\x7b','\x7b','\x1d','\xfe','\x8b','\x37','\xfd','\xd8','\xa3','\xec','\xef','\x99','\xdb','\x0b','\x48','\xed','\xed','\x4d','\xed','\x8d','\xf5','\x99','\xaf','\xab','\xda','\x96','\x8d','\xab','\x93','\x22','\xed','\x78','\x7b','\x79','\x7b','\xc7','\xd4','\x8e','\xb7','\x8f','\x6f','\x8f','\x7a','\x3b','\xde','\x9e','\x55','\x7c','\xd3','\x9b','\xdf','\xa6','\x85','\x0d','\xe4','\xee','\x9f','\x84','\x86','\x6f','\xc7','\x27','\x56','\x50','\x40','\x6a','\xf1','\x62','\xc1','\x72','\x18','\x67','\x66','\x88','\xae','\x95','\xec','\x93','\x8f','\xd9','\xf5','\xb0','\x65','\x87','\xe7','\x6c','\xaf','\x61','\x83','\x60','\xd9','\x51','\xab','\xca','\xf6','\xc8','\xb4','\x5e','\x35','\x57','\xaa','\x40','\xe6','\xd9','\x44','\xb6','\x6a','\x5e','\x2a','\x19','\xd9','\x12','\xf6','\x3d','\x8e','\xf3','\xac','\x0b','\x04','\xfb','\x09','\xc6','\x11','\x1c','\xa0','\x58','\x6c','\x60','\x49','\xf9','\x98','\x8d','\xc2','\x16','\x09','\xff','\x95','\xeb','\xfd','\x84','\x84','\x8f','\x97','\xc3','\xc7','\x33','\xd1','\xe3','\x19','\xec','\xdf','\x93','\xce','\x52','\xf3','\x6d','\x6a','\x64','\x25','\x80','\x3e','\x67','\xe8','\xb3','\xc0','\x5d','\xa9','\x6b','\x10','\x17','\xaa','\xcf','\x7a','\x6f','\xcf','\x61','\x5f','\x2b','\xa5','\x29','\x50','\x83','\x52','\xdc','\xaa','\xe7','\xa4','\xeb','\xbd','\x5d','\x0e','\x8f','\x03','\xa2','\xe3','\x65','\xfc','\x91','\x72','\xfa','\xbe','\xb2','\x79','\xad','\x6c','\xe4','\xcb','\xcc','\xcf','\xe6','\xc8','\x98','\x97','\xf6','\x18','\xf9','\x2d','\x58','\x18','\xc0','\xa9','\x88','\xf7','\xf3','\x28','\xc6','\x77','\xe0','\x00','\x27','\x2e','\x5c','\xb7','\x82','\x25','\xfd','\x2e','\xab','\xde','\xc7','\xf6','\x5c','\xcd','\xf6','\xea','\x36','\x08','\x62','\x55','\x0d','\x79','\x84','\x54','\x33','\xe5','\xaa','\x59','\x83','\x32','\x53','\x7e','\x21','\xf3','\xd8','\x5f','\x67','\x1e','\xbb','\xc3','\x7c','\x6c','\x63','\xe6','\xf1','\x8d','\x40','\x0e','\x95','\xc1','\xde','\xd5','\x26','\x4b','\x54','\x13','\xec','\x43','\xf2','\xbe','\x7a','\x96','\xd4','\x10','\x64','\x0a','\x00','\xf2','\xba','\x65','\x4e','\x64','\xd7','\xc4','\x19','\xcf','\x1c','\x9f','\xcd','\x8c','\xcf','\x12','\xdf','\x2c','\x19','\x92','\xbc','\xcb','\x12','\xf0','\xd7','\x61','\x70','\x42','\x89','\x08','\x8d','\x82','\x7e','\x1d','\x27','\xe1','\xbf','\x70','\xd9','\xd0','\x85','\x27','\x00','\xd1','\x09','\xd0','\x81','\x74','\x9e','\xcd','\xbe','\x63','\xf0','\xa3','\x5c','\x13','\xe6','\x65','\x28','\xb1','\xe0','\xc0','\x38','\xaf','\x34','\x2f','\x34','\x71','\x0e','\xcf','\x10','\xbc','\xcc','\xbd','\xa5','\x3d','\x52','\xb5','\x2f','\xea','\xa9','\x70','\x1b','\x6b','\x29','\x53','\x59','\x36','\x2f','\xd8','\x99','\x4a','\x0d','\x78','\xf0','\x9e','\x21','\x0c','\xe6','\x29','\x9a','\x39','\x45','\x09','\x9d','\x23','\x07','\xeb','\xde','\x8a','\x46','\xa4','\x3a','\x49','\xbe','\x4c','\x7a','\xa3','\x24','\xdd','\x4e','\x60','\x9c','\xf9','\xbc','\xcf','\x02','\xd5','\x67','\xd8','\x82','\x28','\xbb','\xa8','\xc5','\x09','\x4b','\xf9','\x45','\x54','\x43','\x07','\x6e','\x52','\x23','\x7b','\x9e','\xc1','\xbc','\x74','\xde','\xc8','\x2f','\x63','\x61','\x19','\xe7','\x6a','\xde','\xf5','\x1a','\x0e','\x9c','\x85','\xf5','\xb8','\xba','\x0f','\xde','\x65','\x61','\xd6','\x86','\x1b','\xe3','\x83','\x6c','\x55','\xac','\xb2','\xb3','\xc1','\xff','\xec','\x38','\xdf','\xd4','\x9e','\x1a','\x9b','\x7d','\xae','\x87','\xcd','\xf6','\x54','\x99','\x45','\x02','\x52','\x47','\xc0','\xaf','\xe6','\x4d','\xbd','\x91','\x3f','\x25','\x02','\x99','\x53','\x48','\x47','\x3e','\x34','\x6b','\x3a','\xda','\x2e','\x1d','\x52','\x5b','\x96','\xd9','\xa6','\xcc','\xf3','\xd2','\xf2','\x0c','\x53','\xb7','\xb2','\x56','\xde','\x4c','\x56','\xc9','\x70','\x4b','\x7b','\xac','\x5b','\xdb','\xf3','\xd6','\x5a','\x7b','\x38','\xcf','\x24','\x70','\xde','\xb2','\x7f','\x5a','\xc1','\x7a','\x0d','\xb2','\x20','\xa1','\xea','\x6a','\x93','\x00','\x1f','\xb3','\x8b','\x61','\x4b','\x0f','\xcf','\x16','\xbc','\xb7','\x8d','\xf0','\xc9','\xab','\xe1','\xf1','\x62','\x74','\xbc','\x88','\xfd','\x87','\xd2','\xb9','\x51','\xf3','\xf5','\x11','\xe3','\x50','\xce','\xc8','\x42','\xa7','\x8c','\x02','\x01','\x1e','\x5d','\x83','\xb4','\x78','\x5c','\x7f','\xe6','\xbc','\x87','\xc7','\xf5','\xae','\x29','\xda','\xc7','\xf6','\xa3','\x0c','\xf5','\xae','\x32','\x01','\x6e','\xca','\xab','\xcd','\xf4','\x07','\x27','\x1b','\xe6','\x22','\xca','\x94','\x50','\x66','\x12','\x48','\x4a','\x33','\x15','\x6c','\x7e','\xbd','\x94','\x79','\xb4','\x0a','\x54','\x8a','\x7b','\xd2','\xde','\x9b','\x06','\x09','\x5d','\x21','\xc1','\x57','\xf9','\x21','\xec','\x18','\x41','\xb4','\xcf','\x3f','\x10','\x0b','\x29','\xb1','\x01','\xc5','\x9b','\x52','\x62','\x62','\x2a','\x26','\x7e','\x63','\x97','\xf8','\xd7','\xa2','\xf9','\xcd','\xbd','\xe2','\xcb','\xe6','\xa3','\x73','\x7b','\xd7','\xcd','\xed','\x0d','\x2b','\x7b','\x23','\xca','\xde','\xae','\x2d','\xe6','\x5d','\x5b','\xf6','\x7e','\x7c','\x8b','\xb8','\x65','\x8b','\xb8','\xe7','\x90','\x37','\x35','\x2c','\x8a','\x0c','\x69','\x51','\x2c','\x89','\xe2','\x84','\xb8','\xce','\x7f','\x97','\xc5','\xdb','\xa3','\x31','\x55','\x97','\xf9','\xbc','\xa7','\xd5','\xa8','\x47','\xfc','\xd5','\x4c','\x69','\xc9','\x5c','\x5a','\xce','\x4c','\x41','\x1e','\x87','\xcc','\x6c','\x8b','\x6f','\x30','\x73','\x9a','\xf3','\x0d','\x0e','\x72','\xbe','\x41','\xff','\x2d','\x7c','\x83','\x1f','\x5b','\x7c','\x2e','\x3c','\x41','\xc3','\x7f','\xd1','\xc5','\x06','\x1f','\x84','\x09','\xda','\x1a','\xe7','\xec','\xac','\x79','\x99','\x1a','\x46','\xc8','\x38','\x8a','\x8d','\xec','\x0a','\xe7','\xa7','\x05','\x02','\x30','\x48','\xce','\xf5','\x41','\x3c','\xb7','\x77','\x4d','\x3c','\xd7','\x27','\xd0','\xbe','\x5e','\xf0','\xb2','\x40','\x10','\xa8','\x2a','\x21','\x48','\x2b','\x53','\x41','\xe6','\x05','\x94','\x79','\x96','\x2d','\x8a','\x58','\x13','\x26','\x97','\x81','\x22','\xf2','\x7b','\x31','\x66','\x8a','\x49','\x67','\xac','\x45','\x11','\xb9','\xfb','\x37','\x88','\x3f','\x71','\x97','\xa5','\xf4','\xc9','\x72','\xdf','\x06','\xd7','\xbb','\x20','\x43','\x1a','\xe7','\xa0','\xa7','\xa2','\x00','\xf1','\xe1','\x8c','\x35','\x69','\x5a','\x53','\x99','\x27','\xdd','\x4c','\x43','\xce','\x4c','\xcb','\x4c','\x30','\x59','\x29','\xc9','\xe4','\xa3','\x1e','\x99','\x96','\xbd','\xf3','\x32','\x90','\x40','\x0e','\x20','\xf2','\x86','\x47','\xb2','\x2e','\xd1','\x50','\x1f','\xc2','\xb1','\xfd','\x5e','\x4c','\x9e','\xf6','\xe6','\xa6','\x63','\x3b','\xdc','\x58','\x60','\x66','\x57','\x60','\x46','\x0c','\xba','\x7b','\x91','\x65','\x9e','\xf4','\xf6','\xf6','\x88','\x7b','\x7f','\x12','\xd8','\xbb','\xf9','\x67','\x7b','\xb7','\x74','\x9a','\xb2','\xb4','\xb7','\x77','\x45','\x8c','\x05','\xc4','\x18','\xf6','\xfe','\xdc','\x15','\x65','\x24','\x16','\xd1','\xba','\x73','\x9e','\xb8','\xe8','\x8a','\x16','\xba','\xeb','\x44','\xa4','\x0f','\xd3','\x3e','\xb6','\xb9','\x56','\x29','\x08','\x6c','\x13','\x8f','\x42','\x9b','\x33','\x33','\x31','\xf3','\xa2','\x9b','\xb1','\xc4','\x8c','\x55','\xc8','\x4c','\x17','\xd8','\x08','\x9b','\x15','\x3d','\x53','\x29','\x10','\x9a','\x20','\x9f','\xdb','\xe6','\x35','\x06','\x08','\xed','\x24','\xd2','\x27','\x89','\xf2','\x20','\xe9','\x39','\x41','\xd2','\x02','\xe4','\x26','\x66','\x6b','\x40','\xd7','\xa3','\x4c','\xd5','\x6d','\x1d','\xd9','\xc6','\x5a','\xfe','\xe2','\x9b','\x53','\x70','\x72','\x5b','\x03','\xdc','\x89','\xfc','\xa6','\x1c','\x03','\x5f','\x14','\xab','\x36','\x88','\x01','\xf8','\x2a','\xd1','\x98','\x79','\xae','\x4e','\xed','\x49','\xba','\x7c','\x37','\x5d','\x4a','\x7b','\x3f','\x35','\x10','\x2e','\x40','\xd8','\x9d','\x2d','\xca','\x83','\x48','\xfe','\x54','\x49','\x7d','\x55','\xe5','\xfb','\x1b','\x36','\xbf','\x83','\x7b','\x43','\x5f','\xee','\x25','\x98','\x81','\x2d','\x79','\xf8','\x30','\xe4','\x36','\xff','\x09','\x5d','\xb6','\x9a','\xfe','\x39','\x07','\x59','\x73','\xd7','\x39','\x28','\x24','\x77','\xbb','\xf1','\xe3','\x07','\x7e','\xb2','\xea','\xb7','\xac','\xe5','\xc5','\x3b','\x8e','\xc6','\x46','\x8e','\x75','\xc6','\xf7','\xa4','\xe8','\x9e','\xdf','\xa0','\x7f','\x34','\x4c','\xcf','\x5a','\xc8','\x7f','\x8b','\x2b','\x18','\xa7','\xe1','\x37','\x2a','\x6b','\x65','\xc7','\x1b','\x15','\x25','\x4e','\xe5','\x38','\x1d','\xf2','\x2e','\x80','\x2d','\x88','\xdc','\xf0','\x0d','\xd0','\x71','\xbc','\x56','\x55','\x8c','\x0e','\x7f','\x3a','\xfc','\xc6','\x24','\x3d','\xce','\x9d','\x04','\x71','\xb5','\x19','\xef','\x17','\xfc','\x37','\xb5','\xa7','\x95','\xac','\x0d','\x52','\x45','\xaf','\xf1','\x52','\xbe','\x6f','\xa8','\x6f','\x8c','\x39','\x3b','\x7c','\x09','\xfe','\xf7','\x9c','\xbf','\xd6','\x78','\x9b','\xcd','\xb7','\x4b','\x68','\xbc','\x24','\x5f','\x2a','\x49','\x8b','\x38','\x3c','\xd1','\x1e','\xf6','\x13','\xbf','\x71','\xcc','\xfb','\x29','\x45','\x22','\xf3','\xa2','\x91','\xfa','\x3a','\x51','\xce','\xba','\x9c','\x49','\x9e','\xa8','\xbc','\x6c','\xc9','\x4d','\x7a','\x79','\x4c','\x56','\x79','\xa4','\x91','\x79','\x0d','\xa1','\x09','\x24','\x5f','\xc6','\xd2','\xa2','\x17','\x3e','\x8e','\xc3','\x18','\xfb','\x0b','\xd8','\xfb','\x69','\x1a','\xdd','\x76','\x05','\x72','\x7b','\xb1','\x13','\x8f','\xcd','\x70','\x45','\x39','\xfb','\xb8','\xba','\xd0','\xa2','\xa9','\x57','\xec','\x88','\x0a','\x69','\x51','\x1b','\x0a','\xf0','\xaf','\x72','\x5e','\x59','\xb8','\xc7','\x61','\x79','\x3f','\x26','\x28','\xe4','\x32','\x45','\x80','\x98','\xfa','\x32','\x01','\x3b','\x40','\x48','\x0b','\x6b','\xf2','\x36','\xd2','\x9b','\x21','\xbd','\x27','\x9d','\x11','\x3f','\xda','\x2d','\x54','\x2c','\xb8','\xe8','\xc0','\x4f','\x1a','\x08','\xfb','\xa2','\x5e','\x0f','\xb2','\x3f','\x81','\x2c','\xe5','\x4f','\x88','\x72','\x02','\x1a','\x2f','\x57','\xe1','\xaa','\xfe','\x9e','\xff','\xdd','\xf9','\x74','\x82','\x94','\xf9','\x9e','\x20','\x06','\x9d','\x75','\x98','\xd0','\x12','\x91','\xaa','\x44','\x4a','\x93','\x0d','\x6f','\x38','\x6e','\x0e','\x15','\xf3','\x15','\x6d','\xad','\x1e','\x1d','\x33','\x1f','\x18','\x1e','\xbf','\x69','\x9a','\x51','\x28','\x19','\x23','\xde','\x70','\x1a','\x4f','\x95','\x00','\xc3','\x77','\xbb','\xb1','\x04','\xee','\xeb','\x07','\xa0','\xa0','\x8b','\x0c','\xec','\x5d','\xc7','\xad','\xff','\x98','\xf5','\x48','\xa1','\xe0','\xe2','\x94','\x1b','\xc4','\x47','\x89','\xa0','\xf1','\xf6','\x68','\x6c','\x90','\x57','\xf4','\xac','\xa5','\x65','\x27','\x4b','\xd9','\x13','\xde','\x7d','\x2f','\xe0','\xfb','\xae','\xe3','\x82','\x81','\x0b','\x23','\x2e','\x94','\x46','\x4b','\xbe','\xef','\x0a','\x66','\xff','\xc4','\x3c','\x20','\xc0','\x09','\x37','\xcb','\x8e','\x42','\xd7','\xa6','\xe0','\xb9','\x31','\x3f','\x58','\x02','\x2f','\x71','\xb4','\x99','\x80','\x55','\xc3','\x85','\x32','\x50','\xf5','\xae','\x19','\xa8','\xb3','\xc0','\x45','\x80','\x20','\xc4','\x8a','\xc8','\x67','\x1d','\xf5','\xca','\x8d','\x69','\x02','\xaf','\x75','\x01','\xa9','\x8b','\x53','\xca','\x59','\xac','\xf0','\x7e','\x61','\x5e','\x4f','\x1b','\xd2','\x89','\xad','\xc1','\xa5','\xda','\x1d','\xee','\x9d','\x7f','\x0d','\x79','\xd3','\x80','\xb4','\xf5','\x0d','\x07','\x55','\x79','\x66','\x6f','\x4c','\xfc','\x41','\x87','\x0d','\xda','\x8d','\xaa','\xde','\x57','\x0f','\xe4','\xd3','\x7b','\x0b','\xa2','\x1f','\xa1','\x3d','\x81','\x32','\x1e','\x71','\x3d','\x4e','\xaf','\x1b','\xc5','\xe4','\x8e','\xb3','\x4e','\xbf','\x41','\x12','\xfd','\x24','\xdd','\x4f','\xce','\x9c','\x70','\x5a','\x94','\x33','\x0c','\x4f','\x93','\xe4','\x1b','\x4e','\xcf','\x02','\xea','\x9d','\x98','\xca','\x06','\xb1','\x46','\x04','\x4b','\x11','\x34','\x19','\x8e','\x39','\x69','\x59','\x4f','\xcb','\x5a','\x3a','\x5e','\x66','\x9b','\x54','\x3a','\x41','\x5a','\xd8','\x0c','\xfd','\x62','\x42','\xd3','\x08','\xaf','\xd5','\xbf','\xb1','\x4a','\xfa','\x47','\x9c','\x44','\x0e','\xa5','\x85','\xa9','\x52','\x90','\xfd','\xa3','\x80','\x15','\x01','\x4e','\xf9','\x1f','\xf5','\x4c','\xa6','\x4a','\x9a','\xdc','\xbe','\x90','\xf6','\x31','\xd7','\x3a','\x8f','\x49','\x2f','\x96','\x05','\xac','\xbe','\xeb','\xb2','\x7e','\x2b','\x43','\x58','\xb9','\x8c','\x93','\x13','\x6e','\xff','\x10','\xcf','\xdc','\xb0','\x88','\x7b','\x26','\x70','\xa2','\xd7','\xd5','\x1f','\x42','\xda','\xa5','\xe5','\xc1','\x89','\x52','\x89','\xb9','\x89','\x94','\xcf','\xd7','\x0e','\xa8','\x27','\xa7','\xc8','\xb9','\x54','\x3a','\xd7','\xe7','\x99','\xd7','\x70','\xae','\xaf','\x09','\x97','\x95','\xec','\x47','\xbd','\x0f','\xfb','\x05','\xd7','\x37','\x81','\xc9','\x04','\xde','\xd6','\x87','\xb7','\x75','\xe3','\xd1','\x7f','\xe1','\x8e','\x0e','\xa2','\x5a','\x76','\xf9','\xdc','\xa5','\x52','\x70','\x11','\x7c','\x7a','\x98','\xaf','\x3b','\x3d','\x6f','\x85','\xd9','\x44','\xcd','\x7c','\xbd','\xac','\x6d','\x76','\xf7','\x27','\xc8','\x5e','\x8e','\xfd','\x9b','\x1d','\x2d','\x41','\x9a','\x53','\xc6','\xd6','\x91','\x9c','\x26','\x0c','\x6c','\x71','\x81','\x70','\xb7','\xa3','\x2e','\x20','\x24','\x4c','\x79','\xd7','\x70','\xf3','\x81','\x82','\xa6','\xf0','\x63','\xa0','\xa2','\xeb','\x8a','\x66','\xfe','\x24','\xad','\xf7','\x79','\x3a','\x6f','\x83','\x34','\x84','\x69','\xde','\x7d','\x69','\x11','\x0f','\x0a','\xf8','\x81','\x6f','\x80','\xcc','\x3e','\x89','\x3f','\x89','\xbd','\x77','\x71','\xee','\x4b','\x18','\x09','\xee','\xc7','\x7b','\x50','\xfc','\xd4','\x72','\xe1','\xd1','\xd2','\xd2','\x84','\x60','\x13','\x76','\xce','\xf0','\xf7','\xbd','\xe5','\xf5','\x21','\xad','\x4f','\x70','\xbc','\x9f','\x07','\xfc','\x82','\xd3','\x99','\x0b','\xa4','\xba','\x9d','\xea','\xb7','\x03','\xc2','\x84','\x83','\x65','\x6b','\x20','\x39','\x65','\xef','\x66','\x3e','\xe0','\x8f','\x44','\x49','\x0e','\x79','\x75','\x56','\x36','\x05','\x64','\x21','\xdf','\x4d','\x56','\x1a','\xc6','\x79','\x83','\x27','\x34','\x94','\x5e','\x24','\xab','\xbf','\x48','\xa4','\xd6','\x79','\x7d','\xdf','\x2d','\xed','\x5a','\x57','\x4a','\xbe','\x53','\x52','\x7c','\xee','\x8e','\xb7','\x4b','\xdb','\x9f','\x00','\xec','\x78','\xdb','\x8d','\x3f','\x51','\x62','\xd8','\xfc','\x76','\x49','\xf7','\x95','\x3e','\xf7','\x8e','\xfb','\x19','\xc8','\xf3','\xf1','\x66','\xe7','\xb1','\xaa','\x39','\x3f','\xb1','\x13','\x43','\x8a','\x72','\x69','\xc8','\xf3','\x1c','\x59','\xd2','\x64','\x69','\x77','\xfa','\x5f','\x5d','\xf3','\x7e','\x6b','\x03','\x66','\xf8','\x57','\xd7','\xa0','\xf1','\x1d','\x02','\x0e','\x3f','\xc9','\x26','\x0e','\x27','\x05','\xf7','\xa1','\x5e','\x7c','\xe6','\x1a','\x13','\x70','\xb2','\x17','\xab','\xd7','\xdc','\xa4','\x0f','\x25','\x7d','\xcb','\xc9','\x8e','\x92','\xfa','\xae','\xa0','\x04','\x80','\x2a','\xce','\x7c','\xd7','\x13','\x35','\x39','\x64','\xcb','\xe2','\x60','\x5a','\x1c','\xf4','\x42','\xf3','\x25','\x71','\xb0','\x24','\xfe','\x71','\xc9','\x9c','\x77','\x07','\x06','\x4b','\x68','\xb0','\xe4','\xfd','\x82','\xb5','\x04','\xda','\xb3','\xf3','\xed','\x52','\xb3','\x55','\x3b','\x59','\xf3','\xa6','\xad','\xf8','\xf4','\x32','\x73','\xa8','\xee','\x7b','\x62','\x22','\xd0','\x29','\xb4','\xf2','\x26','\xb3','\x53','\xa8','\x6a','\x21','\x65','\x05','\x29','\xcc','\x26','\x21','\x09','\x29','\xdc','\xbc','\x2b','\x14','\x2b','\x54','\x55','\xba','\x57','\x14','\xaa','\x28','\x61','\x4f','\x09','\x27','\x19','\xa4','\xb0','\xd7','\x29','\x29','\x5d','\x4a','\x6a','\xbd','\x9c','\x6c','\xdf','\xec','\x96','\x86','\xea','\x67','\x8f','\xa3','\xc5','\x76','\xa0','\xb1','\x72','\x08','\x2b','\xe5','\x3d','\xe4','\xcf','\xdf','\xf4','\xde','\x12','\x51','\x8f','\xe8','\xef','\x11','\x87','\xfe','\x5c','\xec','\xbd','\xf3','\xcd','\xde','\x8f','\x6f','\x61','\x48','\x35','\x71','\xe7','\x9b','\x81','\x1e','\x31','\xd0','\xb3','\x5e','\xc8','\xae','\x8f','\x0c','\xde','\xd3','\x18','\xfc','\x0d','\xfd','\x73','\x57','\xb4','\xc7','\xfb','\xd1','\x54','\x9f','\x0f','\x09','\xb2','\xa8','\xa9','\x4e','\x51','\x16','\x75','\x79','\x8f','\xd6','\xf3','\xa6','\x7d','\xa7','\x38','\xd9','\x23','\x1e','\xef','\xb9','\xcd','\xeb','\x59','\x77','\xf9','\xce','\x1f','\xa3','\x8f','\x6f','\x41','\x1f','\xff','\xb8','\xfb','\xf1','\x8f','\x97','\x18','\xee','\xfc','\x71','\xa9','\x67','\x5d','\xa9','\xe7','\x23','\x6e','\xcf','\x47','\x4a','\x3d','\x71','\xd4','\xd3','\xe9','\x37','\xaf','\xf9','\xf7','\x87','\x17','\xf7','\x50','\xe6','\x83','\xee','\x92','\xd7','\x05','\xd4','\x5f','\xb8','\xac','\x94','\xf7','\x06','\x7a','\x7e','\xec','\xdc','\xb9','\x2e','\xd0','\x03','\x70','\x58','\x79','\xe7','\x8f','\x03','\x1f','\xff','\xb8','\x03','\x55','\x6d','\xf1','\x7f','\xfc','\x4e','\xef','\xce','\x37','\x59','\x4b','\xa7','\x7a','\x02','\x4b','\x3d','\x81','\x52','\xcf','\x26','\xdc','\xd3','\x89','\x6e','\xae','\x07','\x89','\x22','\x9b','\xad','\x75','\xa2','\xb8','\x4e','\xdc','\x63','\xbe','\xf9','\xe6','\xde','\xff','\x65','\x6a','\xef','\x16','\x80','\xf9','\x4f','\x6f','\xa2','\xf5','\x5f','\x65','\x50','\xbf','\xfd','\xd5','\xa6','\xe0','\xbd','\xfb','\x26','\x16','\xa7','\x12','\xe2','\x17','\xfb','\xa7','\xbe','\x98','\xd8','\xf3','\x35','\x63','\xcf','\x5f','\xa6','\x0f','\x5e','\x2f','\x7d','\xf4','\xe9','\x8d','\x9d','\x02','\x91','\x05','\x59','\x86','\x83','\xbc','\x2c','\x4f','\xf7','\xc8','\xd3','\xbd','\xff','\xd6','\xfd','\x8d','\xf8','\x4c','\x8c','\x61','\xb3','\x7b','\xe7','\x2c','\xda','\xfa','\x17','\xce','\x56','\x56','\xce','\xfa','\xb7','\xfe','\x95','\xb7','\x75','\x56','\xbf','\xf3','\x2b','\x87','\x62','\xbd','\x85','\x58','\xa7','\x11','\xbb','\x3d','\x17','\x7b','\xa2','\x1e','\xdb','\xb3','\x60','\xd6','\xfc','\x9f','\x1e','\x11','\xf6','\xe4','\x59','\x7b','\xdc','\xf6','\x29','\x91','\x9c','\x73','\xc8','\x1e','\x91','\xf0','\xf6','\xb4','\xdd','\x36','\xb5','\x6e','\x6a','\x8a','\x2e','\x4f','\x49','\xef','\xbe','\x29','\x1f','\xfe','\xaa','\xb6','\xfe','\xab','\xe2','\x3d','\x5f','\xdd','\xb4','\x15','\xd0','\x73','\xdb','\x9b','\x5e','\x63','\xaa','\x47','\xfc','\x22','\x43','\x72','\xea','\x6b','\x1f','\x3f','\xf4','\x97','\x9f','\x1f','\xb8','\xbe','\xfb','\xa3','\x4f','\xef','\xee','\x14','\x26','\x65','\xb6','\x2e','\x20','\x8f','\x06','\x66','\x3e','\xa1','\xbe','\x44','\x94','\x7f','\xec','\x56','\x1a','\x1b','\x42','\xc0','\xd2','\x7c','\x50','\xb7','\x2b','\xa3','\xb5','\xe8','\xd5','\x1a','\x1d','\x6d','\x01','\xe4','\x90','\x43','\x49','\x8d','\x5a','\x36','\xd5','\x6c','\xaa','\x2f','\x84','\xe7','\x20','\x77','\xdd','\x00','\xf2','\x64','\x34','\xc6','\x1f','\xfe','\x1d','\xc3','\xe3','\x75','\x7c','\x04','\x36','\xb6','\x6e','\xc5','\xde','\x80','\x56','\xeb','\xd1','\xab','\x51','\xcf','\xe3','\xc4','\x5f','\x80','\xe8','\xa5','\x59','\xc8','\x16','\x34','\x21','\xd1','\x21','\x89','\xe6','\x68','\xf8','\x25','\x71','\xe3','\x76','\x72','\x2c','\x10','\x52','\x44','\x2c','\xb3','\xa3','\xea','\x8d','\xf6','\xc0','\x95','\x81','\x6e','\x05','\x6d','\x08','\x48','\xea','\x1b','\xe4','\xa0','\x81','\x2b','\xa3','\xc1','\xe8','\x9b','\xbd','\xf4','\xe1','\x01','\x9a','\x53','\x18','\xa2','\x97','\x74','\xea','\xd3','\x5b','\x8d','\xc9','\xce','\x86','\x5f','\x54','\x36','\xf6','\xd1','\x63','\xfe','\xa8','\x12','\x68','\x97','\x29','\xab','\xc7','\x62','\x55','\x41','\x3d','\x9a','\x45','\xb2','\x56','\xf7','\xfd','\x78','\x43','\xc8','\x53','\x6b','\xf8','\x60','\x0d','\x57','\x6a','\x38','\xfa','\x9d','\x2b','\xf4','\x3b','\x89','\x26','\xa2','\xac','\x6c','\x63','\xb8','\x12','\x26','\x18','\xee','\x62','\xd5','\x70','\x78','\x14','\x8f','\x8d','\xe2','\x01','\xb2','\x4b','\x06','\x1e','\xe5','\xd5','\x7e','\x7d','\x3a','\x40','\xb2','\xc1','\xee','\x43','\xa5','\x0d','\x81','\x9a','\x5a','\xad','\x1d','\xac','\x8a','\x15','\x5b','\x8a','\xce','\x5b','\xf0','\x3a','\xe0','\xa2','\x47','\x17','\x69','\x74','\x91','\x93','\x02','\x60','\x25','\xdc','\xa6','\xd0','\x32','\xf3','\xdf','\x8a','\x61','\xfd','\xc2','\x58','\xb6','\x3c','\x20','\x60','\x99','\x99','\x70','\xf4','\x26','\x3b','\xb9','\xb4','\xa1','\x05','\x72','\x11','\x2e','\xd5','\xf6','\xeb','\x76','\x42','\xaa','\x9a','\xa7','\xbd','\x17','\x9b','\xd9','\xb2','\x6e','\x4a','\x9e','\xc5','\x64','\x85','\x56','\x95','\xa8','\x9b','\xa2','\x40','\x79','\xcd','\x3e','\xe9','\xbf','\x50','\x6d','\x5c','\xa8','\xea','\xf4','\x1f','\x35','\xd6','\xb8','\x9b','\xee','\x1d','\xd3','\xbc','\xd4','\x9f','\xa3','\x09','\x4c','\xcc','\xa5','\xd0','\xdc','\xdf','\x5d','\x57','\xce','\x37','\x9f','\xcf','\xf0','\xcc','\x7d','\xcd','\x67','\x35','\xa2','\x9d','\x6c','\x3f','\xaf','\x94','\x6b','\x4a','\xad','\xda','\xb7','\x7c','\x76','\xe7','\x85','\xc5','\x86','\xb4','\xa8','\xf7','\xf2','\xfb','\x9e','\x3c','\x3f','\x35','\xe7','\xbb','\x28','\xd1','\xbc','\xd7','\x9f','\xc7','\x09','\x3f','\x36','\xab','\xed','\x73','\x4c','\x0b','\x96','\x8f','\x71','\xb7','\x04','\x29','\xb6','\xa5','\xbc','\x52','\x55','\xcf','\x45','\x15','\x88','\x83','\xc7','\x49','\x56','\x9e','\xdc','\xa8','\xd4','\x70','\x5f','\x0d','\x3b','\xb5','\xd5','\xfb','\x9e','\xc1','\x01','\x8c','\x95','\x36','\xdc','\x0f','\xfd','\x32','\x94','\x7e','\x43','\x49','\x20','\x64','\xce','\xdb','\x73','\x70','\x87','\xbd','\xa4','\x5e','\xf4','\x9a','\x69','\x4c','\x21','\x4d','\xf9','\x22','\xdb','\x86','\x48','\x52','\xe0','\x24','\xa3','\x55','\xd2','\xb7','\x44','\x76','\xd6','\x68','\x43','\xa4','\x7a','\x93','\x0f','\x24','\xa8','\x60','\x2c','\xb5','\xe1','\x00','\x59','\xd8','\x45','\xf3','\x76','\xbf','\x29','\x26','\x7c','\x92','\x39','\xff','\x95','\x39','\x7b','\x41','\x59','\x7c','\x58','\xfd','\x61','\x54','\xb1','\xcf','\x2a','\x55','\x4d','\xa9','\x6e','\x54','\x17','\xeb','\xca','\x46','\x94','\x14','\xa8','\x32','\x2e','\x29','\xf3','\xb3','\x7d','\xf6','\xc2','\xce','\xf9','\x5c','\xc3','\xff','\x49','\xbd','\x75','\xdf','\x93','\x39','\x7e','\x4b','\x6d','\x81','\x2a','\x59','\xaa','\xd1','\xc2','\x72','\xff','\xa8','\x9d','\x20','\xb6','\x39','\x3f','\x3b','\x37','\x5f','\x81','\x36','\x54','\x79','\xf6','\x1c','\xbb','\xae','\xd8','\x4b','\xea','\x52','\x55','\x09','\xd4','\x14','\xb2','\x9c','\xa4','\xb6','\x72','\x0a','\xd8','\xe4','\xfa','\x16','\xa9','\xb3','\x40','\x8a','\x81','\x90','\x46','\x99','\xf7','\x26','\x62','\xe1','\xf1','\x36','\x81','\x90','\xe3','\x22','\xad','\xd2','\xfe','\xa5','\x99','\x44','\xd4','\x33','\x4b','\xf4','\x45','\x20','\x6c','\xa3','\x2a','\x94','\x95','\xe4','\x89','\xae','\xe4','\xe3','\xa6','\xfa','\x2d','\xaa','\xdc','\x41','\x15','\x4c','\x53','\x98','\x26','\x19','\x26','\xe9','\x8e','\x32','\x7d','\x67','\x8a','\xf5','\x8b','\xc2','\xfd','\xe5','\xf6','\x34','\x9b','\x9f','\x36','\x92','\x26','\xe5','\x34','\xfd','\x4e','\xba','\xdf','\xab','\xb2','\x8d','\xdd','\x2c','\x8f','\xbd','\x58','\x4e','\x27','\xcb','\x69','\x95','\x97','\xc9','\x6f','\xa5','\x93','\x5f','\x19','\x53','\xbf','\x92','\x56','\x62','\x80','\x54','\xac','\x9a','\x64','\xf8','\x56','\x69','\xc7','\x57','\x4a','\xef','\x8c','\xb3','\xed','\x63','\xa3','\xe6','\x27','\x9c','\xc2','\xce','\x32','\xdf','\xd5','\xb0','\x5f','\x26','\x01','\x25','\xf4','\xe6','\x73','\xf4','\xa1','\xd0','\xf6','\x6a','\xe2','\xb7','\x2c','\x4d','\x08','\x4f','\x91','\xed','\x52','\x31','\x2f','\xfb','\x2e','\xd8','\x41','\xaa','\x76','\x7b','\xaf','\x5e','\x46','\xb6','\xe0','\xd9','\x02','\x5a','\x16','\xbc','\x57','\x85','\x40','\x44','\xf0','\xeb','\xc2','\x27','\x2c','\xd3','\x36','\x77','\xa2','\x8d','\x40','\xe5','\x82','\xea','\x70','\x5f','\xf8','\x15','\x20','\x3d','\xe8','\x1f','\x05','\x47','\xc3','\xac','\xa5','\xe7','\xe0','\xae','\x25','\xb0','\x04','\xb0','\x92','\xf3','\xb7','\xeb','\xea','\xd2','\x21','\x25','\x38','\xaa','\xe0','\x43','\x49','\x7c','\x58','\x29','\x99','\xca','\xd2','\xfd','\x7d','\xb5','\x9c','\xb3','\x9c','\x87','\x7b','\xc7','\xf2','\x2e','\xd0','\x9f','\xdb','\x4a','\x6d','\xed','\x26','\xa9','\x25','\xe8','\x68','\xa2','\x7f','\x34','\x91','\x20','\x09','\xf3','\x3b','\x89','\xb9','\xef','\xbc','\xa0','\xbc','\xfa','\x82','\xea','\x8c','\x29','\x17','\x32','\xa0','\x3f','\xcc','\x85','\x66','\xb5','\x91','\x34','\x43','\x92','\x95','\x27','\xe1','\xaf','\xf4','\xd5','\xd2','\x70','\x6f','\xab','\xa9','\x3f','\x6c','\xe3','\x09','\xd0','\xb6','\xa0','\x43','\xaa','\x70','\x29','\xbb','\xdf','\xa0','\x89','\x60','\xc3','\xac','\xd2','\xb9','\x2a','\x55','\xaa','\x54','\xe5','\x37','\xb9','\x40','\x15','\x97','\x03','\x50','\xcf','\xba','\x38','\x43','\x92','\x95','\x8f','\xc6','\x95','\x57','\xe2','\x7d','\xaf','\xc4','\x9d','\x57','\x5a','\xf7','\x19','\xb1','\xf0','\x32','\x16','\x94','\x36','\x21','\x05','\x7a','\x98','\x57','\xfa','\xf3','\x5c','\x0f','\xcf','\x39','\x73','\xcb','\x4b','\xca','\xf2','\x92','\xca','\xca','\x73','\xce','\x6a','\xe6','\xd0','\x25','\x25','\xe4','\x2a','\xc8','\x4e','\xa2','\x25','\x68','\x8f','\x6d','\xf7','\xd9','\xb6','\x63','\x2f','\xb4','\xee','\xe3','\x07','\x28','\xf3','\xb5','\x9a','\x7c','\x17','\x74','\xa4','\x01','\xed','\xc1','\xd4','\x3c','\xdb','\x98','\x63','\x6d','\xb8','\xe8','\xaa','\xdf','\x8b','\x29','\x0c','\x90','\x87','\x14','\xa9','\xcc','\xce','\x45','\x5d','\x25','\x40','\x92','\x7e','\xaa','\x4c','\x28','\xca','\x7c','\xbd','\xcf','\xae','\x3b','\xf3','\x2f','\x37','\xef','\x91','\xb5','\xee','\x65','\xf3','\xd4','\x03','\xd4','\xb6','\xfb','\xcf','\x39','\xd0','\x9e','\x69','\xff','\x8b','\xa7','\xbd','\xe4','\x1c','\x56','\xff','\xfd','\x4f','\x21','\xe3','\x12','\xe4','\x81','\x6a','\xa8','\x53','\xa2','\x22','\x8a','\x4a','\xa8','\x91','\x44','\x48','\x99','\x62','\x4b','\x83','\xf6','\x2d','\x48','\x8e','\x9d','\x58','\xe5','\x03','\xe1','\xf5','\x84','\x1c','\xb2','\xbc','\x44','\x0f','\x2d','\xf5','\x1f','\x61','\xf5','\xd8','\xa6','\xbd','\x30','\x07','\x24','\x9f','\x6c','\x6c','\x1d','\xa5','\x46','\x00','\xe7','\x1c','\xb5','\x99','\x3c','\x21','\xe4','\x24','\x59','\x59','\x86','\x4f','\xfa','\x96','\x90','\x73','\x96','\xc2','\x3d','\x20','\xb6','\xb6','\xc4','\x25','\x4c','\x4a','\x6d','\x5b','\xbe','\x4e','\xa6','\xa7','\xe9','\x0f','\x9e','\xe9','\xff','\xf6','\x17','\x13','\x81','\x49','\x73','\x6a','\xea','\xc5','\xa9','\x99','\xe4','\xcc','\x19','\xf5','\x5b','\x4f','\x24','\x67','\xac','\xa4','\x55','\x4e','\x4e','\x4f','\xaa','\xa7','\x3d','\x85','\x6a','\x0a','\x1d','\x4e','\x45','\x8c','\x64','\xf7','\xb6','\xe4','\x13','\x03','\x3b','\xa6','\x3b','\xdf','\x99','\xfb','\xa4','\x2e','\x9f','\xd3','\x86','\x04','\xde','\x9e','\x65','\x68','\x0f','\xf4','\x6b','\xa9','\xff','\xa2','\x0b','\xfd','\x2a','\x91','\x17','\x27','\xc5','\xe4','\xe9','\x5d','\x2a','\x2b','\x19','\x4e','\xac','\x4f','\xfe','\x8d','\xa9','\x4e','\x83','\x37','\x91','\x64','\x43','\x54','\x82','\xeb','\x66','\x7d','\xd5','\xd4','\xce','\x5a','\xaa','\x41','\xfa','\x74','\x7e','\xdf','\x0a','\xfb','\x03','\x58','\x1d','\x6b','\xf3','\x07','\xc8','\xf1','\x00','\xfd','\xc7','\x9d','\xfd','\xe7','\xe5','\x44','\x47','\xcc','\x7c','\x22','\xf6','\xe2','\xe9','\x33','\xc9','\x93','\x1b','\x99','\x0f','\x92','\xe4','\x0b','\x8d','\x59','\x45','\xb6','\xd6','\xd8','\xe2','\x82','\xf5','\xa5','\x7a','\x6c','\x88','\x92','\x93','\xf2','\x8e','\x13','\xf4','\x9d','\x12','\xd1','\x09','\xf4','\x0b','\xb1','\x5d','\xc6','\x72','\xe4','\x29','\x5b','\x3e','\xe9','\xa9','\xe5','\x09','\x44','\x7e','\xe4','\xbd','\x35','\x25','\x89','\x47','\x55','\x8a','\x7c','\x1d','\x8a','\xd0','\x93','\xda','\xd8','\xdd','\x47','\xfa','\xa3','\xe8','\x92','\x2d','\x94','\xcd','\xe8','\x2d','\x4b','\xe3','\x87','\x82','\xa8','\x08','\x41','\xcb','\x5c','\xf1','\xd8','\xba','\x88','\x48','\x12','\x25','\x03','\x34','\x20','\x53','\x34','\x4c','\x55','\x37','\x3c','\x6e','\x79','\xf3','\x28','\xfc','\x45','\x1a','\x3e','\xe9','\x84','\xcb','\x14','\x70','\xb2','\x71','\xb3','\xf0','\x89','\x32','\x4d','\x9e','\xfc','\x79','\xb2','\xdc','\x95','\xb4','\xfc','\x3d','\x96','\x00','\x64','\x9e','\x1e','\xe4','\xcb','\xd6','\xac','\x37','\x65','\x7b','\x29','\x69','\x55','\x3b','\x50','\xd5','\x8f','\x6c','\xcf','\x86','\x5d','\x4c','\x44','\xf6','\x6f','\x5b','\xb6','\xf9','\x8f','\x4b','\xd9','\x99','\xbb','\xb3','\x33','\xe9','\xec','\x8c','\x61','\xce','\x8c','\x66','\x67','\xb6','\x65','\xbf','\xbc','\x25','\x6b','\x0d','\x98','\xe3','\x52','\xf6','\xf8','\x27','\xb3','\xe5','\xc3','\xd9','\x97','\x3f','\x9d','\x9d','\x2e','\x99','\xe3','\xc1','\xec','\x71','\xc1','\x37','\x89','\x84','\xb3','\xa8','\x1d','\xe3','\x47','\x42','\x1e','\x16','\x11','\x96','\x90','\xf7','\x86','\x73','\xcb','\xf9','\xc2','\x20','\xe9','\xa0','\xc3','\x0e','\xc0','\x2a','\xbc','\x76','\xe7','\x47','\xd4','\xef','\x50','\xf5','\xfc','\x1c','\x5b','\xb9','\x8a','\xbd','\xa2','\xcc','\x9f','\x56','\xab','\xed','\xca','\x05','\xac','\xe9','\xc8','\x5c','\x81','\x90','\xb3','\x9c','\x9f','\xe4','\x78','\x72','\x13','\x2e','\xd0','\x9c','\x0f','\x52','\x9c','\xe4','\x7c','\x52','\xce','\x37','\x9d','\xd3','\xe7','\xcc','\x95','\x59','\x5d','\xaf','\x23','\x5d','\xbb','\x57','\xaf','\xdf','\xab','\xcf','\x1e','\xc8','\xce','\xd9','\x59','\x6a','\x5f','\x8e','\xa0','\x85','\x50','\x70','\xa9','\xdd','\x57','\x61','\xa7','\x1c','\xa2','\x99','\xae','\xc2','\x19','\x3c','\x22','\x90','\xef','\xd6','\x21','\xcd','\x44','\x86','\xd9','\x0a','\x32','\x1d','\x7f','\xd6','\x0a','\x64','\x2d','\xe0','\x83','\x32','\x3d','\x45','\xc7','\x2b','\x28','\x5d','\xf4','\x25','\x94','\xbd','\xfd','\xca','\xde','\xa7','\x95','\xc7','\x4a','\x9f','\x28','\xb7','\x87','\x2d','\x82','\xd0','\x31','\x20','\xb1','\xd7','\xeb','\xe6','\x8a','\x9d','\x43','\x4d','\xc0','\xb3','\xbe','\x9c','\x5f','\xca','\xf9','\x23','\xac','\x49','\xe6','\x65','\x68','\x15','\x34','\x29','\xab','\x98','\x6f','\xcf','\xe9','\xfa','\x2c','\x82','\xc6','\x40','\x93','\x0e','\xe8','\xb3','\x36','\x6b','\xd2','\x25','\x8a','\x16','\xa2','\xcd','\xf6','\x40','\xfc','\xe1','\x79','\x5c','\x88','\x7a','\x85','\x70','\x82','\xc1','\x3c','\x95','\x68','\x0a','\x37','\xcb','\xf7','\x9d','\x4a','\x98','\xaf','\x25','\xb2','\xcf','\xee','\xf2','\x3d','\xb3','\xf1','\xde','\x67','\xf0','\xbd','\xcf','\xe1','\xdf','\xae','\xe0','\xf9','\x0a','\x5e','\xac','\x60','\x21','\xea','\x46','\x29','\x18','\x1f','\x4d','\x2f','\xb2','\xc3','\x69','\x0e','\xe9','\xb9','\x40','\x2e','\x17','\xf4','\xcc','\xd7','\x73','\x20','\x70','\xb4','\xe4','\xa0','\x9b','\x2b','\xe4','\xd8','\x77','\xf4','\x9c','\x8e','\xb2','\xac','\x31','\x36','\x6b','\xd2','\x01','\xbd','\x6e','\xeb','\xac','\x3d','\x15','\x34','\x1f','\x0d','\x2e','\xb4','\xfb','\xca','\xf8','\x46','\xbf','\x44','\x06','\xde','\x2f','\x88','\xba','\x0f','\xe4','\x10','\xbc','\xd1','\xcb','\x09','\x62','\x4e','\x68','\xcf','\xe5','\x23','\xe6','\xb5','\x01','\x3d','\xaf','\xa3','\xbc','\x75','\x6f','\x1e','\x31','\x1c','\xc8','\x23','\x3b','\x1f','\xb0','\x2f','\x07','\xd0','\x22','\x0e','\x2e','\xba','\xbe','\x71','\x47','\xd3','\x99','\x42','\xd6','\x5b','\xe3','\x03','\x84','\x5d','\x53','\x39','\x5f','\x20','\x27','\xe0','\x9c','\xff','\x2e','\xf3','\xad','\xcb','\xb9','\xa0','\x90','\x0b','\xa0','\x1c','\x90','\xec','\x11','\x3d','\x0f','\xbc','\xeb','\xf7','\x72','\x1c','\xc8','\x13','\x9b','\xe1','\x32','\x41','\x8b','\x4e','\x70','\x91','\xf8','\x26','\x08','\x7f','\x53','\x4f','\xf0','\x0e','\xd7','\xfb','\x39','\x21','\x49','\x4a','\xf5','\xb9','\x1d','\xb6','\xee','\x5b','\x69','\x04','\x93','\xa7','\x23','\x18','\xd7','\xe1','\x51','\xc9','\x0a','\x5c','\x41','\xf2','\xea','\x6b','\x25','\x30','\x6b','\x79','\xae','\xe4','\x27','\x9d','\x3d','\xe5','\xe4','\xa9','\x4a','\xb6','\x72','\x54','\x47','\xca','\x4d','\xf3','\x55','\xcd','\x85','\x3c','\xb3','\x6e','\xe5','\x10','\x6f','\xde','\xba','\x69','\xf3','\x4a','\x24','\x27','\x0c','\xe4','\x04','\x25','\xa7','\xeb','\xec','\x3b','\x7a','\x76','\x0a','\xe5','\xdb','\xef','\x1d','\x8d','\xdc','\xab','\xd3','\x03','\x4c','\x07','\x75','\xdd','\xae','\x9f','\x47','\xf3','\xe5','\xe0','\x62','\xd0','\x57','\x16','\x6e','\xa9','\x87','\xed','\xa4','\x75','\x04','\xf3','\x2e','\x90','\x1c','\xc6','\xe6','\xeb','\x38','\x27','\x72','\x1d','\xc8','\xc1','\xbb','\x0c','\x3d','\xab','\x20','\x7d','\x8e','\xeb','\xe1','\xda','\x38','\xdf','\x98','\x77','\x2d','\x8b','\xcc','\xb7','\x6d','\x1e','\xfb','\x5a','\xce','\xf9','\x5c','\xf3','\x32','\x81','\x5f','\xfc','\x08','\xcd','\x89','\x90','\xac','\x27','\x87','\x34','\x68','\x5e','\xf6','\x65','\xf3','\x5a','\x14','\xc8','\x24','\x75','\x74','\xef','\x88','\x73','\x2f','\x4f','\xbf','\x0d','\x89','\xe4','\xaf','\x40','\xaa','\x9c','\xe0','\x59','\x87','\x9d','\xf1','\xb5','\x45','\xc1','\xfc','\x51','\x2a','\xe7','\x8f','\x35','\x61','\x2e','\xb4','\x84','\xdc','\xfa','\x98','\xf9','\xed','\xaf','\xe5','\xd6','\x7f','\x2d','\xd7','\xf5','\xb5','\xdc','\x1f','\x7c','\xcd','\xfc','\xc1','\xd7','\xf4','\xdd','\x31','\xb4','\x3b','\x76','\x2f','\x43','\x3a','\x76','\x60','\x38','\x66','\x2f','\xc5','\xec','\x5a','\xcc','\x37','\x15','\x0b','\x4d','\xc7','\x04','\xd9','\xaf','\x15','\xa8','\xf9','\x33','\x27','\x87','\x69','\x13','\xe6','\x1b','\x8d','\x5b','\x64','\x78','\x1d','\x4d','\x72','\x47','\xdc','\x55','\x32','\xc9','\xea','\xbd','\xa6','\xc7','\x54','\xe8','\x80','\x6e','\xdb','\x0c','\x75','\x1b','\xad','\xe6','\x0d','\xd4','\x74','\x62','\xfe','\xcc','\x85','\x2f','\x33','\x04','\x1d','\xb3','\xde','\x12','\x40','\x7f','\xde','\xc4','\x6c','\xe4','\x9b','\xea','\x04','\x1c','\x8c','\x39','\x82','\xf2','\xf4','\xde','\x2c','\xc3','\x1c','\x1f','\x9f','\xba','\x7d','\x69','\x0e','\x2d','\x46','\x83','\x55','\x3e','\x3e','\x76','\x9d','\xfd','\xad','\x5c','\xc8','\xc9','\x89','\x4b','\x0c','\xe6','\xf2','\xd2','\x7b','\x65','\xd6','\x24','\x9d','\x9f','\xa9','\x21','\x77','\x23','\xb9','\x77','\xc4','\x85','\xf1','\x01','\xda','\xf8','\x88','\x5d','\xa7','\x68','\x35','\x1f','\xa2','\x96','\x7f','\xce','\xbc','\x46','\x73','\x02','\x43','\x17','\xcc','\xfb','\xe5','\xa6','\xcc','\xd0','\xb8','\x21','\xe7','\x1b','\xec','\x3b','\x3a','\xe7','\x61','\xbe','\x37','\xdf','\x75','\xef','\x11','\xef','\x80','\xce','\x26','\x58','\xb2','\x2f','\x8b','\x30','\xce','\x35','\x20','\xaf','\x63','\xf3','\x61','\x5e','\x9b','\xe6','\xdf','\x57','\x72','\x38','\x61','\xbe','\xe1','\xe5','\xda','\x65','\xc0','\x1d','\xb2','\x79','\x25','\x0e','\x8b','\x0b','\xcb','\x39','\x43','\x36','\xaf','\xcb','\xba','\x21','\x23','\x23','\xce','\xdb','\x23','\x1f','\x30','\x64','\x9b','\xe1','\x8a','\x8c','\xaa','\x89','\xe0','\x59','\xcf','\x57','\x42','\x5a','\x41','\x34','\xaf','\xb5','\xf3','\x49','\xaf','\xe4','\x90','\x64','\xd6','\x65','\xb0','\x69','\xbc','\x19','\xab','\xed','\xe9','\x02','\xbd','\xba','\xbc','\xd6','\x1e','\xc0','\x81','\x3c','\xcf','\x05','\x7e','\x85','\xa2','\x25','\x1a','\x5c','\xa6','\xbe','\x69','\x0a','\xf1','\xbd','\x17','\xbd','\x66','\xac','\x60','\x81','\xd3','\x4a','\x14','\x08','\x07','\xc8','\xa8','\x40','\xd8','\x87','\xee','\x7d','\xe5','\x19','\xb3','\x36','\x93','\x2d','\xcf','\xf8','\x9e','\x9b','\xb9','\xf7','\xcf','\xdc','\x7b','\x9f','\x9a','\xf9','\xed','\xa7','\x66','\xe6','\x9f','\x9f','\x59','\x9c','\x9c','\x11','\x02','\x33','\xd1','\x40','\x3b','\x0e','\x60','\x19','\xf8','\x01','\xe0','\x28','\x07','\x31','\xe1','\xe3','\x01','\x78','\xc1','\x31','\x8e','\x9a','\x25','\x24','\x71','\x06','\x2f','\x4b','\x0f','\x79','\x8d','\x94','\x18','\x5d','\xf4','\xaa','\x7e','\x11','\xb1','\x4d','\xc7','\x2f','\x12','\xc1','\x73','\x45','\xbe','\xbe','\x1e','\xe2','\xeb','\x0b','\x5e','\xf9','\xda','\xc4','\x7c','\xcb','\xcd','\x05','\xca','\x39','\x7f','\x06','\x6c','\xe0','\x2b','\x34','\x17','\x98','\x03','\x62','\x6f','\x34','\x67','\xce','\x47','\x72','\x38','\x94','\xa3','\xd5','\x9c','\x6d','\x9b','\x6f','\x39','\xfa','\x9e','\x25','\xb4','\x67','\xe9','\x5e','\x86','\xfd','\xce','\x01','\xcd','\xb6','\xed','\x65','\xdb','\x5e','\xf2','\x9d','\x76','\x43','\x27','\x05','\x41','\x14','\xb4','\x65','\x5e','\x0f','\xe4','\xd8','\x63','\x68','\x98','\xb5','\xa9','\x1c','\x69','\xc1','\xac','\x35','\x5a','\x9f','\x7f','\xc7','\x31','\xff','\x47','\x5c','\xdf','\x17','\x47','\xfb','\xe2','\xf7','\x72','\x1c','\xd8','\xe7','\xd8','\x35','\xc4','\xc0','\x2c','\x58','\xe8','\xa4','\x27','\x10','\xa4','\xcd','\x23','\xf3','\x92','\x0d','\x9b','\x02','\xdb','\x26','\xa2','\xd7','\xcd','\x57','\x71','\x6e','\x1d','\x5f','\x6e','\xaa','\x67','\x2e','\x4a','\x39','\x2c','\x42','\x53','\x97','\xcf','\x9a','\xdf','\x3d','\xae','\x0f','\xc9','\x28','\xad','\xdc','\xbb','\xa7','\x70','\xaf','\x56','\x3d','\x30','\x58','\xb6','\xab','\xcc','\xcd','\x51','\x98','\xe6','\x84','\xc6','\x2d','\xa1','\x1d','\xf9','\xe6','\xed','\xb5','\xf7','\x41','\xcc','\xbc','\x04','\x90','\xbc','\x56','\xc2','\xa3','\x45','\xcf','\xf3','\x59','\xec','\x80','\x06','\x43','\xf4','\xc9','\xf7','\x0e','\x91','\x23','\x06','\x48','\x67','\x2f','\x7d','\xe8','\xd4','\x51','\x7d','\x8a','\xd9','\x1f','\xd0','\xd5','\x9c','\x4f','\x6e','\x82','\x79','\x74','\xb9','\x75','\xf1','\x26','\x40','\x6e','\x86','\x9d','\x9f','\x63','\xeb','\x85','\xed','\x5d','\x6c','\xa9','\x78','\xf7','\x6a','\xf6','\xbd','\xc3','\xe7','\x0f','\xa4','\x97','\xed','\x5a','\xcd','\x5e','\xae','\xfa','\xa6','\xab','\xa1','\x13','\x10','\x56','\xa7','\x2d','\x63','\xb0','\xc9','\x24','\xdd','\x84','\x79','\xce','\xbd','\x45','\xf6','\xa1','\x9c','\x6f','\x36','\xf7','\x8a','\xc2','\x74','\x52','\xdf','\xbd','\x1b','\xea','\xf9','\xdc','\x22','\xab','\xea','\xc0','\xf0','\x79','\xbb','\x0a','\x55','\xf9','\xa6','\xaa','\xa1','\xe9','\xaa','\xb0','\x9a','\xdf','\xbc','\x10','\xb5','\x0b','\x10','\x7b','\x0f','\xc9','\xc8','\x0a','\x82','\x5c','\xc0','\x52','\x81','\xad','\xd9','\x2f','\xde','\x59','\x48','\x25','\x0a','\x42','\xfd','\x3e','\xd8','\x9b','\x48','\xf6','\xb4','\xeb','\xab','\x90','\x7b','\x19','\x9e','\xbd','\xfa','\xdb','\xcf','\x6c','\x9b','\x7f','\x66','\xdb','\xe2','\xb3','\x57','\x05','\x4a','\xa2','\x74','\x27','\x3b','\x26','\xf2','\x75','\xba','\x04','\x3a','\x0c','\x26','\x71','\x81','\xe9','\x24','\x74','\x24','\xc0','\x86','\x57','\x34','\x2f','\xee','\x6a','\x0a','\xb9','\xb3','\xa2','\xe9','\x98','\xfa','\x01','\x20','\x63','\x07','\xbb','\x91','\x56','\x0e','\xa4','\xd9','\xf1','\x2e','\x65','\x2f','\xa5','\x7c','\xe5','\xbe','\xd0','\x94','\x2a','\x28','\x1b','\xb5','\xf3','\x7c','\x7c','\xc2','\x89','\x26','\xcc','\x8b','\xcd','\x0a','\xa1','\x66','\xd3','\x86','\x9a','\xd9','\xa2','\xc8','\x2d','\x89','\xe6','\x8f','\x44','\x7d','\x77','\x27','\xfa','\x1c','\x1f','\x1f','\xd6','\x2f','\x6d','\xc9','\x3e','\xe7','\xda','\xdc','\xf2','\x84','\x80','\x26','\xd1','\x66','\x0a','\xc5','\xe7','\x7d','\x36','\x27','\x80','\x29','\x66','\x27','\xca','\x9c','\x88','\x73','\x1b','\x56','\xc0','\xfe','\xd8','\x28','\x17','\xda','\x09','\x63','\xce','\x49','\x35','\xf5','\xbd','\x71','\xb4','\x7f','\xe7','\xbd','\xac','\x49','\xc3','\xd2','\x81','\xbb','\x23','\x30','\xef','\xdf','\xf9','\xa6','\x6f','\xea','\x2b','\xa1','\xe9','\x21','\x41','\x9e','\x18','\xb4','\x2c','\xd3','\xab','\x16','\x3a','\xd4','\x42','\x07','\xdb','\x9d','\x03','\xe6','\x13','\xa3','\x85','\x0e','\x5a','\x88','\x46','\x0a','\x1d','\x09','\xf3','\x89','\xa1','\x82','\x29','\x14','\x92','\xe2','\x7d','\xe3','\x3b','\xcd','\x57','\xea','\xd9','\xc7','\x8e','\xfb','\x4e','\x4d','\xdc','\xfb','\xe7','\xd5','\x7b','\x1f','\xfd','\xea','\x6f','\x3f','\x36','\x37','\x7f','\xaa','\xb2','\xf8','\xc4','\x73','\x42','\xcf','\xc9','\xe8','\x60','\x09','\xfb','\x2c','\x9e','\x2f','\x7b','\xa9','\x80','\xdc','\x82','\x64','\xb3','\x5d','\xde','\x3c','\x85','\x0b','\xe1','\xd7','\x0b','\x51','\xb1','\x40','\x1b','\x66','\x05','\x15','\xba','\x9d','\x42','\xd7','\xf0','\x7d','\xcf','\x0c','\x9b','\xff','\xe0','\x64','\x9f','\x19','\xf6','\x3d','\x33','\x7c','\xef','\x93','\xce','\xbd','\xd3','\xe8','\xb7','\xff','\xbd','\x0b','\xeb','\x34','\x3e','\x23','\x0c','\xcf','\x84','\xf8','\xfb','\x5c','\x6d','\x51','\x31','\x7f','\x94','\xc8','\x6d','\xdc','\xc9','\xcd','\x7b','\xaf','\xf9','\x2d','\x35','\xd7','\xb5','\x11','\x86','\x9a','\xad','\xf7','\xe5','\x49','\x6e','\x1b','\x27','\x73','\xcb','\x93','\xb0','\xbe','\x76','\x4b','\xe8','\x73','\xee','\xbd','\xbb','\x25','\x86','\x03','\xa6','\x67','\x33','\xdb','\xbc','\x24','\xb1','\x9d','\x22','\x54','\x06','\x32','\xb9','\x96','\x5d','\xe5','\x9b','\x57','\xce','\x8f','\xcc','\xb3','\x91','\x1c','\x09','\xe6','\x3a','\x36','\x80','\xad','\x9e','\x97','\xc0','\x69','\x61','\xb6','\x7a','\x9e','\x9d','\x58','\x25','\xfd','\x73','\x1e','\x1a','\xd2','\xee','\x4d','\xef','\xbe','\xf7','\xd3','\x9b','\x0f','\xfc','\xc1','\x36','\xfb','\x47','\x8a','\xbd','\x40','\x7d','\x13','\x17','\x43','\xa7','\xdb','\x05','\x82','\xb5','\x45','\x6a','\xfe','\xa8','\x93','\x57','\xc2','\xc6','\x59','\x32','\xcf','\xed','\x6c','\xe9','\x73','\x68','\xa7','\xb9','\x80','\xb8','\x91','\x8c','\xe7','\xce','\xba','\x66','\x4d','\xd6','\x7f','\x57','\x46','\x6c','\xf3','\x1a','\x96','\x19','\x0e','\xdc','\xed','\xd8','\x4b','\xcc','\xaf','\x94','\x7d','\x93','\xb1','\xd0','\x09','\x4f','\x08','\x20','\x1f','\xb2','\x7d','\x5e','\xdd','\x27','\x22','\x9f','\x67','\xaf','\x96','\xf4','\x23','\x9e','\x43','\x10','\xa5','\xff','\x40','\xe9','\xde','\xa3','\x3c','\xd9','\x14','\x52','\x2f','\xbb','\x31','\xbf','\xac','\x2e','\x3a','\x37','\xca','\x6b','\x1e','\x92','\x7c','\xf7','\xfe','\xe6','\xef','\xfc','\xfd','\xff','\xf8','\xb4','\xb5','\x27','\x30','\x38','\x5e','\x62','\xfa','\x03','\xc6','\x30','\xba','\xab','\xc0','\x3c','\xf0','\x3f','\xdd','\x5a','\xf8','\x67','\x5b','\x0b','\xc8','\x2e','\x48','\x0b','\xe6','\x69','\xaf','\xd0','\x21','\x31','\xdc','\x17','\x75','\xcd','\x27','\x3a','\xb3','\x1d','\x9d','\xbe','\xa8','\x7b','\xaf','\x84','\xee','\xbd','\x3d','\xf6','\xdb','\x3b','\xfe','\xed','\x62','\x7c','\x60','\x31','\x1e','\xc3','\x77','\xff','\xc5','\xc6','\x8d','\x2a','\x11','\x37','\x4a','\xec','\xf8','\x7d','\xcd','\xa5','\xba','\xce','\xd0','\x5d','\xd7','\xbb','\x74','\xc0','\x1f','\x1c','\xd2','\x4d','\x47','\xb7','\xa9','\x61','\x7f','\xd4','\x8b','\xd6','\xf5','\xe6','\xbf','\xae','\x09','\xef','\x91','\xc3','\x75','\xe0','\x2a','\x97','\xe6','\x69','\xf4','\x92','\x43','\xe7','\x2b','\x0c','\xdd','\xf3','\x95','\x2e','\x8e','\x3f','\xf8','\x6e','\xd4','\x7c','\x37','\x64','\xa7','\x90','\x1d','\x47','\x51','\x9b','\xd0','\xb3','\x2e','\x9d','\x27','\xd1','\x79','\x42','\xed','\x0a','\xc7','\x4a','\x14','\x78','\xce','\x57','\x40','\x9e','\x8f','\x76','\x2f','\xb4','\x87','\xcb','\x58','\x5a','\x40','\xd1','\xcb','\x16','\x5d','\x44','\x74','\x91','\x76','\x2f','\x3a','\x5d','\x55','\xda','\xb5','\xa4','\xfc','\xc1','\xb7','\x99','\x63','\xa9','\xc3','\x21','\xb0','\xa7','\x1e','\x5d','\x1c','\xa0','\xb5','\x28','\x5d','\xc1','\x51','\x1b','\xd1','\x25','\x4a','\xcf','\x3a','\xec','\x98','\x1f','\x65','\x87','\xbe','\x55','\x74','\x9f','\x6d','\xc0','\x1d','\x6a','\x5b','\x83','\x46','\xda','\x1a','\x5d','\x2a','\x75','\x9f','\xf5','\xba','\xaa','\x69','\x86','\x3f','\xf8','\x2f','\x69','\x66','\xd9','\xec','\x3b','\xd2','\x76','\x22','\x1d','\xad','\xa6','\xa1','\x3d','\xec','\xcf','\xb1','\x0a','\x17','\x14','\xba','\x94','\xa2','\x17','\xbd','\xa8','\xad','\xd0','\x55','\x74','\xdb','\x4a','\xd8','\x52','\x24','\x9b','\x75','\x56','\x83','\xbf','\xb2','\x34','\xdc','\xbd','\x34','\xdc','\x75','\xd1','\xeb','\x5a','\x1a','\xfe','\x83','\xbf','\x1f','\x36','\x3d','\xc7','\x96','\x34','\x7b','\xb3','\x13','\x5d','\x1a','\x66','\xff','\xc4','\xbe','\x10','\xb5','\x2d','\x3a','\x7f','\x9c','\x3f','\x53','\x12','\xa1','\x3d','\x7f','\x3b','\x47','\xd9','\xc6','\x3c','\xff','\x72','\xf7','\x22','\xef','\xd7','\x54','\x20','\x7a','\xce','\x95','\x1e','\x8d','\x33','\x7c','\xf4','\xd1','\xf8','\xed','\x27','\x9d','\xdb','\x27','\xd0','\xef','\xfe','\x05','\x32','\xaf','\x63','\x7b','\xb3','\x67','\xef','\xc5','\xd1','\x27','\xb0','\xf4','\x57','\x57','\xa4','\x47','\x13','\xd1','\x47','\x13','\xac','\x94','\x4e','\x5e','\x91','\xc6','\x71','\x74','\x3c','\x2d','\x8d','\x1b','\xd2','\xe9','\xbf','\x94','\x1e','\x27','\x1b','\xa6','\x8e','\x75','\x58','\x54','\xb2','\x94','\xa8','\x2d','\x4b','\x4f','\xba','\xd2','\x94','\xf6','\xd1','\xb2','\x73','\x7b','\x79','\xfa','\xf6','\x71','\xe9','\x77','\xbf','\xe2','\x9a','\x2b','\xc8','\x96','\x1d','\x5b','\x9b','\x8c','\x96','\x27','\xa5','\x6f','\x39','\x52','\x99','\x0b','\x65','\x10','\xb8','\xfc','\x9c','\x54','\x2e','\x4b','\x65','\x24','\xfd','\x27','\x6f','\x43','\xc5','\xed','\x98','\x46','\x92','\x7d','\x21','\xfa','\xfa','\x0c','\x3d','\xeb','\xd1','\xa5','\x99','\xee','\xa5','\x99','\xae','\xb3','\x6e','\xd7','\xd2','\xcc','\x1f','\xfc','\xfd','\x0c','\x8c','\x8f','\x84','\xec','\x3b','\x3d','\x18','\xde','\x85','\x00','\x5d','\x74','\xa3','\xac','\x04','\xc1','\xa1','\x36','\x8a','\x2e','\x88','\x74','\xbe','\x4c','\xed','\x29','\x6a','\x4b','\xdd','\xe7','\xbc','\xb0','\x85','\x82','\x7e','\x09','\x0b','\x0d','\x9c','\x92','\xbc','\x9f','\x4b','\xc8','\x2f','\x21','\x61','\x25','\x6a','\x21','\x89','\xe1','\xe4','\xce','\xe8','\xa3','\x71','\xb4','\x2e','\xae','\xdd','\x1f','\x37','\xdf','\xda','\xc9','\xa9','\xb9','\x17','\x8e','\x98','\xde','\xfd','\xd9','\xf3','\x80','\xdc','\xf2','\x91','\x5c','\x4d','\x2f','\x00','\x71','\x77','\xb6','\x0e','\x2e','\x95','\xa4','\x4b','\xd1','\x95','\x08','\x45','\x03','\x14','\x15','\x21','\xaf','\xdc','\x25','\x0b','\x98','\x71','\x50','\x90','\xda','\xed','\xd1','\x7a','\xf3','\x73','\x9d','\x79','\x39','\xb4','\x0f','\x79','\x0d','\x14','\x41','\xfc','\x9f','\xac','\x76','\x49','\x8b','\x28','\xfa','\x40','\xcf','\x8a','\xce','\x0e','\xf6','\x45','\x81','\x9d','\x75','\x90','\xa4','\x2b','\xd1','\x95','\xa3','\x92','\xcf','\x8e','\x5e','\x21','\x12','\xda','\x18','\xad','\x2b','\xac','\x37','\xde','\xbb','\x98','\x58','\x21','\x51','\x1f','\xf0','\xe6','\xea','\x47','\xfb','\x10','\x4f','\x4b','\xa1','\x04','\x69','\x03','\x47','\x95','\x60','\x43','\x19','\x63','\x87','\xd4','\xf0','\x0a','\xa6','\x05','\x8c','\x02','\x18','\x61','\xe6','\x4b','\xb3','\xbd','\x4c','\x52','\x68','\xb4','\xb1','\x53','\x42','\xf5','\xe8','\xe5','\x66','\x3d','\x45','\x66','\x53','\x3c','\x27','\x44','\xb4','\x01','\x71','\xa0','\xee','\xfd','\x03','\xbc','\x37','\xbe','\xf1','\x6e','\x14','\xde','\x20','\x03','\xb1','\x3b','\x82','\x9d','\x54','\x11','\x80','\xc3','\x53','\xa7','\x42','\xbd','\x8e','\xec','\x0f','\xab','\x47','\xe1','\xf5','\x50','\xc8','\xb5','\x11','\xf5','\xec','\x66','\x46','\x30','\x15','\xf6','\x59','\x10','\x3c','\xef','\xe7','\x48','\xf7','\xc3','\x1d','\x0c','\xd3','\x43','\xaa','\xfb','\x61','\xfd','\x2a','\xf2','\x7e','\x09','\x40','\x8b','\xfa','\xbe','\x7c','\xa3','\x10','\x1b','\x7f','\x73','\x5c','\xee','\xaf','\xec','\x97','\xce','\xf3','\x11','\xb0','\xe6','\xfb','\x98','\x4b','\xe9','\x5b','\x39','\x0a','\xad','\xb9','\x11','\x15','\xb6','\x16','\xe8','\xfb','\x6b','\xf4','\xcb','\x42','\x40','\x1d','\x9e','\x68','\xf9','\x0c','\x3e','\x1b','\x0f','\x21','\x92','\x40','\x4a','\x04','\xd9','\x3b','\x2c','\x34','\xef','\x06','\xd1','\xb1','\xa3','\x88','\xfc','\x5a','\xe3','\x53','\x95','\x4c','\x36','\xb6','\x55','\x49','\xaa','\x4a','\x51','\x6f','\xa5','\xa3','\x84','\x3a','\x80','\xd4','\xcd','\x15','\xe0','\x35','\x62','\x84','\xe2','\x86','\x8e','\x7f','\x75','\x7b','\x1e','\xa2','\xc8','\x67','\xb3','\x91','\x86','\x28','\x68','\xb1','\x15','\x02','\xad','\xa3','\xb6','\xd7','\x83','\xce','\xd2','\xad','\xf3','\x2e','\x46','\x1b','\x11','\x78','\x81','\x52','\x5f','\x92','\x04','\xa6','\x7b','\x54','\x42','\xba','\xf7','\x8b','\xe3','\x44','\x0b','\x8a','\x4a','\xa4','\xe3','\x42','\xd1','\xed','\xb6','\x60','\xea','\x77','\x23','\x69','\x37','\x4f','\xdc','\xb0','\x9b','\xd2','\xdd','\xfc','\x35','\x3a','\x17','\x5a','\x32','\xa2','\xbf','\x72','\xbe','\x20','\x76','\x6e','\x2d','\xee','\x8e','\x87','\xd6','\x40','\x66','\xc6','\x5b','\x03','\xf0','\x7e','\xc5','\x38','\xcb','\x75','\xef','\x1a','\x2a','\x2a','\x72','\x30','\x20','\x03','\xdf','\x72','\x9a','\x7a','\x57','\x49','\xfb','\xba','\x50','\xb4','\xa3','\x74','\xc7','\x3c','\x4a','\x0c','\x49','\x69','\xbf','\x58','\x8a','\x3a','\x38','\x84','\xb1','\x88','\x25','\x45','\x89','\x36','\x6e','\x6e','\x4f','\x51','\x12','\xa0','\x1e','\x49','\x2b','\x7a','\x1e','\xdb','\x1f','\x35','\xf0','\xe2','\x78','\xd9','\x8c','\x87','\x94','\xc7','\x03','\xcd','\xf6','\xb0','\xf3','\x26','\xdb','\xb3','\xe0','\x55','\xbe','\xc9','\x3c','\x93','\x63','\xbf','\xc6','\xba','\xc0','\x7e','\xd5','\x0b','\x22','\x2b','\x12','\x72','\xb2','\x62','\x40','\x38','\xe9','\xb4','\x8b','\x81','\xe2','\x49','\xc7','\xb7','\x1c','\x08','\x86','\x9c','\x48','\x00','\xd5','\xdb','\x37','\x22','\x05','\xff','\xb2','\x7a','\x24','\xf9','\xa8','\x77','\xcd','\xd2','\x25','\x18','\x07','\x71','\xb7','\xc4','\xa3','\x10','\x5b','\x71','\x02','\xab','\x8e','\xe8','\x9b','\xbe','\xa5','\x48','\x54','\x98','\xbe','\xd4','\x60','\x7f','\x65','\x23','\xaf','\xe7','\x98','\x24','\xd8','\xd1','\x3a','\xab','\x67','\x97','\xf7','\x8b','\x3a','\xb5','\xb0','\xa4','\xab','\xde','\x9f','\xd7','\xf5','\x55','\x57','\x3f','\x27','\xe1','\x91','\x3b','\x0a','\x74','\x27','\x65','\xbf','\x7b','\xec','\x26','\x87','\xb6','\x59','\x32','\x27','\x6a','\x27','\xda','\xf9','\x4b','\xeb','\xf9','\x37','\xf5','\x87','\x88','\x82','\x15','\x5b','\xa0','\x3a','\xf0','\x89','\x2d','\xf2','\x34','\xa7','\x8b','\x84','\xc9','\x94','\x2a','\xd1','\xd3','\x73','\x94','\xa6','\xa2','\xa7','\x67','\x28','\xed','\xf6','\xbc','\x73','\x03','\x03','\xb8','\x88','\x82','\x47','\xde','\xb8','\xde','\xbc','\xf7','\x7d','\xb3','\xf0','\x41','\x7c','\x0b','\xbf','\x0c','\x70','\x8f','\xf5','\xc3','\xea','\x81','\xfb','\xf8','\xc6','\x11','\xef','\xfa','\xaf','\xc3','\x0f','\xf0','\x61','\xf5','\xac','\xdd','\xc1','\x5f','\xbd','\x8f','\x0f','\x75','\xb2','\xcf','\x27','\xb1','\x7e','\xf9','\xe6','\x2b','\xf9','\x1b','\x7f','\x45','\x3d','\x45','\x9c','\x3f','\x5b','\xca','\x21','\xc0','\x0d','\xc1','\x2b','\xe9','\x65','\xac','\xd7','\xd2','\xd9','\xb2','\x91','\x0f','\x5d','\x19','\x0d','\xbe','\xb7','\x9e','\xf7','\x0f','\xce','\x11','\x88','\x66','\x4a','\x33','\x8c','\xbc','\x75','\xbd','\x20','\xa7','\x19','\x46','\x5e','\x4f','\xeb','\x42','\xba','\xd0','\x93','\xce','\xc9','\xe9','\x9c','\x96','\xd6','\x8b','\xe9','\x23','\x13','\x55','\xc3','\xf7','\xe5','\xf7','\xd7','\xd3','\xaa','\xe4','\x18','\xd6','\xa7','\x80','\x0a','\x20','\x17','\x4f','\x8f','\xbc','\x51','\xcd','\xc6','\x59','\x8f','\x58','\x99','\x1e','\x49','\x54','\xf5','\x4d','\x50','\x66','\xe3','\xbf','\x77','\xc4','\xfb','\x2f','\x59','\xf9','\x8e','\x91','\xe8','\xf5','\x66','\x7b','\xd8','\x42','\x1e','\xe8','\x7b','\xae','\xef','\xa3','\xf0','\xd4','\x7a','\xe0','\x01','\xda','\x3f','\x70','\x21','\xb5','\xf3','\xa0','\x32','\x42','\x93','\x13','\x95','\xfe','\x9e','\x0a','\xa4','\x5f','\x13','\xa9','\xea','\x35','\x14','\x1e','\xc4','\x1c','\x44','\x36','\x16','\xea','\x38','\x8a','\x82','\x75','\x3f','\x46','\x4d','\x08','\x41','\x76','\x6c','\x84','\x0b','\x35','\x1f','\x1c','\xcd','\x72','\x23','\x4e','\xb8','\x19','\x90','\x70','\xe2','\x6a','\x52','\xb8','\xda','\x0f','\xb7','\x6c','\x48','\x9f','\x57','\xbb','\x35','\xbb','\x26','\xdc','\xbb','\x11','\xfd','\x10','\xf9','\x4f','\x04','\x24','\xc6','\xc9','\xef','\xa8','\xae','\xf9','\x22','\xc9','\x27','\x39','\x54','\xa7','\x29','\x98','\x4d','\x19','\x2d','\xe7','\xc5','\x5a','\xbe','\x7d','\x39','\x4f','\xbe','\x67','\x92','\xef','\xe7','\xc9','\x2f','\x74','\x7a','\x9e','\x6d','\xd8','\xf0','\xce','\x46','\x67','\xf6','\x76','\x2c','\xe0','\x3b','\x1f','\x84','\x1c','\x40','\x93','\x7b','\x06','\x2d','\xf3','\x52','\x69','\xf8','\x73','\xde','\xf0','\xa0','\x35','\x3c','\x38','\xcd','\x0e','\xa7','\xc3','\x43','\x14','\xb0','\x7b','\xce','\x5c','\x98','\xf3','\x07','\xf4','\xce','\xe1','\x62','\xd7','\xa1','\x1f','\x76','\x69','\x27','\x3b','\x9f','\xc0','\x1b','\x7e','\x8e','\x52','\x53','\xfe','\x18','\x12','\x7a','\x3d','\x6f','\x90','\x3f','\x17','\xf5','\x8d','\xa3','\xe0','\xbc','\x3d','\xe6','\xb3','\x70','\x27','\xc1','\x9f','\x73','\xbd','\x46','\xb9','\x9d','\x96','\xa3','\xb4','\x7c','\xc7','\x45','\x27','\x71','\xb0','\x9c','\xa6','\xe5','\x12','\x2d','\x53','\x60','\x3d','\x5a','\xf6','\x96','\x6b','\xc9','\xc7','\x97','\x93','\xe5','\xef','\xf5','\xf2','\xf6','\x8c','\x89','\xe7','\x83','\x74','\x61','\xdd','\xf4','\x62','\x72','\xd6','\xb3','\xb5','\x31','\x51','\x82','\x7c','\xbe','\x22','\x25','\x07','\x9e','\xd9','\x66','\xbe','\xb6','\x6d','\xcf','\xa9','\xcc','\x9e','\x0a','\xd9','\x03','\x59','\xc8','\xcb','\x7b','\x18','\x9e','\xbd','\xba','\xe7','\x14','\x31','\x4f','\x91','\x40','\x98','\xc4','\x4f','\x5d','\xdd','\x5e','\xb9','\xfa','\x9b','\x94','\x6c','\x3a','\x48','\x36','\x5f','\xd8','\xb9','\xe9','\x60','\x57','\x01','\x09','\x77','\x7b','\xde','\x10','\x6f','\x8f','\xc8','\x79','\xcc','\x44','\x64','\x1d','\x60','\x07','\x96','\xf3','\x93','\x7b','\x4e','\xbb','\x7b','\xa6','\x27','\x19','\xcc','\x2f','\xff','\x74','\xcf','\xcc','\x53','\x80','\xa7','\xbf','\x69','\xfe','\xe9','\xd7','\x03','\xe1','\x5a','\x7c','\x7a','\x72','\xfb','\xf4','\xe4','\x6f','\x4a','\x93','\x9b','\x0e','\x4c','\x6e','\x3e','\xff','\xdc','\xa6','\x03','\x5f','\xbc','\xa5','\x1e','\xe0','\x11','\x2a','\x8b','\xaa','\x7b','\x80','\x1d','\xfa','\xbe','\xbd','\x65','\xcf','\xa3','\x7b','\xf6','\x4c','\x4d','\xed','\x79','\xf4','\x90','\xf9','\xc5','\x2d','\x7b','\x4e','\x36','\xf6','\x8c','\x5b','\x7b','\xc6','\x91','\x79','\xda','\x09','\x74','\x04','\xe2','\x33','\xc3','\xdb','\x67','\x0a','\xbf','\xf9','\xd1','\xe7','\x37','\x7d','\x26','\xbe','\xf9','\x7c','\x64','\xd3','\x81','\xf5','\x37','\xd7','\x23','\x23','\xb0','\x30','\x29','\x11','\xf5','\x35','\xae','\xa6','\xc4','\xa5','\xbe','\x86','\xad','\x04','\xdd','\xbe','\xc6','\x6c','\x6a','\xdd','\x6c','\xdf','\x3b','\x52','\x6a','\x7d','\xa4','\xcf','\x09','\xa5','\x44','\x9c','\xf4','\xea','\x49','\x51','\x6e','\x95','\xe2','\x96','\x1e','\xaf','\xa1','\x0b','\xb7','\x6b','\xbd','\xbb','\xb4','\x2f','\x08','\xe3','\x8b','\x5e','\xbb','\xcf','\x65','\x96','\x90','\x6d','\x8c','\xcc','\xc3','\x81','\x88','\x4a','\xbb','\xda','\x71','\xda','\x4b','\xfa','\xac','\x98','\x0f','\x12','\x18','\x3d','\x9c','\x2d','\xbf','\x94','\x75','\x53','\xd9','\xb2','\x7a','\xa9','\xcc','\xca','\x26','\xd4','\xcb','\x04','\x0d','\x11','\xd4','\x4b','\x36','\xa5','\xc8','\xa6','\xfe','\xc8','\x7d','\x01','\x6a','\x8b','\x0d','\xe6','\x6d','\x48','\x7e','\x14','\x11','\x20','\xa9','\x62','\x78','\x82','\x79','\xb6','\xb8','\xe3','\x84','\x97','\xc4','\x76','\x2c','\x60','\xab','\x57','\xed','\x87','\x0f','\xd5','\x5e','\x2a','\xba','\x29','\x1d','\x5e','\xef','\xb2','\x92','\xa3','\xaa','\xd6','\x21','\x57','\x2f','\xd2','\xec','\x4d','\xb2','\xbd','\x49','\xb1','\xef','\x53','\xe0','\xfc','\xc4','\x20','\x81','\x77','\x43','\x68','\x88','\x47','\x78','\xda','\x76','\xc7','\xd4','\x72','\x32','\xf0','\x6a','\x2c','\x50','\x53','\xaf','\x2c','\x3f','\x6c','\x9c','\x7f','\xa9','\xf9','\xbb','\xac','\xe3','\xad','\x7a','\xa0','\xce','\x0f','\xae','\x27','\x80','\x22','\x3c','\x66','\x3d','\xcc','\xb6','\xec','\xb3','\x6e','\xc7','\x24','\x49','\x12','\x12','\x13','\x6b','\xea','\x5b','\x57','\x1f','\x2e','\xd6','\x5e','\xd2','\x6b','\x29','\xbd','\xa6','\xbe','\x5e','\x4b','\x8d','\xd4','\x52','\x46','\x24','\x65','\x50','\xf5','\xca','\x51','\x84','\x15','\x94','\xf6','\x6f','\x4a','\xf8','\x37','\xf5','\xfb','\xef','\xeb','\x17','\xec','\xa0','\x67','\x0b','\x2e','\x6f','\x0f','\x66','\x9b','\x6b','\x78','\xdc','\x8a','\xce','\x5b','\x1d','\xe3','\x56','\x52','\x40','\x31','\x81','\x1d','\x94','\xd0','\xc3','\x39','\xf4','\x92','\x41','\x52','\x23','\xae','\xfa','\x4f','\x24','\xf5','\x79','\x92','\xfa','\x02','\x49','\xe5','\x09','\x8c','\x8f','\x00','\x43','\xb4','\x29','\x4f','\x36','\xf5','\x92','\xfb','\x04','\xc7','\x16','\x08','\xc3','\x8d','\xf1','\x29','\xd1','\xe8','\x59','\xa7','\xa3','\x4c','\x93','\xeb','\x95','\x58','\xa7','\xa2','\x5e','\xd2','\x1f','\xd6','\xed','\x97','\xb2','\xf5','\x54','\x5e','\x51','\xaf','\x44','\x52','\x0f','\x84','\x52','\xc5','\x6a','\x4a','\xd7','\xd5','\x3a','\xf8','\x3f','\xcc','\x4a','\x6c','\xea','\xb1','\x78','\xbf','\x74','\x1b','\x15','\x6d','\xb6','\x2f','\x37','\xe7','\x8b','\xf3','\x00','\x47','\xcf','\x79','\x1d','\x53','\x38','\x49','\x03','\xb1','\xf0','\x32','\x9f','\x2f','\xeb','\xa5','\x3c','\x4e','\x99','\x9e','\x7a','\x99','\xa6','\xf2','\x94','\x75','\x8a','\xf7','\x4b','\x41','\x6d','\x73','\x28','\x53','\xdf','\x24','\x17','\x37','\x29','\x17','\xee','\x4b','\x3e','\x67','\x0b','\xed','\x36','\xc1','\xab','\xe3','\xa3','\x84','\x4f','\x34','\xa2','\x35','\xa5','\x63','\x4a','\x4f','\x4a','\x5a','\x4c','\x2e','\xa9','\xec','\x10','\x57','\x41','\xcf','\x57','\x50','\xfc','\x14','\x51','\x4f','\xb9','\xf1','\x53','\xe5','\x26','\xd4','\x53','\x65','\x14','\xfe','\x1b','\x74','\xaa','\xb2','\xf5','\xbb','\xc7','\xb7','\xfe','\xf6','\xf1','\xc3','\x3d','\x13','\xf6','\x20','\xdb','\xb3','\x5d','\x29','\x88','\x22','\xc0','\x2a','\xb7','\x31','\x5c','\x2a','\x46','\xcf','\xda','\x1d','\x25','\x7f','\x92','\x53','\xfa','\xaa','\x6f','\x78','\x0f','\xe7','\xdd','\x97','\x74','\x94','\x62','\xbe','\xe5','\x8f','\xd8','\xc8','\xb8','\x6c','\x70','\x56','\xc7','\xc7','\x81','\xf1','\x61','\x2a','\xd4','\x47','\xee','\xeb','\x63','\x83','\x03','\x43','\x24','\x91','\x62','\x04','\xee','\xd9','\xe9','\xe1','\xb2','\x1e','\xad','\xe9','\x1d','\x15','\x23','\x19','\xf5','\x62','\x54','\x37','\x5f','\xd6','\x9f','\x7f','\x59','\x8f','\x5f','\x58','\x89','\x57','\x56','\xd4','\x0a','\x2b','\xdf','\x8c','\x9f','\x62','\x18','\x55','\x4f','\x8d','\xa2','\xee','\x11','\xd4','\x65','\x6c','\x7d','\xce','\xd8','\x7a','\x41','\x3f','\x7c','\x90','\x73','\x61','\x53','\xb6','\x81','\x47','\x22','\xc8','\xa5','\x21','\xa6','\xcf','\x56','\xd4','\xae','\x77','\x58','\x76','\x72','\xdd','\x74','\xec','\x23','\x11','\xf5','\x0a','\x7d','\x38','\xaf','\xbc','\x94','\x97','\x53','\xfa','\x1e','\xb5','\x3e','\x99','\x3a','\xe2','\xa6','\x46','\x2e','\xa7','\x0a','\x79','\x18','\x67','\xff','\x21','\x34','\x54','\xd8','\x94','\x37','\x36','\x25','\xf2','\xf7','\x05','\xf2','\x40','\xab','\xcd','\xfc','\x55','\xc1','\x6a','\xef','\x45','\xa5','\xbb','\x94','\x62','\x5f','\xbb','\x92','\x0f','\xfa','\x87','\xfa','\x02','\x27','\x8f','\x32','\xd7','\x7a','\x25','\x84','\xf2','\x2b','\x70','\x4f','\xbf','\xcf','\xb3','\xb0','\x1f','\xbc','\x85','\x9d','\x54','\xa9','\xdd','\xf0','\x7b','\x5b','\xf7','\x17','\xc8','\xee','\x81','\xa3','\xd9','\xc7','\xf5','\x6c','\x09','\xe6','\x4b','\x5a','\xa2','\xe2','\xd9','\x70','\xb9','\x1a','\xad','\xd6','\x3a','\x4a','\xcb','\x49','\x64','\x83','\x3e','\xbf','\xe1','\x3e','\x6c','\x10','\xd0','\x1f','\x03','\x02','\xc9','\x52','\x5c','\x68','\xca','\x10','\x99','\x96','\x26','\x9b','\x12','\x6c','\x7d','\x91','\xfb','\xfa','\x89','\x8d','\x8f','\xd9','\x98','\x79','\x83','\x6f','\x46','\x50','\x95','\xa2','\x05','\x58','\x17','\x17','\x3d','\xe8','\x17','\xab','\x47','\x5c','\x50','\xdf','\xf2','\x1e','\x3e','\xb4','\xf0','\xd2','\xa1','\x85','\xd4','\x21','\x26','\xbb','\x29','\x2e','\x34','\x65','\x24','\x2e','\xa0','\x3d','\x0b','\x9b','\x0e','\x2d','\x6c','\xda','\xb2','\x70','\x9f','\xb8','\x60','\x8b','\xaf','\xda','\x62','\x55','\x12','\x82','\x91','\x50','\x89','\xee','\xec','\x0f','\x4f','\x26','\xa2','\x4b','\x89','\x8e','\xc9','\x44','\x32','\x90','\x88','\xa9','\x2f','\x98','\x93','\x89','\xe7','\x27','\x13','\x71','\x86','\xc7','\x13','\xea','\x63','\x89','\xf8','\x63','\x2f','\xc4','\xff','\xf5','\x0b','\xf1','\xa7','\x12','\xea','\x53','\x09','\x14','\x4f','\x30','\x47','\x75','\xeb','\x24','\xde','\xba','\x84','\x0f','\x2f','\x61','\x3b','\xb0','\xcb','\x0e','\x30','\x5f','\x45','\x8c','\x30','\x1f','\xd8','\xf7','\x72','\xd8','\x5a','\x89','\xce','\x3f','\xd7','\xf1','\x38','\x49','\xfa','\xec','\x98','\xaf','\xc4','\xd6','\xe6','\xc3','\x79','\xf4','\x52','\xae','\x98','\x32','\x74','\xf5','\xf5','\x5c','\xea','\x88','\x97','\xfa','\xa3','\x5c','\xaa','\x90','\x63','\x32','\x0a','\xe4','\xd0','\x70','\x6e','\x53','\xfc','\xc1','\x4d','\xdb','\x0d','\xae','\xcf','\x7c','\x9c','\x11','\x8e','\x84','\x3c','\x48','\x20','\x3f','\x2e','\x46','\xed','\xf3','\x1d','\x96','\x9e','\x0c','\xe4','\x62','\x41','\x8f','\x7d','\xff','\xe1','\x42','\xee','\xa5','\x42','\x0e','\xd6','\xd7','\xeb','\x50','\x43','\x13','\x6c','\xdc','\x56','\xeb','\xc9','\x6d','\xda','\x9e','\xbb','\x6f','\x7b','\xce','\x0e','\x3c','\x68','\x07','\x0c','\x49','\xa4','\x11','\x88','\x36','\x81','\x37','\x6e','\xd1','\x1a','\xed','\x38','\xd9','\x48','\x12','\x1a','\x23','\x54','\xbd','\x4a','\x1f','\x3e','\xd2','\x78','\x29','\x8f','\x52','\x39','\xa4','\xbe','\x8e','\x53','\x23','\x5e','\xea','\xfe','\xbf','\x4e','\x3d','\x94','\x50','\x2f','\x1b','\xc8','\x9f','\x46','\xc3','\xd5','\x4d','\x5b','\x4a','\x9b','\x92','\xed','\xf7','\xa5','\x88','\x8d','\x8e','\xb1','\xa3','\xa7','\xc4','\x1c','\x48','\x9f','\x4d','\x6f','\x23','\xe1','\xf2','\xae','\x68','\x8d','\x74','\x94','\xb9','\xdd','\x08','\xed','\x54','\xaf','\x92','\x87','\x47','\xc9','\x4b','\xa3','\x24','\x35','\x4a','\xd4','\xb7','\x9c','\x94','\xae','\xa4','\x72','\x4a','\x2a','\x3f','\xa7','\x5e','\x56','\x90','\xa0','\xa0','\xa1','\xd4','\x26','\x23','\xb5','\x29','\x91','\xba','\x8f','\xf4','\xd9','\x54','\xb5','\xf5','\x8d','\x52','\x80','\x44','\x82','\x90','\xe4','\x1a','\xec','\x4f','\x95','\x74','\x9c','\x70','\x92','\x98','\xc4','\x30','\x84','\x08','\x3e','\x3c','\xe2','\xb4','\xd6','\xc5','\x1b','\x03','\x29','\x23','\x95','\x32','\xfa','\x52','\x46','\xbf','\xfa','\xc6','\xcb','\xdc','\xfe','\x28','\xad','\x7a','\x82','\xdf','\xb0','\x37','\xaa','\xb6','\xc8','\xea','\xd9','\x1d','\xc1','\x79','\x4a','\xaa','\xe1','\xa9','\x72','\xf4','\xbb','\x52','\xc7','\xd4','\x54','\x92','\x2c','\xc5','\x02','\x69','\xf5','\x4a','\xfe','\x61','\x23','\xdf','\xaa','\x87','\xcd','\xfb','\x68','\xba','\x09','\xf5','\x6a','\x1a','\x62','\x41','\x33','\xe9','\x4d','\xa3','\xe9','\x4d','\xdb','\xd2','\xf7','\x91','\xb4','\x1d','\x72','\x61','\xbd','\x0b','\x2f','\x47','\x04','\x85','\x0a','\x4a','\x78','\x42','\x89','\x2e','\xa6','\x3a','\x4e','\xab','\x49','\x41','\x89','\x09','\x0a','\x6b','\xff','\xc3','\xf9','\xd4','\x4b','\xa6','\x0a','\xf6','\xe7','\x32','\xeb','\x11','\xc7','\x48','\x4a','\x7d','\x57','\x45','\x1b','\x58','\xbf','\x94','\x4d','\x39','\x65','\x53','\x42','\xb9','\x2f','\xa0','\xd8','\xa2','\x62','\x2b','\x8a','\xe4','\x43','\x30','\x3e','\xbe','\xe9','\xf0','\x71','\x12','\xbd','\x78','\xbd','\xe3','\x24','\x4e','\x22','\x14','\x13','\x45','\xf3','\x89','\xe9','\xe7','\xff','\x74','\x26','\xfe','\xee','\xbf','\x8a','\xff','\x45','\x8f','\x5a','\x52','\xe2','\xe5','\xe7','\xe2','\xa7','\xce','\xc5','\x2f','\x63','\xb5','\x2c','\x23','\xe6','\x9b','\x8f','\x2f','\x6d','\x7d','\xb5','\x7d','\xab','\x1d','\x39','\xac','\x15','\xbf','\xed','\xb3','\xed','\x8d','\x48','\x6a','\x57','\x22','\xdc','\xfb','\x08','\x97','\x07','\xa2','\xe5','\xaf','\x76','\x98','\x6f','\x26','\xa5','\x4c','\x4c','\x1a','\x56','\xa7','\xab','\x85','\x99','\x13','\xcf','\x9f','\xf6','\xc7','\x67','\x34','\x75','\x46','\x89','\xcf','\x50','\x0e','\xa4','\xce','\x20','\xd4','\xa9','\xa1','\x97','\xe4','\xad','\x5f','\x51','\xb6','\xbe','\x40','\x0f','\x1b','\x11','\xfb','\xb3','\xc4','\x2e','\x13','\x6e','\x0f','\x97','\x28','\xe2','\xfb','\xc5','\xf2','\x42','\xc7','\x49','\x2f','\x29','\xe2','\x98','\x38','\xa9','\xbe','\x69','\x3d','\x7c','\x68','\xe5','\xa5','\x23','\x93','\xa9','\x43','\x25','\xf5','\x4d','\xb6','\x2e','\x8e','\xa5','\x0e','\xa1','\xd4','\xfd','\x48','\xfd','\xf1','\x0f','\xd1','\xba','\x0a','\xda','\x5b','\xd9','\xf4','\xfb','\xcf','\x6c','\xfa','\xed','\xae','\xfb','\x36','\x74','\xdb','\xb1','\xa8','\x4d','\xda','\x25','\x1f','\x9b','\x77','\x8b','\xfa','\xb4','\xf0','\x84','\x16','\x5d','\x90','\x3b','\x4a','\x4a','\x32','\x10','\x89','\xdd','\xf6','\x96','\xba','\x82','\x1f','\xd6','\xe9','\x4b','\x23','\x6c','\xc6','\x81','\x8e','\x0d','\xe6','\x1d','\x60','\x81','\xdd','\x10','\xb6','\xa0','\x4f','\xe1','\x4d','\x9f','\x17','\x36','\xfd','\x2f','\x1b','\xee','\xeb','\xa6','\x76','\x77','\xc3','\xf6','\xad','\x48','\x52','\x29','\x12','\x3d','\x43','\x69','\x29','\x5c','\x29','\x45','\x2f','\x94','\x3a','\x2a','\xa5','\x24','\x2d','\xc5','\xa2','\xdf','\x52','\x2b','\xa5','\x96','\x5d','\xad','\xb8','\x6a','\x25','\x1d','\x3f','\x9d','\x8e','\x57','\x86','\xe3','\x95','\x6d','\x6a','\x65','\x1b','\xa2','\x5b','\xd0','\x69','\xba','\xf5','\x82','\xb4','\xf5','\xe0','\xc0','\x61','\xba','\xcd','\xa6','\xfb','\x6d','\xca','\xec','\x46','\x31','\x82','\x0a','\x14','\xe5','\xc2','\x56','\x2e','\x7a','\x5e','\x87','\x7d','\x59','\xd2','\x63','\xec','\x60','\x30','\xad','\x17','\xfe','\xec','\xf9','\xe7','\xa7','\x37','\xc7','\xa7','\x13','\xea','\x9f','\xb1','\x15','\xfa','\x75','\x8e','\x97','\xd5','\xa7','\x2a','\xe8','\xa3','\xd3','\x68','\xfa','\x93','\x5b','\xe7','\xb6','\x6e','\x9d','\x7d','\xf0','\xb0','\x5e','\xb5','\x07','\x4f','\xd8','\x25','\x01','\xf4','\x19','\xd5','\x69','\xa0','\x16','\x3e','\xe1','\x82','\x1e','\x96','\x48','\x32','\xe8','\xb4','\xf4','\x90','\xd9','\x1f','\xe8','\x17','\x52','\xeb','\x04','\xec','\x61','\x6b','\x3f','\xad','\x81','\xfe','\xb0','\xfd','\x54','\x87','\x2d','\xf5','\x3e','\x54','\xb5','\xe1','\x19','\x01','\x82','\x7d','\x50','\xe4','\xfb','\x72','\xb9','\x16','\xad','\xd5','\x3a','\xca','\xb5','\x24','\xa9','\xc5','\x42','\x8e','\x7a','\xb5','\xf6','\xf0','\x68','\xed','\xa5','\xd1','\x5a','\x6a','\xb4','\xc6','\xd7','\x05','\x53','\x48','\x0b','\xf6','\xaf','\xcb','\x32','\x12','\x02','\xe8','\x53','\xfe','\x4d','\x9f','\xdf','\x70','\xcb','\xf8','\x88','\x12','\xd8','\x0d','\x81','\x86','\x27','\xa4','\xa8','\x9d','\x00','\x2a','\x45','\x9f','\x1c','\xf3','\xc9','\xea','\x13','\x89','\xc2','\x69','\xef','\xf9','\x53','\x89','\xf8','\xa9','\x84','\xca','\xca','\x67','\x77','\xc5','\x9f','\xd9','\x18','\x7f','\x0e','\xab','\x15','\x9e','\x19','\xe0','\xb4','\xbb','\xf5','\x02','\xde','\x7a','\x10','\x1f','\xa6','\xd8','\x8e','\xba','\x36','\xc5','\xab','\x7e','\xcb','\x52','\xf8','\xa4','\x0b','\x7e','\x82','\xb5','\x94','\x0c','\xb9','\x31','\xdf','\xac','\x7a','\x69','\xf6','\xe1','\x6c','\xe7','\x4b','\xa6','\x97','\xca','\x89','\xac','\x8f','\xa9','\x42','\x30','\xf5','\x79','\xb6','\xf5','\x50','\xb6','\x27','\x22','\x81','\xa2','\xa1','\xc6','\xa6','\x5e','\xba','\xa9','\x8f','\xde','\xd7','\x47','\x6d','\xa1','\xc1','\x0e','\x57','\x52','\xfb','\x85','\x08','\x99','\xa6','\x64','\x3a','\x5c','\x7e','\x3a','\xea','\x79','\x1d','\xe5','\xe9','\x24','\x99','\x8e','\x91','\x69','\xb5','\xbc','\x52','\x28','\xa3','\xe7','\xcb','\x24','\x7e','\xd2','\x55','\xcb','\x28','\x3e','\x6e','\xc7','\xc7','\x4b','\xf1','\x33','\x9e','\x3a','\x31','\x8b','\x82','\xb3','\xe8','\x4f','\xa6','\xb7','\x7e','\xa7','\xb2','\x75','\x6f','\xf9','\x70','\xc7','\x49','\x3b','\x5b','\xb2','\x7d','\xd6','\xea','\x7e','\x8a','\xc3','\x27','\xbd','\xe8','\x32','\xea','\x98','\x46','\x37','\xc6','\x99','\xad','\xf7','\x35','\x3b','\x9f','\xb5','\x52','\x59','\x94','\xca','\x3b','\x6c','\x4f','\x44','\x1f','\xa1','\x68','\xcf','\xdc','\x26','\x59','\xdf','\xa4','\xac','\xc0','\xbe','\x8c','\x43','\x37','\xf5','\x8b','\xdf','\x00','\x82','\x7e','\xd9','\x49','\x71','\x29','\x16','\x72','\xd5','\x37','\x97','\x60','\x9c','\x0f','\xd7','\x52','\x87','\xff','\x9e','\xc9','\xa9','\x23','\x4e','\xea','\xd0','\x52','\x2a','\x5b','\x57','\x2f','\xd5','\x91','\xb0','\x82','\x76','\x9f','\xdf','\x64','\x5c','\xd8','\x14','\xaf','\xdd','\x27','\x9e','\xb3','\xa5','\x2a','\xf7','\xa3','\x06','\x22','\x68','\x3b','\x45','\xfd','\x61','\x2b','\x15','\x3d','\xaf','\x70','\xfd','\x51','\x62','\x92','\xa2','\x4e','\x2b','\x85','\xd3','\x2f','\x3d','\x3f','\xdd','\x17','\x9f','\xe9','\x53','\x67','\x52','\xf1','\xd3','\xdf','\x8b','\x3f','\xf5','\x74','\xfc','\xa9','\xa7','\xd4','\x3f','\x7d','\x0e','\xfd','\x33','\x11','\xfd','\xe9','\xfa','\xad','\xdf','\xff','\xe2','\xd6','\xcf','\x7c','\xf9','\xf0','\xf6','\xa7','\x6d','\x79','\xb3','\xad','\x2d','\xc2','\xbc','\xfb','\x21','\x49','\x71','\xf8','\x78','\x20','\xba','\x50','\xe8','\x38','\x5e','\x48','\xfa','\x97','\x62','\xfe','\x6f','\xaa','\x97','\x6f','\x7f','\x38','\x17','\x78','\x29','\xef','\xa4','\x72','\x01','\xb5','\x8e','\x52','\x05','\x6e','\x5a','\x0b','\x33','\xea','\xeb','\x33','\x28','\x30','\x83','\x86','\x67','\x36','\x15','\x66','\x36','\xc5','\x67','\xee','\x0b','\xcc','\xd8','\xa1','\x55','\xfd','\x69','\xd6','\x33','\x41','\xa2','\x8b','\xa4','\x63','\x82','\x24','\x05','\x27','\x26','\x80','\x3f','\xf0','\x70','\x9e','\x40','\x3d','\xa0','\x87','\xbf','\x46','\x3d','\x12','\x8e','\x44','\x3d','\xca','\x79','\x6e','\xa3','\xaf','\x25','\x3a','\x4e','\x25','\x92','\x51','\x37','\x06','\x51','\xa8','\xf5','\xc2','\xa4','\xfd','\x7c','\x69','\x39','\x5e','\x5e','\x52','\xa7','\xaa','\xf1','\xe9','\xcb','\xf1','\xd9','\xcb','\xf1','\xc9','\xf3','\x6a','\xe9','\x3c','\x0a','\x5c','\x40','\xe5','\xe5','\xad','\xcb','\xb5','\xad','\x7b','\xce','\x1d','\x66','\x83','\x23','\xf3','\xf1','\x01','\x47','\x01','\xd3','\xb0','\x17','\x96','\xa4','\xe8','\xb7','\xa4','\x8e','\x98','\x94','\x8c','\xcd','\xc4','\x62','\x9e','\xfa','\x95','\x99','\xc2','\x57','\x66','\x9e','\xff','\xd6','\x4c','\x7c','\x76','\x46','\x9d','\x85','\x32','\xce','\xe4','\xaf','\xcc','\xb0','\xcf','\x51','\x8c','\xe1','\xe9','\xad','\x5f','\x99','\xd9','\xfa','\x15','\xe9','\xf0','\xb7','\x24','\x3b','\x26','\xd9','\xac','\x39','\xcc','\x1e','\x6e','\x28','\xd1','\x8d','\x66','\xb8','\x92','\x88','\x5e','\x48','\x74','\x54','\x12','\xc9','\xae','\x44','\xac','\xdb','\x50','\x4f','\xa7','\x0b','\xef','\xfc','\xe1','\xf3','\x73','\xe5','\xf8','\x9f','\x43','\x84','\x6c','\x7c','\x0a','\x14','\x29','\x5e','\x2e','\xab','\xe5','\x32','\x22','\x65','\x74','\xd2','\xd9','\x5a','\x2b','\x6f','\xcd','\x94','\x0f','\x93','\xb2','\x1d','\x72','\x6c','\x42','\xa4','\x48','\x24','\xc2','\xaf','\x0f','\x87','\x2b','\x34','\x5a','\xa1','\x1d','\xee','\xa9','\x24','\xf6','\x62','\xf8','\x94','\x3a','\x79','\xaa','\x50','\x3e','\xf5','\xfc','\xd4','\xa9','\x78','\xc5','\x53','\x2b','\xa7','\xe2','\x7f','\x73','\x2a','\xfe','\x83','\x53','\xf1','\x67','\x4f','\xa9','\x15','\x0f','\xd1','\x53','\xa8','\xc2','\xec','\x06','\xdd','\x7a','\x90','\x1e','\xa6','\xd4','\xe6','\x68','\xe9','\x8f','\xc4','\xf5','\xe7','\xbc','\xdd','\x31','\x6d','\x27','\x3f','\xea','\xc4','\xa4','\x25','\x75','\x7a','\x09','\xd6','\xd7','\xf4','\x52','\x7c','\x7a','\x49','\xfd','\x33','\x27','\x3e','\xbd','\x10','\x7f','\x6a','\x31','\x3e','\xb3','\xa0','\xce','\xbc','\x8e','\xa4','\x3a','\x9a','\x3e','\xbf','\xf5','\x1b','\x17','\xb6','\xfe','\x65','\xed','\x70','\xfc','\x9c','\x3d','\x54','\x65','\xfa','\xcc','\xf3','\x7f','\xd9','\x90','\xc1','\x4a','\xf0','\xbc','\x9f','\x48','\xf8','\x23','\xd4','\x5b','\x99','\x23','\x48','\x8f','\xd6','\xe7','\x68','\x3e','\xd2','\x77','\x35','\xa4','\xdb','\x78','\xdc','\xb3','\x04','\x1f','\xb8','\x40','\x03','\x92','\x74','\xce','\x5b','\x11','\x25','\xb6','\xb8','\xa5','\x0f','\xf0','\x7f','\x6e','\xac','\x53','\x11','\xfc','\x70','\x41','\x8c','\x65','\x3b','\xc1','\x4f','\xd0','\x11','\xd8','\x1f','\x03','\xd6','\x48','\x6a','\xc4','\xb9','\xe1','\xff','\x80','\x3f','\xbf','\xb0','\xc9','\xf4','\xc0','\xfe','\xc8','\x6b','\xe7','\x02','\x3e','\xef','\x9c','\x47','\x3a','\xfa','\x4a','\xbc','\xe3','\xa4','\x9b','\x5c','\x17','\x8f','\xad','\x8b','\xab','\x3f','\x8e','\x3f','\x7c','\xa4','\xb9','\x9f','\x06','\x60','\x1f','\x04','\xc1','\x0f','\x3e','\x30','\x3b','\x17','\x04','\x6c','\x94','\x5e','\xde','\x34','\xba','\xb4','\x69','\x4b','\xf5','\x3e','\x36','\xef','\x02','\xbc','\xbe','\xe2','\x76','\x55','\xa7','\xc8','\x80','\x75','\x6a','\xeb','\xe0','\x6f','\x04','\xb9','\xfe','\xd4','\xd1','\xc3','\x23','\xee','\x4b','\x06','\x4e','\x19','\x98','\xf9','\x18','\x4c','\xab','\x53','\x59','\x06','\x91','\xf9','\x57','\xe0','\x87','\x6b','\x68','\xd3','\x66','\x77','\x53','\x3f','\xbe','\xaf','\x1f','\xdb','\x41','\xd7','\xc6','\x6c','\x9d','\xda','\xd0','\x2f','\xdf','\x6c','\x78','\x7c','\x3a','\xba','\x18','\xe9','\x28','\x85','\x92','\xdd','\x3f','\x6f','\xd5','\x73','\xc4','\x7d','\xe9','\xd0','\xee','\xd4','\xe1','\x7b','\xd4','\x1f','\x7f','\x86','\xdb','\xd5','\xe6','\x5e','\xbf','\xea','\xd7','\x6d','\x76','\x5a','\x7e','\x5d','\xd0','\xb1','\x31','\x91','\x7c','\x73','\x91','\x75','\x71','\xb0','\xab','\x8f','\xc6','\x79','\xbf','\x9c','\x56','\xbf','\x4e','\x3a','\x05','\x0b','\x3d','\x6f','\x61','\xb0','\x39','\x4c','\x7f','\x18','\x4e','\x3a','\xf1','\x32','\xdc','\xef','\x40','\x21','\x07','\x4d','\x4a','\x5b','\x17','\xe8','\xd6','\x21','\xe9','\xb0','\x90','\xb0','\x55','\xbe','\x2e','\x02','\x52','\x44','\xa0','\x30','\x3e','\xa7','\xd9','\x38','\x5b','\x50','\x0f','\xb2','\x62','\xc8','\x52','\xcf','\x78','\x85','\x92','\xf4','\x7c','\x79','\x99','\xfd','\xba','\xfa','\xd4','\x47','\xe3','\xcf','\x77','\xc6','\x4f','\xac','\xc4','\x27','\x25','\x75','\xf2','\x76','\x14','\xbc','\x8e','\x26','\x03','\x5b','\x97','\x96','\xb7','\x0e','\x2b','\x87','\xa3','\x15','\xbb','\x9d','\xd8','\x62','\x73','\x3f','\x5d','\xa6','\x08','\x32','\x6e','\x83','\x9f','\xf9','\x84','\x3f','\xd9','\xb1','\x12','\xfb','\x68','\x40','\x9d','\x76','\x0a','\xd3','\xe8','\xf9','\x27','\x1d','\x76','\x2c','\x55','\x67','\x86','\xe3','\x5c','\x00','\xf9','\x49','\x07','\xd6','\xf6','\xbf','\x77','\xb7','\x3e','\x3f','\xc3','\x70','\x78','\xb8','\xb5','\x4e','\xd9','\x01','\x95','\xb9','\x0c','\xfc','\x89','\x04','\x1c','\xa4','\x56','\x4b','\x1a','\xf4','\x1c','\x0c','\x4f','\x2a','\x1c','\x09','\x91','\x64','\x07','\xc9','\x9e','\x2a','\xeb','\x53','\x7f','\x83','\x10','\xf5','\xfb','\x2c','\x88','\xb3','\x02','\xc5','\x3b','\x8e','\x7d','\xc7','\x89','\x6f','\x82','\xfa','\xbc','\x3a','\x72','\x59','\x3d','\xcc','\xef','\x08','\x79','\xc0','\x4e','\xcc','\x2a','\x6e','\x26','\xa7','\xe3','\x02','\x67','\xb4','\xe0','\x2c','\xe5','\x21','\xcf','\x25','\x9c','\xe2','\x5a','\xf0','\x88','\x20','\x1c','\x13','\x04','\x2a','\x00','\xbd','\x80','\x9f','\x81','\xc0','\x0f','\x9c','\x3f','\x01','\x12','\xbf','\x59','\x64','\x03','\x1d','\x8b','\x3a','\x01','\x4a','\x01','\xd1','\x46','\x53','\x68','\x8f','\x36','\xda','\x29','\x5a','\x4f','\xf1','\xfa','\xa8','\xd7','\x4d','\x51','\x98','\x62','\xb0','\x96','\x17','\xb0','\x6c','\x25','\xb4','\x75','\xfd','\xd6','\xde','\xa7','\x51','\xad','\xc4','\x33','\xd7','\x1f','\xe3','\x4f','\x4e','\x2d','\xa6','\x8f','\xe6','\x8f','\x2b','\x49','\x36','\xc2','\x3c','\x2d','\x70','\x92','\xb9','\x9a','\x4d','\xe1','\xaf','\x1a','\x9e','\x83','\x82','\x65','\x1c','\x3c','\xe9','\xb5','\x95','\x51','\x5b','\x19','\xaf','\x3b','\xe9','\x85','\xcb','\xb8','\xc3','\x4a','\x24','\xbf','\xf8','\x74','\xcf','\x17','\x9f','\x1e','\x7c','\xa6','\x34','\x3e','\x47','\x42','\x73','\xc7','\x04','\x44','\x9b','\xe7','\x77','\x05','\x59','\x8a','\x65','\x2b','\x3f','\xae','\x40','\xb4','\x61','\xad','\x55','\x5b','\x33','\xe5','\xee','\x8e','\x50','\xe3','\x2e','\x82','\xfa','\x08','\xee','\x0b','\x79','\x7d','\x70','\xe0','\xc6','\xbd','\x21','\x2f','\x8f','\xf0','\xd0','\x3f','\x4b','\x0f','\xfd','\x66','\x62','\xe2','\x3e','\x22','\xe8','\x3b','\x6f','\xd4','\x13','\x80','\x4c','\x45','\x4a','\x59','\x57','\xbc','\x15','\x1e','\xd0','\xc5','\x84','\xfa','\x4d','\x02','\x82','\xdb','\x43','\x1e','\x44','\x21','\xca','\x36','\x96','\x3d','\x2f','\x87','\x4a','\xbb','\x87','\x8d','\xb4','\x91','\x28','\x1b','\x70','\x0f','\x91','\xf5','\x2b','\x80','\xea','\x41','\x64','\x27','\x98','\x03','\xb0','\x62','\x2b','\x7a','\x4d','\x61','\x5e','\x77','\xbd','\x06','\x02','\x3b','\x26','\x33','\x01','\xd5','\x14','\xa5','\x06','\x7f','\xc8','\x37','\xab','\x24','\x67','\xd5','\x77','\x58','\x39','\x87','\x92','\xd2','\xd6','\x17','\xe9','\xd6','\x6f','\xd0','\x43','\xcc','\x79','\xce','\x85','\x16','\x5f','\xc7','\x68','\x99','\xcd','\xad','\xd5','\xce','\xe6','\x68','\x5d','\x05','\xa8','\xdd','\x09','\xcd','\x30','\x9c','\x6b','\x98','\x57','\x69','\xad','\x46','\x6b','\x27','\x81','\x81','\xa4','\x9d','\x60','\x48','\x6d','\x49','\x50','\x17','\xc1','\x5d','\x77','\x7a','\x9d','\x35','\xbc','\xc1','\x4a','\xf4','\x75','\x3e','\x1d','\xeb','\x7c','\x5a','\x4b','\x95','\x2c','\x9d','\xd9','\x98','\xd6','\x38','\xc3','\x53','\xaf','\x75','\x95','\x44','\xc8','\x49','\x8c','\x52','\xe0','\x9c','\x38','\xd2','\xb0','\x33','\xd4','\x26','\xb4','\x23','\xd4','\x08','\x13','\x14','\x26','\xb0','\xd5','\xd2','\x32','\x92','\xca','\x58','\x39','\xe7','\x29','\x35','\x2c','\xeb','\x09','\x7d','\xf7','\xd3','\x5a','\xe7','\xd3','\x56','\xaa','\x84','\xd6','\xea','\x89','\x20','\x91','\x5f','\x36','\x87','\xd3','\x99','\xc2','\xc0','\x49','\x7b','\xe6','\x91','\x6f','\x9a','\x1d','\xaa','\x8a','\xdd','\xde','\xc5','\xcb','\xa8','\xca','\x03','\xfc','\x9a','\x61','\x7e','\x48','\xf0','\x56','\xe0','\x3a','\x0a','\x8f','\xbb','\x58','\xd7','\x51','\xee','\x38','\x55','\x79','\x88','\xc7','\x35','\xf9','\x2c','\x7b','\x5d','\x7c','\x6a','\xdd','\x1f','\xfd','\x4d','\x77','\x9b','\xd5','\xf9','\xa8','\x16','\xc8','\x29','\x5b','\xe2','\x77','\x40','\x38','\x87','\x82','\x17','\xe4','\xa5','\x45','\xef','\xcd','\xd5','\x1a','\x7e','\x45','\x3d','\xef','\x19','\x1f','\x52','\xa3','\xde','\x5b','\x0d','\x42','\x9a','\xfc','\xc5','\x30','\x3e','\xfb','\xca','\xd8','\x3c','\xe7','\x65','\xcb','\x28','\x5b','\xc6','\xd9','\x93','\x1e','\x94','\x56','\x22','\xfb','\xc5','\xa7','\xcd','\x2f','\x3e','\x9d','\x7d','\xa6','\xa4','\xc3','\x13','\xfa','\x1b','\x7a','\x78','\xf7','\x8f','\x2b','\x63','\x21','\xc7','\x20','\x14','\x10','\x6a','\x40','\xc9','\xc6','\xca','\x63','\x02','\x32','\x08','\x36','\x98','\xc2','\x10','\x94','\xcf','\xe0','\xfc','\x7e','\xef','\x17','\x19','\xfc','\x90','\x9d','\xd0','\xbe','\xfd','\x34','\xfa','\xef','\x4f','\xe3','\xc3','\x25','\x8f','\x12','\x44','\x79','\x3d','\x6c','\x5d','\xcc','\xdb','\xde','\x8f','\x2b','\x52','\xc8','\x89','\xb0','\xd3','\x13','\xa1','\xd2','\xc9','\x86','\x5c','\x83','\x6b','\xad','\x47','\x8f','\x34','\x34','\x3e','\x5f','\x84','\x67','\x61','\x83','\x3b','\xc2','\x70','\x65','\x9b','\x59','\xb1','\x04','\x59','\xff','\x74','\xe8','\x8b','\x4f','\x3b','\x5d','\xa5','\xa2','\x42','\x34','\xe5','\x56','\xfd','\xf9','\xa9','\xad','\x14','\xaa','\xca','\x88','\xa7','\x5e','\xc5','\xca','\x68','\x40','\x61','\xa6','\xef','\x92','\xad','\xf8','\xa6','\x94','\x9e','\xc7','\xd5','\xb7','\xcb','\x8a','\xaf','\xc2','\x34','\x47','\x7d','\xc7','\x56','\x78','\x3c','\xeb','\xd6','\x17','\x27','\x19','\x0e','\x25','\x27','\x99','\x13','\xb5','\x78','\xc9','\x45','\x36','\x33','\xfe','\x16','\xe1','\xe3','\x03','\x14','\xfd','\x65','\x2a','\xb1','\xa3','\xf5','\x91','\x86','\x3c','\x4a','\x3f','\x47','\xa8','\x15','\x6a','\xc0','\x2a','\xaf','\x61','\xef','\x2d','\x8f','\xd6','\x10','\xad','\x61','\x7a','\xce','\x83','\xd2','\x4e','\xd0','\x6f','\x3f','\xdd','\xfd','\xed','\xa7','\xc3','\xcf','\x94','\xf8','\x11','\xfc','\x18','\xbd','\x49','\x7f','\x70','\xc8','\xc1','\xa3','\x14','\x32','\x5d','\x87','\x1a','\x3d','\x84','\x0e','\xf0','\x0a','\xf5','\x51','\x34','\x4e','\x70','\xcf','\x49','\x6f','\x03','\x41','\xb7','\x11','\xdc','\x1e','\xf2','\x02','\xac','\x44','\x89','\xdb','\xd6','\x3f','\xdd','\xbd','\xfe','\xe9','\x8e','\x67','\x4a','\x3d','\x73','\xd0','\x2f','\x8b','\xd7','\x83','\x79','\x3d','\x10','\xc2','\x5a','\xa3','\x74','\x94','\x4a','\xac','\x3d','\x84','\x0e','\x12','\x7a','\xfa','\x24','\x6f','\x0f','\xc1','\x08','\x32','\xe5','\x21','\xb5','\x86','\x93','\xec','\xf4','\x51','\xc6','\x49','\xbe','\xde','\x19','\xd4','\x67','\x4a','\xc9','\xff','\x7f','\x7b','\xd7','\x1f','\xdb','\xc6','\x75','\xdf','\x1f','\x79','\xcc','\x23','\xe5','\xbc','\x50','\xa4','\xe4','\x29','\xcf','\x92','\x12','\x9e','\x64','\xf9','\xe4','\xb8','\xde','\x72','\x14','\x0d','\x49','\x59','\x3d','\xf3','\x44','\x33','\x27','\x89','\xd0','\x62','\x47','\x89','\x05','\x77','\x1b','\xe0','\x13','\x2d','\x53','\x75','\xa0','\xa2','\x74','\x3b','\xac','\x4e','\xa7','\xfa','\xce','\x96','\x4b','\xbb','\x06','\x6b','\xcb','\xb1','\xa7','\x32','\x45','\x80','\x1a','\x58','\xe2','\xf6','\x8f','\x0e','\x50','\xd7','\xa1','\x0d','\xb0','\x1f','\x39','\x45','\xae','\x9c','\x64','\x6c','\x9c','\x34','\xc0','\xa0','\x74','\xc3','\x4a','\xc7','\xae','\x5d','\xa4','\xc6','\x22','\x27','\x9e','\x73','\x8e','\x59','\xbe','\x7d','\xbf','\x47','\xca','\x56','\x5a','\x6c','\xcb','\xfe','\x1c','\x90','\xc3','\x17','\x0f','\xdf','\x23','\xa9','\xa7','\xf7','\xeb','\xfb','\xe3','\xdd','\x7d','\xbf','\x9f','\x37','\x0b','\x8b','\x0e','\xc7','\xc7','\xf5','\xc3','\xed','\x35','\x75','\x05','\xf5','\x44','\x79','\xc5','\xf0','\x72','\x3f','\xe3','\x4a','\xbd','\xd3','\x0d','\x63','\x5a','\xc4','\x80','\x13','\x9d','\x11','\x3c','\xa3','\xaa','\x5e','\xd0','\x09','\x2a','\x96','\x14','\xba','\x6a','\x06','\xa9','\x39','\x87','\xf1','\xf4','\xea','\x24','\xe8','\xcf','\x40','\x00','\x66','\x84','\xb5','\x3e','\xbb','\x85','\x0b','\x0b','\x9f','\xb9','\xce','\x93','\xa3','\x82','\x04','\xf1','\x08','\x7b','\x93','\x0b','\x06','\xe2','\xd1','\x3b','\x97','\xdf','\x29','\x8a','\x05','\x90','\x93','\xb9','\x3c','\x17','\x45','\x2c','\x3d','\xf9','\x35','\x3b','\x90','\x5a','\xfa','\xf2','\x2d','\x12','\xe3','\x91','\xcd','\x9c','\xd6','\xd6','\x8f','\xf8','\xb8','\x1e','\x8b','\xdf','\x55','\x68','\x04','\x3a','\x12','\xc7','\xee','\x20','\x73','\xa7','\x5f','\xe2','\xd8','\xcc','\x3e','\x57','\x8f','\x79','\x66','\x99','\x67','\x76','\x12','\x36','\x4c','\xf7','\x58','\x56','\x3d','\xf4','\x2b','\x59','\xd8','\xd7','\x59','\x0e','\x2b','\x3c','\x4c','\x79','\xd8','\xef','\x00','\x23','\x6e','\xba','\x0c','\x25','\x61','\x85','\x86','\x7b','\xc4','\xef','\x29','\x64','\x4d','\x86','\x46','\xfb','\xc5','\xf5','\x05','\xfa','\xb8','\x45','\x1b','\x5f','\x18','\x69','\x78','\x61','\x64','\xf5','\x0b','\x34','\x74','\x8d','\x65','\x27','\x26','\x55','\x83','\x7b','\x8e','\x6b','\xfe','\xa2','\x7a','\x00','\x8f','\x31','\xc0','\x07','\xda','\xf8','\xea','\xc8','\xdb','\x2a','\xe6','\xb3','\x19','\xcf','\xcb','\x74','\xdb','\x97','\xb7','\x18','\xf1','\x7a','\xf1','\xba','\x77','\xc5','\xdb','\x22','\x4c','\xa3','\x14','\xc2','\x4b','\x48','\x23','\x98','\x12','\x2f','\x98','\x92','\xfc','\xe8','\xb3','\xff','\x30','\x5a','\xe0','\x01','\xa2','\x05','\x41','\xf8','\x93','\xaf','\x44','\xae','\x96','\x79','\x0e','\x03','\xec','\xd3','\xe3','\xce','\x4b','\x37','\xdd','\xa7','\x61','\xe3','\x4e','\x57','\x86','\xc4','\xaf','\xb8','\x1e','\x66','\x86','\x80','\xa1','\x07','\x06','\x6e','\x55','\x83','\xaa','\x7b','\x46','\xe4','\x3d','\x23','\xc6','\x1e','\xaa','\x4d','\xb0','\xad','\xd7','\x26','\x2d','\x04','\xa0','\xb1','\x34','\x57','\xcf','\x1b','\x78','\x22','\x2d','\x07','\x32','\x2f','\xc0','\x74','\x73','\x20','\x60','\x8c','\x22','\x31','\x8a','\xd4','\xb8','\x20','\xcc','\x65','\x06','\x4a','\x13','\x96','\xff','\x6b','\x33','\x2e','\xe5','\x8c','\x45','\xb6','\x7b','\x71','\x72','\xd4','\x72','\xc7','\xd9','\xb0','\xc5','\x8d','\x82','\x9b','\x16','\x0d','\xfb','\x03','\xae','\xf4','\x63','\x94','\x38','\x06','\x8a','\xf7','\x3b','\x8a','\x4e','\x14','\x9d','\x8e','\x7c','\x57','\x8c','\xfc','\x88','\x8c','\xcc','\xd0','\x23','\xf7','\x0b','\x4c','\x8a','\x24','\x38','\xef','\xfe','\xd7','\x66','\x2a','\x2b','\xe4','\x0b','\xea','\x69','\xb3','\xec','\xf8','\xab','\xff','\x87','\xf9','\x8a','\x5b','\x0a','\x59','\x35','\xd3','\xbe','\x6a','\xe6','\x91','\x66','\x5c','\x87','\xa3','\xb3','\xb5','\xf5','\xfc','\x59','\xcb','\x8e','\xd5','\x15','\xdc','\xcc','\x50','\x5c','\x20','\xd5','\xec','\x75','\xa4','\x7a','\x47','\x14','\x6b','\xeb','\xb9','\x2f','\x4f','\xcc','\xe2','\x5d','\xfd','\x83','\xca','\xc7','\xd5','\x3f','\xa3','\xb3','\xcc','\x9c','\xc5','\x7e','\xf9','\xab','\x72','\xb1','\xb7','\x20','\xc0','\xe6','\xb9','\xc3','\x12','\xbf','\xe0','\xe0','\x83','\x30','\xa0','\x0b','\x4e','\xbc','\x5a','\x0f','\x8c','\xcf','\x35','\x0c','\x15','\xf3','\x82','\x7c','\x4d','\x50','\xbf','\xa5','\x54','\x56','\xcd','\x64','\x96','\xd7','\xf3','\x16','\x15','\xf3','\xdf','\x6b','\xf5','\x8c','\x15','\xdc','\x14','\x7b','\x1c','\x1f','\xf3','\xaa','\xa3','\x2b','\x1c','\xc8','\x65','\x88','\xae','\x50','\xbd','\x13','\x8f','\x5a','\x0b','\x82','\x58','\xf8','\xc5','\x83','\x0b','\xb4','\xc9','\x50','\xba','\x9f','\x9a','\x51','\x56','\xcd','\xe8','\xcd','\xb9','\xdc','\xb2','\x5c','\xfc','\x0f','\xf5','\x64','\xc6','\x9d','\x91','\xb3','\x9f','\xb4','\x1e','\x9f','\x5b','\xcf','\xd0','\xab','\x05','\xf3','\xbd','\xf2','\x58','\x91','\x23','\x81','\xfd','\x5a','\x66','\xc6','\x8a','\x38','\x2c','\xe0','\x79','\xb4','\xe4','\xd1','\x34','\x6f','\xad','\x17','\x92','\x2b','\xa7','\xd2','\xaa','\x19','\xa4','\xe6','\x9c','\x7b','\x6e','\x1b','\xda','\xf7','\x5a','\x7b','\x7c','\x05','\xda','\x53','\x16','\x15','\x94','\x8b','\x35','\x47','\x30','\x3e','\x24','\x7a','\x93','\x47','\x7b','\x9c','\xcf','\x74','\x93','\xa7','\xce','\xd2','\xcc','\x77','\xc5','\xf3','\xee','\x02','\x68','\x3f','\x22','\xd6','\xe6','\x68','\x1b','\x51','\xd6','\x1e','\x9b','\xe9','\x78','\x6d','\x66','\xfd','\xbb','\x39','\x79','\x27','\x93','\xf9','\xa4','\x4c','\xf8','\xa0','\x6c','\x7d','\x6d','\xc9','\x1e','\xec','\x28','\x0c','\x76','\x96','\x07','\x15','\x0e','\xf4','\xf4','\x55','\x07','\x4a','\x02','\x22','\x7c','\xde','\x81','\xee','\x60','\x5a','\xf8','\xb8','\x10','\x37','\x71','\xef','\xc9','\xcf','\x8b','\x08','\xac','\x67','\x5b','\x51','\x41','\xcf','\xbf','\x36','\xe3','\xf9','\x39','\xca','\x69','\xd5','\xdf','\xd0','\x60','\x3d','\xab','\xb6','\x79','\xa3','\x60','\xf7','\x94','\xcf','\x2b','\xf8','\x5b','\xf1','\xa1','\xb3','\x62','\xa0','\x70','\x7c','\xcc','\xab','\x62','\xc5','\x80','\xd7','\xd6','\xa1','\xf8','\xe8','\x63','\xfa','\x07','\xec','\x85','\x79','\xd1','\x26','\x73','\xb9','\x35','\x92','\xf0','\xb5','\x07','\xc4','\x7f','\xb2','\x7b','\x1f','\xe2','\x2d','\xda','\x6c','\x23','\x31','\xd6','\x7a','\x5e','\xbc','\xa0','\x44','\xa8','\x4a','\xc1','\xd3','\xf3','\x11','\x6d','\x45','\x19','\xf2','\x0b','\xc7','\x47','\xbc','\xf7','\x0b','\xd1','\xd0','\x4e','\x77','\xc7','\xb6','\xec','\x8e','\x31','\x0f','\xb1','\xc2','\xe0','\x3f','\x1f','\x2e','\xa8','\xe7','\xcb','\x1d','\x7f','\x81','\xd3','\x94','\x3f','\xe2','\x04','\xdc','\xb3','\x41','\x37','\x8f','\x3b','\x84','\x92','\x80','\x82','\x09','\xc5','\x01','\x85','\x1c','\x53','\xe8','\x60','\xa7','\x18','\x54','\x28','\x37','\xe8','\xfa','\x17','\x46','\x7e','\xfd','\xc2','\xc8','\xe0','\x3a','\x1a','\xd8','\xc8','\x9e','\xbe','\x36','\xc9','\x41','\x6f','\x58','\x96','\xdf','\xb6','\x0f','\xd4','\x15','\x02','\xdb','\xca','\xb9','\x09','\x9e','\x1e','\xe2','\xeb','\xd1','\xcd','\x40','\x43','\x16','\x76','\x91','\x70','\xba','\x18','\x5d','\x7d','\x42','\x04','\x86','\xd0','\x7e','\x65','\x1f','\x46','\xfb','\x25','\x4a','\x68','\xbf','\x9a','\x41','\xcf','\x1f','\xcb','\xc9','\x8b','\x4c','\x5b','\x44','\xb9','\xd0','\x2c','\x4b','\x2e','\xd9','\xea','\xab','\xa8','\x9f','\x3d','\xa0','\x32','\x41','\x34','\x04','\xda','\x8b','\x47','\xc0','\x9e','\x9c','\x70','\xd4','\x3c','\x91','\x41','\xcc','\x4d','\xa1','\x4d','\x90','\x97','\xf2','\x74','\xc3','\x09','\xb1','\x01','\x4a','\x4b','\xd9','\x70','\x6c','\x66','\xc3','\xbb','\x33','\x9f','\xf9','\x76','\xae','\xa2','\xb2','\xac','\x8a','\xe7','\x68','\xc8','\xb6','\x05','\x5b','\x0f','\xf5','\x1c','\xf6','\xab','\x67','\x81','\x6f','\x02','\x3a','\xef','\xfc','\xf9','\xbf','\x70','\xb3','\xc2','\xed','\x1e','\xc7','\x56','\x08','\xa6','\x14','\x9d','\x17','\xea','\xc2','\x1d','\x06','\xe6','\xab','\x29','\xfe','\x93','\x11','\x15','\xe8','\xa7','\xba','\xba','\xc8','\x62','\x8b','\x93','\x51','\x8b','\x07','\x64','\xeb','\xf6','\x92','\x1d','\xe8','\x28','\x04','\x3a','\xcb','\x81','\xe5','\x79','\xef','\xa3','\x1c','\x68','\xb0','\xd3','\xf9','\xda','\x4d','\x1c','\x9f','\x40','\xa7','\x38','\xa6','\x10','\x1c','\x99','\x71','\xb1','\xfe','\x2c','\xdd','\x7b','\x86','\xfe','\xf3','\x3a','\x18','\x9c','\x11','\xfe','\x05','\x1a','\xda','\xc9','\x3e','\x70','\xf5','\x4f','\x70','\xd9','\x9e','\x5e','\x7b','\xaf','\x5c','\x75','\x33','\xae','\xbd','\xe7','\xac','\x72','\x1f','\x93','\x86','\x2e','\x80','\x61','\x25','\xe6','\x35','\xfa','\x03','\x57','\x6f','\xc4','\x57','\xe8','\x8d','\xaa','\xfd','\x8a','\xba','\xf6','\xab','\x67','\x76','\x32','\x46','\x78','\xaf','\x65','\xc5','\x6c','\x7b','\x8b','\xaf','\xa0','\xf6','\x97','\xd5','\x0c','\x8f','\x5c','\xe1','\xc4','\xef','\xd4','\x2f','\xf0','\xcf','\xeb','\x7c','\xa0','\xdf','\xd9','\xb6','\x40','\x06','\x74','\x3a','\xd0','\x2f','\x56','\x30','\x54','\x23','\x8a','\xf9','\xee','\x0c','\xa8','\xa0','\x70','\x73','\x8e','\x2f','\x32','\xd5','\x98','\xb4','\x8d','\x65','\xb9','\xe8','\xb8','\x2b','\xa7','\xb5','\x9c','\x9d','\x5a','\xf2','\x0e','\x81','\x01','\x89','\xbb','\xe3','\x53','\x65','\x60','\x79','\x83','\x7c','\x41','\x25','\xb2','\xab','\xc7','\x60','\x7c','\x0c','\x63','\xd2','\x32','\x40','\xcf','\x63','\xbf','\xf8','\xab','\x85','\xc8','\x7b','\xe5','\xf5','\x45','\xfe','\x68','\x9e','\xff','\x75','\xbd','\xd3','\xe4','\x76','\x50','\xad','\x77','\x4a','\xae','\x39','\xee','\xa8','\x17','\x49','\x46','\x7c','\x43','\xe8','\x30','\x80','\x7d','\xf7','\x11','\x65','\xec','\xa9','\x99','\x64','\x0a','\x28','\x97','\xdc','\xc9','\xcc','\xc5','\x49','\x4d','\xe3','\x55','\x3c','\x46','\xf3','\xa2','\x45','\x3d','\xd8','\x24','\xb9','\xaf','\x10','\xfa','\x3a','\x17','\x1f','\x34','\x53','\xe9','\xdb','\xe6','\x3b','\xff','\x4a','\x57','\xff','\x82','\xf2','\xe0','\x27','\x59','\xcf','\x12','\x86','\xa7','\xda','\x92','\xaf','\xb0','\xb6','\xa7','\x1c','\xaf','\xb8','\xe9','\x27','\xfd','\x4e','\x97','\xce','\x81','\xe2','\x1f','\x02','\x43','\xba','\x74','\xda','\xd5','\x2f','\x80','\x89','\xc1','\x8c','\xfb','\x85','\xac','\x50','\x63','\x56','\x49','\xcd','\xce','\x1c','\x3b','\x06','\x4b','\x31','\xa7','\x36','\xbb','\x7e','\x82','\xca','\x89','\x6d','\x99','\xb0','\x75','\x3d','\x5c','\xb8','\x0f','\xec','\x45','\x37','\x07','\xd5','\x71','\x6f','\xa7','\xd3','\xa8','\xf3','\xb5','\xe0','\xec','\xf8','\x41','\x60','\x89','\xa6','\x20','\x40','\xf4','\xa0','\x3b','\xef','\xdb','\xaf','\x0a','\x43','\xa1','\xdb','\x64','\x3a','\xe8','\xce','\xfb','\xb6','\x75','\x54','\xdb','\xc8','\xb4','\x6b','\x78','\xae','\x34','\xfa','\x1b','\x60','\xc6','\xce','\x15','\xf8','\x91','\x72','\x54','\xe1','\xf1','\x9b','\x7c','\x9f','\xdf','\xd9','\x47','\xf9','\x4b','\x57','\x78','\xd4','\xef','\x44','\x29','\xda','\xc1','\xa8','\x5f','\x00','\x13','\x55','\x68','\xfc','\x43','\xa1','\xba','\x55','\x7b','\x8d','\x99','\xcf','\x6c','\x98','\xf9','\xfd','\x55','\xb9','\xb1','\x66','\x66','\xab','\x93','\x36','\xb4','\xc7','\xb0','\xfc','\x4b','\x76','\x25','\x59','\xd0','\xc7','\xcb','\x8a','\xce','\x95','\x1c','\xea','\x8d','\x20','\xe5','\x11','\xca','\x9b','\xce','\x83','\x21','\x23','\x4a','\x37','\xd5','\x7b','\x44','\x0e','\xf3','\xb2','\xaa','\x0a','\x84','\xea','\x32','\x35','\x7f','\x39','\xa2','\xaf','\x03','\xa2','\xfa','\x46','\x66','\x5e','\xc3','\x73','\x39','\x6b','\xf3','\xbe','\x09','\xed','\xc5','\x7d','\x94','\xd7','\x35','\xf1','\xc5','\x1f','\x3b','\xdb','\x61','\xd2','\xaf','\x70','\x55','\x38','\xdb','\x7f','\x44','\xbe','\x93','\xa3','\xa1','\x23','\x22','\x94','\x23','\x91','\x1c','\x05','\x0d','\xa2','\xe4','\x68','\xb7','\xa6','\x64','\x9e','\x9a','\xd1','\x9f','\x9a','\xc9','\xad','\xb0','\x17','\xe0','\xae','\x36','\x3e','\xcf','\x5b','\x79','\x99','\x77','\xf0','\x08','\x41','\x10','\x89','\x08','\xc7','\x72','\x27','\x69','\xc6','\x53','\xd7','\x55','\x3a','\x2f','\xce','\xbd','\x4c','\x06','\x56','\xf8','\x09','\xe0','\x8a','\x97','\xbc','\xcb','\xae','\x78','\x38','\x9c','\xdf','\xe7','\xfa','\x09','\x2b','\xf5','\xea','\xd3','\x57','\x50','\xbe','\x40','\xac','\x56','\x30','\x44','\xce','\xd1','\x2f','\xfc','\x58','\x7c','\xbd','\x09','\xed','\x05','\xeb','\x11','\xa2','\x82','\xfa','\x07','\x84','\x74','\xef','\xd7','\x47','\xfc','\xf7','\xd0','\xfb','\x8a','\xac','\xf7','\x1a','\xae','\x67','\x6e','\x5b','\x21','\x0b','\xed','\x7b','\xe8','\x48','\x39','\x94','\xe3','\x58','\x43','\x27','\xea','\x67','\x60','\x1a','\xfc','\x4e','\x0b','\xc5','\x79','\x8f','\x5f','\x15','\x08','\xe6','\x4c','\xe9','\x4b','\x57','\x45','\x3b','\xa5','\xed','\x44','\x89','\xbf','\x8b','\x76','\xb9','\xbd','\x39','\xd7','\xce','\x59','\xbc','\x84','\x7a','\xfe','\x77','\xcf','\x07','\x69','\x20','\x0d','\xe2','\x80','\x18','\x24','\x83','\x1b','\x0e','\x6c','\x7c','\x24','\xf1','\x97','\x7b','\x0f','\x7c','\xe3','\x28','\x09','\xac','\x58','\x84','\x03','\xb0','\x89','\xf6','\x11','\x72','\x3f','\xa6','\x60','\xd0','\x3b','\xfe','\xcf','\x1d','\xdc','\x4b','\x12','\xa9','\x85','\xf7','\xd4','\x8e','\xa5','\x23','\x4c','\x95','\xf3','\xea','\x9a','\x62','\xac','\x2e','\xaf','\xce','\xb3','\x4d','\xdd','\xf9','\x58','\xeb','\x44','\xb4','\x69','\xa3','\x1a','\xcb','\xab','\xa3','\xc5','\xe8','\x74','\xb1','\x9b','\x31','\xd5','\x87','\xe1','\x01','\x18','\x6d','\x42','\x58','\xd0','\x3d','\x0f','\x11','\xf7','\x75','\xa5','\x34','\xc3','\x60','\x4d','\x31','\x34','\x6d','\x98','\x6f','\x18','\x03','\xdf','\x2a','\xa5','\xa6','\xc7','\xb6','\x4e','\x67','\xd2','\xd3','\xca','\xc8','\xb7','\xbe','\xff','\xe4','\xe9','\xef','\x0f','\x9e','\xfe','\xde','\xc4','\xe9','\x17','\x9f','\x3c','\x3d','\x3d','\xf2','\xad','\x67','\xd2','\xb3','\x7f','\x98','\x3a','\xb3','\x61','\xe0','\xcc','\x63','\x66','\x29','\xa7','\xf5','\xf9','\x31','\xa7','\x16','\xa6','\x61','\xb7','\x85','\x98','\x00','\x78','\xce','\x91','\x66','\xfe','\xea','\x80','\x61','\x68','\xc6','\x78','\xc5','\x18','\x6b','\x30','\x7f','\xf9','\x6d','\x37','\x71','\x66','\x38','\xbd','\xe7','\x98','\x79','\xc3','\x6b','\xf8','\x11','\x1d','\xb4','\x96','\x42','\xee','\xa6','\xb4','\xba','\xd4','\x5d','\x0b','\x6f','\xd0','\x08','\x29','\x61','\x08','\x2b','\x42','\x1a','\x6e','\x25','\x7c','\x13','\x31','\x38','\xc5','\x34','\x61','\xe8','\x22','\xc6','\x6d','\x62','\x5c','\x16','\x94','\x2e','\x53','\xc6','\x83','\xe9','\xe7','\x0f','\x87','\x4f','\x05','\xa3','\xb7','\x7b','\xdb','\xa6','\x5e','\x6e','\x9b','\xf2','\x6e','\xbb','\x2d','\x1d','\x99','\x12','\x3e','\x4f','\xe5','\xee','\x39','\x7d','\x87','\x88','\x7a','\x08','\x91','\x55','\xa0','\x74','\x19','\x07','\x33','\xe5','\xaf','\xf7','\x46','\x3d','\xef','\x44','\x1f','\x91','\xe2','\x17','\x45','\x4f','\x6b','\x05','\x37','\x5b','\x44','\x8d','\x09','\x70','\xf8','\xc9','\x6e','\xe1','\xc0','\x9e','\x52','\x63','\xec','\x84','\x8b','\x62','\xba','\xb2','\x1e','\x8c','\xd3','\xb8','\x53','\x89','\x97','\x44','\xdf','\xef','\x8d','\x4a','\xef','\x44','\xbd','\xd2','\xc3','\xb7','\xc5','\xf8','\xc1','\x8a','\xd6','\xaa','\xe9','\xdc','\x38','\xc8','\xf3','\xf0','\x63','\xf2','\x11','\xf1','\xbc','\x6d','\xf9','\x79','\xf5','\x6c','\x97','\x20','\xe1','\xbf','\x5b','\x4f','\x00','\x68','\x45','\x3d','\xa5','\x36','\xaf','\xf7','\x8b','\xef','\x4b','\xfd','\x1e','\x61','\x09','\xc2','\x0e','\x22','\xb9','\x4f','\xd8','\xba','\x30','\xbc','\x0d','\xd6','\xf6','\x54','\x29','\x48','\x26','\xb3','\x84','\x79','\xe6','\x5e','\xf7','\x1c','\xcc','\xb7','\x9d','\xcc','\xc7','\x6f','\xe5','\x41','\xbd','\x74','\xf5','\xe5','\x81','\x80','\xef','\x1a','\x2c','\x77','\x0d','\x42','\xe9','\x7e','\xee','\x29','\x77','\xcf','\xe5','\x37','\x9d','\xcc','\x6f','\x7a','\x36','\xdf','\xf3','\x83','\x7c','\xc7','\x79','\xd1','\x61','\x91','\xb1','\x93','\x81','\x47','\x4f','\x9e','\xd3','\x6f','\xe5','\x9e','\xfb','\xb2','\x14','\x60','\xd2','\xff','\xd6','\x9e','\x77','\x1e','\x7e','\x5f','\x1a','\xf7','\x60','\xa6','\xe1','\x77','\x60','\x9a','\x28','\x07','\x41','\xe4','\x21','\xde','\x22','\x16','\xf9','\x30','\x5f','\x73','\xb2','\x70','\x07','\xe0','\xe5','\x93','\xd6','\x53','\x22','\x27','\xa6','\x30','\xde','\xac','\x7e','\x7e','\x69','\x19','\xfa','\xd2','\xe7','\x99','\xf7','\x49','\x53','\x34','\x28','\x55','\xb2','\x9e','\xf2','\x27','\xac','\x27','\x09','\xed','\x29','\xf5','\x86','\xe4','\xae','\xc8','\x7b','\x22','\x24','\xab','\x91','\xcb','\x6a','\x68','\xad','\x2a','\x2e','\x22','\x24','\x38','\xbb','\xb8','\x94','\x35','\x8c','\x65','\xb9','\xc0','\x63','\x6b','\xaa','\x98','\x7b','\x77','\x61','\xf7','\xfe','\xb1','\xd5','\xf8','\x2a','\x23','\x6f','\xbb','\x20','\x90','\xd9','\xf8','\x92','\xf1','\x3a','\x11','\x25','\xd8','\xef','\x4b','\xa3','\x16','\x6b','\xc1','\xe7','\x2a','\xe4','\x01','\x8b','\x64','\x4b','\x1e','\xdb','\x78','\x90','\x90','\xa0','\x7b','\x4e','\x16','\x73','\xa1','\xae','\x18','\x29','\x0e','\x9d','\xa8','\x0c','\x59','\xf6','\xdf','\x68','\xf6','\x83','\xc4','\x7e','\x80','\x2c','\x6c','\xfc','\x85','\x18','\xd2','\xec','\x69','\xd8','\x10','\x1d','\x3c','\x13','\x99','\x9b','\x8e','\x4e','\x05','\xda','\xbc','\xec','\x09','\x1f','\x3d','\xc6','\xc1','\xfa','\x90','\x7b','\x09','\x09','\x0b','\x21','\x9b','\x15','\xbb','\x8a','\x69','\x09','\xfa','\x50','\xae','\x42','\x66','\x15','\xf1','\x94','\xed','\xd2','\x32','\x4a','\x95','\x8b','\x75','\x19','\x22','\xb6','\x1b','\x8f','\x7a','\x26','\x34','\x37','\xad','\x4e','\x05','\x1e','\x3a','\xc4','\x1e','\xf5','\xd1','\x43','\x01','\x7a','\x0f','\xa2','\x86','\x92','\x90','\x29','\xe4','\x48','\xb5','\x1e','\x77','\xb7','\x28','\x2f','\x43','\x6f','\x25','\x8b','\xe6','\xe5','\x0a','\xf5','\x15','\x91','\x56','\x17','\x45','\xb9','\x18','\xf2','\x15','\x31','\x48','\xf8','\x32','\x0b','\xd9','\x4c','\xb5','\xd8','\x43','\x16','\x7f','\x94','\xf0','\x43','\xc4','\xb9','\x87','\xa8','\x1f','\xab','\xa7','\x8a','\x4b','\xb3','\x96','\x20','\x94','\x9c','\x54','\xa1','\x3a','\x33','\x2f','\x33','\xea','\x2f','\xe2','\x41','\xd2','\x72','\x51','\x2c','\x15','\x43','\xfe','\x22','\x5f','\xd8','\x0c','\x76','\x3f','\xb4','\xe0','\x55','\x73','\xde','\x87','\x72','\xd2','\xa3','\x7e','\x71','\x48','\xaa','\xfc','\x56','\x7b','\x60','\x80','\x64','\x56','\x7d','\xb4','\x45','\x30','\x7f','\xf6','\xe8','\x61','\x98','\xbb','\xe8','\xdc','\x99','\xae','\xbf','\x2d','\x6c','\x3a','\x7d','\xa2','\xf7','\x68','\x4e','\xb5','\x88','\xfa','\x08','\x6c','\xff','\x0f','\xf7','\x5c','\xaf','\xa8','\x51','\xab','\xf3','\xfa','\x61','\x44','\xc6','\xbe','\x6e','\x6d','\x6b','\x3b','\x94','\x1c','\x15','\xd6','\x1c','\xa2','\x81','\x81','\x45','\x76','\xf5','\x7c','\x00','\xf4','\x7c','\xa8','\x23','\x00','\x7a','\x1e','\xca','\x5d','\xdc','\xd9','\xde','\xb1','\x0a','\x94','\xbc','\x7d','\x90','\x5e','\x10','\x37','\xc8','\x41','\x52','\x03','\x3b','\x75','\xa3','\x4f','\x03','\x3c','\x54','\x2d','\xab','\x0c','\xfc','\xb9','\xdf','\x2a','\xf7','\xc2','\xac','\xbf','\x4c','\xfc','\x97','\xac','\x03','\x12','\x85','\xed','\x22','\xcd','\x64','\xc4','\x8d','\x4c','\x30','\xa0','\x47','\xc8','\x42','\x53','\x29','\xa7','\x8c','\x06','\x75','\xce','\x72','\x9b','\x37','\x93','\x2f','\x71','\x84','\x00','\x6d','\x45','\xa9','\xbc','\xc4','\x5f','\xf7','\x3c','\x8b','\xf8','\x0d','\x9e','\xb7','\x6d','\x93','\xef','\xef','\xe5','\xad','\x55','\xdc','\x66','\x62','\x64','\xa5','\x25','\x3c','\x15','\x14','\xb1','\xc9','\xb9','\x21','\xca','\x19','\x3f','\x31','\xeb','\x2d','\xe3','\x5e','\xc3','\x68','\xec','\x35','\x3a','\xb9','\xb1','\x60','\x19','\x2c','\x9d','\x69','\xf9','\x7b','\x11','\x6b','\xa1','\xf3','\x12','\x8d','\xed','\xa6','\x2d','\x5b','\xa9','\x7f','\x8a','\xb6','\xec','\xa6','\x97','\x62','\x74','\x6b','\x8c','\xd6','\xc3','\xa8','\x4a','\x30','\x45','\x25','\x7f','\xc9','\x3e','\x50','\x85','\x47','\x1b','\x0d','\x89','\x1b','\xcf','\x07','\x7d','\xc9','\x88','\xef','\xf9','\xa6','\x9f','\xac','\x56','\xc6','\x7c','\x60','\x64','\x4f','\xe0','\xd1','\xf0','\x39','\xfe','\x45','\xd1','\xb3','\x39','\xa7','\x6f','\xce','\xfd','\xa8','\x78','\xb6','\x29','\x7f','\xb6','\xbe','\xfe','\x66','\xf7','\x4f','\x67','\xae','\x4c','\x50','\x7d','\x82','\x3e','\xc8','\xb6','\x30','\xc6','\x34','\x19','\x71','\xe1','\x74','\xd9','\xd6','\xdb','\xce','\x00','\x99','\x17','\x43','\xfa','\xda','\x90','\xde','\x0e','\x8e','\x34','\x33','\x7f','\xf9','\x1e','\x9e','\xce','\x4c','\x88','\x59','\xc2','\xdc','\x64','\xdc','\x1c','\x95','\x38','\x0c','\xd3','\x7e','\xad','\x57','\x33','\xd4','\x75','\x2a','\xd2','\x1e','\x0c','\x26','\xc1','\xf7','\xef','\x9a','\x8c','\xf9','\x8c','\xba','\xb2','\x5b','\xef','\x48','\x03','\x99','\x97','\xd3','\x55','\x06','\xf9','\xab','\xb0','\x90','\xc0','\x70','\x19','\x66','\x09','\x83','\xca','\x28','\xdd','\xed','\xbf','\x9c','\x16','\xbe','\xf4','\xfe','\x64','\x5a','\x1b','\xc3','\x97','\xef','\xf8','\xfe','\xdd','\x97','\xc6','\xe7','\xe1','\x3e','\xaf','\x26','\x97','\x6a','\xed','\x71','\xc9','\x2c','\x2d','\xe8','\xb2','\x58','\xe6','\x6b','\x0b','\xdb','\xbc','\x5c','\x44','\xc0','\x1f','\xca','\xfc','\x57','\x98','\xa0','\x6c','\xbf','\x8e','\xc0','\xfa','\xeb','\xba','\xdd','\x38','\x07','\x5a','\x7b','\x1e','\xde','\x17','\xc8','\x9a','\xc7','\x8d','\x41','\xe6','\x52','\xc0','\x30','\xb9','\x31','\x38','\x6d','\x0c','\x3e','\x99','\x19','\x1c','\x17','\xa6','\x92','\x09','\x74','\x67','\x02','\x9b','\x32','\xe6','\xa6','\x4c','\x80','\x65','\x02','\x81','\x4c','\x7d','\x20','\x53','\x6e','\xd0','\xb3','\x8d','\x7a','\xe2','\x6b','\x0b','\x9e','\xec','\xf1','\x1d','\x7d','\xf9','\x27','\x3d','\xec','\x0d','\xef','\xa4','\xcd','\xf8','\xc7','\xdb','\xb3','\xe0','\x62','\xe6','\xd8','\x2b','\xda','\x53','\xa4','\xf5','\x20','\x71','\x2e','\x46','\x8b','\x8f','\xf9','\xaf','\x56','\xfe','\xbb','\xf6','\xac','\xa8','\x67','\x41','\x8f','\x63','\x1e','\xa2','\x2e','\x13','\xbd','\x83','\xe9','\x9d','\x15','\xf3','\x4a','\x0d','\x50','\x08','\x19','\x1c','\x67','\x1b','\x66','\x56','\xf8','\x5e','\xd9','\xaf','\x9f','\xd3','\x26','\x16','\xd6','\x7d','\x7e','\x7e','\x5d','\x68','\x7e','\x8f','\x3c','\x5f','\x4d','\xd8','\x0b','\xb4','\x82','\xce','\xc9','\x36','\x72','\xa3','\x91','\xe7','\x5c','\xe9','\xa0','\xbb','\xc5','\xb9','\xb4','\xeb','\xa8','\x54','\x83','\x6f','\xab','\xaf','\x4e','\x6a','\x2f','\x50','\x42','\x08','\x0e','\x09','\x65','\xd5','\xf6','\x05','\x12','\xa1','\x50','\x1f','\xcb','\xce','\xe5','\x8c','\xb9','\x5c','\x6d','\xbe','\xe4','\x31','\x68','\x00','\xb4','\xc4','\x7c','\x27','\xa0','\xb7','\x31','\xbd','\xad','\xa0','\xb7','\x4d','\x9b','\xa5','\xf6','\x2a','\x26','\x21','\xf6','\xcb','\x8b','\x52','\xec','\xbf','\xc4','\x84','\xc4','\xf6','\x6f','\x65','\xda','\xee','\xf2','\xba','\x98','\x1b','\x6f','\x23','\x2d','\xc7','\xdb','\xc8','\x5a','\xab','\x9c','\x5d','\xd3','\x61','\x44','\x3b','\x8c','\xb6','\x0e','\xad','\xaf','\xac','\x4f','\x13','\xf3','\x81','\xf2','\x2b','\x6b','\x3a','\x8e','\xaf','\xe9','\xc8','\x47','\x7f','\x33','\x14','\xed','\x18','\xd8','\xd7','\x31','\xf0','\x83','\xf2','\x4e','\x55','\xde','\x1e','\x2d','\x67','\x55','\x59','\x56','\x37','\xab','\x3d','\xa5','\x6c','\xcc','\xb7','\x53','\x6d','\xfa','\xb7','\xe8','\xf0','\x89','\x9e','\xbe','\x60','\xb7','\x97','\x2e','\x3f','\xc7','\x26','\x31','\xe7','\x3f','\xba','\x02','\x0b','\x31','\xc7','\xc6','\x12','\x3f','\xb1','\x63','\xce','\x99','\xf6','\xba','\xe9','\xdd','\xb7','\x78','\x62','\x55','\x3d','\x28','\x2e','\x0c','\x7c','\x0d','\xc9','\xd5','\x12','\x43','\x7c','\xdd','\xde','\x05','\xfa','\x02','\xbd','\xa3','\xc7','\x55','\xb9','\xda','\xaf','\xb4','\xfe','\x70','\x15','\xda','\xc8','\x40','\x5c','\x23','\x18','\x67','\xb8','\x5d','\x7f','\xd2','\xfc','\xf5','\x03','\x34','\xe0','\xa1','\x98','\x4c','\x4a','\x70','\xfd','\xf8','\xbc','\x38','\x5f','\x3e','\xef','\xfe','\xfe','\x8a','\x36','\xe6','\x5d','\xd7','\x53','\x59','\x17','\x25','\x7b','\xa4','\xe7','\x6c','\xea','\xb7','\xb9','\x44','\x2e','\x1d','\x95','\xe7','\x83','\xe0','\x06','\xb0','\x79','\xce','\xe6','\xe5','\x2a','\x2e','\x59','\x2d','\xa0','\x9f','\xf7','\x72','\x1e','\x84','\xd6','\x2e','\xf2','\x16','\x7c','\xd1','\xf6','\x6c','\xe1','\x63','\xb4','\x06','\xa9','\x19','\x5f','\xc1','\x39','\x9c','\xab','\x75','\xf2','\xaf','\xbe','\xa1','\x9e','\xdb','\x2b','\x2f','\x3c','\xa4','\x2d','\xd4','\x11','\x5b','\x38','\x2f','\xb7','\xfb','\x31','\xea','\x2c','\xdd','\x6b','\x27','\x38','\x28','\xdb','\xa3','\x89','\xd0','\xf1','\x44','\x38','\x9f','\x3a','\x59','\x4c','\x9d','\xdc','\x89','\x74','\x6a','\x7b','\xea','\x19','\x35','\xf5','\x8c','\x9c','\x3a','\x9d','\x1d','\x0e','\xed','\x4c','\x84','\x4e','\x24','\xf6','\x05','\x13','\xdd','\xb4','\x4e','\xde','\xf4','\x0d','\xb5','\x7d','\xaf','\xdc','\xfe','\x90','\x26','\xd7','\xf9','\x61','\x4f','\x29','\xb7','\x13','\xb9','\x2b','\xdd','\x9e','\xfe','\xac','\x48','\x34','\xb7','\x8b','\xf7','\xdb','\x13','\x0d','\xed','\x89','\xc6','\x4a','\xea','\x99','\xf6','\xbb','\x74','\xaa','\x76','\x3b','\xdc','\xe0','\x7e','\xfb','\xa5','\x3f','\x48','\x74','\x29','\x1a','\x41','\xcb','\x65','\x2c','\xb0','\x2a','\x99','\xe7','\xcb','\x50','\x92','\x05','\x02','\xa4','\xe1','\xed','\x6f','\x7f','\xb5','\x82','\xf7','\x12','\xf0','\x82','\x6d','\x09','\x86','\x9b','\x98','\x15','\xea','\x21','\x3e','\xf7','\xbd','\x9e','\xcf','\x7d','\xaf','\xe7','\xbb','\x87','\x9b','\xbf','\x9a','\x0d','\x10','\x23','\x62','\xcf','\x86','\xb6','\xb6','\xae','\x2d','\xd6','\xcf','\x59','\xa0','\x99','\x96','\x42','\x03','\xa1','\xc8','\x85','\x25','\x32','\x40','\xe2','\xb0','\x49','\x1c','\x08','\xb8','\xe5','\xaa','\xf8','\x85','\x8f','\xc0','\xa7','\xae','\xe6','\x05','\xf4','\xb7','\x91','\xee','\xa8','\xdd','\x34','\x9a','\xa3','\x53','\xc2','\x7c','\x27','\xa4','\xaf','\xe3','\x23','\xdf','\x9b','\x1d','\x39','\x63','\x8c','\x9c','\x99','\xcd','\xac','\x6d','\xd5','\xaf','\xd5','\x6b','\x06','\xdd','\xf5','\x09','\xea','\xa9','\xd9','\x53','\x1b','\xf1','\x2a','\x99','\x8b','\x54','\x79','\x1f','\x22','\x55','\x9e','\x23','\xec','\x15','\xc2','\x6c','\x33','\xbf','\x38','\x7a','\xa2','\x3c','\xfa','\x4d','\x6e','\x7e','\x93','\x93','\xfb','\x40','\x08','\x66','\xdb','\x8a','\x67','\xa2','\x85','\x52','\x8c','\x6b','\xde','\x50','\x49','\x9a','\x7d','\xb1','\xd2','\x16','\xc9','\x26','\x82','\x1a','\xc8','\x1f','\xc9','\x52','\xd9','\x10','\x4b','\x69','\x77','\x9d','\x60','\x26','\x43','\xfc','\x7c','\x45','\xee','\x63','\x71','\xbb','\x10','\xb2','\x8c','\xba','\x8b','\x2f','\x0a','\x1a','\xc9','\xc2','\x56','\x4f','\xd8','\x92','\x64','\x31','\xd8','\x5d','\xf6','\x12','\x72','\xde','\xaa','\xf7','\x88','\xa5','\xc9','\x2d','\x84','\xe1','\x2b','\x74','\x12','\x47','\x6b','\x4a','\x2c','\x59','\x36','\x7a','\xb9','\x9a','\x65','\xbd','\x46','\x90','\x83','\xa2','\xb0','\x42','\x1e','\xd7','\x23','\x55','\xd5','\x2a','\xc1','\xe0','\xdc','\xe1','\x97','\x6f','\x1b','\xb8','\xda','\x8c','\xd0','\x46','\xea','\x2a','\x59','\x0d','\x6a','\xaa','\xdf','\x22','\x52','\x80','\x64','\xff','\xcc','\x30','\xf6','\x2d','\x19','\xd5','\xeb','\xe9','\xcb','\x69','\x63','\x5c','\x18','\x63','\x69','\x20','\xd3','\x0d','\x85','\xca','\x8c','\x57','\x92','\xc9','\x34','\xd0','\x57','\xdc','\x32','\x39','\x96','\xfe','\x4a','\x67','\x25','\xa9','\x92','\x24','\xf7','\x26','\x99','\x57','\x9c','\x97','\xc6','\x25','\xf0','\x6a','\x2a','\xe0','\x36','\x28','\x32','\x8b','\x7f','\x50','\x81','\x66','\xc5','\x4b','\xc6','\xca','\x12','\xfa','\x68','\x2e','\x65','\x12','\xf7','\x8b','\x44','\x08','\x18','\x03','\xca','\x2a','\xc3','\x31','\xb9','\xc9','\x00','\x77','\x35','\xe4','\xbe','\x00','\x92','\x6d','\x43','\xb3','\xef','\xf8','\x3f','\x35','\x68','\x3e','\xb2','\xbb','\xd5','\x54','\x96','\xd6','\xb8','\x28','\xcd','\x51','\x9e','\xef','\x5c','\x73','\x35','\xc1','\x0f','\x59','\xf8','\x36','\x4d','\xfd','\xad','\x9c','\x8b','\x80','\x8b','\xdc','\x0e','\x6e','\xb9','\x4c','\x54','\x0d','\x0c','\xa1','\x5b','\x4f','\x90','\xab','\x2c','\xe2','\xb8','\x8f','\xfd','\x6a','\xe1','\xc7','\x88','\x61','\x3b','\x57','\x40','\xc4','\xc8','\xf4','\x62','\x73','\xc7','\xce','\x3b','\x7e','\xe0','\x7f','\xf7','\x79','\xf5','\xf0','\x82','\x58','\xd4','\x8a','\xdd','\xb2','\x62','\xc0','\x78','\x8e','\xc6','\xa2','\xc7','\xc5','\xad','\xe7','\xb4','\x70','\x61','\xf8','\xf1','\xd9','\xd4','\xe3','\x76','\xea','\xa4','\x95','\x08','\x5b','\xbb','\xde','\xb4','\xf4','\xb0','\xd5','\x1f','\xb6','\xe0','\x36','\xf5','\xa6','\x35','\xfc','\xf8','\xa1','\x44','\x18','\x49','\x0b','\x4f','\x99','\xd7','\x85','\x16','\xaa','\x48','\x87','\x08','\x4c','\x68','\x2c','\x46','\x62','\xb7','\x49','\x0c','\xcc','\xae','\x24','\x62','\x5d','\x54','\x7c','\x44','\xb5','\x26','\x3a','\xbc','\xe3','\x4a','\xea','\x73','\x4a','\xea','\xa4','\x92','\x08','\x2b','\xbb','\xde','\x54','\xf4','\xb0','\xd2','\x1f','\x86','\xdb','\x2b','\xa9','\x37','\xe8','\xf0','\x76','\x96','\x08','\x21','\x69','\x21','\x6e','\x2e','\x39','\x5a','\x48','\x95','\x0e','\x32','\xc9','\x53','\x89','\x45','\xf3','\xb1','\x5b','\xf9','\x98','\xc7','\xa5','\x68','\x5e','\xdc','\xca','\x6b','\xe1','\xf2','\xf0','\xe3','\xf9','\x14','\xd0','\xc9','\x3c','\xc8','\xfb','\xae','\x37','\xf3','\x7a','\x38','\xdf','\x1f','\x2e','\xc3','\x6d','\xea','\xcd','\x3c','\x7c','\x05','\x1f','\x02','\x69','\xe1','\x3c','\xec','\xca','\xb5','\x50','\x15','\xf1','\x9e','\xc6','\x7a','\x44','\xcc','\x59','\x88','\x11','\x97','\xd4','\x9c','\xb8','\x95','\xd3','\xc2','\x6c','\xf8','\x09','\x96','\x1a','\x9e','\x4c','\x9d','\xe6','\x98','\x38','\xf8','\x33','\xa6','\x37','\x56','\xfa','\x1b','\x59','\xea','\x14','\x4b','\xbd','\x85','\x5f','\x25','\x1a','\x91','\xb4','\x46','\x84','\x9f','\x85','\x52','\xb2','\xd0','\xd3','\x88','\xa9','\x6f','\xc4','\x9c','\x37','\x62','\xe4','\x68','\xac','\xee','\xa8','\xf8','\x0d','\xd3','\x1a','\xfc','\x03','\x7f','\x75','\x73','\x60','\x9a','\x7c','\x6e','\x9a','\xec','\xd8','\x4e','\xd3','\x3d','\xf0','\x1f','\x11','\x16','\x18','\xca','\x81','\x69','\xa4','\xcf','\x4d','\x2f','\xec','\xd8','\xfe','\xef','\x69','\xb5','\xa8','\x85','\xd0','\x3d','\x80','\x52','\x3a','\xc4','\x24','\xa9','\x12','\x8b','\xb1','\xd8','\x6d','\x16','\x93','\x80','\xca','\xc0','\x8b','\xdb','\xf8','\x8f','\xb0','\x3d','\x4f','\x94','\x53','\xa7','\x40','\xff','\xac','\xdd','\xf5','\x96','\xa2','\x37','\x76','\xf4','\x37','\xae','\x4f','\x9d','\x52','\x53','\x6f','\x85','\x86','\x9f','\xe0','\x89','\x46','\xa0','\x6b','\x5a','\xe4','\x84','\x79','\x33','\xa8','\xad','\xa6','\x88','\x7f','\x28','\xe3','\x13','\x39','\xc4','\x53','\xd5','\x10','\x7c','\x98','\x7a','\x82','\x60','\x65','\xfc','\x97','\x27','\x2b','\x84','\x1b','\x5c','\xf3','\x47','\x4a','\xd4','\x5d','\x0c','\x38','\xe9','\xcf','\x72','\xfe','\x27','\xee','\xa6','\xe0','\xab','\x9c','\xbf','\x5d','\x68','\xe1','\x8b','\x77','\xe7','\xfd','\xee','\xf8','\x54','\xf1','\x69','\x8b','\xb1','\x9e','\x8a','\x3b','\xce','\xf9','\xda','\x38','\x7f','\x47','\xe0','\xf8','\xbc','\x41','\xf4','\x06','\xda','\xdf','\x28','\x52','\xa7','\x68','\xea','\x2d','\x3a','\xfc','\x04','\x4d','\x34','\x22','\x69','\x8d','\xd4','\xfc','\xa0','\x02','\xe5','\xef','\xf4','\x8b','\x2d','\xf7','\xab','\x3c','\xfc','\xc4','\x44','\x6a','\xbb','\x91','\x9a','\x36','\x12','\x8d','\xc6','\xae','\x9f','\x65','\xf4','\x06','\xb3','\xbf','\xc1','\x48','\x3d','\x63','\xa4','\x7e','\x66','\x0c','\x0f','\xe3','\x87','\x89','\x86','\x92','\xb6','\x3a','\x6b','\xde','\x88','\x6b','\x81','\xa0','\x3f','\x80','\xfe','\x73','\xf7','\x04','\xed','\x2c','\x53','\x85','\x51','\xa5','\xbe','\xa2','\x4c','\x10','\x51','\xf6','\x6a','\xdb','\x44','\x72','\x48','\xdb','\x31','\xf4','\xca','\x8e','\xa1','\xc3','\x49','\x70','\xce','\x7f','\x9a','\x1b','\x1a','\xc8','\x3e','\x36','\x60','\x60','\xfe','\xf2','\x9f','\x56','\xf6','\x6c','\x37','\x92','\x40','\xb0','\x95','\xd5','\xd2','\xe6','\x05','\xa1','\x69','\xee','\x79','\xeb','\xe4','\x40','\xf7','\x78','\xa9','\x73','\x49','\x53','\x88','\xa6','\xf8','\xcb','\xca','\x58','\x52','\xdc','\x48','\x6a','\xc9','\x64','\xb2','\xbf','\xbc','\x43','\xd3','\x80','\x92','\x03','\x3a','\xfc','\x78','\x68','\x48','\x7f','\x6c','\x48','\xdf','\x31','\x34','\x02','\xb4','\x67','\xdb','\xcd','\xe4','\x1f','\xcf','\x24','\x87','\xa8','\x36','\x44','\xcd','\xe2','\x83','\xda','\x10','\xf3','\xd7','\x9d','\xa5','\xf5','\x2f','\x75','\xef','\x3d','\xdb','\x79','\xeb','\xac','\x52','\xe7','\xd2','\x17','\xff','\x09','\x3c','\x02','\x4d','\x0b','\xb8','\xf5','\x90','\x1d','\x9a','\x37','\xb9','\x4b','\x20','\xc6','\xec','\x56','\xf6','\xd8','\xd6','\xca','\x0e','\x9d','\x01','\xed','\xd1','\x58','\x52','\x6b','\x4d','\x6a','\x5c','\xd3','\x7a','\xcd','\xb9','\x25','\x4d','\x33','\x50','\xd8','\x37','\x13','\x72','\x09','\x37','\x35','\xad','\x22','\x8e','\x96','\xf3','\x4e','\x3e','\x35','\xc1','\x13','\x43','\xcc','\x4b','\x95','\xd0','\x21','\x52','\x27','\x95','\xc5','\x92','\x8f','\x48','\x08','\xa3','\x27','\x6f','\xbd','\x53','\x7a','\xe5','\x84','\xd4','\x36','\x2f','\xe4','\xb9','\x0a','\xb1','\x10','\x1e','\x1f','\xd5','\xe6','\x14','\xfe','\x15','\xf7','\x71','\x13','\xf6','\xd7','\x49','\x0e','\x14','\x39','\xef','\x90','\x24','\x39','\x90','\x24','\xa0','\xb0','\x84','\xa8','\x78','\x93','\xbe','\x03','\x8f','\xfe','\x1d','\x49','\x26','\xa1','\x04','\x1e','\x3f','\xd1','\xbc','\x07','\x96','\xf5','\x7c','\x0d','\xc8','\xb7','\x86','\xb7','\x4f','\x60','\x7b','\x45','\xc5','\x7e','\x4e','\x22','\xd0','\xb0','\xc8','\x01','\x27','\x9c','\x38','\x0a','\x04','\x8c','\xfb','\x04','\xc0','\xcd','\x6f','\x9a','\xe7','\x88','\x91','\x05','\x6b','\xc6','\x65','\x5c','\x82','\xdf','\x57','\xf5','\x8f','\xe1','\xe2','\x03','\xd7','\x76','\x73','\x6e','\x7e','\x04','\x28','\xff','\x31','\xf3','\xc3','\x4a','\x2d','\xfd','\xa1','\x94','\xae','\xd4','\x8b','\xac','\x9b','\x13','\x81','\x19','\xe5','\x53','\x04','\x48','\x92','\xbc','\x7e','\xc9','\x1b','\x94','\xa4','\x5e','\x70','\xb9','\x3c','\x95','\x60','\x50','\x65','\xcc','\x61','\xf5','\x16','\x63','\xbe','\xfb','\xf2','\x54','\x5c','\xa8','\x30','\x7f','\x19','\xdf','\xe6','\xc5','\x9c','\x07','\x63','\xfc','\x01','\xa0','\x1f','\x3a','\x7f','\xf4','\x43','\xbe','\x31','\x06','\xe4','\x4c','\xc4','\xf8','\x50','\x8c','\xe7','\x63','\x0e','\x22','\x78','\xc6','\x05','\x0b','\x10','\x16','\xec','\x65','\xad','\x41','\x96','\x75','\xcf','\x71','\xc6','\xe4','\x2e','\xce','\xeb','\xcb','\x8c','\xf7','\x32','\x25','\x4b','\x7e','\x5e','\x22','\x75','\x16','\x7a','\x96','\xbd','\xdc','\xf3','\x8b','\x32','\x0b','\x5b','\x95','\xb6','\x1c','\x0c','\x10','\xf3','\x58','\xec','\x91','\xe3','\xcc','\x3d','\x27','\x02','\x21','\xef','\x54','\xd6','\x4c','\xc8','\x75','\x21','\x0c','\xb3','\xa2','\xb9','\x40','\xed','\xc4','\x03','\xb6','\x29','\x2f','\x8e','\x54','\x38','\x6b','\xe5','\x2d','\xbd','\x7c','\x34','\xcb','\x79','\x89','\xd7','\x59','\x2d','\x7e','\x22','\x9e','\x23','\x1c','\xee','\x22','\x65','\x1e','\xb6','\x78','\x9b','\xc5','\x3d','\xb9','\x66','\x21','\x5a','\x3d','\x96','\xe3','\xb1','\xb2','\xfb','\x8e','\x68','\xa3','\x39','\x02','\x64','\x56','\xb0','\xf7','\x9f','\x5e','\x9f','\x5e','\x9f','\x5e','\x9f','\x5e','\x9f','\x5e','\x9f','\x5e','\xff','\x0f','\xaf','\xff','\x02','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\xf5','\x94','\xd7','\x56','\xca','\x08','\x60','\x55','\x07','\x55','\x04','\x00','\x30','\xef','\x07','\x00','\x0c','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x62','\x69','\x6f','\x73','\x66','\x6f','\x6e','\x74','\x2e','\x62','\x69','\x6e','\x55','\x54','\x05','\x00','\x03','\xcd','\xca','\x95','\x64','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x52','\x00','\x00','\x00','\x4d','\x55','\x04','\x00','\x00','\x00', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_d593_fonts_biosfont_bin_zip_begin = file_array; + extern const char* const f_d593_fonts_biosfont_bin_zip_end = file_array + 284085; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp deleted file mode 100644 index 6d122b2cdf..0000000000 --- a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp +++ /dev/null @@ -1,6 +0,0 @@ - namespace { const char file_array[] = { '\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x7f','\xe0','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x7f','\xe0','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x1f','\x80','\x36','\xc0','\x66','\x60','\x66','\x00','\x66','\x00','\x36','\x00','\x1f','\x80','\x06','\xc0','\x06','\x60','\x06','\x60','\x66','\x60','\x36','\xc0','\x1f','\x80','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\xc0','\x6c','\xc0','\x6d','\x80','\x39','\x80','\x03','\x00','\x03','\x00','\x06','\x00','\x06','\x00','\x0c','\x00','\x0c','\x00','\x19','\xc0','\x1b','\x60','\x33','\x60','\x31','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x1b','\x00','\x31','\x80','\x31','\x80','\x31','\x80','\x1b','\x00','\x0e','\x00','\x1e','\x60','\x33','\x60','\x61','\xc0','\x60','\xc0','\x60','\xc0','\x61','\xc0','\x33','\x60','\x1e','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x06','\x00','\x0c','\x00','\x0c','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x0c','\x00','\x0c','\x00','\x06','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x0c','\x00','\x06','\x00','\x06','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x06','\x00','\x06','\x00','\x0c','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\xc0','\x31','\x80','\x1b','\x00','\x0e','\x00','\xff','\xe0','\x0e','\x00','\x1b','\x00','\x31','\x80','\x60','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x7f','\xe0','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\xc0','\x01','\x80','\x01','\x80','\x03','\x00','\x03','\x00','\x06','\x00','\x06','\x00','\x0c','\x00','\x0c','\x00','\x18','\x00','\x18','\x00','\x30','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\xe0','\x61','\xe0','\x63','\x60','\x66','\x60','\x6c','\x60','\x78','\x60','\x70','\x60','\x60','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x0e','\x00','\x1e','\x00','\x36','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x00','\x60','\x00','\xc0','\x01','\x80','\x03','\x00','\x06','\x00','\x0c','\x00','\x18','\x00','\x30','\x00','\x60','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\xc0','\x0f','\x80','\x00','\xc0','\x00','\x60','\x00','\x60','\x00','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\xe0','\x01','\xe0','\x03','\x60','\x06','\x60','\x0c','\x60','\x18','\x60','\x30','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x7f','\xe0','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x7f','\x80','\x00','\xc0','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xc0','\x30','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x7f','\x80','\x60','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x60','\x60','\x60','\x60','\x00','\x60','\x00','\xc0','\x00','\xc0','\x01','\x80','\x01','\x80','\x03','\x00','\x03','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\x60','\x1f','\xe0','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\xc0','\x3f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x01','\x80','\x03','\x00','\x06','\x00','\x0c','\x00','\x18','\x00','\x30','\x00','\x60','\x00','\x30','\x00','\x18','\x00','\x0c','\x00','\x06','\x00','\x03','\x00','\x01','\x80','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x30','\x00','\x18','\x00','\x0c','\x00','\x06','\x00','\x03','\x00','\x01','\x80','\x00','\xc0','\x01','\x80','\x03','\x00','\x06','\x00','\x0c','\x00','\x18','\x00','\x30','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x00','\xc0','\x01','\x80','\x03','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\x60','\xc0','\xc0','\x60','\xc3','\xe0','\xc6','\x60','\xcc','\x60','\xcc','\x60','\xcc','\x60','\xcc','\x60','\xcc','\x60','\xc6','\x60','\xc3','\xe0','\xc0','\x00','\x60','\x00','\x3f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x7f','\xe0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x80','\x60','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\xc0','\x7f','\x80','\x60','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\xc0','\x7f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x80','\x60','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\xc0','\x7f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x7f','\x80','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x7f','\x80','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x00','\x60','\x00','\x60','\x00','\x63','\xe0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x7f','\xe0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xf0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x31','\x80','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\xc0','\x61','\x80','\x63','\x00','\x66','\x00','\x6c','\x00','\x78','\x00','\x70','\x00','\x78','\x00','\x6c','\x00','\x66','\x00','\x63','\x00','\x61','\x80','\x60','\xc0','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x20','\xc0','\x60','\xe0','\xe0','\xf1','\xe0','\xdb','\x60','\xce','\x60','\xc4','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x70','\x60','\x78','\x60','\x6c','\x60','\x66','\x60','\x63','\x60','\x61','\xe0','\x60','\xe0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x80','\x60','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\xc0','\x7f','\x80','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x66','\x60','\x33','\xc0','\x1f','\x80','\x00','\xc0','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x80','\x60','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\xc0','\x7f','\x80','\x78','\x00','\x6c','\x00','\x66','\x00','\x63','\x00','\x61','\x80','\x60','\xc0','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x00','\x60','\x00','\x60','\x00','\x30','\x00','\x1f','\x80','\x00','\xc0','\x00','\x60','\x00','\x60','\x00','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xc0','\x30','\xc0','\x30','\xc0','\x30','\xc0','\x19','\x80','\x19','\x80','\x19','\x80','\x0f','\x00','\x0f','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc0','\x60','\xc4','\x60','\xce','\x60','\xdb','\x60','\xf1','\xe0','\xe0','\xe0','\xc0','\x60','\x80','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x30','\xc0','\x30','\xc0','\x19','\x80','\x19','\x80','\x0f','\x00','\x06','\x00','\x0f','\x00','\x19','\x80','\x19','\x80','\x30','\xc0','\x30','\xc0','\x60','\x60','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x30','\xc0','\x30','\xc0','\x19','\x80','\x19','\x80','\x0f','\x00','\x0f','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\xc0','\x01','\x80','\x03','\x00','\x06','\x00','\x0c','\x00','\x18','\x00','\x30','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x30','\x00','\x18','\x00','\x18','\x00','\x0c','\x00','\x0c','\x00','\x06','\x00','\x06','\x00','\x03','\x00','\x03','\x00','\x01','\x80','\x01','\x80','\x00','\xc0','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x0f','\x00','\x19','\x80','\x30','\xc0','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x0c','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\x00','\xc0','\x00','\x60','\x00','\x60','\x1f','\xe0','\x30','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\x60','\x1f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x7f','\x80','\x60','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\xc0','\x7f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x1f','\xe0','\x30','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\x60','\x1f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x7f','\xe0','\x60','\x00','\x60','\x00','\x60','\x00','\x30','\x60','\x1f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xe0','\x06','\x00','\x06','\x00','\x06','\x00','\x3f','\xc0','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xe0','\x30','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xe0','\x1f','\xe0','\x00','\x60','\x00','\x60','\x00','\xc0','\x3f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x7f','\x80','\x60','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x1e','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\x00','\x03','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x30','\xc0','\x30','\xc0','\x19','\x80','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x30','\x00','\x30','\x00','\x30','\x00','\x30','\x60','\x30','\xc0','\x31','\x80','\x33','\x00','\x36','\x00','\x3c','\x00','\x36','\x00','\x33','\x00','\x31','\x80','\x30','\xc0','\x30','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1e','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x80','\x66','\xc0','\x66','\x60','\x66','\x60','\x66','\x60','\x66','\x60','\x66','\x60','\x66','\x60','\x66','\x60','\x66','\x60','\x66','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x80','\x60','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xc0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x80','\x60','\xc0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\xc0','\x7f','\x80','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xe0','\x30','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\x60','\x1f','\xe0','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x67','\xe0','\x6c','\x00','\x78','\x00','\x70','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xc0','\x60','\x60','\x60','\x00','\x60','\x00','\x60','\x00','\x3f','\xc0','\x00','\x60','\x00','\x60','\x00','\x60','\x60','\x60','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x7f','\x80','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\x60','\x1f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xc0','\x30','\xc0','\x19','\x80','\x19','\x80','\x0f','\x00','\x0f','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x66','\x60','\x66','\x60','\x66','\x60','\x66','\x60','\x66','\x60','\x66','\x60','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x30','\xc0','\x19','\x80','\x0f','\x00','\x06','\x00','\x0f','\x00','\x19','\x80','\x30','\xc0','\x60','\x60','\x60','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x30','\xe0','\x1f','\xe0','\x00','\x60','\x00','\x60','\x00','\xc0','\x3f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x00','\x60','\x00','\xc0','\x01','\x80','\x03','\x00','\x06','\x00','\x0c','\x00','\x18','\x00','\x30','\x00','\x60','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x80','\x06','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x38','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x06','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x0c','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x03','\x80','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x0c','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x60','\x66','\x60','\x66','\x60','\x63','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\xff','\xf0','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xf8','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xfc','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x00','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\x80','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\xff','\xe0','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\xff','\xf0','\xff','\xf0','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\xff','\xf0','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\xff','\xf0','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\xfe','\x00','\xfe','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x07','\xf0','\x07','\xf0','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xf0','\x07','\xf0','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xfe','\x00','\xfe','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x07','\xf0','\x07','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\xfe','\x00','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x01','\xf0','\x03','\x80','\x03','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\xf8','\x00','\x1c','\x00','\x0c','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x03','\x00','\x03','\x80','\x01','\xf0','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x0c','\x00','\x1c','\x00','\xf8','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x00','\x78','\x00','\xcc','\x00','\xcc','\x00','\xcc','\x00','\xcc','\x00','\x78','\x00','\x78','\x00','\x00','\x00','\x00','\x00','\x01','\xf0','\x01','\xf0','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\x18','\x00','\xf8','\x00','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x60','\x00','\x20','\x00','\x30','\x00','\x30','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x0f','\x00','\x0f','\x00','\x0f','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x7f','\xe0','\x7f','\xe0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x3f','\xc0','\x3f','\xc0','\x00','\xc0','\x01','\x80','\x01','\x80','\x01','\x80','\x03','\x00','\x03','\x00','\x06','\x00','\x06','\x00','\x0c','\x00','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xc0','\x3f','\xc0','\x38','\xc0','\x00','\x80','\x07','\x80','\x07','\x00','\x06','\x00','\x06','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x80','\x00','\x80','\x01','\x80','\x03','\x00','\x03','\x00','\x07','\x00','\x0f','\x00','\x0f','\x00','\x1b','\x00','\x13','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x06','\x00','\x06','\x00','\x26','\x80','\x3f','\x80','\x3f','\x80','\x30','\x80','\x30','\x80','\x30','\x80','\x31','\x80','\x01','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\x3f','\x80','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x3f','\xe0','\x3f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x3f','\xc0','\x3f','\xc0','\x07','\x00','\x07','\x00','\x0f','\x00','\x0b','\x00','\x1b','\x00','\x13','\x00','\x33','\x00','\x27','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x0c','\x00','\x0c','\x80','\x0f','\xc0','\x0f','\xc0','\x7c','\xc0','\x3c','\x80','\x05','\x80','\x05','\x00','\x04','\x00','\x04','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x1f','\x80','\x1f','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x7f','\xc0','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x3f','\xc0','\x1f','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x1f','\xc0','\x1f','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x3f','\xc0','\x1f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x2c','\x00','\x24','\xc0','\x36','\xc0','\x12','\xc0','\x12','\xc0','\x1a','\xc0','\x08','\x80','\x00','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x0c','\x00','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x5f','\xe0','\x7c','\x60','\x20','\xc0','\x05','\x80','\x07','\x80','\x07','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x10','\x00','\x30','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x01','\x80','\x01','\x80','\x03','\x00','\x03','\x00','\x06','\x00','\x06','\x00','\x0e','\x00','\x1a','\x00','\x32','\x00','\x62','\x00','\x42','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x46','\x40','\x7f','\xe0','\x3f','\xc0','\x20','\xc0','\x20','\xc0','\x20','\xc0','\x20','\xc0','\x20','\xc0','\x20','\xc0','\x20','\x80','\x21','\x80','\x01','\x80','\x03','\x00','\x03','\x00','\x06','\x00','\x06','\x00','\x0c','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x23','\xc0','\x3f','\xc0','\x3e','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x20','\xcf','\xf0','\x7f','\xf0','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x02','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x43','\xf0','\x7f','\xf0','\x7f','\x00','\x03','\x00','\x03','\x00','\x07','\x00','\x05','\x00','\x0d','\x00','\x09','\x00','\x19','\x00','\x11','\x00','\x35','\x00','\x67','\x00','\x67','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x04','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x07','\xe0','\x4f','\xe0','\x7e','\x60','\x76','\x60','\x06','\x60','\x04','\x60','\x04','\x60','\x04','\x60','\x04','\x60','\x0c','\x60','\x0c','\x40','\x08','\x40','\x1a','\x40','\x13','\xc0','\x31','\x80','\x61','\x80','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x0c','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x07','\xc0','\x5f','\xc0','\x7e','\x00','\x26','\x00','\x06','\x00','\x06','\x00','\x06','\xf0','\x0f','\xf0','\xff','\x00','\x7a','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x04','\x40','\x0f','\xe0','\x0f','\xe0','\x08','\x40','\x18','\xc0','\x10','\x80','\x30','\x80','\x21','\x80','\x61','\x00','\x41','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x0c','\x00','\x0c','\x00','\x18','\x00','\x30','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x08','\x00','\x08','\x00','\x19','\xf0','\x1f','\xf0','\x1f','\x00','\x33','\x00','\x23','\x00','\x63','\x00','\x43','\x00','\x43','\x00','\x02','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x40','\x3f','\xe0','\x3f','\xe0','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x7f','\xc0','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x80','\x31','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\xe0','\x7f','\xf0','\x7f','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x80','\x19','\x00','\x01','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x10','\x00','\x18','\x00','\x08','\x00','\x00','\x10','\x40','\x30','\x60','\x20','\x30','\x60','\x18','\x40','\x18','\xc0','\x00','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x06','\x00','\x2c','\x00','\x3c','\x00','\x38','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x21','\xc0','\x3f','\xe0','\x1e','\x40','\x00','\x40','\x00','\xc0','\x00','\x80','\x00','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x02','\x00','\x07','\x80','\x05','\x80','\x0c','\xc0','\x08','\x40','\x18','\x60','\x30','\x60','\x60','\x20','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x20','\x0f','\xf0','\x9f','\xe0','\xfc','\x40','\x6c','\xc0','\x0c','\x80','\x0d','\x80','\x0d','\x00','\x0f','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x07','\xf0','\x07','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\xc0','\x20','\x60','\x30','\x40','\x10','\x40','\x18','\xc0','\x18','\xc0','\x18','\xc0','\x18','\x80','\x00','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x04','\x00','\x04','\xc0','\x07','\xc0','\x0f','\xc0','\x08','\xc0','\x18','\x80','\x19','\x80','\x39','\x80','\x2d','\x00','\x6f','\x00','\x47','\x00','\x03','\x00','\x07','\x00','\x05','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x30','\x00','\x70','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x0f','\xc0','\x3f','\x00','\x7a','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x03','\xe0','\x5f','\xe0','\x7e','\x00','\x66','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x30','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x4c','\x60','\x44','\x60','\x64','\x60','\x26','\x60','\x36','\x60','\x36','\x60','\x36','\x60','\x32','\x40','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x06','\x00','\x06','\x00','\x0c','\x00','\x18','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\xc0','\x3f','\xc0','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xdf','\xf0','\x7f','\xf0','\x62','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x06','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x30','\x00','\x30','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0f','\x00','\x0f','\x80','\x0d','\xc0','\x0c','\xc0','\x0c','\x40','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x43','\xe0','\x7f','\xf0','\x7e','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x04','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xc0','\x3f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x4f','\xf0','\x7f','\xf0','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x27','\xc0','\x3f','\xe0','\x1c','\x40','\x00','\x40','\x00','\xc0','\x00','\xc0','\x18','\x80','\x0d','\x80','\x0d','\x00','\x07','\x00','\x07','\x00','\x07','\x80','\x04','\x80','\x0c','\xc0','\x08','\x40','\x18','\x60','\x30','\x30','\x60','\x30','\x60','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x0c','\x00','\x06','\x00','\x06','\x00','\x00','\x80','\x07','\x80','\x4f','\x80','\x7d','\x80','\x33','\x00','\x03','\x00','\x06','\x00','\x07','\x00','\x0f','\x80','\x1f','\xc0','\x3e','\xe0','\x76','\x60','\xe6','\x30','\x06','\x30','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\x80','\x01','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x10','\x00','\x30','\x00','\x20','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x1b','\x00','\x0d','\x00','\x0d','\x80','\x08','\x80','\x08','\xc0','\x18','\xc0','\x18','\x40','\x18','\x60','\x10','\x60','\x10','\x20','\x30','\x20','\x30','\x20','\x20','\x20','\x20','\x20','\x60','\x30','\x40','\x30','\xc0','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x30','\x00','\x20','\x00','\x20','\x00','\x20','\xc0','\x21','\xc0','\x27','\x00','\x3e','\x00','\x3c','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x30','\x60','\x3f','\xe0','\x1f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x4f','\xe0','\x7f','\xe0','\x30','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x01','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x0c','\x00','\x1e','\x00','\x1a','\x00','\x13','\x00','\x31','\x00','\x21','\x80','\x60','\x80','\x40','\xc0','\x00','\x40','\x00','\x60','\x00','\x60','\x00','\x30','\x00','\x30','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x47','\xf0','\x7f','\xf0','\x7e','\x00','\x06','\x00','\x17','\x00','\x16','\x80','\x16','\xc0','\x36','\x40','\x36','\x60','\x26','\x60','\x66','\x20','\xc6','\x20','\xde','\x20','\x0e','\x00','\x0e','\x00','\x06','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xe0','\x7f','\xf0','\x7e','\x70','\x60','\x60','\x00','\xc0','\x00','\xc0','\x01','\x80','\x21','\x80','\x31','\x00','\x1b','\x00','\x0e','\x00','\x06','\x00','\x03','\x00','\x03','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x3e','\x00','\x1f','\x00','\x03','\xc0','\x00','\xe0','\x00','\x60','\x00','\x00','\x38','\x00','\x1e','\x00','\x0f','\x00','\x03','\x80','\x01','\xc0','\x00','\xc0','\x00','\x00','\x00','\x00','\x38','\x00','\x3e','\x00','\x07','\x00','\x03','\x80','\x01','\xc0','\x00','\xc0','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x04','\x00','\x04','\x00','\x0c','\x00','\x0c','\x00','\x09','\x00','\x09','\x00','\x19','\x80','\x18','\x80','\x18','\xc0','\x10','\xc0','\x30','\x60','\x33','\xe0','\x7f','\xe0','\x7c','\x30','\x60','\x30','\x00','\x30','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x80','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x18','\x80','\x0c','\x80','\x0f','\x80','\x07','\x00','\x03','\x00','\x01','\x80','\x03','\x80','\x02','\xc0','\x06','\x40','\x04','\x60','\x0c','\x00','\x08','\x00','\x18','\x00','\x30','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x3f','\xc0','\x3f','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x07','\xe0','\xdf','\xe0','\x7c','\x00','\x64','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x07','\xf0','\x07','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x0c','\xf0','\x0f','\xf0','\x0f','\xa0','\x7c','\x60','\x7c','\x40','\x64','\x40','\x04','\xc0','\x04','\x80','\x05','\x80','\x07','\x00','\x06','\x00','\x06','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x7f','\x80','\x3f','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x00','\x01','\x00','\x01','\x00','\xc1','\x00','\x7f','\xf0','\x7f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x60','\x3f','\xe0','\x3f','\xe0','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x00','\x60','\x3f','\xe0','\x1f','\xc0','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x7f','\xe0','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xc0','\x1f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xcf','\xe0','\x7f','\xe0','\x70','\x60','\x00','\x60','\x00','\xc0','\x00','\xc0','\x01','\x80','\x01','\x80','\x03','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x18','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x31','\xc0','\x10','\xc0','\x10','\xc0','\x10','\xc0','\x10','\xc0','\x10','\xc0','\x10','\xc0','\x10','\xc0','\x10','\xc0','\x10','\xc0','\x10','\xc0','\x10','\xc0','\x10','\xc0','\x10','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x0e','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x06','\x00','\x36','\x00','\x1e','\x00','\x16','\x00','\x16','\x00','\x16','\x00','\x16','\x00','\x16','\x00','\x16','\x10','\x16','\x30','\x16','\x20','\x16','\x60','\x16','\x40','\x16','\xc0','\x36','\x80','\x37','\x80','\x27','\x80','\x67','\x00','\x47','\x00','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x30','\x00','\x30','\x00','\x30','\x00','\x30','\x10','\x30','\x30','\x30','\x20','\x30','\x60','\x30','\x40','\x30','\xc0','\x30','\x80','\x31','\x80','\x31','\x00','\x33','\x00','\x36','\x00','\x34','\x00','\x3c','\x00','\x38','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x40','\x3f','\xc0','\x3f','\xc0','\x30','\xc0','\x30','\xc0','\x30','\xc0','\x30','\xc0','\x30','\xc0','\x30','\xc0','\x30','\xc0','\x30','\xc0','\x30','\xc0','\x3f','\xc0','\x3f','\xc0','\x30','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x40','\x7f','\xe0','\x3f','\xe0','\x20','\xc0','\x20','\xc0','\x20','\xc0','\x20','\xc0','\x20','\xc0','\x20','\xc0','\x20','\xc0','\x00','\xc0','\x00','\x80','\x01','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x20','\x00','\x30','\x00','\x10','\x00','\x18','\x20','\x18','\x20','\x18','\x60','\x00','\x40','\x00','\xc0','\x00','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x06','\x00','\x0e','\x00','\x2c','\x00','\x38','\x00','\x38','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x30','\x00','\x18','\x00','\x18','\x00','\x60','\x00','\x30','\x00','\x10','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x78','\x00','\x48','\x00','\x48','\x00','\x48','\x00','\x78','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x7f','\xe0','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x06','\x00','\x7f','\xe0','\x06','\x00','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x00','\x0f','\x00','\x1f','\x80','\x3f','\xc0','\x7f','\xe0','\x7f','\xe0','\x7f','\xe0','\x7f','\xe0','\x7f','\xe0','\x36','\xc0','\x06','\x00','\x06','\x00','\x06','\x00','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x39','\xc0','\x79','\xe0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\x7f','\xe0','\x3f','\xc0','\x1f','\x80','\x0f','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x0f','\x00','\x1f','\x80','\x3f','\xc0','\x7f','\xe0','\xff','\xf0','\xff','\xf0','\x7f','\xe0','\x3f','\xc0','\x1f','\x80','\x0f','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\x1f','\x80','\x1f','\x80','\x0f','\x00','\x06','\x00','\x06','\x00','\x76','\xe0','\xff','\xf0','\xff','\xf0','\xff','\xf0','\x76','\xe0','\x06','\x00','\x06','\x00','\x06','\x00','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\x1f','\x80','\x1f','\x80','\x1f','\x80','\x1f','\x80','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\x19','\x80','\x10','\x80','\x10','\x80','\x19','\x80','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x10','\x00','\x30','\x00','\x20','\x00','\x60','\x00','\x40','\x00','\xc0','\x00','\x80','\x01','\x80','\x01','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x18','\x00','\x10','\x00','\x30','\x00','\x20','\x00','\x60','\x00','\x40','\x00','\xc0','\x00','\x80','\x00','\x80','\x00','\xc0','\x00','\x40','\x00','\x60','\x00','\x20','\x00','\x30','\x00','\x10','\x00','\x18','\x00','\x08','\x00','\x0c','\x00','\x04','\x00','\x06','\x00','\x02','\x00','\x03','\x00','\x01','\x00','\x01','\x80','\x00','\x80','\x00','\xc0','\x00','\x40','\x00','\x60','\x00','\x20','\x00','\x30','\x00','\x10','\x00','\x10','\x80','\x10','\xc0','\x10','\x40','\x30','\x60','\x20','\x20','\x60','\x30','\x40','\x10','\xc0','\x18','\x80','\x09','\x80','\x0d','\x00','\x07','\x00','\x06','\x00','\x06','\x00','\x07','\x00','\x0d','\x00','\x09','\x80','\x18','\x80','\x10','\xc0','\x30','\x40','\x20','\x60','\x60','\x20','\x40','\x30','\xc0','\x10','\x80','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\xaa','\xa0','\x55','\x50','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00', 0 }; } - namespace cmrc { namespace flycast { namespace res_chars { - extern const char* const f_9a8f_fonts_printer_ascii12x24_bin_begin = file_array; - extern const char* const f_9a8f_fonts_printer_ascii12x24_bin_end = file_array + 10752; - }}} - \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp new file mode 100644 index 0000000000..58898b035f --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\xf5','\x94','\xd7','\x56','\xb9','\x04','\x65','\x87','\x89','\x08','\x00','\x00','\x00','\x2a','\x00','\x00','\x16','\x00','\x1c','\x00','\x70','\x72','\x69','\x6e','\x74','\x65','\x72','\x5f','\x61','\x73','\x63','\x69','\x69','\x31','\x32','\x78','\x32','\x34','\x2e','\x62','\x69','\x6e','\x55','\x54','\x09','\x00','\x03','\xcd','\xca','\x95','\x64','\x39','\xd8','\x92','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xed','\x59','\x4f','\x6f','\x1b','\xc7','\x15','\x1f','\x6a','\x65','\x92','\x41','\x57','\x26','\x5b','\x03','\x2a','\x65','\x05','\x5a','\x0a','\x29','\xec','\x4b','\x03','\x2c','\xa3','\x96','\x95','\x01','\xc3','\xdc','\xc6','\x45','\xd3','\x43','\x01','\xf7','\xd2','\x73','\x9e','\x22','\x43','\xbe','\xa8','\x88','\x4e','\x86','\x5b','\xa8','\xe6','\x7c','\x93','\xe6','\xdc','\x4f','\x31','\x45','\x02','\x9f','\x82','\xe6','\x03','\x04','\x68','\xe6','\xd4','\x33','\x73','\xcb','\x21','\xa8','\xfb','\x9b','\x7f','\xbb','\x33','\xbb','\xb3','\x4b','\x52','\x30','\x7c','\xf2','\xfb','\x41','\x00','\x97','\x7c','\xfb','\xe6','\xcd','\xfb','\x3f','\x23','\xc6','\x6e','\x46','\xfd','\x08','\xaa','\xef','\x43','\x3a','\xe0','\x0e','\x9b','\xcb','\x77','\x6f','\x2c','\x65','\xf5','\x76','\xf5','\x39','\xa6','\x4d','\xc6','\xe7','\xe2','\x82','\x2e','\xd8','\x05','\x9b','\xe3','\x73','\x5f','\xf4','\xa9','\x4f','\x17','\x34','\x17','\xf8','\xdc','\xd0','\x48','\xd1','\xa9','\xb8','\x14','\x7f','\xe1','\x0f','\x78','\xc2','\x12','\xfd','\x7e','\x0a','\x1c','\x88','\x43','\x3a','\xa1','\x99','\x68','\x72','\xdf','\x66','\x87','\x6c','\xc6','\x15','\x0e','\xf1','\xf9','\x08','\x5c','\x67','\x82','\x80','\x33','\x71','\x42','\x47','\xd4','\x66','\x9b','\xcd','\x29','\xb1','\x1a','\x4c','\x02','\xa8','\x6f','\xfa','\xf8','\xad','\x49','\x13','\xfd','\x8b','\xfa','\xcd','\x87','\xd9','\xc7','\xa4','\x75','\x15','\x12','\x46','\xff','\xd7','\xd2','\xec','\x87','\x22','\x3b','\x8d','\xed','\x64','\x29','\xb7','\xdf','\x91','\xff','\x7e','\xba','\x86','\x6f','\x29','\xb7','\x14','\x5c','\x5b','\x21','\x4a','\x82','\x89','\x1e','\xef','\x05','\xfe','\x55','\x36','\xcd','\x81','\x26','\x65','\x3c','\x17','\xa4','\x48','\x9e','\xc9','\x73','\xc4','\xcd','\x25','\xbd','\xa0','\x2b','\xfd','\x45','\x8e','\x08','\x8a','\xad','\x8b','\x28','\x40','\xa4','\xc5','\xf2','\x60','\x21','\x3a','\xe4','\x13','\x23','\xa5','\x57','\x62','\x3d','\x95','\xe3','\x31','\xb6','\x7b','\xc3','\xcf','\x0c','\xc4','\x88','\x63','\x37','\xfa','\x73','\x9b','\x3e','\xf8','\x4d','\xf6','\x64','\x82','\x98','\x4f','\x69','\x42','\xb9','\x59','\x8a','\x20','\xd9','\x48','\x68','\xd0','\x52','\x3a','\xe1','\x58','\xbf','\x94','\xde','\x2e','\x3f','\x13','\xb9','\xc7','\x4f','\x76','\x2f','\xed','\xf6','\x81','\x7c','\xbb','\xd7','\xd0','\x0b','\x6d','\xfe','\xaa','\xec','\x63','\x24','\x86','\x4f','\xdd','\xfc','\xe0','\xa1','\x4c','\x96','\xea','\x89','\x45','\xcc','\x3e','\x96','\xc2','\xf5','\xd7','\xc7','\x74','\x8c','\x3f','\x1a','\xcf','\x35','\x9f','\xe6','\x36','\x43','\x13','\xd6','\x53','\xd6','\xed','\xa0','\xca','\xfb','\x5d','\x59','\x50','\x97','\x18','\xae','\xd6','\x24','\x2f','\xde','\x2c','\x6f','\x7b','\x7d','\x56','\xb4','\x80','\x4f','\x05','\x7d','\x29','\x5f','\xd1','\xd7','\x25','\x5e','\xe1','\x59','\x05','\xc6','\x22','\xa2','\x57','\x68','\x7f','\x15','\x69','\xfe','\x53','\x64','\x97','\x55','\xcc','\x88','\x30','\x7e','\xd4','\x73','\x87','\x7c','\x16','\xa0','\x3d','\xde','\x42','\x99','\xb4','\x4e','\xbe','\x1f','\xff','\x3a','\xa2','\xfd','\xa7','\xc8','\x7e','\xbb','\xf8','\x23','\xdb','\xad','\xe9','\x7f','\xee','\x59','\x27','\xae','\x7f','\xa8','\x72','\x68','\xcd','\x98','\x3d','\x4d','\x57','\x8b','\x23','\x26','\x3f','\x59','\xa9','\x4c','\x0c','\x41','\x1a','\x33','\x9e','\x45','\xf4','\x57','\x76','\x3b','\xe3','\xe7','\xe8','\xa6','\x97','\xec','\x05','\xbb','\xc2','\xdf','\x25','\x3e','\x9f','\xb3','\x33','\x6d','\xe7','\x08','\x7f','\x07','\x62','\xf6','\xe4','\x53','\x41','\x52','\x7e','\x2f','\xbf','\xa5','\x7f','\xd3','\x57','\x24','\x6a','\x68','\xb7','\xcf','\x15','\xea','\xf2','\x25','\xea','\xf3','\x39','\x9d','\x49','\x92','\x5d','\xf6','\x09','\xe3','\x73','\x9d','\xfd','\x83','\xf8','\x11','\x5b','\xf8','\xb7','\x46','\x17','\x74','\xa2','\xe4','\x8b','\xfa','\x4b','\x75','\xf9','\xeb','\xec','\x69','\xe5','\xeb','\xd5','\x73','\x96','\xad','\xad','\xff','\x55','\x87','\x6e','\x9b','\xcc','\xe2','\xf6','\xdc','\xd4','\x3e','\xd5','\xaf','\x06','\x66','\x0e','\x1b','\xb1','\x51','\x8b','\xfc','\xba','\x47','\xbf','\x82','\x9f','\xbf','\xa5','\xef','\xa5','\x94','\x82','\xf8','\x34','\x2e','\xdf','\xc9','\x55','\x32','\x47','\x7a','\x02','\x54','\xdf','\xc4','\xfd','\x1b','\xf2','\x8f','\xd6','\xee','\xb7','\xec','\x84','\xb5','\xca','\xd9','\x16','\x9f','\x59','\x6d','\x12','\xf3','\x11','\xcb','\x17','\xa6','\xe7','\x8a','\x6a','\x66','\x33','\x93','\x99','\xea','\x7c','\x3a','\xd7','\x22','\xf2','\x93','\x56','\xd4','\xe5','\x1b','\x6b','\xe4','\xd1','\x38','\xb9','\x29','\x55','\x7b','\x36','\x5d','\xe5','\xa6','\xb4','\xb0','\x91','\x99','\x49','\x37','\x73','\xe8','\x5e','\xdc','\xa0','\xf8','\xec','\xe0','\xb2','\xa1','\x5d','\xbe','\x9f','\x07','\x26','\x01','\x5a','\xe7','\x1f','\x0a','\xf5','\xa0','\x4e','\x7d','\x6a','\xf2','\x49','\xd7','\x5c','\x93','\x6d','\x94','\x89','\x26','\x5f','\x22','\xdd','\x6c','\xb7','\x59','\x7e','\x95','\xf2','\x9b','\xfa','\x48','\x3b','\xab','\x04','\x73','\x4a','\x87','\x7d','\xa2','\xf1','\xef','\xd6','\x3d','\xda','\xb0','\xfe','\xdb','\x9a','\xcf','\x92','\x46','\x17','\x50','\x30','\x99','\x34','\xf2','\xd8','\x73','\x07','\xd8','\x7b','\xc6','\x4f','\x30','\xe9','\x3e','\xc4','\xdf','\x09','\xce','\x0c','\xe0','\x8d','\xe8','\x13','\xd3','\xa3','\x53','\x1f','\x4b','\x4b','\x7e','\xa1','\x4e','\x6d','\x35','\x74','\xf1','\x6f','\x66','\x1f','\x47','\xcd','\x3a','\xdd','\x12','\x3f','\xed','\xf2','\xbd','\x6e','\x10','\x91','\x1f','\x8f','\xb7','\xd6','\x17','\x9e','\x49','\xd3','\x4f','\xd7','\xf5','\x17','\x47','\x8b','\x32','\xfa','\x17','\x65','\x07','\x88','\x9d','\x2f','\x52','\x8b','\x25','\x4f','\x59','\x1d','\x83','\x08','\xbf','\xa3','\xa6','\x2d','\xbb','\xf3','\xc5','\xd9','\x30','\xac','\xbc','\xeb','\xe5','\xfb','\xde','\x8d','\xe9','\xef','\xf3','\x9b','\x58','\xac','\xaa','\x5e','\x97','\x7f','\x23','\xfa','\x47','\xf3','\xcb','\x91','\xee','\x03','\x1b','\x9c','\xbf','\x12','\xde','\xf7','\x2c','\x78','\xea','\x7d','\x46','\x65','\x8f','\xc8','\xed','\xea','\xbe','\xd1','\xdb','\x07','\xdb','\x25','\x0c','\xd4','\x6a','\xd5','\xd9','\xe2','\xb4','\xc6','\xfb','\x50','\x5b','\xed','\x5c','\xb4','\x5b','\xe1','\x6d','\xd0','\xeb','\x95','\xc2','\xe6','\x9c','\x9b','\xf0','\xfb','\x9c','\xdd','\xfc','\x4d','\xce','\x36','\xfe','\x36','\xce','\x26','\x7f','\x37','\xa7','\xcf','\xbf','\x09','\xe7','\xcd','\x10','\x2d','\xc7','\x1d','\x90','\x5b','\xe2','\x87','\x2d','\xf1','\xe3','\x96','\x78','\xbd','\x2d','\xf8','\x96','\x90','\xdb','\x21','\x9e','\x7f','\xca','\xd2','\xdd','\x19','\xda','\xe4','\xdf','\x24','\xd2','\xfd','\x48','\xda','\x46','\xfe','\xff','\x80','\x6d','\xf8','\x07','\xab','\x41','\x8b','\xfc','\x37','\x43','\xed','\xfb','\xdd','\x46','\xcb','\x37','\xa7','\xcf','\xb6','\xfb','\xbd','\x89','\x3d','\xb7','\xd9','\xaf','\x92','\xbf','\x15','\x5d','\xf5','\x56','\x09','\x4f','\x22','\x92','\xe2','\xa4','\xf2','\xf4','\xfd','\xa0','\x23','\xb4','\x03','\x27','\x04','\xde','\x5b','\x61','\x84','\xd8','\x50','\xff','\x14','\x92','\x7f','\xc0','\x0a','\x6f','\x83','\x5e','\x00','\x5f','\x5b','\xa8','\xcf','\x8a','\x7a','\x2b','\x80','\xaf','\x47','\x5d','\x56','\xfb','\xf9','\xcb','\x40','\x55','\xab','\x4d','\xa8','\x40','\x87','\x9f','\xda','\x69','\xb6','\x8d','\xd4','\xac','\x61','\x66','\x99','\x36','\x21','\x4b','\x89','\x29','\x41','\x18','\x2c','\x00','\x73','\xab','\xe9','\xdf','\x2e','\x4f','\xa2','\xf7','\xee','\x23','\xf0','\x9e','\x0a','\xc6','\x07','\x7c','\xa0','\xf9','\x76','\x35','\x52','\x36','\x04','\xf7','\xb8','\xc1','\xdd','\x53','\x77','\x7b','\x56','\xea','\x40','\x6b','\x74','\xc8','\xee','\x78','\x27','\xc3','\x3a','\xed','\x6a','\x99','\xf7','\xf8','\x02','\xc8','\x35','\x66','\xbc','\x07','\xbe','\x1d','\xbd','\x52','\xd7','\xad','\xbb','\x7a','\x23','\x8c','\x93','\x85','\x8c','\xdd','\xf3','\xed','\xd8','\x95','\xd5','\x9e','\x07','\x5a','\xa7','\x9f','\x68','\x9d','\x4e','\xd8','\x7d','\xfc','\xd6','\xa4','\xa1','\x9a','\x91','\xf8','\x48','\x8c','\xc4','\xb5','\x78','\xc8','\x6f','\xf1','\x5b','\x7a','\xbf','\xeb','\xab','\x43','\x8f','\x67','\x80','\x1f','\x0f','\x4b','\xd1','\x72','\x1f','\x0a','\x4d','\x32','\xeb','\x89','\x4c','\xcd','\xf2','\x16','\xfa','\xdb','\x86','\x36','\xbf','\x64','\xbf','\x10','\x73','\xf1','\x33','\xe0','\xae','\x18','\x6a','\xdb','\x3a','\xfb','\xa8','\xbc','\x68','\xa3','\xf5','\xf5','\x7f','\x20','\x3f','\x95','\xd7','\x34','\x15','\xb7','\x4a','\xcf','\xf6','\xad','\x7f','\x9d','\x6f','\x73','\x44','\x9d','\x25','\x6e','\xb4','\xf5','\xe3','\xe5','\x36','\xbb','\xcb','\x3e','\x62','\x9f','\xb1','\x8f','\xa1','\x4b','\x05','\x45','\xce','\x5a','\xbf','\x47','\xcc','\x2d','\xc4','\xd4','\x07','\x3f','\xae','\x45','\x9c','\x4f','\x1f','\xc0','\x2e','\x8f','\x9a','\xf9','\x3f','\xfd','\x66','\xb5','\x5c','\x85','\xc5','\xa2','\x5f','\x7a','\x35','\x61','\x8f','\xf1','\xeb','\x92','\x99','\x78','\xbb','\xc5','\xf6','\xd8','\x7b','\xec','\x80','\xfd','\x94','\xfd','\x9a','\x3d','\x03','\xbe','\xd4','\xdc','\x69','\xa9','\xd1','\x40','\x3e','\x91','\x2f','\xe9','\x39','\xf5','\x69','\xd7','\x22','\xa5','\xb4','\x18','\x16','\x77','\x8b','\x3b','\x38','\x23','\x9e','\xe1','\x94','\xe4','\xac','\x9e','\xda','\x38','\x1f','\x88','\x4f','\xc5','\x4b','\x76','\xcf','\xbc','\xbf','\x1a','\xad','\x5e','\xb3','\xbf','\x35','\xf6','\xeb','\x6a','\xd6','\x6e','\x31','\x92','\x23','\x39','\x2c','\x26','\x62','\x8c','\x38','\x3e','\xe6','\x67','\xec','\xb7','\xa5','\xa7','\xfc','\x7b','\xee','\xa1','\x9d','\xc3','\x87','\xc0','\xc1','\x2a','\x5b','\x65','\x88','\xc5','\x0f','\xd8','\x39','\x7b','\x0c','\xec','\x94','\x91','\x5f','\xcf','\x2f','\x2a','\x74','\x7c','\x17','\x01','\xb4','\x57','\x96','\x22','\x3c','\x8f','\xa8','\x1c','\x9c','\x95','\xff','\x73','\x3c','\x90','\xb0','\x4f','\xf5','\xa4','\xc0','\xaa','\x08','\x72','\x94','\x63','\xad','\x09','\xd6','\x64','\xe3','\x22','\xa7','\x69','\x4e','\x13','\xec','\xc2','\xc5','\x5a','\x1f','\x31','\xf8','\x10','\x33','\xbd','\xef','\xad','\x63','\xb1','\x90','\x47','\x46','\x03','\x2f','\x26','\x07','\xc8','\x97','\x54','\xc0','\x02','\xea','\xff','\x37','\x53','\xf2','\xf8','\xdd','\x9e','\xd3','\xe9','\x68','\xf5','\x0f','\xf9','\x63','\x71','\x29','\x52','\xbe','\xc7','\xf7','\x90','\x8d','\xe5','\x19','\x2f','\xe8','\x68','\x88','\x15','\xca','\x8b','\x31','\xb4','\xd0','\x08','\xe2','\xbe','\x69','\x1d','\xed','\x2b','\x31','\x40','\xce','\x0e','\xc1','\x7b','\xc0','\x1f','\xf0','\x0f','\xd9','\xe7','\xec','\x13','\x1b','\x13','\x86','\x3b','\xd7','\x67','\xd6','\x92','\xc0','\xbb','\x28','\x7d','\x99','\x20','\x17','\x5e','\xb2','\x8b','\x5a','\x06','\x54','\xf5','\x76','\xc8','\xfe','\x48','\xbf','\xa3','\xa7','\x74','\x8f','\xe6','\x1a','\x1f','\x59','\xcb','\x57','\x16','\x72','\x67','\x31','\xa7','\x3d','\x72','\xd9','\x7e','\xfe','\x0e','\xf1','\xf9','\x99','\x5d','\xa7','\x2e','\xdd','\xe9','\x13','\x9e','\x76','\x51','\x35','\xf9','\x9e','\x48','\x45','\x5a','\x34','\x4f','\xc2','\x55','\xbc','\xb9','\x08','\x7c','\x0c','\xff','\xbe','\x0c','\xf2','\xb7','\x5a','\xa1','\x49','\x8b','\xc8','\x99','\xf2','\x49','\x23','\xbf','\x14','\xdd','\x87','\x87','\xdf','\xb7','\x31','\x36','\xd1','\xbe','\x52','\xd5','\x73','\xc0','\x77','\x9d','\x87','\x73','\xb2','\xd7','\x28','\x43','\xdb','\xf7','\x55','\x8f','\x78','\xc2','\xff','\xce','\x4f','\xb4','\x45','\x50','\x69','\x79','\x26','\x1e','\xc9','\xe7','\xf4','\xdf','\xbc','\x9f','\xd7','\xeb','\xa7','\xbd','\x55','\x34','\x16','\xd4','\x36','\xac','\xfb','\x56','\x55','\x9f','\xca','\x5f','\x3b','\xa8','\xd9','\x7b','\x6c','\x8f','\x0f','\xf9','\x50','\xc5','\x03','\xd6','\x1f','\xd3','\x78','\x9a','\x03','\x8a','\x10','\x2a','\xb9','\x0a','\x44','\x9f','\x48','\x4b','\x00','\xc4','\xb1','\xb8','\xcf','\x1e','\x21','\x82','\xa7','\x01','\x72','\x5a','\x48','\xef','\x9e','\xa0','\x78','\x82','\xfe','\x98','\x8b','\xea','\xa0','\xd2','\x8b','\x44','\x5c','\x68','\x51','\xe5','\x8f','\x23','\x54','\xc1','\x3b','\x6c','\xc6','\x8e','\x39','\xf1','\x42','\xe8','\x56','\x4d','\xcd','\x56','\xed','\xe6','\xa2','\x4f','\x56','\xc6','\x57','\x3f','\x67','\xfb','\x7c','\x5f','\xcc','\x8b','\x39','\x22','\xea','\x62','\xfa','\x6a','\xfa','\x9f','\xe9','\x6d','\xd4','\x53','\xb5','\x8e','\x4f','\x89','\xf2','\xec','\x15','\x91','\xd1','\xe6','\x98','\xcf','\xd8','\xa1','\xe6','\x2a','\xef','\x65','\x2d','\xe5','\xd8','\x5d','\xa6','\xee','\xc5','\xd4','\xcd','\x00','\xf2','\xf4','\x08','\x11','\x84','\x09','\x4b','\x98','\x5b','\xdb','\x53','\xfc','\x3a','\x70','\xcf','\x45','\xa8','\x8f','\x89','\x95','\x14','\x35','\x13','\x55','\x93','\x4f','\x38','\x2a','\x97','\xc8','\xe9','\x04','\x96','\xb8','\x86','\x77','\xab','\x5d','\xa8','\x9e','\xee','\xec','\x32','\xe1','\xe8','\x8e','\xe8','\x18','\x4a','\x87','\x84','\xef','\x88','\x7e','\x81','\x2a','\x5a','\xcb','\x17','\x4d','\xe8','\x67','\x0b','\x5b','\x45','\x51','\x47','\xe5','\x77','\xf2','\x9a','\x3d','\x2d','\x9f','\x77','\xbd','\x7c','\x9f','\xe8','\x4a','\xa8','\x90','\xa2','\xc2','\x8e','\xbe','\xb8','\xa6','\xeb','\xe2','\x69','\xb1','\x2b','\x76','\x51','\x4d','\x06','\x41','\xac','\xd7','\xfb','\x35','\x7a','\x2c','\xa6','\x00','\xaf','\xe7','\xaa','\xda','\xc7','\xfe','\xc5','\x50','\xf1','\x6a','\xdd','\x8f','\x48','\x57','\x4f','\xef','\xca','\x0a','\xde','\x17','\x55','\x25','\xd5','\xd3','\x51','\x49','\x7e','\x27','\xfe','\x06','\xbf','\x5c','\xe9','\xdb','\x18','\xd7','\xff','\x5c','\x44','\x54','\xf1','\x30','\x83','\xdd','\x5a','\x50','\x6a','\x96','\xc0','\x77','\x2e','\x7f','\x55','\x3f','\x9a','\xc3','\x4f','\xfb','\x15','\xc6','\xfb','\xf9','\xfe','\x74','\x9f','\xf6','\x0b','\xc4','\x05','\xff','\x0d','\xbf','\xcf','\x9f','\xa1','\x7e','\x7d','\xec','\xed','\xc0','\x4d','\x80','\xf9','\x38','\xcf','\x11','\xf7','\x3a','\xe4','\xd5','\xb4','\x34','\x63','\xea','\x6e','\xf3','\x57','\xba','\x42','\x87','\xf3','\xd8','\xb4','\x50','\x33','\x4f','\xde','\x80','\xfe','\xb6','\x16','\xcb','\xa4','\x7a','\xb5','\x0c','\x7a','\x75','\x90','\x9d','\xcd','\x79','\xcc','\xcc','\xa4','\xe8','\x1a','\x53','\x80','\x4c','\x27','\x70','\xd5','\xf0','\x36','\x3a','\xc6','\x29','\x50','\xad','\xe1','\xfe','\xb7','\x40','\xfa','\x9d','\xe6','\xdc','\x18','\x52','\x8e','\xc9','\xfb','\x0f','\x1a','\x2f','\x3a','\x66','\xde','\xb7','\x4b','\x26','\x63','\xea','\xff','\xa5','\x72','\xcf','\xef','\x48','\x59','\x61','\xc4','\x32','\x64','\xbd','\xca','\x25','\x83','\xb9','\x30','\xd6','\x69','\xbb','\xaf','\x7e','\x20','\xfe','\x2a','\xab','\x9b','\x24','\x35','\x2d','\x66','\xbc','\xe3','\x0c','\xe3','\xad','\xb0','\x9e','\x5f','\x71','\x9a','\x5f','\xfb','\xec','\xb9','\x5d','\xe5','\xb9','\xec','\xd6','\xc7','\x7f','\xd3','\xbc','\xbd','\x09','\xa9','\x5b','\xde','\x31','\x70','\x10','\xe7','\x1f','\x97','\xcd','\xcc','\xcb','\x91','\x58','\xaf','\xb3','\xc3','\x14','\x13','\xe5','\x89','\xcf','\xcc','\x64','\x66','\x7e','\x55','\x13','\x6f','\xcf','\x55','\xe2','\x8a','\x01','\x0b','\x0b','\x3d','\xb3','\xe9','\x79','\x09','\xd5','\xf9','\x3d','\xdd','\xa9','\xf5','\xb4','\xab','\xa6','\x61','\x54','\x75','\xd4','\xf4','\x62','\x8a','\x79','\x0c','\x05','\x03','\xdc','\x1b','\x6d','\xe9','\x1d','\xbd','\xa3','\x37','\x44','\xff','\xfc','\xe2','\xcf','\x7f','\xda','\xe6','\x6f','\x5b','\xf9','\xff','\x07','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\xf5','\x94','\xd7','\x56','\xb9','\x04','\x65','\x87','\x89','\x08','\x00','\x00','\x00','\x2a','\x00','\x00','\x16','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x70','\x72','\x69','\x6e','\x74','\x65','\x72','\x5f','\x61','\x73','\x63','\x69','\x69','\x31','\x32','\x78','\x32','\x34','\x2e','\x62','\x69','\x6e','\x55','\x54','\x05','\x00','\x03','\xcd','\xca','\x95','\x64','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x5c','\x00','\x00','\x00','\xd9','\x08','\x00','\x00','\x00','\x00', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_87b3_fonts_printer_ascii12x24_bin_zip_begin = file_array; + extern const char* const f_87b3_fonts_printer_ascii12x24_bin_zip_end = file_array + 2379; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp deleted file mode 100644 index 9cd987ba1c..0000000000 --- a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp +++ /dev/null @@ -1,6 +0,0 @@ - namespace { const char file_array[] = { '\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x00','\x08','\x08','\x00','\x00','\x00','\x00','\x22','\x22','\x22','\x22','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x12','\x12','\x12','\x7e','\x24','\x24','\x7e','\x48','\x48','\x48','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x3e','\x49','\x48','\x38','\x0e','\x09','\x49','\x3e','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x31','\x4a','\x4a','\x34','\x08','\x08','\x16','\x29','\x29','\x46','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x22','\x22','\x14','\x18','\x29','\x45','\x42','\x46','\x39','\x00','\x00','\x00','\x00','\x08','\x08','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x08','\x08','\x10','\x10','\x10','\x10','\x10','\x10','\x08','\x08','\x04','\x00','\x00','\x00','\x00','\x20','\x10','\x10','\x08','\x08','\x08','\x08','\x08','\x08','\x10','\x10','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x49','\x2a','\x1c','\x2a','\x49','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x08','\x7f','\x08','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x08','\x08','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x02','\x04','\x08','\x08','\x10','\x10','\x20','\x40','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x24','\x42','\x46','\x4a','\x52','\x62','\x42','\x24','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x18','\x28','\x08','\x08','\x08','\x08','\x08','\x08','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x02','\x0c','\x10','\x20','\x40','\x40','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x02','\x1c','\x02','\x02','\x42','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x0c','\x14','\x24','\x44','\x44','\x7e','\x04','\x04','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x40','\x40','\x40','\x7c','\x02','\x02','\x02','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x20','\x40','\x40','\x7c','\x42','\x42','\x42','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x02','\x02','\x04','\x04','\x04','\x08','\x08','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x42','\x3c','\x42','\x42','\x42','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x42','\x3e','\x02','\x02','\x02','\x04','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x18','\x00','\x00','\x00','\x18','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x18','\x00','\x00','\x00','\x18','\x08','\x08','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x04','\x08','\x10','\x20','\x10','\x08','\x04','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x20','\x10','\x08','\x04','\x08','\x10','\x20','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x02','\x04','\x08','\x08','\x00','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x22','\x4a','\x56','\x52','\x52','\x52','\x4e','\x20','\x1e','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x24','\x24','\x42','\x42','\x7e','\x42','\x42','\x42','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x42','\x42','\x42','\x7c','\x42','\x42','\x42','\x42','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x40','\x40','\x40','\x40','\x42','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x44','\x42','\x42','\x42','\x42','\x42','\x42','\x44','\x78','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x40','\x40','\x40','\x7c','\x40','\x40','\x40','\x40','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x40','\x40','\x40','\x7c','\x40','\x40','\x40','\x40','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x40','\x40','\x4e','\x42','\x42','\x46','\x3a','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x42','\x42','\x42','\x7e','\x42','\x42','\x42','\x42','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x04','\x04','\x04','\x04','\x04','\x04','\x44','\x44','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x44','\x48','\x50','\x60','\x60','\x50','\x48','\x44','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x40','\x40','\x40','\x40','\x40','\x40','\x40','\x40','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x42','\x66','\x66','\x5a','\x5a','\x42','\x42','\x42','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x62','\x62','\x52','\x52','\x4a','\x4a','\x46','\x46','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x42','\x42','\x42','\x42','\x42','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x42','\x42','\x42','\x7c','\x40','\x40','\x40','\x40','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x42','\x42','\x42','\x42','\x5a','\x66','\x3c','\x03','\x00','\x00','\x00','\x00','\x00','\x7c','\x42','\x42','\x42','\x7c','\x48','\x44','\x44','\x42','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x40','\x30','\x0c','\x02','\x42','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x42','\x42','\x42','\x42','\x42','\x42','\x42','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x41','\x41','\x41','\x22','\x22','\x22','\x14','\x14','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x42','\x42','\x42','\x5a','\x5a','\x66','\x66','\x42','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x42','\x24','\x24','\x18','\x18','\x24','\x24','\x42','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x41','\x41','\x22','\x22','\x14','\x08','\x08','\x08','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x02','\x02','\x04','\x08','\x10','\x20','\x40','\x40','\x7e','\x00','\x00','\x00','\x00','\x00','\x0e','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x0e','\x00','\x00','\x00','\x00','\x00','\x40','\x40','\x20','\x10','\x10','\x08','\x08','\x04','\x02','\x02','\x00','\x00','\x00','\x00','\x00','\x70','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x70','\x00','\x00','\x00','\x18','\x24','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x00','\x00','\x20','\x10','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x02','\x3e','\x42','\x42','\x46','\x3a','\x00','\x00','\x00','\x00','\x00','\x40','\x40','\x40','\x5c','\x62','\x42','\x42','\x42','\x42','\x62','\x5c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x40','\x40','\x40','\x40','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x02','\x02','\x02','\x3a','\x46','\x42','\x42','\x42','\x42','\x46','\x3a','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x7e','\x40','\x40','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x0c','\x10','\x10','\x10','\x7c','\x10','\x10','\x10','\x10','\x10','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x3a','\x44','\x44','\x44','\x38','\x20','\x3c','\x42','\x42','\x3c','\x00','\x00','\x00','\x40','\x40','\x40','\x5c','\x62','\x42','\x42','\x42','\x42','\x42','\x42','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x00','\x18','\x08','\x08','\x08','\x08','\x08','\x08','\x3e','\x00','\x00','\x00','\x00','\x00','\x04','\x04','\x00','\x0c','\x04','\x04','\x04','\x04','\x04','\x04','\x04','\x48','\x30','\x00','\x00','\x00','\x40','\x40','\x40','\x44','\x48','\x50','\x60','\x50','\x48','\x44','\x42','\x00','\x00','\x00','\x00','\x00','\x18','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x76','\x49','\x49','\x49','\x49','\x49','\x49','\x49','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x5c','\x62','\x42','\x42','\x42','\x42','\x42','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x42','\x42','\x42','\x42','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x5c','\x62','\x42','\x42','\x42','\x42','\x62','\x5c','\x40','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x3a','\x46','\x42','\x42','\x42','\x42','\x46','\x3a','\x02','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x5c','\x62','\x42','\x40','\x40','\x40','\x40','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x42','\x40','\x30','\x0c','\x02','\x42','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x10','\x10','\x7c','\x10','\x10','\x10','\x10','\x10','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x42','\x42','\x42','\x42','\x42','\x46','\x3a','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x42','\x42','\x24','\x24','\x24','\x18','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x41','\x49','\x49','\x49','\x49','\x49','\x49','\x36','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x42','\x24','\x18','\x18','\x24','\x42','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x42','\x42','\x42','\x42','\x26','\x1a','\x02','\x02','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x02','\x04','\x08','\x10','\x20','\x40','\x7e','\x00','\x00','\x00','\x00','\x00','\x0c','\x10','\x10','\x08','\x08','\x10','\x20','\x10','\x08','\x08','\x10','\x10','\x0c','\x00','\x00','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x00','\x00','\x00','\x30','\x08','\x08','\x10','\x10','\x08','\x04','\x08','\x10','\x10','\x08','\x08','\x30','\x00','\x00','\x00','\x31','\x49','\x46','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x80','\x80','\x80','\x80','\x80','\x80','\x80','\x80','\x80','\x80','\x80','\x80','\x80','\x80','\x80','\x80','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xe0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf0','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xf8','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfc','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\xff','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\xf8','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x0f','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf8','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x04','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x10','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x04','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x08','\x08','\x08','\x08','\x10','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x48','\x48','\x30','\x3e','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x02','\x02','\x02','\x02','\x02','\x02','\x02','\x02','\x02','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x20','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x02','\x02','\x02','\x7e','\x02','\x02','\x02','\x04','\x04','\x08','\x10','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x02','\x04','\x14','\x08','\x08','\x08','\x10','\x10','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x04','\x08','\x18','\x68','\x08','\x08','\x08','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x08','\x7f','\x41','\x41','\x01','\x02','\x02','\x04','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x08','\x08','\x08','\x08','\x08','\x08','\x7f','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x04','\x7f','\x04','\x0c','\x14','\x24','\x44','\x04','\x0c','\x00','\x00','\x00','\x00','\x00','\x20','\x20','\x20','\x7f','\x11','\x12','\x10','\x08','\x08','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x04','\x04','\x04','\x04','\x7f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x02','\x02','\x7e','\x02','\x02','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x29','\x29','\x29','\x02','\x02','\x04','\x08','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x01','\x09','\x0a','\x0a','\x08','\x08','\x08','\x08','\x10','\x10','\x20','\x20','\x00','\x00','\x01','\x01','\x01','\x02','\x02','\x04','\x0c','\x14','\x64','\x04','\x04','\x04','\x04','\x04','\x00','\x00','\x08','\x08','\x08','\x7f','\x41','\x41','\x41','\x01','\x01','\x01','\x02','\x02','\x04','\x18','\x00','\x00','\x00','\x00','\x3e','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x7f','\x00','\x00','\x00','\x04','\x04','\x7f','\x04','\x0c','\x0c','\x14','\x14','\x14','\x24','\x24','\x44','\x04','\x0c','\x00','\x00','\x08','\x08','\x08','\x7f','\x09','\x09','\x09','\x09','\x11','\x11','\x12','\x22','\x22','\x44','\x00','\x00','\x10','\x10','\x10','\x1e','\x70','\x08','\x08','\x0f','\x78','\x08','\x08','\x04','\x04','\x04','\x00','\x00','\x08','\x08','\x0f','\x11','\x11','\x21','\x41','\x02','\x02','\x04','\x04','\x08','\x10','\x60','\x00','\x00','\x20','\x20','\x20','\x3f','\x24','\x24','\x44','\x04','\x04','\x04','\x08','\x08','\x10','\x20','\x00','\x00','\x00','\x00','\x7e','\x02','\x02','\x02','\x02','\x02','\x02','\x02','\x02','\x02','\x7e','\x00','\x00','\x00','\x12','\x12','\x12','\x7f','\x12','\x12','\x12','\x12','\x04','\x04','\x04','\x08','\x08','\x10','\x00','\x00','\x00','\x38','\x00','\x00','\x00','\x71','\x01','\x01','\x02','\x02','\x04','\x08','\x10','\x60','\x00','\x00','\x00','\x00','\x7e','\x02','\x04','\x04','\x04','\x08','\x08','\x14','\x12','\x22','\x21','\x41','\x00','\x00','\x10','\x10','\x10','\x10','\x17','\x79','\x11','\x12','\x12','\x10','\x10','\x10','\x08','\x07','\x00','\x00','\x01','\x41','\x41','\x21','\x01','\x02','\x02','\x02','\x04','\x04','\x08','\x08','\x10','\x20','\x00','\x00','\x08','\x08','\x0f','\x11','\x11','\x29','\x45','\x02','\x02','\x04','\x04','\x08','\x10','\x60','\x00','\x00','\x02','\x0c','\x38','\x48','\x08','\x08','\x7f','\x08','\x08','\x08','\x08','\x10','\x10','\x60','\x00','\x00','\x00','\x52','\x52','\x52','\x42','\x02','\x04','\x04','\x04','\x08','\x08','\x10','\x20','\x40','\x00','\x00','\x00','\x3e','\x00','\x00','\x00','\x7f','\x08','\x08','\x08','\x08','\x08','\x10','\x10','\x20','\x00','\x00','\x20','\x20','\x20','\x20','\x20','\x38','\x24','\x22','\x20','\x20','\x20','\x20','\x20','\x20','\x00','\x00','\x08','\x08','\x08','\x08','\x7f','\x08','\x08','\x08','\x08','\x08','\x10','\x10','\x20','\x40','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\x00','\x00','\x00','\x00','\x7f','\x01','\x01','\x01','\x22','\x1a','\x04','\x06','\x0a','\x09','\x11','\x21','\x40','\x00','\x00','\x08','\x08','\x08','\x7f','\x02','\x04','\x04','\x0a','\x19','\x29','\x48','\x08','\x08','\x08','\x00','\x00','\x00','\x02','\x02','\x02','\x02','\x02','\x04','\x04','\x04','\x08','\x08','\x10','\x20','\x40','\x00','\x00','\x00','\x12','\x12','\x12','\x12','\x12','\x11','\x11','\x21','\x21','\x21','\x21','\x41','\x40','\x00','\x00','\x40','\x40','\x40','\x40','\x40','\x46','\x78','\x40','\x40','\x40','\x40','\x40','\x20','\x1e','\x00','\x00','\x00','\x7f','\x01','\x01','\x01','\x02','\x02','\x02','\x04','\x04','\x08','\x08','\x10','\x20','\x00','\x00','\x00','\x10','\x28','\x28','\x44','\x44','\x04','\x02','\x02','\x02','\x01','\x01','\x01','\x00','\x00','\x00','\x08','\x08','\x08','\x7f','\x08','\x08','\x2a','\x2a','\x2a','\x49','\x49','\x49','\x08','\x08','\x00','\x00','\x00','\x7e','\x02','\x02','\x02','\x04','\x24','\x24','\x18','\x18','\x10','\x08','\x08','\x08','\x00','\x00','\x00','\x38','\x06','\x01','\x00','\x30','\x0c','\x02','\x00','\x70','\x0c','\x02','\x01','\x00','\x00','\x00','\x08','\x08','\x08','\x08','\x08','\x10','\x10','\x10','\x12','\x22','\x21','\x27','\x39','\x41','\x00','\x00','\x01','\x01','\x01','\x02','\x32','\x0a','\x04','\x06','\x0a','\x09','\x11','\x11','\x20','\x40','\x00','\x00','\x00','\x3e','\x08','\x08','\x08','\x08','\x7f','\x08','\x08','\x08','\x08','\x08','\x08','\x07','\x00','\x00','\x20','\x20','\x20','\x27','\x79','\x21','\x12','\x12','\x10','\x10','\x08','\x08','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x3c','\x04','\x04','\x04','\x04','\x04','\x04','\x04','\x04','\x7f','\x00','\x00','\x00','\x00','\x00','\x7e','\x02','\x02','\x02','\x02','\x7e','\x02','\x02','\x02','\x02','\x02','\x7e','\x00','\x00','\x00','\x3c','\x00','\x00','\x00','\x7e','\x02','\x02','\x02','\x04','\x04','\x08','\x10','\x20','\x00','\x00','\x02','\x22','\x22','\x22','\x22','\x22','\x22','\x02','\x04','\x04','\x04','\x08','\x08','\x10','\x00','\x00','\x00','\x08','\x28','\x28','\x28','\x28','\x29','\x29','\x29','\x2a','\x2a','\x4c','\x4c','\x48','\x00','\x00','\x00','\x40','\x40','\x40','\x40','\x40','\x42','\x42','\x42','\x44','\x44','\x48','\x50','\x60','\x00','\x00','\x00','\x00','\x7e','\x42','\x42','\x42','\x42','\x42','\x42','\x42','\x42','\x7e','\x42','\x00','\x00','\x00','\x00','\x7e','\x42','\x42','\x42','\x42','\x02','\x04','\x04','\x04','\x08','\x08','\x10','\x20','\x00','\x00','\x00','\x60','\x10','\x00','\x01','\x01','\x01','\x01','\x02','\x02','\x04','\x08','\x10','\x60','\x00','\x00','\x00','\x10','\x48','\x24','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x48','\x48','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x38','\x20','\x38','\x20','\x00','\x00','\x00','\x08','\x1c','\x08','\x2a','\x7f','\x2a','\x08','\x08','\x2a','\x7f','\x2a','\x08','\x1c','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x38','\x08','\x38','\x08','\x00','\x00','\x01','\x01','\x01','\x03','\x03','\x07','\x07','\x0f','\x0f','\x1f','\x1f','\x3f','\x3f','\x7f','\x7f','\xff','\x80','\x80','\x80','\xc0','\xc0','\xe0','\xe0','\xf0','\xf0','\xf8','\xf8','\xfc','\xfc','\xfe','\xfe','\xff','\xff','\xfe','\xfe','\xfc','\xfc','\xf8','\xf8','\xf0','\xf0','\xe0','\xe0','\xc0','\xc0','\x80','\x80','\x80','\xff','\x7f','\x7f','\x3f','\x3f','\x1f','\x1f','\x0f','\x0f','\x07','\x07','\x03','\x03','\x01','\x01','\x01','\x00','\x00','\x00','\x00','\x08','\x08','\x1c','\x3e','\x7f','\x7f','\x7f','\x3e','\x08','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x36','\x7f','\x7f','\x7f','\x7f','\x3e','\x1c','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x1c','\x1c','\x3e','\x3e','\x1c','\x1c','\x08','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x1c','\x1c','\x08','\x7f','\x7f','\x6b','\x08','\x08','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x3e','\x7f','\x7f','\x7f','\x3e','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x22','\x41','\x41','\x41','\x22','\x1c','\x00','\x00','\x00','\x00','\x01','\x01','\x02','\x02','\x04','\x04','\x08','\x08','\x10','\x10','\x20','\x20','\x40','\x40','\x80','\x80','\x80','\x80','\x40','\x40','\x20','\x20','\x10','\x10','\x08','\x08','\x04','\x04','\x02','\x02','\x01','\x01','\x81','\x81','\x42','\x42','\x24','\x24','\x18','\x18','\x18','\x18','\x24','\x24','\x42','\x42','\x81','\x81','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xaa','\x55','\xaa','\x55','\xaa','\x55','\xaa','\x55','\xaa','\x55','\xaa','\x55','\xaa','\x55','\xaa','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00', 0 }; } - namespace cmrc { namespace flycast { namespace res_chars { - extern const char* const f_86fc_fonts_printer_ascii8x16_bin_begin = file_array; - extern const char* const f_86fc_fonts_printer_ascii8x16_bin_end = file_array + 3584; - }}} - \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp new file mode 100644 index 0000000000..0f89e90758 --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\xf5','\x94','\xd7','\x56','\xdc','\xf0','\x45','\x5f','\xe4','\x04','\x00','\x00','\x00','\x0e','\x00','\x00','\x15','\x00','\x1c','\x00','\x70','\x72','\x69','\x6e','\x74','\x65','\x72','\x5f','\x61','\x73','\x63','\x69','\x69','\x38','\x78','\x31','\x36','\x2e','\x62','\x69','\x6e','\x55','\x54','\x09','\x00','\x03','\xcd','\xca','\x95','\x64','\x39','\xd8','\x92','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xd5','\x56','\xdd','\x6a','\xe3','\x46','\x14','\x96','\xe5','\x61','\x33','\x09','\x26','\x96','\x8d','\x69','\xdd','\x45','\x6c','\x1c','\x23','\xba','\xb1','\xaf','\xbc','\xa5','\x2c','\xde','\x60','\x64','\x69','\xd0','\x1a','\xd9','\x2c','\xcb','\x12','\x68','\x2f','\x42','\x2e','\x82','\x59','\x42','\xa1','\x37','\xe9','\x4d','\xc9','\x42','\xd0','\x34','\xaf','\xd3','\xa7','\xc8','\xa3','\xe4','\x11','\x72','\x99','\x8b','\x10','\xf5','\x9c','\x33','\x7f','\x92','\xb2','\xb4','\x7b','\xdb','\xe3','\x38','\xd6','\xd1','\xf9','\x99','\xef','\xfc','\xcc','\xcc','\xf1','\xbc','\xe7','\xc4','\x15','\xc1','\x2f','\x72','\x63','\xa0','\xba','\xbc','\xdf','\xef','\x17','\x51','\x54','\xe4','\x79','\xae','\xf5','\xe3','\x75','\x3e','\xdf','\xdf','\x5d','\xc7','\x5c','\xf1','\x6f','\x36','\x9b','\x9f','\x39','\xff','\x6e','\x32','\x59','\x29','\x3e','\x1c','\x8f','\x07','\xc3','\xc9','\x7b','\xb1','\x7a','\x67','\xbc','\xd7','\xdc','\x31','\xce','\x03','\x22','\xce','\x19','\xf2','\x23','\x7c','\x42','\x0a','\x82','\x91','\x41','\xb4','\x9e','\x86','\xd3','\xb5','\x33','\x03','\xa1','\x6c','\xba','\xf1','\xbc','\x21','\x98','\x58','\x66','\xf1','\x3c','\xae','\xe1','\x50','\xfd','\xfa','\x3e','\x2d','\x39','\x4a','\x12','\xfd','\x3e','\x12','\xab','\xcd','\xc9','\x56','\x44','\x5a','\xce','\x87','\x47','\x0a','\x40','\xac','\x5d','\x09','\xe1','\x77','\x50','\xbd','\x70','\x7c','\xe8','\xfb','\x42','\xe8','\x35','\x58','\x67','\x10','\x65','\x59','\xc1','\x18','\x53','\x7c','\x91','\x24','\xc9','\xb5','\x0f','\x0a','\x5a','\x1e','\x82','\xe9','\xb5','\x10','\x56','\xbf','\x00','\x00','\x8c','\xb9','\x3c','\x2c','\x50','\x54','\x91','\xe3','\x73','\x0c','\xf6','\x6c','\x5e','\x43','\x6e','\xe0','\x5b','\xde','\x86','\x0b','\xf1','\x04','\xa3','\x80','\x33','\xdf','\x2a','\x14','\xfa','\xab','\x28','\x41','\x21','\xa8','\x24','\x0e','\x3f','\xb3','\xf5','\xc5','\xfa','\x6c','\x7e','\x3d','\x39','\x39','\xf9','\x38','\x7a','\x65','\xf2','\x11','\x09','\x51','\x20','\x20','\xc5','\x23','\x76','\xc2','\x7f','\x6d','\xed','\x21','\xc2','\xc4','\xe2','\xbd','\xca','\x04','\x51','\x76','\x55','\x89','\x1f','\x35','\x8a','\x06','\x9f','\x54','\xec','\x3f','\x0a','\xb1','\x3a','\x56','\x3c','\xda','\xd2','\x72','\x7a','\xbd','\x58','\x37','\xa0','\xc9','\xff','\x01','\x23','\xca','\x32','\x9d','\x0f','\x91','\xe5','\x9f','\xce','\xcf','\x3f','\xe5','\x99','\xd6','\x4f','\x0c','\x15','\xc6','\xdf','\xc5','\xc5','\xe9','\xa9','\xf3','\x27','\xb6','\xdb','\x93','\x93','\xcd','\x66','\xb5','\x12','\x2e','\xbf','\xa2','\x92','\x6f','\x8a','\xaf','\x8e','\x0f','\xe9','\xf4','\x62','\xd1','\x76','\xf2','\x3c','\xcb','\x84','\xb3','\x4f','\x66','\x1d','\x57','\x7f','\x69','\xf0','\x72','\x17','\x4f','\xd5','\x7f','\x9a','\xa6','\xb0','\x87','\x06','\x83','\xaa','\xfc','\xf4','\xf4','\xe2','\xc2','\xe2','\x13','\x51','\x34','\xa4','\xa4','\x1b','\x7d','\xd0','\xae','\xf8','\xc3','\x7e','\xe1','\xae','\xff','\xf6','\xed','\x72','\x7c','\x5f','\xc7','\x4f','\x5b','\x86','\xf9','\xaa','\xfe','\x97','\x81','\xa5','\x4b','\xaa','\xa6','\x76','\xfb','\x15','\x92','\xb8','\xdb','\x9a','\xdb','\x88','\x22','\xf4','\x63','\x5b','\x1f','\xc8','\xcb','\xd9','\x16','\x31','\x6f','\xcf','\x9c','\x9c','\x1a','\x40','\xc5','\x07','\x9d','\x7a','\xbc','\x42','\xb9','\xa9','\x27','\x65','\xa8','\xb0','\xf2','\x0e','\x00','\xb9','\x56','\x78','\xb4','\xd8','\x3f','\xce','\xa0','\x98','\xa3','\x85','\xca','\x90','\xf5','\xaf','\xe3','\x87','\xb0','\x87','\xd5','\xfa','\xc3','\xb6','\xea','\xa8','\x0e','\x60','\xf9','\x4c','\xe9','\x63','\x03','\xd8','\xfa','\x0f','\x79','\xa3','\x5f','\x3c','\xef','\xcf','\xb5','\x22','\xc3','\xd7','\xfc','\x7b','\xb6','\xc2','\x8b','\xba','\x7c','\x7b','\x66','\x3a','\xc0','\xc4','\xa3','\x33','\x8a','\xf2','\x4a','\x7f','\x50','\xfc','\xd8','\x00','\xda','\xde','\xc6','\xd7','\x31','\x72','\xe5','\xde','\xe5','\x43','\x60','\x89','\x23','\xb7','\x81','\x53','\x05','\xef','\xad','\x93','\x63','\x03','\x38','\x7c','\x64','\xfe','\xe3','\x4b','\xdf','\xb7','\x27','\x06','\x35','\x40','\x61','\xf2','\xc9','\x69','\xbf','\x73','\x5a','\x91','\xd7','\x08','\xe4','\x33','\x14','\xe0','\x7e','\x07','\x0d','\xcc','\xd7','\x9b','\xf5','\xca','\xfb','\x46','\x2a','\xcb','\x3a','\x57','\xe5','\xcb','\xb2','\xca','\x97','\x65','\x95','\x2f','\xcb','\x2a','\x5f','\x96','\x55','\xbe','\xfc','\x57','\xfa','\xab','\x41','\xb7','\x0d','\xba','\x6b','\xd0','\x7d','\x83','\x1e','\x1a','\xf4','\xd8','\xa0','\xa7','\x06','\xe9','\x34','\x95','\xf5','\xac','\xf1','\x5a','\xdc','\x18','\x42','\x43','\xfe','\xd0','\xe0','\xbb','\xd6','\xb0','\x69','\xa9','\xed','\xcd','\x43','\xc3','\x8e','\xb7','\x1a','\xa4','\xd5','\xac','\x3f','\xcd','\x3f','\x5b','\xaf','\xe1','\xef','\xa1','\xb1','\x5e','\x9b','\xd5','\xed','\xef','\x82','\x9a','\x39','\x6b','\xd7','\xed','\x83','\xbb','\xaf','\xa2','\x6e','\xd0','\x2c','\xcf','\x67','\xf1','\xc8','\x92','\x13','\xf8','\x96','\xe2','\x9a','\x01','\x9c','\x43','\xfa','\xa9','\x72','\x57','\xc1','\xe9','\xe5','\xe3','\x17','\x6e','\xbc','\xe0','\xdc','\xbc','\x62','\x78','\xbe','\xd9','\xfb','\x1d','\xba','\x7b','\xf8','\x9b','\x83','\x0f','\xbf','\x32','\x4d','\x5b','\x60','\x62','\xbd','\xe8','\x2b','\x41','\x2a','\x8e','\x31','\x49','\x77','\x2e','\x53','\x1b','\x0e','\xb0','\xc9','\x5e','\x3f','\xa8','\x84','\xef','\x2d','\xf0','\xb4','\x90','\x55','\x0c','\xf8','\xe7','\x90','\x4e','\x26','\x13','\x3c','\x54','\x67','\x06','\xf8','\xd2','\x89','\x64','\x6b','\x77','\x6f','\x8f','\x2b','\x78','\x80','\x0f','\x6a','\x04','\x9a','\x9d','\xc1','\x67','\x3a','\x80','\x0c','\xb8','\x54','\xbd','\x1e','\x56','\xb0','\x69','\x78','\x84','\xad','\x33','\x18','\x0c','\x22','\x85','\x0f','\x5f','\xef','\x02','\xf5','\x7a','\xfd','\xf1','\x38','\xa3','\xc3','\xe2','\xd5','\x25','\x14','\xf4','\x0a','\xaa','\xa2','\xfc','\x75','\x7b','\xbd','\xc3','\xd4','\xe6','\x07','\x82','\x59','\xa2','\x29','\x0e','\x08','\x2a','\x3f','\x85','\xcd','\x36','\x06','\x00','\xc3','\x97','\x84','\x6f','\x5f','\x29','\xc0','\x0b','\xbc','\x14','\xff','\x20','\x34','\x3a','\xbf','\x85','\x9a','\x2e','\x06','\xfd','\xf1','\x61','\x4a','\xeb','\x05','\xdf','\x7f','\xe9','\xf5','\xfb','\x38','\x60','\xed','\x40','\x3c','\x69','\x7a','\xd8','\x52','\xe5','\x20','\xff','\xb4','\xfe','\xe4','\xbd','\x5d','\xdf','\xef','\xcc','\x73','\x35','\x5d','\x41','\x02','\xd0','\x1f','\x4c','\x06','\xc2','\xd7','\x70','\x12','\x0c','\xd7','\x33','\x37','\x1e','\xd5','\x8f','\x5a','\x63','\x1e','\x8d','\x4d','\x8f','\x50','\x1e','\x8c','\x38','\xf1','\xb4','\x81','\x4e','\xad','\xca','\x6f','\xab','\x35','\x7e','\xc9','\x5e','\xec','\xed','\xf6','\x0e','\x13','\x95','\x1f','\x70','\xbf','\xf7','\xc3','\x24','\x57','\xf5','\xa3','\x48','\x2b','\xeb','\x61','\xb0','\x7d','\x48','\x11','\x50','\x9a','\xe8','\xcb','\x7e','\x75','\x45','\x3f','\x34','\xb0','\x48','\x2a','\x85','\x8d','\xc7','\x0b','\x8e','\x8e','\xb2','\x0c','\xee','\x42','\x5f','\xed','\x2e','\x05','\x67','\x3a','\x9d','\xc2','\x79','\x4b','\xfe','\xa9','\x17','\xf1','\x30','\x0e','\xd4','\x7a','\xf3','\x17','\x2d','\x0f','\x0e','\x73','\xef','\xb2','\xe3','\x6b','\x7d','\x9a','\x47','\x21','\x7b','\xaf','\xdf','\xa5','\xaa','\xfe','\x3f','\xed','\x11','\xdc','\x9e','\x8a','\xdf','\x45','\x88','\xf9','\x84','\xa0','\x5f','\x7f','\x39','\xc4','\xf4','\xda','\xfe','\x5b','\xe8','\xdb','\x4a','\x37','\x20','\xd5','\xaf','\xb0','\x05','\x5c','\x18','\x0c','\x8c','\xf0','\xfa','\x63','\x22','\xdf','\xd6','\x93','\x1f','\x01','\x41','\x7f','\x4e','\xa7','\x1f','\x3e','\xe0','\x80','\x9d','\xa8','\x59','\x4b','\x64','\x78','\xe9','\x91','\x3f','\x33','\x5e','\x14','\xc2','\xb2','\xbe','\xeb','\x97','\xf3','\x00','\x31','\xbb','\x7e','\x08','\xf2','\xc8','\x4d','\xc5','\x9e','\xda','\xd5','\xde','\x7f','\xd3','\x68','\x0e','\x1f','\x84','\x13','\xf2','\xa9','\x9c','\x72','\xfa','\x17','\x56','\x46','\x05','\x3e','\x87','\x0f','\xa5','\xa7','\xdd','\xde','\xd9','\xe9','\x76','\x0f','\x0e','\x96','\x4b','\x29','\x4b','\x3a','\xc2','\xf1','\x98','\xc6','\xa3','\xf8','\xe9','\xa9','\x2c','\x9f','\x9e','\x1e','\x1f','\x1f','\x1e','\xee','\xef','\xef','\xee','\x6e','\x6f','\x41','\x58','\x4a','\xb9','\x5c','\x1e','\x1c','\x74','\xbb','\x3b','\x3b','\xed','\xb6','\x3e','\xff','\x38','\x0f','\x63','\x29','\x65','\xcc','\x43','\xed','\xfb','\xad','\x44','\x36','\x34','\xdb','\x19','\xe4','\x61','\x1c','\x87','\x96','\x0f','\xe1','\x51','\xca','\xdf','\xb9','\xd5','\x57','\xe6','\xa1','\xc5','\x16','\x8e','\x71','\xe4','\x22','\x9e','\x12','\xa1','\xc6','\x7d','\x18','\xa0','\xf0','\x86','\x81','\xb6','\x51','\xe3','\x12','\xc3','\x16','\xb9','\xb9','\x51','\xd3','\x97','\x9a','\xbf','\x6e','\x6e','\xbe','\x21','\x33','\xff','\x2b','\xfa','\xfb','\x97','\xfa','\xa7','\x29','\xff','\x07','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\xf5','\x94','\xd7','\x56','\xdc','\xf0','\x45','\x5f','\xe4','\x04','\x00','\x00','\x00','\x0e','\x00','\x00','\x15','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x70','\x72','\x69','\x6e','\x74','\x65','\x72','\x5f','\x61','\x73','\x63','\x69','\x69','\x38','\x78','\x31','\x36','\x2e','\x62','\x69','\x6e','\x55','\x54','\x05','\x00','\x03','\xcd','\xca','\x95','\x64','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x5b','\x00','\x00','\x00','\x33','\x05','\x00','\x00','\x00','\x00', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_f4d5_fonts_printer_ascii8x16_bin_zip_begin = file_array; + extern const char* const f_f4d5_fonts_printer_ascii8x16_bin_zip_end = file_array + 1444; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp deleted file mode 100644 index 21a19ac0c2..0000000000 --- a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp +++ /dev/null @@ -1,6 +0,0 @@ - namespace { const char file_array[] = { '\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x0c','\x00','\x06','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x12','\x00','\x12','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x60','\x00','\x20','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x07','\x80','\x07','\x80','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x80','\x01','\x00','\x00','\x00','\x07','\xe0','\x08','\x10','\x10','\x08','\x10','\x08','\x08','\x08','\x00','\x30','\x00','\xc0','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x48','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x48','\x00','\x48','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x60','\x06','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x06','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x03','\x00','\x00','\x80','\x00','\x40','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x90','\x0c','\x40','\x03','\x00','\x00','\x80','\x00','\x40','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x03','\x00','\x00','\x80','\x00','\xc0','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x90','\x0c','\x40','\x03','\x00','\x00','\x80','\x00','\xc0','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x40','\x02','\x40','\x02','\x40','\x04','\x80','\x04','\x80','\x09','\x00','\x09','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xc0','\x06','\x1f','\xf0','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x02','\x30','\x03','\xc8','\x04','\x10','\x08','\x20','\x12','\x40','\x21','\x80','\x00','\x80','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x08','\x00','\x10','\x06','\x20','\x09','\x40','\x08','\x80','\x09','\x40','\x12','\x20','\x14','\x10','\x18','\x00','\x30','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x80','\x18','\x60','\x20','\x10','\x40','\x08','\x40','\x08','\x80','\x04','\x80','\x04','\x80','\x04','\x80','\x04','\x40','\x08','\x40','\x08','\x20','\x10','\x18','\x60','\x07','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\xf8','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x80','\x00','\x80','\x00','\x40','\x00','\x20','\x00','\x10','\x00','\x08','\x00','\x04','\x00','\x02','\x00','\x01','\x00','\x00','\x80','\x00','\x40','\x00','\x20','\x00','\x10','\x00','\x08','\x00','\x04','\x00','\x02','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x41','\x82','\x00','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x61','\x86','\x61','\x86','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x18','\x18','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x10','\x00','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x18','\x00','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x24','\x00','\x48','\x00','\x6c','\x00','\x6c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x36','\x00','\x36','\x00','\x12','\x00','\x24','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x10','\x00','\x30','\x00','\x20','\x00','\x60','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x60','\x00','\x20','\x00','\x30','\x00','\x10','\x00','\x08','\x10','\x00','\x08','\x00','\x0c','\x00','\x04','\x00','\x06','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x08','\x00','\x10','\x00','\x00','\x08','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x20','\x00','\x10','\x00','\x08','\x00','\x00','\x10','\x00','\x08','\x00','\x04','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\xf8','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\xf8','\x1f','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x1f','\x00','\x00','\x08','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x10','\x00','\x08','\x10','\x00','\x08','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x02','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x00','\x08','\x00','\x08','\x00','\x10','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x80','\x00','\x40','\x00','\x20','\x00','\x20','\x00','\x10','\x00','\x10','\x00','\x08','\x00','\x08','\x00','\x00','\x10','\x00','\x10','\x00','\x08','\x00','\x08','\x00','\x04','\x00','\x04','\x00','\x02','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x08','\x00','\x10','\x00','\x10','\x00','\x00','\x00','\x00','\x48','\x00','\x48','\x00','\x90','\x00','\x90','\x01','\x20','\x01','\x20','\x02','\x40','\x04','\x80','\x02','\x40','\x01','\x20','\x01','\x20','\x00','\x90','\x00','\x90','\x00','\x48','\x00','\x48','\x00','\x00','\x12','\x00','\x12','\x00','\x09','\x00','\x09','\x00','\x04','\x80','\x04','\x80','\x02','\x40','\x01','\x20','\x02','\x40','\x04','\x80','\x04','\x80','\x09','\x00','\x09','\x00','\x12','\x00','\x12','\x00','\x00','\x00','\x00','\xf8','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x1f','\x00','\x00','\x00','\x01','\xf8','\x01','\x08','\x01','\x78','\x01','\x40','\x01','\x40','\x01','\x40','\x01','\x40','\x01','\x40','\x01','\x40','\x01','\x40','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x80','\x02','\x80','\x02','\x80','\x02','\x80','\x02','\x80','\x02','\x80','\x02','\x80','\x02','\x80','\x1e','\x80','\x10','\x80','\x1f','\x80','\x00','\x00','\x00','\xf8','\x00','\xf0','\x00','\xe0','\x00','\xe0','\x00','\xe0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xc0','\x00','\xe0','\x00','\xe0','\x00','\xf0','\x00','\xf8','\x00','\x00','\x1f','\x00','\x0f','\x00','\x07','\x00','\x07','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x03','\x00','\x07','\x00','\x07','\x00','\x0f','\x00','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x08','\x08','\x10','\x04','\x20','\x02','\x40','\x01','\x80','\x01','\x80','\x02','\x40','\x04','\x20','\x08','\x10','\x10','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x40','\x00','\x80','\x3f','\xfc','\x00','\x80','\x01','\x00','\x01','\x00','\x3f','\xfc','\x01','\x00','\x02','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x18','\x00','\x60','\x01','\x80','\x06','\x00','\x18','\x00','\x60','\x00','\x18','\x00','\x04','\x00','\x03','\x00','\x00','\xc0','\x00','\x20','\x00','\x18','\x00','\x06','\x00','\x00','\x00','\x00','\x60','\x00','\x18','\x00','\x06','\x00','\x01','\x80','\x00','\x60','\x00','\x18','\x00','\x06','\x00','\x18','\x00','\x20','\x00','\xc0','\x03','\x00','\x04','\x00','\x18','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\xe0','\x07','\x00','\x38','\x00','\x07','\x00','\x00','\xe0','\x00','\x1c','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x07','\x00','\x00','\xe0','\x00','\x1c','\x00','\xe0','\x07','\x00','\x38','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x38','\x22','\x44','\x41','\x82','\x41','\x82','\x41','\x82','\x41','\x82','\x22','\x44','\x1c','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x0c','\x30','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xfe','\x00','\x06','\x00','\x0a','\x00','\x12','\x00','\x22','\x00','\x42','\x1e','\x82','\x21','\x00','\x40','\x80','\x40','\x80','\x40','\x80','\x40','\x80','\x21','\x00','\x1e','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x04','\x20','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x04','\x20','\x03','\xc0','\x01','\x00','\x1f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x30','\x00','\x48','\x00','\x48','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x18','\x00','\x30','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x11','\x00','\x33','\x00','\x66','\x00','\x44','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\xf2','\x93','\x0a','\x96','\x06','\x64','\x02','\x0c','\x02','\x08','\x00','\x08','\x00','\x08','\x00','\x0c','\x00','\x04','\x02','\x06','\x06','\x03','\x0c','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x3e','\x10','\x08','\x10','\x08','\x08','\x10','\x7f','\xfe','\x04','\x20','\x04','\x40','\x02','\x80','\x7f','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x01','\x00','\x07','\xe0','\x09','\x30','\x11','\x18','\x11','\x00','\x09','\x00','\x07','\x00','\x01','\xe0','\x01','\x10','\x01','\x08','\x11','\x08','\x19','\x10','\x0f','\xe0','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x03','\xc0','\x04','\x60','\x08','\x90','\x08','\x80','\x09','\x00','\x09','\x00','\x06','\x10','\x03','\xe0','\x04','\x00','\x00','\x00','\x00','\x00','\x01','\xf0','\x02','\x08','\x04','\x04','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x7f','\xf0','\x02','\x00','\x02','\x00','\x3a','\x00','\x46','\x02','\x45','\x84','\x38','\x78','\x00','\x00','\x00','\x00','\x38','\x02','\x44','\x04','\x44','\x08','\x44','\x10','\x44','\x20','\x44','\x40','\x38','\x80','\x01','\x1c','\x02','\x22','\x04','\x22','\x08','\x22','\x10','\x22','\x20','\x22','\x40','\x1c','\x00','\x00','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x1f','\xfc','\x1f','\xfc','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x3f','\xf8','\x3f','\xf8','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x00','\x00','\x0f','\x00','\x18','\x80','\x10','\x80','\x11','\x80','\x1b','\x00','\x0e','\x7c','\x0c','\x10','\x1e','\x30','\x33','\x20','\x61','\xe0','\x40','\xc0','\x41','\xe2','\x23','\x36','\x1e','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x19','\x30','\x0d','\x60','\x07','\xc0','\x01','\x00','\x07','\xc0','\x0d','\x60','\x19','\x30','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x10','\x08','\x11','\xa8','\x22','\x64','\x24','\x44','\x24','\x44','\x24','\xc8','\x13','\x70','\x10','\x04','\x0c','\x18','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x0c','\x70','\x0c','\x30','\x0e','\x00','\x07','\x80','\x0c','\xe0','\x08','\x30','\x0c','\x10','\x07','\x30','\x01','\xe0','\x00','\x70','\x0c','\x30','\x0e','\x30','\x03','\xe0','\x00','\x00','\x00','\x00','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x04','\x40','\x7c','\x7c','\x20','\x08','\x10','\x10','\x08','\x20','\x08','\x20','\x11','\x10','\x12','\x90','\x2c','\x68','\x30','\x18','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x03','\x80','\x03','\x80','\x07','\xc0','\x7f','\xfc','\x3f','\xf8','\x1f','\xf0','\x0f','\xe0','\x0f','\xe0','\x1e','\xf0','\x1c','\x70','\x38','\x38','\x20','\x08','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x10','\x08','\x20','\x04','\x20','\x04','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x20','\x04','\x20','\x04','\x10','\x08','\x0c','\x30','\x03','\xc0','\x00','\x00','\x00','\x00','\x03','\xc0','\x0f','\xf0','\x1f','\xf8','\x3f','\xfc','\x3f','\xfc','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x3f','\xfc','\x3f','\xfc','\x1f','\xf8','\x0f','\xf0','\x03','\xc0','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x10','\x08','\x23','\xc4','\x24','\x24','\x48','\x12','\x48','\x12','\x48','\x12','\x48','\x12','\x24','\x24','\x23','\xc4','\x10','\x08','\x0c','\x30','\x03','\xc0','\x00','\x00','\x01','\x80','\x02','\x40','\x04','\x20','\x08','\x10','\x10','\x08','\x20','\x04','\x40','\x02','\x80','\x01','\x80','\x01','\x40','\x02','\x20','\x04','\x10','\x08','\x08','\x10','\x04','\x20','\x02','\x40','\x01','\x80','\x01','\x80','\x03','\xc0','\x07','\xe0','\x0f','\xf0','\x1f','\xf8','\x3f','\xfc','\x7f','\xfe','\xff','\xff','\xff','\xff','\x7f','\xfe','\x3f','\xfc','\x1f','\xf8','\x0f','\xf0','\x07','\xe0','\x03','\xc0','\x01','\x80','\x00','\x00','\x7f','\xfe','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x7f','\xfe','\x00','\x00','\x00','\x00','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x7f','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x04','\x40','\x08','\x20','\x08','\x10','\x10','\x10','\x10','\x08','\x20','\x08','\x20','\x04','\x7f','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x03','\x80','\x03','\x80','\x07','\xc0','\x07','\xe0','\x0f','\xe0','\x0f','\xf0','\x1f','\xf0','\x1f','\xf8','\x3f','\xfc','\x3f','\xfc','\x7f','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfe','\x20','\x04','\x20','\x08','\x10','\x08','\x10','\x10','\x08','\x10','\x08','\x20','\x04','\x40','\x04','\x40','\x02','\x80','\x02','\x80','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfe','\x3f','\xfc','\x3f','\xfc','\x1f','\xf8','\x1f','\xf0','\x0f','\xf0','\x0f','\xe0','\x07','\xe0','\x07','\xc0','\x03','\x80','\x03','\x80','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x21','\x84','\x11','\x88','\x08','\x10','\x04','\x20','\x02','\x40','\x31','\x8c','\x31','\x8c','\x02','\x40','\x04','\x20','\x08','\x10','\x11','\x88','\x21','\x84','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfe','\x00','\x00','\x00','\x00','\x7f','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\xff','\xff','\x00','\x04','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x20','\x00','\xff','\xff','\x20','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x03','\x80','\x05','\x40','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x40','\x03','\x80','\x01','\x00','\x01','\x00','\x3f','\xfe','\x3f','\xfe','\x3f','\xfe','\x3f','\xfe','\x3f','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfe','\x3f','\xfe','\x3f','\xfe','\x3f','\xfe','\x3f','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x06','\x00','\x04','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x80','\x00','\x04','\x00','\x06','\x00','\x04','\x40','\x08','\x20','\x08','\x80','\x08','\x40','\x10','\x40','\x10','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x40','\x00','\x20','\x00','\x20','\x00','\x10','\x00','\x10','\x00','\x08','\x00','\x08','\x00','\x04','\x00','\x04','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x00','\x80','\x00','\x40','\x00','\x80','\x01','\x00','\x00','\x80','\x00','\x40','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x20','\x18','\x20','\x28','\x20','\x48','\x20','\x88','\x21','\x08','\x22','\x08','\x24','\x08','\x28','\x08','\x30','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x21','\xe0','\x1e','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x01','\x80','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x0f','\xc0','\x10','\x20','\x00','\x10','\x00','\x10','\x00','\x20','\x00','\xc0','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xf8','\x08','\x00','\x10','\x00','\x10','\x00','\x1f','\xf8','\x10','\x00','\x10','\x00','\x08','\x00','\x07','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xe0','\x00','\x10','\x00','\x08','\x00','\x08','\x1f','\xf8','\x00','\x08','\x00','\x08','\x00','\x10','\x1f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfc','\x10','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x10','\x00','\x0f','\xfc','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf0','\x00','\x08','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x08','\x3f','\xf0','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfc','\x08','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x10','\x00','\x08','\x00','\x07','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe0','\x00','\x10','\x00','\x08','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x10','\x3f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x08','\x10','\x04','\x20','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x04','\x20','\x08','\x10','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x04','\x40','\x08','\x20','\x08','\x20','\x10','\x10','\x10','\x10','\x20','\x08','\x20','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x08','\x20','\x08','\x10','\x10','\x10','\x10','\x08','\x20','\x08','\x20','\x04','\x40','\x04','\x40','\x02','\x80','\x02','\x80','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x08','\xff','\xfc','\x00','\x02','\x00','\x01','\x00','\x02','\xff','\xfc','\x00','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x10','\x10','\x08','\x3f','\xfc','\x40','\x02','\x80','\x01','\x40','\x02','\x3f','\xfc','\x10','\x08','\x08','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x04','\x40','\x04','\x20','\x08','\x20','\x08','\x1f','\xf0','\x10','\x10','\x08','\x20','\x08','\x20','\x04','\x40','\x04','\x40','\x02','\x80','\x02','\x80','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf0','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x1f','\xf0','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x1f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x86','\x06','\x18','\x06','\x18','\x18','\x60','\x18','\x60','\x18','\x60','\x18','\x60','\x18','\x60','\x18','\x60','\x06','\x18','\x06','\x18','\x01','\x86','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x61','\x80','\x18','\x60','\x18','\x60','\x06','\x18','\x06','\x18','\x06','\x18','\x06','\x18','\x06','\x18','\x06','\x18','\x18','\x60','\x18','\x60','\x61','\x80','\x00','\x00','\x00','\x08','\x00','\x30','\x00','\x50','\x00','\x50','\x00','\x50','\x00','\x50','\x00','\x50','\x00','\x50','\x00','\x50','\x00','\x50','\x00','\x50','\x00','\x50','\x00','\x50','\x00','\x30','\x00','\x08','\x00','\x00','\x10','\x00','\x0c','\x00','\x0a','\x00','\x0a','\x00','\x0a','\x00','\x0a','\x00','\x0a','\x00','\x0a','\x00','\x0a','\x00','\x0a','\x00','\x0a','\x00','\x0a','\x00','\x0a','\x00','\x0c','\x00','\x10','\x00','\x00','\x00','\x03','\xf8','\x02','\x10','\x02','\x20','\x02','\x40','\x02','\x40','\x02','\x80','\x02','\x80','\x02','\x80','\x02','\x80','\x02','\x80','\x02','\x40','\x02','\x40','\x02','\x20','\x02','\x10','\x03','\xf8','\x00','\x00','\x1f','\xc0','\x08','\x40','\x04','\x40','\x02','\x40','\x02','\x40','\x01','\x40','\x01','\x40','\x01','\x40','\x01','\x40','\x01','\x40','\x02','\x40','\x02','\x40','\x04','\x40','\x08','\x40','\x1f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x38','\x1c','\xc0','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xe0','\x03','\x30','\x04','\x10','\x00','\x10','\x00','\x10','\x03','\xb0','\x04','\x60','\x08','\x20','\x18','\x60','\x10','\x40','\x10','\xc0','\x19','\x80','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfe','\x30','\x04','\x30','\x0c','\x18','\x08','\x18','\x18','\x0c','\x10','\x0c','\x30','\x06','\x20','\x06','\x60','\x03','\x40','\x03','\xc0','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x18','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x00','\x00','\x00','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x00','\x84','\x03','\x18','\x04','\x20','\x18','\xc0','\x21','\x00','\x42','\x00','\x21','\x00','\x10','\x80','\x08','\x40','\x06','\x30','\x01','\x08','\x00','\x84','\x00','\x42','\x00','\x00','\x00','\x00','\x42','\x00','\x21','\x00','\x18','\xc0','\x04','\x20','\x03','\x18','\x00','\x84','\x00','\x42','\x00','\x84','\x01','\x08','\x02','\x10','\x0c','\x60','\x10','\x80','\x21','\x00','\x42','\x00','\x00','\x00','\x00','\xff','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x22','\x00','\x74','\x00','\xb4','\x00','\x1c','\x00','\x18','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x38','\x20','\x44','\x40','\x82','\x40','\x82','\x41','\x02','\x41','\x02','\x22','\x04','\x1c','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x38','\x22','\x44','\x41','\x80','\x41','\x80','\x41','\x80','\x41','\x80','\x22','\x44','\x1c','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x0c','\x30','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x02','\x40','\x02','\x00','\x02','\x00','\x03','\x00','\x03','\x00','\x01','\x00','\x01','\x80','\x01','\x80','\x00','\x80','\x00','\xc0','\x00','\xc0','\x00','\x40','\x00','\x40','\x02','\x40','\x03','\x80','\x0e','\x38','\x12','\x48','\x10','\x40','\x10','\x40','\x18','\x60','\x18','\x60','\x08','\x20','\x0c','\x30','\x0c','\x30','\x04','\x10','\x06','\x18','\x06','\x18','\x02','\x08','\x02','\x08','\x12','\x48','\x1c','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x02','\x40','\x02','\x40','\x01','\x80','\x00','\x00','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x04','\x20','\x0f','\xf0','\x08','\x10','\x10','\x08','\x7c','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x40','\x48','\x40','\x48','\x80','\x49','\x00','\x49','\x00','\x4a','\x00','\x34','\x00','\x05','\x8c','\x0a','\x52','\x12','\x52','\x12','\x52','\x22','\x52','\x42','\x52','\x41','\x8c','\x00','\x00','\x00','\x20','\x04','\x20','\x04','\x20','\x04','\x3c','\x07','\xfc','\x3f','\xe0','\x3c','\x20','\x04','\x20','\x04','\x20','\x04','\x3c','\x07','\xfc','\x3f','\xe0','\x3c','\x20','\x04','\x20','\x04','\x20','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x05','\xe0','\x06','\x30','\x04','\x30','\x04','\x30','\x04','\x30','\x04','\x60','\x04','\xc0','\x05','\x00','\x06','\x00','\x04','\x00','\x00','\x80','\x00','\x80','\x00','\xc0','\x00','\xe0','\x00','\xb0','\x00','\x98','\x00','\x8c','\x00','\x84','\x00','\x84','\x00','\x88','\x00','\x90','\x00','\x80','\x0f','\x80','\x1f','\x80','\x1f','\x00','\x0e','\x00','\x01','\x00','\x03','\x80','\x09','\x20','\x1f','\xf0','\x09','\x20','\x01','\x00','\x07','\xc0','\x03','\x80','\x03','\x80','\x03','\x80','\x03','\x80','\x03','\x80','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x03','\x80','\x09','\x20','\x1f','\xf0','\x09','\x20','\x03','\x80','\x03','\x80','\x01','\x00','\x01','\x00','\x03','\x80','\x03','\x80','\x09','\x20','\x1f','\xf0','\x09','\x20','\x03','\x80','\x01','\x00','\x00','\x00','\x07','\xe0','\x0f','\x20','\x1f','\x20','\x1f','\x20','\x1f','\x20','\x0f','\x20','\x07','\x20','\x01','\x20','\x01','\x20','\x01','\x20','\x01','\x20','\x01','\x20','\x01','\x20','\x01','\x20','\x01','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x06','\x30','\x08','\x08','\x10','\x04','\x10','\x04','\x20','\x02','\x20','\x02','\x20','\x02','\x10','\x04','\x10','\x04','\x08','\x08','\x06','\x30','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x38','\x00','\x54','\x00','\x10','\x00','\x10','\x00','\x20','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xc0','\x00','\x20','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x54','\x00','\x38','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x04','\x20','\x08','\x10','\x08','\x10','\x18','\x18','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x18','\x18','\x08','\x10','\x08','\x10','\x04','\x20','\x03','\xc0','\x00','\x00','\x00','\x00','\x01','\x00','\x03','\x00','\x05','\x00','\x09','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x07','\xe0','\x0c','\x10','\x18','\x08','\x10','\x08','\x00','\x08','\x00','\x18','\x00','\x30','\x00','\x60','\x00','\xc0','\x01','\x80','\x03','\x00','\x06','\x00','\x0c','\x00','\x1f','\xf8','\x00','\x00','\x00','\x00','\x03','\xe0','\x0e','\x10','\x18','\x08','\x00','\x08','\x00','\x08','\x00','\x10','\x07','\xe0','\x00','\x10','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x18','\x00','\x70','\x1f','\xc0','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\xe0','\x01','\xa0','\x03','\x20','\x06','\x20','\x0c','\x20','\x18','\x20','\x30','\x20','\x20','\x20','\x3f','\xfc','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\xf8','\x00','\x00','\x00','\x00','\x1f','\xf8','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x17','\xe0','\x18','\x10','\x10','\x08','\x00','\x08','\x00','\x08','\x00','\x18','\x00','\x30','\x00','\xe0','\x1f','\x80','\x00','\x00','\x00','\x00','\x00','\xf0','\x03','\x80','\x06','\x00','\x0c','\x00','\x08','\x00','\x1b','\xc0','\x14','\x30','\x18','\x18','\x10','\x08','\x10','\x08','\x18','\x08','\x08','\x18','\x0c','\x30','\x03','\xc0','\x00','\x00','\x00','\x00','\x1f','\xfc','\x10','\x08','\x10','\x18','\x10','\x10','\x00','\x30','\x00','\x20','\x00','\x60','\x00','\x40','\x00','\xc0','\x00','\x80','\x00','\x80','\x01','\x80','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x18','\x18','\x10','\x08','\x10','\x08','\x08','\x10','\x07','\xe0','\x08','\x10','\x10','\x08','\x10','\x08','\x10','\x08','\x18','\x18','\x0c','\x30','\x03','\xc0','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x18','\x10','\x10','\x18','\x10','\x08','\x10','\x08','\x18','\x18','\x0c','\x28','\x03','\xd8','\x00','\x10','\x00','\x30','\x00','\x60','\x01','\xc0','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xe0','\x04','\x10','\x09','\xc8','\x13','\xe4','\x17','\xf4','\x17','\xf4','\x17','\xf4','\x13','\xe4','\x09','\xc8','\x04','\x10','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x28','\x60','\x44','\x90','\x03','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x08','\x00','\x08','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x00','\x24','\x00','\x14','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\x38','\x00','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x03','\x80','\x02','\x80','\x06','\xc0','\x04','\x40','\x0c','\x60','\x08','\x20','\x0f','\xe0','\x18','\x30','\x10','\x10','\x30','\x18','\x20','\x08','\xf8','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe0','\x08','\x10','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x10','\x0f','\xe0','\x08','\x18','\x08','\x04','\x08','\x04','\x08','\x04','\x08','\x08','\x3f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc8','\x0c','\x28','\x18','\x18','\x10','\x08','\x30','\x08','\x20','\x00','\x20','\x00','\x20','\x00','\x30','\x00','\x10','\x08','\x18','\x18','\x0c','\x30','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xc0','\x08','\x30','\x08','\x18','\x08','\x08','\x08','\x0c','\x08','\x04','\x08','\x04','\x08','\x04','\x08','\x0c','\x08','\x08','\x08','\x18','\x08','\x30','\x3f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x08','\x08','\x08','\x04','\x08','\x00','\x08','\x40','\x08','\x40','\x0f','\xc0','\x08','\x40','\x08','\x40','\x08','\x00','\x08','\x04','\x08','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xfc','\x04','\x04','\x04','\x04','\x04','\x00','\x04','\x20','\x04','\x20','\x07','\xe0','\x04','\x20','\x04','\x20','\x04','\x00','\x04','\x00','\x04','\x00','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc8','\x0c','\x38','\x18','\x08','\x10','\x08','\x30','\x00','\x20','\x00','\x20','\x00','\x20','\x3e','\x30','\x08','\x10','\x08','\x18','\x18','\x0c','\x28','\x03','\xc8','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x3e','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x7c','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf8','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x10','\x20','\x18','\x40','\x0f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x7c','\x08','\x30','\x08','\x60','\x08','\xc0','\x09','\x80','\x0b','\x00','\x0f','\x00','\x09','\x80','\x08','\xc0','\x08','\x60','\x08','\x30','\x08','\x18','\x3e','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x04','\x04','\x04','\x04','\x04','\x1f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x1e','\x30','\x18','\x38','\x38','\x28','\x28','\x28','\x28','\x2c','\x68','\x24','\x48','\x24','\x48','\x26','\xc8','\x22','\x88','\x23','\x88','\x21','\x08','\xf1','\x1e','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x3e','\x1c','\x08','\x14','\x08','\x16','\x08','\x13','\x08','\x11','\x08','\x11','\x88','\x10','\xc8','\x10','\x48','\x10','\x68','\x10','\x38','\x10','\x18','\x78','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x18','\x18','\x10','\x08','\x30','\x0c','\x20','\x04','\x20','\x04','\x20','\x04','\x30','\x0c','\x10','\x08','\x18','\x18','\x0c','\x30','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf0','\x04','\x08','\x04','\x04','\x04','\x04','\x04','\x04','\x04','\x08','\x07','\xf0','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x18','\x18','\x10','\x08','\x30','\x0c','\x20','\x04','\x20','\x04','\x20','\x04','\x30','\x0c','\x11','\x88','\x1a','\x58','\x0c','\x30','\x03','\xd2','\x00','\x0c','\x00','\x00','\x00','\x00','\x3f','\xe0','\x08','\x10','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x10','\x0f','\xe0','\x08','\x20','\x08','\x30','\x08','\x10','\x08','\x18','\x08','\x08','\x3e','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc8','\x08','\x28','\x10','\x18','\x10','\x08','\x10','\x08','\x0c','\x00','\x03','\xc0','\x00','\x30','\x10','\x08','\x10','\x08','\x18','\x08','\x14','\x10','\x13','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x3e','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x18','\x18','\x0c','\x30','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x3e','\x10','\x08','\x18','\x18','\x08','\x10','\x08','\x30','\x0c','\x20','\x04','\x20','\x04','\x60','\x06','\x40','\x02','\xc0','\x02','\x80','\x03','\x80','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf9','\x9f','\x21','\x84','\x21','\x84','\x23','\xc4','\x32','\x4c','\x12','\x48','\x16','\x68','\x14','\x28','\x14','\x28','\x1c','\x38','\x0c','\x30','\x08','\x10','\x08','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x7c','\x10','\x10','\x18','\x30','\x0c','\x60','\x06','\xc0','\x03','\x80','\x01','\x00','\x03','\x80','\x06','\xc0','\x0c','\x60','\x18','\x30','\x10','\x10','\x78','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x7c','\x10','\x10','\x18','\x30','\x08','\x20','\x0c','\x60','\x04','\x40','\x06','\xc0','\x03','\x80','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf8','\x10','\x30','\x10','\x60','\x00','\x40','\x00','\xc0','\x01','\x80','\x01','\x00','\x03','\x00','\x06','\x00','\x04','\x00','\x0c','\x08','\x18','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x50','\x00','\xe0','\x03','\x80','\x04','\xf0','\x01','\x88','\x01','\x08','\x01','\x08','\x02','\x10','\x02','\x10','\x02','\x10','\x04','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x7c','\x42','\x42','\x42','\x42','\x42','\x42','\x42','\x42','\x7e','\x7c','\x42','\x40','\x42','\x40','\x42','\x40','\x42','\x40','\x42','\x40','\x42','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x00','\x20','\x00','\x20','\x07','\xe0','\x08','\x20','\x08','\x20','\x08','\x68','\x07','\x98','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x05','\xe0','\x06','\x10','\x04','\x08','\x04','\x08','\x04','\x08','\x04','\x08','\x06','\x10','\x05','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xe0','\x04','\x10','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x04','\x10','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x07','\xa0','\x08','\x60','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x08','\x60','\x07','\xb8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x04','\x20','\x08','\x10','\x0f','\xf0','\x08','\x00','\x08','\x00','\x04','\x10','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x00','\x88','\x01','\x00','\x01','\x00','\x01','\x00','\x0f','\xe0','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xd8','\x08','\x20','\x08','\x20','\x08','\x20','\x07','\xc0','\x08','\x00','\x0f','\xf0','\x10','\x08','\x10','\x08','\x0f','\xf0','\x00','\x00','\x1c','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x05','\xe0','\x06','\x30','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x1e','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\xc0','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x10','\x80','\x1f','\x00','\x00','\x00','\x38','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\xf8','\x08','\x60','\x09','\x80','\x0e','\x00','\x09','\x00','\x08','\xc0','\x08','\x30','\x3e','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x37','\x38','\x18','\xc4','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x39','\xce','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1d','\xe0','\x06','\x30','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x1e','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x04','\x20','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x04','\x20','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1d','\xe0','\x06','\x10','\x04','\x08','\x04','\x08','\x04','\x08','\x06','\x10','\x05','\xe0','\x04','\x00','\x04','\x00','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xa0','\x08','\x60','\x10','\x20','\x10','\x20','\x10','\x20','\x08','\x60','\x07','\xa0','\x00','\x20','\x00','\x20','\x00','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x70','\x02','\x90','\x03','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x0f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xd0','\x08','\x30','\x08','\x10','\x07','\x80','\x00','\x60','\x08','\x10','\x0c','\x10','\x0b','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x1f','\xe0','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x01','\x10','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x70','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x06','\x30','\x03','\xdc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x78','\x08','\x20','\x0c','\x60','\x04','\x40','\x06','\xc0','\x02','\x80','\x03','\x80','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x79','\x9e','\x11','\x88','\x1b','\xd8','\x0a','\x50','\x0a','\x50','\x0e','\x70','\x04','\x20','\x04','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1e','\x78','\x04','\x20','\x02','\x40','\x01','\x80','\x02','\x40','\x04','\x20','\x08','\x10','\x3e','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1e','\x3c','\x04','\x10','\x06','\x30','\x02','\x20','\x03','\x60','\x01','\x40','\x00','\xc0','\x01','\x80','\x13','\x00','\x1e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xf0','\x08','\x20','\x08','\x40','\x00','\x80','\x01','\x00','\x02','\x10','\x04','\x10','\x0f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x00','\x13','\x80','\x0e','\x00','\x04','\x80','\x07','\xe0','\x0d','\x10','\x16','\x10','\x26','\x10','\x2a','\x20','\x10','\xc0','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x00','\x02','\xc0','\x1f','\x00','\x04','\x80','\x04','\x80','\x07','\xe0','\x0d','\x10','\x15','\x08','\x22','\x08','\x26','\x08','\x2a','\x10','\x10','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x40','\x10','\x20','\x10','\x10','\x10','\x30','\x0a','\x00','\x0c','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x20','\x60','\x20','\x10','\x20','\x08','\x22','\x08','\x24','\x18','\x14','\x08','\x18','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x80','\x00','\x00','\x13','\x80','\x0c','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x80','\x03','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x03','\xc0','\x1c','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x80','\x00','\x00','\x01','\xc0','\x0e','\x80','\x01','\x00','\x02','\x00','\x07','\x00','\x09','\x00','\x10','\xf0','\x00','\x00','\x00','\x00','\x04','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x11','\xc0','\x0e','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x0e','\x00','\x11','\x00','\x21','\x00','\x20','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x40','\x08','\x30','\x0c','\x20','\x38','\x00','\x0b','\xc0','\x0c','\x20','\x18','\x20','\x28','\x20','\x18','\xc0','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x30','\x05','\x08','\x06','\x0c','\x1c','\x00','\x04','\x60','\x05','\x90','\x06','\x08','\x0c','\x08','\x34','\x88','\x0c','\x70','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x00','\x04','\x60','\x47','\x10','\x3c','\x88','\x08','\x98','\x08','\x80','\x08','\x80','\x10','\x80','\x11','\x00','\x25','\x00','\x22','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x24','\x04','\x10','\x04','\x40','\x47','\x20','\x3c','\x90','\x08','\x88','\x08','\x98','\x08','\x80','\x10','\x80','\x11','\x00','\x25','\x00','\x22','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x60','\x0f','\x80','\x00','\x80','\x00','\xf0','\x1f','\x40','\x00','\x20','\x00','\x20','\x07','\xf0','\x08','\x10','\x08','\x00','\x06','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x04','\x08','\x02','\x24','\x02','\xd0','\x1f','\x00','\x01','\x00','\x01','\xe0','\x3e','\x80','\x00','\x40','\x00','\x40','\x0f','\xe0','\x10','\x20','\x10','\x00','\x0c','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x06','\x00','\x08','\x00','\x08','\x00','\x04','\x00','\x02','\x00','\x01','\x00','\x00','\x80','\x00','\x40','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x40','\x00','\x40','\x00','\x88','\x01','\x24','\x06','\x10','\x08','\x00','\x08','\x00','\x04','\x00','\x02','\x00','\x01','\x00','\x00','\x80','\x00','\x40','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x80','\x20','\x40','\x10','\x20','\x10','\x20','\x10','\x3c','\x23','\xe0','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x18','\x20','\x10','\x40','\x10','\x40','\x00','\x80','\x00','\x00','\x00','\x00','\x01','\x08','\x40','\xa4','\x20','\x50','\x20','\x40','\x20','\x78','\x47','\xc0','\x40','\x40','\x40','\x40','\x40','\x40','\x40','\x40','\x30','\x40','\x20','\x80','\x20','\x80','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x07','\xe0','\x00','\x80','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x20','\x00','\x10','\x10','\x0f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x04','\x07','\xf0','\x00','\x88','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x20','\x00','\x10','\x10','\x0f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x00','\x01','\x30','\x21','\xc0','\x1e','\x80','\x00','\x40','\x00','\x40','\x07','\xe0','\x08','\x20','\x10','\x00','\x10','\x00','\x0c','\x00','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x08','\x02','\x04','\x01','\x30','\x21','\xc8','\x1e','\x80','\x00','\x40','\x00','\x40','\x07','\xe0','\x08','\x20','\x10','\x00','\x10','\x00','\x0c','\x00','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x08','\x08','\x10','\x04','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x20','\x08','\x90','\x08','\x40','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x08','\x08','\x10','\x04','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x80','\x40','\xf8','\x3f','\x80','\x00','\x80','\x03','\x80','\x04','\xc0','\x04','\x40','\x03','\xc0','\x00','\x40','\x00','\x80','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x01','\x28','\x00','\x94','\x40','\xf8','\x3f','\x80','\x00','\x80','\x03','\x80','\x04','\xc0','\x04','\x40','\x03','\xc0','\x00','\x40','\x00','\x80','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x10','\x40','\x08','\x40','\x08','\x78','\x4b','\xc0','\x3c','\x40','\x08','\x40','\x08','\x40','\x08','\xc0','\x08','\x40','\x04','\x00','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x84','\x10','\x50','\x08','\x48','\x08','\x78','\x4b','\xc0','\x3c','\x40','\x08','\x40','\x08','\x40','\x08','\xc0','\x08','\x40','\x04','\x00','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x09','\xc0','\x06','\x40','\x00','\x80','\x01','\x00','\x02','\x38','\x07','\xc0','\x38','\x80','\x01','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x09','\xc8','\x06','\x64','\x00','\x90','\x01','\x00','\x02','\x38','\x07','\xc0','\x38','\x80','\x01','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x80','\x07','\x00','\x3c','\x00','\x08','\xf0','\x08','\x18','\x08','\x20','\x10','\x00','\x10','\x00','\x11','\x00','\x21','\x00','\x20','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x24','\x04','\x90','\x07','\x00','\x3c','\x00','\x08','\xf0','\x08','\x18','\x08','\x20','\x10','\x00','\x10','\x00','\x11','\x00','\x21','\x00','\x20','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x00','\x04','\xc0','\x47','\x00','\x3c','\x00','\x08','\x00','\x08','\xc0','\x0b','\x20','\x1c','\x10','\x10','\x10','\x00','\x10','\x00','\x20','\x00','\xc0','\x07','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x08','\x04','\xc4','\x47','\x10','\x3c','\x08','\x08','\x00','\x08','\xc0','\x0b','\x20','\x1c','\x10','\x10','\x10','\x00','\x10','\x00','\x20','\x00','\xc0','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x06','\x20','\x38','\x10','\x00','\x10','\x00','\x10','\x00','\x20','\x00','\xc0','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xe0','\x4c','\x10','\x30','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x10','\x00','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x24','\x00','\x10','\x03','\xe0','\x4c','\x10','\x30','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x10','\x00','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x43','\xc0','\x3c','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x43','\xc0','\x3c','\x88','\x01','\x24','\x01','\x10','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x70','\x03','\x80','\x06','\x00','\x08','\x00','\x10','\x00','\x10','\x00','\x08','\x00','\x07','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x08','\x02','\x24','\x02','\x10','\x02','\x00','\x02','\x70','\x03','\x80','\x06','\x00','\x08','\x00','\x10','\x00','\x10','\x00','\x08','\x00','\x07','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x00','\x02','\x80','\x3f','\x00','\x04','\x70','\x08','\x18','\x08','\x20','\x10','\x40','\x10','\x40','\x20','\x40','\x03','\xc0','\x04','\x60','\x04','\x50','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x10','\x00','\x10','\xf0','\x13','\x18','\x20','\x20','\x20','\x00','\x20','\x00','\x20','\x00','\x22','\x00','\x2a','\x00','\x11','\xf8','\x10','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x80','\x00','\x80','\x13','\xe0','\x15','\x10','\x19','\x08','\x12','\x08','\x2a','\x08','\x4c','\x08','\x4c','\x68','\x54','\x90','\x20','\x68','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x4c','\xe0','\x3f','\x10','\x0c','\x10','\x08','\x10','\x18','\x10','\x18','\x10','\x28','\xf0','\x59','\x18','\x08','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0d','\x20','\x11','\x10','\x11','\x08','\x22','\x08','\x22','\x08','\x24','\x08','\x24','\x10','\x28','\x10','\x10','\x60','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x20','\x20','\x10','\x20','\x14','\x38','\x13','\xe0','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x29','\xe0','\x12','\x30','\x12','\x28','\x11','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x88','\x40','\x44','\x20','\x50','\x28','\x78','\x27','\xc0','\x40','\x40','\x40','\x40','\x40','\x40','\x40','\x40','\x53','\xc0','\x24','\x60','\x24','\x50','\x23','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x98','\x40','\x64','\x20','\x64','\x28','\x78','\x27','\xc0','\x40','\x40','\x40','\x40','\x40','\x40','\x40','\x40','\x53','\xc0','\x24','\x60','\x24','\x50','\x23','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x04','\x40','\x3c','\x20','\x08','\x20','\x08','\x30','\x10','\x28','\x10','\x20','\x10','\x20','\x10','\x40','\x10','\x40','\x08','\x80','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x44','\x04','\x50','\x3c','\x28','\x08','\x20','\x08','\x30','\x10','\x28','\x10','\x20','\x10','\x20','\x10','\x40','\x10','\x40','\x08','\x80','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x48','\x04','\x48','\x3c','\x30','\x08','\x20','\x08','\x30','\x10','\x28','\x10','\x20','\x10','\x20','\x10','\x40','\x10','\x40','\x08','\x80','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x03','\x80','\x00','\x80','\x01','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x02','\xb0','\x4c','\x88','\x38','\x9c','\x24','\x80','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x03','\x88','\x00','\xa4','\x01','\x10','\x02','\x00','\x02','\x00','\x01','\x00','\x02','\xb0','\x4c','\x88','\x38','\x9c','\x24','\x80','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x03','\x98','\x00','\xa4','\x01','\x24','\x02','\x18','\x02','\x00','\x01','\x00','\x02','\xb0','\x4c','\x88','\x38','\x9c','\x24','\x80','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x09','\x00','\x10','\x80','\x20','\x40','\x00','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x48','\x06','\x20','\x09','\x00','\x10','\x80','\x20','\x40','\x00','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x48','\x00','\x48','\x06','\x30','\x09','\x00','\x10','\x80','\x20','\x40','\x00','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x22','\x30','\x11','\xc0','\x10','\x40','\x10','\x38','\x23','\xe0','\x20','\x20','\x20','\x20','\x20','\x20','\x29','\xe0','\x12','\x30','\x12','\x28','\x11','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x44','\x68','\x23','\x84','\x20','\x90','\x20','\x78','\x47','\xc0','\x40','\x40','\x40','\x40','\x40','\x40','\x53','\xc0','\x24','\x60','\x24','\x50','\x23','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x44','\x64','\x23','\xa4','\x20','\x98','\x20','\x70','\x47','\xc0','\x40','\x40','\x40','\x40','\x40','\x40','\x53','\xc0','\x24','\x60','\x24','\x50','\x23','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x80','\x10','\xf0','\x0f','\x80','\x00','\x80','\x10','\xe0','\x0f','\x80','\x00','\x80','\x00','\x80','\x0f','\x80','\x10','\xe0','\x10','\x90','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x80','\x07','\x80','\x01','\x00','\x01','\x00','\x02','\x20','\x02','\x10','\x0f','\xf0','\x34','\x18','\x44','\x24','\x48','\x20','\x30','\x40','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x00','\x27','\x00','\x1c','\x30','\x04','\x08','\x1c','\x0c','\x24','\x00','\x24','\x00','\x2c','\x20','\x18','\x10','\x08','\x10','\x08','\x10','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x80','\x10','\x80','\x13','\xc0','\x1c','\xa0','\x11','\x10','\x29','\x08','\x2a','\x08','\x46','\x08','\x44','\x08','\x4a','\x10','\x30','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x11','\x00','\x0e','\x00','\x03','\x80','\x12','\x00','\x24','\x20','\x1c','\x20','\x07','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x02','\x20','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x08','\x80','\x09','\xe0','\x0e','\x10','\x3c','\x10','\x04','\x60','\x02','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x80','\x01','\xc0','\x18','\x00','\x10','\xf0','\x0b','\x08','\x4c','\x08','\x34','\x08','\x02','\x70','\x02','\x00','\x01','\x00','\x01','\x00','\x00','\x80','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x21','\xe0','\x27','\x10','\x29','\x10','\x31','\x10','\x23','\x20','\x21','\xc0','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x40','\x80','\x21','\xe0','\x22','\x90','\x24','\x88','\x28','\x88','\x30','\x88','\x34','\x88','\x22','\x90','\x21','\xe0','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x20','\x01','\xc0','\x01','\x00','\x01','\x00','\x01','\x00','\x0f','\x00','\x11','\xc0','\x11','\x20','\x0e','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x01','\x30','\x01','\xc0','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x1f','\x80','\x21','\x60','\x21','\x10','\x1e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\xc0','\x06','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x09','\xe0','\x0e','\x10','\x08','\x10','\x08','\x10','\x00','\x20','\x00','\xc0','\x03','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x09','\x80','\x0a','\x40','\x0c','\x20','\x0c','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\xc0','\x07','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x07','\xc0','\x0c','\x20','\x10','\x10','\x20','\x10','\x03','\x90','\x04','\x60','\x04','\x40','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x08','\x00','\x09','\xc0','\x0a','\x20','\x1c','\x20','\x6c','\x20','\x08','\x20','\x18','\x20','\x18','\x20','\x28','\x20','\x48','\x24','\x18','\x18','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x11','\x80','\x0e','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x0f','\xc0','\x08','\x20','\x10','\x10','\x20','\x10','\x00','\x10','\x00','\x20','\x00','\xc0','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x00','\x04','\x00','\x06','\xe0','\x1d','\x10','\x06','\x10','\x0c','\x10','\x0c','\x10','\x14','\x20','\x04','\x40','\x00','\x00','\x00','\x00','\x10','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x4c','\xe0','\x3f','\x10','\x0c','\x08','\x08','\x08','\x18','\x08','\x18','\x08','\x28','\x10','\x48','\x20','\x18','\xc0','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x09','\x80','\x06','\x80','\x01','\x00','\x01','\x00','\x03','\xe0','\x0e','\x10','\x12','\x08','\x24','\x08','\x24','\x08','\x28','\xc8','\x19','\x30','\x10','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x09','\x80','\x07','\x00','\x02','\x00','\x07','\xc0','\x08','\x20','\x10','\x20','\x06','\x20','\x09','\xc0','\x07','\x00','\x08','\x00','\x1c','\xe0','\x23','\x10','\x40','\x38','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x00','\x12','\xc0','\x0f','\x00','\x04','\x00','\x04','\x20','\x0f','\x38','\x18','\xc0','\x21','\x80','\x02','\x80','\x04','\x80','\x08','\x00','\x08','\x00','\x07','\xe0','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x02','\x00','\x04','\x00','\x04','\x00','\x0f','\x00','\x08','\x80','\x10','\x80','\x10','\x88','\x20','\x90','\x20','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\xc8','\x00','\x04','\x00','\x10','\x03','\xc8','\x1c','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x04','\x60','\x3f','\x10','\x04','\x88','\x08','\x98','\x10','\x80','\x11','\x00','\x25','\x00','\x22','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x40','\x08','\x20','\x08','\x20','\x08','\x38','\x11','\xe0','\x10','\x20','\x10','\x20','\x14','\x20','\x14','\x40','\x08','\x40','\x00','\x80','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x21','\xe0','\x1e','\x20','\x02','\x40','\x01','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x21','\xf0','\x1e','\x10','\x00','\x20','\x02','\x40','\x01','\x80','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x40','\x00','\x80','\x03','\x80','\x1c','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x80','\x03','\x00','\x0d','\x00','\x30','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\xe0','\x1e','\x20','\x08','\x20','\x08','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x01','\xf0','\x3e','\x10','\x10','\x10','\x10','\x20','\x08','\x20','\x08','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x0f','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\xe0','\x1e','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x1f','\x80','\x02','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x03','\xf0','\x3c','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x80','\x10','\xe0','\x0f','\x80','\x01','\x80','\x02','\x80','\x04','\x80','\x08','\x80','\x11','\x80','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x40','\x00','\x40','\x20','\x78','\x1f','\xc0','\x00','\xc0','\x01','\x40','\x02','\x40','\x04','\x40','\x08','\x40','\x10','\x40','\x00','\xc0','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x21','\xf0','\x1f','\x10','\x02','\x10','\x02','\x10','\x04','\x20','\x04','\x20','\x08','\x20','\x11','\x40','\x20','\xc0','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x08','\x02','\x24','\x01','\x14','\x01','\x10','\x21','\xf0','\x1f','\x10','\x02','\x10','\x02','\x10','\x04','\x20','\x04','\x20','\x08','\x20','\x11','\x40','\x20','\xc0','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x00','\x02','\x70','\x03','\x80','\x1d','\x00','\x01','\x00','\x01','\x78','\x03','\x80','\x3c','\x80','\x00','\x80','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x08','\x04','\x24','\x02','\x14','\x02','\x70','\x03','\x80','\x1d','\x00','\x01','\x00','\x01','\x78','\x03','\x80','\x3c','\x80','\x00','\x80','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x70','\x03','\x90','\x02','\x20','\x04','\x20','\x04','\x40','\x08','\x40','\x10','\x80','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x24','\x04','\xd4','\x07','\x50','\x04','\x40','\x08','\x40','\x08','\x80','\x10','\x80','\x21','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x00','\x04','\x00','\x04','\x38','\x0f','\xc0','\x09','\x00','\x10','\x80','\x20','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x24','\x04','\x14','\x04','\x10','\x04','\x38','\x0f','\xc0','\x09','\x00','\x10','\x80','\x20','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x21','\xf0','\x1e','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x20','\x00','\x20','\x03','\xe0','\x1c','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x24','\x00','\x14','\x43','\xd0','\x3c','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x80','\x07','\x80','\x38','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x08','\x40','\x04','\x40','\x04','\x40','\x24','\xf8','\x1f','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x00','\x80','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\xa4','\x08','\x54','\x04','\x50','\x04','\x40','\x24','\xf8','\x1f','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x00','\x80','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x02','\x00','\x00','\x00','\x18','\x00','\x04','\x08','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x80','\x13','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x0c','\x24','\x02','\x14','\x00','\x10','\x18','\x00','\x04','\x08','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x80','\x13','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\xe0','\x0f','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x80','\x01','\x40','\x02','\x20','\x0c','\x10','\x30','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x24','\x21','\xd4','\x1e','\x50','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x18','\x20','\x60','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x00','\x04','\x00','\x04','\x78','\x05','\x88','\x26','\x10','\x1c','\x20','\x04','\x40','\x04','\x00','\x04','\x00','\x02','\x00','\x01','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x08','\x24','\x04','\x14','\x04','\x10','\x04','\x78','\x05','\x88','\x26','\x10','\x1c','\x20','\x04','\x40','\x04','\x00','\x04','\x00','\x02','\x00','\x01','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x10','\x10','\x08','\x10','\x04','\x10','\x04','\x20','\x04','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\xa4','\x20','\x54','\x10','\x50','\x08','\x40','\x08','\x40','\x08','\x40','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\xf0','\x02','\x10','\x02','\x20','\x05','\x20','\x08','\xc0','\x10','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x04','\x24','\x02','\x14','\x03','\xf0','\x04','\x20','\x04','\x20','\x0a','\x40','\x11','\x40','\x20','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x18','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x01','\x80','\x1e','\x00','\x01','\x00','\x00','\xf8','\x23','\x80','\x1c','\x80','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x64','\x01','\x94','\x1e','\x10','\x01','\x00','\x00','\xf8','\x23','\x80','\x1c','\x80','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x40','\x12','\x20','\x0a','\x20','\x08','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x10','\x22','\x08','\x11','\x08','\x09','\x10','\x08','\x10','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x24','\x10','\x94','\x08','\x50','\x44','\x40','\x24','\x40','\x10','\x40','\x10','\x80','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x11','\xe0','\x0e','\x00','\x00','\x00','\x00','\x78','\x23','\x80','\x1c','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x24','\x11','\xd4','\x0e','\x10','\x00','\x00','\x20','\xf0','\x1f','\x00','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x07','\x00','\x04','\xc0','\x04','\x20','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x10','\x90','\x08','\x50','\x08','\x40','\x08','\x00','\x08','\x00','\x0e','\x00','\x09','\x80','\x08','\x40','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x80','\x00','\x80','\x20','\xf8','\x1f','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf0','\x3e','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\xf0','\x0f','\x10','\x00','\x20','\x00','\x20','\x0e','\x40','\x01','\xc0','\x00','\xc0','\x01','\x20','\x02','\x10','\x0c','\x10','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\xe0','\x1e','\x20','\x00','\x40','\x00','\x80','\x01','\x00','\x03','\x40','\x0d','\x30','\x31','\x08','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x80','\x04','\x40','\x04','\x20','\x08','\x10','\x08','\x10','\x10','\x08','\x20','\x08','\x40','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x24','\x00','\x14','\x08','\x90','\x04','\x40','\x04','\x20','\x08','\x10','\x08','\x10','\x10','\x08','\x20','\x08','\x40','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x24','\x00','\x24','\x00','\x18','\x08','\x80','\x04','\x40','\x04','\x20','\x08','\x10','\x08','\x10','\x10','\x08','\x20','\x08','\x40','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x08','\x00','\x08','\x00','\x08','\xe0','\x0f','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x04','\x00','\x03','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x10','\x48','\x08','\x28','\x08','\x20','\x08','\x00','\x08','\xe0','\x0f','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x04','\x00','\x03','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x10','\x48','\x08','\x48','\x08','\x30','\x08','\x00','\x08','\xe0','\x0f','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x04','\x00','\x03','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\xf0','\x0f','\x10','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x24','\x23','\xd4','\x1c','\x50','\x00','\x40','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x24','\x23','\xe4','\x1c','\x58','\x00','\x40','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x48','\x80','\x30','\x40','\x00','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x90','\x00','\x50','\x02','\x40','\x05','\x00','\x48','\x80','\x30','\x40','\x00','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x90','\x00','\x90','\x02','\x60','\x05','\x00','\x48','\x80','\x30','\x40','\x00','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x21','\xf0','\x1f','\x00','\x01','\x00','\x01','\x40','\x09','\x20','\x09','\x10','\x11','\x10','\x21','\x00','\x03','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x02','\x24','\x01','\x14','\x01','\x10','\x21','\xf0','\x1f','\x00','\x01','\x00','\x01','\x40','\x09','\x20','\x09','\x10','\x11','\x10','\x21','\x00','\x03','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x02','\x24','\x01','\x24','\x01','\x18','\x21','\xf0','\x1f','\x00','\x01','\x00','\x01','\x40','\x09','\x20','\x09','\x10','\x11','\x10','\x21','\x00','\x03','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\xf0','\x1f','\x08','\x00','\x10','\x00','\x20','\x00','\x40','\x0c','\x80','\x03','\x00','\x00','\x80','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x03','\x00','\x00','\xc0','\x00','\x20','\x08','\x00','\x06','\x00','\x01','\x80','\x00','\x40','\x10','\x00','\x0c','\x00','\x03','\x00','\x00','\xc0','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x02','\x00','\x02','\x40','\x04','\x20','\x04','\x30','\x29','\xc8','\x1e','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x20','\x00','\x20','\x00','\x20','\x06','\x20','\x01','\xc0','\x00','\x40','\x00','\xa0','\x00','\x90','\x01','\x00','\x02','\x00','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\xe0','\x0f','\x00','\x02','\x00','\x02','\x00','\x23','\xf8','\x1e','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x01','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x70','\x03','\x90','\x1e','\x20','\x01','\x40','\x01','\x00','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x00','\x04','\x78','\x03','\x88','\x26','\x10','\x1a','\x20','\x01','\x40','\x01','\x00','\x01','\x00','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x0e','\x40','\x00','\x40','\x00','\x80','\x01','\xe0','\x1e','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x11','\xc0','\x0e','\x40','\x00','\x40','\x00','\x80','\x00','\x80','\x01','\xf0','\x3e','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xe0','\x0e','\x20','\x00','\x20','\x01','\xe0','\x0e','\x40','\x00','\x40','\x01','\xc0','\x0e','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf0','\x1e','\x10','\x00','\x10','\x00','\x10','\x01','\xe0','\x0e','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x01','\xe0','\x0e','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x11','\xc0','\x0e','\x00','\x00','\x70','\x23','\x90','\x1c','\x10','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x80','\x03','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x08','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x08','\x80','\x04','\x80','\x04','\x80','\x04','\x88','\x04','\x88','\x04','\x90','\x08','\x90','\x08','\xa0','\x10','\xc0','\x20','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x10','\x08','\x20','\x08','\x40','\x08','\x80','\x0b','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x21','\xf0','\x1e','\x10','\x10','\x10','\x10','\x10','\x08','\x20','\x08','\x20','\x09','\xe0','\x0e','\x10','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\xf0','\x0f','\x10','\x08','\x20','\x04','\x20','\x04','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x21','\xf0','\x1e','\x10','\x10','\x10','\x08','\x10','\x08','\x20','\x08','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x80','\x00','\x80','\x01','\xf0','\x1e','\x80','\x08','\x80','\x04','\x80','\x05','\xf0','\x3e','\x88','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xe0','\x1e','\x20','\x02','\x40','\x01','\x80','\x01','\x00','\x01','\x00','\x01','\xf0','\x3e','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf0','\x1e','\x10','\x00','\x10','\x00','\x20','\x01','\xe0','\x0e','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x06','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x04','\x08','\x02','\x08','\x00','\x10','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x80','\x13','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x04','\x24','\x02','\x14','\x02','\x10','\x43','\xe0','\x3c','\x20','\x20','\x20','\x10','\x40','\x10','\x40','\x00','\x80','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x11','\xe0','\x0e','\x20','\x02','\x20','\x02','\x20','\x04','\x20','\x08','\xc0','\x10','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x00','\x04','\x60','\x07','\x80','\x08','\x80','\x10','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x01','\x00','\x01','\x00','\x03','\x80','\x02','\x80','\x06','\xc0','\x04','\x40','\x0c','\x60','\x08','\x20','\x1f','\xf0','\x10','\x10','\x30','\x18','\x20','\x08','\xf8','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe0','\x08','\x10','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x10','\x0f','\xe0','\x08','\x18','\x08','\x04','\x08','\x04','\x08','\x04','\x08','\x08','\x3f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xfc','\x04','\x04','\x04','\x04','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x03','\x80','\x02','\x80','\x06','\xc0','\x04','\x40','\x0c','\x60','\x08','\x20','\x08','\x20','\x18','\x30','\x10','\x10','\x30','\x18','\x20','\x08','\x7f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x08','\x08','\x08','\x08','\x08','\x00','\x08','\x40','\x08','\x40','\x0f','\xc0','\x08','\x40','\x08','\x40','\x08','\x00','\x08','\x08','\x08','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf8','\x10','\x30','\x10','\x60','\x00','\x40','\x00','\xc0','\x01','\x80','\x01','\x00','\x03','\x00','\x06','\x00','\x04','\x00','\x0c','\x08','\x18','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x3e','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x7c','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x18','\x18','\x10','\x08','\x30','\x0c','\x24','\x24','\x27','\xe4','\x24','\x24','\x30','\x0c','\x10','\x08','\x18','\x18','\x0c','\x30','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x7c','\x08','\x30','\x08','\x60','\x08','\xc0','\x09','\x80','\x0b','\x00','\x0f','\x00','\x09','\x80','\x08','\xc0','\x08','\x60','\x08','\x30','\x08','\x18','\x3e','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x03','\x80','\x02','\x80','\x06','\xc0','\x04','\x40','\x0c','\x60','\x08','\x20','\x08','\x20','\x18','\x30','\x10','\x10','\x30','\x18','\x20','\x08','\xf8','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x1e','\x30','\x18','\x38','\x38','\x28','\x28','\x28','\x28','\x2c','\x68','\x24','\x48','\x24','\x48','\x26','\xc8','\x22','\x88','\x23','\x88','\x21','\x08','\xf1','\x1e','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x3e','\x1c','\x08','\x14','\x08','\x16','\x08','\x13','\x08','\x11','\x08','\x11','\x88','\x10','\xc8','\x10','\x48','\x10','\x68','\x10','\x38','\x10','\x18','\x78','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x20','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x08','\x1f','\xf8','\x10','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x04','\x3f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x18','\x18','\x10','\x08','\x30','\x0c','\x20','\x04','\x20','\x04','\x20','\x04','\x30','\x0c','\x10','\x08','\x18','\x18','\x0c','\x30','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x3e','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf0','\x04','\x08','\x04','\x04','\x04','\x04','\x04','\x04','\x04','\x08','\x07','\xf0','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x18','\x08','\x0c','\x08','\x06','\x00','\x03','\x00','\x01','\x80','\x00','\xc0','\x01','\x80','\x03','\x00','\x06','\x00','\x0c','\x08','\x18','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x1e','\xf0','\x33','\x98','\x61','\x0c','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x01','\x00','\x0f','\xe0','\x31','\x18','\x61','\x0c','\x41','\x04','\x41','\x04','\x41','\x04','\x61','\x0c','\x31','\x18','\x0f','\xe0','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x7c','\x10','\x10','\x18','\x30','\x0c','\x60','\x06','\xc0','\x03','\x80','\x01','\x00','\x03','\x80','\x06','\xc0','\x0c','\x60','\x18','\x30','\x10','\x10','\x78','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x61','\x0c','\x91','\x12','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x19','\x30','\x09','\x20','\x07','\xc0','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x18','\x18','\x10','\x08','\x20','\x04','\x20','\x04','\x20','\x04','\x10','\x08','\x18','\x18','\x0c','\x30','\x22','\x44','\x22','\x44','\x3e','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x88','\x04','\x48','\x08','\x50','\x08','\x60','\x10','\x40','\x10','\xc0','\x11','\x48','\x0e','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x01','\x88','\x03','\x08','\x02','\x08','\x06','\x08','\x04','\x10','\x04','\xe0','\x0c','\x30','\x08','\x10','\x08','\x10','\x08','\x10','\x1a','\x30','\x11','\xe0','\x10','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x18','\x19','\x30','\x31','\x60','\x01','\xc0','\x01','\x80','\x01','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x00','\x00','\x03','\xc0','\x04','\x70','\x02','\x18','\x01','\x08','\x00','\x80','\x03','\x40','\x04','\x20','\x08','\x20','\x10','\x20','\x10','\x60','\x10','\x40','\x08','\x80','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xe0','\x04','\x10','\x04','\x00','\x03','\xc0','\x04','\x00','\x08','\x00','\x08','\x20','\x07','\xc0','\x00','\x00','\x00','\x00','\x02','\x00','\x04','\x18','\x04','\x30','\x03','\xe0','\x00','\xc0','\x01','\x80','\x03','\x00','\x06','\x00','\x0c','\x00','\x08','\x00','\x0c','\x00','\x07','\x00','\x01','\x80','\x00','\x40','\x00','\x40','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\xf0','\x13','\x18','\x02','\x08','\x06','\x08','\x04','\x18','\x04','\x10','\x0c','\x10','\x08','\x30','\x00','\x20','\x00','\x60','\x00','\x00','\x00','\xe0','\x03','\x10','\x06','\x08','\x0c','\x08','\x08','\x08','\x1f','\xf8','\x10','\x08','\x10','\x18','\x10','\x10','\x10','\x30','\x10','\x60','\x08','\xc0','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x02','\x00','\x06','\x00','\x04','\x00','\x0c','\x00','\x08','\x10','\x08','\xe0','\x07','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x38','\x04','\x48','\x05','\x80','\x0e','\x00','\x09','\x00','\x19','\x00','\x11','\x10','\x30','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\xc0','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\xc0','\x01','\x40','\x02','\x40','\x06','\x60','\x04','\x20','\x0c','\x30','\x18','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x20','\x04','\x20','\x0c','\x60','\x08','\x40','\x08','\x40','\x08','\x40','\x1c','\xc8','\x17','\x30','\x10','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x08','\x04','\x08','\x04','\x10','\x04','\x30','\x0c','\x60','\x08','\xc0','\x0b','\x80','\x1e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x01','\x00','\x00','\x80','\x03','\xf0','\x04','\x00','\x04','\x00','\x02','\x00','\x0f','\xf0','\x10','\x00','\x10','\x00','\x0e','\x00','\x01','\xc0','\x00','\x20','\x00','\x20','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x06','\x20','\x0c','\x10','\x08','\x10','\x08','\x10','\x08','\x30','\x04','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x0f','\xf0','\x12','\x40','\x02','\x40','\x02','\x40','\x04','\x80','\x04','\x80','\x0c','\x90','\x18','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x02','\x20','\x04','\x10','\x04','\x10','\x0c','\x10','\x08','\x10','\x0a','\x20','\x19','\xc0','\x10','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x01','\xf8','\x06','\x20','\x0c','\x10','\x08','\x10','\x08','\x10','\x08','\x30','\x04','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x0f','\xf0','\x11','\x00','\x03','\x00','\x02','\x00','\x06','\x00','\x04','\x20','\x04','\x40','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x30','\x04','\x10','\x04','\x10','\x0c','\x30','\x08','\x20','\x08','\x60','\x08','\xc0','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x20','\x00','\x60','\x00','\x40','\x00','\x40','\x03','\xe0','\x0c','\x90','\x10','\x88','\x11','\x88','\x11','\x08','\x09','\x30','\x07','\xc0','\x02','\x00','\x02','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x18','\x09','\x30','\x01','\x60','\x01','\xc0','\x01','\x80','\x03','\x00','\x07','\x00','\x0d','\x00','\x18','\x90','\x30','\x60','\x00','\x00','\x00','\x20','\x00','\x20','\x00','\x60','\x00','\x40','\x00','\x40','\x0c','\xc8','\x14','\x88','\x04','\x88','\x0d','\x98','\x09','\x10','\x09','\x20','\x07','\xc0','\x02','\x00','\x02','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x08','\x08','\x84','\x10','\x84','\x11','\x84','\x21','\x04','\x21','\x04','\x23','\x88','\x1c','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x18','\x18','\x23','\xc4','\x4c','\x32','\x50','\x0a','\x90','\x89','\xa1','\x85','\xa0','\x85','\xa0','\x85','\x91','\xc9','\x50','\x0a','\x4c','\x32','\x23','\xc4','\x18','\x18','\x07','\xe0','\x00','\x00','\x07','\xe0','\x18','\x18','\x23','\xc4','\x4c','\x32','\x50','\x0a','\x91','\x89','\xa0','\x45','\xa0','\x85','\xa1','\x05','\x91','\xc9','\x50','\x0a','\x4c','\x32','\x23','\xc4','\x18','\x18','\x07','\xe0','\x00','\x00','\x07','\xe0','\x18','\x18','\x23','\xc4','\x4c','\x32','\x50','\x0a','\x91','\x89','\xa0','\x45','\xa1','\x85','\xa0','\x45','\x91','\x89','\x50','\x0a','\x4c','\x32','\x23','\xc4','\x18','\x18','\x07','\xe0','\x00','\x00','\x07','\xe0','\x18','\x18','\x23','\xc4','\x4c','\x32','\x50','\x0a','\x92','\x89','\xa2','\x85','\xa3','\xc5','\xa0','\x85','\x90','\x89','\x50','\x0a','\x4c','\x32','\x23','\xc4','\x18','\x18','\x07','\xe0','\x00','\x00','\x07','\xe0','\x18','\x18','\x23','\xc4','\x4c','\x32','\x50','\x0a','\x91','\xc9','\xa1','\x05','\xa1','\x85','\xa0','\x45','\x91','\x89','\x50','\x0a','\x4c','\x32','\x23','\xc4','\x18','\x18','\x07','\xe0','\x00','\x00','\x07','\xe0','\x18','\x18','\x23','\xc4','\x4c','\x32','\x50','\x0a','\x91','\x89','\xa2','\x05','\xa3','\x85','\xa2','\x45','\x91','\x89','\x50','\x0a','\x4c','\x32','\x23','\xc4','\x18','\x18','\x07','\xe0','\x00','\x00','\x07','\xe0','\x18','\x18','\x23','\xc4','\x4c','\x32','\x50','\x0a','\x91','\xc9','\xa0','\x45','\xa0','\x45','\xa0','\x85','\x90','\x89','\x50','\x0a','\x4c','\x32','\x23','\xc4','\x18','\x18','\x07','\xe0','\x00','\x00','\x07','\xe0','\x18','\x18','\x23','\xc4','\x4c','\x32','\x50','\x0a','\x91','\x89','\xa2','\x45','\xa1','\x85','\xa2','\x45','\x91','\x89','\x50','\x0a','\x4c','\x32','\x23','\xc4','\x18','\x18','\x07','\xe0','\x00','\x00','\x07','\xe0','\x18','\x18','\x23','\xc4','\x4c','\x32','\x50','\x0a','\x91','\x89','\xa2','\x45','\xa1','\xc5','\xa0','\x45','\x91','\x89','\x50','\x0a','\x4c','\x32','\x23','\xc4','\x18','\x18','\x07','\xe0','\x00','\x00','\x07','\xe0','\x18','\x18','\x23','\xc4','\x4c','\x32','\x50','\x0a','\x92','\x69','\xa6','\x95','\xa2','\x95','\xa2','\x95','\x97','\x69','\x50','\x0a','\x4c','\x32','\x23','\xc4','\x18','\x18','\x07','\xe0','\x00','\x00','\x00','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x03','\x80','\x07','\xc0','\x0f','\xe0','\x1f','\xf0','\x3f','\xf8','\x3f','\xf8','\x3f','\xf8','\x3f','\xf8','\x3f','\xf8','\x3f','\xf8','\x3f','\xf8','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xfc','\x3f','\xfc','\x00','\x00','\x3f','\xfc','\x3f','\xfc','\x55','\x96','\xd9','\xb9','\xa5','\xa5','\xa5','\xa5','\x59','\x9a','\x41','\x82','\x24','\x24','\x13','\xc8','\x08','\x10','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x8b','\xc8','\x03','\xc0','\x2f','\xf1','\x04','\x24','\x8a','\x50','\x28','\x12','\x0a','\x50','\x49','\x94','\x04','\x21','\x47','\xe0','\x08','\x10','\x10','\x88','\x78','\x1e','\x10','\x88','\x08','\x10','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x2e','\x00','\x32','\x00','\x24','\x00','\x44','\x00','\x08','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x10','\x00','\x00','\x00','\x61','\x00','\x12','\x00','\x04','\x00','\x48','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x8e','\x00','\x72','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x14','\x00','\x22','\x00','\xc2','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x30','\x00','\x28','\x00','\x24','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x8e','\x00','\x72','\x00','\x04','\x00','\x34','\x00','\x08','\x00','\x14','\x00','\x22','\x00','\xc2','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x80','\x02','\x40','\x02','\x20','\x04','\x20','\x08','\x10','\x10','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x4e','\x00','\x70','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x8e','\x00','\x72','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x20','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x05','\x00','\x08','\xc0','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x10','\x00','\x1e','\x00','\xf0','\x00','\x10','\x00','\x54','\x00','\x92','\x00','\x10','\x00','\x50','\x00','\x30','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x02','\x20','\x14','\xd0','\x0f','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x8c','\x00','\x70','\x00','\x00','\x00','\x8e','\x00','\x72','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x88','\x00','\x44','\x00','\x44','\x00','\x44','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x40','\x01','\x20','\x01','\x20','\x01','\x20','\x01','\x20','\x01','\x24','\x02','\x24','\x04','\x28','\x08','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x44','\x00','\x48','\x00','\x50','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x1f','\x10','\x10','\x10','\x10','\x10','\x10','\x20','\x10','\x20','\x11','\xf0','\x1e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x07','\x00','\x03','\x80','\x02','\x80','\x06','\xc0','\x04','\x40','\x0c','\x60','\x08','\x20','\x1f','\xf0','\x10','\x10','\x30','\x18','\x20','\x08','\xf8','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x08','\x08','\x08','\x08','\x08','\x00','\x08','\x00','\x08','\x00','\x0f','\xf0','\x08','\x08','\x08','\x04','\x08','\x04','\x08','\x04','\x08','\x08','\x3f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe0','\x08','\x10','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x10','\x0f','\xe0','\x08','\x18','\x08','\x04','\x08','\x04','\x08','\x04','\x08','\x08','\x3f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf8','\x04','\x08','\x04','\x04','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfc','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x04','\x10','\x04','\x10','\x08','\x10','\x3f','\xfc','\x20','\x04','\x20','\x04','\x00','\x00','\x3f','\xf8','\x08','\x08','\x08','\x04','\x08','\x40','\x08','\x40','\x0f','\xc0','\x08','\x40','\x08','\x40','\x08','\x00','\x08','\x00','\x08','\x04','\x08','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x0c','\x30','\x0c','\x30','\x00','\x00','\x3f','\xf8','\x08','\x08','\x08','\x08','\x08','\x40','\x08','\x40','\x0f','\xc0','\x08','\x40','\x08','\x40','\x08','\x08','\x08','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x67','\xcc','\x91','\x12','\x11','\x10','\x11','\x10','\x11','\x10','\x09','\x20','\x1f','\xf0','\x11','\x10','\x31','\x18','\x21','\x08','\x61','\x0c','\x41','\x04','\xe7','\xce','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x1c','\x30','\x10','\x18','\x00','\x08','\x00','\x08','\x00','\x10','\x03','\xe0','\x00','\x10','\x00','\x08','\x00','\x08','\x10','\x18','\x1c','\x30','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x3e','\x10','\x08','\x10','\x18','\x10','\x38','\x10','\x68','\x10','\xc8','\x11','\x88','\x13','\x08','\x16','\x08','\x1c','\x08','\x18','\x08','\x10','\x08','\x7c','\x3e','\x00','\x00','\x00','\x00','\x06','\x60','\x04','\x20','\x03','\xc0','\x7c','\x3e','\x10','\x08','\x10','\x38','\x10','\x68','\x10','\xc8','\x11','\x88','\x13','\x08','\x16','\x08','\x1c','\x08','\x10','\x08','\x7c','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x3c','\x08','\x64','\x08','\x40','\x08','\xc0','\x08','\x80','\x09','\x80','\x0f','\x00','\x09','\x80','\x08','\xc0','\x08','\x60','\x08','\x30','\x08','\x18','\x3e','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfc','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x06','\x10','\x04','\x10','\x0c','\x10','\x58','\x10','\x70','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x3c','\x18','\x30','\x1c','\x70','\x14','\x50','\x14','\x50','\x16','\xd0','\x12','\x90','\x32','\x98','\x23','\x88','\x21','\x08','\x21','\x08','\x20','\x08','\xf8','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x3e','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x7c','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x0c','\x30','\x18','\x18','\x10','\x08','\x30','\x0c','\x20','\x04','\x20','\x04','\x20','\x04','\x30','\x0c','\x10','\x08','\x18','\x18','\x0c','\x30','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfe','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x7c','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf0','\x04','\x08','\x04','\x04','\x04','\x04','\x04','\x04','\x04','\x08','\x07','\xf0','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x1f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xe0','\x0c','\x38','\x18','\x08','\x10','\x08','\x30','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x30','\x00','\x10','\x08','\x18','\x08','\x0c','\x38','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x3e','\x08','\x08','\x0c','\x18','\x04','\x10','\x06','\x30','\x02','\x20','\x03','\x60','\x01','\x40','\x01','\xc0','\x00','\x80','\x01','\x80','\x13','\x00','\x1e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x01','\x00','\x0f','\xe0','\x31','\x18','\x61','\x0c','\x41','\x04','\x41','\x04','\x41','\x04','\x61','\x0c','\x31','\x18','\x0f','\xe0','\x01','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x7c','\x10','\x10','\x18','\x30','\x0c','\x60','\x06','\xc0','\x03','\x80','\x01','\x00','\x03','\x80','\x06','\xc0','\x0c','\x60','\x18','\x30','\x10','\x10','\x78','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x7c','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x7f','\xfe','\x00','\x02','\x00','\x02','\x00','\x00','\x7c','\x7c','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x18','\x30','\x0f','\xd0','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\xf7','\xde','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\xf7','\xde','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\xff','\xff','\x00','\x01','\x00','\x01','\x00','\x00','\x7f','\x80','\x42','\x00','\x42','\x00','\x02','\x00','\x02','\x00','\x03','\xf8','\x02','\x04','\x02','\x02','\x02','\x02','\x02','\x02','\x02','\x02','\x02','\x04','\x0f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\xf8','\x3e','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\x08','\x20','\x88','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x88','\xff','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x0f','\xe0','\x08','\x10','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x10','\x3f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x1c','\x30','\x10','\x18','\x10','\x08','\x00','\x0c','\x07','\x14','\x08','\xe4','\x00','\x04','\x00','\x0c','\x10','\x08','\x10','\x18','\x1c','\x30','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\xf8','\x70','\x21','\x8c','\x21','\x04','\x23','\x06','\x22','\x02','\x22','\x02','\x3e','\x02','\x22','\x02','\x22','\x02','\x23','\x06','\x21','\x04','\x21','\x8c','\xf8','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfc','\x10','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x10','\x10','\x0f','\xf0','\x02','\x10','\x06','\x10','\x04','\x10','\x0c','\x10','\x18','\x10','\x70','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x03','\x80','\x0d','\x60','\x11','\x10','\x11','\x10','\x21','\x08','\x21','\x08','\x11','\x10','\x11','\x10','\x0d','\x60','\x03','\x80','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\x01','\x00','\x03','\x80','\x0d','\x60','\x11','\x10','\x11','\x10','\x21','\x08','\x21','\x08','\x11','\x10','\x11','\x10','\x0d','\x60','\x03','\x80','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x03','\x80','\x0d','\x60','\x11','\x10','\x11','\x10','\x21','\x08','\x21','\x08','\x11','\x10','\x11','\x10','\x0d','\x60','\x03','\x80','\x01','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x03','\x80','\x03','\x80','\x05','\x40','\x05','\x40','\x09','\x20','\x09','\x20','\x11','\x10','\x11','\x10','\x21','\x08','\x3f','\xf8','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\x01','\x00','\x03','\x80','\x03','\x80','\x05','\x40','\x05','\x40','\x09','\x20','\x09','\x20','\x11','\x10','\x11','\x10','\x21','\x08','\x3f','\xf8','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x03','\x80','\x03','\x80','\x05','\x40','\x05','\x40','\x09','\x20','\x09','\x20','\x11','\x10','\x11','\x10','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x1d','\x00','\x23','\x00','\x01','\x88','\x01','\x70','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x1d','\x00','\x23','\x00','\x01','\x88','\x01','\x70','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x1d','\x00','\x23','\x00','\x01','\x88','\x01','\x70','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\xff','\xff','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x00','\x10','\x00','\x10','\x07','\xf0','\x08','\x10','\x08','\x10','\x08','\x30','\x07','\xd8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x03','\xe0','\x06','\x00','\x0c','\x00','\x08','\x00','\x0b','\xc0','\x0c','\x20','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x04','\x20','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xe0','\x04','\x10','\x04','\x10','\x07','\xe0','\x04','\x10','\x04','\x10','\x04','\x10','\x0f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xf0','\x04','\x10','\x04','\x10','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xf0','\x02','\x20','\x02','\x20','\x02','\x20','\x02','\x20','\x06','\x20','\x04','\x20','\x1f','\xf8','\x10','\x08','\x10','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x04','\x20','\x08','\x10','\x0f','\xf0','\x08','\x00','\x08','\x00','\x04','\x10','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x60','\x06','\x60','\x00','\x00','\x03','\xc0','\x04','\x20','\x08','\x10','\x0f','\xf0','\x08','\x00','\x08','\x00','\x04','\x10','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x33','\x98','\x11','\x10','\x09','\x20','\x07','\xc0','\x0d','\x60','\x09','\x20','\x19','\x30','\x33','\x98','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\x04','\x10','\x00','\x10','\x01','\xe0','\x00','\x10','\x00','\x10','\x04','\x10','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x38','\x08','\x10','\x08','\x30','\x08','\xd0','\x0b','\x10','\x0c','\x10','\x08','\x10','\x1c','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x60','\x04','\x20','\x03','\xc0','\x00','\x00','\x1c','\x38','\x08','\x10','\x08','\x30','\x08','\xd0','\x0b','\x10','\x0c','\x10','\x08','\x10','\x1c','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x70','\x04','\x90','\x05','\x00','\x07','\x00','\x04','\x80','\x04','\x40','\x04','\x20','\x0e','\x78','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xf0','\x02','\x20','\x02','\x20','\x02','\x20','\x02','\x20','\x02','\x20','\x16','\x20','\x1c','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x38','\x14','\x50','\x14','\x50','\x12','\x90','\x12','\x90','\x11','\x10','\x11','\x10','\x38','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x38','\x08','\x10','\x08','\x10','\x0f','\xf0','\x08','\x10','\x08','\x10','\x08','\x10','\x1c','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x04','\x20','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x04','\x20','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf0','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x1c','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0d','\xe0','\x06','\x10','\x04','\x08','\x04','\x08','\x04','\x08','\x06','\x10','\x05','\xe0','\x04','\x00','\x04','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xe0','\x04','\x10','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x04','\x10','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf0','\x11','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x38','\x08','\x10','\x0c','\x30','\x04','\x20','\x06','\x60','\x02','\x40','\x02','\xc0','\x01','\x80','\x13','\x00','\x1e','\x00','\x00','\x00','\x03','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x0d','\x60','\x13','\x90','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x13','\x90','\x0d','\x60','\x01','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x70','\x04','\x20','\x02','\x40','\x01','\x80','\x01','\x80','\x02','\x40','\x04','\x20','\x1e','\x78','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x70','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x1f','\xf8','\x00','\x08','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x38','\x08','\x10','\x08','\x10','\x08','\x10','\x07','\xf0','\x00','\x10','\x00','\x10','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x73','\x9c','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x7f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x73','\x9c','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x7f','\xfe','\x00','\x02','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\x21','\x00','\x21','\x00','\x01','\xf8','\x01','\x04','\x01','\x04','\x01','\x04','\x03','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x1c','\x10','\x08','\x10','\x08','\x1f','\x88','\x10','\x48','\x10','\x48','\x10','\x48','\x3f','\x9c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x04','\x00','\x04','\x00','\x07','\xe0','\x04','\x10','\x04','\x10','\x04','\x10','\x0f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x08','\x20','\x00','\x10','\x03','\x30','\x04','\xd0','\x00','\x10','\x08','\x20','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x70','\x08','\x88','\x09','\x04','\x0f','\x04','\x09','\x04','\x09','\x04','\x08','\x88','\x1c','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xf0','\x08','\x20','\x08','\x20','\x08','\x20','\x07','\xe0','\x02','\x20','\x04','\x20','\x1c','\x70','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x12','\x00','\x08','\x21','\xf0','\x1e','\x10','\x10','\x10','\x08','\x10','\x08','\x20','\x08','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x01','\x04','\x00','\x90','\x00','\x88','\x01','\xf0','\x1e','\x80','\x08','\x80','\x04','\x80','\x05','\xf0','\x3e','\x88','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x04','\x00','\x10','\x01','\xe8','\x1e','\x20','\x02','\x40','\x01','\x80','\x01','\x00','\x01','\x00','\x01','\xf0','\x3e','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x00','\x08','\x01','\xf4','\x1e','\x10','\x00','\x10','\x00','\x20','\x01','\xe0','\x0e','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x06','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x08','\x00','\x10','\x40','\x20','\x40','\x40','\x20','\x80','\x21','\x00','\x12','\x00','\x14','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x22','\x00','\x22','\x00','\x22','\x04','\x22','\x0c','\x42','\x17','\x82','\x20','\x02','\x40','\x04','\x20','\x08','\x17','\xf0','\x0c','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xff','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\xff','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xff','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xff','\x01','\xff','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x80','\xff','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\xff','\x80','\xff','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\xff','\x01','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\xff','\x01','\xff','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\xff','\x80','\xff','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\xff','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\xff','\xff','\xff','\xff','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\xff','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\xff','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xff','\xff','\xff','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\xff','\x01','\xff','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\x00','\xff','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\xff','\xff','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x01','\x80','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x22','\xa2','\x62','\x82','\x22','\x82','\x22','\x9c','\x22','\xa0','\x22','\xa0','\x22','\xbe','\xfa','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x0a','\x82','\x0a','\x9c','\x72','\xa0','\x82','\xa0','\x82','\xbe','\xfa','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x0a','\x82','\x32','\x9c','\x0a','\xa0','\x0a','\xa0','\x8a','\xbe','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x92','\xa2','\x92','\x82','\x92','\x82','\xfa','\x9c','\x12','\xa0','\x12','\xa0','\x12','\xbe','\x12','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\xfa','\xa2','\x82','\x82','\x82','\x82','\x72','\x9c','\x0a','\xa0','\x0a','\xa0','\x8a','\xbe','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x82','\x82','\xf2','\x9c','\x8a','\xa0','\x8a','\xa0','\x8a','\xbe','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\xfa','\xa2','\x8a','\x82','\x0a','\x82','\x12','\x9c','\x12','\xa0','\x22','\xa0','\x22','\xbe','\x22','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x8a','\x82','\x72','\x9c','\x8a','\xa0','\x8a','\xa0','\x8a','\xbe','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x8a','\x82','\x8a','\x9c','\x7a','\xa0','\x0a','\xa0','\x8a','\xbe','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x8a','\x8c','\x8a','\x82','\x8a','\x82','\x8a','\xa2','\x8a','\x9c','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x22','\xa2','\x62','\x82','\x22','\x8c','\x22','\x82','\x22','\x82','\x22','\xa2','\x22','\x9c','\xfa','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x0a','\x8c','\x0a','\x82','\x72','\x82','\x82','\xa2','\x82','\x9c','\xfa','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x0a','\x8c','\x32','\x82','\x0a','\x82','\x0a','\xa2','\x8a','\x9c','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x92','\xa2','\x92','\x82','\x92','\x8c','\xfa','\x82','\x12','\x82','\x12','\xa2','\x12','\x9c','\x12','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\xfa','\xa2','\x82','\x82','\x82','\x8c','\x72','\x82','\x0a','\x82','\x0a','\xa2','\x8a','\x9c','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x82','\x8c','\xf2','\x82','\x8a','\x82','\x8a','\xa2','\x8a','\x9c','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\xfa','\xa2','\x8a','\x82','\x0a','\x8c','\x12','\x82','\x12','\x82','\x22','\xa2','\x22','\x9c','\x22','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x8a','\x8c','\x72','\x82','\x8a','\x82','\x8a','\xa2','\x8a','\x9c','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\x9c','\x72','\xa2','\x8a','\x82','\x8a','\x8c','\x8a','\x82','\x7a','\x82','\x0a','\xa2','\x8a','\x9c','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xa4','\x72','\xa4','\x8a','\xa4','\x8a','\xbe','\x8a','\x84','\x8a','\x84','\x8a','\x84','\x8a','\x84','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xa4','\x22','\xa4','\x62','\xa4','\x22','\xbe','\x22','\x84','\x22','\x84','\x22','\x84','\x22','\x84','\xfa','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xa4','\x72','\xa4','\x8a','\xa4','\x0a','\xbe','\x0a','\x84','\x72','\x84','\x82','\x84','\x82','\x84','\xfa','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xa4','\x72','\xa4','\x8a','\xa4','\x0a','\xbe','\x32','\x84','\x0a','\x84','\x0a','\x84','\x8a','\x84','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xa4','\x92','\xa4','\x92','\xa4','\x92','\xbe','\xfa','\x84','\x12','\x84','\x12','\x84','\x12','\x84','\x12','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xa4','\xfa','\xa4','\x82','\xa4','\x82','\xbe','\x72','\x84','\x0a','\x84','\x0a','\x84','\x8a','\x84','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xa4','\x72','\xa4','\x8a','\xa4','\x82','\xbe','\xf2','\x84','\x8a','\x84','\x8a','\x84','\x8a','\x84','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xa4','\xfa','\xa4','\x8a','\xa4','\x0a','\xbe','\x12','\x84','\x12','\x84','\x22','\x84','\x22','\x84','\x22','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xa4','\x72','\xa4','\x8a','\xa4','\x8a','\xbe','\x72','\x84','\x8a','\x84','\x8a','\x84','\x8a','\x84','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xa4','\x72','\xa4','\x8a','\xa4','\x8a','\xbe','\x8a','\x84','\x7a','\x84','\x0a','\x84','\x8a','\x84','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x40','\x04','\xbe','\x72','\xa0','\x8a','\xa0','\x8a','\x9c','\x8a','\x82','\x8a','\x82','\x8a','\xa2','\x8a','\x9c','\x72','\x40','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x3a','\x63','\xc2','\x54','\x33','\xc9','\x8a','\x48','\x72','\x49','\x80','\x00','\x00','\x01','\x80','\x00','\x03','\xc1','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xf0','\x30','\x0c','\x40','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7e','\xfc','\x7c','\xfc','\xfa','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\xfe','\x7e','\xfc','\x78','\x3c','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7c','\x7c','\x7b','\xbc','\xfb','\xbe','\xff','\xbe','\xff','\x7e','\xfe','\xfe','\xfd','\xfe','\x7b','\xfc','\x78','\x3c','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7c','\x7c','\x7b','\xbc','\xfb','\xbe','\xff','\xbe','\xfe','\x7e','\xff','\xbe','\xfb','\xbe','\x7b','\xbc','\x7c','\x7c','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7f','\x7c','\x7e','\x7c','\xfd','\x7e','\xfb','\x7e','\xf7','\x7e','\xf0','\x3e','\xff','\x7e','\x7f','\x7c','\x7f','\x7c','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x78','\x3c','\x7b','\xfc','\xfb','\xfe','\xfb','\xfe','\xf8','\x7e','\xff','\xbe','\xff','\xbe','\x7b','\xbc','\x7c','\x7c','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7e','\x7c','\x7d','\xfc','\xfb','\xfe','\xfb','\xfe','\xf8','\x7e','\xfb','\xbe','\xfb','\xbe','\x7b','\xbc','\x7c','\x7c','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x78','\x3c','\x7f','\xbc','\xff','\xbe','\xff','\x7e','\xff','\x7e','\xff','\x7e','\xfe','\xfe','\x7e','\xfc','\x7e','\xfc','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7c','\x7c','\x7b','\xbc','\xfb','\xbe','\xfb','\xbe','\xfc','\x7e','\xfb','\xbe','\xfb','\xbe','\x7b','\xbc','\x7c','\x7c','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7c','\x7c','\x7b','\xbc','\xfb','\xbe','\xfb','\xbe','\xfc','\x3e','\xff','\xbe','\xff','\xbe','\x7f','\x7c','\x7c','\xfc','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7f','\xfc','\x7b','\x9c','\xf3','\x6e','\xeb','\x6e','\xfb','\x6e','\xfb','\x6e','\xfb','\x6e','\x60','\x9c','\x7f','\xfc','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7f','\xfc','\x7b','\xbc','\xf3','\x3e','\xea','\xbe','\xfb','\xbe','\xfb','\xbe','\xfb','\xbe','\x60','\x0c','\x7f','\xfc','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7f','\xfc','\x7b','\x9c','\xf3','\x6e','\xeb','\xee','\xfb','\xde','\xfb','\xbe','\xfb','\x7e','\x60','\x0c','\x7f','\xfc','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7f','\xfc','\x7b','\x9c','\xf3','\x6e','\xeb','\xee','\xfb','\xde','\xfb','\xee','\xfb','\x6e','\x60','\x9c','\x7f','\xfc','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7f','\xfc','\x7b','\xec','\xf3','\xce','\xeb','\xae','\xfb','\x6e','\xfb','\x06','\xfb','\xee','\x60','\xec','\x7f','\xfc','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7f','\xfc','\x7b','\x0c','\xf3','\x7e','\xeb','\x7e','\xfb','\x1e','\xfb','\xee','\xfb','\x6e','\x60','\x9c','\x7f','\xfc','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x3b','\x88','\x73','\x7c','\x6b','\x7c','\x7b','\x1c','\x7b','\x6c','\x7b','\x6c','\x20','\x98','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x3b','\x08','\x73','\xec','\x6b','\xec','\x7b','\xdc','\x7b','\xdc','\x7b','\xbc','\x20','\xb8','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x3b','\x98','\x73','\x6c','\x6b','\x6c','\x7b','\x9c','\x7b','\x6c','\x7b','\x6c','\x20','\x98','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7f','\xfc','\x7b','\x9c','\xf3','\x6e','\xeb','\x6e','\xfb','\x8e','\xfb','\xee','\xfb','\xee','\x60','\x9c','\x7f','\xfc','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x07','\xc0','\x1f','\xf0','\x3f','\xf8','\x7f','\xfc','\x73','\x9c','\xed','\x6e','\xfd','\x6e','\xfb','\x6e','\xf7','\x6e','\xef','\x6e','\x61','\x9c','\x7f','\xfc','\x3f','\xf8','\x1f','\xf0','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x43','\x84','\x84','\x42','\x80','\x42','\x83','\xc2','\x84','\x42','\x84','\xc2','\x43','\x44','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x24','\x08','\x44','\x04','\x44','\x04','\x85','\x82','\x86','\x42','\x84','\x42','\x84','\x42','\x84','\x42','\x46','\x44','\x45','\x84','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x43','\x84','\x84','\x42','\x84','\x02','\x84','\x02','\x84','\x02','\x84','\x42','\x43','\x84','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x48','\x40','\x44','\x40','\x44','\x83','\x42','\x84','\xc2','\x84','\x42','\x84','\x42','\x84','\x42','\x44','\xc4','\x43','\x44','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x43','\x84','\x84','\x42','\x84','\x42','\x87','\xc2','\x84','\x02','\x84','\x42','\x43','\x84','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\xc4','\x41','\x04','\x81','\x02','\x81','\x02','\x87','\xc2','\x81','\x02','\x81','\x02','\x41','\x04','\x41','\x04','\x21','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x44','\x43','\x44','\x84','\x82','\x84','\x82','\x83','\x02','\x82','\x02','\x83','\x82','\x44','\x44','\x44','\x44','\x23','\x88','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x24','\x08','\x44','\x04','\x44','\x04','\x85','\x82','\x86','\x42','\x84','\x42','\x84','\x42','\x84','\x42','\x44','\x44','\x44','\x44','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x21','\x08','\x41','\x04','\x40','\x04','\x83','\x02','\x81','\x02','\x81','\x02','\x81','\x02','\x81','\x02','\x41','\x04','\x47','\xc4','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x48','\x40','\x44','\x40','\x04','\x80','\xc2','\x80','\x42','\x80','\x42','\x80','\x42','\x80','\x42','\x40','\x44','\x44','\x84','\x23','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x44','\x04','\x44','\x04','\x84','\x82','\x85','\x02','\x86','\x02','\x86','\x02','\x85','\x02','\x44','\x84','\x44','\x44','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x43','\x04','\x41','\x04','\x81','\x02','\x81','\x02','\x81','\x02','\x81','\x02','\x81','\x02','\x41','\x04','\x47','\xc4','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x4e','\xc4','\x89','\x22','\x89','\x22','\x89','\x22','\x89','\x22','\x89','\x22','\x49','\x24','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x45','\x84','\x86','\x42','\x84','\x42','\x84','\x42','\x84','\x42','\x84','\x42','\x44','\x44','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x43','\x84','\x84','\x42','\x84','\x42','\x84','\x42','\x84','\x42','\x84','\x42','\x43','\x84','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x45','\x84','\x86','\x42','\x84','\x42','\x84','\x42','\x84','\x42','\x86','\x42','\x45','\x84','\x44','\x04','\x24','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x43','\x44','\x84','\xc2','\x84','\x42','\x84','\x42','\x84','\x42','\x84','\x42','\x44','\xc4','\x43','\x44','\x20','\x48','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x45','\x84','\x86','\x42','\x84','\x42','\x84','\x02','\x84','\x02','\x84','\x02','\x44','\x04','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x43','\x84','\x84','\x42','\x84','\x02','\x83','\x82','\x80','\x42','\x84','\x42','\x43','\x84','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x41','\x04','\x41','\x04','\x87','\xc2','\x81','\x02','\x81','\x02','\x81','\x02','\x81','\x02','\x41','\x04','\x40','\xc4','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x44','\x84','\x42','\x84','\x42','\x84','\x42','\x84','\x42','\x84','\xc2','\x43','\x44','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x44','\x84','\x42','\x82','\x82','\x82','\x82','\x82','\x82','\x81','\x02','\x41','\x04','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x48','\x24','\x89','\x22','\x89','\x22','\x89','\x22','\x89','\x22','\x89','\x22','\x46','\xc4','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x44','\x84','\x42','\x82','\x82','\x81','\x02','\x82','\x82','\x84','\x42','\x44','\x44','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x44','\x84','\x42','\x84','\x42','\x84','\x42','\x82','\xc2','\x81','\x42','\x40','\x44','\x40','\x44','\x23','\x88','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x47','\xc4','\x80','\x42','\x80','\x82','\x81','\x02','\x82','\x02','\x84','\x02','\x47','\xc4','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x08','\x2f','\xe8','\x40','\x24','\x41','\x44','\x41','\x84','\x41','\x04','\x22','\x08','\x24','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x48','\x20','\x88','\x41','\x04','\x43','\x04','\x45','\x04','\x49','\x04','\x21','\x08','\x21','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x11','\x10','\x21','\x08','\x2f','\xe8','\x48','\x24','\x48','\x24','\x40','\x24','\x40','\x44','\x20','\x48','\x20','\x88','\x11','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x08','\x20','\x08','\x47','\xc4','\x41','\x04','\x41','\x04','\x41','\x04','\x2f','\xe8','\x20','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x88','\x2f','\xe8','\x41','\x84','\x42','\x84','\x44','\x84','\x48','\x84','\x22','\x88','\x21','\x88','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x11','\x10','\x21','\x08','\x2f','\xe8','\x41','\x24','\x42','\x24','\x44','\x44','\x48','\x44','\x22','\x88','\x21','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x22','\x08','\x23','\xc8','\x4f','\x04','\x41','\x04','\x41','\xf4','\x4f','\xc4','\x20','\x48','\x20','\x48','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x22','\x08','\x23','\xe8','\x42','\x24','\x44','\x24','\x48','\x44','\x40','\x44','\x20','\x88','\x23','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x24','\x08','\x27','\xe8','\x44','\x84','\x48','\x84','\x50','\x84','\x40','\x84','\x21','\x08','\x26','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x08','\x2f','\xe8','\x40','\x24','\x40','\x24','\x40','\x44','\x40','\x44','\x2f','\xe8','\x20','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x22','\x48','\x22','\x48','\x4f','\xf4','\x42','\x44','\x42','\x44','\x42','\x44','\x20','\x88','\x23','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x26','\x08','\x21','\x08','\x4c','\x04','\x42','\x24','\x40','\x44','\x40','\x84','\x29','\x08','\x26','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x08','\x2f','\xc8','\x40','\x44','\x40','\x44','\x40','\x84','\x41','\x84','\x22','\x48','\x24','\x48','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x22','\x08','\x2f','\xe8','\x42','\x24','\x42','\x44','\x42','\x84','\x42','\x04','\x22','\x08','\x21','\xe8','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x08','\x28','\x28','\x44','\x24','\x44','\x24','\x40','\x44','\x40','\x84','\x21','\x08','\x26','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x22','\x08','\x23','\xe8','\x42','\x24','\x46','\x24','\x45','\x44','\x48','\xc4','\x20','\xa8','\x23','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\xe8','\x2f','\x88','\x40','\xf4','\x5f','\x84','\x40','\x84','\x40','\x84','\x21','\x08','\x26','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x22','\x08','\x29','\x28','\x45','\x24','\x44','\x24','\x40','\x44','\x40','\x84','\x21','\x08','\x26','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x27','\xc8','\x20','\x08','\x4f','\xe4','\x40','\x84','\x40','\x84','\x40','\x84','\x21','\x08','\x26','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x22','\x08','\x22','\x08','\x42','\x04','\x43','\x04','\x42','\x84','\x42','\x44','\x22','\x08','\x22','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x08','\x28','\xe8','\x4f','\x24','\x48','\x24','\x48','\x44','\x49','\xe4','\x2e','\x08','\x28','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x08','\x22','\x88','\x42','\x44','\x44','\x24','\x58','\x24','\x40','\x04','\x20','\x08','\x20','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x08','\x21','\xe8','\x4e','\x04','\x40','\x04','\x40','\xf4','\x4f','\x04','\x20','\x08','\x20','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x11','\x10','\x21','\x08','\x2f','\xe8','\x41','\x04','\x45','\x44','\x49','\x24','\x41','\x24','\x25','\x08','\x23','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\x00','\x00','\x03','\x80','\x0c','\x60','\x10','\x10','\x20','\x08','\x22','\x08','\x45','\x04','\x48','\x84','\x40','\x44','\x40','\x24','\x20','\x08','\x20','\x08','\x10','\x10','\x0c','\x60','\x03','\x80','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x41','\x04','\x43','\x04','\x85','\x02','\x81','\x02','\x81','\x02','\x81','\x02','\x81','\x02','\x41','\x04','\x47','\xc4','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x43','\x84','\x44','\x44','\x84','\x42','\x80','\x42','\x80','\x82','\x81','\x02','\x82','\x02','\x44','\x04','\x47','\xc4','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x43','\x84','\x44','\x44','\x84','\x42','\x80','\x42','\x81','\x82','\x80','\x42','\x84','\x42','\x44','\x44','\x43','\x84','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x84','\x41','\x84','\x82','\x82','\x84','\x82','\x88','\x82','\x8f','\xc2','\x80','\x82','\x40','\x84','\x40','\x84','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x47','\xc4','\x44','\x04','\x84','\x02','\x84','\x02','\x87','\x82','\x80','\x42','\x80','\x42','\x44','\x44','\x43','\x84','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x41','\x84','\x42','\x04','\x84','\x02','\x84','\x02','\x87','\x82','\x84','\x42','\x84','\x42','\x44','\x44','\x43','\x84','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x47','\xc4','\x40','\x44','\x80','\x42','\x80','\x82','\x80','\x82','\x80','\x82','\x81','\x02','\x41','\x04','\x41','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x43','\x84','\x44','\x44','\x84','\x42','\x84','\x42','\x83','\x82','\x84','\x42','\x84','\x42','\x44','\x44','\x43','\x84','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x43','\x84','\x44','\x44','\x84','\x42','\x84','\x42','\x83','\xc2','\x80','\x42','\x80','\x42','\x40','\x84','\x43','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x64','\x8c','\x92','\x94','\x92','\x84','\x92','\x84','\x92','\x84','\x92','\x5f','\x64','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x44','\x8c','\xc2','\x95','\x42','\x84','\x42','\x84','\x42','\x84','\x42','\x5f','\xf4','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x64','\x8c','\x92','\x94','\x12','\x84','\x22','\x84','\x42','\x84','\x82','\x5f','\xf4','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x64','\x8c','\x92','\x94','\x12','\x84','\x22','\x84','\x12','\x84','\x92','\x5f','\x64','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x14','\x8c','\x32','\x94','\x52','\x84','\x92','\x84','\xfa','\x84','\x12','\x5f','\x14','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\xf4','\x8c','\x82','\x94','\x82','\x84','\xe2','\x84','\x12','\x84','\x92','\x5f','\x64','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x74','\x8c','\x82','\x94','\x82','\x84','\xe2','\x84','\x92','\x84','\x92','\x5f','\x64','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\xf4','\x8c','\x12','\x94','\x12','\x84','\x22','\x84','\x22','\x84','\x42','\x5f','\x44','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x64','\x8c','\x92','\x94','\x92','\x84','\x62','\x84','\x92','\x84','\x92','\x5f','\x64','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x44','\x64','\x8c','\x92','\x94','\x92','\x84','\x72','\x84','\x12','\x84','\x12','\x5f','\x64','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x07','\xc0','\x18','\x30','\x20','\x08','\x40','\x04','\x4c','\x64','\x92','\x92','\x82','\x92','\x84','\x92','\x88','\x92','\x90','\x92','\x5e','\x64','\x40','\x04','\x20','\x08','\x18','\x30','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x04','\x00','\x30','\x00','\x08','\x00','\x00','\x00','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x48','\x00','\x48','\x00','\x48','\x00','\x48','\x00','\x08','\x00','\x10','\x00','\x60','\x00','\x00','\x10','\x00','\x3e','\x00','\x08','\x00','\x3e','\x00','\x08','\x00','\x04','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x00','\x44','\x00','\x44','\x00','\x44','\x00','\x7c','\x00','\x00','\x00','\x00','\x10','\x00','\x3e','\x40','\x12','\x20','\x14','\x04','\x10','\x18','\x10','\x60','\x0e','\x00','\x00','\x00','\x04','\x00','\x38','\x00','\x08','\x00','\x3e','\x00','\x08','\x00','\x08','\x00','\x10','\x00','\x00','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x14','\x7c','\x08','\x00','\x14','\x00','\x20','\x00','\x00','\x00','\x10','\x00','\x10','\x10','\x10','\x50','\x18','\x50','\x14','\x54','\x10','\x54','\x10','\x58','\x00','\x00','\x40','\x8c','\x7a','\x40','\x49','\x1e','\x88','\x02','\x08','\x02','\x10','\x04','\x60','\x08','\x00','\x00','\x10','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x44','\x00','\x7c','\x00','\x04','\x00','\x00','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x18','\x00','\x14','\x00','\x10','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x20','\x00','\x04','\x00','\x18','\x00','\x60','\x00','\x00','\x00','\x00','\x3e','\x00','\x02','\x00','\x0a','\x00','\x0c','\x7c','\x08','\x00','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x28','\x00','\x28','\x00','\x2a','\x00','\x2a','\x00','\x2c','\x00','\x00','\x00','\x00','\x40','\x20','\x78','\x50','\x48','\x08','\x88','\x04','\x08','\x00','\x10','\x00','\x60','\x00','\x00','\x40','\x00','\x78','\x04','\x48','\x14','\xab','\xd4','\x18','\x15','\x10','\x15','\x60','\x16','\x00','\x00','\x24','\x00','\x24','\x00','\x24','\x54','\x24','\x54','\x04','\x04','\x08','\x08','\x30','\x30','\x00','\x00','\x10','\x00','\x10','\x10','\x10','\x50','\x18','\x50','\x14','\x54','\x10','\x54','\x10','\x58','\x00','\x00','\x00','\x00','\x3e','\x00','\x22','\x54','\x22','\x54','\x02','\x04','\x04','\x08','\x18','\x30','\x00','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x18','\x00','\x14','\x00','\x10','\x00','\x10','\x00','\x00','\x00','\x10','\x00','\x3e','\x7c','\x12','\x44','\x12','\x44','\x12','\x44','\x12','\x7c','\x24','\x00','\x00','\x00','\x24','\x00','\x24','\x00','\x24','\x00','\x24','\x7c','\x04','\x00','\x08','\x00','\x30','\x00','\x00','\x00','\x21','\x00','\x24','\x80','\x22','\x00','\x30','\x00','\x28','\x00','\x20','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x50','\x00','\x50','\x00','\x54','\x00','\x54','\x00','\x58','\x00','\x00','\x10','\x00','\x3e','\x40','\x12','\x20','\x14','\x04','\x10','\x18','\x10','\x60','\x0e','\x00','\x00','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x18','\x00','\x14','\x00','\x10','\x00','\x10','\x00','\x00','\x00','\x01','\x00','\x02','\x80','\x52','\x80','\x49','\x3e','\x48','\x00','\x88','\x00','\x00','\x00','\x00','\x00','\x40','\x08','\xfa','\x08','\x49','\x08','\x50','\x2c','\x40','\xca','\x43','\x08','\x38','\x08','\x00','\x00','\x18','\x48','\x04','\x48','\x30','\x48','\x08','\x48','\x00','\x08','\x30','\x10','\x0c','\x60','\x00','\x00','\x01','\x00','\x04','\x84','\x52','\x14','\x48','\x14','\x49','\xd5','\x88','\x15','\x00','\x16','\x00','\x00','\x01','\x00','\x22','\x80','\x52','\x80','\x09','\x3e','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x40','\x15','\x20','\x44','\x80','\x24','\x00','\x08','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x34','\x68','\x2a','\x54','\x2a','\x54','\x2a','\x54','\x2a','\x54','\x2a','\x54','\x2a','\x54','\x2a','\x54','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x68','\x22','\x54','\x40','\x54','\x40','\x54','\x40','\x54','\x40','\x54','\x22','\x54','\x1c','\x54','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x42','\x68','\x44','\x54','\x48','\x54','\x50','\x54','\x68','\x54','\x44','\x54','\x42','\x54','\x41','\x54','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x68','\x68','\x54','\x90','\x54','\x90','\x54','\x90','\x54','\x60','\x54','\x40','\x54','\x70','\x54','\x88','\x00','\x88','\x00','\x70','\x00','\x00','\x00','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x04','\x42','\x34','\x44','\x48','\x48','\x48','\x50','\x48','\x68','\x30','\x44','\x20','\x42','\x38','\x41','\x44','\x00','\x44','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x38','\x22','\x44','\x40','\x80','\x40','\x80','\x40','\x80','\x40','\x80','\x22','\x44','\x1c','\x38','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x04','\x00','\x3c','\x00','\x20','\x00','\x3c','\x00','\x00','\x2c','\xc0','\x33','\x20','\x22','\x20','\x22','\x20','\x22','\x20','\x22','\x20','\x22','\x20','\x22','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x0a','\x00','\x09','\xfe','\x09','\x10','\x08','\x92','\x7f','\x52','\x48','\x54','\x48','\x10','\x78','\xfe','\x55','\x10','\x55','\x10','\x95','\x10','\xd6','\x10','\xb5','\x11','\x0a','\x00','\x10','\x00','\x90','\x00','\x48','\x00','\x24','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x09','\x00','\x12','\x00','\x24','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x41','\x41','\x42','\x42','\x44','\x44','\x48','\x48','\x50','\x50','\x60','\x60','\x60','\x60','\x50','\x50','\x48','\x48','\x44','\x44','\x42','\x42','\x41','\x41','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf0','\x21','\x08','\x41','\x04','\x81','\x02','\x81','\x02','\x81','\xf2','\x81','\x02','\x81','\x02','\x81','\x02','\x81','\x02','\x81','\x02','\x7f','\xfc','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x07','\xf0','\x08','\x88','\x10','\x84','\x2f','\xfa','\x28','\x8a','\x28','\x8a','\x28','\x8a','\x2f','\xfa','\x28','\x8a','\x20','\x82','\x20','\x82','\x10','\x84','\x08','\x08','\x07','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x20','\x08','\x7f','\xfc','\x81','\x02','\x81','\x02','\x81','\x82','\x81','\x42','\x81','\x22','\x81','\x22','\x81','\x02','\x81','\x02','\x41','\x04','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x22','\x08','\x42','\x04','\xbf','\xfa','\x82','\x02','\x84','\x02','\x87','\xf2','\x88','\x82','\x88','\x82','\x90','\x82','\xa0','\x82','\x4f','\xfc','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xf0','\x21','\x08','\x41','\x04','\xbf','\xfa','\x82','\x02','\x84','\x02','\x87','\xe2','\x8c','\x22','\x94','\x22','\xa4','\x22','\x87','\xe2','\x44','\x24','\x20','\x08','\x1f','\xf0','\x00','\x00','\x00','\x00','\x30','\x18','\x48','\x44','\x89','\x42','\xbd','\xf2','\x8a','\x42','\x9c','\x42','\x9b','\xfa','\xa8','\x42','\xa8','\xe2','\x89','\x52','\x8a','\x4a','\x88','\x42','\x40','\x04','\x30','\x18','\x00','\x00','\x00','\x00','\x30','\x18','\x42','\x04','\xbf','\xfa','\x84','\x02','\x87','\xe2','\x8c','\x22','\x97','\xe2','\xa4','\x22','\x87','\xe2','\x84','\x22','\x84','\x22','\x84','\x62','\x40','\x04','\x30','\x18','\x00','\x00','\x00','\x00','\x30','\x18','\x44','\xa4','\x84','\x92','\x88','\x82','\x88','\xfa','\x9b','\x82','\xa8','\x82','\x88','\x82','\x88','\x42','\x88','\x4a','\x88','\x2a','\x88','\x1a','\x40','\x04','\x30','\x18','\x00','\x00','\x00','\x00','\x00','\x01','\x0e','\x81','\xea','\x42','\xaa','\x02','\xaa','\x94','\xee','\x55','\xaa','\x17','\xaa','\x21','\xaa','\x20','\xee','\x6f','\xaa','\x29','\x0a','\x29','\x12','\x2f','\x26','\x29','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\xfe','\x10','\x10','\x10','\x10','\xfe','\x50','\x10','\x50','\x10','\x50','\x28','\x5e','\x28','\x50','\x28','\x50','\x44','\x50','\x44','\x50','\x44','\x50','\x82','\xfe','\x00','\x00','\x00','\x00','\x1e','\x30','\x0a','\xee','\xea','\x4a','\xaa','\xfa','\xaa','\x4a','\xea','\x4a','\xb6','\xca','\xa0','\xea','\xae','\xda','\xeb','\x4a','\xaa','\x4a','\x0e','\x4e','\x0a','\x4a','\x00','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\xaa','\xaa','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x4a','\x51','\xea','\x50','\x5a','\x51','\xc9','\x9e','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x00','\x01','\x80','\x00','\x55','\x55','\x00','\x00','\x01','\x00','\x03','\x80','\x07','\xc0','\x03','\x80','\x11','\x10','\x38','\x38','\x7c','\x7c','\x38','\x38','\x11','\x10','\x03','\x80','\x07','\xc0','\x03','\x80','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x0b','\xf8','\x0a','\x08','\x12','\x08','\x13','\xf8','\x32','\x08','\x33','\xf8','\x52','\x08','\x93','\xf8','\x12','\x08','\x12','\x08','\x1f','\xfe','\x10','\x00','\x11','\x10','\x12','\x08','\x14','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\xf8','\x3f','\x00','\x01','\x04','\x01','\x04','\x00','\xfc','\x10','\x00','\x10','\x20','\x10','\x20','\x16','\x3c','\xf8','\xe0','\x10','\x22','\x11','\x22','\x16','\x1e','\x18','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x0c','\x01','\x70','\x07','\x80','\x79','\x00','\x01','\x0c','\x01','\x70','\x07','\x80','\x79','\x00','\x01','\x0c','\x01','\x70','\x07','\x80','\x79','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x08','\x80','\x08','\x80','\x09','\x00','\x11','\xfe','\x12','\x00','\x34','\x00','\x31','\xf8','\x50','\x08','\x90','\x10','\x10','\x60','\x10','\x80','\x11','\x00','\x12','\x02','\x12','\x02','\x11','\xfe','\x10','\x00','\x08','\x10','\x08','\x90','\x08','\x90','\x10','\x88','\x11','\x08','\x31','\x04','\x32','\x04','\x55','\xfa','\x90','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x11','\x08','\x11','\x08','\x12','\x28','\x14','\x10','\x08','\x80','\x08','\x40','\x08','\x40','\x17','\xfe','\x11','\x00','\x31','\x00','\x31','\x00','\x51','\xf8','\x91','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x12','\x08','\x12','\x08','\x14','\x50','\x18','\x20','\x08','\x00','\x0b','\xf8','\x08','\x08','\x11','\x10','\x10','\xa0','\x30','\x40','\x37','\xfe','\x50','\x42','\x90','\x44','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x11','\x40','\x10','\x80','\x10','\x00','\x17','\xf8','\x11','\x08','\x21','\x10','\x21','\x10','\x61','\x20','\x61','\x3c','\xa1','\x04','\x21','\x04','\x22','\x88','\x22','\x88','\x22','\x50','\x24','\x20','\x24','\x50','\x28','\x88','\x23','\x06','\x08','\x80','\x08','\x80','\x08','\x80','\x11','\xfe','\x11','\x02','\x32','\x04','\x34','\x20','\x50','\x20','\x91','\x28','\x11','\x24','\x12','\x24','\x12','\x22','\x14','\x22','\x10','\x20','\x10','\xa0','\x10','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x17','\xfe','\x10','\x80','\x30','\xa0','\x31','\x20','\x51','\xfc','\x93','\x24','\x15','\x24','\x11','\x24','\x11','\x24','\x11','\x34','\x11','\x28','\x10','\x20','\x10','\x20','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x13','\xfc','\x30','\x40','\x30','\x40','\x50','\x40','\x97','\xfe','\x10','\x40','\x10','\x80','\x10','\x80','\x11','\x10','\x12','\x08','\x17','\xfc','\x12','\x04','\x10','\x00','\x10','\x80','\x10','\x40','\x20','\x28','\x21','\x28','\x61','\x08','\x61','\x10','\xa5','\x14','\x25','\x22','\x25','\x22','\x25','\x42','\x29','\x88','\x21','\x08','\x23','\x08','\x24','\xf8','\x28','\x00','\x08','\x80','\x08','\x80','\x08','\xf8','\x11','\x08','\x13','\x10','\x34','\xa0','\x30','\x40','\x50','\xa0','\x93','\x18','\x1c','\x06','\x10','\xc0','\x10','\x20','\x10','\x10','\x11','\x80','\x10','\x60','\x10','\x10','\x08','\x00','\x08','\x00','\x0b','\xfc','\x12','\x04','\x12','\x04','\x32','\xf4','\x32','\x94','\x52','\x94','\x92','\x94','\x12','\x94','\x12','\xf4','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x10','\x00','\x08','\x40','\x08','\x40','\x08','\x44','\x13','\xf4','\x10','\x48','\x30','\x50','\x37','\xfe','\x50','\x40','\x90','\x80','\x11','\x84','\x12','\x98','\x14','\xe0','\x18','\x82','\x10','\x82','\x10','\x7e','\x10','\x00','\x08','\x10','\x09','\x10','\x09','\x08','\x12','\x08','\x14','\x04','\x3b','\xfa','\x32','\x08','\x52','\x08','\x93','\xf8','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x12','\x08','\x12','\x28','\x12','\x10','\x08','\x40','\x08','\x44','\x0a','\x44','\x11','\x48','\x11','\x50','\x30','\x40','\x37','\xfe','\x50','\x90','\x90','\x90','\x10','\x90','\x10','\x90','\x10','\x92','\x11','\x12','\x11','\x12','\x12','\x0e','\x14','\x00','\x08','\x40','\x08','\x40','\x08','\x90','\x11','\x08','\x13','\xfc','\x30','\x24','\x31','\x20','\x51','\x20','\x91','\xfc','\x12','\x20','\x10','\x20','\x17','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x00','\x17','\xfc','\x14','\x04','\x24','\x04','\x25','\xf4','\x64','\x04','\x64','\x04','\xa5','\xf4','\x25','\x14','\x25','\x14','\x25','\x14','\x25','\xf4','\x24','\x04','\x24','\x04','\x24','\x14','\x24','\x08','\x09','\x00','\x09','\x04','\x0b','\xfe','\x14','\x00','\x13','\xf8','\x32','\x88','\x52','\x48','\x92','\x08','\x1f','\xfe','\x12','\x88','\x12','\x48','\x12','\x08','\x17','\xfe','\x10','\x08','\x10','\x70','\x00','\x00','\x08','\x00','\x0f','\xfc','\x08','\x80','\x10','\x80','\x13','\xf8','\x31','\x08','\x31','\x08','\x57','\xfe','\x90','\x00','\x10','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x08','\x40','\x08','\x40','\x08','\x40','\x17','\xfe','\x10','\x40','\x32','\x48','\x32','\x48','\x52','\x48','\x95','\x54','\x18','\xa2','\x10','\xa0','\x11','\x10','\x11','\x10','\x12','\x08','\x14','\x04','\x18','\x02','\x09','\x00','\x09','\x00','\x09','\x00','\x13','\xde','\x12','\x92','\x34','\x92','\x30','\x92','\x50','\x92','\x93','\xf2','\x10','\x92','\x10','\x92','\x11','\x52','\x11','\x5e','\x12','\x20','\x14','\x20','\x18','\x00','\x08','\x84','\x08','\x84','\x09','\x08','\x13','\xde','\x11','\x08','\x31','\x08','\x31','\x08','\x51','\x08','\x97','\xbe','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x12','\x08','\x12','\x08','\x14','\x08','\x08','\x90','\x08','\x90','\x08','\x90','\x13','\xfc','\x12','\x94','\x32','\x94','\x32','\x94','\x53','\xfc','\x92','\x94','\x12','\x94','\x12','\x94','\x17','\xfe','\x10','\x00','\x10','\x90','\x11','\x08','\x12','\x04','\x10','\x40','\x12','\x48','\x11','\x48','\x21','\x50','\x20','\x40','\x67','\xfc','\x64','\x04','\xa4','\x04','\x25','\xf4','\x25','\x14','\x25','\x14','\x25','\x14','\x25','\xf4','\x24','\x04','\x24','\x14','\x24','\x08','\x10','\x80','\x10','\x40','\x17','\xfe','\x24','\x02','\x28','\x04','\x63','\xf0','\x60','\x00','\xa0','\x00','\x27','\xfc','\x20','\x40','\x22','\x50','\x22','\x48','\x24','\x44','\x28','\x44','\x21','\x40','\x20','\x80','\x08','\x00','\x0b','\xf8','\x0a','\x48','\x12','\x48','\x13','\xf8','\x32','\x48','\x32','\x48','\x53','\xf8','\x90','\x40','\x17','\xfc','\x10','\xe0','\x11','\x50','\x12','\x48','\x14','\x46','\x10','\x40','\x10','\x40','\x11','\x10','\x11','\x10','\x17','\xfc','\x21','\x10','\x21','\x50','\x60','\x40','\x63','\xf8','\xa2','\x48','\x22','\x48','\x22','\x48','\x2f','\xfe','\x20','\x40','\x20','\xa0','\x21','\x10','\x22','\x08','\x24','\x06','\x10','\x00','\x1f','\xde','\x14','\x92','\x24','\x92','\x24','\x94','\x67','\x94','\x64','\x98','\xa4','\x94','\x27','\x92','\x24','\x92','\x24','\x92','\x25','\xda','\x2e','\x94','\x20','\x90','\x20','\x90','\x20','\x90','\x10','\x3e','\x17','\xc0','\x10','\x84','\x24','\x44','\x22','\x08','\x60','\x40','\x67','\xfc','\xa4','\x44','\x24','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x3f','\xfe','\x24','\x04','\x24','\x14','\x24','\x08','\x0a','\x08','\x09','\x10','\x08','\x00','\x17','\xfe','\x10','\xa0','\x37','\xfc','\x30','\xa4','\x5f','\xfe','\x90','\xa4','\x17','\xfc','\x10','\xa0','\x11','\xb0','\x12','\xa8','\x1c','\xa6','\x10','\xa0','\x10','\xa0','\x12','\x10','\x12','\x10','\x1f','\x90','\x22','\x20','\x2f','\xbe','\x6a','\xc4','\x6a','\xa4','\xaf','\xa4','\x2a','\xa4','\x2a','\xa8','\x2f','\xa8','\x22','\x10','\x3f','\xa8','\x22','\x28','\x22','\x44','\x22','\x82','\x10','\x00','\x17','\xfe','\x10','\xa0','\x27','\xfc','\x24','\xa4','\x64','\xa4','\x67','\xfc','\xa2','\x08','\x22','\x08','\x23','\xbe','\x24','\x88','\x2a','\xa8','\x21','\x3e','\x22','\x08','\x24','\x08','\x28','\x08','\x08','\x88','\x08','\x50','\x0b','\xfe','\x10','\x20','\x11','\xfc','\x30','\x20','\x33','\xfe','\x51','\x24','\x90','\xa8','\x17','\xfe','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x14','\x14','\x12','\x12','\x1f','\x92','\x20','\x10','\x20','\x7e','\x6f','\x90','\x68','\x90','\xa8','\x90','\x2f','\x90','\x22','\x28','\x2b','\x28','\x2a','\xa8','\x32','\x28','\x22','\x4a','\x2a','\x4a','\x24','\x86','\x09','\x08','\x08','\x90','\x08','\x10','\x13','\xfe','\x12','\x22','\x33','\x26','\x52','\xaa','\x93','\xfe','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x00','\x00','\x12','\x88','\x12','\x88','\x17','\xe8','\x22','\x90','\x24','\x1e','\x67','\xe4','\x64','\x54','\xa8','\x54','\x27','\x54','\x25','\x54','\x25','\x54','\x27','\x48','\x25','\x48','\x20','\x54','\x22','\x94','\x21','\x22','\x10','\x40','\x1f','\xfe','\x10','\x00','\x27','\xfc','\x24','\x04','\x65','\xf4','\x65','\x14','\xa7','\xfc','\x20','\x00','\x23','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x20','\x00','\x2f','\xfe','\x12','\x00','\x13','\xf8','\x14','\x10','\x27','\xfe','\x2d','\x48','\x76','\x24','\x67','\xfe','\xa4','\x00','\x25','\xfc','\x24','\x00','\x25','\xfc','\x24','\x00','\x25','\xfc','\x29','\x04','\x29','\xfc','\x31','\x04','\x10','\x00','\x17','\xfc','\x12','\x48','\x24','\x44','\x2f','\xfe','\x64','\x44','\x66','\xec','\xa5','\x54','\x26','\xec','\x24','\x44','\x26','\xec','\x25','\x54','\x26','\xec','\x24','\x44','\x24','\x54','\x24','\x08','\x10','\x80','\x11','\xf8','\x12','\x88','\x20','\x70','\x23','\x8e','\x68','\x00','\x69','\xfc','\xa9','\x24','\x29','\xac','\x29','\x24','\x29','\xfc','\x28','\x20','\x29','\xfc','\x20','\x20','\x23','\xfe','\x21','\x54','\x04','\x40','\x04','\x40','\x08','\x20','\x11','\x10','\x21','\x08','\xc2','\x06','\x04','\x40','\x08','\x20','\x1f','\xf0','\x04','\x50','\x04','\x40','\x04','\x40','\x08','\x44','\x08','\x44','\x10','\x44','\x60','\x3c','\x08','\x00','\x08','\x80','\x1f','\xc0','\x10','\x80','\x21','\x10','\x7f','\xf8','\xa2','\x10','\x22','\x10','\x22','\x10','\x3f','\xf0','\x22','\x90','\x04','\x84','\x08','\x84','\x30','\x86','\xc0','\x7c','\x00','\x00','\x00','\x00','\x3c','\x78','\x24','\x48','\x24','\x48','\x24','\x48','\x27','\xc8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x24','\x48','\x04','\x40','\x04','\x40','\x08','\x40','\x10','\x42','\x20','\x42','\xc0','\x3e','\x02','\x00','\x01','\x00','\xff','\xfe','\x08','\x20','\x10','\x10','\x20','\x08','\x5f','\xf4','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x04','\x40','\x04','\x40','\x08','\x44','\x10','\x44','\x60','\x3c','\x04','\x00','\x08','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\x40','\x04','\x00','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\xff','\xfe','\x00','\x00','\x00','\x40','\x40','\x40','\x20','\xa0','\x21','\x10','\x02','\x08','\x05','\xf6','\x10','\x40','\x10','\x40','\x27','\xfc','\xe0','\x40','\x22','\x50','\x22','\x48','\x24','\x44','\x28','\x44','\x21','\x40','\x00','\x80','\x00','\x40','\x40','\x40','\x27','\xfc','\x20','\x40','\x03','\xf8','\x10','\x40','\x17','\xfe','\x10','\x00','\x23','\xf8','\x22','\x08','\xe3','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x22','\x28','\x02','\x10','\x08','\x00','\x8b','\xde','\x4a','\x92','\x4a','\x92','\x0b','\xd2','\x2a','\x5e','\x2a','\x50','\x2b','\xd0','\x4a','\x92','\xca','\x92','\x4b','\xce','\x50','\x00','\x40','\x00','\x45','\x24','\x44','\x92','\x08','\x92','\x02','\x00','\x02','\x00','\x04','\x00','\x1f','\xe0','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x22','\x20','\x22','\x20','\x22','\x40','\x1e','\x80','\x00','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x2f','\xe8','\x21','\x08','\x22','\x08','\x27','\xc8','\x24','\x48','\x24','\x48','\x27','\xc8','\x24','\x4a','\x24','\x4a','\x47','\xca','\x44','\x46','\x80','\x02','\x00','\x00','\x3f','\xf8','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x48','\x00','\x88','\x01','\x08','\x02','\x08','\x04','\x08','\x08','\x08','\x10','\x08','\x60','\x08','\x00','\x08','\x00','\x50','\x00','\x20','\x00','\x00','\x01','\xfc','\x00','\x44','\x7e','\x44','\x08','\x44','\x08','\x44','\x08','\x44','\x08','\x44','\x08','\x44','\x08','\x44','\x0e','\x84','\xf0','\x84','\x41','\x04','\x01','\x04','\x02','\x28','\x04','\x10','\x00','\x04','\x3f','\x04','\x00','\x04','\x00','\x24','\x00','\x24','\xff','\xa4','\x12','\x24','\x12','\x24','\x12','\x24','\x12','\x24','\x12','\x24','\x22','\xa4','\x23','\x04','\x42','\x04','\x80','\x14','\x00','\x08','\x00','\x00','\x3f','\xf8','\x02','\x08','\x02','\x08','\x04','\x08','\x08','\x50','\x30','\x20','\x00','\x00','\x7e','\xfc','\x12','\x24','\x12','\x24','\x12','\x24','\x22','\x44','\x22','\x44','\x4a','\x94','\x85','\x08','\x08','\x04','\x08','\x04','\x2a','\x04','\x2a','\x24','\x2a','\x24','\x5d','\x24','\x88','\xa4','\x08','\x24','\x08','\x24','\x7f','\x24','\x08','\x24','\x08','\x24','\x08','\x04','\x0f','\x84','\xf8','\x14','\x40','\x08','\x24','\x04','\x22','\x04','\x2f','\x04','\xf0','\x24','\x14','\x24','\x09','\x24','\x35','\x24','\xcb','\x24','\x24','\x24','\x2f','\x24','\xf0','\x24','\x12','\x24','\x14','\x04','\x09','\x04','\x35','\x14','\xc3','\x08','\x08','\x04','\x09','\x04','\x49','\x04','\x4a','\x24','\x88','\x24','\x14','\x24','\x22','\x24','\x49','\x24','\x88','\x24','\x49','\x24','\x49','\x24','\x8a','\x24','\x14','\x04','\x22','\x04','\x41','\x14','\x80','\x88','\x08','\x02','\x3f','\x82','\x20','\x82','\x3f','\x82','\x20','\x92','\x3f','\x92','\x00','\x12','\x7f','\xd2','\x44','\x52','\x7f','\xd2','\x44','\x52','\x7f','\xd2','\x00','\x02','\xff','\xe2','\x11','\x0a','\x21','\x04','\x00','\x10','\x7e','\x10','\x02','\x10','\x34','\x10','\x08','\x7e','\x7f','\x12','\x49','\x12','\x49','\x12','\x7f','\x12','\x49','\x12','\x49','\x12','\x7f','\x12','\x49','\x12','\x49','\x22','\x49','\x2a','\x43','\x44','\x20','\x20','\x22','\x20','\x3f','\x20','\x22','\x24','\x44','\xfe','\xff','\x24','\x49','\x24','\x49','\x24','\x7f','\x24','\x49','\x44','\x08','\x44','\x18','\x84','\x29','\x1a','\x48','\x02','\x87','\xfe','\x00','\x00','\x08','\x20','\x49','\x20','\x2a','\x20','\x7f','\x20','\x08','\xfc','\x10','\x24','\xff','\xa4','\x22','\x24','\x41','\x24','\xbe','\xa4','\x22','\x24','\x2a','\x24','\x24','\x44','\x20','\x44','\x2c','\xa8','\x31','\x10','\x00','\x20','\x3e','\x20','\x04','\x20','\x08','\x20','\x7e','\xfc','\x08','\x24','\x08','\x24','\x28','\x24','\x10','\x24','\x7f','\x24','\x55','\x24','\x55','\x44','\x55','\x44','\x57','\x84','\xfd','\x28','\x02','\x10','\x00','\x20','\xff','\x20','\x81','\x20','\xbd','\x20','\x81','\xfc','\xbd','\x24','\x81','\x24','\x00','\x24','\x7e','\x24','\x42','\x24','\x7e','\x24','\x42','\x24','\x7e','\x44','\x42','\x44','\x7e','\xa8','\x43','\x10','\x00','\x20','\x3e','\x20','\x22','\x20','\x22','\x20','\x3e','\xfc','\x00','\x24','\x7f','\x24','\x41','\x24','\x7f','\x24','\x41','\x24','\x7f','\x24','\x41','\x24','\x7f','\x44','\x14','\x44','\x22','\xa8','\x41','\x10','\x22','\x20','\xff','\xa0','\x22','\x20','\x3e','\x24','\x08','\xfe','\x7f','\x24','\x49','\x24','\x7f','\x24','\x08','\x24','\xff','\xa4','\x08','\x44','\x7f','\x44','\x08','\xa4','\x0f','\x9c','\xf1','\x08','\x00','\x00','\x10','\x00','\x10','\xfe','\x7e','\x92','\x12','\x92','\x22','\xfe','\x2a','\x92','\x44','\x92','\x80','\xfe','\x44','\x10','\xff','\x08','\x55','\x28','\x55','\x20','\x55','\x64','\x55','\xaa','\x59','\x28','\xb3','\x18','\x08','\x00','\x08','\x00','\x10','\x00','\x1f','\xf8','\x20','\x08','\x40','\x08','\x80','\x08','\x1f','\x88','\x00','\x08','\x00','\x08','\x00','\x08','\x3f','\xc8','\x00','\x08','\x00','\x08','\x00','\x50','\x00','\x20','\x08','\x00','\x08','\x00','\x0f','\xfc','\x10','\x04','\x20','\x04','\x48','\x04','\x84','\x04','\x02','\x04','\x00','\x24','\x00','\xc4','\x03','\x04','\x1c','\x04','\x08','\x04','\x00','\x04','\x00','\x28','\x00','\x10','\x10','\x00','\x10','\x00','\x3f','\xfc','\x22','\x04','\x42','\x04','\x87','\xe4','\x08','\x24','\x10','\x24','\x24','\x44','\x02','\x44','\x02','\x84','\x01','\x04','\x06','\x04','\x18','\x04','\x60','\x28','\x00','\x10','\x00','\x00','\x7f','\xfc','\x40','\x80','\x40','\x80','\x44','\x80','\x44','\xf0','\x47','\x90','\x5c','\x90','\x44','\xd0','\x44','\xa4','\x44','\x84','\x44','\x04','\x43','\xfc','\x40','\x00','\x7f','\xfe','\x00','\x00','\x01','\x00','\x22','\x08','\x3f','\xfc','\x20','\x88','\x20','\x88','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x22','\x88','\x04','\x80','\x08','\x84','\x7f','\xfe','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x00','\x02','\x00','\x02','\x00','\x03','\xf8','\x02','\x00','\x02','\x00','\x02','\x00','\xff','\xfe','\x02','\x00','\x02','\x00','\x02','\x40','\x02','\x20','\x02','\x10','\x02','\x08','\x02','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x01','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\x88','\x20','\x88','\x20','\x88','\x3f','\x88','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x08','\x00','\x10','\x00','\x7e','\x7c','\x42','\x44','\x7e','\x44','\x42','\x44','\x7e','\x44','\x00','\x44','\x40','\x44','\x40','\x44','\x7e','\x44','\x40','\x54','\x40','\x48','\x4c','\x40','\x70','\x40','\x00','\x40','\x00','\x00','\x3f','\xfe','\x20','\x40','\x20','\x40','\x27','\xfc','\x20','\x40','\x20','\x40','\x2f','\xfe','\x20','\x00','\x20','\x40','\x20','\x40','\x27','\xfc','\x20','\x40','\x40','\x40','\x4f','\xfe','\x80','\x00','\x00','\x00','\x3f','\xfe','\x22','\x10','\x22','\x10','\x2f','\xfc','\x22','\x10','\x22','\x10','\x3f','\xfe','\x20','\x00','\x27','\xf8','\x24','\x08','\x24','\x08','\x47','\xf8','\x44','\x08','\x84','\x08','\x07','\xf8','\x00','\x00','\x3f','\xfe','\x21','\x10','\x2f','\xfe','\x21','\x10','\x23','\xf8','\x22','\x48','\x23','\xf8','\x22','\x48','\x23','\xf8','\x20','\x40','\x27','\xfc','\x24','\x54','\x45','\xf4','\x44','\x14','\x84','\x0c','\x00','\x08','\x00','\x3c','\x7b','\xc0','\x48','\x40','\x48','\x40','\x48','\x40','\x48','\x40','\x48','\x7e','\x4b','\xc0','\x48','\x40','\x78','\x40','\x48','\x42','\x00','\x42','\x00','\x42','\x00','\x3e','\x00','\x00','\x00','\x00','\x03','\xf8','\x7a','\x48','\x4a','\x48','\x4a','\x48','\x4a','\x48','\x4a','\x48','\x4b','\xf8','\x4a','\x08','\x4a','\x00','\x7a','\x00','\x4a','\x02','\x02','\x02','\x02','\x02','\x01','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x79','\xfc','\x48','\x00','\x48','\x00','\x48','\x00','\x4b','\xfe','\x48','\x20','\x48','\x20','\x48','\x40','\x78','\x40','\x48','\x88','\x01','\x04','\x03','\xfe','\x01','\x02','\x00','\x00','\x00','\x40','\x00','\x20','\x78','\x20','\x4b','\xfe','\x4a','\x02','\x4c','\x04','\x49','\x00','\x49','\x08','\x49','\x10','\x49','\x20','\x79','\xc0','\x49','\x02','\x01','\x02','\x01','\x02','\x00','\xfe','\x00','\x00','\x00','\x20','\x00','\x20','\x78','\x20','\x48','\x20','\x48','\x3e','\x48','\x20','\x48','\x20','\x48','\x20','\x49','\xfc','\x49','\x04','\x49','\x04','\x79','\x04','\x49','\x04','\x01','\x04','\x01','\xfc','\x01','\x04','\x00','\x80','\x00','\x80','\x79','\x00','\x49','\xfc','\x4a','\x04','\x4c','\x04','\x49','\xe4','\x49','\x24','\x49','\x24','\x49','\x24','\x79','\xe4','\x49','\x24','\x00','\x04','\x00','\x04','\x00','\x28','\x00','\x10','\x00','\x20','\x00','\x20','\x78','\x20','\x49','\xfc','\x48','\x20','\x48','\x20','\x48','\x20','\x4b','\xfe','\x48','\x20','\x48','\x40','\x78','\x40','\x48','\x88','\x01','\x04','\x03','\xfe','\x01','\x02','\x00','\x00','\x00','\x90','\x00','\x90','\x78','\x90','\x4b','\xfc','\x48','\x94','\x48','\x94','\x4b','\xfc','\x4a','\x90','\x4a','\x90','\x4b','\xfe','\x78','\x92','\x48','\x92','\x01','\x1a','\x01','\x14','\x02','\x10','\x04','\x10','\x04','\x00','\x04','\x00','\xf4','\x00','\x94','\x3c','\x9f','\xa4','\x94','\xa4','\x94','\xa4','\x94','\xa4','\x94','\xa4','\x94','\xa4','\xf4','\xa4','\x94','\xa4','\x08','\xa4','\x08','\xbc','\x12','\xa4','\x21','\x00','\x00','\x00','\x03','\xfe','\x79','\x08','\x49','\x08','\x49','\x08','\x49','\xf8','\x49','\x08','\x49','\x08','\x49','\xf8','\x49','\x08','\x79','\x08','\x49','\x1e','\x07','\xe8','\x00','\x08','\x00','\x08','\x00','\x08','\x01','\x04','\x00','\x84','\x78','\x88','\x48','\x00','\x4b','\xfe','\x48','\x20','\x48','\x20','\x49','\xfc','\x48','\x20','\x48','\x20','\x7b','\xfe','\x48','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x80','\x00','\x80','\xf1','\xf8','\x92','\x10','\x95','\x20','\x90','\xc0','\x90','\x90','\x93','\x20','\x9c','\x7c','\x90','\x84','\xf1','\x08','\x96','\x90','\x00','\x60','\x00','\x40','\x01','\x80','\x0e','\x00','\x08','\x00','\x08','\x00','\x7f','\x7c','\x11','\x44','\x11','\x44','\x25','\x44','\x42','\x7c','\x00','\x00','\xff','\xfe','\x00','\x10','\x1f','\x90','\x10','\x90','\x10','\x90','\x1f','\x90','\x00','\x50','\x00','\x20','\x00','\x42','\x00','\xe2','\x7b','\x82','\x48','\x8a','\x48','\x8a','\x48','\x8a','\x4f','\xea','\x48','\x8a','\x49','\x8a','\x49','\xca','\x7a','\xaa','\x4a','\x82','\x04','\x82','\x00','\x82','\x00','\x8a','\x00','\x84','\x00','\x40','\x00','\x40','\x78','\xa0','\x49','\x10','\x4a','\x08','\x4c','\x06','\x49','\xf0','\x48','\x40','\x48','\x40','\x4b','\xf8','\x78','\x40','\x4a','\x48','\x01','\x48','\x01','\x50','\x0f','\xfe','\x00','\x00','\x00','\x40','\x00','\x80','\x7b','\xfc','\x49','\x10','\x4a','\x48','\x4c','\x46','\x4b','\xf8','\x4a','\x48','\x4a','\x48','\x4b','\xf8','\x4a','\x48','\x7a','\x48','\x4b','\xf8','\x00','\x42','\x00','\x42','\x00','\x3e','\x00','\x80','\x00','\x40','\xf7','\xfc','\x90','\x00','\x91','\x10','\x91','\x10','\x92','\xa8','\x94','\x44','\x90','\x00','\x90','\x40','\xf7','\xfe','\x90','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x00','\x07','\xfe','\x78','\x90','\x48','\x90','\x48','\x90','\x4b','\x9c','\x4a','\x04','\x4a','\x04','\x4a','\x04','\x4b','\x9c','\x78','\x90','\x48','\x90','\x00','\x90','\x00','\x90','\x07','\xfe','\x00','\x00','\x01','\xfc','\x01','\x24','\x79','\x24','\x49','\xfc','\x49','\x24','\x49','\x24','\x49','\xfc','\x48','\x20','\x48','\x20','\x4b','\xfe','\x7a','\x22','\x4a','\x2a','\x02','\xfa','\x02','\x0a','\x02','\x02','\x02','\x06','\x10','\x10','\x10','\x10','\x10','\x10','\xfe','\xfe','\x10','\x10','\x10','\x10','\x7c','\x7c','\x00','\x00','\x00','\x00','\x7c','\x7c','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x7c','\x7c','\x44','\x44','\x00','\x00','\x01','\xfc','\x79','\x04','\x49','\x04','\x49','\xe4','\x49','\x24','\x49','\x24','\x4b','\xfe','\x4a','\x02','\x4a','\xfa','\x7a','\x8a','\x4a','\x8a','\x02','\xfa','\x02','\x02','\x02','\x0a','\x02','\x04','\x02','\x08','\x93','\xfc','\xfa','\x08','\x93','\xf8','\x92','\x08','\x93','\xf8','\x92','\x88','\x91','\x02','\x93','\xfe','\x96','\x22','\xfa','\x22','\x92','\x52','\x02','\x8a','\x03','\xf2','\x00','\x1c','\x00','\x00','\x00','\x40','\x00','\x20','\x7b','\xfc','\x48','\x00','\x49','\x08','\x48','\x90','\x4b','\xfe','\x4a','\x10','\x4a','\x20','\x4a','\xc8','\x7a','\x10','\x4a','\x24','\x02','\xc8','\x04','\x10','\x04','\x60','\x09','\x80','\x00','\x00','\x01','\xfe','\x79','\x20','\x49','\xfc','\x49','\x20','\x49','\xfc','\x49','\x20','\x49','\x20','\x49','\xfe','\x48','\x02','\x7a','\xaa','\x4a','\xaa','\x02','\xaa','\x02','\x02','\x00','\x14','\x00','\x08','\x01','\x10','\x97','\xfe','\xf9','\x10','\x91','\xf0','\x90','\x40','\x97','\xfc','\x94','\x44','\x97','\xfc','\x90','\x40','\x97','\xfc','\xf0','\x40','\x9f','\xfe','\x00','\xa0','\x03','\x18','\x0c','\x06','\x00','\x00','\x00','\xa0','\x00','\xa0','\x77','\xfe','\x50','\xa0','\x57','\xfc','\x54','\xa4','\x57','\xfc','\x54','\xa4','\x57','\xfc','\x50','\x00','\x73','\xf8','\x52','\x08','\x03','\xf8','\x02','\x08','\x03','\xf8','\x02','\x08','\x07','\xfc','\x00','\x80','\x7b','\xf8','\x4a','\x08','\x4b','\xf8','\x4a','\x08','\x4b','\xf8','\x4a','\x08','\x4b','\xf8','\x49','\x10','\x79','\x7c','\x4f','\x80','\x00','\x90','\x00','\x62','\x01','\xb2','\x0e','\x0e','\x00','\x40','\x07','\xfc','\xf0','\x40','\x93','\xf8','\x90','\x00','\x93','\xf8','\x92','\x08','\x93','\xf8','\x91','\x10','\x9f','\xfe','\xf0','\x00','\x93','\xf8','\x02','\x08','\x02','\x08','\x03','\xf8','\x02','\x08','\x00','\x08','\x07','\x88','\x70','\x88','\x51','\x10','\x5f','\xde','\x54','\x94','\x54','\xa4','\x57','\x94','\x54','\x94','\x57','\x94','\x74','\x94','\x54','\xc8','\x07','\x88','\x0c','\x94','\x00','\xa4','\x00','\xc2','\x00','\x88','\x03','\xfe','\x78','\x88','\x49','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x48','\x80','\x49','\xfe','\x7a','\x22','\x4d','\x52','\x01','\x02','\x01','\xfa','\x00','\x0a','\x00','\x04','\x00','\x20','\x01','\x3c','\x79','\x20','\x4f','\xfe','\x48','\x10','\x48','\x14','\x4b','\xfe','\x4a','\x10','\x4b','\xf0','\x4a','\x54','\x7a','\x54','\x4a','\xd4','\x03','\x68','\x04','\x4a','\x08','\x96','\x03','\x22','\x22','\x44','\x3f','\x7e','\x22','\x44','\x22','\x44','\x3e','\x7c','\x01','\x20','\x02','\x14','\x7f','\xfe','\x08','\x10','\x12','\x08','\x7f','\x7e','\x22','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x00','\x00','\x00','\x3c','\x03','\xc0','\x70','\x44','\x52','\x24','\x51','\x08','\x57','\xfe','\x54','\x42','\x52','\xa4','\x52','\x8a','\x54','\x7a','\x70','\x80','\x50','\xf8','\x01','\x08','\x02','\x90','\x00','\x60','\x07','\x9e','\x00','\x40','\x00','\x7c','\x78','\x40','\x4b','\xfe','\x4a','\x42','\x4a','\x78','\x4b','\xc4','\x4a','\x3c','\x4a','\x00','\x4b','\xfe','\x7a','\x40','\x4b','\xa4','\x02','\x58','\x05','\xb4','\x04','\x52','\x09','\xb0','\x00','\x40','\x00','\xa0','\xf3','\x18','\x9d','\xf6','\x90','\x00','\x97','\xfc','\x95','\x54','\x94','\xe4','\x97','\xfc','\x90','\x00','\xf3','\xf8','\x92','\x08','\x03','\xf8','\x02','\x08','\x03','\xf8','\x02','\x08','\x00','\x20','\x01','\x20','\x79','\x3c','\x49','\x20','\x4f','\xfe','\x48','\x90','\x4a','\x94','\x4b','\x6c','\x4a','\x04','\x4b','\xfc','\x7a','\x94','\x4a','\x94','\x03','\x6c','\x02','\x04','\x03','\xfc','\x00','\x04','\x01','\x00','\xff','\xfe','\x01','\x00','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x10','\x10','\xfe','\xfe','\x10','\x10','\x7c','\x7c','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x04','\x14','\x04','\x12','\xe9','\xfe','\xaa','\x10','\xb2','\xfe','\xbc','\x92','\xa4','\xfe','\xa8','\x92','\xb2','\xfe','\xbe','\x92','\xe2','\x04','\x81','\xfe','\x2a','\x44','\x2a','\x24','\x20','\x24','\x00','\x0c','\x01','\x00','\x01','\x3e','\x75','\x08','\x55','\xd0','\x55','\x3e','\x55','\x22','\x5f','\xe2','\x50','\x3e','\x51','\x22','\x55','\x7e','\x75','\x62','\x55','\xa2','\x08','\xbe','\x01','\x00','\x02','\x14','\x0c','\x22','\x3a','\xb8','\x21','\x08','\x3a','\xb8','\x22','\x88','\x39','\x38','\x22','\x88','\x7f','\xfe','\x40','\x02','\x91','\x04','\x1f','\xf0','\x21','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x07','\xfc','\x74','\xa4','\x54','\xa4','\x57','\xfc','\x52','\x10','\x52','\xa8','\x54','\xbe','\x5f','\x68','\x52','\x3c','\x74','\xa8','\x5f','\xbc','\x00','\x28','\x0a','\xa8','\x0a','\xbe','\x00','\x20','\x01','\x00','\x7f','\xfc','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x92','\x92','\x1e','\xf0','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x04','\x88','\x0c','\x50','\x35','\x30','\xc6','\x0e','\x7f','\xfc','\x41','\x04','\x4f','\xe4','\x41','\x04','\x4f','\xe4','\x41','\x04','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x48','\x24','\x48','\x64','\x7f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x20','\x01','\x10','\x01','\x10','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\xfd','\x04','\x11','\x04','\x11','\xfc','\x11','\x00','\x11','\x00','\x11','\x00','\x1d','\x00','\xe1','\x02','\x41','\x02','\x00','\xfe','\x00','\x00','\x11','\x04','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\xfd','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\x1d','\x24','\xe1','\x24','\x42','\x24','\x02','\x04','\x04','\x04','\x10','\x40','\x10','\x40','\x10','\x80','\x10','\xfc','\x11','\x04','\xfd','\x04','\x12','\x04','\x14','\x84','\x10','\x44','\x10','\x24','\x10','\x24','\x1c','\x04','\xe0','\x04','\x40','\x04','\x00','\x28','\x00','\x10','\x10','\x00','\x11','\xfe','\x11','\x02','\x11','\x02','\x11','\x02','\xfd','\x7a','\x11','\x4a','\x11','\x4a','\x11','\x4a','\x11','\x4a','\x11','\x7a','\x1d','\x4a','\xe1','\x02','\x41','\x02','\x01','\x0a','\x01','\x04','\x20','\x00','\x20','\x00','\x27','\xfe','\x20','\x08','\x20','\x08','\xfb','\xc8','\x22','\x48','\x22','\x48','\x22','\x48','\x22','\x48','\x23','\xc8','\x3a','\x48','\xe0','\x08','\x40','\x08','\x00','\x28','\x00','\x10','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\x11','\x00','\xfd','\x00','\x11','\xfe','\x11','\x10','\x11','\x10','\x11','\x30','\x11','\x18','\x1d','\x14','\xe1','\x12','\x42','\x10','\x02','\x10','\x04','\x10','\x10','\x00','\x13','\xf8','\x10','\x88','\x10','\x90','\x10','\xbc','\xfd','\x04','\x11','\x14','\x12','\x48','\x10','\x40','\x17','\xfe','\x10','\x40','\x1c','\xe0','\xe1','\x50','\x42','\x48','\x04','\x46','\x00','\x40','\x20','\x90','\x20','\x88','\x21','\x04','\x22','\x40','\xf8','\x40','\x20','\xa0','\x20','\x90','\x21','\x08','\x22','\x04','\x25','\xfa','\x21','\x08','\x39','\x08','\xc1','\x08','\x01','\x08','\x01','\xf8','\x01','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x02','\x14','\x04','\xfd','\xf8','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x90','\x10','\x90','\x1c','\x90','\xe1','\x12','\x41','\x12','\x02','\x0e','\x04','\x00','\x10','\x00','\x11','\xf8','\x10','\x08','\x10','\xd0','\x10','\x20','\xfd','\xfc','\x11','\x24','\x11','\x24','\x11','\xfc','\x11','\x24','\x11','\x24','\x1d','\xfc','\xe1','\x24','\x41','\x24','\x01','\x24','\x01','\x0c','\x10','\x40','\x10','\x40','\x10','\x88','\x11','\x04','\x13','\xfe','\xfc','\x02','\x10','\x88','\x11','\x44','\x12','\x42','\x10','\xf8','\x1d','\x88','\xe2','\x50','\x40','\x20','\x00','\x50','\x01','\x88','\x06','\x06','\x20','\x08','\x20','\x1c','\x27','\x70','\x21','\x10','\x21','\x10','\xfa','\x50','\x22','\x5c','\x27','\x50','\x21','\x50','\x25','\x50','\x25','\x50','\x3a','\x7c','\xe2','\x00','\x45','\x00','\x08','\xfe','\x10','\x00','\x20','\x40','\x20','\x80','\x23','\xfc','\x22','\x24','\x22','\x24','\xfb','\xfc','\x22','\x24','\x22','\x44','\x23','\xfc','\x20','\x90','\x39','\x10','\xe7','\xfe','\x40','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x20','\x40','\x20','\x40','\x23','\xf8','\x20','\x48','\xf8','\x48','\x27','\xfe','\x20','\x48','\x20','\x48','\x23','\xf8','\x24','\x44','\x22','\xe8','\x39','\x50','\xe2','\x48','\x44','\x46','\x01','\x40','\x00','\x80','\x20','\x08','\x20','\x3c','\x21','\xe0','\x20','\x20','\x20','\x20','\xfb','\xfe','\x21','\x24','\x21','\x24','\x27','\xfe','\x21','\x24','\x21','\x24','\x3b','\xfe','\xe0','\x20','\x40','\x20','\x03','\xfe','\x00','\x00','\x10','\x40','\x10','\x40','\x7c','\x40','\x10','\x40','\x11','\xf8','\xfe','\x48','\x00','\x48','\x45','\x48','\x92','\xc8','\x10','\x48','\x7c','\x68','\x10','\x5a','\x10','\x8a','\x1c','\x8a','\xe1','\x06','\x42','\x02','\x23','\xf8','\x12','\x08','\x82','\x08','\x4b','\xf8','\x0a','\x40','\x12','\x48','\xe2','\x70','\x22','\x44','\x24','\x44','\x25','\x3c','\x09','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x20','\x40','\x20','\x20','\x23','\xfe','\x20','\x80','\x21','\x04','\xfb','\xfe','\x20','\x02','\x21','\xfc','\x21','\x04','\x21','\xfc','\x21','\x04','\x39','\xfc','\xe1','\x04','\x41','\x04','\x01','\x14','\x01','\x08','\x12','\x02','\x13','\xfe','\x14','\x04','\x10','\x00','\x13','\xfe','\xfc','\x40','\x10','\x86','\x17','\x44','\x12','\xa8','\x11','\x30','\x1e','\xe8','\xe0','\xa8','\x41','\x24','\x06','\x22','\x00','\xc0','\x00','\x00','\x11','\x18','\x11','\xe2','\x11','\x02','\x10','\xfe','\x10','\x00','\xfc','\xfc','\x12','\x84','\x12','\xfc','\x12','\x84','\x12','\xfc','\x12','\x84','\x1e','\xfc','\xe2','\x00','\x43','\xfe','\x01','\x08','\x02','\x04','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\x11','\xf8','\xfc','\x00','\x13','\xfc','\x12','\x04','\x13','\xfc','\x12','\x04','\x13','\xfc','\x1e','\x04','\xe3','\xfc','\x40','\x90','\x01','\x08','\x02','\x04','\x11','\xfe','\x11','\x02','\x11','\x02','\x11','\xfe','\xfd','\x44','\x11','\x28','\x11','\xfe','\x11','\x48','\x15','\x48','\x19','\xfe','\xe2','\x48','\x42','\x48','\x04','\x88','\x09','\x08','\x00','\x00','\x00','\x00','\x10','\x20','\x13','\xfe','\x10','\x20','\x11','\xfc','\x11','\x24','\xfd','\xfc','\x11','\x24','\x11','\xfc','\x10','\x22','\x13','\xfe','\x1c','\x08','\xe3','\xfe','\x41','\x08','\x00','\x88','\x00','\x28','\x00','\x10','\x20','\x20','\x27','\xfe','\x24','\x20','\x25','\xfc','\xf4','\x24','\x27','\xfe','\x24','\x24','\x25','\xfc','\x24','\x20','\x25','\xfc','\x35','\x24','\xe5','\xfc','\x45','\x24','\x09','\xfc','\x09','\x24','\x11','\x2c','\x22','\x08','\x21','\x10','\x20','\x00','\x27','\xfc','\x24','\x44','\xfd','\x54','\x24','\xe4','\x24','\x44','\x27','\xfc','\x20','\x00','\x23','\xf8','\x3a','\x08','\xe3','\xf8','\x42','\x08','\x03','\xf8','\x02','\x08','\x10','\x08','\x1f','\xfc','\x14','\xa8','\x12','\xa8','\x1f','\xf8','\x00','\x80','\x1f','\xfc','\x00','\x80','\x7f','\xfe','\x14','\x48','\x12','\xa6','\x20','\x82','\x1f','\xf8','\x00','\x84','\x7f','\xfe','\x00','\x00','\x22','\x10','\x21','\x10','\x2f','\xd0','\x20','\x10','\x27','\xbe','\xfc','\xa4','\x27','\xd4','\x20','\x14','\x27','\x94','\x20','\x94','\x21','\x14','\x39','\xc8','\xef','\x08','\x41','\x14','\x05','\x14','\x02','\x22','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x21','\x10','\x27','\xfc','\x21','\x10','\x20','\x40','\x23','\xf8','\xf8','\x40','\x27','\xfc','\x20','\x80','\x21','\x10','\x23','\xf8','\x20','\x00','\x3b','\xf8','\xe2','\xa8','\x42','\xa8','\x0f','\xfe','\x00','\x00','\x20','\x3c','\x27','\xc0','\x20','\x40','\x2f','\xfe','\xf0','\x40','\x27','\xfc','\x25','\x54','\x24','\xe4','\x27','\xfc','\x20','\x40','\x37','\xfc','\xe0','\x40','\x4f','\xfe','\x00','\x00','\x05','\x24','\x08','\x92','\x20','\x40','\x27','\xfc','\x20','\x40','\x23','\xfc','\x20','\x00','\xf7','\xfe','\x20','\x02','\x23','\xf8','\x20','\x40','\x27','\xfe','\x20','\x00','\x37','\xfe','\xe0','\x08','\x47','\xfe','\x04','\xa8','\x07','\x98','\x20','\x40','\x20','\x7c','\x20','\x40','\x23','\xfc','\x22','\x44','\xfb','\xf0','\x22','\x44','\x22','\xfc','\x22','\xa8','\x22','\xf8','\x22','\xa8','\x3a','\xf8','\xe2','\x00','\x45','\xfc','\x05','\x54','\x0b','\xfe','\x22','\x10','\x21','\x10','\x27','\xde','\x20','\x10','\x24','\x5e','\xfa','\x82','\x27','\xde','\x20','\x10','\x27','\xde','\x24','\x50','\x27','\xde','\x3c','\x50','\xe7','\xde','\x44','\x50','\x04','\x52','\x04','\xce','\x27','\xfc','\x20','\x40','\x2f','\xfe','\x28','\x42','\x23','\x58','\xf5','\x00','\x2f','\xbc','\x25','\x24','\x27','\x24','\x22','\x3c','\x2f','\xa4','\x3a','\xa4','\xef','\xbc','\x42','\x24','\x1f','\xa4','\x02','\x4c','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x12','\x10','\x22','\x08','\x47','\xe4','\x88','\x22','\x14','\x40','\x22','\x80','\x01','\x00','\x06','\xc0','\x18','\x30','\xe0','\x0e','\x04','\x40','\xff','\xfe','\x04','\x40','\xff','\xfe','\x11','\x00','\x13','\xde','\x5a','\x52','\x53','\xde','\x52','\x50','\x5b','\xd2','\xe6','\x4e','\x0f','\xe0','\x54','\x44','\x83','\x82','\x1c','\x70','\xe0','\x0e','\x02','\x00','\x02','\x00','\x7f','\xfc','\x04','\x40','\x08','\x20','\x3f','\xf8','\xd1','\x16','\x17','\xd0','\x11','\x10','\x1f','\xf0','\x10','\x10','\x17','\xd0','\x24','\x50','\x27','\xd0','\x40','\x10','\x80','\x30','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x7d','\x7c','\x11','\x10','\x7d','\x7c','\x45','\x44','\x7d','\x7c','\x45','\x44','\x7d','\x7c','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\xfd','\xfc','\x24','\x20','\x24','\x20','\x24','\x20','\x27','\xfe','\x48','\x20','\x28','\x50','\x10','\x50','\x28','\x88','\x44','\x88','\x85','\x04','\x02','\x02','\x10','\x40','\x10','\x20','\x10','\x20','\x11','\xfe','\xfd','\x02','\x25','\x02','\x25','\x02','\x25','\xfe','\x25','\x02','\x49','\x00','\x29','\x00','\x11','\x00','\x2a','\x00','\x46','\x00','\x84','\x00','\x08','\x00','\x10','\x00','\x11','\xf8','\x10','\x08','\x10','\x50','\xfc','\x20','\x24','\x10','\x27','\xfe','\x24','\x22','\x24','\x24','\x48','\x20','\x28','\x20','\x10','\x20','\x28','\x20','\x44','\x20','\x84','\xa0','\x00','\x40','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x20','\x24','\x20','\x25','\x20','\x25','\x20','\x25','\x3c','\x49','\x20','\x29','\x20','\x11','\x20','\x29','\x20','\x45','\x20','\x87','\xfe','\x00','\x00','\x10','\x08','\x10','\x48','\x11','\x28','\x11','\x28','\xfd','\x28','\x25','\x08','\x25','\x08','\x25','\x08','\x25','\x08','\x49','\x08','\x29','\x48','\x11','\x94','\x29','\x14','\x44','\x22','\x84','\x42','\x00','\x82','\x20','\x20','\x21','\x20','\x21','\x20','\x21','\xfc','\xf9','\x20','\x4a','\x20','\x48','\x20','\x4b','\xfe','\x48','\x70','\x90','\xa8','\x50','\xa8','\x21','\x24','\x31','\x24','\x4a','\x22','\x48','\x20','\x80','\x20','\x20','\x00','\x23','\xfc','\x22','\x04','\x22','\x04','\xfb','\xfc','\x4a','\x00','\x4a','\x18','\x4a','\xe0','\x8a','\x38','\x4a','\xe0','\x32','\x3c','\x13','\xe0','\x2a','\x22','\x4c','\x22','\x84','\x1e','\x08','\x00','\x11','\x08','\x10','\x88','\x10','\x90','\x11','\xfc','\xfc','\x24','\x24','\x24','\x25','\xfc','\x25','\x20','\x25','\x20','\x49','\xfe','\x28','\x62','\x10','\xa2','\x29','\x2a','\x46','\x24','\x84','\x20','\x00','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x24','\x20','\x27','\xfe','\x24','\x00','\x25','\xfc','\x49','\x04','\x29','\xfc','\x11','\x04','\x29','\xfc','\x45','\x04','\x85','\x14','\x01','\x08','\x10','\x00','\x11','\xfe','\x10','\x48','\x10','\x48','\xfc','\x48','\x25','\xce','\x25','\x02','\x25','\x02','\x25','\x02','\x49','\xce','\x28','\x48','\x10','\x48','\x28','\x48','\x44','\x48','\x85','\xfe','\x00','\x00','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\xfd','\xfc','\x25','\x04','\x25','\xfc','\x24','\x00','\x27','\xfe','\x4a','\x02','\x29','\xfc','\x10','\x20','\x28','\x20','\x44','\x20','\x84','\xa0','\x00','\x40','\x21','\xc0','\x20','\xa0','\x21','\x10','\x22','\x08','\xfd','\xf6','\x48','\x00','\x4b','\xca','\x4a','\x4a','\x4a','\x54','\x93','\xd4','\x52','\x68','\x22','\x54','\x33','\xd4','\x4a','\x4a','\x4a','\x4a','\x82','\xc0','\x11','\x04','\x10','\x88','\x13','\xfe','\x10','\x20','\xfc','\x20','\x25','\xfc','\x24','\x20','\x24','\x20','\x27','\xfe','\x48','\x00','\x28','\x20','\x13','\xfe','\x28','\x20','\x44','\x50','\x80','\x88','\x03','\x06','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\xfd','\xfc','\x25','\x04','\x25','\x04','\x25','\xfc','\x24','\x00','\x4b','\xfe','\x28','\x20','\x11','\x20','\x29','\x3c','\x45','\x20','\x82','\xa0','\x04','\x7e','\x10','\x00','\x10','\xfc','\x10','\x84','\x10','\x84','\xfc','\xf4','\x24','\x94','\x24','\x94','\x25','\xfe','\x25','\x02','\x49','\x7a','\x29','\x4a','\x11','\x4a','\x29','\x7a','\x45','\x02','\x85','\x0a','\x01','\x04','\x10','\x00','\x11','\xfe','\x11','\x10','\x11','\x20','\xfd','\x7c','\x25','\x44','\x25','\x7c','\x25','\x44','\x25','\x7c','\x49','\x10','\x29','\x10','\x11','\x54','\x29','\x52','\x46','\x92','\x82','\x50','\x04','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x20','\x20','\x20','\x23','\xfe','\x21','\x24','\xf9','\x24','\x4a','\xaa','\x4f','\xfe','\x48','\x00','\x49','\xfc','\x91','\x04','\x51','\x74','\x21','\x54','\x31','\x74','\x49','\x04','\x49','\xfc','\x81','\x04','\x20','\x00','\x23','\xde','\x20','\x42','\x22','\x52','\xf9','\x4a','\x4a','\x52','\x48','\x90','\x49','\x08','\x4b','\xfe','\x95','\x10','\x51','\xfe','\x21','\x10','\x31','\xfe','\x49','\x10','\x49','\xfe','\x81','\x00','\x20','\x04','\x3e','\x04','\x42','\x04','\x7c','\x24','\x04','\x24','\xff','\xa4','\x08','\x24','\x09','\x24','\x49','\x24','\x2a','\x24','\x1c','\x24','\x2a','\x24','\xc9','\x04','\x09','\x04','\x28','\x14','\x10','\x08','\x00','\x00','\x7f','\xfc','\x04','\x40','\x04','\x40','\x04','\x40','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x3f','\xf8','\x04','\x40','\x04','\x40','\x04','\x40','\xff','\xfe','\x00','\x00','\x00','\x00','\x03','\xfc','\x78','\x90','\x48','\x90','\x48','\x90','\x4b','\xfc','\x4a','\x94','\x4a','\x94','\x4a','\x94','\x4a','\x94','\x7b','\xfc','\x48','\x90','\x00','\x90','\x00','\x90','\x07','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\xfc','\x20','\x24','\x20','\x27','\xfe','\x24','\x00','\x24','\x20','\x48','\x20','\x29','\xfc','\x10','\x20','\x28','\x20','\x44','\x20','\x83','\xfe','\x00','\x00','\x00','\x00','\x7d','\xfe','\x44','\x08','\x48','\x08','\x49','\xe8','\x51','\x28','\x49','\x28','\x49','\x28','\x45','\x28','\x45','\x28','\x45','\xe8','\x69','\x28','\x50','\x08','\x40','\x08','\x40','\x28','\x40','\x10','\x02','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x02','\x80','\x04','\x44','\x0c','\x28','\x34','\x10','\xc5','\x08','\x06','\x06','\x04','\x00','\x00','\x7c','\x3f','\x80','\x11','\x08','\x08','\x90','\x7f','\xfe','\x41','\x02','\x94','\x94','\x14','\x28','\x23','\xe8','\x08','\x00','\x0f','\xf0','\x14','\x20','\x22','\x40','\x41','\x80','\x0e','\x60','\x70','\x1c','\x20','\x40','\x20','\x80','\x21','\x10','\x22','\x08','\xf7','\xfc','\x21','\x04','\x21','\x00','\x23','\xf8','\x34','\x40','\xe0','\x40','\x2f','\xfe','\x20','\x40','\x20','\xa0','\x21','\x10','\xa2','\x08','\x4c','\x06','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x04','\x26','\x02','\x25','\xfc','\x24','\x00','\x24','\x00','\x49','\xfc','\x29','\x04','\x11','\x04','\x29','\x04','\x45','\x04','\x85','\xfc','\x01','\x04','\x01','\x00','\x21','\xf8','\x13','\x08','\x14','\x90','\x00','\x60','\x01','\x98','\xf6','\x06','\x10','\x40','\x13','\xf8','\x10','\x40','\x13','\xf8','\x10','\x40','\x17','\xfc','\x10','\x40','\x28','\x40','\x47','\xfe','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x90','\x7e','\xa0','\x04','\x44','\x28','\x28','\x10','\x10','\x2f','\xe8','\xc1','\x06','\x01','\x00','\x7f','\xfc','\x01','\x00','\x02','\xc0','\x0c','\x30','\x70','\x08','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\x3f','\xf8','\x24','\x48','\x24','\x48','\x28','\x48','\x30','\x38','\x20','\x08','\x3f','\xf8','\x20','\x08','\x11','\x00','\xe1','\xf0','\x22','\x20','\x27','\xf8','\x2a','\x48','\xfb','\xf8','\x22','\x48','\x33','\xf8','\x68','\x40','\x67','\xfc','\xa4','\x44','\x27','\xfc','\x24','\x44','\x27','\xfe','\x20','\x42','\x20','\x3e','\x00','\x00','\x7f','\xfc','\x04','\x40','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x20','\x00','\x23','\xfc','\x22','\x04','\x22','\x04','\xfb','\xfc','\x22','\x00','\x23','\xfc','\x2a','\x40','\x32','\x88','\xe3','\xfc','\x22','\x24','\x22','\x20','\x25','\xfc','\x24','\x20','\xa8','\x20','\x53','\xfe','\x00','\x00','\x23','\xfc','\x12','\x04','\x12','\x04','\x83','\xfc','\x42','\x00','\x4b','\xfc','\x0a','\x40','\x12','\x88','\x13','\xfc','\xe2','\x24','\x22','\x20','\x25','\xfc','\x24','\x20','\x28','\x20','\x13','\xfe','\x20','\x00','\x20','\xf8','\x20','\x88','\x20','\x88','\xfc','\x88','\x24','\xf8','\x24','\x88','\x24','\x88','\x24','\x88','\x24','\x88','\x24','\xf8','\x24','\x8a','\x24','\x02','\x44','\x02','\x43','\xfe','\x80','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x02','\x00','\x3f','\xf0','\x04','\x10','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x1f','\xf0','\x21','\x00','\x3f','\xf8','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x00','\x80','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x20','\x40','\x20','\x48','\x78','\x84','\x49','\xfe','\x90','\x20','\x7d','\xfe','\x54','\x88','\x55','\x24','\x7e','\x42','\x55','\x88','\x54','\x10','\x7c','\x22','\x00','\xc4','\xaa','\x18','\xaa','\x60','\x01','\x80','\x10','\x40','\x10','\x20','\x11','\xfc','\x10','\x00','\xfc','\x88','\x10','\x50','\x33','\xfe','\x38','\x20','\x54','\x20','\x54','\x20','\x91','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x00','\x00','\x3f','\xfe','\x20','\x00','\x20','\x80','\x20','\x80','\x20','\x80','\x20','\x80','\x2f','\xfc','\x20','\x80','\x20','\x80','\x20','\x80','\x20','\x80','\x20','\x80','\x40','\x80','\x5f','\xfe','\x80','\x00','\x10','\x20','\x10','\x20','\x10','\x50','\xfe','\x88','\x11','\x04','\x7c','\x12','\x44','\x90','\x7c','\x50','\x45','\x10','\x7c','\x90','\x10','\x1e','\xfe','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x00','\x13','\xfc','\x10','\x84','\x10','\x88','\xfc','\x88','\x10','\x90','\x10','\x9c','\x14','\x84','\x19','\x44','\x31','\x44','\xd1','\x28','\x11','\x28','\x12','\x10','\x12','\x28','\x54','\x44','\x21','\x82','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x90','\x04','\x1e','\xf8','\x12','\x88','\x22','\x88','\x22','\x88','\x52','\xa8','\x8c','\x90','\x04','\x82','\x08','\x82','\x10','\x82','\x20','\x7e','\x40','\x00','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\xfd','\x08','\x25','\xf8','\x25','\x08','\x25','\x08','\x25','\x08','\x49','\xf8','\x29','\x08','\x11','\x08','\x29','\x08','\x45','\x08','\x87','\xfe','\x00','\x00','\x10','\x20','\x10','\x10','\x10','\x10','\x7c','\x00','\x55','\xfe','\x54','\x80','\x54','\x80','\x54','\x80','\x7c','\x80','\x50','\x80','\x10','\x80','\x14','\x80','\x1e','\x80','\xe2','\x80','\x40','\xfc','\x00','\x00','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\x40','\x52','\x48','\xfc','\x84','\x45','\xfe','\x7c','\x82','\x44','\x00','\x7c','\xfc','\x40','\x84','\x50','\x84','\x48','\x84','\x54','\x84','\x64','\xfc','\x40','\x84','\x10','\x80','\x10','\x80','\x21','\xfc','\x25','\x04','\x46','\x04','\xf9','\xe4','\x11','\x24','\x21','\x24','\x49','\xe4','\xfd','\x24','\x05','\x24','\x01','\xe4','\x55','\x04','\x54','\x04','\x80','\x28','\x00','\x10','\x10','\x20','\x10','\x20','\x21','\xfc','\x28','\x20','\x48','\x20','\xf3','\xfe','\x10','\x88','\x21','\x44','\x4a','\x42','\xf8','\xf8','\x09','\x88','\x02','\x50','\xa8','\x20','\xa8','\x50','\x81','\x88','\x06','\x06','\x20','\x10','\x20','\x10','\x7c','\x10','\x44','\x10','\x88','\x1e','\x7e','\x10','\x52','\x10','\x52','\x10','\x7e','\xfe','\x52','\x82','\x52','\x82','\x7e','\x82','\x00','\x82','\xaa','\x82','\xaa','\xfe','\x00','\x82','\x00','\x48','\x00','\x44','\x00','\x40','\xff','\xfe','\x00','\x40','\x00','\x40','\x3e','\x44','\x22','\x44','\x22','\x44','\x22','\x28','\x3e','\x28','\x00','\x12','\x07','\x32','\x78','\x4a','\x20','\x86','\x03','\x02','\x7f','\xfc','\x04','\x40','\x04','\x40','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x00','\x00','\x11','\x10','\x09','\x20','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x20','\x20','\x10','\x20','\x00','\x50','\xf8','\x88','\x09','\x04','\x12','\x02','\x11','\xfc','\x34','\x00','\x58','\x00','\x95','\xfc','\x15','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x02','\x00','\x01','\x00','\x3f','\xfc','\x20','\x04','\x42','\x08','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x20','\x08','\x20','\x18','\x40','\x06','\x40','\x01','\x80','\x02','\x60','\x0c','\x10','\x70','\x08','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x20','\x80','\x2f','\xfc','\x21','\x20','\x22','\x10','\x24','\x88','\x2f','\xf6','\x34','\x90','\x27','\xf0','\x24','\x90','\x47','\xf2','\x40','\x82','\x80','\x7e','\x10','\x40','\x10','\x20','\x10','\x20','\x13','\xfe','\xfa','\x02','\x14','\x44','\x10','\x40','\x1b','\xfe','\x30','\x88','\xd0','\x88','\x11','\x08','\x10','\xd0','\x10','\x20','\x10','\x50','\x50','\x88','\x23','\x04','\x00','\x80','\x00','\x40','\x7b','\xfc','\x48','\x00','\x49','\x08','\x48','\x90','\x4f','\xfe','\x78','\x00','\x49','\xf8','\x49','\x08','\x49','\x08','\x49','\xf8','\x79','\x08','\x49','\x08','\x01','\xf8','\x01','\x08','\x01','\x00','\x7f','\xfc','\x40','\x04','\x04','\x00','\xff','\xfe','\x08','\x20','\x1e','\x40','\x03','\xc0','\x3c','\x38','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7e','\x7c','\x41','\x04','\x4f','\xe4','\x44','\x44','\x42','\x84','\x5f','\xf4','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x48','\x24','\x4f','\xec','\x28','\x40','\x28','\x20','\xfc','\x20','\x2b','\xfe','\x3a','\x02','\x14','\x44','\x7c','\x40','\x57','\xfe','\x54','\x88','\x7c','\x88','\x11','\x08','\xfc','\xd0','\x10','\x20','\x10','\x50','\x10','\x88','\x13','\x04','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x10','\x04','\x10','\x22','\x10','\x21','\x10','\x21','\x10','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x20','\x20','\x20','\x24','\x40','\x28','\x50','\x30','\x88','\x21','\x04','\x02','\x02','\x04','\x02','\x08','\x00','\x0b','\xf8','\x08','\x88','\x10','\x88','\x10','\x88','\x37','\xfe','\x30','\x88','\x50','\x88','\x90','\x88','\x13','\xf8','\x10','\x88','\x10','\x80','\x11','\x00','\x11','\x00','\x12','\x00','\x14','\x00','\x08','\x80','\x08','\x40','\x08','\x40','\x10','\x00','\x17','\xfc','\x30','\x00','\x30','\x08','\x52','\x08','\x92','\x08','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x20','\x10','\x20','\x1f','\xfe','\x10','\x00','\x08','\x80','\x08','\x40','\x08','\x40','\x17','\xfe','\x10','\x80','\x30','\x80','\x31','\x40','\x51','\x44','\x93','\x48','\x15','\x30','\x19','\x20','\x11','\x10','\x11','\x08','\x11','\x44','\x11','\x82','\x11','\x00','\x08','\x80','\x08','\x80','\x0b','\xf8','\x11','\x08','\x17','\xfe','\x30','\x00','\x33','\xf8','\x52','\x08','\x93','\xf8','\x10','\x40','\x17','\xfc','\x10','\x40','\x14','\x40','\x17','\xfe','\x10','\x40','\x10','\x40','\x00','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x44','\x44','\x5f','\xf4','\x44','\x44','\x44','\x44','\x44','\x44','\x7f','\xfc','\x44','\x44','\x44','\x44','\x48','\x44','\x50','\x44','\x7f','\xfc','\x40','\x04','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x01','\x08','\x01','\x08','\x3f','\xf8','\x21','\x00','\x21','\x00','\x3f','\xfc','\x02','\x84','\x04','\x4c','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x70','\x1f','\x80','\x01','\x00','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc2','\x06','\x02','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x00','\x28','\x00','\x24','\x00','\x20','\x3f','\xfe','\x20','\x20','\x20','\x20','\x3f','\xe4','\x22','\x24','\x22','\x24','\x3f','\xa8','\x24','\xa8','\x28','\x90','\x25','\x12','\x42','\x2a','\x45','\x46','\x98','\x82','\x00','\x04','\x3f','\x84','\x20','\x84','\x20','\x84','\x3f','\xbe','\x20','\x04','\x2f','\x84','\x20','\x24','\x20','\x14','\x3f','\xd4','\x22','\x04','\x2a','\x84','\x4a','\x44','\x52','\x44','\x8a','\x14','\x04','\x08','\x10','\xa0','\x10','\x90','\x10','\x80','\x11','\xfe','\x19','\x10','\x57','\x10','\x55','\xfc','\x51','\x10','\x91','\x10','\x11','\xfc','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\xfe','\x11','\x00','\x11','\x00','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x3f','\x08','\x21','\x08','\x3f','\x7e','\x20','\x08','\x2f','\x48','\x20','\x28','\x5f','\xa8','\x44','\x08','\x95','\x28','\x2c','\x90','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x0f','\xf0','\x08','\x10','\x08','\x10','\x0f','\xf0','\x08','\x10','\x08','\x10','\x0f','\xf0','\x04','\x00','\x08','\x00','\x1f','\xfc','\x22','\x44','\x42','\x44','\x04','\x84','\x08','\x84','\x11','\x28','\x02','\x10','\x20','\x40','\x20','\x40','\x23','\xfc','\x20','\xa0','\xf9','\x10','\x22','\x08','\x27','\xfe','\x70','\x08','\x6b','\xc8','\xa2','\x48','\xa2','\x48','\x22','\x48','\x23','\xc8','\x20','\x08','\x20','\x28','\x20','\x10','\x02','\x00','\x12','\x00','\x0a','\x00','\x7f','\xf0','\x04','\x20','\x04','\x40','\x0f','\xf8','\x08','\x08','\x10','\x10','\x1f','\xfc','\x20','\x04','\x2a','\xa4','\x4a','\xa4','\x90','\x04','\x00','\x28','\x00','\x10','\x00','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x00','\x00','\xff','\xfe','\x11','\x10','\x10','\xa0','\x10','\x40','\x14','\x30','\x18','\x0e','\x10','\x00','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x08','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x08','\x20','\xff','\xfe','\x00','\x00','\x08','\x20','\x10','\x10','\x20','\x08','\x08','\x20','\x1c','\x20','\xf0','\x7c','\x10','\x84','\x11','\x48','\xfc','\x30','\x10','\x20','\x30','\x48','\x39','\x90','\x54','\x3e','\x54','\x42','\x91','\xa4','\x10','\x18','\x10','\x10','\x10','\x60','\x11','\x80','\x10','\xa0','\x10','\x90','\x20','\x80','\x25','\xfe','\x45','\x10','\xfb','\x10','\x15','\xfc','\x21','\x10','\x49','\x10','\xfd','\xfc','\x05','\x10','\x01','\x10','\x55','\x10','\x55','\xfe','\x81','\x00','\x01','\x00','\x10','\x40','\x10','\x40','\x21','\xfc','\x28','\x84','\x4b','\xfe','\xf0','\x00','\x11','\xfc','\x21','\x04','\x49','\xfc','\xf8','\x20','\x0b','\xfe','\x00','\x20','\xaa','\x20','\xab','\xfe','\x80','\x20','\x00','\x20','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x70','\x1f','\x80','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x04','\x00','\x7f','\xfc','\x08','\x20','\x1c','\x40','\x03','\x80','\x7c','\x78','\x02','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x00','\x02','\x00','\x05','\x00','\x05','\x08','\x08','\x90','\x18','\xa0','\x28','\x40','\x48','\x20','\x88','\x10','\x0a','\x08','\x0c','\x06','\x08','\x00','\x20','\x00','\x13','\xfe','\x02','\x22','\xfb','\xfe','\x02','\x22','\x7b','\xfe','\x00','\x00','\x79','\xfc','\x01','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\x04','\x49','\x14','\x01','\x08','\x00','\x40','\x20','\x40','\x13','\xf8','\x10','\x88','\x07','\xfe','\x00','\x00','\xf3','\xf8','\x12','\x08','\x13','\xf8','\x10','\x40','\x13','\xfc','\x14','\x40','\x17','\xfe','\x10','\x40','\x28','\x00','\x47','\xfe','\x00','\x40','\x23','\xf8','\x12','\x48','\x13','\xf8','\x00','\x40','\x0f','\xfe','\xf0','\x00','\x13','\xf8','\x12','\x08','\x13','\xf8','\x12','\x08','\x13','\xf8','\x11','\x10','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x7f','\xfc','\x44','\x00','\x44','\x00','\x4f','\xf8','\x50','\x80','\x40','\x80','\x5f','\xfc','\x40','\x80','\x41','\x40','\x42','\x20','\x44','\x10','\x58','\x08','\x40','\x00','\x7f','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x02','\x00','\x01','\x00','\x00','\x00','\x7f','\xfc','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x40','\x3f','\x88','\x01','\x10','\x06','\x20','\x18','\x40','\x60','\xa0','\x03','\x10','\x0c','\x08','\x70','\x04','\x20','\x14','\x20','\x12','\x20','\x10','\x27','\xfe','\x20','\x10','\xf8','\x10','\x23','\xd2','\x22','\x52','\x22','\x52','\x22','\x54','\x23','\xd4','\x38','\x08','\xe0','\xea','\x47','\x1a','\x02','\x26','\x00','\x42','\x02','\x00','\x01','\x00','\xff','\xfe','\x08','\x00','\x10','\x10','\x3f','\xf8','\x00','\x08','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x08','\x00','\x08','\x3e','\xff','\x22','\x10','\x24','\x10','\x24','\x3f','\x28','\x21','\x24','\x61','\x24','\xbf','\x22','\x21','\x22','\x21','\x22','\x3f','\x34','\x21','\x28','\x21','\x20','\x25','\x20','\x22','\x20','\x01','\x24','\x01','\x24','\xfa','\xaa','\x23','\xae','\x21','\x24','\x42','\xaa','\x7b','\xae','\x49','\x24','\xcf','\xfe','\x49','\x10','\x49','\x14','\x49','\x14','\x7a','\x8a','\x4a','\x4a','\x02','\x16','\x04','\x22','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x10','\x10','\x10','\xe0','\x1f','\x08','\x10','\x08','\x10','\x08','\x0f','\xf8','\x02','\x08','\x21','\x08','\x11','\x10','\x10','\x00','\x87','\xfc','\x40','\x00','\x41','\x10','\x12','\x08','\x14','\x04','\x23','\xf8','\xe2','\xa8','\x22','\xa8','\x22','\xa8','\x22','\xa8','\x2f','\xfe','\x00','\x00','\x01','\x00','\x41','\x00','\x21','\xf0','\x22','\x10','\x04','\x20','\x0f','\xfc','\xe4','\x44','\x24','\x44','\x27','\xfc','\x20','\xa0','\x21','\x30','\x21','\x2a','\x22','\x22','\x24','\x1e','\x50','\x00','\x8f','\xfe','\x08','\x04','\x1c','\x1e','\xf1','\xe0','\x10','\x22','\x11','\x12','\xfc','\x94','\x10','\x80','\x31','\x3e','\x39','\x22','\x55','\x22','\x55','\x3e','\x91','\x22','\x11','\x22','\x11','\x22','\x11','\x3e','\x11','\x22','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x40','\x80','\x20','\x80','\x20','\xfc','\x09','\x04','\x12','\x48','\x14','\x40','\x20','\x40','\xe0','\xa0','\x20','\xa0','\x21','\x10','\x22','\x08','\x2c','\x06','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x20','\x00','\x21','\xdc','\x78','\x44','\x48','\x44','\x91','\xdc','\x7d','\x10','\x55','\x10','\x55','\xdc','\x7c','\x44','\x55','\x54','\x54','\xcc','\x7c','\xcc','\x01','\x54','\xaa','\x44','\xaa','\x54','\x00','\xc8','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x40','\x08','\x20','\x10','\x10','\x3f','\xf8','\x04','\x48','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x40','\x08','\x42','\x10','\x42','\x20','\x42','\xc0','\x3e','\x00','\x00','\x06','\x00','\x78','\xfc','\x40','\x84','\x40','\x84','\x40','\x84','\x7e','\x84','\x40','\x84','\x40','\x84','\x40','\x84','\x40','\x84','\x4e','\xa8','\x70','\x90','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x00','\x07','\xfc','\xf4','\x04','\x94','\x44','\x94','\x44','\x94','\x44','\x97','\xfc','\x94','\x44','\x94','\x44','\x94','\xa4','\xf4','\x94','\x95','\x14','\x06','\x04','\x04','\x04','\x07','\xfc','\x04','\x04','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\x10','\x10','\x20','\x08','\x00','\x00','\x7f','\xfc','\x40','\x04','\x41','\x04','\x41','\x04','\x41','\x04','\x5f','\xf4','\x41','\x04','\x42','\x84','\x42','\x44','\x44','\x24','\x48','\x14','\x50','\x14','\x40','\x04','\x7f','\xfc','\x40','\x04','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x24','\xfd','\x24','\x25','\x24','\x25','\xfc','\x25','\x24','\x25','\x24','\x49','\x54','\x29','\x4c','\x11','\x8c','\x29','\x04','\x45','\x04','\x81','\xfc','\x01','\x04','\x00','\x08','\x7f','\x08','\x01','\x08','\x01','\x08','\x01','\x08','\x3f','\x08','\x20','\x08','\x20','\x08','\x40','\x08','\x7f','\x08','\x01','\x08','\x01','\x08','\x01','\x08','\x01','\x08','\x0a','\x08','\x04','\x08','\x10','\x40','\x10','\x40','\x28','\x40','\x24','\x7c','\x52','\x84','\xfc','\x88','\x45','\x20','\x7c','\x20','\x44','\x20','\x7c','\x50','\x40','\x50','\x50','\x50','\x48','\x88','\x54','\x88','\x65','\x04','\x42','\x02','\x00','\x08','\x20','\x3c','\x17','\xc0','\x10','\x84','\x84','\x44','\x42','\x48','\x42','\x10','\x10','\x3c','\x17','\xc0','\x20','\x40','\xe0','\x40','\x2f','\xfe','\x20','\x40','\x20','\x40','\x27','\xfc','\x00','\x00','\x01','\x00','\x22','\x08','\x24','\x48','\x27','\x88','\x21','\x08','\x22','\x48','\x27','\xc8','\x20','\x08','\x27','\xc8','\x24','\x48','\x27','\xc8','\x24','\x48','\x27','\xca','\x44','\x4a','\x44','\x4a','\x84','\xc6','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x40','\x78','\xa0','\x49','\x10','\x52','\x48','\x65','\xf4','\x50','\x20','\x48','\x40','\x4b','\xf8','\x68','\x00','\x57','\xfc','\x40','\x80','\x41','\x10','\x43','\xf8','\x00','\x40','\x78','\x20','\x4b','\xfe','\x52','\x02','\x54','\x04','\x61','\xf8','\x50','\x00','\x48','\x00','\x4b','\xfe','\x48','\x90','\x68','\x90','\x50','\x90','\x41','\x12','\x41','\x12','\x42','\x0e','\x44','\x00','\x00','\x20','\x7c','\x20','\x44','\x50','\x48','\x88','\x49','\x44','\x52','\x22','\x49','\xf8','\x48','\x08','\x44','\x10','\x45','\xfc','\x44','\x00','\x6b','\xfe','\x50','\x40','\x40','\x88','\x41','\xfc','\x40','\x84','\x00','\x08','\x7c','\x3c','\x45','\xc0','\x48','\x44','\x49','\x24','\x50','\xa8','\x49','\xfc','\x48','\x04','\x44','\xfc','\x44','\x04','\x45','\xfc','\x68','\x40','\x50','\xa4','\x42','\xaa','\x42','\x8a','\x44','\x78','\x20','\x00','\x10','\x7c','\x7c','\x44','\x00','\x44','\x44','\x7c','\x28','\x00','\xfe','\xfe','\x00','\x82','\x7c','\xfe','\x44','\x82','\x44','\xfe','\x7c','\x82','\x44','\xfe','\x44','\x28','\x7c','\x44','\x44','\x82','\x00','\x10','\x00','\x10','\x78','\x10','\x48','\x10','\x4b','\xfe','\x48','\x10','\x48','\x10','\x48','\x10','\x49','\x10','\x48','\x90','\x78','\x90','\x48','\x10','\x00','\x10','\x00','\x10','\x00','\x50','\x00','\x20','\x02','\x00','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x00','\x04','\x00','\x08','\x00','\x08','\x00','\x1f','\xf8','\x28','\x08','\x48','\x08','\x88','\x08','\x08','\x08','\x08','\x08','\x0f','\xf8','\x08','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfe','\x10','\x00','\x1f','\xfc','\x00','\x04','\x09','\x24','\x24','\x94','\x24','\x94','\x40','\x28','\x00','\x10','\x00','\x00','\x7e','\xfc','\x02','\x04','\x02','\x04','\x22','\x44','\x12','\x24','\x12','\x24','\x02','\x04','\x0a','\x14','\x12','\x24','\x62','\xc4','\x22','\x44','\x02','\x04','\x02','\x04','\x14','\x28','\x08','\x10','\x00','\x00','\x23','\xf8','\x10','\x40','\x10','\x40','\x00','\x40','\x00','\x40','\xf7','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x11','\x40','\x28','\x80','\x47','\xfe','\x00','\x00','\x00','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x49','\x44','\x45','\x24','\x41','\x04','\x49','\x44','\x45','\x24','\x41','\x04','\x41','\x14','\x40','\x08','\x0c','\x00','\x70','\xfc','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x4c','\x84','\x74','\xa8','\x04','\x90','\x08','\x80','\x08','\x80','\x10','\x80','\x20','\x80','\x44','\x20','\x24','\x40','\x28','\xfc','\xfc','\x84','\x14','\xfc','\x14','\x84','\xfc','\xfc','\x90','\x80','\x90','\xfe','\xfe','\x80','\x32','\xfe','\x32','\x02','\x52','\xaa','\x96','\xaa','\x11','\x02','\x10','\x0c','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x00','\x00','\x11','\xf8','\x7d','\x08','\x11','\xf8','\x11','\x08','\xfd','\xf8','\x11','\x08','\x29','\xf8','\x24','\x90','\x41','\x12','\x86','\x0e','\x00','\x00','\x3f','\xf0','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x02','\x10','\x3f','\xf0','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\xff','\xfe','\x00','\x00','\x00','\x50','\x00','\x48','\xfc','\x80','\x10','\xfe','\x11','\x90','\x22','\x90','\x3c','\xfc','\x64','\x90','\x64','\x90','\xa4','\xfc','\x24','\x90','\x24','\x90','\x3c','\x90','\x24','\xfe','\x20','\x80','\x00','\x80','\x00','\x00','\x04','\x00','\x38','\x78','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3c','\x78','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x00','\x00','\x00','\x00','\x23','\xf8','\x12','\x08','\x12','\x08','\x83','\xc8','\x42','\x48','\x42','\x48','\x17','\xfc','\x14','\x04','\x25','\xf4','\xe5','\x14','\x25','\x14','\x25','\xf4','\x24','\x04','\x24','\x14','\x04','\x08','\x00','\x40','\x00','\x7c','\x78','\x40','\x4b','\xfe','\x4a','\x42','\x4a','\x78','\x4b','\xc4','\x4a','\x3c','\x4a','\x00','\x4a','\x50','\x7a','\x54','\x4b','\x54','\x04','\xd8','\x04','\x50','\x09','\xfe','\x00','\x00','\x00','\x00','\x01','\xfc','\x79','\x04','\x49','\x04','\x49','\xfc','\x49','\x04','\x49','\x04','\x49','\xfc','\x49','\x04','\x49','\x04','\x49','\xfc','\x78','\x00','\x48','\x88','\x00','\x84','\x01','\x02','\x02','\x02','\x22','\x88','\xf9','\x3e','\x22','\x88','\x72','\x9c','\xa9','\x2a','\x22','\x88','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x22','\x08','\x3e','\xfe','\x22','\x48','\x3e','\x28','\x28','\x08','\x24','\x28','\x3a','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\x08','\x21','\x08','\x3f','\x08','\x20','\xfe','\x2e','\x08','\x20','\x48','\x3f','\x28','\x44','\x28','\x55','\x08','\xa4','\xa8','\x0c','\x10','\x20','\x7c','\x20','\x44','\x7c','\x7c','\x44','\x44','\x88','\x7c','\x7e','\x00','\x52','\xfe','\x52','\xaa','\x7e','\xfe','\x52','\x00','\x52','\xfc','\x7e','\x44','\x00','\x28','\xaa','\x10','\xaa','\x68','\x01','\x86','\x10','\x40','\x10','\x40','\x10','\x44','\x11','\xf4','\xfc','\x48','\x24','\x50','\x27','\xfe','\x24','\x40','\x24','\x80','\x49','\x84','\x2a','\x98','\x10','\xe0','\x28','\x82','\x44','\x82','\x84','\x7e','\x00','\x00','\x00','\x00','\x3f','\xfe','\x20','\x00','\x2f','\x7e','\x29','\x10','\x29','\x10','\x2f','\x50','\x29','\x50','\x29','\x7e','\x2f','\x10','\x28','\x28','\x2a','\x28','\x29','\x28','\x4b','\x4a','\x4d','\x4a','\x88','\x86','\x00','\x48','\x40','\x44','\x2f','\xfe','\x20','\x40','\x00','\x40','\x87','\xfc','\x44','\x44','\x54','\x44','\x17','\xfc','\x24','\x44','\xe4','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x24','\x54','\x04','\x08','\x00','\x10','\x00','\xf8','\x1f','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x10','\x12','\x90','\x22','\x50','\x22','\xa8','\x43','\x28','\x42','\x04','\x80','\x02','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x5f','\xf4','\x41','\x04','\x4f','\xe4','\x41','\x04','\x41','\x04','\x5f','\xf4','\x40','\x04','\x40','\x14','\x40','\x08','\x01','\x08','\x00','\x90','\xf7','\xfe','\x90','\x90','\x93','\xfc','\x92','\x94','\x93','\x1c','\x92','\x04','\x93','\xfc','\x92','\x04','\xf3','\xfc','\x90','\x08','\x07','\xfe','\x01','\x08','\x00','\xa8','\x00','\x10','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xfe','\x02','\x00','\x04','\x00','\x04','\x00','\x08','\x40','\x10','\x20','\x20','\x10','\x7f','\xf8','\x20','\x08','\x00','\x08','\x00','\x00','\x27','\xfc','\x14','\x44','\x13','\xf8','\x00','\x40','\x03','\xf8','\xf2','\x48','\x13','\xf8','\x12','\x48','\x13','\xf8','\x10','\x40','\x17','\xfc','\x10','\x40','\x28','\x40','\x47','\xfe','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\xff','\xfe','\x08','\x20','\x10','\x10','\x3f','\xf8','\x00','\x08','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x10','\x08','\x78','\x13','\xc0','\x30','\x40','\x50','\x40','\x9f','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x17','\xfc','\x10','\x00','\x08','\x00','\x08','\xfe','\x14','\x44','\x12','\x44','\x29','\x44','\x7e','\x7c','\xa2','\x44','\x3e','\x44','\x22','\x7c','\x3e','\x44','\x20','\x44','\x28','\x4e','\x24','\xf4','\x2a','\x04','\x32','\x04','\x20','\x04','\x10','\x00','\x1f','\x00','\x10','\x7c','\xff','\xa4','\x80','\xa4','\x7f','\x24','\x2a','\x24','\x55','\x28','\xa2','\x28','\x7f','\x28','\xa2','\x90','\x3e','\x10','\x22','\x28','\x3e','\x28','\x22','\x44','\x3e','\x82','\x22','\x08','\x11','\x10','\x00','\x20','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x14','\x50','\x22','\x88','\x04','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x00','\x00','\x7f','\x04','\x41','\x04','\x7f','\x08','\x41','\x10','\x7f','\x22','\x08','\x02','\xff','\xc4','\x00','\x08','\x7f','\x10','\x41','\x22','\x7f','\x02','\x08','\x04','\x49','\x08','\x88','\x90','\x18','\x60','\x00','\x20','\x00','\x20','\x78','\x20','\x49','\xfc','\x49','\x24','\x49','\x24','\x79','\x24','\x49','\x24','\x49','\x24','\x4b','\xfe','\x48','\x20','\x78','\x50','\x48','\x50','\x00','\x88','\x01','\x04','\x02','\x02','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x90','\x00','\xa0','\x00','\x42','\x01','\xa2','\x0e','\x1a','\xf0','\x06','\x22','\x08','\x11','\x08','\x11','\x10','\x00','\x20','\x7f','\xfe','\x40','\x02','\x81','\x04','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x02','\x00','\x01','\x00','\x00','\x80','\x1f','\x00','\x01','\x04','\x01','\x08','\x7d','\x90','\x05','\xa0','\x05','\x40','\x09','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x05','\x00','\x02','\x00','\x00','\x80','\x20','\x40','\x10','\x20','\x13','\xc0','\x80','\x44','\x40','\x44','\x4f','\x48','\x11','\x50','\x11','\x60','\x21','\x60','\xe2','\x50','\x24','\x48','\x28','\x44','\x30','\x42','\x21','\x40','\x00','\x80','\x00','\x40','\x20','\x40','\x10','\x40','\x17','\xfc','\x84','\x44','\x44','\x44','\x47','\xfc','\x14','\x44','\x14','\x44','\x27','\xfc','\xe0','\x28','\x20','\x12','\x20','\x32','\x20','\x4a','\x21','\x86','\x0e','\x02','\x00','\x88','\x00','\x88','\xfb','\xfe','\x20','\x88','\x20','\xa8','\x20','\x20','\x21','\xfc','\xf9','\x24','\x21','\x24','\x21','\x24','\x23','\xfe','\x38','\x20','\xe0','\x50','\x40','\x88','\x01','\x04','\x02','\x02','\x00','\x00','\x3f','\xf0','\x08','\x10','\x0f','\xa0','\x08','\xbc','\x12','\x84','\x11','\x04','\x22','\x94','\x44','\x48','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x40','\x00','\x4c','\xfe','\x70','\x10','\x44','\x20','\x44','\xfc','\x3c','\x84','\x00','\x84','\x0c','\xfc','\x70','\x84','\x10','\xfc','\xfe','\x84','\x10','\x84','\x38','\xfc','\x54','\x48','\x90','\x84','\x11','\x02','\x40','\x00','\x4c','\xfe','\x70','\x10','\x42','\x20','\x42','\xfc','\x3e','\x84','\x00','\x84','\x7c','\xfc','\x00','\x84','\xfe','\xfc','\x10','\x84','\x54','\x84','\x52','\xfc','\x92','\x48','\x50','\x84','\x21','\x02','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x01','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x11','\x10','\xff','\xfe','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x12','\x00','\x12','\x00','\x2f','\xce','\x44','\x40','\x9f','\xe0','\x10','\x00','\x2f','\xde','\x68','\x44','\xaf','\xc4','\x21','\x04','\x2f','\xc4','\x21','\x04','\x29','\x04','\x2f','\xe4','\x21','\x14','\x21','\x08','\x20','\x40','\x10','\x20','\x00','\x10','\xfd','\xe0','\x00','\x22','\x78','\x34','\x03','\xb8','\x78','\xb0','\x00','\xa8','\x78','\xa8','\x49','\x28','\x49','\x24','\x4a','\x24','\x7c','\x22','\x48','\xa0','\x00','\x40','\x11','\x04','\x10','\x84','\x28','\x88','\x24','\x10','\x41','\xfc','\xb9','\x04','\x11','\x04','\x11','\x04','\xfd','\xfc','\x10','\x50','\x94','\x50','\x58','\x90','\x50','\x92','\x1d','\x12','\xe2','\x0e','\x44','\x00','\x00','\x80','\x20','\x40','\x17','\xfe','\x11','\x20','\x81','\x20','\x42','\x3c','\x42','\x44','\x16','\x64','\x12','\x94','\x23','\x48','\xe2','\x48','\x22','\x30','\x22','\x20','\x22','\x50','\x22','\x88','\x03','\x06','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x93','\xf0','\x52','\x10','\x52','\x10','\x14','\x0e','\x38','\x00','\x57','\xf8','\x92','\x08','\x11','\x10','\x20','\xa0','\x20','\x40','\x41','\xb0','\x8e','\x0e','\x10','\x10','\x08','\x20','\x00','\x00','\xff','\xfe','\x00','\x00','\x08','\x20','\x10','\x10','\x20','\x08','\x40','\x04','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x00','\x00','\x7e','\x7c','\x48','\x44','\x7e','\x44','\x48','\x44','\x7e','\x44','\x48','\x7c','\x48','\x54','\x7e','\x50','\x02','\x50','\xaa','\x48','\xaa','\x48','\xaa','\x48','\x82','\x84','\x14','\x84','\x09','\x02','\x12','\x08','\x11','\x08','\x11','\x10','\x10','\x20','\x1b','\xf8','\x56','\x08','\x52','\x08','\x52','\x08','\x93','\xf8','\x10','\xa0','\x10','\xa0','\x11','\x20','\x11','\x22','\x12','\x22','\x14','\x1e','\x18','\x00','\x20','\x00','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x01','\x04','\x7d','\xfc','\x00','\x80','\x7d','\xfe','\x02','\x22','\x7d','\x22','\x45','\x52','\x45','\x02','\x45','\xfa','\x7c','\x02','\x44','\x14','\x00','\x08','\x10','\x28','\x10','\x24','\x10','\x20','\x7d','\xfc','\x11','\x20','\x11','\x24','\xfd','\x24','\x11','\x28','\x11','\x28','\x51','\x10','\x5d','\x94','\x51','\x2c','\x70','\x44','\x50','\x00','\x4f','\xfe','\x80','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x42','\x84','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x42','\x84','\x42','\x84','\x44','\x94','\x58','\x74','\x40','\x04','\x40','\x0c','\x13','\xfe','\x10','\x40','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x39','\x04','\x55','\xfc','\x54','\x80','\x90','\xfc','\x11','\x08','\x12','\x90','\x10','\x60','\x11','\x98','\x16','\x06','\x00','\x00','\x3f','\xfe','\x20','\x10','\x2f','\x94','\x28','\x92','\x2f','\x90','\x28','\xfe','\x2f','\x90','\x20','\x10','\x2f','\x90','\x28','\x90','\x2f','\x90','\x28','\xa8','\x4f','\xa8','\x48','\xc4','\x89','\x82','\x00','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x41','\x04','\x41','\x04','\x41','\x04','\x7f','\xfc','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x14','\x40','\x08','\x00','\x00','\x7f','\xfc','\x41','\x04','\x4f','\xe4','\x41','\x04','\x5f','\xf4','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x41','\x14','\x46','\xa4','\x5a','\x44','\x42','\x24','\x7f','\xfc','\x40','\x04','\x20','\x00','\x23','\xfe','\x22','\x00','\x22','\xfc','\x22','\x84','\xfa','\xfc','\x22','\x84','\x22','\xfc','\x22','\x20','\x23','\xfe','\x22','\x48','\x3a','\xc8','\xe2','\x30','\x42','\x48','\x02','\x84','\x03','\xfe','\x02','\x00','\x02','\x00','\x7f','\xfc','\x04','\x40','\x09','\x20','\x31','\x18','\xdf','\xf6','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf4','\x01','\x04','\x01','\x04','\x00','\xfc','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x30','\x08','\x00','\x08','\x00','\x3c','\xf9','\xe0','\x08','\x20','\x10','\x20','\x11','\x20','\x21','\x3c','\x79','\x20','\x09','\x20','\x09','\x20','\x49','\x20','\x31','\xfc','\x10','\x00','\x2c','\x00','\x43','\xfe','\x80','\x00','\x10','\x00','\x10','\xf8','\x3e','\x88','\x42','\x88','\xa2','\xa8','\x14','\x90','\x08','\x84','\x10','\x84','\x20','\x7c','\xc0','\x00','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x40','\x10','\x80','\x17','\xfe','\x11','\x10','\xfe','\x48','\x14','\x46','\x13','\xf8','\x16','\x48','\x1a','\x48','\x33','\xf8','\xd2','\x48','\x12','\x48','\x13','\xf8','\x10','\x42','\x50','\x42','\x20','\x3e','\x20','\x3c','\x27','\xc0','\x22','\x44','\x21','\x28','\xf8','\x00','\x23','\xfc','\x20','\x80','\x28','\x80','\x37','\xfe','\xe1','\x00','\x21','\xf8','\x22','\x88','\x22','\x50','\x24','\x20','\xa8','\xd8','\x43','\x06','\x00','\x00','\x21','\xf0','\x11','\x10','\x11','\x10','\x81','\x10','\x41','\x10','\x42','\x0e','\x14','\x00','\x10','\x00','\x23','\xf8','\xe2','\x08','\x22','\x08','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x00','\x80','\x20','\x40','\x17','\xfc','\x14','\x04','\x80','\x00','\x43','\xf8','\x40','\x40','\x13','\xf8','\x12','\x48','\x23','\xf8','\xe2','\x48','\x23','\xf8','\x20','\x00','\x21','\x10','\x22','\x08','\x04','\x04','\x01','\x00','\x11','\x08','\x11','\x10','\x21','\x20','\x02','\xc0','\x04','\x30','\x18','\x08','\x60','\x04','\x01','\x00','\x11','\x10','\x11','\x10','\x22','\xa0','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x40','\x10','\x40','\x10','\x7c','\x14','\x84','\x59','\x08','\x52','\x10','\x51','\x3e','\x91','\x22','\x11','\x22','\x11','\x22','\x11','\x3e','\x29','\x22','\x25','\x22','\x45','\x22','\x41','\x3e','\x81','\x22','\x10','\x00','\x13','\xfe','\x10','\x50','\x14','\x50','\x5b','\xfe','\x52','\x52','\x52','\x52','\x92','\x52','\x13','\xfe','\x10','\x20','\x10','\x20','\x2b','\xfe','\x24','\x20','\x40','\x20','\x47','\xfe','\x80','\x00','\x04','\x40','\xff','\xfe','\x04','\x40','\x04','\x40','\x17','\xd0','\x10','\x12','\xf0','\x1c','\x17','\xd0','\x14','\x50','\x34','\x52','\xd7','\xd2','\x10','\x0e','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x00','\x40','\x90','\x40','\x53','\xf8','\x20','\x40','\x57','\xfe','\x90','\x00','\x13','\xf8','\x12','\x08','\x32','\x08','\x53','\xf8','\x90','\xa4','\x11','\x28','\x13','\x10','\x1d','\x48','\xa1','\x86','\x41','\x00','\x10','\x00','\x11','\xfc','\x20','\x04','\x28','\xfc','\x48','\x04','\xf3','\xfe','\x10','\x40','\x20','\xa2','\x4b','\x34','\xf8','\x58','\x08','\x94','\x03','\x34','\xa8','\x52','\xa8','\x90','\x83','\x50','\x00','\x20','\x28','\x40','\x28','\x40','\xfe','\xf8','\xaa','\x88','\xff','\x10','\xaa','\xfc','\xfe','\xa4','\x00','\xa4','\xfe','\xa4','\x00','\xfc','\x7c','\x80','\x44','\x80','\x7c','\x82','\x48','\x82','\x3e','\x7e','\xc0','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x1e','\xf8','\x12','\x88','\x22','\x88','\x22','\x88','\x52','\xa8','\x8c','\x90','\x04','\x82','\x08','\x82','\x10','\x82','\x20','\x7e','\x40','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x7f','\xfc','\x41','\x04','\x4f','\xe4','\x41','\x04','\x5f','\xf4','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x46','\x94','\x4a','\x64','\x52','\x14','\x7f','\xfc','\x00','\x40','\x20','\x40','\x13','\xf8','\x10','\x40','\x07','\xfc','\x00','\x00','\xf3','\xf8','\x12','\x08','\x13','\xf8','\x10','\xc4','\x11','\xa8','\x12','\x90','\x14','\x88','\x10','\x84','\x28','\x00','\x47','\xfe','\x10','\x00','\x10','\xf8','\x28','\x88','\x24','\x88','\x40','\x88','\xb8','\x88','\x11','\x06','\x12','\x00','\xfc','\x00','\x10','\xfc','\x94','\x84','\x58','\x84','\x50','\x84','\x1c','\x84','\xe0','\xfc','\x40','\x84','\x20','\xf8','\x3e','\x88','\x44','\x9a','\xa8','\x82','\x12','\x7e','\x3f','\xf0','\xd0','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x2a','\x44','\x45','\x2c','\x21','\x00','\x21','\x00','\x21','\xfe','\x22','\x00','\x25','\xf8','\xf9','\x08','\x21','\x08','\x21','\xf8','\x20','\x00','\x23','\xfc','\x22','\x94','\x3a','\x94','\xe2','\x94','\x42','\x94','\x07','\xfe','\x00','\x00','\x20','\x20','\x10','\x20','\x00','\x20','\xfe','\x50','\x20','\x50','\x20','\x88','\x3d','\x04','\x26','\x02','\x24','\x60','\x24','\x10','\x24','\x00','\x24','\xc0','\x44','\x20','\x54','\x10','\x88','\x08','\x00','\x00','\x00','\x00','\x23','\xf8','\x10','\x40','\x10','\x40','\x80','\x40','\x47','\xfe','\x48','\x80','\x08','\x80','\x11','\x00','\x11','\xf8','\xe0','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x50','\x00','\x20','\x11','\xfc','\x11','\x24','\x51','\x24','\x51','\xfc','\x7d','\x24','\x51','\x24','\x91','\xfc','\x10','\x40','\x7c','\x40','\x13','\xfe','\x10','\x42','\x10','\x82','\x1c','\x82','\xe1','\x02','\x42','\x14','\x04','\x08','\x00','\x00','\x7c','\x7c','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x47','\xc4','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x7f','\xfc','\x40','\x04','\x01','\x00','\x01','\x00','\x01','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\xff','\xfe','\x02','\x80','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x02','\x00','\x04','\x00','\x3f','\xf8','\x20','\x08','\x29','\x28','\x25','\x48','\x2f','\xe8','\x25','\x48','\x29','\x28','\x20','\x08','\x01','\x00','\xff','\xfe','\x02','\x80','\x0c','\x60','\x30','\x18','\xc0','\x06','\x08','\x80','\x08','\x40','\x10','\x00','\x27','\xfc','\x48','\x40','\x08','\x40','\x10','\x40','\x30','\x40','\x57','\xfc','\x90','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x1f','\xfe','\x10','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x21','\x00','\x20','\x80','\x22','\x40','\x22','\x00','\x22','\x00','\x2a','\x08','\x2a','\x04','\x2a','\x14','\x52','\x10','\x42','\x10','\x81','\xf0','\x00','\x00','\x10','\x00','\x11','\xfc','\x11','\x24','\x11','\x24','\xfd','\x24','\x11','\xfc','\x11','\x24','\x15','\x24','\x19','\x24','\x31','\xfc','\xd1','\x24','\x10','\x20','\x10','\x20','\x10','\x20','\x50','\x20','\x20','\x20','\x00','\x00','\x07','\xfc','\x78','\x40','\x48','\x40','\x48','\x40','\x48','\x40','\x78','\x40','\x4b','\xfc','\x48','\x40','\x48','\x40','\x48','\x40','\x78','\x40','\x48','\x40','\x00','\x40','\x0f','\xfe','\x00','\x00','\x11','\x10','\x11','\x10','\x13','\xfc','\xfd','\x10','\x11','\x10','\x17','\xfe','\x30','\x40','\x3b','\xf8','\x56','\x48','\x53','\xf8','\x92','\x48','\x13','\xf8','\x10','\x00','\x11','\x10','\x12','\x08','\x14','\x04','\x00','\x40','\x7e','\x40','\x40','\x40','\x44','\x7c','\x64','\x84','\x54','\x88','\x49','\x20','\x48','\x20','\x54','\x20','\x54','\x50','\x64','\x50','\x40','\x50','\x40','\x88','\x7e','\x88','\x01','\x04','\x02','\x02','\x00','\x00','\x7e','\xf8','\x40','\x88','\x44','\x88','\x64','\x88','\x54','\x86','\x49','\x00','\x48','\x00','\x55','\xfc','\x54','\x84','\x64','\x88','\x40','\x50','\x40','\x20','\x7e','\x50','\x00','\x88','\x03','\x06','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x04','\x40','\x08','\x20','\x12','\x10','\x24','\x08','\xc8','\x26','\x1f','\xf0','\x00','\x10','\x00','\x00','\x7e','\xfc','\x22','\x44','\x12','\x24','\x0a','\x14','\x12','\x24','\x22','\x44','\x4a','\x94','\x04','\x08','\x20','\x80','\x11','\x00','\x07','\xfc','\xf4','\x44','\x15','\x54','\x24','\x44','\x27','\xfc','\x6c','\xe4','\xb5','\x54','\x2c','\x04','\x20','\x40','\x2f','\xfe','\x20','\xa0','\x21','\x10','\x22','\x08','\x2c','\x06','\x22','\x08','\x11','\x10','\x00','\x20','\x7f','\xfe','\x42','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x2a','\x44','\x45','\x2c','\x00','\x40','\xfc','\x80','\x81','\xfc','\x89','\x04','\xc9','\xfc','\xa9','\x04','\x91','\xfc','\x91','\x00','\xa9','\xfe','\xa9','\x00','\xc9','\xfe','\x80','\x02','\x82','\xaa','\xfe','\xaa','\x02','\x02','\x00','\x0c','\x04','\x40','\x04','\x40','\x3f','\xf8','\x04','\x40','\x04','\x40','\xff','\xfe','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x00','\x00','\x08','\x20','\x10','\x10','\x60','\x0c','\x00','\x00','\x7f','\xfc','\x40','\x04','\x48','\x24','\x44','\x24','\x44','\x44','\x5f','\xf4','\x41','\x04','\x41','\x04','\x49','\x24','\x49','\x24','\x49','\x24','\x4f','\xe4','\x40','\x04','\x40','\x14','\x40','\x08','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x87','\xfc','\x44','\x44','\x44','\x44','\x14','\x44','\x14','\x44','\x24','\x44','\xe7','\xfc','\x24','\x44','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x44','\x20','\x28','\x20','\x10','\xa4','\x28','\xa4','\x48','\xa8','\x99','\x20','\x28','\x20','\x48','\x50','\x88','\x50','\x08','\x88','\x51','\x04','\x22','\x02','\x08','\x80','\x08','\x40','\x0b','\xfc','\x11','\x08','\x10','\x90','\x37','\xfe','\x30','\x00','\x53','\xfc','\x92','\x04','\x13','\xfc','\x12','\x04','\x13','\xfc','\x10','\x40','\x15','\x24','\x15','\x0a','\x18','\xfa','\x00','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x00','\x2f','\xfc','\x21','\x00','\x22','\x10','\x27','\xf8','\x20','\x88','\x20','\x80','\x2f','\xfc','\x40','\x80','\x40','\x80','\xbf','\xfe','\x10','\x80','\x10','\x40','\x13','\xfc','\x19','\x08','\x54','\x90','\x57','\xfe','\x50','\x00','\x93','\xfc','\x12','\x04','\x13','\xfc','\x12','\x04','\x13','\xfc','\x10','\x40','\x15','\x24','\x15','\x0a','\x18','\xfa','\x00','\x40','\x78','\x20','\x49','\xfc','\x48','\x88','\x48','\x50','\x7b','\xfe','\x48','\x00','\x49','\xfc','\x49','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x48','\x20','\x4a','\x94','\x4a','\x8a','\x9c','\x7a','\x20','\x00','\x27','\xf8','\x20','\x10','\x21','\xa0','\xf8','\x40','\x27','\xfc','\x24','\x44','\x74','\x44','\x6f','\xfc','\xa4','\x44','\xa4','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x24','\x54','\x24','\x08','\x08','\x20','\x08','\x20','\x48','\x20','\x48','\x20','\x7e','\x20','\x48','\x20','\x89','\xfc','\x08','\x20','\x0e','\x20','\xf8','\x20','\x48','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x0b','\xfe','\x08','\x00','\x00','\x00','\x7f','\xf0','\x00','\x20','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x10','\x00','\x20','\x04','\x20','\x04','\x20','\x04','\x1f','\xfc','\x00','\x00','\x08','\x40','\x08','\x80','\x0b','\xfc','\x11','\x10','\x12','\x48','\x34','\x46','\x33','\xf8','\x52','\x48','\x92','\x48','\x13','\xf8','\x12','\x48','\x12','\x48','\x13','\xf8','\x10','\x42','\x10','\x42','\x10','\x3e','\x20','\x00','\x20','\x00','\x3f','\x7c','\x48','\x44','\x88','\x44','\x08','\x44','\x7f','\x44','\x08','\x44','\x08','\x44','\x2e','\x44','\x28','\x44','\x28','\x54','\x2f','\x48','\xf0','\x40','\x40','\x40','\x00','\x40','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x2f','\xe8','\x21','\x08','\x22','\x88','\x24','\x48','\x28','\x28','\x3f','\xf8','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x00','\x00','\x23','\xf8','\x12','\x08','\x12','\x08','\x83','\xf8','\x42','\x08','\x42','\x08','\x13','\xf8','\x10','\x00','\x27','\xfc','\xe4','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x2f','\xfe','\x00','\x00','\x08','\x08','\x1c','\x3c','\xf1','\xc0','\x10','\x44','\x11','\x24','\xfc','\xa8','\x11','\xfc','\x30','\x04','\x38','\xfc','\x54','\x04','\x55','\xfc','\x90','\x40','\x10','\xa4','\x12','\xaa','\x12','\x8a','\x14','\x78','\x02','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\xff','\xfe','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x40','\x02','\x20','\x02','\x10','\x02','\x08','\x02','\x08','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x08','\x80','\x08','\x80','\x08','\x84','\x10','\x88','\x10','\x90','\x30','\xa0','\x30','\xc0','\x50','\x80','\x91','\x80','\x12','\x80','\x14','\x80','\x10','\x82','\x10','\x82','\x10','\x82','\x10','\x7e','\x10','\x00','\x08','\x08','\x08','\x3c','\x0b','\xc0','\x12','\x00','\x12','\x00','\x32','\x00','\x33','\xf8','\x52','\x88','\x92','\x88','\x12','\x88','\x12','\x50','\x12','\x50','\x12','\x20','\x14','\x50','\x14','\x88','\x19','\x06','\x08','\x00','\x08','\x00','\x17','\xfe','\x10','\x08','\x20','\x08','\x33','\xc8','\x52','\x48','\x92','\x48','\x12','\x48','\x12','\x48','\x13','\xc8','\x12','\x48','\x10','\x08','\x10','\x08','\x10','\x28','\x10','\x10','\x14','\x00','\x14','\x00','\x14','\x00','\x24','\x3c','\x2f','\xa4','\x64','\xa4','\x64','\xa4','\xa4','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x28','\xa4','\x28','\xbc','\x32','\xa4','\x21','\x00','\x10','\x00','\x17','\xfe','\x10','\xa0','\x20','\xa0','\x20','\xa0','\x67','\xfc','\x64','\xa4','\xa4','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x27','\xfc','\x24','\x04','\x20','\x00','\x08','\x40','\x08','\x40','\x0b','\xfc','\x10','\x40','\x10','\x40','\x30','\x40','\x3f','\xfe','\x50','\x00','\x90','\x40','\x10','\x40','\x13','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x1f','\xfe','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x7c','\xfe','\x44','\x12','\x44','\x12','\x44','\x12','\x44','\x12','\x44','\x12','\x44','\x12','\x44','\x12','\x44','\x22','\x44','\x22','\x7c','\x4a','\x44','\x84','\x00','\x00','\x00','\x7f','\xfe','\x00','\x10','\x00','\x10','\x1f','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x1f','\x10','\x11','\x10','\x00','\x10','\x00','\x10','\x00','\x50','\x00','\x20','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\xff','\xfe','\x10','\x00','\x7f','\x7c','\x11','\x44','\x21','\x44','\x45','\x7c','\x82','\x44','\x7f','\xfc','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x00','\x1f','\xf0','\x28','\x20','\x44','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x20','\x40','\x20','\x20','\x23','\xfe','\x22','\x02','\xf8','\x00','\x49','\xfc','\x48','\x40','\x48','\xa2','\x4b','\x34','\x90','\x58','\x50','\x94','\x23','\x34','\x30','\x52','\x48','\x90','\x4b','\x50','\x80','\x20','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x7f','\xfc','\x02','\x00','\x0d','\x08','\x71','\x90','\x02','\xa0','\x0c','\xc0','\x71','\xa0','\x06','\x98','\x18','\x86','\xe2','\x80','\x01','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\xbf','\xf4','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x08','\x20','\x37','\xd8','\xc2','\x46','\x0c','\xc0','\x08','\x10','\x1d','\x10','\xf0','\x90','\x10','\x90','\x10','\x10','\xfd','\x10','\x10','\x90','\x38','\x90','\x34','\x10','\x50','\x1e','\x53','\xf0','\x90','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x00','\x00','\x07','\xbc','\xf4','\x84','\x94','\x84','\x94','\x84','\x97','\xbc','\x94','\x00','\xf4','\x00','\x97','\xbc','\x94','\x24','\x94','\x24','\x97','\xa8','\xf4','\x10','\x94','\x28','\x04','\x44','\x04','\x82','\x00','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x10','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x08','\x00','\x08','\x00','\x7f','\x7c','\x09','\x44','\x11','\x44','\x11','\x44','\x25','\x7c','\x42','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x20','\xff','\x20','\x02','\x20','\x7a','\x7e','\x4a','\x42','\x7a','\x84','\x00','\x10','\xff','\x10','\x02','\x10','\x7a','\x10','\x4a','\x28','\x4a','\x28','\x7a','\x28','\x02','\x44','\x0a','\x44','\x04','\x82','\x00','\x00','\x20','\x00','\x17','\xfe','\x10','\x08','\x80','\x08','\x43','\xc8','\x42','\x48','\x12','\x48','\x12','\x48','\x22','\x48','\xe3','\xc8','\x22','\x48','\x20','\x08','\x20','\x08','\x20','\x28','\x00','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x11','\x08','\x11','\x08','\x11','\x10','\x21','\x20','\x21','\x00','\x42','\x80','\x02','\x80','\x04','\x40','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xc0','\x06','\x00','\x00','\x00','\x00','\xfd','\xfe','\x10','\x08','\x10','\x08','\x11','\xe8','\x11','\x28','\x7d','\x28','\x11','\x28','\x11','\x28','\x11','\xe8','\x11','\x28','\x1c','\x08','\xe0','\x08','\x40','\x28','\x00','\x10','\x20','\x00','\x11','\xfc','\x11','\x04','\xf9','\x04','\x09','\xe4','\x11','\x24','\x11','\x24','\x3b','\xfe','\x56','\x02','\x92','\xfa','\x12','\x8a','\x12','\x8a','\x12','\xfa','\x12','\x02','\x12','\x0a','\x12','\x04','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x01','\x00','\x08','\x40','\x1c','\x20','\xf3','\xfe','\x12','\x02','\x10','\x00','\xfd','\xfc','\x10','\x40','\x30','\xa2','\x3b','\x34','\x54','\x58','\x50','\x94','\x93','\x34','\x10','\x52','\x10','\x90','\x13','\x50','\x10','\x20','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x2f','\xe8','\x21','\x08','\x27','\xc8','\x24','\x48','\x27','\xc8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x08','\x88','\x08','\x90','\x10','\xa0','\x30','\xc0','\x50','\x80','\x91','\x80','\x12','\x82','\x14','\x82','\x10','\x82','\x10','\x7e','\x10','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7f','\xfc','\x00','\x10','\x00','\x10','\x1f','\x10','\x11','\x10','\x11','\x10','\x1f','\x10','\x11','\x10','\x00','\x10','\x00','\x50','\x00','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x10','\x00','\x10','\x7c','\x7e','\x44','\x12','\x44','\x12','\x44','\x12','\x44','\x12','\x44','\x22','\x44','\x22','\x44','\x4a','\x7c','\x84','\x44','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x17','\xfe','\x20','\x08','\x60','\x08','\xa7','\xc8','\x24','\x48','\x24','\x48','\x24','\x48','\x27','\xc8','\x20','\x08','\x20','\x28','\x20','\x10','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x7f','\xfc','\x11','\x10','\x11','\x10','\xff','\xfe','\x11','\x10','\x11','\x10','\x7f','\xfc','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x20','\x00','\x23','\xde','\x22','\x42','\xfa','\x42','\xaa','\x42','\xab','\xde','\xaa','\x00','\xaa','\x3e','\xfb','\xd2','\xa2','\x12','\x22','\x14','\x2b','\xd4','\x3a','\x08','\xea','\x14','\x42','\x24','\x02','\x42','\x20','\x00','\x11','\xfc','\x01','\x24','\xfd','\x24','\x01','\xfc','\x79','\x24','\x01','\x24','\x79','\xfc','\x00','\x20','\x7b','\xfe','\x48','\x70','\x48','\xa8','\x49','\x24','\x7a','\x22','\x48','\x20','\x00','\x20','\x00','\x88','\x03','\xfe','\x78','\x88','\x48','\x00','\x49','\xfc','\x48','\xa8','\x48','\xa8','\x4b','\xfe','\x48','\xa8','\x48','\xa8','\x79','\xfc','\x48','\x20','\x03','\xfe','\x00','\x20','\x00','\x20','\x00','\x20','\x08','\x80','\x10','\x98','\x30','\xe0','\x57','\x84','\x90','\x84','\x10','\x7c','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x04','\x00','\x44','\x00','\x24','\x3c','\x2f','\xa4','\x04','\xa4','\x04','\xa4','\xe4','\xa4','\x24','\xa4','\x24','\xa4','\x28','\xa4','\x28','\xbc','\x32','\xa4','\x21','\x00','\x50','\x00','\x8f','\xfe','\x00','\x00','\x01','\xf8','\x21','\x08','\x11','\xe8','\x11','\x28','\x01','\x28','\x03','\xfc','\xf2','\x04','\x12','\xf4','\x12','\x94','\x12','\xf4','\x12','\x04','\x12','\x14','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x3e','\xf8','\x22','\x08','\x3e','\xf8','\x20','\x00','\x3e','\xf8','\x20','\x48','\x3e','\x30','\x20','\xcc','\x10','\x40','\x10','\x20','\x10','\x20','\x7d','\xfe','\x54','\x88','\x54','\x88','\x54','\x88','\x54','\x88','\x7c','\x88','\x50','\x50','\x10','\x50','\x14','\x20','\x1e','\x20','\xe2','\x50','\x40','\x88','\x01','\x06','\x10','\x28','\x11','\xa4','\x17','\x24','\x21','\x20','\x21','\x20','\x6f','\xfe','\x61','\x20','\xa1','\x24','\x21','\xa4','\x23','\x28','\x2d','\x28','\x21','\x10','\x21','\x12','\x21','\x2a','\x25','\x46','\x22','\x82','\x10','\x10','\x10','\xd8','\x13','\x94','\x10','\x94','\x54','\x90','\x57','\xfe','\x54','\x90','\x54','\x94','\x54','\x94','\x54','\xd8','\x57','\x98','\x5c','\x90','\x64','\xaa','\x00','\xca','\x02','\x86','\x01','\x02','\x04','\x40','\x0e','\x50','\x78','\x48','\x08','\x48','\x08','\x40','\xff','\xfe','\x08','\x40','\x08','\x44','\x0a','\x44','\x0c','\x48','\x18','\x30','\x68','\x22','\x08','\x52','\x08','\x8a','\x2b','\x06','\x10','\x02','\x00','\x00','\x3f','\xfc','\x00','\x40','\x00','\x40','\x10','\x40','\x10','\x40','\x20','\x40','\x3f','\xfe','\x01','\x40','\x02','\x40','\x04','\x40','\x08','\x40','\x10','\x40','\x60','\x40','\x01','\x40','\x00','\x80','\x00','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x4f','\xe4','\x49','\x24','\x49','\x24','\x4f','\xe4','\x49','\x24','\x49','\x24','\x49','\x24','\x4f','\xe4','\x40','\x04','\x40','\x04','\x7f','\xfc','\x00','\x04','\x00','\x20','\x7e','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x7e','\x20','\x42','\x20','\x42','\x20','\x42','\x50','\x7e','\x50','\x48','\x50','\x48','\x50','\x48','\x48','\x48','\x88','\x7e','\x84','\x01','\x02','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\xfc','\x00','\x20','\x10','\x20','\x20','\x20','\x3f','\xfe','\x01','\x20','\x02','\x20','\x0c','\x20','\x30','\x20','\xc0','\xa0','\x00','\x40','\x20','\x10','\x20','\xd8','\x23','\x94','\xf8','\x94','\xa8','\x90','\xab','\xfe','\xa8','\x90','\xa8','\x94','\xf8','\x94','\xa0','\xd8','\x23','\x98','\x28','\x90','\x38','\xaa','\xe8','\xca','\x42','\x86','\x01','\x02','\x10','\x00','\x10','\x00','\x7e','\x7c','\x12','\x44','\x22','\x44','\x2a','\x7c','\x44','\x00','\x9f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x00','\x50','\x7e','\x48','\x04','\x80','\x24','\xfe','\x25','\x90','\x26','\x90','\x44','\xfc','\x7f','\x90','\x0c','\x90','\x14','\xfc','\x14','\x90','\x24','\x90','\x44','\x90','\x84','\xfe','\x14','\x80','\x08','\x80','\x10','\x10','\x10','\xd8','\x2b','\x94','\x24','\x94','\x50','\x90','\xfb','\xfe','\x48','\x90','\x78','\x94','\x48','\x94','\x78','\xd8','\x43','\x98','\x50','\x90','\x48','\xaa','\x58','\xca','\x6a','\x86','\x41','\x02','\x10','\x00','\x10','\x00','\x7e','\x7c','\x12','\x44','\x22','\x44','\x2a','\x7c','\x44','\x00','\x9f','\xf0','\x11','\x00','\x1f','\xf0','\x11','\x00','\x1f','\xf0','\x11','\x00','\x1f','\xfc','\x2a','\x44','\x49','\x2c','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xc8','\x26','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xcf','\xe6','\x00','\x00','\x00','\x00','\x7f','\xfc','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x10','\x08','\x10','\x00','\x10','\xfc','\x3c','\x24','\x24','\x24','\x48','\x54','\xbe','\x88','\x2a','\x10','\x2a','\x50','\x3e','\x7c','\x2a','\x90','\x2a','\x10','\x3e','\xfe','\x2a','\x10','\x4a','\x10','\x42','\x10','\x86','\x10','\x00','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x27','\xe4','\x24','\x24','\x24','\x24','\x24','\x24','\x24','\x24','\x24','\x24','\x27','\xe4','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x04','\x00','\x00','\x20','\x20','\x20','\x40','\x23','\xfc','\x22','\x24','\x22','\x24','\xfb','\xfc','\x22','\x24','\x22','\x44','\x23','\xfc','\x20','\x40','\x20','\xa8','\x38','\xb4','\xe1','\x3c','\x41','\x22','\x02','\x22','\x04','\x1e','\x20','\x20','\x20','\x20','\x27','\xfe','\x20','\x20','\x23','\xfe','\xfa','\x52','\x22','\x52','\x23','\xfe','\x20','\x40','\x20','\x20','\x27','\xfe','\x38','\xa4','\xe1','\xa8','\x42','\x90','\x04','\x88','\x00','\xc6','\x00','\x00','\x03','\xfc','\xfa','\x04','\x0a','\x04','\x12','\xf4','\x12','\x94','\x22','\x94','\x7a','\xf4','\x0a','\x04','\x0a','\x04','\x4b','\xfc','\x32','\x04','\x10','\x00','\x2c','\x00','\x43','\xfe','\x80','\x00','\x10','\x40','\x10','\x40','\x10','\x40','\x13','\xf8','\x18','\x48','\x54','\x48','\x50','\x48','\x50','\x48','\x97','\xfe','\x10','\x40','\x10','\xa0','\x10','\xa0','\x11','\x10','\x11','\x10','\x12','\x08','\x14','\x06','\x10','\x00','\x17','\xf8','\x12','\x08','\x11','\x10','\x18','\xa0','\x54','\x40','\x50','\xa0','\x53','\x18','\x9c','\x46','\x10','\x40','\x17','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x1f','\xfe','\x10','\x00','\x11','\x00','\x11','\x00','\x11','\xfc','\x1a','\x00','\x55','\xf8','\x51','\x08','\x51','\x48','\x91','\x28','\x17','\xfe','\x11','\x08','\x12','\x48','\x12','\x28','\x13','\xfc','\x10','\x08','\x10','\x50','\x10','\x20','\x10','\x40','\x10','\x40','\x10','\x40','\x13','\xfe','\x18','\x80','\x54','\x90','\x50','\x90','\x51','\x12','\x91','\x52','\x11','\x54','\x12','\x90','\x12','\x28','\x14','\x28','\x10','\x44','\x10','\x84','\x11','\x02','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\x19','\xfc','\x55','\x54','\x51','\x54','\x51','\xfc','\x90','\x20','\x13','\xfe','\x10','\x50','\x10','\x94','\x11','\x88','\x12','\xa8','\x14','\xc4','\x10','\x82','\x00','\x48','\x00','\x44','\x00','\x40','\xff','\xfe','\x00','\x40','\x12','\x40','\x12','\x44','\x12','\x44','\x7f','\x44','\x12','\x28','\x12','\x28','\x12','\x12','\x22','\x32','\x22','\x4a','\x40','\x86','\x03','\x02','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\xfd','\x04','\x11','\xfc','\x10','\x40','\x14','\x40','\x1b','\xfc','\x30','\x44','\xd0','\x44','\x10','\x84','\x10','\x84','\x11','\x04','\x52','\x28','\x24','\x10','\x00','\x40','\x00','\x40','\xfc','\x80','\x04','\xfe','\x05','\x08','\x05','\x08','\x06','\x88','\x7c','\x88','\x40','\x88','\x40','\x50','\x40','\x50','\x44','\x20','\x58','\x50','\x60','\x88','\x41','\x04','\x02','\x02','\x08','\x08','\x10','\x48','\x7f','\x28','\x49','\x28','\x49','\x08','\x7f','\x48','\x49','\x28','\x49','\x28','\x7f','\x0e','\x10','\xf8','\x1a','\x08','\x2c','\x88','\x2f','\x88','\x48','\x08','\x48','\x02','\x87','\xfe','\x01','\x00','\x01','\x00','\x79','\xfc','\x4a','\x00','\x4d','\xf8','\x49','\x08','\x49','\x48','\x79','\x28','\x4f','\xfe','\x49','\x08','\x4a','\x48','\x4a','\x28','\x7b','\xfc','\x48','\x08','\x00','\x50','\x00','\x20','\x10','\x10','\x10','\x14','\x10','\x12','\x10','\x10','\xfb','\xfe','\x10','\x10','\x31','\x50','\x39','\x54','\x57','\xf4','\x51','\x54','\x91','\x54','\x11','\x48','\x12','\x4a','\x12','\x5a','\x14','\x26','\x10','\x42','\x01','\x00','\x21','\x00','\x11','\xfc','\x12','\x00','\x85','\xf8','\x41','\x08','\x49','\x48','\x09','\x28','\x17','\xfe','\x11','\x08','\xe2','\x48','\x22','\x28','\x23','\xfc','\x20','\x08','\x20','\x50','\x00','\x20','\x04','\x00','\x04','\x00','\x04','\x00','\xff','\xfe','\x04','\x80','\x08','\x80','\x08','\x88','\x0a','\x90','\x12','\xa0','\x14','\x80','\x21','\x40','\x41','\x40','\x82','\x20','\x02','\x10','\x04','\x0e','\x18','\x04','\x00','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x02','\x80','\x0c','\x60','\x34','\x58','\xc4','\x46','\x04','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x20','\x80','\x20','\x88','\x3c','\xb0','\x20','\xc0','\x20','\x84','\x2c','\x84','\x31','\x7c','\x02','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x20','\x10','\x20','\x20','\x50','\x28','\x88','\x49','\x04','\xf2','\x02','\x10','\xf8','\x20','\x00','\x48','\x00','\xfb','\xfe','\x08','\x20','\x00','\x40','\xa8','\x88','\xa9','\x04','\x83','\xfe','\x01','\x02','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x02','\x80','\x04','\x40','\x08','\x20','\x34','\x58','\xc4','\x46','\x04','\x40','\x04','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x20','\x40','\x20','\x00','\x3e','\xfc','\x44','\x24','\xbe','\x54','\x2a','\x98','\x3e','\x50','\x2a','\xfc','\x3e','\x10','\x2a','\xfe','\x2a','\x10','\x45','\x10','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x04','\x7f','\xfe','\x00','\x00','\x7c','\xf8','\x44','\x88','\x7c','\xf8','\x44','\x88','\x7c','\xf8','\x40','\x08','\x4f','\xc8','\x44','\x88','\x44','\x88','\x5f','\xe8','\x44','\x88','\x44','\x88','\x48','\x88','\x50','\xa8','\x40','\x10','\x01','\x10','\x7d','\x12','\x45','\xd4','\x49','\x18','\x49','\x52','\x51','\x92','\x49','\x2e','\x48','\x40','\x45','\xfc','\x45','\x04','\x45','\x04','\x69','\xfc','\x51','\x04','\x41','\x04','\x41','\xfc','\x41','\x04','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x00','\x00','\x08','\x20','\x10','\x10','\x20','\x08','\x40','\x04','\x08','\x00','\x49','\x00','\x49','\x78','\x7f','\x48','\x00','\x48','\xff','\x48','\x00','\x48','\x7f','\x48','\x41','\x48','\x41','\x48','\x7f','\x48','\x42','\x48','\x24','\x4a','\x0f','\x4a','\xf0','\x8a','\x41','\x06','\x10','\x20','\x08','\x20','\x08','\x20','\xff','\x20','\x08','\xfc','\x10','\x24','\x22','\x24','\x7c','\x24','\x09','\x24','\x12','\x24','\x24','\x24','\xc8','\x24','\x14','\x44','\x22','\x44','\xc0','\xa8','\x01','\x10','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x3e','\x40','\x22','\x60','\x42','\x50','\x42','\x48','\xa4','\x44','\x14','\x44','\x08','\x40','\x08','\x40','\x10','\x40','\x20','\x40','\x40','\x40','\x80','\x40','\x00','\x40','\x00','\x20','\xf0','\x20','\x97','\xfe','\x90','\x40','\x90','\x84','\x91','\x08','\x93','\xf0','\x90','\x22','\x90','\x44','\xf1','\x88','\x96','\x10','\x00','\x20','\x00','\x50','\x01','\x88','\x06','\x04','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x81','\x04','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x3f','\xfc','\x20','\x80','\x2f','\xf8','\x20','\x80','\x3f','\xfc','\x20','\x00','\x20','\x80','\x4f','\xf8','\x40','\x80','\x9f','\xfe','\x00','\x00','\x20','\x00','\x27','\xbe','\x24','\x88','\x24','\x88','\x37','\xa8','\xac','\xa8','\xa4','\xa8','\xa7','\xbe','\xa4','\x10','\x25','\x18','\x24','\x98','\x25','\xa8','\x26','\xaa','\x24','\x4a','\x20','\x46','\x20','\x80','\x20','\x00','\x27','\xbe','\x24','\x88','\x24','\x88','\xff','\xa8','\x24','\xa8','\x24','\xa8','\x77','\xbe','\x6c','\x10','\xa5','\x18','\xa4','\x98','\x25','\xa8','\x26','\xaa','\x24','\x4a','\x20','\x46','\x20','\x80','\x00','\x00','\x27','\xfe','\x14','\x20','\x14','\x20','\x85','\xfc','\x44','\x20','\x44','\x20','\x17','\xfe','\x14','\x00','\x24','\x20','\xe4','\x20','\x25','\xfc','\x24','\x20','\x28','\x20','\x2b','\xfe','\x10','\x00','\x00','\x00','\x01','\xf8','\xfd','\x08','\x11','\xf8','\x11','\x08','\x21','\xf8','\x3c','\x00','\x65','\xfc','\x64','\x10','\xa7','\xfe','\x24','\x10','\x25','\x10','\x3c','\x90','\x24','\x10','\x20','\x50','\x00','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x08','\x00','\x10','\x10','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x11','\x00','\x11','\x00','\x27','\xdc','\x41','\x00','\x81','\x00','\x17','\xc0','\x20','\x3e','\x61','\x08','\xa1','\x08','\x27','\xc8','\x21','\x08','\x21','\x08','\x21','\xc8','\x2e','\x08','\x24','\x28','\x20','\x10','\x20','\x20','\x10','\x10','\x10','\x10','\xfd','\xfe','\x00','\x20','\x7c','\x24','\x00','\x44','\x7c','\xf8','\x00','\x12','\x7c','\x22','\x44','\x44','\x45','\x88','\x44','\x10','\x7c','\x28','\x44','\x44','\x01','\x82','\x10','\x20','\x11','\x24','\x29','\x24','\x25','\x24','\x41','\xfc','\xb8','\x00','\x13','\xfe','\x10','\x00','\xfd','\xfc','\x11','\x04','\x95','\x04','\x59','\xfc','\x50','\x88','\x1c','\x50','\xe3','\xfe','\x40','\x00','\x00','\x20','\x7c','\x10','\x44','\x10','\x75','\xfe','\x54','\x20','\xfe','\x24','\x82','\x44','\x7c','\xf8','\x44','\x12','\x7c','\x22','\x44','\x44','\x7d','\x88','\x44','\x10','\x44','\x28','\x54','\x44','\x49','\x82','\x00','\x00','\x27','\xfc','\x14','\x44','\x14','\x44','\x87','\xfc','\x44','\x44','\x44','\x44','\x17','\xfc','\x10','\x40','\x20','\x40','\xe7','\xfc','\x20','\x40','\x20','\x40','\x20','\x40','\x2f','\xfe','\x00','\x00','\x08','\x78','\xff','\x48','\x08','\x86','\x3e','\x78','\x2a','\x48','\x3e','\x30','\x40','\x48','\x9f','\xe4','\x01','\x00','\x7f','\xfc','\x09','\x20','\x3f','\xf8','\xc8','\x26','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x10','\x20','\x10','\x20','\x11','\xfc','\x7c','\x20','\x54','\x20','\x54','\x20','\x57','\xfe','\x54','\x00','\x7c','\x20','\x50','\x20','\x11','\xfc','\x14','\x20','\x1c','\x20','\xe4','\x20','\x43','\xfe','\x00','\x00','\x10','\x00','\x13','\xfe','\x10','\x00','\x10','\x00','\x11','\xfc','\xfd','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x1d','\x04','\xe0','\x00','\x40','\x00','\x03','\xfe','\x00','\x00','\x10','\x40','\x10','\x20','\x10','\x00','\x13','\xfe','\xfc','\x20','\x10','\x20','\x31','\xfc','\x39','\x24','\x55','\x24','\x55','\x24','\x91','\x24','\x11','\x24','\x11','\x34','\x11','\x28','\x10','\x20','\x10','\x20','\x10','\x00','\x11','\xfe','\x11','\x00','\x7d','\x00','\x55','\x00','\x55','\xfe','\x55','\x20','\x55','\x20','\x7d','\x3c','\x51','\x24','\x11','\x24','\x15','\x24','\x1d','\x24','\xe6','\x44','\x42','\x54','\x04','\x88','\x10','\x80','\x10','\x80','\x28','\x80','\x24','\xfc','\x41','\x04','\xb9','\x04','\x12','\x44','\x10','\x44','\xfc','\x84','\x10','\xa4','\x95','\x14','\x59','\xf4','\x50','\x14','\x1c','\x04','\xe0','\x28','\x40','\x10','\x08','\x04','\x7f','\x04','\x09','\x04','\xff','\xa4','\x09','\x24','\x7f','\x24','\x08','\x24','\xff','\xa4','\x00','\x24','\x7f','\x24','\x49','\x24','\x7f','\x24','\x49','\x04','\x7f','\x04','\x00','\x14','\xff','\x88','\x01','\x10','\x01','\x10','\x71','\x10','\x57','\xbc','\x51','\x10','\x51','\x10','\x5f','\xfe','\x52','\xa8','\x52','\xa8','\x56','\xec','\x7a','\xaa','\x52','\xaa','\x02','\xa8','\x05','\xa8','\x04','\x48','\x08','\x98','\x04','\x00','\x04','\x00','\x0f','\xe0','\x08','\x20','\x14','\x40','\x22','\x80','\x41','\x00','\x06','\xc0','\x18','\x30','\xe0','\x0e','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x80','\x3f','\xfe','\x22','\x00','\x3f','\xbc','\x20','\x24','\x2f','\xa4','\x28','\xa8','\x2f','\xa8','\x20','\x24','\x2f','\xa4','\x21','\x24','\x23','\xf4','\x5e','\x28','\x42','\x20','\x8a','\x20','\x04','\x20','\x10','\x20','\x10','\x10','\x10','\x10','\x11','\xfe','\xfd','\x00','\x11','\x10','\x11','\x10','\x15','\x10','\x19','\x10','\x31','\x20','\xd1','\x28','\x11','\x24','\x12','\x44','\x12','\xfe','\x54','\x42','\x28','\x00','\x12','\x44','\x11','\x24','\x11','\x28','\x13','\xfe','\xfa','\x02','\x11','\xf8','\x15','\x08','\x19','\xf8','\x31','\x08','\xd1','\xf8','\x11','\x08','\x11','\xf8','\x10','\x90','\x10','\x90','\x51','\x12','\x26','\x0e','\x10','\x80','\x10','\x80','\x10','\xf8','\x11','\x08','\xfb','\x10','\x14','\xa0','\x30','\x40','\x38','\xa0','\x55','\x18','\x52','\x06','\x95','\xf8','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\xf8','\x11','\x08','\x10','\x20','\x10','\x10','\x10','\x10','\x13','\xfe','\xfc','\x20','\x10','\x42','\x30','\x84','\x39','\xf8','\x54','\x10','\x54','\x22','\x90','\xc4','\x13','\x08','\x10','\x10','\x10','\x28','\x10','\xc4','\x13','\x02','\x08','\x00','\x08','\x78','\x7f','\x48','\x08','\x48','\x3e','\x48','\x00','\x86','\x7f','\x00','\x41','\xfc','\x82','\x44','\x3c','\x44','\x24','\x28','\x24','\x28','\x25','\x10','\x26','\x28','\x44','\x44','\x81','\x82','\x00','\x88','\x47','\xfe','\x28','\xa8','\x10','\x90','\x29','\xfe','\x4b','\x20','\x89','\xfc','\x09','\x20','\x19','\xfc','\x29','\x20','\x49','\xfe','\x89','\x00','\x0b','\xfc','\x08','\x88','\x50','\x70','\x23','\x8e','\x00','\x40','\x00','\x40','\xfb','\xfe','\x22','\xa2','\x20','\x90','\x41','\xfe','\x79','\x10','\x4b','\x10','\xcd','\xfe','\x49','\x10','\x49','\x10','\x49','\xfe','\x79','\x10','\x49','\x10','\x01','\xfe','\x01','\x00','\x00','\x88','\x1b','\xfe','\x70','\xa8','\x10','\x90','\x11','\xfe','\xfb','\x20','\x11','\xfc','\x31','\x20','\x39','\xfc','\x55','\x20','\x51','\xfe','\x91','\x00','\x13','\xfc','\x10','\x88','\x10','\x70','\x13','\x8e','\x22','\x08','\x11','\x10','\x00','\x20','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x40','\x08','\x42','\x10','\x42','\x60','\x3e','\x08','\x00','\x08','\x00','\x1f','\xe0','\x20','\x20','\x40','\x40','\xbf','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x41','\x08','\x41','\x28','\x80','\x10','\x08','\x20','\x08','\x20','\x08','\x20','\x7e','\xf8','\x08','\x20','\x08','\x20','\xfe','\xfe','\x14','\x50','\x14','\x50','\x56','\xd8','\x55','\x54','\x94','\x52','\x24','\x50','\x24','\x90','\x54','\x90','\x89','\x30','\x10','\x40','\x10','\x20','\x10','\x20','\xfd','\xfe','\x10','\x00','\x7c','\x88','\x55','\x04','\x7e','\x02','\x54','\x88','\x7c','\x88','\x10','\x50','\xfe','\x50','\x10','\x20','\x10','\x50','\x10','\x88','\x13','\x06','\x10','\x00','\x08','\x7c','\xff','\x44','\x00','\x48','\x7e','\x48','\x42','\x50','\x7e','\x48','\x00','\x48','\x7e','\x44','\x04','\x44','\x08','\x44','\x0f','\x68','\xf8','\x50','\x08','\x40','\x28','\x40','\x10','\x40','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x42','\x04','\x47','\xe4','\x48','\x24','\x54','\x44','\x43','\x84','\x4c','\x64','\x70','\x1c','\x47','\xc4','\x44','\x44','\x44','\x54','\x47','\xc8','\x00','\x00','\x7b','\xfe','\x48','\x00','\x51','\xfc','\x51','\x04','\x61','\x04','\x51','\xfc','\x48','\x00','\x4b','\xfe','\x4a','\x8a','\x6a','\x52','\x53','\xfe','\x42','\x22','\x42','\x22','\x42','\x2a','\x42','\x04','\x08','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x08','\x20','\x0f','\xe0','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x22','\x08','\x11','\x08','\x11','\x10','\x00','\x20','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xe0','\x00','\x40','\x01','\x80','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\x70','\x1f','\x80','\x10','\x00','\x10','\x00','\x1f','\xf8','\x10','\x80','\x10','\x80','\x10','\x80','\xff','\xfe','\x01','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x08','\x01','\x00','\x42','\x04','\x27','\xc8','\x14','\x50','\x04','\x40','\x17','\xd0','\x24','\x48','\xc4','\x44','\x07','\xc0','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x20','\x00','\x10','\xfe','\xfe','\x10','\x82','\x20','\x20','\xfc','\x3c','\x84','\x44','\x84','\xa8','\xfc','\x10','\x84','\x28','\xfc','\x44','\x84','\xfe','\x84','\x44','\xfc','\x44','\x48','\x7c','\x84','\x45','\x02','\x00','\x00','\xee','\xfe','\xaa','\x10','\xaa','\x20','\xee','\xfc','\x00','\x84','\x7c','\x84','\x00','\xfc','\xfe','\x84','\x20','\xfc','\x40','\x84','\x7c','\x84','\x04','\xfc','\x04','\x48','\x28','\x84','\x11','\x02','\x10','\x88','\x10','\x88','\x13','\xe8','\x10','\x88','\xfc','\x88','\x10','\x88','\x17','\xec','\x14','\x0a','\x18','\x8a','\x30','\x88','\xd3','\xe8','\x10','\x88','\x10','\x88','\x10','\xe8','\x53','\x88','\x21','\x08','\x10','\x40','\x10','\x40','\x1f','\x7e','\x28','\x90','\x24','\x88','\x45','\x08','\x82','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x10','\x10','\x08','\x20','\x04','\x40','\x00','\x00','\xff','\xfe','\x20','\x00','\x27','\xdc','\x25','\x14','\x27','\xd4','\xfc','\x54','\x27','\xc8','\x25','\x08','\x75','\x14','\x6f','\xe2','\xa0','\x00','\xa0','\x40','\x27','\xfc','\x20','\x40','\x20','\x40','\x2f','\xfe','\x20','\x00','\x10','\x00','\x13','\xfe','\x10','\x00','\x11','\xfc','\xfd','\x24','\x11','\xfc','\x31','\x24','\x3b','\xfe','\x54','\x00','\x55','\xfc','\x91','\x24','\x11','\xfc','\x11','\x24','\x11','\xfc','\x10','\x00','\x13','\xfe','\x10','\x00','\x13','\xfc','\x12','\x04','\x12','\x04','\xfb','\xfc','\x12','\x00','\x32','\x18','\x3a','\xe0','\x56','\x38','\x52','\xe0','\x92','\x3c','\x13','\xe0','\x12','\x22','\x14','\x22','\x14','\x1e','\x18','\x00','\x20','\x08','\x20','\x68','\x79','\x88','\x48','\x88','\x90','\xaa','\x7c','\xac','\x55','\xe8','\x54','\xa8','\x7c','\x88','\x55','\xc8','\x56','\xa8','\x7c','\x88','\x00','\x94','\xaa','\x94','\xaa','\x94','\x00','\xa2','\x01','\x00','\x26','\x38','\x14','\x08','\x14','\x08','\x87','\x38','\x44','\x08','\x44','\x08','\x17','\xf8','\x12','\x00','\x27','\xfc','\xe8','\x04','\x25','\x54','\x25','\x54','\x28','\x04','\x20','\x28','\x00','\x10','\x10','\x04','\x08','\x04','\xff','\x84','\x80','\xa4','\x09','\x24','\x7f','\x24','\x08','\x24','\x7f','\x24','\x08','\x24','\xff','\xa4','\x08','\x24','\x7f','\x24','\x41','\x04','\x41','\x04','\x7f','\x14','\x41','\x08','\x00','\x00','\x03','\xf8','\x7a','\x08','\x4b','\xf8','\x4a','\x08','\x4b','\xf8','\x49','\x00','\x4b','\xfc','\x4c','\x44','\x4a','\x44','\x7a','\xa4','\x4a','\x04','\x03','\xf4','\x00','\x04','\x00','\x28','\x00','\x10','\x10','\x40','\x10','\x40','\x10','\xa0','\x11','\x10','\x1a','\x08','\x54','\x06','\x53','\xf8','\x50','\x00','\x90','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x10','\x08','\x10','\x3c','\x11','\xe0','\x10','\x20','\xfc','\x20','\x13','\xfe','\x10','\x20','\x14','\x20','\x18','\x20','\x31','\xfc','\xd1','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x51','\xfc','\x21','\x04','\x00','\x10','\x20','\x78','\x13','\xc0','\x10','\x40','\x80','\x40','\x47','\xfe','\x40','\x40','\x10','\x40','\x10','\x40','\x23','\xf8','\xe2','\x08','\x22','\x08','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x00','\x00','\x23','\xf8','\x12','\x08','\x13','\xf8','\x82','\x08','\x43','\xf8','\x49','\x00','\x0b','\xfc','\x14','\x04','\x12','\x24','\xe3','\xd4','\x22','\x14','\x21','\xf4','\x20','\x04','\x20','\x28','\x00','\x10','\x00','\x00','\x23','\xf8','\x12','\x08','\x13','\xc8','\x82','\x48','\x4f','\xfe','\x48','\x02','\x13','\xf8','\x12','\x08','\x23','\xf8','\xe2','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\x22','\x28','\x02','\x10','\x08','\x20','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x00','\x1f','\xfc','\x21','\x04','\x52','\x84','\x94','\x44','\x10','\x04','\x1f','\xa8','\x00','\x10','\x20','\x00','\x13','\xf8','\x02','\x08','\xf3','\xf8','\x12','\x08','\x23','\xf8','\x21','\x00','\x6b','\xfc','\xb4','\x44','\x2a','\x44','\x22','\xa4','\x22','\x04','\x23','\xf4','\x20','\x04','\x20','\x28','\x20','\x10','\x20','\x40','\x20','\x20','\x23','\xfe','\xfa','\x02','\x24','\x24','\xf9','\xfc','\xa8','\x20','\xf9','\xfc','\xa8','\x20','\xfb','\xfe','\x20','\x20','\xf9','\xfc','\x21','\x04','\x21','\x04','\x21','\xfc','\x21','\x04','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\xff','\xfe','\x00','\x00','\x20','\x00','\x21','\xee','\x79','\x4a','\x49','\xea','\x91','\x2a','\x7d','\xe4','\x55','\x44','\x55','\x4a','\x7d','\xf0','\x54','\x00','\x54','\x10','\x7c','\xfe','\x00','\x10','\xaa','\x10','\xab','\xfe','\x00','\x00','\x00','\x20','\x00','\x20','\x78','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x4b','\xfe','\x48','\x20','\x48','\x20','\x48','\x20','\x78','\x20','\x48','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x11','\x08','\x11','\x08','\x17','\xfe','\x11','\x08','\xfd','\x08','\x10','\x00','\x38','\x90','\x34','\x92','\x51','\x14','\x53','\x18','\x95','\x10','\x11','\x32','\x11','\x52','\x11','\x12','\x11','\x0e','\x11','\x00','\x10','\x88','\x13','\xfe','\x10','\x88','\x10','\x00','\xfd','\xfc','\x10','\xa8','\x30','\xa8','\x3b','\xfe','\x54','\xa8','\x54','\xa8','\x91','\xfc','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x28','\x40','\x28','\x40','\xfe','\xfc','\x28','\x84','\x39','\x04','\x12','\xf4','\x7c','\x94','\x54','\x94','\x54','\xf4','\x7c','\x84','\x10','\x94','\xfe','\x88','\x10','\x82','\x10','\x82','\x10','\x7e','\x10','\x00','\x10','\x20','\x11','\x20','\x11','\x20','\x11','\xfc','\xfd','\x20','\x12','\x20','\x30','\x20','\x3b','\xfe','\x54','\x70','\x54','\xa8','\x90','\xa8','\x11','\x24','\x11','\x24','\x12','\x22','\x10','\x20','\x10','\x20','\x01','\x00','\x12','\x00','\x67','\xdc','\x44','\x44','\x44','\x44','\x47','\xc4','\x44','\x44','\x44','\x44','\x57','\xc4','\x60','\x1c','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x44','\x10','\x44','\x60','\x3c','\x01','\x00','\x7f','\xfe','\x49','\x22','\x97','\xd4','\x01','\x00','\x7f','\xfc','\x11','\x10','\x1f','\xf0','\x11','\x10','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xfa','\x01','\x02','\x00','\xfe','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x28','\x40','\x44','\x27','\xfe','\x20','\x40','\x87','\xfc','\x44','\x44','\x57','\xfc','\x14','\x44','\xe7','\xfc','\x24','\x44','\x24','\x44','\x24','\x54','\x04','\x08','\x04','\x40','\x08','\x20','\x18','\x50','\x24','\x88','\x03','\x00','\x0c','\xc0','\x30','\x30','\xc0','\x0e','\x1f','\xf0','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x11','\x10','\x09','\x20','\x7f','\xfc','\x10','\x88','\x10','\x50','\x28','\x00','\x25','\xfe','\x40','\x50','\xb9','\xfc','\x10','\x54','\x13','\xfe','\xfc','\x54','\x11','\xfc','\x94','\x50','\x58','\xd8','\x51','\x54','\x1e','\x52','\xe0','\x50','\x40','\x50','\x00','\x20','\x00','\x20','\x79','\x3c','\x49','\x20','\x49','\x20','\x4f','\xfe','\x48','\x00','\x48','\x20','\x4a','\xaa','\x4a','\x22','\x7b','\xfe','\x4a','\x72','\x02','\xaa','\x02','\x22','\x03','\xfe','\x00','\x02','\x00','\x40','\x7c','\x80','\x55','\xfc','\x55','\x04','\x55','\xfc','\x7d','\x04','\x55','\xfc','\x55','\x00','\x55','\xfe','\x7d','\x00','\x55','\xfe','\x10','\x02','\x12','\xaa','\x12','\xaa','\x12','\x02','\x10','\x0c','\x10','\x00','\x13','\xfe','\x10','\x20','\x10','\x20','\xfc','\x40','\x11','\xfc','\x31','\x04','\x39','\x04','\x55','\x04','\x55','\xfc','\x91','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\xf0','\x00','\x20','\x06','\x40','\x01','\x80','\xff','\xfe','\x02','\x82','\x04','\x84','\x08','\x80','\x30','\x80','\xc2','\x80','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\xff','\xfe','\x01','\x00','\xf9','\x3c','\x09','\x04','\x0d','\x44','\x0b','\x84','\x79','\x3c','\x41','\x20','\x47','\xe0','\x41','\x20','\x79','\x3c','\x0b','\x84','\x0d','\x44','\x09','\x04','\x09','\x04','\x51','\x28','\x21','\x10','\x00','\x04','\x01','\x04','\x01','\x04','\x21','\x24','\x11','\x24','\x0a','\x24','\x0a','\x24','\x04','\x24','\x04','\x24','\x0a','\x24','\x0a','\x24','\x11','\x24','\x21','\x04','\x40','\x04','\x80','\x14','\x00','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x02','\x04','\x42','\x44','\x24','\x44','\x14','\x44','\x08','\x44','\x08','\x44','\x14','\x44','\x24','\x04','\x42','\x04','\x82','\x14','\x00','\x08','\x00','\x00','\xff','\xfe','\x04','\x00','\x04','\x00','\x04','\x00','\x07','\xe0','\x08','\x20','\x0a','\x20','\x09','\x20','\x09','\x20','\x08','\x20','\x10','\x22','\x13','\x22','\x1c','\x22','\x10','\x1e','\x00','\x00','\x10','\x40','\x10','\x40','\x10','\x80','\xfe','\xfe','\x11','\x00','\x7e','\x00','\x44','\xfc','\x7c','\x08','\x44','\x10','\x7c','\x20','\x10','\x40','\xfe','\x80','\x11','\x02','\x11','\x02','\x10','\xfe','\x10','\x00','\x10','\x00','\x17','\xfc','\x14','\x04','\x24','\x04','\x24','\x04','\x67','\xfc','\x60','\x00','\xa2','\x48','\x22','\x48','\x22','\x48','\x22','\x48','\x22','\x48','\x22','\x4a','\x24','\x4a','\x24','\x4a','\x28','\x06','\x00','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3e','\x08','\x00','\x08','\x00','\xfe','\x7e','\x08','\x14','\x48','\x14','\x28','\x14','\x08','\x14','\x2a','\x24','\x12','\x24','\x02','\x43','\xfe','\x80','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x44','\x42','\x9f','\xf4','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x08','\x20','\x13','\x10','\x20','\x88','\xc0','\x46','\x06','\x00','\x01','\x80','\x00','\x40','\x00','\x04','\x7f','\x04','\x08','\x04','\x08','\x24','\x08','\x24','\x08','\x24','\x08','\x24','\xff','\xa4','\x08','\x24','\x08','\x24','\x08','\x24','\x08','\x24','\x08','\x04','\x08','\x04','\x08','\x14','\x08','\x08','\x22','\x20','\x22','\x20','\xff','\x20','\x22','\x20','\x3e','\xfc','\x22','\x24','\x3e','\x24','\x22','\x24','\x22','\x24','\xff','\x24','\x40','\x24','\x54','\x44','\x62','\x44','\x40','\x84','\x7f','\x28','\x02','\x10','\x20','\x20','\x20','\x20','\x3f','\x20','\x48','\x20','\x88','\xfc','\x7f','\x24','\x14','\x24','\x22','\x24','\x7f','\x24','\xa4','\x24','\x3f','\x24','\x24','\x24','\x3f','\x44','\x24','\x44','\x3f','\xa8','\x21','\x10','\x01','\x00','\x11','\x10','\x09','\x20','\x3f','\xf8','\x02','\x00','\x7f','\xfc','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc0','\x26','\x00','\x20','\x0f','\xe0','\x08','\x00','\x08','\x08','\x08','\x08','\x07','\xf8','\x01','\x00','\x01','\x00','\xf3','\xf0','\x94','\x10','\x98','\x20','\x97','\xfc','\x94','\x04','\x94','\xa4','\x95','\x14','\x94','\x44','\xf0','\x40','\x9f','\xfe','\x00','\xa0','\x01','\x10','\x02','\x08','\x0c','\x06','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\x10','\xf8','\xfc','\x88','\x10','\xf8','\x10','\x88','\x10','\x88','\x13','\xfe','\x11','\x00','\x1d','\x48','\xe1','\x84','\x41','\x00','\x01','\xfe','\x00','\x00','\x04','\x00','\x04','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x00','\x10','\x10','\x10','\xfe','\xfe','\x22','\x24','\x64','\x64','\x18','\x18','\x24','\x34','\xc2','\xc2','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xf0','\x00','\x00','\x00','\x00','\x7f','\xfc','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x44','\x08','\x44','\x10','\x44','\x60','\x3c','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x00','\x10','\x00','\x1f','\xf8','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\xbf','\xfc','\x08','\x20','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x42','\x18','\x42','\xe0','\x3e','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x10','\x20','\x10','\x20','\x10','\x50','\xfe','\x50','\x10','\x88','\x7d','\x04','\x46','\xfa','\x7c','\x20','\x44','\x20','\x7c','\x20','\x11','\xfc','\xfe','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x01','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x00','\x28','\x00','\x24','\x3f','\xfe','\x20','\x20','\x2f','\xa4','\x20','\x24','\x2f','\xa8','\x28','\x98','\x28','\x92','\x4f','\xaa','\x40','\x46','\x80','\x82','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x10','\x00','\x11','\xfc','\x11','\x24','\x13','\xfe','\x19','\x24','\x55','\xfc','\x50','\x00','\x51','\xfc','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x10','\x88','\x11','\x04','\x20','\x14','\x20','\x12','\x27','\xfe','\x24','\x10','\x35','\xd0','\xac','\x14','\xa5','\xd4','\xa5','\x58','\xa5','\xca','\x24','\x16','\x24','\x42','\x28','\x24','\x22','\xa2','\x22','\x8a','\x24','\x78','\x20','\x00','\x10','\x80','\x10','\x80','\x11','\xf8','\x12','\x08','\xfc','\x10','\x13','\xfe','\x12','\x02','\x1a','\x52','\x32','\x8a','\xd2','\x22','\x10','\x20','\x17','\xfe','\x10','\x50','\x10','\x88','\x51','\x04','\x26','\x02','\x00','\x20','\x7e','\x20','\x02','\x20','\x04','\x3e','\xff','\x44','\x22','\x44','\x22','\x44','\x3e','\xa4','\x22','\x28','\x3e','\x28','\x22','\x10','\x22','\x10','\x2f','\x28','\xf2','\x28','\x42','\x44','\x02','\x82','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\xfd','\xfe','\x10','\x88','\x30','\x88','\x38','\x88','\x54','\x88','\x54','\xf8','\x90','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\xf8','\x10','\x88','\x10','\x00','\x13','\xfe','\x10','\x00','\x10','\x00','\xfd','\xfc','\x11','\x04','\x31','\x04','\x39','\xfc','\x55','\x04','\x55','\x04','\x91','\xfc','\x11','\x04','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x00','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x02','\xfc','\x04','\x11','\xf8','\x31','\x08','\x39','\x08','\x55','\xf8','\x55','\x00','\x91','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x08','\x20','\x08','\x20','\xff','\x20','\x08','\x7e','\x08','\x42','\x7e','\x84','\x00','\x10','\x7e','\x10','\x00','\x10','\xff','\x10','\x08','\x28','\x4a','\x28','\x49','\x48','\x89','\x44','\x28','\x84','\x11','\x02','\x20','\x20','\x20','\x20','\x3f','\x20','\x48','\x3e','\x88','\x22','\x7f','\x44','\x14','\x50','\x22','\x90','\x7f','\x10','\xa4','\x10','\x3f','\x10','\x24','\x28','\x3f','\x28','\x24','\x44','\x3f','\x44','\x20','\x82','\x00','\x00','\x20','\x00','\x13','\xfc','\x10','\x40','\x80','\x40','\x40','\x40','\x48','\x40','\x08','\x40','\x17','\xfe','\x10','\x40','\xe0','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x01','\x10','\x21','\x10','\x17','\xfe','\x11','\x10','\x81','\xf0','\x40','\x40','\x4b','\xf8','\x0a','\x48','\x13','\xf8','\x10','\x40','\xe7','\xfc','\x20','\x40','\x2f','\xfe','\x20','\xa0','\x21','\x10','\x06','\x0c','\x00','\x00','\x27','\xbc','\x14','\xa4','\x17','\xbc','\x84','\xa4','\x47','\xbc','\x44','\x04','\x15','\xf4','\x15','\x14','\x25','\xf4','\xe5','\x14','\x25','\xf4','\x25','\x14','\x24','\x04','\x24','\x14','\x04','\x08','\x01','\x00','\x21','\x00','\x13','\xfc','\x14','\x40','\x80','\x80','\x4f','\xfe','\x41','\x20','\x12','\x10','\x17','\xfc','\x2a','\x20','\xe3','\xfc','\x22','\x20','\x23','\xfc','\x22','\x20','\x23','\xfe','\x02','\x00','\x00','\x00','\x03','\xfc','\xfa','\x94','\x22','\x94','\x23','\xfc','\x20','\x00','\xfb','\xfe','\x20','\x00','\x23','\xfc','\x22','\x04','\x23','\xfc','\x38','\xa2','\xe1','\x14','\x43','\x08','\x0d','\x44','\x01','\x82','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x7f','\xfe','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x0f','\xf0','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x0f','\xf0','\x08','\x10','\x00','\x00','\x3f','\x20','\x24','\x20','\x3f','\x3e','\x21','\x40','\x3f','\x50','\x24','\x88','\x3f','\x08','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x00','\xf8','\x7f','\x00','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x04','\x00','\x08','\x00','\x1f','\xf0','\x28','\x10','\x4f','\xf0','\x88','\x10','\x0f','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xe4','\x10','\x20','\x1f','\xe0','\x10','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3e','\x7c','\x22','\x44','\x3e','\x7c','\x22','\x44','\x3e','\x7c','\x20','\x04','\x27','\xe4','\x24','\x24','\x27','\xe4','\x24','\x24','\x27','\xf4','\x20','\x08','\x10','\x1e','\x13','\xe0','\x20','\x44','\x25','\x24','\x44','\x88','\xf9','\xfc','\x10','\x40','\x20','\x40','\x4b','\xfe','\xfc','\x80','\x04','\xfc','\x01','\x44','\x55','\x28','\x56','\x10','\x80','\x68','\x01','\x86','\x08','\x00','\x08','\x00','\x10','\x00','\x1f','\xf8','\x21','\x00','\x41','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x08','\x10','\x20','\x10','\x20','\x10','\x50','\xfe','\x88','\x11','\x06','\x7c','\x00','\x45','\xdc','\x7c','\x44','\x45','\x54','\x7c','\xcc','\x10','\x44','\xfe','\xcc','\x11','\x54','\x10','\x44','\x11','\x54','\x10','\x88','\x00','\x00','\x3d','\xfc','\x24','\x20','\x24','\x20','\x24','\x20','\x3c','\x20','\x24','\x20','\x27','\xfe','\x24','\x20','\x3c','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x44','\x20','\x54','\x20','\x88','\x20','\x10','\x08','\x23','\xe8','\x7a','\x88','\x4b','\xee','\x6a','\x28','\x5b','\xf4','\x4a','\x82','\xfb','\xe2','\x48','\x00','\x49','\xfc','\x69','\x54','\x59','\x54','\x49','\x54','\x49','\x54','\x4f','\xfe','\x98','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x3f','\xfc','\x20','\x04','\x40','\x08','\x1f','\xe0','\x00','\x00','\x7f','\xfc','\x04','\x40','\x04','\x40','\x08','\x44','\x10','\x44','\x60','\x3c','\x20','\x00','\x20','\x7c','\x3f','\x44','\x48','\x44','\x88','\x7c','\x7f','\x44','\x14','\x44','\x22','\x7c','\x7f','\x44','\xa4','\x44','\x3f','\x7c','\x24','\x28','\x3f','\x28','\x24','\x4a','\x3f','\x4a','\x20','\x86','\x20','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x01','\xfc','\x7d','\x24','\x01','\xfc','\x7d','\x24','\x01','\xfc','\x7c','\x20','\x44','\x70','\x44','\xa8','\x45','\x24','\x7e','\x22','\x44','\x20','\x00','\x20','\x00','\x00','\x1f','\xf0','\x11','\x10','\xff','\xfe','\x11','\x10','\x1f','\xf0','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x00','\x00','\x47','\xfc','\x24','\xa4','\x27','\xfc','\x00','\x00','\x0f','\xfe','\xe0','\x00','\x23','\xf8','\x22','\x08','\x23','\xf8','\x21','\x44','\x23','\x28','\x2d','\x90','\x51','\x08','\x8f','\xfe','\x00','\x00','\x20','\x08','\x23','\xe8','\x52','\x88','\x4b','\xee','\x82','\x28','\x7b','\xf4','\x22','\x82','\x23','\xe2','\xf8','\x00','\x21','\xfc','\x29','\x54','\xb1','\x54','\x61','\x54','\x39','\x54','\xe7','\xfe','\x00','\x00','\x00','\x00','\x7c','\xf8','\x44','\x88','\x7c','\xf8','\x44','\x88','\x7c','\xf8','\x40','\x08','\x4f','\xc8','\x48','\x48','\x4f','\xc8','\x48','\x48','\x4f','\xc8','\x48','\x48','\x40','\x08','\x40','\x28','\x40','\x10','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7d','\x7c','\x41','\x04','\x41','\x04','\x5f','\xf4','\x41','\x04','\x43','\x84','\x45','\x44','\x49','\x24','\x51','\x14','\x41','\x04','\x41','\x14','\x40','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x44','\x44','\x42','\x84','\x4f','\xe4','\x41','\x04','\x5f','\xf4','\x41','\x04','\x42','\x84','\x44','\x44','\x48','\x24','\x40','\x0c','\x00','\x40','\x7c','\x40','\x44','\x7c','\x48','\x84','\x49','\x08','\x52','\x10','\x49','\x3e','\x49','\x22','\x45','\x22','\x45','\x22','\x45','\x3e','\x69','\x22','\x51','\x22','\x41','\x22','\x41','\x3e','\x41','\x22','\x10','\x20','\x10','\x20','\x10','\xfc','\xfe','\x44','\x11','\xfe','\x7c','\x00','\x44','\xfc','\x7c','\x84','\x44','\xfc','\x7c','\x10','\x10','\xfc','\xfe','\x10','\x10','\x90','\x10','\xfe','\x10','\x10','\x10','\x10','\x08','\x20','\x08','\x10','\x14','\xfe','\x12','\x82','\x29','\x04','\x7e','\x7c','\xa2','\x44','\x3e','\x44','\x22','\x7c','\x3e','\x40','\x20','\x40','\x28','\x7e','\x24','\x42','\x2a','\x42','\x32','\x7e','\x20','\x42','\x10','\x20','\x10','\x10','\x29','\xfe','\x45','\x02','\x82','\x00','\x7c','\xf8','\x10','\x88','\x10','\x88','\xfe','\xf8','\x10','\x80','\x10','\x80','\x7c','\xfc','\x44','\x84','\x44','\x84','\x7c','\xfc','\x44','\x84','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x7f','\xe0','\x02','\x20','\x12','\x20','\x0a','\x20','\x04','\x20','\x04','\x20','\x0a','\x20','\x09','\x22','\x11','\x22','\x20','\x22','\x40','\x1e','\x80','\x00','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x0a','\x20','\x31','\x18','\xc1','\x06','\x0f','\xe0','\x00','\x40','\x00','\x80','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x3f','\xfc','\x20','\x00','\x2f','\xf8','\x20','\x80','\x20','\x80','\x3f','\xfe','\x20','\x80','\x40','\x80','\x40','\x80','\x80','\x80','\x00','\x80','\x41','\x04','\x7f','\xfc','\x22','\x08','\x11','\x10','\x3f','\xfc','\x20','\x00','\x2e','\x20','\x22','\x3c','\x3f','\xa8','\x29','\x48','\x2f','\x28','\x29','\x28','\x2f','\x10','\x49','\xd0','\x7f','\x28','\x81','\x44','\x00','\x00','\x00','\x00','\xfd','\xfc','\x10','\x00','\x10','\x00','\x10','\x00','\x13','\xfe','\x7c','\x90','\x10','\x90','\x10','\x90','\x10','\x90','\x10','\x90','\x1d','\x12','\xe1','\x12','\x42','\x0e','\x04','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x93','\xf8','\x52','\x08','\x53','\xf8','\x10','\x00','\x37','\xbc','\x54','\xa4','\x97','\xbc','\x10','\x40','\x24','\x44','\x24','\x44','\x47','\xfc','\x80','\x04','\x00','\x00','\x03','\xf8','\x7a','\x08','\x4a','\x08','\x4b','\xf8','\x7a','\x08','\x4a','\x08','\x4b','\xf8','\x7a','\x44','\x4a','\x48','\x4a','\x30','\x4a','\x20','\x7a','\x10','\x4a','\x88','\x03','\x06','\x02','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x7f','\xfc','\x04','\x00','\x04','\x00','\x0f','\xf8','\x18','\x08','\x28','\x08','\xc8','\x08','\x0f','\xf8','\x08','\x08','\x00','\x00','\xee','\x7c','\x22','\x00','\xaa','\x00','\x66','\x00','\xaa','\xfe','\x22','\x50','\x10','\x50','\x7e','\x50','\x42','\x50','\x42','\x50','\x7e','\x52','\x42','\x52','\x42','\x92','\x7e','\x8e','\x43','\x00','\x3f','\xfe','\x22','\x50','\x24','\x88','\x2d','\xfe','\x36','\x90','\x24','\xfc','\x24','\x90','\x24','\xfe','\x20','\x00','\x27','\xfc','\x24','\x04','\x27','\xfc','\x44','\x04','\x47','\xfc','\x82','\x08','\x04','\x04','\x00','\x00','\x3f','\xfe','\x20','\x00','\x22','\x50','\x22','\x48','\x24','\xfe','\x24','\x90','\x2d','\x90','\x36','\xfe','\x24','\x90','\x24','\x90','\x24','\xfe','\x24','\x90','\x44','\x90','\x44','\xfe','\x84','\x80','\x00','\x00','\x7c','\xfe','\x00','\x10','\x00','\x20','\x00','\xfc','\xfe','\x84','\x28','\x84','\x28','\xfc','\x28','\x84','\x28','\xfc','\x28','\x84','\x2a','\x84','\x4c','\xfc','\x48','\x48','\x80','\x84','\x01','\x02','\x10','\x00','\x08','\xfe','\x7f','\x10','\x22','\x20','\x14','\x7c','\x7f','\x44','\x44','\x44','\x48','\x7c','\x52','\x44','\x44','\x7c','\x48','\x44','\x51','\x44','\x42','\x7c','\x44','\x00','\x88','\x28','\x30','\x44','\x00','\x00','\x7f','\x7e','\x44','\x10','\x48','\x20','\x5f','\x7c','\x51','\x44','\x5f','\x44','\x51','\x7c','\x5f','\x44','\x44','\x7c','\x56','\x44','\x55','\x44','\x65','\x7c','\x45','\x00','\x94','\x28','\x08','\x44','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\xff','\xfe','\x00','\x00','\x08','\x40','\x08','\x40','\x08','\x40','\x17','\xfe','\x10','\x40','\x30','\x40','\x30','\x40','\x57','\xf8','\x92','\x08','\x12','\x08','\x11','\x10','\x10','\xa0','\x10','\x40','\x10','\xa0','\x11','\x18','\x16','\x06','\x04','\x00','\x04','\x00','\x0f','\xf0','\x10','\x10','\x20','\x20','\x5f','\xfc','\x10','\x00','\x13','\xf0','\x12','\x10','\x12','\x10','\x12','\x50','\x12','\x20','\x22','\x04','\x22','\x04','\x41','\xfc','\x80','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x00','\x00','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x01','\x20','\x01','\x10','\xff','\xfe','\x02','\x80','\x0c','\x60','\x30','\x18','\xc0','\x06','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x08','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\xff','\xfe','\x08','\x20','\x11','\x10','\x21','\x08','\xcf','\xe6','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x3f','\xf8','\x02','\x80','\x04','\x40','\x08','\x20','\xff','\xfe','\x00','\x10','\x00','\x10','\x1f','\x90','\x10','\x90','\x10','\x90','\x1f','\x90','\x00','\x10','\x00','\x50','\x00','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x11','\xfc','\xfc','\x00','\x25','\xfc','\x25','\x04','\x25','\xfc','\x24','\x88','\x4b','\xfe','\x28','\x00','\x11','\xfc','\x29','\x04','\x45','\x04','\x85','\xfc','\x01','\x04','\x02','\x00','\x01','\x00','\x7f','\xfe','\x42','\x02','\x82','\x04','\x3f','\xf8','\x04','\x80','\x08','\x40','\xff','\xfe','\x00','\x10','\x1f','\x90','\x10','\x90','\x10','\x90','\x1f','\x90','\x00','\x50','\x00','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x54','\x20','\x54','\x20','\x54','\x20','\x55','\xfc','\x54','\x84','\x54','\x88','\x54','\x48','\x5c','\x50','\x64','\x20','\x00','\x50','\x01','\x88','\x06','\x06','\x18','\x18','\x06','\x60','\x01','\x80','\x06','\x60','\x3a','\x18','\x02','\x00','\xff','\xfe','\x04','\x80','\x08','\x80','\x1f','\xf8','\x28','\x88','\x48','\x88','\x88','\xa8','\x08','\x90','\x00','\x80','\x00','\x80','\x11','\x10','\x21','\x20','\x45','\x44','\x79','\x78','\x11','\x10','\x25','\x24','\x7d','\x7c','\x15','\x24','\x11','\x10','\xff','\xfe','\x10','\x80','\x10','\x88','\x28','\x52','\x24','\x22','\x40','\x5a','\x81','\x86','\x00','\x00','\x3f','\xf0','\x00','\x10','\x00','\x10','\x3f','\xf0','\x20','\x00','\x20','\x04','\x20','\x04','\x1f','\xfc','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x00','\x13','\xfe','\x12','\x22','\x10','\x20','\xfd','\xfe','\x10','\x20','\x11','\xfc','\x15','\x24','\x19','\xfc','\x31','\x24','\xd1','\xfc','\x10','\x20','\x13','\xfe','\x10','\x20','\x50','\x20','\x20','\x20','\x10','\x00','\x11','\xf0','\x11','\x10','\x11','\x10','\xfd','\x10','\x11','\x10','\x31','\x10','\x39','\x10','\x55','\x10','\x55','\x10','\x91','\x10','\x11','\x12','\x11','\x12','\x12','\x12','\x12','\x0e','\x14','\x00','\x21','\x00','\x11','\x00','\x11','\xfe','\x02','\x00','\xfc','\x88','\x21','\xfc','\x20','\x88','\x3c','\xf8','\x24','\x88','\x24','\xf8','\x24','\x88','\x24','\x88','\x27','\xfe','\x44','\x50','\x54','\x88','\x89','\x04','\x00','\x00','\x7d','\xfc','\x44','\x20','\x44','\x20','\x7d','\x20','\x45','\x20','\x45','\xfe','\x7c','\x20','\x40','\x20','\x48','\x30','\x44','\x50','\x4a','\x50','\x52','\x92','\x60','\x92','\x41','\x0e','\x02','\x00','\x22','\x00','\x22','\x7c','\x7f','\x44','\x22','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x44','\x22','\x7c','\x22','\x44','\xff','\x44','\x04','\x84','\x22','\x84','\x41','\x14','\x82','\x08','\x11','\x08','\x11','\x08','\x13','\xfc','\x11','\x08','\xfd','\x08','\x11','\xf8','\x31','\x08','\x39','\x08','\x55','\xf8','\x51','\x08','\x91','\x08','\x17','\xfe','\x10','\x00','\x10','\x90','\x11','\x08','\x12','\x04','\x02','\x00','\x01','\x00','\x7f','\xfc','\x10','\x10','\x3f','\xf8','\x01','\x08','\x11','\x10','\xff','\xfe','\x11','\x10','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x01','\x00','\x11','\x24','\x11','\x24','\x12','\xaa','\x13','\xae','\xf9','\x24','\x12','\xaa','\x33','\xae','\x39','\x24','\x57','\xfe','\x51','\x10','\x91','\x14','\x11','\x14','\x12','\x8a','\x12','\x4a','\x12','\x16','\x14','\x22','\x08','\x00','\x09','\xfc','\x48','\x04','\x48','\xfc','\x48','\x04','\x49','\xfc','\x48','\x00','\x4b','\xfe','\x4a','\x22','\x48','\x20','\x49','\xfc','\x09','\x24','\x11','\x24','\x11','\x34','\x21','\x28','\x40','\x20','\x10','\x00','\x08','\x78','\x7f','\x48','\x22','\x48','\x14','\x48','\xff','\x86','\x10','\x00','\x29','\xfc','\xce','\x44','\x14','\x44','\x26','\x28','\xcd','\x28','\x15','\x10','\x24','\x28','\xd4','\x44','\x09','\x82','\x10','\x00','\x10','\x00','\x3f','\xfc','\x20','\x00','\x4f','\xf0','\x80','\x00','\x3f','\xf0','\x00','\x10','\x00','\x90','\x30','\x90','\x0d','\x10','\x02','\x10','\x05','\x0a','\x18','\x8a','\x60','\x46','\x00','\x02','\x01','\x00','\x21','\x00','\x11','\xfc','\x12','\x00','\x84','\x00','\x41','\xf8','\x48','\x00','\x08','\x00','\x13','\xf8','\x10','\x08','\xe0','\x08','\x20','\x08','\x20','\x0a','\x20','\x0a','\x20','\x06','\x00','\x02','\x11','\x10','\x21','\x20','\x45','\x44','\x79','\x78','\x11','\x10','\x25','\x24','\x7d','\x7c','\x05','\x24','\x01','\x10','\xff','\xfe','\x00','\x80','\x7c','\x88','\x54','\x52','\x7c','\x22','\x54','\x5a','\x7d','\x86','\x20','\x08','\x10','\x1c','\x11','\xe0','\xf9','\x00','\x09','\x00','\x11','\x00','\x11','\xfe','\x39','\x10','\x55','\x10','\x95','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x12','\x10','\x12','\x10','\x14','\x10','\x00','\x70','\x1f','\x80','\x01','\x00','\x01','\x00','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xcf','\xe6','\x00','\x40','\x00','\x80','\xff','\xfe','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x09','\x84','\x1c','\x68','\xf0','\x30','\x10','\xc8','\x13','\x04','\xfc','\x40','\x13','\xfe','\x38','\xa0','\x35','\x20','\x53','\xfc','\x55','\x24','\x91','\x24','\x11','\x34','\x11','\x28','\x10','\x20','\x10','\x20','\x10','\x00','\x10','\x00','\x21','\xf8','\x24','\x08','\x44','\x08','\xf8','\x08','\x10','\x08','\x21','\xf8','\x49','\x08','\xfd','\x00','\x05','\x00','\x01','\x00','\x55','\x02','\x55','\x02','\x80','\xfe','\x00','\x00','\x12','\x10','\x1a','\x90','\x2a','\x90','\x4f','\xa0','\x80','\x3e','\x1f','\xc4','\x24','\x24','\x68','\xa4','\xaf','\x24','\x22','\x28','\x24','\xa8','\x3f','\xd0','\x22','\x28','\x2a','\xa8','\x32','\x44','\x26','\x82','\x10','\x00','\x10','\xfc','\x10','\x84','\x7c','\x84','\x10','\xfc','\x10','\x84','\x10','\x84','\xfe','\xfc','\x10','\x84','\x10','\x84','\x10','\xfc','\x28','\x50','\x24','\x50','\x44','\x92','\x80','\x92','\x01','\x0e','\x20','\x00','\x10','\x00','\x10','\xfc','\xfe','\x04','\x00','\x04','\x7c','\x04','\x00','\x04','\x7c','\xfc','\x00','\x84','\x7c','\x80','\x44','\x80','\x44','\x80','\x44','\x82','\x7c','\x82','\x44','\x7e','\x00','\x00','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x08','\x00','\x08','\x00','\x08','\xf8','\x7e','\x08','\x08','\x08','\x08','\x08','\xfe','\xf8','\x08','\x88','\x28','\x80','\x28','\x80','\x2e','\x84','\x28','\x84','\x28','\x7c','\x58','\x00','\x4f','\xfe','\x80','\x00','\x10','\x80','\x10','\x80','\x10','\x80','\xfc','\x80','\x13','\xf0','\x7c','\x90','\x54','\x90','\x7c','\x90','\x54','\x90','\x7c','\x90','\x10','\x90','\xfe','\x92','\x11','\x12','\x11','\x12','\x12','\x0e','\x14','\x00','\x10','\x00','\x13','\xfe','\x92','\x22','\x54','\x20','\x5b','\xfe','\x10','\x20','\xfd','\xfc','\x29','\x24','\x29','\xfc','\x29','\x24','\x29','\xfc','\x28','\x20','\x2b','\xfe','\x4c','\x20','\x48','\x20','\x80','\x20','\x08','\x00','\x08','\x78','\x14','\x48','\x12','\x48','\x29','\x48','\x7e','\x48','\xa2','\x48','\x3e','\x48','\x22','\x48','\x3e','\x48','\x20','\x48','\x28','\x4a','\x24','\x4a','\x2a','\x8a','\x32','\x86','\x21','\x00','\x00','\x20','\x7e','\x20','\x49','\xfc','\x7e','\x20','\x48','\x50','\x7e','\x88','\x49','\xfe','\x48','\x08','\x7e','\xe8','\x02','\xa8','\xaa','\xa8','\xaa','\xe8','\xaa','\xa8','\x82','\x08','\x14','\x28','\x08','\x10','\x02','\x00','\x04','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x22','\x08','\x22','\x08','\x3f','\xf8','\x05','\x10','\x09','\x20','\x09','\x48','\x11','\x7c','\x21','\x02','\x41','\x02','\x80','\xfe','\x04','\x00','\x0f','\xe0','\x10','\x40','\x3f','\xf0','\x51','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xfa','\x01','\x02','\x00','\xfe','\x08','\x40','\x0a','\x40','\x09','\x40','\x17','\xf8','\x10','\x88','\x30','\x90','\x30','\xfc','\x51','\x04','\x91','\x08','\x13','\xfe','\x12','\x02','\x14','\x2a','\x1a','\xaa','\x12','\x82','\x14','\x14','\x10','\x08','\x11','\x10','\x17','\xfe','\x10','\x40','\x23','\xfc','\x20','\x40','\x67','\xfe','\xa0','\x80','\x27','\x28','\x21','\x24','\x2f','\xfe','\x21','\x20','\x21','\xa4','\x2f','\x1a','\x21','\x12','\x27','\x6e','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x24','\x20','\x24','\x20','\x25','\xfc','\x24','\x84','\x48','\x88','\x28','\x48','\x10','\x50','\x28','\x20','\x44','\x50','\x81','\x88','\x06','\x06','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\xff','\xfe','\x00','\x00','\x10','\x28','\x1e','\x24','\x10','\x24','\x7f','\x20','\x51','\x2e','\x5c','\xf0','\x72','\x20','\x4e','\x24','\x40','\x24','\x4a','\x28','\x6a','\xa8','\x5b','\x10','\x4a','\x12','\x8f','\x2a','\x78','\x46','\x00','\x82','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x10','\x20','\x10','\x20','\x15','\xfc','\x18','\x84','\x30','\x88','\xd0','\x48','\x10','\x50','\x10','\x20','\x10','\x50','\x51','\x88','\x26','\x06','\x24','\x00','\x25','\x7c','\x26','\x04','\xf4','\xa8','\x23','\x90','\x20','\x7c','\x24','\x14','\x37','\x94','\xea','\x50','\x22','\x50','\x2f','\xdc','\x22','\x50','\x25','\x50','\x24','\xb0','\xa8','\x9e','\x41','\x00','\x22','\x20','\x22','\x20','\xff','\xa0','\x22','\x7e','\x22','\x42','\x3e','\x84','\x22','\x10','\x22','\x10','\x3e','\x10','\x22','\x10','\x22','\x28','\xff','\xa8','\x24','\x48','\x22','\x44','\x42','\x84','\x81','\x02','\x11','\x04','\x10','\x88','\x53','\xfe','\x50','\x20','\x7d','\xfc','\x50','\x20','\x93','\xfe','\x10','\x54','\x1d','\x92','\xf0','\x90','\x53','\xfe','\x10','\x90','\x10','\xd4','\x13','\x8a','\x10','\x96','\x11','\xa2','\x40','\x00','\x4d','\xfc','\x70','\x08','\x44','\x50','\x44','\x20','\x3d','\xfe','\x40','\x24','\x7c','\x28','\x90','\xa0','\x10','\xb8','\xfe','\xa0','\x10','\xa0','\x28','\xe0','\x25','\x20','\x45','\x1e','\x82','\x00','\x20','\x04','\x10','\x1e','\x11','\xf0','\xf9','\x10','\x09','\x10','\x11','\x10','\x11','\x10','\x39','\xfe','\x55','\x10','\x95','\x10','\x11','\x10','\x11','\x08','\x11','\x0a','\x11','\x4a','\x11','\x86','\x11','\x02','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x02','\x40','\x3c','\x50','\x08','\x48','\xff','\xfe','\x08','\x48','\x0e','\x50','\x78','\x24','\x08','\x54','\x19','\x8c','\x21','\x04','\x20','\x88','\x23','\xfe','\xf8','\x20','\xa9','\xfc','\xa8','\x20','\xab','\xfe','\xa8','\x54','\xf9','\x92','\xa0','\x90','\x23','\xfe','\x28','\x90','\x38','\xd4','\xeb','\x8a','\x40','\x96','\x01','\xa2','\x20','\x20','\x10','\x10','\x01','\xfe','\xfd','\x02','\x02','\x04','\x78','\xf8','\x00','\x88','\x78','\x88','\x00','\xf8','\x78','\x88','\x48','\x88','\x48','\xf8','\x48','\x88','\x78','\x88','\x4b','\xfe','\x00','\x00','\x21','\x04','\x10','\x88','\x03','\xfe','\xfc','\x20','\x01','\xfc','\x78','\x20','\x03','\xfe','\x78','\x54','\x01','\x92','\x78','\x90','\x4b','\xfe','\x48','\x90','\x48','\xd4','\x7b','\x8a','\x48','\x96','\x01','\xa2','\x11','\x00','\x11','\x00','\x11','\xfc','\x12','\x04','\xfc','\x44','\x11','\x54','\x14','\xe4','\x18','\x44','\x33','\xfc','\xd0','\x44','\x10','\xe4','\x11','\x54','\x12','\x44','\x10','\x44','\x50','\x14','\x20','\x08','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x1f','\xfc','\x22','\x04','\x52','\x44','\x8a','\x84','\x02','\x04','\x7f','\xf4','\x07','\x04','\x0a','\x84','\x12','\x44','\x62','\x14','\x02','\x08','\x28','\x80','\x28','\x80','\xfe','\xfe','\x29','\x02','\x3a','\x22','\x10','\xaa','\x7c','\x72','\x54','\x22','\x55','\xfe','\x7c','\x22','\x10','\x72','\xfe','\xaa','\x11','\x22','\x10','\x22','\x10','\x0a','\x10','\x04','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x80','\x00','\x80','\x79','\x00','\x49','\xfe','\x4a','\x00','\x4c','\x00','\x49','\xf8','\x48','\x08','\x48','\x10','\x48','\x60','\x78','\x80','\x49','\x00','\x02','\x02','\x02','\x02','\x01','\xfe','\x00','\x00','\x00','\x80','\x00','\x9e','\x7b','\xea','\x48','\x8a','\x49','\xca','\x48','\x8a','\x4b','\xea','\x48','\x92','\x48','\xa6','\x48','\x20','\x7b','\xfe','\x48','\x20','\x00','\x50','\x00','\x88','\x01','\x04','\x06','\x02','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x10','\x20','\x31','\xfc','\x38','\x00','\x54','\x00','\x55','\xfc','\x91','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x00','\x13','\xfc','\x10','\x48','\x10','\x30','\xfb','\xfe','\x10','\x52','\x30','\x94','\x3b','\x50','\x54','\x20','\x53','\xfe','\x92','\x52','\x12','\x8a','\x13','\x76','\x12','\x52','\x12','\x72','\x12','\x06','\x20','\x20','\x10','\x20','\x00','\x20','\xfb','\xfe','\x00','\x20','\x78','\x20','\x01','\xfc','\x78','\x00','\x00','\x00','\x79','\xfc','\x49','\x04','\x49','\x04','\x49','\x04','\x79','\x04','\x49','\xfc','\x01','\x04','\x00','\x20','\x00','\x20','\xfc','\x20','\x10','\x20','\x10','\x3e','\x20','\x20','\x3c','\x20','\x64','\x20','\x65','\xfc','\xa5','\x04','\x25','\x04','\x25','\x04','\x3d','\x04','\x25','\x04','\x21','\xfc','\x01','\x04','\x10','\x80','\x10','\x80','\x10','\x80','\x11','\xfc','\xfd','\x20','\x12','\x20','\x30','\x20','\x38','\x20','\x57','\xfe','\x54','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x00','\xf8','\x3f','\x00','\x01','\x00','\x7f','\xfc','\x09','\x20','\x11','\x10','\x22','\x88','\xc4','\x44','\x09','\x20','\x31','\x18','\xcb','\x26','\x05','\xc0','\x19','\x30','\x61','\x08','\x05','\x00','\x02','\x00','\x08','\x00','\x08','\x00','\x08','\x7c','\x7f','\x44','\x08','\x44','\x08','\x44','\x08','\x44','\xff','\xc4','\x10','\x44','\x10','\x44','\x24','\x44','\x42','\x54','\xff','\x48','\x41','\x40','\x00','\x40','\x00','\x40','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x88','\x04','\x0f','\xf0','\x10','\x20','\x2c','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x01','\x00','\x79','\x00','\x49','\x1e','\x4b','\x92','\x49','\x12','\x79','\x12','\x49','\x12','\x4f','\xd2','\x49','\x12','\x79','\x12','\x4a','\x1a','\x4a','\x94','\x4f','\xd0','\x4a','\x50','\x48','\x10','\x98','\x10','\x01','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfc','\x21','\x04','\x21','\x60','\x2f','\x88','\x21','\x08','\x20','\xf8','\x20','\x00','\x27','\xf8','\x24','\x00','\x3f','\xfe','\x44','\x00','\x47','\xf8','\x80','\x00','\x02','\x08','\x41','\x08','\x21','\x10','\x2f','\xfe','\x00','\x40','\x00','\x40','\xe4','\x44','\x24','\x44','\x24','\x44','\x27','\xfc','\x20','\x84','\x21','\x00','\x22','\x00','\x54','\x00','\x8f','\xfe','\x00','\x00','\x00','\x10','\x00','\x78','\x1f','\x80','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x1f','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\xff','\xfe','\x00','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x07','\xe0','\x08','\x20','\x08','\x20','\x10','\x40','\x20','\x40','\x40','\x80','\x00','\x80','\x01','\x40','\x02','\x40','\x04','\x20','\x08','\x10','\x30','\x08','\xc0','\x06','\x09','\x00','\x09','\x00','\x09','\x00','\x11','\x00','\x17','\xf0','\x31','\x10','\x31','\x10','\x51','\x10','\x91','\x10','\x11','\x10','\x11','\x10','\x12','\x12','\x12','\x12','\x14','\x12','\x18','\x0e','\x10','\x00','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x17','\xfe','\x30','\x40','\x30','\xe0','\x50','\xe0','\x91','\x50','\x11','\x50','\x12','\x48','\x14','\x44','\x18','\x42','\x10','\x40','\x10','\x40','\x10','\x40','\x00','\x00','\x3f','\xe0','\x08','\x20','\x08','\x20','\x08','\x40','\x08','\x40','\x0c','\xf8','\x0a','\x08','\x0a','\x08','\x09','\x10','\x11','\x10','\x10','\xa0','\x20','\x40','\x20','\xa0','\x43','\x18','\x8c','\x06','\x00','\x00','\x07','\xf8','\x79','\x08','\x49','\x10','\x49','\x10','\x49','\x20','\x49','\x3c','\x49','\x04','\x49','\x04','\x4a','\x88','\x7a','\x88','\x4a','\x50','\x04','\x20','\x04','\x50','\x08','\x88','\x03','\x06','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x02','\x00','\x04','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x00','\x00','\x7f','\xf0','\x00','\x10','\x00','\x10','\x00','\x10','\x3f','\xf0','\x20','\x00','\x20','\x00','\x40','\x00','\x7f','\xf8','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x50','\x00','\x20','\x08','\x00','\x0f','\xe0','\x10','\x20','\x20','\x40','\x5f','\xf8','\x00','\x08','\x00','\x08','\x1f','\xf8','\x00','\x08','\x00','\x08','\x3f','\xf8','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x10','\x40','\x14','\x40','\x12','\x40','\x10','\x80','\xfe','\xfe','\x11','\x08','\x10','\x88','\x92','\x88','\x54','\x88','\x10','\x50','\x38','\x50','\x54','\x20','\x92','\x50','\x10','\x88','\x51','\x04','\x22','\x02','\x10','\x00','\x13','\xfe','\x10','\x40','\x10','\x40','\xfc','\x80','\x10','\x80','\x31','\x00','\x39','\xfc','\x54','\x04','\x50','\x04','\x90','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x28','\x10','\x10','\x01','\x20','\x01','\x10','\x01','\x00','\x7f','\xfc','\x01','\x00','\x21','\x08','\x11','\x10','\x09','\xa0','\x03','\x40','\x05','\x20','\x09','\x10','\x11','\x08','\x61','\x06','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\x00','\x27','\xf8','\x11','\x08','\x11','\x10','\x81','\x10','\x41','\x20','\x49','\x3c','\x09','\x04','\x11','\x04','\x12','\x88','\xe2','\x88','\x22','\x50','\x24','\x20','\x24','\x50','\x28','\x88','\x03','\x06','\x00','\x80','\x20','\x40','\x10','\x40','\x10','\x00','\x87','\xfc','\x40','\x00','\x40','\x08','\x12','\x08','\x12','\x08','\x21','\x10','\xe1','\x10','\x21','\x10','\x21','\x20','\x20','\x20','\x2f','\xfe','\x00','\x00','\x04','\x00','\x04','\x00','\x0f','\xe0','\x10','\x40','\x20','\x80','\x03','\x60','\x0c','\x18','\x70','\x04','\x01','\x00','\x11','\x10','\x11','\x10','\x22','\xa0','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x28','\x00','\x24','\xfc','\x24','\x10','\x20','\x13','\xfe','\x10','\x20','\x11','\x20','\x7c','\xb2','\x10','\xb4','\x10','\x68','\x10','\xa8','\x11','\x24','\x1e','\x22','\xe0','\x20','\x40','\xa0','\x00','\x40','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x88','\x24','\x12','\x10','\x22','\x08','\x02','\x00','\x3f','\xe0','\x02','\x20','\x04','\x20','\x04','\x20','\x08','\x22','\x10','\x22','\x20','\x1e','\x40','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x08','\x00','\x3f','\x7c','\x21','\x04','\x3f','\x04','\x21','\x7c','\x3f','\x40','\x21','\x40','\x7f','\x7c','\x05','\x04','\x19','\x04','\xe5','\x28','\x02','\x10','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x80','\x00','\x3f','\xe0','\x08','\x20','\x08','\x40','\x0c','\x78','\x0a','\x08','\x12','\x10','\x11','\x20','\x20','\xc0','\x43','\x30','\x8c','\x0e','\x10','\x00','\x13','\xfc','\x20','\x84','\x24','\x88','\x44','\x88','\xf8','\x90','\x10','\x9c','\x20','\x84','\x49','\x44','\xfd','\x44','\x05','\x28','\x01','\x28','\xaa','\x10','\xaa','\x28','\x84','\x44','\x01','\x82','\x08','\x04','\x08','\x04','\x10','\x44','\x12','\x44','\x22','\x44','\x7c','\x44','\x08','\x44','\x10','\x44','\x24','\x4c','\x7e','\x54','\x02','\x64','\x00','\x44','\x52','\x04','\x49','\x04','\x89','\x04','\x00','\x04','\x10','\x20','\x10','\x20','\x20','\x50','\x24','\x88','\x45','\x04','\xfa','\x02','\x11','\xfc','\x20','\x00','\x48','\x00','\xfd','\xfc','\x05','\x04','\x01','\x04','\x55','\x04','\x55','\x04','\x81','\xfc','\x01','\x04','\x20','\x00','\x23','\xfc','\x22','\x04','\x22','\x04','\x22','\x04','\x22','\x04','\x22','\x04','\x23','\xfc','\x22','\x04','\x22','\x04','\x22','\x04','\x22','\x04','\x22','\x04','\x23','\xfc','\x22','\x04','\x20','\x00','\x01','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\x1f','\xf8','\x21','\x00','\x41','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x00','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x00','\x08','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x80','\x20','\x80','\x3f','\xfe','\x20','\x80','\x20','\x80','\x2f','\xf8','\x28','\x08','\x48','\x08','\x48','\x08','\x8f','\xf8','\x08','\x08','\x00','\x00','\x3f','\xf8','\x20','\x00','\x20','\x00','\x20','\x00','\x3f','\xf0','\x20','\x10','\x20','\x10','\x20','\x10','\x3f','\xf0','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x3f','\xfc','\x00','\x00','\x10','\x00','\x11','\xfe','\x11','\x00','\x11','\x00','\xfd','\x00','\x11','\xfc','\x11','\x04','\x15','\x04','\x19','\x04','\x31','\x04','\xd1','\xfc','\x11','\x00','\x11','\x00','\x11','\x00','\x51','\xfe','\x20','\x00','\x22','\x00','\x22','\x38','\x22','\x28','\xfb','\xa8','\x22','\xa8','\x22','\xa8','\x34','\xa8','\x26','\xaa','\xea','\xaa','\x22','\xaa','\x21','\x26','\x21','\x40','\x22','\x80','\x22','\x60','\xa4','\x1e','\x48','\x00','\x22','\x08','\x11','\x08','\x11','\x10','\x00','\x20','\xff','\xfe','\x08','\x20','\x10','\x10','\x20','\xe8','\xdf','\x06','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x05','\x00','\x02','\x00','\x23','\xfc','\x12','\x00','\x83','\xf8','\x4a','\x08','\x0a','\x08','\x13','\xf8','\xe2','\x00','\x23','\xfc','\x21','\x00','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x01','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfc','\x21','\x04','\x21','\x60','\x2f','\x88','\x21','\x08','\x20','\xf8','\x22','\x40','\x32','\x48','\x2a','\x48','\x2a','\x50','\x42','\x40','\x5f','\xfc','\x80','\x00','\x20','\x80','\x10','\x80','\x00','\x80','\xfd','\xfc','\x01','\x20','\x7a','\x20','\x00','\x20','\x78','\x20','\x03','\xfe','\x78','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x78','\x20','\x48','\x20','\x00','\x20','\x00','\x00','\x7d','\xfe','\x45','\x00','\x45','\x00','\x45','\x00','\x7d','\xfc','\x11','\x04','\x11','\x04','\x5d','\x04','\x51','\x04','\x51','\xfc','\x51','\x00','\x5d','\x00','\xe1','\x00','\x01','\xfe','\x00','\x00','\x10','\x00','\x11','\xfc','\x29','\x04','\x25','\x04','\x41','\xfc','\xb9','\x10','\x11','\x10','\x11','\xfe','\xfd','\x10','\x11','\x10','\x95','\x7c','\x59','\x44','\x51','\x44','\x1d','\x44','\xe1','\x7c','\x42','\x44','\x01','\x00','\x21','\x00','\x13','\xf0','\x12','\x10','\x84','\x20','\x4f','\xfc','\x54','\x44','\x14','\x44','\x17','\xfc','\x24','\x44','\xe4','\x44','\x27','\xfc','\x20','\x00','\x25','\x24','\x24','\x92','\x08','\x92','\x02','\x00','\x27','\xde','\x49','\x12','\x97','\xd2','\x21','\x12','\x65','\xda','\xa5','\x14','\x2f','\xd0','\x00','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x01','\x00','\x11','\x10','\x25','\x08','\x02','\x00','\x04','\x00','\x04','\x00','\x0f','\xe0','\x10','\x20','\x20','\x40','\x7f','\xf8','\xa1','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x02','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf0','\x00','\x60','\x01','\x80','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x1f','\xe0','\x00','\x40','\x01','\x80','\xff','\xfe','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x04','\x45','\x04','\x02','\x00','\x09','\x10','\x09','\x10','\x09','\x10','\x11','\x10','\x13','\xfc','\x31','\x10','\x31','\x10','\x51','\x10','\x91','\x10','\x17','\xfe','\x10','\x00','\x11','\x10','\x11','\x08','\x12','\x08','\x14','\x04','\x18','\x04','\x08','\x40','\x08','\x40','\x08','\x40','\x17','\xfc','\x10','\x40','\x32','\x48','\x31','\x50','\x50','\x40','\x9f','\xfe','\x10','\xa0','\x10','\xa0','\x11','\x10','\x11','\x10','\x12','\x08','\x14','\x04','\x18','\x02','\x10','\x38','\x13','\xc0','\x10','\x80','\x27','\xfe','\x21','\x10','\x62','\x08','\x65','\xf6','\xa9','\x10','\x21','\xf0','\x20','\x00','\x27','\xfc','\x24','\x04','\x25','\xf4','\x25','\x14','\x25','\xf4','\x24','\x0c','\x08','\x20','\x24','\x48','\x22','\x88','\x21','\x08','\x22','\x88','\x24','\x48','\x28','\x28','\x3f','\xf8','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x44','\x08','\x44','\x10','\x44','\x60','\x3c','\x20','\x20','\x10','\x10','\xfe','\xfe','\x44','\x44','\x28','\x28','\xfe','\xfe','\x00','\x00','\x7e','\xfc','\x42','\x84','\x42','\x84','\x7e','\xfc','\x28','\x50','\x2a','\x50','\x2c','\x92','\x49','\x12','\x82','\x0e','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x3f','\xfc','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x7f','\xfe','\x00','\x00','\x04','\x20','\x08','\x10','\x10','\x08','\x20','\x04','\x00','\x00','\x00','\x10','\x10','\x10','\x08','\x20','\x44','\x44','\x42','\x84','\x41','\x04','\x42','\x84','\x44','\x44','\x48','\x24','\x50','\x14','\x60','\x14','\x40','\x04','\x40','\x04','\x7f','\xfc','\x00','\x04','\x20','\x40','\x20','\x40','\x23','\xfc','\x20','\x84','\xf8','\x84','\x21','\x14','\x22','\x08','\x20','\x10','\x24','\x10','\x2f','\xbe','\x24','\x92','\x24','\x92','\x24','\x92','\x28','\xa2','\x2a','\xaa','\x31','\x44','\x00','\x00','\x7f','\xfc','\x40','\x00','\x40','\x00','\x4f','\xf8','\x40','\x80','\x40','\x80','\x47','\xf0','\x40','\x80','\x40','\x80','\x40','\x80','\x4f','\xf8','\x40','\x00','\x40','\x00','\x7f','\xfe','\x00','\x00','\x08','\x00','\x73','\xde','\x42','\x52','\x4a','\x52','\x4a','\x52','\x4b','\xd2','\x4a','\x52','\x4a','\x52','\x4a','\x52','\x5b','\xd2','\x6a','\x12','\x4a','\x9a','\x12','\x54','\x12','\xb0','\x23','\x10','\x42','\x10','\x00','\x04','\x00','\x04','\x7c','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x8c','\x44','\xb4','\x7c','\xc4','\x44','\x84','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\xf8','\x3f','\x00','\x02','\x00','\xff','\xfe','\x04','\x40','\x0f','\xe0','\x34','\x58','\xc7','\xc6','\x00','\x00','\x3f','\xf8','\x20','\x08','\x27','\xc8','\x24','\x48','\x27','\xc8','\x20','\x28','\x20','\x10','\x20','\x80','\x20','\x40','\x23','\xf8','\x21','\x10','\xf8','\xa0','\x27','\xfe','\x20','\x00','\x23','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x3b','\xf8','\xe1','\x20','\x41','\x22','\x02','\x22','\x0c','\x1e','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\xfc','\x54','\x20','\x55','\x24','\x54','\xa4','\x54','\xa8','\x54','\x20','\x57','\xfe','\x54','\x50','\x5c','\x50','\x64','\x88','\x00','\x88','\x01','\x04','\x02','\x02','\x00','\x20','\xf8','\x40','\x08','\x88','\x09','\x04','\x0b','\xfe','\x78','\x22','\x40','\x20','\x43','\xfe','\x42','\x22','\x7a','\x22','\x0b','\xfe','\x08','\x20','\x08','\x24','\x08','\x22','\x57','\xfe','\x20','\x02','\x00','\x00','\xfb','\xfe','\x08','\x00','\x09','\xfc','\x09','\x24','\x79','\xfc','\x41','\x24','\x43','\xfe','\x40','\x00','\x79','\xfc','\x09','\x24','\x09','\xfc','\x09','\x24','\x09','\xfc','\x50','\x00','\x23','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x1b','\xfc','\x54','\x40','\x50','\x40','\x50','\x40','\x97','\xfe','\x10','\x40','\x10','\x80','\x10','\x80','\x11','\x10','\x12','\x08','\x17','\xfc','\x12','\x04','\x00','\x00','\x7d','\xf0','\x11','\x10','\x11','\x10','\x11','\x90','\x11','\x50','\x1d','\x12','\xe2','\x12','\x44','\x0e','\x08','\x00','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x04','\x40','\x04','\x40','\x3f','\xf8','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x20','\x12','\x10','\x22','\x08','\xc2','\x26','\x12','\x90','\x12','\x48','\x22','\x48','\x0a','\x00','\x04','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\xfc','\xfc','\x20','\x11','\x24','\x10','\xa4','\x14','\xa8','\x18','\x20','\x33','\xfe','\xd0','\x50','\x10','\x50','\x10','\x88','\x10','\x88','\x51','\x04','\x22','\x02','\x08','\x20','\x08','\x20','\x7e','\xa0','\x09','\x3e','\x0a','\x44','\xff','\x44','\x08','\x44','\x7e','\xa4','\x24','\x28','\x48','\x28','\x8f','\x10','\x78','\x10','\x08','\x28','\x08','\x48','\x28','\x84','\x11','\x02','\x10','\x18','\x11','\xe0','\x10','\x40','\x13','\xfe','\xfc','\x88','\x11','\x74','\x32','\x52','\x38','\x70','\x54','\x00','\x55','\xfc','\x91','\x04','\x11','\x74','\x11','\x54','\x11','\x74','\x11','\x04','\x11','\x0c','\x00','\x00','\x27','\xf8','\x14','\x08','\x14','\x08','\x84','\x08','\x44','\x08','\x47','\xf8','\x11','\x20','\x11','\x20','\x21','\x20','\xe1','\x20','\x22','\x20','\x22','\x22','\x24','\x22','\x28','\x1e','\x10','\x00','\x00','\x00','\x44','\x00','\x29','\xfc','\x10','\x20','\x28','\x20','\x48','\x20','\x88','\x20','\x08','\x20','\x19','\xfc','\x28','\x20','\x48','\x20','\x88','\x20','\x08','\x20','\x08','\x20','\x53','\xfe','\x20','\x00','\x00','\x20','\x44','\x20','\x28','\x20','\x11','\xfc','\x28','\x20','\x49','\x24','\x88','\xa4','\x08','\xa8','\x18','\x20','\x2b','\xfe','\x48','\x50','\x88','\x50','\x08','\x88','\x08','\x88','\x51','\x04','\x22','\x02','\x20','\x18','\x21','\xe0','\x3c','\x40','\x53','\xfe','\x90','\x88','\x11','\x74','\x12','\x52','\xfe','\x70','\x10','\x00','\x11','\xfc','\x11','\x04','\x29','\x74','\x25','\x54','\x45','\x74','\x41','\x04','\x81','\x0c','\x01','\x00','\x79','\x00','\x49','\x00','\x49','\xfe','\x4a','\x02','\x7a','\x02','\x4d','\x12','\x48','\xa2','\x4a','\x4a','\x7a','\xaa','\x4b','\x1a','\x4a','\x0a','\x4b','\xfa','\x48','\x02','\x48','\x14','\x98','\x08','\x02','\x00','\x1f','\xf0','\x04','\x10','\x08','\x50','\x10','\x20','\x7e','\xfc','\x12','\x24','\x2a','\x54','\x44','\x88','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x30','\x00','\x00','\x2f','\xec','\x48','\x24','\x4b','\xa4','\x68','\x2c','\x4b','\xa4','\x4a','\xa4','\x6a','\xac','\x4b','\xa4','\x48','\x24','\xff','\xfe','\x00','\x00','\x08','\x20','\x10','\x10','\x20','\x08','\x40','\x04','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x70','\x1f','\x80','\x02','\x00','\xff','\xfe','\x08','\x20','\x37','\xd8','\xc4','\x46','\x3f','\xf8','\x20','\x08','\x27','\xc8','\x24','\x48','\x27','\xc8','\x20','\x18','\x20','\x00','\x23','\xde','\x22','\x52','\x4a','\x52','\x4b','\xd4','\xf2','\x54','\x12','\x58','\x23','\xd4','\x4a','\x12','\xfa','\x92','\x0a','\x52','\x12','\xda','\x13','\x54','\x22','\x10','\x40','\x10','\x80','\x10','\x10','\x40','\x10','\x20','\x29','\xfc','\x24','\x88','\x40','\x50','\xbb','\xfe','\x10','\x00','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x95','\x04','\x59','\xfc','\x50','\x90','\x1c','\x92','\xe1','\x12','\x46','\x0e','\x11','\x00','\x23','\xde','\x7a','\x52','\x13','\xd4','\x2a','\x52','\x7b','\xda','\x12','\x94','\x23','\x50','\x01','\x00','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x11','\x00','\x23','\xde','\x7a','\x52','\x13','\xd4','\x2a','\x52','\x7b','\xda','\x12','\x94','\x23','\xd0','\x06','\x60','\x1f','\xf8','\xe8','\x16','\x0f','\xf0','\x08','\x10','\x0f','\xf4','\x08','\x68','\x0c','\x1c','\x24','\x20','\xff','\x20','\x24','\x7e','\x7e','\xc4','\x82','\x28','\x7a','\x10','\x4a','\x28','\x7a','\xc6','\x04','\x00','\x3f','\xf8','\x21','\x00','\x3f','\xf8','\x21','\x00','\x3f','\xfe','\x29','\x22','\x44','\x96','\x08','\x00','\x08','\x80','\x0b','\x3c','\x12','\x24','\x12','\x24','\x32','\x24','\x32','\x24','\x52','\x24','\x92','\x24','\x12','\x24','\x12','\xb4','\x13','\x28','\x12','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x04','\x00','\x45','\x7c','\x26','\x04','\x24','\xa8','\x03','\x90','\x10','\x7c','\x14','\x14','\x17','\x94','\x2a','\x50','\x22','\x50','\xef','\xdc','\x22','\x50','\x25','\x50','\x24','\xb0','\x28','\x9e','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x09','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x7f','\xfc','\x04','\x40','\x04','\x40','\x08','\x40','\x10','\x42','\x20','\x42','\xc0','\x3e','\x00','\x20','\x00','\x20','\x79','\xfc','\x48','\x20','\x48','\xa8','\x48','\x88','\x7b','\xfe','\x48','\x88','\x48','\x00','\x4b','\xfe','\x48','\x90','\x78','\x90','\x49','\x12','\x01','\x12','\x02','\x0e','\x04','\x00','\x04','\x40','\x24','\x48','\x14','\x50','\xff','\xfe','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x00','\x20','\x00','\x3f','\xfc','\x20','\x04','\x27','\xe4','\x24','\x24','\x24','\x24','\x47','\xe4','\x40','\x04','\x80','\x28','\x00','\x10','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x7f','\xfc','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x7f','\xfc','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x7f','\xfc','\x40','\x04','\x10','\x00','\x13','\xfc','\x10','\x08','\x10','\x10','\xfc','\x20','\x13','\xae','\x32','\xa2','\x3a','\xaa','\x56','\xa4','\x52','\xa4','\x93','\xaa','\x10','\x32','\x10','\xa0','\x10','\x40','\x17','\xfe','\x10','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x20','\x01','\x10','\x01','\x10','\x01','\x00','\xff','\xfe','\x00','\x00','\x10','\x00','\x13','\xfc','\x12','\x04','\x12','\x04','\xfe','\xf4','\x12','\x04','\x32','\x04','\x3a','\xf4','\x56','\x94','\x52','\x94','\x92','\x94','\x12','\xf4','\x12','\x04','\x12','\x04','\x12','\x14','\x12','\x08','\x08','\x08','\x08','\x1c','\x4a','\xe0','\x2a','\x20','\x2c','\x20','\x08','\x20','\xfe','\x20','\x19','\xfe','\x1c','\x20','\x2a','\x20','\x2a','\x20','\x48','\x20','\x88','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x11','\x10','\x11','\x10','\x1f','\xfe','\x21','\x10','\x21','\xf0','\x60','\x40','\x67','\xfc','\xa4','\x44','\x27','\xfc','\x20','\x40','\x2f','\xfe','\x20','\x40','\x27','\xfc','\x20','\x40','\x2f','\xfe','\x20','\x00','\x22','\x20','\x22','\x20','\xff','\xa0','\x22','\x20','\x3e','\xfc','\x08','\x24','\x7f','\x24','\x49','\x24','\x7f','\x24','\x08','\x24','\x7f','\x24','\x08','\x44','\x7f','\x44','\x08','\x84','\x0f','\x28','\xf2','\x10','\x10','\x40','\x10','\x40','\x10','\x80','\x10','\xfc','\x11','\x04','\xfe','\x04','\x10','\x84','\x10','\x44','\x10','\x44','\x10','\x14','\x10','\x24','\x1c','\x44','\xe1','\x84','\x40','\x04','\x00','\x28','\x00','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x10','\x20','\x10','\x40','\x28','\xfc','\x24','\x84','\x40','\xfc','\xb8','\x84','\x10','\xfc','\x10','\x20','\xfc','\x20','\x11','\xfe','\x95','\x22','\x59','\x22','\x51','\x2a','\x1d','\x24','\xe0','\x20','\x40','\x20','\x00','\x10','\x00','\xf8','\x1f','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x1f','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x20','\x40','\x20','\x40','\x40','\x40','\x80','\x40','\x02','\x20','\x07','\x20','\x38','\x20','\x20','\x7e','\x20','\x42','\x20','\x84','\x3f','\x10','\x24','\x10','\x24','\x10','\x24','\x10','\x24','\x28','\x24','\x28','\x24','\x48','\x44','\x44','\x44','\x84','\x81','\x02','\x10','\x40','\x10','\x40','\x28','\x40','\x24','\x7c','\x42','\x84','\xbc','\x88','\x11','\x20','\x10','\x20','\xfe','\x20','\x10','\x50','\x94','\x50','\x58','\x50','\x50','\x88','\x1e','\x88','\xf1','\x04','\x42','\x02','\x00','\x00','\xfe','\xfe','\x10','\x10','\x10','\x10','\x7c','\x7c','\x10','\x10','\x10','\x10','\xfe','\xfe','\x01','\x00','\x06','\xc0','\x1a','\x30','\xe1','\x0e','\x1f','\xe0','\x00','\x40','\x00','\x80','\x01','\x00','\x08','\x20','\x08','\x20','\x7e','\xfc','\x1c','\x70','\x2a','\xa8','\x49','\x26','\x8a','\x20','\x00','\x00','\x1f','\xf0','\x00','\x00','\x00','\x00','\xff','\xfe','\x01','\x00','\x11','\x10','\x25','\x08','\x42','\x04','\x01','\x00','\x02','\x80','\x0c','\x60','\x31','\x18','\xcf','\xe6','\x04','\x40','\x13','\x90','\x14','\x50','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x42','\x04','\x44','\x44','\x4f','\xe4','\x44','\x24','\x40','\x0c','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3e','\x20','\x22','\x20','\x22','\xfc','\x3e','\x24','\x22','\x24','\x22','\x24','\x3e','\x24','\x22','\x44','\x42','\x44','\x4a','\x94','\x85','\x08','\x7e','\xfc','\x48','\x44','\x7e','\x44','\x42','\x28','\x7e','\x10','\x48','\x28','\x7e','\xc6','\x04','\x20','\x1f','\xc0','\x01','\x80','\x06','\x10','\x3f','\xf8','\x01','\x08','\x11','\x20','\x25','\x10','\x42','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x38','\x1f','\xc0','\x10','\x00','\x10','\x00','\x1f','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x20','\x40','\x20','\x40','\x40','\x40','\x80','\x40','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\xc8','\x27','\x08','\x21','\x08','\x2f','\xe8','\x23','\x88','\x25','\x48','\x29','\x28','\x21','\x08','\x3f','\xf8','\x20','\x08','\x20','\x20','\x10','\x20','\x00','\x50','\xfc','\x50','\x08','\x88','\x11','\x44','\x12','\x22','\x34','\x20','\x58','\x00','\x95','\xfc','\x14','\x04','\x10','\x08','\x10','\x08','\x10','\x10','\x10','\x10','\x10','\x20','\x21','\x10','\x11','\x10','\x07','\xbc','\xf1','\x10','\x13','\xb8','\x25','\x54','\x29','\x12','\x68','\x00','\xb3','\xf8','\x28','\x00','\x27','\xfc','\x20','\x40','\x22','\x48','\x24','\x44','\x29','\x42','\x20','\x80','\x20','\x88','\x10','\x88','\x03','\xfe','\xfc','\x88','\x00','\xf8','\x78','\x20','\x01','\xfc','\x79','\x24','\x01','\xfc','\x78','\x20','\x4b','\xfe','\x48','\x20','\x49','\xfc','\x78','\x20','\x4b','\xfe','\x00','\x00','\x00','\x08','\x20','\x1c','\x11','\xe0','\x11','\x00','\x01','\x00','\x01','\xfe','\xf1','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x12','\x10','\x12','\x10','\x14','\x10','\x28','\x00','\x47','\xfe','\x00','\x00','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc1','\x06','\x01','\x00','\x3f','\xf8','\x01','\x00','\x11','\x10','\x09','\x10','\x09','\x20','\xff','\xfe','\x00','\x00','\x00','\x40','\x00','\x40','\x78','\xa0','\x48','\xa0','\x49','\x10','\x4a','\x88','\x4c','\x46','\x48','\x40','\x48','\x00','\x4b','\xf8','\x78','\x08','\x48','\x10','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x40','\x10','\x00','\x11','\xf8','\x29','\x08','\x25','\x08','\x41','\xf8','\xb9','\x08','\x11','\x08','\x11','\xf8','\xfd','\x44','\x11','\x48','\x95','\x30','\x59','\x20','\x51','\x10','\x1d','\x48','\xe1','\x86','\x41','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x7f','\xe0','\x04','\x20','\x04','\x20','\x04','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x10','\x22','\x10','\x22','\x20','\x22','\x40','\x1e','\x80','\x00','\x08','\x00','\x0b','\xfc','\x0a','\x04','\x12','\x04','\x13','\xfc','\x32','\x04','\x33','\xfc','\x52','\x04','\x92','\x04','\x13','\xfc','\x10','\x00','\x17','\xfe','\x10','\x00','\x11','\x08','\x12','\x04','\x14','\x02','\x08','\x00','\x08','\x00','\x10','\x00','\x1f','\xf8','\x20','\x08','\x40','\x08','\x9f','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x1f','\x88','\x10','\x88','\x00','\x08','\x00','\x50','\x00','\x20','\x00','\x00','\x7f','\xfc','\x40','\x00','\x40','\x10','\x44','\x10','\x42','\x20','\x41','\x40','\x40','\x80','\x41','\x40','\x42','\x20','\x44','\x10','\x48','\x10','\x40','\x00','\x40','\x00','\x7f','\xfe','\x00','\x00','\x00','\x80','\x44','\x80','\x29','\x00','\x11','\xfc','\x2a','\x04','\x4c','\x04','\x89','\xe4','\x09','\x24','\x19','\x24','\x29','\x24','\x49','\xe4','\x89','\x24','\x08','\x04','\x08','\x04','\x50','\x28','\x20','\x10','\x00','\x80','\x00','\x80','\xfc','\x80','\x10','\xf8','\x11','\x08','\x11','\x08','\x7d','\x10','\x12','\x10','\x10','\x20','\x10','\x20','\x10','\x50','\x1c','\x50','\xe0','\x88','\x41','\x08','\x02','\x04','\x04','\x02','\x20','\x00','\x21','\xfe','\x3d','\x00','\x51','\x00','\x91','\x00','\x11','\xfc','\x11','\x04','\xff','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x29','\x00','\x25','\x00','\x45','\x00','\x41','\xfe','\x80','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x00','\x21','\xfe','\x7d','\x00','\x45','\x04','\x7d','\x44','\x45','\x28','\x7d','\x28','\x45','\x10','\x45','\x10','\xfd','\x28','\x0d','\x28','\x15','\x44','\x25','\x84','\x45','\x00','\x95','\xfe','\x08','\x00','\x00','\x00','\x7d','\xfe','\x51','\x00','\x7d','\x04','\x51','\x44','\x7d','\x28','\x51','\x28','\x51','\x10','\x7d','\x10','\x05','\x28','\x55','\x28','\x55','\x44','\x55','\x84','\x85','\x00','\x15','\xfe','\x08','\x00','\x00','\x08','\x7e','\x1c','\x48','\x60','\x7e','\x40','\x48','\x40','\x7e','\x40','\x48','\x40','\x48','\x7e','\x7e','\x48','\x02','\x48','\xaa','\x48','\xaa','\x48','\xaa','\x48','\x82','\x48','\x15','\xfe','\x08','\x00','\x00','\x20','\x7f','\x20','\x48','\x20','\x7f','\x7e','\x48','\x42','\x7f','\x82','\x48','\x3a','\x48','\x2a','\x7f','\xaa','\x00','\xaa','\xaa','\xba','\xaa','\xaa','\xaa','\x82','\x80','\x82','\x05','\x14','\x02','\x08','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\xff','\xfe','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x48','\x2f','\xe8','\x24','\x28','\x20','\x10','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x01','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfc','\x21','\x04','\x2f','\xe0','\x21','\x08','\x27','\xf8','\x24','\x10','\x27','\xf0','\x20','\x00','\x2f','\xf8','\x20','\x80','\x5f','\xfc','\x42','\x20','\x9c','\x1c','\x00','\x40','\x00','\x40','\x78','\xa0','\x49','\x10','\x4a','\x88','\x4c','\x46','\x4b','\xf8','\x4a','\x08','\x4b','\xf8','\x4a','\x08','\x7b','\xf8','\x4a','\x44','\x02','\x28','\x02','\x90','\x03','\x08','\x02','\x04','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x88','\x24','\x10','\x10','\x20','\x08','\x00','\x00','\x1f','\xf0','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x10','\x00','\x17','\xfc','\x14','\x44','\x24','\x44','\x27','\xfc','\x64','\x44','\x64','\x44','\xa7','\xfc','\x20','\x40','\x2f','\xfe','\x28','\x42','\x28','\x52','\x2b','\xf2','\x29','\x12','\x28','\x0a','\x28','\x04','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x48','\x2f','\xe8','\x24','\x28','\x20','\x10','\x00','\x00','\x23','\xf8','\x12','\x48','\x13','\xf8','\x02','\x48','\x03','\xf8','\xf0','\x40','\x17','\xfc','\x14','\x44','\x14','\x54','\x14','\x74','\x15','\x94','\x14','\x04','\x14','\x0c','\x28','\x00','\x47','\xfe','\x01','\xfc','\x79','\x24','\x49','\x24','\x49','\xfc','\x51','\x24','\x51','\x24','\x61','\xfc','\x50','\x20','\x48','\x20','\x4b','\xfe','\x4a','\x22','\x6a','\x2a','\x52','\xfa','\x42','\x0a','\x42','\x02','\x42','\x06','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x01','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x7f','\xfc','\x41','\x04','\x01','\x00','\x01','\x00','\x01','\x00','\x11','\x08','\x11','\x08','\x11','\xee','\x12','\x94','\xfc','\x42','\x10','\x00','\x33','\xde','\x3a','\x52','\x57','\xd2','\x52','\x52','\x93','\xd2','\x12','\x1a','\x12','\x94','\x13','\x50','\x12','\x10','\x10','\x10','\x11','\x04','\x11','\x24','\x29','\x24','\x25','\x24','\x41','\x24','\xb9','\x24','\x11','\x24','\x11','\x24','\xfd','\x24','\x11','\x24','\x95','\x24','\x59','\x24','\x51','\x24','\x1e','\x24','\xe2','\x04','\x44','\x04','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x80','\x24','\x90','\x22','\xa0','\x2f','\xf8','\x28','\x08','\x2f','\xf8','\x28','\x08','\x4f','\xf8','\x48','\x08','\x88','\x28','\x08','\x10','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x80','\x28','\x88','\x28','\x88','\x28','\x88','\x2f','\xf8','\x20','\x80','\x30','\x84','\x50','\x84','\x50','\x84','\x9f','\xfc','\x00','\x04','\x20','\x00','\x27','\xfc','\x24','\x04','\x24','\x04','\xf7','\xfc','\x24','\x20','\x25','\x24','\x25','\x24','\x35','\x24','\xe5','\xfc','\x24','\x20','\x25','\x24','\x25','\x24','\x29','\x24','\xa9','\xfc','\x50','\x04','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x80','\x24','\x90','\x24','\x90','\x27','\xf0','\x20','\x80','\x48','\x88','\x48','\x88','\x8f','\xf8','\x01','\x00','\x01','\x08','\x7d','\x10','\x05','\xa0','\x09','\x60','\x31','\x18','\xc5','\x06','\x02','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x28','\x50','\x28','\x50','\xfe','\x50','\x28','\x92','\x38','\x92','\x11','\x94','\x7e','\x98','\x54','\x90','\x54','\xb0','\x7c','\xd0','\x10','\x90','\xfe','\x90','\x10','\x92','\x10','\x92','\x10','\x8e','\x10','\x80','\x21','\x04','\x27','\xc4','\x41','\x08','\x97','\xd2','\xe5','\x5c','\x47','\xc8','\x95','\x52','\xf7','\xde','\x01','\x00','\xaf','\xea','\xa9','\x2a','\x01','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x00','\x40','\x23','\xf8','\x10','\x40','\x80','\x40','\x47','\xfc','\x10','\x00','\x20','\x40','\xe3','\xf8','\x20','\x40','\x20','\x40','\x27','\xfc','\x10','\x80','\x24','\x98','\x42','\xe0','\x7e','\x84','\x00','\x84','\x7e','\x7c','\x42','\x80','\x7e','\x98','\x42','\xe0','\x7e','\x84','\x42','\x84','\x46','\x7c','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x00','\x00','\x7b','\xf8','\x4a','\x48','\x4a','\x48','\x53','\xf8','\x52','\x48','\x62','\x48','\x53','\xf8','\x48','\x00','\x4f','\xfe','\x4a','\x40','\x6a','\x44','\x52','\x28','\x42','\x90','\x43','\x08','\x42','\x06','\x04','\x00','\x04','\x00','\x0f','\xe0','\x10','\x40','\x20','\x80','\x03','\x60','\x0c','\x18','\x70','\x04','\x11','\x10','\x09','\x20','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x00','\x7f','\xfc','\x04','\x40','\x04','\x40','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x11','\xfc','\x11','\x04','\x21','\x04','\x29','\xfc','\x48','\x00','\xf3','\xde','\x12','\x52','\x22','\x52','\x4b','\xde','\xf8','\x20','\x0b','\xfe','\x00','\x70','\xa8','\xa8','\xa9','\x24','\x86','\x22','\x00','\x20','\x1f','\xe0','\x06','\x40','\x01','\x80','\x0e','\x40','\x00','\x00','\x7c','\xf8','\x24','\x48','\x18','\x30','\x66','\xcc','\x01','\x00','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x20','\x88','\x21','\xc8','\x57','\x08','\x49','\x08','\x81','\x2a','\x71','\x2a','\x27','\xac','\x21','\x48','\xf3','\x08','\x23','\x88','\xa5','\x54','\x75','\x14','\x29','\x14','\x31','\x24','\xc1','\x24','\x01','\x42','\x7f','\x20','\x08','\x20','\xff','\x20','\x08','\xfc','\x7f','\x24','\x49','\x24','\x7f','\x24','\x49','\x24','\x7f','\x24','\x08','\x44','\x7f','\x44','\x08','\x94','\xff','\x08','\x00','\x00','\x24','\x48','\x42','\x24','\x00','\x00','\x3f','\xf8','\x04','\x08','\x04','\x08','\xff','\xfe','\x04','\x08','\x04','\x08','\x3f','\xf8','\x08','\x00','\x08','\x00','\x1f','\xf8','\x18','\x08','\x28','\x08','\x48','\x08','\x8f','\xf8','\x08','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x24','\x88','\x42','\x44','\x21','\x04','\x11','\x24','\x01','\x24','\xfd','\x24','\x01','\x24','\x79','\x24','\x01','\x24','\x79','\x24','\x01','\x24','\x79','\x24','\x49','\x24','\x49','\x24','\x49','\x24','\x7a','\x24','\x4a','\x04','\x04','\x04','\x00','\x82','\x7e','\x44','\x12','\x28','\x12','\xfe','\xff','\x10','\x12','\x10','\x12','\x10','\x7e','\x7c','\x20','\x10','\x20','\x10','\x7e','\x10','\x62','\xfe','\xa2','\x10','\x22','\x10','\x3e','\x10','\x22','\x10','\x00','\x00','\x7f','\xfe','\x41','\x02','\x81','\x04','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x7f','\x3e','\x11','\x22','\x11','\x24','\xff','\xe4','\x11','\x28','\x11','\x24','\x7f','\x24','\x20','\x22','\x20','\x22','\x7f','\x22','\xa1','\x34','\x21','\x28','\x21','\x20','\x3f','\x20','\x21','\x20','\x08','\x40','\x08','\x40','\x08','\x40','\x7f','\x40','\x08','\x40','\x08','\x60','\xff','\xd0','\x08','\x48','\x08','\x44','\x7f','\x44','\x08','\x40','\x08','\x40','\x08','\x40','\x0f','\xc0','\xf0','\x40','\x00','\x40','\x08','\x00','\x08','\x00','\x7f','\x7c','\x09','\x44','\x11','\x44','\x11','\x44','\x25','\x7c','\x42','\x00','\x01','\x00','\xff','\xfe','\x05','\x00','\x0c','\x88','\x34','\x50','\xc5','\x30','\x06','\x0e','\x04','\x00','\x20','\x00','\x10','\xfc','\x10','\x84','\xfc','\x88','\x04','\x88','\x08','\x90','\x10','\x88','\x38','\x88','\x54','\x84','\x92','\x84','\x10','\xc4','\x10','\xa8','\x10','\x90','\x10','\x80','\x10','\x80','\x10','\x80','\x08','\x04','\x08','\x1e','\x0b','\xe0','\x10','\x80','\x11','\x08','\x33','\xf0','\x30','\x20','\x50','\x48','\x91','\x84','\x17','\xfe','\x10','\x22','\x11','\x28','\x11','\x24','\x12','\x22','\x14','\xa2','\x10','\x40','\x10','\x00','\x11','\xfe','\x10','\x10','\x24','\x20','\x24','\xfc','\x64','\x84','\x67','\x84','\xa4','\xfc','\x24','\x84','\x24','\xfc','\x25','\x84','\x26','\x84','\x24','\xfc','\x20','\x48','\x20','\x84','\x21','\x02','\x00','\x04','\x7f','\x84','\x12','\x04','\x12','\x24','\x12','\x24','\x12','\x24','\x12','\x24','\xff','\xe4','\x12','\x24','\x12','\x24','\x12','\x24','\x12','\x24','\x22','\x04','\x22','\x04','\x42','\x14','\x82','\x08','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x40','\x08','\x40','\x10','\x42','\x20','\x42','\xc0','\x3e','\x10','\x40','\x08','\x40','\x3e','\x7e','\x22','\x88','\x23','\x48','\x3e','\x50','\x20','\x20','\x40','\x58','\x41','\x86','\x80','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x20','\x00','\x20','\xfd','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x7c','\x00','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\x1c','\x20','\xe0','\x20','\x43','\xfe','\x00','\x00','\x00','\x04','\x7f','\x84','\x12','\x24','\x12','\x24','\x12','\x24','\xff','\xa4','\x12','\x24','\x22','\x04','\x22','\x14','\x41','\x08','\x81','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x08','\x00','\x08','\x00','\x7f','\x7c','\x08','\x24','\x3e','\x24','\x08','\x24','\x7f','\x44','\x08','\x54','\x09','\x88','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x00','\x7f','\x84','\x12','\x04','\x12','\x08','\x12','\x10','\x12','\x22','\x12','\x02','\xff','\xc4','\x12','\x08','\x12','\x10','\x12','\x22','\x12','\x02','\x22','\x04','\x22','\x08','\x42','\x10','\x82','\x60','\x08','\x00','\x0b','\xf8','\x10','\x10','\x20','\x20','\x48','\x60','\x08','\x98','\x11','\x04','\x36','\x02','\x50','\x00','\x93','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x17','\xfe','\x10','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x00','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x20','\x00','\x3f','\xfe','\x20','\x82','\x2a','\x54','\x31','\xf2','\x22','\x00','\x27','\xf8','\x4a','\x08','\x41','\xf0','\x9e','\x0e','\x10','\x10','\xfe','\xfe','\x10','\x10','\x7c','\x7c','\x10','\x10','\xfe','\xfe','\x10','\x10','\x3f','\xf8','\x00','\x08','\x1f','\xf8','\x00','\x08','\x3f','\xf8','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x1c','\x10','\x70','\x20','\x10','\xfc','\xfe','\x84','\x10','\xfc','\x7c','\x84','\x44','\xfc','\x44','\x84','\x7c','\xfc','\x44','\x00','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x10','\x80','\x15','\xfe','\x1a','\x02','\x31','\x12','\xd1','\xea','\x11','\x0a','\x10','\xfa','\x10','\x02','\x50','\x14','\x20','\x08','\x10','\xa0','\x10','\x90','\x11','\xfe','\x13','\x20','\xfd','\xfc','\x11','\x20','\x11','\xfc','\x15','\x20','\x19','\xfe','\x31','\x00','\xd3','\xfc','\x10','\x88','\x10','\x9e','\x11','\x02','\x52','\x0a','\x24','\x04','\x22','\x20','\x22','\x20','\xff','\xa0','\x22','\x3e','\x40','\x44','\x7f','\x44','\x41','\x44','\x81','\xa4','\x7d','\x28','\x45','\x28','\x45','\x10','\x7d','\x10','\x45','\x28','\x01','\x28','\x0a','\x44','\x04','\x82','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x21','\x08','\x45','\x04','\x02','\x00','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\xfc','\x20','\x10','\x20','\x33','\xfe','\x38','\x00','\x54','\x20','\x54','\x20','\x91','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x00','\x3c','\x27','\xc0','\x10','\x84','\x14','\x44','\x82','\x48','\x42','\x10','\x48','\x40','\x08','\x40','\x13','\xf8','\x10','\x40','\xe0','\x40','\x27','\xfc','\x20','\xa0','\x21','\x10','\x22','\x08','\x0c','\x06','\x00','\x20','\x00','\x20','\x7d','\xfc','\x54','\x20','\x54','\x20','\x54','\x20','\x57','\xfe','\x7c','\x00','\x54','\x20','\x54','\x20','\x55','\xfc','\x54','\x20','\x7c','\x20','\x44','\x20','\x03','\xfe','\x00','\x00','\x08','\x50','\x1c','\x48','\xf3','\xfc','\x10','\xa0','\x11','\x22','\xfe','\x1e','\x11','\x10','\x31','\xe0','\x39','\x04','\x54','\xfc','\x54','\x00','\x91','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x00','\xf8','\x3f','\x00','\x04','\x00','\x08','\x20','\x10','\x40','\x3f','\x80','\x01','\x00','\x06','\x10','\x18','\x08','\x7f','\xfc','\x01','\x04','\x09','\x20','\x11','\x10','\x21','\x08','\x45','\x04','\x02','\x00','\x10','\x00','\x11','\xfc','\x20','\x84','\x24','\x88','\x44','\x50','\xf8','\x20','\x10','\x50','\x20','\x88','\x4b','\x26','\xfc','\x20','\x05','\xfc','\x00','\x20','\x54','\x20','\x54','\x20','\x83','\xfe','\x00','\x00','\x10','\x10','\x11','\x10','\x21','\x10','\x25','\x92','\x45','\x54','\xf9','\x10','\x11','\xfe','\x21','\x10','\x49','\x38','\xfd','\x54','\x05','\x92','\x01','\x10','\x55','\x10','\x55','\x10','\x81','\xfe','\x00','\x00','\x10','\x78','\xfe','\x48','\x10','\x48','\x7c','\x86','\x54','\x78','\x7c','\x48','\x54','\x30','\xfe','\xce','\x14','\x40','\x08','\x80','\x1f','\x00','\x02','\x10','\x3f','\xf8','\x01','\x08','\x15','\x20','\x22','\x10','\x00','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x00','\x00','\x08','\x20','\x7f','\x20','\x08','\x20','\xff','\x30','\x08','\x28','\x08','\x24','\x7f','\x24','\x08','\x20','\x0f','\x20','\xf0','\x20','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x3f','\xf0','\x00','\x60','\x01','\x80','\x0e','\x70','\x70','\x0c','\x1f','\xf0','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x04','\x7f','\x84','\x12','\x24','\x12','\x24','\x12','\x24','\xff','\xe4','\x12','\x24','\x12','\x24','\x22','\x04','\x22','\x04','\x42','\x14','\x82','\x08','\x22','\x08','\x11','\x10','\x00','\x20','\x7f','\xfe','\x40','\x02','\x81','\x04','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x20','\x01','\x10','\x01','\xf8','\x7f','\x04','\x20','\x04','\x20','\x20','\x10','\x20','\x10','\x20','\xfe','\x20','\x00','\x20','\x7c','\x20','\x03','\xfe','\x7c','\x20','\x00','\x20','\x7c','\x20','\x44','\x20','\x44','\x20','\x44','\x20','\x7c','\x20','\x44','\x20','\x00','\x20','\x20','\x80','\x10','\x84','\x10','\x98','\xfe','\xe0','\x00','\x82','\x7c','\x82','\x00','\x7e','\x7c','\x00','\x00','\xfc','\x7c','\x84','\x44','\x84','\x44','\xfc','\x44','\x84','\x7c','\x84','\x44','\xfc','\x00','\x84','\x24','\x20','\xff','\x20','\x24','\x7e','\x7e','\xc4','\x82','\x28','\x7a','\x10','\x4a','\x28','\x7a','\xc6','\x05','\x00','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x10','\x00','\x11','\xfc','\x10','\x84','\xfe','\x88','\x10','\x50','\x7c','\x20','\x54','\x50','\x7c','\x88','\x57','\x26','\x7c','\x20','\x11','\xfc','\xfe','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x00','\x00','\x7c','\xfe','\x04','\x10','\x68','\x20','\x10','\xfc','\x28','\x84','\x44','\x84','\x92','\xfc','\x10','\x84','\x7c','\xfc','\x10','\x84','\x10','\x84','\x1e','\xfc','\xf0','\x48','\x40','\x84','\x01','\x02','\x0e','\x20','\xf0','\x40','\x22','\xfc','\x92','\x84','\x44','\xfc','\x10','\x84','\x10','\xfc','\x7c','\x80','\x10','\xfe','\x10','\x80','\xfc','\xfe','\x10','\x02','\x2a','\xaa','\x26','\xaa','\x42','\x02','\x80','\x0c','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\xff','\xfe','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x10','\x08','\x00','\x00','\x20','\x80','\x13','\x3c','\x12','\x24','\x02','\x24','\x02','\x24','\xf2','\x24','\x12','\x24','\x12','\x24','\x12','\xb4','\x13','\x28','\x12','\x20','\x10','\x20','\x28','\x20','\x47','\xfe','\x00','\x00','\x20','\x40','\x20','\x20','\x7d','\xfe','\x44','\x00','\x88','\x00','\x7e','\xf8','\x52','\x88','\x52','\x88','\x7e','\x88','\x52','\xf8','\x52','\x20','\x7e','\xa8','\x01','\x24','\xaa','\x22','\xaa','\xa0','\x00','\x40','\x08','\x04','\x0f','\x04','\x08','\x04','\x7f','\xa4','\x48','\xa4','\x7e','\x24','\x49','\x24','\x47','\x24','\x40','\x24','\x7f','\xa4','\x48','\x24','\x55','\x24','\x4a','\x04','\xb7','\x04','\x0a','\x94','\x36','\x08','\x08','\x20','\x08','\x28','\xff','\xa4','\x08','\x24','\x7f','\x20','\x41','\x3e','\x7f','\xe0','\x41','\x24','\x7f','\x24','\x49','\x28','\x08','\x28','\xff','\x90','\x08','\x32','\x08','\x4a','\x08','\x86','\x09','\x02','\x10','\x78','\xfe','\x48','\x10','\x48','\x7c','\x86','\x54','\x78','\x7c','\x48','\x54','\x30','\xfe','\xce','\x10','\x20','\x1f','\xc0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x02','\x10','\x44','\x10','\x2f','\x90','\x28','\x90','\x0f','\xbe','\x88','\xa4','\x4f','\xd4','\x54','\x14','\x12','\x14','\x2f','\xd4','\xe4','\x14','\x27','\x88','\x24','\x88','\x28','\x94','\x2a','\x94','\x11','\x22','\x00','\x20','\x7c','\xa8','\x45','\x24','\x4a','\x22','\x48','\x00','\x51','\xfc','\x49','\x04','\x49','\xfc','\x45','\x04','\x45','\xfc','\x44','\x20','\x68','\xa8','\x51','\x24','\x42','\x22','\x40','\xa0','\x40','\x40','\x10','\x80','\x10','\x80','\x11','\x3c','\x12','\x00','\xfc','\x80','\x10','\x80','\x31','\x7e','\x3b','\x08','\x55','\x08','\x55','\x08','\x91','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\x28','\x11','\x10','\x12','\x08','\x12','\x08','\x13','\xbe','\x24','\x88','\x2a','\xa8','\x61','\x3e','\x62','\x08','\xa4','\x48','\x28','\x48','\x27','\xfc','\x20','\xe0','\x21','\x50','\x22','\x48','\x2c','\x46','\x20','\x40','\x20','\x40','\x08','\x00','\x08','\x00','\x08','\x00','\x0f','\xfc','\x10','\x04','\x11','\x08','\x21','\x10','\x41','\x00','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xc0','\x06','\x00','\x80','\x20','\x80','\x10','\x80','\x17','\xf8','\x80','\x88','\x40','\x88','\x48','\x88','\x08','\x88','\x17','\xfe','\x10','\x80','\xe1','\x40','\x21','\x40','\x22','\x20','\x24','\x10','\x28','\x08','\x10','\x06','\x01','\x00','\x27','\xbc','\x11','\x14','\x13','\x94','\x81','\x14','\x47','\xa4','\x41','\x4c','\x10','\x80','\x11','\x10','\x23','\xe0','\xe0','\x48','\x27','\xfc','\x20','\x44','\x22','\x48','\x25','\x44','\x00','\x80','\x02','\x00','\x01','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x44','\x04','\x40','\x04','\x40','\x04','\x20','\x08','\x20','\x08','\x20','\x10','\x10','\x10','\x10','\x20','\x08','\x40','\x04','\x80','\x02','\x10','\x20','\x10','\x20','\x20','\x20','\x2b','\xfe','\x48','\x20','\xf0','\x20','\x11','\xfc','\x20','\x00','\x48','\x00','\xfd','\xfc','\x05','\x04','\x01','\x04','\x55','\x04','\x55','\x04','\x81','\xfc','\x01','\x04','\x01','\x00','\x01','\x00','\x02','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x20','\x20','\x10','\x20','\x10','\x20','\xfd','\xfc','\x00','\x24','\x7c','\x24','\x00','\x24','\x7c','\x24','\x03','\xfe','\x7c','\x20','\x44','\x50','\x44','\x50','\x44','\x88','\x7c','\x88','\x45','\x04','\x02','\x02','\x07','\xfc','\x04','\x04','\x04','\x04','\x04','\x04','\x04','\x04','\x07','\xfc','\x04','\x04','\x04','\x04','\x04','\x04','\x07','\xfc','\x04','\x04','\x04','\x04','\x08','\x04','\x08','\x04','\x10','\x14','\x20','\x08','\x08','\x20','\x08','\x20','\x09','\x20','\x11','\x20','\x11','\xfc','\x32','\x20','\x32','\x20','\x54','\x20','\x90','\x20','\x17','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x08','\x40','\x08','\x40','\x08','\xa0','\x11','\x10','\x12','\x08','\x35','\xf6','\x30','\x40','\x50','\x40','\x93','\xf8','\x12','\x48','\x12','\x48','\x13','\xf8','\x10','\xa0','\x11','\x10','\x12','\x08','\x14','\x06','\x10','\x40','\x12','\x48','\x11','\x50','\x27','\xfc','\x20','\x80','\x61','\x00','\x6f','\xfe','\xa2','\x10','\x24','\x08','\x2b','\xf4','\x32','\x12','\x22','\x10','\x22','\x50','\x22','\x24','\x22','\x04','\x21','\xfc','\x10','\x20','\x10','\x20','\x10','\xfc','\x2e','\x24','\x23','\xfe','\x62','\x24','\x64','\xfc','\xa4','\x20','\x2e','\xfc','\x22','\x20','\x22','\x20','\x2b','\xfe','\x24','\x20','\x26','\x20','\x29','\xfe','\x30','\x00','\x10','\x20','\x08','\x40','\x7f','\xfc','\x04','\x80','\x04','\x80','\x3f','\xf0','\x04','\x90','\xff','\xfe','\x04','\x90','\x3f','\xf0','\x0c','\xc0','\x14','\xa0','\x24','\x98','\xc4','\x86','\x04','\x80','\x04','\x80','\x01','\x00','\x11','\x10','\x09','\x20','\x3f','\xf8','\x02','\x00','\x02','\x00','\x7f','\xfc','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc4','\x26','\x04','\x20','\x08','\x20','\x08','\x20','\x11','\x40','\x20','\x80','\x08','\x04','\x08','\x04','\x14','\x04','\x22','\x24','\x41','\x24','\xbe','\xa4','\x08','\x24','\x08','\x24','\x7f','\x24','\x49','\x24','\x49','\x24','\x7f','\x24','\x08','\x04','\x14','\x04','\x22','\x14','\x41','\x08','\x00','\x40','\x00','\x20','\x7b','\xfe','\x4a','\x02','\x4c','\x04','\x49','\xfc','\x48','\x00','\x49','\xfc','\x49','\x04','\x49','\xfc','\x79','\x04','\x49','\xfc','\x01','\x04','\x00','\x00','\x03','\xfe','\x00','\x00','\x00','\x00','\x7f','\xfc','\x49','\x24','\x45','\x44','\x5f','\xf4','\x42','\x04','\x7f','\xfc','\x48','\x24','\x57','\xd4','\x60','\x4c','\x47','\xc4','\x44','\x24','\x43','\xe4','\x40','\x04','\x7f','\xfc','\x40','\x04','\x7f','\x7c','\x48','\x44','\x7f','\x44','\x41','\x48','\x41','\x28','\x7f','\x30','\x48','\x10','\x48','\x28','\x7f','\x44','\x00','\x82','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x10','\x88','\x10','\x50','\x10','\x00','\x13','\xfe','\xfc','\x50','\x25','\xfc','\x24','\x54','\x27','\xfe','\x24','\x54','\x49','\xfc','\x28','\x50','\x10','\xd8','\x29','\x54','\x46','\x52','\x84','\x50','\x00','\x50','\x00','\x40','\x00','\x40','\xfb','\xf8','\x08','\x48','\x17','\xfe','\x10','\x48','\x23','\xf8','\x78','\x40','\x0b','\xf8','\x08','\x40','\x48','\x40','\x37','\xfc','\x10','\x40','\x2c','\x40','\x43','\xfe','\x80','\x00','\x01','\x00','\x7f','\xfc','\x41','\x04','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x3e','\x0e','\x22','\xf0','\x3e','\x20','\x22','\x44','\x3e','\xf8','\x22','\x10','\x3e','\x24','\x22','\xfe','\x7f','\x10','\x08','\x54','\x2a','\x92','\x59','\x50','\x01','\x20','\x48','\x84','\x48','\x12','\x87','\xf2','\x01','\x00','\x11','\x10','\x09','\x20','\x3f','\xf8','\x02','\x00','\x7f','\xfc','\x08','\x20','\x10','\xf0','\x3f','\x08','\xc1','\x06','\x1f','\xe0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x05','\x00','\x02','\x00','\x10','\x20','\x11','\x24','\x10','\xa8','\x13','\xfe','\xfc','\x40','\x10','\x80','\x17','\xfe','\x11','\x08','\x1a','\x04','\x35','\xfa','\xd9','\x08','\x11','\x08','\x11','\x28','\x11','\x12','\x51','\x02','\x20','\xfe','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x04','\x12','\xfa','\x30','\x20','\x38','\x20','\x55','\xfc','\x55','\x24','\x91','\x24','\x11','\xfc','\x10','\x50','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x80','\x10','\x80','\x11','\xfe','\x12','\x20','\xfc','\x40','\x13','\xfe','\x38','\x90','\x35','\x08','\x53','\xfe','\x55','\x10','\x91','\xfe','\x11','\x10','\x11','\xfe','\x11','\x10','\x11','\xfe','\x11','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x1f','\xc0','\x02','\x00','\x7f','\xfe','\x48','\x22','\x9f','\xf4','\x01','\x10','\x11','\x00','\x1f','\xf8','\x21','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x20','\x01','\x10','\x01','\x10','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xc0','\x06','\x08','\x10','\x08','\x14','\xff','\x92','\x08','\x12','\x08','\x10','\x7f','\x7e','\x41','\x10','\x55','\x10','\x49','\x10','\x5d','\x10','\x49','\x28','\x7f','\x28','\x49','\x28','\x49','\x44','\x45','\x44','\x42','\x82','\x00','\x00','\x01','\xfc','\xfc','\x88','\x10','\x88','\x10','\x88','\x20','\x88','\x3c','\x88','\x67','\xfe','\x64','\x88','\xa4','\x88','\x24','\x88','\x24','\x88','\x3c','\x88','\x25','\x08','\x21','\x08','\x02','\x08','\x00','\x00','\x01','\xf8','\xfd','\x08','\x11','\x08','\x11','\xf8','\x21','\x08','\x3d','\x08','\x65','\xf8','\x65','\x08','\xa5','\x08','\x25','\xf8','\x24','\x90','\x3c','\x90','\x21','\x12','\x02','\x12','\x04','\x0e','\x10','\x00','\x10','\xf8','\x20','\x88','\x24','\x88','\x44','\xf8','\xf8','\x00','\x11','\xfc','\x21','\x04','\x49','\x04','\xfd','\xfc','\x05','\x04','\x01','\x04','\x55','\xfc','\x55','\x04','\x81','\x14','\x01','\x08','\x00','\x00','\x0f','\xf0','\x48','\x10','\x4f','\xf0','\x48','\x10','\x4f','\xf0','\x48','\x10','\x4f','\xf0','\x40','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x04','\x45','\x04','\x02','\x00','\x01','\x00','\x00','\x80','\x1f','\xf8','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x00','\x17','\xf8','\x14','\x08','\x17','\xf8','\x14','\x08','\x27','\xf8','\x24','\x08','\x44','\x08','\x84','\x28','\x04','\x10','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x04','\x40','\x04','\x40','\x08','\x42','\x30','\x42','\xc0','\x3e','\x20','\x88','\x10','\x50','\x00','\x00','\xfd','\xfe','\x00','\x50','\x79','\xfc','\x00','\x54','\x7b','\xfe','\x00','\x54','\x79','\xfc','\x48','\x50','\x48','\xd8','\x49','\x54','\x7a','\x52','\x48','\x50','\x00','\x50','\x00','\x00','\x7e','\xfc','\x48','\x44','\x7e','\x44','\x42','\x28','\x7e','\x10','\x48','\x28','\x7f','\xf6','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x08','\x00','\x08','\x7c','\x08','\x10','\xff','\x10','\x08','\x10','\x7f','\x10','\x49','\x10','\x7f','\x7e','\x49','\x10','\x7f','\x10','\x08','\x10','\xff','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x00','\x40','\x23','\xf8','\x12','\x48','\x13','\xf8','\x00','\x40','\x07','\xfe','\xf0','\x00','\x13','\xf8','\x12','\x08','\x13','\xf8','\x12','\x00','\x13','\xf8','\x12','\x08','\x13','\xf8','\x28','\x00','\x47','\xfe','\x20','\x10','\x20','\x10','\x57','\x7c','\x49','\x14','\x81','\xfe','\x72','\x14','\x22','\x7c','\x27','\x10','\xf1','\x7c','\x25','\x10','\xa5','\xfe','\x72','\x10','\x22','\x10','\x35','\x00','\xc8','\xfe','\x00','\x00','\x00','\x20','\x7c','\x20','\x44','\x50','\x48','\x88','\x49','\x04','\x52','\xfa','\x48','\x20','\x48','\x20','\x45','\xfc','\x45','\x24','\x45','\x24','\x69','\xfc','\x50','\x50','\x40','\x88','\x41','\x04','\x42','\x02','\x00','\x00','\x7c','\xfe','\x44','\x10','\x44','\x20','\x7c','\xfc','\x44','\x84','\x44','\x84','\x7c','\xfc','\x28','\x84','\x28','\xfc','\xaa','\x84','\x6c','\x84','\x28','\xfc','\x2e','\x48','\xf0','\x84','\x41','\x02','\x00','\x10','\x7e','\x28','\x48','\x44','\x7e','\x82','\x48','\x7c','\x7e','\x10','\x48','\x10','\x48','\xfe','\x7e','\x92','\x02','\x92','\xaa','\xfe','\xaa','\x10','\xaa','\x28','\x82','\x28','\x14','\x44','\x08','\x82','\x10','\x10','\x10','\x28','\x1e','\x44','\x10','\x82','\x10','\x7c','\xfe','\x10','\x92','\x10','\xc6','\xfe','\xaa','\x92','\xd6','\x92','\xaa','\xfe','\xc6','\x10','\x92','\x28','\xfe','\x28','\x82','\x44','\x00','\x82','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x40','\x08','\x42','\x10','\x42','\x20','\x42','\x40','\x3e','\x80','\x00','\x00','\x00','\x3f','\xfe','\x20','\x80','\x21','\x00','\x27','\xf0','\x24','\x10','\x24','\x10','\x27','\xf0','\x24','\x10','\x24','\x10','\x27','\xf0','\x20','\x80','\x24','\x90','\x48','\x88','\x52','\x84','\x81','\x00','\x11','\x04','\x08','\x84','\x08','\x88','\x3f','\xfe','\x20','\x00','\x27','\x10','\x21','\x1e','\x2f','\xd4','\x24','\xa4','\x27','\x94','\x24','\x94','\x27','\x88','\x24','\xe8','\x5f','\x94','\x40','\xa4','\x80','\xc2','\x08','\x00','\x08','\x00','\x11','\xfc','\x10','\x04','\x22','\x04','\x42','\x04','\xfc','\x04','\x04','\x04','\x08','\x04','\x10','\x04','\x24','\x04','\x42','\x04','\xfe','\x04','\x42','\x04','\x00','\x28','\x00','\x10','\x00','\x40','\xf8','\x20','\x08','\x20','\x0b','\xfe','\x08','\x40','\x78','\x40','\x40','\x88','\x41','\x08','\x43','\xf0','\x78','\x20','\x08','\x40','\x08','\x88','\x09','\x04','\x0b','\xfc','\x51','\x04','\x20','\x00','\x00','\x14','\x20','\x12','\x10','\x10','\x17','\xfe','\x84','\x10','\x44','\x10','\x45','\xd0','\x14','\x12','\x14','\x12','\x25','\xd4','\xe5','\x54','\x25','\x48','\x25','\xda','\x24','\x2a','\x28','\x46','\x10','\x82','\x00','\x00','\x27','\xfe','\x14','\x20','\x14','\x40','\x85','\xfc','\x45','\x04','\x45','\xfc','\x15','\x04','\x15','\xfc','\x25','\x24','\xe4','\x20','\x24','\xa8','\x29','\x24','\x2a','\x22','\x30','\xa0','\x00','\x40','\x02','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x00','\x04','\x20','\x08','\x20','\x10','\x40','\x3f','\x80','\x11','\x00','\x02','\x00','\x04','\x20','\x08','\x10','\x3f','\xf8','\x10','\x08','\x00','\x08','\x00','\x00','\x01','\xfc','\xfd','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x7d','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x10','\x50','\x1c','\x90','\xe0','\x92','\x41','\x12','\x02','\x0e','\x10','\x20','\x10','\x10','\x20','\x10','\x25','\xfe','\x44','\x20','\xf8','\x20','\x10','\x44','\x20','\x84','\x49','\xf8','\xfc','\x10','\x04','\x20','\x00','\x44','\x54','\x82','\x55','\xfe','\x80','\x82','\x00','\x00','\x10','\x20','\x20','\x10','\x7c','\x10','\x45','\xfe','\x64','\x20','\x54','\x20','\x54','\x44','\xfc','\x84','\x45','\xf8','\x64','\x10','\x54','\x20','\x54','\x44','\x44','\x82','\x45','\xfe','\x54','\x82','\x88','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x20','\x10','\x10','\x01','\xfe','\xfc','\x00','\x00','\x84','\x78','\x48','\x01','\xfe','\x79','\x08','\x01','\x10','\x79','\x64','\x49','\x08','\x49','\x12','\x49','\x64','\x7a','\x08','\x4a','\x30','\x04','\xc0','\x00','\x00','\x7b','\xf8','\x4a','\x08','\x52','\x08','\x53','\xf8','\x62','\x08','\x52','\x08','\x4b','\xf8','\x4a','\x44','\x4a','\x48','\x6a','\x30','\x52','\x20','\x42','\x10','\x42','\x88','\x43','\x06','\x42','\x00','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x11','\x10','\x09','\x10','\x09','\x20','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x10','\x00','\x17','\xfc','\x14','\x44','\x24','\x44','\x27','\xfc','\x64','\x44','\x64','\x44','\xa5','\xf4','\x25','\x14','\x25','\x14','\x25','\x14','\x25','\xf4','\x25','\x14','\x24','\x04','\x27','\xfc','\x24','\x04','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x08','\x00','\x3c','\x7b','\xe0','\x48','\x20','\x49','\x24','\x48','\xa4','\x48','\xa8','\x48','\x20','\x4b','\xfe','\x48','\x20','\x78','\x20','\x48','\x20','\x00','\x20','\x00','\x20','\x00','\xa0','\x00','\x40','\x00','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x5f','\xf4','\x41','\x04','\x41','\x04','\x4f','\xe4','\x48','\x24','\x48','\x24','\x48','\x24','\x4f','\xe4','\x48','\x24','\x40','\x04','\x7f','\xfc','\x40','\x04','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\xfd','\xfe','\x24','\x20','\x24','\x20','\x24','\x20','\x25','\xfc','\x49','\x04','\x29','\x04','\x11','\x04','\x29','\x04','\x45','\x04','\x85','\xfc','\x01','\x04','\x00','\x08','\xf8','\x3c','\x0b','\xd0','\x12','\x90','\x22','\x90','\x22','\x90','\x2a','\x90','\x32','\x90','\x22','\x90','\xe2','\x88','\x22','\x88','\x22','\xc8','\x22','\xa4','\x24','\xd4','\xa4','\x92','\x48','\x00','\x00','\x00','\x3f','\xf0','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x3f','\xf0','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x04','\x20','\x04','\x20','\x04','\x1f','\xfc','\x00','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x80','\x3f','\xfc','\x20','\x80','\x2f','\xf8','\x28','\x88','\x2f','\xf8','\x28','\x88','\x2f','\xf8','\x20','\x80','\x5f','\xfe','\x40','\x80','\x80','\x80','\x00','\x80','\x00','\x08','\xf8','\x3c','\x0b','\xd0','\x0a','\x90','\x0a','\x90','\x7a','\x90','\x42','\x90','\x42','\x90','\x42','\x90','\x7a','\x88','\x0a','\x88','\x0a','\xc8','\x0a','\xa4','\x0c','\xd4','\x54','\x92','\x28','\x00','\x00','\x00','\x7f','\xfe','\x00','\x00','\x00','\x00','\x1f','\xf8','\x10','\x08','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x10','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x80','\x00','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x80','\xfe','\xfe','\x11','\x08','\x12','\x88','\x10','\x88','\x7c','\x88','\x44','\x50','\x44','\x50','\x44','\x20','\x44','\x50','\x7c','\x88','\x45','\x04','\x02','\x02','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\xfd','\xfe','\x10','\x20','\x30','\x20','\x38','\x20','\x55','\xfc','\x55','\x04','\x91','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x01','\x00','\x21','\x1e','\x11','\x12','\x17','\xd2','\x81','\x12','\x41','\x1e','\x41','\x12','\x17','\xd2','\x14','\x52','\x24','\x5e','\xe4','\x52','\x27','\xd2','\x24','\x52','\x20','\x22','\x20','\x2a','\x00','\x44','\x00','\x08','\x88','\x3c','\x53','\xd0','\x22','\x90','\x52','\x90','\x92','\x90','\x12','\x90','\x12','\x90','\x32','\x90','\x52','\x88','\x92','\x88','\x12','\xc8','\x12','\xa4','\x14','\xd4','\xa4','\x92','\x48','\x00','\x10','\x80','\x10','\x9e','\x94','\x92','\x55','\xd2','\x58','\x92','\x10','\x9e','\xfc','\x92','\x31','\xd2','\x39','\x52','\x55','\x5e','\x55','\x52','\x91','\x52','\x11','\xd2','\x10','\x22','\x10','\x2a','\x10','\x44','\x20','\x20','\x10','\x20','\x03','\xfe','\xfc','\x50','\x08','\x88','\x11','\x04','\x12','\xfa','\x34','\x00','\x5b','\xfe','\x94','\x40','\x14','\x80','\x11','\xfc','\x10','\x04','\x10','\x04','\x10','\x28','\x10','\x10','\x00','\x00','\x3c','\xf8','\x24','\x88','\x24','\x88','\x24','\x88','\x3d','\x06','\x26','\x00','\x25','\xfc','\x24','\x84','\x3c','\x84','\x24','\x48','\x24','\x50','\x24','\x20','\x44','\x50','\x54','\x88','\x8b','\x06','\x08','\x00','\x08','\x7c','\x08','\x44','\x08','\x44','\x7f','\x44','\x08','\x7c','\x08','\x44','\x3e','\x44','\x22','\x44','\x22','\x7c','\x22','\x44','\x22','\x44','\x3e','\x84','\x22','\x84','\x01','\x14','\x02','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x1c','\x7d','\xf0','\x09','\x50','\x11','\x50','\x11','\x50','\x1d','\x50','\x31','\x48','\xd1','\x48','\x11','\x44','\x12','\x54','\x52','\x5a','\x24','\x68','\x01','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfc','\x21','\x04','\x21','\x60','\x2f','\x88','\x21','\x08','\x20','\xf8','\x20','\x00','\x23','\xe0','\x22','\x20','\x22','\x20','\x44','\x24','\x48','\x24','\x90','\x1c','\x20','\x20','\x10','\x20','\x03','\xfe','\xfc','\x50','\x00','\x88','\x79','\x04','\x02','\xfa','\x78','\x00','\x03','\xfe','\x78','\x40','\x48','\x80','\x49','\xfc','\x48','\x04','\x78','\x04','\x48','\x28','\x00','\x10','\x00','\x20','\x78','\x20','\x4b','\xfe','\x48','\x50','\x48','\x88','\x79','\x04','\x16','\xfa','\x10','\x00','\x53','\xfe','\x5c','\x40','\x50','\x80','\x51','\xfc','\x58','\x04','\xe0','\x04','\x00','\x28','\x00','\x10','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\x20','\x43','\xfe','\xb8','\x20','\x10','\x20','\x10','\x20','\xfd','\xfc','\x11','\x04','\x95','\x04','\x59','\x04','\x51','\x04','\x1d','\x04','\xe1','\xfc','\x41','\x04','\x01','\x00','\x00','\x80','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x22','\x80','\x22','\x40','\x27','\xfc','\x2c','\x40','\x37','\xf8','\x24','\x40','\x27','\xf8','\x44','\x40','\x44','\x40','\x87','\xfc','\x04','\x00','\x10','\x00','\x08','\xfe','\x7f','\x10','\x41','\x20','\x41','\x7c','\x7f','\x44','\x54','\x44','\x52','\x7c','\x7f','\x44','\x54','\x7c','\x5f','\x44','\x54','\x44','\x5f','\x7c','\x54','\x00','\x9f','\x28','\x10','\x44','\x08','\x10','\x08','\x10','\xff','\x10','\x08','\xfe','\x08','\x10','\x7e','\x10','\x00','\xfc','\x7e','\x44','\x42','\x44','\x42','\x44','\x7e','\x28','\x42','\x28','\x24','\x10','\x0f','\x28','\xf0','\x44','\x40','\x82','\x00','\x00','\x7f','\xfc','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x3f','\xf0','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\xff','\xfe','\x00','\x00','\x00','\x00','\x7f','\xfc','\x04','\x00','\x04','\x00','\x04','\x00','\x0f','\xf0','\x08','\x10','\x08','\x10','\x10','\x10','\x10','\x20','\x1f','\xe0','\x00','\x20','\x00','\x40','\x00','\x40','\xff','\xfe','\x00','\x00','\x08','\x00','\x0b','\xfc','\x08','\x40','\x10','\x40','\x10','\x40','\x30','\x40','\x33','\xf8','\x50','\x88','\x90','\x88','\x10','\x88','\x10','\x88','\x11','\x08','\x11','\x08','\x11','\x08','\x17','\xfe','\x10','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x1f','\xf8','\x11','\x00','\x21','\x00','\x41','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x07','\xe0','\x04','\x20','\x14','\x20','\x17','\xe0','\x10','\x00','\x10','\x00','\x1f','\xf0','\x00','\x10','\x00','\x10','\xff','\xfe','\x00','\x00','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\x00','\x00','\x7f','\xfc','\x02','\x00','\x02','\x00','\x3f','\xf0','\x04','\x10','\x04','\x10','\x08','\x10','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x20','\x00','\x20','\xf8','\x20','\x88','\x20','\x88','\xfa','\xf8','\x4a','\x00','\x4a','\x00','\x4b','\xfc','\x88','\x04','\x48','\x04','\x37','\xfe','\x10','\x00','\x28','\xa0','\x49','\x10','\x82','\x08','\x04','\x06','\x08','\x20','\x08','\x40','\x10','\x88','\x21','\x10','\x4b','\xe0','\x08','\x40','\x10','\x88','\x33','\xfc','\x50','\x84','\x90','\x80','\x11','\xf8','\x13','\x08','\x14','\x90','\x10','\x60','\x11','\x98','\x16','\x06','\x14','\x00','\x14','\x00','\x27','\xde','\x49','\x12','\x91','\x12','\x11','\x12','\x2f','\xd2','\x61','\x12','\xa1','\x12','\x25','\xd2','\x25','\x12','\x25','\x1a','\x25','\xd4','\x3e','\x10','\x28','\x10','\x20','\x10','\x10','\x00','\x13','\xfe','\x10','\x40','\x10','\x40','\x19','\xfc','\x54','\x84','\x50','\x84','\x53','\xfe','\x90','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x00','\x13','\xfe','\x10','\x40','\x10','\x40','\xfd','\xfc','\x10','\x84','\x30','\x84','\x3b','\xfe','\x54','\x00','\x50','\x00','\x91','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x20','\x10','\x50','\x10','\x88','\x11','\x24','\xfe','\xfa','\x10','\x50','\x31','\x24','\x39','\x54','\x55','\xfc','\x50','\x20','\x93','\xfe','\x12','\x42','\x12','\x92','\x12','\xfa','\x12','\x0a','\x12','\x06','\x01','\x00','\x01','\x3c','\xf9','\x24','\x27','\xe4','\x21','\x24','\x21','\x3c','\x21','\x24','\xfb','\xa4','\x22','\xa4','\x22','\xbc','\x22','\xa4','\x3a','\xa4','\xe3','\xa4','\x40','\x44','\x00','\x54','\x00','\x88','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\xff','\xfe','\x10','\x10','\x3f','\xf8','\xc4','\x06','\x0f','\xe0','\x18','\x20','\x68','\x20','\x0f','\xe0','\x08','\x20','\x20','\x00','\x13','\xfc','\x00','\x40','\xfc','\x40','\x01','\xf8','\x78','\x88','\x00','\x88','\x7b','\xfe','\x00','\x00','\x78','\x00','\x49','\xf8','\x49','\x08','\x49','\x08','\x79','\x08','\x49','\xf8','\x01','\x08','\x20','\x00','\x11','\xfc','\x01','\x04','\xfd','\x04','\x01','\xfc','\x78','\x00','\x00','\x00','\x79','\xfc','\x00','\x20','\x78','\x20','\x4b','\xfe','\x48','\x20','\x48','\x50','\x78','\x88','\x49','\x04','\x02','\x02','\x20','\x88','\x13','\xfe','\x00','\xa8','\xfc','\x90','\x01','\xfe','\x7b','\x20','\x01','\xfc','\x79','\x20','\x01','\xfc','\x79','\x20','\x49','\xfe','\x49','\x00','\x4b','\xfc','\x78','\x88','\x48','\x70','\x03','\x8e','\x01','\x00','\xf9','\x3c','\x21','\x24','\x27','\xe4','\xf9','\x24','\xa9','\x3c','\xa9','\x24','\xab','\xa4','\xda','\xa4','\x8a','\xbc','\x8a','\xa4','\xfa','\xa4','\x8b','\xa4','\x88','\x44','\xf8','\x54','\x88','\x88','\x08','\x00','\x08','\x00','\x1f','\xfc','\x10','\x00','\x20','\x00','\x40','\x00','\x9f','\xe0','\x00','\x20','\x00','\x40','\x01','\x80','\x06','\x00','\x08','\x04','\x10','\x04','\x10','\x04','\x0f','\xfc','\x00','\x00','\x20','\x00','\x21','\xfc','\x79','\x24','\x49','\x24','\x91','\xfc','\x7d','\x24','\x55','\x24','\x55','\xfc','\x7c','\x20','\x54','\x20','\x55','\xfc','\x7c','\x20','\x00','\x20','\xaa','\x20','\xab','\xfe','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x10','\x10','\x10','\x08','\x20','\x24','\x48','\x24','\x04','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x0c','\x40','\x30','\x30','\xc0','\x0e','\x10','\x80','\x10','\x40','\x10','\x40','\x27','\xfc','\x20','\x00','\x61','\x10','\x62','\x08','\xa4','\x04','\x21','\x10','\x21','\x10','\x20','\xa0','\x20','\x40','\x20','\xa0','\x21','\x10','\x22','\x08','\x2c','\x06','\x08','\x00','\x0b','\xf8','\x08','\x08','\x10','\x08','\x17','\xfe','\x31','\x00','\x31','\x00','\x53','\xf8','\x94','\x40','\x10','\x40','\x1f','\xfe','\x10','\x40','\x10','\xa0','\x11','\x10','\x12','\x08','\x1c','\x06','\x10','\x00','\x13','\xf8','\x10','\x08','\x28','\x08','\x2f','\xfe','\x69','\x00','\x69','\x00','\xab','\xf8','\x2c','\x40','\x28','\x40','\x2f','\xfe','\x28','\x40','\x28','\xa0','\x21','\x10','\x22','\x08','\x2c','\x06','\x08','\x40','\x08','\x40','\x0f','\xfc','\x10','\x40','\x10','\x40','\x37','\xfe','\x31','\x10','\x50','\xa0','\x97','\xfc','\x10','\x40','\x10','\x40','\x1f','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x01','\x00','\x21','\x08','\x11','\x08','\x09','\x10','\x09','\x20','\x01','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x42','\x08','\x42','\x10','\x42','\x20','\x3e','\xc0','\x00','\x00','\x80','\x04','\x80','\x04','\x80','\x08','\x40','\x08','\x40','\x10','\x20','\x20','\x10','\x42','\x08','\x82','\x06','\x04','\x00','\x04','\x40','\x08','\x20','\x10','\x20','\x3f','\xf0','\x10','\x10','\x00','\x00','\x00','\x40','\x00','\x40','\x00','\x40','\xfe','\x40','\x11','\xfc','\x10','\x44','\x10','\x44','\x10','\x44','\x10','\x44','\x10','\x84','\x10','\x84','\x1e','\x84','\xf1','\x04','\x41','\x04','\x02','\x28','\x04','\x10','\x10','\x20','\x08','\x20','\x00','\x20','\xff','\x20','\x00','\xfc','\x24','\x24','\x42','\x24','\x81','\x24','\x24','\x24','\x14','\x24','\x08','\x24','\x14','\x44','\x22','\x44','\x42','\x84','\x81','\x28','\x02','\x10','\x08','\x00','\x08','\x00','\x10','\x00','\x1f','\xf8','\x20','\x08','\x42','\x08','\x82','\x08','\x04','\x08','\x04','\x08','\x08','\x88','\x10','\x48','\x3f','\xe8','\x10','\x28','\x00','\x08','\x00','\x50','\x00','\x20','\x00','\x00','\x3f','\xfe','\x20','\x00','\x27','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x27','\xf8','\x20','\x00','\x27','\xf8','\x20','\x10','\x20','\x20','\x2f','\xfe','\x40','\x40','\x41','\x40','\x80','\x80','\x00','\x00','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x00','\x00','\x02','\x00','\x04','\x00','\x08','\x00','\x7f','\xfc','\x40','\x04','\x40','\x04','\x47','\xc4','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x47','\xc4','\x44','\x44','\x40','\x04','\x40','\x14','\x40','\x08','\x00','\x10','\x00','\xf8','\x1f','\x00','\x10','\x00','\x10','\x00','\x1f','\xfe','\x10','\x00','\x10','\x00','\x10','\x00','\x17','\xf8','\x14','\x08','\x24','\x08','\x24','\x08','\x44','\x08','\x87','\xf8','\x04','\x08','\x01','\x00','\x01','\x78','\x71','\x08','\x52','\x08','\x52','\xfe','\x56','\x40','\x5a','\x40','\x52','\x7c','\x52','\x90','\x52','\x10','\x72','\xfe','\x52','\x10','\x02','\x28','\x02','\x28','\x02','\x44','\x02','\x82','\x10','\x80','\x10','\x40','\x10','\x40','\x13','\xfc','\x10','\x00','\xfc','\x00','\x11','\xf0','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x1d','\x12','\xe1','\x12','\x42','\x12','\x02','\x0e','\x04','\x00','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\x11','\x00','\xfd','\xfe','\x11','\x00','\x11','\x00','\x11','\x7c','\x11','\x44','\x11','\x44','\x1d','\x44','\xe1','\x44','\x42','\x7c','\x02','\x44','\x04','\x00','\x10','\x00','\x10','\xfc','\x10','\x04','\x10','\x08','\xfc','\x10','\x24','\x20','\x24','\x20','\x25','\xfe','\x24','\x20','\x48','\x20','\x28','\x20','\x10','\x20','\x28','\x20','\x44','\x20','\x84','\xa0','\x00','\x40','\x00','\x40','\x7e','\x40','\x02','\x40','\x04','\x40','\x08','\x40','\x08','\x40','\x0a','\x40','\x0c','\x40','\x38','\x40','\xc8','\x40','\x08','\x40','\x08','\x42','\x08','\x42','\x08','\x42','\x28','\x3e','\x10','\x00','\x02','\x00','\x02','\x08','\x3f','\xd0','\x02','\x20','\x02','\x40','\xff','\xfe','\x01','\x00','\x02','\x00','\x3f','\xe0','\x10','\x40','\x20','\x80','\x5f','\xfc','\x80','\x80','\x00','\x80','\x02','\x80','\x01','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x82','\x04','\x02','\x00','\x7f','\xfc','\x04','\x00','\x04','\x80','\x08','\x80','\x09','\x00','\x11','\x00','\x22','\x20','\x44','\x10','\x8f','\xf8','\x04','\x08','\x00','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xfe','\xfc','\x40','\x10','\x40','\x10','\x80','\x10','\x80','\x11','\x00','\x11','\xfc','\x10','\x04','\x10','\x04','\x1e','\x04','\xe0','\x04','\x40','\x04','\x00','\x04','\x00','\x28','\x00','\x10','\x04','\x40','\x04','\x40','\x3f','\xf8','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x20','\x1f','\xf0','\x28','\x28','\xc8','\x26','\x0f','\xe0','\x08','\x20','\x08','\x08','\x08','\x08','\x07','\xf8','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x08','\x20','\x04','\x40','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x20','\x80','\x20','\x80','\x20','\x80','\x21','\x00','\x21','\x00','\x21','\x00','\x22','\x10','\x22','\x08','\x44','\x08','\x4f','\xfc','\x84','\x04','\x00','\x04','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x20','\x80','\x2f','\xf8','\x20','\x88','\x20','\x88','\x3f','\xfe','\x20','\x88','\x20','\x88','\x2f','\xf8','\x41','\x40','\x42','\x20','\x8c','\x18','\x30','\x06','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x80','\x2f','\xf8','\x20','\x88','\x3f','\xfe','\x20','\x88','\x2f','\xf8','\x28','\x80','\x24','\xc4','\x22','\xa8','\x44','\x90','\x48','\x88','\x92','\x86','\x01','\x00','\x00','\x20','\x7c','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x7c','\x40','\x40','\x40','\x40','\x40','\x40','\x80','\x7c','\x88','\x04','\x84','\x05','\x04','\x07','\xfe','\x05','\x02','\x28','\x02','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x00','\x10','\x00','\x19','\xfc','\x55','\x04','\x51','\x04','\x51','\xfc','\x91','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x00','\x21','\x08','\x21','\x08','\x27','\xfe','\x21','\x48','\x30','\x20','\xaf','\xfe','\xa2','\x00','\xa2','\x00','\xa3','\xfc','\x20','\x00','\x22','\x48','\x22','\x48','\x22','\x48','\x24','\x4a','\x24','\x4a','\x28','\x46','\x10','\x80','\x10','\x40','\x10','\x40','\x13','\xfc','\xfc','\x00','\x10','\x00','\x11','\xf0','\x15','\x10','\x19','\x10','\x31','\x10','\xd1','\x10','\x11','\x12','\x11','\x12','\x12','\x12','\x52','\x0e','\x24','\x00','\x10','\x80','\x10','\x80','\x11','\x00','\x11','\xfc','\xfa','\x04','\x14','\x04','\x11','\xe4','\x19','\x24','\x31','\x24','\xd1','\x24','\x11','\xe4','\x11','\x24','\x10','\x04','\x10','\x04','\x50','\x28','\x20','\x10','\x10','\x40','\x10','\x20','\x10','\x20','\x13','\xfe','\xfa','\x02','\x14','\x94','\x11','\x08','\x1a','\x04','\x30','\x00','\xd1','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x57','\xfe','\x20','\x00','\x00','\x40','\x00','\x40','\x00','\x40','\xfe','\x80','\x10','\xfe','\x11','\x08','\x12','\x88','\x10','\x88','\x10','\x88','\x10','\x50','\x10','\x50','\x1e','\x20','\xf0','\x50','\x40','\x88','\x01','\x04','\x02','\x02','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x00','\x00','\x0c','\x00','\x70','\xfc','\x40','\x84','\x40','\x84','\x40','\x84','\x4c','\x84','\x70','\x94','\x40','\x88','\x00','\x80','\x00','\x80','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x11','\x10','\x09','\x20','\x01','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\x08','\x42','\x10','\x42','\x60','\x3e','\x00','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x11','\x00','\x0a','\x00','\x06','\x00','\x19','\xc0','\xe0','\x3e','\x10','\x80','\x10','\x40','\x10','\x40','\x13','\xfc','\xfc','\x00','\x10','\x00','\x31','\xf0','\x39','\x10','\x55','\x10','\x55','\x10','\x91','\x10','\x11','\x12','\x11','\x12','\x12','\x12','\x12','\x0e','\x14','\x00','\x10','\x40','\x10','\x20','\x10','\x20','\x11','\xfe','\xfc','\x00','\x10','\x88','\x31','\x04','\x3a','\x02','\x54','\x88','\x50','\x88','\x90','\x50','\x10','\x50','\x10','\x20','\x10','\x50','\x10','\x88','\x13','\x06','\x10','\x00','\x13','\xfe','\x10','\x20','\x10','\x20','\xfd','\xfc','\x11','\x24','\x31','\x24','\x39','\xfc','\x55','\x24','\x55','\x24','\x91','\xfc','\x11','\x20','\x10','\xa0','\x10','\x40','\x10','\xb0','\x13','\x0e','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\xfd','\xfc','\x10','\x88','\x33','\xfe','\x38','\x20','\x55','\xfc','\x55','\x24','\x91','\xfc','\x11','\x24','\x13','\xfe','\x11','\x04','\x11','\x14','\x11','\x08','\x00','\x00','\x20','\x00','\x17','\xfc','\x10','\x40','\x80','\x40','\x40','\x40','\x48','\x40','\x08','\x40','\x10','\x40','\x10','\x40','\xe0','\x40','\x20','\x40','\x20','\x40','\x2f','\xfe','\x20','\x00','\x00','\x00','\x01','\x10','\x21','\x10','\x11','\x10','\x11','\x10','\x87','\xfc','\x41','\x10','\x41','\x10','\x11','\x10','\x11','\x10','\x2f','\xfe','\xe0','\x00','\x21','\x10','\x21','\x08','\x22','\x08','\x24','\x04','\x08','\x04','\x00','\x40','\x22','\x40','\x12','\x40','\x13','\xfc','\x84','\x40','\x48','\x40','\x40','\x40','\x17','\xfe','\x10','\x00','\x20','\x00','\xe3','\xf8','\x22','\x08','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x01','\x10','\x21','\x10','\x17','\xfc','\x11','\x10','\x81','\x10','\x4f','\xfe','\x41','\x10','\x12','\x08','\x17','\xf4','\x2a','\x12','\xe2','\x10','\x23','\xf0','\x22','\x04','\x22','\x04','\x21','\xfc','\x00','\x00','\x01','\x10','\x21','\x10','\x17','\xfc','\x11','\x10','\x83','\xfc','\x41','\x10','\x4f','\xfe','\x10','\x40','\x13','\xfc','\x22','\x44','\xe3','\xfc','\x22','\x44','\x2f','\xfe','\x22','\x04','\x22','\x14','\x02','\x08','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x01','\xfe','\xfc','\x20','\x10','\x20','\x11','\xfc','\x21','\x24','\x3d','\x24','\x65','\xfc','\x65','\x24','\xa5','\x24','\x25','\xfc','\x25','\x20','\x3c','\xa0','\x24','\x40','\x20','\xb0','\x03','\x0e','\x08','\x40','\x1c','\x20','\xf3','\xfe','\x10','\x00','\x11','\xf8','\xfd','\x08','\x11','\xf8','\x38','\x00','\x37','\xfc','\x52','\x04','\x52','\xf4','\x92','\x94','\x12','\x94','\x12','\xf4','\x12','\x14','\x12','\x08','\x10','\x20','\x10','\x10','\x95','\xfe','\x55','\x10','\x59','\x7c','\x11','\x14','\xfd','\xfe','\x31','\x14','\x39','\x7c','\x55','\x10','\x55','\x92','\x91','\x54','\x11','\x38','\x12','\x54','\x12','\x92','\x14','\x30','\x10','\x00','\x10','\x00','\x21','\xfc','\x24','\x20','\x44','\x20','\xf8','\x20','\x10','\x20','\x20','\x20','\x48','\x20','\xfc','\x20','\x04','\x20','\x00','\x20','\x54','\x20','\x54','\x20','\x83','\xfe','\x00','\x00','\x10','\x40','\x10','\x40','\x20','\x40','\x28','\x40','\x4b','\xfe','\xf0','\x40','\x10','\x80','\x20','\x90','\x48','\x90','\xf9','\x20','\x09','\x20','\x02','\x48','\xaa','\x44','\xac','\x84','\x81','\xfe','\x00','\x82','\x10','\x40','\x10','\x20','\x20','\x20','\x25','\xfe','\x44','\x00','\xf8','\x88','\x11','\x04','\x22','\x02','\x48','\x88','\xfc','\x88','\x04','\x50','\x00','\x50','\x54','\x20','\x54','\x50','\x80','\x88','\x03','\x06','\x10','\x00','\x13','\xfe','\x22','\x02','\x2a','\x8a','\x4a','\x52','\xf3','\xfe','\x12','\x22','\x22','\x22','\x4a','\xaa','\xfa','\xaa','\x0a','\xaa','\x02','\xfa','\xaa','\x02','\xaa','\x02','\x82','\x0a','\x02','\x04','\x10','\x88','\x10','\x88','\x10','\x88','\xfe','\x88','\x11','\xfc','\x7c','\x88','\x10','\x88','\xfe','\x88','\x13','\xfe','\x38','\x88','\x34','\x88','\x54','\x88','\x50','\x88','\x91','\x08','\x11','\x08','\x12','\x08','\x02','\x00','\x02','\x08','\x3f','\xd0','\x02','\x20','\x02','\x40','\xff','\xfe','\x01','\x00','\x02','\x00','\x0f','\xf8','\x12','\x00','\x24','\x00','\x47','\xf0','\x80','\x10','\x00','\x10','\x00','\xa0','\x00','\x40','\x01','\x00','\x01','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x00','\x40','\x78','\x40','\x48','\x40','\x48','\x40','\x4b','\xfe','\x78','\x40','\x48','\x80','\x48','\x90','\x48','\x90','\x79','\x20','\x49','\x20','\x4a','\x48','\x4a','\x44','\x4c','\x84','\x49','\xfe','\x98','\x82','\x00','\x40','\x78','\x20','\x48','\x20','\x4b','\xfe','\x4a','\x02','\x7c','\x94','\x49','\x08','\x4a','\x04','\x48','\x00','\x79','\xfc','\x48','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x4f','\xfe','\x98','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x00','\x00','\x7f','\xfe','\x48','\x22','\x8f','\xe4','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x30','\x10','\x40','\x20','\x20','\x7c','\x00','\x45','\xfc','\x64','\x00','\x54','\x00','\x54','\xf0','\xfc','\x90','\x44','\x90','\x64','\x90','\x54','\x90','\x54','\x92','\x44','\x92','\x45','\x12','\x55','\x0e','\x8a','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\xff','\xfe','\x10','\x00','\x10','\x00','\x1f','\xf8','\x00','\x00','\x11','\x10','\x11','\x10','\x11','\x10','\x21','\x12','\x41','\x12','\x81','\x0e','\x08','\x00','\x09','\xfc','\x10','\x00','\x20','\x00','\x48','\x00','\x08','\x00','\x13','\xfe','\x30','\x20','\x50','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x12','\x00','\x13','\xc0','\x24','\x4e','\x48','\x80','\x87','\xc0','\x15','\x40','\x25','\x5e','\x67','\xc4','\xa5','\x44','\x25','\x44','\x27','\xc4','\x21','\x04','\x2f','\xe4','\x21','\x04','\x22','\x94','\x24','\x48','\x20','\x88','\x10','\x88','\x03','\xfe','\xfc','\x88','\x01','\xfc','\x78','\x88','\x03','\xfe','\x78','\x20','\x01','\xfc','\x79','\x24','\x49','\xfc','\x49','\x24','\x4b','\xfe','\x79','\x04','\x49','\x14','\x01','\x08','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\x10','\x10','\x20','\x08','\x00','\x88','\x78','\x88','\x4b','\xfe','\x48','\x88','\x79','\xfc','\x48','\x88','\x4b','\xfe','\x78','\x20','\x49','\xfc','\x49','\x24','\x79','\xfc','\x01','\x24','\x53','\xfe','\x49','\x04','\x89','\x14','\x01','\x08','\x10','\x00','\x08','\x7c','\x00','\x44','\xff','\x48','\x00','\x48','\x24','\x50','\x42','\x48','\x81','\x48','\x24','\x44','\x14','\x44','\x08','\x44','\x14','\x68','\x22','\x50','\x42','\x40','\x80','\x40','\x00','\x40','\x00','\x20','\xfe','\x22','\x29','\xfa','\x28','\x24','\xfe','\x24','\xab','\xfe','\xaa','\x10','\xaa','\x20','\xaf','\xfc','\xc2','\x88','\x83','\x10','\xfe','\xfe','\x82','\x10','\x82','\x10','\xfe','\x50','\x82','\x20','\x10','\x20','\x10','\x10','\x28','\x10','\x25','\xfe','\x41','\x00','\xb9','\x10','\x11','\x10','\x11','\x10','\xfd','\x10','\x11','\x20','\x95','\x28','\x59','\x24','\x52','\x44','\x1e','\xfe','\xe4','\x42','\x48','\x00','\x00','\x20','\x00','\x10','\xf8','\x10','\x21','\xfe','\x21','\x00','\x41','\x10','\x79','\x10','\x49','\x10','\xc9','\x10','\x49','\x20','\x49','\x28','\x49','\x24','\x7a','\x44','\x4a','\xfe','\x04','\x42','\x08','\x00','\x20','\x00','\x23','\xfe','\x52','\x02','\x4a','\x8a','\x82','\x52','\x7b','\xfe','\x22','\x22','\x22','\x22','\xfa','\xaa','\x22','\xaa','\x2a','\xaa','\xb2','\xfa','\x62','\x02','\x3a','\x02','\xe2','\x0a','\x02','\x04','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x41','\x04','\x42','\x84','\x44','\x44','\x5b','\xb4','\x40','\x04','\x47','\xc4','\x44','\x44','\x44','\x44','\x47','\xc4','\x44','\x54','\x40','\x08','\x00','\x80','\x7c','\x80','\x44','\xfc','\x49','\x08','\x4a','\x90','\x50','\x60','\x49','\x98','\x4e','\x26','\x44','\x20','\x45','\xfc','\x44','\x20','\x6a','\x20','\x53','\xfe','\x40','\x20','\x40','\x20','\x40','\x20','\x00','\x00','\x01','\xfe','\x00','\x20','\xfc','\x40','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x1d','\x04','\xe1','\xfc','\x40','\x88','\x01','\x04','\x02','\x02','\x00','\x70','\x1f','\x80','\x01','\x00','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xdf','\xf6','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x02','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x0f','\xe0','\x08','\x20','\x08','\x20','\x0f','\xe0','\x00','\x00','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x48','\x24','\x4f','\xe4','\x40','\x0c','\x00','\x20','\x80','\x40','\x40','\xfc','\x1f','\x84','\x84','\xfc','\x44','\x84','\x44','\xfc','\x04','\x80','\x24','\xfe','\x44','\x80','\xc4','\xfe','\x47','\x02','\x5c','\xaa','\x48','\xaa','\x41','\x02','\x00','\x0c','\x00','\x02','\x7f','\xc2','\x40','\x42','\x51','\x42','\x4a','\x52','\x7f','\xd2','\x44','\x52','\x44','\x52','\x55','\x52','\x55','\x52','\x55','\x52','\x5f','\x52','\x40','\x42','\x40','\x42','\x41','\x4a','\x40','\x84','\x08','\x20','\x08','\x20','\x08','\x20','\x7e','\x20','\x08','\xfc','\x08','\x24','\x08','\x24','\xff','\x24','\x10','\x24','\x10','\x24','\x20','\x24','\x44','\x44','\xfe','\x44','\x42','\x84','\x01','\x28','\x02','\x10','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\xff','\xfe','\x08','\x00','\x10','\x00','\x1f','\xf0','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\xa0','\x00','\x40','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xcf','\xe6','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x20','\x40','\x27','\xfe','\x20','\x00','\x21','\xf8','\xf9','\x08','\x21','\xf8','\x20','\x00','\x27','\xfe','\x24','\x02','\x23','\xf8','\x29','\x80','\x36','\x44','\xe1','\xb8','\x46','\x68','\x01','\xa6','\x0e','\x60','\x10','\x40','\x10','\x44','\x11','\xf4','\x10','\x48','\xfc','\x50','\x13','\xfe','\x10','\x40','\x14','\x80','\x19','\xfe','\x32','\x40','\xd4','\x80','\x10','\xfc','\x10','\x04','\x10','\x04','\x50','\x28','\x20','\x10','\x00','\x40','\x27','\xfe','\x10','\x00','\x11','\xf8','\x81','\x08','\x41','\xf8','\x40','\x00','\x17','\xfe','\x14','\x02','\x23','\xf8','\xe1','\x80','\x26','\x44','\x21','\xb8','\x26','\x68','\x21','\xa6','\x0e','\x60','\x01','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x06','\x00','\x19','\x20','\x06','\xc0','\x39','\xb0','\x06','\x8c','\x39','\x80','\x01','\x00','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\xff','\xfe','\x01','\x00','\x11','\x10','\xfe','\xfe','\x54','\x54','\x7c','\x7c','\x54','\x54','\xfe','\xfe','\x10','\x10','\x10','\x80','\x10','\x80','\xfe','\xfe','\x11','\x02','\x7e','\x22','\x10','\xaa','\xfe','\x72','\x20','\x22','\x3d','\xfe','\x44','\x22','\x48','\x72','\xa8','\xaa','\x11','\x22','\x28','\x22','\x40','\x0a','\x80','\x04','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x04','\x40','\x04','\x40','\x08','\x40','\x10','\x42','\x20','\x42','\xc0','\x3e','\x10','\x04','\x08','\x04','\x00','\x04','\xff','\xa4','\x08','\x24','\x11','\x24','\x21','\x24','\x7e','\x24','\x04','\x24','\x09','\x24','\x12','\x24','\x24','\x24','\xcc','\x04','\x12','\x04','\x21','\x14','\xc0','\x88','\x01','\x00','\x11','\x00','\x11','\x00','\x1f','\xf8','\x21','\x00','\x41','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x7f','\xfc','\x40','\x04','\x40','\x04','\x5f','\xf4','\x41','\x04','\x41','\x04','\x4f','\xe4','\x41','\x04','\x41','\x44','\x41','\x24','\x5f','\xf4','\x40','\x04','\x40','\x04','\x7f','\xfc','\x40','\x04','\x10','\x00','\xfe','\x78','\x10','\x48','\x7c','\x48','\x00','\x48','\xfe','\x86','\x82','\x00','\x7c','\xfc','\x00','\x44','\x7c','\x44','\x10','\x28','\xfe','\x28','\x38','\x10','\x54','\x28','\x92','\x44','\x11','\x82','\x00','\x10','\xfe','\x50','\x28','\x50','\x28','\x7c','\xfe','\x50','\xaa','\x90','\xaa','\x10','\xaa','\xfe','\xae','\x00','\xc2','\x00','\x82','\x7c','\xfe','\x44','\x82','\x44','\x82','\x44','\xfe','\x7c','\x82','\x44','\x10','\x20','\x50','\x40','\x50','\xfc','\x7c','\x84','\x90','\xfc','\x10','\x84','\xfe','\xfc','\x00','\x80','\x00','\xfe','\x7c','\x80','\x44','\xfe','\x44','\x02','\x44','\xaa','\x7c','\xaa','\x45','\x02','\x00','\x0c','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x02','\x10','\x91','\x14','\x51','\x12','\x27','\xd2','\x50','\x10','\x97','\x90','\x10','\x3e','\x17','\x90','\x30','\x10','\x57','\x90','\x94','\xa8','\x14','\xa8','\x14','\xa8','\x17','\xc4','\xa0','\x44','\x40','\x82','\x00','\x80','\x20','\x40','\x17','\xfc','\x14','\xa0','\x84','\xa0','\x47','\xfc','\x44','\xa4','\x14','\xa4','\x17','\xfc','\x24','\x00','\xe5','\x24','\x25','\xa8','\x25','\x30','\x29','\x24','\x29','\xa4','\x11','\x1c','\x00','\x00','\x7b','\xfe','\x48','\x50','\x48','\x50','\x4b','\xfe','\x7a','\x52','\x4a','\x52','\x4b','\xfe','\x48','\x00','\x78','\x40','\x4f','\xfe','\x48','\x88','\x49','\x90','\x48','\x60','\x48','\xd8','\x9b','\x04','\x44','\x00','\x24','\xfc','\x28','\x40','\xfe','\x40','\x92','\x40','\xd6','\x78','\xba','\x48','\x92','\x48','\xfe','\xa8','\x00','\x98','\x7c','\x88','\x44','\x88','\x7c','\xaa','\x44','\xca','\x7c','\x8a','\x44','\x06','\x08','\x00','\x08','\x00','\x1f','\xf8','\x12','\x48','\x22','\x48','\x44','\x88','\x08','\x88','\x11','\x08','\x22','\x28','\x04','\x10','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x80','\x10','\x80','\x10','\xfc','\x11','\x54','\x1a','\x54','\x54','\xa4','\x51','\x24','\x52','\x44','\x90','\x94','\x11','\x08','\x10','\x40','\x10','\xa4','\x12','\xaa','\x12','\x8a','\x14','\x78','\x10','\x00','\x1f','\xf0','\x10','\x10','\x1f','\x90','\x10','\x90','\x10','\x90','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x00','\x20','\x44','\x20','\x28','\x40','\x11','\xfc','\x29','\x04','\x49','\x04','\x89','\x04','\x09','\x04','\x19','\xfc','\x29','\x04','\x49','\x04','\x89','\x04','\x09','\x04','\x09','\x04','\x51','\xfc','\x21','\x04','\x02','\x00','\x21','\x00','\x10','\x80','\x10','\x40','\x00','\x40','\x00','\xa0','\xf0','\xa0','\x11','\x10','\x11','\x10','\x12','\x08','\x14','\x04','\x18','\x02','\x10','\x00','\x28','\x00','\x47','\xfe','\x00','\x00','\x04','\x40','\x04','\x40','\x04','\x40','\x24','\x44','\x24','\x48','\x27','\x50','\x24','\x60','\x24','\x40','\x24','\x40','\x24','\x40','\x24','\x40','\x24','\x42','\x2f','\x42','\xf0','\x42','\x40','\x3e','\x00','\x00','\x00','\x00','\x21','\xfe','\x20','\x20','\x20','\x40','\x21','\xfc','\x3d','\x04','\x21','\x04','\x21','\xfc','\x21','\x04','\x25','\xfc','\x29','\x04','\x31','\x04','\x21','\xfc','\x00','\x88','\x01','\x04','\x02','\x02','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x12','\x10','\x21','\x08','\xc1','\x06','\x00','\x00','\x1f','\xf0','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x80','\x01','\x00','\x00','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x41','\x04','\x5f','\xf4','\x41','\x04','\x43','\x84','\x43','\x44','\x45','\x24','\x49','\x14','\x51','\x14','\x41','\x04','\x41','\x04','\x7f','\xfc','\x40','\x04','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\xfc','\x11','\x24','\xfd','\x24','\x11','\x24','\x11','\xfc','\x11','\x24','\x11','\x24','\x11','\x24','\x1d','\xfc','\xe1','\x24','\x40','\x20','\x00','\x20','\x00','\x20','\x06','\x00','\xf8','\xfc','\x4a','\x84','\x24','\xfc','\x38','\x84','\xcc','\xfc','\x36','\xa2','\xca','\x94','\x12','\xa8','\x6a','\xc4','\x04','\x82','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x20','\x1c','\x23','\xe0','\x22','\x20','\x23','\xfe','\xfa','\x20','\x4a','\x92','\x4b','\x0a','\x4a','\x06','\x49','\xfc','\x91','\x04','\x51','\x04','\x21','\xfc','\x31','\x04','\x49','\x04','\x49','\xfc','\x81','\x04','\x10','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\x1b','\xf8','\x56','\x08','\x52','\x08','\x53','\xf8','\x92','\x44','\x12','\x48','\x12','\x30','\x12','\x20','\x12','\x10','\x12','\x88','\x13','\x06','\x12','\x00','\x06','\x00','\xf8','\xfc','\x4a','\x84','\x24','\xfc','\x38','\x84','\xcc','\xfc','\x36','\xa2','\xca','\x94','\x12','\xa8','\x6a','\xc4','\x04','\x82','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x00','\x78','\x3f','\x80','\x20','\x80','\x20','\x80','\x3f','\xfc','\x20','\x40','\x28','\x22','\x30','\x1a','\x20','\x06','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf0','\x20','\x10','\x20','\x10','\x3f','\xf0','\x20','\x10','\x20','\x10','\x3f','\xf0','\x00','\x00','\x20','\x80','\x20','\x84','\x3e','\x98','\x20','\xe0','\x20','\x84','\x26','\x84','\x38','\x7c','\x10','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\xfb','\xf8','\x12','\x08','\x32','\x08','\x3b','\xf8','\x56','\x44','\x52','\x48','\x92','\x30','\x12','\x20','\x12','\x10','\x12','\x88','\x13','\x06','\x12','\x00','\x10','\x00','\x13','\xfe','\x12','\x22','\x12','\x22','\xfe','\x22','\x13','\xfe','\x32','\x22','\x3a','\x62','\x56','\x72','\x52','\xaa','\x93','\x22','\x12','\x22','\x12','\x22','\x12','\x02','\x13','\xfe','\x12','\x02','\x00','\x00','\x27','\xfc','\x14','\x04','\x14','\x04','\x87','\xfc','\x44','\x04','\x44','\x04','\x17','\xfc','\x10','\x00','\x24','\x20','\xe4','\x22','\x27','\xac','\x24','\x30','\x24','\x22','\x25','\xa2','\x06','\x1e','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x97','\xf8','\x54','\x08','\x57','\xf8','\x14','\x08','\x37','\xf8','\x54','\x84','\x94','\x88','\x14','\x50','\x24','\x20','\x25','\x18','\x46','\x06','\x84','\x00','\x10','\x88','\x10','\x88','\x20','\x88','\x24','\x88','\x47','\xfe','\xf8','\x88','\x10','\x88','\x20','\x88','\x48','\x88','\xfc','\xf8','\x04','\x88','\x00','\x88','\x54','\x88','\x54','\x88','\x80','\xf8','\x00','\x88','\x00','\x00','\x3f','\xf0','\x20','\x10','\x20','\x10','\x3f','\xf0','\x20','\x10','\x20','\x10','\x3f','\xf0','\x22','\x00','\x22','\x08','\x21','\x10','\x20','\xa0','\x24','\x40','\x28','\x20','\x30','\x18','\x20','\x06','\x00','\x20','\x00','\x40','\x7d','\xfc','\x01','\x24','\x01','\x24','\x01','\xfc','\xff','\x24','\x21','\x24','\x21','\xfc','\x20','\x40','\x48','\x68','\x44','\xb2','\xfc','\xbe','\x45','\x20','\x01','\x22','\x02','\x1e','\x04','\x40','\x04','\x40','\x24','\x44','\x27','\x48','\x24','\x70','\x24','\x42','\x24','\x42','\x2f','\x42','\xf0','\x3e','\x40','\x00','\x00','\x00','\x1f','\xf0','\x00','\x00','\x00','\x00','\x7f','\xfc','\x00','\x00','\x08','\x80','\x08','\x80','\x08','\x80','\x10','\x80','\x17','\xfe','\x30','\x80','\x31','\x00','\x51','\x00','\x91','\xfc','\x12','\x20','\x12','\x20','\x14','\x20','\x14','\x20','\x18','\x20','\x13','\xfe','\x10','\x00','\x00','\x00','\x3f','\xf0','\x10','\x10','\x12','\x10','\x11','\x20','\x09','\x20','\x08','\x20','\x04','\x40','\x04','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x40','\x00','\x40','\x78','\x88','\x49','\x04','\x4b','\xfe','\x48','\x02','\x48','\x88','\x49','\x44','\x4a','\x42','\x48','\xf8','\x79','\x88','\x4a','\x50','\x00','\x20','\x00','\x50','\x01','\x88','\x06','\x06','\x11','\x08','\x10','\x88','\x10','\x90','\x13','\xfc','\x54','\x40','\x55','\xf8','\x54','\x40','\x57','\xfe','\x54','\x80','\x55','\x00','\x55','\xfc','\x5e','\x20','\x64','\x20','\x08','\x20','\x03','\xfe','\x00','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x0f','\xf8','\x10','\x80','\x10','\x80','\x20','\x80','\x40','\x80','\x80','\x80','\x3f','\xfe','\x00','\x00','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x00','\x08','\x00','\x17','\xf8','\x20','\x80','\x40','\x80','\x80','\x80','\x1f','\xfc','\x01','\x00','\x01','\x00','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\xff','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x11','\x48','\x81','\x44','\x42','\x42','\x42','\x42','\x14','\x48','\x10','\x48','\x20','\x48','\xe0','\x10','\x20','\x10','\x20','\x20','\x20','\x40','\x21','\x80','\x06','\x00','\x00','\x84','\x00','\x44','\xfc','\x48','\x11','\xfe','\x10','\x20','\x10','\xfc','\x7c','\x20','\x11','\xfe','\x10','\x40','\x10','\x80','\x10','\xfe','\x1d','\x10','\xe2','\x10','\x44','\x10','\x01','\xfe','\x00','\x00','\x00','\x20','\x00','\x20','\xfc','\x20','\x10','\xa8','\x10','\xa4','\x20','\xa2','\x3d','\x22','\x65','\x20','\x66','\x24','\xa4','\x24','\x24','\x28','\x24','\x08','\x3c','\x10','\x24','\x20','\x20','\xc0','\x03','\x00','\x20','\x80','\x10','\x80','\x10','\x80','\xfc','\xfe','\x01','\x40','\x7d','\x40','\x02','\x40','\x7c','\x7c','\x00','\x40','\x7c','\x40','\x44','\x40','\x44','\x7e','\x44','\x40','\x7c','\x40','\x44','\x40','\x00','\x40','\x10','\x20','\x11','\x24','\x28','\xa8','\x24','\x20','\x41','\xfc','\xb9','\x04','\x11','\x04','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x95','\x04','\x59','\x04','\x51','\xfc','\x1c','\x00','\xe0','\x88','\x41','\x04','\x10','\x20','\x08','\x20','\x40','\xa8','\x24','\xa4','\x09','\x22','\x72','\x28','\x10','\x30','\x10','\xc0','\x07','\x00','\x01','\x00','\xff','\xfe','\x04','\x88','\x0c','\x50','\x34','\x20','\xc5','\x18','\x06','\x06','\x01','\x00','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x29','\x28','\x25','\x24','\x45','\x44','\x81','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x80','\x24','\x90','\x24','\x90','\x24','\x90','\x2a','\xa8','\x31','\xc4','\x20','\x80','\x2f','\xf8','\x20','\x80','\x40','\x80','\x40','\x80','\xbf','\xfe','\x00','\x00','\x20','\x40','\x20','\x40','\x22','\x48','\x22','\x48','\xf2','\x48','\x25','\x54','\x28','\xe2','\x20','\x40','\x30','\x40','\xe7','\xfc','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\xaf','\xfe','\x40','\x00','\x08','\x20','\x0b','\xfe','\x08','\x20','\x11','\xfc','\x10','\x20','\x33','\xfe','\x30','\x00','\x51','\xfc','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x10','\x88','\x11','\x04','\x08','\x20','\x0a','\x22','\x0b','\xfe','\x10','\x90','\x10','\x88','\x31','\xfe','\x33','\x10','\x55','\x10','\x91','\xfe','\x11','\x10','\x11','\x10','\x11','\xfe','\x11','\x10','\x11','\x10','\x11','\xfe','\x11','\x00','\x00','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\xff','\xfe','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x28','\x20','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\xff','\xfe','\x22','\x00','\x3e','\xf8','\x22','\x88','\x3e','\x90','\x22','\x50','\x2f','\x20','\xf2','\x50','\x42','\x88','\x03','\x06','\x08','\x40','\x08','\x48','\x08','\x44','\x7f','\x44','\x08','\x40','\x08','\x40','\xff','\xfe','\x00','\x40','\x00','\x44','\x3e','\x44','\x22','\x28','\x22','\x2a','\x22','\x12','\x3e','\x2a','\x22','\x46','\x00','\x82','\x02','\x00','\x01','\x00','\x7f','\xfe','\x44','\x42','\x9f','\xf4','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x08','\x20','\x11','\x10','\x21','\x08','\xdf','\xf6','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x42','\x02','\x81','\x04','\x3f','\xf8','\x00','\x00','\x08','\x20','\x04','\x40','\xff','\xfe','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x07','\x84','\x78','\x04','\x08','\x88','\x44','\x90','\x25','\x22','\x20','\x02','\x04','\x04','\x7f','\x88','\x0c','\x10','\x16','\x22','\x15','\x02','\x24','\x84','\x44','\x08','\x84','\x10','\x04','\x60','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\xff','\xfe','\x01','\x80','\x02','\x80','\x02','\x80','\x04','\x80','\x04','\x80','\x08','\x80','\x10','\x80','\x20','\x80','\x40','\x80','\x02','\x80','\x01','\x00','\x10','\x08','\x10','\x3c','\x13','\xc0','\x10','\x44','\xfa','\x24','\x11','\x28','\x15','\x00','\x18','\x20','\x33','\xfe','\xd0','\x70','\x10','\xa8','\x10','\xa8','\x11','\x24','\x12','\x22','\x54','\x20','\x20','\x20','\x08','\x40','\x08','\x48','\x7f','\x44','\x08','\x44','\x08','\x40','\xff','\xfe','\x00','\x40','\x08','\x44','\x08','\x44','\xff','\x44','\x18','\x28','\x2c','\x2a','\x2a','\x12','\x49','\x2a','\x88','\x46','\x08','\x82','\x00','\x80','\x08','\xfc','\x08','\x80','\x08','\x80','\x7f','\xfe','\x00','\x28','\x00','\x24','\x3f','\xfe','\x20','\x20','\x2f','\xa4','\x22','\x24','\x2b','\x18','\x2a','\x92','\x52','\xaa','\x4a','\x46','\x84','\x82','\x00','\x40','\x20','\x20','\x17','\xfe','\x11','\x08','\x80','\x90','\x40','\x60','\x41','\x98','\x16','\x06','\x11','\x08','\x21','\xf8','\xe1','\x08','\x21','\xf8','\x21','\x08','\x21','\x08','\x22','\x08','\x04','\x08','\x11','\x10','\x11','\x10','\x22','\x20','\x44','\x40','\x22','\x20','\x11','\x10','\x11','\x10','\x00','\x00','\x01','\x00','\x11','\x10','\x11','\x10','\x22','\xa0','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x10','\x00','\xf8','\x3f','\x00','\x02','\x00','\x11','\x10','\x09','\x10','\x08','\x20','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x00','\x00','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x20','\x00','\x28','\x88','\x26','\xb0','\x28','\x08','\x24','\x80','\x27','\xf8','\x28','\x80','\x20','\x80','\x5f','\xfe','\x40','\x80','\x80','\x80','\x00','\x80','\x00','\x40','\x00','\x40','\xfd','\xf8','\x10','\x48','\x10','\x88','\x20','\x8a','\x3d','\x0a','\x66','\x26','\x64','\x20','\xa4','\x20','\x27','\xfe','\x24','\x20','\x3c','\x20','\x24','\x20','\x20','\x20','\x00','\x20','\x08','\x80','\x08','\x88','\x2e','\x90','\x28','\xe0','\x28','\x84','\x2e','\x84','\xf0','\x7c','\x00','\x00','\x7f','\xfc','\x04','\x00','\x08','\x00','\x3f','\xf0','\xc8','\x10','\x08','\x10','\x0f','\xf0','\x08','\x10','\x10','\x00','\x10','\x80','\x1e','\xbc','\x22','\x44','\x54','\x48','\xa8','\x30','\x10','\x10','\x2f','\xe8','\xc0','\x06','\x00','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x21','\x08','\x45','\x04','\x02','\x00','\x02','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x04','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x17','\xd0','\x10','\x10','\x17','\xd0','\x11','\x10','\x15','\x90','\x25','\x50','\x29','\x10','\x40','\x10','\x10','\x00','\x10','\x00','\x21','\xfc','\x25','\x24','\x45','\x24','\xf9','\x24','\x11','\x24','\x21','\x24','\x49','\xfc','\xfd','\x24','\x05','\x24','\x01','\x24','\x55','\x24','\x55','\x24','\x81','\xfc','\x01','\x04','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x10','\x00','\xf8','\x3f','\x00','\x11','\x10','\x08','\x20','\x01','\x00','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x08','\x40','\x08','\x48','\x7f','\x44','\x08','\x44','\x08','\x40','\xff','\xfe','\x10','\x40','\x08','\x44','\xff','\x44','\x10','\x44','\x29','\x28','\x66','\x2a','\xa2','\x12','\x29','\x2a','\x30','\x46','\x20','\x82','\x08','\x20','\x7f','\x28','\x08','\x24','\xff','\xfe','\x08','\x20','\xff','\xa0','\x08','\x24','\x7f','\x24','\x49','\x24','\x7f','\x28','\x49','\x28','\x7f','\x10','\x08','\x12','\xff','\xaa','\x08','\x46','\x08','\x82','\x01','\x00','\x79','\x10','\x4b','\xdc','\x52','\x54','\x55','\x54','\x62','\x88','\x51','\x08','\x4a','\xf4','\x4c','\x02','\x48','\x00','\x6b','\xfc','\x50','\x40','\x41','\x50','\x42','\x48','\x45','\x44','\x40','\x80','\x10','\x04','\x08','\x04','\xff','\x84','\x02','\x24','\x64','\x24','\x18','\x24','\x26','\x24','\xc1','\x24','\x22','\xa4','\x3e','\x24','\x22','\x24','\x22','\x24','\x3e','\x04','\x42','\x04','\x42','\x14','\x82','\x08','\x02','\x00','\x02','\x00','\x04','\x00','\xff','\xfe','\x08','\x00','\x08','\x40','\x10','\x40','\x30','\x40','\x57','\xfc','\x90','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x1f','\xfe','\x10','\x00','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\xfe','\xfe','\x08','\x08','\x18','\x18','\x1c','\x18','\x2a','\x28','\x2a','\x28','\x48','\x48','\x88','\x88','\x08','\x08','\x08','\x08','\x08','\x28','\x08','\x10','\x00','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x00','\x00','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\xfc','\x7e','\x04','\x40','\x04','\x40','\x00','\x10','\x7c','\x10','\x44','\x10','\x44','\x10','\x7d','\xfe','\x44','\x10','\x44','\x30','\x7c','\x30','\x44','\x50','\x44','\x50','\x7c','\x90','\x01','\x10','\x28','\x10','\x24','\x10','\x44','\x50','\x80','\x20','\x00','\x00','\x43','\xfc','\x20','\x10','\x21','\x10','\x01','\x10','\x09','\x10','\x0a','\x10','\x13','\xfe','\x10','\x30','\xe0','\x50','\x20','\x90','\x21','\x10','\x22','\x10','\x24','\x10','\x20','\x50','\x00','\x20','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\x11','\x00','\xfd','\xfc','\x11','\x44','\x11','\x44','\x11','\x44','\x11','\x28','\x11','\x28','\x1d','\x10','\xe1','\x10','\x42','\x28','\x02','\x44','\x04','\x82','\x00','\x08','\x7c','\x1c','\x45','\xe0','\x49','\x00','\x49','\x00','\x51','\xfc','\x49','\x44','\x49','\x44','\x45','\x44','\x45','\x28','\x45','\x28','\x69','\x10','\x51','\x10','\x42','\x28','\x42','\x44','\x44','\x82','\x23','\xf8','\x22','\x48','\x22','\x48','\x23','\xf8','\x22','\x48','\xfa','\x48','\x23','\xf8','\x20','\xa0','\x21','\x10','\x22','\x08','\x25','\x16','\x39','\x10','\xe1','\x10','\x41','\x10','\x02','\x10','\x04','\x10','\x12','\x08','\x11','\x08','\x11','\x08','\x10','\x3e','\xfb','\xaa','\x10','\xaa','\x30','\xbe','\x39','\x2a','\x55','\xaa','\x53','\x6a','\x95','\x3e','\x11','\x2a','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x18','\x18','\x06','\x60','\x01','\x80','\x06','\x60','\x3a','\x18','\x02','\x00','\xff','\xfe','\x04','\x00','\x0f','\xf8','\x18','\x08','\x2f','\xf8','\x48','\x08','\x8f','\xf8','\x08','\x08','\x08','\x28','\x08','\x10','\x02','\x08','\x01','\x08','\x79','\x10','\x48','\x00','\x4b','\xfc','\x48','\x40','\x48','\x40','\x48','\x40','\x4f','\xfe','\x48','\x40','\x78','\x40','\x48','\xa0','\x00','\xa0','\x01','\x10','\x02','\x08','\x04','\x06','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x50','\x54','\x88','\x55','\x04','\x57','\xfe','\x54','\x08','\x55','\xe8','\x55','\x28','\x55','\x28','\x5d','\xe8','\x65','\x28','\x00','\x08','\x00','\x28','\x00','\x10','\x20','\x40','\x20','\x40','\x23','\xfc','\x20','\xa0','\x21','\x10','\xfa','\x08','\x27','\xfe','\x20','\x08','\x23','\xc8','\x22','\x48','\x22','\x48','\x3a','\x48','\xe3','\xc8','\x40','\x08','\x00','\x28','\x00','\x10','\x00','\x20','\x00','\x20','\xfd','\xfc','\x10','\x50','\x10','\x88','\x21','\x04','\x23','\xfe','\x7c','\x08','\x65','\xe8','\xa5','\x28','\x25','\x28','\x25','\xe8','\x25','\x28','\x3c','\x08','\x24','\x28','\x00','\x10','\x00','\x40','\x3e','\xfc','\x23','\x48','\x3e','\x30','\x09','\xce','\x2e','\x78','\x28','\x48','\x7e','\x78','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xfc','\x52','\x44','\x89','\x2c','\x09','\x00','\x09','\x00','\x09','\x00','\x11','\xfe','\x12','\x80','\x32','\x80','\x34','\x80','\x50','\xf8','\x90','\x80','\x10','\x80','\x10','\x80','\x10','\xfc','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\x80','\x08','\x04','\x49','\x04','\x29','\x04','\x2a','\x24','\x08','\x24','\x7f','\x24','\x41','\x24','\x41','\x24','\x7f','\x24','\x41','\x24','\x41','\x24','\x7f','\x24','\x41','\x04','\x41','\x04','\x45','\x14','\x42','\x08','\x01','\x00','\x01','\x00','\x79','\x00','\x49','\xfe','\x4a','\x80','\x4a','\x80','\x4c','\x80','\x48','\xf8','\x48','\x80','\x48','\x80','\x78','\x80','\x48','\xfc','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x8a','\xfd','\x04','\x10','\x80','\x10','\xfe','\x15','\x40','\x1a','\x40','\x30','\x7c','\xd0','\x40','\x10','\x40','\x10','\x7e','\x10','\x40','\x50','\x40','\x20','\x40','\x01','\x00','\x01','\x00','\x79','\x00','\x49','\xfe','\x4a','\x80','\x4a','\x80','\x4c','\x80','\x78','\xf8','\x48','\x80','\x48','\x80','\x48','\x80','\x48','\xfc','\x78','\x80','\x48','\x80','\x00','\x80','\x00','\x80','\x42','\x00','\x22','\x7c','\x24','\x44','\xff','\x44','\x08','\x44','\x08','\x7c','\x49','\x44','\x49','\x44','\x49','\x44','\x7f','\x7c','\x09','\x44','\x10','\x44','\x10','\x84','\x20','\x84','\x41','\x14','\x82','\x08','\x10','\x00','\x11','\xfc','\x11','\x54','\x11','\x54','\xfd','\x54','\x11','\x54','\x31','\x54','\x3b','\xfe','\x55','\x54','\x55','\x54','\x91','\x54','\x11','\x54','\x11','\x54','\x11','\x44','\x11','\x14','\x11','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x28','\x08','\x0f','\xf8','\x14','\x00','\x24','\x00','\x47','\xf0','\x04','\x00','\x04','\x00','\x07','\xf8','\x04','\x00','\x04','\x00','\x04','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x21','\x08','\x23','\x88','\x25','\x58','\x09','\x20','\x11','\x10','\x61','\x0c','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x7f','\xfe','\x42','\x02','\x84','\x24','\x1f','\xc0','\x01','\x80','\x06','\x10','\x3f','\xf8','\x01','\x08','\x11','\x20','\x25','\x10','\x42','\x08','\x10','\x48','\x10','\x48','\x28','\x48','\x25','\xfe','\x42','\x48','\xbc','\x48','\x11','\xfe','\x10','\x00','\xfe','\xfc','\x10','\x84','\x94','\x84','\x58','\xfc','\x50','\x84','\x1e','\x84','\xf0','\xfc','\x40','\x84','\x10','\x40','\x10','\x24','\x12','\x24','\x11','\x08','\xfd','\x08','\x10','\x10','\x30','\x40','\x38','\x40','\x57','\xfe','\x54','\x88','\x91','\x08','\x11','\x90','\x10','\x60','\x10','\x50','\x11','\x88','\x16','\x04','\x20','\x10','\x20','\x10','\x7c','\x7c','\x44','\x10','\x88','\x10','\x7e','\x10','\x52','\xfe','\x52','\x00','\x7e','\x10','\x52','\x10','\x52','\x7c','\x7e','\x10','\x00','\x10','\xaa','\x10','\xaa','\xfe','\x00','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x82','\x20','\x12','\x20','\x12','\x20','\xff','\xfe','\x12','\x20','\x12','\x20','\x13','\xe0','\x10','\x00','\x10','\x00','\x1f','\xfc','\x00','\x00','\x00','\x00','\x3e','\x40','\x22','\x40','\x3e','\x44','\x22','\x48','\x3e','\x50','\x00','\x60','\xff','\x40','\x08','\x44','\x08','\x44','\x2f','\x44','\x28','\x3c','\x28','\x00','\x58','\x00','\x4f','\xfe','\x80','\x00','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x08','\x20','\x28','\x20','\x10','\x00','\x02','\x3f','\xc2','\x20','\x42','\x20','\x42','\x3f','\xd2','\x22','\x12','\x22','\x12','\x22','\x12','\x3f','\xd2','\x52','\x52','\x52','\x52','\x52','\x52','\x93','\x42','\x12','\x82','\x02','\x0a','\x02','\x04','\x01','\x00','\x7f','\xfe','\x40','\x02','\x90','\x84','\x1e','\xf8','\x22','\x88','\x54','\x50','\x28','\x20','\x17','\xd8','\x20','\x06','\xdf','\xf0','\x01','\x00','\x11','\x10','\x21','\x08','\x45','\x04','\x02','\x00','\x11','\x24','\x11','\x24','\x12','\x48','\x11','\x24','\xfd','\x24','\x10','\x00','\x10','\x80','\x14','\xfc','\x19','\x04','\x31','\x84','\xd2','\x48','\x14','\x28','\x10','\x10','\x10','\x20','\x50','\xc0','\x23','\x00','\x20','\x00','\x23','\xf8','\x22','\x08','\x23','\xf8','\xfa','\x08','\x23','\xf8','\x20','\x00','\x2f','\xfe','\x34','\x80','\xe7','\xbc','\x24','\x94','\x27','\x94','\x24','\xd4','\x2f','\x88','\xa0','\x94','\x40','\xa2','\x20','\x80','\x20','\x40','\x27','\xfe','\x24','\x02','\xfa','\x24','\x23','\xbc','\x24','\xa4','\x2a','\xa8','\x35','\x10','\xe2','\xe8','\x24','\x04','\x2b','\xfa','\x20','\x40','\x22','\x48','\xa4','\x44','\x40','\xc0','\x08','\x80','\x08','\x80','\x08','\x80','\x08','\x80','\xfe','\x80','\x08','\x80','\x18','\x80','\x1c','\x80','\x2a','\x80','\x2a','\x80','\x48','\x80','\x88','\x84','\x08','\x84','\x08','\x84','\x08','\x7c','\x08','\x00','\x04','\x00','\x44','\x78','\x28','\x48','\x10','\x48','\x28','\x48','\x44','\x86','\x92','\x00','\x10','\xfc','\xfe','\x44','\x10','\x44','\x58','\x28','\x54','\x28','\x92','\x10','\x12','\x28','\x50','\x44','\x21','\x82','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x20','\x79','\xfc','\x48','\x88','\x50','\x50','\x63','\xfe','\x52','\x20','\x4a','\xa0','\x4a','\xfc','\x6b','\x20','\x52','\xfc','\x44','\x20','\x44','\x20','\x49','\xfe','\x20','\x50','\x20','\x48','\xf8','\x80','\x28','\xfe','\x29','\x90','\x2a','\x90','\x46','\xfc','\x90','\x90','\x10','\x90','\xfe','\xfc','\x10','\x90','\x34','\x90','\x52','\x90','\x92','\xfe','\x50','\x80','\x20','\x80','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x21','\x08','\x11','\x10','\x09','\x20','\x11','\x10','\x21','\x08','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x20','\x20','\x20','\x20','\x79','\xfe','\x48','\x20','\x90','\xfc','\x7c','\x20','\x55','\xfe','\x54','\x00','\x7c','\xfc','\x54','\x84','\x54','\xfc','\x7c','\x84','\x00','\xfc','\xaa','\x84','\xaa','\x94','\x00','\x88','\x20','\x04','\x27','\xc4','\x24','\x44','\x24','\x54','\xfc','\x54','\x27','\xd4','\x22','\x14','\x2a','\x14','\x37','\xd4','\xe2','\x54','\x22','\x54','\x22','\x54','\x24','\x44','\x24','\x44','\xa9','\x54','\x50','\x88','\x10','\x20','\x10','\x20','\x2b','\xfe','\x24','\x20','\x41','\xfc','\xb8','\x20','\x13','\xfe','\x10','\x00','\xfd','\xfc','\x11','\x04','\x95','\xfc','\x59','\x04','\x51','\xfc','\x1d','\x04','\xe1','\x14','\x41','\x08','\x20','\x40','\x20','\x20','\x78','\x20','\x49','\xfc','\x90','\x00','\x7c','\x88','\x55','\x04','\x56','\x02','\x7c','\x88','\x54','\x88','\x54','\x50','\x7c','\x50','\x00','\x20','\xaa','\x50','\xaa','\x88','\x01','\x04','\x00','\x00','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x78','\x90','\x48','\x90','\x48','\x90','\x4b','\xfc','\x4a','\x94','\x7a','\x94','\x4a','\x94','\x4a','\x94','\x4a','\x9c','\x4b','\x04','\x7a','\x04','\x4a','\x04','\x03','\xfc','\x02','\x04','\x00','\x00','\x00','\x00','\x7f','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x31','\x18','\xd1','\x16','\x11','\x10','\x29','\x28','\x45','\x44','\x11','\x10','\x29','\x28','\x45','\x44','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x40','\x08','\x20','\x1f','\xf0','\x02','\x00','\x7f','\xfc','\x08','\x20','\x10','\x90','\x23','\x08','\xcc','\x46','\x01','\x80','\x06','\x10','\x18','\x20','\x00','\xc0','\x07','\x00','\x78','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x08','\x00','\x00','\x20','\x80','\x20','\x90','\x21','\x08','\x33','\xfc','\xa8','\x40','\xa7','\xfe','\xa1','\x10','\xa2','\x48','\x2c','\x86','\x23','\x10','\x20','\x20','\x20','\xc4','\x23','\x08','\x20','\x30','\x20','\xc0','\x27','\x00','\x22','\x88','\x22','\x88','\x27','\xc8','\x22','\x90','\xfa','\x9e','\x27','\xd4','\x20','\x24','\x2f','\xd4','\x34','\x54','\xe7','\xd4','\x24','\x54','\x27','\xc8','\x24','\x48','\x24','\x54','\xa4','\x64','\x44','\xc2','\x24','\x20','\x24','\x20','\x7e','\x20','\x24','\x3e','\x24','\x44','\xff','\x44','\x00','\x44','\x7e','\xa4','\x42','\x28','\x7e','\x28','\x42','\x10','\x7e','\x10','\x42','\x28','\x42','\x28','\x4a','\x44','\x44','\x82','\x10','\x50','\x10','\x48','\x10','\x7e','\x13','\xc0','\xfc','\x40','\x10','\x7c','\x3b','\xc0','\x34','\x40','\x50','\x7e','\x53','\xc0','\x90','\x44','\x10','\x28','\x10','\x32','\x10','\xca','\x17','\x06','\x10','\x02','\x20','\x80','\x20','\xdc','\x22','\x84','\x2b','\xd4','\xb4','\x48','\xaa','\x94','\xa3','\x24','\xac','\x40','\x22','\x48','\x21','\x50','\x27','\xfc','\x20','\xe0','\x51','\x50','\x4a','\x48','\x4c','\x46','\x80','\x40','\x00','\x00','\xf7','\xbc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\xf4','\xa4','\x2f','\xfe','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x34','\xa4','\xe4','\xa4','\x45','\xa4','\x08','\x54','\x10','\x88','\x01','\x00','\x00','\x80','\x3f','\xfe','\x04','\x10','\x02','\x20','\x3f','\xfe','\x20','\x80','\x24','\x80','\x27','\xfc','\x28','\x80','\x30','\x80','\x27','\xf8','\x40','\x80','\x40','\x80','\x9f','\xfe','\x00','\x00','\x20','\x40','\x3e','\x7e','\x48','\x90','\x80','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x20','\x20','\x20','\x40','\x3e','\x7e','\x48','\x90','\xbf','\xf8','\x24','\x88','\x22','\x48','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x09','\x20','\x12','\x50','\x2f','\x88','\xc2','\x26','\x1f','\xf0','\x09','\x48','\x13','\x20','\x00','\x00','\x3f','\xf8','\x01','\x00','\x02','\x00','\xff','\xfe','\x04','\x40','\x08','\x20','\x31','\x18','\xdf','\xf6','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x00','\x01','\x08','\x7f','\xfc','\x20','\x04','\x20','\x88','\x11','\xdc','\x00','\x88','\xfb','\xde','\x00','\x88','\x79','\x54','\x02','\x22','\x79','\xfc','\x01','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\xfc','\x48','\x88','\x01','\x04','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x20','\xfe','\xfe','\x14','\x50','\x22','\x88','\x5f','\xf6','\x90','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x00','\x10','\xfe','\x10','\x28','\x20','\x28','\x44','\xfe','\xfe','\xaa','\x28','\xaa','\x44','\xaa','\xa2','\xae','\x3c','\xc2','\x44','\x82','\x44','\xfe','\xa8','\x82','\x10','\x82','\x28','\xfe','\x44','\x82','\x82','\x08','\x00','\x0f','\x78','\x28','\x08','\x7f','\x28','\xa1','\x10','\x17','\x28','\x3a','\xc4','\xcd','\x60','\x3f','\xf8','\xc8','\x26','\x0f','\xe0','\x08','\x20','\x0f','\xe8','\x08','\xd0','\x0a','\x30','\x0c','\x08','\x10','\x08','\x10','\x1c','\x10','\xe0','\xfe','\x80','\x10','\x80','\x7c','\x80','\x54','\xfe','\x7c','\x90','\x54','\x90','\x7c','\x90','\x10','\x90','\xfe','\x90','\x10','\x90','\x11','\x10','\x11','\x10','\x12','\x10','\x08','\x04','\x7f','\x78','\x08','\x40','\x7f','\x40','\x49','\x7e','\x7f','\x48','\x49','\x48','\x7f','\x48','\x08','\x48','\x7f','\x48','\x08','\x88','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x50','\x00','\x48','\xfc','\x40','\x20','\x5c','\x21','\xe0','\x3c','\x40','\x44','\x5e','\x47','\xe0','\x64','\x44','\x94','\x48','\x08','\x30','\x08','\x22','\x10','\x52','\x20','\x8a','\x43','\x06','\x80','\x02','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x10','\x40','\x3f','\xfe','\x30','\x40','\x50','\x40','\x90','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x17','\xfc','\x10','\x00','\x10','\x00','\x08','\x00','\x0b','\xf8','\x08','\x08','\x10','\x10','\x10','\x20','\x30','\x40','\x30','\x40','\x57','\xfe','\x90','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x11','\x40','\x10','\x80','\x08','\x00','\x0b','\xfc','\x08','\x04','\x10','\x04','\x17','\xf4','\x30','\x04','\x30','\x04','\x53','\xe4','\x92','\x24','\x12','\x24','\x12','\x24','\x13','\xe4','\x10','\x04','\x10','\x04','\x10','\x14','\x10','\x08','\x10','\x40','\x10','\x40','\x1f','\xfe','\x20','\x40','\x20','\x40','\x67','\xfc','\x64','\x44','\xa4','\x44','\x27','\xfc','\x20','\x40','\x22','\x40','\x21','\x40','\x20','\x80','\x21','\x40','\x22','\x30','\x2c','\x0e','\x08','\x04','\x08','\x04','\xff','\x84','\x08','\x24','\x08','\x24','\x7f','\x24','\x49','\x24','\x49','\x24','\x4d','\x24','\x4a','\x24','\x1c','\x24','\x2a','\x24','\x49','\x04','\x88','\x84','\x08','\x14','\x08','\x08','\x00','\x00','\x3f','\xf8','\x00','\x08','\x00','\x08','\x7f','\xe8','\x00','\x08','\x00','\x08','\x1f','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x1f','\x88','\x10','\x88','\x00','\x28','\x00','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x01','\x00','\x11','\x00','\x09','\x00','\x06','\x00','\x05','\x80','\x18','\x70','\xe0','\x0e','\x00','\x00','\x3e','\x7c','\x22','\x04','\x22','\x04','\x3e','\xf4','\x00','\x04','\x7f','\x04','\x55','\x74','\x55','\x54','\x55','\x54','\x7f','\x54','\x55','\x54','\x55','\x74','\x55','\x04','\x51','\x14','\x43','\x08','\x00','\x00','\x00','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x48','\x44','\x48','\x3c','\x50','\x04','\x60','\x04','\x40','\x04','\x7f','\xfc','\x40','\x04','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x40','\xfc','\x48','\x24','\x84','\x25','\xfe','\x24','\x82','\x24','\x00','\x48','\xfc','\x28','\x84','\x10','\x84','\x28','\x84','\x44','\x84','\x80','\xfc','\x00','\x84','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x24','\x20','\x25','\xfc','\x25','\x24','\x25','\x24','\x49','\x24','\x29','\x24','\x11','\x34','\x29','\x28','\x44','\x20','\x84','\x20','\x00','\x20','\x40','\x80','\x20','\x80','\x09','\xfc','\x12','\x04','\x24','\x48','\xe0','\x40','\x20','\xa0','\x23','\x18','\x2c','\x06','\x04','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x00','\x00','\x7f','\xf8','\x00','\x10','\x00','\x20','\x00','\x40','\x01','\x80','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x00','\x20','\x00','\x3f','\xfe','\x24','\x20','\x24','\x24','\x27','\xa8','\x28','\xb0','\x35','\x20','\x42','\x22','\x44','\x22','\x98','\x1e','\x02','\x00','\x01','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x01','\x00','\x01','\x00','\x10','\x00','\x23','\xfe','\x7c','\x20','\x44','\x20','\x44','\x20','\x45','\xfc','\x7d','\x24','\x41','\x24','\x41','\x24','\x7d','\x24','\x45','\x24','\x45','\x34','\x45','\x28','\x7c','\x20','\x44','\x20','\x00','\x20','\x01','\x00','\x01','\x00','\x01','\x08','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x10','\x3f','\xf8','\x00','\x00','\x0a','\x10','\x29','\x08','\x29','\x2c','\x68','\x24','\x48','\x24','\x07','\xe0','\x00','\x00','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x11','\x00','\x11','\x04','\x11','\x38','\x11','\xc0','\xfd','\x02','\x11','\x02','\x10','\xfe','\x14','\x00','\x19','\xfc','\x31','\x04','\xd1','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x51','\xfc','\x21','\x04','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf0','\x10','\x10','\x08','\x20','\x04','\x40','\x02','\x80','\x01','\x00','\x06','\xc0','\x18','\x30','\xe0','\x0e','\x00','\x40','\xfc','\x40','\x04','\x40','\x08','\x80','\x10','\xfe','\x11','\x08','\x16','\x88','\x18','\x88','\x30','\x88','\xd0','\x50','\x10','\x50','\x10','\x20','\x10','\x50','\x10','\x88','\x51','\x04','\x22','\x02','\x22','\x00','\x22','\x04','\x7f','\x78','\x22','\x40','\x22','\x40','\x3e','\x40','\x22','\x7e','\x22','\x48','\x3e','\x48','\x22','\x48','\x22','\x48','\xff','\x48','\x04','\x48','\x22','\x88','\x41','\x88','\x81','\x08','\x20','\x80','\x10','\x80','\x10','\xfe','\x01','\x20','\xfe','\x20','\x21','\x20','\x21','\x2c','\x3d','\x74','\x27','\xa4','\x25','\x24','\x25','\x34','\x25','\x2a','\x25','\x22','\x45','\x02','\x54','\xfe','\x88','\x00','\x20','\x00','\x20','\x70','\x23','\x80','\x3c','\x08','\x20','\x08','\x20','\x08','\x1f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x10','\x20','\x30','\x20','\x39','\xfc','\x54','\x84','\x54','\x88','\x90','\x48','\x10','\x50','\x10','\x20','\x10','\x50','\x11','\x88','\x16','\x06','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x11','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\xff','\xfc','\x10','\x80','\x10','\x80','\x10','\x84','\x1e','\x88','\x22','\x90','\x22','\xa0','\x52','\xc0','\x8c','\x80','\x04','\x80','\x08','\x84','\x08','\x84','\x10','\x84','\x20','\x7c','\x40','\x00','\x00','\x10','\x00','\xf8','\x3f','\x80','\x20','\x80','\x20','\x80','\x20','\x80','\x3f','\xfe','\x20','\x80','\x20','\x80','\x20','\x40','\x20','\x40','\x20','\x22','\x20','\x12','\x28','\x0a','\x30','\x06','\x20','\x02','\x02','\x00','\x94','\xfe','\x57','\x10','\x25','\x10','\x55','\x7c','\x95','\x54','\x17','\x54','\x14','\x54','\x34','\x54','\x57','\x54','\x95','\x54','\x15','\x5c','\x15','\x10','\x17','\x10','\xa5','\x10','\x40','\x10','\x20','\x20','\x10','\x20','\x10','\x20','\xf9','\x20','\x09','\x20','\x11','\x20','\x11','\x3c','\x39','\x20','\x55','\x20','\x95','\x20','\x11','\x20','\x11','\x20','\x11','\x20','\x11','\x20','\x17','\xfe','\x10','\x00','\x04','\x20','\x0e','\x20','\x78','\x20','\x08','\x20','\x08','\x20','\xff','\x40','\x08','\x40','\x18','\x40','\x1c','\x40','\x2a','\x48','\x2a','\x84','\x48','\x84','\x89','\xfe','\x08','\x82','\x08','\x02','\x08','\x00','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x40','\x3f','\x80','\x01','\x00','\x06','\x10','\x18','\x08','\x7f','\xfc','\x01','\x04','\x09','\x20','\x09','\x10','\x11','\x08','\x21','\x04','\x45','\x04','\x02','\x00','\x10','\x04','\x10','\x1e','\x21','\xf0','\x25','\x10','\x45','\x10','\xf9','\x10','\x11','\x10','\x21','\xfe','\x49','\x10','\xfd','\x10','\x05','\x10','\x01','\x08','\x55','\x0a','\x55','\x4a','\x81','\x86','\x01','\x02','\x08','\x80','\x28','\x88','\x2e','\xf0','\x28','\x84','\x2e','\x84','\xf0','\x7c','\x02','\x00','\x04','\x20','\x1f','\xc0','\x01','\x80','\x06','\x10','\x3f','\xf8','\x01','\x08','\x11','\x20','\x25','\x10','\x42','\x08','\x00','\x20','\x3c','\x20','\x24','\x20','\x25','\xfe','\x24','\x20','\x3c','\x20','\x24','\x20','\x25','\xfc','\x24','\x84','\x3c','\x88','\x24','\x48','\x24','\x50','\x24','\x20','\x44','\x50','\x55','\x88','\x8e','\x06','\x01','\x00','\x3d','\x04','\x25','\x38','\x25','\xc0','\x25','\x02','\x3d','\x02','\x24','\xfe','\x24','\x00','\x25','\xfc','\x3d','\x04','\x25','\x04','\x25','\xfc','\x25','\x04','\x45','\x04','\x55','\xfc','\x89','\x04','\x00','\x00','\x7f','\xfc','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x00','\x08','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x20','\x00','\x11','\xfc','\x11','\x04','\xf9','\x04','\x09','\xfc','\x11','\x04','\x11','\x04','\x39','\xfc','\x55','\x04','\x95','\x04','\x11','\xfc','\x10','\x50','\x10','\x90','\x10','\x92','\x11','\x12','\x12','\x0e','\x20','\x00','\x11','\xfc','\x10','\x04','\xfe','\x04','\x01','\xf4','\x7c','\x04','\x00','\x04','\x7d','\xf4','\x01','\x14','\x7d','\x14','\x45','\xf4','\x45','\x14','\x44','\x04','\x7c','\x04','\x44','\x28','\x00','\x10','\x20','\x20','\x10','\x20','\x00','\x20','\xfd','\xfc','\x00','\x20','\x78','\x20','\x03','\xfe','\x78','\x08','\x00','\x08','\x79','\xfe','\x48','\x08','\x48','\x88','\x48','\x48','\x78','\x08','\x48','\x28','\x00','\x10','\x20','\x10','\x10','\x14','\x00','\x12','\xfc','\x10','\x03','\xfe','\x78','\x10','\x00','\x10','\x79','\xd0','\x00','\x90','\x78','\x90','\x48','\x90','\x48','\x88','\x48','\xea','\x7b','\x8a','\x48','\x06','\x00','\x02','\x20','\x20','\x10','\x20','\x00','\x20','\xfb','\xfe','\x00','\x20','\x78','\x20','\x00','\x20','\x79','\xfc','\x00','\x40','\x78','\x20','\x48','\xa4','\x4a','\x82','\x4a','\x8a','\x7a','\x8a','\x4c','\x78','\x00','\x00','\x20','\x20','\x11','\x20','\x00','\xbe','\xfc','\x42','\x00','\x84','\x7b','\x10','\x01','\x10','\x79','\x28','\x01','\x44','\x78','\x82','\x48','\xfc','\x48','\x84','\x48','\x84','\x78','\x84','\x48','\xfc','\x00','\x84','\x41','\x00','\x21','\xfc','\x0a','\x44','\x10','\x48','\xe0','\xa0','\x21','\x18','\x26','\x06','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x00','\x00','\x7c','\xfc','\x44','\x84','\x44','\x84','\x7c','\xfc','\x44','\x84','\x44','\x84','\x7c','\xfc','\x44','\x40','\x44','\xfe','\x7d','\x2a','\x02','\x4a','\x28','\x92','\x25','\x22','\x44','\x4a','\x80','\x84','\x14','\x50','\x14','\x48','\x14','\x80','\x54','\xfe','\x55','\x90','\x5e','\x90','\x54','\xfc','\x54','\x90','\x54','\x90','\x54','\xfc','\x54','\x90','\x54','\x90','\x5d','\x90','\x76','\xfe','\xc4','\x80','\x00','\x80','\x08','\x00','\x08','\xfe','\x14','\x02','\x12','\x02','\x29','\xfa','\x7e','\x02','\xa2','\x02','\x3e','\xfa','\x22','\x8a','\x3e','\x8a','\x20','\xfa','\x28','\x8a','\x24','\x02','\x2a','\x02','\x32','\x14','\x20','\x08','\x01','\x00','\x01','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\xff','\xfe','\x00','\x00','\x29','\x28','\x25','\x48','\x2f','\xe8','\x23','\x88','\x25','\x48','\x29','\x28','\x20','\x08','\x3f','\xf8','\x00','\x08','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x00','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x01','\x00','\x05','\x00','\x02','\x00','\x10','\x08','\x11','\x08','\x10','\x88','\x24','\x48','\x24','\x48','\x64','\x08','\x64','\x08','\xa4','\x08','\x24','\x10','\x24','\x10','\x24','\x10','\x25','\x28','\x26','\x24','\x24','\x44','\x20','\x82','\x21','\x02','\x08','\x40','\x08','\x40','\x08','\x40','\x13','\xfc','\x10','\x40','\x30','\x40','\x37','\xfe','\x50','\x10','\x90','\x10','\x17','\xfe','\x10','\x10','\x12','\x10','\x11','\x10','\x11','\x10','\x10','\x50','\x10','\x20','\x00','\x00','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x22','\x08','\x00','\x00','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x44','\x10','\x44','\x60','\x3c','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xe0','\x00','\x40','\x00','\x80','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x20','\x00','\x20','\x7f','\xfc','\x08','\x20','\x04','\x20','\x04','\x20','\x00','\x20','\x00','\xa0','\x00','\x40','\x08','\x20','\x04','\x40','\xff','\xfe','\x10','\x20','\x10','\x20','\x24','\x48','\x78','\xf0','\x10','\x20','\x24','\x48','\x7e','\xfc','\x02','\x04','\x01','\x00','\x28','\x88','\x28','\xa4','\x48','\x24','\x07','\xe0','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\xfc','\xfc','\x20','\x10','\x20','\x13','\xfe','\x10','\x08','\x18','\x08','\x33','\xfe','\xd0','\x08','\x10','\x88','\x10','\x48','\x10','\x08','\x50','\x28','\x20','\x10','\x00','\x20','\x00','\x20','\x7c','\x20','\x45','\xfc','\x44','\x20','\x44','\x20','\x47','\xfe','\x7c','\x08','\x44','\x08','\x45','\xfe','\x44','\x08','\x44','\x88','\x7c','\x48','\x44','\x08','\x00','\x28','\x00','\x10','\x00','\x80','\x40','\x80','\x20','\x80','\x20','\xfc','\x01','\x04','\x09','\x08','\x0a','\x40','\x14','\x40','\x10','\x40','\xe0','\xa0','\x20','\xa0','\x21','\x10','\x21','\x10','\x22','\x08','\x24','\x04','\x08','\x02','\x01','\x08','\x20','\x88','\x10','\x90','\x17','\xfe','\x81','\x08','\x41','\x08','\x42','\x10','\x12','\x94','\x14','\xa4','\x27','\x38','\xe1','\x08','\x22','\x10','\x22','\x10','\x24','\xa4','\x27','\xbc','\x00','\x84','\x00','\x40','\x20','\x40','\x10','\x80','\x11','\x10','\x82','\x08','\x47','\xfc','\x40','\x04','\x10','\x00','\x13','\xf8','\x22','\x08','\xe2','\x08','\x22','\x08','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x00','\x00','\x7f','\xfc','\x21','\x08','\x41','\x04','\xbf','\xfa','\x21','\x08','\x35','\x58','\x29','\x28','\x35','\x58','\x21','\x08','\x35','\x58','\x29','\x28','\x35','\x58','\x21','\x08','\x21','\x28','\x20','\x10','\x7f','\xfc','\x21','\x08','\x7f','\xfc','\xb5','\x5a','\x29','\x28','\x35','\x58','\x21','\x08','\x35','\x58','\x29','\x28','\x35','\x58','\x00','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x20','\xff','\xfe','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x90','\x40','\x57','\xfc','\x50','\x40','\x10','\x40','\x3f','\xfe','\x50','\x10','\x90','\x10','\x1f','\xfe','\x22','\x10','\x21','\x10','\x41','\x50','\x80','\x20','\x01','\x08','\x00','\x88','\xf0','\x90','\x27','\xfe','\x21','\x08','\x41','\x08','\x72','\x10','\xd2','\x94','\x54','\xa4','\x57','\x38','\x51','\x08','\x52','\x10','\x72','\x10','\x54','\xa4','\x07','\xbc','\x00','\x84','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x04','\x41','\x02','\x81','\x02','\x05','\x00','\x02','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x02','\x00','\x3f','\xf8','\x24','\x88','\x24','\x88','\x24','\x88','\x24','\x88','\x24','\x88','\x24','\x88','\x24','\x88','\x24','\x88','\x20','\x28','\x20','\x10','\x00','\x00','\x7f','\xfc','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x3e','\x17','\xd0','\xf8','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x01','\x00','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x40','\x78','\x40','\x4b','\xfc','\x48','\x40','\x4f','\xfe','\x78','\x10','\x4f','\xfe','\x48','\x10','\x4a','\x10','\x79','\x10','\x48','\x50','\x00','\x20','\x00','\x20','\x1e','\x10','\xf0','\x10','\x11','\xff','\x10','\x00','\xfe','\x44','\x10','\x24','\x10','\x28','\x11','\xff','\x7c','\x10','\x44','\x10','\x45','\xff','\x44','\x10','\x44','\x10','\x7c','\x10','\x44','\x10','\x00','\x80','\x20','\x80','\x10','\x80','\x10','\xfc','\x81','\x04','\x41','\x04','\x42','\x84','\x14','\x48','\x10','\x28','\x20','\x10','\xe0','\x10','\x20','\x20','\x20','\x40','\x20','\x80','\x21','\x00','\x06','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x20','\x22','\x20','\x3f','\xfc','\x22','\x24','\x22','\x24','\x3f','\xfc','\x28','\x40','\x28','\x44','\x2f','\x58','\x48','\x60','\x48','\x44','\x8b','\x44','\x0c','\x3c','\x00','\x48','\x00','\x44','\x00','\x44','\x00','\x40','\xff','\xfe','\x00','\x40','\x00','\x40','\x3e','\x40','\x08','\x40','\x08','\x40','\x08','\x20','\x08','\x22','\x0f','\x12','\x78','\x0a','\x20','\x06','\x00','\x02','\x21','\x10','\x10','\x94','\x03','\xd2','\xf8','\x12','\x02','\x50','\x79','\x90','\x07','\xfe','\x78','\x10','\x03','\xd2','\x7a','\x52','\x4a','\x54','\x4b','\xd4','\x4a','\x4a','\x7a','\x4a','\x4b','\xd6','\x00','\x22','\x00','\x40','\x00','\x80','\xf9','\xfc','\xa9','\x04','\xa9','\xfc','\xa9','\x04','\xa9','\xfc','\xf9','\x00','\xa9','\xfe','\xa9','\x00','\xa9','\xfe','\xa8','\x02','\xfa','\xaa','\x8a','\xaa','\x02','\x02','\x00','\x0c','\x10','\x40','\x10','\x40','\x1f','\x7e','\x28','\x90','\x24','\x88','\x45','\x08','\x80','\x00','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\xfe','\x20','\x11','\xfc','\x7d','\x24','\x55','\x24','\x7d','\x24','\x55','\x24','\x7d','\xfc','\x11','\x24','\xff','\x24','\x11','\x24','\x11','\x24','\x11','\xfc','\x11','\x04','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x82','\x04','\x01','\x00','\x00','\x80','\x00','\x00','\xff','\xfe','\x00','\x00','\x04','\x40','\x04','\x20','\x08','\x10','\x10','\x08','\x20','\x04','\x40','\x04','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\xff','\xfe','\x02','\x00','\x02','\x40','\x02','\x20','\x02','\x10','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x3c','\x07','\xc0','\xfa','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x04','\x02','\x04','\x02','\x04','\x01','\xfc','\x00','\x00','\x00','\x40','\x00','\x40','\x7c','\x40','\x44','\x42','\x44','\x44','\x44','\x48','\x44','\x50','\x44','\x60','\x44','\x40','\x44','\xc0','\x7d','\x40','\x44','\x42','\x00','\x42','\x00','\x42','\x00','\x3e','\x00','\x00','\x10','\x40','\x10','\x40','\x7c','\x40','\x11','\xf8','\x10','\x48','\xfe','\x48','\x44','\x48','\x29','\x48','\x7c','\xc8','\x10','\x48','\x10','\xa8','\xfe','\xa8','\x10','\x8a','\x11','\x0a','\x11','\x06','\x12','\x02','\x01','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\x1f','\xf8','\x21','\x00','\x41','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x08','\x20','\x10','\x10','\x60','\x0c','\x20','\x20','\x20','\x10','\x21','\xfe','\x21','\x00','\xf9','\x20','\x4d','\x20','\x4b','\x3c','\x49','\x50','\x89','\x90','\x4b','\x10','\x35','\xfe','\x11','\x10','\x29','\x28','\x4a','\x28','\x82','\x44','\x04','\x82','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xf8','\x04','\x00','\x08','\x20','\x1f','\xf0','\x01','\x10','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\xf8','\x3f','\x00','\x11','\x10','\x09','\x20','\x01','\x00','\xff','\xfe','\x09','\x20','\x11','\x10','\x21','\x08','\xc0','\x06','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x00','\x00','\x27','\xf8','\x14','\x08','\x14','\x08','\x87','\xf8','\x44','\x08','\x44','\x08','\x17','\xf8','\x11','\x20','\x21','\x20','\xe9','\x24','\x25','\x28','\x23','\x30','\x21','\x20','\x2f','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\xe0','\x81','\x58','\x46','\x44','\x40','\xa0','\x11','\x10','\x12','\x48','\x2c','\x46','\xe2','\x48','\x21','\x50','\x22','\x48','\x24','\x44','\x21','\x40','\x00','\x80','\x00','\x80','\x00','\x40','\x1f','\xfe','\x12','\x00','\x92','\x00','\x53','\xfc','\x52','\x40','\x14','\x40','\x30','\x40','\x5f','\xfe','\x90','\x40','\x10','\xa0','\x20','\xa0','\x21','\x10','\x42','\x08','\x8c','\x06','\x06','\x0c','\x38','\x70','\x20','\x40','\x3f','\x7e','\x24','\x48','\x24','\x48','\x44','\x88','\x9f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x81','\x04','\x01','\x00','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x08','\x7c','\x7f','\x44','\x22','\x48','\x14','\x50','\xff','\xc8','\x00','\x44','\x3e','\x44','\x22','\x54','\x22','\x48','\x3e','\x40','\x22','\x40','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x80','\x11','\xf8','\x22','\x88','\x68','\x70','\xab','\xae','\x28','\x20','\x29','\xfc','\x28','\x20','\x28','\xa8','\x29','\x24','\x22','\xa4','\x20','\x40','\x08','\x00','\x0b','\xfc','\x0a','\x44','\x12','\x44','\x13','\xfc','\x32','\x44','\x32','\x44','\x53','\xfc','\x90','\x00','\x10','\x40','\x10','\x24','\x15','\x22','\x15','\x0a','\x19','\x08','\x10','\xf8','\x10','\x00','\x08','\x80','\x08','\x88','\x28','\x90','\x2e','\xa0','\x28','\xc0','\x28','\x84','\x2e','\x84','\xf0','\x7c','\x01','\x00','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x0a','\x20','\x01','\x00','\x01','\x00','\x7f','\xf8','\x00','\x30','\x00','\xc0','\x03','\x00','\x0c','\x00','\x30','\x00','\x48','\x00','\x87','\xfe','\x00','\x00','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x24','\x90','\x22','\xa0','\x3f','\xfc','\x22','\xa0','\x24','\x90','\x28','\x88','\x21','\x00','\x3f','\xfc','\x22','\x10','\x47','\x20','\x40','\xc0','\x83','\x30','\x0c','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x01','\x00','\x24','\x88','\x24','\x24','\x43','\xe4','\x00','\x00','\x24','\x24','\x12','\x12','\xa0','\xa0','\xa4','\xa4','\x1c','\x1c','\x00','\x00','\x10','\x40','\x10','\x20','\x23','\xfc','\x28','\x00','\x49','\xf8','\xf1','\x08','\x11','\xf8','\x20','\x00','\x4b','\xfc','\xfa','\x04','\x0a','\xf4','\x02','\x94','\xaa','\xf4','\xaa','\x04','\x82','\x14','\x02','\x08','\x01','\x00','\x02','\x80','\x04','\x40','\x09','\x20','\x31','\x18','\xcf','\xe6','\x01','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x7f','\xfe','\x40','\x02','\x90','\x04','\x10','\x00','\x1f','\xf8','\x10','\x00','\x20','\x00','\x3f','\xf8','\x00','\x08','\x00','\x08','\xff','\xc8','\x00','\x08','\x00','\x08','\x00','\x50','\x00','\x20','\x08','\x08','\x10','\x08','\x3e','\x08','\x22','\x08','\x3e','\xfe','\x22','\x08','\x3e','\x08','\x22','\x08','\x22','\x48','\xfe','\x28','\x06','\x28','\x0a','\x08','\x12','\x08','\x22','\x08','\x4a','\x28','\x04','\x10','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x04','\x12','\xfa','\x10','\x20','\x14','\x20','\x1b','\xfe','\x30','\x20','\xd0','\x20','\x11','\xfc','\x11','\x04','\x11','\x04','\x51','\xfc','\x21','\x04','\x08','\x20','\x08','\x20','\x08','\x20','\x7e','\x40','\x08','\x7e','\x08','\x84','\xff','\x44','\x14','\x44','\x14','\x44','\x56','\x28','\x55','\x28','\x95','\x10','\x24','\x10','\x24','\x28','\x54','\x44','\x88','\x82','\x08','\x08','\x08','\x48','\x14','\x28','\x22','\x28','\x41','\x08','\xbe','\x48','\x08','\x28','\x08','\x28','\x7f','\x0e','\x08','\x78','\x2a','\x08','\x29','\x08','\x49','\x08','\x88','\x08','\x28','\x08','\x10','\x08','\x02','\x00','\x02','\x08','\x3f','\xd0','\x02','\x20','\xff','\xfe','\x01','\x00','\x0f','\xf0','\x38','\x10','\xcf','\xf0','\x08','\x10','\x08','\x10','\x0f','\xf0','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x20','\x20','\x10','\x20','\x10','\x20','\xf8','\x20','\x08','\x20','\x10','\x20','\x13','\xfe','\x38','\x20','\x54','\x20','\x94','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x17','\xfe','\x10','\x00','\x10','\x20','\x10','\x20','\x20','\x20','\x24','\xa8','\x44','\xa4','\xf8','\xa2','\x11','\x22','\x21','\x20','\x4a','\x24','\xfc','\x24','\x04','\x28','\x00','\x08','\x54','\x10','\x54','\x20','\x80','\xc0','\x03','\x00','\x02','\x00','\x02','\x08','\x3f','\xd0','\x02','\x20','\x02','\x40','\xff','\xfe','\x01','\x00','\x02','\x00','\x0f','\xf0','\x18','\x10','\x28','\x10','\x4f','\xf0','\x88','\x10','\x08','\x10','\x0f','\xf0','\x08','\x10','\x40','\x84','\x21','\x04','\x03','\xc4','\xfa','\x44','\x03','\xde','\x72','\x44','\x03','\xc4','\x72','\x64','\x02','\x54','\x77','\xd4','\x50','\xc4','\x51','\x44','\x52','\x44','\x74','\x44','\x51','\x54','\x00','\x88','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x40','\x40','\x20','\x27','\xfe','\x24','\x00','\x04','\x88','\x04','\x88','\xe7','\xfe','\x24','\x88','\x24','\x88','\x24','\xf8','\x28','\x00','\x2a','\xa4','\x32','\x52','\x24','\x52','\x50','\x00','\x8f','\xfe','\x10','\x20','\x10','\x10','\x10','\x10','\x7d','\xfe','\x55','\x02','\x56','\x04','\x54','\x80','\x54','\x88','\x7c','\x90','\x50','\xa0','\x10','\xc0','\x14','\x82','\x1e','\x82','\xe2','\x82','\x40','\x7e','\x00','\x00','\x00','\x00','\x7f','\xbe','\x02','\x22','\x22','\x24','\x22','\x24','\x22','\x28','\x42','\x24','\x7f','\xe4','\x06','\x22','\x0a','\x22','\x12','\x22','\x22','\x34','\x42','\x28','\x82','\x20','\x0a','\x20','\x04','\x20','\x09','\x10','\x09','\x10','\x09','\x10','\x17','\xfc','\x11','\x10','\x31','\x10','\x3f','\xfe','\x50','\x00','\x93','\xf8','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x08','\x00','\x08','\x00','\x10','\x00','\x1f','\xf8','\x20','\x08','\x40','\x08','\x80','\x08','\x04','\x08','\x02','\x08','\x01','\x08','\x01','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x50','\x00','\x20','\x00','\x00','\x1f','\xf8','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\x40','\x10','\x40','\x20','\x20','\x20','\x10','\x40','\x08','\x80','\x06','\x10','\x40','\x10','\x40','\x10','\x80','\x10','\xfc','\xfd','\x04','\x12','\x04','\x30','\x04','\x39','\x04','\x54','\x84','\x54','\x44','\x90','\x44','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x28','\x10','\x10','\x10','\x40','\x10','\x40','\x10','\x80','\x10','\xfc','\x55','\x04','\x5a','\x04','\x50','\x04','\x91','\x04','\x10','\x84','\x10','\x44','\x10','\x44','\x28','\x04','\x24','\x04','\x44','\x04','\x40','\x28','\x80','\x10','\x00','\xfc','\x7f','\x00','\x22','\x08','\x11','\x10','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x00','\x08','\x7e','\x08','\x42','\xfe','\x7e','\x08','\x42','\x48','\x7e','\x28','\x48','\x08','\x74','\x28','\x42','\x10','\x00','\x20','\xfe','\x20','\x28','\x20','\x28','\x7c','\xfe','\x44','\xaa','\x84','\xaa','\x04','\xaa','\x44','\xae','\x24','\xc2','\x14','\x82','\x14','\xfe','\x04','\x82','\x04','\x82','\x04','\xfe','\x28','\x82','\x10','\x0c','\x00','\xf1','\xfc','\x11','\x04','\x55','\x04','\x39','\x04','\x11','\x04','\xfd','\xfc','\x11','\x20','\x31','\x20','\x39','\x20','\x55','\x20','\x51','\x10','\x91','\x10','\x11','\x08','\x12','\x04','\x14','\x02','\x10','\x00','\x10','\xfc','\x28','\x84','\x24','\x84','\x40','\xfc','\xb8','\x84','\x10','\x84','\x10','\xfc','\xfc','\x40','\x10','\xfe','\x95','\x2a','\x5a','\x4a','\x50','\x92','\x1d','\x22','\xe0','\x4a','\x40','\x84','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x0a','\x20','\x02','\x00','\xff','\xfe','\x04','\x00','\x08','\x00','\x1f','\xf0','\x28','\x10','\x48','\x10','\x88','\x10','\x08','\x10','\x0f','\xf0','\x08','\x10','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x88','\x04','\x0f','\x7c','\x08','\x44','\x08','\x44','\xff','\x44','\x00','\x28','\x08','\x28','\x2a','\x10','\x49','\x10','\x89','\x28','\x28','\x44','\x10','\x82','\x00','\x00','\x7e','\xfc','\x02','\x04','\x02','\x04','\x7e','\xfc','\x40','\x80','\x40','\x80','\x7e','\xfc','\x22','\x44','\x12','\x24','\x06','\x0c','\x1a','\x34','\x62','\xc4','\x02','\x04','\x14','\x28','\x08','\x10','\x08','\x20','\x7f','\xfc','\x08','\x20','\x02','\x00','\xff','\xfe','\x08','\x00','\x1f','\xf0','\x28','\x10','\xc8','\x10','\x0f','\xf0','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x02','\x00','\x01','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\xff','\x80','\x22','\xfc','\x22','\x44','\x3e','\x44','\x22','\x44','\x22','\x44','\x3e','\x44','\x22','\x28','\x22','\x28','\x27','\xa8','\xfa','\x10','\x42','\x10','\x02','\x28','\x02','\x44','\x02','\x82','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x44','\x00','\x40','\x00','\x40','\xff','\xfe','\x00','\x40','\x00','\x40','\x10','\x40','\x08','\x40','\x08','\x40','\x00','\x40','\x01','\x40','\x00','\x80','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x01','\x00','\x11','\x00','\x11','\x00','\x1f','\xf8','\x21','\x00','\x41','\x00','\x01','\x00','\xff','\xfe','\x03','\x80','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x01','\x00','\x00','\x20','\x01','\x20','\xfd','\x20','\x21','\xfc','\x21','\x20','\x3e','\x20','\x44','\x20','\x47','\xfe','\x64','\x70','\x94','\xa8','\x08','\xa8','\x09','\x24','\x11','\x24','\x22','\x22','\x40','\x20','\x80','\x20','\x00','\x40','\x88','\x20','\x53','\xfe','\x22','\x02','\x54','\x14','\x90','\x10','\x10','\x10','\x13','\xfe','\x30','\x10','\x51','\x10','\x90','\x90','\x10','\x90','\x10','\x10','\x10','\x10','\xa0','\x50','\x40','\x20','\x00','\x20','\x01','\x20','\xfd','\x20','\x11','\xfc','\x11','\x20','\x12','\x20','\x7c','\x20','\x13','\xfe','\x10','\x70','\x10','\xa8','\x10','\xa8','\x1d','\x24','\xe1','\x24','\x42','\x22','\x00','\x20','\x00','\x20','\x08','\x08','\x1c','\x3c','\xf1','\xe0','\x10','\x20','\x13','\xfe','\xfc','\x20','\x11','\xfc','\x31','\x24','\x39','\xfc','\x55','\x24','\x55','\xfc','\x90','\x20','\x11','\xfc','\x10','\x20','\x13','\xfe','\x10','\x00','\x00','\x08','\x3c','\x3c','\x25','\xe0','\x24','\x20','\x27','\xfe','\x3c','\x20','\x25','\xfc','\x25','\x24','\x25','\xfc','\x3d','\x24','\x25','\xfc','\x24','\x20','\x25','\xfc','\x44','\x20','\x57','\xfe','\x88','\x00','\x10','\x00','\x13','\xe0','\x11','\x5e','\x7d','\x42','\x11','\xd2','\x11','\x4a','\xfd','\x4a','\x11','\xc4','\x11','\x44','\x51','\x64','\x5d','\xca','\x53','\x4a','\x70','\x52','\x50','\x40','\x4f','\xfe','\x80','\x00','\x00','\x00','\x4f','\xfe','\x20','\xa0','\x20','\xa0','\x07','\xfc','\x84','\xa4','\x44','\xa4','\x54','\xa4','\x15','\x1c','\x26','\x04','\xe4','\x04','\x27','\xfc','\x24','\x04','\x24','\x04','\x27','\xfc','\x04','\x04','\x10','\x10','\x08','\x20','\xff','\xfe','\x02','\x00','\x04','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x10','\x00','\x17','\xfc','\x10','\x40','\x2f','\xfe','\x28','\x42','\x63','\x58','\x60','\x40','\xa3','\x58','\x20','\x00','\x2f','\xfe','\x20','\x40','\x27','\xfc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\x0c','\x00','\x08','\x00','\x7c','\x3f','\x88','\x11','\x08','\x08','\x90','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xf0','\x08','\x20','\x04','\x40','\x02','\x80','\x01','\x00','\x06','\xc0','\x18','\x30','\xe0','\x0e','\x00','\x00','\x03','\xfc','\x7a','\x04','\x4a','\x04','\x4a','\x04','\x4a','\x04','\x4b','\xfc','\x48','\x90','\x48','\x90','\x48','\x90','\x78','\x90','\x49','\x12','\x01','\x12','\x02','\x12','\x04','\x0e','\x08','\x00','\x02','\x00','\x02','\x00','\x7f','\xfc','\x02','\x00','\x3f','\xf8','\x04','\x00','\xff','\xfe','\x08','\x20','\x08','\x20','\x1f','\xfc','\x10','\x20','\x24','\x20','\x42','\x20','\x82','\x20','\x00','\xa0','\x00','\x40','\x10','\x1c','\x13','\xe0','\x10','\x84','\x12','\x44','\xfd','\x48','\x11','\x10','\x17','\xfe','\x14','\x02','\x18','\x00','\x33','\xf8','\xd1','\x08','\x11','\x10','\x10','\xa0','\x10','\x40','\x51','\xb0','\x26','\x0e','\x21','\x04','\x21','\x04','\x2f','\xe4','\x21','\x04','\xf9','\x3e','\x27','\xc4','\x20','\x04','\x77','\xe4','\x6c','\x54','\xa4','\x54','\xa7','\xc4','\x24','\x44','\x22','\x84','\x20','\xe4','\x2f','\x14','\x24','\x08','\x10','\x1c','\x13','\xe0','\x20','\x84','\x2a','\x44','\x49','\x48','\xf1','\x10','\x17','\xfe','\x24','\x02','\x48','\x00','\xfb','\xf8','\x09','\x08','\x01','\x10','\xa8','\xa0','\xa8','\x40','\x81','\xb0','\x06','\x0e','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\xff','\xfe','\x02','\x00','\x3f','\xf8','\x24','\x88','\x24','\x88','\x24','\xa8','\x20','\x10','\x00','\x00','\x7f','\xfc','\x40','\x04','\x41','\x04','\x41','\x04','\x41','\x04','\x41','\x04','\x42','\x84','\x42','\x44','\x44','\x44','\x44','\x24','\x48','\x24','\x50','\x24','\x40','\x04','\x7f','\xfc','\x40','\x04','\x04','\x00','\x04','\x00','\x45','\xfc','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x88','\x44','\x88','\x4c','\x50','\x54','\x50','\x64','\x20','\x44','\x20','\x04','\x50','\x04','\x88','\x05','\x04','\x06','\x02','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x2f','\xe8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x27','\xc8','\x24','\x48','\x24','\x48','\x27','\xc8','\x40','\x08','\x40','\x28','\x80','\x10','\x02','\x00','\x01','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xf0','\x00','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x04','\x45','\x04','\x02','\x00','\x20','\x40','\x10','\x50','\xfe','\x48','\x00','\x48','\x00','\x40','\x7d','\xfe','\x44','\x50','\x44','\x50','\x44','\x50','\x7c','\x50','\x10','\x90','\x54','\x90','\x92','\x92','\x11','\x12','\x51','\x0e','\x22','\x00','\x10','\x04','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x54','\xa4','\x52','\x94','\x52','\x94','\x90','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x20','\x84','\x20','\x84','\x40','\x04','\x80','\x04','\x10','\x80','\x10','\x80','\x11','\xf8','\x21','\x08','\x2a','\x90','\x6c','\x60','\xa9','\x98','\x2e','\x26','\x28','\xc0','\x2b','\x10','\x28','\x20','\x28','\xc8','\x2b','\x10','\x20','\x60','\x21','\x80','\x26','\x00','\x0e','\x20','\x78','\x20','\x08','\x24','\x08','\xa4','\xfe','\xa8','\x19','\x20','\x2c','\x50','\x4a','\x50','\x88','\x88','\x09','\x04','\x0a','\x02','\x01','\x00','\x28','\x88','\x28','\xa4','\x48','\x24','\x07','\xe0','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x04','\x12','\x02','\x11','\xfc','\x14','\x00','\x18','\x00','\x31','\xfc','\xd1','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x51','\xfc','\x21','\x04','\x01','\x04','\x21','\x24','\x11','\x24','\x11','\x24','\x81','\x24','\x41','\x24','\x45','\xb4','\x15','\x6c','\x19','\x24','\x21','\x24','\xe1','\x24','\x21','\x24','\x21','\x24','\x22','\x24','\x22','\x04','\x04','\x04','\x00','\x70','\x1f','\x80','\x01','\x00','\x01','\x00','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xcf','\xe6','\x04','\x20','\x04','\x40','\x04','\x78','\x08','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x08','\x40','\x1c','\x40','\xf0','\x40','\x10','\x40','\x11','\x44','\xfd','\x44','\x11','\x48','\x32','\x50','\x38','\x40','\x54','\xa0','\x54','\xa0','\x90','\x90','\x11','\x10','\x11','\x08','\x12','\x04','\x14','\x02','\x10','\x40','\x10','\x40','\x20','\x7c','\x28','\x84','\x49','\x88','\xf2','\x50','\x10','\x20','\x20','\x50','\x48','\x88','\xfb','\x06','\x08','\x60','\x00','\x10','\xa8','\x08','\xa8','\xc0','\x80','\x20','\x00','\x10','\x10','\x20','\x10','\x20','\x21','\xfc','\x24','\x24','\x47','\xfe','\xf8','\x24','\x11','\xfc','\x20','\x20','\x49','\xac','\xfd','\x74','\x05','\x24','\x01','\xfc','\xa9','\x64','\xaa','\xb4','\x83','\x2c','\x04','\x24','\x00','\x00','\x7e','\xfc','\x22','\x44','\x12','\x24','\x1a','\x34','\x62','\xc4','\x01','\x04','\x02','\x00','\x1f','\xf8','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x02','\x00','\x04','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x01','\x20','\x01','\x10','\xff','\xfe','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x12','\x10','\x11','\x10','\x11','\x10','\xff','\xfe','\x10','\x10','\x12','\x10','\x11','\x10','\x11','\x10','\x20','\x10','\x20','\x10','\x40','\x50','\x80','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x04','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x02','\x90','\x02','\xa8','\x04','\xb8','\x08','\x8a','\x30','\x82','\xc0','\x7e','\x04','\x00','\x08','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x00','\xf8','\x7f','\x00','\x09','\x04','\x11','\x88','\x63','\x50','\x05','\x20','\x19','\x18','\xe1','\x06','\x01','\x00','\x08','\x40','\x7f','\x7c','\x14','\x40','\xff','\x7c','\x22','\x04','\x3e','\x7c','\x22','\x40','\x3e','\x7c','\x22','\x42','\x26','\x3e','\x01','\x00','\xff','\xfe','\x06','\x80','\x1c','\x48','\xe5','\x30','\x06','\x0e','\x48','\x90','\x7e','\xfc','\xc9','\x90','\x7e','\xfc','\x48','\x90','\x7e','\xfc','\x48','\x90','\x7e','\xfc','\x01','\x00','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x02','\x14','\xf1','\x12','\x9f','\xd2','\x90','\x10','\x90','\x7e','\xf7','\x90','\x24','\x90','\x24','\x90','\xa7','\x90','\xb9','\x28','\xa5','\xa8','\xa5','\x68','\xa9','\x28','\xb1','\x4a','\xc5','\x4a','\x02','\x86','\x10','\x00','\x10','\xf8','\x10','\x88','\xfe','\x88','\x10','\xf8','\x7c','\x00','\x55','\xfe','\x7c','\x88','\x54','\xf8','\x7c','\x88','\x10','\xf8','\xfe','\x88','\x10','\x9e','\x13','\xe8','\x10','\x08','\x10','\x08','\x00','\x00','\x47','\xfc','\x24','\x44','\x24','\x44','\x05','\xf4','\x04','\x44','\xe7','\xfc','\x24','\x04','\x25','\xf4','\x25','\x14','\x25','\xf4','\x24','\x04','\x28','\x0c','\x50','\x00','\x8f','\xfe','\x00','\x00','\x10','\x10','\x08','\x10','\x08','\x20','\xff','\xfe','\x04','\x40','\x04','\x40','\x7f','\xfc','\x44','\x44','\x48','\x44','\x50','\x3c','\x60','\x04','\x7f','\xfc','\x40','\x04','\x40','\x04','\x7f','\xfc','\x40','\x04','\x00','\x04','\xfe','\x44','\x28','\x54','\x28','\x54','\xfe','\x54','\xaa','\x54','\xaa','\xdc','\xab','\x74','\xae','\x54','\xc2','\x54','\x82','\x54','\xfe','\x54','\x82','\x54','\x82','\x54','\xfe','\x84','\x83','\x04','\x09','\x00','\x08','\x80','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x11','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x10','\xfe','\x20','\x28','\xfe','\x28','\x92','\xfe','\x92','\xaa','\xfe','\xaa','\x92','\xaa','\x92','\xae','\xfe','\xc2','\x20','\x82','\x24','\xfe','\x5a','\x82','\x5e','\x82','\x90','\xfe','\x92','\x83','\x0e','\x08','\x20','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x30','\x20','\x37','\xfe','\x50','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x08','\x80','\x08','\x40','\x08','\x00','\x17','\xfc','\x10','\x40','\x30','\x40','\x30','\x40','\x50','\x40','\x97','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x1f','\xfe','\x10','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x04','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x04','\x48','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x44','\x08','\x44','\x10','\x44','\x60','\x3c','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x08','\x04','\x09','\x04','\x10','\x88','\x20','\x90','\x48','\x00','\x0b','\xfe','\x10','\x20','\x30','\x20','\x51','\x20','\x91','\x3c','\x11','\x20','\x11','\x20','\x12','\xa0','\x12','\x60','\x14','\x3e','\x18','\x00','\x00','\x48','\x00','\x44','\x00','\x40','\xff','\xfe','\x00','\x40','\x08','\x40','\x08','\x44','\x08','\x44','\x7f','\x44','\x08','\x28','\x08','\x28','\x10','\x12','\x10','\x32','\x20','\x4a','\x40','\x86','\x03','\x02','\x00','\x00','\x1f','\xf0','\x02','\x20','\x01','\x40','\x7f','\xfc','\x04','\x84','\x18','\x88','\x62','\x80','\x01','\x00','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x80','\x40','\x40','\x40','\x47','\xfe','\x10','\x40','\x10','\x40','\x20','\x40','\xe0','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x20','\x20','\x20','\x11','\x20','\x11','\x3c','\x81','\x20','\x41','\x20','\x47','\xfe','\x10','\x00','\x10','\x00','\x22','\x04','\xe1','\x08','\x20','\x90','\x21','\x08','\x22','\x04','\x24','\x02','\x00','\x00','\x90','\x90','\x49','\x14','\x02','\x12','\x7f','\x12','\x49','\x10','\x7f','\xfe','\x49','\x10','\x7f','\x10','\x00','\x10','\xff','\xa8','\x00','\x28','\x7f','\x28','\x41','\x44','\x41','\x44','\x7f','\x84','\x41','\x02','\x10','\x80','\x10','\xa2','\x21','\x12','\x25','\x14','\x46','\x80','\xf8','\xfe','\x11','\x08','\x21','\x08','\x4b','\x28','\xfd','\x2e','\x05','\x28','\x01','\x28','\x55','\x28','\x55','\x58','\x81','\x4e','\x01','\x80','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x00','\x10','\x40','\x10','\x20','\x28','\x20','\x25','\xfe','\x40','\x40','\xb8','\x88','\x11','\x04','\x11','\xfe','\xfc','\x92','\x10','\x90','\x94','\x90','\x58','\x90','\x51','\x12','\x1d','\x12','\xe2','\x0e','\x44','\x00','\x08','\x00','\x08','\x00','\x0e','\xfc','\x08','\x44','\x08','\x44','\x08','\x44','\xff','\x44','\x00','\x28','\x08','\x28','\x08','\x28','\x4a','\x10','\x49','\x10','\x89','\x28','\x08','\x48','\x28','\x84','\x11','\x02','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x2f','\xe8','\x22','\x08','\x22','\x08','\x27','\xc8','\x24','\x48','\x28','\x48','\x34','\x88','\x22','\x8a','\x21','\x0a','\x42','\x0a','\x44','\x06','\x88','\x02','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x88','\x04','\x0f','\xfc','\x10','\x40','\x30','\x80','\x53','\xf8','\x92','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x01','\x00','\x21','\x00','\x11','\xdc','\x11','\x14','\x81','\x14','\x41','\x14','\x47','\xd4','\x10','\x14','\x11','\x14','\x21','\x14','\xe5','\x88','\x25','\x48','\x29','\x48','\x21','\x14','\x25','\x14','\x02','\x22','\x20','\x00','\x13','\xfc','\x12','\x04','\xfa','\x04','\x0a','\x04','\x12','\x04','\x13','\xfc','\x38','\x90','\x54','\x90','\x94','\x90','\x10','\x90','\x11','\x12','\x11','\x12','\x12','\x12','\x14','\x0e','\x18','\x00','\x10','\x20','\x10','\x10','\x23','\xfe','\x2a','\x02','\x48','\x80','\xf0','\xfe','\x11','\x10','\x23','\x20','\x4d','\x7c','\xf9','\x44','\x09','\x44','\x01','\x7c','\xa9','\x44','\xa9','\x44','\x81','\x7c','\x01','\x44','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x01','\x00','\x29','\x28','\x25','\x48','\x2f','\xe8','\x23','\x88','\x25','\x48','\x29','\x28','\x41','\x08','\x81','\x08','\x10','\x40','\xfe','\x40','\x00','\x40','\x7d','\xf8','\x44','\x48','\x7c','\x48','\x00','\xc8','\x7c','\x48','\x08','\xaa','\xfe','\xaa','\x11','\x06','\x52','\x02','\x21','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x10','\x40','\xfe','\x40','\x00','\x40','\x7d','\xf8','\x44','\x48','\x7c','\x48','\x00','\xc8','\x7c','\x48','\x08','\xaa','\xfe','\xaa','\x11','\x06','\x52','\x02','\x20','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x01','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x08','\x01','\x00','\x01','\x00','\x41','\x04','\x41','\x04','\x41','\x04','\x41','\x04','\x7f','\xfc','\x00','\x04','\x11','\x00','\x11','\x80','\x21','\x5c','\x41','\x40','\x81','\x00','\x17','\xc0','\x21','\x3e','\x63','\x08','\xa3','\x88','\x23','\x48','\x25','\x48','\x25','\x08','\x29','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x00','\x40','\x20','\x50','\x10','\x48','\x10','\x40','\x07','\xfc','\x00','\xc0','\xf0','\xe0','\x11','\x50','\x11','\x48','\x12','\x44','\x14','\x44','\x10','\x40','\x10','\x40','\x28','\x00','\x47','\xfe','\x00','\x00','\x08','\x40','\x08','\x40','\x08','\x88','\x11','\x04','\x13','\xfe','\x30','\x02','\x30','\x88','\x51','\x44','\x92','\x42','\x10','\xf8','\x11','\x88','\x12','\x50','\x10','\x20','\x10','\x50','\x11','\x88','\x16','\x06','\x20','\x40','\x20','\x40','\x20','\x88','\x21','\x04','\xab','\xfe','\xa8','\x02','\xa8','\x88','\xa9','\x44','\xaa','\x42','\xa8','\xf8','\xa9','\x88','\xba','\x50','\xc8','\x20','\x00','\x50','\x01','\x88','\x06','\x06','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc8','\x26','\x08','\x20','\x0f','\xe0','\x08','\x20','\x08','\x20','\x0f','\xe0','\x00','\x3c','\x07','\xc0','\xf0','\x44','\x92','\x24','\x91','\x08','\xf7','\xfe','\x94','\x02','\x9a','\x08','\xf2','\x08','\x93','\xbe','\x94','\x88','\x9a','\xa8','\xf1','\x3e','\x92','\x08','\x04','\x08','\x08','\x08','\x20','\x40','\x10','\x40','\x10','\x88','\xfd','\x04','\x03','\xfe','\x08','\x02','\x88','\x88','\x89','\x44','\x4a','\x42','\x48','\xf8','\x51','\x88','\x52','\x50','\x1c','\x20','\xe0','\x50','\x41','\x88','\x06','\x06','\x00','\x7c','\x3f','\x80','\x01','\x08','\x10','\x88','\x08','\x90','\x7f','\xfe','\x48','\x12','\x08','\x10','\x1e','\xfc','\x22','\x10','\x52','\x90','\x0c','\x90','\x08','\xfe','\x10','\x10','\x20','\x10','\x40','\x10','\x00','\x10','\x7e','\x10','\x48','\x20','\x7e','\x44','\x48','\xfe','\x7e','\x28','\x48','\x44','\x48','\xa2','\x7e','\x3c','\x02','\x44','\xaa','\x44','\xaa','\xa8','\xaa','\x10','\x82','\x28','\x14','\x44','\x08','\x82','\x01','\x40','\x41','\x20','\x21','\x20','\x23','\xfe','\x02','\x20','\x16','\x20','\x1b','\xfc','\x12','\x20','\x22','\x20','\x23','\xfc','\xe2','\x20','\x22','\x20','\x22','\x20','\x23','\xfe','\x22','\x00','\x02','\x00','\x10','\x3c','\x17','\xe0','\x24','\x20','\x44','\x20','\x97','\xfe','\x14','\x20','\x25','\xfc','\x65','\x04','\xa5','\x04','\x25','\xfc','\x25','\x04','\x25','\xfc','\x29','\x04','\x29','\x04','\x31','\xfc','\x21','\x04','\x08','\x00','\x08','\x00','\x0f','\xfc','\x10','\x04','\x10','\x04','\x2f','\xc4','\x48','\x44','\x88','\x44','\x0f','\xc4','\x08','\x44','\x08','\x44','\x0f','\xc4','\x08','\x44','\x00','\x04','\x00','\x28','\x00','\x10','\x20','\x1c','\x23','\xe0','\x22','\x20','\x22','\x20','\xfb','\xfe','\x22','\x20','\x22','\xfc','\x72','\x84','\x6a','\x84','\xa2','\xfc','\xa2','\x84','\x22','\xfc','\x24','\x84','\x24','\x84','\x28','\xfc','\x20','\x84','\x00','\x80','\xfe','\x80','\x20','\xfc','\x21','\x04','\x21','\x04','\x3f','\xf4','\x45','\x14','\x45','\x14','\xa5','\xf4','\x19','\x14','\x09','\x14','\x11','\xf4','\x11','\x14','\x20','\x04','\x40','\x14','\x80','\x08','\x00','\x80','\x20','\x40','\x17','\xfc','\x10','\x00','\x83','\xf8','\x42','\x08','\x4b','\xf8','\x08','\x00','\x13','\xf8','\x10','\x10','\xe0','\x20','\x27','\xfc','\x20','\x40','\x20','\x40','\x21','\x40','\x00','\x80','\x21','\x40','\x11','\x20','\x83','\xfc','\x52','\x40','\x17','\xf8','\x2a','\x40','\xe3','\xf8','\x22','\x40','\x23','\xfc','\x22','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x27','\xbc','\x14','\xa4','\x17','\xbc','\x84','\xa4','\x47','\xbc','\x44','\x04','\x15','\xf4','\x14','\x44','\x24','\xe4','\xe4','\x44','\x24','\x44','\x25','\xf4','\x24','\x04','\x24','\x14','\x04','\x08','\x00','\x7c','\x3f','\x80','\x20','\x80','\x3f','\xfc','\x20','\x80','\x2f','\xf8','\x28','\x08','\x28','\x08','\x2f','\xf8','\x28','\x08','\x28','\x08','\x2f','\xf8','\x48','\x08','\x48','\x08','\x8f','\xf8','\x08','\x08','\x10','\x20','\x10','\x20','\x20','\x20','\x2b','\xfe','\x48','\x20','\xf1','\x24','\x11','\x24','\x21','\x24','\x49','\x24','\xfd','\xfc','\x04','\x24','\x00','\x20','\x54','\x22','\x54','\x22','\x80','\x1e','\x00','\x00','\x00','\x00','\x21','\x24','\x11','\x24','\x11','\x24','\x02','\x48','\x02','\x48','\xf4','\x90','\x12','\x48','\x12','\x48','\x11','\x24','\x11','\x24','\x11','\x24','\x10','\x00','\x28','\x00','\x47','\xfe','\x00','\x00','\x01','\x10','\x4f','\xfe','\x20','\xa0','\x27','\xfc','\x04','\xa4','\x05','\x1c','\xe6','\x04','\x27','\xfc','\x24','\x04','\x27','\xfc','\x20','\x10','\x2f','\xfe','\x21','\x10','\x20','\xb0','\x50','\x00','\x8f','\xfe','\x00','\x20','\xfe','\x10','\x28','\xfe','\x28','\x00','\xfe','\x7c','\xaa','\x44','\xaa','\x7c','\xaa','\x00','\xae','\x7c','\xc2','\x08','\x82','\x10','\xfe','\xfe','\x82','\x10','\x82','\x10','\xfe','\x50','\x82','\x20','\x04','\x00','\x45','\xfe','\x54','\x20','\x54','\x40','\x55','\xfc','\x55','\x04','\x55','\x04','\x55','\xfc','\x55','\x04','\x55','\xfc','\x55','\x04','\x55','\x04','\x55','\xfc','\x54','\x88','\x85','\x04','\x06','\x02','\x10','\x00','\x10','\xf0','\x10','\x90','\x1e','\x90','\x12','\x90','\x22','\x90','\x22','\x90','\x52','\x90','\x94','\x94','\x14','\x94','\x08','\x94','\x09','\x0c','\x14','\x00','\x23','\x00','\x40','\xfe','\x80','\x00','\x20','\x00','\x10','\x00','\x01','\xfc','\xfc','\x44','\x08','\x44','\x10','\x44','\x10','\x44','\x34','\x44','\x58','\x44','\x94','\x44','\x14','\x44','\x10','\x84','\x10','\x84','\x11','\x04','\x12','\x28','\x14','\x10','\x02','\x08','\x07','\x1c','\x38','\xe0','\x20','\x80','\x20','\x80','\x3e','\x80','\x22','\xfe','\x22','\x88','\x22','\x88','\x3e','\x88','\x20','\x88','\x20','\x88','\x41','\x08','\x41','\x08','\x82','\x08','\x04','\x08','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x02','\x00','\x1f','\xd0','\x02','\x20','\xff','\xfe','\x03','\x00','\x0f','\xf0','\x38','\x10','\xcf','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x00','\x00','\x03','\xfe','\x7a','\x52','\x4a','\x52','\x4b','\xfe','\x48','\x24','\x49','\xfc','\x78','\x28','\x4b','\xfe','\x48','\x20','\x48','\xfc','\x49','\x84','\x7a','\xfc','\x48','\x84','\x00','\xfc','\x00','\x84','\x00','\x80','\x20','\x88','\x17','\xe8','\x10','\x90','\x80','\xa0','\x4f','\xfe','\x40','\x80','\x11','\x00','\x13','\xf8','\x26','\x08','\xea','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x22','\x20','\x22','\x20','\x3f','\xfc','\x22','\x20','\x22','\x20','\x22','\x20','\x23','\xe0','\x20','\x00','\x4a','\x48','\x49','\x24','\x91','\x24','\x00','\x00','\x10','\x20','\x10','\x22','\x21','\xfa','\x24','\x24','\x44','\x28','\xfb','\xfe','\x10','\x20','\x20','\x40','\x48','\xfc','\xfd','\x84','\x06','\x84','\x00','\xfc','\x54','\x84','\x54','\x84','\x80','\xfc','\x00','\x84','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x02','\x00','\x1f','\xd0','\x02','\x20','\xff','\xfe','\x03','\x00','\x0f','\xf0','\x38','\x10','\xcf','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x01','\x00','\x3f','\xf0','\x01','\x10','\xff','\xfe','\x01','\x10','\x3f','\xf0','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\xff','\xfe','\x08','\x20','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x02','\x00','\x1f','\xd0','\x02','\x20','\xff','\xfe','\x03','\x00','\x0f','\xf0','\x38','\x10','\xcf','\xf0','\x08','\x10','\x0f','\xf0','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x20','\x20','\x10','\x22','\xfd','\xfc','\x00','\x28','\x7b','\xfe','\x00','\x40','\x79','\xfc','\x06','\x84','\x78','\xfc','\x48','\x84','\x78','\xfc','\x48','\x84','\x20','\x20','\x10','\x22','\x01','\xfa','\xfc','\x24','\x00','\x28','\x7b','\xfe','\x00','\x20','\x78','\x40','\x00','\xfc','\x79','\x84','\x4a','\x84','\x48','\xfc','\x48','\x84','\x78','\x84','\x48','\xfc','\x00','\x84','\x00','\x20','\x7c','\x20','\x44','\x20','\x44','\x20','\x44','\xfc','\x7c','\x24','\x44','\x24','\x44','\x24','\x7c','\x24','\x44','\x24','\x44','\x24','\x44','\x44','\x4e','\x44','\xf0','\x84','\x01','\x28','\x02','\x10','\x08','\x00','\x08','\x00','\x14','\xfc','\x22','\x44','\x41','\x44','\xbe','\x44','\x08','\x44','\x08','\x28','\x7f','\x28','\x08','\x28','\x2a','\x10','\x29','\x10','\x49','\x28','\x88','\x48','\x28','\x84','\x11','\x02','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x04','\x00','\xff','\xfe','\x04','\x20','\x08','\x20','\x08','\x20','\x10','\x40','\x18','\x40','\x06','\x80','\x01','\x80','\x06','\x60','\x18','\x10','\x60','\x08','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x23','\xf8','\x20','\x10','\x20','\xa0','\x20','\x40','\x2f','\xfe','\x20','\x42','\x20','\x44','\x20','\x40','\x40','\x40','\x40','\x40','\x81','\x40','\x00','\x80','\x10','\x40','\x10','\x40','\x20','\xa0','\x41','\x10','\x92','\x08','\x15','\xf6','\x20','\x40','\x60','\x40','\xa7','\xfc','\x20','\x40','\x22','\x50','\x22','\x48','\x24','\x44','\x28','\x44','\x21','\x40','\x20','\x80','\x10','\x00','\x10','\x00','\xfe','\x7c','\x22','\x44','\x44','\x44','\x34','\x44','\x08','\x44','\x14','\x7c','\x22','\x44','\xc0','\x00','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x20','\x08','\x20','\x08','\x53','\xc8','\x4a','\x48','\x82','\x5e','\x7a','\x4a','\x23','\xca','\x22','\x4a','\xfa','\x4a','\x23','\xca','\x2a','\x4a','\xb2','\x4a','\x62','\x6a','\x3b','\xd2','\xe6','\x12','\x00','\x26','\x00','\x00','\x78','\x40','\x48','\x40','\x50','\xa0','\x51','\x10','\x62','\x08','\x55','\xf6','\x48','\x40','\x48','\x40','\x4b','\xfc','\x68','\x40','\x51','\x50','\x42','\x48','\x44','\x44','\x41','\x44','\x40','\x80','\x09','\x00','\x09','\xfc','\x0a','\x00','\x15','\xf8','\x11','\x08','\x31','\xf8','\x31','\x08','\x51','\xf8','\x90','\x00','\x17','\xfe','\x11','\x00','\x13','\xfc','\x14','\xa4','\x11','\x24','\x12','\x54','\x10','\x88','\x0a','\x48','\x09','\x50','\x0f','\xfe','\x14','\x02','\x11','\xf8','\x31','\x08','\x33','\xfc','\x52','\x04','\x93','\xfc','\x12','\x04','\x13','\xfc','\x12','\x04','\x13','\xfc','\x11','\x08','\x12','\x04','\x14','\x02','\x00','\x20','\x79','\x24','\x48','\xa8','\x48','\x20','\x49','\xfc','\x78','\x40','\x4b','\xfe','\x48','\x88','\x49','\x44','\x7a','\x42','\x4d','\xf8','\x48','\x48','\x48','\x88','\x48','\x88','\x49','\x28','\x9a','\x10','\x00','\x00','\x7f','\xfc','\x40','\x00','\x40','\x38','\x47','\xc0','\x44','\x00','\x44','\x00','\x47','\xfc','\x44','\x20','\x44','\x20','\x44','\x20','\x48','\x20','\x48','\x20','\x50','\x20','\x7f','\xfe','\x00','\x00','\x01','\x20','\x07','\xa0','\x3c','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\xff','\xfe','\x04','\x20','\x04','\x20','\x04','\x20','\x08','\x20','\x08','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x00','\x00','\x7f','\xf8','\x04','\x08','\x04','\x08','\x08','\x08','\x08','\x08','\x10','\x50','\x20','\x20','\x40','\x00','\x9f','\xf8','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x00','\x20','\x01','\x24','\x78','\xa4','\x48','\xa8','\x48','\x20','\x49','\xfc','\x49','\x04','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\x04','\x49','\xfc','\x01','\x04','\x01','\x04','\x01','\x14','\x01','\x08','\x02','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x04','\x40','\x3f','\xf8','\x20','\x08','\x24','\x48','\x28','\x28','\x37','\xd8','\x24','\x48','\x24','\x48','\x27','\xc8','\x20','\x08','\x20','\x28','\x20','\x10','\x01','\xf8','\x01','\x08','\x79','\x08','\x49','\xf8','\x49','\x08','\x49','\x08','\x49','\xf8','\x48','\x00','\x4b','\xfc','\x4a','\x04','\x7a','\x04','\x4b','\xfc','\x02','\x04','\x02','\x04','\x03','\xfc','\x02','\x04','\x11','\x10','\x09','\x20','\x7f','\xfe','\x50','\x12','\x9f','\xf4','\x00','\x00','\x20','\xf0','\x3f','\x04','\x20','\x04','\x1f','\xfc','\x00','\x00','\x1f','\xf8','\x10','\x08','\x1f','\xf8','\x10','\x08','\x1f','\xf8','\x08','\x3e','\x4b','\xc4','\x2a','\x48','\x29','\x20','\x08','\x08','\x1b','\xfe','\x29','\x08','\xc8','\x88','\x08','\x28','\x09','\x10','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x02','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x08','\x20','\x04','\x40','\xff','\xfe','\x02','\x00','\x02','\x00','\x7f','\xfc','\x04','\x20','\x08','\x40','\x1c','\x80','\x03','\x80','\x0c','\x70','\x70','\x08','\x10','\xfc','\x10','\x84','\x10','\x84','\x10','\xfc','\xfc','\x84','\x24','\x84','\x24','\xfc','\x24','\x00','\x25','\xfe','\x49','\x02','\x29','\x02','\x11','\xfe','\x29','\x02','\x45','\x02','\x85','\xfe','\x01','\x02','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x91','\x14','\x09','\x20','\x01','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x08','\x80','\x08','\xf8','\x09','\x08','\x4a','\x10','\x28','\xa0','\x28','\x40','\x08','\x90','\x0b','\x10','\x18','\x10','\x2b','\xfe','\xc8','\x10','\x09','\x10','\x08','\x90','\x08','\x10','\x08','\x50','\x08','\x20','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x11','\x10','\x11','\x08','\x11','\x04','\x21','\x04','\x21','\x02','\x41','\x02','\x81','\x02','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x09','\x20','\x09','\x10','\x11','\x08','\x11','\x04','\x21','\x14','\x41','\x10','\x01','\x20','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x0c','\x00','\x70','\x00','\x01','\x00','\x21','\x08','\x11','\x10','\x09','\x20','\x01','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x27','\xc8','\x24','\x48','\x24','\x48','\x24','\x48','\x27','\xc8','\x20','\x08','\x20','\x28','\x20','\x10','\x01','\x00','\x00','\x80','\x00','\x80','\x3f','\xfc','\x20','\x00','\x20','\x80','\x20','\x80','\x20','\x80','\x2f','\xfc','\x20','\x80','\x20','\x80','\x20','\x80','\x20','\x80','\x40','\x80','\x5f','\xfe','\x80','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x20','\x80','\x20','\x80','\x2f','\xfc','\x20','\x80','\x21','\xc0','\x22','\xa0','\x22','\xa0','\x24','\x90','\x48','\x88','\x50','\x86','\x80','\x80','\x00','\x80','\x00','\x80','\x7f','\xfe','\x42','\x08','\x52','\x48','\x4a','\x50','\x4a','\x9e','\x5f','\xe4','\x50','\x54','\x57','\x54','\x55','\x54','\x55','\x48','\x57','\x48','\x50','\x48','\x51','\x54','\x50','\x94','\x80','\x22','\x10','\x00','\x08','\x04','\x7f','\x04','\x22','\x08','\x14','\x10','\xff','\xa2','\x00','\x02','\x7f','\x04','\x41','\x08','\x7f','\x10','\x41','\x22','\x7f','\x02','\x08','\x04','\xff','\x88','\x08','\x10','\x08','\x60','\x1f','\xe0','\x00','\x40','\x00','\x80','\x01','\x04','\x79','\x28','\x0f','\xf0','\x09','\x20','\x11','\x10','\x17','\xd0','\x21','\x08','\x21','\x08','\x4f','\xe4','\x81','\x02','\x01','\x00','\x05','\x00','\x02','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\xa8','\xfc','\xa4','\x10','\xa2','\x11','\x22','\x15','\x20','\x1a','\x24','\x30','\x24','\xd0','\x28','\x10','\x08','\x10','\x10','\x10','\x20','\x50','\xc0','\x23','\x00','\x10','\x00','\x13','\xfc','\x10','\x84','\x10','\x84','\xfc','\x84','\x11','\x04','\x11','\x14','\x12','\x08','\x1c','\x00','\x31','\xfc','\xd1','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x51','\xfc','\x21','\x04','\x11','\x10','\x09','\x20','\x3f','\xfc','\x20','\x04','\x4f','\xe8','\x08','\x20','\x0f','\xe0','\x00','\xf0','\x3f','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x05','\x00','\x02','\x00','\x20','\x40','\x20','\x40','\x27','\xfe','\x20','\x40','\xfb','\xf8','\x20','\x48','\x27','\xfe','\x28','\x48','\x33','\xf8','\xe0','\x40','\x22','\x40','\x22','\x7c','\x22','\x40','\x25','\x40','\xa4','\xfe','\x48','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x07','\x20','\x78','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x00','\x00','\x03','\xfc','\x78','\x84','\x48','\x84','\x48','\x84','\x49','\x04','\x49','\x14','\x7a','\x08','\x4c','\x00','\x49','\xfc','\x49','\x04','\x49','\x04','\x79','\x04','\x49','\x04','\x01','\xfc','\x01','\x04','\x0f','\xe0','\x08','\x20','\x08','\x20','\x0f','\xe0','\x08','\x20','\x08','\x20','\x0f','\xe0','\x00','\x00','\x7e','\xfc','\x42','\x84','\x42','\x84','\x7e','\xfc','\x42','\x84','\x42','\x84','\x7e','\xfc','\x42','\x84','\x10','\x10','\x10','\x90','\x10','\x90','\x10','\x88','\xfc','\x88','\x11','\x24','\x31','\x24','\x3a','\x22','\x54','\x40','\x54','\x40','\x90','\x88','\x10','\x84','\x11','\x04','\x13','\xfe','\x11','\x02','\x10','\x00','\x10','\x20','\x11','\x24','\x10','\xa4','\x10','\xa8','\xfc','\x20','\x11','\xfc','\x31','\x04','\x39','\x04','\x55','\xfc','\x51','\x04','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x14','\x11','\x08','\x10','\x20','\x11','\xfc','\x10','\x88','\x10','\x50','\xfb','\xfe','\x10','\x00','\x31','\xfc','\x39','\x04','\x55','\xfc','\x51','\x04','\x91','\xfc','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x90','\x10','\x88','\x11','\xfe','\x11','\x10','\xfb','\x10','\x15','\xfe','\x31','\x10','\x39','\x10','\x55','\xfe','\x51','\x10','\x91','\x10','\x11','\xfe','\x11','\x00','\x12','\xa4','\x12','\x52','\x14','\x52','\x00','\x00','\x27','\xfc','\x10','\x84','\x10','\x84','\x80','\x84','\x41','\x04','\x41','\x14','\x12','\x08','\x14','\x00','\x23','\xfc','\xe2','\x04','\x22','\x04','\x22','\x04','\x22','\x04','\x23','\xfc','\x02','\x04','\x00','\x40','\x22','\x48','\x11','\x48','\x11','\x50','\x80','\x40','\x43','\xf8','\x4a','\x08','\x0a','\x08','\x13','\xf8','\x12','\x08','\xe2','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\x22','\x28','\x02','\x10','\x00','\x20','\x20','\x20','\x11','\x20','\x11','\x3c','\x81','\x20','\x41','\x20','\x47','\xfe','\x10','\x00','\x10','\x28','\x21','\x24','\xe1','\x22','\x22','\x2a','\x24','\x10','\x20','\x20','\x20','\xc0','\x07','\x00','\x02','\x00','\x42','\x00','\x22','\x7c','\x22','\x44','\x0f','\x44','\x82','\x44','\x42','\x7c','\x57','\x44','\x16','\xc4','\x2a','\x44','\xf2','\x7c','\x22','\x44','\x22','\x44','\x22','\x44','\x22','\x7c','\x02','\x44','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\x54','\xa8','\x58','\x88','\x53','\xfe','\x90','\x88','\x10','\x00','\x13','\xfe','\x10','\x90','\x28','\x90','\x25','\x12','\x45','\x12','\x42','\x0e','\x84','\x00','\x09','\x00','\x08','\x80','\x1f','\xfc','\x10','\x80','\x30','\x80','\x5f','\xf8','\x90','\x80','\x10','\x80','\x1f','\xf8','\x10','\x80','\x10','\x80','\x1f','\xfc','\x10','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x00','\x00','\x7d','\xfc','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x94','\x7d','\x08','\x44','\xfc','\x44','\x84','\x44','\x84','\x44','\x84','\x7c','\xfc','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x00','\x5f','\xfc','\x50','\x40','\x10','\x40','\x32','\x40','\x52','\x7c','\x92','\x40','\x12','\x40','\x22','\x40','\x22','\x40','\x5f','\xfe','\x80','\x00','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x24','\x40','\xc0','\x03','\x00','\x0c','\x00','\x3f','\xf8','\xd0','\x08','\x1f','\xf8','\x10','\x08','\x1f','\xf8','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x00','\x20','\x01','\x24','\xfc','\xa4','\x10','\xa8','\x10','\x20','\x21','\xfc','\x3d','\x04','\x65','\x04','\x65','\xfc','\xa5','\x04','\x25','\x04','\x25','\xfc','\x3d','\x04','\x25','\x04','\x21','\x14','\x01','\x08','\x00','\xa0','\x00','\x90','\xf9','\xfe','\x21','\x10','\x23','\x10','\x45','\xfe','\x79','\x10','\x49','\x10','\xc9','\xfe','\x49','\x10','\x49','\x10','\x49','\xfe','\x79','\x00','\x4a','\xa4','\x02','\x52','\x04','\x52','\x21','\x04','\x10','\x84','\x10','\x88','\xf8','\x00','\x0b','\xfe','\x10','\x20','\x10','\x20','\x39','\xfc','\x54','\x20','\x90','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x08','\x80','\x1c','\x80','\xf0','\x80','\x10','\xfe','\x11','\x02','\xfd','\x04','\x12','\x20','\x30','\x20','\x38','\xa8','\x54','\xa4','\x51','\x24','\x91','\x22','\x12','\x22','\x10','\x20','\x10','\xa0','\x10','\x40','\x02','\x00','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x80','\xf0','\x3f','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x20','\x10','\x10','\x94','\x10','\x55','\xfe','\x59','\x00','\x11','\x10','\xfd','\x10','\x31','\x10','\x39','\x7c','\x55','\x10','\x55','\x10','\x91','\x10','\x11','\x10','\x12','\x10','\x12','\xfe','\x14','\x00','\x10','\x00','\x11','\xfc','\x20','\x44','\x24','\x44','\x44','\x44','\xf8','\x44','\x10','\x94','\x20','\x88','\x49','\x00','\xfc','\xfc','\x04','\x84','\x00','\x84','\x54','\x84','\x54','\x84','\x80','\xfc','\x00','\x84','\x01','\x00','\x21','\x08','\x11','\x10','\x09','\x20','\x01','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x28','\x20','\x10','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x80','\x08','\xf8','\x49','\x10','\x2a','\xa0','\x28','\x50','\x08','\x90','\x1b','\xfe','\x29','\x10','\x48','\x90','\x88','\x90','\x08','\x10','\x08','\x30','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x08','\x80','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x10','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x10','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x10','\x80','\x11','\xc0','\x27','\x1c','\x41','\x00','\x87','\xc0','\x11','\x00','\x27','\xfe','\x65','\x48','\xa7','\xc8','\x25','\x48','\x27','\xc8','\x21','\x08','\x27','\xc8','\x21','\x08','\x2f','\xe8','\x20','\x10','\x01','\x00','\x11','\x10','\x09','\x20','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x05','\x00','\x0c','\x88','\x34','\x50','\xc5','\x30','\x06','\x0e','\x04','\x00','\x20','\x08','\x10','\x48','\x10','\x48','\xfe','\x48','\x00','\x44','\x7c','\x84','\x00','\xa4','\x7d','\x22','\x00','\x20','\x7c','\x40','\x44','\x40','\x44','\x48','\x44','\x84','\x7d','\xfe','\x44','\x82','\x00','\x00','\x20','\x00','\x10','\x00','\x03','\xfe','\xfc','\x20','\x00','\x20','\x78','\x20','\x01','\x20','\x79','\x20','\x01','\x3c','\x79','\x20','\x49','\x20','\x49','\x20','\x49','\x20','\x79','\x20','\x47','\xfe','\x00','\x00','\x20','\x00','\x11','\xfc','\x10','\x44','\xfe','\x44','\x00','\x44','\x7c','\x44','\x00','\x94','\x7c','\x88','\x01','\x00','\x7c','\xfc','\x44','\x84','\x44','\x84','\x44','\x84','\x7c','\x84','\x44','\xfc','\x00','\x84','\x21','\x04','\x10','\x84','\x00','\x88','\xfc','\x00','\x03','\xfe','\x78','\x20','\x00','\x20','\x79','\xfc','\x00','\x20','\x78','\x20','\x4b','\xfe','\x48','\x20','\x48','\x20','\x78','\x20','\x48','\x20','\x00','\x20','\x08','\x00','\x1f','\xe0','\x20','\x20','\x7f','\xf8','\xa1','\x08','\x22','\x08','\x3f','\xf8','\x06','\x00','\x19','\x10','\x62','\xa0','\x0c','\xc0','\x71','\xa0','\x06','\x90','\x18','\x88','\xe2','\x86','\x01','\x00','\x11','\x10','\x09','\x20','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\x10','\x10','\x20','\x08','\x08','\x3e','\x4b','\xc4','\x2a','\x48','\x29','\x28','\x1b','\xfe','\x29','\x08','\xc8','\xa8','\x08','\x10','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x28','\x48','\x30','\x38','\x27','\xc8','\x20','\x08','\x3f','\xf8','\x10','\x00','\x10','\x00','\x29','\xfe','\x24','\x10','\x40','\x10','\xb8','\x10','\x10','\x90','\x10','\x90','\xfc','\x9e','\x10','\x90','\x94','\x90','\x58','\x90','\x50','\x90','\x1c','\x90','\xe3','\xfe','\x40','\x00','\x10','\x08','\x10','\x3c','\x29','\xe0','\x24','\x20','\x43','\xfe','\xb8','\x20','\x11','\xfc','\x11','\x24','\xfd','\xfc','\x11','\x24','\x95','\xfc','\x58','\x20','\x51','\xfc','\x1c','\x20','\xe3','\xfe','\x40','\x00','\x10','\x20','\x11','\xfc','\x28','\x88','\x24','\x50','\x43','\xfe','\xb8','\x00','\x11','\xfc','\x11','\x24','\xfd','\xfc','\x11','\x24','\x95','\xfc','\x58','\x20','\x51','\xfc','\x1c','\x20','\xe3','\xfe','\x40','\x00','\x00','\x20','\x7d','\xfc','\x44','\x88','\x48','\x50','\x4b','\xfe','\x50','\x00','\x49','\xfc','\x49','\x04','\x45','\xfc','\x45','\x04','\x45','\xfc','\x68','\x20','\x53','\xfe','\x40','\x20','\x40','\x20','\x40','\x20','\x28','\x10','\x28','\x92','\xfe','\x52','\x28','\x54','\x38','\x10','\x10','\xfe','\x7c','\x82','\x54','\x82','\x54','\xfe','\x7c','\x82','\x10','\x82','\xfe','\xfe','\x10','\x82','\x10','\x82','\x10','\x8a','\x10','\x84','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x03','\xf8','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\xff','\xfe','\x00','\x00','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x7f','\xfc','\x00','\x80','\x10','\x80','\x10','\x80','\x08','\x80','\x04','\x80','\x02','\x80','\x01','\x00','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x00','\x00','\x3f','\xf0','\x00','\x20','\x00','\x40','\x00','\x80','\x7d','\x04','\x05','\x88','\x09','\x50','\x09','\x20','\x11','\x10','\x21','\x08','\x41','\x06','\x85','\x00','\x02','\x00','\xff','\xfe','\x00','\x00','\x00','\xf8','\x3f','\x00','\x01','\x00','\x7f','\xfc','\x09','\x20','\x09','\x20','\xff','\xfe','\x09','\x20','\x09','\x20','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x00','\x00','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x00','\x00','\x0f','\xc0','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x42','\x10','\x42','\x20','\x42','\x40','\x3e','\x80','\x00','\x03','\x82','\x3c','\x02','\x04','\x02','\x7f','\xc2','\x15','\x12','\x15','\x12','\xff','\xd2','\x15','\x12','\x15','\x12','\x7f','\xd2','\x0e','\x12','\x15','\x12','\x24','\x82','\x44','\x42','\x84','\x0a','\x04','\x04','\x20','\x28','\x20','\x24','\x20','\x20','\x27','\xfe','\x24','\x20','\xfc','\x20','\x24','\x24','\x27','\xa4','\x24','\xa4','\x24','\xa8','\x24','\xa8','\x3c','\x90','\xe6','\x92','\x49','\x2a','\x08','\x46','\x10','\x82','\x20','\x00','\x23','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\xfb','\xf8','\x20','\x00','\x2f','\xfe','\x22','\x00','\x23','\xfc','\x24','\x94','\x39','\x24','\xe2','\x44','\x44','\x84','\x01','\x28','\x02','\x10','\x20','\x80','\x20','\x40','\x27','\xfe','\x21','\x10','\xfa','\x08','\x25','\x14','\x23','\xf8','\x21','\x10','\x23','\xf8','\x21','\x10','\x27','\xfc','\x39','\x28','\xe3','\x10','\x4d','\x48','\x01','\x86','\x01','\x00','\x20','\x80','\x20','\x40','\x27','\xfe','\x21','\x10','\xfa','\x08','\x4d','\x14','\x4b','\xf8','\x49','\x10','\x4b','\xf8','\x91','\x10','\x57','\xfc','\x21','\x28','\x33','\x10','\x4d','\x48','\x49','\x86','\x81','\x00','\x01','\x00','\x11','\x10','\x09','\x20','\x7f','\xfe','\x40','\x02','\x8f','\xe4','\x08','\x20','\x08','\x20','\x0f','\xe0','\x01','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x11','\x50','\x11','\x20','\x01','\x00','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x51','\xfc','\x58','\x20','\x57','\xff','\x94','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x14','\x11','\x0c','\x27','\xfc','\x20','\x80','\x23','\xf8','\x22','\x08','\xf3','\xf8','\x22','\x08','\x2f','\xfe','\x28','\x82','\x35','\x48','\xe5','\x14','\x28','\xf4','\x21','\x00','\x23','\xf8','\x25','\x08','\xa0','\xf0','\x4f','\x0e','\x04','\x00','\x04','\x00','\x0f','\xf0','\x18','\x20','\x64','\x40','\x03','\x80','\x1d','\x70','\xe1','\x0e','\x01','\x00','\x7f','\xfc','\x01','\x00','\x09','\x20','\x11','\x10','\x21','\x08','\x45','\x04','\x02','\x00','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\xfd','\xfe','\x10','\x10','\x30','\x10','\x39','\x10','\x55','\x10','\x54','\x90','\x90','\x90','\x10','\x50','\x10','\x20','\x10','\x50','\x11','\x88','\x16','\x06','\x01','\x00','\x21','\x00','\x13','\xf0','\x12','\x10','\x84','\x20','\x4b','\xfc','\x40','\x44','\x10','\x44','\x17','\xfe','\x20','\x44','\xe0','\x44','\x23','\xfc','\x20','\x44','\x20','\x40','\x21','\x40','\x00','\x80','\x08','\x40','\x08','\x48','\x08','\x44','\x48','\x44','\x28','\x40','\x2f','\xfe','\x08','\x40','\x08','\x40','\x18','\x40','\x28','\xa0','\xc8','\xa0','\x08','\x90','\x09','\x10','\x09','\x08','\x0a','\x04','\x0c','\x02','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x80','\x02','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x10','\x80','\x38','\x40','\xe7','\xfe','\x21','\x10','\x22','\x08','\xfd','\x14','\x23','\xf8','\x31','\x10','\x6b','\xf8','\x61','\x10','\xa7','\xfc','\x21','\x28','\x23','\x10','\x2d','\x48','\x21','\x86','\x21','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x1f','\xc0','\x00','\x44','\x7d','\x88','\x05','\x50','\x09','\x20','\x31','\x18','\xc5','\x06','\x02','\x00','\x3f','\xf8','\x00','\x00','\x24','\x88','\x42','\x44','\x40','\x80','\x20','\x40','\x07','\xfe','\xf9','\x10','\x02','\x08','\x75','\x14','\x03','\xf8','\x71','\x10','\x03','\xf8','\x71','\x10','\x57','\xfc','\x51','\x28','\x53','\x10','\x7d','\x48','\x51','\x86','\x01','\x00','\x00','\x20','\xfe','\x10','\x29','\xfe','\x28','\x48','\xfe','\x84','\xab','\x4a','\xaa','\xfc','\xaa','\x48','\xae','\xfc','\xc2','\x48','\x83','\xfe','\xfe','\x54','\x82','\xc8','\x83','\x54','\xfe','\x62','\x82','\x40','\x20','\x40','\x20','\x20','\x53','\xfe','\x4a','\x02','\x84','\x04','\x78','\x00','\x23','\xfe','\x20','\x20','\xf8','\x20','\x21','\x20','\x29','\x3c','\xb1','\x20','\x62','\xa0','\x3a','\x60','\xe4','\x3e','\x08','\x00','\x00','\x00','\x07','\xfc','\xf4','\x04','\x97','\xfc','\x94','\x00','\x95','\xfc','\x94','\x20','\x95','\xfc','\x95','\x24','\x95','\xfc','\xf4','\x20','\x97','\xfe','\x06','\x2a','\x06','\xfa','\x0a','\x0a','\x12','\x06','\x20','\x40','\x20','\x40','\x27','\xfc','\x20','\x40','\x20','\x40','\xfb','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x3b','\xf8','\xe2','\x08','\x42','\x08','\x0f','\xfe','\x00','\x00','\x10','\x80','\x10','\x80','\x28','\x80','\x24','\xfe','\x53','\x20','\xfe','\x20','\x44','\x20','\x7d','\xfc','\x45','\x24','\x7d','\x24','\x41','\x24','\x51','\x24','\x49','\x34','\x55','\x28','\x64','\x20','\x40','\x20','\x10','\x28','\x10','\x24','\x10','\x24','\x10','\x20','\xfb','\xfe','\x10','\x20','\x14','\x20','\x1b','\xa0','\x31','\x20','\xd1','\x10','\x11','\x10','\x11','\x10','\x11','\xca','\x17','\x0a','\x52','\x06','\x20','\x02','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfc','\x20','\x11','\xfc','\x31','\x04','\x39','\xfc','\x55','\x04','\x55','\xfc','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x17','\xfe','\x10','\x00','\x00','\x20','\xfc','\x20','\x23','\xfe','\x20','\x20','\x20','\x20','\x3d','\xfc','\x45','\x04','\x45','\xfc','\x65','\x04','\x95','\xfc','\x09','\x04','\x09','\xfc','\x11','\x04','\x21','\x04','\x47','\xfe','\x80','\x00','\x20','\x00','\x23','\xf8','\x22','\xa8','\x2a','\xa8','\xb3','\xf8','\xa1','\x00','\xa3','\xfc','\xa4','\x84','\x23','\xe4','\x22','\xa4','\x22','\xa4','\x23','\xe4','\x50','\x94','\x4f','\xf4','\x48','\x14','\x80','\x08','\x11','\x10','\x10','\x94','\x23','\xd2','\x28','\x12','\x4a','\x50','\xf1','\x90','\x17','\xfe','\x20','\x10','\x4b','\xd2','\xfa','\x52','\x0a','\x54','\x03','\xd4','\xaa','\x4a','\xaa','\x4a','\x83','\xd6','\x00','\x22','\x01','\x10','\xfc','\x94','\x4b','\xd2','\x48','\x12','\x7a','\x50','\x49','\x90','\x4f','\xfe','\x78','\x10','\x4b','\xd2','\x4a','\x52','\x4e','\x54','\x7b','\xd4','\xca','\x4a','\x0a','\x4a','\x0b','\xd6','\x08','\x22','\x08','\x00','\x08','\x00','\x1f','\xe0','\x20','\x20','\x40','\x40','\xbf','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x00','\x20','\x02','\x20','\x02','\x20','\x02','\x1f','\xfe','\x00','\x00','\x20','\x20','\x20','\x20','\x78','\x20','\x49','\xfc','\x91','\x24','\x7d','\x24','\x55','\x24','\x55','\x24','\x7d','\xfc','\x55','\x24','\x54','\x20','\x7c','\x28','\x54','\x24','\x57','\xfe','\x45','\x02','\x8c','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x0a','\x20','\x31','\x18','\xdf','\xf6','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x08','\x11','\x90','\x10','\x60','\x12','\x10','\x14','\x08','\x18','\x04','\x10','\x20','\x10','\x20','\x28','\x20','\x25','\xfc','\x53','\x24','\xfd','\x24','\x45','\x24','\x7d','\x24','\x45','\xfc','\x7d','\x24','\x40','\x20','\x50','\x28','\x48','\x24','\x55','\xfe','\x64','\x82','\x40','\x00','\x00','\x00','\x3f','\xfc','\x20','\x00','\x2f','\xf8','\x20','\x00','\x3f','\xfe','\x28','\x88','\x48','\x50','\x4a','\x30','\x8c','\x0e','\x00','\x20','\xff','\xfe','\x08','\x20','\x04','\x20','\x04','\xa0','\x00','\x40','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x21','\x00','\x21','\x00','\x2f','\xe0','\x21','\x20','\x21','\x20','\x22','\x20','\x22','\x20','\x44','\x22','\x44','\x22','\x88','\x1e','\x10','\x00','\x08','\x40','\x08','\x40','\x08','\x40','\x17','\xfc','\x14','\x44','\x34','\x44','\x34','\x44','\x57','\xfc','\x94','\x44','\x14','\x44','\x14','\x44','\x17','\xfc','\x14','\x44','\x10','\x40','\x10','\x40','\x10','\x40','\x08','\x40','\x08','\x20','\x0b','\xfe','\x10','\x00','\x10','\x00','\x31','\xfc','\x30','\x00','\x50','\x00','\x91','\xfc','\x10','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x08','\x00','\x0b','\xf8','\x08','\x08','\x11','\xf8','\x10','\x08','\x33','\xf8','\x30','\x00','\x57','\xfc','\x94','\x04','\x13','\xf0','\x11','\x10','\x11','\x10','\x10','\xa0','\x10','\x40','\x11','\xb0','\x16','\x0e','\x00','\x00','\x3f','\xfc','\x20','\x00','\x2f','\xf8','\x20','\x00','\x3f','\xfe','\x24','\x88','\x24','\x50','\x25','\x30','\x26','\x0e','\x20','\x00','\x2f','\xf8','\x48','\x08','\x48','\x08','\x8f','\xf8','\x08','\x08','\x20','\x00','\x23','\xfc','\x22','\x00','\x22','\x00','\xfa','\xf8','\x4a','\x00','\x4a','\x00','\x4b','\xfc','\x8a','\xa0','\x4a','\xa4','\x32','\xa8','\x12','\x90','\x2a','\x90','\x4c','\x88','\x84','\xa4','\x08','\xc2','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x13','\xf8','\x10','\x08','\x91','\xf8','\x50','\x08','\x53','\xf8','\x10','\x00','\x37','\xfc','\x54','\x04','\x93','\xf8','\x11','\x10','\x10','\xe0','\x17','\x1c','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\xfc','\x3f','\x00','\x11','\x10','\x09','\x20','\xff','\xfe','\x09','\x20','\x30','\x18','\xdf','\xf6','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x02','\x00','\x01','\x00','\x00','\x80','\x00','\x80','\x04','\x00','\x04','\x08','\x24','\x04','\x24','\x04','\x24','\x02','\x44','\x02','\x44','\x12','\x84','\x10','\x04','\x10','\x03','\xf0','\x00','\x00','\x20','\x40','\x20','\x40','\x27','\xfc','\x20','\x40','\x33','\xf8','\xaa','\x08','\xa3','\xf8','\xa2','\x08','\xa3','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x2f','\xfe','\x21','\x10','\x22','\x08','\x24','\x04','\x10','\x00','\x13','\xfc','\x12','\x00','\x12','\x00','\xfe','\xf8','\x12','\x00','\x12','\x00','\x17','\xfc','\x1a','\xa0','\x32','\xa4','\xd2','\xa8','\x12','\x90','\x12','\x90','\x14','\x88','\x54','\xa4','\x28','\xc2','\x10','\x00','\x08','\x04','\x7f','\x78','\x00','\x40','\x22','\x40','\x14','\x40','\xff','\x7e','\x08','\x48','\x08','\x48','\x7f','\x48','\x08','\x48','\x2a','\x48','\x49','\x48','\x88','\x88','\x28','\x88','\x11','\x08','\x00','\x00','\x7f','\xfc','\x04','\x40','\x24','\x48','\x14','\x50','\x04','\x40','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x01','\x00','\x01','\x00','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x30','\x1c','\x68','\x2a','\xa4','\xc9','\x22','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x10','\x40','\x3b','\xfe','\x34','\x88','\x51','\x34','\x52','\xe2','\x90','\x20','\x11','\xfc','\x10','\x70','\x10','\xac','\x13','\x22','\x10','\x20','\x00','\x00','\x23','\xf8','\x10','\x08','\x11','\xf8','\x80','\x08','\x43','\xf8','\x40','\x00','\x17','\xfc','\x14','\x04','\x23','\xf0','\xe1','\x10','\x21','\x10','\x20','\xa0','\x20','\x40','\x21','\xb0','\x06','\x0e','\x00','\x00','\x27','\xfc','\x14','\x04','\x14','\xa4','\x81','\x10','\x42','\x08','\x40','\x40','\x10','\x40','\x17','\xfc','\x20','\x40','\xe0','\xe0','\x21','\x50','\x22','\x48','\x2c','\x46','\x20','\x40','\x00','\x40','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x90','\xa0','\x51','\x10','\x52','\x08','\x14','\x26','\x30','\xc0','\x53','\x10','\x90','\x20','\x10','\xc0','\x23','\x08','\x20','\x10','\x40','\xe0','\x87','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x08','\x20','\x10','\x10','\x20','\x08','\x20','\x20','\x10','\x20','\x10','\x20','\xf9','\xfc','\x09','\x24','\x11','\x24','\x11','\x24','\x39','\xfc','\x55','\x24','\x95','\x24','\x11','\x24','\x11','\xfc','\x11','\x24','\x10','\x20','\x10','\x20','\x10','\x20','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x08','\x20','\x10','\xd0','\x2f','\x08','\xc1','\x06','\x1f','\xf0','\x05','\x40','\x09','\x20','\x11','\x10','\x61','\x08','\x01','\x00','\x10','\x20','\x10','\x20','\x20','\x20','\x25','\xfc','\x45','\x24','\xf9','\x24','\x11','\x24','\x21','\xfc','\x49','\x24','\xfd','\x24','\x05','\x24','\x01','\xfc','\x55','\x24','\x54','\x20','\x80','\x20','\x00','\x20','\x00','\x00','\x3f','\xfc','\x21','\x00','\x21','\x00','\x21','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x21','\x00','\x21','\x00','\x21','\x00','\x3f','\xfc','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x02','\x00','\x01','\x00','\x00','\x80','\x04','\x08','\x24','\x04','\x24','\x02','\x44','\x02','\x84','\x10','\x04','\x10','\x03','\xf0','\x00','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x00','\x08','\x04','\x7f','\x78','\x22','\x40','\x14','\x40','\xff','\x7e','\x08','\x48','\x7f','\x48','\x08','\x48','\x2a','\x48','\x49','\x88','\xa8','\x88','\x11','\x08','\x10','\x00','\x08','\x7c','\x7f','\x44','\x00','\x44','\x22','\x7c','\x14','\x44','\xff','\x44','\x08','\x7c','\x08','\x44','\x7f','\x44','\x08','\x7c','\x2a','\x28','\x49','\x28','\x88','\xca','\x28','\x4a','\x10','\x86','\x20','\x20','\x10','\x20','\x00','\x50','\xfc','\x88','\x01','\x04','\x7a','\x12','\x00','\x20','\x78','\x40','\x01','\x88','\x78','\x10','\x48','\x20','\x48','\x44','\x49','\x88','\x78','\x10','\x48','\x60','\x03','\x80','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf2','\x10','\x14','\x10','\x18','\x7f','\xf0','\x00','\x50','\x00','\x90','\x03','\x10','\x1c','\x10','\xe0','\x50','\x00','\x20','\x02','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x08','\x20','\x04','\x40','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x40','\x21','\x20','\x13','\xfe','\x12','\x20','\x06','\x20','\x0b','\xfc','\xf2','\x20','\x12','\x20','\x13','\xfc','\x12','\x20','\x12','\x20','\x13','\xfe','\x12','\x00','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\x20','\x42','\x20','\xbc','\x20','\x13','\xfe','\x10','\x20','\xfe','\x20','\x10','\x20','\x94','\x20','\x58','\x20','\x50','\x20','\x1e','\x20','\xf0','\x20','\x40','\x20','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x3f','\xfc','\x20','\x00','\x2f','\xf8','\x20','\x00','\x3f','\xfc','\x24','\x48','\x44','\x30','\x86','\x0e','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x04','\x40','\x08','\x20','\x08','\x20','\x10','\x10','\x20','\x08','\x40','\x04','\x80','\x02','\x08','\x00','\x08','\x00','\x08','\x00','\x13','\xfc','\x10','\x00','\x30','\x00','\x30','\x00','\x50','\x00','\x90','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x17','\xfe','\x10','\x00','\x10','\x00','\x10','\x00','\x00','\x00','\x3f','\xf8','\x02','\x08','\x02','\x08','\x02','\x08','\x22','\x08','\x22','\x08','\x22','\x08','\x42','\x08','\x02','\x08','\x04','\x08','\x04','\x08','\x08','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x28','\x40','\x2f','\x78','\x28','\x42','\x2f','\x3e','\x20','\x80','\x2f','\xf8','\x40','\x80','\x7f','\xfe','\x80','\x00','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x3f','\xf0','\x00','\x10','\x1f','\xf0','\x00','\x10','\x3f','\xf0','\x00','\x00','\x3e','\x7c','\x08','\x44','\x7f','\x7c','\x00','\x20','\xff','\xfe','\x08','\x20','\x04','\x20','\x04','\xa0','\x00','\x40','\x08','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x08','\x20','\x0f','\xe0','\x08','\x20','\x08','\x20','\x0f','\xe0','\x08','\x20','\x08','\x20','\xff','\xfe','\x12','\x20','\x14','\x10','\x10','\x00','\x1f','\xf8','\x00','\x00','\x1f','\xf8','\x10','\x08','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x48','\x10','\x40','\x10','\x20','\x23','\x10','\x20','\x88','\x40','\x06','\x8c','\x00','\x03','\x00','\x00','\x80','\x00','\x40','\x7e','\xfc','\x48','\x44','\x7e','\x44','\x42','\x28','\x7e','\x10','\x48','\x28','\x7e','\xc6','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x50','\x10','\x20','\x20','\x00','\x13','\xf0','\x00','\x90','\xfc','\x90','\x00','\x90','\x78','\x90','\x00','\x90','\x7b','\xf0','\x00','\x90','\x78','\x90','\x48','\x90','\x48','\x92','\x48','\x8a','\x78','\x8a','\x48','\x86','\x00','\x82','\x00','\x00','\x4f','\xe0','\x22','\x20','\x22','\x20','\x02','\x20','\x02','\x20','\xef','\xa0','\x22','\x20','\x22','\x24','\x22','\x14','\x22','\x14','\x22','\x0c','\x22','\x04','\x50','\x00','\x8f','\xfe','\x00','\x00','\x00','\x20','\x7c','\x20','\x45','\xfe','\x48','\x20','\x49','\xfc','\x51','\x24','\x49','\x24','\x49','\xfc','\x45','\x24','\x45','\x24','\x45','\xfc','\x68','\x20','\x53','\xfe','\x40','\x20','\x40','\x20','\x40','\x20','\x22','\x00','\x22','\x00','\xff','\x7e','\x22','\x12','\x3e','\x12','\x08','\x52','\x7f','\x52','\x49','\x52','\x49','\x52','\x7f','\x92','\x08','\x12','\xff','\xa2','\x08','\x22','\x08','\x42','\x08','\x94','\x09','\x08','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x80','\x00','\x3f','\xf8','\x00','\x08','\x7f','\xe8','\x00','\x08','\x1f','\x88','\x10','\x88','\x10','\x88','\x1f','\x88','\x10','\xa8','\x00','\x10','\x20','\x00','\x17','\xe0','\x02','\x5e','\xfa','\x52','\x02','\x52','\x7b','\xd2','\x02','\x52','\x7a','\x54','\x03','\xd4','\x7a','\x54','\x4a','\x48','\x4a','\xe8','\x4f','\x54','\x78','\x54','\x48','\x62','\x00','\x40','\x08','\x00','\x09','\xfe','\x10','\x20','\x20','\x40','\x41','\xfc','\x89','\x04','\x09','\x04','\x11','\xfc','\x21','\x04','\x45','\xfc','\x85','\x04','\x09','\x04','\x11','\xfc','\x20','\x88','\x41','\x04','\x82','\x02','\x00','\x40','\xfe','\x40','\x28','\x40','\x28','\x7e','\xfe','\xa0','\xaa','\xa0','\xab','\x20','\xaa','\x3c','\xae','\x20','\xc2','\x20','\x82','\x20','\xfe','\x3e','\x82','\x20','\x82','\x20','\xfe','\x20','\x82','\x20','\x00','\x00','\x7f','\xfc','\x40','\x04','\x41','\x04','\x44','\x84','\x42','\xa4','\x52','\x24','\x48','\x44','\x44','\x44','\x42','\x84','\x41','\x04','\x46','\xc4','\x58','\x34','\x40','\x04','\x7f','\xfc','\x40','\x04','\x00','\x00','\x3f','\xfe','\x20','\x08','\x3f','\x88','\x20','\x08','\x2f','\x08','\x29','\x7e','\x29','\x08','\x29','\x08','\x2f','\x48','\x20','\x28','\x29','\x08','\x26','\x08','\x43','\x88','\x5c','\x28','\x88','\x10','\x00','\x00','\x27','\xfc','\x10','\x00','\x10','\x00','\x03','\xf8','\x02','\x08','\xf2','\x08','\x13','\xf8','\x10','\x00','\x12','\x08','\x11','\x10','\x17','\xfc','\x10','\x00','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x80','\x00','\x80','\x78','\x80','\x48','\xfc','\x49','\x04','\x49','\x08','\x4a','\x40','\x4c','\x40','\x48','\x40','\x48','\xa0','\x78','\xa0','\x49','\x10','\x01','\x10','\x02','\x08','\x04','\x04','\x08','\x02','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x09','\x20','\x09','\x20','\xff','\xfe','\x09','\x20','\x09','\x20','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x10','\x20','\x20','\x20','\x7c','\x20','\x44','\x20','\x45','\xfc','\x45','\x24','\x7d','\x24','\x41','\x24','\x41','\x24','\x7d','\x24','\x45','\x24','\x45','\x34','\x45','\x28','\x7c','\x20','\x44','\x20','\x00','\x20','\x10','\xa0','\x10','\x90','\x10','\x80','\x11','\xfe','\xfd','\x10','\x13','\x10','\x15','\xfc','\x11','\x10','\x19','\x10','\x31','\xfc','\xd1','\x10','\x11','\x10','\x11','\x10','\x11','\xfe','\x51','\x00','\x21','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x08','\x01','\x08','\x7d','\x90','\x05','\xa0','\x09','\x40','\x09','\x40','\x11','\x20','\x11','\x10','\x21','\x08','\x41','\x06','\x81','\x00','\x05','\x00','\x02','\x00','\x10','\x40','\x10','\x40','\x10','\x40','\x12','\x7c','\x52','\x84','\x54','\x88','\x59','\x20','\x90','\x20','\x10','\x20','\x10','\x50','\x28','\x50','\x28','\x50','\x24','\x88','\x44','\x88','\x41','\x04','\x82','\x02','\x00','\x10','\x00','\x78','\xf3','\xc0','\x90','\x40','\x90','\x40','\xf7','\xfc','\x92','\x48','\x92','\x48','\xf7','\xfe','\x92','\x48','\x92','\x48','\x97','\xfc','\xf0','\x40','\x90','\x40','\x07','\xfc','\x00','\x00','\x10','\x40','\x10','\x40','\x95','\xf8','\x54','\x48','\x58','\x88','\x10','\x8a','\xfd','\x0a','\x32','\x26','\x38','\x20','\x54','\x20','\x57','\xfe','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x00','\x00','\x7e','\xfc','\x22','\x44','\x12','\x24','\x1a','\x34','\x62','\xc4','\x02','\x04','\x01','\x00','\x7f','\xfc','\x08','\x20','\x14','\x50','\x22','\x88','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x10','\x10','\x1f','\xf0','\x02','\x80','\x04','\x44','\x0c','\x28','\x34','\x10','\xc5','\x08','\x06','\x06','\x04','\x00','\x01','\x10','\x20','\x90','\x10','\xa0','\x17','\xfc','\x00','\x80','\x01','\x44','\xf6','\x68','\x10','\xb0','\x11','\x28','\x16','\x68','\x10','\xa4','\x11','\x24','\x16','\xa0','\x28','\x40','\x47','\xfe','\x00','\x00','\x00','\x40','\xfe','\x40','\x29','\xf8','\x28','\x48','\xfe','\x88','\xaa','\x8a','\xab','\x0a','\xaa','\x26','\xae','\x20','\xc2','\x20','\x83','\xfe','\xfe','\x20','\x82','\x20','\x82','\x20','\xfe','\x20','\x82','\x20','\x10','\xa0','\x10','\x90','\x28','\x80','\x25','\xfe','\x41','\x10','\xbb','\x10','\x15','\xfc','\x11','\x10','\xfd','\x10','\x11','\xfc','\x95','\x10','\x59','\x10','\x51','\x10','\x1d','\xfe','\xe1','\x00','\x41','\x00','\x20','\x08','\x20','\x3c','\x51','\xe0','\x48','\x20','\x83','\xfe','\x78','\xa8','\x20','\xa8','\x20','\xa8','\xfb','\xfe','\x20','\xa8','\x28','\xa8','\xb3','\xfe','\x60','\x20','\x38','\x20','\xe1','\xfc','\x00','\x00','\x00','\x10','\x78','\x10','\x49','\xfe','\x54','\x20','\x52','\x40','\x60','\xfc','\x51','\x44','\x48','\x44','\x4e','\x7c','\x4a','\x44','\x6a','\x7c','\x52','\x44','\x42','\x54','\x42','\x48','\x45','\x00','\x48','\xfe','\x00','\x20','\x02','\x22','\xfa','\x22','\x22','\x22','\x23','\xfe','\x20','\x00','\x27','\xfe','\xf8','\x20','\x20','\x40','\x23','\xfe','\x22','\x52','\x3a','\x52','\xe2','\x52','\x42','\x52','\x02','\x52','\x02','\x06','\x00','\x08','\x7c','\x08','\x44','\xfe','\x75','\x10','\x54','\xa0','\xfe','\x7e','\x82','\xa2','\x7c','\x22','\x45','\xbe','\x7c','\xa2','\x44','\xbe','\x7c','\xa2','\x44','\xaa','\x44','\xa4','\x55','\x40','\x4a','\x3e','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x00','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x21','\x08','\x45','\x04','\x02','\x00','\x01','\x00','\x41','\x04','\x7f','\xfc','\x02','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x40','\x0c','\x08','\x20','\x49','\x20','\x2a','\x20','\x08','\x3e','\xff','\x44','\x2a','\x44','\x49','\x44','\x88','\xa4','\x10','\x28','\xfe','\x28','\x22','\x10','\x42','\x10','\x64','\x28','\x18','\x28','\x34','\x44','\xc2','\x82','\x10','\x00','\x13','\xfc','\x12','\x00','\x12','\x08','\xfe','\x88','\x12','\x50','\x32','\x50','\x3a','\x20','\x56','\x20','\x52','\x50','\x92','\x50','\x12','\x88','\x13','\x08','\x12','\x00','\x13','\xfe','\x10','\x00','\x10','\x80','\x11','\xfc','\x12','\x44','\x7d','\x54','\x11','\xf4','\x10','\x84','\xfd','\x18','\x10','\x80','\x11','\xfc','\x52','\x44','\x5d','\x54','\x51','\xf4','\x50','\x84','\x71','\x18','\x50','\x00','\x8f','\xfe','\x20','\x28','\x20','\x24','\x7f','\x40','\x91','\x7e','\x55','\xc8','\x7d','\x48','\x21','\x7e','\x4a','\x48','\xa4','\x48','\x7f','\x7e','\x91','\x48','\x55','\x48','\x7d','\x48','\x21','\x7e','\x4a','\x40','\x84','\x40','\x11','\xfe','\x11','\x02','\x11','\x02','\xff','\x02','\x11','\xfe','\x13','\x10','\x15','\x10','\x19','\xff','\x11','\x10','\x31','\x10','\x51','\xfe','\x92','\x82','\x12','\x82','\x14','\x82','\x54','\x82','\x28','\xfe','\x08','\x04','\x08','\x04','\x08','\x08','\x08','\x10','\xfe','\x20','\x08','\x44','\x18','\x04','\x1c','\x08','\x2a','\x10','\x2a','\x22','\x48','\x42','\x88','\x04','\x08','\x08','\x08','\x10','\x08','\x20','\x08','\xc0','\x11','\xf8','\x11','\x08','\x11','\x08','\x11','\xf8','\xfd','\x08','\x11','\x08','\x31','\xf8','\x38','\x00','\x57','\xfc','\x52','\x04','\x92','\x04','\x13','\xfc','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xe4','\x10','\x20','\x1f','\xe0','\x10','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x08','\x00','\x08','\xfe','\x08','\x10','\x7f','\x20','\x49','\x7c','\x4a','\x44','\x48','\x44','\x7f','\x7c','\x41','\x44','\x52','\x7c','\x4a','\x44','\x44','\x44','\x4a','\x7c','\x91','\x00','\x21','\x28','\x00','\x44','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x24','\x40','\xc0','\x03','\x00','\x0c','\x80','\x30','\x40','\xdf','\xfc','\x10','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x10','\x00','\x20','\x00','\x13','\xfc','\x02','\x04','\xf2','\x04','\x13','\xfc','\x22','\x20','\x22','\x20','\x6b','\xfe','\xb2','\x20','\x2a','\x20','\x22','\xfc','\x22','\x84','\x22','\x84','\x24','\x84','\x24','\xfc','\x28','\x84','\x00','\x20','\x27','\xa4','\x10','\xa8','\x12','\x92','\x81','\x14','\x42','\x08','\x55','\xf4','\x18','\x02','\x13','\xf8','\x22','\x08','\xe2','\x08','\x23','\xf8','\x22','\x08','\x21','\x10','\x2f','\xfe','\x00','\x00','\x20','\x00','\x27','\xbc','\x20','\x84','\x24','\xa4','\xfa','\x94','\x24','\xa4','\x20','\x84','\x28','\x40','\x33','\xf8','\xe2','\x08','\x22','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\xa3','\xf8','\x42','\x08','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\xff','\xfe','\x00','\x40','\x00','\x40','\x00','\x40','\x10','\x40','\x08','\x40','\x08','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x01','\x40','\x00','\x80','\x02','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\xff','\xfe','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x13','\xe0','\x10','\x00','\x10','\x00','\x10','\x00','\x1f','\xfc','\x00','\x00','\x42','\x00','\x22','\x3e','\x2f','\x88','\x82','\x10','\x42','\x3e','\x4f','\xa2','\x0a','\xa2','\x2a','\xbe','\x2f','\xa2','\x42','\x3e','\xc7','\x22','\x46','\xa2','\x4a','\xbe','\x52','\x00','\x42','\x14','\x02','\x22','\x10','\x20','\x08','\x20','\x08','\x20','\xff','\xbc','\x00','\x24','\x00','\x44','\x7f','\x44','\x49','\x88','\x49','\x08','\x49','\x10','\x7f','\x10','\x49','\x28','\x49','\x28','\x49','\x44','\x7f','\x84','\x41','\x02','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\xff','\xfe','\x01','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x29','\x00','\x45','\x00','\x83','\xfe','\x00','\x40','\x40','\x40','\x27','\xfc','\x20','\x40','\x03','\xf8','\x00','\x48','\x17','\xfe','\x10','\x48','\x23','\xf8','\xe0','\x80','\x27','\xfe','\x21','\x08','\x23','\x90','\x20','\x60','\x21','\x98','\x06','\x04','\x04','\x04','\x24','\x04','\x24','\x04','\x3f','\xa4','\x44','\x24','\x04','\x24','\xff','\xe4','\x04','\x24','\x04','\x24','\x3f','\xa4','\x24','\xa4','\x24','\xa4','\x26','\x84','\x25','\x04','\x04','\x14','\x04','\x08','\x10','\x40','\x7c','\x40','\x11','\xf8','\xfe','\x48','\x44','\xc8','\x92','\x48','\x7c','\xaa','\x10','\xaa','\x1d','\x06','\xe2','\x02','\x02','\x00','\x7f','\xf8','\x04','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x10','\x20','\x10','\x20','\x11','\x20','\x11','\x20','\xfd','\xfc','\x25','\x20','\x26','\x20','\x24','\x20','\x24','\x20','\x49','\xfc','\x28','\x20','\x10','\x20','\x28','\x20','\x44','\x20','\x83','\xfe','\x00','\x00','\x08','\x00','\x08','\x00','\x13','\xfe','\x20','\x20','\x48','\x20','\x08','\x20','\x11','\x20','\x31','\x20','\x51','\x3c','\x91','\x20','\x11','\x20','\x11','\x20','\x11','\x20','\x11','\x20','\x17','\xfe','\x10','\x00','\x10','\x20','\x10','\x20','\x11','\x20','\x11','\x20','\x19','\xfc','\x55','\x20','\x52','\x20','\x50','\x20','\x90','\x20','\x11','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x00','\x50','\x00','\x48','\x00','\x40','\x3f','\xfe','\x20','\x40','\x20','\x40','\x20','\x44','\x3e','\x44','\x22','\x44','\x22','\x28','\x22','\x28','\x22','\x12','\x2a','\x32','\x44','\x4a','\x40','\x86','\x81','\x02','\x00','\x20','\x00','\x20','\xff','\x20','\x08','\x3e','\x08','\x44','\x08','\x44','\x48','\x44','\x4e','\xa4','\x48','\x28','\x48','\x28','\x48','\x10','\x48','\x10','\x4f','\x28','\xf0','\x48','\x00','\x84','\x01','\x02','\x08','\x20','\x08','\x20','\xff','\xbe','\x08','\x44','\x7f','\xa4','\x49','\x24','\x7f','\x28','\x2a','\x10','\x49','\x28','\x88','\x46','\x00','\x00','\x7f','\xfc','\x01','\x00','\x11','\xf8','\x11','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x11','\x00','\x1f','\xf8','\x21','\x00','\x41','\x00','\x1f','\xf0','\x01','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x00','\x20','\x00','\x20','\x7b','\xfe','\x48','\x20','\x49','\xfc','\x48','\x20','\x4b','\xfe','\x78','\x00','\x49','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\xfc','\x49','\x04','\x01','\x14','\x01','\x08','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x10','\x24','\x33','\xfe','\x38','\x24','\x55','\xfc','\x50','\x40','\x93','\xfe','\x10','\x84','\x11','\xc8','\x10','\x30','\x10','\xcc','\x13','\x02','\x10','\x00','\x17','\xfe','\x10','\x90','\x10','\x90','\xfc','\x90','\x13','\xfc','\x32','\x94','\x3a','\x94','\x56','\x94','\x52','\x94','\x92','\x9c','\x13','\x04','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\xff','\xfe','\x00','\x00','\x20','\x40','\x10','\x40','\x17','\xfc','\x00','\x40','\x83','\xf8','\x40','\x40','\x4f','\xfe','\x08','\x00','\x13','\xf8','\x12','\x08','\x13','\xf8','\xe2','\x08','\x23','\xf8','\x22','\x08','\x22','\x28','\x02','\x10','\x10','\x20','\x10','\x20','\x51','\x20','\x51','\x20','\x7d','\xfc','\x51','\x20','\x92','\x20','\x10','\x20','\x1c','\x20','\xf1','\xfc','\x50','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x01','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\x3f','\xfc','\x21','\x00','\x41','\x00','\x81','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x90','\x00','\x88','\x3f','\xfc','\x20','\x80','\x20','\x88','\x3e','\x48','\x22','\x50','\x22','\x24','\x4a','\x54','\x44','\x8c','\x81','\x04','\x3f','\xf8','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x95','\xfe','\x54','\x20','\x58','\xfc','\x10','\x20','\xfd','\xfe','\x30','\x00','\x38','\xfc','\x54','\x84','\x54','\xfc','\x90','\x84','\x10','\xfc','\x10','\x84','\x10','\x94','\x10','\x88','\x00','\x00','\x7f','\x00','\x22','\x7c','\x3e','\x44','\x22','\x44','\x3e','\x44','\x23','\xc4','\xfe','\x7c','\x02','\x44','\x02','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x24','\x04','\x3f','\xa4','\x44','\x24','\xff','\xa4','\x04','\x24','\x3f','\x84','\x24','\x94','\x25','\x88','\x02','\x00','\x01','\x00','\xff','\xfe','\x04','\x88','\x0c','\x50','\x34','\x20','\xc5','\x18','\x06','\x06','\x00','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\x04','\x40','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x28','\x38','\x30','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x28','\x10','\x24','\x00','\x24','\xfc','\x20','\x03','\xfe','\x7a','\x20','\x02','\x24','\x7a','\x24','\x03','\xa4','\x7a','\xa8','\x4a','\xa8','\x4a','\x90','\x4a','\x92','\x7d','\xaa','\x44','\x46','\x08','\x82','\x08','\x0c','\x7e','\xf0','\x08','\x80','\x0e','\xfe','\x78','\x88','\x0a','\x88','\x19','\x08','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x20','\x10','\x20','\x03','\xfe','\xfc','\x20','\x01','\xfc','\x78','\x20','\x03','\xfe','\x78','\x00','\x01','\xfc','\x79','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x79','\x04','\x49','\x14','\x01','\x08','\x02','\x08','\x42','\x1c','\x22','\x60','\x22','\x40','\x0f','\xc0','\x02','\x7e','\xe2','\xc8','\x23','\x48','\x2e','\x48','\x22','\x48','\x22','\x48','\x2a','\x48','\x24','\x88','\x51','\x00','\x8f','\xfe','\x00','\x00','\x00','\x00','\xfe','\x7c','\x28','\x44','\x28','\x7c','\xfe','\x44','\xaa','\x7c','\xaa','\x10','\xaa','\x50','\xae','\x7c','\xc2','\x90','\x82','\x10','\xfe','\x7c','\x82','\x10','\x82','\x10','\xfe','\xfe','\x82','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x50','\x10','\x20','\x10','\x40','\x10','\x40','\xfe','\x78','\x10','\x88','\x7c','\x10','\x11','\xfc','\xfe','\x24','\x00','\x24','\x7d','\xfe','\x44','\x24','\x7c','\x24','\x45','\xfc','\x7c','\x24','\x44','\x20','\x54','\xa0','\x48','\x40','\x02','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x04','\x40','\x03','\x80','\x1c','\x70','\xf0','\x1e','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x20','\x10','\x40','\x10','\x09','\x04','\x1c','\x84','\xf0','\x88','\x10','\x10','\x11','\xfc','\xfd','\x04','\x11','\x04','\x31','\x04','\x39','\xfc','\x54','\x50','\x54','\x50','\x90','\x90','\x10','\x92','\x11','\x12','\x12','\x0e','\x14','\x00','\x00','\x40','\x3c','\x40','\x24','\xfc','\x25','\x04','\x26','\x08','\x3d','\xfe','\x25','\x00','\x25','\x7c','\x25','\x44','\x3d','\x44','\x25','\x54','\x25','\x48','\x25','\x42','\x45','\x42','\x55','\x3e','\x8a','\x00','\x09','\x00','\x08','\x80','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x10','\x00','\x3f','\xf0','\x08','\x20','\x04','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x20','\x22','\x20','\x3f','\xfc','\x22','\x20','\x22','\x20','\x23','\xe0','\x20','\x80','\x2f','\xf8','\x28','\x88','\x48','\x88','\x48','\xa8','\x88','\x90','\x00','\x80','\x10','\x88','\x10','\x88','\x10','\x88','\x13','\xfe','\x18','\x88','\x54','\x88','\x57','\xfe','\x50','\x00','\x91','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x00','\x28','\x00','\x24','\x00','\x20','\x3f','\xfe','\x22','\x20','\x23','\xa0','\x22','\x24','\x22','\x24','\x3f','\xe4','\x20','\x28','\x22','\x28','\x2a','\x90','\x32','\x52','\x42','\x2a','\x4a','\x46','\x84','\x82','\x00','\x10','\x00','\xf8','\x1f','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x1f','\xfe','\x10','\x40','\x10','\x40','\x11','\xc0','\x10','\x60','\x10','\x50','\x20','\x48','\x20','\x40','\x40','\x40','\x80','\x40','\x04','\x40','\x04','\x40','\x3f','\xf8','\x04','\x40','\x04','\x40','\xff','\xfe','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\xfd','\x00','\x11','\x00','\x31','\xfe','\x39','\x10','\x55','\x10','\x51','\x10','\x91','\x10','\x11','\x10','\x11','\x10','\x12','\x10','\x12','\x10','\x14','\x10','\x00','\x00','\xff','\xfe','\x02','\x00','\x02','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x0f','\xf8','\x18','\x08','\x28','\x08','\x48','\x08','\x88','\x08','\x08','\x08','\x08','\x08','\x0f','\xf8','\x08','\x08','\x08','\x20','\x1d','\xfe','\xf0','\x20','\x11','\xfc','\x10','\x20','\xfd','\xfe','\x10','\x00','\x31','\xfc','\x39','\x04','\x55','\xfc','\x55','\x04','\x91','\xfc','\x11','\x04','\x11','\xfc','\x10','\x88','\x11','\x04','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x48','\x7c','\xfc','\x10','\x48','\x7c','\x48','\x11','\xfe','\xfe','\x00','\x10','\xfc','\x38','\x84','\x54','\xfc','\x94','\x84','\x10','\xfc','\x10','\x84','\x10','\x20','\x13','\xfe','\x20','\x20','\x25','\xfc','\x44','\x20','\xfb','\xfe','\x10','\x00','\x21','\xfc','\x49','\x04','\xfd','\xfc','\x05','\x04','\x01','\xfc','\x55','\x04','\x55','\xfc','\x80','\x88','\x01','\x04','\x21','\x08','\x11','\x10','\x09','\x20','\x12','\x90','\x24','\x48','\x08','\x20','\x3f','\xf8','\xc8','\x26','\x08','\x20','\x0f','\xe0','\x08','\x20','\x08','\x20','\x0f','\xe0','\x08','\x20','\x08','\xa0','\x08','\x40','\x01','\x00','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\x24','\x48','\x24','\x44','\x44','\x42','\x88','\x42','\x08','\x40','\x11','\x40','\x20','\x80','\x00','\x40','\x7c','\x20','\x44','\x20','\x47','\xfe','\x44','\x90','\x7c','\x90','\x10','\x90','\x12','\x94','\x5e','\x92','\x52','\x92','\x54','\x92','\x50','\x90','\x5d','\x10','\xe1','\x10','\x02','\x50','\x04','\x20','\x00','\x20','\x7b','\xfe','\x48','\x20','\x49','\xfc','\x48','\x20','\x7b','\xfe','\x10','\x00','\x11','\xfc','\x1d','\x04','\x51','\xfc','\x51','\x04','\x51','\xfc','\x51','\x04','\x5d','\xfc','\xe0','\x88','\x01','\x04','\x00','\x00','\x03','\xfe','\xfc','\x20','\x10','\x40','\x11','\xfc','\x21','\x04','\x3d','\x04','\x65','\xfc','\x65','\x04','\xa5','\xfc','\x25','\x04','\x25','\x04','\x3d','\xfc','\x24','\x00','\x20','\x88','\x01','\x04','\x10','\x00','\x10','\x00','\x11','\xfc','\x10','\x44','\x10','\x44','\x1e','\x44','\xf0','\x44','\x10','\x44','\x10','\x44','\x12','\x44','\x14','\x44','\x18','\x84','\x10','\x84','\x01','\x04','\x02','\x28','\x04','\x10','\x10','\x20','\x10','\x20','\x11','\x24','\x11','\x24','\xfd','\x24','\x11','\x24','\x15','\xfc','\x18','\x24','\x30','\x20','\xd0','\x20','\x12','\x22','\x12','\x22','\x12','\x22','\x12','\x22','\x53','\xfe','\x20','\x02','\x10','\x80','\x10','\x40','\x13','\xfc','\x10','\x00','\xfd','\x08','\x10','\x90','\x17','\xfe','\x10','\x40','\x18','\x40','\x37','\xfe','\xd0','\x88','\x11','\x08','\x10','\x90','\x10','\x60','\x51','\x98','\x26','\x04','\x10','\x00','\x13','\xfc','\x11','\x08','\x11','\xf8','\xfd','\x08','\x11','\xf8','\x11','\x0e','\x17','\xf8','\x18','\x08','\x30','\x08','\xd2','\x04','\x11','\x08','\x10','\x90','\x11','\x08','\x52','\x04','\x24','\x02','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\xfd','\x00','\x11','\x00','\x11','\xfe','\x15','\x10','\x19','\x10','\x31','\x10','\xd1','\x10','\x11','\x10','\x11','\x10','\x12','\x10','\x52','\x10','\x24','\x10','\x20','\x00','\x10','\xf8','\x10','\x88','\xfe','\x88','\x00','\x88','\x7d','\x06','\x02','\x00','\x7d','\xfc','\x00','\x84','\x7c','\x84','\x44','\x48','\x44','\x50','\x44','\x20','\x7c','\x50','\x44','\x88','\x03','\x06','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x20','\x00','\x21','\xfc','\x2c','\x44','\xf0','\x44','\x20','\x44','\x20','\x44','\x24','\x84','\x28','\x84','\x31','\x04','\x22','\x28','\x04','\x10','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x00','\x7e','\x7c','\x42','\x44','\x7e','\x44','\x42','\x44','\x7e','\x44','\x48','\x44','\x44','\x54','\x5a','\x48','\x62','\x40','\x40','\x40','\x21','\x04','\x10','\x84','\x00','\x88','\xfc','\x10','\x01','\xfc','\x79','\x04','\x01','\x04','\x79','\x04','\x01','\xfc','\x78','\x50','\x48','\x50','\x48','\x90','\x48','\x92','\x79','\x12','\x4a','\x0e','\x04','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x3f','\xf8','\x00','\x08','\x00','\x08','\x1f','\xf8','\x00','\x08','\x00','\x08','\x3f','\xf8','\x00','\x08','\x10','\x40','\x10','\x40','\x20','\xf8','\x25','\x08','\x46','\x10','\xf9','\xfc','\x11','\x24','\x21','\x24','\x49','\x24','\xfd','\xfc','\x05','\x00','\x01','\x00','\x55','\x02','\x55','\x02','\x80','\xfe','\x00','\x00','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x11','\x04','\x10','\x88','\x10','\x50','\x7d','\xfc','\x55','\x24','\x55','\x24','\x55','\xfc','\x55','\x24','\x7d','\x24','\x51','\xfc','\x10','\x20','\x14','\x20','\x1d','\xfe','\xe4','\x20','\x40','\x20','\x00','\x20','\x10','\x40','\x10','\x40','\x10','\x40','\x20','\x40','\x24','\x44','\x64','\x44','\x64','\x44','\xa4','\x44','\x24','\x44','\x24','\x44','\x24','\x44','\x24','\x44','\x24','\x44','\x27','\xfc','\x20','\x04','\x20','\x00','\x01','\x00','\x11','\x00','\x11','\x00','\x1f','\xf8','\x21','\x00','\x41','\x00','\x01','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x40','\x08','\x42','\x10','\x42','\x20','\x3e','\xc0','\x00','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\xff','\xfe','\x00','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x20','\xff','\xfe','\x08','\x20','\x04','\x20','\x04','\x20','\x00','\xa0','\x00','\x40','\x01','\x00','\x01','\x00','\x09','\x20','\x09','\x10','\x11','\x08','\x21','\x08','\x00','\x00','\x01','\x04','\xff','\xfe','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x08','\x30','\x30','\x0e','\xc0','\x04','\x10','\x04','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x20','\x84','\x20','\x84','\x40','\x04','\x80','\x04','\x90','\xa8','\x49','\x24','\x00','\x24','\x7f','\x20','\x49','\x2e','\x49','\xf0','\x7f','\x20','\x49','\x24','\x49','\x24','\x7f','\x28','\x08','\x28','\x08','\x10','\xff','\x92','\x08','\x2a','\x08','\x46','\x08','\x82','\x02','\x00','\x01','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x00','\x20','\x00','\x3f','\x7c','\x21','\x04','\x29','\x24','\x25','\x14','\x49','\x24','\x51','\x44','\x85','\x14','\x02','\x08','\x20','\x00','\x27','\xbc','\x24','\xa4','\x27','\xbc','\xfc','\x20','\x24','\xa4','\x23','\x9c','\x28','\x00','\x31','\x10','\xe7','\xfc','\x21','\x10','\x21','\x10','\x2f','\xfe','\x21','\x10','\xa2','\x08','\x44','\x04','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x04','\x12','\x02','\x31','\xfc','\x38','\x20','\x54','\x20','\x50','\x20','\x91','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x10','\x80','\x10','\x80','\x10','\xfe','\x11','\x00','\xfa','\x00','\x10','\xfc','\x30','\x84','\x38','\xa4','\x54','\x94','\x50','\x84','\x93','\xfe','\x10','\x84','\x10','\x84','\x11','\x04','\x11','\x14','\x12','\x08','\x01','\x00','\x02','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x04','\x7d','\x88','\x09','\x50','\x11','\x20','\x21','\x18','\xc5','\x06','\x02','\x00','\x00','\xa0','\x20','\x90','\x10','\x80','\x10','\xb8','\x87','\xc0','\x40','\x80','\x40','\xbc','\x17','\xc0','\x10','\x88','\x20','\x90','\xe0','\x60','\x20','\x44','\x20','\xa4','\x21','\x14','\x26','\x0c','\x00','\x04','\x00','\x40','\x22','\x40','\x12','\x40','\x13','\xfc','\x84','\x40','\x48','\x40','\x40','\x40','\x17','\xfe','\x11','\x20','\x21','\x20','\xe1','\x20','\x21','\x20','\x22','\x22','\x22','\x22','\x24','\x1e','\x08','\x00','\x20','\x80','\x10','\x80','\x03','\xf0','\x40','\x90','\x21','\x10','\x09','\x12','\x12','\x12','\x64','\x0e','\x29','\x00','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x01','\x10','\x41','\x10','\x27','\xbc','\x21','\x10','\x0f','\xfe','\x81','\x10','\x42','\xa8','\x54','\x44','\x13','\xfa','\x22','\x08','\xe2','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x10','\x10','\x08','\x20','\xff','\xfe','\x00','\x00','\x3e','\x48','\x22','\x48','\x3e','\x48','\x22','\x48','\x3e','\x08','\x22','\x08','\x2a','\x28','\x24','\x10','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x10','\x20','\x10','\x10','\x11','\xfe','\x15','\x02','\x59','\x02','\x51','\xfe','\x51','\x00','\x91','\xee','\x11','\x22','\x11','\xaa','\x11','\x66','\x29','\x22','\x25','\x66','\x42','\xaa','\x42','\x22','\x84','\x66','\x20','\x80','\x10','\x80','\x10','\xfe','\x01','\x00','\xfe','\x00','\x21','\xfc','\x20','\x24','\x3c','\x24','\x24','\xa0','\x24','\xa0','\x24','\xbc','\x24','\xa0','\x24','\xa0','\x45','\x60','\x55','\x3e','\x8a','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x00','\x00','\x3f','\xfc','\x00','\x40','\x10','\x40','\x20','\x40','\x3f','\xfe','\x01','\x40','\x06','\x40','\x18','\x40','\x61','\x40','\x00','\x80','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x10','\x08','\x20','\xff','\xfe','\x00','\x00','\x3e','\x48','\x22','\x48','\x3e','\x48','\x22','\x48','\x3e','\x08','\x22','\x08','\x2a','\x28','\x24','\x10','\x10','\x40','\x10','\x80','\x21','\xfc','\x29','\x04','\x49','\xfc','\xf1','\x04','\x11','\xfc','\x20','\x20','\x48','\x32','\xfb','\xb4','\x08','\xa8','\x01','\x28','\xa9','\x24','\xaa','\x24','\x84','\xa2','\x00','\x40','\x10','\x88','\x10','\x8c','\x23','\xea','\x28','\x88','\x48','\x88','\xf7','\xfe','\x10','\x08','\x21','\x4a','\x49','\x4a','\xfd','\x5a','\x0b','\x6c','\x01','\x4c','\xa9','\x4a','\xa9','\xea','\x87','\x16','\x00','\x22','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x80','\x20','\x80','\x11','\xfc','\x82','\x04','\x54','\x48','\x20','\x40','\xe0','\xa0','\x23','\x18','\x2c','\x06','\x00','\x40','\x78','\x80','\x49','\xfc','\x49','\x04','\x49','\xfc','\x79','\x04','\x49','\xfc','\x48','\x20','\x48','\x32','\x7b','\xb4','\x48','\xa8','\x49','\x28','\x49','\x24','\x4a','\x24','\x4c','\xa2','\x98','\x40','\x10','\x10','\x10','\x10','\x10','\x10','\x1e','\x10','\x12','\xfe','\x22','\x10','\x22','\x90','\x52','\x90','\x8a','\x90','\x04','\x90','\x04','\xfe','\x08','\x10','\x08','\x10','\x10','\x10','\x20','\x10','\x40','\x10','\x08','\x00','\x10','\x78','\x3e','\x48','\x22','\x48','\x32','\x48','\x2a','\x48','\x2a','\x8e','\xff','\x00','\x22','\x00','\x32','\xfc','\x2a','\x84','\x2a','\x84','\x22','\x84','\x42','\x84','\x4a','\xfc','\x84','\x84','\x08','\x20','\xff','\xfe','\x09','\x20','\x3f','\xfc','\x24','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x24','\x00','\x27','\xfc','\x28','\x00','\x2f','\xfc','\x20','\x04','\x4a','\xa4','\x51','\x54','\x80','\x08','\x20','\x20','\x10','\x20','\x00','\x50','\xfc','\x88','\x01','\x04','\x7a','\x02','\x01','\xfc','\x78','\x20','\x00','\x20','\x78','\x20','\x49','\xfc','\x48','\x20','\x48','\x20','\x78','\x20','\x4b','\xfe','\x00','\x00','\x00','\x28','\x7c','\x24','\x44','\x3e','\x45','\xe0','\x7c','\x20','\x44','\x3c','\x45','\xe0','\x7c','\x20','\x44','\x3e','\x45','\xe0','\x7c','\x22','\x00','\x24','\x28','\x18','\x24','\x6a','\x45','\x86','\x80','\x02','\x00','\x50','\x7c','\x48','\x44','\x40','\x44','\x5c','\x45','\xe0','\x7c','\x40','\x10','\x5e','\x11','\xe0','\x5c','\x44','\x50','\x48','\x50','\x30','\x50','\x22','\x5c','\x52','\xe0','\x8a','\x03','\x06','\x00','\x02','\x0f','\x3c','\x49','\x24','\x2f','\x3c','\x28','\xa2','\x07','\x9e','\x01','\x10','\xe7','\xfc','\x21','\x10','\x21','\x10','\x2f','\xfe','\x21','\x10','\x22','\x08','\x24','\x04','\x50','\x00','\x8f','\xfe','\x00','\x00','\x07','\xfc','\x20','\xa0','\x17','\xfc','\x14','\xa4','\x07','\xfc','\x00','\x80','\xf7','\xfe','\x12','\x08','\x15','\xf4','\x19','\x12','\x11','\xf0','\x11','\x04','\x10','\xfc','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x28','\x10','\x24','\x28','\x3e','\x25','\xe0','\x42','\x20','\xbc','\x3c','\x11','\xe0','\x10','\x20','\xfe','\x3e','\x11','\xe0','\x94','\x22','\x58','\x24','\x50','\x18','\x1e','\x6a','\xf1','\x86','\x40','\x02','\x10','\x20','\x11','\x20','\x29','\x20','\x25','\xfc','\x41','\x20','\xba','\x20','\x10','\x20','\x13','\xfe','\xfc','\x90','\x10','\x90','\x94','\x90','\x58','\x90','\x51','\x12','\x1d','\x12','\xe2','\x12','\x44','\x0e','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x41','\x04','\x41','\x04','\x41','\x04','\x42','\x84','\x42','\x44','\x44','\x24','\x48','\x04','\x40','\x14','\x40','\x08','\x20','\x84','\x20','\x44','\x78','\x48','\x48','\x00','\x91','\xfe','\x7c','\x20','\x54','\x20','\x54','\xfc','\x7c','\x20','\x54','\x20','\x55','\xfe','\x7c','\x20','\x00','\x20','\xaa','\x20','\xaa','\x20','\x00','\x20','\x10','\x10','\x08','\x10','\x08','\x20','\xff','\xfe','\x00','\x00','\x3e','\x08','\x22','\x48','\x22','\x48','\x3e','\x48','\x22','\x48','\x22','\x48','\x3e','\x48','\x22','\x08','\x22','\x08','\x2a','\x28','\x24','\x10','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x11','\x10','\x09','\x20','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x02','\x00','\x42','\x02','\x22','\x3c','\x2f','\xa0','\x02','\x20','\x8f','\xa0','\x4a','\xbe','\x4f','\xa4','\x1a','\xa4','\x2f','\xa4','\xe2','\x24','\x2f','\xa4','\x22','\x24','\x22','\x44','\x22','\x44','\x02','\x84','\x10','\x20','\x10','\x28','\x1e','\x24','\x22','\x20','\x33','\xfe','\x4a','\x20','\xa4','\x50','\x14','\x50','\x08','\x88','\x10','\x88','\x21','\x04','\x42','\x02','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc1','\x06','\x01','\x00','\x01','\x00','\x1f','\xf0','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x21','\x04','\x10','\x88','\x10','\x50','\xf9','\xfc','\x09','\x24','\x11','\x24','\x11','\xfc','\x39','\x24','\x55','\x24','\x95','\xfc','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x88','\x10','\x50','\x23','\xfe','\x28','\x20','\x49','\xfc','\xf0','\x20','\x13','\xfe','\x21','\x24','\x48','\xa8','\xfb','\xfe','\x08','\x00','\x01','\xfc','\xa9','\x04','\xa9','\x04','\x81','\xfc','\x01','\x04','\x00','\x88','\x78','\x50','\x4b','\xfe','\x48','\x20','\x49','\xfc','\x78','\x20','\x4b','\xfe','\x49','\x24','\x48','\xa8','\x7b','\xfe','\x48','\x00','\x49','\xfc','\x49','\x04','\x49','\x04','\x49','\xfc','\x99','\x04','\x10','\x00','\x11','\xfe','\x95','\x00','\x55','\x7c','\x59','\x54','\x11','\x54','\xfd','\x7c','\x31','\x54','\x39','\x54','\x55','\x7c','\x55','\x10','\x91','\x10','\x11','\x7c','\x12','\x10','\x12','\x10','\x14','\xfe','\x02','\x08','\x01','\x10','\xf0','\x00','\x97','\xfc','\x94','\x44','\x95','\x54','\x94','\xe4','\x94','\x44','\x97','\xfc','\x90','\x00','\xf3','\xf8','\x92','\x08','\x03','\xf8','\x02','\x08','\x03','\xf8','\x02','\x08','\x22','\x00','\x14','\x7c','\xff','\x44','\x08','\x7c','\x49','\x44','\x49','\x7c','\x7f','\x44','\x08','\x44','\x10','\x94','\x21','\x08','\x41','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x10','\x00','\x10','\xf8','\x10','\x88','\x10','\x88','\x54','\x88','\x54','\xf8','\x54','\x88','\x54','\x88','\x54','\x88','\x54','\xf8','\x54','\x88','\x5c','\x88','\x64','\x88','\x00','\x88','\x03','\xfe','\x00','\x00','\x10','\x88','\x10','\x88','\x10','\x88','\x13','\xfe','\xf8','\x88','\x10','\x88','\x17','\xfe','\x18','\x00','\x31','\xfc','\xd1','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x51','\xfc','\x21','\x04','\x08','\x20','\x04','\x40','\x3f','\xf8','\x21','\x08','\x29','\x28','\x25','\x48','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x08','\x20','\x04','\x40','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x20','\x1c','\x70','\x2a','\xa8','\xc8','\x24','\x00','\x00','\x7f','\xfc','\x01','\x04','\x11','\x00','\x11','\xf8','\x11','\x00','\x29','\x00','\x47','\xfe','\x80','\x00','\x00','\x00','\x45','\xf8','\x29','\x08','\x11','\x08','\x29','\x08','\x49','\xf8','\x89','\x08','\x09','\x08','\x19','\x08','\x29','\xf8','\x49','\x08','\x89','\x08','\x09','\x08','\x09','\x08','\x57','\xfe','\x20','\x00','\x00','\x20','\x00','\x10','\x7d','\xfe','\x04','\x20','\x08','\x48','\x10','\x84','\x51','\xfe','\x50','\x02','\x5c','\xa8','\x50','\xa8','\x50','\xa8','\x50','\xa8','\x5d','\x2a','\x71','\x2a','\xc2','\x2a','\x04','\x06','\x00','\x20','\x00','\x20','\x7d','\xfe','\x04','\x20','\x08','\x20','\x11','\xfc','\x51','\x24','\x51','\x24','\x5d','\xfc','\x50','\x20','\x50','\x70','\x50','\xa8','\x5d','\x24','\x72','\x22','\xc0','\x20','\x00','\x20','\x00','\x88','\x00','\x88','\xfb','\xde','\x20','\x88','\x21','\xdc','\x42','\xaa','\x7c','\x88','\x48','\x00','\xcb','\xfe','\x48','\x22','\x49','\x20','\x49','\x3c','\x79','\x20','\x4a','\xa0','\x04','\x7e','\x08','\x00','\x20','\x00','\x11','\xf8','\x11','\x08','\xf9','\x08','\x09','\x08','\x11','\xf8','\x11','\x08','\x39','\x08','\x55','\x08','\x95','\xf8','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x17','\xfe','\x10','\x00','\x08','\x00','\x1d','\xf8','\xf1','\x08','\x11','\x08','\x11','\x08','\xfd','\xf8','\x11','\x08','\x31','\x08','\x39','\x08','\x55','\xf8','\x55','\x08','\x91','\x08','\x11','\x08','\x11','\x08','\x17','\xfe','\x10','\x00','\x10','\x00','\x11','\xf8','\x95','\x08','\x55','\x08','\x59','\x08','\x11','\xf8','\xfd','\x08','\x31','\x08','\x39','\x08','\x55','\xf8','\x55','\x08','\x91','\x08','\x11','\x08','\x11','\x08','\x17','\xfe','\x10','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x02','\x00','\x04','\x20','\x1f','\xc0','\x01','\x80','\x06','\x10','\x3f','\xf8','\x01','\x08','\x11','\x20','\x25','\x10','\x42','\x08','\x10','\x00','\x11','\xf8','\x21','\x08','\x25','\x08','\x45','\x08','\xf9','\xf8','\x11','\x08','\x21','\x08','\x49','\x08','\xfd','\xf8','\x05','\x08','\x01','\x08','\xa9','\x08','\xa9','\x08','\x87','\xfe','\x00','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x20','\x0c','\x3e','\x70','\x44','\x10','\xff','\x10','\x49','\xfe','\x7f','\x10','\x49','\x38','\x7f','\x34','\x00','\x54','\x55','\x52','\x8a','\x90','\x00','\x10','\x20','\x08','\x10','\x1c','\x01','\xe0','\xfd','\x00','\x01','\x00','\x79','\x00','\x01','\xfe','\x79','\x10','\x01','\x10','\x79','\x30','\x49','\x18','\x49','\x14','\x49','\x12','\x7a','\x10','\x4a','\x10','\x04','\x10','\x00','\x00','\x7d','\xf8','\x45','\x08','\x49','\x08','\x49','\x08','\x51','\xf8','\x49','\x08','\x49','\x08','\x45','\x08','\x45','\xf8','\x45','\x08','\x69','\x08','\x51','\x08','\x41','\x08','\x47','\xfe','\x40','\x00','\x04','\x40','\x22','\x5e','\x12','\x92','\x10','\x12','\x07','\xd2','\x01','\x1e','\xf5','\x52','\x15','\x52','\x15','\x52','\x17','\xde','\x11','\x52','\x12','\x12','\x12','\x22','\x14','\x2a','\x28','\x44','\x47','\xfe','\x06','\x00','\x38','\xf8','\x20','\x08','\x3e','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x00','\x00','\x29','\x48','\x25','\x28','\x21','\x08','\x29','\x48','\x25','\x2a','\x21','\x0a','\x2d','\x66','\x31','\x82','\x09','\x04','\x08','\x88','\x08','\x00','\x13','\xfe','\x12','\x22','\x32','\xaa','\x32','\x72','\x52','\x22','\x93','\xfe','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x08','\x04','\x0c','\x04','\x12','\x04','\x29','\x24','\x44','\xa4','\xbf','\x24','\x21','\x24','\x3f','\x24','\x21','\x24','\x3f','\x24','\x20','\x24','\x3f','\x24','\x51','\x04','\x51','\x04','\x9f','\x14','\x11','\x08','\x00','\x00','\x00','\x00','\xfd','\xfc','\x04','\x84','\x44','\x84','\x44','\x84','\x28','\x88','\x28','\x88','\x10','\x50','\x10','\x50','\x28','\x20','\x28','\x20','\x44','\x50','\x44','\x88','\x81','\x04','\x02','\x02','\x24','\x48','\x14','\x50','\xff','\xfe','\x08','\x20','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x22','\x00','\x3e','\xfc','\x22','\x44','\x3e','\x28','\x23','\x90','\xfe','\x28','\x02','\xc6','\x01','\x00','\x02','\x80','\x04','\x40','\x0a','\x20','\x31','\x18','\xdf','\xf6','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x2f','\xf8','\x28','\x08','\x48','\x08','\x8f','\xf8','\x08','\x08','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3d','\x78','\x25','\x48','\x3d','\x78','\x01','\x00','\xff','\xfe','\x12','\x00','\x11','\x10','\x10','\xa0','\x10','\x40','\x14','\x30','\x18','\x0e','\x10','\x00','\x08','\x20','\x08','\x20','\x08','\x20','\x48','\x20','\x28','\x20','\x28','\x20','\x0b','\xfe','\x18','\x20','\x28','\x20','\x48','\x20','\x88','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x09','\xfc','\x08','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x04','\x40','\x08','\x20','\x37','\xd8','\xc1','\x06','\x1f','\xf0','\x01','\x00','\x02','\xc0','\x0c','\x30','\x30','\x08','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x29','\x28','\x11','\x10','\x29','\x28','\x01','\x00','\x29','\x28','\x11','\x10','\x2a','\xa8','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x81','\x04','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x01','\x00','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x22','\x10','\x21','\x20','\x2f','\xfc','\x2a','\x94','\x29','\xa4','\x2f','\xfc','\x20','\x00','\x27','\xf8','\x24','\x08','\x47','\xf8','\x44','\x08','\x87','\xf8','\x04','\x08','\x00','\x00','\x7f','\xfc','\x40','\x80','\x40','\x80','\x40','\x80','\x4f','\xf8','\x48','\x88','\x48','\x88','\x48','\x88','\x48','\x88','\x48','\xa8','\x48','\x90','\x40','\x80','\x40','\x80','\x7f','\xfe','\x00','\x00','\x10','\x80','\x50','\x80','\x7c','\xfc','\x51','\x54','\x92','\x54','\x1c','\xa4','\xf1','\x24','\x12','\x44','\x10','\x94','\x11','\x08','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x08','\x00','\x08','\xf8','\x08','\x88','\x7e','\x88','\x08','\xf8','\x18','\x88','\x1c','\xf8','\x2a','\x88','\x48','\x88','\x08','\xf8','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x20','\x10','\x20','\x11','\xfc','\x11','\x24','\xfd','\x24','\x11','\xfc','\x11','\x24','\x15','\x24','\x19','\xfc','\x30','\x20','\xd3','\xfc','\x10','\x88','\x10','\x50','\x10','\x20','\x50','\xd8','\x23','\x06','\x10','\x00','\x11','\xfc','\x10','\x04','\x10','\xfc','\xfc','\x04','\x11','\xfc','\x10','\x00','\x13','\xfe','\x1a','\x22','\x30','\x20','\xd1','\xfc','\x11','\x24','\x11','\x24','\x11','\x34','\x51','\x28','\x20','\x20','\x10','\x1c','\x11','\xe0','\x10','\x20','\x10','\x20','\xfd','\xfe','\x10','\x20','\x11','\xfc','\x15','\x24','\x19','\x24','\x31','\xfc','\xd1','\x24','\x11','\x24','\x11','\xfc','\x10','\x20','\x50','\x20','\x20','\x20','\x10','\x00','\x11','\xfc','\x10','\x84','\x10','\x88','\xfc','\x50','\x10','\x20','\x14','\xd8','\x1b','\x26','\x30','\x20','\xd1','\xfc','\x11','\x24','\x11','\x24','\x11','\xfc','\x10','\x22','\x53','\xfe','\x20','\x02','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\xf8','\x00','\x27','\xbc','\x24','\xa4','\x2c','\xa4','\x37','\xbc','\xe0','\x40','\x2f','\xfe','\x21','\x60','\x22','\x50','\x24','\x48','\xb8','\x46','\x40','\x40','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x22','\x08','\x11','\x08','\x11','\x10','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\xc8','\xfd','\x24','\x13','\xfe','\x35','\x04','\x39','\xfc','\x55','\x04','\x51','\xfc','\x91','\x00','\x11','\xfc','\x12','\x84','\x12','\x84','\x14','\xfc','\x10','\x84','\x10','\x90','\x10','\x90','\x17','\xfe','\x10','\x90','\xfb','\xfc','\x12','\x94','\x33','\xfc','\x3a','\x94','\x57','\xfc','\x50','\x00','\x91','\xf8','\x11','\x08','\x11','\xf8','\x11','\x08','\x11','\xf8','\x11','\x08','\x00','\xa0','\x20','\xa0','\x17','\xfe','\x10','\xa0','\x87','\xfc','\x44','\xa4','\x47','\xfc','\x14','\xa4','\x17','\xfc','\x20','\x00','\xe3','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x02','\x08','\x10','\xf8','\x10','\x88','\x10','\x88','\x14','\xf8','\x58','\x00','\x51','\xdc','\x51','\x54','\x91','\x54','\x11','\xdc','\x10','\x20','\x13','\xfe','\x28','\x70','\x24','\xa8','\x41','\x24','\x42','\x22','\x80','\x20','\x08','\x00','\x08','\x00','\x1f','\xe0','\x20','\x20','\x40','\x40','\xbf','\xf8','\x01','\x08','\x01','\x08','\x7f','\xfe','\x01','\x08','\x01','\x08','\x3f','\xf8','\x01','\x08','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x97','\xfc','\x54','\x44','\x57','\xfc','\x14','\x44','\x37','\xfc','\x50','\x40','\x97','\xf8','\x12','\x08','\x21','\x10','\x20','\xe0','\x43','\x18','\x8c','\x06','\x08','\x00','\x08','\xfc','\x08','\x84','\x08','\x84','\xfe','\x84','\x08','\xfc','\x18','\x84','\x1c','\x84','\x2a','\x84','\x2a','\xfc','\x48','\x84','\x88','\x84','\x08','\x84','\x08','\x84','\x08','\xfc','\x08','\x84','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x92','\x14','\x24','\x08','\x08','\x20','\x10','\x10','\x3f','\xf8','\x00','\x08','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x20','\x90','\x20','\x90','\x27','\xfe','\xa8','\x90','\x73','\xfc','\x22','\x94','\xfb','\xfc','\x22','\x94','\x73','\xfc','\x68','\x00','\xa9','\xf8','\x21','\x08','\x21','\xf8','\x21','\x08','\x21','\xf8','\x21','\x08','\x10','\x90','\x10','\x90','\x21','\x08','\x29','\x48','\x4a','\x44','\xf4','\x92','\x11','\x08','\x23','\xfc','\x48','\x44','\xf8','\x20','\x08','\xa4','\x02','\x82','\xaa','\x8a','\xaa','\x8a','\x84','\x78','\x00','\x00','\x10','\x40','\x10','\x20','\x23','\xfe','\x2a','\x02','\x48','\x00','\xf1','\xfc','\x10','\x00','\x20','\x00','\x4b','\xfe','\xf8','\x20','\x09','\x28','\x01','\x24','\xaa','\x22','\xac','\x22','\x80','\xa0','\x00','\x40','\x00','\x90','\xfc','\x90','\x49','\x08','\x49','\x48','\x7a','\x44','\x4c','\x92','\x49','\x08','\x7b','\xfc','\x48','\x44','\x48','\x20','\x4c','\xa4','\x7a','\x82','\xca','\x8a','\x0a','\x8a','\x0c','\x78','\x08','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x08','\x20','\x48','\x20','\x28','\x20','\x28','\x20','\x0b','\xfe','\x08','\x20','\x18','\x20','\x28','\x20','\xc8','\x20','\x09','\xfc','\x08','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\xff','\xfe','\x10','\x80','\x3e','\x98','\x42','\xe0','\x24','\x84','\x18','\x84','\xe0','\x7c','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x20','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x06','\xc0','\x1a','\x30','\xe1','\x0e','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x2f','\xf8','\x48','\x08','\x8f','\xf8','\x08','\x20','\xff','\xfe','\x08','\x20','\x23','\xf8','\x12','\x08','\x13','\xf8','\x80','\x00','\x47','\xbc','\x54','\xa4','\x17','\xbc','\x20','\x40','\xef','\xfe','\x21','\x50','\x22','\x48','\x2c','\x46','\x20','\x40','\x08','\x20','\x48','\x20','\x2b','\xfe','\x08','\x20','\x18','\x20','\x28','\x20','\xc9','\xfc','\x0a','\x00','\x01','\x00','\xff','\xfe','\x05','\x00','\x0c','\x88','\x34','\x50','\xc5','\x30','\x06','\x0e','\x04','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\x29','\x00','\x47','\xfe','\x80','\x00','\x02','\x02','\x41','\x04','\x30','\x88','\x10','\x10','\x03','\xfe','\x00','\x20','\xf0','\x20','\x10','\x20','\x17','\xff','\x10','\x20','\x10','\x50','\x10','\x88','\x11','\x04','\x2a','\x02','\x44','\x01','\x83','\xff','\x00','\xa0','\x2f','\xfe','\x10','\xa0','\x17','\xfc','\x04','\xa4','\x07','\xfc','\xf4','\xa4','\x17','\xfc','\x10','\x00','\x13','\xf8','\x12','\x08','\x13','\xf8','\x12','\x08','\x13','\xf8','\x28','\x00','\x47','\xfe','\x10','\x20','\x10','\x20','\x28','\x50','\x24','\x48','\x40','\xa4','\xb9','\xfe','\x12','\x84','\x10','\xfc','\xfc','\x84','\x10','\xfc','\x94','\x80','\x58','\xfc','\x51','\x44','\x1d','\x44','\xe2','\x7c','\x40','\x44','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x08','\xfc','\x7e','\x84','\x18','\xfc','\x2c','\x84','\x4a','\xfc','\x88','\x84','\x08','\xfc','\x08','\x84','\x00','\x00','\x7e','\xfc','\x48','\x44','\x7e','\x28','\x48','\x10','\x7e','\x68','\x49','\x96','\x48','\x10','\x7e','\xfe','\x02','\x92','\xaa','\x92','\xaa','\xfe','\xaa','\x10','\x82','\x14','\x15','\xfe','\x08','\x82','\x09','\x00','\x09','\xf0','\x0a','\x10','\x17','\xfc','\x1a','\x24','\x32','\x44','\x33','\xfc','\x50','\x80','\x91','\x44','\x16','\xa8','\x11','\x30','\x16','\x68','\x10','\xa8','\x11','\x24','\x16','\xa2','\x10','\x40','\x21','\x04','\x20','\x88','\x20','\x00','\x23','\xfe','\x22','\x22','\xfb','\xfe','\x22','\x22','\x22','\x22','\x23','\xfe','\x20','\x00','\x21','\xfc','\x39','\x04','\xe1','\xfc','\x41','\x04','\x01','\xfc','\x01','\x04','\x11','\x04','\x10','\x88','\x10','\x00','\x13','\xfe','\x1a','\x22','\x56','\xaa','\x52','\x72','\x52','\x22','\x93','\xfe','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x00','\x90','\x70','\x90','\x57','\xfe','\x50','\x94','\x50','\x0a','\x77','\xfe','\x54','\x08','\x55','\xe8','\x55','\x4a','\x75','\xea','\x55','\x2a','\x55','\xea','\x55','\x4c','\x55','\xea','\x54','\x16','\xb8','\x62','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x48','\x00','\x24','\x3f','\xfe','\x20','\x20','\x2f','\xa4','\x2a','\x24','\x2f','\xa8','\x28','\xa8','\x2f','\x90','\x2a','\x12','\x4f','\xaa','\x40','\x46','\x80','\x82','\x01','\x04','\x78','\x88','\x48','\x00','\x4b','\xfe','\x7a','\x22','\x4a','\xaa','\x4a','\x72','\x7a','\x22','\x4b','\xfe','\x48','\x00','\x79','\xfc','\x01','\x04','\x51','\xfc','\x49','\x04','\x89','\xfc','\x01','\x04','\x00','\x40','\x22','\x40','\x13','\xf8','\x14','\x40','\x00','\x40','\x07','\xfc','\xf0','\x00','\x10','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x08','\x00','\x0b','\xf8','\x0a','\x08','\x12','\x08','\x12','\x08','\x32','\x08','\x33','\xf8','\x50','\x40','\x90','\x40','\x12','\x40','\x12','\x7c','\x12','\x40','\x12','\x40','\x15','\x40','\x18','\xfe','\x10','\x00','\x10','\x02','\x17','\xc2','\x14','\x42','\x24','\x52','\x27','\xd2','\x64','\x52','\x64','\x52','\xa7','\xd2','\x24','\x52','\x24','\x52','\x27','\xd2','\x20','\x02','\x22','\x82','\x22','\x42','\x24','\x4a','\x28','\x04','\x00','\x04','\x7f','\x04','\x41','\x04','\x41','\x24','\x7f','\x24','\x41','\x24','\x41','\x24','\x7f','\x24','\x41','\x24','\x41','\x24','\x7f','\x24','\x00','\x24','\x22','\x04','\x21','\x04','\x40','\x94','\x80','\x88','\x00','\x00','\x7e','\x7c','\x42','\x44','\x42','\x44','\x7e','\x44','\x42','\x44','\x42','\x44','\x7e','\x44','\x40','\x44','\x48','\x44','\x44','\x54','\x4a','\x48','\x52','\x40','\x60','\x40','\x00','\x40','\x00','\x40','\x01','\x00','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\xfd','\x04','\x11','\xfc','\x10','\x20','\x14','\x20','\x19','\x20','\x31','\x3c','\xd1','\x20','\x11','\x20','\x12','\xa0','\x12','\x60','\x54','\x3e','\x28','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x23','\x88','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x02','\x27','\xc2','\x14','\x42','\x14','\x52','\x87','\xd2','\x44','\x52','\x44','\x52','\x17','\xd2','\x14','\x52','\x24','\x52','\xe7','\xd2','\x20','\x02','\x22','\x82','\x22','\x42','\x24','\x4a','\x08','\x04','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x01','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x29','\x00','\x25','\x00','\x43','\xfe','\x80','\x00','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\x40','\x03','\xf8','\x02','\x48','\xf2','\x48','\x13','\xf8','\x10','\xe0','\x11','\x50','\x12','\x48','\x14','\x44','\x10','\x40','\x28','\x00','\x47','\xfe','\x00','\x00','\x09','\x10','\x09','\x08','\x0a','\x04','\x14','\x44','\x10','\x40','\x30','\xa0','\x31','\x10','\x52','\x08','\x9c','\x06','\x13','\xf8','\x12','\x08','\x12','\x08','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x00','\x00','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x20','\x00','\x2f','\xf8','\x20','\x80','\x2f','\xf8','\x28','\x88','\x2f','\xf8','\x20','\x80','\x3f','\xfc','\x50','\x94','\x57','\xf4','\x90','\x14','\x10','\x08','\x00','\x14','\x7c','\x12','\x44','\x10','\x45','\xfe','\x7c','\x10','\x44','\x90','\x44','\x92','\x7c','\x92','\x47','\xf2','\x44','\x94','\x7c','\x94','\x00','\x88','\x28','\x8a','\x25','\x1a','\x45','\x26','\x82','\x42','\x20','\x80','\x10','\x80','\x10','\xfe','\x01','\x00','\xfe','\x80','\x20','\x80','\x20','\xfc','\x3c','\xa0','\x25','\x20','\x24','\x20','\x27','\xfe','\x24','\x20','\x24','\x50','\x44','\x50','\x54','\x88','\x89','\x06','\x10','\x20','\x10','\x20','\x23','\xfe','\x28','\x20','\x49','\xfc','\xf0','\x00','\x13','\xfe','\x22','\x02','\x4c','\x04','\xf8','\x90','\x08','\x90','\x00','\x90','\xa8','\x90','\xa9','\x12','\x81','\x12','\x02','\x0e','\x02','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x08','\x20','\x08','\x20','\x14','\x50','\x22','\x88','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x20','\x20','\x10','\x20','\x00','\x20','\xfc','\x20','\x09','\xfc','\x11','\x24','\x11','\x24','\x35','\x24','\x59','\x24','\x95','\xfc','\x15','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\xfc','\x11','\x04','\x08','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x08','\x20','\x0f','\xe0','\x08','\x20','\x08','\x20','\x0f','\xe0','\x08','\x20','\x08','\x20','\xff','\xfe','\x00','\x00','\x08','\x20','\x10','\x10','\x20','\x08','\x11','\x08','\x10','\x88','\x10','\x90','\x17','\xfe','\xf8','\x00','\x13','\xc4','\x12','\x54','\x1a','\x54','\x33','\xd4','\xd2','\x54','\x12','\x54','\x13','\xd4','\x12','\x54','\x12','\x44','\x52','\x54','\x22','\xc8','\x04','\x00','\x04','\x00','\xff','\xfe','\x08','\x00','\x08','\x00','\x13','\xf8','\x10','\x10','\x30','\x20','\x50','\x40','\x97','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x11','\x40','\x10','\x80','\x00','\x0c','\xfd','\xf0','\x04','\x20','\x08','\x44','\x10','\x88','\x11','\xf0','\x14','\x20','\x18','\x44','\x31','\xfe','\xd0','\x22','\x10','\x20','\x10','\xa8','\x11','\x24','\x12','\x22','\x50','\xa0','\x20','\x40','\x08','\x20','\x04','\x40','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x28','\x48','\x30','\x38','\x27','\xc8','\x20','\x08','\x3f','\xf8','\x00','\x20','\xff','\xfe','\x08','\x20','\x04','\x20','\x04','\xa0','\x00','\x40','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\xfd','\xf8','\x10','\x00','\x13','\xfc','\x16','\x04','\x1b','\xfc','\x32','\x04','\xd3','\xfc','\x12','\x04','\x13','\xfc','\x10','\x90','\x51','\x08','\x22','\x04','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\xfd','\xfe','\x10','\x10','\x30','\x10','\x38','\x10','\x55','\x10','\x54','\x90','\x90','\x90','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x00','\x06','\x4f','\xb8','\x20','\x90','\x21','\x20','\x02','\x44','\x02','\x78','\xe3','\x10','\x2e','\x24','\x22','\x7e','\x22','\x12','\x22','\x54','\x2a','\x92','\x24','\x50','\x50','\x20','\x8f','\xfe','\x00','\x00','\x08','\x40','\x08','\x40','\x0a','\x40','\x12','\x58','\x12','\x68','\x32','\xc8','\x33','\x48','\x5e','\x48','\x92','\x48','\x12','\x48','\x12','\x58','\x12','\x42','\x12','\x02','\x12','\x02','\x11','\xfe','\x10','\x00','\x02','\x00','\x02','\x00','\x07','\xf0','\x08','\x20','\x38','\x40','\x04','\x80','\x03','\x40','\x0c','\x80','\x71','\xf8','\x02','\x08','\x0c','\x10','\x32','\x20','\x01','\x40','\x01','\x80','\x0e','\x00','\x70','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x04','\x40','\x0a','\x20','\x11','\x10','\x21','\x08','\xc0','\x06','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x87','\xfe','\x40','\x40','\x48','\x40','\x08','\xa0','\x10','\xa0','\x10','\xa0','\xe1','\x10','\x21','\x10','\x22','\x88','\x22','\x48','\x24','\x44','\x08','\x02','\x20','\x20','\x10','\x10','\x10','\x10','\xfe','\xfe','\x00','\x82','\x7d','\x04','\x00','\x40','\x7c','\x48','\x00','\x50','\x7c','\x60','\x44','\x40','\x44','\x42','\x44','\x42','\x7c','\x42','\x44','\x3e','\x00','\x00','\x00','\x10','\x00','\x78','\xf3','\xc0','\x90','\x40','\x90','\x40','\x97','\xfc','\x92','\x48','\x92','\x48','\x97','\xfe','\x92','\x48','\xf2','\x48','\x97','\xfc','\x00','\x40','\x00','\x40','\x07','\xfc','\x00','\x00','\x00','\x20','\x7b','\xfe','\x48','\x40','\x48','\xfc','\x51','\x84','\x4a','\xfc','\x48','\x84','\x68','\xfc','\x50','\x84','\x41','\x8c','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\xfc','\x7f','\x00','\x02','\x08','\x21','\x08','\x11','\x10','\x10','\x20','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x20','\x08','\x20','\x1e','\x40','\x01','\x80','\x06','\x60','\x18','\x18','\x60','\x04','\x10','\x40','\x10','\x40','\x13','\xfe','\x10','\x80','\x19','\xfc','\x56','\x20','\x55','\xfe','\x50','\x00','\x91','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x14','\x11','\x08','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x20','\x10','\x20','\x10','\x20','\x14','\x20','\x18','\x20','\x30','\x20','\xd0','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x50','\xa0','\x20','\x40','\x10','\x20','\x10','\x10','\x10','\x10','\x11','\xfe','\xfd','\x02','\x12','\x04','\x30','\x80','\x38','\x88','\x54','\x90','\x54','\xa0','\x90','\xc0','\x10','\x82','\x10','\x82','\x10','\x82','\x10','\x7e','\x10','\x00','\x08','\x20','\x10','\x10','\x3e','\x10','\x22','\xfe','\x32','\x82','\x2a','\x84','\x2a','\x40','\xfe','\x44','\x22','\x48','\x32','\x50','\x2a','\x60','\x2a','\x42','\x22','\x42','\x42','\x42','\x4a','\x3e','\x84','\x00','\x10','\x40','\x10','\x40','\x13','\xfe','\x10','\x80','\xfd','\xfc','\x12','\x20','\x35','\xfe','\x38','\x00','\x55','\xfc','\x55','\x04','\x91','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x14','\x11','\x08','\x00','\x40','\x7c','\x20','\x44','\x20','\x49','\xfe','\x49','\x02','\x52','\x04','\x49','\x00','\x49','\x08','\x45','\x10','\x45','\x20','\x45','\xc0','\x69','\x04','\x51','\x04','\x41','\x04','\x40','\xfc','\x40','\x00','\x00','\x20','\x7e','\x20','\x48','\x20','\x7e','\x20','\x48','\xfe','\x7e','\x20','\x48','\x20','\x48','\x30','\x7e','\x50','\x02','\x50','\xaa','\x48','\xaa','\x48','\xaa','\xc8','\x82','\xa4','\x15','\x24','\x0a','\x02','\x02','\x42','\x7d','\x24','\x50','\x00','\x7d','\xfc','\x51','\x24','\x7d','\x24','\x51','\xfc','\x51','\x24','\x7d','\x24','\x05','\xfc','\x54','\x20','\x54','\x20','\x57','\xfe','\x84','\x20','\x14','\x20','\x08','\x20','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x17','\xfc','\x30','\x40','\x30','\xe0','\x50','\xe0','\x91','\x50','\x11','\x50','\x12','\x48','\x15','\xf4','\x18','\x42','\x10','\x40','\x10','\x40','\x10','\x40','\x21','\x40','\x21','\x20','\x21','\x20','\x23','\xfe','\x22','\x20','\xfe','\x20','\x2b','\xfc','\x22','\x20','\x22','\x20','\x23','\xfc','\x22','\x20','\x3a','\x20','\xe2','\x20','\x43','\xfe','\x02','\x00','\x02','\x00','\x20','\x10','\x10','\x10','\x10','\x10','\x00','\x10','\xfe','\xfe','\x04','\x10','\x04','\x10','\x48','\x90','\x28','\x50','\x10','\x50','\x10','\x10','\x28','\x10','\x24','\x10','\x44','\x10','\x80','\x50','\x00','\x20','\x00','\x08','\xff','\x88','\x08','\x08','\x08','\x08','\x10','\xfe','\x7f','\x08','\x55','\x08','\x55','\x08','\x55','\x48','\x55','\x28','\x55','\x28','\x55','\x08','\x55','\x08','\x55','\x08','\x41','\x28','\x43','\x10','\x08','\x90','\x08','\x88','\x10','\x80','\x30','\x9e','\x57','\xe0','\x90','\x80','\x10','\x44','\x10','\x34','\x11','\x0c','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x08','\x09','\x20','\x09','\x20','\x7f','\xfc','\x09','\x20','\x0f','\xe0','\x00','\x00','\x7f','\xfe','\x41','\x02','\x81','\x04','\x1f','\xf0','\x11','\x10','\x11','\x10','\x11','\x50','\x11','\x20','\x01','\x00','\x01','\x00','\x08','\x40','\x08','\x40','\x10','\x40','\x23','\xfc','\x48','\x40','\x08','\x40','\x17','\xfe','\x30','\x10','\x50','\x10','\x97','\xfe','\x10','\x10','\x12','\x10','\x11','\x10','\x11','\x10','\x10','\x50','\x10','\x20','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x00','\x08','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x80','\x24','\x98','\x7e','\xe0','\x00','\x84','\x7e','\x7c','\x42','\x00','\x7e','\x98','\x42','\xe0','\x7e','\x84','\x42','\x84','\x46','\x7c','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x08','\x20','\x7f','\x28','\x08','\x24','\xff','\xfe','\x00','\x20','\x7f','\x20','\x49','\x24','\x7f','\x24','\x49','\x24','\x7f','\x28','\x22','\x28','\x7f','\x10','\x22','\x12','\xff','\xaa','\x22','\x46','\x41','\x82','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x20','\xfe','\xfe','\x14','\x50','\x22','\x88','\x41','\x06','\x9f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x04','\x40','\x09','\x20','\x31','\x18','\xcb','\x26','\x05','\xc0','\x19','\x30','\x61','\x08','\x05','\x00','\x02','\x00','\x01','\x50','\x21','\x50','\x17','\xfc','\x11','\x50','\x81','\x50','\x40','\x00','\x47','\xfe','\x14','\x42','\x18','\x44','\x23','\xf8','\xe2','\x48','\x22','\x48','\x22','\x48','\x22','\x58','\x20','\x40','\x00','\x40','\x00','\x20','\x3c','\x20','\x24','\x20','\x24','\x40','\x24','\x48','\x3c','\x84','\x25','\xfe','\x24','\x82','\x24','\x00','\x3c','\xfc','\x24','\x84','\x24','\x84','\x24','\x84','\x44','\x84','\x54','\xfc','\x88','\x84','\x00','\x00','\x7a','\x7c','\x49','\x44','\x49','\x44','\x48','\x7c','\x78','\x44','\x4f','\x44','\x49','\x7c','\x49','\x50','\x79','\x4a','\x49','\x44','\x49','\x54','\x49','\x62','\x49','\x42','\x4a','\x80','\x9c','\x7e','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x00','\x08','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x08','\xa0','\x10','\x90','\x30','\xbe','\x57','\xc0','\x90','\x40','\x10','\x24','\x10','\x14','\x12','\x0c','\x01','\x00','\xff','\xfe','\x05','\x00','\x0c','\x88','\x34','\x50','\xc5','\x30','\x06','\x0e','\x04','\x00','\x08','\x90','\x10','\x88','\x30','\x7e','\xd7','\xc0','\x10','\x22','\x10','\x1a','\x00','\x06','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x03','\xf8','\x22','\x08','\x12','\x08','\x13','\xf8','\x02','\x08','\x02','\x08','\xf3','\xf8','\x12','\x44','\x12','\x28','\x12','\x10','\x12','\x88','\x13','\x04','\x12','\x04','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x13','\xf8','\x10','\x48','\x07','\xfe','\x00','\x48','\xf3','\xf8','\x14','\x44','\x12','\x48','\x11','\x50','\x12','\x48','\x14','\x44','\x11','\x40','\x28','\x80','\x47','\xfe','\x00','\x00','\x01','\x04','\x78','\x88','\x48','\x00','\x53','\xfe','\x50','\x40','\x60','\xc2','\x51','\x22','\x4a','\x54','\x48','\x98','\x49','\x38','\x6a','\x54','\x50','\x94','\x41','\x12','\x46','\x10','\x40','\x50','\x40','\x20','\x08','\x90','\x10','\x88','\x30','\x7e','\xd7','\xc0','\x10','\x22','\x10','\x1a','\x00','\x06','\x3f','\xf8','\x29','\x28','\x25','\x48','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\xff','\xfe','\x44','\x44','\x20','\x00','\x20','\xfe','\x7c','\x92','\x44','\x92','\x88','\xba','\x7e','\x92','\x52','\xfe','\x52','\x82','\x7e','\xba','\x52','\xaa','\x52','\xaa','\x7e','\xba','\x00','\x82','\xaa','\x82','\xaa','\x8a','\x01','\x04','\x08','\x90','\x08','\x88','\x08','\x88','\x10','\x80','\x10','\xbe','\x37','\xc0','\x30','\x80','\x50','\x40','\x90','\x40','\x10','\x40','\x10','\x20','\x10','\x22','\x10','\x12','\x10','\x0a','\x10','\x06','\x10','\x02','\x02','\x00','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x20','\x08','\x7f','\xfc','\x20','\x04','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xc0','\x06','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3f','\xf8','\x01','\x08','\x01','\x08','\x3f','\xf8','\x21','\x00','\x21','\x00','\x3f','\xfc','\x03','\x04','\x05','\x04','\x19','\x28','\xe1','\x10','\x01','\x00','\x00','\x00','\xfe','\x7c','\x28','\x44','\x28','\x7c','\xfe','\x44','\xaa','\x7c','\xaa','\x00','\xab','\xfe','\xae','\x10','\xc2','\x10','\x82','\x5e','\xfe','\x50','\x82','\x50','\x82','\xb0','\xfe','\x9e','\x83','\x00','\x00','\x00','\x3e','\xfe','\x22','\x10','\x3e','\x20','\x22','\x7c','\x3e','\x44','\x00','\x7c','\xff','\x44','\x08','\x7c','\x08','\x44','\x2f','\x7c','\x28','\x28','\x28','\x44','\x58','\x82','\x4f','\xfe','\x80','\x00','\x00','\x80','\x3f','\xfe','\x22','\x50','\x24','\xfc','\x2d','\x90','\x36','\xfc','\x24','\x90','\x24','\xfc','\x21','\x00','\x27','\xf0','\x24','\x10','\x27','\xf0','\x44','\x10','\x47','\xfc','\x80','\x04','\x0a','\xac','\x00','\x80','\x20','\x40','\x17','\xfc','\x11','\x10','\x80','\xa0','\x47','\xfe','\x48','\x00','\x0b','\xf8','\x12','\x48','\x13','\xf8','\xe2','\x48','\x23','\xf8','\x22','\x4a','\x20','\x42','\x20','\x3e','\x00','\x00','\x02','\x10','\x21','\x10','\x17','\xde','\x10','\x10','\x84','\x5e','\x42','\x82','\x47','\xde','\x10','\x10','\x17','\xde','\x24','\x50','\xe7','\xde','\x24','\x50','\x27','\xde','\x24','\x50','\x24','\x52','\x04','\xce','\x01','\x00','\x01','\xfc','\x01','\x00','\x01','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x11','\x10','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x03','\xfe','\x78','\x40','\x48','\x80','\x49','\x44','\x4a','\x24','\x48','\x68','\x4a','\xb0','\x49','\x30','\x4a','\xa8','\x78','\x68','\x48','\xa4','\x01','\x22','\x02','\x20','\x00','\xa0','\x00','\x40','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x00','\x20','\x03','\xf0','\x3e','\x00','\x02','\x00','\x03','\xfc','\xfe','\x00','\x02','\x04','\x02','\x04','\x02','\x04','\x01','\xfc','\x00','\x00','\x10','\x08','\x10','\x3c','\x13','\xc0','\x10','\x40','\xfc','\x40','\x10','\x40','\x10','\x40','\x14','\x7e','\x1b','\xc0','\x30','\x40','\xd0','\x40','\x10','\x42','\x10','\x42','\x10','\x42','\x50','\x3e','\x20','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\xfd','\x04','\x11','\x04','\x11','\xfc','\x15','\x24','\x19','\x20','\x31','\x20','\xd1','\x10','\x11','\x10','\x12','\x08','\x12','\x08','\x54','\x04','\x28','\x02','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x20','\x10','\x40','\x10','\x40','\x14','\xfc','\x19','\x84','\x32','\x84','\xd4','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x50','\xfc','\x20','\x84','\x00','\x00','\x21','\xfc','\x11','\x04','\x11','\x04','\x81','\x04','\x41','\x04','\x49','\xfc','\x09','\x24','\x11','\x20','\x11','\x20','\xe1','\x10','\x21','\x10','\x22','\x08','\x22','\x08','\x24','\x04','\x08','\x02','\x00','\x00','\x27','\xbc','\x10','\x84','\x14','\xa4','\x82','\x94','\x44','\xa4','\x41','\x20','\x12','\x10','\x17','\xfc','\x2a','\x20','\xe3','\xfc','\x22','\x20','\x23','\xfc','\x22','\x20','\x23','\xfe','\x02','\x00','\x00','\x00','\x03','\xfe','\xf8','\x40','\x20','\x80','\x21','\x44','\x22','\x24','\x20','\x68','\xfa','\xb0','\x21','\x30','\x22','\xa8','\x20','\x68','\x38','\xa4','\xe1','\x22','\x42','\x20','\x00','\xa0','\x00','\x40','\x20','\x08','\x10','\x3c','\x11','\xe0','\xfe','\x20','\x00','\x20','\x7c','\x20','\x00','\x20','\x7c','\x3e','\x01','\xe0','\x7c','\x20','\x44','\x20','\x44','\x22','\x44','\x22','\x7c','\x22','\x44','\x1e','\x00','\x00','\x10','\x00','\x11','\xfc','\x29','\x54','\x25','\xfc','\x40','\x20','\xb9','\xfc','\x10','\x20','\x13','\xfe','\xfc','\x88','\x10','\x50','\x95','\xfc','\x58','\x20','\x53','\xfe','\x1c','\x20','\xe0','\x20','\x40','\x20','\x00','\x00','\x27','\xfc','\x14','\xa4','\x14','\xa4','\x87','\xfc','\x42','\x00','\x53','\xfe','\x14','\x42','\x1b','\xfa','\x22','\x4a','\xe3','\xfa','\x20','\x52','\x20','\x7a','\x27','\x8a','\x22','\x14','\x00','\x08','\x20','\x88','\x10','\x88','\x03','\xfe','\xfc','\x88','\x00','\xa8','\x78','\x20','\x03','\xfe','\x78','\x40','\x00','\x80','\x78','\xfc','\x49','\x84','\x4a','\x84','\x48','\x84','\x78','\x84','\x48','\xfc','\x00','\x84','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7f','\xfc','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x3e','\xff','\xd0','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x00','\x3f','\xf8','\x20','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x2f','\xe8','\x29','\x28','\x29','\x28','\x29','\x28','\x29','\xa8','\x29','\x4a','\x21','\x0a','\x41','\x0a','\x41','\x06','\x80','\x02','\x10','\x20','\x11','\x24','\x10','\xa4','\x7c','\xa8','\x54','\x20','\x55','\xfc','\x55','\x04','\x55','\x04','\x7d','\xfc','\x51','\x04','\x11','\x04','\x15','\xfc','\x1d','\x04','\xe5','\x04','\x41','\x14','\x01','\x08','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x08','\x20','\x08','\x10','\x10','\x08','\x20','\x04','\x40','\x04','\x00','\x00','\x00','\xfc','\x7c','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x7c','\x94','\x44','\x88','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x08','\x00','\x08','\x00','\x0b','\xfc','\x12','\x04','\x12','\x04','\x32','\x04','\x33','\xfc','\x52','\x04','\x92','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x10','\x00','\x10','\x00','\x17','\xfe','\x10','\x00','\x00','\x40','\x20','\x40','\x13','\xf8','\x10','\x40','\x07','\xfc','\x01','\x10','\xf0','\xa0','\x17','\xfc','\x10','\x40','\x13','\xf8','\x10','\x40','\x17','\xfc','\x10','\x40','\x28','\x40','\x47','\xfe','\x00','\x00','\x00','\x00','\x3f','\xfc','\x20','\x00','\x20','\x00','\x2f','\xf8','\x20','\x00','\x20','\x00','\x3f','\xfc','\x24','\x80','\x24','\x88','\x24','\x50','\x24','\x20','\x44','\x10','\x45','\x08','\x86','\x06','\x04','\x00','\x02','\x00','\x7f','\xfc','\x04','\x20','\x18','\x98','\xe8','\x46','\x1f','\xf8','\x30','\x80','\x5f','\xf8','\x10','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x10','\x20','\xff','\xfe','\x08','\x20','\x04','\x60','\x01','\x04','\x78','\x84','\x48','\x88','\x48','\x10','\x49','\xfc','\x79','\x04','\x49','\x04','\x49','\x04','\x49','\xfc','\x78','\x50','\x48','\x50','\x48','\x90','\x48','\x92','\x49','\x12','\x4a','\x0e','\x9c','\x00','\x00','\x00','\x7c','\xf8','\x44','\x88','\x7c','\xf8','\x40','\x80','\x42','\x84','\x3e','\x7c','\x04','\x40','\x04','\x40','\x3f','\xf8','\x04','\x40','\x04','\x40','\xff','\xfe','\x08','\x20','\x10','\x10','\x20','\x08','\x00','\x00','\x7e','\xfc','\x48','\x44','\x7e','\x44','\x42','\x28','\x7e','\x10','\x48','\x28','\x7e','\xc6','\x02','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x14','\x44','\x04','\x44','\x04','\x44','\xf4','\x44','\x14','\x44','\x14','\x44','\x14','\x44','\x17','\xfc','\x10','\x04','\x10','\x00','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x00','\x13','\xde','\x12','\x52','\x12','\x52','\xfe','\x52','\x13','\xde','\x32','\x52','\x3a','\x52','\x56','\x52','\x53','\xde','\x92','\x52','\x12','\x52','\x12','\x52','\x12','\x52','\x15','\x52','\x18','\xa6','\x08','\x20','\x08','\x10','\x11','\x08','\x21','\x04','\x42','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x45','\xfc','\x29','\x24','\x11','\x24','\x29','\xfc','\x49','\x24','\x89','\x24','\x09','\xfc','\x18','\x20','\x28','\x20','\x49','\xfc','\x88','\x20','\x08','\x20','\x08','\x20','\x53','\xfe','\x20','\x00','\x20','\x00','\x21','\xfc','\x78','\x20','\x4b','\xfe','\x92','\x22','\x7d','\xac','\x54','\x20','\x55','\xac','\x7c','\x00','\x55','\xfc','\x54','\x04','\x7d','\xfc','\x00','\x04','\xaa','\x04','\xab','\xfc','\x00','\x04','\x10','\x88','\x10','\x50','\x13','\xfe','\x10','\x50','\xfd','\xfc','\x11','\x54','\x31','\x8c','\x39','\x74','\x55','\x04','\x55','\xfc','\x90','\x08','\x13','\xfe','\x11','\x08','\x10','\x88','\x10','\xa8','\x10','\x10','\x20','\xa0','\x10','\x90','\x00','\x80','\xfd','\xfe','\x01','\x10','\x7b','\x10','\x05','\xfc','\x79','\x10','\x01','\x10','\x79','\xfc','\x49','\x10','\x49','\x10','\x49','\x10','\x79','\xfe','\x49','\x00','\x01','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x12','\x10','\x11','\x10','\x11','\x10','\x10','\x10','\xff','\xfe','\x10','\x10','\x10','\x10','\x10','\x10','\x20','\x10','\x20','\x10','\x40','\x50','\x80','\x20','\x22','\x08','\x11','\x08','\x11','\x10','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x10','\x01','\x10','\xf7','\xfe','\x91','\x10','\x91','\xf0','\x90','\x40','\x93','\xf8','\x92','\x48','\x93','\xf8','\x90','\x40','\xf7','\xfc','\x90','\x40','\x0f','\xfe','\x00','\xa0','\x01','\x10','\x06','\x0c','\x10','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\xfd','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x1d','\x04','\xe0','\x00','\x40','\x00','\x03','\xfe','\x00','\x00','\x10','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\xfd','\x04','\x11','\x04','\x11','\xfc','\x15','\x04','\x19','\x04','\x31','\x04','\xd1','\xfc','\x11','\x04','\x10','\x00','\x10','\x00','\x53','\xfe','\x20','\x00','\x20','\x00','\x27','\xfc','\x24','\x04','\x24','\xa4','\xf9','\x10','\x22','\x08','\x20','\x40','\x28','\x40','\x37','\xfc','\xe0','\x40','\x20','\xe0','\x21','\x50','\x22','\x48','\x2c','\x46','\xa0','\x40','\x40','\x40','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x00','\x00','\xff','\xfe','\x00','\x00','\x22','\x20','\x22','\x20','\xff','\x20','\x22','\x7e','\x3e','\x42','\x08','\x84','\x7f','\x10','\x49','\x10','\x7f','\x10','\x08','\x10','\x7f','\x28','\x08','\x28','\xff','\x48','\x14','\x44','\x22','\x84','\x41','\x02','\x00','\x40','\x22','\x44','\x12','\x44','\x14','\x48','\x80','\xa0','\x41','\x10','\x46','\x08','\x10','\x44','\x10','\x40','\x22','\x48','\xe2','\x48','\x24','\x50','\x20','\xa0','\x21','\x10','\x22','\x08','\x0c','\x06','\x01','\x08','\x21','\x08','\x17','\xfe','\x11','\x08','\x81','\xf8','\x41','\x08','\x49','\xf8','\x09','\x08','\x11','\x08','\x17','\xfe','\xe2','\x50','\x22','\x88','\x23','\x04','\x22','\x00','\x23','\xfc','\x00','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x08','\x00','\x08','\x00','\xff','\xfe','\x10','\x80','\x10','\x88','\x14','\x88','\x24','\x90','\x29','\x40','\x41','\x40','\x82','\x20','\x0c','\x18','\x30','\x06','\x20','\x00','\x21','\xfe','\x3c','\x00','\x50','\x00','\x90','\xfc','\x10','\x84','\x10','\x84','\xfe','\x84','\x10','\xfc','\x10','\x00','\x10','\x84','\x28','\x44','\x24','\x48','\x44','\x00','\x41','\xfe','\x80','\x00','\x20','\x20','\x11','\x24','\x11','\x24','\xfd','\x24','\x01','\xfc','\x08','\x00','\x8b','\xfe','\x88','\x20','\x48','\x40','\x49','\xfc','\x51','\x54','\x51','\x54','\x1d','\x54','\xe1','\x54','\x41','\x54','\x01','\x0c','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x08','\x20','\x04','\x40','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x10','\x40','\x10','\x20','\x23','\xfe','\x2a','\x02','\x4c','\x04','\xf0','\x00','\x13','\xfe','\x20','\x20','\x48','\x20','\xf9','\x20','\x09','\x3c','\x01','\x20','\xaa','\xa0','\xaa','\x60','\x84','\x3e','\x08','\x00','\x00','\x40','\xfc','\x40','\x48','\x40','\x4b','\xfc','\x7a','\x44','\x4c','\x48','\x48','\x40','\x78','\x40','\x48','\xa0','\x48','\xa0','\x4c','\xa0','\x79','\x20','\xc9','\x22','\x0a','\x22','\x0c','\x1e','\x08','\x00','\x00','\x00','\x3c','\x00','\x24','\xfc','\x24','\x84','\x24','\x84','\x3c','\x84','\x24','\xfc','\x24','\x84','\x24','\x84','\x3c','\x84','\x24','\xfc','\x24','\x84','\x24','\x00','\x44','\x00','\x55','\xfe','\x88','\x00','\x7f','\xfc','\x01','\x04','\x11','\x00','\x11','\xf8','\x11','\x00','\x29','\x00','\x47','\xfe','\x81','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x00','\x01','\x08','\x7f','\xfc','\x20','\x04','\x20','\x04','\x10','\x0e','\x03','\xb8','\xfc','\x88','\x00','\x88','\x79','\x28','\x01','\x2e','\x7b','\xa8','\x00','\xa8','\x7a','\xa8','\x4a','\xa8','\x49','\x3e','\x49','\x00','\x7a','\x80','\x44','\x7e','\x08','\x00','\x20','\x80','\x23','\x38','\x52','\x28','\x4a','\x28','\x83','\xa8','\x7a','\x46','\x22','\x00','\x22','\x7c','\xfb','\xa4','\x22','\x24','\x2a','\x28','\xb3','\xa8','\x66','\x10','\x3a','\x28','\xe2','\x44','\x02','\x82','\x00','\x00','\x7f','\xfc','\x40','\x04','\x40','\x84','\x40','\x84','\x5f','\xf4','\x40','\x84','\x48','\x84','\x44','\x84','\x44','\x84','\x40','\x84','\x40','\x84','\x42','\x84','\x41','\x04','\x7f','\xfc','\x40','\x04','\x20','\x40','\x2f','\xfe','\x20','\x00','\x27','\xfc','\x24','\x04','\xfd','\xf4','\x25','\x14','\x27','\xfc','\x20','\x00','\x23','\xf8','\x22','\x08','\x3b','\xf8','\xe2','\x08','\x43','\xf8','\x00','\x00','\x0f','\xfe','\x02','\x42','\xf9','\x24','\x08','\x00','\x09','\xfc','\x09','\x24','\x79','\x24','\x41','\xfc','\x41','\x24','\x41','\x24','\x79','\xfc','\x08','\x20','\x08','\x20','\x0b','\xfe','\x08','\x20','\x50','\x20','\x20','\x20','\x04','\x00','\x04','\x04','\x55','\x78','\x4e','\x40','\x44','\x40','\x7f','\x40','\x44','\x7e','\x4e','\x48','\x55','\x48','\x65','\x48','\x44','\x48','\x44','\x48','\x40','\x48','\x7f','\x88','\x00','\x88','\x01','\x08','\x00','\x3c','\x07','\xc0','\x7a','\x44','\x49','\x28','\x48','\x00','\x4b','\xfc','\x78','\x80','\x48','\x80','\x4f','\xfe','\x49','\x00','\x49','\xf8','\x7a','\x88','\x4a','\x50','\x04','\x20','\x08','\xd8','\x03','\x06','\x20','\x40','\x2f','\xfe','\x20','\x00','\x27','\xfc','\xfc','\x04','\x25','\xf4','\x25','\x14','\x77','\xfc','\x68','\x00','\xa3','\xf8','\xa2','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x20','\x00','\x2f','\xfe','\x06','\x00','\x38','\xf8','\x20','\x88','\x20','\x88','\x20','\x88','\x3c','\x86','\x21','\x00','\x20','\x00','\x3d','\xfc','\x20','\x84','\x20','\x88','\x2c','\x50','\xf0','\x20','\x20','\x50','\x20','\x88','\x23','\x06','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x01','\x00','\x7f','\xfc','\x01','\x04','\x01','\x04','\x02','\x04','\x04','\x04','\x18','\x14','\x60','\x08','\x20','\x20','\x10','\xa2','\x00','\xa2','\xfd','\x24','\x00','\x50','\x78','\x88','\x03','\x04','\x78','\x22','\x00','\x20','\x78','\xa4','\x48','\xa4','\x49','\x28','\x48','\x50','\x78','\x88','\x49','\x04','\x02','\x02','\x08','\x20','\x08','\x20','\x0b','\xfe','\x10','\x40','\x11','\xfc','\x35','\x04','\x35','\x04','\x55','\xfc','\x95','\x04','\x15','\xfc','\x15','\x04','\x15','\x04','\x15','\xfc','\x14','\x00','\x17','\xfe','\x10','\x00','\x20','\x00','\x20','\x00','\x20','\x7c','\x7e','\x44','\x48','\x44','\x88','\x44','\x08','\x44','\x08','\x44','\xff','\x44','\x08','\x44','\x14','\x44','\x14','\x44','\x22','\x7c','\x22','\x44','\x42','\x00','\x80','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\x20','\x11','\x2c','\xfd','\x34','\x11','\x64','\x13','\xa4','\x11','\x24','\x11','\x34','\x11','\x28','\x1d','\x22','\xe1','\x22','\x41','\x02','\x00','\xfe','\x00','\x00','\x00','\x20','\xf8','\x20','\x08','\x20','\x09','\x20','\x09','\x2c','\x79','\x34','\x41','\x64','\x43','\xa4','\x41','\x24','\x79','\x34','\x09','\x28','\x09','\x22','\x09','\x22','\x09','\x02','\x50','\xfe','\x20','\x00','\x00','\x00','\xff','\x20','\x24','\x10','\x24','\x10','\x3c','\x00','\x24','\x40','\x24','\x40','\x3d','\x44','\x25','\x42','\x25','\x42','\x2e','\x42','\xf4','\x48','\x44','\x48','\x04','\x48','\x04','\x38','\x04','\x00','\x20','\x00','\x3e','\x7c','\x48','\x44','\x08','\x44','\xff','\x44','\x14','\x44','\x22','\x7c','\x40','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x40','\x20','\x40','\x12','\x40','\x12','\x58','\x82','\x68','\x42','\xc8','\x53','\x48','\x1e','\x48','\x12','\x48','\x22','\x48','\xe2','\x58','\x22','\x42','\x22','\x02','\x22','\x02','\x21','\xfe','\x00','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x12','\x00','\x92','\x00','\x53','\xbc','\x55','\x24','\x19','\x24','\x31','\x24','\x5f','\xe4','\x91','\x24','\x11','\x24','\x22','\xa4','\x22','\xbc','\x44','\x24','\x88','\x00','\x08','\xa0','\x1c','\x90','\xf0','\x90','\x11','\xfe','\x11','\x10','\xff','\x10','\x15','\xfe','\x31','\x10','\x39','\x10','\x55','\xfe','\x55','\x10','\x91','\x10','\x11','\x10','\x11','\xfe','\x11','\x00','\x11','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x01','\x00','\xff','\xfe','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x00','\x40','\xfe','\x40','\x10','\x40','\x20','\x80','\x28','\xfe','\x45','\x08','\xfe','\x88','\x12','\x88','\x10','\x88','\x10','\x50','\x7c','\x50','\x10','\x20','\x10','\x50','\x1e','\x88','\xf1','\x04','\x42','\x02','\x21','\x00','\x21','\x00','\x21','\x00','\xfb','\xde','\xaa','\x92','\xac','\x92','\xa8','\x92','\xa8','\x92','\xfb','\xf2','\xa0','\x92','\x20','\x92','\x29','\x52','\x39','\x5e','\xea','\x20','\x44','\x20','\x08','\x00','\x00','\x00','\x4f','\xfc','\x28','\x04','\x28','\x04','\x0f','\xfc','\x09','\x10','\xe8','\xa0','\x2f','\xfc','\x28','\x40','\x2b','\xf8','\x28','\x40','\x37','\xfc','\x20','\x40','\x50','\x40','\x8f','\xfe','\x00','\x00','\x00','\x20','\x7e','\x20','\x48','\x20','\x7e','\xa0','\x48','\xac','\x7e','\xb4','\x48','\xe4','\x49','\xa4','\x7e','\xa4','\x02','\xb4','\xaa','\xa8','\xaa','\xa2','\xaa','\xa2','\x82','\x82','\x14','\x7e','\x08','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x7d','\xf0','\x11','\x10','\x11','\x90','\x11','\x52','\x1d','\x12','\xe2','\x0e','\x01','\x00','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x02','\x00','\x01','\x00','\x7f','\xfc','\x04','\x00','\x08','\x20','\x1f','\xc0','\x03','\x10','\x0c','\x08','\x3f','\xfc','\x00','\x04','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x20','\x08','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x3e','\xfe','\x28','\x90','\x49','\x10','\x8a','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x50','\x08','\x20','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x00','\x7d','\xf0','\x11','\x10','\x11','\x10','\x11','\x90','\x11','\x50','\x1d','\x12','\xe2','\x12','\x42','\x12','\x04','\x0e','\x08','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\xff','\xfe','\x08','\x20','\x1f','\xc0','\x03','\x10','\x0c','\x08','\x3f','\xfc','\x00','\x04','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x00','\x23','\xfc','\x10','\x40','\x10','\x80','\x01','\x44','\x06','\x68','\xf0','\xb0','\x11','\x28','\x16','\x68','\x10','\xa4','\x11','\x24','\x16','\x20','\x10','\xa0','\x28','\x40','\x47','\xfe','\x00','\x00','\x08','\x20','\x1c','\x20','\xf1','\x20','\x11','\x20','\x11','\xfc','\xfd','\x20','\x12','\x20','\x30','\x20','\x39','\xfe','\x54','\x20','\x54','\x50','\x90','\x50','\x10','\x88','\x10','\x88','\x11','\x04','\x12','\x02','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x00','\x00','\x7f','\xfc','\x04','\x00','\x08','\x20','\x1f','\xf0','\x01','\x10','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x02','\x80','\x04','\x40','\x09','\x20','\x31','\x18','\xdf','\xf6','\x01','\x00','\x09','\x20','\x11','\x10','\x21','\x08','\x05','\x00','\x02','\x00','\x20','\x40','\x20','\x20','\x23','\xfe','\x20','\x88','\xf8','\x50','\x4b','\xfe','\x4a','\x22','\x4a','\xfa','\x4a','\x22','\x92','\xfa','\x52','\x8a','\x22','\x8a','\x32','\xfa','\x4a','\x02','\x4a','\x0a','\x82','\x04','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x04','\x00','\x0f','\xf0','\x18','\x10','\x2f','\xf0','\xc8','\x10','\x0f','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x17','\xfc','\x34','\x44','\x34','\x44','\x54','\x44','\x94','\x44','\x14','\x44','\x17','\xfc','\x14','\x44','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x81','\x04','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x01','\x00','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\xfd','\xfc','\x11','\x24','\x11','\x24','\x15','\x24','\x19','\x24','\x31','\xfc','\xd1','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\x51','\xfc','\x21','\x04','\x00','\x00','\x1f','\xf8','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x40','\x10','\x20','\x20','\x10','\x2f','\xe8','\x48','\x26','\x8f','\xe0','\x08','\x20','\x0f','\xe0','\x00','\x00','\x7f','\xfc','\x00','\x00','\x10','\x40','\x10','\x20','\x10','\x00','\x13','\xfe','\xfc','\x20','\x10','\x20','\x30','\x20','\x38','\x20','\x55','\xfc','\x54','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x00','\x80','\x20','\x40','\x10','\x00','\x17','\xfc','\x80','\x40','\x40','\x40','\x40','\x40','\x10','\x40','\x13','\xfc','\x20','\x40','\xe0','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x2f','\xfe','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x01','\x00','\x01','\x10','\x01','\x08','\x01','\xfc','\x7e','\x04','\x00','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x02','\x80','\x04','\x44','\x0c','\x28','\x34','\x10','\xc5','\x08','\x06','\x06','\x04','\x00','\x20','\x40','\x10','\x20','\x00','\x00','\xfd','\xfe','\x00','\x20','\x78','\x20','\x00','\x20','\x78','\x20','\x01','\xfc','\x78','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x78','\x20','\x4b','\xfe','\x00','\x00','\x00','\x08','\xfe','\x08','\x28','\x08','\x28','\x08','\xfe','\xfe','\xaa','\x08','\xaa','\x08','\xaa','\x08','\xae','\x48','\xc2','\x28','\x82','\x28','\xfe','\x08','\x82','\x08','\x82','\x08','\xfe','\x28','\x82','\x10','\x10','\x20','\x10','\x20','\x2b','\xfe','\x24','\x20','\x41','\xfc','\xb8','\x40','\x13','\xfe','\x10','\x48','\xfc','\x88','\x10','\xfe','\x95','\x08','\x59','\x48','\x52','\x28','\x1c','\x08','\xe0','\x28','\x40','\x10','\x00','\x10','\x7f','\x08','\x48','\x00','\x7f','\x3e','\x48','\x08','\x7f','\x08','\x48','\x08','\x48','\x08','\x7f','\xbe','\x00','\x88','\xaa','\x88','\xaa','\x88','\xaa','\x88','\x80','\x88','\x05','\x7e','\x02','\x00','\x11','\xfc','\x10','\x20','\x13','\xfe','\x12','\x22','\xfd','\xac','\x10','\x20','\x31','\xac','\x38','\x00','\x55','\xfc','\x50','\x00','\x93','\xfe','\x10','\x80','\x10','\xfc','\x10','\x04','\x10','\x28','\x10','\x10','\x00','\x10','\x9f','\x90','\x42','\x7a','\x04','\x12','\x8c','\x14','\x52','\xfe','\x47','\x08','\x0a','\x10','\x33','\x3c','\x46','\xe4','\xca','\xa4','\x52','\x3c','\x42','\x24','\x42','\x24','\x4a','\x3c','\x04','\x24','\x00','\x40','\x88','\x44','\x53','\xf4','\x20','\x48','\x50','\x50','\x97','\xfe','\x10','\x40','\x10','\x80','\x31','\xf8','\x53','\x08','\x95','\x08','\x11','\xf8','\x11','\x08','\x11','\x08','\xa1','\xf8','\x41','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x0a','\x20','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x02','\x08','\x3f','\xd0','\x02','\x20','\x02','\x40','\xff','\xfe','\x03','\x00','\x0c','\x00','\x3f','\xf0','\xc8','\x10','\x0f','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x00','\x40','\x7c','\x20','\x44','\x20','\x45','\xfe','\x7d','\x02','\x46','\x04','\x44','\x00','\x7c','\x00','\x45','\xfe','\x44','\x20','\x7c','\x20','\x00','\x20','\x28','\x20','\x24','\x20','\x44','\xa0','\x80','\x40','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x04','\x40','\x04','\x40','\x44','\x44','\x24','\x48','\x14','\x50','\x14','\x40','\x04','\x60','\x0c','\x50','\x14','\x48','\x24','\x44','\x44','\x40','\x08','\x42','\x08','\x42','\x10','\x42','\x20','\x3e','\x40','\x00','\x00','\x00','\x47','\xfc','\x24','\x44','\x24','\x44','\x05','\xf4','\x04','\x44','\x14','\x44','\x17','\xfc','\x24','\x04','\xe5','\xf4','\x25','\x14','\x25','\x14','\x25','\xf4','\x24','\x04','\x24','\x14','\x08','\x08','\x00','\x48','\x01','\x48','\x79','\x48','\x4b','\xfe','\x49','\x48','\x49','\x48','\x49','\x78','\x49','\x00','\x49','\xfe','\x48','\x20','\x7b','\xfe','\x48','\x70','\x00','\xa8','\x01','\x24','\x06','\x22','\x00','\x20','\x01','\x00','\xff','\xfe','\x88','\x42','\x7f','\x7c','\x22','\x40','\x14','\x7c','\xff','\x04','\x00','\x7c','\x7f','\x40','\x41','\x7c','\x7f','\x40','\x41','\x7c','\x7f','\x40','\x41','\x7c','\x45','\x42','\x42','\x3e','\x10','\x20','\x10','\x20','\x10','\x20','\x7c','\x20','\x54','\x3e','\x54','\x20','\x54','\x20','\x54','\x20','\x55','\xfc','\x55','\x04','\x55','\x04','\x5d','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x00','\x10','\xfc','\x10','\x80','\x7c','\xf8','\x54','\x80','\x54','\xf8','\x54','\x80','\x57','\xfe','\x55','\x40','\x55','\x24','\x55','\x28','\x5d','\x10','\x11','\x08','\x11','\x44','\x11','\x82','\x11','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x20','\x00','\x20','\x00','\x2f','\xfe','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x40','\x40','\x40','\x40','\x81','\x40','\x00','\x80','\x00','\x00','\x3f','\xf8','\x01','\x08','\x01','\x08','\x01','\x08','\x1f','\xf8','\x11','\x00','\x11','\x00','\x21','\x00','\x3f','\xfc','\x01','\x04','\x01','\x04','\x01','\x14','\x01','\x08','\x01','\x00','\x01','\x00','\x00','\x00','\xf8','\xfc','\x08','\x80','\x08','\xf8','\x08','\x80','\x78','\xf8','\x40','\x80','\x47','\xfe','\x41','\x40','\x79','\x24','\x09','\x28','\x09','\x10','\x09','\x08','\x09','\x44','\x51','\x82','\x21','\x00','\x00','\x00','\x3f','\x84','\x24','\x84','\x24','\x88','\x2e','\x90','\x24','\xa2','\x3f','\x82','\x20','\x84','\x2e','\x88','\x2a','\x90','\x2a','\xa2','\x2e','\x82','\x20','\x84','\x40','\x88','\x42','\x90','\x81','\x60','\x12','\x10','\x1a','\x90','\x2a','\x90','\x4a','\xa0','\x8f','\xbe','\x10','\x44','\x20','\x24','\x6f','\xa4','\xa2','\x24','\x22','\x28','\x2f','\xa8','\x22','\x10','\x22','\x28','\x2f','\xa8','\x20','\x44','\x20','\x82','\x22','\x20','\x4a','\xa0','\x8a','\xbe','\x1f','\xc4','\x20','\xa4','\x6f','\x24','\xa0','\x28','\x2f','\xa8','\x22','\x10','\x2f','\xa8','\x22','\x44','\x2f','\x82','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x10','\x90','\x10','\x90','\x10','\x90','\x12','\x92','\xfd','\x94','\x10','\x98','\x10','\x90','\x15','\x98','\x1a','\x94','\x34','\x92','\xd0','\x90','\x10','\x90','\x11','\x12','\x11','\x12','\x52','\x12','\x24','\x0e','\x10','\x00','\x11','\xf8','\x11','\x08','\x7d','\xf8','\x55','\x08','\x55','\xf8','\x7c','\x00','\x57','\xfe','\x55','\x00','\x55','\xfc','\x7e','\x54','\x54','\x94','\x11','\x24','\x12','\x44','\x10','\xa8','\x11','\x10','\x08','\x00','\x08','\x3e','\xff','\xa2','\x08','\x22','\x7f','\x22','\x41','\x3e','\x7f','\x22','\x41','\x22','\x7f','\x22','\x49','\x3e','\x08','\x22','\xff','\xa2','\x08','\x42','\x08','\x42','\x08','\x8a','\x09','\x04','\x01','\x00','\x41','\x1e','\x27','\xd2','\x21','\x12','\x01','\x12','\x87','\xde','\x44','\x52','\x57','\xd2','\x14','\x52','\x27','\xde','\xe1','\x12','\x21','\x12','\x2f','\xd2','\x21','\x22','\x21','\x2a','\x01','\x44','\x08','\x48','\x49','\x48','\x49','\x48','\x4b','\xfe','\x49','\x48','\x7d','\x48','\x41','\x78','\x41','\x00','\x79','\xfe','\x48','\x20','\x4b','\xfe','\x48','\x70','\x48','\xa8','\x49','\x24','\x4e','\x22','\x88','\x20','\x00','\x00','\x00','\x00','\x7d','\xfe','\x54','\x10','\x54','\x10','\x54','\x10','\x54','\x10','\x7c','\x10','\x54','\x10','\x54','\x10','\x54','\x10','\x54','\x10','\x7c','\x10','\x44','\x10','\x00','\x50','\x00','\x20','\x00','\x90','\x00','\x90','\x78','\x90','\x4a','\x92','\x49','\x94','\x78','\x98','\x48','\x90','\x49','\x98','\x7a','\x94','\x4c','\x92','\x48','\x90','\x48','\x90','\x79','\x12','\x49','\x12','\x02','\x12','\x04','\x0e','\x00','\x20','\xfc','\x20','\x4b','\xfe','\x48','\x40','\x78','\x40','\x49','\xfc','\x49','\x54','\x79','\x54','\x49','\xfc','\x48','\x40','\x4c','\x24','\x7a','\xa2','\xca','\x8a','\x0c','\x88','\x08','\x78','\x08','\x00','\x00','\x00','\x3c','\xfc','\x24','\x80','\x24','\xf8','\x24','\x80','\x3c','\xf8','\x24','\x80','\x27','\xfe','\x25','\x40','\x3d','\x24','\x25','\x28','\x25','\x10','\x25','\x08','\x45','\x44','\x55','\x82','\x89','\x00','\x00','\x00','\x3c','\xfc','\x24','\x84','\x24','\xfc','\x24','\x84','\x3c','\xfc','\x24','\x00','\x25','\xfe','\x24','\x80','\x3c','\xfe','\x25','\x2a','\x26','\x4a','\x24','\x92','\x45','\x22','\x54','\x54','\x88','\x88','\x20','\x48','\x21','\x48','\x21','\x48','\xfb','\xfe','\xa9','\x48','\xa9','\x48','\xa9','\x78','\xa9','\x00','\xf9','\xfe','\xa0','\x20','\x23','\xfe','\x28','\x70','\x38','\xa8','\xe9','\x24','\x46','\x22','\x00','\x20','\x20','\x00','\x11','\xfc','\x01','\x24','\xfd','\x24','\x01','\x74','\x79','\x24','\x01','\xfc','\x79','\x04','\x01','\x74','\x79','\x54','\x49','\x54','\x49','\x74','\x49','\x04','\x7a','\x04','\x4a','\x14','\x04','\x08','\x20','\x48','\x11','\x48','\x01','\x48','\xfb','\xfe','\x01','\x48','\x79','\x48','\x01','\x78','\x79','\x00','\x01','\xfe','\x78','\x20','\x4b','\xfe','\x48','\x70','\x48','\xa8','\x79','\x24','\x4e','\x22','\x00','\x20','\x08','\x00','\x09','\xfc','\x08','\x44','\x7e','\x44','\x08','\x44','\x08','\x94','\xff','\x08','\x08','\xfc','\x28','\x84','\x28','\x84','\x2e','\x84','\x28','\xfc','\x28','\x00','\x58','\x00','\x4f','\xfe','\x80','\x00','\x00','\x50','\x7c','\x50','\x44','\x50','\x45','\x52','\x44','\xd4','\x7c','\x58','\x10','\x50','\x10','\x58','\x10','\xd4','\x5d','\x52','\x50','\x50','\x50','\x50','\x50','\x92','\x5c','\x92','\xe1','\x12','\x02','\x0e','\x10','\x50','\x10','\x50','\x28','\x50','\x25','\x52','\x42','\xd4','\xbc','\x58','\x10','\x50','\x10','\x58','\xfe','\xd4','\x11','\x52','\x94','\x50','\x58','\x50','\x50','\x92','\x1e','\x92','\xf1','\x12','\x42','\x0e','\x00','\x00','\x0f','\xf8','\x08','\x00','\x0f','\xf0','\x08','\x00','\x0f','\xf0','\x08','\x00','\xff','\xfe','\x12','\x00','\x11','\x10','\x10','\xa0','\x10','\x40','\x12','\x20','\x14','\x18','\x18','\x06','\x10','\x00','\x00','\x00','\x01','\xfe','\xfe','\x20','\x10','\x40','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x10','\x88','\x51','\x04','\x22','\x02','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x09','\x24','\x24','\x94','\x24','\x94','\x40','\x28','\x00','\x10','\x08','\x20','\x08','\x20','\xff','\xa0','\x08','\x20','\x08','\xfc','\x7f','\x24','\x49','\x24','\x49','\x24','\x7f','\x24','\x08','\x24','\x1c','\x24','\x2a','\x44','\x49','\x44','\x88','\x84','\x09','\x28','\x0a','\x10','\x10','\x10','\x10','\x10','\x10','\x90','\x10','\x9e','\xfc','\x90','\x10','\x90','\x13','\xfe','\x14','\x00','\x18','\x10','\x30','\x92','\xd0','\x92','\x11','\x14','\x12','\x08','\x10','\x10','\x50','\x60','\x23','\x80','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\xff','\xfe','\x00','\x00','\x00','\x88','\x3c','\x48','\x24','\x50','\x24','\x00','\x25','\xfc','\x3c','\x20','\x24','\x20','\x24','\x20','\x27','\xfe','\x3c','\x20','\x24','\x50','\x24','\x50','\x24','\x88','\x44','\x88','\x55','\x04','\x8a','\x02','\x00','\x40','\x20','\x40','\x10','\x40','\x17','\xfe','\x84','\x44','\x48','\x48','\x40','\x40','\x10','\xa0','\x10','\xa0','\x20','\xa0','\xe1','\x20','\x21','\x20','\x22','\x22','\x22','\x22','\x24','\x1e','\x08','\x00','\x00','\x20','\x00','\x20','\xfc','\x50','\x10','\x88','\x11','\x04','\x12','\x12','\x7c','\x20','\x10','\x40','\x11','\x88','\x10','\x10','\x10','\x20','\x1c','\x44','\xe1','\x88','\x40','\x10','\x00','\x60','\x03','\x80','\x08','\x18','\x13','\xe0','\x30','\x40','\x57','\xfc','\x90','\x40','\x13','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x10','\x20','\x10','\x20','\x2b','\xfe','\x24','\x20','\x41','\xfc','\xb9','\x04','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x11','\x04','\x95','\xfc','\x59','\x04','\x53','\xfe','\x1c','\x88','\xe1','\x04','\x42','\x02','\x00','\x40','\x78','\x40','\x4f','\xfc','\x50','\x40','\x53','\xf8','\x62','\x48','\x53','\xf8','\x4a','\x48','\x4b','\xf8','\x48','\x40','\x68','\xe0','\x51','\x50','\x42','\x48','\x4c','\x46','\x40','\x40','\x40','\x40','\x00','\x40','\x20','\x40','\x13','\xf8','\x10','\x48','\x87','\xfe','\x40','\x48','\x4b','\xf8','\x08','\x40','\x10','\x40','\x13','\xf8','\xe0','\x40','\x20','\x40','\x27','\xfc','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x88','\x7c','\x50','\x45','\xfc','\x48','\x40','\x50','\xa2','\x4b','\x54','\x44','\xb8','\x67','\x54','\x58','\x92','\x43','\x50','\x40','\x20','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x10','\xa0','\x10','\x90','\x10','\x90','\x11','\xfe','\xfd','\x10','\x13','\x10','\x35','\xfe','\x39','\x10','\x55','\x10','\x55','\xfe','\x91','\x10','\x11','\x10','\x11','\x10','\x11','\xfe','\x11','\x00','\x11','\x00','\x10','\x10','\x12','\x20','\x11','\x7c','\x11','\x44','\xfc','\x44','\x10','\x7c','\x33','\x40','\x39','\x40','\x55','\x7c','\x55','\x44','\x91','\x44','\x11','\x7c','\x11','\x44','\x12','\x80','\x14','\x7e','\x10','\x00','\x00','\x20','\x20','\x40','\x13','\xfc','\x12','\x04','\x02','\x04','\x03','\xfc','\xf2','\x00','\x12','\x00','\x13','\xfe','\x12','\x02','\x12','\x02','\x13','\xfe','\x12','\x02','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x10','\x12','\x20','\x29','\x7c','\x25','\x44','\x40','\x44','\xb8','\x7c','\x13','\x40','\x11','\x40','\xfd','\x7c','\x11','\x44','\x95','\x44','\x59','\x7c','\x51','\x44','\x1e','\x80','\xe4','\x7e','\x40','\x00','\x01','\x00','\x00','\x80','\x1f','\xfe','\x10','\x00','\x97','\xf8','\x50','\xa0','\x50','\x40','\x17','\xfc','\x34','\x44','\x57','\xfc','\x94','\x44','\x17','\xfc','\x24','\x44','\x24','\x44','\x44','\x54','\x84','\x48','\x00','\x00','\x47','\xf8','\x20','\x10','\x21','\xa0','\x00','\x40','\x07','\xfc','\xe4','\x44','\x24','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x27','\xfc','\x24','\x44','\x24','\x54','\x54','\x08','\x8f','\xfe','\x20','\x00','\x27','\xfe','\x24','\x02','\x28','\x04','\x27','\xfe','\xf8','\x80','\x21','\x84','\x22','\x44','\x26','\xa8','\x21','\x30','\x3a','\xf0','\xe4','\xa8','\x41','\x28','\x02','\x24','\x0c','\xa2','\x00','\x40','\x10','\x00','\x10','\xfc','\x10','\x84','\x10','\xa4','\xfc','\x94','\x10','\x84','\x30','\x84','\x3b','\xfe','\x55','\x04','\x55','\x44','\x91','\x24','\x11','\x04','\x11','\xfe','\x10','\x04','\x10','\x28','\x10','\x10','\x20','\x00','\x23','\xfe','\x22','\x02','\x22','\x02','\xfb','\xfe','\x22','\x22','\x22','\x22','\x2a','\xfa','\x32','\x22','\xe2','\x32','\x22','\x2a','\x23','\xfe','\x22','\x02','\x22','\x02','\xa3','\xfe','\x42','\x02','\x22','\x00','\x22','\x7c','\x22','\x44','\x27','\x44','\xfa','\x7c','\x22','\x44','\x22','\x44','\x77','\x7c','\x6a','\x44','\xa2','\x44','\xa2','\x7c','\x22','\x28','\x25','\x28','\x25','\x4a','\x28','\x4a','\x30','\x86','\x10','\x00','\x10','\x00','\x17','\xfc','\x24','\x44','\x24','\x44','\x64','\x44','\x64','\x44','\xa7','\xfc','\x24','\x44','\x24','\x44','\x24','\x44','\x24','\x44','\x24','\x44','\x27','\xfc','\x24','\x04','\x20','\x00','\x00','\x40','\x27','\xfc','\x10','\x40','\x13','\xf8','\x80','\x40','\x47','\xfe','\x48','\x00','\x0b','\xf8','\x12','\x08','\x13','\xf8','\xe2','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x21','\x10','\x02','\x08','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x20','\x10','\x40','\x30','\x40','\x38','\xfc','\x55','\x84','\x52','\x84','\x94','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\xfc','\x10','\x84','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x00','\x40','\x07','\xfe','\xf0','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x28','\x00','\x47','\xfe','\x00','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x49','\x24','\x84','\x94','\x00','\x08','\x10','\x00','\x13','\xde','\x20','\x42','\x29','\x4a','\x48','\x84','\xf1','\x4a','\x12','\x52','\x24','\x20','\x48','\x00','\xfb','\xde','\x08','\x52','\x01','\x52','\xa8','\x94','\xa9','\x48','\x82','\x54','\x04','\x22','\x20','\x00','\x23','\xde','\x52','\x52','\x4a','\x52','\x83','\xde','\x78','\x00','\x21','\xfc','\x20','\x00','\xfb','\xfe','\x20','\x80','\x29','\x00','\xb1','\xfc','\x60','\x04','\x38','\x04','\xe0','\x28','\x00','\x10','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x10','\x40','\x33','\xfe','\x38','\x88','\x55','\x04','\x52','\xfa','\x90','\x88','\x10','\x88','\x10','\xf8','\x10','\x88','\x10','\x88','\x10','\xf8','\x00','\x40','\x23','\xf8','\x12','\x48','\x13','\xf8','\x80','\x40','\x47','\xfe','\x48','\x00','\x0b','\xf8','\x12','\x08','\x13','\xf8','\xe2','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x21','\x10','\x02','\x08','\x10','\x00','\x11','\xfc','\x10','\x20','\x10','\x20','\x11','\x24','\xfc','\xa4','\x10','\xa8','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x1c','\x20','\xe0','\x20','\x40','\x20','\x00','\x20','\x00','\x20','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x44','\x42','\x84','\x44','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x04','\x40','\x04','\x40','\xff','\xfe','\x20','\x00','\x21','\xfc','\x20','\x20','\x23','\xfe','\xfa','\x22','\x49','\xac','\x48','\x20','\x49','\xac','\x48','\x00','\x93','\xfe','\x50','\x20','\x21','\xfc','\x31','\x54','\x49','\x54','\x49','\x54','\x81','\x0c','\x10','\x20','\x10','\x20','\x20','\x20','\x24','\x20','\x45','\xfc','\xf9','\x24','\x11','\x24','\x21','\x24','\x49','\x24','\xfd','\xfc','\x05','\x24','\x01','\x24','\x55','\x24','\x55','\x24','\x81','\xfc','\x01','\x04','\x00','\x10','\x00','\xf8','\x1f','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x10','\x12','\x10','\x22','\x10','\x22','\x08','\x42','\x08','\x42','\x04','\x80','\x02','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x01','\x00','\x01','\x00','\x10','\x40','\x10','\x40','\x28','\x40','\x24','\x7c','\x42','\x84','\xbc','\x84','\x11','\x04','\x10','\x44','\xfe','\x24','\x10','\x24','\x94','\x04','\x58','\x04','\x50','\x04','\x1e','\x04','\xf0','\x28','\x40','\x10','\x08','\x10','\x08','\x20','\x7f','\x7c','\x55','\x44','\x12','\x7c','\x3f','\x44','\x64','\x7c','\xa4','\x40','\x3f','\x7e','\x24','\x40','\x24','\x7e','\x3f','\x02','\x24','\xaa','\x24','\xaa','\x3f','\x02','\x20','\x0c','\x02','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x08','\x08','\x08','\x3c','\x0b','\xe0','\x12','\x20','\x12','\x20','\x32','\x20','\x32','\x20','\x53','\xfe','\x92','\x20','\x12','\x10','\x12','\x10','\x12','\x12','\x12','\x0a','\x12','\x8a','\x13','\x26','\x12','\x12','\x10','\x80','\x10','\x40','\x17','\xfc','\x20','\x00','\x23','\xf8','\x62','\x08','\x63','\xf8','\xa0','\x00','\x2f','\xfe','\x28','\x02','\x23','\xf8','\x20','\x40','\x20','\x40','\x20','\x40','\x21','\x40','\x20','\x80','\x10','\x40','\x10','\x7e','\x10','\x40','\x20','\x40','\x27','\xfc','\x64','\x04','\x64','\x04','\xa7','\xfc','\x24','\x04','\x27','\xfc','\x24','\x04','\x24','\x04','\x27','\xfc','\x21','\x10','\x22','\x08','\x24','\x04','\x42','\x04','\x22','\x04','\x24','\x04','\xff','\x24','\x09','\x24','\x09','\x24','\xff','\x24','\x88','\x24','\x88','\x24','\xff','\xa4','\x18','\xa4','\x28','\xa4','\x4a','\x84','\x89','\x04','\x08','\x14','\x08','\x08','\x01','\x00','\x01','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x08','\x20','\x10','\x10','\x20','\x08','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\xfd','\x04','\x11','\x04','\x11','\xfc','\x10','\x00','\x13','\xfe','\x10','\x20','\x1d','\x20','\xe1','\x3c','\x41','\x20','\x02','\xa0','\x04','\x7e','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\x29','\x00','\x47','\xfe','\x80','\x00','\x02','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x08','\x20','\x04','\x40','\x7f','\xfe','\x41','\x02','\x81','\x04','\x1f','\xf0','\x11','\x10','\x11','\x10','\x11','\x50','\x11','\x20','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x20','\x3c','\x27','\xc0','\x24','\x40','\x24','\x40','\x24','\x40','\x27','\xfe','\x24','\x20','\x24','\x20','\x24','\x12','\x45','\x0a','\x46','\x46','\x84','\x22','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2e','\x0e','\x22','\xf0','\x24','\x10','\x24','\x10','\x2e','\xfe','\x22','\x10','\x22','\x10','\x2a','\xfe','\x44','\x00','\x46','\x00','\x89','\xfe','\x10','\x00','\x00','\x08','\x00','\x3c','\xf9','\xe0','\x08','\x20','\x10','\x20','\x10','\x20','\x21','\xfc','\x78','\x20','\x08','\x20','\x08','\x20','\x48','\x20','\x33','\xfe','\x10','\x00','\x2c','\x00','\x43','\xfe','\x80','\x00','\x08','\x20','\x04','\x20','\x04','\x40','\x7f','\xf8','\x01','\x08','\x01','\x08','\x3f','\xf8','\x21','\x00','\x21','\x00','\x3f','\xfc','\x03','\x04','\x05','\x04','\x09','\x14','\x11','\x08','\x61','\x00','\x01','\x00','\x11','\x08','\x10','\x88','\x10','\x90','\x13','\xfc','\x18','\x24','\x54','\x24','\x53','\xfc','\x52','\x20','\x92','\x20','\x13','\xfe','\x10','\x62','\x10','\xa2','\x11','\x2a','\x12','\x24','\x14','\x20','\x10','\x20','\x10','\x08','\x10','\x3c','\x13','\xe0','\x12','\x20','\xfe','\x20','\x12','\x20','\x12','\x20','\x13','\xfe','\x1a','\x20','\x32','\x10','\xd2','\x10','\x12','\x12','\x12','\x0a','\x12','\x8a','\x53','\x26','\x22','\x12','\x20','\x00','\x20','\x0c','\x27','\x70','\x21','\x10','\xf9','\x10','\x22','\x10','\x22','\x7c','\x2f','\x10','\x31','\x10','\xe5','\x10','\x25','\x10','\x22','\x7c','\x22','\x00','\x25','\x00','\xa8','\xfe','\x50','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\xfd','\xfc','\x11','\x04','\x11','\x04','\x15','\xfc','\x18','\x00','\x33','\xfe','\xd0','\x20','\x11','\x20','\x11','\x3c','\x11','\x20','\x52','\xa0','\x24','\x7e','\x11','\x08','\x10','\x88','\x10','\x90','\x11','\xfc','\xfc','\x24','\x10','\x24','\x31','\xfc','\x39','\x20','\x55','\x20','\x51','\xfe','\x90','\x62','\x10','\xa2','\x11','\x2a','\x12','\x24','\x14','\x20','\x10','\x20','\x00','\x00','\x20','\x00','\x13','\xfe','\x10','\x20','\x80','\x20','\x40','\x20','\x48','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\xe0','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\xa0','\x00','\x40','\x00','\x40','\x00','\x20','\xfb','\xfe','\x22','\x02','\x24','\x04','\x40','\x00','\x7b','\xfe','\x48','\x20','\xc8','\x20','\x49','\x20','\x49','\x3c','\x49','\x20','\x7a','\xa0','\x4a','\x60','\x04','\x3e','\x08','\x00','\x20','\x20','\x10','\x20','\x10','\x3e','\xf8','\x20','\x08','\x20','\x11','\xfc','\x11','\x04','\x39','\xfc','\x55','\x04','\x95','\xfc','\x11','\x04','\x11','\xfc','\x10','\x00','\x10','\x88','\x11','\x04','\x12','\x02','\x00','\x00','\x0d','\xfc','\xf1','\x04','\x11','\x04','\x11','\x04','\xfd','\xfc','\x10','\x00','\x38','\x00','\x35','\xfc','\x54','\x20','\x50','\x20','\x91','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x17','\xfe','\x10','\x80','\x10','\x40','\x23','\xfc','\x28','\x00','\x49','\x08','\xf0','\x90','\x17','\xfe','\x24','\x42','\x48','\x44','\xfb','\xfc','\x0a','\x44','\x02','\x44','\xaa','\x54','\xaa','\x48','\x80','\x40','\x00','\x40','\x10','\x00','\x20','\x06','\x7b','\xb8','\x48','\x88','\x68','\x88','\x59','\x08','\x49','\x3e','\xfb','\x88','\x48','\x88','\x4a','\x88','\x6a','\x88','\x59','\x3e','\x49','\x00','\x4a','\x80','\x4c','\x7e','\x98','\x00','\x20','\x00','\x10','\x00','\x11','\xfe','\xfe','\x20','\x00','\x20','\x7c','\x20','\x00','\x20','\x7c','\x20','\x00','\x20','\x7c','\x20','\x44','\x20','\x44','\x20','\x44','\x20','\x7c','\x20','\x44','\xa0','\x00','\x40','\x20','\x40','\x10','\x20','\x01','\xfc','\xfc','\x00','\x00','\x88','\x78','\x50','\x03','\xfe','\x7a','\x22','\x04','\x24','\x79','\xfc','\x49','\x24','\x49','\x24','\x49','\x34','\x79','\x28','\x48','\x20','\x00','\x20','\x00','\x40','\x7c','\x20','\x45','\xfc','\x44','\x00','\x44','\x88','\x7c','\x50','\x13','\xfe','\x12','\x22','\x5c','\x24','\x51','\xfc','\x51','\x24','\x51','\x24','\x5d','\x34','\xe1','\x28','\x00','\x20','\x00','\x20','\x00','\x3c','\x47','\xe0','\x24','\x20','\x25','\xfc','\x04','\x20','\x07','\xfe','\xe4','\x20','\x24','\x20','\x25','\xfc','\x25','\x24','\x25','\x24','\x29','\x34','\x29','\x28','\x30','\x20','\x50','\x00','\x8f','\xfe','\x01','\x00','\x07','\xbe','\x7c','\x22','\x44','\x24','\x44','\x24','\x44','\x28','\x44','\x24','\x7f','\xa4','\x44','\x22','\x44','\x22','\x44','\x22','\x42','\x34','\x42','\xa8','\x52','\xa0','\x69','\xa0','\x44','\xa0','\x22','\x00','\x14','\x7c','\xff','\x44','\x14','\x48','\x7f','\x48','\x55','\x50','\x63','\x48','\x5d','\x48','\x41','\x44','\x7f','\x44','\x08','\x44','\xff','\x68','\x14','\x50','\x22','\x40','\x41','\x40','\x80','\x40','\x10','\x00','\x10','\x00','\x2b','\xfe','\x24','\x20','\x42','\x20','\xbc','\x20','\x10','\x20','\x10','\x20','\xfe','\x20','\x10','\x20','\x94','\x20','\x58','\x20','\x50','\x20','\x1e','\x20','\xf0','\xa0','\x40','\x40','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x48','\x24','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x40','\x04','\x7c','\x7c','\x04','\x40','\x04','\x40','\xfc','\x7c','\x24','\x44','\x24','\x44','\x44','\x44','\x84','\x44','\x00','\x00','\x23','\xfc','\x12','\x04','\x12','\x04','\x82','\x04','\x43','\xfc','\x4a','\x00','\x0a','\x40','\x12','\x44','\x12','\x48','\xe2','\x70','\x22','\x40','\x24','\x42','\x24','\x42','\x28','\x3e','\x10','\x00','\x20','\x80','\x20','\x40','\x27','\xfc','\x21','\x10','\xf8','\xa0','\x27','\xfc','\x24','\x44','\x2d','\xf4','\x34','\x44','\xe5','\xf4','\x25','\x14','\x25','\x14','\x25','\xf4','\x24','\x04','\xa4','\x14','\x44','\x08','\x20','\x00','\x27','\xbc','\x20','\x84','\x24','\xa4','\xfa','\x94','\x24','\xa4','\x21','\x20','\x2a','\x10','\x37','\xfc','\xea','\x20','\x23','\xfc','\x22','\x20','\x23','\xfc','\x22','\x20','\xa3','\xfe','\x42','\x00','\x10','\x20','\x08','\x20','\x7f','\x20','\x22','\x3e','\x14','\x44','\x7f','\x44','\x41','\x44','\x49','\xa4','\x7f','\x28','\x49','\x28','\x5d','\x10','\x55','\x10','\x55','\x28','\x5d','\x28','\x41','\x44','\x43','\x82','\x00','\x80','\x20','\x40','\x17','\xfc','\x11','\x10','\x80','\xa0','\x47','\xfc','\x44','\x44','\x15','\xf4','\x14','\x44','\x25','\xf4','\xe5','\x14','\x25','\x14','\x25','\xf4','\x24','\x04','\x24','\x14','\x04','\x08','\x10','\x40','\x10','\x40','\x20','\x40','\x7e','\x7c','\x42','\x84','\x42','\x84','\x43','\x04','\x42','\x44','\x7e','\x24','\x42','\x24','\x42','\x04','\x42','\x04','\x42','\x04','\x7e','\x04','\x42','\x28','\x00','\x10','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x81','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x00','\x80','\x40','\x40','\x27','\xfc','\x21','\x10','\x00','\xa0','\x07','\xfc','\xe4','\x44','\x27','\xfc','\x24','\x44','\x25','\xf4','\x25','\x14','\x25','\xf4','\x24','\x04','\x24','\x0c','\x50','\x00','\x8f','\xfe','\x10','\x40','\x10','\x20','\x2b','\xfe','\x24','\x88','\x40','\x50','\xbb','\xfe','\x12','\x22','\x12','\xfa','\xfe','\x22','\x12','\xfa','\x96','\x8a','\x5a','\x8a','\x52','\xfa','\x1e','\x02','\xe2','\x0a','\x42','\x04','\x00','\x00','\x27','\xbc','\x10','\x84','\x10','\x84','\x87','\xbc','\x44','\x20','\x44','\x20','\x17','\xbc','\x10','\x84','\x24','\xa4','\xe2','\x94','\x22','\x94','\x24','\xa4','\x20','\x84','\x25','\x28','\x02','\x10','\x08','\x0c','\x08','\xf0','\x7e','\x80','\x08','\x80','\x0e','\xfe','\x78','\x88','\x08','\x88','\x29','\x08','\x12','\x08','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x12','\x10','\x11','\x10','\x27','\xd0','\x42','\x10','\x94','\xbe','\x1f','\xe4','\x20','\x54','\x67','\x94','\xa4','\x94','\x27','\x94','\x24','\x94','\x27','\x88','\x24','\x88','\x24','\x94','\x24','\x94','\x25','\xa2','\x22','\x08','\x21','\x08','\x27','\xc8','\x22','\x10','\xf4','\x9e','\x2f','\xd4','\x20','\x64','\x27','\x94','\x34','\x94','\xe7','\x94','\x24','\x94','\x27','\x88','\x24','\x88','\x24','\x94','\xa4','\xa4','\x45','\xc2','\x21','\x08','\x20','\x88','\x23','\xe8','\xf9','\x10','\x22','\x9e','\xff','\xd4','\xa8','\x64','\xfb','\xd4','\xaa','\x54','\xfb','\xd4','\x22','\x54','\xfb','\xc8','\x22','\x48','\x22','\x54','\x22','\x64','\x22','\xc2','\x00','\x40','\x22','\x40','\x12','\x40','\x13','\xfc','\x02','\x40','\x04','\x40','\xf0','\x40','\x17','\xfe','\x10','\x40','\x10','\xa0','\x10','\x90','\x11','\x08','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x29','\x20','\x25','\x20','\x41','\xfc','\xb9','\x20','\x12','\x20','\x10','\x20','\xfd','\xfe','\x10','\x20','\x94','\x50','\x58','\x50','\x50','\x88','\x1c','\x88','\xe1','\x04','\x42','\x02','\x04','\x40','\x04','\x40','\x04','\x40','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\x20','\x40','\x20','\x40','\x27','\xfc','\x20','\x40','\x23','\xf8','\xfa','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x3a','\x08','\xef','\xfe','\x41','\x10','\x02','\x08','\x04','\x04','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xc0','\x06','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x22','\x20','\x22','\x20','\x3f','\xfc','\x22','\x20','\x22','\x20','\x3f','\xfc','\x24','\x40','\x24','\x44','\x24','\x28','\x45','\x10','\x46','\x08','\x84','\x06','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x80','\x20','\x80','\x20','\x80','\x20','\xfc','\x20','\x80','\x20','\x80','\x27','\xf8','\x24','\x08','\x24','\x08','\x44','\x08','\x44','\x08','\x87','\xf8','\x04','\x08','\x00','\x00','\x23','\xfc','\x10','\x40','\x10','\x40','\x87','\xfe','\x40','\xa0','\x41','\x10','\x12','\x08','\x14','\x46','\x20','\x40','\xe0','\x48','\x22','\x64','\x22','\x52','\x24','\x52','\x21','\x40','\x00','\x80','\x20','\x20','\x27','\xfe','\x44','\x00','\x45','\xfc','\x95','\x24','\xe5','\xfc','\x25','\x24','\x45','\xfc','\x94','\x20','\xf5','\xfc','\x04','\x20','\x17','\xfe','\xad','\x24','\xaa','\xfa','\x88','\x20','\x13','\xfe','\x08','\x88','\x1c','\x88','\x70','\x88','\x10','\x88','\x11','\xfe','\xfc','\x88','\x10','\x88','\x10','\x88','\x7c','\x88','\x44','\xf8','\x44','\x88','\x44','\x88','\x44','\x88','\x7c','\x88','\x44','\xf8','\x00','\x88','\x00','\x20','\x7c','\x20','\x44','\x20','\x44','\x20','\x7c','\x3e','\x44','\x20','\x44','\x20','\x7c','\x20','\x45','\xfc','\x45','\x04','\x7d','\x04','\x01','\x04','\x29','\x04','\x25','\x04','\x45','\xfc','\x81','\x04','\x10','\x00','\x10','\x00','\x10','\xfc','\xfe','\x00','\x10','\x00','\x7c','\x00','\x55','\xfe','\x7c','\x20','\x54','\x20','\x7c','\x40','\x10','\x40','\xfe','\x88','\x10','\x84','\x11','\xfe','\x10','\x82','\x10','\x00','\x10','\x00','\x10','\xfe','\xfe','\x10','\x10','\x20','\x7c','\xfc','\x44','\x84','\x7c','\x84','\x44','\xfc','\x7c','\x84','\x44','\xfc','\x7c','\x84','\x44','\x84','\xfe','\xfc','\x28','\x48','\x44','\x84','\x83','\x02','\x02','\x00','\x02','\x00','\x02','\x00','\x03','\xfc','\x02','\x00','\x02','\x00','\x3f','\xf0','\x20','\x10','\x20','\x10','\x20','\x10','\x3f','\xf0','\x00','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x08','\x00','\x08','\x00','\x0b','\xfc','\x10','\x00','\x10','\x00','\x30','\x00','\x37','\xfe','\x50','\x40','\x90','\x40','\x10','\x80','\x10','\x80','\x11','\x08','\x12','\x04','\x17','\xfe','\x12','\x02','\x10','\x00','\x00','\x00','\x3f','\x78','\x21','\x48','\x21','\x48','\x3f','\x48','\x20','\x86','\x2a','\x00','\x2a','\xfc','\x3f','\x44','\x2a','\x44','\x2a','\x28','\x3f','\x28','\x20','\x10','\x4a','\x28','\x91','\x44','\x21','\x82','\x40','\x00','\x2f','\xdc','\x28','\x54','\x88','\x54','\x4f','\xd4','\x4a','\x94','\x0a','\xa6','\x2f','\xc0','\x2a','\x9c','\x4a','\x94','\xcf','\xd4','\x48','\x14','\x52','\x88','\x52','\x48','\x64','\x54','\x08','\x22','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x02','\x01','\x02','\x00','\xfe','\x00','\x08','\x01','\xfc','\x7f','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x22','\x88','\x04','\xa0','\x08','\x90','\x10','\x92','\x20','\x82','\xc0','\x7e','\x00','\x40','\x00','\x40','\x78','\x40','\x48','\x40','\x48','\x40','\x48','\x40','\x4f','\xfc','\x48','\x40','\x48','\x40','\x48','\x40','\x78','\x40','\x48','\x40','\x00','\x40','\x00','\x40','\x0f','\xfe','\x00','\x00','\x20','\x40','\x20','\x44','\x23','\xf4','\x20','\x48','\xf8','\x50','\x27','\xfe','\x20','\x40','\x20','\x80','\x21','\xf8','\x2b','\x08','\x35','\x08','\x21','\xf8','\xc1','\x08','\x01','\x08','\x01','\xf8','\x01','\x08','\x20','\x40','\x10','\xa0','\x91','\x10','\x42','\x08','\x4d','\xf6','\x10','\x40','\x27','\xfc','\xe0','\x40','\x22','\x48','\x24','\x44','\x29','\x42','\x20','\x80','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x20','\x24','\x40','\x24','\x40','\x24','\xfc','\x25','\x84','\x4a','\x84','\x2c','\x84','\x10','\x84','\x28','\x84','\x44','\x84','\x84','\xfc','\x00','\x84','\x00','\x00','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x20','\x80','\x20','\x88','\x27','\xf0','\x20','\xa0','\x3f','\xfe','\x20','\x80','\x23','\xf8','\x26','\x08','\x5b','\xf8','\x42','\x08','\x83','\xf8','\x02','\x08','\x08','\x20','\x08','\x20','\x11','\xfc','\x20','\x20','\x48','\x20','\x08','\x20','\x13','\xfe','\x30','\x20','\x50','\x20','\x91','\x20','\x11','\x3c','\x11','\x20','\x12','\xa0','\x12','\x60','\x14','\x3e','\x18','\x00','\x00','\x40','\x04','\x40','\x02','\x40','\x02','\x40','\x10','\x40','\x08','\x40','\x08','\x40','\x00','\x40','\x00','\xfe','\x7f','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\xfc','\x20','\x10','\x20','\x33','\xfe','\x38','\x20','\x54','\x20','\x54','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x17','\xfe','\x10','\x00','\x00','\x40','\x20','\x20','\x17','\xfe','\x14','\x88','\x84','\x88','\x47','\xfe','\x44','\x88','\x14','\xf8','\x14','\x00','\x25','\xfc','\xe4','\x84','\x24','\x88','\x24','\x50','\x28','\x20','\x28','\xd8','\x13','\x06','\x00','\x80','\x3e','\x90','\x02','\xa4','\x24','\x48','\x14','\x50','\x08','\x20','\x17','\xd0','\x20','\x08','\xdf','\xf6','\x10','\x10','\x10','\x10','\x1f','\xf0','\x08','\x20','\x04','\x40','\x7f','\xfc','\x00','\x00','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x00','\x0f','\xe0','\x10','\x20','\x20','\x40','\x5f','\xf8','\x11','\x08','\x11','\x08','\x1f','\xf8','\x02','\x80','\x04','\xa0','\x08','\x92','\x10','\x82','\x60','\x7e','\x00','\x20','\x7c','\x22','\x45','\xfa','\x44','\x24','\x7c','\x28','\x47','\xfe','\x44','\x20','\x7c','\x40','\x44','\xfc','\x45','\x84','\x7e','\x84','\x00','\xfc','\x28','\x84','\x24','\x84','\x44','\xfc','\x80','\x84','\x00','\x40','\x20','\xa0','\x11','\x10','\x12','\x08','\x05','\xf6','\x00','\x40','\xf0','\x40','\x17','\xfc','\x10','\x40','\x12','\x48','\x12','\x44','\x14','\x44','\x11','\x40','\x28','\x80','\x47','\xfe','\x00','\x00','\x08','\x00','\x08','\xbe','\x7e','\xa2','\x09','\x24','\x0a','\x24','\xff','\xe8','\x08','\x24','\x10','\x24','\x3f','\x22','\x61','\x22','\xa1','\x22','\x3f','\x34','\x21','\x28','\x21','\x20','\x3f','\x20','\x21','\x20','\x20','\x40','\x20','\x20','\x53','\xfe','\x4a','\x48','\x82','\x48','\x7b','\xfe','\x22','\x48','\x22','\x78','\xfa','\x00','\x22','\xfc','\x2a','\x44','\xb2','\x48','\x62','\x28','\x3c','\x10','\xe4','\x68','\x09','\x86','\x00','\x04','\x00','\x1e','\xfd','\xf0','\x11','\x10','\x11','\x10','\x21','\x10','\x3d','\x10','\x65','\xfe','\x65','\x10','\xa5','\x10','\x25','\x10','\x25','\x08','\x3d','\x0a','\x25','\x4a','\x21','\xa6','\x01','\x12','\x00','\x00','\x01','\xfe','\xfd','\x00','\x11','\x00','\x11','\x00','\x21','\xfe','\x3d','\x20','\x65','\x20','\x65','\x3c','\xa5','\x24','\x25','\x24','\x25','\x24','\x3d','\x24','\x22','\x44','\x02','\x54','\x04','\x88','\x10','\x00','\x10','\x00','\xfe','\xfc','\x22','\x84','\x44','\x88','\x28','\x50','\x10','\x20','\x28','\x58','\xc5','\x86','\x02','\x00','\x02','\x00','\x7f','\xf8','\x04','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x20','\x22','\x20','\x3f','\xfc','\x22','\x20','\x22','\x20','\x23','\xe0','\x20','\x00','\x2f','\xf0','\x24','\x10','\x42','\x20','\x41','\xc0','\x86','\x30','\x38','\x0e','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x10','\x00','\x10','\x00','\x11','\xfc','\x10','\x84','\xfc','\x84','\x24','\x84','\x24','\x88','\x24','\x88','\x24','\x50','\x48','\x50','\x28','\x20','\x10','\x20','\x28','\x50','\x44','\x88','\x81','\x04','\x02','\x02','\x10','\x00','\x10','\x00','\xfe','\xfc','\x22','\x84','\x44','\x88','\x28','\x50','\x10','\x20','\x28','\x58','\xc5','\x86','\x00','\x00','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x04','\x10','\x04','\x1f','\xc4','\x22','\x14','\x22','\x14','\x64','\x94','\x67','\xd4','\xa1','\x14','\x21','\x14','\x27','\xd4','\x21','\x14','\x21','\x14','\x21','\xc4','\x2e','\x04','\x24','\x14','\x20','\x08','\x01','\x00','\x11','\x10','\x09','\x10','\x09','\x20','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x04','\x40','\x04','\x40','\x08','\x42','\x30','\x42','\xc0','\x3e','\x04','\x00','\x04','\x00','\x0f','\xf0','\x10','\x10','\x28','\x20','\x44','\x40','\x03','\x80','\x0c','\x60','\x30','\x18','\xc0','\x06','\x07','\x00','\x00','\xc0','\x00','\x20','\x0e','\x00','\x01','\x80','\x00','\x40','\x00','\x40','\x40','\x40','\x27','\xfc','\x20','\x40','\x03','\xf8','\x0a','\x48','\x0b','\xf8','\x12','\x48','\x13','\xf8','\xe0','\x40','\x20','\xe0','\x21','\x50','\x22','\x48','\x2c','\x46','\x20','\x40','\x00','\x40','\x00','\x00','\x00','\x00','\x3f','\xf8','\x02','\x08','\x02','\x08','\x02','\x08','\x02','\x08','\x02','\x08','\x02','\x08','\x04','\x08','\x04','\x08','\x08','\x08','\x08','\x08','\x10','\x08','\x20','\x50','\x40','\x20','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x80','\x2f','\xf8','\x20','\x88','\x3f','\xfe','\x20','\x88','\x2f','\xf8','\x20','\x80','\x2f','\xf8','\x28','\x08','\x48','\x08','\x48','\x08','\x8f','\xf8','\x08','\x08','\x21','\x10','\x21','\x10','\x27','\xfc','\x21','\x10','\x20','\x40','\xf8','\xa0','\x21','\x10','\x22','\x08','\x25','\xf6','\x20','\x00','\x20','\x00','\x3b','\xf8','\xe2','\x08','\x42','\x08','\x03','\xf8','\x02','\x08','\x20','\x40','\x20','\x20','\x27','\xfe','\x24','\x20','\x25','\xfc','\xfc','\x24','\x27','\xfe','\x24','\x24','\x25','\xfc','\x24','\x20','\x25','\xfc','\x3d','\x04','\xe5','\x04','\x49','\x04','\x09','\xfc','\x11','\x04','\x01','\x00','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x0f','\xf0','\x34','\x18','\xc7','\xe6','\x04','\x00','\x07','\xe0','\x04','\x00','\xff','\xfe','\x04','\x00','\x08','\x10','\x1f','\xf8','\x00','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x00','\x00','\x7f','\xfc','\x04','\x00','\x04','\x00','\x08','\x00','\x1f','\xf8','\x28','\x08','\xc8','\x08','\x08','\x08','\x0f','\xf8','\x08','\x08','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x02','\x04','\x22','\x24','\x3f','\xe4','\x00','\x28','\x00','\x10','\x10','\x40','\x10','\x80','\x11','\xfc','\x11','\x04','\x55','\xfc','\x55','\x04','\x55','\xfc','\x55','\x00','\x55','\xfe','\x55','\x00','\x55','\xfe','\x5c','\x02','\x62','\xaa','\x02','\xaa','\x02','\x02','\x00','\x0c','\x10','\x40','\x10','\x40','\x10','\x7e','\x10','\x40','\x1b','\xfc','\x56','\x04','\x53','\xfc','\x52','\x04','\x93','\xfc','\x12','\x44','\x10','\x40','\x17','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x00','\x10','\xf8','\x10','\x88','\x10','\x88','\xfc','\x88','\x11','\x06','\x12','\x00','\x15','\xfc','\x18','\x84','\x30','\x84','\xd0','\x48','\x10','\x50','\x10','\x20','\x10','\x50','\x50','\x88','\x23','\x06','\x21','\x10','\x21','\x10','\x27','\xfc','\x21','\x10','\xf8','\x40','\x20','\xa0','\x21','\x10','\x2a','\x08','\x35','\xf6','\xe0','\x00','\x20','\x00','\x23','\xf8','\x22','\x08','\x22','\x08','\xa3','\xf8','\x42','\x08','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x23','\x88','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x90','\x10','\x90','\x10','\x90','\x12','\x92','\xfd','\x94','\x10','\x98','\x30','\x90','\x39','\x98','\x56','\x94','\x54','\x92','\x90','\x90','\x10','\x90','\x11','\x12','\x11','\x12','\x12','\x12','\x14','\x0e','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x10','\x40','\x33','\xfe','\x38','\x48','\x54','\x88','\x54','\xfe','\x91','\x08','\x11','\x48','\x12','\x28','\x14','\x08','\x10','\x28','\x10','\x10','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x11','\x24','\x31','\xfc','\x39','\x24','\x55','\xfc','\x54','\x20','\x90','\x70','\x10','\xa8','\x11','\x24','\x16','\x22','\x10','\x20','\x10','\x20','\x40','\x80','\x20','\x80','\x09','\xfc','\x12','\x04','\x24','\x48','\xe0','\x40','\x20','\xa0','\x23','\x18','\x2c','\x06','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x01','\x00','\x21','\x00','\x11','\xfc','\x12','\x04','\x85','\x04','\x41','\xe4','\x42','\x84','\x10','\x84','\x17','\xf4','\x20','\x84','\xe2','\xa4','\x22','\xa4','\x23','\xe4','\x20','\x04','\x20','\x28','\x00','\x10','\x00','\x00','\x23','\xf8','\x12','\x08','\x13','\xf8','\x82','\x08','\x43','\xf8','\x50','\x00','\x1f','\xfe','\x12','\x00','\x23','\xfc','\xe4','\x94','\x29','\x24','\x22','\x44','\x24','\x84','\x21','\x28','\x02','\x10','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\x40','\x83','\xf8','\x40','\x80','\x47','\xfe','\x10','\x90','\x11','\x10','\x21','\xfe','\xe2','\x10','\x22','\x90','\x24','\x50','\x28','\x10','\x20','\x50','\x00','\x20','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\x54','\x20','\x58','\x20','\x50','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\x20','\x44','\x20','\x40','\xa0','\x80','\x40','\x20','\x20','\x27','\xa4','\x20','\xa8','\x2a','\x92','\xb1','\x14','\xa2','\x08','\xa5','\xf4','\xa8','\x02','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x52','\x08','\x49','\x10','\x4f','\xfe','\x80','\x00','\x01','\x00','\x21','\x08','\x11','\x08','\x09','\x10','\x09','\x20','\x01','\x00','\x7f','\xf8','\x00','\x08','\x00','\x08','\x00','\x08','\x3f','\xf8','\x00','\x08','\x00','\x08','\x00','\x08','\x7f','\xf8','\x00','\x08','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x00','\x57','\xfc','\x50','\x00','\x13','\xf8','\x32','\x08','\x52','\x08','\x93','\xf8','\x10','\x00','\x21','\x10','\x20','\xa0','\x4f','\xfe','\x80','\x00','\x20','\x20','\x10','\x20','\x13','\xfe','\xf8','\x20','\x09','\xfc','\x10','\x40','\x13','\xfe','\x38','\x48','\x54','\x88','\x94','\xfe','\x11','\x08','\x11','\x48','\x12','\x28','\x14','\x08','\x10','\x28','\x10','\x10','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x20','\x7f','\xfc','\x08','\x20','\x04','\x20','\x04','\xa0','\x00','\x40','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x82','\x80','\x0c','\x60','\x30','\x18','\xcf','\xe6','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\xbf','\xf8','\x20','\x08','\x2f','\xe8','\x20','\x08','\x27','\xc8','\x24','\x48','\x24','\x48','\x27','\xc8','\x20','\x08','\x20','\x28','\x20','\x10','\x10','\x20','\x10','\x10','\x95','\xfe','\x55','\x10','\x59','\x7c','\x11','\x14','\xfd','\xfe','\x31','\x14','\x39','\x7c','\x55','\x10','\x55','\x7c','\x91','\x44','\x11','\x44','\x12','\x44','\x12','\x7c','\x14','\x44','\x10','\x40','\x10','\x20','\x20','\x20','\x2b','\xfe','\x48','\x40','\xf0','\x88','\x11','\x04','\x23','\xfe','\x48','\x92','\xfc','\x90','\x04','\x90','\x00','\x90','\x55','\x12','\x55','\x12','\x82','\x0e','\x04','\x00','\x00','\x04','\xff','\x84','\x08','\x04','\x10','\x24','\x22','\x24','\x41','\x24','\xff','\xa4','\x08','\xa4','\x08','\x24','\x08','\x24','\x7f','\x24','\x08','\x24','\x08','\x04','\x0f','\x84','\xf8','\x14','\x40','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x23','\xf8','\x12','\x08','\x93','\xf8','\x42','\x08','\x43','\xf8','\x10','\x00','\x2f','\xfe','\xe2','\x00','\x27','\xfc','\x29','\x24','\x22','\x54','\x04','\x88','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x20','\x3d','\x24','\x24','\xa8','\x25','\xfc','\x3c','\x40','\x27','\xfe','\x24','\x88','\x3d','\x24','\x26','\xaa','\x24','\x70','\x44','\xa8','\x55','\x24','\x8a','\x62','\x20','\x10','\x10','\x10','\x10','\x10','\xfe','\x10','\x01','\xfe','\x7c','\x10','\x00','\x10','\x7c','\x10','\x01','\x10','\x7c','\x90','\x44','\x90','\x44','\x10','\x44','\x10','\x7c','\x10','\x44','\x50','\x00','\x20','\x02','\x48','\x79','\x50','\x4b','\xf8','\x48','\x80','\x4f','\xfc','\x79','\x10','\x4a','\x48','\x4f','\xfc','\x48','\x02','\x7b','\xf8','\x48','\x00','\x4b','\xf8','\x48','\x00','\x4b','\xf8','\x4a','\x08','\x9b','\xf8','\x00','\x00','\x7f','\xfc','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x10','\x10','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x00','\x20','\x78','\x22','\x4b','\xb4','\x48','\xa8','\x48','\xa8','\x79','\x24','\x12','\xa2','\x10','\x40','\x51','\xfc','\x5d','\x04','\x51','\x04','\x51','\xfc','\x59','\x04','\xe1','\x04','\x01','\xfc','\x01','\x04','\x00','\xa0','\x20','\xa0','\x14','\xa4','\x12','\xa8','\x01','\xb0','\x00','\xa0','\xf1','\xb0','\x12','\xa8','\x14','\xa4','\x11','\x20','\x11','\x24','\x12','\x24','\x14','\x1c','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x38','\x23','\xc0','\x10','\x40','\x17','\xfc','\x01','\x50','\x02','\x48','\xf4','\x46','\x13','\xf0','\x11','\x10','\x11','\x3c','\x11','\x04','\x12','\x14','\x14','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x10','\x10','\xd4','\x28','\x48','\x25','\x4a','\x42','\x84','\xbc','\x84','\x11','\x7a','\x10','\x00','\xfe','\xfc','\x10','\x84','\x94','\xfc','\x58','\x00','\x50','\x84','\x1e','\x48','\xf1','\xfe','\x40','\x00','\x01','\x00','\x79','\x00','\x49','\xfc','\x52','\x04','\x55','\x04','\x61','\xe4','\x52','\x84','\x48','\x84','\x4f','\xf4','\x48','\x84','\x6a','\xa4','\x52','\xa4','\x43','\xe4','\x40','\x04','\x40','\x28','\x40','\x10','\x00','\x00','\xfe','\xfe','\x00','\x20','\x00','\x40','\x7c','\xfc','\x44','\x84','\x44','\x84','\x44','\xfc','\x7c','\x84','\x00','\xfc','\x44','\x84','\x28','\x84','\x2e','\xfc','\xf0','\x00','\x40','\x48','\x00','\x84','\x01','\x24','\x78','\xa8','\x49','\xfc','\x48','\x40','\x4b','\xfe','\x79','\x08','\x4b','\xfc','\x4d','\x22','\x49','\xfc','\x79','\x20','\x49','\xfc','\x49','\x20','\x49','\xfe','\x48','\x02','\x4a','\xaa','\x98','\x04','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x24','\x5e','\x24','\x40','\xf4','\x5e','\x24','\x52','\xa4','\x5e','\x64','\x52','\x24','\x4f','\x24','\x78','\xb4','\x50','\x48','\x11','\xc8','\x17','\x08','\x11','\x08','\x2f','\xe8','\x21','\x1e','\x67','\xca','\x65','\x4a','\xa7','\xca','\x25','\x4a','\x27','\xca','\x21','\x0a','\x27','\xca','\x21','\x12','\x21','\xd2','\x2e','\x2a','\x24','\x44','\x0f','\x20','\x78','\x20','\x08','\x20','\xff','\xa0','\x08','\x7c','\x7f','\x24','\x49','\x24','\x7f','\x24','\x49','\x24','\x7f','\x24','\x08','\x24','\x7f','\x24','\x08','\x44','\x0f','\xc4','\xf8','\x94','\x41','\x08','\x00','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x2f','\xf4','\x20','\x04','\x20','\x04','\x27','\xe4','\x24','\x24','\x24','\x24','\x24','\x24','\x27','\xe4','\x24','\x24','\x20','\x04','\x20','\x14','\x20','\x08','\x01','\x00','\x11','\x10','\x09','\x20','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x21','\x10','\x17','\xfe','\x10','\x80','\x03','\xf8','\xf2','\x08','\x13','\xf8','\x12','\x08','\x13','\xf8','\x12','\x08','\x13','\xf8','\x28','\x00','\x47','\xfe','\x00','\x20','\xff','\xfe','\x08','\x20','\x04','\x60','\x10','\x20','\x11','\xfc','\x10','\x88','\x10','\x50','\x1b','\xfe','\x54','\x00','\x51','\xfc','\x51','\x24','\x91','\xfc','\x11','\x24','\x11','\xfc','\x10','\x20','\x11','\xfc','\x10','\x20','\x13','\xfe','\x10','\x00','\x10','\x20','\x11','\xfc','\x10','\x88','\x10','\x50','\xfd','\xfe','\x10','\x00','\x11','\xfc','\x15','\x24','\x19','\xfc','\x31','\x24','\xd1','\xfc','\x10','\x20','\x11','\xfc','\x10','\x20','\x53','\xfe','\x20','\x00','\x00','\x00','\x27','\xfc','\x14','\x04','\x14','\x04','\x85','\xf4','\x44','\x04','\x44','\x04','\x15','\xf4','\x15','\x14','\x25','\x14','\xe5','\x14','\x25','\xf4','\x24','\x04','\x24','\x04','\x24','\x14','\x04','\x08','\x00','\x20','\x01','\xfc','\x78','\x88','\x48','\x50','\x4b','\xfe','\x78','\x00','\x49','\xfc','\x49','\x24','\x79','\xfc','\x49','\x24','\x49','\xfc','\x48','\x20','\x79','\xfc','\x48','\x20','\x03','\xfe','\x00','\x00','\x02','\x00','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x00','\x7b','\xfc','\x4a','\x04','\x4a','\x04','\x4a','\xf4','\x7a','\x04','\x4a','\x04','\x4a','\xf4','\x4a','\x94','\x7a','\x94','\x4a','\x94','\x4a','\xf4','\x4a','\x04','\x4a','\x04','\x4a','\x14','\x9a','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x20','\x00','\x3f','\xfc','\x48','\x04','\x9f','\xe4','\x22','\x04','\x02','\x04','\xff','\xfc','\x02','\x04','\x22','\x24','\x22','\x24','\x3f','\xe4','\x00','\x28','\x00','\x10','\x02','\x08','\x21','\x10','\x10','\x00','\x17','\xfc','\x00','\x80','\x03','\xf8','\xf2','\x08','\x13','\xf8','\x12','\x08','\x13','\xf8','\x12','\x08','\x13','\xf8','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x00','\x11','\xfc','\x29','\x04','\x25','\x04','\x41','\x74','\xb9','\x04','\x11','\x04','\x11','\x74','\xfd','\x54','\x11','\x54','\x95','\x54','\x59','\x74','\x51','\x04','\x1d','\x04','\xe1','\x14','\x41','\x08','\x10','\x20','\x10','\x20','\x10','\x3e','\x10','\x20','\x54','\x20','\x55','\xfe','\x54','\x00','\x54','\x00','\x55','\xfe','\x54','\x20','\x54','\x28','\x5c','\x24','\x64','\x22','\x00','\x20','\x00','\x20','\x00','\x20','\x40','\x40','\x48','\x80','\x51','\xfc','\x61','\x04','\x45','\xfc','\x45','\x04','\x3d','\xfc','\x11','\x00','\x11','\xfe','\x11','\x00','\xfd','\xfe','\x10','\x02','\x12','\xaa','\x12','\xaa','\x12','\x02','\x10','\x0c','\x00','\x00','\x7f','\xfe','\x42','\x20','\x42','\x20','\x5f','\xfc','\x42','\x20','\x41','\x00','\x5f','\xfc','\x42','\x00','\x47','\xf8','\x4a','\x08','\x52','\x08','\x43','\xf8','\x40','\x00','\x7f','\xfe','\x00','\x00','\x08','\x00','\x0b','\xf8','\x12','\x08','\x23','\xf8','\x4a','\x08','\x0b','\xf8','\x10','\x00','\x33','\xfc','\x50','\x10','\x97','\xfe','\x10','\x10','\x12','\x10','\x11','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x08','\x20','\x08','\x20','\x17','\xfe','\x20','\x40','\x48','\x40','\x0b','\xfc','\x12','\x94','\x32','\x94','\x53','\xfc','\x90','\x40','\x10','\x24','\x15','\x22','\x15','\x0a','\x19','\x08','\x10','\xf8','\x10','\x00','\x00','\x20','\x20','\x20','\x13','\xfe','\x10','\x20','\x81','\xfc','\x40','\x00','\x4b','\xfe','\x0a','\x02','\x14','\x04','\x10','\x90','\xe0','\x90','\x20','\x90','\x20','\x90','\x21','\x12','\x21','\x12','\x02','\x0e','\x10','\x20','\x10','\x20','\x50','\x20','\x51','\xfc','\x7c','\x20','\x50','\x20','\x93','\xfe','\x10','\x08','\x1c','\x08','\xf1','\xfe','\x50','\x08','\x10','\x88','\x10','\x48','\x10','\x08','\x10','\x28','\x10','\x10','\x08','\x00','\x0e','\xfc','\x08','\x44','\xff','\x44','\x08','\x28','\x2a','\x10','\x49','\x28','\x08','\x44','\x1f','\xf2','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x70','\x1f','\x80','\x01','\x00','\x01','\x00','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc0','\x06','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x42','\x10','\x42','\x60','\x3e','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x00','\x1f','\xf8','\x11','\x00','\x1f','\xf0','\x11','\x00','\x1f','\xf0','\x11','\x00','\x1f','\xfc','\x00','\x04','\x29','\x24','\x44','\x94','\x00','\x08','\x01','\x00','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x12','\x10','\x11','\x10','\xff','\xfe','\x22','\x10','\x21','\x10','\x3f','\xfc','\x00','\x10','\x00','\x60','\x00','\x20','\x44','\x20','\x28','\x20','\x11','\xfc','\x29','\x24','\x49','\x24','\x89','\x24','\x09','\x24','\x19','\xfc','\x29','\x24','\x48','\x20','\x88','\x28','\x08','\x24','\x0b','\xfe','\x51','\x02','\x20','\x00','\x20','\x20','\x10','\x20','\x03','\xfe','\xfc','\x20','\x01','\xfc','\x78','\x00','\x03','\xfe','\x7a','\x02','\x04','\x04','\x78','\x90','\x48','\x90','\x48','\x90','\x48','\x90','\x79','\x12','\x49','\x12','\x02','\x0e','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\xfd','\x00','\x11','\xfe','\x31','\x20','\x39','\x20','\x55','\x3c','\x55','\x24','\x91','\x24','\x11','\x24','\x11','\x24','\x12','\x44','\x12','\x54','\x14','\x88','\x10','\x80','\x10','\xf8','\x11','\x08','\x13','\xfe','\xfd','\x12','\x11','\x22','\x39','\xfe','\x34','\x40','\x50','\xa2','\x53','\x54','\x90','\x98','\x13','\x34','\x10','\x54','\x10','\x92','\x13','\x50','\x10','\x20','\x00','\x00','\x0f','\xe0','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x78','\x3c','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x7f','\xfc','\x40','\x04','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x88','\x24','\x11','\x10','\x21','\x48','\x01','\x20','\x01','\x00','\x7f','\xfc','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x20','\x11','\xdc','\x11','\x14','\x11','\x14','\xfd','\x14','\x11','\xd4','\x31','\x26','\x39','\x00','\x55','\xdc','\x55','\x14','\x91','\x14','\x11','\xd4','\x17','\x08','\x11','\x08','\x11','\x14','\x11','\x22','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x80','\x20','\x80','\x20','\x80','\x2f','\xf8','\x28','\x88','\x28','\x88','\x2f','\xf8','\x48','\x88','\x48','\x88','\x8f','\xf8','\x08','\x08','\x04','\x20','\x02','\x10','\x01','\x3e','\xff','\xc0','\x02','\x22','\x1f','\xfa','\x10','\x16','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x2a','\x44','\x45','\x2c','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x01','\x00','\x01','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x01','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x04','\x40','\x08','\x20','\x10','\x10','\x00','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\x7f','\xfc','\x44','\x44','\x44','\x44','\x48','\x44','\x50','\x3c','\x60','\x04','\x40','\x04','\x7f','\xfc','\x40','\x04','\x40','\x04','\x7f','\xfc','\x40','\x04','\x02','\x20','\x42','\x20','\x2f','\xb8','\x22','\x48','\x0f','\x90','\x82','\x7c','\x4f','\x94','\x50','\x14','\x1f','\xfe','\x28','\x94','\xef','\x94','\x28','\xfc','\x2f','\x94','\x28','\x90','\x2a','\x90','\x09','\x30','\x02','\x00','\x02','\x3e','\xe2','\x08','\xbf','\xd0','\xa2','\x3e','\xaa','\xa2','\xaa','\xa2','\xaa','\xbe','\xaa','\xa2','\xaf','\xbe','\xe2','\x22','\xa2','\x22','\x02','\xbe','\x03','\x00','\x02','\x14','\x00','\x22','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x01','\x02','\x01','\x02','\x01','\x02','\x00','\xfe','\x00','\x00','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\x19','\xfc','\x55','\x04','\x51','\xfc','\x50','\x00','\x91','\xfc','\x10','\x08','\x10','\x10','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x10','\x20','\x08','\x20','\xff','\x20','\x00','\x3e','\x7e','\x44','\x42','\x44','\x7e','\x44','\x00','\xa4','\x7e','\x28','\x04','\x28','\x08','\x10','\x0f','\x10','\xf8','\x28','\x08','\x48','\x28','\x84','\x11','\x02','\x00','\x40','\x20','\x40','\x10','\x40','\x17','\xfc','\x80','\x40','\x42','\x48','\x4a','\x48','\x0a','\x48','\x12','\x48','\x13','\xf8','\xe0','\x48','\x20','\x40','\x20','\x42','\x20','\x42','\x20','\x3e','\x00','\x00','\x00','\x00','\x7b','\xfe','\x48','\x40','\x48','\x80','\x49','\x44','\x7a','\x24','\x48','\x68','\x48','\xb0','\x49','\x30','\x7a','\x28','\x48','\x68','\x48','\xa4','\x49','\x22','\x4a','\x20','\x48','\xa0','\x98','\x40','\x00','\x1e','\x23','\xe0','\x12','\x20','\x12','\x20','\x03','\xfe','\x02','\x20','\xf2','\xfc','\x12','\x84','\x12','\xfc','\x12','\x84','\x12','\xfc','\x14','\x84','\x14','\xfc','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x00','\x11','\xfe','\x10','\x20','\xfe','\x40','\x11','\xfc','\x55','\x04','\x55','\x04','\x55','\xfc','\x55','\x04','\x7d','\xfc','\x11','\x04','\x11','\x04','\x15','\xfc','\x18','\x88','\x11','\x04','\x02','\x02','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x02','\x00','\x7f','\xfc','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x00','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x10','\x10','\x3f','\xf8','\x00','\x08','\x10','\x20','\x10','\x20','\x28','\x20','\x25','\xfe','\x40','\x20','\xb9','\x24','\x11','\x24','\x11','\x24','\xfd','\x24','\x11','\xfc','\x94','\x24','\x58','\x20','\x50','\x22','\x1c','\x22','\xe0','\x1e','\x40','\x00','\x02','\x00','\x02','\x00','\x7f','\xfc','\x04','\x40','\x08','\x20','\x30','\x18','\xcf','\xe6','\x00','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x04','\x45','\x04','\x02','\x00','\x00','\x00','\x7e','\x7c','\x12','\x44','\x12','\x48','\x12','\x48','\x7e','\x50','\x12','\x48','\x12','\x48','\x7e','\x44','\x12','\x44','\x12','\x44','\x22','\x68','\x22','\x50','\x4a','\x40','\x84','\x40','\x00','\x40','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x41','\x04','\x42','\x84','\x42','\x44','\x44','\x24','\x48','\x14','\x50','\x14','\x40','\x04','\x40','\x04','\x40','\x14','\x40','\x08','\x08','\x00','\x08','\x00','\x0f','\xfe','\x12','\x00','\x12','\x00','\x22','\x00','\x43','\xf8','\x82','\x00','\x02','\x00','\x02','\x00','\x03','\xfc','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x88','\x20','\x88','\x20','\x88','\x20','\x88','\x24','\x88','\x24','\xe8','\x24','\x88','\x24','\x88','\x24','\x8a','\x24','\x8a','\x5f','\xfa','\x40','\x06','\x80','\x02','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x20','\xa0','\x20','\x90','\x7d','\xfe','\x91','\x20','\x13','\x20','\x11','\xfc','\xfd','\x20','\x11','\xfc','\x29','\x20','\x25','\x20','\x41','\xfe','\x81','\x00','\x20','\x10','\x10','\x94','\x02','\x54','\xfd','\x58','\x01','\x10','\x78','\x7e','\x00','\x10','\x7b','\x30','\x01','\x38','\x79','\x54','\x49','\x94','\x49','\x10','\x49','\x10','\x7a','\x80','\x4c','\x7e','\x00','\x00','\x45','\x18','\x25','\x14','\x2f','\x90','\x85','\x3e','\x47','\x28','\x42','\x68','\x0f','\xbe','\x2a','\xa8','\x2f','\xa8','\x42','\x3e','\xcf','\xa8','\x42','\x28','\x5f','\xe8','\x45','\x3e','\x48','\xa0','\x10','\x60','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x50','\xfc','\x88','\x11','\x04','\x12','\xfa','\x10','\x00','\x18','\x00','\x33','\xfe','\xd0','\x20','\x11','\x24','\x11','\x22','\x12','\x22','\x50','\xa0','\x20','\x40','\x10','\x00','\x10','\xf8','\x28','\x88','\x24','\x88','\x40','\xe8','\xb8','\xa8','\x10','\xa8','\x11','\xfc','\xfd','\x04','\x11','\x74','\x95','\x54','\x59','\x54','\x51','\x74','\x1d','\x04','\xe1','\x14','\x41','\x08','\x11','\x08','\x10','\x88','\x10','\x90','\x17','\xfe','\xf8','\x90','\x10','\x90','\x33','\xfc','\x3a','\x94','\x56','\x94','\x53','\x0c','\x92','\x04','\x13','\xfc','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x00','\x02','\x7f','\x22','\x48','\x2a','\x7f','\x2a','\x48','\x2a','\x7f','\x2a','\x48','\x2a','\x48','\x2a','\x7f','\xaa','\x00','\xaa','\xaa','\xaa','\xaa','\xaa','\xaa','\xaa','\x80','\xaa','\x05','\x42','\x02','\x82','\x10','\x00','\x11','\xfc','\x21','\x24','\x25','\xfc','\x45','\x24','\xf9','\xfc','\x10','\x20','\x21','\xfc','\x49','\x24','\xfd','\xfc','\x05','\x24','\x01','\xfc','\x54','\x20','\x54','\x22','\x80','\x22','\x00','\x1e','\x00','\x00','\x03','\xde','\xf8','\x42','\xa9','\x4a','\xa8','\x84','\xa9','\x4a','\xfa','\x52','\xac','\x20','\xa8','\x00','\xab','\xde','\xa8','\x52','\xf9','\x52','\x88','\x94','\x01','\x48','\x02','\x54','\x04','\x22','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x7f','\xfc','\x48','\x24','\x44','\x44','\x4f','\xe4','\x41','\x04','\x41','\x04','\x5f','\xf4','\x41','\x04','\x41','\x04','\x41','\x14','\x40','\x08','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfc','\x20','\x13','\xfe','\x32','\x8a','\x3a','\x52','\x56','\xfa','\x52','\x22','\x92','\x22','\x12','\xfa','\x12','\x22','\x12','\x22','\x12','\x2a','\x12','\x04','\x10','\x40','\x10','\x40','\x10','\x40','\xfe','\x7c','\x10','\x84','\x7c','\x88','\x55','\x20','\x7c','\x20','\x54','\x20','\x7c','\x50','\x10','\x50','\xfe','\x50','\x10','\x88','\x10','\x88','\x11','\x04','\x12','\x02','\x22','\x28','\x22','\x24','\xff','\x40','\x22','\x7e','\x3e','\xc8','\x09','\x48','\x7f','\x7e','\x49','\x48','\x7f','\x48','\x08','\x7e','\x7f','\x48','\x08','\x48','\xff','\x48','\x14','\x7e','\x22','\x40','\x41','\x40','\x00','\x80','\x20','\x80','\x10','\x80','\x10','\x80','\x8f','\xfe','\x41','\x08','\x41','\x08','\x12','\x08','\x12','\x10','\x26','\x10','\xe1','\xa0','\x20','\x40','\x20','\xa0','\x21','\x10','\x22','\x08','\x0c','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xfc','\x10','\x04','\x10','\x04','\x10','\x04','\x1f','\xfc','\x10','\x00','\x12','\x00','\x12','\x0c','\x12','\x30','\x13','\xc0','\x12','\x02','\x22','\x02','\x22','\x02','\x41','\xfe','\x80','\x00','\x00','\x48','\x3e','\x44','\x00','\x44','\x00','\x40','\xff','\xfe','\x00','\x40','\x00','\x40','\x00','\x40','\x7e','\x40','\x00','\x40','\x00','\x20','\x00','\x22','\x0f','\x12','\xf0','\x0a','\x40','\x06','\x00','\x02','\x00','\x80','\x20','\x80','\x11','\x00','\x11','\xfe','\x02','\x02','\x04','\x24','\xf0','\x20','\x11','\x28','\x11','\x24','\x12','\x22','\x14','\x22','\x10','\xa0','\x10','\x40','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x00','\x10','\x00','\x3f','\xfc','\x20','\x04','\x48','\x04','\x88','\x44','\x08','\x84','\x09','\x04','\x0e','\x04','\x08','\x14','\x08','\x14','\x08','\x14','\x07','\xf4','\x00','\x04','\x00','\x28','\x00','\x10','\x00','\x00','\x79','\xfe','\x49','\x00','\x49','\x00','\x79','\x7c','\x49','\x00','\x49','\x00','\x79','\xfe','\x49','\x50','\x49','\x52','\x79','\x54','\x01','\x48','\x51','\x48','\x4a','\x44','\x8a','\x52','\x04','\x60','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x41','\x04','\x42','\x84','\x44','\x44','\x49','\x24','\x51','\x04','\x41','\x04','\x42','\x84','\x42','\x44','\x44','\x44','\x48','\x04','\x40','\x14','\x40','\x08','\x10','\x00','\x10','\x00','\x11','\xfc','\x7c','\x20','\x54','\x20','\x54','\x20','\x54','\x20','\x54','\x20','\x7c','\x20','\x50','\x20','\x10','\x20','\x14','\x20','\x1e','\x20','\xe2','\x20','\x43','\xfe','\x00','\x00','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\xff','\xfe','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x0f','\xf0','\x08','\x10','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x02','\x20','\x0f','\x20','\xf0','\x20','\x01','\x20','\x91','\x20','\x4a','\x20','\x00','\x20','\xfe','\x20','\x04','\x20','\x08','\x20','\x0f','\x20','\xf8','\x22','\x48','\x22','\x08','\x22','\x28','\x1e','\x10','\x00','\x04','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x80','\x02','\x80','\x02','\x80','\x04','\x40','\x04','\x40','\x08','\x20','\x08','\x20','\x10','\x10','\x20','\x10','\x40','\x08','\x80','\x06','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x7c','\xfe','\x44','\x22','\x44','\x22','\x44','\x22','\x44','\x42','\x44','\x24','\x44','\x14','\x44','\x08','\x44','\x14','\x44','\x22','\x7c','\x42','\x44','\x80','\x00','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x80','\x20','\x80','\x20','\x88','\x2e','\xd0','\x22','\xe0','\x22','\xa0','\x24','\xa0','\x44','\x90','\x48','\x88','\x92','\x84','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\xff','\xfe','\x08','\x10','\x08','\x78','\x0b','\xc0','\x10','\x40','\x10','\x40','\x30','\x40','\x30','\x40','\x5f','\xfe','\x90','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x17','\xfc','\x10','\x00','\x10','\x08','\x10','\x3c','\x11','\xe0','\x10','\x20','\xfc','\x20','\x24','\x20','\x24','\x20','\x27','\xfe','\x24','\x20','\x48','\x20','\x28','\x20','\x10','\x20','\x28','\x20','\x44','\x20','\x85','\xfc','\x00','\x00','\x00','\x00','\x3f','\xf8','\x02','\x08','\x12','\x08','\x12','\x08','\x24','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x20','\x00','\x13','\xfc','\x00','\x44','\xfd','\x44','\x01','\x44','\x7a','\x84','\x00','\x94','\x79','\x08','\x02','\x40','\x78','\x20','\x48','\xa4','\x4a','\x82','\x4a','\x8a','\x7a','\x8a','\x44','\x78','\x00','\x00','\x00','\x00','\x47','\xfc','\x20','\x40','\x2f','\xfe','\x08','\x42','\x83','\x58','\x40','\x40','\x53','\x58','\x10','\x00','\x2f','\xfe','\xe0','\x40','\x27','\xfc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x04','\x0c','\x40','\x00','\x23','\xfe','\x21','\x24','\xfa','\x22','\x17','\xfe','\x12','\x22','\x23','\x76','\x32','\xaa','\x6b','\x76','\xaa','\x22','\x23','\x76','\x22','\xaa','\x23','\x76','\x22','\x22','\x22','\x2a','\x22','\x04','\x20','\x80','\x10','\x80','\x10','\x80','\xf8','\xfe','\x09','\x02','\x11','\x04','\x12','\x20','\x38','\x20','\x54','\xa8','\x94','\xa4','\x11','\x24','\x11','\x22','\x12','\x22','\x10','\x20','\x10','\xa0','\x10','\x40','\x01','\x00','\x7f','\xfe','\x41','\x02','\x94','\x94','\x14','\xa8','\x23','\xe8','\x00','\x00','\x3f','\xf8','\x24','\x48','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x00','\x1f','\xf8','\x2a','\x48','\x44','\x48','\x0a','\x88','\x11','\x08','\x22','\xa8','\x04','\x10','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x00','\x88','\x44','\x88','\x2b','\xfe','\x10','\x88','\x28','\x88','\x48','\x00','\x89','\xfc','\x09','\x24','\x19','\x24','\x29','\x24','\x49','\xfc','\x89','\x24','\x09','\x24','\x09','\x24','\x51','\xfc','\x21','\x04','\x10','\x40','\x10','\x40','\x7c','\x40','\x10','\xf8','\xfe','\x48','\x44','\x48','\x92','\xc8','\x7c','\x48','\x10','\xaa','\x1c','\xaa','\xe1','\x06','\x42','\x02','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x10','\x00','\x10','\x00','\x1f','\xfc','\x20','\x80','\x20','\x80','\x40','\x80','\x1f','\xf8','\x10','\x80','\x10','\x80','\x10','\x80','\xff','\xfe','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x0a','\x20','\x31','\x18','\xc1','\x06','\x0f','\xe0','\x00','\x40','\x00','\x80','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x44','\x12','\x22','\x11','\xf8','\x14','\x08','\x18','\x50','\x30','\x20','\xd0','\xa4','\x12','\x82','\x12','\x8a','\x12','\x8a','\x54','\x78','\x20','\x00','\x21','\x10','\x21','\x14','\x21','\xd2','\x22','\x50','\xfa','\x7e','\x25','\x50','\x20','\x90','\x2a','\xa8','\x31','\x28','\xe1','\x44','\x22','\x44','\x24','\x82','\x20','\x08','\x22','\xa4','\xa2','\x52','\x44','\x52','\x11','\x10','\x11','\x14','\x11','\xd2','\x16','\x50','\x5a','\x7e','\x55','\x50','\x50','\x90','\x92','\xa8','\x11','\x28','\x11','\x44','\x12','\x44','\x2c','\x82','\x24','\x08','\x42','\xa4','\x42','\x52','\x84','\x52','\x10','\x20','\x10','\x20','\x94','\x20','\x54','\x20','\x58','\x3e','\x10','\x20','\xfc','\x20','\x30','\x20','\x39','\xfc','\x55','\x04','\x55','\x04','\x91','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x00','\x00','\x3f','\xf0','\x04','\x10','\x04','\x20','\x04','\x20','\x04','\x40','\x04','\x7c','\x04','\x04','\x08','\x04','\x08','\x04','\x08','\x04','\x10','\x04','\x10','\x04','\x20','\x04','\x40','\x28','\x80','\x10','\x00','\x00','\x07','\xfe','\xf8','\x90','\x08','\x90','\x13','\xfc','\x12','\x94','\x22','\x94','\x7a','\x94','\x0a','\x9c','\x0b','\x04','\x4a','\x04','\x33','\xfc','\x12','\x04','\x2c','\x00','\x43','\xfe','\x80','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x7f','\xf8','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x18','\x00','\x24','\x00','\x43','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x30','\x1c','\x68','\x2a','\xa4','\xc9','\x22','\x08','\x20','\x09','\x20','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x01','\x00','\x7f','\xfc','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x94','\x52','\x2f','\xe8','\x44','\x44','\x1f','\xf0','\x04','\x40','\x7f','\xfc','\x05','\x08','\x18','\x90','\xea','\x60','\x0c','\x18','\x10','\x42','\x12','\x22','\x11','\x24','\x11','\x04','\x18','\x08','\x54','\x00','\x52','\x0a','\x52','\x8a','\x92','\x52','\x12','\x22','\x12','\x52','\x12','\x8a','\x13','\x0a','\x12','\x02','\x13','\xfe','\x10','\x02','\x00','\x90','\x23','\xfc','\x12','\x94','\x13','\xfc','\x82','\x94','\x43','\xfc','\x48','\x00','\x0b','\xfc','\x12','\x00','\x12','\xf8','\xe2','\x00','\x23','\xfe','\x25','\x20','\x25','\x14','\x25','\x48','\x09','\x86','\x10','\x20','\x10','\x20','\x20','\x20','\x25','\xfe','\x45','\x22','\xf9','\x22','\x11','\x22','\x21','\x22','\x49','\x52','\xfd','\x4a','\x05','\x8a','\x01','\x02','\x55','\x02','\x55','\x02','\x81','\x0a','\x01','\x04','\x10','\x40','\x24','\x44','\x42','\x48','\xff','\x70','\x01','\x40','\x00','\x42','\x7e','\x42','\x42','\x3e','\x42','\x00','\x7e','\x44','\x42','\x48','\x42','\x70','\x7e','\x40','\x42','\x42','\x4a','\x42','\x44','\x3e','\x00','\x42','\x7a','\x22','\x49','\x24','\x49','\x04','\x48','\x08','\x78','\x00','\x4a','\x0a','\x4a','\x8a','\x4a','\x52','\x7a','\x22','\x4a','\x52','\x4a','\x8a','\x4b','\x0a','\x4a','\x02','\x4b','\xfe','\x98','\x02','\x00','\x50','\x3d','\xfc','\x25','\x54','\x25','\xfc','\x25','\x54','\x3d','\xfc','\x24','\x00','\x25','\xfe','\x25','\x00','\x3d','\x7c','\x25','\x00','\x25','\xfe','\x25','\x50','\x45','\x54','\x55','\x48','\x8a','\x66','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x00','\x00','\x3f','\xfc','\x20','\x00','\x2f','\xf8','\x20','\x00','\x3f','\xfe','\x28','\x88','\x48','\x50','\x4a','\x30','\x8c','\x0e','\x00','\x00','\x7f','\x7c','\x01','\x44','\x01','\x44','\x7d','\x7c','\x01','\x44','\x01','\x44','\x7d','\x7c','\x45','\x44','\x45','\x44','\x7d','\x7c','\x45','\x28','\x01','\x28','\x01','\x4a','\x0a','\x4a','\x04','\x86','\x00','\x00','\x3f','\xf0','\x12','\x10','\x09','\x20','\x04','\x40','\x03','\x80','\x1c','\x70','\xe1','\x0e','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x00','\x01','\x08','\x7f','\xfc','\x20','\x04','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x20','\x00','\x20','\x00','\x20','\x02','\x20','\x02','\x20','\x02','\x1f','\xfe','\x00','\x00','\x10','\x00','\x11','\xfc','\x11','\x24','\x11','\x24','\xfd','\x24','\x11','\x24','\x11','\x24','\x15','\xfc','\x19','\x04','\x31','\x00','\xd1','\x00','\x11','\x00','\x11','\x02','\x11','\x02','\x50','\xfe','\x20','\x00','\x20','\x78','\x27','\xc0','\x22','\x48','\x21','\x50','\xfb','\xfc','\x21','\x50','\x22','\x48','\x2c','\x06','\x33','\xf8','\xe2','\x48','\x22','\x48','\x23','\xf8','\x22','\x48','\x22','\x48','\xa3','\xf8','\x42','\x08','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x22','\x00','\x7f','\x7c','\x22','\x44','\x3e','\x44','\x08','\x7c','\x7f','\x44','\x49','\x44','\x7f','\x7c','\x08','\x44','\xff','\x54','\x08','\x88','\x10','\x00','\x11','\xfc','\x11','\x24','\x11','\x24','\xfd','\x24','\x11','\x24','\x31','\x24','\x39','\xfc','\x55','\x04','\x55','\x00','\x91','\x00','\x11','\x00','\x11','\x02','\x11','\x02','\x10','\xfe','\x10','\x00','\x00','\x20','\x20','\x20','\x10','\x20','\x13','\xfe','\x82','\x22','\x42','\x24','\x4a','\x20','\x0b','\xfc','\x12','\x84','\x12','\x88','\xe2','\x48','\x22','\x50','\x22','\x20','\x24','\x50','\x24','\x88','\x09','\x06','\x00','\x08','\x20','\x3c','\x17','\xc0','\x14','\x00','\x84','\x1c','\x45','\xe0','\x45','\x20','\x15','\x22','\x15','\x24','\x25','\x28','\xe5','\x10','\x25','\x10','\x25','\x08','\x29','\x44','\x29','\x82','\x11','\x00','\x00','\x00','\xfe','\xfe','\x10','\x10','\x10','\x10','\x7c','\x7c','\x10','\x10','\x10','\x10','\xfe','\xfe','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x02','\x20','\x02','\x1f','\xfe','\x00','\x10','\x00','\x10','\xfc','\x10','\x11','\xfe','\x11','\x12','\x21','\x14','\x3d','\x10','\x65','\xfc','\x65','\x44','\xa5','\x44','\x25','\x28','\x25','\x28','\x3d','\x10','\x26','\x28','\x22','\x44','\x04','\x82','\x20','\x20','\x13','\xfe','\x92','\x22','\x42','\x20','\x4b','\xfc','\x12','\x84','\xe4','\x48','\x24','\x30','\x29','\xce','\x04','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x00','\x00','\x1f','\xf8','\x11','\x00','\x1f','\xf0','\x11','\x00','\x1f','\xf0','\x11','\x00','\x1f','\xfc','\x00','\x04','\x29','\x24','\x44','\x94','\x00','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x00','\x20','\x02','\x20','\x02','\x20','\x02','\x1f','\xfe','\x00','\x00','\x00','\x00','\x3f','\xf8','\x21','\x00','\x3f','\xf0','\x21','\x00','\x3f','\xf0','\x21','\x00','\x21','\x00','\x3f','\xf8','\x00','\x08','\x12','\x48','\x49','\x28','\x49','\x28','\x80','\x08','\x00','\x50','\x00','\x20','\x08','\x90','\x08','\x90','\x08','\x90','\x17','\x9e','\x10','\x90','\x30','\x90','\x30','\x90','\x53','\x9c','\x90','\x90','\x10','\x90','\x10','\x90','\x17','\x9e','\x10','\x90','\x10','\x90','\x10','\x90','\x10','\x90','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x40','\x2f','\x50','\x21','\x24','\x2a','\x18','\x24','\x08','\x3b','\xf6','\x21','\x20','\x21','\x20','\x2f','\xfc','\x21','\x20','\x42','\x24','\x44','\x24','\x88','\x1c','\x10','\x00','\x13','\xfe','\x10','\x20','\x10','\x20','\xfd','\xfc','\x10','\x20','\x10','\x20','\x15','\xfc','\x18','\x20','\x30','\x20','\xd3','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x50','\x20','\x20','\x20','\x10','\x90','\x10','\x90','\x10','\x90','\x17','\x9e','\xf8','\x90','\x10','\x90','\x10','\x90','\x1b','\x9c','\x30','\x90','\xd0','\x90','\x10','\x90','\x17','\x9e','\x10','\x90','\x10','\x90','\x50','\x90','\x20','\x90','\x00','\x40','\x7c','\x40','\x44','\x80','\x44','\xfe','\x7d','\x08','\x45','\x08','\x46','\x88','\x7c','\x88','\x44','\x88','\x44','\x50','\x7c','\x50','\x00','\x20','\x28','\x50','\x24','\x88','\x45','\x04','\x82','\x02','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x20','\x10','\x40','\x38','\x40','\x34','\xd0','\x51','\x48','\x52','\x44','\x94','\x44','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x00','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x05','\x70','\x09','\x0c','\x31','\x02','\xc1','\x00','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x08','\x40','\x48','\x80','\x49','\xfc','\x49','\x24','\x49','\x24','\x7d','\xfc','\x41','\x24','\x41','\x44','\x79','\xfc','\x48','\x90','\x49','\x10','\x4b','\xfe','\x48','\x10','\x48','\x10','\x48','\x10','\x88','\x10','\x04','\x80','\x04','\x98','\x7c','\xe0','\x04','\x84','\x1c','\x84','\xe4','\x7c','\x40','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x00','\x20','\x3c','\x20','\x24','\x20','\x27','\xfe','\x24','\x20','\x3c','\x20','\x25','\xfc','\x25','\x24','\x25','\x24','\x3d','\x24','\x25','\x24','\x25','\x34','\x25','\x28','\x44','\x20','\x54','\x20','\x88','\x20','\x04','\x40','\x7c','\x7c','\x04','\x40','\x3c','\x78','\x04','\x40','\x7c','\x7c','\x05','\x40','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\xff','\xfe','\x01','\x00','\x01','\x00','\x00','\x00','\xfe','\x00','\x28','\xf8','\x28','\x08','\xfe','\x08','\xaa','\x08','\xaa','\x08','\xaa','\xf8','\xae','\x88','\xc2','\x80','\x82','\x80','\xfe','\x80','\x82','\x82','\x82','\x82','\xfe','\x7e','\x82','\x00','\x08','\x80','\x08','\x40','\x0b','\xfc','\x10','\x00','\x12','\x08','\x31','\x08','\x31','\x10','\x57','\xfe','\x90','\x00','\x10','\x00','\x13','\xfc','\x12','\x04','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x10','\x40','\x10','\x20','\x11','\xfc','\x10','\x00','\x11','\x08','\xfc','\x90','\x10','\x00','\x13','\xfe','\x10','\x00','\x10','\x00','\x11','\xfc','\x1d','\x04','\xe1','\x04','\x41','\x04','\x01','\xfc','\x01','\x04','\x21','\x10','\x21','\x10','\x21','\x10','\x27','\xfc','\xf9','\x10','\x29','\xf0','\x29','\x10','\x29','\xf0','\x48','\x40','\x4f','\xfe','\x28','\x40','\x10','\xe0','\x11','\x50','\x2a','\x4e','\x44','\x44','\x80','\x40','\x11','\x00','\x11','\x00','\x11','\xfc','\x12','\x00','\xfd','\xf8','\x11','\x08','\x39','\x48','\x35','\x28','\x57','\xfe','\x51','\x08','\x92','\x48','\x12','\x28','\x13','\xfc','\x10','\x08','\x10','\x50','\x10','\x20','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\xfc','\x88','\x10','\xf8','\x30','\x88','\x38','\x88','\x54','\xf8','\x54','\x20','\x93','\xfe','\x10','\x70','\x10','\xa8','\x11','\x24','\x12','\x22','\x10','\x20','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\x54','\x88','\x58','\xf8','\x50','\x88','\x90','\x88','\x10','\xf8','\x10','\x20','\x13','\xfe','\x28','\x70','\x24','\xa8','\x45','\x24','\x42','\x22','\x80','\x20','\x00','\x00','\x45','\xfc','\x29','\x04','\x11','\x04','\x29','\xfc','\x49','\x04','\x89','\x04','\x09','\xfc','\x19','\x04','\x29','\x04','\x49','\xfc','\x88','\x00','\x08','\x88','\x08','\x84','\x51','\x02','\x22','\x02','\x00','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\x10','\x10','\x20','\x08','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x40','\x02','\x84','\x44','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x44','\x10','\x44','\x20','\x3c','\x00','\x40','\x7c','\x20','\x45','\xfc','\x44','\x00','\x7d','\x08','\x44','\x90','\x44','\x00','\x7d','\xfe','\x44','\x00','\x44','\x00','\x7d','\xfc','\x01','\x04','\x29','\x04','\x25','\x04','\x45','\xfc','\x81','\x04','\x00','\x40','\x7c','\x20','\x45','\xfc','\x48','\x00','\x49','\x08','\x50','\x90','\x48','\x00','\x4b','\xfe','\x44','\x00','\x44','\x00','\x45','\xfc','\x69','\x04','\x51','\x04','\x41','\x04','\x41','\xfc','\x41','\x04','\x00','\x80','\x20','\x40','\x17','\xfc','\x10','\x00','\x03','\xf8','\x00','\x00','\xf3','\xf8','\x10','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x00','\x11','\xfc','\x11','\x24','\x7d','\xfc','\x55','\x24','\x55','\xfc','\x54','\x20','\x55','\xfc','\x7d','\x24','\x51','\xfc','\x11','\x24','\x15','\xfc','\x1c','\x20','\xe4','\x22','\x40','\x22','\x00','\x1e','\x08','\x00','\x1d','\xfc','\xf0','\x20','\x10','\x20','\x11','\x24','\xfc','\xa4','\x10','\xa8','\x30','\x20','\x3b','\xfe','\x54','\x20','\x54','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x20','\x04','\x21','\xe4','\x3c','\x24','\x50','\x24','\x90','\x24','\x11','\xe4','\x11','\x04','\xff','\x04','\x11','\x04','\x11','\xe4','\x10','\x24','\x28','\x24','\x24','\x24','\x44','\x24','\x41','\x44','\x80','\x84','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x0c','\x20','\x70','\x20','\x10','\xa4','\x10','\xa4','\xfc','\xa8','\x31','\x20','\x38','\x20','\x54','\x50','\x50','\x50','\x90','\x88','\x11','\x04','\x12','\x02','\x08','\x40','\x08','\x40','\x08','\x80','\x13','\xfc','\x12','\x04','\x32','\x04','\x32','\x04','\x52','\x04','\x93','\xfc','\x12','\x04','\x12','\x04','\x12','\x04','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x00','\x04','\x7e','\x04','\x02','\x04','\x3e','\x24','\x02','\x24','\xff','\xa4','\x08','\x24','\x09','\x24','\x49','\x24','\x2a','\x24','\x1c','\x24','\x2a','\x24','\xc9','\x04','\x09','\x04','\x28','\x14','\x10','\x08','\x20','\x50','\x20','\x48','\x2f','\xfe','\x20','\x40','\x27','\xfc','\xfc','\x44','\x27','\xfc','\x24','\x44','\x27','\xfc','\x24','\x44','\x20','\x08','\x2f','\xfe','\x22','\x08','\x21','\x08','\x21','\x28','\x20','\x10','\x10','\x20','\x10','\x20','\x10','\x40','\x11','\xfc','\xfd','\x04','\x11','\x04','\x11','\x04','\x15','\x04','\x19','\xfc','\x31','\x04','\xd1','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x51','\xfc','\x21','\x04','\x10','\x20','\x10','\x20','\x10','\x40','\x11','\xfc','\xfd','\x04','\x11','\x04','\x31','\x04','\x39','\x04','\x55','\xfc','\x55','\x04','\x91','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x00','\x40','\x20','\x40','\x10','\x80','\x13','\xfc','\x82','\x04','\x42','\x04','\x4a','\x04','\x0a','\x04','\x13','\xfc','\x12','\x04','\xe2','\x04','\x22','\x04','\x22','\x04','\x22','\x04','\x23','\xfc','\x02','\x04','\x01','\x00','\x02','\x00','\x04','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x28','\x10','\x40','\x09','\xfc','\x49','\x04','\x21','\x04','\x25','\x04','\x05','\xfc','\x09','\x04','\x71','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x20','\x10','\x20','\x94','\x40','\x55','\xfc','\x59','\x04','\x11','\x04','\xfd','\x04','\x31','\x04','\x39','\xfc','\x55','\x04','\x55','\x04','\x91','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x08','\x10','\x10','\x10','\x3e','\x20','\x22','\xfc','\x32','\x84','\x2a','\x84','\x2a','\x84','\xfe','\x84','\x22','\xfc','\x32','\x84','\x2a','\x84','\x2a','\x84','\x22','\x84','\x42','\x84','\x4a','\xfc','\x84','\x84','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x48','\x27','\xfc','\x10','\x40','\x13','\xf8','\x82','\x48','\x43','\xf8','\x4a','\x48','\x0b','\xf8','\x12','\x48','\xf0','\x10','\x27','\xfc','\x22','\x10','\x21','\x30','\x00','\x40','\x20','\x40','\x10','\x80','\x13','\xf8','\x02','\x08','\x02','\x08','\xf2','\x08','\x13','\xf8','\x12','\x08','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x03','\xf8','\x02','\x08','\xf3','\xf8','\x92','\x08','\x93','\xf8','\x91','\x10','\x97','\xfc','\xf1','\x10','\x9f','\xfe','\x91','\x10','\x92','\x48','\x95','\x54','\xf0','\xe0','\x91','\x50','\x02','\x48','\x00','\xc0','\x01','\x10','\x21','\x10','\x17','\xfc','\x11','\x10','\x80','\x00','\x43','\xf8','\x4a','\x08','\x0b','\xf8','\x12','\x08','\x13','\xf8','\xe0','\x40','\x27','\xfc','\x20','\xa0','\x21','\x10','\x22','\x08','\x0c','\x06','\x11','\xfc','\x11','\x04','\x11','\xfc','\x15','\x04','\x59','\xfc','\x50','\x88','\x53','\xfe','\x90','\x88','\x17','\xfe','\x10','\x88','\x11','\x24','\x2a','\xaa','\x24','\x70','\x40','\xa8','\x41','\x24','\x80','\x60','\x10','\x28','\x10','\x24','\x23','\xfe','\x24','\x20','\x45','\xfc','\xf9','\x24','\x11','\xfc','\x21','\x24','\x49','\xfc','\xfd','\x24','\x04','\x08','\x03','\xfe','\x54','\x88','\x54','\x48','\x80','\x48','\x00','\x18','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x00','\x02','\x7f','\x22','\x48','\x14','\x7f','\x08','\x48','\x14','\x7f','\x22','\x48','\x42','\x48','\x00','\x7f','\xa2','\x00','\xa2','\xaa','\x94','\xaa','\x94','\xaa','\x88','\x80','\x94','\x05','\x24','\x02','\x42','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x08','\x00','\x1f','\xf0','\x28','\x20','\x44','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x00','\x00','\x3f','\xf0','\x00','\x20','\x00','\x40','\x51','\x94','\x49','\x24','\x45','\x44','\x41','\x04','\x45','\x44','\x49','\x24','\x51','\x14','\x45','\x04','\x42','\x04','\x40','\x04','\x7f','\xfc','\x00','\x04','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x88','\x00','\x08','\xfc','\x7e','\x84','\x08','\x84','\x18','\xfc','\x1c','\x84','\x2a','\x84','\x2a','\xfc','\x48','\x84','\x88','\x84','\x08','\xfc','\x00','\x00','\x00','\x50','\xfc','\x48','\x10','\x84','\x11','\x24','\x20','\x20','\x3c','\x50','\x64','\x88','\x65','\x06','\xa6','\xf8','\x24','\x88','\x24','\x88','\x3c','\x88','\x24','\x88','\x20','\xf8','\x00','\x88','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x82','\x00','\x1f','\xd0','\x02','\x20','\xff','\xfe','\x03','\x00','\x0f','\xf0','\x38','\x10','\xcf','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x08','\x40','\x3e','\x7e','\x22','\xa8','\x3e','\x10','\x20','\x6e','\x41','\x00','\x9f','\xf0','\x01','\x10','\xff','\xfe','\x01','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\xf0','\x1f','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x40','\x10','\x7c','\x10','\x40','\x13','\xfc','\xfe','\x44','\x13','\xf0','\x32','\x44','\x3a','\xfc','\x56','\xa8','\x52','\xf8','\x92','\xa8','\x12','\xf8','\x12','\x00','\x15','\xfc','\x15','\x54','\x1b','\xfe','\x20','\x78','\x27','\xc0','\x22','\x48','\xf9','\x50','\xab','\xfc','\xa9','\x50','\xaa','\x48','\xac','\x06','\xab','\xf8','\xaa','\x48','\xaa','\x48','\xbb','\xf8','\x22','\x48','\x22','\x48','\x23','\xf8','\x22','\x08','\x00','\x00','\x3c','\xf0','\x24','\x90','\x24','\x90','\x24','\x90','\x3c','\x90','\x24','\x90','\x24','\x90','\x24','\x90','\x3c','\x90','\x24','\x90','\x24','\x92','\x24','\x92','\x45','\x12','\x55','\x0e','\x8a','\x00','\x10','\x00','\x11','\xfc','\x11','\x24','\x11','\x24','\x55','\x24','\x59','\x24','\x51','\x24','\x91','\xfc','\x11','\x24','\x11','\x24','\x11','\x24','\x29','\x24','\x25','\x24','\x45','\xfc','\x41','\x04','\x80','\x00','\x01','\x00','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x00','\x00','\x00','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x20','\x08','\x20','\x08','\x20','\x08','\x10','\x10','\x10','\x10','\x08','\x20','\x08','\x20','\x04','\x40','\x02','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\x20','\x43','\xfe','\xb8','\x20','\x10','\x70','\x10','\x70','\xfc','\xa8','\x10','\xa8','\x95','\x24','\x5a','\xfa','\x54','\x20','\x1c','\x20','\xe0','\x20','\x40','\x20','\x00','\x10','\x23','\xd4','\x10','\x58','\x14','\x52','\x82','\x8c','\x41','\x08','\x42','\x04','\x15','\xfa','\x10','\x90','\x20','\x90','\xe7','\xfe','\x20','\x90','\x21','\x10','\x21','\x12','\x22','\x12','\x04','\x0e','\x00','\x90','\x7e','\xa0','\x02','\x44','\x44','\x48','\x28','\x30','\x10','\x10','\x20','\x08','\xdf','\xf6','\x04','\x40','\x04','\x40','\x7f','\xfc','\x04','\x40','\x08','\x40','\x08','\x44','\x10','\x44','\x60','\x3c','\x00','\x08','\xfe','\xec','\x28','\x28','\x28','\xaa','\xfe','\x44','\xaa','\x44','\xaa','\x84','\xab','\x7a','\xae','\x28','\xc2','\x28','\x82','\xfe','\xfe','\x28','\x82','\x28','\x82','\x4a','\xfe','\x4a','\x82','\x86','\x3e','\x04','\x20','\x18','\x3e','\x60','\x20','\x04','\x3e','\x18','\x20','\x62','\xff','\x04','\x22','\x18','\x7f','\x60','\x01','\x00','\xff','\xfe','\x04','\x00','\x0f','\xf0','\x12','\x20','\x61','\xc0','\x0e','\x3c','\x08','\x90','\x08','\x88','\x08','\x88','\x10','\x80','\x10','\xbe','\x37','\xc0','\x30','\x80','\x50','\x44','\x90','\x44','\x10','\x48','\x10','\x30','\x10','\x22','\x10','\x52','\x11','\x8a','\x16','\x06','\x10','\x02','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x08','\x00','\x04','\x04','\x7f','\xa4','\x00','\x24','\x3f','\x24','\x00','\x24','\x3f','\x24','\x00','\x24','\x3f','\x24','\x21','\x04','\x3f','\x14','\x21','\x08','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\xfb','\xfe','\x10','\x80','\x14','\x80','\x18','\xfc','\x31','\x44','\xd1','\x44','\x11','\x48','\x12','\x50','\x12','\x20','\x14','\x50','\x58','\x88','\x23','\x06','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x88','\xa0','\x08','\x90','\x10','\x80','\x30','\xfc','\x57','\x80','\x90','\x48','\x10','\x50','\x10','\x24','\x10','\x54','\x11','\x8c','\x16','\x04','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x45','\x44','\x49','\x24','\x59','\xf4','\x6f','\x24','\x49','\x44','\x48','\x84','\x49','\x54','\x4a','\x34','\x48','\x14','\x40','\x0c','\x20','\x40','\x20','\x80','\x21','\xfc','\x21','\x04','\xf9','\xfc','\x29','\x04','\x29','\xfc','\x29','\x00','\x29','\xfe','\x29','\x00','\x2b','\xfe','\x2c','\x02','\x4a','\xaa','\x42','\xaa','\x82','\x02','\x00','\x0c','\x02','\x00','\x01','\x02','\x77','\xdc','\x50','\x10','\x54','\x50','\x52','\x90','\x57','\xde','\x51','\x14','\x51','\x14','\x57','\xd4','\x71','\x14','\x55','\x94','\x05','\x54','\x09','\x24','\x05','\x24','\x02','\x44','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x10','\x00','\x13','\xfe','\x12','\x02','\x1e','\xfa','\xe2','\x8a','\x42','\xfa','\x02','\x02','\x02','\x0a','\x02','\x04','\x10','\x20','\x10','\x20','\x10','\x50','\x7c','\x50','\x54','\x88','\x55','\x04','\x56','\xfa','\x54','\x00','\x7c','\x00','\x50','\xf8','\x10','\x88','\x14','\x88','\x1e','\x88','\xe2','\x88','\x40','\xf8','\x00','\x88','\x09','\x00','\x08','\x80','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x11','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x08','\x40','\x0a','\x44','\x09','\x48','\x11','\x50','\x10','\x40','\x37','\xfc','\x30','\x40','\x50','\x40','\x90','\x40','\x1f','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x04','\x04','\x44','\x84','\x24','\x84','\x25','\x24','\x04','\x24','\x7f','\xa4','\x04','\x24','\x04','\x24','\x04','\x24','\xff','\xe4','\x04','\x24','\x08','\x24','\x08','\x04','\x10','\x04','\x20','\x14','\x40','\x08','\x01','\x00','\x21','\x08','\x11','\x08','\x09','\x10','\x09','\x20','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x10','\x00','\xf8','\x3f','\x00','\x20','\x00','\x20','\x00','\x3f','\xf8','\x24','\x08','\x24','\x10','\x22','\x10','\x22','\x20','\x21','\x40','\x20','\x80','\x41','\x40','\x42','\x20','\x8c','\x18','\x30','\x06','\x10','\x08','\x10','\x1c','\x95','\xe0','\x59','\x00','\x11','\x00','\x7d','\xfc','\x11','\x44','\x11','\x44','\xff','\x44','\x11','\x28','\x11','\x28','\x11','\x10','\x21','\x10','\x22','\x28','\x42','\x44','\x84','\x82','\x10','\x00','\x11','\xf0','\x11','\x10','\x7d','\x10','\x55','\x10','\x55','\x10','\x55','\x90','\x55','\x50','\x55','\x50','\x55','\x10','\x55','\x10','\x5d','\x12','\x11','\x12','\x12','\x12','\x12','\x0e','\x14','\x00','\x21','\x00','\x22','\x3c','\x27','\xa4','\x24','\xa4','\xf6','\xa4','\x25','\xa4','\x24','\xc2','\x2f','\x80','\x34','\xbc','\xe4','\xa4','\x26','\xa4','\x25','\xa4','\x24','\x94','\x24','\x88','\xa4','\x94','\x49','\xa2','\x00','\x00','\x02','\x00','\xf9','\x3e','\x21','\x08','\x2f','\xc8','\x20','\x88','\x24','\x88','\xfa','\x88','\x22','\xbe','\x21','\x08','\x21','\x08','\x3a','\x88','\xe2','\x88','\x44','\x48','\x08','\x7e','\x00','\x00','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\xfd','\x00','\x11','\xfc','\x31','\x44','\x39','\x44','\x55','\x44','\x55','\x28','\x91','\x28','\x11','\x10','\x11','\x10','\x12','\x28','\x12','\x44','\x14','\x82','\x00','\x00','\x23','\xf8','\x12','\x08','\x12','\x08','\x82','\x08','\x42','\x08','\x4a','\x08','\x0a','\x08','\x12','\x50','\x12','\x20','\xe2','\x00','\x22','\x02','\x22','\x02','\x22','\x02','\x21','\xfe','\x00','\x00','\x00','\x00','\x23','\xf0','\x12','\x10','\x12','\x10','\x82','\x10','\x43','\x10','\x52','\x90','\x12','\x50','\x12','\x50','\x22','\x10','\xe2','\x10','\x22','\x12','\x24','\x12','\x24','\x12','\x28','\x0e','\x10','\x00','\x08','\x08','\x48','\x1c','\x49','\xe0','\x49','\x00','\x49','\x00','\x7d','\xfc','\x41','\x44','\x41','\x44','\x79','\x44','\x49','\x28','\x49','\x28','\x49','\x10','\x49','\x10','\x4a','\x28','\x4a','\x44','\x8c','\x82','\x00','\x00','\x44','\x00','\x29','\xf8','\x11','\x08','\x29','\x08','\x49','\x08','\x89','\x08','\x09','\x08','\x19','\x28','\x29','\x10','\x49','\x00','\x89','\x02','\x09','\x02','\x09','\x02','\x50','\xfe','\x20','\x00','\x00','\x80','\x00','\x80','\xf8','\xbe','\x22','\x88','\x22','\x88','\x22','\x88','\x22','\x88','\xfa','\xbe','\x22','\x88','\x24','\x88','\x20','\x88','\x39','\x08','\xe1','\x08','\x42','\x3e','\x04','\x00','\x08','\x00','\x00','\x20','\x00','\x20','\x7d','\x24','\x54','\xa4','\x54','\xa8','\x54','\x20','\x55','\xfc','\x7c','\x20','\x54','\x20','\x54','\x20','\x57','\xfe','\x54','\x20','\x7c','\x20','\x44','\x20','\x00','\x20','\x00','\x20','\x20','\x20','\x3f','\x20','\x40','\x3e','\xbe','\x48','\x2a','\xa8','\xff','\x28','\x4a','\x10','\x7f','\x28','\x04','\x46','\x08','\x80','\x1f','\x00','\x02','\x10','\x3f','\xf8','\x01','\x08','\x15','\x20','\x22','\x10','\x08','\x00','\x10','\x78','\x3e','\x48','\x22','\x48','\x32','\x48','\x2a','\x86','\x2a','\x00','\xfe','\xfc','\x22','\x44','\x32','\x44','\x2a','\x28','\x2a','\x28','\x22','\x10','\x42','\x28','\x4a','\x44','\x85','\x82','\x08','\x20','\xff','\xfe','\x08','\x20','\x20','\x38','\x17','\xc0','\x12','\x48','\x81','\x50','\x47','\xfc','\x52','\x48','\x14','\x04','\x2b','\xfa','\xe2','\x48','\x23','\xf8','\x22','\x48','\x23','\xf8','\x22','\x08','\x00','\x08','\x78','\x1c','\x49','\xe0','\x49','\x00','\x79','\x00','\x49','\xfc','\x49','\x44','\x79','\x44','\x49','\x44','\x49','\x28','\x79','\x28','\x01','\x10','\x51','\x10','\x4a','\x28','\x8a','\x44','\x04','\x82','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x08','\x00','\x7f','\x7c','\x08','\x44','\x7f','\x44','\x49','\x44','\x7f','\x44','\x49','\x54','\x7f','\x48','\x08','\x42','\xff','\xc2','\x08','\x42','\x08','\x3e','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x11','\x10','\x09','\x10','\x09','\x20','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\x14','\x40','\x59','\xfc','\x51','\x04','\x51','\x04','\x91','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x29','\x04','\x25','\xfc','\x44','\x00','\x40','\x88','\x81','\x04','\x00','\x00','\x28','\xfe','\x24','\x10','\x24','\x20','\x42','\xfc','\x42','\x84','\x80','\x84','\x7c','\xfc','\x24','\x84','\x24','\xfc','\x24','\x84','\x24','\x84','\x44','\xfc','\x44','\x48','\x94','\x84','\x09','\x02','\x10','\x04','\x10','\x0e','\x28','\xf0','\x24','\x80','\x52','\x80','\xfc','\xfc','\x44','\xa4','\x7c','\xa4','\x44','\xa4','\x7c','\xa8','\x40','\xa8','\x50','\x90','\x49','\x10','\x55','\x28','\x66','\x44','\x40','\x82','\x10','\x80','\x10','\x80','\x11','\xf8','\x12','\x08','\xfc','\x10','\x13','\xfc','\x12','\x44','\x16','\x44','\x1a','\x44','\x33','\xfc','\xd0','\xa0','\x10','\xa0','\x11','\x22','\x11','\x22','\x52','\x1e','\x24','\x00','\x00','\x80','\x00','\x80','\x79','\xf8','\x4a','\x08','\x4c','\x10','\x4b','\xfc','\x4a','\x44','\x7a','\x44','\x4a','\x44','\x4b','\xfc','\x48','\xa0','\x48','\xa0','\x79','\x22','\x49','\x22','\x02','\x1e','\x04','\x00','\x00','\xf8','\x3f','\x00','\x11','\x10','\x09','\x20','\x01','\x00','\xff','\xfe','\x09','\x20','\x10','\x10','\x3f','\xf8','\xd1','\x16','\x11','\x10','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x10','\x10','\x10','\x78','\x3e','\x48','\x22','\x48','\x2a','\x86','\xff','\x78','\x22','\x48','\x2a','\x28','\x42','\x10','\x4a','\x28','\x84','\x46','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x08','\x78','\x3e','\x48','\x22','\x8e','\x2a','\x00','\x7e','\xf8','\x22','\x48','\x2a','\x30','\x46','\xcc','\x00','\x00','\xff','\xfe','\x08','\x00','\x1f','\xf8','\x28','\x08','\xc8','\x08','\x0f','\xf8','\x08','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\xf8','\x3f','\x00','\x11','\x10','\x09','\x20','\xff','\xfe','\x09','\x20','\x30','\x18','\xdf','\xf6','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x10','\x10','\x02','\x00','\x01','\x00','\xff','\xfe','\x04','\x40','\x14','\x50','\x24','\x48','\x44','\x44','\x01','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x00','\x01','\x08','\x7f','\xfc','\x20','\x04','\x00','\x00','\x7f','\xfc','\x42','\x40','\x42','\x40','\x7e','\x7c','\x42','\x40','\x42','\x40','\x5e','\x78','\x42','\x40','\x42','\x40','\x7e','\x7c','\x42','\x40','\x42','\x40','\x42','\x40','\x7f','\xfe','\x00','\x00','\x02','\x00','\x04','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x22','\x08','\x22','\x08','\x3f','\xf8','\x08','\x80','\x10','\x80','\xff','\xfe','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x00','\x7f','\xfc','\x00','\x80','\x01','\x00','\x03','\x00','\x05','\x60','\x09','\x18','\x31','\x04','\xc1','\x02','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x00','\x10','\x00','\x11','\xf8','\x10','\x08','\xfc','\x08','\x24','\x08','\x24','\x08','\x25','\xf8','\x25','\x08','\x49','\x00','\x29','\x00','\x11','\x00','\x29','\x02','\x45','\x02','\x84','\xfe','\x00','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x24','\x20','\x24','\x20','\x24','\x24','\x24','\x28','\x27','\x30','\x24','\x20','\x24','\x20','\x24','\x22','\x45','\x22','\x46','\x22','\x84','\x1e','\x00','\x00','\x08','\x20','\x08','\x20','\x10','\x20','\x23','\xfe','\x4a','\x22','\x0a','\x24','\x12','\x20','\x33','\xfc','\x52','\x84','\x92','\x88','\x12','\x48','\x12','\x50','\x12','\x20','\x14','\x50','\x14','\x88','\x19','\x06','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x3c','\x78','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x01','\x00','\x00','\x80','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x21','\x20','\x21','\x20','\x3f','\x3e','\x21','\x20','\x21','\x20','\x2f','\x3c','\x21','\x20','\x41','\x20','\x5f','\x3e','\x81','\x20','\x01','\x20','\x10','\x10','\x11','\x10','\x11','\x10','\x11','\x12','\xfd','\x12','\x11','\x14','\x11','\xd8','\x15','\x10','\x19','\x10','\x31','\x10','\xd1','\x10','\x11','\x12','\x11','\x52','\x11','\x92','\x51','\x0e','\x20','\x00','\x10','\x10','\x10','\x10','\x10','\x10','\x11','\xfe','\xfd','\x12','\x11','\x14','\x11','\x10','\x15','\xfc','\x19','\x44','\x31','\x44','\xd1','\x28','\x11','\x28','\x11','\x10','\x12','\x28','\x52','\x44','\x24','\x82','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x3c','\x78','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x01','\x00','\xff','\xfe','\x08','\x20','\x04','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x00','\x80','\x20','\x80','\x20','\x80','\x20','\x84','\x20','\x88','\x20','\x90','\x3e','\xa0','\x20','\xc0','\x20','\x80','\x20','\x80','\x20','\x80','\x20','\x82','\x26','\x82','\x38','\x82','\x20','\x7e','\x00','\x00','\x00','\x00','\x20','\x80','\x10','\x40','\x10','\x28','\x81','\x28','\x41','\x08','\x41','\x10','\x15','\x14','\x15','\x22','\x25','\x22','\xe5','\x42','\x29','\x88','\x21','\x08','\x23','\x08','\x24','\xf8','\x08','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x90','\x40','\x57','\xfc','\x54','\x44','\x14','\x40','\x37','\xf8','\x55','\x08','\x95','\x10','\x14','\xa0','\x24','\x40','\x28','\xa0','\x49','\x18','\x96','\x06','\x00','\x80','\x00','\x80','\x00','\x80','\x3f','\xfc','\x20','\x84','\x20','\x88','\x20','\x80','\x2f','\xf0','\x24','\x10','\x24','\x10','\x22','\x20','\x21','\x40','\x20','\x80','\x41','\x40','\x46','\x30','\x98','\x0e','\x00','\x40','\x00','\x80','\xfd','\xfc','\x11','\x24','\x11','\x24','\x21','\xfc','\x3d','\x24','\x65','\x44','\x65','\xfc','\xa4','\x90','\x25','\x10','\x27','\xfe','\x3c','\x10','\x24','\x10','\x20','\x10','\x00','\x10','\x08','\x00','\x1c','\x40','\xf0','\x20','\x10','\x28','\x10','\x08','\xfc','\x88','\x10','\x90','\x3a','\x94','\x36','\xa2','\x52','\xa2','\x54','\xc2','\x90','\x88','\x11','\x88','\x12','\x88','\x14','\x78','\x10','\x00','\x10','\x90','\x10','\x90','\x20','\x90','\x2b','\x9e','\x48','\x90','\xf0','\x90','\x10','\x90','\x23','\x9c','\x48','\x90','\xf8','\x90','\x08','\x90','\x03','\x9e','\xa8','\x90','\xa8','\x90','\x80','\x90','\x00','\x90','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x10','\x80','\x24','\x98','\x42','\xe0','\x7e','\x84','\x00','\x84','\x7e','\x7c','\x42','\x80','\x7e','\x98','\x42','\xe0','\x7e','\x84','\x42','\x84','\x46','\x7c','\x00','\x00','\x3d','\xfc','\x25','\x24','\x25','\x24','\x25','\x24','\x3d','\x24','\x25','\x24','\x25','\xfc','\x25','\x04','\x3d','\x00','\x25','\x00','\x25','\x00','\x25','\x02','\x45','\x02','\x54','\xfe','\x88','\x00','\x20','\x10','\x10','\x10','\x00','\x10','\xf9','\xfe','\x09','\x12','\x11','\x14','\x15','\x10','\x39','\xfc','\x55','\x44','\x91','\x44','\x11','\x28','\x11','\x28','\x11','\x10','\x12','\x28','\x12','\x44','\x14','\x82','\x20','\x50','\x10','\x50','\x00','\x50','\xfb','\xde','\x00','\x50','\x78','\x50','\x00','\x50','\x79','\xdc','\x00','\x50','\x78','\x50','\x48','\x50','\x48','\x50','\x4b','\xde','\x78','\x50','\x48','\x50','\x00','\x50','\x04','\x40','\x7f','\xf8','\x04','\x48','\x3f','\xf8','\x24','\x40','\x3f','\xfc','\x08','\x44','\x1f','\xf4','\x30','\x1c','\x5f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x00','\x10','\x47','\x88','\x24','\xbe','\x24','\x80','\x04','\xa2','\x07','\x94','\xe4','\x3e','\x28','\x08','\x2f','\x88','\x34','\xbe','\x24','\x88','\x27','\x88','\x24','\x88','\x50','\x00','\x8f','\xfe','\x00','\x00','\x04','\x40','\x04','\x40','\x04','\x40','\xfc','\x7e','\x04','\x40','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\xfc','\x7e','\x04','\x40','\x04','\x40','\x04','\x40','\x00','\x00','\x7f','\xe0','\x00','\x24','\x0a','\x28','\x72','\x24','\x12','\x20','\x12','\x12','\x12','\x0a','\xff','\xc6','\x12','\x48','\x12','\x50','\x12','\x48','\x22','\x40','\x22','\x24','\x42','\x14','\x82','\x0c','\x20','\xfe','\x24','\x04','\x22','\x28','\x22','\x10','\xf8','\xfe','\x20','\x92','\x2e','\x92','\x72','\xfe','\x6a','\x92','\xa2','\xfe','\xa2','\x92','\x22','\x92','\x22','\x96','\x25','\x00','\x28','\xfe','\x20','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x24','\x10','\x24','\x10','\xfe','\xfe','\x24','\x92','\x3c','\x90','\x24','\xfc','\x3c','\xa4','\x24','\xa4','\xfe','\xa8','\x29','\x10','\x45','\x28','\x82','\x46','\x08','\x88','\x08','\x88','\x0b','\xfe','\x10','\x88','\x10','\x88','\x37','\xfe','\x30','\x80','\x51','\xfc','\x93','\x24','\x15','\xfc','\x11','\x24','\x11','\xfc','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\x0c','\x00','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x00','\x20','\xf0','\x2f','\x00','\x21','\x00','\x21','\xf0','\x2f','\x00','\x21','\x00','\x21','\xf8','\x5f','\x02','\x41','\x02','\x80','\xfe','\x11','\x08','\x15','\x48','\x25','\x48','\x45','\x50','\x97','\xde','\x10','\x24','\x20','\x14','\x6f','\xd4','\xa0','\x14','\x27','\x94','\x24','\x94','\x24','\xa8','\x24','\xc8','\x24','\x94','\x28','\x14','\x30','\x22','\x10','\x10','\x11','\x10','\x11','\x10','\x11','\x12','\xfd','\x12','\x11','\x14','\x31','\xd8','\x39','\x10','\x55','\x10','\x55','\x10','\x91','\x10','\x11','\x12','\x11','\x52','\x11','\x92','\x11','\x0e','\x10','\x00','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x20','\x80','\x20','\x84','\x3e','\x98','\x20','\xe0','\x20','\x84','\x26','\x84','\x38','\x7c','\x00','\x00','\xfe','\xfe','\x10','\x10','\x10','\x10','\x7c','\x7c','\x10','\x10','\x10','\x10','\xfe','\xfe','\x00','\x00','\x20','\x80','\x20','\x84','\x3e','\x98','\x20','\xe0','\x20','\x84','\x26','\x84','\x38','\x7c','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x00','\x2f','\xf8','\x28','\x08','\x28','\x08','\x2f','\xf8','\x28','\x08','\x2f','\xf8','\x48','\x08','\x48','\x08','\x8f','\xf8','\x08','\x08','\x10','\x10','\x08','\x10','\x04','\x20','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x08','\x20','\x10','\x20','\x10','\x40','\x10','\x40','\x10','\x7c','\x10','\x84','\xfd','\x88','\x12','\x50','\x30','\x20','\x38','\x50','\x54','\x88','\x53','\x06','\x90','\x60','\x10','\x10','\x10','\x08','\x10','\xc0','\x10','\x20','\x10','\x10','\x08','\x40','\x1c','\x80','\xf1','\xfc','\x11','\x24','\x11','\x24','\xfd','\xfc','\x11','\x24','\x39','\x44','\x35','\xfc','\x54','\x90','\x51','\x10','\x93','\xfe','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x00','\x00','\x7f','\xfc','\x44','\x40','\x44','\x40','\x44','\x40','\x44','\x40','\x44','\x40','\x44','\x40','\x44','\x44','\x44','\x44','\x48','\x44','\x48','\x3c','\x50','\x00','\x40','\x00','\x7f','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfc','\x01','\x04','\x01','\x08','\x01','\x00','\x11','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\x11','\x00','\x29','\x00','\x25','\x00','\x43','\xfe','\x80','\x00','\x3e','\x04','\x20','\x18','\x3e','\x60','\x20','\x04','\x3e','\x18','\x20','\x62','\xff','\x04','\x22','\x18','\x7f','\x60','\x08','\x80','\x08','\x88','\x2e','\x90','\x28','\xe0','\x28','\x84','\x2e','\x84','\xf0','\x7c','\x02','\x00','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\x3f','\xfc','\x20','\x00','\x20','\x20','\x21','\xc0','\x2e','\x10','\x20','\x60','\x21','\x88','\x2e','\x10','\x40','\x60','\x43','\x80','\x9c','\x00','\x00','\x20','\x78','\x20','\x4b','\xfe','\x48','\x70','\x48','\xac','\x7b','\x22','\x48','\x50','\x48','\x88','\x49','\x24','\x7a','\x22','\x49','\x24','\x48','\xa8','\x49','\x24','\x4a','\x22','\x48','\xa0','\x98','\x40','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x10','\x10','\x22','\x08','\x47','\xe4','\x08','\x20','\x14','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x00','\x08','\x3c','\x08','\x24','\x08','\x24','\x08','\x25','\xfe','\x3c','\x08','\x24','\x08','\x24','\x08','\x24','\x88','\x3c','\x48','\x24','\x48','\x24','\x08','\x24','\x08','\x44','\x08','\x54','\x28','\x88','\x10','\x00','\x00','\xf0','\x1e','\x17','\xc2','\x11','\x02','\x12','\x02','\xf7','\xde','\x84','\x50','\x84','\x50','\x84','\x50','\xf7','\xde','\x14','\x42','\x14','\x42','\x14','\x42','\x17','\xc2','\xa4','\x54','\x40','\x08','\x00','\x00','\x04','\x00','\x02','\x10','\x01','\x10','\x01','\x20','\x08','\x20','\x28','\x48','\x28','\x44','\x28','\x84','\x49','\x02','\x4a','\x02','\x8c','\x12','\x08','\x10','\x18','\x10','\x27','\xf0','\x40','\x00','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x09','\x20','\x09','\x20','\x7f','\xfc','\x09','\x20','\x09','\x20','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3f','\xf0','\x01','\x10','\xff','\xfe','\x01','\x10','\x3f','\xf0','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x00','\x00','\x27','\xfc','\x10','\x00','\x13','\xf8','\x02','\x08','\x03','\xf8','\xf0','\x00','\x17','\xfc','\x14','\x44','\x17','\xfc','\x14','\x44','\x17','\xfc','\x14','\x04','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x04','\x12','\x02','\x38','\xf8','\x34','\x00','\x50','\x00','\x53','\xfe','\x90','\x20','\x10','\x40','\x10','\x88','\x11','\x04','\x13','\xfe','\x11','\x02','\x10','\x00','\x11','\xfe','\x11','\x20','\x11','\x20','\xfd','\x20','\x25','\xfc','\x25','\x04','\x25','\x04','\x25','\x04','\x49','\x04','\x29','\xfc','\x11','\x20','\x29','\x20','\x45','\x20','\x85','\xfe','\x00','\x00','\x20','\x3c','\x27','\xc0','\x22','\x44','\x21','\x28','\xf8','\x00','\x4b','\xfc','\x48','\x80','\x48','\x80','\x4f','\xfe','\x91','\x00','\x51','\xf8','\x22','\x88','\x32','\x50','\x4c','\x20','\x48','\xd8','\x83','\x06','\x10','\x00','\x11','\xf8','\x20','\x48','\x24','\x48','\x44','\x48','\xf8','\x48','\x10','\x48','\x21','\xf8','\x48','\x88','\xfc','\x88','\x04','\x88','\x00','\x88','\x54','\x88','\x54','\x88','\x83','\xfe','\x00','\x00','\x00','\x00','\xff','\xfe','\x01','\x00','\x02','\x00','\x04','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x00','\x13','\xde','\x00','\x42','\xfa','\x52','\x01','\x4a','\x7a','\x52','\x00','\x28','\x78','\xc4','\x03','\x12','\x78','\x60','\x49','\x88','\x48','\x32','\x49','\xc4','\x78','\x18','\x48','\x60','\x03','\x80','\x10','\x40','\x10','\x40','\x17','\xfc','\x20','\x40','\x20','\x40','\x63','\xf8','\x60','\x40','\xa0','\x40','\x2f','\xfe','\x20','\x88','\x21','\x50','\x23','\x20','\x25','\x10','\x29','\x48','\x21','\x86','\x21','\x00','\x04','\x00','\x07','\x84','\x04','\x04','\x3f','\xc8','\x24','\x50','\x27','\x24','\x3c','\x84','\x23','\x88','\x20','\x10','\x2f','\x24','\x29','\x04','\x29','\x08','\x49','\x12','\x51','\x22','\x90','\xfe','\x20','\x00','\x10','\x00','\x13','\xfe','\x10','\x50','\x11','\xfc','\xfd','\x54','\x11','\x54','\x31','\xfc','\x38','\x00','\x55','\xfc','\x54','\x00','\x93','\xfe','\x10','\x20','\x10','\xa8','\x11','\x24','\x12','\xa2','\x10','\x40','\x01','\x00','\x01','\x00','\x11','\x00','\x09','\x08','\x09','\x08','\x01','\x90','\x7d','\xa0','\x05','\x40','\x09','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\x00','\x4f','\xfe','\x20','\xa0','\x27','\xfc','\x04','\xa4','\x84','\xa4','\x47','\xfc','\x50','\x00','\x17','\xfc','\x20','\x00','\xef','\xfe','\x20','\x40','\x22','\x48','\x24','\x44','\x29','\x42','\x00','\x80','\x00','\x08','\xfe','\x1c','\x28','\xe8','\xfe','\xa8','\xaa','\xa8','\xaa','\xa8','\xfe','\xa8','\x00','\xa8','\x7c','\xa8','\x00','\xa4','\xfe','\xa4','\x10','\xa4','\x54','\xa2','\x93','\x28','\x51','\x34','\x22','\x24','\x00','\x00','\x7f','\xfc','\x04','\x40','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x01','\x00','\x11','\x10','\x21','\x08','\x45','\x04','\x02','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x05','\x00','\x08','\x88','\x18','\x50','\x28','\x20','\xc9','\x18','\x0a','\x06','\x0c','\x00','\x20','\x00','\x11','\xfc','\x10','\x20','\xfe','\x20','\x01','\x24','\x7c','\xa4','\x00','\xa8','\x7c','\x20','\x03','\xfe','\x7c','\x20','\x44','\x20','\x44','\x20','\x44','\x20','\x7c','\x20','\x44','\x20','\x00','\x20','\x0c','\x40','\x30','\x40','\xc2','\x80','\x14','\xfc','\x49','\x04','\x32','\x04','\xc8','\x04','\x15','\x04','\x24','\x84','\xcc','\x44','\x14','\x44','\x24','\x04','\xc4','\x04','\x04','\x04','\x28','\x28','\x10','\x10','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x00','\x2f','\xbc','\x22','\x24','\x2f','\xa4','\x28','\xbc','\x2f','\xa4','\x28','\xa4','\x2f','\xbc','\x22','\x24','\x5f','\xa4','\x42','\x44','\x82','\x54','\x02','\x88','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\xfc','\x88','\x10','\x00','\x11','\xfc','\x15','\x24','\x19','\x24','\x31','\x24','\xd1','\xfc','\x11','\x24','\x11','\x24','\x11','\x24','\x51','\xfc','\x21','\x04','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x00','\x57','\xfc','\x50','\x40','\x10','\x40','\x37','\xfc','\x54','\x44','\x94','\xa4','\x15','\x14','\x26','\x14','\x24','\x04','\x44','\x14','\x84','\x08','\x08','\x20','\x1c','\x20','\xf0','\x20','\x10','\xa8','\x10','\xa4','\xfc','\xa2','\x11','\x22','\x31','\x20','\x3a','\x24','\x54','\x24','\x54','\x28','\x90','\x08','\x10','\x10','\x10','\x20','\x10','\xc0','\x13','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x10','\x88','\x10','\x88','\x2b','\xfe','\x24','\x88','\x40','\x88','\xb8','\x00','\x11','\xfc','\x11','\x24','\xfd','\x24','\x11','\x24','\x95','\xfc','\x59','\x24','\x51','\x24','\x1d','\x24','\xe1','\xfc','\x41','\x04','\x10','\x10','\x10','\x38','\x29','\xc0','\x25','\x00','\x41','\x00','\xb9','\xfc','\x11','\x10','\x11','\x10','\xfd','\x10','\x11','\x10','\x97','\xfe','\x58','\x00','\x50','\x90','\x1d','\x08','\xe2','\x04','\x44','\x02','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7c','\x7c','\x00','\x00','\x00','\x00','\xfe','\xfe','\x10','\x10','\x10','\x10','\x54','\x54','\x52','\x52','\x92','\x92','\x50','\x50','\x20','\x20','\x10','\x00','\x11','\xfe','\x10','\x20','\x7c','\x40','\x54','\x88','\x55','\x04','\x55','\xfe','\x54','\x22','\x7c','\x20','\x50','\x20','\x11','\xfe','\x14','\x20','\x1c','\x20','\xe4','\x20','\x43','\xfe','\x00','\x00','\x20','\x20','\x20','\x24','\x78','\xf4','\x48','\x28','\x91','\xfe','\x7c','\x20','\x54','\x78','\x54','\xc2','\x7d','\x3e','\x56','\x00','\x54','\xfc','\x7c','\x84','\x00','\xfc','\xaa','\x84','\xaa','\xfc','\x00','\x84','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x00','\x00','\x7c','\x7c','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x7c','\x7c','\x44','\x44','\x10','\x82','\x10','\x82','\x10','\x84','\x10','\x88','\xfb','\xd0','\x10','\x82','\x30','\x82','\x39','\xc4','\x55','\xa8','\x52','\x90','\x92','\x82','\x14','\x82','\x10','\x84','\x10','\x88','\x10','\x90','\x10','\xa0','\x00','\x10','\x20','\x14','\x11','\xd2','\x00','\x12','\xfc','\x10','\x0b','\xfe','\x08','\x10','\x48','\x90','\x28','\x90','\x12','\xd0','\x12','\x90','\x2a','\x90','\x2a','\x8a','\x4a','\xea','\x87','\x06','\x02','\x02','\x00','\x10','\x20','\x38','\x13','\xc0','\x12','\x00','\x82','\x00','\x43','\xfc','\x42','\x20','\x12','\x20','\x12','\x20','\x22','\x20','\xef','\xfe','\x20','\x00','\x21','\x20','\x22','\x10','\x24','\x08','\x08','\x04','\x01','\x00','\x21','\x3e','\x15','\x08','\x15','\xd0','\x85','\x3e','\x45','\x22','\x4f','\xe2','\x10','\x3e','\x11','\x22','\x25','\x7e','\xe5','\x62','\x25','\xa2','\x28','\xbe','\x21','\x00','\x22','\x14','\x0c','\x22','\x04','\x40','\x08','\x20','\x30','\x18','\xcf','\xe6','\x04','\x20','\x18','\xa0','\x60','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x01','\x00','\x7f','\xfe','\x40','\x02','\xbf','\xfc','\x09','\x10','\x31','\x60','\x03','\x80','\x3f','\xf8','\xe0','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\x10','\x10','\x08','\x00','\x08','\xfe','\x28','\x10','\x2e','\x20','\x28','\xfc','\x28','\x84','\xff','\x84','\x00','\xfc','\x08','\x84','\x2a','\xfc','\x2a','\x84','\x4c','\x84','\x84','\xfc','\x08','\x48','\x30','\x84','\xc1','\x02','\x40','\x20','\x40','\x20','\x7f','\x20','\x80','\x3e','\x7e','\x44','\x42','\x44','\x52','\x44','\x4a','\xa4','\xff','\xa8','\x42','\x28','\x92','\x10','\x8a','\x10','\xff','\x28','\x02','\x48','\x14','\x84','\x09','\x02','\x42','\x00','\x24','\xfc','\x00','\x40','\x7e','\x40','\x24','\x40','\x24','\x78','\x24','\x48','\x24','\x48','\xfe','\xa8','\x24','\x98','\x24','\x88','\x24','\x88','\x24','\xaa','\x44','\xca','\x44','\x8a','\x84','\x06','\x00','\x00','\x7f','\xfc','\x00','\x80','\x00','\x80','\x01','\x00','\x01','\x00','\x03','\x40','\x05','\x20','\x09','\x10','\x11','\x08','\x21','\x04','\x41','\x04','\x81','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x08','\x10','\x08','\x10','\x08','\x10','\x10','\x10','\x17','\xfe','\x30','\x10','\x30','\x10','\x50','\x10','\x91','\x10','\x10','\x90','\x10','\x90','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x10','\x20','\x10','\x40','\x11','\xfc','\x11','\x04','\x11','\xfc','\xfd','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\x10','\x20','\x1c','\x20','\xe3','\xfe','\x40','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xc0','\x06','\x20','\x00','\x21','\xfc','\x20','\x04','\x20','\xfc','\xf8','\x04','\x49','\xfc','\x48','\x00','\x4b','\xfe','\x4a','\x22','\x90','\x20','\x51','\xfc','\x21','\x24','\x31','\x24','\x49','\x34','\x49','\x28','\x80','\x20','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\xbf','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x20','\x08','\x00','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x20','\x08','\x02','\x00','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x00','\x09','\x00','\x11','\x00','\x3f','\xf8','\x51','\x08','\x91','\x08','\x11','\x08','\x11','\x08','\x11','\x28','\x11','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x22','\x08','\x22','\x08','\x24','\x08','\x24','\xfe','\x2c','\x08','\x34','\x88','\x24','\x48','\x24','\x48','\x44','\x08','\x44','\x08','\x84','\x28','\x04','\x10','\x10','\x40','\x10','\x40','\x10','\x40','\x13','\xfe','\x18','\x80','\x54','\xa0','\x51','\x20','\x51','\xfc','\x93','\x24','\x15','\x24','\x11','\x24','\x11','\x24','\x11','\x34','\x11','\x28','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\xfd','\xfc','\x10','\x20','\x10','\x20','\x14','\x20','\x1b','\xfe','\x30','\x20','\xd0','\x50','\x10','\x50','\x10','\x88','\x10','\x88','\x51','\x04','\x22','\x02','\x0a','\x20','\x09','\x20','\xff','\xa0','\x08','\x3e','\x7f','\x44','\x49','\x44','\x7f','\x44','\x49','\xa4','\x7f','\x28','\x49','\x28','\x10','\x10','\xff','\x90','\x20','\x28','\x3e','\x28','\x42','\x44','\x86','\x82','\x04','\x40','\x08','\x20','\x18','\x50','\x24','\x88','\x03','\x00','\x0c','\xc0','\x30','\x30','\xc0','\xee','\x1f','\x00','\x10','\x00','\x10','\x00','\x1f','\xf8','\x10','\x80','\x10','\x80','\x20','\x80','\x40','\x80','\x08','\x20','\x04','\x40','\x7f','\xfc','\x04','\x40','\x24','\x48','\x14','\x50','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x08','\x20','\x3c','\x13','\xc0','\x10','\x04','\x82','\x44','\x41','\x28','\x48','\x00','\x0b','\xf8','\x10','\x10','\x10','\x20','\xe7','\xfe','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\xa0','\x00','\x40','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\x40','\x24','\x08','\x20','\x08','\x20','\x04','\x40','\x04','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x08','\x10','\x08','\x10','\x13','\xfe','\x30','\x10','\x51','\x10','\x90','\x90','\x10','\x90','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x00','\x80','\x3f','\xfe','\x22','\x08','\x22','\x08','\x25','\xfe','\x2c','\x88','\x34','\x48','\x24','\x58','\x20','\x80','\x2f','\xfc','\x29','\x44','\x2a','\xa4','\x48','\x84','\x49','\x44','\x8a','\x24','\x08','\x0c','\x01','\x00','\x01','\xfc','\x01','\x00','\x3f','\xfe','\x20','\x02','\x2f','\xfc','\x28','\x84','\x2f','\xfc','\x28','\x84','\x2f','\xfc','\x24','\x08','\x27','\xf8','\x24','\x08','\x47','\xf8','\x44','\x08','\x84','\x18','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x21','\x08','\x10','\x90','\x03','\xfc','\xf8','\x90','\x02','\x94','\x79','\x98','\x00','\x90','\x7b','\xfe','\x00','\x00','\x79','\xf8','\x49','\x08','\x49','\x08','\x49','\xf8','\x79','\x08','\x49','\x08','\x01','\xf8','\x08','\x00','\x08','\x00','\x1f','\xe0','\x20','\x20','\x40','\x40','\xbf','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x00','\x00','\x04','\x60','\x18','\x18','\x60','\x04','\x00','\x08','\x7c','\x0c','\x44','\xea','\x44','\x0a','\x7c','\x08','\x45','\xfe','\x44','\x48','\x7c','\x48','\x45','\x48','\x45','\x68','\x7d','\x48','\x01','\x48','\x29','\x4a','\x25','\x6a','\x47','\x86','\x81','\x02','\x04','\x20','\x04','\x20','\x04','\x20','\x3f','\x20','\x04','\x30','\x04','\x28','\x7f','\xa4','\x04','\x24','\x04','\x20','\x24','\x20','\x27','\xa0','\x24','\x20','\x24','\x20','\x54','\x00','\x4f','\xfe','\x80','\x00','\x02','\x00','\x04','\x00','\x3f','\xf0','\x20','\x10','\x3f','\xf0','\x20','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x88','\x7c','\x88','\x44','\x88','\x49','\x08','\x49','\x7e','\x53','\x08','\x4d','\x08','\x49','\x48','\x45','\x28','\x45','\x28','\x45','\x08','\x69','\x08','\x51','\x08','\x41','\x08','\x41','\x28','\x41','\x10','\x09','\x00','\x09','\x00','\x09','\xfc','\x12','\x00','\x15','\xf8','\x31','\x08','\x31','\x48','\x51','\x28','\x97','\xfe','\x11','\x08','\x12','\x48','\x12','\x28','\x13','\xfc','\x10','\x08','\x10','\x50','\x10','\x20','\x11','\x00','\x11','\x00','\x13','\xfc','\x16','\xa8','\xfa','\xa8','\x12','\xa8','\x17','\xfc','\x1a','\xa8','\x32','\xa8','\xd2','\xa8','\x1f','\xfe','\x10','\x00','\x12','\xa8','\x12','\x54','\x54','\x54','\x20','\x00','\x00','\x40','\x00','\x50','\x3f','\x48','\x00','\x48','\x00','\x40','\xff','\xfe','\x00','\x40','\x04','\x40','\x04','\x40','\x27','\x40','\x24','\x20','\x24','\x22','\x24','\x12','\x27','\x8a','\xf8','\x06','\x40','\x02','\x10','\x00','\x3f','\xfc','\x4a','\xa0','\x0a','\xa0','\x7f','\xfc','\x0a','\xa0','\x0a','\xa0','\x7f','\xfc','\x10','\x10','\x10','\x10','\x3e','\xfc','\x42','\x10','\x14','\x90','\x08','\xfe','\x30','\x10','\xc0','\x10','\x04','\x40','\x04','\x40','\xff','\xfe','\x24','\x40','\x3f','\xfc','\x42','\x24','\x7f','\xf4','\x82','\x04','\x3f','\xe4','\x22','\x24','\x3f','\xe4','\x22','\x24','\x3f','\xe4','\x22','\x24','\x22','\xa4','\x20','\x4c','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x3f','\xfc','\x4a','\xa0','\x0a','\xa0','\x7f','\xfc','\x0a','\xa0','\x0a','\xa0','\x7f','\xfc','\x00','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x10','\x00','\x08','\x3e','\x7f','\xa2','\x00','\x24','\x21','\x24','\x12','\x28','\xff','\xe4','\x00','\x24','\x00','\x22','\x3f','\x22','\x21','\x22','\x21','\x34','\x21','\x28','\x3f','\x20','\x21','\x20','\x00','\x20','\x08','\x08','\x08','\x08','\x08','\x08','\x7f','\x08','\x08','\x7e','\x08','\x08','\xff','\x08','\x00','\x48','\x08','\x28','\x08','\x28','\x7f','\x08','\x08','\x08','\x08','\x08','\x0f','\x08','\xf0','\x28','\x40','\x10','\x20','\x00','\x27','\xfc','\x24','\x04','\x24','\x34','\xfd','\xc4','\x24','\x44','\x25','\xf4','\x75','\x54','\x6d','\x54','\xa5','\xf4','\xa4','\x44','\x24','\x54','\x25','\xf4','\x24','\x94','\x28','\x06','\x30','\x02','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\xe8','\x2f','\x08','\x21','\x08','\x2f','\xe8','\x29','\x28','\x29','\x28','\x2f','\xe8','\x29','\x08','\x21','\x4a','\x21','\xea','\x5e','\x2a','\x48','\x06','\x80','\x02','\x08','\x20','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x3e','\xff','\xd0','\x00','\x10','\x00','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x80','\x78','\xf8','\x49','\x08','\x4a','\x90','\x78','\x60','\x11','\x98','\x12','\x06','\x5d','\xf8','\x51','\x08','\x51','\x08','\x5d','\xf8','\xe1','\x08','\x08','\x40','\x08','\x50','\x08','\x48','\x10','\x48','\x10','\x40','\x37','\xfe','\x30','\x40','\x50','\x40','\x90','\xa0','\x10','\xa0','\x10','\xa0','\x11','\x10','\x11','\x10','\x12','\x08','\x14','\x04','\x18','\x02','\x00','\x02','\x7f','\xc2','\x00','\x02','\x3f','\x82','\x20','\x92','\x20','\x92','\x3f','\x92','\x00','\x12','\x7f','\xd2','\x44','\x52','\x44','\x52','\x7f','\xd2','\x44','\x42','\x44','\x42','\x7f','\xca','\x40','\x44','\x09','\x00','\x09','\x00','\x11','\xfe','\x22','\x00','\x4d','\xfc','\x09','\x04','\x11','\xfc','\x31','\x04','\x51','\xfc','\x90','\x80','\x10','\xfc','\x11','\x08','\x12','\x90','\x10','\x60','\x11','\x98','\x16','\x06','\x10','\x00','\x11','\xfe','\x10','\x00','\x7c','\xf8','\x54','\x88','\x54','\x88','\x54','\xf8','\x54','\x00','\x55','\xfc','\x55','\x24','\x55','\x24','\x5d','\xfc','\x11','\x24','\x11','\x24','\x11','\xfc','\x11','\x04','\x00','\x00','\x3e','\xfc','\x22','\x84','\x22','\x84','\x22','\x94','\x3e','\x88','\x22','\x80','\x22','\xfc','\x22','\xa4','\x3e','\xa4','\x22','\xa8','\x22','\xa8','\x22','\x90','\x42','\xa8','\x4a','\xc4','\x84','\x82','\x40','\x00','\x23','\xfe','\x20','\x00','\xf9','\xfc','\x11','\x04','\x11','\x04','\x21','\xfc','\x30','\x00','\x6b','\xfe','\xaa','\x22','\x22','\x22','\x23','\xfe','\x22','\x22','\x22','\x22','\x23','\xfe','\x22','\x02','\x00','\x40','\x3c','\x40','\x24','\xfe','\x24','\x80','\x25','\xfc','\x3e','\x84','\x24','\xfc','\x24','\x84','\x24','\xfc','\x3c','\x40','\x24','\x7c','\x24','\xc4','\x25','\x28','\x44','\x10','\x54','\x68','\x89','\x86','\x21','\x00','\x11','\x00','\x01','\xfe','\xfa','\x00','\x0d','\xfc','\x11','\x04','\x11','\xfc','\x35','\x04','\x59','\xfc','\x94','\x80','\x14','\xfc','\x11','\x08','\x12','\x90','\x10','\x60','\x11','\x98','\x16','\x06','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x12','\x00','\x27','\xfc','\x42','\x08','\x8b','\xf8','\x12','\x08','\x33','\xf8','\x51','\x00','\x93','\xf8','\x15','\x10','\x10','\xe0','\x17','\x1e','\x00','\xa0','\x24','\xa4','\x14','\xa4','\x14','\xa4','\x87','\xbc','\x44','\x04','\x44','\x04','\x17','\xfc','\x14','\x04','\x24','\x04','\xe7','\xbc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x28','\xa4','\x10','\x04','\x04','\x40','\x04','\x40','\x04','\x40','\x7f','\xf8','\x04','\x48','\x04','\x48','\x3f','\xf8','\x24','\x40','\x24','\x40','\x3f','\xfc','\x04','\x44','\x08','\x44','\x08','\x54','\x10','\x48','\x20','\x40','\x40','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\xfc','\x40','\x10','\x80','\x10','\x80','\x14','\x80','\x19','\x00','\x31','\x10','\xd1','\x08','\x12','\x08','\x17','\xfc','\x12','\x04','\x50','\x04','\x20','\x00','\x01','\x20','\x21','\x20','\x11','\x20','\x17','\xf8','\x81','\x28','\x41','\x28','\x47','\xf8','\x15','\x20','\x15','\x20','\x27','\xfc','\xe1','\x24','\x21','\x24','\x22','\x34','\x22','\x28','\x24','\x20','\x08','\x20','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x10','\x40','\x30','\x80','\x30','\x80','\x50','\x80','\x91','\x00','\x11','\x10','\x11','\x08','\x12','\x08','\x17','\xfc','\x12','\x04','\x10','\x04','\x10','\x00','\x10','\x80','\x10','\x80','\x50','\x80','\x50','\xfc','\x7d','\x54','\x52','\x54','\x90','\x54','\x10','\x94','\x1c','\x94','\xf1','\x24','\x52','\x24','\x10','\x44','\x10','\x44','\x10','\x84','\x11','\x28','\x10','\x10','\x20','\x44','\x20','\x44','\x78','\x44','\x48','\x84','\x90','\xbe','\x7d','\x84','\x56','\x84','\x54','\xa4','\x7c','\x94','\x54','\x94','\x54','\x84','\x7c','\x84','\x00','\x84','\xaa','\x84','\xaa','\x94','\x00','\x88','\x00','\x40','\x04','\x40','\x04','\x20','\x08','\x20','\x10','\x10','\x20','\x08','\x40','\x04','\x9f','\xe2','\x04','\x20','\x04','\x20','\x04','\x20','\x08','\x20','\x08','\x20','\x10','\x20','\x21','\x40','\x40','\x80','\x01','\x00','\x01','\x00','\x79','\x00','\x49','\xfc','\x4a','\xa4','\x4c','\xa4','\x48','\xa4','\x49','\x24','\x49','\x24','\x4a','\x44','\x7c','\x44','\x48','\x84','\x01','\x04','\x02','\x04','\x04','\x28','\x00','\x10','\x00','\x20','\x01','\xfc','\x78','\x20','\x48','\x88','\x4b','\xfe','\x48','\x88','\x49','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\xfc','\x49','\x04','\x01','\xfc','\x00','\x88','\x01','\x04','\x02','\x02','\x10','\x20','\x11','\xfc','\x10','\x20','\x10','\x88','\x13','\xfe','\xfc','\x88','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x1d','\x04','\xe1','\xfc','\x40','\x88','\x01','\x04','\x02','\x02','\x10','\x20','\x11','\xfc','\x10','\x20','\x10','\x88','\x1b','\xfe','\x54','\x88','\x51','\xfc','\x51','\x04','\x91','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x10','\x10','\x90','\x10','\x90','\x10','\x88','\xfd','\x08','\x11','\x04','\x12','\x04','\x15','\xfa','\x18','\x88','\x30','\x88','\xd0','\x88','\x10','\x88','\x11','\x08','\x11','\x08','\x52','\x28','\x24','\x10','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x30','\x1c','\x68','\x2a','\xa4','\xc9','\x22','\x08','\x20','\x09','\x20','\x11','\x10','\x11','\x10','\x22','\xa0','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x02','\x00','\x7f','\xfc','\x04','\x20','\x18','\x18','\xe9','\x06','\x1f','\xf8','\x31','\x00','\x5f','\xf8','\x91','\x00','\x1f','\xfc','\x10','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x10','\x10','\x10','\x50','\x94','\x50','\x54','\x50','\x58','\x88','\x10','\x88','\xfd','\x04','\x32','\xfa','\x38','\x48','\x54','\x48','\x54','\x48','\x90','\x48','\x10','\x88','\x10','\x88','\x11','\x28','\x12','\x10','\x11','\x10','\x09','\x20','\x7f','\xfc','\x05','\x40','\x19','\x30','\x7f','\xfc','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x08','\x20','\x10','\x10','\x10','\x10','\x10','\x90','\x20','\x90','\x24','\x88','\x45','\x08','\xf9','\x04','\x12','\x04','\x25','\xfa','\x48','\x88','\xfc','\x88','\x04','\x88','\x00','\x88','\x55','\x08','\x55','\x08','\x82','\x28','\x04','\x10','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x04','\x40','\x08','\x20','\x30','\x18','\xdf','\xe6','\x04','\x20','\x04','\x20','\x08','\x20','\x10','\xa0','\x20','\x40','\x02','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x10','\x10','\x10','\x10','\x08','\x20','\x08','\x20','\x04','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x4f','\xe4','\x44','\x44','\x47','\xc4','\x44','\x44','\x47','\xc4','\x44','\x74','\x5f','\xc4','\x40','\x54','\x40','\x48','\x00','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x42','\x84','\x42','\x44','\x44','\x24','\x48','\x24','\x40','\x04','\x40','\x04','\x40','\x14','\x40','\x08','\x09','\x04','\x08','\x84','\x08','\x88','\x10','\x00','\x13','\xfe','\x30','\x88','\x30','\x88','\x50','\x88','\x90','\x88','\x17','\xfe','\x10','\x88','\x10','\x88','\x11','\x08','\x11','\x08','\x12','\x08','\x14','\x08','\x00','\x20','\x00','\xf0','\x1f','\x00','\x10','\x00','\x10','\x00','\x1f','\xf8','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\x80','\xff','\xfe','\x00','\x00','\x08','\x40','\x10','\x20','\x20','\x10','\x40','\x08','\x20','\x00','\x23','\xfc','\x22','\x04','\x22','\x04','\x23','\xfc','\xfa','\x00','\x22','\x84','\x22','\x48','\x22','\xfc','\x22','\x48','\x22','\x48','\x3b','\xfe','\xe4','\x48','\x44','\x48','\x08','\x88','\x11','\x08','\x49','\x20','\x2a','\x20','\x7f','\x3e','\x49','\x48','\x5d','\xa8','\x6b','\x28','\x49','\x10','\x49','\x28','\x40','\x46','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x01','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x11','\x10','\x09','\x10','\x09','\x20','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x08','\x20','\x49','\x20','\x2a','\x3e','\x7f','\x48','\x49','\x48','\x5d','\xa8','\x6b','\x10','\x49','\x28','\x43','\x46','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x10','\x00','\x13','\xfe','\x10','\x20','\x10','\x20','\xfc','\x20','\x13','\xfe','\x32','\x22','\x3a','\x22','\x56','\x52','\x52','\x4a','\x92','\x8a','\x13','\x02','\x12','\x02','\x12','\x02','\x12','\x0a','\x12','\x04','\x10','\x10','\x08','\x20','\x04','\x40','\x7f','\xfc','\x04','\x40','\x04','\x40','\x04','\x40','\x44','\x44','\x24','\x44','\x14','\x48','\x14','\x50','\x04','\x40','\x04','\x40','\x04','\x40','\xff','\xfe','\x00','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x20','\x49','\x20','\x2a','\x3e','\x7f','\x44','\x49','\xa4','\x49','\x24','\x5d','\x28','\x6b','\x28','\x49','\x10','\x41','\x28','\x45','\x44','\x42','\x82','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x84','\x40','\x84','\x4f','\xf4','\x41','\x84','\x42','\x84','\x44','\x84','\x48','\x84','\x42','\x84','\x41','\x14','\x40','\x08','\x02','\x20','\x7a','\x24','\x4a','\x28','\x53','\xb0','\x52','\x20','\x62','\x22','\x52','\xa2','\x4b','\x1e','\x48','\x40','\x48','\x40','\x6b','\xfc','\x50','\x40','\x40','\x40','\x40','\x40','\x47','\xfe','\x40','\x00','\x01','\x00','\x21','\x08','\x11','\x08','\x09','\x10','\x09','\x20','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x01','\x00','\x00','\x00','\x7f','\xfe','\x02','\x00','\x04','\x00','\x1f','\xf8','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x1f','\xf8','\x10','\x08','\x10','\x08','\x1f','\xf8','\x08','\x10','\x10','\x08','\x20','\x04','\x10','\x10','\x10','\x08','\x17','\x88','\x24','\xbe','\x24','\x80','\x64','\x94','\x67','\x88','\xa4','\x7e','\x24','\x08','\x27','\x88','\x26','\xbe','\x2a','\x88','\x2a','\x88','\x2b','\x88','\x32','\x88','\x20','\x08','\x00','\x40','\x7c','\x20','\x45','\xfc','\x44','\x88','\x7c','\x50','\x43','\xfe','\x7c','\x20','\xa5','\xfc','\x24','\x20','\x3d','\x20','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x10','\x27','\x88','\xa4','\xbe','\x64','\x80','\x27','\xa2','\x24','\x94','\x64','\x3e','\xaf','\x88','\x2c','\x88','\x34','\xbe','\x47','\x88','\x44','\x88','\x80','\x08','\x00','\x20','\xfe','\x40','\x10','\xfc','\x7c','\x84','\x10','\xfc','\x1e','\x84','\xf0','\xfc','\x00','\x00','\x7f','\xfc','\x04','\x00','\x08','\x00','\x3f','\xf0','\xc8','\x10','\x08','\x10','\x0f','\xf0','\x08','\x10','\x00','\x04','\x7f','\x04','\x41','\x04','\x41','\x24','\x41','\x24','\x7f','\x24','\x00','\x24','\x10','\x24','\x10','\x24','\x1f','\x24','\x11','\x24','\x11','\x24','\x21','\x04','\x21','\x04','\x4a','\x14','\x84','\x08','\x08','\x20','\x49','\x20','\x2a','\x3e','\x7f','\x48','\x49','\x48','\x5d','\xa8','\x6b','\x10','\x49','\x28','\x43','\x46','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x00','\x90','\x3f','\xfc','\x20','\x80','\x30','\x48','\x28','\x50','\x24','\x24','\x40','\xd4','\x83','\x0c','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x00','\x3f','\xf8','\x21','\x08','\x22','\x88','\x24','\x48','\x00','\x00','\x20','\x84','\x3e','\x98','\x20','\xe0','\x20','\x84','\x26','\x84','\x38','\x7c','\x10','\x80','\x10','\x40','\x17','\xfc','\x24','\x04','\x24','\x04','\x67','\xfc','\x64','\x00','\xa4','\x00','\x27','\xfc','\x26','\xa4','\x2a','\xa4','\x2b','\xfc','\x2a','\xa4','\x2a','\xa4','\x32','\xa4','\x22','\x0c','\x01','\x00','\x01','\x00','\xff','\xfe','\x04','\x40','\x14','\x50','\x24','\x48','\x48','\xc4','\x14','\x00','\x27','\xf0','\x08','\x20','\x14','\x40','\x22','\x80','\x41','\x00','\x06','\xc0','\x18','\x30','\xe0','\x0e','\x00','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x1f','\xfc','\x10','\x00','\x10','\x00','\x10','\x00','\x1f','\xe0','\x10','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x20','\x20','\x40','\x20','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x80','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x20','\x00','\x2f','\xfc','\x29','\x24','\x29','\x24','\x2f','\xfc','\x49','\x24','\x49','\x24','\x88','\x0c','\x10','\x40','\x10','\x20','\x21','\xfe','\x25','\x02','\x45','\x02','\xf9','\xfe','\x11','\x00','\x21','\x00','\x49','\xfe','\xfd','\xaa','\x05','\xaa','\x02','\xfe','\xaa','\xaa','\xaa','\xaa','\x84','\xa2','\x00','\x86','\x00','\x00','\x20','\x00','\x17','\xf8','\x10','\x88','\x00','\x88','\x00','\x88','\xf0','\x88','\x10','\x88','\x10','\x88','\x11','\x08','\x11','\x08','\x12','\x28','\x14','\x10','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x08','\x20','\x3c','\x13','\xc0','\x12','\x00','\x02','\x00','\x03','\xfc','\xf2','\x04','\x12','\x88','\x12','\x50','\x12','\x20','\x12','\x50','\x14','\x88','\x15','\x04','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x80','\x20','\x40','\x13','\xfc','\x12','\x04','\x02','\x04','\x03','\xfc','\xf2','\x00','\x13','\xfc','\x13','\x54','\x15','\x54','\x15','\xfc','\x19','\x54','\x11','\x44','\x11','\x0c','\x28','\x00','\x47','\xfe','\x10','\x00','\x17','\xfe','\x10','\x40','\x27','\xfc','\x24','\x44','\x64','\x44','\x67','\xfc','\xa4','\x44','\x24','\x44','\x27','\xfc','\x22','\x40','\x21','\x40','\x20','\x80','\x21','\x40','\x22','\x30','\x2c','\x0e','\x20','\x20','\x20','\x20','\x3e','\x20','\x44','\x20','\x88','\xfc','\x7f','\x24','\x49','\x24','\x49','\x24','\x49','\x24','\x7f','\x44','\x14','\x44','\x14','\x94','\x25','\x0a','\x24','\x02','\x43','\xfe','\x80','\x00','\x10','\x80','\x10','\x80','\x10','\xf8','\x11','\x08','\xfe','\x10','\x25','\xfc','\x25','\x24','\x25','\x24','\x25','\x24','\x49','\xfc','\x28','\x50','\x10','\x50','\x28','\x90','\x44','\x92','\x81','\x12','\x02','\x0e','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x00','\x08','\x08','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x28','\x80','\x28','\xfe','\xfe','\x90','\x29','\x7c','\x39','\x54','\x13','\x54','\x7d','\x7c','\x55','\x54','\x55','\x54','\x7d','\x7c','\x11','\x90','\xff','\x50','\x11','\x20','\x11','\x30','\x11','\x48','\x11','\x86','\x08','\x00','\x0b','\xf8','\x0a','\x08','\x12','\x08','\x12','\x08','\x33','\xf8','\x30','\x40','\x50','\x40','\x97','\xfc','\x10','\xe0','\x11','\x50','\x12','\x48','\x14','\x44','\x18','\x42','\x10','\x40','\x10','\x40','\x10','\x28','\x10','\x24','\x2b','\xfe','\x54','\x20','\x92','\x20','\x7d','\xfc','\x11','\x24','\x11','\x24','\xfd','\xfc','\x01','\x24','\x7d','\x24','\x45','\xfc','\x45','\x24','\x45','\x24','\x7d','\x24','\x45','\x0c','\x10','\x28','\x10','\x24','\x2b','\xfe','\x24','\x20','\x40','\x20','\xb9','\xfc','\x11','\x24','\x11','\x24','\xfd','\xfc','\x11','\x24','\x95','\x24','\x59','\xfc','\x51','\x24','\x1d','\x24','\xe1','\x24','\x41','\x0c','\x00','\x00','\x7f','\xfc','\x41','\x44','\x41','\x24','\x5f','\xf4','\x41','\x04','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x49','\x24','\x49','\x64','\x40','\x04','\x7f','\xfc','\x40','\x04','\x10','\x48','\x10','\x44','\x17','\xfe','\x10','\x40','\xfc','\x40','\x13','\xfc','\x12','\x44','\x16','\x44','\x1b','\xfc','\x32','\x44','\xd2','\x44','\x13','\xfc','\x12','\x44','\x12','\x44','\x52','\x54','\x22','\x08','\x01','\x00','\x01','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\x11','\x00','\xff','\xfe','\x01','\x00','\x01','\x10','\x11','\x08','\x11','\x14','\x21','\x24','\x40','\xc0','\x03','\x00','\x1c','\x00','\xe0','\x00','\x01','\x20','\x01','\x10','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x28','\x20','\x10','\x20','\x28','\x10','\x24','\x03','\xfe','\xf8','\x20','\x08','\x20','\x11','\xfc','\x11','\x24','\x35','\x24','\x59','\xfc','\x95','\x24','\x15','\x24','\x11','\xfc','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\x0c','\x10','\x28','\x10','\x24','\x13','\xfe','\xfc','\x20','\x10','\x20','\x7d','\xfc','\x55','\x24','\x7d','\x24','\x55','\xfc','\x7d','\x24','\x11','\x24','\xfd','\xfc','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\x0c','\x08','\x20','\x1c','\x20','\xf3','\xfe','\x10','\x20','\x11','\xfc','\xfd','\x24','\x11','\xfc','\x39','\x24','\x35','\xfc','\x54','\x40','\x50','\x24','\x92','\xa2','\x12','\x8a','\x14','\x88','\x10','\x78','\x10','\x00','\x04','\x40','\x7f','\xfc','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x10','\x10','\x22','\x08','\xdf','\xf6','\x04','\x10','\x08','\x50','\x30','\x20','\x04','\x40','\x7f','\xfc','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x10','\x10','\x21','\x08','\xcf','\xe6','\x01','\x00','\x01','\x00','\x3f','\xf8','\x04','\x40','\x7f','\xfc','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x12','\x10','\x22','\x08','\xcb','\x26','\x12','\x90','\x2a','\x90','\x04','\x00','\x00','\x90','\x00','\x88','\x00','\x80','\x3f','\xfe','\x20','\x80','\x20','\x80','\x20','\x84','\x20','\x44','\x20','\x48','\x20','\x48','\x20','\x30','\x20','\x22','\x20','\x52','\x40','\x8a','\x43','\x06','\x8c','\x02','\x04','\x40','\x7f','\xfc','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x10','\x10','\x2f','\xe8','\xc8','\x26','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x00','\x00','\x1f','\xf0','\x10','\x10','\x12','\x10','\x11','\x10','\x11','\x10','\xff','\xfe','\x20','\x10','\x22','\x10','\x21','\x10','\x21','\x10','\x3f','\xfc','\x00','\x10','\x00','\x10','\x00','\xa0','\x00','\x40','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x48','\x27','\xfc','\x10','\x40','\x13','\xf8','\x82','\x48','\x43','\xf8','\x4a','\x48','\x0b','\xf8','\x12','\x48','\xf0','\x10','\x27','\xfc','\x22','\x10','\x21','\x30','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x14','\x10','\x12','\x10','\x12','\x10','\x2f','\xa0','\x24','\x3e','\x64','\x44','\x67','\xa4','\xa4','\xa4','\x24','\xa8','\x24','\xa8','\x24','\x90','\x24','\x90','\x2a','\xa8','\x29','\x28','\x30','\x44','\x20','\x82','\x08','\x40','\x08','\x40','\x0f','\xfc','\x10','\x40','\x13','\xf8','\x30','\x80','\x37','\xfc','\x51','\x10','\x92','\x48','\x14','\x46','\x11','\xf0','\x10','\x40','\x17','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x08','\x00','\x08','\x00','\x1f','\xf0','\x10','\x10','\x20','\x10','\x5f','\x90','\x90','\x90','\x10','\x90','\x10','\x90','\x1f','\x90','\x10','\x50','\x10','\x20','\x10','\x04','\x10','\x04','\x0f','\xfc','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x10','\x00','\x10','\xfc','\x7c','\x84','\x10','\x84','\x10','\x94','\xfe','\x88','\x44','\x80','\x28','\xfc','\x7c','\xa4','\x10','\xa4','\x10','\xa8','\xfe','\xa8','\x10','\x90','\x10','\xa8','\x10','\xc4','\x10','\x82','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x04','\x40','\x09','\x20','\x31','\x18','\xcf','\xe6','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x20','\x01','\x10','\xff','\xfe','\x00','\x00','\x10','\x40','\x10','\x40','\x10','\xfc','\x10','\x88','\x55','\x50','\x54','\x20','\x54','\xd8','\x57','\x26','\x54','\xf8','\x54','\x20','\x54','\xf8','\x5c','\x20','\x67','\xfe','\x00','\x20','\x00','\x20','\x00','\x20','\x01','\x00','\x41','\x04','\x7f','\xfc','\x08','\x00','\x1f','\xf0','\x28','\x20','\x07','\xc0','\x18','\x30','\xe1','\x0e','\x1f','\xf0','\x01','\x00','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x22','\x44','\x4a','\x94','\x85','\x08','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x00','\x22','\x00','\x27','\xf8','\x28','\x08','\x37','\xc8','\x24','\x48','\x24','\x48','\x27','\xc8','\x24','\x28','\x24','\x12','\x44','\x02','\x43','\xfe','\x80','\x00','\x10','\x80','\x10','\x80','\x11','\xfc','\x11','\x04','\xfa','\x04','\x15','\xf4','\x11','\x14','\x19','\x14','\x31','\x14','\xd1','\xf4','\x11','\x04','\x11','\x28','\x11','\x12','\x11','\x02','\x50','\xfe','\x20','\x00','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x10','\x40','\x13','\xfe','\x14','\x88','\x19','\x24','\x32','\x22','\xd0','\xf8','\x10','\x20','\x13','\xfe','\x10','\x20','\x50','\x20','\x20','\x20','\x20','\x40','\x10','\x40','\x00','\x40','\xfe','\x80','\x20','\xfe','\x21','\x08','\x3e','\x88','\x24','\x88','\x24','\x88','\x24','\x50','\x24','\x50','\x24','\x20','\x44','\x50','\x54','\x88','\x89','\x04','\x02','\x02','\x02','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x04','\x00','\x04','\x00','\x04','\x00','\x07','\xf0','\x04','\x10','\x04','\x10','\x04','\x10','\x08','\x10','\x08','\x10','\x10','\x10','\x20','\xa0','\x40','\x40','\x00','\x00','\x3e','\x7c','\x22','\x44','\x22','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x22','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x22','\x44','\x22','\x44','\x42','\x84','\x4a','\x94','\x85','\x08','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x87','\xfc','\x40','\x40','\x40','\x40','\x10','\x40','\x1f','\xfe','\x20','\x40','\xe0','\x80','\x21','\x00','\x22','\x10','\x24','\x08','\x2f','\xfc','\x04','\x04','\x01','\x00','\x21','\x00','\x11','\xfc','\x12','\x04','\x82','\x04','\x47','\xe4','\x4a','\x24','\x12','\x24','\x12','\x24','\x23','\xe4','\xe2','\x14','\x22','\x08','\x22','\x02','\x22','\x02','\x21','\xfe','\x00','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf0','\x00','\x60','\x01','\x80','\x01','\x00','\x05','\x00','\x02','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x00','\x80','\x00','\x80','\xfd','\xfc','\x11','\x04','\x12','\x04','\x25','\xf4','\x3d','\x14','\x65','\x14','\x65','\x14','\xa5','\xf4','\x25','\x04','\x25','\x28','\x3d','\x12','\x25','\x02','\x20','\xfe','\x00','\x00','\x10','\x20','\x14','\x7c','\x22','\x84','\x29','\x48','\x48','\x30','\xf0','\xce','\x16','\x10','\x22','\x7c','\x4a','\x10','\xfa','\x7c','\x0a','\x10','\x02','\xfe','\xaa','\x10','\xaa','\x10','\x85','\xfe','\x08','\x00','\x00','\x80','\x78','\x80','\x49','\xfc','\x49','\x04','\x4a','\x04','\x7d','\xf4','\x49','\x14','\x49','\x14','\x49','\x14','\x79','\xf4','\x49','\x04','\x49','\x28','\x49','\x12','\x49','\x02','\x48','\xfe','\x98','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x0a','\x20','\x01','\x00','\xff','\xfe','\x04','\x00','\x04','\x00','\x07','\xf0','\x04','\x10','\x08','\x10','\x08','\x10','\x10','\x10','\x20','\xa0','\x40','\x40','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7c','\xfc','\x44','\x84','\x44','\x84','\x7c','\xfc','\x44','\x84','\x44','\x84','\x7c','\xfc','\x45','\x04','\x01','\x04','\x02','\x14','\x0c','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x23','\xf0','\x15','\x10','\x10','\xe0','\x07','\x1c','\x70','\x40','\x13','\xf8','\x10','\x40','\x11','\xf0','\x10','\x40','\x17','\xfc','\x28','\x40','\x47','\xfe','\x10','\x40','\x10','\x40','\x10','\xfc','\x7c','\x88','\x55','\x50','\x54','\x20','\x54','\xd8','\x57','\x26','\x7c','\xf8','\x50','\x20','\x10','\xf8','\x14','\x20','\x1f','\xfe','\xe4','\x20','\x40','\x20','\x00','\x20','\x01','\x00','\xff','\xfe','\x08','\x00','\x0b','\xf8','\x12','\x08','\x33','\xf8','\x50','\x40','\x97','\xfe','\x11','\x50','\x12','\x48','\x03','\x00','\x04','\x88','\x0c','\x50','\x35','\x30','\xc6','\x0e','\x04','\x00','\x20','\x40','\x10','\x20','\x10','\x20','\xfd','\xfe','\x00','\x40','\x7c','\x40','\x00','\x40','\x7c','\x7c','\x00','\x44','\x7c','\x44','\x44','\x44','\x44','\x44','\x44','\x84','\x7c','\x84','\x45','\x28','\x02','\x10','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x00','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x08','\x00','\x08','\x7c','\x08','\x44','\xff','\x48','\x08','\x48','\x08','\x50','\x7e','\x48','\x08','\x48','\x08','\x44','\xff','\x44','\x08','\x44','\x10','\x68','\x10','\x50','\x20','\x40','\x40','\x40','\x80','\x40','\x10','\x40','\x10','\x40','\x28','\xfc','\x24','\x88','\x41','\x50','\xb8','\x20','\x10','\xd8','\x13','\x26','\xfc','\xf8','\x10','\x20','\x94','\xf8','\x58','\x20','\x53','\xfe','\x1c','\x20','\xe0','\x20','\x40','\x20','\x08','\x40','\x08','\x40','\x14','\xfc','\x12','\x84','\x29','\x04','\x7e','\xf4','\xa2','\x94','\x3e','\x94','\x22','\xf4','\x3e','\x84','\x20','\x94','\x28','\x88','\x24','\x82','\x2a','\x82','\x32','\x7e','\x20','\x00','\x3f','\xf8','\x20','\x08','\x2f','\xe8','\x22','\x08','\x2f','\xe8','\x28','\x28','\x2f','\xe8','\x28','\x28','\x2f','\xe8','\x28','\x08','\x2f','\xf8','\x28','\x08','\x2f','\xfa','\x40','\x1a','\x55','\x56','\x80','\x32','\x00','\x10','\x77','\x20','\x55','\x7c','\x55','\x44','\x55','\x7c','\x77','\x44','\x55','\x7c','\x55','\x40','\x55','\x7e','\x77','\x40','\x55','\x7e','\x55','\x02','\x55','\x2a','\xb5','\x2a','\x89','\x42','\x13','\x0c','\x00','\x10','\x01','\xf8','\x7e','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x7f','\xf8','\x00','\x30','\x00','\xc0','\x03','\x00','\x0c','\x00','\x30','\x00','\x48','\x00','\x87','\xfe','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\xff','\xfe','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x1f','\xfc','\x00','\x00','\x10','\x80','\x10','\x40','\x17','\xfc','\x22','\x08','\x21','\x10','\x67','\xfe','\x64','\x02','\xa8','\x84','\x20','\x40','\x27','\xfc','\x21','\x00','\x21','\xf8','\x21','\x08','\x22','\x08','\x22','\x28','\x24','\x10','\x10','\x04','\x08','\x04','\x7f','\x84','\x00','\x24','\x21','\x24','\x12','\x24','\xff','\xe4','\x00','\x24','\x00','\x24','\x3f','\x24','\x21','\x24','\x21','\x24','\x21','\x04','\x3f','\x04','\x21','\x14','\x00','\x08','\x10','\x40','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x80','\xfc','\x80','\x10','\x80','\x10','\xfc','\x10','\x84','\x10','\x84','\x10','\x84','\x1c','\x84','\xe1','\x04','\x41','\x04','\x02','\x28','\x04','\x10','\x10','\x40','\x10','\x20','\x10','\x20','\x11','\xfe','\xfc','\x40','\x24','\x40','\x24','\x40','\x24','\x7c','\x24','\x44','\x48','\x44','\x28','\x44','\x10','\x44','\x28','\x84','\x44','\x84','\x81','\x28','\x02','\x10','\x20','\x00','\x23','\xfc','\x22','\x04','\xfa','\xf4','\xaa','\x04','\xaa','\xf4','\xaa','\x04','\xa8','\x00','\xa9','\xf8','\xa9','\x08','\xa9','\xf8','\xb9','\x08','\x21','\xf8','\x21','\x08','\x21','\xf8','\x21','\x08','\x02','\x00','\x01','\x00','\xff','\xfe','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x1f','\xf8','\x00','\x00','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x20','\x10','\x10','\x10','\x10','\x10','\x00','\x1b','\xfe','\x54','\x80','\x50','\x80','\x50','\x80','\x90','\x80','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\xfe','\x10','\x00','\x02','\x00','\x01','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x21','\x00','\x20','\x80','\x3f','\xfc','\x22','\x00','\x22','\x00','\x23','\xf8','\x44','\x08','\x44','\x08','\x88','\x28','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x7f','\xfc','\x08','\x20','\xff','\xfe','\x08','\x20','\x31','\x18','\xc9','\x26','\x05','\x40','\x09','\x20','\x15','\x10','\x22','\x08','\x10','\x00','\x08','\x7c','\xff','\x44','\x20','\x7c','\x20','\x44','\x26','\x7c','\x38','\x44','\x20','\x94','\x01','\x08','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x0f','\xe0','\x08','\x20','\x08','\x20','\x0f','\xe0','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x10','\x40','\x33','\xfe','\x38','\x88','\x55','\x24','\x52','\x22','\x90','\xf8','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x00','\x00','\x3f','\xf8','\x20','\x08','\x2f','\xe8','\x20','\x08','\x2f','\xe8','\x20','\x08','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x40','\x10','\x20','\x20','\x20','\x25','\xfe','\x44','\x40','\xf8','\x40','\x10','\x40','\x20','\x7c','\x48','\x44','\xfc','\x44','\x04','\x44','\x00','\x44','\x54','\x84','\x54','\x84','\x81','\x28','\x02','\x10','\x00','\x40','\x3c','\x20','\x24','\x20','\x25','\xfe','\x24','\x40','\x3c','\x40','\x24','\x40','\x24','\x7c','\x24','\x44','\x3c','\x44','\x24','\x44','\x24','\x44','\x24','\x84','\x44','\x84','\x55','\x28','\x8a','\x10','\x00','\x82','\x78','\x82','\x4f','\xf4','\x48','\x88','\x48','\x80','\x7b','\xe2','\x48','\x02','\x4b','\xe4','\x4a','\x28','\x7a','\x20','\x4b','\xe0','\x4a','\x22','\x49','\x42','\x48','\x74','\x4f','\x88','\x9a','\x10','\x20','\x88','\x10','\x88','\x03','\xfe','\xfc','\x88','\x00','\x88','\x78','\xf8','\x00','\x88','\x78','\x88','\x00','\xf8','\x78','\x20','\x4b','\xfe','\x48','\x70','\x48','\xa8','\x79','\x24','\x4a','\x22','\x00','\x20','\x0c','\x20','\x30','\x40','\xc3','\xfc','\x15','\x04','\x49','\x04','\x31','\xfc','\xc9','\x04','\x15','\x04','\x25','\xfc','\xcc','\x50','\x14','\x50','\x24','\x50','\xc4','\x92','\x04','\x92','\x29','\x0e','\x12','\x00','\x06','\x00','\x78','\xfc','\x40','\x44','\x48','\x44','\x44','\x44','\x5a','\x94','\x61','\x08','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x10','\x20','\x10','\x20','\x28','\x48','\x24','\x84','\x41','\xfe','\xb8','\x12','\x10','\x90','\x10','\x90','\xfc','\xfe','\x11','\x10','\x94','\x10','\x59','\xfe','\x50','\x10','\x1c','\x10','\xe0','\x10','\x40','\x10','\x00','\x40','\x7c','\x20','\x44','\x20','\x4b','\xfe','\x48','\x80','\x50','\x80','\x48','\x80','\x48','\xfc','\x44','\x84','\x44','\x84','\x44','\x84','\x68','\x84','\x51','\x04','\x41','\x04','\x42','\x28','\x44','\x10','\x00','\x40','\x00','\x50','\x78','\x48','\x48','\x48','\x48','\x40','\x4f','\xfe','\x48','\x40','\x48','\x40','\x48','\xa0','\x48','\xa0','\x48','\xa0','\x79','\x10','\x49','\x10','\x02','\x08','\x04','\x04','\x08','\x02','\x08','\x00','\x08','\xfe','\x08','\x10','\x7e','\x20','\x08','\xfc','\x4a','\x84','\x2a','\x84','\x2c','\xfc','\x08','\x84','\xfe','\xfc','\x08','\x84','\x14','\x84','\x12','\xfc','\x22','\x48','\x40','\x84','\x81','\x02','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x44','\x04','\x48','\x7c','\x50','\x04','\x60','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x42','\x1c','\x42','\xe4','\x42','\x44','\x3e','\x04','\x00','\x10','\xa0','\x14','\xa4','\x12','\xa8','\x20','\xa0','\x27','\xfc','\x61','\x10','\x60','\xa0','\xa7','\xfc','\x20','\x40','\x23','\xf8','\x20','\x40','\x27','\xfc','\x20','\xa0','\x21','\x10','\x22','\x08','\x2c','\x06','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x80','\x02','\x40','\x02','\x20','\x02','\x10','\x02','\x10','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x00','\x00','\x3f','\xf8','\x29','\x28','\x25','\x48','\x3f','\xf8','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x24','\x48','\x42','\x24','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x10','\x50','\x12','\x52','\x11','\x54','\x10','\x50','\xfb','\xfe','\x10','\x88','\x14','\x50','\x1b','\xfe','\x30','\x20','\xd1','\xfc','\x10','\x20','\x13','\xfe','\x10','\x50','\x10','\x88','\x51','\x04','\x26','\x02','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\xfe','\x40','\x08','\x50','\x18','\x48','\x1c','\x44','\x2a','\x44','\x2a','\x40','\x48','\x40','\x88','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x48','\x40','\x48','\x80','\x7e','\xfe','\x49','\x08','\x8a','\x88','\x08','\x88','\x0e','\x88','\xf8','\x50','\x48','\x50','\x08','\x20','\x08','\x50','\x08','\x88','\x09','\x04','\x0a','\x02','\x00','\x20','\x00','\x20','\x79','\xfc','\x48','\x20','\x48','\x20','\x7b','\xfe','\x48','\x88','\x49','\x04','\x7a','\x22','\x48','\x20','\x49','\xfc','\x48','\x20','\x78','\x20','\x48','\x20','\x03','\xfe','\x00','\x00','\x08','\x20','\x1c','\x40','\xf1','\xfc','\x11','\x04','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x38','\x20','\x35','\x24','\x56','\x32','\x50','\xc0','\x93','\x18','\x10','\x60','\x11','\x8c','\x10','\x30','\x13','\xc0','\x10','\x00','\x10','\x00','\x28','\xfc','\x24','\x84','\x42','\x84','\xbc','\x84','\x10','\x84','\x10','\x84','\xfe','\x84','\x10','\x84','\x94','\x84','\x58','\x84','\x50','\x84','\x1e','\xfc','\xf0','\x84','\x40','\x00','\x08','\x20','\x08','\x20','\x7f','\x20','\x08','\x20','\x08','\xfc','\x7f','\x24','\x41','\x24','\x82','\x24','\x3c','\x24','\x04','\x24','\x08','\x24','\x0f','\x44','\x78','\x44','\x08','\x84','\x29','\x28','\x12','\x10','\x00','\x00','\x21','\xf0','\x11','\x10','\x11','\x10','\x81','\x10','\x42','\x10','\x54','\x0e','\x18','\x00','\x13','\xf8','\x22','\x08','\xe1','\x08','\x21','\x10','\x20','\xa0','\x20','\x40','\x21','\xb0','\x0e','\x0e','\x00','\x20','\xfc','\x20','\x20','\x20','\x20','\x40','\x20','\x48','\x3c','\x84','\x45','\xfe','\x44','\x82','\x64','\x00','\x94','\xfc','\x08','\x84','\x08','\x84','\x10','\x84','\x20','\x84','\x40','\xfc','\x80','\x84','\x10','\x00','\x13','\xfe','\x12','\x02','\x12','\x02','\x13','\xfe','\xfe','\x10','\x12','\x92','\x12','\x92','\x12','\x92','\x12','\xfe','\x12','\x10','\x1e','\x92','\xe2','\x92','\x44','\x92','\x04','\xfe','\x08','\x02','\x10','\x00','\x11','\xfc','\x11','\x04','\x7d','\xfc','\x55','\x04','\x55','\xfc','\x54','\x20','\x55','\x24','\x54','\xa8','\x54','\x20','\x57','\xfe','\x5c','\x50','\x10','\x50','\x10','\x92','\x11','\x12','\x12','\x0e','\x02','\x00','\x02','\x00','\x7f','\xfc','\x04','\x40','\x09','\x20','\x31','\x18','\xcf','\xe6','\x01','\x00','\x09','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\x4f','\xe4','\x81','\x02','\x01','\x00','\x01','\x00','\x01','\x00','\x0e','\x00','\xf1','\xdc','\x92','\x44','\x54','\x44','\xff','\x54','\x38','\xcc','\x54','\x44','\x82','\x44','\x7c','\x4c','\x54','\xd4','\x55','\x64','\x7c','\x44','\x54','\x44','\x54','\x44','\x7d','\x54','\x44','\x88','\x00','\x00','\x0f','\xe0','\x08','\x20','\x08','\x20','\x08','\x20','\x0a','\x20','\x09','\x20','\x08','\xa0','\x08','\xa0','\x08','\x20','\x10','\x20','\x10','\x22','\x20','\x22','\x20','\x22','\x40','\x1e','\x80','\x00','\x04','\x40','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc4','\x26','\x04','\x20','\x08','\x20','\x10','\xa0','\x60','\x40','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x00','\x80','\x3f','\xfe','\x24','\x10','\x3f','\x7c','\x26','\x38','\x2d','\x54','\x34','\x12','\x20','\x38','\x27','\xc0','\x20','\x40','\x27','\xf8','\x20','\x40','\x2f','\xfe','\x40','\x40','\x41','\x40','\x80','\x80','\x00','\x80','\x3f','\xfe','\x22','\x10','\x2f','\x7c','\x22','\x10','\x27','\x38','\x2a','\xd4','\x22','\x10','\x2f','\xfc','\x21','\x00','\x22','\x00','\x27','\xf8','\x4a','\x08','\x52','\x08','\x83','\xf8','\x02','\x08','\x00','\x80','\x3f','\xfe','\x24','\x10','\x3f','\x7c','\x26','\x38','\x2d','\x54','\x35','\x12','\x2f','\xf8','\x28','\x88','\x2f','\xf8','\x28','\x88','\x2f','\xf8','\x21','\x50','\x42','\xf8','\x4c','\x8a','\xb0','\x7e','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x10','\x22','\x10','\x22','\x10','\x3f','\xbe','\x22','\x10','\x26','\x10','\x27','\x38','\x2a','\xb4','\x2a','\x54','\x52','\x92','\x42','\x10','\x82','\x10','\x02','\x10','\x10','\x00','\x11','\xfc','\x11','\x24','\x11','\x24','\x11','\xfc','\xfd','\x24','\x11','\x24','\x11','\xfc','\x10','\x20','\x10','\x20','\x11','\xfc','\x1c','\x20','\xe0','\x20','\x40','\x20','\x03','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\xfc','\xfc','\x20','\x24','\x20','\x24','\x20','\x27','\xfe','\x24','\x70','\x48','\xa8','\x28','\xa8','\x11','\x24','\x29','\x24','\x46','\x22','\x84','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x78','\x20','\x49','\xfc','\x48','\x20','\x48','\x20','\x48','\x20','\x7b','\xfe','\x48','\x70','\x48','\xa8','\x48','\xa8','\x49','\x24','\x79','\x24','\x4a','\x22','\x00','\x20','\x00','\x20','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x80','\xfc','\xfe','\x11','\x08','\x32','\x88','\x38','\x88','\x54','\x88','\x54','\x50','\x90','\x50','\x10','\x20','\x10','\x50','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x00','\x1f','\xfc','\x20','\x00','\x20','\x00','\x5f','\xf0','\x91','\x10','\x11','\x10','\x11','\x10','\xff','\xfe','\x22','\x10','\x22','\x10','\x22','\x10','\x3f','\xfc','\x00','\x10','\x00','\xa0','\x00','\x40','\x00','\x00','\x07','\xfc','\xf4','\x44','\x94','\x44','\x97','\xfc','\x94','\x44','\x94','\x44','\x97','\xfc','\x90','\x40','\x90','\x40','\xf7','\xfc','\x90','\x40','\x00','\x40','\x00','\x40','\x0f','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x39','\x04','\x55','\xfc','\x55','\x04','\x91','\xfc','\x11','\x04','\x13','\xfe','\x10','\x88','\x11','\x04','\x12','\x02','\x04','\x40','\x7f','\xfc','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x11','\x10','\x3f','\xf8','\xd1','\x16','\x11','\x50','\x11','\x20','\x01','\x00','\x00','\x88','\x78','\x88','\x4b','\xfe','\x48','\x88','\x48','\x00','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\xfc','\x48','\x20','\x4b','\xfe','\x48','\x50','\x48','\x88','\x49','\x04','\x9a','\x02','\x10','\x40','\x10','\x40','\x10','\x40','\x13','\xfc','\xfa','\x44','\x14','\x48','\x30','\x40','\x38','\x40','\x54','\xa0','\x50','\xa0','\x90','\xa0','\x11','\x20','\x11','\x22','\x12','\x22','\x14','\x1e','\x18','\x00','\x20','\x20','\x20','\x20','\x79','\xfe','\x48','\x40','\x90','\x40','\x7c','\xfc','\x54','\x84','\x55','\x84','\x7e','\xfc','\x54','\x84','\x54','\x84','\x7c','\xfc','\x00','\x84','\xaa','\x84','\xaa','\x94','\x00','\x88','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x20','\x10','\x20','\x31','\x20','\x39','\x20','\x55','\x3c','\x55','\x20','\x91','\x20','\x11','\x20','\x11','\x20','\x11','\x20','\x17','\xfe','\x10','\x00','\x20','\x88','\x20','\x50','\x79','\xfe','\x48','\x50','\x91','\xfc','\x7d','\x54','\x55','\x9c','\x55','\x04','\x7d','\xfc','\x55','\x04','\x55','\xfc','\x7c','\x08','\x01','\xfe','\xaa','\x88','\xaa','\x48','\x00','\x18','\x22','\x08','\x22','\x08','\x22','\x08','\x23','\x88','\xfa','\xbe','\x22','\x88','\x24','\xa8','\x74','\xa8','\x6a','\xa8','\xa1','\x28','\xa1','\x3e','\x21','\x08','\x22','\x08','\x22','\x08','\x24','\x08','\x28','\x08','\x02','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\x24','\x50','\x24','\x48','\x24','\x48','\x44','\x44','\x44','\x44','\x88','\x44','\x08','\x40','\x10','\x40','\x21','\x40','\x40','\x80','\x08','\x00','\x0b','\xf8','\x0a','\x08','\x12','\x08','\x13','\xf8','\x30','\x00','\x30','\x00','\x57','\xfc','\x90','\x40','\x10','\x40','\x1f','\xfe','\x10','\x40','\x10','\xa0','\x11','\x10','\x12','\x08','\x14','\x06','\x00','\x00','\x3f','\xf0','\x10','\x10','\x10','\x10','\x10','\x20','\x08','\x20','\x08','\x20','\x04','\x40','\x04','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x10','\x20','\x10','\x20','\x15','\xfc','\x18','\x70','\x30','\xa8','\xd0','\xa8','\x11','\x24','\x11','\x24','\x12','\x22','\x50','\x20','\x20','\x20','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x01','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x17','\xfe','\x80','\x40','\x40','\x40','\x48','\x40','\x0b','\xfc','\x10','\x40','\x10','\xe0','\xe1','\x50','\x22','\x48','\x24','\x46','\x28','\x40','\x20','\x40','\x00','\x40','\x01','\x00','\x21','\x00','\x11','\xfe','\x12','\x00','\x04','\x00','\x01','\xf8','\xf0','\x10','\x10','\x60','\x10','\x80','\x11','\x04','\x11','\x04','\x10','\xfc','\x10','\x00','\x28','\x00','\x47','\xfe','\x00','\x00','\x08','\x00','\x0b','\xf8','\x0a','\x08','\x12','\x08','\x13','\xf8','\x32','\x20','\x32','\x20','\x52','\x10','\x92','\x08','\x14','\xc6','\x14','\x20','\x18','\x00','\x11','\xc0','\x10','\x30','\x10','\x08','\x10','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7f','\xfc','\x49','\x24','\x49','\x24','\x55','\xfc','\x5d','\xac','\x49','\xfc','\x55','\x24','\x5d','\x3c','\x41','\xcc','\x6b','\x04','\x41','\x14','\x40','\x08','\x00','\x80','\x3f','\xfe','\x24','\x10','\x3f','\x7c','\x26','\x38','\x2d','\x54','\x34','\x12','\x20','\x00','\x27','\xf8','\x24','\x08','\x27','\xf8','\x20','\x00','\x2f','\xfc','\x48','\x04','\x48','\x04','\x8f','\xfc','\x00','\x00','\x00','\x00','\xff','\xfe','\x04','\x00','\x04','\x00','\x04','\x00','\x07','\xf0','\x04','\x10','\x04','\x10','\x08','\x10','\x08','\x10','\x10','\x10','\x10','\x10','\x20','\x10','\x40','\xa0','\x80','\x40','\x23','\xf8','\x22','\x08','\x23','\xf8','\x32','\x08','\xab','\xf8','\xa0','\x00','\xa7','\xfc','\xa4','\xa4','\x24','\xa4','\x27','\xfc','\x20','\x00','\x23','\xf8','\x21','\x10','\x20','\xe0','\x23','\x18','\x2c','\x06','\x01','\x10','\x41','\x10','\x2f','\xfe','\x21','\x10','\x00','\x00','\x87','\xfc','\x40','\x40','\x50','\x40','\x17','\xfc','\x24','\x44','\xe5','\x54','\x25','\x54','\x25','\xf4','\x24','\x04','\x24','\x14','\x04','\x08','\x03','\xf8','\x22','\x08','\x13','\xf8','\x12','\x08','\x83','\xf8','\x40','\x00','\x47','\xfc','\x14','\xa4','\x14','\xa4','\x27','\xfc','\xe0','\x00','\x23','\xf8','\x21','\x10','\x20','\xe0','\x23','\x18','\x0c','\x06','\x08','\x20','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x00','\x00','\x3f','\xf0','\x08','\x20','\x07','\xc0','\x18','\x30','\xe0','\x0e','\x00','\x40','\x00','\x40','\x78','\x40','\x4b','\xfc','\x48','\x40','\x48','\x40','\x48','\x40','\x4f','\xfe','\x48','\xe0','\x49','\x50','\x79','\x50','\x4a','\x48','\x04','\x44','\x08','\x42','\x00','\x40','\x00','\x40','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x03','\x80','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x01','\x00','\x08','\x10','\x10','\x10','\x7f','\x10','\x49','\x7c','\x49','\x10','\x7f','\x10','\x49','\xfe','\x49','\x10','\x7f','\x38','\x10','\x54','\x1a','\x92','\x2c','\x90','\x2f','\x90','\x48','\x10','\x48','\x02','\x87','\xfe','\x00','\x00','\x3f','\xf0','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x3f','\xf0','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x04','\x20','\x04','\x20','\x04','\x1f','\xfc','\x00','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x08','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x10','\x20','\x08','\x10','\x00','\x11','\xfc','\x11','\x24','\x11','\x24','\x55','\x24','\x55','\xfc','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\xfc','\x55','\x24','\x5c','\x20','\x64','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x82','\x24','\x09','\x40','\x28','\x88','\x4b','\x14','\x1c','\x10','\xe7','\xf0','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x42','\x02','\x89','\x24','\x28','\x48','\x49','\x94','\x0e','\x10','\x77','\xf0','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x08','\x7f','\xfc','\x00','\x04','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\x40','\x83','\xf8','\x40','\x80','\x47','\xfc','\x11','\x10','\x12','\x08','\x25','\xf6','\xe0','\x40','\x23','\xf8','\x20','\x40','\x20','\xa0','\x21','\x10','\x06','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x10','\x10','\x1f','\xf0','\x04','\x88','\x08','\x50','\x38','\x20','\xcb','\x18','\x0c','\x06','\x08','\x20','\x1c','\x20','\xf0','\x50','\x10','\x88','\x11','\x44','\xfe','\x22','\x11','\xf8','\x38','\x08','\x34','\x50','\x54','\x20','\x50','\xa4','\x92','\x82','\x12','\x8a','\x12','\x8a','\x14','\x78','\x10','\x00','\x00','\x04','\x78','\x1e','\x49','\xe0','\x49','\x00','\x49','\x06','\x79','\x78','\x49','\x50','\x49','\x50','\x49','\x52','\x79','\x54','\x49','\x48','\x49','\x48','\x49','\x44','\x4a','\x54','\x4a','\x62','\x9c','\x40','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\xa8','\xfc','\xa4','\x24','\xa2','\x25','\x22','\x25','\x20','\x26','\x24','\x48','\x24','\x28','\x28','\x10','\x08','\x28','\x10','\x44','\x20','\x80','\xc0','\x03','\x00','\x10','\x08','\x10','\x3c','\x95','\xe0','\x54','\x20','\x58','\x20','\x10','\x3c','\xfd','\xe0','\x30','\x20','\x38','\x20','\x54','\x3e','\x57','\xe0','\x90','\x20','\x10','\x22','\x10','\x22','\x10','\x22','\x10','\x1e','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x80','\x20','\x80','\x3f','\xfc','\x20','\x80','\x20','\x40','\x20','\x40','\x24','\x24','\x28','\x14','\x30','\x0c','\x20','\x04','\x00','\x00','\x01','\xfc','\x7d','\x04','\x45','\x04','\x45','\x04','\x7d','\xfc','\x45','\x20','\x45','\x20','\x7d','\xfe','\x45','\x20','\x45','\x20','\x45','\x10','\x7d','\x12','\x45','\x4a','\x01','\x86','\x01','\x02','\x00','\x40','\xfc','\x40','\x04','\xfc','\x68','\x88','\x11','\x50','\x08','\x20','\xfe','\xd8','\x13','\x06','\x34','\x40','\x30','\x40','\x53','\xfc','\x50','\x44','\x90','\x84','\x10','\x84','\x51','\x14','\x22','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x00','\x00','\x7f','\xfe','\x42','\x02','\x87','\xf4','\x08','\x10','\x34','\x20','\x02','\x40','\x01','\x80','\x0e','\x00','\x70','\x00','\x10','\x00','\x10','\x00','\x1f','\xfc','\x2a','\xa0','\x4a','\xa0','\x0a','\xa0','\x7f','\xfc','\x0a','\xa0','\x0a','\xa0','\x0a','\xa0','\x7f','\xfc','\x00','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x00','\x08','\x01','\x00','\x11','\x00','\x1f','\xf8','\x21','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x1f','\xf0','\x00','\x10','\x02','\x20','\x01','\x40','\x00','\x80','\x7f','\xfe','\x01','\x82','\x02','\x84','\x04','\x80','\x08','\x80','\x10','\x80','\x20','\x80','\xc0','\x80','\x02','\x80','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x00','\x00','\x00','\x40','\x7e','\xfc','\x15','\x44','\x08','\x38','\xfe','\x44','\x1a','\xa2','\x2c','\xfc','\x48','\x44','\xa8','\x94','\x11','\x08','\x04','\x10','\x06','\x20','\x75','\x7c','\x05','\x44','\x04','\x7c','\xff','\x44','\x04','\x7c','\x14','\x40','\x14','\x7e','\x5c','\x40','\x54','\x7e','\x54','\x02','\x55','\x2a','\x5d','\x2a','\xe3','\x42','\x41','\x0c','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\xfc','\x00','\x11','\xfc','\x31','\x04','\x39','\x04','\x55','\xfc','\x54','\x20','\x91','\x28','\x11','\x24','\x12','\x22','\x14','\x22','\x10','\xa0','\x10','\x40','\x10','\x00','\x13','\xfe','\x10','\x22','\x11','\x20','\xfd','\x3c','\x25','\x20','\x26','\xfe','\x24','\x00','\x25','\xfc','\x49','\x04','\x29','\xfc','\x11','\x04','\x29','\xfc','\x45','\x04','\x81','\x14','\x01','\x08','\x10','\x40','\x10','\x20','\x11','\xfc','\x11','\x04','\xfd','\x04','\x25','\xfc','\x25','\x04','\x25','\x04','\x25','\xfc','\x49','\x20','\x29','\x22','\x11','\x14','\x29','\x08','\x45','\x44','\x85','\x82','\x01','\x00','\x00','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x12','\x10','\x01','\x00','\xff','\xfe','\x00','\x00','\x08','\x20','\x10','\x10','\x20','\x08','\x02','\x00','\x02','\x00','\x07','\xf0','\x08','\x10','\x14','\x20','\x62','\x40','\x02','\x80','\x01','\x00','\x06','\x00','\x1f','\xf8','\xe8','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x0f','\xf8','\x08','\x08','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x37','\xd8','\xc0','\x06','\x00','\x00','\x3e','\xf8','\x22','\x88','\x22','\x88','\x22','\x88','\x3e','\xa8','\x22','\x90','\x00','\x80','\x00','\x80','\x00','\x00','\x00','\xfc','\x7c','\x84','\x44','\x84','\x44','\x84','\x44','\xfc','\x7c','\x84','\x44','\x84','\x44','\x84','\x44','\xfc','\x7c','\x84','\x44','\x84','\x01','\x04','\x01','\x04','\x02','\x14','\x04','\x08','\x00','\x00','\x7c','\xfc','\x44','\x84','\x44','\xfc','\x7c','\x84','\x44','\xfc','\x44','\x84','\x7c','\x84','\x01','\x14','\x02','\x08','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x00','\x40','\x22','\x48','\x11','\x48','\x11','\x50','\x00','\x40','\x07','\xfc','\xf0','\x40','\x10','\xe0','\x11','\x50','\x12','\x48','\x14','\x44','\x10','\x40','\x10','\x40','\x28','\x00','\x47','\xfe','\x00','\x00','\x10','\x40','\x10','\x40','\x28','\xfc','\x25','\x04','\x42','\x88','\xb8','\x50','\x10','\x20','\x10','\x40','\xfc','\x80','\x11','\xfc','\x96','\x84','\x58','\x84','\x50','\x84','\x1c','\x84','\xe0','\xfc','\x40','\x84','\x00','\x40','\x00','\x80','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x49','\x00','\x49','\xfe','\x49','\x00','\x49','\xfe','\x78','\x02','\x4a','\xaa','\x02','\xaa','\x02','\x02','\x00','\x0c','\x10','\x00','\x11','\xfe','\x10','\x20','\x10','\x40','\xfc','\x88','\x25','\x04','\x25','\xfe','\x24','\x22','\x24','\x20','\x48','\x20','\x29','\xfe','\x10','\x20','\x28','\x20','\x44','\x20','\x83','\xfe','\x00','\x00','\x08','\x80','\x08','\x80','\x48','\x80','\x48','\x84','\x7e','\x88','\x48','\x90','\x88','\xa0','\x08','\xc0','\x0e','\x80','\xf8','\x80','\x48','\x80','\x08','\x84','\x08','\x84','\x08','\x84','\x08','\x7c','\x08','\x00','\x00','\x14','\x20','\x12','\x10','\x10','\x17','\xfe','\x84','\x10','\x44','\x10','\x47','\xf2','\x14','\x92','\x14','\x92','\x25','\xb4','\xe6','\xd4','\x24','\x88','\x25','\x4a','\x29','\x3a','\x2a','\x26','\x10','\x42','\x08','\x00','\x08','\x00','\x0f','\xe0','\x10','\x20','\x20','\x40','\x7f','\xf8','\xa1','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x22','\x88','\x04','\x80','\x08','\x80','\x10','\x82','\x20','\x82','\xc0','\x7e','\x10','\x20','\x10','\x40','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x38','\x20','\x54','\x20','\x53','\xfe','\x92','\x22','\x12','\x22','\x12','\x2a','\x12','\x24','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x40','\x21','\xfc','\x29','\x04','\x49','\xfc','\xf1','\x04','\x11','\xfc','\x20','\x20','\x48','\x20','\xfb','\xfe','\x0a','\x22','\x02','\x22','\xaa','\x2a','\xaa','\x24','\x80','\x20','\x00','\x20','\x10','\x00','\x17','\xfe','\x20','\x40','\x28','\x80','\x4b','\xfc','\xf2','\x94','\x12','\x94','\x22','\xf4','\x4a','\x94','\xfa','\x94','\x0a','\xf4','\x02','\x94','\xaa','\x94','\xaa','\x94','\x83','\xfc','\x02','\x04','\x00','\x00','\xff','\xfe','\x02','\x00','\x02','\x00','\x04','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x27','\xc8','\x24','\x48','\x24','\x48','\x27','\xc8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x20','\x08','\x10','\x00','\x11','\xfe','\xfe','\x20','\x10','\x40','\x7d','\xfc','\x11','\x54','\xff','\x54','\x21','\x74','\x3d','\x54','\x45','\x54','\x49','\x74','\xa9','\x54','\x11','\x54','\x29','\x54','\x41','\xfc','\x81','\x04','\x11','\x10','\x11','\x10','\x17','\xfc','\x11','\x10','\xfc','\x00','\x13','\xf8','\x12','\x08','\x17','\xf8','\x1a','\x08','\x33','\xf8','\xd0','\x40','\x17','\xfc','\x10','\xa0','\x11','\x10','\x52','\x08','\x24','\x06','\x11','\x10','\x11','\x10','\x17','\xfc','\x11','\x10','\xfc','\x00','\x13','\xf8','\x32','\x08','\x3b','\xf8','\x56','\x08','\x53','\xf8','\x90','\x40','\x17','\xfc','\x10','\xa0','\x11','\x10','\x12','\x08','\x14','\x06','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x90','\x00','\x88','\x3f','\xfc','\x20','\x80','\x20','\x88','\x20','\x88','\x20','\x50','\x20','\x50','\x20','\x24','\x40','\x54','\x41','\x8c','\x86','\x04','\x02','\x00','\x01','\x00','\xff','\xfe','\x10','\x00','\x10','\x00','\x1f','\xf8','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x20','\x08','\x20','\x1e','\x40','\x01','\x80','\x06','\x60','\x18','\x18','\x60','\x04','\x00','\x00','\x1f','\xe0','\x00','\x40','\x01','\x80','\xff','\xfe','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x00','\x10','\x01','\xf8','\x7e','\x00','\x02','\x00','\x02','\x00','\x03','\xf0','\x3e','\x00','\x02','\x00','\x02','\x00','\x03','\xfc','\xfe','\x00','\x02','\x00','\x02','\x04','\x02','\x04','\x02','\x04','\x01','\xfc','\x00','\x00','\x45','\xfc','\x28','\x08','\x10','\x10','\x28','\x20','\x4b','\xfe','\x88','\x20','\x08','\xa0','\x18','\x40','\x29','\xfc','\x49','\x54','\x89','\x54','\x09','\x54','\x09','\x54','\x57','\xfe','\x20','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x10','\x00','\x10','\x00','\x10','\x00','\x1f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x00','\x11','\xfe','\x21','\x02','\x21','\x8a','\x49','\x52','\xf9','\xfe','\x11','\x22','\x21','\x12','\x21','\xfe','\x49','\x42','\xf5','\x42','\x01','\x7a','\x55','\x02','\x55','\x02','\x55','\x0a','\x81','\x04','\x10','\x08','\x10','\x1c','\x10','\xe0','\xfe','\x20','\x10','\x20','\x7c','\x3c','\x10','\xe0','\xfe','\x20','\x10','\x20','\x38','\x3e','\x35','\xe0','\x54','\x20','\x50','\x22','\x90','\x22','\x10','\x22','\x10','\x1e','\x08','\x20','\xff','\xfe','\x08','\x20','\x7f','\xfe','\x40','\x02','\x8f','\xe4','\x00','\x00','\x7f','\xfc','\x06','\x00','\x3b','\x08','\x04','\xb0','\x19','\xc0','\x62','\xa0','\x0c','\x98','\x72','\x86','\x01','\x00','\x14','\x10','\x12','\x10','\x12','\x7a','\x2f','\x12','\x20','\x14','\x6f','\x7e','\x60','\x08','\xaf','\x10','\x20','\x3c','\x2f','\x64','\x29','\xa4','\x29','\x3c','\x29','\x24','\x2f','\x24','\x29','\x3c','\x20','\x24','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\x41','\x04','\x81','\x02','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x10','\x7f','\x14','\x49','\x12','\x7f','\x10','\x49','\x7e','\x7f','\x10','\x08','\x28','\x7f','\x28','\x08','\x44','\x0f','\x44','\xf0','\x82','\x00','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x1f','\xfc','\x12','\x44','\x22','\x44','\x42','\x44','\x84','\x44','\x04','\x44','\x08','\x84','\x10','\x84','\x21','\x04','\x42','\x04','\x04','\x04','\x08','\x28','\x10','\x10','\x08','\x84','\x08','\x48','\x14','\x00','\x12','\xfc','\x29','\x48','\x7e','\x48','\xa2','\x48','\x3e','\x48','\x23','\xfe','\x3e','\x48','\x20','\x48','\x28','\x48','\x24','\x48','\x2a','\x88','\x32','\x88','\x21','\x08','\x04','\x20','\x04','\x10','\x04','\x10','\x04','\x00','\xff','\xfe','\x04','\x80','\x04','\x80','\x04','\x80','\x04','\x80','\x08','\x80','\x08','\x80','\x10','\x82','\x10','\x82','\x20','\x82','\x40','\x7e','\x80','\x00','\x02','\x00','\x01','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x80','\x20','\x80','\x20','\x80','\x2f','\xfc','\x21','\x40','\x21','\x40','\x42','\x20','\x44','\x10','\x88','\x08','\x10','\x06','\x10','\x00','\x10','\x00','\x95','\xfc','\x54','\x44','\x58','\x44','\x11','\x44','\xfd','\x44','\x31','\x44','\x39','\x44','\x56','\x44','\x54','\x44','\x90','\x84','\x10','\x84','\x11','\x04','\x12','\x28','\x14','\x10','\x12','\x20','\x7f','\xfc','\x12','\x20','\x13','\xe0','\x10','\x00','\x1f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x00','\x00','\x7c','\xf8','\x44','\x88','\x7c','\xf8','\x44','\x88','\x7c','\xf8','\x40','\x08','\x40','\x08','\x4f','\xc8','\x48','\x48','\x48','\x48','\x4f','\xc8','\x48','\x48','\x40','\x08','\x40','\x28','\x40','\x10','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x42','\x04','\x41','\x04','\x45','\x04','\x54','\x24','\x54','\x54','\x64','\x54','\x43','\xc4','\x40','\x04','\x40','\x14','\x40','\x08','\x10','\x40','\x10','\x20','\x20','\x20','\x27','\xfe','\x44','\x88','\xf8','\x88','\x10','\x88','\x20','\x88','\x48','\x88','\xfc','\x50','\x04','\x50','\x00','\x20','\x54','\x50','\x54','\x88','\x81','\x04','\x06','\x02','\x00','\x00','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x04','\x20','\x14','\x20','\x08','\x08','\x00','\x08','\x00','\x08','\x00','\x1f','\xf8','\x11','\x08','\x29','\x08','\x45','\x08','\x82','\x08','\x03','\x08','\x04','\x88','\x04','\x48','\x08','\x38','\x10','\x0e','\x20','\x08','\x40','\x50','\x00','\x20','\x01','\x00','\x01','\x00','\x11','\x00','\x11','\x30','\x11','\xd0','\x17','\x10','\x39','\x10','\xd1','\x10','\x11','\x10','\x11','\x50','\x11','\x20','\x11','\x02','\x10','\x02','\x10','\x02','\x0f','\xfe','\x00','\x00','\x00','\x40','\x40','\x40','\x20','\x80','\x21','\x10','\x02','\x08','\x07','\xfc','\x10','\x04','\x10','\x00','\x23','\xf8','\xe2','\x08','\x22','\x08','\x22','\x08','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x02','\x00','\x01','\x00','\xff','\xfe','\x08','\x80','\x08','\x80','\x10','\xf8','\x11','\x08','\x31','\x48','\x52','\x28','\x95','\x10','\x11','\x10','\x10','\xa0','\x10','\x40','\x10','\xa0','\x11','\x18','\x16','\x06','\x08','\x40','\x10','\x20','\x28','\x50','\x44','\x88','\x03','\x00','\x1c','\xe0','\xe0','\x1e','\x00','\x00','\x7f','\x78','\x22','\x48','\x3e','\x50','\x22','\x48','\x3e','\x44','\x23','\xd4','\xfe','\x48','\x02','\x40','\x00','\x00','\xff','\xbe','\x22','\x22','\x22','\x24','\x3e','\x24','\x22','\x28','\x22','\x24','\x3e','\x24','\x22','\x22','\x22','\x22','\x27','\xa2','\xfa','\x34','\x42','\x28','\x02','\x20','\x02','\x20','\x02','\x20','\x00','\x00','\x7f','\x7c','\x49','\x04','\x49','\x28','\x7f','\x10','\x49','\x08','\x49','\x7e','\x7f','\x12','\x08','\x14','\x08','\x10','\x7f','\x10','\x08','\x10','\x08','\x10','\x0f','\x10','\xf0','\x50','\x40','\x20','\x00','\x80','\xf8','\x80','\x08','\x80','\x09','\xfe','\x09','\x02','\x7a','\x04','\x44','\x20','\x40','\x20','\x41','\x28','\x79','\x24','\x0a','\x24','\x0a','\x22','\x0c','\x22','\x08','\x20','\x50','\xa0','\x20','\x40','\x08','\x00','\x08','\x00','\x08','\x00','\x1f','\xf8','\x11','\x00','\x21','\x00','\x41','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x00','\x3f','\xfe','\x20','\x00','\x20','\x00','\x27','\xf0','\x24','\x10','\x24','\x10','\x24','\x10','\x24','\x10','\x24','\x50','\x24','\x20','\x24','\x04','\x24','\x04','\x44','\x04','\x43','\xfc','\x80','\x00','\x08','\x00','\x09','\xf0','\x11','\x10','\x21','\x10','\x49','\x10','\x0a','\x0e','\x14','\x00','\x33','\xf8','\x51','\x08','\x91','\x10','\x10','\x90','\x10','\xa0','\x10','\x40','\x10','\xa0','\x13','\x18','\x1c','\x06','\x10','\x40','\x10','\x40','\x20','\x80','\x24','\xfc','\x45','\x04','\xfa','\x04','\x10','\x04','\x21','\x04','\x48','\x84','\xfc','\x44','\x04','\x44','\x00','\x04','\x54','\x04','\x54','\x04','\x80','\x28','\x00','\x10','\x08','\x20','\xff','\xfe','\x09','\x20','\x02','\x00','\x47','\xc4','\x24','\x48','\x17','\xd0','\x24','\x48','\x47','\xc4','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x20','\x00','\x11','\xfc','\x01','\x04','\xfd','\x04','\x01','\x04','\x79','\x04','\x01','\xfc','\x79','\x24','\x01','\x20','\x79','\x20','\x49','\x10','\x49','\x10','\x4a','\x08','\x7a','\x08','\x44','\x04','\x08','\x02','\x00','\x00','\x7b','\xde','\x48','\x42','\x4a','\x52','\x49','\x4a','\x7a','\x52','\x10','\x90','\x11','\x08','\x13','\xfe','\x5d','\x10','\x51','\xfe','\x51','\x10','\x51','\xfe','\x5d','\x10','\xe1','\xfe','\x01','\x00','\x20','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x01','\xfc','\x08','\x20','\x8b','\xfe','\x88','\x00','\x49','\xfc','\x49','\x04','\x51','\xfc','\x51','\x04','\x1d','\xfc','\xe1','\x04','\x41','\x14','\x01','\x08','\x10','\x00','\x10','\x80','\x13','\x1e','\x12','\x52','\xfe','\x52','\x12','\x52','\x32','\x52','\x3a','\x52','\x56','\x52','\x52','\xd2','\x93','\x5a','\x12','\x54','\x10','\x90','\x10','\x90','\x11','\x10','\x12','\x10','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x49','\x20','\x2a','\x20','\xff','\x3e','\x2a','\x44','\x49','\xa4','\x10','\x24','\xfe','\x28','\x22','\x28','\x64','\x10','\x18','\x28','\x24','\x44','\xc2','\x82','\x10','\x10','\x10','\x7c','\x2a','\x54','\x25','\x7c','\x41','\x10','\xb8','\xfe','\x10','\x00','\x13','\x7c','\xfd','\x44','\x11','\x7c','\x95','\x40','\x59','\x7c','\x51','\x44','\x1d','\x7c','\xe2','\x80','\x44','\x7e','\x10','\x40','\x10','\xa0','\x11','\x10','\x12','\x08','\x1d','\xf6','\x54','\x00','\x53','\xc4','\x52','\x54','\x92','\x54','\x13','\xd4','\x12','\x54','\x12','\x54','\x13','\xd4','\x12','\x44','\x12','\x54','\x12','\xc8','\x01','\x00','\x02','\x80','\x0c','\x60','\x37','\xd8','\xc0','\x06','\x3e','\x08','\x22','\x48','\x3e','\x48','\x22','\x48','\x3e','\x48','\x22','\x08','\x26','\x18','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x87','\xfc','\x44','\x44','\x44','\x44','\x14','\x44','\x14','\x44','\x27','\xfc','\xe4','\x44','\x24','\x44','\x24','\x44','\x24','\x44','\x27','\xfc','\x04','\x04','\x00','\x80','\x3f','\xfe','\x20','\x40','\x21','\xa0','\xa6','\x18','\x7b','\xf6','\x20','\x00','\x27','\xa8','\x64','\xa8','\xa7','\xa8','\x24','\xa8','\x27','\x88','\x24','\xa8','\x45','\x90','\x4a','\x54','\x91','\xf2','\x20','\x40','\x10','\xa0','\x01','\x10','\xfa','\x08','\x05','\xf6','\x78','\x00','\x03','\xc4','\x7a','\x54','\x02','\x54','\x7b','\xd4','\x4a','\x54','\x4a','\x54','\x4b','\xd4','\x7a','\x44','\x4a','\x54','\x02','\xc8','\x20','\x40','\x20','\xa0','\x21','\x10','\xfa','\x08','\x25','\xf6','\xf8','\x00','\xab','\xc4','\xfa','\x54','\xaa','\x54','\xfb','\xd4','\x22','\x54','\xfa','\x54','\x23','\xd4','\x22','\x44','\x22','\x54','\x22','\xc8','\x00','\xa0','\x00','\x90','\x78','\x80','\x49','\xfe','\x49','\x10','\x4b','\x10','\x4d','\xfc','\x49','\x10','\x49','\x10','\x49','\xfc','\x79','\x10','\x49','\x10','\x01','\x10','\x01','\xfe','\x01','\x00','\x01','\x00','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x17','\xfe','\x30','\x80','\x30','\x80','\x51','\x00','\x93','\xfc','\x15','\x04','\x19','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x17','\xfc','\x10','\x80','\x13','\xf8','\x22','\x08','\x23','\xf8','\x62','\x08','\x6f','\xfe','\xa8','\x82','\x25','\x48','\x25','\x14','\x28','\xf4','\x21','\x00','\x23','\xf8','\x25','\x08','\x20','\xf0','\x2f','\x0e','\x3f','\xf0','\x06','\x60','\x01','\x80','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x22','\x08','\x02','\x00','\x7f','\xf8','\x04','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x02','\x00','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x00','\x04','\x00','\x0f','\xf0','\x0a','\x10','\x12','\x10','\x11','\x20','\x21','\x40','\x40','\x80','\x81','\x40','\x06','\x20','\x18','\x18','\x60','\x06','\x02','\x00','\x01','\x00','\x7f','\xfe','\x42','\x02','\x82','\x04','\x7f','\xf8','\x04','\x00','\x0f','\xf0','\x18','\x10','\x2f','\xf0','\x48','\x10','\x8f','\xf0','\x08','\x10','\x08','\x10','\x08','\x50','\x08','\x20','\x01','\x00','\x01','\x00','\x09','\x20','\x09','\x20','\x51','\x44','\x55','\x54','\x7d','\xf4','\x49','\x24','\x49','\x24','\x55','\x54','\x7d','\xf4','\x45','\x14','\x41','\x04','\x41','\x04','\x7f','\xfc','\x00','\x04','\x10','\x40','\x10','\x40','\x24','\x7e','\x64','\x88','\xa5','\x48','\x24','\x50','\x24','\x20','\x20','\x58','\x20','\x86','\x23','\x00','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x7f','\xfc','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x7f','\xfe','\x41','\x02','\x94','\x94','\x14','\x28','\x23','\xe8','\x08','\x00','\x1f','\xf0','\x68','\x20','\x07','\xc0','\xf8','\x3e','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\xfd','\xf8','\x10','\x00','\x17','\xfe','\x15','\x08','\x19','\xf8','\x31','\x08','\xd1','\xf8','\x11','\x08','\x11','\x3e','\x17','\xc8','\x50','\x08','\x20','\x08','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x00','\x04','\x00','\x0f','\xf0','\x08','\x10','\x18','\x10','\x2f','\xf0','\x48','\x10','\x88','\x10','\x0f','\xf0','\x08','\x10','\x08','\x10','\x08','\x50','\x08','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\xfd','\xfc','\x11','\x24','\x31','\x24','\x39','\x24','\x55','\x24','\x55','\xfc','\x91','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\xfc','\x11','\x04','\x00','\x00','\x27','\xf8','\x11','\x10','\x10','\xa0','\x87','\xfc','\x44','\x44','\x47','\xfc','\x14','\x44','\x17','\xfc','\x24','\x44','\xe0','\x80','\x27','\xfc','\x20','\x84','\x21','\x04','\x22','\x28','\x04','\x10','\x00','\x00','\x27','\xf8','\x10','\x10','\x11','\xa0','\x80','\x40','\x47','\xfc','\x44','\x44','\x14','\x44','\x17','\xfc','\x24','\x44','\xe4','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x24','\x54','\x04','\x08','\x01','\x08','\x44','\x88','\x28','\x90','\x17','\xfe','\x28','\x90','\x48','\x90','\x8b','\xfc','\x0a','\x94','\x1a','\x94','\x2b','\x0c','\x4a','\x04','\x8b','\xfc','\x0a','\x04','\x0a','\x04','\x53','\xfc','\x22','\x04','\x22','\x10','\x12','\x14','\x14','\x12','\xff','\x92','\x14','\x10','\x14','\xfe','\x7f','\x10','\x55','\x10','\x55','\x10','\x63','\x28','\x41','\x28','\x7f','\x28','\x41','\x44','\x41','\x44','\x7f','\x84','\x41','\x02','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x20','\x20','\x10','\x20','\x10','\x20','\xf8','\x20','\x0b','\xfe','\x10','\x40','\x10','\x40','\x38','\x80','\x54','\xfc','\x91','\x84','\x12','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\xfc','\x10','\x84','\x20','\x00','\x10','\x50','\x00','\x48','\xfc','\x84','\x09','\x24','\x10','\x20','\x10','\x50','\x34','\x88','\x59','\x06','\x94','\xf8','\x14','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\xf8','\x10','\x88','\x20','\x1c','\x11','\xe0','\x00','\x20','\xfc','\x20','\x03','\xfe','\x78','\xa8','\x01','\x24','\x7a','\x22','\x01','\xf8','\x78','\x88','\x48','\x90','\x48','\xbe','\x49','\x02','\x79','\x02','\x4a','\x14','\x04','\x08','\x04','\x20','\x42','\x20','\x2f','\xbe','\x24','\x40','\x04','\x3c','\x07','\x84','\xe4','\x88','\x24','\x88','\x24','\xfe','\x24','\x88','\x24','\x88','\x28','\x88','\x29','\xa8','\x50','\x10','\x8f','\xfe','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x20','\x02','\x20','\x02','\x1f','\xfe','\x00','\x00','\x02','\x00','\x0f','\x3e','\x78','\x22','\x08','\x24','\xff','\xa4','\x2a','\x28','\x2a','\x24','\xff','\xa4','\x2a','\x22','\x2a','\x22','\xff','\xa2','\x08','\x34','\x08','\x28','\x0f','\x20','\xf0','\x20','\x40','\x20','\x08','\x50','\x08','\x48','\x08','\x80','\x7e','\xfe','\x11','\x90','\x12','\x90','\x20','\xfc','\x28','\x90','\x48','\x90','\x48','\xfc','\x90','\x90','\x14','\x90','\x22','\x90','\x7e','\xfe','\x22','\x80','\x00','\x80','\x00','\x20','\xfe','\x20','\x00','\x20','\x7c','\xfc','\x44','\xa4','\x7c','\xa4','\x00','\xa4','\xfe','\xa4','\x82','\xfc','\xaa','\xa4','\x92','\x20','\xfe','\x28','\x92','\x24','\x92','\xfe','\x92','\x42','\x86','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x07','\xf8','\x04','\x08','\x08','\x08','\x10','\x10','\x24','\x10','\x42','\x20','\x01','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x0c','\x00','\x70','\x00','\x00','\x00','\x1f','\xf0','\x00','\x10','\x02','\x20','\x01','\x40','\x00','\x80','\x7f','\xfe','\x00','\x82','\x00','\x84','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x00','\x80','\x02','\x80','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc1','\x06','\x01','\x00','\x3f','\xf8','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x04','\x45','\x04','\x02','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x1f','\xfc','\x10','\x00','\x20','\x00','\x20','\x00','\x3f','\xf8','\x00','\x08','\x00','\x08','\x00','\x08','\xff','\xc8','\x00','\x08','\x00','\x08','\x00','\x50','\x00','\x20','\x22','\x08','\x11','\x08','\x11','\x10','\x00','\x20','\xff','\xfe','\x08','\x20','\x11','\x10','\x2f','\xe8','\xc0','\x06','\x1f','\xf0','\x00','\x00','\x1f','\xf0','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x17','\xc0','\x61','\x1c','\x47','\xc4','\x45','\x44','\x77','\xdc','\x45','\x44','\x47','\xc4','\x71','\x1c','\x47','\xc4','\x41','\x04','\xff','\xfe','\x00','\x00','\x10','\x10','\x20','\x08','\x40','\x04','\x00','\x00','\x7c','\xfe','\x04','\x10','\x28','\x20','\x10','\xfc','\x08','\x84','\xfe','\x84','\x12','\xfc','\x14','\x84','\x10','\xfc','\x10','\x84','\x10','\x84','\x10','\xfc','\x10','\x48','\x50','\x84','\x21','\x02','\x10','\x20','\x17','\xfe','\x14','\x20','\x25','\xfc','\x24','\x24','\x67','\xfe','\x64','\x24','\xa5','\xfc','\x24','\x20','\x25','\xfc','\x25','\x24','\x25','\xfc','\x25','\x24','\x29','\xfc','\x29','\x24','\x31','\x2c','\x10','\x40','\x10','\x40','\x20','\x40','\x20','\x40','\x45','\xfc','\x44','\x44','\xf8','\x44','\x08','\x44','\x10','\x44','\x10','\x84','\x28','\x84','\x44','\x84','\xfd','\x04','\x45','\x04','\x02','\x28','\x04','\x10','\x10','\x08','\x10','\x3c','\x11','\xe0','\x10','\x20','\xfc','\x20','\x24','\x20','\x25','\xfe','\x24','\x20','\x24','\x20','\x48','\x50','\x28','\x50','\x10','\x50','\x28','\x88','\x44','\x88','\x81','\x04','\x02','\x02','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x88','\x24','\x11','\x10','\x22','\x88','\x04','\x40','\x08','\x20','\x30','\x18','\xdf','\xf6','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x80','\x3f','\xfe','\x20','\x80','\x2f','\xf8','\x20','\x88','\x3f','\xfe','\x20','\x88','\x2f','\xf8','\x20','\x80','\x2f','\xf8','\x28','\x88','\x2f','\xf8','\x48','\x88','\x4f','\xf8','\x88','\x88','\x08','\x98','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\xf8','\xfd','\x08','\x11','\xf8','\x14','\x00','\x1b','\xfe','\x31','\x00','\xd1','\xfc','\x12','\x54','\x14','\x94','\x11','\x24','\x12','\x44','\x50','\xa8','\x21','\x10','\x10','\x08','\x10','\x3c','\x13','\xc0','\x10','\x04','\xfa','\x44','\x11','\x28','\x15','\xfc','\x18','\x20','\x30','\x20','\xd3','\xfe','\x10','\x20','\x11','\x24','\x11','\x24','\x11','\x24','\x51','\xfc','\x20','\x04','\x20','\x40','\x20','\x20','\x27','\xfe','\x20','\x28','\xfa','\x24','\x22','\x7e','\x24','\xc8','\x2f','\x48','\x31','\x7e','\xe2','\x48','\x24','\xc8','\x2f','\x7e','\x21','\x48','\x22','\x48','\xa4','\x7e','\x48','\x40','\x00','\x00','\x07','\xbc','\xf0','\x84','\x94','\xa4','\x92','\x94','\x94','\xa4','\x91','\x20','\xf2','\x10','\x97','\xfc','\x9a','\x20','\x93','\xfc','\x92','\x20','\xf3','\xfc','\x92','\x20','\x03','\xfe','\x02','\x00','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\xf8','\xfd','\x08','\x11','\xf8','\x30','\x00','\x3b','\xfe','\x55','\x00','\x51','\xfc','\x92','\x54','\x14','\x94','\x11','\x24','\x12','\x44','\x10','\xa8','\x11','\x10','\x11','\x04','\x10','\x88','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x10','\x20','\x33','\xfe','\x38','\x20','\x55','\x24','\x54','\xa8','\x90','\x70','\x10','\xa8','\x11','\x24','\x16','\x22','\x10','\xa0','\x10','\x40','\x02','\x08','\x21','\x08','\x11','\x10','\x10','\x00','\x87','\xfc','\x40','\x40','\x40','\x40','\x13','\xf8','\x10','\x40','\x20','\x40','\xe7','\xfe','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x40','\x20','\x20','\x13','\xfe','\x12','\x02','\x84','\x94','\x41','\x08','\x4a','\x64','\x08','\x90','\x11','\x08','\x12','\x04','\xe5','\xfa','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\xf8','\x01','\x08','\x10','\x40','\x10','\x20','\x13','\xfe','\x16','\x02','\x58','\x50','\x50','\x88','\x51','\x24','\x90','\x50','\x10','\x88','\x11','\x04','\x12','\xfa','\x28','\x88','\x24','\x88','\x44','\x88','\x40','\xf8','\x80','\x88','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x41','\x08','\x41','\x28','\x80','\x10','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x24','\x48','\x02','\x80','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x00','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x08','\x20','\x04','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x10','\x00','\x11','\xdc','\x90','\x44','\x55','\x54','\x58','\xcc','\x11','\x54','\xfc','\x00','\x28','\x48','\x28','\xfe','\x29','\x90','\x2a','\xfc','\x28','\x90','\x2a','\xfc','\x4c','\x90','\x48','\xfe','\x80','\x80','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x12','\x20','\x7f','\xfc','\x12','\x20','\x13','\xe0','\x10','\x00','\x1f','\xf8','\x01','\x00','\xff','\xfe','\x05','\x40','\x19','\x30','\xe1','\x0e','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x7f','\xfe','\x40','\x02','\x89','\x24','\x12','\x90','\x24','\x48','\x08','\x20','\x3f','\xf8','\xc8','\x26','\x08','\x20','\x0f','\xe0','\x08','\x20','\x00','\x00','\x7f','\xfc','\x04','\x40','\x04','\x40','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x02','\x00','\x7f','\xfc','\x04','\x20','\x08','\x40','\x1c','\x80','\x03','\x80','\x06','\x70','\x38','\x08','\x20','\x08','\x10','\x3c','\x03','\xc0','\xf8','\x04','\x02','\x44','\x79','\x28','\x01','\xfc','\x7a','\x20','\x00','\x20','\x7b','\xfe','\x48','\x20','\x49','\x24','\x49','\x24','\x79','\x24','\x49','\xfc','\x00','\x04','\x00','\x00','\x7d','\xf8','\x44','\x08','\x44','\xd0','\x44','\x20','\x7d','\xfc','\x11','\x24','\x11','\x24','\x5d','\xfc','\x51','\x24','\x51','\x24','\x51','\xfc','\x5d','\x24','\xe1','\x24','\x01','\x24','\x01','\x0c','\x00','\x3c','\x23','\xc0','\x10','\x04','\x12','\x44','\x01','\x28','\x01','\xfc','\xf2','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\xfc','\x28','\x00','\x47','\xfe','\x00','\x00','\x7c','\xfc','\x44','\x84','\x48','\xfc','\x48','\x84','\x50','\xfc','\x48','\x00','\x49','\xfe','\x44','\x80','\x44','\xfe','\x45','\x2a','\x6a','\x4a','\x50','\x92','\x41','\x22','\x40','\x54','\x40','\x88','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x04','\x00','\xff','\xfe','\x11','\x10','\x2f','\xe8','\xc8','\x26','\x0f','\xe0','\x08','\x20','\x0f','\xe8','\x08','\xd0','\x0a','\x30','\x0c','\x08','\x14','\x20','\x22','\x20','\x49','\x3e','\x14','\x42','\x22','\x94','\x41','\x10','\xbe','\x28','\x22','\x28','\x22','\x44','\x3e','\x82','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x00','\x10','\x80','\x13','\x3c','\x12','\x24','\xfe','\x24','\x12','\x24','\x12','\x24','\x16','\x24','\x1a','\x24','\x32','\x24','\xd2','\xb4','\x13','\x28','\x12','\x20','\x10','\x20','\x50','\x20','\x20','\x20','\x14','\x20','\x12','\x20','\x21','\x20','\x49','\x7e','\x08','\x42','\x14','\x84','\x22','\x10','\x41','\x10','\xbe','\x10','\x22','\x10','\x22','\x28','\x22','\x28','\x22','\x48','\x3e','\x44','\x22','\x84','\x01','\x02','\x00','\x10','\x20','\x78','\x17','\xc0','\x10','\x40','\x80','\x40','\x40','\x40','\x40','\x40','\x17','\xfe','\x10','\x40','\x20','\xa0','\xe0','\xa0','\x21','\x10','\x21','\x10','\x22','\x08','\x24','\x04','\x08','\x02','\x01','\x10','\x21','\x08','\x12','\x04','\x14','\x44','\x80','\x40','\x40','\xa0','\x41','\x10','\x12','\x08','\x14','\x06','\x23','\xf8','\xe2','\x08','\x22','\x08','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x00','\x00','\x7e','\xfc','\x22','\x44','\x12','\x24','\x06','\x0c','\x1a','\x34','\x62','\xc4','\x01','\x00','\x00','\x80','\x7f','\xfc','\x00','\x00','\x10','\x10','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x7e','\xfc','\x22','\x44','\x1a','\x34','\x62','\xc4','\x02','\x04','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x08','\x20','\x10','\x10','\x00','\x40','\x20','\x20','\x13','\xfe','\x12','\x02','\x84','\x04','\x40','\x00','\x43','\xfe','\x10','\x20','\x10','\x20','\x21','\x20','\xe1','\x3c','\x21','\x20','\x22','\xa0','\x22','\x60','\x24','\x3e','\x08','\x00','\x00','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x10','\x50','\x14','\x88','\x25','\xfe','\x7a','\x90','\x10','\xfc','\x24','\x90','\x7e','\xfc','\x00','\x90','\x54','\x90','\x4a','\xfe','\x8a','\x80','\x10','\x00','\x11','\xfc','\x11','\x24','\x7d','\xfc','\x55','\x24','\x55','\xfc','\x54','\x40','\x54','\x88','\x7d','\xf0','\x50','\x20','\x10','\x44','\x17','\xfe','\x1c','\x22','\xe5','\x24','\x42','\x22','\x00','\x60','\x20','\x00','\x11','\xfc','\x01','\x24','\xf9','\x24','\x09','\xfc','\x11','\x24','\x15','\x24','\x39','\xfc','\x54','\x20','\x93','\xfe','\x10','\x70','\x10','\xa8','\x11','\x24','\x12','\x22','\x10','\x20','\x10','\x20','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x09','\x10','\x09','\x20','\xff','\xfe','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x01','\x00','\x3f','\xf8','\x01','\x00','\x11','\x10','\x09','\x20','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x00','\x10','\xfe','\xfe','\x10','\x10','\x20','\x10','\xfc','\xfe','\x84','\x92','\x84','\x92','\xfc','\xfe','\x84','\x10','\xfc','\x38','\x84','\x54','\x84','\x92','\xfc','\x10','\x48','\x10','\x84','\x11','\x02','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x80','\x20','\x80','\x11','\xf8','\x12','\x08','\x85','\x10','\x40','\xa0','\x40','\x40','\x10','\xa0','\x13','\x18','\x2c','\x06','\xe3','\xf8','\x22','\x08','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x10','\x40','\x10','\x40','\x20','\x78','\x24','\x88','\x45','\x50','\xf8','\x20','\x10','\x50','\x20','\x88','\x49','\x06','\xfc','\xf8','\x04','\x88','\x00','\x88','\x54','\x88','\x54','\x88','\x80','\xf8','\x00','\x88','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x20','\x80','\x10','\xf8','\x11','\x08','\x82','\x90','\x48','\x60','\x49','\x98','\x16','\x06','\xe1','\xf8','\x21','\x08','\x21','\x08','\x21','\xf8','\x21','\x08','\x00','\x20','\xfe','\x20','\x28','\x3c','\x28','\x44','\xfe','\xa8','\xaa','\x10','\xaa','\x28','\xaa','\x44','\xae','\x82','\xc2','\x7c','\x82','\x44','\xfe','\x44','\x82','\x44','\x82','\x44','\xfe','\x7c','\x82','\x44','\x04','\x40','\x0e','\x40','\x38','\x40','\x08','\x40','\x08','\x40','\xff','\x40','\x08','\x40','\x08','\x40','\x3e','\x40','\x22','\x40','\x22','\x40','\x22','\x42','\x22','\x42','\x3e','\x42','\x22','\x3e','\x00','\x00','\x0c','\x00','\x70','\xfc','\x44','\x84','\x44','\x84','\x64','\xa4','\x54','\x94','\x54','\x94','\x44','\x84','\x44','\x84','\x4c','\x84','\x74','\xa8','\x04','\x90','\x08','\x80','\x08','\x80','\x10','\x80','\x20','\x80','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\xd0','\x17','\x10','\x11','\x10','\x17','\xd0','\x15','\x50','\x27','\xca','\x21','\x2a','\x4f','\xe6','\x80','\x22','\x13','\xde','\x12','\x52','\x13','\xde','\x12','\x52','\xfb','\xde','\x12','\x22','\x32','\xfa','\x3a','\x22','\x56','\xfa','\x52','\xaa','\x92','\xfa','\x12','\xaa','\x12','\xfa','\x12','\x72','\x12','\xaa','\x12','\x26','\x00','\x10','\x27','\xd0','\x15','\x10','\x17','\xde','\x84','\x50','\x47','\xe8','\x45','\x04','\x17','\xc4','\x10','\x00','\x23','\xf8','\xe2','\xa8','\x22','\xa8','\x22','\xa8','\x22','\xa8','\x2f','\xfe','\x00','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\x20','\x24','\x20','\x3f','\x3e','\x21','\x40','\x3f','\x50','\x24','\x88','\x3f','\x08','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\xff','\xfe','\x08','\x20','\xff','\xfe','\x08','\x20','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x41','\x04','\x5f','\xf4','\x41','\x04','\x5f','\xf4','\x55','\x54','\x5f','\xf4','\x45','\x44','\x59','\x2c','\x3f','\x20','\x24','\x20','\x3f','\x3e','\x21','\x40','\x3f','\x50','\x24','\x88','\x3f','\xf8','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x42','\x18','\x42','\xe0','\x3e','\x01','\x04','\x07','\x84','\x7c','\x04','\x04','\x24','\x04','\x24','\x04','\x24','\xff','\xa4','\x0c','\x24','\x16','\x24','\x15','\x24','\x24','\xa4','\x24','\x24','\x44','\x04','\x84','\x04','\x04','\x14','\x04','\x08','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x11','\x00','\x09','\x00','\x06','\x00','\x05','\x80','\x18','\x70','\xe0','\x0e','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x21','\x00','\x29','\xfe','\x32','\x00','\x21','\xfc','\x25','\x04','\x29','\xfc','\x39','\x04','\x29','\xfc','\x28','\x80','\x49','\xfc','\x4a','\x88','\x88','\x70','\x0b','\x8e','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x0f','\xe0','\x00','\x40','\x00','\x80','\xff','\xfe','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x03','\x08','\x3c','\x08','\x04','\x48','\x7f','\x48','\x0c','\x48','\x16','\x48','\x25','\x08','\x44','\x28','\x05','\x10','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x00','\x01','\xfc','\xfd','\x24','\x11','\x24','\x11','\xfc','\x11','\x24','\x11','\x24','\x7d','\xfc','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\x1c','\x20','\xe0','\x20','\x43','\xfe','\x00','\x00','\x00','\x40','\x00','\x20','\xfb','\xfe','\x20','\x00','\x21','\x54','\x21','\x24','\x21','\x54','\xf9','\xfc','\x20','\x20','\x23','\xfe','\x22','\x42','\x3a','\x92','\xe2','\xfa','\x42','\x0a','\x02','\x02','\x02','\x06','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\xc4','\x57','\x04','\x51','\x14','\x11','\x14','\x3f','\xd4','\x53','\x14','\x93','\x94','\x15','\x54','\x25','\x04','\x29','\x04','\x41','\x14','\x81','\x08','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x04','\x88','\x0c','\x50','\x35','\x30','\xc6','\x0e','\x20','\x00','\x11','\xfc','\x01','\x24','\xfd','\x24','\x09','\xfc','\x11','\x24','\x11','\x24','\x35','\xfc','\x58','\x20','\x94','\x20','\x15','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x10','\x28','\x08','\x24','\x7f','\x40','\x14','\x7e','\x49','\xc8','\x55','\x48','\x41','\x7e','\x7f','\x48','\x08','\x48','\x7f','\x7e','\x51','\x48','\x55','\x48','\x5d','\x48','\x41','\x7e','\x45','\x40','\x42','\x40','\x00','\x20','\x7c','\x20','\x45','\xfc','\x48','\x20','\x48','\x20','\x53','\xfe','\x48','\x88','\x49','\x04','\x46','\x22','\x44','\x20','\x45','\xfc','\x68','\x20','\x50','\x20','\x40','\x20','\x43','\xfe','\x40','\x00','\x08','\x40','\x08','\x40','\x13','\xf8','\x20','\x48','\x4f','\xfe','\x08','\x48','\x13','\xf8','\x30','\x40','\x50','\x40','\x93','\xf8','\x10','\x40','\x10','\x40','\x17','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x02','\x00','\x01','\x00','\x7f','\xfc','\x02','\x00','\x44','\x44','\x2f','\x88','\x11','\x10','\x22','\x48','\x4f','\xe4','\x00','\x20','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x7f','\xfc','\x00','\x00','\x00','\x10','\x10','\x10','\x08','\x20','\x08','\x20','\x04','\x40','\x04','\x40','\x04','\x80','\x00','\x00','\xff','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x40','\x13','\xf8','\x20','\x48','\x47','\xfe','\x88','\x48','\x13','\xf8','\x30','\x40','\x53','\xfc','\x90','\x40','\x17','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\xfc','\x00','\x11','\xfc','\x11','\x04','\x15','\x04','\x19','\xfc','\x30','\x20','\xd1','\x28','\x11','\x24','\x12','\x22','\x14','\x22','\x50','\xa0','\x20','\x40','\x00','\x80','\x00','\x80','\xf8','\xf8','\xa9','\x08','\xab','\x10','\xac','\xa0','\xf8','\x40','\xa8','\xa0','\xa9','\x18','\xaa','\x06','\xad','\xf8','\xf9','\x08','\x89','\x08','\x01','\x08','\x01','\xf8','\x01','\x08','\x08','\x02','\x77','\xc2','\x52','\x42','\x4a','\x42','\x55','\x52','\x64','\x92','\x0a','\x12','\x11','\x12','\x3f','\x92','\xc4','\x52','\x3f','\x12','\x04','\x92','\x25','\x02','\x17','\xc2','\x7c','\x0a','\x20','\x04','\x00','\x80','\x20','\x40','\x17','\xfe','\x10','\x80','\x81','\x10','\x42','\x08','\x47','\xfc','\x10','\x04','\x10','\x00','\x22','\x48','\xe2','\x48','\x22','\x48','\x22','\x48','\x22','\x4a','\x24','\x4a','\x08','\x46','\x00','\x80','\x27','\x7c','\x14','\x24','\x15','\x24','\x84','\xa4','\x45','\x54','\x46','\x48','\x10','\x80','\x17','\xfc','\x24','\x44','\xe4','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x27','\xfc','\x04','\x04','\x00','\x40','\x00','\x20','\xfb','\xfc','\x20','\x40','\x20','\x90','\x21','\x08','\x23','\xfc','\xf8','\x04','\x21','\x50','\x21','\x50','\x21','\x50','\x39','\x50','\xe2','\x50','\x42','\x52','\x04','\x52','\x08','\x0e','\x06','\x00','\x78','\xfc','\x40','\x44','\x48','\x44','\x44','\x44','\x5a','\x94','\x61','\x08','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x00','\x40','\x00','\x20','\xfb','\xfc','\x20','\x40','\x20','\x90','\x41','\x08','\x7b','\xfc','\x48','\x04','\xc9','\x50','\x49','\x50','\x49','\x50','\x49','\x50','\x7a','\x50','\x4a','\x52','\x04','\x52','\x08','\x0e','\x08','\x20','\x08','\x10','\x4a','\x10','\x2a','\x00','\x2d','\xfe','\x08','\x00','\xfe','\x04','\x18','\x84','\x1c','\x84','\x2a','\x48','\x2a','\x48','\x48','\x48','\x88','\x50','\x08','\x10','\x09','\xfe','\x08','\x00','\x00','\x80','\x79','\xf8','\x4a','\x08','\x55','\x10','\x50','\xe0','\x63','\x18','\x5c','\x06','\x4b','\xf8','\x48','\x40','\x4a','\x40','\x6b','\xfc','\x54','\x40','\x43','\xf8','\x40','\x40','\x4f','\xfe','\x40','\x00','\x02','\x00','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x12','\x01','\x02','\x00','\xfe','\x00','\x00','\x10','\x40','\x08','\x40','\x7e','\x7e','\x24','\x40','\x18','\x7e','\xff','\x02','\x00','\x7e','\x7e','\x40','\x42','\x7e','\x7e','\x40','\x42','\x7e','\x7e','\x40','\x42','\x7e','\x42','\x40','\x4a','\x42','\x44','\x3e','\x08','\x00','\x09','\xf8','\x09','\x08','\x11','\x08','\x11','\x08','\x31','\x08','\x31','\xf8','\x50','\x40','\x90','\x80','\x13','\xfc','\x12','\x04','\x12','\x04','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x01','\x00','\x01','\xfc','\x01','\x00','\x3f','\xfe','\x21','\x02','\x2f','\xf4','\x21','\x00','\x27','\xf8','\x24','\x48','\x27','\xf8','\x24','\x48','\x27','\xf8','\x20','\x80','\x4a','\x44','\x52','\x12','\x81','\xf0','\x20','\x80','\x10','\x80','\x10','\xfe','\x01','\x00','\xfe','\x0c','\x20','\xf0','\x20','\x90','\x3c','\x90','\x24','\x92','\x24','\x94','\x24','\x88','\x24','\x88','\x24','\x84','\x44','\xa4','\x54','\xc2','\x88','\x80','\x01','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfc','\x21','\x04','\x2f','\xe0','\x21','\x08','\x27','\xf8','\x24','\x90','\x27','\xf0','\x24','\x90','\x27','\xf0','\x41','\x00','\x5f','\xf8','\x84','\x08','\x08','\x18','\x00','\x00','\x7f','\xf8','\x00','\x10','\x00','\x20','\x00','\x40','\x01','\x80','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x00','\x00','\x7f','\xfe','\x40','\x02','\x87','\xc4','\x04','\x40','\x04','\x40','\x08','\x42','\x30','\x42','\xc0','\x3e','\x10','\x40','\x10','\x40','\x17','\xfc','\x20','\xa0','\x25','\x14','\x62','\x08','\x67','\xfc','\xaa','\x0a','\x23','\xf8','\x22','\x08','\x23','\xf8','\x20','\x40','\x22','\x48','\x24','\x44','\x29','\x44','\x20','\x80','\x00','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x41','\x04','\x49','\x24','\x49','\x24','\x49','\x24','\x49','\x24','\x4f','\xe4','\x40','\x24','\x40','\x04','\x40','\x14','\x40','\x08','\x00','\x40','\x40','\x40','\x23','\xf8','\x20','\x40','\x00','\x40','\x07','\xfe','\x11','\x10','\x12','\x88','\x24','\x84','\xe1','\xf0','\x23','\x10','\x24','\xa0','\x20','\x40','\x20','\xa0','\x23','\x10','\x0c','\x0c','\x01','\x00','\x7f','\xfe','\x40','\x02','\x81','\x04','\x7f','\xfc','\x04','\x40','\x28','\x28','\x1f','\xf0','\x28','\x28','\xcf','\xe6','\x08','\x20','\x0f','\xe0','\x01','\x00','\x11','\x10','\x25','\x08','\x02','\x00','\x08','\x08','\x08','\x88','\x4a','\x48','\x2a','\x48','\x2c','\x08','\x08','\x88','\xfe','\x48','\x18','\x48','\x1c','\x08','\x2a','\x0e','\x2a','\xf8','\x48','\x08','\x88','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x00','\x00','\x23','\xf0','\x10','\x90','\x82','\x94','\x52','\x92','\x24','\x92','\xe1','\x10','\x22','\x50','\x25','\x20','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x80','\x20','\x40','\x17','\xfe','\x10','\x00','\x80','\x00','\x43','\xf8','\x4a','\x08','\x0a','\x08','\x13','\xf8','\x10','\x40','\xe2','\x50','\x22','\x48','\x24','\x44','\x28','\x44','\x21','\x40','\x00','\x80','\x00','\x00','\x94','\x84','\x52','\x44','\x22','\x48','\x50','\x00','\x93','\xf8','\x12','\x48','\x12','\x48','\x33','\xf8','\x52','\x48','\x92','\x48','\x13','\xf8','\x12','\x4a','\x14','\x4a','\xa4','\x46','\x48','\x02','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x97','\xfc','\x50','\xa0','\x55','\x14','\x13','\xf8','\x36','\x0c','\x5b','\xfa','\x92','\x08','\x13','\xf8','\x20','\x40','\x24','\x44','\x49','\x42','\x80','\x80','\x00','\x40','\x00','\x40','\xf7','\xfc','\x90','\xa0','\x95','\x14','\xf2','\x08','\x97','\xfc','\x9a','\x0a','\xf3','\xf8','\x92','\x08','\x93','\xf8','\x90','\x40','\xf2','\x48','\x94','\x44','\x09','\x44','\x00','\x80','\x10','\x20','\x38','\x20','\xe1','\xfc','\x20','\x20','\x20','\x20','\xfb','\xfe','\x20','\x88','\x31','\x44','\x6a','\x42','\x60','\xf8','\xa1','\x88','\x22','\x50','\x20','\x20','\x20','\x50','\x21','\x88','\x26','\x06','\x10','\x00','\x11','\xfc','\x95','\x04','\x55','\xfc','\x59','\x04','\x13','\xfe','\xfc','\x00','\x31','\xfc','\x39','\x24','\x55','\xfc','\x55','\x24','\x91','\xfc','\x10','\x20','\x11','\xfc','\x10','\x20','\x13','\xfe','\x02','\x00','\x01','\x00','\x3f','\xf0','\x20','\x10','\x20','\x10','\x3f','\xf0','\x20','\x10','\x20','\x10','\x3f','\xf0','\x22','\x08','\x21','\x10','\x20','\xa0','\x20','\x40','\x24','\x20','\x28','\x18','\x30','\x06','\x20','\x40','\x10','\x20','\x03','\xfe','\xfc','\x00','\x00','\x00','\x79','\xfc','\x01','\x04','\x79','\x04','\x01','\x04','\x79','\xfc','\x48','\x20','\x48','\xa8','\x49','\x24','\x7a','\x22','\x48','\xa0','\x00','\x40','\x00','\x40','\x40','\x40','\x2f','\xfc','\x20','\xa0','\x05','\x14','\x03','\xf8','\xe6','\x0c','\x2b','\xfa','\x22','\x08','\x23','\xf8','\x20','\x40','\x22','\x48','\x24','\x44','\x29','\x44','\x50','\x80','\x8f','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x00','\x20','\x78','\x20','\x49','\xfc','\x50','\x20','\x50','\x20','\x63','\xfe','\x50','\x88','\x49','\x44','\x4a','\x42','\x48','\xf8','\x69','\x88','\x52','\x50','\x40','\x20','\x40','\x50','\x41','\x88','\x46','\x06','\x10','\x00','\x11','\xfe','\x28','\x20','\x24','\x40','\x43','\xfc','\x91','\x04','\x09','\x04','\x01','\xfc','\xfd','\x04','\x05','\xfc','\x09','\x04','\x51','\x04','\x21','\xfc','\x10','\x88','\x11','\x04','\x02','\x02','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x7f','\xf8','\x02','\x08','\x02','\x08','\x02','\x08','\x02','\x08','\x04','\x08','\x04','\x08','\x08','\x08','\x08','\x08','\x10','\x88','\x20','\x50','\x40','\x20','\x10','\x00','\x11','\xf8','\x20','\x08','\x28','\x08','\x49','\xf8','\xf0','\x08','\x10','\x08','\x23','\xfe','\x48','\x20','\xfa','\x22','\x09','\x74','\x00','\xa8','\xa9','\x24','\xaa','\x22','\x80','\xa0','\x00','\x40','\x10','\x40','\x10','\x40','\x10','\xa0','\x21','\x10','\x22','\x08','\x6d','\xf6','\x60','\x00','\xa7','\xfc','\x24','\xa4','\x24','\xa4','\x27','\xfc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\x14','\x24','\x08','\x00','\x00','\x3f','\xfe','\x20','\x00','\x27','\xfc','\x24','\x44','\x24','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x27','\xfc','\x20','\x40','\x20','\x40','\x27','\xfc','\x40','\x40','\x40','\x40','\x8f','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\xfd','\xfe','\x10','\x20','\x30','\x70','\x38','\x70','\x54','\xa8','\x50','\xa8','\x91','\x24','\x12','\x22','\x14','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x01','\x10','\x21','\x10','\x11','\x10','\x11','\x10','\x87','\xbc','\x41','\x10','\x41','\x10','\x13','\x38','\x13','\xb8','\x25','\x54','\xe5','\x54','\x29','\x92','\x21','\x10','\x21','\x10','\x21','\x10','\x01','\x10','\x20','\x40','\x22','\x48','\x21','\x50','\x27','\xfc','\xa9','\x50','\xb2','\x48','\xa4','\x44','\xa2','\x10','\x23','\x90','\x24','\xbc','\x2a','\x90','\x21','\x50','\x51','\x7e','\x4a','\x10','\x42','\x10','\x84','\x10','\x01','\x10','\x01','\x10','\xf9','\x10','\x21','\x10','\x27','\xbc','\x21','\x10','\x21','\x10','\xfb','\x38','\x23','\xb8','\x25','\x54','\x25','\x54','\x39','\x92','\xe1','\x10','\x41','\x10','\x01','\x10','\x01','\x10','\x00','\x40','\x7e','\x40','\x48','\x7e','\x48','\x80','\x49','\x00','\x7e','\x7c','\x42','\x44','\x42','\x44','\x42','\x7c','\x7e','\x00','\x48','\xee','\x48','\xaa','\x48','\xaa','\x48','\xaa','\x7e','\xee','\x00','\xaa','\x10','\x20','\x10','\x20','\x10','\x50','\xfe','\x88','\x11','\x04','\x7e','\xfa','\x54','\x00','\x7d','\xfc','\x55','\x54','\x7d','\x54','\x11','\xfc','\xff','\x54','\x11','\x54','\x11','\x54','\x11','\x04','\x11','\x0c','\x00','\x20','\x79','\x24','\x48','\xa8','\x53','\xfe','\x50','\xa8','\x61','\x24','\x52','\x22','\x49','\x04','\x49','\x04','\x49','\xde','\x6a','\x44','\x55','\x54','\x40','\x9e','\x41','\x04','\x42','\x04','\x44','\x04','\x20','\x10','\x20','\x92','\x78','\x54','\x48','\x10','\x91','\xfe','\x7c','\x54','\x54','\x92','\x55','\x10','\x7c','\x84','\x54','\xee','\x55','\x24','\x7c','\xb4','\x00','\x5e','\xaa','\x44','\xaa','\x84','\x01','\x04','\x08','\x10','\x7f','\x54','\x54','\x38','\x54','\xfe','\x7f','\x10','\x55','\x38','\x55','\x56','\x7f','\x90','\x54','\x84','\x54','\xee','\x5e','\xa4','\x54','\xb4','\x55','\x5e','\x5c','\x44','\x56','\x84','\x81','\x04','\x00','\x40','\x03','\xbe','\xfa','\x12','\x22','\x92','\x22','\x52','\x22','\xaa','\x23','\x24','\xf8','\x40','\x23','\xfe','\x22','\x22','\x22','\x22','\x3b','\xfe','\xe2','\x22','\x42','\x22','\x03','\xfe','\x02','\x02','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x60','\x0c','\x18','\x30','\x06','\xc0','\x18','\x30','\x61','\x0c','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x40','\x20','\x20','\x13','\xfc','\x12','\x04','\x82','\x04','\x43','\xfc','\x4a','\x00','\x0a','\x20','\x12','\x20','\x13','\xfe','\xe2','\x20','\x22','\x50','\x22','\x50','\x24','\x88','\x25','\x04','\x0a','\x02','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x02','\x00','\x04','\x20','\x1f','\xc0','\x01','\x80','\x06','\x10','\x3f','\xf8','\x01','\x08','\x11','\x20','\x25','\x10','\x42','\x08','\x10','\x00','\x92','\xfe','\x54','\x10','\xfe','\x20','\x30','\xfc','\x54','\x84','\x92','\x84','\x00','\xfc','\x14','\x84','\x12','\xfc','\xfe','\x84','\x10','\x84','\x28','\xfc','\x24','\x48','\x44','\x84','\x81','\x02','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x0a','\x20','\x11','\x10','\x21','\x08','\xc0','\x06','\x1f','\xf0','\x00','\x10','\x00','\x20','\x04','\x40','\x02','\x80','\x01','\x00','\x00','\x80','\x00','\x80','\x08','\x40','\x08','\x40','\x08','\xa0','\x10','\xa0','\x11','\x10','\x32','\x48','\x34','\x26','\x50','\x20','\x93','\xf8','\x10','\x08','\x10','\x10','\x11','\x10','\x10','\xa0','\x10','\x40','\x10','\x20','\x10','\x20','\x10','\x04','\x10','\x04','\x17','\xc4','\x22','\x14','\x22','\x14','\x63','\xd4','\x62','\x54','\xa4','\x54','\x26','\x54','\x25','\x54','\x28','\x94','\x20','\x94','\x21','\x04','\x22','\x04','\x24','\x14','\x28','\x08','\x00','\x40','\x40','\x40','\x20','\xa0','\x20','\xa0','\x01','\x10','\x02','\x48','\x14','\x26','\x10','\x20','\x23','\xf8','\xe0','\x08','\x20','\x10','\x21','\x10','\x20','\xa0','\x20','\x40','\x20','\x20','\x00','\x20','\x00','\x10','\x7f','\xd0','\x40','\x10','\x40','\x10','\x5f','\x7e','\x48','\x12','\x48','\x12','\x4f','\x12','\x49','\x12','\x49','\x12','\x49','\x12','\x49','\x12','\x49','\x12','\x51','\x22','\x95','\x2a','\x22','\x44','\x01','\x00','\x41','\x04','\x7f','\xfc','\x10','\x00','\x13','\xfc','\x28','\x40','\x45','\xf8','\x93','\x08','\x09','\xf8','\xfd','\x08','\x05','\xf8','\x09','\x08','\x51','\xf8','\x20','\x00','\x10','\x90','\x01','\x08','\x10','\x40','\x10','\x40','\x10','\xa0','\x18','\xa0','\x55','\x10','\x52','\x48','\x54','\x26','\x90','\x20','\x13','\xf8','\x10','\x08','\x10','\x10','\x11','\x10','\x10','\xa0','\x10','\x40','\x10','\x20','\x10','\x20','\x00','\x20','\x00','\x20','\xfc','\x50','\x10','\x50','\x10','\x88','\x11','\x24','\x12','\x12','\x7c','\x10','\x11','\xfc','\x10','\x04','\x10','\x08','\x10','\x88','\x1c','\x50','\xe0','\x20','\x40','\x10','\x00','\x10','\x20','\x80','\x10','\x80','\x10','\x80','\xf8','\x80','\x08','\x80','\x10','\x80','\x10','\x80','\x38','\x80','\x54','\x80','\x94','\x80','\x10','\x80','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x7c','\x10','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x02','\x80','\x04','\x40','\x0a','\x20','\x31','\x18','\xc1','\x06','\x1f','\xe0','\x00','\x20','\x00','\x40','\x0c','\x80','\x03','\x00','\x00','\x80','\x00','\x40','\x10','\x20','\x10','\x20','\x28','\x50','\x24','\x50','\x40','\x88','\xb9','\x24','\x12','\x12','\x10','\x10','\xfd','\xfc','\x10','\x04','\x94','\x08','\x58','\x88','\x50','\x50','\x1c','\x20','\xe0','\x10','\x40','\x10','\x10','\x20','\x10','\x20','\xfc','\xfc','\x10','\x24','\x11','\xfe','\x7c','\x24','\x00','\xfc','\x7c','\x20','\x01','\x24','\xfc','\xa8','\x10','\x70','\x54','\xa8','\x53','\x24','\x92','\x22','\x10','\xa0','\x30','\x40','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x02','\x80','\x0c','\x60','\x32','\x18','\xc1','\x06','\x1f','\xe0','\x00','\x20','\x06','\x40','\x01','\x80','\x00','\x40','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x04','\x40','\x24','\x48','\x14','\x50','\xff','\xfe','\x00','\x00','\x3f','\x7e','\x00','\x00','\x3e','\x7c','\x22','\x44','\x32','\x64','\x2b','\x54','\x00','\x80','\x3f','\xfc','\x22','\x40','\x3f','\xf8','\x22','\x48','\x3f','\xf8','\x28','\x44','\x2f','\x78','\x48','\x42','\x8f','\x3e','\x08','\x10','\x28','\x10','\x2e','\x10','\x28','\x28','\x28','\x28','\xff','\x54','\x00','\x8a','\x49','\x08','\x6b','\x7c','\x49','\x04','\x7f','\x08','\x5d','\x28','\x6b','\x10','\x4f','\x10','\x79','\x08','\x00','\x08','\x00','\x00','\x3f','\xfe','\x22','\x10','\x22','\x10','\x3f','\xbe','\x27','\x18','\x2a','\xb4','\x32','\x52','\x22','\x10','\x20','\x00','\x27','\xf8','\x24','\x08','\x27','\xf8','\x44','\x08','\x47','\xf8','\x84','\x08','\x3f','\xfe','\x22','\x10','\x22','\x10','\x3f','\xbe','\x26','\x10','\x27','\x38','\x2a','\xd4','\x32','\x92','\x22','\x10','\x22','\x50','\x20','\x40','\x22','\x7c','\x42','\x40','\x42','\x40','\x9f','\xfe','\x00','\x00','\x00','\x04','\x7f','\x84','\x08','\x04','\x08','\x24','\x1f','\x24','\x11','\x24','\x21','\x24','\x21','\x24','\x52','\x24','\x8a','\x24','\x04','\x24','\x04','\x24','\x08','\x04','\x10','\x04','\x20','\x14','\x40','\x08','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x24','\x41','\x44','\x01','\x80','\x0e','\x00','\xf1','\x00','\x01','\x00','\x3f','\xf8','\x02','\x08','\x02','\x08','\x04','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x00','\x04','\x7f','\x84','\x08','\x24','\x08','\x24','\x1f','\x24','\x21','\x24','\x51','\x24','\x0a','\x24','\x04','\x04','\x08','\x14','\x30','\x08','\xc0','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x00','\x04','\x7f','\x84','\x08','\x24','\x1f','\x24','\x21','\x24','\x52','\x24','\x0c','\x24','\x30','\x04','\xc2','\x0c','\x01','\x00','\xff','\xfe','\x04','\x88','\x0c','\x50','\x34','\x20','\xc5','\x18','\x06','\x06','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x08','\x21','\x10','\x2f','\xfe','\x21','\x20','\x27','\xfc','\x21','\x24','\x3f','\xfe','\x21','\x24','\x27','\xfc','\x23','\x30','\x45','\x28','\x59','\x26','\x81','\x20','\x02','\x00','\x01','\x00','\xff','\xfe','\x04','\x40','\x14','\x50','\x14','\x48','\x24','\x44','\x44','\x44','\x00','\x00','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x20','\x40','\x22','\x48','\x21','\x50','\x27','\xfc','\x31','\x50','\xaa','\x48','\xa4','\x44','\xa2','\x08','\xa2','\x08','\x23','\xbe','\x24','\x88','\x2a','\xa8','\x21','\x3e','\x22','\x08','\x24','\x08','\x28','\x08','\x00','\x20','\x48','\x20','\x25','\xfe','\x24','\x20','\x01','\xfc','\x81','\x24','\x4d','\xfc','\x55','\x24','\x15','\xfc','\x24','\x20','\xe5','\xfe','\x24','\x20','\x24','\x20','\x2a','\x20','\x31','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x55','\xfc','\x59','\x24','\x51','\xac','\x91','\x74','\x11','\x24','\x11','\xfc','\x10','\x20','\x28','\x70','\x24','\xa8','\x45','\x24','\x42','\x22','\x80','\x20','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3f','\xfc','\x22','\x20','\x3f','\xfc','\x22','\x40','\x2f','\xf8','\x22','\x48','\x3f','\xfc','\x22','\x48','\x2f','\xf8','\x46','\x60','\x4a','\x50','\xb2','\x4c','\x10','\x20','\x10','\x20','\x23','\xfe','\x24','\x20','\x45','\xfc','\xf9','\x24','\x11','\xac','\x21','\x74','\x49','\x24','\xfd','\xfc','\x04','\x20','\x00','\x70','\x54','\xa8','\x55','\x24','\x82','\x22','\x00','\x20','\x01','\x08','\xfd','\x4a','\x4a','\x52','\x4b','\x9c','\x79','\x08','\x4a','\x52','\x4b','\xde','\x78','\x42','\x48','\x90','\x4a','\x92','\x4e','\x92','\x7b','\x9e','\xc8','\x90','\x08','\x90','\x08','\x90','\x09','\x10','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x40','\x27','\xfc','\x10','\x40','\x13','\xf8','\x02','\x48','\x73','\xf8','\x12','\x48','\x13','\xf8','\x10','\x40','\x17','\xfc','\x28','\x40','\x47','\xfe','\x00','\x00','\x00','\x40','\x40','\x40','\x2f','\xfe','\x20','\x40','\x07','\xfc','\x04','\x44','\xe7','\xfc','\x24','\x44','\x27','\xfc','\x20','\x40','\x2f','\xfe','\x20','\x40','\x20','\x40','\x50','\x40','\x8f','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x2b','\xfe','\x24','\x20','\x41','\xfc','\xb9','\x24','\x11','\xfc','\x11','\x24','\xfd','\xfc','\x10','\x20','\x94','\x70','\x58','\xa8','\x51','\x24','\x1e','\x22','\xe0','\x20','\x40','\x20','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x02','\x00','\x04','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x08','\x00','\x1f','\xe0','\x20','\x20','\x7f','\xf8','\xa1','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x44','\x44','\x82','\x22','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x80','\x11','\xf8','\x12','\x08','\x15','\xfc','\xfd','\x24','\x11','\xfc','\x39','\x24','\x35','\xfc','\x51','\x54','\x52','\x2a','\x91','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x80','\x10','\x40','\x10','\x40','\x15','\xfc','\x59','\x04','\x51','\x04','\x51','\x04','\x91','\xfc','\x11','\x04','\x11','\x00','\x11','\x00','\x29','\x00','\x26','\x00','\x42','\x00','\x44','\x00','\x88','\x00','\x00','\x80','\x78','\x80','\x48','\xf8','\x49','\x08','\x7b','\x10','\x4c','\xa0','\x48','\x40','\x78','\xa0','\x49','\x18','\x4a','\x06','\x7d','\xf8','\x01','\x08','\x51','\x08','\x49','\x08','\x89','\xf8','\x01','\x08','\x00','\x40','\x7c','\x40','\x44','\x78','\x44','\x88','\x45','\x50','\x7c','\x20','\x10','\x50','\x10','\x88','\x11','\x06','\x5c','\xf8','\x50','\x88','\x50','\x88','\x50','\x88','\x5c','\x88','\xe0','\xf8','\x00','\x88','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x40','\x7c','\xf8','\x45','\x48','\x7c','\x30','\x11','\xce','\x5c','\x00','\x50','\xf8','\x5c','\x88','\xe0','\xf8','\x22','\x08','\x11','\x08','\x11','\x10','\x00','\x20','\x7f','\xfe','\x40','\x02','\x82','\x04','\x02','\x00','\x7f','\xf8','\x02','\x08','\x02','\x08','\x04','\x08','\x04','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x01','\x00','\x1f','\xf0','\x11','\x10','\xff','\xfe','\x11','\x10','\x1f','\xf0','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x02','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\xc0','\x3c','\x38','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x00','\x21','\x00','\x2f','\xbe','\x28','\xa2','\x2f','\xa4','\x28','\xa8','\x2f','\xa4','\x2a','\x22','\x29','\x22','\x2a','\xaa','\x4c','\xa4','\x48','\x20','\x80','\x20','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x10','\x00','\x08','\x7c','\x7e','\x44','\x42','\x44','\x42','\x44','\x7e','\x7c','\x42','\x44','\x42','\x44','\x7e','\x44','\x40','\x7c','\x48','\x44','\x44','\x44','\x5a','\x84','\x62','\x84','\x41','\x14','\x02','\x08','\x20','\x20','\x21','\x24','\x20','\xa8','\x20','\x20','\xfb','\xfe','\x20','\xa8','\x21','\x24','\x72','\x02','\x68','\x40','\xa7','\xfe','\xa0','\x88','\x21','\x08','\x21','\x90','\x20','\x60','\x21','\x98','\x26','\x04','\x11','\x00','\x10','\x9e','\x13','\xd2','\x12','\x52','\xfe','\x54','\x13','\xd4','\x32','\x58','\x3a','\x54','\x57','\xd2','\x52','\x12','\x92','\x92','\x12','\x5a','\x12','\xd4','\x13','\x50','\x12','\x10','\x10','\x10','\x00','\x80','\x20','\x40','\x13','\xf8','\x12','\x08','\x82','\x08','\x43','\xf8','\x4a','\x08','\x0a','\x08','\x13','\xf8','\x12','\x40','\xe2','\x44','\x22','\x28','\x22','\x10','\x22','\x88','\x23','\x06','\x02','\x00','\x00','\x00','\x47','\xfe','\x24','\x02','\x24','\x02','\x07','\xfe','\x84','\x00','\x47','\xfe','\x54','\x20','\x17','\xfe','\x26','\x22','\xe6','\xaa','\x2a','\x22','\x2a','\xaa','\x32','\x22','\x22','\x2a','\x02','\x04','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x81','\x04','\x11','\x00','\x11','\x00','\x1f','\xf8','\x21','\x00','\x41','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x40','\x44','\x20','\x29','\xfc','\x11','\x04','\x29','\x04','\x49','\xfc','\x89','\x04','\x09','\x04','\x19','\xfc','\x29','\x20','\x49','\x22','\x89','\x14','\x09','\x08','\x09','\x44','\x51','\x82','\x21','\x00','\x20','\x40','\x3f','\x7e','\x50','\x90','\x8a','\x08','\x01','\x00','\x3f','\xf8','\x08','\x20','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xfa','\x01','\x02','\x00','\xfe','\x02','\x00','\x02','\x08','\x3f','\xd0','\x02','\x20','\x02','\x40','\xff','\xfe','\x01','\x00','\x02','\x00','\x0c','\x10','\x18','\xe0','\x2f','\x00','\x48','\x08','\x88','\x08','\x08','\x08','\x07','\xf8','\x00','\x00','\x08','\x40','\x3e','\x7c','\x14','\x40','\xff','\x78','\x22','\x08','\x3e','\x78','\x22','\x42','\x26','\x3e','\x00','\x00','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x3e','\xff','\xe0','\x00','\x20','\x00','\x20','\x20','\x00','\x24','\x84','\x22','\x44','\xfa','\x48','\xa8','\x00','\xab','\xf8','\xaa','\x48','\xaa','\x48','\xfb','\xf8','\xa2','\x48','\x22','\x48','\x2b','\xf8','\x3a','\x4a','\xec','\x4a','\x44','\x46','\x08','\x02','\x08','\x00','\x04','\x3e','\x3f','\x22','\x21','\x24','\x21','\x24','\x3f','\x28','\x21','\x24','\x21','\x24','\x3f','\x22','\x20','\x22','\x24','\x22','\x22','\x34','\x25','\x28','\x29','\x20','\x30','\x20','\x20','\x20','\x02','\x00','\x01','\x00','\x00','\x80','\x00','\x80','\x00','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x04','\x40','\x04','\x20','\x08','\x10','\x08','\x08','\x10','\x08','\x20','\x04','\x40','\x04','\x00','\x00','\x08','\x20','\x08','\x20','\x7e','\xfc','\x1c','\x70','\x2a','\xa8','\xc9','\x26','\x08','\xa0','\x3f','\xfc','\x22','\x40','\x3f','\xf8','\x22','\x48','\x3f','\xf8','\x28','\x44','\x2f','\x78','\x48','\x42','\x8f','\x3e','\x40','\x00','\x21','\xf8','\x20','\x08','\xf8','\x08','\x11','\xf8','\x10','\x08','\x20','\x08','\x33','\xfe','\x68','\x20','\xaa','\x22','\x21','\x74','\x20','\xa8','\x21','\x24','\x22','\x22','\x20','\xa0','\x20','\x40','\x00','\x20','\x3e','\x20','\x22','\x20','\x22','\x20','\x22','\xfe','\x3e','\x22','\x22','\x22','\x22','\x22','\x22','\x22','\x3e','\x22','\x22','\x42','\x22','\x42','\x22','\x42','\x42','\x82','\x4a','\x94','\x85','\x08','\x10','\x00','\x11','\xf8','\x28','\x08','\x24','\x08','\x41','\xf8','\xb8','\x08','\x10','\x08','\x13','\xfe','\xfc','\x20','\x12','\x22','\x95','\x74','\x58','\xa8','\x51','\x24','\x1e','\x22','\xe0','\xa0','\x40','\x40','\x20','\x20','\x10','\x20','\x00','\x50','\xfc','\x88','\x01','\x04','\x7a','\xfa','\x00','\x00','\x79','\xfc','\x01','\x54','\x79','\x54','\x49','\xfc','\x49','\x54','\x49','\x54','\x79','\x54','\x49','\x04','\x01','\x0c','\x08','\x38','\x0b','\xc0','\x08','\x40','\x10','\x40','\x17','\xfc','\x31','\x50','\x32','\x48','\x54','\x86','\x90','\x80','\x17','\xfc','\x11','\x10','\x12','\x10','\x11','\xa0','\x10','\x60','\x10','\x90','\x13','\x08','\x04','\x00','\x0e','\x00','\x78','\x00','\x08','\x7c','\x08','\x44','\xff','\x44','\x08','\x44','\x18','\x44','\x1c','\x44','\x2a','\x44','\x2a','\x44','\x48','\x44','\x88','\x7c','\x08','\x44','\x08','\x00','\x08','\x00','\x20','\x08','\x10','\x3c','\x11','\xe0','\xfe','\x20','\x00','\x20','\x7d','\xfe','\x00','\x20','\x7c','\x20','\x00','\x20','\x7d','\xfc','\x45','\x04','\x45','\x04','\x45','\x04','\x7d','\x04','\x45','\xfc','\x01','\x04','\x00','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x05','\x60','\x19','\x18','\x61','\x04','\x00','\x00','\x7f','\xfc','\x01','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\xff','\xfe','\x00','\x00','\x00','\x20','\x7c','\x20','\x45','\xfe','\x44','\x40','\x7c','\x40','\x44','\xfc','\x44','\x84','\x7d','\x84','\x46','\xfc','\x44','\x84','\x7c','\x84','\x00','\xfc','\x28','\x84','\x24','\x84','\x44','\x94','\x80','\x88','\x00','\x40','\x78','\x40','\x49','\xfc','\x48','\x44','\x48','\x84','\x78','\x84','\x49','\x28','\x4a','\x10','\x49','\x08','\x7b','\xde','\x49','\x4a','\x49','\x4a','\x49','\x4a','\x4a','\x52','\x4b','\x5a','\x9c','\xa4','\x00','\x50','\x00','\x48','\xff','\xfe','\x00','\x40','\x3e','\x40','\x22','\x24','\x3e','\x28','\x00','\x12','\x0e','\x2a','\x70','\xc6','\x03','\x02','\x01','\x00','\x28','\x88','\x28','\xa4','\x48','\x24','\x07','\xe0','\x10','\x40','\x10','\x40','\x11','\xf8','\x10','\x48','\xfc','\x88','\x10','\x8a','\x31','\x0a','\x3a','\x26','\x54','\x20','\x50','\x20','\x93','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x08','\x28','\x7f','\x24','\x00','\xfe','\x3e','\x20','\x22','\x50','\x3e','\x50','\x49','\x52','\x98','\x8e','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xfc','\x52','\x44','\x89','\x2c','\x00','\x00','\x7f','\xfc','\x04','\x00','\x04','\x00','\x04','\x00','\x0f','\xf0','\x08','\x10','\x0a','\x10','\x11','\x10','\x10','\x20','\x04','\x20','\x02','\x20','\x00','\x40','\x00','\x40','\xff','\xfe','\x00','\x00','\x00','\x00','\x7f','\xfc','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x00','\x00','\xff','\xfe','\x00','\x00','\x20','\x00','\x21','\xdc','\x79','\x54','\x49','\x54','\x91','\xdc','\x7c','\x00','\x55','\xfc','\x54','\x00','\x7d','\xfe','\x54','\x80','\x54','\xfc','\x7c','\x04','\x00','\x04','\xaa','\x04','\xaa','\x28','\x00','\x10','\x20','\x40','\x10','\x20','\x03','\xfe','\xfa','\x02','\x00','\x00','\x78','\x38','\x03','\xc0','\x78','\x40','\x00','\x40','\x78','\x7c','\x4b','\xc0','\x48','\x40','\x48','\x42','\x78','\x42','\x48','\x3e','\x00','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x00','\x00','\x7f','\xfc','\x48','\x24','\x4f','\xec','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\xfe','\x28','\x90','\x25','\x10','\x2f','\xbe','\x22','\x22','\x2a','\xd4','\x2a','\x90','\x2f','\x90','\x22','\x28','\x44','\x28','\x44','\x44','\x88','\x82','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x02','\xfd','\x04','\x11','\x00','\x31','\xde','\x3a','\x52','\x56','\x52','\x53','\x52','\x94','\x9a','\x10','\x94','\x11','\x10','\x11','\x12','\x12','\x12','\x14','\x0e','\x01','\x00','\x20','\x80','\x1f','\xfc','\x11','\x20','\x85','\x28','\x49','\x24','\x40','\x00','\x17','\xf0','\x10','\x10','\x27','\xf0','\xe4','\x00','\x27','\xf8','\x20','\x08','\x20','\x08','\x20','\x50','\x00','\x20','\x00','\x40','\x00','\x20','\xfb','\xfe','\x22','\x02','\x25','\x04','\x41','\x00','\x79','\xde','\x4a','\x52','\xca','\x52','\x4b','\x52','\x4c','\x9a','\x48','\x94','\x79','\x10','\x49','\x12','\x02','\x12','\x04','\x0e','\x00','\x40','\x78','\x20','\x4b','\xfe','\x4a','\x02','\x4d','\x04','\x79','\x00','\x49','\xde','\x4a','\x52','\x4a','\x52','\x7b','\x52','\x4c','\x9a','\x48','\x94','\x49','\x10','\x49','\x12','\x4a','\x12','\x9c','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x3b','\xb8','\x2a','\xa8','\x3b','\xb8','\x04','\x00','\xff','\xfe','\x08','\x20','\x07','\xc0','\x78','\x38','\x00','\x00','\x7e','\xfc','\x02','\x04','\x04','\x08','\x08','\x10','\x08','\x20','\x0a','\x20','\x0d','\xfe','\x38','\x20','\xc8','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x28','\xa0','\x10','\x40','\x08','\x20','\xff','\xfe','\x28','\x20','\x7d','\xfc','\x44','\x88','\x7c','\x50','\x41','\xfe','\x7c','\x20','\x45','\xfc','\x7c','\x20','\x00','\x00','\x1f','\xe0','\x00','\x40','\xff','\xfe','\x01','\x00','\x03','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x81','\x04','\x00','\x90','\x08','\x90','\x48','\x24','\x48','\x42','\x48','\x82','\x89','\x02','\x0e','\x10','\x18','\x10','\xe7','\xf0','\x00','\x00','\x01','\x00','\x7f','\xfe','\x41','\x02','\xbf','\xfc','\x01','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x08','\x20','\x10','\x10','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\xbf','\xfc','\x08','\x20','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x52','\x18','\x4a','\xe0','\x3e','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x09','\x20','\x09','\x10','\x11','\x08','\x21','\x04','\x41','\x04','\x01','\x00','\x05','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x22','\x88','\x14','\x50','\x08','\x20','\x3f','\xf8','\xd0','\x16','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x11','\x10','\x21','\x08','\x45','\x04','\x02','\x00','\x04','\x40','\x04','\x20','\x08','\x10','\x10','\x08','\x20','\x04','\x44','\x42','\x84','\x42','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x42','\x08','\x42','\x10','\x42','\x20','\x3e','\x40','\x00','\x00','\x00','\x01','\xfc','\xfe','\x20','\x24','\x20','\x24','\x20','\x25','\xfc','\x24','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x27','\xfe','\x24','\x00','\x24','\x00','\x44','\x02','\x43','\xfe','\x80','\x00','\x00','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x21','\x00','\x21','\x00','\x2f','\xe0','\x21','\x20','\x25','\x20','\x22','\x20','\x23','\x20','\x24','\xa2','\x44','\x22','\x48','\x1e','\x90','\x00','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x20','\x80','\x2f','\xf8','\x28','\x88','\x3f','\xfe','\x28','\x88','\x2f','\xf8','\x24','\x90','\x27','\xf0','\x21','\x00','\x5f','\xfe','\x44','\x10','\x83','\xe0','\x1c','\x1c','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x22','\x24','\x21','\x40','\x2f','\xfc','\x2a','\x94','\x29','\x24','\x2f','\xfc','\x24','\x08','\x27','\xf8','\x44','\x08','\x47','\xf8','\x84','\x08','\x00','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x21','\x04','\x21','\x04','\x21','\x04','\x21','\x04','\x21','\x04','\x3f','\xfc','\x21','\x04','\x01','\x00','\x01','\x00','\x02','\x00','\x0c','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x10','\x00','\x11','\xf8','\x10','\x08','\x54','\x08','\x54','\x08','\x54','\x08','\x55','\xf8','\x55','\x08','\x55','\x00','\x55','\x00','\x5d','\x00','\x65','\x02','\x01','\x02','\x00','\xfe','\x00','\x00','\x10','\x00','\x11','\xfc','\x10','\x00','\x10','\x00','\x54','\x00','\x57','\xfe','\x54','\x90','\x54','\x90','\x54','\x90','\x54','\x90','\x54','\x90','\x5c','\x92','\x65','\x12','\x01','\x12','\x02','\x0e','\x04','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\xfc','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\x24','\x57','\xfe','\x54','\x20','\x5c','\x50','\x64','\x50','\x00','\x88','\x01','\x04','\x02','\x02','\x10','\x80','\x10','\x80','\x11','\x00','\x11','\xfc','\x56','\x04','\x54','\x04','\x55','\xe4','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\xe4','\x5d','\x24','\x64','\x04','\x00','\x04','\x00','\x28','\x00','\x10','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x04','\x40','\x3f','\xf8','\x04','\x48','\x04','\x48','\x1f','\xf8','\x14','\x40','\x24','\x40','\x3f','\xfc','\x08','\x44','\x10','\x54','\x20','\x48','\x40','\x40','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x02','\x80','\x0c','\x60','\x32','\x18','\xc1','\x06','\x1f','\xe0','\x00','\x20','\x00','\x40','\x0c','\x80','\x03','\x00','\x00','\x80','\x00','\x40','\x10','\x80','\x10','\x80','\x11','\xfc','\x11','\x04','\x56','\x04','\x55','\xe4','\x55','\x24','\x55','\x24','\x55','\xe4','\x55','\x24','\x55','\x24','\x5d','\xe4','\x65','\x04','\x00','\x04','\x00','\x28','\x00','\x10','\x10','\x20','\x10','\x10','\x10','\x10','\x13','\xfe','\x54','\x20','\x54','\x42','\x54','\x84','\x55','\xf8','\x54','\x10','\x54','\x22','\x54','\xc4','\x5f','\x08','\x64','\x10','\x00','\x28','\x00','\xc4','\x03','\x02','\x10','\x00','\x11','\xfe','\x11','\x02','\x11','\x02','\x55','\x7a','\x55','\x02','\x55','\x02','\x55','\x7a','\x55','\x4a','\x55','\x4a','\x55','\x4a','\x5d','\x7a','\x65','\x02','\x01','\x02','\x01','\x0a','\x01','\x04','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x55','\xfc','\x55','\x04','\x55','\x04','\x55','\xfc','\x55','\x04','\x55','\x04','\x55','\xfc','\x5c','\x50','\x64','\x50','\x00','\x92','\x01','\x12','\x02','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x02','\x00','\x3f','\xf8','\x04','\x80','\x08','\x40','\xff','\xfe','\x00','\x10','\x1f','\x90','\x10','\x90','\x10','\x90','\x1f','\x90','\x00','\x50','\x00','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x54','\x20','\x55','\x24','\x55','\x24','\x55','\x24','\x56','\xaa','\x54','\x70','\x54','\xa8','\x5c','\xa8','\x65','\x24','\x02','\x22','\x04','\x20','\x00','\x20','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x10','\x10','\x10','\x90','\x10','\x90','\xfd','\x08','\x31','\x48','\x3a','\x44','\x54','\x42','\x50','\x90','\x90','\x88','\x11','\x08','\x13','\xfc','\x11','\x04','\x20','\x40','\x20','\x20','\x2b','\xfe','\xa8','\x00','\xa9','\x08','\xa8','\x90','\xaf','\xfe','\xa8','\x08','\xab','\xc8','\xaa','\x48','\xaa','\x48','\xbb','\xc8','\xca','\x48','\x00','\x08','\x00','\x28','\x00','\x10','\x0c','\x48','\x70','\x44','\x10','\x40','\x13','\xfe','\xfc','\x50','\x38','\x90','\x54','\x90','\x91','\x12','\x12','\x12','\x11','\x0e','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x08','\x08','\x48','\x1c','\x44','\xf0','\x40','\x13','\xfe','\x10','\x50','\xfc','\x50','\x10','\x92','\x38','\x92','\x35','\x0e','\x54','\x20','\x50','\x20','\x91','\x24','\x11','\x24','\x11','\x24','\x11','\xfc','\x10','\x04','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7e','\xfc','\x42','\x84','\x42','\x84','\x42','\x84','\x7e','\xfc','\x42','\x84','\x20','\x38','\x23','\xc0','\x20','\x40','\x27','\xfc','\xa9','\x50','\xa9','\x54','\xaf','\x58','\xa9','\x54','\xab','\x54','\xad','\x4c','\xa8','\xe0','\xb9','\x50','\xca','\x48','\x04','\x44','\x08','\x42','\x00','\x40','\x20','\x40','\x20','\x20','\x23','\xfc','\x21','\x08','\xa8','\x90','\xab','\xfe','\xaa','\x02','\xac','\x44','\xa8','\x20','\xab','\xfc','\xa8','\x80','\xb8','\xf8','\xc8','\x88','\x01','\x08','\x01','\x28','\x02','\x10','\x10','\x20','\x11','\xfc','\x11','\x24','\x13','\xfe','\x55','\x24','\x55','\xfc','\x54','\x20','\x55','\xfc','\x55','\x24','\x55','\xfc','\x54','\x40','\x5f','\xfe','\x64','\x88','\x01','\xd0','\x00','\x70','\x03','\x8c','\x10','\x18','\x11','\xe0','\x10','\x40','\x13','\xfe','\x54','\x88','\x55','\x74','\x56','\x52','\x54','\x70','\x54','\x00','\x55','\xfc','\x55','\x04','\x5d','\x74','\x65','\x54','\x01','\x74','\x01','\x04','\x01','\x0c','\x01','\x00','\x41','\x04','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x08','\x20','\x3e','\xf8','\x08','\x20','\x7e','\xfc','\x00','\x00','\x7f','\xfc','\x04','\x40','\x18','\x42','\xe0','\x3e','\x10','\x00','\x11','\xfc','\x11','\x54','\x11','\xfc','\x54','\x20','\x55','\xfc','\x54','\x20','\x57','\xfe','\x54','\x88','\x54','\x50','\x55','\xfc','\x5c','\x20','\x67','\xfe','\x00','\x20','\x00','\x20','\x00','\x20','\x20','\x88','\x22','\xaa','\x22','\xdc','\x24','\x88','\xa9','\x54','\xaa','\x22','\xa8','\x00','\xab','\xfe','\xaa','\x22','\xa8','\x20','\xab','\xfe','\xb8','\x70','\xc8','\xa8','\x01','\x24','\x06','\x22','\x00','\x20','\x01','\x00','\x41','\x04','\x7f','\xfc','\x10','\x00','\x7d','\xfc','\x44','\x04','\x7c','\xfc','\x40','\x04','\x7d','\xfc','\x44','\x00','\x7d','\xfe','\x11','\x22','\x5c','\xfc','\x50','\xa4','\x5e','\xac','\xf0','\x20','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xdf','\xf6','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x48','\x00','\x44','\x00','\x44','\x00','\x40','\xff','\xfe','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x20','\x00','\x22','\x7f','\x92','\x00','\x0a','\x00','\x06','\x00','\x02','\x00','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x21','\x00','\x21','\xfc','\x21','\x00','\x21','\x00','\x21','\x00','\x3f','\xfc','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x28','\x00','\x10','\x00','\x00','\x7f','\xfc','\x00','\x80','\x01','\x00','\x01','\x00','\x03','\x40','\x05','\x20','\x09','\x10','\x31','\x08','\xc1','\x04','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\xff','\xfe','\x00','\x00','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x10','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x04','\x40','\x04','\x40','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x4c','\x44','\x54','\x7c','\x64','\x44','\x04','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x20','\x40','\xc0','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x02','\x00','\x01','\x00','\x00','\x80','\x00','\x40','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0a','\x20','\x09','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x02','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x10','\x00','\x20','\x00','\x00','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x10','\x20','\x10','\x20','\x08','\x20','\x08','\x40','\x04','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x70','\x1f','\x80','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x09','\x20','\x09','\x24','\x79','\x28','\x09','\x30','\x09','\x22','\x19','\x22','\xe9','\x1e','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\xf8','\x3f','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x09','\x24','\xf9','\x38','\x09','\x22','\x39','\x22','\xcb','\x9e','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x01','\x00','\x0f','\x20','\xf0','\x20','\x49','\x20','\x22','\x20','\xfe','\x20','\x14','\x20','\x08','\x20','\xff','\x20','\x95','\x20','\xbd','\x20','\x83','\x20','\xbd','\x22','\x95','\x22','\x89','\x22','\x95','\x1e','\xa3','\x00','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x50','\x00','\x20','\x00','\x80','\xf8','\xf8','\x09','\x08','\x53','\xfe','\x25','\x12','\x11','\x22','\xfd','\xfe','\x24','\x40','\x28','\xa2','\x23','\x54','\x20','\x98','\x23','\x34','\x20','\x54','\x20','\x92','\xa3','\x50','\x40','\x20','\x01','\x00','\x01','\x00','\x7f','\xfc','\x11','\x10','\x09','\x20','\x3f','\xf8','\x01','\x08','\x01','\x08','\xff','\xfe','\x01','\x08','\x01','\x08','\x3f','\xf8','\x01','\x08','\x01','\x00','\x05','\x00','\x02','\x00','\x10','\x00','\x11','\xf8','\x28','\x08','\x44','\x50','\x82','\x20','\x7c','\x10','\x13','\xfe','\x10','\x22','\xfe','\x24','\x10','\x20','\x10','\x20','\x7c','\x20','\x44','\x20','\x44','\x20','\x7c','\xa0','\x44','\x40','\x00','\x48','\x00','\x44','\x00','\x44','\x00','\x40','\xff','\xfe','\x00','\x40','\x00','\x40','\x00','\x40','\x7e','\x40','\x00','\x40','\x00','\x20','\x00','\x22','\x0f','\x12','\xf0','\x0a','\x40','\x06','\x00','\x02','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\x00','\x7f','\xfc','\x04','\x40','\x04','\x40','\x04','\x40','\x3c','\x78','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x3c','\x78','\x04','\x40','\x04','\x40','\x04','\x40','\xff','\xfe','\x00','\x00','\x00','\x00','\x3f','\xf0','\x00','\x20','\x00','\x40','\x01','\x80','\x79','\x3c','\x49','\x04','\x49','\x44','\x49','\x28','\x49','\x10','\x79','\x28','\x01','\x44','\x05','\x00','\x02','\x00','\xff','\xfe','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x0f','\xe0','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x22','\x10','\x22','\x10','\x22','\x20','\x1e','\x40','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x04','\x45','\x04','\x02','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x40','\x02','\x80','\xf4','\x3f','\x00','\x02','\x00','\x03','\xf8','\x7e','\x02','\x02','\x02','\x01','\xfe','\x01','\x00','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x20','\x08','\x27','\xc8','\x24','\x48','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\xff','\xfe','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x50','\x14','\x50','\x12','\x50','\x12','\x88','\x20','\x88','\x21','\x04','\x42','\x04','\x84','\x02','\x08','\x00','\x08','\x00','\x0b','\xf8','\x10','\x88','\x10','\x90','\x30','\x90','\x30','\xa0','\x50','\xbc','\x90','\x84','\x10','\x84','\x11','\x04','\x11','\x04','\x11','\x04','\x12','\x04','\x12','\x28','\x14','\x10','\x00','\x00','\x3f','\xfe','\x20','\x00','\x20','\x00','\x20','\x80','\x20','\x80','\x20','\x80','\x20','\x80','\x20','\x80','\x21','\x40','\x21','\x40','\x22','\x20','\x42','\x20','\x44','\x10','\x88','\x08','\x10','\x06','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x10','\x40','\x30','\x50','\x30','\x48','\x50','\x44','\x90','\x44','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x13','\xfc','\x30','\x44','\x30','\x44','\x50','\x44','\x90','\x44','\x10','\x84','\x10','\x84','\x10','\x84','\x11','\x04','\x11','\x04','\x12','\x28','\x14','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x10','\x10','\x13','\xfe','\x30','\x10','\x30','\x10','\x51','\x10','\x91','\x10','\x10','\x90','\x10','\x90','\x10','\x50','\x10','\x20','\x10','\x50','\x11','\x88','\x16','\x06','\x08','\x00','\x08','\x00','\x0b','\xfc','\x10','\x44','\x10','\x44','\x32','\x44','\x32','\x44','\x52','\x44','\x94','\x84','\x10','\x84','\x10','\x84','\x11','\x04','\x11','\x04','\x12','\x04','\x14','\x28','\x18','\x10','\x08','\x00','\x08','\x00','\x0b','\xf8','\x10','\x88','\x10','\x88','\x32','\x88','\x31','\x88','\x50','\x88','\x90','\xc8','\x10','\xa8','\x10','\x98','\x11','\x0e','\x11','\x08','\x12','\x08','\x14','\x50','\x18','\x20','\x08','\x10','\x08','\x78','\x0b','\xc0','\x10','\x40','\x10','\x40','\x30','\x40','\x30','\x40','\x57','\xfe','\x90','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x08','\x40','\x08','\x40','\x08','\xa0','\x10','\xa0','\x11','\x10','\x32','\x08','\x34','\x06','\x51','\x10','\x91','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x12','\x10','\x12','\x10','\x14','\x10','\x08','\x80','\x08','\x40','\x08','\x40','\x13','\xfc','\x10','\x00','\x30','\x00','\x31','\xf0','\x51','\x10','\x91','\x10','\x11','\x10','\x11','\x10','\x11','\x12','\x11','\x12','\x12','\x12','\x12','\x0e','\x14','\x00','\x10','\x40','\x10','\x40','\x12','\x40','\x22','\x40','\x23','\xfc','\x62','\x40','\x64','\x40','\xa0','\x40','\x2f','\xfe','\x20','\x40','\x20','\xa0','\x20','\xa0','\x21','\x10','\x22','\x08','\x24','\x04','\x28','\x02','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x17','\xfe','\x30','\x40','\x30','\x40','\x50','\x40','\x93','\xf8','\x12','\x08','\x12','\x08','\x12','\x08','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x11','\x20','\x11','\x20','\x11','\x20','\x2f','\xfc','\x21','\x24','\x61','\x24','\x67','\xfc','\xa5','\x20','\x29','\x20','\x2f','\xfe','\x21','\x22','\x21','\x22','\x22','\x2a','\x22','\x24','\x24','\x20','\x28','\x20','\x11','\x00','\x11','\x00','\x12','\x00','\x23','\xfc','\x24','\x04','\x68','\x04','\x63','\xe4','\xa2','\x24','\x22','\x24','\x22','\x24','\x22','\x24','\x23','\xe4','\x22','\x24','\x20','\x04','\x20','\x28','\x20','\x10','\x08','\x40','\x08','\x20','\x08','\x20','\x13','\xfe','\x12','\x02','\x34','\x04','\x31','\x00','\x51','\x08','\x91','\x10','\x11','\x20','\x11','\xc0','\x11','\x02','\x11','\x02','\x11','\x02','\x10','\xfe','\x10','\x00','\x08','\x40','\x08','\x20','\x08','\x20','\x13','\xfe','\x12','\x02','\x34','\x04','\x30','\x00','\x50','\x00','\x93','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x1f','\xfe','\x10','\x40','\x30','\x40','\x37','\xfc','\x50','\x00','\x90','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x10','\x80','\x10','\x80','\x11','\xf8','\x22','\x10','\x25','\x20','\x60','\xc0','\x60','\x90','\xa3','\x20','\x2c','\x7c','\x20','\x84','\x21','\x08','\x26','\x90','\x20','\x60','\x20','\x40','\x21','\x80','\x2e','\x00','\x08','\x40','\x0a','\x40','\x0a','\x40','\x13','\xfc','\x14','\x40','\x30','\x40','\x30','\x40','\x57','\xfe','\x90','\xe0','\x11','\x50','\x11','\x50','\x12','\x48','\x14','\x44','\x18','\x42','\x10','\x40','\x10','\x40','\x08','\x40','\x08','\x20','\x08','\x20','\x13','\xfe','\x12','\x02','\x34','\x04','\x30','\x38','\x53','\xc0','\x90','\x40','\x10','\x40','\x10','\x7e','\x17','\xc0','\x10','\x40','\x10','\x42','\x10','\x42','\x10','\x3e','\x08','\x90','\x08','\x90','\x08','\x90','\x14','\x92','\x12','\x94','\x30','\x98','\x30','\x90','\x51','\x98','\x92','\x94','\x14','\x92','\x10','\x90','\x10','\x90','\x11','\x12','\x11','\x12','\x12','\x12','\x14','\x0e','\x10','\x00','\x17','\xfc','\x14','\x04','\x24','\x04','\x25','\xf4','\x64','\x44','\x64','\x44','\xa5','\xf4','\x25','\x54','\x25','\x54','\x25','\x54','\x25','\x54','\x25','\x74','\x24','\x46','\x24','\x46','\x28','\x42','\x08','\x00','\x0b','\xfe','\x08','\x20','\x10','\x20','\x10','\x40','\x31','\xfc','\x31','\x04','\x51','\x04','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x08','\x40','\x08','\x40','\x0f','\xfe','\x10','\x80','\x11','\x00','\x31','\xfc','\x33','\x04','\x55','\x04','\x99','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x14','\x11','\x08','\x0a','\x08','\x09','\x08','\x09','\x10','\x10','\x00','\x17','\xfc','\x30','\x40','\x30','\x40','\x53','\xf8','\x90','\x40','\x10','\x40','\x17','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x11','\x10','\x29','\x28','\x45','\x44','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x37','\xd8','\xc0','\x06','\x00','\x00','\x3f','\xf8','\x24','\x88','\x24','\x88','\x24','\x88','\x3f','\xf8','\x24','\x88','\x24','\x88','\x24','\xa8','\x20','\x10','\x08','\x40','\x0b','\xf8','\x08','\x48','\x17','\xfe','\x10','\x48','\x33','\xf8','\x30','\x40','\x57','\xfe','\x90','\x00','\x12','\xa4','\x14','\x52','\x13','\xf8','\x12','\xa8','\x12','\xa8','\x1f','\xfe','\x10','\x00','\x08','\x00','\x0b','\xf8','\x0a','\x08','\x12','\x08','\x13','\xf8','\x32','\x08','\x32','\x08','\x53','\xf8','\x92','\x08','\x12','\x08','\x13','\xf8','\x11','\x20','\x11','\x20','\x12','\x22','\x14','\x22','\x18','\x1e','\x10','\x40','\x10','\x80','\x11','\x10','\x22','\x08','\x27','\xfc','\x61','\x04','\x61','\x00','\xa3','\xf8','\x24','\x40','\x20','\x40','\x2f','\xfe','\x20','\x40','\x20','\xa0','\x21','\x10','\x22','\x08','\x2c','\x06','\x10','\x00','\x11','\xf8','\x11','\x08','\x29','\x08','\x25','\x08','\x45','\xf8','\x91','\x08','\x11','\x08','\x11','\x08','\x11','\xf8','\x29','\x08','\x25','\x08','\x45','\x08','\x81','\x08','\x07','\xfe','\x00','\x00','\x08','\x08','\x08','\x3c','\x0b','\xc0','\x10','\x04','\x12','\x44','\x31','\x28','\x30','\x00','\x53','\xf8','\x90','\x10','\x10','\x20','\x17','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x09','\x00','\x09','\x00','\x09','\xf0','\x12','\x10','\x12','\x20','\x37','\xfc','\x3a','\x44','\x52','\x44','\x92','\x44','\x13','\xfc','\x12','\xa4','\x10','\xa0','\x11','\x20','\x12','\x22','\x14','\x22','\x18','\x1e','\x10','\x00','\x17','\xf8','\x10','\x10','\x21','\xa0','\x20','\x40','\x67','\xfc','\x64','\x44','\xa4','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x24','\x54','\x24','\x08','\x10','\x00','\x17','\xfc','\x14','\x44','\x24','\x44','\x27','\xfc','\x64','\x44','\x64','\x44','\xa7','\xfc','\x20','\x40','\x20','\x40','\x27','\xfc','\x20','\x40','\x20','\x40','\x20','\x40','\x2f','\xfe','\x20','\x00','\x10','\x84','\x11','\xc4','\x17','\x04','\x21','\x14','\x21','\x14','\x61','\x14','\x6f','\xd4','\xa1','\x14','\x23','\x14','\x23','\x94','\x25','\x54','\x25','\x04','\x29','\x04','\x21','\x04','\x21','\x14','\x21','\x08','\x09','\x08','\x08','\x88','\x08','\x90','\x13','\xfc','\x10','\x24','\x30','\x24','\x33','\xfc','\x52','\x20','\x92','\x20','\x13','\xfe','\x10','\x62','\x10','\xa2','\x11','\x2a','\x12','\x24','\x14','\x20','\x10','\x20','\x10','\x40','\x10','\x40','\x1f','\xfe','\x20','\x40','\x27','\xfc','\x64','\x44','\x64','\x44','\xa7','\xfc','\x24','\x44','\x24','\x44','\x27','\xfc','\x20','\x40','\x3f','\xfe','\x20','\x40','\x20','\x40','\x20','\x40','\x08','\x40','\x08','\x40','\x0b','\xfc','\x10','\xa0','\x11','\x10','\x32','\x08','\x37','\xfe','\x50','\x08','\x93','\xc8','\x12','\x48','\x12','\x48','\x12','\x48','\x13','\xc8','\x10','\x08','\x10','\x28','\x10','\x10','\x08','\x00','\x0b','\xfc','\x0a','\x04','\x12','\x04','\x13','\xfc','\x32','\x20','\x32','\x20','\x53','\xfe','\x92','\x20','\x12','\x20','\x12','\xfc','\x12','\x84','\x12','\x84','\x14','\x84','\x14','\xfc','\x18','\x84','\x10','\x00','\x17','\xfc','\x14','\x04','\x24','\x04','\x27','\xfc','\x64','\x20','\x65','\x24','\xa5','\x24','\x25','\x24','\x25','\xfc','\x24','\x20','\x25','\x24','\x25','\x24','\x29','\x24','\x29','\xfc','\x30','\x04','\x08','\x00','\x08','\x40','\x0b','\x9c','\x12','\x04','\x12','\x04','\x33','\x9c','\x32','\x04','\x52','\x04','\x93','\xfc','\x10','\x90','\x10','\x90','\x10','\x90','\x10','\x90','\x11','\x12','\x12','\x12','\x14','\x0e','\x08','\x40','\x08','\x20','\x08','\x20','\x13','\xfe','\x12','\x02','\x34','\x94','\x31','\x08','\x52','\x04','\x90','\x00','\x11','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x17','\xfe','\x10','\x00','\x08','\x80','\x08','\x40','\x0b','\xfc','\x10','\x00','\x11','\x10','\x31','\x10','\x32','\xa8','\x54','\x44','\x90','\x00','\x10','\x40','\x17','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x08','\x80','\x08','\x80','\x0b','\xf0','\x10','\x90','\x10','\x90','\x31','\x12','\x31','\x12','\x52','\x4e','\x94','\x40','\x10','\x40','\x1f','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x09','\x00','\x09','\x00','\x09','\xdc','\x11','\x14','\x11','\x14','\x31','\x14','\x37','\xd4','\x50','\x14','\x91','\x14','\x11','\x14','\x15','\x88','\x15','\x48','\x19','\x48','\x11','\x14','\x15','\x14','\x12','\x22','\x09','\xf8','\x09','\x08','\x09','\x08','\x11','\xf8','\x11','\x08','\x31','\x08','\x31','\xf8','\x50','\x00','\x93','\xfc','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x08','\x40','\x08','\x40','\x0f','\xfc','\x10','\x40','\x13','\xf8','\x30','\x40','\x37','\xfe','\x50','\x00','\x93','\xf8','\x12','\x08','\x13','\xf8','\x12','\x08','\x13','\xf8','\x12','\x08','\x12','\x28','\x12','\x10','\x08','\x40','\x08','\x40','\x08','\x7e','\x10','\x40','\x13','\xfc','\x32','\x04','\x33','\xfc','\x52','\x04','\x93','\xfc','\x12','\x44','\x10','\x40','\x17','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x08','\x40','\x08','\x80','\x0b','\xfc','\x12','\x24','\x12','\x24','\x33','\xfc','\x32','\x24','\x52','\x44','\x93','\xfc','\x10','\x90','\x11','\x10','\x17','\xfe','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x40','\x10','\x20','\x17','\xfe','\x24','\x00','\x24','\x88','\x64','\x88','\x65','\x08','\xa5','\x7e','\x27','\x08','\x25','\x48','\x25','\x28','\x25','\x28','\x29','\x08','\x29','\x08','\x31','\x28','\x21','\x10','\x10','\x00','\x17','\xbc','\x14','\xa4','\x24','\xa4','\x27','\xbc','\x64','\xa4','\x64','\xa4','\xa7','\xbc','\x24','\x04','\x24','\x04','\x24','\x04','\x24','\x04','\x24','\x04','\x24','\x04','\x24','\x14','\x24','\x08','\x10','\x00','\x17','\xfc','\x10','\x40','\x20','\x40','\x27','\xfc','\x64','\x44','\x64','\x44','\xa6','\x64','\x25','\x54','\x25','\x54','\x26','\xec','\x24','\xcc','\x24','\x44','\x24','\x44','\x24','\x54','\x24','\x08','\x08','\x00','\x0b','\xfe','\x0a','\x00','\x12','\xfc','\x12','\x84','\x32','\xfc','\x32','\x84','\x52','\xfc','\x92','\x20','\x13','\xfe','\x12','\x48','\x12','\xc8','\x12','\x30','\x12','\x48','\x12','\x84','\x13','\xfe','\x10','\x00','\x17','\xbc','\x14','\x84','\x24','\x84','\x24','\x84','\x67','\xbc','\x64','\x00','\xa4','\x00','\x27','\xbc','\x24','\x24','\x24','\x24','\x27','\xa8','\x24','\x10','\x24','\x28','\x24','\x44','\x24','\x82','\x01','\x00','\x02','\x80','\x0c','\x60','\x37','\xd8','\xc0','\x06','\x3f','\xf8','\x29','\x28','\x25','\x48','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x0a','\x20','\x0a','\x24','\x0b','\xa8','\x12','\x30','\x12','\xa2','\x33','\x22','\x32','\x5e','\x50','\x80','\x93','\xfc','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x08','\x40','\x08','\x20','\x0b','\xfc','\x10','\x00','\x11','\x08','\x30','\x90','\x33','\xfe','\x52','\x10','\x92','\x20','\x12','\xc8','\x12','\x10','\x12','\x24','\x12','\xc8','\x14','\x10','\x14','\x60','\x19','\x80','\x08','\x00','\x0b','\xf8','\x0a','\x08','\x13','\xf8','\x12','\x08','\x33','\xf8','\x31','\x00','\x53','\xfc','\x94','\x44','\x12','\x44','\x12','\xa4','\x12','\x04','\x13','\xf4','\x10','\x04','\x10','\x28','\x10','\x10','\x12','\x10','\x12','\x10','\x12','\x10','\x2f','\xa0','\x22','\x3e','\x62','\x44','\x62','\x24','\xaf','\xa4','\x28','\xa4','\x28','\xa8','\x28','\xa8','\x28','\x90','\x2f','\xa8','\x28','\x28','\x20','\x44','\x20','\x82','\x08','\x40','\x08','\x44','\x0b','\xf4','\x10','\x48','\x10','\x50','\x37','\xfe','\x30','\x40','\x50','\x80','\x91','\xf8','\x13','\x08','\x15','\x08','\x11','\xf8','\x11','\x08','\x11','\x08','\x11','\xf8','\x11','\x08','\x11','\x00','\x11','\x00','\x13','\xfc','\x24','\x94','\x2b','\x94','\x61','\x64','\x62','\x54','\xa4','\x84','\x21','\x28','\x22','\x10','\x20','\x40','\x21','\x24','\x25','\x2a','\x25','\x0a','\x28','\xf8','\x20','\x00','\x09','\xc0','\x08','\xa0','\x09','\x10','\x12','\x08','\x15','\xf6','\x30','\x00','\x33','\xca','\x52','\x4a','\x92','\x54','\x13','\xd4','\x12','\x68','\x12','\x54','\x13','\xd4','\x12','\x4a','\x12','\x4a','\x12','\xc0','\x10','\x40','\x10','\x80','\x17','\xfc','\x24','\x44','\x24','\x44','\x67','\xfc','\x64','\x44','\xa4','\x84','\x27','\xfc','\x20','\x80','\x21','\x50','\x21','\x64','\x22','\x7c','\x24','\x42','\x28','\x42','\x30','\x3e','\x14','\x10','\x12','\x10','\x12','\x10','\x2f','\xa0','\x20','\x3e','\x65','\x44','\x64','\xa4','\xa8','\xa4','\x31','\x28','\x25','\x28','\x22','\x10','\x22','\x10','\x25','\x28','\x29','\x28','\x30','\x44','\x20','\x82','\x08','\x50','\x08','\x48','\x0f','\xfe','\x10','\x40','\x17','\xfc','\x34','\x44','\x37','\xfc','\x54','\x44','\x97','\xfc','\x14','\x44','\x10','\x08','\x1f','\xfe','\x12','\x08','\x11','\x08','\x11','\x28','\x10','\x10','\x10','\x00','\x17','\xfc','\x14','\x00','\x24','\xf8','\x24','\x88','\x64','\x88','\x64','\xf8','\xa4','\x00','\x25','\xdc','\x25','\x54','\x25','\x54','\x25','\x54','\x25','\xdc','\x24','\x00','\x27','\xfe','\x20','\x00','\x12','\x10','\x12','\x10','\x1f','\xd0','\x22','\x20','\x2f','\xbe','\x62','\x44','\xbf','\xa4','\x24','\x24','\x24','\x24','\x27','\xa8','\x24','\xa8','\x24','\x90','\x24','\xa8','\x29','\xa8','\x28','\x44','\x30','\x82','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x37','\xd8','\xc0','\x06','\x00','\x00','\x3e','\xf8','\x22','\x88','\x22','\x88','\x3e','\xf8','\x08','\x20','\x08','\x20','\x14','\x50','\x22','\x88','\x41','\x04','\x10','\x00','\x17','\xfc','\x10','\xa0','\x27','\xfc','\x24','\xa4','\x67','\xfc','\x60','\x40','\xaf','\xfe','\x21','\x10','\x22','\x08','\x27','\xf6','\x2a','\x10','\x23','\xf0','\x22','\x04','\x22','\x04','\x21','\xfc','\x10','\x40','\x1f','\xfe','\x10','\x40','\x27','\xfc','\x24','\x44','\x67','\xfc','\x64','\x44','\xa7','\xfc','\x20','\x42','\x2f','\xfe','\x20','\x10','\x2f','\xfe','\x22','\x10','\x21','\x10','\x21','\x50','\x20','\x20','\x10','\x40','\x13','\xf8','\x12','\x48','\x2f','\xfe','\x22','\x48','\x63','\xf8','\x60','\x40','\xa3','\xf8','\x22','\x48','\x23','\xf8','\x20','\x80','\x2f','\xfe','\x21','\x10','\x20','\xe0','\x23','\x18','\x2c','\x04','\x10','\x40','\x17','\xfc','\x10','\x40','\x23','\xf8','\x20','\x00','\x63','\xf8','\x62','\x08','\xa3','\xf8','\x21','\x10','\x2f','\xfe','\x20','\x00','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x22','\x08','\x10','\x04','\x10','\x3e','\x17','\xc0','\x22','\x44','\x21','\x28','\x63','\xf8','\x62','\x08','\xa3','\xfc','\x22','\x04','\x23','\xfe','\x24','\x02','\x26','\xaa','\x2a','\xaa','\x2a','\x02','\x30','\x14','\x20','\x08','\x10','\x40','\x10','\x40','\x17','\xfc','\x20','\x40','\x2f','\xfe','\x61','\x10','\x67','\xbc','\xa1','\x10','\x21','\x90','\x26','\x3e','\x20','\x00','\x2f','\xfe','\x21','\x20','\x21','\x22','\x22','\x22','\x2c','\x1e','\x10','\x00','\x17','\xbc','\x11','\x08','\x25','\x28','\x27','\xbc','\x63','\x18','\x65','\xaa','\xa9','\x46','\x20','\x00','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x11','\x10','\x11','\x10','\x17','\xbc','\x21','\x10','\x2f','\xfe','\x61','\x10','\x62','\xa8','\xa4','\x44','\x23','\xfa','\x22','\x08','\x22','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x22','\x08','\x08','\x40','\x0b','\xf8','\x09','\x10','\x10','\xa0','\x17','\xfc','\x30','\x00','\x33','\xf8','\x52','\x48','\x93','\xf8','\x12','\x48','\x13','\xf8','\x10','\x40','\x13','\xf8','\x10','\x40','\x17','\xfe','\x10','\x00','\x10','\x00','\x1f','\xfe','\x11','\x20','\x2f','\xfc','\x29','\x24','\x6f','\xfc','\x60','\x00','\xa7','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x27','\xf8','\x22','\x10','\x24','\x08','\x10','\x00','\x1f','\xfe','\x10','\x00','\x27','\xfc','\x24','\x44','\x67','\xfc','\x64','\x44','\xaf','\xfe','\x20','\x00','\x27','\xfc','\x24','\x44','\x27','\xfc','\x24','\x44','\x27','\xfc','\x20','\x00','\x2f','\xfe','\x10','\x40','\x10','\x40','\x10','\xa0','\x21','\x10','\x22','\x08','\x65','\xf6','\x68','\x00','\xa7','\xbc','\x24','\xa4','\x24','\xa4','\x27','\xbc','\x22','\x10','\x22','\x10','\x25','\x28','\x29','\x44','\x30','\x82','\x11','\x40','\x11','\x20','\x13','\xfe','\x22','\x20','\x27','\xfc','\x6a','\x20','\x63','\xfc','\xa2','\x20','\x23','\xfe','\x22','\x00','\x27','\x9e','\x24','\x92','\x24','\x92','\x24','\xf2','\x24','\x02','\x24','\x06','\x08','\x90','\x0b','\xfc','\x0a','\x94','\x13','\xfc','\x12','\x94','\x33','\xfc','\x30','\x00','\x53','\xfc','\x92','\x00','\x12','\xf8','\x12','\x00','\x13','\xfe','\x15','\x20','\x15','\x14','\x15','\x48','\x19','\x86','\x10','\x10','\x17','\xd0','\x15','\x10','\x27','\xde','\x24','\x50','\x67','\xe8','\x65','\x04','\xa7','\xc4','\x20','\x00','\x23','\xf8','\x22','\xa8','\x22','\xa8','\x22','\xa8','\x22','\xa8','\x2f','\xfe','\x20','\x00','\x10','\x80','\x10','\x40','\x17','\xfc','\x21','\x10','\x20','\xa4','\x6f','\x58','\x65','\x54','\xa5','\x52','\x2b','\x58','\x20','\x00','\x22','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x24','\x08','\x10','\x40','\x17','\xfc','\x10','\x40','\x23','\xfc','\x20','\x00','\x6f','\xfe','\x60','\x02','\xa3','\xf8','\x20','\x40','\x27','\xfe','\x20','\x00','\x27','\xfe','\x20','\x08','\x27','\xfe','\x24','\xa8','\x27','\x98','\x08','\x88','\x08','\x88','\x0b','\xfe','\x10','\x88','\x13','\xfe','\x32','\x52','\x33','\xfe','\x50','\x00','\x93','\xfe','\x12','\x42','\x10','\xf8','\x11','\x08','\x12','\x90','\x10','\x60','\x10','\xc0','\x17','\x00','\x13','\xf8','\x12','\x48','\x12','\x48','\x23','\xf8','\x22','\x48','\x62','\x48','\x63','\xf8','\xa0','\x00','\x2f','\xbe','\x2a','\xaa','\x2a','\xaa','\x2f','\xbe','\x2a','\xaa','\x2a','\xaa','\x2f','\xbe','\x28','\xa2','\x15','\x18','\x15','\x14','\x1f','\x90','\x25','\x3e','\x27','\x28','\x62','\x68','\x6f','\xbe','\xaa','\xa8','\x2f','\xa8','\x22','\x3e','\x2f','\xa8','\x22','\x28','\x3f','\xe8','\x25','\x3e','\x28','\xa0','\x30','\x60','\x17','\xbe','\x10','\x00','\x17','\xbc','\x24','\xa4','\x26','\xb4','\x64','\xa4','\x60','\x40','\xa7','\xfe','\x24','\xa0','\x27','\xfc','\x24','\xa4','\x27','\xfc','\x25','\x12','\x29','\xdc','\x29','\x12','\x31','\xce','\x17','\xbc','\x14','\xa4','\x17','\xbc','\x20','\x00','\x27','\xfe','\x64','\x00','\x65','\x90','\xa4','\x9e','\x27','\xd4','\x25','\x64','\x25','\xd4','\x25','\x54','\x25','\xd4','\x25','\x68','\x2b','\xc8','\x30','\x54','\x12','\x48','\x11','\x50','\x17','\xfc','\x24','\x04','\x21','\xf0','\x61','\x10','\x67','\xfc','\xa5','\x54','\x24','\xe4','\x27','\xfc','\x20','\x40','\x27','\xfc','\x20','\x40','\x2f','\xfe','\x22','\xa4','\x24','\x52','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x42','\x10','\x42','\x20','\x42','\x40','\x3e','\x80','\x00','\x00','\x00','\x00','\x00','\xff','\xfe','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x44','\x10','\x44','\x20','\x44','\x40','\x3c','\x80','\x00','\x00','\x00','\x06','\x00','\x38','\xf8','\x20','\x08','\x20','\x08','\x3c','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x44','\x08','\x44','\x10','\x44','\x60','\x3c','\x04','\x40','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xdf','\xf6','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x44','\x10','\x44','\x60','\x3c','\x08','\x00','\x08','\x00','\x0f','\xe0','\x10','\x20','\x20','\x40','\x7f','\xf8','\xa1','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x22','\x88','\x04','\xa0','\x08','\x90','\x10','\x92','\x20','\x82','\xc0','\x7e','\x08','\x20','\x08','\x20','\x08','\x20','\x7e','\xfe','\x08','\x20','\x08','\x20','\x7e','\xfc','\x42','\x84','\x42','\x84','\x7e','\xfc','\x14','\x50','\x14','\x50','\x25','\x50','\x26','\x92','\x44','\x92','\x81','\x0e','\x20','\x20','\x10','\x10','\xfe','\xfe','\x44','\x44','\x28','\x28','\xfe','\xfe','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x28','\x28','\x2a','\x28','\x4c','\x4a','\x88','\x86','\x00','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x41','\x04','\x51','\x44','\x49','\x24','\x49','\x24','\x55','\x54','\x65','\x94','\x41','\x04','\x41','\x04','\x41','\x14','\x40','\x08','\x06','\x00','\x01','\x00','\x02','\x80','\x0c','\x60','\x30','\x18','\xcf','\xe6','\x00','\x00','\x3e','\x24','\x22','\x24','\x22','\x48','\x3e','\x48','\x22','\x90','\x3e','\x48','\x22','\x48','\x22','\x24','\x26','\x24','\x04','\x40','\x04','\x40','\x08','\x20','\x08','\x20','\x10','\x10','\x20','\x08','\xdf','\xf6','\x04','\x00','\x08','\x00','\x0f','\xe0','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x01','\x40','\x00','\x80','\x04','\x44','\x7c','\x78','\x04','\x42','\x1c','\x3e','\xe4','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x10','\x10','\x20','\x08','\x00','\x00','\x7f','\xfc','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x14','\x40','\x08','\x00','\x00','\x7f','\xfc','\x40','\x04','\x40','\x04','\x4f','\xc4','\x48','\x44','\x48','\x44','\x48','\x44','\x4f','\xc4','\x48','\x04','\x48','\x24','\x48','\x24','\x47','\xe4','\x40','\x04','\x40','\x14','\x40','\x08','\x00','\x00','\x1e','\x78','\x12','\x48','\x12','\x48','\x12','\x48','\x12','\x48','\x12','\x48','\xff','\xfe','\x12','\x48','\x12','\x48','\x12','\x48','\x12','\x48','\x12','\x48','\x12','\x88','\x26','\xa8','\x41','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\xff','\xfe','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x28','\x20','\x10','\x00','\x00','\x7f','\xfc','\x40','\x04','\x44','\x44','\x48','\x24','\x50','\x14','\x67','\xcc','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x47','\xc4','\x44','\x44','\x40','\x04','\x40','\x14','\x40','\x08','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x17','\xd0','\x10','\x10','\x17','\xd0','\x10','\x10','\x10','\x50','\x10','\x20','\x08','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x3f','\xf8','\x08','\x20','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\xff','\xfe','\x20','\x08','\x20','\x28','\x20','\x10','\x7f','\xfc','\x40','\x04','\x5f','\xf4','\x40','\x04','\x5f','\xf4','\x04','\x00','\x0f','\xe0','\x10','\x20','\x3f','\xf8','\x51','\x08','\x11','\x08','\x1f','\xf8','\x02','\x80','\x04','\x82','\x18','\x82','\x60','\x7e','\x00','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfe','\x40','\x02','\x88','\x04','\x0f','\xe0','\x10','\x20','\x20','\x40','\x5f','\xf8','\x11','\x08','\x11','\x08','\x1f','\xf8','\x02','\x80','\x04','\xa0','\x08','\x92','\x10','\x82','\x60','\x7e','\x00','\x00','\x00','\x00','\x7f','\xfe','\x40','\x02','\x80','\x24','\x3e','\x38','\x00','\x20','\x00','\x20','\x7e','\xf8','\x14','\x08','\x14','\x50','\x14','\x20','\x14','\x54','\x24','\x84','\x24','\x04','\x43','\xfc','\x00','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x7f','\xfc','\x02','\x00','\x06','\x08','\x19','\x10','\x6a','\xa0','\x04','\xc0','\x1b','\xa0','\x62','\x98','\x0c','\x86','\x30','\x80','\xc2','\x80','\x01','\x00','\x00','\x00','\x7f','\xfe','\x40','\x02','\x82','\x04','\x1c','\xf0','\x10','\x10','\x1e','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x00','\x1f','\xfc','\x20','\x04','\x49','\x24','\x24','\x94','\x24','\x94','\x40','\x08','\xff','\xfe','\x84','\x42','\x3f','\xf8','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x02','\x00','\x7f','\xfc','\x09','\x20','\x3f','\xf8','\xd1','\x16','\x11','\x30','\x01','\x00','\x00','\x00','\x40','\x00','\x20','\x00','\x20','\x00','\x00','\x00','\x08','\x00','\x08','\x00','\x10','\x00','\x10','\x00','\xe0','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x00','\x00','\x00','\x80','\x40','\x80','\x20','\x80','\x27','\xf8','\x00','\x88','\x00','\x88','\x10','\x88','\x10','\x88','\x2f','\xfe','\xe0','\x80','\x21','\x40','\x21','\x40','\x22','\x20','\x24','\x10','\x28','\x08','\x10','\x06','\x00','\x00','\x47','\xfe','\x20','\x80','\x20','\x80','\x00','\x80','\x08','\xf8','\x09','\x08','\x11','\x08','\x11','\x08','\x22','\x08','\xe3','\xf8','\x20','\x10','\x20','\x10','\x20','\x10','\x27','\xfe','\x00','\x00','\x00','\x40','\x40','\x40','\x20','\x40','\x20','\x40','\x07','\xfc','\x04','\x44','\x14','\x44','\x14','\x44','\x24','\x44','\xe4','\x44','\x27','\xfc','\x24','\x44','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x40','\x40','\x40','\x20','\x40','\x20','\x44','\x00','\x68','\x07','\x70','\x11','\x60','\x11','\x50','\x21','\x50','\xe2','\x48','\x22','\x48','\x24','\x44','\x28','\x42','\x20','\x40','\x21','\x40','\x00','\x80','\x00','\x00','\x47','\xf8','\x24','\x08','\x24','\x08','\x04','\x08','\x04','\x08','\x17','\xf8','\x11','\x20','\x21','\x20','\xe1','\x20','\x21','\x20','\x22','\x20','\x22','\x22','\x24','\x22','\x28','\x1e','\x10','\x00','\x00','\x04','\x40','\x04','\x2f','\xc4','\x22','\x24','\x02','\x24','\x03','\xa4','\x12','\xa4','\x14','\xa4','\x26','\xa4','\xe5','\xa4','\x29','\x24','\x21','\x24','\x22','\x04','\x22','\x04','\x24','\x14','\x08','\x08','\x00','\x00','\x47','\xfc','\x24','\x44','\x24','\x44','\x07','\xfc','\x04','\x44','\x14','\x44','\x15','\xf4','\x25','\x14','\xe5','\x14','\x25','\x14','\x25','\xf4','\x25','\x14','\x24','\x04','\x27','\xfc','\x04','\x04','\x00','\x80','\x40','\x40','\x2f','\xfe','\x20','\x00','\x00','\x00','\x03','\xf8','\x12','\x08','\x12','\x08','\x23','\xf8','\xe0','\x40','\x22','\x50','\x22','\x48','\x24','\x44','\x28','\x44','\x21','\x40','\x00','\x80','\x00','\x40','\x4f','\xfe','\x20','\x00','\x27','\xfc','\x04','\x04','\x05','\xf4','\x15','\x14','\x15','\xf4','\x24','\x04','\xe7','\xfc','\x20','\x00','\x23','\xf8','\x20','\x00','\x2f','\xfe','\x22','\x48','\x04','\xc4','\x00','\x00','\x0f','\xe0','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x22','\x20','\x22','\x20','\x22','\x40','\x1e','\x80','\x00','\x01','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfe','\x21','\x02','\x21','\xf0','\x2f','\x04','\x20','\xfc','\x24','\x00','\x24','\x38','\x27','\xa8','\x28','\xaa','\x35','\x2a','\x42','\x46','\x45','\x80','\x98','\x7e','\x00','\x00','\x3f','\xf8','\x20','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x2f','\xe8','\x21','\x08','\x23','\x88','\x23','\x48','\x25','\x28','\x25','\x2a','\x29','\x0a','\x51','\x0a','\x41','\x06','\x80','\x02','\x08','\x38','\x0b','\xc0','\x10','\x40','\x30','\x40','\x57','\xfe','\x90','\x40','\x10','\x40','\x10','\x40','\x13','\xf8','\x00','\x00','\x0f','\xe0','\x08','\x20','\x08','\x20','\x10','\x22','\x20','\x22','\xc0','\x1e','\x00','\x00','\x3f','\xf8','\x22','\x08','\x27','\xc8','\x24','\x48','\x27','\xc8','\x24','\x48','\x27','\xc8','\x20','\x08','\x2f','\xe8','\x21','\x08','\x27','\xca','\x21','\x0a','\x4f','\xea','\x40','\x06','\x80','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x7f','\xfc','\x00','\x04','\x00','\x00','\x3f','\xf0','\x00','\x20','\x00','\x40','\x41','\x84','\x5d','\x74','\x55','\x94','\x55','\x54','\x55','\x24','\x5d','\x54','\x41','\x94','\x45','\x04','\x42','\x04','\x40','\x04','\x7f','\xfc','\x00','\x04','\x00','\x00','\x7f','\xf0','\x04','\x10','\x04','\x10','\x24','\x10','\x14','\x10','\x0c','\x10','\x04','\x10','\x06','\x10','\x05','\x90','\x08','\x70','\x08','\x1e','\x10','\x10','\x10','\x10','\x20','\xa0','\xc0','\x40','\x00','\x04','\x07','\x04','\x78','\x04','\x08','\x24','\x08','\x24','\x08','\x24','\x08','\x24','\xff','\xa4','\x08','\x24','\x08','\x24','\x10','\x24','\x10','\x24','\x20','\x04','\x20','\x04','\x40','\x14','\x80','\x08','\x08','\x04','\x08','\x04','\x08','\x04','\x7f','\x24','\x09','\x24','\x09','\x24','\x09','\x24','\x09','\x24','\xff','\xe4','\x08','\x24','\x08','\x24','\x14','\x24','\x12','\x04','\x21','\x04','\x41','\x14','\x80','\x08','\x20','\x04','\x20','\x04','\x20','\x04','\x3f','\xa4','\x54','\xa4','\x94','\xa4','\x14','\xa4','\x24','\xa4','\x24','\xa4','\x48','\xa4','\x88','\xa4','\x10','\xa4','\x20','\x84','\x40','\x84','\x85','\x14','\x02','\x08','\x08','\x00','\x08','\x00','\x08','\xfc','\x7f','\x24','\x08','\x24','\x08','\x24','\x08','\x24','\xff','\xa4','\x10','\x24','\x10','\x24','\x24','\x24','\x42','\x24','\xff','\x44','\x41','\x44','\x00','\x94','\x01','\x08','\x00','\x04','\x7f','\x04','\x55','\x04','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\x24','\xff','\xa4','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\x04','\x51','\x04','\x45','\x14','\x42','\x08','\x02','\x04','\x0f','\x04','\x78','\x04','\x08','\x24','\x08','\x24','\xff','\xa4','\x08','\x24','\x08','\x24','\x08','\x24','\x7f','\x24','\x41','\x24','\x41','\x24','\x41','\x04','\x41','\x04','\x7f','\x14','\x41','\x08','\x08','\x04','\x08','\x04','\xff','\x84','\x14','\x24','\x22','\x24','\x41','\x24','\xbe','\xa4','\x00','\x24','\xff','\xa4','\x10','\x24','\x20','\x24','\x7f','\x24','\x01','\x04','\x01','\x04','\x0a','\x14','\x04','\x08','\x01','\x04','\x62','\x04','\x14','\x04','\x08','\x24','\x14','\x24','\x22','\x24','\x49','\x24','\x08','\x24','\xff','\xa4','\x08','\x24','\x2a','\x24','\x29','\x24','\x48','\x84','\x88','\x84','\x28','\x14','\x10','\x08','\x42','\x00','\x24','\x00','\x00','\xfc','\x7e','\x24','\x24','\x24','\x24','\xa4','\x24','\xa4','\x24','\xa4','\xfe','\xa4','\x25','\x24','\x24','\x24','\x24','\x24','\x24','\x44','\x44','\x44','\x44','\x94','\x85','\x08','\x00','\x04','\x7f','\x84','\x00','\x04','\x24','\xa4','\x49','\x24','\x92','\x24','\x49','\x24','\x24','\xa4','\x00','\x24','\x7f','\xa4','\x08','\x24','\x08','\x24','\x08','\x04','\x0b','\x84','\xfc','\x14','\x00','\x08','\x08','\x08','\x08','\x08','\xff','\x48','\x08','\x48','\x08','\x48','\x7f','\x48','\x41','\x48','\x41','\x48','\x7f','\x48','\x14','\x48','\x14','\x08','\x14','\x28','\x24','\x12','\x24','\x02','\x43','\xfe','\x80','\x00','\x08','\x04','\x08','\x04','\xff','\x84','\x08','\x24','\x08','\x24','\x7f','\x24','\x49','\x24','\x49','\x24','\x7f','\x24','\x08','\x24','\x1c','\x24','\x2a','\x24','\x49','\x04','\x88','\x04','\x08','\x14','\x08','\x08','\x08','\x04','\x08','\x04','\x7f','\x84','\x14','\x24','\x22','\x24','\x41','\x24','\xff','\xe4','\x01','\x24','\x79','\x24','\x49','\x24','\x49','\x24','\x49','\x24','\x79','\x04','\x01','\x04','\x05','\x14','\x02','\x08','\x00','\x04','\x3f','\x04','\x21','\x04','\x21','\x24','\x3f','\x24','\x21','\x24','\x21','\x24','\x3f','\x24','\x10','\x24','\x3f','\xa4','\x4a','\xa4','\x92','\xa4','\x24','\x84','\x48','\x84','\x12','\x94','\x21','\x08','\x08','\x20','\xff','\xfe','\x00','\x00','\x3e','\x08','\x22','\x48','\x3e','\x48','\x22','\x48','\x3e','\x48','\x22','\x08','\x26','\x18','\x00','\x00','\x7f','\xf8','\x04','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x08','\x04','\x49','\x04','\x49','\x04','\x7f','\x24','\x00','\x24','\xff','\x24','\x00','\x24','\x7f','\x24','\x41','\x24','\x41','\x24','\x7f','\x24','\x42','\x24','\x24','\x04','\x0f','\x04','\xf0','\x14','\x40','\x08','\x07','\x02','\x78','\x02','\x08','\x02','\xff','\x82','\x2a','\x12','\x2a','\x92','\xeb','\x12','\x2a','\x92','\x6a','\x92','\xa9','\x92','\x1c','\x12','\x2a','\x12','\x49','\x02','\x88','\x82','\x08','\x0a','\x08','\x04','\x22','\x04','\x22','\x04','\xff','\x84','\x22','\x24','\x08','\x24','\x14','\x24','\x22','\x24','\x41','\x24','\xbe','\xa4','\x00','\x24','\x00','\x24','\x7f','\x24','\x41','\x04','\x41','\x04','\x7f','\x14','\x41','\x08','\x49','\x04','\x92','\x04','\x49','\x04','\x00','\x24','\x7f','\x24','\x49','\x24','\x7f','\x24','\x49','\x24','\x7f','\x24','\x08','\x24','\xff','\xa4','\x1c','\x24','\x2a','\x04','\x49','\x04','\x88','\x14','\x08','\x08','\x00','\x02','\xff','\xe2','\x0a','\x02','\x7f','\xc2','\x4a','\x52','\x4a','\x52','\x7f','\xd2','\x00','\x12','\x7f','\xd2','\x00','\x12','\xff','\xf2','\x04','\x12','\x24','\x82','\x44','\x42','\x94','\x2a','\x08','\x04','\x08','\x04','\x08','\x04','\x14','\x04','\x22','\x24','\x41','\x24','\xbe','\xa4','\x00','\x24','\x00','\x24','\x77','\x24','\x55','\x24','\x55','\x24','\x77','\x24','\x22','\x04','\x22','\x04','\x55','\x14','\x88','\x88','\x08','\x00','\x08','\x00','\x14','\x7c','\x22','\x24','\x41','\x24','\xbe','\x24','\x00','\xa4','\x00','\x64','\x77','\x24','\x55','\x34','\x55','\x2c','\x77','\x26','\x22','\x24','\x22','\x24','\x55','\x44','\x88','\x8c','\x08','\x00','\x08','\x00','\x14','\x7e','\x22','\x12','\x41','\x12','\xbe','\x52','\x00','\x52','\x00','\x52','\x77','\x52','\x55','\x92','\x55','\x12','\x77','\x12','\x22','\x22','\x22','\x22','\x55','\x4a','\x88','\x84','\x08','\x00','\x08','\x00','\x14','\x7e','\x22','\x12','\x41','\x12','\xbe','\xd2','\x08','\x52','\x08','\x52','\x7f','\x52','\x49','\x92','\x49','\x12','\x7f','\x12','\x08','\x22','\x14','\x22','\x22','\x4a','\x41','\x84','\x00','\x40','\x7c','\x20','\x45','\xfc','\x44','\x88','\x7c','\x50','\x43','\xfe','\x7c','\x20','\xa5','\xfc','\x24','\x20','\x3c','\x20','\x00','\x00','\x7f','\xf8','\x04','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x08','\x02','\x04','\x02','\x7f','\xc2','\x11','\x02','\x0a','\x52','\xf5','\x92','\x55','\x52','\x55','\x32','\xb5','\x92','\x00','\x12','\x20','\x92','\x3f','\x92','\x20','\x82','\x3f','\x82','\x20','\x8a','\x40','\x84','\x20','\x10','\x10','\x88','\x10','\x88','\x7c','\xbe','\x00','\x80','\x2a','\x94','\x12','\x88','\xfe','\xbe','\x12','\x88','\x10','\x88','\x7c','\x9c','\x11','\x08','\x11','\x08','\x22','\x08','\x24','\x08','\x40','\x08','\x40','\x10','\x20','\x08','\x27','\x88','\xfa','\xbe','\x02','\x80','\x52','\x94','\x22','\x88','\xfa','\xbe','\x22','\x88','\x22','\x88','\x72','\x9c','\x22','\x88','\x24','\x88','\x44','\x88','\x4a','\x88','\x91','\x08','\x20','\x20','\x20','\x20','\x20','\x20','\x7e','\x20','\x42','\xfc','\x82','\x24','\x7a','\x24','\x4a','\x24','\x4a','\x24','\x4a','\x24','\x7a','\x24','\x4a','\x44','\x02','\x44','\x02','\x84','\x15','\x28','\x0a','\x10','\x00','\x20','\x7e','\x20','\x12','\x20','\x12','\x20','\x22','\xfc','\x2a','\x24','\x44','\x24','\x80','\x24','\x3e','\x24','\x22','\x24','\x22','\x24','\x22','\x24','\x22','\x44','\x3e','\x44','\x22','\xa8','\x01','\x10','\x08','\x20','\x08','\x20','\x08','\x20','\xff','\x20','\x08','\xfc','\x08','\x24','\x7e','\x24','\x00','\x24','\x00','\x24','\x7e','\x24','\x42','\x24','\x42','\x24','\x42','\x44','\x7e','\x44','\x42','\xa8','\x01','\x10','\x01','\x00','\x11','\x10','\x09','\x20','\x3f','\xf8','\x02','\x00','\x02','\x00','\x7f','\xfc','\x08','\x20','\x12','\x10','\x22','\x08','\xdf','\xf6','\x04','\x10','\x04','\x10','\x08','\x10','\x10','\xa0','\x20','\x40','\x00','\x20','\x7f','\x20','\x00','\x20','\x25','\x20','\x4a','\xfc','\x92','\x24','\x49','\x24','\x24','\xa4','\x00','\x24','\x7f','\x24','\x08','\x24','\x08','\x24','\x08','\x44','\x0f','\x44','\xf8','\xa8','\x01','\x10','\x10','\x10','\x08','\x10','\xff','\x90','\x00','\x10','\x00','\x7e','\x7f','\x12','\x41','\x12','\x41','\x12','\x41','\x12','\x7f','\x12','\x08','\x12','\x2a','\x12','\x49','\x12','\x88','\xa2','\x28','\x2a','\x10','\x44','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3e','\x20','\x22','\x20','\x3e','\xfc','\x22','\x24','\x3e','\x24','\x22','\x24','\x2f','\x44','\xf0','\x44','\x40','\x94','\x01','\x08','\x08','\x20','\x2a','\xa4','\x2c','\xa8','\x49','\x20','\x14','\x50','\x22','\x88','\x7f','\xfe','\x41','\x02','\x81','\x04','\x3f','\xf8','\x02','\x08','\x02','\x08','\x04','\x08','\x08','\x08','\x10','\x50','\x60','\x20','\x08','\x10','\x7f','\x10','\x08','\x10','\x7f','\x10','\x08','\x7e','\xff','\x92','\x00','\x12','\x7f','\x12','\x41','\x12','\x7f','\x12','\x41','\x12','\x7f','\x12','\x41','\x12','\x7f','\x22','\x22','\x2a','\x41','\x44','\x49','\x20','\x92','\x20','\x49','\x20','\x00','\x20','\x7f','\x7c','\x49','\x24','\x7f','\x24','\x49','\x24','\x7f','\x24','\x08','\x24','\xff','\xa4','\x1c','\x24','\x2a','\x44','\x49','\x44','\x88','\x94','\x09','\x08','\x10','\x40','\x10','\x40','\x28','\x40','\x24','\xfe','\x52','\x80','\xfd','\x20','\x44','\x20','\x7d','\xfc','\x44','\x24','\x7c','\x24','\x40','\x44','\x50','\x44','\x48','\x44','\x54','\x84','\x64','\xa8','\x41','\x10','\x00','\x20','\x77','\x20','\x11','\x20','\x55','\x20','\x33','\x7c','\x55','\x24','\x0c','\x24','\x33','\x24','\xc4','\xa4','\x18','\x24','\x62','\x24','\x0c','\xa4','\x71','\x44','\x06','\x44','\x18','\x94','\xe1','\x08','\x07','\x10','\x78','\x10','\x08','\x10','\xff','\x90','\x08','\x7e','\x7f','\x12','\x6b','\x12','\x5d','\x12','\x7f','\x12','\x08','\x12','\x7f','\x12','\x08','\x12','\xff','\x92','\x00','\x22','\x55','\x2a','\x8a','\xc4','\x00','\x10','\x7f','\x90','\x4a','\x10','\x7f','\x90','\x4a','\x7e','\x5f','\x12','\x55','\x12','\x5f','\x12','\x55','\x12','\x5f','\x12','\x44','\x12','\x7f','\x92','\x64','\x92','\xae','\xa2','\xa2','\xaa','\x21','\x44','\x22','\x10','\xff','\x90','\x22','\x10','\xf7','\x90','\x94','\xfe','\xf7','\x92','\x28','\x12','\x24','\x12','\x7f','\x92','\x48','\x12','\xff','\x12','\x48','\x12','\x7f','\x12','\x48','\x22','\x7f','\xaa','\x40','\x44','\x10','\x00','\x10','\x00','\x3f','\xfc','\x20','\x04','\x40','\x04','\x80','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x28','\x00','\x10','\x08','\x00','\x08','\x00','\x08','\x00','\x1f','\xfc','\x12','\x44','\x22','\x44','\x42','\x44','\x9c','\x44','\x06','\x44','\x09','\x84','\x10','\xc4','\x21','\x24','\x42','\x14','\x04','\x04','\x08','\x28','\x10','\x10','\x08','\x00','\x08','\x00','\x10','\x00','\x1f','\xf8','\x20','\x08','\x40','\x88','\x88','\x88','\x25','\x28','\x22','\x28','\x25','\x28','\x28','\xa8','\x20','\x28','\x3f','\xe8','\x00','\x08','\x00','\x50','\x00','\x20','\x08','\x00','\x08','\x00','\x10','\x00','\x1f','\xf8','\x20','\x08','\x40','\x08','\xbf','\x88','\x24','\x88','\x24','\x88','\x3f','\x88','\x24','\x88','\x24','\x88','\x3f','\x88','\x20','\x88','\x00','\x50','\x00','\x20','\x10','\x00','\x10','\x00','\x1f','\xfc','\x22','\x44','\x42','\x24','\xbf','\xf4','\x02','\x04','\x3f','\xe4','\x22','\x24','\x3f','\xe4','\x22','\x24','\x3f','\xe4','\x22','\x24','\x22','\x24','\x22','\xb4','\x20','\x48','\x10','\x00','\x10','\x00','\x1f','\xfc','\x20','\x04','\x7f','\xe4','\x80','\x04','\x1f','\xc4','\x10','\x44','\x1f','\xc4','\x00','\x04','\x3f','\xe4','\x22','\x24','\x3f','\xe4','\x22','\x24','\x3f','\xf4','\x20','\x28','\x10','\x40','\x10','\x40','\xfe','\xfc','\x28','\x84','\x45','\x04','\x82','\xf4','\x7c','\x94','\x00','\x94','\xfe','\xf4','\x20','\x84','\x40','\x94','\x7c','\x88','\x04','\x82','\x04','\x82','\x28','\x7e','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x08','\x10','\x30','\x10','\xc0','\x13','\x00','\x1c','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x04','\x10','\x04','\x10','\x04','\x0f','\xfc','\x00','\x00','\x00','\x00','\x7f','\xfc','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x7f','\xfe','\x00','\x00','\x00','\x00','\x7f','\xfc','\x40','\x00','\x40','\x00','\x4f','\xf8','\x48','\x88','\x48','\x88','\x4f','\xf8','\x48','\x88','\x48','\x88','\x4f','\xf8','\x48','\x88','\x40','\x80','\x40','\x80','\x7f','\xfe','\x00','\x00','\x00','\x00','\x7f','\xfc','\x40','\xa0','\x48','\x90','\x45','\xfe','\x61','\x20','\x57','\xfc','\x45','\x20','\x49','\xfc','\x79','\x20','\x49','\x20','\x49','\xfe','\x49','\x00','\x40','\x00','\x7f','\xfe','\x00','\x00','\x7f','\xfe','\x40','\x80','\x4f','\xf8','\x48','\x88','\x4f','\xf8','\x40','\x80','\x7f','\xfe','\x48','\x08','\x4f','\xf8','\x48','\x08','\x4f','\xf8','\x48','\x08','\x4f','\xf8','\x44','\x10','\x48','\x08','\x7f','\xfe','\x7f','\xfe','\x40','\x80','\x41','\x40','\x42','\x20','\x4c','\x18','\x73','\xe6','\x40','\x00','\x5f','\x7c','\x51','\x44','\x51','\x44','\x5f','\x7c','\x44','\x10','\x4a','\x28','\x51','\x44','\x40','\x00','\x7f','\xfe','\x00','\x00','\x00','\x00','\xff','\xfe','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x1f','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfc','\x40','\x00','\x4f','\xf0','\x48','\x10','\x48','\x10','\x4f','\xf0','\x40','\x00','\x5e','\x78','\x52','\x48','\x52','\x48','\x5e','\x78','\x52','\x48','\x40','\x00','\x7f','\xfe','\x00','\x00','\x02','\x00','\x02','\x00','\x3f','\xe0','\x04','\x20','\x04','\x20','\x08','\x22','\x10','\x22','\x21','\x1e','\x41','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x10','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\xff','\xfe','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x21','\x10','\x20','\x10','\x40','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\xff','\xfe','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x1f','\xf0','\x10','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x09','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x00','\x04','\x3f','\x84','\x00','\x84','\x00','\x84','\x00','\x84','\x00','\x84','\x00','\x84','\x3f','\xfc','\x20','\x84','\x20','\x80','\x20','\x80','\x20','\x80','\x20','\x80','\x20','\xfe','\x20','\x00','\x20','\x00','\x41','\x40','\x21','\x20','\x03','\xfe','\x0a','\x20','\x17','\xfc','\xea','\x20','\x23','\xfc','\x22','\x20','\x23','\xfe','\x02','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\xff','\xfe','\x02','\x00','\x02','\x00','\x02','\x40','\x02','\x20','\x02','\x10','\x02','\x10','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x00','\x00','\x03','\xf8','\x02','\x08','\x02','\x08','\x02','\x08','\x02','\x08','\x02','\x08','\x02','\x08','\x02','\x08','\x02','\x08','\x02','\x28','\x02','\x10','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x00','\x7c','\x3f','\x80','\x20','\x00','\x20','\x00','\x3f','\xfe','\x20','\x00','\x20','\x00','\x27','\xf0','\x24','\x10','\x24','\x10','\x24','\x50','\x24','\x24','\x24','\x04','\x44','\x04','\x43','\xfc','\x80','\x00','\x10','\x00','\x10','\x00','\x10','\x7c','\x1e','\x44','\x12','\x44','\x22','\x44','\x22','\x44','\x52','\x44','\x8a','\x44','\x04','\x44','\x04','\x44','\x08','\x54','\x08','\x48','\x10','\x40','\x20','\x40','\x40','\x40','\x14','\x00','\x12','\x00','\x21','\x7c','\x49','\x44','\x08','\x44','\x14','\x44','\x22','\x44','\x41','\x44','\xbe','\x44','\x22','\x44','\x22','\x44','\x22','\x54','\x22','\x48','\x3e','\x40','\x22','\x40','\x00','\x40','\x01','\x00','\x11','\x10','\x09','\x20','\x3f','\xf8','\x02','\x00','\x02','\x00','\x7f','\xfc','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc8','\x26','\x08','\x20','\x08','\xa8','\x08','\x48','\x08','\x08','\x07','\xf8','\x00','\x00','\x3f','\xfe','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x00','\x00','\x3f','\xfe','\x24','\x10','\x24','\x08','\x3f','\xfe','\x24','\x90','\x24','\xa0','\x24','\xc8','\x24','\x90','\x24','\xa4','\x24','\xc8','\x24','\x92','\x28','\xe2','\x49','\x82','\x56','\x7e','\xa0','\x00','\x00','\x00','\x3f','\xfe','\x20','\x00','\x2f','\x84','\x28','\x84','\x28','\xa4','\x2f','\xa4','\x28','\xa4','\x2f','\xa4','\x28','\xa4','\x28','\xa4','\x2f','\xa4','\x20','\x24','\x49','\x04','\x48','\x94','\x90','\x88','\x3f','\xfe','\x20','\x00','\x3f','\xfc','\x21','\x00','\x27','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x27','\xf8','\x22','\x00','\x47','\xf8','\x4a','\x08','\x81','\xf0','\x1e','\x0e','\x00','\x00','\x3f','\xfe','\x20','\x00','\x28','\x90','\x25','\x10','\x2f','\xbe','\x22','\x22','\x22','\x44','\x2a','\x90','\x2a','\x90','\x2f','\x90','\x22','\x10','\x42','\x28','\x44','\x28','\x84','\x44','\x08','\x82','\x00','\x00','\x3f','\xfe','\x29','\x00','\x29','\x0c','\x3f','\xb0','\x29','\x20','\x29','\x20','\x2f','\x3e','\x29','\x28','\x2f','\x28','\x29','\x28','\x29','\x28','\x5f','\xa8','\x40','\x48','\x8a','\x88','\x11','\x08','\x00','\x00','\x7f','\xfe','\x42','\x08','\x52','\x48','\x4a','\x50','\x4a','\x9e','\x5f','\xe4','\x50','\x54','\x57','\x54','\x55','\x54','\x55','\x48','\x57','\x48','\x50','\x48','\x51','\x54','\x50','\x94','\x80','\x22','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x08','\x40','\x10','\x20','\x10','\x10','\x20','\x10','\x7f','\xf8','\x20','\x08','\x00','\x08','\x00','\x00','\x04','\x00','\x08','\x20','\x1f','\xf0','\x10','\x20','\x24','\x48','\x7e','\xfc','\x01','\x00','\x06','\xc0','\x18','\xb0','\xe3','\x0e','\x0c','\x40','\x31','\x90','\x06','\x20','\x38','\xc0','\x07','\x00','\x78','\x00','\x20','\x80','\x3e','\xfe','\x49','\x10','\x9f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x02','\x00','\xff','\xfe','\x08','\x20','\x35','\x18','\xca','\x26','\x17','\xf0','\x08','\x10','\x24','\x48','\x3f','\x7e','\x64','\xc8','\xbf','\x7e','\x24','\x48','\x3f','\x7e','\x24','\x48','\x3f','\x7e','\x20','\x40','\x1f','\xf0','\x08','\x20','\x04','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x01','\x00','\x05','\x00','\x39','\x78','\x21','\x08','\x21','\x08','\x3d','\x78','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x3f','\xf0','\x08','\x20','\x04','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x00','\x00','\x3f','\xf0','\x08','\x20','\x07','\xc0','\x18','\x30','\xe0','\x0e','\x21','\x08','\x27','\xc8','\x20','\x08','\x6b','\x9a','\xb0','\x2c','\x23','\x88','\x20','\x08','\x53','\x94','\x4a','\x92','\x8b','\xa2','\x00','\x00','\x3f','\xf0','\x08','\x20','\x04','\xc0','\x07','\x80','\xf8','\x7e','\x00','\x00','\x00','\x00','\x7b','\xfe','\x48','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x78','\x20','\x48','\x20','\x00','\x20','\x00','\x20','\x00','\xa0','\x00','\x40','\x00','\x00','\x00','\x00','\x7d','\xfc','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x7c','\x44','\x44','\x84','\x00','\x84','\x01','\x04','\x02','\x28','\x04','\x10','\x00','\x00','\x00','\x20','\x79','\x20','\x49','\x20','\x49','\x20','\x49','\x20','\x49','\x20','\x49','\x20','\x49','\x20','\x49','\x10','\x79','\x10','\x4a','\x10','\x02','\x08','\x04','\x08','\x08','\x04','\x10','\x02','\x02','\x00','\x01','\x00','\x78','\x80','\x48','\x80','\x48','\x40','\x48','\x40','\x48','\x40','\x48','\xa0','\x48','\xa0','\x48','\xa0','\x79','\x10','\x49','\x10','\x02','\x08','\x02','\x08','\x04','\x04','\x08','\x02','\x00','\x00','\x01','\xfc','\x78','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x4b','\xfe','\x48','\x20','\x48','\x20','\x78','\x20','\x48','\x20','\x00','\x20','\x00','\x20','\x00','\xa0','\x00','\x40','\x00','\x20','\x00','\x20','\x79','\x20','\x49','\x20','\x49','\xfc','\x49','\x20','\x4a','\x20','\x48','\x20','\x48','\x20','\x4b','\xfe','\x78','\x20','\x48','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x00','\x03','\xfc','\x78','\x10','\x49','\x10','\x49','\x10','\x49','\x10','\x4a','\x10','\x4b','\xfe','\x48','\x30','\x48','\x50','\x78','\x90','\x49','\x10','\x02','\x10','\x04','\x10','\x00','\x50','\x00','\x20','\x00','\x08','\x00','\x1c','\x79','\xe0','\x49','\x00','\x49','\x00','\x49','\x00','\x49','\xfe','\x49','\x10','\x49','\x10','\x49','\x10','\x79','\x10','\x49','\x10','\x01','\x10','\x02','\x10','\x02','\x10','\x04','\x10','\x00','\x80','\x00','\x40','\x78','\x40','\x4f','\xfc','\x48','\x00','\x48','\x00','\x49','\xf0','\x49','\x10','\x49','\x10','\x49','\x10','\x79','\x10','\x49','\x12','\x02','\x12','\x02','\x12','\x04','\x0e','\x08','\x00','\x00','\x10','\x07','\xd0','\x78','\x50','\x48','\x90','\x49','\x10','\x49','\x10','\x49','\x50','\x49','\x90','\x49','\x10','\x4f','\x10','\x79','\x10','\x49','\x12','\x01','\x12','\x01','\x12','\x05','\x0e','\x02','\x00','\x00','\x80','\x00','\x80','\x79','\x00','\x49','\x10','\x4a','\x08','\x4f','\xfc','\x48','\x04','\x49','\x20','\x49','\x20','\x49','\x20','\x79','\x20','\x49','\x20','\x02','\x22','\x02','\x22','\x04','\x1e','\x08','\x00','\x00','\x40','\x00','\x20','\x00','\x20','\xfb','\xfe','\x8a','\x22','\x8a','\x22','\x8a','\x32','\x8a','\x4a','\x8a','\x4a','\x8a','\x86','\xfb','\x06','\x8a','\x02','\x02','\x02','\x02','\x02','\x02','\x0a','\x02','\x04','\x00','\x10','\x00','\x90','\x78','\x90','\x48','\x88','\x49','\x08','\x49','\x04','\x4a','\x04','\x4d','\xfa','\x48','\x88','\x48','\x88','\x48','\x88','\x78','\x88','\x49','\x08','\x01','\x08','\x02','\x28','\x04','\x10','\x02','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x04','\x40','\x03','\x80','\x0c','\x60','\x30','\x18','\xc0','\x06','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x01','\xfc','\x79','\x04','\x49','\x04','\x49','\x04','\x49','\x04','\x49','\xfc','\x49','\x24','\x49','\x20','\x49','\x20','\x79','\x10','\x49','\x10','\x02','\x08','\x02','\x08','\x04','\x04','\x08','\x02','\x00','\x40','\x00','\x20','\x78','\x10','\x49','\xe0','\x48','\x22','\x48','\x34','\x4b','\xb8','\x48','\xb0','\x48','\xa8','\x48','\xa8','\x79','\x28','\x49','\x24','\x02','\x24','\x04','\x22','\x00','\xa0','\x00','\x40','\x00','\x00','\x00','\x00','\x7b','\xfe','\x48','\x08','\x48','\x08','\x49','\xe8','\x49','\x28','\x49','\x28','\x49','\x28','\x49','\x28','\x79','\xe8','\x49','\x28','\x00','\x08','\x00','\x08','\x00','\x28','\x00','\x10','\x10','\x40','\x10','\x40','\x1e','\x50','\x22','\x48','\x22','\x44','\x54','\x44','\x08','\x40','\x14','\x40','\x23','\xfe','\xc0','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x80','\x00','\x40','\x78','\x40','\x4b','\xfe','\x48','\x40','\x48','\x40','\x48','\x88','\x49','\x08','\x4b','\xf0','\x48','\x20','\x78','\x40','\x48','\x88','\x01','\x04','\x03','\xfe','\x01','\x02','\x00','\x00','\x00','\x08','\x00','\x3c','\x7b','\xd0','\x4a','\x90','\x4a','\x90','\x4a','\x90','\x4a','\x90','\x4a','\x90','\x4a','\x90','\x4a','\x88','\x7a','\x88','\x4a','\xc8','\x02','\xa4','\x04','\xd4','\x04','\x92','\x08','\x00','\x00','\x00','\x07','\xfc','\xf4','\x44','\x94','\x44','\x94','\x44','\x97','\xfc','\x94','\x44','\x94','\x44','\x94','\x44','\x97','\xfc','\xf4','\x44','\x90','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x40','\x04','\x40','\x04','\x40','\x24','\x44','\x27','\x58','\x24','\x60','\x24','\x42','\x2f','\x42','\xf0','\x3e','\x40','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x7c','\xf8','\x44','\x88','\x44','\x88','\x44','\x88','\x7c','\xf8','\x00','\x00','\x00','\x00','\x0f','\xc0','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x10','\x42','\x20','\x42','\xc0','\x3e','\x00','\x40','\x00','\x40','\x78','\x40','\x4b','\xf8','\x4a','\x48','\x4a','\x48','\x4a','\x48','\x4b','\xf8','\x4a','\x48','\x4a','\x48','\x7a','\x48','\x4b','\xf8','\x02','\x48','\x00','\x40','\x00','\x40','\x00','\x40','\x00','\x00','\x01','\xf8','\x79','\x08','\x49','\x08','\x49','\x08','\x49','\xf8','\x49','\x08','\x49','\x08','\x49','\x08','\x49','\xf8','\x79','\x08','\x49','\x08','\x01','\x08','\x01','\x08','\x07','\xfe','\x00','\x00','\x02','\x00','\x02','\x00','\xe2','\x7c','\xa2','\x24','\xaf','\xa4','\xa4','\xa4','\xa4','\xa4','\xa4','\xa8','\xa4','\xa8','\xa9','\x28','\xe5','\x10','\xa2','\x10','\x05','\x28','\x09','\x48','\x10','\x84','\x01','\x02','\x00','\x20','\x00','\x20','\x79','\x24','\x49','\x24','\x49','\x24','\x49','\x24','\x49','\xfc','\x48','\x24','\x48','\x20','\x48','\x20','\x7a','\x22','\x4a','\x22','\x02','\x22','\x02','\x22','\x03','\xfe','\x00','\x02','\x00','\x88','\x00','\x88','\x78','\x88','\x49','\x08','\x49','\x7e','\x4b','\x08','\x4d','\x08','\x49','\x48','\x49','\x28','\x49','\x28','\x79','\x08','\x49','\x08','\x01','\x08','\x01','\x08','\x01','\x28','\x01','\x10','\x00','\x80','\x00','\x80','\x79','\xfc','\x49','\x04','\x4a','\x04','\x4d','\xf4','\x49','\x14','\x49','\x14','\x49','\x14','\x49','\xf4','\x79','\x04','\x49','\x28','\x01','\x12','\x01','\x02','\x00','\xfe','\x00','\x00','\x00','\x20','\x00','\x20','\x79','\xfc','\x48','\x20','\x48','\x20','\x48','\x20','\x4b','\xfe','\x48','\x00','\x48','\x20','\x48','\x20','\x79','\xfc','\x48','\x20','\x00','\x20','\x00','\x20','\x03','\xfe','\x00','\x00','\x00','\x00','\x3e','\xf8','\x22','\x88','\x22','\x88','\x3e','\xf8','\x00','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x04','\x00','\x08','\x00','\x0f','\xf0','\x00','\x10','\x00','\x10','\x00','\xa0','\x00','\x40','\x00','\x50','\x00','\x48','\x00','\x40','\x3f','\xfe','\x20','\x40','\x20','\x40','\x2f','\x44','\x20','\x44','\x20','\x44','\x2f','\x28','\x29','\x28','\x29','\x12','\x2f','\x32','\x49','\x4a','\x40','\x86','\x81','\x02','\x00','\x00','\x03','\xfe','\x78','\x20','\x48','\x40','\x48','\x88','\x49','\x04','\x4b','\xfe','\x48','\x22','\x48','\x20','\x48','\x20','\x7b','\xfe','\x48','\x20','\x00','\x20','\x00','\x20','\x07','\xfe','\x00','\x00','\x00','\x80','\x00','\x40','\xf0','\x40','\x97','\xfc','\x90','\x00','\x91','\x10','\x92','\x08','\x94','\x04','\x91','\x10','\x91','\x10','\xf0','\xa0','\x90','\x40','\x00','\xa0','\x01','\x10','\x02','\x08','\x0c','\x06','\x01','\x10','\x01','\x10','\x79','\x10','\x49','\x10','\x4b','\xfc','\x49','\x10','\x49','\x10','\x49','\x10','\x49','\x10','\x4f','\xfe','\x78','\x00','\x49','\x10','\x01','\x08','\x02','\x08','\x04','\x04','\x08','\x04','\x00','\x40','\x00','\x40','\x00','\xa0','\xf8','\xa0','\x89','\x10','\x8a','\x08','\x8c','\x06','\x89','\xf4','\x88','\x00','\x88','\x00','\x8b','\xf8','\xfa','\x08','\x8a','\x08','\x02','\x08','\x03','\xf8','\x02','\x08','\x40','\x80','\x20','\x80','\x09','\xfc','\x12','\x04','\x24','\x48','\xe0','\x40','\x20','\xa0','\x23','\x18','\x2c','\x06','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x3e','\x7c','\x22','\x44','\x22','\x44','\x22','\x44','\x22','\x44','\x3e','\x7c','\x2a','\x00','\x28','\x28','\x28','\x24','\x28','\x44','\x24','\x42','\x24','\x82','\x42','\x00','\x41','\x80','\x80','\x7e','\x00','\x00','\x07','\xfe','\x78','\x90','\x48','\x90','\x48','\x90','\x4b','\xfc','\x4a','\x94','\x4a','\x94','\x4a','\x94','\x4a','\x94','\x7a','\x9c','\x4b','\x04','\x02','\x04','\x02','\x04','\x03','\xfc','\x02','\x04','\x00','\x40','\x00','\x20','\x78','\x20','\x4b','\xfe','\x4a','\x02','\x4c','\x04','\x48','\x38','\x4b','\xc0','\x48','\x40','\x48','\x40','\x78','\x7e','\x4f','\xc0','\x00','\x40','\x00','\x42','\x00','\x42','\x00','\x3e','\x00','\x40','\x00','\x40','\x78','\x44','\x4b','\xf4','\x48','\x48','\x48','\x50','\x4f','\xfe','\x48','\x40','\x48','\x80','\x49','\x84','\x4a','\x98','\x7c','\xe0','\x48','\x82','\x00','\x82','\x00','\x7e','\x00','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\x90','\x10','\x90','\x10','\x90','\x7f','\xfc','\x40','\x04','\x40','\x04','\x4f','\xe4','\x48','\x24','\x48','\x24','\x4f','\xe4','\x40','\x04','\x40','\x0c','\x00','\x80','\x00','\x80','\x79','\x3c','\x4a','\x00','\x4c','\x80','\x48','\x80','\x49','\x7e','\x4b','\x08','\x4d','\x08','\x49','\x08','\x79','\x08','\x49','\x08','\x01','\x08','\x01','\x08','\x01','\x28','\x01','\x10','\x00','\x00','\x7f','\xfc','\x00','\x10','\x1f','\x90','\x10','\x90','\x10','\x90','\x1f','\x90','\x00','\x00','\xff','\xfe','\x00','\x10','\x1f','\x90','\x10','\x90','\x10','\x90','\x1f','\x90','\x00','\x50','\x00','\x20','\x00','\x28','\x01','\xa4','\xf7','\x24','\x91','\x20','\x91','\x20','\x9f','\xfe','\x91','\x20','\x91','\x24','\x91','\xa4','\x93','\x28','\xfd','\x28','\x91','\x10','\x01','\x12','\x01','\x2a','\x05','\x46','\x02','\x82','\x01','\x84','\x00','\x68','\x78','\x30','\x48','\xc8','\x4b','\x04','\x48','\x40','\x4b','\xfe','\x48','\xa0','\x49','\x20','\x4b','\xfc','\x7d','\x24','\x49','\x24','\x01','\x34','\x01','\x28','\x00','\x20','\x00','\x20','\x00','\x00','\x07','\xfc','\xf0','\x40','\x90','\x40','\x93','\xf8','\x90','\x88','\x90','\x88','\x97','\xfe','\x90','\x00','\x90','\x00','\xf3','\xf8','\x92','\x08','\x02','\x08','\x02','\x08','\x03','\xf8','\x02','\x08','\x00','\x00','\x07','\xfe','\xf0','\x40','\x97','\xfc','\x94','\x44','\x94','\x44','\x97','\xfc','\x94','\x44','\x94','\x44','\x97','\xfc','\xf2','\x40','\x91','\x40','\x00','\x80','\x01','\x40','\x02','\x30','\x0c','\x0e','\x00','\x40','\x00','\x44','\x7b','\xf4','\x48','\x48','\x48','\x48','\x4f','\xfe','\x48','\x20','\x48','\x40','\x4b','\xf8','\x49','\x10','\x7a','\x20','\x4d','\xfe','\x08','\x20','\x00','\x20','\x00','\xa0','\x00','\x40','\x00','\x00','\x3c','\x78','\x24','\x48','\x24','\x48','\x24','\x48','\x3c','\x78','\x00','\x00','\x01','\x10','\x01','\x08','\xff','\xfe','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x48','\x00','\x44','\xf7','\xfe','\x90','\x40','\x90','\x40','\x93','\xfc','\x92','\x44','\x92','\x44','\x93','\xfc','\x92','\x44','\xf2','\x44','\x93','\xfc','\x02','\x44','\x02','\x44','\x02','\x54','\x02','\x08','\x00','\x00','\x03','\xfe','\x78','\x20','\x48','\x20','\x49','\xfc','\x48','\x20','\x48','\x20','\x4b','\xfe','\x48','\x88','\x48','\x88','\x7b','\xfe','\x48','\x88','\x00','\x88','\x01','\x08','\x01','\x08','\x02','\x08','\x01','\x08','\x00','\x88','\x78','\x08','\x4f','\xd4','\x4a','\x14','\x4a','\x22','\x4a','\x00','\x4b','\xc8','\x4a','\x44','\x4a','\x44','\x7a','\x40','\x4a','\x50','\x02','\x48','\x04','\x44','\x05','\x44','\x08','\x80','\x00','\x00','\x03','\xfe','\x7a','\x10','\x4a','\x10','\x4a','\xfe','\x4a','\x10','\x4a','\x10','\x4b','\xfe','\x4a','\x00','\x4a','\x10','\x7a','\x10','\x4a','\xfe','\x02','\x10','\x04','\x10','\x05','\xfe','\x08','\x00','\x04','\x00','\x04','\x00','\x77','\xde','\x59','\x12','\x51','\x12','\x51','\x12','\x5f','\xd2','\x51','\x12','\x51','\x12','\x55','\xd2','\x75','\x12','\x55','\x1a','\x05','\xd4','\x1e','\x10','\x08','\x10','\x00','\x10','\x00','\x40','\x00','\x20','\x78','\x20','\x4b','\xfe','\x4a','\x02','\x4c','\x94','\x49','\x08','\x4a','\x04','\x48','\x00','\x49','\xfc','\x78','\x20','\x48','\x20','\x00','\x20','\x00','\x20','\x07','\xfe','\x00','\x00','\x09','\x00','\x08','\x80','\x0f','\xfc','\x10','\x80','\x3f','\xf8','\x50','\x80','\x9f','\xf8','\x10','\x80','\x1f','\xfc','\x00','\x00','\x1f','\xf8','\x10','\x08','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x00','\x00','\x07','\xbc','\x70','\x84','\x52','\x94','\x51','\x08','\x52','\x94','\x54','\xa4','\x58','\x40','\x50','\x00','\x57','\xbc','\x70','\xa4','\x52','\xa4','\x01','\x28','\x02','\x90','\x04','\xa8','\x08','\x46','\x00','\x20','\x00','\x20','\x78','\x3e','\x48','\x20','\x49','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x49','\x24','\x48','\x20','\x7b','\xfe','\x48','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x02','\x44','\xf2','\x44','\x94','\x48','\x90','\xa0','\x91','\x10','\x96','\x08','\x90','\x44','\x90','\x40','\x92','\x48','\xf2','\x48','\x94','\x50','\x00','\xa0','\x01','\x10','\x02','\x08','\x0c','\x06','\x00','\x80','\x00','\x80','\x78','\xf8','\x49','\x08','\x4a','\x10','\x4c','\x00','\x48','\x40','\x4b','\x9c','\x4a','\x04','\x4a','\x04','\x7b','\x9c','\x4a','\x04','\x02','\x04','\x02','\x04','\x03','\xfc','\x02','\x04','\x00','\x40','\x00','\x40','\x78','\xa0','\x49','\x10','\x4a','\x88','\x4c','\x46','\x48','\x00','\x4b','\xf0','\x48','\x10','\x48','\x20','\x78','\x40','\x49','\x24','\x05','\x22','\x05','\x0a','\x09','\x08','\x00','\xf8','\x00','\x40','\x00','\x20','\x7b','\xfc','\x4a','\x04','\x4a','\x04','\x4b','\xfc','\x4a','\x00','\x4a','\x28','\x4a','\x24','\x4b','\xfe','\x7a','\x20','\x4a','\x50','\x02','\x50','\x04','\x88','\x05','\x04','\x0a','\x02','\x00','\x00','\x01','\x80','\x77','\x00','\x51','\x1e','\x51','\x12','\x5f','\xd2','\x51','\x12','\x53','\x12','\x53','\x92','\x53','\x52','\x75','\x52','\x55','\x12','\x09','\x1e','\x01','\x12','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\xf8','\xf2','\x08','\x93','\xf0','\x90','\x10','\x97','\xfe','\x90','\x80','\x91','\x44','\x96','\x68','\x90','\xb0','\xf1','\x28','\x96','\x68','\x00','\xa4','\x01','\x22','\x06','\xa0','\x00','\x40','\x00','\x40','\x00','\x20','\x7b','\xfe','\x4a','\x02','\x48','\x80','\x48','\xf8','\x49','\x08','\x4a','\x90','\x48','\x60','\x49','\x98','\x7e','\x06','\x49','\xf8','\x01','\x08','\x01','\x08','\x01','\xf8','\x01','\x08','\x00','\x80','\x00','\x80','\x78','\xf8','\x49','\x08','\x4b','\x10','\x4c','\xa0','\x48','\x40','\x48','\xa0','\x49','\x18','\x4a','\x06','\x7d','\xf8','\x49','\x08','\x01','\x08','\x01','\x08','\x01','\xf8','\x01','\x08','\x00','\x14','\x00','\x12','\x70','\x10','\x57','\xfe','\x54','\x10','\x54','\x10','\x55','\xd0','\x54','\x12','\x54','\x12','\x55','\xd4','\x75','\x54','\x55','\x48','\x05','\xda','\x04','\x2a','\x08','\x46','\x10','\x82','\x00','\x00','\x03','\xfe','\x7a','\x22','\x4b','\xfe','\x4a','\x22','\x4b','\xfe','\x48','\x00','\x49','\xfc','\x49','\x04','\x49','\xfc','\x79','\x04','\x49','\xfc','\x01','\x04','\x01','\x04','\x01','\x14','\x01','\x08','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\x7f','\xfe','\x41','\x02','\x9f','\xf4','\x11','\x10','\x11','\x50','\x11','\x20','\x01','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x00','\x88','\x01','\xc8','\x77','\x08','\x51','\x08','\x51','\x2a','\x51','\x2a','\x57','\xac','\x51','\x48','\x53','\x08','\x53','\x88','\x75','\x54','\x55','\x14','\x09','\x14','\x01','\x24','\x01','\x24','\x01','\x42','\x00','\x40','\x04','\x44','\xf4','\x44','\x94','\x44','\x97','\xfc','\x90','\x00','\x9f','\xfe','\x90','\x40','\x90','\x80','\x97','\xfc','\xf4','\xa4','\x94','\xa4','\x04','\xa4','\x04','\xa4','\x04','\xa4','\x04','\x0c','\x00','\x80','\x01','\x00','\x7b','\xde','\x4a','\x52','\x4a','\x52','\x4b','\xd2','\x4a','\x52','\x4a','\x52','\x4b','\xd2','\x48','\x12','\x7a','\x5a','\x4b','\x94','\x02','\x10','\x02','\x50','\x01','\xd0','\x00','\x10','\x00','\x00','\x7e','\xfc','\x42','\x84','\x42','\x84','\x7e','\xfc','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x40','\x00','\x20','\x79','\xfc','\x48','\x00','\x48','\x88','\x48','\x50','\x4b','\xfe','\x4a','\x22','\x4c','\x24','\x49','\xfc','\x49','\x24','\x79','\x24','\x49','\x34','\x01','\x28','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\xf7','\xfc','\x90','\x40','\x90','\x40','\x97','\xfc','\x95','\x14','\x94','\xa4','\x95','\xf4','\x94','\x44','\xf4','\x44','\x95','\xf4','\x04','\x44','\x04','\x44','\x04','\x54','\x04','\x08','\x01','\xc0','\x00','\xa0','\x79','\x10','\x4a','\x08','\x4d','\xf6','\x48','\x00','\x4b','\xca','\x4a','\x4a','\x4a','\x54','\x4b','\xd4','\x7a','\x68','\x4a','\x54','\x03','\xd4','\x02','\x4a','\x02','\x4a','\x02','\xc0','\x01','\x04','\x01','\x04','\x77','\xc4','\x51','\x04','\x51','\x14','\x57','\xd4','\x55','\x54','\x55','\x54','\x57','\xd4','\x51','\x14','\x73','\x94','\x55','\x54','\x09','\x44','\x01','\x04','\x01','\x14','\x01','\x08','\x00','\x80','\x00','\x40','\xf7','\xfe','\x90','\x00','\x93','\xf8','\x92','\x08','\x93','\xf8','\x90','\x00','\x97','\xfe','\x94','\x02','\xf9','\xf4','\x91','\x10','\x01','\x10','\x02','\x12','\x04','\x12','\x08','\x0e','\x00','\x40','\x00','\x80','\x79','\xfc','\x49','\x04','\x49','\x04','\x49','\xfc','\x49','\x00','\x49','\xfe','\x49','\x00','\x49','\xfe','\x78','\x02','\x4a','\xaa','\x02','\xaa','\x04','\x02','\x00','\x14','\x00','\x08','\x00','\x40','\x00','\x80','\x7b','\xf8','\x4a','\x08','\x4b','\xf8','\x4a','\x08','\x4b','\xf8','\x4a','\x08','\x4b','\xf8','\x48','\x50','\x78','\x48','\x4f','\xfe','\x00','\xa0','\x01','\x10','\x02','\x08','\x0c','\x06','\x01','\x08','\x00','\x88','\x78','\x90','\x4b','\xfc','\x48','\x40','\x49','\xf8','\x48','\x40','\x4b','\xfe','\x48','\x80','\x49','\x00','\x79','\xfc','\x4a','\x20','\x04','\x20','\x08','\x20','\x03','\xfe','\x00','\x00','\x07','\xfc','\x00','\x80','\xf3','\xf8','\x92','\x08','\x93','\xf8','\x92','\x08','\x93','\xf8','\x92','\x08','\x93','\xf8','\x90','\x80','\xf1','\xf8','\x93','\x10','\x04','\xa0','\x00','\x40','\x01','\xb0','\x0e','\x0e','\x00','\x40','\x00','\x44','\x79','\xf8','\x48','\x50','\x4b','\xfe','\x48','\x40','\x48','\xf8','\x49','\x82','\x4a','\x7e','\x4c','\x00','\x79','\xfc','\x49','\x04','\x01','\xfc','\x01','\x04','\x01','\xfc','\x01','\x04','\x00','\x20','\x01','\x24','\x79','\x24','\x49','\xfc','\x48','\x20','\x4b','\xfe','\x48','\x00','\x48','\x20','\x49','\xfc','\x49','\x24','\x79','\x24','\x49','\xfc','\x00','\x20','\x00','\x24','\x03','\xfe','\x01','\x02','\x00','\x40','\x00','\x40','\xf7','\xfc','\x90','\x40','\x93','\xf8','\x92','\x08','\x93','\xf8','\x92','\x08','\x93','\xf8','\x92','\x08','\xf3','\xf8','\x92','\x08','\x0f','\xfe','\x01','\x10','\x02','\x08','\x04','\x04','\x00','\x00','\x03','\xfe','\x7a','\x00','\x4a','\x7c','\x4a','\x44','\x4a','\x44','\x4a','\x7c','\x4a','\x00','\x4a','\xee','\x4a','\xaa','\x7a','\xaa','\x4a','\xaa','\x02','\xee','\x02','\x00','\x03','\xfe','\x00','\x00','\x01','\x08','\x01','\x08','\x71','\x08','\x57','\xd0','\x51','\x1e','\x57','\x94','\x51','\x24','\x5f','\xd4','\x52','\x14','\x53','\xd4','\x72','\x54','\x52','\x48','\x02','\x48','\x04','\xd4','\x04','\x24','\x08','\x42','\x00','\x20','\x03','\xfe','\x78','\x20','\x49','\xfc','\x48','\x20','\x4b','\xfe','\x48','\x00','\x49','\xfc','\x49','\x04','\x49','\xfc','\x79','\x04','\x49','\xfc','\x01','\x04','\x01','\xfc','\x00','\x88','\x01','\x04','\x04','\x20','\x02','\x20','\x72','\x3e','\x5f','\x40','\x54','\xa0','\x54','\x20','\x57','\x3c','\x55','\x50','\x55','\x10','\x55','\x10','\x75','\xfe','\x55','\x10','\x05','\x28','\x09','\x28','\x0b','\x44','\x10','\x82','\x01','\x08','\x01','\x08','\xf7','\xc8','\x91','\x08','\x91','\x1e','\x97','\xd2','\x95','\x64','\x95','\x40','\x97','\xc8','\x91','\x08','\xf3','\x88','\x95','\x48','\x09','\x54','\x01','\x14','\x01','\x24','\x01','\x42','\x00','\x40','\x00','\x20','\xf7','\xfe','\x94','\x90','\x94','\x90','\x94','\x90','\x97','\xfc','\x94','\x90','\x94','\xd8','\x95','\xb8','\xf5','\xb4','\x96','\xd4','\x08','\x92','\x08','\x90','\x10','\x90','\x00','\x90','\x00','\x20','\x08','\x20','\x75','\xfe','\x54','\x20','\x51','\xfc','\x51','\x24','\x5d','\xfc','\x55','\x24','\x55','\xfc','\x54','\x20','\x75','\xfe','\x54','\x20','\x04','\x20','\x0a','\x20','\x11','\xfe','\x00','\x00','\x00','\x20','\x03','\xfe','\x78','\x20','\x49','\xfc','\x48','\x00','\x4b','\xfe','\x4a','\x02','\x49','\xfc','\x48','\x00','\x49','\xfc','\x79','\x04','\x49','\xfc','\x01','\x04','\x00','\x88','\x03','\xfe','\x00','\x00','\x00','\x00','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x00','\x00','\x3f','\xfc','\x01','\x00','\x01','\x00','\x7f','\xfe','\x00','\x00','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x08','\x20','\x2a','\xa4','\x4d','\x28','\x14','\x50','\x22','\x88','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x00','\x90','\x02','\x94','\xf2','\xd8','\x92','\x92','\x92','\xd2','\x97','\x0e','\x91','\xf0','\x92','\x10','\x97','\xfc','\x9a','\x44','\xf3','\xfc','\x92','\x44','\x03','\xfc','\x04','\x44','\x04','\x54','\x08','\x08','\x04','\x80','\x04','\x82','\xe4','\x9c','\xaf','\xd0','\xa4','\x90','\xa7','\x90','\xa4','\x9e','\xa7','\x94','\xa4','\x94','\xa4','\x94','\xef','\xd4','\xa0','\x14','\x05','\x14','\x08','\xa4','\x10','\x24','\x00','\x44','\x02','\x00','\x02','\x3c','\x0f','\xa4','\xe2','\x24','\xa2','\x24','\xaf','\xbc','\xa8','\xa4','\xaf','\xa4','\xa8','\xa4','\xaf','\xbc','\xa2','\x24','\xe2','\x24','\xaf','\xa4','\x02','\x24','\x02','\x44','\x02','\x8c','\x00','\x80','\x00','\x80','\x79','\xfe','\x4b','\x54','\x4d','\x54','\x49','\x54','\x4b','\xfe','\x49','\x54','\x49','\x54','\x49','\x54','\x4f','\xfe','\x78','\x00','\x49','\x54','\x01','\x2a','\x02','\x2a','\x00','\x00','\x00','\x80','\x00','\x40','\x7b','\xfc','\x49','\x08','\x48','\x90','\x4f','\xfe','\x48','\x00','\x4b','\xfc','\x4a','\x04','\x4b','\xfc','\x7a','\x04','\x4b','\xfc','\x00','\x40','\x05','\x24','\x05','\x0a','\x08','\xfa','\x01','\x10','\x01','\x10','\xf7','\xbc','\x91','\x10','\x93','\xb8','\x95','\x54','\x99','\x12','\x90','\x00','\x93','\xf8','\x90','\x00','\xf7','\xfc','\x90','\x40','\x02','\x48','\x04','\x44','\x09','\x42','\x00','\x80','\x00','\x40','\x03','\xf8','\xf0','\x48','\x97','\xfe','\x90','\x48','\x93','\xf8','\x90','\x40','\x95','\x54','\x97','\x5c','\x94','\x44','\xf7','\xfc','\x94','\x44','\x07','\x5c','\x05','\x54','\x05','\x54','\x08','\x44','\x02','\x10','\x02','\x10','\xf3','\xde','\x95','\x28','\x98','\x84','\x90','\x00','\x97','\xfc','\x90','\x40','\x92','\x48','\x92','\x48','\xf2','\x48','\x95','\x54','\x08','\xe2','\x00','\x40','\x0f','\xfe','\x00','\x00','\x03','\xf8','\x02','\x08','\xf2','\x08','\x93','\xf8','\x90','\x00','\x97','\xbc','\x94','\xa4','\x94','\xa4','\x97','\xbc','\x90','\x40','\xff','\xfe','\x91','\x60','\x02','\x50','\x04','\x48','\x18','\x46','\x00','\x40','\x01','\x08','\x07','\xfe','\xf1','\x08','\x90','\x20','\x97','\xfe','\x90','\x00','\x91','\xf8','\x91','\x08','\x91','\xf8','\x90','\x00','\xf7','\xfe','\x94','\x02','\x05','\xfa','\x05','\x0a','\x05','\xfa','\x04','\x06','\x00','\x40','\x00','\x20','\x7b','\xfe','\x4a','\x22','\x49','\x54','\x49','\x4a','\x4a','\x3a','\x48','\x00','\x49','\xfc','\x49','\x54','\x7b','\xfe','\x48','\x00','\x01','\xfc','\x00','\x20','\x00','\xa0','\x00','\x40','\x00','\x80','\x03','\xf8','\xf2','\x08','\x93','\xf8','\x92','\x08','\x93','\xf8','\x90','\x00','\x97','\xfc','\x94','\x44','\x97','\xfc','\xf4','\x44','\x97','\xfc','\x00','\x00','\x0f','\xfe','\x01','\x10','\x02','\x10','\x02','\x02','\x05','\xe2','\x74','\xa2','\x56','\xaa','\x55','\x2a','\x56','\x6a','\x51','\x0a','\x52','\x8a','\x54','\x4a','\x5b','\xaa','\x71','\x0a','\x57','\xca','\x01','\x22','\x05','\x42','\x01','\xea','\x0e','\x04','\x00','\x40','\x07','\xfc','\x70','\x40','\x57','\xfe','\x54','\x02','\x5b','\xfc','\x52','\x48','\x53','\xf8','\x52','\x48','\x53','\xf8','\x71','\x08','\x57','\xfc','\x02','\x44','\x02','\x78','\x05','\x40','\x08','\xfe','\x00','\x40','\x07','\xfc','\xf0','\x40','\x97','\xfe','\x94','\x02','\x9b','\xfc','\x92','\x48','\x93','\xf8','\x92','\x48','\x93','\xf8','\xf0','\x00','\x97','\xfc','\x02','\x44','\x02','\x78','\x05','\x40','\x08','\xfe','\x01','\x10','\x01','\x10','\x77','\xfc','\x51','\x10','\x51','\xf0','\x52','\x08','\x52','\xea','\x56','\xac','\x52','\xa8','\x52','\xaa','\x76','\xea','\x5a','\x06','\x00','\x00','\x02','\xa4','\x02','\x52','\x04','\x52','\x11','\x00','\x2b','\xde','\x4a','\x52','\x73','\xd4','\x2a','\x52','\x4b','\xd2','\x7a','\x1a','\x12','\x94','\x23','\x50','\xca','\x40','\x3f','\xfc','\x20','\x04','\x27','\xe4','\x24','\x24','\x27','\xe4','\x20','\x0c','\x03','\xde','\x02','\x52','\x7b','\xde','\x4a','\x52','\x4b','\xde','\x4a','\x52','\x4b','\xde','\x49','\x8c','\x4a','\x52','\x48','\x40','\x7f','\xfe','\x48','\x88','\x01','\x90','\x00','\x60','\x00','\xd8','\x03','\x04','\x3e','\x7c','\x22','\x44','\x3e','\x7c','\x00','\x00','\x3f','\xfe','\x20','\x00','\x2e','\x20','\x22','\x3c','\x3f','\xa8','\x29','\x48','\x2f','\x28','\x29','\x28','\x2f','\x10','\x49','\xd0','\x7f','\x28','\x81','\x44','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x00','\x00','\xff','\xfe','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x00','\x3c','\x07','\xc0','\x72','\x44','\x51','\x28','\x57','\xfc','\x54','\xa4','\x57','\xfc','\x50','\x08','\x57','\x88','\x54','\xfe','\x77','\x88','\x54','\xa8','\x07','\x98','\x05','\x08','\x05','\xa8','\x06','\x90','\x03','\xfc','\x01','\x08','\x79','\xf8','\x49','\x08','\x49','\xf8','\x49','\x0e','\x4f','\xf8','\x48','\x08','\x4f','\xfe','\x4a','\x94','\x7b','\x9c','\x4a','\x94','\x03','\x9c','\x02','\xd6','\x07','\xbc','\x00','\x84','\x04','\x14','\x02','\x12','\xef','\xa0','\xa5','\x3e','\xa5','\x64','\xaa','\xa4','\xa0','\x3e','\xa2','\x24','\xaf','\xa4','\xa2','\x3e','\xeb','\x24','\xaa','\xa4','\x12','\xa4','\x02','\x3e','\x0a','\x20','\x04','\x20','\x02','\x08','\x02','\x08','\xe2','\x7e','\xaf','\x88','\xa2','\x3e','\xaf','\xaa','\xaa','\xbe','\xaf','\xaa','\xaa','\xbe','\xaf','\x8a','\xe2','\x7e','\xaf','\x84','\x02','\x7e','\x02','\x24','\x02','\x14','\x02','\x0c','\x01','\x08','\x07','\xfe','\x71','\x08','\x53','\x90','\x51','\x3c','\x57','\xd4','\x52','\xb4','\x55','\x5c','\x53','\x96','\x51','\x22','\x73','\xfc','\x50','\x00','\x07','\xfe','\x00','\x80','\x01','\x04','\x03','\xfe','\x00','\x44','\x0e','\x28','\xea','\xfe','\xaa','\x92','\xae','\xd6','\xaa','\xba','\xaa','\xfe','\xae','\x00','\xaa','\x7c','\xaa','\x44','\xee','\x44','\xa0','\x7c','\x0a','\x44','\x09','\x44','\x11','\x7c','\x00','\x44','\x07','\xfc','\x04','\x04','\x77','\xfc','\x55','\x24','\x54','\xa8','\x55','\x24','\x55','\xfc','\x55','\x54','\x55','\xfc','\x56','\x44','\x75','\xf4','\x55','\x54','\x09','\xf4','\x08','\x44','\x13','\xf4','\x00','\x08','\x00','\x80','\x03','\xde','\x78','\x8a','\x49','\xd2','\x48','\xa6','\x4b','\xd0','\x48','\x9c','\x48','\x50','\x4b','\xfe','\x48','\x50','\x7a','\xaa','\x4b','\xfe','\x02','\x52','\x02','\xaa','\x03','\xfe','\x00','\x02','\x00','\x00','\x7f','\xfc','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x7f','\xfc','\x40','\x04','\x00','\x00','\x7f','\xfc','\x45','\x04','\x45','\x04','\x49','\x24','\x59','\x44','\x69','\x84','\x49','\x04','\x4f','\x14','\x49','\x14','\x49','\x14','\x48','\xf4','\x48','\x04','\x40','\x04','\x7f','\xfc','\x40','\x04','\x00','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x42','\x84','\x44','\x44','\x4a','\x24','\x51','\x1c','\x6f','\xe4','\x40','\x24','\x40','\x44','\x42','\x84','\x41','\x04','\x40','\x84','\x7f','\xfc','\x40','\x04','\x7f','\xfc','\x40','\x04','\x44','\x44','\x48','\x24','\x52','\x14','\x41','\x04','\x5f','\xf4','\x44','\x04','\x44','\x04','\x47','\xe4','\x44','\x24','\x48','\x24','\x48','\xa4','\x50','\x44','\x7f','\xfc','\x40','\x04','\x00','\x00','\x7f','\xfc','\x42','\x04','\x42','\x04','\x5f','\xf4','\x44','\x04','\x4f','\xe4','\x54','\x24','\x67','\xe4','\x44','\x24','\x47','\xe4','\x44','\x24','\x44','\xa4','\x44','\x44','\x7f','\xfc','\x40','\x04','\x00','\x00','\x7f','\xfc','\x40','\x04','\x5f','\xf4','\x42','\x04','\x4f','\xe4','\x44','\x24','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x48','\x24','\x4f','\xe4','\x40','\x04','\x7f','\xfc','\x40','\x04','\x00','\x00','\x7f','\xfc','\x41','\x04','\x41','\x04','\x4f','\xe4','\x41','\x04','\x5f','\xf4','\x44','\x44','\x42','\x84','\x4f','\xe4','\x41','\x04','\x5f','\xf4','\x41','\x04','\x41','\x04','\x7f','\xfc','\x40','\x04','\x00','\x00','\x7f','\xfc','\x49','\x24','\x45','\x44','\x5f','\xf4','\x42','\x04','\x7f','\xfc','\x48','\x24','\x57','\xd4','\x64','\x4c','\x44','\xc4','\x44','\x24','\x43','\xe4','\x40','\x04','\x7f','\xfc','\x40','\x04','\x00','\x00','\x7f','\xfc','\x40','\xa4','\x40','\x94','\x7f','\xfc','\x40','\x84','\x5e','\x94','\x52','\x94','\x52','\xa4','\x5e','\xa4','\x40','\x54','\x46','\xb4','\x59','\x14','\x40','\x04','\x7f','\xfc','\x40','\x04','\x7f','\xfc','\x42','\x04','\x4f','\xe4','\x44','\x24','\x5f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x41','\x04','\x5f','\xf4','\x41','\x04','\x51','\x04','\x5f','\xfc','\x41','\x04','\x7f','\xfc','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x40','\x04','\x5f','\xf4','\x50','\x14','\x5f','\xf4','\x50','\x14','\x5f','\xf4','\x50','\x14','\x5f','\xf4','\x44','\x44','\x48','\x24','\x7f','\xfc','\x7f','\xfc','\x41','\x04','\x5f','\xf4','\x41','\x04','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x41','\x14','\x5f','\xf4','\x40','\x44','\x5f','\xf4','\x48','\x44','\x44','\xc4','\x7f','\xfc','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x41','\x04','\x7f','\xfc','\x41','\x04','\x5f','\xf4','\x50','\x14','\x57','\xd4','\x54','\x54','\x5f','\xf4','\x40','\x04','\x7f','\xfc','\x40','\x04','\x01','\x00','\x01','\x00','\x7f','\xfc','\x11','\x10','\x29','\x28','\x45','\x44','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x20','\x08','\x27','\xc8','\x24','\x48','\x27','\xc8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x7f','\xfc','\x40','\x04','\x5f','\xf4','\x52','\x94','\x5f','\xf4','\x40','\x04','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x45','\x14','\x4c','\xa4','\x74','\x44','\x46','\x24','\x7f','\xfc','\x12','\x00','\x11','\x00','\x10','\x80','\x10','\x80','\x10','\x40','\xfc','\x40','\x10','\x40','\x10','\xa0','\x10','\xa0','\x10','\xa0','\x11','\x10','\x1d','\x10','\xe2','\x08','\x42','\x08','\x04','\x04','\x08','\x02','\x10','\x00','\x13','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\xfe','\x40','\x10','\x50','\x10','\x48','\x10','\x44','\x10','\x44','\x16','\x40','\x18','\x40','\xe0','\x40','\x40','\x40','\x00','\x40','\x00','\x40','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\x24','\xfd','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\x1d','\x24','\xe1','\x24','\x41','\xfc','\x00','\x04','\x00','\x00','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\xfc','\x11','\x04','\xfd','\x08','\x12','\x40','\x14','\x40','\x10','\x40','\x10','\xa0','\x10','\xa0','\x1d','\x10','\xe1','\x10','\x42','\x08','\x04','\x04','\x08','\x02','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\x11','\x00','\xfd','\x00','\x11','\xfe','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x1d','\x10','\xe1','\x10','\x42','\x10','\x02','\x10','\x04','\x10','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\x20','\x11','\x20','\xfd','\x20','\x11','\x3c','\x11','\x20','\x11','\x20','\x11','\x20','\x11','\x20','\x1d','\x20','\xe1','\x20','\x41','\x20','\x07','\xfe','\x00','\x00','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x10','\x10','\x10','\xfc','\x20','\x10','\x20','\x10','\x68','\x10','\x64','\x10','\xa4','\x1d','\x22','\xe2','\x22','\x44','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x17','\xfe','\xfd','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\xf8','\x11','\x08','\x1d','\x08','\xe1','\x08','\x41','\x08','\x01','\xf8','\x01','\x08','\x00','\xf8','\x3f','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x09','\x24','\xf9','\x38','\x09','\x22','\x39','\x22','\xc9','\x1e','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x08','\x90','\x08','\x88','\x10','\x80','\x30','\x9e','\x57','\xe0','\x90','\x80','\x10','\x44','\x10','\x34','\x11','\x0c','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x20','\x20','\x20','\x20','\x20','\x20','\x23','\xfe','\x22','\x22','\xfa','\x24','\x22','\x20','\x23','\xfc','\x22','\x84','\x22','\x88','\x22','\x48','\x3a','\x50','\xe2','\x20','\x44','\x50','\x04','\x88','\x09','\x06','\x20','\x88','\x20','\x88','\x20','\x88','\x21','\x08','\x21','\x7e','\xfb','\x08','\x25','\x08','\x21','\x48','\x21','\x28','\x21','\x28','\x21','\x08','\x39','\x08','\xe1','\x08','\x41','\x08','\x01','\x28','\x01','\x10','\x10','\x80','\x10','\x80','\x11','\xfc','\x11','\x04','\x12','\x04','\xfd','\xf4','\x11','\x14','\x11','\x14','\x11','\x14','\x11','\xf4','\x11','\x04','\x1d','\x28','\xe1','\x12','\x41','\x02','\x00','\xfe','\x00','\x00','\x20','\x40','\x20','\x20','\x20','\x20','\x27','\xfe','\x20','\x40','\xf8','\x84','\x21','\x08','\x23','\xf0','\x20','\x22','\x20','\x44','\x39','\x88','\xe6','\x10','\x40','\x20','\x00','\x50','\x01','\x88','\x06','\x04','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\x11','\xf8','\xfd','\x08','\x11','\x08','\x11','\xf8','\x11','\x44','\x11','\x48','\x11','\x30','\x1d','\x20','\xe1','\x10','\x41','\x48','\x01','\x86','\x01','\x00','\x20','\x80','\x20','\x80','\x21','\x3c','\x22','\x00','\x24','\x80','\xf8','\x80','\x21','\x7e','\x23','\x08','\x25','\x08','\x21','\x08','\x21','\x08','\x39','\x08','\xe1','\x08','\x41','\x08','\x01','\x28','\x01','\x10','\x20','\x00','\x27','\xfe','\x20','\x40','\x20','\x80','\x21','\x10','\xfa','\x08','\x27','\xfc','\x20','\x44','\x20','\x40','\x20','\x40','\x27','\xfc','\x38','\x40','\xe0','\x40','\x40','\x40','\x0f','\xfe','\x00','\x00','\x11','\x04','\x10','\x84','\x10','\x88','\x10','\x00','\x11','\xfe','\xfc','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\x1c','\x88','\xe1','\x08','\x41','\x08','\x02','\x08','\x04','\x08','\x10','\x20','\x10','\x20','\x10','\x3e','\x10','\x20','\x10','\x20','\xfd','\xfe','\x10','\x00','\x10','\x00','\x11','\xfe','\x10','\x20','\x10','\x28','\x1c','\x24','\xe0','\x22','\x40','\x20','\x00','\x20','\x00','\x20','\x20','\x40','\x20','\x80','\x21','\x10','\x22','\x08','\x27','\xfc','\xf9','\x04','\x21','\x00','\x23','\xf8','\x24','\x40','\x20','\x40','\x27','\xfe','\x38','\x40','\xe0','\xa0','\x41','\x10','\x02','\x08','\x0c','\x06','\x10','\x80','\x10','\x80','\x10','\xf8','\x11','\x08','\x12','\x10','\xfd','\xfc','\x11','\x24','\x11','\x24','\x11','\xfc','\x11','\x24','\x11','\x24','\x1d','\xfc','\xe1','\x24','\x42','\x24','\x02','\x14','\x04','\x08','\x20','\x48','\x20','\x44','\x27','\xfe','\x20','\x40','\x20','\x40','\xfb','\xfc','\x22','\x44','\x22','\x44','\x23','\xfc','\x22','\x44','\x22','\x44','\x3b','\xfc','\xe2','\x44','\x42','\x44','\x02','\x54','\x02','\x08','\x10','\x08','\x10','\x3c','\x13','\xc0','\x10','\x44','\x12','\x24','\xfd','\x28','\x11','\x00','\x10','\x10','\x13','\xfe','\x10','\x10','\x11','\x10','\x1c','\x90','\xe0','\x90','\x40','\x10','\x00','\x50','\x00','\x20','\x10','\x08','\x10','\x3c','\x13','\xc0','\x11','\x24','\x10','\x98','\xfc','\x60','\x13','\x90','\x10','\x10','\x13','\xfe','\x10','\x10','\x11','\x10','\x1c','\x90','\xe0','\x90','\x40','\x10','\x00','\x50','\x00','\x20','\x00','\x00','\x7f','\xfc','\x04','\x40','\x3c','\x78','\x20','\x08','\x20','\x08','\x3c','\x78','\x04','\x40','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x21','\x08','\x21','\x08','\x27','\xfe','\x21','\x08','\x21','\x08','\xf8','\x00','\x20','\x90','\x20','\x92','\x21','\x14','\x23','\x18','\x25','\x10','\x39','\x32','\xe1','\x52','\x41','\x12','\x01','\x0e','\x01','\x00','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\x10','\x88','\xfc','\x88','\x11','\x54','\x12','\x22','\x10','\x00','\x10','\x20','\x13','\xfe','\x1c','\x20','\xe0','\x20','\x40','\x20','\x00','\x20','\x00','\x20','\x20','\x00','\x23','\xde','\x22','\x52','\x22','\x52','\x22','\x52','\xfb','\xde','\x22','\x52','\x22','\x52','\x22','\x52','\x23','\xde','\x22','\x52','\x3a','\x52','\xe2','\x52','\x42','\x52','\x05','\x52','\x08','\xa6','\x20','\x00','\x27','\xfc','\x20','\xa0','\x20','\xa0','\x27','\xfc','\xfc','\xa4','\x24','\xa4','\x24','\xa4','\x27','\xfc','\x20','\x40','\x38','\x40','\xe7','\xfc','\x40','\x40','\x00','\x40','\x0f','\xfe','\x00','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xe4','\xfd','\x24','\x11','\x24','\x13','\xfe','\x12','\x02','\x12','\xfa','\x1e','\x8a','\xe2','\x8a','\x42','\xfa','\x02','\x02','\x02','\x0a','\x02','\x04','\x21','\x00','\x21','\xfc','\x22','\x00','\x25','\xf8','\x21','\x08','\xf9','\xf8','\x21','\x08','\x21','\xf8','\x20','\x00','\x27','\xfe','\x21','\x00','\x3b','\xfc','\xe4','\xa4','\x41','\x24','\x02','\x54','\x00','\x88','\x08','\x00','\x0b','\xf8','\x12','\x08','\x33','\xf8','\x50','\x40','\x97','\xfc','\x11','\x50','\x12','\x48','\x14','\x46','\x11','\x40','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x10','\x40','\x10','\x80','\x11','\xfc','\x11','\x04','\x11','\x04','\xfd','\xfc','\x11','\x00','\x11','\xfe','\x11','\x00','\x11','\xfe','\x1c','\x02','\xe2','\xaa','\x42','\xaa','\x04','\x02','\x00','\x14','\x00','\x08','\x08','\x20','\x2a','\xa4','\x2c','\xa8','\x49','\x20','\x14','\x50','\x22','\x88','\x7f','\xfe','\x40','\x02','\x81','\x04','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x21','\x00','\x11','\xfc','\x92','\x00','\x45','\xf8','\x41','\x48','\x11','\x28','\x23','\xfe','\xe1','\x48','\x22','\x28','\x23','\xfc','\x20','\x50','\x01','\x20','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x20','\x00','\xce','\x78','\x82','\x48','\x82','\x48','\xee','\x48','\x82','\x86','\x82','\x00','\xfe','\xfc','\x10','\x44','\x10','\x44','\xfe','\x28','\x10','\x28','\x10','\x10','\x1e','\x28','\xf0','\x44','\x41','\x82','\x20','\x10','\x20','\x10','\x27','\x10','\x25','\x7c','\x25','\x10','\xf5','\x10','\x25','\xfe','\x27','\x08','\x25','\x08','\x25','\xfe','\x25','\x08','\x35','\x48','\xe7','\x28','\x40','\x08','\x00','\x28','\x00','\x10','\x10','\x00','\x13','\xfe','\x12','\x52','\x12','\x52','\x13','\xfe','\xfc','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\x10','\x20','\x11','\x3c','\x1d','\x20','\xe1','\x20','\x41','\x20','\x07','\xfe','\x00','\x00','\x08','\x04','\x7f','\x78','\x08','\x40','\x7f','\x40','\x49','\x7e','\x7f','\x48','\x49','\x48','\x7f','\x48','\x08','\x48','\x7f','\x48','\x08','\x88','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x7f','\x7c','\x49','\x04','\x7f','\x28','\x49','\x10','\x7f','\x7e','\x08','\x12','\x7f','\x14','\x08','\x10','\x0f','\x50','\xf0','\x20','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x20','\x00','\x27','\xbc','\x24','\xa4','\x27','\xbc','\x24','\xa4','\xff','\xbc','\x24','\x04','\x25','\xf4','\x25','\x14','\x25','\xf4','\x25','\x14','\x3d','\xf4','\xe5','\x14','\x44','\x04','\x04','\x14','\x04','\x08','\x20','\x40','\x20','\x7c','\x20','\x40','\x23','\xfe','\x22','\x42','\xfa','\x78','\x23','\xc4','\x22','\x3c','\x22','\x00','\x22','\x50','\x22','\x54','\x3b','\x54','\xe4','\xd8','\x44','\x50','\x09','\xfe','\x00','\x00','\x21','\x08','\x20','\x90','\x27','\xfe','\x20','\x90','\x23','\xfc','\xfa','\x94','\x23','\x1c','\x22','\x04','\x23','\xfc','\x22','\x04','\x3b','\xfc','\xe0','\x08','\x47','\xfe','\x01','\x08','\x00','\xa8','\x00','\x10','\x20','\x80','\x21','\x00','\x27','\xfc','\x24','\x44','\x25','\x54','\xfc','\x44','\x27','\xfc','\x24','\xe4','\x25','\x54','\x24','\x04','\x38','\x40','\xe7','\xfe','\x40','\xa0','\x01','\x10','\x02','\x08','\x0c','\x06','\x20','\x80','\x20','\x40','\x2f','\xfe','\x20','\x00','\x27','\xfc','\xfc','\xa4','\x27','\xfc','\x22','\x48','\x21','\x50','\x22','\x08','\x24','\x44','\x38','\xa8','\xe1','\x10','\x43','\x08','\x0d','\x46','\x01','\x80','\x20','\x40','\x20','\x40','\x27','\xfc','\x22','\x48','\xfa','\x48','\x25','\x54','\x2f','\xfe','\x20','\x00','\x23','\xf8','\x22','\x08','\x22','\xe8','\x3a','\xa8','\xe2','\xe8','\x42','\x08','\x03','\xf8','\x02','\x08','\x21','\x08','\x21','\x08','\x27','\xfe','\x21','\x08','\x20','\x44','\xfb','\xf4','\x20','\x48','\x20','\x50','\x27','\xfe','\x20','\x80','\x21','\xfc','\x3b','\x04','\xe5','\xfc','\x49','\x04','\x01','\xfc','\x01','\x04','\x00','\x40','\x7b','\xfc','\x48','\x80','\x51','\xf8','\x62','\x20','\x55','\xfc','\x48','\x88','\x48','\xf8','\x68','\x88','\x50','\xf8','\x40','\x88','\x41','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x00','\x01','\x00','\xff','\xfe','\x10','\x48','\x24','\xfe','\x79','\x90','\x10','\xfc','\x22','\x90','\x7c','\xfc','\x08','\x90','\x30','\xfe','\xc0','\x80','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x00','\x3f','\xfe','\x28','\x8c','\x2f','\x8a','\x28','\x88','\x2f','\xbe','\x20','\x08','\x2f','\x88','\x28','\x88','\x2f','\x94','\x28','\x94','\x29','\xa2','\x40','\x40','\x47','\xfc','\x80','\x40','\x1f','\xfe','\x08','\x00','\x0f','\x00','\x08','\x7c','\xff','\xa4','\x80','\xa4','\x7f','\x24','\x49','\x24','\x94','\xa8','\x22','\x10','\x7f','\x28','\xa2','\x44','\x3e','\x02','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x20','\x40','\x23','\xf8','\x20','\x48','\x27','\xfe','\x20','\x48','\xfb','\xf8','\x20','\x40','\x27','\xfe','\x20','\x00','\x22','\xa4','\x24','\x52','\x3b','\xf8','\xe2','\xa8','\x42','\xa8','\x0f','\xfe','\x00','\x00','\x20','\x40','\x20','\x20','\x27','\xfe','\x24','\x88','\x25','\xfc','\xfc','\x88','\x27','\xfe','\x24','\x20','\x25','\xfc','\x25','\x24','\x3d','\xfc','\xe5','\x24','\x45','\xfc','\x04','\x00','\x04','\x88','\x09','\x04','\x00','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x00','\x00','\x3e','\xf8','\x2a','\xa8','\x3e','\xf8','\x2a','\xa8','\x3e','\xf8','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x27','\xfe','\x24','\x00','\x25','\xfc','\x25','\xac','\x25','\x74','\xfd','\xfc','\x24','\x20','\x25','\xfc','\x24','\x20','\x27','\xfe','\x3c','\x00','\xe5','\x54','\x48','\x20','\x09','\xfc','\x10','\x20','\x03','\xfe','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x13','\xfe','\xfc','\x20','\x13','\xfe','\x12','\x22','\x11','\xac','\x10','\x20','\x11','\xfc','\x1c','\x00','\xe3','\xfe','\x40','\x40','\x00','\x88','\x01','\xfc','\x20','\x40','\x27','\xfc','\x20','\x00','\x23','\xb8','\xf2','\xa8','\x23','\xb8','\x21','\x10','\x27','\xfc','\x21','\x10','\x27','\xfc','\x31','\x10','\xef','\xfe','\x41','\x28','\x03','\x10','\x0d','\x48','\x01','\x86','\x08','\x40','\x7e','\x7c','\x24','\x40','\xff','\x7c','\x00','\x04','\x7e','\x7c','\x42','\x40','\x7e','\x7c','\x42','\x40','\x7e','\x7c','\x42','\x42','\x46','\x3e','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x04','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x3c','\x20','\x07','\xfe','\x04','\x20','\xfc','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x45','\xfc','\x44','\x00','\x84','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x44','\x42','\x84','\x44','\x3c','\x78','\x20','\x08','\x3c','\x78','\x04','\x40','\x04','\x40','\xff','\xfe','\x00','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x04','\x40','\xff','\xfe','\x10','\x00','\x13','\xfe','\x10','\x22','\x11','\x20','\x11','\x3c','\xfd','\x20','\x12','\xfe','\x14','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\x1d','\x04','\xe1','\xfc','\x41','\x04','\x01','\x14','\x01','\x08','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x40','\x02','\xbf','\xfc','\x04','\x40','\x3c','\x78','\x20','\x08','\x3c','\x78','\x04','\x40','\xff','\xfe','\x00','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x00','\x02','\x3f','\xf0','\x01','\x00','\xff','\xfe','\x00','\x00','\x7f','\xfc','\x00','\x10','\x7d','\xfc','\x44','\x90','\x7c','\x30','\x04','\x00','\x04','\x00','\x04','\x00','\x0f','\xf0','\x08','\x10','\x10','\x10','\x30','\x20','\x48','\x20','\x84','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x04','\x00','\x04','\x00','\x04','\x00','\x2f','\xf0','\x28','\x10','\x10','\x10','\x30','\x20','\x48','\x20','\x84','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x00','\x1f','\xe0','\x20','\x20','\x7f','\xf8','\xa3','\x08','\x24','\x88','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x00','\x1f','\xf0','\x28','\x20','\x07','\xc0','\xf8','\x3e','\x00','\x00','\x3f','\xf0','\x00','\x10','\x00','\x10','\x1f','\xf0','\x00','\x10','\x00','\x10','\xff','\xfe','\x02','\x00','\x07','\xf0','\x08','\x10','\x34','\x20','\x02','\x40','\x01','\x80','\x0e','\x00','\x70','\x00','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x20','\x1c','\x70','\x2a','\xa8','\xc8','\x26','\x04','\x00','\x07','\xf0','\x08','\x10','\x14','\x20','\x22','\x40','\x01','\x80','\x02','\x00','\x0c','\x00','\x70','\x00','\x00','\x20','\x7e','\x20','\x4a','\x7c','\x4a','\x44','\x7e','\xa8','\x4a','\x10','\x4a','\x20','\x7e','\xd0','\x08','\x1e','\xff','\x22','\x18','\x64','\x2c','\x94','\x2a','\x08','\x4a','\x10','\x88','\x20','\x08','\xc0','\x01','\x00','\x01','\x00','\x01','\x00','\x1f','\xf0','\x01','\x10','\x01','\x10','\x01','\x10','\x01','\x10','\x01','\x10','\xff','\xfe','\x02','\x80','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x02','\x80','\x02','\x80','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xc0','\x06','\x01','\x00','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x08','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x04','\x40','\x08','\x20','\x17','\xd0','\x20','\x08','\xc0','\x06','\x3f','\xf8','\x04','\x00','\x08','\x00','\x0f','\xf0','\x00','\x10','\x00','\x10','\x00','\xa0','\x00','\x40','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x11','\x10','\x11','\x10','\x29','\x28','\x45','\x44','\x02','\x80','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x02','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x10','\x00','\x10','\x1f','\x90','\x10','\x90','\x10','\x90','\x1f','\x90','\x00','\x10','\x00','\x50','\x00','\x20','\x02','\x00','\x01','\x00','\x7f','\xfc','\x04','\x40','\x24','\x50','\x44','\x48','\x89','\x44','\x10','\x80','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x08','\x00','\x08','\x00','\x1f','\xe0','\x20','\x20','\x40','\x40','\xbf','\xf8','\x22','\x88','\x24','\x48','\x28','\x28','\x21','\x08','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x02','\x00','\x02','\x00','\x7f','\xfc','\x04','\x40','\x09','\x20','\x31','\x18','\xcf','\xe6','\x01','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\xfc','\x7f','\x00','\x22','\x08','\x15','\x10','\x08','\x40','\x1f','\x80','\x03','\x20','\x0c','\x10','\x3f','\xf8','\x01','\x08','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x24','\x20','\x24','\x20','\x24','\x20','\x3d','\xfc','\x04','\x20','\xfc','\x20','\x24','\x20','\x24','\xf8','\x45','\x00','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x02','\x00','\x02','\x00','\x7f','\xfc','\x04','\x40','\x08','\x20','\x32','\x18','\xdf','\xd6','\x02','\x20','\xff','\xfe','\x03','\x00','\x0f','\xf0','\x38','\x10','\xcf','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x08','\x20','\x04','\x40','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x28','\x48','\x30','\x38','\x27','\xc8','\x20','\x08','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x02','\x00','\x04','\x00','\x3f','\xf8','\x20','\x68','\x2f','\xa8','\x25','\x48','\x2f','\xe8','\x23','\x48','\x25','\x28','\x28','\x08','\x01','\x00','\x7f','\xfc','\x02','\x80','\x0c','\x60','\x30','\x18','\xc0','\x06','\x04','\x40','\x24','\x7c','\x24','\xa8','\x3d','\x50','\x04','\x28','\x7d','\xfe','\x24','\x88','\x44','\x48','\x85','\x18','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x02','\x00','\x7f','\xfc','\x04','\x20','\x18','\x18','\xe0','\x06','\x3f','\xf8','\x20','\x00','\x27','\xf0','\x24','\x10','\x27','\xf0','\x20','\x00','\x2f','\x78','\x29','\x48','\x2f','\x78','\x20','\x00','\x3f','\xfc','\x10','\x00','\x11','\xfc','\x10','\x20','\x10','\x20','\xfe','\x20','\x22','\x20','\x22','\x20','\x23','\xfe','\x42','\x20','\x24','\x20','\x14','\x20','\x08','\x20','\x14','\x20','\x22','\x20','\x42','\x20','\x80','\x20','\x10','\x40','\x10','\x40','\x10','\x80','\x10','\xfc','\xfd','\x04','\x26','\x04','\x24','\x04','\x25','\x04','\x24','\x84','\x48','\x44','\x28','\x44','\x10','\x04','\x28','\x04','\x44','\x04','\x84','\x28','\x00','\x10','\x04','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x25','\xfe','\x3c','\x44','\x04','\x44','\x04','\x44','\xfc','\x44','\x24','\x84','\x24','\x48','\x24','\x28','\x24','\x10','\x44','\x28','\x44','\x44','\x85','\x82','\x10','\x00','\x13','\xf8','\x10','\x00','\x20','\x00','\x2f','\xfe','\x60','\x80','\x60','\x80','\xaf','\xfe','\x21','\x08','\x22','\x10','\x26','\x10','\x21','\xa0','\x20','\x60','\x20','\x90','\x23','\x08','\x2c','\x04','\x08','\x80','\x08','\x40','\x1f','\xfe','\x12','\x00','\x12','\x00','\x32','\x00','\x33','\xfc','\x50','\x80','\x90','\x80','\x1f','\xfe','\x11','\x08','\x12','\x08','\x13','\x90','\x10','\x60','\x11','\x98','\x16','\x04','\x10','\x10','\x11','\x10','\x11','\x10','\x11','\x12','\xfd','\x12','\x25','\x14','\x25','\xd8','\x25','\x10','\x25','\x10','\x49','\x10','\x29','\x10','\x11','\x12','\x29','\x52','\x45','\x92','\x85','\x0e','\x00','\x00','\x10','\x00','\x10','\x00','\x10','\xfc','\x10','\x84','\xfc','\x84','\x24','\x84','\x24','\xfc','\x24','\x84','\x24','\x84','\x48','\x84','\x28','\xfc','\x10','\x84','\x28','\x00','\x44','\x00','\x85','\xfe','\x00','\x00','\x10','\x00','\x10','\xfc','\x10','\x84','\x10','\xa4','\xfc','\x94','\x24','\x84','\x24','\x84','\x27','\xfe','\x25','\x04','\x49','\x44','\x29','\x24','\x11','\x04','\x29','\xfe','\x44','\x04','\x84','\x28','\x00','\x10','\x20','\x40','\x20','\x40','\x27','\xfc','\x20','\x40','\xfb','\xf8','\x48','\x48','\x4b','\xf8','\x4a','\x40','\x8b','\xfc','\x48','\x44','\x30','\x54','\x10','\xa8','\x28','\xa0','\x49','\x10','\x82','\x08','\x04','\x06','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x02','\x00','\x04','\x00','\xff','\xfe','\x08','\x20','\x10','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x10','\x00','\x13','\xfe','\x10','\x88','\x10','\x88','\xfc','\x88','\x24','\x88','\x24','\x88','\x27','\xfe','\x24','\x88','\x48','\x88','\x28','\x88','\x10','\x88','\x28','\x88','\x44','\x88','\x81','\x08','\x02','\x08','\x10','\x80','\x10','\x88','\x10','\x9c','\x11','\x70','\xfd','\x10','\x27','\x10','\x25','\x10','\x25','\x10','\x25','\xfe','\x49','\x10','\x29','\x10','\x11','\x10','\x29','\x10','\x45','\x10','\x85','\x7c','\x01','\x00','\x20','\x90','\x20','\x90','\x20','\x90','\x22','\x92','\xf9','\x94','\x48','\x98','\x48','\x90','\x49','\x98','\x8a','\x94','\x4c','\x92','\x30','\x90','\x10','\x90','\x29','\x12','\x49','\x12','\x82','\x12','\x04','\x0e','\x10','\x10','\x10','\xd8','\x13','\x94','\x10','\x94','\xfc','\x90','\x27','\xfe','\x24','\x90','\x24','\x94','\x24','\x94','\x48','\xd8','\x2b','\x98','\x10','\x90','\x28','\xaa','\x44','\xca','\x84','\x86','\x01','\x82','\x20','\x00','\x21','\xf8','\x21','\x08','\x21','\x08','\xf9','\xf8','\x48','\x00','\x4b','\xfc','\x4a','\x04','\x4a','\x04','\x93','\xfc','\x52','\x04','\x22','\x04','\x33','\xfc','\x4a','\x04','\x4a','\x14','\x82','\x08','\x10','\x20','\x08','\x20','\x40','\xa8','\x24','\xa4','\x09','\x2a','\x72','\x30','\x10','\xc0','\x17','\x00','\x02','\x00','\x7f','\xfc','\x04','\x20','\x08','\x40','\x1c','\x80','\x03','\x80','\x0c','\x70','\x70','\x08','\x20','\x00','\x2f','\xde','\x22','\x52','\x22','\x52','\xf2','\x54','\x57','\xd4','\x52','\x58','\x52','\x54','\x52','\x52','\x9f','\xd2','\x52','\x52','\x22','\x5a','\x22','\x54','\x54','\x50','\x55','\x50','\x88','\x90','\x10','\x20','\x10','\x20','\x11','\xfc','\x11','\x24','\xfd','\xfc','\x25','\x24','\x25','\xfc','\x24','\x00','\x27','\xfe','\x48','\x80','\x29','\x00','\x11','\xfc','\x28','\x04','\x44','\x04','\x84','\x28','\x00','\x10','\x11','\xfc','\x11','\x24','\x11','\x24','\x11','\xfc','\xfd','\x24','\x25','\x24','\x25','\xfc','\x24','\x40','\x24','\x40','\x4b','\xfe','\x28','\x42','\x10','\x82','\x28','\x82','\x45','\x02','\x82','\x14','\x04','\x08','\x20','\x00','\x27','\x7e','\x25','\x04','\x25','\x04','\xf5','\x74','\x55','\x54','\x56','\x54','\x55','\x54','\x55','\x54','\x95','\x54','\x55','\x74','\x25','\x54','\x26','\x04','\x54','\x04','\x54','\x14','\x84','\x08','\x10','\x08','\x10','\x3c','\x11','\xc0','\x10','\x44','\xfd','\x24','\x24','\xa8','\x24','\x90','\x24','\x1c','\x25','\xe0','\x48','\x20','\x28','\x20','\x13','\xfe','\x28','\x20','\x44','\x20','\x85','\xfc','\x00','\x00','\x20','\x40','\x20','\x20','\x23','\xfe','\x22','\x02','\xfd','\x04','\x49','\x00','\x49','\xde','\x4a','\x52','\x8a','\x52','\x4b','\x52','\x34','\x9a','\x10','\x94','\x29','\x10','\x49','\x12','\x82','\x12','\x04','\x0e','\x20','\x00','\x27','\xe0','\x22','\x5e','\x22','\x52','\xfa','\x52','\x4b','\xd2','\x4a','\x52','\x4a','\x54','\x4b','\xd4','\x92','\x54','\x52','\x48','\x22','\xe8','\x37','\x54','\x48','\x54','\x48','\x62','\x80','\x40','\x00','\x00','\x7f','\x7c','\x22','\x44','\x3e','\x44','\x22','\x28','\x3e','\x10','\x23','\xa8','\xfe','\x44','\x02','\x82','\x04','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x10','\x40','\x10','\x80','\x11','\xfc','\x11','\x24','\xfd','\x24','\x25','\xfc','\x25','\x24','\x25','\x44','\x25','\xfc','\x48','\x90','\x29','\x10','\x13','\xfe','\x28','\x10','\x44','\x10','\x84','\x10','\x00','\x10','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x30','\x1c','\x68','\x2a','\xa4','\xc9','\x22','\x08','\x20','\x0a','\x20','\x7f','\xfc','\x04','\x20','\x08','\x40','\x1c','\x80','\x03','\x80','\x06','\x70','\x38','\x08','\x10','\x00','\x11','\xfc','\x11','\x24','\x11','\x24','\xfd','\xfc','\x25','\x00','\x25','\x7c','\x25','\x44','\x25','\x44','\x49','\x7c','\x29','\x44','\x11','\x7c','\x29','\x44','\x46','\x44','\x82','\x7c','\x04','\x44','\x10','\x00','\x10','\xf8','\x10','\xa8','\x10','\xa8','\xfc','\xd8','\x24','\x88','\x24','\xf8','\x24','\x00','\x24','\x00','\x49','\xfc','\x29','\x54','\x11','\x54','\x29','\x54','\x45','\x54','\x83','\xfe','\x00','\x00','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\xfd','\xfc','\x24','\x88','\x27','\xfe','\x24','\x20','\x25','\xfc','\x49','\x24','\x29','\xfc','\x11','\x24','\x2b','\xfe','\x45','\x04','\x85','\x14','\x01','\x08','\x20','\x00','\x23','\xde','\x20','\x42','\x20','\x42','\xfb','\xde','\x4a','\x10','\x4a','\x10','\x4b','\xde','\x48','\x42','\x92','\x52','\x51','\x4a','\x21','\x4a','\x32','\x52','\x48','\x42','\x4a','\x94','\x81','\x08','\x10','\xa0','\x11','\x2c','\x11','\x24','\x11','\x24','\xfd','\xac','\x25','\x24','\x25','\x24','\x25','\xfc','\x24','\x20','\x49','\xfc','\x28','\x88','\x10','\x50','\x28','\x20','\x44','\x50','\x80','\x88','\x03','\x06','\x20','\x00','\x21','\xfe','\x21','\x20','\x21','\xfc','\xf9','\x20','\x49','\xfc','\x49','\x20','\x49','\x20','\x89','\xfe','\x48','\x02','\x32','\xaa','\x12','\xaa','\x2a','\xaa','\x4a','\x02','\x80','\x14','\x00','\x08','\x20','\x00','\x27','\xfc','\x20','\x40','\x22','\x78','\xfa','\x40','\x4f','\xfe','\x49','\x00','\x49','\xfc','\x4a','\x00','\x93','\xfc','\x50','\x04','\x25','\x54','\x35','\x54','\x48','\x04','\x48','\x28','\x80','\x10','\x20','\x00','\x23','\xfe','\x22','\x00','\x22','\x7c','\xfa','\x44','\x4a','\x44','\x4a','\x7c','\x4a','\x00','\x4a','\xee','\x92','\xaa','\x52','\xaa','\x22','\xaa','\x32','\xee','\x4a','\x00','\x4b','\xfe','\x80','\x00','\x20','\x20','\x21','\x24','\x20','\xa8','\x23','\xfe','\xfa','\x02','\x48','\xf8','\x48','\x88','\x48','\x88','\x48','\xf8','\x90','\x20','\x51','\xfc','\x21','\x24','\x31','\x24','\x49','\x34','\x49','\x28','\x80','\x20','\x21','\x08','\x21','\x08','\x27','\xc8','\x21','\x10','\xf1','\x1e','\x57','\xe4','\x55','\x54','\x55','\x54','\x57','\xd4','\x91','\x14','\x53','\x94','\x25','\x48','\x29','\x48','\x51','\x14','\x51','\x14','\x81','\x22','\x10','\x00','\x13','\xfe','\x10','\x50','\x11','\xfc','\xfd','\x54','\x25','\x54','\x25','\xfc','\x24','\x00','\x25','\xfc','\x48','\x00','\x2b','\xfe','\x10','\x20','\x28','\xa8','\x45','\x24','\x82','\xa2','\x00','\x40','\x23','\x9c','\x22','\x94','\x23','\x9c','\x22','\x94','\xfb','\x9c','\x4a','\x04','\x4a','\xf4','\x4a','\x94','\x4a','\xf4','\x92','\x94','\x52','\xf4','\x22','\x94','\x32','\x94','\x4b','\x34','\x4a','\x04','\x82','\x0c','\x20','\x00','\x23','\xde','\x22','\x52','\x23','\xde','\xfa','\x52','\x4b','\xde','\x4a','\x22','\x4a','\x22','\x4a','\xfa','\x92','\x22','\x52','\x72','\x22','\xaa','\x33','\x26','\x4a','\x22','\x4a','\x2a','\x82','\x04','\x10','\x18','\x11','\xe0','\x10','\x40','\x13','\xfe','\xfc','\x88','\x25','\x74','\x26','\x52','\x24','\x70','\x24','\x00','\x49','\xfc','\x29','\x04','\x11','\x74','\x29','\x54','\x45','\x74','\x85','\x04','\x01','\x0c','\x20','\x00','\x23','\xde','\x22','\x52','\x22','\x52','\xfb','\xde','\x48','\x00','\x49','\xfc','\x49','\x24','\x49','\xfc','\x91','\x24','\x51','\xfc','\x20','\x20','\x33','\xfe','\x48','\x20','\x48','\x20','\x80','\x20','\x00','\x40','\x7c','\x20','\x45','\xfc','\x44','\x88','\x7c','\x50','\x43','\xfe','\x7c','\x20','\xa5','\xfc','\x24','\x20','\x3c','\x20','\x02','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\xc0','\x3c','\x38','\x00','\x00','\xf9','\x3e','\xa9','\x2a','\xa9','\x2a','\xf9','\x3e','\xaf','\xaa','\xaa','\xaa','\xfa','\xbe','\x42','\x90','\x44','\x90','\xfa','\xbe','\x49','\x12','\x49','\x12','\x4a','\x92','\xac','\xaa','\x10','\x44','\x20','\x08','\x27','\xc8','\x25','\x48','\x25','\x48','\xf7','\xfe','\x55','\x54','\x55','\x54','\x57','\xd4','\x52','\x14','\x92','\x24','\x57','\xd4','\x22','\x48','\x22','\x48','\x52','\x54','\x55','\x54','\x88','\xa0','\x20','\x40','\x20','\x20','\x23','\xfe','\x22','\x02','\xf9','\xfc','\x49','\x48','\x4a','\x50','\x49','\xfc','\x4b','\x04','\x91','\xfc','\x51','\x04','\x21','\xfc','\x31','\x04','\x49','\xfc','\x48','\x88','\x81','\x04','\x10','\x40','\x10','\xf8','\x10','\x88','\x10','\xf8','\xfc','\x88','\x24','\xf8','\x24','\x00','\x25','\xfc','\x25','\x24','\x49','\xfc','\x29','\x24','\x11','\xfc','\x28','\x00','\x47','\xfe','\x84','\x88','\x01','\x08','\x21','\x08','\x21','\x08','\x27','\xce','\x21','\x12','\xf1','\x24','\x57','\xde','\x55','\x52','\x55','\x5e','\x57','\xd2','\x91','\x1e','\x53','\x92','\x25','\x5e','\x29','\x40','\x51','\x14','\x51','\x12','\x81','\x22','\x20','\x40','\x27','\xfc','\x20','\x00','\x23','\xb8','\xfa','\xa8','\x4b','\xb8','\x49','\x10','\x4f','\xfc','\x49','\x10','\x97','\xfc','\x51','\x10','\x27','\xfe','\x31','\x28','\x4b','\x10','\x4d','\x48','\x81','\x86','\x21','\x48','\x21','\x4c','\x22','\xaa','\x20','\x08','\xf7','\xfe','\x51','\x48','\x53','\x68','\x51','\x4a','\x53','\x6a','\x91','\x4c','\x53','\x6c','\x21','\x48','\x21','\x6a','\x53','\x9a','\x50','\x26','\x80','\x42','\x21','\xfc','\x20','\x20','\x23','\xfe','\x22','\x22','\xf9','\xac','\x48','\x20','\x49','\xac','\x48','\x00','\x48','\x9e','\x93','\xf2','\x50','\x9e','\x21','\xd2','\x32','\xbe','\x4c','\x92','\x48','\x9e','\x80','\x92','\x00','\x00','\x7f','\xf8','\x00','\x10','\x00','\x20','\x00','\x40','\x01','\x84','\x01','\x18','\x01','\x60','\x03','\x80','\x1d','\x00','\xe1','\x00','\x41','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\x00','\x3f','\xf0','\x08','\x10','\x08','\x20','\x08','\x3c','\x10','\x04','\x17','\xc4','\x20','\x54','\x40','\x88','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\xf8','\x7f','\x00','\x22','\x10','\x11','\x10','\x11','\x20','\x00','\x00','\x1f','\xe0','\x00','\x40','\x00','\x80','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x0f','\xe0','\x00','\x40','\x00','\x80','\xff','\xfe','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x10','\x00','\x10','\x00','\xfe','\xfc','\x22','\x44','\x64','\x28','\x18','\x10','\x24','\x28','\xc2','\xc6','\x00','\x00','\x3f','\xe0','\x00','\x80','\x01','\x00','\xff','\xfe','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\x20','\xfc','\x10','\x04','\x10','\x0b','\xfe','\x10','\x20','\x10','\x42','\x14','\x84','\x19','\xf8','\x30','\x10','\xd0','\x22','\x10','\xc4','\x13','\x08','\x10','\x10','\x10','\x28','\x50','\xc4','\x23','\x02','\x10','\x40','\x08','\x40','\xff','\x40','\x00','\x40','\x7e','\xf8','\x42','\x48','\x7e','\x48','\x01','\x48','\x7e','\xc8','\x04','\x48','\x08','\x68','\x0e','\x5a','\xf8','\x8a','\x08','\x8a','\x29','\x06','\x12','\x02','\x08','\x20','\x04','\x40','\x7f','\xfc','\x12','\x48','\x3c','\xf0','\x08','\x20','\x14','\x50','\x3e','\xf8','\x00','\x00','\x3f','\xe0','\x00','\x80','\x01','\x00','\xff','\xfe','\x01','\x00','\x05','\x00','\x02','\x00','\x20','\x0e','\xce','\xf0','\x8a','\x22','\xaa','\x92','\xaa','\x54','\xee','\x00','\xaa','\x7c','\xaa','\x08','\xaa','\x10','\xaa','\x10','\xee','\xfe','\xa8','\x10','\x28','\x10','\x48','\x10','\x48','\x50','\x88','\x20','\x0a','\x80','\x31','\x38','\x22','\x88','\x38','\x38','\x22','\x88','\x39','\x38','\x22','\x88','\x7f','\xfe','\x40','\x02','\xbf','\xe4','\x00','\x80','\x01','\x00','\xff','\xfe','\x01','\x00','\x05','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x04','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x0f','\xe0','\x00','\x40','\x00','\x80','\xff','\xfe','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\x00','\xfd','\xfc','\x04','\x20','\x0b','\xfe','\x12','\x22','\x11','\xac','\x14','\x20','\x19','\xac','\x30','\x00','\xd3','\xfe','\x10','\x20','\x11','\xfc','\x11','\x54','\x11','\x54','\x51','\x54','\x21','\x0c','\x02','\x00','\x01','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x08','\x00','\x08','\x08','\x08','\x30','\x09','\xc0','\x0e','\x00','\x08','\x00','\x08','\x04','\x08','\x04','\x08','\x04','\x07','\xfc','\x00','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xf8','\x21','\x00','\x21','\x00','\x3f','\xf0','\x20','\x10','\x20','\x10','\x20','\x10','\x3f','\xf0','\x21','\x00','\x21','\x00','\x3f','\xfc','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xf8','\x20','\x00','\x2f','\xf0','\x20','\x00','\x3f','\xfc','\x24','\x88','\x24','\x50','\x44','\x20','\x45','\x18','\x86','\x06','\x04','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x02','\x8f','\xe4','\x10','\x20','\x20','\x40','\x5f','\xf8','\x11','\x08','\x11','\x08','\x1f','\xf8','\x02','\x80','\x04','\xa0','\x08','\x92','\x10','\x82','\x60','\x7e','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x24','\x3e','\x38','\x00','\x20','\x00','\x20','\x7e','\xf8','\x14','\x08','\x14','\x50','\x14','\x20','\x14','\x54','\x24','\x84','\x24','\x04','\x43','\xfc','\x02','\x00','\x01','\x00','\x7f','\xfe','\x49','\x02','\x88','\x84','\x1f','\xfc','\x10','\x80','\x30','\x80','\x5f','\xf8','\x90','\x80','\x10','\x80','\x1f','\xf8','\x10','\x80','\x10','\x80','\x1f','\xfc','\x10','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x11','\x00','\x11','\xf8','\x29','\x00','\x47','\xfe','\x80','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x84','\x24','\x24','\x20','\x25','\xfc','\x3c','\x20','\x04','\x20','\x07','\xfe','\x7c','\x60','\x24','\xb0','\x25','\x28','\x26','\x26','\x44','\x20','\x84','\x20','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x85','\xfc','\x24','\x20','\x24','\xf8','\x3c','\x48','\x04','\x48','\x05','\xfe','\x7c','\x00','\x24','\xfc','\x24','\x84','\x24','\x84','\x44','\xfc','\x84','\x84','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x11','\x10','\xff','\xfe','\x22','\x10','\x3f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x01','\x00','\x7f','\xfe','\x40','\x02','\x84','\x04','\x24','\xfc','\x24','\x04','\x24','\x7c','\x3c','\x04','\x04','\xfc','\x04','\x00','\x7d','\xfe','\x25','\x02','\x24','\xfc','\x24','\x48','\x44','\x30','\x85','\xce','\x01','\x00','\x7f','\xfe','\x40','\x02','\x84','\x44','\x3f','\xf8','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x02','\x00','\x7f','\xfc','\x04','\x40','\x18','\x30','\xe0','\x0e','\x01','\x00','\x7f','\xfe','\x40','\x02','\xbc','\xfc','\x24','\x48','\x14','\x28','\x25','\x48','\x06','\xc0','\x18','\x30','\xe3','\x0e','\x0c','\x40','\x31','\x80','\x06','\x30','\x38','\xc0','\x07','\x00','\x38','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x82','\x04','\x1c','\xf0','\x10','\x10','\x1e','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x00','\x1f','\xfc','\x20','\x04','\x49','\x24','\x24','\x94','\x24','\x94','\x40','\x08','\x01','\x00','\x7f','\xfe','\x40','\x02','\xbf','\xfc','\x24','\x48','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x05','\x08','\x18','\x90','\xea','\x60','\x0c','\x1c','\x01','\x00','\x7f','\xfe','\x40','\x82','\xbe','\xfc','\x09','\x20','\x3e','\xfc','\x08','\x20','\x7e','\xa4','\x00','\xfc','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x01','\x00','\x7f','\xfe','\x40','\x82','\xbe','\xfc','\x09','\x24','\x3e','\xa8','\x09','\x24','\x7e','\xa0','\x00','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x08','\x08','\x08','\x08','\xff','\x08','\x08','\x08','\x08','\xfe','\x7f','\x08','\x41','\x48','\x41','\x28','\x7f','\x28','\x14','\x08','\x14','\x08','\x14','\x28','\x24','\x12','\x24','\x02','\x43','\xfe','\x80','\x00','\x04','\x40','\x24','\x7c','\x24','\xc4','\x25','\x28','\x24','\x90','\x3c','\xa0','\x04','\x48','\x05','\x88','\xfc','\x08','\x25','\xfe','\x24','\x08','\x24','\x88','\x24','\x48','\x44','\x08','\x84','\x28','\x04','\x10','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x04','\xff','\xfe','\x00','\x22','\xff','\xfe','\x08','\x20','\x04','\x20','\x04','\xa0','\x00','\x40','\x14','\x08','\x14','\x08','\x55','\x08','\x36','\x08','\x14','\x7e','\xff','\x08','\x00','\x08','\x22','\x48','\x14','\x28','\x7f','\x28','\x08','\x08','\x3e','\x08','\x08','\x08','\x0f','\x08','\x78','\x28','\x20','\x10','\x08','\x00','\x08','\x00','\x08','\x00','\x1f','\xfc','\x10','\x00','\x21','\x00','\x41','\x00','\x81','\x00','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x04','\x41','\x02','\x81','\x02','\x05','\x00','\x02','\x00','\x22','\x10','\x22','\x10','\xff','\x10','\x22','\x10','\x3e','\x54','\x22','\x52','\x3e','\x52','\x22','\x90','\x22','\x10','\xff','\x14','\x40','\x04','\x54','\x08','\x62','\x08','\x40','\x10','\x7e','\x20','\x00','\xc0','\x04','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\xff','\xfe','\x04','\x80','\x04','\x80','\x04','\x80','\x04','\x80','\x08','\x80','\x08','\x80','\x10','\x82','\x10','\x82','\x20','\x82','\x40','\x7e','\x80','\x00','\x04','\x20','\x04','\x10','\x04','\x10','\x04','\x00','\xff','\xfe','\x04','\x90','\x04','\xa0','\x04','\xc8','\x04','\x90','\x08','\xa4','\x08','\xc8','\x10','\x92','\x10','\xe2','\x21','\x82','\x4e','\x7e','\x80','\x00','\x00','\x00','\x1f','\xf8','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x3f','\xf0','\x04','\x10','\x04','\x10','\xff','\xfe','\x04','\x10','\x04','\x10','\x3f','\xf0','\x04','\x10','\x04','\x00','\x08','\x00','\x08','\x00','\x10','\x00','\x20','\x00','\x40','\x00','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x00','\x28','\x40','\x28','\x40','\x28','\x44','\x2f','\x48','\x28','\x50','\x28','\x60','\x48','\x44','\x49','\x44','\x8a','\x44','\x0c','\x3c','\x00','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x00','\x20','\x80','\x28','\x84','\x2b','\xe4','\x28','\x84','\x28','\x84','\x2f','\xf4','\x28','\x04','\x48','\x04','\x4f','\xfc','\x80','\x04','\x00','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x80','\x24','\x90','\x22','\xa0','\x20','\x80','\x3f','\xfc','\x21','\xc0','\x22','\xa0','\x24','\x90','\x48','\x88','\x50','\x86','\x80','\x80','\x00','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x00','\x27','\xfc','\x24','\x04','\x27','\xfc','\x24','\x04','\x27','\xfc','\x24','\x04','\x27','\xfc','\x41','\x10','\x42','\x08','\x84','\x04','\x00','\x00','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x20','\x20','\x24','\x20','\x29','\xfe','\x30','\x20','\x22','\x20','\x25','\xfc','\x2c','\x84','\x34','\x88','\x44','\x50','\x44','\x20','\x84','\xd8','\x07','\x06','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x24','\x10','\x22','\x20','\x2f','\xf8','\x22','\x20','\x22','\x20','\x3f','\xfc','\x22','\x20','\x42','\x20','\x44','\x20','\x84','\x20','\x08','\x20','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x20','\x00','\x23','\xf0','\x20','\x20','\x3f','\xfe','\x20','\x40','\x20','\xc0','\x2f','\xbe','\x21','\x04','\x23','\x88','\x5e','\x7e','\x42','\x08','\x8a','\x28','\x04','\x10','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x24','\x90','\x22','\xa0','\x24','\x90','\x2f','\xf8','\x29','\x48','\x2f','\xfc','\x24','\x84','\x2f','\xf4','\x34','\x94','\x47','\xf4','\x40','\x94','\x8f','\xf4','\x00','\x08','\x01','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x08','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x49','\x20','\x49','\x20','\x49','\x20','\x49','\x20','\x49','\x20','\x49','\x20','\x49','\x20','\x4f','\x22','\x79','\x22','\x00','\x22','\x00','\x1e','\x00','\x00','\x01','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\x7f','\xf8','\x04','\x08','\x04','\x08','\x08','\x08','\x08','\x08','\x10','\x08','\x20','\x50','\xc0','\x20','\x10','\x40','\x10','\x40','\x10','\x80','\x10','\xfe','\x55','\x00','\x56','\x00','\x54','\xfc','\x54','\x08','\x54','\x10','\x54','\x20','\x54','\x40','\x5c','\x80','\x65','\x02','\x01','\x02','\x00','\xfe','\x00','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x3f','\xf0','\x08','\x20','\x08','\x40','\x0c','\xf8','\x0a','\x08','\x11','\x10','\x10','\xa0','\x20','\x40','\x20','\xa0','\x43','\x18','\x8c','\x06','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x02','\x80','\x04','\x40','\x0a','\x20','\x31','\x18','\xc1','\x06','\x1f','\xe0','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x04','\x40','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc4','\x26','\x04','\x20','\x08','\x20','\x10','\xa0','\x60','\x40','\x01','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x08','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x00','\x02','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x55','\xfc','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\xfc','\x55','\x24','\x5d','\x24','\x65','\x24','\x01','\x24','\x01','\xfc','\x01','\x04','\x10','\x04','\x10','\x1e','\x11','\xf0','\x11','\x10','\x55','\x10','\x55','\x10','\x55','\x10','\x55','\xfe','\x55','\x10','\x55','\x10','\x55','\x10','\x5d','\x08','\x65','\x0a','\x01','\x4a','\x01','\xa6','\x01','\x12','\x10','\x20','\x10','\x20','\x10','\x40','\x11','\xfc','\x55','\x04','\x55','\x04','\x55','\x04','\x55','\x04','\x55','\xfc','\x55','\x04','\x55','\x04','\x5d','\x04','\x65','\x04','\x01','\x04','\x01','\xfc','\x01','\x04','\x10','\x00','\x11','\xfc','\x10','\x20','\x10','\x20','\x55','\x24','\x54','\xa4','\x54','\xa8','\x54','\x20','\x57','\xfe','\x54','\x20','\x54','\x20','\x5c','\x20','\x64','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x55','\x04','\x55','\xfc','\x55','\x20','\x55','\x20','\x55','\xfe','\x55','\x20','\x55','\x20','\x5d','\x10','\x65','\x12','\x01','\x4a','\x01','\x86','\x01','\x02','\x10','\x20','\x10','\x20','\x10','\x40','\x10','\x88','\x55','\x04','\x57','\xfe','\x54','\x02','\x54','\x88','\x54','\x88','\x57','\xfe','\x54','\x88','\x5c','\x88','\x65','\x08','\x01','\x08','\x02','\x08','\x04','\x08','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x54','\x3e','\x54','\x20','\x54','\x20','\x54','\x20','\x55','\xfc','\x55','\x04','\x55','\x04','\x5d','\x04','\x65','\x04','\x01','\x04','\x01','\xfc','\x01','\x04','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x02','\x80','\x0c','\x60','\x30','\x18','\xcf','\xe6','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\xfc','\x54','\x20','\x54','\x20','\x57','\xfe','\x54','\x08','\x54','\x08','\x55','\xfe','\x54','\x08','\x5c','\x88','\x64','\x48','\x00','\x08','\x00','\x28','\x00','\x10','\x01','\x00','\x41','\x04','\x7f','\xfc','\x00','\x00','\x06','\x40','\x38','\x50','\x08','\x48','\xff','\xfe','\x08','\x40','\x08','\x40','\x0e','\x24','\x78','\x28','\x08','\x12','\x08','\x2a','\x28','\xc6','\x13','\x02','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x54','\x20','\x54','\x20','\x55','\x24','\x55','\x24','\x55','\x24','\x56','\xaa','\x54','\x20','\x5c','\x50','\x64','\x50','\x00','\x88','\x01','\x04','\x02','\x02','\x10','\x00','\x13','\xfe','\x10','\x20','\x10','\x20','\x55','\xfc','\x55','\x24','\x55','\x24','\x55','\xfc','\x55','\x24','\x55','\x24','\x55','\xfc','\x5d','\x20','\x64','\xa0','\x00','\x40','\x00','\xb0','\x03','\x0e','\x10','\x20','\x11','\x24','\x10','\xa4','\x10','\xa8','\x54','\x20','\x55','\xfc','\x55','\x04','\x55','\x04','\x55','\xfc','\x55','\x04','\x55','\x04','\x5d','\xfc','\x65','\x04','\x01','\x04','\x01','\x14','\x01','\x08','\x01','\x00','\x41','\x04','\x7f','\xfc','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x49','\x24','\x84','\x94','\x00','\x08','\x10','\x00','\x10','\x50','\x10','\x48','\x10','\x84','\x55','\x24','\x54','\x20','\x54','\x50','\x54','\x88','\x55','\x06','\x56','\xf8','\x54','\x88','\x5c','\x88','\x64','\x88','\x00','\x88','\x00','\xf8','\x00','\x88','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x7f','\xfc','\x11','\x10','\x11','\x10','\xff','\xfe','\x11','\x10','\x11','\x10','\x7f','\xfc','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x10','\x00','\x11','\xfe','\x11','\x10','\x11','\x10','\x55','\x7c','\x55','\x10','\x55','\x10','\x55','\xfe','\x55','\x00','\x55','\x10','\x55','\x10','\x5d','\x7c','\x65','\x10','\x02','\x10','\x02','\xfe','\x04','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x7f','\xfc','\x48','\x24','\x44','\x44','\x5f','\xf4','\x41','\x04','\x49','\x24','\x49','\x24','\x49','\x24','\x4f','\xe4','\x40','\x14','\x40','\x08','\x01','\x00','\x41','\x04','\x7f','\xfc','\x02','\x00','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x10','\x1f','\x90','\x10','\x90','\x10','\x90','\x1f','\x90','\x00','\x50','\x00','\x20','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x02','\x80','\x0c','\x60','\x30','\x18','\xcf','\xe6','\x01','\x00','\x01','\x00','\x3f','\xf8','\x11','\x10','\x09','\x20','\xff','\xfe','\x00','\x00','\x20','\x00','\x23','\xfe','\x22','\x02','\x22','\x02','\xab','\xfe','\xaa','\x10','\xaa','\x92','\xaa','\x92','\xaa','\x92','\xaa','\xfe','\xaa','\x10','\xba','\x92','\xca','\x92','\x04','\x92','\x04','\xfe','\x08','\x02','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x1f','\xf8','\x10','\x08','\x1f','\xf8','\x10','\x08','\x1f','\xf8','\x20','\x80','\x20','\x8c','\x3e','\xf0','\x20','\x82','\x26','\x82','\x38','\x7e','\x01','\x00','\x41','\x04','\x7f','\xfc','\x09','\x00','\x08','\x80','\x1f','\xfc','\x10','\x80','\x30','\x80','\x5f','\xf8','\x90','\x80','\x10','\x80','\x1f','\xf8','\x10','\x80','\x10','\x80','\x1f','\xfc','\x10','\x00','\x10','\x1e','\x13','\xe0','\x11','\x22','\x10','\x94','\x54','\x00','\x55','\xfc','\x54','\x24','\x54','\x24','\x57','\xfe','\x54','\x24','\x54','\x24','\x5d','\xfc','\x64','\x24','\x00','\x20','\x00','\xa0','\x00','\x40','\x20','\x20','\x20','\x20','\x21','\xfc','\x20','\x20','\xa8','\x20','\xab','\xfe','\xa8','\x88','\xa9','\x44','\xaa','\x42','\xa8','\xf8','\xa9','\x88','\xba','\x50','\xc8','\x20','\x00','\x50','\x01','\x88','\x06','\x06','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x02','\x80','\x0c','\x60','\x37','\xd8','\xc0','\x06','\x3f','\xf8','\x24','\x88','\x24','\x88','\x3f','\xf8','\x24','\x88','\x24','\x88','\x24','\xa8','\x20','\x10','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\x55','\x04','\x56','\xfa','\x54','\x00','\x55','\xfc','\x55','\x54','\x55','\x54','\x55','\xfc','\x5d','\x54','\x65','\x54','\x01','\x54','\x01','\x04','\x01','\x0c','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x20','\x22','\x20','\x22','\x3e','\xff','\x42','\x22','\x94','\x22','\x10','\x3e','\x10','\x22','\x10','\x22','\x28','\x3e','\x28','\x22','\x44','\x00','\x82','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7c','\x7c','\x44','\x44','\x44','\x44','\x7d','\x7c','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x08','\x21','\xfc','\x21','\x24','\x21','\x24','\x21','\xfc','\xa9','\x24','\xa9','\x24','\xa9','\xfc','\xa8','\x20','\xa8','\x20','\xab','\xfe','\xaa','\x22','\xba','\x2a','\xca','\xfa','\x02','\x0a','\x02','\x02','\x02','\x06','\x10','\x00','\x11','\xfe','\x11','\x12','\x11','\x12','\x55','\xfe','\x55','\x00','\x55','\x7e','\x55','\x42','\x55','\x42','\x55','\x7e','\x55','\x42','\x5d','\x7e','\x62','\x42','\x02','\x42','\x04','\x7e','\x08','\x42','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x02','\x00','\x04','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x02','\x90','\x04','\xa8','\x08','\xfa','\x30','\x8a','\xc0','\x7e','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x08','\x00','\x37','\xf0','\xc0','\x80','\x1f','\xfc','\x00','\x00','\x20','\x00','\x23','\xde','\x20','\x42','\x20','\x42','\xab','\xde','\xaa','\x10','\xaa','\x10','\xab','\xde','\xa8','\x42','\xaa','\x52','\xa9','\x4a','\xb9','\x4a','\xca','\x52','\x00','\x42','\x02','\x94','\x01','\x08','\x20','\x00','\x23','\xfe','\x22','\x00','\x22','\x7c','\xaa','\x44','\xaa','\x44','\xaa','\x7c','\xaa','\x00','\xaa','\xee','\xaa','\xaa','\xaa','\xaa','\xba','\xaa','\xca','\xee','\x02','\x00','\x03','\xfe','\x00','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x08','\x06','\x7f','\x78','\x08','\x40','\x7f','\x40','\x49','\x7e','\x7f','\x48','\x49','\x48','\x7f','\x48','\x08','\x48','\x7f','\x48','\x08','\x88','\x09','\x08','\x10','\x20','\x11','\xfc','\x10','\x88','\x10','\x50','\x57','\xfe','\x54','\x00','\x55','\xfc','\x55','\x04','\x55','\xfc','\x55','\x04','\x55','\xfc','\x5c','\x20','\x67','\xfe','\x00','\x20','\x00','\x20','\x00','\x20','\x20','\x20','\x20','\x20','\x21','\xfc','\x20','\x20','\xab','\xfe','\xa9','\x08','\xab','\x9c','\xa9','\x08','\xa9','\x88','\xae','\x3e','\xa8','\x00','\xbb','\xfe','\xc8','\x90','\x00','\x90','\x01','\x12','\x02','\x0e','\x20','\x20','\x27','\xa4','\x20','\xa8','\x22','\x92','\xa9','\x14','\xaa','\x08','\xad','\xf4','\xa8','\x02','\xab','\xf8','\xaa','\x08','\xaa','\x08','\xbb','\xf8','\xca','\x08','\x01','\x10','\x0f','\xfe','\x00','\x00','\x21','\x04','\x20','\x88','\x23','\xfe','\x20','\x20','\xa9','\xfc','\xa8','\x20','\xab','\xfe','\xa8','\x54','\xa9','\x92','\xa8','\x90','\xab','\xfe','\xb8','\x90','\xc8','\xd4','\x03','\x8a','\x00','\x96','\x01','\xa2','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\x55','\x04','\x56','\xfa','\x54','\x00','\x54','\x00','\x55','\xdc','\x55','\x54','\x55','\x54','\x5d','\xdc','\x64','\x88','\x00','\x88','\x01','\x54','\x02','\x22','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x10','\x52','\x18','\x2f','\x94','\x50','\x14','\x97','\x7e','\x10','\x10','\x37','\x28','\x50','\x28','\x97','\x28','\x15','\x44','\x57','\x44','\x20','\x82','\x01','\x00','\x41','\x04','\x7f','\xfc','\x01','\x00','\x79','\xf0','\x4a','\x90','\x50','\x60','\x61','\x98','\x56','\x06','\x49','\xf0','\x4a','\x40','\x6b','\xf8','\x54','\x40','\x43','\xf8','\x40','\x40','\x47','\xfc','\x01','\x00','\x41','\x04','\x7f','\xfc','\x00','\x00','\x24','\x7c','\x3a','\x04','\x22','\x28','\x1e','\x10','\x20','\xfe','\x3e','\x12','\x48','\x50','\x08','\x5e','\x7f','\x50','\x14','\xb0','\x22','\x9e','\x41','\x00','\x21','\x40','\x22','\x4c','\x22','\x64','\x22','\x44','\xab','\x4c','\xaa','\x64','\xaa','\xa4','\xab','\xac','\xaa','\xa4','\xaa','\xa4','\xaf','\xfe','\xb8','\x00','\xc9','\x10','\x01','\x08','\x02','\x04','\x04','\x04','\x21','\xf0','\x22','\x10','\x27','\xfc','\x22','\x04','\xab','\xfc','\xaa','\x24','\xab','\xb8','\xaa','\x22','\xa9','\xfe','\xaa','\x10','\xaf','\xfc','\xba','\x44','\xcb','\xfc','\x00','\xd0','\x01','\x4a','\x06','\x3e','\x01','\x00','\x41','\x04','\x7f','\xfc','\x0c','\x20','\x70','\x40','\x11','\xfc','\xfd','\x24','\x39','\xfc','\x55','\x24','\x93','\xfc','\xfc','\x24','\x24','\x5a','\x68','\x5e','\x10','\x90','\x29','\x12','\xc6','\x0e','\x01','\x00','\x41','\x04','\x7f','\xfc','\x22','\x00','\x3c','\xfe','\x21','\x10','\x1f','\x7c','\x52','\x44','\x5e','\x7c','\x52','\x44','\x5e','\x7c','\x52','\x44','\x7f','\x7c','\x00','\x28','\x24','\x44','\x42','\x82','\x21','\x04','\x47','\xc8','\x88','\x12','\xf3','\xbc','\x20','\x08','\x4b','\x92','\xf8','\x3e','\x03','\x80','\xaa','\xaa','\xab','\xaa','\x01','\x00','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x08','\x01','\x00','\x41','\x04','\x7f','\xfc','\x00','\x00','\x1e','\x78','\x12','\x48','\x3f','\xfc','\x20','\x20','\x2e','\x20','\x22','\x3c','\x3f','\xc8','\x29','\x28','\x2f','\x28','\x49','\x90','\x5f','\x28','\x81','\x44','\x00','\x00','\x00','\x00','\x08','\x88','\x08','\x88','\x08','\x88','\x11','\x10','\x11','\x10','\x22','\x20','\x22','\x20','\x11','\x10','\x11','\x10','\x08','\x88','\x08','\x88','\x08','\x88','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x11','\x10','\x11','\x10','\x11','\x10','\x29','\x28','\x29','\x28','\x45','\x44','\x85','\x84','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x3f','\xf0','\x00','\x10','\x00','\x10','\x00','\x10','\x20','\x10','\x20','\x10','\x3f','\xf0','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x04','\x20','\x04','\x20','\x04','\x1f','\xfc','\x00','\x00','\x00','\x7c','\x3f','\x80','\x20','\x00','\x20','\x00','\x3f','\xfe','\x20','\x00','\x20','\x00','\x2f','\xf8','\x28','\x88','\x28','\x88','\x28','\x88','\x2f','\xf8','\x28','\x08','\x48','\x02','\x48','\x02','\x87','\xfe','\x00','\x78','\x3f','\x80','\x20','\x80','\x20','\x80','\x3f','\xfc','\x20','\x40','\x28','\x22','\x31','\x1a','\x21','\x06','\x1f','\xf0','\x11','\x10','\x11','\x10','\x11','\x50','\x11','\x20','\x01','\x00','\x01','\x00','\x00','\x00','\x1f','\xf0','\x00','\x10','\x0f','\xf0','\x00','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x41','\x02','\x81','\x04','\x1f','\xf0','\x11','\x10','\x11','\x10','\x11','\x50','\x11','\x20','\x01','\x00','\x10','\x20','\x10','\x20','\x11','\x20','\x7d','\x20','\x55','\xfc','\x55','\x20','\x56','\x20','\x54','\x20','\x57','\xfe','\x54','\x20','\x54','\x50','\x5c','\x50','\x10','\x88','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x00','\x10','\x00','\xfe','\xfc','\x22','\x44','\x64','\x28','\x18','\x10','\x24','\x28','\xc3','\x46','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x01','\x00','\x01','\x00','\x14','\x50','\x14','\x50','\x7f','\xfc','\x14','\x50','\x24','\x52','\x47','\xce','\x80','\x00','\x7f','\xfc','\x41','\x04','\x1f','\xf0','\x11','\x10','\x11','\x10','\x11','\x50','\x11','\x20','\x01','\x00','\x01','\x00','\x10','\x50','\x10','\x48','\x10','\x80','\x7c','\xfe','\x55','\x90','\x56','\x90','\x54','\xfc','\x54','\x90','\x54','\x90','\x54','\xfc','\x54','\x90','\x5c','\x90','\x10','\x90','\x10','\xfe','\x10','\x80','\x10','\x80','\x20','\x00','\x23','\xfc','\x22','\x04','\xfa','\x04','\xab','\xfc','\xaa','\x00','\xab','\xfc','\xaa','\x40','\xaa','\x88','\xab','\xfc','\xaa','\x24','\xba','\x20','\x25','\xfc','\x24','\x20','\x28','\x20','\x33','\xfe','\x10','\x40','\x10','\x40','\x11','\xfc','\x7c','\x84','\x57','\xfe','\x54','\x00','\x55','\xfc','\x55','\x04','\x55','\xfc','\x54','\x20','\x57','\xfe','\x5c','\x20','\x12','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x3e','\x7c','\x20','\x54','\x20','\x55','\xfc','\x55','\x04','\x55','\xfc','\x55','\x04','\x55','\xfc','\x55','\x04','\x5d','\xfc','\x10','\x00','\x10','\x88','\x11','\x04','\x12','\x02','\x20','\x00','\x23','\xfe','\x22','\x02','\xf8','\x00','\xa9','\xfc','\xa9','\x04','\xa9','\xfc','\xa9','\x04','\xa9','\xfc','\xa8','\x40','\xa8','\x20','\xbb','\xfe','\x20','\x00','\x20','\x88','\x21','\x04','\x22','\x02','\x20','\x00','\x23','\xfe','\x22','\x1a','\xfa','\x16','\xab','\xfe','\xaa','\x12','\xaa','\xea','\xaa','\xaa','\xaa','\xaa','\xaa','\xea','\xaa','\x0e','\xba','\x6a','\x23','\x9a','\x22','\x26','\x23','\xfe','\x22','\x02','\x20','\x00','\x21','\xf8','\x21','\x08','\xf9','\xf8','\xa9','\x08','\xa9','\xf8','\xa8','\x00','\xab','\xfc','\xaa','\x94','\xab','\xfc','\xa8','\x00','\xb9','\xf8','\x20','\x90','\x20','\x60','\x21','\x98','\x26','\x06','\x21','\x10','\x20','\x94','\x23','\xd2','\xf8','\x12','\xaa','\x50','\xa9','\x90','\xaf','\xfe','\xa8','\x10','\xab','\xd2','\xaa','\x52','\xaa','\x54','\xbb','\xd4','\x22','\x4a','\x22','\x4a','\x23','\xd6','\x20','\x22','\x10','\x20','\x11','\xfc','\x10','\x88','\x7c','\x50','\x57','\xfe','\x54','\x00','\x55','\xfc','\x55','\x24','\x55','\xfc','\x55','\x24','\x55','\xfc','\x5c','\x20','\x11','\xfc','\x10','\x20','\x13','\xfe','\x10','\x00','\x08','\x20','\x49','\x20','\x2a','\x3e','\x7f','\x48','\x41','\xa8','\x5d','\x28','\x55','\x10','\x5d','\x28','\x42','\x46','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x01','\x00','\x08','\x08','\x08','\x08','\x7e','\x08','\x08','\xfe','\xfe','\x08','\x08','\x48','\x7e','\x28','\x08','\x08','\x0f','\x28','\xf1','\x10','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x28','\x21','\x10','\x01','\x00','\x00','\x00','\x7c','\x7c','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\xfe','\xfe','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x20','\x10','\x20','\x10','\x40','\x10','\x80','\x10','\x10','\x10','\x08','\x10','\x08','\x20','\x00','\x00','\x7f','\xfc','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x02','\x00','\x02','\x00','\x04','\x00','\x08','\x10','\x10','\x10','\x20','\x20','\x7f','\xc0','\x20','\x80','\x01','\x00','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x10','\x08','\x00','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x10','\x22','\x10','\x2f','\xbc','\x23','\x18','\x26','\xb4','\x2a','\x52','\x21','\x00','\x22','\x10','\x27','\xe0','\x40','\xc0','\x43','\x08','\x8f','\xfc','\x00','\x04','\x01','\x00','\x00','\x80','\x00','\x80','\x3f','\xfc','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x24','\x10','\x22','\x20','\x3f','\xfc','\x20','\x80','\x20','\x80','\x2f','\xf8','\x20','\x80','\x20','\x80','\x3f','\xfe','\x20','\x80','\x40','\x80','\x40','\x80','\x80','\x80','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2f','\x84','\x28','\x84','\x28','\xa4','\x2f','\xa4','\x28','\xa4','\x2f','\xa4','\x28','\xa4','\x2f','\xa4','\x40','\x24','\x49','\x04','\x88','\x94','\x10','\x88','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x22','\x00','\x22','\x7c','\x3f','\x44','\x22','\x44','\x26','\x7c','\x27','\x44','\x2a','\xc4','\x2a','\xfc','\x52','\x44','\x62','\x44','\x82','\x7c','\x02','\x44','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2f','\xfc','\x20','\x80','\x27','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x27','\xf8','\x22','\x00','\x27','\xf8','\x4a','\x08','\x41','\xf0','\x9e','\x0e','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2f','\x7e','\x29','\x10','\x29','\x10','\x2f','\x50','\x29','\x50','\x29','\x7e','\x2f','\x10','\x28','\x28','\x2a','\x28','\x49','\x28','\x4b','\x4a','\x8d','\x4a','\x08','\x86','\x01','\x00','\x00','\x80','\x3f','\xfe','\x24','\x00','\x2f','\xbc','\x28','\xa4','\x2f','\xa4','\x28','\xc2','\x2f','\x80','\x20','\x7e','\x29','\x22','\x2a','\x22','\x2c','\x94','\x48','\x88','\x47','\x94','\x80','\x62','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2f','\x7c','\x29','\x24','\x25','\x14','\x29','\xa4','\x21','\x60','\x26','\x18','\x38','\x86','\x23','\x20','\x2c','\x40','\x41','\x88','\x4e','\x30','\x81','\xc0','\x0e','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x20','\x2f','\xf8','\x22','\x20','\x3f','\xfc','\x20','\x80','\x2f','\xf8','\x28','\x88','\x2f','\xf8','\x28','\x88','\x4f','\xf8','\x42','\x20','\x84','\x10','\x08','\x08','\x00','\x80','\x3f','\xfe','\x29','\x00','\x29','\x0c','\x3f','\xb0','\x29','\x20','\x29','\x20','\x2f','\x3e','\x29','\x28','\x2f','\x28','\x29','\x28','\x29','\x28','\x5f','\xa8','\x40','\x48','\x8a','\x88','\x11','\x08','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x04','\x3f','\xc4','\x22','\x04','\x2f','\xbe','\x20','\x04','\x2f','\xa4','\x28','\x94','\x2f','\x94','\x28','\x84','\x45','\x04','\x43','\x84','\x9c','\x14','\x08','\x08','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2f','\xf8','\x28','\x88','\x2f','\xf8','\x28','\x88','\x2f','\xf8','\x20','\x80','\x2f','\xf8','\x20','\x80','\x3f','\xfe','\x48','\x88','\x53','\xe4','\x80','\x80','\x3f','\xfe','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x40','\x2f','\x50','\x21','\x24','\x2a','\x18','\x24','\x08','\x3b','\x76','\x21','\x50','\x2f','\x8c','\x28','\x78','\x2f','\x48','\x41','\x30','\x45','\x48','\x82','\x84','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x00','\x24','\x00','\x2f','\xfc','\x35','\x50','\x25','\x50','\x2f','\xfc','\x25','\x50','\x25','\x50','\x3f','\xfe','\x40','\x00','\x4a','\x48','\x89','\x24','\x11','\x24','\x00','\x80','\x3f','\xfe','\x24','\x00','\x2f','\x3c','\x31','\x14','\x22','\x24','\x2f','\xcc','\x2a','\x80','\x2f','\xa8','\x2a','\xbe','\x2f','\xc8','\x2a','\x88','\x4a','\xbe','\x4a','\x88','\x88','\x88','\x11','\x88','\x00','\x80','\x3f','\xfe','\x20','\x40','\x2f','\xfe','\x20','\x00','\x27','\xfc','\x24','\x04','\x25','\xf4','\x25','\x14','\x27','\xfc','\x20','\x08','\x23','\xf0','\x40','\x40','\x4f','\xfe','\x81','\x50','\x0e','\x4e','\x00','\x80','\x3f','\xfe','\x20','\x40','\x20','\x7c','\x20','\x40','\x27','\xfe','\x24','\x42','\x25','\xf8','\x24','\x44','\x24','\xfc','\x24','\xa8','\x24','\xf8','\x44','\xa8','\x49','\xfc','\x89','\x54','\x13','\xfe','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2a','\xa8','\x35','\x24','\x2a','\xbe','\x2f','\x68','\x29','\x68','\x2f','\xbe','\x20','\x28','\x2f','\xa8','\x2a','\xbe','\x4f','\xa8','\x48','\x28','\x88','\xbe','\x07','\xa0','\x00','\x80','\x7f','\xfe','\x40','\x10','\x7f','\x10','\x52','\xfe','\x5e','\x10','\x52','\xfe','\x5e','\xaa','\x52','\xaa','\x7e','\xfe','\x42','\x00','\x7e','\xfe','\x4a','\x24','\x5e','\x12','\x4a','\xa4','\xbe','\x9c','\x00','\x80','\x7f','\xfe','\x40','\x20','\x7e','\x20','\x55','\xfe','\x54','\x20','\x5d','\xfc','\x55','\x54','\x55','\x54','\x5d','\xfc','\x54','\x20','\x56','\x10','\x5c','\x54','\x75','\x42','\x45','\x4a','\x86','\x38','\x00','\x00','\x00','\x00','\xf8','\x00','\x08','\x00','\x10','\x00','\x10','\x00','\x20','\x00','\x78','\x00','\x08','\x00','\x08','\x00','\x48','\x00','\x30','\x00','\x10','\x00','\x2c','\x00','\x43','\xfe','\x80','\x00','\x00','\x20','\x00','\x20','\xf8','\x20','\x09','\xfc','\x11','\x24','\x11','\x24','\x21','\x24','\x79','\xfc','\x09','\x24','\x09','\x24','\x49','\x24','\x31','\xfc','\x10','\x00','\x2c','\x00','\x43','\xfe','\x80','\x00','\x00','\x00','\x00','\x00','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x01','\x00','\x00','\x80','\x3f','\xfc','\x02','\x00','\x04','\x20','\x08','\x10','\x1f','\xf8','\x00','\x08','\x04','\x20','\x04','\x20','\x7f','\xfe','\x04','\x20','\x04','\x20','\x08','\x20','\x10','\x20','\x20','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x3d','\xfc','\x04','\x20','\xfc','\x20','\x24','\x20','\x24','\xf8','\x44','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x08','\x00','\x0f','\xe0','\x10','\x20','\x1f','\xc0','\x00','\x40','\xff','\xfe','\x92','\x24','\x54','\x78','\xfe','\x12','\x38','\xfe','\x54','\x54','\x92','\x92','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x08','\x00','\x0f','\xf0','\x10','\x10','\x1f','\xe0','\x00','\x20','\xff','\xfe','\x92','\x48','\x54','\x84','\xff','\x7a','\x38','\x28','\x54','\x48','\x92','\x98','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x02','\x20','\x02','\x10','\x02','\x10','\x02','\x00','\x02','\xfe','\xff','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x01','\x00','\x01','\x00','\x00','\x80','\x00','\x42','\x00','\x22','\x00','\x1a','\x00','\x06','\x00','\x14','\x44','\x12','\x28','\x10','\x13','\xfe','\x28','\x10','\x44','\x10','\x10','\x10','\x11','\xf0','\xfc','\x90','\x10','\x90','\x58','\x90','\x54','\x88','\x94','\xea','\x13','\x8a','\x51','\x06','\x20','\x02','\x00','\x00','\x3f','\xf8','\x00','\x08','\x00','\x08','\x1f','\xf8','\x10','\x00','\x20','\x00','\x3f','\xfc','\x00','\x04','\x00','\x04','\x00','\x04','\x00','\x28','\x00','\x10','\x00','\x00','\xff','\xfe','\x00','\x00','\x08','\x00','\x7f','\x7c','\x11','\x44','\x32','\x28','\x0c','\x10','\x12','\x28','\x61','\x46','\x00','\x00','\x3f','\xf0','\x00','\x10','\x3f','\xf0','\x20','\x00','\x3f','\xf8','\x00','\x08','\x00','\x50','\x00','\x20','\x00','\x00','\xfb','\xfe','\x09','\x08','\x09','\x08','\x09','\x08','\x79','\xf8','\x41','\x08','\x41','\x08','\x41','\xf8','\x79','\x08','\x09','\x08','\x09','\x1e','\x0b','\xe8','\x08','\x08','\x50','\x08','\x20','\x08','\x00','\x00','\xfb','\xde','\x0a','\x52','\x0a','\x52','\x0a','\x52','\x7b','\xde','\x42','\x52','\x42','\x52','\x42','\x52','\x7b','\xde','\x0a','\x52','\x0a','\x52','\x0a','\x52','\x0a','\x52','\x55','\x52','\x28','\xa6','\x00','\x00','\xfb','\xfe','\x08','\x08','\x09','\xe8','\x09','\x28','\x79','\xe8','\x40','\x00','\x43','\xfe','\x40','\x08','\x79','\xe8','\x09','\x28','\x09','\x28','\x09','\xe8','\x08','\x08','\x50','\x28','\x20','\x10','\x00','\x00','\xfb','\xde','\x0a','\x52','\x0a','\x52','\x0b','\xde','\x78','\x00','\x41','\xfc','\x41','\x24','\x41','\xfc','\x79','\x24','\x09','\xfc','\x08','\x20','\x0b','\xfe','\x08','\x20','\x50','\x20','\x20','\x20','\x00','\x00','\xf7','\xfc','\x12','\x48','\x14','\x44','\x1f','\xfe','\xf4','\x44','\x86','\xec','\x85','\x54','\x86','\xec','\xf4','\x44','\x16','\xec','\x15','\x54','\x16','\xec','\x14','\x44','\xa4','\x54','\x44','\x08','\x21','\x08','\x4f','\xd2','\xf0','\x3c','\x23','\x88','\x48','\x12','\xfb','\xbe','\x02','\x80','\xab','\xaa','\x00','\x00','\x3f','\xf0','\x00','\x10','\x3f','\xf0','\x20','\x00','\x3f','\xf8','\x00','\x08','\x00','\x70','\x02','\x00','\x01','\x00','\xff','\xfe','\x04','\x40','\x14','\x50','\x24','\x48','\x44','\x44','\x00','\x00','\x3f','\xf0','\x00','\x10','\x3f','\xf0','\x20','\x00','\x3f','\xf8','\x00','\x08','\x00','\x50','\x00','\x20','\x04','\x00','\x04','\x00','\x04','\x00','\x08','\x00','\x0f','\xf0','\x08','\x10','\x10','\x10','\x10','\x20','\x20','\x20','\x3f','\xe0','\x00','\x40','\x00','\x40','\x00','\x80','\x00','\x80','\xff','\xfe','\x00','\x00','\x08','\x00','\x0f','\xf0','\x10','\x10','\x1f','\xe0','\x00','\x20','\xff','\xfe','\x02','\x00','\x0d','\x08','\x71','\x90','\x02','\xa0','\x0c','\xc0','\x71','\xa0','\x06','\x98','\x18','\x86','\xe2','\x80','\x01','\x00','\x10','\x10','\xfe','\xfe','\x10','\x10','\x7c','\x7c','\x10','\x10','\xfe','\xfe','\x10','\x10','\x00','\x00','\x7f','\xf8','\x00','\x08','\x00','\x08','\x3f','\xf8','\x00','\x08','\x00','\x08','\x7f','\xf8','\x00','\x08','\x08','\x00','\x0f','\xf0','\x10','\x10','\x1f','\xe0','\x00','\x20','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x11','\x10','\x61','\x0c','\x00','\x40','\x00','\x80','\x01','\x00','\x06','\x00','\x18','\x00','\x00','\x20','\x00','\x40','\x01','\x80','\x06','\x00','\x18','\x00','\x00','\x10','\x00','\x20','\x00','\x40','\x01','\x80','\x06','\x00','\x38','\x00','\x08','\x00','\x08','\x04','\xff','\x84','\x08','\x08','\x08','\x10','\x7f','\x22','\x00','\x02','\x7f','\x04','\x41','\x08','\x41','\x10','\x7f','\x22','\x00','\x02','\x22','\x04','\x17','\x88','\xf8','\x10','\x40','\x60','\x08','\x00','\x08','\x00','\x10','\x00','\x20','\x00','\x48','\x00','\x08','\x00','\x10','\x00','\x30','\x00','\x50','\x00','\x90','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x08','\x40','\x08','\x20','\x10','\x20','\x23','\xfe','\x48','\x80','\x08','\x80','\x10','\x80','\x30','\xfc','\x50','\x84','\x90','\x84','\x10','\x84','\x10','\x84','\x11','\x04','\x11','\x04','\x12','\x28','\x14','\x10','\x08','\x20','\x09','\x20','\x11','\x20','\x21','\x20','\x49','\xfc','\x0a','\x20','\x12','\x20','\x34','\x20','\x50','\x20','\x91','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x17','\xfe','\x10','\x00','\x08','\x00','\x09','\xf8','\x11','\x08','\x21','\x08','\x49','\x08','\x09','\xf8','\x11','\x08','\x31','\x08','\x51','\x08','\x91','\xf8','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x17','\xfe','\x10','\x00','\x08','\x90','\x08','\x90','\x10','\x90','\x23','\xfc','\x48','\x94','\x08','\x94','\x13','\xfc','\x32','\x90','\x52','\x90','\x93','\xfe','\x10','\x92','\x10','\x92','\x11','\x1a','\x11','\x14','\x12','\x10','\x14','\x10','\x08','\x00','\x08','\x00','\x13','\xfc','\x22','\x04','\x4a','\x04','\x0a','\xf4','\x12','\x94','\x32','\x94','\x52','\x94','\x92','\x94','\x12','\xf4','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x10','\x00','\x08','\x00','\x0b','\xf8','\x12','\x08','\x22','\x08','\x4b','\xf8','\x0a','\x08','\x12','\x08','\x33','\xf8','\x52','\x44','\x92','\x48','\x12','\x30','\x12','\x20','\x12','\x10','\x12','\x88','\x13','\x06','\x12','\x00','\x08','\x00','\x0b','\xfc','\x10','\x00','\x21','\x24','\x4a','\x48','\x0c','\x90','\x12','\x48','\x31','\x24','\x50','\x00','\x93','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x17','\xfe','\x10','\x00','\x08','\x80','\x08','\x80','\x11','\x00','\x21','\xfc','\x4a','\x04','\x0c','\x04','\x13','\xe4','\x32','\x24','\x52','\x24','\x93','\xe4','\x12','\x24','\x12','\x24','\x13','\xe4','\x10','\x04','\x10','\x28','\x10','\x10','\x08','\x88','\x08','\x88','\x10','\x88','\x20','\x88','\x49','\x54','\x0a','\x22','\x14','\x42','\x30','\x20','\x50','\x20','\x91','\x20','\x11','\x3c','\x11','\x20','\x12','\xa0','\x12','\x60','\x14','\x3e','\x18','\x00','\x08','\x20','\x08','\x20','\x11','\x20','\x21','\x3c','\x49','\x20','\x09','\x20','\x17','\xfe','\x30','\x00','\x50','\x20','\x91','\x20','\x11','\x3c','\x11','\x20','\x12','\xa0','\x14','\x60','\x18','\x3e','\x10','\x00','\x08','\x90','\x08','\x90','\x10','\x90','\x27','\x9e','\x48','\x90','\x08','\x90','\x10','\x90','\x33','\x9c','\x50','\x90','\x90','\x90','\x10','\x90','\x17','\x9e','\x10','\x90','\x10','\x90','\x10','\x90','\x10','\x90','\x08','\x40','\x08','\x40','\x10','\x40','\x27','\xfc','\x48','\x40','\x0a','\x48','\x12','\x48','\x32','\x48','\x55','\x54','\x90','\xe0','\x11','\x50','\x11','\x50','\x12','\x48','\x14','\x44','\x18','\x42','\x10','\x40','\x08','\x40','\x08','\x80','\x13','\xf8','\x22','\x08','\x4b','\xf8','\x0a','\x08','\x13','\xf8','\x30','\x00','\x57','\xfc','\x90','\x40','\x10','\x40','\x13','\xf8','\x10','\x40','\x10','\x40','\x17','\xfc','\x10','\x00','\x08','\x08','\x08','\x3c','\x13','\xc0','\x20','\x04','\x4a','\x44','\x09','\x28','\x11','\xfc','\x32','\x20','\x50','\x20','\x93','\xfe','\x10','\x20','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\xfc','\x10','\x04','\x12','\x10','\x14','\x10','\x2f','\x90','\x48','\x90','\x9f','\xbe','\x18','\xa4','\x2f','\xd4','\x64','\x14','\xa2','\x14','\x2f','\xd4','\x24','\x14','\x27','\x88','\x24','\x88','\x28','\x94','\x2a','\x94','\x31','\x22','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x1b','\xfe','\x54','\x10','\x50','\x10','\x50','\x10','\x91','\x10','\x10','\x90','\x10','\x90','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\x19','\x00','\x55','\x00','\x51','\xfe','\x51','\x10','\x91','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x12','\x10','\x12','\x10','\x14','\x10','\x10','\x80','\x10','\x80','\x10','\x80','\x11','\xfc','\x19','\x20','\x56','\x20','\x50','\x20','\x50','\x20','\x93','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x00','\x13','\xf8','\x10','\x88','\x10','\x88','\x18','\x88','\x54','\x88','\x50','\x88','\x57','\xf8','\x91','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x17','\xfe','\x10','\x00','\x10','\x40','\x10','\x40','\x10','\x40','\x13','\xfc','\x1a','\x44','\x54','\x48','\x50','\x40','\x50','\x40','\x90','\xa0','\x10','\xa0','\x10','\xa0','\x11','\x20','\x11','\x22','\x12','\x22','\x14','\x1e','\x18','\x00','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x11','\x90','\x11','\x48','\x21','\x24','\x41','\x24','\x05','\x00','\x02','\x00','\x00','\x80','\x3f','\xfe','\x00','\x80','\x07','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x27','\xf8','\x20','\x00','\x3f','\xfe','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x04','\x40','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc4','\x26','\x04','\x20','\x08','\x20','\x10','\xa0','\x60','\x40','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x40','\x18','\x40','\x54','\x88','\x51','\x04','\x53','\xfe','\x90','\x02','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x40','\x10','\x40','\x10','\x40','\x13','\xfe','\x18','\x80','\x54','\x90','\x51','\x10','\x51','\x10','\x93','\x7c','\x15','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\xfe','\x11','\x00','\x11','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x1b','\xfe','\x54','\x20','\x50','\x20','\x50','\x20','\x91','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x80','\x10','\x80','\x11','\x00','\x11','\xfc','\x1a','\x04','\x54','\x04','\x51','\xe4','\x51','\x24','\x91','\x24','\x11','\x24','\x11','\xe4','\x11','\x24','\x10','\x04','\x10','\x04','\x10','\x28','\x10','\x10','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x19','\x04','\x55','\xfc','\x51','\x00','\x51','\x40','\x91','\x44','\x11','\x48','\x11','\x70','\x11','\x40','\x11','\x42','\x12','\x42','\x12','\x3e','\x14','\x00','\x08','\x00','\x08','\x00','\x0f','\xfc','\x14','\x00','\x24','\x00','\x47','\xf0','\x04','\x00','\x04','\x00','\x07','\xf8','\x04','\x00','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x08','\x00','\x08','\x00','\x1f','\xf8','\x12','\x48','\x2a','\x48','\x44','\x88','\x0a','\x88','\x11','\x08','\x22','\xa8','\x04','\x10','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x19','\x04','\x55','\x04','\x51','\xfc','\x51','\x04','\x91','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x00','\x10','\x20','\x10','\x20','\x10','\x40','\x11','\xfc','\x19','\x04','\x55','\x04','\x51','\x04','\x51','\x04','\x91','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x90','\x10','\x90','\x10','\x90','\x13','\xfc','\x18','\x94','\x54','\x94','\x53','\xfc','\x52','\x90','\x92','\x90','\x13','\xfe','\x10','\x92','\x10','\x92','\x11','\x1a','\x11','\x14','\x12','\x10','\x14','\x10','\x10','\x00','\x13','\xf8','\x10','\x40','\x10','\x40','\x1a','\x48','\x55','\x48','\x51','\x50','\x50','\x40','\x97','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x13','\xf8','\x1a','\x48','\x56','\x48','\x52','\x48','\x52','\x48','\x92','\x48','\x17','\xfe','\x10','\x40','\x10','\xa0','\x10','\xa0','\x11','\x10','\x12','\x08','\x14','\x06','\x10','\x40','\x10','\x20','\x10','\x10','\x19','\xe0','\x54','\x22','\x50','\x34','\x53','\xb8','\x90','\xb0','\x10','\xa8','\x10','\xa8','\x11','\x28','\x11','\x24','\x12','\x24','\x14','\x22','\x10','\xa0','\x10','\x40','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x08','\x38','\x0b','\xc0','\x10','\x40','\x30','\x40','\x57','\xfc','\x90','\x40','\x10','\x40','\x10','\x40','\x13','\xf8','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x80','\x10','\x80','\x10','\xf8','\x11','\x08','\x1b','\x10','\x54','\xa0','\x50','\x40','\x50','\xa0','\x91','\x18','\x12','\x06','\x15','\xf8','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\xf8','\x11','\x08','\x08','\x40','\x08','\x40','\x10','\x40','\x37','\xfc','\x50','\xe0','\x91','\x50','\x11','\x50','\x12','\x48','\x14','\x44','\x18','\x42','\x10','\x40','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x11','\x00','\x11','\x00','\x11','\x00','\x19','\xfe','\x56','\x02','\x52','\x02','\x55','\x12','\x98','\xa2','\x12','\x4a','\x12','\xaa','\x13','\x1a','\x12','\x0a','\x13','\xfa','\x10','\x02','\x10','\x14','\x10','\x08','\x20','\x40','\x20','\x40','\x23','\xfc','\x30','\x84','\xa8','\x84','\xa1','\x14','\xa2','\x08','\xa0','\x10','\x24','\x10','\x2f','\xbe','\x24','\x92','\x24','\x92','\x24','\x92','\x28','\xa2','\x2a','\xaa','\x31','\x44','\x10','\x00','\x17','\xfe','\x10','\x80','\x10','\x80','\x18','\x80','\x54','\xf8','\x51','\x08','\x51','\x48','\x91','\x28','\x12','\x08','\x12','\x88','\x10','\x50','\x10','\x10','\x10','\x10','\x17','\xfe','\x10','\x00','\x10','\x40','\x10','\x44','\x12','\x44','\x19','\x48','\x55','\x50','\x50','\x40','\x57','\xfe','\x90','\x90','\x10','\x90','\x10','\x90','\x10','\x90','\x10','\x92','\x11','\x12','\x11','\x12','\x12','\x0e','\x14','\x00','\x40','\x80','\x20','\x80','\x09','\xfc','\x12','\x04','\x24','\x48','\xe0','\x40','\x20','\xa0','\x23','\x18','\x2c','\x06','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x40','\x10','\x40','\x10','\x40','\x1b','\xfc','\x54','\x40','\x50','\x40','\x57','\xfe','\x90','\x10','\x10','\x10','\x17','\xfe','\x10','\x10','\x12','\x10','\x11','\x10','\x11','\x10','\x10','\x50','\x10','\x20','\x10','\x40','\x10','\x40','\x10','\x80','\x11','\x00','\x1b','\xfc','\x56','\x94','\x52','\x94','\x52','\x94','\x92','\x94','\x12','\x94','\x12','\x94','\x12','\x94','\x12','\x94','\x12','\x94','\x17','\xfe','\x10','\x00','\x10','\x80','\x10','\x80','\x11','\x00','\x11','\xfc','\x1a','\x04','\x54','\x04','\x53','\xe4','\x52','\x24','\x92','\x24','\x13','\xe4','\x12','\x24','\x12','\x24','\x13','\xe4','\x10','\x04','\x10','\x28','\x10','\x10','\x10','\x08','\x10','\x3c','\x11','\xe0','\x10','\x20','\x18','\x20','\x55','\xfe','\x50','\x20','\x50','\x20','\x90','\x20','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x20','\x00','\x27','\xfc','\x24','\x04','\x24','\x04','\x35','\xf4','\xac','\x04','\xa4','\x04','\xa5','\xf4','\xa5','\x14','\x25','\x14','\x25','\x14','\x25','\xf4','\x24','\x04','\x24','\x04','\x24','\x14','\x24','\x08','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\x19','\xf8','\x54','\x00','\x53','\xfc','\x52','\x04','\x92','\x04','\x13','\xfc','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x12','\x14','\x12','\x08','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\x19','\x04','\x55','\xfc','\x50','\x00','\x50','\x00','\x91','\xfc','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\x1b','\xf8','\x56','\x08','\x53','\xf8','\x52','\x08','\x93','\xf8','\x12','\x08','\x12','\x08','\x1f','\xfe','\x10','\x00','\x11','\x10','\x12','\x08','\x14','\x04','\x20','\x00','\x27','\xfc','\x24','\x44','\x24','\x44','\x34','\x44','\xaf','\xfc','\xa4','\x44','\xa4','\xc4','\xa4','\xe4','\x25','\x54','\x26','\x44','\x24','\x44','\x24','\x44','\x24','\x04','\x27','\xfc','\x24','\x04','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x18','\x20','\x55','\xfc','\x51','\x24','\x51','\x24','\x91','\xfc','\x10','\x20','\x10','\x70','\x10','\xa8','\x11','\x24','\x12','\x22','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\x24','\x10','\xa4','\x10','\xa8','\x18','\x20','\x55','\xfc','\x51','\x04','\x51','\x04','\x91','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x14','\x11','\x08','\x10','\x40','\x10','\x40','\x10','\x88','\x11','\x04','\x1b','\xfe','\x54','\x02','\x50','\x88','\x51','\x44','\x92','\x42','\x10','\xf8','\x11','\x88','\x12','\x50','\x10','\x20','\x10','\x50','\x11','\x88','\x16','\x06','\x10','\x20','\x10','\x20','\x13','\xfe','\x18','\x20','\x54','\x20','\x53','\xfe','\x52','\x02','\x94','\x04','\x11','\xf8','\x10','\x10','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x10','\x80','\x10','\x80','\x11','\xf8','\x1a','\x08','\x54','\x10','\x53','\xfc','\x52','\x44','\x92','\x44','\x12','\x44','\x13','\xfc','\x10','\xa0','\x10','\xa0','\x11','\x22','\x11','\x22','\x12','\x1e','\x14','\x00','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\x19','\xf8','\x54','\x00','\x53','\xfc','\x52','\x44','\x92','\x44','\x12','\x44','\x13','\xfc','\x12','\x00','\x12','\x02','\x12','\x02','\x11','\xfe','\x10','\x00','\x10','\x84','\x11','\xc4','\x17','\x04','\x11','\x14','\x19','\x14','\x55','\x14','\x57','\xd4','\x51','\x14','\x93','\x14','\x13','\x94','\x15','\x54','\x15','\x04','\x19','\x04','\x11','\x04','\x11','\x14','\x11','\x08','\x10','\x40','\x10','\x20','\x17','\xfe','\x11','\x08','\x18','\x90','\x54','\x60','\x50','\x60','\x51','\x98','\x96','\x06','\x11','\xf8','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\xf8','\x11','\x08','\x00','\x00','\x7f','\xfc','\x04','\x40','\x3c','\x78','\x20','\x08','\x20','\x08','\x3c','\x78','\x04','\x40','\xff','\xfe','\x00','\x00','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x20','\x38','\x23','\xc0','\x20','\x40','\x27','\xfc','\x30','\xe0','\xa9','\x50','\xa2','\x48','\xac','\x46','\xa3','\xf0','\x20','\x20','\x20','\x40','\x27','\xfc','\x20','\x40','\x20','\x40','\x21','\x40','\x20','\x80','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x04','\xff','\xfe','\x01','\x02','\x28','\x88','\x28','\xa4','\x48','\x24','\x07','\xe0','\x10','\x20','\x11','\x24','\x10','\xa8','\x1b','\xfe','\x54','\x40','\x50','\x80','\x57','\xfe','\x91','\x08','\x12','\x04','\x15','\xfa','\x19','\x08','\x11','\x08','\x11','\x28','\x11','\x12','\x11','\x02','\x10','\xfe','\x10','\x80','\x10','\x40','\x13','\xfc','\x18','\x00','\x55','\x10','\x51','\x10','\x52','\xa8','\x94','\x44','\x10','\x00','\x10','\x40','\x17','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x80','\x10','\x80','\x13','\xf0','\x18','\x90','\x54','\x90','\x51','\x12','\x51','\x12','\x92','\x4e','\x14','\x40','\x10','\x40','\x1f','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x17','\xfc','\x10','\x40','\x1b','\xf8','\x54','\x48','\x57','\xfe','\x50','\x48','\x93','\xf8','\x10','\x80','\x17','\xfe','\x11','\x08','\x13','\x90','\x10','\x60','\x11','\x98','\x16','\x04','\x10','\x00','\x13','\xfe','\x12','\x22','\x12','\x22','\x1a','\xfa','\x56','\x22','\x52','\x22','\x53','\xfe','\x92','\x02','\x12','\xfa','\x12','\x8a','\x12','\x8a','\x12','\xfa','\x12','\x02','\x12','\x0a','\x14','\x04','\x10','\x00','\x10','\xfc','\x10','\x80','\x18','\xf8','\x54','\x80','\x50','\xf8','\x50','\x80','\x97','\xfe','\x11','\x40','\x11','\x24','\x11','\x28','\x11','\x10','\x11','\x08','\x11','\x44','\x11','\x82','\x11','\x00','\x10','\x00','\x13','\xfe','\x12','\x02','\x12','\x8a','\x1a','\x52','\x57','\xfe','\x52','\x42','\x52','\x22','\x93','\xfe','\x12','\x82','\x12','\x82','\x12','\x82','\x12','\xfa','\x12','\x02','\x12','\x0a','\x12','\x04','\x20','\x00','\x23','\xf8','\x22','\x48','\x22','\xa8','\x33','\x18','\xaa','\x08','\xa3','\xf8','\xa0','\x00','\xa0','\x00','\x27','\xfc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x2f','\xfe','\x20','\x00','\x20','\x00','\x27','\xbc','\x24','\xa4','\x24','\xa4','\x37','\xbc','\xa8','\x00','\xa3','\xf8','\xa0','\x00','\xa7','\xfc','\x21','\x00','\x22','\x00','\x23','\xf8','\x20','\x08','\x20','\x08','\x20','\x50','\x20','\x20','\x12','\x00','\x21','\x3c','\x48','\x00','\x94','\x00','\x21','\x7e','\x62','\x08','\xae','\x08','\x22','\x08','\x22','\x28','\x22','\x10','\x21','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x20','\x10','\x40','\x11','\xfc','\x11','\x04','\x19','\xfc','\x55','\x04','\x51','\xfc','\x50','\x00','\x93','\xfe','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x28','\x28','\xcf','\xe6','\x08','\x20','\x0f','\xe0','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x20','\x88','\x21','\xc8','\x27','\x08','\x31','\x08','\xa9','\x2a','\xa1','\x2a','\xa7','\xac','\xa1','\x48','\x23','\x08','\x23','\x88','\x25','\x54','\x25','\x14','\x29','\x14','\x21','\x24','\x21','\x24','\x21','\x42','\x20','\x40','\x24','\x44','\x24','\x44','\x34','\x44','\xaf','\xfc','\xa0','\x00','\xaf','\xfe','\xa0','\x40','\x20','\x80','\x27','\xfc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\x0c','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\x19','\x04','\x55','\xfc','\x50','\x20','\x51','\x20','\x91','\xfe','\x12','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x10','\x40','\x10','\x20','\x13','\xfe','\x1a','\x02','\x54','\x04','\x51','\xfc','\x50','\x00','\x91','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x00','\x13','\xfe','\x10','\x00','\x10','\x80','\x10','\x80','\x10','\xfc','\x11','\x54','\x1a','\xd4','\x54','\xb4','\x51','\x2c','\x52','\x44','\x90','\x94','\x11','\x08','\x10','\x40','\x10','\xa4','\x12','\xaa','\x12','\x8a','\x14','\x78','\x10','\x00','\x20','\x02','\x27','\xc2','\x24','\x42','\x24','\x52','\x37','\xd2','\xac','\x52','\xa4','\x52','\xa7','\xd2','\xa4','\x52','\x24','\x52','\x27','\xd2','\x20','\x02','\x22','\x82','\x22','\x42','\x24','\x4a','\x28','\x04','\x10','\x92','\x11','\x24','\x12','\x48','\x11','\x24','\x18','\x92','\x54','\x40','\x50','\x80','\x53','\xfe','\x92','\x02','\x12','\x8a','\x12','\x52','\x12','\x22','\x12','\x52','\x12','\x8a','\x13','\xfe','\x12','\x02','\x00','\x20','\x7f','\x20','\x41','\x3e','\x7f','\x44','\x48','\xa4','\x7f','\x24','\x48','\x28','\x45','\x10','\x53','\x28','\x61','\x46','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x11','\x00','\x11','\x00','\x11','\xfe','\x1a','\x00','\x55','\xfc','\x51','\x04','\x51','\xfc','\x91','\x04','\x11','\xfc','\x10','\x80','\x10','\xfc','\x11','\x08','\x12','\x90','\x10','\x60','\x11','\x98','\x16','\x06','\x06','\x00','\x38','\x78','\x20','\x48','\x3e','\x48','\x22','\x86','\x3e','\x00','\x22','\xfc','\x3e','\x44','\x20','\x28','\x3e','\x10','\x22','\x28','\x4a','\x46','\x85','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x11','\x00','\x11','\x00','\x11','\xfc','\x1a','\x00','\x55','\xf8','\x50','\x00','\x53','\xf8','\x90','\x88','\x12','\xa8','\x11','\xc8','\x17','\xf8','\x10','\x8a','\x11','\xca','\x16','\xaa','\x10','\x86','\x10','\x82','\x08','\x00','\x7f','\x78','\x08','\x48','\x3e','\x48','\x00','\x86','\x7f','\x78','\x41','\x48','\x00','\x30','\x3e','\xce','\x00','\x00','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x20','\x40','\x20','\x80','\x27','\xfc','\x24','\x44','\x34','\x44','\xaf','\xfc','\xa4','\x44','\xa4','\x84','\xa7','\xfc','\x20','\x80','\x21','\x50','\x21','\x64','\x22','\x7c','\x24','\x42','\x28','\x42','\x30','\x3e','\x21','\x10','\x20','\xa0','\x20','\x00','\x27','\xfe','\x30','\xa0','\xab','\xf8','\xa0','\xa8','\xa7','\xfe','\xa0','\xa8','\x23','\xf8','\x20','\xa0','\x21','\xb0','\x22','\xa8','\x2c','\xa6','\x20','\xa0','\x20','\xa0','\x00','\x00','\x3f','\xfe','\x20','\x80','\x27','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x27','\xf8','\x22','\x50','\x24','\x48','\x29','\x44','\x20','\x80','\x20','\x44','\x4a','\x42','\x4a','\x12','\x91','\xf0','\x12','\x0c','\x13','\xf2','\x12','\x02','\x19','\xfe','\x54','\x00','\x51','\xfc','\x55','\x04','\x95','\xfc','\x15','\x04','\x15','\xfc','\x15','\x04','\x15','\xfc','\x14','\x00','\x17','\xfe','\x11','\x04','\x12','\x02','\x22','\x00','\x14','\x7c','\xff','\x44','\x08','\x7c','\x49','\x44','\x49','\x7c','\x7f','\x44','\x08','\x44','\x10','\x94','\x21','\x08','\x41','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x50','\x18','\xc8','\x55','\x24','\x53','\xfe','\x55','\x04','\x91','\xfc','\x11','\x04','\x11','\xfc','\x11','\x00','\x11','\xfc','\x12','\x84','\x12','\x84','\x14','\xfc','\x10','\x84','\x10','\x28','\x10','\x24','\x13','\xfe','\x10','\x20','\x19','\xfc','\x55','\x24','\x51','\xfc','\x51','\x24','\x91','\xfc','\x11','\x24','\x10','\x08','\x13','\xfe','\x10','\x88','\x10','\x48','\x10','\x48','\x10','\x18','\x20','\x00','\x17','\xf8','\x91','\x10','\x40','\xa0','\x47','\xfc','\x14','\x44','\x27','\xfc','\xe4','\x44','\x27','\xfc','\x24','\x44','\x24','\x04','\x01','\x00','\x28','\x88','\x28','\xa4','\x48','\x24','\x07','\xe0','\x20','\x00','\x27','\xfc','\x20','\xa0','\x20','\xa0','\x37','\xfc','\xac','\xa4','\xa4','\xa4','\xa7','\xfc','\xa0','\x40','\x20','\x40','\x27','\xfc','\x20','\xe0','\x21','\x50','\x22','\x48','\x2c','\x46','\x20','\x40','\x20','\x00','\x27','\xdc','\x25','\x14','\x27','\xd4','\x34','\x54','\xaf','\xc8','\xa5','\x08','\xa5','\x14','\xa7','\xe2','\x20','\x00','\x20','\x40','\x27','\xfc','\x20','\x40','\x20','\x40','\x2f','\xfe','\x20','\x00','\x20','\x40','\x20','\x20','\x27','\xfe','\x24','\x20','\x35','\xfc','\xac','\x24','\xa7','\xfe','\xa4','\x24','\xa5','\xfc','\x24','\x20','\x25','\x62','\x24','\xb4','\x29','\x28','\x2a','\x26','\x30','\xa0','\x20','\x40','\x20','\x80','\x21','\x10','\x23','\xf8','\x22','\x10','\x34','\xa4','\xaf','\xbe','\xa0','\x42','\xa0','\xa0','\xa3','\x18','\x2c','\x46','\x21','\x90','\x26','\x64','\x21','\x88','\x26','\x30','\x21','\xc0','\x2e','\x00','\x08','\x04','\x7f','\x78','\x08','\x40','\x7f','\x40','\x49','\x7e','\x7f','\x48','\x49','\x48','\x7f','\x48','\x08','\x48','\x7f','\x48','\x08','\x88','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x22','\x00','\x22','\x02','\x22','\x3c','\x2f','\xa0','\x32','\x20','\xaf','\xa0','\xaa','\xbe','\xaf','\xa4','\xaa','\xa4','\x2f','\xa4','\x22','\x24','\x2f','\xa4','\x22','\x24','\x22','\x44','\x22','\x44','\x22','\x84','\x11','\x10','\x21','\x10','\x41','\x10','\x8a','\xa8','\x14','\x44','\x32','\x40','\x52','\x7c','\x92','\x40','\x15','\x40','\x18','\xfe','\x11','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x00','\x13','\xde','\x10','\x42','\x12','\x52','\x19','\x4a','\x56','\x52','\x50','\x42','\x50','\x20','\x91','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x00','\x11','\xfc','\x12','\x00','\x15','\xf8','\x19','\x08','\x55','\xf8','\x51','\x08','\x51','\xf8','\x90','\x00','\x17','\xfe','\x11','\x00','\x13','\xfc','\x14','\xa4','\x11','\x24','\x12','\x54','\x10','\x88','\x10','\x10','\x14','\x50','\x12','\x7c','\x12','\x90','\x18','\x10','\x54','\xfe','\x50','\x00','\x56','\x00','\x92','\x7c','\x12','\x44','\x12','\x44','\x12','\x7c','\x12','\x44','\x15','\x00','\x18','\xfe','\x10','\x00','\x10','\x20','\x13','\xfe','\x10','\x20','\x11','\xfc','\x19','\x24','\x55','\xfc','\x51','\x24','\x51','\xfc','\x90','\x22','\x13','\xfe','\x10','\x08','\x13','\xfe','\x11','\x08','\x10','\x88','\x10','\x28','\x10','\x10','\x21','\xc8','\x27','\x08','\x21','\x08','\x2f','\xe8','\x31','\x1e','\xaf','\xca','\xa5','\x4a','\xa7','\xca','\xa5','\x4a','\x27','\xca','\x21','\x0a','\x27','\xca','\x21','\x12','\x21','\xd2','\x2e','\x2a','\x24','\x44','\x3f','\xfc','\x24','\x20','\x2f','\xf8','\x25','\x20','\x3f','\xfc','\x22','\x00','\x27','\xf0','\x2a','\x10','\x33','\xf0','\x20','\x00','\x3f','\xfc','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x20','\x00','\x2f','\xfe','\x20','\xa0','\x27','\xfc','\x34','\xa4','\xac','\xa4','\xa7','\xfc','\xa0','\x00','\xa7','\xfc','\x20','\x00','\x2f','\xfe','\x20','\x40','\x22','\x48','\x24','\x44','\x29','\x42','\x20','\x80','\x20','\x20','\x27','\xfe','\x24','\x20','\x25','\xfc','\x34','\x24','\xaf','\xfe','\xa4','\x24','\xa5','\xfc','\xa4','\x20','\x25','\xfc','\x25','\x24','\x25','\xfc','\x25','\x24','\x29','\xfc','\x29','\x24','\x31','\x2c','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\xff','\xfe','\x20','\x08','\x3f','\xf8','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x08','\x14','\x08','\x12','\x7f','\x10','\x2a','\xfe','\x2a','\x10','\x5d','\x10','\x1c','\x28','\x2a','\x28','\x49','\x44','\x88','\x82','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x06','\x88','\x38','\x88','\x09','\xfe','\x7e','\x88','\x08','\x88','\x08','\xf8','\x3e','\x88','\x22','\x88','\x22','\x88','\x3e','\xf8','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x00','\x13','\xf8','\x12','\x08','\x1b','\xf8','\x56','\x08','\x53','\xf8','\x50','\x40','\x97','\xfe','\x10','\x00','\x13','\xf8','\x12','\x08','\x13','\xf8','\x10','\x40','\x12','\x48','\x14','\x44','\x10','\xc0','\x21','\x40','\x21','\x20','\x23','\xfe','\x22','\x20','\x36','\x20','\xab','\xfc','\xa2','\x20','\xa2','\x20','\xa3','\xfc','\x22','\x20','\x22','\x20','\x23','\xfe','\x22','\x00','\x25','\x24','\x24','\x92','\x28','\x92','\x10','\x00','\x13','\xde','\x12','\x52','\x12','\x52','\x1b','\xde','\x54','\x00','\x51','\xfc','\x51','\x24','\x91','\xfc','\x11','\x24','\x11','\xfc','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\x10','\x17','\xfc','\x21','\x10','\x2f','\xfe','\x61','\x00','\xa3','\xf8','\x26','\x48','\x2b','\xf8','\x22','\x48','\x23','\xf8','\x22','\x48','\x22','\x58','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x43','\xfc','\x22','\x40','\x0b','\xf8','\x0a','\x40','\x13','\xf8','\x22','\x40','\xe3','\xfc','\x20','\x04','\x25','\x54','\x20','\x08','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x20','\x00','\x27','\xbc','\x24','\xa4','\x27','\xbc','\x34','\xa4','\xaf','\xbc','\xa4','\x84','\xa4','\x44','\xa5','\xf4','\x24','\x24','\x24','\xa4','\x24','\x44','\x24','\xa4','\x25','\x04','\x24','\x14','\x24','\x08','\x21','\x00','\x21','\x00','\x23','\xfc','\x36','\xa8','\xaa','\xa8','\xa2','\xa8','\xa7','\xfc','\xa2','\xa8','\x22','\xa8','\x22','\xa8','\x2f','\xfe','\x20','\x00','\x22','\xa8','\x22','\x54','\x24','\x54','\x20','\x00','\x20','\x00','\x27','\xfc','\x24','\xa4','\x27','\xfc','\x30','\x40','\xab','\xf8','\xa0','\x40','\xa7','\xfc','\xa1','\x10','\x20','\xa0','\x23','\xf8','\x20','\x40','\x2f','\xfe','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x80','\x21','\x00','\x27','\xfc','\x24','\x44','\x35','\x54','\xac','\x44','\xa7','\xfc','\xa4','\xe4','\xa5','\x54','\x24','\x04','\x20','\x40','\x2f','\xfe','\x20','\xa0','\x21','\x10','\x22','\x08','\x2c','\x06','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x48','\x24','\xfe','\x2d','\x90','\x34','\xfc','\x24','\x90','\x24','\xfc','\x24','\x90','\x24','\xfe','\x24','\x80','\x42','\x44','\x52','\x4a','\x92','\x0a','\x21','\xf8','\x20','\x80','\x20','\x40','\x2f','\xfe','\x20','\x00','\x37','\xfc','\xac','\xa4','\xa7','\xfc','\xa2','\x48','\xa1','\x50','\x22','\x08','\x24','\x44','\x20','\xa8','\x21','\x10','\x23','\x08','\x2d','\x46','\x21','\x80','\x22','\x00','\x23','\x9e','\x24','\x8a','\x29','\x0a','\x37','\xd2','\xad','\x66','\xa5','\x40','\xa7','\xd4','\xa5','\x5e','\x25','\x64','\x27','\xc4','\x25','\x44','\x25','\x5e','\x25','\x44','\x24','\x44','\x28','\xc4','\x22','\x20','\xff','\xa0','\x22','\x20','\x3e','\xfc','\x08','\x24','\x7f','\x24','\x49','\x24','\x7f','\x24','\x08','\x24','\x7f','\x44','\x08','\x54','\xff','\x88','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x23','\xf8','\x22','\x08','\x22','\x08','\x33','\xf8','\xa8','\x00','\xa7','\xbc','\xa4','\xa4','\xa4','\xa4','\x27','\xbc','\x20','\x40','\x2f','\xfe','\x21','\x60','\x22','\x50','\x24','\x48','\x38','\x46','\x20','\x40','\x11','\x00','\x11','\xf8','\x12','\x08','\x17','\xfe','\x1a','\x88','\x57','\x24','\x53','\xfe','\x52','\x00','\x92','\xfc','\x12','\x00','\x12','\xfc','\x12','\x00','\x12','\xfc','\x14','\x84','\x14','\xfc','\x18','\x84','\x27','\x88','\x20','\x88','\xfa','\xbe','\x21','\x08','\x77','\xd8','\x6b','\x5c','\xa5','\x2a','\x29','\x48','\x25','\x08','\x22','\x08','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x00','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x10','\xa0','\x10','\x90','\x19','\xfe','\x55','\x20','\x53','\xfc','\x95','\x20','\x11','\xfc','\x11','\x20','\x11','\x20','\x11','\xfe','\x11','\x00','\x20','\x40','\x2f','\xfe','\x20','\x00','\x27','\xfc','\x34','\x04','\xad','\xf4','\xa5','\x14','\xa5','\xf4','\xa4','\x04','\x27','\xfc','\x20','\x08','\x23','\xf0','\x20','\x40','\x2f','\xfe','\x21','\x50','\x2e','\x4e','\x20','\x00','\x27','\xfc','\x20','\x40','\x2f','\xfe','\x38','\x42','\xab','\x58','\xa0','\x40','\xa3','\x58','\xa0','\x00','\x2f','\xfe','\x20','\x40','\x27','\xfc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\x0c','\x01','\x10','\x47','\xfc','\x21','\x10','\x81','\xf0','\x40','\x40','\x17','\xfc','\x16','\x64','\xe5','\x54','\x26','\xec','\x24','\x44','\x24','\x4c','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x21','\x08','\x21','\x08','\x27','\xce','\x21','\x12','\x31','\x24','\xaf','\xde','\xa5','\x52','\xa5','\x5e','\xa7','\xd2','\x21','\x1e','\x23','\x92','\x25','\x5e','\x29','\x40','\x21','\x14','\x21','\x12','\x21','\x22','\x24','\x48','\x24','\x4c','\x2a','\xaa','\x30','\x08','\xaf','\xfe','\xa2','\x88','\xae','\xe8','\xa2','\x8a','\x2e','\xea','\x22','\x8c','\x2e','\xec','\x22','\x88','\x22','\xea','\x2f','\x1a','\x24','\x26','\x20','\x42','\x21','\x14','\x21','\x12','\x27','\xd2','\x31','\x10','\xa9','\x10','\xa7','\xfe','\xa2','\x90','\xa6','\xd2','\x22','\x92','\x26','\xd2','\x22','\x94','\x26','\xd4','\x22','\x8a','\x22','\xca','\x2f','\x16','\x20','\x22','\x10','\x20','\xff','\x20','\x10','\xbe','\x7c','\x44','\x00','\x50','\xfe','\x90','\x83','\x90','\x7c','\xa8','\x00','\xa4','\x7c','\xc2','\x44','\x20','\x7c','\x10','\x45','\x54','\x2f','\x42','\xf1','\x4a','\x42','\x38','\x21','\x10','\x2f','\xfe','\x21','\x10','\x27','\xbc','\x34','\xa4','\xaf','\xbc','\xa1','\x40','\xa1','\x20','\xa3','\xfe','\x22','\x20','\x27','\xfc','\x2a','\x20','\x23','\xfc','\x22','\x20','\x23','\xfe','\x22','\x00','\x27','\xbc','\x24','\xa4','\x27','\xbc','\x24','\xa4','\x37','\xbc','\xac','\xa4','\xa7','\xbc','\xa1','\x20','\xa3','\xfe','\x22','\x20','\x27','\xfc','\x2a','\x20','\x23','\xfc','\x22','\x20','\x23','\xfe','\x22','\x00','\x13','\xfc','\x11','\x08','\x11','\xf8','\x19','\x08','\x55','\xf8','\x51','\x0e','\x57','\xf8','\x90','\x08','\x17','\xfe','\x12','\x94','\x13','\x9c','\x12','\x94','\x13','\x9c','\x12','\xd6','\x17','\xbc','\x10','\x84','\x21','\x04','\x47','\xc8','\x88','\x12','\xf3','\xbc','\x20','\x08','\x4b','\x92','\xf8','\x3e','\x03','\x80','\xaa','\xaa','\xab','\xaa','\x01','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x02','\x20','\x02','\x10','\x02','\x10','\x02','\x00','\x02','\xfe','\xff','\x00','\x02','\x08','\x02','\x08','\x02','\x10','\x01','\x20','\x01','\x40','\x00','\x80','\x03','\x42','\x0c','\x22','\x70','\x1a','\x00','\x06','\x00','\x90','\x00','\x88','\x00','\x88','\x00','\x80','\x7f','\xfe','\x40','\x80','\x40','\x80','\x40','\x88','\x40','\x88','\x40','\x90','\x40','\x60','\x48','\x44','\x50','\xa4','\x61','\x14','\x42','\x0c','\x04','\x04','\x00','\x50','\x00','\x48','\x00','\x40','\x3f','\xfe','\x20','\x40','\x20','\x40','\x20','\x44','\x30','\x44','\x28','\x44','\x24','\x28','\x24','\x28','\x20','\x12','\x20','\x32','\x40','\x4a','\x40','\x86','\x81','\x02','\x00','\x50','\x00','\x48','\x00','\x40','\x3f','\xfe','\x20','\x40','\x20','\x40','\x20','\x44','\x20','\x44','\x3e','\x44','\x20','\x28','\x20','\x28','\x20','\x12','\x20','\x32','\x40','\x4a','\x40','\x86','\x81','\x02','\x02','\x40','\x02','\x20','\x02','\xfc','\x7f','\x10','\x01','\x60','\x03','\x84','\x1c','\x64','\xe0','\x1c','\x02','\x40','\x02','\x20','\x02','\xfc','\x7f','\x10','\x01','\x60','\x03','\x84','\x1c','\x64','\xe0','\x1c','\x7f','\xfc','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x02','\x40','\x03','\xf8','\x7e','\x20','\x01','\x40','\x00','\x84','\x07','\x64','\x38','\x1c','\x7f','\xfc','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x7f','\xfe','\x42','\x42','\x83','\xfc','\x7e','\x20','\x01','\x40','\x00','\x84','\x07','\x64','\x38','\x1c','\x22','\x20','\x22','\x28','\xff','\x24','\x22','\x24','\x3e','\x20','\x22','\x3e','\x3f','\xe0','\x22','\x24','\x22','\x24','\xff','\x28','\x40','\x28','\x54','\x10','\x62','\x32','\x40','\x4a','\x7e','\x86','\x01','\x02','\x08','\x20','\x08','\x28','\x7f','\x24','\x08','\x20','\xff','\xfe','\x14','\x20','\x22','\x24','\x7f','\xa4','\xa4','\x24','\x3f','\x28','\x24','\x28','\x3f','\x10','\x24','\x12','\x3f','\xaa','\x20','\x46','\x20','\x82','\x00','\x10','\x77','\x14','\x11','\x12','\x55','\x10','\x33','\x16','\x55','\x78','\x0c','\x12','\x33','\x12','\xc4','\x92','\x18','\x14','\x62','\x14','\x0c','\x88','\x71','\x1a','\x06','\x2a','\x18','\x46','\xe0','\x82','\x00','\x10','\xf7','\x94','\x94','\x92','\x94','\x90','\xf7','\x96','\x00','\x78','\x7f','\x12','\x49','\x12','\x7f','\x12','\x49','\x14','\x7f','\x14','\x08','\x08','\xff','\x9a','\x08','\x2a','\x08','\x46','\x08','\x82','\x08','\x28','\x0f','\x24','\x08','\x24','\x7f','\x20','\x49','\x2e','\x4c','\xf0','\x79','\x20','\x47','\x24','\x40','\x24','\x5f','\x28','\x40','\x28','\x5f','\x10','\x51','\x12','\x5f','\x2a','\x8a','\x46','\x3f','\x82','\x00','\x20','\xee','\x28','\x22','\x24','\xaa','\x24','\x66','\x20','\xaa','\x3e','\x01','\xe0','\x24','\x24','\x7f','\x24','\xc8','\x28','\x7e','\x28','\x48','\x10','\x7e','\x32','\x48','\x4a','\x7f','\x86','\x41','\x02','\x02','\x00','\x01','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x00','\x20','\x00','\x2f','\xfc','\x29','\x24','\x29','\x24','\x2f','\xfc','\x49','\x24','\x49','\x24','\x89','\x24','\x08','\x0c','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\x80','\xfe','\x80','\x10','\x80','\x10','\x80','\x12','\x80','\x1c','\x80','\x30','\x80','\xd0','\x80','\x10','\x84','\x10','\x84','\x10','\x84','\x50','\x7c','\x20','\x00','\x10','\x00','\x11','\xfc','\x10','\x20','\x10','\x20','\xfc','\x20','\x10','\x20','\x14','\x20','\x1b','\xfe','\x30','\x20','\xd0','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x50','\x20','\x20','\x20','\x10','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\xfd','\x04','\x11','\x04','\x11','\x04','\x15','\x04','\x19','\x04','\x31','\x04','\xd1','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x51','\x04','\x20','\x00','\x10','\x00','\x10','\x00','\x11','\xfc','\x10','\x20','\xfe','\x20','\x10','\x20','\x10','\x20','\x12','\x20','\x1c','\x20','\x30','\x20','\xd0','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x53','\xfe','\x20','\x00','\x10','\x00','\x17','\xf8','\x12','\x08','\x12','\x88','\xfe','\x48','\x11','\x50','\x11','\x10','\x15','\x10','\x18','\xa0','\x30','\xa0','\xd0','\x40','\x10','\x40','\x10','\xa0','\x11','\x10','\x52','\x08','\x2c','\x06','\x10','\x00','\x10','\x00','\x11','\xfc','\x10','\x44','\xfc','\x44','\x11','\x44','\x11','\x44','\x15','\x44','\x19','\x44','\x32','\x44','\xd0','\x44','\x10','\x84','\x10','\x84','\x11','\x04','\x52','\x28','\x24','\x10','\x20','\x00','\x23','\xfe','\x22','\x00','\x22','\x00','\xfa','\xf8','\x22','\x88','\x22','\x88','\x2a','\x88','\x32','\x88','\xe2','\xa8','\x22','\x90','\x22','\x82','\x24','\x82','\x24','\x82','\xa8','\x7e','\x50','\x00','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x20','\x10','\x20','\x10','\x20','\x14','\x20','\x19','\xfc','\x30','\x20','\xd0','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x57','\xfe','\x20','\x00','\x10','\x40','\x10','\x40','\x10','\x40','\x13','\xf8','\xf8','\x48','\x10','\x48','\x14','\x48','\x18','\x48','\x37','\xfe','\xd0','\x40','\x10','\xa0','\x10','\xa0','\x11','\x10','\x11','\x10','\x52','\x08','\x24','\x06','\x10','\x90','\x10','\x88','\x10','\x88','\x10','\x80','\xfc','\xbc','\x13','\xc0','\x10','\x80','\x14','\x88','\x18','\x88','\x30','\x90','\xd0','\x60','\x10','\x44','\x10','\xa4','\x11','\x14','\x52','\x0c','\x20','\x04','\x10','\x00','\x11','\xf8','\x10','\x08','\x10','\x50','\xfc','\x20','\x10','\x10','\x13','\xfe','\x14','\x22','\x18','\x24','\x30','\x20','\xd0','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x50','\xa0','\x20','\x40','\x10','\x08','\x10','\x1c','\x11','\xf0','\x11','\x50','\xfd','\x50','\x11','\x50','\x11','\x50','\x15','\x50','\x19','\x50','\x31','\x48','\xd1','\x48','\x11','\x48','\x11','\x44','\x12','\x44','\x52','\x42','\x24','\x00','\x10','\x10','\x11','\x10','\x10','\x90','\x10','\x90','\xfc','\x10','\x11','\x10','\x10','\x90','\x14','\x90','\x18','\x10','\x30','\x1e','\xd3','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x10','\x10','\x50','\x10','\x48','\x10','\x48','\x10','\x40','\xfb','\xfe','\x10','\x80','\x14','\x80','\x18','\xfc','\x31','\x44','\xd1','\x44','\x11','\x28','\x11','\x28','\x12','\x10','\x12','\x28','\x54','\x44','\x21','\x82','\x10','\x40','\x10','\x20','\x10','\x20','\x10','\x00','\xfd','\xfe','\x10','\x40','\x10','\x40','\x14','\x60','\x18','\x50','\x30','\x48','\xd0','\x44','\x10','\x44','\x10','\x40','\x10','\x40','\x50','\x40','\x20','\x40','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x20','\x10','\x40','\x10','\x40','\x14','\xd0','\x19','\x48','\x32','\x44','\xd4','\x44','\x10','\x40','\x10','\x40','\x10','\x40','\x50','\x40','\x20','\x40','\x20','\x20','\x21','\x20','\x21','\x20','\x22','\x20','\xfa','\xfc','\x24','\xa4','\x27','\x24','\x29','\x24','\x32','\x24','\xe2','\x24','\x24','\xa4','\x27','\xa4','\x20','\xc4','\x20','\x44','\xa0','\x94','\x41','\x08','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\xfd','\xfe','\x10','\x88','\x10','\x88','\x14','\x88','\x18','\x88','\x30','\xf8','\xd0','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x50','\xf8','\x20','\x88','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\xfa','\x22','\x12','\x22','\x16','\x22','\x1b','\xfe','\x32','\x22','\xd2','\x22','\x12','\x22','\x13','\xfe','\x12','\x22','\x10','\x20','\x50','\x20','\x20','\x20','\x10','\x00','\x10','\x00','\xfe','\xfc','\x22','\x44','\x64','\x28','\x18','\x10','\x24','\x28','\xc2','\xc6','\x00','\x20','\x1f','\xc0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x01','\x00','\x06','\xc0','\x18','\x30','\xef','\xee','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x20','\x1f','\xc0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\xfd','\x00','\x11','\x00','\x11','\xfe','\x15','\x10','\x19','\x10','\x31','\x30','\xd1','\x18','\x11','\x14','\x11','\x12','\x12','\x10','\x52','\x10','\x24','\x10','\x10','\x80','\x10','\xf8','\x11','\x08','\x13','\xfe','\xfd','\x44','\x11','\x92','\x11','\xfe','\x15','\x00','\x19','\x7c','\x31','\x00','\xd1','\x7c','\x11','\x00','\x11','\x7c','\x12','\x44','\x52','\x7c','\x24','\x44','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x7e','\xfc','\x40','\x10','\x40','\x14','\x40','\x18','\x40','\x33','\xfc','\xd2','\x04','\x12','\x04','\x12','\x04','\x12','\x04','\x12','\x04','\x53','\xfc','\x22','\x04','\x04','\x00','\x1e','\xfc','\xf0','\x20','\x10','\x20','\x10','\xfc','\xfe','\x20','\x10','\x20','\x10','\xfc','\x10','\x20','\xfe','\x20','\x11','\xfe','\x10','\x20','\x20','\x20','\x20','\x20','\x40','\x20','\x80','\x20','\x10','\x20','\x10','\x20','\x11','\x24','\x10','\xa4','\xfc','\xa8','\x10','\x20','\x11','\xfc','\x14','\x20','\x18','\x20','\x30','\x20','\xd3','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x50','\x20','\x20','\x20','\x10','\x88','\x10','\x88','\x10','\x88','\x11','\x08','\xfd','\x7e','\x13','\x08','\x15','\x08','\x11','\x48','\x19','\x28','\x31','\x28','\xd1','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x51','\x28','\x21','\x10','\x10','\x90','\x10','\x90','\x10','\x90','\x13','\xfc','\xfc','\x94','\x10','\x94','\x13','\xfc','\x16','\x90','\x1a','\x90','\x33','\xfe','\xd0','\x92','\x10','\x92','\x11','\x1a','\x11','\x14','\x52','\x10','\x24','\x10','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x48','\xfd','\x28','\x11','\x08','\x11','\x08','\x17','\xfe','\x1a','\x08','\x32','\x88','\xd2','\x48','\x12','\x08','\x13','\xfe','\x10','\x08','\x50','\x50','\x20','\x20','\x12','\x10','\x12','\x10','\x12','\x10','\x12','\x7c','\xfa','\x14','\x17','\x94','\x12','\x94','\x1a','\x94','\x32','\xa4','\xd2','\xa4','\x12','\xd4','\x12','\x8a','\x14','\x82','\x14','\x82','\x58','\x7e','\x30','\x00','\x10','\x40','\x10','\x20','\x10','\x20','\x10','\x00','\xfb','\xfe','\x10','\x00','\x14','\x04','\x19','\x04','\x31','\x04','\xd0','\x88','\x10','\x88','\x10','\x88','\x10','\x90','\x10','\x10','\x57','\xfe','\x20','\x00','\x10','\x80','\x10','\x80','\x11','\xf8','\x12','\x08','\xfd','\x10','\x10','\xa0','\x14','\x40','\x18','\xa0','\x33','\x18','\xdc','\x06','\x13','\xf8','\x12','\x08','\x12','\x08','\x12','\x08','\x53','\xf8','\x22','\x08','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x10','\x20','\x11','\xfc','\x14','\x00','\x18','\x00','\x31','\xfc','\xd1','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x51','\xfc','\x21','\x04','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\xfd','\xfe','\x10','\x88','\x10','\x88','\x14','\x88','\x18','\x88','\x33','\xfe','\xd0','\x00','\x10','\x88','\x10','\x84','\x11','\x04','\x52','\x02','\x24','\x02','\x10','\x00','\x13','\xde','\x10','\x42','\x10','\x42','\xfa','\x52','\x11','\x4a','\x15','\x4a','\x18','\x42','\x30','\xc6','\xd1','\x4a','\x12','\x52','\x10','\x42','\x10','\x42','\x10','\x42','\x51','\x4a','\x20','\x84','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\xfc','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x18','\x20','\x30','\x20','\xd1','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x53','\xfe','\x20','\x00','\x08','\x00','\x7f','\x7c','\x08','\x24','\x3e','\x24','\x08','\x24','\x7f','\x44','\x08','\x54','\x08','\xf8','\x3f','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x05','\x00','\x02','\x00','\x10','\x00','\x11','\xfc','\x10','\x08','\x10','\x10','\xfc','\x22','\x13','\xb2','\x10','\xb4','\x14','\xa8','\x19','\x28','\x31','\x24','\xd2','\x22','\x14','\xa0','\x10','\x40','\x10','\x00','\x57','\xfe','\x20','\x00','\x10','\x40','\x10','\x40','\x10','\x40','\x13','\xfe','\xfc','\x80','\x10','\x80','\x11','\x78','\x15','\x08','\x1b','\x10','\x35','\x10','\xd1','\xfe','\x11','\x10','\x11','\x10','\x11','\x10','\x51','\x50','\x21','\x20','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\xfd','\xf8','\x10','\x00','\x13','\xfc','\x16','\x04','\x1a','\x04','\x33','\xfc','\xd2','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x52','\x14','\x22','\x08','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x10','\x20','\x11','\x24','\x15','\x24','\x19','\x24','\x32','\xaa','\xd0','\x20','\x10','\x50','\x10','\x50','\x10','\x88','\x51','\x04','\x22','\x02','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x10','\x00','\x14','\x00','\x19','\xfc','\x30','\x20','\xd0','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x50','\x20','\x20','\x20','\x10','\xa0','\x11','\x2c','\x11','\x24','\x11','\x24','\xfd','\xac','\x11','\x24','\x11','\x24','\x15','\xfc','\x18','\x20','\x31','\xfc','\xd0','\x88','\x10','\x50','\x10','\x20','\x10','\x50','\x50','\x88','\x23','\x06','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\xfd','\xfc','\x11','\x04','\x11','\x04','\x15','\xfc','\x18','\x20','\x30','\x20','\xd1','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x53','\xfe','\x20','\x00','\x10','\x80','\x10','\x40','\x17','\xfe','\x11','\x20','\xfd','\x20','\x12','\x3c','\x12','\x44','\x16','\x64','\x1a','\x94','\x33','\x48','\xd2','\x48','\x12','\x30','\x12','\x20','\x12','\x50','\x52','\x88','\x23','\x06','\x10','\x40','\x10','\x40','\x13','\xfc','\x10','\xa0','\xfd','\x10','\x12','\x08','\x17','\xfe','\x10','\x08','\x1b','\xc8','\x32','\x48','\xd2','\x48','\x12','\x48','\x13','\xc8','\x10','\x08','\x50','\x28','\x20','\x10','\x20','\x10','\x20','\x90','\x27','\x10','\x24','\x3e','\xf4','\x22','\x24','\x44','\x27','\x90','\x25','\x10','\x35','\x10','\xe5','\x10','\x25','\x28','\x25','\x28','\x25','\x28','\x29','\x44','\xa9','\x44','\x50','\x82','\x20','\x00','\x2f','\xc0','\x24','\xbc','\x24','\xa4','\xf4','\xa4','\x27','\xa4','\x24','\xa4','\x24','\xa8','\x37','\xa8','\xe4','\xa8','\x24','\x90','\x25','\xd0','\x2e','\xa8','\x20','\xa8','\xa0','\xc4','\x40','\x82','\x10','\x10','\x10','\x78','\x13','\xc0','\x10','\x40','\xf8','\x40','\x17','\xfc','\x12','\x48','\x1a','\x48','\x37','\xfe','\xd2','\x48','\x12','\x48','\x17','\xfc','\x10','\x40','\x10','\x40','\x57','\xfc','\x20','\x00','\x24','\x04','\x3f','\xa4','\x44','\x24','\xff','\xa4','\x04','\x24','\x3f','\x84','\x24','\x94','\x25','\x88','\x00','\x20','\x1f','\xc0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x10','\x80','\x10','\x80','\x10','\xfe','\x11','\x02','\xfe','\x82','\x10','\xf2','\x11','\x42','\x14','\x42','\x1b','\xfa','\x30','\x42','\xd1','\x52','\x11','\x52','\x11','\xf2','\x10','\x02','\x50','\x14','\x20','\x08','\x10','\x20','\x10','\x20','\x10','\x3e','\x10','\x20','\xfd','\xfc','\x11','\x04','\x15','\xfc','\x19','\x04','\x31','\xfc','\xd1','\x24','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x50','\x20','\x20','\x20','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x02','\xfc','\x04','\x10','\x00','\x13','\xfe','\x14','\x20','\x18','\x20','\x31','\x20','\xd1','\x3c','\x11','\x20','\x12','\xa0','\x12','\x60','\x54','\x3e','\x28','\x00','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x04','\x12','\xfa','\x10','\x00','\x17','\xde','\x1a','\x52','\x32','\x52','\xd2','\x52','\x13','\xda','\x12','\x54','\x10','\x10','\x50','\x10','\x20','\x10','\x20','\x00','\x27','\xbc','\x24','\xa4','\x24','\xa4','\xff','\xbc','\x24','\xa4','\x24','\xa4','\x2f','\xbc','\x34','\x04','\xe4','\x04','\x24','\x04','\x24','\x04','\x24','\x04','\x24','\x04','\xa4','\x14','\x44','\x08','\x10','\x40','\x10','\x20','\x13','\xfc','\x12','\x04','\xfa','\x04','\x13','\xfc','\x16','\x00','\x1a','\x28','\x32','\x24','\xd3','\xfe','\x12','\x20','\x12','\x50','\x12','\x50','\x14','\x88','\x55','\x04','\x2a','\x02','\x21','\x00','\x21','\xf8','\x22','\x08','\x23','\xf0','\xf8','\x10','\x27','\xfe','\x20','\x80','\x29','\x44','\x36','\x68','\xe0','\xb0','\x21','\x28','\x26','\x68','\x20','\xa4','\x21','\x22','\xa6','\xa0','\x40','\x40','\x11','\x10','\x11','\x12','\x11','\xd4','\x11','\x18','\xfd','\x52','\x11','\x92','\x11','\x2e','\x14','\x40','\x19','\xfc','\x31','\x04','\xd1','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x51','\xfc','\x21','\x04','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x11','\x24','\x11','\xac','\x15','\x74','\x19','\x24','\x31','\xfc','\xd0','\x20','\x10','\x70','\x10','\xa8','\x11','\x24','\x52','\x22','\x20','\x20','\x10','\x10','\x13','\xd4','\x10','\x58','\x12','\x52','\xfd','\x8c','\x10','\x88','\x11','\x04','\x12','\xfa','\x18','\x20','\x30','\x20','\xd3','\xfe','\x10','\x20','\x10','\x50','\x10','\x88','\x51','\x04','\x22','\x02','\x20','\x40','\x24','\x44','\x24','\x44','\x24','\x44','\xf7','\xfc','\x20','\x00','\x2f','\xfe','\x20','\x40','\x30','\x80','\xe7','\xfc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\xa4','\xa4','\x44','\x0c','\x20','\x00','\x21','\xfc','\x20','\x48','\x20','\x30','\xfb','\xfe','\x20','\x52','\x20','\x94','\x29','\x10','\x32','\x30','\xe0','\x20','\x23','\xfe','\x20','\x70','\x20','\xa8','\x21','\x24','\xa6','\x22','\x40','\x20','\x20','\x08','\x20','\x3c','\x27','\xc0','\x20','\x40','\xf8','\x40','\x2f','\xfe','\x20','\x40','\x29','\x40','\x36','\x5c','\xe4','\x44','\x24','\x44','\x27','\x5c','\x24','\x44','\x24','\x44','\xa7','\xfc','\x44','\x04','\x20','\x00','\x2f','\xde','\x24','\x92','\x24','\x92','\xf4','\x94','\x27','\x94','\x24','\x98','\x24','\x94','\x37','\x92','\xe4','\x92','\x24','\x92','\x25','\xda','\x2e','\x94','\x20','\x90','\xa0','\x90','\x40','\x90','\x20','\x40','\x20','\xa0','\x21','\x10','\x22','\x08','\xfd','\xf6','\x20','\x00','\x23','\xc4','\x2a','\x54','\x32','\x54','\xe3','\xd4','\x22','\x54','\x22','\x54','\x23','\xd4','\x22','\x44','\xa2','\x54','\x42','\xc8','\x10','\x40','\x10','\x80','\x11','\xfc','\x12','\x48','\xfd','\x30','\x10','\xc0','\x13','\x00','\x11','\xfc','\x1a','\x20','\x30','\x20','\xd3','\xfe','\x10','\x20','\x11','\x24','\x11','\x24','\x51','\xfc','\x20','\x04','\x01','\x00','\x7f','\xfe','\x44','\x42','\x9f','\xf4','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x08','\x20','\x17','\xd0','\x21','\x08','\xdf','\xf6','\x01','\x00','\x7f','\xf8','\x01','\x00','\x03','\x00','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\xfd','\xfc','\x10','\x88','\x13','\xfe','\x14','\x20','\x19','\xfc','\x31','\x24','\xd1','\xfc','\x11','\x24','\x13','\xfe','\x11','\x04','\x51','\x14','\x21','\x08','\x11','\x08','\x10','\x88','\x10','\x90','\x13','\xfc','\xfc','\x40','\x11','\xf8','\x10','\x40','\x17','\xfe','\x18','\x80','\x31','\x00','\xd1','\xfc','\x12','\x20','\x14','\x20','\x18','\x20','\x53','\xfe','\x20','\x00','\x20','\x00','\x27','\xbc','\x20','\x84','\x20','\x84','\xf7','\xbc','\x24','\x20','\x24','\x20','\x27','\xbc','\x30','\x84','\xe4','\xa4','\x22','\x94','\x22','\x94','\x24','\xa4','\x20','\x84','\xa5','\x28','\x42','\x10','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\xc8','\xfd','\x24','\x13','\xfe','\x15','\x04','\x11','\xfc','\x19','\x04','\x31','\xfc','\xd1','\x00','\x11','\xfc','\x12','\x84','\x12','\x84','\x54','\xfc','\x20','\x84','\x13','\xfc','\x11','\x08','\x11','\xf8','\x11','\x08','\xfd','\xf8','\x11','\x0e','\x17','\xf8','\x18','\x08','\x37','\xfe','\xd2','\x94','\x13','\x9c','\x12','\x94','\x13','\x9c','\x12','\xd6','\x57','\xbc','\x20','\x84','\x10','\x20','\x10','\x40','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x11','\x04','\x11','\xfc','\x15','\x00','\x19','\xfe','\x31','\x00','\xd1','\xfe','\x10','\x42','\x12','\x4a','\x13','\xfa','\x50','\x14','\x20','\x08','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x10','\x00','\x14','\x00','\x1b','\xde','\x30','\x42','\xd2','\x52','\x11','\x4a','\x12','\x52','\x10','\x42','\x51','\x4a','\x20','\x84','\x10','\x28','\x10','\x24','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x11','\x24','\x11','\xfc','\x15','\x24','\x19','\xfc','\x31','\x24','\xd0','\x08','\x13','\xfe','\x10','\x88','\x10','\x48','\x50','\x48','\x20','\x18','\x10','\x20','\x12','\x22','\x13','\xfe','\x10','\x90','\xfc','\x88','\x11','\xfe','\x13','\x10','\x15','\x10','\x19','\xfe','\x31','\x10','\xd1','\x10','\x11','\xfe','\x11','\x10','\x11','\x10','\x51','\xfe','\x21','\x00','\x08','\x20','\x7e','\x20','\x08','\xf8','\xff','\x28','\x14','\x28','\x7f','\x6a','\x08','\x2a','\xff','\x56','\x08','\xa2','\x1f','\xc0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x10','\x20','\x13','\xfe','\x10','\x20','\x11','\xfc','\xfd','\x24','\x11','\xfc','\x11','\x24','\x15','\xfc','\x18','\x22','\x33','\xfe','\xd0','\x08','\x13','\xfe','\x11','\x08','\x10','\x88','\x50','\x28','\x20','\x10','\x20','\x00','\x27','\xbc','\x20','\x84','\x24','\xa4','\xfa','\x94','\x24','\xa4','\x20','\x50','\x29','\x88','\x36','\x26','\xe0','\xc0','\x23','\x10','\x20','\x64','\x23','\x88','\x20','\x30','\xa0','\xc0','\x47','\x00','\x22','\xac','\x24','\x44','\x26','\xac','\x24','\x44','\xf6','\xac','\x24','\x04','\x2f','\xfe','\x2a','\x0a','\x33','\xf8','\xe2','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x20','\xa0','\xa1','\x24','\x46','\x1c','\x24','\x80','\x24','\x82','\x24','\x9c','\x2f','\xd0','\xf4','\x90','\x27','\x90','\x24','\x9e','\x27','\x94','\x34','\x94','\xe4','\x94','\x2f','\xd4','\x20','\x14','\x25','\x14','\x28','\xa4','\xb0','\x24','\x40','\x44','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\xfb','\xfe','\x11','\x08','\x17','\x9c','\x19','\x08','\x31','\x88','\xd6','\x3e','\x10','\x00','\x13','\xfe','\x10','\x90','\x10','\x90','\x51','\x12','\x22','\x0e','\x20','\x24','\x23','\xa8','\x20','\x92','\x25','\x14','\xf2','\x08','\x2c','\x04','\x27','\xba','\x20','\xa8','\x37','\xc6','\xe4','\x00','\x27','\xbc','\x20','\x84','\x20','\xa8','\x20','\x90','\xa5','\x28','\x42','\x44','\x20','\x40','\x20','\x40','\x27','\xfc','\x20','\xa0','\xf5','\x14','\x22','\x08','\x27','\xfc','\x2a','\x0a','\x33','\xf8','\xe2','\x08','\x23','\xf8','\x20','\x40','\x22','\x48','\x24','\x44','\xa9','\x44','\x40','\x80','\x20','\x88','\x22','\xaa','\x22','\xdc','\x24','\x88','\xf9','\x54','\x22','\x22','\x20','\x00','\x2b','\xfe','\x32','\x42','\xe4','\x44','\x23','\xfc','\x20','\x44','\x20','\x44','\x20','\x84','\xa1','\x14','\x42','\x08','\x20','\x14','\x20','\x12','\x27','\xfe','\x24','\x10','\xf5','\xd0','\x24','\x14','\x25','\xd4','\x25','\x58','\x35','\xca','\xe4','\x16','\x24','\x42','\x28','\x24','\x22','\xa2','\x22','\x8a','\xa4','\x78','\x40','\x00','\x10','\x40','\x10','\x7c','\x10','\x40','\x13','\xfe','\xfe','\x42','\x12','\x78','\x13','\xc4','\x16','\x3c','\x1a','\x00','\x33','\xfe','\xd2','\x40','\x13','\xa4','\x12','\x58','\x15','\xb4','\x54','\x52','\x29','\xb0','\x20','\x40','\x20','\xa0','\x21','\x10','\x22','\x48','\xfd','\xf6','\x20','\xa0','\x22','\x48','\x2a','\xa8','\x33','\xf8','\xe0','\x40','\x27','\xfc','\x24','\x84','\x25','\x24','\x25','\xf4','\xa4','\x14','\x44','\x0c','\x10','\x20','\x13','\xff','\x10','\x00','\xfd','\xfe','\x11','\x02','\x11','\x7a','\x11','\x4a','\x15','\x7a','\x19','\x02','\x31','\xfe','\xd0','\x00','\x10','\xfc','\x10','\x84','\x10','\xfc','\x50','\x84','\x33','\xff','\x10','\x00','\x13','\xfe','\x12','\x52','\x13','\xfe','\xfc','\x20','\x11','\xfc','\x14','\x20','\x1b','\xfe','\x30','\x88','\xd0','\x50','\x11','\xfc','\x10','\x20','\x17','\xfe','\x10','\x20','\x50','\x20','\x20','\x20','\x20','\x10','\x24','\x10','\x22','\x7c','\x20','\x10','\xf8','\xfe','\x20','\x44','\x26','\x28','\x2a','\xfe','\x32','\x10','\xe2','\x7c','\x22','\x10','\x22','\xfe','\x22','\x10','\x22','\x10','\xa5','\xfe','\x48','\x00','\x3e','\x10','\x22','\xfe','\x3e','\x44','\x20','\x28','\x7e','\xfe','\xa2','\x10','\x3e','\xfc','\x22','\x10','\x00','\x20','\x1f','\xc0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x20','\x00','\x27','\xfc','\x20','\x40','\x2f','\xfe','\xf8','\x42','\x23','\x58','\x20','\x40','\x2b','\x58','\x30','\x00','\xe7','\xfc','\x24','\x44','\x24','\x44','\x27','\xfc','\x24','\x44','\xa4','\x44','\x47','\xfc','\x20','\x00','\x27','\xbc','\x24','\xa4','\x27','\xbc','\xfc','\xa4','\x27','\xbc','\x24','\x84','\x2d','\xf4','\x36','\x94','\xe4','\xe4','\x27','\x1c','\x24','\xe4','\x24','\xa4','\x24','\xa4','\xa4','\xe4','\x44','\x0c','\x0a','\x00','\x33','\xb8','\x22','\x08','\x3b','\xb8','\x20','\x88','\x3a','\xb8','\x22','\x88','\xff','\xfe','\x08','\x20','\x37','\xd8','\xc1','\x06','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x0a','\x00','\x33','\xb8','\x22','\x08','\x3b','\xb8','\x20','\x88','\x3a','\xb8','\x22','\x88','\xff','\xfe','\x08','\x20','\x11','\x10','\x2f','\xe8','\xc1','\x06','\x1f','\xf0','\x01','\x00','\x01','\x00','\x01','\x00','\x20','\x80','\x20','\x40','\x27','\xfc','\x21','\x10','\xf0','\xa4','\x2f','\x58','\x25','\x54','\x25','\x52','\x3b','\x58','\xe0','\x00','\x22','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\xa2','\x08','\x44','\x08','\x20','\x40','\x2f','\xfe','\x20','\x40','\x27','\xfc','\xf0','\x00','\x23','\xf8','\x22','\x08','\x2f','\xfe','\x38','\x02','\xe7','\xfc','\x21','\x10','\x23','\xf8','\x20','\x40','\x27','\xfc','\xa0','\x40','\x4f','\xfe','\x10','\x20','\x10','\x20','\x10','\x40','\x10','\x88','\xfd','\x04','\x13','\xfe','\x10','\x02','\x14','\x00','\x19','\xfc','\x31','\x04','\xd1','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x51','\xfc','\x21','\x04','\x20','\x40','\x27','\xfc','\x20','\x40','\x23','\xfc','\xf8','\x00','\x27','\xfe','\x20','\x02','\x2b','\xf8','\x30','\x40','\xe7','\xfe','\x20','\x00','\x27','\xfe','\x20','\x08','\x27','\xfe','\xa4','\xa8','\x47','\x98','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x02','\xfd','\xfc','\x11','\x48','\x16','\x50','\x19','\xfc','\x33','\x04','\xd1','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x50','\x88','\x21','\x04','\x27','\x90','\x25','\x1e','\x27','\xa8','\x24','\x84','\xff','\xbe','\x25','\x2a','\x27','\xbe','\x28','\x00','\x33','\xf8','\xe2','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x20','\xa0','\xa1','\x24','\x46','\x1c','\x12','\x10','\x13','\xde','\x15','\x28','\x10','\x84','\xfd','\x08','\x10','\x90','\x17','\xfe','\x10','\x00','\x1b','\xd4','\x32','\x54','\xd3','\xd4','\x12','\x54','\x13','\xd4','\x12','\x44','\x52','\x54','\x22','\xc8','\x20','\x40','\x20','\x20','\x27','\xfe','\x24','\x88','\xfd','\xfc','\x24','\x88','\x27','\xfe','\x2c','\x20','\x35','\xfc','\xe5','\x24','\x25','\xfc','\x25','\x24','\x25','\xfc','\x24','\x00','\xa4','\x88','\x49','\x04','\x24','\x40','\x22','\x8e','\x2f','\xea','\xf2','\x8a','\x2f','\xea','\x2a','\xaa','\x2c','\x6c','\x3b','\xaa','\xe8','\x2a','\x2f','\xea','\x21','\x0a','\x2f','\xea','\x22','\x8c','\x24','\x48','\xa8','\x28','\x40','\x08','\x20','\x00','\x27','\xfc','\x24','\xa4','\x24','\xa4','\xf7','\xfc','\x22','\x20','\x24','\xa4','\x27','\xb8','\x30','\x22','\xef','\x9e','\x28','\x80','\x2f','\xa4','\x28','\xb8','\x2f','\xa2','\xa8','\xa2','\x49','\x9e','\x22','\x88','\x21','\x08','\xfa','\xbe','\x20','\x08','\x72','\x9c','\xa9','\x2a','\x22','\x88','\xff','\xfe','\x08','\x20','\x37','\xd8','\xc1','\x06','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x24','\x44','\x24','\xe4','\x28','\xa8','\x2a','\xaa','\xfe','\xee','\x24','\xa4','\x2a','\xaa','\x2e','\xee','\x32','\x42','\xe0','\x40','\x2f','\xfe','\x20','\xe0','\x21','\x50','\x22','\x48','\xac','\x46','\x40','\x40','\x20','\x40','\x27','\xfc','\x20','\x00','\x23','\xb8','\xfa','\xa8','\x23','\xb8','\x21','\x10','\x2f','\xfc','\x31','\x10','\xe7','\xfc','\x21','\x10','\x2f','\xfe','\x21','\x28','\x23','\x10','\xad','\x48','\x41','\x86','\x12','\x22','\x13','\xfe','\x10','\x90','\x11','\xfe','\xfb','\x10','\x15','\xfe','\x11','\x10','\x19','\xfe','\x31','\x10','\xd1','\xfe','\x11','\x00','\x13','\xfe','\x12','\x8a','\x13','\x76','\x52','\x52','\x22','\x76','\x10','\x88','\x11','\xdc','\x10','\x88','\x13','\xde','\xfc','\x88','\x11','\x54','\x12','\x22','\x11','\xfc','\x19','\x04','\x31','\xfc','\xd1','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x50','\x88','\x21','\x04','\x25','\x18','\x25','\x14','\x2f','\x90','\x25','\x3e','\xf7','\x28','\x22','\x68','\x2f','\xbe','\x2a','\xa8','\x3f','\xa8','\xe2','\x3e','\x2f','\xa8','\x22','\x28','\x3f','\xe8','\x25','\x3e','\xa8','\xa0','\x50','\x60','\x21','\x08','\x4f','\xd2','\xf0','\x3c','\x23','\x88','\x48','\x12','\xfb','\xbe','\x02','\x80','\xab','\xaa','\x00','\x20','\x1f','\xc0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x13','\xde','\x12','\x52','\x13','\xde','\x12','\x52','\xfb','\xde','\x10','\xa0','\x11','\xfe','\x1b','\x20','\x35','\xfc','\xd1','\x20','\x11','\xfe','\x10','\x00','\x11','\xfc','\x10','\x88','\x50','\x70','\x27','\x8e','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf0','\x10','\x10','\x08','\x20','\x04','\x40','\x02','\x80','\x01','\x00','\x06','\xc0','\x18','\x30','\xe0','\x0e','\x04','\x00','\x04','\x00','\x04','\x00','\x0f','\xfe','\x08','\x10','\x10','\x10','\x30','\x20','\x48','\x20','\x84','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x40','\x00','\x40','\xfe','\x40','\x20','\x80','\x20','\xfe','\x21','\x08','\x42','\x88','\x7c','\x88','\x04','\x88','\x04','\x50','\x04','\x50','\x04','\x20','\x04','\x50','\x04','\x88','\x29','\x04','\x12','\x02','\x08','\x40','\x08','\x40','\x48','\x40','\x48','\x80','\x48','\xfe','\x49','\x08','\x4a','\x88','\x48','\x88','\x48','\x88','\x58','\x50','\x68','\x50','\x48','\x20','\x08','\x50','\x08','\x88','\x09','\x04','\x0a','\x02','\x08','\x20','\x08','\x20','\x08','\x20','\x10','\x3e','\x12','\x44','\x32','\x44','\x52','\x44','\x92','\xa4','\x12','\x28','\x12','\x28','\x12','\x10','\x12','\x10','\x12','\x28','\x10','\x48','\x10','\x84','\x11','\x02','\x00','\x40','\x00','\x40','\x7c','\x40','\x54','\x80','\x54','\xfe','\x55','\x08','\x56','\x88','\x7c','\x88','\x54','\x88','\x54','\x50','\x54','\x50','\x54','\x20','\x7c','\x50','\x44','\x88','\x01','\x04','\x02','\x02','\x10','\x20','\x08','\x20','\x00','\x20','\xff','\x3e','\x00','\x44','\x24','\x44','\x42','\x44','\x81','\xa4','\x24','\x28','\x14','\x28','\x08','\x10','\x14','\x10','\x22','\x28','\x42','\x48','\x80','\x84','\x01','\x02','\x08','\x20','\x08','\x20','\x08','\x20','\x7f','\x3e','\x08','\x44','\x3e','\x44','\x08','\x44','\xff','\xa4','\x10','\x28','\x1e','\x28','\x12','\x10','\x12','\x10','\x22','\x28','\x2a','\x48','\x44','\x84','\x81','\x02','\x08','\x20','\x08','\x20','\xff','\xa0','\x08','\x3e','\x08','\x44','\x7f','\x44','\x49','\x44','\x49','\xa4','\x7f','\x28','\x08','\x28','\x1c','\x10','\x2a','\x10','\x49','\x28','\x88','\x48','\x08','\x84','\x09','\x02','\x08','\x10','\x08','\x10','\x14','\x10','\x22','\x1e','\x41','\x10','\xbe','\x10','\x08','\xfc','\x08','\x44','\x7f','\x44','\x08','\x44','\x2a','\x28','\x29','\x28','\x49','\x10','\x88','\x28','\x28','\x44','\x10','\x82','\x08','\x20','\x08','\x20','\x14','\x20','\x22','\x3e','\x41','\x44','\xbe','\x44','\x08','\x44','\x08','\xa4','\x7f','\x28','\x08','\x28','\x2a','\x10','\x29','\x10','\x49','\x28','\x88','\x48','\x28','\x84','\x11','\x02','\x08','\x20','\x49','\x20','\x29','\x20','\x2a','\x3e','\x08','\x44','\x7f','\x44','\x41','\x44','\x41','\xa4','\x5d','\x28','\x55','\x28','\x55','\x10','\x55','\x10','\x5d','\x28','\x41','\x28','\x45','\x44','\x42','\x82','\x08','\x10','\x49','\x10','\x29','\x10','\x2a','\x20','\x08','\x3e','\x7f','\x44','\x49','\x24','\x49','\x24','\x5d','\x24','\x6b','\x28','\x49','\x28','\x49','\x10','\x49','\x28','\x41','\x28','\x45','\x44','\x42','\x82','\x10','\x10','\x08','\x10','\xff','\x10','\x00','\x1e','\x7e','\x10','\x42','\x10','\x7e','\xfc','\x00','\x44','\xff','\x44','\x81','\x44','\xbd','\x28','\xa5','\x28','\xbd','\x10','\x81','\x28','\x85','\x44','\x82','\x82','\x08','\x10','\x7f','\x10','\x49','\x10','\xff','\xa0','\x49','\x3e','\x7f','\x44','\x08','\x24','\x7f','\x24','\x49','\x24','\x7f','\x28','\x10','\x28','\xff','\x10','\x21','\x28','\x72','\x28','\x0c','\x44','\xf3','\x82','\x08','\x20','\x08','\x20','\x14','\x20','\x22','\x3e','\x41','\x44','\xbe','\x44','\x00','\x44','\x00','\xa4','\x77','\x28','\x55','\x28','\x55','\x10','\x77','\x10','\x22','\x28','\x22','\x28','\x55','\x44','\x88','\x82','\x49','\x20','\x2a','\x3e','\x7f','\x48','\x49','\x48','\x5d','\xa8','\x6b','\x10','\x49','\x28','\x41','\x46','\x00','\x00','\xff','\xfe','\x10','\x80','\x3e','\x98','\x42','\xe0','\x24','\x84','\x18','\x84','\xe0','\x7c','\x21','\x04','\x47','\xc8','\x88','\x12','\xf3','\xbc','\x20','\x08','\x4b','\x92','\xf8','\x3e','\x03','\x80','\xaa','\xaa','\xab','\xaa','\x08','\x00','\x1f','\xf8','\x28','\x20','\x07','\xc0','\x18','\x30','\xe0','\x0e','\x10','\x08','\x10','\x88','\x3c','\x48','\x24','\x48','\x48','\x08','\xbe','\x88','\x2a','\x48','\x2a','\x48','\x3e','\x08','\x2a','\x0e','\x2a','\xf8','\x3e','\x08','\x2a','\x08','\x4a','\x08','\x42','\x08','\x86','\x08','\x22','\x08','\x22','\x48','\xff','\x28','\x22','\x28','\x3e','\x08','\x22','\x48','\x3e','\x28','\x22','\x28','\x22','\x0e','\xff','\x78','\x40','\x08','\x54','\x08','\x62','\x08','\x40','\x08','\x7e','\x08','\x00','\x08','\x00','\x08','\x00','\x1c','\xfc','\xe0','\x10','\x80','\x10','\x80','\x20','\x80','\x3c','\xfe','\x64','\x88','\x64','\x88','\xa4','\x88','\x24','\x88','\x24','\x88','\x3d','\x08','\x25','\x08','\x22','\x08','\x04','\x08','\x08','\x82','\x50','\x9c','\x5d','\x50','\x49','\xd0','\x54','\x90','\x5d','\xde','\x44','\x54','\x7f','\xd4','\x48','\x94','\x50','\x94','\x5d','\x54','\x49','\xd4','\x54','\x94','\x5d','\xd4','\x44','\x64','\x7f','\xc4','\x20','\x80','\x10','\x80','\x10','\xfe','\x01','\x00','\xfe','\x00','\x20','\xfc','\x20','\x84','\x3c','\xa4','\x24','\x94','\x24','\x84','\x25','\xfe','\x24','\x84','\x24','\x84','\x45','\x04','\x55','\x14','\x8a','\x08','\x20','\x80','\x10','\x80','\x10','\xfe','\x01','\x20','\xfe','\x20','\x21','\xfe','\x20','\x20','\x3c','\x20','\x25','\xfc','\x25','\x24','\x25','\x24','\x25','\x24','\x25','\x34','\x45','\x28','\x54','\x20','\x88','\x20','\x02','\x00','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\x7f','\xfe','\x42','\x02','\x81','\x04','\x3f','\xf8','\x04','\x00','\x04','\x00','\x07','\xf0','\x08','\x10','\x08','\x10','\x10','\x50','\x20','\x20','\x20','\x80','\x10','\x80','\x10','\xfe','\x01','\x00','\xfe','\x1c','\x21','\xe0','\x20','\x20','\x3c','\x3c','\x25','\xe0','\x24','\x20','\x24','\x3e','\x27','\xe0','\x24','\x20','\x44','\x22','\x54','\x22','\x88','\x1e','\x20','\x80','\x10','\x80','\x10','\xfe','\x01','\x10','\xfe','\x10','\x20','\x90','\x20','\xfe','\x3c','\x90','\x25','\x10','\x24','\x10','\x24','\xfe','\x24','\x10','\x24','\x10','\x44','\x10','\x55','\xfe','\x88','\x00','\x21','\x00','\x11','\x00','\x11','\xfe','\x02','\x40','\xfc','\x20','\x21','\xfe','\x20','\x40','\x3c','\x84','\x25','\xfe','\x24','\x02','\x24','\xa8','\x24','\xa8','\x24','\xa8','\x44','\xaa','\x55','\x2a','\x8a','\x26','\x21','\x00','\x11','\x00','\x11','\xfe','\x02','\x00','\xfc','\x1c','\x23','\xe0','\x21','\x24','\x3c','\xa8','\x27','\xfe','\x25','\x24','\x26','\x02','\x25','\xfc','\x25','\x24','\x45','\xfc','\x55','\x24','\x89','\xfc','\x20','\x3c','\x13','\xe0','\x11','\x24','\x00','\xa8','\xfd','\xfe','\x20','\xa8','\x21','\x24','\x3e','\x02','\x25','\xfc','\x25','\x24','\x25','\x24','\x25','\xfc','\x25','\x24','\x45','\x24','\x55','\xfc','\x89','\x04','\x00','\x00','\x3f','\xf0','\x02','\x00','\x02','\x00','\x02','\x00','\x02','\x00','\x7f','\xfc','\x04','\x80','\x04','\x80','\x04','\x80','\x08','\x80','\x08','\x80','\x10','\x84','\x20','\x84','\x40','\x7c','\x80','\x00','\x00','\x00','\x3f','\xf0','\x02','\x00','\x02','\x00','\x42','\x00','\x42','\x00','\x7f','\xfc','\x04','\x80','\x04','\x80','\x04','\x80','\x08','\x80','\x08','\x80','\x10','\x84','\x20','\x84','\x40','\x7c','\x80','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xfc','\x20','\x80','\x20','\x80','\x21','\x40','\x21','\x40','\x22','\x20','\x44','\x10','\x48','\x08','\x90','\x06','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x02','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x04','\x40','\x03','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x01','\xfc','\x79','\x04','\x49','\x04','\x49','\x04','\x49','\xfc','\x49','\x00','\x79','\x40','\x49','\x44','\x49','\x48','\x49','\x70','\x49','\x40','\x79','\x42','\x4a','\x42','\x02','\x3e','\x04','\x00','\x08','\x00','\x04','\x00','\x02','\x7c','\x3c','\x44','\x04','\x44','\x04','\xc4','\x75','\x7c','\x16','\x44','\x16','\x44','\x15','\x44','\x25','\x7c','\x24','\x80','\x44','\x40','\x84','\x30','\x14','\x0e','\x08','\x00','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x0c','\x00','\x70','\xfc','\x44','\x84','\x44','\x84','\x5c','\x84','\x64','\x94','\x48','\x88','\x10','\x80','\x60','\x80','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\xff','\xfe','\x08','\x00','\x1f','\xf8','\x22','\x48','\x44','\x48','\x08','\x88','\x11','\x08','\x22','\x28','\x04','\x10','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x42','\x04','\x02','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x00','\x40','\x00','\x44','\x7a','\x44','\x49','\x48','\x49','\x50','\x48','\x40','\x4f','\xfe','\x78','\x90','\x48','\x90','\x48','\x90','\x48','\x90','\x48','\x92','\x79','\x12','\x49','\x12','\x02','\x0e','\x04','\x00','\x00','\x00','\x7f','\xfc','\x08','\x10','\x10','\x20','\x24','\x48','\x7e','\xfc','\x02','\x04','\x00','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x24','\x48','\x14','\x50','\x0c','\x60','\x14','\x50','\x64','\x48','\x08','\x42','\x10','\x42','\x60','\x3e','\x01','\x84','\x00','\x68','\x78','\x30','\x48','\xc8','\x4b','\x04','\x48','\x40','\x7b','\xfe','\x48','\xa0','\x49','\x20','\x4b','\xfc','\x4d','\x24','\x79','\x24','\x49','\x34','\x01','\x28','\x00','\x20','\x00','\x20','\x01','\x00','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x00','\x00','\x03','\xfe','\x78','\x40','\x48','\x40','\x49','\xfc','\x48','\x84','\x48','\x84','\x7b','\xfe','\x48','\x00','\x48','\x00','\x49','\xfc','\x49','\x04','\x79','\x04','\x49','\x04','\x01','\xfc','\x01','\x04','\x00','\x20','\x01','\x20','\x79','\x20','\x49','\xfc','\x49','\x20','\x4a','\x20','\x78','\x20','\x4b','\xfe','\x48','\x00','\x48','\x00','\x49','\xfc','\x79','\x04','\x49','\x04','\x01','\x04','\x01','\xfc','\x01','\x04','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xfc','\x20','\x00','\x2f','\xf8','\x20','\x00','\x3f','\xfe','\x29','\x08','\x28','\x90','\x48','\x60','\x4a','\x18','\x8c','\x06','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x88','\x3f','\xfc','\x20','\x80','\x20','\x88','\x3e','\x88','\x22','\x50','\x22','\x50','\x2a','\x24','\x44','\x54','\x41','\x8c','\x86','\x04','\x08','\x0c','\x08','\xf0','\x7e','\x80','\x08','\x80','\x0e','\xfe','\x78','\x88','\x08','\x88','\x29','\x08','\x12','\x08','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x02','\x00','\x02','\x0c','\xf2','\x70','\x92','\x40','\x9f','\x40','\x92','\x40','\x92','\x7e','\xf6','\x48','\x97','\x48','\x9a','\xc8','\x9a','\x48','\x92','\x48','\xf2','\x48','\x92','\x48','\x02','\x48','\x02','\x88','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\xfc','\x7e','\x04','\x40','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x7f','\xfc','\x41','\x04','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x00','\x88','\x00','\x88','\x7b','\xfe','\x48','\x88','\x48','\xa8','\x48','\x20','\x49','\xfc','\x79','\x24','\x49','\x24','\x49','\x24','\x4b','\xfe','\x48','\x20','\x78','\x50','\x48','\x88','\x01','\x04','\x02','\x02','\x00','\x00','\x03','\xfe','\x7a','\x22','\x48','\x20','\x4b','\xfe','\x48','\x20','\x79','\xfc','\x49','\x24','\x49','\xfc','\x49','\x24','\x49','\xfc','\x78','\x20','\x4b','\xfe','\x00','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x20','\x7b','\xfe','\x4a','\x02','\x4c','\x04','\x49','\xfc','\x48','\x00','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x79','\x04','\x48','\x00','\x03','\xfe','\x00','\x00','\x00','\x00','\x01','\xf8','\x79','\x08','\x49','\xf8','\x49','\x08','\x49','\xf8','\x78','\x00','\x4b','\xfe','\x49','\x00','\x49','\xfc','\x4a','\x54','\x7c','\x94','\x49','\x24','\x02','\x44','\x00','\xa8','\x01','\x10','\x00','\x00','\x03','\xfe','\x7a','\x02','\x48','\x00','\x49','\xfc','\x49','\x04','\x49','\xfc','\x79','\x04','\x49','\xfc','\x48','\x40','\x48','\x20','\x4b','\xfe','\x78','\x00','\x48','\x88','\x01','\x04','\x02','\x02','\x10','\x00','\x7e','\xfc','\x42','\x10','\x7e','\x90','\x42','\xfe','\x7e','\x30','\x40','\x50','\x7c','\x92','\x41','\x0e','\x5f','\xf0','\x70','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\xff','\xfe','\x07','\xf8','\x44','\x08','\x27','\xf8','\x24','\x08','\x07','\xf8','\x02','\x40','\xe7','\xfc','\x2c','\x40','\x37','\xf8','\x24','\x40','\x27','\xf8','\x24','\x40','\x27','\xfc','\x54','\x00','\x8f','\xfe','\x00','\x00','\x00','\x20','\x00','\x20','\x79','\xfc','\x48','\x20','\x4b','\xfe','\x49','\x08','\x7b','\x9c','\x49','\x08','\x49','\x88','\x4e','\x3e','\x48','\x00','\x7b','\xfe','\x48','\x90','\x00','\x90','\x01','\x12','\x02','\x0e','\x02','\x08','\x01','\x08','\xf7','\xc8','\x90','\x10','\x97','\x9e','\x94','\x94','\x97','\xa4','\xf0','\x14','\x97','\x94','\x90','\x94','\x91','\x14','\x91','\xc8','\xf7','\x08','\x91','\x14','\x05','\x24','\x02','\x42','\x49','\x20','\x2a','\x3e','\x7f','\x48','\x49','\x48','\x5d','\xa8','\x6b','\x10','\x49','\x28','\x41','\x46','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x88','\x03','\xfe','\x78','\x88','\x48','\x00','\x49','\xfc','\x48','\xa8','\x48','\xa8','\x7b','\xfe','\x48','\xa8','\x48','\xa8','\x49','\xfc','\x48','\x20','\x7b','\xfe','\x48','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\xf7','\xfc','\x90','\xa0','\x95','\x14','\x92','\x08','\x97','\xfc','\xfa','\x0a','\x93','\xf8','\x92','\x08','\x93','\xf8','\x90','\x40','\xf2','\x48','\x94','\x44','\x09','\x44','\x00','\x80','\x00','\x3c','\x03','\xc0','\xf0','\x44','\x92','\x24','\x91','\x08','\x97','\xfe','\x94','\x42','\xf2','\xa4','\x92','\x8a','\x94','\x7a','\x90','\x80','\x90','\xf8','\xf1','\x08','\x92','\x90','\x00','\x60','\x07','\x9e','\x01','\x10','\x07','\xfc','\xf1','\x10','\x97','\xfc','\x94','\x04','\x93','\xf8','\x90','\x00','\xf7','\xfc','\x90','\x80','\x91','\x44','\x96','\xa8','\x91','\x70','\xf6','\xa8','\x91','\x26','\x06','\xa0','\x00','\x40','\x00','\x40','\x00','\x20','\xf7','\xfe','\x94','\x88','\x95','\xfc','\x94','\x88','\x97','\xfe','\xf4','\x20','\x95','\xfc','\x95','\x24','\x95','\xfc','\x95','\x24','\xf5','\xfc','\x94','\x00','\x04','\x88','\x09','\x04','\x00','\x20','\x00','\x10','\x78','\x10','\x49','\xfe','\x49','\x00','\x49','\x10','\x79','\x10','\x49','\x10','\x49','\x10','\x49','\x20','\x49','\x28','\x79','\x24','\x4a','\x44','\x02','\xfe','\x04','\x42','\x08','\x00','\x01','\x10','\x07','\xfc','\xf0','\x40','\x93','\xf8','\x90','\x40','\x97','\xfc','\x90','\x00','\xf3','\xd4','\x91','\x12','\x97','\xfe','\x93','\x50','\x95','\x34','\xf3','\x8c','\x90','\x8a','\x02','\x96','\x01','\x02','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x22','\x88','\x3e','\xf8','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x04','\x90','\x1c','\x60','\x67','\x1c','\x00','\x00','\x00','\x00','\x7f','\xfc','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x7f','\xe4','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x7f','\xfc','\x40','\x04','\x00','\x00','\x00','\x00','\x01','\x20','\x01','\x10','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x90','\x00','\xa0','\x00','\x42','\x01','\xa2','\x0e','\x1a','\xf0','\x06','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x00','\x08','\x00','\x1f','\xfc','\x21','\x04','\x52','\x84','\x94','\x44','\x10','\x04','\x1f','\x84','\x00','\x28','\x00','\x10','\x00','\x20','\x3c','\x20','\x25','\x24','\x25','\x24','\x25','\x24','\x3d','\x24','\x25','\xfc','\x24','\x20','\x24','\x20','\x3d','\x24','\x25','\x24','\x25','\x24','\x25','\x24','\x45','\x24','\x55','\xfc','\x88','\x04','\x00','\x40','\x3c','\x20','\x25','\xfc','\x25','\x04','\x25','\x04','\x3d','\xfc','\x25','\x04','\x25','\x04','\x25','\xfc','\x3d','\x20','\x25','\x22','\x25','\x14','\x25','\x08','\x45','\x44','\x55','\x82','\x89','\x00','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\xff','\xfe','\x10','\x10','\x2f','\xe8','\xc8','\x26','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\x08','\x60','\x00','\x88','\x7b','\xfe','\x48','\x88','\x4b','\xfe','\x4a','\x02','\x79','\xfc','\x48','\x00','\x4b','\xfe','\x48','\x40','\x78','\xa2','\x4b','\x54','\x48','\xb8','\x4b','\x54','\x48','\x92','\x4b','\x50','\x98','\x20','\x01','\x10','\x78','\x90','\x4b','\xde','\x48','\x10','\x4a','\x5e','\x79','\x82','\x4b','\xde','\x48','\x10','\x4b','\xde','\x7a','\x50','\x4b','\xde','\x4a','\x50','\x4b','\xde','\x4a','\x50','\x4a','\x52','\x9a','\xce','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x22','\x00','\x7f','\x7c','\x22','\x44','\x3e','\x44','\x08','\x7c','\x7f','\x44','\x49','\x44','\x7f','\x7c','\x08','\x44','\xff','\x54','\x08','\x88','\x01','\x00','\x01','\x20','\x01','\x10','\x01','\x00','\xff','\xfe','\x01','\x00','\x09','\x20','\x09','\x20','\x09','\x20','\x09','\x20','\x11','\x20','\x11','\x20','\x21','\x20','\x41','\x1e','\x81','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x28','\x23','\x90','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x00','\x00','\x3f','\xf0','\x08','\x10','\x08','\x20','\x08','\x3c','\x10','\x04','\x10','\x04','\x20','\x14','\x41','\x08','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x08','\x80','\x08','\x40','\x08','\x40','\x08','\x20','\xfe','\x20','\x08','\x20','\x18','\x20','\x1c','\x50','\x2a','\x50','\x2a','\x50','\x48','\x48','\x88','\x88','\x08','\x88','\x08','\x84','\x09','\x04','\x0a','\x02','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\xfd','\xfc','\x10','\x44','\x30','\x44','\x38','\x44','\x54','\x44','\x54','\x84','\x90','\x84','\x10','\x84','\x11','\x04','\x11','\x04','\x12','\x28','\x14','\x10','\x08','\x00','\x08','\x00','\x09','\xfc','\x08','\x44','\xfe','\x44','\x08','\x44','\x18','\x44','\x1c','\x44','\x2a','\x44','\x2a','\x44','\x48','\x44','\x88','\x84','\x08','\x84','\x09','\x04','\x09','\x28','\x0a','\x10','\x10','\x00','\x11','\xfc','\x10','\x20','\x10','\x20','\xfc','\x20','\x10','\x20','\x30','\x20','\x3b','\xfe','\x54','\x20','\x54','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x00','\x10','\x00','\x11','\xf8','\x10','\x08','\xfc','\x08','\x10','\x08','\x30','\x08','\x39','\xf8','\x55','\x08','\x55','\x00','\x91','\x00','\x11','\x00','\x11','\x02','\x11','\x02','\x10','\xfe','\x10','\x00','\x10','\x00','\x10','\x00','\x11','\xfc','\x10','\x20','\xfc','\x20','\x10','\x20','\x30','\x20','\x38','\x20','\x54','\x20','\x54','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x08','\x48','\x08','\x44','\x08','\x44','\x08','\x40','\xfe','\x5e','\x09','\xe0','\x18','\x40','\x1c','\x40','\x2a','\x40','\x2a','\x40','\x48','\x20','\x88','\x22','\x08','\x12','\x08','\x0a','\x08','\x06','\x08','\x02','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\xfd','\x24','\x11','\x24','\x31','\x24','\x39','\x24','\x55','\x24','\x55','\x24','\x91','\x24','\x11','\x24','\x11','\x24','\x11','\xfc','\x10','\x04','\x10','\x00','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x80','\xfc','\x80','\x10','\x80','\x30','\xfc','\x38','\x84','\x54','\x84','\x54','\x84','\x91','\x04','\x11','\x04','\x12','\x04','\x12','\x04','\x14','\x28','\x18','\x10','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x20','\x10','\x20','\x30','\x20','\x38','\x20','\x55','\xfc','\x50','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x17','\xfe','\x10','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x11','\x10','\x21','\x08','\xc1','\x06','\x01','\x00','\x00','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x01','\x00','\x01','\x00','\x7f','\xfc','\x05','\x20','\x09','\x10','\x31','\x08','\xc5','\x44','\x04','\x40','\x08','\x20','\x11','\x10','\x21','\x08','\xc2','\x06','\x04','\x40','\x08','\x20','\x1f','\xf0','\x00','\x10','\x10','\x00','\x11','\xf8','\x10','\x08','\x10','\x50','\xfc','\x20','\x10','\x10','\x33','\xfe','\x38','\x22','\x54','\x24','\x54','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\xa8','\xfc','\xa4','\x10','\xa2','\x31','\x22','\x39','\x20','\x56','\x24','\x54','\x24','\x90','\x28','\x10','\x08','\x10','\x10','\x10','\x20','\x10','\xc0','\x13','\x00','\x10','\x10','\x10','\x90','\x10','\x90','\x10','\x88','\xfd','\x08','\x11','\x04','\x3a','\x04','\x35','\xfa','\x50','\x88','\x50','\x88','\x90','\x88','\x10','\x88','\x11','\x08','\x11','\x08','\x12','\x28','\x14','\x10','\x10','\x40','\x10','\x20','\x10','\x20','\x13','\xfe','\xfc','\x80','\x10','\x80','\x30','\x80','\x38','\xfc','\x54','\x84','\x54','\x84','\x90','\x84','\x10','\x84','\x11','\x04','\x11','\x04','\x12','\x28','\x14','\x10','\x10','\x40','\x10','\x20','\x10','\x20','\x11','\xfc','\xfd','\x04','\x11','\x04','\x31','\x04','\x39','\xfc','\x55','\x04','\x55','\x00','\x91','\x00','\x11','\x00','\x11','\x00','\x12','\x00','\x12','\x00','\x14','\x00','\x10','\x08','\x10','\x68','\x13','\x88','\x10','\x88','\xfc','\x88','\x10','\x88','\x30','\x88','\x3b','\xfe','\x54','\x88','\x54','\x88','\x90','\x88','\x10','\x88','\x11','\x08','\x11','\x08','\x12','\x08','\x14','\x08','\x10','\x00','\x11','\xfc','\x10','\x88','\x10','\x88','\xfc','\x88','\x10','\x88','\x30','\x88','\x3b','\xfe','\x54','\x88','\x50','\x88','\x90','\x88','\x10','\x88','\x10','\x88','\x11','\x08','\x11','\x08','\x12','\x08','\x22','\x00','\x22','\x00','\x22','\x00','\xfa','\x1e','\x27','\xd2','\x22','\x52','\x72','\x52','\x6a','\x52','\xaa','\x52','\xa2','\x52','\x22','\x52','\x22','\x52','\x24','\x52','\x24','\x5e','\x29','\x52','\x30','\x80','\x10','\x00','\x10','\x00','\x17','\xfe','\x10','\x08','\xfc','\x08','\x13','\xc8','\x32','\x48','\x3a','\x48','\x56','\x48','\x52','\x48','\x93','\xc8','\x12','\x48','\x10','\x08','\x10','\x08','\x10','\x28','\x10','\x10','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\xfd','\x08','\x11','\xf8','\x30','\x00','\x38','\x00','\x57','\xfc','\x54','\x44','\x90','\x44','\x10','\x84','\x10','\x84','\x11','\x04','\x12','\x28','\x14','\x10','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x29','\x28','\x25','\x48','\x3f','\xf8','\x23','\x88','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\xfd','\x04','\x11','\x04','\x31','\x04','\x39','\x04','\x55','\xfc','\x55','\x04','\x90','\x00','\x10','\x90','\x10','\x88','\x11','\x04','\x12','\x02','\x14','\x02','\x10','\x00','\x13','\xfc','\x12','\x00','\x12','\x40','\xfe','\x40','\x12','\x78','\x32','\x88','\x3a','\x90','\x57','\x10','\x52','\x20','\x92','\x50','\x12','\x88','\x13','\x04','\x12','\x00','\x13','\xfe','\x10','\x00','\x10','\x80','\x10','\x80','\x10','\x80','\x11','\xfc','\xfd','\x04','\x12','\x04','\x31','\xe4','\x39','\x24','\x55','\x24','\x55','\x24','\x91','\x24','\x11','\xe4','\x11','\x24','\x10','\x04','\x10','\x28','\x10','\x10','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\xfd','\x08','\x11','\xf8','\x31','\x08','\x39','\x08','\x55','\x08','\x55','\xf8','\x91','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x17','\xfe','\x10','\x00','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\xfe','\xfd','\x40','\x11','\x40','\x32','\x40','\x38','\x7c','\x54','\x40','\x50','\x40','\x90','\x40','\x10','\x7e','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\xfd','\x00','\x11','\x00','\x31','\xfe','\x39','\x10','\x55','\x10','\x55','\x30','\x91','\x18','\x11','\x14','\x11','\x12','\x12','\x10','\x12','\x10','\x14','\x10','\x10','\x08','\x10','\x3c','\x13','\xe0','\x12','\x20','\xfe','\x20','\x12','\x20','\x32','\x20','\x3b','\xfe','\x56','\x20','\x52','\x10','\x92','\x10','\x12','\x12','\x12','\x0a','\x12','\x8a','\x13','\x26','\x12','\x12','\x10','\x20','\x10','\x20','\x11','\x24','\x11','\x24','\xfd','\x24','\x11','\x24','\x31','\xfc','\x38','\x20','\x54','\x20','\x55','\x24','\x91','\x24','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\xfc','\x10','\x04','\x10','\x80','\x10','\x80','\x11','\xfc','\x11','\x04','\xfa','\x04','\x15','\xf4','\x31','\x14','\x39','\x14','\x55','\x14','\x51','\xf4','\x91','\x04','\x11','\x28','\x11','\x12','\x11','\x02','\x10','\xfe','\x10','\x00','\x10','\x88','\x10','\x88','\x10','\x88','\x11','\x08','\xfd','\x7e','\x13','\x08','\x35','\x08','\x39','\x48','\x55','\x28','\x55','\x28','\x91','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\x28','\x11','\x10','\x10','\x40','\x10','\x20','\x10','\x20','\x10','\x00','\xfd','\xfe','\x10','\x00','\x30','\x04','\x38','\x84','\x54','\x84','\x54','\x48','\x90','\x48','\x10','\x48','\x10','\x50','\x10','\x10','\x13','\xfe','\x10','\x00','\x10','\x08','\x10','\x1c','\x11','\xf0','\x11','\x50','\xfd','\x50','\x11','\x50','\x31','\x50','\x39','\x50','\x55','\x50','\x55','\x48','\x91','\x48','\x11','\x68','\x11','\x54','\x12','\x74','\x12','\x52','\x14','\x00','\x20','\x40','\x20','\xa0','\x23','\x18','\x2d','\xf6','\xf0','\x00','\x27','\xfc','\x25','\x54','\x74','\xe4','\x6f','\xfc','\xa0','\x00','\xa3','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x00','\x00','\x7e','\xfc','\x08','\x20','\x08','\x20','\xfe','\xfe','\x08','\x20','\x10','\x20','\x20','\x20','\x41','\x20','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x00','\x11','\xfe','\x11','\x00','\x11','\x00','\xfd','\xfe','\x11','\x10','\x31','\x10','\x39','\x7c','\x55','\x10','\x55','\x10','\x91','\x10','\x11','\xfe','\x11','\x00','\x11','\x00','\x11','\xfe','\x10','\x00','\x10','\x00','\x13','\xde','\x10','\x42','\x10','\x42','\xfe','\x52','\x11','\x4a','\x31','\x4a','\x38','\x42','\x54','\xc6','\x51','\x4a','\x92','\x52','\x10','\x42','\x10','\x42','\x10','\x42','\x11','\x4a','\x10','\x84','\x10','\x10','\x10','\x10','\x3e','\xfc','\x42','\x10','\xa4','\x90','\x14','\x90','\x08','\xfe','\x10','\x10','\x20','\x10','\x41','\x10','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x50','\xfc','\x88','\x11','\x04','\x32','\xfa','\x38','\x00','\x57','\xfe','\x54','\x40','\x90','\x80','\x11','\xfc','\x10','\x04','\x10','\x04','\x10','\x28','\x10','\x10','\x10','\x40','\x10','\x44','\x11','\xf4','\x10','\x48','\xfc','\x50','\x13','\xfe','\x30','\x40','\x38','\x80','\x55','\xfe','\x52','\x40','\x94','\x80','\x10','\xfc','\x10','\x04','\x10','\x04','\x10','\x28','\x10','\x10','\x10','\x00','\x13','\xfe','\x10','\x20','\x10','\x40','\xfc','\x88','\x11','\x04','\x33','\xfe','\x38','\x22','\x54','\x20','\x54','\x20','\x93','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x17','\xfe','\x10','\x00','\x10','\x40','\x10','\x20','\x13','\xfc','\x10','\x40','\xfc','\x90','\x11','\x08','\x33','\xfc','\x38','\x04','\x55','\x50','\x51','\x50','\x91','\x50','\x11','\x50','\x12','\x50','\x12','\x52','\x14','\x52','\x18','\x0e','\x10','\x40','\x10','\x40','\x10','\x40','\x17','\xfe','\xf8','\x80','\x10','\x80','\x31','\x7c','\x39','\x08','\x57','\x10','\x55','\x10','\x91','\xfe','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x50','\x11','\x20','\x10','\x40','\x10','\x40','\x10','\x90','\x11','\x08','\xfb','\xfc','\x10','\x24','\x31','\x20','\x39','\x20','\x55','\xfc','\x52','\x20','\x90','\x20','\x17','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\x24','\x10','\xa4','\x10','\xa4','\xfc','\xa8','\x10','\x20','\x33','\xfc','\x38','\x04','\x54','\x04','\x50','\x04','\x91','\xfc','\x10','\x04','\x10','\x04','\x10','\x04','\x13','\xfc','\x10','\x04','\x10','\x80','\x10','\x80','\x10','\xf8','\x11','\x08','\xfa','\x10','\x15','\xfc','\x31','\x24','\x39','\x24','\x55','\xfc','\x51','\x24','\x91','\x24','\x11','\xfc','\x11','\x24','\x12','\x24','\x12','\x14','\x14','\x08','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x30','\x00','\x38','\x00','\x55','\xfc','\x54','\x20','\x90','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x01','\x04','\x3f','\xf4','\x05','\x48','\x19','\x30','\xe1','\x0e','\x01','\x00','\x10','\x20','\x11','\x20','\x11','\x20','\x11','\xfc','\xfd','\x20','\x12','\x20','\x30','\x20','\x3b','\xfe','\x54','\x00','\x54','\x00','\x91','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x40','\x10','\x40','\x10','\x88','\x11','\x04','\xfb','\xfe','\x10','\x02','\x30','\x88','\x39','\x44','\x56','\x42','\x50','\xf8','\x91','\x88','\x12','\x50','\x10','\x20','\x10','\x50','\x11','\x88','\x16','\x06','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\xfd','\xfe','\x11','\x00','\x31','\x7c','\x39','\x54','\x55','\x54','\x55','\x54','\x91','\x54','\x11','\x7c','\x11','\x40','\x12','\x42','\x12','\x42','\x14','\x3e','\x08','\x40','\x08','\x40','\x10','\xfc','\x10','\x88','\x35','\x50','\x54','\x20','\x94','\xd8','\x17','\x26','\x14','\x20','\x15','\xfc','\x14','\x20','\x14','\xa8','\x15','\x24','\x12','\x22','\x10','\xa0','\x10','\x40','\x20','\x00','\x2f','\xde','\x22','\x52','\x22','\x52','\xfa','\x54','\x27','\xd4','\x32','\x58','\x6a','\x54','\x62','\x52','\xaf','\xd2','\xa2','\x52','\x22','\x5a','\x22','\x54','\x24','\x50','\x25','\x50','\x28','\x90','\x20','\x00','\x20','\x0c','\x27','\x70','\x21','\x10','\xf9','\x10','\x22','\x10','\x32','\x7c','\x6f','\x10','\x61','\x10','\xa5','\x10','\xa5','\x10','\x22','\x7c','\x22','\x00','\x25','\x00','\x28','\xfe','\x30','\x00','\x20','\x40','\x27','\xfc','\x20','\x40','\x23','\xfc','\xf8','\x00','\x27','\xfe','\x20','\x02','\x73','\xf8','\x68','\x40','\xa7','\xfe','\xa0','\x00','\x27','\xfe','\x20','\x08','\x27','\xfe','\x24','\xa8','\x27','\x98','\x10','\x08','\x10','\x1c','\x11','\xe0','\x11','\x00','\xfd','\x00','\x11','\xfe','\x31','\x10','\x39','\x10','\x55','\x10','\x51','\x10','\x97','\xfe','\x10','\x00','\x10','\x90','\x11','\x08','\x12','\x04','\x14','\x02','\x10','\x08','\x10','\x3c','\x11','\xc0','\x10','\x04','\xfd','\x44','\x10','\xa8','\x30','\x00','\x39','\xf8','\x54','\x10','\x50','\x20','\x93','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x20','\x1c','\x70','\x2a','\xa8','\xc8','\x26','\x00','\x00','\x0f','\xe0','\x08','\x20','\x08','\x20','\x0a','\x20','\x09','\x20','\x11','\x22','\x20','\x22','\x40','\x1e','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\xfd','\x08','\x11','\x08','\x31','\xf8','\x38','\x00','\x54','\x00','\x53','\xfc','\x92','\x04','\x12','\x04','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x20','\x1c','\x70','\x2a','\xa8','\xc8','\x26','\x00','\x00','\xff','\xfe','\x02','\x00','\x02','\x40','\x02','\x20','\x02','\x10','\x02','\x08','\x02','\x00','\x02','\x00','\x10','\x00','\x17','\xfe','\x10','\x90','\x10','\x90','\xfc','\x90','\x13','\x9c','\x32','\x04','\x3a','\x04','\x56','\x04','\x53','\x9c','\x90','\x90','\x10','\x90','\x10','\x90','\x10','\x90','\x17','\xfe','\x10','\x00','\x10','\x20','\x10','\x40','\x11','\xfc','\x11','\x04','\xfd','\x04','\x11','\xfc','\x31','\x04','\x39','\x04','\x55','\xfc','\x54','\x40','\x90','\x40','\x10','\x7e','\x17','\xc0','\x10','\x42','\x10','\x42','\x10','\x3e','\x10','\x00','\x11','\xfc','\x10','\x44','\x10','\x44','\xfb','\xfe','\x10','\x44','\x30','\x44','\x39','\xfc','\x54','\x80','\x50','\x80','\x91','\xfc','\x12','\x84','\x14','\x84','\x10','\x84','\x10','\xfc','\x10','\x84','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x38','\x00','\x55','\xfc','\x54','\x08','\x90','\x10','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\xff','\xfe','\x11','\x10','\x21','\x08','\xdf','\xf6','\x03','\x00','\x05','\xc0','\x19','\x30','\x61','\x08','\x01','\x00','\x11','\x00','\x11','\x00','\x11','\xfc','\x12','\x04','\xfc','\x84','\x14','\x94','\x32','\xa4','\x38','\x84','\x57','\xfc','\x50','\x84','\x91','\xc4','\x12','\xa4','\x14','\x94','\x10','\x84','\x10','\xa8','\x10','\x10','\x10','\x20','\x10','\x20','\xfd','\xfc','\x10','\x20','\x10','\x20','\x7c','\xf8','\x54','\xa8','\x54','\xa8','\x54','\xa8','\x5c','\xb8','\x10','\x20','\x38','\x70','\x54','\xa8','\x95','\x26','\x10','\x20','\x10','\x20','\x10','\x00','\x13','\xfe','\x12','\x02','\x12','\x02','\xfb','\xfe','\x12','\x22','\x32','\x22','\x3a','\xfa','\x56','\x22','\x52','\x32','\x92','\x2a','\x13','\xfe','\x12','\x02','\x12','\x02','\x13','\xfe','\x12','\x02','\x10','\x20','\x11','\x24','\x10','\xa8','\x10','\x20','\xfd','\xfc','\x10','\x40','\x33','\xfe','\x38','\x88','\x55','\x44','\x52','\x42','\x95','\xf8','\x10','\x48','\x10','\x88','\x10','\x88','\x11','\x28','\x12','\x10','\x10','\x00','\x13','\xfe','\x12','\x02','\x12','\x8a','\xfe','\x52','\x13','\xfe','\x32','\x22','\x3a','\x22','\x56','\xaa','\x52','\xaa','\x92','\xaa','\x12','\xfa','\x12','\x02','\x12','\x02','\x12','\x0a','\x12','\x04','\x10','\x40','\x10','\x20','\x10','\x20','\x13','\xfe','\xfa','\x02','\x14','\x94','\x31','\x08','\x3a','\x04','\x54','\x00','\x51','\xfc','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x17','\xfe','\x10','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\xfd','\xfc','\x11','\x04','\x31','\x04','\x39','\xfc','\x54','\x00','\x55','\x12','\x91','\xd4','\x11','\x18','\x11','\x10','\x11','\x52','\x11','\x92','\x11','\x0e','\x10','\x1c','\x13','\xe0','\x12','\x20','\x13','\xfe','\xfe','\x20','\x12','\x92','\x33','\x0a','\x3a','\x06','\x55','\xfc','\x51','\x04','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x48','\x10','\x44','\x10','\x5e','\x11','\xe0','\xfc','\x28','\x10','\x12','\x30','\x6a','\x39','\x96','\x54','\x48','\x54','\x5e','\x91','\xe0','\x10','\x24','\x10','\x28','\x10','\x12','\x10','\x6a','\x11','\x86','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x02','\xfc','\x00','\x11','\xfc','\x30','\x00','\x38','\x00','\x57','\xfe','\x54','\x20','\x91','\x28','\x11','\x24','\x12','\x22','\x14','\x22','\x10','\xa0','\x10','\x40','\x10','\x00','\x10','\x88','\x12','\x52','\x12','\x22','\xfe','\x52','\x12','\x8a','\x32','\x02','\x3b','\xfe','\x54','\x88','\x51','\x44','\x92','\x7a','\x10','\x88','\x11','\x50','\x10','\x20','\x10','\xd8','\x17','\x06','\x21','\x00','\x21','\x00','\x21','\xdc','\x21','\x14','\xf9','\x14','\x21','\x14','\x27','\xd4','\x70','\x14','\x69','\x14','\xa1','\x14','\xa5','\x88','\x25','\x48','\x29','\x48','\x21','\x14','\x25','\x14','\x22','\x22','\x10','\x80','\x10','\x40','\x13','\xfc','\x10','\x00','\xfd','\x08','\x10','\x90','\x37','\xfe','\x38','\x40','\x54','\x40','\x57','\xfe','\x90','\x88','\x11','\x08','\x10','\x90','\x10','\x60','\x11','\x98','\x16','\x04','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x23','\x88','\x0d','\x60','\x30','\x10','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x21','\x08','\x23','\x88','\x05','\x60','\x19','\x18','\xe1','\x06','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x24','\xfc','\x24','\x13','\xfe','\x38','\x24','\x34','\x24','\x51','\xfc','\x52','\x22','\x91','\x74','\x10','\xa8','\x11','\x24','\x12','\x22','\x10','\xa0','\x10','\x40','\x11','\x00','\x11','\x00','\x11','\x00','\x13','\xde','\xfa','\x92','\x14','\x92','\x30','\x92','\x38','\x92','\x57','\xf2','\x50','\x92','\x90','\x92','\x11','\x52','\x11','\x5e','\x12','\x20','\x14','\x20','\x18','\x00','\x10','\x20','\x10','\x20','\x10','\x3e','\x10','\x20','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x39','\x04','\x55','\xfc','\x55','\x24','\x90','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x01','\x00','\x11','\x10','\x09','\x20','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x44','\x12','\x22','\x31','\xf8','\x38','\x08','\x54','\x50','\x54','\x20','\x90','\xa4','\x12','\x82','\x12','\x8a','\x12','\x8a','\x14','\x78','\x10','\x00','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x00','\xfe','\x44','\x12','\x44','\x32','\x84','\x3a','\xbe','\x57','\x84','\x52','\xa4','\x92','\x94','\x12','\x94','\x12','\x84','\x12','\x84','\x14','\x94','\x10','\x88','\x10','\x84','\x10','\x48','\x10','\x00','\x11','\xfe','\xfc','\x48','\x10','\x48','\x30','\x48','\x3a','\x48','\x55','\x4a','\x55','\x4c','\x90','\x48','\x10','\x48','\x10','\x48','\x10','\x48','\x13','\xfe','\x10','\x00','\x10','\x00','\x13','\xde','\x12','\x52','\x12','\x52','\xfb','\xde','\x12','\x52','\x32','\x52','\x3b','\xde','\x56','\x02','\x52','\x02','\x92','\x02','\x12','\x02','\x12','\x02','\x12','\x02','\x12','\x0a','\x12','\x04','\x10','\x90','\x10','\x90','\x10','\x90','\x13','\xfc','\xfe','\x94','\x12','\x94','\x32','\x94','\x3b','\xfc','\x56','\x94','\x52','\x94','\x92','\x94','\x17','\xfe','\x10','\x00','\x10','\x90','\x11','\x08','\x12','\x04','\x10','\x02','\x10','\x02','\x17','\xe2','\x11','\x0a','\xfd','\x0a','\x12','\x4a','\x33','\xea','\x38','\x8a','\x54','\x8a','\x53','\xea','\x90','\x8a','\x10','\x8a','\x10','\xe2','\x17','\x02','\x12','\x0a','\x10','\x04','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x04','\x12','\xfa','\x30','\x00','\x39','\xfc','\x55','\x54','\x55','\x54','\x91','\xfc','\x11','\x54','\x11','\x54','\x11','\x54','\x11','\x04','\x11','\x0c','\x10','\x00','\x13','\xf8','\x11','\x08','\x11','\x10','\xfd','\x1c','\x12','\xe4','\x32','\xa4','\x3a','\x54','\x54','\xa8','\x51','\x00','\x93','\xfc','\x12','\x94','\x12','\x94','\x12','\x94','\x17','\xfe','\x10','\x00','\x11','\x10','\x11','\x12','\x11','\xd4','\x11','\x18','\xfd','\x52','\x11','\x92','\x31','\x2e','\x38','\x40','\x55','\xfc','\x51','\x04','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x21','\x00','\x21','\x1e','\x21','\x12','\x27','\xd2','\xf9','\x12','\x21','\x1e','\x21','\x12','\x77','\xd2','\x6c','\x52','\xa4','\x5e','\xa4','\x52','\x27','\xd2','\x24','\x52','\x20','\x22','\x20','\x2a','\x20','\x44','\x20','\x88','\x21','\xc8','\x27','\x08','\x21','\x08','\xf9','\x2a','\x21','\x2a','\x27','\xac','\x71','\x48','\x6b','\x08','\xa3','\x88','\xa5','\x54','\x25','\x14','\x29','\x14','\x21','\x24','\x21','\x24','\x21','\x42','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\xfd','\xf8','\x10','\x00','\x37','\xfe','\x39','\x08','\x55','\xf8','\x55','\x08','\x91','\xf8','\x11','\x08','\x11','\x3e','\x17','\xc8','\x10','\x08','\x10','\x08','\x21','\x00','\x21','\x3c','\x27','\xd4','\x21','\x14','\xfb','\x94','\x21','\x14','\x27','\xd4','\x71','\x24','\x69','\x4c','\xa0','\x40','\xa7','\xfe','\x20','\x40','\x20','\xa0','\x21','\x10','\x22','\x08','\x2c','\x06','\x10','\x40','\x10','\x80','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x38','\x20','\x54','\x32','\x53','\xb4','\x90','\xa8','\x11','\x28','\x11','\x24','\x12','\x24','\x14','\xa2','\x10','\x40','\x10','\x20','\x10','\x22','\x11','\xfa','\x10','\x24','\xfc','\x28','\x13','\xfe','\x30','\x20','\x38','\x40','\x54','\xfc','\x51','\x84','\x92','\x84','\x10','\xfc','\x10','\x84','\x10','\x84','\x10','\xfc','\x10','\x84','\x11','\x10','\x11','\x10','\x17','\xfc','\x11','\x10','\xfd','\xf0','\x11','\x10','\x39','\xf0','\x35','\x10','\x51','\x10','\x57','\xfe','\x92','\x00','\x12','\x90','\x13','\x08','\x12','\x00','\x13','\xfc','\x10','\x00','\x10','\x40','\x10','\x20','\x11','\xfc','\x10','\x00','\xfc','\x88','\x10','\x50','\x33','\xfe','\x3a','\x22','\x54','\x24','\x55','\xfc','\x91','\x24','\x11','\x24','\x11','\x34','\x11','\x28','\x10','\x20','\x10','\x20','\x21','\x00','\x21','\xf8','\x22','\x08','\x23','\xf0','\xf8','\x10','\x27','\xfe','\x20','\x80','\x71','\x44','\x6e','\x68','\xa0','\xb0','\xa1','\x28','\x26','\x68','\x20','\xa4','\x21','\x22','\x26','\xa0','\x20','\x40','\x20','\x08','\x27','\x88','\x20','\x88','\x22','\x88','\xf9','\x3e','\x21','\x08','\x27','\xd8','\x71','\x5c','\x6b','\x2c','\xa3','\x2a','\xa5','\x48','\x25','\x08','\x29','\x08','\x21','\x08','\x25','\x08','\x22','\x08','\x20','\x00','\x2f','\xde','\x24','\x92','\x24','\x92','\xf4','\x94','\x27','\x94','\x24','\x98','\x74','\x94','\x6f','\x92','\xa4','\x92','\xa4','\x92','\x25','\xda','\x2e','\x94','\x20','\x90','\x20','\x90','\x20','\x90','\x11','\xc0','\x10','\xa0','\x11','\x10','\x12','\x08','\xfd','\xf6','\x10','\x00','\x33','\xca','\x3a','\x4a','\x56','\x54','\x53','\xd4','\x92','\x68','\x12','\x54','\x13','\xd4','\x12','\x4a','\x12','\x4a','\x12','\xc0','\x10','\x00','\x13','\xfc','\x12','\x94','\x12','\x94','\xfe','\x94','\x13','\xfc','\x30','\x80','\x38','\x40','\x57','\xfe','\x54','\x80','\x90','\xf8','\x10','\x88','\x11','\x08','\x11','\x08','\x12','\x28','\x14','\x10','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x11','\x24','\x31','\xac','\x39','\x74','\x55','\x24','\x55','\xfc','\x90','\x20','\x10','\x70','\x10','\xa8','\x11','\x24','\x12','\x22','\x10','\x20','\x10','\x40','\x10','\x20','\x11','\xfe','\x11','\x02','\xfe','\x04','\x11','\xfc','\x30','\x40','\x38','\x88','\x55','\xfc','\x54','\x24','\x90','\x20','\x11','\xfc','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x10','\x48','\x11','\x48','\x11','\x48','\x13','\xfe','\xfd','\x48','\x11','\x48','\x31','\x78','\x39','\x00','\x55','\xfe','\x54','\x20','\x93','\xfe','\x10','\x70','\x10','\xa8','\x11','\x24','\x16','\x22','\x10','\x20','\x20','\x00','\x23','\xf8','\x22','\x48','\x22','\xa8','\xfb','\x18','\x22','\x08','\x23','\xf8','\x70','\x00','\x68','\x00','\xa7','\xfc','\xa4','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x2f','\xfe','\x20','\x00','\x08','\x20','\x2a','\xa4','\x4d','\x28','\x14','\x50','\x22','\x88','\x7f','\xfe','\x40','\x02','\x81','\x04','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x20','\x10','\x40','\x11','\xfc','\x11','\x24','\xfd','\x24','\x11','\xfc','\x31','\x24','\x39','\x44','\x55','\xfc','\x54','\x40','\x90','\xb0','\x10','\xa4','\x11','\x3c','\x11','\x22','\x12','\x22','\x14','\x1e','\x10','\x20','\x11','\x24','\x11','\x24','\x11','\x24','\xfd','\xfc','\x10','\x00','\x33','\xfe','\x38','\x00','\x55','\xfc','\x55','\x04','\x91','\x04','\x11','\xfc','\x10','\x88','\x10','\x50','\x13','\xfe','\x10','\x00','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x38','\x00','\x57','\xfe','\x52','\x02','\x92','\xfa','\x12','\x8a','\x12','\xfa','\x12','\x02','\x12','\x0a','\x12','\x04','\x10','\x00','\x11','\xfc','\x10','\x20','\x10','\x20','\xfb','\xfe','\x10','\x00','\x31','\xfc','\x39','\x04','\x55','\xfc','\x51','\x04','\x91','\xfc','\x11','\x04','\x11','\xfc','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xe4','\xfd','\x24','\x13','\xfe','\x32','\x02','\x39','\xfc','\x55','\x04','\x55','\xfc','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x14','\x11','\x08','\x11','\x08','\x10','\x88','\x10','\x90','\x13','\xfc','\xfc','\x40','\x11','\xf8','\x30','\x40','\x3b','\xfe','\x54','\x80','\x55','\x00','\x91','\xfc','\x12','\x20','\x14','\x20','\x18','\x20','\x13','\xfe','\x10','\x00','\x01','\x00','\x7f','\xfe','\x44','\x42','\x9f','\xf4','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x08','\x20','\x11','\x10','\x2f','\xe8','\xc1','\x06','\x09','\x20','\x11','\x10','\x25','\x08','\x02','\x00','\x22','\x00','\x14','\x7c','\xff','\x44','\x08','\x7c','\x49','\x44','\x49','\x7c','\x7f','\x44','\x08','\x44','\x10','\x94','\x21','\x08','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x20','\x10','\x40','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x39','\x00','\x55','\xfe','\x55','\x00','\x91','\xfe','\x10','\x42','\x12','\x4a','\x13','\xfa','\x10','\x14','\x10','\x08','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x38','\x00','\x34','\x00','\x53','\xde','\x50','\x42','\x92','\x52','\x11','\x4a','\x12','\x52','\x10','\x42','\x11','\x4a','\x10','\x84','\x10','\x00','\x3e','\x78','\x22','\x48','\x2a','\x48','\xfe','\x86','\x23','\x78','\x2a','\x48','\x42','\x30','\x4a','\x48','\x84','\x84','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x01','\x00','\x10','\x00','\x13','\xfe','\x12','\x28','\x12','\x28','\xfe','\xee','\x12','\x28','\x32','\x28','\x3a','\xee','\x56','\x28','\x52','\x28','\x92','\xee','\x12','\x28','\x12','\x28','\x12','\x28','\x13','\xfe','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x50','\x10','\x50','\xfb','\xfe','\x12','\x52','\x32','\x52','\x3b','\xfe','\x54','\x20','\x51','\x24','\x91','\x24','\x12','\x28','\x10','\x50','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x28','\x10','\x24','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x11','\x24','\x31','\xfc','\x39','\x24','\x55','\xfc','\x55','\x24','\x90','\x08','\x13','\xfe','\x10','\x88','\x10','\x48','\x10','\x48','\x10','\x18','\x10','\x00','\x13','\xfe','\x12','\x02','\x10','\x00','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x39','\x04','\x55','\xfc','\x54','\x40','\x90','\x20','\x13','\xfe','\x10','\x00','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x40','\x10','\x20','\x13','\xfc','\x11','\x08','\xfc','\x90','\x13','\xfe','\x32','\x02','\x3c','\x44','\x54','\x20','\x53','\xfc','\x90','\x80','\x10','\xf8','\x10','\x88','\x11','\x08','\x11','\x28','\x12','\x10','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x02','\xfc','\x50','\x10','\x88','\x31','\x24','\x38','\x50','\x54','\x88','\x51','\x04','\x92','\xfa','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\xf8','\x10','\x88','\x10','\x40','\x13','\xbe','\x12','\x12','\x12','\x92','\xfe','\x52','\x12','\xaa','\x33','\x24','\x38','\x40','\x57','\xfe','\x52','\x22','\x92','\x22','\x13','\xfe','\x12','\x22','\x12','\x22','\x13','\xfe','\x12','\x02','\x10','\x80','\x10','\x40','\x17','\xfc','\x11','\x10','\xf8','\xa0','\x17','\xfe','\x30','\x00','\x3b','\xf8','\x56','\x48','\x53','\xf8','\x92','\x48','\x13','\xf8','\x12','\x4a','\x10','\x42','\x10','\x3e','\x10','\x00','\x22','\x00','\x21','\x1e','\x27','\xd2','\x20','\x12','\xf7','\xd4','\x24','\x54','\x27','\xd8','\x70','\x14','\x6f','\xd2','\xa0','\x92','\xa1','\x12','\x21','\xda','\x27','\x14','\x21','\x10','\x25','\x10','\x22','\x10','\x21','\x04','\x22','\x04','\x47','\xc8','\x94','\x52','\xe4','\x5c','\x47','\xc8','\x94','\x52','\xf4','\x5e','\x17','\xc2','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x20','\x00','\x27','\xbc','\x20','\x84','\x24','\xa4','\xfa','\x94','\x24','\xa4','\x20','\x50','\x71','\x88','\x6e','\x26','\xa0','\xc0','\xa3','\x10','\x20','\x64','\x23','\x88','\x20','\x30','\x20','\xc0','\x27','\x00','\x10','\x88','\x10','\x88','\x17','\xfe','\x10','\x88','\xfc','\xf8','\x10','\x20','\x31','\xfc','\x39','\x24','\x55','\xfc','\x50','\x20','\x93','\xfe','\x10','\x20','\x11','\xfc','\x10','\x20','\x17','\xfe','\x10','\x00','\x10','\x88','\x13','\xfe','\x10','\x88','\x13','\xde','\xfe','\x52','\x13','\xde','\x30','\xa0','\x38','\x90','\x55','\xfe','\x51','\x20','\x93','\xfc','\x15','\x20','\x11','\xfc','\x11','\x20','\x11','\xfe','\x11','\x00','\x10','\x20','\x10','\x40','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x38','\x20','\x55','\x24','\x54','\xa8','\x91','\x24','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x22','\x04','\x22','\x04','\x27','\x84','\x24','\x94','\xf9','\x0c','\x27','\xc4','\x25','\x64','\x75','\x54','\x6f','\xc4','\xa5','\x46','\xa5','\x7c','\x27','\xc4','\x25','\x44','\x25','\x44','\x24','\x44','\x28','\xc4','\x08','\x04','\x7f','\x78','\x08','\x40','\x7f','\x40','\x49','\x7e','\x7f','\x48','\x49','\x48','\x7f','\x48','\x08','\x48','\x7f','\x48','\x08','\x88','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x21','\x24','\x21','\x24','\x22','\x24','\x24','\x24','\xf9','\x54','\x21','\x4a','\x22','\x92','\x76','\x10','\x6a','\x10','\xa2','\x50','\xa2','\x5c','\x22','\x50','\x22','\x50','\x22','\xb0','\x22','\x9e','\x23','\x00','\x20','\x80','\x20','\x40','\x27','\xfe','\x20','\x00','\xfb','\xf8','\x22','\x08','\x2f','\xfe','\x72','\x08','\x6b','\xf8','\xa0','\xa4','\xa1','\x28','\x23','\x10','\x25','\x10','\x29','\x48','\x21','\x86','\x21','\x00','\x10','\x00','\x13','\xfe','\x12','\x00','\x12','\x7c','\xfe','\x44','\x12','\x44','\x32','\x7c','\x3a','\x00','\x56','\xee','\x52','\xaa','\x92','\xaa','\x12','\xaa','\x12','\xee','\x12','\x00','\x13','\xfe','\x10','\x00','\x20','\x14','\x20','\x12','\x20','\x10','\x27','\xfe','\xfc','\x10','\x24','\x90','\x24','\xd2','\x74','\x92','\x6f','\xf2','\xa4','\x94','\xa4','\x94','\x25','\xc8','\x2a','\xaa','\x28','\x9a','\x31','\xa6','\x20','\x42','\x11','\x24','\x12','\x48','\x11','\x24','\x10','\x00','\xfd','\xfc','\x11','\x24','\x31','\xfc','\x39','\x24','\x55','\xfc','\x50','\x20','\x93','\xfe','\x10','\x70','\x10','\xa8','\x11','\x24','\x16','\x22','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x11','\xfc','\xfd','\x24','\x11','\xfc','\x31','\x24','\x39','\xfc','\x54','\x22','\x53','\xfe','\x90','\x08','\x13','\xfe','\x11','\x08','\x10','\x88','\x10','\x28','\x10','\x10','\x24','\x48','\x22','\x88','\xf9','\x3e','\x22','\x88','\x64','\x58','\x72','\x9c','\xa9','\x2a','\x22','\x88','\x25','\x48','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x42','\xfc','\x28','\x12','\x94','\x3a','\xaa','\x34','\xca','\x50','\xf8','\x53','\x00','\x90','\x20','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\xfc','\x10','\x04','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x42','\xfc','\x28','\x12','\x94','\x3a','\xaa','\x34','\xca','\x53','\x78','\x50','\x20','\x91','\xfc','\x11','\x24','\x11','\xfc','\x10','\x22','\x13','\xfe','\x10','\x02','\x11','\x04','\x10','\x88','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x10','\x20','\x33','\xfe','\x38','\x20','\x54','\x10','\x54','\xe0','\x90','\x22','\x13','\xb4','\x10','\xa8','\x11','\x24','\x16','\xa2','\x10','\x40','\x10','\x20','\x11','\xfc','\x11','\x24','\x13','\xfe','\xfd','\x24','\x11','\xfc','\x30','\x20','\x39','\xfc','\x55','\x24','\x55','\xfc','\x90','\x40','\x13','\xfe','\x10','\x88','\x11','\xd0','\x10','\x70','\x13','\x8c','\x20','\x08','\x27','\x88','\x20','\x88','\x21','\x10','\xff','\xde','\x24','\x94','\x24','\xa4','\x77','\x94','\x6c','\x94','\xa7','\x94','\xa4','\x94','\x24','\xc8','\x27','\x88','\x2c','\x94','\x20','\xa4','\x20','\xc2','\x10','\x00','\x11','\xfc','\x11','\x24','\x13','\xfe','\xfd','\x24','\x11','\xfc','\x30','\x00','\x39','\xfc','\x55','\x04','\x55','\xfc','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x10','\x88','\x11','\x04','\x10','\x20','\x13','\xfe','\x10','\x20','\x11','\xfc','\xfc','\x00','\x11','\xfc','\x39','\x04','\x35','\xfc','\x50','\x88','\x53','\xfe','\x90','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\xf8','\xfd','\x08','\x11','\xf8','\x38','\x00','\x37','\xfe','\x52','\x40','\x53','\xdc','\x92','\x54','\x13','\xd4','\x12','\x68','\x17','\xc8','\x10','\x54','\x10','\x62','\x10','\xf8','\x10','\x88','\x10','\x88','\x10','\xf8','\xfc','\x88','\x10','\x88','\x30','\xf8','\x38','\x00','\x57','\xde','\x52','\x52','\x92','\x52','\x13','\xde','\x12','\x52','\x12','\x52','\x13','\xde','\x12','\x52','\x10','\x38','\x13','\xc0','\x10','\x78','\x13','\xc0','\xfc','\x78','\x13','\xc4','\x38','\x3c','\x34','\x00','\x50','\xc6','\x57','\x38','\x91','\xce','\x17','\x38','\x11','\xce','\x17','\x38','\x11','\x4a','\x11','\x86','\x20','\x20','\x27','\x20','\x25','\xfe','\x25','\x40','\xfd','\x7c','\x26','\x90','\x25','\x7e','\x75','\x00','\x6d','\x7c','\xa5','\x44','\xa5','\x7c','\x26','\x44','\x24','\x7c','\x24','\x44','\x24','\x44','\x24','\x4c','\x10','\x20','\x17','\xa4','\x10','\xa8','\x12','\x92','\xf9','\x14','\x12','\x08','\x35','\xf4','\x38','\x02','\x57','\xf8','\x52','\x08','\x92','\x08','\x13','\xf8','\x12','\x08','\x11','\x10','\x1f','\xfe','\x10','\x00','\x10','\x20','\x11','\xfc','\x10','\x88','\x10','\x50','\xfb','\xfe','\x10','\x00','\x31','\xfc','\x39','\x24','\x55','\xfc','\x51','\x24','\x91','\xfc','\x10','\x20','\x11','\xfc','\x10','\x20','\x13','\xfe','\x10','\x00','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\xfb','\xfe','\x11','\x08','\x33','\x9c','\x39','\x08','\x55','\x88','\x56','\x3e','\x90','\x00','\x13','\xfe','\x10','\x90','\x10','\x90','\x11','\x12','\x12','\x0e','\x10','\x50','\x12','\x52','\x11','\x54','\x10','\x50','\xfb','\xfe','\x10','\x88','\x30','\x50','\x3b','\xfe','\x54','\x20','\x51','\xfc','\x90','\x20','\x13','\xfe','\x10','\x50','\x10','\x88','\x11','\x04','\x16','\x02','\x10','\x40','\x10','\x80','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x39','\x00','\x55','\xfe','\x55','\x00','\x91','\xfe','\x10','\x02','\x12','\xaa','\x12','\xaa','\x12','\x02','\x10','\x0c','\x11','\x00','\x11','\xf8','\x12','\x08','\x17','\xfe','\xfa','\x88','\x13','\x24','\x33','\xfe','\x3a','\x00','\x56','\xfc','\x52','\x00','\x92','\xfc','\x12','\x00','\x12','\xfc','\x14','\x84','\x14','\xfc','\x18','\x84','\x10','\x40','\x10','\x20','\x11','\xfc','\x10','\x88','\xfc','\x50','\x13','\xfe','\x30','\x00','\x39','\xfc','\x55','\x04','\x55','\xfc','\x91','\x04','\x11','\xfc','\x10','\x20','\x12','\x94','\x12','\x8a','\x14','\x7a','\x24','\x20','\xff','\x20','\x24','\x3e','\x7e','\x44','\x82','\x84','\x7a','\x28','\x4a','\x10','\x7a','\x28','\x04','\x44','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x21','\x08','\x22','\x08','\x27','\xc8','\x24','\x50','\xff','\xde','\x24','\x64','\x27','\xd4','\x72','\x14','\x69','\x14','\xa7','\xd4','\xa2','\x14','\x23','\xc8','\x22','\x48','\x24','\x54','\x25','\x54','\x28','\xa2','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x04','\x12','\xfa','\x30','\x00','\x38','\x00','\x55','\xdc','\x55','\x54','\x91','\x54','\x11','\xdc','\x10','\x88','\x10','\x88','\x11','\x54','\x12','\x22','\x20','\x40','\x20','\x40','\x27','\xfc','\x22','\x48','\xfa','\x48','\x25','\x54','\x2f','\xfe','\x70','\x00','\x6b','\xf8','\xa2','\x08','\xa2','\xe8','\x22','\xa8','\x22','\xe8','\x22','\x08','\x23','\xf8','\x22','\x08','\x00','\x40','\x7c','\x20','\x45','\xfc','\x44','\x88','\x7c','\x50','\x43','\xfe','\x7c','\x20','\xa5','\xfc','\x24','\x20','\x3c','\x20','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x01','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x40','\x7c','\x20','\x45','\xfc','\x7c','\x50','\x43','\xfe','\x7c','\x20','\xa5','\xfc','\x3c','\x20','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x10','\x08','\x13','\xe8','\x12','\x88','\x13','\xee','\xfe','\x28','\x13','\xf4','\x32','\x82','\x3b','\xe2','\x54','\x00','\x51','\xfc','\x91','\x54','\x11','\x54','\x11','\x54','\x11','\x54','\x17','\xfe','\x10','\x00','\x27','\xfe','\x24','\x20','\x25','\xfc','\x25','\x24','\xfd','\xfc','\x24','\x20','\x27','\xfe','\x75','\x04','\x6d','\xfc','\xa5','\x04','\xa5','\xfc','\x25','\x04','\x25','\xfc','\x24','\x88','\x25','\x04','\x27','\xfe','\x20','\x00','\x27','\xbc','\x20','\x84','\x24','\xa4','\xf2','\x94','\x24','\xa4','\x21','\x20','\x72','\x10','\x6f','\xfc','\xaa','\x20','\xa3','\xfc','\x22','\x20','\x23','\xfc','\x22','\x20','\x23','\xfe','\x22','\x00','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x22','\xfd','\x54','\x11','\x4a','\x32','\x3a','\x38','\x00','\x55','\xfc','\x51','\x54','\x93','\xfe','\x10','\x00','\x11','\xfc','\x10','\x20','\x10','\xa0','\x10','\x40','\x20','\x80','\x20','\x40','\x27','\xfe','\x24','\x02','\xfb','\xfc','\x21','\x48','\x22','\x50','\x77','\xfc','\x6a','\x04','\xa7','\xfc','\xaa','\x04','\x23','\xfc','\x22','\x04','\x23','\xfc','\x21','\x08','\x22','\x04','\x21','\x10','\x27','\xfc','\x21','\x10','\x27','\xfc','\xf4','\x04','\x23','\xf8','\x20','\x00','\x77','\xfc','\x68','\x80','\xa1','\x44','\xa6','\xa8','\x21','\x70','\x26','\xa8','\x21','\x26','\x26','\xa0','\x20','\x40','\x21','\x20','\x21','\x3c','\x21','\x44','\x22','\x78','\xfa','\x88','\x24','\xfe','\x2f','\x20','\x71','\x52','\x6a','\x1a','\xa4','\xac','\xaf','\xcc','\x20','\x9a','\x20','\x2a','\x2a','\xc8','\x2a','\xa8','\x28','\x10','\x23','\xf8','\x22','\x48','\x22','\x48','\x23','\xf8','\xfa','\x48','\x22','\x48','\x23','\xf8','\x70','\x00','\x6f','\xbe','\xaa','\xaa','\xaa','\xaa','\x2f','\xbe','\x2a','\xaa','\x2a','\xaa','\x2f','\xbe','\x28','\xa2','\x24','\x44','\x24','\xe4','\x28','\xa8','\x2a','\xaa','\xfe','\xee','\x24','\xa4','\x2a','\xaa','\x7e','\xee','\x6a','\x42','\xa0','\x40','\xaf','\xfe','\x20','\xe0','\x21','\x50','\x22','\x48','\x2c','\x46','\x20','\x40','\x10','\x20','\x10','\x40','\x10','\xf8','\x12','\x8a','\xfd','\x8c','\x10','\xf8','\x31','\x8c','\x3a','\x8a','\x54','\xf8','\x50','\x20','\x93','\xfe','\x10','\x70','\x10','\xa8','\x11','\x24','\x16','\x22','\x10','\x20','\x10','\x00','\x13','\xde','\x12','\x52','\x13','\xde','\xfe','\x52','\x13','\xde','\x32','\x02','\x3a','\xfa','\x56','\x8a','\x52','\xfa','\x92','\x02','\x12','\xfa','\x12','\x8a','\x12','\xfa','\x12','\x02','\x12','\x06','\x20','\x00','\x27','\xfe','\x24','\x44','\x25','\x98','\xfc','\x88','\x27','\xde','\x24','\x88','\x75','\xdc','\x6e','\xaa','\xa4','\x88','\xa4','\x20','\x25','\x20','\x25','\x3c','\x29','\x20','\x29','\x20','\x37','\xfe','\x13','\xde','\x12','\x52','\x13','\xde','\x12','\x52','\xfb','\xde','\x12','\x52','\x33','\xde','\x39','\x8c','\x56','\x52','\x50','\x40','\x97','\xfe','\x10','\x88','\x11','\x90','\x10','\x60','\x10','\xd8','\x13','\x04','\x21','\x40','\x22','\x6c','\x22','\x44','\x23','\x6c','\xfa','\xa4','\x23','\xac','\x22','\xa4','\x77','\xfe','\x69','\x08','\xa2','\xf4','\xa4','\x42','\x23','\xf8','\x20','\x40','\x27','\xfc','\x20','\x40','\x20','\xc0','\x04','\x40','\xff','\xfe','\x04','\x40','\x20','\x20','\x7d','\xfc','\x44','\x88','\x7c','\x50','\x41','\xfe','\x7c','\x20','\x45','\xfc','\x7c','\x20','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x20','\x00','\x27','\xfc','\x20','\x40','\x2f','\xfe','\xf8','\x42','\x23','\x58','\x20','\x40','\x73','\x58','\x68','\x00','\xa0','\x00','\xae','\xee','\x2a','\xaa','\x2a','\xaa','\x2a','\xaa','\x2e','\xee','\x2a','\xaa','\x21','\x04','\x47','\xc8','\x88','\x12','\xf3','\xbc','\x20','\x08','\x4b','\x92','\xf8','\x3e','\x03','\x80','\xaa','\xaa','\xab','\xaa','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x01','\x00','\x27','\x90','\x25','\x1e','\x27','\xa8','\x24','\x84','\xf7','\xbe','\x25','\x2a','\x27','\xbe','\x70','\x00','\x6b','\xf8','\xa2','\x08','\xa3','\xf8','\x22','\x08','\x23','\xf8','\x20','\xa0','\x21','\x24','\x26','\x1c','\x22','\x08','\xf3','\xbc','\x25','\x08','\x73','\x9c','\xad','\x6a','\x27','\xc8','\x00','\x00','\x7f','\xfe','\x4a','\x12','\xa4','\xa4','\x2a','\xc8','\x3f','\x90','\x10','\x24','\x1f','\x48','\x10','\x10','\x1f','\x20','\x22','\x80','\x27','\xde','\x22','\x92','\x27','\xd2','\xfd','\x5e','\x27','\xd2','\x31','\x12','\x6c','\x9e','\x67','\xd2','\xad','\x12','\xb7','\xde','\x25','\x08','\x27','\xcc','\x25','\x14','\x27','\xd4','\x24','\x22','\x10','\x20','\x10','\x20','\x20','\x20','\x44','\x7e','\xfe','\x42','\x02','\x84','\x40','\x10','\x7c','\x10','\x90','\x10','\x10','\x10','\xfe','\x28','\x10','\x28','\x10','\x48','\x28','\x44','\x44','\x84','\x85','\x02','\x42','\x20','\x24','\x20','\x18','\x20','\x24','\x7e','\x52','\x42','\x10','\x84','\xff','\x10','\x20','\x10','\x28','\x10','\x7e','\x10','\xaa','\x28','\x2a','\x28','\x2a','\x48','\x2e','\x44','\x08','\x84','\x09','\x02','\x00','\x80','\x20','\x80','\x11','\xfc','\x82','\x04','\x54','\x48','\x20','\x40','\xe0','\xa0','\x23','\x18','\x2c','\x06','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\x7f','\x20','\x14','\x3e','\x22','\x22','\x41','\x44','\xff','\x50','\x02','\x90','\x7a','\x10','\x4a','\x10','\x4a','\x10','\x7a','\x28','\x4a','\x28','\x02','\x44','\x0a','\x44','\x04','\x82','\x08','\x20','\x08','\x20','\x14','\x20','\x12','\x7e','\x28','\x42','\x44','\x84','\xbe','\x10','\x22','\x10','\x3e','\x10','\x22','\x10','\x3e','\x28','\x20','\x28','\x3e','\x48','\x20','\x44','\x3e','\x84','\x21','\x02','\x00','\x20','\x7e','\x20','\x42','\x20','\x7e','\x7e','\x42','\x42','\x7e','\x84','\x20','\x10','\x7f','\x10','\x89','\x10','\x49','\x10','\x55','\x28','\x41','\x28','\x7d','\x28','\x01','\x44','\x0a','\x44','\x04','\x82','\x02','\x20','\x0f','\x20','\x78','\x20','\x08','\x7e','\x08','\x42','\xff','\x84','\x28','\x10','\x4b','\x10','\x49','\x10','\x49','\x10','\x6b','\x28','\x49','\x28','\x49','\x48','\x7f','\x44','\x41','\x84','\x01','\x02','\x22','\x20','\x14','\x20','\xff','\xa0','\x14','\x7e','\x14','\x42','\x7f','\x84','\x15','\x10','\xff','\x90','\x15','\x10','\x7f','\x10','\x14','\x28','\x36','\x28','\x55','\x28','\x94','\xc4','\x14','\x44','\x14','\x82','\x00','\x20','\xff','\xa0','\x80','\x20','\x9f','\x7e','\x91','\x42','\x91','\x84','\x9f','\x10','\x80','\x10','\xbb','\x90','\xaa','\x90','\xaa','\xa8','\xaa','\xa8','\xbb','\xa8','\x80','\x44','\xff','\xc4','\x00','\x82','\x08','\x20','\x14','\x20','\x22','\x20','\x5d','\x3e','\x80','\xa2','\x3e','\x44','\x22','\x50','\x3e','\x90','\x00','\x10','\x77','\x10','\x11','\x10','\x55','\x28','\x33','\x28','\x55','\x44','\x11','\x44','\x33','\x82','\x10','\x20','\x1e','\x20','\x10','\x20','\x7f','\x3e','\x51','\x22','\x5c','\x44','\x72','\x50','\x4e','\x90','\x40','\x10','\x4a','\x10','\x6a','\x90','\x5b','\x28','\x4a','\x28','\x8f','\x44','\x78','\x44','\x00','\x82','\x08','\x20','\x08','\x20','\x14','\x20','\x22','\x7e','\x41','\x42','\xbe','\x84','\x00','\x10','\x00','\x10','\x77','\x10','\x55','\x10','\x55','\x28','\x77','\x28','\x22','\x28','\x22','\x44','\x55','\x44','\x88','\x82','\x28','\x20','\x4b','\x20','\x4d','\x20','\x49','\x7e','\x6b','\x42','\x4d','\x84','\x55','\x10','\x77','\x10','\x55','\x10','\x55','\x10','\xff','\xa8','\x00','\x28','\x22','\x28','\x21','\x44','\x41','\x44','\x80','\x82','\x22','\x20','\x22','\x20','\xff','\xa0','\x22','\x7e','\x77','\x42','\x55','\x84','\x77','\x10','\x12','\x10','\x3f','\x10','\x64','\x10','\xbf','\x28','\x24','\x28','\x3f','\x28','\x24','\x44','\x3f','\x44','\x20','\x82','\x10','\x00','\x7d','\xfc','\x44','\x04','\x7c','\xfc','\x40','\x04','\x7d','\xfc','\x44','\x00','\x7f','\xfe','\x12','\x22','\x10','\x20','\x5d','\xfc','\x51','\x24','\x51','\x24','\x5d','\x34','\xe1','\x28','\x00','\x20','\x00','\x00','\xff','\xfe','\x02','\x00','\x02','\x00','\x04','\x00','\x07','\xf8','\x08','\x08','\x10','\x10','\x24','\x10','\x42','\x20','\x01','\x40','\x00','\x80','\x01','\x00','\x02','\x00','\x0c','\x00','\x70','\x00','\x00','\x80','\x00','\x80','\xfc','\xfc','\x21','\x04','\x21','\x04','\x3e','\x28','\x44','\x10','\x47','\xfc','\x65','\x04','\x94','\x88','\x08','\x88','\x08','\x50','\x10','\x20','\x20','\x50','\x41','\x88','\x86','\x06','\x00','\x08','\x00','\x3c','\xfd','\xe0','\x20','\x20','\x20','\x20','\x3c','\x20','\x45','\xfe','\x44','\x20','\x64','\x20','\x94','\x50','\x08','\x50','\x08','\x50','\x10','\x88','\x20','\x88','\x41','\x04','\x82','\x02','\x00','\x20','\x00','\x20','\xfc','\x50','\x20','\x88','\x21','\x04','\x3e','\x12','\x44','\x20','\x44','\x40','\x65','\x88','\x94','\x10','\x08','\x20','\x08','\x44','\x11','\x88','\x20','\x10','\x40','\x60','\x83','\x80','\x00','\x20','\x00','\x20','\xfc','\x20','\x21','\xfc','\x21','\x24','\x3d','\x24','\x45','\x24','\x45','\x24','\x65','\x24','\x97','\xfe','\x08','\x20','\x08','\x50','\x10','\x50','\x20','\x88','\x41','\x04','\x82','\x02','\x00','\x08','\x00','\x3c','\xfd','\xc0','\x20','\x04','\x21','\x44','\x3c','\xa8','\x44','\x00','\x45','\xf8','\x64','\x10','\x94','\x20','\x0b','\xfe','\x08','\x20','\x10','\x20','\x20','\x20','\x40','\xa0','\x80','\x40','\x00','\x90','\x00','\x88','\xfc','\xbc','\x23','\xc0','\x20','\x50','\x3c','\x24','\x44','\xd4','\x47','\x2c','\x64','\x90','\x94','\xbc','\x0b','\xc0','\x08','\x48','\x10','\x50','\x20','\x24','\x40','\xd4','\x83','\x0c','\x00','\x40','\x00','\x20','\xfd','\xfc','\x20','\x00','\x21','\x08','\x3c','\x90','\x44','\x00','\x47','\xfe','\x64','\x00','\x94','\x00','\x09','\xfc','\x09','\x04','\x11','\x04','\x21','\x04','\x41','\xfc','\x81','\x04','\x00','\x00','\x01','\xf8','\xf9','\x08','\x21','\x08','\x21','\xf8','\x38','\x00','\x4b','\xfc','\x4a','\x04','\x6b','\xfc','\x9a','\x04','\x0b','\xfc','\x12','\x04','\x13','\xfc','\x20','\x90','\x41','\x08','\x82','\x04','\x00','\x80','\x00','\xfe','\xfd','\x00','\x22','\xfc','\x20','\x84','\x3c','\xfc','\x44','\x84','\x44','\xfc','\x64','\x00','\x97','\xfe','\x08','\x80','\x09','\xfe','\x12','\x52','\x20','\x92','\x41','\x2a','\x80','\x44','\x00','\x20','\x03','\xfe','\xf8','\x20','\x21','\xfc','\x20','\x00','\x3b','\xfe','\x4a','\x02','\x49','\xfc','\x68','\x00','\x99','\xfc','\x09','\x04','\x11','\xfc','\x11','\x04','\x20','\x88','\x43','\xfe','\x80','\x00','\x00','\x00','\x03','\xde','\xfa','\x52','\x22','\x52','\x23','\xde','\x38','\x00','\x49','\xfc','\x49','\x24','\x69','\xfc','\x99','\x24','\x09','\xfc','\x10','\x20','\x13','\xfe','\x20','\x20','\x40','\x20','\x80','\x20','\x00','\x40','\x00','\x20','\xfb','\xfe','\x22','\x02','\x21','\xfc','\x39','\x48','\x4a','\x50','\x49','\xfc','\x6b','\x04','\x99','\xfc','\x09','\x04','\x11','\xfc','\x11','\x04','\x21','\xfc','\x40','\x88','\x81','\x04','\x01','\x48','\x01','\x4c','\xfa','\xaa','\x20','\x08','\x27','\xfe','\x39','\x48','\x4b','\x68','\x49','\x4a','\x6b','\x6a','\x99','\x4c','\x0b','\x6c','\x11','\x48','\x11','\x6a','\x23','\x9a','\x40','\x26','\x80','\x42','\x00','\x88','\x00','\x8c','\xfb','\xea','\x20','\x88','\x20','\x88','\x3b','\xfe','\x49','\x48','\x4b','\x6a','\x69','\x4a','\x9b','\x6a','\x09','\x4c','\x13','\x6c','\x11','\x4a','\x21','\x6a','\x47','\x96','\x80','\x22','\x00','\x00','\x0f','\xe0','\x08','\x20','\x08','\x20','\x08','\x20','\x10','\x20','\x20','\x1e','\xc0','\x00','\x3f','\xf0','\x10','\x10','\x08','\x20','\x04','\x40','\x03','\x80','\x0c','\x60','\x30','\x18','\xc0','\x06','\x06','\x00','\x38','\x78','\x20','\x48','\x3e','\x48','\x22','\x48','\x3e','\x86','\x22','\x00','\x3e','\xfc','\x20','\x44','\x3e','\x44','\x22','\x28','\x22','\x28','\x42','\x10','\x4a','\x28','\x84','\x44','\x01','\x82','\x08','\x00','\x08','\x78','\x7f','\x48','\x08','\x48','\x3e','\x48','\x00','\x86','\x7f','\x00','\x41','\xfc','\xbe','\x44','\x00','\x44','\x3c','\x28','\x24','\x28','\x25','\x10','\x26','\x28','\x44','\x44','\x81','\x82','\x00','\x00','\xff','\xb8','\x80','\x28','\x9f','\x28','\x91','\x28','\x91','\x46','\x9f','\x00','\x80','\x7c','\xbb','\xa4','\xaa','\xa4','\xaa','\xa8','\xaa','\xa8','\xbb','\x90','\x80','\x28','\xff','\xc4','\x00','\x82','\x00','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\xff','\xfe','\x21','\x10','\x22','\x10','\x22','\x10','\x22','\x10','\x3f','\xfc','\x04','\x10','\x08','\x10','\x10','\xa0','\x20','\x40','\x40','\x20','\x40','\x10','\x7d','\xfe','\x80','\x20','\x7c','\x48','\x44','\x84','\x65','\xfe','\x54','\x02','\xfe','\xa8','\x44','\xa8','\xa4','\xa8','\x94','\xa8','\xfe','\xaa','\x05','\x2a','\x29','\x26','\x12','\x00','\x01','\x00','\x11','\x10','\x11','\x08','\x21','\x24','\x41','\x44','\x01','\x80','\x0e','\x00','\xf0','\x00','\x00','\xf0','\x3f','\x00','\x01','\xf0','\x3f','\x00','\x01','\xf8','\x7f','\x02','\x01','\x02','\x00','\xfe','\x08','\x20','\x1c','\x28','\x70','\x24','\x13','\xfe','\x10','\x20','\x1d','\x24','\x70','\xa8','\x10','\x70','\x10','\xa8','\x1d','\x24','\xf2','\x22','\x10','\xa0','\x10','\x40','\x10','\x02','\x0f','\xfe','\x00','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x40','\x02','\x81','\xf4','\x3e','\x00','\x03','\xf0','\x3e','\x00','\x03','\xfa','\x7e','\x02','\x01','\xfe','\x01','\xf0','\x3e','\x00','\x03','\xf0','\x3e','\x00','\x03','\xfa','\x7e','\x02','\x01','\xfe','\x00','\x00','\x18','\x30','\x71','\xc0','\x1c','\x78','\x71','\xc0','\x1c','\x78','\x71','\xc4','\x14','\x44','\x18','\x3c','\x10','\x40','\x3a','\x44','\xe2','\x44','\x24','\x48','\x20','\xa0','\x39','\x10','\xe6','\x08','\x20','\x44','\x20','\x40','\x3a','\x48','\xe2','\x48','\x24','\x50','\x20','\xa2','\x21','\x12','\x22','\x0a','\x1f','\xfe','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x10','\x2f','\x7c','\x26','\x38','\x2b','\x54','\x32','\x92','\x20','\x78','\x2f','\x80','\x20','\xf8','\x2f','\x80','\x20','\xfc','\x5f','\x82','\x40','\x82','\x80','\x7e','\x10','\x08','\xfe','\x1c','\x00','\xe0','\xfe','\x20','\x82','\x20','\xba','\x3c','\xaa','\xe0','\xfe','\x20','\x00','\x20','\x7c','\x3c','\x44','\xe0','\x7c','\x22','\x44','\x22','\x7c','\x22','\x00','\x1e','\xfe','\x00','\x20','\x00','\x13','\xfc','\x12','\x04','\x02','\x04','\xfa','\x04','\x43','\xfc','\x42','\x20','\x42','\x20','\x43','\xfe','\x42','\x20','\x42','\x20','\x42','\x10','\x7a','\x12','\x02','\x8a','\x03','\x06','\x02','\x02','\x10','\x00','\x10','\x00','\x3f','\xfc','\x20','\x00','\x4f','\xf0','\x80','\x00','\x3f','\xf0','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x0a','\x00','\x0a','\x00','\x06','\x00','\x02','\x20','\x00','\x3f','\xfc','\x40','\x00','\x9f','\xf0','\x00','\x00','\x7f','\xf0','\x00','\x10','\x12','\x10','\x21','\x10','\x40','\x90','\xbf','\x50','\x11','\x12','\x11','\x0a','\x11','\x0a','\x25','\x06','\x42','\x02','\x20','\x00','\x3f','\xfc','\x40','\x00','\x9f','\xf0','\x00','\x00','\x7f','\xf0','\x00','\x10','\x7f','\xd0','\x44','\x50','\x44','\x50','\x5f','\x50','\x44','\x52','\x4a','\x4a','\x51','\x4a','\x7f','\xc6','\x40','\x42','\x10','\x00','\x10','\x00','\x3f','\xfc','\x20','\x00','\x4f','\xf0','\x80','\x00','\x3f','\xf0','\x04','\x10','\x24','\x90','\x15','\x10','\x7f','\xd0','\x0e','\x10','\x15','\x0a','\x24','\x8a','\x44','\x46','\x04','\x02','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x01','\x00','\x01','\x04','\x7d','\x88','\x05','\x50','\x09','\x20','\x11','\x10','\x21','\x08','\xc5','\x06','\x02','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x84','\x44','\x44','\x44','\x44','\x44','\x14','\x44','\x14','\x44','\x24','\x44','\xe4','\x44','\x24','\x44','\x24','\x44','\x27','\xfc','\x20','\x04','\x00','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x80','\x40','\x40','\x40','\x47','\xfc','\x10','\x40','\x10','\x40','\x20','\x40','\xe0','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x2f','\xfe','\x00','\x00','\x00','\x00','\x27','\xfc','\x10','\x40','\x10','\x40','\x80','\x40','\x40','\x40','\x40','\x40','\x13','\xfc','\x10','\x40','\x20','\x40','\xe0','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x2f','\xfe','\x00','\x00','\x00','\x08','\x20','\x3c','\x13','\xc0','\x12','\x00','\x82','\x00','\x42','\x00','\x43','\xfe','\x12','\x10','\x12','\x10','\x22','\x10','\xe2','\x10','\x22','\x10','\x22','\x10','\x24','\x10','\x24','\x10','\x08','\x10','\x00','\x00','\x27','\xfe','\x10','\x80','\x10','\x80','\x80','\x80','\x40','\xf8','\x49','\x08','\x09','\x08','\x11','\x08','\x12','\x08','\xe3','\xf8','\x20','\x10','\x20','\x10','\x20','\x10','\x27','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x82','\x40','\x42','\x40','\x4a','\x7c','\x0a','\x40','\x12','\x40','\x12','\x40','\xe2','\x40','\x22','\x40','\x22','\x40','\x22','\x40','\x2f','\xfe','\x00','\x00','\x00','\x00','\x20','\x80','\x10','\x40','\x10','\x20','\x81','\x20','\x41','\x00','\x41','\x00','\x15','\x04','\x15','\x02','\x25','\x02','\xe5','\x02','\x29','\x08','\x21','\x08','\x21','\x08','\x20','\xf8','\x00','\x00','\x00','\x40','\x40','\x40','\x20','\x40','\x2f','\xfe','\x00','\x40','\x80','\x40','\x47','\xfc','\x54','\x44','\x14','\x44','\x24','\x44','\xe4','\x44','\x24','\x54','\x24','\x48','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x10','\x21','\x10','\x11','\x10','\x12','\x08','\x82','\x08','\x44','\x04','\x58','\x02','\x13','\xf8','\x11','\x08','\x21','\x08','\xe1','\x08','\x21','\x08','\x22','\x08','\x22','\x08','\x24','\x50','\x08','\x20','\x00','\x00','\x23','\xfc','\x12','\x04','\x12','\x04','\x82','\x04','\x42','\x04','\x4a','\x04','\x0b','\xfc','\x12','\x04','\x12','\x04','\xe2','\x04','\x22','\x04','\x22','\x04','\x23','\xfc','\x22','\x04','\x00','\x00','\x00','\x08','\x20','\x3c','\x13','\xc0','\x12','\x00','\x82','\x00','\x42','\x00','\x4b','\xf8','\x0a','\x88','\x12','\x88','\x12','\x88','\xe2','\x50','\x22','\x50','\x22','\x20','\x24','\x50','\x24','\x88','\x09','\x06','\x00','\x80','\x20','\x80','\x10','\xfc','\x11','\x04','\x81','\x04','\x42','\x28','\x48','\x10','\x0b','\xfc','\x11','\x04','\x10','\x88','\xe0','\x88','\x20','\x50','\x20','\x20','\x20','\x50','\x21','\x88','\x06','\x06','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x87','\xfe','\x40','\x40','\x48','\xe0','\x08','\xe0','\x11','\x50','\x11','\x50','\xe2','\x48','\x24','\x44','\x28','\x42','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x48','\x22','\x48','\x12','\x48','\x12','\x48','\x82','\x48','\x4f','\xfe','\x42','\x48','\x12','\x48','\x12','\x48','\x22','\x48','\xe2','\x78','\x22','\x00','\x22','\x00','\x22','\x00','\x23','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x13','\xf8','\x82','\x48','\x42','\x48','\x4a','\x48','\x0a','\x48','\x12','\x48','\x17','\xfe','\xe0','\x40','\x20','\xa0','\x20','\xa0','\x21','\x10','\x22','\x08','\x04','\x06','\x00','\x08','\x27','\x88','\x10','\x88','\x10','\x88','\x80','\x88','\x47','\x88','\x44','\x08','\x14','\x10','\x14','\x10','\x27','\x90','\xe0','\x94','\x20','\xa4','\x20','\xa2','\x20','\xbe','\x25','\x02','\x02','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x40','\x87','\xfe','\x40','\x40','\x48','\x40','\x08','\x40','\x13','\xf8','\x12','\x08','\xe2','\x08','\x22','\x08','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x00','\x00','\x20','\x00','\x17','\xfc','\x14','\xa4','\x84','\xa4','\x44','\xa4','\x44','\xa4','\x14','\xa4','\x14','\xa4','\x25','\x24','\xe5','\x1c','\x26','\x04','\x24','\x04','\x24','\x04','\x27','\xfc','\x04','\x04','\x00','\x00','\x27','\xfc','\x14','\x04','\x14','\x44','\x84','\x44','\x44','\x44','\x44','\x44','\x14','\x44','\x14','\x44','\x24','\xa4','\xe4','\x94','\x25','\x14','\x26','\x04','\x24','\x04','\x27','\xfc','\x04','\x04','\x00','\x08','\x20','\x3c','\x13','\xc0','\x12','\x00','\x82','\x00','\x42','\x00','\x4b','\xfe','\x0a','\x10','\x12','\x10','\x12','\x70','\xe2','\x10','\x22','\x18','\x22','\x14','\x24','\x10','\x24','\x10','\x08','\x10','\x00','\x00','\x23','\xf8','\x12','\x08','\x12','\x08','\x82','\x08','\x43','\xf8','\x4a','\x08','\x0a','\x08','\x12','\x08','\x13','\xf8','\xe2','\x08','\x22','\x08','\x22','\x08','\x22','\x08','\x2f','\xfe','\x00','\x00','\x00','\x80','\x20','\x40','\x10','\x40','\x17','\xfc','\x84','\x04','\x48','\x08','\x42','\x00','\x12','\x10','\x12','\x20','\x22','\x40','\xe3','\x80','\x22','\x04','\x22','\x04','\x22','\x04','\x21','\xfc','\x00','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x7e','\x80','\x40','\x40','\x40','\x48','\x40','\x08','\x40','\x13','\xfc','\x12','\x04','\xe2','\x04','\x22','\x04','\x22','\x04','\x22','\x04','\x23','\xfc','\x02','\x04','\x00','\x00','\x27','\xfc','\x14','\x44','\x14','\x44','\x84','\x44','\x44','\x44','\x44','\x44','\x17','\xfc','\x14','\x44','\x24','\x44','\xe4','\x44','\x24','\x44','\x24','\x44','\x27','\xfc','\x24','\x04','\x00','\x00','\x00','\x10','\x20','\x78','\x17','\x80','\x10','\x00','\x80','\x80','\x40','\x40','\x47','\xf8','\x10','\x10','\x10','\x20','\x20','\x40','\xe0','\x80','\x21','\x00','\x22','\x00','\x25','\x00','\x28','\xfc','\x00','\x00','\x00','\x00','\x23','\xfc','\x12','\x04','\x12','\x04','\x82','\x04','\x43','\xfc','\x4a','\x20','\x0a','\x20','\x13','\xfe','\x12','\x20','\xe2','\x20','\x22','\x10','\x22','\x12','\x22','\x8a','\x23','\x06','\x02','\x02','\x00','\x00','\x23','\xf8','\x10','\x40','\x10','\x40','\x82','\x48','\x41','\x48','\x49','\x50','\x08','\x40','\x17','\xfe','\x10','\x40','\xe0','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x00','\x23','\xfc','\x12','\x04','\x12','\x04','\x82','\x04','\x43','\xfc','\x4a','\x04','\x0a','\x04','\x12','\x04','\x13','\xfc','\xe2','\x04','\x22','\x04','\x22','\x04','\x22','\x04','\x23','\xfc','\x02','\x04','\x00','\x40','\x20','\x40','\x17','\xfe','\x10','\x40','\x87','\xfc','\x40','\x44','\x43','\xfc','\x12','\x40','\x14','\x40','\x27','\xfe','\xe0','\x42','\x20','\xaa','\x20','\xa4','\x21','\x10','\x22','\x08','\x0c','\x06','\x10','\x00','\x12','\x00','\x21','\x1c','\x41','\x00','\x80','\x00','\x14','\x00','\x22','\x3e','\x62','\x88','\xa0','\x88','\x21','\x08','\x27','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x28','\x20','\x10','\x02','\x00','\x22','\x00','\x12','\x00','\x13','\xfc','\x84','\x04','\x44','\x04','\x4a','\x24','\x11','\x44','\x14','\x94','\x25','\x54','\xe6','\x34','\x24','\x14','\x27','\xf4','\x20','\x04','\x20','\x28','\x00','\x10','\x00','\x40','\x20','\x40','\x10','\x80','\x11','\x00','\x83','\xfc','\x42','\x94','\x4a','\x94','\x0a','\x94','\x12','\x94','\x12','\x94','\xe2','\x94','\x22','\x94','\x22','\x94','\x22','\x94','\x2f','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x10','\xa0','\x11','\x10','\x82','\x08','\x44','\x06','\x43','\xf8','\x10','\x00','\x10','\x00','\x23','\xf8','\xe2','\x08','\x22','\x08','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x00','\x80','\x20','\x88','\x14','\x88','\x12','\x90','\x82','\xa0','\x40','\x80','\x4f','\xfc','\x11','\x20','\x11','\x20','\x21','\x20','\xe1','\x20','\x21','\x24','\x22','\x24','\x22','\x24','\x24','\x1c','\x08','\x00','\x00','\x40','\x22','\x40','\x12','\x40','\x13','\xfc','\x84','\x40','\x40','\x40','\x40','\x40','\x17','\xfe','\x10','\xe0','\x21','\x50','\xe1','\x50','\x22','\x48','\x24','\x44','\x28','\x42','\x20','\x40','\x00','\x40','\x00','\x80','\x20','\x80','\x11','\x00','\x11','\xfc','\x82','\x04','\x44','\x04','\x43','\xe4','\x12','\x24','\x12','\x24','\x23','\xe4','\xe2','\x24','\x22','\x24','\x23','\xe4','\x20','\x04','\x20','\x28','\x00','\x10','\x01','\x00','\x21','\x00','\x11','\x00','\x11','\x1e','\x87','\xd2','\x42','\x52','\x42','\x52','\x12','\x52','\x12','\x52','\x24','\x92','\xe2','\x92','\x21','\x12','\x22','\x92','\x22','\x5e','\x24','\x52','\x08','\x00','\x00','\x00','\x2f','\xfe','\x10','\xa0','\x10','\xa0','\x87','\xfc','\x44','\xa4','\x44','\xa4','\x14','\xa4','\x14','\xa4','\x24','\xa4','\xe5','\x1c','\x26','\x04','\x24','\x04','\x24','\x04','\x27','\xfc','\x04','\x04','\x00','\x02','\x40','\x02','\x2f','\xc2','\x22','\x12','\x02','\x12','\x83','\xd2','\x42','\x52','\x54','\x52','\x16','\x52','\x25','\x52','\xe8','\x92','\x20','\x92','\x21','\x02','\x22','\x02','\x24','\x0a','\x08','\x04','\x00','\x80','\x20','\x40','\x17','\xfc','\x14','\x04','\x88','\x08','\x43','\xf0','\x40','\x00','\x10','\x00','\x17','\xfc','\x21','\x20','\xe1','\x20','\x21','\x20','\x22','\x24','\x22','\x24','\x24','\x1c','\x08','\x00','\x00','\x00','\x21','\xf8','\x11','\x08','\x11','\x08','\x81','\xf8','\x40','\x00','\x4b','\xfc','\x0a','\x04','\x12','\x04','\x13','\xfc','\xe2','\x04','\x22','\x04','\x23','\xfc','\x22','\x04','\x22','\x14','\x02','\x08','\x00','\x40','\x20','\x20','\x13','\xfe','\x12','\x02','\x84','\x44','\x40','\x40','\x4b','\xfe','\x08','\x40','\x10','\x90','\x10','\x90','\xe1','\x10','\x21','\x20','\x22','\x24','\x22','\x42','\x24','\xfe','\x08','\x42','\x00','\x80','\x20','\x80','\x11','\x10','\x12','\x08','\x87','\xfc','\x40','\x04','\x41','\x10','\x12','\x88','\x14','\x84','\x21','\xf0','\xe3','\x10','\x24','\xa0','\x20','\x40','\x20','\xa0','\x23','\x10','\x0c','\x0c','\x00','\x40','\x20','\x40','\x10','\x40','\x17','\xfe','\x80','\x40','\x42','\x48','\x42','\x48','\x12','\x48','\x15','\x54','\x28','\xa2','\xe0','\xa0','\x21','\x10','\x21','\x10','\x22','\x08','\x24','\x04','\x08','\x02','\x02','\x08','\x42','\x1c','\x22','\x60','\x22','\x40','\x0f','\xc0','\x82','\x40','\x42','\x7e','\x52','\xc8','\x13','\x48','\x2e','\x48','\xe2','\x48','\x22','\x48','\x22','\x48','\x22','\x48','\x2a','\x88','\x05','\x08','\x00','\x08','\x20','\x1c','\x17','\x70','\x11','\x10','\x81','\x10','\x42','\x50','\x42','\x5c','\x17','\x50','\x11','\x50','\x25','\x50','\xe5','\x50','\x22','\x7c','\x22','\x00','\x25','\x00','\x28','\xfe','\x10','\x00','\x02','\x10','\x21','\x10','\x11','\x20','\x17','\xf8','\x80','\x48','\x40','\x48','\x47','\xf8','\x14','\x40','\x14','\x40','\x27','\xfc','\xe0','\xc4','\x21','\x44','\x22','\x54','\x24','\x48','\x28','\x40','\x00','\x40','\x00','\x40','\x27','\xfc','\x10','\x40','\x13','\xfc','\x80','\x00','\x47','\xfe','\x40','\x02','\x13','\xf8','\x10','\x40','\x27','\xfe','\xe0','\x00','\x27','\xfe','\x20','\x08','\x27','\xfe','\x24','\xa8','\x07','\x98','\x00','\x00','\x27','\xfc','\x14','\x04','\x14','\x04','\x87','\xfc','\x44','\x04','\x44','\x04','\x17','\xfc','\x10','\x40','\x20','\x40','\xe7','\xfc','\x20','\x40','\x20','\x40','\x20','\x40','\x2f','\xfe','\x00','\x00','\x00','\x40','\x20','\x80','\x17','\xfe','\x11','\x10','\x82','\x48','\x44','\x46','\x43','\xf8','\x12','\x48','\x12','\x48','\x23','\xf8','\xe2','\x48','\x22','\x48','\x23','\xf8','\x20','\x42','\x20','\x42','\x00','\x3e','\x04','\x44','\x22','\x44','\x12','\x84','\x17','\xd4','\x81','\x14','\x41','\x14','\x51','\x14','\x1f','\xf4','\x11','\x14','\x21','\x14','\xe2','\x94','\x22','\x54','\x24','\x44','\x24','\x44','\x28','\x14','\x00','\x08','\x04','\x44','\x24','\x44','\x16','\x54','\x15','\x54','\x85','\x64','\x44','\x44','\x47','\xfc','\x14','\x44','\x14','\xc4','\x24','\xe4','\xe5','\x54','\x25','\x54','\x26','\x44','\x28','\x44','\x28','\x44','\x10','\x44','\x00','\x00','\x23','\xf8','\x10','\x10','\x10','\x20','\x84','\x44','\x45','\x54','\x44','\xe4','\x14','\x44','\x14','\xe4','\x25','\x54','\xe6','\x4c','\x25','\x44','\x24','\x84','\x24','\x04','\x27','\xfc','\x00','\x04','\x01','\x08','\x21','\x08','\x17','\xfe','\x11','\x08','\x81','\x08','\x41','\xf8','\x49','\x08','\x09','\x08','\x11','\xf8','\x11','\x08','\xe1','\x08','\x27','\xfe','\x20','\x00','\x20','\x90','\x21','\x08','\x02','\x04','\x00','\x40','\x20','\x40','\x10','\xa0','\x11','\x10','\x82','\x08','\x44','\x06','\x41','\xf0','\x10','\x40','\x10','\x40','\x23','\xf8','\xe0','\x40','\x22','\x48','\x21','\x48','\x21','\x50','\x2f','\xfe','\x00','\x00','\x00','\x00','\x27','\xfc','\x14','\x44','\x14','\x44','\x87','\xfc','\x44','\x44','\x44','\x44','\x15','\xf4','\x15','\x14','\x25','\x14','\xe5','\x14','\x25','\xf4','\x25','\x14','\x24','\x04','\x27','\xfc','\x04','\x04','\x02','\x10','\x21','\x20','\x10','\xc0','\x13','\x30','\x8c','\x88','\x40','\x80','\x4f','\xfe','\x11','\x00','\x13','\xf8','\x26','\x08','\xeb','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x22','\x28','\x02','\x10','\x00','\x80','\x20','\x40','\x17','\xfc','\x10','\x00','\x81','\x10','\x41','\x10','\x42','\xa8','\x14','\x44','\x10','\x00','\x20','\x40','\xe7','\xfe','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x02','\x08','\x42','\x28','\x22','\x28','\x22','\x28','\x0f','\xa4','\x82','\x44','\x42','\x54','\x56','\x92','\x17','\x10','\x2a','\xa0','\xea','\x20','\x32','\x28','\x22','\x44','\x22','\xfc','\x22','\x44','\x02','\x00','\x00','\x40','\x22','\x48','\x11','\x48','\x11','\x50','\x80','\x40','\x47','\xfc','\x44','\x04','\x14','\x04','\x15','\xf4','\x25','\x14','\xe5','\x14','\x25','\x14','\x25','\xf4','\x24','\x04','\x24','\x14','\x04','\x08','\x00','\x3c','\x27','\xc0','\x12','\x44','\x11','\x28','\x80','\x00','\x43','\xf8','\x48','\x48','\x08','\x48','\x17','\xfe','\x10','\x48','\xe0','\x48','\x23','\xf8','\x20','\x48','\x20','\x40','\x21','\x40','\x00','\x80','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\x40','\x83','\xf8','\x40','\x48','\x47','\xfe','\x10','\x48','\x13','\xf8','\x20','\x80','\xe7','\xfe','\x21','\x08','\x23','\x90','\x20','\x60','\x21','\x98','\x06','\x04','\x02','\x00','\x42','\x0c','\x22','\x70','\x22','\x40','\x0f','\x40','\x82','\x40','\x42','\x7e','\x56','\x48','\x17','\x48','\x2a','\xc8','\xea','\x48','\x32','\x48','\x22','\x48','\x22','\x48','\x22','\x48','\x02','\x88','\x00','\xa0','\x20','\x90','\x10','\xbc','\x17','\xc8','\x80','\x50','\x40','\x64','\x51','\x94','\x1e','\x0c','\x10','\xa0','\x20','\x90','\xe0','\xbc','\x27','\xc8','\x20','\x50','\x20','\x64','\x21','\x94','\x0e','\x0c','\x00','\x80','\x40','\x40','\x27','\xfe','\x24','\x02','\x08','\x04','\x83','\xf0','\x40','\x00','\x50','\x00','\x17','\xfc','\x20','\x40','\xe2','\x50','\x22','\x48','\x24','\x44','\x28','\x44','\x21','\x40','\x00','\x80','\x02','\x10','\x41','\x10','\x20','\x10','\x2f','\xa8','\x04','\x28','\x84','\x44','\x44','\x02','\x57','\x90','\x14','\x88','\x24','\x88','\xe4','\x80','\x24','\xa0','\x24','\x90','\x28','\x88','\x2a','\x88','\x11','\x00','\x00','\x40','\x20','\x40','\x13','\xf8','\x10','\x40','\x80','\x40','\x47','\xfc','\x41','\x10','\x12','\x08','\x14','\x44','\x20','\x40','\xe3','\xf8','\x20','\x40','\x20','\x40','\x20','\x40','\x27','\xfc','\x00','\x00','\x00','\x40','\x20','\x40','\x10','\xa0','\x11','\x10','\x82','\x08','\x4d','\xf6','\x40','\x00','\x17','\xfc','\x14','\xa4','\x24','\xa4','\xe7','\xfc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\x14','\x04','\x08','\x01','\x40','\x21','\x20','\x11','\x20','\x13','\xfe','\x82','\x20','\x46','\x20','\x4b','\xfc','\x12','\x20','\x12','\x20','\x23','\xfc','\xe2','\x20','\x22','\x20','\x22','\x20','\x23','\xfe','\x22','\x00','\x02','\x00','\x00','\x00','\x27','\xfc','\x14','\x44','\x17','\xfc','\x84','\x44','\x47','\xfc','\x40','\x00','\x13','\xf8','\x12','\x08','\x23','\xf8','\xe2','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\x22','\x28','\x02','\x10','\x00','\x00','\x27','\xfc','\x10','\xa0','\x10','\xa0','\x87','\xfc','\x44','\xa4','\x44','\xa4','\x14','\xa4','\x17','\xfc','\x20','\x40','\xe0','\x40','\x27','\xfc','\x20','\x40','\x20','\x40','\x2f','\xfe','\x00','\x00','\x01','\x10','\x21','\x10','\x17','\xfe','\x11','\x10','\x80','\x00','\x47','\xfe','\x40','\x08','\x10','\x08','\x13','\xc8','\x22','\x48','\xe2','\x48','\x23','\xc8','\x22','\x48','\x20','\x08','\x20','\x28','\x00','\x10','\x01','\x00','\x21','\x00','\x13','\xf0','\x14','\x10','\x88','\x20','\x47','\xfc','\x44','\x04','\x14','\xa4','\x15','\x14','\x24','\x44','\xe0','\x40','\x2f','\xfe','\x20','\xa0','\x21','\x10','\x22','\x08','\x0c','\x06','\x00','\x3c','\x27','\xc0','\x12','\x44','\x11','\x28','\x80','\x00','\x43','\xfc','\x48','\x80','\x08','\x80','\x17','\xfe','\x11','\x00','\xe1','\xf8','\x22','\x88','\x22','\x50','\x24','\x20','\x28','\xd8','\x03','\x06','\x00','\x40','\x20','\x80','\x13','\xf8','\x12','\x08','\x83','\xf8','\x42','\x08','\x4b','\xf8','\x08','\x00','\x17','\xfc','\x10','\x40','\xe0','\x40','\x23','\xf8','\x20','\x40','\x20','\x40','\x27','\xfc','\x00','\x00','\x00','\x00','\x27','\xfc','\x14','\x44','\x10','\x40','\x87','\xfe','\x40','\x40','\x4b','\xf8','\x0a','\x48','\x13','\xf8','\x12','\x48','\xe3','\xf8','\x20','\x40','\x27','\xfe','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\xe0','\x81','\x50','\x42','\x48','\x44','\x46','\x13','\xf8','\x12','\x08','\x23','\xf8','\xe2','\x08','\x23','\xf8','\x22','\x08','\x20','\x00','\x2f','\xfe','\x00','\x00','\x43','\x90','\x2e','\x10','\x22','\x10','\x82','\x12','\x42','\x52','\x4f','\xd4','\x02','\x58','\x26','\x90','\x27','\x10','\x4a','\xa8','\xca','\x28','\x52','\x28','\x42','\x48','\x42','\x44','\x42','\x84','\x03','\x02','\x00','\x90','\x22','\x90','\x12','\x90','\x17','\xfe','\x82','\x90','\x42','\x90','\x42','\xf0','\x12','\x00','\x13','\xfc','\x20','\x40','\xe7','\xfe','\x20','\xe0','\x21','\x50','\x22','\x48','\x2c','\x46','\x00','\x40','\x00','\x80','\x21','\x00','\x13','\xf8','\x12','\x08','\x83','\xf8','\x42','\x08','\x43','\xf8','\x10','\x40','\x10','\x40','\x27','\x64','\xe1','\x68','\x21','\x50','\x22','\x48','\x24','\x44','\x29','\x42','\x00','\x80','\x00','\x40','\x24','\x44','\x14','\x44','\x14','\x44','\x87','\xfc','\x40','\x00','\x4f','\xfe','\x10','\x40','\x10','\x80','\x27','\xfc','\xe4','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x04','\x0c','\x00','\x80','\x20','\x40','\x17','\xfc','\x10','\x00','\x83','\xf8','\x42','\x08','\x43','\xf8','\x10','\x00','\x1f','\xfe','\x28','\x02','\xe3','\xf8','\x20','\x40','\x20','\x40','\x20','\x40','\x21','\x40','\x00','\x80','\x01','\x00','\x43','\xbc','\x2e','\x10','\x22','\x10','\x02','\x3c','\x8f','\x90','\x42','\x10','\x52','\x3c','\x12','\x10','\x2f','\x90','\xe2','\x7e','\x22','\x10','\x22','\x10','\x22','\x10','\x24','\x10','\x08','\x10','\x40','\x10','\x20','\x10','\x2f','\x10','\x89','\x10','\x49','\x14','\x4f','\x52','\x09','\x52','\x29','\x92','\x2f','\x10','\x49','\x14','\xc9','\x04','\x4f','\x08','\x49','\x10','\x40','\x20','\x40','\x40','\x01','\x80','\x00','\x00','\x27','\xfe','\x10','\x40','\x10','\x80','\x87','\xfe','\x44','\x92','\x44','\x92','\x14','\xf2','\x14','\x92','\x24','\x92','\xe4','\xf2','\x24','\x92','\x24','\x92','\x24','\x92','\x27','\xfe','\x04','\x02','\x02','\x10','\x82','\x10','\x5f','\xd0','\x02','\x10','\x82','\x3e','\x5f','\xd2','\x50','\x52','\x20','\x92','\x2f','\x12','\x41','\x12','\xc2','\x12','\x43','\x92','\x5e','\x22','\x42','\x22','\x4a','\x4a','\x04','\x84','\x01','\x10','\x21','\x10','\x17','\xfc','\x11','\x10','\x81','\x10','\x41','\xf0','\x40','\x40','\x17','\xfc','\x14','\x44','\x26','\x64','\xe5','\x54','\x26','\xec','\x24','\x44','\x24','\x44','\x24','\x54','\x04','\x48','\x00','\x40','\x20','\xa0','\x11','\x10','\x12','\x08','\x85','\xf6','\x48','\x00','\x47','\xc4','\x14','\x54','\x14','\x54','\x27','\xd4','\xe4','\x54','\x24','\x54','\x27','\xd4','\x24','\x44','\x25','\x54','\x04','\x88','\x02','\x10','\x21','\x10','\x11','\x10','\x17','\xbe','\x82','\x20','\x42','\x40','\x43','\xbc','\x12','\x84','\x12','\x88','\x22','\x88','\xe2','\xbe','\x22','\x88','\x24','\x88','\x24','\x88','\x29','\xa8','\x10','\x10','\x01','\x02','\x21','\x02','\x17','\xc2','\x11','\x12','\x81','\x12','\x47','\xd2','\x45','\x52','\x15','\x52','\x17','\xd2','\x21','\x12','\xe3','\x92','\x25','\x42','\x29','\x22','\x21','\x02','\x21','\x0a','\x01','\x04','\x00','\x3c','\x27','\xc0','\x12','\x44','\x11','\x28','\x80','\x80','\x41','\x10','\x43','\xe0','\x10','\x40','\x11','\x88','\x23','\xfc','\xe0','\x44','\x20','\x40','\x27','\xfc','\x20','\xa0','\x21','\x10','\x06','\x0e','\x00','\x40','\x20','\x40','\x13','\xfc','\x10','\x40','\x80','\x40','\x4f','\xfe','\x40','\x80','\x11','\x10','\x13','\xf8','\x20','\x08','\xe7','\xfc','\x24','\xa4','\x24','\xa4','\x24','\xa4','\x2f','\xfe','\x00','\x00','\x00','\x00','\x23','\xf8','\x12','\x08','\x13','\xf8','\x82','\x08','\x43','\xf8','\x48','\x40','\x0a','\x48','\x11','\x50','\x10','\x40','\xe7','\xfc','\x21','\x20','\x21','\x20','\x22','\x24','\x24','\x24','\x08','\x1c','\x00','\x00','\x27','\xfe','\x14','\x02','\x15','\xfa','\x84','\x42','\x44','\xc2','\x45','\x2a','\x14','\x6a','\x14','\xb2','\x25','\x2a','\xe4','\x6a','\x24','\xaa','\x25','\x22','\x24','\x42','\x27','\xfe','\x04','\x02','\x00','\x80','\x20','\x40','\x17','\xfc','\x14','\x84','\x80','\x40','\x43','\xf8','\x41','\x10','\x10','\xa0','\x17','\xfc','\x20','\x40','\xe0','\x40','\x23','\xf8','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x00','\x23','\xfe','\x12','\x00','\x12','\xfc','\x82','\x00','\x43','\xfe','\x4a','\xa8','\x0a','\x90','\x12','\xc8','\x12','\x86','\xe2','\x08','\x23','\xfe','\x22','\x88','\x24','\x48','\x24','\x08','\x08','\x18','\x04','\x40','\x42','\x5e','\x22','\x92','\x20','\x12','\x07','\xd2','\x81','\x1e','\x45','\x52','\x55','\x52','\x15','\x52','\x27','\xde','\xe1','\x52','\x21','\x12','\x22','\x12','\x22','\x22','\x24','\x2a','\x08','\x44','\x00','\x40','\x20','\x40','\x10','\xa0','\x11','\x90','\x82','\x48','\x47','\xfe','\x4a','\x08','\x13','\xf8','\x12','\x08','\x23','\xf8','\xe2','\x00','\x23','\xf8','\x25','\x08','\x25','\x08','\x29','\xf8','\x01','\x08','\x00','\x40','\x21','\x40','\x16','\x5c','\x14','\x44','\x84','\x44','\x47','\x5c','\x44','\x44','\x14','\x44','\x17','\xfc','\x20','\x40','\xe7','\xf8','\x21','\x10','\x20','\xa0','\x20','\x60','\x23','\x98','\x1c','\x06','\x00','\x3e','\x4f','\xc0','\x20','\x84','\x24','\x44','\x02','\x48','\x82','\x10','\x41','\x00','\x56','\x1c','\x14','\x04','\x24','\x04','\xe7','\x1c','\x24','\x04','\x24','\x04','\x24','\x04','\x27','\xfc','\x04','\x04','\x00','\x20','\x79','\x24','\x48','\xa8','\x49','\xfc','\x48','\x20','\x78','\x40','\x4b','\xfe','\x48','\x88','\x49','\x24','\x7a','\x22','\x4d','\x24','\x48','\xa8','\x49','\x24','\x4a','\x22','\x48','\xa0','\x98','\x40','\x00','\x40','\x20','\x20','\x17','\xfe','\x14','\x20','\x85','\xfc','\x44','\x24','\x47','\xfe','\x14','\x24','\x15','\xfc','\x24','\x20','\xe5','\xfc','\x25','\x04','\x25','\x04','\x29','\x04','\x29','\xfc','\x11','\x04','\x00','\x50','\x40','\x48','\x2f','\xfe','\x20','\x40','\x07','\xfc','\x84','\x44','\x47','\xfc','\x54','\x44','\x17','\xfc','\x24','\x44','\xe0','\x08','\x2f','\xfe','\x22','\x08','\x21','\x08','\x21','\x28','\x00','\x10','\x00','\x80','\x40','\x40','\x27','\xfc','\x22','\x10','\x01','\x20','\x8f','\xfe','\x48','\x82','\x50','\x44','\x17','\xfc','\x21','\x00','\xe1','\x00','\x21','\xf8','\x21','\x08','\x22','\x08','\x22','\x28','\x04','\x10','\x00','\x00','\x27','\xfc','\x14','\x04','\x10','\x00','\x83','\xf8','\x42','\x08','\x4b','\xf8','\x0a','\x08','\x13','\xf8','\x10','\x80','\xe0','\x40','\x27','\xfc','\x20','\x00','\x21','\x10','\x22','\x08','\x04','\x04','\x20','\x00','\x24','\xfe','\x38','\x10','\x22','\x20','\x22','\xfc','\x1e','\x84','\x00','\x84','\x08','\xfc','\x0a','\x84','\xec','\xfc','\x28','\x84','\x2c','\x84','\x4a','\xfc','\x4a','\x48','\xa8','\x84','\x11','\x02','\x01','\x00','\x42','\x3e','\x27','\x88','\x24','\x88','\x04','\xa8','\x87','\xa8','\x44','\xbe','\x54','\x88','\x17','\x88','\x20','\x10','\xe4','\x98','\x27','\x18','\x24','\x28','\x24','\xaa','\x23','\xca','\x00','\x86','\x01','\x10','\x4f','\xfe','\x21','\x10','\x27','\xbc','\x04','\xa4','\x87','\xbc','\x41','\x40','\x51','\x20','\x13','\xfe','\x22','\x20','\xe7','\xfc','\x2a','\x20','\x23','\xfc','\x22','\x20','\x23','\xfe','\x02','\x00','\x00','\x40','\x20','\x20','\x13','\xfc','\x12','\x04','\x83','\xfc','\x42','\x00','\x4a','\xf8','\x0a','\x88','\x12','\xf8','\x12','\x00','\xe3','\xfc','\x23','\x24','\x25','\xfc','\x25','\x02','\x29','\x02','\x00','\xfe','\x02','\x10','\x41','\x10','\x21','\x10','\x2f','\xde','\x00','\x28','\x87','\x88','\x40','\x08','\x57','\x88','\x10','\x3e','\x27','\x88','\xe4','\x88','\x24','\x88','\x24','\x88','\x27','\x88','\x24','\x88','\x00','\x08','\x00','\x80','\x20','\x40','\x17','\xfc','\x11','\x10','\x82','\x08','\x45','\xf4','\x41','\x10','\x11','\x10','\x11','\xf0','\x20','\x88','\xe1','\x50','\x23','\x20','\x25','\x10','\x29','\x48','\x21','\x86','\x01','\x00','\x04','\x40','\x24','\x7c','\x24','\xa8','\x3d','\x50','\x04','\x28','\x7d','\xfe','\x24','\x88','\x44','\x48','\x85','\x18','\x01','\x04','\x7d','\x88','\x09','\x50','\x11','\x20','\x21','\x18','\xc5','\x06','\x02','\x00','\x00','\x80','\x21','\x10','\x13','\xf8','\x12','\x10','\x84','\xa4','\x4f','\xbe','\x40','\x42','\x10','\xa0','\x13','\x18','\x2c','\x46','\xe1','\x90','\x26','\x64','\x21','\x88','\x26','\x30','\x21','\xc0','\x0e','\x00','\x01','\x08','\x21','\x08','\x17','\xc8','\x11','\x08','\x81','\x1e','\x47','\xd2','\x45','\x64','\x15','\x40','\x17','\xc8','\x21','\x08','\xe3','\x88','\x25','\x48','\x29','\x54','\x21','\x14','\x21','\x24','\x01','\x42','\x02','\xa8','\x22','\xa8','\x17','\xfc','\x12','\xa8','\x82','\xaa','\x44','\xe6','\x48','\x00','\x17','\xfc','\x14','\x44','\x20','\x40','\xe3','\xf8','\x22','\x48','\x22','\x48','\x22','\x48','\x22','\x58','\x00','\x40','\x00','\x00','\x4f','\x3e','\x21','\x20','\x21','\x3c','\x01','\x20','\x8f','\x3c','\x48','\x20','\x48','\xfe','\x18','\x50','\x2f','\x52','\xe1','\x54','\x21','\x48','\x21','\x48','\x21','\x44','\x2a','\x62','\x04','\x40','\x44','\x20','\x24','\x20','\x24','\x7c','\x88','\x44','\x4a','\xa8','\x4a','\x10','\x1a','\x28','\x2a','\xd6','\x2a','\x10','\x4a','\xfe','\xca','\x10','\x4a','\x54','\x48','\x92','\x49','\x12','\x48','\x50','\x08','\x20','\x02','\x08','\x21','\x10','\x17','\xfc','\x10','\x40','\x83','\xf8','\x40','\x40','\x47','\xfc','\x10','\x40','\x10','\x20','\x21','\xc0','\xe0','\x44','\x27','\x68','\x21','\x50','\x22','\x48','\x2d','\x46','\x00','\x80','\x00','\x80','\x20','\x40','\x17','\xfe','\x10','\x00','\x82','\xa8','\x42','\x48','\x42','\xa8','\x13','\xf8','\x10','\x40','\x27','\xfc','\xe4','\x84','\x25','\x24','\x25','\xf4','\x24','\x14','\x24','\x04','\x04','\x0c','\x00','\x40','\x20','\x40','\x10','\x7e','\x10','\x40','\x80','\x40','\x47','\xfc','\x44','\x04','\x16','\x4c','\x15','\x14','\x24','\xa4','\xe6','\x4c','\x24','\xa4','\x25','\x14','\x26','\x4c','\x27','\xfc','\x04','\x04','\x00','\x40','\x40','\x40','\x27','\xfc','\x20','\x40','\x0f','\xfe','\x81','\x10','\x47','\xbc','\x51','\x10','\x11','\x90','\x26','\x3e','\xe0','\x00','\x2f','\xfe','\x21','\x20','\x21','\x22','\x22','\x22','\x0c','\x1e','\x07','\xfc','\x24','\x04','\x17','\xfc','\x14','\x00','\x85','\xf8','\x44','\x10','\x47','\xfe','\x14','\x20','\x14','\x60','\x27','\x9c','\xe4','\x84','\x25','\x08','\x29','\xde','\x2f','\x08','\x31','\x08','\x03','\x18','\x04','\x20','\x84','\x20','\x5f','\xfc','\x04','\x20','\x95','\x68','\x55','\xaa','\x65','\x26','\x00','\x00','\x2f','\xf8','\x48','\x08','\xcf','\xf8','\x48','\x08','\x4f','\xf8','\x48','\x08','\x48','\x28','\x08','\x10','\x40','\x40','\x20','\x40','\x22','\x7c','\x82','\x40','\x42','\x40','\x4f','\xfe','\x00','\x00','\x22','\x08','\x22','\x08','\x42','\x28','\xcb','\xae','\x4a','\x28','\x4a','\x28','\x4b','\xa8','\x5e','\x7e','\x00','\x00','\x00','\x00','\x4f','\xbc','\x22','\x94','\x26','\xb4','\x0a','\xd4','\x84','\xa4','\x45','\xac','\x58','\x40','\x11','\x08','\x21','\x08','\xe5','\xa8','\x25','\x2c','\x25','\x28','\x25','\xa8','\x2e','\x7e','\x00','\x00','\x00','\x00','\x23','\xfc','\x10','\x04','\x13','\xfc','\x80','\x04','\x43','\xfc','\x48','\x00','\x0b','\xbc','\x11','\x24','\x17','\xbc','\xe0','\x08','\x23','\xfe','\x21','\x08','\x20','\x88','\x20','\xa8','\x00','\x10','\x00','\x00','\x27','\xbc','\x11','\x08','\x15','\x28','\x87','\xbc','\x43','\x18','\x55','\xaa','\x19','\x46','\x10','\x00','\x23','\xf8','\xe2','\x08','\x22','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\x03','\xf8','\x01','\x08','\x45','\x28','\x27','\xbe','\x29','\x48','\x07','\xbe','\x83','\x18','\x45','\xaa','\x59','\x46','\x13','\xf8','\x22','\x08','\xe2','\x08','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x02','\x08','\x00','\x00','\x27','\xfc','\x10','\xa0','\x17','\xfc','\x84','\xa4','\x47','\xfc','\x40','\x00','\x13','\xf8','\x12','\x08','\x23','\xf8','\xe2','\x08','\x23','\xf8','\x20','\x40','\x27','\xfc','\x20','\x40','\x00','\x40','\x01','\x08','\x25','\x48','\x15','\x48','\x15','\x50','\x87','\xde','\x40','\x14','\x47','\xe4','\x10','\x14','\x17','\xd4','\x21','\x14','\xe7','\xd4','\x21','\x08','\x21','\x08','\x2f','\xd4','\x20','\x24','\x00','\x42','\x00','\x40','\x23','\xf8','\x11','\x10','\x10','\xa0','\x87','\xfc','\x40','\x00','\x4b','\xf8','\x0a','\x48','\x13','\xf8','\x12','\x48','\xe3','\xf8','\x20','\x40','\x23','\xf8','\x20','\x40','\x27','\xfe','\x00','\x00','\x00','\x78','\x27','\xc0','\x12','\x48','\x11','\x50','\x87','\xfc','\x41','\x50','\x42','\x48','\x14','\x06','\x13','\xf8','\x22','\x48','\xe2','\x48','\x23','\xf8','\x22','\x48','\x22','\x48','\x23','\xf8','\x02','\x08','\x01','\x04','\x41','\x04','\x2f','\xe8','\x21','\x10','\x01','\x00','\x87','\xc4','\x40','\x04','\x57','\xc8','\x14','\x50','\x24','\x42','\xe7','\xc2','\x24','\x44','\x22','\x84','\x20','\xe8','\x2f','\x10','\x04','\x20','\x00','\x00','\x27','\xfe','\x10','\xa0','\x17','\xbc','\x84','\xa4','\x44','\xa4','\x47','\xbc','\x10','\xa0','\x17','\xfc','\x24','\x44','\xe4','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x27','\xfc','\x04','\x04','\x00','\x20','\x27','\xfe','\x15','\x08','\x14','\x90','\x87','\xfc','\x44','\x50','\x45','\xfc','\x14','\x54','\x17','\xfe','\x24','\x54','\xe5','\xfc','\x24','\x50','\x24','\xd8','\x29','\x54','\x2a','\x52','\x10','\x50','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\xa0','\x85','\x14','\x42','\x08','\x47','\xfc','\x1a','\x0a','\x13','\xf8','\x22','\x08','\xe3','\xf8','\x20','\x40','\x22','\x48','\x24','\x44','\x29','\x44','\x00','\x80','\x00','\x80','\x21','\x00','\x17','\xfc','\x14','\x44','\x85','\x54','\x44','\x44','\x47','\xfc','\x14','\xe4','\x15','\x54','\x24','\x04','\xe0','\x40','\x2f','\xfe','\x20','\xa0','\x21','\x10','\x22','\x08','\x0c','\x06','\x01','\x08','\x41','\x08','\x21','\x14','\x2f','\xd4','\x01','\x22','\x87','\xc0','\x44','\x5c','\x57','\xc8','\x14','\x48','\x27','\xc8','\xe1','\x3e','\x2f','\xc8','\x21','\x08','\x21','\x08','\x21','\x08','\x01','\x08','\x03','\xf8','\x42','\x08','\x22','\x08','\x23','\xf8','\x00','\x00','\x87','\xbc','\x44','\xa4','\x54','\xa4','\x17','\xbc','\x20','\x40','\xef','\xfe','\x21','\x60','\x22','\x50','\x24','\x48','\x38','\x46','\x00','\x40','\x00','\x00','\x27','\xfc','\x14','\xa4','\x17','\xfc','\x80','\x40','\x43','\xf8','\x40','\x40','\x17','\xfc','\x11','\x10','\x20','\xa0','\xe3','\xf8','\x20','\x40','\x2f','\xfe','\x20','\x40','\x20','\x40','\x00','\x40','\x02','\x00','\x43','\xf8','\x24','\x10','\x27','\xfe','\x0d','\x48','\x96','\x24','\x47','\xfe','\x54','\x00','\x15','\xfc','\x24','\x00','\xe5','\xfc','\x24','\x00','\x25','\xfc','\x29','\x04','\x29','\xfc','\x11','\x04','\x00','\x40','\x27','\xfc','\x10','\x40','\x11','\x10','\x8f','\xfe','\x41','\x10','\x43','\xf8','\x12','\x08','\x13','\xf8','\x22','\x08','\xe3','\xf8','\x22','\x08','\x23','\xf8','\x21','\x10','\x22','\x08','\x04','\x04','\x00','\x00','\x47','\xfc','\x20','\x40','\x2f','\xfe','\x08','\x42','\x83','\x58','\x40','\x40','\x53','\x58','\x10','\xa0','\x23','\x98','\xec','\x46','\x23','\xf0','\x20','\x10','\x23','\x20','\x20','\xc0','\x00','\x20','\x00','\x80','\x20','\x40','\x17','\xfc','\x11','\x10','\x80','\xa4','\x4f','\x58','\x45','\x54','\x15','\x52','\x1b','\x58','\x20','\x00','\xe2','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x22','\x08','\x04','\x08','\x00','\x00','\x27','\xfc','\x14','\x04','\x17','\xfc','\x84','\x04','\x47','\xfc','\x42','\x10','\x14','\xa4','\x17','\x38','\x22','\x10','\xe4','\xa4','\x27','\xbc','\x20','\x00','\x25','\x48','\x24','\xa4','\x08','\xa4','\x00','\x40','\x20','\x7c','\x10','\x40','\x17','\xfe','\x84','\x02','\x43','\xfc','\x42','\x48','\x14','\xa4','\x11','\x10','\x23','\xf8','\xe6','\x0c','\x2b','\xfa','\x22','\x08','\x23','\xf8','\x22','\x08','\x03','\xf8','\x00','\x00','\x27','\xfc','\x12','\x48','\x14','\x44','\x8f','\xfe','\x44','\x44','\x46','\xec','\x15','\x54','\x16','\xec','\x24','\x44','\xe6','\xec','\x25','\x54','\x26','\xec','\x24','\x44','\x24','\x54','\x04','\x08','\x00','\x80','\x20','\x40','\x17','\xfc','\x14','\x44','\x82','\xa8','\x42','\x94','\x44','\x74','\x10','\x00','\x13','\xf8','\x22','\xa8','\xef','\xfe','\x20','\x00','\x27','\xfc','\x20','\x40','\x21','\x40','\x00','\x80','\x00','\x80','\x40','\x40','\x27','\xfe','\x24','\x02','\x0b','\xfc','\x81','\x48','\x42','\x50','\x57','\xfc','\x12','\x04','\x27','\xfc','\xea','\x04','\x23','\xfc','\x22','\x04','\x23','\xfc','\x21','\x08','\x02','\x04','\x01','\x28','\x21','\xaa','\x11','\x6c','\x12','\x28','\x82','\xfe','\x46','\x44','\x56','\x28','\x1a','\xfe','\x12','\x10','\x22','\x7c','\xe2','\x10','\x22','\xfe','\x22','\x10','\x22','\x28','\x22','\x44','\x02','\x82','\x01','\x10','\x27','\xfc','\x11','\x10','\x17','\xfc','\x84','\x04','\x43','\xf8','\x40','\x00','\x17','\xfc','\x10','\x80','\x21','\x44','\xe6','\xa8','\x21','\x70','\x26','\xa8','\x21','\x26','\x26','\xa0','\x00','\x40','\x00','\x40','\x4f','\xfe','\x28','\x82','\x23','\x38','\x02','\x08','\x83','\xb8','\x42','\x08','\x53','\xf8','\x12','\x00','\x27','\xfc','\xe8','\x04','\x25','\x54','\x25','\x54','\x28','\x04','\x20','\x28','\x00','\x10','\x00','\x40','\x47','\xfc','\x24','\x04','\x28','\x38','\x07','\xc0','\x82','\x48','\x41','\x50','\x57','\xfc','\x12','\x48','\x24','\x04','\xeb','\xfa','\x22','\x48','\x23','\xf8','\x22','\x48','\x23','\xf8','\x02','\x08','\x00','\x14','\x27','\x92','\x14','\x9e','\x14','\xf0','\x87','\x94','\x44','\x8a','\x44','\x96','\x17','\xe2','\x14','\x94','\x24','\x92','\xe7','\x9e','\x20','\x70','\x25','\x14','\x24','\x8a','\x28','\x96','\x00','\x62','\x03','\xf8','\x22','\x08','\x13','\xf8','\x12','\x08','\x83','\xf8','\x41','\x10','\x47','\xfc','\x11','\x10','\x1f','\xfe','\x21','\x10','\xe2','\x48','\x25','\x54','\x20','\xe0','\x21','\x50','\x22','\x48','\x00','\xc0','\x02','\x08','\x21','\x10','\x17','\xfc','\x10','\x40','\x83','\xf8','\x40','\x80','\x47','\xfc','\x11','\x48','\x13','\xfc','\x26','\x0a','\xeb','\xf8','\x22','\x08','\x23','\xfa','\x22','\x34','\x22','\x8c','\x03','\x02','\x02','\x02','\x25','\xe2','\x14','\xa2','\x16','\xaa','\x85','\x2a','\x46','\x6a','\x41','\x0a','\x12','\x8a','\x14','\x4a','\x2b','\xaa','\xe1','\x0a','\x27','\xca','\x21','\x22','\x25','\x42','\x21','\xea','\x0e','\x04','\x00','\x20','\x20','\x3e','\x10','\x20','\x17','\xfe','\x84','\x22','\x45','\xf8','\x44','\x22','\x15','\xfe','\x15','\x24','\x25','\xfc','\xe5','\x24','\x25','\xfc','\x28','\x40','\x2a','\xa4','\x32','\x8a','\x04','\x7a','\x00','\x80','\xbf','\xfc','\x48','\x00','\x0f','\xf8','\x80','\x00','\x4f','\xf8','\x48','\x08','\x0f','\xf8','\x20','\x80','\x5c','\x9c','\xd7','\xd4','\x5d','\x54','\x55','\x5c','\x5c','\x96','\x55','\x56','\x2e','\x22','\x04','\x10','\x84','\x10','\x44','\x28','\x1f','\x44','\x84','\x82','\x5f','\x00','\x51','\xee','\x1f','\x22','\x31','\xaa','\x5f','\x66','\xc4','\x22','\x5f','\x66','\x44','\xaa','\x44','\x22','\x44','\xaa','\x04','\x44','\x00','\x20','\x49','\x20','\x25','\xfa','\x22','\x24','\x06','\x28','\x8b','\xfe','\x42','\x20','\x52','\x40','\x16','\xfc','\x2b','\x44','\xe2','\x44','\x22','\x7c','\x22','\x44','\x22','\x44','\x2a','\x7c','\x04','\x44','\x00','\x00','\x27','\xfe','\x14','\x44','\x15','\x98','\x84','\x88','\x47','\xde','\x44','\x88','\x15','\xdc','\x16','\xaa','\x24','\x88','\xe4','\x20','\x25','\x20','\x25','\x3c','\x29','\x20','\x29','\x20','\x17','\xfe','\x00','\x40','\x20','\x7c','\x10','\x40','\x13','\xfc','\x82','\x44','\x43','\xf0','\x4a','\x44','\x0a','\xfc','\x12','\xa8','\x12','\xf8','\xe2','\xa8','\x22','\xf8','\x22','\x00','\x25','\xfc','\x25','\x54','\x0b','\xfe','\x01','\x10','\x27','\xfe','\x11','\x50','\x13','\xf8','\x80','\x48','\x47','\xfe','\x40','\x48','\x13','\xf8','\x15','\x54','\x27','\x5c','\xe4','\x44','\x27','\xfc','\x24','\x44','\x27','\x5c','\x25','\x54','\x09','\x54','\x40','\x00','\x2e','\xfe','\x22','\x54','\x82','\x92','\x42','\xfe','\x4e','\x92','\x08','\xd6','\x28','\xba','\x28','\xd6','\x4e','\x92','\xc2','\xd6','\x42','\xba','\x42','\xd6','\x42','\x92','\x4a','\x9a','\x04','\x84','\x07','\xbc','\x24','\xa4','\x17','\xbc','\x14','\xa4','\x87','\xbc','\x44','\x44','\x45','\xf4','\x14','\x44','\x15','\xf4','\x25','\x54','\xe5','\xf4','\x25','\x54','\x25','\xf4','\x24','\xe4','\x25','\x54','\x04','\x4c','\x02','\x08','\x82','\x08','\x45','\x08','\x08','\x90','\x90','\x5e','\x6f','\xa4','\x40','\x14','\x00','\x14','\x3d','\xd4','\x55','\x54','\xd5','\x54','\x5d','\xc8','\x48','\x88','\x48','\x94','\x55','\x54','\x22','\x22','\x0f','\xbe','\x40','\x00','\x27','\xbc','\x24','\xa4','\x06','\xb4','\x84','\xa4','\x40','\x40','\x57','\xfe','\x14','\xa0','\x27','\xfc','\xe4','\xa4','\x27','\xfc','\x25','\x12','\x29','\xdc','\x29','\x12','\x11','\xce','\x44','\x44','\x28','\xe8','\x2e','\x0e','\x84','\xe4','\x4a','\x0a','\x4e','\xee','\x00','\xa0','\x2a','\xea','\x20','\x00','\x47','\xf8','\xc0','\x08','\x47','\xf8','\x44','\x00','\x47','\xfc','\x40','\x04','\x00','\x38','\x02','\x00','\x04','\x00','\x0f','\xf8','\x12','\x10','\x69','\x20','\x04','\xc0','\x03','\x00','\x0c','\x00','\x71','\x00','\x11','\x10','\x11','\x10','\x22','\xa0','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\xa8','\x54','\xa4','\x58','\xa2','\x51','\x22','\x91','\x20','\x12','\x24','\x10','\x24','\x10','\x28','\x28','\x08','\x24','\x10','\x44','\x20','\x40','\xc0','\x83','\x00','\x10','\x00','\x11','\xfe','\x11','\x02','\x15','\x02','\x59','\x02','\x51','\x7a','\x51','\x4a','\x91','\x4a','\x11','\x4a','\x11','\x4a','\x11','\x7a','\x29','\x4a','\x25','\x02','\x45','\x02','\x41','\x0a','\x81','\x04','\x10','\x00','\x13','\xfe','\x12','\x02','\x16','\x52','\x5a','\x8a','\x53','\x06','\x52','\x02','\x92','\xfa','\x12','\x8a','\x12','\x8a','\x12','\x8a','\x2a','\xfa','\x26','\x8a','\x42','\x02','\x42','\x0a','\x82','\x04','\x10','\x00','\x11','\xfe','\x11','\x00','\x11','\x00','\x55','\x00','\x59','\xfc','\x51','\x04','\x91','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x29','\x00','\x25','\x00','\x45','\x00','\x41','\xfe','\x80','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\x15','\xfe','\x5a','\x80','\x52','\x80','\x54','\x80','\x90','\xf8','\x10','\x80','\x10','\x80','\x10','\x80','\x28','\xfc','\x24','\x80','\x44','\x80','\x40','\x80','\x80','\x80','\x10','\x00','\x13','\xfe','\x10','\x20','\x14','\x20','\x58','\x20','\x53','\xfe','\x52','\x22','\x92','\x22','\x12','\x52','\x12','\x4a','\x12','\x8a','\x2b','\x02','\x26','\x02','\x42','\x02','\x42','\x0a','\x82','\x04','\x10','\x80','\x10','\x80','\x11','\xfc','\x15','\x04','\x5a','\x04','\x55','\xf4','\x51','\x14','\x91','\x14','\x11','\x14','\x11','\xf4','\x11','\x04','\x29','\x28','\x25','\x12','\x45','\x02','\x40','\xfe','\x80','\x00','\x10','\x00','\x13','\xfe','\x12','\x02','\x16','\x22','\x5a','\x22','\x52','\x22','\x53','\xfe','\x92','\x22','\x12','\x22','\x12','\x52','\x12','\x4a','\x2a','\x8a','\x27','\x02','\x42','\x02','\x43','\xfe','\x82','\x02','\x08','\x40','\x08','\x40','\x10','\x40','\x37','\xfc','\x50','\xe0','\x91','\x50','\x11','\x50','\x12','\x48','\x14','\x44','\x18','\x42','\x10','\x40','\x00','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x00','\x00','\x1f','\xe0','\x00','\x40','\x00','\x80','\x7d','\x04','\x05','\x88','\x09','\x50','\x11','\x20','\x21','\x18','\x45','\x06','\x82','\x00','\x1f','\xf0','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x10','\x80','\x10','\x80','\x10','\xf8','\x15','\x08','\x5b','\x10','\x54','\xa0','\x50','\x40','\x90','\xa0','\x11','\x18','\x12','\x06','\x15','\xf8','\x29','\x08','\x25','\x08','\x45','\x08','\x41','\xf8','\x81','\x08','\x00','\x00','\x7f','\xfc','\x01','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\xff','\xfe','\x08','\x00','\x0f','\xf8','\x10','\x00','\x1f','\xfc','\x00','\x04','\x29','\x24','\x24','\x94','\x40','\x28','\x00','\x10','\x10','\x40','\x10','\x40','\x10','\xfc','\x10','\x88','\x55','\x50','\x58','\x20','\x50','\xd8','\x93','\x26','\x10','\xf8','\x10','\x20','\x10','\xf8','\x28','\x20','\x27','\xfe','\x44','\x20','\x40','\x20','\x80','\x20','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\x04','\x55','\xfc','\x59','\x04','\x51','\x04','\x91','\xfc','\x10','\x00','\x11','\x12','\x11','\xd4','\x29','\x18','\x25','\x10','\x45','\x52','\x41','\x92','\x81','\x0e','\x10','\x40','\x10','\x20','\x11','\xfc','\x10','\x00','\x55','\x08','\x58','\x90','\x50','\x00','\x93','\xfe','\x10','\x00','\x10','\x00','\x11','\xfc','\x29','\x04','\x25','\x04','\x45','\x04','\x41','\xfc','\x81','\x04','\x20','\x80','\x20','\x80','\x20','\xf8','\x21','\x08','\xaa','\x10','\xb5','\xfc','\xa1','\x04','\xa1','\x54','\x21','\x8c','\x21','\x24','\x20','\x20','\x23','\xfe','\x50','\x50','\x48','\x88','\x41','\x04','\x86','\x02','\x00','\x00','\x7f','\x7c','\x44','\x44','\x54','\x44','\x57','\x44','\x51','\x7c','\x51','\x40','\x57','\x40','\x54','\x42','\x44','\x42','\x7f','\x3e','\x00','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x00','\x00','\x2f','\xbc','\x2a','\x24','\x2a','\x24','\x2f','\xa4','\x28','\xbc','\x28','\xa0','\x2f','\xa0','\x2a','\x22','\x4a','\x22','\x4f','\x9e','\x80','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x01','\x00','\x79','\x00','\x49','\xfc','\x4a','\x04','\x4c','\x04','\x79','\xe4','\x49','\x24','\x49','\x24','\x49','\xe4','\x48','\x04','\x78','\x28','\x00','\x10','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x08','\x20','\x2a','\xa4','\x4d','\x28','\x14','\x50','\x22','\x88','\x7f','\xfe','\x40','\x02','\x80','\x04','\x1f','\xe0','\x04','\x20','\x04','\x20','\x3f','\xa0','\x04','\x20','\x04','\x14','\x04','\x0c','\x04','\x04','\x10','\x20','\x10','\x40','\x11','\xfc','\x15','\x04','\x59','\xfc','\x51','\x04','\x51','\xfc','\x90','\x00','\x13','\xfe','\x10','\x20','\x10','\x20','\x29','\xfc','\x24','\x20','\x40','\x20','\x43','\xfe','\x80','\x00','\x10','\x1e','\x13','\xe0','\x10','\x44','\x15','\x24','\x58','\x88','\x51','\xfc','\x50','\x40','\x90','\x40','\x13','\xfe','\x10','\x80','\x10','\xfc','\x29','\x44','\x25','\x28','\x42','\x10','\x40','\x68','\x81','\x86','\x20','\x00','\x23','\xf8','\x22','\x08','\x2b','\xf8','\xb2','\x08','\xa3','\xf8','\xa0','\x00','\xa7','\xfe','\x22','\x00','\x23','\xfc','\x24','\x94','\x29','\x24','\x52','\x44','\x4c','\x84','\x49','\x28','\x82','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x29','\x28','\x25','\x48','\x3f','\xf8','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x48','\x88','\x44','\x44','\x84','\x44','\x10','\x1c','\x11','\xe0','\x10','\x20','\x13','\xfe','\x54','\x20','\x59','\xfc','\x51','\xac','\x91','\x74','\x11','\xfc','\x10','\x20','\x11','\xfc','\x28','\x20','\x27','\xfe','\x44','\x00','\x41','\x54','\x82','\x2a','\x10','\x20','\x10','\x40','\x11','\xfc','\x15','\x04','\x59','\xfc','\x51','\x04','\x51','\xfc','\x91','\x04','\x11','\xfc','\x10','\x40','\x10','\x20','\x28','\xa4','\x26','\x8a','\x42','\x8a','\x44','\x78','\x80','\x00','\x10','\x00','\x11','\xfc','\x10','\x20','\x14','\x20','\x5b','\xfe','\x50','\x00','\x51','\xfc','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x29','\x04','\x25','\xfc','\x44','\x88','\x41','\x04','\x82','\x02','\x3f','\x08','\x21','\x08','\x3f','\x7e','\x20','\x08','\x2f','\x48','\x20','\x28','\x5f','\xa8','\x44','\x08','\x95','\x28','\x2c','\x90','\x01','\x00','\x11','\x10','\x22','\xa0','\x04','\x40','\x18','\x30','\xe0','\x0e','\x08','\x20','\x08','\x20','\x7f','\x20','\x08','\x7e','\x7e','\x44','\x08','\xa4','\xff','\x28','\x10','\x10','\x1e','\x28','\x22','\x44','\x46','\x82','\x80','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x27','\x9e','\x24','\x92','\x27','\x9e','\x24','\x92','\xaf','\x9e','\xb4','\x02','\xa4','\xf2','\xa4','\x92','\x24','\xf2','\x24','\x92','\x24','\xf2','\x24','\x92','\x54','\x92','\x4d','\x32','\x44','\x02','\x84','\x06','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x24','\x88','\x42','\x44','\x11','\x10','\x10','\x94','\x13','\xd2','\x14','\x12','\x5a','\x50','\x51','\x90','\x57','\xfe','\x90','\x10','\x13','\xd2','\x12','\x52','\x12','\x54','\x2b','\xd4','\x26','\x4a','\x42','\x4a','\x43','\xd6','\x80','\x22','\x10','\x20','\x10','\x20','\x11','\xfc','\x14','\x20','\x5b','\xfe','\x51','\x08','\x53','\x9c','\x91','\x08','\x11','\x88','\x16','\x3e','\x10','\x00','\x2b','\xfe','\x24','\x90','\x44','\x90','\x41','\x12','\x82','\x0e','\x22','\x08','\x21','\x08','\x27','\xc8','\x20','\x10','\xaf','\x9e','\xb4','\x94','\xa7','\xa4','\xa0','\x14','\x27','\x94','\x20','\x94','\x21','\x14','\x21','\xc8','\x57','\x08','\x49','\x14','\x45','\x24','\x82','\x42','\x10','\x3c','\x13','\xe0','\x11','\x24','\x10','\xa8','\x55','\xfe','\x58','\xa8','\x51','\x24','\x92','\x02','\x11','\xfc','\x11','\x24','\x11','\x24','\x29','\xfc','\x25','\x24','\x45','\x24','\x41','\xfc','\x81','\x04','\x20','\x40','\x20','\x40','\x27','\xfc','\x20','\xa0','\xad','\x14','\xb2','\x08','\xa7','\xfc','\xaa','\x0a','\x23','\xf8','\x22','\x08','\x23','\xf8','\x20','\x40','\x52','\x48','\x4c','\x44','\x49','\x44','\x80','\x80','\x20','\x80','\x21','\x00','\x27','\xfc','\x24','\x44','\xad','\x54','\xb4','\x44','\xa7','\xfc','\xa4','\xe4','\x25','\x54','\x24','\x04','\x20','\x40','\x27','\xfe','\x50','\xa0','\x49','\x10','\x42','\x08','\x8c','\x06','\x21','\x00','\x26','\xdc','\x24','\x54','\x24','\x54','\xae','\xd4','\xb4','\x54','\xa4','\x66','\xa7','\xc0','\x20','\x1c','\x20','\x14','\x27','\xd4','\x21','\x14','\x51','\x08','\x49','\xc8','\x47','\x14','\x82','\x22','\x10','\x44','\x12','\x24','\x11','\x28','\x14','\x7e','\x58','\x10','\x50','\x28','\x53','\x4a','\x91','\x1c','\x11','\x28','\x11','\x4c','\x11','\x1a','\x29','\x2a','\x25','\x48','\x41','\x10','\x42','\xfe','\x84','\x00','\x10','\x10','\x14','\x10','\x12','\x7c','\x14','\x10','\x58','\xfe','\x50','\x44','\x56','\x28','\x92','\xfe','\x12','\x10','\x12','\x7c','\x12','\x10','\x2a','\xfe','\x26','\x10','\x42','\x10','\x45','\xfe','\x88','\x00','\x20','\x40','\x23','\xf8','\x20','\x48','\x27','\xfe','\xa8','\x48','\xb3','\xf8','\xa0','\x40','\xa7','\xfe','\x20','\x00','\x22','\xa4','\x24','\x52','\x23','\xf8','\x52','\xa8','\x4a','\xa8','\x4f','\xfe','\x80','\x00','\xfe','\xfe','\x20','\x20','\x50','\x50','\x9a','\x9a','\x2c','\x2c','\x48','\x48','\x9c','\x9c','\x2a','\x2a','\xc8','\xc8','\x18','\x18','\x01','\x00','\x11','\x10','\x22','\xa0','\x04','\x40','\x18','\x30','\xe0','\x0e','\x10','\x00','\x13','\xde','\x10','\x42','\x12','\x52','\x55','\x4a','\x5a','\x52','\x50','\x90','\x91','\x08','\x13','\xfe','\x15','\x10','\x11','\xfe','\x29','\x10','\x25','\xfe','\x45','\x10','\x41','\xfe','\x81','\x00','\x24','\x44','\x24','\xe4','\x28','\xa8','\x2a','\xaa','\xae','\xee','\xb4','\xa4','\xaa','\xaa','\xae','\xee','\x22','\x42','\x20','\x40','\x2f','\xfe','\x20','\xe0','\x51','\x50','\x4a','\x48','\x4c','\x46','\x80','\x40','\x10','\x40','\x10','\x7c','\x10','\x40','\x13','\xfc','\x56','\x44','\x5b','\xf0','\x52','\x44','\x92','\xfc','\x12','\xa8','\x12','\xf8','\x12','\xa8','\x2a','\xf8','\x26','\x00','\x45','\xfc','\x45','\x54','\x8b','\xfe','\x13','\xde','\x12','\x52','\x13','\xde','\x16','\x52','\x5b','\xde','\x52','\x22','\x52','\xfa','\x92','\x22','\x12','\xfa','\x12','\xaa','\x12','\xfa','\x2a','\xaa','\x26','\xfa','\x42','\x72','\x42','\xaa','\x82','\x26','\x2f','\xec','\x48','\x24','\x6b','\xac','\x48','\x24','\x6b','\xac','\x4a','\xa4','\xff','\xfe','\x88','\x22','\x7e','\xfc','\x2c','\x68','\x4a','\xa4','\xff','\xfe','\x11','\x10','\x29','\x28','\xc6','\xc6','\x18','\x30','\x00','\x08','\x01','\xfc','\x7e','\x10','\x22','\x10','\x11','\x20','\x3f','\xf8','\x01','\x08','\x01','\x08','\xff','\xfe','\x01','\x08','\x01','\x08','\x3f','\xf8','\x01','\x08','\x01','\x00','\x05','\x00','\x02','\x00','\x0e','\x00','\x74','\x00','\x55','\xfc','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\xfc','\x55','\x00','\x55','\x00','\x55','\x02','\x55','\x02','\x52','\xfe','\x52','\x00','\x51','\x00','\x90','\xfe','\x10','\x00','\x00','\x08','\x01','\xfc','\x7e','\x10','\x22','\x10','\x11','\x20','\x3f','\xf8','\x02','\x00','\x02','\x00','\x7f','\xfc','\x04','\x00','\x0f','\xe0','\x14','\x20','\x22','\x40','\x41','\x80','\x86','\x60','\x38','\x1c','\x00','\xfc','\x7f','\x00','\x12','\x10','\x09','\x20','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf8','\x10','\x08','\x10','\x08','\x1f','\xfe','\x20','\x02','\x2a','\xa2','\x49','\x52','\x51','\x54','\x80','\x08','\x00','\x08','\x18','\x10','\x06','\x60','\x01','\x80','\x06','\x60','\x18','\x18','\x60','\x04','\x00','\x20','\x08','\x20','\x04','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x0c','\x40','\x30','\x30','\xc0','\x0e','\x04','\x00','\x45','\xf8','\x29','\x08','\x11','\x08','\x29','\x08','\x45','\xf8','\x81','\x08','\x05','\x08','\x45','\x08','\x29','\xf8','\x11','\x08','\x29','\x08','\x45','\x08','\x81','\x08','\x07','\xfe','\x00','\x00','\x00','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x0f','\xf0','\x00','\x10','\x00','\x10','\x00','\x10','\x7f','\xf0','\x08','\x10','\x08','\x10','\x08','\x10','\x10','\x10','\x10','\x10','\x20','\x10','\x40','\x10','\x04','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x25','\xfe','\x3c','\x20','\x04','\x70','\x04','\x70','\xfc','\xa8','\x24','\xa8','\x25','\x24','\x25','\x24','\x26','\x22','\x44','\x20','\x44','\x20','\x84','\x20','\x08','\x20','\x28','\x20','\x2b','\xfe','\x29','\x24','\x29','\x24','\x3a','\xaa','\x0f','\xfe','\x08','\x00','\xf9','\xfc','\x29','\x04','\x29','\x74','\x29','\x54','\x29','\x74','\x49','\x04','\x49','\xfc','\x89','\x04','\x04','\x48','\x24','\x44','\x24','\x5e','\x25','\xe0','\x24','\x28','\x3e','\x12','\x20','\x6a','\x21','\x96','\x3c','\x48','\x24','\x5e','\x25','\xe0','\x24','\x24','\x24','\x28','\x44','\x12','\x44','\x6a','\x85','\x86','\x08','\x20','\x4b','\xfe','\x48','\x20','\x49','\xfc','\x48','\x00','\x7f','\xfe','\x42','\x52','\x43','\xfe','\x79','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x48','\x88','\x89','\x04','\x10','\x04','\x10','\x1e','\x51','\xf0','\x51','\x10','\x7d','\x10','\x51','\x10','\x91','\x10','\x11','\xfe','\x1d','\x10','\xf1','\x10','\x51','\x10','\x11','\x08','\x11','\x0a','\x11','\x4a','\x11','\xa6','\x11','\x12','\x10','\x00','\x13','\xfe','\x50','\x40','\x50','\x40','\x7d','\xfc','\x50','\x84','\x90','\x84','\x13','\xfe','\x1c','\x00','\xf0','\x00','\x51','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x0c','\x80','\x70','\xfc','\x11','\x24','\xfd','\x24','\x12','\x44','\x38','\x84','\x55','\x28','\x90','\x10','\x01','\x00','\x11','\x00','\x1f','\xf8','\x21','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x03','\x08','\x3c','\x08','\x04','\x48','\x7f','\x48','\x0c','\x48','\x16','\x48','\x25','\x08','\x44','\x28','\x05','\x10','\x11','\x00','\x1f','\xf8','\x21','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x09','\x00','\x0f','\xf0','\x11','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x51','\x50','\x7c','\x7c','\x90','\x90','\x1e','\x10','\xf0','\xfe','\x50','\x10','\x10','\x10','\x10','\x10','\x10','\x40','\x10','\x20','\x53','\xfe','\x50','\x00','\x7d','\xfc','\x51','\x04','\x91','\xfc','\x10','\x00','\x1f','\xfe','\xf2','\x02','\x52','\xfa','\x12','\x8a','\x12','\xfa','\x12','\x02','\x12','\x0a','\x12','\x04','\x08','\x20','\x2a','\xa4','\x2c','\xa8','\x49','\x20','\x14','\x50','\x22','\x88','\x7f','\xfe','\x41','\x02','\x89','\x04','\x1f','\xf8','\x21','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x10','\x20','\x13','\xfe','\x50','\x20','\x51','\xfc','\x7c','\x00','\x53','\xfe','\x92','\x52','\x13','\xfe','\x1d','\x04','\xf1','\xfc','\x51','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x10','\x88','\x11','\x04','\x11','\x10','\x17','\xfc','\x50','\x40','\x53','\xf8','\x78','\x40','\x57','\xfc','\x90','\x00','\x13','\xd4','\x19','\x12','\x37','\xfe','\xd3','\x50','\x15','\x34','\x13','\x8c','\x10','\x8a','\x12','\x96','\x11','\x02','\x00','\x90','\x44','\x88','\x28','\x88','\x10','\x80','\x2b','\xfe','\x48','\xa0','\x88','\xa0','\x08','\xa0','\x18','\xa0','\x28','\xa0','\x49','\x20','\x89','\x22','\x09','\x22','\x0a','\x22','\x52','\x1e','\x24','\x00','\x00','\x10','\x44','\x10','\x28','\x10','\x10','\x10','\x2b','\xfe','\x48','\x30','\x88','\x30','\x08','\x50','\x18','\x50','\x28','\x90','\x48','\x90','\x89','\x10','\x0a','\x10','\x08','\x10','\x50','\x50','\x20','\x20','\x00','\x00','\x45','\xfc','\x28','\x44','\x10','\x44','\x28','\x44','\x48','\x44','\x88','\x44','\x0b','\xfc','\x18','\x84','\x28','\x84','\x48','\x84','\x88','\x84','\x08','\x84','\x08','\x84','\x53','\xfe','\x20','\x00','\x00','\x20','\x44','\x20','\x28','\x20','\x10','\x20','\x29','\xfc','\x49','\x24','\x89','\x24','\x09','\x24','\x19','\x24','\x29','\xfc','\x49','\x24','\x88','\x20','\x08','\x20','\x08','\x20','\x50','\x20','\x20','\x20','\x00','\x40','\x44','\x40','\x28','\x40','\x10','\x40','\x29','\x44','\x49','\x44','\x89','\x48','\x0a','\x50','\x18','\x40','\x28','\xa0','\x48','\xa0','\x88','\x90','\x09','\x10','\x09','\x08','\x52','\x04','\x24','\x02','\x00','\x00','\x45','\xfc','\x29','\x24','\x11','\x24','\x29','\x24','\x49','\xfc','\x89','\x24','\x09','\x24','\x19','\x24','\x29','\xfc','\x49','\x24','\x88','\x20','\x08','\x20','\x08','\x20','\x50','\x20','\x20','\x20','\x00','\x90','\x44','\x90','\x28','\x90','\x13','\xfc','\x28','\x94','\x48','\x94','\x8b','\xfc','\x0a','\x90','\x1a','\x90','\x2b','\xfe','\x48','\x92','\x88','\x92','\x09','\x1a','\x09','\x14','\x52','\x10','\x24','\x10','\x00','\x80','\x44','\x80','\x28','\xf8','\x11','\x08','\x2b','\x10','\x4c','\xa0','\x88','\x40','\x08','\xa0','\x19','\x18','\x2a','\x06','\x4d','\xf8','\x89','\x08','\x09','\x08','\x09','\x08','\x51','\xf8','\x21','\x08','\x00','\x00','\x45','\xf8','\x29','\x08','\x11','\x08','\x29','\xf8','\x49','\x08','\x89','\x08','\x09','\xf8','\x19','\x44','\x29','\x48','\x49','\x30','\x89','\x20','\x09','\x10','\x09','\x48','\x51','\x86','\x21','\x00','\x00','\x40','\x44','\x20','\x28','\x20','\x13','\xfe','\x28','\x00','\x48','\x88','\x89','\x04','\x0a','\x02','\x18','\x88','\x28','\x88','\x48','\x50','\x88','\x50','\x08','\x20','\x08','\x50','\x50','\x88','\x23','\x06','\x00','\x20','\x44','\x20','\x28','\x20','\x13','\xfe','\x28','\x20','\x48','\x20','\x89','\x24','\x09','\x24','\x19','\x24','\x2a','\xaa','\x48','\x20','\x88','\x50','\x08','\x50','\x08','\x88','\x51','\x04','\x22','\x02','\x00','\x00','\x45','\xf8','\x29','\x08','\x11','\x08','\x29','\xf8','\x48','\x00','\x8b','\xfc','\x0a','\x04','\x1a','\x04','\x2b','\xfc','\x4a','\x04','\x8a','\x04','\x0b','\xfc','\x0a','\x04','\x52','\x14','\x22','\x08','\x10','\x80','\x10','\x80','\x11','\xf8','\x21','\x08','\x2a','\x90','\x6c','\x60','\xa9','\x98','\x2e','\x46','\x28','\x50','\x28','\x48','\x2b','\xfc','\x28','\x40','\x28','\xa0','\x21','\x10','\x22','\x08','\x24','\x04','\x00','\x40','\x88','\x40','\x53','\xfc','\x20','\xa0','\x51','\x10','\x92','\x08','\x17','\xfe','\x10','\x08','\x33','\xc8','\x52','\x48','\x92','\x48','\x12','\x48','\x13','\xc8','\x10','\x08','\xa0','\x28','\x40','\x10','\x00','\x00','\x90','\x40','\x53','\x9c','\x22','\x04','\x52','\x04','\x93','\x9c','\x12','\x04','\x12','\x04','\x33','\xfc','\x50','\x90','\x90','\x90','\x10','\x90','\x10','\x90','\x11','\x12','\xa2','\x12','\x44','\x0e','\x00','\x20','\x44','\x20','\x2b','\xfe','\x10','\x20','\x29','\xfc','\x48','\x20','\x8b','\xfe','\x08','\x00','\x19','\xfc','\x29','\x04','\x49','\xfc','\x89','\x04','\x09','\xfc','\x09','\x04','\x51','\x14','\x21','\x08','\x01','\xf8','\x45','\x08','\x29','\x08','\x11','\xf8','\x29','\x08','\x49','\x08','\x89','\xf8','\x08','\x00','\x1b','\xfc','\x2a','\x04','\x4a','\x04','\x8b','\xfc','\x0a','\x04','\x0a','\x04','\x53','\xfc','\x22','\x04','\x00','\x80','\x88','\x40','\x57','\xfc','\x20','\x00','\x51','\x10','\x91','\x10','\x12','\xa8','\x14','\x44','\x30','\x00','\x50','\x40','\x97','\xfe','\x10','\x40','\x10','\x40','\x10','\x40','\xa0','\x40','\x40','\x40','\x01','\x00','\x89','\x78','\x51','\x08','\x22','\x08','\x52','\xfe','\x96','\x40','\x1a','\x40','\x12','\x7c','\x32','\x90','\x52','\x10','\x92','\xfe','\x12','\x10','\x12','\x28','\x12','\x28','\xa2','\x44','\x42','\x82','\x00','\x40','\x94','\x44','\x54','\x44','\x24','\x44','\x57','\xfc','\x90','\x00','\x1f','\xfe','\x10','\x40','\x30','\x80','\x57','\xfc','\x94','\xa4','\x14','\xa4','\x14','\xa4','\x14','\xa4','\xa4','\xa4','\x44','\x0c','\x00','\x00','\x8b','\xf8','\x52','\x08','\x23','\xf8','\x52','\x08','\x93','\xf8','\x10','\x40','\x12','\x40','\x33','\xfc','\x54','\x40','\x90','\x40','\x13','\xf8','\x10','\x40','\x10','\x40','\xa7','\xfe','\x40','\x00','\x00','\x00','\x8b','\xf8','\x52','\x48','\x22','\x48','\x53','\xf8','\x92','\x48','\x12','\x48','\x13','\xf8','\x30','\x00','\x57','\xfe','\x92','\x40','\x12','\x44','\x12','\x28','\x12','\x90','\xa3','\x08','\x42','\x06','\x00','\x00','\x8b','\xf8','\x52','\x08','\x23','\xc8','\x52','\x48','\x9f','\xfe','\x18','\x02','\x13','\xf8','\x32','\x08','\x53','\xf8','\x92','\x08','\x13','\xf8','\x12','\x08','\x12','\x08','\xa2','\x28','\x42','\x10','\x04','\x40','\x24','\x7c','\x24','\xa8','\x3d','\x50','\x04','\x28','\x7d','\xfe','\x24','\x88','\x44','\x48','\x84','\x18','\x01','\x20','\x01','\x10','\x7f','\xfc','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x00','\x88','\x44','\x88','\x2b','\xfe','\x10','\x88','\x28','\x00','\x49','\xfc','\x89','\x04','\x09','\xfc','\x19','\x04','\x29','\xfc','\x48','\x20','\x8b','\xfe','\x08','\x50','\x08','\x88','\x51','\x04','\x22','\x02','\x00','\x20','\xfe','\x28','\x92','\x24','\xd6','\x24','\xba','\x20','\x93','\xfe','\xfe','\x20','\x10','\x20','\xfe','\x20','\x10','\x50','\x1e','\x50','\xe0','\x50','\x02','\x88','\xaa','\x88','\xa9','\x04','\x82','\x02','\x00','\x00','\x9f','\xfe','\x58','\x00','\x2a','\x28','\x69','\x48','\xab','\xee','\x28','\x92','\x28','\x84','\x6a','\xa0','\xaa','\xa8','\x2b','\xe8','\x28','\x88','\x28','\x94','\x29','\x14','\xa9','\x24','\x52','\x42','\x00','\x40','\x88','\xa0','\x53','\x18','\x2d','\xf6','\x50','\x00','\x97','\xfc','\x15','\x54','\x14','\xe4','\x37','\xfc','\x50','\x00','\x93','\xf8','\x12','\x08','\x13','\xf8','\x12','\x08','\xa3','\xf8','\x42','\x08','\x00','\x00','\x45','\xfc','\x29','\x54','\x11','\x54','\x29','\xfc','\x48','\x80','\x89','\xfe','\x0a','\x42','\x19','\xf2','\x29','\x52','\x49','\x52','\x89','\xf2','\x08','\x4a','\x0b','\xfa','\x50','\x0a','\x20','\x04','\x00','\x80','\x88','\x40','\x57','\xfc','\x24','\x44','\x52','\xa8','\x92','\x94','\x14','\x74','\x10','\x00','\x33','\xf8','\x52','\xa8','\x9f','\xfe','\x10','\x00','\x17','\xfc','\x10','\x40','\xa1','\x40','\x40','\x80','\x77','\x10','\x55','\x14','\x77','\x12','\x00','\x12','\x7f','\x10','\x49','\xfe','\x7f','\x10','\x49','\x10','\x7f','\x10','\x00','\x28','\xff','\xa8','\x00','\x28','\x7f','\x44','\x41','\x44','\x7f','\x84','\x41','\x02','\x01','\x24','\x8a','\x48','\x51','\x24','\x20','\x00','\x53','\xfc','\x92','\x94','\x12','\x64','\x12','\x94','\x33','\xfc','\x52','\x48','\x93','\x68','\x12','\x48','\x13','\x6a','\x12','\x4a','\xa2','\x46','\x43','\x62','\x08','\x10','\x0f','\x14','\x08','\x12','\x7f','\x12','\x49','\x10','\x5e','\xfe','\x49','\x10','\x7f','\x10','\x4a','\x10','\x5f','\x28','\x51','\x28','\x5b','\x28','\x55','\x44','\x5f','\x44','\x55','\x84','\x95','\x02','\x01','\x08','\x89','\x08','\x57','\xce','\x21','\x12','\x51','\x24','\x97','\xde','\x15','\x52','\x15','\x5e','\x37','\xd2','\x51','\x1e','\x93','\x92','\x15','\x5e','\x19','\x40','\x11','\x14','\xa1','\x12','\x41','\x22','\x02','\x00','\x02','\x00','\xfa','\x00','\x22','\x1e','\x27','\xd2','\x22','\x52','\x22','\x52','\xfa','\x52','\x22','\x52','\x22','\x52','\x22','\x52','\x3a','\x52','\xe4','\x52','\x44','\x5e','\x09','\x52','\x10','\x80','\x00','\x50','\x00','\x54','\xfc','\x52','\x10','\x92','\x10','\x90','\x11','\x9e','\x11','\xf0','\x7e','\x90','\x10','\x90','\x10','\x90','\x10','\x90','\x10','\x90','\x1c','\x8a','\xe0','\x8a','\x40','\x86','\x00','\x82','\x00','\x80','\x00','\x80','\xfc','\x80','\x10','\xfe','\x11','\x02','\x11','\x04','\x7e','\x20','\x10','\x20','\x10','\xa8','\x10','\xa4','\x11','\x24','\x1d','\x22','\xe2','\x22','\x40','\x20','\x00','\xa0','\x00','\x40','\x00','\x20','\x00','\x20','\xf8','\x20','\x23','\xfe','\x22','\x22','\x22','\x24','\x22','\x20','\xfb','\xfc','\x22','\x84','\x22','\x88','\x22','\x48','\x3a','\x50','\xe2','\x20','\x44','\x50','\x04','\x88','\x09','\x06','\x00','\x20','\x00','\x20','\xfc','\x40','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x7d','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x1d','\x04','\xe1','\x04','\x41','\xfc','\x01','\x04','\x00','\x00','\x03','\xfe','\xfd','\x08','\x11','\x08','\x11','\x08','\x11','\xf8','\x7d','\x08','\x11','\x08','\x11','\xf8','\x11','\x08','\x11','\x08','\x1d','\x1e','\xe3','\xe8','\x40','\x08','\x00','\x08','\x00','\x08','\x00','\x00','\x07','\xfc','\xf4','\x04','\x24','\x04','\x25','\xf4','\x24','\x44','\x24','\x44','\xf5','\xf4','\x25','\x54','\x25','\x54','\x25','\x54','\x25','\x54','\x35','\x74','\xc4','\x46','\x04','\x46','\x08','\x42','\x00','\x80','\x00','\x80','\xf8','\xf8','\x21','\x08','\x23','\x10','\x24','\xa0','\x20','\x40','\xf8','\xa0','\x21','\x18','\x22','\x06','\x25','\xf8','\x21','\x08','\x39','\x08','\xe1','\x08','\x01','\xf8','\x01','\x08','\x00','\x00','\x03','\xfe','\xf8','\x50','\x23','\xde','\x22','\x52','\x22','\x52','\x23','\xde','\xf8','\x50','\x23','\xfe','\x22','\x22','\x22','\x22','\x3b','\xfe','\xe2','\x22','\x42','\x22','\x03','\xfe','\x02','\x02','\x00','\x40','\x00','\x20','\xfd','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x7d','\x04','\x11','\xfc','\x11','\x20','\x11','\x22','\x11','\x14','\x1d','\x08','\xe1','\x44','\x41','\x82','\x01','\x00','\x01','\x00','\x00','\x9e','\xfb','\xd2','\x22','\x52','\x22','\x54','\x23','\xd4','\x22','\x58','\xfa','\x54','\x23','\xd2','\x22','\x12','\x22','\x92','\x3a','\x5a','\xe2','\xd4','\x43','\x50','\x02','\x10','\x00','\x10','\x00','\x40','\x00','\x40','\xf8','\x7c','\x20','\x40','\x23','\xfc','\x22','\x44','\x22','\x70','\xfb','\xc0','\x22','\x44','\x22','\x3c','\x22','\x00','\x3a','\xf0','\xe4','\x90','\x44','\x92','\x09','\x12','\x12','\x0e','\x00','\x00','\x03','\xfe','\xf8','\x40','\x20','\x40','\x21','\xfc','\x20','\x84','\x20','\x84','\xfb','\xfe','\x20','\x00','\x20','\x00','\x21','\xfc','\x39','\x04','\xe1','\x04','\x41','\x04','\x01','\xfc','\x01','\x04','\x00','\x90','\x00','\x90','\xf8','\x90','\x23','\x9e','\x20','\x90','\x20','\x90','\x20','\x90','\xfb','\x9c','\x20','\x90','\x20','\x90','\x20','\x90','\x23','\x9e','\x38','\x90','\xe0','\x90','\x00','\x90','\x00','\x90','\x02','\x10','\x01','\x10','\xf9','\x10','\x24','\x7c','\x22','\x10','\x22','\x10','\x20','\x10','\xf9','\x7e','\x21','\x10','\x22','\x10','\x26','\x20','\x22','\x24','\x3a','\x42','\xe2','\xfe','\x02','\x42','\x00','\x00','\x00','\x00','\x03','\xde','\xfa','\x42','\x22','\x42','\x22','\x42','\x23','\xde','\x22','\x00','\xfa','\x3e','\x23','\xd2','\x22','\x12','\x22','\x14','\x3b','\xd4','\xe2','\x08','\x42','\x14','\x02','\x24','\x02','\x42','\x00','\x00','\x03','\xfe','\xfa','\x22','\x20','\x20','\x23','\xfe','\x20','\x20','\xf9','\xfc','\x21','\x24','\x21','\xfc','\x21','\x24','\x21','\xfc','\x38','\x20','\xe3','\xfe','\x40','\x20','\x00','\x20','\x00','\x20','\x00','\x00','\xfe','\xfe','\x10','\x10','\x10','\x10','\x7c','\x7c','\x10','\x10','\x10','\x10','\xfe','\xfe','\x01','\x10','\x08','\xa0','\x48','\x44','\x49','\x82','\x8e','\x12','\x18','\x10','\xe7','\xf0','\x00','\x00','\x00','\x92','\x01','\x24','\xfa','\x48','\x21','\x24','\x20','\x92','\x20','\x40','\x20','\x80','\xfb','\xfe','\x22','\x02','\x22','\x8a','\x22','\x52','\x3a','\x22','\xe2','\x52','\x42','\x8a','\x03','\xfe','\x02','\x02','\x00','\x00','\x01','\xfe','\xfd','\x02','\x11','\x7a','\x11','\x02','\x11','\x7a','\x11','\x02','\x7c','\x00','\x10','\xfc','\x10','\x84','\x10','\xfc','\x10','\x84','\x1c','\xfc','\xe0','\x84','\x40','\xfc','\x00','\x84','\x00','\x40','\x00','\xa0','\xf9','\x10','\x22','\x08','\x25','\xf6','\x20','\x00','\x23','\xc4','\xfa','\x54','\x22','\x54','\x23','\xd4','\x22','\x54','\x3a','\x54','\xe3','\xd4','\x42','\x44','\x02','\x54','\x02','\xc8','\x08','\x20','\x2a','\xa4','\x4d','\x28','\x14','\x50','\x22','\x88','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xfc','\x01','\x00','\x01','\x00','\x1f','\xf8','\x01','\x00','\x01','\x20','\x01','\x10','\x7f','\xfe','\x00','\x20','\x00','\x40','\xfb','\xfc','\x22','\x24','\x22','\x24','\x23','\xfc','\x22','\x24','\xfa','\x44','\x23','\xfc','\x20','\x40','\x20','\xa8','\x38','\xb4','\xe1','\x3c','\x41','\x22','\x02','\x22','\x04','\x1e','\x00','\x20','\x01','\x24','\xfc','\xa8','\x10','\x20','\x11','\xfc','\x11','\x04','\x7d','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x1d','\x04','\xe1','\xfc','\x40','\x00','\x00','\x88','\x01','\x04','\x00','\x00','\x01','\xfe','\xfd','\x20','\x11','\xfc','\x11','\x20','\x11','\xfc','\x7d','\x20','\x11','\x20','\x11','\xfe','\x10','\x02','\x12','\xaa','\x1e','\xaa','\xe2','\xaa','\x42','\x02','\x00','\x14','\x00','\x08','\x00','\x08','\x00','\x3c','\xfb','\xc0','\x20','\x04','\x22','\x44','\x21','\x28','\xf9','\xfc','\x22','\x20','\x20','\x20','\x23','\xfe','\x20','\x20','\x39','\x24','\xe1','\x24','\x41','\x24','\x01','\xfc','\x00','\x04','\x00','\x88','\x00','\x88','\xfb','\xfe','\x20','\x88','\x20','\xf8','\x20','\x20','\x21','\xfc','\xf9','\x24','\x21','\xfc','\x20','\x20','\x23','\xfe','\x38','\x20','\xe1','\xfc','\x40','\x20','\x03','\xfe','\x00','\x00','\x00','\x20','\x01','\xfc','\xfc','\x88','\x10','\x50','\x13','\xfe','\x10','\x00','\x7d','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x1c','\x20','\xe3','\xfe','\x40','\x20','\x00','\x20','\x00','\x20','\x00','\x50','\x02','\x52','\xf9','\x54','\x20','\x50','\x23','\xfe','\x20','\x88','\x20','\x50','\xfb','\xfe','\x20','\x20','\x21','\xfc','\x20','\x20','\x3b','\xfe','\xe0','\x50','\x40','\x88','\x01','\x04','\x06','\x02','\x3e','\x10','\x22','\xfe','\x3e','\x44','\x20','\x28','\x7e','\xfe','\xa2','\x10','\x3e','\xfc','\x22','\x10','\x00','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x20','\x01','\x10','\xff','\xfe','\x00','\x00','\x01','\x00','\x01','\xf8','\xfa','\x08','\x27','\xfe','\x22','\x62','\x22','\x92','\xf9','\xfc','\x21','\x04','\x21','\xfc','\x21','\x04','\x21','\xfc','\x38','\x80','\xe1','\xf8','\x42','\x88','\x00','\x70','\x03','\x8e','\x01','\x10','\x00','\x90','\xfb','\xde','\x20','\x10','\x22','\x5e','\x21','\x82','\xfb','\xde','\x20','\x10','\x23','\xde','\x22','\x50','\x23','\xde','\x3a','\x50','\xe3','\xde','\x42','\x50','\x02','\x52','\x02','\xce','\x03','\xde','\x02','\x52','\xfb','\xde','\x22','\x52','\x23','\xde','\x22','\x52','\x23','\xde','\xf9','\x8c','\x22','\x52','\x20','\x40','\x27','\xfe','\x38','\x88','\xe1','\x90','\x40','\x60','\x00','\xd8','\x03','\x04','\x00','\x40','\x00','\x24','\xfa','\x24','\x21','\x08','\x21','\x08','\x20','\x10','\x20','\x40','\xf8','\x40','\x23','\xfe','\x20','\x88','\x21','\x08','\x39','\x90','\xe0','\x60','\x40','\x50','\x01','\x88','\x06','\x04','\x10','\x08','\x10','\x1c','\xfe','\xe8','\x28','\xa8','\x44','\xa8','\x82','\xa8','\x7c','\xa8','\x00','\xa8','\xfe','\xa8','\x20','\xa4','\x40','\xa4','\x7c','\xa4','\x04','\xa2','\x05','\x28','\x29','\x34','\x12','\x24','\x40','\x90','\x21','\xc8','\x27','\x08','\xfd','\x3e','\x05','\x80','\x55','\x54','\x25','\x48','\xfd','\x7e','\x25','\x48','\x25','\x48','\x75','\x5c','\x25','\x28','\x25','\x08','\x49','\x48','\x49','\xa8','\x91','\x28','\x00','\x20','\xfc','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x3d','\xfc','\x24','\x20','\x24','\x20','\x54','\x20','\x4c','\x20','\x44','\x20','\x44','\x20','\x54','\x22','\x64','\x02','\x43','\xfe','\x00','\x00','\x00','\x10','\xfc','\x38','\x20','\xe0','\x20','\x20','\x20','\x20','\x3c','\x20','\x25','\xfc','\x24','\x20','\x54','\x20','\x4c','\x20','\x44','\x20','\x44','\x20','\x54','\x22','\x64','\x02','\x43','\xfe','\x00','\x00','\x04','\x40','\x08','\x20','\x10','\x10','\x22','\x08','\xc4','\x46','\x08','\x20','\x1f','\xf0','\x00','\x00','\x00','\x00','\x7f','\xfc','\x08','\x00','\x0f','\xe0','\x09','\x20','\x10','\xa4','\x16','\x24','\x18','\x1c','\x00','\x20','\xfc','\x20','\x21','\xfe','\x20','\x20','\x21','\x24','\x3d','\x24','\x25','\x24','\x25','\xfc','\x54','\x20','\x4c','\x24','\x44','\x24','\x44','\x1c','\x54','\x02','\x64','\x02','\x43','\xfe','\x00','\x00','\x00','\x10','\xfc','\x50','\x20','\x48','\x20','\x88','\x20','\x84','\x3d','\x02','\x26','\xf8','\x24','\x48','\x54','\x48','\x4c','\x88','\x44','\x88','\x45','\x28','\x56','\x12','\x64','\x02','\x43','\xfe','\x00','\x00','\x00','\x20','\xfc','\x70','\x21','\xc0','\x20','\x40','\x20','\x70','\x3d','\xc0','\x24','\x40','\x24','\x78','\x57','\xc0','\x4c','\x48','\x44','\x48','\x44','\x48','\x54','\x3a','\x64','\x02','\x43','\xfe','\x00','\x00','\x00','\x00','\xfd','\xfc','\x20','\x20','\x20','\x40','\x20','\xf8','\x3c','\x88','\x24','\x88','\x24','\xf8','\x54','\x88','\x4c','\x88','\x44','\xf8','\x44','\x88','\x54','\x02','\x64','\x02','\x43','\xfe','\x00','\x00','\x01','\x00','\x41','\x00','\x21','\xfc','\x0a','\x44','\x14','\x48','\xe0','\xa0','\x21','\x10','\x26','\x0c','\x00','\x00','\x7f','\xfc','\x08','\x00','\x0f','\xe0','\x09','\x20','\x10','\xa4','\x16','\x24','\x18','\x1c','\x00','\x00','\xfe','\xfc','\x28','\x40','\x28','\x40','\xfe','\x40','\xaa','\x78','\xaa','\x48','\xfe','\x48','\x10','\xa8','\x10','\x98','\xfe','\x88','\x10','\x88','\x10','\xaa','\x1e','\xca','\xf0','\x8a','\x40','\x06','\x06','\x20','\x38','\x20','\x08','\xa4','\x7e','\xa8','\x19','\x20','\x2c','\x50','\x4a','\x88','\x09','\x04','\x00','\x00','\x7f','\xfc','\x08','\x00','\x0f','\xe0','\x09','\x20','\x10','\xa4','\x16','\x24','\x18','\x1c','\x00','\x00','\xfd','\xfe','\x21','\x00','\x21','\x7c','\x21','\x54','\x3d','\x7c','\x25','\x54','\x25','\x7c','\x55','\x10','\x4d','\x7c','\x45','\x10','\x46','\xfe','\x54','\x02','\x64','\x02','\x43','\xfe','\x00','\x00','\x00','\x00','\xfe','\xfc','\x80','\x40','\x80','\x40','\xbc','\x40','\xa4','\x78','\xa4','\x48','\xbc','\x48','\x80','\xa8','\xee','\x98','\xaa','\x88','\xaa','\x88','\xee','\xaa','\x80','\xca','\xfe','\x8a','\x00','\x06','\x10','\x00','\x10','\xfc','\xfe','\x40','\x10','\x40','\x7c','\x40','\x54','\x78','\x7c','\x48','\x54','\x48','\x7c','\xa8','\x12','\x98','\xfe','\x88','\x08','\x88','\xfe','\xaa','\x48','\xca','\x28','\x8a','\x18','\x06','\x08','\x20','\xff','\xfe','\x08','\x20','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x00','\x00','\x7f','\xfe','\x40','\x02','\xbf','\xf4','\x08','\x00','\x0f','\xe0','\x09','\x20','\x10','\xa4','\x16','\x24','\x18','\x1c','\x01','\x00','\xff','\xfe','\x10','\x48','\x24','\xfe','\x79','\x90','\x10','\xfc','\x22','\x90','\x7c','\xfc','\x08','\x90','\x30','\xfe','\xc0','\x80','\x7f','\xfc','\x08','\x00','\x0f','\xe0','\x11','\x24','\x1c','\x9c','\x00','\x40','\x7c','\x20','\x45','\xfc','\x44','\x88','\x7c','\x50','\x43','\xfe','\x7c','\x20','\xa5','\xfc','\x24','\x20','\x3c','\x20','\x00','\x00','\x7f','\xfc','\x08','\x00','\x0f','\xe0','\x11','\x24','\x1c','\x9c','\x01','\x00','\x11','\x10','\x09','\x20','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x00','\x00','\x10','\x10','\xff','\xfe','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x10','\xff','\x10','\x10','\x50','\x10','\x7c','\xfe','\x50','\x92','\x90','\x92','\x10','\xfe','\x7c','\x92','\x10','\x92','\x10','\xfe','\x10','\x90','\xfe','\x50','\x00','\x20','\x00','\x5f','\xfe','\x80','\x00','\x00','\x00','\x3f','\xf0','\x00','\x20','\x06','\x40','\x01','\x80','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x28','\x20','\x10','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x00','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x04','\x08','\x42','\x08','\x21','\x10','\x11','\x10','\x10','\x20','\x00','\x40','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x08','\x00','\x20','\x00','\x20','\x7c','\x50','\x54','\x50','\x54','\x88','\x55','\x04','\x56','\x02','\x7c','\x88','\x54','\x88','\x54','\x88','\x54','\x88','\x54','\x88','\x7c','\x88','\x45','\x08','\x01','\x08','\x02','\x08','\x00','\x88','\x00','\x88','\x7c','\x88','\x54','\x88','\x55','\xfe','\x54','\x88','\x54','\x88','\x7c','\x88','\x57','\xfe','\x54','\x88','\x54','\x88','\x54','\x88','\x7c','\x88','\x45','\x08','\x01','\x08','\x02','\x08','\x00','\x20','\x00','\x20','\x7c','\x20','\x54','\x20','\x55','\xfc','\x54','\x20','\x54','\x20','\x7c','\x20','\x57','\xfe','\x54','\x20','\x54','\x50','\x54','\x50','\x7c','\x88','\x44','\x88','\x01','\x04','\x02','\x02','\x00','\x20','\x00','\x20','\x7c','\x50','\x54','\x88','\x55','\x04','\x56','\x12','\x54','\x20','\x7c','\x40','\x55','\x88','\x54','\x10','\x54','\x20','\x54','\x44','\x7d','\x88','\x44','\x10','\x00','\x60','\x03','\x80','\x10','\x00','\x08','\x08','\x08','\x08','\xff','\x88','\x00','\x08','\x00','\x08','\x7f','\x10','\x49','\x10','\x49','\x10','\x49','\x20','\x7f','\x24','\x49','\x24','\x49','\x42','\x49','\xfe','\x7f','\x42','\x41','\x02','\x02','\x00','\x04','\x40','\x08','\x20','\x1f','\xf0','\x02','\x00','\x7f','\xfc','\x08','\x20','\x10','\x10','\x3f','\xf8','\xd1','\x16','\x11','\x10','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x10','\x10','\x00','\x40','\x00','\x20','\x7c','\x20','\x55','\xfe','\x54','\x40','\x54','\x40','\x54','\xa0','\x7c','\xa2','\x55','\xa4','\x56','\x98','\x54','\x90','\x54','\x88','\x7c','\x88','\x44','\xa4','\x00','\xc2','\x00','\x80','\x00','\x20','\x00','\x20','\x7c','\x20','\x55','\xfc','\x54','\x20','\x54','\x20','\x57','\xfe','\x7c','\x08','\x54','\x08','\x55','\xfe','\x54','\x08','\x54','\x88','\x7c','\x48','\x44','\x08','\x00','\x28','\x00','\x10','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x08','\x00','\x1f','\xf0','\x28','\x20','\x07','\xc0','\x18','\x30','\xe0','\x0e','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x01','\x00','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x00','\x20','\x00','\x20','\x7c','\x50','\x54','\x88','\x55','\x04','\x56','\xfa','\x54','\x20','\x7c','\x20','\x57','\xfe','\x54','\x20','\x55','\x28','\x55','\x24','\x7e','\x22','\x44','\x22','\x00','\xa0','\x00','\x40','\x00','\x20','\x00','\x20','\x7d','\xfc','\x54','\x50','\x54','\x88','\x55','\x04','\x57','\xfe','\x7c','\x08','\x55','\xe8','\x55','\x28','\x55','\x28','\x55','\xe8','\x7d','\x28','\x44','\x08','\x00','\x28','\x00','\x10','\x01','\x00','\x11','\x10','\x09','\x20','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x20','\x08','\x00','\x00','\xfb','\xfe','\x08','\x00','\x09','\xfc','\xf9','\x24','\x81','\xfc','\x81','\x24','\xfb','\xfe','\x48','\x00','\x49','\xfc','\xe9','\x24','\x49','\xfc','\x69','\x24','\x89','\xfc','\x50','\x00','\x23','\xfe','\x00','\x20','\x03','\xfe','\xf8','\x20','\xa9','\xfc','\xa8','\x00','\xab','\xfe','\xf8','\x02','\xa9','\xfc','\xa8','\x20','\xab','\xfe','\xa8','\x00','\xfb','\xfe','\x88','\x04','\x03','\xbe','\x02','\xa4','\x03','\x8c','\x00','\x20','\x00','\x20','\xfb','\xfe','\xa8','\x20','\xa9','\xfc','\xa8','\x40','\xfb','\xfe','\xa8','\x48','\xa8','\x88','\xa8','\xfe','\xa9','\x08','\xf9','\x48','\x8a','\x28','\x04','\x08','\x00','\x28','\x00','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x3f','\xf8','\x2a','\xa8','\x3e','\xf8','\x2a','\xa8','\xff','\xfe','\x90','\x12','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x3f','\xf8','\x2a','\xa8','\x3e','\xf8','\x2a','\xa8','\xff','\xfe','\x88','\x02','\x0f','\xf0','\x10','\x10','\x1f','\xe0','\x00','\x20','\xff','\xfe','\x00','\x00','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x18','\x30','\x06','\xc0','\x18','\x30','\x7f','\xfe','\x50','\x12','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x00','\x57','\xfc','\x50','\x40','\x10','\x40','\x30','\x40','\x50','\x40','\x90','\x40','\x10','\x40','\x20','\x40','\x20','\x40','\x41','\x40','\x80','\x80','\x00','\x80','\x00','\x40','\x1f','\xfe','\x11','\x00','\x91','\x00','\x51','\x00','\x53','\xf0','\x12','\x10','\x34','\x10','\x58','\x20','\x90','\x20','\x10','\x40','\x20','\xa0','\x21','\x10','\x46','\x08','\x98','\x06','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x40','\x50','\x40','\x50','\x40','\x14','\x44','\x34','\x44','\x54','\x44','\x94','\x44','\x14','\x44','\x24','\x44','\x27','\xfc','\x40','\x04','\x80','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x90','\x40','\x50','\xa0','\x51','\x10','\x12','\x08','\x3d','\x16','\x51','\x10','\x91','\x10','\x11','\x10','\x21','\x10','\x22','\x10','\x42','\x10','\x84','\x10','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x90','\x50','\x88','\x50','\x80','\x17','\xfe','\x30','\xa0','\x51','\x20','\x91','\x20','\x11','\x20','\x22','\x22','\x22','\x22','\x44','\x22','\x88','\x1e','\x01','\x00','\x00','\x80','\x3f','\xfe','\x24','\x00','\x24','\x00','\xa4','\x00','\x6f','\xbc','\x24','\xa4','\x24','\xa4','\x64','\xa4','\xa4','\xa4','\x24','\xa4','\x28','\xa4','\x48','\xbc','\x52','\xa4','\xa1','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x92','\x08','\x52','\x08','\x5f','\xfe','\x12','\x08','\x32','\x08','\x52','\x08','\x93','\xf8','\x12','\x08','\x22','\x08','\x22','\x08','\x43','\xf8','\x82','\x08','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x80','\x90','\x40','\x5f','\xfe','\x50','\x80','\x11','\x08','\x32','\x10','\x57','\xe0','\x90','\x40','\x10','\x80','\x21','\x10','\x22','\x08','\x47','\xfc','\x82','\x04','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x91','\x10','\x51','\x10','\x55','\x12','\x15','\x14','\x35','\xd8','\x55','\x10','\x95','\x10','\x15','\x10','\x25','\x12','\x25','\xd2','\x5e','\x12','\x88','\x0e','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x00','\x53','\xf8','\x52','\x08','\x12','\x08','\x33','\xf8','\x52','\x08','\x92','\x08','\x13','\xf8','\x22','\x08','\x22','\x08','\x4f','\xfe','\x80','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x20','\x00','\xa7','\xf8','\x64','\x08','\x24','\x08','\x27','\xf8','\x64','\x08','\xa4','\x08','\x27','\xf8','\x20','\x00','\x40','\x00','\x5f','\xfe','\x80','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x11','\x00','\x91','\x00','\x53','\xf8','\x56','\x10','\x19','\x20','\x30','\xc0','\x53','\x30','\x9c','\x0e','\x10','\xc0','\x20','\x20','\x23','\x00','\x40','\xc0','\x80','\x20','\x00','\x80','\x00','\x40','\x1f','\xfe','\x12','\x00','\x92','\x00','\x53','\xfc','\x54','\x04','\x1b','\xe4','\x32','\x24','\x52','\x24','\x93','\xe4','\x12','\x14','\x22','\x08','\x22','\x02','\x42','\x02','\x81','\xfe','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x9f','\xfe','\x50','\x40','\x5f','\xfc','\x10','\x44','\x37','\xfc','\x54','\x40','\x97','\xfe','\x10','\x42','\x20','\xaa','\x21','\x14','\x42','\x08','\x8c','\x06','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x90','\xa0','\x51','\x10','\x52','\x08','\x1d','\xf6','\x30','\x40','\x50','\x40','\x93','\xf8','\x10','\x40','\x20','\x40','\x20','\x40','\x4f','\xfe','\x80','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x11','\x10','\x90','\xa0','\x57','\xfc','\x50','\x40','\x10','\x40','\x33','\xf8','\x50','\x40','\x90','\x40','\x17','\xfc','\x20','\x40','\x20','\x40','\x40','\x40','\x80','\x40','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x97','\xfc','\x50','\x00','\x52','\x48','\x14','\x90','\x32','\x48','\x50','\x00','\x97','\xfc','\x10','\x40','\x20','\x40','\x20','\x40','\x4f','\xfe','\x80','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x40','\x50','\x40','\x57','\xfc','\x10','\x40','\x30','\x40','\x53','\xfc','\x90','\x00','\x10','\x40','\x21','\x24','\x25','\x2a','\x45','\x0a','\x88','\xf8','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x97','\xfc','\x50','\x20','\x50','\x40','\x11','\xd0','\x36','\x48','\x50','\x44','\x90','\x00','\x13','\xf8','\x22','\x08','\x22','\x08','\x42','\x08','\x83','\xf8','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x97','\x7e','\x55','\x04','\x55','\x74','\x16','\x54','\x35','\x54','\x55','\x54','\x95','\x54','\x15','\x74','\x27','\x54','\x24','\x04','\x44','\x14','\x84','\x08','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x38','\x97','\xc0','\x50','\x40','\x5f','\xfe','\x11','\x50','\x32','\x48','\x5c','\x46','\x90','\x80','\x1f','\xfe','\x21','\x08','\x23','\x10','\x40','\xe0','\x8f','\x1c','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x97','\xfc','\x54','\x44','\x54','\x44','\x17','\xfc','\x34','\x44','\x55','\xf4','\x95','\x14','\x15','\x14','\x25','\xf4','\x24','\x04','\x47','\xfc','\x84','\x04','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x40','\x57','\xfc','\x51','\x10','\x11','\x10','\x32','\xa8','\x54','\x44','\x90','\x40','\x1f','\xfe','\x20','\x40','\x20','\x40','\x40','\x40','\x80','\x40','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x92','\x48','\x52','\x50','\x54','\xa0','\x11','\x10','\x32','\x08','\x5c','\x44','\x92','\x48','\x12','\x50','\x24','\xa0','\x21','\x10','\x42','\x08','\x8c','\x06','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x80','\x91','\x00','\x57','\xfc','\x54','\x44','\x17','\xfc','\x34','\x84','\x57','\xfc','\x91','\x40','\x12','\x40','\x3f','\xfe','\x20','\x40','\x40','\x40','\x80','\x40','\x00','\x80','\x00','\x40','\x1f','\xfe','\x11','\x10','\x91','\x10','\x51','\x10','\x5f','\xfe','\x11','\x10','\x35','\x54','\x55','\x54','\x95','\x54','\x15','\x54','\x25','\x54','\x29','\x56','\x41','\x10','\x81','\x10','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x10','\x22','\x10','\xa2','\x10','\x7f','\xbe','\x22','\x10','\x26','\x10','\x67','\x38','\xaa','\xb4','\x2a','\x54','\x32','\x92','\x42','\x10','\x42','\x10','\x82','\x10','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2f','\xf8','\xa8','\x08','\x68','\x68','\x2b','\x88','\x28','\x88','\x6b','\xe8','\xaa','\xa8','\x2b','\xe8','\x28','\x8a','\x50','\xea','\x57','\x26','\xa0','\x02','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x93','\xf8','\x52','\x08','\x53','\xf8','\x12','\x08','\x33','\xf8','\x50','\x00','\x9f','\xfe','\x12','\x00','\x27','\xfc','\x29','\x24','\x42','\x54','\x84','\x88','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x90','\xa0','\x53','\x18','\x5d','\xf6','\x10','\x00','\x37','\x84','\x54','\xa4','\x97','\xa4','\x14','\xa4','\x27','\xa4','\x24','\x84','\x44','\x94','\x85','\x88','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x27','\xf8','\xa4','\x08','\x67','\xf8','\x24','\x08','\x27','\xf8','\x60','\x00','\xaf','\xfc','\x29','\x24','\x29','\x24','\x49','\x24','\x7f','\xfe','\x80','\x00','\x00','\x80','\x3f','\xfe','\x20','\x80','\x20','\xfc','\xa0','\x80','\x6f','\xfe','\x28','\x82','\x28','\xf0','\x6f','\x84','\xa8','\x7c','\x28','\x00','\x29','\xfc','\x29','\x00','\x4b','\xfe','\x49','\x00','\x91','\xfc','\x00','\x80','\x00','\x40','\x1f','\xfe','\x14','\x44','\x92','\x48','\x54','\xa4','\x51','\x10','\x12','\x08','\x37','\xfc','\x5a','\x0a','\x93','\xf8','\x12','\x08','\x23','\xf8','\x22','\x08','\x42','\x28','\x82','\x10','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x91','\xb0','\x5e','\x4e','\x53','\xf8','\x12','\x08','\x33','\xf8','\x52','\x08','\x93','\xf8','\x12','\x00','\x25','\xfc','\x25','\x04','\x49','\xfc','\x81','\x04','\x01','\x00','\x00','\x80','\x3f','\xfe','\x24','\x00','\x2f','\x78','\xa9','\x48','\x6d','\x48','\x2b','\x86','\x3f','\x00','\x69','\x78','\xa9','\x48','\x2d','\x48','\x2b','\x28','\x49','\x10','\x49','\x28','\x93','\x46','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x80','\x97','\x7c','\x54','\x24','\x55','\xa4','\x15','\x54','\x36','\x48','\x50','\x80','\x97','\xfc','\x14','\x44','\x27','\xfc','\x24','\x44','\x47','\xfc','\x84','\x04','\x00','\x80','\x3f','\xfe','\x20','\x40','\x27','\xfc','\xa1','\x10','\x6f','\xfe','\x20','\x00','\x23','\xf8','\x62','\x08','\xa3','\xf8','\x22','\x08','\x23','\xf8','\x20','\x40','\x4f','\xfe','\x40','\x40','\x80','\x40','\x00','\x80','\x3f','\xfe','\x20','\x00','\x27','\xfc','\xa4','\x44','\x67','\xfc','\x24','\x44','\x27','\xfc','\x61','\x00','\xa2','\x08','\x27','\xf0','\x20','\xc4','\x2f','\xfe','\x44','\x48','\x49','\x44','\x90','\x82','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x80','\x2f','\xf8','\xa8','\x88','\x7f','\xfe','\x28','\x88','\x2f','\xf8','\x64','\x90','\xa7','\xf0','\x21','\x00','\x3f','\xfe','\x44','\x10','\x43','\xe0','\x9c','\x1c','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2f','\x3c','\xa9','\x24','\x6f','\x3c','\x29','\x24','\x2f','\x3c','\x68','\x04','\xa9','\xe4','\x29','\x24','\x29','\xe4','\x29','\x24','\x49','\xe4','\x49','\x24','\x8a','\x6c','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x40','\x2f','\x50','\xa1','\x24','\x6a','\x18','\x24','\x08','\x3b','\x76','\x61','\x50','\xaf','\x8c','\x28','\x78','\x2f','\x48','\x41','\x30','\x45','\x48','\x82','\x84','\x01','\x00','\x00','\x80','\x3f','\xfe','\x21','\x10','\x25','\x54','\xa5','\xb8','\x69','\x10','\x22','\xa8','\x24','\x44','\x6f','\xfe','\xa8','\x82','\x30','\x84','\x2f','\xf8','\x41','\x08','\x42','\x28','\x8c','\x10','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2f','\xdc','\xa8','\x54','\x6f','\xd4','\x2a','\xa2','\x2a','\x80','\x6f','\xdc','\xaa','\x94','\x2f','\xd4','\x28','\x08','\x52','\x88','\x54','\x54','\xa8','\x62','\x00','\x80','\x1f','\xfe','\x11','\x10','\x1f','\xfe','\x91','\x10','\x53','\xf8','\x12','\x48','\x33','\xf8','\x52','\x48','\x93','\xf8','\x10','\x40','\x17','\xfc','\x24','\x54','\x25','\xf4','\x44','\x14','\x84','\x0c','\x01','\x00','\x00','\x80','\x3f','\xfe','\x24','\x80','\x27','\x3c','\xa4','\x84','\x63','\x94','\x24','\x08','\x27','\x7e','\x6a','\x0a','\xa2','\x28','\x2f','\xae','\x22','\x28','\x45','\x58','\x48','\x4e','\x90','\x80','\x00','\x80','\x1f','\xfe','\x12','\x08','\x11','\x10','\x97','\xfc','\x50','\x40','\x13','\xf8','\x30','\x80','\x5f','\xfe','\x92','\x10','\x17','\xf8','\x1a','\x16','\x23','\xf0','\x22','\x64','\x43','\x18','\x82','\x04','\x00','\x80','\x3f','\xfe','\x20','\x00','\x27','\xfc','\xa0','\x40','\x6f','\xfe','\x28','\x42','\x23','\x58','\x62','\x20','\xa7','\xfe','\x2c','\x20','\x37','\xfc','\x24','\x20','\x47','\xfc','\x44','\x20','\x87','\xfe','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x10','\x22','\x1e','\xbf','\xa2','\x62','\x44','\x2f','\xbe','\x2a','\xa2','\x6a','\xbe','\xaf','\xa2','\x22','\x3e','\x27','\x22','\x4a','\xbe','\x52','\x94','\x82','\x22','\x00','\x80','\x3f','\xfe','\x20','\x10','\x23','\x7c','\xae','\x10','\x62','\x7c','\x2f','\x10','\x22','\xfe','\x66','\x44','\xa7','\x7c','\x2a','\xc4','\x2a','\x7c','\x32','\x44','\x42','\x7c','\x42','\x28','\x82','\x44','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2f','\xfc','\xa8','\x88','\x6b','\x30','\x29','\x10','\x2f','\xbc','\x6b','\xb8','\xad','\x54','\x29','\x12','\x28','\x40','\x29','\x78','\x49','\x40','\x49','\x40','\x97','\xfc','\x01','\x00','\x00','\x80','\x3f','\xfe','\x24','\x00','\x27','\x22','\xa9','\x14','\x72','\x3e','\x2f','\x88','\x2a','\x88','\x6f','\x9c','\xaa','\x88','\x2f','\x88','\x20','\x3e','\x55','\x48','\x55','\x48','\x80','\x08','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2a','\xa8','\xb5','\x24','\x6a','\xbe','\x2f','\x68','\x29','\x68','\x6f','\xbe','\xa0','\x28','\x2f','\xa8','\x2a','\xbe','\x2f','\xa8','\x48','\x28','\x48','\xbe','\x87','\xa0','\x00','\x80','\x3f','\xfe','\x22','\x00','\x3f','\xbe','\xa2','\x08','\x6f','\x90','\x28','\xbe','\x2f','\xa2','\x68','\xbe','\xaf','\xa2','\x28','\xbe','\x2f','\xa2','\x28','\xbe','\x5f','\xc0','\x49','\x14','\x90','\xa2','\x00','\x88','\x7c','\x90','\x04','\xa0','\x04','\xc0','\x44','\x82','\x24','\x44','\x24','\x48','\x08','\x50','\x08','\x20','\x10','\x20','\x10','\x10','\x20','\x08','\x40','\x04','\x80','\x02','\x00','\x00','\x00','\x00','\x00','\x90','\x7e','\xa0','\x02','\x44','\x44','\x48','\x28','\x30','\x10','\x10','\x20','\x08','\xcf','\xe6','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x02','\xc0','\x04','\x20','\x18','\x10','\x60','\x08','\x00','\x90','\x7e','\xa0','\x04','\x44','\x28','\x28','\x10','\x10','\x3c','\xf8','\xc4','\x96','\x04','\x90','\x3d','\x0c','\x20','\x00','\x41','\xf8','\x7c','\x08','\x04','\xd0','\x04','\x20','\x28','\x50','\x11','\x88','\x02','\x00','\x04','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x00','\x00','\x20','\x38','\x23','\xc0','\x3c','\x04','\x20','\x04','\x20','\x04','\x1f','\xfc','\x04','\x00','\x08','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x44','\x08','\x44','\x10','\x44','\x60','\x3c','\x10','\x04','\x10','\x0e','\x20','\xf0','\x7c','\x80','\x44','\x80','\x44','\xfc','\x44','\xa4','\x44','\xa4','\x7c','\xa4','\x44','\xa8','\x44','\xa8','\x44','\x90','\x45','\x10','\x7d','\x28','\x46','\x44','\x00','\x82','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x02','\x00','\x7f','\xfc','\x04','\x40','\x09','\x20','\x31','\x18','\xcf','\xe6','\x01','\x00','\x01','\x00','\x01','\x00','\x10','\x40','\x10','\x20','\x20','\x20','\x7b','\xfe','\x48','\x00','\x48','\x88','\x49','\x04','\x4a','\x02','\x78','\x88','\x48','\x88','\x48','\x50','\x48','\x20','\x48','\x50','\x78','\x88','\x49','\x04','\x06','\x02','\x10','\x40','\x10','\x20','\x23','\xfe','\x7a','\x02','\x4c','\x04','\x49','\xf8','\x48','\x00','\x48','\x00','\x7b','\xfe','\x48','\x90','\x48','\x90','\x48','\x90','\x49','\x12','\x79','\x12','\x4a','\x0e','\x04','\x00','\x10','\x20','\x11','\x20','\x21','\x20','\x7d','\xfc','\x45','\x20','\x46','\x20','\x44','\x20','\x47','\xfe','\x7c','\x00','\x44','\x00','\x45','\xfc','\x45','\x04','\x45','\x04','\x7d','\x04','\x45','\xfc','\x01','\x04','\x08','\x0c','\x08','\xf0','\x7e','\x80','\x18','\x80','\x2c','\xfe','\x2a','\x88','\x48','\x88','\x88','\x88','\x09','\x08','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x20','\x11','\x24','\x21','\x24','\x79','\x24','\x49','\xfc','\x48','\x00','\x4b','\xfe','\x48','\x00','\x79','\xfc','\x49','\x04','\x49','\x04','\x49','\xfc','\x48','\x88','\x78','\x50','\x4b','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\x08','\x7e','\x7f','\x42','\x49','\x82','\x4a','\x7a','\x48','\x4a','\x7e','\x4a','\x42','\x7a','\x42','\x42','\x52','\x4a','\x4c','\x44','\x44','\x42','\x4a','\x42','\x92','\x3e','\x20','\x00','\x10','\x10','\x10','\x10','\x20','\x10','\x44','\xfe','\xfe','\x92','\x28','\x94','\x44','\x90','\xa2','\xfc','\x3c','\xa4','\x44','\xa4','\x44','\xa8','\xa8','\xa8','\x10','\x90','\x29','\x28','\x45','\x44','\x82','\x82','\x00','\x10','\xfe','\x10','\x92','\x10','\x10','\xfe','\xfe','\x92','\x10','\x94','\x7c','\x90','\x54','\xfc','\x7c','\xa4','\x54','\xa4','\x7c','\xa8','\x10','\xa8','\xfe','\x90','\x11','\x28','\x11','\x44','\x12','\x82','\x08','\x00','\x08','\xfe','\x08','\x92','\x7f','\x10','\x49','\xfe','\x4a','\x10','\x48','\x7c','\x7e','\x54','\x42','\x7c','\x42','\x54','\x52','\x7c','\x4c','\x10','\x44','\xfe','\x4a','\x10','\x92','\x10','\x20','\x10','\x40','\x10','\x40','\x10','\xfe','\x10','\x22','\xfe','\xaa','\x92','\xfa','\x94','\x42','\x90','\x94','\xfc','\x48','\xa4','\xfe','\xa4','\x22','\xa8','\xaa','\xa8','\xfa','\x90','\x43','\x28','\x94','\x44','\x08','\x82','\x00','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x04','\x00','\x08','\x20','\x1f','\xf0','\x00','\x10','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x01','\x00','\x02','\x80','\x0c','\x60','\x30','\x18','\xcf','\xe6','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x02','\x10','\x02','\xfc','\x7f','\x40','\x00','\x84','\x07','\x64','\x78','\x1c','\x02','\x10','\x02','\xfc','\x7f','\x40','\x00','\x84','\x07','\x64','\x78','\x1c','\x00','\x00','\x3f','\xf8','\x24','\x48','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x24','\x88','\x42','\x44','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x11','\x00','\x61','\x1c','\x4d','\x44','\x45','\x44','\x75','\x9c','\x49','\x84','\x49','\x44','\x75','\x5c','\x42','\x04','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x01','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfc','\x21','\x04','\x2f','\xe0','\x21','\x08','\x27','\xf8','\x24','\x90','\x27','\xf0','\x24','\x90','\x27','\xf0','\x20','\x00','\x4f','\xf8','\x49','\x48','\xbf','\xfe','\x23','\xf8','\x12','\x08','\x93','\xf8','\x42','\x08','\x43','\xf8','\x10','\x00','\x2f','\xfe','\xe2','\x00','\x27','\xfc','\x29','\x24','\x22','\x54','\x04','\x88','\x3f','\xf8','\x24','\x48','\x24','\x48','\xff','\xfe','\x08','\x20','\xff','\xfe','\x08','\x20','\x21','\xf8','\x11','\x08','\x41','\xf8','\x21','\x08','\x0b','\xfe','\x09','\x00','\x73','\xfc','\x14','\xa4','\x11','\x54','\x12','\x88','\x3f','\xf8','\x24','\x48','\xff','\xfe','\x00','\x90','\x00','\x90','\x79','\x08','\x49','\x08','\x4a','\x04','\x7c','\x02','\x4b','\xfc','\x48','\x80','\x79','\x00','\x49','\xf8','\x48','\x08','\x48','\x08','\x78','\x08','\x48','\x08','\x00','\x50','\x00','\x20','\x00','\x40','\x00','\x40','\x78','\x40','\x4b','\xfc','\x4a','\x44','\x7c','\x48','\x48','\x40','\x48','\x40','\x78','\xa0','\x48','\xa0','\x48','\xa0','\x49','\x20','\x79','\x22','\x4a','\x22','\x04','\x1e','\x08','\x00','\x00','\x40','\x00','\x40','\x78','\x40','\x49','\x48','\x49','\x44','\x7a','\x42','\x4a','\x42','\x4c','\x48','\x78','\x48','\x48','\x48','\x48','\x10','\x48','\x10','\x78','\x20','\x48','\x40','\x01','\x80','\x06','\x00','\x00','\x00','\x03','\xfe','\x7c','\x20','\x44','\x20','\x45','\x20','\x7d','\x3e','\x45','\x22','\x45','\x22','\x7d','\x22','\x45','\xfe','\x44','\x02','\x44','\x02','\x7c','\x02','\x44','\x02','\x00','\x14','\x00','\x08','\x00','\x40','\x00','\x20','\x78','\x20','\x4b','\xfe','\x48','\x40','\x78','\x40','\x48','\x88','\x49','\x08','\x7b','\xf0','\x48','\x20','\x48','\x40','\x48','\x88','\x79','\x04','\x4b','\xfc','\x01','\x04','\x00','\x00','\x00','\x00','\x01','\xfc','\x7d','\x04','\x45','\x04','\x45','\x04','\x7d','\xfc','\x45','\x00','\x45','\x40','\x7d','\x44','\x45','\x48','\x45','\x70','\x45','\x40','\x7d','\x42','\x46','\x42','\x02','\x3e','\x04','\x00','\x20','\x70','\x3f','\x84','\x20','\x04','\x1f','\xfc','\x00','\x00','\x0f','\xf8','\x48','\x08','\x4f','\xf8','\x48','\x08','\x4f','\xf8','\x48','\x08','\x4f','\xf8','\x40','\x00','\x7f','\xfe','\x10','\x10','\x20','\x08','\x08','\x80','\x08','\x88','\x2e','\x90','\x28','\xe0','\x28','\x84','\x2e','\x84','\xf0','\x7c','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x90','\x00','\x90','\x78','\x90','\x4a','\x90','\x4a','\x92','\x7a','\xd4','\x4a','\x98','\x4a','\x90','\x7a','\x90','\x4a','\x90','\x4a','\x90','\x4a','\x92','\x7a','\xd2','\x4f','\x12','\x02','\x0e','\x00','\x00','\x00','\x20','\x00','\x20','\x7c','\x20','\x45','\xfc','\x44','\x20','\x7c','\x20','\x44','\x20','\x47','\xfe','\x7c','\x70','\x44','\xa8','\x44','\xa8','\x45','\x24','\x7d','\x24','\x46','\x22','\x00','\x20','\x00','\x20','\x01','\x00','\x11','\x10','\x09','\x20','\x3f','\xf8','\x02','\x00','\x7f','\xfc','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc8','\x26','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\x00','\x40','\x00','\x40','\x78','\x90','\x49','\x08','\x4b','\xfc','\x78','\x24','\x49','\x20','\x49','\x20','\x79','\xfc','\x4a','\x20','\x48','\x20','\x4f','\xfe','\x78','\x20','\x48','\x20','\x00','\x20','\x00','\x20','\x01','\x08','\x00','\x88','\x78','\x90','\x4b','\xfc','\x48','\x24','\x78','\x24','\x4b','\xfc','\x4a','\x20','\x7a','\x20','\x4b','\xfe','\x48','\x62','\x48','\xa2','\x79','\x2a','\x4a','\x24','\x04','\x20','\x00','\x20','\x00','\x00','\x03','\xfe','\x7a','\x10','\x4a','\x10','\x4a','\xfe','\x7a','\x10','\x4a','\x10','\x4b','\xfe','\x7a','\x00','\x4a','\x10','\x4a','\x10','\x4a','\xfe','\x7a','\x10','\x4c','\x10','\x05','\xfe','\x08','\x00','\x00','\x00','\x00','\x40','\x7b','\x9c','\x4a','\x04','\x4a','\x04','\x7b','\x9c','\x4a','\x04','\x4a','\x04','\x7b','\xfc','\x48','\x90','\x48','\x90','\x48','\x90','\x78','\x90','\x49','\x12','\x02','\x12','\x04','\x0e','\x00','\x20','\x00','\x20','\x7b','\xfe','\x48','\x20','\x49','\xfc','\x78','\x24','\x4b','\xfe','\x48','\x24','\x79','\xfc','\x48','\x20','\x49','\x20','\x49','\x3e','\x79','\x20','\x4a','\xa0','\x02','\x7e','\x04','\x00','\x00','\x20','\x00','\x20','\x7b','\xfe','\x48','\x20','\x49','\xfc','\x78','\x20','\x4b','\xfe','\x48','\x00','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\xfc','\x49','\x04','\x01','\x14','\x01','\x08','\x00','\x40','\x00','\x80','\x7b','\xfc','\x4a','\x24','\x4a','\x24','\x7b','\xfc','\x4a','\x24','\x4a','\x44','\x7b','\xfc','\x48','\x90','\x49','\x10','\x4f','\xfe','\x78','\x10','\x48','\x10','\x00','\x10','\x00','\x10','\x01','\x00','\x01','\xf8','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x09','\x20','\x32','\x90','\x0c','\x60','\x3f','\xf8','\xd0','\x16','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x00','\x08','\x00','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x08','\x20','\x04','\x40','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x00','\x40','\x00','\x44','\x7b','\xf4','\x48','\x48','\x48','\x50','\x7f','\xfe','\x48','\x40','\x48','\x80','\x79','\xfc','\x4b','\x04','\x4d','\x04','\x49','\xfc','\x79','\x04','\x49','\x04','\x01','\xfc','\x01','\x04','\x00','\x40','\x00','\x20','\x7b','\xfe','\x4a','\x02','\x4c','\x24','\x79','\xfc','\x48','\x20','\x49','\xfc','\x78','\x20','\x4b','\xfe','\x48','\x20','\x49','\xfc','\x79','\x04','\x49','\x04','\x01','\xfc','\x01','\x04','\x00','\x20','\x00','\x20','\x7b','\xfe','\x48','\x20','\x49','\xfc','\x79','\x04','\x49','\xfc','\x49','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x7b','\xfe','\x48','\x88','\x01','\x04','\x02','\x02','\x00','\x00','\x03','\xfe','\x7a','\x02','\x48','\x00','\x49','\xfc','\x79','\x04','\x49','\xfc','\x49','\x04','\x79','\xfc','\x48','\x40','\x48','\x20','\x4b','\xfe','\x78','\x00','\x48','\x88','\x01','\x04','\x02','\x02','\x00','\x20','\x01','\x24','\x78','\xa8','\x4b','\xfe','\x4a','\x02','\x78','\xf8','\x48','\x88','\x48','\x88','\x78','\xf8','\x48','\x20','\x48','\x20','\x49','\xfc','\x78','\x20','\x48','\x20','\x03','\xfe','\x00','\x00','\x00','\x88','\x00','\x88','\x7b','\xfe','\x48','\x88','\x48','\x88','\x78','\xf8','\x48','\x20','\x4b','\xfe','\x7a','\x22','\x4b','\x32','\x4a','\xaa','\x4b','\x76','\x7a','\x22','\x4a','\x22','\x02','\x2a','\x02','\x24','\x00','\x08','\x07','\x88','\xf0','\x88','\x91','\x10','\x9f','\xde','\xf4','\x94','\x94','\xa4','\x97','\x94','\xf4','\x94','\x97','\x94','\x94','\x94','\x94','\xc8','\xf7','\x88','\x9c','\x94','\x00','\xa4','\x00','\xc2','\x00','\x20','\x01','\xfc','\x79','\x24','\x49','\xfc','\x48','\x20','\x7b','\xfe','\x48','\x00','\x49','\xfc','\x79','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x79','\x04','\x49','\xfc','\x00','\x88','\x01','\x04','\x00','\x3c','\x03','\xc0','\xf0','\x44','\x92','\x24','\x91','\x08','\xf7','\xfe','\x94','\x42','\x92','\xa4','\xf2','\x8a','\x94','\x7a','\x90','\x80','\x90','\xf8','\xf1','\x08','\x92','\x90','\x00','\x60','\x07','\x9e','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x08','\x80','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x10','\x00','\x00','\x40','\x00','\x40','\x78','\xa0','\x49','\x10','\x4a','\x08','\x7d','\xf6','\x48','\x00','\x48','\x00','\x7b','\xb8','\x4a','\xa8','\x4a','\xa8','\x4b','\xb8','\x79','\x10','\x49','\x10','\x02','\xa8','\x04','\x44','\x08','\x10','\xff','\x7e','\x08','\x10','\x7e','\x7c','\x42','\x44','\x7e','\x28','\x24','\x18','\xfe','\xe6','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x01','\xf8','\x7a','\x08','\x4f','\xfe','\x4a','\x88','\x7b','\x24','\x4b','\xfe','\x4a','\x00','\x7a','\xfc','\x4a','\x00','\x4a','\xfc','\x4a','\x00','\x7a','\xfc','\x4c','\x84','\x04','\xfc','\x08','\x84','\x00','\x88','\x03','\xfe','\x78','\x88','\x4b','\xfe','\x4a','\x02','\x79','\xfc','\x48','\x00','\x4b','\xfe','\x78','\x40','\x48','\xa2','\x4b','\x54','\x48','\xb8','\x7b','\x54','\x48','\x92','\x03','\x50','\x00','\x20','\x7c','\xf8','\x44','\x88','\x7c','\xf8','\x44','\x88','\x7c','\xf8','\x09','\x00','\x1f','\xf8','\x31','\x00','\x5f','\xf0','\x91','\x00','\x1f','\xfc','\x10','\x00','\x3f','\xf0','\x08','\x20','\x07','\xc0','\xf8','\x3e','\x01','\x00','\x3f','\xf8','\x01','\x00','\x0f','\xe0','\x08','\x20','\x09','\x20','\x09','\x20','\x7f','\xfc','\x08','\x20','\x7e','\xfc','\x08','\x20','\x3e','\xf8','\x22','\x88','\x2a','\xa8','\x2a','\xa8','\xff','\xfe','\x03','\xfe','\x02','\x02','\x7b','\xfe','\x4a','\x92','\x4a','\x54','\x7a','\x92','\x4a','\xfe','\x4a','\xaa','\x7a','\xfe','\x4b','\x22','\x4a','\xfa','\x4a','\xaa','\x7a','\xfa','\x4a','\x22','\x05','\xfa','\x00','\x04','\x00','\x20','\x7e','\x20','\x02','\x50','\x24','\x50','\x18','\x88','\x09','\x44','\xfe','\x22','\x0a','\x20','\x18','\x00','\x19','\xfc','\x28','\x04','\x48','\x08','\x88','\x08','\x08','\x10','\x28','\x10','\x10','\x20','\x02','\x00','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x08','\x08','\x08','\x00','\x1f','\xf0','\x21','\x00','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x20','\x1c','\x21','\xe0','\x3c','\x20','\x50','\x20','\x93','\xfe','\x10','\xa8','\x11','\x24','\xfe','\x42','\x10','\x40','\x13','\xfe','\x10','\x88','\x29','\x08','\x24','\xd0','\x44','\x30','\x40','\x48','\x81','\x84','\x00','\x00','\x00','\x00','\xfd','\xfc','\x10','\x20','\x10','\x20','\x20','\x20','\x3c','\x20','\x64','\x20','\x64','\x20','\xa4','\x20','\x24','\x20','\x24','\x20','\x3c','\x20','\x24','\x20','\x23','\xfe','\x00','\x00','\x00','\x00','\x01','\x00','\xf9','\x7e','\x21','\x12','\x21','\x12','\x41','\x12','\x79','\xd2','\x4f','\x12','\xc9','\x12','\x49','\x12','\x49','\x52','\x49','\x92','\x79','\x22','\x48','\x22','\x00','\x4a','\x00','\x84','\x00','\x10','\x01','\x10','\xfd','\x10','\x11','\x12','\x11','\x12','\x21','\x14','\x3d','\xd8','\x65','\x10','\x65','\x10','\xa5','\x10','\x25','\x10','\x25','\x12','\x3d','\x52','\x25','\x92','\x21','\x0e','\x00','\x00','\x00','\x20','\x00','\x10','\xfb','\xfe','\x22','\x44','\x22','\xfe','\x42','\x44','\x7b','\xfe','\x4a','\x10','\xca','\xfe','\x4a','\x92','\x4a','\xfe','\x4a','\x92','\x7a','\xfe','\x4a','\x00','\x02','\x44','\x04','\x82','\x00','\x00','\x00','\xf8','\xfc','\x88','\x10','\x88','\x10','\x88','\x20','\xf8','\x3c','\x88','\x64','\x88','\x64','\x88','\xa4','\xf8','\x24','\x88','\x24','\x88','\x3c','\x88','\x24','\x88','\x23','\xfe','\x00','\x00','\x00','\x00','\x01','\xfe','\xfd','\x28','\x11','\xfe','\x11','\x28','\x21','\x7c','\x3d','\x54','\x65','\x7c','\x65','\x54','\xa5','\x7c','\x25','\x10','\x25','\xfe','\x3d','\x92','\x22','\xba','\x02','\x8a','\x04','\x84','\x00','\x20','\x00','\x20','\xf9','\xfc','\x20','\x20','\x20','\x20','\x40','\x20','\x7b','\xfe','\x48','\x00','\xc8','\x20','\x48','\x20','\x49','\xfc','\x48','\x20','\x78','\x20','\x48','\x20','\x03','\xfe','\x00','\x00','\x00','\x40','\x00','\x20','\xfd','\xfe','\x10','\x00','\x10','\x88','\x20','\x88','\x3d','\x54','\x66','\x22','\x64','\x00','\xa4','\x20','\x27','\xfe','\x24','\x20','\x3c','\x20','\x24','\x20','\x20','\x20','\x00','\x20','\x00','\x88','\x00','\x88','\xfd','\xfe','\x10','\x88','\x10','\x88','\x20','\x50','\x3c','\x50','\x64','\x94','\x65','\x94','\xa6','\x98','\x24','\x90','\x24','\xb2','\x3c','\xd2','\x24','\x92','\x20','\x8e','\x00','\x80','\x20','\x20','\x13','\xfc','\x82','\x24','\x4b','\xf8','\x12','\x88','\x24','\x50','\xe4','\x70','\x29','\x8c','\x20','\x00','\xff','\xfe','\x08','\x00','\x1f','\xf8','\x28','\x08','\xc8','\x08','\x0f','\xf8','\x08','\x08','\x00','\x00','\x03','\xde','\xfa','\x52','\x22','\x52','\x22','\x52','\x43','\xde','\x7a','\x52','\x4a','\x52','\xca','\x52','\x4b','\xde','\x4a','\x52','\x4a','\x52','\x7a','\x52','\x4a','\x52','\x05','\x52','\x08','\xa6','\x00','\x40','\x00','\x20','\xfd','\xfc','\x10','\x00','\x11','\x08','\x20','\x90','\x3c','\x00','\x67','\xfe','\x64','\x00','\xa4','\x00','\x25','\xfc','\x25','\x04','\x3d','\x04','\x25','\x04','\x21','\xfc','\x01','\x04','\x00','\x00','\x01','\xf8','\xf8','\x08','\x20','\x08','\x21','\xf8','\x40','\x08','\x78','\x08','\x4b','\xfe','\xc8','\x20','\x4a','\x22','\x49','\x74','\x48','\xa8','\x79','\x24','\x4a','\x22','\x00','\xa0','\x00','\x40','\x00','\x00','\x01','\xfc','\xfd','\x04','\x11','\xfc','\x11','\x04','\x21','\xfc','\x3c','\x80','\x65','\xfe','\x66','\x22','\xa5','\x22','\x25','\x52','\x25','\x02','\x3d','\xfa','\x24','\x02','\x20','\x14','\x00','\x08','\x00','\x20','\x00','\x20','\xfc','\x3e','\x10','\x20','\x10','\x20','\x21','\xfc','\x3d','\x04','\x65','\xfc','\x65','\x04','\xa5','\xfc','\x25','\x04','\x25','\xfc','\x3c','\x00','\x24','\x88','\x21','\x04','\x02','\x02','\x00','\x88','\x00','\x88','\xfb','\xfe','\x20','\x88','\x20','\xf8','\x40','\x88','\x78','\xf8','\x48','\x88','\xc8','\x88','\x4b','\xfe','\x49','\x00','\x49','\x48','\x79','\x84','\x49','\x00','\x01','\xfe','\x00','\x00','\x00','\x92','\x01','\x24','\xfa','\x48','\x21','\x24','\x20','\x92','\x40','\x40','\x78','\x80','\x4b','\xfe','\xca','\x02','\x4a','\x8a','\x4a','\x52','\x4a','\x22','\x7a','\x52','\x4a','\x8a','\x03','\xfe','\x02','\x02','\x00','\x20','\x01','\x24','\xfd','\x24','\x11','\x24','\x11','\xfc','\x20','\x00','\x3f','\xfe','\x64','\x00','\x65','\xfc','\xa5','\x04','\x25','\x04','\x25','\xfc','\x3c','\x88','\x24','\x50','\x23','\xfe','\x00','\x00','\x00','\x00','\x01','\xfc','\xfd','\x04','\x11','\xe4','\x11','\x24','\x23','\xfe','\x22','\x02','\x7d','\xfc','\x65','\x04','\xa5','\xfc','\x25','\x04','\x25','\xfc','\x25','\x04','\x3d','\x04','\x25','\x14','\x01','\x08','\x00','\x84','\x00','\x44','\xfc','\x48','\x11','\xfe','\x10','\x20','\x20','\xfc','\x3c','\x20','\x65','\xfe','\x64','\x40','\xa4','\x80','\x24','\xfe','\x25','\x10','\x3e','\x10','\x24','\x10','\x21','\xfe','\x00','\x00','\x02','\x08','\x02','\x08','\xf3','\xbe','\x24','\x88','\x2a','\xa8','\x41','\x3e','\x72','\x08','\xd4','\x48','\x58','\x48','\x57','\xfc','\x50','\xe0','\x51','\x50','\x72','\x48','\x5c','\x46','\x00','\x40','\x00','\x40','\x00','\x00','\x01','\xfe','\xfd','\x02','\x11','\x02','\x11','\xfe','\x21','\x24','\x3d','\x24','\x65','\x7e','\x65','\x24','\xa5','\x24','\x25','\xfe','\x25','\x52','\x3d','\x54','\x26','\x48','\x22','\x64','\x04','\x42','\x00','\x00','\x01','\xfe','\xf9','\x20','\x21','\xfc','\x21','\x20','\x41','\xfc','\x79','\x20','\x49','\x20','\xc9','\xfe','\x48','\x02','\x4a','\xaa','\x4a','\xaa','\x7a','\xaa','\x4a','\x02','\x00','\x14','\x00','\x08','\x00','\x40','\x00','\x20','\xfb','\xfc','\x21','\x08','\x20','\x90','\x43','\xfe','\x7a','\x02','\x4c','\x44','\xc8','\x20','\x4b','\xfc','\x48','\x80','\x48','\xf8','\x78','\x88','\x49','\x08','\x01','\x28','\x02','\x10','\x7f','\xfc','\x04','\x00','\x08','\x00','\x1f','\xf0','\x28','\x10','\x48','\x10','\x8f','\xf0','\x00','\x00','\x7e','\xfe','\x10','\x20','\x20','\x40','\x7e','\xfc','\xa3','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x08','\x00','\x7f','\x78','\x08','\x48','\x3e','\x48','\x00','\x86','\x3e','\x78','\x2a','\x48','\x3e','\x30','\x40','\x48','\xff','\xfe','\x08','\x00','\x1f','\xf8','\x28','\x08','\xc8','\x08','\x0f','\xf8','\x08','\x08','\x00','\x20','\x03','\xfe','\xfc','\x20','\x11','\xfc','\x10','\x20','\x23','\xfe','\x3c','\x00','\x65','\xfc','\x65','\x04','\xa5','\xfc','\x25','\x04','\x25','\xfc','\x3d','\x04','\x25','\xfc','\x20','\x88','\x01','\x04','\x00','\x20','\x03','\xfe','\xfc','\x20','\x11','\xfc','\x11','\x24','\x21','\xfc','\x3d','\x24','\x65','\xfc','\x64','\x22','\xa7','\xfe','\x24','\x08','\x27','\xfe','\x3d','\x08','\x24','\x88','\x20','\x28','\x00','\x10','\x00','\x20','\x00','\x20','\xf9','\xfc','\x20','\x20','\x23','\xfe','\x41','\x08','\x7b','\x9c','\x49','\x08','\xc9','\x88','\x4e','\x3e','\x48','\x00','\x4b','\xfe','\x78','\x90','\x48','\x90','\x01','\x12','\x02','\x0e','\x00','\x20','\x07','\xa4','\xf0','\xa8','\x22','\x92','\x21','\x14','\x42','\x08','\x75','\xf4','\xd8','\x02','\x53','\xf8','\x52','\x08','\x52','\x08','\x53','\xf8','\x72','\x08','\x51','\x10','\x0f','\xfe','\x00','\x00','\x00','\x40','\x00','\x80','\xfb','\xfe','\x22','\x22','\x22','\xaa','\x42','\x22','\x7b','\xfe','\x4a','\x72','\xca','\xaa','\x4a','\x02','\x48','\x20','\x4b','\xfe','\x78','\x50','\x48','\x88','\x01','\x04','\x06','\x02','\x01','\x04','\x00','\x88','\xfb','\xfe','\x20','\x20','\x21','\xfc','\x40','\x20','\x7b','\xfe','\x48','\x54','\xc9','\x92','\x48','\x90','\x4b','\xfe','\x48','\x90','\x78','\xd4','\x4b','\x8a','\x00','\x96','\x01','\xa2','\x00','\x20','\x01','\x24','\xfc','\xa8','\x13','\xfe','\x12','\x02','\x20','\xf8','\x3c','\x88','\x64','\x88','\x64','\xf8','\xa4','\x00','\x25','\xfc','\x25','\x24','\x3d','\xfc','\x25','\x24','\x21','\xfc','\x01','\x04','\x02','\x00','\x02','\xbe','\xfb','\x02','\x22','\x54','\x21','\xc8','\x40','\x3e','\x7a','\x0a','\x4b','\xca','\xcd','\x28','\x49','\x28','\x4f','\xee','\x49','\x28','\x7a','\xa8','\x4a','\x58','\x04','\x4e','\x00','\x80','\x22','\x88','\x21','\x08','\xfa','\xbe','\x20','\x08','\x72','\x9c','\xa9','\x2a','\x22','\x88','\xff','\xfe','\x08','\x20','\x3f','\xf8','\xc4','\x06','\x0f','\xf0','\x18','\x10','\x68','\x10','\x0f','\xf0','\x08','\x10','\x01','\x24','\x01','\x74','\xfa','\x58','\x22','\xda','\x23','\xfe','\x41','\x54','\x7a','\xda','\x4b','\xfe','\xc8','\xa2','\x48','\x20','\x4b','\xfe','\x48','\x70','\x78','\xa8','\x49','\x24','\x02','\x22','\x00','\x20','\x20','\x00','\x10','\x00','\x11','\xfc','\xf9','\x04','\x09','\x04','\x11','\x04','\x11','\x04','\x39','\xfc','\x55','\x04','\x95','\x00','\x11','\x00','\x11','\x02','\x11','\x02','\x11','\x02','\x10','\xfe','\x10','\x00','\x20','\x00','\x11','\xfc','\x10','\x04','\xf8','\x04','\x0b','\xf4','\x10','\x04','\x10','\x04','\x39','\xe4','\x55','\x24','\x95','\x24','\x11','\x24','\x11','\xe4','\x10','\x04','\x10','\x04','\x10','\x14','\x10','\x08','\x40','\x08','\x20','\x3c','\x23','\xe0','\xfa','\x20','\x12','\x20','\x12','\x20','\x22','\x20','\x33','\xfe','\x6a','\x20','\xaa','\x10','\x22','\x10','\x22','\x12','\x22','\x0a','\x22','\x8a','\x23','\x26','\x22','\x12','\x01','\x00','\x11','\x10','\x11','\x10','\x1f','\xf0','\x41','\x04','\x41','\x04','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x01','\x00','\x11','\x10','\x21','\x08','\x45','\x04','\x02','\x00','\x20','\x80','\x10','\x80','\x10','\x80','\xf8','\xfe','\x09','\x40','\x11','\x40','\x12','\x40','\x38','\x7c','\x54','\x40','\x94','\x40','\x10','\x40','\x10','\x7e','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x20','\x00','\x10','\x40','\x10','\x20','\xf8','\x28','\x08','\x08','\x10','\x88','\x10','\x90','\x3a','\x94','\x56','\xa2','\x92','\xa2','\x14','\xc2','\x10','\x88','\x11','\x88','\x12','\x88','\x14','\x78','\x10','\x00','\x20','\x50','\x10','\x48','\x10','\x48','\xf8','\x40','\x0b','\xfe','\x10','\x80','\x10','\x80','\x38','\xfc','\x55','\x44','\x95','\x44','\x11','\x28','\x11','\x28','\x12','\x10','\x12','\x28','\x14','\x44','\x11','\x82','\x21','\x08','\x11','\x08','\x13','\xfc','\xf9','\x08','\x09','\x08','\x11','\xf8','\x11','\x08','\x39','\x08','\x55','\xf8','\x95','\x08','\x11','\x08','\x17','\xfe','\x10','\x00','\x10','\x90','\x11','\x08','\x12','\x04','\x20','\x80','\x10','\xf8','\x10','\x88','\xf9','\x08','\x09','\xf0','\x10','\x10','\x18','\x10','\x37','\xfe','\x50','\x20','\x92','\x22','\x11','\x74','\x10','\xa8','\x11','\x24','\x12','\x22','\x10','\xa0','\x10','\x40','\x41','\x00','\x21','\x3c','\x27','\xd4','\xf9','\x14','\x13','\x94','\x11','\x14','\x27','\xd4','\x31','\x24','\x69','\x4c','\xa8','\x40','\x27','\xfe','\x20','\x40','\x20','\xa0','\x21','\x10','\x22','\x08','\x2c','\x06','\x20','\x00','\x11','\xfc','\x11','\x24','\xf9','\xfc','\x09','\x24','\x11','\xfc','\x18','\x88','\x35','\x44','\x52','\x42','\x90','\xf8','\x11','\x88','\x12','\x50','\x10','\x20','\x10','\x50','\x11','\x88','\x16','\x06','\x40','\x40','\x27','\xfc','\x20','\x40','\xfb','\xf8','\x10','\x00','\x13','\xf8','\x22','\x08','\x33','\xf8','\x69','\x10','\xaf','\xfe','\x20','\x00','\x23','\xf8','\x22','\x08','\x22','\x08','\x23','\xf8','\x22','\x08','\x01','\x00','\xff','\xfe','\x02','\x84','\x7d','\x78','\x25','\x50','\x25','\x48','\x4d','\x64','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x21','\x08','\x25','\x48','\x25','\x28','\x49','\x28','\x81','\x08','\x20','\x00','\x13','\xde','\x12','\x52','\xfa','\x52','\x0b','\xde','\x10','\x00','\x11','\xfc','\x39','\x24','\x55','\xfc','\x95','\x24','\x11','\xfc','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x40','\x90','\x23','\xfc','\x22','\x94','\xfb','\xfc','\x12','\x94','\x13','\xfc','\x20','\x00','\x33','\xfc','\x68','\x00','\xab','\xfc','\x22','\x04','\x23','\xfc','\x21','\x08','\x20','\x90','\x27','\xfe','\x20','\x00','\x20','\x20','\x13','\xfe','\x10','\x00','\xf9','\xdc','\x09','\x54','\x11','\xdc','\x18','\x88','\x37','\xfe','\x50','\x88','\x93','\xfe','\x10','\x88','\x17','\xfe','\x10','\x94','\x11','\x88','\x16','\xa4','\x10','\xc2','\x00','\x10','\x00','\xf8','\x3f','\x00','\x01','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x41','\x04','\x41','\x24','\x5f','\xf4','\x48','\x14','\x40','\x04','\x40','\x0c','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x41','\x04','\x41','\x24','\x5f','\xe4','\x48','\x24','\x40','\x14','\x40','\x08','\x00','\xf8','\x3f','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x08','\x10','\x1d','\x10','\xf1','\x10','\x11','\x12','\x11','\x12','\xfd','\x14','\x11','\xd8','\x31','\x10','\x39','\x10','\x55','\x10','\x55','\x10','\x91','\x12','\x11','\x52','\x11','\x92','\x11','\x0e','\x10','\x00','\x08','\x20','\x1c','\x20','\xf0','\x20','\x11','\xfc','\x11','\x24','\xfd','\x24','\x11','\x24','\x31','\x24','\x39','\x24','\x57','\xfe','\x54','\x20','\x90','\x50','\x10','\x50','\x10','\x88','\x11','\x04','\x12','\x02','\x08','\x00','\x1d','\xfe','\xf1','\x00','\x11','\x00','\x11','\x00','\xfd','\xfc','\x11','\x04','\x31','\x04','\x39','\x04','\x55','\x04','\x55','\xfc','\x91','\x00','\x11','\x00','\x11','\x00','\x11','\xfe','\x10','\x00','\x08','\x50','\x1c','\x48','\xf0','\x48','\x10','\x40','\x13','\xfe','\xfc','\x80','\x10','\x80','\x30','\xfc','\x39','\x44','\x55','\x44','\x55','\x28','\x91','\x28','\x12','\x10','\x12','\x28','\x14','\x44','\x11','\x82','\x08','\x20','\x1c','\x20','\xf0','\x20','\x13','\xfe','\x10','\x20','\xfc','\x20','\x10','\x20','\x31','\xfc','\x38','\x70','\x54','\xa8','\x54','\xa8','\x91','\x24','\x11','\x24','\x12','\x22','\x10','\x20','\x10','\x20','\x08','\x00','\x1d','\xfc','\xf1','\x04','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x10','\x00','\x38','\x00','\x35','\xfc','\x54','\x20','\x50','\x20','\x93','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x08','\x20','\x1d','\x24','\xf0','\xa4','\x10','\xa8','\x10','\x20','\xfd','\xfc','\x11','\x04','\x31','\x04','\x39','\xfc','\x55','\x04','\x55','\x04','\x91','\xfc','\x11','\x04','\x11','\x04','\x11','\x14','\x11','\x08','\x08','\x88','\x1c','\x88','\xf3','\xfe','\x10','\x88','\x10','\x88','\xfc','\xf8','\x10','\x88','\x38','\x88','\x34','\xf8','\x54','\x88','\x50','\x88','\x93','\xfe','\x10','\x00','\x10','\x88','\x11','\x04','\x12','\x02','\x08','\x20','\x1c','\x20','\xf3','\xfe','\x10','\x20','\x10','\x20','\xfd','\xfc','\x11','\x04','\x31','\xfc','\x39','\x04','\x55','\xfc','\x55','\x04','\x91','\xfc','\x11','\x04','\x11','\x04','\x17','\xfe','\x10','\x00','\x08','\x00','\x1d','\xfc','\xf1','\x24','\x11','\x24','\x11','\x74','\xfd','\x24','\x11','\xfc','\x31','\x04','\x39','\x74','\x55','\x54','\x55','\x54','\x91','\x74','\x11','\x04','\x12','\x04','\x12','\x14','\x14','\x08','\x01','\x00','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x20','\x08','\x27','\xc8','\x24','\x48','\x27','\xc8','\x20','\x08','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x09','\x20','\x71','\x1c','\x01','\x00','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x20','\x08','\x27','\xc8','\x24','\x48','\x27','\xc8','\x20','\x08','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x11','\x10','\x23','\x08','\x08','\x1e','\x1d','\xe0','\xf0','\x44','\x11','\x24','\x10','\x88','\xfc','\x20','\x11','\xfc','\x39','\x24','\x35','\x24','\x55','\xfc','\x51','\x24','\x91','\x24','\x13','\xfe','\x11','\x04','\x11','\x14','\x11','\x08','\x08','\x1e','\x1d','\xe0','\xf0','\x22','\x11','\x12','\x10','\x94','\xfc','\x80','\x10','\x20','\x31','\xce','\x39','\x02','\x55','\x02','\x55','\xce','\x91','\x02','\x11','\x02','\x11','\x02','\x11','\xfe','\x11','\x02','\x01','\x00','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x00','\x00','\x7f','\xfc','\x48','\x24','\x4f','\xe4','\x40','\x04','\x5f','\xec','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x01','\x00','\x08','\x00','\x1d','\xfc','\xf1','\x24','\x11','\xfc','\x11','\x24','\xfd','\xfc','\x10','\x88','\x31','\x44','\x3a','\x42','\x54','\xf8','\x51','\x88','\x92','\x50','\x10','\x20','\x10','\x50','\x11','\x88','\x16','\x06','\x08','\x40','\x1c','\x20','\xf3','\xfe','\x12','\x02','\x10','\x50','\xfc','\x88','\x11','\x24','\x30','\x50','\x38','\x88','\x55','\x04','\x52','\xfa','\x90','\x88','\x10','\x88','\x10','\x88','\x10','\xf8','\x10','\x88','\x08','\x20','\x1c','\x20','\xf3','\xfe','\x10','\x20','\x11','\xfc','\xfd','\x24','\x11','\xfc','\x39','\x24','\x35','\xfc','\x50','\x22','\x53','\xfe','\x90','\x42','\x10','\x24','\x12','\xa2','\x12','\x8a','\x14','\x78','\x08','\x00','\x1d','\xfe','\xf1','\x02','\x11','\xfe','\x11','\x10','\xfd','\x54','\x11','\x38','\x39','\x54','\x35','\x82','\x55','\x50','\x51','\x7c','\x91','\x90','\x11','\x10','\x12','\xfe','\x12','\x10','\x14','\x10','\x00','\x20','\x18','\x20','\x73','\xfe','\x11','\x24','\x11','\x24','\xfa','\xaa','\x17','\xfe','\x30','\x00','\x39','\xfc','\x55','\x04','\x51','\x74','\x91','\x54','\x11','\x74','\x11','\x04','\x11','\xfc','\x11','\x04','\x08','\x20','\x1d','\x3c','\xf1','\x20','\x17','\xfe','\x10','\x10','\xfc','\x14','\x13','\xfe','\x32','\x10','\x3b','\xf0','\x56','\x54','\x52','\x54','\x92','\xd4','\x13','\x68','\x14','\x4a','\x18','\x96','\x13','\x22','\x10','\x3e','\xe7','\xc0','\x22','\x44','\x21','\x28','\x23','\xf8','\xf8','\x40','\x27','\xfc','\x30','\x00','\x6b','\xf8','\x60','\x08','\xa3','\xf8','\x20','\x08','\x23','\xf8','\x25','\x44','\x25','\x2a','\x28','\xfa','\x10','\x80','\xe7','\xfc','\x24','\x04','\x27','\xbc','\x20','\xa0','\xfe','\xbe','\x22','\xa2','\x37','\xb6','\x6a','\xaa','\x66','\xaa','\xa0','\xb6','\x26','\xa2','\x22','\xbe','\x27','\xa0','\x22','\xa2','\x26','\x7e','\x10','\x40','\xe7','\xfc','\x20','\x00','\x23','\xb8','\x22','\xa8','\xfb','\xb8','\x21','\x10','\x37','\xfc','\x69','\x10','\x67','\xfc','\xa1','\x10','\x2f','\xfe','\x21','\x28','\x23','\x10','\x2d','\x48','\x21','\x86','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x2f','\xf8','\x00','\x10','\x00','\x10','\x1f','\xf0','\x10','\x00','\x20','\x00','\x3f','\xf8','\x00','\x08','\x00','\x08','\x00','\x50','\x00','\x20','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x28','\x28','\x08','\x20','\x3f','\xf8','\x08','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x08','\x40','\x08','\x40','\x12','\xf8','\x22','\x48','\x7c','\x48','\x08','\x48','\x14','\x48','\x22','\x88','\x7e','\x88','\x21','\x28','\x02','\x10','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x92','\x14','\x04','\x00','\x3f','\xf8','\x22','\x08','\x23','\xc8','\x24','\x48','\x2a','\x88','\x21','\x08','\x22','\x88','\x24','\x08','\x3f','\xf8','\x20','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x04','\x40','\x44','\x48','\x24','\x50','\x24','\x60','\x0c','\x40','\x34','\x60','\xc8','\x52','\x08','\x4a','\x10','\x42','\x20','\x3e','\x40','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x3f','\xf8','\x04','\x08','\xff','\xfe','\x04','\x08','\x3f','\xf8','\x08','\x00','\x1f','\xf8','\x28','\x08','\x48','\x08','\x8f','\xf8','\x08','\x08','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x91','\x14','\x09','\x00','\x0f','\xf0','\x11','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x3f','\xf8','\x10','\x10','\x1f','\x90','\x10','\x90','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x40','\x04','\x40','\x0c','\x01','\x00','\x7f','\xfe','\x49','\x22','\x97','\xd4','\x01','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x12','\x90','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x22','\x88','\x3e','\xfa','\x02','\x82','\x01','\xfe','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x01','\xf8','\x7e','\x00','\x22','\x08','\x11','\x10','\x20','\x00','\x3f','\xf8','\x41','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x21','\x08','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x48','\x22','\x91','\x14','\x3f','\xf8','\x21','\x08','\xff','\xfe','\x21','\x08','\x3f','\xf8','\x11','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x08','\x20','\x07','\xc0','\x78','\x38','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x3e','\x20','\x22','\x20','\x3e','\x3e','\x22','\x44','\x3e','\xa4','\x08','\x24','\x7f','\x28','\x10','\x28','\x1e','\x10','\x22','\x28','\x2a','\x44','\x44','\x82','\x01','\x00','\x7f','\xfe','\x48','\x22','\x96','\x14','\x38','\xf8','\x20','\x08','\x3c','\xf8','\x20','\x08','\x3f','\xf8','\x00','\x00','\x29','\x48','\x25','\x28','\x29','\x48','\x25','\x2a','\x29','\x46','\x31','\x82','\x01','\x00','\x7f','\xfe','\x48','\x22','\x91','\x14','\x79','\xf0','\x4a','\x90','\x50','\x60','\x61','\x98','\x56','\x06','\x49','\xf0','\x4a','\x40','\x6b','\xf8','\x54','\x40','\x43','\xf8','\x40','\x40','\x47','\xfc','\x00','\x80','\x40','\x40','\x2f','\xfe','\x2a','\x12','\x14','\x0c','\x01','\x20','\xe7','\xfc','\x20','\x80','\x21','\x44','\x26','\x68','\x21','\xb0','\x26','\x68','\x21','\xa4','\x26','\xa4','\x50','\x40','\x8f','\xfe','\x01','\x00','\x7f','\xfe','\x49','\x22','\x97','\xd4','\x01','\x00','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x0c','\x40','\x70','\x7c','\x10','\x40','\x55','\xfc','\x39','\x24','\x11','\x54','\xfd','\x04','\x33','\xfe','\x3a','\x22','\x56','\x4a','\x92','\xfa','\x12','\x06','\x10','\x20','\x08','\x20','\x08','\x20','\x7e','\x20','\x00','\x20','\x04','\x20','\x47','\xfe','\x44','\x20','\x24','\x20','\x28','\x20','\x28','\x20','\x0e','\x20','\xf0','\x20','\x40','\x20','\x00','\x20','\x00','\x20','\x10','\x08','\x08','\x3c','\x09','\xe0','\x7e','\x20','\x00','\x20','\x04','\x20','\x44','\x20','\x47','\xfe','\x24','\x20','\x28','\x20','\x28','\x20','\x0e','\x20','\xf0','\x20','\x40','\x20','\x00','\x20','\x00','\x20','\x20','\x10','\x10','\x90','\x10','\x90','\xfc','\x88','\x01','\x08','\x09','\x04','\x8a','\x04','\x8d','\xfa','\x48','\x88','\x48','\x88','\x50','\x88','\x50','\x88','\x1d','\x08','\xe1','\x08','\x42','\x28','\x04','\x10','\x10','\x08','\x08','\x1c','\x08','\xe0','\x7e','\x20','\x00','\x20','\x04','\x3c','\x44','\xe0','\x44','\x20','\x24','\x20','\x28','\x3e','\x29','\xe0','\x0e','\x20','\xf0','\x22','\x40','\x22','\x00','\x22','\x00','\x1e','\x10','\x20','\x08','\x20','\x08','\x20','\x7e','\x20','\x00','\x3e','\x04','\x20','\x44','\x20','\x44','\x20','\x25','\xfc','\x29','\x04','\x29','\x04','\x0f','\x04','\xf1','\x04','\x41','\x04','\x01','\xfc','\x01','\x04','\x20','\x40','\x10','\x20','\x10','\x20','\xfd','\xfe','\x01','\x02','\x0a','\x04','\x88','\x00','\x88','\x00','\x49','\xfe','\x48','\x20','\x50','\x20','\x50','\x20','\x1c','\x20','\xe0','\x20','\x40','\xa0','\x00','\x40','\x10','\x20','\x08','\x10','\x08','\x10','\x7e','\xfe','\x00','\x00','\x04','\x00','\x44','\x84','\x44','\x84','\x24','\x44','\x28','\x48','\x28','\x48','\x0e','\x10','\xf0','\x10','\x41','\xfe','\x00','\x00','\x00','\x00','\x10','\x00','\x09','\xfe','\x08','\x10','\x7e','\x10','\x00','\x20','\x04','\xfc','\x44','\x84','\x44','\x84','\x24','\x84','\x28','\xfc','\x28','\x84','\x0e','\x84','\xf0','\x84','\x40','\x84','\x00','\xfc','\x00','\x84','\x20','\x20','\x10','\x40','\x10','\x88','\xfd','\x04','\x01','\xfe','\x08','\x02','\x88','\x80','\x88','\xfc','\x49','\x20','\x48','\x20','\x53','\xfe','\x50','\x20','\x1c','\x50','\xe0','\x88','\x41','\x04','\x02','\x02','\x20','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x00','\x20','\x09','\xfc','\x89','\x24','\x89','\x24','\x49','\xfc','\x48','\x20','\x50','\x70','\x50','\xa8','\x1d','\x24','\xe2','\x22','\x40','\x20','\x00','\x20','\x20','\x00','\x11','\xfc','\x11','\x04','\xfd','\xfc','\x01','\x04','\x09','\xfc','\x88','\x80','\x89','\xfe','\x4a','\x22','\x49','\x22','\x51','\x52','\x51','\x02','\x1d','\xfa','\xe0','\x02','\x40','\x14','\x00','\x08','\x10','\x00','\x09','\xfe','\x09','\x00','\x7f','\x7c','\x01','\x54','\x05','\x54','\x45','\x7c','\x45','\x54','\x25','\x54','\x29','\x7c','\x29','\x10','\x0f','\x10','\xf1','\x7c','\x42','\x10','\x02','\x10','\x04','\xfe','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x82','\x00','\x02','\x00','\x7f','\xe0','\x02','\x20','\x0a','\x20','\x04','\x20','\x06','\x20','\x09','\x22','\x10','\x22','\x20','\x1e','\x40','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x95','\x08','\x10','\x00','\x1f','\xf8','\x22','\x48','\x42','\x48','\x84','\x88','\x08','\x88','\x11','\x08','\x22','\x08','\x44','\x08','\x08','\x50','\x10','\x20','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x80','\x10','\x00','\xf8','\x1f','\x20','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x10','\x22','\x10','\x22','\x08','\x42','\x04','\x82','\x02','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x80','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x00','\x20','\x02','\x20','\x02','\x20','\x02','\x1f','\xfe','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x00','\x10','\x7c','\x7e','\x44','\x12','\x44','\x12','\x44','\x12','\x44','\x12','\x44','\x22','\x44','\x22','\x44','\x4a','\x7c','\x84','\x44','\x10','\x40','\x10','\x40','\x1f','\x7e','\x28','\x90','\x24','\x88','\x45','\x08','\x81','\x00','\x01','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x91','\x00','\x11','\x00','\x3f','\xfc','\x41','\x00','\x81','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x08','\x20','\x10','\x10','\x3f','\xf8','\x00','\x08','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x00','\x09','\xf8','\x49','\x08','\x21','\x08','\x25','\x08','\x05','\x28','\x09','\x10','\x71','\x02','\x11','\x02','\x11','\x02','\x10','\xfe','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x11','\x10','\x2f','\xe8','\xc1','\x06','\x01','\x00','\x01','\x00','\x01','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x88','\x00','\x08','\x00','\x1f','\xf0','\x21','\x00','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x00','\x3f','\xfe','\x20','\x00','\x2f','\xfc','\x20','\x80','\x20','\x80','\x27','\xf8','\x20','\x80','\x20','\x80','\x2f','\xfc','\x20','\x00','\x3f','\xfe','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3f','\xfe','\x20','\x00','\x2f','\xfc','\x20','\x80','\x20','\x80','\x27','\xf8','\x20','\xa0','\x20','\x90','\x2f','\xfc','\x20','\x00','\x3f','\xfe','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x00','\x7f','\xfc','\x08','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x20','\x40','\x3f','\x7e','\x48','\x90','\x95','\x08','\x10','\x00','\x1f','\xf8','\x20','\x08','\x5f','\xc8','\x90','\x48','\x1f','\xc8','\x10','\x48','\x1f','\xc8','\x10','\x48','\x00','\x08','\x00','\x50','\x00','\x20','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3f','\xf0','\x02','\x10','\x02','\x10','\xff','\xfe','\x02','\x10','\x04','\x10','\x3f','\xf0','\x08','\x10','\x10','\x00','\x20','\x00','\xc0','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x82','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xcf','\xe6','\x01','\x00','\x01','\x00','\x1f','\xf0','\x01','\x00','\x01','\x00','\x7f','\xfc','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x11','\x00','\x11','\x00','\x3f','\xf8','\x41','\x00','\x01','\x00','\xff','\xfe','\x04','\x40','\x08','\x40','\x10','\x42','\x20','\x42','\xc0','\x3e','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x18','\x7b','\xe0','\x08','\x40','\x10','\x40','\x22','\x78','\x7a','\x40','\x0a','\x40','\x2b','\xfc','\x10','\x00','\x28','\x00','\x47','\xfe','\x80','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x80','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x01','\x00','\x7f','\xfc','\x11','\x10','\x11','\x10','\x29','\x28','\x45','\x44','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x9f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x40','\x08','\x42','\x10','\x42','\x60','\x3e','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x88','\x80','\x08','\x80','\x10','\xfe','\x11','\x40','\x32','\x40','\x54','\x7c','\x90','\x40','\x10','\x40','\x10','\x7e','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x40','\x10','\x40','\x24','\x7e','\x24','\x88','\x64','\x88','\xa5','\x48','\x24','\x50','\x24','\x20','\x20','\x50','\x20','\x88','\x23','\x06','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x80','\x90','\x00','\x88','\x3f','\xfc','\x20','\x80','\x20','\x88','\x3e','\x48','\x22','\x50','\x22','\x24','\x4a','\x54','\x44','\x8c','\x81','\x04','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x11','\x10','\x11','\x10','\x29','\x28','\x45','\x44','\x85','\x84','\x01','\x00','\xff','\xfe','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x88','\x10','\x88','\xfb','\xfe','\x10','\x88','\x10','\x88','\x1c','\xf8','\xf0','\x88','\x10','\x88','\x10','\x88','\x50','\xf8','\x20','\x88','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3f','\xf8','\x20','\x08','\x20','\xc8','\x27','\x08','\x21','\x08','\x2f','\xe8','\x23','\x88','\x25','\x48','\x29','\x28','\x21','\x08','\x3f','\xf8','\x20','\x08','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x9f','\xf8','\x10','\x08','\x1f','\xf8','\x10','\x08','\x1f','\xf8','\x20','\x80','\x20','\x8c','\x3e','\xf0','\x20','\x82','\x26','\x82','\x38','\x7e','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x00','\x13','\xfe','\x12','\x20','\xfe','\x20','\x12','\xfc','\x12','\xa4','\x1e','\xa4','\xf2','\xa4','\x12','\xb4','\x12','\xa8','\x52','\x20','\x23','\xfe','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x01','\x00','\x7f','\xfe','\x40','\x02','\x88','\x24','\x10','\x10','\x20','\x08','\x1f','\xf0','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x8c','\x04','\x12','\x24','\x21','\x24','\x5e','\xa4','\x80','\x24','\x3f','\x24','\x21','\x24','\x21','\x24','\x21','\x04','\x3f','\x14','\x21','\x08','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x02','\x10','\x02','\xfc','\x7f','\x40','\x00','\x84','\x07','\x64','\x78','\x1c','\x02','\x10','\x02','\xfc','\x7f','\x40','\x00','\x84','\x07','\x64','\x78','\x1c','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x1f','\xf0','\x00','\x10','\x0f','\xf0','\x00','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x41','\x02','\x9f','\xf4','\x11','\x10','\x11','\x50','\x11','\x20','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\xfc','\x7f','\x00','\x22','\x08','\x11','\x10','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x01','\x08','\x05','\x00','\x02','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x88','\x00','\x1f','\xf0','\x20','\x20','\x5f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x1f','\xf8','\x01','\x08','\x05','\x00','\x02','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3e','\xfc','\x22','\x84','\x22','\x94','\x3e','\x88','\x22','\x80','\x22','\xfc','\x3e','\xa4','\x22','\xa4','\x22','\xa8','\x22','\x90','\x4a','\xa8','\x84','\xc6','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3f','\xfc','\x20','\x80','\x2f','\xf8','\x20','\x80','\x24','\x90','\x24','\x90','\x2a','\xa8','\x31','\x44','\x22','\x20','\x24','\x10','\x3f','\xfe','\x20','\x40','\x20','\x40','\x7e','\xfe','\x51','\x10','\x8a','\x08','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x09','\xf0','\x08','\x10','\x10','\x10','\x37','\xfc','\x51','\x00','\x91','\xf8','\x12','\x40','\x10','\x40','\x17','\xfc','\x10','\xa0','\x11','\x10','\x12','\x0c','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x28','\x22','\x20','\x22','\x3e','\xff','\x42','\x22','\x94','\x22','\x10','\x3e','\x10','\x22','\x10','\x22','\x28','\x3e','\x28','\x22','\x44','\x00','\x82','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x28','\x80','\x24','\x3f','\xfe','\x20','\x20','\x2f','\xa4','\x20','\x24','\x2f','\xa8','\x28','\x98','\x28','\x92','\x4f','\xaa','\x40','\x46','\x80','\x82','\x20','\x40','\x3e','\x7e','\x48','\x90','\x88','\x00','\x0f','\xe0','\x10','\x20','\x1f','\xc0','\x00','\x40','\xff','\xfe','\x06','\x00','\x3b','\x08','\x04','\xb0','\x19','\xc0','\x62','\xa0','\x0c','\x98','\x73','\x06','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x48','\x7f','\xfc','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x11','\x10','\x1f','\xf0','\x11','\x10','\xff','\xfe','\x10','\x10','\x10','\x50','\x10','\x20','\x20','\x40','\x3e','\x7e','\x48','\x90','\x90','\x00','\x23','\xfe','\x7c','\x20','\x44','\x20','\x45','\xfc','\x7d','\x24','\x41','\x24','\x7d','\x24','\x45','\x24','\x45','\x34','\x7d','\x28','\x44','\x20','\x00','\x20','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x10','\x10','\x1f','\xf0','\x04','\x88','\x08','\x50','\x38','\x20','\xcb','\x18','\x0c','\x06','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x10','\x10','\xff','\xfe','\x10','\x10','\x3f','\xf8','\x04','\x88','\x08','\x50','\x38','\x20','\xcb','\x18','\x0c','\x06','\x20','\x40','\x3e','\x7e','\x48','\x90','\x82','\x00','\x3f','\xf8','\x24','\x48','\x23','\x88','\x24','\x48','\x3f','\xf8','\x00','\x00','\x20','\x84','\x3e','\x98','\x20','\xe0','\x20','\x84','\x26','\x84','\x38','\x7c','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x7f','\xfc','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x01','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x95','\x08','\x08','\x40','\x7e','\x7c','\x24','\x40','\xff','\x7c','\x00','\x04','\x7e','\x7c','\x42','\x40','\x7e','\x7c','\x42','\x40','\x7e','\x7c','\x42','\x42','\x46','\x3e','\x20','\x80','\x3e','\xfe','\x49','\x10','\xbf','\xf8','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x20','\x40','\x10','\x40','\xfe','\xfe','\x21','\x20','\x20','\x40','\x3c','\xfc','\x25','\x20','\x24','\x20','\x25','\xfe','\x44','\x50','\x54','\x88','\x89','\x06','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x04','\x7f','\x08','\x49','\x10','\x5d','\x60','\x49','\x04','\x7f','\x08','\x41','\x10','\x5d','\x62','\x55','\x04','\x5d','\x08','\x45','\x10','\x82','\x60','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x09','\x20','\xff','\xfe','\x09','\x20','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x23','\xf0','\x15','\x10','\x10','\xe0','\x07','\x1c','\x70','\x40','\x13','\xf8','\x10','\x40','\x11','\xf0','\x10','\x40','\x17','\xfc','\x28','\x40','\x47','\xfe','\x20','\x40','\x3f','\x7e','\x48','\x90','\x95','\x08','\x0b','\xf0','\x40','\x90','\x2a','\x94','\x12','\x92','\x75','\x12','\x12','\x50','\x14','\x20','\x01','\x00','\x7f','\xfc','\x05','\x40','\x19','\x30','\xe1','\x0e','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3f','\xf8','\x21','\x08','\xff','\xfe','\x21','\x08','\x3f','\xf8','\x11','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x08','\x20','\x07','\xc0','\x78','\x38','\x20','\x40','\x3e','\x7e','\x48','\x90','\xff','\xfc','\x01','\x00','\x11','\xf8','\x11','\x00','\xff','\xfe','\x10','\x00','\x1f','\xf8','\x20','\x00','\x3f','\xfc','\x00','\x04','\x49','\x24','\x84','\x94','\x00','\x08','\x20','\x80','\x3e','\xfe','\x49','\x10','\x9f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x20','\x40','\x3e','\x7e','\x48','\x90','\x84','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x08','\x20','\x10','\x10','\x20','\x08','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3e','\x7c','\x08','\x10','\x48','\x90','\x7e','\xfe','\x14','\x28','\x24','\x4a','\x46','\x86','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x40','\x3e','\x7e','\x48','\x90','\xff','\xfc','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x9f','\xf8','\x20','\x20','\x7f','\xfe','\xa4','\x88','\x2b','\xf4','\x20','\x00','\x27','\xf8','\x20','\x00','\x27','\xf8','\x20','\x00','\x47','\xf8','\x44','\x08','\x87','\xf8','\x20','\x80','\x3e','\xfe','\x49','\x10','\xbf','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x25','\x48','\x3d','\x78','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3d','\x78','\x25','\x48','\x45','\x48','\x20','\x40','\x3f','\x7e','\x50','\x90','\x89','\x08','\x02','\x80','\x04','\x40','\x18','\x30','\x67','\xcc','\x00','\x00','\x3e','\xf8','\x22','\x88','\x22','\x88','\x3e','\xf8','\x08','\x20','\x14','\x50','\x22','\x88','\x20','\x80','\x3e','\xfe','\x49','\x10','\xff','\xfc','\x01','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x00','\x02','\x3f','\xf0','\x01','\x00','\xff','\xfe','\x00','\x10','\x7d','\xfc','\x44','\x90','\x7c','\x30','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3f','\x20','\x24','\x20','\x3f','\x3e','\x21','\x40','\x3f','\x50','\x24','\x88','\x3f','\x08','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\xff','\xfe','\x20','\x40','\x3e','\x7e','\x48','\x90','\x88','\x00','\x7f','\x20','\x49','\x20','\xff','\xbe','\x49','\x44','\x7f','\xa4','\x2a','\x24','\x3e','\x28','\x10','\x28','\xff','\x10','\x22','\x28','\x1c','\x44','\x62','\x82','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x20','\x80','\x11','\xfe','\xfe','\x88','\x21','\xfe','\x20','\x88','\x3c','\xf8','\x24','\x88','\x24','\xf8','\x24','\x88','\x45','\xfe','\x54','\x88','\x89','\x04','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x20','\x80','\x27','\x7c','\xf4','\xa4','\x25','\xa4','\x36','\x54','\x20','\x88','\xe7','\xfc','\x24','\x44','\x27','\xfc','\x24','\x44','\xa7','\xfc','\x44','\x04','\x20','\x40','\x3e','\x7e','\x48','\x90','\x80','\x20','\x3d','\x24','\x24','\xa8','\x25','\xfc','\x3c','\x40','\x27','\xfe','\x24','\x88','\x3d','\x24','\x26','\xaa','\x24','\x70','\x44','\xa8','\x55','\x24','\x8a','\x62','\x20','\x40','\x3e','\x7e','\x48','\x90','\x81','\x24','\x3c','\xa8','\x25','\xfc','\x24','\x40','\x3d','\xfe','\x24','\x88','\x25','\x44','\x3e','\x8a','\x24','\xf0','\x24','\x24','\x45','\xfc','\x54','\xa8','\x89','\x64','\x20','\x40','\x3f','\x7e','\x48','\x90','\x95','\x08','\x10','\x80','\xfe','\xf8','\x11','\x08','\x7e','\xfc','\x54','\x84','\x54','\xfc','\x7c','\x84','\x10','\xfc','\x38','\x84','\x54','\xfc','\x90','\x48','\x10','\x84','\x20','\x40','\x3e','\x7e','\x48','\x90','\x91','\x20','\x11','\x28','\x2a','\xa4','\xff','\xfe','\x12','\x20','\x73','\xa4','\x12','\x24','\x73','\xa8','\x12','\x28','\x73','\x92','\x12','\x1a','\x17','\xa6','\xf8','\x42','\x20','\x40','\x3e','\x7e','\x48','\x90','\x84','\x20','\x3f','\x28','\x04','\x24','\xff','\xfe','\x12','\x20','\x73','\xa4','\x12','\x24','\x73','\xa8','\x12','\x28','\x73','\x92','\x12','\x1a','\x17','\xa6','\xf8','\x42','\x20','\x80','\x3e','\xfe','\x49','\x10','\x82','\x80','\x0c','\x60','\x37','\xd8','\xc0','\x06','\x3b','\xb8','\x2a','\xa8','\x3b','\xb8','\x00','\x00','\x3f','\xf8','\x24','\x88','\x3f','\xf8','\x24','\x88','\x24','\xb8','\x20','\x40','\x3f','\x7e','\x48','\x90','\x95','\x08','\x08','\x28','\x7f','\x24','\x14','\x7e','\x49','\x48','\x55','\xc8','\x7f','\x7e','\x08','\x48','\x7f','\x7e','\x51','\x48','\x55','\x48','\x5d','\x7e','\x43','\x40','\x08','\x10','\x08','\x10','\x4a','\x10','\x2a','\x10','\x2c','\x10','\x08','\x10','\xfe','\xfe','\x18','\x10','\x1c','\x10','\x2a','\x10','\x2a','\x10','\x48','\x10','\x88','\x10','\x08','\x10','\x08','\x10','\x08','\x10','\x10','\x10','\x11','\x10','\x95','\x10','\x55','\x12','\x59','\x12','\x11','\x14','\xfd','\xd8','\x31','\x10','\x39','\x10','\x55','\x10','\x55','\x10','\x91','\x12','\x11','\x52','\x11','\x92','\x11','\x0e','\x10','\x00','\x08','\x20','\x08','\x10','\x4a','\x10','\x2a','\xfe','\x2c','\x82','\x08','\x82','\xfe','\x82','\x18','\xfe','\x1c','\x82','\x2a','\x80','\x2a','\x80','\x48','\x80','\x88','\x80','\x09','\x00','\x09','\x00','\x0a','\x00','\x02','\x00','\x3f','\xf8','\x29','\x28','\x25','\x48','\x2f','\xe8','\x23','\x88','\x25','\x48','\x29','\x28','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x10','\x00','\x1f','\xf8','\x00','\x08','\x00','\x50','\x00','\x20','\x08','\x20','\x08','\x20','\x4a','\x50','\x2a','\x48','\x2c','\x84','\x09','\x02','\xfe','\xfc','\x18','\x00','\x1c','\x00','\x2a','\xfc','\x2a','\x84','\x48','\x84','\x88','\x84','\x08','\x84','\x08','\xfc','\x08','\x84','\x01','\x00','\x41','\x00','\x21','\xfc','\x0a','\x44','\x14','\x48','\xe0','\xa0','\x21','\x10','\x26','\x08','\x11','\x10','\x09','\x20','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x00','\x13','\xfe','\x94','\x20','\x54','\x20','\x58','\x40','\x11','\xfc','\xfd','\x54','\x31','\x54','\x39','\x54','\x55','\x54','\x55','\x54','\x91','\x54','\x11','\x54','\x11','\x44','\x11','\x14','\x11','\x08','\x10','\x00','\x11','\xfe','\x95','\x02','\x55','\x02','\x59','\x7a','\x11','\x02','\xfd','\x02','\x31','\x7a','\x39','\x4a','\x55','\x4a','\x55','\x4a','\x91','\x7a','\x11','\x02','\x11','\x02','\x11','\x0a','\x11','\x04','\x08','\x00','\x09','\xfe','\x4a','\x20','\x2a','\x20','\x2c','\x40','\x08','\xfc','\xfe','\x84','\x18','\x84','\x1c','\x84','\x2a','\xfc','\x2a','\x84','\x48','\x84','\x88','\x84','\x08','\x84','\x08','\xfc','\x08','\x84','\x10','\x00','\x11','\xfe','\x94','\x20','\x54','\x20','\x59','\xfc','\x11','\x24','\xfd','\x24','\x31','\xfc','\x39','\x24','\x55','\x24','\x55','\xfc','\x91','\x20','\x10','\xa0','\x10','\x40','\x10','\xb0','\x13','\x0e','\x08','\x00','\x0f','\x7c','\x28','\x04','\x3f','\x44','\x61','\x28','\x92','\x10','\x0c','\x68','\x31','\x84','\xc0','\x00','\x11','\x10','\x09','\x20','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x00','\x00','\x23','\xf0','\x90','\x90','\x42','\x94','\x12','\x92','\xe5','\x12','\x22','\x50','\x24','\x20','\x11','\x10','\x09','\x20','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x40','\x10','\x20','\x95','\xfc','\x55','\x04','\x59','\x04','\x11','\xfc','\xfd','\x04','\x31','\x04','\x39','\xfc','\x55','\x20','\x55','\x22','\x91','\x14','\x11','\x08','\x11','\x44','\x11','\x82','\x11','\x00','\x10','\x40','\x10','\x20','\x95','\xfe','\x54','\x00','\x58','\x88','\x10','\x88','\xfd','\x54','\x32','\x22','\x38','\x00','\x54','\x20','\x55','\xfe','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x20','\x40','\x20','\x20','\x23','\xfe','\xaa','\x02','\x70','\x00','\x21','\xfc','\xf8','\x00','\x20','\x00','\x73','\xfe','\x68','\x20','\xa9','\x28','\x21','\x24','\x22','\x22','\x24','\x22','\x20','\xa0','\x20','\x40','\x10','\x88','\x10','\x88','\x95','\xfe','\x54','\x88','\x58','\x88','\x10','\x50','\xfc','\x50','\x30','\x94','\x39','\x94','\x56','\x98','\x54','\x90','\x90','\xb2','\x10','\xd2','\x10','\x92','\x10','\x8e','\x10','\x80','\x20','\x00','\x21','\xfc','\x20','\x48','\xa8','\x30','\x73','\xfe','\x20','\x52','\xf8','\x94','\x21','\x10','\x72','\x30','\x68','\x20','\xab','\xfe','\x20','\x70','\x20','\xa8','\x21','\x24','\x26','\x22','\x20','\x20','\x10','\x88','\x10','\x88','\x97','\xfe','\x54','\x88','\x58','\xf8','\x10','\x88','\xfc','\xf8','\x30','\x88','\x38','\x88','\x57','\xfe','\x55','\x00','\x91','\x48','\x11','\x84','\x11','\x00','\x11','\xfe','\x10','\x00','\x10','\x40','\x10','\x20','\x95','\xfe','\x55','\x02','\x58','\x00','\x10','\xfc','\xfc','\x40','\x30','\xa2','\x3b','\x34','\x54','\x58','\x54','\x94','\x93','\x34','\x10','\x52','\x10','\x90','\x13','\x50','\x10','\x20','\x10','\x88','\x10','\x88','\x97','\xfe','\x54','\x88','\x58','\x88','\x13','\xfe','\xfc','\x80','\x31','\xfc','\x3b','\x24','\x55','\xfc','\x55','\x24','\x91','\xfc','\x11','\x24','\x11','\x24','\x11','\x24','\x11','\x0c','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x10','\x2f','\x7c','\x26','\x38','\x2b','\x54','\x32','\x92','\x20','\x80','\x24','\x90','\x22','\xa0','\x3f','\xfc','\x21','\xc0','\x42','\xa0','\x44','\x98','\x98','\x86','\x10','\x88','\x10','\x88','\x97','\xfe','\x54','\x88','\x58','\x00','\x11','\xfc','\xfd','\x04','\x31','\xfc','\x39','\x04','\x55','\xfc','\x54','\x20','\x93','\xfe','\x10','\x50','\x10','\x88','\x11','\x04','\x12','\x02','\x71','\x1c','\x15','\x44','\x71','\x1c','\x47','\xd0','\x73','\x9c','\x15','\x44','\x31','\x0c','\x00','\x00','\xff','\xfe','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x44','\x44','\x4f','\xe4','\x41','\x0c','\x10','\x00','\x11','\xfc','\x94','\x20','\x57','\xfe','\x5a','\x22','\x11','\xac','\xfc','\x20','\x31','\xac','\x38','\x00','\x57','\xfe','\x54','\x20','\x91','\xfc','\x11','\x54','\x11','\x54','\x11','\x54','\x11','\x0c','\x20','\x00','\x23','\xfe','\x22','\x48','\xab','\xfe','\x72','\x48','\x22','\xfc','\xfa','\xa4','\x22','\xfc','\x72','\xa4','\x6a','\xfc','\xaa','\x20','\x23','\xfe','\x23','\x2a','\x25','\x7a','\x25','\x0a','\x29','\x06','\x20','\x00','\x11','\xdc','\x28','\x44','\x45','\x54','\x90','\xcc','\x11','\x54','\x54','\x00','\x38','\x48','\x10','\xfe','\xfd','\x90','\x12','\xfc','\x38','\x90','\x54','\xfc','\x94','\x90','\x10','\xfe','\x10','\x80','\x54','\x00','\x55','\xdc','\x7c','\x44','\x11','\x54','\x54','\xcc','\x55','\x54','\x7c','\x00','\x00','\x48','\x54','\xfe','\x39','\x90','\x12','\xfc','\xfc','\x90','\x38','\xfc','\x54','\x90','\x92','\xfe','\x10','\x80','\x08','\x40','\x08','\x40','\x10','\x40','\x12','\x40','\x22','\x40','\x7c','\x40','\x08','\x40','\x10','\x40','\x24','\x40','\x7e','\x40','\x02','\x40','\x00','\x44','\x52','\x44','\x49','\x44','\x89','\x3c','\x00','\x00','\x10','\x00','\x11','\xfc','\x20','\x20','\x24','\x20','\x44','\x20','\xf8','\x20','\x10','\x20','\x23','\xfe','\x48','\x20','\xfc','\x20','\x04','\x20','\x00','\x20','\x54','\x20','\x54','\x20','\x80','\xa0','\x00','\x40','\x08','\x08','\x08','\x08','\x10','\x08','\x12','\x08','\x22','\xfe','\x7c','\x08','\x08','\x08','\x10','\x08','\x24','\x48','\x7e','\x28','\x02','\x28','\x00','\x08','\x52','\x08','\x49','\x08','\x89','\x28','\x00','\x10','\x10','\x00','\x10','\x00','\x20','\xfc','\x24','\x00','\x44','\x00','\xf8','\x00','\x11','\xfe','\x20','\x20','\x48','\x20','\xfc','\x40','\x04','\x40','\x00','\x88','\x54','\x84','\x55','\xfe','\x80','\x82','\x00','\x00','\x10','\x10','\x11','\x10','\x21','\x10','\x25','\x12','\x45','\x12','\xf9','\x14','\x11','\xd8','\x21','\x10','\x49','\x10','\xfd','\x10','\x05','\x10','\x01','\x12','\x55','\x52','\x55','\x92','\x81','\x0e','\x00','\x00','\x02','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x07','\xc0','\x18','\x30','\xe2','\x0e','\x04','\x20','\x1f','\xc0','\x01','\x80','\x06','\x10','\x3f','\xf8','\x01','\x08','\x11','\x20','\x25','\x10','\x42','\x08','\x10','\x00','\x11','\xfe','\x21','\x02','\x25','\x02','\x45','\x02','\xf9','\x7a','\x11','\x4a','\x21','\x4a','\x49','\x4a','\xfd','\x4a','\x05','\x7a','\x01','\x4a','\x55','\x02','\x55','\x02','\x81','\x0a','\x01','\x04','\x10','\x20','\x10','\x10','\x20','\x10','\x25','\xfe','\x45','\x00','\xf9','\x10','\x11','\x10','\x21','\x10','\x49','\x10','\xfd','\x20','\x05','\x28','\x01','\x24','\xaa','\x44','\xaa','\xfe','\x84','\x42','\x08','\x00','\x04','\x20','\x04','\x20','\x7f','\xa0','\x0e','\x22','\x15','\x22','\x64','\x9e','\x02','\x00','\x04','\x20','\x1f','\xc0','\x01','\x80','\x06','\x10','\x3f','\xf8','\x01','\x08','\x11','\x20','\x25','\x10','\x42','\x08','\x10','\x48','\x11','\x48','\x21','\x48','\x25','\x48','\x45','\x48','\xfb','\xfe','\x11','\x48','\x21','\x48','\x49','\x48','\xfd','\x48','\x05','\x78','\x01','\x00','\x55','\x00','\x55','\x00','\x81','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x20','\x40','\x24','\x40','\x44','\x88','\xf9','\x04','\x13','\xfe','\x20','\x02','\x48','\x00','\xfd','\xfc','\x05','\x04','\x01','\x04','\x55','\x04','\x55','\x04','\x81','\xfc','\x01','\x04','\x10','\x40','\x10','\x20','\x20','\x20','\x2b','\xfe','\x4a','\x02','\xf4','\x04','\x10','\x00','\x20','\x00','\x4b','\xfe','\xfc','\x20','\x04','\x20','\x00','\x20','\x54','\x20','\x54','\x20','\x80','\xa0','\x00','\x40','\x10','\x20','\x10','\x20','\x21','\x24','\x24','\xa4','\x44','\xa8','\xf8','\x20','\x11','\xfc','\x20','\x20','\x48','\x20','\xfc','\x20','\x07','\xfe','\x00','\x20','\x54','\x20','\x54','\x20','\x80','\x20','\x00','\x20','\x10','\x80','\x10','\x80','\x20','\xfc','\x29','\x08','\x4a','\x90','\xf0','\x60','\x11','\x98','\x26','\x26','\x48','\x20','\xf9','\xfc','\x08','\x20','\x02','\x20','\xab','\xfe','\xa8','\x20','\x80','\x20','\x00','\x20','\x10','\x40','\x10','\x44','\x22','\x44','\x29','\x48','\x49','\x50','\xf0','\x40','\x17','\xfe','\x20','\x90','\x48','\x90','\xfc','\x90','\x04','\x90','\x00','\x92','\x55','\x12','\x55','\x12','\x82','\x0e','\x04','\x00','\x10','\x40','\x10','\x40','\x20','\x9c','\x25','\x00','\x46','\x40','\xf8','\x40','\x10','\xbe','\x21','\x88','\x4a','\x88','\xfc','\x88','\x04','\x88','\x00','\x88','\x54','\x88','\x54','\x88','\x80','\xa8','\x00','\x90','\x10','\x20','\x10','\x20','\x20','\x48','\x24','\x88','\x45','\xf0','\xf8','\x20','\x10','\x40','\x20','\x88','\x49','\xfc','\xfc','\x24','\x04','\x20','\x00','\xa8','\x55','\x24','\x56','\x22','\x80','\xa0','\x00','\x40','\x10','\x28','\x10','\x24','\x20','\x24','\x28','\x20','\x4b','\xfe','\xf0','\x20','\x11','\x24','\x21','\x24','\x49','\x24','\xfb','\xa8','\x09','\x28','\x01','\x10','\xaa','\x12','\xaa','\x2a','\x84','\x46','\x00','\x82','\x08','\x00','\x7f','\x7c','\x11','\x44','\x32','\x44','\x0c','\x44','\x32','\x7c','\xc2','\x00','\x04','\x20','\x1f','\xc0','\x01','\x80','\x06','\x10','\x3f','\xf8','\x01','\x08','\x11','\x20','\x25','\x10','\x42','\x08','\x10','\x20','\x10','\x20','\x21','\xfc','\x25','\x24','\x45','\x24','\xf9','\xfc','\x11','\x24','\x21','\x24','\x49','\xfc','\xfc','\x20','\x04','\x24','\x00','\x18','\x54','\x32','\x54','\xca','\x83','\x06','\x00','\x02','\x11','\x04','\x10','\x84','\x20','\x88','\x28','\x00','\x49','\xfe','\xf0','\x88','\x10','\x88','\x20','\x88','\x48','\x88','\xfb','\xfe','\x08','\x88','\x00','\x88','\xa9','\x08','\xa9','\x08','\x82','\x08','\x04','\x08','\x10','\x00','\x11','\xfe','\x20','\x00','\x28','\x92','\x49','\x24','\xf2','\x48','\x11','\x24','\x20','\x92','\x48','\x00','\xfd','\xfe','\x04','\x20','\x00','\x20','\x54','\x20','\x54','\x20','\x83','\xfe','\x00','\x00','\x10','\x1c','\x11','\xe0','\x20','\x20','\x24','\x20','\x47','\xfe','\xf8','\xa8','\x11','\x24','\x22','\x22','\x49','\xf8','\xfc','\x88','\x04','\x90','\x00','\xbe','\x55','\x02','\x55','\x02','\x82','\x14','\x04','\x08','\x10','\x80','\x10','\xf8','\x11','\x08','\x22','\x90','\x20','\x60','\x65','\x98','\x66','\x46','\xa4','\x88','\x25','\xf0','\x24','\x20','\x24','\x48','\x25','\xfc','\x20','\x20','\x21','\x24','\x22','\xa2','\x20','\x40','\x10','\x08','\x10','\x3c','\x23','\xc0','\x28','\x44','\x4a','\x24','\xf1','\x28','\x11','\x00','\x20','\x40','\x4b','\xfe','\xf8','\x88','\x09','\x08','\x03','\x90','\xa8','\x60','\xa8','\x50','\x81','\x88','\x06','\x04','\x10','\x00','\x10','\xfc','\x20','\x84','\x24','\x84','\x44','\x84','\xf8','\x84','\x10','\xfc','\x20','\x00','\x48','\x00','\xfd','\xfe','\x05','\x02','\x01','\x02','\x55','\x02','\x55','\x02','\x81','\xfe','\x01','\x02','\x10','\x00','\x13','\xfc','\x20','\x44','\x29','\x44','\x49','\x44','\xf2','\x84','\x10','\x94','\x21','\x08','\x4a','\x40','\xf8','\x20','\x08','\xa4','\x02','\x82','\xaa','\x8a','\xaa','\x8a','\x84','\x78','\x00','\x00','\x10','\x20','\x10','\x20','\x21','\xfc','\x24','\x50','\x44','\x88','\xf9','\x04','\x13','\xfe','\x20','\x08','\x49','\xe8','\xfd','\x28','\x05','\x28','\x01','\xe8','\x55','\x28','\x54','\x08','\x80','\x28','\x00','\x10','\x10','\x40','\x08','\x40','\x3e','\x7e','\x22','\x88','\x23','\x50','\x3e','\x20','\x20','\x58','\x41','\x86','\x84','\x40','\x08','\x80','\x1f','\x00','\x02','\x10','\x3f','\xf8','\x01','\x08','\x15','\x20','\x22','\x10','\x10','\x20','\x11','\x24','\x20','\xa8','\x24','\x20','\x45','\xfc','\xf8','\x40','\x13','\xfe','\x20','\x88','\x49','\x04','\xfe','\xfa','\x04','\x88','\x00','\x88','\x54','\xa8','\x54','\x92','\x80','\x82','\x00','\x7e','\x10','\x08','\x10','\x3c','\x23','\xc0','\x28','\x44','\x4a','\x24','\xf1','\x28','\x11','\x00','\x20','\x20','\x4b','\xfe','\xf8','\x70','\x08','\xa8','\x00','\xa8','\xa9','\x24','\xaa','\x22','\x84','\x20','\x00','\x20','\x10','\x92','\x10','\x92','\x21','\x24','\x2a','\x48','\x49','\x24','\xf0','\x92','\x10','\x92','\x20','\x00','\x49','\xfe','\xfd','\x22','\x05','\x22','\x01','\xfe','\x55','\x22','\x55','\x22','\x81','\xfe','\x01','\x02','\x10','\x20','\x10','\x20','\x20','\x3e','\x24','\x20','\x45','\xfc','\xf9','\x04','\x11','\xfc','\x21','\x04','\x49','\xfc','\xfd','\x24','\x04','\x20','\x03','\xfe','\x54','\x20','\x54','\x20','\x80','\x20','\x00','\x20','\x10','\x48','\x10','\x44','\x20','\x5e','\x25','\xe0','\x44','\x28','\xf8','\x12','\x10','\x6a','\x21','\x96','\x48','\x48','\xfc','\x5e','\x05','\xe0','\x00','\x24','\x54','\x28','\x54','\x12','\x80','\x6a','\x01','\x86','\x10','\x20','\x10','\x40','\x21','\xfc','\x25','\x24','\x45','\x7c','\xf9','\x8c','\x11','\x54','\x21','\x24','\x49','\x54','\xfd','\xfc','\x04','\x20','\x00','\x10','\x55','\x54','\x55','\x42','\x81','\x4a','\x02','\x38','\x10','\x00','\x11','\xfc','\x21','\x24','\x25','\x24','\x45','\x74','\xf9','\x24','\x11','\xfc','\x21','\x04','\x49','\x74','\xfd','\x54','\x05','\x54','\x01','\x74','\x55','\x04','\x56','\x04','\x82','\x14','\x04','\x08','\x10','\x80','\x10','\x80','\x21','\xfc','\x25','\x04','\x46','\x84','\xf8','\xf4','\x11','\x44','\x20','\x44','\x4b','\xfc','\xfc','\x44','\x05','\x54','\x01','\x54','\x55','\xf4','\x54','\x04','\x80','\x28','\x00','\x10','\x10','\x00','\x20','\x0c','\x7c','\xf0','\x44','\x20','\x7c','\x44','\x44','\xf8','\x7c','\x10','\x10','\x24','\x10','\xfe','\xfe','\x12','\x92','\x50','\x92','\x54','\x92','\x92','\x97','\x12','\x10','\x50','\x10','\x20','\x10','\x20','\x10','\x20','\x20','\x50','\x24','\x88','\x45','\x04','\xfa','\xfa','\x10','\x00','\x21','\xfc','\x49','\x54','\xfd','\x54','\x05','\xfc','\x01','\x54','\x55','\x54','\x55','\x54','\x81','\x04','\x01','\x0c','\x10','\x40','\x10','\x20','\x23','\xfc','\x2a','\x04','\x4a','\x04','\xf3','\xfc','\x12','\x00','\x22','\x28','\x4a','\x24','\xfb','\xfe','\x0a','\x20','\x02','\x50','\xaa','\x50','\xac','\x88','\x85','\x04','\x0a','\x02','\x10','\x40','\x10','\x20','\x23','\xfe','\x2a','\x02','\x4c','\x04','\xf1','\xf8','\x11','\x08','\x21','\x08','\x49','\xf8','\xfd','\x00','\x05','\x00','\x01','\xfc','\x55','\x04','\x55','\x04','\x81','\xfc','\x01','\x04','\x10','\x08','\x10','\x0c','\x20','\x0a','\x2b','\xfe','\x4a','\x08','\xf2','\x08','\x12','\xe8','\x22','\x0a','\x4a','\x0a','\xfa','\xec','\x0a','\xac','\x02','\xa8','\xaa','\xea','\xaa','\x1a','\x82','\x26','\x04','\x42','\x10','\x00','\x11','\xf8','\x21','\x08','\x29','\x08','\x49','\xf8','\xf0','\x00','\x17','\xfe','\x21','\x08','\x49','\xf8','\xf9','\x08','\x09','\xf8','\x01','\x08','\xa9','\x3e','\xaf','\xc8','\x80','\x08','\x00','\x08','\x10','\x48','\x11','\x48','\x21','\x48','\x2b','\xfe','\x49','\x48','\xf1','\x48','\x11','\x78','\x21','\x00','\x49','\xfe','\xf8','\x20','\x0b','\xfe','\x00','\x70','\xa8','\xa8','\xa9','\x24','\x86','\x22','\x00','\x20','\x10','\x80','\x13','\x38','\x22','\x28','\x2a','\x28','\x4b','\xa8','\xf2','\x46','\x12','\x00','\x22','\x7c','\x4b','\xa4','\xfa','\x24','\x0a','\x28','\x03','\xa8','\xae','\x10','\xaa','\x28','\x82','\x44','\x02','\x82','\x20','\x08','\x20','\x08','\x47','\xc8','\x42','\x10','\x92','\x1e','\xe4','\xa4','\x27','\xd4','\x41','\x14','\x91','\x14','\xf7','\xd4','\x01','\x14','\x11','\x08','\xa9','\xc8','\xae','\x14','\x84','\x14','\x00','\x22','\x10','\x10','\x10','\x10','\x23','\x90','\x2a','\x90','\x4a','\x94','\xf3','\xb2','\x12','\xb2','\x22','\xd2','\x4b','\x90','\xfa','\x94','\x0a','\x84','\x03','\x88','\xaa','\x90','\xa8','\x20','\x80','\x40','\x01','\x80','\x10','\x00','\x11','\xfc','\x21','\x04','\x25','\xfc','\x45','\x10','\xf9','\xfe','\x11','\x10','\x21','\x4a','\x49','\x86','\xfc','\x00','\x05','\xfc','\x01','\x04','\x55','\xfc','\x55','\x04','\x81','\xfc','\x01','\x04','\x10','\x0c','\x10','\x0a','\x20','\x08','\x2b','\xfe','\x4a','\x08','\xf3','\xf8','\x12','\x4a','\x22','\x4a','\x4b','\xea','\xfa','\xac','\x0a','\xac','\x02','\x4c','\xaa','\xaa','\xab','\x0a','\x82','\x16','\x04','\x22','\x11','\x04','\x10','\x84','\x20','\x88','\x28','\x00','\x4b','\xfe','\xf0','\x00','\x10','\x88','\x21','\x04','\x4a','\x02','\xf9','\xfc','\x09','\x54','\x01','\x54','\xa9','\x54','\xa9','\x54','\x87','\xfe','\x00','\x00','\x00','\x00','\x7c','\x0c','\x44','\xf0','\x7c','\x20','\x44','\x44','\x7c','\xf8','\x44','\x10','\x7c','\x24','\x44','\xfe','\xfe','\x12','\x10','\x50','\x54','\x54','\x52','\x92','\x93','\x12','\x50','\x50','\x20','\x20','\x10','\x40','\x10','\x20','\x23','\xfe','\x2a','\x42','\x48','\x20','\xf1','\xfc','\x10','\x88','\x20','\x50','\x4b','\xfe','\xfc','\x20','\x04','\x20','\x01','\xfc','\x54','\x20','\x54','\x20','\x80','\x20','\x00','\x20','\x10','\x84','\x10','\x44','\x20','\x48','\x25','\xfe','\x44','\x20','\xf8','\xfc','\x10','\x20','\x21','\xfe','\x48','\x40','\xfc','\x80','\x04','\xfe','\x01','\x10','\x56','\x10','\x54','\x10','\x81','\xfe','\x00','\x00','\x11','\x24','\x11','\x24','\x22','\x24','\x2c','\x24','\x49','\x54','\xf1','\x4a','\x12','\x92','\x26','\x10','\x4a','\x10','\xfa','\x50','\x0a','\x5c','\x02','\x50','\xaa','\x50','\xaa','\xb0','\x82','\x9e','\x03','\x00','\x10','\x00','\x13','\xfe','\x22','\x00','\x22','\xfc','\x4a','\x00','\xfb','\xfe','\x12','\xa8','\x22','\x90','\x4a','\xc8','\xfa','\x86','\x0a','\x08','\x13','\xfe','\xaa','\x88','\xa4','\x48','\x84','\x08','\x08','\x18','\x10','\x00','\x13','\xfc','\x20','\x90','\x2a','\x94','\x49','\x98','\xf0','\x90','\x17','\xfe','\x20','\x00','\x49','\xf8','\xfd','\x08','\x05','\x08','\x01','\xf8','\x55','\x08','\x55','\x08','\x81','\xf8','\x01','\x08','\x10','\x10','\x12','\x20','\x21','\x7c','\x25','\x44','\x44','\x44','\xf8','\x7c','\x13','\x40','\x21','\x40','\x49','\x7c','\xfd','\x44','\x05','\x44','\x01','\x7c','\xa9','\x44','\xaa','\x80','\x84','\x7e','\x00','\x00','\x00','\x20','\x79','\x24','\x48','\xa8','\x49','\xfc','\x48','\x40','\x7b','\xfe','\x48','\x88','\x49','\x44','\x4a','\x8a','\x78','\xf0','\x48','\x24','\x49','\xfc','\x48','\x20','\x49','\x24','\x4a','\x22','\x98','\x60','\x10','\x00','\x13','\xde','\x20','\x42','\x2a','\x52','\x49','\x4a','\xf2','\x52','\x10','\x28','\x20','\xc4','\x4b','\x12','\xf8','\x60','\x09','\x88','\x00','\x32','\xa9','\xc4','\xa8','\x18','\x80','\x60','\x03','\x80','\x20','\x00','\x27','\x7c','\x41','\x44','\x41','\x44','\x91','\x7c','\xe7','\x10','\x24','\x10','\x44','\x7c','\x94','\x54','\xf7','\x54','\x01','\x54','\x11','\x7c','\xa9','\x10','\xa1','\x14','\x8a','\xfe','\x04','\x02','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x10','\x2f','\x7c','\x26','\x38','\x2b','\x54','\x32','\x92','\x21','\x08','\x27','\xf0','\x20','\x60','\x23','\x84','\x2f','\xfe','\x40','\x42','\x45','\x48','\x88','\x84','\x10','\x00','\x11','\xf8','\x21','\x08','\x29','\xf8','\x49','\x08','\xf1','\xf8','\x10','\x00','\x23','\xfc','\x4a','\x94','\xfb','\xfc','\x08','\x00','\x01','\xf8','\xa8','\x90','\xa8','\x60','\x81','\x98','\x06','\x06','\x10','\x00','\x13','\xfe','\x20','\x50','\x25','\xfc','\x45','\x54','\xf9','\x54','\x11','\xfc','\x20','\x00','\x49','\xfc','\xfc','\x00','\x07','\xfe','\x00','\x20','\x54','\xa8','\x55','\x24','\x82','\xa2','\x00','\x40','\x10','\x20','\x12','\x22','\x22','\x22','\x2b','\xfe','\x48','\x00','\xf3','\xde','\x12','\x52','\x22','\x52','\x4b','\xde','\xfa','\x52','\x0a','\x52','\x03','\xde','\xaa','\x52','\xaa','\x52','\x85','\x5a','\x08','\xa4','\x10','\x20','\x11','\xfc','\x21','\x24','\x2b','\xfe','\x49','\x24','\xf1','\xfc','\x10','\x20','\x21','\xfc','\x49','\x24','\xfd','\xfc','\x04','\x40','\x03','\xfe','\x54','\x88','\x55','\xd0','\x80','\x70','\x03','\x8c','\x10','\x00','\x11','\xfc','\x21','\x24','\x25','\xfc','\x45','\x24','\xf9','\xfc','\x10','\x40','\x20','\x88','\x49','\xf0','\xfc','\x20','\x04','\x44','\x03','\xfe','\x54','\x22','\x55','\x24','\x82','\x22','\x00','\x60','\x10','\x10','\x10','\x10','\x22','\xfe','\x25','\x10','\x45','\x7c','\xf8','\x54','\x10','\x7c','\x23','\x54','\x49','\x7c','\xfd','\x10','\x05','\xfe','\x01','\x10','\xa9','\x10','\xaa','\x90','\x84','\x7e','\x00','\x00','\x10','\x00','\x11','\xfc','\x20','\x20','\x2b','\xfe','\x4a','\x22','\xf1','\xac','\x10','\x20','\x21','\xac','\x48','\x00','\xfd','\xfc','\x04','\x00','\x03','\xfe','\x54','\x40','\x54','\x88','\x81','\xfc','\x00','\x84','\x13','\xde','\x12','\x52','\x23','\xde','\x2a','\x52','\x4b','\xde','\xf2','\x02','\x12','\xf2','\x22','\x92','\x4a','\xf2','\xfa','\x92','\x0a','\xf2','\x02','\x92','\xaa','\x92','\xab','\x32','\x82','\x02','\x02','\x06','\x22','\x88','\x22','\x88','\x47','\xc8','\x42','\x90','\x92','\x9e','\xef','\xd4','\x20','\x24','\x47','\xd4','\x94','\x54','\xf7','\xd4','\x04','\x54','\x17','\xc8','\xac','\x48','\xa4','\x54','\x84','\x64','\x04','\xc2','\x10','\x20','\x10','\x20','\x21','\xfc','\x28','\x20','\x4b','\xfe','\xf1','\x08','\x13','\x9c','\x21','\x08','\x49','\x88','\xfe','\x3e','\x08','\x00','\x03','\xfe','\xa8','\x90','\xa8','\x90','\x81','\x12','\x02','\x0e','\x10','\x3c','\x13','\xe0','\x21','\x24','\x28','\xa8','\x4b','\xfe','\xf0','\xa8','\x11','\x24','\x22','\x02','\x49','\xfc','\xfd','\x24','\x05','\x24','\x01','\xfc','\x55','\x24','\x55','\x24','\x81','\xfc','\x01','\x04','\x10','\x20','\x10','\x20','\x21','\xfc','\x24','\x20','\x45','\x54','\xf8','\x88','\x11','\x04','\x22','\xfa','\x48','\x88','\xfc','\xf8','\x04','\x88','\x00','\xf8','\x54','\x20','\x54','\xa8','\x81','\x24','\x00','\x60','\x10','\x00','\x11','\xfc','\x21','\x54','\x25','\xfc','\x44','\x20','\xf9','\xfc','\x10','\x20','\x23','\xfe','\x48','\x88','\xfc','\x50','\x05','\xfc','\x00','\x20','\x57','\xfe','\x54','\x20','\x80','\x20','\x00','\x20','\x10','\x20','\x10','\x50','\x20','\x88','\x29','\x74','\x4a','\x02','\xf1','\xfc','\x11','\x24','\x21','\xac','\x49','\x24','\xfd','\xfc','\x04','\x00','\x00','\xf8','\x54','\x88','\x54','\xf8','\x80','\x88','\x00','\xf8','\x10','\x00','\x11','\xfc','\x21','\x54','\x25','\x54','\x45','\xdc','\xf8','\x50','\x11','\xdc','\x21','\x54','\x49','\x54','\xfd','\xdc','\x05','\x54','\x01','\x54','\x55','\xdc','\x55','\x50','\x80','\x52','\x00','\x3e','\x10','\x44','\x12','\x84','\x22','\xea','\x2a','\x4e','\x4a','\xa4','\xf2','\xee','\x12','\x22','\x23','\xfe','\x4a','\x44','\xfa','\x84','\x0a','\xea','\x02','\x4e','\xaa','\xa4','\xaa','\xee','\x82','\x22','\x03','\xfe','\x10','\x00','\x11','\xfc','\x20','\x20','\x2b','\xfe','\x4a','\x22','\xf1','\xac','\x10','\x20','\x21','\xac','\x48','\x00','\xfb','\xfe','\x08','\x20','\x01','\xfc','\xa9','\x54','\xa9','\x54','\x81','\x54','\x01','\x0c','\x20','\x80','\x20','\x40','\x47','\xfc','\x41','\x10','\x90','\xa4','\xef','\x58','\x25','\x54','\x45','\x52','\x9b','\x58','\xf0','\x00','\x02','\x08','\x13','\xf8','\xaa','\x08','\xa3','\xf8','\x82','\x08','\x04','\x08','\x10','\x40','\x10','\x20','\x23','\xfe','\x24','\x88','\x44','\x50','\xf8','\x20','\x10','\xd8','\x23','\x06','\x48','\x88','\xfc','\xf8','\x04','\x88','\x00','\x88','\x54','\xf8','\x55','\x08','\x81','\x08','\x02','\x08','\x10','\x40','\x10','\x20','\x23','\xfe','\x2a','\x02','\x49','\xfc','\xf1','\x48','\x12','\x50','\x21','\xfc','\x4b','\x04','\xf9','\xfc','\x09','\x04','\x01','\xfc','\xa9','\x04','\xa9','\xfc','\x80','\x88','\x01','\x04','\x41','\x10','\x21','\x08','\x22','\x88','\xfa','\xbe','\x07','\x80','\x51','\x14','\x21','\x08','\xfa','\xbe','\x27','\xc8','\x21','\x48','\x71','\x1c','\x25','\x88','\x25','\x48','\x49','\x48','\x45','\x08','\x82','\x08','\x10','\x08','\x13','\xe8','\x22','\x88','\x2b','\xee','\x4a','\x28','\xf3','\xf4','\x12','\x82','\x23','\xe2','\x48','\x00','\xf9','\xfc','\x09','\x54','\x01','\x54','\xa9','\x54','\xa9','\x54','\x87','\xfe','\x00','\x00','\x11','\x00','\x11','\x3e','\x21','\x08','\x2f','\xd0','\x49','\x3e','\xf1','\x22','\x13','\xa2','\x20','\x3e','\x48','\x22','\xfb','\xbe','\x0a','\xa2','\x02','\xa2','\xaa','\xbe','\xab','\x80','\x82','\x94','\x00','\x22','\x10','\x88','\x11','\xdc','\x20','\x88','\x2b','\xde','\x48','\x88','\xf1','\x54','\x12','\x22','\x21','\xfc','\x49','\x04','\xfd','\xfc','\x05','\x04','\x01','\xfc','\x55','\x04','\x55','\xfc','\x80','\x88','\x01','\x04','\x10','\x20','\x13','\xfe','\x20','\x20','\x29','\xfc','\x48','\x00','\xf3','\xfe','\x12','\x52','\x23','\xfe','\x49','\x04','\xfd','\xfc','\x05','\x04','\x01','\xfc','\x55','\x04','\x55','\xfc','\x80','\x88','\x01','\x04','\x13','\xfe','\x12','\x00','\x22','\xfe','\x22','\x92','\x4a','\xfe','\xfa','\x92','\x12','\xfe','\x22','\x10','\x4a','\xfe','\xfa','\x10','\x0b','\xfe','\x12','\xaa','\xaa','\x10','\xa2','\xfe','\x84','\x10','\x09','\xfe','\x12','\x00','\x11','\x3e','\x27','\xc8','\x28','\x10','\x4a','\xbe','\xf2','\x62','\x14','\x22','\x20','\xbe','\x4a','\xa2','\xfa','\xbe','\x09','\x22','\x01','\x22','\xaa','\xbe','\xaa','\x80','\x84','\x14','\x00','\x22','\x13','\xde','\x12','\x52','\x23','\xde','\x2a','\x52','\x4b','\xde','\xf2','\x52','\x13','\xde','\x21','\x8c','\x4a','\x52','\xf8','\x40','\x0f','\xfe','\x00','\x88','\xa9','\x90','\xa8','\x60','\x80','\xd8','\x03','\x04','\x11','\xf0','\x12','\x10','\x27','\xfc','\x2a','\x04','\x4b','\xfc','\xf2','\x24','\x13','\xb8','\x22','\x22','\x49','\xfe','\xfa','\x10','\x0f','\xfc','\x02','\x44','\xab','\xfc','\xa8','\xd0','\x81','\x4a','\x06','\x3e','\x11','\x48','\x11','\x4c','\x22','\xaa','\x28','\x08','\x4f','\xfe','\xf1','\x48','\x13','\x68','\x21','\x4a','\x4b','\x6a','\xf9','\x4c','\x0b','\x6c','\x01','\x48','\xa9','\x6a','\xab','\x9a','\x80','\x26','\x00','\x42','\x10','\x88','\x10','\x8c','\x23','\xea','\x28','\x88','\x48','\x88','\xf3','\xfe','\x11','\x48','\x23','\x6a','\x49','\x4a','\xfb','\x6a','\x09','\x4c','\x03','\x6c','\xa9','\x4a','\xa9','\x6a','\x87','\x96','\x00','\x22','\x01','\x00','\xff','\xfe','\x01','\x00','\x1f','\xf0','\x12','\x10','\xff','\xfe','\x10','\x90','\x1f','\xf0','\x00','\x1c','\x3e','\xe0','\x22','\x24','\x2a','\xf8','\x2a','\x24','\xff','\xfe','\x2a','\x54','\x59','\xb2','\x17','\x90','\x15','\x1e','\x27','\xa8','\x2c','\x84','\x4f','\xbe','\xf5','\x2a','\x17','\xbe','\x20','\x00','\x4b','\xf8','\xfa','\x08','\x0b','\xf8','\x02','\x08','\xab','\xf8','\xa8','\xa0','\x81','\x24','\x06','\x1c','\x20','\x00','\x20','\x00','\x3f','\x7e','\x48','\x10','\x88','\x10','\x08','\x10','\xff','\x10','\x08','\x10','\x08','\x10','\x49','\x10','\x49','\x10','\x49','\x10','\x4f','\x10','\x79','\xfe','\x01','\x00','\x00','\x00','\x20','\x20','\x20','\x20','\x3c','\x20','\x51','\xfc','\x90','\x24','\x10','\x24','\xfe','\x24','\x10','\x24','\x13','\xfe','\x54','\x20','\x54','\x50','\x54','\x50','\x5c','\x88','\x64','\x88','\x05','\x04','\x02','\x02','\x40','\x40','\x40','\x7c','\x78','\x40','\xa3','\xfe','\x22','\x42','\x22','\x78','\xfb','\xc4','\x22','\x3c','\x22','\x08','\xaa','\xf0','\xab','\x24','\xaa','\xa8','\xbd','\xfe','\xcc','\x20','\x08','\xa0','\x00','\x40','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x14','\x50','\x22','\x88','\x10','\x00','\x1f','\xf0','\x21','\x00','\xff','\xfe','\x01','\x00','\x21','\x08','\x3f','\xf8','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x3f','\xf8','\x2a','\xa8','\x3e','\xf8','\x2a','\xa8','\x3e','\xf8','\x10','\x00','\x1f','\xf0','\x21','\x00','\xff','\xfe','\x01','\x00','\x21','\x08','\x3f','\xf8','\x41','\xfc','\x41','\x04','\x79','\xfc','\xa1','\x04','\x23','\xfe','\x20','\x20','\xfb','\xfe','\x22','\x22','\x21','\xac','\xa8','\x20','\xa9','\xfc','\xa8','\x00','\xbb','\xfe','\xc8','\x40','\x00','\x88','\x01','\xfc','\x40','\x88','\x43','\xfe','\x78','\x88','\xa3','\xde','\x22','\x52','\x23','\xde','\xf8','\xa0','\x20','\x90','\x21','\xfe','\xa9','\x20','\xab','\xfc','\xad','\x20','\xb9','\xfc','\xc9','\x20','\x01','\xfe','\x01','\x00','\x00','\x00','\x7f','\xfc','\x40','\x04','\x40','\x04','\x42','\x14','\x52','\x94','\x4a','\x54','\x44','\x24','\x44','\x24','\x4a','\x54','\x4a','\x54','\x52','\x94','\x61','\x04','\x40','\x04','\x40','\x14','\x40','\x08','\x00','\x00','\x7f','\xfe','\x40','\x02','\x88','\x24','\x10','\x10','\x20','\x08','\x1f','\xf0','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x7f','\xfc','\x40','\x04','\x48','\x24','\x44','\x44','\x5f','\xf4','\x41','\x04','\x40','\x84','\x5f','\xf4','\x44','\x04','\x44','\x04','\x44','\x04','\x47','\xe4','\x40','\x04','\x40','\x14','\x40','\x08','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x00','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x05','\x70','\x09','\x0c','\x31','\x02','\xc1','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x80','\x20','\x80','\x3f','\xfc','\x20','\x80','\x20','\x44','\x2c','\x24','\x30','\x1c','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x02','\x00','\x7f','\xfc','\x04','\x40','\x09','\x20','\x3f','\xf8','\xd1','\x16','\x1f','\xf0','\x11','\x10','\x1f','\xf4','\x01','\x04','\x01','\x04','\x00','\xfc','\x00','\x00','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x01','\x00','\x01','\xfc','\x01','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x00','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x20','\x1c','\x30','\x1a','\x70','\x2a','\x68','\x48','\xa4','\x89','\x22','\x08','\x20','\x08','\x20','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x10','\x08','\x08','\x08','\xff','\x08','\x00','\xfe','\x7e','\x08','\x00','\x88','\x7e','\x48','\x00','\x48','\x7e','\x08','\x42','\x08','\x7e','\x28','\x42','\x10','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x10','\x00','\x11','\xfc','\x25','\x04','\x7d','\xfc','\x08','\x00','\x11','\xfc','\x25','\x04','\x7d','\xfc','\x01','\x04','\x55','\xfc','\x55','\x04','\x81','\x0c','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x10','\x80','\x24','\x98','\x7e','\xe0','\x00','\x84','\x7e','\x7c','\x42','\x00','\x7e','\x98','\x42','\xe0','\x7e','\x84','\x42','\x84','\x46','\x7c','\x24','\x88','\x42','\x44','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x08','\x20','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x09','\x20','\x3f','\xf8','\xd1','\x16','\x11','\x30','\x01','\x00','\x00','\x00','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x28','\x00','\xfd','\xfe','\x29','\x20','\x39','\xfc','\x11','\x20','\x7d','\xfc','\x55','\x20','\x7d','\xfe','\x10','\x02','\xfe','\xaa','\x10','\x04','\x7f','\xfc','\x44','\x44','\x44','\x44','\x7f','\xfc','\x28','\x20','\xfd','\xfc','\x28','\x20','\x38','\x50','\x10','\x88','\x7d','\xfe','\x54','\x08','\x7d','\xe8','\x11','\x28','\xfd','\xe8','\x10','\x08','\x10','\x18','\x08','\x20','\x04','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x80','\x04','\x80','\x08','\x80','\x10','\x82','\x20','\x82','\xc0','\x7e','\x08','\x20','\x04','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x04','\x00','\x0f','\xf0','\x11','\x10','\x21','\x10','\xcf','\xf0','\x02','\x10','\x02','\x10','\x3f','\xfe','\x00','\x00','\x44','\x04','\x24','\x1e','\x29','\xf0','\xfd','\x10','\x11','\x10','\x11','\x10','\x7d','\x10','\x11','\xfe','\x11','\x10','\xfd','\x10','\x11','\x10','\x11','\x08','\x21','\x0a','\x21','\x4a','\x41','\xa6','\x81','\x12','\x44','\x20','\x24','\x20','\x28','\x50','\xfc','\x50','\x10','\x88','\x11','\x24','\x7e','\x12','\x10','\x10','\x11','\xfc','\xfc','\x04','\x10','\x08','\x10','\x88','\x20','\x50','\x20','\x20','\x40','\x10','\x80','\x10','\x3f','\xf8','\x02','\x08','\xff','\xfe','\x04','\x08','\x3f','\xf8','\x08','\x00','\x1f','\xf8','\x28','\x08','\xcf','\xf8','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x44','\x00','\x25','\xfc','\x29','\x04','\xfd','\xfc','\x11','\x04','\x11','\xfc','\x7c','\x80','\x11','\xfe','\x12','\x22','\xfd','\x22','\x11','\x52','\x11','\x02','\x21','\xfa','\x20','\x02','\x40','\x14','\x80','\x08','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x28','\x3e','\x24','\x08','\x24','\xff','\xfe','\x2a','\x20','\x7d','\x24','\x90','\xa8','\x1e','\x12','\x02','\x2a','\x0c','\x46','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x48','\x24','\x82','\x82','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x02','\x80','\x0c','\x60','\x70','\x1c','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x24','\x88','\x42','\x44','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x02','\x80','\x0c','\x60','\x70','\x1c','\x88','\x20','\x4b','\xfe','\x50','\x00','\xfb','\xfc','\x22','\x04','\x22','\xf4','\xfa','\x94','\x23','\xfc','\x20','\x00','\xf9','\xf8','\x21','\x08','\x21','\xf8','\x21','\x08','\x41','\xf8','\x40','\x00','\x83','\xfe','\x01','\x00','\xff','\xfe','\x20','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x04','\x40','\x72','\x9c','\x57','\xd4','\x71','\x14','\x53','\x9c','\x71','\x16','\x57','\xd6','\xb1','\x22','\x08','\x20','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x11','\x10','\x7d','\x7c','\x01','\x00','\x7d','\x7c','\x01','\x00','\x7d','\x7c','\x01','\x00','\x7d','\x7c','\x45','\x44','\x7d','\x7c','\x10','\x00','\x11','\xdc','\x10','\x44','\xfe','\x44','\x11','\x54','\x10','\xcc','\xfc','\x44','\x44','\xcc','\x45','\x54','\x28','\x44','\x28','\x44','\x11','\x54','\x18','\x88','\x24','\x00','\x43','\xfe','\x80','\x00','\x00','\x00','\x7e','\xfc','\x22','\x44','\x12','\x24','\x1a','\x34','\x62','\xc4','\x04','\x00','\x3f','\xc0','\x04','\x40','\x08','\x44','\x11','\x3c','\x21','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x20','\x00','\x13','\xde','\x10','\x42','\xfc','\x42','\x02','\x52','\x09','\x4a','\x89','\x4a','\x88','\x42','\x48','\xc6','\x49','\x4a','\x52','\x52','\x50','\x42','\x1c','\x42','\xe0','\x42','\x41','\x4a','\x00','\x84','\x01','\x00','\x06','\xc0','\x18','\x30','\xef','\xee','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7e','\xfc','\x22','\x44','\x12','\x24','\x0a','\x14','\x12','\x24','\x6a','\xd4','\x04','\x08','\x44','\x00','\x25','\xdc','\x28','\x44','\xfe','\x44','\x11','\x54','\x10','\xcc','\x7c','\x44','\x10','\x44','\x10','\x4c','\xfe','\xd4','\x11','\x64','\x10','\x44','\x20','\x44','\x20','\x44','\x41','\x54','\x80','\x88','\x04','\x40','\x7c','\x7c','\x04','\x40','\x3c','\x78','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x00','\x00','\x7e','\xfc','\x22','\x44','\x12','\x24','\x0a','\x14','\x12','\x24','\x6a','\xd4','\x04','\x08','\x08','\x20','\xff','\xfe','\x00','\x00','\x3e','\x08','\x22','\x48','\x3e','\x48','\x22','\x48','\x3e','\x48','\x22','\x08','\x26','\x18','\x00','\x00','\x7e','\xfc','\x22','\x44','\x1a','\x34','\x62','\xc4','\x06','\x0c','\x10','\x00','\x08','\xee','\x7e','\x22','\x42','\x22','\x42','\xaa','\x7e','\x66','\x42','\x22','\x40','\x22','\x7f','\x26','\x55','\x6a','\x55','\xb2','\x7f','\x22','\xd5','\x22','\x55','\x22','\x55','\xaa','\x43','\x44','\x00','\x00','\x7f','\x78','\x48','\x48','\x5f','\x4c','\x64','\x80','\x5f','\x78','\x44','\x48','\x4a','\x48','\x51','\x30','\x7f','\x4c','\x00','\x00','\x7e','\xfc','\x22','\x44','\x1a','\x34','\x62','\xc4','\x06','\x0c','\x10','\x00','\x7d','\xdc','\x10','\x44','\xfe','\x44','\x45','\x54','\xee','\xcc','\x44','\x44','\xee','\xcc','\x01','\x54','\xfc','\x44','\x28','\x44','\x29','\x54','\x28','\x8a','\x48','\x02','\x47','\xfe','\x80','\x00','\x08','\x00','\x1d','\xfa','\xf0','\x0c','\x54','\x4a','\x39','\x88','\xfe','\xaa','\x34','\xa6','\x52','\xa2','\x81','\xf8','\x7c','\xaa','\x54','\xac','\x54','\xaa','\x7c','\xa8','\x54','\xaa','\x54','\xa6','\x7d','\x22','\x02','\x08','\x3f','\xd0','\x02','\x20','\xff','\xfe','\x02','\x00','\x0c','\x70','\x3f','\x84','\xc8','\x04','\x07','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x02','\x20','\x3f','\xc0','\x02','\x80','\xff','\xfe','\x02','\x20','\x0f','\xc0','\x34','\x08','\xc3','\xf8','\x00','\x00','\x01','\xf0','\x3e','\x00','\x03','\xf0','\x3e','\x00','\x03','\xfa','\x7e','\x02','\x01','\xfe','\x02','\x20','\x3f','\xc0','\x02','\x80','\xff','\xfe','\x02','\x20','\x0f','\xc0','\x34','\x08','\xc3','\xf8','\x00','\x00','\x7f','\xfc','\x08','\x20','\x1f','\xf0','\x01','\x00','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x01','\x00','\x10','\x00','\x10','\xfc','\x10','\x00','\xfe','\x00','\x10','\x00','\x7c','\x00','\x11','\xfe','\xfe','\x20','\x10','\x20','\x38','\x40','\x34','\x48','\x54','\x84','\x50','\x84','\x91','\xfe','\x10','\x82','\x10','\x02','\x10','\x00','\x10','\x00','\x11','\xfc','\xfd','\x24','\x11','\x24','\x79','\x24','\x11','\x24','\xfd','\x24','\x11','\xfc','\x39','\x00','\x35','\x00','\x55','\x00','\x91','\x02','\x11','\x02','\x10','\xfe','\x10','\x00','\x10','\x00','\x11','\xf8','\x11','\x08','\xfd','\x08','\x11','\x08','\x79','\x08','\x11','\xf8','\xfd','\x00','\x11','\x00','\x39','\xfc','\x35','\x04','\x55','\x04','\x91','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x08','\x10','\x08','\x13','\xc8','\xfe','\x48','\x12','\x5e','\x7a','\x4a','\x13','\xca','\xfe','\x4a','\x12','\x4a','\x3b','\xca','\x36','\x4a','\x52','\x4a','\x52','\x6a','\x93','\xd2','\x16','\x12','\x10','\x26','\x10','\x00','\x11','\xfe','\x11','\x00','\xfd','\x7e','\x11','\x00','\x79','\xfe','\x11','\x54','\xfd','\x48','\x11','\x64','\x39','\x42','\x35','\x08','\x51','\xfe','\x51','\x48','\x92','\x28','\x12','\x08','\x14','\x18','\x00','\x20','\xff','\x20','\x24','\x20','\x24','\x24','\x3c','\xa4','\x24','\xa4','\x24','\xa8','\x3d','\x20','\x24','\x20','\x24','\x50','\x2e','\x50','\xf4','\x50','\x44','\x88','\x04','\x88','\x05','\x04','\x06','\x02','\x00','\x10','\xff','\x10','\x24','\x10','\x24','\x90','\x3c','\x90','\x24','\x90','\x24','\x9e','\x3c','\x90','\x24','\x90','\x24','\x90','\x2e','\x90','\xf4','\x90','\x44','\x90','\x04','\x90','\x05','\xfe','\x04','\x00','\x00','\x00','\xfc','\x80','\x4b','\x1e','\x4a','\x52','\x7a','\x52','\x4a','\x52','\x4a','\x52','\x7a','\x52','\x4a','\x52','\x4a','\xd2','\x4f','\x5a','\x7a','\x54','\xc8','\x90','\x08','\x90','\x09','\x10','\x0a','\x10','\x00','\x20','\xff','\x20','\x24','\x50','\x24','\x50','\x3c','\x88','\x25','\x24','\x26','\x12','\x3c','\x10','\x25','\xfc','\x24','\x04','\x2e','\x08','\xf4','\x88','\x44','\x50','\x04','\x20','\x04','\x10','\x04','\x10','\x00','\x08','\xff','\x1c','\x24','\xe0','\x24','\x20','\x3c','\x20','\x25','\xfe','\x24','\x20','\x3c','\x20','\x24','\x20','\x24','\xfc','\x2e','\x84','\xf4','\x84','\x44','\x84','\x04','\x84','\x04','\xfc','\x04','\x84','\x00','\x20','\xfc','\x20','\x49','\xfc','\x49','\x24','\x79','\xfc','\x49','\x24','\x49','\xfc','\x78','\x00','\x4b','\xfe','\x48','\x80','\x4d','\x00','\x79','\xfc','\xc8','\x04','\x08','\x04','\x08','\x28','\x08','\x10','\x7f','\x00','\x22','\x7c','\x3e','\x04','\x22','\x28','\x3e','\x10','\x23','\xa8','\xfe','\x44','\x02','\x00','\x00','\xf8','\x7f','\x00','\x09','\x04','\x11','\x88','\x63','\x50','\x05','\x20','\x19','\x18','\xe1','\x06','\x20','\x00','\x3e','\x7c','\x48','\x44','\xff','\x44','\x14','\x44','\x22','\x7c','\x40','\x00','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x3e','\xff','\xe0','\x00','\x20','\x00','\x20','\x00','\x20','\xff','\x10','\x24','\xfe','\x24','\x82','\x3d','\x04','\x24','\x00','\x24','\xfe','\x3c','\x10','\x24','\x10','\x24','\x90','\x2e','\x9e','\xf4','\x90','\x44','\x90','\x04','\xd0','\x05','\x3e','\x06','\x00','\x01','\x08','\xfd','\x4a','\x4a','\x52','\x4b','\x9c','\x79','\x08','\x4a','\x52','\x4b','\xde','\x78','\x42','\x48','\x88','\x48','\x88','\x4f','\xfe','\x78','\x88','\xc8','\x88','\x09','\x08','\x09','\x08','\x0a','\x08','\x11','\x10','\x21','\x10','\xca','\xa8','\x14','\x44','\x32','\x78','\xd2','\x40','\x15','\xfc','\x18','\x00','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x3e','\xff','\xe0','\x00','\x20','\x08','\x00','\x7f','\x78','\x08','\x48','\x3e','\x48','\x00','\x86','\x3e','\x78','\x2a','\x48','\x3e','\x30','\x40','\x48','\xff','\xfe','\x08','\x20','\x0f','\xe0','\x08','\x3e','\xff','\xe0','\x00','\x20','\x00','\x20','\x00','\x20','\xfc','\x40','\x49','\xfc','\x49','\x24','\x79','\x7c','\x49','\x8c','\x49','\x54','\x79','\x24','\x49','\x54','\x49','\xfc','\x4c','\x40','\x78','\x24','\xca','\xa2','\x0a','\x8a','\x0c','\x88','\x08','\x78','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x3e','\xff','\xe0','\x00','\x20','\x7e','\xfc','\x24','\x48','\x3c','\x78','\x24','\x48','\x3c','\x78','\x26','\x4e','\xfd','\xf8','\x04','\x08','\x00','\x40','\xfc','\x20','\x4b','\xfe','\x4a','\x22','\x79','\x54','\x49','\x4a','\x4a','\x3a','\x78','\x00','\x49','\xfc','\x49','\x54','\x4f','\xfe','\x78','\x00','\xc9','\xfc','\x08','\x20','\x08','\xa0','\x08','\x40','\x00','\x20','\xfc','\x20','\x4b','\xfe','\x78','\x20','\x49','\xfc','\x79','\x54','\x49','\x54','\xf9','\xfc','\x08','\x00','\xfb','\xfe','\x28','\x40','\x78','\x24','\x2a','\xa2','\xfa','\x8a','\x0c','\x88','\x08','\x78','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x40','\x20','\x4c','\x20','\x70','\xfc','\x44','\x24','\x45','\xfe','\x3c','\x24','\x40','\xfc','\x7c','\x20','\x90','\x20','\x11','\xfc','\xfe','\x20','\x10','\x20','\x29','\xfe','\x24','\x20','\x44','\x20','\x80','\x20','\x00','\x20','\x3e','\x20','\x20','\xfc','\x20','\x24','\x3d','\xfe','\x20','\x24','\x20','\xfc','\x3c','\x20','\x20','\x20','\x21','\xfc','\xfe','\x20','\x20','\x20','\x25','\xfe','\x42','\x20','\xfe','\x20','\x42','\x20','\x01','\x00','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x05','\x40','\x25','\x48','\x3d','\x78','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3d','\x78','\x25','\x48','\x45','\x48','\x81','\x08','\x00','\x00','\x3c','\x00','\x25','\xfc','\x24','\x20','\x24','\x20','\x3c','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x3c','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x44','\x20','\x57','\xfe','\x88','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x10','\x00','\x10','\x00','\x1f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x00','\x20','\x3c','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x3c','\x20','\x25','\xfc','\x24','\x20','\x24','\x20','\x3c','\x20','\x24','\x20','\x24','\x20','\x24','\x20','\x44','\x20','\x57','\xfe','\x88','\x00','\x00','\x20','\x3c','\x20','\x24','\x20','\x25','\xfe','\x25','\x22','\x3d','\x22','\x25','\x22','\x25','\x22','\x25','\x52','\x3d','\x4a','\x25','\x8a','\x25','\x02','\x25','\x02','\x45','\x02','\x55','\x0a','\x89','\x04','\x00','\x00','\x3f','\xf8','\x20','\x08','\x2f','\xe8','\x20','\x08','\x2f','\xe8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x00','\x40','\x3c','\x50','\x24','\x48','\x24','\x48','\x24','\x40','\x3d','\xfe','\x24','\x50','\x24','\x50','\x24','\x50','\x3c','\x50','\x24','\x90','\x24','\x90','\x24','\x92','\x45','\x12','\x55','\x0e','\x8a','\x00','\x00','\x00','\x3d','\xfc','\x25','\x24','\x25','\x24','\x25','\x24','\x3d','\xfc','\x25','\x24','\x25','\x24','\x25','\x24','\x3d','\xfc','\x25','\x24','\x24','\x20','\x24','\x20','\x44','\x20','\x54','\x20','\x88','\x20','\x7f','\xfc','\x01','\x04','\x11','\x00','\x11','\xf8','\x11','\x00','\x29','\x00','\x47','\xfe','\x80','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x50','\x10','\x20','\x00','\x80','\x3c','\x80','\x24','\x80','\x24','\xfe','\x25','\x40','\x3d','\x40','\x26','\x40','\x24','\x7c','\x24','\x40','\x3c','\x40','\x24','\x40','\x24','\x7e','\x24','\x40','\x44','\x40','\x54','\x40','\x88','\x40','\x00','\x04','\x3c','\x1e','\x25','\xf0','\x25','\x10','\x25','\x10','\x3d','\x10','\x25','\x10','\x25','\xfe','\x25','\x10','\x3d','\x10','\x25','\x10','\x25','\x08','\x25','\x0a','\x45','\x4a','\x55','\xa6','\x89','\x12','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x50','\x10','\x20','\x00','\x00','\x7b','\xfc','\x48','\x20','\x48','\x20','\x48','\x40','\x78','\x40','\x48','\xd0','\x49','\x48','\x4a','\x44','\x7c','\x44','\x48','\x40','\x48','\x40','\x48','\x40','\x48','\x00','\x4f','\xfe','\x98','\x00','\x00','\x20','\x3c','\x20','\x25','\x24','\x24','\xa4','\x24','\xa8','\x3c','\x20','\x25','\xfc','\x24','\x20','\x24','\x20','\x3c','\x20','\x27','\xfe','\x24','\x20','\x24','\x20','\x44','\x20','\x54','\x20','\x88','\x20','\x00','\x40','\x78','\x20','\x48','\x10','\x49','\xe0','\x48','\x22','\x78','\x34','\x4b','\xb8','\x48','\xb0','\x48','\xa8','\x78','\xa8','\x49','\x28','\x49','\x24','\x4a','\x24','\x4c','\x22','\x48','\xa0','\x98','\x40','\x00','\x20','\x3c','\x20','\x25','\xfc','\x24','\x50','\x24','\x88','\x3d','\x04','\x26','\xfa','\x24','\x00','\x27','\xfe','\x3c','\x40','\x24','\x80','\x25','\xfc','\x24','\x04','\x44','\x04','\x54','\x28','\x88','\x10','\x00','\x40','\x78','\x44','\x4a','\x44','\x49','\x48','\x49','\x50','\x78','\x40','\x4f','\xfe','\x48','\x90','\x48','\x90','\x78','\x90','\x48','\x90','\x48','\x92','\x49','\x12','\x49','\x12','\x4a','\x0e','\x9c','\x00','\x00','\x00','\x7b','\xfc','\x48','\x00','\x49','\x24','\x4a','\x48','\x7c','\x90','\x4a','\x48','\x49','\x24','\x48','\x00','\x7b','\xfc','\x48','\x40','\x48','\x40','\x48','\x40','\x48','\x40','\x4f','\xfe','\x98','\x00','\x10','\x80','\x10','\x80','\x11','\xf8','\x21','\x08','\x2a','\x90','\x6c','\x60','\xa9','\x98','\x2e','\x06','\x29','\xf8','\x29','\x08','\x29','\xf8','\x29','\x08','\x29','\xf8','\x21','\x08','\x21','\x28','\x21','\x10','\x3f','\xfc','\x20','\x00','\x2f','\xf8','\x20','\x00','\x3f','\xfc','\x24','\x48','\x24','\x30','\x26','\x0e','\x2f','\xf8','\x28','\x08','\x2f','\xf8','\x48','\x08','\x4f','\xf8','\x88','\x08','\x08','\x28','\x08','\x10','\x00','\x48','\x78','\x44','\x4b','\xfe','\x48','\x40','\x48','\x40','\x7b','\xfc','\x4a','\x44','\x4a','\x44','\x4b','\xfc','\x7a','\x44','\x4a','\x44','\x4b','\xfc','\x4a','\x44','\x4a','\x44','\x4a','\x54','\x9a','\x08','\x00','\x80','\x78','\x40','\x4f','\xfe','\x49','\x20','\x49','\x20','\x7a','\x3c','\x4a','\x44','\x4e','\x64','\x4a','\x94','\x7b','\x48','\x4a','\x48','\x4a','\x30','\x4a','\x20','\x4a','\x50','\x4a','\x88','\x9b','\x06','\x00','\x40','\x78','\x40','\x4b','\xfe','\x50','\x80','\x51','\xfc','\x62','\x20','\x55','\xfe','\x48','\x00','\x49','\xfc','\x49','\x04','\x69','\xfc','\x51','\x04','\x41','\xfc','\x41','\x04','\x41','\x14','\x41','\x08','\x00','\x50','\x78','\x50','\x48','\x50','\x49','\xfc','\x49','\x54','\x79','\x54','\x49','\x54','\x49','\xfc','\x49','\x54','\x79','\x54','\x49','\x54','\x4b','\xfe','\x48','\x00','\x48','\x88','\x49','\x04','\x9a','\x02','\x00','\x40','\x78','\x80','\x4b','\xfc','\x4a','\x24','\x4a','\x24','\x7b','\xfc','\x4a','\x24','\x4a','\x44','\x4b','\xfc','\x78','\x90','\x49','\x10','\x4f','\xfe','\x48','\x10','\x48','\x10','\x48','\x10','\x98','\x10','\x00','\x90','\x78','\x90','\x48','\x90','\x4f','\x9e','\x48','\x90','\x78','\x90','\x48','\x90','\x4b','\x9c','\x48','\x90','\x78','\x90','\x48','\x90','\x4f','\x9e','\x48','\x90','\x48','\x90','\x48','\x90','\x98','\x90','\x00','\x20','\x78','\x10','\x4b','\xfe','\x4a','\x00','\x4a','\x44','\x7a','\x44','\x4a','\x84','\x4a','\xbe','\x4b','\x84','\x7a','\xa4','\x4a','\x94','\x4a','\x94','\x4c','\x84','\x4c','\x84','\x48','\x94','\x98','\x88','\x00','\x84','\x3c','\x48','\x24','\x00','\x24','\xfc','\x24','\x48','\x3c','\x48','\x24','\x48','\x24','\x48','\x25','\xfe','\x3c','\x48','\x24','\x48','\x24','\x48','\x24','\x48','\x44','\x88','\x54','\x88','\x89','\x08','\x00','\x10','\x78','\x10','\x48','\x7c','\x4b','\x14','\x49','\xfe','\x79','\x14','\x4a','\x7c','\x4a','\x10','\x4f','\x7c','\x79','\x10','\x49','\xfe','\x4d','\x10','\x4a','\x10','\x4b','\x00','\x4c','\xfe','\x98','\x00','\x00','\x00','\x79','\xfc','\x49','\x24','\x49','\x24','\x49','\xfc','\x79','\x24','\x49','\x24','\x49','\xfc','\x48','\x00','\x78','\x40','\x48','\x24','\x4a','\xa2','\x4a','\x8a','\x4c','\x88','\x48','\x78','\x98','\x00','\x00','\x00','\x7b','\xf8','\x4a','\x08','\x4b','\xf8','\x4a','\x08','\x7b','\xf8','\x48','\x40','\x4a','\x40','\x4b','\xfc','\x7c','\x40','\x48','\x40','\x4b','\xf8','\x48','\x40','\x48','\x40','\x4f','\xfe','\x98','\x00','\x00','\x92','\x79','\x24','\x4a','\x48','\x49','\x24','\x48','\x92','\x78','\x40','\x48','\x80','\x4b','\xfe','\x4a','\x02','\x7a','\x8a','\x4a','\x52','\x4a','\x22','\x4a','\x52','\x4a','\x8a','\x4b','\xfe','\x9a','\x02','\x00','\x20','\x3c','\x20','\x24','\xa0','\x25','\x2c','\x25','\x24','\x3d','\x24','\x25','\xac','\x25','\x24','\x25','\x24','\x3d','\xfc','\x25','\x24','\x24','\x50','\x24','\x50','\x44','\x88','\x55','\x04','\x8a','\x02','\x00','\x00','\x3c','\xf8','\x24','\xa8','\x24','\xa8','\x24','\xd8','\x3c','\x88','\x24','\xf8','\x24','\x00','\x24','\x00','\x3d','\xfc','\x25','\x54','\x25','\x54','\x25','\x54','\x45','\x54','\x57','\xfe','\x88','\x00','\x00','\x00','\x7b','\xfe','\x48','\x00','\x49','\xfc','\x49','\x04','\x79','\x04','\x49','\xfc','\x48','\x00','\x4b','\xfe','\x7a','\x8a','\x4a','\x52','\x4b','\xfe','\x4a','\x22','\x4a','\x22','\x4a','\x2a','\x9a','\x04','\x00','\x28','\x78','\x24','\x4b','\xfe','\x48','\x20','\x49','\xfc','\x79','\x24','\x49','\xfc','\x49','\x24','\x49','\xfc','\x79','\x24','\x48','\x08','\x4b','\xfe','\x48','\x88','\x48','\x48','\x48','\x48','\x98','\x18','\x00','\x40','\x78','\x20','\x4b','\xfc','\x49','\x08','\x48','\x90','\x7b','\xfe','\x4a','\x02','\x4c','\x44','\x48','\x20','\x7b','\xfc','\x48','\x80','\x48','\xf8','\x48','\x88','\x49','\x08','\x49','\x28','\x9a','\x10','\x20','\x40','\xfe','\xfe','\x21','\x00','\x3c','\x1c','\x24','\xe0','\x44','\x94','\x54','\xa8','\x88','\xc6','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x50','\x10','\x20','\x00','\x00','\x7b','\xde','\x48','\x42','\x4a','\x52','\x49','\x4a','\x7a','\x52','\x48','\x28','\x48','\xc4','\x4b','\x12','\x78','\x60','\x49','\x88','\x48','\x32','\x49','\xc4','\x48','\x18','\x48','\x60','\x9b','\x80','\x00','\x00','\x77','\xfe','\x54','\x2a','\x54','\x26','\x57','\xfe','\x74','\x22','\x57','\xaa','\x56','\xaa','\x57','\xaa','\x74','\x32','\x55','\x96','\x56','\x2e','\x54','\x46','\x54','\x82','\x57','\xfe','\xb4','\x02','\x00','\x00','\x79','\xfc','\x48','\x20','\x4b','\xfe','\x4a','\x22','\x79','\xac','\x48','\x20','\x49','\xac','\x48','\x00','\x79','\xfc','\x48','\x04','\x49','\xfc','\x48','\x04','\x48','\x04','\x49','\xfc','\x98','\x04','\x00','\x40','\x78','\x20','\x4b','\xfe','\x4a','\x8a','\x49','\x04','\x7b','\xfe','\x48','\x40','\x48','\x88','\x49','\xfc','\x78','\x24','\x48','\x20','\x49','\xfc','\x48','\x20','\x48','\x20','\x4b','\xfe','\x98','\x00','\x00','\x40','\x3c','\x20','\x25','\xfe','\x25','\x02','\x26','\x04','\x3d','\xfc','\x24','\x40','\x24','\x88','\x25','\xfc','\x3c','\x24','\x24','\x20','\x25','\xfc','\x24','\x20','\x44','\x20','\x57','\xfe','\x88','\x00','\x01','\x00','\x79','\xfc','\x4a','\x00','\x4d','\xf8','\x49','\x08','\x79','\xf8','\x49','\x08','\x49','\xf8','\x48','\x00','\x7f','\xfe','\x49','\x00','\x4b','\xfc','\x4c','\xa4','\x49','\x24','\x4a','\x54','\x98','\x88','\x00','\x14','\x7b','\xfe','\x48','\x10','\x4b','\xd0','\x48','\x10','\x7b','\xd0','\x48','\x10','\x4b','\xd0','\x4a','\x50','\x7b','\xd0','\x4a','\x50','\x4b','\xc8','\x4a','\x4a','\x4b','\xca','\x49','\x86','\x9a','\x42','\x00','\x3c','\x7b','\xe0','\x49','\x24','\x48','\xa8','\x4b','\xfe','\x78','\xa8','\x49','\x24','\x4a','\x02','\x49','\xfc','\x79','\x24','\x49','\x24','\x49','\xfc','\x49','\x24','\x49','\x24','\x49','\xfc','\x99','\x04','\x00','\x88','\x3c','\x88','\x27','\xfe','\x24','\x88','\x24','\x20','\x3f','\xfe','\x24','\x88','\x24','\x88','\x25','\x54','\x3e','\x22','\x24','\x20','\x27','\xfe','\x24','\x20','\x44','\x20','\x54','\x20','\x88','\x20','\x00','\x20','\x3c','\x50','\x24','\x88','\x25','\x74','\x26','\x02','\x3d','\xfc','\x25','\x24','\x25','\xac','\x25','\x24','\x3d','\xfc','\x24','\x00','\x24','\xf8','\x24','\x88','\x44','\xf8','\x54','\x88','\x88','\xf8','\x00','\x20','\x79','\xfe','\x4c','\x40','\x4a','\xfc','\x49','\x10','\x7a','\xfe','\x48','\x00','\x4e','\xfc','\x4a','\x84','\x7a','\xfc','\x4a','\x84','\x4a','\xfc','\x4a','\x84','\x4a','\x8c','\x4d','\x00','\x98','\xfe','\x00','\x80','\x3c','\xf8','\x25','\x08','\x27','\xfe','\x25','\x44','\x3d','\x92','\x25','\xfe','\x25','\x00','\x25','\x7c','\x3d','\x00','\x25','\x7c','\x25','\x00','\x25','\x7c','\x45','\x44','\x55','\x7c','\x8a','\x44','\x7e','\x78','\x42','\x48','\x7e','\x48','\x54','\x86','\x7e','\x78','\x54','\x48','\x7e','\x30','\x94','\xce','\x62','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x30','\x3e','\x10','\x22','\xfe','\x3e','\x44','\x20','\x28','\x7e','\xfe','\xa2','\x10','\x3e','\xfc','\x22','\x10','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x30','\x00','\x80','\x3f','\xfe','\x22','\x50','\x24','\xfc','\x2d','\x90','\x36','\xfc','\x24','\x90','\x24','\xfc','\x20','\x00','\x27','\xf8','\x24','\x08','\x27','\xf8','\x44','\x08','\x47','\xf8','\x84','\x08','\x04','\x18','\x00','\x20','\x3c','\x20','\x24','\x50','\x24','\x88','\x25','\x04','\x3e','\xfa','\x24','\x00','\x24','\x00','\x25','\xdc','\x3d','\x54','\x25','\x54','\x25','\xdc','\x24','\x88','\x44','\x88','\x55','\x54','\x8a','\x22','\x00','\x80','\x70','\x40','\x57','\xfc','\x51','\x10','\x50','\xa4','\x7f','\x58','\x55','\x54','\x55','\x52','\x5b','\x58','\x70','\x00','\x52','\x08','\x53','\xf8','\x52','\x08','\x53','\xf8','\x52','\x08','\xb4','\x08','\x00','\x00','\x79','\xfc','\x48','\x20','\x4b','\xfe','\x4a','\x22','\x79','\xac','\x48','\x20','\x49','\xac','\x48','\x00','\x7b','\xfe','\x48','\x20','\x49','\xfc','\x49','\x54','\x49','\x54','\x49','\x54','\x99','\x0c','\x01','\x10','\x71','\x10','\x57','\xfc','\x51','\x10','\x51','\xf0','\x72','\x08','\x52','\xea','\x56','\xac','\x52','\xa8','\x72','\xaa','\x56','\xea','\x5a','\x06','\x50','\x00','\x52','\xa4','\x52','\x52','\xb4','\x52','\x01','\x24','\x7a','\x48','\x49','\x24','\x48','\x00','\x4b','\xfc','\x7a','\x94','\x4a','\x64','\x4a','\x94','\x4b','\xfc','\x7a','\x48','\x4b','\x68','\x4a','\x48','\x4b','\x6a','\x4a','\x4a','\x4a','\x46','\x9b','\x62','\x00','\x88','\x7b','\xfe','\x48','\x88','\x49','\xfc','\x49','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x48','\x80','\x79','\xfe','\x4a','\x22','\x4d','\x52','\x49','\x02','\x49','\xfa','\x48','\x0a','\x98','\x04','\x00','\x40','\x78','\x7c','\x48','\x40','\x4b','\xfc','\x4a','\x44','\x7b','\xf0','\x4a','\x44','\x4a','\xfc','\x4a','\xa8','\x7a','\xf8','\x4a','\xa8','\x4a','\xf8','\x4a','\x00','\x4d','\xfc','\x49','\x54','\x9b','\xfe','\x00','\x90','\x70','\x90','\x57','\xfe','\x50','\x94','\x50','\x0a','\x71','\xfe','\x55','\x08','\x57','\xe8','\x51','\x4a','\x71','\xea','\x5f','\x2a','\x55','\xea','\x55','\x4c','\x59','\xea','\x52','\x16','\xb4','\x62','\x21','\x04','\x47','\xc8','\x88','\x12','\xf3','\xbc','\x20','\x08','\x4b','\x92','\xf8','\x3e','\x03','\x80','\xaa','\xaa','\xab','\xaa','\x01','\x00','\x3f','\xf8','\x22','\x88','\x24','\x48','\x21','\x08','\x22','\x98','\x00','\x28','\x00','\x24','\x5f','\xfe','\x50','\x20','\x57','\xa0','\x75','\x20','\x15','\x20','\x17','\xa4','\xf4','\xa4','\x54','\xa8','\x57','\xa8','\x55','\x10','\x95','\x12','\x27','\xaa','\x20','\x46','\x40','\x82','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x08','\x20','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x20','\xf8','\x20','\x23','\xfe','\x40','\x20','\x51','\xfc','\x88','\x40','\xfb','\xfe','\x28','\x88','\x21','\x34','\xfa','\xe2','\x20','\x20','\x21','\xfc','\x38','\x70','\xe0','\xac','\x43','\x22','\x00','\x20','\x01','\x00','\x05','\x00','\x39','\x78','\x21','\x08','\x21','\x08','\x3d','\x78','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x06','\x00','\x38','\xf8','\x20','\x08','\x20','\x08','\x3e','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x04','\x40','\x08','\x20','\x34','\x18','\xd8','\x76','\x10','\x10','\x1c','\x70','\x10','\x10','\x1f','\xf0','\x10','\x10','\x3e','\x78','\x20','\x08','\x3c','\x78','\x20','\x08','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x02','\x00','\x7f','\xf8','\x04','\x08','\x18','\x28','\x60','\x10','\x0a','\x00','\x32','\x38','\x23','\x88','\x22','\x08','\x3a','\x38','\x23','\x88','\x20','\x88','\x3a','\xb8','\x22','\x88','\x22','\x88','\xff','\xfe','\x00','\x00','\x08','\x20','\x10','\x10','\x20','\x08','\x40','\x04','\x08','\x20','\xff','\xfe','\x09','\x20','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x02','\x00','\x1c','\x78','\x10','\x08','\x1e','\x78','\x10','\x08','\x1f','\xf8','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xcf','\xe6','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x08','\x04','\x1c','\x1e','\x71','\xf0','\x11','\x10','\x11','\x10','\xfd','\x10','\x11','\x10','\x11','\xfe','\x7d','\x10','\x45','\x10','\x45','\x10','\x45','\x08','\x45','\x0a','\x7d','\x4a','\x45','\x86','\x01','\x02','\x10','\x28','\x10','\x24','\x2b','\xfe','\x44','\x20','\x82','\x20','\x7d','\xfc','\x11','\x24','\x11','\x24','\xff','\xfc','\x11','\x24','\x11','\x24','\x7d','\xfc','\x45','\x24','\x45','\x24','\x7d','\x24','\x45','\x0c','\x10','\x10','\x20','\x90','\x7c','\x90','\x44','\x88','\x64','\x88','\x55','\x24','\x55','\x24','\xfe','\x22','\x44','\x20','\x64','\x40','\x54','\x48','\x54','\x44','\x44','\x84','\x45','\xfe','\x54','\x82','\x88','\x00','\x10','\x40','\x20','\x20','\x7c','\x20','\x45','\xfe','\x64','\x40','\x54','\x40','\x54','\x40','\xfc','\x7c','\x44','\x44','\x64','\x44','\x54','\x44','\x54','\x44','\x44','\x84','\x44','\x84','\x55','\x28','\x8a','\x10','\x10','\x00','\x20','\x00','\x7d','\xfe','\x44','\x08','\x64','\x08','\x55','\xe8','\x55','\x28','\xfd','\x28','\x45','\x28','\x65','\x28','\x55','\xe8','\x55','\x28','\x44','\x08','\x44','\x08','\x54','\x28','\x88','\x10','\x10','\x20','\x20','\x20','\x7c','\x20','\x44','\x20','\x65','\xfc','\x55','\x24','\x55','\x24','\xfd','\x24','\x45','\x24','\x65','\xfc','\x55','\x24','\x55','\x24','\x45','\x24','\x45','\x24','\x55','\xfc','\x89','\x04','\x10','\x08','\x20','\x3c','\x7d','\xc0','\x44','\x04','\x65','\x44','\x54','\xa8','\x54','\x00','\xfd','\xf8','\x44','\x10','\x64','\x20','\x57','\xfe','\x54','\x20','\x44','\x20','\x44','\x20','\x54','\xa0','\x88','\x40','\x10','\x20','\x20','\x20','\x7c','\x50','\x44','\x48','\x64','\xa4','\x55','\xfe','\x56','\x84','\xfc','\xfc','\x44','\x84','\x64','\xfc','\x54','\x80','\x54','\xfc','\x45','\x44','\x45','\x44','\x56','\x7c','\x88','\x44','\x10','\xa0','\x21','\x2c','\x7d','\x24','\x45','\x24','\x65','\xac','\x55','\x24','\x55','\x24','\xfd','\xfc','\x44','\x20','\x65','\xfc','\x54','\x88','\x54','\x50','\x44','\x20','\x44','\x50','\x54','\x88','\x8b','\x06','\x10','\x00','\x21','\xfc','\x78','\x20','\x4b','\xfe','\x6a','\x22','\x59','\xac','\x48','\x20','\xf9','\xac','\x48','\x00','\x49','\xfc','\x68','\x04','\x59','\xfc','\x48','\x04','\x48','\x04','\x49','\xfc','\x98','\x04','\x10','\x50','\x20','\x50','\x7d','\xfe','\x44','\x50','\x65','\xfc','\x55','\x54','\x55','\xfc','\xfd','\x54','\x45','\xfc','\x64','\x00','\x54','\xf8','\x54','\x88','\x44','\xf8','\x44','\x88','\x54','\xf8','\x88','\x88','\x10','\x20','\x21','\xfc','\x7c','\x88','\x44','\x50','\x67','\xfe','\x54','\x00','\x55','\xfc','\xfd','\x24','\x45','\xfc','\x65','\x24','\x55','\xfc','\x54','\x20','\x45','\xfc','\x44','\x20','\x57','\xfe','\x88','\x00','\x11','\x04','\x20','\x88','\x7b','\xfe','\x48','\x20','\x69','\xfc','\x58','\x20','\x4b','\xfe','\xf8','\x54','\x49','\x92','\x48','\x90','\x6b','\xfe','\x58','\x90','\x48','\xd4','\x4b','\x8a','\x48','\x96','\x99','\xa2','\x10','\x20','\x20','\x20','\x7b','\xfe','\x49','\x24','\x69','\x24','\x5a','\xaa','\x4f','\xfe','\xf8','\x00','\x49','\xfc','\x49','\x04','\x69','\x74','\x59','\x54','\x49','\x74','\x49','\x04','\x49','\xfc','\x99','\x04','\x10','\x88','\x23','\xfe','\x78','\x88','\x4b','\xfe','\x6a','\x02','\x59','\xfc','\x48','\x00','\xfb','\xfe','\x48','\x40','\x48','\xa2','\x6b','\x54','\x58','\xb8','\x4b','\x54','\x48','\x92','\x4b','\x50','\x98','\x20','\x10','\x80','\x21','\xf8','\x7e','\x08','\x45','\xfc','\x65','\x24','\x55','\xfc','\x55','\x24','\xfd','\xfc','\x45','\x54','\x66','\x2a','\x55','\xfc','\x55','\x04','\x45','\xfc','\x45','\x04','\x55','\xfc','\x89','\x04','\x10','\x40','\x20','\x7c','\x78','\x40','\x4b','\xfc','\x6a','\x44','\x5b','\xf0','\x4a','\x44','\xfa','\xfc','\x4a','\xa8','\x4a','\xf8','\x6a','\xa8','\x5a','\xf8','\x4a','\x00','\x4d','\xfc','\x49','\x54','\x9b','\xfe','\x10','\x20','\x20','\x10','\x7c','\x10','\x44','\xfe','\x64','\x82','\x54','\x82','\x54','\x82','\xfc','\xfe','\x44','\x82','\x64','\x80','\x54','\x80','\x54','\x80','\x44','\x80','\x45','\x00','\x55','\x00','\x8a','\x00','\x22','\x00','\x22','\x7c','\xff','\x44','\x22','\x44','\x3e','\x7c','\x08','\x44','\x7f','\x44','\x49','\x7c','\x7f','\x52','\x08','\x52','\x7f','\x54','\x08','\x48','\xff','\x48','\x14','\x44','\x22','\x62','\x41','\x40','\x2a','\x10','\x7f','\x10','\xaa','\x9c','\xff','\xa4','\xaa','\xc8','\xff','\xbe','\xaa','\xaa','\xff','\xaa','\x00','\x2a','\xff','\xbe','\x00','\x20','\x7f','\x20','\x41','\x22','\x7f','\x22','\x22','\x22','\xff','\x9e','\x10','\x10','\x10','\x10','\x10','\x10','\x92','\x92','\x92','\x92','\x92','\x92','\x92','\x92','\x92','\x92','\xfe','\xfe','\x12','\x12','\x10','\x10','\x10','\x10','\x20','\x10','\x20','\x10','\x40','\x10','\x80','\x10','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x20','\x08','\x20','\x08','\x20','\x04','\x40','\x04','\x40','\x02','\x80','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x10','\x00','\x1f','\xf8','\x20','\x08','\x40','\x08','\x88','\x08','\x04','\x08','\x02','\x08','\x02','\x08','\x00','\x08','\x00','\x50','\x00','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x02','\x00','\x01','\x00','\xff','\xfe','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x08','\x00','\x0f','\xfc','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x1f','\xf0','\x00','\x00','\x00','\x00','\x7f','\xfc','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x44','\x08','\x44','\x10','\x44','\x60','\x3c','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x0f','\xe0','\x08','\x20','\x10','\x20','\x60','\x1c','\x00','\x00','\x1f','\xe0','\x08','\x20','\x04','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x08','\x00','\x08','\x00','\x1f','\xf8','\x22','\x08','\x52','\x48','\x1f','\xc8','\x04','\x08','\x08','\x50','\x30','\x20','\x1f','\xf8','\x22','\x08','\x52','\x48','\x9f','\xc8','\x04','\x08','\x08','\x50','\x30','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x40','\x04','\x40','\x08','\x20','\x10','\x10','\x20','\x08','\xdf','\xe6','\x04','\x20','\x04','\x20','\x08','\x20','\x10','\x20','\x21','\x40','\x40','\x80','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x24','\x10','\x22','\x10','\x21','\x10','\x21','\x10','\x20','\x10','\x20','\x20','\x24','\x20','\x28','\x50','\x30','\x88','\x21','\x04','\x06','\x02','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\xf8','\x20','\x00','\x20','\x00','\x3f','\xf0','\x20','\x10','\x20','\x10','\x3f','\xf0','\x20','\x00','\x20','\x00','\x20','\x00','\x3f','\xfc','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x1f','\xf8','\x20','\x08','\x40','\x08','\x9f','\x88','\x10','\x88','\x10','\x88','\x1f','\x88','\x10','\x88','\x00','\x08','\x00','\x50','\x00','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\xff','\xfe','\x20','\x08','\x20','\x28','\x20','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\xff','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x04','\x00','\x08','\x00','\x1f','\xf0','\x28','\x20','\x44','\x40','\x03','\x80','\x1c','\x70','\xe3','\x0e','\x00','\xc0','\x0e','\x00','\x01','\x80','\x00','\x40','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x1f','\xf0','\x12','\x10','\x11','\x10','\xff','\xfe','\x10','\x10','\x22','\x10','\x21','\x10','\x3f','\xfc','\x00','\x10','\x00','\xa0','\x00','\x40','\x04','\x40','\x04','\x40','\xff','\xfe','\x14','\x40','\x10','\x00','\x3f','\xfc','\x40','\x00','\x9f','\xf0','\x12','\x10','\x11','\x10','\xff','\xfe','\x22','\x10','\x21','\x10','\x3f','\xfc','\x00','\x10','\x00','\x60','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x09','\xf8','\x49','\x08','\x21','\x08','\x25','\x08','\x05','\x28','\x09','\x10','\x71','\x02','\x11','\x02','\x11','\x02','\x10','\xfe','\x00','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x10','\x08','\x10','\x10','\x10','\x13','\xfe','\x30','\x10','\x51','\x10','\x90','\x90','\x10','\x90','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7f','\xfc','\x01','\x00','\x11','\x10','\x09','\x10','\x09','\x20','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x00','\x1f','\xf0','\x20','\x10','\x5f','\x90','\x10','\x90','\x10','\x90','\x1f','\x90','\x10','\x50','\x10','\x24','\x10','\x04','\x0f','\xfc','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x0c','\x00','\x70','\xfc','\x40','\x84','\x44','\x84','\x44','\x84','\x5c','\x84','\x64','\x94','\x48','\x88','\x08','\x80','\x10','\x80','\x60','\x80','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x7f','\xfc','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x0a','\x20','\x01','\x00','\x00','\x00','\x7f','\xfc','\x00','\x10','\x10','\x10','\x08','\x20','\x04','\x40','\x04','\x80','\x00','\x00','\xff','\xfe','\x00','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x2f','\xe8','\x21','\x08','\x22','\x88','\x24','\x48','\x28','\x28','\x20','\x08','\x3f','\xf8','\x20','\x08','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x27','\xc8','\x24','\x48','\x24','\x48','\x27','\xc8','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x00','\x0f','\xf0','\x10','\x20','\x2c','\x40','\x03','\x80','\x1c','\x70','\xe0','\x0e','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x20','\x10','\x20','\x20','\x40','\x24','\x48','\x44','\x88','\x78','\xf0','\x08','\x10','\x10','\x20','\x14','\x28','\x22','\x44','\x7e','\xfc','\x02','\x04','\x04','\x40','\x04','\x40','\xff','\xfe','\x05','\x40','\x11','\x00','\x11','\x00','\x3f','\xf8','\x41','\x00','\x01','\x00','\xff','\xfe','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x14','\x40','\x10','\x00','\x1f','\xf8','\x20','\x08','\x5f','\xc8','\x90','\x48','\x1f','\xc8','\x10','\x48','\x1f','\xc8','\x10','\x48','\x00','\x08','\x00','\x50','\x00','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x00','\x10','\x00','\xfe','\x7c','\x12','\x44','\x22','\x44','\x22','\x44','\x64','\x44','\x14','\x44','\x08','\x44','\x14','\x7c','\x22','\x44','\xc0','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x02','\x00','\x7f','\xfc','\x04','\x00','\x09','\xf8','\x08','\x10','\x18','\x20','\x2b','\xfe','\x48','\x20','\x88','\x20','\x08','\x20','\x08','\xa0','\x08','\x40','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x02','\x80','\x0c','\x60','\x30','\x18','\xcf','\xe6','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x08','\x50','\x08','\x48','\x10','\x40','\x37','\xfe','\x50','\x40','\x90','\xa0','\x10','\xa0','\x11','\x10','\x11','\x10','\x12','\x08','\x14','\x06','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x20','\x40','\x10','\x20','\x87','\xfe','\x49','\x00','\x09','\x00','\x11','\x00','\xe1','\x00','\x21','\x00','\x21','\x00','\x21','\xfc','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x02','\x00','\x07','\xf8','\x08','\x10','\x34','\x20','\x02','\x40','\x01','\x80','\x0f','\xf8','\x18','\x08','\xe8','\x08','\x08','\x08','\x0f','\xf8','\x08','\x08','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x3f','\xf8','\x04','\x08','\x08','\x50','\x30','\x20','\x00','\x00','\x7e','\xfc','\x12','\x24','\x12','\x24','\x22','\x44','\x4a','\x94','\x85','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x80','\x08','\x40','\x10','\x40','\x33','\xfc','\x50','\x00','\x90','\x08','\x12','\x08','\x11','\x10','\x11','\x10','\x10','\x20','\x17','\xfe','\x10','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x18','\x7b','\xe0','\x08','\x40','\x10','\x40','\x22','\x78','\x7a','\x40','\x0a','\x40','\x2b','\xfc','\x10','\x00','\x28','\x00','\x47','\xfe','\x80','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x06','\x40','\x38','\x50','\x08','\x48','\xff','\xfe','\x08','\x40','\x08','\x40','\x0e','\x24','\x78','\x28','\x08','\x12','\x08','\x2a','\x28','\xc6','\x13','\x02','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x02','\x80','\x04','\x40','\x09','\x20','\x30','\x98','\xcf','\xe6','\x00','\x40','\x00','\x80','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x01','\x00','\x7f','\xfc','\x11','\x10','\x11','\x10','\x29','\x28','\x45','\x44','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7f','\xfe','\x08','\x88','\x11','\x10','\x22','\x20','\x11','\x10','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x10','\x20','\x08','\x20','\x40','\xa8','\x24','\xa4','\x05','\x22','\x09','\x22','\x72','\x28','\x10','\x10','\x10','\x60','\x11','\x80','\x06','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x20','\x3e','\x20','\x22','\x20','\x22','\xfc','\x3e','\x24','\x22','\x24','\x3e','\x24','\x22','\x24','\x22','\x44','\x2f','\x44','\xf0','\x94','\x41','\x08','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x24','\x20','\x24','\x20','\x24','\x20','\x3c','\x20','\x07','\xfe','\x04','\x20','\xfc','\x20','\x24','\x20','\x24','\x20','\x25','\xfc','\x44','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x02','\x80','\x04','\x40','\x08','\x20','\x37','\xd8','\xc1','\x06','\x01','\x00','\x3f','\xf8','\x01','\x00','\x11','\x10','\x21','\x08','\x45','\x04','\x02','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x02','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x22','\x88','\x04','\x90','\x08','\x88','\x10','\x8a','\x20','\x82','\xc0','\x7e','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7f','\xf8','\x02','\x08','\x12','\x08','\x24','\x28','\x08','\x10','\x31','\x00','\x08','\x84','\x48','\x92','\x48','\x12','\x87','\xf0','\x00','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x70','\x1f','\x80','\x01','\x00','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xcf','\xc6','\x04','\x40','\x04','\xf0','\x08','\x10','\x10','\x50','\x60','\x20','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x06','\x08','\x78','\x08','\x08','\x48','\x08','\x48','\xff','\x48','\x1c','\x48','\x2a','\x48','\x49','\x48','\x88','\x08','\x08','\x28','\x08','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x11','\x04','\x10','\x88','\x10','\x50','\x12','\x20','\x14','\x18','\x18','\x06','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x02','\x00','\x7f','\xfc','\x04','\x40','\x09','\x20','\x3f','\xf8','\xd1','\x16','\x1f','\xf0','\x11','\x10','\x1f','\xf4','\x01','\x04','\x01','\x04','\x00','\xfc','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\xff','\xfe','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x1f','\xf8','\x10','\x08','\x1f','\xf8','\x10','\x08','\x1f','\xf8','\x20','\x80','\x20','\x8c','\x3e','\xf0','\x20','\x82','\x26','\x82','\x38','\x7e','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x00','\x0f','\x7c','\x08','\x44','\x08','\x44','\xff','\x44','\x00','\x28','\x08','\x28','\x2a','\x10','\x49','\x10','\x89','\x28','\x28','\x44','\x10','\x82','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x7f','\xfc','\x08','\x20','\x08','\x20','\x14','\x50','\x22','\x88','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x10','\x10','\x90','\x10','\x90','\xfd','\x08','\x31','\x48','\x3a','\x44','\x54','\x42','\x50','\x90','\x90','\x88','\x11','\x08','\x13','\xfc','\x11','\x04','\x08','\x20','\xff','\xfe','\x09','\x20','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x08','\x20','\x1c','\x40','\x03','\xc0','\x7c','\x38','\x08','\x20','\xff','\xfe','\x09','\x20','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x30','\x08','\x20','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x00','\x10','\x0f','\xf0','\x00','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x41','\x02','\x9f','\xf4','\x11','\x10','\x11','\x50','\x11','\x20','\x01','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x0f','\xf8','\x08','\x00','\x0f','\xf0','\x08','\x00','\x0f','\xf0','\x08','\x00','\xff','\xfe','\x11','\x10','\x10','\xa0','\x14','\x40','\x18','\x30','\x10','\x0e','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x20','\x20','\x10','\x20','\x13','\xfc','\x82','\x24','\x42','\x20','\x4b','\xf8','\x0a','\x88','\x12','\x88','\xe2','\x50','\x24','\x20','\x24','\x50','\x29','\x8c','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\xfc','\x7e','\x04','\x40','\x04','\x40','\x04','\x40','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x20','\x00','\x17','\xfc','\x90','\x40','\x42','\x48','\x49','\x50','\x08','\x40','\x17','\xfe','\xe0','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x21','\x00','\x11','\x00','\x13','\xf8','\x84','\x08','\x4b','\xe8','\x52','\x28','\x12','\x28','\x23','\xe8','\xe2','\x18','\x22','\x04','\x22','\x04','\x21','\xfc','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x22','\x44','\x22','\x44','\x4a','\x94','\x85','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x02','\x40','\x02','\x20','\x7f','\xfc','\x04','\x40','\x08','\x20','\x30','\x18','\xc8','\x26','\x08','\x20','\x7f','\xfc','\x08','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x05','\x00','\x39','\x78','\x21','\x08','\x21','\x08','\x3d','\x78','\x21','\x08','\x21','\x08','\x3f','\xf8','\x02','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x20','\x40','\x13','\xf8','\x10','\x40','\x87','\xfe','\x41','\x10','\x52','\x88','\x14','\xf4','\x21','\x10','\xe2','\xa0','\x20','\x40','\x21','\xb0','\x2e','\x0e','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x20','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x20','\x1c','\x30','\x1a','\x70','\x2a','\x68','\x48','\xa4','\x89','\x22','\x08','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7c','\xf8','\x44','\x08','\x44','\x08','\x7c','\xf8','\x40','\x00','\x41','\xf8','\x7c','\x88','\x40','\x50','\x40','\x20','\x7c','\x50','\x40','\x88','\x43','\x06','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x0c','\x10','\x70','\x90','\x10','\x50','\x10','\x10','\xfc','\x90','\x30','\x50','\x38','\x1e','\x55','\xf0','\x50','\x10','\x90','\x10','\x10','\x10','\x10','\x10','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x00','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x08','\x00','\x0f','\xf0','\x00','\x10','\x00','\xa0','\x00','\x40','\x08','\x20','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x10','\x10','\x7f','\xfc','\x44','\x44','\x7c','\x7c','\x00','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x10','\x00','\x1f','\xf8','\x00','\x08','\x00','\x70','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3e','\x08','\x00','\x08','\x7e','\xfe','\x14','\x48','\x14','\x28','\x14','\x0a','\x24','\x2a','\x24','\x12','\x43','\xfe','\x08','\x20','\xff','\xfe','\x08','\x20','\x7f','\xfc','\x41','\x04','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x00','\x08','\x7c','\x7f','\x44','\x08','\x44','\x08','\x7c','\x3e','\x44','\x22','\x44','\x22','\x7c','\x22','\x44','\x3e','\x84','\x22','\x94','\x01','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x00','\x1f','\xfc','\x21','\x04','\x51','\x14','\x1f','\xf4','\x02','\x08','\x14','\x00','\x1f','\xfc','\x21','\x04','\x51','\x14','\x1f','\xf4','\x04','\x14','\x38','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x06','\x00','\x38','\xf8','\x20','\x88','\x20','\x88','\x3d','\x06','\x22','\x00','\x21','\xf8','\x3c','\x88','\x20','\x88','\x2c','\x50','\xf0','\x20','\x20','\xd8','\x27','\x06','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\x7f','\xfe','\x41','\x02','\x81','\x04','\x1f','\xf0','\x11','\x10','\x11','\x50','\x11','\x20','\x01','\x00','\x01','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x21','\xfc','\x7d','\x24','\x45','\x24','\x45','\x24','\x45','\x24','\x7d','\xfc','\x45','\x00','\x45','\x00','\x45','\x02','\x7d','\x02','\x44','\xfe','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x00','\x0b','\xf8','\x12','\x08','\x32','\x08','\x53','\xf8','\x90','\x40','\x17','\xfe','\x10','\xe0','\x11','\x50','\x12','\x48','\x1c','\x46','\x10','\x40','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x48','\x2f','\xe8','\x24','\x28','\x20','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x40','\x14','\x40','\x24','\x7c','\x78','\x84','\x11','\x04','\x24','\x44','\x7e','\x24','\x00','\x24','\x54','\x04','\x4a','\x04','\x8a','\x28','\x00','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x20','\x40','\x10','\x40','\xfe','\xfe','\x21','\x20','\x20','\xac','\x3c','\xb4','\x25','\xe4','\x24','\xac','\x24','\xa0','\x44','\xa2','\x54','\x82','\x88','\x7e','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\x90','\x10','\x90','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x48','\x24','\x4f','\xe4','\x40','\x14','\x40','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x04','\x40','\x08','\x20','\x32','\x18','\xc4','\x46','\x0f','\xe0','\x00','\x20','\x7e','\xfc','\x22','\x44','\x12','\x24','\x0a','\x14','\x12','\x24','\x2a','\x54','\x44','\x88','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x01','\x00','\x7f','\xfc','\x04','\x80','\x0a','\x60','\x31','\x18','\xc0','\x06','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x10','\x08','\x20','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x04','\x48','\xff','\xfe','\x04','\x48','\x3f','\xf8','\x0c','\x60','\x34','\x58','\xc4','\x46','\x04','\x40','\x08','\x20','\xff','\xfe','\x08','\x20','\x02','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x40','\x0c','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x20','\x80','\x10','\x80','\x10','\xfc','\xfd','\x04','\x02','\xf4','\x48','\x94','\x48','\x94','\x48','\xf4','\x10','\x94','\x1e','\x04','\xf0','\x28','\x40','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x00','\x80','\x3f','\xfe','\x20','\x80','\x24','\x90','\x24','\x90','\x2a','\xa8','\x31','\xc4','\x20','\x80','\x2f','\xf8','\x40','\x80','\x40','\x80','\x9f','\xfe','\x08','\x20','\xff','\xfe','\x0a','\x20','\x3f','\xc0','\x02','\x80','\xff','\xfe','\x02','\x20','\x0f','\xc0','\x34','\x08','\xc3','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7e','\xfc','\x02','\x04','\x7e','\xfc','\x40','\x80','\x7e','\xfc','\x02','\x04','\x22','\x44','\x1a','\x34','\x62','\xc4','\x14','\x28','\x08','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x80','\x11','\xfc','\x22','\x88','\x28','\x70','\x6b','\x8e','\xa8','\x20','\x28','\x48','\x29','\x90','\x28','\x64','\x29','\x88','\x20','\x30','\x21','\xc0','\x08','\x20','\xff','\xfe','\x08','\x20','\x3f','\xfc','\x20','\x00','\x2f','\xf8','\x20','\x00','\x3f','\xfc','\x24','\x48','\x24','\x30','\x26','\x0e','\x20','\x20','\x5f','\xfc','\x44','\x20','\x82','\xa0','\x00','\x40','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x08','\x20','\x17','\xd0','\x21','\x08','\xdf','\xf6','\x05','\x40','\x09','\x20','\x11','\x10','\x08','\x20','\xff','\xfe','\x09','\x20','\x00','\x80','\x3f','\xfc','\x22','\x20','\x22','\x20','\x3f','\xfc','\x22','\x20','\x23','\xe0','\x20','\x80','\x2f','\xf8','\x48','\x88','\x48','\xa8','\x88','\x90','\x00','\x80','\x08','\x20','\xff','\xfe','\x08','\x20','\x02','\x00','\x3f','\xf8','\x24','\x48','\x23','\x88','\x24','\x48','\x3f','\xf8','\x00','\x00','\x20','\x84','\x3e','\x98','\x20','\xe0','\x20','\x84','\x26','\x84','\x38','\x7c','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\x7f','\xfe','\x42','\x02','\x81','\x04','\x3f','\xf8','\x04','\x00','\x07','\xf0','\x08','\x10','\x10','\x50','\x20','\x20','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x80','\x1e','\xf8','\x22','\x88','\x54','\x50','\x28','\x20','\x17','\xd8','\x20','\x06','\xdf','\xf0','\x01','\x00','\x11','\x10','\x21','\x08','\x45','\x04','\x02','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x7f','\xfe','\x48','\x02','\x8b','\xf4','\x10','\x80','\x33','\xf8','\x52','\x08','\x92','\x08','\x13','\xf8','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x08','\x20','\xff','\xfe','\x09','\x20','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x04','\x7f','\xfc','\x00','\x20','\xff','\xfe','\x08','\x20','\x04','\x60','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x00','\x80','\x3f','\xfc','\x22','\x20','\x22','\x20','\x3f','\xfc','\x22','\x20','\x22','\x20','\x23','\xe0','\x20','\x00','\x4a','\x48','\x49','\x24','\x91','\x24','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x20','\x1f','\xf0','\x10','\x20','\x25','\x48','\x7e','\xfc','\x04','\x40','\x19','\x30','\xe6','\x4e','\x19','\x90','\x06','\x20','\x18','\xc0','\x07','\x00','\x38','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x10','\x7d','\xfe','\x04','\x20','\x18','\x48','\x51','\xfe','\x50','\x02','\x5c','\xa8','\x50','\xa8','\x50','\xa8','\x5d','\x2a','\x71','\x2a','\xc2','\x2a','\x04','\x06','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x20','\x40','\x10','\x40','\xfe','\xfe','\x21','\x20','\x20','\x40','\x3c','\xfc','\x25','\x20','\x24','\x20','\x25','\xfe','\x44','\x50','\x54','\x88','\x89','\x06','\x08','\x20','\xff','\xfe','\x08','\x20','\x14','\x50','\x14','\x50','\x7f','\xfc','\x24','\x52','\x47','\xce','\x80','\x00','\x7f','\xfc','\x41','\x04','\x1f','\xf0','\x11','\x10','\x11','\x50','\x11','\x20','\x01','\x00','\x08','\x20','\xff','\xfe','\x28','\x20','\x3f','\xfc','\x40','\x04','\xbf','\xe4','\x00','\x04','\x1f','\xc4','\x10','\x44','\x1f','\xc4','\x00','\x04','\x3f','\xe4','\x22','\x24','\x3f','\xe4','\x22','\x24','\x3f','\xec','\x08','\x20','\xff','\xfe','\x08','\x20','\x3c','\xf8','\x24','\x48','\x14','\x28','\x25','\x48','\x06','\xc0','\x18','\x30','\xe3','\x0e','\x0c','\x40','\x31','\x80','\x06','\x30','\x38','\xc0','\x07','\x00','\x38','\x00','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x10','\x10','\x10','\xfe','\xfe','\x10','\x10','\xfe','\xfe','\x92','\x92','\x92','\x92','\x96','\x96','\x38','\x38','\x54','\x54','\x92','\x92','\x10','\x10','\x10','\x10','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\xfc','\x7f','\x00','\x22','\x08','\x11','\x10','\x7f','\xfe','\x40','\x02','\x90','\x24','\x3d','\xf8','\x44','\x20','\xa9','\x20','\x11','\xfc','\x20','\x20','\xc0','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x08','\x20','\x3e','\xf8','\x08','\x20','\x7e','\xfc','\x00','\x00','\x7f','\xfc','\x04','\x40','\x18','\x42','\xe0','\x3e','\x08','\x20','\xff','\xfe','\x08','\x20','\x7f','\xfc','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x3f','\xf0','\x00','\x10','\x1f','\xf0','\x00','\x10','\x3f','\xf0','\x00','\x00','\x3e','\x7c','\x08','\x44','\x7f','\x7c','\x00','\x20','\xff','\xfe','\x08','\x20','\x04','\x60','\x08','\x20','\xff','\xfe','\x09','\x20','\x24','\x88','\x24','\x24','\x43','\xe4','\x24','\x28','\x12','\x14','\xa0','\xa0','\xa4','\xa4','\x1c','\x1c','\x01','\x00','\xff','\xfe','\x05','\x40','\x19','\x30','\xe1','\x0e','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\xff','\xfe','\x08','\x10','\x08','\x10','\x4e','\x9c','\x48','\x90','\x48','\x90','\x4e','\x90','\xf1','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x22','\x88','\x14','\x50','\x0b','\xfe','\x14','\x50','\x25','\xfc','\x4d','\x54','\x15','\x8c','\x25','\x04','\x45','\xfc','\x85','\x04','\x29','\xfc','\x11','\x04','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x23','\xf8','\x12','\x48','\x92','\x48','\x42','\xa8','\x4b','\xf8','\x08','\x00','\x17','\xfc','\xe4','\xa4','\x24','\xa4','\x24','\xa4','\x2f','\xfe','\x00','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x50','\x7e','\x50','\x11','\xdc','\x10','\x50','\x3c','\x50','\x25','\xdc','\x64','\x50','\x94','\x50','\x09','\xdc','\x08','\x50','\x10','\x50','\x23','\xfe','\x40','\x00','\x08','\x20','\xff','\xfe','\x09','\x20','\x02','\x80','\x0c','\x60','\x37','\xd8','\xc0','\x06','\x3f','\xf8','\x29','\x28','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\xff','\xfe','\x08','\x20','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\xff','\xfe','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x04','\x1f','\x04','\x22','\x24','\x7f','\xa4','\xa4','\xa4','\x3f','\xa4','\x24','\xa4','\x3f','\xa4','\x00','\x04','\x2a','\x84','\x45','\x54','\x00','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x00','\x00','\x7f','\xfe','\x40','\x02','\xbf','\xf4','\x08','\x40','\x1f','\x48','\x62','\x50','\x14','\x62','\x18','\x42','\xe0','\x3e','\x08','\x20','\xff','\xfe','\x09','\x20','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x25','\x48','\x3d','\x78','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3d','\x78','\x25','\x48','\x45','\x48','\x08','\x20','\xff','\xfe','\x09','\x20','\x7f','\xfc','\x11','\x10','\x29','\x28','\x45','\x44','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x20','\x08','\x27','\xc8','\x24','\x48','\x27','\xc8','\x20','\x08','\x3f','\xf8','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x40','\x7c','\x20','\x45','\xfc','\x44','\x88','\x7c','\x50','\x43','\xfe','\x40','\x20','\x7c','\x20','\x45','\xfc','\x44','\x20','\x7c','\x20','\x44','\x20','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x00','\x7f','\x20','\x49','\x20','\xff','\xbe','\x49','\x44','\x7f','\xa4','\x2a','\x24','\x3e','\x28','\x10','\x28','\xff','\x10','\x22','\x28','\x1c','\x44','\x62','\x82','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x22','\x20','\x4a','\xa0','\x8a','\xbe','\x1f','\xc4','\x20','\xa4','\x6f','\x24','\xa0','\x28','\x2f','\x28','\x29','\x10','\x29','\xa8','\x29','\x44','\x30','\x82','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x40','\x3e','\x20','\x22','\xfc','\x22','\x88','\x3e','\x50','\x21','\xfe','\x20','\x20','\x3e','\x20','\x52','\xfc','\x52','\x20','\x9e','\x20','\x12','\x20','\x00','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7d','\xfe','\x04','\x20','\x28','\xfc','\x10','\x84','\xfe','\xfc','\x12','\x84','\x14','\xfc','\x10','\x84','\x10','\xfc','\x10','\x00','\x50','\x48','\x20','\x84','\x08','\x20','\xff','\xfe','\x08','\x20','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x0c','\x20','\x71','\xfc','\x10','\x20','\x13','\xfe','\xfc','\x88','\x31','\x44','\x3a','\x7a','\x54','\x88','\x51','\x50','\x90','\x20','\x10','\xd8','\x17','\x06','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x48','\x7c','\xfc','\x10','\x48','\x7c','\x48','\x11','\xfe','\xfe','\x00','\x10','\xfc','\x38','\x84','\x54','\xfc','\x94','\x84','\x10','\xfc','\x10','\x84','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\xff','\xfe','\x02','\x88','\x7d','\x70','\x25','\x48','\x4d','\x66','\x90','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x20','\x10','\x40','\x10','\x04','\x40','\xff','\xfe','\x04','\x48','\x00','\x24','\x1f','\xfe','\x50','\x20','\x57','\xa0','\x75','\x24','\x17','\xa4','\xf4','\xa8','\x57','\xa8','\x55','\x10','\x95','\x12','\x27','\xaa','\x20','\x46','\x40','\x82','\x08','\x20','\xff','\xfe','\x09','\x20','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x7f','\xfe','\x48','\x22','\x9f','\xf4','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x10','\x30','\x20','\xca','\xfc','\x2c','\x84','\x30','\x84','\xc8','\xfc','\x14','\x84','\x24','\x84','\xcc','\xfc','\x14','\x48','\x24','\x4a','\xd4','\x8a','\x09','\x06','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x00','\x11','\xfc','\x7d','\x24','\x11','\xfc','\x7d','\x24','\x11','\xfc','\xfc','\x20','\x13','\xfe','\x3a','\x22','\x56','\x2a','\x92','\xfa','\x12','\x0a','\x12','\x06','\x08','\x20','\xff','\xfe','\x08','\x20','\x3e','\x20','\x08','\xf8','\x7f','\x28','\x2a','\x28','\x5d','\x6a','\x08','\x2a','\x3e','\x56','\x00','\x82','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x10','\x10','\x3f','\xf8','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x21','\x10','\x4b','\xa4','\x72','\xb8','\x23','\x90','\x4a','\xa4','\x7b','\xbc','\x01','\x00','\xff','\xfe','\x05','\x40','\x19','\x30','\xe1','\x0e','\x01','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x06','\x40','\x38','\x7c','\x08','\x94','\x7e','\x24','\x1c','\x44','\x2a','\x94','\x49','\x08','\x02','\xc0','\x1d','\x30','\xe9','\x2e','\x05','\x40','\x09','\x20','\x13','\x10','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x20','\x00','\x11','\xfc','\xfd','\x04','\x01','\xfc','\x79','\x04','\x01','\xfc','\x78','\x80','\x01','\xfe','\x7a','\x22','\x4d','\x52','\x79','\xfa','\x48','\x06','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x10','\xf8','\x24','\xa8','\x7c','\xa8','\x08','\xd8','\x10','\xf8','\x24','\x00','\x7d','\xfc','\x01','\x54','\x55','\x54','\x55','\x54','\x83','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x0c','\x80','\x70','\xf8','\x11','\x08','\x12','\x10','\xfd','\xfc','\x31','\x24','\x39','\xfc','\x55','\x24','\x51','\xfc','\x90','\x00','\x11','\x54','\x12','\x2a','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x09','\xfe','\x28','\x20','\x2e','\xfc','\x28','\x84','\xfe','\xfc','\x08','\x84','\x28','\xfc','\x2a','\x84','\x44','\xfc','\x08','\x00','\x30','\x48','\xc0','\x84','\x04','\x40','\x04','\x40','\xff','\xfe','\x14','\x40','\x10','\x80','\xfe','\xf8','\x11','\x08','\x7e','\xfc','\x54','\x84','\x54','\xfc','\x7c','\x84','\x10','\xfc','\x38','\x84','\x54','\xfc','\x90','\x48','\x10','\x84','\x08','\x20','\xff','\xfe','\x08','\x20','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7d','\x7c','\x44','\x84','\x4f','\xe4','\x59','\x04','\x4f','\xc4','\x49','\x04','\x4f','\xc4','\x49','\x04','\x4f','\xec','\x08','\x20','\xff','\xfe','\x09','\x20','\x01','\xf8','\x01','\x00','\x3f','\xfc','\x21','\x04','\x2f','\xe0','\x21','\x08','\x27','\xf8','\x24','\x90','\x27','\xf0','\x24','\x90','\x4f','\xf8','\x49','\x48','\x9f','\xfc','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x08','\x40','\x7e','\x7c','\x24','\x40','\xff','\x7c','\x00','\x04','\x7e','\x7c','\x42','\x40','\x7e','\x7c','\x42','\x40','\x7e','\x7c','\x42','\x42','\x46','\x3e','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x20','\x44','\x3e','\x28','\x44','\xfe','\xff','\x10','\x49','\x10','\x7f','\x7c','\x49','\x10','\x7f','\x10','\x00','\xfe','\x55','\x10','\x4a','\x90','\x8a','\x90','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x21','\xfc','\x21','\x04','\x49','\xfc','\xf9','\x04','\x13','\xfe','\x22','\x52','\x4b','\xfe','\xf8','\x00','\x01','\xfc','\xa8','\x88','\xa8','\x70','\x03','\x8e','\x08','\x20','\xff','\xfe','\x08','\x20','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x10','\xa0','\x20','\x90','\x45','\xfe','\x79','\x20','\x13','\xfc','\x25','\x20','\x7d','\xfc','\x01','\x20','\x55','\xfe','\x81','\x00','\x01','\x00','\x01','\x00','\x01','\xf8','\x01','\x00','\x01','\x00','\x3f','\xfc','\x20','\x04','\x21','\x08','\x21','\x00','\x21','\x18','\x21','\xe0','\x2f','\x00','\x21','\x04','\x41','\x04','\x40','\xfc','\x80','\x00','\x00','\x08','\x00','\xfc','\x3f','\x80','\x20','\x80','\x2f','\xf8','\x20','\x80','\x20','\x80','\x3f','\xfe','\x20','\x80','\x20','\x80','\x2f','\xf8','\x28','\x88','\x48','\x88','\x48','\xa8','\x88','\x90','\x00','\x80','\x01','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfe','\x21','\x02','\x21','\xf0','\x2f','\x04','\x20','\xfc','\x21','\x00','\x20','\x80','\x2f','\xf8','\x22','\x20','\x21','\x40','\x40','\x80','\x43','\x60','\x8c','\x1c','\x00','\x20','\x78','\x3e','\x48','\x20','\x49','\xfe','\x49','\x22','\x79','\x38','\x01','\xe0','\xfd','\x22','\x21','\x1e','\x41','\x00','\x79','\x78','\x09','\x48','\x09','\x48','\x0a','\x4a','\x52','\x4a','\x24','\x86','\x08','\x00','\x0f','\xbc','\x08','\x00','\x7f','\xc0','\x48','\x40','\x4f','\x3e','\x78','\x90','\x47','\x90','\x52','\x20','\x5f','\xbe','\x72','\x02','\x5f','\x82','\x52','\x02','\x5f','\x82','\x52','\x14','\x9f','\x88','\x00','\x00','\x7f','\xf0','\x00','\x90','\x03','\xd0','\x7c','\x10','\x04','\x10','\x3f','\x90','\x24','\x90','\x24','\x90','\x24','\x90','\x3f','\x90','\x04','\x12','\x04','\x8a','\x07','\xca','\x78','\x46','\x20','\x02','\x10','\x04','\x11','\xe4','\x10','\x24','\x7c','\x24','\x54','\x24','\x55','\xe4','\x55','\x04','\x55','\x04','\x7d','\x04','\x51','\xe4','\x10','\x24','\x14','\x24','\x1c','\x24','\xe4','\x24','\x41','\x44','\x00','\x84','\x10','\x08','\x10','\x48','\x10','\x48','\x7c','\x48','\x54','\x44','\x54','\x84','\x54','\xa4','\x55','\x22','\x7c','\x20','\x50','\x40','\x10','\x40','\x14','\x48','\x1c','\x84','\xe5','\xfe','\x40','\x82','\x00','\x00','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x00','\x01','\x08','\x7f','\xfc','\x20','\x04','\x10','\x10','\x11','\x10','\x10','\x90','\x7c','\x90','\x54','\x10','\x55','\x10','\x54','\x90','\x54','\x90','\x7c','\x10','\x50','\x1e','\x13','\xf0','\x14','\x10','\x1e','\x10','\xe2','\x10','\x40','\x10','\x00','\x10','\x10','\x20','\x10','\x20','\x10','\x20','\x7d','\xfe','\x55','\x22','\x55','\x22','\x55','\x22','\x55','\x22','\x7d','\x52','\x51','\x4a','\x11','\x8a','\x15','\x02','\x1d','\x02','\xe5','\x02','\x41','\x0a','\x01','\x04','\x10','\x20','\x10','\x20','\x10','\x20','\x7d','\xfc','\x54','\x20','\x54','\x20','\x54','\x20','\x55','\xfc','\x7c','\x20','\x50','\x20','\x10','\x20','\x17','\xfe','\x1c','\x20','\xe4','\x20','\x40','\x20','\x00','\x20','\x10','\x88','\x10','\x88','\x10','\x88','\x7c','\x88','\x55','\xfe','\x54','\x88','\x54','\x88','\x54','\x88','\x7c','\x88','\x50','\xf8','\x10','\x88','\x14','\x88','\x1e','\x88','\xe2','\x88','\x40','\xf8','\x00','\x88','\x10','\x04','\x10','\x0e','\x10','\xf0','\x7c','\x80','\x54','\x80','\x54','\x80','\x54','\x80','\x54','\xfe','\x7c','\x88','\x50','\x88','\x10','\x88','\x14','\x88','\x1c','\x88','\xe4','\x88','\x43','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x7c','\x20','\x55','\xfe','\x54','\x20','\x54','\x20','\x54','\x20','\x7d','\xfc','\x51','\x04','\x11','\x04','\x15','\x04','\x1d','\x04','\xe5','\x04','\x41','\xfc','\x01','\x04','\x10','\x00','\x10','\xfc','\x10','\x84','\x7c','\x84','\x54','\x84','\x54','\xfc','\x54','\x84','\x54','\x84','\x7c','\x84','\x50','\xfc','\x10','\x84','\x14','\x84','\x1c','\x84','\xe4','\x84','\x43','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x7c','\x20','\x55','\xfc','\x55','\x24','\x55','\x24','\x55','\x24','\x7d','\x24','\x51','\xfc','\x11','\x24','\x15','\x24','\x1d','\x24','\xe5','\x24','\x41','\xfc','\x01','\x04','\x10','\x20','\x10','\x20','\x10','\x50','\x7c','\x50','\x54','\x88','\x55','\x24','\x56','\x12','\x54','\x10','\x7d','\xfc','\x50','\x04','\x10','\x08','\x14','\x88','\x1e','\x50','\xe2','\x20','\x40','\x10','\x00','\x10','\x10','\x00','\x11','\xfe','\x11','\x28','\x7d','\xfe','\x55','\x28','\x55','\x7c','\x55','\x54','\x55','\x7c','\x7d','\x54','\x11','\x7c','\x15','\x10','\x1d','\xfe','\xe5','\x92','\x42','\xba','\x02','\x8a','\x04','\x84','\x10','\x40','\x10','\x40','\x10','\xfc','\x7c','\x84','\x55','\x04','\x56','\xf4','\x54','\x94','\x54','\x94','\x7c','\xf4','\x50','\x84','\x10','\x94','\x14','\x88','\x1e','\x82','\xe2','\x82','\x40','\x7e','\x00','\x00','\x10','\x00','\x10','\x00','\x11','\xfe','\x7d','\x02','\x55','\x02','\x55','\x7a','\x55','\x4a','\x55','\x4a','\x7d','\x4a','\x51','\x4a','\x11','\x7a','\x15','\x02','\x1d','\x02','\xe5','\xfe','\x41','\x02','\x00','\x00','\x10','\x08','\x10','\x3c','\x11','\xe0','\x7c','\x20','\x54','\x20','\x57','\xfe','\x54','\x20','\x54','\x20','\x7c','\x20','\x51','\xfc','\x11','\x04','\x15','\x04','\x1d','\x04','\xe5','\x04','\x41','\xfc','\x01','\x04','\x00','\x00','\x7d','\xf0','\x11','\x10','\x11','\x90','\x11','\x52','\x1d','\x12','\xe2','\x0e','\x45','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x00','\x01','\x08','\x7f','\xfc','\x20','\x04','\x04','\x40','\x04','\x40','\x7f','\xfc','\x04','\x40','\x04','\x40','\xff','\xfe','\x08','\x20','\x10','\x10','\x21','\x08','\xdf','\xf6','\x11','\x10','\x11','\x10','\x1f','\xf0','\x01','\x08','\x7f','\xfc','\x20','\x04','\x10','\x40','\x10','\x20','\x10','\x20','\x7d','\xfe','\x54','\x00','\x54','\x88','\x55','\x04','\x56','\x02','\x7c','\x88','\x50','\x88','\x10','\x50','\x14','\x50','\x1c','\x20','\xe4','\x50','\x40','\x88','\x03','\x06','\x10','\x20','\x11','\x20','\x11','\x20','\x7d','\xfc','\x55','\x20','\x56','\x20','\x54','\x20','\x57','\xfe','\x7c','\x70','\x50','\xa8','\x10','\xa8','\x15','\x24','\x1d','\x24','\xe6','\x22','\x40','\x20','\x00','\x20','\x10','\x40','\x10','\x40','\x10','\x44','\x7d','\xf4','\x54','\x48','\x54','\x50','\x57','\xfe','\x54','\x40','\x7c','\x80','\x51','\x84','\x12','\x98','\x14','\xe0','\x1c','\x82','\xe4','\x82','\x40','\x7e','\x00','\x00','\x20','\x04','\x20','\x0e','\x23','\xb8','\xf8','\x88','\xa8','\x88','\xa9','\x28','\xa9','\x2e','\xab','\xa8','\xf8','\xa8','\xa2','\xa8','\x22','\xa8','\x29','\x3e','\x39','\x00','\xea','\x80','\x44','\x7e','\x08','\x00','\x10','\x00','\x11','\xfc','\x11','\x04','\x7d','\x04','\x55','\xfc','\x55','\x04','\x55','\x04','\x55','\xfc','\x7d','\x04','\x51','\x04','\x11','\xfc','\x14','\x50','\x1c','\x50','\xe4','\x92','\x41','\x12','\x02','\x0e','\x10','\x00','\x11','\xfc','\x11','\x04','\x7d','\x04','\x55','\xfc','\x54','\x00','\x54','\x00','\x55','\xfc','\x7c','\x20','\x50','\x20','\x13','\xfe','\x14','\x20','\x1c','\x50','\xe4','\x88','\x41','\x04','\x02','\x02','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x10','\x00','\x1f','\xfc','\x22','\x04','\x5f','\xc4','\x92','\x44','\x12','\x44','\x1f','\xc4','\x02','\x24','\x03','\xf4','\x7c','\x14','\x20','\x08','\x3f','\xfc','\x20','\x00','\x2f','\xf8','\x20','\x00','\x3f','\xfc','\x24','\x48','\x24','\x30','\x26','\x0e','\x20','\x80','\x2f','\xf8','\x28','\x88','\x48','\x88','\x4f','\xf8','\x80','\x84','\x1f','\xfe','\x08','\x02','\x10','\x10','\x10','\x90','\x10','\x88','\x7d','\x08','\x56','\x04','\x55','\xfa','\x55','\x08','\x55','\x08','\x7d','\x08','\x51','\xf8','\x10','\x90','\x14','\x90','\x1c','\x90','\xe5','\x12','\x42','\x12','\x04','\x0e','\x00','\x18','\x7b','\xe0','\x10','\x40','\x22','\x78','\x7a','\x40','\x0a','\x40','\x2b','\xfc','\x10','\x00','\x2f','\xfe','\x41','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x08','\x7f','\xfc','\x00','\x04','\x10','\x08','\x10','\x3c','\x11','\xc0','\x7c','\x04','\x55','\x44','\x54','\xa8','\x54','\x00','\x55','\xf8','\x7c','\x10','\x50','\x20','\x13','\xfe','\x14','\x20','\x1e','\x20','\xe2','\x20','\x40','\xa0','\x00','\x40','\x10','\x20','\x10','\x20','\x10','\x50','\x7c','\x88','\x55','\x04','\x56','\x02','\x54','\xf8','\x54','\x20','\x7c','\x20','\x53','\xfe','\x10','\x20','\x15','\x24','\x1d','\x22','\xe6','\x22','\x40','\xa0','\x00','\x40','\x10','\x00','\x11','\xf8','\x10','\x08','\x7c','\xd0','\x54','\x20','\x55','\xfc','\x55','\x24','\x55','\x24','\x7d','\xfc','\x51','\x24','\x11','\x24','\x15','\xfc','\x1d','\x24','\xe5','\x24','\x41','\x24','\x01','\x0c','\x20','\x84','\x21','\xc4','\x27','\x04','\xf9','\x14','\xa9','\x14','\xa9','\x14','\xaf','\xd4','\xa9','\x14','\xfb','\x14','\xa3','\x94','\x25','\x54','\x2d','\x04','\x39','\x04','\xe9','\x04','\x41','\x14','\x01','\x08','\x10','\x00','\x10','\xfc','\x10','\x84','\x7c','\x84','\x54','\xfc','\x54','\x84','\x54','\x84','\x54','\xfc','\x7c','\x40','\x50','\xfe','\x11','\x2a','\x14','\x4a','\x1c','\x92','\xe5','\x22','\x40','\x4a','\x00','\x84','\x20','\x40','\x20','\x20','\x23','\xfe','\xfa','\x02','\xad','\x04','\xa9','\x00','\xa9','\xde','\xaa','\x52','\xfa','\x52','\xa3','\x52','\x24','\x9a','\x28','\x94','\x39','\x10','\xe9','\x12','\x42','\x12','\x04','\x0e','\x10','\x20','\x11','\x24','\x10','\xa8','\x7c','\x20','\x55','\xfc','\x54','\x40','\x57','\xfe','\x54','\x88','\x7d','\x04','\x52','\xfa','\x14','\x88','\x14','\x88','\x1c','\xa8','\xe4','\x92','\x40','\x82','\x00','\x7e','\x10','\x20','\x10','\x20','\x13','\xfe','\x7c','\x20','\x55','\xfc','\x54','\x20','\x57','\xfe','\x54','\x00','\x7d','\xfc','\x51','\x04','\x11','\xfc','\x15','\x04','\x1d','\xfc','\xe5','\x04','\x41','\x14','\x01','\x08','\x21','\x00','\x21','\x06','\x21','\x38','\xf9','\x20','\xaf','\xa0','\xa9','\x20','\xa9','\x3e','\xab','\x24','\xfb','\xa4','\xa5','\x64','\x25','\x24','\x29','\x24','\x39','\x24','\xe9','\x24','\x41','\x24','\x01','\x44','\x10','\x00','\x11','\xfc','\x11','\x24','\x7d','\x24','\x55','\x74','\x55','\x24','\x55','\xfc','\x55','\x04','\x7d','\x74','\x51','\x54','\x11','\x54','\x15','\x74','\x1d','\x04','\xe6','\x04','\x42','\x14','\x04','\x08','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x3c','\x78','\x04','\x40','\x7c','\x7c','\x04','\x40','\x01','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x01','\x08','\x7f','\xfc','\x20','\x04','\x10','\x00','\x11','\xfe','\x10','\x00','\x7c','\xfc','\x54','\x84','\x54','\x84','\x54','\xfc','\x54','\x00','\x7d','\xfe','\x51','\x22','\x11','\x22','\x15','\xfe','\x1d','\x22','\xe5','\x22','\x41','\xfe','\x01','\x02','\x10','\x00','\x11','\xfe','\x11','\x22','\x7d','\xfe','\x55','\x22','\x55','\xfe','\x54','\x00','\x54','\xfc','\x7c','\x84','\x50','\xfc','\x10','\x84','\x14','\xfc','\x1e','\x84','\xe2','\x84','\x40','\x94','\x00','\x88','\x10','\x00','\x10','\xfc','\x10','\x84','\x7c','\x84','\x54','\xf4','\x54','\x94','\x54','\x94','\x55','\xfe','\x7d','\x02','\x51','\x7a','\x11','\x4a','\x15','\x4a','\x1d','\x7a','\xe5','\x02','\x41','\x0a','\x01','\x04','\x20','\xc4','\x27','\x04','\x21','\x24','\xf9','\x14','\xa9','\x14','\xaf','\x84','\xa9','\x24','\xa9','\x14','\xfb','\x94','\xa3','\x46','\x25','\x3c','\x2d','\x04','\x39','\x04','\xe9','\x04','\x41','\x04','\x01','\x04','\x10','\x00','\x11','\xfc','\x11','\x04','\x7d','\xfc','\x55','\x04','\x55','\xfc','\x54','\x80','\x55','\xfe','\x7e','\x22','\x51','\x22','\x11','\x52','\x15','\x02','\x1d','\xfa','\xe4','\x02','\x40','\x14','\x00','\x08','\x21','\x00','\x21','\x3c','\x21','\x24','\xfb','\xa4','\xa9','\x24','\xa9','\x3c','\xa9','\x24','\xab','\xa4','\xfa','\xa4','\xa2','\xbc','\x22','\xa4','\x2a','\xa4','\x3b','\xa4','\xe8','\x44','\x40','\x54','\x00','\x88','\x20','\x20','\x20','\x40','\x21','\xfc','\xf9','\x04','\xa9','\xfc','\xa9','\x04','\xa9','\xfc','\xa8','\x00','\xfb','\xfe','\xa0','\x20','\x20','\x20','\x29','\xfc','\x38','\x20','\xe8','\x20','\x43','\xfe','\x00','\x00','\x00','\x00','\x3f','\xf0','\x02','\x10','\x02','\x10','\x7f','\xea','\x02','\x06','\x02','\x02','\x08','\x20','\x7e','\xfc','\x4a','\xa4','\x4a','\xa4','\x7e','\xfc','\x08','\x20','\x0a','\x24','\xfe','\xfe','\x02','\x02','\x10','\x40','\x10','\x40','\x10','\xfe','\x7c','\x80','\x55','\xfc','\x56','\x84','\x54','\xfc','\x54','\x84','\x7c','\xfc','\x50','\x40','\x10','\x7c','\x14','\xc4','\x1d','\x28','\xe4','\x10','\x40','\x68','\x01','\x86','\x10','\x20','\x10','\x10','\x11','\xfe','\x7d','\x02','\x55','\x02','\x55','\xfe','\x55','\x00','\x55','\x00','\x7d','\xfe','\x51','\xaa','\x12','\xaa','\x14','\xfe','\x1c','\xaa','\xe4','\xaa','\x40','\xaa','\x00','\x86','\x20','\x40','\x20','\xa0','\x21','\x10','\xfa','\x08','\xad','\xf6','\xa8','\x00','\xab','\xc4','\xaa','\x54','\xfa','\x54','\xa3','\xd4','\x22','\x54','\x2a','\x54','\x3b','\xd4','\xea','\x44','\x42','\x54','\x02','\xc8','\x21','\x08','\x20','\x88','\x20','\x88','\xfb','\xde','\xa9','\x10','\xa9','\x20','\xa9','\xde','\xa9','\x42','\xf9','\x44','\xa1','\x44','\x21','\x5e','\x29','\x44','\x3a','\x44','\xea','\x44','\x44','\xd4','\x08','\x08','\x10','\x00','\x10','\xfc','\x10','\x84','\x7c','\xfc','\x54','\x84','\x54','\xfc','\x54','\x00','\x55','\xfe','\x7c','\x80','\x50','\xfe','\x11','\x2a','\x16','\x4a','\x1c','\x92','\xe5','\x22','\x40','\x54','\x00','\x88','\x10','\x00','\x11','\xfc','\x11','\x54','\x7d','\x54','\x55','\xdc','\x54','\x50','\x55','\xdc','\x55','\x54','\x7d','\x54','\x51','\xdc','\x11','\x54','\x15','\x54','\x1d','\xdc','\xe5','\x50','\x40','\x52','\x00','\x3e','\x08','\x20','\x2a','\xa4','\x4d','\x28','\x14','\x50','\x22','\x88','\x7f','\xfe','\x41','\x02','\x81','\x04','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x01','\x00','\x01','\x08','\x7f','\xfc','\x00','\x04','\x20','\x00','\x23','\xfe','\x22','\x02','\xf8','\x00','\xa9','\xfc','\xa9','\x04','\xa9','\xfc','\xa9','\x04','\xf9','\xfc','\xa0','\x40','\x20','\x20','\x2b','\xfe','\x38','\x00','\xe8','\x88','\x41','\x04','\x02','\x02','\x21','\x00','\x20','\x9e','\x23','\xd2','\xfa','\x52','\xaa','\x54','\xab','\xd4','\xaa','\x58','\xaa','\x54','\xfb','\xd2','\xa2','\x12','\x22','\x92','\x2a','\x5a','\x3a','\xd4','\xeb','\x50','\x42','\x10','\x00','\x10','\x08','\x20','\x7f','\x20','\x08','\x7e','\x7e','\x44','\x08','\xa4','\xff','\x28','\x10','\x10','\x1e','\x28','\x22','\x44','\x46','\x82','\x81','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x04','\x7f','\xfe','\x20','\x1c','\x21','\xe0','\x20','\x20','\xf9','\x24','\xa8','\xa8','\xab','\xfe','\xa8','\x70','\xa8','\xa8','\xf9','\x24','\xa2','\x22','\x20','\x40','\x28','\x24','\x3a','\xa2','\xea','\x8a','\x44','\x88','\x00','\x78','\x08','\x00','\x1f','\xf0','\x28','\x20','\x07','\xc0','\x18','\x30','\xe1','\x8e','\x0c','\x40','\x03','\x00','\x10','\xa0','\x7e','\xfc','\x52','\xa4','\x7e','\xfc','\x10','\x20','\x14','\x24','\xfe','\xfe','\x02','\x02','\x20','\x40','\x20','\x20','\x23','\xfe','\xf8','\x20','\xa8','\x48','\xaa','\xf2','\xa9','\x24','\xaa','\x52','\xf8','\xf8','\xa0','\x08','\x20','\x20','\x2b','\xfe','\x38','\x20','\xe8','\x20','\x40','\x20','\x00','\x20','\x20','\x20','\x21','\x24','\x20','\xa8','\xfb','\xfe','\xaa','\x02','\xa8','\xf8','\xa8','\x88','\xa8','\x88','\xf8','\xf8','\xa0','\x20','\x21','\xfc','\x29','\x24','\x39','\x24','\xe9','\x34','\x41','\x28','\x00','\x20','\x00','\x50','\x7c','\x48','\x44','\x80','\x44','\xfe','\x7d','\x90','\x12','\x90','\x10','\xfc','\xfe','\x90','\x92','\x90','\x92','\xfc','\xfe','\x90','\x10','\x90','\x14','\x90','\x12','\xfe','\xfe','\x80','\x02','\x80','\x08','\x20','\x7f','\x20','\x08','\x3e','\xff','\x44','\x14','\xa8','\x56','\x10','\xa5','\x28','\x4c','\x46','\x81','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x01','\x08','\x7f','\xfc','\x20','\x04','\x08','\x20','\x7e','\x20','\x08','\xf8','\xff','\x28','\x14','\x28','\x7f','\x6a','\x08','\x2a','\xff','\x56','\x08','\x82','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x08','\x7f','\xfc','\x00','\x04','\x20','\x20','\x21','\x24','\x20','\xa8','\xfb','\xfe','\xaa','\x02','\xa8','\xf8','\xa8','\x88','\xa8','\x88','\xf8','\xf8','\xa0','\x20','\x20','\x20','\x29','\xfc','\x38','\x20','\xe8','\x20','\x43','\xfe','\x00','\x00','\x04','\x40','\x7f','\xfc','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x11','\x10','\x3f','\xf8','\xd1','\x16','\x1f','\xf0','\x01','\x08','\x7f','\xfc','\x10','\x88','\x10','\x88','\x13','\xfe','\x7c','\x88','\x54','\x00','\x55','\xfc','\x55','\x04','\x55','\xfc','\x7d','\x04','\x51','\xfc','\x10','\x20','\x17','\xfe','\x1c','\x50','\xe4','\x88','\x41','\x04','\x02','\x02','\x20','\x20','\x21','\xfc','\x21','\x24','\xfb','\xfe','\xa9','\x24','\xa9','\xfc','\xa8','\x20','\xa9','\xfc','\xf9','\x24','\xa1','\xfc','\x20','\x40','\x2b','\xfe','\x38','\x88','\xe9','\xd0','\x40','\x70','\x03','\x8c','\x20','\x20','\x20','\x20','\x21','\xfc','\xf8','\x20','\xab','\xfe','\xa9','\x08','\xab','\x9c','\xa9','\x08','\xf9','\x88','\xa6','\x3e','\x20','\x00','\x2b','\xfe','\x38','\x90','\xe8','\x90','\x41','\x12','\x02','\x0e','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x08','\x7f','\xfc','\x00','\x04','\x10','\x20','\x7e','\xfc','\x52','\xa4','\x7e','\xfc','\x10','\x20','\x14','\x24','\xfe','\xfe','\x02','\x02','\x20','\x3c','\x23','\xe0','\x21','\x24','\xf8','\xa8','\xab','\xfe','\xa8','\xa8','\xa9','\x24','\xaa','\x02','\xf9','\xfc','\xa1','\x24','\x21','\x24','\x29','\xfc','\x39','\x24','\xe9','\x24','\x41','\xfc','\x01','\x04','\x21','\x00','\x21','\xde','\x22','\x4a','\xfc','\x8a','\xab','\xea','\xaa','\xb6','\xaa','\xa4','\xab','\xf4','\xfa','\xbe','\xa2','\xa4','\x23','\xe4','\x2a','\xbe','\x3a','\xa4','\xea','\xa4','\x42','\x24','\x04','\x64','\x20','\x08','\x23','\xc8','\x22','\x48','\xfb','\xce','\xaa','\x4a','\xab','\xd2','\xa9','\x04','\xab','\xe4','\xfc','\xa4','\xa2','\xa4','\x23','\x64','\x2a','\x2a','\x3b','\xea','\xe8','\x2a','\x41','\x4a','\x00','\x90','\x10','\x80','\x10','\xf8','\x11','\x08','\x7f','\xfe','\x55','\x44','\x55','\x92','\x55','\xfe','\x55','\x00','\x7d','\x7c','\x51','\x00','\x11','\x7c','\x15','\x00','\x1d','\x7c','\xe5','\x44','\x41','\x7c','\x02','\x44','\x20','\x00','\x27','\xe0','\x22','\x5e','\xfb','\xd2','\xaa','\x52','\xab','\xd2','\xaa','\x72','\xaf','\xde','\xf8','\x40','\xa3','\xfe','\x20','\x20','\x29','\xfc','\x38','\x20','\xe8','\x20','\x43','\xfe','\x00','\x00','\x20','\x20','\x21','\x24','\x20','\xa8','\xfb','\xfe','\xaa','\x02','\xa8','\xf8','\xa8','\x88','\xa8','\x88','\xf8','\xf8','\xa0','\x00','\x21','\xfc','\x29','\x24','\x39','\xfc','\xe9','\x24','\x41','\xfc','\x01','\x04','\x10','\x88','\x13','\xfe','\x10','\x88','\x7c','\x20','\x57','\xfe','\x54','\x50','\x54','\x88','\x57','\x26','\x7c','\xf8','\x50','\x20','\x10','\x88','\x15','\xfe','\x1c','\x88','\xe4','\x88','\x41','\x08','\x02','\x08','\x20','\x88','\x20','\x88','\x23','\xfe','\xf8','\x88','\xa8','\x24','\xab','\xfe','\xa8','\x50','\xa8','\x88','\xf9','\x04','\xa2','\x8a','\x20','\x88','\x2b','\xfe','\x38','\x88','\xe8','\x88','\x41','\x08','\x02','\x08','\x20','\x88','\x22','\xaa','\x22','\xdc','\xfc','\x88','\xa9','\x54','\xaa','\x22','\xa8','\x00','\xab','\xfe','\xfa','\x22','\xa0','\x20','\x23','\xfe','\x28','\x70','\x38','\xa8','\xe9','\x24','\x46','\x22','\x00','\x20','\x10','\x88','\x13','\xfe','\x10','\xa8','\x7c','\x90','\x55','\xfe','\x57','\x20','\x55','\xfc','\x55','\x20','\x7d','\xfc','\x51','\x20','\x11','\xfe','\x15','\x00','\x1f','\xfc','\xe4','\x88','\x40','\x70','\x03','\x8e','\x20','\x00','\x21','\xfc','\x20','\x20','\xfb','\xfe','\xaa','\x22','\xa9','\xac','\xa8','\x20','\xa9','\xac','\xf8','\x00','\xa3','\xfe','\x20','\x20','\x29','\xfc','\x39','\x54','\xe9','\x54','\x41','\x54','\x01','\x0c','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x02','\x00','\xff','\xfe','\x08','\x20','\x3f','\xf8','\xc8','\x26','\x0f','\xe0','\x10','\x20','\x7c','\xf8','\x54','\xa8','\x7c','\xf8','\x12','\x24','\xfe','\xfc','\x0f','\xe0','\x10','\x20','\x1f','\xc0','\x00','\x40','\xff','\xfe','\x0c','\x10','\x73','\x20','\x0d','\xc0','\x72','\xb0','\x0c','\x8e','\xf3','\x20','\x7c','\xf8','\x54','\xa8','\x7c','\xf8','\x12','\x24','\xfe','\xfc','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x08','\x7f','\xfc','\x10','\x20','\x7c','\xf8','\x54','\xa8','\x7c','\xf8','\x12','\x24','\xfe','\xfc','\x00','\x00','\x3f','\xf8','\x24','\x48','\xff','\xfe','\x3e','\x7c','\x48','\x90','\x7e','\xfc','\x14','\x2a','\x66','\xc6','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x10','\x20','\x7c','\xf8','\x54','\xa8','\x7c','\xf8','\x12','\x24','\xfe','\xfc','\x01','\x00','\x7f','\xfc','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x88','\x02','\x1f','\xf0','\x68','\x10','\x0f','\xf0','\x10','\x20','\x7c','\xf8','\x54','\xa8','\x7c','\xf8','\x12','\x24','\xfe','\xfc','\x01','\x00','\x7f','\xfc','\x01','\x00','\x1f','\xf0','\x00','\x00','\x7f','\xfe','\x48','\x02','\x9f','\xf4','\x28','\x10','\xcf','\xf0','\x10','\x20','\x7c','\xf8','\x54','\xa8','\x7c','\xf8','\x12','\x24','\xfe','\xfc','\x21','\x04','\x47','\xc8','\x88','\x12','\xf3','\xbc','\x20','\x08','\x4b','\x92','\xf8','\x3e','\x03','\x80','\xaa','\xaa','\xab','\xaa','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x04','\x7f','\xfe','\x08','\x00','\x08','\xfc','\x10','\x24','\x7f','\x24','\x55','\x24','\x55','\x24','\x55','\x24','\x55','\xfc','\x55','\x44','\x55','\x44','\x55','\x44','\x55','\x44','\x57','\xc4','\xfc','\x44','\x01','\xfe','\x00','\x00','\x08','\x00','\x08','\x00','\x10','\x7e','\x7f','\x12','\x55','\x12','\x55','\x52','\x55','\x52','\x55','\x52','\x55','\x52','\x55','\x92','\x55','\x12','\x55','\x22','\x57','\xa2','\xfc','\x42','\x00','\x94','\x01','\x08','\x12','\x00','\x11','\x00','\x20','\x1c','\x4f','\xc0','\x82','\x00','\x14','\x00','\x24','\xbe','\x68','\x88','\xaf','\x08','\x21','\x08','\x22','\x08','\x22','\x08','\x24','\x88','\x2f','\x88','\x20','\xa8','\x20','\x10','\x10','\x00','\x1f','\xc0','\x22','\x1c','\x42','\x00','\x8f','\x80','\x14','\x80','\x24','\xbe','\x6f','\xc8','\xa0','\x08','\x20','\x08','\x27','\x88','\x24','\x88','\x24','\x88','\x24','\x88','\x27','\xa8','\x24','\x90','\x11','\x00','\x17','\xc0','\x22','\x4e','\x4f','\xe0','\x80','\x00','\x17','\xc0','\x24','\x5e','\x67','\xc4','\xa0','\x04','\x2f','\xe4','\x21','\x04','\x2f','\xe4','\x29','\x24','\x29','\x24','\x29','\x74','\x21','\x08','\x2e','\xe0','\x2a','\xa0','\x4e','\xee','\x4a','\xa0','\x8e','\xe0','\x1a','\xa0','\x2e','\xfe','\x64','\x44','\xaf','\xf4','\x34','\x84','\x27','\xe4','\x24','\x84','\x27','\xe4','\x24','\x84','\x27','\xf4','\x24','\x08','\x10','\x04','\x08','\x04','\x00','\x08','\x7e','\x10','\x02','\x20','\x04','\x44','\x08','\x04','\x1a','\x08','\x2c','\x10','\x4a','\x22','\x0a','\x42','\x08','\x04','\x08','\x08','\x08','\x10','\x08','\x20','\x08','\xc0','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x05','\x04','\x08','\x88','\x38','\x50','\xca','\x20','\x0c','\x18','\x08','\x06','\x01','\x00','\x02','\x80','\x04','\x40','\x09','\x20','\x30','\x98','\xcf','\xe6','\x00','\x40','\x02','\x80','\x01','\x00','\xff','\xfe','\x05','\x00','\x0c','\x88','\x34','\x50','\xc5','\x30','\x06','\x0e','\x04','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x08','\x20','\x10','\x10','\x20','\x08','\x5f','\xf4','\x10','\x10','\x10','\x10','\x1f','\xf0','\x04','\x44','\x0c','\x28','\x34','\x10','\xc5','\x08','\x06','\x06','\x04','\x00','\x20','\x00','\x10','\x00','\x01','\xfc','\xfd','\x04','\x09','\x04','\x11','\x04','\x11','\x04','\x35','\x04','\x59','\xfc','\x95','\x04','\x15','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x20','\x08','\x10','\x3c','\x01','\xe0','\xfc','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x35','\xfe','\x58','\x20','\x94','\x20','\x14','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x00','\x20','\x80','\x10','\x88','\x00','\x9c','\xf9','\x70','\x09','\x10','\x13','\x10','\x15','\x10','\x31','\x10','\x55','\xfe','\x99','\x10','\x15','\x10','\x11','\x10','\x11','\x10','\x11','\x10','\x11','\x7c','\x11','\x00','\x20','\x20','\x10','\x20','\x00','\x20','\xfd','\xfe','\x09','\x22','\x11','\x22','\x11','\x22','\x35','\x22','\x59','\x52','\x95','\x4a','\x15','\x8a','\x11','\x02','\x11','\x02','\x11','\x02','\x11','\x0a','\x11','\x04','\x20','\x20','\x10','\x20','\x00','\x20','\xf9','\xfc','\x08','\x24','\x10','\x24','\x14','\x24','\x38','\x24','\x55','\xfe','\x90','\x20','\x10','\x50','\x10','\x50','\x10','\x88','\x10','\x88','\x11','\x04','\x12','\x02','\x20','\x20','\x10','\x20','\x00','\x50','\xfc','\x88','\x09','\x04','\x12','\x12','\x10','\x20','\x34','\x40','\x59','\x88','\x94','\x10','\x14','\x20','\x10','\x44','\x11','\x88','\x10','\x10','\x10','\x60','\x13','\x80','\x20','\x00','\x10','\x00','\x01','\xfc','\xfd','\x04','\x09','\x04','\x11','\x04','\x11','\xfc','\x35','\x04','\x59','\x04','\x95','\x04','\x15','\xfc','\x11','\x04','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x00','\x20','\x80','\x10','\x80','\x00','\x80','\xf9','\xfe','\x09','\x00','\x12','\x00','\x14','\x20','\x30','\x20','\x55','\x28','\x99','\x24','\x16','\x24','\x12','\x22','\x14','\x22','\x10','\x20','\x10','\xa0','\x10','\x40','\x20','\x20','\x10','\x20','\x00','\x40','\xfd','\xfc','\x09','\x04','\x11','\x04','\x11','\x04','\x35','\x04','\x59','\xfc','\x95','\x04','\x15','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x20','\x20','\x10','\x20','\x01','\x24','\xf8','\xa4','\x08','\xa8','\x10','\x20','\x15','\xfc','\x38','\x20','\x54','\x20','\x90','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x20','\x80','\x10','\x80','\x01','\xfc','\xf9','\x04','\x0a','\x04','\x15','\xf4','\x11','\x14','\x35','\x14','\x59','\x14','\x95','\xf4','\x15','\x04','\x11','\x28','\x11','\x12','\x11','\x02','\x10','\xfe','\x10','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x02','\x20','\x01','\x40','\x7f','\xfc','\x04','\x84','\x18','\x88','\x62','\x80','\x03','\x00','\x04','\x88','\x0c','\x50','\x35','\x30','\xc6','\x0e','\x04','\x00','\x1f','\xf0','\x12','\x10','\x11','\x10','\xff','\xfe','\x12','\x10','\x21','\x10','\x3f','\xfc','\x00','\x10','\x02','\xa0','\x01','\x40','\xff','\xfe','\x04','\x88','\x0c','\x50','\x34','\x20','\xc5','\x18','\x06','\x06','\x20','\x20','\x10','\x20','\x01','\xfc','\xf8','\x20','\x08','\x20','\x10','\x20','\x13','\xfe','\x30','\x00','\x54','\x20','\x98','\x20','\x15','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x20','\x90','\x10','\x94','\x00','\x92','\xf9','\x12','\x09','\x10','\x13','\x7e','\x15','\x10','\x31','\x10','\x55','\x10','\x99','\x28','\x15','\x28','\x11','\x28','\x11','\x28','\x11','\x44','\x11','\x44','\x11','\x82','\x20','\x40','\x10','\x40','\x00','\x7c','\xfc','\x40','\x08','\x40','\x13','\xfe','\x10','\x00','\x34','\x00','\x5b','\xfe','\x94','\x40','\x14','\x50','\x10','\x48','\x10','\x44','\x10','\x40','\x10','\x40','\x10','\x40','\x20','\x40','\x10','\x40','\x00','\x9c','\xf9','\x00','\x0a','\x40','\x10','\x40','\x10','\xbe','\x35','\x88','\x5a','\x88','\x94','\x88','\x14','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\xa8','\x10','\x90','\x02','\x00','\x01','\x00','\xff','\xfe','\x04','\x88','\x08','\x50','\x3a','\x20','\xcc','\x18','\x08','\x06','\x3f','\xf8','\x24','\x48','\x28','\x28','\x37','\xd8','\x24','\x48','\x27','\xc8','\x20','\x28','\x20','\x10','\x01','\x20','\x01','\x10','\x7f','\xfc','\x11','\x10','\x09','\xa0','\x05','\x40','\x19','\x30','\x62','\x08','\x01','\x00','\xff','\xfe','\x05','\x00','\x0c','\x88','\x34','\x50','\xc5','\x30','\x06','\x0e','\x04','\x00','\x20','\x00','\x11','\xfc','\x00','\x44','\xf8','\x44','\x0b','\xfe','\x10','\x44','\x10','\x44','\x35','\xfc','\x58','\x80','\x94','\x80','\x15','\xfc','\x12','\x84','\x14','\x84','\x10','\x84','\x10','\xfc','\x10','\x84','\x24','\x20','\x24','\x20','\x3c','\x20','\x05','\xfc','\xfc','\x20','\x24','\x20','\x24','\xf8','\x46','\x00','\x01','\x00','\xff','\xfe','\x05','\x00','\x0c','\x88','\x34','\x50','\xc5','\x30','\x06','\x0e','\x04','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x13','\x10','\x65','\x88','\x0c','\x50','\x35','\x30','\xc6','\x0e','\x04','\x00','\x21','\x10','\x11','\x10','\x07','\xd0','\xf1','\x10','\x11','\x10','\x21','\x18','\x2f','\xf4','\x68','\x12','\xb1','\x12','\x29','\x10','\x27','\xd0','\x21','\x10','\x21','\x10','\x21','\xd0','\x2e','\x10','\x24','\x10','\x20','\x00','\x11','\xf8','\x01','\x08','\xf9','\x08','\x09','\xf8','\x11','\x08','\x15','\x08','\x39','\xf8','\x54','\x80','\x91','\xfc','\x12','\x54','\x14','\x94','\x11','\x24','\x12','\x44','\x10','\x94','\x11','\x08','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x3c','\x78','\x04','\x40','\x7c','\x7c','\x06','\x40','\x01','\x00','\xff','\xfe','\x05','\x00','\x0c','\x88','\x34','\x50','\xc5','\x30','\x06','\x0e','\x04','\x00','\x20','\x40','\x10','\x80','\x03','\xfc','\xfa','\x24','\x0a','\x24','\x13','\xfc','\x16','\x24','\x3a','\x44','\x57','\xfc','\x90','\x90','\x11','\x10','\x17','\xfe','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x20','\x00','\x13','\xfe','\x00','\x20','\xf0','\x20','\x13','\xfe','\x22','\x22','\x22','\x22','\x6b','\x32','\xb2','\xaa','\x2a','\xaa','\x23','\x76','\x22','\x66','\x22','\x22','\x22','\x22','\x22','\x2a','\x22','\x04','\x20','\x20','\x10','\x20','\x03','\xfe','\xf8','\x20','\x09','\xfc','\x10','\x24','\x13','\xfe','\x34','\x24','\x59','\xfc','\x94','\x40','\x17','\xfe','\x10','\x84','\x11','\xc8','\x10','\x30','\x10','\xcc','\x13','\x02','\x20','\x00','\x13','\xfe','\x02','\x22','\xf8','\x20','\x0b','\xfe','\x10','\x20','\x11','\xfc','\x35','\x24','\x59','\xfc','\x95','\x24','\x15','\xfc','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x20','\x80','\x10','\x40','\x03','\xfc','\xf2','\x04','\x12','\x04','\x23','\xfc','\x22','\x00','\x6a','\x00','\xb3','\xfc','\x2b','\x54','\x23','\x54','\x25','\xfc','\x25','\x54','\x25','\x54','\x29','\x44','\x21','\x0c','\x21','\x00','\x11','\x7c','\x01','\x44','\xf2','\x44','\x12','\x44','\x26','\x7c','\x2a','\x10','\x6a','\x10','\xb2','\xfe','\x2a','\x38','\x22','\x54','\x22','\x54','\x22','\x94','\x23','\x12','\x22','\x10','\x22','\x10','\x01','\x00','\xff','\xfe','\x00','\x00','\x0c','\xf8','\x30','\x88','\x20','\xf8','\x3c','\x20','\x21','\xfc','\x20','\xa8','\x3d','\x24','\x03','\x00','\x04','\x88','\x0c','\x50','\x35','\x30','\xc6','\x0e','\x04','\x00','\x20','\x00','\x11','\xf8','\x01','\x08','\xf9','\x08','\x09','\xf8','\x11','\x08','\x15','\x08','\x39','\xf8','\x54','\x00','\x93','\xfc','\x12','\x94','\x12','\x94','\x12','\x94','\x12','\x94','\x17','\xfe','\x10','\x00','\x20','\x00','\x13','\xfe','\x02','\x00','\xf2','\xfc','\x12','\x00','\x23','\xfe','\x22','\xa8','\x6a','\x90','\xb2','\xc8','\x2a','\x86','\x22','\x08','\x23','\xfe','\x22','\x88','\x24','\x48','\x24','\x08','\x28','\x18','\x20','\x00','\x12','\x7c','\x01','\x44','\xf9','\x44','\x08','\x7c','\x10','\x44','\x17','\x44','\x35','\x7c','\x59','\x50','\x95','\x4a','\x15','\x44','\x11','\x54','\x11','\x62','\x11','\x42','\x12','\x80','\x14','\x7e','\x20','\x04','\x10','\x1e','\x03','\xf0','\xf2','\x1e','\x12','\x10','\x22','\xfe','\x22','\x92','\x6a','\x98','\xb2','\xf2','\x2a','\x8e','\x22','\x80','\x22','\xb8','\x22','\xa8','\x24','\xaa','\x25','\x4a','\x2a','\x86','\x20','\x00','\x13','\xbe','\x00','\xa2','\xf0','\xa2','\x10','\xbe','\x23','\x88','\x22','\x08','\x6a','\x3e','\xb2','\x2a','\x2b','\xaa','\x20','\xaa','\x20','\xbe','\x20','\x88','\x20','\x8a','\x25','\x7e','\x22','\x02','\x01','\x00','\xff','\xfe','\x00','\x00','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x04','\x40','\x7f','\xfc','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x04','\x44','\x1c','\x28','\xe5','\x18','\x06','\x06','\x01','\x00','\xff','\xfe','\x08','\x20','\x3e','\x20','\x08','\xf8','\x7f','\x28','\x2a','\x68','\x5d','\x2a','\x08','\x56','\x3e','\x82','\x03','\x00','\x04','\x88','\x0c','\x50','\x35','\x30','\xc6','\x0e','\x04','\x00','\x20','\x00','\x13','\xde','\x00','\x42','\xfa','\x52','\x09','\x4a','\x12','\x52','\x10','\x42','\x34','\x20','\x59','\xfc','\x95','\x04','\x15','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x20','\x20','\x11','\xfc','\x01','\x24','\xfb','\xfe','\x09','\x24','\x11','\xfc','\x14','\x20','\x39','\xfc','\x55','\x24','\x91','\xfc','\x10','\x40','\x13','\xfe','\x10','\x88','\x11','\xd0','\x10','\x70','\x13','\x8c','\x20','\x00','\x13','\xde','\x02','\x52','\xfa','\x52','\x0b','\xde','\x10','\x00','\x11','\xfc','\x35','\x24','\x59','\xfc','\x95','\x24','\x15','\xfc','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x22','\x42','\x11','\x24','\x00','\x00','\xfd','\xfc','\x09','\x24','\x11','\x24','\x11','\xfc','\x35','\x24','\x59','\x24','\x95','\xfc','\x14','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x11','\x24','\x00','\xa8','\xfb','\xfe','\x0a','\x02','\x10','\xf8','\x10','\x88','\x34','\x88','\x58','\xf8','\x94','\x00','\x15','\xfc','\x11','\x24','\x11','\xfc','\x11','\x24','\x11','\xfc','\x11','\x04','\x00','\x40','\x7c','\x20','\x45','\xfc','\x44','\x88','\x7c','\x50','\x43','\xfe','\x7c','\x20','\xa5','\xfc','\x24','\x20','\x3e','\x20','\x01','\x00','\xff','\xfe','\x06','\x80','\x1c','\x48','\xe5','\x30','\x06','\x0e','\x20','\x00','\x11','\xfc','\x00','\x20','\xfb','\xfe','\x0a','\x22','\x11','\xac','\x14','\x20','\x39','\xac','\x54','\x00','\x93','\xfe','\x10','\x20','\x11','\xfc','\x11','\x54','\x11','\x54','\x11','\x54','\x11','\x0c','\x20','\x08','\x13','\xe8','\x02','\x88','\xfb','\xee','\x0a','\x28','\x13','\xf4','\x16','\x82','\x3b','\xe2','\x54','\x00','\x91','\xfc','\x11','\x54','\x11','\x54','\x11','\x54','\x11','\x54','\x17','\xfe','\x10','\x00','\x21','\x00','\x11','\x3e','\x01','\x08','\xf7','\xd0','\x11','\x3e','\x21','\x22','\x23','\xa2','\x68','\x3e','\xb0','\x22','\x2b','\xbe','\x22','\xa2','\x22','\xa2','\x22','\xbe','\x23','\x80','\x22','\x94','\x20','\x22','\x21','\x08','\x17','\xfe','\x01','\x08','\xf0','\x00','\x13','\xfc','\x22','\x94','\x22','\x94','\x6b','\xfc','\xb0','\x28','\x2b','\xfe','\x22','\x20','\x23','\x24','\x22','\xa8','\x22','\x92','\x24','\x2a','\x28','\xc6','\x42','\x00','\x21','\x3c','\x27','\xa4','\x00','\x24','\xf4','\xbc','\x13','\x24','\x27','\xa4','\x69','\x3c','\xb1','\x24','\x2f','\xa4','\x21','\x3c','\x25','\x90','\x25','\x58','\x29','\x68','\x25','\x2a','\x22','\x46','\x27','\xbc','\x14','\xa4','\x07','\xbc','\xf4','\xa4','\x17','\xbc','\x24','\x44','\x25','\xf4','\x6c','\x44','\xb5','\xf4','\x2d','\x54','\x25','\xf4','\x25','\x54','\x25','\xf4','\x24','\xe4','\x25','\x54','\x24','\x4c','\x21','\x40','\x12','\x6c','\x02','\x44','\xf3','\x6c','\x12','\xa4','\x23','\xac','\x22','\xa4','\x6f','\xfe','\xb1','\x08','\x2a','\xf4','\x24','\x42','\x23','\xf8','\x20','\x40','\x27','\xfc','\x20','\x40','\x20','\xc0','\x00','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\x04','\x40','\x7f','\xfc','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x44','\x47','\xc4','\x44','\x44','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x10','\x20','\x7e','\x20','\x52','\x3e','\x4a','\x44','\x7e','\xa4','\x10','\x28','\xff','\x28','\x20','\x10','\x3e','\x28','\x42','\x44','\x86','\x82','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x28','\x00','\xfd','\xfe','\x29','\x20','\x39','\xfc','\x11','\x20','\x7d','\xfc','\x55','\x20','\x7d','\xfe','\x10','\x02','\xfe','\xaa','\x10','\x04','\x00','\x08','\x01','\xfc','\x7e','\x10','\x22','\x10','\x11','\x20','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x42','\x18','\x42','\xe0','\x3e','\x10','\x00','\x10','\xfc','\x10','\x84','\x1e','\x84','\x10','\xfc','\x10','\x84','\x10','\x84','\x10','\xfc','\x7e','\x84','\x42','\x84','\x42','\xfc','\x42','\x50','\x42','\x50','\x7e','\x92','\x42','\x92','\x01','\x0e','\x00','\x00','\x00','\x7c','\x7f','\x44','\x08','\x44','\x08','\x7c','\x2a','\x44','\x2a','\x44','\x2a','\x7c','\x5d','\x44','\x49','\x44','\x88','\x7c','\x08','\x28','\x0f','\x28','\xf0','\x4a','\x40','\x4a','\x00','\x86','\x10','\x00','\x10','\x7c','\x7d','\x44','\x12','\x44','\x14','\x7c','\xff','\x44','\x10','\x44','\x20','\x7c','\x7e','\x44','\xa2','\x44','\x22','\x7c','\x3e','\x28','\x22','\x28','\x22','\x4a','\x3e','\x4a','\x22','\x86','\x10','\x00','\x28','\x7c','\x44','\x44','\x82','\x44','\x7d','\x7c','\x00','\x44','\xf1','\x44','\x95','\x7c','\x95','\x44','\xf5','\x44','\x95','\x7c','\x95','\x28','\xf5','\x28','\x91','\x4a','\x95','\x4a','\xb2','\x86','\x08','\x00','\x49','\x7c','\x49','\x44','\x7f','\x44','\x00','\x7c','\xff','\x44','\x00','\x44','\x7f','\x7c','\x41','\x44','\x41','\x44','\x7f','\x7c','\x42','\x28','\x24','\x28','\x0f','\x4a','\xf0','\x4a','\x40','\x86','\x22','\x00','\x22','\x7c','\xff','\xc4','\x22','\x44','\x7f','\x7c','\x22','\x44','\xff','\xc4','\x08','\x7c','\x7f','\x44','\x49','\x44','\x7f','\x7c','\x49','\x28','\xff','\xe8','\x41','\x4a','\x45','\x4a','\x42','\x86','\x22','\x00','\x22','\x7c','\xff','\xc4','\x22','\x44','\x3e','\x7c','\x08','\x44','\x7f','\x44','\x49','\x7c','\x7f','\x44','\x08','\x44','\x7f','\x7c','\x08','\x28','\x7f','\x28','\x08','\x4a','\x0f','\x4a','\xf0','\x86','\x3a','\xb8','\x21','\x08','\x3a','\xb8','\x22','\x88','\x39','\x38','\x22','\x88','\x7f','\xfe','\x50','\x12','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x42','\x18','\x42','\xe0','\x3e','\x7e','\x40','\x48','\x7e','\x7e','\x90','\x43','\x08','\x7e','\xfe','\x48','\xaa','\x7f','\xfe','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x42','\x18','\x42','\xe0','\x3e','\x10','\x00','\xfe','\xfc','\x10','\x84','\x7c','\x84','\x00','\xfc','\xfe','\x84','\xaa','\x84','\xfe','\xfc','\x44','\x84','\x7c','\x84','\x44','\xfc','\x7c','\x50','\x44','\x50','\x7c','\x92','\x28','\x92','\x45','\x0e','\x22','\x00','\x22','\x7c','\xff','\xc4','\x22','\x44','\x77','\x7c','\x55','\x44','\x77','\x44','\x12','\x7c','\x3f','\x44','\x64','\x44','\xbf','\x7c','\x24','\x28','\x3f','\x28','\x24','\x4a','\x3f','\x4a','\x20','\x86','\x20','\x08','\x20','\x1c','\x79','\xf0','\x49','\x50','\x91','\x50','\x7d','\x50','\x55','\x50','\x55','\x50','\x7d','\x50','\x55','\x48','\x55','\x48','\x7d','\x68','\x55','\x54','\x56','\x74','\x46','\x52','\x8c','\x00','\x08','\x80','\x28','\x88','\x2e','\xf0','\x28','\x84','\x2e','\x84','\xf0','\x7c','\x08','\x00','\x0f','\xc0','\x10','\x80','\x3f','\xf8','\x51','\x08','\x1f','\xf8','\x11','\x08','\x1f','\xf8','\x11','\x08','\x21','\x18','\x10','\x04','\x10','\x1e','\x3c','\xf0','\x24','\x90','\x48','\x90','\xbe','\x90','\x2a','\x90','\x2a','\xfe','\x3e','\x90','\x2a','\x90','\x2a','\x90','\x3e','\x88','\x2a','\x8a','\x4a','\xaa','\x42','\xd6','\x86','\x8a','\x10','\x88','\x10','\x48','\x3c','\x50','\x24','\x00','\x49','\xfc','\xbe','\x20','\x2a','\x20','\x2a','\xfc','\x3e','\x20','\x2a','\x20','\x2b','\xfe','\x3e','\x20','\x2a','\x20','\x4a','\x20','\x42','\x20','\x86','\x20','\x10','\x40','\x10','\x7e','\x3c','\x80','\x25','\x7c','\x48','\x44','\xbe','\x7c','\x2a','\x44','\x2a','\x7c','\x3e','\x00','\x2a','\xfe','\x2a','\x40','\x3e','\xfe','\x2b','\x2a','\x4a','\x4a','\x42','\x92','\x86','\x26','\x20','\x00','\x21','\xfc','\x79','\x54','\x49','\x54','\x91','\xfc','\x7c','\x80','\x55','\xfc','\x56','\x44','\x7d','\xf4','\x55','\x54','\x55','\x54','\x7d','\xf4','\x54','\x44','\x55','\xf4','\x44','\x14','\x8c','\x08','\x20','\x40','\x10','\x40','\x10','\x40','\xfe','\x40','\x00','\x40','\x7c','\x50','\x00','\x48','\x7c','\x44','\x00','\x44','\x7c','\x40','\x44','\x40','\x44','\x40','\x44','\x40','\x7c','\x40','\x44','\x40','\x00','\x40','\x20','\x40','\x10','\x40','\x10','\x80','\xfe','\xfe','\x01','\x00','\x7e','\x00','\x00','\xfc','\x7c','\x08','\x00','\x10','\x7c','\x20','\x44','\x40','\x44','\x80','\x45','\x02','\x7d','\x02','\x44','\xfe','\x00','\x00','\x20','\x00','\x10','\xfc','\x10','\x20','\xfe','\x20','\x00','\x20','\x7c','\x20','\x00','\x20','\x7d','\xfe','\x00','\x20','\x7c','\x20','\x44','\x20','\x44','\x20','\x44','\x20','\x7c','\x20','\x44','\x20','\x00','\x20','\x20','\x00','\x10','\x00','\x10','\xfc','\xfe','\x20','\x00','\x20','\x7c','\x20','\x00','\x20','\x7c','\x20','\x00','\x20','\x7c','\x20','\x44','\x20','\x44','\x20','\x44','\x20','\x7c','\x20','\x45','\xfe','\x00','\x00','\x20','\xa0','\x10','\xa0','\x00','\xa0','\xfd','\x24','\x01','\x24','\x7b','\x28','\x05','\x30','\x79','\x20','\x01','\x60','\x79','\xa0','\x49','\x20','\x49','\x22','\x49','\x22','\x79','\x22','\x49','\x1e','\x01','\x00','\x20','\x00','\x11','\xfc','\x10','\x10','\xfe','\x90','\x00','\x90','\x7c','\x90','\x01','\x10','\x7d','\xfe','\x00','\x30','\x7c','\x50','\x44','\x50','\x44','\x90','\x45','\x10','\x7e','\x10','\x44','\x50','\x00','\x20','\x20','\x20','\x10','\x20','\x00','\x20','\xfc','\x20','\x03','\xfe','\x7a','\x22','\x02','\x22','\x7a','\x22','\x02','\x52','\x7a','\x4a','\x4a','\x8a','\x4b','\x02','\x4a','\x02','\x7a','\x02','\x4a','\x0a','\x02','\x04','\x20','\x00','\x10','\x00','\x03','\xfe','\xfc','\x08','\x00','\x08','\x79','\xe8','\x01','\x28','\x79','\x28','\x01','\x28','\x79','\x28','\x49','\xe8','\x49','\x28','\x48','\x08','\x78','\x08','\x48','\x28','\x00','\x10','\x20','\x20','\x10','\x20','\x00','\x20','\xfc','\x20','\x03','\xfe','\x78','\x20','\x00','\x20','\x78','\x20','\x01','\xfc','\x79','\x04','\x49','\x04','\x49','\x04','\x49','\x04','\x79','\x04','\x49','\xfc','\x01','\x04','\x20','\x00','\x10','\xf8','\x10','\x88','\xfe','\x88','\x00','\x88','\x7c','\xf8','\x00','\x88','\x7c','\x88','\x00','\x88','\x7c','\xf8','\x44','\x88','\x44','\x88','\x44','\x88','\x7c','\x88','\x45','\xfe','\x00','\x00','\x20','\x20','\x10','\x20','\x10','\x20','\xfe','\x40','\x00','\x48','\x7c','\x84','\x01','\xfe','\x7c','\x82','\x00','\x00','\x7c','\xfc','\x44','\x84','\x44','\x84','\x44','\x84','\x7c','\x84','\x44','\xfc','\x00','\x84','\x20','\x04','\x10','\x1e','\x11','\xf0','\xff','\x10','\x01','\x10','\x7d','\x10','\x01','\x10','\x7d','\xfe','\x01','\x10','\x7d','\x10','\x45','\x10','\x45','\x08','\x45','\x0a','\x7d','\x4a','\x45','\xa6','\x01','\x12','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x40','\x10','\x40','\x00','\x40','\xfd','\xfe','\x00','\x80','\x78','\x90','\x00','\x90','\x79','\x12','\x01','\x52','\x79','\x54','\x4a','\x90','\x4a','\x28','\x4c','\x28','\x78','\x44','\x48','\x84','\x01','\x02','\x20','\x40','\x10','\x40','\x00','\xfc','\xfd','\x04','\x02','\x08','\x79','\xfe','\x01','\x00','\x79','\x7c','\x01','\x44','\x79','\x44','\x49','\x54','\x49','\x48','\x49','\x42','\x7a','\x42','\x4a','\x3e','\x04','\x00','\x20','\x08','\x10','\x1c','\x01','\xe0','\xfd','\x00','\x01','\x00','\x79','\xfe','\x01','\x00','\x79','\x00','\x01','\x7c','\x79','\x44','\x49','\x44','\x49','\x44','\x49','\x44','\x7a','\x7c','\x4a','\x44','\x04','\x00','\x20','\x80','\x10','\x80','\x01','\xfc','\xfd','\x04','\x02','\x04','\x79','\xe4','\x01','\x24','\x79','\x24','\x01','\xe4','\x79','\x24','\x49','\x24','\x49','\xe4','\x49','\x04','\x78','\x04','\x48','\x28','\x00','\x10','\x20','\x20','\x11','\x20','\x01','\x20','\xfd','\xfc','\x01','\x20','\x7a','\x20','\x00','\x20','\x7b','\xfe','\x00','\x70','\x78','\xa8','\x48','\xa8','\x49','\x24','\x49','\x24','\x7a','\x22','\x48','\x20','\x00','\x20','\x20','\x50','\x10','\x50','\x10','\x50','\xfd','\x52','\x00','\xd4','\x7c','\x58','\x00','\x50','\x7c','\x58','\x00','\xd4','\x7d','\x52','\x46','\x50','\x44','\x50','\x44','\x92','\x7c','\x92','\x45','\x12','\x02','\x0e','\x20','\x20','\x10','\x20','\x03','\xfe','\xfc','\x20','\x00','\x20','\x79','\xfc','\x00','\x20','\x78','\x20','\x03','\xfe','\x78','\x70','\x48','\xa8','\x48','\xa8','\x49','\x24','\x7a','\x22','\x44','\x20','\x00','\x20','\x20','\x80','\x10','\x80','\x10','\xfe','\xfd','\x00','\x02','\xfc','\x7c','\x84','\x00','\xa4','\x7c','\x94','\x03','\xfe','\x7c','\x84','\x45','\x24','\x45','\x14','\x45','\xfe','\x7c','\x04','\x44','\x28','\x00','\x10','\x20','\x10','\x10','\x14','\x00','\x12','\xfc','\x10','\x03','\xfe','\x78','\x10','\x01','\x50','\x79','\x54','\x07','\xf4','\x79','\x54','\x49','\x54','\x49','\x48','\x4a','\x4a','\x7a','\x5a','\x44','\x26','\x00','\x42','\x40','\x00','\x24','\x40','\x02','\xbe','\xf9','\x08','\x02','\x88','\x74','\x88','\x00','\x88','\x70','\xbe','\x01','\x88','\x72','\x88','\x54','\x88','\x50','\x88','\x50','\x88','\x70','\x88','\x55','\x3e','\x02','\x00','\x20','\x20','\x11','\x20','\x01','\x20','\xfd','\xfc','\x01','\x20','\x7a','\x20','\x00','\x20','\x7b','\xfe','\x00','\x00','\x78','\x00','\x49','\xfc','\x49','\x04','\x49','\x04','\x79','\x04','\x49','\xfc','\x01','\x04','\x20','\x00','\x11','\xf8','\x10','\x08','\xfe','\xd0','\x00','\x20','\x7d','\xfc','\x01','\x24','\x7d','\x24','\x01','\xfc','\x7d','\x24','\x45','\x24','\x45','\xfc','\x45','\x24','\x7d','\x24','\x45','\x24','\x01','\x0c','\x20','\x20','\x11','\x24','\x10','\xa4','\xfe','\xa8','\x00','\x20','\x7d','\xfc','\x01','\x04','\x7d','\x04','\x01','\xfc','\x7d','\x04','\x45','\x04','\x45','\xfc','\x45','\x04','\x7d','\x04','\x45','\x14','\x01','\x08','\x20','\x00','\x11','\xfc','\x00','\x20','\xfc','\x20','\x01','\x24','\x79','\x24','\x01','\x24','\x79','\x24','\x02','\xaa','\x7a','\xaa','\x4c','\xb2','\x48','\x20','\x48','\x20','\x78','\x20','\x4b','\xfe','\x00','\x00','\x20','\x40','\x10','\x20','\x03','\xfe','\xfc','\x00','\x01','\xfc','\x79','\x04','\x01','\xfc','\x78','\x00','\x01','\xfc','\x78','\x08','\x48','\x10','\x4b','\xfe','\x48','\x20','\x78','\x20','\x48','\xa0','\x00','\x40','\x20','\x80','\x10','\x80','\x01','\xf8','\xfd','\x08','\x02','\x10','\x7d','\xfc','\x00','\x24','\x78','\x24','\x03','\xfe','\x78','\x24','\x48','\x24','\x49','\xfc','\x48','\x24','\x78','\x20','\x48','\xa0','\x00','\x40','\x20','\x40','\x10','\x40','\x00','\x7c','\xfc','\x84','\x01','\x08','\x7a','\x00','\x00','\x20','\x79','\xce','\x01','\x02','\x79','\x02','\x49','\xce','\x49','\x02','\x49','\x02','\x79','\x02','\x49','\xfe','\x01','\x02','\x20','\x20','\x10','\x10','\x10','\xfe','\xfe','\x82','\x01','\x04','\x7c','\x00','\x00','\xfe','\x7c','\x10','\x00','\x10','\x7c','\x90','\x44','\x9e','\x44','\x90','\x44','\x90','\x7c','\xd0','\x45','\x3e','\x02','\x00','\x20','\x20','\x10','\x20','\x03','\xfe','\xfc','\x20','\x01','\xfc','\x79','\x24','\x01','\xac','\x79','\x74','\x01','\x24','\x79','\xfc','\x48','\x20','\x48','\x70','\x48','\xa8','\x79','\x24','\x4a','\x22','\x00','\x20','\x20','\x20','\x10','\x10','\x11','\xfe','\xfe','\x00','\x00','\x84','\x7c','\x48','\x01','\xfe','\x7c','\x00','\x00','\xfc','\x7c','\x84','\x44','\x84','\x44','\xfc','\x44','\x84','\x7c','\x84','\x44','\xfc','\x00','\x84','\x21','\x10','\x11','\x12','\x01','\xd4','\xfd','\x18','\x01','\x52','\x79','\x92','\x01','\x2e','\x78','\x40','\x01','\xfc','\x79','\x04','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\x04','\x49','\xfc','\x01','\x04','\x20','\x00','\x13','\xde','\x02','\x52','\xfe','\x52','\x03','\xde','\x78','\x00','\x01','\xfc','\x78','\x00','\x03','\xfe','\x78','\x80','\x49','\x00','\x49','\xfc','\x48','\x04','\x78','\x04','\x48','\x28','\x00','\x10','\x20','\x40','\x10','\x40','\x01','\xfc','\xfc','\x84','\x03','\xfe','\x78','\x00','\x01','\xfc','\x79','\x04','\x01','\xfc','\x78','\x20','\x4b','\xfe','\x48','\x20','\x4a','\x20','\x7b','\xfe','\x48','\x20','\x00','\x20','\x40','\x40','\x20','\x7c','\x00','\x40','\xfb','\xfe','\x02','\x42','\x72','\x78','\x03','\xc0','\x72','\x44','\x02','\x3c','\x72','\x00','\x52','\xfc','\x52','\x80','\x53','\xfe','\x74','\x80','\x54','\x80','\x08','\xfc','\x20','\x40','\x10','\x20','\x03','\xfe','\xfa','\x02','\x04','\x04','\x79','\xfc','\x00','\x00','\x79','\xfc','\x01','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x78','\x00','\x4b','\xfe','\x00','\x00','\x20','\x00','\x13','\xfe','\x02','\x22','\xfc','\x20','\x03','\xfe','\x78','\x20','\x01','\xfc','\x79','\x24','\x01','\xfc','\x79','\x24','\x49','\xfc','\x48','\x20','\x4b','\xfe','\x78','\x20','\x48','\x20','\x00','\x20','\x40','\x00','\x27','\xfc','\x04','\x04','\xfc','\x34','\x05','\xc4','\x74','\x44','\x05','\xf4','\x75','\x54','\x05','\x54','\x75','\xf4','\x54','\x44','\x54','\x54','\x55','\xf4','\x74','\x94','\x58','\x06','\x10','\x02','\x20','\x40','\x10','\x20','\x01','\xfe','\xfd','\x02','\x01','\x02','\x79','\xfe','\x01','\x00','\x79','\x00','\x01','\xfe','\x79','\xaa','\x49','\xaa','\x4a','\xfe','\x4a','\xaa','\x7a','\xaa','\x44','\xa2','\x00','\x86','\x20','\x20','\x10','\x20','\x00','\xa0','\xfd','\x2c','\x01','\x24','\x79','\x24','\x01','\xac','\x79','\x24','\x01','\x24','\x79','\xfc','\x49','\x24','\x48','\x50','\x48','\x50','\x78','\x88','\x49','\x04','\x02','\x02','\x20','\x00','\x13','\xfe','\x00','\x08','\xfd','\xe8','\x01','\x28','\x79','\xe8','\x00','\x00','\x7b','\xfe','\x00','\x08','\x79','\xe8','\x49','\x28','\x49','\x28','\x49','\xe8','\x78','\x08','\x48','\x28','\x00','\x10','\x01','\x00','\x7f','\xfe','\x44','\x42','\x9f','\xf4','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x09','\x20','\x1f','\xf0','\x20','\x08','\xdf','\xf6','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x21','\x04','\x10','\x84','\x00','\x88','\xfc','\x00','\x03','\xfe','\x78','\x00','\x00','\x88','\x79','\x04','\x02','\x02','\x79','\xfc','\x49','\x54','\x49','\x54','\x49','\x54','\x79','\x54','\x47','\xfe','\x00','\x00','\x20','\x88','\x11','\x04','\x02','\xfa','\xfc','\x40','\x00','\x80','\x78','\xf8','\x00','\x08','\x78','\x50','\x00','\x20','\x79','\xfc','\x49','\x54','\x49','\x54','\x49','\x54','\x79','\x54','\x4b','\xfe','\x00','\x00','\x20','\x00','\x11','\xfc','\x01','\x24','\xfd','\xfc','\x01','\x24','\x79','\xfc','\x00','\x88','\x79','\x44','\x02','\x42','\x78','\xf8','\x49','\x88','\x4a','\x50','\x48','\x20','\x78','\x50','\x49','\x88','\x06','\x06','\x40','\x40','\x20','\x28','\x00','\x90','\xfa','\xa4','\x02','\xc2','\x74','\x8a','\x01','\x88','\x76','\x78','\x00','\x00','\x73','\xfc','\x52','\x94','\x52','\x94','\x52','\x94','\x72','\x94','\x57','\xfe','\x00','\x00','\x20','\x40','\x10','\x20','\x03','\xfc','\xfd','\x08','\x00','\x90','\x7b','\xfe','\x02','\x02','\x7c','\x44','\x00','\x20','\x7b','\xfc','\x48','\x80','\x48','\xf8','\x48','\x88','\x79','\x08','\x49','\x28','\x02','\x10','\x20','\x40','\x10','\x80','\x01','\xfc','\xfa','\x48','\x01','\x30','\x78','\xc0','\x03','\x00','\x79','\xfc','\x02','\x20','\x78','\x20','\x4b','\xfe','\x48','\x20','\x49','\x24','\x79','\x24','\x49','\xfc','\x00','\x04','\x20','\x00','\x13','\xfe','\x02','\x00','\xfe','\x7c','\x02','\x44','\x7a','\x44','\x02','\x7c','\x7a','\x00','\x02','\xee','\x7a','\xaa','\x4a','\xaa','\x4a','\xaa','\x4a','\xee','\x7a','\x00','\x4b','\xfe','\x00','\x00','\x28','\x80','\x28','\x80','\xfc','\xfe','\x29','\x02','\x3a','\x42','\x11','\xfa','\x7c','\x02','\x55','\xf2','\x54','\x02','\x7d','\xf2','\x10','\x02','\xfd','\xf2','\x11','\x12','\x11','\xf2','\x10','\x14','\x10','\x08','\x08','\x78','\xff','\x48','\x08','\x86','\x3e','\x78','\x2a','\x48','\x3e','\x30','\x41','\x48','\xff','\xfc','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x40','\x10','\x20','\x03','\xfe','\xfc','\x88','\x00','\x50','\x7b','\xfe','\x02','\x22','\x7a','\xfa','\x02','\x22','\x7a','\xfa','\x4a','\x8a','\x4a','\x8a','\x4a','\xfa','\x7a','\x02','\x4a','\x0a','\x02','\x04','\x20','\x00','\x11','\xf8','\x01','\x08','\xfd','\xf8','\x01','\x08','\x79','\xf8','\x00','\x00','\x7b','\xfc','\x02','\x94','\x7b','\xfc','\x48','\x00','\x49','\xf8','\x48','\x90','\x78','\x60','\x49','\x98','\x06','\x06','\x20','\x88','\x10','\x88','\x03','\xfe','\xfc','\x88','\x00','\x00','\x79','\xfc','\x01','\x04','\x79','\xfc','\x01','\x04','\x79','\xfc','\x48','\x20','\x4b','\xfe','\x48','\x50','\x78','\x88','\x49','\x04','\x02','\x02','\x20','\x88','\x13','\xfe','\x00','\x88','\xfc','\x00','\x01','\xfc','\x78','\xa8','\x00','\xa8','\x7b','\xfe','\x00','\xa8','\x78','\xa8','\x49','\xfc','\x48','\x20','\x4b','\xfe','\x78','\x20','\x48','\x20','\x00','\x20','\x40','\x0e','\x23','\xf0','\x00','\x44','\xfa','\x24','\x01','\x08','\x73','\xf8','\x02','\x08','\x73','\xfc','\x02','\x04','\x73','\xfe','\x52','\x02','\x52','\xaa','\x52','\xaa','\x75','\x02','\x54','\x14','\x08','\x08','\x21','\x24','\x11','\x24','\x02','\xaa','\xfb','\xae','\x01','\x24','\x7a','\xaa','\x03','\xae','\x79','\x24','\x07','\xfe','\x79','\x10','\x49','\x14','\x49','\x14','\x4a','\x8a','\x7a','\x4a','\x4a','\x16','\x04','\x22','\x20','\x00','\x13','\xfc','\x00','\x48','\xfc','\x30','\x03','\xfe','\x78','\x52','\x00','\x94','\x7b','\x50','\x00','\x20','\x7b','\xfe','\x4a','\x52','\x4a','\x8a','\x4b','\x76','\x7a','\x52','\x4a','\x72','\x02','\x06','\x20','\x20','\x17','\xa4','\x00','\xa8','\xfa','\x92','\x01','\x14','\x7a','\x08','\x05','\xf4','\x78','\x02','\x03','\xf8','\x7a','\x08','\x4a','\x08','\x4b','\xf8','\x4a','\x08','\x79','\x10','\x4f','\xfe','\x00','\x00','\x20','\x00','\x13','\xde','\x00','\x88','\xfa','\xa8','\x03','\xfe','\x79','\x88','\x02','\xda','\x7c','\xa6','\x01','\xf8','\x79','\x08','\x49','\x08','\x49','\xf8','\x49','\x08','\x79','\x08','\x49','\xf8','\x01','\x08','\x20','\x88','\x10','\x88','\x03','\xde','\xf8','\x88','\x07','\xfe','\x78','\x88','\x01','\x54','\x7a','\x22','\x01','\xfc','\x79','\x04','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\x04','\x49','\xfc','\x01','\x04','\x20','\x00','\x13','\xfe','\x00','\x50','\xfb','\xfe','\x02','\x52','\x7b','\xfe','\x00','\x00','\x79','\xfc','\x01','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x48','\x20','\x7b','\xfe','\x48','\x20','\x00','\x20','\x20','\x80','\x10','\xf8','\x01','\x08','\xfb','\xfe','\x01','\x44','\x79','\x92','\x01','\xfe','\x79','\x00','\x01','\x7c','\x79','\x00','\x49','\x7c','\x49','\x00','\x49','\x7c','\x7a','\x44','\x4a','\x7c','\x04','\x44','\x20','\xf8','\x10','\x88','\x00','\x88','\xfc','\xf8','\x00','\x00','\x79','\xdc','\x01','\x54','\x79','\x54','\x01','\xdc','\x78','\x20','\x4b','\xfe','\x48','\x70','\x48','\xa8','\x79','\x24','\x4a','\x22','\x00','\x20','\x3e','\x10','\x22','\xfe','\x3e','\x44','\x20','\x28','\x7e','\xfe','\xa2','\x10','\x3e','\xfc','\x22','\x10','\x01','\x00','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x00','\x11','\xfc','\x01','\x54','\xfd','\xfc','\x00','\x20','\x79','\xfc','\x00','\x20','\x7b','\xfe','\x00','\x88','\x78','\x50','\x49','\xfc','\x48','\x20','\x4b','\xfe','\x78','\x20','\x48','\x20','\x00','\x20','\x20','\x10','\x10','\x7c','\x02','\x54','\xfd','\x7c','\x01','\x10','\x78','\xfe','\x00','\x00','\x7b','\x7c','\x01','\x44','\x79','\x7c','\x49','\x40','\x49','\x7c','\x49','\x44','\x79','\x7c','\x4a','\x80','\x04','\x7e','\x0a','\x00','\x33','\xb8','\x22','\x08','\x3b','\xb8','\x20','\x88','\x3a','\xb8','\x22','\x88','\xff','\xfe','\x11','\x10','\x3f','\xf8','\x40','\x04','\x9f','\xf2','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x20','\x20','\x13','\xfe','\x00','\x20','\xfd','\xfc','\x00','\x00','\x7b','\xfe','\x02','\x52','\x7b','\xfe','\x01','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\xfc','\x48','\x88','\x01','\x04','\x41','\x10','\x21','\x10','\x07','\xfc','\xf9','\x10','\x01','\xf0','\x72','\x08','\x02','\xea','\x76','\xac','\x02','\xa8','\x72','\xaa','\x56','\xea','\x5a','\x06','\x50','\x00','\x72','\xa4','\x52','\x52','\x04','\x52','\x32','\x18','\x29','\x14','\x40','\x20','\x7b','\xbe','\xd0','\x68','\x53','\xa8','\x78','\x3e','\x53','\xa8','\x50','\x28','\x7b','\xbe','\x52','\xa8','\x52','\xa8','\x52','\xa8','\x7b','\xbe','\x42','\xa0','\x40','\x20','\x21','\xf0','\x12','\x10','\x07','\xfc','\xfa','\x04','\x03','\xfc','\x7a','\x24','\x03','\xb8','\x7a','\x22','\x01','\xfe','\x7a','\x10','\x4f','\xfc','\x4a','\x44','\x4b','\xfc','\x78','\xd0','\x49','\x4a','\x06','\x3e','\x20','\x20','\x13','\xfe','\x00','\x00','\xfd','\xdc','\x01','\x54','\x79','\xdc','\x00','\x88','\x7b','\xfe','\x00','\x88','\x7b','\xfe','\x48','\x88','\x4b','\xfe','\x48','\x94','\x79','\x88','\x4a','\xa4','\x00','\xc2','\x21','\x48','\x11','\x4c','\x02','\xaa','\xfc','\x08','\x03','\xfe','\x79','\x48','\x03','\x68','\x79','\x4a','\x03','\x6a','\x79','\x4a','\x4b','\x6c','\x49','\x4c','\x49','\x6a','\x7b','\x8a','\x48','\x16','\x00','\x22','\x20','\x88','\x13','\xfe','\x00','\x88','\xfb','\xde','\x02','\x52','\x7b','\xde','\x00','\xa0','\x78','\x90','\x01','\xfe','\x79','\x20','\x4b','\xfc','\x4d','\x20','\x49','\xfc','\x79','\x20','\x49','\xfe','\x01','\x00','\x45','\x28','\x27','\xbe','\x09','\x48','\xf7','\xbe','\x03','\x18','\x75','\xaa','\x09','\x46','\x73','\xfc','\x02','\x04','\x73','\xfc','\x52','\x04','\x53','\xfc','\x52','\x04','\x73','\xfc','\x51','\x08','\x02','\x04','\x00','\x00','\x24','\xfc','\x22','\x08','\x4a','\x48','\x88','\x48','\x14','\x48','\x22','\x88','\x41','\xfe','\xbc','\x18','\x24','\x28','\x24','\x28','\x24','\x48','\x24','\x88','\x3d','\x08','\x24','\x28','\x00','\x10','\x20','\x00','\x10','\x50','\xfe','\x48','\x82','\x84','\x11','\x24','\x7c','\x20','\x10','\x50','\x7c','\x88','\x11','\x04','\xfe','\xfa','\x10','\x88','\x7c','\x88','\x44','\x88','\x44','\x88','\x7c','\xf8','\x44','\x88','\x0e','\x00','\xf0','\x50','\x22','\x48','\x92','\x84','\x45','\x24','\x20','\x20','\x44','\x50','\xf8','\x88','\x11','\x06','\x24','\xf8','\xfe','\x88','\x10','\x88','\xfe','\x88','\x28','\x88','\x44','\xf8','\x82','\x88','\x01','\x00','\x21','\x08','\x21','\x08','\x3f','\xf8','\x00','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x00','\x40','\xfc','\x20','\x03','\xfe','\x02','\x02','\x7d','\x04','\x49','\x00','\x49','\xde','\x4a','\x52','\x7a','\x52','\x03','\x52','\x8c','\x9a','\x48','\x94','\x51','\x10','\x19','\x12','\xe2','\x12','\x04','\x0e','\x7e','\xfc','\x48','\x44','\x7e','\x44','\x42','\x28','\x7e','\x10','\x48','\x28','\x7e','\x44','\x00','\x82','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x04','\x40','\xff','\xfe','\x08','\x20','\x1d','\x70','\x49','\x24','\x5d','\x74','\x49','\x24','\x5d','\x74','\x49','\x24','\x7f','\xfc','\x00','\x00','\x7f','\xfc','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x40','\x7f','\xfc','\x00','\x00','\x7f','\xfc','\x02','\x00','\x06','\x00','\x09','\x08','\x11','\x90','\x62','\xa0','\x04','\xc0','\x08','\xc0','\x11','\xa0','\x62','\x90','\x04','\x88','\x08','\x86','\x30','\x80','\xc2','\x80','\x01','\x00','\x11','\x10','\x09','\x20','\x7f','\xfc','\x04','\x00','\xff','\xfe','\x10','\x10','\x2f','\xc8','\xc6','\x06','\x19','\x10','\x62','\xa0','\x0c','\xc0','\x71','\xb0','\x06','\x88','\x18','\x84','\xe2','\x80','\x01','\x00','\x00','\x20','\xfe','\x20','\x08','\xfa','\x10','\x24','\x30','\x28','\x4b','\xfe','\x9c','\x20','\x28','\x40','\x4c','\xfc','\x9b','\x44','\x2a','\x44','\x48','\x7c','\x88','\x44','\x08','\x44','\x28','\x7c','\x10','\x44','\x00','\xe0','\x07','\x00','\x7a','\x0c','\x11','\x30','\x08','\xc0','\x07','\x80','\x78','\x40','\x00','\xa0','\x03','\x30','\x0c','\x50','\x70','\x90','\x01','\x10','\x06','\x10','\x18','\x10','\xe0','\xa0','\x00','\x40','\x0c','\x10','\x30','\x10','\xc2','\x10','\x14','\x10','\x49','\xfe','\x30','\x10','\xc8','\x30','\x14','\x30','\x24','\x50','\xcc','\x50','\x14','\x90','\x25','\x10','\xc4','\x10','\x04','\x10','\x28','\x50','\x10','\x20','\x0c','\x00','\x31','\xfc','\xc2','\x44','\x14','\x44','\x48','\x44','\x30','\x44','\xc8','\x94','\x14','\x88','\x25','\x00','\xcc','\xfc','\x14','\x84','\x24','\x84','\xc4','\x84','\x04','\x84','\x28','\xfc','\x10','\x84','\x10','\x80','\x20','\x80','\xd4','\xf8','\x09','\x08','\x53','\x10','\x24','\xa0','\xd0','\x40','\x18','\xa0','\x29','\x18','\xca','\x06','\x1d','\xf8','\x29','\x08','\xc9','\x08','\x09','\x08','\x51','\xf8','\x21','\x08','\x10','\x90','\x20','\x90','\xd4','\x90','\x09','\x10','\x51','\xfe','\x23','\x10','\xd5','\x10','\x19','\x38','\x29','\x38','\xc9','\x54','\x19','\x54','\x29','\x92','\xc9','\x10','\x09','\x10','\x51','\x10','\x21','\x10','\x0c','\x00','\x30','\xfe','\xc2','\x20','\x14','\x20','\x48','\x40','\x30','\xfc','\xc8','\x84','\x14','\x84','\x24','\x84','\xcc','\xfc','\x14','\x84','\x24','\x84','\xc4','\x84','\x04','\x84','\x28','\xfc','\x10','\x84','\x0c','\x00','\x31','\xfc','\xc3','\x24','\x15','\x24','\x49','\xfc','\x31','\x24','\xc9','\x24','\x15','\xfc','\x24','\x20','\xcc','\x20','\x15','\xfc','\x24','\x20','\xc4','\x20','\x04','\x20','\x2b','\xfe','\x10','\x00','\x10','\x00','\x20','\x40','\xd7','\x9c','\x0a','\x04','\x52','\x04','\x23','\x9c','\xd2','\x04','\x1a','\x04','\x2b','\xfc','\xc8','\x90','\x18','\x90','\x28','\x90','\xc8','\x90','\x09','\x12','\x52','\x12','\x24','\x0e','\x0c','\x20','\x30','\x40','\xc3','\xfc','\x15','\x04','\x49','\x54','\x31','\x24','\xc9','\x54','\x15','\x04','\x25','\xfc','\xcc','\x00','\x15','\x12','\x25','\xd4','\xc5','\x18','\x05','\x52','\x29','\x92','\x11','\x0e','\x0c','\x10','\x31','\x10','\xc3','\x10','\x15','\x12','\x49','\x12','\x31','\x14','\xc9','\xd8','\x15','\x10','\x25','\x10','\xcd','\x10','\x15','\x10','\x25','\x12','\xc5','\x52','\x05','\x92','\x29','\x0e','\x10','\x00','\x0c','\x88','\x30','\x88','\xc3','\xfe','\x14','\x88','\x48','\x00','\x31','\xfc','\xc9','\x04','\x15','\xfc','\x25','\x04','\xcd','\xfc','\x14','\x20','\x25','\xfe','\xc4','\x50','\x04','\x88','\x29','\x04','\x12','\x02','\x00','\x28','\x7e','\x24','\x42','\x24','\x42','\x20','\x7e','\x2e','\x42','\xf0','\x42','\x20','\x7e','\x24','\x42','\x24','\x42','\x28','\x7e','\x28','\x00','\x10','\x24','\x12','\x22','\x2a','\x41','\x46','\x81','\x82','\x00','\x08','\x00','\x7c','\x3f','\x80','\x20','\x80','\x20','\x80','\x3f','\xfe','\x20','\x80','\x27','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x27','\xf8','\x24','\x08','\x47','\xf8','\x42','\x10','\x84','\x08','\x01','\x00','\x02','\x80','\x0c','\x60','\x31','\x18','\xcf','\xe6','\x00','\x40','\x00','\x80','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x00','\x20','\x7c','\x20','\x44','\x20','\x44','\x40','\x7c','\x48','\x44','\x84','\x45','\xfe','\x7c','\x82','\x44','\x00','\x44','\xfc','\x7c','\x84','\x00','\x84','\x28','\x84','\x24','\x84','\x44','\xfc','\x80','\x84','\x08','\x80','\x28','\x88','\x2e','\xf0','\x28','\x84','\x2e','\x84','\xf0','\x7c','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x00','\x24','\xff','\xfe','\x00','\x20','\x3f','\xa0','\x00','\x20','\x7f','\xa0','\x00','\x20','\x3f','\xa0','\x20','\xa0','\x3f','\x90','\x20','\x90','\x3f','\x90','\x20','\x8a','\x3f','\x8a','\x11','\x06','\x20','\x82','\x00','\x20','\x3f','\x28','\x00','\x24','\x00','\x20','\xff','\xfe','\x00','\x20','\x7f','\xa0','\x40','\xa0','\x7f','\xa0','\x40','\x90','\x7f','\x90','\x40','\x90','\x7f','\x8a','\x12','\x0a','\x21','\x06','\x40','\x82','\x00','\x04','\x7c','\x1e','\x45','\xe0','\x44','\x00','\x7c','\x20','\x44','\x10','\x45','\xfe','\x7c','\x04','\x44','\x08','\x44','\x10','\x7c','\x20','\x00','\x40','\x28','\x80','\x25','\x40','\x46','\x3e','\x80','\x00','\x00','\x00','\x7f','\xfc','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x01','\x00','\x3f','\xf8','\x01','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x00','\x48','\x7c','\x44','\x44','\x5e','\x45','\xe0','\x7c','\x28','\x44','\x12','\x44','\x6a','\x7d','\x96','\x44','\x48','\x44','\x5e','\x7d','\xe0','\x00','\x24','\x28','\x28','\x24','\x12','\x44','\x6a','\x81','\x86','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x00','\x00','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x01','\x00','\x7f','\xfc','\x09','\x20','\x15','\x50','\x23','\x88','\x05','\x40','\x09','\x20','\x3f','\xf8','\xd0','\x16','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x01','\x00','\x7f','\xfe','\x44','\x42','\x9f','\xf4','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x28','\x28','\xcf','\xe6','\x08','\x20','\x0f','\xe0','\x04','\x40','\x08','\x20','\x01','\x10','\x78','\xa0','\x48','\x00','\x4b','\xfc','\x78','\xa0','\x4b','\xf8','\x48','\xa8','\x7b','\xfe','\x48','\xa8','\x4b','\xf8','\x78','\xa0','\x01','\xb0','\x52','\xa8','\x4c','\xa6','\x88','\xa0','\x00','\xa0','\x00','\x28','\x7c','\x24','\x47','\xfe','\x44','\x20','\x7d','\xfc','\x45','\x24','\x45','\xfc','\x7d','\x24','\x45','\xfc','\x45','\x24','\x7c','\x08','\x03','\xfe','\x28','\x88','\x24','\x48','\x44','\x48','\x80','\x18','\x08','\x20','\x7e','\x20','\x08','\xf8','\xff','\x28','\x14','\x28','\x7f','\x6a','\x08','\x2a','\xff','\x56','\x08','\x82','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x08','\x20','\x7f','\x20','\x08','\x7e','\x7e','\x44','\x08','\xa4','\xff','\x28','\x10','\x10','\x1e','\x28','\x22','\x44','\x5f','\xf2','\x90','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x28','\x50','\x3e','\x7c','\x48','\x90','\xfe','\xfe','\x15','\x28','\x26','\x4a','\x44','\x86','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x41','\xd4','\x20','\x10','\xfb','\xfe','\x10','\x90','\x52','\xc8','\x22','\x8a','\x57','\xe6','\x80','\x02','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x01','\x00','\xff','\xfe','\x20','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x00','\x00','\x77','\xdc','\x54','\x54','\x77','\xd4','\x54','\x5c','\x77','\xd6','\x52','\x96','\xb4','\x62','\x00','\x80','\x78','\xf8','\x49','\x08','\x4b','\xfe','\x79','\x44','\x49','\x92','\x49','\xfe','\x79','\x00','\x49','\x7c','\x49','\x00','\x79','\x7c','\x01','\x00','\x51','\x7c','\x4a','\x44','\x8a','\x7c','\x04','\x44','\x00','\x20','\x79','\xfc','\x48','\x24','\x4b','\xfe','\x78','\x24','\x49','\xfc','\x48','\x20','\x7b','\xfe','\x48','\x00','\x4a','\xa4','\x7c','\x52','\x01','\xfc','\x51','\x54','\x49','\x54','\x8f','\xfe','\x00','\x00','\x01','\x00','\xff','\xfe','\x02','\x84','\x7d','\x78','\x25','\x50','\x25','\x48','\x4d','\x64','\x20','\x08','\x3f','\xf8','\x20','\x08','\x2f','\xe8','\x28','\x28','\x2f','\xe8','\x28','\x28','\x4f','\xe8','\x84','\x48','\x00','\x0c','\x70','\x0a','\x51','\xfe','\x55','\x08','\x75','\xe8','\x55','\x48','\x57','\x4a','\x71','\xea','\x51','\x2a','\x5f','\xec','\x75','\x4c','\x05','\x4c','\x55','\xea','\x4a','\x0a','\x82','\x16','\x04','\x22','\x00','\x20','\x78','\x10','\x48','\x10','\x49','\xfe','\x79','\x00','\x49','\x10','\x49','\x10','\x79','\x10','\x49','\x7c','\x49','\x10','\x79','\x10','\x01','\x10','\x51','\x10','\x4a','\x10','\x8a','\xfe','\x04','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\x10','\x10','\x7e','\xfc','\x42','\x84','\x7e','\xfc','\x42','\x84','\x7e','\xfc','\x24','\x48','\x42','\x84','\x00','\x20','\x7b','\xfe','\x48','\x20','\x49','\xfc','\x78','\x00','\x4b','\xfe','\x4a','\x52','\x7b','\xfe','\x49','\x04','\x49','\xfc','\x79','\x04','\x01','\xfc','\x51','\x04','\x49','\xfc','\x88','\x88','\x01','\x04','\x08','\x00','\x08','\xfc','\x08','\x84','\x7e','\x84','\x08','\x94','\x08','\x88','\xff','\x80','\x14','\xfc','\x14','\xa4','\x56','\xa4','\x55','\xa8','\x94','\xa8','\x24','\x90','\x24','\xa8','\x54','\xc4','\x88','\x82','\x08','\x20','\x08','\x24','\x08','\xf4','\x7e','\x28','\x08','\x28','\x08','\xfe','\xff','\x10','\x14','\x20','\x14','\x7c','\x56','\xc4','\x55','\x44','\x95','\x7c','\x24','\x44','\x24','\x44','\x54','\x7c','\x88','\x44','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x20','\x10','\x10','\x20','\x00','\xc0','\x03','\x00','\x0c','\x00','\x13','\x00','\x20','\xfe','\x40','\x00','\x08','\x04','\x08','\x04','\x08','\x44','\x7e','\x44','\x08','\x44','\x08','\x44','\xff','\x44','\x08','\x4c','\x28','\x54','\x28','\x64','\x2e','\x04','\x28','\x04','\x28','\x04','\x58','\x00','\x4f','\xfe','\x80','\x00','\x08','\x20','\x08','\x20','\x08','\x50','\x7e','\x50','\x08','\x88','\x09','\x24','\xfe','\x42','\x08','\x90','\x28','\x20','\x28','\x44','\x2e','\x88','\x28','\x10','\x28','\x20','\x58','\x40','\x4f','\xfe','\x80','\x00','\x08','\x10','\x08','\x92','\x08','\x54','\x7e','\x10','\x08','\xfe','\x08','\x82','\xfe','\xfe','\x08','\x82','\x28','\xfe','\x28','\x82','\x2e','\x82','\x28','\x8a','\x28','\x84','\x58','\x00','\x4f','\xfe','\x80','\x00','\x00','\x20','\x7c','\x20','\x44','\x20','\x45','\xfe','\x44','\x20','\x7c','\x20','\x10','\x20','\x11','\xfc','\x5c','\x84','\x50','\x88','\x50','\x48','\x50','\x50','\x5c','\x20','\xe0','\x50','\x01','\x88','\x06','\x06','\x00','\x20','\x7c','\x20','\x44','\x20','\x45','\x20','\x45','\x20','\x7d','\x20','\x11','\x3c','\x11','\x20','\x5d','\x20','\x51','\x20','\x51','\x20','\x51','\x20','\x5d','\x20','\xe1','\x20','\x07','\xfe','\x00','\x00','\x00','\x20','\x7c','\x20','\x44','\x20','\x44','\x20','\x45','\xfc','\x7c','\x20','\x10','\x20','\x10','\x20','\x5d','\xfe','\x50','\x20','\x50','\x50','\x50','\x50','\x5c','\x88','\xe0','\x88','\x01','\x04','\x02','\x02','\x01','\x00','\x79','\x00','\x49','\x00','\x49','\x1c','\x4b','\xd4','\x79','\x54','\x11','\x54','\x11','\x54','\x51','\x54','\x5d','\x54','\x51','\x54','\x51','\x54','\x59','\x54','\xe2','\x5c','\x03','\x54','\x04','\x80','\x00','\x00','\x7d','\xdc','\x45','\x54','\x45','\x54','\x45','\x54','\x7d','\x54','\x11','\x54','\x13','\xfe','\x5d','\x54','\x51','\x54','\x51','\x54','\x51','\x54','\x5d','\x54','\xe2','\xd4','\x02','\x24','\x04','\x4c','\x00','\x00','\x7c','\x00','\x45','\xfe','\x44','\x20','\x44','\x20','\x7c','\x40','\x10','\x40','\x10','\xfc','\x10','\x84','\x5d','\x84','\x52','\x84','\x50','\x84','\x50','\x84','\x5c','\x84','\xe0','\xfc','\x00','\x84','\x00','\x20','\x7c','\x20','\x45','\x20','\x45','\x20','\x45','\xfc','\x7d','\x20','\x12','\x20','\x10','\x20','\x11','\xfe','\x5c','\x20','\x50','\x50','\x50','\x50','\x50','\x88','\x5c','\x88','\xe1','\x04','\x02','\x02','\x00','\x10','\x7c','\x10','\x44','\x10','\x45','\xfe','\x45','\x12','\x7d','\x14','\x11','\x10','\x11','\xfc','\x5d','\x44','\x51','\x44','\x51','\x28','\x51','\x28','\x5d','\x10','\xe2','\x28','\x02','\x44','\x04','\x82','\x00','\x50','\x7c','\x48','\x44','\x48','\x44','\x40','\x47','\xfe','\x7c','\x80','\x10','\x80','\x10','\xfc','\x5d','\x44','\x51','\x44','\x51','\x28','\x51','\x28','\x5e','\x10','\xe2','\x28','\x04','\x44','\x01','\x82','\x00','\x40','\x7c','\x40','\x44','\xfc','\x45','\x04','\x46','\x08','\x7d','\xfe','\x11','\x00','\x11','\x7c','\x5d','\x44','\x51','\x44','\x51','\x54','\x51','\x48','\x5d','\x42','\xe2','\x42','\x02','\x3e','\x04','\x00','\x00','\x00','\x7d','\xf0','\x11','\x10','\x11','\x90','\x11','\x52','\x1d','\x12','\xe2','\x0e','\x44','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x11','\xf8','\x11','\x00','\x29','\x00','\x47','\xfe','\x00','\x00','\x7d','\xf8','\x45','\x08','\x45','\x08','\x45','\xf8','\x7d','\x08','\x11','\x08','\x11','\xf8','\x5d','\x44','\x51','\x48','\x51','\x30','\x51','\x20','\x5d','\x10','\xe1','\x48','\x01','\x86','\x01','\x00','\x00','\x20','\x79','\x20','\x49','\x20','\x49','\xfc','\x49','\x20','\x7a','\x20','\x10','\x20','\x13','\xfe','\x50','\x90','\x5c','\x90','\x50','\x90','\x50','\x90','\x59','\x12','\xe1','\x12','\x02','\x12','\x04','\x0e','\x00','\x00','\x7d','\xfc','\x45','\x04','\x45','\x04','\x45','\xfc','\x7d','\x00','\x11','\x00','\x11','\xfe','\x5d','\x02','\x51','\x7a','\x51','\x4a','\x51','\x4a','\x5e','\x7a','\xe2','\x02','\x04','\x14','\x00','\x08','\x00','\x20','\x7c','\x20','\x47','\xfe','\x44','\x20','\x44','\x20','\x7d','\xfc','\x11','\x24','\x11','\x24','\x5d','\xfc','\x50','\x20','\x50','\x70','\x50','\xa8','\x5d','\x24','\xe2','\x22','\x00','\x20','\x00','\x20','\x00','\x40','\x7c','\x20','\x45','\xfc','\x45','\x04','\x45','\x04','\x7d','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x5d','\x20','\x51','\x22','\x51','\x14','\x51','\x08','\x5d','\x44','\xe1','\x82','\x01','\x00','\x00','\x20','\x7c','\x20','\x45','\xfc','\x44','\x20','\x44','\x20','\x7c','\x20','\x13','\xfe','\x10','\x20','\x5c','\x20','\x51','\x20','\x51','\x3c','\x51','\x20','\x5e','\xa0','\xe2','\x60','\x04','\x3e','\x08','\x00','\x00','\x00','\x7d','\xfc','\x45','\x24','\x45','\x24','\x45','\xfc','\x7d','\x24','\x11','\x24','\x11','\xfc','\x10','\x20','\x5d','\xfe','\x50','\x70','\x50','\xa8','\x51','\x24','\x5e','\x22','\xe0','\x20','\x00','\x20','\x00','\x00','\x7d','\xfe','\x45','\x02','\x45','\x02','\x45','\xfe','\x7d','\x10','\x11','\x10','\x11','\xfe','\x5d','\x10','\x51','\x10','\x51','\x7e','\x51','\x42','\x5d','\x42','\xe2','\x42','\x02','\x7e','\x04','\x42','\x00','\x48','\x7c','\x44','\x44','\x5e','\x45','\xe0','\x44','\x28','\x7c','\x12','\x10','\x6a','\x11','\x96','\x10','\x48','\x5c','\x5e','\x51','\xe0','\x50','\x24','\x50','\x28','\x5c','\x12','\xe0','\x6a','\x01','\x86','\x01','\x00','\x79','\x00','\x49','\x00','\x4b','\xde','\x4a','\x92','\x7c','\x92','\x10','\x92','\x10','\x92','\x53','\xf2','\x5c','\x92','\x50','\x92','\x51','\x52','\x59','\x5e','\xe2','\x20','\x04','\x20','\x08','\x00','\x00','\x00','\x7d','\xfc','\x44','\x48','\x44','\x30','\x47','\xfe','\x7c','\x52','\x10','\x94','\x11','\x10','\x5e','\x30','\x50','\x20','\x53','\xfe','\x50','\x70','\x5c','\xa8','\xe1','\x24','\x06','\x22','\x00','\x20','\x00','\x08','\x7c','\x3c','\x45','\xe0','\x44','\x20','\x47','\xfe','\x7c','\x20','\x11','\xfc','\x11','\x24','\x5d','\xfc','\x51','\x24','\x51','\xfc','\x50','\x20','\x5d','\xfc','\xe0','\x20','\x03','\xfe','\x00','\x00','\x00','\x20','\x7c','\x50','\x44','\x88','\x45','\x04','\x46','\xfa','\x7c','\x00','\x11','\xe2','\x11','\x2a','\x5d','\x2a','\x51','\xea','\x51','\x2a','\x51','\x2a','\x5d','\xea','\xe1','\x22','\x01','\x2a','\x01','\x64','\x00','\x00','\x7d','\xfc','\x44','\x48','\x44','\x30','\x45','\xfc','\x7d','\x24','\x11','\xfc','\x11','\x24','\x5d','\xfc','\x51','\x24','\x50','\x40','\x51','\xfc','\x5c','\x44','\xe0','\x84','\x01','\x14','\x02','\x08','\x00','\x1e','\x7b','\xe0','\x49','\x22','\x48','\x94','\x48','\x40','\x78','\x88','\x11','\xf0','\x10','\x20','\x50','\xc4','\x5d','\xfe','\x50','\x22','\x50','\x20','\x5b','\xfe','\xe0','\x50','\x00','\x88','\x03','\x06','\x01','\x00','\x7f','\xfe','\x44','\x42','\x9f','\xf4','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x28','\x28','\xcf','\xe6','\x01','\x00','\x09','\xf0','\x15','\x00','\x23','\xfc','\x00','\x84','\x7c','\x44','\x44','\x48','\x45','\xfe','\x44','\x20','\x7c','\xfc','\x10','\x20','\x11','\xfe','\x5c','\x40','\x50','\x80','\x50','\xfe','\x51','\x10','\x5e','\x10','\xe4','\x10','\x01','\xfe','\x00','\x00','\x00','\x20','\x7c','\x20','\x44','\x50','\x44','\x48','\x44','\xa4','\x7d','\xfe','\x12','\x84','\x10','\xfc','\x5c','\x84','\x50','\xfc','\x50','\x80','\x50','\xfc','\x5d','\x44','\xe1','\x44','\x02','\x7c','\x00','\x44','\x00','\x20','\x7d','\x24','\x44','\xa8','\x45','\x54','\x44','\x88','\x7d','\x04','\x12','\xfa','\x14','\x88','\x10','\x88','\x5c','\xf8','\x50','\x88','\x50','\x88','\x50','\xf8','\x5c','\x88','\xe0','\x88','\x00','\x98','\x00','\x1e','\x7d','\xe0','\x44','\x22','\x45','\x12','\x44','\x94','\x7c','\x80','\x10','\x20','\x11','\xce','\x11','\x02','\x5d','\x02','\x51','\xce','\x51','\x02','\x51','\x02','\x5d','\x02','\xe1','\xfe','\x01','\x02','\x00','\x24','\x3f','\xfe','\x22','\x20','\x23','\xa4','\x22','\x24','\x3f','\xa8','\x2b','\x10','\x52','\x9a','\x46','\x26','\x9f','\xf2','\x10','\x10','\x1f','\xf0','\x01','\x00','\x11','\xf8','\x31','\x00','\xcf','\xfe','\x01','\x24','\x79','\x24','\x4a','\x24','\x4c','\xa4','\x49','\x54','\x79','\x4a','\x13','\x92','\x15','\x08','\x11','\x08','\x5d','\x28','\x51','\x2e','\x51','\x28','\x51','\x28','\x5d','\x58','\xe1','\x4e','\x01','\x80','\x00','\x40','\x78','\x20','\x4b','\xfe','\x4a','\x00','\x4a','\x48','\x7a','\x48','\x13','\xfe','\x12','\x48','\x52','\x48','\x5e','\x48','\x52','\x78','\x52','\x00','\x5d','\x54','\xe5','\x2a','\x0a','\x2a','\x10','\x00','\x00','\x40','\x78','\x20','\x4b','\xfe','\x4a','\x02','\x4c','\x04','\x79','\xf8','\x10','\x00','\x10','\x00','\x53','\xfe','\x5c','\x20','\x51','\x28','\x51','\x24','\x5a','\x22','\xe4','\x22','\x00','\xa0','\x00','\x40','\x00','\x88','\x7c','\x88','\x47','\xfe','\x44','\x88','\x44','\x88','\x7c','\xf8','\x10','\x20','\x13','\xfe','\x5e','\x22','\x53','\x32','\x52','\xaa','\x53','\x76','\x5e','\x22','\xe2','\x22','\x02','\x2a','\x02','\x24','\x00','\x00','\x7d','\xfc','\x45','\x24','\x45','\xfc','\x45','\x24','\x7d','\xfc','\x10','\xa8','\x10','\xa8','\x5d','\xfe','\x50','\xa8','\x50','\xa8','\x51','\xfc','\x5c','\x20','\xe3','\xfe','\x00','\x20','\x00','\x20','\x00','\x00','\xf7','\xfe','\x94','\x00','\x96','\x28','\x95','\x48','\xf7','\xee','\x24','\x92','\x24','\x84','\xa6','\xa0','\xbe','\xa8','\xa7','\xe8','\xa4','\x88','\xbc','\x94','\xe5','\x14','\x09','\x24','\x12','\x42','\x00','\x88','\x78','\x50','\x4b','\xfe','\x48','\x50','\x49','\xfc','\x79','\x54','\x11','\x8c','\x11','\x74','\x51','\x04','\x5d','\xfc','\x50','\x08','\x53','\xfe','\x59','\x08','\xe0','\x88','\x00','\xa8','\x00','\x10','\x00','\x50','\x7a','\x52','\x49','\x54','\x48','\x50','\x4b','\xfe','\x78','\x88','\x10','\x50','\x13','\xfe','\x50','\x20','\x5d','\xfc','\x50','\x20','\x53','\xfe','\x58','\x50','\xe0','\x88','\x01','\x04','\x06','\x02','\x00','\xf8','\x7c','\x88','\x44','\x88','\x44','\xf8','\x44','\x00','\x7d','\xdc','\x11','\x54','\x11','\x54','\x5d','\xdc','\x50','\x20','\x53','\xfe','\x50','\x70','\x5c','\xa8','\xe1','\x24','\x02','\x22','\x00','\x20','\x00','\x88','\x78','\x88','\x4b','\xfe','\x48','\xa8','\x48','\x22','\x79','\xfa','\x10','\x24','\x10','\x28','\x53','\xfe','\x5c','\x40','\x50','\xfc','\x51','\x84','\x5a','\xfc','\xe4','\x84','\x00','\xfc','\x00','\x84','\x00','\x00','\x7d','\xfc','\x45','\x54','\x45','\x54','\x45','\xfc','\x7c','\x80','\x11','\xfc','\x12','\x44','\x11','\xf4','\x5d','\x54','\x51','\x54','\x51','\xf4','\x50','\x44','\x5d','\xf4','\xe0','\x14','\x00','\x08','\x3e','\x10','\x22','\xfe','\x3e','\x44','\x20','\x28','\x7e','\xfe','\xa2','\x10','\x3e','\xfc','\x22','\x10','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x11','\xf8','\x31','\x00','\xcf','\xfe','\x00','\x80','\xf0','\x40','\x97','\xfc','\x91','\x10','\x90','\xa4','\xff','\x58','\x25','\x54','\x25','\x52','\xab','\x58','\xb8','\x00','\xa2','\x08','\xa3','\xf8','\xba','\x08','\xe3','\xf8','\x02','\x08','\x04','\x08','\x00','\x20','\x7b','\xfe','\x48','\x20','\x49','\xfc','\x48','\x00','\x7b','\xfe','\x10','\x02','\x11','\xfc','\x1c','\x20','\x53','\xfe','\x50','\x00','\x53','\xfe','\x50','\x04','\x5f','\xbe','\xe2','\xa4','\x03','\x8c','\x00','\x42','\x7b','\x9c','\x4a','\x10','\x4b','\xde','\x4a','\x94','\x7a','\x94','\x14','\x20','\x13','\xfc','\x52','\x04','\x5f','\xfc','\x52','\x04','\x53','\xfc','\x5a','\x04','\xe3','\xfc','\x01','\x08','\x02','\x04','\x04','\x40','\xf2','\x8e','\x9f','\xea','\x92','\x8a','\x9f','\xea','\xfa','\xaa','\x2c','\x6c','\x2b','\xaa','\xa8','\x2a','\xbf','\xea','\xa1','\x0a','\xaf','\xea','\xa2','\x8c','\xb4','\x48','\xc8','\x28','\x00','\x08','\x00','\x20','\xf7','\xfe','\x94','\x00','\x95','\xfc','\x95','\x24','\xf5','\xfc','\x25','\x24','\x25','\xfc','\xa4','\x20','\xbd','\xfc','\xa4','\x20','\xa7','\xfe','\xbd','\x24','\xea','\xfa','\x08','\x20','\x13','\xfe','\x03','\xde','\x7a','\x52','\x4b','\xde','\x4a','\x52','\x4b','\xde','\x7a','\x22','\x12','\x92','\x12','\xfa','\x1f','\xa2','\x52','\xfa','\x52','\xa2','\x52','\xfa','\x52','\xa2','\x5e','\xfa','\xe2','\x82','\x02','\x06','\x00','\x88','\x7b','\xfe','\x48','\x88','\x4b','\xde','\x4a','\x52','\x7b','\xde','\x12','\x52','\x13','\xde','\x12','\x4a','\x5e','\xfe','\x53','\x92','\x52','\xfe','\x52','\x92','\x5e','\xfe','\xe2','\x82','\x02','\x06','\x03','\xfc','\xf1','\x08','\x91','\xf8','\x91','\x08','\x91','\xf8','\xf1','\x0e','\x27','\xf8','\x20','\x08','\xa7','\xfe','\xba','\x94','\xa3','\x9c','\xa2','\x94','\xa3','\x9c','\xb2','\xd6','\xc7','\xbc','\x00','\x84','\x08','\x00','\x10','\xfc','\x3e','\x04','\x22','\x04','\x3e','\x04','\x22','\x7c','\x3e','\x40','\x22','\x40','\x22','\x80','\xfe','\xfc','\x06','\x04','\x0a','\x04','\x12','\x04','\x22','\x04','\x4a','\x28','\x04','\x10','\x10','\x20','\x20','\x20','\x7c','\x20','\x44','\x20','\x7d','\xfe','\x44','\x70','\x7c','\xa8','\x44','\xa8','\x45','\x24','\xfd','\x24','\x0e','\x22','\x14','\xf8','\x24','\x20','\x44','\x20','\x94','\x20','\x08','\x20','\x10','\x50','\x21','\xfc','\x7d','\x54','\x45','\xfc','\x7d','\x54','\x45','\xfc','\x7c','\x00','\x45','\xfc','\x44','\x00','\xfd','\xfc','\x0d','\x04','\x15','\xfc','\x24','\x88','\x44','\x50','\x97','\xfe','\x08','\x00','\x10','\x00','\x21','\xfc','\x7c','\x44','\x44','\x48','\x7c','\x5e','\x44','\x82','\x7c','\x8a','\x45','\x24','\x44','\x20','\xfd','\xfe','\x0c','\x20','\x14','\x70','\x24','\xa8','\x45','\x24','\x96','\x22','\x08','\x20','\x10','\x84','\x20','\x48','\x7d','\xfe','\x44','\x20','\x7c','\x20','\x44','\xfc','\x7c','\x20','\x44','\x20','\x45','\xfe','\xfc','\x00','\x0c','\x20','\x15','\xfe','\x24','\x20','\x44','\x50','\x94','\x88','\x0b','\x06','\x10','\x00','\x23','\xfe','\x7a','\x00','\x4a','\x58','\x7a','\x54','\x4a','\xbe','\x7b','\xa8','\x4a','\xe8','\x4a','\xbe','\xfa','\xa8','\x1a','\xa8','\x2a','\xbe','\x4a','\xa8','\x8a','\xa8','\x2a','\xbe','\x14','\xa0','\x10','\x40','\x20','\x20','\x7b','\xfe','\x4a','\x54','\x7a','\x7e','\x4a','\xa8','\x7b','\xbc','\x4a','\xa8','\x4a','\xbc','\xfa','\xa8','\x1a','\xbe','\x2a','\xa0','\x4a','\x54','\x8b','\x42','\x2d','\x4a','\x12','\x38','\x08','\x20','\x08','\x20','\xff','\xa0','\x08','\x20','\x7f','\x20','\x49','\x20','\x49','\x20','\x7f','\x20','\x49','\x20','\x49','\x20','\x7f','\x20','\x08','\x22','\xff','\xa2','\x08','\x22','\x08','\x1e','\x08','\x00','\x10','\x00','\x11','\xfe','\x11','\x00','\xfd','\x00','\x11','\x78','\x7d','\x48','\x55','\x48','\x7d','\x48','\x55','\x48','\x7d','\x68','\x11','\x50','\xfd','\x42','\x11','\x42','\x11','\x42','\x12','\x3e','\x14','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x60','\x0c','\x18','\x30','\x06','\xc0','\x18','\x30','\x60','\x0c','\x10','\x20','\x10','\x20','\x11','\x20','\xfd','\x20','\x11','\xfc','\x7d','\x20','\x56','\x20','\x7c','\x20','\x55','\xfe','\x7c','\x20','\x10','\x50','\xfe','\x50','\x10','\x88','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x00','\x10','\x00','\x13','\xfe','\xfc','\x08','\x10','\x08','\x7d','\xe8','\x55','\x28','\x7d','\x28','\x55','\x28','\x7d','\x28','\x11','\xe8','\xfd','\x28','\x10','\x08','\x10','\x08','\x10','\x28','\x10','\x10','\x10','\x20','\x10','\x20','\x10','\x50','\xfe','\x88','\x11','\x04','\x7e','\x12','\x54','\x20','\x7c','\x40','\x55','\x88','\x7c','\x10','\x10','\x20','\xfe','\x44','\x11','\x88','\x10','\x10','\x10','\x60','\x13','\x80','\x10','\x10','\x10','\x14','\x10','\x12','\xfc','\x10','\x13','\xfe','\x7c','\x10','\x54','\x10','\x7d','\xd0','\x54','\x90','\x7c','\x90','\x10','\x90','\xfc','\x88','\x10','\xea','\x13','\x8a','\x10','\x06','\x10','\x02','\x10','\x00','\x11','\xfe','\x10','\x20','\xfe','\x40','\x10','\x88','\x7d','\x04','\x55','\xfe','\x7c','\x22','\x54','\x20','\x7c','\x20','\x11','\xfe','\xfe','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x10','\x40','\x10','\x40','\x10','\x78','\xfe','\x88','\x11','\x50','\x7c','\x20','\x54','\x50','\x7c','\x88','\x55','\x06','\x7c','\xf8','\x10','\x88','\xfe','\x88','\x10','\x88','\x10','\x88','\x10','\xf8','\x10','\x88','\x10','\x00','\x11','\xfe','\x10','\x00','\xfe','\x92','\x11','\x24','\x7e','\x48','\x55','\x24','\x7c','\x92','\x54','\x00','\x7d','\xfe','\x10','\x20','\xfe','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x10','\x00','\x13','\xfe','\x11','\x20','\xfd','\x28','\x11','\x28','\x7d','\xe8','\x55','\x28','\x7d','\x28','\x55','\x28','\x7d','\xe8','\x11','\x28','\xfd','\x2a','\x11','\x3a','\x13','\xea','\x10','\x26','\x10','\x20','\x10','\x00','\x13','\xe0','\x11','\x5c','\xfd','\x54','\x11','\x54','\x7d','\xd4','\x55','\x54','\x7d','\x54','\x55','\xd4','\x7d','\x54','\x11','\x48','\xfd','\x68','\x13','\xc8','\x10','\x54','\x10','\x54','\x10','\x62','\x10','\x80','\x10','\x80','\x10','\xf8','\xfd','\x08','\x12','\x10','\x7d','\xfc','\x55','\x24','\x7d','\x24','\x55','\x24','\x7d','\xfc','\x10','\x50','\xfe','\x50','\x10','\x90','\x10','\x92','\x11','\x12','\x12','\x0e','\x10','\x92','\x10','\x92','\x11','\x24','\xfe','\x48','\x11','\x24','\x7c','\x92','\x54','\x92','\x7c','\x00','\x55','\xfe','\x7d','\x22','\x11','\x22','\xfd','\xfe','\x11','\x22','\x11','\x22','\x11','\xfe','\x11','\x02','\x20','\x00','\x23','\xde','\x20','\x42','\xf9','\x4a','\x20','\x84','\xf9','\x4a','\xaa','\x52','\xfc','\x20','\xa8','\x00','\xfb','\xde','\x20','\x52','\xf9','\x52','\x20','\x94','\x21','\x48','\x22','\x54','\x24','\x22','\x20','\x00','\x23','\xfe','\x20','\x20','\xf8','\x20','\x23','\xfe','\xfa','\x22','\xaa','\x22','\xfb','\x32','\xaa','\xaa','\xfa','\xaa','\x23','\x76','\xfa','\x66','\x22','\x22','\x22','\x22','\x22','\x2a','\x22','\x04','\x20','\x00','\x23','\xfe','\x20','\x20','\xf8','\x20','\x20','\x20','\xfb','\xfe','\xaa','\x22','\xfa','\x22','\xaa','\xaa','\xfa','\xaa','\x22','\xaa','\xfa','\xfa','\x22','\x02','\x22','\x02','\x22','\x0a','\x22','\x04','\x08','\x20','\x3e','\xf8','\x08','\x20','\x7e','\xfc','\x14','\x50','\x23','\x88','\x5f','\xf4','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x10','\x20','\x10','\x20','\x13','\xfe','\xfc','\x20','\x11','\xfc','\x7c','\x40','\x57','\xfe','\x7c','\x88','\x55','\x04','\x7e','\xfa','\x10','\x20','\xfd','\xfc','\x10','\x20','\x10','\x50','\x10','\x88','\x13','\x04','\x10','\x00','\x10','\xfe','\x10','\x00','\xfe','\x7c','\x10','\x44','\x7c','\x44','\x54','\x7c','\x7c','\x00','\x54','\xfe','\x7c','\x92','\x10','\x92','\xfe','\xfe','\x10','\x92','\x10','\x92','\x10','\xfe','\x10','\x82','\x10','\x40','\x10','\x40','\x10','\xfe','\xfe','\x80','\x11','\xfc','\x7e','\x84','\x54','\xfc','\x7c','\x84','\x54','\xfc','\x7c','\x40','\x10','\x7c','\xfe','\xc4','\x11','\x28','\x10','\x10','\x10','\x68','\x11','\x86','\x10','\x20','\x10','\x20','\x11','\xfc','\xfc','\x20','\x13','\xfe','\x7c','\x00','\x55','\xfc','\x7d','\x04','\x55','\x04','\x7d','\xfc','\x10','\x52','\xfc','\x94','\x11','\x88','\x16','\xa4','\x10','\xc2','\x10','\x80','\x08','\x00','\xff','\xb8','\x08','\x28','\x7f','\x28','\x00','\x28','\xff','\xc6','\x88','\x80','\x7f','\x7c','\x08','\x24','\x7f','\x24','\x49','\x28','\x7f','\x28','\x49','\x10','\xff','\xa8','\x08','\x44','\x08','\x82','\x20','\x00','\x23','\xfc','\x22','\x04','\xfa','\x04','\x23','\xfc','\xfa','\x48','\xaa','\x48','\xfa','\xfc','\xaa','\x48','\xfa','\x48','\x23','\xfe','\xfa','\xa4','\x22','\xa8','\x24','\x90','\x24','\xc8','\x28','\x86','\x10','\x00','\x11','\xfc','\x10','\x20','\xff','\xfe','\x12','\x22','\x7d','\xac','\x54','\x20','\x7d','\xac','\x54','\x00','\x7d','\xfc','\x10','\x04','\xfd','\xfc','\x10','\x04','\x10','\x04','\x11','\xfc','\x10','\x04','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x11','\x24','\x7d','\xfc','\x55','\x24','\x7d','\xfc','\x54','\x22','\x7d','\xfe','\x10','\x08','\xfd','\xfe','\x11','\x08','\x10','\x88','\x10','\x28','\x10','\x10','\x20','\x40','\x20','\x20','\x23','\xfe','\xfa','\x50','\x22','\x50','\xfb','\xfe','\xaa','\x52','\xfa','\x52','\xab','\xfe','\xfa','\x00','\x22','\x92','\xfa','\xd4','\x22','\x98','\x24','\x92','\x24','\xd2','\x28','\x8e','\x20','\x1c','\x21','\xe0','\x20','\x40','\xfb','\xfe','\x20','\x88','\xf9','\x04','\xaa','\xfa','\xfc','\x88','\xa8','\xf8','\xf8','\x00','\x23','\xfe','\xfa','\x02','\x22','\xfa','\x22','\x8a','\x22','\xfa','\x22','\x06','\x20','\x14','\x20','\x12','\x23','\xfe','\xfa','\x10','\x22','\xf0','\xfa','\x14','\xaa','\xf4','\xfa','\xb8','\xaa','\xea','\xfa','\x16','\x24','\x42','\xf8','\x24','\x22','\xa2','\x22','\x8a','\x24','\x78','\x20','\x00','\x20','\x00','\x21','\xfc','\x20','\x20','\xfb','\xfe','\x22','\x22','\xf9','\xac','\xa8','\x20','\xf9','\xac','\xa8','\x00','\xfb','\xfe','\x20','\x20','\xf9','\xfc','\x21','\x54','\x21','\x54','\x21','\x54','\x21','\x0c','\x21','\x24','\x21','\x74','\x22','\x58','\xfa','\xda','\x23','\xfe','\xf9','\x54','\xaa','\xda','\xfb','\xfe','\xa8','\xa2','\xf8','\x20','\x23','\xfe','\xf8','\x70','\x20','\xa8','\x21','\x24','\x22','\x22','\x20','\x20','\x20','\x00','\x23','\xfe','\x22','\x22','\xfa','\xcc','\x22','\x44','\xfb','\xee','\xaa','\x44','\xfa','\xee','\xab','\x54','\xfa','\x44','\x22','\x10','\xfa','\x90','\x22','\x9e','\x24','\x90','\x24','\x90','\x2b','\xfe','\x20','\x40','\x20','\x7c','\x20','\x40','\xfb','\xfc','\x22','\x44','\xfb','\xf0','\xaa','\x44','\xfa','\xfc','\xaa','\xa8','\xfa','\xf8','\x22','\xa8','\xfa','\xf8','\x22','\x00','\x25','\xfc','\x25','\x54','\x2b','\xfe','\x01','\x00','\x7f','\xfc','\x01','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x40','\x7c','\x20','\x44','\x20','\x45','\xfc','\x44','\x00','\x7c','\x88','\x40','\x50','\x41','\xfe','\x7c','\x20','\x64','\x20','\xa5','\xfc','\xa4','\x20','\x24','\x20','\x3c','\x20','\x24','\x20','\x00','\x20','\x20','\x20','\x10','\x20','\x11','\xfc','\xfc','\x20','\x00','\x20','\x45','\xfc','\x29','\x24','\xfd','\x24','\x11','\xfc','\x10','\x20','\xfc','\x70','\x10','\xa8','\x21','\x24','\x22','\x22','\x40','\x20','\x80','\x20','\x0f','\x20','\xf0','\x10','\x49','\x10','\x22','\xfe','\xfe','\x00','\x14','\x44','\x08','\x28','\xff','\xfe','\x95','\x10','\xbd','\x10','\x83','\x7c','\xbd','\x10','\x95','\x10','\x89','\x10','\x95','\x10','\xa3','\x10','\x42','\x10','\x21','\x08','\x20','\x08','\xfb','\xbe','\x00','\x00','\x53','\x94','\x20','\x08','\xfb','\xbe','\x20','\x08','\x23','\x88','\x72','\x9c','\x22','\x88','\x22','\x88','\x43','\x88','\x42','\x88','\x80','\x08','\x00','\x00','\x20','\x00','\x10','\x00','\x10','\x00','\x00','\x00','\x07','\xfc','\xf0','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x10','\x00','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x10','\x40','\x17','\xfc','\x04','\x44','\x04','\x44','\xf4','\x44','\x14','\x44','\x17','\xfc','\x14','\x44','\x10','\x40','\x10','\x40','\x10','\x40','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x00','\x23','\xfc','\x12','\x04','\x12','\x04','\x02','\xf4','\x02','\x94','\xf2','\x94','\x12','\x94','\x12','\xf4','\x12','\x94','\x12','\x04','\x12','\x14','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x00','\x23','\xfc','\x10','\x84','\x10','\x84','\x00','\x84','\x01','\x14','\xf2','\x08','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x10','\x00','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x40','\x40','\x40','\x20','\x40','\x27','\xfc','\x04','\x44','\x04','\x44','\xe4','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x24','\x44','\x27','\xfc','\x20','\x00','\x50','\x00','\x8f','\xfe','\x00','\x00','\x01','\x10','\x21','\x10','\x11','\x10','\x11','\xd0','\x02','\x58','\x02','\x54','\xf2','\x52','\x15','\x52','\x18','\x90','\x10','\x90','\x11','\x10','\x12','\x10','\x14','\x10','\x28','\x00','\x47','\xfe','\x00','\x00','\x07','\xfc','\x42','\x48','\x24','\x44','\x2f','\xfe','\x04','\x44','\x06','\xec','\xe5','\x54','\x26','\xec','\x24','\x44','\x26','\xec','\x25','\x54','\x26','\xec','\x24','\x44','\x24','\x0c','\x50','\x00','\x8f','\xfe','\x00','\x00','\x23','\xfc','\x12','\x04','\x12','\x04','\x02','\xf4','\x02','\x94','\xf2','\x94','\x12','\xf4','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x10','\x00','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x3c','\x23','\xc0','\x12','\x00','\x12','\x00','\x03','\xfe','\x02','\x00','\xf2','\x00','\x12','\xfc','\x12','\x84','\x14','\x84','\x14','\x84','\x18','\xfc','\x10','\x84','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x40','\x20','\x20','\x10','\x20','\x17','\xfe','\x00','\x90','\x00','\x90','\xf2','\x94','\x12','\x92','\x14','\x92','\x11','\x10','\x11','\x10','\x12','\x50','\x14','\x20','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x00','\x4f','\xfe','\x20','\xa0','\x20','\xa0','\x07','\xfc','\x04','\xa4','\xe4','\xa4','\x24','\xa4','\x25','\x1c','\x26','\x04','\x24','\x04','\x27','\xfc','\x24','\x04','\x50','\x00','\x8f','\xfe','\x00','\x00','\x00','\x40','\x20','\x50','\x10','\x48','\x17','\xfc','\x00','\x40','\x02','\x48','\xf1','\x50','\x10','\xe0','\x11','\x50','\x12','\x48','\x14','\x44','\x11','\x40','\x10','\x80','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x00','\x27','\xfc','\x10','\x00','\x12','\x48','\x04','\x90','\x02','\x48','\xf0','\x00','\x17','\xfc','\x10','\x40','\x10','\x40','\x10','\x40','\x1f','\xfe','\x10','\x00','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x80','\x21','\x10','\x12','\x08','\x17','\xfc','\x00','\x04','\x01','\x10','\xf2','\x08','\x15','\x04','\x11','\xf8','\x12','\x08','\x15','\x90','\x10','\x60','\x11','\x90','\x2e','\x08','\x47','\xfe','\x00','\x00','\x00','\x40','\x22','\x48','\x11','\x48','\x11','\x50','\x00','\x40','\x03','\xf8','\xf2','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x12','\x28','\x2a','\x10','\x47','\xfe','\x03','\xf8','\x22','\x08','\x12','\x08','\x12','\x08','\x03','\xf8','\x00','\x00','\xf7','\xfc','\x10','\x40','\x10','\x40','\x13','\xf8','\x10','\x40','\x10','\x40','\x17','\xfc','\x28','\x00','\x47','\xfe','\x00','\x00','\x09','\x10','\x45','\x10','\x22','\x10','\x26','\x52','\x0a','\x52','\x02','\x54','\xe2','\x90','\x26','\x28','\x2a','\x24','\x32','\x44','\x22','\x42','\x2a','\x82','\x25','\x00','\x50','\x00','\x8f','\xfe','\x00','\x00','\x00','\x48','\x40','\x44','\x2f','\xfe','\x20','\x40','\x07','\xfc','\x04','\x44','\xe7','\xfc','\x24','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x24','\x54','\x24','\x08','\x50','\x00','\x8f','\xfe','\x00','\x00','\x01','\x10','\x22','\x48','\x14','\x44','\x10','\xa0','\x01','\x10','\x02','\x08','\xf4','\x06','\x13','\xf8','\x12','\x08','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x38','\x23','\xc0','\x10','\x40','\x17','\xfc','\x01','\x50','\x02','\x48','\xf4','\x44','\x10','\x80','\x1f','\xfe','\x11','\x08','\x13','\x90','\x10','\x60','\x11','\x98','\x16','\x04','\x28','\x00','\x47','\xfe','\x00','\x40','\x20','\x40','\x13','\xf8','\x10','\x40','\x00','\x40','\x07','\xfc','\xf1','\x10','\x12','\x48','\x14','\x44','\x13','\xf8','\x10','\x40','\x10','\x40','\x17','\xfc','\x10','\x00','\x28','\x00','\x47','\xfe','\x00','\x40','\x20','\x40','\x13','\xf8','\x10','\x40','\x00','\x40','\x07','\xfc','\xf1','\x10','\x10','\xa0','\x13','\xf8','\x10','\x40','\x10','\x40','\x17','\xfc','\x10','\x40','\x10','\x40','\x28','\x40','\x47','\xfe','\x02','\x08','\x21','\x10','\x10','\x00','\x17','\xfc','\x01','\x10','\x01','\x10','\xf1','\x10','\x17','\xfe','\x11','\x10','\x11','\x10','\x12','\x10','\x12','\x10','\x14','\x10','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x00','\x23','\xf8','\x12','\x08','\x13','\xf8','\x02','\x08','\x03','\xf8','\xf1','\x00','\x13','\xfc','\x14','\x44','\x1a','\xa4','\x12','\x04','\x13','\xf4','\x10','\x14','\x28','\x08','\x47','\xfe','\x00','\x00','\x00','\x00','\x47','\xbc','\x24','\x84','\x24','\x84','\x07','\xbc','\x04','\x00','\xe4','\x00','\x27','\xbc','\x24','\x04','\x24','\x04','\x27','\xa8','\x24','\x10','\x24','\x28','\x54','\x44','\x8f','\xfe','\x00','\x00','\x00','\x40','\x20','\x80','\x13','\xf8','\x12','\x08','\x03','\xf8','\x02','\x08','\xf3','\xf8','\x10','\x00','\x17','\xfc','\x10','\x40','\x13','\xf8','\x10','\x40','\x17','\xfc','\x28','\x00','\x47','\xfe','\x00','\x00','\x02','\x08','\x41','\x10','\x2f','\xfe','\x20','\xa0','\x07','\xfc','\x04','\xa4','\xe4','\xa4','\x25','\x24','\x26','\x1c','\x24','\x04','\x27','\xfc','\x24','\x04','\x27','\xfc','\x50','\x00','\x8f','\xfe','\x00','\x00','\x00','\x00','\x27','\xfe','\x10','\x90','\x10','\x90','\x03','\xfc','\x02','\x94','\xf2','\x94','\x13','\x0c','\x12','\x04','\x13','\xfc','\x12','\x04','\x12','\x04','\x13','\xfc','\x12','\x04','\x28','\x00','\x47','\xfe','\x00','\x40','\x20','\x40','\x10','\x7c','\x10','\x40','\x03','\xf8','\x02','\x08','\xf3','\xf8','\x12','\x08','\x13','\xf8','\x12','\x08','\x13','\xf8','\x10','\xa0','\x11','\x10','\x2a','\x08','\x47','\xfe','\x00','\x00','\x00','\x40','\x40','\xa0','\x21','\x10','\x22','\x08','\x0d','\xf6','\x00','\x00','\xe7','\x84','\x24','\xa4','\x27','\xa4','\x24','\xa4','\x27','\xa4','\x24','\x84','\x24','\x94','\x25','\x88','\x50','\x00','\x8f','\xfe','\x00','\x40','\x40','\x40','\x2f','\xfe','\x20','\x40','\x07','\xfc','\x05','\x14','\xe4','\xa4','\x25','\xf4','\x24','\x44','\x25','\xf4','\x24','\x44','\x24','\x54','\x24','\x48','\x50','\x00','\x8f','\xfe','\x00','\x00','\x01','\x10','\x27','\xfc','\x11','\x10','\x13','\xf8','\x01','\x10','\x07','\xfc','\xf0','\x40','\x13','\xf8','\x12','\x48','\x13','\xf8','\x12','\x48','\x17','\xfe','\x12','\x08','\x12','\x28','\x2a','\x10','\x47','\xfe','\x00','\x1e','\x47','\xe0','\x24','\x3c','\x24','\x20','\x05','\xfe','\x05','\x22','\xe5','\x38','\x25','\xe2','\x25','\x1e','\x25','\x00','\x29','\x78','\x2a','\x48','\x32','\x8a','\x25','\x06','\x50','\x00','\x8f','\xfe','\x02','\x10','\x42','\x10','\x2f','\x90','\x22','\x1e','\x07','\xa4','\x02','\x44','\xef','\x94','\x24','\x14','\x27','\x88','\x24','\x88','\x24','\x94','\x2a','\xa2','\x29','\x42','\x50','\x00','\x8f','\xfe','\x00','\x00','\x00','\x00','\x47','\x7e','\x25','\x10','\x25','\x30','\x07','\x4a','\x05','\x9a','\xe5','\x2c','\x27','\x4c','\x25','\x9a','\x25','\x2a','\x25','\x4a','\x25','\xa8','\x2b','\x10','\x50','\x00','\x8f','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x13','\xf8','\x10','\x40','\x07','\xfc','\x02','\x10','\xf7','\x38','\x12','\x10','\x1f','\x7c','\x10','\x00','\x17','\xfc','\x11','\x20','\x12','\x24','\x14','\x1c','\x28','\x00','\x47','\xfe','\x00','\x20','\x79','\xfe','\x4c','\x40','\x4a','\xfc','\x51','\x10','\x52','\xfe','\x60','\x00','\x56','\xfc','\x4a','\x84','\x4a','\xfc','\x4a','\x84','\x6a','\xfc','\x52','\x84','\x42','\x8c','\x45','\x00','\x48','\xfe','\x07','\xfc','\x44','\x04','\x27','\xfc','\x24','\x20','\x04','\xa8','\x04','\x70','\xe4','\xa8','\x25','\x04','\x24','\xa0','\x24','\xfc','\x25','\x20','\x24','\x20','\x2b','\xfe','\x28','\x20','\x50','\x20','\x8f','\xfe','\x04','\x00','\x4f','\x3c','\x29','\x14','\x32','\x14','\x0f','\x94','\x0a','\xa8','\xea','\xa8','\x2f','\xbc','\x2a','\xc8','\x2a','\x88','\x2f','\xbe','\x2a','\x88','\x2a','\x88','\x31','\x88','\x50','\x08','\x8f','\xfe','\x00','\x40','\x40','\x7c','\x20','\x40','\x27','\xfe','\x04','\x42','\x05','\xf8','\xe4','\x44','\x27','\xfc','\x24','\xc0','\x27','\x22','\x28','\xd4','\x2b','\x18','\x30','\x74','\x23','\x92','\x50','\x20','\x8f','\xfe','\x01','\x10','\x4f','\xfe','\x21','\x10','\x23','\xf8','\x02','\x48','\x03','\xf8','\xe2','\x48','\x23','\xf8','\x20','\x40','\x27','\xfc','\x24','\x54','\x25','\xf4','\x24','\x14','\x24','\x0c','\x50','\x00','\x8f','\xfe','\x02','\x00','\x44','\x10','\x2f','\x90','\x28','\x90','\x0f','\x9e','\x08','\xa4','\xef','\xc4','\x22','\x14','\x3f','\xd4','\x24','\x08','\x27','\x88','\x28','\x94','\x32','\xa2','\x21','\x42','\x50','\x00','\x8f','\xfe','\x00','\x80','\x47','\xf8','\x25','\x48','\x24','\xa8','\x07','\xf8','\x00','\x40','\xef','\xfc','\x2a','\x14','\x24','\x88','\x2b','\xf4','\x21','\x00','\x21','\xf0','\x22','\x10','\x24','\x30','\x50','\x00','\x8f','\xfe','\x00','\x80','\x43','\xf8','\x22','\x08','\x23','\xf8','\x02','\x08','\x03','\xf8','\xe0','\x40','\x2f','\xfe','\x29','\x12','\x22','\x08','\x25','\xf4','\x29','\x12','\x21','\x10','\x21','\xf0','\x50','\x00','\x8f','\xfe','\x00','\x00','\x4f','\xfe','\x29','\x12','\x2f','\xfe','\x02','\x28','\x04','\x24','\xe9','\x7e','\x2f','\xc8','\x22','\x7e','\x25','\x48','\x2f','\x7e','\x21','\x48','\x2a','\xfe','\x2a','\x40','\x50','\x00','\x8f','\xfe','\x08','\x00','\x08','\x3e','\x08','\x22','\xff','\xa4','\x08','\x24','\x49','\x28','\x49','\x24','\x49','\x24','\x49','\x22','\x7f','\x22','\x08','\x22','\x08','\x34','\x09','\x28','\x0a','\x20','\x0c','\x20','\x08','\x20','\x22','\x00','\x22','\x3e','\x22','\x22','\x22','\x24','\xff','\xa4','\x22','\x28','\x22','\x24','\x22','\x24','\x3e','\x22','\x22','\x22','\x22','\x22','\x22','\x34','\x22','\x28','\x3e','\x20','\x22','\x20','\x00','\x20','\x00','\x00','\x03','\x3e','\x3c','\x22','\x20','\x24','\x20','\x24','\x20','\x28','\x3f','\xa4','\x22','\x24','\x22','\x22','\x22','\x22','\x22','\x22','\x22','\x34','\x27','\xa8','\xf8','\x20','\x40','\x20','\x00','\x20','\x00','\x00','\x7f','\x3e','\x11','\x22','\x11','\x24','\x21','\x24','\x25','\x28','\x42','\x24','\x80','\x24','\x3f','\x22','\x21','\x22','\x21','\x22','\x21','\x34','\x21','\x28','\x3f','\x20','\x21','\x20','\x00','\x20','\x00','\x00','\x7f','\x7c','\x41','\x44','\x41','\x48','\x41','\x48','\x7f','\x50','\x00','\x48','\x7f','\x48','\x08','\x44','\x08','\x44','\x7f','\x44','\x08','\x68','\x08','\x50','\x0f','\x40','\xf0','\x40','\x40','\x40','\x14','\x00','\x12','\x7c','\x21','\x44','\x49','\x48','\x08','\x48','\x14','\x50','\x22','\x48','\x41','\x48','\xbe','\x44','\x22','\x44','\x22','\x44','\x22','\x68','\x22','\x50','\x3e','\x40','\x22','\x40','\x00','\x40','\x01','\x00','\x00','\x80','\x3f','\xfc','\x20','\x04','\x3f','\xfc','\x20','\x00','\x27','\xf0','\x24','\x10','\x27','\xf0','\x20','\x00','\x2f','\xf8','\x28','\x88','\x4f','\xf8','\x48','\x02','\x88','\x02','\x07','\xfe','\x02','\x00','\x0f','\x3e','\xf0','\x22','\x01','\x24','\x91','\x24','\x4a','\x28','\x00','\x24','\xfe','\x24','\x04','\x22','\x08','\x22','\x0f','\x22','\xf8','\x34','\x48','\x28','\x08','\x20','\x28','\x20','\x10','\x20','\x00','\x00','\x77','\x3e','\x55','\x22','\x55','\x24','\x77','\x24','\x00','\x28','\x7f','\x24','\x00','\x24','\xff','\xa2','\x20','\x22','\x3f','\x22','\x01','\x34','\x01','\x28','\x01','\x20','\x0a','\x20','\x04','\x20','\x10','\x00','\x10','\x3e','\x3f','\xa2','\x48','\xa4','\x2a','\xa4','\x3e','\xa8','\x10','\xa4','\x25','\x24','\x52','\x22','\x3f','\xa2','\x48','\xa2','\xaa','\xb4','\x3e','\xa8','\x10','\xa0','\x25','\x20','\x42','\x20','\x1f','\x00','\x11','\x3e','\x11','\x22','\x1f','\x24','\x04','\x24','\x7f','\xe8','\x04','\x24','\x3f','\xa4','\x20','\xa2','\x2e','\xa2','\x2a','\xa2','\x2e','\xb4','\x20','\xa8','\x3f','\xa0','\x20','\xa0','\x00','\x20','\x00','\x00','\xf7','\xbe','\x94','\xa2','\x94','\xa4','\xf7','\xa4','\x00','\x28','\x7f','\x24','\x49','\x24','\x7f','\x22','\x49','\x22','\x7f','\x22','\x08','\x34','\xff','\xa8','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x00','\x49','\x3e','\x2a','\x22','\xff','\xa4','\x2a','\x24','\x49','\x28','\x88','\xa4','\x41','\x24','\x41','\x22','\x77','\xa2','\x91','\x22','\x55','\x34','\x27','\xa8','\x41','\x20','\x81','\x20','\x01','\x20','\x00','\x00','\xff','\x80','\x14','\x7e','\x14','\x10','\x7f','\x10','\x55','\x10','\x55','\x10','\x55','\x10','\x57','\x10','\x61','\x10','\x41','\x10','\x7f','\x10','\x41','\x10','\x41','\x10','\x7f','\x50','\x41','\x20','\x00','\x10','\xfe','\x10','\x28','\x10','\x28','\x10','\xfe','\xfe','\xaa','\x92','\xaa','\x92','\xaa','\x10','\xae','\x28','\xc2','\x28','\x82','\x28','\xfe','\x28','\x82','\x48','\x82','\x4a','\xfe','\x8a','\x83','\x06','\x00','\x00','\xfe','\x78','\x28','\x48','\x28','\x48','\xfe','\x48','\xaa','\x86','\xab','\x00','\xaa','\xfc','\xae','\x44','\xc2','\x44','\x82','\x28','\xfe','\x28','\x82','\x10','\x82','\x28','\xfe','\x44','\x83','\x82','\x00','\x44','\xfe','\x44','\x28','\x44','\x28','\x44','\xfe','\xfe','\xaa','\x44','\xaa','\x44','\xaa','\x44','\xae','\x44','\xc2','\x7c','\x82','\x44','\xfe','\x44','\x82','\x44','\x82','\x44','\xfe','\x7c','\x82','\x44','\x00','\x04','\xfe','\x1e','\x28','\xf0','\x28','\x10','\xfe','\x10','\xaa','\x10','\xaa','\xfe','\xaa','\x10','\xae','\x38','\xc2','\x34','\x82','\x54','\xfe','\x52','\x82','\x90','\x82','\x10','\xfe','\x10','\x82','\x10','\x00','\x20','\xfe','\x20','\x28','\x7e','\x28','\x82','\xff','\x44','\xaa','\x28','\xaa','\x10','\xaa','\x20','\xae','\x40','\xc2','\xfe','\x83','\x42','\xfe','\x42','\x82','\x42','\x82','\x42','\xfe','\x7e','\x82','\x42','\x00','\x20','\xfe','\x44','\x28','\xf8','\x28','\x10','\xfe','\x24','\xaa','\xfe','\xaa','\x02','\xaa','\xfc','\xae','\x84','\xc2','\xfc','\x82','\x84','\xfe','\xfc','\x82','\x84','\x82','\x84','\xfe','\x94','\x82','\x88','\x00','\x00','\xfe','\x7c','\x28','\x44','\x28','\x44','\xfe','\x44','\xaa','\x7c','\xaa','\x00','\xaa','\x00','\xae','\xfe','\xc2','\x10','\x82','\x10','\xfe','\x7c','\x82','\x10','\x82','\x10','\xfe','\xfe','\x82','\x00','\x00','\x48','\xfe','\x48','\x28','\x48','\x29','\xfe','\xfe','\x48','\xaa','\x48','\xab','\xfe','\xaa','\x00','\xae','\xfc','\xc2','\x84','\x82','\x84','\xfe','\xfc','\x82','\x84','\x82','\x84','\xfe','\xfc','\x82','\x84','\x00','\x40','\xfe','\x20','\x29','\xfe','\x28','\x00','\xfe','\x88','\xaa','\x88','\xab','\x54','\xaa','\x22','\xae','\x00','\xc2','\x20','\x83','\xfe','\xfe','\x20','\x82','\x20','\x82','\x20','\xfe','\x20','\x82','\x20','\x00','\x48','\xfe','\x48','\x28','\x48','\x28','\x48','\xfe','\xfe','\xaa','\x48','\xaa','\x48','\xaa','\xec','\xae','\xdc','\xc3','\x5a','\x82','\x48','\xfe','\x48','\x82','\x48','\x82','\x48','\xfe','\x48','\x82','\x48','\x00','\x20','\xf8','\x20','\x23','\xfc','\x20','\x40','\xf8','\x80','\xa9','\xf8','\xaa','\x88','\xac','\x88','\xd8','\xf8','\x88','\x00','\x89','\xfc','\xf9','\x54','\x89','\x54','\x89','\x54','\xfb','\xfe','\x88','\x00','\x7f','\x78','\x48','\x48','\x5e','\x86','\x64','\x78','\x5f','\x48','\x4a','\x30','\x7f','\x48','\x00','\x84','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x28','\x48','\x30','\x38','\x27','\xc8','\x20','\x08','\x3f','\xf8','\x00','\x40','\xf8','\x20','\x23','\xfe','\x20','\x40','\xf8','\x84','\xa9','\xfe','\xa8','\xa8','\xa8','\xaa','\xd9','\x26','\x8a','\x00','\x89','\xfc','\xf9','\x54','\x89','\x54','\x89','\x54','\xfb','\xfe','\x88','\x00','\x00','\x00','\xfe','\xee','\x28','\x22','\x28','\xaa','\xfe','\x66','\xaa','\xaa','\xaa','\x10','\xaa','\x28','\xae','\x44','\xc3','\x92','\x82','\x20','\xfe','\xc8','\x82','\x32','\x82','\xc4','\xfe','\x18','\x82','\xe0','\x00','\x40','\xf8','\x7c','\x20','\x40','\x23','\xfe','\xfa','\x42','\xaa','\x78','\xab','\xc4','\xaa','\x3c','\xda','\x00','\x8b','\xfe','\x8a','\x40','\xfb','\xa4','\x8a','\x58','\x8d','\xb4','\xfc','\x52','\x89','\xb0','\x00','\x28','\xfe','\xfe','\x28','\xaa','\x28','\xfe','\xfe','\xaa','\xaa','\xfe','\xaa','\x00','\xaa','\xfe','\xae','\x00','\xc2','\xfe','\x82','\x82','\xfe','\xfe','\x82','\x44','\x82','\x28','\xfe','\xfe','\x82','\x00','\x00','\x1c','\xf9','\xe0','\x20','\x20','\x23','\xfe','\xf8','\x20','\xa9','\xfc','\xa9','\xac','\xa9','\x74','\xd9','\xfc','\x88','\x20','\x89','\xfc','\xf8','\x20','\x8b','\xfe','\x88','\x00','\xf9','\x54','\x8a','\x2a','\x00','\x10','\xfe','\xfe','\x28','\x00','\x28','\xee','\xfe','\xaa','\xaa','\xee','\xaa','\x44','\xaa','\xfe','\xae','\x44','\xc2','\xfe','\x82','\x44','\xfe','\xfe','\x82','\x50','\x82','\xca','\xff','\x64','\x82','\x42','\x2f','\xec','\x48','\x24','\x6b','\xac','\x48','\x24','\x6b','\xac','\x4a','\xa4','\xff','\xfe','\x92','\x92','\x1d','\x70','\x10','\x10','\x1f','\xf0','\x04','\x40','\x18','\x30','\xef','\xee','\x04','\x20','\x18','\x60','\x0c','\x20','\xf0','\x20','\x10','\x20','\x54','\x20','\x39','\xfc','\x11','\x24','\xfd','\x24','\x11','\x24','\x31','\x24','\x39','\xfc','\x55','\x24','\x51','\x24','\x91','\x24','\x11','\x24','\x11','\xfc','\x11','\x04','\x0c','\x00','\xf1','\xfc','\x11','\x54','\x55','\xfc','\x38','\x20','\x11','\xfc','\xfc','\x20','\x13','\xfe','\x30','\x88','\x38','\x50','\x55','\xfc','\x50','\x20','\x93','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x08','\x20','\x3e','\x7e','\x08','\xa4','\x7f','\x28','\x1c','\x10','\x2a','\x28','\x49','\x44','\x3f','\xfe','\x20','\x00','\x2f','\xf8','\x28','\x88','\x2f','\xf8','\x28','\x88','\x4f','\xf8','\x40','\x80','\x9f','\xfc','\x10','\x00','\x10','\x00','\x29','\xfc','\x24','\x44','\x42','\x44','\xbc','\x44','\x10','\x44','\x10','\x44','\xfe','\x44','\x10','\x44','\x94','\x44','\x58','\x84','\x50','\x84','\x1f','\x04','\xf2','\x28','\x44','\x10','\x10','\x00','\x10','\x10','\x28','\x90','\x24','\x90','\x40','\x90','\xb8','\x90','\x10','\x90','\x10','\x90','\xfc','\x90','\x10','\x90','\x95','\x08','\x59','\x08','\x51','\x08','\x1e','\x04','\xe2','\x04','\x44','\x02','\x08','\x20','\x10','\x10','\x21','\x08','\x42','\x84','\x04','\x40','\x08','\x20','\x30','\x18','\xcf','\xe6','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x11','\x10','\x09','\x20','\xff','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\x20','\x42','\xfc','\xbc','\x24','\x10','\x24','\x10','\x24','\xfe','\x24','\x10','\x44','\x94','\x44','\x58','\x44','\x50','\x84','\x1e','\x84','\xf1','\x28','\x42','\x10','\x10','\x00','\x10','\x00','\x29','\xfc','\x24','\x44','\x40','\x44','\xb9','\x44','\x10','\xc4','\x10','\x44','\xfc','\x64','\x10','\x54','\x94','\x4c','\x58','\x86','\x50','\x84','\x1d','\x04','\xe2','\x28','\x44','\x10','\x10','\x00','\x11','\xf8','\x28','\x88','\x24','\xc8','\x42','\xa8','\xbc','\xa8','\x10','\x88','\x10','\x50','\xfe','\x50','\x10','\x50','\x94','\x20','\x58','\x20','\x50','\x50','\x1e','\x88','\xf1','\x04','\x42','\x02','\x10','\x20','\x10','\x20','\x28','\x20','\x25','\x20','\x41','\x2c','\xb9','\x34','\x11','\x64','\x13','\xa4','\xfd','\x24','\x11','\x34','\x95','\x28','\x59','\x22','\x51','\x22','\x1d','\x02','\xe0','\xfe','\x40','\x00','\x10','\x40','\x10','\x40','\x28','\x80','\x24','\xfc','\x41','\x04','\xba','\x04','\x10','\x84','\x10','\x44','\xfc','\x44','\x10','\x14','\x94','\x24','\x58','\x44','\x51','\x84','\x1c','\x04','\xe0','\x28','\x40','\x10','\x10','\x04','\x10','\x0e','\x28','\xf0','\x24','\x80','\x42','\x80','\xbc','\x80','\x10','\xfe','\x10','\x88','\xfe','\x88','\x10','\x88','\x94','\x88','\x58','\x88','\x50','\x88','\x1f','\x08','\xf1','\x08','\x42','\x08','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\xa8','\x42','\xa4','\xbc','\xa2','\x11','\x22','\x11','\x20','\xfe','\x24','\x10','\x24','\x94','\x28','\x58','\x08','\x50','\x10','\x1e','\x20','\xf0','\xc0','\x43','\x00','\x10','\x00','\x10','\xfc','\x28','\x84','\x24','\x84','\x42','\x84','\xbc','\x84','\x10','\xfc','\x10','\x90','\xfe','\x90','\x10','\x90','\x94','\x90','\x58','\x88','\x50','\x88','\x1e','\x84','\xf1','\x04','\x42','\x02','\x10','\x00','\x11','\xf8','\x28','\x48','\x24','\x48','\x40','\x48','\xb8','\x48','\x10','\x48','\x11','\xf8','\xfc','\x88','\x10','\x88','\x94','\x88','\x58','\x88','\x50','\x88','\x1c','\x88','\xe3','\xfe','\x40','\x00','\x10','\x08','\x10','\x1c','\x29','\xe0','\x25','\x00','\x41','\x00','\xb9','\xfc','\x11','\x44','\x11','\x44','\xfd','\x44','\x11','\x28','\x95','\x28','\x59','\x10','\x51','\x10','\x1e','\x28','\xe2','\x44','\x44','\x82','\x20','\x28','\x20','\x24','\x50','\x24','\x48','\x20','\x83','\xfe','\x7a','\x20','\x22','\x24','\x22','\x24','\xfa','\x24','\x22','\x28','\x2a','\x28','\xb2','\x90','\x63','\x12','\x3a','\x2a','\xe0','\x46','\x00','\x82','\x10','\x88','\x10','\x88','\x28','\x88','\x24','\x88','\x43','\xfe','\xbc','\x88','\x10','\x88','\x10','\x88','\xfe','\x88','\x10','\xf8','\x94','\x88','\x58','\x88','\x50','\x88','\x1e','\x88','\xf0','\xf8','\x40','\x88','\x10','\x00','\x10','\xfe','\x28','\x80','\x24','\x80','\x42','\x80','\xbc','\xfc','\x10','\x84','\x10','\x84','\xfe','\x84','\x10','\x84','\x94','\xfc','\x58','\x80','\x50','\x80','\x1e','\x80','\xf0','\xfe','\x40','\x00','\x10','\x20','\x10','\x10','\x28','\x10','\x25','\xfe','\x40','\x20','\xb8','\x20','\x10','\x44','\x10','\x84','\xfd','\xf8','\x10','\x10','\x94','\x20','\x58','\x44','\x50','\x82','\x1d','\xfe','\xe0','\x82','\x40','\x00','\x10','\x80','\x10','\x80','\x29','\x00','\x25','\xfc','\x42','\x04','\xbc','\x04','\x11','\xe4','\x11','\x24','\xfd','\x24','\x11','\x24','\x95','\xe4','\x59','\x24','\x50','\x04','\x1c','\x04','\xe0','\x28','\x40','\x10','\x10','\x20','\x10','\x10','\x28','\x10','\x25','\xfe','\x41','\x02','\xba','\x04','\x10','\x80','\x10','\x88','\xfc','\x90','\x10','\xa0','\x94','\xc0','\x58','\x82','\x50','\x82','\x1c','\x82','\xe0','\x7e','\x40','\x00','\x10','\x20','\x10','\x20','\x2b','\xfe','\x24','\x20','\x41','\xfc','\xb8','\x24','\x11','\xfc','\x11','\x20','\xfd','\xfe','\x10','\x22','\x94','\x2a','\x58','\x54','\x50','\x50','\x1c','\x88','\xe1','\x04','\x42','\x02','\x10','\x00','\x10','\x00','\x29','\xfc','\x25','\x24','\x41','\x24','\xb9','\x24','\x11','\x24','\x11','\x24','\xfd','\xfc','\x11','\x24','\x95','\x24','\x59','\x24','\x51','\x24','\x1d','\x24','\xe1','\xfc','\x41','\x04','\x10','\x80','\x10','\x80','\x29','\xfc','\x25','\x04','\x42','\x04','\xbd','\xf4','\x11','\x14','\x11','\x14','\xfd','\x14','\x11','\xf4','\x95','\x04','\x59','\x28','\x51','\x12','\x1d','\x02','\xe0','\xfe','\x40','\x00','\x10','\x00','\x10','\x00','\x2b','\xfe','\x24','\x20','\x40','\x20','\xb8','\x40','\x10','\x40','\x10','\xfc','\xfd','\x84','\x12','\x84','\x94','\x84','\x58','\x84','\x50','\x84','\x1c','\x84','\xe0','\xfc','\x40','\x84','\x11','\x00','\x11','\x00','\x22','\x9c','\x42','\x40','\x84','\x20','\x1b','\xc0','\x21','\x3e','\x61','\x08','\xaf','\xc8','\x21','\x08','\x29','\x48','\x25','\x88','\x25','\x08','\x21','\xc8','\x2e','\x28','\x24','\x10','\x10','\x20','\x11','\x20','\x29','\x20','\x25','\xfc','\x41','\x20','\xba','\x20','\x10','\x20','\x13','\xfe','\xfc','\x70','\x10','\xa8','\x94','\xa8','\x59','\x24','\x51','\x24','\x1e','\x22','\xe0','\x20','\x40','\x20','\x10','\x20','\x10','\x20','\x28','\x50','\x24','\x88','\x41','\x04','\xba','\x02','\x11','\xfc','\x10','\x20','\xfc','\x20','\x10','\x20','\x95','\xfc','\x58','\x20','\x50','\x20','\x1c','\x20','\xe3','\xfe','\x40','\x00','\x10','\x08','\x10','\x3c','\x29','\xe0','\x24','\x20','\x40','\x20','\xbb','\xfe','\x10','\x20','\x10','\x20','\xfc','\x20','\x11','\xfc','\x95','\x04','\x59','\x04','\x51','\x04','\x1d','\x04','\xe1','\xfc','\x41','\x04','\x20','\x00','\x20','\x80','\x53','\x1e','\x4a','\x52','\x82','\x52','\x7a','\x52','\x22','\x52','\x22','\x52','\xfa','\x52','\x22','\xd2','\x2b','\x5a','\xb2','\x54','\x60','\x90','\x38','\x90','\xe1','\x10','\x02','\x10','\x10','\x20','\x10','\x20','\x28','\x20','\x25','\xfc','\x40','\x20','\xb8','\xa8','\x10','\xa8','\x10','\xa8','\xfd','\x74','\x12','\x22','\x94','\x50','\x58','\x50','\x50','\x88','\x1c','\x88','\xe1','\x04','\x42','\x02','\x10','\x1c','\x11','\xe0','\x28','\x20','\x24','\x20','\x43','\xfe','\xb8','\xa8','\x11','\x24','\x12','\x22','\xfd','\xf8','\x10','\x88','\x94','\x90','\x58','\xbe','\x51','\x02','\x1d','\x02','\xe2','\x14','\x44','\x08','\x10','\x10','\x10','\x92','\x28','\x52','\x24','\x54','\x42','\x10','\xbc','\xfe','\x10','\x82','\x10','\x82','\xfe','\xfe','\x10','\x82','\x94','\x82','\x58','\xfe','\x50','\x82','\x1e','\x82','\xf0','\x8a','\x40','\x84','\x10','\x48','\x10','\x48','\x29','\xfe','\x24','\x48','\x42','\x48','\xbc','\x20','\x10','\x10','\x11','\xfe','\xfe','\x80','\x10','\x80','\x94','\x80','\x58','\x80','\x50','\x80','\x1e','\x80','\xf0','\xfc','\x40','\x00','\x10','\x00','\x13','\xfe','\x28','\x50','\x24','\x50','\x40','\x50','\xb9','\xdc','\x11','\x04','\x11','\x04','\xfd','\x04','\x11','\xdc','\x94','\x50','\x58','\x50','\x50','\x50','\x1c','\x50','\xe3','\xfe','\x40','\x00','\x20','\x40','\x20','\x20','\x53','\xfe','\x4a','\x02','\x85','\x04','\x79','\x00','\x21','\xde','\x22','\x52','\xfa','\x52','\x23','\x52','\x2c','\x9a','\xb0','\x94','\x61','\x10','\x39','\x12','\xe2','\x12','\x04','\x0e','\x10','\x40','\x10','\x20','\x2b','\xfe','\x24','\x00','\x40','\x00','\xb9','\xfc','\x11','\x04','\x11','\x04','\xfd','\xfc','\x10','\x20','\x95','\x28','\x59','\x24','\x52','\x22','\x1c','\x22','\xe0','\xa0','\x40','\x40','\x10','\x00','\x11','\xfc','\x29','\x04','\x25','\x24','\x41','\x24','\xb9','\xfc','\x11','\x24','\x11','\x24','\xfd','\x74','\x11','\x54','\x95','\x54','\x59','\x74','\x51','\x04','\x1d','\x04','\xe1','\xfc','\x41','\x04','\x10','\x92','\x10','\x92','\x29','\x24','\x26','\x48','\x41','\x24','\xb8','\x92','\x10','\x92','\x10','\x00','\xfd','\xfe','\x11','\x22','\x95','\x22','\x59','\xfe','\x51','\x22','\x1d','\x22','\xe1','\xfe','\x41','\x02','\x10','\x48','\x10','\x44','\x28','\x5e','\x25','\xe0','\x42','\x28','\xbc','\x12','\x10','\x6a','\x11','\x96','\xfe','\x48','\x10','\x5e','\x95','\xe0','\x58','\x24','\x50','\x28','\x1e','\x12','\xf0','\x6a','\x41','\x86','\x10','\x80','\x10','\x80','\x28','\xf8','\x25','\x08','\x42','\x10','\xb9','\xfc','\x10','\x24','\x10','\x24','\xfd','\xfe','\x10','\x24','\x94','\x24','\x59','\xfc','\x50','\x24','\x1c','\x20','\xe0','\xa0','\x40','\x40','\x20','\x00','\x23','\xde','\x50','\x42','\x49','\x4a','\x80','\x84','\x79','\x4a','\x22','\x52','\x24','\x20','\xf8','\x00','\x23','\xde','\x28','\x52','\xb1','\x52','\x60','\x94','\x39','\x48','\xe2','\x54','\x04','\x22','\x11','\x08','\x11','\x08','\x2b','\xfe','\x25','\x08','\x41','\x48','\xb8','\x20','\x13','\xfe','\x10','\x80','\xfc','\x80','\x10','\xf8','\x94','\x88','\x58','\x88','\x50','\x88','\x1d','\x08','\xe1','\x28','\x42','\x10','\x10','\x88','\x10','\x88','\x2b','\xfe','\x24','\x88','\x40','\x88','\xb8','\x50','\x10','\x50','\x10','\x94','\xfd','\x94','\x12','\x98','\x94','\x90','\x58','\xb2','\x50','\xd2','\x1c','\x92','\xe0','\x8e','\x40','\x80','\x20','\x10','\x20','\x14','\x51','\xd2','\x48','\x12','\x80','\x10','\x7b','\xfe','\x20','\x10','\x20','\x90','\xf8','\x90','\x22','\xd0','\x2a','\x90','\xb2','\x90','\x62','\x8a','\x3a','\xea','\xe7','\x06','\x02','\x02','\x20','\x00','\x23','\xde','\x52','\x42','\x4a','\x42','\x82','\x42','\x7b','\xde','\x22','\x00','\x22','\x3e','\xfb','\xd2','\x22','\x12','\x2a','\x14','\xb3','\xd4','\x62','\x08','\x3a','\x14','\xe2','\x24','\x02','\x42','\x10','\x20','\x10','\x40','\x28','\xfc','\x24','\x84','\x40','\xfc','\xb8','\x84','\x10','\xfc','\x10','\x00','\xfd','\xfe','\x10','\x20','\x94','\x20','\x58','\xfc','\x50','\x20','\x1c','\x20','\xe1','\xfe','\x40','\x00','\x20','\x08','\x20','\x0c','\x50','\x0a','\x4b','\xfe','\x82','\x08','\x7a','\x08','\x22','\xe8','\x22','\x0a','\xfa','\x0a','\x22','\xec','\x2a','\xac','\xb2','\xa8','\x62','\xea','\x3a','\x1a','\xe2','\x26','\x04','\x42','\x20','\x40','\x20','\xa0','\x51','\x10','\x4a','\x08','\x85','\xf6','\x78','\x00','\x23','\xc4','\x22','\x54','\xfa','\x54','\x23','\xd4','\x2a','\x54','\xb2','\x54','\x63','\xd4','\x3a','\x44','\xe2','\x54','\x02','\xc8','\x10','\x88','\x10','\x88','\x2b','\xfe','\x24','\x88','\x40','\xf8','\xb8','\x88','\x10','\xf8','\x10','\x88','\xfc','\x88','\x13','\xfe','\x95','\x00','\x59','\x48','\x51','\x84','\x1d','\x00','\xe1','\xfe','\x40','\x00','\x10','\x88','\x10','\x50','\x28','\x00','\x25','\xfc','\x40','\x00','\xb8','\x50','\x10','\x88','\x11','\x04','\xfc','\x00','\x11','\xfc','\x95','\x54','\x59','\x54','\x51','\x54','\x1d','\x54','\xe3','\xfe','\x40','\x00','\x10','\x20','\x10','\x10','\x29','\xfe','\x24','\x00','\x40','\xfc','\xb8','\x84','\x10','\xfc','\x10','\x00','\xfd','\xfe','\x11','\x02','\x95','\x7a','\x59','\x4a','\x51','\x7a','\x1d','\x02','\xe1','\x0a','\x41','\x04','\x11','\x18','\x11','\xe0','\x29','\x02','\x24','\xfe','\x40','\x00','\xb9','\x7c','\x11','\x44','\x11','\x7c','\xfd','\x44','\x11','\x7c','\x95','\x44','\x59','\x7c','\x51','\x00','\x1d','\xfe','\xe0','\x88','\x41','\x04','\x10','\x40','\x10','\x20','\x2b','\xfe','\x26','\x02','\x40','\x50','\xb8','\x88','\x11','\x24','\x10','\x50','\xfc','\x88','\x11','\x04','\x96','\xfa','\x58','\x88','\x50','\x88','\x1c','\x88','\xe0','\xf8','\x40','\x88','\x10','\x22','\x10','\x12','\x29','\x14','\x24','\x80','\x40','\xbe','\xb8','\x08','\x10','\x08','\x11','\xbe','\xfc','\x88','\x10','\x88','\x94','\x94','\x58','\x92','\x50','\xa2','\x1d','\x40','\xe2','\x3e','\x40','\x00','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x24','\x20','\x27','\xbc','\x24','\x62','\x27','\xbe','\x23','\x18','\x2d','\xf6','\x20','\x40','\x47','\xfc','\x42','\x48','\x8f','\xfe','\x20','\x00','\x23','\xdc','\x52','\x94','\x4b','\xd4','\x82','\x54','\x7b','\xc8','\x22','\x88','\x22','\x94','\xfb','\xe2','\x20','\x00','\x28','\x20','\xb1','\xfc','\x60','\x20','\x38','\x20','\xe3','\xfe','\x00','\x00','\x08','\x04','\x7f','\x78','\x08','\x40','\x3e','\x40','\x2a','\x7e','\x3e','\x48','\x2a','\x48','\xff','\x48','\x09','\x88','\x06','\xc0','\x18','\x30','\xef','\xee','\x01','\x00','\x3f','\xf8','\x09','\x20','\xff','\xfe','\x10','\x20','\x10','\x10','\x2b','\xfe','\x26','\x02','\x40','\x80','\xb8','\xfe','\x11','\x10','\x13','\x20','\xfd','\x7c','\x11','\x44','\x95','\x44','\x59','\x7c','\x51','\x44','\x1d','\x44','\xe1','\x7c','\x41','\x44','\x20','\x88','\x22','\x88','\x52','\x9e','\x4a','\xaa','\x82','\x94','\x7b','\x88','\x20','\x90','\x20','\xa4','\xf8','\x84','\x27','\xbe','\x2a','\x84','\xb2','\xa4','\x62','\x94','\x3a','\x84','\xe4','\x94','\x00','\x88','\x22','\x20','\x21','\x20','\x51','\x20','\x4f','\xbe','\x82','\x40','\x7a','\x20','\x23','\xbc','\x22','\xd0','\xfa','\x90','\x22','\x90','\x2a','\xfe','\xb2','\x90','\x64','\xa8','\x3d','\xa8','\xe8','\x44','\x10','\x82','\x10','\x00','\x11','\xf8','\x29','\x08','\x25','\xf8','\x41','\x08','\xb9','\xf8','\x10','\x00','\x13','\xfc','\xfe','\x94','\x13','\xfc','\x94','\x00','\x59','\xf8','\x50','\x90','\x1c','\x60','\xe1','\x98','\x46','\x06','\x20','\x00','\x23','\xde','\x50','\x42','\x4a','\x52','\x81','\x4a','\x7a','\x52','\x20','\x28','\x20','\xc4','\xfb','\x12','\x20','\x60','\x29','\x88','\xb0','\x32','\x61','\xc4','\x38','\x18','\xe0','\x60','\x03','\x80','\x20','\x10','\x20','\x10','\x52','\xfe','\x49','\x10','\x81','\x7c','\x78','\x54','\x20','\x7c','\x23','\x54','\xf9','\x7c','\x21','\x10','\x29','\xfe','\xb1','\x10','\x61','\x10','\x3a','\x90','\xe4','\x7e','\x00','\x00','\x10','\x20','\x11','\xfc','\x29','\x24','\x27','\xfe','\x41','\x24','\xb9','\xfc','\x10','\x20','\x11','\xfc','\xfd','\x24','\x11','\xfc','\x94','\x40','\x5b','\xfe','\x50','\x88','\x1d','\xd0','\xe0','\x70','\x43','\x8c','\x10','\x00','\x13','\xfe','\x28','\x50','\x25','\xdc','\x41','\x04','\xb9','\x04','\x11','\xdc','\x10','\x50','\xfc','\x50','\x13','\xfe','\x94','\x40','\x58','\x20','\x50','\xa4','\x1e','\x8a','\xe2','\x8a','\x44','\x78','\x20','\x00','\x23','\xfe','\x50','\x50','\x4b','\xfe','\x82','\x52','\x7b','\xfe','\x20','\x00','\x21','\xfc','\xf9','\x04','\x21','\xfc','\x29','\x04','\xb1','\xfc','\x60','\x20','\x3b','\xfe','\xe0','\x20','\x00','\x20','\x21','\x08','\x20','\x88','\x53','\xc8','\x48','\x10','\x83','\xde','\x7a','\x64','\x23','\xd4','\x20','\x14','\xfb','\xd4','\x20','\x54','\x28','\x94','\xb0','\xe8','\x63','\x88','\x38','\x94','\xe2','\x94','\x01','\x22','\x20','\x20','\x20','\x20','\x51','\xfc','\x48','\x20','\x83','\xfe','\x79','\x08','\x23','\x9c','\x21','\x08','\xf9','\x88','\x26','\x3e','\x28','\x00','\xb3','\xfe','\x60','\x90','\x38','\x90','\xe1','\x12','\x02','\x0e','\x10','\x3c','\x13','\xe0','\x29','\x24','\x24','\xa8','\x43','\xfe','\xb8','\xa8','\x11','\x24','\x12','\x02','\xfd','\xfc','\x11','\x24','\x95','\x24','\x59','\xfc','\x51','\x24','\x1d','\x24','\xe1','\xfc','\x41','\x04','\x10','\x20','\x10','\x20','\x29','\xfc','\x24','\x20','\x41','\x54','\xb8','\x88','\x11','\x04','\x12','\xfa','\xfc','\x88','\x10','\xf8','\x94','\x88','\x58','\xf8','\x50','\x20','\x1c','\xa8','\xe1','\x24','\x40','\x60','\x10','\x00','\x11','\xfc','\x29','\x54','\x25','\x54','\x41','\xfc','\xb8','\x00','\x13','\xfe','\x10','\x00','\xfd','\xfc','\x11','\x04','\x95','\xfc','\x58','\x62','\x50','\x94','\x1d','\x88','\xe2','\xa4','\x40','\xc2','\x20','\xa0','\x20','\x90','\x51','\xfe','\x4b','\x20','\x81','\xfc','\x79','\x20','\x21','\xfc','\x21','\x20','\xf9','\xfe','\x21','\x00','\x2b','\xde','\xb2','\x52','\x62','\x52','\x3a','\x72','\xe2','\x02','\x02','\x06','\x20','\x8c','\x23','\xea','\x50','\x88','\x4b','\xfe','\x80','\x08','\x7b','\xe8','\x22','\x2a','\x23','\xea','\xf8','\x0a','\x23','\xec','\x28','\x8c','\xb3','\xec','\x60','\x8a','\x38','\xea','\xe3','\x96','\x00','\x22','\x20','\x94','\x20','\x92','\x53','\xf2','\x48','\x90','\x87','\xfe','\x70','\x10','\x23','\xd2','\x22','\x52','\xf2','\x52','\x23','\xd4','\xa4','\x54','\x72','\x8c','\x20','\xea','\x37','\x0a','\xc0','\x16','\x00','\x22','\x10','\x20','\x11','\x24','\x28','\xa8','\x27','\xfe','\x42','\x02','\xb8','\xf8','\x10','\x88','\x10','\x88','\xfc','\xf8','\x10','\x00','\x95','\xfc','\x59','\x24','\x51','\xfc','\x1d','\x24','\xe1','\xfc','\x41','\x04','\x20','\x20','\x20','\x88','\x52','\x52','\x4b','\x26','\x82','\x52','\x7a','\x8a','\x22','\x22','\x23','\xfe','\xf8','\x88','\x21','\x44','\x2a','\x7a','\xb0','\x88','\x61','\x50','\x38','\x20','\xe0','\xd8','\x07','\x06','\x7e','\x40','\x48','\x7e','\x7e','\x90','\x43','\x08','\x7e','\xfe','\x48','\xaa','\x7e','\xfe','\x01','\x00','\x06','\xc0','\x18','\x30','\xef','\xee','\x01','\x00','\x3f','\xf8','\x11','\x10','\x09','\x20','\xff','\xfe','\x20','\x20','\x23','\xfe','\x50','\x20','\x49','\xfc','\x80','\x00','\x7b','\xfe','\x20','\x02','\x21','\xfc','\xf8','\x20','\x23','\xfe','\x28','\x00','\xb3','\xfe','\x60','\x04','\x3b','\xbe','\xe2','\xa4','\x03','\x8c','\x10','\x20','\x10','\x10','\x29','\xfe','\x25','\x28','\x41','\x7c','\xb9','\x28','\x11','\xfe','\x11','\x10','\xfd','\x7c','\x11','\x54','\x95','\x7c','\x59','\x54','\x51','\x7c','\x1e','\x00','\xe2','\x44','\x44','\x82','\x24','\x44','\x24','\xe4','\x58','\xa8','\x4a','\xaa','\x8e','\xee','\x74','\xa4','\x2a','\xaa','\x2e','\xee','\xf2','\x42','\x20','\x40','\xaf','\xfe','\x70','\xe0','\x21','\x50','\x32','\x48','\xcc','\x46','\x00','\x40','\x20','\x20','\x20','\x3c','\x50','\x20','\x4b','\xfe','\x82','\x22','\x7a','\xf8','\x22','\x24','\x22','\xfc','\xfa','\xa4','\x22','\xfc','\x2a','\xa4','\xb2','\xfc','\x64','\x20','\x3d','\x54','\xe9','\x4a','\x02','\x3a','\x21','\x24','\x22','\x48','\x51','\x24','\x48','\x00','\x83','\xfc','\x7a','\x94','\x22','\x64','\x22','\x94','\xfb','\xfc','\x22','\x48','\x2b','\x68','\xb2','\x48','\x63','\x6a','\x3a','\x4a','\xe2','\x46','\x03','\x62','\x20','\x40','\x20','\x7c','\x50','\x40','\x4b','\xfc','\x82','\x44','\x7b','\xf0','\x22','\x44','\x22','\xfc','\xfa','\xa8','\x22','\xf8','\x2a','\xa8','\xb2','\xf8','\x62','\x00','\x3d','\xfc','\xe5','\x54','\x0b','\xfe','\x10','\x20','\x10','\x10','\x28','\x10','\x24','\xfe','\x42','\x82','\xbc','\x82','\x10','\x82','\x10','\xfe','\xfe','\x82','\x10','\x80','\x94','\x80','\x58','\x80','\x50','\x80','\x1f','\x00','\xf1','\x00','\x42','\x00','\x10','\x20','\x10','\x50','\x28','\x88','\x25','\x74','\x42','\x02','\xb9','\xfc','\x11','\x54','\x11','\xfc','\xfc','\x00','\x11','\xfc','\x95','\x54','\x59','\x54','\x51','\xfc','\x1d','\x54','\xe1','\x54','\x41','\x0c','\x20','\x88','\x23','\xfe','\x50','\x88','\x4b','\xde','\x82','\x52','\x7b','\xde','\x20','\xa0','\x20','\x90','\xf9','\xfe','\x21','\x20','\x2b','\xfc','\xb5','\x20','\x61','\xfc','\x39','\x20','\xe1','\xfe','\x01','\x00','\x23','\xfc','\x21','\x08','\x51','\xf8','\x49','\x08','\x81','\xf8','\x79','\x0e','\x27','\xf8','\x20','\x08','\xff','\xfe','\x22','\x94','\x2b','\x9c','\xb2','\x94','\x63','\x9c','\x3a','\xd6','\xe7','\xbc','\x00','\x84','\x25','\x28','\x27','\xbe','\x29','\x48','\x57','\xbe','\x8b','\x18','\x75','\xaa','\x29','\x46','\x23','\xfc','\xfa','\x04','\x23','\xfc','\x2a','\x04','\xb3','\xfc','\x62','\x04','\x3b','\xfc','\xe1','\x08','\x02','\x04','\x10','\x88','\x11','\xdc','\x28','\x88','\x25','\xde','\x40','\x88','\xb9','\x54','\x12','\x22','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x95','\x04','\x59','\xfc','\x51','\x04','\x1d','\xfc','\xe0','\x88','\x41','\x04','\x20','\x00','\x23','\xfe','\x52','\x52','\x4a','\x52','\x83','\xfe','\x71','\x08','\x21','\x54','\x22','\x5e','\xf7','\xb4','\x21','\x1e','\xa2','\x54','\x77','\xde','\x20','\x14','\x35','\x54','\xc5','\x5e','\x00','\x10','\x21','\x08','\x4f','\xd2','\xf0','\x3c','\x23','\x88','\x48','\x12','\xfb','\xbe','\x02','\x80','\xab','\xaa','\x01','\x00','\x06','\xc0','\x18','\x30','\xef','\xee','\x01','\x00','\x3f','\xf8','\x09','\x20','\xff','\xfe','\x23','\xde','\x22','\x52','\x53','\xde','\x4a','\x52','\x83','\xde','\x78','\xa0','\x21','\xfe','\x23','\x20','\xfd','\xfc','\x21','\x20','\x29','\xfe','\xb0','\x00','\x61','\xfc','\x38','\x88','\xe0','\x70','\x07','\x8e','\x55','\x78','\x14','\x48','\xff','\x48','\x22','\x86','\x7f','\x78','\x08','\x48','\x6b','\x28','\x49','\x10','\x7f','\x28','\x06','\xc4','\x18','\x30','\xef','\xee','\x01','\x00','\x3f','\xf8','\x09','\x20','\xff','\xfe','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x40','\x04','\x40','\x04','\x5f','\xf4','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x14','\x40','\x08','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x5f','\xf4','\x42','\x04','\x42','\x84','\x42','\x44','\x42','\x24','\x42','\x04','\x42','\x04','\x42','\x14','\x40','\x08','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x41','\x04','\x41','\x04','\x49','\x24','\x49','\x24','\x49','\x24','\x49','\x24','\x4f','\xe4','\x40','\x04','\x40','\x14','\x40','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x42','\x04','\x41','\x04','\x5f','\xf4','\x40','\x44','\x44','\x44','\x42','\x84','\x41','\x04','\x42','\x84','\x44','\x44','\x48','\x54','\x40','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x41','\x04','\x41','\x04','\x5d','\x14','\x45','\xa4','\x45','\x44','\x49','\x24','\x49','\x14','\x51','\x14','\x65','\x04','\x42','\x14','\x40','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x49','\x24','\x41','\x04','\x41','\x04','\x40','\x14','\x40','\x08','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x42','\x04','\x41','\x04','\x5f','\xf4','\x41','\x04','\x4f','\xe4','\x49','\x24','\x49','\xa4','\x49','\x44','\x41','\x14','\x41','\x08','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x5f','\xf4','\x41','\x04','\x4f','\xe4','\x41','\x04','\x41','\x44','\x5f','\xf4','\x40','\x04','\x40','\x14','\x40','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x41','\x04','\x4f','\xe4','\x41','\x04','\x5f','\xf4','\x41','\x04','\x4f','\xe4','\x41','\x04','\x5f','\xf4','\x40','\x04','\x40','\x14','\x40','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x44','\x44','\x5f','\xf4','\x44','\x44','\x44','\x44','\x7f','\xfc','\x40','\x04','\x44','\x44','\x44','\x24','\x48','\x24','\x40','\x0c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x40','\x04','\x5f','\xf4','\x50','\x14','\x5f','\xf4','\x40','\x04','\x40','\x14','\x40','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x48','\x04','\x44','\x44','\x5e','\x44','\x48','\xa4','\x4f','\x14','\x4a','\x4c','\x4a','\x24','\x4a','\x84','\x52','\x44','\x66','\x24','\x40','\x0c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7e','\x7c','\x42','\x04','\x47','\xe4','\x48','\x24','\x52','\x44','\x4c','\xe4','\x48','\x24','\x48','\x24','\x4e','\xe4','\x48','\x24','\x48','\x24','\x4f','\xec','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7d','\x7c','\x42','\x04','\x5f','\xf4','\x49','\x24','\x5f','\xf4','\x69','\x2c','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x41','\x14','\x40','\xf4','\x40','\x0c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x84','\x40','\xa4','\x5f','\xf4','\x40','\x84','\x4e','\xa4','\x4a','\xa4','\x4e','\xa4','\x40','\x54','\x46','\xb4','\x59','\x14','\x42','\x0c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x48','\x34','\x45','\xc4','\x40','\x44','\x53','\xfc','\x48','\x44','\x41','\xf4','\x45','\x14','\x49','\xf4','\x50','\x14','\x40','\x08','\x07','\xbc','\x24','\xa4','\x17','\xbc','\x14','\xa4','\x87','\xbc','\x44','\x04','\x44','\x34','\x15','\xc4','\x14','\x44','\x27','\xfc','\xe4','\x44','\x25','\xf4','\x25','\x14','\x25','\xf4','\x24','\x14','\x04','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x41','\x44','\x5f','\xf4','\x42','\x84','\x44','\x4c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x41','\x14','\x4f','\xe4','\x41','\x44','\x5f','\xf4','\x42','\x04','\x4f','\xe4','\x74','\x24','\x47','\xe4','\x44','\x24','\x47','\xe4','\x40','\x0c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x41','\x04','\x5f','\xf4','\x41','\x04','\x5f','\xf4','\x55','\x54','\x53','\x94','\x5f','\xf4','\x45','\x44','\x49','\x24','\x51','\x14','\x41','\x0c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x51','\x44','\x4a','\x44','\x5f','\x74','\x44','\x94','\x55','\x24','\x55','\x44','\x5f','\x44','\x44','\x44','\x48','\xa4','\x49','\x14','\x52','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x41','\x04','\x4f','\xe4','\x41','\x04','\x5f','\xf4','\x44','\x44','\x4f','\xe4','\x40','\x04','\x4f','\xe4','\x4a','\xa4','\x5f','\xf4','\x40','\x0c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x4f','\xf4','\x49','\x04','\x4f','\xe4','\x49','\x04','\x4f','\xe4','\x49','\x04','\x4f','\xf4','\x40','\x14','\x55','\x54','\x40','\x2c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x48','\x44','\x52','\x94','\x5c','\xe4','\x4a','\x54','\x5e','\xf4','\x42','\x84','\x52','\x94','\x5e','\xf4','\x42','\x84','\x44','\x94','\x48','\x88','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7e','\xfc','\x4a','\xa4','\x4e','\xe4','\x40','\x04','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x41','\x04','\x5f','\xf4','\x41','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x50','\x84','\x4b','\xe4','\x40','\x84','\x47','\xf4','\x59','\x44','\x4b','\xe4','\x48','\x84','\x4f','\xf4','\x48','\x84','\x48','\x84','\x57','\xec','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x84','\x5e','\x44','\x53','\xf4','\x5e','\xa4','\x50','\x44','\x5e','\xf4','\x6a','\x44','\x4a','\xe4','\x4e','\x44','\x4a','\x54','\x40','\x08','\x00','\x08','\x7c','\x3c','\x45','\xe0','\x48','\x20','\x48','\x20','\x50','\x20','\x48','\x20','\x4b','\xfe','\x44','\x20','\x44','\x20','\x44','\x20','\x68','\x20','\x50','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x00','\x00','\x7d','\xfe','\x45','\x00','\x49','\x00','\x49','\x78','\x51','\x48','\x49','\x48','\x49','\x48','\x45','\x48','\x45','\x68','\x45','\x50','\x69','\x42','\x51','\x42','\x41','\x42','\x42','\x3e','\x44','\x00','\x00','\x00','\x7d','\xfc','\x44','\x00','\x48','\x00','\x48','\x00','\x53','\xfe','\x48','\x90','\x48','\x90','\x44','\x90','\x44','\x90','\x44','\x90','\x68','\x92','\x51','\x12','\x41','\x12','\x42','\x0e','\x44','\x00','\x00','\x20','\x7c','\x20','\x44','\x20','\x49','\x20','\x49','\x20','\x51','\x20','\x49','\x3c','\x49','\x20','\x45','\x20','\x45','\x20','\x45','\x20','\x69','\x20','\x51','\x20','\x41','\x20','\x47','\xfe','\x40','\x00','\x00','\x20','\x78','\x20','\x48','\x20','\x53','\xfe','\x52','\x22','\x62','\x24','\x52','\x20','\x4b','\xfc','\x4a','\x84','\x4a','\x88','\x6a','\x48','\x52','\x50','\x42','\x20','\x44','\x50','\x44','\x88','\x49','\x06','\x00','\x00','\x7d','\xfe','\x44','\x20','\x48','\x20','\x48','\x40','\x51','\xfc','\x49','\x04','\x49','\x04','\x45','\x04','\x45','\xfc','\x45','\x04','\x69','\x04','\x51','\x04','\x41','\x04','\x41','\xfc','\x41','\x04','\x00','\x20','\x7c','\x20','\x45','\xfe','\x48','\x40','\x48','\x40','\x50','\xfc','\x48','\x84','\x49','\x84','\x46','\xfc','\x44','\x84','\x44','\x84','\x68','\xfc','\x50','\x84','\x40','\x84','\x40','\x94','\x40','\x88','\x00','\x00','\x7b','\xfe','\x48','\x20','\x50','\x20','\x52','\xfc','\x62','\xa4','\x52','\xa4','\x4a','\xa4','\x4a','\xd4','\x4a','\x84','\x6a','\x84','\x52','\x94','\x42','\x88','\x42','\x00','\x43','\xfe','\x40','\x00','\x00','\x80','\x78','\x80','\x48','\xf8','\x51','\x08','\x52','\x10','\x64','\x00','\x50','\x40','\x4b','\x9c','\x4a','\x04','\x4a','\x04','\x6b','\x9c','\x52','\x04','\x42','\x04','\x42','\x04','\x43','\xfc','\x42','\x04','\x00','\x20','\x7c','\x20','\x44','\x20','\x4b','\xfe','\x48','\x20','\x50','\x20','\x49','\x24','\x49','\x24','\x45','\x24','\x46','\xaa','\x44','\x20','\x68','\x50','\x50','\x50','\x40','\x88','\x41','\x04','\x42','\x02','\x00','\x28','\x7d','\xc8','\x44','\x88','\x48','\x88','\x4b','\xfe','\x50','\x88','\x48','\x88','\x49','\x08','\x46','\x28','\x44','\x20','\x45','\xfc','\x68','\x20','\x50','\x20','\x40','\x20','\x43','\xfe','\x40','\x00','\x00','\x40','\x78','\x40','\x48','\x40','\x57','\xfe','\x50','\x40','\x64','\x50','\x52','\x48','\x4a','\x48','\x4d','\x54','\x48','\xa2','\x68','\xa0','\x51','\x10','\x41','\x10','\x42','\x08','\x44','\x04','\x48','\x02','\x00','\x20','\x78','\x20','\x49','\x20','\x51','\x3c','\x51','\x20','\x61','\x20','\x57','\xfe','\x48','\x00','\x48','\x20','\x49','\x24','\x69','\x24','\x52','\x28','\x44','\x10','\x40','\x20','\x40','\xc0','\x47','\x00','\x00','\x20','\x7c','\x20','\x47','\xfe','\x48','\x20','\x49','\xfc','\x50','\x40','\x4b','\xfe','\x48','\x48','\x44','\x88','\x44','\xfe','\x45','\x08','\x69','\x48','\x52','\x28','\x44','\x08','\x40','\x28','\x40','\x10','\x00','\x08','\x78','\x3c','\x49','\xe0','\x50','\x20','\x50','\x20','\x63','\xfe','\x51','\x24','\x49','\x24','\x4f','\xfe','\x49','\x24','\x69','\x24','\x53','\xfe','\x40','\x20','\x40','\x20','\x43','\xfe','\x40','\x00','\x00','\x00','\x7f','\xe0','\x4a','\x5e','\x52','\x52','\x52','\x52','\x63','\xd2','\x52','\x52','\x4a','\x54','\x4b','\xd4','\x4a','\x54','\x6a','\x48','\x52','\xe8','\x47','\x54','\x40','\x54','\x40','\x62','\x40','\x40','\x00','\x20','\x7c','\x40','\x45','\xfc','\x49','\x04','\x49','\xfc','\x51','\x04','\x49','\xfc','\x48','\x00','\x47','\xfe','\x44','\x20','\x44','\x20','\x69','\xfc','\x50','\x20','\x40','\x20','\x43','\xfe','\x40','\x00','\x02','\x08','\x79','\x08','\x49','\x10','\x48','\x00','\x57','\xfc','\x50','\x00','\x61','\x10','\x52','\x08','\x4c','\x04','\x4b','\xf8','\x4a','\xa8','\x6a','\xa8','\x52','\xa8','\x42','\xa8','\x4f','\xfe','\x40','\x00','\x00','\x00','\x7c','\xfc','\x44','\x84','\x48','\x84','\x48','\xfc','\x50','\x00','\x49','\xfe','\x49','\x02','\x45','\xfe','\x45','\x02','\x45','\xfe','\x69','\x02','\x51','\xfe','\x40','\x48','\x40','\x84','\x41','\x02','\x00','\x20','\x78','\x40','\x4b','\xfc','\x4a','\x24','\x52','\x24','\x53','\xfc','\x62','\x24','\x52','\x44','\x4b','\xfc','\x48','\x40','\x48','\xa8','\x68','\xb4','\x51','\x3c','\x41','\x22','\x42','\x22','\x44','\x1e','\x00','\x20','\x7c','\x20','\x44','\x50','\x48','\x88','\x49','\x04','\x52','\xfa','\x48','\x00','\x48','\x00','\x45','\xdc','\x45','\x54','\x45','\x54','\x69','\xdc','\x50','\x88','\x40','\x88','\x41','\x54','\x42','\x22','\x00','\x88','\x7c','\x48','\x4a','\x50','\x50','\xfc','\x50','\x20','\x60','\x50','\x56','\x94','\x4a','\x38','\x4a','\x50','\x4a','\x98','\x6a','\x34','\x52','\x54','\x42','\x90','\x42','\x20','\x45','\xfe','\x48','\x00','\x00','\x3e','\x7f','\xc0','\x4a','\x44','\x49','\x28','\x53','\xf8','\x50','\x40','\x67','\xfc','\x50','\x00','\x4b','\xf8','\x48','\x08','\x4b','\xf8','\x68','\x08','\x53','\xf8','\x45','\x44','\x45','\x2a','\x48','\xfa','\x00','\x20','\x7c','\xa8','\x45','\x24','\x4a','\x2a','\x48','\x30','\x50','\xc0','\x4b','\xfe','\x49','\x20','\x45','\xfc','\x45','\x20','\x45','\xfc','\x69','\x20','\x51','\xfe','\x40','\x02','\x42','\xaa','\x40','\x04','\x00','\x00','\x7b','\xfe','\x4a','\x02','\x4b','\xfe','\x52','\x02','\x53','\xfe','\x61','\x08','\x52','\x52','\x4b','\x9c','\x49','\x08','\x4a','\x52','\x6b','\xde','\x50','\x00','\x42','\xa4','\x42','\x52','\x44','\x52','\x01','\x10','\x78','\x90','\x4b','\xde','\x48','\x10','\x52','\x5e','\x51','\x82','\x63','\xde','\x50','\x10','\x4b','\xde','\x4a','\x50','\x4b','\xde','\x6a','\x50','\x53','\xde','\x42','\x50','\x42','\x52','\x42','\xce','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x08','\x01','\x08','\xff','\xfe','\x01','\x08','\x01','\x08','\x3f','\xf8','\x21','\x08','\x11','\x90','\x05','\x60','\x09','\x20','\x31','\x18','\xc5','\x06','\x02','\x00','\x10','\x20','\x10','\x20','\xfe','\xfc','\x38','\x24','\x55','\xfe','\x92','\x24','\x10','\xfc','\x7c','\x20','\x01','\x24','\xfe','\xa8','\x10','\x70','\x54','\xa8','\x53','\x24','\x92','\x22','\x50','\xa0','\x20','\x40','\x09','\x00','\x08','\x80','\x08','\x80','\x1f','\xfc','\x10','\x80','\x30','\x80','\x5f','\xf8','\x90','\x80','\x10','\x80','\x1f','\xf8','\x10','\x80','\x10','\x80','\x10','\x80','\x1f','\xfc','\x10','\x00','\x10','\x00','\x00','\x50','\x7c','\x48','\x44','\x80','\x44','\xfe','\x45','\x90','\x7e','\x90','\x44','\xfc','\x44','\x90','\x7c','\x90','\x44','\xfc','\x44','\x90','\x44','\x90','\x4e','\x90','\xf0','\xfe','\x00','\x80','\x00','\x80','\x09','\x00','\x08','\x80','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x10','\x00','\x3e','\x7c','\x22','\x44','\x22','\x44','\x23','\xc4','\x20','\x14','\x20','\x08','\x20','\xa0','\x20','\x90','\x20','\x80','\x7d','\xfe','\x51','\x10','\x93','\x10','\x15','\xfc','\xfd','\x10','\x11','\x10','\x11','\xfc','\x11','\x10','\x29','\x10','\x25','\x10','\x45','\xfe','\x41','\x00','\x81','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x10','\x50','\x10','\x48','\x24','\xfe','\x45','\x90','\x7a','\x90','\x10','\xfc','\x24','\x90','\x44','\x90','\x78','\xfc','\x08','\x90','\x10','\x90','\x20','\xfe','\xc0','\x80','\x20','\xa0','\x10','\x90','\x01','\xfe','\xfb','\x20','\x09','\xfc','\x11','\x20','\x11','\xfc','\x35','\x20','\x59','\xfe','\x95','\x00','\x14','\x20','\x13','\xfe','\x10','\x70','\x10','\xa8','\x13','\x26','\x10','\x20','\x10','\x50','\x08','\x48','\xfe','\x80','\x00','\xfe','\x25','\x90','\x26','\x90','\x5a','\xfc','\x91','\x90','\x10','\x90','\xfe','\xfc','\x10','\x90','\x54','\x90','\x92','\x90','\x12','\xfe','\x50','\x80','\x20','\x80','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x08','\x80','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x10','\x00','\x00','\x28','\x7f','\x24','\x49','\x40','\x49','\x7e','\x5d','\xc8','\x49','\x48','\x7f','\x7e','\x41','\x48','\x5d','\x48','\x55','\x7e','\x55','\x48','\x5d','\x48','\x41','\x48','\x41','\x7e','\x45','\x40','\x82','\x40','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x08','\x00','\x1f','\xf0','\x20','\x10','\x5f','\x90','\x10','\x90','\x1f','\xd0','\x10','\x20','\x10','\x04','\x0f','\xfc','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x11','\x10','\x09','\x20','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x20','\x18','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x08','\x7c','\x3c','\x09','\xe0','\x10','\x20','\x3d','\xfc','\x44','\x20','\x2b','\xfe','\x10','\x00','\x6f','\xfe','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x20','\x40','\x17','\xfc','\x40','\x40','\x2b','\xf8','\x0a','\x48','\x72','\x48','\x12','\x58','\x10','\x40','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x06','\x00','\x38','\xf8','\x20','\x08','\x3c','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x42','\x10','\x42','\xe0','\x3e','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x02','\x00','\x3f','\xf8','\x08','\x20','\x7f','\xfc','\x02','\x00','\xff','\xfe','\x08','\x20','\x07','\xc0','\x78','\x38','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x20','\x00','\x10','\x40','\x80','\x7c','\x48','\x40','\x0b','\xf8','\x12','\x08','\xe2','\x08','\x23','\xf8','\x22','\x08','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x04','\x40','\x7c','\x7c','\x04','\x40','\x3c','\x78','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x30','\x1c','\x68','\x2a','\xa4','\xc9','\x22','\x08','\x20','\x08','\x20','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x08','\x20','\xff','\xfe','\x09','\x20','\x1f','\xf0','\x11','\x10','\xff','\xfe','\x02','\x80','\x1c','\x70','\xe0','\x0e','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x04','\x00','\x79','\xfc','\x40','\x44','\x48','\x44','\x54','\x54','\x62','\x88','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x20','\x3c','\x17','\xc0','\x82','\x44','\x41','\x28','\x17','\xfc','\x20','\x40','\xef','\xfe','\x20','\x40','\x27','\xfc','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x00','\x00','\x12','\x20','\x3f','\x20','\x12','\x3e','\x7f','\x44','\x00','\xa4','\x3f','\x24','\x21','\x28','\x3f','\x10','\x21','\x28','\x23','\x46','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x10','\x7e','\xfe','\x42','\x44','\x7e','\x28','\x40','\xfe','\x7e','\x10','\x62','\x7c','\xbe','\x10','\x22','\x10','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x49','\x22','\x85','\x14','\xff','\xfe','\x02','\x88','\x7d','\x70','\x25','\x48','\x4d','\x66','\x90','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x20','\x10','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x30','\x00','\xcb','\xfc','\x2d','\x24','\x31','\xfc','\xc9','\x24','\x15','\xfc','\x64','\x20','\x0d','\xfc','\x34','\x20','\xc5','\xfe','\x18','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x49','\x22','\xa4','\x14','\x11','\xfc','\xfd','\x04','\x01','\xfc','\x79','\x04','\x01','\xfc','\x78','\x80','\x01','\xfe','\x7a','\x22','\x4d','\x52','\x79','\xfa','\x48','\x06','\x00','\x10','\x7e','\x10','\x11','\x7c','\xfe','\x14','\x92','\xfe','\x54','\x14','\x13','\x7c','\x55','\x92','\x01','\x54','\x7d','\x38','\x01','\x54','\xff','\x92','\x21','\x30','\x49','\x00','\xfe','\xfe','\x04','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x3b','\xb8','\x2a','\xa8','\x3b','\xb8','\x00','\x00','\x7f','\xfc','\x11','\x10','\x29','\x28','\xff','\xfe','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x49','\x22','\x84','\x14','\x7f','\xfe','\x40','\x00','\x5f','\x3c','\x44','\x10','\x7f','\x7e','\x4e','\x34','\x55','\x52','\x60','\x90','\x44','\xf8','\x44','\x80','\xbf','\xfe','\x00','\x0e','\x7d','\xf0','\x10','\xa2','\xfe','\x54','\x93','\xfe','\x55','\x22','\x10','\x14','\x55','\x52','\x01','\x4a','\x7e','\x38','\x00','\x40','\xfe','\x7c','\x20','\x84','\x49','\x48','\xfc','\x30','\x04','\xce','\x10','\x1e','\x11','\xe0','\xfe','\x92','\x10','\x4c','\x7c','\x00','\x10','\xfc','\xfe','\x24','\x00','\x24','\x7d','\xfe','\x44','\x24','\x7c','\x24','\x44','\xfc','\x7c','\x24','\x44','\x20','\x54','\xa0','\x48','\x40','\x11','\x00','\x1f','\xf0','\x21','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x40','\x7c','\x7c','\x04','\x40','\x3c','\x78','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x00','\x40','\xfe','\x40','\x10','\xfc','\x20','\x84','\xff','\x04','\xaa','\xf4','\xaa','\x94','\xba','\x94','\xaa','\xf4','\xaa','\x84','\xba','\x94','\xaa','\x88','\xaa','\x82','\xfe','\x82','\x82','\x7e','\x00','\x00','\x00','\x00','\xfe','\xfc','\x10','\x84','\x20','\x84','\xfe','\xfc','\xaa','\x84','\xaa','\x84','\xba','\xfc','\xaa','\x84','\xaa','\x84','\xba','\xfc','\xaa','\x50','\xaa','\x50','\xfe','\x52','\x82','\x92','\x01','\x0e','\x3f','\xfe','\x28','\x88','\x2f','\x8a','\x20','\x08','\x2f','\xbe','\x28','\x88','\x2f','\x88','\x28','\x94','\x29','\xa2','\x3f','\xfe','\x20','\x80','\x2f','\xfc','\x29','\x24','\x49','\xe4','\x49','\x24','\x8f','\xfc','\x22','\x20','\x22','\x20','\xff','\xa0','\x22','\x20','\x3e','\xfc','\x08','\x24','\x7f','\x24','\x49','\x24','\x49','\x24','\x7f','\x24','\x08','\x24','\xff','\xc4','\x08','\x44','\x08','\x84','\x09','\x28','\x0a','\x10','\x28','\x00','\x29','\xf8','\xfe','\x88','\x28','\xc8','\x38','\xa8','\x10','\xa8','\x7c','\x88','\x54','\x50','\x54','\x50','\x7c','\x50','\x10','\x20','\xfe','\x20','\x10','\x50','\x10','\x88','\x11','\x04','\x12','\x02','\x28','\x00','\x28','\x00','\xfd','\xfc','\x28','\x44','\x38','\x44','\x11','\x44','\x7c','\xc4','\x54','\x44','\x54','\x64','\x7c','\x54','\x10','\x4c','\xfc','\x86','\x10','\x84','\x11','\x04','\x12','\x28','\x14','\x10','\x28','\x20','\x28','\x20','\xfe','\x20','\x29','\xfe','\x39','\x22','\x11','\x22','\x7d','\x22','\x55','\x22','\x55','\x52','\x7d','\x4a','\x11','\x8a','\xff','\x02','\x11','\x02','\x11','\x02','\x11','\x0a','\x11','\x04','\x28','\x20','\x28','\x20','\xfe','\x20','\x29','\xfc','\x39','\x24','\x11','\x24','\x7d','\x24','\x55','\x24','\x55','\x24','\x7f','\xfe','\x10','\x20','\xfe','\x50','\x10','\x50','\x10','\x88','\x11','\x04','\x12','\x02','\x28','\x00','\x28','\x00','\xfe','\xfc','\x28','\x84','\x38','\x84','\x10','\x84','\x7c','\xfc','\x54','\x84','\x54','\x84','\x7c','\x84','\x10','\xfc','\xfe','\x84','\x10','\x00','\x10','\x00','\x11','\xfe','\x10','\x00','\x28','\x10','\x28','\x10','\xfe','\x10','\x29','\xfe','\x39','\x12','\x11','\x14','\x7d','\x10','\x55','\xfc','\x55','\x44','\x7d','\x44','\x11','\x28','\xff','\x28','\x11','\x10','\x12','\x28','\x12','\x44','\x14','\x82','\x28','\x20','\x28','\x20','\xfc','\x20','\x2b','\xfe','\x38','\x20','\x10','\x20','\x7c','\x20','\x55','\xfc','\x54','\x70','\x7c','\xa8','\x10','\xa8','\xfd','\x24','\x11','\x24','\x12','\x22','\x10','\x20','\x10','\x20','\x28','\x00','\x29','\xfe','\xfc','\x20','\x28','\x20','\x38','\x20','\x11','\xfe','\x7d','\x22','\x55','\x22','\x55','\x52','\x7d','\x4a','\x11','\x8a','\xfd','\x02','\x11','\x02','\x11','\x02','\x11','\x0a','\x11','\x04','\x28','\x20','\x28','\x20','\xfe','\xfc','\x28','\x20','\x38','\x20','\x10','\x20','\x7d','\xfe','\x54','\x00','\x54','\x20','\x7c','\x20','\x10','\xfc','\xfe','\x20','\x10','\x20','\x10','\x20','\x11','\xfe','\x10','\x00','\x7c','\xf8','\x10','\x88','\x10','\xca','\x1d','\x2a','\xf2','\x06','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x28','\x20','\x28','\x20','\xfe','\x3e','\x28','\x20','\x38','\x20','\x11','\xfe','\x7c','\x00','\x54','\x00','\x55','\xfe','\x7c','\x20','\x10','\x28','\xfe','\x24','\x10','\x22','\x10','\x20','\x10','\x20','\x10','\x20','\x28','\x20','\x28','\x22','\xfd','\xb4','\x28','\xa8','\x38','\xa8','\x11','\x24','\x7e','\xa2','\x54','\x40','\x55','\xfc','\x7d','\x04','\x11','\x04','\xfd','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x28','\x00','\x29','\xfc','\xfd','\x04','\x29','\xfc','\x39','\x04','\x11','\xfc','\x7c','\x80','\x55','\xfe','\x56','\x22','\x7d','\x22','\x11','\x52','\xfd','\x02','\x11','\xfa','\x10','\x02','\x10','\x14','\x10','\x08','\x50','\x08','\x50','\xc8','\xfb','\x08','\x51','\x08','\x71','\x2a','\x21','\x2a','\xfb','\xac','\xa9','\x48','\xa9','\x08','\xfb','\x88','\x25','\x54','\xf9','\x14','\x21','\x14','\x21','\x24','\x21','\x24','\x21','\x42','\x28','\x00','\x29','\xfc','\xfc','\x48','\x28','\x30','\x3b','\xfe','\x10','\x52','\x7c','\x94','\x55','\x10','\x56','\x30','\x7c','\x20','\x13','\xfe','\xfc','\x70','\x10','\xa8','\x11','\x24','\x16','\x22','\x10','\x20','\x28','\x88','\x28','\x88','\xfd','\xfe','\x28','\x88','\x38','\x20','\x10','\x50','\x7c','\x88','\x55','\x04','\x56','\xfa','\x7c','\x00','\x10','\x00','\xfd','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x50','\x88','\x50','\x88','\xfb','\xfe','\x50','\x88','\x70','\x88','\x27','\xfe','\xf8','\x80','\xa9','\xfc','\xab','\x24','\xfd','\xfc','\x21','\x24','\xf9','\xfc','\x21','\x24','\x21','\x24','\x21','\x24','\x21','\x0c','\x28','\x10','\x2a','\x10','\xfd','\x7c','\x28','\x10','\x38','\xfe','\x10','\x44','\x7f','\x28','\x55','\xfe','\x55','\x10','\x7d','\x7c','\x11','\x10','\xfd','\xfe','\x11','\x10','\x11','\x10','\x12','\xfe','\x14','\x00','\x50','\x00','\x50','\xfe','\xfc','\x28','\x52','\xfe','\x72','\xaa','\x20','\xfe','\xf8','\x10','\xa9','\xfe','\xae','\x44','\xfa','\xfe','\x23','\x44','\xfa','\x7c','\x22','\x42','\x22','\x3e','\x25','\x00','\x28','\xfe','\x28','\x48','\x29','\xfe','\xfc','\x48','\x28','\x00','\x39','\xfe','\x11','\x4a','\x7d','\x4a','\x55','\xfe','\x54','\x14','\x7d','\xfe','\x11','\x10','\xfd','\x92','\x11','\x4c','\x11','\x4a','\x11','\x16','\x12','\x22','\x02','\x00','\x02','\x00','\x3f','\xf0','\x04','\x10','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x21','\x00','\x3f','\xfc','\x01','\x00','\x01','\x00','\x10','\x1e','\x11','\xe0','\x7c','\x22','\x25','\x12','\xfe','\x94','\x00','\x80','\x7c','\x20','\x45','\xce','\x7d','\x02','\x11','\x02','\x7d','\xce','\x11','\x02','\x51','\x02','\x7d','\x02','\x11','\xfe','\x11','\x02','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x04','\x40','\x04','\x40','\xff','\xfe','\x00','\x00','\x01','\x00','\xff','\xfe','\x02','\x88','\x7d','\x70','\x25','\x48','\x4d','\x66','\xa0','\x08','\x3f','\xf8','\x22','\x88','\x2e','\xe8','\x22','\x88','\x2e','\xe8','\x22','\x88','\x4e','\xe8','\x42','\x88','\x8f','\xe8','\x01','\x00','\xff','\xfe','\x02','\x84','\x7d','\x78','\x25','\x50','\x25','\x48','\x4d','\x64','\x02','\x80','\x7e','\xfc','\x02','\x80','\x3e','\xf8','\x02','\x80','\x7e','\xfc','\x02','\x80','\xff','\xfe','\x00','\x00','\x02','\x00','\x01','\x00','\x3f','\xf8','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x40','\x08','\x42','\x10','\x42','\x60','\x3e','\x20','\x00','\x11','\xfc','\x7c','\x44','\x00','\x44','\x44','\x44','\x28','\x44','\xfe','\x94','\x00','\x88','\x7d','\x00','\x44','\xfc','\x44','\x84','\x7c','\x84','\x44','\x84','\x44','\x84','\x7c','\xfc','\x44','\x84','\x20','\x40','\x10','\x40','\x7c','\x80','\x00','\xfc','\x45','\x04','\x2a','\x04','\xfe','\x84','\x00','\x44','\x7c','\x44','\x44','\x14','\x44','\x24','\x7c','\x44','\x45','\x84','\x44','\x04','\x7c','\x28','\x44','\x10','\x10','\x00','\x08','\xfe','\x08','\x10','\xff','\x20','\x00','\xfc','\x00','\x84','\x3c','\x84','\x24','\xfc','\x24','\x84','\x24','\xfc','\x24','\x84','\x25','\x84','\x46','\xfc','\x44','\x48','\x80','\x84','\x01','\x02','\x00','\x00','\x28','\xfe','\x24','\x10','\x24','\x20','\x42','\xfc','\x52','\x84','\x90','\x84','\x10','\xfc','\x20','\x84','\x20','\xfc','\x48','\x84','\x44','\x84','\xfc','\xfc','\x44','\x48','\x00','\x84','\x01','\x02','\x00','\x00','\xfe','\xfe','\x54','\x10','\x54','\x20','\xa8','\xfc','\x54','\x84','\x54','\x84','\x00','\xfc','\xfe','\x84','\x10','\xfc','\x10','\x84','\x10','\x84','\x1e','\xfc','\xf0','\x48','\x40','\x84','\x01','\x02','\x00','\x00','\x7d','\xfe','\x48','\x20','\x48','\x40','\x49','\xfc','\x5d','\x04','\x55','\x04','\x55','\xfc','\x55','\x04','\x5d','\xfc','\x49','\x04','\x49','\x04','\x49','\xfc','\x7e','\x88','\x01','\x04','\x02','\x02','\x10','\x00','\x10','\xfe','\x10','\x10','\xfe','\x20','\x10','\xfc','\x10','\x84','\x7c','\x84','\x00','\xfc','\x00','\x84','\x7c','\xfc','\x44','\x84','\x44','\x84','\x44','\xfc','\x7c','\x48','\x44','\x84','\x01','\x02','\x08','\x00','\x08','\xfe','\x14','\x10','\x22','\x20','\x51','\xfc','\x88','\x84','\x7e','\x84','\x02','\xfc','\x04','\x84','\x08','\xfc','\x7e','\x84','\x42','\x84','\x42','\xfc','\x7e','\x48','\x42','\x84','\x01','\x02','\x0c','\x00','\x70','\xfe','\x10','\x10','\xfe','\x20','\x10','\xfc','\x38','\x84','\x54','\x84','\x92','\xfc','\x00','\x84','\x38','\xfc','\x28','\x84','\x28','\x84','\x2a','\xfc','\x4c','\x48','\x48','\x84','\x81','\x02','\x00','\x00','\x7f','\x7e','\x49','\x10','\x49','\x20','\x7f','\x7c','\x49','\x44','\x49','\x44','\x7f','\x7c','\x08','\x44','\xff','\x7c','\x1c','\x44','\x2a','\x44','\x49','\x7c','\x88','\x00','\x08','\x28','\x08','\x44','\x10','\x00','\x08','\xfe','\x7f','\x10','\x22','\x20','\x1c','\xfc','\x22','\x84','\x7f','\x84','\x44','\xfc','\x48','\x84','\x72','\xfc','\x44','\x84','\x48','\x84','\x71','\xfc','\x42','\x48','\x8c','\x84','\x71','\x02','\x00','\x00','\x7f','\x7e','\x49','\x10','\x49','\x20','\x7f','\x7c','\x49','\x44','\x49','\x44','\x7f','\x7c','\x08','\x44','\x04','\x7c','\x15','\x44','\x50','\xc4','\x50','\xfc','\x52','\x80','\x8e','\x28','\x00','\x44','\x10','\x00','\xfe','\xfe','\x00','\x10','\xfe','\x20','\x82','\xfc','\xba','\x84','\xaa','\x84','\xfe','\xfc','\x00','\x84','\x7c','\xfc','\x44','\x84','\x7c','\x84','\x44','\xfc','\x7c','\x48','\x00','\x84','\xff','\x02','\x00','\x00','\xfe','\xfe','\x82','\x10','\xfe','\x20','\x82','\xfc','\xfe','\x84','\x44','\x84','\xaa','\xfc','\xee','\x84','\x44','\xfc','\xaa','\x84','\xee','\x84','\x00','\xfc','\xaa','\x48','\xaa','\x84','\x01','\x02','\x08','\x7e','\x2e','\x10','\x28','\x7e','\xff','\x42','\x2a','\x7e','\x4c','\x42','\x32','\x7e','\xc4','\x24','\x3f','\xfa','\x21','\x08','\x3f','\xf8','\x22','\x08','\x3f','\xf8','\x08','\x80','\xff','\xfe','\x00','\x80','\x08','\x00','\x0f','\xbe','\x08','\x08','\x7f','\x90','\x48','\xbe','\x7e','\x22','\x48','\xa2','\x5f','\xbe','\x55','\x22','\x5f','\x3e','\x55','\x22','\x5f','\x22','\x40','\x3e','\xbf','\x80','\x2a','\x94','\x7f','\xe2','\x22','\x00','\x22','\x7e','\xff','\x90','\x22','\x20','\x77','\x7c','\x55','\x44','\x77','\x44','\x12','\x7c','\x3f','\x44','\x64','\x7c','\xbf','\x44','\x24','\x44','\x3f','\x7c','\x24','\x00','\x3f','\x28','\x20','\x44','\x7f','\x80','\x21','\x3e','\x3f','\x08','\x21','\x10','\x3f','\x3e','\x21','\xe2','\xff','\x22','\x01','\x3e','\xff','\xe2','\x52','\xbe','\x73','\xa2','\x52','\xa2','\x73','\xbe','\x5a','\xc0','\xf7','\x94','\x10','\xa2','\x00','\x00','\x7f','\xfc','\x01','\x00','\x01','\x60','\x01','\x10','\x01','\x00','\x1f','\xf0','\x10','\xd0','\x17','\x10','\x11','\x10','\x17','\xd0','\x15','\x50','\x27','\xca','\x21','\x2a','\x4f','\xe6','\x80','\x22','\x80','\x00','\x4f','\xf8','\x48','\x08','\x08','\x68','\xeb','\x88','\x08','\x88','\xa8','\x88','\xab','\xe8','\xaa','\xa8','\xaa','\xa8','\x4b','\xe8','\x38','\x8a','\xc8','\xaa','\x10','\xea','\x17','\x26','\x20','\x02','\x00','\x08','\x7f','\xc8','\x40','\x48','\x43','\x52','\x5c','\x5e','\x44','\x42','\x5f','\x40','\x55','\x5e','\x55','\x52','\x5f','\x52','\x44','\x5e','\x45','\x52','\x5f','\x40','\x49','\x22','\x80','\x1e','\x00','\x00','\x00','\x00','\x7f','\x7c','\x41','\x44','\x4d','\x7c','\x71','\x44','\x51','\x7c','\x7d','\x44','\x55','\x7c','\x7d','\x44','\x51','\xfe','\x55','\x00','\x7d','\x28','\x44','\xc4','\x40','\x42','\x80','\x3e','\x00','\x00','\x00','\x00','\xfe','\xf8','\x28','\x88','\xfe','\x98','\xaa','\xe8','\xaa','\xa8','\xfe','\xf8','\x00','\xa8','\x7c','\xf8','\x00','\xa8','\xfe','\xa8','\x10','\xba','\x54','\xca','\x92','\x8a','\x51','\x06','\x22','\x02','\x00','\x00','\x7d','\xfc','\x44','\x50','\x4d','\xfc','\x75','\x54','\x55','\xfc','\x54','\x00','\x7c','\xf8','\x54','\x00','\x7d','\xfc','\x54','\xa8','\x55','\x24','\x52','\x60','\x7d','\x00','\x44','\x82','\x80','\x7e','\x14','\x00','\x11','\xfc','\xff','\x04','\x29','\x34','\x45','\xc4','\x83','\x44','\x25','\xf4','\x37','\x54','\x25','\x54','\xff','\xf4','\x25','\x44','\x55','\x54','\x4b','\xf4','\x89','\x16','\x12','\x06','\x04','\x02','\x10','\x20','\x10','\x20','\x28','\x20','\x25','\xfc','\x52','\x20','\xfc','\xa8','\x44','\xa8','\x7c','\xa8','\x44','\xa8','\x7c','\xa8','\x40','\xf8','\x50','\x22','\x48','\x22','\x54','\x22','\x64','\x1e','\x40','\x00','\x10','\x08','\x10','\x3c','\x29','\xe0','\x24','\x20','\x52','\x20','\xfc','\x20','\x45','\xfe','\x7c','\x20','\x44','\x20','\x7c','\x50','\x40','\x50','\x50','\x50','\x48','\x88','\x54','\x88','\x65','\x04','\x42','\x02','\x10','\x40','\x10','\x20','\x28','\x20','\x25','\xfe','\x52','\x00','\xfc','\x88','\x45','\x04','\x7e','\x02','\x44','\x88','\x7c','\x88','\x40','\x50','\x50','\x50','\x48','\x20','\x54','\x50','\x64','\x88','\x43','\x06','\x08','\x10','\x08','\x10','\x14','\x20','\x12','\xfe','\x29','\x82','\x7e','\x82','\xa2','\xba','\x3e','\xaa','\x22','\xaa','\x3e','\xaa','\x20','\xaa','\x28','\xba','\x24','\x82','\x2a','\x82','\x32','\x8a','\x20','\x84','\x10','\x04','\x10','\x1e','\x29','\xe0','\x24','\x22','\x53','\x12','\xfc','\x94','\x44','\x80','\x7c','\x20','\x45','\xfe','\x7c','\x44','\x40','\x84','\x51','\xc8','\x48','\x30','\x54','\x28','\x64','\xc4','\x43','\x02','\x10','\x28','\x10','\x24','\x2b','\xfe','\x24','\x20','\x52','\x20','\xfd','\xfc','\x45','\x24','\x7d','\x24','\x45','\xfc','\x7d','\x24','\x41','\x24','\x51','\xfc','\x49','\x24','\x55','\x24','\x65','\x24','\x41','\x0c','\x08','\x10','\x08','\x10','\x14','\x28','\x12','\x28','\x29','\x44','\x7e','\xba','\xa2','\x10','\x3e','\x10','\x22','\xfe','\x3e','\x10','\x20','\x58','\x28','\x54','\x24','\x92','\x2b','\x12','\x32','\x50','\x20','\x20','\x10','\x40','\x10','\x40','\x28','\x7c','\x24','\x84','\x53','\x08','\xfe','\x00','\x44','\x20','\x7d','\xce','\x45','\x02','\x7d','\x02','\x41','\xce','\x51','\x02','\x49','\x02','\x55','\x02','\x65','\xfe','\x41','\x02','\x10','\x84','\x10','\x84','\x29','\xfe','\x24','\x84','\x52','\xa4','\xfc','\x10','\x45','\xfe','\x7c','\x40','\x44','\x40','\x7c','\x7c','\x40','\x44','\x50','\x44','\x48','\x44','\x54','\x84','\x64','\x94','\x41','\x08','\x10','\x48','\x10','\x44','\x28','\x5e','\x25','\xe0','\x52','\x28','\xfc','\x12','\x44','\x6a','\x7d','\x96','\x44','\x48','\x7c','\x5e','\x41','\xe0','\x50','\x24','\x48','\x28','\x54','\x12','\x64','\x6a','\x41','\x86','\x10','\x20','\x10','\xa2','\x28','\xa2','\x25','\x24','\x52','\x50','\xfc','\x88','\x47','\x04','\x7c','\x22','\x44','\x20','\x7c','\xa4','\x40','\xa4','\x51','\x28','\x48','\x50','\x54','\x88','\x65','\x04','\x42','\x02','\x10','\x44','\x10','\x44','\x28','\x88','\x25','\xdc','\x52','\x88','\xfc','\x88','\x44','\x88','\x7c','\x88','\x45','\xde','\x7c','\x88','\x40','\x88','\x50','\x88','\x48','\x88','\x54','\x88','\x64','\x88','\x41','\x08','\x10','\x80','\x10','\x9e','\x28','\x92','\x25','\xd2','\x52','\x92','\xfc','\x9e','\x44','\x92','\x7d','\xd2','\x45','\x52','\x7d','\x5e','\x41','\x52','\x51','\x52','\x49','\xd2','\x54','\x22','\x64','\x2a','\x40','\x44','\x7f','\x20','\x10','\x50','\x1e','\x88','\x23','\x46','\x54','\x90','\x09','\x24','\x10','\x48','\x61','\x90','\x06','\x60','\x1f','\xf8','\xe8','\x16','\x0f','\xf0','\x08','\x10','\x0f','\xf4','\x08','\x68','\x0c','\x1c','\x10','\x20','\x10','\x40','\x29','\xfc','\x25','\x24','\x53','\x24','\xfd','\xfc','\x45','\x24','\x7d','\x44','\x45','\xfc','\x7c','\x40','\x40','\xb0','\x50','\xa4','\x49','\x3c','\x55','\x22','\x66','\x22','\x44','\x1e','\x10','\x40','\x13','\xbe','\x2a','\x12','\x26','\x92','\x52','\x52','\xfa','\xaa','\x4b','\x24','\x78','\x40','\x4b','\xfe','\x7a','\x22','\x42','\x22','\x53','\xfe','\x4a','\x22','\x5a','\x22','\x6b','\xfe','\x42','\x02','\x10','\x00','\x10','\xf8','\x28','\x88','\x24','\x88','\x52','\xf8','\xfc','\x88','\x44','\x88','\x7c','\xf8','\x44','\x00','\x7d','\xfc','\x41','\x54','\x51','\x54','\x49','\x54','\x55','\x54','\x67','\xfe','\x40','\x00','\x10','\x88','\x10','\x88','\x2b','\xfe','\x24','\x88','\x52','\xf8','\xfc','\x20','\x45','\xfc','\x7d','\x24','\x45','\xfc','\x7c','\x20','\x43','\xfe','\x50','\x20','\x49','\xfc','\x54','\x20','\x67','\xfe','\x40','\x00','\x08','\x7c','\x08','\x44','\x14','\x7c','\x12','\x44','\x29','\x7c','\x7e','\x00','\xa2','\xfe','\x3e','\xaa','\x22','\xfe','\x3e','\x00','\x20','\xfc','\x28','\x44','\x24','\x28','\x2a','\x10','\x32','\x68','\x21','\x86','\x10','\x20','\x13','\xfe','\x28','\x20','\x25','\xfc','\x50','\x00','\xfb','\xfe','\x4a','\x02','\x79','\xfc','\x48','\x00','\x79','\xfc','\x41','\x04','\x51','\xfc','\x49','\x04','\x58','\x88','\x6b','\xfe','\x40','\x00','\x10','\x20','\x11','\xfc','\x29','\x24','\x25','\xfc','\x52','\x20','\xff','\xfe','\x44','\x00','\x7d','\xfc','\x45','\x04','\x7d','\xfc','\x41','\x04','\x51','\xfc','\x49','\x04','\x55','\xfc','\x64','\x88','\x41','\x04','\x11','\x24','\x11','\x24','\x2a','\xaa','\x27','\xae','\x51','\x24','\xfa','\xaa','\x4b','\xae','\x79','\x24','\x4f','\xfe','\x79','\x10','\x41','\x14','\x51','\x14','\x4a','\x8a','\x5a','\x4a','\x6a','\x16','\x44','\x22','\x10','\x20','\x10','\x20','\x29','\xfc','\x24','\x20','\x53','\xfe','\xf9','\x08','\x4b','\x9c','\x79','\x08','\x49','\x88','\x7e','\x3e','\x40','\x00','\x53','\xfe','\x48','\x90','\x58','\x90','\x69','\x12','\x42','\x0e','\x10','\x00','\x13','\xde','\x2a','\x52','\x27','\xde','\x52','\x10','\xfa','\x52','\x49','\xce','\x78','\x00','\x48','\x88','\x7b','\xfe','\x40','\x88','\x50','\x88','\x4b','\xfe','\x58','\x88','\x69','\x04','\x42','\x02','\x7c','\x1c','\x44','\x10','\xfe','\xfe','\x20','\x92','\x7c','\xf8','\x04','\x94','\x28','\xbc','\x11','\xaa','\x06','\x66','\x1f','\xf8','\xe8','\x16','\x0f','\xf0','\x08','\x10','\x0f','\xf4','\x08','\x68','\x0c','\x1c','\x21','\x10','\x20','\xa0','\x20','\x00','\x23','\xfc','\xfc','\x80','\x25','\xf8','\x25','\x08','\x25','\xf8','\x25','\x08','\x25','\xf8','\x25','\x08','\x25','\xfa','\x25','\x0a','\x44','\x02','\x43','\xfe','\x80','\x00','\x44','\x14','\x24','\x12','\x28','\x10','\xfd','\xfe','\x10','\x10','\x20','\x10','\x7d','\xd2','\x45','\x52','\x45','\x52','\x7d','\x54','\x45','\xd4','\x7c','\x08','\x44','\xca','\x47','\x1a','\x7c','\x26','\x44','\x42','\x04','\x40','\x78','\x40','\x10','\xfe','\xfe','\x80','\x11','\xfc','\x3a','\x84','\x54','\xfc','\x90','\x84','\x7c','\xfc','\x44','\x40','\x44','\x7c','\x7c','\xc4','\x45','\x28','\x44','\x10','\x7c','\x68','\x45','\x86','\x00','\x00','\x7f','\x00','\x48','\x7c','\x7f','\x24','\x48','\x24','\x7f','\x24','\x48','\x24','\x48','\x28','\x7f','\xa8','\x00','\xa8','\xaa','\x90','\xaa','\x90','\xaa','\xa8','\x80','\xa8','\x05','\x44','\x02','\x82','\x00','\x00','\x43','\xfc','\x22','\x40','\x23','\xf8','\x02','\x40','\x0b','\xf8','\x0a','\x40','\x12','\x40','\x13','\xfc','\xe0','\x04','\x25','\x54','\x25','\x54','\x25','\x54','\x24','\x04','\x20','\x28','\x00','\x10','\x00','\x20','\x7e','\x10','\x48','\x10','\x7e','\xfe','\x48','\x44','\x7e','\x44','\x48','\x44','\x48','\x44','\x7e','\x44','\x02','\x28','\xaa','\x28','\xaa','\x10','\xaa','\x10','\x82','\x28','\x14','\x44','\x08','\x82','\x00','\x00','\x7e','\x00','\x48','\xfe','\x7e','\xaa','\x48','\xaa','\x7e','\xaa','\x48','\xaa','\x48','\xaa','\x7e','\xaa','\x02','\xaa','\xaa','\xae','\xaa','\xc2','\xaa','\x82','\x82','\x82','\x14','\xfe','\x08','\x82','\x00','\x08','\x7f','\x08','\x48','\x08','\x7f','\x3e','\x48','\x2a','\x7f','\x2a','\x48','\x2a','\x48','\x2a','\x7f','\xbe','\x00','\x88','\xaa','\xc8','\xaa','\xa8','\xaa','\x90','\x80','\x98','\x05','\x24','\x02','\x42','\x00','\x10','\x7f','\x08','\x48','\x08','\x7f','\x7e','\x48','\x42','\x7f','\x42','\x48','\x20','\x48','\x24','\x7f','\xa8','\x00','\xb0','\xaa','\xa0','\xaa','\xa2','\xaa','\xa2','\x80','\xa2','\x05','\x1e','\x02','\x00','\x00','\x08','\x7f','\x08','\x48','\x10','\x7f','\x10','\x48','\x24','\x7f','\x7e','\x48','\x22','\x48','\x00','\x7f','\xbc','\x00','\xa4','\xaa','\xa4','\xaa','\xa4','\xaa','\xa4','\x80','\xa4','\x05','\x3c','\x02','\x24','\x08','\x00','\x7f','\x7c','\x11','\x44','\x32','\x28','\x0c','\x10','\x12','\x28','\x61','\x46','\x1f','\xf0','\x11','\x00','\x1f','\xf0','\x11','\x00','\x1f','\xf0','\x11','\x00','\x1f','\xfc','\x2a','\x44','\x49','\x2c','\x00','\x20','\x7c','\x10','\x50','\x10','\x7d','\xfe','\x50','\x20','\x7c','\x24','\x50','\x44','\x50','\xf8','\x7c','\x12','\x04','\x22','\x54','\x44','\x55','\x88','\x54','\x10','\x84','\x28','\x14','\x44','\x09','\x82','\x00','\x20','\x7e','\x10','\x48','\x10','\x7e','\xfe','\x48','\x00','\x7e','\x44','\x48','\x82','\x49','\x00','\x7e','\x44','\x02','\x44','\xaa','\x28','\xaa','\x28','\xaa','\x10','\x82','\x28','\x14','\x44','\x09','\x82','\x00','\x40','\x7e','\x40','\x48','\x78','\x7e','\x88','\x49','\x50','\x7e','\x20','\x48','\x50','\x48','\x88','\x7f','\x06','\x02','\xf8','\xaa','\x88','\xaa','\x88','\xaa','\x88','\x82','\x88','\x14','\xf8','\x08','\x88','\x00','\x82','\x7c','\x92','\x50','\x92','\x7c','\x92','\x50','\x92','\x7c','\x92','\x52','\xda','\x52','\xb6','\x7c','\x92','\x04','\x92','\x54','\x92','\x54','\x92','\x54','\x92','\x85','\x12','\x15','\x02','\x0a','\x02','\x00','\x00','\x7f','\x3e','\x48','\x22','\x7f','\x3e','\x48','\x22','\x7f','\x3e','\x48','\x00','\x48','\x00','\x7f','\xbe','\x00','\x88','\xaa','\x88','\xaa','\xfe','\xaa','\x88','\x80','\x88','\x05','\x08','\x02','\x08','\x00','\x00','\x7e','\xfc','\x48','\x04','\x7e','\x7c','\x48','\x04','\x7e','\xfc','\x48','\x00','\x49','\xfe','\x7f','\x02','\x02','\xfc','\xaa','\x44','\xaa','\x44','\xaa','\x28','\x82','\x10','\x14','\x68','\x09','\x86','\x00','\x10','\x7e','\x10','\x48','\xfc','\x7e','\x94','\x48','\xfc','\x7e','\x94','\x48','\xfc','\x48','\x00','\x7f','\xfe','\x02','\x40','\xaa','\x80','\xaa','\xfc','\xaa','\x04','\x82','\x04','\x14','\x28','\x08','\x10','\x00','\x24','\x7f','\x24','\x48','\x7e','\x7f','\x24','\x48','\x24','\x7f','\x3c','\x48','\x24','\x48','\x24','\x7f','\xbc','\x00','\xa4','\xaa','\xa4','\xaa','\xfe','\xaa','\x80','\x80','\xa4','\x05','\x22','\x02','\x42','\x00','\x50','\x7e','\x48','\x48','\x80','\x7e','\xfe','\x49','\x90','\x7e','\x90','\x48','\xfc','\x48','\x90','\x7e','\x90','\x02','\xfc','\xaa','\x90','\xaa','\x90','\xaa','\x90','\x82','\xfe','\x14','\x80','\x08','\x80','\x00','\x84','\x7e','\x48','\x48','\x00','\x7e','\xfc','\x48','\x48','\x7e','\x48','\x48','\x48','\x48','\x48','\x7f','\xfe','\x02','\x48','\xaa','\x48','\xaa','\x48','\xaa','\x48','\x82','\x88','\x14','\x88','\x09','\x08','\x00','\x40','\x7c','\x20','\x51','\xfe','\x7d','\x02','\x51','\x02','\x7d','\xfe','\x51','\x00','\x51','\x00','\x7d','\xfe','\x05','\xaa','\x56','\xaa','\x56','\xfe','\x54','\xaa','\x84','\xaa','\x14','\xa2','\x08','\x86','\x01','\x00','\x7f','\xfe','\x44','\x42','\x9f','\xf4','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x09','\x20','\x1f','\xf0','\x29','\x08','\xcf','\xe6','\x09','\x00','\x0f','\xf8','\x00','\x08','\x15','\x58','\x00','\x00','\x7d','\xfc','\x50','\xa4','\x7c','\x88','\x50','\x50','\x7c','\x20','\x50','\xd8','\x53','\x26','\x7c','\x20','\x05','\xfc','\x55','\x24','\x55','\x24','\x55','\xfc','\x84','\x22','\x17','\xfe','\x08','\x02','\x00','\x00','\xfb','\xfe','\xa2','\x00','\xfa','\x7c','\xa2','\x44','\xfa','\x44','\xa2','\x7c','\xa2','\x00','\xfa','\xee','\x0a','\xaa','\xaa','\xaa','\xaa','\xaa','\xaa','\xee','\x8a','\x00','\x0b','\xfe','\x30','\x00','\x00','\x10','\x7e','\x20','\x48','\x44','\x7e','\xfe','\x48','\x44','\x7e','\xaa','\x48','\xee','\x48','\x10','\x7e','\x28','\x02','\x54','\xaa','\xaa','\xaa','\x50','\xaa','\x24','\x82','\x48','\x14','\x10','\x08','\x60','\x08','\x20','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\xff','\xfe','\x08','\x20','\x3f','\xf8','\xd1','\x06','\x1f','\xf0','\x11','\x00','\x1f','\xfc','\x2a','\x44','\x45','\x2c','\x00','\x00','\x7e','\xfe','\x48','\x28','\x7e','\xfe','\x48','\xaa','\x7e','\xaa','\x48','\xfe','\x48','\x00','\x7e','\x7c','\x02','\x00','\xaa','\xfe','\xaa','\x10','\xaa','\x54','\x82','\x92','\x14','\x50','\x08','\x20','\x00','\x00','\x7d','\xfc','\x51','\x24','\x7d','\xfc','\x51','\x24','\x7d','\xfc','\x50','\x40','\x50','\x88','\x7d','\xf0','\x04','\x20','\x54','\x44','\x57','\xfe','\x54','\x22','\x85','\x24','\x16','\x22','\x08','\x60','\x00','\x18','\xf9','\xe0','\xa0','\x40','\xfb','\xfe','\xa0','\x88','\xf9','\x74','\xa2','\x52','\xa0','\x70','\xf8','\x00','\x09','\xfc','\xa9','\x04','\xa9','\x74','\xa9','\x54','\x89','\x74','\x09','\x04','\x31','\x0c','\x00','\x20','\xf8','\x20','\xa1','\xfc','\xf8','\x20','\xa3','\xfe','\xf9','\x08','\xa3','\x9c','\xa1','\x08','\xf9','\x88','\x0e','\x3e','\xa8','\x00','\xab','\xfe','\xa8','\x90','\x88','\x90','\x09','\x12','\x32','\x0e','\x00','\x00','\x7d','\xfc','\x51','\x54','\x7d','\xfc','\x50','\x20','\x7d','\xfc','\x50','\x20','\x53','\xfe','\x7c','\x88','\x04','\x50','\x55','\xfc','\x54','\x20','\x57','\xfe','\x84','\x20','\x14','\x20','\x08','\x20','\x00','\x20','\x7c','\x20','\x50','\x50','\x7c','\x88','\x51','\x04','\x7e','\xfa','\x50','\x00','\x50','\x00','\x7d','\xdc','\x05','\x54','\x55','\x54','\x55','\xdc','\x54','\x88','\x84','\x88','\x15','\x54','\x0a','\x22','\x03','\xf0','\x7d','\x2e','\x51','\xe2','\x7d','\x2a','\x51','\xe4','\x7d','\x34','\x53','\xea','\x50','\x32','\x7c','\x1e','\x07','\xe0','\x54','\xa2','\x55','\x34','\x54','\x68','\x84','\xa4','\x17','\x22','\x08','\x20','\x00','\x40','\xf8','\x7c','\xa0','\x40','\xfb','\xfc','\xa2','\x44','\xfb','\xf0','\xa2','\x44','\xa2','\xfc','\xfa','\xa8','\x0a','\xf8','\xaa','\xa8','\xaa','\xf8','\xaa','\x00','\x8d','\xfc','\x09','\x54','\x33','\xfe','\x00','\x94','\xfb','\x98','\xa0','\x92','\xf9','\x8e','\xa2','\x80','\xf9','\xfc','\xa1','\x24','\xa1','\xfc','\xf9','\x24','\x09','\xfc','\xa8','\x88','\xa9','\xfc','\xa8','\x88','\x8b','\xfe','\x08','\x88','\x31','\x04','\x00','\x10','\x7e','\xfe','\x48','\x00','\x7e','\xee','\x48','\xaa','\x7e','\xee','\x48','\x44','\x48','\xfe','\x7e','\x44','\x02','\xfe','\xaa','\x44','\xaa','\xfe','\xaa','\x50','\x82','\xca','\x15','\x64','\x08','\x42','\x00','\x88','\xfb','\xfe','\xa0','\x88','\xfb','\xde','\xa2','\x52','\xfb','\xde','\xa0','\xa0','\xa0','\x90','\xf9','\xfe','\x09','\x20','\xab','\xfc','\xad','\x20','\xa9','\xfc','\x89','\x20','\x09','\xfe','\x31','\x00','\x7f','\xf8','\x42','\x00','\x7f','\xf0','\x42','\x00','\x7f','\xfc','\x52','\x44','\x89','\x2c','\x7e','\x7e','\x48','\x48','\x7e','\x7e','\x48','\x48','\x7e','\x7e','\x48','\x48','\x7e','\x7e','\x02','\x02','\x96','\x96','\x03','\xde','\xf8','\x00','\xa3','\xde','\xfa','\x52','\xa3','\x5a','\xfa','\x52','\xa0','\x20','\xa3','\xfe','\xfa','\x50','\x0b','\xfe','\xaa','\x52','\xab','\xfe','\xaa','\x92','\x8a','\xdc','\x0a','\x92','\x34','\xce','\x00','\x00','\x7c','\xfc','\x44','\x20','\x74','\x20','\x54','\x20','\xfe','\x20','\x82','\x20','\x7d','\xfe','\x44','\x20','\x7c','\x20','\x44','\x20','\x7c','\x20','\x44','\x20','\x44','\x20','\x54','\x20','\x48','\x20','\x00','\x00','\x7c','\xf8','\x44','\x88','\x74','\x88','\x54','\x88','\xff','\x06','\x82','\x00','\x7d','\xfc','\x44','\x84','\x7c','\x84','\x44','\x48','\x7c','\x50','\x44','\x20','\x44','\x50','\x54','\x88','\x4b','\x06','\x00','\x40','\x7c','\x40','\x44','\x78','\x74','\x88','\x55','\x50','\xfe','\x20','\x82','\x50','\x7c','\x88','\x45','\x06','\x7c','\xf8','\x44','\x88','\x7c','\x88','\x44','\x88','\x44','\x88','\x54','\xf8','\x48','\x88','\x00','\x20','\x7c','\x40','\x44','\xfe','\x74','\x92','\x54','\x92','\xfe','\xfe','\x82','\x92','\x7c','\xa2','\x44','\xfe','\x7c','\x48','\x44','\x88','\x7d','\xfe','\x44','\x08','\x44','\x08','\x54','\x08','\x48','\x08','\x00','\x20','\x7d','\xfc','\x45','\x24','\x77','\xfe','\x55','\x24','\xff','\xfc','\x82','\x20','\x7d','\xfc','\x45','\x24','\x7d','\xfc','\x44','\x40','\x7d','\xfe','\x44','\x88','\x45','\xd0','\x54','\x70','\x4b','\x8c','\x00','\x00','\x7c','\xfe','\x44','\xaa','\x74','\xaa','\x54','\xfe','\xfe','\x40','\x82','\xfe','\x7d','\x22','\x44','\xfa','\x7c','\xaa','\x44','\xaa','\x7c','\xfa','\x44','\x22','\x44','\xfa','\x54','\x0a','\x48','\x04','\x00','\x10','\x7c','\x7e','\x45','\x20','\x74','\xbc','\x54','\xc8','\xfe','\xbe','\x82','\x00','\x7d','\xbc','\x44','\xa4','\x7c','\xbc','\x44','\xa4','\x7c','\xbc','\x44','\xa4','\x44','\xac','\x55','\x40','\x4a','\x3e','\x00','\x50','\x7d','\xfc','\x45','\x54','\x75','\xfc','\x55','\x54','\xff','\xfc','\x82','\x00','\x7d','\xfc','\x44','\x00','\x7d','\xfc','\x45','\x04','\x7d','\xfc','\x44','\x88','\x44','\x50','\x57','\xfe','\x48','\x00','\x20','\x7c','\x10','\x44','\xfe','\x44','\x00','\x7c','\x7c','\x00','\x44','\xee','\x7c','\xaa','\x00','\xaa','\xfe','\xee','\x82','\x10','\xba','\xfe','\xaa','\x38','\xaa','\x54','\xba','\x92','\x83','\x10','\x86','\x10','\x3f','\x04','\x20','\x04','\x20','\x08','\x3e','\x10','\x20','\x20','\x20','\x44','\x3e','\x04','\x20','\x08','\x20','\x10','\xff','\x22','\x10','\x42','\x24','\x04','\x42','\x08','\xff','\x10','\x41','\x20','\x00','\xc0','\x3e','\x04','\x20','\x18','\x3e','\x60','\x20','\x04','\x3e','\x18','\x20','\x62','\xff','\x04','\x22','\x18','\x7f','\x60','\x01','\x30','\x11','\xd0','\x1f','\x10','\x71','\x52','\x11','\x22','\x10','\x02','\x0f','\xfe','\x3e','\x04','\x20','\x18','\x3e','\x60','\x20','\x04','\x3e','\x18','\x20','\x62','\xff','\x04','\x22','\x18','\x7f','\x60','\x02','\x00','\x7f','\xfc','\x04','\x00','\x07','\xf0','\x08','\x10','\x10','\xa0','\x60','\x40','\x3e','\x04','\x20','\x18','\x3e','\x60','\x20','\x04','\x3e','\x18','\x20','\x62','\xff','\x04','\x22','\x18','\x7f','\x60','\x01','\xf0','\x3e','\x00','\x03','\xf0','\x3e','\x00','\x03','\xfa','\x7e','\x02','\x01','\xfe','\x3f','\x08','\x20','\x30','\x3e','\xc4','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\xff','\xfe','\x20','\x08','\x20','\x28','\x20','\x10','\x3e','\x04','\x20','\x18','\x3e','\x60','\x20','\x04','\x3e','\x18','\x20','\x62','\xff','\x04','\x22','\x18','\x7f','\x60','\x00','\x00','\x7f','\xf8','\x08','\x08','\x10','\x30','\x3f','\xf8','\xd0','\x08','\x1f','\xf8','\x3e','\x04','\x20','\x18','\x3e','\x60','\x20','\x04','\x3e','\x18','\x20','\x62','\xff','\x04','\x22','\x18','\x7f','\x60','\x01','\x10','\xff','\xfe','\x04','\x00','\x0f','\xf0','\x12','\x20','\x61','\xc0','\x0e','\x3c','\x3f','\x08','\x20','\x30','\x3e','\xc4','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x04','\x40','\x7f','\xf8','\x04','\x48','\x3f','\xf8','\x24','\x40','\x3f','\xfc','\x08','\x44','\x10','\x54','\x20','\x48','\x3f','\x08','\x20','\x30','\x3e','\xc4','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x08','\x00','\x1f','\xf0','\x20','\x10','\x5f','\x90','\x10','\x90','\x1f','\xd0','\x10','\x20','\x10','\x04','\x0f','\xfc','\x3e','\x04','\x20','\x18','\x3e','\x60','\x20','\x04','\x3e','\x18','\x20','\x62','\xff','\x04','\x22','\x18','\x7f','\x60','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x20','\x08','\x3f','\x08','\x20','\x30','\x3e','\xc4','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3e','\x04','\x20','\x18','\x3e','\x60','\x20','\x04','\x3e','\x18','\x20','\x62','\xff','\x04','\x22','\x18','\x7f','\x60','\x10','\x10','\x10','\x88','\xfd','\x44','\x32','\x42','\x58','\x90','\x95','\xf8','\x10','\x08','\x3f','\x04','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x7f','\xfc','\x44','\x44','\x7f','\xfc','\x08','\x20','\x07','\xc0','\xf8','\x3e','\x3f','\x04','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x00','\x00','\x0b','\xfe','\x10','\x40','\x61','\xfc','\x09','\x04','\x11','\xfc','\x61','\x04','\x05','\xfc','\x09','\x04','\x31','\xfc','\xc0','\x88','\x3f','\x08','\x20','\x30','\x3e','\xc4','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x01','\x00','\x3f','\xf8','\x24','\x48','\xff','\xfe','\x10','\x10','\x1f','\xf0','\x0c','\x88','\x34','\x70','\xc6','\x0e','\x3f','\x04','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x01','\x00','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x09','\x20','\x11','\xc0','\x0f','\xf8','\x18','\x88','\x6f','\xf8','\x04','\x10','\x08','\x08','\x3f','\x04','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x10','\x84','\x21','\x08','\x10','\x84','\x3f','\xf8','\x24','\x48','\x23','\x88','\x24','\x48','\x3f','\xf8','\x29','\x4a','\x25','\x26','\x31','\x82','\x00','\x00','\x5e','\x7a','\x44','\x22','\x5e','\x7a','\x44','\x22','\x5e','\x7a','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x02','\x40','\x0a','\x40','\x04','\x00','\x00','\x5e','\x7a','\x44','\x22','\x5e','\x7a','\x44','\x22','\x5e','\x7a','\x42','\x02','\x41','\x02','\x5f','\xf2','\x41','\x02','\x4f','\xe2','\x49','\x22','\x49','\xa2','\x49','\x42','\x41','\x0a','\x41','\x04','\x00','\x00','\x5e','\x7a','\x44','\x22','\x5e','\x7a','\x44','\x22','\x5e','\x7a','\x40','\x02','\x44','\x42','\x44','\x42','\x4f','\xe2','\x44','\x42','\x44','\x42','\x5f','\xf2','\x44','\x42','\x48','\x2a','\x40','\x04','\x00','\x00','\x5e','\x7a','\x44','\x22','\x5e','\x7a','\x44','\x22','\x5e','\x7a','\x42','\x02','\x4c','\xe2','\x48','\x22','\x4e','\xe2','\x48','\x22','\x4f','\xe2','\x42','\x82','\x44','\x92','\x58','\x7a','\x40','\x04','\xbe','\xfa','\x88','\x22','\xbe','\xfa','\x88','\x22','\xbe','\xfa','\x80','\x02','\xbf','\x12','\x80','\x12','\x9e','\xfe','\x92','\x12','\x92','\x92','\x9e','\x52','\x92','\x12','\x8f','\x12','\xb8','\x52','\x90','\x26','\xbe','\xfa','\x88','\x22','\xbe','\xfa','\x88','\x22','\xbe','\xfa','\x81','\x02','\xbf','\xf2','\xa0','\x12','\xbc','\xf2','\x84','\x82','\xb4','\xf2','\x94','\x92','\xfc','\xf2','\x94','\x82','\xb4','\x92','\x83','\xf6','\x09','\x20','\x24','\x48','\x22','\x88','\x29','\x28','\x22','\x88','\x24','\x48','\x29','\x28','\x3f','\xf8','\x10','\x00','\x10','\x38','\x11','\xc0','\x1e','\x04','\x10','\x04','\x10','\x04','\x0f','\xfc','\x00','\x00','\x00','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x48','\x24','\x44','\x44','\x5f','\xf4','\x41','\x04','\x41','\x04','\x41','\x14','\x40','\x08','\x10','\x20','\x10','\x40','\x21','\xfc','\x7d','\x24','\x45','\x24','\x45','\xfc','\x45','\x24','\x7d','\x24','\x45','\xfc','\x44','\x40','\x44','\x68','\x44','\xb2','\x7c','\xbe','\x45','\x20','\x01','\x22','\x02','\x1e','\x10','\x28','\x20','\x24','\x7c','\x20','\x55','\xfe','\x54','\x20','\x7c','\x20','\x54','\x7c','\x54','\x44','\x7c','\x54','\x10','\x88','\x2a','\x94','\x2d','\x24','\x4f','\x40','\x48','\x02','\x87','\xfe','\x00','\x00','\x0c','\x20','\x70','\x40','\x11','\xfc','\xff','\x24','\x39','\x24','\x55','\xfc','\x93','\x24','\x01','\x24','\x11','\xfc','\xfc','\x40','\x24','\x68','\x44','\xb2','\x28','\xbe','\x11','\x20','\x29','\x22','\xc6','\x1e','\x10','\x00','\x21','\xfc','\x7d','\x04','\x55','\x8c','\x55','\x54','\x7d','\xfc','\x55','\x44','\x55','\x24','\x7d','\xfc','\x11','\x44','\x2b','\x74','\x2d','\x04','\x4f','\x0c','\x48','\x02','\x87','\xfe','\x00','\x00','\x23','\xfe','\x40','\x20','\xf8','\x20','\xab','\xfe','\xaa','\x22','\xfb','\x32','\xaa','\xaa','\xab','\x76','\xfa','\x66','\x22','\x22','\x56','\x22','\x5a','\x2a','\x5e','\x04','\x50','\x02','\x4f','\xfe','\x80','\x00','\x10','\x40','\x20','\x20','\x7d','\xfc','\x54','\x50','\x55','\x24','\x7d','\x54','\x55','\xfc','\x54','\x20','\x7d','\xfc','\x11','\x44','\x2b','\x54','\x2d','\x74','\x4f','\x0c','\x48','\x02','\x87','\xfe','\x00','\x00','\x3f','\xfe','\x28','\x88','\x2f','\x8a','\x20','\x08','\x2f','\xbe','\x28','\x88','\x2f','\x88','\x28','\x94','\x29','\xa2','\x27','\xf8','\x24','\x88','\x27','\xf8','\x24','\x88','\x47','\xf8','\x42','\x52','\x8c','\x3e','\x20','\x20','\x20','\x10','\x7c','\x10','\x45','\xfe','\x88','\x40','\x7e','\x40','\x52','\x40','\x52','\x7c','\x7e','\x44','\x52','\x44','\x52','\x44','\x7e','\x44','\x00','\x44','\xaa','\x44','\xaa','\xa8','\x01','\x10','\x20','\x40','\x20','\x40','\x7c','\x40','\x44','\x7e','\x88','\xa0','\x7e','\xa0','\x53','\x20','\x52','\x3c','\x7e','\x20','\x52','\x20','\x52','\x20','\x7e','\x3e','\x00','\x20','\xaa','\x20','\xaa','\x20','\x00','\x20','\x20','\x00','\x21','\xfc','\x7c','\x20','\x44','\x20','\x89','\x24','\x7e','\xa4','\x52','\xa8','\x52','\x20','\x7f','\xfe','\x52','\x20','\x52','\x20','\x7e','\x20','\x00','\x20','\xaa','\x20','\xaa','\x20','\x00','\x20','\x20','\x40','\x20','\x40','\x7c','\xfc','\x44','\x84','\x89','\x04','\x7e','\xf4','\x52','\x94','\x52','\x94','\x7e','\xf4','\x52','\x84','\x52','\x94','\x7e','\x88','\x00','\x82','\xaa','\x82','\xaa','\x7e','\x00','\x00','\x20','\x00','\x20','\x00','\x7d','\xfe','\x44','\x10','\x88','\x10','\x7e','\x20','\x52','\x20','\x52','\x7c','\x7e','\x44','\x52','\xc4','\x53','\x44','\x7e','\x44','\x00','\x44','\xaa','\x44','\xaa','\x7c','\x00','\x44','\x20','\x40','\x20','\x40','\x78','\x7c','\x48','\x84','\x91','\x88','\x7e','\x50','\x54','\x20','\x54','\x50','\x7c','\x88','\x57','\x06','\x54','\x60','\x7c','\x10','\x00','\x08','\xaa','\xc0','\xaa','\x20','\x00','\x10','\x20','\x40','\x20','\x20','\x78','\x20','\x4b','\xfe','\x92','\x02','\x7c','\x44','\x54','\x40','\x57','\xfe','\x7c','\x88','\x54','\x88','\x55','\x08','\x7c','\xd0','\x00','\x20','\xaa','\x50','\xaa','\x88','\x03','\x04','\x20','\x40','\x20','\x40','\x78','\xfc','\x49','\x04','\x92','\x08','\x7d','\xfe','\x55','\x00','\x55','\x7c','\x7d','\x44','\x55','\x44','\x55','\x54','\x7d','\x48','\x01','\x42','\xaa','\x42','\xaa','\x3e','\x04','\x00','\x20','\x80','\x20','\x84','\x78','\x98','\x48','\xe0','\x90','\x82','\x7c','\x82','\x54','\x7e','\x54','\x00','\x7c','\xfc','\x54','\x84','\x54','\x84','\x7c','\xfc','\x00','\x84','\xaa','\x84','\xaa','\xfc','\x00','\x84','\x20','\x48','\x20','\x48','\x78','\x48','\x48','\x88','\x90','\xfe','\x7d','\x88','\x56','\x88','\x54','\x9c','\x7c','\x9c','\x54','\xaa','\x54','\xaa','\x7c','\xc8','\x00','\x88','\xaa','\x88','\xaa','\x88','\x00','\x88','\x20','\x0c','\x21','\xf0','\x78','\x20','\x48','\x44','\x90','\x88','\x7d','\xf0','\x54','\x20','\x54','\x44','\x7d','\xfe','\x54','\x22','\x54','\x20','\x7c','\xa8','\x01','\x24','\xaa','\x22','\xaa','\xa0','\x00','\x40','\x20','\x40','\x12','\x48','\x44','\x44','\x20','\x14','\x08','\x60','\x73','\x80','\x28','\x00','\x0f','\xe0','\x10','\x40','\x3f','\xf0','\x51','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x24','\x88','\x42','\x44','\x20','\x10','\x20','\x92','\x7c','\x52','\x44','\x54','\x88','\x10','\x7e','\xfe','\x52','\x82','\x52','\x82','\x7e','\xfe','\x52','\x82','\x52','\x82','\x7e','\xfe','\x00','\x82','\xaa','\x82','\xaa','\x8a','\x00','\x84','\x20','\x14','\x20','\x12','\x7c','\xfe','\x44','\x10','\x88','\x10','\x7e','\xfe','\x52','\x92','\x52','\x92','\x7e','\xfe','\x52','\x92','\x52','\x92','\x7e','\xfe','\x00','\x92','\xaa','\x92','\xaa','\x92','\x00','\x86','\x20','\x02','\x20','\x32','\x78','\xc2','\x48','\x4a','\x90','\x4a','\x7c','\x4a','\x55','\xfa','\x54','\x4a','\x7c','\xca','\x54','\xea','\x55','\x5a','\x7d','\x42','\x02','\x42','\xaa','\x42','\xaa','\x4a','\x00','\x44','\x20','\xc2','\x20','\x34','\x78','\x18','\x48','\x64','\x91','\x82','\x7c','\x20','\x55','\xfe','\x54','\x50','\x7c','\x90','\x55','\xfe','\x56','\x92','\x7c','\x92','\x00','\x9a','\xaa','\x94','\xaa','\x10','\x00','\x10','\x20','\x00','\x20','\xfc','\x7c','\x04','\x44','\x68','\x88','\x10','\x7e','\xfe','\x52','\x92','\x52','\x92','\x7e','\xfe','\x52','\x92','\x52','\x92','\x7e','\xfe','\x00','\x92','\xaa','\x92','\xaa','\x92','\x00','\x86','\x20','\x00','\x20','\xfc','\x7c','\x84','\x44','\x84','\x88','\xfc','\x7e','\x84','\x52','\x84','\x52','\xfc','\x7e','\x40','\x52','\xfe','\x53','\x2a','\x7e','\x4a','\x00','\x92','\xab','\x22','\xaa','\x4a','\x00','\x84','\x20','\x00','\x20','\x20','\x7c','\xce','\x44','\x82','\x88','\x82','\x7e','\xee','\x52','\x82','\x52','\x82','\x7e','\xfe','\x52','\x28','\x52','\x28','\x7e','\x28','\x00','\x48','\xaa','\x4a','\xaa','\x8a','\x01','\x06','\x20','\x00','\x20','\xfc','\x78','\x84','\x48','\x84','\x90','\xfc','\x7c','\x84','\x54','\x84','\x54','\xfc','\x7c','\x00','\x54','\x90','\x54','\x92','\x7c','\xf4','\x00','\x98','\xaa','\x92','\xaa','\xd2','\x00','\x8e','\x20','\x00','\x20','\x92','\x7c','\x92','\x45','\x24','\x89','\x24','\x7e','\x92','\x52','\x92','\x52','\x00','\x7e','\xfe','\x52','\x92','\x52','\x92','\x7e','\xfe','\x00','\x92','\xaa','\x92','\xaa','\xfe','\x00','\x82','\x20','\x50','\x20','\x50','\x78','\x50','\x4b','\xde','\x90','\x50','\x7c','\x50','\x54','\x50','\x55','\xdc','\x7c','\x50','\x54','\x50','\x54','\x50','\x7c','\x50','\x03','\xde','\xaa','\x50','\xaa','\x50','\x00','\x50','\x20','\x10','\x20','\x20','\x7c','\x44','\x44','\xfe','\x88','\x44','\x7e','\xaa','\x52','\xee','\x52','\x10','\x7e','\x28','\x52','\x54','\x52','\xaa','\x7e','\x50','\x00','\x24','\xaa','\x48','\xaa','\x10','\x00','\x60','\x20','\x88','\x20','\x48','\x78','\x08','\x4b','\xf4','\x91','\x14','\x7d','\x22','\x55','\x00','\x55','\xe8','\x7d','\x24','\x55','\x24','\x55','\x20','\x7d','\x30','\x01','\x28','\xaa','\x24','\xaa','\xa4','\x04','\x40','\x20','\x10','\x20','\x10','\x7c','\x1e','\x44','\x10','\x88','\xfe','\x7e','\x92','\x52','\x98','\x52','\xf0','\x7e','\x92','\x52','\x8e','\x52','\x80','\x7e','\xb8','\x00','\xa8','\xaa','\xaa','\xab','\x4a','\x02','\x86','\x20','\x10','\x20','\x10','\x7c','\x28','\x44','\x44','\x88','\xa2','\x7f','\x10','\x52','\xfc','\x52','\x04','\x7e','\x08','\x52','\x20','\x52','\x10','\x7e','\x04','\x00','\xa2','\xaa','\xa2','\xaa','\xaa','\x01','\x18','\x20','\x00','\x21','\xdc','\x79','\x44','\x49','\x44','\x91','\x44','\x7d','\xdc','\x55','\x00','\x55','\x00','\x7d','\xdc','\x55','\x14','\x55','\x14','\x7d','\xd4','\x01','\x08','\xab','\x08','\xab','\x14','\x01','\x22','\x20','\x08','\x20','\x0c','\x70','\x0a','\x93','\xfe','\x22','\x08','\xfa','\x08','\xaa','\xe8','\xaa','\x0a','\xfa','\x0a','\xaa','\xec','\xaa','\xac','\xfa','\xa8','\x02','\xea','\xaa','\x1a','\xaa','\x26','\x04','\x42','\x20','\x10','\x20','\x20','\x7c','\x7c','\x44','\x44','\x88','\x7c','\x7e','\x44','\x52','\x7c','\x52','\x00','\x7e','\xfe','\x52','\x10','\x52','\x10','\x7e','\x7c','\x00','\x10','\xaa','\x10','\xaa','\xfe','\x00','\x00','\x20','\x00','\x21','\xfc','\x79','\x24','\x49','\x24','\x91','\xfc','\x7d','\x24','\x55','\x24','\x55','\xfc','\x7c','\x20','\x54','\x10','\x54','\x54','\x7d','\x42','\x01','\x42','\xab','\x4a','\xaa','\x38','\x00','\x00','\x20','\x44','\x20','\x24','\x7c','\x28','\x44','\xfe','\x88','\x28','\x7e','\x28','\x52','\xfe','\x52','\xaa','\x7e','\xaa','\x52','\xc6','\x52','\x82','\x7e','\xfe','\x00','\x82','\xaa','\x82','\xaa','\xfe','\x00','\x82','\x20','\x20','\x20','\x20','\x79','\xfe','\x48','\x20','\x90','\xfc','\x7c','\x40','\x55','\xfe','\x54','\x88','\x7d','\x04','\x56','\xfa','\x54','\x88','\x7c','\x88','\x00','\xf8','\xaa','\x88','\xaa','\x88','\x00','\xf8','\x20','\x14','\x20','\x54','\x7c','\x54','\x44','\xfe','\x88','\x54','\x7e','\x54','\x52','\x5c','\x52','\x40','\x7e','\x7e','\x52','\x10','\x52','\xfe','\x7e','\x10','\x00','\x38','\xaa','\x54','\xaa','\x92','\x00','\x10','\x20','\x40','\x20','\x40','\x7c','\xfe','\x44','\x80','\x89','\xfc','\x7e','\x84','\x52','\xfc','\x52','\x84','\x7e','\xfc','\x52','\x40','\x52','\x7c','\x7e','\xc4','\x01','\x28','\xaa','\x10','\xaa','\x68','\x01','\x86','\x20','\x20','\x20','\x20','\x7b','\xfe','\x48','\x20','\x91','\xfc','\x7d','\x24','\x55','\xac','\x55','\x74','\x7d','\x24','\x55','\xfc','\x54','\x20','\x7c','\x70','\x00','\xa8','\xab','\x24','\xaa','\x22','\x00','\x20','\x20','\x0c','\x20','\x0a','\x70','\x08','\x93','\xfe','\x22','\x08','\xfb','\xf8','\xaa','\x4a','\xaa','\x4a','\xfb','\xea','\xaa','\xac','\xaa','\xac','\xfa','\x4c','\x02','\xaa','\xab','\x0a','\xaa','\x16','\x04','\x22','\x20','\x00','\x20','\xf8','\x78','\xa8','\x48','\xa8','\x90','\xd8','\x7c','\x88','\x54','\xf8','\x54','\x00','\x7c','\x00','\x55','\xfc','\x55','\x54','\x7d','\x54','\x01','\x54','\xab','\x54','\xab','\xfe','\x00','\x00','\x20','\x00','\x20','\xf8','\x78','\x88','\x48','\x88','\x90','\xf8','\x7c','\x88','\x54','\x88','\x54','\xf8','\x7c','\x00','\x55','\xfc','\x55','\x54','\x7d','\x54','\x01','\x54','\xab','\x54','\xab','\xfe','\x00','\x00','\x20','\x00','\x20','\xfe','\x7c','\xaa','\x44','\xaa','\x88','\xaa','\x7e','\xfe','\x52','\x10','\x52','\x54','\x7e','\x52','\x52','\x92','\x52','\x10','\x7e','\x54','\x00','\x52','\xaa','\x92','\xaa','\x10','\x00','\x10','\x21','\x00','\x22','\x7e','\x73','\x88','\x92','\x88','\x22','\xbe','\xfa','\xaa','\xab','\xaa','\xaa','\x2a','\xfa','\x2a','\xab','\xaa','\xaa','\xaa','\xfa','\xae','\x02','\x88','\xab','\x88','\xaa','\x88','\x00','\x08','\x20','\x20','\x20','\xde','\x7c','\x8a','\x44','\xca','\x88','\xaa','\x7e','\xd2','\x52','\xa6','\x52','\x00','\x7e','\xfe','\x52','\x92','\x52','\x92','\x7e','\xfe','\x00','\x92','\xaa','\x92','\xaa','\xfe','\x00','\x82','\x22','\x08','\x21','\x08','\x79','\x08','\x48','\x3e','\x93','\xaa','\x7c','\xaa','\x54','\xbe','\x55','\x2a','\x7d','\xaa','\x57','\x6a','\x55','\x3e','\x7d','\x2a','\x01','\x08','\xab','\x08','\xab','\x08','\x01','\x08','\x20','\x20','\x20','\x10','\x79','\xfe','\x49','\x10','\x91','\x7c','\x7d','\x14','\x55','\xfe','\x55','\x14','\x7d','\x7c','\x55','\x10','\x55','\x92','\x7d','\x54','\x01','\x38','\xaa','\x54','\xaa','\x92','\x04','\x30','\x08','\x20','\x7e','\x20','\x08','\x7e','\xfe','\xc4','\x10','\x28','\x1e','\x10','\x2a','\x28','\x4f','\xe6','\x90','\x40','\x3f','\xf0','\x51','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x24','\x88','\x42','\x44','\x20','\x10','\x20','\xfe','\x7c','\x44','\x44','\x28','\x88','\xfe','\x7e','\x00','\x52','\x7c','\x52','\x44','\x7e','\x7c','\x52','\x44','\x52','\x7c','\x7e','\x10','\x00','\xfe','\xaa','\x10','\xaa','\x10','\x00','\x10','\x20','\x00','\x23','\xfe','\x78','\x50','\x49','\xfc','\x91','\x54','\x7d','\x54','\x55','\xfc','\x54','\x00','\x7d','\xfc','\x54','\x00','\x57','\xfe','\x7c','\x20','\x00','\xa8','\xab','\x24','\xaa','\xa2','\x00','\x40','\x20','\x10','\x20','\x10','\x7c','\xfe','\x44','\x10','\x88','\x7c','\x7e','\x00','\x52','\x7c','\x52','\x44','\x7e','\x7c','\x52','\x28','\x52','\xfe','\x7e','\x00','\x00','\x7c','\xaa','\x44','\xaa','\x7c','\x00','\x44','\x20','\x20','\x20','\x50','\x78','\x88','\x49','\x74','\x92','\x02','\x7d','\xfc','\x55','\x24','\x55','\xac','\x7d','\x24','\x55','\xfc','\x54','\x00','\x7c','\xf8','\x00','\x88','\xaa','\xf8','\xaa','\x88','\x00','\xf8','\x20','\x50','\x21','\xfc','\x79','\x54','\x49','\xfc','\x91','\x54','\x7d','\xfc','\x54','\x00','\x55','\xfc','\x7c','\x00','\x55','\xfc','\x55','\x04','\x7d','\xfc','\x00','\x88','\xaa','\x50','\xab','\xfe','\x00','\x00','\x20','\x88','\x23','\xfe','\x78','\x20','\x49','\xfc','\x90','\x40','\x7f','\xfe','\x54','\x88','\x55','\x24','\x7e','\xfa','\x54','\x88','\x54','\xf8','\x7c','\x88','\x00','\xfa','\xaa','\x94','\xaa','\xa8','\x00','\xc4','\x20','\x20','\x20','\x3e','\x78','\x20','\x49','\xfe','\x91','\x22','\x7d','\xf8','\x55','\x22','\x55','\x7e','\x7d','\x54','\x55','\x7c','\x55','\x54','\x7d','\x7c','\x01','\x00','\xaa','\xfe','\xaa','\xaa','\x05','\xfe','\x08','\x00','\x3f','\xe0','\x20','\x20','\x3f','\xe0','\x20','\x20','\x3f','\xe0','\x20','\x00','\x3f','\xf8','\x20','\x00','\x3f','\xf8','\x52','\x48','\x89','\x28','\x1f','\xd8','\x10','\x42','\x20','\x42','\xc0','\x3e','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x00','\x04','\x0f','\x94','\x08','\x88','\x08','\x82','\x10','\x82','\x60','\x7e','\x00','\x40','\x00','\x80','\x81','\xfc','\x41','\x04','\x21','\xfc','\x21','\x04','\x11','\xfc','\x11','\x00','\x29','\xfe','\x29','\x00','\x25','\xfe','\x24','\x02','\x42','\xaa','\x42','\xaa','\x82','\x02','\x00','\x0c','\x00','\x40','\xfc','\x80','\x09','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x89','\xfc','\xff','\x00','\x19','\xfe','\x19','\x00','\x29','\xfe','\x28','\x02','\x4a','\xaa','\x8a','\xaa','\x2a','\x02','\x10','\x0c','\x00','\x00','\x7f','\xfe','\x44','\x40','\x45','\xfc','\x49','\x04','\x49','\xfc','\x59','\x04','\x69','\xfc','\x49','\x00','\x49','\xfe','\x49','\x00','\x49','\xfe','\x48','\x02','\x4a','\xaa','\x8a','\xaa','\x08','\x04','\x00','\x00','\x3f','\xfe','\x21','\x00','\x22','\x00','\x27','\xf0','\x24','\x10','\x27','\xf0','\x24','\x10','\x27','\xf0','\x24','\x00','\x27','\xfc','\x24','\x00','\x27','\xfc','\x40','\x04','\x4a','\xa4','\x8a','\xac','\x10','\x10','\x20','\x10','\x7f','\x10','\x41','\x10','\x7f','\x7c','\x41','\x14','\x7f','\x14','\x40','\x14','\x7f','\x94','\x40','\x7e','\x7f','\x90','\x00','\x90','\xaa','\xa8','\xaa','\xa8','\x81','\x44','\x06','\x82','\x10','\x40','\x10','\x80','\x11','\xfc','\x7d','\x04','\x55','\xfc','\x91','\x04','\x11','\xfc','\x29','\x00','\x29','\xfe','\x29','\x00','\x29','\xfe','\x2c','\x02','\x4a','\xaa','\x42','\xaa','\x82','\x02','\x00','\x0c','\x20','\x20','\x10','\x40','\x10','\xfc','\xfe','\x84','\x82','\xfc','\x82','\x84','\x28','\xfc','\x28','\x80','\x24','\xfe','\x24','\x80','\x44','\xfe','\x40','\x02','\x42','\xaa','\x82','\xaa','\x02','\x02','\x00','\x0c','\x01','\x00','\x1f','\xf0','\x11','\x10','\xff','\xfe','\x02','\x80','\x1c','\x70','\xe2','\x0e','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x00','\x04','\x49','\x2c','\x08','\x20','\x2a','\xa4','\x4d','\x28','\x14','\x50','\x22','\x88','\x7f','\xfe','\x42','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x00','\x04','\x49','\x2c','\x10','\x20','\x10','\x40','\x10','\xfc','\x10','\x84','\xfe','\xfc','\x10','\x84','\x10','\xfc','\x10','\x80','\x7c','\xfe','\x44','\x80','\x44','\xfe','\x44','\x02','\x44','\xaa','\x7c','\xaa','\x45','\x02','\x00','\x0c','\x04','\x40','\x0e','\x80','\xf1','\xfc','\x91','\x04','\x91','\xfc','\x91','\x04','\xfd','\xfc','\x91','\x00','\x91','\xfe','\x91','\x00','\x91','\xfe','\x88','\x02','\x8a','\xaa','\xc6','\xaa','\x92','\x02','\x08','\x0c','\x00','\x40','\xfe','\x80','\x21','\xfc','\x29','\x04','\x45','\xfc','\xfd','\x04','\x15','\xfc','\x11','\x00','\x11','\xfe','\x7d','\x00','\x11','\xfe','\x10','\x02','\x1e','\xaa','\xe2','\xaa','\x42','\x02','\x00','\x0c','\x10','\x10','\x20','\x08','\x7f','\x08','\x41','\x7e','\x7f','\x42','\x41','\x42','\x7f','\x20','\x40','\x24','\x7f','\xa8','\x40','\x30','\x7f','\xa0','\x00','\xa2','\xaa','\xa2','\xaa','\xa2','\x81','\x1e','\x06','\x00','\x10','\x40','\x10','\x80','\x29','\xfc','\x25','\x04','\x43','\xfc','\x91','\x04','\x09','\xfc','\x01','\x00','\xfd','\xfe','\x05','\x00','\x09','\xfe','\x50','\x02','\x22','\xaa','\x12','\xaa','\x12','\x02','\x00','\x0c','\x20','\x40','\x10','\x80','\x01','\xfc','\xfd','\x04','\x01','\xfc','\x29','\x04','\x45','\xfc','\x83','\x00','\x09','\xfe','\x49','\x00','\x29','\xfe','\x10','\x02','\x2a','\xaa','\x4a','\xaa','\x82','\x02','\x00','\x0c','\x20','\x40','\x20','\x80','\x51','\xfc','\x49','\x04','\x85','\xfc','\x01','\x04','\xf9','\xfc','\x01','\x00','\x01','\xfe','\xf9','\x00','\x89','\xfe','\x88','\x02','\x8a','\xaa','\xfa','\xaa','\x8a','\x02','\x00','\x0c','\x10','\x40','\x10','\x80','\x21','\xfc','\x49','\x04','\xfd','\xfc','\x45','\x04','\x11','\xfc','\x51','\x00','\x7d','\xfe','\x91','\x00','\x11','\xfe','\xfc','\x02','\x12','\xaa','\x12','\xaa','\x12','\x02','\x10','\x0c','\x11','\x00','\x12','\x00','\x27','\x9c','\x44','\x80','\x87','\x80','\x14','\x80','\x27','\xbe','\x64','\x08','\xa7','\xc8','\x24','\x08','\x27','\xc8','\x20','\x48','\x25','\x48','\x25','\x48','\x28','\x68','\x21','\x90','\x00','\x40','\xfc','\x80','\x49','\xfc','\x49','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x79','\x00','\x49','\xfe','\x49','\x00','\x4d','\xfe','\x78','\x02','\xca','\xaa','\x0a','\xaa','\x0a','\x02','\x08','\x0c','\x04','\x10','\x36','\x20','\xe5','\x7c','\x25','\x44','\x24','\x7c','\xff','\xc4','\x24','\x7c','\x25','\x40','\x25','\x7e','\x36','\x40','\xe6','\x7e','\x24','\x02','\x2a','\xaa','\x32','\xaa','\xa1','\xc2','\x40','\x8c','\x02','\x40','\x3c','\x50','\x08','\x48','\xff','\xfe','\x08','\x48','\x0e','\x50','\x78','\x24','\x08','\x54','\x1a','\x8c','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xfc','\x52','\x44','\x89','\x2c','\x20','\x20','\x20','\x40','\x3c','\xfc','\x44','\x84','\x48','\xfc','\xbe','\x84','\x2a','\xfc','\x2a','\x80','\x3e','\xfe','\x2a','\x80','\x2a','\xfe','\x3e','\x02','\x2a','\xaa','\x2a','\xaa','\x2b','\x02','\x44','\x0c','\x00','\x40','\xf8','\x80','\x89','\xfc','\x89','\x04','\xf9','\xfc','\x01','\x04','\xf9','\xfc','\x89','\x00','\x89','\xfe','\xf9','\x00','\x89','\xfe','\x88','\x02','\xfa','\xaa','\x8a','\xaa','\x8a','\x02','\x98','\x0c','\x00','\x20','\x00','\x40','\x7c','\xfc','\x10','\x84','\x10','\xfc','\x54','\x84','\x54','\xfc','\x54','\x80','\xba','\xfe','\x10','\x80','\x10','\xfe','\x1c','\x02','\xe2','\xaa','\x42','\xaa','\x02','\x02','\x00','\x0c','\x00','\x40','\x78','\x80','\x49','\xfc','\x49','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x79','\x00','\x49','\xfe','\x49','\x00','\x79','\xfe','\x00','\x02','\x52','\xaa','\x4a','\xaa','\x8a','\x02','\x00','\x0c','\x28','\x20','\x28','\x40','\x28','\xfc','\xfc','\x84','\x28','\xfc','\x28','\x84','\xfe','\xfc','\x00','\x80','\x7c','\xfe','\x44','\x80','\x44','\xfe','\x7c','\x02','\x44','\xaa','\x44','\xaa','\x7d','\x02','\x44','\x0c','\x20','\x20','\x10','\x40','\xfe','\xfc','\x00','\x84','\x7c','\xfc','\x44','\x84','\x7c','\xfc','\x00','\x80','\x7c','\xfe','\x04','\x80','\x08','\xfe','\x1e','\x02','\xf2','\xaa','\x12','\xaa','\x52','\x02','\x20','\x0c','\x10','\x20','\x10','\x40','\xfe','\xfc','\x10','\x84','\x7c','\xfc','\x54','\x84','\x7c','\xfc','\x54','\x80','\x7c','\xfe','\x10','\x80','\x38','\xfe','\x54','\x02','\x92','\xaa','\x12','\xaa','\x12','\x02','\x10','\x0c','\x10','\x20','\x10','\x40','\xfe','\xfc','\x10','\x84','\xfe','\xfc','\x92','\x84','\xd6','\xfc','\xba','\x80','\x92','\xfe','\xfe','\x80','\x10','\xfe','\x38','\x02','\x54','\xaa','\x92','\xaa','\x11','\x02','\x10','\x0c','\x10','\x40','\x20','\x80','\x7d','\xfc','\x55','\x04','\x55','\xfc','\x7d','\x04','\x55','\xfc','\x55','\x00','\x7d','\xfe','\x21','\x00','\x51','\xfe','\xfc','\x02','\x12','\xaa','\x12','\xaa','\x12','\x02','\x10','\x0c','\x20','\x20','\x10','\x40','\xfe','\xfc','\x28','\x84','\x28','\xfc','\x4e','\x84','\x52','\xfc','\xda','\x80','\x56','\xfe','\x62','\x80','\x54','\xfe','\x4c','\x02','\x48','\xaa','\x54','\xaa','\x65','\x02','\x40','\x0c','\x00','\x20','\xee','\x40','\xaa','\xfc','\xaa','\x84','\xee','\xfc','\x00','\x84','\x78','\xfc','\x00','\x80','\xfc','\xfe','\x20','\x80','\x40','\xfe','\x78','\x02','\x0a','\xaa','\x0a','\xaa','\x2a','\x02','\x10','\x0c','\x00','\x20','\xfe','\x40','\x92','\xfc','\x10','\x84','\xfe','\xfc','\x10','\x84','\x7c','\xfc','\x54','\x80','\x7c','\xfe','\x54','\x80','\x7c','\xfe','\x10','\x02','\xfe','\xaa','\x12','\xaa','\x12','\x02','\x10','\x0c','\x00','\x20','\x7e','\x20','\x24','\x7e','\x18','\xa4','\xff','\x28','\x29','\x10','\x4a','\x28','\x98','\xc6','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xfc','\x52','\x44','\x89','\x2c','\x28','\x20','\x44','\x40','\x92','\xfc','\x20','\x84','\x48','\xfc','\xfc','\x84','\x04','\xfc','\x00','\x80','\xee','\xfe','\x22','\x80','\xaa','\xfe','\x66','\x02','\xaa','\xaa','\x22','\xaa','\xab','\x02','\x44','\x0c','\x0e','\x20','\xf0','\x40','\x22','\xfc','\x92','\x84','\x44','\xfc','\x20','\x84','\x44','\xfc','\xf8','\x80','\x10','\xfe','\x24','\x80','\xfe','\xfe','\x10','\x02','\xfe','\xaa','\x28','\xaa','\x45','\x02','\x82','\x0c','\x22','\x10','\x14','\x20','\x00','\x7c','\x7f','\x44','\x00','\x7c','\x14','\x44','\x22','\x7c','\x41','\x40','\x00','\x7e','\x7f','\x40','\x55','\x7e','\x55','\x02','\x55','\x2a','\x57','\xaa','\xfc','\x42','\x00','\x0c','\x00','\x20','\x7c','\x40','\x44','\xfc','\x74','\x84','\x54','\xfc','\xfe','\x84','\x82','\xfc','\x7c','\x80','\x44','\xfe','\x7c','\x80','\x44','\xfe','\x7c','\x02','\x44','\xaa','\x44','\xaa','\x55','\x02','\x48','\x0c','\x00','\x20','\xee','\x40','\x22','\xfc','\x22','\x84','\xee','\xfc','\x88','\x84','\x88','\xfc','\xee','\x80','\x22','\xfe','\xaa','\x80','\x66','\xfe','\x66','\x02','\xaa','\xaa','\x22','\xaa','\xab','\x02','\x44','\x0c','\x10','\x20','\x92','\x40','\x54','\xfc','\xaa','\x84','\x44','\xfc','\x82','\x84','\x7c','\xfc','\x44','\x80','\x44','\xfe','\x7c','\x80','\x44','\xfe','\x44','\x02','\x7c','\xaa','\x44','\xaa','\x45','\x02','\x4c','\x0c','\x46','\x10','\x78','\x20','\x40','\xfc','\x3f','\xc4','\x00','\x7c','\x5f','\x44','\x51','\x7c','\x5f','\x40','\x51','\x7e','\x5f','\x40','\x51','\x7e','\x5f','\x02','\x40','\x2a','\x7f','\xaa','\x22','\x42','\x41','\x0c','\x10','\x20','\x10','\x40','\xfe','\xfc','\x10','\x84','\x7c','\xfc','\x44','\x84','\x7c','\xfc','\x44','\x80','\x7c','\xfe','\x44','\x80','\x7c','\xfe','\x44','\x02','\xfe','\xaa','\x28','\xaa','\x45','\x02','\x82','\x0c','\x0e','\x20','\xf0','\x40','\x22','\xfc','\x92','\x84','\x44','\xfc','\x20','\x84','\x3c','\xfc','\x50','\x80','\x10','\xfe','\xfe','\x80','\x10','\xfe','\x54','\x02','\x54','\xaa','\x5c','\xaa','\x65','\x02','\x00','\x0c','\x08','\x20','\x7e','\x20','\x08','\xf8','\xff','\x28','\x14','\x28','\x7f','\x6a','\x08','\x2a','\xff','\x56','\x0a','\x82','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xfc','\x52','\x44','\x89','\x2c','\x10','\x10','\x08','\x20','\x7f','\x7c','\x40','\x44','\x52','\x7c','\x52','\x44','\x7f','\x7c','\x52','\x40','\x52','\x7e','\x5e','\x40','\x40','\x7e','\x55','\x02','\x55','\x2a','\x55','\x2a','\x80','\x42','\x00','\x0c','\x7e','\x10','\x14','\x20','\x08','\x7c','\xff','\x44','\x29','\x7c','\x4a','\x44','\xa8','\x7c','\x10','\x40','\x7f','\x7e','\x55','\x40','\x63','\x7e','\x5d','\x02','\x55','\x2a','\x5d','\x2a','\x41','\x42','\x43','\x0c','\x28','\x20','\x24','\x40','\x7e','\xfc','\xc8','\x84','\x48','\xfc','\x7e','\x84','\x48','\xfc','\x48','\x80','\x7e','\xfe','\x48','\x80','\x48','\xfe','\x7e','\x02','\x40','\xaa','\xaa','\xaa','\xab','\x02','\x00','\x0c','\x0e','\x20','\xf0','\x40','\x92','\xfc','\x54','\x84','\xfe','\xfc','\x38','\x84','\x54','\xfc','\x82','\x80','\x7c','\xfe','\x54','\x80','\x54','\xfe','\x7c','\x02','\x54','\xaa','\x54','\xaa','\x7d','\x02','\x44','\x0c','\x08','\x10','\x08','\x20','\x7f','\x7c','\x08','\x44','\x55','\x7c','\x22','\x44','\x41','\x7c','\xbe','\xc0','\x22','\x7e','\x3e','\x40','\x22','\x7e','\x3e','\x02','\x08','\xaa','\x2a','\xaa','\x49','\x02','\x18','\x0c','\x0a','\x80','\x31','\x38','\x22','\x88','\x38','\x38','\x22','\x88','\x39','\x38','\x22','\x88','\x7f','\xfe','\x42','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xfc','\x52','\x44','\x89','\x2c','\x00','\x10','\x77','\x20','\x55','\x7c','\x77','\x44','\x55','\x7c','\x77','\x44','\x55','\x7c','\x77','\x40','\x22','\x7e','\x55','\x40','\x10','\x7e','\xff','\x02','\x22','\xaa','\x64','\xaa','\x1d','\x02','\xe3','\x0c','\x44','\x20','\xfe','\x40','\x44','\xfc','\x00','\x84','\xee','\xfc','\xaa','\x84','\xee','\xfc','\x24','\x80','\x7e','\xfe','\xc8','\x80','\x7e','\xfe','\x48','\x02','\x7e','\xaa','\x48','\xaa','\x7f','\x02','\x40','\x0c','\x21','\x08','\x4f','\xd2','\xf0','\x3c','\x23','\x88','\x48','\x12','\xfb','\xbe','\x02','\x80','\xab','\xaa','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xfc','\x52','\x44','\x89','\x2c','\x01','\x00','\x01','\x00','\x01','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x20','\x08','\x29','\x28','\x24','\x48','\x22','\x88','\x29','\x28','\x22','\x88','\x24','\x48','\x29','\x28','\x3f','\xf8','\x20','\x08','\x10','\x0c','\x10','\x0a','\x1e','\x08','\x10','\xfe','\x10','\x88','\xfe','\x88','\x92','\xfa','\xc6','\x8a','\xaa','\x8a','\xd6','\xec','\xaa','\xac','\xc6','\xac','\x92','\xea','\xfe','\x8a','\x82','\x96','\x01','\x22','\x01','\x00','\xf9','\xfe','\xa2','\x20','\xa4','\x3e','\xf8','\x20','\x8b','\xfe','\x8a','\xaa','\xfa','\x52','\xa3','\x26','\xa2','\x52','\xa2','\xaa','\xfb','\xfe','\x00','\x00','\x3f','\xf8','\x24','\x48','\xff','\xfe','\x01','\x00','\x02','\x00','\x0f','\xf0','\x70','\x60','\x03','\x80','\x1d','\x00','\xe0','\x80','\x3f','\xfc','\x22','\x40','\x3f','\xf8','\x22','\x48','\x3f','\xf8','\x28','\x44','\x2f','\x78','\x48','\x42','\x8f','\x3e','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x24','\x20','\x27','\xbc','\x24','\x22','\x27','\x9e','\x20','\x80','\x2f','\xfe','\x20','\x40','\x47','\xfc','\x40','\x40','\x9f','\xfe','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x24','\x20','\x27','\xbc','\x24','\x22','\x27','\x9e','\x22','\x48','\x21','\x50','\x2f','\xfe','\x41','\x50','\x42','\x48','\x8c','\x46','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x20','\x00','\x27','\xf0','\x24','\x10','\x27','\xf0','\x20','\x00','\x2f','\xf8','\x20','\x80','\x5f','\xfc','\x42','\x20','\x9c','\x1c','\x08','\x44','\x7f','\x44','\x55','\xfe','\x54','\x44','\x7f','\x44','\x55','\x7c','\x55','\x44','\x7f','\x44','\x54','\x7c','\x54','\x44','\x5e','\x44','\x55','\xfe','\x54','\x00','\x5c','\x28','\x56','\x44','\x80','\x82','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x20','\x00','\x2f','\xfc','\x28','\x24','\x2b','\xc4','\x28','\x84','\x2f','\xf4','\x2a','\xa4','\x4c','\x94','\x4f','\xfc','\x88','\x04','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x24','\x22','\x27','\xbe','\x21','\x00','\x2e','\x78','\x28','\x08','\x2f','\x78','\x28','\x08','\x4f','\xf8','\x42','\x22','\x9c','\x1e','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x24','\x20','\x27','\xbc','\x24','\x22','\x2f','\x9e','\x29','\x08','\x2f','\x7e','\x29','\x48','\x5f','\x28','\x45','\x08','\x9b','\x18','\x01','\x00','\x7f','\xfc','\x09','\x20','\x09','\x20','\x15','\x50','\x23','\x88','\x05','\x40','\x09','\x20','\x32','\x18','\xc7','\xe6','\x08','\x20','\x13','\x40','\x00','\x80','\x01','\x40','\x06','\x20','\x38','\x00','\x10','\x20','\x10','\x20','\xfe','\x20','\x54','\x20','\x55','\xfc','\xba','\x20','\x10','\x20','\x38','\x20','\x55','\xfe','\xa2','\x20','\x3c','\x50','\x44','\x50','\xa8','\x88','\x10','\x88','\x29','\x04','\xc2','\x02','\x10','\x20','\x10','\x20','\xfe','\x20','\x10','\x20','\x7d','\xfc','\x10','\x20','\xfe','\x20','\x20','\x20','\x3d','\xfe','\x44','\x20','\x48','\x50','\xa8','\x50','\x10','\x88','\x28','\x88','\x41','\x04','\x82','\x02','\x10','\x00','\x11','\xfe','\xfe','\x20','\x54','\x20','\x54','\xa0','\xba','\xbc','\x10','\xa4','\x38','\xa4','\x54','\xa4','\xa2','\xfc','\x3c','\x04','\x44','\x04','\xa8','\x04','\x10','\x04','\x28','\x28','\xc0','\x10','\x10','\x40','\x10','\x40','\xfe','\xfc','\x54','\x84','\x55','\x04','\xba','\xf4','\x10','\x94','\x38','\x94','\x54','\xf4','\xa2','\x84','\x3c','\x94','\x44','\x88','\xa8','\x82','\x10','\x82','\x28','\x7e','\xc0','\x00','\x00','\x80','\x3f','\xfe','\x24','\x10','\x3f','\x7c','\x26','\x38','\x2d','\x54','\x34','\x12','\x21','\x20','\x21','\x20','\x3f','\x3e','\x21','\x20','\x2f','\x3c','\x21','\x20','\x5f','\x3e','\x41','\x20','\x81','\x20','\x0a','\x80','\x31','\x38','\x22','\x88','\x39','\x38','\x22','\x88','\xff','\xfe','\x84','\x42','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x06','\x40','\x38','\x7c','\x08','\x94','\x7e','\x24','\x1c','\x44','\x2a','\x94','\x49','\x08','\x02','\x80','\x0c','\x60','\x31','\x18','\xc9','\x26','\x05','\x40','\x09','\x20','\x11','\x10','\x25','\x08','\x02','\x00','\x0c','\x20','\x70','\x20','\x10','\x20','\xfe','\x20','\x38','\x3e','\x54','\x20','\x90','\x20','\x28','\x20','\x55','\xfc','\x91','\x04','\x55','\x04','\x39','\x04','\x55','\x04','\x93','\x04','\x51','\xfc','\x21','\x04','\x0c','\x40','\x70','\x20','\x11','\xfc','\xfe','\x50','\x39','\x24','\x55','\x54','\x91','\x04','\x29','\xfc','\x54','\x20','\x91','\xfc','\x55','\x44','\x39','\x54','\x55','\x74','\x93','\x04','\x51','\x14','\x21','\x08','\x00','\x20','\xfe','\x20','\x92','\x20','\xd6','\x50','\xba','\x50','\x92','\x88','\xff','\x44','\x12','\x22','\xfe','\x20','\x10','\xf8','\x1e','\x08','\xe0','\x08','\x02','\x10','\xaa','\x10','\xa8','\x20','\x80','\x20','\x00','\x10','\xfe','\x10','\x92','\x92','\xd6','\x92','\xba','\x92','\x92','\x92','\xfe','\xfe','\x10','\x10','\xfe','\x10','\x10','\x92','\x1e','\x92','\xe0','\x92','\x02','\x92','\xaa','\x92','\xa8','\xfe','\x80','\x02','\x00','\x10','\xfe','\x10','\x92','\x10','\xd6','\x10','\xba','\x1e','\x92','\x10','\xfe','\x10','\x10','\x10','\xfe','\xfe','\x10','\x82','\x1e','\x82','\xe0','\x82','\x02','\x82','\xaa','\x82','\xa8','\xfe','\x80','\x82','\x00','\x10','\xfe','\x50','\x92','\x50','\xd6','\x90','\xba','\xfc','\x93','\x54','\xff','\xd4','\x10','\x94','\xfe','\x94','\x11','\x14','\x1f','\x54','\xe1','\xd4','\x02','\x54','\xaa','\x24','\xa8','\x34','\x80','\x48','\x00','\x20','\xfe','\x20','\x92','\x20','\xd7','\xfe','\xba','\x20','\x92','\x20','\xfe','\xfc','\x10','\x00','\xfe','\x00','\x10','\xfc','\x1e','\x84','\xe0','\x84','\x02','\x84','\xaa','\x84','\xa8','\xfc','\x80','\x84','\x00','\x20','\xfe','\x10','\x92','\xfe','\xd6','\x00','\xba','\x00','\x92','\x7c','\xfe','\x44','\x10','\x44','\xfe','\x7c','\x10','\x10','\x1e','\x54','\xe0','\x52','\x02','\x92','\xaa','\x10','\xa8','\x50','\x80','\x20','\x11','\x10','\x09','\x20','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x3f','\xf8','\x29','\x28','\x25','\x48','\x3f','\xf8','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x24','\x48','\x42','\x24','\x00','\x20','\xfe','\x10','\x92','\xfe','\xd6','\x00','\xba','\x44','\x92','\x28','\xfe','\xfe','\x10','\x00','\xfe','\x7c','\x10','\x44','\x1e','\x44','\xe0','\x7c','\x02','\x44','\xaa','\x44','\xa8','\x7c','\x80','\x44','\x11','\x10','\x15','\x50','\x25','\x50','\x47','\xd0','\x90','\x3e','\x17','\xa4','\x20','\x54','\x6f','\xd4','\xa9','\x54','\x2d','\xd4','\x2b','\x54','\x2f','\xc8','\x21','\x08','\x2f','\xd4','\x20','\x14','\x2a','\xa2','\x3f','\xfe','\x28','\x88','\x2f','\x8a','\x20','\x08','\x2f','\xbe','\x28','\x88','\x2f','\x88','\x28','\x94','\x29','\xa2','\x20','\x00','\x2f','\xfe','\x29','\x52','\x2f','\xfe','\x40','\x40','\x5f','\xfe','\x89','\x24','\x00','\x10','\xfe','\xfe','\x92','\x10','\xd6','\x7c','\xba','\x00','\x92','\xfe','\xfe','\xaa','\x10','\xfe','\xfe','\x44','\x10','\x7c','\x1e','\x44','\xe0','\x7c','\x02','\x44','\xaa','\x7c','\xa8','\x28','\x80','\x44','\x04','\x40','\x24','\x48','\x14','\x50','\x04','\x40','\xff','\xfe','\x01','\x00','\x11','\x10','\x09','\x20','\x3f','\xf8','\x21','\x08','\x25','\x48','\x25','\x28','\x29','\x28','\x21','\x08','\x21','\x28','\x21','\x10','\x14','\x28','\x55','\x24','\x36','\x24','\x14','\x20','\xff','\x7e','\x49','\x20','\x2a','\x20','\x7f','\x3c','\x49','\x34','\x49','\x54','\x5d','\x54','\x6b','\x54','\x49','\x88','\x49','\x88','\x49','\x14','\x4b','\x22','\x14','\x14','\x55','\x12','\x36','\x7e','\x14','\x10','\xff','\x10','\x49','\x7e','\x2a','\x52','\x7f','\x52','\x49','\x7e','\x49','\x52','\x5d','\x52','\x6b','\x7e','\x49','\x52','\x49','\x52','\x49','\x52','\x4b','\x46','\x00','\x00','\x3f','\xf8','\x22','\x88','\x22','\x88','\x3e','\xf8','\x02','\x80','\x3e','\xf8','\x22','\x88','\x22','\x88','\x3e','\xf8','\x22','\x88','\x22','\x88','\x3e','\xf8','\x22','\x8a','\x02','\x82','\x01','\xfe','\x08','\x20','\x7e','\x20','\x08','\x7e','\xfe','\xc4','\x10','\x28','\x1e','\x10','\x22','\x28','\x5f','\xf6','\x92','\x90','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x02','\x82','\x01','\xfe','\x49','\x20','\x2a','\x3e','\x7f','\x48','\x49','\x48','\x5d','\xa8','\x6b','\x10','\x49','\x28','\x5f','\xf6','\x12','\x90','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x02','\x82','\x01','\xfe','\x08','\x10','\x08','\x10','\xff','\x10','\x08','\xfe','\x08','\x92','\x7e','\x94','\x00','\x90','\x7e','\xfc','\x42','\xa4','\x42','\xa4','\x7e','\xa8','\x42','\xa8','\x24','\x90','\x0f','\x28','\xf1','\x44','\x42','\x82','\x08','\x10','\xff','\x7e','\x08','\x10','\x7e','\x7c','\x42','\x04','\x7e','\x48','\x24','\x38','\x1e','\x44','\xe8','\x00','\x1f','\xf0','\x28','\x20','\x07','\xc0','\x18','\x30','\xe1','\x8e','\x0c','\x40','\x03','\x00','\x22','\x08','\x11','\x08','\x11','\x10','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x0a','\x41','\x0a','\x41','\x06','\x80','\x02','\x20','\x10','\xce','\x10','\x82','\x10','\xee','\x10','\x82','\xfe','\x82','\x92','\xfe','\x92','\x00','\x92','\x92','\x92','\x92','\xfe','\xda','\x92','\x92','\x92','\xda','\x92','\x92','\x92','\x93','\xfe','\xd9','\x82','\x10','\x00','\x3e','\x00','\x22','\x7c','\x3e','\x10','\x22','\x10','\x3e','\x10','\x00','\x10','\x7f','\x10','\x49','\xfe','\x7f','\x10','\x49','\x10','\x7f','\x10','\x00','\x10','\xff','\x90','\x22','\x10','\x42','\x10','\x02','\x00','\x01','\x00','\x7f','\xfc','\x04','\x40','\x02','\x8c','\x7d','\x70','\x25','\x50','\x25','\x50','\x45','\x48','\x8d','\x66','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x20','\x10','\x01','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\xff','\xfe','\x04','\x40','\x24','\x48','\x2a','\xa8','\x31','\x18','\x3f','\xf8','\x24','\x48','\x2a','\xa8','\x31','\x18','\x3f','\xf8','\x00','\x08','\x08','\x20','\x28','\x20','\x2f','\x20','\x28','\x20','\xff','\x22','\x14','\x24','\x55','\x28','\x6b','\x30','\x41','\x20','\x7f','\x60','\x55','\xa0','\x55','\x22','\x6b','\x22','\x4f','\x22','\x71','\x1e','\x01','\x00','\x08','\x20','\x28','\x20','\x2f','\x20','\x28','\x7c','\xff','\x44','\x14','\x84','\x55','\x74','\x6b','\x54','\x41','\x54','\x7f','\x54','\x55','\x74','\x55','\x54','\x6b','\x04','\x4f','\x04','\x71','\x28','\x01','\x10','\x08','\x00','\x28','\x7c','\x2f','\x44','\x28','\x44','\xff','\x44','\x14','\x7c','\x55','\x44','\x6b','\x44','\x41','\x44','\x7f','\x7c','\x55','\x44','\x55','\x44','\x6b','\x44','\x4f','\x44','\x71','\xfe','\x01','\x00','\x08','\x00','\x28','\xfc','\x2f','\x24','\x28','\x24','\xff','\x24','\x14','\x24','\x55','\x54','\x6b','\x48','\x41','\x80','\x7f','\x7c','\x55','\x44','\x55','\x44','\x6b','\x44','\x4f','\x44','\x71','\x7c','\x01','\x44','\x08','\x10','\x28','\x10','\x2f','\x10','\x28','\x28','\xff','\x28','\x14','\x54','\x55','\x8a','\x6b','\x08','\x41','\x7c','\x7f','\x04','\x55','\x08','\x55','\x28','\x6b','\x10','\x4f','\x10','\x71','\x08','\x01','\x08','\x08','\x00','\x08','\x7c','\x2f','\x44','\x28','\x44','\xff','\x7c','\x14','\x44','\x55','\x44','\x6b','\x7c','\x41','\x50','\x7f','\x52','\x55','\x54','\x55','\x48','\x6b','\x54','\x41','\x66','\x7f','\x42','\x00','\x00','\x08','\x00','\x7f','\x7c','\x08','\x24','\x3e','\x24','\x08','\x44','\x7f','\x54','\x09','\xe8','\x09','\x00','\x7f','\xfc','\x04','\x40','\x2a','\xa8','\x3f','\xf8','\x24','\x48','\x2a','\xa8','\x3f','\xf8','\x00','\x08','\x08','\x00','\x28','\xfc','\x2f','\x10','\x28','\x10','\xff','\x7c','\x14','\x24','\x55','\x24','\x6b','\xfe','\x41','\x00','\x7f','\x00','\x55','\x7c','\x55','\x44','\x6b','\x44','\x4f','\x44','\x71','\x7c','\x01','\x44','\x08','\x00','\x28','\x7c','\x2f','\x44','\x28','\x44','\xff','\x44','\x14','\x44','\x55','\x7c','\x6b','\x10','\x41','\x10','\x7f','\x50','\x55','\x5e','\x55','\x50','\x6b','\x50','\x4f','\x70','\x71','\x9e','\x01','\x00','\x10','\x00','\x50','\xfe','\x5c','\x82','\x50','\x82','\xfe','\xfe','\x28','\x80','\xaa','\xbe','\xd6','\x90','\x82','\x94','\xfe','\xbe','\xaa','\x8a','\xaa','\x88','\xd6','\xbe','\x9e','\x88','\xe3','\x08','\x02','\x7e','\x10','\x0e','\x51','\xf0','\x5c','\x10','\x50','\xfe','\xfe','\x92','\x28','\x92','\xaa','\xfe','\xd6','\x10','\x82','\xfe','\xfe','\x92','\xaa','\x9a','\xaa','\x96','\xd6','\xfe','\x9e','\x82','\xe2','\x8a','\x02','\x84','\x10','\x00','\x50','\xee','\x5c','\xaa','\x50','\xaa','\xfe','\xee','\x28','\x00','\xaa','\x7c','\xd6','\x00','\x82','\xfe','\xfe','\x20','\xaa','\x40','\xaa','\x7c','\xd6','\x04','\x9e','\x04','\xe2','\x28','\x02','\x10','\x01','\x00','\x06','\xc0','\x18','\x30','\xef','\xee','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x40','\x3e','\x7c','\x14','\x40','\xff','\x78','\x22','\x08','\x3e','\x78','\x22','\x42','\x26','\x3e','\x04','\x00','\x3f','\xf8','\x20','\x08','\x3e','\xf8','\x02','\x80','\x7a','\x80','\x0a','\xfc','\xfe','\x94','\x0a','\xd4','\x7a','\xa4','\x02','\xa4','\x7a','\xd4','\x0a','\x94','\xfe','\xfc','\x0a','\x82','\x79','\xfe','\x01','\x00','\x02','\x80','\x0c','\x60','\x30','\x18','\xdf','\xf6','\x00','\x00','\x3b','\xb8','\x2a','\xa8','\x3b','\xb8','\x00','\x00','\x3f','\xf8','\x24','\x88','\x3f','\xf8','\x24','\x88','\x24','\xa8','\x20','\x10','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x08','\x20','\x3e','\xf8','\x08','\x20','\x0e','\x20','\x78','\xfc','\x00','\x00','\xff','\xfe','\x04','\x40','\x08','\x42','\x10','\x42','\x60','\x3e','\x11','\x18','\x11','\xe0','\x11','\x02','\x10','\xfe','\xfc','\x00','\x11','\x7c','\x31','\x44','\x39','\x7c','\x55','\x44','\x55','\x7c','\x91','\x44','\x11','\x7c','\x11','\x00','\x11','\xfe','\x10','\x88','\x11','\x04','\x00','\x40','\x20','\xfc','\x13','\x24','\x10','\x98','\x00','\xe0','\x07','\x00','\xf1','\xf8','\x12','\x40','\x10','\x40','\x17','\xfc','\x10','\x40','\x12','\x44','\x13','\xfc','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x40','\x00','\x80','\xfd','\xfc','\x12','\x48','\x11','\x30','\x10','\xc0','\x13','\x00','\x7d','\xfc','\x12','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x1d','\x24','\xe1','\x24','\x41','\xfc','\x00','\x04','\x00','\x40','\x4f','\xfe','\x20','\x00','\x27','\xfc','\x04','\x04','\x05','\xf4','\x15','\x14','\x15','\xf4','\x24','\x04','\xe7','\xfc','\x20','\x08','\x23','\xf0','\x20','\x40','\x2f','\xfe','\x21','\x50','\x0e','\x4e','\x00','\x00','\x7f','\x7c','\x44','\x44','\x44','\x44','\x5f','\x44','\x51','\x7c','\x51','\x40','\x5f','\x40','\x44','\x42','\x44','\x42','\x7f','\xbe','\x00','\x00','\x24','\x88','\x22','\x44','\x42','\x44','\x80','\x04','\x00','\x40','\x00','\x7c','\x78','\x40','\x4b','\xfe','\x4a','\x42','\x4a','\x78','\x4b','\xc4','\x4a','\x3c','\x4a','\x00','\x4a','\x50','\x7b','\x54','\x4b','\x54','\x05','\xdc','\x04','\x50','\x0b','\xfe','\x00','\x00','\x08','\x88','\x11','\x10','\x22','\x20','\x11','\x10','\x08','\x88','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x10','\x10','\x10','\x10','\x10','\x10','\x7d','\xfe','\x55','\x12','\x55','\x14','\x55','\x10','\x55','\xfc','\x55','\x44','\x55','\x44','\x55','\x28','\x5d','\x28','\x11','\x10','\x12','\x28','\x12','\x44','\x14','\x82','\x02','\x00','\x01','\x00','\x7f','\xfe','\x40','\x02','\x88','\x24','\x10','\x10','\x21','\x08','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x01','\x00','\x01','\x00','\x10','\x20','\x13','\xfe','\x10','\x20','\x7d','\xfc','\x54','\x20','\x57','\xfe','\x54','\x00','\x55','\xfc','\x55','\x04','\x55','\xfc','\x55','\x04','\x5d','\xfc','\x11','\x04','\x11','\xfc','\x10','\x88','\x11','\x04','\x20','\x50','\x22','\x52','\x21','\x54','\xf8','\x50','\xab','\xfe','\xa8','\x88','\xa8','\x50','\xab','\xfe','\xa8','\x20','\xa9','\xfc','\xa8','\x20','\xbb','\xfe','\x20','\x50','\x20','\x88','\x21','\x04','\x26','\x02','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x22','\x80','\x2c','\xb8','\x28','\x88','\x28','\x88','\x2e','\xb8','\x28','\x88','\x28','\x88','\x2f','\xf8','\x41','\x40','\x42','\x20','\x8c','\x18','\x30','\x06','\x01','\x00','\x20','\x84','\x3f','\xfe','\x24','\x00','\x22','\xbe','\x2f','\xe4','\x28','\xa4','\x2f','\xa8','\x28','\xa8','\x2f','\xa4','\x28','\xa2','\x29','\x32','\x2b','\xac','\x4c','\xa0','\x88','\x20','\x00','\x00','\x01','\x00','\x00','\x80','\x3f','\xfe','\x21','\x40','\x26','\x5c','\x24','\x44','\x27','\x5c','\x24','\x44','\x27','\xfc','\x20','\x40','\x2f','\xfc','\x22','\x08','\x21','\x10','\x40','\xe0','\x43','\x18','\x8c','\x06','\x00','\x20','\x00','\x20','\xf8','\x40','\x09','\xfc','\x11','\x04','\x11','\x04','\x21','\x04','\x79','\xfc','\x09','\x04','\x09','\x04','\x49','\x04','\x31','\xfc','\x11','\x04','\x2c','\x00','\x43','\xfe','\x80','\x00','\x00','\x00','\x7f','\xfc','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x00','\x00','\x3f','\xf0','\x20','\x10','\x20','\x10','\x3f','\xf0','\x20','\x04','\x20','\x04','\x1f','\xfc','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x01','\x00','\x02','\x80','\x0c','\x60','\x30','\x18','\xcf','\xe6','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x20','\x20','\x40','\x20','\x00','\x00','\x7d','\xfc','\x05','\x24','\x05','\x24','\x05','\x24','\x7d','\x24','\x41','\x24','\x41','\xfc','\x41','\x04','\x7d','\x00','\x05','\x00','\x05','\x00','\x05','\x02','\x05','\x02','\x28','\xfe','\x10','\x00','\x00','\x88','\xf8','\x88','\x08','\x88','\x09','\x08','\x09','\x7e','\x7b','\x08','\x45','\x08','\x41','\x48','\x41','\x28','\x79','\x28','\x09','\x08','\x09','\x08','\x09','\x08','\x09','\x08','\x51','\x28','\x21','\x10','\x00','\x40','\xf8','\x20','\x0b','\xfe','\x08','\x00','\x09','\xfc','\x79','\x04','\x41','\xfc','\x40','\x00','\x41','\xfc','\x78','\x08','\x08','\x10','\x0b','\xfe','\x08','\x20','\x08','\x20','\x50','\xa0','\x20','\x40','\x00','\x40','\xf8','\x20','\x0b','\xfe','\x08','\x00','\x08','\x00','\x79','\xfc','\x41','\x04','\x41','\x04','\x41','\x04','\x79','\xfc','\x08','\x20','\x08','\xa8','\x09','\x24','\x0a','\x22','\x50','\xa0','\x20','\x40','\x00','\x48','\xf9','\x48','\x09','\x48','\x0b','\xfe','\x09','\x48','\x79','\x48','\x41','\x78','\x41','\x00','\x41','\xfe','\x78','\x20','\x0b','\xfe','\x08','\x70','\x08','\xa8','\x09','\x24','\x56','\x22','\x20','\x20','\x10','\x00','\xfe','\x78','\x10','\x48','\x7c','\x48','\x00','\x48','\xfe','\x86','\x82','\x00','\x7c','\xfc','\x00','\x44','\x7c','\x44','\x04','\x28','\x7c','\x28','\x40','\x10','\x7c','\x28','\x04','\x44','\x0d','\x82','\x01','\x08','\xf8','\x90','\x0f','\xfe','\x08','\x00','\x0b','\xc4','\x7a','\x54','\x43','\xd4','\x42','\x54','\x43','\xd4','\x7a','\x44','\x0a','\xcc','\x08','\x00','\x0b','\xfc','\x08','\x84','\x51','\x14','\x26','\x08','\x08','\x00','\x0f','\xe0','\x08','\x20','\x10','\x20','\x1f','\xc0','\x00','\x40','\x00','\x40','\xff','\xfe','\x01','\x00','\x21','\x08','\x11','\x90','\x05','\x60','\x09','\x20','\x31','\x18','\xc5','\x06','\x02','\x00','\x08','\x00','\x0f','\xf0','\x10','\x10','\x1f','\xe0','\x00','\x20','\xff','\xfe','\x02','\x00','\x42','\x10','\x43','\xd2','\x75','\x14','\x41','\x18','\x4f','\xd0','\x41','\x12','\x62','\x92','\x44','\x4e','\x08','\x20','\x00','\x00','\x3f','\x04','\x21','\x04','\x21','\x08','\x29','\x10','\x25','\x22','\x25','\x02','\x21','\x04','\xff','\xc8','\x21','\x10','\x21','\x22','\x21','\x02','\x21','\x04','\x41','\x08','\x45','\x10','\x82','\x60','\x00','\x50','\x00','\x48','\x00','\x40','\xff','\xfe','\x00','\x40','\x00','\x50','\x7c','\x60','\x45','\xc8','\x44','\x50','\x44','\x64','\x7d','\xa8','\x00','\x12','\x0e','\x32','\xf0','\xca','\x43','\x06','\x00','\x02','\x08','\x08','\x08','\x3c','\x13','\xe0','\x22','\x20','\x4a','\x20','\x0a','\x20','\x12','\x20','\x33','\xfe','\x52','\x20','\x92','\x10','\x12','\x10','\x12','\x12','\x12','\x0a','\x12','\x8a','\x13','\x26','\x12','\x12','\x09','\x04','\x08','\x84','\x10','\x88','\x20','\x00','\x4b','\xfe','\x08','\x20','\x10','\x20','\x31','\xfc','\x50','\x20','\x90','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x08','\x20','\x09','\x24','\x10','\xa4','\x20','\xa8','\x48','\x20','\x0b','\xfe','\x12','\x02','\x32','\x02','\x52','\xfa','\x92','\x8a','\x12','\x8a','\x12','\x8a','\x12','\xfa','\x12','\x02','\x12','\x0a','\x12','\x04','\x08','\x40','\x08','\x20','\x13','\xfe','\x22','\x02','\x4a','\x02','\x0b','\xfe','\x12','\x00','\x32','\x00','\x53','\xfe','\x93','\x52','\x15','\x52','\x15','\xfe','\x15','\x52','\x15','\x52','\x19','\x52','\x11','\x06','\x08','\x3c','\x0f','\xc0','\x12','\x44','\x21','\x28','\x48','\x80','\x09','\x10','\x13','\xe0','\x30','\x40','\x51','\x88','\x93','\xfc','\x10','\x44','\x10','\x40','\x17','\xfc','\x10','\xa0','\x11','\x10','\x16','\x0e','\x11','\x08','\x15','\x48','\x25','\x48','\x45','\x50','\x97','\xde','\x10','\x14','\x27','\xe4','\x60','\x14','\xa7','\xd4','\x21','\x14','\x27','\xd4','\x21','\x08','\x21','\x08','\x2f','\xd4','\x20','\x24','\x20','\x42','\x10','\x40','\x10','\x40','\x2f','\xfe','\x40','\x40','\x97','\xfc','\x14','\xa4','\x24','\xa4','\x67','\xfc','\xa0','\x00','\x2f','\xfe','\x20','\x40','\x20','\x24','\x25','\x22','\x25','\x0a','\x29','\x08','\x20','\xf8','\x10','\x00','\x10','\x00','\x17','\xfc','\x10','\x84','\x18','\x84','\x54','\x84','\x50','\x84','\x50','\x84','\x90','\x84','\x10','\x84','\x11','\x04','\x11','\x04','\x12','\x04','\x12','\x04','\x14','\x28','\x18','\x10','\x02','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x04','\x40','\x03','\x80','\x0c','\x60','\x30','\x18','\xc0','\x06','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x1b','\xfe','\x56','\x22','\x52','\x22','\x52','\x22','\x92','\x22','\x12','\x22','\x13','\xfe','\x12','\x22','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x04','\x40','\x04','\x40','\x08','\x20','\x10','\x10','\x22','\x08','\xc4','\x46','\x08','\x20','\x1f','\xf0','\x00','\x10','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x80','\x10','\x80','\x10','\x80','\x18','\xfe','\x55','\x40','\x51','\x40','\x52','\x40','\x90','\x7c','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x7e','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x40','\x10','\x00','\x10','\x00','\x13','\xfe','\x10','\x20','\x18','\x20','\x54','\x20','\x51','\x20','\x51','\x20','\x91','\x3c','\x11','\x20','\x11','\x20','\x11','\x20','\x11','\x20','\x11','\x20','\x17','\xfe','\x10','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x08','\x88','\x48','\x84','\x48','\x12','\x48','\x12','\x87','\xf0','\x00','\x00','\x10','\x00','\x13','\xfc','\x12','\x04','\x12','\x04','\x1a','\x04','\x56','\x04','\x53','\xfc','\x50','\x90','\x90','\x90','\x10','\x90','\x10','\x90','\x11','\x12','\x11','\x12','\x12','\x12','\x14','\x0e','\x18','\x00','\x10','\x20','\x10','\x28','\x10','\x24','\x10','\x20','\x1b','\xfe','\x54','\x20','\x50','\x70','\x50','\x70','\x90','\xa8','\x10','\xa8','\x11','\x24','\x12','\x22','\x14','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x00','\x13','\xfe','\x12','\x00','\x12','\x00','\x1b','\xfc','\x56','\x20','\x52','\x20','\x52','\xf8','\x92','\x20','\x12','\x20','\x12','\x20','\x13','\xfc','\x12','\x00','\x12','\x00','\x13','\xfe','\x10','\x00','\x12','\x00','\x12','\x04','\x13','\xfe','\x14','\x00','\x5b','\xf8','\x52','\x88','\x52','\x48','\x92','\x48','\x1f','\xfe','\x12','\x88','\x12','\x48','\x12','\x48','\x17','\xfe','\x10','\x08','\x10','\x70','\x00','\x00','\x20','\x00','\x27','\xfc','\x24','\x44','\x24','\x44','\x37','\xfc','\xac','\x44','\xa4','\x44','\xa7','\xfc','\xa0','\x40','\x20','\x40','\x27','\xfc','\x20','\x40','\x20','\x40','\x20','\x40','\x2f','\xfe','\x20','\x00','\x10','\x00','\x10','\xf8','\x10','\x88','\x10','\x88','\x1a','\xf8','\x56','\x00','\x52','\x00','\x53','\xfc','\x90','\x44','\x10','\x44','\x17','\xfe','\x10','\x40','\x10','\xa0','\x11','\x10','\x12','\x08','\x14','\x06','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x02','\x1d','\x04','\x55','\x00','\x51','\xde','\x52','\x52','\x92','\x52','\x13','\x52','\x14','\x9a','\x10','\x94','\x11','\x10','\x11','\x12','\x12','\x12','\x14','\x0e','\x10','\x40','\x12','\x44','\x12','\x44','\x14','\x48','\x18','\xa0','\x55','\x10','\x56','\x08','\x50','\x44','\x90','\x40','\x12','\x48','\x12','\x48','\x14','\x50','\x10','\xa0','\x11','\x10','\x12','\x08','\x1c','\x06','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\x19','\x04','\x55','\xfc','\x50','\x80','\x50','\x80','\x91','\xfe','\x12','\x4a','\x14','\x4a','\x10','\x92','\x11','\x22','\x12','\x42','\x10','\x94','\x11','\x08','\x10','\x20','\x11','\x24','\x10','\xa4','\x10','\xa8','\x18','\x20','\x57','\xfe','\x52','\x02','\x52','\x02','\x92','\xfa','\x12','\x8a','\x12','\x8a','\x12','\x8a','\x12','\xfa','\x12','\x02','\x12','\x0a','\x12','\x04','\x11','\x00','\x11','\xfe','\x12','\x02','\x15','\xf2','\x19','\x12','\x55','\xf2','\x51','\x12','\x51','\xfa','\x90','\x04','\x13','\xf8','\x10','\x10','\x10','\x20','\x17','\xfe','\x10','\x20','\x10','\xa0','\x10','\x40','\x20','\x00','\x27','\xfe','\x24','\x20','\x24','\x20','\x35','\xfc','\xac','\x20','\xa4','\xa8','\xa4','\xa8','\xa5','\x74','\x24','\x20','\x24','\x50','\x24','\x48','\x24','\x84','\x25','\x00','\x27','\xfe','\x20','\x00','\x10','\x40','\x10','\x40','\x17','\xfc','\x10','\x40','\x1b','\xf8','\x54','\x40','\x57','\xfe','\x50','\x80','\x91','\x10','\x13','\xe0','\x10','\x48','\x17','\xfc','\x10','\x44','\x12','\x48','\x15','\x44','\x10','\x80','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\x19','\x04','\x55','\xfc','\x50','\x20','\x51','\x24','\x90','\xa8','\x10','\x20','\x13','\xfe','\x10','\x90','\x10','\x90','\x11','\x12','\x12','\x12','\x14','\x0e','\x10','\x40','\x12','\x48','\x12','\x48','\x1a','\x48','\x57','\xf8','\x50','\x00','\x57','\xfc','\x90','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\x13','\xf8','\x11','\x10','\x10','\xa0','\x17','\xfe','\x10','\x00','\x20','\x04','\x24','\xbe','\x27','\x88','\x24','\xa8','\xb4','\xa8','\xaf','\xa8','\xa4','\xa8','\x27','\xfe','\x24','\x10','\x25','\x18','\x24','\x98','\x25','\xa8','\x2e','\x4a','\x24','\x8a','\x21','\x0e','\x00','\x00','\x20','\x38','\x23','\xc0','\x20','\x80','\x27','\xfe','\x31','\x10','\xaa','\x08','\xa5','\xf6','\xa9','\x10','\xa1','\xf0','\x20','\x00','\x27','\xfc','\x24','\x04','\x25','\xf4','\x25','\x14','\x25','\xf4','\x24','\x0c','\x11','\x0c','\x10','\x88','\x10','\x90','\x13','\xfe','\x5a','\x22','\x57','\x26','\x52','\xaa','\x93','\xfe','\x12','\x02','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x00','\x00','\x22','\x20','\xff','\xa0','\x22','\x3e','\x20','\x44','\x7f','\xa4','\x81','\x28','\x7d','\x28','\x45','\x10','\x7d','\x28','\x0a','\x44','\x04','\x82','\x02','\x00','\x51','\x04','\x51','\x12','\x90','\x12','\x0f','\xf0','\x10','\x90','\x13','\xfc','\x12','\x94','\x1b','\xfc','\x56','\x94','\x53','\xfc','\x50','\x00','\x93','\xfc','\x12','\x00','\x12','\xf8','\x12','\x00','\x13','\xfe','\x15','\x20','\x15','\x14','\x15','\x48','\x19','\x86','\x01','\x10','\x35','\x50','\x27','\xd4','\x40','\x5e','\x97','\xb4','\x20','\x14','\x67','\xd4','\xa1','\x08','\x27','\xd4','\x21','\x26','\x2f','\xc2','\x04','\x84','\x24','\x52','\x24','\x12','\x43','\xf8','\x00','\x00','\x3f','\x28','\x21','\x24','\x21','\x24','\x3f','\x20','\x00','\x20','\xff','\xfe','\x21','\x20','\x3f','\x24','\x21','\x24','\x3f','\x28','\x21','\x28','\x27','\xd0','\xf9','\x12','\x41','\x2a','\x01','\x46','\x01','\x82','\x02','\x00','\x01','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x80','\x20','\xa0','\x20','\x90','\x2f','\xfc','\x21','\x40','\x21','\x40','\x42','\x20','\x44','\x10','\x88','\x08','\x10','\x06','\x02','\x00','\x01','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x20','\x00','\x20','\x00','\x2f','\xfc','\x28','\x04','\x29','\xe4','\x29','\x24','\x49','\x24','\x49','\xe4','\x88','\x14','\x08','\x08','\x12','\x00','\x11','\x00','\x10','\x80','\x10','\x80','\xfc','\x40','\x10','\x40','\x10','\x40','\x14','\xa0','\x18','\xa0','\x30','\xa0','\xd1','\x10','\x11','\x10','\x12','\x08','\x12','\x08','\x54','\x04','\x28','\x02','\x10','\x40','\x10','\x40','\x10','\x80','\x10','\xfc','\xfd','\x04','\x12','\x04','\x10','\x04','\x15','\x04','\x18','\x84','\x30','\x44','\xd0','\x44','\x10','\x04','\x10','\x04','\x10','\x04','\x50','\x28','\x20','\x10','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\x20','\xfd','\x20','\x11','\x20','\x11','\x3c','\x15','\x20','\x19','\x20','\x31','\x20','\xd1','\x20','\x11','\x20','\x11','\x20','\x11','\x20','\x57','\xfe','\x20','\x00','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\xfe','\xfd','\x02','\x12','\x42','\x10','\x42','\x14','\x82','\x18','\xa2','\x31','\x12','\xd3','\xfa','\x11','\x0a','\x10','\x02','\x10','\x02','\x50','\x14','\x20','\x08','\x10','\x40','\x10','\x20','\x10','\x00','\x13','\xfe','\xfc','\x20','\x10','\x20','\x10','\x20','\x14','\x20','\x19','\xfc','\x30','\x20','\xd0','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x53','\xfe','\x20','\x00','\x10','\x80','\x10','\x80','\x10','\xfe','\x11','\x00','\xfe','\x20','\x11','\x20','\x11','\x2c','\x15','\x74','\x1b','\xa4','\x31','\x24','\xd1','\x34','\x11','\x28','\x11','\x22','\x11','\x02','\x50','\xfe','\x20','\x00','\x11','\x04','\x10','\x84','\x10','\x88','\x10','\x00','\xfd','\xfe','\x10','\x88','\x10','\x88','\x14','\x88','\x18','\x88','\x33','\xfe','\xd0','\x88','\x10','\x88','\x11','\x08','\x11','\x08','\x52','\x08','\x24','\x08','\x10','\x40','\x10','\x40','\x10','\x7c','\x10','\x40','\xfc','\x40','\x13','\xfe','\x10','\x00','\x10','\x00','\x1b','\xfe','\x30','\x40','\xd0','\x50','\x10','\x48','\x10','\x44','\x10','\x40','\x50','\x40','\x20','\x40','\x10','\x20','\x10','\x20','\x11','\x24','\x11','\x22','\xfa','\x2a','\x10','\x10','\x14','\x60','\x1b','\x80','\x30','\x40','\xd0','\x40','\x13','\xfc','\x10','\x44','\x10','\x84','\x10','\x84','\x51','\x14','\x22','\x08','\x10','\x00','\x11','\xf8','\x11','\x08','\x11','\x08','\xfd','\xf8','\x10','\x00','\x13','\xfc','\x12','\x44','\x1a','\x44','\x32','\x44','\xd3','\xfc','\x12','\x00','\x12','\x02','\x12','\x02','\x51','\xfe','\x20','\x00','\x10','\x00','\x11','\xfc','\x10','\x44','\x10','\x44','\xfb','\xfe','\x10','\x44','\x14','\x44','\x19','\xfc','\x30','\x80','\xd0','\x80','\x11','\xfc','\x12','\x84','\x14','\x84','\x10','\x84','\x50','\xfc','\x20','\x84','\x10','\x40','\x10','\x20','\x13','\xfe','\x12','\x02','\xfd','\x04','\x11','\x00','\x11','\xde','\x12','\x52','\x1a','\x52','\x33','\x52','\xd4','\x9a','\x10','\x94','\x11','\x10','\x11','\x12','\x52','\x12','\x24','\x0e','\x10','\x1c','\x11','\xe0','\x10','\x20','\x10','\x20','\xfb','\xfe','\x10','\xa8','\x15','\x24','\x1a','\x42','\x30','\x40','\xd3','\xfe','\x10','\x88','\x11','\x08','\x10','\xd0','\x10','\x30','\x50','\x48','\x21','\x84','\x10','\x80','\x10','\x40','\x13','\xfc','\x10','\x00','\xfd','\x08','\x10','\x90','\x17','\xfe','\x14','\x42','\x18','\x44','\x33','\xfc','\xd2','\x44','\x12','\x44','\x12','\x54','\x12','\x48','\x50','\x40','\x20','\x40','\x10','\x00','\x13','\xf8','\x12','\x08','\x13','\xf8','\xfe','\x08','\x13','\xf8','\x11','\x00','\x13','\xfc','\x1c','\x44','\x32','\x44','\xd2','\xa4','\x12','\x04','\x13','\xf4','\x10','\x04','\x50','\x28','\x20','\x10','\x20','\x10','\x20','\x10','\x27','\x7c','\x21','\x14','\xf9','\xfe','\x22','\x14','\x22','\x7c','\x2f','\x10','\x31','\x7c','\xe5','\x10','\x25','\xfe','\x22','\x10','\x22','\x10','\x25','\x00','\xa8','\xfe','\x40','\x00','\x20','\x80','\x20','\x40','\x27','\xfc','\x20','\x80','\xf9','\x08','\x23','\xf0','\x20','\x60','\x29','\x84','\x37','\xfe','\xe0','\x02','\x27','\xfc','\x24','\x44','\x27','\xfc','\x24','\x44','\xa7','\xfc','\x44','\x04','\x20','\x00','\x23','\xf8','\x21','\x48','\x21','\x10','\xf8','\xa0','\x20','\x40','\x21','\xb0','\x2e','\x4e','\x30','\x40','\xe3','\xf8','\x22','\x48','\x22','\x48','\x23','\xf8','\x20','\x44','\xa7','\xfc','\x40','\x04','\x10','\x00','\x13','\xfc','\x10','\x90','\x12','\x94','\xfd','\x98','\x10','\x90','\x17','\xfe','\x18','\x00','\x31','\xf8','\xd1','\x08','\x11','\x08','\x11','\xf8','\x11','\x08','\x11','\x08','\x51','\xf8','\x21','\x08','\x04','\x40','\x7f','\xfc','\x04','\x40','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x10','\x50','\x27','\x88','\xc1','\x06','\x1f','\xf0','\x01','\x00','\x03','\x00','\x20','\x00','\x27','\xfe','\x24','\x2a','\x24','\x26','\xf7','\xfe','\x24','\x22','\x27','\xaa','\x26','\xaa','\x37','\xaa','\xe4','\x32','\x25','\x96','\x26','\x2e','\x24','\x46','\x24','\x82','\xa7','\xfe','\x44','\x02','\x10','\x40','\x10','\x80','\x13','\xfc','\x12','\x44','\xfa','\xf4','\x13','\x14','\x12','\xa4','\x1a','\x44','\x32','\xa4','\xd3','\xfc','\x10','\x40','\x10','\x24','\x15','\x22','\x15','\x0a','\x59','\x08','\x20','\xf8','\x20','\x40','\x20','\x20','\x23','\xfe','\x22','\x00','\xfa','\x48','\x22','\x48','\x23','\xfe','\x2a','\x48','\x32','\x48','\xe2','\x48','\x22','\x78','\x22','\x00','\x25','\x54','\x25','\x2a','\xaa','\x2a','\x50','\x00','\x24','\x20','\xff','\x20','\x24','\x7e','\x7e','\xc4','\x82','\x28','\x7a','\x10','\x4a','\x28','\x7a','\xc6','\x04','\x20','\x1f','\xc0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x10','\x00','\x12','\x7c','\x11','\x44','\x11','\x74','\xfc','\x54','\x10','\x54','\x16','\xfe','\x12','\x82','\x1a','\xba','\x32','\xaa','\xd2','\xba','\x12','\x82','\x12','\x8a','\x12','\x84','\x55','\x00','\x28','\xfe','\x10','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\xfd','\x04','\x12','\xfa','\x10','\x00','\x14','\x00','\x19','\xdc','\x31','\x54','\xd1','\x54','\x11','\xdc','\x10','\x88','\x10','\x88','\x51','\x54','\x22','\x22','\x10','\x40','\x10','\x7c','\x10','\x40','\x13','\xfe','\xfe','\x42','\x13','\xf8','\x12','\x44','\x12','\xfc','\x1a','\xa8','\x32','\xf8','\xd2','\xa8','\x12','\xf8','\x12','\x20','\x15','\xfc','\x54','\x44','\x29','\x8c','\x08','\x3c','\x7f','\x24','\x2a','\x24','\x3e','\x42','\x2a','\x3c','\xff','\xa4','\x49','\x18','\x7f','\x66','\x00','\x20','\x1f','\xc0','\x01','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x01','\x00','\x03','\x00','\x10','\x00','\x13','\xfc','\x12','\x94','\x12','\x94','\xfb','\xfc','\x10','\x00','\x17','\xfe','\x18','\x00','\x33','\xfc','\xd2','\x04','\x13','\xfc','\x10','\xa2','\x11','\x14','\x13','\x08','\x5d','\x44','\x21','\x82','\x22','\x00','\x22','\x7e','\x22','\x10','\x2f','\xa0','\xf2','\x7c','\x22','\x44','\x27','\x44','\x20','\x7c','\x30','\x44','\xe7','\x7c','\x25','\x44','\x25','\x44','\x25','\x7c','\x27','\x00','\xa5','\x28','\x40','\x44','\x21','\x08','\x27','\xc8','\x25','\x48','\x2f','\xf0','\xf5','\x5e','\x27','\xe4','\x21','\x14','\x27','\xd4','\x35','\x54','\xe7','\xd4','\x22','\x14','\x2f','\xc8','\x24','\x48','\x26','\x94','\xa1','\x94','\x46','\x62','\x25','\x28','\x27','\xbe','\x29','\x48','\x27','\xbe','\xfb','\x18','\x25','\xaa','\x29','\x46','\x2b','\xfc','\x32','\x04','\xe3','\xfc','\x22','\x04','\x23','\xfc','\x22','\x04','\x23','\xfc','\xa1','\x08','\x42','\x04','\x22','\x48','\x21','\x50','\x27','\xfc','\x24','\x04','\xf9','\xf0','\x21','\x10','\x27','\xfc','\x2d','\x54','\x34','\xe4','\xe7','\xfc','\x20','\x40','\x27','\xfc','\x20','\x40','\x2f','\xfe','\xa2','\xa4','\x44','\x52','\x20','\x20','\x21','\x20','\x3f','\xa0','\x20','\x24','\x40','\x7e','\x3e','\xc8','\x2a','\x48','\x2a','\x48','\xff','\xc8','\x52','\x28','\x4a','\x30','\x4a','\x10','\x7f','\xa8','\x02','\x46','\x0c','\x82','\x00','\x00','\x08','\x10','\x08','\x10','\x7f','\x1e','\x14','\x10','\x22','\x10','\x41','\xfc','\xff','\x44','\x02','\x44','\x7a','\x44','\x4a','\x28','\x4a','\x28','\x7a','\x10','\x4a','\x10','\x02','\x28','\x0a','\x44','\x04','\x82','\x00','\x00','\x3e','\x7c','\x22','\x44','\x22','\x44','\x3e','\x7c','\x00','\x00','\x7f','\xfe','\x44','\x42','\x82','\x44','\x10','\x40','\x08','\x40','\x00','\x7e','\xff','\xc0','\x00','\x40','\x00','\x40','\x00','\x40','\x44','\x04','\x7e','\xfe','\x44','\x10','\x44','\x50','\x7c','\x50','\x44','\x90','\x44','\x94','\x7d','\xfe','\x44','\x10','\x40','\x10','\x48','\x30','\x4c','\x50','\x54','\x92','\xe1','\x12','\x42','\x0e','\x00','\x00','\x00','\x40','\x00','\x40','\x7c','\x80','\x44','\xfc','\x45','\x04','\x46','\x04','\x44','\x84','\x7c','\x44','\x44','\x44','\x44','\x14','\x44','\x24','\x44','\x44','\x7d','\x84','\x44','\x04','\x00','\x28','\x00','\x10','\x00','\x40','\x00','\x20','\x7c','\x20','\x47','\xfe','\x44','\x80','\x44','\x80','\x44','\x80','\x7c','\xfc','\x44','\x84','\x44','\x84','\x44','\x84','\x44','\x84','\x7d','\x04','\x45','\x04','\x02','\x28','\x04','\x10','\x00','\x04','\x00','\x0e','\x7c','\xf0','\x44','\x80','\x44','\x80','\x44','\x80','\x44','\xfe','\x7c','\x88','\x44','\x88','\x44','\x88','\x44','\x88','\x44','\x88','\x7c','\x88','\x45','\x08','\x01','\x08','\x02','\x08','\x00','\x00','\x03','\xfe','\x78','\x20','\x48','\x20','\x48','\x20','\x4b','\xfe','\x7a','\x22','\x4a','\x22','\x4a','\x52','\x4a','\x4a','\x4a','\x8a','\x7b','\x02','\x4a','\x02','\x02','\x02','\x02','\x0a','\x02','\x04','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x21','\x08','\x22','\x88','\x24','\x48','\x28','\x28','\x20','\x08','\x20','\x18','\x00','\x20','\x00','\x20','\x7d','\x24','\x45','\x24','\x45','\x24','\x45','\x24','\x45','\xfc','\x7c','\x20','\x44','\x20','\x45','\x24','\x45','\x24','\x45','\x24','\x7d','\x24','\x45','\x24','\x01','\xfc','\x00','\x04','\x00','\x20','\x00','\x20','\x7c','\x50','\x44','\x50','\x44','\x88','\x45','\x24','\x46','\x12','\x7c','\x10','\x45','\xfc','\x44','\x04','\x44','\x08','\x44','\x88','\x7c','\x50','\x44','\x20','\x00','\x10','\x00','\x10','\x00','\x80','\x00','\x80','\x79','\x00','\x49','\xfc','\x4a','\x04','\x4c','\x04','\x49','\xe4','\x79','\x24','\x49','\x24','\x49','\x24','\x49','\xe4','\x49','\x24','\x78','\x04','\x48','\x04','\x00','\x28','\x00','\x10','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x00','\x00','\x7f','\xfc','\x01','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x02','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x10','\x10','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x40','\x00','\x40','\x7a','\x40','\x4a','\x40','\x4b','\xfc','\x4a','\x40','\x4c','\x40','\x78','\x40','\x4f','\xfe','\x48','\x40','\x48','\xa0','\x48','\xa0','\x79','\x10','\x4a','\x08','\x04','\x04','\x08','\x02','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x10','\x10','\x10','\x10','\x3e','\xfc','\x42','\x10','\xa4','\x90','\x14','\x90','\x08','\xfe','\x10','\x10','\x20','\x10','\x40','\x10','\x00','\x40','\x00','\x20','\x7c','\x20','\x47','\xfe','\x44','\x00','\x44','\x88','\x45','\x04','\x7e','\x02','\x44','\x88','\x44','\x88','\x44','\x50','\x44','\x50','\x7c','\x20','\x44','\x50','\x00','\x88','\x03','\x06','\x00','\x40','\x00','\x40','\x78','\x80','\x4b','\xfc','\x4a','\x04','\x4a','\x04','\x4a','\xf4','\x7a','\x94','\x4a','\x94','\x4a','\x94','\x4a','\x94','\x4a','\xf4','\x7a','\x04','\x4a','\x04','\x02','\x14','\x02','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x40','\x78','\x88','\x49','\x04','\x4b','\xfe','\x48','\x02','\x48','\x88','\x79','\x44','\x4a','\x42','\x48','\xf8','\x49','\x88','\x4a','\x50','\x78','\x20','\x48','\x50','\x01','\x88','\x06','\x06','\x00','\x80','\x00','\x80','\x79','\xf8','\x4a','\x08','\x4c','\x10','\x4b','\xfc','\x4a','\x44','\x7a','\x44','\x4a','\x44','\x4b','\xfc','\x48','\xa0','\x48','\xa0','\x79','\x22','\x49','\x22','\x02','\x1e','\x04','\x00','\x00','\x48','\x00','\x44','\x7b','\xfe','\x48','\x40','\x48','\x40','\x4b','\xfc','\x4a','\x44','\x7a','\x44','\x4b','\xfc','\x4a','\x44','\x4a','\x44','\x4b','\xfc','\x7a','\x44','\x4a','\x44','\x02','\x54','\x02','\x08','\x00','\x40','\x00','\x20','\x7b','\xfe','\x4a','\x02','\x4c','\x04','\x49','\xf8','\x78','\x00','\x48','\x00','\x4b','\xfe','\x48','\x90','\x48','\x90','\x78','\x90','\x49','\x12','\x01','\x12','\x02','\x0e','\x04','\x00','\x08','\x0c','\x08','\xf0','\x7e','\x80','\x18','\x80','\x2c','\xfe','\x2a','\x88','\x48','\x88','\x88','\x88','\x09','\x08','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x40','\x1f','\x60','\x22','\x50','\x54','\x48','\x08','\x40','\x37','\xfe','\xc0','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x20','\x7f','\x20','\x04','\x3e','\x04','\x44','\x27','\xa4','\x24','\x28','\x24','\x28','\x24','\x10','\x2f','\x28','\xf0','\x44','\x40','\x82','\x00','\x00','\x01','\xfc','\x7d','\x04','\x45','\xfc','\x45','\x04','\x45','\xfc','\x44','\x80','\x7d','\xfe','\x46','\x22','\x45','\x22','\x45','\x52','\x45','\x02','\x7d','\xfa','\x44','\x02','\x00','\x14','\x00','\x08','\x0f','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x0f','\xf4','\x09','\x08','\x1f','\xf0','\x01','\x20','\x7f','\xfe','\x00','\x80','\x07','\xf8','\x7c','\x08','\x07','\xf8','\x04','\x08','\x07','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x40','\x0c','\x00','\x20','\x01','\xfc','\x78','\x88','\x48','\x50','\x4b','\xfe','\x48','\x00','\x49','\xfc','\x79','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x48','\x20','\x7b','\xfe','\x48','\x20','\x00','\x20','\x00','\x20','\x00','\x00','\x01','\xfc','\x79','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x78','\x20','\x4b','\xfe','\x48','\x00','\x49','\xfc','\x49','\x04','\x79','\xfc','\x48','\x20','\x01','\x24','\x02','\x22','\x00','\x60','\x3f','\xfe','\x20','\x00','\x21','\x8c','\x2e','\x70','\x22','\x10','\x3f','\xbe','\x27','\x18','\x2a','\xb4','\x32','\x52','\x22','\x10','\x27','\xf8','\x24','\x08','\x47','\xf8','\x44','\x08','\x87','\xf8','\x04','\x08','\x00','\x20','\x01','\xfc','\x78','\x88','\x48','\x50','\x4b','\xfe','\x48','\x00','\x79','\xfc','\x49','\x24','\x49','\xfc','\x49','\x24','\x49','\xfc','\x78','\x20','\x49','\xfc','\x00','\x20','\x03','\xfe','\x00','\x00','\x01','\x04','\x00','\x88','\x7b','\xfe','\x48','\x20','\x49','\xfc','\x48','\x20','\x7b','\xfe','\x48','\x54','\x49','\x92','\x48','\x90','\x4b','\xfe','\x78','\x90','\x48','\xd4','\x03','\x8a','\x00','\x96','\x01','\xa2','\x00','\x3c','\x07','\xc0','\xf0','\x40','\x9f','\xfe','\x90','\x40','\x97','\xfc','\x95','\x54','\xf4','\xe4','\x97','\xfc','\x90','\x40','\x97','\xfc','\x90','\x40','\xff','\xfe','\x90','\x00','\x05','\x24','\x08','\x92','\x02','\x10','\x01','\x10','\xf7','\xde','\x90','\x10','\x94','\x5e','\x92','\x82','\x97','\xde','\xf0','\x10','\x97','\xde','\x94','\x50','\x97','\xde','\x94','\x50','\xf7','\xde','\x94','\x50','\x04','\x52','\x04','\xce','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x50','\x3c','\x50','\x24','\x50','\x25','\x52','\x24','\xd4','\x3c','\x58','\x24','\x50','\x24','\x58','\x24','\xd4','\x3d','\x52','\x26','\x50','\x24','\x50','\x24','\x92','\x44','\x92','\x55','\x12','\x8a','\x0e','\x10','\x44','\x4a','\x7e','\x7f','\x44','\x42','\x44','\x42','\x44','\x7e','\x7c','\x42','\x44','\x42','\x44','\x7e','\x44','\x4a','\x7c','\x44','\x44','\x4a','\x44','\x52','\xa4','\xe1','\x1c','\x42','\x08','\x00','\x00','\x10','\x00','\x10','\x20','\x11','\x20','\x11','\x20','\xfd','\x20','\x11','\x20','\x31','\x20','\x39','\x20','\x55','\x20','\x51','\x10','\x91','\x10','\x12','\x10','\x12','\x08','\x14','\x08','\x18','\x04','\x10','\x02','\x10','\x80','\x10','\x80','\x10','\x80','\x10','\xf8','\xfd','\x08','\x11','\x08','\x31','\x10','\x3a','\x10','\x54','\x20','\x50','\x20','\x90','\x50','\x10','\x50','\x10','\x88','\x11','\x08','\x12','\x04','\x14','\x02','\x10','\x00','\x11','\xfc','\x10','\x00','\x10','\x00','\xfc','\x00','\x13','\xfe','\x30','\x40','\x38','\x40','\x54','\x80','\x54','\xfc','\x90','\x04','\x10','\x04','\x10','\x04','\x10','\x04','\x10','\x28','\x10','\x10','\x10','\x00','\x13','\xfc','\x11','\x04','\x11','\x44','\xfd','\x24','\x10','\xa8','\x30','\x88','\x38','\x88','\x54','\x50','\x54','\x50','\x90','\x20','\x10','\x20','\x10','\x50','\x10','\x88','\x11','\x04','\x16','\x02','\x08','\x00','\x09','\xf8','\x08','\x48','\x08','\x48','\xfe','\x48','\x08','\x48','\x18','\x48','\x1d','\xf8','\x2a','\x88','\x2a','\x88','\x48','\x88','\x88','\x88','\x08','\x88','\x08','\x88','\x0b','\xfe','\x08','\x00','\x10','\x00','\x13','\xfc','\x10','\x84','\x10','\x88','\xfc','\x88','\x10','\x90','\x30','\x9c','\x38','\x84','\x55','\x44','\x55','\x44','\x91','\x28','\x11','\x28','\x12','\x10','\x12','\x28','\x14','\x44','\x11','\x82','\x08','\x08','\x08','\x88','\x08','\x48','\x08','\x48','\xfe','\x08','\x08','\x88','\x18','\x48','\x1c','\x48','\x2a','\x08','\x2a','\x0e','\x49','\xf8','\x88','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x08','\x10','\x20','\x10','\x20','\x10','\x20','\x11','\xfe','\xfd','\x22','\x11','\x22','\x31','\x22','\x39','\x22','\x55','\x52','\x55','\x4a','\x91','\x8a','\x11','\x02','\x11','\x02','\x11','\x02','\x11','\x0a','\x11','\x04','\x10','\x08','\x10','\x1c','\x11','\xf0','\x11','\x50','\xfd','\x50','\x11','\x50','\x31','\x50','\x39','\x50','\x55','\x50','\x55','\x48','\x91','\x48','\x11','\x48','\x11','\x44','\x12','\x44','\x12','\x42','\x14','\x00','\x10','\x48','\x11','\x48','\x11','\x48','\x11','\x48','\xfd','\x48','\x13','\xfe','\x31','\x48','\x39','\x48','\x55','\x48','\x55','\x48','\x91','\x78','\x11','\x00','\x11','\x00','\x11','\x00','\x11','\xfe','\x10','\x00','\x10','\x20','\x10','\x20','\x10','\x2e','\x11','\xf0','\xfd','\x20','\x11','\x20','\x31','\x20','\x39','\xfe','\x54','\x22','\x54','\x62','\x90','\xa2','\x11','\x2a','\x16','\x24','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x10','\x10','\x10','\x10','\x10','\x11','\xfe','\xfd','\x12','\x11','\x14','\x31','\x10','\x39','\xfc','\x55','\x44','\x55','\x44','\x91','\x28','\x11','\x28','\x11','\x10','\x12','\x28','\x12','\x44','\x14','\x82','\x10','\x10','\x10','\x90','\x10','\x90','\x11','\x08','\xfd','\x08','\x12','\x04','\x34','\x02','\x39','\xf8','\x55','\x08','\x55','\x08','\x91','\x08','\x11','\x08','\x11','\x08','\x11','\x08','\x11','\xf8','\x11','\x08','\x10','\x40','\x10','\x20','\x10','\x20','\x13','\xfe','\xfa','\x02','\x14','\x04','\x30','\x00','\x38','\x90','\x54','\x90','\x50','\x90','\x90','\x88','\x11','\x08','\x11','\x08','\x11','\x04','\x12','\x04','\x14','\x02','\x21','\x00','\x21','\x00','\x21','\x1e','\x21','\xd2','\xfa','\x52','\x22','\x52','\x22','\x52','\x75','\x52','\x68','\x92','\xa0','\x92','\xa1','\x1a','\x21','\x14','\x22','\x10','\x24','\x10','\x28','\x10','\x20','\x10','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x09','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x08','\x10','\x3c','\x11','\xe0','\x10','\x20','\xfc','\x20','\x13','\xfe','\x30','\x20','\x38','\x20','\x54','\x20','\x55','\xfc','\x91','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x10','\x40','\x10','\x40','\x10','\xf8','\x11','\x08','\xfa','\x10','\x11','\xfc','\x31','\x24','\x39','\x24','\x55','\x24','\x51','\xfc','\x91','\x00','\x11','\x00','\x11','\x02','\x11','\x02','\x10','\xfe','\x10','\x00','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\xfd','\xfe','\x10','\x88','\x30','\x88','\x38','\x88','\x54','\x88','\x53','\xfe','\x90','\x00','\x10','\x88','\x10','\x84','\x11','\x04','\x12','\x02','\x14','\x02','\x08','\x20','\x08','\x20','\x08','\x3e','\x08','\x20','\xfe','\x20','\x09','\xfe','\x18','\x00','\x1c','\x00','\x2b','\xfe','\x2a','\x20','\x48','\x28','\x88','\x24','\x08','\x22','\x08','\x20','\x08','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfc','\x20','\x13','\xfe','\x3a','\x02','\x34','\x04','\x51','\xf8','\x50','\x10','\x90','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x20','\x08','\x20','\x3c','\x23','\xc0','\x20','\x44','\xfa','\x24','\x21','\x28','\x21','\x00','\x70','\x40','\x6b','\xfe','\xa0','\x88','\xa1','\x08','\x23','\x90','\x20','\x60','\x20','\x50','\x21','\x88','\x26','\x04','\x11','\x00','\x11','\x04','\x13','\xfe','\x10','\x00','\xfd','\xfc','\x11','\x44','\x19','\x24','\x35','\x24','\x57','\xfe','\x52','\x88','\x92','\x48','\x92','\x48','\x17','\xfe','\x10','\x08','\x10','\x70','\x00','\x00','\x10','\x20','\x11','\x24','\x11','\x24','\x11','\x24','\xfd','\xfc','\x10','\x20','\x30','\x50','\x38','\x88','\x55','\x44','\x52','\x22','\x90','\x20','\x11','\xf8','\x10','\x08','\x10','\x10','\x10','\x10','\x10','\x20','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x92','\x14','\x24','\x48','\x08','\x20','\x1f','\xf0','\x01','\x10','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x10','\x10','\x90','\x10','\x88','\x11','\x08','\xfa','\x04','\x15','\xfa','\x31','\x08','\x39','\x08','\x55','\x08','\x51','\xf8','\x90','\x90','\x10','\x90','\x10','\x90','\x11','\x12','\x12','\x12','\x14','\x0e','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x10','\x20','\x33','\xfe','\x38','\x00','\x55','\xfc','\x55','\x04','\x91','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x14','\x11','\x08','\x04','\x40','\x04','\x40','\x7c','\x7c','\x04','\x40','\x3c','\x78','\x04','\x40','\x7c','\x7c','\x04','\x40','\x05','\x40','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x10','\x20','\x08','\x20','\x3e','\x3e','\x22','\x44','\x22','\x84','\x3e','\x28','\x22','\x10','\x40','\x28','\x81','\x44','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x20','\x80','\x20','\x40','\x27','\xfe','\x21','\x20','\xf9','\x20','\x22','\x3c','\x22','\x44','\x76','\x64','\x6a','\x94','\xa3','\x48','\xa2','\x48','\x22','\x30','\x22','\x20','\x22','\x50','\x22','\x88','\x23','\x06','\x20','\x10','\x20','\x78','\x23','\xc0','\x20','\x40','\xf8','\x40','\x27','\xfc','\x22','\x48','\x72','\x48','\x6f','\xfe','\xa2','\x48','\xa2','\x48','\x27','\xfc','\x20','\x40','\x20','\x40','\x27','\xfc','\x20','\x00','\x10','\x20','\x10','\x20','\x11','\xfc','\x10','\x20','\xfc','\x20','\x13','\xfe','\x30','\x88','\x39','\x44','\x56','\x42','\x54','\xf8','\x91','\x88','\x12','\x50','\x10','\x20','\x10','\x50','\x11','\x88','\x16','\x06','\x08','\x20','\x08','\x20','\x7e','\xfc','\x08','\x20','\x1c','\x70','\x2a','\xa8','\xc8','\x24','\x04','\x40','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc4','\x26','\x04','\x20','\x08','\x20','\x10','\xa0','\x60','\x40','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\xfc','\x88','\x10','\x88','\x31','\x54','\x3a','\x22','\x54','\x00','\x50','\x20','\x93','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\xfc','\xa8','\x10','\x20','\x33','\xfe','\x38','\x40','\x54','\x80','\x54','\xfc','\x91','\x84','\x12','\x84','\x10','\x84','\x10','\x84','\x10','\xfc','\x10','\x84','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x13','\xde','\x12','\x42','\x12','\x42','\xfe','\x42','\x13','\xde','\x32','\x00','\x3a','\x3e','\x57','\xd2','\x52','\x12','\x92','\x14','\x13','\xd4','\x12','\x08','\x12','\x14','\x12','\x24','\x12','\x42','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x70','\xfc','\xa8','\x11','\x24','\x32','\x22','\x39','\xfc','\x55','\x04','\x51','\xfc','\x91','\x04','\x11','\xfc','\x11','\x04','\x10','\x00','\x13','\xfe','\x10','\x00','\x20','\x20','\x20','\x20','\x20','\xfc','\x2e','\x24','\xfb','\xfe','\x22','\x24','\x24','\xfc','\x74','\x20','\x6e','\xfc','\xa2','\x20','\xa2','\x20','\x2b','\xfe','\x24','\x20','\x26','\x20','\x29','\xfe','\x30','\x00','\x10','\x00','\x13','\xfc','\x12','\x24','\x12','\x24','\xfb','\xfc','\x12','\x00','\x32','\xfc','\x3a','\x84','\x56','\x84','\x52','\xfc','\x92','\x84','\x12','\xfc','\x12','\x84','\x12','\x84','\x14','\xfc','\x18','\x84','\x10','\x80','\x10','\x80','\x10','\xfc','\x11','\x54','\xfa','\xd4','\x10','\xb4','\x31','\x2c','\x3a','\x44','\x54','\x94','\x51','\x08','\x90','\x40','\x10','\xa4','\x12','\xaa','\x12','\x8a','\x14','\x78','\x10','\x00','\x10','\x20','\x10','\x20','\x10','\x3e','\x10','\x20','\xfc','\x20','\x11','\xfc','\x31','\x04','\x39','\xfc','\x55','\x04','\x55','\xfc','\x91','\x04','\x11','\xfc','\x10','\x00','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x00','\x10','\xf8','\x10','\x88','\x10','\x88','\xfc','\x88','\x10','\x88','\x30','\xf8','\x38','\x88','\x54','\x00','\x53','\xde','\x92','\x52','\x12','\x52','\x12','\x52','\x12','\x52','\x13','\xde','\x12','\x52','\x12','\x44','\x11','\x24','\x10','\x88','\x13','\xfe','\xfc','\x90','\x11','\x08','\x3a','\x14','\x34','\xe2','\x50','\x20','\x51','\xf8','\x90','\x20','\x13','\xfc','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x10','\x00','\x11','\xfc','\x11','\x04','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x30','\x20','\x39','\x24','\x54','\xa8','\x50','\x20','\x93','\xfe','\x10','\x90','\x10','\x90','\x11','\x12','\x12','\x12','\x14','\x0e','\x20','\x84','\x21','\x04','\x23','\xc4','\x22','\x44','\xfb','\xde','\x22','\x44','\x33','\xc4','\x6a','\x64','\x62','\x54','\xa7','\xd4','\xa0','\xc4','\x21','\x44','\x22','\x44','\x24','\x44','\x21','\x54','\x20','\x88','\x10','\x88','\x10','\x50','\x10','\x00','\x13','\xfe','\xfc','\x50','\x11','\xfc','\x30','\x54','\x3b','\xfe','\x54','\x54','\x55','\xfc','\x90','\x50','\x10','\xd8','\x11','\x54','\x12','\x52','\x10','\x50','\x10','\x50','\x24','\x40','\x22','\x5e','\x22','\x92','\x20','\x12','\xf7','\xd2','\x21','\x1e','\x25','\x52','\x75','\x52','\x6d','\x52','\xa7','\xde','\xa1','\x52','\x21','\x12','\x22','\x12','\x22','\x22','\x24','\x2a','\x28','\x44','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x70','\xfc','\xac','\x13','\x22','\x38','\x50','\x34','\x88','\x51','\x24','\x52','\x22','\x91','\x24','\x10','\xa8','\x11','\x24','\x12','\x22','\x10','\xa0','\x10','\x40','\x10','\x00','\x13','\xde','\x10','\x42','\x12','\x52','\xfd','\x4a','\x12','\x52','\x30','\x42','\x38','\x20','\x55','\xfc','\x55','\x04','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x00','\x00','\x7d','\xfc','\x44','\x20','\x7d','\x20','\x45','\xfe','\x7c','\x50','\x48','\x52','\x54','\x92','\x65','\x0e','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x21','\x00','\x22','\x3e','\x27','\x88','\x24','\x88','\xfc','\xa8','\x27','\xa8','\x24','\xbe','\x74','\x88','\x6f','\x88','\xa0','\x10','\xa4','\x98','\x27','\x18','\x24','\x28','\x24','\xaa','\x23','\xca','\x20','\x86','\x10','\x20','\x10','\x20','\x11','\xfc','\x11','\x24','\xfd','\xfc','\x10','\x20','\x33','\xfe','\x3a','\x22','\x57','\xfe','\x50','\x20','\x90','\x40','\x10','\x24','\x12','\xa2','\x12','\x8a','\x14','\x78','\x10','\x00','\x20','\x00','\x27','\xfe','\x24','\x2a','\x24','\x26','\xf7','\xfe','\x24','\x22','\x27','\xaa','\x76','\xaa','\x6f','\xaa','\xa4','\x32','\xa5','\x96','\x26','\x2e','\x24','\x46','\x24','\x82','\x27','\xfe','\x24','\x02','\x10','\x00','\x11','\xfc','\x11','\x24','\x11','\xfc','\xfd','\x24','\x11','\xfc','\x30','\x40','\x38','\x88','\x55','\xf0','\x54','\x20','\x90','\x44','\x13','\xfe','\x10','\x22','\x11','\x24','\x12','\x22','\x10','\x60','\x21','\x08','\x21','\x08','\x27','\xc8','\x21','\x08','\xf9','\x1e','\x27','\xd2','\x25','\x64','\x75','\x40','\x6f','\xc8','\xa1','\x08','\xa3','\x88','\x25','\x48','\x29','\x54','\x21','\x14','\x21','\x24','\x21','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x20','\x11','\xfc','\x11','\x24','\x11','\xfc','\xfc','\x20','\x13','\xfe','\x30','\x00','\x39','\xfc','\x55','\x04','\x55','\xfc','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x10','\x88','\x11','\x04','\x21','\x14','\x21','\x12','\x21','\x12','\x27','\x90','\xf9','\x7e','\x21','\x50','\x2f','\xd4','\x71','\x54','\x69','\x54','\xa5','\x48','\xa5','\xea','\x25','\x56','\x27','\x22','\x25','\x00','\x24','\xfe','\x28','\x00','\x10','\x80','\x10','\x80','\x11','\xfe','\x13','\x54','\xfd','\x54','\x11','\x54','\x33','\xfe','\x39','\x54','\x55','\x54','\x51','\x54','\x97','\xfe','\x10','\x00','\x11','\x54','\x11','\x2a','\x12','\x2a','\x10','\x00','\x01','\x00','\x7f','\xfc','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x80','\x02','\x3f','\xf8','\x04','\x00','\x1f','\xf0','\x68','\x10','\x0f','\xf0','\x01','\x00','\xff','\xfe','\x09','\x20','\x71','\x1c','\x10','\x20','\x11','\x24','\x10','\xa8','\x13','\xfe','\xfe','\x02','\x10','\xf8','\x30','\x88','\x38','\x88','\x54','\xf8','\x50','\x20','\x93','\xfe','\x10','\x70','\x10','\xa8','\x11','\x24','\x12','\x22','\x10','\x20','\x20','\x00','\x2f','\xfe','\x28','\x00','\x2a','\x28','\xf9','\x48','\x2b','\xee','\x28','\x92','\x78','\x84','\x6a','\xa0','\xaa','\xa8','\xab','\xe8','\x28','\x88','\x28','\x94','\x29','\x14','\x29','\x24','\x32','\x42','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\xfc','\xf8','\x10','\x00','\x33','\xfe','\x38','\x20','\x55','\xfc','\x55','\x24','\x91','\xfc','\x11','\x24','\x11','\xfc','\x10','\x88','\x11','\x04','\x12','\x02','\x20','\x10','\x27','\x54','\x25','\x38','\x25','\x10','\xfd','\x7c','\x27','\x10','\x25','\xfe','\x75','\x28','\x6d','\x24','\xa7','\x52','\xa5','\xfc','\x25','\x14','\x25','\x24','\x25','\x24','\x2b','\x54','\x20','\x88','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x17','\xe0','\x12','\x5e','\x13','\xd2','\xfe','\x52','\x13','\xd2','\x3a','\x72','\x37','\xde','\x50','\x40','\x53','\xfe','\x90','\x20','\x11','\xfc','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x10','\x20','\x11','\x24','\x10','\xa8','\x13','\xfe','\xfe','\x02','\x10','\xf8','\x30','\x88','\x38','\x88','\x54','\xf8','\x54','\x00','\x91','\xfc','\x11','\x24','\x11','\xfc','\x11','\x24','\x11','\xfc','\x11','\x04','\x10','\x10','\x13','\xd4','\x12','\x52','\x12','\x52','\xfb','\xd0','\x10','\x10','\x37','\xfe','\x3a','\x50','\x57','\xd2','\x52','\x52','\x93','\xd4','\x12','\x54','\x12','\xea','\x17','\x4a','\x10','\x56','\x10','\x62','\x22','\x00','\x23','\x9e','\x24','\x8a','\x29','\x0a','\xf7','\xd2','\x25','\x66','\x25','\x40','\x77','\xd4','\x6d','\x5e','\xa5','\x64','\xa7','\xc4','\x25','\x44','\x25','\x5e','\x25','\x44','\x24','\x44','\x28','\xc4','\x11','\x04','\x10','\x88','\x13','\xfe','\x10','\x20','\xfd','\xfc','\x10','\x20','\x3b','\xfe','\x34','\x54','\x51','\x92','\x50','\x90','\x93','\xfe','\x10','\x90','\x10','\xd4','\x13','\x8a','\x10','\x96','\x11','\xa2','\x12','\x10','\x13','\xde','\x15','\x28','\x10','\x84','\xfd','\x08','\x10','\x90','\x37','\xfe','\x38','\x00','\x57','\xd4','\x52','\x54','\x93','\xd4','\x12','\x54','\x13','\xd4','\x12','\x44','\x12','\x54','\x12','\xc8','\x24','\x10','\x22','\x10','\x20','\x7a','\x27','\x12','\xf8','\x14','\x27','\x7e','\x20','\x08','\x77','\x10','\x68','\x3c','\xa7','\x64','\xa5','\xa4','\x25','\x3c','\x25','\x24','\x27','\x24','\x25','\x3c','\x20','\x24','\x11','\x08','\x11','\xee','\x12','\x94','\x10','\x20','\xfb','\xfe','\x10','\x00','\x30','\xf8','\x38','\x88','\x54','\xf8','\x50','\x00','\x93','\xfe','\x12','\x02','\x12','\xfa','\x12','\x8a','\x12','\xfa','\x12','\x06','\x13','\xde','\x12','\x52','\x13','\xde','\xfe','\x52','\x13','\xde','\x12','\x22','\x3b','\xfe','\x56','\x22','\x53','\xfe','\x92','\xaa','\x93','\xfe','\x12','\x22','\x12','\x72','\x12','\xaa','\x13','\x26','\x00','\x00','\x23','\xfe','\x20','\x20','\x27','\xfe','\x24','\x22','\xf9','\xac','\x22','\x80','\x27','\xde','\x72','\x92','\x6b','\x92','\xa1','\x1e','\xa7','\xd2','\x25','\x52','\x27','\xde','\x21','\x12','\x2f','\xd2','\x21','\x26','\x27','\xfc','\x20','\x40','\x2f','\xfe','\x28','\x42','\xfb','\x58','\x20','\x40','\x23','\x58','\x70','\x00','\x6e','\xee','\xaa','\xaa','\xae','\xee','\x20','\x00','\x2f','\xfe','\x22','\x48','\x25','\x54','\x2f','\xfe','\x10','\x20','\x08','\x20','\x08','\x20','\xff','\x7e','\x08','\x42','\x10','\x84','\x22','\x10','\x7c','\x10','\x09','\x10','\x12','\x10','\x24','\x28','\xc8','\x28','\x14','\x48','\x22','\x44','\xc0','\x84','\x01','\x02','\x40','\x40','\x4c','\x40','\x70','\x40','\x44','\x7c','\x44','\x84','\x3c','\x88','\x41','\x20','\x7c','\x20','\x90','\x20','\x10','\x50','\xfe','\x50','\x10','\x50','\x28','\x88','\x24','\x88','\x45','\x04','\x82','\x02','\x10','\x20','\x08','\x20','\xff','\x20','\x00','\x7e','\x42','\x42','\x24','\x84','\xff','\x10','\x00','\x10','\x7e','\x10','\x42','\x10','\x42','\x28','\x7e','\x28','\x42','\x48','\x42','\x44','\x7e','\x84','\x43','\x02','\x08','\x20','\xff','\x20','\x08','\x20','\x7e','\x7e','\x00','\x42','\x7e','\x84','\x42','\x10','\x7e','\x10','\x24','\x10','\xff','\x10','\x00','\x28','\x7e','\x28','\x42','\x28','\x42','\x44','\x7e','\x44','\x42','\x82','\x77','\x20','\x55','\x20','\x22','\x20','\x55','\x7e','\xf7','\x42','\x55','\x84','\x22','\x10','\x55','\x10','\xff','\x90','\x14','\x10','\x7f','\x28','\x55','\x28','\x63','\x28','\x5d','\x44','\x41','\x44','\x7f','\x82','\x01','\x00','\x01','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\x11','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x11','\x08','\x11','\x10','\x21','\x20','\x40','\xc0','\x03','\x00','\x1c','\x00','\xe0','\x00','\x08','\x20','\x08','\x20','\x08','\x20','\x0b','\xfe','\x48','\x20','\x4e','\x20','\x48','\x20','\x49','\xfc','\x48','\x84','\x48','\x88','\x48','\x48','\x4e','\x50','\x58','\x20','\xe0','\x50','\x01','\x88','\x06','\x06','\x3f','\xfe','\x20','\x00','\x23','\x0c','\x3c','\x70','\x24','\x10','\x3f','\x7e','\x24','\x10','\x2e','\x38','\x35','\x54','\x24','\x92','\x20','\x80','\x24','\xf8','\x44','\x80','\x44','\x80','\xbf','\xfe','\x00','\x00','\x00','\x00','\x01','\xf8','\xfd','\x08','\x21','\x08','\x21','\x08','\x3d','\xf8','\x45','\x08','\x45','\x08','\x65','\x08','\x95','\xf8','\x09','\x08','\x09','\x08','\x11','\x08','\x21','\x08','\x47','\xfe','\x80','\x00','\x00','\x80','\x00','\xdc','\xfa','\x84','\x23','\xd4','\x24','\x48','\x3a','\x94','\x4b','\x24','\x4c','\x40','\x6a','\x48','\x99','\x50','\x0f','\xfc','\x10','\xe0','\x11','\x50','\x22','\x48','\x4c','\x46','\x80','\x40','\x00','\x00','\x03','\xfe','\xfc','\x00','\x21','\xfc','\x21','\x24','\x3d','\xfc','\x45','\x24','\x47','\xfe','\x64','\x00','\x95','\xfc','\x09','\x24','\x09','\xfc','\x11','\x24','\x21','\xfc','\x40','\x00','\x83','\xfe','\x02','\x88','\x42','\xfc','\x24','\x88','\x18','\x88','\x26','\x88','\x41','\x0e','\x14','\x00','\x12','\xfc','\xff','\x84','\x10','\x48','\x38','\x48','\x54','\x30','\x92','\x28','\x10','\xc6','\x13','\x02','\x00','\x00','\x10','\x00','\x1f','\xfc','\x20','\x00','\x20','\x00','\x5f','\xf0','\x90','\x10','\x12','\x10','\x11','\x10','\xff','\xfe','\x20','\x10','\x22','\x10','\x21','\x10','\x3f','\xfc','\x00','\x10','\x00','\xa0','\x00','\x40','\x20','\x80','\x20','\x88','\x20','\xb0','\x3e','\xc0','\x20','\x80','\x20','\x84','\x26','\x84','\x38','\x7c','\x01','\x00','\x00','\x90','\x48','\xa4','\x48','\x42','\x89','\x82','\x0e','\x10','\x18','\x10','\xe7','\xf0','\x00','\x10','\x01','\x10','\x7d','\x10','\x55','\x12','\x55','\x12','\x55','\x14','\x55','\xd8','\x7d','\x10','\x55','\x10','\x55','\x10','\x55','\x10','\x55','\x12','\x7d','\x52','\x45','\x92','\x01','\x0e','\x00','\x00','\x10','\x04','\x22','\x0e','\x7f','\x70','\x42','\x10','\x94','\x90','\xf7','\x9c','\x08','\x70','\x36','\x10','\xc9','\x10','\x30','\x9e','\xc4','\x70','\x19','\x10','\x62','\x12','\x0c','\x12','\x30','\x12','\xc0','\x0e','\x08','\x20','\x49','\x20','\x2a','\x3e','\x7f','\x48','\x41','\xa8','\x5d','\x28','\x55','\x10','\x5d','\x28','\x42','\xf6','\x3f','\x00','\x01','\xf0','\x3f','\x00','\x01','\xf8','\x7f','\x02','\x01','\x02','\x00','\xfe','\x00','\x10','\x00','\xf8','\x3f','\x80','\x20','\x80','\x20','\x80','\x20','\x80','\x3f','\xfe','\x20','\x80','\x20','\x80','\x20','\x40','\x20','\x40','\x20','\x22','\x21','\x12','\x28','\x8a','\x30','\x46','\x20','\x42','\x20','\x00','\x3f','\xfc','\x40','\x00','\x9f','\xf0','\x00','\x00','\x7f','\xf0','\x00','\x10','\x3f','\x90','\x24','\x90','\x2a','\x90','\x3f','\x90','\x00','\x12','\x7f','\xca','\x4a','\x4a','\x4a','\x46','\xff','\xe2','\x00','\x00','\x21','\xfc','\x10','\x20','\x10','\x20','\x80','\x20','\x40','\x20','\x48','\x20','\x0b','\xfe','\x10','\x20','\x10','\x20','\xe0','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\xa0','\x00','\x40','\x00','\x00','\x23','\xf8','\x12','\x08','\x12','\x08','\x82','\x08','\x42','\x08','\x4a','\x08','\x0b','\xf8','\x12','\x00','\x12','\x00','\xe2','\x00','\x22','\x02','\x22','\x02','\x22','\x02','\x21','\xfe','\x00','\x00','\x00','\x80','\x20','\x40','\x10','\x40','\x13','\xfc','\x82','\x04','\x42','\x04','\x42','\x04','\x13','\xfc','\x12','\x04','\x22','\x00','\xe2','\x00','\x22','\x00','\x24','\x00','\x24','\x00','\x28','\x00','\x10','\x00','\x00','\x80','\x20','\x40','\x10','\x40','\x10','\x00','\x87','\xfe','\x40','\x80','\x48','\x80','\x08','\xc0','\x10','\xa0','\x10','\x90','\xe0','\x88','\x20','\x88','\x20','\x80','\x20','\x80','\x20','\x80','\x00','\x80','\x00','\x80','\x20','\x40','\x10','\x40','\x17','\xfc','\x81','\x10','\x41','\x10','\x49','\x10','\x09','\x10','\x11','\x10','\x10','\xa0','\xe0','\xa0','\x20','\x40','\x20','\xa0','\x21','\x10','\x22','\x08','\x0c','\x06','\x00','\x00','\x20','\x00','\x13','\xf8','\x10','\x00','\x80','\x00','\x40','\x00','\x47','\xfc','\x11','\x20','\x11','\x20','\x21','\x20','\xe1','\x20','\x21','\x20','\x22','\x22','\x22','\x22','\x24','\x1e','\x08','\x00','\x00','\x80','\x20','\x40','\x10','\x40','\x17','\xfc','\x80','\x00','\x40','\x00','\x49','\xf0','\x09','\x10','\x11','\x10','\x11','\x10','\xe1','\x10','\x21','\x12','\x22','\x12','\x22','\x12','\x24','\x0e','\x08','\x00','\x00','\x20','\x22','\x20','\x12','\x20','\x12','\x22','\x82','\x22','\x42','\x24','\x4b','\xa8','\x0a','\x30','\x12','\x20','\x12','\x20','\xe2','\x20','\x22','\x22','\x22','\xa2','\x23','\x22','\x22','\x1e','\x00','\x00','\x00','\x10','\x22','\x10','\x12','\x10','\x12','\x10','\x82','\x10','\x43','\xfe','\x4a','\x00','\x0a','\x00','\x12','\x00','\x13','\xf8','\xe2','\x08','\x22','\x08','\x22','\x08','\x24','\x08','\x24','\x08','\x08','\x08','\x00','\x00','\x27','\xfe','\x14','\x02','\x19','\x04','\x81','\x00','\x41','\xfc','\x49','\x00','\x0a','\x00','\x13','\xfc','\x10','\x04','\xe0','\x04','\x27','\xf4','\x20','\x04','\x20','\x04','\x20','\x28','\x00','\x10','\x00','\x40','\x20','\x40','\x12','\x40','\x12','\x40','\x83','\xfc','\x42','\x40','\x44','\x40','\x10','\x40','\x17','\xfe','\x20','\x40','\xe0','\xa0','\x20','\xa0','\x21','\x10','\x22','\x08','\x24','\x04','\x08','\x02','\x01','\x08','\x21','\x08','\x11','\x08','\x11','\x08','\x87','\xfe','\x41','\x08','\x41','\x08','\x11','\x08','\x11','\x08','\x21','\xf8','\xe1','\x08','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\xf8','\x01','\x08','\x00','\x40','\x20','\x40','\x10','\xa0','\x10','\xa0','\x81','\x10','\x42','\x48','\x44','\x26','\x10','\x20','\x13','\xf8','\x20','\x08','\xe0','\x10','\x21','\x10','\x20','\xa0','\x20','\x40','\x20','\x20','\x00','\x20','\x00','\x80','\x20','\x40','\x10','\x40','\x17','\xfe','\x80','\x40','\x40','\x80','\x41','\x08','\x12','\x10','\x17','\xe0','\x20','\x40','\xe0','\x80','\x21','\x08','\x22','\x04','\x27','\xfe','\x22','\x02','\x00','\x00','\x00','\x40','\x20','\x40','\x12','\x48','\x11','\x48','\x81','\x50','\x40','\x40','\x4b','\xf8','\x08','\x40','\x10','\x40','\x10','\x40','\xe7','\xfc','\x20','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x27','\xfe','\x14','\x02','\x14','\x02','\x84','\xf2','\x44','\x92','\x44','\x92','\x14','\x92','\x14','\x92','\x24','\x92','\xe4','\xf2','\x24','\x92','\x24','\x02','\x24','\x02','\x27','\xfe','\x04','\x02','\x00','\x40','\x20','\x80','\x13','\xfc','\x12','\x04','\x82','\x04','\x42','\x04','\x4b','\xfc','\x0a','\x04','\x12','\x04','\x12','\x04','\xe3','\xfc','\x22','\x04','\x22','\x04','\x22','\x04','\x23','\xfc','\x02','\x04','\x00','\x90','\x20','\x90','\x10','\x90','\x14','\x92','\x82','\x94','\x40','\x98','\x40','\x90','\x11','\x98','\x12','\x94','\x24','\x92','\xe0','\x90','\x20','\x90','\x21','\x12','\x21','\x12','\x22','\x12','\x04','\x0e','\x00','\x00','\x27','\xfc','\x12','\x08','\x12','\x08','\x83','\xf8','\x42','\x08','\x42','\x08','\x13','\xf8','\x12','\x08','\x22','\x08','\xe2','\x0e','\x23','\xf8','\x2e','\x08','\x20','\x08','\x20','\x08','\x00','\x08','\x00','\x00','\x27','\xfc','\x10','\x00','\x10','\x00','\x83','\xf8','\x42','\x08','\x42','\x08','\x13','\xf8','\x12','\x08','\x22','\x08','\xe3','\xf8','\x22','\x08','\x20','\x00','\x20','\x00','\x2f','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\xa0','\x81','\x10','\x42','\x08','\x4d','\xf6','\x10','\x00','\x17','\xfc','\x20','\x80','\xe1','\x00','\x23','\xf8','\x20','\x08','\x20','\x08','\x20','\x50','\x00','\x20','\x00','\x00','\x23','\xfc','\x12','\x04','\x12','\x04','\x83','\xfc','\x42','\x00','\x4a','\x18','\x0a','\xe0','\x12','\x38','\x12','\xe0','\xe2','\x3c','\x23','\xe0','\x22','\x22','\x24','\x22','\x24','\x1e','\x08','\x00','\x00','\x00','\x23','\xf8','\x12','\x08','\x12','\x08','\x83','\xf8','\x40','\x00','\x47','\xfc','\x14','\x44','\x14','\x44','\x24','\x44','\xe7','\xfc','\x24','\x00','\x24','\x02','\x24','\x02','\x23','\xfe','\x00','\x00','\x42','\x00','\x22','\x04','\x23','\xfe','\x0c','\x00','\x8b','\xf8','\x52','\x88','\x52','\x48','\x22','\x48','\x2f','\xfe','\xc4','\x88','\x44','\x48','\x44','\x48','\xc7','\xfe','\xc0','\x10','\x40','\xe0','\x00','\x00','\x00','\x40','\x20','\x40','\x10','\xa0','\x11','\x10','\x82','\x08','\x45','\xf6','\x40','\x40','\x10','\x40','\x17','\xfc','\x20','\x40','\xe2','\x50','\x22','\x48','\x24','\x44','\x28','\x44','\x21','\x40','\x00','\x80','\x00','\x00','\x23','\xfc','\x10','\x00','\x11','\x24','\x82','\x48','\x44','\x90','\x52','\x48','\x11','\x24','\x10','\x00','\x23','\xfc','\xe0','\x40','\x20','\x40','\x20','\x40','\x20','\x40','\x27','\xfe','\x00','\x00','\x00','\x20','\x20','\x20','\x11','\x20','\x11','\x3c','\x81','\x20','\x41','\x20','\x47','\xfe','\x10','\x00','\x10','\x20','\x21','\x24','\xe1','\x24','\x22','\x28','\x24','\x10','\x20','\x20','\x20','\xc0','\x07','\x00','\x00','\x40','\x22','\x48','\x12','\x48','\x12','\x48','\x83','\xf8','\x40','\x40','\x48','\xa0','\x09','\x10','\x12','\x88','\x14','\x46','\xe0','\x40','\x23','\xf0','\x20','\x10','\x20','\x20','\x20','\x20','\x00','\x40','\x00','\x80','\x20','\x40','\x13','\xfc','\x10','\x00','\x82','\x08','\x41','\x08','\x41','\x10','\x17','\xfe','\x10','\x00','\x20','\x00','\xe3','\xfc','\x22','\x04','\x22','\x04','\x22','\x04','\x23','\xfc','\x02','\x04','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\x40','\x80','\x40','\x4f','\xfe','\x41','\x10','\x10','\xa0','\x17','\xfc','\x20','\x40','\xe0','\x40','\x2f','\xfe','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x00','\x4f','\xfe','\x20','\x80','\x21','\x84','\x02','\x44','\x84','\x68','\x4a','\xb0','\x41','\x30','\x12','\xa8','\x24','\x68','\xe8','\xa4','\x21','\x24','\x22','\x22','\x24','\x20','\x20','\xa0','\x00','\x40','\x01','\x24','\x21','\x24','\x12','\x48','\x14','\x90','\x82','\x48','\x41','\x24','\x41','\x24','\x10','\x00','\x17','\xfc','\x24','\x44','\xe4','\x44','\x27','\xfc','\x24','\x44','\x24','\x44','\x27','\xfc','\x04','\x04','\x00','\x40','\x20','\x40','\x10','\x7e','\x10','\x40','\x83','\xfc','\x42','\x04','\x4b','\xfc','\x0a','\x04','\x13','\xfc','\x12','\x44','\xe0','\x40','\x27','\xfe','\x20','\x40','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x40','\x20','\x20','\x13','\xfc','\x12','\x04','\x82','\x04','\x43','\xfc','\x4a','\x00','\x0a','\x28','\x12','\x24','\x13','\xfe','\xe2','\x20','\x22','\x50','\x22','\x50','\x24','\x88','\x25','\x04','\x0a','\x02','\x01','\x04','\x21','\x04','\x15','\x04','\x17','\xd4','\x89','\x14','\x41','\x14','\x4f','\xf4','\x11','\x14','\x17','\xd4','\x25','\x54','\xe5','\x54','\x25','\x54','\x25','\x44','\x25','\xc4','\x21','\x14','\x01','\x08','\x00','\x00','\x27','\xbe','\x14','\xaa','\x14','\xaa','\x84','\xaa','\x47','\xaa','\x44','\xaa','\x14','\xaa','\x14','\xbe','\x27','\xa0','\xe4','\xa0','\x24','\xa0','\x24','\xa2','\x28','\xa2','\x2a','\xa2','\x11','\x1e','\x01','\x00','\x01','\x08','\x7d','\x10','\x05','\xa0','\x09','\x60','\x31','\x18','\xc5','\x06','\x02','\x00','\x08','\x10','\x0a','\x14','\x6a','\xd4','\x2c','\x58','\x2a','\x54','\x4a','\x94','\xa9','\x52','\x10','\x20','\x00','\x40','\x20','\x40','\x10','\x44','\x03','\xf8','\x40','\x50','\x28','\x64','\x2f','\xfe','\x10','\x80','\x11','\xfc','\x23','\x04','\x6d','\xfc','\x21','\x04','\x21','\x04','\x21','\xfc','\x21','\x04','\x00','\x00','\x00','\x00','\x23','\xf8','\x12','\x08','\x13','\xf8','\x82','\x08','\x43','\xf8','\x49','\x00','\x0b','\xfc','\x14','\x44','\x12','\x44','\xe2','\xa4','\x22','\x04','\x23','\xf4','\x20','\x04','\x20','\x28','\x00','\x10','\x00','\x00','\x23','\xfc','\x12','\x24','\x12','\x24','\x83','\xfc','\x42','\x00','\x4a','\xfc','\x0a','\x84','\x12','\x84','\x12','\xfc','\xe2','\x84','\x22','\xfc','\x24','\x84','\x24','\x84','\x28','\xfc','\x10','\x84','\x00','\x00','\x23','\xf8','\x12','\x08','\x12','\x08','\x83','\xf8','\x42','\x08','\x4a','\x08','\x0b','\xf8','\x10','\x00','\x17','\xfe','\xe0','\x40','\x22','\x40','\x22','\x78','\x22','\x40','\x25','\x40','\x08','\xfe','\x00','\x40','\x20','\x7e','\x10','\x40','\x10','\x40','\x87','\xfc','\x44','\x04','\x44','\x04','\x17','\xfc','\x14','\x04','\x27','\xfc','\xe4','\x04','\x24','\x04','\x27','\xfc','\x21','\x10','\x22','\x08','\x04','\x04','\x40','\x00','\x23','\xf8','\x22','\x48','\x0a','\x48','\x8a','\xa8','\x53','\x08','\x53','\xf8','\x22','\x08','\x20','\x00','\xc7','\xfc','\x44','\xa4','\x44','\xa4','\x44','\xa4','\x44','\xa4','\x4f','\xfe','\x00','\x00','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\x40','\x83','\xf8','\x40','\x80','\x47','\xfc','\x11','\x10','\x12','\x68','\x25','\xc6','\xe0','\x40','\x23','\xf8','\x20','\xe0','\x21','\x58','\x26','\x44','\x00','\x40','\x40','\x10','\x2f','\x10','\x29','\x28','\x8a','\x28','\x4a','\x44','\x4c','\xba','\x0a','\x10','\x29','\x10','\x29','\xfe','\x49','\x10','\xcd','\x58','\x4a','\x54','\x48','\x92','\x49','\x12','\x48','\x50','\x08','\x20','\x00','\x40','\x20','\x40','\x17','\xfc','\x10','\x40','\x83','\xf8','\x42','\x08','\x43','\xf8','\x12','\x08','\x13','\xf8','\x22','\x08','\xe3','\xf8','\x22','\x08','\x2f','\xfe','\x21','\x10','\x22','\x08','\x04','\x04','\x08','\x20','\x2a','\xa4','\x2c','\xa8','\x49','\x20','\x14','\x50','\x22','\x88','\x7f','\xfe','\x40','\x02','\x81','\x04','\x01','\x04','\x7d','\x88','\x09','\x50','\x11','\x20','\x21','\x18','\xc5','\x06','\x02','\x00','\x08','\x20','\x7e','\x20','\x08','\xf8','\xff','\x28','\x14','\x28','\x7f','\x6a','\x08','\x2a','\xff','\x56','\x09','\x82','\x01','\x04','\x7d','\x88','\x09','\x50','\x11','\x20','\x21','\x18','\xc5','\x06','\x02','\x00','\x00','\x00','\x27','\xfc','\x14','\x00','\x14','\xf8','\x84','\x88','\x44','\x88','\x44','\xf8','\x14','\x00','\x15','\xdc','\x25','\x54','\xe5','\x54','\x25','\x54','\x25','\xdc','\x24','\x00','\x27','\xfe','\x00','\x00','\x41','\x10','\x2f','\xfe','\x21','\x10','\x01','\xf0','\x80','\x40','\x57','\xfc','\x54','\x44','\x27','\xfc','\x20','\x40','\xc7','\xfc','\x40','\x40','\x4f','\xfe','\xc0','\x80','\xc3','\x30','\x4c','\x0e','\x00','\x00','\x00','\x20','\x49','\x20','\x25','\xfc','\x22','\x20','\x06','\x50','\x8a','\x88','\x43','\xfe','\x52','\x08','\x16','\xe8','\x2a','\xa8','\xe2','\xa8','\x22','\xe8','\x22','\xa8','\x22','\x08','\x2a','\x28','\x04','\x10','\x00','\x00','\x27','\xfc','\x14','\x44','\x17','\xfc','\x84','\x44','\x47','\xfc','\x41','\x00','\x12','\x10','\x17','\xe0','\x20','\xc8','\xe3','\x04','\x2f','\xfe','\x20','\x42','\x22','\x48','\x25','\x44','\x08','\x82','\x00','\x40','\x27','\xfc','\x11','\x10','\x10','\xa0','\x8f','\xfe','\x40','\x00','\x43','\xf8','\x12','\x08','\x13','\xf8','\x22','\x08','\xe3','\xf8','\x20','\x40','\x2f','\xfe','\x20','\x40','\x20','\x40','\x00','\x40','\x00','\x24','\x23','\xa8','\x10','\x92','\x15','\x14','\x82','\x08','\x4c','\x04','\x47','\xba','\x10','\xa8','\x17','\xc6','\x24','\x00','\xe7','\xbc','\x20','\x84','\x20','\xa8','\x20','\x90','\x25','\x28','\x02','\x44','\x00','\x04','\x20','\x3e','\x17','\xc0','\x12','\x44','\x81','\x28','\x43','\xf8','\x4a','\x08','\x0b','\xfc','\x12','\x04','\x13','\xfe','\xe4','\x02','\x26','\xaa','\x2a','\xaa','\x2a','\x02','\x30','\x14','\x00','\x08','\x00','\x10','\x27','\x90','\x14','\xbc','\x14','\xa4','\x84','\xc4','\x47','\xa8','\x41','\x10','\x11','\x28','\x11','\x46','\x25','\xc0','\xe5','\x3c','\x25','\x24','\x25','\x24','\x25','\xa4','\x2e','\x3c','\x00','\x24','\x02','\x10','\x41','\x10','\x2f','\xd0','\x20','\x10','\x07','\xbe','\x84','\xa4','\x47','\xd4','\x50','\x14','\x17','\x94','\x20','\x94','\xe1','\x14','\x21','\xc8','\x2f','\x08','\x21','\x14','\x25','\x14','\x02','\x22','\x01','\x10','\x21','\x10','\x17','\xfc','\x11','\x10','\x81','\x10','\x4f','\xfe','\x40','\x40','\x17','\xfc','\x14','\x44','\x27','\xfc','\xe4','\x44','\x27','\xfc','\x20','\x00','\x21','\x10','\x22','\x08','\x04','\x04','\x00','\x40','\x22','\x48','\x11','\x50','\x17','\xfc','\x81','\x50','\x42','\x48','\x44','\x44','\x12','\x08','\x12','\x08','\x23','\xbe','\xe4','\x88','\x2a','\xa8','\x21','\x3e','\x22','\x08','\x24','\x08','\x08','\x08','\x02','\x08','\x21','\x08','\x17','\xc8','\x12','\x10','\x84','\x9e','\x4f','\xd4','\x40','\x64','\x17','\x94','\x14','\x94','\x27','\x94','\xe4','\x94','\x27','\x88','\x24','\x88','\x24','\x94','\x24','\xa4','\x05','\xc2','\x04','\x80','\x44','\x82','\x24','\x9c','\x2f','\xd0','\x04','\x90','\x87','\x90','\x44','\x9e','\x57','\x94','\x14','\x94','\x24','\x94','\xef','\xd4','\x20','\x14','\x25','\x14','\x28','\xa4','\x30','\x24','\x00','\x44','\x01','\x04','\x41','\x04','\x2f','\xe4','\x21','\x04','\x01','\x3e','\x87','\xc4','\x40','\x04','\x57','\xe4','\x14','\x54','\x24','\x54','\xe7','\xc4','\x24','\x44','\x22','\x84','\x20','\xe4','\x2f','\x14','\x04','\x08','\x01','\x08','\x21','\x28','\x12','\x28','\x17','\xbe','\x84','\xa8','\x44','\xc8','\x44','\x88','\x14','\xfe','\x17','\x80','\x24','\x80','\xe4','\xbe','\x24','\xa2','\x24','\xa2','\x27','\xa2','\x24','\xbe','\x00','\x22','\x00','\x00','\x27','\xfc','\x14','\xa4','\x14','\xa4','\x87','\xbc','\x40','\xa0','\x47','\xbc','\x14','\xa4','\x14','\xa4','\x27','\xbc','\xe4','\xa4','\x24','\xa4','\x27','\xbc','\x24','\xa2','\x20','\xa2','\x00','\x7e','\x00','\xa0','\x20','\xa0','\x17','\xfc','\x14','\xa4','\x87','\xfc','\x44','\xa4','\x47','\xfc','\x10','\x00','\x17','\xfc','\x20','\x00','\xe3','\xf8','\x22','\x08','\x23','\xf8','\x21','\x10','\x20','\xa0','\x0f','\xfe','\x00','\x40','\x4f','\xfe','\x20','\x00','\x27','\xfc','\x04','\x04','\x85','\xf4','\x45','\x14','\x57','\xfc','\x10','\x00','\x23','\xf8','\xe2','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x20','\x00','\x0f','\xfe','\x00','\x10','\x20','\x08','\x17','\x88','\x14','\xbe','\x84','\x80','\x44','\x94','\x47','\x88','\x14','\x7e','\x14','\x08','\x27','\x88','\xe6','\xbe','\x2a','\x88','\x2a','\x88','\x2b','\x88','\x32','\x88','\x00','\x08','\x00','\x40','\x20','\x40','\x17','\xfc','\x12','\x48','\x82','\x48','\x45','\x54','\x4f','\xfe','\x10','\x00','\x17','\xfc','\x24','\x04','\xe5','\xf4','\x25','\x14','\x25','\xf4','\x24','\x04','\x27','\xfc','\x04','\x04','\x00','\x20','\x21','\x3c','\x11','\x20','\x17','\xfe','\x80','\x10','\x40','\x14','\x4b','\xfe','\x0a','\x10','\x13','\xf0','\x12','\x54','\xe2','\x54','\x22','\xd4','\x23','\x68','\x24','\x4a','\x28','\x96','\x03','\x22','\x00','\x00','\x27','\xfc','\x14','\x44','\x17','\xfc','\x84','\x44','\x47','\xfc','\x40','\x40','\x17','\xfc','\x10','\x40','\x2f','\xfe','\xe5','\x24','\x28','\x92','\x20','\x40','\x27','\xfc','\x20','\x40','\x0f','\xfe','\x42','\x28','\x22','\x24','\x24','\x40','\x85','\x7e','\x49','\xc8','\x5f','\x48','\x02','\x7e','\x24','\x48','\x29','\x48','\x5f','\x7e','\xc1','\x48','\x40','\x48','\x55','\x48','\x55','\x7e','\x50','\x40','\x00','\x40','\x00','\x20','\x27','\xfe','\x14','\x02','\x13','\xfc','\x82','\x24','\x43','\xfc','\x4a','\x00','\x0a','\xfc','\x12','\x84','\x12','\xfc','\xe2','\x84','\x22','\xfc','\x22','\x84','\x24','\xfc','\x24','\x48','\x08','\x84','\x01','\x10','\x45','\x54','\x25','\xb8','\x29','\x10','\x02','\xa8','\x84','\x44','\x4f','\xfe','\x48','\x02','\x13','\xf8','\x20','\x40','\xe0','\x40','\x23','\xf8','\x20','\x50','\x20','\x48','\x2f','\xfe','\x00','\x00','\x00','\x40','\x4f','\xfe','\x20','\x40','\x27','\xfc','\x00','\x00','\x87','\xfc','\x44','\xa4','\x57','\xfc','\x12','\x08','\x23','\xf8','\xe2','\x08','\x23','\xf8','\x22','\x08','\x23','\xf8','\x21','\x10','\x02','\x08','\x01','\x08','\x21','\x08','\x17','\xce','\x11','\x12','\x81','\x24','\x47','\xde','\x45','\x52','\x15','\x5e','\x17','\xd2','\x21','\x1e','\xe3','\x92','\x25','\x5e','\x29','\x40','\x21','\x14','\x21','\x12','\x01','\x22','\x0f','\xbe','\x45','\x28','\x2f','\xbe','\x23','\x08','\x05','\x9a','\x89','\x26','\x47','\xfc','\x50','\x00','\x13','\xf8','\x22','\x08','\xe3','\xf8','\x20','\x00','\x27','\xfc','\x24','\x94','\x25','\xf4','\x04','\x4c','\x40','\x00','\x2f','\xbe','\x28','\x88','\x8f','\x90','\x48','\xbe','\x4f','\xa2','\x02','\x22','\x3f','\xfe','\x20','\x22','\x4f','\xbe','\xc8','\xa2','\x4f','\xa2','\x42','\x3e','\x4a','\x80','\x52','\x54','\x06','\x22','\x47','\xfc','\x20','\x40','\x2f','\xfe','\x88','\x42','\x43','\x58','\x45','\x00','\x0f','\xbc','\x25','\x24','\x27','\x24','\x42','\x3c','\xcf','\xa4','\x4a','\xa4','\x4f','\xbc','\x42','\x24','\x5f','\xa4','\x02','\x4c','\x05','\x08','\x9f','\xc8','\x55','\x5c','\x1f','\xc8','\x95','\x48','\x5f','\xfe','\x40','\x08','\x1f','\xd0','\x20','\x14','\x4f','\xbe','\xc8','\x80','\x4f','\xbe','\x48','\xaa','\x45','\x2a','\x43','\xaa','\x1c','\x7e','\x44','\x44','\x24','\xe4','\x2a','\x0a','\x8e','\xee','\x44','\x04','\x4a','\xea','\x0e','\x0e','\x20','\xe0','\x2a','\xaa','\x4a','\xea','\xc0','\x40','\x4f','\xfe','\x41','\x50','\x42','\x48','\x4c','\x46','\x00','\x40','\x00','\x00','\x3f','\xf8','\x00','\x08','\x00','\x08','\x1f','\xf8','\x00','\x08','\x00','\x08','\x3f','\xf8','\x01','\x00','\x11','\x10','\x11','\x10','\x22','\xa0','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x11','\x08','\x11','\x10','\x22','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x00','\x13','\xfc','\x10','\x84','\x10','\x84','\x54','\x84','\x59','\x04','\x51','\x14','\x92','\x08','\x14','\x00','\x11','\xfc','\x11','\x04','\x29','\x04','\x25','\x04','\x45','\x04','\x41','\xfc','\x81','\x04','\x10','\x20','\x10','\x10','\x10','\x10','\x15','\xfe','\x58','\x20','\x50','\x20','\x50','\x44','\x90','\x84','\x11','\xf8','\x10','\x10','\x10','\x20','\x28','\x44','\x24','\x82','\x45','\xfe','\x40','\x82','\x80','\x00','\x10','\x40','\x10','\x20','\x10','\x00','\x15','\xfe','\x58','\x20','\x50','\x20','\x50','\x20','\x90','\x20','\x11','\xfc','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\x20','\x40','\x20','\x43','\xfe','\x80','\x00','\x10','\x00','\x11','\xfe','\x11','\x02','\x11','\x02','\x55','\x7a','\x59','\x02','\x51','\x02','\x91','\x7a','\x11','\x4a','\x11','\x4a','\x11','\x4a','\x29','\x7a','\x25','\x02','\x45','\x02','\x41','\x0a','\x81','\x04','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x55','\xfe','\x58','\x88','\x50','\x88','\x90','\x88','\x10','\x88','\x13','\xfe','\x10','\x00','\x28','\x88','\x24','\x84','\x45','\x04','\x42','\x02','\x84','\x02','\x10','\x40','\x10','\x44','\x11','\xf4','\x10','\x48','\x54','\x50','\x5b','\xfe','\x50','\x40','\x90','\x80','\x11','\xfe','\x12','\x40','\x14','\x80','\x28','\xfc','\x24','\x04','\x44','\x04','\x40','\x28','\x80','\x10','\x00','\x00','\x3f','\xf0','\x00','\x20','\x00','\x40','\x01','\x80','\x79','\x3c','\x49','\x44','\x49','\x28','\x49','\x10','\x79','\x28','\x01','\x44','\x05','\x00','\x02','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\x54','\xa8','\x58','\x20','\x51','\xfc','\x91','\x24','\x11','\x24','\x11','\x54','\x11','\x4c','\x29','\x84','\x25','\x04','\x45','\x04','\x41','\x14','\x81','\x08','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\x55','\xfc','\x59','\x04','\x51','\xfc','\x90','\x00','\x11','\xfc','\x10','\x08','\x10','\x10','\x2b','\xfe','\x24','\x20','\x44','\x20','\x40','\xa0','\x80','\x40','\x10','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\x54','\x88','\x58','\x88','\x51','\x54','\x92','\x22','\x10','\x00','\x10','\x20','\x13','\xfe','\x28','\x20','\x24','\x20','\x44','\x20','\x40','\x20','\x80','\x20','\x20','\x10','\x20','\x90','\x27','\x10','\x24','\x3e','\xac','\x22','\xb4','\x44','\xa7','\x90','\xa5','\x10','\x25','\x10','\x25','\x10','\x25','\x28','\x25','\x28','\x55','\x28','\x49','\x44','\x49','\x44','\x90','\x82','\x10','\x40','\x10','\x40','\x10','\x7c','\x14','\x84','\x59','\x08','\x52','\x00','\x50','\x20','\x91','\xce','\x11','\x02','\x11','\x02','\x11','\xce','\x29','\x02','\x25','\x02','\x45','\x02','\x41','\xfe','\x81','\x02','\x10','\x00','\x13','\xde','\x12','\x42','\x16','\x42','\x5a','\x42','\x53','\xde','\x52','\x00','\x92','\x3e','\x13','\xd2','\x12','\x12','\x12','\x14','\x2b','\xd4','\x26','\x08','\x42','\x14','\x42','\x24','\x82','\x42','\x10','\x00','\x13','\xfe','\x12','\x22','\x10','\x20','\x55','\xfe','\x58','\x20','\x51','\xfc','\x91','\x24','\x11','\xfc','\x11','\x24','\x11','\xfc','\x28','\x20','\x27','\xfe','\x44','\x20','\x40','\x20','\x80','\x20','\x01','\x08','\x1f','\xd0','\x01','\x20','\x7f','\xfc','\x02','\x00','\x0f','\xf0','\x38','\x10','\xcf','\xf0','\x08','\x10','\x0f','\xf0','\x01','\x00','\x11','\x10','\x22','\xa0','\x04','\x40','\x18','\x30','\xe0','\x0e','\x01','\x00','\x0f','\xec','\x01','\x08','\x01','\x10','\x7f','\xfe','\x00','\x80','\x07','\xf0','\x0c','\x10','\x17','\xf0','\x64','\x10','\x07','\xf0','\x04','\x10','\x24','\x44','\x22','\x22','\x42','\x22','\x00','\x00','\x20','\x40','\x20','\x40','\x21','\xfc','\x20','\x84','\xab','\xfe','\xb0','\x00','\xa1','\xfc','\xa1','\x04','\x21','\xfc','\x20','\x20','\x23','\xfe','\x20','\x20','\x52','\x20','\x4b','\xfe','\x40','\x20','\x80','\x20','\x10','\x00','\x11','\xfc','\x11','\x04','\x15','\xfc','\x59','\x04','\x51','\xfc','\x51','\x04','\x90','\x40','\x10','\x20','\x13','\xfe','\x10','\x00','\x29','\x04','\x24','\x88','\x40','\x00','\x47','\xfe','\x80','\x00','\x10','\x48','\x11','\x48','\x11','\x48','\x17','\xfe','\x59','\x48','\x51','\x48','\x51','\x78','\x91','\x00','\x11','\xfe','\x10','\x20','\x13','\xfe','\x28','\x70','\x24','\xa8','\x41','\x24','\x46','\x22','\x80','\x20','\x10','\x00','\x11','\xfc','\x11','\x24','\x11','\x24','\x55','\xfc','\x59','\x24','\x51','\x24','\x91','\xfc','\x10','\x00','\x13','\xfe','\x11','\x20','\x29','\x22','\x25','\x14','\x45','\x48','\x41','\x84','\x81','\x02','\x8b','\xd4','\x6a','\x9e','\x2a','\x94','\x0a','\x94','\x1b','\xd4','\x2a','\x5c','\x2a','\x54','\xcb','\xd0','\x4a','\x92','\x52','\x92','\x63','\xee','\x00','\x00','\x24','\x44','\x22','\x22','\x42','\x22','\x00','\x00','\x10','\x00','\x13','\xf8','\x12','\x48','\x12','\xa8','\x57','\x18','\x5a','\x08','\x53','\xf8','\x90','\x00','\x10','\x00','\x17','\xfc','\x14','\xa4','\x2c','\xa4','\x24','\xa4','\x44','\xa4','\x4f','\xfe','\x80','\x00','\x10','\x40','\x10','\x20','\x13','\xfe','\x14','\x00','\x59','\xfc','\x51','\x04','\x51','\xfc','\x90','\x00','\x13','\xfe','\x12','\x02','\x12','\xfa','\x2a','\x8a','\x26','\xfa','\x42','\x02','\x42','\x0a','\x82','\x04','\x08','\x20','\x2a','\xa4','\x2c','\xa8','\x49','\x20','\x14','\x50','\x22','\x88','\x7f','\xfe','\x40','\x02','\x81','\x04','\x11','\x10','\x11','\x10','\x22','\xa0','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x10','\x88','\x13','\xfe','\x10','\x88','\x10','\x00','\x55','\xfc','\x58','\xa8','\x50','\xa8','\x93','\xfe','\x10','\xa8','\x10','\xa8','\x11','\xfc','\x28','\x20','\x27','\xfe','\x44','\x20','\x40','\x20','\x80','\x20','\x10','\x20','\x13','\xfe','\x10','\x20','\x11','\xfc','\x54','\x00','\x59','\xfc','\x51','\x04','\x91','\xfc','\x10','\x88','\x13','\xfe','\x10','\x00','\x29','\xfc','\x25','\x04','\x45','\x04','\x41','\xfc','\x81','\x04','\x10','\x10','\x10','\x52','\x3e','\x54','\x22','\x90','\x44','\x28','\x80','\x44','\x10','\x82','\x66','\x10','\x42','\x52','\x42','\x54','\x66','\x98','\x42','\x10','\x42','\x28','\x7e','\x28','\x42','\x44','\x00','\x82','\x01','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x00','\x02','\x3f','\xf0','\x01','\x00','\xff','\xfe','\x00','\x10','\x7d','\xfc','\x44','\x90','\x7c','\x30','\x24','\x88','\x42','\x44','\x21','\x10','\x21','\x10','\x21','\x10','\x27','\xbc','\xa9','\x10','\xb1','\x10','\xaf','\xfe','\xa2','\xa8','\x22','\xa8','\x26','\xec','\x2a','\xaa','\x22','\xaa','\x52','\xa8','\x4d','\xa8','\x44','\x48','\x88','\x98','\x21','\x08','\x27','\xc8','\x20','\x08','\x6b','\x9a','\xb0','\x2c','\x23','\x88','\x20','\x08','\x53','\x94','\x4a','\x92','\x8b','\xa2','\x01','\x00','\x11','\x10','\x22','\xa0','\x04','\x40','\x18','\x30','\xe0','\x0e','\x08','\x20','\x48','\x40','\x49','\xfc','\x49','\x24','\x49','\x7c','\x7d','\x8c','\x41','\x54','\x41','\x24','\x79','\x54','\x49','\xfc','\x48','\x40','\x48','\x24','\x4a','\xa2','\x4a','\x8a','\x4c','\x88','\x88','\x78','\x08','\x40','\x48','\x20','\x4b','\xfe','\x4a','\x02','\x4b','\xfe','\x7e','\x14','\x43','\xfe','\x42','\x10','\x7a','\xfe','\x4a','\x92','\x4a','\xfe','\x4a','\x92','\x4a','\xfe','\x4a','\x92','\x4c','\x92','\x88','\x96','\x10','\x20','\x10','\x20','\x53','\xfe','\x50','\x20','\x7d','\xfc','\x50','\x00','\x93','\xfe','\x12','\x02','\x1c','\x04','\xf0','\xf0','\x50','\x90','\x10','\x90','\x10','\x90','\x11','\x12','\x11','\x12','\x12','\x0e','\x10','\x10','\x10','\x10','\x57','\x7c','\x51','\x14','\x7d','\xfe','\x52','\x14','\x92','\x7c','\x17','\x10','\x1d','\x7c','\xf5','\x10','\x55','\xfe','\x12','\x10','\x12','\x10','\x15','\x00','\x18','\xfe','\x10','\x00','\x08','\x20','\x3e','\x7e','\x08','\xa4','\x7f','\x28','\x1c','\x10','\x2a','\x28','\x49','\x44','\x3f','\xfe','\x24','\x80','\x24','\x80','\x27','\xf8','\x28','\x80','\x20','\x80','\x5f','\xfc','\x40','\x80','\x80','\x80','\x00','\x40','\x88','\x50','\x50','\x48','\x20','\x48','\x50','\x40','\x97','\xfe','\x10','\x40','\x10','\x40','\x30','\xa0','\x50','\xa0','\x90','\xa0','\x11','\x10','\x11','\x10','\x12','\x08','\xa4','\x04','\x48','\x02','\x04','\x20','\x24','\x28','\x24','\x24','\x24','\x24','\x24','\x20','\x3d','\xfe','\x04','\x20','\x04','\x20','\xfc','\x20','\x24','\x50','\x24','\x50','\x24','\x50','\x24','\x88','\x44','\x88','\x45','\x04','\x86','\x02','\x00','\x40','\x44','\x40','\x28','\x88','\x11','\x04','\x2b','\xfe','\x48','\x02','\x88','\x88','\x09','\x44','\x1a','\x42','\x28','\xf8','\x49','\x88','\x8a','\x50','\x08','\x20','\x08','\x50','\x51','\x88','\x26','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x45','\xfc','\x29','\x04','\x11','\x04','\x29','\xe4','\x49','\x24','\x89','\x24','\x0b','\xfe','\x1a','\x02','\x2a','\xfa','\x4a','\x8a','\x8a','\x8a','\x0a','\xfa','\x0a','\x02','\x52','\x0a','\x22','\x04','\x00','\x3c','\x97','\xc0','\x52','\x44','\x21','\x28','\x50','\x00','\x93','\xfc','\x10','\x80','\x10','\x80','\x37','\xfe','\x51','\x00','\x91','\xf8','\x12','\x88','\x12','\x50','\x14','\x20','\xa8','\xd8','\x43','\x06','\x00','\x40','\x4c','\x40','\x28','\x46','\x11','\xf4','\x30','\x48','\x48','\x50','\x8b','\xfe','\x18','\x40','\x29','\xfc','\x4b','\x04','\x89','\x04','\x09','\xfc','\x49','\x04','\x39','\xfc','\x11','\x04','\x00','\x00','\x00','\x20','\x45','\xfc','\x28','\x88','\x10','\x50','\x2b','\xfe','\x48','\x00','\x89','\xfc','\x09','\x04','\x19','\xfc','\x29','\x04','\x49','\xfc','\x88','\x20','\x0b','\xfe','\x08','\x20','\x50','\x20','\x20','\x20','\x00','\x88','\x47','\xfe','\x28','\x88','\x11','\xfc','\x29','\x04','\x49','\xfc','\x89','\x04','\x09','\xfc','\x18','\x80','\x29','\xfe','\x4a','\x22','\x8d','\x52','\x09','\x02','\x09','\xfa','\x50','\x0a','\x20','\x04','\x00','\x00','\x9e','\xfe','\x52','\x54','\x22','\x92','\x62','\xfe','\xae','\x92','\x28','\xd6','\x28','\xba','\x68','\xd6','\xae','\x92','\x22','\xd6','\x22','\xba','\x22','\xd6','\x22','\x92','\xaa','\x9a','\x44','\x84','\x00','\x00','\x01','\xfc','\xfc','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x7c','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x1c','\x20','\xe0','\x20','\x40','\x20','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x20','\xfc','\x20','\x13','\xfe','\x10','\x88','\x10','\x88','\x10','\x88','\x7c','\x88','\x10','\x88','\x10','\x50','\x10','\x50','\x10','\x20','\x1c','\x50','\xe0','\x88','\x41','\x04','\x06','\x02','\x00','\x20','\x00','\x20','\xfc','\x50','\x10','\x50','\x10','\x88','\x11','\x04','\x7e','\x02','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x1c','\x88','\xe0','\x88','\x41','\x08','\x01','\x08','\x02','\x08','\x00','\x10','\x00','\x90','\xfc','\x90','\x10','\x88','\x11','\x08','\x11','\x04','\x12','\x04','\x7d','\xfa','\x10','\x88','\x10','\x88','\x10','\x88','\x10','\x88','\x1d','\x08','\xe1','\x08','\x42','\x28','\x04','\x10','\x00','\x40','\x00','\x40','\xfc','\x40','\x13','\xf8','\x10','\x48','\x10','\x48','\x7c','\x48','\x10','\x48','\x17','\xfe','\x10','\x40','\x10','\xa0','\x1c','\xa0','\xe1','\x10','\x41','\x10','\x02','\x08','\x04','\x06','\x00','\x40','\x00','\x40','\xfe','\x40','\x10','\x80','\x10','\xfe','\x11','\x08','\x7e','\x88','\x10','\x88','\x10','\x88','\x10','\x50','\x10','\x50','\x1e','\x20','\xf0','\x50','\x40','\x88','\x01','\x04','\x02','\x02','\x00','\x00','\x01','\xfc','\xfd','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x20','\x7d','\x20','\x11','\xfe','\x11','\x20','\x11','\x20','\x11','\x10','\x1d','\x12','\xe1','\x4a','\x41','\x86','\x01','\x02','\x00','\x00','\x00','\x00','\xfd','\xfc','\x10','\x20','\x10','\x20','\x10','\x20','\x10','\x20','\x7c','\x20','\x11','\xfc','\x10','\x20','\x10','\x28','\x10','\x24','\x1c','\x24','\xe0','\x20','\x43','\xfe','\x00','\x00','\x00','\x20','\x00','\x20','\xfd','\x24','\x10','\xa4','\x10','\xa8','\x10','\x20','\x13','\xfe','\x7c','\x90','\x10','\x90','\x10','\x90','\x10','\x90','\x10','\x92','\x1d','\x12','\xe1','\x12','\x42','\x0e','\x04','\x00','\x00','\x88','\x00','\x88','\xfc','\x88','\x10','\x88','\x13','\xfe','\x10','\x88','\x10','\x88','\x7c','\x88','\x10','\x88','\x17','\xfe','\x10','\x00','\x10','\x88','\x1c','\x84','\xe1','\x04','\x42','\x02','\x04','\x02','\x00','\x80','\x00','\x80','\xfd','\xfc','\x11','\x04','\x12','\x04','\x11','\xe4','\x7d','\x24','\x11','\x24','\x11','\xe4','\x11','\x24','\x11','\x24','\x1d','\xe4','\xe1','\x04','\x40','\x04','\x00','\x28','\x00','\x10','\x00','\x80','\x00','\x80','\xf9','\x3c','\x22','\x00','\x24','\x80','\x20','\x80','\x21','\x7e','\xfb','\x08','\x25','\x08','\x21','\x08','\x21','\x08','\x39','\x08','\xe1','\x08','\x41','\x08','\x01','\x28','\x01','\x10','\x00','\x1c','\x01','\xe0','\xfc','\x20','\x10','\x20','\x13','\xfe','\x10','\xa8','\x7d','\x24','\x12','\x22','\x11','\xf8','\x10','\x88','\x10','\x90','\x1c','\xbe','\xe1','\x02','\x41','\x02','\x02','\x14','\x04','\x08','\x00','\x00','\x07','\xde','\xf8','\x92','\x24','\x92','\x24','\x94','\x24','\x94','\x27','\xd8','\xf8','\x94','\x21','\x92','\x21','\x92','\x22','\x92','\x3a','\x9a','\xe4','\x94','\x48','\x90','\x02','\x90','\x01','\x10','\x00','\x00','\x03','\xfc','\xfa','\x04','\x22','\x04','\x23','\xfc','\x22','\x20','\x22','\x20','\xfb','\xfe','\x22','\x20','\x22','\x20','\x22','\xfc','\x3a','\x84','\xe2','\x84','\x44','\x84','\x04','\xfc','\x08','\x84','\x00','\x00','\x07','\xfc','\xfc','\x04','\x24','\xa4','\x21','\x10','\x22','\x08','\x20','\x40','\xf8','\x40','\x27','\xfc','\x20','\x40','\x20','\xe0','\x39','\x50','\xe2','\x48','\x4c','\x46','\x00','\x40','\x00','\x40','\x00','\x04','\x0b','\xfe','\xfc','\x40','\x10','\x80','\x11','\x4c','\x12','\x48','\x12','\xb0','\x7d','\x20','\x12','\xb0','\x10','\x68','\x14','\xa8','\x19','\x24','\xe2','\x22','\x45','\x20','\x08','\xc0','\x00','\x00','\x00','\x40','\x00','\x40','\xfb','\xfc','\x20','\xa0','\x21','\x10','\x22','\x08','\x27','\xfe','\xf8','\x08','\x23','\xc8','\x22','\x48','\x22','\x48','\x3a','\x48','\xe3','\xc8','\x40','\x08','\x00','\x28','\x00','\x10','\x00','\x00','\x01','\xfc','\xfd','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x7d','\xfc','\x10','\x00','\x11','\x12','\x11','\xd4','\x11','\x18','\x1d','\x10','\xe1','\x52','\x41','\x92','\x01','\x0e','\x01','\x08','\x01','\x08','\xfb','\xfc','\x21','\x08','\x21','\x08','\x21','\xf8','\x21','\x08','\xf9','\x08','\x21','\xf8','\x21','\x08','\x21','\x08','\x3b','\xfe','\xe0','\x00','\x40','\x90','\x01','\x08','\x02','\x04','\x00','\x20','\x00','\x20','\xfd','\xfc','\x10','\x40','\x10','\xf8','\x10','\x40','\x13','\xfe','\x7c','\x88','\x11','\x24','\x12','\x22','\x10','\xf8','\x10','\x20','\x1d','\xfc','\xe0','\x20','\x40','\x20','\x00','\x20','\x00','\x40','\x00','\x20','\xfb','\xfe','\x22','\x02','\x25','\x04','\x21','\x00','\x21','\xde','\xfa','\x52','\x22','\x52','\x23','\x52','\x24','\x9a','\x38','\x94','\xe1','\x10','\x41','\x12','\x02','\x12','\x04','\x0e','\x00','\x40','\x00','\x20','\xfb','\xfe','\x22','\x02','\x20','\x00','\x21','\xfc','\x20','\x00','\xf8','\x00','\x23','\xfe','\x20','\x20','\x21','\x28','\x39','\x24','\xe2','\x22','\x44','\x22','\x00','\xa0','\x00','\x40','\x00','\x20','\x00','\x10','\xfd','\xfe','\x11','\x02','\x12','\x04','\x10','\xf8','\x7c','\x88','\x10','\x88','\x10','\xf8','\x10','\x80','\x10','\x80','\x1c','\xfc','\xe0','\x84','\x40','\x84','\x00','\xfc','\x00','\x84','\x00','\x20','\x01','\x22','\xf9','\x22','\x22','\x24','\x20','\x50','\x20','\x88','\x23','\x04','\xf8','\x22','\x20','\x20','\x21','\x24','\x21','\x24','\x22','\x28','\x38','\x50','\xe0','\x88','\x01','\x04','\x06','\x02','\x00','\x40','\x00','\x20','\xfb','\xfe','\x22','\x02','\x24','\x04','\x21','\xfc','\x20','\x00','\xf9','\xfc','\x21','\x04','\x21','\xfc','\x21','\x04','\x39','\xfc','\xe1','\x04','\x40','\x00','\x03','\xfe','\x00','\x00','\x00','\x00','\x01','\xfc','\xfd','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x10','\x20','\x7d','\x20','\x11','\xfe','\x12','\x20','\x10','\x20','\x11','\xfc','\x1c','\x20','\xe0','\x20','\x43','\xfe','\x00','\x00','\x00','\x20','\x01','\xfe','\xfc','\x20','\x10','\xfc','\x10','\x20','\x11','\xfe','\x7c','\x00','\x10','\xfc','\x10','\xa4','\x10','\x94','\x11','\xfe','\x1c','\xa4','\xe1','\x14','\x41','\xfe','\x00','\x04','\x00','\x18','\x00','\x40','\x00','\x40','\xfd','\xfc','\x10','\x84','\x13','\xfe','\x10','\x00','\x7d','\xfc','\x11','\x04','\x11','\xfc','\x10','\x20','\x13','\xfe','\x1c','\x20','\xe2','\x20','\x43','\xfe','\x00','\x20','\x00','\x20','\x00','\x3c','\x07','\xc0','\xfa','\x44','\x21','\x28','\x20','\x00','\x23','\xfc','\x20','\x80','\xf8','\x80','\x27','\xfe','\x21','\x00','\x21','\xf8','\x3a','\x88','\xe2','\x50','\x44','\x20','\x08','\xd8','\x03','\x06','\x00','\x40','\x00','\x20','\xfb','\xfe','\x22','\x02','\x24','\x94','\x21','\x08','\x22','\x64','\xf8','\x90','\x21','\x08','\x22','\x04','\x25','\xfa','\x39','\x08','\xe1','\x08','\x41','\x08','\x01','\xf8','\x01','\x08','\x00','\x1e','\x01','\xe0','\xfc','\x22','\x11','\x12','\x10','\x94','\x10','\x80','\x7c','\x20','\x11','\xce','\x11','\x02','\x11','\x02','\x11','\xce','\x1d','\x02','\xe1','\x02','\x41','\x02','\x01','\xfe','\x01','\x02','\x00','\x20','\x00','\x10','\xfb','\xfe','\x22','\x20','\x22','\xfc','\x22','\x24','\x23','\xfe','\xfa','\x24','\x22','\xfc','\x22','\x20','\x22','\xfc','\x3a','\x84','\xe2','\x84','\x44','\x84','\x04','\xfc','\x08','\x84','\x00','\x00','\x07','\xbc','\xf8','\x84','\x24','\xa4','\x22','\x94','\x24','\xa4','\x20','\x50','\xf9','\x88','\x26','\x26','\x20','\xc0','\x23','\x10','\x38','\x64','\xe3','\x88','\x40','\x30','\x00','\xc0','\x07','\x00','\x02','\x10','\x01','\x10','\xf9','\x10','\x27','\xbe','\x22','\x40','\x22','\x00','\x23','\xbe','\xfa','\x8a','\x22','\x88','\x22','\xa8','\x22','\xae','\x3a','\xa8','\xe4','\xa8','\x45','\xa8','\x08','\x5e','\x10','\x80','\x00','\x10','\x04','\x10','\xfa','\xfe','\x22','\x10','\x20','\xfe','\x20','\x92','\x26','\xfe','\xfa','\x92','\x22','\xfe','\x22','\x10','\x22','\xfe','\x3a','\x10','\xe2','\x10','\x45','\x10','\x08','\xfe','\x00','\x00','\x00','\x20','\x01','\x24','\xf8','\xa8','\x23','\xfe','\x20','\xa8','\x21','\x24','\x22','\x22','\xf9','\x04','\x21','\x04','\x21','\xde','\x22','\x44','\x25','\x54','\x38','\x9e','\xe1','\x04','\x02','\x04','\x04','\x04','\x00','\x88','\x00','\x88','\xfd','\xfc','\x10','\x88','\x10','\x88','\x13','\xfe','\x10','\x20','\x7d','\xfc','\x11','\x24','\x11','\xfc','\x11','\x24','\x11','\xfc','\x1c','\x00','\xe0','\x88','\x41','\x04','\x02','\x02','\x00','\x00','\x01','\xfc','\xfd','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x7c','\x20','\x13','\xfe','\x10','\x00','\x11','\xfc','\x11','\x04','\x1d','\xfc','\xe0','\x20','\x41','\x24','\x02','\x22','\x00','\x60','\x01','\x24','\x01','\x24','\xfa','\xaa','\x23','\xae','\x21','\x24','\x22','\xaa','\x23','\xae','\xf9','\x24','\x27','\xfe','\x21','\x10','\x21','\x14','\x39','\x14','\xe2','\x8a','\x42','\x4a','\x02','\x16','\x04','\x22','\x00','\x10','\x07','\x90','\xfc','\xbc','\x24','\xa4','\x24','\xc4','\x27','\xa8','\x21','\x10','\xf9','\x28','\x21','\x46','\x25','\xc0','\x25','\x3c','\x3d','\x24','\xe5','\x24','\x45','\xa4','\x0e','\x3c','\x00','\x24','\x00','\x3c','\x03','\xc0','\xf8','\x44','\x22','\x24','\x21','\x08','\x27','\xfe','\x24','\x42','\xfa','\xa4','\x22','\x8a','\x24','\x7a','\x20','\x80','\x38','\xf8','\xe1','\x08','\x42','\x90','\x00','\x60','\x07','\x9e','\x00','\x80','\x00','\xdc','\xfa','\x84','\x23','\xd4','\x24','\x48','\x2a','\x94','\x23','\x24','\xfc','\x40','\x22','\x48','\x21','\x50','\x27','\xfc','\x38','\xe0','\xe1','\x50','\x42','\x48','\x0c','\x46','\x00','\x40','\x00','\x40','\x00','\x7c','\xf8','\x40','\x23','\xfe','\x22','\x42','\x22','\x78','\x23','\xc4','\xfa','\x3c','\x22','\x00','\x23','\xfe','\x22','\x40','\x3b','\xa4','\xe2','\x58','\x45','\xb4','\x04','\x52','\x09','\xb0','\x01','\x40','\x02','\x4c','\xfa','\x64','\x22','\x44','\x23','\x4c','\x22','\x64','\x22','\xa4','\xfb','\xac','\x22','\xa4','\x22','\xa4','\x27','\xfe','\x38','\x00','\xe1','\x10','\x41','\x08','\x02','\x04','\x04','\x04','\x00','\x40','\x00','\x7c','\xf8','\x40','\x27','\xfe','\x24','\x02','\x23','\xfc','\xfa','\x48','\x24','\xa4','\x21','\x10','\x23','\xf8','\x26','\x0c','\x3b','\xfa','\xe2','\x08','\x43','\xf8','\x02','\x08','\x03','\xf8','\x00','\x50','\x01','\x90','\xfc','\x9e','\x13','\xea','\x10','\x8a','\x11','\xd2','\x12','\x8a','\x7c','\xa4','\x10','\x50','\x10','\x88','\x13','\x26','\x10','\xa8','\x1c','\x70','\xe0','\xa8','\x41','\x24','\x00','\x60','\x00','\x88','\x01','\xdc','\xfc','\x88','\x13','\xde','\x10','\x88','\x11','\x54','\x7e','\x22','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x1d','\xfc','\xe1','\x04','\x41','\xfc','\x00','\x88','\x01','\x04','\x05','\x28','\x07','\xbe','\xf9','\x48','\x27','\xbe','\x23','\x18','\x25','\xaa','\xf9','\x46','\x23','\xfc','\x22','\x04','\x23','\xfc','\x22','\x04','\x3b','\xfc','\xe2','\x04','\x43','\xfc','\x01','\x08','\x02','\x04','\x10','\x00','\x08','\xfc','\x7f','\x40','\x00','\x40','\x22','\x40','\x14','\x78','\xff','\x48','\x00','\x48','\x00','\xa8','\x3e','\x98','\x22','\x88','\x22','\x88','\x22','\xaa','\x3e','\xca','\x22','\x8a','\x00','\x06','\x22','\x00','\x22','\xfc','\x44','\x40','\xee','\x40','\x44','\x40','\x44','\x78','\x44','\x48','\x44','\x48','\xef','\xa8','\x44','\x98','\x44','\x88','\x44','\x88','\x44','\xaa','\x44','\xca','\x44','\x8a','\x84','\x06','\x08','\x00','\x0f','\x7c','\x08','\x20','\x7f','\x20','\x49','\x20','\x5e','\x38','\x49','\x28','\x7f','\x28','\x4a','\x58','\x5f','\x48','\x51','\x48','\x5b','\x48','\x55','\x5a','\x5f','\x6a','\x55','\x4a','\x95','\x06','\x02','\x00','\x01','\x00','\x7f','\xfe','\x41','\x02','\x94','\x94','\x14','\x28','\x23','\xe8','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x28','\x20','\x10','\x00','\x40','\x00','\x40','\xf8','\x88','\xa9','\x04','\xab','\xfe','\xa8','\x02','\xf8','\x88','\xa9','\x44','\xaa','\x42','\xa8','\xf8','\xa9','\x88','\xfa','\x50','\x88','\x20','\x00','\x50','\x01','\x88','\x06','\x06','\x00','\x40','\x00','\x20','\xfb','\xfe','\xaa','\x02','\xad','\x04','\xa9','\x00','\xf9','\xde','\xaa','\x52','\xaa','\x52','\xab','\x52','\xac','\x9a','\xf8','\x94','\x89','\x10','\x01','\x12','\x02','\x12','\x04','\x0e','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x00','\x50','\x00','\x50','\x00','\x10','\x00','\x30','\x00','\x50','\x00','\x90','\x00','\x10','\x00','\x20','\x00','\x20','\x00','\x40','\x00','\x80','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x90','\x00','\x57','\xfe','\x50','\x80','\x11','\x00','\x32','\x00','\x53','\xf8','\x90','\x08','\x10','\x08','\x20','\x08','\x20','\x08','\x40','\x50','\x80','\x20','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x80','\x90','\x40','\x5f','\xfe','\x50','\x80','\x11','\x08','\x33','\xf0','\x50','\x20','\x90','\x44','\x11','\x88','\x26','\x10','\x20','\x68','\x41','\x84','\x86','\x02','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x40','\x90','\x40','\x52','\x48','\x52','\x48','\x15','\x54','\x38','\xe2','\x50','\x40','\x90','\x40','\x17','\xfc','\x20','\x40','\x20','\x40','\x40','\x40','\x8f','\xfe','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x24','\x10','\xa2','\x10','\x6f','\xa8','\x24','\x28','\x24','\x44','\x67','\x92','\xa4','\x88','\x24','\x88','\x28','\xa0','\x48','\x90','\x52','\x88','\xa1','\x08','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x9f','\xfc','\x51','\x20','\x51','\x20','\x17','\x38','\x34','\x08','\x54','\x08','\x97','\x38','\x11','\x20','\x21','\x20','\x21','\x20','\x5f','\xfe','\x80','\x00','\x00','\x80','\x00','\x40','\x1f','\xfe','\x11','\x00','\x97','\xbc','\x51','\x14','\x57','\x94','\x11','\x14','\x37','\xa4','\x51','\x4c','\x90','\x40','\x1f','\xfe','\x20','\xa0','\x21','\x10','\x42','\x08','\x8c','\x06','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x97','\xbc','\x54','\x84','\x54','\x84','\x17','\xbc','\x34','\x00','\x54','\x7c','\x97','\xa4','\x14','\x24','\x24','\x28','\x27','\x90','\x44','\x28','\x84','\x46','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x80','\x90','\x40','\x57','\xfc','\x52','\x10','\x11','\x20','\x3f','\xfe','\x50','\x00','\x93','\xf8','\x12','\x08','\x23','\xf8','\x22','\x08','\x43','\xf8','\x82','\x08','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x97','\xfc','\x52','\x48','\x51','\x10','\x10','\xe0','\x33','\x18','\x5c','\x46','\x93','\xf8','\x12','\x48','\x23','\xf8','\x20','\x44','\x47','\xfc','\x80','\x04','\x01','\x00','\x00','\x80','\x3f','\xfe','\x20','\x40','\x27','\xfc','\xa2','\x48','\x62','\x48','\x25','\x54','\x28','\xa2','\x63','\x18','\xac','\x46','\x23','\xf8','\x20','\x40','\x40','\x40','\x4f','\xfe','\x80','\x00','\x00','\x80','\x3f','\xfe','\x20','\x00','\x3f','\xfe','\xa1','\x20','\x6f','\xfc','\x29','\x24','\x2f','\xfc','\x60','\x00','\xa7','\xf8','\x20','\x00','\x2f','\xfc','\x22','\x48','\x44','\x44','\x49','\x42','\x80','\x80','\x01','\x00','\x00','\x80','\x3f','\xfe','\x22','\x20','\x23','\xbc','\xa4','\xa4','\x6a','\xa8','\x25','\x10','\x22','\x08','\x65','\xf6','\xa8','\x00','\x27','\xfc','\x22','\x50','\x44','\x48','\x49','\x44','\x80','\x80','\x00','\x80','\x3f','\xfe','\x20','\x20','\x2f','\x3c','\xa9','\x44','\x6a','\xa8','\x2c','\x10','\x2a','\x28','\x69','\x46','\xa9','\x38','\x2d','\x50','\x2a','\x7e','\x28','\x90','\x48','\x7c','\x48','\x10','\x88','\xfe','\x00','\x80','\x00','\x40','\x1f','\xfe','\x10','\x00','\x97','\xfc','\x50','\xa0','\x53','\xb8','\x12','\x08','\x33','\xb8','\x50','\xa0','\x9f','\xfe','\x10','\x40','\x21','\x24','\x25','\x2a','\x45','\x0a','\x88','\xf8','\x00','\x80','\x00','\x40','\x1f','\xfe','\x12','\x10','\x93','\xde','\x55','\x28','\x58','\x84','\x17','\xbc','\x34','\xa4','\x57','\xa4','\x94','\xa4','\x17','\xa4','\x24','\x34','\x25','\x28','\x46','\xa0','\x84','\x20','\x01','\x00','\x00','\x80','\x3f','\xfe','\x25','\x10','\x29','\x50','\xb5','\x50','\x67','\xde','\x28','\x24','\x3b','\x94','\x68','\x14','\xaf','\xd4','\x29','\x14','\x2b','\x88','\x49','\x08','\x4f','\xd4','\x88','\x22','\x00','\x80','\x3f','\xfe','\x20','\x00','\x2f','\xbe','\xa8','\xa2','\x6f','\xbe','\x28','\xa2','\x2f','\xbe','\x68','\xa2','\xaf','\xbe','\x25','\x14','\x28','\xa2','\x2f','\xfe','\x43','\x10','\x40','\xe0','\x8f','\x1c','\x00','\x80','\x1f','\xfe','\x14','\xa4','\x17','\xbc','\x94','\xa4','\x57','\xbc','\x14','\xa4','\x37','\xbc','\x51','\x20','\x93','\xfe','\x12','\x20','\x17','\xfc','\x2a','\x20','\x23','\xfc','\x42','\x20','\x83','\xfe','\x00','\x80','\x3f','\xfe','\x25','\x18','\x2f','\x94','\xa5','\x3e','\x67','\x28','\x22','\x68','\x2f','\xbe','\x6a','\xa8','\xaf','\xa8','\x22','\x3e','\x2f','\xa8','\x22','\x28','\x5f','\xbe','\x45','\x20','\x88','\xa0','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x02','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x08','\x10','\x10','\x20','\x7e','\xfc','\x42','\x84','\x42','\x84','\x7e','\xfc','\x42','\x84','\x42','\x84','\x7e','\xfc','\x10','\x20','\x20','\x20','\x7d','\x24','\x44','\xa4','\x7c','\xa8','\x44','\x20','\x7d','\xfe','\x00','\x50','\xfe','\x50','\x10','\x50','\x10','\x50','\x7c','\x52','\x10','\x52','\x1e','\x92','\xf0','\x8e','\x41','\x00','\x10','\x20','\x10','\x40','\x21','\xfc','\x79','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x48','\x40','\x7b','\xfe','\x48','\x88','\x49','\x24','\x4a','\x22','\x4d','\xfc','\x78','\x20','\x48','\x20','\x00','\x20','\x10','\x88','\x11','\x08','\x23','\xc8','\x7a','\x50','\x4b','\xde','\x4a','\x64','\x4b','\xd4','\x49','\x14','\x78','\x94','\x4f','\xf4','\x49','\x14','\x49','\xc8','\x49','\x48','\x7a','\x54','\x4b','\x54','\x04','\xa2','\x11','\x24','\x11','\x74','\x22','\x58','\x7a','\xda','\x4b','\xfe','\x49','\x54','\x4a','\xda','\x4b','\xfe','\x78','\xa2','\x48','\x20','\x4b','\xfe','\x48','\x70','\x48','\xa8','\x79','\x24','\x4a','\x22','\x00','\x20','\x10','\x10','\x10','\x10','\xfe','\x10','\x38','\xfe','\x54','\x92','\x92','\x94','\x10','\x90','\x7c','\xfc','\x44','\xa4','\x7c','\xa4','\x44','\xa8','\x7c','\xa8','\x00','\x90','\x1d','\x28','\xe1','\x44','\x42','\x82','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x08','\x01','\x00','\x01','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x10','\x00','\x10','\xf8','\x3e','\x88','\x42','\x88','\xa2','\xa8','\x14','\x90','\x08','\x84','\x10','\x84','\x20','\x7c','\xc0','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x01','\x00','\x01','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\xff','\xfe','\x02','\x80','\x0c','\x60','\x30','\x18','\xc0','\x06','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x00','\x00','\x04','\x00','\x04','\x00','\x7f','\xfc','\x08','\x40','\x12','\x48','\x12','\x50','\x24','\xa0','\x41','\x10','\x82','\x08','\x0c','\x06','\x00','\x00','\x3f','\xf8','\x24','\x48','\x24','\x48','\x24','\x48','\xff','\xfe','\x01','\x00','\x06','\xc0','\x19','\x30','\xe7','\xce','\x00','\x80','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x28','\x48','\x37','\xb8','\x20','\x08','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x24','\x48','\xff','\xfe','\x00','\x00','\x01','\xfc','\x7c','\x20','\x44','\x20','\x44','\x20','\x7c','\x20','\x44','\x20','\x47','\xfe','\x7c','\x20','\x44','\x20','\x44','\x20','\x44','\x20','\x7c','\x20','\x44','\x20','\x00','\xa0','\x00','\x40','\x00','\x10','\x00','\x90','\x78','\x90','\x48','\x88','\x49','\x08','\x79','\x04','\x4a','\x04','\x4d','\xfa','\x78','\x88','\x48','\x88','\x48','\x88','\x48','\x88','\x79','\x08','\x49','\x08','\x02','\x28','\x04','\x10','\x00','\x08','\x00','\x3c','\x7d','\xe0','\x44','\x20','\x44','\x20','\x7c','\x3c','\x45','\xe0','\x44','\x20','\x7c','\x20','\x44','\x3e','\x47','\xe0','\x44','\x20','\x7c','\x22','\x44','\x22','\x00','\x22','\x00','\x1e','\x00','\x20','\x00','\x20','\x7c','\x20','\x44','\x40','\x44','\x48','\x7c','\x84','\x45','\xfe','\x44','\x82','\x7c','\x00','\x44','\xfc','\x44','\x84','\x44','\x84','\x7c','\x84','\x44','\x84','\x00','\xfc','\x00','\x84','\x00','\x80','\x00','\x80','\x79','\xfc','\x49','\x04','\x4a','\x04','\x79','\xe4','\x49','\x24','\x49','\x24','\x79','\xe4','\x49','\x24','\x49','\x24','\x49','\xe4','\x79','\x04','\x48','\x04','\x00','\x28','\x00','\x10','\x00','\x00','\x01','\xfe','\x7d','\x00','\x45','\x00','\x45','\xfe','\x7d','\x10','\x45','\x10','\x45','\x7c','\x7d','\x10','\x45','\x10','\x45','\x10','\x45','\xfe','\x7d','\x00','\x45','\x00','\x01','\xfe','\x00','\x00','\x00','\x40','\x00','\x20','\x7b','\xfe','\x4a','\x02','\x4c','\x04','\x79','\xf8','\x48','\x00','\x48','\x00','\x7b','\xfe','\x48','\x90','\x48','\x90','\x48','\x90','\x79','\x12','\x49','\x12','\x02','\x0e','\x04','\x00','\x00','\x00','\x03','\xf8','\x7a','\x08','\x4a','\x08','\x4b','\xf8','\x7a','\x08','\x4a','\x08','\x4b','\xf8','\x7a','\x08','\x4a','\x08','\x4b','\xf8','\x49','\x20','\x79','\x20','\x4a','\x22','\x04','\x22','\x18','\x1e','\x01','\x84','\x00','\x68','\x78','\x30','\x48','\xc8','\x4b','\x04','\x78','\x40','\x4b','\xfe','\x48','\xa0','\x79','\x20','\x4b','\xfc','\x4d','\x24','\x49','\x24','\x79','\x34','\x49','\x28','\x00','\x20','\x00','\x20','\x00','\x3c','\x07','\xc0','\x7a','\x44','\x49','\x28','\x48','\x00','\x7b','\xf8','\x48','\x48','\x48','\x48','\x7f','\xfe','\x48','\x48','\x48','\x48','\x4b','\xf8','\x78','\x48','\x48','\x40','\x01','\x40','\x00','\x80','\x00','\x40','\x00','\x20','\x7b','\xfe','\x48','\x00','\x48','\x88','\x78','\x88','\x49','\x54','\x4a','\x22','\x78','\x00','\x48','\x20','\x4b','\xfe','\x48','\x20','\x78','\x20','\x48','\x20','\x00','\x20','\x00','\x20','\x00','\xa0','\x00','\x90','\x78','\x80','\x49','\xfe','\x49','\x10','\x7b','\x10','\x4d','\xfc','\x49','\x10','\x79','\x10','\x49','\xfc','\x49','\x10','\x49','\x10','\x79','\x10','\x49','\xfe','\x01','\x00','\x01','\x00','\x00','\x80','\x00','\xbc','\x78','\x84','\x49','\x08','\x49','\xfe','\x7b','\x20','\x4d','\x20','\x49','\x7c','\x79','\x90','\x49','\x10','\x49','\xfe','\x49','\x10','\x79','\x28','\x49','\x28','\x01','\x44','\x01','\x82','\x7e','\x20','\x24','\x3e','\x18','\x48','\xff','\xa8','\x29','\x10','\x4a','\x28','\x98','\x46','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x00','\x20','\x03','\xfe','\x78','\x20','\x49','\xfc','\x48','\x20','\x7b','\xfe','\x48','\x00','\x49','\xfc','\x79','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x79','\x04','\x49','\xfc','\x00','\x88','\x01','\x04','\x00','\x20','\x07','\xa4','\xf0','\xa8','\x92','\x92','\x91','\x14','\xf2','\x08','\x95','\xf4','\x98','\x02','\xf3','\xf8','\x92','\x08','\x92','\x08','\x93','\xf8','\xf2','\x08','\x91','\x10','\x0f','\xfe','\x00','\x00','\x00','\x48','\x7c','\x48','\x04','\x48','\x29','\xfe','\x10','\x48','\x08','\x48','\xff','\xfe','\x1a','\x00','\x28','\xfc','\x28','\x84','\x48','\x84','\x48','\xfc','\x88','\x84','\x08','\x84','\x28','\xfc','\x10','\x84','\x00','\x04','\x00','\x1e','\xfd','\xe0','\x10','\x00','\x10','\x20','\x20','\x10','\x3d','\xfe','\x64','\x04','\x64','\x08','\xa4','\x10','\x24','\x20','\x24','\x40','\x3c','\x80','\x25','\x40','\x22','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x01','\x20','\xfd','\x20','\x11','\xfc','\x11','\x20','\x22','\x20','\x3c','\x20','\x67','\xfe','\x64','\x70','\xa4','\xa8','\x24','\xa8','\x25','\x24','\x3d','\x24','\x26','\x22','\x20','\x20','\x00','\x20','\x00','\x02','\x07','\xe2','\xfa','\x42','\x22','\x4a','\x22','\x4a','\x42','\x4a','\x7a','\x4a','\x4f','\xea','\xca','\x4a','\x4a','\x4a','\x4a','\x4a','\x4a','\x4a','\x7a','\x42','\x4c','\x42','\x04','\x4a','\x08','\x44','\x00','\x00','\x01','\xdc','\xfc','\x88','\x10','\x88','\x10','\x88','\x20','\x88','\x3c','\x88','\x67','\xde','\x64','\x88','\xa4','\x88','\x24','\x88','\x24','\x88','\x3c','\x88','\x25','\x08','\x21','\x08','\x02','\x08','\x01','\x04','\x00','\x84','\xfc','\x88','\x10','\x00','\x13','\xfe','\x20','\x88','\x3c','\x88','\x64','\x88','\x64','\x88','\xa7','\xfe','\x24','\x88','\x24','\x88','\x3d','\x08','\x25','\x08','\x22','\x08','\x04','\x08','\x00','\x20','\x00','\x20','\xfd','\xfe','\x10','\x20','\x11','\xfc','\x21','\x24','\x3d','\x24','\x65','\xfc','\x65','\x24','\xa5','\x24','\x25','\xfc','\x24','\x20','\x3d','\xfe','\x24','\x20','\x20','\x20','\x00','\x20','\x00','\x40','\x00','\x40','\xfc','\x7c','\x10','\x84','\x11','\x08','\x22','\xfe','\x3c','\x92','\x64','\x92','\x64','\xfe','\xa4','\x92','\x24','\x92','\x24','\xfe','\x3c','\x92','\x25','\x12','\x21','\x0a','\x02','\x04','\x01','\x24','\x05','\xfe','\xff','\x24','\x11','\x24','\x11','\xfc','\x21','\x24','\x3d','\x24','\x65','\xfc','\xa5','\x44','\x24','\x90','\x25','\x14','\x27','\xfe','\x3c','\x10','\x24','\x10','\x00','\x10','\x00','\x00','\x01','\x08','\x00','\x90','\xf8','\x00','\x23','\xfc','\x20','\x90','\x40','\x90','\x78','\x92','\x4c','\x92','\xca','\x94','\x4a','\x98','\x48','\x90','\x48','\x90','\x78','\x90','\x48','\x90','\x07','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\xf9','\x08','\x21','\xf8','\x21','\x08','\x41','\xf8','\x78','\x00','\x4b','\xfe','\xc9','\x00','\x49','\xfc','\x4a','\x54','\x4c','\x94','\x79','\x24','\x4a','\x44','\x00','\xa8','\x01','\x10','\x00','\x00','\x00','\xdc','\xfb','\x14','\x22','\x14','\x23','\xd4','\x42','\x54','\x7b','\xe6','\xca','\x40','\x4b','\xdc','\x4a','\x14','\x4b','\xd4','\x4a','\x54','\x7a','\x48','\x44','\x48','\x05','\x54','\x08','\xa2','\x02','\x00','\x01','\x7e','\xf8','\x40','\x24','\x7c','\x22','\x44','\x40','\xfc','\x79','\x40','\x4e','\x7e','\xca','\x20','\x48','\x20','\x4b','\xfe','\x48','\x70','\x78','\xa8','\x49','\x24','\x02','\x22','\x00','\x20','\x03','\xde','\x02','\x52','\xfb','\xde','\x22','\x52','\x23','\xde','\x42','\x02','\x7a','\xf2','\x4a','\x92','\xca','\xf2','\x4a','\x92','\x4a','\xf2','\x4a','\x92','\x7a','\x92','\x4b','\x32','\x02','\x02','\x02','\x06','\x00','\x20','\x01','\x24','\xf8','\xa8','\x23','\xfe','\x20','\xa8','\x41','\x24','\x7a','\x22','\x49','\x04','\xc9','\x04','\x49','\xde','\x4a','\x44','\x4d','\x54','\x78','\x9e','\x49','\x04','\x02','\x04','\x04','\x04','\x0a','\x00','\x33','\xb8','\x22','\x08','\x3b','\xb8','\x20','\x88','\x3a','\xb8','\x22','\x88','\xff','\xfe','\x10','\x10','\x3f','\xf8','\xc4','\x06','\x0f','\xf0','\x18','\x10','\x68','\x10','\x0f','\xf0','\x08','\x10','\x00','\x10','\x07','\xc8','\xf5','\x3e','\x27','\xc0','\x25','\x14','\x47','\xd2','\x75','\x22','\xd5','\x00','\x57','\xd4','\x50','\x54','\x55','\x54','\x55','\x48','\x75','\x48','\x54','\x54','\x00','\x54','\x01','\xa2','\x08','\x40','\x7f','\x7c','\x14','\x40','\xff','\x7c','\x22','\x04','\x3e','\x7c','\x22','\x40','\x3e','\x7c','\x22','\x42','\x26','\x3e','\x00','\x00','\x7f','\xfc','\x08','\x00','\x1f','\xf8','\x68','\x08','\x0f','\xf8','\x00','\x88','\x03','\xfe','\xf0','\x88','\x24','\x12','\x22','\xfe','\x40','\x10','\x74','\xfe','\xd2','\x92','\x52','\xfe','\x50','\x92','\x51','\xfe','\x52','\x92','\x76','\x04','\x52','\xfe','\x02','\x44','\x02','\x2c','\x20','\x20','\x10','\x20','\x10','\x20','\xfc','\x20','\x04','\x20','\x08','\x28','\x11','\xfc','\x30','\x20','\x58','\x20','\x94','\x20','\x14','\x20','\x10','\x20','\x10','\x20','\x10','\x24','\x13','\xfe','\x00','\x00','\x20','\x20','\x10','\x20','\x10','\x20','\xfc','\x20','\x05','\x20','\x09','\x24','\x11','\x3e','\x31','\x20','\x59','\x20','\x95','\x20','\x15','\x20','\x11','\x20','\x11','\x20','\x11','\x24','\x17','\xfe','\x00','\x00','\x20','\x08','\x10','\x3c','\x11','\xe0','\xf8','\x20','\x08','\x20','\x10','\x20','\x13','\xfe','\x38','\x20','\x54','\x20','\x94','\x50','\x10','\x50','\x10','\x50','\x10','\x88','\x10','\x88','\x11','\x04','\x12','\x02','\x20','\x00','\x10','\x00','\x11','\xfc','\xf8','\x20','\x08','\x20','\x10','\x20','\x10','\x20','\x3b','\xfe','\x54','\x20','\x94','\x20','\x10','\x50','\x10','\x50','\x10','\x88','\x10','\x88','\x11','\x04','\x12','\x02','\x20','\x08','\x10','\x9c','\x10','\xe0','\xfc','\x80','\x04','\x80','\x08','\x84','\x10','\xfe','\x30','\x88','\x58','\x88','\x94','\x88','\x14','\x88','\x11','\x08','\x11','\x08','\x12','\x08','\x14','\x08','\x00','\x00','\x20','\x40','\x10','\x40','\x10','\x44','\xfd','\xfe','\x04','\x40','\x08','\x40','\x10','\x80','\x30','\x84','\x59','\xfe','\x96','\x84','\x14','\x84','\x10','\x84','\x10','\x84','\x10','\xfc','\x10','\x84','\x00','\x00','\x21','\x08','\x11','\xfc','\x11','\x08','\xfd','\x08','\x05','\x08','\x09','\x08','\x11','\xf8','\x31','\x08','\x59','\x08','\x95','\x08','\x15','\xf8','\x11','\x08','\x11','\x08','\x11','\x08','\x17','\xfe','\x00','\x00','\x20','\x20','\x10','\x20','\x10','\x20','\xf8','\x20','\x0b','\xfe','\x10','\x20','\x10','\x20','\x38','\x20','\x55','\xfc','\x95','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x21','\x04','\x11','\xfe','\x11','\x04','\xfd','\x04','\x05','\x04','\x09','\x04','\x11','\xfc','\x31','\x54','\x58','\x50','\x94','\x50','\x14','\x50','\x10','\x52','\x10','\x92','\x11','\x12','\x12','\x0e','\x00','\x00','\x20','\x20','\x10','\x20','\x11','\x24','\xfd','\xfe','\x05','\x24','\x09','\x24','\x11','\xfc','\x31','\x24','\x59','\x24','\x95','\x24','\x15','\xfc','\x11','\x24','\x10','\x20','\x10','\x20','\x10','\x20','\x00','\x00','\x21','\x0c','\x10','\x88','\x10','\x50','\xff','\xfe','\x04','\x20','\x08','\x20','\x10','\x20','\x31','\xfc','\x58','\x20','\x94','\x20','\x14','\x24','\x13','\xfe','\x10','\x20','\x10','\x20','\x10','\x20','\x00','\x00','\x20','\x80','\x10','\x80','\x10','\xfe','\xf9','\x02','\x0a','\x82','\x10','\xf2','\x11','\x42','\x38','\x42','\x57','\xfa','\x94','\x42','\x11','\x52','\x11','\x52','\x11','\xf2','\x10','\x02','\x10','\x14','\x10','\x08','\x20','\x88','\x10','\xfc','\x10','\x88','\xfc','\x88','\x04','\xb8','\x08','\xa8','\x10','\xa8','\x33','\xfe','\x5a','\x02','\x96','\xf2','\x12','\x92','\x12','\xf2','\x12','\x92','\x12','\x0e','\x12','\x04','\x00','\x00','\x20','\x20','\x10','\x24','\x10','\x3e','\xfc','\x20','\x05','\xfc','\x09','\x04','\x11','\xfc','\x31','\x04','\x59','\xfc','\x95','\x04','\x15','\xfc','\x11','\x04','\x10','\x50','\x10','\x88','\x13','\x06','\x00','\x00','\x20','\x04','\x13','\xfe','\x10','\x00','\xfc','\xf8','\x04','\x88','\x08','\x88','\x10','\xf8','\x30','\x00','\x59','\xfc','\x95','\x24','\x15','\xfc','\x11','\x24','\x11','\x24','\x11','\xfc','\x11','\x04','\x00','\x00','\x20','\x40','\x10','\x20','\x11','\xfc','\xf8','\x00','\x08','\x88','\x10','\x50','\x13','\xfe','\x3a','\x22','\x54','\x24','\x95','\xfc','\x11','\x24','\x11','\x24','\x11','\x34','\x11','\x28','\x10','\x20','\x10','\x20','\x40','\x40','\x27','\xfc','\x20','\x40','\xfb','\xfc','\x10','\x00','\x17','\xfe','\x20','\x02','\x33','\xf8','\x68','\x40','\xaf','\xfe','\x20','\x00','\x27','\xfe','\x20','\x08','\x27','\xfe','\x24','\xa8','\x27','\x98','\x01','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x42','\x04','\x42','\x04','\x44','\x04','\x44','\x44','\x48','\x24','\x5f','\xf4','\x48','\x14','\x40','\x04','\x40','\x04','\x40','\x04','\x40','\x14','\x40','\x08','\x08','\x20','\x1c','\x20','\xf0','\x20','\x10','\x20','\x11','\x24','\xfd','\x24','\x11','\x24','\x31','\x24','\x39','\x24','\x55','\x24','\x55','\x24','\x91','\x24','\x11','\x24','\x11','\xfc','\x10','\x04','\x10','\x00','\x00','\x70','\x1f','\x80','\x01','\x00','\x01','\x00','\x7f','\xfc','\x05','\x40','\x09','\x20','\x31','\x18','\xc0','\xe6','\x1f','\x00','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x80','\x1c','\x40','\xf0','\x40','\x13','\xfc','\x10','\x00','\xfc','\x00','\x11','\xf0','\x31','\x10','\x39','\x10','\x55','\x10','\x55','\x10','\x91','\x12','\x11','\x12','\x12','\x12','\x12','\x0e','\x14','\x00','\x08','\x20','\x1c','\x20','\xf0','\x20','\x10','\x20','\x11','\xfc','\xfd','\x24','\x11','\x24','\x31','\x24','\x39','\x24','\x55','\xfc','\x55','\x24','\x91','\x24','\x11','\x24','\x11','\x24','\x11','\xfc','\x11','\x04','\x08','\x40','\x1c','\x50','\xf0','\x48','\x10','\x40','\x17','\xfc','\xfc','\x40','\x10','\xe0','\x38','\xe0','\x35','\x50','\x51','\x50','\x52','\x48','\x94','\x44','\x18','\x42','\x10','\x40','\x10','\x40','\x10','\x40','\x08','\x20','\x1c','\x20','\xf0','\x2e','\x11','\xf0','\x11','\x20','\xfd','\x20','\x11','\x20','\x39','\xfe','\x34','\x22','\x54','\x62','\x50','\xa2','\x91','\x2a','\x16','\x24','\x10','\x20','\x10','\x20','\x10','\x20','\x08','\x04','\x1c','\x1e','\xf1','\xe0','\x10','\x02','\x11','\x22','\xfc','\x94','\x10','\x00','\x39','\xfc','\x34','\x08','\x50','\x10','\x53','\xfe','\x90','\x10','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x08','\x48','\xff','\xfc','\x08','\x48','\x7f','\x48','\x00','\x48','\x7f','\x8e','\x81','\x00','\x3e','\xfc','\x00','\x48','\x7e','\x48','\x08','\x48','\x7f','\x30','\x2a','\x30','\x49','\x48','\x89','\x86','\x00','\x00','\x08','\x20','\x1c','\x20','\xf3','\xfe','\x10','\x20','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x39','\x04','\x35','\xfc','\x55','\x04','\x51','\xfc','\x91','\x04','\x17','\xfe','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x00','\x39','\xf8','\xe1','\x08','\x21','\xf8','\x21','\x08','\xf9','\xf8','\x20','\x00','\x37','\xfe','\x6a','\x40','\x63','\xdc','\xa2','\x54','\x23','\xd4','\x22','\x68','\x27','\xc8','\x20','\x54','\x20','\x62','\x08','\x80','\x1d','\xf8','\xf2','\x08','\x15','\xfc','\x11','\x24','\xfd','\xfc','\x11','\x24','\x31','\xfc','\x39','\x54','\x56','\x2a','\x55','\xfc','\x91','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x01','\x00','\x20','\x84','\x3f','\xfe','\x20','\x04','\x44','\x48','\x18','\x30','\x61','\x4c','\x01','\x20','\x01','\x04','\x7f','\xfe','\x01','\x00','\x02','\x80','\x04','\x40','\x18','\x30','\x60','\x0e','\x00','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x20','\x08','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x10','\x10','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x3f','\xf8','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\x7f','\xfe','\x48','\x22','\x90','\x14','\x06','\x1c','\x38','\xe8','\x28','\xa8','\x2c','\xa8','\x2a','\xa8','\x2a','\xa8','\x2a','\xa8','\x28','\xa4','\x55','\x54','\x5d','\x74','\x82','\x12','\x01','\x00','\x7f','\xfe','\x48','\x22','\x91','\x14','\x02','\x00','\x3f','\xf8','\x22','\x08','\x27','\xe8','\x2a','\x48','\x21','\x88','\x26','\x48','\x3f','\xf8','\x01','\x00','\x48','\x84','\x48','\x12','\x87','\xf2','\x02','\x00','\x01','\x00','\x3f','\xf8','\x00','\x00','\x08','\x20','\x04','\x40','\xff','\xfe','\x00','\x00','\x04','\x40','\x04','\x40','\x7f','\xfc','\x04','\x40','\x08','\x40','\x08','\x40','\x10','\x40','\x20','\x40','\x20','\x40','\x10','\x40','\x10','\xf8','\xfd','\x08','\x00','\x10','\x09','\xfc','\x88','\x24','\x88','\x24','\x4b','\xfe','\x48','\x24','\x50','\x24','\x51','\xfc','\x1c','\x24','\xe0','\x20','\x40','\xa0','\x00','\x40','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x80','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x82','\x80','\x04','\x40','\x0a','\x20','\x31','\x18','\xc1','\x06','\x1f','\xe0','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x82','\x80','\x04','\x40','\x0a','\x20','\x31','\x18','\xc1','\x06','\x1f','\xe0','\x00','\x20','\x00','\x40','\x0c','\x80','\x03','\x00','\x00','\x80','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x80','\x00','\x7c','\xfc','\x10','\x84','\x10','\x84','\x10','\x84','\x10','\x84','\x1e','\x94','\xf0','\x88','\x40','\x80','\x00','\x80','\x00','\x80','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x80','\x00','\x7e','\xfc','\x08','\x84','\x08','\x88','\x08','\x90','\x08','\x88','\x08','\x84','\x0e','\x84','\xf0','\xa8','\x40','\x90','\x00','\x80','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x95','\x08','\x10','\x00','\xfe','\x7c','\x12','\x44','\x22','\x44','\x22','\x44','\x64','\x44','\x14','\x44','\x08','\x44','\x14','\x7c','\x22','\x44','\xc0','\x00','\x10','\x40','\x10','\x40','\x3f','\x7e','\x28','\x90','\x45','\x08','\x90','\x80','\x10','\xfc','\x7d','\x04','\x12','\x04','\x10','\x84','\x10','\x54','\x1c','\x24','\xe0','\x44','\x41','\x84','\x00','\x28','\x00','\x10','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x00','\x00','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x00','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x20','\x20','\x20','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x28','\x3e','\x20','\x22','\x20','\x22','\xfc','\x3e','\x24','\x22','\x24','\x3e','\x24','\x22','\x24','\x22','\x44','\x2f','\x44','\xf0','\x94','\x41','\x08','\x10','\x40','\x10','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x11','\x10','\x09','\x20','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x11','\x10','\x09','\x20','\x3f','\xf8','\x02','\x00','\x7f','\xfc','\x08','\x20','\x10','\x10','\x2f','\xe8','\xc8','\x26','\x08','\x68','\x08','\x08','\x07','\xf8','\x10','\x40','\x10','\x40','\x1f','\x7e','\x28','\x90','\x45','\x08','\x3e','\x7c','\x22','\x44','\x3e','\x44','\x22','\x44','\x3e','\x44','\x22','\x44','\x24','\x44','\x2e','\x5c','\x73','\x48','\x21','\x40','\x00','\x00','\x20','\x80','\x3e','\xfe','\x49','\x10','\x88','\x80','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x10','\x00','\x3f','\xf0','\x0c','\x60','\x03','\x80','\x7c','\x7c','\x20','\x40','\x3e','\x7e','\x48','\x90','\x82','\x00','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x40','\x0c','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x20','\x21','\x3c','\x41','\x20','\x89','\x20','\x17','\xfe','\x30','\x00','\x50','\x20','\x91','\x20','\x11','\x3e','\x11','\x20','\x12','\xa0','\x14','\x7e','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x48','\x08','\x48','\x7e','\xfc','\x10','\x48','\x10','\x78','\x1e','\x48','\x12','\x78','\x12','\x48','\x22','\x48','\x23','\xfe','\x4a','\x48','\x84','\x84','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x00','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x28','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x00','\x00','\x3f','\xf8','\x24','\x48','\xff','\xfe','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x08','\x10','\x7f','\x28','\x08','\x44','\x3e','\x82','\x22','\x7c','\x3e','\x10','\x22','\x10','\x3e','\xfe','\x08','\x10','\x7f','\x10','\x08','\x10','\x08','\x10','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x20','\x00','\x11','\xf8','\xfc','\x08','\x08','\xf8','\x10','\x08','\x3b','\xfe','\x54','\x20','\x95','\x34','\x10','\xa8','\x11','\x24','\x12','\xa2','\x10','\x40','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x49','\x20','\x2a','\x20','\xff','\x3e','\x2a','\x44','\x49','\xa4','\x10','\x24','\xfe','\x28','\x22','\x28','\x64','\x10','\x18','\x28','\x24','\x44','\xc2','\x82','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x40','\x3f','\x7e','\x48','\x90','\x85','\x08','\x10','\x00','\x29','\xf8','\x44','\x08','\xb8','\xf8','\x10','\x08','\x7d','\xfe','\x10','\x20','\x95','\x34','\x50','\xa8','\x1d','\x24','\xe2','\xa2','\x40','\x40','\x20','\x40','\x3e','\x7e','\x48','\x90','\xbf','\x7e','\x12','\x24','\x1b','\x34','\x12','\xa4','\x3f','\xfc','\x22','\x40','\x3f','\xf8','\x22','\x48','\x3f','\xf8','\x28','\x44','\x2f','\x78','\x48','\x42','\x8f','\x3e','\x10','\x40','\x10','\x40','\x94','\x40','\x54','\x40','\x5b','\xfe','\x10','\x88','\xfc','\x88','\x30','\x88','\x38','\x88','\x55','\x08','\x54','\x90','\x90','\x50','\x10','\x20','\x10','\x50','\x10','\x88','\x13','\x04','\x08','\x20','\x08','\x20','\x4a','\x20','\x2a','\x20','\x2c','\x20','\x09','\xfe','\xfe','\x20','\x18','\x20','\x1c','\x20','\x2a','\x50','\x2a','\x50','\x48','\x50','\x88','\x88','\x08','\xc8','\x09','\x24','\x0a','\x02','\x08','\x00','\x08','\xfe','\x4a','\x80','\x2a','\x80','\x2c','\x80','\x08','\xfc','\xfe','\x84','\x18','\x84','\x1c','\x84','\x2a','\x84','\x2a','\xfc','\x48','\x80','\x88','\x80','\x08','\x80','\x08','\xfe','\x08','\x00','\x10','\x88','\x10','\x88','\x94','\x88','\x54','\x88','\x59','\xfe','\x10','\x88','\xfc','\x88','\x30','\x88','\x38','\x88','\x57','\xfe','\x54','\x00','\x90','\x88','\x10','\x84','\x11','\x04','\x12','\x02','\x14','\x02','\x08','\x00','\x49','\x12','\x2a','\x12','\x08','\x12','\xff','\x24','\x2a','\x24','\x49','\x48','\x88','\x90','\x42','\x48','\x77','\x48','\x92','\x24','\x5a','\x24','\x2f','\x92','\x22','\x12','\x42','\x12','\x82','\x00','\x11','\x04','\x10','\x84','\x94','\x88','\x54','\x00','\x5b','\xfe','\x10','\x20','\xfc','\x20','\x31','\xfc','\x38','\x20','\x54','\x20','\x57','\xfe','\x90','\x00','\x12','\xa4','\x12','\x52','\x14','\x52','\x10','\x00','\x10','\x10','\x10','\x50','\x96','\x50','\x55','\x7c','\x58','\x90','\x10','\x10','\xfc','\xfe','\x33','\x00','\x39','\x7c','\x55','\x44','\x55','\x44','\x91','\x7c','\x11','\x44','\x11','\x00','\x12','\xfe','\x14','\x00','\x20','\x40','\x20','\x88','\x21','\xfc','\xa9','\x08','\x72','\x52','\x23','\xfe','\xf8','\x50','\x21','\x88','\x76','\x26','\x68','\xc0','\xab','\x10','\x20','\x64','\x23','\x88','\x20','\x30','\x20','\xc0','\x27','\x00','\x10','\x40','\x10','\x40','\x20','\x80','\x24','\xfe','\x45','\x00','\xfa','\x00','\x10','\xfc','\x20','\x08','\x48','\x10','\xfc','\x20','\x04','\x40','\x00','\x80','\x55','\x02','\x55','\x02','\x80','\xfe','\x00','\x00','\x10','\x40','\x10','\x40','\x20','\x40','\x24','\x40','\x45','\xf8','\xf8','\x48','\x10','\x48','\x20','\x48','\x49','\x48','\xfc','\xc8','\x04','\x48','\x00','\xa8','\x54','\xaa','\x55','\x0a','\x82','\x06','\x04','\x02','\x10','\x00','\x11','\xf8','\x20','\x08','\x24','\x50','\x44','\x20','\xf8','\x10','\x13','\xfe','\x20','\x22','\x48','\x24','\xfc','\x20','\x04','\x20','\x00','\x20','\x54','\x20','\x54','\x20','\x80','\xa0','\x00','\x40','\x10','\x08','\x10','\x3c','\x21','\xe0','\x24','\x20','\x44','\x20','\xf8','\x20','\x10','\x20','\x23','\xfe','\x48','\x20','\xfc','\x20','\x04','\x20','\x00','\x20','\x54','\x20','\x54','\x20','\x81','\xfc','\x00','\x00','\x10','\x40','\x10','\x40','\x21','\xf8','\x28','\x48','\x48','\x88','\xf0','\x8a','\x11','\x0a','\x22','\x26','\x48','\x20','\xf8','\x20','\x0b','\xfe','\x00','\x20','\xa8','\x20','\xa8','\x20','\x80','\x20','\x00','\x20','\x10','\x50','\x10','\x48','\x20','\x48','\x24','\x40','\x47','\xfe','\xf8','\x80','\x10','\x80','\x20','\xfc','\x49','\x44','\xfd','\x44','\x05','\x28','\x01','\x28','\xaa','\x10','\xaa','\x28','\x84','\x44','\x01','\x82','\x10','\x80','\x10','\x80','\x20','\xfe','\x25','\x00','\x46','\x20','\xf9','\x20','\x11','\x2c','\x21','\x74','\x4b','\xa4','\xfd','\x24','\x05','\x34','\x01','\x28','\x55','\x22','\x55','\x02','\x80','\xfe','\x00','\x00','\x10','\x20','\x10','\x20','\x20','\x40','\x25','\xfc','\x45','\x04','\xf9','\x04','\x11','\x04','\x21','\x04','\x49','\xfc','\xfd','\x04','\x05','\x04','\x01','\x04','\x55','\x04','\x55','\x04','\x81','\xfc','\x01','\x04','\x10','\x20','\x10','\x20','\x21','\xfc','\x24','\x20','\x44','\x20','\xf8','\x20','\x13','\xfe','\x20','\x00','\x48','\x20','\xfc','\x20','\x05','\xfc','\x00','\x20','\x54','\x20','\x54','\x20','\x83','\xfe','\x00','\x00','\x08','\x00','\x7f','\x7c','\x08','\x24','\x3e','\x24','\x08','\x44','\x7f','\x54','\x0a','\x88','\x04','\x20','\x1f','\xc0','\x01','\x80','\x06','\x10','\x3f','\xf8','\x01','\x08','\x11','\x20','\x25','\x10','\x42','\x08','\x11','\x84','\x10','\x68','\x20','\x30','\x28','\xc8','\x4b','\x04','\xf0','\x40','\x13','\xfe','\x20','\xa0','\x49','\x20','\xfb','\xfc','\x0d','\x24','\x01','\x24','\xa9','\x34','\xa9','\x28','\x80','\x20','\x00','\x20','\x10','\x20','\x11','\x24','\x20','\xa4','\x24','\xa8','\x44','\x20','\xf9','\xfc','\x11','\x04','\x21','\x04','\x49','\xfc','\xfd','\x04','\x05','\x04','\x01','\xfc','\x55','\x04','\x55','\x04','\x81','\x14','\x01','\x08','\x10','\x40','\x10','\x20','\x23','\xfe','\x2a','\x02','\x4c','\x44','\xf0','\x40','\x13','\xfe','\x20','\x40','\x48','\x90','\xf8','\x90','\x09','\x10','\x01','\x20','\xaa','\x24','\xaa','\x42','\x84','\xfe','\x08','\x42','\x10','\x80','\x10','\xf8','\x20','\x88','\x29','\x08','\x49','\xf0','\xf0','\x10','\x10','\x10','\x23','\xfe','\x48','\x20','\xfa','\x22','\x09','\x74','\x00','\xa8','\xa9','\x24','\xaa','\x22','\x80','\xa0','\x00','\x40','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\xff','\xfe','\x14','\x50','\x28','\x88','\xdf','\x06','\x02','\x10','\x3f','\xf8','\x01','\x08','\x15','\x20','\x22','\x10','\x10','\x20','\x11','\x22','\x21','\x22','\x2a','\x24','\x48','\x50','\xf0','\x88','\x13','\x04','\x20','\x22','\x48','\x20','\xf9','\x24','\x09','\x24','\x02','\x28','\xa8','\x50','\xa8','\x88','\x81','\x04','\x06','\x02','\x10','\x1c','\x11','\xe0','\x20','\x20','\x28','\x20','\x4b','\xfe','\xf0','\xa8','\x11','\x24','\x22','\x42','\x48','\x40','\xfb','\xfe','\x08','\x88','\x01','\x08','\xa8','\xd0','\xa8','\x30','\x80','\x48','\x01','\x84','\x10','\x20','\x10','\x22','\x21','\xfa','\x24','\x24','\x44','\x28','\xfb','\xfe','\x10','\x24','\x20','\x42','\x48','\xfc','\xfd','\x84','\x06','\x84','\x00','\xfc','\x54','\x84','\x54','\x84','\x80','\xfc','\x00','\x84','\x10','\x80','\x10','\xfc','\x21','\x04','\x29','\xf8','\x48','\x08','\xf3','\xfe','\x10','\x40','\x20','\xa2','\x4b','\x34','\xf8','\x58','\x08','\x94','\x03','\x34','\xa8','\x52','\xa8','\x90','\x83','\x50','\x00','\x20','\x10','\x24','\x13','\xfe','\x20','\x20','\x27','\xfe','\x46','\x22','\xfb','\x26','\x12','\xaa','\x2b','\xfe','\xfa','\x22','\x44','\x20','\x00','\x70','\x28','\xa8','\x55','\x26','\x56','\x22','\x80','\x20','\x00','\x00','\x10','\x00','\x11','\xfc','\x21','\x04','\x25','\xfc','\x45','\x04','\xf9','\xfc','\x10','\x20','\x21','\x24','\x48','\xa8','\xfc','\x20','\x07','\xfe','\x00','\x90','\x54','\x90','\x55','\x12','\x82','\x12','\x04','\x0e','\x08','\x20','\x2a','\xa4','\x4d','\x28','\x14','\x50','\x22','\x88','\x7f','\xfe','\x42','\x02','\x84','\x24','\x1f','\xc0','\x01','\x80','\x06','\x10','\x3f','\xf8','\x01','\x08','\x11','\x20','\x25','\x10','\x42','\x08','\x10','\x88','\x10','\x50','\x20','\x00','\x25','\xfe','\x44','\x50','\xf9','\xfc','\x10','\x54','\x23','\xfe','\x48','\x54','\xfd','\xfc','\x04','\x50','\x00','\xd8','\x55','\x54','\x56','\x52','\x80','\x50','\x00','\x50','\x10','\x00','\x10','\xf8','\x20','\xa8','\x24','\xa8','\x44','\xd8','\xf8','\x88','\x10','\xf8','\x20','\x00','\x48','\x00','\xfd','\xfc','\x05','\x54','\x01','\x54','\x55','\x54','\x55','\x54','\x83','\xfe','\x00','\x00','\x20','\x20','\x3f','\xbe','\x55','\x44','\x3f','\xa4','\x15','\x18','\x1f','\xa6','\x01','\x42','\x02','\x10','\x1f','\xe0','\x02','\x10','\x7f','\xfc','\x20','\x84','\x00','\xa0','\x1b','\x98','\x61','\x06','\x00','\x00','\x00','\x00','\x0e','\x0c','\xf0','\xf0','\x22','\x20','\x92','\x44','\x44','\xf8','\x20','\x10','\x3c','\x24','\x50','\xfe','\x10','\x12','\xfe','\x50','\x10','\x54','\x54','\x92','\x55','\x12','\x5c','\x50','\x64','\x20','\x11','\x04','\x10','\x88','\x20','\x00','\x2b','\xfe','\x4a','\x22','\xf2','\xaa','\x12','\x72','\x22','\x22','\x4b','\xfe','\xf8','\x00','\x09','\xfc','\x01','\x04','\xa9','\xfc','\xa9','\x04','\x81','\xfc','\x01','\x04','\x20','\x40','\x23','\xf8','\x40','\x48','\x47','\xfe','\x90','\x48','\xe3','\xf8','\x20','\x40','\x45','\x54','\x97','\x5c','\xf4','\x44','\x07','\xfc','\x14','\x44','\xaf','\x5c','\xa5','\x54','\x85','\x54','\x08','\x44','\x10','\x20','\x10','\x10','\x21','\xfe','\x25','\x28','\x45','\x7c','\xf9','\x28','\x11','\xfe','\x21','\x10','\x49','\x7c','\xfd','\x54','\x05','\x7c','\x01','\x54','\xa9','\x7c','\xaa','\x00','\x82','\x44','\x04','\x82','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x3f','\xf8','\x2a','\xa8','\x3e','\xf8','\x2a','\xa8','\x3e','\xf8','\x08','\x80','\x1f','\x00','\x02','\x10','\x3f','\xf8','\x01','\x08','\x15','\x20','\x22','\x10','\x41','\x08','\x40','\x90','\x7b','\xfe','\xa0','\x90','\x23','\xfc','\x22','\x94','\xfb','\x1c','\x22','\x04','\x23','\xfc','\xaa','\x04','\xab','\xfc','\xa8','\x08','\xbb','\xfe','\xc9','\x08','\x00','\xa8','\x00','\x10','\x3f','\xfc','\x22','\x44','\x22','\x44','\x3f','\xfc','\x21','\x04','\x1f','\xe8','\x01','\x10','\x7f','\xfe','\x00','\x80','\x07','\xf8','\x0c','\x08','\x37','\xf8','\x04','\x08','\x07','\xf8','\x04','\x08','\x00','\x00','\x08','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x04','\x00','\x07','\xe0','\x08','\x20','\x10','\x40','\x60','\x80','\x01','\x40','\x06','\x20','\x18','\x18','\xe0','\x06','\x08','\x20','\x04','\x20','\x04','\x40','\x7f','\xfc','\x01','\x00','\x01','\x00','\x3f','\xf8','\x02','\x00','\x02','\x00','\xff','\xfe','\x04','\x90','\x04','\xa4','\x08','\xbc','\x10','\x82','\x20','\x82','\xc0','\x7e','\x00','\x00','\x7e','\xfc','\x22','\x44','\x12','\x24','\x06','\x0c','\x1a','\x34','\x62','\xc4','\x02','\x04','\x04','\x20','\x04','\x20','\x7f','\xfe','\x04','\x20','\x04','\x20','\x08','\x20','\x10','\x20','\x20','\x20','\x10','\x00','\x11','\xdc','\x28','\x44','\x24','\x44','\x43','\x54','\x90','\xcc','\x08','\x44','\x00','\x44','\xfc','\x4c','\x04','\xd4','\x09','\x64','\x50','\x44','\x20','\x44','\x10','\x44','\x11','\x54','\x00','\x88','\x10','\x80','\x10','\xf8','\x11','\x08','\x22','\x90','\x28','\x60','\x69','\x98','\x6e','\x06','\xab','\xb8','\x28','\x88','\x2a','\xa8','\x29','\x98','\x29','\x98','\x2a','\xa8','\x28','\x88','\x22','\xa8','\x21','\x10','\x00','\x00','\x7e','\xfc','\x22','\x44','\x12','\x24','\x1a','\x34','\x62','\xc4','\x02','\x04','\x09','\x00','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x10','\x00','\x7c','\xf8','\x24','\x48','\x14','\x28','\x24','\x48','\x7f','\xfc','\x41','\x04','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x01','\x00','\x00','\x00','\xfe','\xee','\x00','\x22','\x7c','\x22','\x44','\xaa','\x7c','\x66','\x00','\x22','\xfe','\x22','\x82','\x26','\xaa','\x6a','\x92','\xb2','\xfe','\x22','\x92','\x22','\x92','\x22','\x92','\xaa','\x86','\x44','\x20','\x00','\xfe','\xee','\x82','\x22','\xfe','\x22','\x82','\xaa','\xfe','\x66','\x82','\x22','\xfe','\x22','\x10','\x26','\x92','\x6a','\x54','\xb2','\x92','\x22','\x10','\x22','\xfe','\x22','\x10','\xaa','\x10','\x44','\x02','\x00','\x02','\x08','\x3f','\xc8','\x02','\x10','\x02','\x24','\xff','\xfe','\x01','\x00','\x02','\x10','\x0f','\xf8','\x18','\x10','\x28','\x10','\xcf','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x00','\x00','\x10','\x00','\x10','\xfc','\x10','\x04','\xfc','\x08','\x10','\x08','\x78','\x10','\x10','\x10','\xfd','\xfe','\x10','\x10','\x38','\x10','\x34','\x10','\x54','\x10','\x90','\x10','\x10','\x10','\x10','\x50','\x10','\x20','\x11','\xfc','\x11','\x24','\x11','\x24','\xfd','\xfc','\x11','\x24','\x79','\x24','\x11','\xfc','\xfc','\x20','\x10','\x20','\x3b','\xfe','\x36','\x22','\x52','\x2a','\x52','\xfa','\x92','\x0a','\x12','\x02','\x12','\x06','\x00','\x00','\xff','\x80','\x22','\x7e','\x22','\x08','\x3e','\x08','\x22','\x08','\x22','\x08','\x3e','\x08','\x22','\x08','\x22','\x08','\x27','\x88','\xfa','\x08','\x42','\x08','\x02','\x08','\x02','\x28','\x02','\x10','\x01','\x00','\x01','\x00','\x7f','\xfc','\x02','\x80','\x04','\x40','\x08','\x20','\x3f','\xf8','\xc8','\x26','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\x09','\xf8','\x7e','\x20','\x00','\x20','\x00','\x20','\x00','\x00','\xff','\x7c','\x24','\x44','\x24','\x44','\x3c','\x44','\x24','\xfe','\x24','\x44','\x3c','\x44','\x24','\x44','\x24','\xfe','\x2e','\x44','\xf4','\x44','\x44','\x44','\x04','\x44','\x04','\x54','\x04','\x48','\x00','\x80','\x3c','\x80','\x25','\x00','\x25','\xfc','\x36','\x04','\x2c','\x04','\x25','\xe4','\x25','\x24','\x2d','\x24','\x35','\x24','\x25','\xe4','\x25','\x24','\x24','\x04','\x44','\x04','\x54','\x28','\x88','\x10','\x00','\x20','\x3c','\x20','\x24','\x50','\x24','\x88','\x25','\x04','\x3e','\x12','\x24','\x20','\x24','\x40','\x25','\x88','\x3c','\x10','\x24','\x20','\x24','\x44','\x25','\x88','\x44','\x10','\x54','\x60','\x8b','\x80','\x00','\x20','\x3c','\x20','\x24','\x20','\x25','\xfc','\x24','\x20','\x3c','\x20','\x24','\x20','\x27','\xfe','\x24','\x20','\x3c','\x20','\x24','\x40','\x24','\x48','\x24','\x84','\x45','\xfe','\x54','\x82','\x88','\x00','\x00','\x40','\x3c','\x40','\x24','\x78','\x24','\x88','\x25','\x50','\x3c','\x20','\x24','\x50','\x24','\x88','\x25','\x06','\x3c','\xf8','\x24','\x88','\x24','\x88','\x24','\x88','\x44','\x88','\x54','\xf8','\x88','\x88','\x00','\x40','\x78','\x20','\x4b','\xfe','\x4a','\x02','\x4c','\x04','\x79','\xf8','\x48','\x00','\x48','\x00','\x4b','\xfe','\x78','\x90','\x48','\x90','\x48','\x90','\x49','\x12','\x49','\x12','\x4a','\x0e','\x9c','\x00','\x00','\x88','\x78','\x88','\x48','\x88','\x4b','\xfe','\x48','\x88','\x78','\x88','\x4f','\xfe','\x48','\x00','\x49','\xfc','\x79','\x04','\x49','\x04','\x49','\xfc','\x49','\x04','\x49','\x04','\x49','\xfc','\x99','\x04','\x00','\x20','\x78','\x20','\x4b','\xfe','\x48','\x20','\x49','\xfc','\x78','\x40','\x4b','\xfe','\x48','\x88','\x49','\x04','\x7a','\xfa','\x48','\x20','\x49','\xfc','\x48','\x20','\x48','\x50','\x48','\x88','\x9b','\x04','\x00','\x40','\x78','\xa0','\x49','\x10','\x4a','\x08','\x4d','\xf6','\x78','\x00','\x4b','\xc4','\x4a','\x54','\x4a','\x54','\x7b','\xd4','\x4a','\x54','\x4a','\x54','\x4b','\xd4','\x4a','\x44','\x4a','\x54','\x9a','\xc8','\x00','\x20','\x3d','\x24','\x25','\x24','\x25','\x24','\x25','\xfc','\x3c','\x00','\x27','\xfe','\x24','\x20','\x24','\x40','\x3d','\xfc','\x25','\x54','\x25','\x54','\x25','\x54','\x45','\x54','\x55','\x54','\x89','\x0c','\x00','\x00','\x3d','\xdc','\x25','\x54','\x25','\x54','\x25','\xdc','\x3c','\x00','\x25','\xfc','\x24','\x00','\x25','\xfe','\x3c','\x80','\x24','\xfc','\x24','\x04','\x24','\x04','\x44','\x04','\x54','\x28','\x88','\x10','\x00','\x20','\x7b','\xfe','\x48','\x00','\x4b','\xfc','\x4a','\x04','\x7a','\xf4','\x4a','\x94','\x4b','\xfc','\x48','\x00','\x79','\xf8','\x49','\x08','\x49','\xf8','\x49','\x08','\x49','\xf8','\x48','\x00','\x9b','\xfe','\x00','\xf8','\x3c','\x88','\x24','\x88','\x24','\xf8','\x24','\x00','\x3d','\xdc','\x25','\x54','\x25','\x54','\x25','\xdc','\x3c','\x20','\x27','\xfe','\x24','\x70','\x24','\xa8','\x45','\x24','\x56','\x22','\x88','\x20','\x00','\x40','\x78','\x20','\x4b','\xfe','\x4a','\x02','\x49','\xfc','\x79','\x48','\x4a','\x50','\x49','\xfc','\x4b','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x49','\xfc','\x48','\x88','\x99','\x04','\x00','\x20','\x7b','\xfe','\x4a','\x8a','\x49','\xfc','\x48','\x88','\x79','\xfc','\x49','\x04','\x49','\xfc','\x49','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x48','\x90','\x48','\x94','\x49','\x12','\x9a','\x0e','\x09','\x10','\x0f','\xf8','\x08','\x10','\x0f','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x20','\x00','\x94','\x7f','\xfe','\x01','\x40','\x02','\x20','\x0c','\x1e','\x70','\x04','\x00','\x00','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\x7f','\xfe','\x40','\x02','\xbf','\xfc','\x08','\x20','\x1f','\xf0','\x01','\x00','\x1f','\xf0','\x01','\x00','\x7f','\xfc','\x08','\x04','\x1c','\x1e','\x71','\xf0','\x11','\x10','\x11','\x10','\xfd','\x10','\x11','\x10','\x11','\xfe','\x7d','\x10','\x45','\x10','\x45','\x10','\x45','\x08','\x45','\x0a','\x7d','\x4a','\x45','\xa6','\x01','\x12','\x10','\x10','\x23','\xd2','\x78','\x54','\x49','\x48','\x68','\x8a','\x59','\x04','\x4a','\xfa','\xfc','\x00','\x49','\xfc','\x49','\x04','\x69','\x04','\x59','\xfc','\x49','\x04','\x48','\x88','\x4f','\xfe','\x98','\x00','\x28','\x20','\x28','\x20','\x28','\x7c','\xfe','\x44','\x2a','\x88','\x2a','\x7c','\xfe','\x54','\xa8','\x54','\xa8','\x54','\xff','\x7c','\x29','\x40','\x29','\x40','\x2d','\x42','\x4a','\x42','\x48','\x3e','\x88','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x3f','\xf8','\x00','\x08','\x00','\x08','\x3f','\xf8','\x20','\x00','\x20','\x00','\x3f','\xfc','\x00','\x04','\x00','\x04','\x00','\x28','\x00','\x10','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x00','\x08','\x00','\x0f','\xfc','\x10','\x04','\x21','\x08','\x41','\x00','\x01','\x00','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xc0','\x06','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x00','\x00','\x7f','\xfc','\x00','\x80','\x01','\x00','\x03','\x00','\x05','\x60','\x09','\x18','\x31','\x04','\xc1','\x02','\x01','\x00','\x01','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x7f','\x40','\x02','\x40','\x04','\x40','\x08','\x40','\x0f','\x40','\xf8','\x40','\x48','\x42','\x08','\x42','\x08','\x42','\x28','\x3e','\x10','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x02','\x80','\x04','\x40','\x0a','\x20','\x31','\x18','\xc1','\x06','\x1f','\xe0','\x00','\x20','\x00','\x40','\x00','\x40','\x00','\x80','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x22','\x88','\x24','\x48','\x28','\x28','\x20','\x08','\x20','\x08','\x20','\x28','\x20','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x01','\x00','\x01','\x00','\x01','\x00','\x11','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\x11','\x00','\x11','\x00','\xff','\xfe','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x00','\x17','\xf8','\x21','\x08','\x21','\x10','\x61','\x20','\xa1','\x3c','\x21','\x04','\x21','\x04','\x22','\x04','\x22','\x04','\x24','\x28','\x28','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x20','\x00','\x21','\xfc','\x2c','\x44','\xf0','\x44','\x20','\x44','\x20','\x44','\x24','\x84','\x28','\x84','\x31','\x04','\x22','\x28','\x04','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x7f','\xf8','\x04','\x08','\x08','\x08','\x10','\x50','\x20','\x20','\xdf','\xf8','\x10','\x08','\x10','\x08','\x10','\x08','\x1f','\xf8','\x10','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x00','\x78','\x1f','\xa0','\x12','\x20','\x12','\x20','\x12','\x20','\x12','\x10','\x12','\x90','\x22','\x48','\x22','\xa8','\x43','\x24','\x82','\x02','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x20','\x01','\x00','\x00','\x90','\x08','\x90','\x48','\x24','\x48','\x42','\x48','\x82','\x89','\x02','\x0e','\x10','\x18','\x10','\xe7','\xf0','\x00','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x04','\x40','\x3f','\xf8','\x04','\x48','\x04','\x48','\x1f','\xf8','\x14','\x40','\x24','\x40','\x3f','\xfc','\x08','\x44','\x10','\x54','\x20','\x48','\x40','\x40','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x09','\x20','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x01','\x08','\x01','\x00','\x41','\x04','\x41','\x04','\x41','\x04','\x7f','\xfc','\x00','\x04','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x04','\x7f','\x84','\x08','\x24','\x08','\x24','\x1f','\x24','\x21','\x24','\x51','\x24','\x0a','\x24','\x04','\x04','\x08','\x04','\x30','\x14','\xc0','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x0a','\x20','\x01','\x00','\x7f','\xfc','\x08','\x20','\x10','\x10','\x24','\x48','\x44','\x44','\x02','\x80','\x01','\x00','\x06','\xc0','\x18','\x30','\xe0','\x0e','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\xff','\xfe','\x04','\x00','\x08','\x20','\x10','\x10','\x3f','\xf8','\x04','\x48','\x04','\x40','\x04','\x40','\x08','\x44','\x10','\x44','\x60','\x3c','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x02','\x80','\x04','\x40','\x08','\x20','\x30','\x18','\xcf','\xe6','\x01','\x00','\x01','\x00','\x1f','\xf0','\x01','\x00','\x01','\x00','\x7f','\xfc','\x00','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x00','\x21','\xfc','\x40','\x00','\x88','\x00','\x13','\xfe','\x30','\x20','\x50','\x20','\x90','\x20','\x10','\x20','\x10','\x20','\x10','\xa0','\x10','\x40','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\xff','\xfe','\x01','\x00','\x7f','\xf8','\x01','\x08','\x3f','\xf8','\x21','\x00','\x3f','\xfc','\x02','\x84','\x04','\x4c','\x18','\x30','\xe0','\x0e','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x3e','\x20','\x22','\x20','\x22','\xfc','\x3e','\x24','\x22','\x24','\x22','\x24','\x3e','\x24','\x22','\x44','\x42','\x44','\x4a','\x94','\x85','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\xf8','\x7f','\x00','\x22','\x10','\x11','\x20','\x02','\x00','\xff','\xfe','\x04','\x20','\x08','\x20','\x1c','\x40','\x03','\x80','\x0c','\x70','\x70','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x01','\x10','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x28','\x21','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x1f','\xf0','\x10','\x10','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x20','\x08','\x20','\x08','\x20','\x08','\x3f','\xf8','\x20','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x3f','\xf8','\x00','\x00','\x08','\x20','\x04','\x40','\xff','\xfe','\x01','\x00','\x01','\x00','\x7f','\xfc','\x01','\x00','\x01','\x00','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x40','\x08','\x42','\x10','\x42','\x60','\x3e','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\xf8','\x7f','\x00','\x22','\x10','\x11','\x20','\x3f','\xe0','\x00','\x40','\x00','\x80','\xff','\xfe','\x01','\x00','\x01','\x00','\x05','\x00','\x02','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x00','\x08','\x04','\xff','\xa4','\x08','\x24','\x7f','\x24','\x49','\x24','\x4b','\x24','\x1c','\x24','\x2a','\x24','\x49','\x04','\x88','\x14','\x08','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x7f','\xfe','\x40','\x02','\x90','\x04','\x1e','\xf8','\x22','\x88','\x24','\x88','\x54','\xa8','\x08','\x90','\x08','\x84','\x10','\x84','\x60','\x7c','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x10','\x10','\x10','\xfe','\xfe','\x12','\x10','\x22','\x10','\x22','\x7c','\x64','\x44','\x14','\x44','\x08','\x44','\x14','\x44','\x22','\x7c','\xc0','\x44','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x20','\x00','\x17','\xfe','\x10','\x08','\x80','\x08','\x4b','\xc8','\x4a','\x48','\x12','\x48','\xe3','\xc8','\x22','\x48','\x20','\x08','\x20','\x28','\x00','\x10','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x08','\x88','\x11','\x10','\x22','\x20','\x11','\x10','\x08','\x88','\x00','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x20','\x08','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x00','\x1f','\xe0','\x40','\x44','\x51','\x94','\x49','\x24','\x43','\xc4','\x45','\x44','\x49','\x24','\x55','\x14','\x42','\x04','\x7f','\xfc','\x00','\x04','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x04','\x3f','\xf0','\x04','\x00','\x08','\x00','\x1f','\xf0','\x28','\x10','\x48','\x10','\x08','\x10','\x0f','\xf0','\x08','\x10','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x08','\x20','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x08','\x20','\x0f','\xe0','\x08','\x20','\xff','\xfe','\x08','\x20','\x10','\x10','\x20','\x08','\x08','\x20','\x08','\x20','\xff','\xfe','\x0a','\x20','\x04','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x22','\x08','\x3f','\xf8','\x08','\x80','\x10','\x80','\xff','\xfe','\x00','\x80','\x00','\x80','\x00','\x80','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x01','\x00','\x7f','\xfc','\x11','\x10','\x11','\x10','\x29','\x28','\x45','\x44','\x03','\x80','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x01','\x00','\x04','\x20','\x04','\x20','\x7f','\xfe','\x05','\x20','\x01','\x08','\x1f','\xd0','\x01','\x20','\x7f','\xfe','\x01','\x00','\x07','\xf8','\x1c','\x08','\x67','\xf8','\x04','\x08','\x07','\xf8','\x04','\x08','\x00','\x00','\x04','\x40','\x04','\x40','\xff','\xfe','\x14','\x40','\x20','\x08','\x7f','\xfc','\x00','\x04','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x05','\x40','\x09','\x20','\x31','\x18','\xc1','\x06','\x08','\x20','\x08','\x20','\xff','\xfe','\x09','\x20','\x02','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x7f','\xfc','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x09','\x10','\x0a','\x08','\x17','\xfc','\x31','\x10','\x52','\x08','\x94','\x84','\x11','\xf8','\x13','\x08','\x14','\x90','\x10','\x60','\x11','\x98','\x16','\x06','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x28','\x00','\x24','\x3f','\xfe','\x20','\x20','\x2f','\xa4','\x22','\x24','\x2f','\xa8','\x24','\x98','\x2d','\x12','\x42','\x2a','\x45','\x46','\x88','\x82','\x04','\x40','\xff','\xfe','\x04','\x40','\x10','\x80','\x08','\x80','\x43','\xf0','\x28','\x90','\x11','\x12','\x72','\x12','\x14','\x0e','\x11','\x00','\xff','\xfe','\x05','\x40','\x19','\x30','\xe1','\x0e','\x01','\x00','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x21','\x40','\x11','\x20','\x12','\x00','\x82','\xfc','\x46','\x00','\x5a','\x88','\x12','\x48','\x22','\x48','\xe2','\x50','\x22','\x00','\x22','\xfc','\x22','\x00','\x11','\x02','\x11','\x02','\xff','\xe2','\x11','\x0a','\x00','\x0a','\x7b','\xca','\x4a','\x4a','\x4a','\x4a','\x7b','\xca','\x4a','\x4a','\x4a','\x4a','\x7b','\xca','\x4a','\x42','\x4a','\x42','\xab','\x4a','\x14','\x84','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x41','\x00','\x22','\x7c','\xff','\xc4','\x08','\x44','\x49','\x7c','\x49','\x44','\x49','\x44','\x7f','\x7c','\x11','\x44','\x20','\x44','\x40','\x94','\x81','\x08','\x08','\x20','\xff','\xfe','\x09','\x20','\x00','\x80','\x1f','\xfc','\x10','\x00','\x92','\x00','\x53','\xf8','\x54','\x40','\x10','\x40','\x3f','\xfe','\x50','\x40','\x90','\xa0','\x21','\x10','\x22','\x08','\x4c','\x06','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x0c','\x7d','\xf0','\x04','\x40','\x08','\x88','\x11','\xf0','\x10','\x20','\x1c','\x44','\xf3','\xfe','\x10','\x22','\x11','\x24','\x52','\x22','\x20','\x60','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x7f','\xfe','\x40','\x02','\x9f','\xf4','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x01','\x00','\xff','\xfe','\x08','\x20','\x10','\x10','\x20','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x20','\xff','\xfe','\x0a','\x20','\x01','\x00','\x7f','\xfe','\x40','\x02','\x80','\x44','\x3e','\x40','\x00','\x7c','\x7e','\x88','\x15','\x50','\x14','\x20','\x14','\x52','\x24','\x8a','\x43','\xfe','\x80','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x3f','\xf8','\x21','\x08','\xff','\xfe','\x21','\x08','\x3f','\xf8','\x11','\x10','\x1f','\xf0','\x04','\x00','\xff','\xfe','\x08','\x20','\x07','\xc0','\x78','\x38','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x04','\x40','\x24','\x7c','\x24','\xa8','\x3d','\x50','\x04','\x28','\x04','\x48','\x7d','\xfe','\x24','\x88','\x24','\x48','\x24','\x48','\x44','\x08','\x84','\x18','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x20','\x7b','\xfe','\x48','\x20','\x51','\xfc','\x61','\x24','\x51','\xfc','\x49','\x24','\x49','\xfc','\x68','\x70','\x50','\xa8','\x41','\x24','\x46','\x22','\x08','\x20','\xff','\xfe','\x09','\x20','\x3f','\xf8','\x01','\x00','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x01','\x08','\x7f','\xfc','\x02','\x04','\x49','\x08','\x48','\x24','\x87','\xe4','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x10','\xff','\x50','\x10','\x7c','\x29','\x90','\x4e','\x10','\x96','\x7c','\x25','\x10','\xcd','\x10','\x14','\xfe','\x24','\x40','\xc4','\x30','\x14','\x0e','\x08','\x00','\x04','\x40','\xff','\xfe','\x04','\x40','\x04','\x40','\x3e','\xfc','\x22','\x84','\x22','\xfc','\x3e','\x84','\x22','\xfc','\x22','\x40','\x3e','\xfe','\x23','\x22','\x22','\xd2','\x42','\x8a','\x4a','\xf2','\x84','\x0c','\x04','\x40','\xff','\xfe','\x04','\x40','\x00','\x20','\x0c','\x40','\x71','\xfc','\x11','\x24','\x11','\xfc','\xfd','\x44','\x31','\xfc','\x38','\x50','\x54','\x90','\x51','\xfe','\x90','\x10','\x10','\x10','\x10','\x10','\x04','\x40','\xff','\xfe','\x04','\x40','\x3e','\x28','\x22','\x24','\x3e','\x24','\x00','\x20','\xff','\xfe','\x22','\x20','\x3e','\x28','\x22','\x28','\x3e','\x10','\x22','\x12','\x2f','\x2a','\xf2','\x46','\x42','\x82','\x08','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x21','\x00','\x27','\xde','\x54','\x52','\x97','\xd4','\xe4','\x58','\x24','\x54','\x57','\xd2','\x95','\x12','\xf4','\x9a','\x25','\x54','\x46','\x10','\x84','\x10','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x3f','\xf8','\x08','\x20','\xff','\xfe','\x00','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x49','\x04','\x48','\x92','\x87','\xf2','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x20','\xfc','\x3c','\x24','\x44','\x44','\xbe','\x8c','\x2a','\x50','\x3e','\x7c','\x2a','\x90','\x3e','\x10','\x2a','\xfe','\x2a','\x10','\x42','\x10','\x86','\x10','\x08','\x20','\xff','\xfe','\x08','\x20','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x01','\x00','\x3f','\xf8','\x29','\x28','\x3f','\xf8','\x01','\x00','\x3f','\xf8','\x01','\x00','\xff','\xfe','\x24','\x48','\x42','\x24','\x08','\x20','\xff','\xfe','\x08','\x20','\x3e','\xf8','\x12','\x48','\x0a','\x28','\x12','\x48','\x08','\x80','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x10','\x00','\x08','\x20','\xff','\xfe','\x09','\x20','\x3f','\xf8','\x01','\x08','\xff','\xfe','\x01','\x08','\x3f','\xf8','\x01','\x00','\x7f','\xfc','\x24','\x88','\x42','\x44','\x3f','\xf8','\x24','\x48','\x24','\x48','\xff','\xfe','\x08','\x20','\xff','\xfe','\x09','\x20','\x7f','\xfe','\x50','\x22','\xa8','\x14','\x3e','\xf8','\x22','\x08','\x3e','\x08','\x22','\xf8','\x3e','\x80','\x22','\xfc','\xfe','\x04','\x12','\x04','\x22','\x28','\xce','\x10','\x08','\x20','\xff','\xfe','\x08','\xa0','\x1c','\xf0','\xf1','\x10','\x12','\xf8','\x10','\xa8','\xfc','\xf8','\x10','\xa8','\x31','\xfc','\x39','\x24','\x55','\xfc','\x55','\x24','\x91','\xfc','\x10','\x22','\x10','\x1e','\x08','\x20','\xff','\xfe','\x08','\x20','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x08','\x80','\x1f','\xfc','\x30','\x80','\x5f','\xf8','\x90','\x80','\x1f','\xf8','\x10','\x80','\x1f','\xfc','\x08','\x20','\xff','\xfe','\x08','\x20','\x77','\x0c','\x55','\x70','\x77','\x40','\x00','\x40','\x7f','\x7e','\x49','\x48','\x7f','\x48','\x49','\x48','\x7f','\x48','\x08','\x48','\xff','\x88','\x08','\x88','\x09','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x22','\x00','\x47','\xdc','\x88','\x80','\x17','\xc0','\x25','\x7e','\x67','\xc8','\xa5','\x48','\x27','\xc8','\x21','\x08','\x2f','\xe8','\x21','\x08','\x22','\xa8','\x24','\x50','\x04','\x40','\x04','\x40','\xff','\xfe','\x04','\x40','\x20','\x3c','\x13','\xc0','\xfd','\x44','\x00','\xa8','\x79','\xfc','\x00','\x40','\x7b','\xfe','\x00','\x80','\x78','\xf8','\x49','\x48','\x7a','\x30','\x48','\xce','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x20','\xff','\xfe','\x08','\x20','\x01','\x00','\x7f','\xfc','\x00','\x00','\x3e','\xf8','\x22','\x88','\x3e','\xf8','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x04','\x90','\x1c','\x60','\x67','\x1c','\x08','\x20','\xff','\xfe','\x28','\x20','\x3f','\x20','\x40','\x3e','\xbe','\x48','\x2a','\xa8','\xff','\x28','\x4a','\x10','\x7f','\x28','\x08','\x46','\x1f','\x80','\x02','\x10','\x3f','\xf8','\x11','\x10','\x23','\x08','\x08','\x20','\xff','\xfe','\x08','\x20','\x00','\x50','\xfe','\x48','\x10','\xfe','\x11','\x90','\x7c','\xfc','\x54','\x90','\x54','\xfc','\x6c','\x90','\x44','\xfe','\x7c','\x80','\x45','\x54','\x7d','\x2a','\x46','\x2a','\x01','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfe','\x21','\x02','\x21','\xf0','\x2f','\x04','\x20','\xfc','\x20','\x00','\x20','\x1c','\x27','\xe0','\x24','\x00','\x27','\xfe','\x44','\x20','\x44','\x20','\x9f','\xfe','\x01','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfe','\x21','\x02','\x21','\xf0','\x2f','\x04','\x20','\xfc','\x21','\x20','\x29','\x24','\x29','\x24','\x2f','\x3c','\x21','\x20','\x41','\x20','\x5f','\xfe','\x80','\x00','\x01','\xf8','\x01','\x00','\x3f','\xfe','\x21','\x04','\x2f','\xf0','\x21','\x02','\x27','\xfe','\x24','\x48','\x3f','\xfe','\x24','\x48','\x27','\xf8','\x20','\x80','\x2f','\xfc','\x41','\x04','\x8e','\x38','\x00','\x00','\x04','\x10','\x1e','\x1e','\xe0','\x10','\x22','\xfe','\x92','\x92','\x54','\x9c','\x40','\xf0','\x04','\x92','\xff','\x8e','\x04','\x80','\x44','\xb8','\x24','\xa8','\x24','\xa8','\x05','\x2a','\x15','\x2a','\x0a','\x46','\x00','\x08','\x00','\x7c','\x07','\x80','\x79','\x00','\x01','\x00','\x01','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x21','\x08','\x3f','\xf8','\x21','\x00','\x01','\x10','\x01','\xf8','\x7f','\x04','\x20','\x04','\x08','\x40','\x08','\x40','\x08','\x40','\x7f','\x40','\x49','\x40','\x49','\x40','\x49','\x40','\x49','\x40','\x7f','\x40','\x48','\x40','\x08','\x40','\x0a','\x44','\x0f','\x44','\xf1','\x44','\x40','\x3c','\x00','\x00','\x10','\x20','\x10','\x20','\x10','\x20','\x7d','\x20','\x55','\x2c','\x55','\x34','\x55','\x64','\x57','\xa4','\x7d','\x24','\x51','\x34','\x11','\x28','\x15','\x22','\x1d','\x22','\xe5','\x02','\x40','\xfe','\x00','\x00','\x10','\x48','\x10','\x44','\x10','\x44','\x7c','\x40','\x57','\xfe','\x54','\x50','\x54','\x50','\x54','\x50','\x7c','\x50','\x50','\x50','\x10','\x90','\x14','\x92','\x1c','\x92','\xe5','\x12','\x41','\x0e','\x02','\x00','\x10','\x08','\x10','\x1c','\x11','\xe0','\x7d','\x00','\x55','\x00','\x55','\x00','\x55','\xfe','\x55','\x10','\x7d','\x10','\x51','\x30','\x11','\x18','\x15','\x14','\x1d','\x12','\xe6','\x10','\x42','\x10','\x04','\x10','\x10','\x20','\x10','\x20','\x10','\x20','\x7d','\xfc','\x54','\x20','\x54','\xa8','\x54','\xa8','\x54','\xa8','\x7d','\x74','\x52','\x22','\x10','\x50','\x14','\x50','\x1e','\x88','\xe2','\x88','\x41','\x04','\x02','\x02','\x10','\x20','\x10','\x20','\x11','\xfe','\x7c','\x20','\x55','\xfc','\x55','\x24','\x55','\x24','\x55','\xfc','\x7d','\x24','\x51','\x24','\x11','\xfc','\x14','\x20','\x1d','\xfe','\xe4','\x20','\x40','\x20','\x00','\x20','\x10','\x00','\x10','\xfc','\x10','\x84','\x7c','\x84','\x54','\xfc','\x54','\x84','\x54','\x84','\x54','\xfc','\x7c','\x84','\x50','\x84','\x10','\xfc','\x14','\x00','\x1e','\x48','\xe2','\x44','\x40','\x82','\x01','\x02','\x10','\x40','\x10','\x20','\x11','\xfc','\x7d','\x04','\x55','\x04','\x55','\xfc','\x55','\x04','\x55','\x04','\x7d','\xfc','\x51','\x20','\x11','\x22','\x15','\x14','\x1d','\x08','\xe5','\x44','\x41','\x82','\x01','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x10','\x00','\x10','\x00','\x1f','\xf8','\x00','\x00','\x08','\x20','\x7e','\xfc','\x4a','\xa4','\x4a','\xa4','\x7e','\xfc','\x08','\x20','\x0a','\x24','\xfe','\xfe','\x02','\x02','\x10','\x1e','\x13','\xe0','\x11','\x22','\x7c','\x94','\x54','\x40','\x54','\x88','\x55','\xf0','\x54','\x20','\x7c','\xc4','\x51','\xfe','\x10','\x22','\x14','\x20','\x1f','\xfe','\xe4','\x50','\x40','\x88','\x03','\x06','\x10','\x00','\x11','\xfe','\x11','\x10','\x7d','\x20','\x55','\x7c','\x55','\x44','\x55','\x7c','\x55','\x44','\x7d','\x7c','\x51','\x10','\x11','\x10','\x15','\x54','\x1f','\x52','\xe2','\x92','\x42','\x50','\x04','\x20','\x20','\x90','\x20','\x90','\x27','\xfe','\xf8','\x90','\xab','\xfc','\xaa','\x94','\xab','\xfc','\xaa','\x94','\xfb','\xfc','\xa0','\x00','\x21','\xf8','\x29','\x08','\x39','\xf8','\xe9','\x08','\x41','\xf8','\x01','\x08','\x20','\x40','\x20','\x20','\x23','\xfe','\xf8','\x00','\xa9','\x54','\xa9','\x24','\xa9','\x54','\xa9','\xfc','\xf8','\x20','\xa3','\xfe','\x22','\x42','\x2a','\x92','\x3a','\xfa','\xea','\x0a','\x42','\x02','\x02','\x06','\x10','\x00','\x13','\xfe','\x10','\x50','\x7d','\xfc','\x55','\x54','\x55','\x54','\x55','\xfc','\x54','\x00','\x7d','\xfc','\x50','\x00','\x13','\xfe','\x14','\x20','\x1c','\xa8','\xe5','\x24','\x42','\xa2','\x00','\x40','\x00','\x80','\x3f','\xfe','\x22','\x20','\x22','\x20','\x3f','\xfc','\x22','\x20','\x23','\xe0','\x20','\x00','\x2a','\x48','\x31','\x24','\x20','\x80','\x2f','\xf8','\x48','\x88','\x4f','\xf8','\x80','\x84','\x1f','\xfe','\x21','\x40','\x21','\x44','\x21','\x58','\xfb','\xf0','\xa9','\x50','\xa9','\xd0','\xa9','\x5e','\xa9','\xd4','\xf9','\x54','\xa1','\x54','\x23','\xf4','\x28','\x14','\x39','\x54','\xea','\x34','\x44','\x14','\x00','\x24','\x20','\x00','\x23','\xde','\x22','\x52','\xfa','\x52','\xab','\xde','\xa8','\x00','\xa9','\xfc','\xa9','\x24','\xf9','\xfc','\xa1','\x24','\x21','\xfc','\x28','\x20','\x3b','\xfe','\xe8','\x20','\x40','\x20','\x00','\x20','\x08','\x20','\xff','\xfe','\x08','\x20','\x1f','\xf0','\x11','\x10','\x1f','\xf0','\x11','\x10','\x7f','\xfc','\x41','\x24','\x5f','\xec','\x01','\x00','\x3f','\xf8','\x21','\x08','\x3f','\xf8','\x01','\x04','\x7f','\xfe','\x20','\x20','\x23','\xfe','\x22','\x88','\xfa','\x50','\xab','\xfe','\xaa','\x50','\xaa','\xfc','\xaa','\x54','\xfb','\xfe','\xa2','\x54','\x22','\xfc','\x2a','\x50','\x3a','\xd8','\xed','\x54','\x46','\x52','\x08','\x50','\x20','\x40','\x20','\x20','\x23','\xfe','\xf8','\x88','\xa8','\x52','\xaf','\xac','\xaa','\xaa','\xaa','\xa8','\xfd','\xac','\xa0','\x00','\x21','\x04','\x29','\xfc','\x39','\x04','\xe9','\xfc','\x41','\x04','\x02','\x04','\x20','\x20','\x23','\xfe','\x20','\x00','\xf9','\xfc','\xa9','\x04','\xa9','\xfc','\xa8','\x00','\xab','\xfe','\xfa','\x02','\xa1','\xfc','\x20','\x40','\x2b','\xa4','\x38','\xd8','\xeb','\x34','\x40','\xd2','\x03','\x30','\x21','\x24','\x22','\x48','\x21','\x24','\xf8','\x00','\xab','\xfc','\xaa','\x94','\xaa','\x64','\xaa','\x94','\xfb','\xfc','\xa2','\x48','\x23','\x68','\x2a','\x48','\x3b','\x6a','\xea','\x4a','\x42','\x46','\x03','\x62','\x20','\x80','\x10','\x80','\x00','\xfe','\xfd','\x00','\x0a','\x20','\x11','\x20','\x11','\x2c','\x35','\x74','\x5b','\xa4','\x95','\x24','\x15','\x34','\x11','\x28','\x11','\x22','\x11','\x02','\x10','\xfe','\x10','\x00','\x20','\x20','\x10','\x20','\x00','\x20','\xf9','\xfc','\x08','\x20','\x10','\x20','\x14','\x20','\x3b','\xfe','\x54','\x20','\x90','\x40','\x10','\x40','\x10','\x88','\x11','\x04','\x13','\xfe','\x11','\x02','\x10','\x00','\x04','\x00','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x00','\x1f','\xfc','\x10','\x00','\x1f','\xfc','\x01','\x04','\x3f','\xec','\x04','\x80','\x1c','\x48','\x65','\x30','\x06','\x0e','\x20','\x00','\x11','\xfc','\x01','\x04','\xf9','\x04','\x09','\x04','\x11','\xfc','\x10','\x00','\x34','\x00','\x59','\xfe','\x94','\x20','\x14','\x20','\x11','\xfc','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x00','\xff','\xfe','\x04','\x40','\x7c','\x7c','\x04','\x40','\x3c','\x78','\x04','\x40','\x7c','\x7c','\x04','\x40','\x03','\x08','\x04','\x90','\x0c','\x60','\x35','\x18','\xc6','\x06','\x04','\x00','\x00','\x80','\x79','\xf8','\x4a','\x08','\x7d','\xe8','\x49','\x28','\x79','\xe8','\x49','\x14','\x49','\x04','\x9a','\xfc','\x01','\x00','\xff','\xfe','\x04','\x88','\x0c','\x50','\x34','\x20','\xc5','\x18','\x06','\x06','\x41','\xfc','\x21','\x04','\x29','\xfc','\xfd','\x04','\x09','\xfc','\x11','\x24','\x24','\x40','\x28','\xfe','\x71','\x22','\xaf','\x22','\x25','\x52','\x21','\x8a','\x21','\x02','\x21','\xf2','\x20','\x0c','\x00','\x00','\x20','\x40','\x10','\x40','\x01','\xfc','\xf8','\x84','\x0b','\xfe','\x10','\x00','\x15','\xfc','\x39','\x04','\x55','\xfc','\x90','\x20','\x13','\xfe','\x10','\x20','\x12','\x20','\x13','\xfe','\x10','\x20','\x10','\x20','\x20','\x50','\x10','\x52','\x03','\xdc','\xf8','\x50','\x08','\xd2','\x13','\x4e','\x10','\x00','\x35','\xfc','\x59','\x04','\x95','\xfc','\x15','\x04','\x11','\xfc','\x11','\x04','\x11','\x04','\x11','\x14','\x11','\x08','\x20','\x20','\x10','\x22','\x01','\xfa','\xf8','\x24','\x08','\x28','\x13','\xfe','\x14','\x20','\x38','\x40','\x54','\xfc','\x91','\x84','\x12','\x84','\x10','\xfc','\x10','\x84','\x10','\x84','\x10','\xfc','\x10','\x84','\x7e','\x10','\x24','\x52','\x3c','\x54','\x24','\x90','\x3c','\x28','\x27','\x44','\xfc','\x82','\x06','\x00','\x01','\x00','\xff','\xfe','\x05','\x00','\x0c','\x88','\x34','\x50','\xc5','\x30','\x06','\x0e','\x04','\x00','\x01','\x00','\x7f','\xfe','\x44','\x42','\x9f','\xf4','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x0a','\x20','\x11','\x10','\x2f','\xe8','\xc2','\x8e','\x04','\x50','\x1c','\x20','\x65','\x18','\x06','\x06','\x20','\x20','\x10','\x10','\x01','\xfe','\xfd','\x10','\x09','\x7c','\x11','\x10','\x11','\x7c','\x35','\x54','\x59','\x7c','\x95','\x54','\x15','\x7c','\x11','\x10','\x11','\xfe','\x12','\x10','\x12','\x10','\x14','\x10','\x21','\x10','\x11','\x10','\x07','\xd0','\xf1','\x10','\x11','\x3c','\x27','\xd4','\x20','\x14','\x6a','\xb4','\xb5','\x54','\x29','\x1c','\x27','\xd4','\x21','\x14','\x21','\x14','\x21','\xe4','\x27','\x26','\x22','\x42','\x20','\x20','\x13','\xfe','\x00','\x20','\xfd','\xfc','\x08','\x20','\x13','\xfe','\x10','\x00','\x35','\xfc','\x59','\x04','\x95','\xfc','\x15','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x10','\x88','\x11','\x04','\x00','\x00','\x7f','\xfc','\x01','\x00','\x03','\x60','\x0d','\x18','\x71','\x04','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x04','\x42','\x18','\x42','\xe0','\x3e','\x21','\xfc','\x11','\x04','\x11','\x04','\x05','\xfc','\x7f','\x04','\x09','\x04','\x11','\xfc','\x39','\x04','\x55','\x04','\x95','\xfc','\x11','\x54','\x10','\x50','\x10','\x52','\x10','\x92','\x17','\x0e','\x00','\x00','\x10','\x10','\x10','\x10','\x1f','\x10','\x21','\x10','\x42','\x7e','\xbf','\x92','\x24','\x92','\x24','\x92','\x3f','\x92','\x24','\x92','\x24','\x92','\x3f','\x92','\x24','\x92','\x44','\xa2','\x42','\xaa','\x81','\x44','\x20','\x20','\x20','\x20','\x79','\x24','\x48','\xa4','\x90','\xa8','\x7c','\x20','\x55','\xfe','\x54','\x90','\x7c','\x90','\x54','\x90','\x54','\x90','\x7c','\x92','\x55','\x12','\x55','\x12','\x46','\x0e','\x8c','\x00','\x20','\x00','\x21','\xdc','\x79','\x54','\x49','\x54','\x91','\xdc','\x7c','\x00','\x55','\xfc','\x55','\x24','\x7d','\xfc','\x55','\x24','\x55','\xfc','\x7c','\x20','\x57','\xfe','\x54','\x20','\x44','\x20','\x8c','\x20','\x20','\x00','\x10','\x00','\x10','\xfc','\xfe','\x24','\x00','\x24','\x7c','\xa4','\x00','\xa4','\x7c','\xa4','\x00','\xa4','\x7d','\x24','\x44','\x24','\x44','\x44','\x44','\x44','\x7c','\x84','\x45','\x28','\x02','\x10','\x20','\x20','\x10','\x20','\x10','\x20','\xfe','\x20','\x01','\x24','\x7d','\x24','\x01','\x24','\x7d','\x24','\x01','\x24','\x7d','\x24','\x45','\x24','\x45','\x24','\x45','\x24','\x7d','\xfc','\x44','\x04','\x00','\x00','\x20','\x04','\x10','\x0e','\x10','\xf0','\xfe','\x80','\x00','\x80','\x7c','\x80','\x00','\xfe','\x7c','\x88','\x00','\x88','\x7c','\x88','\x44','\x88','\x44','\x88','\x44','\x88','\x7d','\x08','\x45','\x08','\x02','\x08','\x20','\x20','\x10','\x20','\x00','\x20','\xfd','\xfc','\x01','\x24','\x79','\x24','\x01','\x24','\x79','\xfc','\x01','\x24','\x79','\x24','\x49','\x24','\x49','\xfc','\x49','\x24','\x78','\x20','\x48','\x20','\x00','\x20','\x20','\x20','\x10','\x20','\x00','\x20','\xfd','\xfc','\x01','\x24','\x79','\x24','\x01','\x24','\x79','\x24','\x01','\x24','\x7b','\xfe','\x48','\x20','\x48','\x50','\x48','\x50','\x78','\x88','\x49','\x04','\x02','\x02','\x20','\x00','\x10','\xfe','\x10','\x80','\xfe','\x80','\x00','\x80','\x7c','\xfc','\x00','\x84','\x7c','\x84','\x00','\x84','\x7c','\x84','\x44','\xfc','\x44','\x80','\x44','\x80','\x7c','\x80','\x44','\xfe','\x00','\x00','\x20','\x40','\x10','\x20','\x00','\x20','\xfd','\xfe','\x01','\x02','\x7a','\x04','\x00','\x00','\x78','\x00','\x01','\xfe','\x78','\x20','\x48','\x20','\x48','\x20','\x48','\x20','\x78','\x20','\x48','\xa0','\x00','\x40','\x20','\x00','\x13','\xde','\x00','\x42','\xfc','\x42','\x02','\x52','\x79','\x4a','\x01','\x4a','\x78','\x42','\x00','\xc6','\x79','\x4a','\x4a','\x52','\x48','\x42','\x48','\x42','\x78','\x42','\x49','\x4a','\x00','\x84','\x20','\x20','\x11','\x20','\x01','\x20','\xfd','\xfc','\x01','\x20','\x7a','\x20','\x00','\x20','\x7b','\xfe','\x00','\x90','\x78','\x90','\x48','\x90','\x48','\x90','\x49','\x12','\x79','\x12','\x4a','\x12','\x04','\x0e','\x08','\x00','\x0f','\xf0','\x10','\x20','\x3f','\xfe','\x65','\x08','\xa8','\x84','\x3f','\xfe','\x20','\x00','\x27','\xf8','\x20','\x00','\x27','\xf8','\x20','\x00','\x27','\xf8','\x44','\x08','\x47','\xf8','\x84','\x08','\x20','\x28','\x10','\x24','\x11','\xfe','\xfe','\x20','\x00','\x20','\x7d','\xfc','\x01','\x24','\x7d','\x24','\x01','\xfc','\x7d','\x24','\x45','\x24','\x45','\xfc','\x45','\x24','\x7d','\x24','\x45','\x24','\x01','\x0c','\x17','\xf8','\x24','\x08','\x67','\xf8','\xa2','\xa0','\x24','\xa4','\x28','\x9c','\x01','\x00','\x7f','\xfc','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x00','\x11','\xfc','\x01','\x04','\xfd','\x04','\x01','\xfc','\x79','\x04','\x01','\x04','\x79','\xfc','\x00','\x00','\x7b','\xfe','\x48','\x20','\x49','\x20','\x49','\x3c','\x79','\x20','\x4a','\xa0','\x04','\x7e','\x20','\x08','\x10','\x0c','\x00','\x0a','\xfb','\xfe','\x02','\x08','\x7a','\x08','\x02','\xe8','\x7a','\x0a','\x02','\x0a','\x7a','\xec','\x4a','\xac','\x4a','\xa8','\x4a','\xea','\x7a','\x1a','\x4a','\x26','\x04','\x42','\x20','\x88','\x10','\x88','\x03','\xfe','\xfc','\x88','\x00','\xf8','\x78','\x88','\x00','\xf8','\x78','\x88','\x00','\x88','\x7b','\xfe','\x49','\x00','\x49','\x48','\x49','\x84','\x79','\x00','\x49','\xfe','\x00','\x00','\x20','\x40','\x10','\x40','\x10','\x44','\xfd','\xf4','\x00','\x48','\x00','\x50','\x7b','\xfe','\x00','\x40','\x79','\xfc','\x02','\x84','\x78','\x84','\x48','\xfc','\x48','\x84','\x78','\xfc','\x48','\x84','\x00','\x00','\x21','\x04','\x11','\xfe','\x11','\x04','\xfd','\xfc','\x01','\x04','\x01','\xfc','\x79','\x40','\x00','\xfe','\x79','\x22','\x03','\x22','\x79','\x52','\x49','\x8a','\x49','\x02','\x79','\xf2','\x48','\x0c','\x00','\x00','\x20','\x88','\x10','\x88','\x13','\xfe','\xfc','\x88','\x00','\xf8','\x00','\x20','\x79','\xfc','\x01','\x24','\x79','\xfc','\x00','\x20','\x7b','\xfe','\x48','\x20','\x49','\xfc','\x78','\x20','\x4b','\xfe','\x00','\x00','\x20','\x20','\x13','\xfe','\x00','\x20','\xfd','\xfc','\x00','\x00','\x79','\xfc','\x01','\x04','\x79','\xfc','\x00','\x88','\x7b','\xfe','\x48','\x00','\x49','\xfc','\x49','\x04','\x79','\x04','\x49','\xfc','\x01','\x04','\x20','\x00','\x13','\xde','\x02','\x52','\xfb','\xde','\x02','\x10','\x7a','\x52','\x01','\xce','\x78','\x00','\x00','\x88','\x7b','\xfe','\x48','\x88','\x48','\x88','\x4b','\xfe','\x78','\x88','\x49','\x04','\x02','\x02','\x20','\x90','\x10','\x88','\x01','\xfe','\xfd','\x10','\x03','\x10','\x7d','\xfe','\x01','\x10','\x79','\x10','\x01','\xfe','\x79','\x10','\x49','\x10','\x49','\xfe','\x49','\x00','\x7a','\xa4','\x4a','\x52','\x04','\x52','\x20','\x40','\x10','\x20','\x01','\xfc','\xfc','\x88','\x00','\x50','\x7b','\xfe','\x00','\x00','\x79','\xfc','\x01','\x04','\x79','\xfc','\x49','\x04','\x49','\xfc','\x48','\x20','\x7a','\x94','\x4a','\x8a','\x04','\x7a','\x23','\xde','\x12','\x52','\x03','\xde','\xfc','\x00','\x03','\xfe','\x7a','\x00','\x02','\xc8','\x7a','\x4e','\x03','\xea','\x7a','\xb2','\x4a','\xea','\x4a','\xaa','\x4a','\xea','\x7a','\xb4','\x45','\xe4','\x08','\x2a','\x00','\x20','\xfe','\x20','\x00','\x20','\x01','\xfe','\x7c','\x20','\x44','\x20','\x44','\x20','\x45','\xfc','\x7c','\x84','\x00','\x88','\x44','\x48','\x28','\x50','\x2e','\x20','\xf0','\x50','\x41','\x88','\x06','\x06','\x00','\xc2','\xfc','\x34','\x10','\x18','\x20','\x64','\x61','\x82','\x94','\x20','\x39','\xfe','\x50','\x50','\x98','\x90','\x35','\xfe','\x56','\x92','\x90','\x92','\x10','\x9a','\x10','\x94','\x50','\x10','\x20','\x10','\x21','\x04','\x3f','\xfe','\x20','\x04','\x5f','\xf4','\x05','\x10','\x09','\x20','\x31','\x40','\x0f','\xf0','\x78','\x10','\x0f','\xf0','\x08','\x10','\x0f','\xf0','\x08','\x10','\x0f','\xf0','\x38','\x1c','\x00','\x00','\x00','\x80','\x3f','\xfe','\x20','\x80','\x2f','\xf8','\x20','\x88','\x3f','\xfe','\x21','\x08','\x2f','\xf8','\x24','\x10','\x2f','\xf8','\x34','\x16','\x27','\xf0','\x44','\x10','\x47','\xf0','\x82','\x20','\x04','\x10','\x10','\x20','\x10','\x20','\xfe','\x78','\x10','\x88','\x11','\x10','\xfe','\xfc','\x92','\x84','\x92','\xfc','\xfe','\x84','\x10','\xfc','\x38','\x84','\x54','\xfc','\x92','\x00','\x10','\x48','\x10','\x84','\x11','\x02','\x00','\x20','\x3d','\x24','\x24','\xa8','\x25','\xfc','\x24','\x40','\x3f','\xfe','\x24','\x88','\x25','\xfc','\x26','\x8a','\x3c','\xf8','\x24','\x88','\x24','\xf8','\x24','\x88','\x44','\xf8','\x54','\x50','\x88','\x88','\x00','\x20','\x7d','\xfe','\x48','\x20','\x48','\xfc','\x48','\x20','\x5d','\xfe','\x54','\x00','\x54','\xfc','\x54','\x84','\x5c','\xfc','\x48','\x84','\x48','\xfc','\x48','\x84','\x7e','\xfc','\x00','\x48','\x00','\x84','\x89','\x0c','\xfc','\x88','\x88','\x50','\x8b','\xfe','\xfa','\x22','\x8b','\x26','\x8a','\xaa','\xfb','\xfe','\x88','\x00','\x89','\xfc','\xf9','\x04','\x89','\xfc','\x51','\x04','\x89','\xfc','\x89','\x04','\x00','\x00','\x7e','\x20','\x51','\xfc','\x7d','\x24','\x45','\xfc','\x7c','\x24','\x51','\x4a','\x7e','\xf8','\x00','\x00','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x20','\x08','\x3f','\xf8','\x08','\x20','\x10','\x40','\xfe','\x7c','\x44','\xc8','\x28','\x30','\xfe','\xce','\x00','\x78','\x7c','\x20','\x45','\xfc','\x7c','\x88','\x44','\xf8','\x7c','\x88','\x10','\xf8','\xfe','\x88','\x10','\xf8','\x10','\x50','\x10','\x88','\x08','\x00','\x09','\xee','\x08','\xaa','\x7e','\x66','\x08','\xaa','\x08','\x50','\xfe','\xfe','\x09','\x90','\x28','\xfc','\x28','\x90','\x2e','\xfc','\x28','\x90','\x28','\xfe','\x58','\x80','\x4f','\xfe','\x80','\x00','\x00','\x20','\x7c','\x10','\x44','\x10','\x45','\xfe','\x45','\x02','\x7e','\x04','\x10','\x80','\x10','\x88','\x5c','\x90','\x50','\xa0','\x50','\xc0','\x50','\x82','\x5c','\x82','\xe0','\x82','\x00','\x7e','\x00','\x00','\x00','\x80','\x7c','\x80','\x45','\xfc','\x45','\x04','\x46','\x04','\x7d','\xf4','\x11','\x14','\x11','\x14','\x5d','\x14','\x51','\xf4','\x51','\x04','\x51','\x28','\x5d','\x12','\xe1','\x02','\x00','\xfe','\x00','\x00','\x00','\x88','\x78','\x88','\x48','\x88','\x49','\x08','\x49','\x7e','\x7b','\x08','\x15','\x08','\x11','\x48','\x51','\x28','\x5d','\x28','\x51','\x08','\x51','\x08','\x59','\x08','\xe1','\x08','\x01','\x28','\x01','\x10','\x00','\x40','\x78','\x20','\x4b','\xfe','\x4a','\x02','\x4d','\x04','\x79','\x00','\x11','\xde','\x12','\x52','\x1e','\x52','\x53','\x52','\x54','\x9a','\x50','\x94','\x51','\x10','\x5d','\x12','\xe2','\x12','\x04','\x0e','\x00','\x40','\x7c','\x20','\x45','\xfc','\x44','\x00','\x45','\x08','\x7c','\x90','\x10','\x00','\x13','\xfe','\x10','\x00','\x5c','\x00','\x51','\xfc','\x51','\x04','\x51','\x04','\x5d','\x04','\xe1','\xfc','\x01','\x04','\x00','\x04','\x7c','\x1e','\x47','\xe0','\x44','\x20','\x45','\xfc','\x7d','\x24','\x11','\x24','\x11','\xfc','\x5c','\x20','\x53','\xfe','\x52','\x22','\x52','\x2a','\x5e','\xfa','\xe2','\x02','\x02','\x0a','\x02','\x04','\x00','\x00','\x7b','\xfe','\x4a','\x00','\x4a','\x04','\x4b','\xf4','\x7a','\x04','\x12','\xee','\x12','\xa4','\x52','\xa4','\x5e','\xec','\x52','\x04','\x52','\xa4','\x5a','\x44','\xe2','\x74','\x05','\x94','\x00','\x08','\x00','\x18','\x7d','\xe0','\x44','\x40','\x47','\xfe','\x44','\x88','\x7d','\x74','\x12','\x52','\x10','\x70','\x10','\x00','\x5d','\xfc','\x51','\x04','\x51','\x74','\x51','\x54','\x5d','\x74','\xe1','\x04','\x01','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x23','\xfe','\x7a','\x00','\x4a','\x7c','\x7a','\x44','\x4a','\x44','\x7a','\x7c','\x4a','\x00','\x4a','\xee','\xfa','\xaa','\x1a','\xaa','\x2a','\xaa','\x4a','\xee','\x8a','\x00','\x2b','\xfe','\x10','\x00','\x10','\x00','\x10','\xf0','\x10','\x90','\xfe','\x90','\x10','\x90','\x7c','\x90','\x54','\x90','\x7c','\x90','\x54','\x90','\x7c','\x90','\x10','\x90','\xfe','\x92','\x10','\x92','\x11','\x12','\x11','\x0e','\x12','\x00','\x10','\x00','\x11','\xfc','\x10','\x44','\xfe','\x44','\x10','\x44','\x7c','\x44','\x54','\x94','\x7c','\x88','\x55','\x00','\x7c','\xfc','\x10','\x84','\xfe','\x84','\x10','\x84','\x10','\x84','\x10','\xfc','\x10','\x84','\x20','\x00','\x23','\xfe','\x22','\x02','\xfa','\x8a','\x22','\x52','\xfb','\xfe','\xaa','\x42','\xfa','\x22','\xab','\xfe','\xfa','\x82','\x22','\x82','\xfa','\x82','\x22','\xfa','\x22','\x02','\x22','\x0a','\x22','\x04','\x10','\x00','\x13','\xfe','\x10','\x20','\xfc','\x40','\x11','\xfc','\x7d','\x54','\x55','\x54','\x7d','\x54','\x55','\x54','\x7d','\x2c','\x10','\x20','\xfd','\xfe','\x10','\x50','\x10','\x88','\x11','\x04','\x12','\x02','\x10','\x88','\x10','\x48','\x10','\x50','\xfd','\xfe','\x10','\x50','\x7c','\x50','\x55','\xfc','\x7d','\x54','\x55','\x54','\x7d','\x8c','\x11','\x04','\xfd','\xfc','\x11','\x04','\x11','\x04','\x11','\xfc','\x11','\x04','\x20','\x20','\x21','\x24','\x20','\xa8','\xfb','\xfe','\x20','\xa8','\xf9','\x24','\xaa','\x22','\xf9','\x04','\xa9','\x04','\xf9','\xde','\x22','\x44','\xfd','\x54','\x20','\x9e','\x21','\x04','\x22','\x04','\x24','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x10','\x22','\x08','\x22','\x08','\xfa','\x3e','\x07','\x80','\x52','\x94','\x22','\x88','\xfa','\xbe','\x22','\x88','\x22','\x88','\x72','\x9c','\x22','\x88','\x24','\x88','\x44','\x88','\x4a','\x88','\x91','\x08','\x00','\x38','\x03','\xc0','\x7c','\x00','\x00','\x38','\x03','\xc0','\x3c','\x0c','\x00','\x70','\x07','\x80','\x78','\x00','\x01','\x00','\x11','\xf8','\x11','\x00','\x11','\x00','\x29','\x00','\x47','\xfe','\x80','\x00','\x02','\x00','\x22','\x00','\x13','\xfc','\x14','\x40','\x04','\x40','\x0a','\x58','\xf2','\xe8','\x17','\x48','\x12','\x68','\x12','\x50','\x12','\x44','\x12','\x04','\x11','\xfc','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x80','\x20','\x80','\x11','\x10','\x12','\x08','\x07','\xfc','\x02','\x04','\xf0','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\x12','\x08','\x13','\xf8','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x01','\x00','\x21','\x00','\x11','\x00','\x13','\xfe','\x02','\x80','\x04','\x80','\xf0','\xf8','\x10','\x80','\x10','\x80','\x10','\xfc','\x10','\x80','\x10','\x80','\x10','\x80','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x40','\x20','\x80','\x13','\xfc','\x12','\x04','\x02','\x04','\x02','\xf4','\xf2','\x94','\x12','\x94','\x12','\x94','\x12','\xf4','\x12','\x04','\x12','\x14','\x12','\x08','\x28','\x00','\x47','\xfe','\x00','\x00','\x00','\x80','\x20','\x40','\x17','\xfc','\x14','\x04','\x03','\xf0','\x02','\x10','\xf2','\x10','\x13','\xf0','\x12','\x00','\x13','\xf8','\x12','\x08','\x12','\x08','\x13','\xf8','\x28','\x00','\x47','\xfe','\x00','\x00','\x01','\x10','\x41','\xf8','\x31','\x10','\x12','\x24','\x07','\xfe','\x02','\x44','\x12','\x44','\xfb','\xfc','\x10','\x60','\x10','\xa8','\x11','\x26','\x16','\x22','\x30','\x1e','\xc8','\x00','\x87','\xfe','\x00','\x00','\x01','\x10','\x42','\x20','\x2d','\x7c','\x25','\xc4','\x02','\x44','\x0d','\x7c','\xe3','\x44','\x25','\x44','\x29','\x7c','\x23','\x28','\x25','\x28','\x29','\x2a','\x25','\x46','\x52','\x80','\x8f','\xfe','\x00','\x00','\x08','\x88','\x11','\x10','\x22','\x20','\x11','\x10','\x08','\x88','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x00','\x00','\x3f','\xf8','\x21','\x08','\x21','\x08','\x3f','\xf8','\x20','\x02','\x20','\x02','\x1f','\xfe','\x00','\x00','\x7f','\x7c','\x08','\x44','\x08','\x48','\x08','\x48','\x08','\x50','\x08','\x48','\xff','\xc8','\x08','\x44','\x08','\x44','\x08','\x44','\x08','\x68','\x08','\x50','\x08','\x40','\x08','\x40','\x08','\x40','\x10','\x00','\x08','\x3e','\x08','\x22','\x00','\x24','\xff','\xa4','\x20','\x28','\x20','\x24','\x20','\x24','\x20','\x22','\x20','\x22','\x20','\x22','\x20','\x34','\x20','\x28','\x3f','\x20','\x00','\x20','\x00','\x20','\x00','\x00','\x00','\x7c','\x7f','\x44','\x08','\x48','\x08','\x48','\x08','\x50','\x08','\x48','\x08','\x48','\x08','\x44','\x08','\x44','\x08','\x44','\x0f','\x68','\xf0','\x50','\x40','\x40','\x00','\x40','\x00','\x40','\x00','\x00','\x7f','\xbe','\x12','\x22','\x12','\x24','\x12','\x24','\x12','\x28','\x12','\x24','\xff','\xe4','\x12','\x22','\x12','\x22','\x12','\x22','\x12','\x34','\x22','\x28','\x22','\x20','\x42','\x20','\x82','\x20','\x00','\x00','\xff','\x7c','\x08','\x44','\x08','\x48','\x10','\x48','\x14','\x50','\x32','\x48','\x51','\x48','\x90','\x44','\x10','\x44','\x10','\x44','\x00','\x68','\x0e','\x50','\xf0','\x40','\x40','\x40','\x00','\x40','\x08','\x00','\x48','\x7c','\x48','\x44','\x7f','\x48','\x48','\x48','\x88','\x50','\x08','\x48','\xff','\xc8','\x18','\x44','\x1c','\x44','\x2a','\x44','\x29','\x68','\x49','\x50','\x88','\x40','\x08','\x40','\x08','\x40','\x01','\x00','\x32','\x3e','\x0c','\x22','\x12','\x24','\x69','\x24','\x08','\x28','\xff','\xa4','\x10','\x24','\x24','\x22','\x24','\x22','\x48','\x22','\x8a','\x34','\x11','\x28','\x3f','\x20','\x11','\x20','\x00','\x20','\x00','\x00','\xff','\xbe','\x08','\x22','\x10','\x24','\x22','\x24','\x41','\x28','\xff','\xa4','\x08','\xa4','\x08','\x22','\x08','\x22','\x7f','\x22','\x08','\x34','\x08','\x28','\x0f','\xa0','\xf8','\x20','\x40','\x20','\x20','\x00','\x20','\x3e','\x7f','\x22','\x41','\x24','\x81','\x24','\x79','\x28','\x49','\x24','\x49','\x24','\x79','\x22','\x49','\x22','\x49','\x22','\x79','\x34','\x41','\x28','\x01','\x20','\x0a','\x20','\x04','\x20','\x30','\x80','\x0d','\x3e','\x06','\x22','\x19','\x24','\x60','\xa4','\x08','\x28','\x7f','\xe4','\x14','\x24','\x24','\x22','\x7f','\xa2','\xa4','\xa2','\x24','\xb4','\x26','\xa8','\x25','\x20','\x04','\x20','\x04','\x20','\x08','\x00','\x08','\x3e','\x7f','\x22','\x08','\x24','\x08','\x24','\x08','\x28','\xff','\xa4','\x12','\x24','\x12','\x22','\x53','\x22','\x52','\xa2','\x92','\xb4','\x22','\x28','\x22','\x20','\x4a','\x20','\x84','\x20','\x10','\x00','\x08','\x7c','\x7e','\x44','\x42','\x48','\x42','\x48','\x7e','\x50','\x42','\x48','\x42','\x48','\x7e','\x44','\x51','\x44','\x4a','\x44','\x44','\x68','\x44','\x50','\x52','\x40','\x62','\x40','\x40','\x40','\x08','\x00','\x09','\x3e','\x49','\x22','\x4a','\x24','\x88','\x24','\x14','\x28','\x22','\x24','\x49','\x24','\x88','\x22','\x49','\x22','\x49','\x22','\x8a','\x34','\x14','\x28','\x22','\x20','\x41','\x20','\x80','\xa0','\x11','\x00','\x11','\x1e','\x11','\x12','\x11','\x12','\x7b','\xd4','\x11','\x14','\x11','\x18','\x33','\x14','\x3b','\x92','\x55','\x52','\x55','\x12','\x99','\x1a','\x11','\x14','\x11','\x10','\x11','\x10','\x11','\x10','\x08','\x24','\x08','\xbe','\x3e','\xa4','\x09','\x24','\x0a','\x28','\x7f','\xe8','\x04','\x28','\x09','\x24','\x1f','\xa4','\x31','\x22','\x5f','\x22','\x11','\x32','\x11','\x2c','\x1f','\x20','\x11','\x20','\x00','\x00','\x10','\x00','\x20','\x3e','\x7f','\x22','\x41','\x24','\x41','\x24','\x7f','\x28','\x40','\x24','\x7f','\xe4','\x40','\x22','\x7f','\xa2','\x00','\xa2','\xaa','\xb4','\xaa','\xa8','\x00','\xa0','\x05','\x20','\x02','\x20','\x20','\x80','\x21','\x1e','\x23','\xd2','\x4a','\x52','\x4a','\x54','\xf3','\xd4','\x12','\x58','\x22','\x54','\x4b','\xd2','\xf8','\x12','\x0a','\x52','\x13','\x9a','\x12','\x14','\x22','\x50','\x41','\xd0','\x80','\x10','\x00','\x00','\x3f','\x3e','\x21','\x22','\x21','\x24','\x3f','\x24','\x00','\x28','\x7f','\xa4','\x40','\xa4','\x7f','\xa2','\x40','\xa2','\x7f','\xa2','\x40','\xb4','\x7f','\xa8','\x12','\x20','\x21','\x20','\x40','\xa0','\x00','\x00','\x7f','\xbe','\x04','\x22','\x27','\x24','\x24','\x24','\xff','\xa8','\x20','\x24','\x3f','\xa4','\x40','\x22','\x7f','\xa2','\x00','\xa2','\xaa','\xb4','\xaa','\xa8','\x00','\xa0','\x05','\x20','\x02','\x20','\x08','\x00','\x7f','\x3e','\x22','\x22','\x14','\x24','\xff','\xa4','\x00','\x28','\x7f','\x24','\x41','\x24','\x7f','\x22','\x41','\x22','\x7f','\x22','\x08','\x34','\xff','\xa8','\x08','\x20','\x08','\x20','\x08','\x20','\x05','\x00','\x72','\x3e','\x12','\xa2','\x51','\x24','\x21','\x24','\x5e','\xa8','\x80','\xa4','\x3f','\x24','\x21','\x22','\x21','\x22','\x3f','\x22','\x21','\x34','\x12','\x28','\x07','\xa0','\x78','\x20','\x20','\x20','\x22','\x00','\x14','\x3e','\xff','\xa2','\x08','\x24','\x7f','\x24','\x08','\x28','\xff','\xa4','\x49','\x24','\x2a','\x22','\xff','\xa2','\x00','\x22','\x7f','\x34','\x41','\x28','\x41','\x20','\x7f','\x20','\x41','\x20','\x0f','\x00','\xf8','\x3e','\x49','\x22','\x2a','\x24','\xff','\xa4','\x2a','\x28','\x49','\x24','\x80','\xa4','\x7f','\x22','\x49','\x22','\x49','\x22','\x7f','\x34','\x49','\x28','\x49','\x20','\x7f','\x20','\x41','\x20','\x14','\x00','\x55','\x7c','\x36','\x44','\x14','\x48','\xff','\x48','\x22','\x50','\x14','\x48','\x7f','\x48','\x08','\x44','\x7f','\x44','\x08','\x44','\xff','\x68','\x1c','\x50','\x2a','\x40','\x49','\x40','\x08','\x40','\x04','\x00','\x7f','\xde','\x40','\x12','\x5f','\x92','\x54','\x94','\x5f','\x94','\x54','\x98','\x5f','\x94','\x44','\x12','\x5f','\x92','\x44','\x12','\x7f','\xda','\x54','\x94','\xaf','\x50','\x84','\x10','\x3f','\xd0','\x7b','\xc0','\x00','\x1e','\x7b','\xd2','\x4a','\x52','\x6b','\x54','\x4a','\x54','\x04','\x18','\x7f','\xd4','\x4a','\x12','\x7f','\xd2','\x4a','\x52','\x7f','\xda','\x52','\x54','\x5b','\x90','\x52','\x50','\x99','\xd0','\x00','\x00','\xfe','\xfc','\x28','\x00','\x28','\x00','\xfe','\x00','\xaa','\xfe','\xaa','\x50','\xaa','\x50','\xae','\x50','\xc2','\x50','\x82','\x50','\xfe','\x52','\x82','\x52','\x82','\x92','\xfe','\x8e','\x83','\x00','\x00','\x20','\xfe','\x20','\x29','\xfe','\x28','\x50','\xfe','\xa8','\xab','\x26','\xaa','\xf8','\xaa','\xa8','\xae','\xa8','\xc2','\xf8','\x82','\xa8','\xfe','\xa8','\x82','\xf8','\x82','\xaa','\xfe','\x22','\x82','\x1e','\x00','\x00','\xfe','\x7c','\x28','\x54','\x28','\x54','\xfe','\x6c','\xaa','\x44','\xaa','\x7c','\xaa','\x00','\xae','\x00','\xc2','\xfe','\x82','\xaa','\xfe','\xaa','\x82','\xaa','\x82','\xaa','\xff','\xfe','\x82','\x00','\x04','\x40','\x24','\x7c','\x3c','\xa8','\x05','\x50','\x7c','\x28','\x25','\xfe','\x44','\x88','\x80','\x58','\xff','\xfe','\x04','\x40','\x3f','\xf8','\x28','\x48','\x30','\x38','\x27','\xc8','\x20','\x08','\x3f','\xf8','\x00','\x24','\xfb','\xa8','\x20','\x92','\x25','\x14','\xfa','\x08','\xac','\x04','\xab','\xba','\xa8','\xa8','\xd8','\xc6','\x8b','\x80','\x8a','\x3c','\xfb','\x84','\x88','\xa8','\x88','\x90','\xfa','\xa8','\x89','\x44','\x01','\x10','\xf9','\x10','\x27','\xfc','\x21','\x10','\xf9','\xf0','\xaa','\x08','\xaa','\xea','\xae','\xac','\xda','\xa8','\x8a','\xaa','\x8e','\xea','\xfa','\x06','\x88','\x00','\x8a','\xa4','\xfa','\x52','\x8c','\x52','\x10','\x04','\x10','\x04','\x28','\x04','\x24','\x44','\x42','\x44','\xbc','\x44','\x10','\x44','\x10','\x44','\xfe','\x44','\x10','\x44','\x94','\x44','\x58','\x04','\x50','\x04','\x1e','\x04','\xf0','\x14','\x40','\x08','\x10','\x40','\x10','\x40','\x28','\x40','\x24','\x40','\x41','\xf8','\xb8','\x48','\x10','\x48','\x10','\x48','\xfd','\x48','\x10','\xc8','\x94','\x48','\x58','\xa8','\x50','\xaa','\x1d','\x0a','\xe2','\x06','\x44','\x02','\x08','\x04','\x08','\x04','\x14','\x08','\x22','\x10','\x41','\x20','\xbe','\x44','\x08','\x04','\x08','\x08','\x7f','\x10','\x08','\x22','\x49','\x42','\x2a','\x04','\x08','\x08','\x0f','\x10','\xf0','\x20','\x40','\xc0','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\x20','\x40','\x20','\xb8','\xa8','\x10','\xa4','\x10','\xa4','\xfd','\x22','\x11','\x22','\x96','\x22','\x58','\x20','\x50','\x20','\x1c','\x20','\xe0','\xa0','\x40','\x40','\x10','\x00','\x10','\x00','\x28','\xfc','\x24','\x20','\x42','\x20','\xbc','\x20','\x10','\x20','\x10','\x20','\xfe','\x20','\x10','\x20','\x94','\x20','\x58','\x20','\x50','\x20','\x1e','\x20','\xf1','\xfe','\x40','\x00','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\x20','\x42','\x20','\xbd','\xfe','\x10','\x20','\x10','\x20','\xfe','\x20','\x10','\x50','\x94','\x50','\x58','\x50','\x50','\x88','\x1e','\x88','\xf1','\x04','\x42','\x02','\x10','\x20','\x10','\x20','\x28','\x20','\x24','\x20','\x41','\xfc','\xb8','\x20','\x10','\x20','\x10','\x20','\xfd','\xfe','\x10','\x20','\x94','\x50','\x58','\x50','\x50','\x88','\x1c','\x88','\xe1','\x04','\x42','\x02','\x10','\x20','\x10','\x20','\x28','\x50','\x24','\x50','\x40','\x88','\xb9','\x44','\x12','\x22','\x10','\x20','\xfc','\x00','\x11','\xfc','\x94','\x04','\x58','\x08','\x50','\x08','\x1c','\x10','\xe0','\x10','\x40','\x20','\x10','\x50','\x10','\x48','\x28','\x48','\x24','\x40','\x43','\xfe','\xbc','\x40','\x10','\x40','\x10','\x7c','\xfe','\xa4','\x10','\xa4','\x94','\xa8','\x59','\x28','\x51','\x10','\x1e','\x28','\xf0','\x44','\x40','\x82','\x10','\x10','\x10','\x10','\x28','\x10','\x25','\xfe','\x41','\x12','\xb9','\x14','\x11','\x10','\x11','\xfc','\xfd','\x44','\x11','\x44','\x95','\x28','\x59','\x28','\x51','\x10','\x1e','\x28','\xe2','\x44','\x44','\x82','\x10','\x00','\x10','\x00','\x29','\xfc','\x24','\x20','\x40','\x20','\xb8','\x20','\x10','\x20','\x10','\x20','\xfd','\xfc','\x10','\x20','\x94','\x28','\x58','\x24','\x50','\x24','\x1c','\x20','\xe3','\xfe','\x40','\x00','\x10','\x80','\x10','\x80','\x28','\x80','\x24','\xfe','\x43','\x40','\xbd','\x40','\x12','\x40','\x10','\x7c','\xfe','\x40','\x10','\x40','\x94','\x40','\x58','\x7e','\x50','\x40','\x1e','\x40','\xf0','\x40','\x40','\x40','\x10','\x00','\x11','\xfc','\x29','\x24','\x25','\x24','\x41','\x24','\xb9','\xfc','\x11','\x24','\x11','\x24','\xfd','\x24','\x11','\xfc','\x95','\x24','\x58','\x20','\x50','\x20','\x1c','\x20','\xe0','\x20','\x40','\x20','\x10','\x40','\x10','\x40','\x28','\x80','\x24','\xfc','\x41','\x20','\xba','\x20','\x10','\x20','\x10','\x20','\xfd','\xfe','\x10','\x20','\x94','\x50','\x58','\x50','\x50','\x88','\x1c','\x88','\xe1','\x04','\x42','\x02','\x10','\x00','\x10','\xf8','\x28','\x88','\x24','\x88','\x40','\x88','\xb8','\xf8','\x10','\x88','\x10','\x88','\xfc','\x88','\x10','\xf8','\x94','\x88','\x58','\x88','\x50','\x88','\x1c','\x88','\xe3','\xfe','\x40','\x00','\x10','\x40','\x10','\x20','\x28','\x20','\x25','\xfe','\x40','\x00','\xb8','\x88','\x11','\x04','\x12','\x02','\xfc','\x88','\x10','\x88','\x94','\x50','\x58','\x50','\x50','\x20','\x1c','\x50','\xe0','\x88','\x43','\x06','\x10','\x20','\x10','\x20','\x29','\xfc','\x24','\x20','\x40','\x20','\xb8','\x20','\x13','\xfe','\x10','\x00','\xfc','\x20','\x10','\x20','\x95','\xfc','\x58','\x20','\x50','\x20','\x1c','\x20','\xe3','\xfe','\x40','\x00','\x10','\x80','\x10','\x80','\x28','\xfe','\x25','\x00','\x42','\xfc','\xb8','\x84','\x10','\xa4','\x10','\x94','\xfd','\xfe','\x10','\x84','\x95','\x24','\x59','\x14','\x51','\xfe','\x1c','\x04','\xe0','\x28','\x40','\x10','\x20','\x04','\x20','\x0e','\x53','\xb8','\x48','\x88','\x80','\x88','\x79','\x28','\x21','\x2e','\x23','\xa8','\xf8','\xa8','\x22','\xa8','\x2a','\xa8','\xb1','\x3e','\x61','\x00','\x3a','\x80','\xe4','\x7e','\x08','\x00','\x20','\x00','\x20','\x06','\x53','\xb8','\x48','\x88','\x80','\x88','\x79','\x08','\x21','\x3e','\x23','\x88','\xf8','\x88','\x22','\x88','\x2a','\x88','\xb1','\x3e','\x61','\x00','\x3a','\x80','\xe4','\x7e','\x08','\x00','\x20','\x42','\x20','\xe2','\x53','\x82','\x48','\x8a','\x80','\x8a','\x78','\x8a','\x23','\xea','\x20','\x8a','\xf9','\x8a','\x21','\xca','\x2a','\xaa','\xb2','\x82','\x64','\x82','\x38','\x82','\xe0','\x8a','\x00','\x84','\x10','\x00','\x11','\xfe','\x29','\x00','\x25','\x00','\x41','\x7c','\xb9','\x00','\x11','\x00','\x11','\xfe','\xfd','\x50','\x11','\x52','\x95','\x54','\x59','\x48','\x51','\x48','\x1e','\x44','\xe2','\x52','\x44','\x60','\x10','\x20','\x11','\x24','\x28','\xa4','\x24','\xa8','\x40','\x20','\xb9','\xfc','\x11','\x04','\x11','\x04','\xfd','\x74','\x11','\x54','\x95','\x54','\x59','\x54','\x51','\x74','\x1d','\x04','\xe1','\x14','\x41','\x08','\x10','\x80','\x10','\xf8','\x28','\x88','\x25','\x08','\x41','\xf0','\xb8','\x10','\x10','\x10','\x13','\xfe','\xfc','\x20','\x12','\x22','\x95','\x74','\x58','\xa8','\x51','\x24','\x1e','\x22','\xe0','\xa0','\x40','\x40','\x10','\x20','\x10','\xa2','\x28','\xa2','\x25','\x24','\x40','\x50','\xb8','\x88','\x13','\x04','\x10','\x22','\xfc','\x20','\x10','\xa4','\x94','\xa4','\x59','\x28','\x50','\x50','\x1c','\x88','\xe1','\x04','\x42','\x02','\x10','\x20','\x10','\x20','\x29','\xfc','\x24','\x50','\x40','\x88','\xb9','\x04','\x13','\xfe','\x10','\x08','\xfd','\xe8','\x11','\x28','\x95','\x28','\x59','\xe8','\x51','\x28','\x1c','\x08','\xe0','\x28','\x40','\x10','\x10','\x40','\x10','\x20','\x2b','\xfe','\x24','\x80','\x41','\x04','\xbb','\xfe','\x10','\x02','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x95','\x04','\x59','\xfc','\x51','\x04','\x1d','\x04','\xe1','\x14','\x41','\x08','\x10','\x88','\x10','\x88','\x2b','\xfe','\x24','\x88','\x40','\xa8','\xb8','\x20','\x11','\xfc','\x11','\x24','\xfd','\x24','\x11','\x24','\x97','\xfe','\x58','\x20','\x50','\x50','\x1c','\x88','\xe1','\x04','\x42','\x02','\x10','\x00','\x11','\xfc','\x29','\x04','\x25','\x04','\x41','\xfc','\xb9','\x04','\x11','\x04','\x11','\xfc','\xfc','\x00','\x13','\xfe','\x94','\x20','\x59','\x20','\x51','\x3c','\x1d','\x20','\xe2','\xa0','\x44','\x7e','\x10','\x20','\x10','\x20','\x2b','\xfe','\x24','\x20','\x41','\xfc','\xb9','\x24','\x11','\xac','\x11','\x74','\xfd','\x24','\x11','\xfc','\x94','\x20','\x58','\x70','\x50','\xa8','\x1d','\x24','\xe2','\x22','\x40','\x20','\x10','\x08','\x10','\x3c','\x29','\xe0','\x24','\x20','\x40','\x20','\xbb','\xfe','\x10','\x20','\x10','\xa0','\xfd','\x2c','\x11','\x24','\x95','\x24','\x59','\xac','\x51','\x24','\x1d','\x24','\xe1','\xfc','\x41','\x04','\x10','\x80','\x10','\x9e','\x2b','\xea','\x24','\x8a','\x41','\xca','\xb8','\x8a','\x13','\xea','\x10','\x92','\xfc','\xa6','\x10','\x20','\x97','\xfe','\x58','\x20','\x50','\x50','\x1c','\x88','\xe1','\x04','\x46','\x02','\x00','\x20','\x7e','\x20','\x24','\x7e','\x18','\x84','\xff','\x28','\x29','\x10','\x4a','\x28','\x99','\x44','\x06','\xc0','\x18','\x30','\xef','\xee','\x01','\x00','\x3f','\xf8','\x11','\x10','\x09','\x20','\xff','\xfe','\x10','\x1e','\x13','\xe0','\x28','\x44','\x25','\x24','\x40','\x88','\xb9','\xfc','\x10','\x40','\x10','\x40','\xfd','\xfe','\x10','\x80','\x94','\xfc','\x59','\x44','\x51','\x28','\x1e','\x10','\xe0','\x68','\x41','\x86','\x10','\x28','\x10','\x24','\x2b','\xfe','\x24','\x20','\x41','\xfc','\xb9','\x24','\x11','\xfc','\x11','\x24','\xfd','\xfc','\x11','\x24','\x94','\x08','\x5b','\xfe','\x50','\x88','\x1c','\x48','\xe0','\x48','\x40','\x18','\x08','\x20','\x2a','\xa4','\x4d','\x28','\x14','\x50','\x22','\x88','\x7f','\xfe','\x41','\x02','\x86','\xc4','\x18','\x30','\xef','\xee','\x01','\x00','\x3f','\xf8','\x09','\x20','\x05','\x40','\xff','\xfe','\x00','\x00','\x22','\x00','\x21','\x00','\x51','\x3c','\x48','\x24','\x87','\xa4','\x78','\xa4','\x21','\x3c','\x21','\x24','\xfb','\xa4','\x25','\x64','\x29','\x3c','\xb1','\x24','\x61','\x24','\x39','\x24','\xe1','\x7e','\x01','\x00','\x10','\x00','\x11','\xfc','\x29','\x24','\x27','\xfe','\x41','\x24','\xb9','\xfc','\x10','\x00','\x11','\xfc','\xfd','\x04','\x11','\xfc','\x95','\x04','\x59','\xfc','\x51','\x04','\x1d','\xfc','\xe0','\x88','\x41','\x04','\x10','\x10','\x11','\xfe','\x29','\x10','\x25','\x7c','\x41','\x14','\xb9','\xfe','\x11','\x14','\x11','\x7c','\xfd','\x10','\x11','\x7c','\x95','\x54','\x59','\x7c','\x51','\x54','\x1e','\x7c','\xe2','\x54','\x44','\x4c','\x10','\x20','\x10','\x10','\x29','\xfe','\x24','\x00','\x40','\x84','\xb8','\x48','\x11','\xfe','\x11','\x10','\xfd','\x50','\x11','\x7e','\x95','\x90','\x59','\x10','\x51','\x7e','\x1e','\x10','\xe2','\x10','\x44','\xfe','\x10','\x88','\x10','\x88','\x29','\xfc','\x24','\x88','\x40','\x88','\xbb','\xfe','\x10','\x20','\x11','\xfc','\xfd','\x24','\x11','\xfc','\x95','\x24','\x59','\xfc','\x50','\x00','\x1c','\x88','\xe1','\x04','\x42','\x02','\x20','\x40','\x23','\xf8','\x50','\x48','\x4f','\xfe','\x80','\x48','\x73','\xf8','\x20','\x40','\x25','\x54','\xf7','\x5c','\x24','\x44','\xa7','\xfc','\x74','\x44','\x27','\x5c','\x35','\x54','\xc5','\x54','\x08','\x44','\x10','\x00','\x11','\xfc','\x28','\x20','\x27','\xfe','\x42','\x22','\xb9','\xac','\x10','\x20','\x11','\xac','\xfc','\x00','\x11','\xfc','\x95','\x24','\x59','\x24','\x51','\xfc','\x1d','\x24','\xe1','\x24','\x41','\xfc','\x10','\x88','\x13','\xfe','\x28','\xa8','\x24','\x90','\x41','\xfe','\xbb','\x20','\x11','\xfc','\x11','\x20','\xfd','\xfc','\x11','\x20','\x95','\xfe','\x59','\x00','\x53','\xfc','\x1c','\x88','\xe0','\x70','\x43','\x8e','\x20','\x40','\x20','\x20','\x53','\xfe','\x4a','\x50','\x83','\xfe','\x7a','\x52','\x23','\xfe','\x22','\x00','\xfa','\x94','\x22','\xd8','\x2a','\x90','\xb2','\xd2','\x62','\x8e','\x3c','\x00','\xe5','\x54','\x0a','\x2a','\x01','\x00','\x06','\xc0','\x18','\x30','\xef','\xee','\x01','\x00','\x1f','\xf0','\x09','\x20','\x3f','\xf8','\x10','\x10','\x28','\x28','\x7c','\x7c','\x92','\x92','\x7c','\x7c','\x10','\x10','\x54','\x54','\xfe','\xfe','\x21','\xf0','\x22','\x10','\x57','\xfc','\x4a','\x04','\x83','\xfc','\x7a','\x24','\x23','\xb8','\x22','\x22','\xf9','\xfe','\x22','\x10','\x2f','\xfc','\xb2','\x44','\x63','\xfc','\x38','\xd0','\xe1','\x4a','\x06','\x3e','\x10','\x20','\x13','\xfe','\x28','\x00','\x25','\xdc','\x41','\x54','\xb9','\xdc','\x10','\x88','\x13','\xfe','\xfc','\x88','\x13','\xfe','\x94','\x88','\x5b','\xfe','\x50','\x94','\x1d','\x88','\xe2','\xa4','\x40','\xc2','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x41','\x04','\x41','\x04','\x5f','\xf4','\x42','\x04','\x44','\x84','\x44','\x84','\x49','\x04','\x52','\x24','\x67','\xf4','\x42','\x14','\x40','\x0c','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x42','\x04','\x41','\x44','\x44','\x84','\x55','\x24','\x56','\x14','\x64','\x54','\x4c','\x44','\x73','\xc4','\x40','\x14','\x40','\x08','\x00','\x00','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7d','\x7c','\x42','\x84','\x44','\x44','\x58','\x34','\x44','\x44','\x44','\x44','\x44','\x44','\x4a','\xa4','\x51','\x14','\x40','\x14','\x40','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x41','\x04','\x41','\x04','\x4f','\xe4','\x49','\x24','\x49','\x24','\x4f','\xe4','\x41','\x14','\x5f','\xf4','\x40','\x14','\x40','\x04','\x40','\x0c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7e','\x7c','\x41','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x49','\x14','\x48','\xa4','\x4a','\x44','\x4c','\x24','\x48','\x1c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7f','\xfc','\x48','\x24','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x40','\x04','\x5f','\xf4','\x50','\x14','\x5f','\xf4','\x50','\x14','\x5f','\xf4','\x40','\x08','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x64','\x5f','\x84','\x51','\x04','\x5f','\xe4','\x50','\x94','\x58','\x74','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x48','\x24','\x4f','\xec','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x94','\x4e','\xa4','\x42','\x4c','\x54','\x54','\x48','\x24','\x57','\xd4','\x41','\x0c','\x4f','\xe4','\x42','\x84','\x44','\x44','\x58','\x2c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7d','\x7c','\x4f','\xe4','\x41','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x48','\x24','\x7f','\xfc','\x44','\x44','\x48','\x2c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7d','\x7c','\x49','\x24','\x4f','\xe4','\x40','\x04','\x5f','\xf4','\x40','\x04','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x44','\x44','\x5f','\xf4','\x40','\x0c','\x78','\x3c','\x48','\x24','\x7a','\x3c','\x4b','\xa4','\x7c','\xbc','\x4f','\xc4','\x55','\x44','\x47','\xc4','\x45','\x44','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x49','\x24','\x4f','\xe4','\x41','\x14','\x40','\xf4','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x48','\x04','\x49','\xe4','\x5d','\x24','\x49','\xe4','\x49','\x24','\x7d','\xe4','\x49','\x24','\x49','\xe4','\x54','\xc4','\x51','\x54','\x62','\x3c','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x44','\x44','\x7c','\x7c','\x40','\x04','\x5c','\x44','\x44','\x7c','\x7f','\x54','\x52','\x94','\x5e','\x14','\x52','\x54','\x5e','\x24','\x53','\xa4','\x7e','\x54','\x42','\x98','\x00','\x00','\x7b','\xfc','\x48','\x00','\x51','\x24','\x52','\x48','\x64','\x90','\x52','\x48','\x49','\x24','\x48','\x00','\x4b','\xfc','\x68','\x40','\x50','\x40','\x40','\x40','\x40','\x40','\x47','\xfe','\x40','\x00','\x00','\x00','\x7d','\xfc','\x45','\x04','\x49','\x04','\x49','\xfc','\x51','\x04','\x49','\x04','\x49','\xfc','\x44','\x00','\x47','\xfe','\x44','\x20','\x69','\x20','\x51','\x3c','\x41','\x20','\x42','\xa0','\x44','\x7e','\x89','\x08','\xfd','\xfc','\x8a','\x08','\x90','\x90','\xa0','\x60','\xa1','\x98','\x96','\x06','\x91','\xf8','\x88','\x00','\x89','\x28','\xcb','\xfc','\xb4','\x20','\x81','\xfc','\x80','\x20','\x87','\xfe','\x00','\x00','\x00','\x40','\x7c','\x80','\x45','\xfc','\x49','\x04','\x49','\xfc','\x51','\x04','\x49','\xfc','\x49','\x00','\x45','\xfe','\x45','\x00','\x45','\xfe','\x68','\x02','\x52','\xaa','\x42','\xaa','\x42','\x02','\x40','\x0c','\x00','\x20','\x7d','\xfc','\x45','\x24','\x49','\xfc','\x48','\x20','\x53','\xfe','\x48','\x00','\x49','\xfc','\x45','\x04','\x45','\xfc','\x45','\x04','\x69','\xfc','\x51','\x04','\x41','\xfc','\x40','\x88','\x41','\x04','\x00','\x10','\x7b','\xd2','\x48','\x54','\x51','\x48','\x50','\x8a','\x61','\x04','\x52','\xfa','\x4c','\x00','\x49','\xfc','\x49','\x04','\x69','\x04','\x51','\xfc','\x41','\x04','\x40','\x88','\x47','\xfe','\x40','\x00','\x20','\x50','\x20','\x48','\x3c','\x80','\x44','\xfe','\xc5','\x90','\x2a','\x90','\x10','\xfc','\x28','\x90','\x44','\x90','\x82','\xfc','\x7c','\x90','\x44','\x90','\x44','\x90','\x44','\xfe','\x7c','\x80','\x44','\x80','\x0e','\x50','\xf0','\x48','\x22','\x80','\x92','\xfe','\x45','\x90','\x22','\x90','\x44','\xfc','\xf8','\x90','\x10','\x90','\x24','\xfc','\xfe','\x90','\x10','\x90','\xfe','\x90','\x28','\xfe','\x44','\x80','\x82','\x80','\x22','\xa0','\xff','\x90','\x22','\x90','\x3e','\xfe','\x09','\x90','\x7e','\x90','\x4a','\x90','\x7e','\xfc','\x08','\x90','\x7e','\x90','\x08','\xfc','\xff','\x90','\x14','\x94','\x22','\xfe','\x42','\x80','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x00','\x00','\x3f','\xf8','\x00','\x00','\xff','\xfe','\x04','\x00','\x0f','\xf0','\x00','\x10','\x00','\xa0','\x00','\x40','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x01','\x00','\x1d','\x70','\x02','\x00','\x01','\x00','\x7f','\xfc','\x08','\x20','\x04','\x40','\x03','\x80','\x04','\x40','\x18','\x30','\xe0','\x0e','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x00','\x80','\x79','\xf8','\x4a','\x88','\x48','\x70','\x53','\x8e','\x49','\x20','\x49','\xfc','\x6a','\x20','\x50','\xf8','\x40','\x20','\x43','\xfe','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x04','\x40','\x3f','\xf8','\x24','\x48','\x3f','\xf8','\x24','\x48','\x7f','\xfc','\x10','\x10','\x1f','\xf0','\x08','\x20','\xff','\xfe','\x00','\x00','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x28','\x40','\x24','\xfc','\x7e','\x84','\x48','\xfc','\xfe','\x84','\x48','\xfe','\x7e','\x80','\x48','\xfe','\x48','\x02','\x7e','\xaa','\x40','\x04','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x08','\x40','\x14','\xfc','\x22','\x84','\x5c','\xfc','\x88','\x84','\x3e','\xfe','\x08','\x80','\x4a','\xfe','\x28','\x02','\x0e','\xaa','\x70','\x04','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x41','\x02','\x9d','\x74','\x10','\x40','\x7e','\xfc','\x52','\x84','\x28','\xfc','\x3e','\x84','\x68','\xfe','\xbe','\x80','\x28','\xfe','\x3e','\x02','\x28','\xaa','\x3e','\x04','\x10','\x00','\x11','\xfc','\xff','\x04','\x11','\x04','\x7d','\xfc','\x11','\x04','\xff','\x04','\x01','\xfc','\x7d','\x04','\x45','\x04','\x7d','\xfc','\x44','\x50','\x7c','\x90','\x44','\x92','\x55','\x12','\x4a','\x0e','\x22','\x20','\x22','\x20','\xff','\x20','\x22','\x7e','\x3e','\x42','\x08','\x82','\x7f','\x02','\x49','\x82','\x49','\x42','\x7f','\x22','\x08','\x22','\xff','\x82','\x08','\x02','\x08','\x02','\x08','\x14','\x08','\x08','\x22','\x04','\x22','\x0e','\xff','\x70','\x22','\x40','\x3e','\x40','\x08','\x40','\x7f','\x7e','\x49','\x48','\x49','\x48','\x7f','\x48','\x08','\x48','\xff','\xc8','\x08','\x48','\x08','\x88','\x08','\x88','\x09','\x08','\x28','\x00','\x29','\xfe','\xfc','\x20','\x28','\x20','\x39','\xfc','\x11','\x24','\x7d','\x24','\x55','\xfc','\x55','\x24','\x7d','\x24','\x11','\xfc','\xfd','\x20','\x10','\xa0','\x10','\x40','\x10','\xb0','\x13','\x0e','\x28','\x00','\x28','\xfc','\xfe','\x84','\x28','\x84','\x38','\xfc','\x10','\x84','\x7c','\x84','\x54','\xfc','\x54','\x00','\x7d','\xfe','\x10','\x20','\xfe','\xa0','\x10','\xbc','\x10','\xa0','\x11','\x60','\x12','\x3e','\x28','\x20','\x29','\x24','\xfc','\xa8','\x2b','\xfe','\x3a','\x02','\x10','\xf8','\x7c','\x88','\x54','\x88','\x54','\xf8','\x7c','\x20','\x10','\x20','\xfd','\xfc','\x10','\x20','\x10','\x20','\x13','\xfe','\x10','\x00','\x28','\x00','\x2b','\xfe','\xfc','\x00','\x29','\xfc','\x39','\x24','\x11','\xfc','\x7d','\x24','\x57','\xfe','\x54','\x00','\x7d','\xfc','\x11','\x24','\xfd','\xfc','\x11','\x24','\x11','\xfc','\x10','\x00','\x13','\xfe','\x50','\x88','\x53','\xfe','\xf8','\x88','\x50','\x20','\x73','\xfe','\x22','\x50','\xfb','\xfe','\xaa','\x52','\xab','\xfe','\xfa','\x80','\x22','\xfe','\xfa','\x80','\x22','\xfe','\x24','\x02','\x2a','\xaa','\x20','\x04','\x10','\x00','\x10','\xf8','\x7c','\x88','\x24','\x88','\xfe','\xf8','\x00','\x88','\x7c','\x88','\x44','\xf8','\x7c','\x00','\x11','\xfc','\x7d','\x54','\x11','\x54','\x51','\x54','\x7d','\x54','\x13','\xfe','\x10','\x00','\x10','\x44','\x10','\x44','\x7d','\xfe','\x24','\x44','\xfe','\x44','\x01','\xfe','\x7c','\x40','\x44','\xfe','\x7d','\x92','\x12','\xfe','\x7c','\x92','\x10','\xfe','\x50','\x92','\x7c','\x92','\x10','\x92','\x10','\x86','\x20','\x00','\x13','\xfe','\x7c','\x20','\x00','\x20','\x44','\x20','\x29','\xfc','\xff','\x24','\x01','\x24','\x7d','\x24','\x45','\x24','\x45','\x24','\x7d','\x34','\x45','\x28','\x44','\x20','\x7c','\x20','\x44','\x20','\x11','\x1e','\x27','\xd2','\x7a','\x54','\x13','\xd8','\x2a','\x56','\x7a','\x92','\x13','\x5c','\x60','\x90','\x1f','\xf8','\x04','\x44','\x7f','\xfe','\x08','\x10','\x0f','\xf0','\x08','\x10','\x0f','\xf0','\x00','\x00','\x00','\x00','\x01','\xfe','\x7c','\x20','\x10','\x40','\x11','\xfc','\x11','\x04','\x7d','\x04','\x11','\xfc','\x11','\x04','\x11','\xfc','\x11','\x04','\x1d','\x04','\xe1','\xfc','\x40','\x88','\x01','\x04','\x02','\x02','\x10','\x00','\x08','\xfe','\x7e','\x10','\x42','\x20','\x94','\xfc','\x10','\x84','\x10','\x84','\xfe','\xfc','\x24','\x84','\x24','\xfc','\x48','\x84','\x28','\x84','\x10','\xfc','\x28','\x48','\x44','\x84','\x81','\x02','\x28','\x00','\x28','\xfe','\x28','\x10','\x28','\x20','\xaa','\xfc','\x6c','\x84','\x28','\x84','\x28','\xfc','\x6c','\x84','\xaa','\xfc','\x28','\x84','\x28','\x84','\x2a','\xfc','\x4c','\x48','\x48','\x84','\x81','\x02','\x08','\x00','\x08','\xfe','\x08','\x10','\xff','\xa0','\x08','\x7c','\x2a','\x44','\x2a','\x44','\x2a','\x7c','\x5d','\x44','\x88','\xfc','\x08','\x44','\x14','\x44','\x12','\x7c','\x21','\x00','\x41','\x28','\x80','\x44','\x08','\x04','\x09','\xfe','\x28','\x20','\x2e','\xfc','\x28','\x84','\x28','\x84','\xff','\xfc','\x08','\x84','\x28','\xfc','\x28','\x84','\x49','\x84','\x8a','\xfc','\x04','\x84','\x18','\x58','\x61','\x86','\x00','\x00','\x00','\x00','\x7c','\xfe','\x54','\x10','\x54','\x20','\x7c','\xfc','\x54','\x84','\x54','\x84','\x7c','\xfc','\x10','\x84','\xfe','\xfc','\x92','\x84','\x96','\x84','\xbe','\xfc','\x82','\x48','\x8a','\x84','\x85','\x02','\x10','\x00','\x92','\xfe','\x92','\x10','\x92','\x20','\xfe','\xfc','\x00','\x84','\xfe','\x84','\x10','\xfc','\x20','\x84','\xfe','\xfc','\xaa','\x84','\xaa','\x84','\xaa','\xfc','\xaa','\x48','\xaa','\x84','\x87','\x02','\x08','\x00','\x10','\x7e','\x7f','\x10','\x41','\x20','\x55','\x7c','\x49','\x44','\x55','\x44','\x41','\x7c','\x7f','\x44','\x08','\x7c','\x05','\x44','\x54','\xc4','\x50','\xfc','\x92','\x00','\x0e','\x28','\x00','\x44','\x08','\x00','\x49','\x7e','\x49','\x10','\x7f','\x20','\x00','\x7c','\xff','\x44','\x00','\x44','\x7f','\x7c','\x41','\x44','\x41','\x7c','\x7f','\x44','\x42','\x44','\x24','\x7c','\x0f','\x00','\xf0','\x28','\x40','\x44','\x00','\x00','\x7e','\xfe','\x22','\x10','\x1c','\x20','\x22','\x7c','\x77','\x44','\x55','\x44','\x22','\x7c','\x55','\x44','\x08','\x7c','\x7f','\x44','\x1c','\x44','\x2a','\x7c','\x49','\x00','\x88','\x28','\x08','\x44','\x46','\x00','\x78','\x7e','\x40','\x90','\x3f','\xa0','\x00','\x7c','\x5f','\x44','\x51','\x44','\x5f','\x7c','\x51','\x44','\x5f','\x7c','\x51','\x44','\x5f','\x44','\x40','\x7c','\x7f','\x80','\x22','\x28','\x41','\x44','\x49','\x04','\x2a','\xfe','\x2a','\x10','\x08','\x7c','\x7f','\x44','\x1c','\x44','\x2a','\x7c','\x49','\x44','\x0a','\x7c','\x09','\x44','\x7f','\x44','\x08','\x7c','\x14','\x44','\x22','\x28','\x42','\xc6','\x00','\x00','\x00','\x00','\x7c','\xfe','\x44','\x10','\x7c','\x20','\x44','\xfc','\x7c','\x84','\x10','\x84','\xfe','\xfc','\x00','\x84','\x7c','\xfc','\x44','\x84','\x7c','\x84','\x10','\xfc','\x54','\x48','\x92','\x84','\x31','\x02','\x00','\x00','\x7f','\x3e','\x08','\x08','\xff','\x90','\x88','\xbe','\x6b','\x22','\x08','\x22','\x6b','\x3e','\x00','\x22','\xff','\xbe','\x08','\x22','\x7f','\x22','\x55','\x3e','\x55','\x00','\x55','\x14','\x43','\x22','\x00','\x7c','\x7f','\x44','\x41','\x7c','\x4d','\x44','\x71','\x7c','\x51','\x00','\x7d','\xfe','\x55','\x40','\x7d','\x7e','\x51','\xaa','\x55','\x52','\x7d','\x2a','\x44','\x84','\x40','\x42','\x80','\x3e','\x00','\x00','\x00','\x20','\x7c','\xa4','\x44','\xa4','\x4d','\x28','\x74','\x50','\x54','\x88','\x55','\x04','\x7c','\x88','\x56','\xaa','\x7d','\xdc','\x54','\x88','\x55','\x54','\x52','\x22','\x7d','\x00','\x44','\x82','\x80','\x7e','\x20','\x20','\x20','\x20','\x20','\x50','\x3c','\x48','\x24','\xa4','\x45','\xfa','\x46','\x88','\xa4','\xf8','\x14','\x88','\x08','\xf8','\x08','\xa2','\x10','\x94','\x10','\x88','\x20','\xa4','\x40','\xc4','\x80','\x80','\x10','\x10','\x11','\xfe','\x28','\x00','\x25','\xfe','\x53','\x02','\xfd','\x7a','\x45','\x4a','\x7d','\xfe','\x44','\x00','\x7c','\xfc','\x40','\x84','\x50','\xfc','\x48','\x84','\x54','\xfc','\x64','\x00','\x41','\xfe','\x04','\x20','\x78','\x20','\x11','\xfe','\xfe','\x20','\x10','\x20','\x39','\xfe','\x55','\x02','\x92','\x04','\x7c','\xf8','\x44','\x10','\x44','\x20','\x7d','\xfe','\x44','\x20','\x44','\x20','\x7c','\xa0','\x44','\x40','\x00','\x20','\x7f','\x10','\x48','\x10','\x7f','\x7c','\x48','\x00','\x7f','\x28','\x48','\x10','\x48','\xfe','\x7f','\x90','\x00','\x90','\xaa','\xfc','\xaa','\x90','\xaa','\x90','\x80','\x90','\x05','\x10','\x02','\x10','\x00','\x10','\x7e','\x20','\x48','\x44','\x7e','\x82','\x48','\xfe','\x7e','\x00','\x48','\x40','\x48','\x7e','\x7e','\x90','\x02','\x10','\xaa','\xfe','\xaa','\x10','\xaa','\x28','\x82','\x44','\x14','\x82','\x09','\x00','\x00','\x10','\x7e','\xd4','\x48','\x48','\x7f','\x4a','\x48','\x84','\x7e','\x84','\x49','\x02','\x48','\xf8','\x7e','\x20','\x02','\x20','\xab','\xfc','\xaa','\x20','\xaa','\x50','\x82','\x48','\x14','\x84','\x09','\x04','\x00','\x20','\x79','\x3c','\x49','\x20','\x53','\xfe','\x48','\xa4','\x6b','\x28','\x50','\x70','\x43','\x80','\x00','\x00','\x3f','\xf8','\x21','\x00','\x3f','\xf8','\x21','\x00','\x3f','\xfe','\x29','\x22','\x44','\x96','\x00','\x20','\x7e','\xde','\x48','\x8a','\x7e','\xca','\x48','\xaa','\x7e','\xd2','\x48','\xa6','\x48','\x00','\x7e','\xfe','\x02','\x92','\xaa','\x92','\xaa','\xfe','\xaa','\x92','\x82','\x92','\x14','\xfe','\x08','\x82','\x00','\x20','\x7c','\x10','\x51','\xfe','\x7d','\x02','\x51','\x02','\x7d','\xfe','\x51','\x00','\x51','\xee','\x7d','\x22','\x05','\xaa','\x55','\x66','\x55','\x22','\x55','\x66','\x86','\xaa','\x16','\x22','\x0c','\x66','\x00','\x44','\x7e','\xfe','\x48','\x44','\x7e','\x00','\x48','\xfe','\x7e','\x54','\x48','\x54','\x48','\xfe','\x7e','\x54','\x02','\x54','\xaa','\xfe','\xaa','\x10','\xaa','\xfe','\x82','\x10','\x14','\x10','\x08','\x10','\x00','\x20','\xf9','\x24','\xa0','\xa8','\xfb','\xfe','\xa0','\xa8','\xf9','\x24','\xa2','\x22','\xa1','\x04','\xf9','\x04','\x09','\xde','\xaa','\x44','\xad','\x54','\xa8','\x9e','\x89','\x04','\x0a','\x04','\x34','\x04','\x00','\x00','\x7e','\xee','\x48','\xaa','\x7e','\xaa','\x48','\xee','\x7e','\x00','\x48','\xfe','\x48','\x92','\x7e','\xfe','\x02','\x92','\xaa','\xfe','\xaa','\x10','\xab','\xfe','\x82','\x10','\x14','\x10','\x08','\x10','\x00','\x04','\x7c','\x1e','\x44','\xf0','\x74','\x90','\x54','\x90','\xfe','\x90','\x82','\x90','\x7c','\xfe','\x44','\x90','\x7c','\x90','\x44','\x90','\x7c','\x88','\x44','\x8a','\x44','\xaa','\x54','\xd6','\x48','\x8a','\x00','\x00','\x7c','\xf8','\x44','\xa8','\x74','\xa8','\x54','\xf8','\xfe','\xa8','\x82','\xa8','\x7c','\xf8','\x44','\x20','\x7d','\xfc','\x44','\x20','\x7c','\x70','\x44','\xa8','\x45','\x26','\x54','\x20','\x48','\x20','\x00','\xfc','\x7c','\xa4','\x44','\xa4','\x74','\xfc','\x54','\xa4','\xfe','\xa4','\x82','\xfc','\x7c','\x20','\x44','\x20','\x7d','\xfe','\x45','\x22','\x7d','\x2a','\x45','\xfa','\x45','\x0a','\x55','\x02','\x49','\x06','\x00','\x00','\x7c','\xee','\x44','\x22','\x74','\xaa','\x54','\x66','\xfe','\xaa','\x82','\x10','\x7c','\x28','\x44','\x44','\x7d','\x92','\x44','\x20','\x7c','\xc8','\x44','\x32','\x44','\xc4','\x54','\x18','\x48','\xe0','\x00','\x20','\x7d','\xfe','\x45','\x4a','\x74','\xfc','\x54','\x48','\xfe','\xfc','\x82','\x84','\x7c','\xfc','\x44','\x84','\x7c','\xfc','\x44','\x84','\x7c','\xfc','\x44','\x50','\x44','\x54','\x54','\x92','\x49','\x0e','\x3e','\x04','\x20','\x18','\x3e','\x60','\x20','\x04','\x3e','\x18','\x20','\x62','\xff','\x04','\x22','\x18','\x7f','\x60','\x08','\x40','\x10','\x40','\x37','\xfc','\xd0','\xe0','\x13','\x58','\x1c','\x46','\x10','\x40','\x3f','\x08','\x20','\x30','\x3e','\xc4','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x00','\x20','\x1f','\xc0','\x10','\x00','\x1f','\xf8','\x10','\x80','\x10','\x80','\xff','\xfe','\x10','\x20','\x20','\x10','\x3f','\x04','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x11','\x10','\x09','\x20','\x7f','\xfc','\x04','\x00','\xff','\xfe','\x10','\x10','\x2f','\xe8','\xc8','\x26','\x08','\xa0','\x08','\x48','\x07','\xf8','\x3f','\x08','\x20','\x30','\x3e','\xc4','\x20','\x18','\xff','\x62','\x22','\x0c','\x7f','\x70','\x02','\x80','\x0c','\x60','\x3f','\xf8','\xd5','\x56','\x13','\x90','\x1f','\xf0','\x0a','\x20','\x09','\x20','\x0f','\xe0','\xbe','\xfa','\x88','\x22','\xbe','\xfa','\x88','\x22','\xbe','\xfa','\x84','\x02','\x87','\x82','\x88','\x82','\x97','\xc2','\x84','\x42','\x8f','\xe2','\x89','\x22','\x8f','\xe2','\x89','\x22','\x8f','\x12','\x81','\xf6','\xbe','\xfa','\x88','\x22','\xbe','\xfa','\x88','\x22','\xbe','\xfa','\x80','\x06','\xbb','\xba','\xaa','\xa2','\xbb','\xa2','\x8a','\x3e','\xbb','\xaa','\xa0','\xaa','\xbb','\xaa','\x8a','\x2a','\x8b','\xaa','\xbc','\x46','\x20','\x80','\x20','\x40','\x7c','\x20','\x44','\x20','\x88','\x10','\x7e','\x10','\x52','\x10','\x52','\x28','\x7e','\x28','\x52','\x28','\x52','\x28','\x7e','\x48','\x00','\x44','\xaa','\x44','\xaa','\x84','\x01','\x02','\x20','\x08','\x20','\x1c','\x7c','\xe0','\x44','\x20','\x88','\x20','\x7e','\x3c','\x52','\xe0','\x52','\x20','\x7e','\x20','\x52','\x3e','\x53','\xe0','\x7e','\x20','\x00','\x22','\xaa','\x22','\xaa','\x22','\x00','\x1e','\x20','\x10','\x20','\x10','\x7c','\x10','\x44','\x10','\x88','\x54','\x7e','\x52','\x52','\x52','\x52','\x90','\x7e','\x10','\x52','\x14','\x52','\x04','\x7e','\x08','\x00','\x08','\xaa','\x10','\xaa','\x20','\x00','\xc0','\x20','\x20','\x20','\x10','\x7c','\x10','\x44','\x7e','\x88','\x42','\x7e','\x42','\x52','\x42','\x52','\x7e','\x7e','\x42','\x52','\x40','\x52','\x40','\x7e','\x40','\x00','\x40','\xaa','\x80','\xaa','\x80','\x01','\x00','\x20','\x08','\x20','\x28','\x7c','\x28','\x44','\x28','\x88','\x44','\x7e','\x44','\x52','\x82','\x53','\x7c','\x7e','\x24','\x52','\x24','\x52','\x24','\x7e','\x24','\x00','\x44','\xaa','\x44','\xaa','\x94','\x01','\x08','\x20','\x50','\x20','\x50','\x78','\x50','\x49','\xfc','\x90','\x54','\x7c','\x54','\x55','\xfc','\x55','\x50','\x7d','\x50','\x55','\xfe','\x54','\x52','\x7c','\x52','\x00','\x5a','\xaa','\x94','\xaa','\x90','\x01','\x10','\x20','\x10','\x20','\x10','\x7c','\x20','\x44','\xfe','\x88','\x82','\x7e','\x82','\x52','\x82','\x52','\x82','\x7e','\xfe','\x52','\x82','\x52','\x82','\x7e','\x82','\x00','\x82','\xaa','\x82','\xaa','\xfe','\x00','\x82','\x20','\x20','\x20','\x20','\x79','\x20','\x49','\x20','\x91','\xfc','\x7d','\x20','\x56','\x20','\x54','\x20','\x7c','\x20','\x55','\xfc','\x54','\x20','\x7c','\x20','\x00','\x20','\xaa','\x20','\xab','\xfe','\x00','\x00','\x20','\x00','\x20','\xfe','\x7c','\x10','\x44','\x10','\x88','\x20','\x7e','\xfe','\x52','\xaa','\x52','\xaa','\x7e','\xaa','\x52','\xaa','\x52','\xaa','\x7e','\xaa','\x00','\xaa','\xaa','\xa2','\xaa','\x8a','\x00','\x84','\x20','\x20','\x20','\x20','\x7b','\xfe','\x48','\x20','\x91','\xfc','\x7c','\x24','\x55','\xfc','\x55','\x20','\x7d','\xfe','\x54','\x22','\x54','\x2a','\x7c','\x54','\x00','\x50','\xaa','\x88','\xab','\x04','\x02','\x02','\x20','\x00','\x21','\xfe','\x78','\x20','\x48','\x20','\x91','\xfc','\x7d','\x24','\x55','\x24','\x55','\xfc','\x7d','\x24','\x55','\x24','\x55','\xfc','\x7d','\x20','\x00','\xa0','\xaa','\x40','\xaa','\xb0','\x03','\x0e','\x20','\x10','\x20','\x14','\x78','\x12','\x48','\x10','\x91','\xfc','\x7d','\x10','\x55','\x10','\x55','\xd4','\x7d','\x54','\x55','\x54','\x55','\x54','\x7d','\x48','\x01','\x4a','\xaa','\x9a','\xaa','\x26','\x04','\x42','\x20','\x20','\x20','\x20','\x78','\xfc','\x48','\x20','\x90','\x20','\x7d','\xfe','\x54','\x48','\x54','\x84','\x7d','\x22','\x54','\x20','\x54','\xfc','\x7c','\x20','\x00','\x20','\xaa','\x20','\xab','\xfe','\x00','\x00','\x20','\x40','\x20','\x5c','\x7c','\x44','\x44','\x84','\x88','\xbe','\x7e','\x90','\x53','\x90','\x52','\x9e','\x7e','\xa8','\x52','\x88','\x52','\xbe','\x7e','\x88','\x00','\x88','\xaa','\x94','\xaa','\x94','\x00','\xa2','\x20','\x00','\x20','\xee','\x7c','\xaa','\x44','\xaa','\x88','\xaa','\x7e','\xea','\x52','\xaa','\x52','\xaa','\x7e','\xea','\x52','\x8a','\x52','\xca','\x7e','\xae','\x00','\xd8','\xaa','\x88','\xaa','\x08','\x00','\x08','\x20','\x1e','\x23','\xe0','\x78','\x44','\x49','\x24','\x90','\x88','\x7d','\xfc','\x54','\x40','\x54','\x40','\x7d','\xfe','\x54','\x80','\x54','\xfc','\x7d','\x44','\x01','\x28','\xaa','\x10','\xaa','\x68','\x01','\x86','\x20','\x08','\x20','\x08','\x79','\xc8','\x49','\x7e','\x91','\x48','\x7d','\x48','\x55','\x7e','\x55','\xc4','\x7d','\x44','\x55','\x7e','\x55','\x44','\x7d','\x64','\x01','\xd4','\xaa','\x04','\xaa','\x14','\x00','\x08','\x20','\x00','\x21','\x3e','\x78','\x88','\x48','\x90','\x90','\x2a','\x7c','\x4a','\x57','\x1c','\x55','\x2c','\x7d','\x4a','\x55','\x1a','\x55','\x2a','\x7d','\x48','\x01','\x28','\xaa','\x90','\xaa','\x7e','\x00','\x00','\x20','\x00','\x20','\xfe','\x7c','\x28','\x44','\xfe','\x88','\xaa','\x7e','\xfe','\x52','\x00','\x52','\x7c','\x7e','\x44','\x52','\x7c','\x52','\x44','\x7e','\x7c','\x00','\x10','\xaa','\xfe','\xaa','\x10','\x00','\x10','\x20','\x20','\x21','\xfc','\x70','\x24','\x93','\xfe','\x20','\x24','\xf9','\xfc','\xa8','\x20','\xaa','\xaa','\xfb','\xae','\xaa','\x22','\xab','\xfe','\xfa','\x22','\x03','\xae','\xaa','\xaa','\xaa','\xaa','\x04','\x22','\x20','\x00','\x21','\xdc','\x79','\x54','\x49','\x54','\x91','\xdc','\x7c','\x00','\x55','\xfc','\x55','\x24','\x7d','\xfc','\x55','\x24','\x55','\xfc','\x7c','\x20','\x03','\xfe','\xaa','\x20','\xaa','\x20','\x00','\x20','\x20','\x10','\x21','\xfe','\x78','\x00','\x49','\xfe','\x91','\x02','\x7d','\x7a','\x55','\x4a','\x55','\xfe','\x7c','\x00','\x54','\xfc','\x54','\x84','\x7c','\xfc','\x00','\x84','\xaa','\xfc','\xaa','\x00','\x01','\xfe','\x20','\x20','\x21','\x38','\x79','\x20','\x4b','\xfe','\x90','\x10','\x7c','\x14','\x55','\xfe','\x55','\x10','\x7d','\xf0','\x55','\x54','\x55','\x54','\x7d','\xd4','\x01','\x68','\xaa','\x4a','\xaa','\x96','\x01','\x22','\x20','\x00','\x23','\xfe','\x70','\x20','\x93','\xae','\x22','\xaa','\xfa','\xaa','\xab','\xae','\xa8','\x20','\xfb','\xfe','\xa8','\x20','\xab','\xae','\xfa','\xaa','\x02','\xaa','\xab','\xae','\xa8','\x20','\x03','\xfe','\x20','\x20','\x20','\x40','\x20','\xfc','\x7e','\x84','\x42','\xfc','\x82','\x84','\x7a','\xfc','\x4a','\x80','\x4a','\xfe','\x4a','\x80','\x7a','\xfe','\x4a','\x02','\x02','\xaa','\x02','\xaa','\x15','\x02','\x08','\x0c','\x00','\x40','\x78','\x80','\x49','\xfc','\x49','\x04','\x49','\xfc','\x79','\x04','\x01','\xfc','\xfd','\x00','\x21','\xfe','\x41','\x00','\x79','\xfe','\x08','\x02','\x0a','\xaa','\x0a','\xaa','\x52','\x02','\x20','\x0c','\x10','\x40','\x20','\x80','\x79','\xfc','\x49','\x04','\x69','\xfc','\x59','\x04','\x49','\xfc','\xf9','\x00','\x49','\xfe','\x49','\x00','\x69','\xfe','\x58','\x02','\x4a','\xaa','\x4a','\xaa','\x4a','\x02','\x98','\x0c','\x20','\x20','\x20','\x40','\x3e','\xfc','\x28','\x84','\x48','\xfc','\x08','\x84','\x3c','\xfc','\x28','\x80','\x28','\xfe','\x28','\x80','\xfe','\xfe','\x08','\x02','\x0a','\xaa','\x0a','\xaa','\x0a','\x02','\x08','\x0c','\x00','\x40','\x48','\x80','\x45','\xfc','\x95','\x04','\x11','\xfc','\x29','\x04','\x45','\xfc','\x81','\x00','\x79','\xfe','\x49','\x00','\x49','\xfe','\x48','\x02','\x4a','\xaa','\x7a','\xaa','\x4a','\x02','\x00','\x0c','\x10','\x20','\x10','\x40','\xfe','\xfc','\x10','\x84','\x10','\xfc','\x7c','\x84','\x54','\xfc','\x54','\x80','\x54','\xfe','\x7c','\x80','\x10','\xfe','\x38','\x02','\x56','\xaa','\x92','\xaa','\x12','\x02','\x10','\x0c','\x00','\x10','\x7f','\x20','\x49','\x7c','\x49','\x44','\x5d','\x7c','\x49','\x44','\x7f','\x7c','\x41','\x40','\x5d','\x7e','\x55','\x40','\x55','\x7e','\x5d','\x02','\x41','\x2a','\x41','\x2a','\x45','\x42','\x82','\x0c','\x20','\x20','\x10','\x40','\xfe','\xfc','\x82','\x84','\x28','\xfc','\x44','\x84','\x82','\xfc','\x00','\x80','\x7c','\xfe','\x10','\x80','\x10','\xfe','\x10','\x02','\x1e','\xaa','\xf2','\xaa','\x42','\x02','\x00','\x0c','\x10','\x10','\x08','\x20','\x7f','\x7c','\x48','\x44','\x5e','\x7c','\x4a','\x44','\x4a','\x7c','\x7f','\x40','\x4a','\x7e','\x4a','\x40','\x5e','\x7e','\x48','\x02','\x54','\x2a','\x92','\x2a','\x22','\x42','\x40','\x0c','\x06','\x10','\x38','\x10','\x08','\x52','\x7e','\x54','\x08','\x90','\x1c','\x28','\x2a','\x28','\x48','\x44','\x0a','\x82','\x1f','\xf0','\x10','\x10','\x1f','\xf0','\x10','\x10','\x1f','\xfc','\x52','\x44','\x89','\x2c','\x21','\x08','\x11','\x10','\x12','\x3c','\xff','\xe4','\x21','\x3c','\x21','\x24','\x42','\x3c','\x52','\xa0','\x94','\xbe','\xe7','\x20','\x21','\x3e','\x42','\x02','\x42','\x2a','\x94','\xaa','\xf7','\x82','\x10','\x8c','\x08','\x10','\x0c','\x20','\x12','\x7c','\x29','\x44','\x44','\xfc','\xbf','\x44','\x21','\x7c','\x3f','\x40','\x21','\x7e','\x3f','\x40','\x20','\x7e','\x3f','\x02','\x51','\x2a','\x51','\x2a','\x9f','\x42','\x11','\x0c','\x22','\x10','\x14','\x20','\x00','\x7c','\x7f','\xc4','\x14','\x7c','\x7f','\x44','\x15','\x7c','\xff','\xc0','\x15','\x7e','\x7f','\x40','\x14','\x7e','\x36','\x02','\x55','\x2a','\x94','\xaa','\x14','\x42','\x14','\x0c','\x00','\x20','\xfe','\x40','\x80','\xfc','\x80','\x84','\xbc','\xfc','\xa4','\x84','\xa4','\xfc','\xbc','\x80','\x80','\xfe','\xee','\x80','\xaa','\xfe','\xaa','\x02','\xee','\xaa','\x80','\xaa','\xff','\x02','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x20','\xfe','\x40','\x10','\xfc','\x7c','\x84','\x00','\xfc','\xfe','\x84','\x82','\xfc','\x7c','\x80','\x00','\xfe','\x7c','\x80','\x44','\xfe','\x7c','\x02','\x44','\xaa','\x28','\xaa','\x0f','\x02','\xf0','\x0c','\x10','\x20','\xfe','\x40','\x00','\xfc','\xfe','\x84','\x82','\xfc','\xba','\x84','\xaa','\xfc','\xfe','\x80','\x00','\xfe','\x7c','\x80','\x44','\xfe','\x7c','\x02','\x44','\xaa','\x7c','\xaa','\x01','\x02','\xfe','\x0c','\x08','\x08','\x0f','\x90','\x08','\x3c','\x7f','\xa4','\x48','\xbc','\x7e','\x24','\x48','\xbc','\x5f','\xa0','\x55','\x3e','\x5f','\x20','\x55','\x3e','\x5f','\x02','\x40','\x2a','\xbf','\xaa','\x2a','\x82','\x7f','\xcc','\x10','\x10','\x10','\x10','\x1e','\x28','\x10','\x44','\x10','\x82','\xfe','\x7c','\x92','\x00','\xc6','\xee','\xaa','\xaa','\xd6','\xaa','\xaa','\xee','\xc6','\x44','\x92','\x44','\xfe','\xaa','\x82','\xaa','\x01','\x12','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x20','\x40','\x27','\xfc','\x21','\x10','\x2f','\xfe','\x22','\x08','\x23','\xf8','\x22','\x08','\x4f','\xfe','\x40','\x40','\x80','\x40','\x00','\x80','\x3f','\xfe','\x22','\x20','\x3f','\xfc','\x22','\x24','\x3f','\xfc','\x48','\x10','\xff','\x7e','\x54','\x48','\x7f','\x7e','\x55','\x4a','\x7f','\x7e','\x52','\x64','\x5b','\x76','\x52','\xa4','\x9b','\x36','\x10','\x10','\x10','\x10','\xfe','\x10','\x54','\xfe','\x54','\x92','\xba','\x94','\x10','\x90','\x38','\xfc','\x54','\xa4','\xa2','\xa4','\x3c','\xa8','\x44','\xa8','\xa8','\x90','\x11','\x28','\x29','\x44','\xc2','\x82','\x10','\x50','\x10','\x50','\xfe','\x50','\x54','\x50','\x55','\xfc','\xbb','\x54','\x11','\x54','\x39','\x54','\x55','\x54','\xa3','\xfc','\x3d','\x54','\x45','\x54','\xa9','\x54','\x11','\x54','\x29','\xfc','\xc1','\x04','\x10','\x80','\x10','\x80','\xfe','\xfe','\x55','\x02','\x56','\x22','\xba','\xaa','\x10','\x72','\x38','\x22','\x55','\xfe','\xa2','\x22','\x3c','\x72','\x44','\xaa','\xa9','\x22','\x10','\x22','\x28','\x0a','\xc0','\x04','\x08','\x00','\x08','\xfe','\xff','\x10','\x2a','\x20','\x2a','\xfe','\x5d','\xaa','\x88','\xaa','\x1c','\xba','\x2a','\xaa','\x50','\xaa','\x1e','\xba','\x22','\xaa','\x54','\xaa','\x08','\xaa','\x14','\xfe','\x60','\x82','\x08','\x20','\x7f','\xfc','\x08','\x20','\x0f','\xe0','\x00','\x00','\xff','\xfe','\x01','\x00','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x11','\x10','\x11','\x10','\x1f','\xf0','\x08','\x20','\x10','\x10','\x00','\x00','\x3f','\xf8','\x21','\x08','\x29','\x28','\x25','\x48','\x3f','\xf8','\x01','\x00','\x01','\x00','\x3f','\xf8','\x01','\x00','\x01','\x00','\xff','\xfe','\x00','\x00','\x48','\x88','\x44','\x44','\x84','\x44','\x7f','\xf8','\x10','\x08','\x10','\x1e','\x2f','\xe2','\x48','\x2a','\x8f','\xe4','\x08','\x20','\x4f','\xe4','\x48','\x24','\x4f','\xe4','\x40','\x04','\x7c','\x7c','\x04','\x40','\xfc','\x7c','\x24','\x44','\x44','\x44','\x20','\x00','\xce','\x7c','\x82','\x44','\xee','\x7c','\x82','\x44','\x82','\x7c','\xfe','\x10','\x00','\xfe','\x92','\x82','\x92','\x10','\xda','\xfe','\x92','\x24','\xda','\x68','\x92','\x10','\x93','\x28','\xd9','\x44','\x08','\x00','\x28','\x0c','\x2f','\x70','\x28','\x40','\xff','\x40','\x14','\x40','\x55','\x7e','\x6b','\x48','\x41','\x48','\x7f','\x48','\x55','\x48','\x55','\x48','\x6b','\x48','\x4f','\x48','\x71','\x48','\x01','\x88','\x00','\x80','\x7f','\xfe','\x42','\x20','\x5f','\xbc','\x49','\x20','\x46','\x3c','\x7f','\x84','\x40','\x3c','\x5f','\xa0','\x50','\xbc','\x5f','\xa0','\x50','\xbc','\x5f','\xa0','\x50','\xbc','\x52','\xa2','\x91','\x1e','\x08','\x40','\x7f','\x7c','\x14','\x40','\xff','\x7c','\x22','\x04','\x3e','\x7c','\x22','\x40','\x3e','\x78','\x22','\x42','\x26','\x3e','\x04','\x40','\x3f','\xf8','\x04','\x40','\xff','\xfe','\x08','\x20','\x10','\x10','\x3f','\xf8','\x01','\x00','\x7f','\xfe','\x49','\x22','\x84','\x14','\x3b','\xb8','\x2a','\xa8','\x3b','\xb8','\x08','\x40','\x3e','\x7c','\x14','\x40','\xff','\x78','\x22','\x08','\x3e','\x78','\x22','\x42','\x26','\x3e','\x08','\x08','\x08','\x1c','\x14','\xf0','\x22','\x10','\x5d','\x10','\x80','\x90','\x7f','\x7c','\x55','\x10','\x7f','\x38','\x00','\x34','\x7f','\x54','\x55','\x54','\x7f','\x92','\x55','\x10','\x55','\x10','\x43','\x10','\x10','\x00','\x11','\xdc','\x10','\x88','\x10','\x88','\xfc','\x88','\x24','\x88','\x24','\x88','\x27','\xde','\x24','\x88','\x48','\x88','\x28','\x88','\x10','\x88','\x28','\x88','\x45','\x08','\x81','\x08','\x02','\x08','\x00','\x00','\x3f','\xfc','\x20','\x04','\x20','\x04','\x3f','\xfc','\x21','\x08','\x22','\x10','\x2f','\x7c','\x22','\x10','\x22','\x10','\x3f','\x7e','\x22','\x10','\x22','\x10','\x44','\x10','\x44','\x10','\x88','\x10','\x08','\x08','\x08','\x08','\x10','\x10','\x7c','\x7c','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\x10','\xfc','\xfe','\x10','\x10','\x10','\x10','\x10','\x10','\x20','\x10','\x20','\x10','\x40','\x10','\x80','\x10','\x00','\x80','\x00','\x40','\x1f','\xfe','\x11','\x40','\x96','\x5c','\x54','\x44','\x57','\x5c','\x14','\x44','\x37','\xfc','\x50','\x40','\x97','\xfc','\x12','\x08','\x21','\x10','\x20','\xe0','\x43','\x18','\x8c','\x06','\x08','\x78','\xff','\xc8','\x08','\x48','\x3e','\x86','\x2b','\x78','\x3e','\x48','\x2a','\x28','\xff','\x90','\x49','\x28','\x7f','\x46','\x04','\x20','\x1f','\xc0','\x02','\x10','\x3f','\xf8','\x09','\x20','\x13','\x10', 0 }; } - namespace cmrc { namespace flycast { namespace res_chars { - extern const char* const f_cbc3_fonts_printer_kanji16x16_bin_begin = file_array; - extern const char* const f_cbc3_fonts_printer_kanji16x16_bin_end = file_array + 282784; - }}} - \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp new file mode 100644 index 0000000000..d618fefc2e --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\xf5','\x94','\xd7','\x56','\x2b','\x6e','\x1d','\x9d','\xcb','\x69','\x02','\x00','\xa0','\x50','\x04','\x00','\x16','\x00','\x1c','\x00','\x70','\x72','\x69','\x6e','\x74','\x65','\x72','\x5f','\x6b','\x61','\x6e','\x6a','\x69','\x31','\x36','\x78','\x31','\x36','\x2e','\x62','\x69','\x6e','\x55','\x54','\x09','\x00','\x03','\xcd','\xca','\x95','\x64','\x39','\xd8','\x92','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xec','\x5c','\x4d','\x6c','\x24','\xc7','\x75','\xae','\xfe','\x61','\x77','\x0d','\xb7','\x97','\x53','\x43','\xd2','\x52','\xaf','\x34','\xe2','\xd4','\x0c','\x27','\x12','\x25','\x08','\x48','\xaf','\x24','\x38','\x93','\x80','\xe0','\xf4','\xae','\x28','\x6b','\x2c','\xef','\x81','\x56','\x24','\xc0','\xce','\xa9','\x17','\x58','\x04','\x6b','\xc0','\x07','\x1e','\x72','\x60','\x00','\x22','\x2c','\x2c','\x28','\x61','\x36','\xd1','\x61','\x36','\x51','\x9c','\x45','\x10','\x38','\x2b','\x59','\x09','\x02','\x9f','\x74','\xc8','\x21','\xb9','\xf5','\x61','\x0d','\x50','\x97','\x40','\x08','\x74','\x50','\x00','\x1f','\x1a','\x81','\x4e','\x39','\xb5','\x83','\x1c','\x26','\x00','\xb1','\x9b','\xf7','\xaa','\xba','\xfa','\x6f','\x7e','\xa8','\x40','\x86','\x85','\xd8','\xa9','\x07','\x2d','\x7b','\xfa','\xeb','\xaa','\x7e','\xf5','\xaa','\xde','\x4f','\xd5','\xab','\x16','\x21','\xbf','\xcc','\xc2','\x88','\x47','\x1c','\x62','\x2e','\x79','\xc2','\x23','\xeb','\x40','\xde','\x85','\x2d','\x45','\x40','\x9c','\x84','\x4b','\xf1','\x7a','\xb1','\x88','\x2b','\x5c','\x61','\x2d','\xac','\x63','\x08','\x43','\xcc','\xbb','\x5e','\x88','\x0b','\x03','\xae','\xdc','\x84','\x32','\x46','\x19','\xa5','\x94','\x04','\x24','\x36','\x88','\x51','\x7b','\x16','\xaf','\x32','\x22','\x8a','\xaa','\x38','\x23','\x23','\xe8','\xc9','\xe2','\x12','\x00','\x3e','\x82','\x7f','\x17','\x94','\x78','\x71','\x7f','\xb0','\x00','\x1a','\x2f','\xc3','\x9d','\xc8','\x89','\x96','\xe1','\x86','\x58','\x8e','\x3f','\x7e','\xbc','\xf4','\xf5','\x17','\x94','\x72','\x6d','\x0f','\x79','\x15','\x30','\xa4','\x7c','\xce','\x83','\x9c','\x4c','\xbc','\x70','\x09','\x5e','\xd4','\x8f','\x8d','\x79','\x60','\x51','\x7f','\x2e','\x6e','\x86','\x48','\xb6','\xb0','\x45','\x83','\x34','\x2a','\x08','\x8e','\x97','\x29','\xec','\x90','\x72','\xc6','\x38','\x8d','\x9d','\x4e','\xaa','\x47','\xd1','\x20','\x27','\xe7','\x59','\x6d','\xf5','\x54','\x60','\x9d','\xd9','\x8c','\xf2','\xf5','\xb0','\x2b','\x24','\x9f','\x45','\x61','\x84','\x12','\xe6','\xf0','\x46','\x48','\x45','\x23','\x5c','\xe7','\x9b','\xcc','\x87','\xf1','\xd4','\xdd','\x70','\x85','\x1f','\x71','\x16','\x52','\x00','\x6d','\x45','\x78','\xcd','\x99','\x1f','\xb9','\xa2','\xce','\x67','\x38','\x1d','\xce','\xef','\x7c','\x56','\x2e','\x1a','\x0d','\x37','\x99','\xb9','\x05','\x8c','\x13','\x1b','\xf9','\x93','\xea','\x24','\x6a','\x3f','\x33','\x81','\x63','\x07','\x6c','\xd9','\xcf','\xd9','\x1b','\x45','\xd9','\x23','\xd7','\xee','\x90','\xe3','\x6a','\xf3','\x76','\xb8','\x9c','\x0a','\x69','\xce','\xa7','\x6a','\xb9','\xf9','\xee','\xcd','\x77','\x97','\xf5','\xcf','\x87','\x52','\xbb','\x85','\x5d','\xf1','\x49','\xfd','\x6e','\x51','\x03','\x08','\x1f','\x59','\x58','\xfa','\xa0','\x7c','\x3f','\x04','\x5a','\x50','\xbe','\x09','\xb4','\x0e','\x0f','\x2d','\x2c','\xd8','\x38','\x0e','\x76','\x04','\x72','\x2b','\x08','\x8d','\x57','\x80','\x52','\x44','\x41','\x7a','\x20','\x4a','\xb4','\x8a','\x05','\x39','\x70','\xc7','\x53','\x7c','\xe9','\xa1','\xa8','\x93','\x1a','\x83','\x7c','\x20','\xea','\x64','\xeb','\x5e','\x4d','\xe5','\x20','\x2e','\xa2','\x69','\x67','\xa9','\xf4','\x3b','\xfa','\xfd','\x9a','\xc2','\xd2','\x35','\xd7','\xfc','\xdb','\x39','\x99','\xa5','\x6b','\x5b','\xf3','\x8f','\x7f','\x58','\x56','\x5b','\x64','\x2d','\x30','\xc9','\xb8','\xe4','\x5f','\x5d','\xd8','\xd9','\x74','\x32','\xb3','\x9a','\xaa','\x12','\x14','\x34','\x7e','\x13','\x32','\x31','\xb8','\xc1','\x51','\x43','\xcd','\x10','\xaf','\xf0','\x8e','\x44','\xa4','\xb7','\x40','\x9d','\x45','\xc5','\x41','\xac','\xd0','\x62','\x44','\x16','\xf6','\x7f','\xa6','\x2c','\xe8','\x3d','\x31','\xa6','\x06','\x35','\x8e','\x8c','\xb0','\x42','\xf1','\x6c','\x7d','\x4b','\x98','\x15','\xda','\x12','\x4c','\x74','\x84','\x7c','\x7f','\x4a','\x12','\x49','\x71','\x89','\xf0','\x77','\x0a','\x18','\xbc','\xa3','\x49','\x5c','\x20','\xab','\x42','\x78','\xa7','\x29','\xdf','\x5f','\xe5','\x6d','\x78','\xbe','\x58','\x37','\xb0','\x0c','\xcf','\xe7','\x4d','\xc1','\xd9','\xda','\xf5','\x67','\xc1','\x7b','\x31','\x1b','\x64','\x87','\x5e','\x09','\x24','\xc8','\xd1','\xa3','\x55','\x5a','\xc8','\xbc','\x95','\xaa','\x33','\xcf','\x37','\x16','\xed','\xcd','\xe1','\x01','\xe7','\xab','\x80','\xfb','\x42','\x73','\x61','\x96','\x63','\x00','\x07','\x54','\x30','\x02','\x3f','\x83','\x7f','\xe0','\x3f','\x5b','\xf9','\x2c','\x0e','\x97','\x0e','\xc2','\x91','\xbc','\x80','\x37','\xaa','\x0b','\x1f','\x10','\xf0','\x79','\xb6','\x7c','\x3a','\x2b','\x6d','\x92','\xb8','\x64','\x00','\x32','\x03','\xa9','\xb6','\x35','\x07','\x05','\x1f','\x39','\x22','\x9f','\x9a','\xc5','\x65','\x13','\x83','\xde','\xfe','\xb5','\x3b','\x8a','\x7a','\xfb','\xed','\x41','\x4d','\x82','\xb5','\x1e','\x07','\x5e','\x50','\x84','\x28','\x8f','\x80','\xab','\x55','\x98','\x6c','\x3d','\x72','\x7d','\xeb','\x4e','\x97','\x84','\x42','\x51','\x97','\x6c','\x49','\xd8','\x8a','\x51','\x9e','\x8a','\x6c','\x6e','\x81','\xff','\xe9','\x4c','\xcb','\x63','\x78','\x81','\x7f','\x07','\x4d','\x28','\x7b','\x8b','\xd9','\xd2','\x22','\x2f','\x93','\x3f','\x24','\xfb','\x0b','\xf1','\xe8','\x3f','\xff','\x62','\xf5','\x47','\xce','\x2d','\xd3','\x33','\xa9','\xd4','\x2b','\xb0','\x36','\xa6','\xe3','\x58','\x1e','\xcc','\x3f','\x59','\x8e','\xf7','\x64','\xf4','\xc2','\x4e','\x1e','\xd9','\xdc','\x0e','\x4d','\x71','\xf2','\x48','\xf3','\xe6','\xc6','\xb2','\xef','\xc4','\x4d','\x1a','\x41','\xcb','\x6f','\x81','\x4e','\xb9','\xc4','\x48','\x0c','\x66','\xd0','\x16','\xbd','\xc2','\x9a','\x49','\x6d','\x06','\x42','\xdf','\xec','\x88','\x4e','\xa8','\xd4','\x3e','\x87','\x59','\x89','\xad','\x64','\x97','\x9a','\xd4','\xb6','\xb5','\x4d','\x38','\x49','\x71','\xec','\x7f','\x8f','\x7c','\xcb','\x7c','\xed','\x74','\x70','\x84','\xf8','\xc0','\xdc','\xb7','\xf7','\xe9','\x3e','\xdb','\xe7','\xfb','\xe1','\x40','\x18','\x6d','\xb3','\x67','\xf7','\x68','\x8f','\xf5','\x78','\x2f','\x84','\xb1','\x34','\x99','\xa2','\xce','\x79','\xe7','\x1c','\xf8','\x93','\x34','\x9c','\x0e','\xa7','\x34','\x54','\x44','\x40','\x4f','\x7c','\xd0','\xb5','\x96','\x78','\x9a','\xac','\x1d','\x7b','\x6c','\x2b','\x78','\x99','\xdf','\x4c','\xc2','\xf8','\xda','\xbf','\x6f','\x7f','\x73','\xab','\x5d','\x1a','\x41','\x72','\x25','\xb8','\x1c','\xb9','\x31','\xf6','\xea','\x72','\x74','\x25','\x28','\xf3','\x6e','\xc5','\x5e','\xc0','\x68','\xeb','\x1f','\x7a','\xb7','\xfa','\xfb','\x40','\x67','\x1b','\x87','\xcc','\xf6','\x7c','\x2b','\x51','\xa8','\x1b','\x7b','\x87','\x5e','\xb0','\x06','\x7e','\xda','\x4b','\x68','\xe0','\x31','\x37','\x30','\x12','\x82','\x77','\x02','\xf5','\x04','\xc6','\x07','\x18','\x21','\xd8','\xe1','\xf1','\xb1','\x54','\x1c','\x4e','\x79','\x8b','\xad','\x4f','\x5e','\xbc','\x1d','\xf8','\x0a','\x37','\xc0','\x3a','\x58','\xc2','\x8d','\x4f','\xce','\x87','\xd3','\x4e','\xda','\x4c','\x9a','\xc9','\x56','\xda','\x3e','\x1c','\x0c','\x38','\x2d','\xde','\xce','\xa5','\xf0','\x15','\xe1','\x35','\xa3','\x5e','\x60','\xc5','\x0a','\x6f','\xa6','\x9d','\xe9','\xf0','\x7c','\x78','\x7e','\xf2','\x48','\x11','\x5e','\x77','\xa6','\xcd','\x54','\xe3','\x58','\x7f','\xfb','\x61','\xbf','\x3f','\x5a','\x57','\xd4','\xef','\x6f','\x3f','\xd4','\xf5','\x0b','\x7d','\x96','\x83','\x0b','\x13','\x19','\xdb','\x2f','\xeb','\xbb','\x15','\xbb','\x89','\x7a','\xc3','\xc9','\xa3','\xc7','\x50','\xb0','\x7d','\x6c','\xdd','\x4d','\x60','\xae','\x0a','\x42','\x4e','\x1e','\x69','\xbe','\xea','\x74','\xf2','\x08','\xdf','\xaf','\xb9','\x9a','\x47','\x5a','\xf6','\x5a','\x42','\x14','\x39','\x51','\x22','\xb2','\x35','\x4a','\x72','\xf9','\x00','\x1f','\xc8','\x49','\xde','\x5b','\x8d','\x9f','\x3c','\xe2','\x4a','\x85','\x70','\xa2','\x72','\x6c','\x07','\xdb','\x2b','\x46','\x50','\x4b','\x04','\x64','\x0b','\xd2','\x75','\x13','\x37','\xc6','\xf6','\x0a','\xbc','\x7b','\xda','\x1a','\xab','\xfe','\x5e','\x7d','\xef','\xea','\x7b','\x4a','\x1e','\xad','\x71','\xf7','\x54','\xd7','\x56','\xff','\x5e','\x14','\x7b','\xa0','\x93','\x82','\xf8','\x0a','\x9d','\xd3','\xdc','\x82','\x2e','\xee','\xf1','\x63','\x5e','\x8b','\x25','\xd4','\xe8','\xaf','\x5c','\x18','\xe7','\xd4','\x69','\x25','\xb4','\x94','\xb5','\x7c','\xa4','\x49','\xb5','\x57','\xff','\xfd','\x75','\x17','\x5b','\xc6','\x2a','\x34','\xf7','\xd8','\x2c','\x0f','\x14','\x54','\xf4','\x28','\x71','\x1c','\x77','\x41','\x43','\x16','\xce','\xe2','\x62','\x26','\x24','\xb0','\xb3','\x78','\xa6','\x18','\x81','\x3c','\xee','\x14','\x79','\xfc','\x59','\x2b','\xc3','\x29','\xf7','\xf9','\x0e','\x1f','\xf1','\x71','\x97','\xf6','\x68','\x9f','\xee','\xd0','\x80','\x0e','\xa7','\x1a','\xed','\x26','\x5b','\x8c','\xcc','\x27','\x59','\xd0','\xbb','\xd0','\xac','\x0f','\xcd','\x98','\xf1','\xac','\x1b','\xa5','\x95','\x95','\x3b','\x55','\xbd','\xeb','\x4c','\x15','\x97','\xee','\xb4','\xfa','\xfe','\x4e','\xa2','\x98','\xef','\x4c','\x95','\x20','\xe0','\x77','\xa9','\x34','\xcf','\x8b','\x10','\x8a','\xc1','\x2f','\xc9','\x71','\xc9','\xfb','\x0c','\xd3','\x52','\x10','\x45','\x87','\x69','\x1d','\x87','\xf7','\x9f','\x97','\xc3','\x30','\xc9','\x41','\x05','\x1f','\x26','\xa4','\x1c','\x88','\xc1','\xc3','\xc3','\x12','\x07','\x8c','\xd6','\x49','\x79','\x22','\x8d','\x2b','\x0f','\x35','\xfb','\xd4','\xfc','\x11','\xff','\xcd','\x2b','\x46','\xd5','\x82','\x71','\x34','\x61','\xf0','\x27','\x97','\x0f','\x2f','\x9b','\xb5','\xdc','\x3a','\xcd','\xc6','\x67','\x30','\xa6','\x7a','\x84','\xea','\x05','\x46','\xef','\xf1','\xb9','\x0a','\x80','\xe1','\xef','\xcc','\x82','\x04','\x47','\x67','\x78','\x8e','\xf6','\x3b','\x34','\x87','\xe7','\x38','\x7e','\x05','\x86','\xcb','\x28','\xe4','\xa0','\x93','\x2e','\xe2','\xa0','\x93','\xea','\xf9','\x5e','\xb9','\xfa','\x3f','\x54','\x8c','\x77','\x1d','\xdf','\xf1','\xfd','\xa8','\x20','\xfc','\x6d','\xe4','\x6b','\xc1','\x9b','\x42','\xdf','\xd3','\x84','\xbf','\x6f','\x0a','\x82','\x56','\x3b','\x20','\x07','\x73','\x29','\x50','\xeb','\x0f','\x0f','\x82','\xb7','\x79','\xe4','\xc9','\x41','\xb0','\xa6','\x10','\x7d','\x70','\xe9','\xee','\x8a','\xe8','\x1e','\x7f','\x71','\x93','\x59','\x18','\xbf','\xc7','\x34','\x54','\x8e','\xbb','\x58','\x1f','\xc8','\xbd','\x04','\x88','\x4d','\x3a','\x71','\xc6','\xde','\x9c','\xd5','\x75','\x59','\xbf','\xe7','\xd9','\x7f','\x8d','\xbb','\xc9','\xa0','\xbd','\x7c','\x8b','\xc7','\x48','\xac','\xc0','\x96','\x63','\x6a','\x7d','\x0c','\xf1','\x17','\xf7','\x23','\xb0','\xb3','\xf1','\x15','\xd1','\xcc','\xf0','\x93','\x47','\x81','\x1d','\x78','\x3e','\xf5','\x7d','\x8f','\x79','\x81','\xc3','\x9d','\xc8','\x0a','\xd1','\xb3','\x97','\x23','\xda','\x7a','\xec','\x5e','\xb5','\x3e','\x6a','\xf9','\x5c','\xc1','\xca','\x2b','\xea','\xeb','\xe4','\xd4','\xf2','\x6d','\xee','\xc7','\x5d','\xb8','\xec','\x12','\x06','\x96','\xde','\x09','\x0c','\x4a','\x4e','\xe1','\xa7','\x84','\xbb','\xc4','\x07','\x0b','\x63','\xf9','\xf2','\xce','\xa9','\x41','\x4d','\xe6','\x45','\x4c','\x74','\x15','\xfc','\x98','\x08','\xb5','\x2e','\x90','\x5a','\x26','\xa9','\x47','\xfe','\x88','\xfc','\x23','\x84','\xeb','\x7e','\xc9','\xd5','\xb6','\x07','\x10','\x1e','\xde','\x09','\xef','\x5c','\x33','\xaf','\x41','\x80','\x58','\x8f','\xcf','\xb3','\xf8','\x5d','\x28','\x9a','\x8d','\xdf','\x2b','\xf1','\x3a','\xa9','\xec','\xce','\xc5','\x30','\x5a','\xf0','\x4e','\x5c','\x75','\x19','\xd9','\xae','\x9e','\x5c','\xa1','\x81','\x83','\x32','\xc1','\x07','\xaf','\x0d','\xd6','\x47','\x20','\xcf','\x10','\xe7','\x13','\xe5','\xd0','\x0c','\xc8','\x1a','\xe7','\x97','\x49','\x4d','\xba','\x3e','\x6a','\x1f','\x2e','\x1b','\x99','\x5f','\x87','\x82','\xf1','\x23','\xc6','\x89','\xa5','\x28','\x8e','\x37','\x53','\xb4','\x47','\xc7','\x7b','\xea','\x89','\x20','\x1c','\x85','\x23','\xf1','\x6d','\xf2','\x6d','\xf2','\x06','\x79','\x85','\xac','\xbc','\xb7','\xfa','\xe6','\x3a','\x50','\xef','\xcd','\xeb','\x6f','\x5e','\x7b','\x0f','\x60','\x15','\xb3','\xef','\xba','\xe7','\xc3','\x64','\x77','\xf6','\xba','\xb2','\x5f','\xb0','\x92','\x38','\x30','\x55','\x25','\x45','\x76','\xbc','\x22','\x23','\x0b','\xa2','\xc6','\x23','\x21','\x1f','\x93','\xfb','\xe4','\x3d','\x98','\x41','\xa7','\x64','\x0c','\x6b','\x7f','\xd1','\x84','\xd5','\x75','\x87','\xac','\xc9','\xe8','\xaa','\xc1','\x3b','\x69','\x83','\x63','\x64','\x8f','\x71','\x9f','\xa2','\x42','\x93','\x34','\xae','\xef','\xe2','\x5f','\x7d','\x47','\xed','\xdf','\x36','\x79','\x47','\x52','\x93','\xbb','\xdc','\xa8','\xd1','\xaf','\x56','\xda','\xf3','\x8b','\x11','\x3b','\x01','\xba','\x6c','\x0c','\x61','\x91','\xf0','\x8a','\x52','\xd0','\xb1','\xf8','\xeb','\xe6','\xec','\xff','\xcb','\x97','\x28','\x8c','\x0c','\xc8','\x5b','\x2a','\xa6','\x7c','\x1c','\xcf','\x7b','\xe0','\x71','\x9c','\x85','\xbf','\x0c','\x9e','\x1b','\xd4','\x7d','\xbf','\xde','\x3f','\xf0','\x7d','\x1d','\x97','\xf9','\xbe','\xde','\x4b','\x40','\x1c','\x66','\x34','\x59','\x81','\x15','\xf7','\xac','\x0f','\x51','\xeb','\x77','\x37','\xf1','\x18','\x56','\xc8','\x36','\x12','\x22','\x02','\xb6','\xdf','\x02','\xdd','\xf2','\x20','\x9a','\x95','\xed','\x27','\x6b','\x80','\xab','\xb8','\xd5','\xcd','\xe2','\x58','\xf9','\xec','\x61','\xe6','\xbf','\x22','\x92','\x18','\x0f','\x2c','\xee','\x70','\x0f','\x82','\xec','\x80','\x73','\x0e','\x1e','\x40','\x05','\xa2','\xb2','\xbe','\x8a','\x89','\x91','\x9e','\x4c','\x7c','\xc6','\x74','\xed','\x80','\x24','\x72','\xff','\x8b','\x90','\xd4','\x12','\x8e','\xdc','\xcd','\x7c','\x3a','\xde','\x0c','\x54','\x2f','\x7c','\x4a','\x7d','\xbd','\xbe','\xed','\x9c','\x63','\xe7','\x58','\xb1','\x4b','\x1a','\x4b','\x8f','\x90','\xc7','\x2f','\xb8','\xbe','\x55','\xb5','\x28','\xd3','\xb9','\x16','\x94','\x41','\xb1','\x3e','\x06','\x9c','\x31','\x3f','\xbb','\xbb','\x63','\x7d','\x2e','\x77','\x5c','\x23','\x23','\xd6','\x1e','\x10','\xfb','\x68','\xb3','\xc6','\xd9','\xc6','\x17','\x4f','\xfe','\x17','\xd2','\xc6','\x17','\x8d','\x33','\x9b','\xe9','\xf5','\xfd','\x97','\x19','\xc0','\x9d','\x68','\x7f','\x62','\x55','\x57','\x0e','\x6a','\xa9','\xa2','\xca','\x11','\xe9','\x93','\xcd','\x25','\x49','\xab','\x43','\x18','\xd5','\x25','\x7b','\xd0','\x5f','\xad','\x18','\x72','\xef','\xd1','\x89','\xed','\xd0','\x03','\x0f','\xd5','\x4c','\xfc','\x80','\xb1','\xc0','\xe7','\x74','\x9a','\xd9','\xe7','\x61','\x22','\x93','\x53','\x58','\x58','\x33','\x01','\xd1','\xdb','\x92','\xb2','\x75','\x06','\xc8','\xe6','\xcc','\xdb','\x41','\xf9','\x06','\x54','\x0d','\x6a','\x40','\xca','\xd2','\x85','\xfa','\x31','\x40','\x30','\x60','\xd4','\xcb','\x6a','\x7a','\x70','\xed','\xd3','\x60','\xa8','\xf1','\x29','\xfc','\xb6','\x41','\x1c','\x10','\xf1','\x34','\x63','\xb9','\x2b','\x43','\x64','\xfb','\xd9','\x1a','\xa9','\x73','\x6e','\xdb','\x72','\xff','\x07','\xec','\xbd','\x9b','\x14','\x56','\x5f','\xef','\x6e','\xc2','\xfb','\x07','\x38','\x3f','\x03','\x35','\xa9','\xf6','\x02','\x3d','\x8e','\x67','\x0a','\x57','\xfb','\x53','\x8a','\x60','\xae','\xe5','\xd7','\xda','\xff','\xe0','\x9e','\xce','\x3c','\x72','\x33','\xfe','\x60','\x96','\xf2','\x3a','\x31','\xee','\x87','\x4d','\xa1','\xe0','\xbd','\x63','\xe8','\x5f','\x44','\xe3','\x86','\xb8','\x44','\x9a','\xa4','\x21','\x68','\x0c','\xbf','\xa0','\xc7','\x7b','\x59','\xfb','\x1d','\x62','\xd7','\x49','\x96','\x4e','\x16','\x0f','\xa5','\x5b','\x81','\x3f','\x18','\xec','\x40','\x79','\xf1','\x76','\x7f','\xd4','\x1f','\x3d','\x7b','\xd6','\x1b','\x6f','\xc3','\x3a','\xf4','\x17','\x6a','\xfb','\x8f','\x1c','\xed','\xb5','\xe9','\x26','\x7d','\x82','\x6e','\xd0','\x16','\x6d','\x8d','\xd9','\x19','\x1b','\xb1','\xdb','\x6c','\xc0','\xfc','\xa3','\x2c','\xb8','\xd1','\xf3','\x3b','\xf0','\x94','\x4b','\x0c','\xbc','\xaa','\xfc','\x3b','\xa9','\x4d','\xd5','\x1b','\x6d','\xea','\xa6','\x05','\x17','\xb9','\xfc','\x66','\xea','\xb7','\xc6','\x4f','\x7d','\x0f','\xea','\xff','\xab','\x9a','\x91','\xb5','\xf1','\xe7','\x34','\x50','\x0a','\xa8','\xfb','\xe7','\x9e','\xd1','\x1d','\xa5','\x3d','\x1e','\xb4','\x45','\x02','\xa5','\x9f','\x9b','\x6c','\x23','\x51','\xf8','\xc9','\xf9','\x35','\xfb','\x9a','\xbd','\x58','\xbe','\xe5','\xf1','\x29','\x2c','\x54','\xc1','\x3f','\xe2','\xd2','\x62','\x29','\x06','\x23','\x27','\x34','\x63','\xb3','\xb4','\x3f','\xf3','\xdf','\x7f','\xdb','\x3d','\xed','\x9e','\x6e','\x3f','\x7c','\xe9','\xc6','\xfa','\xe8','\x89','\xdb','\x9b','\x3b','\x9b','\x3b','\xed','\x81','\x87','\x3c','\x66','\x76','\xf0','\xf8','\x18','\x94','\x3b','\xf0','\x22','\x27','\xc6','\x3a','\x60','\x4b','\x62','\x2f','\xc2','\x39','\x7e','\x74','\x5c','\xc6','\x21','\x36','\x8b','\xec','\x50','\x3d','\x53','\xe5','\x0f','\xe6','\x4c','\xc0','\xa4','\x5d','\x41','\x9b','\x62','\xa9','\xdc','\x0a','\xf4','\x70','\x58','\x5b','\xc3','\x7f','\xa5','\x72','\x40','\x12','\x4b','\xd8','\xa9','\x31','\x36','\x28','\xc6','\xb7','\x48','\x36','\xd7','\xe0','\xf5','\xe3','\xeb','\x59','\xf9','\x93','\xe3','\xeb','\x61','\x41','\xbf','\xc4','\xf7','\xcb','\xe2','\xa2','\x1f','\xe1','\x2e','\x8e','\x31','\xa7','\xb7','\xdd','\xfb','\xea','\x6e','\xbb','\x1c','\x5f','\x31','\x3b','\x53','\x62','\x87','\xad','\x24','\xf5','\xfa','\x68','\x25','\xf5','\x3e','\x48','\xc9','\x3e','\x26','\x5a','\x6b','\xdc','\x07','\x34','\x62','\x5c','\x11','\x8d','\xdc','\x7f','\x9a','\xa9','\x2f','\x3d','\x15','\x44','\x87','\xd5','\xfa','\x47','\x64','\xac','\x46','\x04','\x77','\x8c','\xe7','\xe8','\x67','\xc1','\xff','\xe7','\x92','\x73','\xee','\xc6','\x94','\x34','\x53','\x9c','\x47','\xcd','\xb4','\xc6','\x3f','\x44','\xdf','\x9a','\xb6','\x76','\x75','\x3d','\x1d','\xcd','\x5b','\x95','\x1c','\x4f','\xc9','\xbe','\xc7','\x2a','\x07','\x6e','\xc4','\xd5','\x1c','\x1a','\x13','\xa8','\x43','\x03','\xa2','\xfb','\x4c','\xa7','\x34','\x6a','\x88','\x35','\xf0','\xa5','\x60','\x03','\x82','\xbd','\x6c','\x7e','\xb9','\x73','\xad','\xcb','\x3c','\xfe','\x7f','\x67','\xe0','\x3f','\x64','\xa7','\x9a','\x7e','\xf7','\x5f','\xea','\xf8','\x33','\x0b','\xf8','\xaf','\xca','\xaf','\xc8','\x14','\xcc','\xa9','\xcf','\x8a','\xd1','\x2b','\xdb','\x80','\x8c','\xd3','\x7c','\x7c','\x60','\x74','\x1e','\x14','\x1e','\x5a','\x97','\xb5','\x43','\x73','\x62','\xe5','\x19','\x42','\x6d','\xff','\x4a','\xf5','\x3f','\x45','\xdb','\xe0','\x0a','\x12','\x51','\xe6','\xb1','\x4b','\xb9','\xfc','\x74','\x8d','\x4e','\x52','\xe4','\x17','\x0d','\x46','\x66','\x76','\x10','\xda','\x87','\x45','\xef','\x9c','\xc0','\xfa','\x79','\x1d','\xdf','\x3d','\xd2','\x5a','\x5a','\xd6','\xff','\xa2','\xfc','\xf1','\x8f','\x5b','\xe3','\xa7','\x3f','\x5f','\x3d','\x58','\x3d','\x58','\x3b','\x44','\x53','\x56','\xc7','\xb7','\x8e','\xd4','\x9e','\xb5','\xda','\xc1','\xdd','\x3b','\x9e','\xc1','\x77','\xf1','\xbd','\x26','\xb7','\x22','\x43','\x6a','\xfb','\x46','\x96','\x81','\xd1','\x05','\x66','\x26','\xa7','\x6a','\x15','\x0e','\x1c','\x36','\xe7','\xec','\x80','\xb8','\x49','\xf5','\xef','\xaf','\xae','\xe0','\x9e','\xe7','\x06','\xcc','\x3d','\x5b','\xb8','\xc9','\x65','\xf6','\x04','\x7b','\x96','\xbd','\xc0','\x59','\xac','\x11','\x33','\x06','\x2f','\x24','\x14','\xf6','\x0d','\xda','\xa3','\xcf','\xd2','\x17','\x18','\xd8','\xb4','\x99','\x02','\x2b','\x55','\xdc','\x9d','\x0a','\x56','\x65','\x4e','\xb9','\x5c','\x42','\xc2','\x23','\x9c','\x18','\x3d','\xda','\xf7','\x37','\x69','\x79','\x65','\xad','\x8b','\x89','\x39','\x36','\xe0','\xc1','\xd3','\xfa','\x91','\x9d','\x94','\x31','\x89','\x5a','\x67','\x58','\x71','\xbb','\xf0','\xa0','\x61','\xb6','\x1b','\x3b','\x53','\xdf','\x88','\xd7','\xe4','\x2e','\x87','\x0b','\x5a','\xc4','\x52','\xc5','\x3f','\xe8','\x25','\x94','\x56','\x86','\xd8','\xb0','\x6a','\x6b','\x91','\x2e','\xe1','\x35','\xfb','\xcb','\x42','\xf4','\x10','\x03','\x72','\x29','\xf6','\xe4','\x66','\xae','\x1f','\x6b','\x1e','\xc1','\x9a','\x04','\x2b','\xd4','\xf1','\xc0','\x12','\x44','\x2b','\x13','\x07','\x02','\x90','\x57','\xc6','\xde','\x61','\xd1','\x3f','\xb9','\xf1','\x19','\xbd','\xce','\x76','\xc7','\xf4','\x3e','\x15','\x14','\xb3','\x41','\xe4','\xb7','\x48','\x2f','\x87','\x69','\x1f','\x66','\x64','\xf8','\x3a','\xdf','\x9d','\x50','\xf9','\x44','\x15','\x97','\x3b','\xcd','\x51','\x13','\x6d','\x46','\xda','\x09','\xa5','\x9d','\x4b','\x31','\x5c','\x76','\xb2','\x7e','\xdb','\xd4','\xec','\x9b','\x9f','\xca','\x3c','\x79','\xb2','\x87','\xbb','\xcf','\x61','\x33','\x01','\x29','\xe3','\x79','\x13','\xd9','\x2f','\xb9','\x23','\x2d','\xa5','\xe1','\x64','\x41','\x61','\xbe','\x5f','\x1d','\x96','\xf0','\xb1','\xd1','\x77','\xd8','\x7c','\x9c','\x87','\x52','\x6b','\x77','\xb7','\x13','\x9e','\x15','\x9f','\xe3','\x9e','\x83','\xca','\x53','\x1b','\x34','\xfc','\x88','\x1f','\xf0','\x90','\x1f','\xbd','\x1e','\x87','\x59','\x09','\x42','\x2e','\x78','\x2e','\x7f','\x4a','\xdc','\xa4','\x3c','\x1a','\x38','\x40','\x0c','\x7c','\x7d','\xde','\x7f','\xdb','\x4d','\xd1','\x06','\xcf','\xc7','\x25','\x3f','\x41','\x37','\xde','\x92','\x1c','\xa1','\xf7','\x60','\x72','\x57','\x4c','\xdb','\x1f','\xe8','\xbf','\x0d','\xf8','\xd9','\x22','\x9c','\xe4','\x4b','\x86','\x9c','\x70','\xb1','\x1a','\x65','\xd2','\x41','\x9c','\xd3','\x89','\x8c','\x0a','\xe7','\xe2','\x28','\x8b','\x70','\x3a','\x44','\x8b','\x2d','\x6c','\x88','\x62','\xad','\x58','\xa5','\x06','\x8c','\x2c','\x47','\x6c','\xec','\x90','\xf7','\x97','\xe1','\x28','\x41','\x79','\x7c','\xe6','\xe8','\x3b','\xf1','\xae','\xca','\x0a','\xe2','\x9e','\x1c','\xc9','\xed','\x3f','\x25','\xa7','\xec','\x80','\x8e','\x16','\xe2','\xa4','\x11','\x3b','\xca','\x2a','\x0c','\xdc','\x78','\x20','\xf4','\x2e','\x94','\x81','\x9e','\x4f','\xe1','\x67','\xce','\x2d','\x32','\x59','\x8c','\xc3','\x98','\x0a','\x97','\xec','\x12','\x9a','\x42','\x58','\x21','\xa5','\x53','\x99','\xdf','\x38','\xff','\x26','\x8b','\x71','\x39','\x7b','\xe3','\xd7','\x11','\x07','\xbf','\x73','\x89','\xb7','\x41','\x81','\x55','\xfe','\xc1','\xd5','\x38','\xb5','\x1f','\xc2','\xec','\xa6','\xf3','\xf1','\x72','\x31','\x62','\x87','\x0f','\x74','\x1a','\xa6','\x82','\x5b','\xc9','\x0d','\x16','\xe8','\x01','\x60','\xa4','\x34','\x3a','\xf0','\xbb','\x4f','\xd8','\x12','\x1c','\x5c','\xe4','\xab','\xf1','\xae','\x28','\xf6','\xe7','\xaa','\xbd','\xcf','\x70','\x98','\xdf','\x06','\x9b','\x8f','\xe7','\xe7','\x53','\x0e','\x71','\x25','\x48','\xb3','\xe5','\x93','\x9b','\xdb','\x5f','\xa9','\x61','\x6c','\x11','\x2e','\x6b','\x8b','\x21','\xb1','\x0f','\xa5','\xf4','\x40','\x2f','\x78','\x88','\x99','\x66','\xfb','\x40','\xf3','\x28','\x17','\xcf','\xe9','\x86','\x0f','\x8a','\x23','\xe7','\x76','\x8f','\xbc','\x40','\x5a','\xd3','\x3c','\xbd','\xa3','\xb4','\x4d','\x6c','\x24','\xdf','\x60','\x57','\xe8','\x3a','\x7d','\x81','\xde','\xa0','\x37','\x6e','\xbf','\x35','\xe1','\xb7','\x15','\xaa','\x67','\xef','\x8d','\x64','\x08','\x5e','\x0f','\x97','\xa2','\x3e','\xdb','\x49','\xbf','\xef','\xd3','\xa2','\x7f','\x30','\xd7','\x2f','\xf3','\x16','\x6b','\x81','\xf5','\xc4','\xec','\x52','\x9f','\xed','\x80','\xf5','\xcd','\xf7','\x4f','\x43','\x0e','\xda','\xbb','\x39','\xd8','\xc8','\xb5','\xf7','\xf9','\x64','\x3d','\x58','\xdf','\x69','\xc5','\x19','\x3e','\x0e','\xf7','\xf9','\xc1','\xce','\xd1','\x73','\xb9','\xf6','\xfe','\x7e','\xdc','\x8f','\xfa','\x07','\xdb','\xba','\xfe','\xfd','\xf0','\x16','\xbf','\xb5','\x04','\x97','\x5b','\xfc','\xbb','\x18','\x19','\x05','\xf0','\x62','\xb4','\x14','\x20','\x03','\x2a','\xf2','\xd1','\xa5','\x64','\xdf','\x3e','\xd8','\xdd','\x59','\x88','\x07','\x64','\x64','\x8f','\x76','\x83','\x85','\xb8','\xb2','\xd0','\xd9','\xbc','\x86','\x7f','\x3f','\xbe','\x31','\x1e','\xfc','\x4d','\xbf','\x74','\x4e','\x12','\xf0','\x31','\xf9','\x48','\x8d','\xee','\x02','\xfc','\x3e','\xe0','\x7d','\xd3','\x9f','\x8f','\xab','\xe2','\xa0','\x47','\x00','\x5b','\x07','\xfc','\xcc','\xae','\x94','\x19','\x19','\x39','\x7c','\x21','\x2e','\x8f','\x48','\x38','\xc1','\x22','\xbc','\x17','\xb4','\x62','\xe8','\xd3','\x40','\xdb','\xcf','\x9a','\xfc','\xc9','\xfe','\xed','\xed','\x53','\x3e','\x29','\xec','\x67','\x4d','\xbe','\xfe','\xfe','\xad','\xed','\x8f','\xf8','\x7d','\x7e','\x38','\x1f','\xc7','\xd9','\xc3','\x52','\xf4','\x0f','\x2c','\x91','\x5e','\x42','\x34','\xe1','\x8a','\x4d','\x8a','\xdd','\x05','\x90','\xa5','\xd2','\x0e','\x6e','\x42','\x54','\xf1','\x8a','\xbf','\xdf','\x1f','\xf1','\x20','\xd4','\xa7','\x8c','\x50','\xbf','\x9f','\x23','\xed','\xc0','\xa6','\x6d','\xaf','\x0f','\xaa','\xf6','\x22','\x57','\x1b','\x39','\x6e','\xa2','\xeb','\xcb','\x37','\x88','\x8d','\xb8','\xfd','\xa0','\xc5','\x9e','\x87','\xf9','\xf9','\x2d','\xba','\x4f','\xdf','\x60','\x41','\xa4','\x50','\x94','\x69','\x0b','\x7c','\xa6','\x25','\xd6','\x49','\x9f','\xb7','\xb9','\x9b','\x45','\x58','\x26','\xaf','\xee','\xff','\x19','\xc0','\x47','\x23','\x59','\x63','\xbb','\x60','\x5b','\xcb','\xf9','\x53','\x6c','\xdd','\x88','\x7d','\xd0','\x90','\x4b','\x30','\xf3','\x5f','\xa1','\xe6','\x61','\x86','\x89','\xea','\x39','\x28','\xbc','\xdb','\x4d','\x9e','\x63','\xcf','\xb3','\xab','\x6c','\x9b','\x77','\xe3','\xc2','\xbe','\x5a','\x24','\x14','\xdd','\xa4','\x37','\xe9','\x8f','\x77','\xc6','\xc1','\xf8','\x95','\x71','\x6f','\xd2','\x4d','\x2a','\xf6','\x37','\xab','\x6d','\x00','\x47','\x59','\xa4','\x0f','\xde','\xbe','\xc5','\xd7','\x0a','\x04','\x3c','\x8c','\xc6','\x0c','\xd2','\x11','\xdd','\xa8','\xcb','\xb6','\xca','\x35','\x63','\x27','\xd3','\x42','\xec','\x81','\x5c','\xfb','\xe5','\xf9','\x57','\x06','\x6b','\xf2','\xd5','\xd0','\xe3','\x1e','\xa7','\x19','\x69','\x7f','\xab','\xdf','\x4f','\x63','\x37','\xfb','\xed','\x42','\xec','\xc0','\x60','\x82','\x5b','\x13','\xb0','\x0f','\xa1','\xb6','\x0f','\xa8','\xe1','\x8d','\x78','\x15','\x64','\xf7','\x43','\xa8','\xed','\xab','\x54','\x71','\x1f','\xd6','\xa4','\x59','\xfd','\x96','\xd0','\x91','\x49','\x33','\x96','\xe7','\x3c','\xe7','\xda','\x57','\x95','\x5e','\x75','\x92','\x67','\x98','\x03','\x76','\xc2','\x63','\x9b','\xdc','\x0e','\x75','\xeb','\xb9','\xfd','\x90','\x5b','\x23','\x3e','\x2c','\xa8','\x47','\xa5','\xf8','\xa5','\x21','\x1c','\x39','\x3f','\x70','\xa7','\x6d','\x1d','\xed','\x07','\xdd','\x39','\xbb','\x12','\xb0','\x7c','\xfc','\x1b','\xa0','\x8b','\xc8','\x3b','\xbc','\x9b','\x83','\x16','\xc0','\x7b','\x29','\x69','\x27','\xdb','\x2c','\x94','\x59','\x0c','\xb4','\x7f','\xeb','\x71','\x13','\xdf','\xce','\x9b','\x03','\x3f','\xee','\xe2','\x2e','\xbc','\xcc','\x57','\xab','\x19','\x94','\x9d','\x3e','\x25','\xea','\xe4','\x5c','\x93','\x60','\x7c','\xc3','\xc6','\x30','\xdf','\x8b','\xf9','\x73','\x06','\x00','\xb3','\xce','\x96','\xc7','\x6f','\x18','\x43','\x0d','\x99','\x0d','\x11','\x52','\x2d','\x7e','\xc2','\x02','\xbe','\x5f','\xca','\x7e','\xd0','\xc2','\xd8','\x87','\x6f','\xf2','\x4d','\x3c','\x7b','\x03','\xf2','\xfd','\xe9','\x4f','\x55','\xd8','\x27','\xc8','\x1b','\xdf','\xfd','\x8f','\x83','\x3f','\xf8','\xee','\x27','\x3f','\xd6','\xbf','\xf1','\xbf','\xb7','\xdf','\xfe','\x75','\xc7','\x2b','\x22','\xc4','\x93','\x06','\x5c','\x9e','\xaa','\x21','\x6a','\x3e','\xe5','\xf7','\xd3','\x2d','\x98','\x51','\x1a','\xd1','\xa3','\x55','\x8b','\xc1','\xb9','\x8c','\xb9','\x45','\xbb','\xbc','\x8a','\xd5','\x88','\xc2','\xc8','\x65','\x12','\x54','\xd6','\xb8','\xe5','\xea','\x72','\x1e','\xc0','\xfb','\xe5','\x1a','\xa7','\xa2','\x1f','\x99','\x06','\xa6','\x7b','\x3a','\x71','\x5d','\xc3','\x4b','\x25','\x69','\xea','\xf5','\x2d','\x9e','\x99','\x28','\x97','\xc3','\x8e','\x30','\xf3','\xb5','\xaf','\x95','\xee','\xce','\x2c','\x20','\xa4','\x15','\x03','\x0b','\x69','\xa8','\xf9','\x29','\x5a','\x05','\x7f','\x32','\x72','\xe4','\x47','\x1d','\x58','\x87','\x63','\x76','\x14','\x73','\xa3','\x2c','\x94','\x39','\xb6','\x12','\x7f','\xdd','\xb4','\x93','\xed','\x9b','\x60','\x3a','\xbb','\x15','\xf2','\x38','\xab','\x0f','\xd1','\x81','\xb1','\x69','\xb0','\x85','\xb8','\x8a','\x10','\x20','\x76','\x78','\x06','\xdb','\x39','\xb2','\xc4','\xae','\xc8','\xa2','\x6b','\xd5','\x3e','\xb5','\xfb','\xe6','\xe6','\x12','\x1c','\xeb','\x1f','\x5a','\x13','\x79','\xec','\x0a','\x39','\x13','\x45','\x9e','\x56','\xd5','\x87','\xf8','\xed','\x33','\xf7','\x40','\x1e','\xcb','\x16','\x98','\xb7','\x2c','\xb2','\xb8','\xd9','\x03','\x6a','\x7f','\x62','\xd0','\x8c','\xa5','\x87','\x12','\xa4','\x3a','\xfe','\x58','\x7f','\x13','\x2c','\xf6','\x22','\x5c','\x16','\x39','\x43','\xf2','\x03','\x34','\x56','\x02','\xba','\x4a','\xf2','\xe6','\xfb','\x64','\xf3','\xd5','\x4f','\x77','\xf3','\x75','\x19','\x01','\x7f','\x33','\x28','\x8f','\xbd','\xa0','\xf2','\x2c','\x75','\x7f','\xda','\xc9','\x4e','\x55','\x57','\xe2','\x63','\x4a','\x3e','\xa2','\x6f','\xd9','\x07','\x0b','\x71','\x82','\x67','\xe7','\xf1','\xda','\x87','\x48','\x4c','\x67','\xaa','\x37','\xca','\x4e','\x96','\x7a','\x20','\x41','\xc2','\x16','\xe2','\x04','\xc6','\x9d','\x6b','\xde','\xf0','\x80','\x99','\xc7','\x82','\x62','\xf6','\x00','\xff','\xdd','\xcf','\xb6','\x0e','\x74','\x9e','\x17','\x73','\x88','\x3e','\x2c','\x46','\x4b','\xcd','\x2b','\xf9','\x1d','\xad','\x8c','\x9f','\x65','\x6d','\x3c','\xbf','\xa0','\xd6','\x24','\x3a','\x3e','\xd4','\xf2','\xab','\xe3','\xc5','\xfa','\x91','\x63','\x52','\xc0','\x96','\x33','\x23','\xe7','\xa2','\x24','\x7f','\xf2','\x11','\x7f','\x0b','\x56','\x00','\xea','\xbc','\x60','\x49','\xfa','\x7a','\x0a','\xcb','\xf9','\x97','\x62','\x9e','\x7f','\x85','\xd3','\x98','\x65','\xba','\xe1','\xe9','\x33','\x99','\x72','\xfe','\x58','\x29','\xb6','\xbe','\x1a','\xc2','\xbc','\xcb','\xda','\x2e','\x9d','\x3f','\x05','\xbd','\xde','\xc2','\xf9','\x3f','\xdd','\xce','\xb4','\xb7','\x3a','\xfe','\xe4','\x96','\xf1','\xfe','\x16','\x5b','\x88','\x97','\x8a','\x1d','\xae','\xf3','\xd5','\x39','\xfa','\x69','\xb3','\x1e','\x6d','\xd1','\x86','\xf2','\x8b','\xbc','\x86','\x82','\x7c','\xd9','\xfb','\xf4','\x60','\x3f','\xec','\xe3','\x09','\xab','\xfa','\xec','\x95','\xa5','\x95','\x48','\x5f','\x7c','\xa4','\xde','\x5f','\xeb','\x3f','\xd4','\x6f','\x7d','\xb6','\x06','\xe3','\xc5','\xd3','\x0e','\x99','\x27','\x9f','\xe2','\x60','\x91','\x0b','\x2b','\x95','\x72','\xd6','\x36','\x93','\xfe','\x84','\x1e','\xa8','\xf5','\xdd','\x1a','\xee','\x9f','\x97','\x56','\x7a','\xaa','\xa8','\x58','\x83','\x4f','\x3b','\x99','\xd5','\xaa','\xb7','\x2f','\x4b','\x52','\xec','\x65','\x81','\xa5','\xaa','\x59','\x17','\x88','\xbf','\x64','\xcf','\xd7','\xf0','\xec','\x75','\x6c','\x40','\x9c','\x05','\x33','\x2c','\x47','\xb5','\xe5','\x53','\x72','\xb1','\xc2','\xcb','\xc1','\x55','\x6a','\xe4','\xf1','\x0f','\x8e','\x4f','\xf5','\xd0','\x59','\x5d','\x7f','\xb3','\x5e','\xca','\xdc','\xb6','\x3a','\x66','\xc8','\xb1','\x13','\x25','\x08','\x35','\x90','\x4e','\x16','\xe0','\x3e','\xc1','\xb0','\xce','\x5f','\x52','\x5f','\xc7','\x08','\x60','\x5d','\xf3','\xfd','\x55','\xb0','\xa1','\x05','\xcc','\x46','\x14','\xe3','\xf7','\xd2','\x13','\x15','\x3c','\x00','\x7c','\x44','\x83','\x85','\xb8','\x92','\x0f','\x2b','\x7b','\xf6','\xd2','\xec','\x02','\xee','\xb7','\x3f','\x6b','\x1f','\xe8','\xbe','\xcf','\xf4','\x1e','\xf8','\xdf','\xfe','\xa2','\xfd','\xbd','\x85','\x78','\x2e','\xe5','\x15','\x32','\x12','\xc1','\xbc','\xf8','\x1c','\xcf','\xe3','\x1f','\x98','\xe1','\x42','\x3c','\xc2','\xf3','\xfa','\x66','\xb4','\x08','\xcf','\xed','\x3f','\xfe','\x0d','\x1b','\xbc','\xc1','\x5a','\xac','\x2b','\xcf','\x63','\x28','\xfe','\x73','\xfb','\x3f','\x1f','\xf7','\x01','\xef','\x1b','\xfe','\x42','\x5c','\xb1','\x98','\x76','\x32','\xdb','\xe5','\x89','\xec','\x3b','\xa2','\xbc','\xe8','\x13','\xe7','\x54','\x9d','\x33','\x0f','\x99','\xfa','\x96','\x28','\xd6','\xe7','\x0c','\xb5','\xdf','\x93','\x6b','\xd8','\x10','\x53','\x2c','\xcf','\x9f','\x6d','\x95','\xc7','\x37','\x9b','\x5f','\x0e','\x97','\x3b','\xcc','\x0f','\xe4','\x5e','\x41','\x61','\x3f','\x88','\xb4','\x8f','\xb2','\xf6','\xf6','\x74','\x4b','\xaf','\x8f','\xe7','\xec','\x3e','\x2a','\x3f','\xb4','\xc5','\x8d','\x30','\x8b','\xce','\x85','\x1e','\x40','\xb4','\x8e','\x16','\x58','\xbf','\xa7','\x24','\x56','\x45','\xcb','\xc5','\x88','\xd7','\xd4','\xf8','\xd7','\xbd','\x37','\x91','\xfb','\x6f','\x7a','\xfe','\xcf','\xe8','\x57','\x56','\x3b','\x59','\x83','\x5e','\xc0','\xbf','\xf0','\x1c','\xb4','\xc4','\x4b','\x48','\xe6','\x9d','\xd4','\x13','\x44','\x3d','\x55','\x7a','\x03','\xb4','\x0d','\x11','\xc2','\xf6','\xa4','\x5d','\xfa','\xd2','\xc3','\x2a','\x86','\x39','\xa4','\xdc','\x2e','\x51','\x3d','\x7e','\x57','\x6b','\x17','\xf9','\xe9','\xd3','\x18','\x68','\x42','\x27','\xf4','\x01','\x8b','\x79','\xde','\xbf','\xca','\xfe','\x92','\x52','\x2e','\x71','\xa9','\x36','\x89','\xd0','\x7f','\xea','\x33','\x78','\x72','\x0d','\x31','\xaf','\x83','\x52','\x4f','\xd4','\x51','\xeb','\x6a','\xfc','\xab','\x6a','\xcb','\xb6','\xe7','\x68','\x90','\x92','\x37','\xc8','\x40','\x20','\x97','\x2b','\xe9','\xde','\x78','\x36','\xfe','\x32','\x4a','\x91','\xdf','\xac','\x7c','\x33','\xf9','\x71','\x29','\xbf','\x50','\xef','\x16','\x96','\x13','\xc2','\xe8','\x5b','\x4d','\xfd','\xa5','\x4c','\xd5','\xbf','\xaa','\xf8','\x85','\xbd','\x9a','\xec','\xc2','\xda','\x36','\xdb','\x17','\x14','\xf3','\xfc','\x87','\x5c','\x29','\xc2','\x1b','\xf0','\x90','\x88','\xad','\x3c','\x59','\xa5','\xa8','\x7d','\x52','\x57','\xee','\x90','\xea','\xfa','\x5f','\x77','\xfc','\xfc','\x75','\xe3','\xfa','\x84','\x76','\x91','\x41','\xc7','\x73','\x94','\xff','\x9b','\xfc','\x79','\x9e','\xdf','\xae','\x51','\xf1','\xf5','\x4e','\xb9','\x75','\x58','\x7f','\x66','\xf9','\x79','\xfd','\xf5','\xa0','\xcc','\x9f','\xd3','\x5a','\xfe','\x9c','\x96','\xf2','\xe7','\x17','\xe4','\x2f','\x2f','\xca','\x8f','\x17','\xf9','\xe1','\x7e','\xff','\xb9','\x2f','\xfa','\xfd','\x7a','\x7e','\xf9','\xa2','\xfc','\xf9','\x45','\xf9','\xf1','\x45','\xfd','\xd3','\xf2','\xfb','\xaa','\xf9','\xf1','\xe1','\x39','\xcf','\x26','\xba','\xea','\x9f','\xba','\xe6','\xb6','\x3e','\x8f','\x78','\x51','\xfe','\x7c','\x78','\x3e','\x93','\x9e','\x96','\xa4','\xf3','\x47','\x17','\xe5','\xd7','\x87','\x53','\x9f','\x7a','\xd4','\x41','\x7f','\x22','\xf2','\xb3','\x33','\x25','\xf9','\x5f','\x94','\x1f','\xdf','\x4a','\x5f','\xbe','\x7f','\xd3','\x5b','\x8c','\xa3','\xfc','\x9b','\xc9','\x55','\xff','\xa6','\x87','\xed','\x5c','\xb3','\x6f','\x7a','\x57','\x7d','\xcc','\x94','\xe6','\xf9','\xf5','\x0b','\xf2','\xdf','\x6e','\x7c','\xd3','\xbb','\xb7','\xde','\x62','\x8a','\xae','\x04','\x0d','\xae','\x46','\x54','\xd7','\xd7','\xf2','\x51','\xd2','\x51','\xb2','\xe9','\xed','\xf7','\xf6','\x67','\xf3','\x67','\xbf','\xe9','\xc5','\x1a','\xdb','\x23','\x88','\x64','\xe5','\xf9','\xd9','\xd6','\x68','\x4d','\xbb','\xef','\xd4','\x18','\x5b','\x60','\x9b','\x1d','\x0a','\x2b','\x8c','\x44','\x9d','\x4c','\xa0','\xec','\xa9','\xa0','\x95','\xb0','\xda','\x57','\x5b','\x6b','\xfe','\x95','\xe0','\x6a','\x64','\x64','\x7a','\xaa','\xbe','\xe2','\x94','\x59','\xdd','\x43','\xd3','\x37','\x28','\x78','\x44','\x8c','\x0f','\x71','\xff','\x35','\xaa','\xee','\xbf','\xe6','\xef','\x4f','\xe0','\x0d','\xf8','\x3c','\xfa','\x39','\xae','\xc6','\x0f','\xac','\xb4','\x6f','\xe3','\x97','\x46','\x7a','\xe6','\x11','\xfc','\x82','\xcb','\x95','\x71','\x0a','\x09','\x2b','\xbb','\xf4','\x64','\x2d','\xdd','\xf0','\x25','\x9f','\xbe','\x8d','\x3b','\xd9','\xea','\x3c','\x15','\x44','\xd6','\x16','\x73','\xe4','\xa1','\x1d','\x69','\x1d','\x7c','\xcc','\x0f','\x32','\xd0','\xe7','\xd9','\xf7','\x97','\xbe','\x3c','\x65','\x34','\x99','\xfd','\xfa','\xd8','\x1e','\xd8','\xa3','\x15','\x99','\x1f','\xbf','\x42','\x5a','\x2c','\x48','\xd4','\x5d','\xd4','\x8a','\x3c','\xa7','\x2e','\xd7','\xf7','\x4e','\x64','\x73','\x9c','\x73','\x33','\xf5','\x61','\x02','\x82','\x8d','\x90','\xeb','\xb0','\xf6','\xd9','\x93','\x41','\x5d','\x7e','\xd2','\xb4','\x32','\x50','\x60','\xe0','\xee','\x92','\xc8','\x73','\xb7','\x29','\xfa','\x5f','\x2b','\x55','\xab','\xbe','\x66','\x8a','\x2e','\x72','\x0d','\x73','\x73','\x10','\x67','\x34','\xe3','\x72','\x7d','\xcc','\x7e','\x78','\x4a','\xbb','\x83','\x72','\xfe','\x29','\x2b','\xb4','\x99','\xae','\x87','\xfa','\x3b','\x6f','\x6f','\xe2','\x47','\x75','\xfe','\x8c','\x18','\x3f','\x8d','\x92','\xb2','\x63','\xab','\xfc','\x4a','\xcc','\xaa','\x31','\x30','\x35','\xa6','\x17','\xb5','\xdf','\xd2','\xe3','\xce','\xed','\x70','\x06','\x27','\xb6','\xcc','\xfe','\x7b','\xb8','\x13','\x5f','\x96','\x3f','\xcf','\xce','\xbd','\x85','\x56','\xe2','\x4d','\xd8','\xb8','\x35','\x86','\x95','\x5e','\xe0','\xc6','\x6a','\x34','\xca','\xc5','\xf1','\x1b','\x81','\x21','\xe7','\x17','\x7e','\x21','\x7a','\x99','\xf8','\x13','\xb9','\x47','\x9c','\xd7','\xf7','\xce','\x36','\x21','\x7e','\xba','\x7c','\xbf','\xc1','\xd0','\x06','\xcc','\xd6','\x07','\xa7','\x75','\xca','\x4e','\x5b','\xa7','\x5d','\xbb','\x6b','\x6f','\x8f','\xdb','\x5f','\xea','\x0b','\x00','\x37','\xf1','\xfd','\xed','\x87','\x37','\x5e','\x3a','\x58','\x9d','\xdc','\xfd','\xe0','\x9d','\x07','\x40','\xf7','\x3e','\x39','\x58','\xbd','\xf1','\xd2','\xf6','\x43','\xdf','\x77','\x93','\x32','\x7e','\xef','\xee','\x83','\xd7','\x1e','\xbc','\xf3','\xc1','\xca','\x32','\x1c','\x5a','\x78','\xed','\xde','\xdd','\xf9','\xf8','\x9f','\xdf','\xfd','\xf0','\x9d','\x9f','\xfc','\xec','\xc1','\x3b','\x93','\x05','\xf8','\xbd','\x4f','\x3e','\x58','\x59','\x56','\xff','\xde','\xdd','\x0f','\x57','\x7e','\xf2','\xce','\x87','\x8b','\xf1','\x4f','\x80','\xbf','\xd7','\x96','\xb4','\x7f','\xf7','\x43','\xe0','\x6f','\x49','\x7d','\xc4','\x7f','\xb6','\x84','\xff','\x1f','\xfc','\xfd','\x5f','\x7e','\x08','\xf4','\x57','\x3f','\x28','\xe3','\xea','\xdc','\xb4','\xfe','\xff','\x07','\x94','\x49','\xfb','\x0f','\xb4','\xe9','\x6e','\xdc','\x4c','\x3a','\x29','\x7e','\xd7','\x58','\x26','\x85','\xe3','\xb7','\x6d','\xea','\xdf','\xb7','\x7f','\xf4','\x6f','\xff','\xfc','\x77','\x50','\xbe','\xff','\xd7','\xd7','\xee','\xf4','\xfb','\x1b','\x67','\xe5','\x1c','\xc2','\xd7','\x55','\xfe','\xec','\xcc','\x8a','\x7f','\xfb','\x17','\x76','\xff','\x4f','\x0f','\x76','\xd6','\xff','\x87','\xbd','\xa7','\x8d','\x6d','\xe3','\x4a','\x6e','\x45','\xbf','\x58','\x4f','\xb2','\x6c','\x2d','\x57','\x8c','\xcd','\x1e','\x54','\x6b','\xb9','\x5a','\xdb','\x94','\x2e','\x8d','\x68','\xd9','\x87','\x33','\x7a','\x82','\xb4','\xa2','\xd6','\xf1','\x52','\x09','\x62','\xc6','\x47','\xe3','\x52','\xa0','\x8d','\xe5','\x44','\x57','\xbb','\x97','\x20','\x27','\x28','\x45','\xa1','\xd8','\x2a','\x49','\x6d','\x36','\xf1','\x46','\x15','\x52','\x86','\x51','\x10','\x03','\xa7','\x1f','\xaa','\xc0','\xb4','\xaa','\x5b','\x5c','\x0b','\x14','\x2d','\xfa','\x23','\x51','\x55','\x57','\x3f','\xdc','\xb4','\x38','\x18','\x87','\xb6','\x28','\x0e','\x85','\x61','\xb8','\x01','\x2a','\x24','\xae','\xab','\x3a','\x42','\x43','\x48','\x1b','\xaa','\x33','\x6f','\xb9','\x22','\xc5','\x5d','\x4a','\x29','\x7c','\x3d','\x27','\x00','\x67','\xc0','\x0f','\x69','\x76','\xe6','\xcd','\x9b','\x37','\xef','\x93','\xef','\xcd','\x6b','\x8c','\xc7','\xa6','\x49','\xe8','\x14','\xee','\xd1','\x34','\xc7','\x0e','\xf2','\xe6','\xcf','\x5b','\x3f','\x85','\x7b','\x9c','\xeb','\x86','\xa9','\xb6','\xca','\x39','\xcb','\x50','\x95','\x30','\xc4','\x6a','\xec','\x79','\x4e','\x80','\xb6','\xc2','\xeb','\x4c','\xed','\x5b','\xdc','\x28','\x67','\x1f','\x90','\x0a','\x70','\x12','\x77','\xbd','\x82','\x2a','\x16','\xf7','\x3f','\x86','\x21','\x0d','\xfb','\xbb','\x37','\xff','\xf1','\x2a','\xfc','\x50','\xc3','\xd2','\xf6','\xf1','\x4d','\x3c','\x0e','\xe4','\xa5','\x3f','\xe2','\xd3','\xdc','\x48','\xf1','\x5b','\xef','\x36','\xfa','\xb1','\x1f','\x20','\xbc','\x8c','\xc0','\xe6','\xe1','\x74','\xd1','\x9d','\x39','\xfc','\x15','\xf4','\x20','\xb7','\xc2','\x36','\x11','\x67','\xe1','\x3d','\xce','\x1e','\xf9','\xbf','\xac','\x5f','\x97','\xd6','\x77','\xa1','\xed','\x10','\x03','\x37','\x9b','\x2b','\x66','\x31','\x53','\xdc','\x48','\x51','\x47','\x7b','\x85','\xc0','\x7d','\xf8','\xc1','\x84','\xb2','\x41','\xb4','\xf3','\x50','\xa9','\x22','\x9e','\xcf','\x2f','\xa2','\xec','\x93','\x49','\x98','\xba','\xf2','\xe0','\x2c','\xcb','\xaa','\x50','\x7a','\x71','\x77','\x04','\x97','\x95','\x36','\x36','\xc7','\xc3','\x5f','\x20','\xfc','\x2b','\x4e','\xff','\x50','\x87','\xa7','\xe7','\xb7','\x1b','\xbf','\x3b','\xe3','\x6b','\x0e','\x77','\x95','\xb1','\xbd','\xaa','\x5b','\xc6','\xef','\x3b','\x8e','\xef','\xf3','\x84','\x6e','\x37','\xbe','\x6f','\xb6','\x9c','\x33','\xca','\x0e','\x62','\x2b','\x4f','\x79','\x1c','\xb7','\xe2','\xc8','\xb5','\xb8','\x3f','\xb6','\x7c','\x74','\x5f','\xb6','\x3f','\x16','\x4f','\x94','\x6c','\xea','\x58','\x7a','\xa6','\x6c','\xfc','\x7f','\xe1','\x1f','\x9d','\xd1','\x1d','\x9e','\x5a','\xf0','\xf3','\x47','\x83','\x21','\x8a','\x63','\xc5','\xff','\x28','\xee','\x2f','\xab','\x5f','\x6c','\x8d','\xf0','\x41','\xfb','\x77','\xfb','\x5d','\xc5','\xfd','\xdb','\x7c','\xb0','\x35','\xb2','\x65','\x7f','\x66','\x10','\x46','\xd4','\x17','\xf9','\x1b','\x7e','\xb3','\x05','\x46','\xda','\xad','\x34','\xb8','\x39','\x3f','\xc0','\xbe','\x7a','\xd7','\x22','\x7b','\x66','\xcb','\x13','\xa5','\xf9','\x43','\x6f','\x0f','\x1d','\x66','\x7b','\x26','\xd2','\x0d','\x69','\xaf','\xf1','\x7f','\x65','\xfe','\x77','\xb3','\x1e','\xf4','\x59','\x7e','\xa4','\x38','\xbe','\x1c','\xeb','\x09','\x46','\x5a','\x47','\x02','\xf1','\x40','\x7c','\xff','\x4d','\x21','\xd3','\x7d','\x15','\xc7','\xfe','\x21','\x5a','\x2a','\x9f','\xd2','\xfc','\xa5','\x7c','\xf6','\xe2','\x35','\x7f','\xf1','\x1e','\xdf','\xa7','\x0a','\x9e','\xc3','\xfb','\x4d','\xfe','\x1d','\xf7','\xcf','\xde','\xde','\xb2','\xff','\xd8','\xde','\xff','\x4c','\x9b','\x4e','\x38','\xfb','\x43','\x76','\x1a','\xdf','\xf7','\xf6','\x52','\xda','\x14','\x2c','\xed','\x3c','\x83','\x91','\x49','\xba','\x7c','\xef','\xd9','\x83','\x8e','\xef','\x91','\xee','\x05','\xa9','\x02','\x1b','\xb0','\x6d','\xa1','\x07','\x23','\xcd','\x37','\x37','\x77','\xa8','\x17','\xf9','\x3f','\xbf','\x85','\xf6','\x76','\xe3','\x46','\x61','\x07','\xfa','\x06','\xcb','\x26','\x97','\x4a','\x47','\xb9','\x28','\x4b','\x6a','\x57','\xde','\x47','\x7c','\x0e','\x90','\xe6','\xa2','\x7f','\xe6','\x7b','\x37','\x7b','\x34','\x2a','\x9a','\xa2','\x56','\x44','\x73','\xc3','\xf1','\x9f','\xcd','\xb5','\x9b','\xe6','\x52','\x4d','\x83','\xba','\xe6','\x9c','\x50','\xb5','\xfd','\x17','\xe6','\x75','\x4d','\xf5','\x01','\xfa','\x31','\x0e','\x3f','\xf9','\x2d','\xfe','\x9b','\x1f','\x09','\x4d','\xc1','\x78','\x65','\xb7','\xe4','\x93','\x7c','\xbd','\x3e','\x7c','\x6f','\xdf','\x0d','\x23','\x98','\xa9','\xfc','\x88','\xe3','\x7f','\x7c','\x71','\x53','\x2a','\xcf','\x37','\xaf','\x38','\xfe','\x17','\xdc','\xf4','\xbf','\x07','\x05','\x7b','\x7d','\x60','\xef','\x10','\xd6','\x40','\xb4','\x0b','\x7e','\xee','\x1d','\xb2','\xf7','\x19','\x23','\x6c','\x6c','\x6c','\x4f','\xaf','\xce','\x6f','\x47','\xeb','\xb1','\xe9','\x78','\x46','\xfc','\x11','\x5c','\xbb','\x14','\xed','\xe7','\xfa','\xf2','\x5b','\xe5','\x57','\xa7','\x57','\xe7','\x2f','\xc9','\xb7','\xf1','\x97','\xb9','\x76','\xae','\xce','\xac','\x1b','\x29','\xfd','\xc7','\x91','\xbf','\x1d','\xbd','\x3a','\xbf','\x2d','\xbf','\xc4','\xef','\xc6','\xad','\xfc','\x95','\xf8','\x60','\xb1','\xa3','\xdc','\x50','\x8f','\xad','\x1f','\xcf','\x76','\xef','\x41','\x75','\xae','\xff','\xd7','\xe2','\xbf','\xa1','\x55','\xb4','\xe7','\x4d','\xb8','\xb3','\x70','\xbb','\xfd','\xb5','\xcd','\x38','\xff','\x82','\x31','\x8b','\xbd','\xbf','\x62','\x73','\xff','\x5c','\x89','\xbe','\xc2','\x28','\xc5','\xf6','\x63','\x9f','\x3b','\xfd','\x15','\x9f','\x7d','\x40','\x4b','\xdc','\x0d','\x0d','\x95','\xdd','\x9a','\x95','\xd3','\xab','\xec','\x8f','\xe6','\x9c','\x28','\x5c','\xd5','\xe9','\x36','\x1c','\xbb','\xea','\x67','\x23','\xfb','\xbd','\x43','\x0d','\xe2','\x2f','\x45','\x8e','\x5d','\x75','\xe7','\x9f','\xb0','\x35','\x5a','\xb4','\x02','\xf1','\x18','\x7b','\xb5','\x9e','\x40','\xbb','\xd0','\x9b','\x7b','\xd8','\x0c','\xa7','\x74','\x46','\xd2','\xee','\x03','\xaa','\xd3','\x1d','\xd8','\x37','\x42','\x32','\x8f','\xe0','\x6f','\x40','\xec','\x97','\x8e','\x7d','\x63','\xd5','\xf3','\xef','\x13','\xf7','\x8b','\xee','\xb3','\x91','\x27','\x4e','\x60','\x2f','\x20','\x64','\x84','\x0c','\xfa','\xe8','\x09','\x8f','\x33','\x9c','\x58','\x32','\xcd','\x76','\xf9','\x79','\xa4','\xbf','\xd3','\xfe','\xe8','\xb6','\x95','\xf2','\x01','\xb6','\x3b','\xfd','\xbd','\xae','\xfd','\xd3','\x5b','\xcb','\xb0','\xca','\xfe','\xf7','\x32','\xf9','\x7e','\xbe','\xe4','\xbd','\xee','\xf9','\x1d','\xea','\xdf','\x14','\x21','\xe2','\xee','\x21','\x18','\x05','\x2e','\x3a','\x7d','\xc0','\xae','\x4d','\x8e','\xbd','\x43','\x2d','\x19','\xa7','\x75','\x6d','\xc9','\xec','\x1d','\xaa','\x94','\x81','\xbb','\x9e','\xed','\x98','\x1c','\xf8','\x2b','\xc3','\x41','\x97','\x7d','\x5b','\x47','\xca','\xf3','\x57','\x8c','\x35','\xe0','\xb2','\x1f','\x8c','\xba','\xed','\x53','\xde','\x2e','\xfb','\xbd','\x32','\x53','\xde','\xbe','\xa7','\xac','\x1d','\xe8','\xc5','\xfe','\xa5','\x04','\x7d','\xe9','\x10','\x17','\xc2','\x88','\x48','\x04','\x71','\x97','\xeb','\xfc','\xc4','\x89','\x56','\xd6','\x8b','\x9b','\xbc','\x86','\xd8','\x37','\x53','\x49','\xdf','\x67','\xff','\x86','\x58','\xb5','\x7e','\xe1','\x0e','\x18','\xa8','\xad','\x11','\x02','\x7d','\x98','\xb3','\xfe','\x51','\x91','\x7f','\xb3','\x81','\x34','\x93','\x06','\x40','\x6a','\xba','\xcb','\xb7','\xbe','\x58','\xfe','\xf5','\xb7','\x71','\x0c','\x5e','\xa4','\x13','\x98','\x0c','\xd0','\x6d','\xd7','\xf7','\x69','\x1d','\xe1','\x32','\x9c','\x59','\x75','\x7d','\x1f','\x97','\xcd','\xf9','\xba','\xe5','\x2a','\xeb','\xfb','\xb8','\x28','\x41','\xeb','\x56','\x77','\x5a','\xdf','\xff','\x1a','\x00','\x9b','\x76','\x28','\xa2','\xa2','\x88','\x50','\xce','\x02','\xcc','\x70','\x7e','\x6e','\x01','\x20','\x7a','\x61','\xb2','\x04','\x48','\xa4','\xa6','\xe8','\x01','\x5d','\x64','\xdb','\xf7','\x0f','\xac','\x54','\xee','\x50','\x47','\x70','\xf7','\x08','\xd5','\x7b','\x8f','\x52','\x0f','\x53','\xf6','\xb4','\xab','\x2f','\xaa','\x90','\xbf','\x83','\x34','\x77','\x87','\x54','\xf1','\xc4','\x4e','\xfa','\xed','\x94','\xfe','\x36','\x7d','\xa5','\x9d','\xfe','\x0e','\xf4','\x1d','\xd2','\x77','\xcb','\xaf','\x4c','\xbf','\x52','\x42','\x59','\x74','\x4a','\x4f','\x74','\xd9','\x77','\x63','\x3b','\xfa','\x46','\x7a','\x63','\x5b','\x69','\x48','\xdf','\x36','\xfd','\x8d','\x4a','\x0b','\xbb','\xe9','\xdb','\xa6','\x0f','\xb0','\x53','\xfa','\xdb','\xd2','\x77','\xb0','\xcf','\x4e','\xf2','\x2b','\xb5','\xf3','\xd4','\x6f','\x6b','\x09','\x55','\xe8','\xe7','\x92','\x58','\x51','\xbe','\x2e','\xfd','\x5c','\xf4','\x6d','\x3d','\x68','\xa3','\xd2','\x43','\x2b','\xf5','\xdb','\x21','\x7d','\xb7','\x87','\x56','\xd8','\xa7','\x42','\xa0','\x8b','\xee','\xb6','\x4f','\xdb','\x8a','\x48','\x15','\x32','\x23','\xcd','\x3d','\xaf','\x4b','\xba','\x34','\x23','\xcd','\x02','\x2e','\xac','\x29','\x04','\x23','\x9a','\xa0','\x84','\x22','\x7d','\x74','\x6e','\x52','\x6f','\xd4','\x1b','\x67','\x46','\x67','\xf5','\x59','\xbd','\x2a','\xbd','\x7b','\xa6','\x71','\xb6','\x71','\x76','\x72','\x61','\xd4','\x45','\xcf','\xce','\x65','\xf5','\xac','\xbe','\x36','\x23','\xcc','\x02','\x2e','\x08','\x2e','\xfa','\xda','\x9c','\x0e','\x30','\x5a','\x95','\x1f','\xe5','\xeb','\xfa','\xfd','\x99','\xc9','\xd9','\x49','\x4f','\xfa','\x1a','\x4b','\x5f','\x00','\xf9','\xa8','\xbf','\xe4','\xc9','\x3f','\x09','\xf2','\xab','\xf1','\xdb','\xf4','\xc9','\x99','\x4b','\xdb','\xa4','\x3f','\x39','\xc5','\x9e','\x99','\x9b','\x9c','\x71','\xd3','\x99','\xfd','\xa6','\x24','\xb4','\xe1','\x9c','\x34','\x53','\xc5','\x3e','\x53','\x8d','\xfa','\xa8','\xae','\xcf','\xe9','\x55','\xe9','\xdd','\x68','\x63','\x4f','\xf9','\xcc','\x7e','\x53','\x6b','\xba','\xa0','\x0b','\x73','\x90','\x4b','\x6f','\xfb','\x4d','\x8d','\x56','\xe5','\x67','\xf6','\x9b','\xba','\x5f','\x55','\x7f','\x66','\xbf','\x29','\x90','\xce','\xf4','\xaf','\x62','\x3f','\x90','\x5f','\x8d','\xdf','\xb1','\xcf','\x25','\xef','\xf4','\x73','\xa3','\xb9','\xc9','\xdc','\xe4','\xc2','\xa4','\x61','\xa3','\x9b','\x2e','\xe5','\x9e','\xcf','\x41','\xb9','\x19','\x36','\xba','\xec','\xc3','\xf8','\x1b','\x17','\x1a','\x8d','\x51','\x43','\x07','\xac','\x46','\xef','\x36','\x1a','\x01','\xbd','\xe4','\x67','\x11','\x17','\xd6','\x0c','\xc1','\x46','\x17','\x7d','\x2d','\xa7','\xe7','\xf4','\x85','\xd1','\xaa','\xfc','\x28','\x5f','\x5f','\xb8','\x5f','\x55','\xff','\x35','\x96','\x3e','\xca','\x66','\x39','\xa8','\x92','\xff','\xd1','\xaa','\xfc','\x8e','\x7d','\x2e','\x79','\xa7','\xbf','\x30','\x8a','\x7e','\x3b','\xe3','\xf2','\xbf','\x87','\xfd','\xfb','\xfd','\xc3','\xa6','\x57','\xb6','\x77','\x35','\xa8','\xc1','\xd7','\x09','\x6a','\xfe','\xff','\x60','\x60','\xdb','\xe7','\x57','\x5f','\xb8','\x9e','\x38','\xf6','\xf7','\x93','\xda','\x68','\x2c','\xcd','\xec','\xb2','\xeb','\x6f','\xd3','\x35','\xfb','\xd4','\xa0','\x06','\x35','\xa8','\x41','\x0d','\x6a','\x50','\x83','\x1a','\xd4','\xa0','\x06','\x35','\xa8','\x41','\x0d','\x6a','\x50','\x83','\x1a','\xd4','\xa0','\x06','\x35','\xa8','\x41','\x0d','\x6a','\x50','\x83','\x1a','\xd4','\xe0','\x2b','\x08','\x0f','\xfb','\xf7','\xbf','\x87','\xfd','\xfb','\xfe','\xc3','\xa6','\x3f','\xb8','\x05','\x9b','\x57','\x22','\x4d','\x8a','\x47','\xa8','\xaf','\x1a','\xd4','\xe0','\xc1','\xe1','\xe1','\xfb','\x77','\x0d','\x6a','\xf0','\xf5','\x85','\xfa','\x45','\x3c','\xf7','\x9d','\xb4','\xc6','\xad','\xb5','\x82','\x03','\x49','\x6b','\xac','\x07','\x6f','\x8a','\xc5','\x13','\x10','\x36','\x7d','\x7c','\xfc','\xf2','\x07','\xeb','\x0b','\x1b','\x0b','\x1b','\xc9','\x42','\xe1','\x8b','\xc2','\xe5','\xaa','\xf4','\x42','\x72','\x63','\x61','\x7d','\xe1','\xf2','\x07','\xe3','\xe3','\x5b','\xe9','\xa9','\xf1','\xe4','\xf8','\x17','\xc9','\xf5','\xe4','\xe7','\xc9','\x95','\xde','\x8d','\x64','\x6a','\x3c','\x55','\x41','\x1f','\xeb','\xb9','\x6c','\xad','\x17','\xd6','\x0b','\x79','\xe0','\xdf','\xf0','\xe0','\x4f','\x8e','\xff','\x6e','\x91','\xbe','\xee','\x29','\x7f','\xac','\x27','\xf5','\x01','\x6a','\x87','\x88','\xfa','\x27','\x2d','\x2f','\xfd','\xd6','\x17','\xac','\x2a','\xfc','\x9b','\xf4','\x5e','\x4c','\x3f','\x35','\x3e','\x5e','\xc1','\x9f','\xb2','\x2e','\xcf','\x7c','\xf6','\xf2','\xa7','\x2f','\xaf','\x33','\x1c','\x9a','\x49','\xb9','\xe9','\x1f','\x7c','\xd6','\xfb','\xc9','\xc2','\x3a','\xc3','\xa1','\x26','\x0f','\x3a','\xf2','\xdf','\x5b','\xbf','\x05','\xf4','\xe4','\xb6','\xf4','\x7b','\x55','\xe4','\xdf','\xfd','\xec','\x27','\x9f','\xfe','\x18','\x52','\xdf','\xbd','\x7e','\x6f','\xe8','\xae','\x07','\xbd','\xe9','\xb3','\xe4','\xa7','\xc9','\xf5','\x83','\x95','\xfc','\xce','\x13','\xdf','\x31','\x5f','\x19','\x7f','\x71','\xfc','\x72','\xeb','\xe5','\x97','\x2e','\xbf','\x24','\x5e','\x2d','\x51','\x37','\xe9','\xf4','\x95','\xbb','\x2f','\xde','\xbd','\xfc','\x6f','\x80','\x1f','\x88','\x7f','\xed','\x41','\xbf','\xfa','\xca','\x4b','\x2f','\xbe','\x74','\x79','\xa6','\x92','\xbf','\xc2','\x3e','\x6f','\x41','\xfa','\xf7','\xbc','\xf4','\x7f','\x65','\xe6','\x3f','\x5f','\xfe','\x02','\x6c','\xf7','\xf9','\xcb','\xff','\xf5','\xf2','\xf9','\x2d','\xfa','\xd5','\xe0','\x61','\x42','\xfd','\x62','\x30','\x82','\xfb','\x6b','\x07','\x0c','\x23','\x9a','\x8e','\xbe','\x76','\xdd','\x88','\x1a','\xd7','\x07','\x54','\xdc','\x5d','\x1b','\x8c','\xd8','\xe5','\x17','\x8c','\xc8','\x54','\x25','\x2a','\x79','\x5d','\x7f','\x23','\x6a','\x30','\x7c','\x42','\x3d','\x69','\x94','\xd3','\x1d','\x7e','\xc3','\xc7','\x30','\x3a','\x60','\x6c','\xe5','\x17','\x35','\x45','\x55','\xd4','\xd7','\x40','\xb2','\xcd','\xaf','\x2e','\x0d','\xa8','\x9e','\xfc','\xd1','\x2b','\xd7','\x3d','\xf9','\xa9','\xb2','\xd4','\x4f','\x26','\x7c','\x13','\xbe','\x2b','\xd7','\xf1','\x1d','\x4f','\x31','\x87','\xb6','\xd2','\xd5','\x01','\x15','\xf7','\x45','\xbf','\xe6','\xd3','\x7d','\xaf','\xe9','\x2a','\x40','\xbb','\x59','\x5d','\x7f','\xa4','\x97','\xcb','\x0f','\xd1','\x7e','\xa2','\x90','\xd7','\x7c','\x13','\x45','\xec','\x27','\xa7','\x96','\x5c','\xfa','\x93','\xf4','\xf5','\x74','\xd4','\x46','\x45','\x55','\x8d','\xf6','\x2d','\xe9','\xa3','\x7c','\x43','\x7f','\xdd','\xf7','\x06','\xe0','\xeb','\x3e','\xd5','\x50','\x2b','\xf2','\x37','\x40','\x6c','\xfd','\xab','\xc8','\x87','\xfc','\x3f','\xbd','\xf4','\xa6','\xe4','\x60','\x4c','\x76','\xe5','\x9f','\x9c','\x34','\x1c','\xed','\x51','\x7f','\x37','\xdd','\xb6','\x9f','\x8d','\x1e','\xf6','\x2b','\xe3','\x7f','\x23','\x7a','\xd2','\x50','\x89','\x5c','\xc9','\xaf','\x3a','\xa5','\x53','\x2c','\x1f','\xcd','\x93','\x9f','\x95','\xb0','\x4a','\xaa','\xa4','\x0f','\xb6','\x4f','\x7b','\xa6','\x8f','\x25','\x66','\x97','\x9d','\x9d','\x7f','\xc5','\x95','\x7f','\x30','\xa9','\xa3','\xbf','\xcb','\xff','\x1c','\xba','\xce','\x80','\xf1','\xbb','\xe8','\x9a','\x5c','\xb2','\xdf','\x13','\x4b','\xd5','\xf8','\x27','\x7c','\xba','\xee','\x6d','\x3f','\x27','\x7d','\xfd','\xfa','\x44','\x14','\xbd','\xb5','\xdc','\x7f','\x90','\x7e','\x6a','\x09','\x4a','\x1e','\xf9','\x21','\xff','\xa7','\xca','\xe4','\xe3','\xad','\x3f','\x4d','\x43','\x18','\x5b','\xa5','\x6b','\x59','\x91','\xfb','\xd5','\x7e','\xa3','\x9f','\x60','\x8c','\x7e','\x9e','\x6f','\x2a','\x46','\xe8','\x29','\xd2','\x35','\xd1','\xec','\x27','\x03','\xe4','\x24','\x89','\x11','\x3c','\xdd','\xb8','\x95','\x8e','\x27','\xa6','\xbb','\x96','\x35','\x59','\x93','\x15','\x59','\x51','\xf1','\x59','\x7f','\x25','\x3f','\x15','\xe9','\xa9','\x25','\xfb','\x04','\x7f','\xd7','\xb2','\xe8','\x96','\x6f','\x76','\x2d','\xf7','\x43','\x06','\x54','\x43','\x33','\x24','\x33','\x64','\x7a','\xc9','\xef','\x97','\xa3','\xb2','\xaa','\x6a','\x2a','\xd0','\x5d','\xfc','\x12','\x6d','\xbf','\x71','\x1a','\xa5','\xaf','\x9e','\x5e','\xc2','\xf3','\xf3','\x1e','\xf4','\x65','\xe0','\x96','\x35','\xb0','\x8d','\x68','\xb6','\xbb','\xf8','\x65','\x7a','\x64','\x19','\xd3','\x8e','\x1b','\x8a','\x11','\xa2','\x87','\xdd','\xfa','\x31','\xfb','\x60','\xee','\x14','\xd5','\x4b','\x7f','\x49','\x93','\xb4','\xd3','\xab','\x51','\x15','\xd1','\x4b','\xfe','\x61','\xb0','\xd9','\x53','\x24','\x8a','\xfc','\x46','\x87','\xb7','\xfc','\x1b','\x28','\x5b','\x31','\xfa','\x0d','\x09','\x0c','\xe9','\xd6','\xbf','\x0b','\xf4','\x07','\xe9','\x46','\x14','\xca','\x27','\xb4','\xec','\xe6','\x0f','\x87','\x55','\xc8','\x1f','\x4a','\xf0','\xd2','\xdf','\xce','\xff','\x13','\xf2','\x49','\x55','\x5b','\x12','\xe7','\xdd','\xfa','\x89','\xcb','\x5d','\xa6','\xb2','\x7a','\x0e','\x72','\x5f','\x8d','\xbf','\x23','\x7c','\x72','\x1b','\xf9','\x47','\x6e','\x88','\xf4','\xf4','\xc7','\xca','\x36','\xfc','\x12','\x8d','\x82','\xff','\x60','\xf5','\xc4','\xef','\x1e','\xfa','\x2f','\x9f','\xc6','\xf0','\x76','\x6a','\xec','\xe3','\xc7','\x69','\xd8','\x83','\x2e','\x99','\xe0','\xf8','\xf2','\xb3','\xac','\x6d','\xf1','\xf0','\x1f','\xb0','\xc9','\xd3','\x18','\x9a','\x79','\xf5','\xb4','\x07','\xbd','\xe8','\x3f','\xe4','\xa4','\x1a','\x93','\xfb','\xe5','\x43','\xd4','\x23','\xff','\xa0','\xd3','\x49','\xa2','\x19','\x90','\x3f','\xb9','\x9c','\xff','\x61','\xaf','\x5f','\x7c','\xd5','\xe9','\xdc','\x03','\x82','\xd3','\xbe','\x0e','\x90','\xd7','\xb7','\xe9','\x5f','\x06','\x0c','\x6c','\xdf','\x9c','\x16','\x4c','\xad','\x4a','\x9f','\x60','\xed','\xb7','\xaa','\x0e','\x54','\xf6','\xef','\x50','\xab','\xa0','\xe5','\xd4','\x4d','\xfd','\xf7','\xaf','\xa7','\x75','\xf4','\xd1','\xad','\xf4','\x53','\x4b','\xd0','\xff','\x41','\xcb','\x78','\x45','\xc7','\xfe','\xd1','\xcd','\x0f','\x2d','\x53','\x91','\x6e','\x78','\xca','\x87','\x16','\x55','\x45','\xed','\x10','\xed','\xfe','\xdd','\x4b','\x3f','\x23','\xfa','\x5a','\x15','\xfe','\x4d','\x3a','\xeb','\xa3','\x15','\x63','\xc0','\xdd','\xbe','\x0f','\x4f','\x65','\xa7','\xb3','\x06','\xc3','\x73','\xc3','\x5e','\xed','\xff','\xd4','\xf5','\x77','\x8b','\x3d','\xd0','\xb9','\x55','\x0f','\x3a','\xf2','\xe3','\xd9','\xa6','\xa8','\xa1','\x6f','\x4b','\x17','\xaa','\xc8','\x0f','\x4c','\x75','\x4f','\x9f','\x81','\xd4','\xd7','\x0c','\xe1','\x5c','\xc0','\x83','\xbe','\x3a','\xa5','\x4f','\xeb','\xc6','\x9d','\xaa','\xfc','\xbf','\x5d','\xa4','\x57','\xd3','\x7f','\x75','\x4a','\x98','\xb6','\xcf','\x5e','\x45','\xcf','\x79','\xf5','\x6f','\x76','\xfe','\x9f','\xaf','\xca','\x6f','\xd3','\x47','\xf1','\x6c','\x98','\x17','\xfd','\xa9','\xe1','\x6c','\x56','\x07','\x5e','\x33','\x9b','\xc9','\x3e','\x57','\x46','\xaf','\xc1','\xff','\x2f','\x04','\x39','\x62','\x5f','\x14','\xef','\x84','\xad','\xd6','\x8a','\xc8','\x6e','\x49','\xc2','\xd8','\xc4','\x18','\xdf','\xa6','\xb7','\x18','\x23','\x9d','\xc1','\x78','\x31','\x08','\x16','\x8b','\x3f','\x03','\x74','\x45','\x10','\x03','\x84','\x0f','\xf2','\x43','\x18','\x6d','\x82','\xb0','\xfb','\x06','\xed','\x98','\x38','\x18','\x22','\xcc','\x8e','\x06','\x1d','\x18','\xc7','\x88','\x62','\x22','\x7b','\x9e','\xe7','\xf9','\x78','\x30','\x1e','\x48','\xf0','\x09','\xfe','\x59','\x8e','\x53','\xa6','\x2e','\x29','\xb1','\x83','\xa6','\x8f','\xfa','\x78','\x32','\xc4','\xee','\xab','\xb7','\x23','\x9f','\xa1','\x78','\x62','\x3f','\x0f','\x18','\x04','\xee','\xcd','\x68','\x85','\x0a','\x3c','\xb0','\x19','\x9e','\xbe','\x17','\xa4','\x37','\x72','\x4d','\xe3','\x4e','\x7a','\x18','\xce','\x20','\x0c','\xd8','\x09','\xf8','\x18','\x7b','\x5a','\x1c','\x8b','\x6b','\xd4','\x24','\xc5','\xfc','\x28','\xdc','\x18','\xd1','\x02','\x7f','\xf2','\x4f','\xc1','\x47','\xf9','\x47','\x87','\xf6','\x73','\x2c','\xb4','\xb9','\x9c','\x90','\x13','\x84','\x50','\x1a','\x89','\xb8','\xf5','\x63','\x87','\xfb','\x13','\x52','\xc2','\x07','\x0f','\x04','\x23','\x6e','\x7d','\x20','\xff','\xe3','\x82','\xca','\x70','\x5c','\xe6','\x8a','\xf2','\x38','\x79','\xdc','\x89','\x0f','\x16','\xe2','\xe4','\xb4','\xc4','\x62','\xae','\x89','\x4e','\xbc','\x35','\x0c','\x5d','\x16','\xe7','\x12','\x80','\xcf','\xba','\xed','\x57','\x29','\x1f','\xa3','\xeb','\x9d','\x49','\xc7','\x7a','\x35','\xce','\xb4','\x33','\x4f','\xd7','\x68','\x8c','\xc6','\x1f','\x53','\x3e','\x1a','\xa0','\x27','\xc0','\x5e','\x41','\x8d','\x68','\x11','\x8d','\x42','\x79','\x45','\xa0','\x47','\xc4','\xe7','\x89','\x71','\x26','\xa0','\x05','\x62','\xff','\x6c','\x3e','\xca','\xed','\xc7','\xbf','\x25','\xe0','\x6f','\xe8','\x75','\x62','\x11','\x88','\xca','\xa3','\xa2','\x9a','\x96','\x3d','\xa3','\x9b','\x1d','\xbf','\xd8','\x99','\x28','\xc7','\x4a','\x7a','\xeb','\x45','\x29','\xa1','\x14','\x51','\x4a','\xb4','\x6e','\xd2','\x9d','\xe0','\x98','\xd1','\x8b','\x6a','\x42','\x4b','\xc4','\x13','\x17','\x13','\x6a','\x22','\x9a','\xe8','\xaf','\xe4','\xa7','\x17','\x2f','\x26','\x32','\x0c','\x87','\x40','\xc0','\x48','\xc2','\x84','\x2c','\x8d','\x94','\xf1','\x93','\xe8','\x71','\x55','\xd3','\xb4','\xb8','\x76','\x31','\xa2','\x8a','\xd1','\x13','\xfd','\xe8','\x63','\x5b','\x62','\x7c','\xb4','\x9e','\x90','\x54','\x25','\x6d','\xa3','\xa4','\x16','\xe3','\xa7','\xf4','\x80','\x2f','\xf4','\x80','\x69','\x7b','\x38','\xee','\xb1','\xc5','\x63','\xa2','\x54','\x86','\xae','\x0c','\x7a','\xc0','\xc3','\xee','\x9f','\x7f','\x01','\xfd','\x7f','\x23','\xd7','\x50','\x68','\xe0','\x69','\x36','\x75','\x46','\x4b','\x68','\xfc','\x58','\xe1','\x2c','\x7f','\x96','\x7f','\x97','\xff','\x17','\xfe','\x2f','\xfd','\x8d','\xe0','\x62','\x19','\xa8','\xeb','\xf2','\x97','\xb1','\xd4','\x56','\x68','\xe0','\x84','\x2f','\xcd','\xd6','\xdf','\x1f','\x85','\x3e','\x15','\x4a','\x36','\x3e','\x04','\x10','\x8f','\x6b','\x9a','\xaa','\x46','\xa3','\xfd','\xfd','\x5f','\x8e','\xbb','\x6d','\x05','\xe7','\xcf','\x6c','\xe4','\x71','\xbf','\x34','\xc7','\x4d','\x59','\xce','\xf9','\xdd','\xfa','\x15','\x6a','\xf2','\x46','\xd7','\x5a','\x78','\x12','\x11','\x3f','\x45','\x5d','\xd4','\x79','\x83','\xd2','\xfa','\xcd','\xf3','\xbd','\x29','\x8b','\x71','\xe9','\x13','\xd1','\x09','\x09','\x90','\x8d','\x61','\x4a','\xe7','\x7f','\x71','\xe4','\xfb','\x37','\x6b','\x38','\xf3','\xba','\x72','\xdf','\x84','\x31','\x48','\x46','\x9f','\xd5','\x4f','\x5b','\x25','\x3a','\xa6','\x5f','\xa4','\xdf','\x99','\x92','\xa6','\xa5','\x9c','\x74','\xe5','\x8e','\x2a','\x3b','\xf4','\x48','\x50','\x53','\xdf','\x8c','\x7e','\x78','\x7f','\x32','\x3a','\x13','\xfd','\xd1','\xda','\x7c','\x74','\xfe','\xce','\x9b','\x67','\x26','\x07','\xcd','\xa8','\x42','\x22','\x41','\x9b','\x8e','\xd2','\x6d','\xde','\xf7','\xee','\x20','\x2f','\xeb','\x45','\x9f','\x2f','\xd1','\xd5','\x1c','\xf4','\x7b','\xba','\xb9','\xf6','\x23','\x7d','\x1e','\x52','\x37','\xa3','\xe6','\xa0','\xd9','\x69','\x7e','\xc3','\xa1','\x73','\x75','\xfb','\x26','\x3e','\x89','\x5e','\xf3','\x5d','\x9b','\xbe','\x77','\xf6','\xda','\x81','\x6b','\xa1','\x6b','\xe2','\xbd','\x1f','\x5e','\xeb','\x68','\xec','\x10','\xba','\x0e','\x77','\xd8','\x16','\xe2','\x0b','\x18','\x1b','\xad','\x10','\xe7','\x01','\xc3','\xcf','\x85','\xe3','\xe1','\xb8','\xca','\x50','\x67','\x11','\xd0','\x0e','\x46','\x1a','\xef','\x7d','\x32','\x78','\x6d','\xed','\xda','\xe0','\x27','\x83','\x7f','\xf5','\xd1','\xec','\x27','\x3f','\xfe','\xd9','\xa7','\x83','\xd7','\x06','\xf7','\x3d','\xdd','\x38','\x88','\xd4','\x87','\x3d','\xfe','\xfc','\x0a','\xd4','\x8f','\x07','\x82','\x5f','\x44','\xfc','\x76','\x8c','\x9f','\xba','\x2b','\x8d','\x11','\xa5','\xc6','\xc7','\x4f','\x9c','\xf0','\xf3','\xf6','\xdf','\x95','\xb1','\x2d','\xbc','\x81','\x72','\x7b','\xf2','\x8d','\x54','\xa0','\x2d','\xf9','\x6e','\x7a','\x2c','\x7f','\x86','\xbe','\x93','\x17','\xe0','\xaf','\xb6','\x02','\xcf','\xf9','\x79','\x81','\x06','\xdc','\x21','\x6a','\x2a','\x80','\xc5','\xc0','\xc8','\xf7','\x71','\x18','\x11','\x89','\xb3','\xa0','\x4f','\x12','\x79','\x71','\x7f','\x4f','\xfe','\x36','\x2f','\xf9','\xa5','\xfd','\x07','\x83','\xdb','\xc5','\xe2','\x70','\xb0','\xa9','\x6e','\xa4','\x3e','\xfd','\xaa','\xfb','\xb3','\x0c','\x53','\x96','\xfd','\x69','\x47','\x7d','\xab','\xe3','\x36','\x0a','\xa5','\xf8','\x1d','\xa5','\x7b','\xac','\x4b','\xff','\xb5','\xf1','\x11','\x0c','\x4d','\x94','\xa6','\xe9','\x06','\xce','\x5f','\x10','\xb8','\xe3','\xdc','\xd1','\x7c','\x9c','\x66','\x78','\x7e','\x08','\xef','\xf7','\x12','\x7c','\x82','\xcf','\x0f','\xb9','\xa4','\x3c','\xcd','\x50','\x8c','\x3a','\x4c','\x8f','\x92','\x6e','\x72','\x76','\x2d','\x63','\xf2','\x0c','\xfd','\xd4','\x4f','\x85','\x70','\x80','\xa7','\x78','\x9f','\x8b','\x72','\xa0','\xe0','\xe7','\x8e','\x02','\x3e','\x93','\x7f','\x1b','\xa3','\xb4','\x23','\x0d','\x30','\x10','\x0f','\x8a','\x68','\x3f','\x4a','\xfd','\x3c','\x3f','\x1b','\x51','\xbe','\x5d','\x88','\x47','\x33','\x2a','\xde','\x50','\x60','\xa3','\x5f','\xe1','\xd3','\x3c','\x77','\x20','\xef','\xa7','\x21','\x3e','\xc4','\x9f','\x17','\xcf','\xf7','\xfc','\x01','\x09','\x11','\xc9','\x04','\x8c','\xcb','\xa2','\x1c','\x0f','\x9b','\xed','\xbb','\x51','\x3f','\x9a','\xf6','\x17','\xfc','\xbe','\x6e','\x72','\x5c','\x8c','\x8b','\x6f','\x87','\xfd','\xb2','\x20','\x0b','\x52','\x40','\x02','\x4b','\xce','\xf2','\xf6','\x7d','\x9d','\x90','\x3e','\x9f','\x8e','\xcc','\x1e','\x15','\x9f','\xb1','\xde','\x91','\x1f','\x95','\xfd','\x88','\xc7','\xfd','\xec','\x2e','\x43','\x9b','\xce','\x2b','\x2d','\x56','\x44','\x89','\x28','\x71','\xe5','\xbd','\x02','\xde','\x81','\x03','\x39','\x84','\xd2','\x3b','\x60','\x09','\x18','\x10','\x2d','\xcd','\x2b','\x62','\x38','\x14','\x3e','\x4f','\xcf','\xf3','\xef','\x07','\x0e','\x49','\x80','\xd1','\x0e','\x33','\x04','\x73','\x68','\x39','\x1f','\x66','\xf6','\xa1','\xa0','\x61','\x0b','\x7f','\x1c','\x72','\x10','\x9f','\x7d','\x27','\xd8','\xba','\x9b','\x5f','\xc4','\x60','\x82','\xfe','\x34','\x58','\x8a','\xc5','\x03','\xdb','\x03','\x72','\x04','\xd2','\xbd','\x0a','\x13','\x88','\x69','\x98','\x64','\x4c','\x0b','\xab','\xf8','\x77','\x0b','\x93','\xce','\xd2','\x57','\x5b','\x56','\x79','\x2d','\x12','\x87','\xfc','\x2b','\x99','\xb4','\xdf','\x10','\xae','\x06','\x6e','\x07','\x75','\x5e','\xe7','\x93','\x68','\xdf','\x06','\xbe','\x01','\x6d','\x45','\xbe','\xb3','\xd6','\x4d','\x1d','\xff','\x6a','\x61','\xef','\x42','\x58','\xe0','\x91','\xbb','\x51','\xf5','\x6b','\xfe','\x38','\xb3','\x5f','\x26','\x93','\xe1','\x11','\xb3','\x7e','\xc1','\x2f','\x08','\xfb','\x02','\xb6','\xfc','\x0c','\xe8','\x67','\x45','\x64','\xc8','\xbf','\xf8','\xb6','\x25','\x40','\xae','\xc1','\x1e','\xc5','\x7b','\xb8','\xc1','\xbe','\x56','\x80','\xc8','\xe4','\xd0','\xea','\x30','\x19','\x26','\xef','\xaf','\x1e','\x0a','\x30','\x5c','\x95','\xe1','\x7f','\x72','\x40','\xa6','\x0d','\x5c','\x03','\xd9','\x53','\x08','\x70','\xe0','\xdf','\xe6','\x19','\x2d','\x0b','\x9e','\x2d','\x98','\x82','\x06','\xb6','\xc1','\xa8','\x99','\x23','\xe8','\xff','\xcd','\x16','\xde','\x07','\xd1','\x92','\x3f','\x4a','\x8f','\xd2','\xef','\x15','\x32','\xd0','\xe5','\x15','\xb5','\x63','\x5a','\x6e','\xda','\x5f','\xe9','\xd6','\xba','\xb5','\x33','\xda','\xbb','\x89','\xe0','\x1c','\x3f','\x8b','\xf1','\xdb','\x30','\x4f','\x41','\x1f','\xc8','\x07','\x6c','\xb9','\x25','\x64','\x8f','\x67','\x23','\xd9','\x78','\xf6','\x9d','\xfb','\x7c','\x16','\xb4','\x3f','\xe3','\x7f','\x0e','\x46','\x6d','\x62','\x90','\xa3','\x06','\x35','\x1a','\x68','\xcb','\x2d','\xf0','\x2f','\xc0','\x67','\xe8','\x7b','\x0b','\xfe','\x72','\x0f','\xa2','\xe8','\x7d','\x34','\x03','\xb6','\x9c','\xee','\x06','\xfc','\xae','\xc5','\xec','\x3b','\x0d','\xe9','\x71','\x3c','\xe4','\x1a','\x2c','\xac','\x08','\x9a','\x5f','\x0b','\xc5','\x45','\xe5','\x82','\x35','\x4c','\x72','\x90','\xcf','\xb2','\x1c','\x42','\xfe','\xb0','\x74','\x0f','\x14','\x64','\x5f','\x98','\xbc','\xb0','\x32','\xc4','\xcd','\x72','\x47','\x2c','\x51','\x91','\xe2','\x92','\x26','\xab','\x61','\x35','\xa4','\x88','\x69','\x56','\xbf','\x35','\x41','\x83','\xfc','\x83','\xfe','\xdf','\xcd','\x67','\x94','\x03','\x16','\x7f','\xdb','\x1f','\x17','\xb4','\xc0','\x13','\xcc','\x47','\x21','\x27','\x07','\x2c','\xf0','\xcf','\xf8','\x90','\xf2','\x42','\x7e','\x4e','\xc3','\x75','\xb0','\xae','\x82','\xa8','\x88','\xb3','\x21','\x5e','\xa2','\xf2','\x6e','\x9e','\x6b','\xbb','\x15','\xc8','\xca','\x59','\x79','\xfa','\xc2','\xf4','\xf0','\xd5','\xdc','\xf4','\x11','\xfc','\x9e','\x3d','\xf4','\xb3','\xc7','\xa7','\xc5','\x0c','\x22','\xdf','\x7b','\x60','\x91','\x37','\x64','\x55','\xa2','\x43','\xa0','\x61','\x4e','\x95','\xd5','\x23','\x96','\x0c','\xef','\x7d','\x05','\x5b','\xbf','\x46','\xbc','\xb5','\x89','\x83','\xfc','\xcc','\x7e','\xdb','\x8a','\xe4','\xce','\x15','\x32','\x39','\x48','\x7f','\xd6','\xff','\xe7','\xc2','\x7c','\xeb','\x1f','\x82','\x7f','\xcf','\x0a','\xbc','\xc0','\xb7','\x65','\x24','\xb1','\x6b','\xe1','\x07','\x4b','\x3f','\xc8','\xfd','\x59','\xae','\x33','\xd7','\x39','\xdf','\x35','\x2f','\xf1','\x7d','\xf3','\x52','\x58','\x52','\x25','\x9d','\x67','\xbc','\x20','\x33','\x37','\x9c','\xbb','\x60','\xcd','\x51','\x89','\xb6','\x2f','\xc8','\x66','\xe7','\x7c','\xa8','\x17','\x57','\x39','\xc3','\x94','\x9a','\x34','\xbe','\x07','\xbc','\xc1','\x6f','\x45','\xc4','\x63','\x85','\x67','\xe4','\xcc','\x3c','\xda','\xce','\x6f','\xf9','\x09','\x20','\xbc','\x07','\x02','\x82','\xd0','\x96','\x05','\x47','\x49','\xfe','\x30','\x73','\x31','\x33','\x9f','\xe9','\xca','\x48','\xe1','\x6f','\x86','\x3b','\xe7','\xbb','\xc3','\xd2','\x60','\xe7','\xa0','\xfc','\x46','\x03','\x96','\x00','\xdf','\x52','\x10','\xa4','\x63','\x87','\xcf','\x5c','\x7b','\xc7','\xe1','\x2d','\xbe','\x38','\x0e','\xbc','\xc5','\x3c','\xb0','\x2c','\x65','\xe4','\x83','\x17','\x3e','\x1e','\x4e','\xcc','\x27','\x8e','\x24','\x0e','\x01','\x1e','\xd1','\x0e','\x69','\x62','\x42','\x9a','\x0e','\x49','\xbc','\x82','\x6d','\x25','\xe8','\x47','\xbe','\xbf','\xfa','\xfd','\xc0','\x1f','\x59','\x22','\xd7','\x9e','\x07','\x1d','\xd9','\x4b','\xe4','\xba','\xa0','\xdd','\x69','\xc9','\x07','\xf8','\x23','\x85','\x5f','\xd1','\x7e','\x47','\xbe','\x50','\xc8','\x71','\x87','\x2c','\xb9','\xf8','\xea','\x20','\x1d','\xd6','\x51','\x82','\xfe','\x2b','\x40','\x69','\x75','\x15','\x86','\xd5','\xdf','\xbc','\xfb','\x7e','\xe2','\xf0','\x5d','\x59','\x3d','\x7c','\xf7','\x10','\xfb','\x84','\x79','\x07','\x94','\xaf','\x3f','\x2f','\x98','\xe2','\x48','\xfb','\x5b','\x17','\xb9','\xdf','\xb2','\xfe','\x58','\xee','\xf8','\xd3','\x0e','\xb9','\xc3','\x0a','\x8b','\x1d','\x96','\x28','\xb6','\x17','\x42','\x09','\x5c','\x32','\xa3','\x22','\xae','\x8f','\x5d','\xdf','\x8d','\xdf','\xda','\x56','\xf0','\xa6','\x33','\xf8','\xa6','\x52','\x95','\x57','\x87','\x7a','\xa0','\xfe','\xa6','\xdb','\x16','\xf9','\x74','\x88','\x4f','\xe5','\xe7','\x78','\x09','\xb0','\x6f','\x45','\xca','\x10','\xf0','\xca','\xc8','\x1b','\x8b','\x6c','\x86','\xd6','\x33','\x86','\xcb','\x76','\xb2','\x86','\x2b','\x80','\x18','\x95','\x5b','\xd6','\x88','\x7d','\x43','\x5d','\x54','\x8c','\x2e','\xf6','\xfa','\x58','\x6b','\x6b','\x47','\xef','\x3e','\xb7','\x6a','\x47','\x59','\x85','\x34','\x58','\x0a','\x28','\x1f','\xe7','\x31','\x7d','\x79','\x9b','\xb3','\x14','\xd5','\xdb','\x89','\xf7','\xad','\x10','\x8c','\x4f','\xab','\xf8','\xd2','\x04','\xa3','\x12','\x23','\x67','\xe9','\x9d','\xe7','\x59','\x04','\x56','\x45','\x61','\xbe','\xe6','\xa3','\x8f','\xfc','\x0f','\xfa','\xe3','\x11','\xeb','\x76','\x99','\xff','\x62','\x40','\x64','\x45','\x41','\x9f','\xde','\x95','\x47','\x3f','\xe7','\x99','\x75','\xff','\xbd','\x68','\x61','\x29','\xec','\x03','\xdf','\xfa','\xbd','\x5b','\x83','\xd9','\xc1','\xec','\x9e','\x9f','\x76','\x3e','\xd7','\x19','\xff','\xe6','\xcd','\xc1','\xec','\x47','\xd9','\x27','\x7f','\x82','\x97','\x3d','\x9d','\x94','\xd5','\x2c','\xcd','\xda','\x37','\x0d','\xb6','\xdd','\xde','\x6c','\x2f','\x6c','\x64','\x13','\x00','\xe5','\x60','\x9a','\xf5','\x1f','\xa8','\x77','\xd7','\x72','\x08','\x7c','\xeb','\xc8','\x0d','\xdb','\x12','\xf2','\xa0','\x3c','\x78','\xea','\x23','\xf5','\x89','\xb4','\x8f','\xf5','\x2f','\x76','\x48','\x44','\x98','\x62','\xd5','\x51','\x1f','\x86','\x2e','\x86','\x4e','\x63','\x08','\xff','\x13','\xc7','\x29','\x5b','\x9d','\xc5','\xa9','\x49','\x95','\x96','\xe1','\x3e','\x63','\xc5','\xe8','\x87','\xfe','\x10','\x2a','\x25','\xcf','\x91','\x3e','\x9c','\x18','\xc3','\x94','\x6f','\x23','\x27','\xc8','\x0e','\x4a','\xb9','\x76','\x12','\x25','\x69','\x16','\x62','\xae','\x2f','\xef','\xb3','\xa5','\xc6','\x23','\x20','\x2d','\x69','\x15','\x9f','\x50','\x25','\x75','\x70','\xfa','\x75','\x16','\xad','\xb9','\x93','\x74','\xca','\x9d','\xf2','\x6f','\xc8','\x66','\x0e','\x2f','\xcf','\x4c','\xc9','\xec','\x0a','\x4d','\xd2','\x6c','\xe4','\x03','\x0a','\x95','\x89','\x44','\xba','\xc8','\x0a','\x54','\xb5','\x06','\xf9','\x5b','\xf2','\x3f','\xc8','\xb2','\xdc','\x25','\xaf','\x00','\x7f','\x80','\x34','\x90','\x6f','\x05','\xfe','\x0e','\xf8','\x1b','\x48','\x8c','\x0c','\xca','\x26','\x3c','\x21','\xc9','\x31','\xf8','\x8c','\x01','\x4e','\x02','\x5d','\x22','\xfd','\x81','\xb4','\x49','\x7d','\x7d','\x30','\x1a','\x86','\x57','\xb6','\x2f','\xcb','\x09','\xa9','\x9f','\xaa','\x67','\xec','\x17','\xe7','\xdb','\xb8','\xe3','\x6f','\x0c','\x11','\x0e','\x1a','\x71','\x1f','\x7f','\x9c','\xa7','\xc9','\x94','\x10','\x03','\x2c','\x7b','\x97','\x62','\x9d','\x03','\xaa','\x08','\x86','\xec','\x13','\x25','\x59','\x2d','\x6c','\x30','\xc9','\x29','\x39','\x06','\x16','\x08','\x1a','\x1d','\xdf','\xd0','\x7c','\x57','\xa0','\x7c','\xa9','\x18','\x13','\x3b','\xc5','\x94','\x48','\x2d','\x1e','\x2c','\x20','\xc9','\xfd','\xf2','\x02','\xbc','\x77','\xca','\xb2','\x2a','\xaa','\x8f','\xcd','\x1f','\x85','\xc9','\x7c','\xaf','\x88','\x0b','\xbe','\x49','\x0b','\x73','\x15','\x96','\x79','\x90','\x70','\x56','\x3e','\xab','\x9e','\x55','\xbf','\x67','\x7c','\x01','\xe5','\xcb','\x89','\x1b','\xe2','\x84','\xf8','\xa1','\x38','\x61','\x7d','\x28','\x4f','\x80','\x15','\x93','\x72','\xd4','\x7e','\xa9','\x51','\x35','\x39','\x3f','\xc0','\xf8','\xb1','\x30','\x7b','\x2d','\x0e','\x38','\xfb','\x4b','\x2f','\x35','\xa0','\x4a','\xf3','\xfd','\x50','\xd0','\x1b','\xb3','\x40','\x95','\x69','\x21','\xc5','\xb4','\xa3','\xa0','\x05','\x55','\x53','\x2a','\xcd','\x35','\xcf','\xfc','\xb7','\xbd','\x9e','\x50','\x48','\x66','\x85','\xac','\x54','\xe8','\xcc','\xaa','\xd9','\x74','\x41','\xe5','\x37','\xe8','\xd9','\xf0','\x59','\xf1','\xec','\xf0','\xd9','\x6b','\xbf','\x16','\xfe','\x8b','\xa0','\xbd','\x6e','\xd0','\x96','\x67','\x97','\x2e','\xd1','\x36','\xd3','\xf6','\x85','\xbe','\x1b','\x5c','\xb1','\xfc','\x59','\x5c','\x5f','\x0b','\xaf','\xde','\xd3','\x88','\x41','\x7c','\x58','\xd2','\x4b','\xbb','\x48','\x2b','\x94','\x1a','\x94','\x7a','\x98','\x63','\x57','\x55','\xf7','\x59','\x12','\x94','\xf6','\x95','\x8f','\x29','\xe4','\x4e','\x56','\x7d','\xaa','\xcf','\xa8','\x23','\xbb','\x49','\x90','\x0c','\x85','\x71','\x0a','\x9f','\xb2','\x70','\xbe','\xaa','\xa6','\xd5','\x95','\x53','\x99','\x5f','\xcf','\xa8','\x37','\xd5','\x9c','\x6a','\xa8','\x64','\xc0','\x52','\xa0','\xe6','\xb0','\xf9','\x39','\xed','\xb3','\x44','\x53','\x34','\xfb','\xf2','\x18','\xd5','\x56','\x32','\x49','\x9a','\x1a','\x40','\x29','\xc6','\x67','\x2c','\xc6','\x25','\x66','\x9f','\x1b','\x05','\xfb','\x86','\x2e','\xbc','\x87','\x17','\x7c','\x8a','\x73','\x6e','\xc1','\xad','\x2b','\xd8','\x63','\x27','\x56','\x3f','\x4d','\x26','\xcb','\x74','\x6a','\x2c','\xe6','\x2e','\x39','\x0e','\xb6','\x44','\x7b','\xc2','\x8c','\x1a','\x7f','\xc3','\x48','\xaa','\x30','\x83','\xd7','\x9e','\x52','\x46','\x70','\xda','\xcd','\xf5','\x61','\x6f','\xc0','\xea','\xa0','\xa8','\x40','\xcf','\xc0','\x39','\x7f','\x29','\xca','\xe9','\x02','\xab','\x3f','\x05','\x6c','\x55','\xba','\x2c','\xd6','\xb6','\x00','\xfd','\x48','\x1e','\xdd','\xf3','\x54','\x5e','\x85','\xae','\xaf','\x3e','\x8f','\xf4','\x10','\xdf','\x05','\x2f','\xa8','\xb1','\x9a','\xfd','\x42','\x7e','\x39','\x71','\x72','\x55','\x0d','\x18','\x18','\x96','\xb6','\xe7','\xf2','\xa2','\xa6','\x14','\x31','\xf9','\x24','\x7c','\x1f','\x53','\x34','\x0c','\xb9','\x1c','\xb5','\x03','\xc4','\xef','\xca','\x5f','\xd2','\x06','\x8b','\xf8','\x64','\x7e','\x90','\x0e','\x72','\x97','\xb8','\x41','\x16','\x82','\xb9','\xae','\x18','\xc1','\xf9','\x55','\xcb','\x5e','\x92','\x7a','\xb2','\xc0','\x42','\x2f','\x23','\xbf','\x59','\x47','\x76','\x15','\xea','\x70','\xd7','\x9f','\xc2','\x89','\x63','\xe2','\x93','\x85','\x41','\xdf','\x53','\x24','\xc6','\xc5','\x68','\x8c','\x8f','\x89','\xaf','\x2e','\xc6','\x7c','\x75','\x80','\x1c','\xf2','\x8b','\x48','\x07','\xae','\x5e','\x3b','\x6c','\x73','\xcc','\x8a','\x41','\x7d','\x79','\x15','\x5e','\x30','\xa2','\xb5','\x60','\x4c','\x0b','\x56','\x7e','\x95','\x8b','\x59','\x83','\x04','\xf8','\xff','\x97','\xb0','\xff','\x81','\x6e','\xe3','\x3a','\xef','\x84','\xe1','\x8b','\xd1','\x88','\x1a','\xd2','\xac','\x74','\x01','\x42','\x16','\xe5','\xc8','\xd2','\xc5','\x70','\x28','\x0e','\x19','\xd7','\xa4','\x64','\xb9','\x96','\x1c','\x9a','\x1c','\xc2','\x43','\x69','\x00','\x39','\xd1','\x10','\x02','\x2d','\x39','\x4d','\x6c','\xd9','\x95','\x1b','\x35','\xed','\xf9','\xaa','\x66','\xdd','\xb7','\x94','\x0c','\x91','\x10','\x8c','\xc8','\x13','\x6d','\x4e','\x33','\xa2','\xa1','\xda','\x6f','\xdf','\xbc','\x09','\xa3','\x22','\x0d','\xcc','\xe4','\x4b','\xb3','\xdd','\xbc','\xe7','\x73','\xba','\x3e','\x2e','\xeb','\xa3','\x76','\xd5','\x6c','\xb7','\x55','\xb4','\x3a','\xfb','\xe6','\xdb','\x93','\xe3','\x52','\x8a','\xd2','\x78','\xf3','\xed','\x69','\x69','\x47','\x6f','\x02','\x4b','\xc3','\xcb','\xef','\x79','\xee','\x9d','\x01','\x40','\xc9','\xdd','\xe5','\x9c','\x19','\x80','\x1c','\x02','\x18','\xcc','\xbd','\xf7','\xf9','\xfb','\x7b','\x7e','\xcf','\x8d','\x8c','\x98','\xe3','\x27','\xe0','\x91','\x84','\xe3','\x2b','\x5f','\x9f','\x09','\xe4','\xab','\xc5','\x15','\xac','\xfe','\x7c','\x9f','\xf8','\x53','\xfe','\xfe','\xc0','\xa9','\x38','\x95','\xfd','\x41','\xd6','\xcf','\xfa','\xfb','\xf9','\xd4','\xac','\x33','\x1b','\xbb','\x2f','\x96','\x54','\x42','\x36','\xdd','\x9b','\xa4','\x32','\xfc','\xd5','\x6a','\xa5','\xb1','\xdd','\x84','\x5d','\xab','\x6a','\x6f','\x26','\xaa','\x29','\xfc','\xfe','\xfc','\x84','\x96','\xc1','\xad','\x1e','\x1d','\xe1','\xf7','\xad','\xeb','\xde','\x95','\x33','\x11','\xae','\xb0','\x3c','\xe5','\x45','\xdf','\x5d','\x5e','\xc7','\x8b','\xf0','\x9c','\x44','\x1b','\x5c','\xff','\x7b','\xf5','\x59','\x7a','\x9e','\xf9','\x0b','\xbe','\xff','\x0a','\xfb','\x72','\xc1','\x2f','\xbf','\xa7','\xfd','\x91','\x8f','\x1d','\x33','\x62','\xc5','\xf5','\xe2','\x4d','\x66','\x0a','\x71','\x3b','\x6e','\xf7','\xda','\xe9','\x02','\xda','\xd0','\x04','\xf4','\x31','\xda','\x60','\xdb','\x7c','\x21','\xdf','\xd2','\xe4','\xfa','\x8b','\x25','\xe7','\x2c','\x6e','\x07','\x7e','\xe6','\x9c','\xcd','\x9c','\xcd','\x7c','\xff','\xe4','\x7c','\xb6','\xa4','\x96','\x48','\x89','\x9c','\x25','\x65','\x0c','\xcc','\x4c','\xcd','\x65','\x68','\x56','\x7b','\xa2','\x2d','\xb3','\x84','\x63','\xb8','\xbf','\x3e','\x65','\x65','\x9d','\x98','\x13','\x73','\x37','\x08','\xf9','\x4e','\x8a','\x2f','\x06','\x70','\xde','\x79','\x62','\x2f','\x8c','\x9e','\x1c','\x43','\xe7','\x24','\x1c','\xc3','\x11','\x06','\x09','\xff','\xcb','\xc0','\x27','\xe7','\xe8','\x39','\x3a','\x5b','\xab','\xd8','\x70','\xbb','\xac','\x5f','\x72','\xdf','\x6a','\x04','\x8d','\xc8','\x3a','\x3e','\xe5','\x3b','\xb0','\xed','\xff','\x72','\x56','\xc5','\x6d','\xff','\x97','\xf1','\x77','\xbc','\xaf','\xeb','\x70','\x7d','\x04','\x31','\xe3','\x84','\x01','\xa3','\x86','\x23','\x13','\xc8','\x31','\x38','\x09','\xaa','\x5d','\xb9','\xa5','\x74','\xc0','\x14','\x69','\x93','\x9a','\x86','\x0b','\x0f','\xb8','\x20','\xf4','\x5d','\xa1','\x60','\x87','\x3f','\xf8','\x0c','\xdf','\x01','\x47','\x5b','\x8e','\x2d','\xce','\x93','\xec','\xad','\x93','\x67','\xb3','\x67','\xe1','\xf5','\x0a','\xbc','\x83','\xaa','\x68','\xaf','\x04','\xb7','\xc0','\x6a','\x9d','\xc5','\xdd','\x3b','\xa7','\xbc','\xc2','\xff','\x48','\xbf','\xa5','\xcf','\xe6','\x94','\xb3','\x6b','\xde','\x27','\x5b','\xe4','\xfc','\x7a','\x11','\xe6','\x5f','\x46','\x83','\x2b','\xe4','\x59','\x9a','\x65','\xd9','\x4b','\x27','\x69','\xd6','\x50','\x2e','\xc1','\xd8','\x1e','\x69','\x47','\x37','\x8d','\x9f','\xc0','\x59','\x25','\x77','\x96','\xe1','\x8e','\x02','\xf7','\x0f','\xdc','\x75','\x45','\x41','\x8a','\xd1','\x18','\x7d','\x95','\x7f','\x40','\xcf','\x2d','\xf9','\xd6','\xab','\x41','\xc5','\x7e','\x35','\xc0','\xc7','\x25','\xeb','\xab','\x9c','\xcc','\xad','\xe9','\xee','\xc4','\xf6','\x25','\x73','\x64','\xee','\x0f','\xb8','\x3b','\x77','\x28','\xc8','\x57','\xe5','\xee','\x92','\x7f','\x03','\x7e','\x1a','\xac','\x79','\xb1','\xaf','\x0b','\xe0','\xfe','\xc2','\xaa','\xd8','\xdf','\xd8','\x33','\xf4','\x44','\xe1','\x40','\x11','\xee','\xcf','\x73','\xb1','\x3f','\x5f','\xbf','\x9e','\x58','\xeb','\xe0','\xfd','\x5e','\xa9','\xfb','\x44','\x7e','\x87','\x73','\xf4','\xab','\x7c','\x09','\x9e','\xa3','\xce','\xc1','\xd7','\x13','\x6d','\x9d','\x77','\xdc','\x9b','\xa0','\xcf','\xbc','\x93','\xaf','\xc0','\xbb','\x57','\xf2','\x95','\x43','\x95','\x17','\x2a','\xf9','\x4b','\xeb','\xbc','\xce','\x0a','\xa9','\x92','\xb7','\x89','\xb7','\x86','\x4f','\x79','\x62','\x55','\x88','\xdd','\x29','\x66','\xe0','\xfe','\x7e','\x3c','\x07','\xeb','\xe7','\x16','\xe9','\x80','\xc9','\xcb','\x62','\xc3','\x27','\xd8','\x01','\xee','\x50','\x27','\x89','\xdf','\x7f','\xff','\x52','\x36','\x7f','\x32','\x9f','\xbd','\xba','\xe6','\x98','\x9a','\xd5','\xfe','\x68','\x8d','\xae','\xdb','\xa3','\xd3','\xb2','\xdb','\x52','\x8c','\x29','\xc9','\x19','\xae','\x81','\xdd','\x3c','\x13','\xfe','\x45','\xb7','\xd1','\xfc','\x58','\xb3','\x70','\xdc','\xce','\x19','\x13','\x60','\x7b','\xe7','\xd3','\xb9','\x6a','\xee','\x6c','\xfe','\xe4','\xf1','\xa2','\x5b','\x07','\x4d','\x0b','\x73','\x74','\xdd','\x57','\xe0','\xfe','\x16','\xa6','\x2c','\x78','\xe7','\x74','\x76','\x6a','\xff','\xc5','\xec','\x70','\x16','\x66','\xfa','\x49','\x6b','\x7f','\x55','\x39','\xbc','\xf6','\xbb','\x6a','\xae','\xfd','\x3b','\xd8','\x6f','\xf0','\xe7','\xdd','\xff','\xe7','\x2f','\x7c','\xf2','\x6a','\x70','\x3e','\x5f','\xb9','\x01','\x77','\x90','\xfc','\x1c','\xbe','\x69','\x74','\x7f','\xe0','\xfa','\xd8','\x89','\xe1','\x0c','\x5e','\xa1','\x9f','\xad','\xec','\xff','\x1d','\x98','\x3f','\xc1','\xc9','\x4a','\xb6','\xb2','\xe6','\x77','\x14','\x75','\x4d','\x40','\x54','\xe9','\x4b','\x22','\x17','\x30','\x4a','\xc3','\xd1','\xba','\x9c','\x2b','\x38','\x53','\x70','\x76','\x14','\x0a','\x6a','\x52','\x4d','\xfc','\x77','\x3e','\x4f','\xff','\x9c','\xbf','\x39','\x5b','\xe5','\xb5','\xd9','\x3f','\xe7','\x6f','\xcd','\x5e','\x57','\x4f','\xf3','\x01','\x7b','\x00','\x5c','\x38','\x82','\x7d','\xad','\x46','\x7e','\x5f','\x9b','\xbc','\x3c','\x39','\x32','\xa9','\x3f','\x73','\xdd','\x1d','\x99','\xd0','\x27','\xa7','\x7f','\xff','\xb9','\xc9','\x0b','\xda','\x5b','\x31','\xa2','\x24','\x3b','\xf5','\x47','\xdf','\x48','\x69','\x8f','\xbe','\xa1','\x7b','\x7b','\x76','\xeb','\x1e','\x5a','\x42','\xe7','\xc0','\x12','\x4a','\xe1','\x2a','\x23','\x68','\x05','\x61','\x84','\x68','\x5d','\xf0','\x42','\x15','\xc7','\x35','\x47','\x73','\xb5','\xfc','\x5b','\xcf','\x1c','\xcb','\x0d','\xbf','\x50','\x7b','\xe6','\x4d','\x62','\x76','\xd4','\x3a','\xde','\x82','\xab','\x87','\x6b','\x8b','\xc3','\xff','\xe1','\x75','\xce','\xce','\x6e','\x05','\xcb','\x6b','\xb4','\xae','\x5a','\x2b','\x5c','\xf5','\x3a','\xdd','\x87','\x87','\xfe','\x66','\x3d','\xb2','\xf3','\x1f','\xb8','\x21','\x77','\xd0','\x24','\xf0','\xe8','\x18','\xd1','\xee','\x1c','\xbd','\x9b','\xe3','\xf8','\x43','\xfd','\x77','\xb2','\xca','\xbb','\x66','\x31','\x1a','\xa3','\xd2','\xcb','\x46','\xfd','\x18','\xda','\xd2','\xea','\xb2','\xb4','\xa8','\x09','\x6e','\xf7','\x93','\x6b','\xca','\x98','\x90','\x9f','\xf0','\x37','\xe9','\x8f','\x1a','\xcb','\x46','\xbc','\xb1','\xdd','\x6f','\x5c','\x03','\x1d','\xad','\xa8','\xaa','\x2a','\x3c','\xe1','\x22','\x0d','\xf0','\xf5','\x09','\x35','\x59','\xa6','\x36','\x05','\x2d','\xb8','\x45','\x5d','\xc4','\x36','\xb6','\x42','\x3f','\xa2','\xef','\x8b','\xdb','\xf2','\xc9','\x78','\x36','\xdc','\x4e','\xde','\x9f','\xc5','\xf7','\x8f','\x75','\xc4','\x54','\x14','\x61','\x7d','\x1c','\xb5','\xd5','\xed','\x4b','\xba','\x23','\xb7','\x9e','\x4b','\x8f','\x3a','\x8b','\xd8','\x48','\x02','\x5f','\xaf','\xd1','\x2d','\xf1','\x45','\xbc','\xa6','\x65','\x7c','\x27','\xec','\x13','\x31','\x14','\xef','\xbe','\x3f','\x79','\x2d','\x91','\x16','\x9d','\x28','\xd0','\x9b','\x03','\x7f','\xde','\xa7','\x6f','\xc2','\xf5','\x27','\x13','\x8e','\xb0','\x22','\xad','\x2d','\x8b','\xd7','\xdc','\xb4','\xa3','\xee','\x25','\x16','\xf8','\x30','\x1e','\xf8','\xe4','\x56','\x1d','\xac','\x50','\xe6','\x83','\x0d','\xa8','\xf6','\xde','\x4a','\x69','\x7b','\xb4','\xbf','\xd2','\x62','\x5a','\x0c','\x66','\xe1','\xff','\xea','\xfe','\xc1','\xb7','\x63','\xe0','\x3d','\x28','\x49','\x75','\xb9','\x8e','\xba','\xbe','\x8b','\xa3','\xec','\xdc','\xe2','\x5f','\x4b','\x8c','\x25','\x94','\xf5','\x2a','\xde','\x3f','\xe4','\x41','\xbf','\x4c','\xd9','\x72','\x20','\xee','\x8d','\x38','\xde','\x1f','\x5c','\x03','\x1b','\x25','\x66','\xc4','\x3a','\xc5','\xfd','\xf1','\xe2','\x6a','\x17','\x0f','\x14','\x78','\xb4','\xe1','\xb2','\xeb','\xf7','\x7b','\xd7','\x5d','\x8b','\x11','\x37','\xe6','\xb5','\xb5','\x21','\x91','\x77','\xdf','\x71','\x8c','\x1f','\xdc','\x72','\xf5','\x4f','\xf5','\xb9','\x29','\xb7','\x17','\xb6','\x47','\x0b','\xd7','\xc9','\x38','\xd1','\xc0','\x1e','\x06','\x6d','\x5c','\xec','\x09','\x74','\xb0','\xed','\x6e','\xe3','\xd1','\xee','\x09','\x98','\xbf','\x87','\xfe','\x94','\x5b','\x61','\x17','\x04','\xd4','\xd6','\xa0','\x71','\x9d','\xba','\x03','\x77','\x11','\xc4','\x63','\x4f','\x1d','\x7c','\xb5','\x77','\xf7','\xb8','\xd7','\x1d','\x7b','\x6f','\x0c','\x64','\x33','\xbc','\xff','\x70','\x6a','\x91','\xc1','\xcf','\x6d','\x9e','\x32','\x52','\x46','\x9f','\x38','\x7e','\x8c','\x2f','\xc2','\x0b','\xd7','\x70','\xf1','\xfd','\xac','\x02','\xfa','\x89','\x75','\x0e','\x2a','\x76','\xdc','\x99','\xbd','\x44','\x9d','\xc2','\x31','\xfa','\x49','\x7a','\x76','\xcb','\xd9','\x6b','\x6d','\x69','\xa5','\x07','\x7c','\xe4','\x12','\x48','\x9d','\x0e','\xf0','\x53','\xaf','\x1f','\xd7','\xc1','\xf3','\xeb','\x1d','\x6e','\x0f','\x67','\x12','\xce','\x1f','\x78','\x1b','\xf0','\x53','\x58','\x31','\xa5','\xde','\xe6','\x4c','\x49','\x05','\x29','\x15','\xf7','\x3d','\xc1','\x35','\xec','\x29','\x91','\x8c','\x69','\x09','\xa5','\x8b','\x27','\x55','\xbc','\x6f','\x81','\x45','\xcf','\x6c','\xb2','\x13','\xb5','\xf8','\xd0','\xd6','\x77','\x17','\x6b','\x63','\x46','\x9b','\x8e','\x0d','\x60','\xe2','\xdd','\xf1','\xeb','\x71','\x85','\xc2','\x37','\x0d','\x82','\x44','\x39','\x11','\xee','\x5b','\x83','\xeb','\xe4','\x71','\x0e','\x32','\x42','\xc5','\xfb','\x2b','\xfc','\xe9','\x7a','\x40','\x30','\x22','\x21','\xf7','\xad','\xea','\x8f','\x03','\xcb','\xc7','\xf3','\xe1','\xec','\xe2','\xcb','\x76','\xdc','\x84','\xe7','\xce','\x46','\x67','\x33','\xbf','\xee','\xc0','\xd8','\x7b','\xed','\x62','\x6c','\x71','\xf4','\xd0','\x7b','\x84','\xf9','\x8b','\x23','\x13','\x50','\xbd','\x8b','\x6f','\xd1','\x7e','\xcc','\xc7','\x34','\xe2','\xe1','\xfc','\x62','\xac','\x8f','\x1b','\xac','\x37','\xb8','\x09','\x77','\xc6','\x30','\xc0','\x73','\x83','\xe7','\x0f','\x1b','\x3f','\x09','\xc6','\x8d','\xf6','\xa0','\xdd','\x88','\x3f','\xa0','\x6b','\x29','\xca','\xd0','\xff','\xb3','\x97','\xf3','\xc6','\x0d','\xf4','\x7e','\xd1','\x03','\x7c','\x14','\x7c','\x94','\xb4','\x90','\x3f','\x54','\xdb','\x16','\x24','\x6b','\x89','\xda','\xb6','\x3a','\x29','\x6e','\x03','\x59','\x3d','\xc3','\x93','\x4e','\xe2','\x4f','\x59','\x09','\x7e','\x47','\x2b','\x8e','\xe8','\x30','\xb2','\x83','\x97','\x19','\xed','\x7b','\x2b','\xa8','\xf6','\x5d','\x65','\xc9','\xbe','\x0a','\xab','\xa4','\x92','\x7b','\x2e','\xfd','\x8b','\x36','\x96','\x5c','\x9b','\x54','\xf4','\xff','\xc5','\xf4','\x23','\x29','\xda','\x07','\xde','\x3b','\x8e','\x71','\x1d','\xad','\xb2','\x22','\xda','\x59','\x8c','\x7c','\xac','\x7e','\xbd','\x96','\xae','\xa1','\xfe','\x65','\xc3','\x7d','\x0b','\x68','\xb7','\x2d','\xc1','\xd9','\x5e','\xb8','\x42','\xb4','\xdc','\x1e','\x01','\x1f','\xeb','\x00','\x9c','\x5b','\x6b','\x68','\xb3','\xd2','\x96','\x83','\x59','\x43','\x7e','\x09','\xe3','\x23','\x6c','\x33','\xb0','\xe1','\x1e','\xe1','\x8b','\xda','\x3e','\xae','\xd6','\xd6','\xbd','\x06','\xe3','\x57','\xc0','\xf3','\xba','\x7d','\x7b','\x09','\xa4','\x76','\xa0','\xd7','\xf4','\xba','\x5e','\x7b','\xb4','\x0e','\xf3','\x2f','\x58','\x9b','\xbf','\x87','\xe3','\xf5','\xf7','\xbd','\xc3','\xa8','\xf1','\xf4','\xad','\x12','\x3e','\xf6','\xbd','\x63','\xb8','\x7d','\xef','\x0c','\xbb','\x3f','\x7d','\xc7','\x76','\xd5','\x9c','\xfa','\xf7','\xf8','\xee','\x83','\xdc','\x4c','\xf7','\x1c','\xfe','\x7f','\xc8','\xe0','\x9b','\xbd','\x46','\x9f','\xa1','\x0f','\x0f','\x56','\x1f','\xad','\xfe','\xcb','\x9b','\x69','\x63','\x5b','\x55','\x79','\xa2','\x29','\x77','\x56','\x78','\x82','\xea','\xda','\xbe','\x1b','\x9e','\x9e','\xb4','\xf4','\x62','\x8c','\xb4','\x2d','\x74','\x0f','\x2d','\xae','\x17','\xb2','\x0e','\xf6','\x38','\xe9','\x7a','\xe7','\x93','\xb9','\x83','\xef','\xe4','\xdc','\x5f','\xbf','\xf2','\x4f','\x9f','\xd8','\xb0','\x98','\xb7','\x5f','\x2a','\x6d','\x39','\xbe','\xb8','\x1e','\x6d','\xdc','\x99','\x00','\xfd','\xcd','\xd1','\xfa','\x0f','\xee','\xdd','\x74','\x39','\x2e','\xbc','\xcb','\x4d','\x97','\xe1','\x2a','\x2e','\x83','\xe0','\x19','\x8a','\xa2','\x85','\xa7','\x0a','\x71','\x7a','\xaa','\x30','\x6e','\xcb','\x5d','\x76','\xa4','\x1a','\xea','\x5e','\x68','\x8b','\x3c','\xc2','\x65','\x18','\x59','\xdc','\xfa','\xc0','\x76','\x32','\x31','\x4e','\xee','\xd9','\xde','\xe7','\x55','\x45','\xc1','\xf5','\x0d','\xf3','\x83','\x2f','\x2b','\xbd','\xb8','\xf1','\x5e','\x25','\x43','\xfa','\x41','\xda','\x0c','\x90','\xbd','\x60','\xfc','\x68','\xd1','\xfa','\x76','\x03','\x66','\x80','\x97','\x0f','\xcb','\xd0','\x80','\xd7','\xc3','\x2b','\x4c','\x66','\xb3','\xf2','\x1c','\xb1','\x42','\x99','\xc0','\xe0','\x3c','\xeb','\xc5','\x0d','\x74','\x51','\x3f','\x8b','\xc3','\x3e','\xce','\xd0','\x3f','\x82','\xd7','\x3a','\x30','\x33','\xcd','\x65','\xb3','\x57','\x93','\x5b','\x46','\xeb','\x77','\xe2','\x95','\x7e','\x70','\x5f','\xca','\x69','\x52','\x62','\x2c','\x85','\x5b','\xf0','\x01','\xcb','\x4a','\xfb','\xf2','\xb8','\x5f','\x73','\x6b','\x29','\x63','\x87','\x91','\xd5','\x1d','\x56','\x64','\x30','\xdb','\xc0','\xbb','\xd0','\xd5','\xdb','\x41','\x96','\x64','\xbb','\xb3','\x8b','\x67','\x77','\x67','\x17','\x77','\x0e','\x77','\x2d','\x0e','\xe8','\x4f','\xe8','\xe5','\xad','\x1a','\x89','\x6b','\x28','\xfd','\xe2','\x41','\x60','\xe0','\xec','\xc5','\x2b','\xc8','\x70','\xf3','\x39','\x7a','\xa1','\x7f','\x60','\xaf','\x51','\x06','\xe1','\x8a','\xdf','\x0e','\xaf','\x0f','\xbf','\x3f','\x5c','\x3f','\xe9','\x05','\x2d','\xdf','\x0f','\xd2','\xba','\x3f','\x18','\x57','\x3f','\x0f','\xeb','\x13','\xe5','\x33','\xb2','\xd9','\x07','\x4e','\xef','\xdf','\x8b','\x3b','\xa0','\x64','\xfe','\xde','\x84','\xdf','\x4d','\xc7','\x76','\x3e','\xcf','\x23','\xf9','\x47','\xc9','\x72','\xd0','\xab','\x62','\x5c','\xa3','\x0f','\x2c','\xa8','\xfe','\xa0','\xf9','\xfd','\x53','\x0b','\x32','\x92','\xb4','\xfc','\x0b','\xb0','\x51','\xbf','\x9f','\xcd','\x66','\xf3','\xaf','\x5c','\xcd','\x1d','\xd3','\xf3','\x0f','\x5d','\x85','\xe7','\xd9','\xd2','\x42','\x5c','\xa5','\x9e','\xbc','\x3f','\xbd','\x41','\x78','\xff','\x89','\x09','\xef','\x08','\xaf','\x77','\x8b','\xde','\x9a','\xb6','\x48','\xff','\x88','\xf7','\x17','\x9f','\xb0','\x1f','\xce','\xc1','\xfd','\x1b','\x1e','\x67','\xa5','\x39','\x75','\x1a','\xee','\x6f','\x40','\xcb','\xb4','\x0c','\x0b','\xb4','\x62','\x54','\xc4','\xf8','\x9c','\xec','\x07','\x1d','\xd2','\x7f','\x72','\x5c','\xf9','\x3c','\xe8','\x0f','\x2a','\xb5','\x02','\x5b','\x2e','\xf4','\xda','\xbd','\x62','\xcf','\xd0','\x7e','\x1a','\xcf','\xf7','\xe7','\xf6','\xce','\x96','\x5c','\x50','\x2f','\xff','\x8b','\x1f','\x94','\x8c','\x3d','\x20','\x13','\x3f','\x30','\xb2','\xf3','\x60','\x43','\x80','\x27','\x70','\x4e','\x9d','\x78','\x21','\x95','\xdf','\xf1','\x02','\x5a','\x43','\xa7','\xe1','\x0d','\x7a','\xde','\x61','\x69','\x3d','\xf7','\x41','\x36','\x9b','\x73','\xfc','\x8c','\xb6','\x9f','\x9f','\xa7','\x13','\xe0','\xed','\xec','\xe0','\xe0','\x69','\xf0','\xd3','\x84','\xa9','\x23','\xe0','\xfb','\x15','\x0c','\x15','\xfd','\x4e','\xf0','\xd1','\x33','\xe0','\xfb','\x6e','\x81','\xfd','\x6f','\xc1','\x2f','\xc7','\xf0','\x32','\x11','\xb3','\x17','\x37','\x8c','\xbc','\xc8','\x0d','\x35','\x3c','\x6e','\xb2','\x43','\xcd','\x9a','\x20','\xb4','\x7f','\x83','\x6c','\x45','\x6e','\x60','\x6f','\x36','\xec','\x5f','\x31','\x3b','\x03','\x39','\xbf','\x70','\xfc','\x0c','\x98','\x25','\xd1','\xfd','\x7f','\x49','\xbc','\xfe','\x14','\xb7','\x35','\x47','\xcb','\xbc','\x3b','\x61','\x66','\x60','\x1b','\xc7','\xed','\xdd','\xdf','\x32','\x45','\x3b','\x78','\xd3','\xa2','\x4a','\x28','\xa7','\xa5','\x3d','\x82','\x16','\x09','\xac','\x0d','\xbb','\xd3','\xdc','\x45','\xff','\x5a','\x6b','\x6b','\x53','\xc1','\x0c','\x1a','\x2d','\xc6','\x35','\xcd','\x9f','\xe1','\x63','\x4a','\xa5','\x92','\x34','\x7b','\xde','\xc5','\x2e','\x52','\x49','\xa6','\x5b','\x63','\xc5','\xf5','\x47','\x8e','\x6f','\x41','\xfd','\x83','\xe3','\xfb','\x4b','\x94','\xec','\x20','\xf9','\x76','\x59','\x8b','\x56','\x14','\x3f','\xbc','\x00','\x3e','\x81','\x58','\x5d','\x2e','\xf5','\x96','\xd5','\xed','\x0a','\x8e','\x9e','\x01','\x77','\xb0','\x1f','\xc6','\xb3','\x5f','\x85','\xf9','\x05','\xfe','\x55','\x8c','\xa4','\xea','\x5d','\x5a','\x12','\x6c','\xbd','\xd8','\x6b','\xbf','\x68','\xa3','\x16','\x68','\x6b','\xb1','\x6f','\x0a','\x28','\x5c','\xde','\x3e','\xae','\x31','\x8c','\x3e','\x11','\x7f','\x7a','\x4e','\xb5','\x4d','\x93','\xd2','\xc1','\x77','\xff','\xaa','\x4d','\xe6','\x03','\x94','\x85','\xce','\xa1','\xe3','\x9a','\xbc','\x4f','\xaa','\x85','\x9e','\x4b','\xf3','\x2e','\x9a','\xce','\xd0','\x6e','\xe9','\xdf','\xc6','\xc9','\xb5','\x25','\x9d','\xf5','\xd5','\x07','\x9c','\xdb','\xe0','\x7b','\x3e','\x54','\x3f','\x26','\xa2','\x94','\x28','\xaf','\x41','\xce','\xa5','\xd9','\x88','\xbc','\xff','\xf2','\x55','\xd2','\xb2','\x8a','\x11','\xcd','\x73','\xca','\x4e','\xc2','\x49','\xbc','\xbc','\x84','\xee','\x61','\xb4','\xbe','\x74','\x78','\x36','\x60','\xed','\xf4','\x7e','\x8c','\x7a','\x56','\xcc','\xd6','\x1a','\x3b','\x08','\x77','\xae','\x47','\x44','\xc7','\x5f','\x0a','\xd2','\x64','\x7f','\x00','\x5a','\xd0','\xeb','\x0a','\xae','\x87','\xe7','\x71','\x1e','\xc3','\x12','\xab','\xa3','\xc7','\x1d','\x78','\x46','\xdd','\xf0','\xc2','\xad','\x6e','\x9c','\x35','\x14','\x5b','\x79','\x1c','\xfc','\x67','\xf9','\xfd','\x14','\x32','\xba','\xa4','\xd2','\xa6','\x55','\x18','\xc3','\xac','\xa2','\x90','\x8b','\xd8','\xb1','\x01','\xff','\xa3','\x1d','\x3c','\xb9','\x96','\x38','\x1b','\x09','\xdb','\x2c','\xa0','\x7e','\x75','\xa6','\xca','\x19','\xee','\xb3','\x53','\x3c','\xef','\x4d','\x1a','\xd3','\xe9','\x49','\x2f','\x4f','\x0b','\x3a','\xb9','\x38','\xdf','\x3d','\x7f','\x24','\x56','\xc4','\xf5','\x09','\xf3','\x83','\x04','\x1e','\x75','\x1f','\xe2','\xbb','\x59','\x1e','\xb6','\x73','\x41','\x33','\x12','\x26','\xfc','\x7b','\x02','\x82','\x44','\x6c','\x83','\x41','\xf4','\x8c','\x15','\xad','\xe2','\x33','\x70','\x7d','\x72','\xfc','\x38','\x58','\x28','\x85','\x84','\xed','\x17','\xdc','\x71','\x5a','\xf0','\xe9','\x56','\xbe','\xd4','\x68','\xb9','\x04','\x5a','\x17','\xd6','\x1f','\x7c','\x3f','\xb0','\x7b','\xbe','\x9c','\x2c','\x6f','\xb6','\x77','\xd8','\x3f','\x00','\x79','\x96','\xa0','\x09','\x33','\x6f','\xa7','\x4a','\x38','\xbf','\xd0','\xee','\xf5','\xd5','\xad','\xf5','\x04','\x66','\x3e','\xbc','\x5c','\xed','\x8b','\xbe','\x5a','\xd2','\x4a','\xb4','\xc4','\xa6','\x2d','\x12','\xe9','\xef','\x65','\xad','\xb7','\x1e','\xca','\xbf','\x7a','\x3f','\xfc','\xde','\xaf','\x8d','\x6b','\x2f','\xcb','\xf9','\x8d','\x9e','\x1b','\x99','\xe4','\xf9','\x22','\x6e','\x85','\xa2','\x5b','\xa4','\xc5','\x64','\x71','\x6b','\xf1','\x7a','\xd1','\x0a','\xe4','\xfc','\x37','\x99','\x61','\xe5','\x9c','\xa0','\x3c','\xce','\x0b','\x25','\x9b','\x14','\x02','\xab','\xec','\x96','\x9d','\x72','\xbe','\x7c','\x14','\x9e','\x61','\x2e','\x24','\x05','\xb2','\x63','\xaf','\xfa','\xc1','\x8d','\x38','\x58','\x36','\x99','\x1b','\xcb','\xc6','\x5a','\x23','\x76','\x63','\x52','\xcd','\xab','\x45','\xb4','\x1f','\xe1','\xf5','\xa9','\xc0','\x84','\x55','\xf3','\x73','\x4e','\xbd','\x94','\x9d','\x4d','\xd7','\xeb','\xed','\x9e','\xe2','\xd6','\x58','\xcd','\x3d','\x8d','\xf6','\x17','\xfc','\x43','\x01','\x8c','\x56','\x6f','\xeb','\x34','\x05','\x0b','\x9d','\x4e','\xf3','\x5c','\x29','\x57','\x9a','\x06','\xef','\x77','\xbe','\x34','\xcf','\xc1','\x07','\x76','\x88','\x4d','\x70','\xa5','\xc2','\x70','\x8c','\xd8','\xe8','\xd7','\xe8','\xe6','\x88','\x49','\x12','\xeb','\x76','\x4e','\x65','\xd9','\x99','\x35','\x8a','\x5c','\xdd','\xd1','\xfc','\x02','\x7b','\x86','\xb6','\xb3','\x99','\x00','\x3b','\x15','\xed','\xe8','\xc6','\x99','\xcc','\x70','\x0c','\xdc','\xba','\xd7','\xae','\x26','\x94','\x78','\xb0','\x8b','\x1c','\x26','\xe7','\x83','\x8d','\xaa','\xb4','\xb8','\x51','\xf2','\xe1','\xfd','\xc3','\x4e','\x6a','\x69','\x4d','\x46','\x78','\x30','\x56','\xd6','\x6d','\xb5','\x81','\xef','\xae','\x1c','\xe9','\xa4','\xc7','\xb5','\x18','\x81','\x79','\x21','\x46','\x70','\x30','\x48','\x31','\x9d','\x1a','\xde','\xe0','\x2f','\x76','\xf9','\x7d','\x4b','\x86','\xbf','\xef','\x7d','\xab','\x54','\x9c','\x96','\xfa','\xab','\x8b','\xdf','\x52','\x92','\x36','\xb5','\x3e','\xc2','\x87','\xbc','\xcb','\x5e','\x5c','\xd8','\xa3','\xd4','\x75','\xbd','\x1e','\x8c','\x6f','\x58','\x91','\xff','\x7a','\x80','\x4f','\x91','\x28','\xca','\x80','\x31','\x07','\xb4','\x7f','\x71','\xad','\x59','\xaa','\x2a','\x62','\xc0','\x5b','\xad','\x35','\x0b','\xc3','\xbb','\x51','\x5e','\x34','\xaf','\x5f','\x7a','\x49','\xb6','\x3d','\x5d','\x40','\x1f','\xc4','\xb6','\xd3','\x65','\x44','\xa7','\x35','\xbc','\x90','\xff','\x61','\x5a','\x26','\xc8','\xa6','\x8f','\xf2','\x47','\xe1','\xf3','\x0b','\x16','\xf8','\x78','\x5e','\x01','\x3e','\x3f','\xb8','\x2c','\xa5','\x42','\x97','\x2a','\xb3','\x7b','\xd8','\xbd','\x49','\xbe','\x63','\x24','\x87','\xa2','\x38','\x31','\x76','\xf2','\x41','\x1b','\x23','\x25','\xa7','\xab','\xf8','\x31','\x2c','\xd3','\x1d','\x02','\xab','\x5d','\x41','\xf7','\x1c','\xf3','\x6f','\x22','\x63','\xf7','\x08','\x7c','\x37','\xd7','\xf3','\x3d','\x61','\xef','\x17','\xd1','\x23','\x10','\x3d','\x3c','\x44','\xfe','\x0e','\xa3','\xec','\x43','\x64','\x48','\xcb','\x69','\xb3','\x5a','\xd8','\x29','\x18','\xde','\x0c','\x23','\xf7','\x51','\x7e','\x0f','\x4c','\x85','\xe2','\x0e','\x6b','\xc2','\x7e','\xc5','\xd9','\x38','\xb4','\x19','\x7b','\x48','\x69','\x71','\x3b','\x5e','\x8a','\x8b','\xfc','\xd8','\x3d','\x30','\x43','\x37','\xf1','\x21','\x22','\xf3','\xa3','\x52','\x36','\x25','\x85','\x1f','\x81','\x1d','\xc6','\x67','\x02','\x19','\x4d','\x78','\xe6','\xa6','\x7c','\x94','\xbf','\x3b','\xb6','\x6b','\xe3','\x9d','\x8b','\xec','\x8f','\x51','\xbc','\x97','\xb0','\x76','\xb1','\x83','\xcc','\x68','\xa0','\x94','\xd5','\x27','\xa4','\xfd','\x41','\x8e','\x6f','\x2b','\xca','\xff','\x91','\x77','\xe0','\xed','\x36','\x45','\xdc','\xeb','\x2d','\xd6','\x9a','\x62','\xe7','\xf1','\xe3','\x9a','\x6c','\xc6','\x08','\x23','\x0c','\x3f','\xa3','\x37','\xd0','\xce','\x1f','\xad','\x19','\x35','\xd3','\xef','\x4d','\xa4','\x07','\xc6','\xf7','\xbe','\x56','\x22','\xea','\x68','\x99','\xc1','\x36','\xfa','\x16','\x53','\x07','\xcb','\xa0','\x04','\x92','\xa3','\x57','\x75','\x75','\xa0','\x9c','\xb5','\x73','\xf6','\xd9','\xa4','\xaa','\xd1','\x39','\x58','\x97','\xc5','\x38','\xdf','\x4c','\x0f','\xd1','\xc9','\x60','\x82','\x9e','\xa3','\x30','\xab','\xe4','\x1d','\xe0','\x78','\x8f','\xf0','\xca','\x34','\x26','\x75','\x8d','\x94','\x3d','\x42','\x07','\x90','\x09','\x75','\x22','\xe1','\x27','\x36','\x2c','\x8d','\x6a','\x29','\x6d','\x74','\x9a','\x69','\x83','\x60','\xd6','\x3c','\x53','\xb3','\xb5','\xf3','\xe6','\x03','\x3e','\x48','\xa5','\xb2','\x33','\x2b','\xe5','\xa3','\xec','\x56','\x14','\x1d','\x31','\x1b','\xb0','\x0d','\x6c','\xc5','\xb4','\x8d','\x19','\x86','\xb8','\xa9','\x48','\xff','\x23','\x60','\x73','\x1f','\x80','\x8e','\xe8','\xe3','\xc7','\xb5','\xdf','\xbe','\x74','\xc1','\xb9','\x20','\x7c','\x38','\x98','\xc8','\x60','\x28','\x29','\x30','\x4a','\x1d','\x64','\x66','\x09','\x3b','\xc6','\x6e','\xa8','\x6b','\x1a','\x7c','\x3a','\xcc','\xf6','\x81','\x6a','\xb6','\xea','\xcb','\xf8','\x9a','\xe8','\x3a','\x84','\x56','\x9d','\x3c','\xa2','\x9c','\xc7','\x6c','\x2b','\x8c','\xc0','\x50','\xf7','\x7a','\x44','\x40','\xc9','\xb8','\x28','\xee','\x28','\x2b','\x67','\x02','\x29','\x31','\x31','\xf2','\x8c','\x19','\x08','\xb8','\x93','\x6c','\xa9','\x40','\xcb','\x71','\x27','\x18','\xa2','\x6c','\xc8','\xd9','\xe3','\xe7','\x47','\xf2','\xe9','\x73','\x55','\xd1','\x07','\xf8','\x48','\xbc','\x88','\xf7','\x87','\x15','\x7b','\xf9','\x38','\xbd','\x4d','\x37','\x82','\x25','\x9d','\xa1','\xcb','\xc1','\x5a','\xf0','\x7f','\x27','\xe9','\x24','\x68','\xef','\x98','\xf0','\x7f','\x40','\x3e','\x94','\xf7','\xf3','\x25','\xb0','\x44','\x52','\xa0','\xf3','\xeb','\xec','\x1e','\x4e','\xd8','\x3c','\xfb','\x26','\x2f','\x0a','\xc8','\x56','\xf3','\xf3','\x5b','\xef','\xa0','\x98','\xc0','\x2e','\x0d','\xa5','\xb7','\x1c','\x65','\x5c','\xf7','\x9b','\x87','\xae','\x81','\x57','\x88','\x57','\x89','\x23','\x5c','\x98','\x52','\xc2','\x7c','\xb6','\x22','\xfa','\x5a','\xae','\x05','\x4d','\xdb','\x3d','\x67','\x5a','\x0e','\xf3','\x68','\x87','\xd6','\xd9','\xa6','\xc1','\x07','\x74','\x71','\x45','\xbf','\x0d','\xfb','\x8b','\x1c','\x23','\x9d','\x31','\xf5','\x44','\x18','\x8b','\x39','\xa1','\x66','\xc0','\x3e','\x03','\x0f','\x16','\xf5','\xa5','\x87','\xb6','\xc0','\xcf','\xeb','\x98','\xb3','\xc4','\x5c','\xb0','\x9c','\x9d','\x26','\xd9','\x07','\x72','\x09','\x3c','\x34','\xa7','\xab','\x4e','\xac','\x0d','\xf0','\x0d','\xba','\xea','\x32','\xab','\xd9','\x55','\xc7','\xfc','\xa5','\x38','\x8f','\xf3','\x17','\x44','\xd8','\x81','\xba','\x8b','\x12','\x3f','\xb0','\x8a','\x63','\x56','\x9a','\xd9','\xf4','\xb0','\x26','\xe3','\xcf','\x51','\xb7','\x25','\x79','\x5f','\x23','\x6d','\xa4','\x85','\x8b','\xd1','\x62','\x8a','\xc8','\xc1','\xcf','\x04','\xa2','\x23','\x26','\xa3','\xd6','\xa8','\x17','\xa3','\x6d','\x20','\xa1','\x8e','\xcc','\xad','\xa1','\x9d','\xda','\x71','\x95','\x25','\x59','\x02','\xbc','\x02','\xce','\x68','\x9d','\xf6','\x5c','\xd1','\x73','\xb0','\xe5','\x7b','\xae','\xee','\xd6','\x16','\x7f','\xb6','\xef','\x3e','\x65','\x3b','\x49','\x87','\xf9','\x25','\x10','\xc4','\x98','\x67','\xf9','\x90','\xfb','\x47','\xb4','\x91','\x15','\x1d','\x63','\x06','\xa3','\x66','\xca','\x78','\xd6','\xf8','\x4b','\x3d','\x05','\xdb','\xe8','\xae','\x94','\x99','\x02','\x5b','\x56','\x67','\xe0','\x43','\x1b','\xb7','\xe6','\x7b','\xbe','\x9d','\x32','\xd2','\xf3','\x2f','\x7e','\x3b','\x63','\xfc','\x03','\xda','\x5d','\xc9','\x4c','\xf2','\xe4','\xd9','\x6c','\x56','\xb9','\x57','\xbd','\xc3','\x7f','\x8a','\x7a','\xfe','\x35','\x7f','\x9a','\xe8','\x02','\x9c','\x5b','\x32','\x57','\x05','\x9f','\xbc','\xb8','\x4d','\xb4','\x92','\xda','\x00','\x1e','\x1c','\x76','\xac','\xa3','\xe4','\xe5','\xc0','\x22','\x63','\x22','\xe7','\xdb','\x03','\xbe','\x95','\x2e','\xb6','\x41','\x11','\x9f','\x1f','\x23','\xa9','\x25','\x9d','\xaa','\x6c','\x43','\x70','\x43','\x64','\x3f','\xc1','\xf2','\x19','\x4a','\x0d','\xe8','\xba','\xb1','\xd5','\x25','\x5f','\xe2','\x9a','\xba','\x65','\xeb','\x7b','\x88','\x86','\x48','\x04','\x15','\x5a','\xdc','\x31','\xb2','\x47','\x9f','\xd4','\x27','\x47','\xce','\xe9','\x71','\xdc','\x46','\xe2','\x7a','\x74','\x47','\x2d','\xd4','\xb9','\x01','\x68','\x01','\x27','\x09','\x23','\xba','\x38','\x27','\xad','\xe6','\x07','\xda','\xa2','\xf3','\xe4','\x43','\xb0','\x0f','\x88','\x6f','\x60','\x24','\xf5','\xa3','\x29','\x90','\x36','\xe7','\x7e','\x74','\x0a','\xe7','\xec','\x8f','\x0a','\xf6','\x64','\x3e','\xff','\x77','\x85','\xbf','\x8b','\xe5','\xe7','\xed','\xf9','\x3c','\xb9','\x84','\xff','\xa7','\x84','\xf9','\x38','\xb0','\x6f','\x1c','\x69','\x59','\x82','\xcc','\x4b','\xcb','\xfc','\x1e','\x21','\x6d','\x64','\x2a','\x90','\xb8','\xff','\xe9','\xb2','\x15','\x6e','\x9f','\xa8','\x1d','\xf7','\xa3','\x0c','\xc3','\xba','\xe0','\xa6','\x5a','\xb1','\x71','\xc3','\x08','\x25','\x6c','\xd5','\x9b','\x95','\xf3','\xc9','\x36','\x55','\x55','\xd7','\x05','\xa0','\x18','\x1a','\x76','\x63','\x14','\x41','\x8b','\x76','\xb9','\xfe','\x44','\x7e','\x43','\x95','\x75','\x23','\xcf','\xdc','\x1c','\x13','\xf5','\x03','\xb6','\xe1','\x24','\xdd','\xa4','\x25','\xe2','\x55','\xa1','\x7d','\x6f','\x2c','\x1b','\xbd','\xe8','\x9f','\xc0','\x31','\x93','\xef','\x7f','\x22','\xfe','\x45','\xb4','\x0f','\x4f','\x63','\xfc','\x5d','\x9b','\xc1','\x48','\x0c','\xca','\x4e','\x31','\xfd','\xac','\xc6','\xef','\x31','\xad','\x43','\x03','\xf9','\x66','\xa1','\x9d','\x68','\x14','\x72','\xe5','\xc0','\x1b','\x07','\x57','\xd5','\x66','\x05','\xd7','\x72','\x5d','\xd7','\xf1','\xf2','\xde','\xf3','\x2a','\x4c','\x2f','\x8d','\x0d','\x63','\x86','\xba','\x6c','\xa7','\x9d','\x34','\xa5','\xf0','\x9c','\x45','\x16','\x2a','\x78','\xbe','\x32','\xbf','\x62','\x38','\x7d','\x5e','\x4a','\xd3','\x45','\x06','\x14','\x33','\x80','\x62','\xff','\xbe','\x9d','\xb5','\xb3','\xe5','\xbf','\x09','\xef','\xbe','\x88','\x71','\xe7','\x9c','\xe7','\x6f','\xba','\x0c','\x23','\xdc','\xc7','\xc8','\x21','\x5c','\x29','\xf4','\x71','\x58','\x57','\x98','\x5d','\xc8','\x29','\x79','\xf5','\xd9','\xba','\x2b','\x73','\x10','\xfe','\x31','\xdf','\xf5','\xc7','\x12','\x63','\x89','\xf4','\x7a','\x1b','\x0c','\x48','\xb8','\x26','\xb8','\x9a','\x8c','\x9d','\xd3','\x33','\x75','\x47','\xb3','\xe9','\x38','\xac','\xb7','\xdf','\xe6','\xae','\x65','\x79','\x63','\x70','\xdf','\x89','\x56','\x18','\x1e','\x5f','\x70','\xec','\x8c','\xe1','\xd6','\x32','\x81','\xa3','\xda','\x81','\xad','\x8e','\x07','\xc7','\x2c','\xb7','\x9a','\x9e','\x4f','\x9f','\xb5','\xa7','\x18','\xa1','\xa0','\x5e','\x09','\x28','\x59','\x93','\x70','\xb0','\x37','\x0a','\xdc','\x2e','\xd9','\x68','\xe7','\x70','\xdb','\x04','\xb5','\x5b','\xc2','\x18','\xcf','\x14','\x38','\x68','\xfb','\xb9','\x68','\x3a','\x06','\xf2','\xcb','\xf1','\xc1','\x5f','\x90','\xd1','\x1f','\x97','\xb0','\x28','\x33','\x24','\x3b','\xd2','\x82','\x74','\xae','\x9b','\xe0','\x0d','\x78','\xa2','\x05','\x25','\xca','\xdb','\xc8','\x3e','\x2b','\xaa','\x1f','\x3e','\xbf','\x44','\xf6','\x34','\xca','\xda','\x12','\xd4','\x98','\xdb','\x02','\xa2','\xb6','\x1b','\xe8','\x6d','\x59','\x42','\x3e','\x4f','\x07','\xa0','\x86','\x55','\xdd','\xc6','\xac','\xa5','\xa2','\x76','\x24','\x13','\xc6','\x73','\x17','\x75','\x1b','\xff','\x96','\x34','\xc1','\x7d','\x04','\x9f','\x40','\xe8','\x49','\x0b','\xe3','\xfc','\xad','\xd8','\x18','\xb3','\xb8','\x8f','\xcb','\x35','\x19','\x61','\x7c','\x70','\x8e','\x64','\xec','\x71','\x23','\x3a','\x8e','\x25','\x2d','\xad','\x93','\x1c','\x0f','\xec','\x72','\xeb','\xf6','\x44','\xf9','\x85','\x9a','\xea','\xa3','\x5e','\xa6','\xb0','\x66','\x6c','\xb4','\x06','\x82','\xa0','\x9c','\x0c','\x92','\xe5','\x20','\xf0','\x8b','\x3e','\xe7','\xc5','\x9d','\x7c','\xa7','\x92','\x9b','\xff','\xa3','\xf9','\xb8','\x42','\x3b','\xe5','\xf7','\x73','\x74','\x3f','\x09','\xb6','\x57','\xfd','\x94','\x86','\xd6','\xe6','\x32','\xec','\xfd','\x75','\x03','\xc6','\xe8','\xcc','\x7a','\x98','\xb5','\x4b','\xcd','\xde','\xad','\xa3','\xb2','\xc3','\x61','\xb8','\x09','\x69','\x01','\x83','\x1a','\x14','\x29','\x8f','\xfb','\xba','\x3f','\x1c','\x1c','\xf5','\x8f','\xfa','\xd5','\xc0','\xf0','\x0d','\x7f','\xd8','\x37','\x38','\x13','\xeb','\x43','\x25','\xbb','\xa7','\xa2','\xa6','\x74','\xc3','\x8d','\x67','\x72','\x15','\xe0','\xf7','\xeb','\x11','\x68','\x92','\x97','\x2e','\xc1','\xfc','\x73','\x10','\xab','\xd2','\x7b','\xf3','\x27','\x0d','\xfc','\x86','\xaa','\xdd','\x1d','\xdf','\xce','\xba','\x27','\xf3','\xfb','\xf3','\xea','\x0f','\x55','\xb7','\x5d','\xdc','\x9f','\x30','\x3f','\x21','\xf2','\x52','\xd1','\x71','\x8a','\x38','\x1e','\x29','\xc7','\x14','\x45','\xd1','\xbd','\x0f','\x46','\x74','\xef','\x73','\x5f','\x7e','\x7d','\x40','\xf7','\xd0','\xf2','\x98','\x09','\x74','\x6d','\x84','\xeb','\xce','\x88','\x69','\x6a','\x86','\xf9','\x28','\x6d','\x91','\x1f','\xa8','\xc9','\x35','\xc6','\x1f','\xd4','\x98','\x33','\x6a','\xda','\xe6','\xa4','\x56','\xad','\x75','\x52','\x9c','\x9e','\x68','\xbf','\x79','\x85','\x69','\x92','\xe3','\xb9','\x79','\xb0','\x6f','\x49','\x2e','\x98','\xb6','\x89','\x39','\x4f','\xe7','\x8f','\xc5','\xce','\x88','\xd1','\xb2','\xe3','\x37','\x03','\xc7','\x70','\xc1','\xbf','\xb4','\x8c','\x62','\xa6','\x3c','\xf0','\x1a','\x5d','\x34','\x4b','\x76','\xa9','\x3c','\x8d','\xd7','\x87','\xd6','\xe7','\xe0','\x74','\x3f','\x78','\xd5','\x83','\x6e','\xbf','\xdb','\x3f','\x3d','\x48','\x4d','\x73','\xc0','\xec','\x37','\xf7','\x67','\x3f','\x9e','\xf5','\xce','\x10','\xc7','\xb2','\x71','\xb5','\x11','\xeb','\x65','\xb8','\xba','\xbc','\xbd','\x09','\x3c','\xaf','\x1b','\x21','\x46','\xc4','\xc8','\x0b','\xd4','\x75','\x7d','\x1b','\xa8','\x88','\x96','\x8d','\x26','\x7c','\xdd','\xd5','\x6b','\x8f','\x9b','\x69','\xb5','\xa8','\x90','\x86','\x85','\x59','\x28','\x58','\x42','\x82','\x60','\xa4','\x1b','\x65','\x09','\x88','\x31','\x98','\x1f','\xa0','\x01','\xfd','\x5f','\x72','\xdf','\x7f','\x25','\x98','\xad','\xbc','\xb2','\x65','\x56','\x85','\x47','\xf5','\xe7','\x81','\xaf','\xad','\xe3','\x70','\xa6','\x86','\xf3','\xb3','\x15','\x1f','\xa6','\xc8','\xce','\xcc','\x60','\x13','\x33','\x3a','\x53','\x17','\xc9','\x5b','\xd2','\x17','\x24','\x6d','\xd4','\x8f','\x6b','\xea','\xef','\x83','\x9e','\x44','\x5d','\xd9','\xf4','\x3e','\xa5','\xd4','\x45','\xdf','\xf7','\xff','\x7c','\x21','\x46','\xee','\x3f','\x1e','\xbd','\x9b','\x44','\x44','\xa0','\xc6','\x8a','\xfc','\x4f','\x50','\x16','\x53','\x5d','\x0b','\x88','\xc0','\xfa','\x2a','\x8f','\xe6','\x38','\xbc','\x0b','\xae','\x39','\x9e','\xb4','\x13','\x76','\x3f','\x58','\xc8','\x17','\x6c','\xf0','\x10','\x0a','\x23','\x36','\xb3','\xcd','\x4f','\x18','\x37','\x07','\xd4','\x9d','\x60','\xf4','\xc0','\x7a','\x82','\x15','\xbe','\x52','\x2d','\x56','\x67','\x8c','\x01','\x63','\xd2','\xbc','\x60','\xce','\x98','\x17','\xfc','\x11','\x8a','\x5e','\x84','\x6e','\x8f','\x94','\x74','\xd0','\x3e','\x84','\xad','\xc6','\x50','\x90','\x16','\xc4','\xc5','\x48','\x5d','\xf7','\x9a','\x7b','\xd2','\xd5','\x3d','\x75','\xb5','\xfd','\x48','\x66','\xe0','\x6e','\xcd','\x68','\x63','\x74','\x46','\xd7','\x94','\x95','\x8b','\x20','\x4f','\xe9','\x98','\x3e','\xa3','\x68','\x6a','\x46','\xf3','\xfc','\xee','\x23','\x51','\xfe','\x52','\xe4','\x35','\x0d','\x99','\x03','\x73','\x10','\x12','\xef','\x12','\x2f','\x06','\x16','\x76','\x94','\x19','\xc0','\x9a','\xc1','\xe8','\x48','\x7c','\x32','\x47','\xd2','\xb1','\x0b','\xeb','\xef','\x5b','\x6a','\xd3','\x31','\xf6','\x1a','\x5e','\xe1','\x69','\xb5','\x69','\xcb','\x23','\x22','\x05','\xfd','\x03','\x61','\x1f','\x14','\xb7','\x21','\x3e','\x50','\x3b','\xe5','\xaf','\x9d','\x83','\x73','\x8d','\xb3','\x28','\x5f','\x48','\x91','\x61','\x04','\x69','\xa1','\x68','\x5b','\xf6','\x01','\x27','\xee','\xc6','\x8f','\xa4','\x8e','\x5c','\x77','\xc1','\x83','\xb7','\x87','\xd2','\x12','\xff','\xc1','\xc4','\x9d','\x2c','\x83','\x4d','\xbd','\x0f','\x46','\x2a','\x09','\x73','\x67','\xd1','\x84','\x69','\xb2','\x93','\x65','\x53','\x67','\xd6','\x2b','\xc4','\x23','\xde','\x6d','\x0e','\x1e','\x76','\x8d','\x61','\x94','\xcc','\xc0','\xe8','\x75','\x0f','\xf8','\xb9','\x8b','\xae','\x25','\xae','\x1f','\xd7','\x37','\x58','\xa6','\x73','\xda','\x9b','\x89','\x72','\x5c','\xd5','\x2b','\xb6','\x83','\x77','\x4f','\xc6','\x59','\x70','\x7d','\x5b','\xe4','\x09','\x7e','\x9c','\xc2','\x90','\x04','\xc3','\x65','\x52','\xee','\x0c','\x8e','\x97','\x69','\xc0','\xcb','\xb4','\xbc','\x3b','\xc8','\x3b','\x7e','\x39','\xae','\xc8','\xf3','\xa0','\x2a','\x83','\x11','\x38','\x5f','\x08','\x48','\x99','\x83','\xbf','\x9b','\x2f','\xe7','\x82','\x59','\xc7','\x2d','\xa7','\x94','\x68','\x7d','\x49','\x0b','\x42','\x5a','\xd6','\x30','\xcf','\x1a','\xf1','\xc5','\x04','\xd8','\xb7','\x83','\x7f','\x6f','\x5b','\x5f','\x5d','\xa4','\x64','\xf0','\x9d','\x63','\xf6','\x9f','\x5d','\x4c','\xa9','\x83','\xb0','\xf7','\xab','\x83','\x37','\x52','\xc9','\x94','\x86','\xdf','\x9e','\xd0','\xe5','\x45','\xa2','\x4f','\xed','\x5a','\xf3','\xc6','\xd4','\x77','\x48','\x6d','\xaa','\x96','\x31','\x33','\x46','\xd6','\x28','\xe8','\xce','\x1c','\xb1','\xe2','\x2a','\x2d','\x9b','\x9e','\x41','\xc7','\x82','\xef','\xc9','\x2c','\x4c','\x40','\xdd','\x8a','\x7b','\xd8','\x77','\x67','\xef','\x4f','\x5c','\x47','\xfd','\x02','\xf7','\x6f','\x13','\x8f','\xb3','\xd3','\x2c','\x3d','\x9c','\xb6','\xef','\x3d','\x9a','\xa8','\xf4','\x38','\xd7','\x1d','\x7d','\x48','\x67','\xb0','\x86','\xbc','\x35','\x6d','\x78','\x07','\x51','\x6a','\xbf','\xb2','\x84','\xde','\x6b','\x72','\xfd','\x6e','\x72','\xa8','\x8e','\x3e','\x10','\x9b','\x63','\xd6','\xd8','\x77','\xfe','\x70','\x3d','\xa5','\x28','\x1b','\x9a','\xf6','\xb2','\xa5','\x36','\xe3','\x50','\xd2','\x5a','\x9a','\x2e','\x38','\xf6','\xb4','\x2d','\xf6','\x82','\x93','\x9f','\x76','\x15','\x77','\xde','\xc1','\xad','\x54','\x4e','\x96','\xdb','\x95','\x84','\x18','\x7f','\xca','\x3e','\x52','\x7f','\x12','\xbc','\x2b','\xe1','\x1f','\xcd','\xd1','\xb9','\x38','\x8b','\xeb','\x09','\x3d','\xb9','\xb5','\x1b','\xa6','\x17','\xea','\xf7','\x65','\xd0','\xe4','\xa7','\x02','\x52','\x3c','\x05','\x76','\xec','\x29','\x7d','\x3c','\x37','\xae','\x8c','\xdf','\x2a','\x28','\x36','\xb8','\x67','\xd4','\x04','\xdb','\x8e','\x9d','\x0a','\xe0','\x15','\x98','\x41','\x32','\xe3','\xe6','\x04','\xfd','\x74','\x65','\xe2','\x81','\xe3','\xb6','\x4b','\x10','\x5f','\xd0','\x5c','\xfd','\xe8','\x5b','\x4a','\xbf','\x12','\x8b','\xa4','\xec','\xca','\xe1','\x17','\x60','\xe9','\x75','\x76','\xc1','\x6a','\x93','\x9f','\x10','\x57','\x77','\x04','\x7b','\xd4','\xc9','\x20','\x5f','\xf4','\x83','\xb8','\x96','\xf0','\xc1','\xba','\x7f','\xed','\xde','\x36','\x21','\x9f','\xe8','\x60','\xc5','\x9c','\x1d','\xf4','\x4d','\x3e','\xe8','\xc3','\x73','\xdf','\xf4','\x61','\xaf','\x1d','\xa8','\x39','\x17','\xbf','\x50','\x8a','\xfa','\x5b','\xcb','\x0d','\x2d','\x92','\x96','\x0d','\xe4','\x8b','\x3c','\x8f','\x32','\xa7','\xe9','\xd7','\x8e','\x25','\xf7','\x56','\x3f','\x69','\xa7','\x0d','\xfc','\x6f','\x46','\x7a','\xb8','\x4e','\xf4','\x40','\x2f','\xdf','\x82','\x1d','\x1e','\x19','\xfc','\xee','\x3c','\x7a','\xe9','\xfa','\x50','\xda','\x51','\xca','\x6b','\x78','\x14','\x9f','\x46','\xdf','\xee','\x1f','\x7f','\xd1','\xe2','\xc9','\xdc','\x94','\x88','\xd9','\x48','\xff','\x7e','\xf5','\x66','\x64','\xf9','\xb6','\xae','\xdf','\x21','\x94','\x50','\xc3','\x1f','\x2c','\xa2','\xbd','\x1d','\x67','\xa9','\xe1','\x13','\x0c','\x3b','\x1c','\x67','\xd8','\x0e','\x90','\x2c','\x0f','\x10','\x8c','\x1f','\x81','\x9a','\xaf','\x8f','\x78','\x69','\xef','\x42','\x2d','\xe9','\x6b','\x30','\x6f','\x59','\x61','\x81','\xb4','\xfa','\x67','\x98','\x7d','\x83','\xf9','\x41','\xb9','\x93','\xdc','\xdb','\x55','\xbf','\xd7','\xb9','\xcf','\x79','\xa8','\x7e','\x45','\xe0','\x01','\x69','\xda','\x4d','\xb3','\x11','\xcc','\x0f','\xe8','\x76','\xca','\xac','\x13','\xf0','\xd2','\x8a','\x66','\xf1','\x11','\x7e','\x8d','\xa4','\xea','\x12','\xa1','\x5a','\xfb','\xe1','\xe3','\x70','\xff','\x52','\xe2','\x7a','\x4f','\xd3','\x31','\x9a','\x5e','\x8f','\x55','\x27','\x60','\xff','\x6a','\xba','\xd8','\x7a','\x30','\xbf','\x8a','\xf3','\x0f','\xb4','\x5a','\x91','\x3c','\x5e','\xb7','\x2c','\x94','\x9f','\x70','\x1e','\x31','\x1e','\x04','\xed','\x57','\x15','\x24','\x02','\xce','\x8f','\x14','\x53','\x16','\xd4','\xa1','\x6e','\xed','\x08','\xfe','\x0e','\xef','\xa6','\xcf','\x35','\xe2','\xef','\x28','\x29','\x0b','\xc9','\xf2','\x53','\x5a','\x8e','\x4e','\x34','\xec','\xe2','\x7e','\xbd','\x57','\x1f','\xd7','\xc7','\x46','\x4e','\xeb','\x22','\x7a','\xee','\x26','\xdd','\x5f','\xe7','\x39','\xf8','\x99','\xcd','\x75','\x09','\xe4','\xe7','\x47','\xb9','\x01','\x06','\xdc','\x3e','\xf8','\xfe','\x52','\xfa','\xaa','\xd6','\xa6','\xcb','\x34','\xb1','\xb4','\x65','\xd3','\xe5','\xa4','\xbb','\x2b','\xf7','\x7f','\x5f','\xa1','\xa0','\xd7','\x1d','\xcf','\x06','\x73','\x81','\x58','\xbe','\x75','\xb0','\xce','\x2c','\x44','\x76','\xa2','\xe7','\xb3','\x53','\x3b','\x58','\xf7','\xab','\x71','\xb3','\x8b','\xde','\xef','\x7c','\xed','\xcc','\x98','\xc8','\x6f','\x32','\xd5','\x04','\xcb','\xeb','\xe7','\x30','\x93','\xd8','\x85','\xfd','\xbb','\xea','\x87','\xb5','\xca','\x9a','\x5d','\xb5','\x5c','\xcd','\x7f','\x09','\xec','\x27','\x13','\xf4','\x00','\xaf','\xcf','\x7b','\x2b','\x74','\x3e','\xe0','\x55','\x52','\x85','\x3d','\x28','\x14','\xed','\x62','\xa1','\xe4','\x94','\x46','\xa6','\x17','\x48','\x24','\xff','\x29','\xf9','\xf0','\xf8','\x96','\x94','\x0e','\x77','\xcf','\xa1','\xbd','\x95','\xec','\xd1','\x5c','\x72','\x26','\x08','\xfd','\x37','\x6b','\x5d','\xd0','\xf0','\xdf','\x2e','\xc6','\x6b','\x09','\x3f','\xe9','\xc1','\xba','\x07','\xff','\x0c','\xc7','\x17','\xd6','\xbf','\x67','\x79','\x6f','\x78','\x71','\x90','\x26','\x01','\xa1','\x41','\xa5','\x7c','\xb8','\xec','\x96','\xb7','\x94','\x17','\xc1','\x7e','\x64','\x30','\xfa','\xf6','\x1f','\xd7','\x4a','\x89','\xe9','\xd1','\xa5','\xcb','\x91','\xef','\x04','\x36','\x1a','\xee','\x03','\xf6','\xf8','\x03','\x18','\x6f','\x48','\xc1','\x0c','\xed','\xad','\x7f','\x80','\x5d','\x6d','\xeb','\x22','\x9e','\x59','\x79','\xb4','\x72','\xbd','\x92','\xae','\xa0','\xcf','\x28','\xe2','\x4f','\x8c','\xbb','\xcc','\x65','\xde','\x63','\xea','\x76','\xc5','\x38','\x02','\xae','\x16','\x31','\x16','\x6c','\x96','\xa7','\x5e','\x68','\xbf','\xe0','\x18','\x15','\x41','\x1b','\x3a','\x88','\x54','\x06','\x2b','\x6a','\x31','\xb2','\x71','\xe0','\xfe','\x60','\xe6','\x6c','\xc2','\x98','\x08','\x4e','\xc1','\xf1','\x5c','\x80','\xb9','\x42','\x18','\xa1','\x34','\x2d','\x6d','\x29','\x5d','\x53','\xd2','\x68','\xdf','\xb4','\xe0','\x2d','\xe4','\x0f','\x56','\xaf','\xcb','\x2d','\x8a','\x8f','\x34','\x25','\x67','\x24','\x3d','\x9b','\xf2','\x13','\x35','\x36','\xea','\xb9','\x7e','\xb3','\xd7','\x19','\x7c','\xb7','\xd7','\xe9','\x37','\x99','\x26','\xfc','\xe5','\x62','\xe7','\x11','\x3c','\x8f','\xf1','\x1b','\xc4','\x5f','\x3a','\x02','\x05','\x3d','\x64','\x1d','\x0a','\xfc','\x86','\x8d','\x89','\x72','\x2f','\x8a','\x8f','\xa5','\x08','\x2b','\xea','\x16','\xb6','\x61','\x1d','\xd0','\x06','\xd4','\x81','\x64','\x0e','\x2e','\xf2','\xf4','\x52','\x98','\xdf','\x96','\xd9','\x6b','\x78','\xdc','\x68','\x6c','\x36','\x76','\x04','\x3f','\x30','\x64','\xb0','\xc9','\x05','\x0f','\x17','\xfd','\x9f','\xa9','\x10','\x9d','\x04','\x76','\x5a','\x10','\x3d','\x73','\x2c','\xf4','\xa8','\x89','\x98','\xcd','\x5d','\xc1','\x32','\xa2','\x68','\xf9','\x90','\xf5','\xb1','\xfa','\x93','\xce','\xc1','\xfa','\x2c','\xae','\xae','\x08','\x3f','\x6f','\x4d','\x5b','\x96','\x65','\x17','\x8e','\x96','\xf3','\x5e','\x86','\x39','\x18','\x7f','\x75','\x8f','\x82','\x87','\x62','\x79','\xd3','\xa1','\x7e','\x9a','\xae','\x5b','\x9e','\xed','\x1d','\xf5','\xf2','\x67','\x32','\xe0','\x3f','\x80','\xfc','\x2a','\x1f','\xf5','\xe0','\x3c','\x9b','\x06','\x0d','\x0c','\xf2','\xbb','\x81','\x7d','\x6f','\xc5','\xbf','\x47','\x96','\xba','\x44','\x5a','\x26','\xa8','\xa1','\x5d','\xda','\xbe','\x6d','\x49','\x5a','\xe3','\x68','\x89','\xa3','\x15','\x8e','\xf8','\x41','\x55','\x63','\x30','\x62','\xe0','\xc1','\xd9','\x1b','\xf3','\xe8','\x9b','\xfe','\xce','\x8d','\xff','\x2b','\xff','\x80','\x2a','\x70','\x5c','\xa1','\x7f','\x19','\xd9','\x17','\xe9','\x16','\x09','\xd4','\x3a','\x7f','\x88','\x15','\x14','\x4f','\x07','\x5f','\x50','\xff','\x36','\x78','\x5d','\x3d','\x17','\x9c','\x23','\xaf','\xf3','\xd7','\xc9','\xdf','\xf2','\xa2','\x52','\x9a','\xe7','\x88','\x60','\xe9','\x94','\xd1','\x4d','\xb9','\x0a','\xe4','\x38','\xca','\x5d','\xea','\x93','\x23','\x9d','\xd2','\xff','\x73','\xd0','\xdc','\xb3','\xd1','\x7a','\x03','\xdb','\x5e','\x58','\x19','\x07','\x6e','\x84','\xf2','\x55','\xe8','\x77','\x2a','\xac','\x43','\xdb','\x46','\xfd','\x6e','\xd8','\x3f','\x05','\xeb','\x10','\xfd','\x33','\xb4','\x1a','\xa3','\xf5','\x65','\x63','\xb0','\xa8','\x6a','\x56','\x9d','\xda','\xff','\x0e','\xcf','\x1c','\xd7','\x73','\x35','\x6f','\x42','\xd5','\x15','\x1c','\xff','\x7b','\x40','\xde','\x53','\xff','\x11','\x3e','\x44','\x0e','\x82','\xf5','\x27','\x33','\xc0','\xd4','\xda','\x68','\x6c','\xec','\xe8','\xbe','\x45','\x44','\xf4','\x94','\xa9','\x70','\x24','\x83','\x41','\x8a','\xe8','\xb4','\x0f','\xe3','\xf1','\xc5','\x41','\x81','\xba','\xfb','\x4b','\x8e','\xf8','\xe9','\xae','\x60','\xb3','\x96','\xf7','\x0f','\x71','\x97','\xbc','\xd2','\xc8','\x20','\x37','\x5e','\x6f','\x09','\x74','\x97','\xe7','\xb8','\x2f','\x8a','\xec','\x4f','\x26','\x8c','\xbf','\x38','\x2c','\x5b','\xc9','\x9e','\xfd','\xf2','\x49','\xc4','\xbb','\x31','\x9a','\x9a','\xc3','\xec','\xab','\x61','\xbf','\x60','\xff','\x6e','\x50','\xb5','\xab','\x0d','\xfb','\xd6','\xd0','\x70','\x99','\x20','\x2a','\x69','\x1a','\xf6','\x2f','\x04','\x1a','\x5b','\xcf','\xea','\xf0','\x4c','\x2e','\x9f','\x7b','\x38','\x2e','\xb0','\x99','\x25','\x11','\xcc','\x2f','\xca','\x8e','\xcc','\x9a','\xac','\x70','\x54','\x71','\x03','\x4f','\x0b','\xf1','\xef','\x45','\xf8','\x7e','\x34','\xe1','\xec','\xda','\xfb','\x50','\x3d','\xe7','\xcc','\x0a','\x1b','\x55','\xca','\x6f','\xd8','\x46','\x30','\x04','\x35','\x0a','\x1a','\xda','\xb3','\x05','\xaa','\x11','\xb6','\x07','\x6d','\x30','\xee','\xf3','\x83','\xce','\x12','\xcc','\x3b','\x81','\xdf','\x13','\x56','\x9b','\xc0','\xb7','\x7a','\x60','\x57','\x99','\x22','\xab','\xd0','\xd0','\x0f','\x0d','\xff','\xa4','\x9e','\xd6','\xd2','\x28','\x7d','\x60','\x2d','\xdd','\xa8','\x1a','\x62','\xc3','\xf8','\x86','\xa6','\x6d','\x19','\x7e','\x6f','\x01','\x3c','\x00','\x23','\xa8','\xc5','\x83','\x21','\x15','\xec','\x22','\xd0','\xb1','\xb0','\xc6','\xaa','\x89','\xf9','\xc4','\xd9','\xa4','\x88','\x5f','\xa1','\x4d','\xdc','\x1a','\x43','\x6c','\xc5','\xf9','\x92','\x08','\x95','\xd8','\x8a','\x4c','\xd4','\x1a','\x7f','\x91','\xf5','\x07','\x65','\xcc','\x51','\x0e','\xcd','\x0d','\x2d','\xb8','\xc5','\x73','\xc5','\x44','\x31','\x59','\xa4','\x25','\x1a','\xd5','\x0f','\x68','\xda','\xf0','\x3d','\x0b','\x68','\x45','\xed','\xc4','\xf8','\xab','\x37','\xeb','\x25','\xbc','\x84','\x0b','\x1b','\x4b','\xba','\x49','\x6f','\x73','\x1b','\x2a','\x48','\xc4','\xf2','\x33','\xed','\xa1','\x4b','\x78','\x77','\xc4','\xbd','\xb9','\x94','\x70','\x44','\x23','\x70','\x93','\xd2','\x24','\xc1','\xcd','\x18','\x1e','\xac','\x1e','\x85','\xad','\x1a','\x7e','\x33','\x03','\x66','\x92','\xf9','\xe6','\xce','\x6a','\x8a','\x48','\x7c','\x39','\x58','\x43','\x73','\x9f','\x09','\x5a','\xcf','\x1b','\x55','\xc4','\x74','\x33','\x51','\x7f','\x70','\x8f','\xf0','\x5b','\x87','\xac','\x51','\x98','\x21','\xbe','\xa8','\xb5','\x68','\xca','\x97','\x70','\x03','\xb7','\x3c','\xb1','\x6a','\xd3','\xc1','\xd2','\xcf','\xda','\x65','\x1c','\x5f','\x8e','\xff','\xb0','\x8d','\x36','\x25','\x1c','\x3e','\x8f','\xfc','\xf3','\x28','\x3a','\x1c','\xc5','\x0e','\x51','\x5f','\x50','\x81','\xc8','\x4b','\xd9','\xe3','\xe0','\xe6','\x63','\x64','\xad','\x35','\x2a','\x06','\xff','\x01','\xbf','\x9b','\xcc','\x06','\xfb','\x00','\xf3','\xdf','\x12','\x5f','\xa1','\x2b','\x75','\x98','\x9b','\x20','\x99','\x40','\x7f','\xf9','\x87','\xdd','\x4a','\xcf','\xae','\xa1','\x9c','\xe3','\xef','\x77','\x8b','\xac','\xe9','\xdf','\xe3','\x3b','\xfd','\x8a','\xf6','\x7b','\xbe','\x32','\xd7','\xb9','\xf0','\x7b','\x73','\x6d','\xaf','\x75','\x9f','\xb9','\x2e','\x22','\xcf','\x78','\xf6','\x2f','\x6f','\xaa','\xab','\x3e','\x05','\x75','\xd6','\x23','\x3f','\x7c','\x7b','\x6f','\xe7','\x82','\x46','\xef','\xa7','\x4b','\x88','\x07','\xa4','\xcb','\x94','\xfa','\xbb','\xfd','\x5d','\xd4','\xdd','\x7a','\x10','\xfe','\xd0','\x48','\xff','\x90','\x75','\x6f','\xde','\x2c','\x57','\x60','\x7b','\xf5','\xcd','\x0a','\xb9','\x49','\xe0','\x68','\x54','\x8c','\x57','\x6b','\x37','\x69','\xc5','\x54','\x6d','\xb5','\x74','\x67','\xfc','\x16','\x3b','\xc8','\xb7','\xe6','\x0f','\x24','\xfe','\xb0','\xdd','\x16','\x08','\xc4','\x42','\x9a','\xb4','\xc6','\xc2','\xf1','\x3c','\xe2','\x7f','\x15','\x76','\x72','\x3a','\x9b','\x3e','\x59','\x26','\x74','\x05','\x7c','\xf4','\x93','\x34','\x6b','\x66','\xcd','\x93','\xa6','\x62','\x77','\x88','\xf7','\x67','\x62','\xfc','\x8b','\xda','\xe3','\xe0','\x61','\xe3','\xe8','\xeb','\xce','\x8f','\x2f','\xe9','\x72','\x89','\x99','\x24','\xec','\x57','\x2f','\x10','\x22','\x60','\x85','\xa4','\x48','\x5a','\xe8','\x96','\x08','\x9f','\xbe','\x80','\x08','\x3b','\xb2','\x8c','\xb5','\x20','\x5a','\xfc','\xdd','\xb8','\x79','\xca','\x44','\x0b','\x14','\x9f','\x6d','\xd1','\x16','\x35','\x8c','\x6f','\x48','\xfb','\xf5','\x03','\xb5','\xfd','\x06','\x6a','\x89','\x8f','\xf1','\x27','\x95','\xd9','\x5b','\x89','\xb3','\xb0','\xdd','\x4a','\x28','\x89','\x8e','\x04','\x02','\x7c','\xb0','\xfa','\x89','\x34','\xf3','\x18','\xad','\xde','\x0f','\x7c','\x3f','\x6b','\x0b','\xfb','\x39','\x4f','\x28','\x98','\x21','\x87','\x39','\x74','\xe1','\x63','\xbb','\xf2','\x30','\x3e','\xaf','\xec','\x02','\x63','\xdc','\xef','\x72','\xc1','\x0f','\xb5','\x46','\xa7','\x1d','\xff','\xf3','\x5a','\xeb','\x3a','\x95','\x31','\xa8','\x10','\x9f','\xdb','\xf0','\xdf','\x35','\x4f','\xf3','\x69','\xb4','\x46','\x4a','\xc9','\x68','\x7d','\x34','\xce','\x83','\x2d','\xd1','\x98','\x67','\xe1','\x0c','\x43','\x7c','\x72','\xe3','\x3c','\xce','\xd2','\xe9','\xd6','\xf9','\x69','\x67','\x0b','\x65','\xbb','\x69','\xbf','\x6c','\xe2','\x4c','\x3b','\xa2','\x7d','\xe3','\x52','\x4b','\x35','\x00','\x88','\xdc','\xe8','\xfc','\x4c','\x20','\x75','\x33','\x1e','\x51','\x23','\x45','\x51','\x9b','\xd6','\xf8','\x64','\x14','\x07','\x6f','\x1d','\x41','\xcc','\x8f','\xeb','\xe9','\x5b','\xe9','\xf9','\xf4','\x37','\xdf','\x99','\x27','\xf3','\x23','\xb7','\xaf','\x5c','\x00','\xc7','\xe0','\xa3','\x57','\x1f','\xd5','\x7e','\x96','\x4c','\x1b','\x4a','\x1a','\xef','\x6f','\x0c','\xb4','\x6f','\x2c','\x38','\x61','\xc4','\x8c','\x13','\x01','\x41','\xf4','\xea','\x71','\xa7','\x96','\x31','\x4e','\xea','\x02','\xc5','\x2a','\xf0','\x87','\x28','\x79','\x9d','\x9a','\x53','\x03','\xdf','\x14','\x8e','\x27','\x40','\xfa','\xae','\xe1','\x12','\xdf','\xaa','\x15','\xe9','\x6b','\x43','\x8b','\x87','\xca','\x7e','\x99','\x16','\xc8','\x9d','\x2b','\x05','\xc6','\x58','\x25','\xb6','\x58','\xfd','\x2a','\x6c','\x37','\x56','\xad','\x7c','\x8c','\xce','\x12','\x12','\x83','\x2b','\xc6','\xf1','\x8e','\x99','\x6b','\x82','\xf7','\xd5','\xc4','\xcd','\xb0','\xba','\x29','\x19','\x45','\xc7','\xef','\xf4','\xff','\xc1','\xcf','\x06','\x9f','\x9b','\xc1','\x23','\x73','\x46','\x86','\xd8','\xdf','\xc9','\xfc','\x1a','\xe6','\x5e','\xe5','\x56','\xf0','\x5c','\x17','\xec','\x55','\xb6','\x95','\x5d','\x47','\x0f','\xb4','\x8d','\x9a','\xf1','\xea','\x26','\x03','\x31','\x1c','\xbf','\xcb','\x9f','\x65','\x5f','\x33','\x52','\xd5','\x1e','\xf3','\x57','\xcd','\x14','\x4d','\x25','\x52','\x03','\xbd','\x7b','\xf5','\x12','\x2c','\xa1','\x1f','\x76','\x55','\x68','\x05','\xf5','\x4f','\xde','\xcf','\x57','\x60','\xfb','\xe1','\xa1','\xd7','\x3e','\xe5','\x1f','\x9d','\x27','\xdf','\x57','\xce','\xc4','\x14','\xd5','\x5a','\xef','\x4e','\x39','\x9a','\xa3','\xc1','\x28','\xc8','\x5a','\xa9','\x4e','\xa7','\x7b','\xe8','\x98','\x0e','\xae','\xd6','\xd9','\x8f','\xb6','\x51','\xf4','\x6f','\x03','\x8c','\xad','\xa1','\x3c','\x82','\xb9','\xc4','\x63','\x96','\x22','\xab','\x37','\xac','\x23','\x16','\xe2','\xbb','\xa2','\x98','\xf7','\x81','\x1b','\x52','\xeb','\xb6','\x68','\x5f','\x90','\x08','\x88','\xdf','\x9c','\x66','\x4e','\xa8','\xa1','\xd2','\xb8','\xb9','\xd3','\xe0','\xfb','\xc3','\xe6','\x38','\xde','\x74','\x39','\xa6','\xb4','\x8c','\x6f','\x40','\x44','\xcc','\x1f','\x3e','\x03','\x56','\x64','\x27','\x1b','\x62','\x0b','\xe0','\x9f','\xc2','\x9f','\x7e','\xd8','\x53','\xa9','\x57','\x6a','\xfe','\x37','\x79','\xcd','\xaf','\xc1','\xb3','\xb9','\x1f','\xf6','\xbc','\x66','\xfa','\xbb','\xe7','\xdf','\xfd','\x7e','\x1a','\xae','\x9f','\x0a','\x7c','\x39','\xce','\xb7','\x81','\x82','\x4d','\xbe','\x7a','\xd7','\xf8','\x10','\x77','\xda','\x51','\x8b','\x06','\xef','\xf5','\xb7','\xfb','\x76','\x30','\xe3','\x77','\xfa','\xc9','\x20','\xe9','\x1b','\xbe','\xed','\x97','\x79','\x12','\x63','\x7c','\x70','\x7f','\x3e','\x0a','\x22','\xc5','\xf5','\x6f','\x73','\xc7','\x9f','\xaa','\x38','\x95','\xa9','\x1f','\x3e','\xfe','\x9a','\xeb','\x3b','\xf3','\x87','\xbf','\xff','\xd9','\x33','\x63','\x77','\xbd','\x7f','\x1c','\xe5','\x8d','\xdc','\xc1','\x7e','\xc9','\x3c','\x20','\xe2','\xdf','\xc5','\x68','\xbd','\x5f','\xda','\x1e','\x99','\xae','\x51','\xfe','\xa2','\x79','\x7e','\xa8','\xfb','\x1f','\xfe','\x89','\xb4','\xe6','\x32','\xe8','\x28','\x22','\x7b','\xc0','\xde','\x1e','\x36','\x0c','\xc3','\xc9','\xbf','\xe5','\x0d','\xd0','\x01','\x77','\xa4','\x30','\xe0','\x0f','\xd0','\x11','\x3e','\x40','\xb3','\xa0','\x7e','\xcf','\xd0','\xc8','\xbe','\xe8','\xbb','\x61','\x34','\x7e','\xfa','\x6e','\x84','\x16','\x87','\x2a','\xf0','\x23','\xd6','\x1d','\xf8','\x3c','\x8b','\xd5','\x76','\x7f','\xf7','\xda','\xf0','\x98','\xae','\xe8','\xea','\x56','\xcc','\xeb','\xf5','\x71','\x94','\xe1','\xb7','\x72','\x7a','\xae','\x07','\xe3','\xd2','\xf0','\xfb','\xee','\xea','\xb5','\x5a','\xda','\x57','\x3d','\xf2','\x37','\x88','\xff','\xb8','\xa5','\x76','\x88','\x99','\xa9','\x57','\x4e','\xde','\xec','\x80','\xe7','\xfb','\x83','\x9d','\x6a','\xc3','\xff','\x13','\x23','\xdf','\x55','\xef','\x76','\xf2','\x62','\xd8','\x44','\xfd','\xdf','\x5c','\xa3','\x42','\xad','\x0d','\xeb','\x0f','\xc1','\x47','\xa7','\xdd','\x73','\x79','\xcb','\x9d','\x3b','\xd8','\xfd','\xe5','\xbd','\x32','\xba','\x15','\xe9','\x2f','\x81','\xe7','\x0c','\xee','\x23','\x93','\xf5','\x09','\x6d','\xc2','\x39','\x67','\x82','\xaf','\xa8','\x81','\x14','\x35','\x41','\xc7','\x69','\x98','\x7f','\x09','\xdf','\x9f','\x77','\x17','\xf3','\xbe','\xeb','\x4f','\x24','\xce','\xe5','\xe2','\xf9','\x84','\x9f','\x30','\x93','\x26','\xb5','\x69','\x39','\xae','\x44','\xf8','\x9f','\xcd','\xc1','\x64','\x7e','\x22','\x3f','\x11','\xf8','\xf8','\x9b','\x4b','\x2b','\x71','\x2f','\x51','\x4b','\x5e','\xa4','\x2d','\xf9','\xf1','\x84','\x85','\x72','\x67','\xc6','\x4e','\x98','\xb0','\x25','\xf4','\x9d','\x7a','\xd6','\x3a','\xb3','\x46','\x69','\xe0','\x7b','\xd4','\xb8','\xc8','\xaa','\x7e','\x24','\x18','\xb2','\x2f','\xdb','\x88','\xe8','\x89','\xab','\x39','\xd3','\xa0','\x38','\xb7','\x83','\xa2','\xca','\xd7','\x6a','\x6b','\xb5','\x36','\x58','\x5d','\x16','\xda','\xc6','\xae','\xcd','\x0e','\xbb','\x47','\xbc','\x31','\xb0','\x9f','\x35','\x8d','\x3a','\x33','\x88','\x6c','\xd1','\x66','\x1c','\xc4','\xb7','\xcc','\xac','\xa7','\xf5','\xfb','\xb4','\x07','\xbc','\x41','\x0f','\x16','\x8d','\xf2','\xb2','\x90','\x52','\x27','\x82','\x2c','\xf9','\x38','\xe6','\xb5','\x9d','\x13','\xe6','\x01','\x9e','\xd1','\xb2','\x4e','\xd6','\x7c','\x31','\x70','\x44','\xfd','\x06','\xcc','\xaf','\x24','\x4d','\x50','\x7a','\x9b','\x53','\xba','\xc3','\xdd','\x93','\x3f','\x74','\x73','\x22','\x7f','\x2e','\x1f','\x77','\x12','\xd9','\xc4','\x27','\x93','\xdb','\x69','\x3a','\x06','\x9e','\x43','\x3c','\x48','\x90','\xcf','\xd7','\xc7','\xe0','\xf5','\xed','\xe2','\xfe','\x5c','\x77','\x74','\x13','\xc6','\x51','\xf8','\x3f','\xaa','\x88','\x28','\x82','\x84','\x44','\x3b','\xc6','\xeb','\xf0','\x13','\x73','\xc9','\x62','\xca','\x1a','\xb3','\x4a','\x60','\xe9','\xa8','\xeb','\xbb','\xd5','\x3b','\xf5','\x1f','\xfa','\x2d','\xbb','\x0e','\x5f','\xdc','\xab','\x86','\x75','\x9b','\xac','\xc8','\xbc','\xe1','\xef','\xb0','\x05','\x56','\x7e','\xa0','\xbc','\xa3','\xa0','\xdc','\x65','\x3f','\x89','\x79','\xea','\x9a','\x5e','\x46','\x7d','\x5f','\xa1','\x20','\x77','\x1c','\x72','\x5b','\xe4','\x23','\x6a','\xde','\xeb','\xea','\x4b','\xbc','\xb9','\x3e','\xdb','\x99','\x9c','\xc5','\xf2','\xbd','\x1b','\xef','\x6e','\x81','\xa4','\x0a','\x6c','\xe3','\xad','\xfc','\xc0','\x6b','\x23','\xee','\x40','\x30','\x42','\x07','\x60','\xe6','\x8e','\xd3','\x50','\x4e','\xab','\x98','\xe1','\x2b','\xd4','\x6d','\x4f','\xee','\x96','\x76','\xe0','\x12','\x18','\x92','\xde','\x33','\xef','\xe2','\xd1','\xf1','\xdc','\x9a','\x45','\x63','\xf4','\x54','\x62','\xfc','\x6a','\xa6','\x3b','\x93','\x9b','\x98','\xcd','\x3c','\xe8','\x58','\xe3','\xc1','\xb8','\x3a','\xae','\xfe','\x56','\x30','\x81','\xf1','\x12','\xf0','\x6a','\x5b','\x63','\x91','\xad','\x35','\x60','\x51','\x34','\x49','\x23','\x19','\x92','\x99','\x9a','\x71','\x88','\xb3','\x02','\xfb','\x8c','\x33','\x06','\xdb','\x8c','\x93','\x76','\x8c','\xec','\x86','\xec','\xd2','\xd9','\xb1','\x36','\x2a','\x35','\x94','\xa8','\x0f','\xd2','\x8d','\x82','\xd1','\x6e','\x24','\x60','\x05','\x5d','\x32','\x92','\xb0','\xa2','\x17','\x6a','\x31','\x1a','\xf9','\x72','\x23','\x96','\x7e','\x24','\xed','\xa6','\x9d','\x2a','\x78','\x08','\xd1','\x77','\xb3','\xc0','\x84','\x47','\xfc','\xfd','\x12','\x7b','\x95','\xfb','\x96','\x5f','\x3e','\xa7','\xbd','\xb2','\xe4','\xeb','\xbe','\xfd','\x9e','\xf7','\x47','\x58','\x97','\x81','\xf8','\x59','\x35','\xb2','\x7f','\x4e','\x8b','\xfc','\x86','\xc4','\x51','\xc7','\x5a','\xee','\x32','\x8c','\xaf','\x8c','\x69','\xe2','\x3a','\x2e','\x0e','\xd6','\x59','\x11','\x3d','\x05','\x56','\x3c','\x50','\xb7','\x8a','\x5f','\x45','\xff','\x98','\xf4','\xbd','\x85','\x98','\x9d','\x47','\x6a','\xdf','\xaa','\x55','\x6b','\xdf','\x78','\xab','\x4a','\x7b','\xbb','\x8d','\xd7','\x7a','\x6b','\xdb','\xe7','\x8d','\x2c','\xdb','\x0b','\xa3','\x17','\x9e','\x5f','\xa9','\x19','\xb0','\xfd','\xc1','\x5b','\xbf','\x43','\xbf','\xde','\x5d','\x6d','\x39','\x4f','\x48','\x1f','\x4f','\xb2','\x24','\xfb','\x7c','\x60','\x33','\x9b','\x6d','\xe2','\x60','\x8b','\xb2','\x1b','\x21','\x3a','\xe8','\xa3','\x5c','\x30','\x78','\xd4','\x97','\x45','\x56','\x22','\x55','\x1f','\x26','\xcf','\x07','\x47','\xe9','\x37','\xb8','\x41','\x7b','\xe9','\xb0','\x0f','\x4e','\xa8','\xd0','\xdf','\x32','\xba','\x28','\xf4','\x50','\x10','\xe6','\x49','\xc3','\x08','\x26','\x4a','\x76','\x5c','\xbf','\x7d','\x3f','\x1a','\x23','\xa7','\xc9','\xa6','\x05','\x36','\xf2','\xac','\xf6','\x35','\xb0','\x1e','\xf0','\x1b','\xa5','\x2e','\x3d','\xa8','\x19','\x08','\x44','\x14','\xf8','\x99','\x65','\xd0','\x96','\x05','\x83','\xd8','\x85','\x3a','\x49','\x14','\x74','\xdb','\x1e','\xf7','\x6c','\x5a','\x30','\x6d','\x3b','\x56','\xa2','\x2c','\x6e','\xf4','\x1b','\xbd','\xc6','\x58','\xf0','\x06','\x91','\x38','\xbe','\xb8','\x7a','\x5e','\x7d','\x2a','\x70','\xbd','\x2d','\xee','\x8f','\xb9','\x85','\xf9','\x2b','\x58','\xe8','\xbf','\xcf','\xf3','\x8c','\x1b','\x25','\x78','\xbd','\x2d','\x5e','\x7f','\x0a','\x5e','\x0f','\x4e','\x86','\x9d','\x29','\xc9','\xf8','\x79','\xd2','\x96','\xfe','\x1b','\x4a','\x16','\x66','\xfd','\x34','\x90','\xde','\x9b','\xf0','\x1f','\xa6','\x56','\x1c','\xed','\xcc','\xc8','\xd4','\x00','\x68','\x4b','\xcb','\xf9','\xea','\x0d','\xfc','\x16','\xed','\x6c','\xb4','\x7e','\x69','\xfb','\x86','\x45','\x8d','\x6d','\x58','\x94','\xf8','\xb5','\x82','\xc0','\x25','\x81','\x06','\x24','\x05','\xf0','\xba','\xe3','\x41','\x92','\x6d','\x81','\xbb','\xf4','\xb8','\xc0','\x9f','\x77','\x09','\x2b','\x3b','\x1e','\x84','\xf8','\x73','\x71','\xbc','\x5f','\x5d','\x84','\x81','\x0f','\xf1','\xc9','\x4c','\xa0','\x87','\xe1','\x7d','\x76','\x04','\x7b','\xb0','\x76','\xcc','\x38','\xd7','\x52','\x1f','\x2d','\xf0','\x7f','\xe4','\x14','\x99','\x24','\x93','\x7c','\x92','\x4d','\xb2','\x53','\xc3','\x13','\x06','\xfa','\xf9','\xf7','\x1b','\xff','\x64','\xa7','\xf3','\xaa','\x87','\xf8','\x20','\xb3','\x68','\xc0','\x4c','\xfe','\x9e','\x9a','\x80','\x2f','\x15','\x94','\x69','\xf5','\x7c','\xf2','\xa9','\x9b','\x6e','\x72','\x8b','\xba','\x68','\x5a','\x54','\x53','\x67','\xd4','\x76','\x75','\xa5','\xda','\x1e','\xd6','\x8e','\x61','\x95','\x99','\xa8','\x72','\x83','\xbf','\x93','\xe4','\x8a','\x87','\x58','\xf9','\xdf','\xa3','\x87','\xde','\x9c','\xa0','\x13','\xf4','\x19','\x9e','\xab','\xe5','\x6a','\x4f','\xfe','\x8f','\x93','\xf3','\xb9','\x79','\xa5','\xb6','\xb6','\xa6','\x3a','\xda','\x6b','\x28','\x1d','\xf0','\x9b','\x22','\xa6','\x75','\x2c','\xc4','\xb4','\x46','\x08','\x17','\xe1','\x1f','\x15','\x47','\xb9','\x4e','\x46','\xdf','\x64','\xc6','\x60','\xd5','\xac','\x0d','\xd6','\xf0','\x31','\x65','\xf4','\xdc','\x7c','\xda','\x4c','\xb3','\xb3','\xa0','\x46','\x24','\xfe','\x29','\xce','\x97','\x45','\xa4','\x61','\x23','\xdd','\x4c','\x77','\xb0','\x1f','\x60','\x8d','\xb8','\x9d','\xe0','\xf9','\xb4','\x49','\x12','\xe0','\x99','\xc5','\x4d','\xc4','\xf7','\xc4','\xeb','\x1b','\xb5','\xcd','\xf5','\x1d','\xda','\x0f','\x10','\x4f','\x55','\x47','\x14','\xfa','\x44','\x62','\xfb','\x7a','\xfc','\x7e','\x14','\xfe','\x72','\x9b','\x26','\xe7','\x86','\xac','\xdd','\x73','\x93','\xdd','\xb9','\xb6','\xf3','\xf5','\xb0','\x06','\x19','\x1e','\xe5','\xfb','\x8b','\xfb','\x97','\x1e','\x2a','\xef','\xa9','\xe7','\x69','\x5e','\xf7','\x2f','\x76','\x69','\xf0','\x47','\x93','\x5e','\xec','\xc2','\x02','\x11','\x58','\xbd','\x9a','\x33','\xe2','\x90','\x33','\x33','\x64','\x2c','\x28','\xd9','\xc3','\xb6','\x61','\x1a','\x66','\x2f','\xdd','\x0e','\xf3','\xe7','\x74','\x89','\x78','\xfb','\xb8','\x59','\xa3','\x7e','\x3f','\xdf','\x0f','\xfe','\x6d','\x3b','\xdb','\x1c','\xf4','\xb3','\x0c','\xff','\x02','\xb9','\x27','\xd0','\x3c','\xf7','\x78','\xcf','\x1f','\xa2','\xfc','\xbe','\xcd','\xf5','\x0b','\xcc','\x1f','\xe3','\x27','\xe8','\x7e','\xfa','\x9f','\x31','\x3f','\x4f','\x33','\xf0','\x3c','\x43','\xb1','\x2e','\x8d','\x78','\x1f','\xe1','\xc7','\xe1','\xf5','\x71','\x7e','\x1b','\xc6','\x7d','\x07','\xdb','\x13','\x4c','\xb2','\x09','\x7e','\x0e','\x51','\x65','\x1e','\x3d','\xde','\xf5','\x87','\xcd','\xfc','\x47','\x4b','\x7c','\x42','\x54','\xa0','\x62','\x06','\xfb','\xc8','\x88','\xc8','\x69','\x2e','\x82','\x92','\xb5','\xfe','\x72','\x55','\x8e','\x22','\xa5','\x8d','\x69','\x63','\x66','\x91','\x4a','\x6d','\x3f','\x2d','\xb0','\x21','\x9c','\x83','\xcf','\xe8','\x3e','\xf9','\xc3','\xc9','\x7c','\x25','\x67','\xb8','\x86','\x9f','\xf7','\xbf','\x30','\x24','\xed','\x37','\xf0','\x00','\x48','\xc1','\x9b','\x54','\xa7','\x15','\xb4','\xe0','\xa8','\xcb','\xdd','\x10','\x9f','\x04','\xfa','\x53','\x2b','\xac','\xd8','\xc4','\x99','\x76','\xc0','\x32','\x02','\x09','\x36','\x6d','\xab','\xe0','\x63','\x6f','\x38','\x56','\x77','\x05','\x7c','\xd2','\x6a','\xc6','\xa7','\xd3','\xea','\xbe','\x1b','\x8e','\x91','\xb7','\x1f','\x2f','\x3f','\x71','\xf4','\xf8','\x96','\x7d','\x17','\x61','\x39','\xe4','\xf7','\x5d','\x22','\x04','\xe3','\x06','\x13','\x20','\x2f','\x9f','\x55','\x27','\x02','\xcc','\x0f','\x67','\xcf','\x7e','\x36','\x77','\x90','\xa7','\x75','\xd8','\x06','\xd2','\x6a','\x13','\x5b','\xb1','\x61','\xb1','\x99','\x67','\x69','\xda','\xd7','\xad','\xf9','\x95','\xa2','\xba','\x6d','\x11','\xab','\xb6','\xa2','\x73','\x22','\x7f','\x72','\x7c','\x5b','\x91','\x8a','\x0a','\x45','\x31','\xd2','\xe1','\x39','\x21','\x01','\x50','\xaa','\x69','\x31','\x92','\x56','\xfb','\x2e','\x25','\x5d','\x8c','\x90','\x1a','\xce','\x45','\x7b','\xdd','\xc2','\x6a','\xff','\x8a','\x11','\x2c','\x78','\x29','\x31','\x16','\x0c','\x97','\xed','\x72','\x2d','\xa0','\x65','\x33','\xb0','\xcb','\xbc','\x6c','\x07','\xb6','\x53','\x28','\x8f','\xc3','\x07','\xfc','\x33','\x9f','\xa7','\xf3','\xec','\x9f','\x03','\x52','\x2e','\x94','\x49','\xc0','\xcb','\x2c','\xb0','\xe0','\x99','\x1a','\xa8','\x8e','\x89','\xfa','\xdf','\x83','\xbb','\xf4','\xae','\xc0','\xff','\x79','\x9b','\xfe','\x47','\xb2','\xa3','\xfb','\xec','\x90','\xf7','\x5f','\xde','\x15','\x1c','\x0a','\xef','\x1e','\x44','\x9e','\x47','\xb4','\x33','\xa6','\x4d','\xdf','\xf0','\xc6','\xb5','\x52','\xe8','\x25','\x11','\x2c','\xdb','\x60','\x12','\xb3','\x09','\xf2','\xf3','\x47','\xbd','\xc9','\xbe','\xab','\x41','\xbe','\xef','\x52','\xaf','\xf6','\xfb','\xc9','\xdf','\xbd','\x3e','\x47','\xe6','\x5a','\xaa','\x0d','\xe5','\xfa','\x87','\xd5','\x6f','\xc0','\xec','\x00','\xff','\x2b','\x4f','\x26','\x83','\x73','\xb2','\x8a','\x22','\x90','\xe7','\xba','\x04','\xfe','\xf2','\x36','\xe8','\xe8','\x9d','\xdd','\x8f','\x2e','\x3e','\xb9','\x3b','\xb7','\x38','\x3b','\xdc','\xb5','\x88','\x0c','\x0a','\x22','\xff','\xa0','\xb1','\x63','\x27','\x40','\x97','\xf9','\xf3','\x85','\x6f','\x4d','\xbe','\x9b','\xaf','\xc1','\x28','\x5f','\x7a','\x12','\x8e','\xa4','\x32','\x0f','\x1b','\xb9','\x10','\x23','\xdb','\x77','\x27','\xb5','\xa4','\xf6','\xf2','\x6e','\x0c','\x9e','\x80','\xad','\x04','\xf2','\xec','\x5d','\x15','\x6b','\xbc','\x4d','\x15','\xfd','\x47','\xaa','\x6a','\xea','\x4a','\xb9','\x18','\xae','\xff','\xb0','\x7e','\x14','\x2b','\x4c','\x31','\x5b','\x90','\x1c','\xd3','\x44','\x7d','\x62','\x54','\x79','\x45','\xf6','\x07','\x4f','\xd8','\x59','\xfb','\x64','\x35','\xab','\xae','\xb9','\x19','\xd6','\x7f','\xa2','\xf6','\x02','\x6b','\xec','\x3e','\x2d','\xdf','\x76','\xb0','\xee','\x12','\xbf','\xc1','\x2e','\x20','\x91','\x38','\x60','\x65','\x0d','\xc7','\x17','\x11','\xbf','\x8b','\x91','\xed','\x24','\xeb','\x06','\x29','\xf6','\x83','\x10','\xff','\x37','\x11','\x60','\xfd','\x2d','\x9b','\xea','\x5a','\x90','\xf1','\x57','\x4b','\x68','\xc2','\x3b','\xe2','\xef','\x22','\x7e','\xd3','\x55','\x2f','\x69','\x8f','\xc3','\xe7','\xdf','\x13','\x24','\xd5','\x84','\xf1','\xe3','\xab','\x7a','\x32','\x75','\x93','\x89','\xeb','\x0f','\xcf','\x5f','\x2a','\x39','\x07','\xb8','\xa3','\xe0','\x27','\xe2','\xeb','\x45','\xf5','\xb4','\xac','\x9f','\x16','\xfa','\x65','\x55','\x74','\x01','\x3e','\x35','\x57','\xae','\xd8','\x54','\xdd','\x56','\x43','\xff','\xb7','\x0b','\x3e','\xe5','\xe7','\xe2','\x75','\x29','\xf2','\xdb','\xc1','\x77','\xed','\x01','\x5b','\xaf','\xea','\x6a','\x8f','\x78','\x7f','\x46','\x65','\xfc','\xe1','\x96','\x62','\x18','\x1f','\x04','\x35','\x86','\xfb','\x6d','\xb0','\x66','\x3f','\x40','\x34','\xb0','\xa8','\xf4','\x68','\xe2','\xf9','\xee','\x7c','\x94','\xf5','\xdf','\x8c','\xa4','\xfe','\xf9','\x44','\x36','\xf3','\xb3','\x73','\x03','\xa7','\x6e','\x4c','\xda','\x93','\xd9','\x53','\x4b','\x79','\x92','\xa7','\x05','\x4e','\xe8','\x3c','\xfd','\x66','\x6b','\x7d','\x66','\x54','\x5d','\x09','\x1b','\xfe','\x1e','\xd5','\x37','\xa2','\x1c','\x43','\x9b','\x6c','\x19','\x2c','\xf5','\xdd','\xfe','\xae','\xd9','\x89','\xe4','\xc1','\xee','\xf3','\x34','\xbe','\x33','\x9e','\x8b','\x27','\xe2','\xeb','\xe3','\x44','\xa0','\xcb','\x3d','\xe1','\x7d','\xd7','\x86','\x6a','\x30','\x7f','\x6a','\xf9','\x1a','\xe2','\x5f','\xbb','\x42','\x06','\x09','\x11','\xdf','\x0f','\xcc','\xf2','\x1e','\xb0','\xb0','\x0b','\xe8','\x7d','\xdd','\x2c','\x94','\x69','\x85','\x7b','\x51','\xfc','\x09','\xf3','\x2e','\xb0','\x05','\xcb','\x2c','\x01','\x1e','\x0f','\xbc','\xfe','\x78','\x1e','\xdc','\x1c','\x8c','\x05','\x24','\x90','\xa1','\x03','\x34','\x73','\x82','\x7c','\xe6','\x47','\x32','\xae','\x8d','\xc7','\x43','\x17','\x8f','\x6c','\x09','\x31','\x36','\xa2','\x3e','\x1e','\xad','\x8f','\x8c','\xfe','\xea','\xd5','\xa8','\x8e','\x2b','\x4e','\x1b','\x7e','\xf2','\x2d','\xac','\x40','\x0d','\xed','\x37','\xd3','\x42','\x3c','\xb2','\x88','\x82','\x1e','\x02','\x7d','\xfa','\xd3','\x46','\x7e','\x1c','\x6d','\xba','\x6e','\xd7','\xf0','\xd6','\x90','\xce','\x85','\xa1','\xa1','\x85','\xf5','\x68','\xc1','\x48','\x6b','\x40','\x22','\x49','\xe1','\xbb','\xb9','\x26','\xe9','\xe5','\x96','\xfb','\xbd','\x80','\xe6','\x41','\x8e','\xe7','\xe3','\x41','\xc5','\x3d','\xfc','\xc3','\x89','\xfc','\xd6','\xdc','\x22','\x58','\xca','\x78','\x8f','\xb0','\xfe','\x4d','\x54','\xc0','\x11','\x87','\x65','\xe7','\xb3','\xfa','\x8b','\x3c','\xfb','\x39','\x65','\x5e','\xd1','\x41','\x7f','\x2a','\xc4','\x2a','\x14','\x27','\x83','\x49','\x75','\x32','\x38','\x05','\x3b','\x6a','\x49','\xd0','\x95','\x9c','\x2a','\x89','\x79','\xd8','\x14','\xda','\x29','\xab','\x17','\x60','\x7e','\x5a','\xb0','\xfe','\xd4','\x3d','\x2a','\xfe','\xe7','\xb9','\x16','\x7c','\x6a','\x8b','\x7f','\xb8','\x44','\x58','\x9b','\x90','\x4e','\x4a','\x49','\x2d','\x6b','\xc5','\xa1','\xe2','\xdb','\xc5','\x28','\x3e','\xd0','\xc1','\xa2','\x2c','\x57','\xab','\x8f','\x2e','\xb1','\x1f','\x1f','\x0c','\xb7','\xab','\xbf','\x62','\xdf','\x53','\x3e','\x31','\x3c','\xc6','\xf6','\x2d','\x8e','\xc1','\xd5','\xde','\x53','\xfe','\x15','\xbb','\x1d','\xb4','\xee','\x04','\xf8','\xc9','\x04','\xeb','\x70','\xd5','\x14','\xdc','\xef','\x0e','\xd8','\x90','\xd4','\x03','\x1f','\xe3','\x46','\x0a','\x6e','\x31','\xd6','\xcf','\x37','\x11','\x69','\x8a','\x9a','\x86','\x7b','\x96','\x14','\x31','\xd0','\xa4','\x6d','\xa8','\x69','\xb5','\x24','\xea','\xeb','\x25','\xf6','\x45','\x25','\xeb','\x40','\x0b','\x77','\x88','\xfc','\x19','\xd8','\xa6','\x7a','\x97','\xbe','\x45','\xa7','\x5b','\x65','\x7d','\x13','\x2d','\x72','\xb0','\x11','\xa6','\x89','\x1d','\x14','\x60','\xd0','\x0a','\xe0','\xf3','\xf0','\x22','\x56','\x0d','\x51','\x61','\x79','\x48','\x7e','\x11','\x43','\xfd','\x4c','\x70','\x84','\x5c','\x70','\xa2','\x1a','\x34','\x3d','\x8b','\x1c','\x01','\x66','\x5b','\x84','\x19','\x13','\x8a','\x88','\x4f','\x6b','\x49','\x27','\x69','\x82','\x3c','\x19','\x40','\x30','\x0c','\xfa','\x67','\xd2','\xfe','\xb4','\xd3','\x5f','\xbd','\x19','\x55','\xee','\x69','\xac','\x8b','\x32','\x6f','\x61','\x6f','\x1b','\x12','\xf8','\x58','\x04','\xec','\x08','\x4d','\xd5','\x64','\x4d','\xbf','\x90','\x2d','\xe1','\x86','\x7f','\x4d','\x6a','\x1a','\xd6','\xb6','\xaf','\x88','\xfa','\x76','\xdd','\x18','\x31','\xd0','\x8f','\x5c','\x31','\x2c','\xd0','\x32','\xcf','\xd9','\x56','\x79','\x06','\xf1','\x95','\xe8','\x91','\x23','\x61','\x6f','\x30','\x23','\x2a','\xfc','\x67','\x8c','\xaa','\x31','\x0a','\x16','\xf4','\x28','\x72','\x70','\xd4','\x52','\x54','\xce','\x93','\xd1','\xba','\x22','\x30','\x87','\x88','\x9f','\x5f','\xd8','\x4e','\x40','\xd7','\x68','\x18','\x59','\xd5','\xd6','\x89','\x7c','\xc2','\xcf','\x97','\x2a','\xf4','\x35','\xf6','\x6a','\x50','\x51','\x2b','\x60','\xfb','\x54','\x6c','\x59','\x7f','\x1a','\xa3','\x8a','\xd6','\xd9','\x26','\xe4','\x3b','\xae','\xa0','\x3a','\x48','\xf8','\xba','\xfc','\x2d','\x4e','\xee','\x77','\xae','\x95','\xc7','\x08','\xd6','\x5f','\x4b','\xef','\xa7','\x05','\x6f','\x40','\xb1','\x82','\x52','\x37','\x8e','\x1e','\xed','\xee','\x36','\x76','\xbd','\xfd','\x76','\x33','\xfe','\x28','\xd9','\xb0','\xa2','\x6a','\x87','\x88','\x9f','\xa2','\xf5','\x7c','\x84','\x32','\x12','\xda','\x0c','\x2b','\xa7','\xe0','\x18','\xe1','\x77','\xfe','\x32','\x68','\x95','\x52','\xc2','\x02','\x48','\x77','\xa7','\x17','\x47','\xc8','\xaa','\x9c','\xc8','\x9d','\x0c','\x40','\xb1','\x08','\xbf','\x0e','\xba','\xfc','\x94','\xba','\xf7','\x96','\xc0','\x87','\xc1','\x6a','\xe6','\x0d','\xfc','\x7b','\xac','\xe1','\x9f','\xb5','\x6a','\xdf','\x26','\xfe','\x15','\xf1','\xb7','\x88','\xbe','\x1d','\xac','\x82','\x65','\x56','\x33','\x5f','\x33','\x67','\x0f','\xcc','\x5b','\x7b','\x8b','\xa5','\x18','\xc1','\x1a','\x81','\x97','\xdf','\x97','\xf9','\xa3','\x2e','\xbe','\xd9','\x98','\x0c','\x5c','\xd0','\xf3','\xe7','\xd4','\x26','\x7f','\x08','\xd6','\xf5','\x21','\xfe','\xb1','\x0f','\x2c','\xfa','\x87','\x2f','\x7f','\x2b','\xf9','\xf5','\xab','\x5f','\x3f','\xfc','\xf5','\xef','\x1b','\xf7','\x1a','\x69','\xd3','\xd0','\x2f','\xe8','\x67','\x0d','\x44','\x77','\x15','\x05','\xc3','\x07','\xb8','\x3f','\x58','\x45','\x78','\x5f','\x6e','\xe7','\xd9','\x2b','\xba','\xe0','\xb7','\x81','\x2b','\x9e','\x50','\xb7','\x2b','\x18','\x9f','\x51','\x98','\x3a','\xb2','\x22','\x22','\x76','\x23','\x55','\x81','\x0b','\xc1','\x7a','\x7b','\xf3','\x7d','\x33','\x6d','\x2b','\x25','\x1a','\xf2','\x15','\x81','\x05','\xe3','\x0d','\x79','\xbb','\x31','\x06','\x55','\x8f','\x38','\x8c','\xc4','\x78','\x85','\xf6','\xb3','\xc8','\x8f','\xab','\x7b','\x70','\xa5','\xab','\xe7','\xe0','\x39','\x8d','\x2c','\xeb','\xb0','\x7e','\x31','\x50','\xe3','\x60','\x3b','\xee','\xd1','\x26','\xeb','\x93','\xe4','\x5c','\x0b','\x7f','\x4a','\xe8','\x9d','\x4d','\x6b','\xe9','\xe9','\x32','\x11','\x02','\x71','\x85','\x6a','\x66','\xd6','\xcc','\x38','\x5f','\xb0','\x51','\xff','\x87','\xf3','\x6f','\xc4','\xd3','\x67','\xec','\xa4','\xab','\xfb','\x33','\xb4','\x4a','\x47','\xa9','\x61','\x8e','\x9a','\x30','\xff','\x6c','\x26','\xe2','\xb3','\x18','\x2f','\x2f','\x82','\xb7','\xe6','\x84','\x4c','\x3a','\x8b','\x16','\xb3','\xa2','\xfc','\x4e','\x8c','\xa6','\x28','\xe6','\xa7','\x4f','\x2f','\x59','\xd6','\xfe','\x7a','\x87','\x40','\xdf','\xfc','\x34','\x88','\x32','\x54','\x6d','\x9d','\xe0','\x5f','\xbc','\x99','\xac','\x6e','\x7a','\xb3','\x5c','\xdd','\xf7','\xa6','\xad','\x6e','\xbc','\xb9','\x31','\x29','\xf0','\x53','\x37','\x7b','\x93','\x12','\x3f','\x85','\xfe','\x39','\xe2','\x5d','\x8b','\xc5','\x03','\x7c','\x8c','\x25','\xe8','\xa6','\x60','\x80','\xfd','\x18','\xb3','\xf0','\x22','\x13','\xaf','\x88','\xfa','\x99','\x5b','\x15','\xbd','\x82','\x15','\x6e','\xa0','\x99','\x44','\x35','\x47','\x4f','\xb0','\xfb','\xc2','\xb5','\xe4','\xe3','\xda','\xaf','\x80','\xff','\x23','\x60','\x9e','\xb0','\x61','\x65','\xb2','\xdc','\x24','\x96','\x39','\x7a','\x06','\xf3','\x8b','\x19','\x6c','\x74','\x24','\x65','\x8d','\x82','\x14','\x1e','\xd5','\x9a','\xe8','\x91','\x10','\x1f','\x51','\x9f','\x11','\xf2','\x58','\x62','\xec','\x44','\x6c','\x9e','\x1e','\x58','\xf2','\xc4','\x6b','\x71','\x47','\xf9','\xd2','\x8c','\xf0','\xde','\x3d','\x4b','\xa3','\xf8','\x6f','\x28','\x1f','\x6f','\x50','\xb6','\x6d','\x91','\xb6','\xf8','\xa7','\xd1','\x79','\xac','\x96','\x96','\xbb','\x8c','\x35','\x89','\xfd','\x26','\xd3','\xe8','\xd6','\xae','\x45','\x66','\xf7','\x1a','\xb6','\xf7','\x81','\xf0','\xbd','\xf6','\xf3','\xa0','\xa8','\x06','\x31','\x7b','\xd2','\x7c','\x92','\x16','\x8f','\xc5','\xce','\x44','\xfc','\x15','\x29','\x32','\xd6','\xf8','\x6c','\x69','\x1d','\x4a','\xfb','\xb0','\x51','\xdf','\xd1','\x56','\x20','\xe3','\x3f','\x2a','\xd8','\xe3','\xf9','\xc2','\xdf','\x51','\x9b','\xff','\x5d','\x3c','\x4f','\x6d','\xd8','\x3d','\x42','\x1e','\x0b','\x2b','\xe3','\x86','\x65','\x85','\x91','\x78','\xc4','\xcd','\x06','\x8f','\xcd','\x63','\x54','\xeb','\x79','\xf7','\xa4','\xb7','\xff','\x9f','\x3f','\x6b','\xfe','\xfa','\xcd','\x6c','\xe9','\xf6','\x75','\x8c','\xd4','\xfe','\x56','\xfe','\xa9','\x7c','\x06','\xb6','\x03','\xfc','\xb5','\x16','\xf9','\x8f','\xf1','\x30','\x4b','\x03','\x0b','\x36','\x94','\x01','\x72','\xfd','\x83','\x7a','\x2a','\x8c','\xda','\x8e','\xed','\x15','\x04','\x63','\x07','\x1c','\xab','\xf6','\x68','\x41','\xcc','\x9f','\xec','\x68','\x96','\x9d','\x61','\xa2','\x7a','\x21','\x60','\xb1','\xe0','\x94','\x21','\x77','\x58','\xc3','\xc7','\xed','\xda','\xb8','\x31','\xad','\xdb','\x68','\x01','\x88','\xf5','\x8b','\x71','\x69','\x94','\x2f','\x77','\xc7','\x7f','\x09','\xd9','\x17','\x60','\x2e','\x87','\x90','\x0d','\x7c','\x31','\xe4','\xe6','\x49','\xd9','\x3d','\xe6','\xaf','\xfa','\x13','\x1a','\xc6','\x7f','\x19','\x5c','\x7f','\x0e','\xae','\xbf','\x64','\xbe','\x78','\x53','\x2f','\xf5','\x5c','\xaf','\x93','\x54','\xd0','\x9f','\xff','\x77','\xf9','\x67','\xf3','\x7b','\xf2','\x3f','\x15','\x91','\xd3','\xd5','\xf1','\x11','\xc7','\x89','\x76','\x59','\x3f','\x15','\xd9','\xff','\xa7','\x0a','\x11','\xc2','\xf5','\xf1','\x32','\xb2','\x54','\x4f','\x24','\x25','\x7e','\xb1','\x15','\xbd','\x26','\x11','\x2c','\x11','\x0e','\xd6','\xb6','\x1d','\xc3','\xea','\x04','\xfd','\x6b','\xd9','\x05','\xa7','\x9c','\xd1','\x72','\x34','\x33','\x92','\xd1','\xc7','\x71','\x1b','\xf9','\x2d','\x7d','\x42','\x1f','\xd3','\xc7','\x46','\xc6','\x84','\x8d','\x41','\x03','\x6e','\xc7','\x79','\x01','\xf5','\x13','\xd8','\xe5','\x05','\x0a','\xbf','\x53','\xf0','\xef','\x04','\xa7','\x01','\x52','\x5d','\x27','\x79','\xa2','\xd4','\xaf','\x36','\xf0','\x65','\x30','\x0b','\xcc','\x69','\x03','\x9c','\x8b','\x9d','\xd3','\x2c','\x8d','\xfe','\x5d','\x3f','\x1f','\x57','\x4a','\xf0','\x3d','\x50','\x26','\x70','\xe1','\x27','\x14','\x04','\xa6','\x12','\x8f','\x51','\x1e','\x6e','\x66','\x51','\x01','\x0b','\xa7','\x43','\x24','\x1e','\x41','\x4b','\xea','\xf1','\x90','\x1f','\x27','\x8a','\x8f','\x76','\x08','\x7f','\x61','\x03','\xba','\xdd','\xc5','\x56','\x4b','\x6e','\x55','\xfc','\x84','\x60','\xfc','\x84','\x61','\xbe','\x5d','\x70','\x70','\x16','\x8b','\xa4','\x88','\x98','\x1a','\xf4','\xe1','\xf0','\xec','\x83','\x4c','\x1f','\x1e','\xad','\xf5','\x3b','\x83','\x66','\xbf','\x39','\x48','\x33','\x97','\x67','\xcc','\xd3','\xb6','\xc8','\xbf','\x04','\x32','\x1d','\xd6','\xc5','\x0b','\x92','\xfd','\x0b','\xb6','\xfb','\x13','\xd7','\x12','\xe9','\xf5','\x60','\x3e','\x46','\xf8','\xa5','\x7a','\x4e','\x3b','\x58','\xa7','\xe4','\x91','\x37','\xf3','\xd5','\x57','\xdf','\xa4','\x16','\xda','\x47','\xfb','\x60','\xaa','\x4b','\xfb','\x1b','\xad','\xef','\xf0','\x68','\x67','\x9d','\xec','\x50','\x96','\x9d','\xa4','\x59','\x6f','\x4d','\x9b','\xd2','\xea','\x0b','\x49','\xed','\x83','\xfe','\x78','\xbd','\x5b','\x33','\xb5','\x4b','\x02','\xff','\x0a','\xfe','\x4d','\x41','\x27','\xf3','\xe4','\x37','\xc9','\x3c','\xd7','\x5d','\xea','\x4e','\xbb','\x69','\xd8','\xa6','\x73','\xe9','\x5c','\x7a','\x76','\xfa','\x0f','\x1f','\x47','\x76','\x13','\x58','\xf7','\xbf','\xca','\x7f','\xcd','\x37','\x10','\xf7','\xc9','\x45','\xad','\xaf','\xda','\x17','\xd8','\xea','\xbe','\xa0','\xa4','\x21','\xfe','\x19','\xd1','\x05','\x82','\xb1','\x88','\x1b','\xfe','\xaf','\xfa','\xbf','\xc6','\x11','\x1d','\x8a','\xcf','\x6d','\xdf','\xe6','\xe5','\x22','\xcc','\x1f','\x2e','\x58','\x42','\xc0','\x73','\x32','\xc1','\xb7','\x92','\xfb','\x40','\xf9','\x89','\xc0','\x71','\x8a','\x65','\x8c','\x8f','\x6b','\x7c','\x86','\xea','\x2c','\x09','\x33','\x1f','\x66','\x44','\x21','\x07','\x53','\xc5','\xb1','\x27','\xec','\x74','\xc1','\x26','\x9e','\x39','\x04','\xf7','\x67','\x66','\xda','\xa6','\x0e','\x7b','\xa6','\x30','\x61','\x3f','\x63','\x4f','\x14','\x9e','\x81','\xf3','\x4f','\xda','\x93','\xf6','\xf3','\x85','\x71','\x52','\x31','\x35','\xbb','\x19','\xbf','\x96','\xfe','\x1c','\xe2','\x33','\x64','\x8d','\x7e','\x5c','\xa2','\xba','\x1a','\xfc','\x65','\xc8','\x0f','\x87','\xd8','\xaf','\x84','\x26','\xeb','\x27','\xc0','\x2b','\xe9','\xbe','\xb7','\x4d','\xdc','\x0f','\x94','\x33','\xec','\x19','\xf4','\xa7','\x96','\x90','\x8f','\x0b','\xb3','\xab','\x58','\xf3','\x36','\x16','\x14','\x89','\x44','\xc7','\xcb','\x98','\x93','\x44','\x75','\xaf','\xf0','\xd6','\x98','\x1f','\x21','\x28','\x95','\x24','\xbf','\x43','\x8c','\x36','\x71','\x19','\xd1','\x5f','\x23','\xff','\x56','\x46','\x7b','\xa4','\xad','\x86','\xd9','\xb1','\x7f','\xf8','\xa7','\x26','\x9e','\x01','\xa4','\xa7','\xf8','\x06','\x2b','\x32','\x53','\x1a','\xb1','\x8f','\x88','\xfc','\x55','\x54','\x9f','\x1d','\x90','\x5e','\x59','\x61','\xea','\xed','\xe7','\x26','\xe8','\xa7','\xa8','\x7e','\x50','\xda','\x07','\x69','\x30','\x39','\xc1','\xba','\x2a','\x62','\x96','\x64','\x35','\x7f','\x09','\x0d','\x2b','\x5c','\xf3','\x22','\xc2','\x84','\xe8','\x0a','\xd0','\x90','\xce','\xa7','\xdc','\xa3','\x61','\x7d','\x7d','\x77','\x77','\xdb','\x91','\x58','\xb1','\xed','\xc8','\xa3','\xdd','\x4a','\x18','\xc5','\xdd','\x56','\x37','\xc1','\x5f','\xf4','\x6a','\x9a','\x40','\xc0','\x63','\xd6','\x70','\xdc','\x3e','\x31','\x15','\xa7','\xbd','\xc6','\xa9','\xc2','\x46','\x03','\x65','\x0d','\xac','\x20','\xcf','\xcc','\x19','\xba','\xf5','\xc9','\xd3','\x67','\x84','\xdd','\x0b','\x57','\x3d','\xba','\xc4','\x88','\xcc','\xd9','\xaf','\xae','\x1f','\xc4','\x59','\x8d','\x9e','\xc2','\xb2','\xf8','\x16','\x1b','\x8d','\xcd','\xe0','\xc5','\xfe','\x20','\xf4','\x3f','\x10','\x5f','\x02','\xf6','\x83','\xb0','\x3f','\x10','\x41','\xb2','\x83','\xee','\x41','\x0c','\x3f','\xd6','\xe8','\x20','\xfb','\x9d','\xe0','\xbf','\x4b','\xe1','\x48','\x82','\x1e','\x0b','\xbc','\x54','\xc0','\xbc','\xe1','\xba','\x11','\xd6','\x11','\xf6','\x71','\xdb','\xcd','\x7b','\x5f','\x80','\xf9','\x77','\x4a','\x44','\x16','\x4f','\xb1','\x71','\x36','\xce','\x0b','\x58','\x0e','\x38','\x64','\xbb','\x59','\x37','\x37','\x7b','\x64','\x76','\x6c','\xbd','\x42','\x74','\x82','\x32','\x35','\xe2','\xdb','\xd0','\x85','\x84','\xd0','\xed','\x15','\x5b','\x2d','\xeb','\xe5','\xb1','\x64','\x49','\xc4','\x81','\xba','\x02','\xf4','\x9f','\x22','\xfd','\x3f','\xa1','\x9d','\xd3','\x9a','\xfc','\x73','\xe2','\xfe','\x06','\x18','\x75','\x8c','\x69','\x91','\x9c','\x6d','\x56','\xb2','\xc0','\x7c','\x43','\x4f','\x68','\xbe','\xeb','\xdb','\x1f','\xc0','\xf1','\xa1','\x6f','\xef','\x31','\x0e','\xf1','\x09','\x7a','\x2e','\x19','\x4f','\x26','\xce','\x26','\xb2','\x89','\x7b','\x93','\xba','\x46','\xda','\x03','\x47','\x75','\x60','\xcf','\xc8','\xe8','\x87','\x8e','\x2c','\x35','\xed','\x22','\x42','\x97','\x32','\x2d','\xf8','\xfe','\x18','\x5f','\xd2','\x9d','\xa4','\xb3','\x72','\x86','\x92','\xfe','\xe0','\xef','\x41','\x0b','\x6c','\x37','\xff','\xb3','\xb9','\x11','\x6c','\x88','\xab','\x76','\x7b','\x49','\xf2','\x27','\x31','\x72','\x60','\xa9','\x28','\xef','\xb4','\x3f','\xe4','\xff','\x0a','\x55','\xe8','\xda','\x8e','\xee','\xb3','\x47','\xf6','\x12','\x25','\x8a','\xcf','\x97','\xc9','\x58','\x1d','\x49','\xa9','\xc1','\x7e','\xd0','\x04','\x3e','\xa9','\x03','\xb6','\x36','\xa2','\xac','\x1e','\xbf','\xb5','\x06','\xce','\x51','\x52','\x2c','\x78','\xf9','\x5c','\x41','\xcf','\x7f','\xf2','\xd4','\x19','\x26','\xf8','\x23','\x3e','\x20','\xed','\xe2','\x3e','\xef','\x11','\xd4','\xb7','\x32','\x4b','\x8f','\x2b','\x21','\x49','\xa3','\xfa','\xac','\xa8','\x66','\xef','\x1f','\xfe','\x09','\x25','\xa0','\xd4','\xe0','\x18','\x7f','\x69','\x2f','\x6f','\x39','\xb6','\x34','\x44','\x2f','\x75','\xa9','\x81','\xd5','\xc5','\x77','\xcf','\x3d','\xcc','\x0e','\x06','\x22','\x02','\xd9','\x88','\x3f','\x52','\x92','\xaa','\x1b','\x60','\xee','\xd6','\xc1','\xa4','\x48','\xd5','\x33','\xda','\x32','\xbc','\x2e','\x46','\x26','\x95','\x49','\xa5','\x08','\x2b','\x29','\x41','\xef','\xf3','\x07','\xfc','\x03','\x73','\xc5','\x91','\x6d','\x17','\x0d','\xe3','\x58','\xf5','\xcf','\x0c','\xdd','\x34','\x6a','\xa3','\x97','\x75','\xe4','\xa8','\xb3','\xb7','\x97','\x64','\x7d','\x33','\xf8','\xa4','\xa2','\xca','\x99','\x8b','\x23','\x0d','\x4c','\xd7','\x70','\xed','\xd9','\xe2','\x6c','\x6c','\x3d','\x46','\x48','\x40','\x1f','\xc0','\x32','\x2e','\xe0','\x8e','\x51','\x1a','\xe4','\x92','\x2a','\xda','\xa5','\x42','\xc9','\x9e','\x26','\x24','\xc2','\xe4','\xc4','\xc8','\xea','\x0a','\xaf','\x48','\x3f','\x0a','\x12','\xa1','\xfa','\xb4','\xa8','\x07','\xe0','\x75','\xcd','\x33','\x8b','\x66','\xf1','\x41','\x94','\x54','\x85','\xc3','\x02','\x7f','\x29','\xa3','\x4a','\x41','\xb1','\x6b','\xa9','\xe0','\xe7','\x7d','\xb9','\x53','\x9f','\x37','\xf8','\x19','\x71','\x7e','\xcf','\xea','\x79','\xf6','\xeb','\xa2','\x86','\x1c','\xb9','\xe9','\x24','\x3f','\xdd','\x47','\xf9','\x13','\x0c','\xeb','\xd3','\x31','\x7e','\x98','\x84','\xc5','\xd0','\xef','\x4c','\x3b','\x17','\x9c','\x11','\x18','\x69','\x24','\x5a','\x32','\xc1','\x77','\x1a','\x38','\xbb','\xf3','\x4c','\x8a','\xa0','\x7d','\x9b','\x09','\xa6','\x99','\xe3','\x4e','\x7b','\x19','\xee','\x68','\xd3','\xef','\x2a','\xb5','\xf9','\xda','\xfc','\xbb','\xf3','\xb5','\x92','\x86','\xf5','\x03','\x12','\xff','\x25','\x25','\x38','\xc6','\x2c','\x46','\xeb','\x6b','\xc1','\x9f','\x69','\x77','\xe2','\x85','\x94','\x32','\x06','\x77','\x10','\xa3','\xab','\x60','\x61','\x2d','\x4d','\xd0','\xe8','\x7b','\xde','\xe1','\x5f','\x5b','\x1d','\x56','\xbb','\xb5','\x09','\x74','\xdf','\x90','\x3f','\x14','\x4c','\xa8','\xe7','\x34','\xc1','\xd6','\x31','\x70','\xdf','\x7c','\xa2','\x94','\x4c','\x52','\x0d','\x71','\x5b','\x14','\x2b','\xd4','\xac','\xcf','\xf0','\xb9','\x62','\x9f','\x99','\x32','\x06','\x79','\x8a','\xa5','\xaa','\x83','\xf7','\xa5','\x12','\x7d','\xff','\x2f','\x59','\x5f','\x2a','\x2d','\x10','\xb4','\x79','\x40','\xfe','\x94','\x1d','\xcf','\x74','\xc0','\xe7','\x66','\xb6','\xa8','\x0f','\xfd','\x10','\xff','\xa5','\x71','\x14','\xfc','\x29','\xe6','\x56','\xe4','\x34','\x63','\x13','\x0f','\x7e','\x6a','\xe9','\x73','\xec','\x13','\xe0','\xbb','\x65','\xcd','\xcf','\xd6','\x7e','\x9d','\x66','\x13','\x5f','\x1a','\x98','\xda','\x4b','\x4a','\xcd','\xf7','\xc7','\xc7','\x8d','\x41','\x77','\x79','\xc8','\xbb','\xec','\x88','\xcc','\x9b','\x3b','\xe1','\x6d','\x6f','\x33','\x48','\x6f','\x61','\xbb','\x7a','\xb3','\xd6','\xe3','\xb3','\x82','\x91','\x7c','\xa4','\xf2','\x33','\x57','\x77','\x07','\x7f','\xa4','\xbb','\xbd','\xae','\xf1','\x9d','\xda','\x57','\xc6','\x88','\xf0','\x0f','\xe7','\xf4','\x69','\x3d','\x3d','\x52','\x46','\xbf','\x60','\x04','\x39','\xfe','\xcc','\x95','\x9a','\xe1','\xe8','\x60','\x6d','\x9c','\x56','\xb0','\xbe','\xfe','\x20','\x77','\xd9','\xa9','\xc0','\x65','\xaf','\x70','\x9a','\xbf','\x7f','\x76','\xc9','\x3f','\x88','\x1c','\x25','\x57','\xbb','\xce','\xd2','\x3f','\x8a','\x5f','\xb0','\xc8','\xc7','\x83','\xe3','\x9a','\xed','\xda','\xec','\x31','\x6e','\x19','\x05','\xd3','\x9f','\xa3','\x6f','\xf0','\x39','\x3a','\x67','\x2e','\xf6','\xb2','\xf1','\xad','\x25','\x90','\x69','\x74','\x6b','\x7c','\xe9','\x03','\xda','\x2e','\xd6','\xc4','\x1e','\x1e','\xae','\x0f','\x2d','\xde','\x11','\xcf','\xc6','\xcf','\xc4','\x15','\x8c','\xe3','\x49','\x0d','\x21','\x50','\x79','\xd6','\xb0','\xab','\x81','\x5d','\xac','\x39','\xeb','\xdd','\x29','\x43','\xcb','\x6f','\xfe','\x62','\x4a','\x65','\x5e','\x0f','\xaf','\xb3','\xd7','\x83','\x1a','\xfb','\x26','\xaf','\xe5','\x3f','\x98','\x9d','\xf3','\x7b','\xb8','\xe9','\xef','\xbe','\xfa','\xff','\x3b','\x6b','\xfd','\x51','\xec','\x02','\xe6','\x27','\x62','\x7c','\x59','\x51','\xd4','\xa9','\x3a','\xf1','\xa6','\x3c','\x52','\x9f','\x02','\xe9','\xeb','\xd4','\x1d','\x78','\xbe','\x1f','\xee','\x5f','\x0a','\xae','\x7f','\x8d','\xb0','\xff','\xa6','\xd8','\x1a','\x3e','\x95','\x8f','\xcd','\x4e','\xf9','\x58','\x63','\xe3','\x5c','\x7d','\xf1','\xac','\x03','\xaf','\x97','\xf9','\xcb','\x84','\x1a','\x80','\xb5','\x9a','\xbc','\xd1','\x6d','\x3f','\x14','\x5c','\xb6','\xe9','\x8d','\x78','\x1e','\x63','\xf9','\x6e','\x92','\x69','\x4d','\x7c','\xc3','\x36','\xb0','\xfc','\x73','\xf6','\xd9','\xb2','\xa2','\xce','\xdc','\x5c','\xa7','\x76','\x94','\x13','\xf6','\x73','\x49','\x45','\xc3','\xf9','\xce','\x79','\xbf','\xf2','\xa8','\x4e','\xe7','\x0b','\x9f','\xcb','\xeb','\x93','\xbc','\xa0','\xd3','\xcf','\xf1','\xf9','\x38','\xde','\xcc','\x0e','\xaa','\xae','\xb6','\xd8','\xa5','\x15','\xb1','\x3a','\x7e','\x2f','\xf8','\xc1','\x78','\x96','\x3c','\x41','\xb0','\xbe','\xc7','\xa1','\xce','\x91','\xa9','\x62','\x86','\x34','\xf8','\xc9','\x8a','\xe4','\x2b','\x2f','\x22','\x6f','\xd6','\xf7','\x9d','\xb3','\xfb','\x7f','\xe6','\xcc','\x3a','\x7f','\x1a','\xf2','\x73','\x09','\x7c','\x7d','\x9b','\xd2','\x3a','\xfe','\x3b','\x82','\xdd','\x44','\xc4','\x37','\x5b','\xe2','\x2b','\xa2','\xbe','\xda','\xa1','\x43','\xb7','\x39','\xcd','\x0d','\x55','\x3e','\xe6','\xe6','\xd9','\x41','\x3e','\x9b','\x4b','\x9c','\xed','\xfa','\xdf','\x12','\xb9','\xc4','\xe7','\x12','\x6d','\x12','\xbf','\x79','\x9b','\x63','\x94','\x0c','\xee','\x11','\xc1','\x1a','\x41','\x51','\x23','\x82','\xf5','\x81','\x58','\x3f','\x05','\x67','\xc5','\xdc','\x1a','\x61','\x60','\xb9','\x1f','\x65','\xcf','\x07','\x5f','\x47','\x1e','\x05','\xf5','\x31','\xd8','\x53','\x70','\x5e','\xae','\xef','\x28','\xbe','\xb5','\x1b','\x73','\x30','\xcc','\x6f','\x61','\x4a','\x94','\xe8','\x16','\xcc','\xd9','\xc4','\xa9','\xee','\x5d','\xb4','\x51','\x06','\xfe','\xa7','\xed','\x6b','\x17','\x36','\x0f','\x3d','\xab','\x09','\x7e','\x5d','\xdc','\x0a','\x33','\x21','\xf3','\xe1','\xca','\x45','\x0a','\xf7','\xdd','\xb0','\xd3','\xf9','\x15','\x67','\x4c','\xd4','\xfc','\x44','\xeb','\xc3','\x53','\xc1','\xca','\x60','\x0f','\x84','\xa8','\xa5','\xd6','\xfc','\x1b','\xdc','\xbd','\xad','\xfb','\x67','\x33','\x89','\x13','\x89','\x4c','\xe2','\xc0','\x15','\x7c','\xcc','\xde','\x97','\xad','\x1c','\xb8','\x9c','\x75','\x1d','\xfa','\x1a','\xe2','\x77','\xea','\xe8','\x3b','\xa4','\xd4','\xd4','\x91','\x41','\x2f','\xa5','\xb1','\xba','\x60','\x98','\x03','\xab','\xcb','\x26','\xfb','\xea','\x45','\xa2','\x68','\x63','\x1a','\xf2','\xcb','\xe1','\x67','\x61','\xfd','\x9d','\xa8','\xc0','\x2b','\xa7','\x40','\xef','\xe5','\x05','\xbe','\x03','\x04','\xd4','\x94','\x8c','\x90','\x8b','\xb8','\x42','\x4b','\x05','\x12','\x15','\x78','\xb5','\x66','\x6c','\x08','\xab','\x17','\x99','\x65','\xc1','\x78','\x0a','\x0c','\x05','\x28','\x86','\x21','\x6d','\xa1','\x4d','\xf2','\xbb','\xc6','\xc9','\xa6','\xa5','\x1d','\xa0','\x9f','\x45','\xfd','\x2c','\xea','\x06','\xf8','\x49','\x26','\xb0','\xfe','\x34','\xe2','\xdf','\x45','\xf4','\xe7','\xd0','\xa2','\xbb','\x78','\xce','\x15','\xdc','\xaa','\x76','\x77','\x5a','\x7e','\x06','\xd8','\x07','\x8b','\x61','\xe1','\x9a','\xd5','\x59','\xef','\x10','\x7c','\xa8','\x68','\x7f','\x21','\x43','\xc2','\xe3','\xdd','\x5f','\x6c','\x23','\x64','\x1d','\xd6','\x5a','\x63','\x4e','\x84','\x65','\x86','\x71','\xdc','\xb2','\xde','\x49','\x2f','\xeb','\x82','\x29','\xe1','\x6a','\xa1','\x05','\xbb','\x5a','\xbe','\x44','\x88','\xd8','\xc8','\xfe','\x9a','\x59','\x92','\x5f','\x4e','\x58','\x20','\x70','\x1b','\x66','\x22','\xbe','\xca','\x90','\x9f','\x10','\x73','\x6c','\xcc','\x7a','\x46','\xfc','\x75','\x9b','\x38','\xa2','\xb7','\x1a','\xc5','\x37','\x30','\xe7','\x9e','\x90','\x11','\x30','\x8d','\x7a','\xb3','\x5e','\xde','\xa3','\xee','\x6e','\x98','\x65','\xb3','\x22','\xfe','\xa0','\x2b','\x22','\x4a','\x00','\xdf','\x23','\x80','\x59','\xb2','\x83','\xec','\x09','\xf2','\xaa','\xab','\xfa','\x51','\x81','\x94','\x09','\xe3','\x87','\x6c','\x51','\xc2','\x46','\xc4','\x3a','\xc9','\xf6','\xb9','\x35','\xd6','\x5a','\x06','\xdf','\x50','\x7b','\xb6','\x2d','\xcc','\x4f','\xc0','\x68','\x61','\x06','\xe3','\x34','\x1d','\x83','\xef','\xd7','\x0e','\xb3','\x3a','\xe1','\x5d','\x6f','\xf0','\x1f','\x63','\x7d','\x82','\xc0','\x7f','\x8a','\xfa','\x4a','\x4b','\x44','\xc5','\x53','\xf4','\x1a','\xd6','\x7b','\x83','\x6d','\x34','\x18','\x8e','\x0f','\x4a','\x78','\x56','\x5c','\x73','\xa4','\xb3','\xfb','\xf8','\x5d','\xf8','\x71','\x8c','\xcf','\x04','\x46','\x68','\x25','\xb2','\xc2','\x9f','\xd3','\xef','\xd2','\x63','\xb4','\x16','\x37','\xb6','\xea','\x8b','\xcc','\x9a','\x6b','\x99','\x7f','\x06','\xb2','\xcb','\x28','\x30','\x1a','\x8a','\xf0','\x71','\x34','\x58','\xdf','\x6c','\xab','\x45','\xa2','\xea','\x30','\x8d','\x8c','\x16','\x52','\xea','\xa8','\x9a','\x2a','\x8c','\x5a','\x29','\x6b','\xa6','\xb0','\x56','\xdd','\xac','\xfe','\xc4','\x54','\x42','\xff','\xdd','\xf4','\xc7','\xb5','\xa2','\x1c','\x49','\xab','\x73','\xaa','\x43','\x4b','\xd0','\x38','\x63','\x0b','\x8f','\x0f','\x7d','\x71','\x3d','\xae','\x4f','\x56','\x36','\x3c','\xdb','\xab','\xfb','\xf4','\xcb','\xac','\x9c','\xb1','\x97','\xed','\xb5','\x66','\x0c','\xab','\xa7','\xcc','\x32','\xc6','\x17','\x54','\x4d','\xa5','\x02','\x6f','\x55','\x10','\x11','\x2f','\xe3','\x89','\xe9','\xbc','\x72','\x94','\xd8','\x39','\x18','\x69','\xb0','\xde','\x54','\x99','\xdf','\x37','\xbc','\x71','\xf5','\x96','\x12','\x0f','\x30','\xbf','\xbf','\x1c','\xac','\x55','\x63','\x18','\x67','\x15','\xf5','\x8f','\x11','\xff','\x84','\xdc','\xee','\x7c','\xce','\x48','\x2c','\xb4','\xf5','\x57','\x7b','\xf8','\x77','\x6e','\xcd','\x18','\x99','\x44','\x63','\x46','\xf8','\x16','\xc9','\x3f','\x1a','\xce','\xa5','\xd0','\x73','\xc3','\x2c','\x38','\xd6','\x08','\x3a','\xda','\x97','\x84','\x7f','\x04','\x67','\x44','\xa8','\x1d','\xe6','\x97','\x10','\x09','\x72','\x9e','\x89','\xbf','\x04','\x02','\x3f','\xcd','\x43','\xf6','\x2d','\x90','\x56','\x1b','\xe1','\xae','\xed','\x50','\x7f','\x10','\xb2','\x84','\x4d','\xa0','\x67','\x44','\xf4','\xdd','\xba','\x79','\x5b','\xd4','\xcb','\xee','\xaa','\x6d','\x9f','\xff','\xd9','\xbc','\x3e','\x9f','\xda','\x9e','\xb2','\xf4','\xa2','\x7e','\xa4','\xba','\xd5','\x69','\xe4','\xb7','\x42','\x8e','\xd9','\x77','\xff','\xb1','\x2d','\xca','\x75','\xcb','\xf9','\xd3','\x03','\xb6','\xdd','\x4b','\xf5','\x2c','\xac','\x9b','\xae','\xfa','\x75','\xf8','\x2d','\x75','\x07','\x3e','\xf0','\x6e','\xf9','\xa0','\x5b','\x3b','\x9d','\x01','\x67','\xc0','\x4d','\x5b','\xcf','\x80','\xff','\xc2','\x60','\xde','\x92','\xe2','\x72','\x10','\x63','\x27','\x45','\x26','\x01','\x74','\x08','\x5b','\x95','\x45','\x20','\xa7','\xf8','\x38','\xc1','\xed','\x94','\x88','\x79','\x7d','\x5a','\x85','\x95','\x11','\x4c','\x90','\x4f','\x93','\x6b','\x22','\xbe','\x49','\x85','\xaf','\xd1','\x0b','\xbe','\xd0','\xf7','\x44','\xcd','\x3c','\xda','\xe9','\xe7','\x0b','\x4f','\x81','\x87','\x76','\xbf','\x7d','\xad','\x90','\xb6','\x45','\xfc','\x09','\xbc','\xa6','\x32','\x3b','\x10','\xe4','\xc1','\x76','\x8d','\xea','\xdb','\x18','\xe9','\x35','\x0c','\xc1','\x3f','\xdb','\xf7','\x4e','\x26','\xf1','\xea','\x95','\x54','\xe2','\xf9','\xff','\xf6','\xf5','\xe4','\xe0','\x65','\x59','\x41','\x86','\x63','\x04','\x16','\xa9','\xa6','\x44','\xf3','\x1b','\x56','\xe8','\x4c','\xfd','\x6b','\xad','\x35','\x56','\x61','\xfd','\x42','\xc4','\xcf','\xd2','\x52','\xfb','\xb5','\x44','\xc0','\x63','\x69','\xd6','\x67','\xca','\x8c','\x5a','\x14','\x51','\x6f','\xcd','\x10','\x46','\xe7','\x5b','\xf9','\x5d','\x24','\xbb','\x08','\x6a','\xf0','\x14','\x78','\x50','\x60','\xbf','\x22','\x3f','\xb7','\xc0','\xb0','\x47','\xf2','\x4d','\xf0','\x27','\xd3','\xb8','\xe0','\xec','\xee','\x56','\x43','\xff','\x31','\x40','\xfe','\xeb','\x1d','\xae','\xa8','\x6e','\x9b','\x6b','\xe5','\xbf','\xa6','\xbb','\xbb','\x16','\x68','\xb1','\x8f','\xa7','\xe8','\x73','\xda','\xf3','\xbf','\x78','\x9d','\xa6','\x96','\xa4','\x87','\x2c','\x78','\xaa','\x6f','\x1a','\x9d','\x1a','\x03','\x4b','\xc4','\x6b','\x62','\x8f','\xa3','\xd2','\x9a','\x28','\xfe','\x8b','\xfa','\x9f','\x73','\xdb','\x36','\x4d','\xce','\x11','\xbd','\x8e','\xb5','\x3d','\xd3','\x60','\xdf','\x0e','\xb8','\x0f','\x80','\x4e','\x28','\xad','\x57','\x25','\x14','\x9a','\x8d','\x06','\xd1','\x33','\x95','\x21','\x6a','\x05','\xe5','\x33','\x26','\x11','\x51','\xc2','\xe3','\x13','\x8c','\xad','\x44','\x51','\x15','\x37','\x79','\x24','\x19','\xe1','\xdb','\x42','\xfe','\x81','\x72','\xbd','\x9c','\x02','\x67','\x84','\x51','\x83','\x0e','\xbe','\x65','\x08','\x0e','\x6b','\xf3','\xc2','\xc0','\xfc','\x0e','\x5b','\xe0','\xd3','\x41','\x6a','\x22','\xde','\xc3','\x2a','\xee','\x5b','\x92','\xdd','\x43','\xe0','\x37','\x12','\xd6','\xbf','\x93','\x7f','\xf3','\x4e','\x3a','\x97','\x85','\x6d','\xff','\x95','\xac','\x78','\xfc','\xf5','\x2b','\x9f','\x4d','\x64','\xff','\x38','\x91','\x4f','\x7c','\xa7','\x87','\xa6','\x29','\x0e','\x60','\xa1','\xb5','\x3e','\xf5','\x8b','\xf6','\x77','\x0b','\x17','\xed','\x72','\xa8','\x58','\x54','\xd4','\x9f','\xc2','\xb3','\xb4','\x36','\x2c','\xee','\x3a','\xfc','\x1f','\xff','\x46','\xae','\xb7','\x10','\xe1','\x89','\xf9','\xb3','\x22','\x72','\x77','\xa5','\x68','\x7d','\x0e','\x79','\xb7','\x22','\xee','\xe8','\x8f','\xd5','\xaf','\x31','\xc4','\x87','\x75','\x6e','\x95','\x5a','\x38','\x1e','\x80','\xef','\x6a','\xe4','\xab','\xf9','\x9a','\x40','\x49','\xb8','\xe0','\xbf','\x7a','\xb2','\x3e','\x8f','\xb0','\xba','\xa5','\x79','\xc8','\x71','\x3e','\xa5','\x5b','\xec','\x71','\x9e','\xd6','\x4f','\xea','\xf7','\x60','\x3e','\xc4','\xd0','\xf4','\x43','\x9c','\x81','\x00','\xbe','\xcd','\xd1','\x07','\x6b','\x37','\x4e','\x04','\x63','\xc6','\xe3','\xdc','\x02','\xfb','\xa0','\x5d','\x70','\x97','\xb5','\x07','\x2e','\xe9','\x69','\xd4','\x2a','\x7e','\x24','\xc8','\x23','\xb0','\xea','\x2e','\xfe','\x78','\x58','\x1f','\xb2','\x36','\xc3','\x8f','\xbb','\xf7','\x27','\xae','\x27','\xec','\xf5','\x1a','\x69','\xc5','\x8f','\xb7','\xe2','\xff','\x65','\x2d','\x82','\xae','\xbd','\xbd','\x1d','\x54','\x0b','\x58','\xfa','\x48','\x0f','\x19','\x5d','\x7f','\xc0','\xe2','\x06','\xad','\x26','\x6b','\xdd','\xec','\x21','\x7e','\x19','\x3b','\x51','\x78','\x52','\xbf','\x88','\xec','\xfc','\x5c','\xfb','\x48','\x07','\xf8','\xa4','\x9a','\x3d','\x5d','\x35','\x4c','\xc7','\xfc','\x12','\x9d','\xa2','\x1a','\x88','\x20','\x91','\x5f','\xee','\x8e','\x2f','\x22','\xfe','\x2c','\xf0','\xe2','\x2f','\xec','\xcc','\xed','\x3e','\x1e','\xda','\x47','\x2f','\xc4','\xf3','\xb0','\xab','\x71','\x8c','\x0f','\xd7','\x31','\x7f','\x5b','\x86','\x09','\xb5','\xaf','\x8e','\xb9','\xba','\x14','\xbb','\x86','\x8c','\xc0','\x3a','\x38','\x52','\x5b','\x11','\x5f','\x63','\x13','\xc9','\x87','\xe4','\x30','\x24','\xbd','\xdd','\x1c','\x44','\xcf','\x34','\xb0','\xa4','\x60','\xf9','\x33','\xac','\x2c','\x88','\xc3','\x5f','\x33','\xc8','\xaf','\x0c','\xd7','\xf7','\x51','\x2e','\xab','\x0b','\x64','\x7d','\x01','\xeb','\x4e','\x2d','\x0e','\x5b','\x07','\xb9','\x0f','\x9f','\x9f','\xc8','\xf1','\xe3','\x12','\xaf','\xd6','\xff','\x42','\x6f','\x7e','\xfc','\x85','\x31','\xf5','\x74','\xa7','\xb0','\x5f','\xd0','\xfe','\x53','\x4e','\x2a','\x1f','\x4f','\x38','\x17','\xb2','\xd9','\x93','\xf3','\xfb','\xef','\xcb','\x76','\xec','\xbf','\xe5','\x28','\x4e','\xf2','\x35','\x0d','\x11','\x5d','\x2a','\xd5','\xc0','\x9e','\x47','\x66','\xe7','\x81','\xbc','\xed','\xad','\xe2','\x38','\x18','\x22','\x64','\xf0','\x7f','\x38','\xc6','\xfe','\xea','\xb1','\x07','\xf6','\x57','\xb3','\xd5','\xcf','\x7e','\x6b','\x7f','\xd5','\x31','\x5a','\xab','\xf1','\x9a','\xfc','\x11','\x92','\x17','\xe4','\x91','\x1f','\x5e','\xdc','\xdb','\x32','\x83','\xba','\x05','\xbe','\x16','\x67','\xe7','\xd5','\xf7','\xf3','\x89','\xc3','\x3d','\x57','\xb3','\x89','\x5b','\xb3','\x1d','\xb9','\xc4','\x7f','\xeb','\xca','\xeb','\x62','\x20','\x31','\xbe','\xdf','\x1f','\x18','\x9e','\xe5','\xfe','\x07','\x1e','\xa2','\x68','\x02','\x81','\xef','\xf1','\xb7','\xcc','\x5e','\x4b','\xec','\x5d','\x1f','\x87','\xd7','\x9f','\xcc','\x75','\x5d','\x1d','\xc8','\xbd','\xf8','\xdf','\x12','\x95','\x1e','\x17','\xa5','\x2f','\x8e','\x65','\x74','\x8d','\x77','\x9c','\xbf','\xdc','\x76','\x64','\x5b','\xfd','\xdd','\x7b','\x45','\x74','\xfb','\xa6','\x76','\xac','\x73','\x8b','\xc1','\x56','\x98','\x31','\x3d','\x7d','\xb1','\x64','\x22','\x2e','\xfb','\xe4','\xdf','\x08','\x6f','\x4d','\xee','\xbc','\x5f','\xb7','\xff','\x08','\xf9','\xc7','\xef','\x19','\xc6','\xda','\xf0','\x9d','\xb0','\xe5','\x60','\xe1','\xc1','\xf3','\xef','\x76','\x99','\x89','\xd0','\xbe','\x54','\xc9','\x38','\xf8','\x37','\x46','\x6d','\x8d','\x4f','\x0b','\xc9','\xe4','\xa6','\xca','\x00','\xf8','\x37','\xff','\x12','\xfa','\x37','\xe6','\x57','\x22','\x5c','\x75','\x8c','\xb4','\x37','\xf2','\x7c','\x61','\xf4','\x38','\xe4','\x27','\x17','\xf9','\x4d','\xe4','\x7d','\xad','\x39','\x1e','\xd8','\xd5','\x92','\x09','\xd7','\x9f','\xf2','\x33','\x89','\x98','\xe0','\x5f','\x54','\x2d','\x24','\x1b','\xc0','\x57','\xb6','\xfa','\x29','\x2d','\xf8','\xf2','\xa6','\xfe','\x13','\x1a','\x2d','\x42','\x72','\xee','\xbb','\x61','\x09','\x7e','\xa0','\x48','\x5e','\x45','\x2c','\x2f','\x11','\xbf','\x8b','\x7c','\x66','\x49','\xfb','\x1c','\x44','\x51','\xc0','\xba','\xbe','\xbd','\xf3','\xc2','\xa3','\xf3','\x4f','\x56','\x73','\xd5','\x57','\xe6','\xe9','\x4e','\x8c','\xb0','\x6d','\x12','\xf8','\xae','\x0f','\xa9','\xdf','\x09','\x19','\x36','\x25','\xbf','\xa6','\xc4','\x2f','\xf0','\x9b','\x09','\x75','\xa7','\xfa','\xe8','\xcd','\x27','\x65','\x8f','\x05','\xd1','\x61','\x01','\x51','\xc8','\xf0','\xb3','\x25','\xbb','\x38','\xc0','\x1e','\x40','\xfc','\x0a','\xdb','\xcc','\xb7','\xb0','\x01','\xd8','\xa2','\x19','\x8c','\xb1','\x34','\xf0','\x7a','\x41','\xfa','\xa6','\x96','\x8e','\x84','\xcc','\x56','\x22','\x77','\x62','\x85','\x8f','\x91','\x7f','\xc8','\x46','\x02','\xcd','\x88','\x18','\xb0','\x61','\xc7','\x5a','\x91','\xf2','\x06','\xf3','\x7d','\xda','\xe4','\xe7','\xe4','\x2a','\x45','\x76','\x4e','\x9b','\x26','\xa9','\xb1','\xc5','\xbe','\x56','\x96','\xfc','\x9c','\xad','\xf5','\xbf','\x2d','\x9b','\x99','\xa2','\x8d','\xfc','\x9a','\x65','\x82','\x57','\x6c','\x05','\x6f','\x60','\x8c','\x02','\x7c','\x8d','\x38','\x3f','\xaf','\x3f','\xa5','\x4f','\x0c','\xdc','\x6f','\x20','\x87','\xa4','\xa8','\xef','\x8e','\xac','\x6f','\xde','\xb4','\xbd','\x59','\x88','\xdf','\x53','\xd8','\x3a','\xf0','\x3a','\x04','\xf8','\xb8','\x3c','\x8a','\x34','\x1f','\xb8','\x99','\xb0','\x39','\x70','\x83','\xc1','\x7f','\x8d','\xf8','\x1d','\xd2','\xe5','\x37','\x3d','\xe4','\xec','\xe1','\x4c','\xd4','\xbf','\xba','\xae','\xb7','\xd5','\x7b','\x0f','\xf9','\x1d','\x48','\xc4','\xed','\x4b','\x45','\xe6','\x11','\x79','\x03','\xef','\x1b','\xba','\xb6','\x7e','\xdb','\xa2','\xac','\xa9','\x11','\xf2','\x25','\xd8','\x72','\x7c','\xa0','\x96','\xd9','\x7e','\x56','\x64','\x0b','\x22','\xce','\x01','\xd4','\xbf','\x69','\x15','\xa3','\xa7','\x9d','\x47','\x30','\xae','\xa3','\x5a','\x5d','\x7e','\xd2','\x95','\xd1','\xad','\xb4','\x6a','\xdb','\x07','\xc0','\x9d','\xb0','\x3a','\x9b','\xf9','\x1b','\xc1','\x33','\x1e','\xc8','\x1c','\x2c','\x1c','\xed','\xb4','\xe0','\x67','\x9f','\x0e','\xb0','\x32','\x36','\x6d','\x4e','\x53','\xc7','\x9c','\xfe','\x1b','\x95','\x6d','\x5b','\x88','\x15','\xdb','\x64','\xb4','\x8c','\xf5','\xd2','\x74','\x13','\xbf','\xbf','\x7b','\xdb','\x42','\xab','\x07','\x12','\x7d','\xff','\x26','\x7a','\x1e','\xfe','\xf1','\x52','\x9f','\xa8','\x00','\xe8','\xf1','\xb0','\xce','\x2d','\x25','\xd1','\x94','\x82','\x1f','\x2a','\x00','\x79','\x14','\xb7','\x13','\xfa','\x2e','\x86','\xfc','\x50','\x49','\x55','\xa4','\xa7','\xf0','\x87','\xa5','\x60','\xfc','\xd7','\xbd','\xf9','\x1e','\xed','\x7a','\xa3','\x37','\xdf','\x9f','\x38','\x46','\xfe','\x7d','\xdd','\x94','\x3d','\x20','\x1c','\xc3','\xee','\x4f','\x23','\xba','\x54','\xf8','\xcf','\xe8','\x57','\x33','\x81','\xb1','\x0f','\xa6','\x04','\x8e','\x22','\x23','\x1e','\x09','\x0a','\x1a','\xc1','\x9f','\x0a','\x63','\xc9','\xdf','\x5b','\x15','\xf9','\x92','\xf8','\xf7','\x56','\xfc','\xb4','\xe4','\x5e','\x0b','\xb1','\x07','\xb4','\x9d','\x49','\xfe','\x7e','\xe4','\xc6','\x70','\x90','\x01','\xda','\x7b','\x62','\xaf','\x63','\xc1','\xfa','\xab','\x4f','\x69','\x8e','\x6c','\xd3','\xc6','\x90','\xff','\x30','\x5e','\xef','\xd7','\x7a','\xb5','\xb1','\xfa','\xf7','\x04','\xe2','\x6c','\xd9','\x8e','\x3b','\xe7','\x87','\x9e','\x62','\x13','\xf4','\x7e','\xe7','\xda','\x99','\xb1','\x86','\x9a','\x9c','\x59','\x94','\xba','\x3d','\x44','\x67','\xa3','\x75','\x2e','\xf2','\x0f','\xd8','\x7d','\xa4','\x43','\x74','\x1b','\xd9','\xa9','\x3e','\x14','\xe4','\x54','\xac','\xef','\x12','\x35','\x3b','\x04','\xa3','\x93','\x49','\xa5','\x95','\x9f','\xfd','\xab','\x51','\xde','\xd3','\xdb','\x06','\x7b','\xc4','\xcf','\x2f','\xf4','\x3b','\x4c','\xeb','\x34','\x1b','\xb3','\x22','\x76','\x1b','\x87','\x46','\xfa','\x9d','\x14','\xed','\x62','\x3f','\xc8','\xc5','\x01','\xf5','\x09','\xf5','\x0b','\x37','\xda','\x8d','\xcd','\x46','\xbf','\x91','\xb9','\xf1','\x05','\x91','\x7f','\x77','\x41','\x3f','\xa3','\x7f','\x1f','\x08','\x04','\x5d','\x5c','\x3b','\x85','\x40','\x61','\x91','\x2f','\xdb','\xe2','\x2e','\x7a','\x63','\x9a','\xa2','\xaa','\x0a','\x23','\x29','\xfe','\x18','\x99','\x08','\x73','\xa6','\x2b','\xa1','\xdf','\xde','\x4f','\x7a','\xc1','\xa2','\x1c','\x13','\xfc','\x6e','\x11','\x3e','\xb7','\x69','\x9b','\xaf','\x42','\xc2','\xc0','\xeb','\x4f','\x91','\x71','\xf5','\x94','\x3d','\x6e','\x9e','\x32','\xc7','\xe9','\x38','\x5d','\x36','\x7f','\xc5','\xdc','\x68','\xf7','\x96','\xc7','\xc9','\x79','\x51','\x1f','\x76','\x8a','\x4f','\x90','\x53','\xea','\x84','\x7d','\xca','\x9c','\x30','\x27','\xe8','\x29','\xba','\xd6','\x9c','\x34','\x27','\xed','\xc9','\xf2','\xe7','\xc9','\x46','\x3c','\xaf','\x4d','\x6f','\x71','\x8e','\x4c','\x5b','\x8e','\x35','\x2d','\xf8','\xd3','\xa7','\x41','\xed','\x84','\xf5','\xd9','\x8e','\x38','\xcf','\x66','\x40','\x5a','\xcc','\x4c','\x3b','\xe9','\x99','\x92','\xf3','\xa8','\x33','\x30','\x33','\x4f','\xe6','\xe7','\xff','\x62','\x7e','\x7e','\xbe','\x54','\x2c','\xad','\xc5','\xdb','\xd7','\x92','\x6b','\x6c','\x32','\xef','\x48','\x5d','\x8e','\x1a','\xa8','\x59','\xd1','\x17','\x4a','\x01','\x67','\xf0','\x5d','\xc4','\x95','\x46','\xf9','\xef','\xa6','\xfd','\x3d','\xb8','\x98','\xd2','\xc0','\x33','\xa7','\x7d','\x4b','\x32','\x0f','\xf4','\x4c','\x90','\x66','\x5f','\xde','\xd2','\xe0','\x07','\xf7','\x04','\xff','\xb7','\x40','\x4a','\xbd','\x58','\xcf','\xda','\x8a','\xa9','\xf8','\x6b','\xe0','\x0e','\x36','\xfd','\x33','\xc9','\x16','\x23','\xf1','\x2d','\x91','\xdc','\x27','\x12','\x7f','\x21','\xbc','\xfa','\xa3','\xf6','\x51','\xfb','\x1b','\x21','\x9b','\xa8','\x99','\xfb','\xe8','\xfb','\xfd','\x09','\xb3','\xc3','\x54','\x9b','\xf5','\xd3','\x1f','\x7e','\x9d','\x02','\xff','\xe4','\x74','\xd5','\x15','\x67','\x4d','\x7d','\x09','\x2b','\x95','\xed','\x64','\x3e','\xf9','\xc2','\xc6','\x4a','\x52','\x4d','\x76','\xe2','\x0c','\xc7','\x35','\x81','\xcc','\xe1','\x13','\xc6','\x84','\xf1','\x6c','\xe0','\x0a','\x94','\x51','\x56','\xff','\xec','\x40','\xee','\x56','\xba','\x23','\xad','\xa4','\xdb','\x5a','\xd9','\x0f','\x9a','\x2c','\x25','\x78','\x6c','\xa9','\x2c','\xfa','\xe7','\x44','\x25','\x00','\x53','\xf0','\xa1','\x77','\x1e','\xcd','\x1d','\xba','\x92','\xcb','\xbd','\x72','\x25','\x71','\x5f','\xa2','\xd2','\xe5','\x26','\x10','\xb9','\xa9','\x86','\xf8','\x5a','\xe3','\x7b','\x0d','\x96','\xe4','\xf3','\xc6','\x53','\xf0','\x69','\x5b','\x8d','\xeb','\xaa','\xdd','\x8a','\x9f','\x2e','\x1a','\xbe','\x3e','\x87','\xbe','\x17','\xee','\x07','\xea','\x8e','\xe6','\x09','\xfe','\x94','\xe6','\x79','\xd3','\xc3','\x0d','\xef','\xed','\x50','\xd9','\x85','\xed','\xab','\x68','\xdf','\x0a','\x6b','\xdb','\x50','\x7f','\x89','\xcc','\xb4','\xf0','\x39','\xc8','\x4d','\x2b','\x9f','\xf5','\x1b','\xaf','\x07','\xae','\xda','\xe4','\x3f','\x09','\x99','\x79','\x8a','\x98','\x9f','\x82','\x31','\x2a','\x82','\xae','\xf4','\xbe','\x84','\xdf','\x09','\xe6','\xf5','\xda','\xb9','\x76','\x90','\x81','\x7f','\xdd','\x76','\x37','\xfe','\x1c','\xbb','\x85','\x71','\xd7','\x9c','\xdd','\x3d','\x1b','\xaf','\x4c','\xbf','\x96','\xf7','\xf3','\xdf','\x29','\x5c','\xa6','\x3e','\xf7','\xb1','\xcb','\x0d','\xfd','\x43','\x5a','\x4c','\xa9','\x7d','\x17','\xc7','\xb4','\x57','\xaf','\xfc','\xe4','\x53','\xfb','\x2e','\x9d','\xcf','\xfd','\xf2','\x9d','\x18','\xf9','\xb3','\x9f','\xbd','\x3e','\x10','\x6b','\x70','\x01','\xb5','\xf0','\xaf','\x58','\x58','\x49','\x5c','\xb4','\xf6','\x05','\xc8','\x5a','\xfc','\xe3','\xba','\x64','\xe0','\xa1','\x45','\xe3','\xb5','\xf4','\xe2','\x74','\x99','\x94','\xa7','\x0b','\xe9','\xe2','\xb4','\x78','\x9e','\x2e','\xef','\x2d','\x34','\xea','\xb7','\xc9','\x8b','\x82','\x35','\xfe','\x60','\x3d','\xe7','\x3c','\x07','\x47','\x87','\x1c','\xe0','\x59','\xeb','\xb3','\x76','\xce','\x4c','\xfb','\x8f','\x6b','\xe9','\xb6','\x3b','\xe3','\x03','\x77','\xf2','\xeb','\x45','\xd9','\xe6','\x88','\x81','\xef','\xce','\xfa','\x32','\x5c','\xb5','\x29','\xb5','\x3f','\x70','\xc8','\xcf','\xdf','\x49','\xe4','\xf4','\xdc','\xfe','\x77','\x04','\xbf','\xd7','\xf1','\x5a','\xed','\x75','\xe3','\x8c','\x4e','\xd8','\xb6','\x45','\xc4','\x34','\xad','\xb7','\x30','\x0f','\x6c','\x38','\xdd','\x43','\xbf','\xf9','\x77','\xcd','\x5c','\x80','\xc0','\x4f','\x7a','\xa9','\x4b','\x87','\xb4','\x8c','\x76','\x7a','\xe0','\xf7','\x06','\xfa','\xbe','\x95','\x72','\x7e','\xae','\xf5','\x78','\x5f','\xcf','\xff','\x7e','\xb2','\x3f','\xb9','\xc3','\xf8','\x2b','\x23','\x96','\x9e','\x09','\xd1','\xed','\x21','\x6a','\x38','\xd2','\xbd','\x95','\x15','\x98','\xeb','\x86','\x93','\x36','\x70','\x7c','\x11','\xea','\x03','\x2b','\x0e','\x8e','\xa3','\x75','\xc9','\xd1','\x83','\xf9','\x49','\xe9','\x7f','\x4b','\xe9','\x21','\xad','\x96','\xd6','\x19','\x8e','\xbf','\x1b','\x5e','\xda','\x4e','\xc1','\xfc','\x12','\xf5','\x53','\xc6','\x89','\xc6','\x2e','\x6b','\x7c','\x4e','\x1a','\x59','\x55','\x55','\x49','\x69','\x1a','\x2b','\x2e','\xf8','\x8a','\x90','\xea','\xd3','\x05','\x14','\x5f','\xd3','\xf4','\x39','\x7e','\x21','\x8c','\x15','\x13','\x51','\xdd','\x14','\xa1','\xe3','\x9b','\x9f','\x10','\x45','\x11','\xe0','\xfc','\x48','\x5c','\x8f','\x1b','\x2b','\x37','\xe2','\x66','\x1c','\xae','\x1e','\x95','\xe0','\x8c','\xfe','\x35','\xc1','\xbf','\x35','\x0a','\xb6','\xb6','\xf4','\x0f','\x67','\xf0','\x78','\x64','\xe5','\x32','\x5c','\x34','\x7e','\x3b','\xf1','\xb7','\x0d','\x0b','\x4b','\x18','\xd2','\xb9','\xab','\xbe','\x0f','\xee','\x3e','\xe9','\xf4','\x76','\xb9','\x7f','\x3d','\xd4','\xb6','\x1e','\xc3','\x93','\x98','\xd9','\x08','\x3c','\x15','\xab','\xdb','\x10','\xbf','\x52','\x9e','\x2d','\xd3','\x8b','\xb4','\x86','\xac','\x75','\xb8','\xc1','\x4d','\xd9','\x7a','\xcf','\x22','\xf8','\x23','\xda','\x43','\x4b','\x43','\xcc','\x75','\xce','\x95','\x41','\xf6','\xeb','\x78','\x2d','\x09','\x3d','\x79','\x01','\x23','\x47','\x71','\xd0','\xff','\x06','\x33','\x82','\xa3','\xe5','\xcf','\x94','\xab','\x60','\x89','\x18','\x41','\x6f','\x79','\x3b','\x1c','\x61','\x29','\x97','\x53','\xe0','\x60','\xcf','\x94','\xc1','\x92','\x0a','\xfb','\xae','\xac','\xdc','\x68','\x74','\x60','\x51','\x75','\x35','\x9d','\x2c','\x35','\xe2','\x1f','\x11','\x67','\x4f','\x83','\x1f','\x2b','\xb4','\x2f','\xb1','\x03','\xd7','\xc8','\xb4','\xee','\xf5','\x38','\x23','\x2e','\x38','\xe9','\x87','\xc7','\xce','\x14','\xc9','\xea','\xfc','\x77','\x6b','\x57','\x32','\x42','\xee','\xfc','\x1d','\xb5','\xe0','\x72','\x10','\x45','\x79','\x0b','\x24','\xe2','\x6b','\xdd','\xc2','\x16','\x05','\xbe','\x5d','\x5c','\x9f','\xbc','\xb6','\xaa','\xb8','\xaa','\xe4','\x98','\x76','\xba','\x85','\x3f','\x5b','\xde','\x3f','\x0d','\x2c','\x0e','\xb0','\xdb','\x6c','\x2d','\xdf','\xee','\xc9','\xea','\xf7','\x46','\xfc','\x8b','\x88','\xef','\xa7','\xc1','\xe8','\xea','\x09','\x65','\xe5','\x62','\xf4','\x0c','\xde','\x49','\x4b','\xd3','\xd2','\x11','\xe4','\x47','\xc4','\xec','\xae','\x73','\x44','\x7b','\x2d','\xae','\xfe','\x9a','\x82','\x35','\xce','\x0d','\x7e','\x1a','\x51','\x1f','\x1f','\x55','\xa0','\x36','\x59','\xec','\x56','\xd5','\x07','\x23','\x3e','\x1d','\xbc','\x6f','\xdd','\xc0','\x2c','\xdc','\x28','\x67','\xa5','\x81','\xfc','\x8e','\xf7','\x75','\xf0','\xba','\xb2','\xda','\xd8','\xd2','\x57','\xd6','\x47','\x7c','\xf9','\xf2','\x51','\x70','\xb8','\xd5','\x89','\x90','\x95','\x52','\x3f','\x6c','\xa1','\xc7','\x99','\x60','\x54','\x11','\xd8','\x05','\x81','\x39','\x58','\xf5','\xfe','\x51','\xbf','\x25','\x51','\xff','\x53','\xdc','\xc8','\xef','\x53','\x76','\x24','\x7e','\xf0','\xb3','\x78','\x07','\xbd','\x45','\x15','\x8c','\xdf','\x23','\x3f','\x5f','\x9c','\x77','\x21','\x7b','\x3a','\xe6','\x4f','\xc1','\x02','\xde','\x41','\xfe','\x0b','\xa2','\x1e','\xbf','\x12','\x57','\x72','\x1d','\x86','\x1a','\xda','\xb7','\x23','\x16','\xcc','\xbb','\x31','\xfb','\x74','\xf5','\x14','\xf2','\xdb','\x82','\x96','\x1c','\x37','\x63','\x26','\xd6','\x87','\x36','\xf5','\xda','\xea','\x38','\x0a','\xc6','\x2b','\x31','\xfe','\xd1','\xe4','\xcf','\xa5','\xe0','\x99','\xee','\x26','\xad','\xfc','\xa8','\x88','\x8f','\x22','\xc3','\x7d','\x0b','\xb4','\x9c','\xb4','\x4b','\x4e','\x9a','\x22','\xe4','\x03','\xf1','\x49','\x8b','\x96','\x60','\x79','\x03','\x4f','\xb7','\xb3','\x0d','\xc7','\xf7','\x54','\x90','\x0f','\xeb','\x17','\x0a','\x24','\xcc','\x32','\x0b','\x26','\x32','\xac','\x4f','\xd0','\xdc','\x2d','\xce','\xcf','\xb1','\xe3','\x95','\xce','\xb7','\xc6','\xe9','\x8e','\xc5','\x3d','\x6a','\x3e','\xc8','\x93','\x73','\x0d','\x8c','\x18','\xc6','\x07','\x42','\xe6','\x3c','\xb0','\x56','\xdb','\x68','\xb7','\x06','\xfe','\x82','\x2a','\x2b','\x48','\xc5','\xf5','\x21','\x3f','\x05','\xc6','\x17','\xdd','\x3a','\xd8','\x1d','\xcc','\xdb','\xbf','\x3d','\x60','\x6b','\x03','\x22','\x3e','\x0f','\xf9','\x7d','\x41','\xc3','\xd0','\x14','\xed','\x9d','\x1d','\xcf','\x7f','\x40','\xe3','\xe0','\x07','\x64','\x76','\x2f','\xe7','\xd7','\xce','\x0a','\xfe','\x42','\x7a','\x1a','\xcf','\x4f','\x21','\x31','\x58','\xe1','\x4c','\x7e','\xaa','\xe0','\xe4','\x87','\xf8','\xdf','\x27','\x2d','\xad','\xb8','\x8d','\x28','\xc2','\x42','\xdd','\xc8','\xc4','\xfa','\x0f','\xa4','\x2f','\x83','\xa6','\xa0','\x90','\x56','\x43','\x20','\x7c','\x50','\x4e','\xb1','\x0d','\x6c','\x89','\x35','\xf9','\x75','\x65','\xdc','\x69','\xfd','\xf1','\xe3','\x9d','\x91','\x8e','\x5e','\x09','\xf9','\x01','\x85','\x05','\xdb','\x9c','\xc7','\x37','\x5a','\xd7','\x97','\xbe','\x8a','\x1d','\xa8','\xa1','\x49','\xd1','\x03','\xaa','\xcf','\xa0','\xc1','\x27','\xee','\x34','\x12','\x98','\x16','\xe0','\x7e','\x15','\xc4','\xa3','\x2d','\x36','\x7c','\x24','\x8c','\x15','\xc1','\x2b','\x79','\x8d','\x2f','\x92','\x52','\xa1','\x44','\xa6','\x41','\x2d','\x04','\x22','\xda','\x82','\x33','\x09','\x8e','\xa4','\x7c','\xa7','\xff','\xb9','\x96','\x48','\x7c','\x42','\xa3','\x9f','\x03','\xdc','\x3f','\x5a','\xe6','\x1e','\x75','\x0b','\x2c','\xef','\x16','\xbc','\x43','\xdb','\x9b','\xf8','\x3f','\x31','\xbe','\xa4','\x00','\x8e','\xcf','\x31','\x98','\xa3','\x26','\xbc','\xef','\x2c','\xe6','\x5a','\x45','\x8e','\x75','\x6b','\xb0','\xe4','\x58','\xe5','\x98','\xb2','\x9e','\x2d','\x59','\x7a','\x30','\x0b','\x9f','\x85','\x79','\xd7','\x42','\x91','\x72','\x5a','\x0c','\x38','\x55','\x06','\xe6','\xb7','\xcf','\xa7','\xc1','\x75','\x68','\xe2','\x4f','\x9b','\xdc','\x50','\xad','\xf5','\x83','\x20','\x00','\x8a','\x5d','\xe0','\xff','\x2a','\xb0','\xbd','\x2f','\x65','\x4f','\xe8','\xfd','\x9a','\x6c','\x5f','\xc8','\x8f','\x7f','\x8a','\xdb','\xc4','\x23','\xd3','\xf5','\x9c','\x97','\xf3','\xa6','\xbd','\x5c','\x3d','\xc7','\xa6','\x6b','\x31','\x63','\x5e','\x9f','\x9f','\x03','\xf9','\xa9','\x6e','\x00','\xc5','\x30','\x53','\x75','\xaa','\xd3','\x20','\xd3','\xf7','\x19','\x96','\x01','\xcf','\x8d','\x49','\x90','\xed','\xff','\x1f','\xb5','\xa3','\xf2','\x6b','\xe8','\x5f','\x98','\x02','\x91','\xce','\xc6','\x46','\x66','\x16','\xb1','\xf7','\x51','\xc6','\x84','\xbf','\xf8','\xda','\x4e','\x2d','\xab','\x9d','\x69','\x57','\xee','\x1c','\x7f','\x8a','\x1e','\x4a','\x23','\xc2','\xba','\x06','\x66','\x82','\x2d','\x18','\x71','\x36','\xbc','\xe5','\x55','\x0f','\x5c','\xcd','\x27','\x13','\xc9','\xc1','\xab','\x37','\x92','\x7d','\x9e','\xe1','\x99','\x95','\x81','\x4a','\x1c','\x34','\x60','\xa1','\x36','\x8e','\x5c','\xe3','\x64','\x42','\xf0','\x1e','\x8c','\xab','\xe3','\x81','\xcd','\x8e','\xd5','\x26','\x8c','\xb4','\x6e','\xcd','\x59','\x32','\x56','\x34','\x9c','\x20','\x22','\x3f','\x30','\xfd','\x31','\x6d','\x12','\xb6','\xa8','\x47','\x22','\x48','\x69','\x2a','\x70','\xee','\xa2','\x63','\xdb','\xb3','\x23','\xcf','\x69','\x55','\xc7','\x74','\x60','\xed','\x2c','\xa6','\x5c','\xdd','\x79','\x60','\x2f','\x5a','\x00','\x32','\x51','\x81','\x1d','\x94','\xb0','\x4b','\xe2','\x98','\xf0','\x36','\x9a','\xf5','\x9a','\x0b','\x98','\x1f','\x80','\x77','\xde','\x54','\x2f','\x7a','\x16','\xd8','\x2b','\x9a','\x87','\x4c','\xad','\xd7','\xac','\x94','\xa5','\x33','\x83','\x82','\x79','\x04','\x1a','\xb8','\xef','\xcd','\x78','\xb2','\xab','\x72','\x3a','\xb9','\xaf','\x3a','\xf6','\x04','\xc6','\xad','\x7a','\x16','\x17','\xf1','\x33','\x6c','\xdd','\xe9','\xb5','\x49','\x51','\xf2','\x6b','\x8a','\x0c','\x8a','\xa8','\x75','\x96','\x1e','\x86','\x70','\x9d','\x34','\xf0','\xf0','\x15','\x59','\x07','\xfa','\x51','\xf0','\x88','\x96','\xd8','\x87','\xc5','\xdf','\x85','\xff','\xd3','\x82','\xf9','\x6b','\xdd','\x56','\x42','\xfe','\x14','\xcc','\x7c','\x13','\xa3','\x80','\x6d','\x9d','\x0d','\x9c','\xc3','\xa2','\xbb','\xaa','\x57','\xf0','\x60','\xfd','\x2a','\xc8','\x91','\x28','\x7f','\xa2','\x67','\xf2','\x51','\xe4','\x05','\x92','\xb2','\xbe','\xbb','\x5d','\x20','\xcc','\x77','\xb2','\x9d','\x0c','\x73','\x6f','\x2d','\xbd','\x0d','\x59','\xd8','\xdf','\x71','\x0e','\xef','\xe3','\xc3','\xbf','\x40','\x76','\xb1','\x57','\x22','\xf6','\x87','\xb9','\xb0','\xbe','\x13','\xfb','\x03','\xba','\xc8','\xfc','\xff','\x2c','\xf9','\x5d','\xd0','\xea','\x86','\xf6','\xd1','\x9b','\x3b','\x13','\xe0','\x3e','\xb9','\xe0','\xa7','\xaa','\x29','\x29','\xc9','\x82','\x07','\x8d','\x1e','\xfe','\x9c','\x71','\x34','\xa8','\xb2','\x07','\x03','\x94','\x98','\xc8','\x9f','\xb3','\x9d','\xf5','\xf3','\x21','\x82','\x9f','\x00','\x16','\x52','\x51','\x2d','\x8e','\x2e','\xa9','\x3e','\xac','\x74','\x7f','\x74','\xa9','\x73','\x21','\x39','\x67','\xbc','\x76','\xf1','\x0c','\xfe','\xb5','\x89','\x1f','\x6e','\x22','\x88','\x2f','\x6e','\x97','\x77','\x31','\x8e','\xfd','\x05','\xe1','\x7b','\x24','\x55','\xd9','\xd7','\x4b','\x76','\x27','\x93','\x5d','\xc0','\xc4','\x5f','\xb1','\x3e','\xc2','\xc2','\x8a','\x6e','\xd1','\x7d','\x29','\x90','\xfc','\x19','\x99','\x20','\xcc','\x4c','\x8a','\xfa','\x2d','\x94','\x3f','\x19','\x63','\xdc','\x7e','\xe6','\x66','\x1a','\xac','\x6a','\xc7','\x38','\x74','\xf5','\xc8','\x13','\xfb','\x2e','\xda','\xc6','\xe3','\x37','\x24','\x3f','\xcc','\x4c','\xc1','\x41','\xc9','\xee','\x8c','\x99','\x33','\x43','\x48','\x3b','\x3f','\x63','\x93','\x52','\xac','\x45','\x3f','\x22','\xfe','\x5d','\xd4','\x7f','\xb9','\xbd','\x81','\x91','\xef','\xe3','\x46','\x3e','\x13','\x98','\x2e','\xfd','\x61','\x7f','\x7e','\x6f','\xae','\x8c','\x7d','\xb4','\xb1','\xfe','\xa8','\xae','\x39','\x70','\x57','\x9d','\x9e','\xfa','\x94','\x75','\x4f','\x5d','\x03','\x3f','\xe9','\x11','\xd0','\x81','\x0f','\x58','\x88','\xcf','\x96','\x16','\x7d','\x6b','\x6d','\x20','\x8e','\x75','\x53','\x7f','\x8d','\xac','\xd7','\x97','\xc0','\xf3','\xb7','\x47','\xea','\x60','\x2f','\x19','\x3a','\x9f','\xa1','\x5a','\x7e','\x60','\xf6','\x29','\x37','\xc6','\x22','\xff','\x67','\x15','\xbe','\x7a','\x69','\x54','\xfb','\xab','\xb6','\x6d','\x8b','\xf2','\x0a','\x31','\xfe','\x8e','\xf5','\x75','\xb4','\x26','\xba','\x5b','\x20','\x0f','\x93','\x76','\x9f','\xfa','\xf0','\xad','\xff','\xaf','\x5c','\x1b','\x89','\x09','\x85','\xf1','\x26','\x3f','\x7a','\xe2','\x16','\xe6','\x5f','\x27','\x25','\x7a','\x24','\xc0','\xbf','\xc5','\xd5','\x84','\x22','\xd6','\x17','\x4f','\x30','\x81','\x2e','\xf1','\x1f','\xd6','\x0e','\xf2','\x49','\x7a','\x8e','\x0b','\xf6','\x5e','\xc1','\xe0','\x2b','\xaa','\x02','\x61','\x4d','\x2b','\xc2','\xca','\xfe','\xea','\xcd','\x18','\x95','\xb9','\xa0','\x96','\x3c','\x50','\x23','\xda','\x14','\x6b','\xac','\xae','\xe6','\xfa','\xd2','\xa8','\x96','\x5c','\x41','\x50','\x18','\x9d','\x99','\x1e','\x03','\x9d','\x91','\xa1','\x9f','\xa6','\x19','\x53','\x54','\xd4','\xda','\xe3','\x76','\xba','\x84','\xfc','\x83','\x81','\xf0','\xa9','\x99','\x37','\xec','\x7d','\x86','\x1f','\xf5','\xaa','\x82','\xc3','\x7c','\xd8','\xeb','\x05','\x49','\x8e','\xfe','\xa3','\xa8','\x5f','\x04','\xcf','\x3e','\xa5','\x3d','\xa6','\x3d','\x5f','\x7f','\x5e','\xfb','\xba','\xd6','\x5b','\x47','\x7e','\xc4','\x54','\x42','\x49','\xa8','\xeb','\x91','\xbf','\x88','\xc1','\xff','\xdb','\xf5','\xba','\xe4','\xcf','\x55','\xc3','\xf5','\x15','\xc0','\xfa','\x42','\xfe','\x5a','\xb2','\x61','\xc9','\xa1','\x07','\x1a','\xbb','\x25','\xe4','\x52','\x33','\x3f','\x21','\xd8','\xe3','\x22','\x34','\x38','\xd9','\x54','\x4f','\x6a','\xb8','\xf7','\x09','\x44','\x4d','\x19','\xfb','\xeb','\xdd','\x5d','\x31','\x1b','\xf5','\x27','\x4c','\x0f','\x81','\xfd','\xc6','\x60','\x7e','\x20','\xc3','\x03','\x71','\x4f','\x04','\x24','\xff','\x22','\x27','\xf9','\x13','\x81','\xe3','\x3a','\x3f','\xcc','\xe4','\x4f','\xe6','\x1c','\x9c','\x1f','\xa4','\x35','\x82','\x33','\xf3','\x8b','\x0f','\xc1','\xc7','\x14','\x34','\xc4','\x3c','\xd3','\x19','\xb8','\x37','\x33','\xd3','\xb0','\x53','\xf9','\xbb','\xdc','\x9a','\xfc','\xba','\xeb','\x9a','\xfc','\xba','\xe1','\x23','\xfa','\x97','\x38','\xbc','\x87','\x0a','\x99','\xe4','\x69','\xfe','\xb9','\xa4','\x5e','\xe8','\xa3','\xef','\x15','\x7a','\xe9','\xd7','\xf9','\xe7','\xc0','\xf2','\x7e','\x98','\x5c','\x12','\xf6','\x61','\xc8','\x0f','\xaa','\xe6','\x6e','\x61','\x56','\x6a','\x3c','\x18','\x37','\xc6','\x8d','\xdf','\x0a','\x5c','\xd7','\xf2','\xc6','\x44','\x7c','\xab','\xc0','\x6d','\x0a','\xda','\x30','\x44','\x6c','\x22','\x7e','\x70','\xbe','\xfc','\x3b','\x70','\x7c','\xd0','\x59','\x2a','\x8f','\xc1','\x04','\x9b','\x36','\xe1','\xfa','\x4b','\x4e','\x61','\x1a','\xf9','\x3f','\xf9','\xf4','\xac','\x32','\x3b','\x8f','\x15','\x5b','\x66','\xc9','\x4c','\xda','\x1a','\xf2','\x0b','\x98','\x5b','\x6d','\x5a','\xa2','\x05','\x0e','\x0e','\xdb','\xdf','\xf0','\xf9','\xd9','\xff','\x0a','\xe7','\xff','\x86','\xce','\x9a','\xdc','\x2c','\xc1','\x5a','\x6a','\xf2','\x23','\x4a','\x1e','\xad','\x56','\x76','\x58','\x6b','\xa4','\x28','\xf9','\x1d','\x8b','\x29','\xd2','\xb7','\x84','\x91','\xb9','\xe8','\x88','\x5e','\xa4','\xe3','\xe5','\xca','\xa7','\x49','\x5c','\xd5','\xca','\x9a','\x27','\xfa','\xbe','\xd1','\xd4','\xd6','\xc1','\xab','\x46','\xb5','\xaf','\x62','\x54','\x40','\x7f','\xbc','\xfb','\x4c','\xc5','\xaa','\x16','\xdf','\x46','\xe9','\x0e','\xb3','\x19','\xad','\x01','\x35','\x10','\x72','\x8f','\xaa','\x58','\x9b','\xc1','\x61','\x17','\xfc','\xce','\x56','\x5d','\x32','\xe1','\x58','\x53','\xc8','\x88','\xaa','\x3d','\xbe','\x34','\x85','\x32','\x0f','\x33','\x1a','\xc1','\x04','\xb6','\x67','\x48','\x32','\x70','\xa3','\x37','\x71','\x0c','\x4d','\x8e','\x5f','\x06','\xf5','\x94','\xe8','\xbd','\xfa','\x93','\x7c','\xaf','\xd3','\xfb','\xdf','\x8c','\x01','\x73','\x2f','\x2d','\x85','\xf5','\xb5','\xd6','\xe7','\x85','\x66','\xda','\xa8','\x6e','\x0c','\x7a','\x8d','\x1b','\xcc','\xa8','\xf5','\x1b','\x03','\xfa','\x50','\x98','\xff','\x95','\x59','\x4f','\x95','\x49','\x2b','\x2b','\x4e','\xc4','\x73','\xa9','\x9d','\x71','\xfe','\xb6','\x54','\x96','\x9e','\x0a','\x71','\xef','\xd4','\xdd','\xe2','\x2f','\xce','\x62','\x07','\x1f','\xc4','\xcf','\x32','\xda','\xcb','\x6d','\x06','\xf6','\x97','\xcd','\xca','\x99','\x3a','\x36','\xfb','\x23','\x76','\xbe','\x34','\xc9','\x8b','\x25','\xc4','\x07','\x21','\x3f','\xfc','\x38','\x3f','\x8a','\x16','\x99','\x1d','\x94','\xc7','\xeb','\x47','\x29','\x3e','\xb3','\x4b','\xe3','\x3c','\x5f','\xf2','\x5a','\xf2','\x6f','\xf2','\x3e','\x47','\xc7','\x46','\xb5','\xb4','\xc0','\xbf','\x80','\xf1','\x55','\x9e','\x72','\x62','\xfc','\x84','\x16','\xa3','\x27','\x8e','\x66','\xb4','\x4c','\x22','\x73','\xf4','\xa4','\x96','\x1d','\x52','\x17','\x84','\xff','\xab','\x21','\xf6','\xf5','\x39','\x38','\xee','\xaf','\x67','\xed','\xac','\xf3','\xd9','\xa1','\x1c','\x83','\x01','\xf2','\x1e','\x6f','\x4b','\x93','\x88','\x7f','\x44','\x46','\xe4','\x56','\x67','\x7f','\x85','\xfc','\x59','\x15','\x3f','\x69','\xf6','\xc7','\x45','\xfc','\x3c','\x46','\x0e','\xee','\xac','\x9c','\x68','\x56','\x67','\x85','\xf8','\x16','\xec','\xcf','\xb7','\xe8','\xb0','\x8c','\xe1','\x54','\x9d','\x9a','\xac','\xc1','\x6a','\xd4','\x5f','\xcd','\x21','\xbf','\x90','\x8c','\x88','\x48','\x6e','\x27','\xd1','\x75','\xca','\x90','\xdc','\xef','\x21','\xbf','\x6f','\xa8','\xc7','\x96','\xb9','\x11','\x22','\xa8','\x32','\x6a','\x6b','\xff','\x07','\xa2','\xd5','\x87','\xef','\xb9','\x9c','\xf0','\x75','\xd8','\x06','\xfc','\x9d','\x70','\xbc','\x8e','\x2c','\x6a','\x97','\xf4','\xaa','\x71','\xb5','\x3a','\xeb','\x90','\x08','\x5f','\xd9','\x8a','\x71','\x60','\x2d','\xfc','\x48','\x21','\xbf','\x57','\x51','\x56','\x6f','\x63','\x74','\x44','\x46','\x48','\x9e','\xe1','\x12','\x7f','\x2c','\xdf','\xbf','\xc3','\xef','\xf0','\x4f','\xfa','\x69','\xb1','\x9d','\xf4','\x3a','\xbc','\x8e','\x4b','\x1d','\xd5','\xce','\xab','\xf9','\x59','\x53','\xf2','\xf3','\x60','\x76','\xb4','\x2e','\x17','\xf4','\x36','\xc9','\xf9','\x20','\x83','\x97','\x24','\xe2','\x57','\x90','\xf8','\x88','\x04','\x48','\xc1','\x82','\x27','\xb4','\x3b','\xac','\x59','\xa9','\xdf','\x9b','\xdf','\x8f','\xb2','\x50','\x7e','\xab','\xad','\xf8','\x1d','\xf0','\x33','\xb6','\xc6','\x13','\x9b','\xae','\x9c','\x4e','\x8c','\x6d','\x1d','\x83','\xc7','\x64','\xce','\x78','\xfa','\x46','\xae','\xef','\x8a','\x91','\x03','\x35','\x3c','\x40','\x6c','\xa2','\x79','\xc3','\x07','\x2f','\xeb','\x7e','\xce','\x9f','\xf5','\x13','\xb0','\xed','\xf4','\x05','\xc7','\xd1','\xa5','\x44','\x35','\x29','\xbe','\x3f','\xc8','\xff','\xaf','\x54','\x66','\x27','\xaf','\x1c','\x9e','\xa5','\x5f','\x09','\x66','\x77','\x5c','\xd9','\x93','\x9b','\x7c','\x7a','\x32','\x77','\x2e','\x17','\xbf','\x02','\x22','\x64','\x00','\x66','\x24','\x7c','\xf6','\x1a','\x2e','\xe2','\xc3','\xa0','\x41','\x76','\x91','\x5f','\xe7','\x15','\x2b','\x59','\xc4','\x15','\x27','\xf1','\x19','\xe0','\xc0','\x84','\x7d','\x27','\x1e','\x6b','\xdb','\x8e','\x9d','\x67','\xcb','\xc3','\x65','\x18','\x20','\xd7','\x60','\x88','\x1f','\xfd','\xb7','\x6d','\x42','\xbe','\x49','\xee','\x28','\x78','\x14','\x1d','\x0c','\x24','\x4e','\xb4','\xac','\x97','\x63','\x49','\xa5','\x19','\xbf','\xde','\x72','\x6a','\xa9','\xdd','\x8d','\xc3','\x76','\xbf','\xbb','\xc3','\xf9','\x81','\x13','\xb7','\x13','\xf9','\xdc','\x27','\x8d','\x63','\x1f','\x86','\xcf','\xe9','\x59','\x44','\x1b','\xc3','\x86','\x8f','\xf1','\xb7','\x44','\xd7','\x47','\xbc','\x13','\xaa','\x72','\x6b','\x0a','\x74','\xfe','\x94','\xe5','\x14','\x91','\xe9','\x78','\x4a','\x75','\x44','\xff','\x44','\x11','\x8f','\x06','\x09','\x78','\x42','\xbd','\xf7','\x16','\x25','\x07','\xf9','\xa7','\x2c','\xb7','\x38','\x11','\x1c','\x56','\x17','\x65','\xfd','\xa4','\xb0','\x94','\x0d','\xf0','\x95','\xdf','\x08','\x2d','\x2d','\x51','\x9f','\xae','\x4e','\xa8','\xf7','\xab','\xd7','\x44','\x14','\x8e','\xe0','\xd8','\xab','\xe0','\xa1','\x16','\x75','\xf0','\xcb','\x1e','\xb0','\x1e','\xa9','\x1b','\x56','\x5f','\x1d','\x1b','\x59','\xbe','\x1c','\x20','\x3d','\x0f','\xe2','\xab','\xc7','\xd8','\x58','\x61','\xc6','\xce','\xdb','\x39','\x3c','\x16','\x9e','\x81','\x67','\xcf','\x14','\xf2','\xe4','\xab','\x26','\xb5','\x35','\x29','\xcd','\xb9','\x86','\xb5','\x2d','\x01','\x76','\xc1','\x4c','\xdb','\xd3','\x66','\xda','\x34','\xe8','\x06','\x73','\xc9','\xb6','\x4a','\x92','\x0f','\x44','\x6e','\x4d','\x76','\x60','\x29','\xfb','\x57','\x78','\x13','\x53','\xae','\x86','\x4c','\xf8','\x68','\x58','\x6e','\x5b','\x94','\xed','\x39','\xa4','\xff','\x7e','\x4f','\xa0','\x59','\x92','\x3f','\xea','\xa1','\x3a','\xf6','\x27','\x88','\xba','\x8b','\xc7','\x05','\xca','\x56','\x0b','\x59','\x99','\xe3','\xe4','\xc3','\xf1','\x1b','\x84','\xac','\x5b','\xc4','\x22','\xa2','\x4d','\x8b','\x22','\x7b','\x20','\xd6','\x42','\xc4','\xfb','\x16','\xf1','\x6b','\x37','\xaf','\x4d','\xa3','\x4d','\x1f','\x37','\xac','\x1f','\x09','\xfb','\x8f','\xdc','\xaa','\x67','\x49','\x96','\xec','\x0f','\x3c','\xd5','\x51','\x1f','\x81','\xcf','\x35','\xe7','\x32','\xb4','\xa4','\xa9','\xc8','\x2f','\x6e','\x51','\x2f','\x45','\xf7','\x2f','\xe2','\xe3','\x43','\x81','\x5b','\xf6','\x8b','\x71','\xd1','\x91','\x45','\xf2','\x67','\x22','\x7b','\x16','\x22','\x18','\xce','\x25','\xe2','\x89','\xc1','\x2b','\xcf','\x26','\xbe','\x96','\xe8','\xbd','\xd2','\x9b','\xe8','\xbd','\xaf','\xf7','\xea','\x08','\x45','\x80','\x6b','\x84','\x0f','\xda','\x1c','\xe4','\xcb','\x6e','\xf9','\xa0','\xe8','\x9f','\x1d','\x75','\x8c','\x0b','\xf1','\x6b','\xe2','\xfc','\x32','\xf8','\x4f','\x43','\x65','\xac','\xdf','\x75','\xa5','\xf7','\x1b','\x9d','\x17','\xd6','\x4f','\xdc','\xe0','\xb7','\xa8','\xbb','\xc3','\xd8','\x93','\x9f','\x14','\x38','\xc5','\x44','\x3a','\x31','\x9b','\xb8','\x95','\xe8','\x48','\x60','\xfc','\x75','\xf8','\x03','\xa3','\xef','\x46','\xca','\x48','\x0d','\xa7','\x8c','\xdb','\x55','\xbd','\xaa','\xbf','\xa9','\x57','\x1f','\xad','\xfe','\xb8','\x6a','\xd9','\x24','\x4f','\xbc','\x3b','\xd1','\xe5','\xe8','\x75','\x5d','\x6c','\xdb','\xb0','\xd8','\xcd','\x8e','\x89','\xbf','\x60','\xf5','\x11','\xb1','\x02','\x2b','\x56','\x9f','\xf2','\x88','\x87','\x1c','\xfa','\x51','\x8f','\x8b','\x13','\x5a','\x06','\x7c','\x60','\xc1','\x3f','\xa4','\x2e','\xab','\x11','\x76','\x2e','\x9c','\x8f','\xcc','\x71','\xa7','\x40','\x27','\x2b','\x0a','\xf3','\xba','\x38','\xa9','\x05','\x7e','\x8c','\xbf','\x88','\xf9','\x13','\xb1','\x67','\x38','\x56','\xfa','\x4e','\x79','\xce','\xf1','\x35','\x7f','\x88','\xf5','\x8b','\x29','\xb8','\xbe','\x0f','\x8c','\xd7','\x87','\x5f','\x37','\xbe','\x59','\xfd','\x6f','\xd5','\xb3','\x6f','\x9e','\xad','\xde','\xaa','\xfe','\xdb','\x2a','\x98','\x3c','\x79','\xcf','\x13','\xa3','\x8b','\x11','\x4f','\x98','\x10','\x5f','\x15','\xf3','\x22','\x56','\x6c','\x23','\x9a','\x98','\x46','\x1b','\x02','\x0c','\x0f','\xa5','\x44','\x04','\xfa','\x5c','\x70','\x0a','\xb9','\x0b','\x04','\x13','\x02','\x1e','\x65','\x87','\x01','\x42','\x22','\xfd','\x15','\xc2','\x1c','\x60','\x4d','\xa9','\xe0','\xca','\x88','\xac','\x95','\x85','\xf5','\xa0','\xc8','\x5f','\x87','\x5d','\x93','\x19','\x79','\x96','\x82','\x7f','\xa5','\x8a','\x4e','\x19','\x73','\x51','\xff','\xee','\x07','\xda','\x64','\x7f','\x7a','\x0a','\x73','\x0d','\xfb','\xd7','\x1f','\xac','\x57','\x24','\xef','\x8b','\x25','\xfd','\x87','\x2d','\x6d','\xa2','\x3f','\x1e','\x38','\xfc','\x83','\xfc','\xb7','\xc8','\x6f','\x91','\x6f','\xd6','\x1f','\xb0','\x4c','\x8c','\xb0','\x5b','\x66','\xf4','\x7a','\x8c','\xe4','\x89','\x88','\xd1','\x23','\x7c','\x07','\x75','\xe7','\x5e','\x0d','\x68','\xf4','\x0e','\x62','\x13','\xb8','\x2f','\x2d','\xd2','\x3d','\x0d','\x0b','\x22','\x2d','\x2c','\x88','\x11','\x50','\x5f','\x45','\xf4','\x22','\x44','\x3c','\x0d','\x44','\x41','\x5a','\x2b','\x61','\xc4','\x16','\xe7','\x2e','\x1b','\x45','\xed','\x42','\x64','\x97','\x4f','\x6e','\x81','\xc4','\xb2','\xc3','\x0d','\xbd','\xef','\xf2','\x7b','\xa0','\x4d','\xb0','\x7f','\x32','\xf2','\x83','\x20','\x07','\x18','\x09','\x0c','\x23','\x6d','\x9c','\x36','\x0c','\x6c','\x2a','\x2e','\xd8','\x41','\xd2','\xe5','\xd3','\xa2','\xff','\x73','\x94','\xff','\x81','\xf7','\x16','\x45','\x93','\x9a','\x47','\x9d','\xd1','\x77','\xa9','\x19','\xe5','\x7f','\xa2','\x9e','\xb4','\x72','\x97','\x7c','\x7d','\x88','\x2d','\xb3','\xac','\x31','\x50','\x11','\x4d','\x6d','\x7c','\xe7','\x26','\xd1','\x75','\x92','\x93','\x4f','\xf2','\xc2','\xca','\x0a','\xdf','\xa8','\xd6','\x37','\xe4','\x2f','\x6c','\xe4','\x37','\x23','\x36','\x38','\xb4','\x4f','\xb1','\x80','\xd3','\xd6','\x5e','\xae','\x63','\x7d','\x5a','\x6c','\xea','\xf7','\x90','\x19','\x97','\x3f','\x69','\x7d','\xd2','\xca','\x15','\x72','\x7e','\x8e','\x7e','\x8e','\xe7','\xa8','\x62','\xc2','\x86','\xf5','\x7b','\x62','\xfc','\x30','\xa7','\x15','\x84','\x95','\x00','\xb8','\x89','\xea','\x17','\xd9','\x3f','\xb0','\xd9','\xdf','\x50','\xe0','\xac','\xe2','\xa2','\x57','\xeb','\xfd','\xf6','\x35','\x3b','\x5d','\x50','\x6c','\x55','\xa0','\xbf','\x71','\xe1','\x07','\x54','\x68','\x57','\x8e','\xfd','\x9f','\x5a','\xfb','\x8f','\x21','\xff','\xa4','\x12','\x46','\x34','\x3b','\xac','\x4e','\x6b','\xb7','\x75','\x49','\xd8','\x77','\xb8','\x99','\x23','\x14','\xe5','\x9a','\x36','\x7a','\x59','\x61','\x8a','\xe0','\x6f','\x44','\x7c','\x1c','\xc6','\xd2','\x9f','\x09','\x50','\x77','\x8a','\x79','\x16','\x7a','\xcf','\x25','\x55','\x91','\x92','\xae','\xa8','\x15','\x11','\x0f','\x09','\xf2','\x9d','\x7e','\xa9','\xae','\x6a','\xe4','\x8e','\x0c','\x77','\x6b','\x2d','\xa6','\xb4','\x2b','\xd7','\xa0','\xef','\x23','\xe3','\x04','\x44','\xea','\xa5','\xad','\xb2','\xfb','\xa3','\x90','\xef','\x77','\xe2','\x47','\xb6','\x2d','\x99','\xa6','\xe4','\x06','\x69','\xd6','\xa7','\x46','\xde','\x1e','\xe6','\xf0','\xa3','\xe7','\x2d','\x12','\xb2','\xd8','\xec','\x60','\x24','\xd8','\x4e','\x09','\x78','\xbf','\x70','\xf7','\x0f','\x04','\x65','\x95','\xa8','\x2d','\xfd','\x71','\x84','\x1c','\x1c','\x45','\xae','\x68','\xb0','\x10','\x30','\x0f','\xf8','\xc5','\xee','\xa1','\xb6','\xc8','\x7e','\xc0','\xb3','\x78','\x0e','\xec','\x87','\xa2','\x71','\x51','\xaf','\xd9','\x60','\xdf','\xce','\x9e','\x89','\x09','\xfb','\x5c','\x66','\x26','\x0b','\x96','\xf8','\x29','\x16','\x3c','\xb5','\xbc','\x56','\x5d','\xc7','\xd7','\x2a','\xa6','\xd2','\xa8','\xa2','\x44','\xfe','\x23','\x81','\x1c','\x3b','\xd7','\x90','\x7b','\xf2','\x0c','\xc6','\xbb','\xfa','\x78','\xca','\x19','\x62','\x7f','\xc6','\x2f','\x90','\x0b','\xe4','\x4f','\x60','\xa5','\xca','\x0a','\x62','\x51','\x3f','\xbc','\x37','\x1a','\x7f','\x24','\x6f','\x8b','\x2f','\x09','\x7e','\x0f','\xfa','\x83','\xb0','\xfe','\x23','\xb7','\xde','\x20','\xd1','\x7d','\xbb','\x05','\xfe','\x74','\xfc','\xc6','\x66','\x63','\x87','\xf1','\x03','\x23','\x7e','\x03','\x7c','\x4a','\xb8','\x8f','\x98','\x9f','\x6c','\xe9','\xef','\x53','\x41','\xef','\x72','\x88','\xfc','\xa0','\xd1','\xdd','\xe9','\x10','\xe2','\x5b','\xe4','\xfa','\x42','\x06','\x7b','\x61','\xbf','\x08','\x7f','\xd9','\xdd','\xca','\x96','\x42','\x7e','\xec','\x66','\xbf','\x06','\x42','\x90','\x6b','\x5f','\xf6','\x7f','\x78','\xa2','\x7c','\xbc','\x62','\x79','\xb2','\xff','\x43','\x6b','\x04','\x35','\xde','\xb2','\xce','\x25','\xff','\x46','\xc4','\xdf','\xbf','\x9a','\x21','\x3c','\x4e','\x3a','\x48','\x1b','\xd9','\xbc','\xb0','\x38','\xd2','\xfa','\xfd','\x76','\x2c','\xdd','\x5d','\xdf','\x12','\xf5','\xd7','\x83','\xf3','\xde','\x0e','\xf5','\x51','\x25','\x8f','\x3d','\x7c','\x5c','\xda','\xc2','\xbf','\x21','\xeb','\xcf','\xb1','\x3b','\x23','\xe8','\x87','\x40','\xf0','\xbb','\x04','\x71','\x26','\x2a','\x98','\xbe','\xd3','\xb5','\x3e','\xaa','\x4f','\x06','\xfd','\xe2','\x61','\x7f','\x2b','\xe1','\x3f','\x8b','\x8a','\x5c','\x18','\x87','\x64','\x1c','\xe3','\x6f','\x64','\x53','\x4b','\xfd','\x29','\x5e','\xcd','\xa2','\x15','\xb1','\x4b','\x80','\xfd','\x48','\x53','\x62','\xc5','\xbd','\x1c','\x8c','\xd1','\x31','\xf1','\x6c','\x90','\x2f','\x12','\x90','\xa2','\x9a','\xae','\x19','\xd8','\xc5','\xdb','\xd2','\xad','\x04','\x5c','\x7f','\x19','\x5e','\x6d','\x89','\x88','\x39','\x23','\x3f','\xae','\x37','\xf9','\x17','\x44','\xfd','\x6a','\x80','\xf8','\xd6','\x03','\x1c','\xfb','\x83','\x6c','\xba','\x39','\x90','\xb8','\x4e','\x7b','\x96','\x30','\xfe','\x99','\x0a','\xe4','\xfb','\xe3','\xf9','\x97','\xe0','\xfd','\x0f','\x70','\xbc','\x13','\xba','\xfd','\x63','\xd8','\x07','\x39','\xc6','\xfa','\x95','\x06','\xef','\x5f','\x74','\xef','\xe4','\x63','\x73','\x76','\x47','\xfd','\x17','\x22','\x7c','\x9f','\x5c','\x6b','\xcd','\xf8','\x07','\xf6','\x17','\x0e','\x44','\x0c','\x3b','\x65','\x3c','\x66','\x3c','\x1f','\x3c','\x6f','\x7c','\x5d','\xf4','\xf9','\x1b','\x9e','\x33','\x2c','\xf6','\x9d','\x35','\xeb','\x25','\xff','\x20','\x66','\xe1','\xb1','\xc2','\x67','\x37','\x79','\x24','\xc8','\xa9','\xb9','\x9b','\xb3','\x15','\xc1','\x73','\x97','\x4c','\x08','\xfe','\x97','\xf3','\x7c','\x92','\x3e','\x55','\x88','\x27','\x97','\xf9','\x8e','\xe4','\x9e','\x02','\x8c','\xd0','\xec','\xb9','\x7c','\x7c','\x77','\x22','\x9f','\x98','\x4d','\x0e','\x89','\xfa','\x95','\x00','\xab','\x3d','\x85','\xd8','\x04','\xe9','\x82','\x74','\x67','\x2d','\xf1','\x67','\x81','\x65','\x30','\xad','\xfd','\x7c','\x09','\xd6','\x38','\xf3','\x1d','\xff','\x03','\xe4','\xa2','\x72','\xe6','\xed','\x6f','\x95','\x4f','\x73','\x52','\xc2','\xf1','\x65','\x20','\x97','\x6c','\x52','\x07','\x0b','\x55','\x57','\x1c','\x0f','\x4c','\x10','\xf0','\xbb','\x91','\x07','\x57','\xf6','\xf7','\xeb','\xe2','\xba','\x32','\x70','\x36','\x9b','\xfb','\x39','\x4f','\xe8','\xba','\x9e','\x9d','\xbf','\x35','\xdf','\x31','\xaf','\xdc','\xc2','\x06','\xc9','\xa5','\x0e','\x45','\x95','\xf9','\x7c','\xee','\xc5','\x83','\x82','\x78','\xec','\xe2','\xbb','\xbd','\x5d','\x1e','\xce','\x12','\x8c','\x32','\x26','\xb4','\x3b','\xe5','\xd7','\x06','\xf0','\xbe','\x0d','\xb2','\x6f','\x49','\x40','\xbe','\x41','\xfe','\x89','\x1c','\x6d','\x3d','\xaa','\x86','\xbb','\xbb','\xbf','\x0c','\xb1','\x24','\xbb','\xef','\x7e','\x61','\x97','\x62','\x9f','\x3d','\xd0','\xef','\x2c','\xeb','\x64','\xed','\x27','\xca','\x19','\xfe','\x5a','\x09','\xf9','\x5f','\x45','\x4e','\x58','\x29','\x54','\x32','\x5a','\x56','\x75','\xc8','\x89','\xb0','\xd7','\xb7','\xc3','\xb0','\xbe','\x55','\xc6','\x5f','\x36','\x60','\x55','\x2b','\x77','\xf4','\x2f','\xdd','\xb8','\xe3','\x33','\x86','\xe0','\xee','\xb0','\x02','\x19','\x0f','\x8e','\x82','\xb1','\x92','\x5f','\x0a','\x7c','\xdb','\x3f','\xea','\xe7','\xfd','\xfc','\xac','\x3d','\x3b','\x9e','\x98','\x5c','\x7f','\xb6','\xa5','\x3e','\x76','\x85','\xcb','\xca','\x77','\xc9','\x29','\x1c','\xa7','\xa9','\xc4','\x58','\xe2','\xf4','\x7a','\xc4','\xee','\xe1','\x9c','\x13','\xb5','\x4d','\x7c','\x88','\xb9','\xad','\xe8','\x7c','\x58','\x03','\x09','\xd2','\xb5','\x60','\x7c','\xc2','\x29','\xbe','\xbc','\xb0','\xd1','\xea','\x7d','\xfa','\x33','\x17','\xbf','\x6e','\xf7','\xda','\x7d','\xc8','\x31','\x7f','\x23','\xa5','\xea','\x15','\xc3','\x89','\xf0','\x1f','\x60','\xdf','\x20','\x93','\xa2','\xc0','\x80','\x20','\xdb','\xff','\x7e','\x1e','\xf6','\x0f','\x6a','\x99','\x4b','\x1f','\xda','\xbf','\x45','\xd4','\x61','\x80','\x75','\x1e','\x38','\xf0','\x28','\x3b','\x05','\x9c','\x08','\x62','\xc6','\x41','\x9e','\x51','\xbf','\x20','\xfa','\x43','\x6a','\x05','\x62','\x23','\xb7','\x97','\xe1','\xa6','\x9d','\xd3','\x8e','\x64','\x60','\x48','\x1e','\xd3','\xdd','\x74','\xc8','\xce','\xc5','\xf5','\xfe','\x5b','\xa6','\xc1','\x8d','\x6f','\x0a','\x1e','\x99','\x3f','\x0b','\xde','\xf6','\x5e','\xa2','\x9c','\x23','\xbd','\x06','\x77','\x4b','\xf8','\x2d','\xc0','\x8e','\xec','\xe5','\x63','\x44','\xe0','\x6b','\xb1','\x0e','\x8e','\x9d','\x37','\x9f','\x32','\x72','\xf6','\x56','\x7e','\x23','\xed','\xe0','\xf2','\xa5','\x75','\x9a','\xe2','\x60','\x1d','\x53','\xe4','\x0c','\xfa','\x5b','\xc4','\xc9','\x9b','\x19','\xe3','\xa4','\x9d','\xe5','\x6a','\x1a','\xfb','\x23','\xf5','\xf0','\x9c','\x92','\x3d','\x5b','\xca','\xbd','\xc8','\x61','\xfa','\xe8','\xb7','\xe6','\xf5','\xf9','\x81','\xf9','\x3f','\xbf','\xf5','\x9c','\xf2','\xa8','\x72','\x1d','\xe6','\x4f','\xb3','\xfe','\x56','\xa2','\x43','\x7f','\xfd','\xbb','\x91','\x1e','\x87','\x63','\x1e','\xf4','\x77','\xb1','\x50','\xb4','\x03','\x18','\x59','\xdf','\x3d','\x92','\x79','\xed','\x13','\xdb','\x6d','\x86','\xf1','\xed','\xcf','\xb2','\x83','\x5c','\x96','\xa8','\xe3','\xfa','\x22','\x82','\xfd','\x22','\xb2','\x58','\x71','\x47','\xdf','\x23','\xec','\x2f','\x70','\x47','\xff','\xae','\x7f','\xfc','\xc5','\xea','\x68','\x54','\xe4','\xff','\x0b','\x8d','\x26','\xe7','\x49','\xd8','\xa5','\x19','\xbd','\x64','\xab','\x13','\x14','\x93','\x65','\x05','\xdb','\xca','\x65','\x8c','\xef','\x04','\xc8','\x84','\x68','\x17','\x2f','\xf2','\x7d','\xca','\xa7','\xe6','\x9d','\xf9','\x31','\x05','\x44','\xb2','\x32','\xf3','\xb6','\x95','\x9e','\x48','\x67','\x73','\x33','\x57','\xec','\x9c','\x9d','\x9b','\x14','\xdb','\x33','\x39','\x2b','\x6d','\xa5','\xc7','\xb2','\x56','\x39','\xe4','\x37','\x62','\x5a','\x20','\xf8','\x23','\x04','\x7c','\x8a','\x19','\xb6','\xcd','\xc1','\x3e','\x8a','\xa1','\x82','\x6a','\xf1','\x06','\x44','\xdf','\x8a','\x86','\x17','\xd1','\x5c','\x1f','\xab','\xf9','\x0f','\x57','\xf7','\x5f','\x93','\xfd','\x60','\x53','\xc8','\x1e','\x8e','\xb6','\x13','\x37','\x94','\x9e','\x7a','\x7f','\xf1','\xd7','\xec','\x6b','\x6f','\xec','\x3d','\x16','\xfb','\xd3','\xf5','\x47','\x64','\x77','\x10','\xea','\x04','\x2e','\xda','\xf9','\xc9','\xe2','\x66','\xbe','\xd3','\xba','\x5a','\x14','\x36','\x89','\xc4','\xcf','\xc0','\xeb','\x51','\xfa','\x9c','\xd6','\xc6','\xea','\x16','\xd9','\xc4','\x93','\xf0','\xfa','\x6b','\xc5','\xed','\x76','\xea','\x8d','\xed','\xc7','\x52','\xf0','\xfa','\xd5','\xe8','\x65','\x89','\xe4','\x00','\xcd','\xc1','\xda','\x16','\xf6','\x7c','\xa7','\xed','\x8b','\x7b','\x8a','\x52','\xd6','\x45','\x99','\x69','\x89','\xdb','\xe2','\x3c','\x9f','\x2f','\x14','\xf2','\x79','\x81','\xfc','\x2a','\x0a','\xdf','\x5c','\x99','\xd6','\xe9','\x3c','\xff','\x1c','\xd3','\x1f','\xe3','\xb6','\xee','\x7c','\xae','\x36','\x1f','\xd7','\x4d','\xdd','\xea','\x28','\xaa','\x4d','\x6b','\x21','\xb2','\xf2','\xa4','\xb5','\xd1','\xc8','\xef','\xa2','\x8c','\x57','\x31','\x83','\x82','\xdd','\x01','\xa7','\x0d','\x35','\x64','\xa0','\xfb','\x3b','\x35','\xa1','\xa6','\x92','\x0b','\x5e','\x6c','\x15','\xba','\xfe','\x4e','\x24','\x35','\xa5','\x24','\xb4','\x0d','\xa3','\xf8','\x07','\x1c','\xed','\x31','\x43','\x74','\x27','\x09','\xfb','\x1b','\xf1','\x29','\xea','\x14','\x60','\x7d','\xf0','\x33','\x25','\x52','\x08','\x88','\x5d','\xb0','\xa9','\xc9','\xcd','\xdd','\x34','\x6f','\xce','\xda','\xf1','\x12','\x81','\x55','\x60','\xba','\x66','\x81','\xbb','\xf3','\x3e','\xac','\x0f','\xfe','\x6d','\xf2','\x76','\xd8','\xe4','\x47','\xb6','\xf9','\xa1','\xcc','\xb5','\xdc','\xa0','\x50','\xf6','\x31','\x8b','\x15','\x80','\x3e','\xe6','\x30','\x5f','\xb9','\xad','\xd8','\xf3','\x85','\xf9','\x71','\x9c','\x1f','\xab','\x78','\x57','\x9b','\x6b','\xd9','\xf0','\x10','\xa1','\x56','\x54','\x15','\x7a','\x2e','\x39','\x91','\xe8','\xbb','\xe2','\xd2','\x57','\x7d','\x3a','\xb2','\xc9','\x1f','\xa2','\x87','\xfc','\x4a','\x2d','\x09','\xdb','\xa6','\x8b','\x73','\xe8','\xdf','\x4a','\xfe','\xfe','\xb9','\xf2','\xdc','\xbe','\xc0','\xae','\x26','\xab','\x9b','\x02','\x83','\xfc','\xc4','\xe8','\xad','\xf5','\x0e','\xf5','\x1b','\xfd','\xd5','\xf8','\x16','\xc1','\x5f','\xe5','\x3a','\xee','\x7e','\x7e','\x12','\x51','\xa6','\xdc','\x21','\x53','\xd6','\x01','\x90','\x07','\x19','\xdf','\x39','\xe2','\xfc','\xf0','\xff','\x50','\x6d','\x62','\x04','\x26','\xd8','\xef','\xb3','\xd6','\x7f','\x9d','\xfa','\x0b','\x67','\xd6','\xe1','\x35','\xf2','\x5a','\xc1','\xb3','\xbd','\xc2','\xbc','\xfd','\xfd','\xc2','\x59','\xbb','\x4d','\x7a','\xb7','\x88','\x06','\xb6','\x3d','\x0d','\xfc','\x5e','\x1d','\x6c','\xfa','\x55','\xf9','\xdf','\xa2','\x40','\x1f','\xe6','\xef','\xcb','\xe7','\xab','\x13','\xb0','\xea','\x7d','\xb0','\x62','\x68','\x83','\x5d','\x5a','\x32','\x21','\xc8','\x7a','\xde','\x3b','\x39','\xc0','\x42','\xf9','\x8d','\xf8','\x5d','\x0b','\x31','\xfa','\x58','\x4f','\xd1','\xae','\x6e','\x6e','\x3c','\x6b','\x17','\xfc','\x49','\x0a','\xd8','\x83','\x68','\x83','\x60','\x9f','\xf8','\xa5','\x56','\xdc','\x3a','\x91','\xf8','\x36','\xe9','\xaf','\x18','\xb6','\xe1','\xf4','\xb9','\xc6','\x11','\xc3','\x0a','\xb7','\xf4','\x60','\x7a','\x29','\x6d','\x8d','\xe0','\x68','\xa7','\xb0','\xf7','\x9e','\x95','\x0a','\x1e','\x0b','\x19','\x8d','\x7a','\xe1','\x13','\x76','\xa0','\x6e','\x6f','\xf4','\x47','\x91','\xeb','\x27','\x21','\x38','\x7f','\x89','\x5c','\x5d','\x2c','\xe2','\xf4','\x6e','\xf6','\x97','\x90','\xdc','\x00','\x8f','\xdb','\xe3','\x46','\x26','\x29','\xd8','\x01','\x5a','\xe2','\x63','\xa2','\xff','\x74','\xa3','\x3b','\xb8','\xec','\x0f','\x6e','\x89','\x40','\x57','\x1b','\xa9','\x07','\xd9','\xb2','\x11','\xec','\x2e','\xff','\x5d','\xf0','\x6b','\x17','\xbe','\x5f','\x49','\xd4','\x3e','\x7b','\x51','\x6d','\xc9','\x80','\xb0','\x2d','\x18','\x6d','\xe9','\xe1','\xb7','\x58','\x76','\x76','\x7f','\x47','\xb6','\x4d','\xf4','\xa7','\x85','\xab','\xdb','\xa1','\xca','\xfe','\xb4','\x34','\xe4','\x9b','\x92','\xfd','\x39','\x0e','\xd6','\x67','\xed','\x84','\x93','\x18','\x12','\x5d','\x76','\xc0','\xba','\x4a','\x90','\x0f','\x7f','\xff','\x16','\xfe','\x93','\xa9','\x51','\x61','\x59','\x8f','\x06','\xa0','\xe5','\xf5','\xa1','\xfb','\x58','\xdb','\xea','\x48','\x3b','\x09','\xeb','\x42','\xa2','\x23','\xe6','\x3b','\x59','\x79','\xe4','\x35','\xb6','\xc8','\xca','\xdb','\xcb','\xbb','\x0b','\xd1','\xe7','\xdf','\x16','\xbd','\x17','\x3e','\x56','\x7f','\xd2','\xce','\x39','\xb3','\x2d','\x9f','\x2f','\xeb','\xa3','\x13','\x3a','\xd7','\xbb','\xf8','\x4e','\xfd','\xd1','\xe7','\x9e','\xfc','\x5c','\x6e','\xfe','\x15','\x1d','\xff','\x82','\x9d','\xc1','\x13','\x8a','\xe0','\x17','\x04','\xdb','\xf7','\xe5','\xc0','\x56','\x6d','\x15','\x3b','\xea','\x18','\xec','\x86','\xde','\xf7','\x2d','\x63','\xc8','\xd0','\x7b','\x2f','\xb4','\x6d','\x8d','\xf8','\x01','\x5e','\xad','\xe7','\xb5','\x43','\xe0','\x79','\x3d','\x52','\xcf','\x97','\x2b','\x5e','\xd2','\x05','\x5f','\xa8','\x7b','\x6f','\x5b','\x99','\xc8','\xcc','\x85','\xe1','\xed','\xe3','\x75','\xf1','\x0c','\xec','\x8f','\xba','\xea','\x11','\xc1','\xd5','\x5b','\xac','\x13','\xef','\xce','\xeb','\xd7','\x89','\xe8','\xe8','\x0d','\xd6','\x93','\x09','\x12','\x91','\x61','\x7e','\xdf','\x3a','\x15','\x60','\x97','\xb9','\x58','\xb0','\x82','\xdd','\x65','\xe0','\x3e','\x38','\xc7','\xec','\x3f','\x0f','\xde','\x1a','\x67','\x31','\x5d','\xd9','\x2a','\x67','\x4f','\x9f','\x63','\x1c','\x07','\xf7','\x14','\x67','\xcd','\x88','\x45','\x22','\x94','\xa9','\xc8','\xa9','\x17','\x65','\xa7','\xaa','\x4d','\x7c','\xa8','\xb8','\x03','\x71','\x82','\x01','\xf6','\x38','\x4a','\x0a','\xa6','\x2f','\x99','\x7f','\x46','\x3f','\x18','\xeb','\x89','\x10','\xe1','\x8c','\xef','\x26','\xbd','\xfb','\x06','\xbe','\x03','\xf1','\x73','\x5e','\x46','\x85','\x95','\xa7','\x60','\x17','\xb1','\x6c','\xda','\xa9','\x9f','\xf0','\xb2','\x6e','\xc8','\x6f','\xd9','\x26','\xfb','\x3b','\x77','\x05','\x79','\x6b','\xb2','\x9e','\xc7','\xfe','\x9a','\xc5','\x49','\x32','\x19','\x3c','\xcd','\x8e','\xc2','\xbb','\xad','\x11','\xf1','\x83','\x66','\xff','\x2f','\xf4','\x64','\x37','\x08','\xfe','\x07','\x26','\xd8','\x19','\x46','\xb9','\xe4','\x6d','\x8f','\x6c','\xca','\xe8','\x3f','\x35','\xf0','\x61','\xe5','\x7f','\x6c','\x0b','\x24','\xe6','\x2d','\xc2','\x3b','\xdd','\x89','\x12','\x44','\xff','\x1d','\xeb','\xb7','\xe2','\xce','\x69','\x3b','\x0d','\x3f','\x49','\x87','\x82','\x61','\xb4','\x18','\x92','\xeb','\xa6','\x8a','\xb0','\x1c','\xca','\xc4','\x0e','\x9c','\x38','\xda','\xf0','\x41','\x01','\xec','\x7c','\xe1','\x09','\xf2','\xfb','\xe9','\x75','\x70','\xf4','\x63','\x21','\x3e','\x06','\xec','\xd7','\x1a','\xad','\xb2','\x0b','\x8f','\xe9','\xcf','\xb3','\xdf','\x34','\xaa','\x86','\x61','\x1a','\xda','\x30','\xa8','\x31','\xb6','\xb0','\x46','\xd4','\xef','\x60','\xc6','\x3d','\x66','\x9d','\x02','\x3f','\xb6','\x50','\x10','\x7c','\x19','\x96','\x3d','\x6d','\x8b','\x47','\x62','\x61','\x7e','\xcd','\xac','\x19','\x2c','\xec','\x8f','\x13','\xe1','\xdb','\x61','\xed','\x6f','\x21','\x8b','\xde','\x98','\x8a','\xf1','\x03','\xab','\x66','\x54','\xdb','\xf5','\xcf','\x99','\x60','\x8d','\x2d','\xac','\x13','\xab','\x46','\xf5','\x3a','\xdd','\x5d','\xec','\xaf','\xbb','\xdb','\xda','\x62','\x24','\xf2','\xb9','\xfb','\xcd','\x5e','\x63','\xdc','\x3e','\x4d','\xee','\xc4','\xf3','\x48','\xff','\x50','\xb0','\x3a','\xf8','\x03','\xb5','\x1d','\x17','\x25','\x4b','\xa8','\xec','\x1e','\x20','\xf2','\xf7','\x16','\x7a','\x73','\xef','\x3b','\xbd','\x79','\xf3','\x3a','\xb3','\x86','\x1a','\xec','\x97','\xcc','\xfa','\x33','\x8e','\xfd','\x3f','\xb0','\x1a','\x03','\x11','\x26','\x0f','\xf1','\xa1','\x0f','\xe1','\x07','\xd2','\x58','\x87','\x7e','\x0f','\xd6','\xe3','\x7a','\x3b','\xf8','\x43','\x34','\xcc','\xed','\xc9','\xec','\x9e','\xc8','\xef','\x7d','\x98','\x7f','\x05','\xab','\x5e','\xaa','\x7d','\xd0','\xaf','\xab','\xd9','\xb4','\x74','\x22','\xfa','\x40','\xf9','\xba','\x3b','\xc8','\xde','\x77','\xd3','\x60','\x5f','\x83','\xaf','\xdf','\xc0','\x64','\x89','\x2e','\xb5','\x18','\xe3','\x35','\xf5','\x01','\x3d','\x31','\x32','\xa0','\xef','\x25','\xa5','\x0f','\xe3','\xa7','\x42','\xec','\xc9','\x3f','\xfe','\x22','\x42','\xde','\x47','\x0c','\x10','\x31','\xf8','\xdc','\x98','\x26','\x99','\x6e','\x9a','\x7c','\x4f','\x11','\xff','\x02','\x22','\xc8','\xa2','\x2e','\x00','\xcd','\x57','\xe2','\xb6','\xae','\x3c','\xa5','\x6a','\x9e','\xed','\xf7','\xea','\x4c','\x51','\xd5','\x19','\xaf','\x93','\xde','\xab','\x6f','\x54','\x8c','\xb2','\xad','\x95','\xa9','\x7a','\x24','\xec','\x32','\x88','\x15','\x4b','\x45','\x91','\x9b','\xc4','\x68','\x51','\x38','\x43','\x71','\x25','\x20','\x3f','\x5e','\xd7','\x02','\xb5','\x6f','\x19','\x71','\x73','\x23','\x11','\xd5','\x23','\xc7','\x61','\xb6','\xd4','\x10','\xff','\x95','\x87','\x49','\x86','\xdf','\x4f','\x54','\x9f','\x8a','\x6f','\x27','\x6a','\x50','\xed','\x6e','\xf3','\x81','\x81','\x81','\x44','\x66','\xc0','\xdb','\xab','\x81','\x7e','\x03','\xcb','\x08','\xde','\x71','\x86','\x37','\x99','\x9c','\x74','\xe3','\xa3','\xdd','\x03','\xb3','\xb9','\xf9','\xec','\xde','\x32','\xd8','\xf7','\x8c','\x61','\x5e','\xb6','\xe8','\x5b','\x47','\xc6','\x5e','\xbb','\xb7','\x0d','\x79','\x58','\xaf','\xc1','\x8e','\xf7','\x59','\xd7','\x54','\xd1','\x2d','\x56','\x67','\xb6','\xa5','\x0b','\xa4','\x3d','\x21','\x77','\xd5','\x1f','\x52','\x59','\xe1','\x83','\xf9','\x17','\xe4','\x69','\xbd','\xb3','\xff','\x95','\xe4','\x87','\x46','\xec','\x94','\xe9','\x6d','\xff','\x8e','\xa9','\x19','\xc5','\xbe','\xba','\x59','\x6c','\xc9','\x4f','\xc0','\x1c','\x5e','\xae','\x53','\x07','\x64','\xd3','\xd9','\xc7','\x3a','\x7e','\x73','\xfb','\x51','\x56','\x6d','\xb0','\xec','\x30','\x86','\xfc','\xe6','\x9a','\xf7','\xa0','\x6f','\x2e','\x9a','\xe5','\x07','\xcb','\x4b','\x05','\x19','\x6d','\xd6','\x40','\x66','\x5c','\x0a','\xf9','\x89','\xc0','\x8c','\x2b','\x6e','\x7d','\x53','\xb7','\xf3','\x4e','\x6d','\x48','\xb0','\x7b','\x85','\x1d','\x43','\x22','\xfc','\x90','\x12','\x7a','\x28','\x6a','\x58','\x79','\xbb','\xe9','\x32','\xa5','\x9b','\x2e','\xc7','\xe9','\x46','\xbf','\xd7','\xed','\x87','\xc5','\x28','\xfd','\x3b','\x98','\xf9','\xc6','\x07','\xc2','\x02','\xca','\x04','\xa2','\x3f','\xb2','\xe0','\x51','\x45','\xfc','\x43','\x23','\xfe','\x2f','\xbe','\x67','\x3c','\xfc','\x8e','\x2d','\xfc','\xfd','\x2d','\xf7','\x9f','\x5a','\x78','\xf7','\xa9','\xdd','\x6f','\xfe','\xe6','\xc0','\x85','\x44','\xff','\xc0','\xd0','\x5e','\x56','\xd2','\xd8','\x0c','\x7c','\x69','\x7c','\x87','\x95','\xb9','\xb0','\x02','\x01','\x59','\x9a','\xa9','\x96','\x58','\x99','\xd7','\x60','\x7c','\x62','\xe4','\x04','\xdd','\xff','\xa3','\x5c','\x7e','\x32','\xff','\x9c','\x37','\xa1','\x65','\x6f','\x3e','\xa1','\x38','\xe4','\xb7','\x03','\xd7','\x1a','\x03','\x6f','\x62','\xdc','\xb6','\x8a','\x92','\x7f','\x51','\x31','\x8e','\x1a','\xdd','\xc6','\x76','\xe3','\xaf','\x0c','\xbd','\x1a','\x22','\xf0','\xd5','\xb4','\xc0','\x17','\xc9','\x6a','\x46','\xb4','\x6b','\x3f','\xbc','\xff','\x8b','\x16','\xfe','\x70','\xae','\x69','\xdd','\xdd','\x5b','\xba','\x07','\xcc','\x01','\xd3','\x71','\x3c','\xd9','\x00','\x51','\xe0','\x6b','\x9b','\xf8','\x27','\x15','\xe4','\x0b','\x4a','\x60','\x79','\x0c','\xa6','\xf1','\x48','\x44','\xf7','\x67','\x9b','\x9e','\xc2','\x2c','\xec','\x50','\x61','\x08','\xb3','\x3f','\x05','\x3f','\x26','\xda','\x56','\xd9','\x6e','\x11','\xfc','\x83','\xc7','\x41','\x7c','\xa5','\x68','\x0c','\xc6','\xbf','\x83','\x82','\x44','\x1f','\x5a','\x04','\x17','\x2d','\x45','\xb1','\x65','\x29','\xf2','\xf7','\xb6','\xc4','\xef','\x82','\xb8','\x40','\x41','\x62','\x87','\x81','\xfb','\xe9','\x35','\x9a','\x36','\x15','\xec','\x5f','\xa0','\x15','\xb6','\x8c','\x2f','\x66','\x48','\x06','\xf1','\x35','\x36','\xe6','\xdc','\xb1','\x43','\xfb','\x6f','\xd1','\x09','\x38','\x9f','\xb6','\xed','\x52','\x4f','\x1d','\xa5','\x0b','\x1e','\x6f','\x61','\x57','\x25','\x11','\x95','\xed','\xbd','\x77','\x0f','\xbc','\x7e','\x8c','\x2a','\x60','\x64','\x8b','\xfe','\x5b','\x1a','\x1d','\xb9','\x0d','\xc6','\xe3','\xd0','\x5b','\x7b','\x06','\x26','\xe7','\x0f','\x7e','\xf6','\xfc','\x48','\x7c','\x20','\x44','\xe0','\x68','\x77','\xf0','\x9b','\x08','\xee','\x9b','\xc1','\x7a','\x88','\x2d','\x45','\x7e','\x05','\x2d','\xa6','\x9d','\xa0','\x0e','\x89','\x3a','\xdb','\x80','\x6d','\x87','\x1e','\xf1','\x9c','\xe4','\x7f','\x53','\xdb','\x42','\x7c','\x9c','\x9b','\xf7','\x26','\x55','\xd0','\x2e','\xda','\xe4','\xbb','\x93','\xe6','\xa4','\xf9','\xe9','\x77','\x9f','\xc7','\xf8','\x2a','\xf6','\x47','\x08','\xfb','\xfb','\xa6','\xe8','\x2d','\x0d','\x3c','\x05','\xad','\xe7','\x12','\x5e','\xef','\xa3','\xce','\x8f','\x2f','\x59','\xe2','\x7c','\x88','\x7f','\x74','\xa9','\x97','\x52','\x7b','\x78','\x41','\x7b','\xfe','\xdd','\xaf','\x9b','\xbd','\x66','\xef','\xbb','\xbd','\xe6','\xb0','\x66','\x88','\xfc','\xef','\x48','\xd0','\xe3','\x8c','\x0c','\xb5','\xff','\xfd','\x83','\x53','\xa6','\x33','\x3d','\xd5','\xd2','\xed','\x22','\xc8','\xd9','\x5f','\x78','\x20','\xac','\xbf','\xe6','\x89','\xe2','\xce','\xe2','\xae','\xa2','\x5b','\xf7','\x8b','\xd2','\x62','\x94','\xe8','\x50','\xc4','\x87','\x62','\x3e','\x71','\x40','\x20','\x4f','\xc6','\x8c','\xb1','\xe6','\x11','\xec','\xab','\xf1','\x64','\x5a','\x44','\x52','\x44','\x7d','\x7e','\x31','\x5b','\x7c','\xa2','\xe8','\xd4','\xc1','\xc7','\x2f','\x4e','\x15','\x9d','\x20','\x92','\x3b','\x21','\xff','\xd9','\xd9','\x65','\xac','\x84','\xe7','\x1b','\xad','\xfb','\xac','\xa1','\xc2','\x65','\x9c','\x3d','\xd3','\x14','\x9b','\xf0','\x58','\xab','\x5f','\x3f','\x25','\x5e','\x0f','\x5b','\x00','\xef','\x21','\x5e','\x9f','\x26','\x7a','\xc1','\x10','\xb5','\x6b','\x5a','\x01','\xc7','\x2f','\x63','\x23','\xda','\x15','\xa3','\xd8','\x4c','\xf0','\xab','\x88','\x6c','\x48','\x3e','\x9e','\x5f','\x86','\x7d','\x47','\xfe','\x63','\x7c','\x12','\x66','\xfa','\xb9','\x3c','\xfe','\x05','\x66','\x42','\x32','\xde','\x82','\x8f','\x36','\xb5','\x0d','\xf5','\xa4','\x88','\x5d','\x88','\x8a','\xf4','\xba','\xd4','\xd8','\xcd','\xfa','\x93','\x26','\x4e','\xb3','\xc7','\xeb','\x3d','\x8c','\x12','\xe6','\xd9','\xce','\xd6','\xaa','\x22','\x94','\xc2','\x65','\xe3','\xce','\xfa','\x13','\x04','\x05','\x98','\x4e','\x2f','\x4f','\x3b','\x6f','\xa2','\x16','\x26','\xc8','\x20','\x52','\x29','\x1f','\x0e','\xdc','\xf2','\xd6','\xf2','\x12','\xf6','\x47','\xb7','\x28','\xf8','\x3b','\x82','\x3f','\x93','\x0e','\x59','\xbb','\x45','\x87','\xee','\x73','\x5a','\xdc','\xa7','\x47','\xa8','\x1b','\xf7','\xee','\x15','\x04','\xc4','\xe0','\x3f','\x83','\x91','\x31','\x4d','\x73','\x3c','\x47','\x44','\x17','\xf4','\x02','\xf2','\xc0','\xa1','\xb7','\x42','\x48','\xb3','\x3e','\xba','\x24','\xba','\x37','\xae','\x70','\x3c','\x76','\xc9','\x6c','\x55','\x80','\x56','\xd0','\x88','\xa5','\x63','\x67','\x74','\x67','\xc4','\x25','\x47','\x56','\x84','\x84','\x1e','\xb4','\xcd','\x61','\x93','\x48','\x7e','\x11','\xb2','\x0a','\x5b','\xb5','\xc2','\x5b','\xf0','\x55','\x42','\xbf','\x11','\x65','\xf4','\x6d','\x6c','\x4b','\x30','\x7a','\x45','\x1a','\x85','\xa3','\x57','\x72','\xe2','\xe7','\x95','\x74','\xa2','\xa4','\x80','\x7f','\x1f','\x76','\x97','\x2f','\x6f','\x05','\xbd','\x97','\x07','\x87','\x73','\xd3','\x0f','\x59','\xdb','\x3f','\x2e','\x35','\xe5','\x9f','\xe0','\xa7','\x71','\xd0','\xba','\x46','\x49','\x99','\x0c','\x36','\xab','\x3b','\xca','\x57','\x9c','\xa4','\x89','\x79','\x3a','\x77','\xa1','\x87','\x44','\x35','\x97','\xb7','\x34','\xec','\x59','\x36','\xc8','\x77','\x15','\x7f','\xfa','\xa6','\x51','\xe9','\xab','\x18','\x57','\x07','\xbd','\xb9','\x8a','\x75','\x01','\xeb','\x33','\xd1','\xeb','\xbd','\x65','\xf4','\xbc','\x69','\x54','\x07','\x6a','\x0f','\xd3','\xeb','\xef','\x1a','\xea','\x47','\x6f','\xa1','\xd6','\xaf','\xda','\xd6','\x82','\xb4','\xef','\xb4','\x22','\x87','\xbd','\xbb','\xb8','\xa5','\x38','\x00','\x9b','\x53','\xf4','\xca','\x1a','\x6e','\x05','\x0d','\x46','\xd0','\x86','\x79','\x8d','\x63','\x60','\x9f','\x99','\x45','\xa6','\x16','\x98','\x1b','\x87','\x4d','\xf0','\xfd','\x68','\xc2','\x74','\xed','\x54','\x29','\x44','\x57','\x62','\x0d','\x9b','\xe7','\xba','\xbf','\xc1','\x73','\x2c','\x3b','\x97','\x0d','\x7e','\x9b','\xe5','\x04','\xab','\x4f','\x86','\x33','\x97','\x39','\xf5','\xa2','\xc9','\xfb','\xfd','\x01','\x7f','\x6f','\xe0','\x23','\xf7','\x4a','\x40','\xfd','\x5d','\x98','\x2f','\xe6','\x20','\x7e','\x8a','\xab','\xe3','\x83','\xa2','\x06','\x5f','\xe8','\x9e','\x28','\x42','\x8e','\xfc','\x7c','\x27','\xb8','\xc3','\x7c','\xb0','\xbe','\x26','\x91','\x5f','\x1b','\x19','\x90','\x02','\x64','\xf2','\x9d','\x2f','\xcf','\x57','\x88','\xc7','\xd4','\xbe','\x8b','\xc8','\x34','\x1a','\xe4','\xfb','\xae','\xea','\xc9','\x81','\xe4','\x23','\x57','\xaf','\xe7','\x75','\xd8','\x90','\x49','\xe1','\xf5','\xbc','\xeb','\xe1','\xfa','\x47','\xb4','\xd8','\x58','\xf0','\x06','\x6b','\xf0','\x83','\x07','\x68','\x5f','\xdd','\xaf','\x5e','\x4b','\x8e','\x69','\x88','\x5f','\xc4','\xa8','\x90','\x2f','\xf8','\x93','\x9f','\x54','\x0a','\x68','\x59','\xbb','\x05','\x90','\x7c','\xf3','\xee','\xbc','\x87','\x28','\x2f','\xf2','\x3f','\x41','\xcf','\xe1','\xcf','\x3a','\x3e','\xe5','\x63','\xdc','\x6d','\x7f','\x90','\xad','\x9c','\xac','\x64','\x71','\xfb','\xf2','\x7e','\xf5','\xa4','\x9a','\x55','\xd7','\x04','\x8a','\x1a','\xd9','\xd1','\xf2','\xa7','\xd9','\xcb','\x33','\xea','\x6b','\xd1','\x64','\xbf','\xfa','\xc1','\xbd','\x68','\xc3','\x8d','\xdb','\xf2','\x18','\x7d','\x7f','\xd9','\xfb','\x18','\x59','\x13','\x04','\x3e','\xcb','\xef','\xd1','\xfe','\x6e','\x2f','\xae','\x90','\x6e','\x46','\xc0','\x16','\x9c','\x6a','\xc4','\x59','\xef','\xa8','\x6f','\x0b','\xd9','\xf1','\x84','\x37','\xe3','\xa7','\xb4','\x87','\x82','\x9a','\xf5','\x0d','\xfe','\x35','\x7a','\xc1','\x79','\xe0','\x4c','\x0f','\xda','\xb6','\x17','\x7b','\x34','\x6c','\x80','\xd1','\x47','\xb0','\xe3','\x5b','\xdf','\x25','\xdd','\xbf','\xf5','\x95','\xbe','\xab','\xcc','\x18','\xbc','\xba','\x2b','\xff','\xd3','\xab','\x46','\x1e','\xab','\x33','\x8d','\x7c','\xf5','\xa8','\xfd','\x36','\x66','\x65','\xa6','\x99','\x31','\x82','\x32','\x82','\xd8','\xd3','\xd5','\xb4','\x39','\x6d','\xa6','\x61','\x2d','\x81','\x74','\x37','\xb3','\x20','\xdf','\x41','\x32','\x3a','\x74','\xba','\x6b','\x21','\xb0','\x68','\xe1','\x63','\x0b','\xbb','\x2c','\x77','\xfa','\xe0','\x82','\x6f','\x83','\x7a','\xd9','\x49','\xbf','\xbf','\xa9','\x8d','\x2a','\xf0','\xf9','\x3f','\xd2','\xcb','\x1f','\xbd','\xfa','\x5d','\x67','\xbe','\xf2','\x27','\xc6','\xb7','\x60','\xd6','\xa5','\x10','\xed','\xb7','\x38','\xe1','\x66','\x9d','\x27','\xf6','\x16','\xc1','\xd9','\xf8','\xe5','\x9b','\x51','\xc7','\xa2','\x9b','\xd5','\x41','\x2e','\x9f','\xed','\xaa','\xde','\xa8','\x8e','\x57','\xb5','\x3c','\xf5','\xa4','\xfd','\xaa','\xc2','\x1b','\x09','\x2b','\xb6','\xd8','\x17','\x98','\xc5','\x21','\xb0','\x41','\xd0','\x7e','\x15','\xfc','\xf6','\xd6','\x08','\x48','\x97','\xe2','\x5d','\xb1','\x3f','\x51','\x8f','\x8f','\x93','\x47','\x9c','\xff','\xcb','\xba','\xe1','\xe9','\x8e','\xb4','\xfd','\xda','\x59','\xc2','\x1d','\xf4','\xde','\xde','\xbe','\x6d','\xa9','\xdd','\xe9','\x62','\x32','\x7e','\x28','\x2b','\x9c','\xb5','\xd6','\x1e','\x87','\x24','\xa6','\xcd','\x60','\xa8','\xd8','\x8b','\xff','\x88','\x78','\xb7','\xdf','\x21','\xde','\x89','\xbc','\xa2','\xaf','\xea','\x5f','\x0e','\x33','\x5e','\xda','\x17','\xd3','\x81','\xe4','\xe6','\xd6','\xbd','\x67','\x7e','\xe1','\xdf','\xc9','\xdf','\x47','\x39','\x35','\x99','\x69','\x73','\x3e','\x6f','\xce','\xdb','\xf3','\x17','\xbe','\x3d','\xfc','\x36','\x46','\x46','\x6a','\x25','\x5a','\x32','\xb9','\x5d','\x2a','\x81','\x47','\x33','\x65','\x6a','\x33','\xe6','\xd7','\xe8','\x26','\xf3','\xd1','\x8b','\xff','\xf9','\x48','\x83','\x59','\xfe','\x5d','\xed','\x72','\xc7','\x50','\x27','\xa6','\xe4','\xb7','\xd0','\x45','\x8e','\x9c','\x77','\xc5','\x3c','\x6f','\xf0','\x17','\xc1','\x2e','\x2b','\xdd','\x34','\x75','\x66','\x0a','\xeb','\x17','\x32','\xd3','\x33','\x4e','\xc6','\x41','\xa6','\x73','\xd8','\x5b','\x6a','\x74','\x45','\xff','\x5f','\x8b','\x7d','\x0a','\xab','\x80','\xed','\xa7','\xf7','\x2d','\x1e','\xb5','\x2b','\x8e','\x36','\xa4','\xe9','\x34','\xc7','\xce','\x3e','\xde','\x56','\x54','\x22','\xfe','\x0f','\x90','\x82','\x1c','\xf1','\x99','\x4d','\xeb','\x63','\x93','\x60','\xb5','\x0b','\xf3','\xaf','\x20','\x6d','\x04','\xff','\x1a','\x6f','\x9e','\xc7','\x1e','\xc8','\xa0','\xbf','\x10','\x1f','\xa0','\x52','\x75','\xd3','\xcd','\x21','\x75','\x48','\x3d','\x78','\x43','\xd4','\xc7','\x1a','\x5d','\x37','\x04','\xcc','\x20','\x49','\x25','\x7f','\xb6','\xe8','\x56','\xfd','\x99','\xe0','\xa8','\x2d','\xeb','\x3b','\x75','\x2b','\x65','\xb1','\x62','\xca','\xd2','\x87','\x1e','\x58','\xaf','\x09','\xfb','\xa8','\x89','\xbc','\xfc','\xb8','\x91','\x35','\xb6','\x18','\x03','\x46','\x46','\x05','\x19','\x94','\x94','\xfc','\x0d','\x08','\x31','\x98','\x79','\x57','\xf0','\x7f','\xac','\xae','\x90','\xbb','\xab','\xbe','\x53','\xe6','\x1e','\xe2','\xa0','\x71','\xdb','\xc8','\xda','\x62','\x37','\xd8','\x8b','\x82','\xdf','\x4d','\xd5','\xd5','\x91','\x9b','\xc8','\x54','\x3b','\xf9','\x02','\xea','\xaf','\x19','\xd8','\xe1','\x99','\x3a','\x91','\x7c','\x3c','\xcc','\xff','\x35','\xbb','\xfb','\x39','\xb6','\x33','\xec','\xaa','\x47','\xc2','\xe8','\x17','\xb9','\x23','\x23','\xb8','\x3a','\x43','\x88','\xab','\x39','\x8c','\x64','\x5b','\x81','\x63','\x94','\x7b','\xb9','\x51','\x32','\xe0','\x76','\x9b','\x65','\x5a','\x46','\x34','\x76','\x31','\x20','\xe5','\x56','\xfe','\xa5','\xb0','\x3f','\xb8','\xd1','\x6f','\xc4','\x77','\xf5','\x9b','\x36','\x2b','\x83','\x6d','\x81','\x7d','\xd3','\xdb','\x83','\x84','\x6a','\x38','\x8b','\x16','\x9b','\xeb','\xe9','\x7e','\xa0','\xed','\xae','\xfe','\xb7','\x75','\x61','\x85','\x58','\xc8','\x99','\xb0','\xfa','\x0a','\x24','\x3f','\x49','\xb3','\x3f','\x1c','\xd6','\x37','\xc0','\x7a','\x35','\xfa','\x6a','\xe6','\x77','\x1e','\x66','\x69','\xdd','\xd6','\x5f','\xdb','\x1a','\xf5','\xb7','\x5f','\x7d','\x9f','\x9a','\x15','\xb0','\x94','\xf4','\x70','\x89','\x58','\x1f','\x0f','\x4e','\x09','\xdb','\xe3','\x14','\xd8','\xd2','\xe3','\xbb','\xc6','\x4d','\x89','\x5f','\x17','\xaf','\xd3','\xc2','\xd7','\x8b','\xde','\x0d','\x1d','\xb4','\x5f','\xeb','\x7f','\xe0','\x18','\x08','\x88','\x75','\x8b','\x52','\xa6','\xb5','\x66','\xce','\xb0','\xbb','\x61','\x2b','\x7f','\x1c','\x58','\x8e','\x6a','\x7c','\x77','\x7c','\x61','\x59','\xf0','\x11','\x27','\xc9','\xe6','\x60','\x87','\xfa','\x83','\x10','\xad','\x86','\xf1','\x2d','\x79','\x5d','\x8d','\xeb','\x5b','\x92','\xcc','\xea','\xe8','\x39','\xc9','\x5e','\x03','\x88','\x7d','\x80','\x95','\x29','\xf2','\x7f','\xf7','\x7a','\xdd','\xde','\x90','\x77','\xb9','\x91','\x5d','\xc3','\xfa','\x76','\x9d','\xe8','\xb0','\x02','\x74','\xd4','\xd1','\x96','\x3e','\xad','\x0b','\x86','\x2e','\xdd','\x59','\x71','\x54','\x47','\xf7','\xc6','\xbc','\xd3','\x9a','\xf0','\xbf','\x79','\x8c','\x71','\x96','\x62','\xa9','\x07','\x1e','\x7b','\xa1','\xaf','\x0a','\x63','\xb0','\xab','\x77','\xa0','\x57','\x1f','\x57','\xf2','\xdc','\x43','\xf3','\xee','\x78','\x4f','\x71','\x58','\xf8','\xa3','\xdb','\xea','\x1f','\x82','\xc6','\x6c','\x8c','\x1f','\xe2','\xa3','\xf6','\x08','\xfe','\x3d','\x3f','\xe4','\xb7','\x02','\xfb','\xa2','\x2d','\x1a','\x0b','\x91','\xdb','\x6e','\x30','\x17','\x36','\xf9','\x0b','\x41','\xce','\x4b','\x5b','\xaf','\xbc','\xd5','\xd3','\x7d','\x7d','\x2e','\xb7','\xf0','\x45','\xf4','\x10','\xcb','\xb2','\xd7','\xa9','\x25','\xf1','\x6f','\x45','\x99','\xfd','\x95','\xec','\x25','\xc2','\xf7','\xd6','\x59','\xc2','\xec','\x18','\x6a','\x63','\x8a','\x42','\x2a','\xfc','\x10','\xed','\xa5','\x93','\x85','\xf3','\xf9','\x4d','\xf9','\x64','\x7e','\x57','\xfe','\x50','\xfe','\x7c','\x7e','\xe3','\xa7','\x36','\xd2','\x4d','\xf4','\xeb','\x22','\x39','\x85','\xd7','\xf7','\x81','\xc4','\x60','\x0f','\xef','\x61','\x93','\xec','\xbc','\x64','\xfc','\x86','\x0d','\xb3','\x7d','\x2a','\x5b','\xcf','\x64','\x53','\x6f','\xb0','\x5d','\xac','\x6e','\x6b','\x8b','\x35','\xe0','\x0c','\x94','\x9d','\xf2','\x17','\xb8','\x56','\x42','\xf8','\xab','\xf2','\xa1','\xd5','\x1b','\xed','\x0d','\xfc','\x2a','\xac','\xe2','\xad','\xa9','\xa5','\x5e','\x3a','\x4e','\x3f','\xc0','\x9c','\x0e','\xcf','\xd0','\x65','\xba','\x96','\xc6','\xb4','\xc9','\x8e','\xc9','\xec','\xe9','\x33','\x31','\x45','\x2b','\x9a','\xde','\x83','\x4b','\xd2','\xbb','\x43','\x5c','\xe2','\x9d','\xf6','\x1b','\x11','\x9e','\x60','\x6f','\xe8','\x11','\x0a','\xfc','\x96','\x17','\xe1','\xb7','\x26','\xbd','\x3f','\x84','\xfb','\xf7','\x98','\xda','\xbb','\xbb','\x77','\xa1','\x57','\x79','\x4c','\x31','\xb8','\x41','\x7a','\x03','\x64','\x76','\x42','\xae','\xc4','\x71','\x75','\x32','\x40','\x7e','\xc0','\xd6','\x7e','\x46','\x44','\xbb','\xb3','\x3e','\xa9','\xd1','\xdf','\x4c','\xcc','\x28','\xe4','\x07','\x3e','\x2f','\xf0','\x8f','\xd4','\xa7','\xb3','\xc8','\xf0','\xc6','\x44','\xce','\x9e','\xab','\xb1','\x9b','\xc8','\x2f','\x77','\xea','\x66','\x2c','\x79','\x2a','\x39','\x7e','\x73','\x3c','\x69','\xab','\x05','\xd5','\x36','\x05','\xfc','\x51','\x58','\xf8','\x21','\xb7','\x0a','\xc8','\x18','\xb0','\x36','\x34','\xc7','\x73','\x9c','\x29','\x0d','\xf1','\x5d','\x0c','\x5b','\xf0','\x25','\x02','\x0a','\xe7','\x40','\x1c','\x9e','\xb8','\x4c','\x7c','\xa1','\xed','\x3d','\xe7','\x67','\x2f','\x9e','\x75','\xda','\x88','\xd2','\xca','\x5f','\x85','\x56','\x90','\xc8','\xb7','\x55','\xb3','\xa5','\xec','\xd9','\x93','\x67','\x9f','\x98','\x82','\xeb','\x83','\x71','\x20','\x6f','\x05','\x69','\x52','\x7e','\x11','\x7c','\xac','\x13','\x66','\xcc','\x9e','\x2a','\x39','\x01','\xac','\x8f','\xf2','\x54','\x19','\xac','\xf8','\xf2','\x18','\x78','\xaf','\x1d','\x36','\x75','\x16','\xe7','\x52','\xdd','\xdb','\x57','\xc5','\xa7','\x22','\xfe','\xd7','\x26','\xd7','\xa9','\x38','\x5a','\x36','\x3f','\x35','\xa0','\x64','\xcd','\xd9','\x5e','\xdd','\xce','\x16','\xcb','\x49','\x37','\xe9','\x24','\x41','\x33','\x4c','\xfa','\x4f','\xfb','\x60','\x04','\x61','\x6e','\x4e','\x1c','\x3f','\xed','\xff','\x6f','\xfc','\x22','\xd8','\xf7','\xa2','\x7f','\xb7','\x92','\x50','\xfa','\x6f','\x4d','\x2b','\x17','\x94','\x91','\x5b','\xfa','\xd9','\x91','\xb3','\xec','\x96','\x79','\xd6','\x50','\x06','\x94','\x9d','\x49','\xa6','\xad','\xce','\x2f','\xca','\x2e','\xa5','\xb2','\x7e','\x9b','\x69','\xd1','\xfd','\x6e','\xd6','\x57','\xb5','\xc6','\x51','\x42','\x7c','\x26','\x7a','\x6f','\x38','\xa2','\xce','\x51','\xed','\xa8','\x56','\xd5','\x64','\x05','\x7c','\xaf','\xb9','\xdd','\x30','\x6c','\x56','\x4a','\x85','\xfa','\x05','\x19','\x94','\x87','\xac','\x47','\x38','\x0e','\x0b','\xcc','\x4a','\x8c','\x17','\x22','\x8b','\x14','\xc6','\xbf','\x89','\xe4','\xf2','\x6f','\x1e','\xa3','\x98','\xf6','\x5d','\xfc','\xda','\x61','\x45','\x7c','\x53','\x06','\xae','\x0d','\xd1','\x45','\x2d','\x79','\x03','\x18','\x03','\x11','\x2d','\x10','\x39','\x5e','\xcc','\x0f','\xc9','\x88','\x0e','\xae','\x11','\xc3','\x99','\x5a','\xc2','\xe3','\x74','\x80','\x56','\xb7','\xe9','\x99','\x55','\x94','\x60','\x4d','\x7e','\x0f','\x51','\x4f','\xa3','\x75','\x6b','\x0f','\xf1','\xcb','\x18','\x93','\x74','\xa8','\x26','\xf2','\x3f','\x0c','\x11','\x14','\xe3','\xc2','\x9a','\xdd','\xc7','\x11','\x6a','\x38','\xce','\xc1','\x05','\xf0','\x0a','\x8e','\x2d','\xfd','\xc3','\x22','\x4a','\x70','\x86','\xab','\x46','\xeb','\xb0','\x92','\x98','\x9d','\x9f','\x43','\x6f','\x12','\xfd','\x5c','\x43','\xd5','\x94','\x98','\xc6','\x3c','\xea','\x6f','\xe2','\xa7','\xb5','\x31','\x2d','\x4d','\x13','\x95','\x64','\xb5','\x6f','\xf7','\x35','\x24','\x6f','\xa2','\x46','\xb5','\xef','\x4d','\x52','\x16','\xf1','\xc7','\x62','\x9c','\x96','\xb4','\x7d','\x92','\x8d','\x01','\xee','\xc0','\xea','\xfe','\x08','\x33','\x41','\x4a','\x1b','\x53','\xff','\xf2','\x56','\x4a','\x7b','\xf8','\x70','\xbf','\xf9','\xf0','\xe1','\xe6','\x63','\x0a','\xae','\x0f','\xcf','\xce','\x04','\xff','\xd7','\x27','\x5b','\xcf','\x90','\x28','\xe2','\x85','\x15','\xee','\x32','\xbe','\x0c','\x7a','\xfd','\x50','\xe0','\x0a','\x2d','\x8f','\x63','\xb0','\x8d','\xeb','\x70','\x85','\x63','\x60','\x80','\xc7','\x34','\xe2','\x2d','\xf9','\x7d','\x1c','\xfb','\x8d','\x7c','\x8e','\x5e','\xa9','\xe4','\xab','\x87','\x76','\x4f','\x68','\x39','\xfa','\x39','\x9a','\xaf','\xae','\xc3','\xeb','\x5b','\xd5','\x7f','\x3e','\x46','\x22','\x6c','\xfb','\x98','\x72','\x5a','\x91','\xfa','\x47','\xca','\x6e','\x51','\x63','\xe2','\xad','\xde','\x84','\xff','\x23','\xd8','\x37','\x57','\xe3','\xdb','\xe9','\xc8','\xa6','\xcb','\xf5','\x10','\x11','\xdb','\x44','\x08','\xdc','\xf5','\x5f','\xe2','\xb1','\x11','\xbf','\x09','\xbb','\xd7','\x1e','\x80','\x75','\x08','\x3e','\x3e','\xcd','\x52','\xf0','\xfa','\x45','\x77','\x80','\xad','\x74','\x89','\xc6','\x57','\xc0','\x33','\xb4','\x61','\xe2','\x99','\xf1','\x15','\x8c','\x77','\x8c','\x63','\x18','\x47','\x44','\x3e','\x64','\xfd','\x0d','\x0d','\x4e','\xab','\x98','\x3f','\x4d','\x3a','\x60','\x8c','\xd1','\x45','\xd9','\x3a','\xad','\x98','\x02','\x2b','\x21','\x16','\x56','\x08','\xca','\x1a','\x41','\xac','\x12','\x34','\x2d','\xd3','\x1e','\x3c','\xec','\x1c','\x71','\xec','\x7f','\x6b','\x77','\x0e','\x8b','\xfe','\x5f','\x61','\x07','\x30','\xf0','\xf5','\xc5','\x6c','\x86','\x6b','\xd2','\x37','\x24','\xa6','\x04','\x3f','\x67','\x8a','\xd2','\xca','\x9a','\x2b','\xf5','\x84','\xe2','\x9e','\xf0','\xc1','\x13','\xa0','\x6b','\xae','\x9c','\xcc','\x65','\xf3','\xfb','\xaf','\x66','\xb3','\x27','\xb3','\xfb','\xff','\x2b','\xd1','\x71','\xce','\x7e','\x10','\xbc','\xae','\xbe','\x2e','\xf6','\x0f','\x44','\xff','\xd9','\xd7','\x79','\x4d','\xb9','\x35','\x7f','\x56','\xf4','\x9f','\x6d','\xed','\x2f','\x52','\xfc','\x10','\x0f','\x81','\x86','\xf5','\x65','\x71','\x81','\xaf','\x13','\x7b','\x10','\x37','\x56','\x44','\x96','\x05','\x25','\x5f','\x13','\xdf','\x84','\xdf','\x44','\xbe','\x46','\x54','\x09','\x49','\x45','\xaa','\xde','\xdd','\x01','\x50','\x30','\x68','\xc9','\x4e','\xa6','\x64','\xd5','\x36','\xbc','\x6e','\xe1','\x56','\xf4','\x5c','\xc5','\x2d','\x16','\x48','\x7c','\x5b','\xc1','\xb2','\xd3','\xc2','\x34','\x72','\xed','\x23','\x20','\x7f','\x16','\x4e','\xc1','\xef','\x04','\xb7','\x11','\xe9','\x3f','\x17','\xac','\x78','\x9d','\x3a','\x1c','\x4c','\xa7','\x7e','\xa7','\x70','\x09','\x56','\x4e','\x8d','\xd7','\xe8','\xd9','\x78','\x47','\xbc','\x2d','\xa1','\xdc','\xc9','\xef','\x25','\x50','\x0e','\x8d','\x0a','\xa9','\x23','\x9d','\x48','\x21','\x8b','\xd9','\xf1','\x0f','\xd8','\xc7','\xd9','\xfe','\xe1','\x8c','\xfb','\x05','\x7f','\x3f','\x7d','\x98','\xa3','\x0f','\x94','\x35','\x4b','\xb6','\x5a','\x6a','\xae','\xff','\xd1','\x3a','\x6a','\x81','\x6d','\x4b','\x58','\x0b','\xd2','\x82','\x1f','\x11','\x51','\x3d','\x89','\xea','\x91','\x9e','\xe3','\x42','\xdb','\xea','\xfe','\xb0','\x92','\x5f','\xe7','\xe5','\xba','\xec','\x8f','\x82','\xfc','\x3a','\xff','\xdd','\xe8','\x35','\x7b','\x86','\x52','\x82','\x9f','\x0d','\xd7','\x1f','\x58','\xba','\x8b','\xa7','\x0f','\xef','\xb5','\x2d','\xc4','\x14','\x3a','\x0f','\xec','\xbd','\xee','\x60','\x7d','\x97','\x61','\xa7','\x2c','\x11','\x63','\x81','\xf5','\x93','\x20','\xb3','\xe4','\x60','\x90','\x83','\xf5','\x3d','\x64','\x3d','\x83','\x36','\xb0','\x58','\xe3','\x69','\xed','\x8b','\x6d','\x6d','\x9d','\xbb','\x8f','\x23','\xc7','\x39','\x4a','\x40','\xdb','\xbb','\xbb','\x3f','\x60','\xb3','\x7f','\x57','\x94','\x09','\x46','\x6b','\xa7','\x99','\x1f','\x69','\xf2','\x3b','\x22','\x0b','\xa1','\x8e','\x5c','\x2f','\x97','\x44','\x8c','\x3b','\x0f','\xb6','\x0c','\x58','\x35','\x11','\x7f','\x3a','\xb2','\xec','\xeb','\xde','\xb1','\xe3','\xdf','\xfc','\xb6','\xc9','\x90','\x9f','\xd4','\xac','\xf5','\x1b','\x7a','\x15','\xeb','\xcf','\xee','\x01','\xfd','\x91','\xb0','\xbb','\x82','\x9d','\xf6','\x4e','\xfb','\x20','\xf8','\xb1','\x18','\x11','\xd9','\xa8','\x6f','\xec','\xd8','\xac','\x51','\x58','\x64','\x18','\x7f','\x35','\xfd','\x07','\xe7','\xcc','\x05','\xa9','\xa3','\x5b','\x73','\xfd','\x22','\xfe','\x19','\xae','\xaf','\x0e','\x61','\xe9','\x81','\xad','\x39','\x44','\x16','\xd6','\x90','\x4e','\x78','\x70','\xc8','\xcb','\x3c','\x8a','\xfe','\x62','\x65','\x3f','\xac','\x8f','\x39','\xc3','\x37','\xbd','\x14','\xfc','\x4d','\xa7','\xfb','\x98','\xb5','\xf0','\x12','\xf8','\x27','\xcd','\xfa','\xc1','\x18','\x81','\x35','\x6f','\x3c','\x7e','\x83','\x10','\xc3','\x48','\x24','\xe6','\xe6','\xaa','\xd5','\x2d','\x5b','\x64','\x7f','\xab','\x9e','\xc0','\x24','\x99','\xfa','\x7b','\x5a','\xbc','\xce','\xc8','\x7e','\xec','\x06','\x78','\x53','\xa9','\xcc','\xdf','\x9c','\x57','\x4b','\x49','\x45','\x93','\xfe','\xaf','\x64','\xa6','\x8d','\x6c','\xea','\x56','\x2b','\x4c','\xe6','\xd4','\x7d','\x55','\xf4','\x54','\x40','\x0b','\x57','\x78','\x03','\x70','\x8f','\x22','\x7e','\x40','\xf0','\x90','\x46','\x40','\x56','\x8e','\x70','\x5d','\x3c','\xea','\x0e','\x37','\xdb','\xcc','\x0e','\x2d','\x01','\xcf','\xb3','\x02','\x7f','\xd9','\xac','\x4f','\xc2','\xfe','\x34','\x1f','\xe1','\x43','\xec','\x32','\x6b','\xda','\x9f','\x21','\xfe','\xc0','\xd2','\xa6','\xb5','\xf2','\x8a','\xe8','\xdf','\xfc','\xa4','\x39','\x69','\x9e','\x17','\x2c','\x2e','\x79','\xdb','\x2b','\x69','\x9a','\xe6','\x24','\x4d','\xdd','\x1c','\xd3','\xde','\x72','\x34','\x53','\x33','\x67','\xd6','\x6b','\x53','\x03','\x5a','\xbf','\x96','\xd1','\x3c','\x0c','\x3f','\x36','\xf0','\x3b','\x38','\xaf','\x37','\x2c','\xed','\xa6','\xff','\xb0','\x24','\x99','\xf7','\xa3','\xfa','\x7f','\x69','\x9f','\x61','\xea','\x1e','\xf5','\xcb','\x6e','\x96','\x67','\x95','\x06','\xfe','\x45','\xb0','\x14','\x0b','\x2f','\xd5','\xa8','\xd9','\xd5','\xfa','\x85','\xb8','\x9e','\x62','\x59','\x23','\x30','\x54','\x93','\x80','\xeb','\x9b','\x67','\x45','\x18','\x89','\xbb','\xf0','\x41','\x4b','\xdd','\x54','\x32','\xf4','\xcb','\xf8','\xb9','\x55','\x4e','\xa9','\x6b','\x2e','\xde','\xb2','\xd7','\xbc','\xf3','\x39','\x7b','\xcd','\xc5','\xcf','\x1d','\x55','\xf2','\x7f','\x70','\xd5','\xbd','\x38','\x61','\xe7','\xec','\x17','\xec','\x89','\x3c','\xf1','\x9a','\xf9','\x8f','\x56','\x2b','\xbd','\xa5','\x3e','\xde','\xb2','\x30','\x5e','\x4f','\x54','\x4f','\xf5','\x7e','\xca','\x85','\xdc','\xae','\x9b','\x64','\xa0','\xba','\x33','\x67','\xe4','\xb0','\xc3','\x28','\x15','\xb5','\x86','\xa7','\xf8','\xa4','\xf2','\xa4','\x9a','\x2f','\xe6','\xbd','\x82','\xef','\xce','\xd1','\x85','\x64','\x69','\x6b','\xe9','\x7a','\xc9','\x9a','\x16','\xde','\xd3','\x5b','\x0a','\x92','\x55','\x19','\xba','\x99','\x36','\x66','\x6e','\xb4','\xe9','\x1d','\x7a','\x42','\xd7','\x77','\xa5','\xcd','\x92','\x60','\x63','\x97','\xfc','\x6c','\x88','\x20','\xdb','\x41','\xb1','\xff','\xf0','\x2b','\xf5','\xa8','\x73','\x90','\x3c','\xb6','\xf2','\x9f','\x60','\x31','\x1e','\xc6','\x73','\x63','\x2d','\xfc','\x8f','\xcd','\xca','\x06','\x51','\xdb','\x20','\xa3','\xa6','\x88','\xd9','\x82','\x1b','\x0b','\xaf','\x68','\x8b','\xf8','\x7f','\x60','\x7c','\xc1','\xff','\xdc','\xa3','\x82','\x7d','\x6e','\xfb','\x76','\x93','\xdf','\x31','\x3a','\x3f','\xa9','\x7e','\x52','\x75','\xd5','\x73','\x21','\x47','\x90','\xa9','\x1a','\xaa','\xad','\x5a','\x66','\x91','\x92','\x60','\x06','\x39','\xfc','\x28','\xfa','\x80','\x33','\x01','\xc1','\x46','\x11','\x1c','\x76','\x67','\xda','\x74','\xb4','\x17','\xcc','\x34','\x4c','\x39','\x0e','\x6a','\xcc','\x2c','\x70','\x7b','\xbe','\x3c','\xaf','\xce','\xdb','\xdf','\x36','\xde','\x4e','\x96','\x92','\x5c','\x2d','\xc1','\xc6','\xcd','\x12','\xed','\x24','\xef','\xc1','\x5c','\x9a','\x84','\x4f','\x8e','\xab','\x58','\xe3','\xbd','\x83','\xa1','\x0d','\x2e','\x78','\x36','\x05','\xbf','\x0b','\xe2','\x5b','\xcd','\x72','\xc8','\x2f','\x54','\xa6','\x41','\x60','\x51','\x7e','\x7e','\xe0','\x93','\x59','\x77','\xf6','\x7e','\x7d','\x31','\xc4','\xbf','\xc8','\xf5','\xd7','\xda','\x81','\xc1','\xa1','\xd1','\xf8','\xb6','\xf0','\x8f','\x16','\x64','\x76','\x88','\xc0','\x2c','\x1c','\xa0','\x19','\xfa','\x05','\xd3','\xb4','\xb1','\x7e','\x08','\xed','\x19','\x45','\x9d','\x16','\xfd','\xc0','\x65','\xf7','\xf4','\xb6','\xce','\xfb','\x76','\x3d','\x77','\x51','\x51','\x91','\x7f','\x58','\xe2','\xcb','\x45','\xce','\x4b','\xbc','\xf3','\x25','\x78','\xd7','\x56','\xf9','\xb8','\xda','\x3f','\x5c','\xdd','\xa1','\x3d','\xf4','\x5f','\x8a','\x7a','\xa0','\xcb','\xca','\x0a','\x99','\x7b','\x33','\xfb','\x6a','\xb7','\x68','\x9a','\x4a','\xfc','\x6f','\x43','\x3e','\xdb','\x61','\xc5','\x00','\xe6','\x34','\x85','\x96','\x24','\xb2','\x7f','\x6b','\xa3','\xbf','\xf0','\xdd','\xdd','\x23','\xa4','\xfd','\xb6','\x5a','\x3b','\xac','\xce','\x3e','\x21','\x7e','\x35','\xc6','\x96','\x59','\x2a','\x48','\xb1','\x11','\x61','\x81','\x1d','\x3d','\x5e','\xa9','\x69','\x35','\xe4','\xdf','\xd6','\x75','\x6c','\x3e','\x49','\x2c','\x8f','\x1d','\xe4','\xba','\x92','\x4f','\xfa','\x14','\xfb','\xc0','\x0d','\xd1','\x09','\xea','\x8b','\x7e','\xcf','\x94','\xce','\xb9','\x88','\x41','\xc0','\xd7','\xc3','\x7a','\x67','\x09','\xb0','\xe3','\xc0','\xc2','\x13','\xd9','\xb7','\xfb','\x8d','\x6b','\x46','\x5a','\x17','\xfd','\x77','\xb1','\x3f','\xf8','\xa2','\xf4','\xf0','\xb0','\x43','\x97','\x40','\x68','\x06','\xbe','\xc8','\x78','\x8a','\xfc','\xb6','\x36','\x3c','\xdc','\xbb','\x88','\x9d','\x23','\x86','\xa5','\xff','\x1e','\x3c','\x66','\x60','\xf7','\xc3','\x5e','\xb0','\x08','\x0f','\x81','\xff','\x08','\x16','\xdb','\x62','\xfc','\xe9','\x53','\xe9','\xf8','\x95','\x78','\x76','\x39','\x1b','\xbf','\x18','\xb7','\x27','\x8e','\x7e','\xfa','\xfb','\x07','\xb3','\xc7','\x73','\xae','\x25','\xe3','\xc3','\x07','\x38','\x76','\xe7','\x5e','\x17','\x94','\xab','\x76','\x35','\x5f','\xdd','\xb8','\x65','\xbb','\x7a','\x43','\x95','\x9c','\x27','\x7d','\x81','\xaa','\x52','\xd1','\xc1','\x6a','\x35','\x27','\x6a','\xeb','\x91','\x0a','\xf4','\x27','\x72','\xc6','\xfc','\xc6','\xe1','\x23','\xd6','\x9f','\x1c','\xc6','\x18','\x2f','\xf2','\x8e','\x84','\x31','\xb3','\x4e','\x98','\x30','\x85','\x51','\x2f','\xae','\x69','\x7e','\xa8','\x25','\x97','\xee','\xf0','\x9f','\xc9','\x9a','\x00','\x63','\x91','\xb8','\x81','\xfd','\x24','\x22','\x95','\x21','\xbb','\x58','\x42','\x5d','\xaf','\x11','\x59','\x17','\x8b','\xd6','\x9b','\x8c','\x3b','\x80','\x86','\x85','\x6f','\x6e','\xb0','\x34','\x2b','\x09','\xfb','\x99','\x6e','\xe9','\x5a','\xa4','\xe5','\x84','\xbd','\xec','\x20','\xd3','\x74','\x52','\xe9','\x26','\x0f','\xd5','\x7f','\x10','\x32','\xf0','\x4f','\x7c','\x67','\xfb','\x7a','\xec','\x93','\x85','\x58','\xbd','\x0f','\x46','\xfa','\x2e','\x32','\xf5','\x0f','\x6e','\xfc','\x4e','\xbe','\x9a','\xff','\xc6','\x45','\xc3','\xd6','\xcb','\xec','\xc6','\x60','\xd2','\xd0','\xf0','\xf5','\xac','\x3c','\x60','\x67','\x9c','\xf7','\xe0','\xf5','\x86','\xe2','\x90','\xdb','\xf5','\x76','\x2d','\x46','\x6b','\x73','\x35','\xeb','\xf4','\x77','\xda','\xd6','\x7f','\xb8','\x7d','\x12','\xda','\x92','\x35','\x16','\xe2','\x93','\xc6','\xc2','\x2d','\x5d','\x46','\x43','\xc4','\x16','\x0e','\xa4','\x8c','\xd0','\x60','\x8e','\x61','\x3c','\x08','\xb9','\x0b','\x3d','\xdb','\x7b','\xc2','\xcd','\xbb','\x47','\x61','\xa6','\xc0','\x62','\xf7','\xd6','\xaa','\x6d','\x4a','\x6b','\x5f','\x6a','\x19','\x9f','\x10','\xb1','\x4d','\xa7','\x0f','\x61','\xe4','\xb0','\xfe','\x5b','\xea','\xab','\x1b','\x1d','\x7e','\x5a','\xeb','\x37','\xc1','\x3a','\x77','\xb1','\xf1','\x14','\xb1','\x4e','\x71','\x51','\x39','\xe5','\x16','\xc0','\x80','\xce','\xfb','\xb3','\xe0','\x5d','\x4e','\xac','\xd7','\xd1','\x3f','\x2e','\xcb','\x2d','\x5f','\xcd','\x55','\x72','\x15','\x3f','\xfc','\x8d','\xc1','\x66','\xa9','\x45','\x55','\xf6','\xc7','\x49','\x69','\x03','\xfe','\xef','\x1c','\x79','\xfd','\xb5','\x07','\xb7','\x9b','\x0b','\x1f','\xc5','\x78','\xe0','\xa5','\x8f','\x52','\x76','\x24','\x55','\xdc','\x4e','\x84','\x77','\x6e','\x68','\x55','\x5e','\xdb','\xcc','\x1e','\x70','\xb3','\xae','\xe7','\xb5','\xab','\x1d','\xca','\x1d','\xfe','\x89','\xd4','\x5f','\x4a','\x3c','\x48','\x92','\x6e','\xb2','\xba','\xbf','\x9a','\xec','\x2d','\x15','\x37','\x4e','\x1b','\x63','\xc6','\xf8','\x77','\x37','\xfe','\xce','\x66','\x23','\x05','\x73','\x3b','\x05','\x1b','\xd6','\x4f','\xc3','\xed','\xb9','\x8b','\xff','\x5d','\x45','\xb3','\x70','\x0a','\xd3','\x87','\xd4','\x3d','\x02','\x62','\x77','\x8b','\xb5','\x84','\xb1','\x3c','\x1b','\x99','\xad','\x76','\xba','\xbb','\xad','\xfc','\x5c','\x7e','\xce','\xf7','\xe3','\x91','\xfc','\x42','\x59','\x5b','\x30','\xcb','\x19','\xef','\x7d','\xec','\xf6','\xed','\x3a','\xde','\xed','\x36','\xed','\x08','\xa1','\xb0','\x08','\x17','\x60','\xf5','\x09','\xfd','\x9a','\x0a','\x0c','\x63','\x1f','\xaf','\x83','\x3d','\xca','\x58','\xe6','\x5b','\xcb','\x2f','\xac','\x35','\x62','\xc1','\xeb','\x47','\xe7','\xbf','\xfb','\xd2','\x03','\xaa','\x81','\xf2','\x09','\x65','\x12','\x4a','\x24','\xec','\x76','\xd0','\xec','\x8c','\x14','\xf5','\x47','\x52','\xef','\x88','\xdd','\x46','\x7d','\x18','\x54','\x0b','\xe7','\x6f','\xe4','\x1d','\x48','\x8f','\x71','\xa5','\xe1','\x3b','\x8a','\xa0','\x1b','\xf8','\x2f','\x11','\xfe','\x54','\x6d','\xc1','\x91','\x29','\xbe','\x52','\x53','\xdf','\xd0','\xce','\x0e','\x95','\x16','\xa6','\x45','\xb6','\xb9','\xd1','\x6d','\x14','\xbb','\xdd','\xb4','\xab','\x71','\xef','\x37','\xdc','\xb5','\x6c','\x73','\xf7','\x35','\x91','\xff','\x9d','\x29','\x24','\xad','\x95','\x82','\xae','\x8e','\x14','\x74','\x0b','\xf6','\xf4','\xf6','\x11','\x94','\x43','\x6d','\xc5','\x2d','\xce','\x4f','\x86','\xda','\xd6','\x3b','\xfe','\x74','\xf0','\xb7','\xb0','\x3b','\xe1','\x1e','\x21','\x4d','\x23','\xb4','\xa9','\x92','\x7c','\x2f','\xf1','\xd5','\x2b','\x20','\x70','\xa6','\x7f','\x29','\x10','\x16','\xdf','\xf0','\xbf','\x67','\x7e','\xbd','\xf6','\xf5','\x63','\xaf','\x9b','\xff','\x2e','\xfb','\xd7','\x59','\xe5','\x0c','\xd6','\x0f','\x23','\xee','\x97','\xd6','\x0b','\x64','\x92','\x17','\xbc','\x7c','\xbd','\x00','\xcf','\xe1','\xf7','\xaf','\x74','\xbd','\x8b','\xf7','\x40','\xf4','\x77','\xb1','\x0d','\x7b','\xed','\x4d','\x15','\xbb','\xa6','\x45','\xbc','\xa3','\xaa','\xd9','\x29','\xfb','\x7b','\x53','\xfc','\x27','\x26','\x11','\xeb','\xa8','\xa3','\xc0','\x08','\x1f','\x3e','\xa2','\x4a','\xcc','\x9e','\x88','\x50','\xaa','\xdc','\x36','\xf3','\x66','\x9e','\xe7','\xe7','\xf3','\xf3','\x3f','\xfa','\xe6','\x0b','\xdf','\xce','\xbf','\x9d','\x2f','\xc1','\x6f','\x25','\x3c','\x96','\x5f','\x52','\xdb','\xc1','\x02','\xdc','\x16','\x0c','\x15','\x9f','\xa9','\xfb','\x58','\x87','\x0c','\xcf','\xe3','\xab','\xf9','\x03','\x29','\xe8','\x37','\x6e','\xce','\x72','\xac','\xba','\x9d','\x9d','\x9f','\xfd','\x36','\x7f','\x9b','\x95','\x0c','\xfe','\xc9','\xd2','\xd3','\x25','\x9f','\xcf','\xbe','\xb4','\x3e','\xe4','\x33','\x13','\xd1','\x2f','\xf0','\xdf','\x57','\x71','\x6b','\x8b','\xfa','\x7e','\xac','\x8d','\x11','\x32','\x0a','\xe3','\xc3','\xae','\xf5','\x6a','\x0b','\x43','\x35','\xe6','\xaf','\x25','\x7e','\x54','\x6d','\x44','\x70','\x54','\x67','\x35','\x7f','\xea','\xff','\x2c','\xbe','\x8a','\x9b','\xa6','\xb6','\xab','\xd4','\x63','\xbe','\x43','\xee','\x11','\x15','\x8a','\x13','\xec','\xdc','\x30','\xc6','\xb6','\x12','\x73','\x89','\x23','\xc9','\x91','\x6e','\xd2','\xec','\xcf','\xac','\x59','\x61','\x1d','\x20','\xe8','\x47','\x98','\x24','\x3b','\x99','\xe8','\xcf','\x8c','\xb6','\xa4','\xc2','\x62','\xc8','\x11','\x50','\xee','\xf6','\x9e','\x2b','\xde','\x69','\xff','\x4a','\xfc','\x8f','\xc4','\xd7','\xef','\xe3','\x12','\x0d','\xde','\xda','\xdf','\x09','\x13','\x50','\x18','\x59','\x3b','\xcd','\xc6','\x40','\xfb','\xa0','\xcb','\xaa','\xab','\xd7','\x34','\xcc','\xa9','\xe8','\xaa','\x01','\xef','\xee','\xfb','\x99','\xa4','\x92','\x98','\x49','\x64','\xe8','\x0c','\xc7','\xda','\x6a','\x42','\x57','\x6a','\xc4','\x9c','\x31','\xc7','\xec','\x31','\x7b','\xa6','\x3c','\x86','\xf5','\xef','\x17','\x52','\x89','\xde','\xe4','\xde','\x62','\x9d','\x83','\x4c','\xd1','\xf6','\x9b','\xcb','\x0f','\x22','\xbf','\xf2','\xa4','\x39','\x79','\xf8','\xf4','\x27','\x62','\x0d','\xfd','\x28','\xbb','\xfa','\xde','\xc9','\x90','\x24','\xed','\x67','\x93','\xf5','\x72','\xcb','\x7a','\xc3','\x83','\x35','\xcf','\x83','\x59','\xea','\x57','\xfc','\xc3','\xfe','\x44','\xe2','\xfe','\xc4','\xf5','\xf5','\xb6','\x30','\x93','\xd6','\x07','\x21','\x7b','\xb9','\xb0','\x0d','\x34','\x33','\x2b','\xac','\x03','\xc9','\x3f','\x1a','\x55','\x07','\x0d','\xbe','\x8b','\x11','\x05','\x94','\x7d','\xa6','\xb3','\xcb','\xd3','\xcf','\xa6','\x3a','\xd2','\x1d','\x76','\x9b','\xa7','\xb4','\xd8','\x17','\x38','\x86','\xc5','\x83','\xa2','\xc3','\x4a','\xd3','\x3e','\x13','\xfd','\x29','\x7e','\x14','\x4f','\x9e','\x4e','\x8e','\x25','\xf7','\x5d','\xa5','\xc9','\x78','\x32','\x95','\xfc','\x09','\xc6','\x87','\x9c','\x54','\xb2','\x37','\xa9','\xe8','\x4c','\xf0','\x3f','\x8a','\x0e','\xdf','\x6a','\x57','\xb0','\x1b','\x24','\x63','\x05','\x73','\x13','\xa2','\x3e','\x22','\xb9','\xbe','\x5b','\x04','\xd0','\x7a','\xf8','\x80','\xe2','\x14','\x97','\xc0','\xab','\xeb','\x61','\x1f','\x2f','\x7c','\x60','\xb7','\xdb','\xb1','\xc2','\xeb','\xf6','\xeb','\xf6','\xe9','\x42','\xcc','\x0e','\x2d','\x83','\x46','\x4c','\xa9','\x35','\x02','\x35','\xa6','\x9d','\x06','\x03','\x97','\xc3','\x28','\x9c','\xaa','\xdb','\x88','\x41','\xbd','\x54','\x70','\x34','\x98','\xa6','\xf1','\xb6','\x9c','\x92','\x0a','\xef','\xd0','\xbf','\x76','\x9e','\x85','\xf6','\x77','\x6b','\x6e','\x0c','\x3f','\x07','\x7f','\x8f','\xb4','\x09','\xf2','\xeb','\x82','\xf5','\x51','\x4c','\x7d','\x6a','\xcc','\xc2','\xfe','\xc3','\xa9','\x91','\xdf','\xd0','\xfe','\xc4','\xeb','\x71','\x7a','\x9d','\x5e','\xb0','\xf0','\x65','\x8c','\x1c','\xe6','\x07','\x66','\xb8','\xac','\x75','\x01','\x59','\x58','\x5a','\x8c','\xbb','\x71','\x27','\x01','\x3e','\x82','\x60','\x75','\x14','\xf8','\x4b','\x11','\x0f','\x80','\x91','\x01','\xcb','\x43','\x19','\xf2','\x26','\xec','\xd9','\x34','\xad','\xc7','\xbd','\x44','\x23','\x3e','\x2c','\xe6','\x91','\x97','\x52','\xbf','\x09','\x3e','\x7f','\xcd','\x7b','\xdd','\x9e','\x4f','\xd7','\xea','\xaf','\x7b','\x7f','\xe1','\x5e','\x0a','\xf1','\x6f','\x4d','\xfb','\x5c','\xe2','\x92','\x10','\x03','\x83','\x5d','\xde','\x1b','\x78','\x6b','\xf0','\xca','\x97','\xec','\x59','\xe3','\x9c','\xf6','\x4b','\x5e','\x51','\xfe','\x58','\x7b','\x5f','\x7b','\xe5','\xad','\x8a','\xf7','\xc7','\xb5','\xf7','\x46','\x66','\xb1','\x56','\x4c','\x13','\xb3','\x17','\xb4','\xc3','\x1a','\xae','\x29','\x9e','\xf7','\x05','\x81','\xaf','\x9b','\xf0','\x72','\xee','\x16','\xb6','\xe8','\x8e','\xc1','\xfb','\x83','\x75','\x50','\x8c','\x69','\xd4','\x43','\xfb','\xc0','\x49','\x68','\x74','\x2b','\xf8','\x6e','\x39','\xbf','\xd3','\xd7','\x38','\x8a','\x6e','\x70','\x3b','\xe9','\x34','\x75','\xd8','\xb4','\xed','\x70','\xac','\xc3','\x77','\x2e','\x4c','\x0f','\x2b','\xf6','\xbc','\x3d','\x5f','\x9b','\xa7','\xb2','\xfe','\x3e','\x66','\x8d','\x81','\xc7','\xdc','\xc3','\x15','\x76','\x2f','\xfb','\x48','\x90','\x60','\xd8','\x99','\xec','\x3a','\x92','\x68','\xc1','\xdf','\x74','\x8c','\xff','\x0d','\x6f','\x5a','\xc4','\xea','\x8a','\x57','\x79','\x12','\x6c','\xa2','\xe7','\xd5','\xaf','\xab','\xb2','\xcf','\x4d','\xbf','\xda','\xaf','\xee','\x40','\xff','\x2a','\x64','\x47','\xa1','\xea','\xe0','\x45','\x70','\x90','\xed','\x0d','\x17','\x71','\xa6','\xe2','\x51','\xd6','\x4f','\x49','\xfc','\xa7','\xce','\x6e','\x63','\x0c','\x26','\xf8','\x5c','\xf9','\xb3','\xe5','\x0b','\xc1','\x85','\xb2','\x8e','\x3c','\x58','\x65','\x33','\x60','\x65','\x52','\xe4','\x45','\x26','\xba','\x71','\x8e','\xde','\x1c','\x4f','\x8e','\x27','\xbf','\x7e','\x73','\x73','\xb2','\x3d','\x19','\xbf','\x19','\x4f','\x82','\x1a','\x4b','\x16','\x35','\x89','\xff','\xa5','\xe4','\xa5','\x7a','\x5a','\xdb','\x5f','\x17','\xfd','\x53','\xe8','\x22','\x93','\xfd','\x57','\xd1','\x7f','\x4f','\x59','\x71','\xf6','\x12','\x78','\xee','\x9b','\xea','\x03','\xd6','\x8f','\xeb','\x3a','\xf6','\xb2','\x5f','\x25','\x69','\xee','\xec','\xcf','\x96','\xb4','\x8d','\x1b','\xc8','\xc3','\x8f','\x32','\x18','\xfb','\xb3','\xe1','\xfd','\x6b','\x54','\x67','\x6b','\x92','\xdb','\xce','\x14','\x08','\x14','\x89','\x41','\x69','\xf2','\xaf','\xbc','\x27','\xf1','\x47','\xc6','\x72','\x00','\x5a','\x8f','\x61','\x12','\xba','\xb8','\x55','\xe0','\x6f','\x85','\x7e','\x56','\x1c','\xc5','\xb9','\xe9','\x23','\xf7','\x89','\x44','\xc8','\x46','\xf8','\xdd','\x18','\x45','\xfb','\x10','\x2c','\xc1','\xea','\xda','\x2d','\xff','\xa4','\xca','\xde','\x4c','\x8c','\x0e','\xf2','\x14','\x65','\xdf','\x11','\x1a','\x80','\x71','\x84','\x5b','\x13','\x5e','\x98','\x47','\xc8','\x34','\xf9','\x76','\xe1','\x6d','\xad','\xd4','\x52','\x7f','\x00','\xd6','\x0f','\xf6','\x06','\xb2','\x44','\x0f','\x4c','\x55','\x76','\xc2','\x94','\xcf','\xf2','\xde','\xe7','\xb1','\x3f','\x03','\xa1','\x4b','\xd4','\xdf','\xea','\xcb','\x0a','\xf5','\x9c','\x5f','\xa9','\x24','\x2b','\x5a','\xa5','\xbd','\x33','\x49','\x7a','\xb0','\xac','\x0a','\xcb','\x13','\x90','\x21','\x43','\x48','\x63','\x6a','\xef','\xb2','\x0f','\xdb','\x15','\x9c','\xdf','\xa2','\x7f','\x7d','\xc2','\x4c','\x52','\x45','\x5b','\xb7','\x65','\xf7','\x22','\xe6','\x25','\x46','\x8a','\x3a','\xc7','\x6c','\xf1','\x88','\x87','\x15','\x68','\x63','\xda','\x98','\xa8','\x57','\x6c','\x46','\x3b','\x40','\xb7','\x0b','\x3f','\x78','\x4d','\xc3','\x0f','\x96','\xfd','\xe7','\xd6','\x44','\xc8','\x6b','\x23','\x13','\x4c','\x99','\xa2','\x36','\x35','\xc8','\x94','\x4f','\x06','\x4e','\x99','\x04','\x04','\xc6','\x97','\x79','\x9b','\xde','\xa5','\x7e','\x71','\xee','\x00','\xb7','\x8a','\x71','\x18','\xbf','\xed','\xda','\xcf','\x1a','\xd1','\x60','\x8c','\x0f','\xc8','\xfa','\xb7','\x30','\x42','\x27','\x67','\xde','\x22','\x23','\x59','\x27','\x63','\x9c','\x33','\x44','\x7c','\x4c','\x4f','\xdd','\x32','\x0c','\xdb','\xbc','\xcd','\x91','\x85','\xdc','\x09','\x96','\xcb','\x6d','\xf0','\xce','\xe0','\x07','\x8a','\xfc','\x5b','\x94','\xbd','\xc7','\xf5','\xf5','\x61','\xd7','\x87','\x39','\x27','\xb4','\x37','\x62','\x74','\xb4','\x45','\xea','\xb6','\xc6','\x70','\x24','\x7f','\xdd','\xbf','\xf6','\x0e','\x51','\xfc','\x06','\xdc','\x51','\x7d','\x39','\x20','\xe6','\x8b','\xa0','\x89','\x4e','\x04','\x6d','\xe5','\x29','\xf8','\x7e','\xb8','\xe3','\xdf','\x63','\xb7','\x02','\x43','\x9c','\x61','\x53','\x16','\x09','\x4e','\x94','\xb3','\x65','\xcc','\x00','\xc8','\xf8','\x7f','\x83','\x2f','\x2a','\x28','\x88','\x96','\xa9','\xf2','\x68','\xdb','\x9f','\xb0','\x97','\x44','\xfd','\x03','\xae','\x9f','\x24','\x58','\x50','\x63','\xf6','\x5b','\x28','\xe3','\x41','\xb3','\xa0','\xf7','\xd7','\x4f','\x33','\xa6','\x27','\xe4','\x7b','\x14','\xbd','\x43','\xeb','\x3d','\xe4','\x06','\xb2','\xba','\xad','\xb6','\x22','\x62','\xa6','\xba','\xe9','\x91','\xc6','\xfd','\xeb','\xc1','\xf2','\xa7','\x39','\x51','\x35','\x96','\x86','\x8f','\x13','\xa5','\x80','\xa7','\x2d','\x22','\x7d','\xe9','\xb9','\x31','\x3a','\xab','\x6d','\xfc','\x05','\xb3','\x8e','\x58','\xc8','\x50','\x29','\xba','\x81','\xd9','\xa6','\x8d','\x59','\x5a','\xd4','\x78','\x1c','\x5b','\xa6','\xc3','\xdc','\xd0','\xec','\x24','\x3c','\x5b','\x20','\xad','\xfe','\x23','\x7e','\xe4','\xc1','\x4b','\x59','\xa7','\xf4','\xf4','\xc9','\x6c','\xcf','\xf7','\xf5','\xec','\x2d','\x38','\x0e','\x64','\xff','\x3c','\xfb','\xdc','\x67','\x3f','\x76','\xe5','\x9f','\x12','\x64','\x3b','\x21','\x58','\x9f','\xe4','\xce','\x4d','\xd0','\xe7','\xb4','\xc9','\x5f','\x88','\x4a','\xa5','\xe0','\x98','\x35','\xe1','\xa6','\x1d','\x1b','\xbe','\x93','\x55','\x6c','\x27','\xed','\x41','\x07','\xd9','\x58','\x8f','\x6b','\x3b','\xea','\x3b','\xb4','\x89','\xba','\x4f','\x36','\xf1','\x38','\x76','\x44','\xac','\xc6','\x8d','\x44','\x9e','\x7a','\x1d','\x4e','\xbb','\xbb','\x01','\xfc','\x0e','\xec','\xee','\x84','\xfc','\xa9','\xaf','\x04','\xa8','\x67','\x70','\x97','\xf6','\x29','\x61','\x27','\x0c','\xe4','\x75','\x80','\xb9','\x65','\x61','\x9d','\x4f','\xc6','\x3e','\x99','\xfe','\x78','\xdd','\x71','\x90','\x1d','\x32','\x63','\xfe','\x31','\x0d','\xf9','\x53','\x77','\xef','\x5b','\xc0','\x30','\xee','\xbe','\x40','\x72','\x73','\x61','\xf5','\x93','\x2b','\x78','\xd8','\x63','\x6c','\xdd','\xdc','\x70','\x83','\x99','\x1d','\xef','\x61','\xc4','\xe2','\x2a','\x83','\xc4','\x98','\x7f','\x15','\x55','\xb9','\xc2','\x5e','\x86','\xbf','\x90','\xaf','\xb6','\xc6','\x23','\x34','\xf0','\x2f','\x8d','\xa9','\xaa','\xbc','\x02','\xd1','\xb7','\x24','\x88','\x3a','\x97','\xc0','\x96','\x8c','\x69','\x4d','\xfc','\x22','\xea','\x61','\xe4','\x90','\x7f','\xe4','\x87','\xd2','\xff','\x90','\xf8','\xd7','\x18','\xe8','\x24','\xac','\xe4','\xc6','\x8a','\xee','\x4c','\x1d','\x71','\x6c','\x59','\xf5','\x24','\x78','\x6a','\xe8','\xd3','\x23','\x7e','\x44','\xf0','\x41','\x72','\x37','\x81','\x9d','\x67','\xd9','\xd2','\x68','\xc8','\x1a','\x81','\x9f','\x2c','\x77','\x6d','\x64','\xff','\xc5','\x01','\xa7','\x1f','\xfc','\xd8','\x8f','\xf0','\x7e','\xed','\x92','\xa7','\x99','\xed','\x34','\x8a','\x30','\x4a','\xfb','\x59','\xc6','\xd4','\x64','\x1e','\x44','\x7a','\x7b','\x2a','\x5a','\xfd','\x45','\x99','\x5f','\xa6','\x61','\x47','\xa6','\xa0','\x8c','\xcc','\x83','\x06','\xe9','\xe5','\x19','\xa5','\x5f','\x89','\xf3','\x7e','\x65','\x5c','\xf9','\x3c','\x8f','\x35','\xec','\x83','\x73','\x49','\x8c','\xb1','\xde','\x5d','\x7f','\x06','\xf6','\x1f','\xf8','\x73','\x59','\x6a','\xce','\x99','\x96','\xe6','\xdf','\x43','\xbb','\xe9','\x47','\xf9','\x25','\xc4','\x92','\xfa','\x70','\x83','\x5c','\x8d','\x35','\x2d','\x39','\xd1','\x75','\x07','\x6b','\x10','\x14','\xcc','\x1d','\xac','\xce','\xdf','\xc8','\x8c','\x23','\x9c','\x4d','\x8e','\xd1','\x58','\x58','\x79','\x80','\xc5','\x21','\xc7','\x49','\xd8','\x97','\x83','\x45','\xf5','\x2f','\xd2','\x7b','\x6b','\xb9','\x7f','\x18','\xf5','\x2e','\x8a','\xec','\xb7','\xc8','\xa1','\x0e','\x06','\x2c','\xcc','\xa6','\x5a','\xc5','\x67','\x04','\x3f','\x52','\xb3','\xbe','\x16','\xcf','\xa5','\x16','\xf4','\x39','\x8c','\x63','\x3a','\x9e','\x7b','\x46','\xe0','\x57','\x8b','\x33','\x3c','\xad','\xe5','\x9c','\xac','\x9b','\xfd','\xca','\x33','\x37','\xdc','\xfc','\x21','\xc4','\x06','\x38','\x87','\x1c','\xd7','\x99','\xc8','\xbb','\x95','\xa2','\x4e','\xc1','\x02','\x9d','\x51','\x75','\x2d','\x49','\x57','\x2e','\x10','\x65','\x46','\x1d','\xd3','\x66','\xe8','\x98','\x3e','\xa3','\x68','\xea','\x8a','\x07','\xdf','\xf0','\x48','\x98','\x95','\x52','\x4f','\x98','\x1b','\x96','\x30','\x6e','\xb1','\xe9','\x32','\x5a','\x1a','\x07','\x6e','\xe0','\x37','\x94','\xfc','\x49','\x62','\xab','\x05','\x55','\x7a','\x21','\xae','\x6f','\x64','\xf7','\x19','\x43','\xc6','\x65','\x53','\x10','\x2d','\x08','\xfc','\x96','\xe0','\xdf','\x86','\x11','\x08','\xca','\x58','\xef','\x99','\xd0','\xb6','\xdc','\xe1','\xdf','\x09','\x76','\xa6','\x80','\xa9','\x07','\xde','\x15','\xd6','\xc0','\xd2','\x28','\x59','\xdd','\x5f','\x42','\xb0','\x90','\x72','\x66','\xdd','\xae','\x33','\xa7','\x8f','\x9b','\xce','\x43','\xf5','\x45','\x4b','\xb7','\x74','\xf0','\x65','\x7a','\xad','\x2a','\x77','\xc8','\xea','\x7e','\xc5','\xeb','\xa2','\x5c','\x30','\x97','\x36','\x3d','\x63','\x77','\x55','\x43','\xdc','\x11','\x7f','\xc0','\xf8','\x01','\x48','\x2a','\xd8','\x60','\x6e','\x27','\x4f','\x6a','\x4f','\x48','\x0e','\x2c','\x9c','\xe3','\x6a','\x0c','\x66','\x79','\x64','\xa7','\x44','\xd5','\x61','\x51','\x07','\x84','\xe8','\x48','\xa9','\xe8','\x87','\xe8','\x05','\x1e','\xd6','\xbf','\x3e','\xaa','\xe7','\xad','\xbc','\xe5','\x7b','\xa8','\x5d','\xba','\x78','\x5c','\x11','\xfd','\xa9','\x0d','\x5a','\x85','\xfb','\xc3','\xc2','\xfe','\xcc','\xd8','\xe3','\x2a','\xc4','\x07','\x20','\xbe','\x50','\xa0','\x37','\x3d','\xea','\x82','\x74','\x87','\x3b','\x13','\x9e','\x6f','\xe9','\x7f','\x8d','\xef','\x8d','\x68','\xf3','\xdb','\x74','\x23','\x17','\xfd','\xe7','\xb8','\x88','\xbd','\x81','\x0c','\x49','\x54','\x13','\xb9','\x64','\x0e','\xeb','\x2f','\xf0','\xfe','\x16','\xcb','\xd8','\xcf','\x32','\xa1','\x81','\xde','\x0b','\xae','\x37','\x3a','\x90','\x28','\x58','\x1f','\xeb','\xc4','\x9d','\xb8','\x5b','\xb4','\x1e','\x0f','\xbb','\x74','\x24','\xb4','\xd6','\xfe','\xe2','\x77','\xd9','\xff','\x26','\xf8','\xd7','\xba','\x3e','\x60','\xe0','\xcd','\x5b','\x58','\x07','\x23','\x80','\x08','\x4a','\xdd','\xde','\x60','\x97','\xec','\x74','\xe1','\x90','\x7d','\xef','\xc5','\x01','\xfb','\x7d','\xc1','\x40','\x82','\x4c','\x24','\x8a','\x1d','\xf1','\x33','\xe6','\x6b','\x87','\x3d','\x64','\xe1','\x17','\xf5','\xc0','\xbe','\xe9','\xf7','\x26','\xc6','\x13','\xe9','\xf5','\x65','\x22','\xfd','\x33','\x5a','\x94','\x1e','\x1a','\x2d','\xca','\x18','\x27','\x32','\x2e','\x44','\xfc','\xb1','\xa7','\x22','\x74','\x4a','\xe5','\x94','\x66','\x87','\x91','\x8e','\x42','\xd0','\xe0','\x97','\x0d','\xeb','\x47','\x7c','\xf2','\x8c','\xc8','\xef','\xed','\xb4','\x72','\x85','\x59','\x2b','\x81','\x73','\xc0','\x92','\xf3','\x5f','\xc4','\x32','\x0c','\x4b','\x44','\xf5','\x47','\xeb','\x97','\xb5','\x48','\x76','\x34','\xe5','\x17','\xcc','\xcd','\x1a','\x7a','\xf1','\x8f','\xa9','\xcf','\xab','\x61','\x7f','\x25','\x91','\x85','\x4f','\x61','\x7d','\xe5','\x1c','\xf1','\x3f','\x00','\x6b','\xa4','\x87','\x8e','\x73','\x51','\xbf','\xc8','\x45','\xaf','\x1f','\x7e','\x82','\x64','\xab','\x4a','\x4e','\xcd','\xa5','\x30','\xfe','\xe1','\xd5','\x85','\x77','\x46','\x11','\x1f','\x01','\x1e','\x62','\x17','\x6f','\xf5','\x0f','\xb7','\x14','\x97','\x10','\xbd','\xa1','\x2c','\xab','\xa2','\x43','\x53','\x0d','\xeb','\xa4','\xce','\xe9','\xa2','\xfb','\xf8','\x1c','\xb5','\xa4','\x7c','\x92','\xd2','\x69','\x75','\xad','\xb6','\xb4','\xd1','\x5a','\xfa','\xd7','\x2c','\x8d','\x36','\xbc','\xc4','\x66','\xfe','\x04','\xfd','\x8b','\x0a','\x8c','\xfa','\x53','\x04','\x6b','\x2f','\x61','\x06','\x14','\xc2','\x0a','\x6d','\xe4','\x8b','\xe5','\x49','\xc9','\x3f','\x89','\x0a','\xd5','\xae','\xdb','\xb4','\xc2','\xbc','\x0c','\x09','\xc0','\x13','\x24','\xe5','\xc8','\x3e','\xb8','\x53','\xbe','\xb4','\x1e','\x51','\xbe','\x44','\xfa','\xbd','\x75','\x15','\xb5','\xc6','\x2b','\x1a','\xf9','\x49','\x90','\x83','\x19','\x3a','\x30','\x67','\xba','\x9a','\x0f','\x92','\x98','\x3a','\xbe','\x87','\x12','\x70','\x48','\x9e','\x6f','\x67','\x91','\x17','\x4e','\x43','\x2f','\x9c','\x86','\x15','\x6e','\xb4','\x18','\x5f','\xe8','\xdb','\x32','\x46','\x5e','\x5e','\x88','\x93','\x3e','\xfe','\xbc','\xf3','\x8d','\x4b','\xbd','\x20','\xdb','\x52','\x1a','\xee','\x83','\xef','\xb2','\xb0','\xff','\x75','\xb3','\x76','\xec','\x2e','\xfe','\x59','\x81','\x90','\x85','\x85','\x6e','\x17','\xca','\xa4','\x7a','\x0a','\xf9','\x0e','\xb1','\xbe','\xc4','\xb1','\xcb','\xa7','\xb8','\x2d','\xba','\x17','\x53','\x64','\x30','\x60','\xa2','\xbf','\x16','\x3b','\xc1','\x62','\xc3','\x58','\x1f','\x8c','\xdb','\x09','\xc9','\xdf','\x88','\xf8','\x08','\x9b','\xdb','\x58','\xd7','\x47','\x2a','\x05','\x2f','\x16','\xe2','\x0d','\x22','\x7e','\x4a','\x1c','\x5f','\xe2','\x05','\xc8','\x7b','\x23','\xf1','\x0d','\x11','\xbf','\x48','\xc8','\xa2','\xa4','\x91','\x6d','\x8b','\x8c','\x61','\xef','\x17','\xec','\x6d','\xd7','\x46','\x36','\xd3','\xe7','\xe6','\x3a','\x17','\x7e','\x6f','\xae','\xcd','\xef','\xf6','\xae','\x9f','\x59','\x7d','\xf5','\x1f','\x56','\x9f','\x1b','\xea','\x2f','\x53','\x68','\xaf','\x9a','\x26','\x98','\xbb','\x47','\xeb','\xa6','\x33','\xb4','\x1b','\x25','\xfc','\xa8','\x48','\x13','\xf7','\x73','\x03','\xa6','\xc1','\x1b','\x42','\x92','\x04','\x5f','\x91','\xfe','\xaf','\xeb','\x6f','\xf1','\x7f','\x0c','\xae','\x1f','\xd6','\x57','\xf4','\x2f','\x4a','\x7e','\x1d','\x51','\x85','\x06','\xfb','\xf9','\xe0','\x30','\x9b','\x08','\xb6','\x30','\x71','\x1e','\x7b','\x63','\x78','\x86','\x0b','\xe7','\xc9','\x87','\x9d','\x47','\xf6','\x53','\xdb','\xc3','\xfa','\x40','\x57','\x48','\xb6','\x71','\xc1','\xc3','\x75','\xac','\x51','\x3f','\x6b','\x52','\x73','\x96','\xe7','\xcc','\xfc','\x6e','\x4a','\x79','\x41','\x04','\x55','\x0a','\x60','\x7a','\x73','\x4e','\xd1','\x00','\x3f','\x4b','\xcb','\xad','\x19','\xd4','\x35','\xf5','\xd5','\x19','\xd5','\x15','\xd9','\x3f','\x4d','\x6a','\x99','\x80','\x48','\xbc','\x77','\x51','\x2d','\x46','\x15','\x52','\x32','\x3e','\x8b','\x7d','\xe7','\x51','\x87','\x9c','\x52','\xd7','\x7a','\xed','\xae','\x8c','\x7d','\x8f','\xb5','\x7d','\x3e','\x7a','\x7d','\xa3','\x7f','\x59','\xbb','\x98','\x47','\xc8','\x0e','\x2d','\x63','\xe4','\x11','\x3f','\x74','\xd4','\xc1','\x9d','\x90','\x0d','\x0b','\x12','\x6d','\x81','\xb5','\xa1','\x11','\xff','\xd9','\x9a','\xd2','\x30','\x98','\x12','\x33','\x6f','\x6f','\x4c','\x6c','\x4c','\xac','\x5c','\xc1','\xe3','\xcc','\x95','\xf5','\x70','\x34','\x40','\x5c','\x95','\x3b','\x54','\x55','\x90','\x13','\x89','\x8a','\x8d','\x00','\x91','\x63','\x18','\x53','\xae','\x19','\xb5','\x61','\xff','\x9f','\x66','\x33','\x03','\xda','\x5e','\x5a','\x6a','\xf6','\x74','\xb9','\x2d','\xf0','\xc5','\x3a','\xc8','\x4f','\xa3','\xb2','\xc7','\xb8','\x0e','\xc2','\x07','\xed','\x53','\x89','\x2f','\x46','\xf4','\x7c','\x6f','\x12','\xfb','\xc0','\xe0','\xde','\x17','\xec','\x31','\x7f','\x4c','\x3f','\xee','\xc4','\x60','\xfc','\x9b','\xe7','\x3f','\x9e','\xdc','\x0f','\x2b','\x64','\x7f','\xfd','\x1c','\x3d','\x14','\xa4','\xcc','\x87','\xe0','\x7c','\xe6','\xcc','\x69','\xd2','\x9c','\x21','\x5f','\xba','\x21','\x75','\x48','\xd4','\xd1','\x1c','\x7c','\x6d','\x26','\xfb','\x9f','\xa3','\x3c','\x99','\x80','\x31','\x3b','\xb4','\x52','\x21','\xcd','\xea','\x23','\xa1','\x1f','\x3a','\x91','\x39','\x12','\xaf','\xee','\xe7','\xb0','\x0f','\x72','\xb3','\xf4','\xb0','\xf3','\x93','\xa4','\x79','\x33','\x05','\x57','\xdd','\xab','\xcd','\x2d','\x1d','\x58','\x2f','\x99','\x8d','\xba','\xd9','\x51','\x6b','\x4d','\xf1','\xfe','\xe3','\xd8','\xf1','\x53','\x76','\xe3','\x68','\xf0','\xd3','\x86','\x3f','\xcb','\x1c','\x8b','\xdd','\x91','\xdf','\x21','\xef','\xfb','\x7e','\x2b','\xbe','\x2b','\xea','\x8f','\xb4','\x3f','\xb0','\xc0','\x43','\xda','\xc4','\x99','\xbd','\x68','\xf7','\x04','\x68','\x43','\xa3','\x7f','\x29','\xeb','\x93','\x1c','\x1b','\x59','\x67','\x34','\x81','\xb0','\x32','\xe7','\x2e','\xcd','\x69','\x7e','\x3b','\x6d','\xd7','\x3a','\xd4','\x4e','\xa5','\xb5','\xbe','\x15','\x63','\xdb','\x45','\xa5','\xd5','\x86','\xc2','\x5e','\xac','\xbb','\xad','\x9f','\x72','\x44','\x8b','\x2c','\xc3','\xfd','\xdb','\x41','\x7f','\xbb','\xfe','\x2c','\xfd','\x06','\xdc','\x9f','\x1e','\xfa','\xab','\x4e','\xea','\x4c','\xaa','\x91','\x9f','\xdd','\xb6','\x40','\xec','\x53','\xde','\x5a','\x17','\xc7','\x1d','\x79','\xce','\xf1','\xdd','\x90','\x3f','\xdb','\x82','\xfb','\xbb','\x8e','\x7f','\x00','\x7e','\xda','\xef','\x27','\xd7','\xd4','\x7f','\x8f','\xe2','\x7e','\x28','\x98','\x30','\x0f','\xd2','\x53','\xce','\x84','\xe0','\xff','\xe0','\xb4','\x1f','\xec','\x02','\x5e','\xfe','\x66','\x76','\x3e','\x98','\x77','\xbe','\x1d','\xbc','\xed','\xbc','\xc4','\x79','\xbe','\x74','\xe9','\xa5','\x3c','\x7f','\xae','\x84','\x53','\x1c','\xe6','\x7a','\x56','\x29','\xab','\x53','\xa4','\x87','\x33','\x56','\x07','\x6f','\xbf','\x7f','\xf8','\xdf','\xb1','\xe7','\xe6','\x1e','\x3d','\x72','\x63','\x04','\xe1','\x91','\xeb','\x82','\x9b','\xea','\xab','\x41','\x85','\x9c','\x0f','\x2a','\xec','\x7c','\x70','\x1e','\x56','\xcf','\x4d','\xf0','\xf6','\xdb','\x06','\xda','\x6e','\x75','\x74','\x24','\xda','\x24','\x0b','\x3a','\x1e','\x6f','\x87','\xf3','\x44','\xf6','\xff','\xb9','\xae','\xa5','\xb5','\x0d','\x5c','\xd6','\xc7','\x9a','\x45','\x83','\x1f','\x64','\x1c','\xbb','\xbc','\x06','\xe3','\x06','\xa2','\x0c','\x27','\x8c','\xcc','\xae','\x49','\xf3','\x28','\xbc','\x4c','\x14','\xa2','\x80','\x32','\x45','\xef','\x2d','\xc9','\x3e','\x32','\xb7','\x83','\xfd','\x40','\xd6','\xb3','\x7d','\x7f','\x53','\x47','\xae','\x8d','\x29','\xd1','\xf8','\x87','\xf6','\x81','\xf0','\x6f','\x23','\xfb','\x40','\xf4','\x27','\x81','\x33','\x78','\xdd','\x8c','\x3d','\x26','\x56','\xee','\xf3','\xea','\xf9','\xa0','\x5d','\xa0','\xc1','\x52','\xea','\x3e','\xe1','\xdf','\xc2','\xf5','\xd4','\x06','\x6a','\xff','\xbe','\xfe','\x35','\xf2','\x27','\x41','\xb5','\xdc','\x73','\x43','\xaf','\xea','\xd5','\x9e','\x1b','\x6e','\xe5','\xc0','\x4d','\x27','\x59','\xc4','\x4c','\x46','\xa5','\xe7','\x8a','\x99','\xc8','\xba','\xef','\xf9','\x30','\xb6','\x74','\xff','\x95','\x5b','\xb9','\x8e','\xfc','\x9a','\xab','\xf3','\xd9','\xf9','\xec','\x4b','\xff','\x95','\xe8','\x31','\x1a','\x54','\xf6','\x5f','\x71','\x12','\x27','\xdd','\x8c','\x8f','\xd8','\x13','\xec','\xa2','\xf4','\x89','\xfc','\x8b','\x57','\xbf','\x9f','\xed','\xc8','\xde','\xf3','\x5f','\x41','\xe8','\x11','\x29','\x01','\x2d','\xeb','\x2f','\x1b','\x18','\x54','\x10','\x8b','\x0a','\x6e','\xdb','\x04','\xbf','\xaa','\xc4','\x97','\x9f','\x13','\xd8','\x0d','\x44','\x6f','\x4c','\x1a','\x79','\x56','\x30','\xf3','\xc6','\x21','\x3e','\xae','\x7c','\x91','\x34','\xbb','\x53','\xff','\x63','\x93','\xbb','\x51','\xd4','\x2f','\x24','\x68','\x52','\xeb','\x56','\x25','\x7f','\x58','\x6f','\x70','\xd0','\x58','\x36','\xf0','\xde','\x21','\x4a','\xd3','\x62','\xae','\xe9','\x18','\x93','\xfc','\x68','\xc9','\x22','\x8d','\xbe','\xd5','\x64','\x94','\x83','\x4b','\xe8','\x66','\x87','\xbe','\xb8','\x5e','\x76','\x23','\x03','\x57','\x41','\xf0','\xdb','\x45','\x1a','\x0d','\x99','\x65','\x06','\x17','\x53','\x30','\xbe','\x82','\xdd','\x0c','\xcc','\x13','\x6f','\x6b','\xd4','\xff','\x0f','\x39','\xf6','\x76','\xc1','\x76','\x28','\xa8','\x88','\x1c','\x38','\xfe','\x2e','\x63','\xb8','\x88','\x76','\xb9','\x47','\xc4','\x3d','\x77','\x04','\x43','\x82','\xfb','\x8a','\x36','\x19','\xb2','\xe0','\x28','\xf1','\xc1','\x71','\xb0','\x24','\x1e','\xaa','\x0f','\x11','\x78','\xbd','\xda','\x25','\x56','\x2f','\xea','\xf6','\xf8','\x77','\xee','\x5d','\xdf','\x7a','\x7d','\x06','\xc8','\xe1','\xde','\xa1','\xed','\xeb','\xf1','\xf7','\x28','\x7e','\x22','\xfa','\xc3','\x11','\x9d','\x44','\xfc','\x5e','\x67','\xe7','\xb2','\xd5','\x9d','\xb5','\x84','\x3f','\xe0','\x3f','\xe1','\x95','\xab','\xda','\xdb','\x51','\x6e','\x06','\x59','\x9e','\xce','\xd5','\x5d','\xd9','\x43','\x3b','\xc8','\xab','\xaf','\xd4','\xe1','\x33','\x16','\x37','\x6d','\x09','\xcf','\x07','\x12','\x05','\x82','\x12','\x72','\x48','\x60','\xb8','\x65','\x1c','\x15','\xf1','\x03','\x92','\x83','\x93','\x80','\x80','\x54','\x35','\xcc','\xba','\x19','\x8a','\xad','\xd8','\x89','\x32','\x55','\xe9','\x1a','\xf4','\x5f','\xc3','\xf9','\xfb','\x50','\x7d','\x5e','\xfb','\x93','\xfa','\x05','\xd8','\xe5','\x0c','\x1e','\xe4','\x12','\xc1','\x25','\xfa','\xdb','\x90','\x04','\xe1','\x75','\x3c','\x6e','\x0a','\xee','\x9b','\xdb','\x59','\xbd','\x52','\x43','\xa6','\xbb','\xa4','\x97','\xaf','\x9a','\x6f','\x0b','\xff','\x60','\x0a','\x59','\x56','\x92','\xd6','\xca','\xb4','\x26','\xf1','\xd7','\xce','\x80','\x93','\x71','\x3c','\xcf','\xf4','\xe2','\x9a','\xe4','\xef','\xc7','\x1e','\x3e','\x4d','\x0b','\xa7','\x15','\xe7','\xd4','\x9a','\x9b','\xf9','\xab','\xb6','\x10','\x4d','\x3e','\xb4','\xe5','\xd8','\x40','\xf5','\x6f','\xf5','\x28','\xf2','\xde','\x25','\x7a','\xd3','\x52','\xeb','\x63','\x7c','\x97','\x37','\xb1','\x2b','\x77','\x5d','\x64','\x27','\x8f','\xd3','\x6f','\x75','\xe9','\x12','\x3f','\x07','\xf3','\xa5','\x5e','\xd4','\x1e','\x47','\x7e','\x82','\x20','\xa9','\xf6','\x2c','\x5d','\x0b','\x39','\xb4','\x52','\x22','\xbf','\x26','\xea','\x8f','\xab','\xa7','\x69','\x5a','\xb3','\x04','\xaa','\x9b','\x59','\x8b','\x0d','\xfe','\x62','\xc9','\x9f','\xb0','\x1a','\x3f','\xbd','\x9a','\xc3','\xa5','\x81','\x1f','\x03','\x0f','\x3e','\xa7','\x25','\xb7','\x0f','\x2d','\x1c','\xa4','\x3e','\xa3','\x0b','\x3d','\x18','\x68','\x58','\x7c','\x99','\x44','\xf1','\xcb','\xd5','\xc8','\x45','\x94','\x6c','\x52','\xbf','\x87','\xf8','\x54','\xd9','\x31','\x59','\x64','\x57','\xcf','\x87','\x75','\xe2','\xd2','\x3e','\xbc','\x23','\xfa','\x79','\x79','\x10','\xf9','\x67','\x97','\x64','\x0e','\xf8','\x59','\x2d','\x16','\xe2','\x23','\x7a','\x83','\xb0','\xbe','\x2f','\xc8','\x18','\xa2','\xbe','\x4f','\xac','\xa2','\x22','\x13','\xfc','\x58','\x81','\x64','\x4d','\x6a','\xb2','\x60','\xc9','\xb9','\x9e','\x12','\xfd','\xfd','\x9a','\xf8','\x14','\x39','\x0f','\xc4','\x1c','\x80','\x19','\x10','\x8d','\x7f','\xe8','\x0b','\x89','\x51','\x8c','\xc6','\x30','\x1c','\x41','\xaf','\x06','\xe3','\x27','\x71','\x39','\x04','\x6c','\xf9','\x24','\x56','\x49','\x15','\x24','\xd3','\xe0','\x80','\x99','\x31','\xbd','\xef','\x9b','\x59','\x7a','\x26','\xec','\x6f','\xe3','\xc5','\xd4','\x93','\x09','\x8c','\xef','\xc4','\xbc','\x29','\x2c','\x21','\xb6','\x33','\xf8','\x78','\x64','\xcd','\xea','\xfa','\x96','\xf7','\x69','\x92','\x76','\xcf','\x20','\x26','\xdf','\x5f','\x83','\xb0','\x7e','\x97','\xb0','\xd5','\xfe','\xf9','\x6a','\x34','\xb4','\xd8','\xac','\x14','\xd6','\x77','\xb1','\x36','\x76','\x4f','\xf0','\x3e','\x56','\x26','\x89','\xfa','\x6b','\xf8','\x4b','\x18','\x3f','\x8c','\xf8','\x05','\xd3','\xec','\x4d','\x31','\x4f','\x90','\xb0','\xb5','\xc2','\x0e','\x33','\x97','\x6d','\x65','\x4b','\x30','\xb9','\xef','\xcc','\xae','\x36','\x56','\x63','\x60','\x38','\xf6','\xd0','\x99','\xf5','\xad','\xb9','\x96','\x26','\xb7','\x6e','\xd4','\xbd','\xab','\xa8','\x48','\x20','\x06','\xf2','\x7b','\x0d','\x11','\x5c','\xff','\x7e','\x48','\xbd','\xb1','\x29','\x64','\x0b','\x43','\xf9','\xa2','\x68','\xb8','\x49','\xcc','\x62','\x1a','\x9e','\x35','\xe3','\x25','\x47','\x58','\x84','\xaf','\x93','\x0c','\xfc','\xa0','\x25','\xa7','\xcc','\xf4','\xe0','\x08','\x46','\x53','\x2d','\xf0','\xbc','\x8b','\xa4','\x89','\x0f','\xb8','\x3b','\x03','\x14','\x72','\x8d','\x2e','\x11','\xb4','\xba','\x45','\x6d','\xfe','\x08','\xde','\xff','\x42','\xab','\x7c','\xc3','\x6b','\xc5','\xf8','\x4a','\xd3','\x07','\x95','\x23','\x9e','\x60','\x49','\x2a','\xd9','\x68','\x5a','\x98','\x31','\x1d','\x81','\x46','\xa2','\xcc','\xb3','\xda','\xbe','\x48','\xd6','\x88','\xb9','\xbd','\xba','\xff','\xd1','\x1d','\xec','\x37','\x98','\xf1','\x04','\xed','\x4f','\xfc','\xc0','\x47','\xdc','\x2f','\xf1','\x5f','\x5c','\x0a','\xf1','\xbf','\xb3','\xce','\xd9','\xa9','\xb3','\xce','\x19','\xe4','\x9f','\x3d','\x20','\xe2','\xd7','\x28','\xf0','\xff','\x65','\x0e','\x9e','\x19','\x7a','\x12','\xb6','\x4e','\x5d','\x95','\xf9','\x3b','\x81','\x1e','\x15','\xfd','\x8a','\x26','\x44','\x9f','\x16','\x64','\xc7','\x6d','\xb5','\x2f','\x51','\xf6','\xad','\x4c','\xeb','\x89','\x91','\x84','\x96','\x9b','\xc9','\x65','\x60','\x9b','\x99','\xd5','\x12','\x2b','\x17','\xc4','\xad','\xac','\xb4','\x6b','\xab','\xfa','\x77','\xd6','\x65','\x1d','\xc4','\xb6','\xa8','\x02','\xa2','\x06','\xc3','\x4f','\x36','\x2d','\x2a','\x4f','\xdf','\xca','\x29','\xb9','\x17','\xaf','\x28','\xb9','\x93','\xa0','\xb9','\x4e','\xe6','\xb3','\x4e','\xf6','\xdd','\x03','\xf9','\xa9','\xbc','\xf3','\x1c','\xf6','\xaf','\x68','\x17','\x71','\xd1','\xb1','\x00','\x39','\x25','\x90','\xc1','\x78','\x3c','\xf8','\xbc','\x78','\xc6','\xbc','\x31','\x84','\xd7','\x59','\xdc','\x32','\x2d','\x73','\x9a','\xcf','\xcd','\xcf','\x7d','\x93','\xcd','\x0f','\x7f','\x9b','\xbd','\xcd','\x4a','\x8c','\x8f','\x94','\xf0','\x88','\x18','\x80','\x30','\xff','\x6e','\x97','\xd3','\xd5','\x9c','\x68','\x6a','\x85','\x7d','\x0a','\xf7','\x5e','\x3c','\xbc','\x2b','\xaa','\x90','\x18','\xe5','\xb0','\xe2','\x3c','\xa6','\x0d','\x6a','\xfd','\xd3','\xfd','\x5a','\xbf','\x36','\xe8','\x30','\xb3','\x5f','\xdb','\xae','\x3d','\xee','\x7d','\xca','\x04','\x77','\x17','\xfd','\x6f','\xf4','\x41','\x60','\x96','\xbc','\x0f','\xde','\x35','\x25','\x09','\xec','\x59','\x1d','\x44','\xf1','\x6f','\x94','\xcc','\x58','\xcf','\x98','\x51','\x33','\x5a','\xd6','\x7a','\x02','\x6b','\x38','\xe7','\xb0','\xdf','\x8e','\xa8','\xde','\x54','\x35','\xa5','\x39','\x3f','\x56','\xdb','\xc0','\xcd','\xfa','\x0b','\x26','\x22','\xa8','\xe3','\xa1','\x65','\x71','\x67','\xfd','\x02','\xf6','\x5f','\x40','\x06','\xea','\x65','\xda','\x45','\x37','\x06','\x71','\xe4','\x27','\x0b','\x42','\x0b','\x83','\x4f','\x80','\x8c','\x08','\xe7','\x9a','\x16','\xd3','\x4e','\xf9','\x6b','\xe7','\xda','\xad','\x76','\x2b','\x1e','\x5a','\xe0','\xa7','\x65','\xfc','\x46','\x68','\xc1','\x44','\x21','\x57','\xce','\x7b','\x4f','\xc9','\xec','\x27','\xf2','\x9d','\xb8','\xd8','\x31','\x55','\xdc','\x3f','\x4a','\xa6','\x7e','\xbe','\xe0','\x5b','\xbe','\xf5','\xcb','\x60','\x16','\xa6','\xc5','\x2f','\x39','\x1e','\x5f','\x0d','\x96','\xe0','\x2f','\xeb','\x02','\x89','\x8f','\x3c','\x5f','\xcf','\x3b','\x87','\x3d','\x7a','\x76','\xb9','\x63','\xe7','\xf6','\xdd','\xa2','\xcf','\x42','\x33','\x8b','\xda','\x9a','\x1f','\x17','\xd5','\x80','\x30','\x97','\xb1','\x92','\xa8','\xc1','\x77','\x4d','\x9a','\x11','\x69','\xd9','\xd5','\x0e','\xd6','\xa8','\xdd','\x69','\xee','\xa2','\x7f','\xad','\xb5','\xb5','\xa9','\x24','\x46','\x99','\x4f','\xe7','\x36','\x81','\x77','\x11','\xb3','\x7f','\x71','\x8c','\x7e','\x27','\x6e','\xde','\x7b','\x8c','\x56','\xe3','\xc6','\xbd','\x73','\xa6','\x25','\xee','\x2f','\x8c','\x6f','\x3f','\xf8','\x53','\xdc','\x9b','\x3f','\xfb','\xcd','\x8e','\xf9','\xed','\x38','\xbe','\x60','\xff','\xb1','\x68','\x7c','\xf1','\xfe','\x98','\xc5','\x5e','\x3e','\x46','\xff','\x83','\xb8','\x3f','\xcb','\x34','\x1e','\x9c','\xa7','\x4f','\xd1','\x09','\x7a','\x3f','\xbf','\x46','\xc6','\x30','\xbe','\x3b','\x3c','\xb1','\xe8','\xc0','\x6b','\xa6','\x6a','\x0c','\xb6','\xdb','\x9c','\xd5','\xcc','\xda','\xbf','\xe7','\x47','\xd8','\x6e','\x76','\x0d','\xf1','\xa1','\x74','\x8a','\x66','\x78','\x9e','\xe5','\xac','\x23','\xc1','\x04','\xd8','\xc1','\x9f','\x28','\x64','\xed','\xcf','\x16','\x72','\x76','\x3a','\x9f','\x76','\xc6','\x89','\xc3','\x41','\xc2','\xe9','\xb7','\x74','\x5d','\xef','\x41','\x16','\x43','\x5e','\x87','\x99','\xd8','\xc3','\xf5','\xdc','\xa3','\xb9','\xeb','\xb9','\x34','\xcc','\x59','\xa5','\x4d','\xd0','\xb7','\xf2','\xdf','\xa7','\xf9','\x39','\x3e','\x5d','\xba','\x50','\xd0','\xc7','\xdf','\x2a','\x5c','\xb0','\x71','\x9f','\xb7','\xab','\x93','\x56','\x76','\x44','\x66','\xef','\x50','\x3f','\x44','\x7d','\x92','\x56','\xd7','\x87','\x63','\x36','\x0f','\xf1','\x2b','\xcd','\xe8','\x41','\x93','\xa1','\x08','\xf9','\x89','\x34','\xf0','\x74','\x07','\x98','\x36','\xb2','\x62','\x0f','\xd8','\x19','\xdb','\xab','\x62','\x32','\x45','\x07','\xf7','\xe8','\xa8','\xd9','\x6d','\xee','\xb2','\xdf','\x2e','\x85','\xfa','\x5d','\xe3','\x5e','\xc2','\xdd','\xe9','\x3e','\xca','\x9e','\x64','\x39','\x77','\xd6','\x4d','\x78','\x5d','\x5a','\x42','\x32','\xe3','\x15','\xe3','\x41','\xc2','\x3e','\x95','\x8f','\xdf','\xa4','\xe5','\xe5','\x6e','\xfc','\x2d','\x67','\x7f','\x3a','\x3f','\x71','\xd3','\x2d','\xff','\x5e','\x37','\xae','\x70','\x14','\xbe','\x33','\xd6','\xb9','\xe9','\xc9','\x4b','\xa7','\x9c','\xd4','\x74','\xd6','\xa9','\x3a','\x33','\xd3','\xe7','\x9c','\x49','\x47','\xfc','\x66','\x95','\xad','\x38','\x8f','\x2b','\x71','\x65','\x45','\x89','\x73','\x98','\x7f','\x74','\xf3','\x0a','\xe2','\xe0','\x26','\xf8','\x6c','\x29','\x51','\x4a','\x82','\x37','\x69','\xf2','\x50','\x58','\x52','\x58','\x44','\x76','\xb7','\xba','\x45','\x1b','\xa0','\x03','\xba','\x93','\xf6','\xc4','\xdf','\x40','\x92','\x2d','\xc4','\x45','\xe7','\x2e','\xc1','\x7e','\xa6','\xed','\xa8','\xef','\x06','\x0b','\x4b','\xf6','\x10','\x4b','\xa8','\x32','\x0e','\x1e','\xe9','\xb7','\xf0','\xee','\xdc','\x40','\xf6','\x56','\xda','\x62','\x65','\x20','\xfe','\x5f','\xa3','\x33','\x2c','\x03','\xe3','\xe2','\x80','\xec','\x1c','\xb3','\x73','\xf0','\xcc','\xb6','\xb3','\x85','\x73','\x24','\x65','\x12','\x7b','\x55','\x7c','\xa8','\x38','\x64','\xfd','\x63','\x10','\x46','\x28','\xc2','\x28','\x05','\xe6','\x77','\x15','\xf5','\x7d','\xf8','\x2c','\x94','\x72','\xbf','\xcd','\xff','\x1c','\xee','\xa6','\x1e','\xe8','\x65','\x5d','\xc4','\x8b','\xcd','\x32','\x61','\x7d','\x55','\x5a','\x4b','\xcc','\x9e','\x4e','\xa6','\xb5','\xc9','\x9b','\xdd','\x8a','\xc4','\xaf','\xa3','\x05','\x25','\xba','\x5a','\xc3','\xeb','\xfb','\xde','\x64','\x65','\xa3','\x7a','\xab','\x62','\x54','\x59','\xd9','\x04','\x3b','\xeb','\x7a','\x03','\xed','\xff','\x27','\xf5','\xb4','\x26','\xf9','\xfd','\x22','\xe4','\x58','\x13','\x3b','\x46','\x42','\xfc','\x98','\x22','\xaa','\x72','\x9b','\x95','\xb9','\xcd','\xea','\x5c','\x59','\x9f','\x9b','\x26','\xfa','\xc8','\xa0','\x57','\xa2','\xe9','\x91','\x03','\x17','\x3a','\x2e','\x0c','\xbc','\x35','\x78','\x21','\x3d','\xf2','\x1f','\xf5','\xbd','\x17','\xb2','\x6f','\xe5','\x48','\x3a','\xa9','\xe8','\x54','\xc6','\x3b','\xdf','\x24','\x06','\x01','\xcd','\x9d','\xf1','\x32','\x1a','\x66','\xe9','\x33','\x82','\x1f','\x1e','\xf3','\xf3','\x77','\xc6','\x3f','\x05','\x43','\x93','\xa8','\x88','\xe8','\x27','\xe3','\xe4','\x25','\xb8','\x2a','\x4b','\xd8','\x87','\x6b','\xea','\x24','\xe4','\xe0','\x5f','\xc4','\x6e','\xb1','\x5a','\x8f','\xcf','\x8e','\xa4','\x5e','\x6b','\x53','\x55','\xb4','\x28','\xd5','\xd1','\xaa','\x0d','\x0f','\x2b','\x37','\xf0','\x97','\x51','\x81','\xcc','\xda','\x5e','\xee','\x55','\xd5','\xa4','\xaa','\x49','\x74','\x34','\x77','\xec','\x4b','\xb3','\x4e','\x61','\x9e','\xce','\xdf','\xdf','\x76','\x5d','\x51','\x44','\x4e','\x41','\xea','\x47','\x11','\x1f','\x84','\x6d','\x39','\xe8','\x65','\xdb','\x05','\xc3','\x74','\x26','\x88','\xf8','\x2f','\x5f','\x0a','\xfb','\xe7','\x74','\x71','\xe4','\xad','\xd3','\x18','\xa2','\x0b','\x27','\x86','\xcf','\xad','\xaa','\xef','\x89','\x5e','\xbf','\x39','\x98','\x64','\x39','\xc1','\xae','\x16','\x6f','\xf0','\x27','\x0a','\xfc','\x9a','\x8b','\xd8','\xa5','\x51','\x51','\x81','\xc7','\x24','\x8a','\xcf','\x84','\x2d','\x31','\xb0','\xd3','\xce','\x5a','\x67','\x4e','\x2b','\x88','\x81','\x5b','\x81','\xf5','\x81','\x59','\x59','\x58','\xbd','\xd8','\xe0','\x02','\xcb','\x7d','\xe9','\x01','\x73','\xc9','\x21','\xe5','\x98','\xe8','\x6f','\xba','\xf2','\x16','\x68','\xdd','\x2a','\x32','\x1f','\x0c','\x60','\xde','\x69','\x6f','\xb8','\x02','\xeb','\x77','\x72','\xd2','\xc5','\x1a','\x48','\x3e','\xd9','\x61','\x45','\xd4','\xbd','\x32','\x22','\xfa','\xc5','\x67','\x02','\x64','\xa1','\x9b','\x0a','\x3b','\x28','\x64','\x44','\x15','\x25','\xe6','\x47','\x5a','\xec','\x5b','\xe3','\x21','\xbe','\xdb','\x98','\x0c','\x5c','\xeb','\x15','\x4e','\xcb','\xf1','\x4b','\xe0','\x8e','\xff','\x5d','\x97','\x22','\x2c','\x0d','\x8c','\xfb','\xf8','\x5d','\xc1','\xce','\xca','\xa3','\x15','\xd1','\x5f','\xf2','\xcb','\x5d','\x6a','\x34','\xff','\x5b','\xb1','\x8b','\x77','\x56','\x60','\x89','\xfa','\x20','\x61','\xf3','\x12','\xeb','\xa5','\xba','\x65','\x1d','\xe0','\x5a','\xc8','\x6c','\x1f','\x46','\x78','\xb1','\x3f','\x36','\x7c','\xfe','\x04','\x6c','\xa7','\x82','\x09','\x36','\xcb','\xb0','\xaf','\xd1','\x7b','\x81','\xdb','\x72','\xff','\x22','\xfc','\x3a','\x5a','\x99','\x63','\xe4','\x34','\x59','\xdd','\x8b','\x1a','\xbe','\x9f','\x4f','\x3c','\xcc','\x0e','\x33','\x6f','\xc4','\xc1','\x9e','\x15','\xd9','\xbc','\xfd','\x45','\xe4','\x12','\x89','\x10','\x47','\xf8','\x3e','\xe7','\x41','\x3e','\x1e','\x0e','\x90','\x63','\x7b','\x88','\xec','\x16','\xf5','\xcb','\x7e','\x59','\xe4','\x5d','\x2a','\xd4','\x83','\xeb','\x27','\x7a','\x61','\x44','\x60','\x2b','\x7b','\x2e','\xf2','\x02','\x98','\xa6','\x51','\xf5','\x46','\xc3','\x1e','\xc2','\x23','\xde','\xcb','\x46','\x8d','\x5d','\x48','\xcf','\x84','\xf0','\x4a','\x39','\xf7','\x56','\xaa','\x30','\xef','\xca','\x46','\xa5','\xd7','\x0b','\xf1','\x36','\x0d','\x7e','\x98','\x26','\x2f','\x7e','\xb3','\x8a','\xd9','\xdc','\x3d','\xd4','\x60','\x88','\x65','\xe0','\x7f','\x13','\x23','\x60','\x6b','\xf8','\x49','\xa6','\x18','\x27','\x8d','\x35','\xd5','\x93','\xb5','\x6c','\x2d','\xeb','\x67','\x67','\x4f','\xcd','\xdb','\x7b','\xb5','\x92','\xd6','\x39','\xbd','\xa4','\x15','\xd7','\xf3','\x29','\xaf','\xc3','\xdb','\xac','\xc9','\xab','\x68','\xc5','\x3f','\x85','\xfc','\xd8','\x0c','\xfb','\x32','\xae','\x81','\xf1','\x8d','\x89','\xee','\x18','\x61','\x97','\x0c','\xcc','\x7f','\x69','\xe9','\x2d','\xfa','\x11','\xdd','\xda','\xb0','\xa0','\x4c','\x5f','\xbf','\xd4','\xe3','\x3c','\x28','\xea','\xf3','\x06','\x1c','\xc3','\x9b','\x90','\xf6','\x11','\xe1','\x05','\xd3','\x16','\xf8','\x5a','\x5c','\x1e','\xee','\xb7','\x0b','\x6f','\xfb','\x25','\x2a','\x82','\x6c','\x98','\xe5','\x6e','\xd8','\xc3','\x77','\x67','\x66','\xa5','\x7d','\x86','\xfa','\x15','\xdc','\x72','\xaf','\x00','\x7a','\x8b','\xc3','\x37','\x39','\xc5','\x31','\x87','\x3a','\x8e','\xd9','\x54','\x96','\x9f','\x73','\xac','\xd5','\xfc','\x21','\x4b','\x5b','\x5b','\x7d','\x2f','\x7c','\x71','\xbb','\xba','\xa5','\xbc','\xe4','\x51','\x2a','\x98','\x77','\x54','\x8c','\x30','\xe4','\xdd','\xbc','\xeb','\x87','\xd5','\x63','\x49','\xd0','\x9f','\xc3','\x96','\x11','\xf4','\xaa','\xdb','\xb5','\xc7','\x78','\x2f','\xe9','\x2d','\xf4','\xda','\x8f','\xd9','\xbd','\xc8','\xdf','\x9f','\x1e','\x4f','\x4f','\x8e','\x9c','\x25','\x77','\xe3','\xab','\x28','\x91','\x18','\x4c','\xc9','\x57','\xb2','\xaa','\xbe','\x44','\xe6','\xae','\x05','\xcf','\xbb','\xe3','\x39','\x35','\xcf','\x27','\x45','\x59','\xcd','\xda','\xc5','\xbb','\xbd','\xbc','\x77','\x88','\x37','\xb8','\xa5','\x1b','\x47','\x64','\x7d','\x21','\x0c','\xdf','\xa1','\x67','\x4e','\xd4','\xa7','\xdc','\x60','\xb0','\x7e','\x07','\xfc','\x9d','\xb9','\xf4','\x80','\xe0','\x7f','\xb9','\xab','\x3f','\x69','\x7c','\x01','\xb9','\x0f','\x40','\x60','\x88','\xfe','\x9c','\xad','\xfc','\xb4','\xab','\x91','\xf5','\xe1','\x31','\xe4','\xf7','\x58','\x86','\x39','\xbe','\x83','\x63','\xfc','\x4b','\xe4','\x4f','\x1a','\x5d','\x34','\xc3','\x7a','\x91','\x06','\xfb','\x92','\xec','\xec','\x26','\xe9','\x47','\x36','\x88','\xfe','\x6e','\xf7','\xf3','\x25','\x21','\x73','\x96','\x1b','\x19','\x9a','\x49','\xf5','\x5c','\x83','\x1f','\xa8','\x51','\xbf','\xe0','\x14','\x02','\xe4','\x91','\x8b','\x73','\x4e','\x68','\xb0','\x1b','\xd6','\x40','\x45','\xae','\x01','\x86','\xd2','\x0d','\xd1','\xb4','\x98','\xe1','\x01','\xff','\x4e','\xf6','\xd7','\x10','\x71','\x9e','\x22','\x78','\x55','\x32','\x3a','\x9f','\xf0','\x0d','\x07','\xb3','\xf0','\xad','\xc8','\x18','\x38','\xce','\x69','\x56','\xb3','\xaa','\xe2','\xce','\xd9','\x21','\xeb','\x2f','\x56','\xd7','\x87','\x09','\xb6','\x2b','\xc7','\x00','\x23','\xd6','\x03','\x77','\x18','\xfb','\xbf','\x10','\xab','\x20','\x70','\xc5','\xb6','\xa8','\xab','\x4e','\x54','\x9e','\x9e','\xcd','\xcd','\xe6','\x67','\x5d','\xff','\xd3','\xf4','\x1a','\x55','\x5c','\xb5','\x45','\x7a','\xbd','\x28','\xfa','\x0f','\xdf','\x8f','\xdd','\xd5','\xc5','\xfe','\xe9','\x60','\xd1','\x93','\x5d','\x60','\x02','\x98','\x48','\x68','\x59','\x3f','\xa6','\x3e','\x8f','\x08','\x18','\xc4','\xbf','\xa8','\x8f','\x05','\x30','\x6c','\x70','\x5e','\x46','\x4b','\x10','\x5b','\xb1','\xd5','\x5e','\x12','\x18','\x0b','\xc4','\x0f','\x75','\x97','\x69','\x39','\x16','\xf2','\x43','\x63','\x06','\x4c','\xb2','\xa7','\x6d','\x0c','\xba','\x0d','\xac','\x4e','\x48','\x48','\xaa','\x08','\xfd','\x20','\x67','\x88','\x1f','\x13','\xec','\xca','\xcb','\x1a','\x56','\x91','\x61','\x6e','\xff','\x11','\x7e','\x19','\xfd','\x52','\x9f','\x1e','\x99','\x78','\x6d','\xbb','\x88','\x4f','\x84','\xf6','\x41','\x3d','\xbe','\x7e','\x13','\x8c','\xcf','\x90','\x76','\x45','\xc5','\xf3','\x71','\x2d','\x07','\x9e','\x6e','\xeb','\xf8','\xc6','\x79','\x83','\x9f','\x57','\x8c','\x6f','\x0e','\x03','\x6f','\x21','\x3e','\x91','\x78','\xa7','\xda','\x14','\x72','\x2a','\x20','\x18','\xf7','\xc7','\x4a','\x1f','\x56','\x70','\x6d','\x6f','\x4d','\x5b','\x93','\xdf','\x03','\x99','\xbe','\x1f','\x80','\xef','\x80','\x09','\x74','\xa3','\x6c','\x96','\x77','\xa8','\xc8','\x85','\xd7','\xe4','\xf7','\x00','\x4b','\xb6','\x90','\x46','\x5f','\x0a','\x76','\xf0','\x13','\xf2','\x9f','\x74','\x9e','\x83','\x19','\x18','\xe6','\x0f','\x28','\xca','\x85','\x98','\x7a','\x02','\x79','\xca','\x5d','\xc7','\x45','\x0f','\xea','\x44','\x22','\xbb','\x5e','\xbd','\x0b','\xfd','\x2b','\xeb','\x3b','\xb6','\x89','\x23','\x3e','\x17','\xf8','\x84','\x7a','\xaf','\xb6','\x97','\x7e','\x10','\x44','\xf8','\x9a','\xb5','\x70','\x4d','\x93','\xca','\xa4','\x52','\xc4','\x19','\xdd','\xf0','\x0f','\xee','\xee','\x00','\x81','\xcf','\xe2','\xc8','\xc0','\xea','\x9e','\x12','\xbc','\xbb','\xc8','\xad','\x7b','\xca','\x98','\x08','\x30','\xd2','\x78','\x3f','\xbf','\x81','\xd9','\x7d','\x16','\x75','\xb3','\x35','\x6c','\xec','\x2f','\x51','\xb5','\x8d','\xc6','\xd6','\x27','\x88','\x62','\xef','\xc4','\xa7','\xaf','\xea','\x30','\x82','\xfc','\xe0','\xff','\x13','\xff','\xb5','\x65','\x6b','\xfc','\x7d','\x75','\xb7','\xbe','\xa8','\xbf','\xa4','\xac','\x6f','\x5a','\x3d','\x7f','\x09','\x89','\xfa','\xf1','\xdd','\xd1','\xdf','\x2e','\xf2','\x7e','\x59','\xc4','\x7f','\x19','\xd6','\xeb','\x62','\x2f','\x10','\xb5','\xa5','\xbe','\x6a','\x68','\x68','\xfd','\x82','\xda','\xc4','\x27','\xaf','\xde','\x22','\x7c','\xb2','\x5f','\xcb','\x80','\xd4','\x04','\xfb','\xf0','\xc1','\xcc','\x12','\x1c','\x05','\xbf','\x11','\x16','\xb6','\xac','\xcc','\x6a','\x03','\xc8','\x6f','\x24','\xe2','\x13','\xad','\x15','\xe6','\x85','\x94','\xda','\x6f','\xf4','\x26','\x33','\xc6','\x84','\xfd','\xf9','\x24','\x98','\x07','\x60','\xdf','\x61','\x25','\x63','\xc0','\x8c','\x6a','\xcf','\x97','\x4d','\xb2','\x83','\xfe','\x34','\xc0','\xea','\x47','\x8c','\x9f','\x5d','\xd0','\x6c','\xb5','\x15','\xbf','\xbc','\x23','\x40','\xef','\xc7','\x5d','\xd5','\x9f','\x4e','\xd4','\x73','\xf0','\x38','\xb9','\x05','\x52','\x61','\xa8','\xbc','\xbb','\x9a','\xaf','\xb8','\x65','\xd4','\xff','\x34','\xcc','\x87','\xa3','\x07','\xb4','\x5a','\x66','\xc5','\xd4','\x53','\x5e','\xbb','\x1b','\x67','\x29','\x11','\x07','\x27','\x73','\x0c','\x3b','\x2d','\xbe','\xf1','\xf2','\x02','\x08','\xbb','\x37','\x37','\x2d','\x20','\x56','\x74','\xf1','\x08','\xcc','\xd1','\x6a','\x2a','\xb9','\xbd','\x93','\xdc','\xc5','\x7f','\x2c','\xfb','\xab','\xa7','\x18','\x72','\xad','\x1a','\x5b','\x35','\xc1','\xcf','\xb6','\x06','\x9c','\xb5','\x14','\x6d','\x4f','\x24','\x12','\x47','\xd7','\xf7','\x93','\xd5','\xf8','\xd0','\x18','\x1d','\xa3','\x7d','\x6f','\xa6','\xe8','\x06','\x7e','\x9a','\xa6','\x6b','\x79','\xbb','\xeb','\x96','\xde','\xc8','\x0f','\x23','\x3e','\x49','\xe2','\xf7','\x09','\xc1','\xba','\x73','\xb1','\xc3','\xdf','\x07','\x4c','\x83','\x46','\xf9','\x59','\xcc','\x4f','\xc2','\xba','\x53','\x9e','\x52','\x26','\xc0','\xdf','\x3c','\xf7','\xcf','\x71','\x3d','\x3e','\x1f','\xff','\xcd','\x7e','\xbd','\xf7','\x37','\xd3','\xf3','\x69','\xbd','\xfc','\x9b','\x61','\x7d','\x3a','\xe1','\xb0','\xba','\x98','\x31','\x6c','\x18','\x73','\xb0','\xbd','\x89','\xc7','\xf1','\x23','\xa8','\x5f','\x5a','\xfa','\x8f','\x62','\x3c','\x4b','\xcc','\xd5','\x51','\x1e','\xb3','\xda','\x40','\x12','\x3c','\x6b','\x21','\xfa','\x2d','\x94','\xaf','\xff','\xca','\x75','\x60','\xf5','\x4b','\x0a','\x39','\x25','\x83','\xf7','\xd0','\xe7','\x67','\xce','\xce','\xdb','\xdf','\xd5','\x6a','\x31','\xf3','\x75','\x63','\xde','\x28','\x5f','\x80','\xf7','\xf3','\xe8','\x17','\x7b','\x7e','\x86','\xfa','\xe8','\x97','\x9c','\x6a','\xa9','\x6c','\x26','\xbb','\xfc','\xc9','\x7b','\x7e','\x27','\xf6','\xc4','\xeb','\xd9','\xd7','\x7f','\xf6','\xf2','\xbd','\x44','\x5f','\xdd','\x77','\x1c','\xab','\x29','\xe3','\x41','\x49','\xcd','\x83','\x76','\x59','\x14','\x6c','\x05','\xc4','\x9a','\x2a','\x36','\xbb','\x62','\x39','\xf0','\xfe','\x2f','\x7e','\xd7','\xa9','\x21','\xc3','\x6d','\xd6','\x78','\xe2','\xc2','\x6b','\x96','\x5c','\x89','\x5b','\x69','\x82','\xeb','\x14','\xf1','\x67','\x67','\x7d','\xd5','\x57','\xb9','\xec','\x34','\x81','\x8b','\x4f','\x03','\x07','\x12','\xaf','\x77','\x27','\xd8','\x04','\x03','\x7f','\xb8','\x42','\x74','\xb2','\x33','\x18','\x28','\x0f','\x80','\x7f','\x91','\x2e','\x67','\x83','\x72','\x59','\x66','\x4f','\x47','\x03','\xc3','\x92','\x18','\x2c','\x83','\xf4','\x05','\x26','\x19','\x84','\x19','\x99','\xad','\x4e','\xe4','\x8b','\x5a','\x4b','\xfc','\x4d','\x41','\x1b','\x84','\x88','\x68','\xbb','\xcc','\x4f','\x8a','\xfe','\xd0','\x26','\x58','\x02','\x23','\xe3','\x8b','\x20','\xe5','\x87','\xc5','\x11','\x9f','\xeb','\xc4','\x30','\xbb','\x8d','\xcf','\x8e','\x9f','\x29','\x2a','\xc4','\x2d','\x38','\xb6','\x65','\x7f','\x0a','\xfe','\x6a','\xd1','\xa7','\xe3','\x8b','\x9f','\xb2','\x41','\x3c','\x0d','\xb9','\xfa','\xa7','\x72','\x8b','\x67','\xd7','\xb4','\x11','\x65','\xc3','\x70','\xc6','\x18','\x1c','\x36','\x2f','\xac','\xfb','\x4a','\xac','\x65','\x66','\x63','\x64','\x58','\xc6','\x77','\xd6','\x05','\x0c','\xbc','\xef','\x64','\x15','\x7c','\xfd','\xe2','\x2f','\x79','\x42','\xdb','\x78','\x73','\x73','\x22','\xbe','\x04','\x52','\x27','\x08','\xe3','\x73','\x60','\x5f','\x99','\x23','\xbd','\x8b','\x69','\xf6','\xe6','\x70','\x7c','\x91','\x32','\x3e','\x12','\x5f','\xac','\xe8','\x87','\x0d','\xb7','\x7b','\xeb','\x67','\xdf','\x3b','\x63','\x29','\x68','\xbd','\xf7','\x83','\xfe','\x1b','\x63','\x7f','\x21','\x56','\x44','\xe0','\xb7','\xe0','\x7b','\x13','\xf6','\x7a','\x42','\x9a','\x0c','\xc0','\x56','\x6b','\x15','\x84','\xe1','\x08','\xfe','\x7e','\x58','\xc7','\xf6','\x94','\xe3','\x90','\x73','\x1c','\x3b','\x2f','\xe4','\x65','\xff','\x05','\x2e','\xfb','\x2f','\xcc','\xa3','\x7c','\x0b','\xf1','\xe3','\x30','\x33','\x34','\xdd','\x89','\xf8','\x11','\xe0','\x18','\xce','\x8f','\xd6','\xf1','\x9d','\x09','\xe2','\x61','\x57','\xec','\x56','\xfe','\xdf','\xb4','\xa2','\x0f','\x0f','\xce','\x29','\xec','\x4b','\x73','\xd9','\xb7','\x0e','\x54','\xef','\xab','\x0e','\x56','\xaf','\x1b','\xc8','\x41','\x87','\x08','\x07','\x05','\xf9','\x2d','\xcc','\xad','\x86','\xce','\x1e','\xe2','\x59','\x56','\x75','\x93','\xae','\xe6','\x21','\x53','\x16','\xf6','\x7d','\x6a','\xe2','\x6f','\x57','\xf7','\xdf','\x8e','\x35','\x7a','\x24','\xa3','\x35','\x99','\x12','\xf2','\x39','\x8c','\x0f','\x07','\x7b','\x40','\x4a','\x9f','\x0f','\x22','\x9f','\x40','\x6c','\x70','\xb6','\x87','\x9b','\x30','\xa6','\x4b','\xf0','\xb7','\x94','\xe1','\xd4','\x6e','\x83','\x15','\x1f','\xc3','\x6a','\x5a','\xd1','\xdf','\x8e','\x78','\x53','\x6e','\xb3','\x1f','\x78','\x06','\xce','\x83','\xbe','\x26','\x11','\x16','\xeb','\x7f','\x57','\xb1','\xbf','\xea','\x79','\x32','\x59','\x78','\x0a','\x39','\xac','\x0a','\x3b','\xf2','\x7b','\xf2','\x93','\x05','\x81','\x0f','\x28','\x08','\xfb','\x86','\x23','\x03','\xfa','\x12','\x79','\x35','\xa8','\xd8','\xe7','\xf3','\x95','\x1b','\x15','\xfb','\xd5','\xc0','\x27','\x3f','\xaf','\xcf','\x6a','\x18','\xaf','\xc2','\x5d','\x27','\xc9','\xc2','\x8a','\xe4','\xc6','\x2a','\x20','\x4f','\x1c','\xad','\xa4','\xb4','\xb1','\xd6','\xfe','\x6d','\x42','\x7f','\x52','\x64','\x0d','\xaa','\xe7','\x05','\x2b','\x27','\x3e','\x7e','\xca','\x3b','\x0a','\x1a','\x75','\x8d','\xec','\xef','\x26','\xec','\x3b','\x64','\xef','\xdc','\xc4','\x1b','\xd5','\x1b','\x2d','\xf5','\x87','\x68','\x9f','\xa5','\x34','\xc4','\x3d','\x8f','\x7e','\x08','\xff','\x44','\x74','\x3e','\xca','\x20','\xde','\x7d','\x5e','\xf2','\xcf','\x60','\x87','\xf8','\x4b','\x86','\xf0','\x86','\xd4','\xc8','\x7f','\xdd','\x27','\xea','\x8f','\xc6','\xeb','\xfd','\x5a','\x1c','\x2b','\x16','\xeb','\x5f','\xd0','\xda','\xb5','\xcd','\x5a','\x7f','\x3d','\xa3','\xe1','\xb3','\x76','\x4d','\xf0','\xeb','\x83','\x01','\x70','\x0a','\x91','\x83','\x0e','\x2d','\x4f','\x70','\x57','\xf9','\x54','\xcd','\x15','\xdb','\xa7','\x07','\x7e','\x6f','\xe0','\xed','\x01','\x55','\xf6','\x07','\x15','\xc8','\xc2','\xb8','\xe8','\x31','\xfd','\x69','\xf0','\x8e','\xdc','\xe3','\x70','\xde','\xf8','\x9c','\xbe','\x80','\x0a','\xc1','\x43','\x76','\x1c','\xe6','\xa5','\x7e','\x94','\x9e','\x2f','\x78','\x0e','\xf9','\x4f','\x20','\xab','\x32','\x2c','\x33','\x7c','\x82','\x65','\xe7','\xd4','\x69','\xe4','\xb7','\xc6','\x08','\xc6','\x07','\xf0','\x69','\xf8','\xb8','\x47','\x9b','\xd4','\xce','\xd7','\x23','\x6e','\x37','\xd9','\x3f','\xe6','\x7e','\xac','\x0c','\x85','\x6d','\x19','\x31','\x80','\xf8','\x1f','\xf5','\xa8','\x03','\xa3','\x8c','\x31','\xc7','\xeb','\xe7','\xe1','\x55','\x4f','\x09','\x1b','\xe7','\xee','\xf3','\xad','\xf6','\xdf','\x87','\xf1','\x4f','\xe0','\xeb','\x53','\x5a','\xaf','\x36','\xae','\x7d','\x50','\x47','\x1d','\x99','\x81','\xcf','\x59','\xab','\xc5','\xb4','\xd7','\x61','\x7b','\x39','\xe4','\xcf','\x15','\xf8','\xcd','\xce','\x91','\xe3','\x36','\x5d','\xa1','\x19','\x3e','\x43','\x33','\xbb','\x67','\x76','\x91','\xfc','\x64','\xee','\xac','\x0f','\xee','\x1b','\xd8','\x4f','\xb1','\xc5','\x65','\x82','\x2c','\x6a','\x31','\x7e','\x02','\x39','\x1c','\x86','\x32','\xdd','\x99','\x64','\x26','\x71','\x92','\x66','\x29','\xf6','\x6f','\x3b','\x55','\x1f','\x47','\xec','\x9e','\x36','\x21','\x30','\x7c','\xe3','\xda','\x38','\xfc','\xfe','\x5b','\xda','\x84','\x36','\xa6','\xed','\xe3','\x16','\xbc','\xbf','\xfe','\x74','\x62','\x96','\x26','\xd6','\x5d','\x89','\x6d','\xfd','\x7f','\x72','\x1b','\x61','\xdb','\xf4','\x4e','\x3c','\x07','\xaa','\x46','\x4f','\x0e','\x98','\xf6','\x3e','\xde','\x46','\x76','\x83','\x15','\x30','\x12','\xe6','\xe8','\x08','\xe9','\x77','\x7a','\x4d','\x98','\x0d','\x4e','\xef','\x40','\xaa','\xe3','\x57','\x7f','\x73','\x47','\xa9','\x5d','\x05','\x63','\x5b','\x70','\xcc','\xee','\x9c','\xdf','\xf9','\xb9','\x9c','\xfe','\x0a','\xa7','\xab','\x72','\xe0','\x9a','\xda','\x09','\x9e','\x70','\xbf','\x61','\x57','\xff','\x12','\xac','\xa3','\x51','\xb1','\x33','\xd8','\xc1','\x46','\x55','\xbf','\x2a','\xfa','\x07','\x10','\xb2','\x1c','\xa8','\x02','\xd1','\x81','\xdd','\xb7','\xb1','\x7b','\x82','\x89','\xd1','\x05','\xb0','\xee','\x4e','\xab','\x8a','\x82','\x99','\x29','\xb4','\x27','\x9a','\x32','\x5e','\x27','\x23','\x58','\xef','\x67','\xf6','\xf8','\xdc','\x54','\xfe','\xe6','\x43','\xf3','\x93','\x04','\x51','\xd0','\x32','\x7f','\x17','\xf9','\x67','\x8f','\x4d','\xf5','\x3a','\x8f','\x4d','\xe1','\xeb','\x13','\x44','\x66','\xff','\x92','\x43','\xdd','\xeb','\x29','\x91','\xa6','\x0e','\xf6','\xf4','\x30','\xd9','\x3d','\xbc','\x1b','\x8e','\x0e','\xf3','\x42','\x03','\xa8','\x3d','\xd0','\x5a','\xfc','\xbb','\x88','\x83','\xe9','\x91','\x1f','\x62','\x06','\x08','\x3e','\x77','\xa1','\x73','\x68','\xa8','\xf1','\xfe','\xfd','\x26','\xd6','\x84','\xcb','\xc7','\x81','\x5a','\x13','\xff','\xd3','\x5a','\x5f','\x7d','\x37','\x7b','\x65','\x2c','\xac','\x5f','\xd6','\x69','\x8a','\x0d','\x06','\x03','\x95','\xfe','\x2a','\x68','\x0e','\xd1','\x4d','\x65','\x5f','\x5d','\xf6','\x37','\x11','\xd1','\x42','\xc1','\x86','\x7a','\xa0','\x8e','\x98','\x51','\xb1','\xd5','\x1c','\x1f','\xff','\x32','\x23','\xf2','\xd7','\x6e','\xb1','\x10','\x4c','\xe4','\x67','\xf3','\x5b','\xaa','\xef','\x19','\x09','\x58','\xff','\x71','\xad','\x15','\xff','\x0a','\x66','\x6a','\x5d','\xf3','\xa6','\x3d','\xad','\xde','\xed','\x6d','\xa9','\x0f','\x60','\x8f','\xcf','\xfa','\x2a','\x7e','\x68','\xd6','\x60','\x47','\x86','\xe3','\x46','\x63','\x73','\x30','\xc4','\x44','\xff','\x5f','\xf0','\x5d','\xdd','\x1f','\xf6','\xb4','\x51','\xd9','\x53','\x24','\x08','\xd0','\x5f','\x82','\x71','\xbe','\x4f','\x1f','\x62','\x3f','\x90','\x2c','\xca','\xbb','\x26','\x4c','\xd0','\x6e','\x5b','\xe2','\xa2','\x06','\x0c','\xfb','\x73','\xc5','\x03','\x78','\xbd','\x01','\x12','\x44','\xc8','\x4a','\x78','\x3d','\x16','\xc1','\x8a','\xfe','\xb0','\xd4','\x0b','\xe0','\xfd','\x92','\x3f','\xfc','\xc8','\xf6','\xc6','\xab','\x03','\x2a','\xfc','\x87','\xc8','\x52','\xa9','\x0b','\x3b','\xed','\x81','\xea','\x23','\x6f','\x2e','\x5a','\xa0','\xc1','\x8e','\xe8','\xae','\xe1','\xbc','\xb1','\xd7','\xb2','\xee','\x94','\x28','\x77','\x5a','\xb1','\xd1','\xfa','\x08','\xb5','\xaf','\x73','\xa7','\x95','\xaa','\xe3','\x4a','\xa4','\xab','\x59','\xbc','\x5b','\xed','\xa7','\xd0','\xfe','\xbb','\xb4','\x6c','\x74','\xf1','\x87','\x45','\xfe','\x7e','\x22','\x38','\x07','\xd7','\x9c','\x28','\x27','\xca','\x49','\xbc','\x72','\x5f','\xf8','\x35','\xfe','\xed','\x20','\x51','\x79','\x28','\x78','\xb4','\x72','\x28','\x00','\x1f','\x18','\x25','\x44','\xb8','\x83','\x7d','\x37','\x07','\xe7','\xe7','\x5e','\x0e','\xec','\xea','\xbe','\x00','\xf9','\xbd','\x65','\xff','\x0a','\x89','\x34','\x50','\x34','\x29','\x7d','\x93','\xf5','\xc3','\x64','\xe2','\x47','\x13','\xc8','\x4c','\xf8','\x23','\xd4','\x1d','\xe6','\x71','\xa3','\x36','\x66','\xa4','\xf5','\x22','\x6b','\xcd','\xcf','\x63','\x94','\x7f','\x86','\xe3','\x51','\x56','\x82','\x08','\xfe','\x8a','\x30','\xbf','\xf9','\x6a','\x90','\xb7','\x0f','\x05','\x49','\xfb','\x91','\xc0','\xb5','\x5e','\xad','\x27','\x90','\x43','\x79','\xf1','\xf1','\xee','\x2f','\x22','\xff','\x77','\x80','\x6c','\x3d','\xbc','\xac','\x05','\xdd','\xe5','\x2d','\x60','\x99','\x0c','\x04','\x4e','\x39','\xe4','\xc7','\x83','\x33','\x91','\x7d','\x36','\x9b','\x34','\xb4','\x26','\x47','\x4d','\x0b','\x3e','\xda','\x67','\x7e','\x1f','\xaf','\xf9','\xff','\x26','\xd0','\x2b','\xb7','\x61','\xff','\x37','\xc1','\x31','\xf2','\x3a','\xc6','\x71','\xc2','\x1d','\xbf','\x3f','\xae','\xf7','\xac','\x7d','\x73','\x36','\xae','\xf5','\x04','\x8e','\x0d','\xa2','\xa0','\xaa','\x94','\xe6','\xcf','\xce','\x9f','\x2d','\x4f','\x85','\xf5','\xf3','\x58','\x3f','\x43','\xde','\x13','\xd1','\xd8','\xfd','\xbc','\xce','\xda','\x4d','\xec','\xae','\xfb','\x2d','\xbd','\x88','\xf9','\x7d','\x3f','\xf0','\x41','\xee','\x38','\x27','\xed','\x27','\x66','\x33','\xda','\x8b','\xf0','\x7a','\x87','\x3d','\x51','\x3d','\x59','\xfa','\xfe','\xd9','\x8e','\xb3','\x9d','\x53','\x5a','\x63','\xfc','\x3e','\x0c','\x5b','\x27','\xea','\xab','\x22','\xfc','\x1a','\x69','\xae','\x52','\x8d','\xe1','\x3a','\xbd','\x24','\xd6','\xa7','\x3c','\x8b','\x38','\x95','\x91','\xd7','\xd2','\x8b','\x46','\xb9','\xbb','\xbc','\x58','\x68','\x22','\x48','\x19','\x8b','\xf0','\x6d','\x6d','\x0b','\xf7','\x0d','\x5d','\x5b','\xdf','\x32','\x33','\x48','\xc8','\xd2','\x29','\xfe','\xb3','\x47','\x44','\xdd','\x8a','\x64','\xdf','\x9b','\xf9','\xea','\xa6','\x37','\x99','\xf5','\x2f','\x3c','\xca','\x40','\xe3','\xa7','\x7e','\x34','\xfc','\xc4','\xbf','\x0d','\x3a','\xc8','\x9d','\xf8','\xb6','\xd5','\xfe','\x7b','\x6b','\x94','\x4f','\xea','\x37','\x45','\x19','\x53','\x87','\x3c','\x4a','\x41','\xd7','\x32','\xa4','\xc0','\xde','\xb4','\x22','\xfd','\x8d','\xb8','\x3a','\xa0','\xd8','\xb1','\x97','\x56','\xc8','\xdc','\x20','\xc7','\xfc','\x88','\x0a','\x16','\xda','\xcd','\x2a','\xe6','\x9d','\xc2','\x1e','\x97','\x61','\x7f','\x4b','\x91','\x3f','\x85','\xb5','\x60','\x55','\xbf','\xc7','\x13','\x02','\x07','\x4d','\x83','\x4a','\xf1','\x70','\x30','\x61','\xdf','\x6f','\x5f','\x2f','\x58','\xf6','\x9d','\xfe','\xa9','\x16','\x4c','\x97','\xbb','\x83','\x07','\xc0','\x36','\xf5','\xc4','\xf8','\x87','\xfd','\x37','\x4d','\x87','\x4e','\x1f','\xcb','\xfc','\x11','\x1c','\xb9','\x32','\x3b','\x2f','\x3a','\x58','\x96','\x92','\x1b','\xb9','\x56','\x6a','\x27','\xed','\x4b','\x1d','\x74','\x53','\x70','\x9f','\xb1','\xd3','\x7e','\x28','\x70','\x8b','\xe7','\xec','\x7b','\x6b','\xf1','\xa1','\x7b','\x8f','\x21','\x03','\xf0','\xbd','\x17','\x28','\xf8','\xc7','\x20','\x0e','\x49','\x0f','\xd7','\xf5','\xdb','\xa2','\xff','\x03','\xe6','\x49','\x52','\xc1','\x1e','\xd9','\x1b','\x0e','\x75','\x39','\xda','\x47','\x42','\x2e','\x3c','\x39','\x9f','\xfb','\x10','\xf9','\x4f','\xfc','\xe3','\xfe','\x21','\xee','\x56','\xdc','\x8e','\x3f','\x90','\xec','\xa6','\xd9','\xdf','\xff','\xd9','\xe4','\xc0','\xe4','\xcf','\x26','\x9f','\x98','\xfc','\x59','\xfe','\xde','\x37','\x9e','\x0b','\xc7','\xdf','\x89','\xb8','\x83','\x07','\x8c','\xc1','\x9a','\x59','\x1b','\xf4','\x07','\x12','\x07','\xe6','\xad','\xbd','\xc5','\x52','\x4c','\x9d','\x02','\xad','\xbd','\x9f','\x9f','\xd4','\xb3','\xf3','\xd9','\xcf','\x9d','\xd4','\x91','\x21','\x1f','\x59','\xee','\xb0','\x5b','\xf2','\x17','\xd0','\xbe','\x02','\xff','\xa9','\xab','\x9e','\xb4','\x88','\xb5','\x2e','\x40','\x62','\xf8','\x66','\x65','\x58','\x58','\xff','\x44','\xee','\xa9','\x23','\xdb','\x02','\xb2','\xa3','\x3f','\x54','\x47','\xfe','\xb8','\x84','\x95','\x28','\xc0','\x6e','\x6d','\xb4','\xba','\x51','\x7f','\x2b','\x9b','\xde','\x4e','\xa6','\x8d','\x5c','\xdf','\x95','\xa3','\xb9','\xa3','\xb9','\x6f','\x5c','\x31','\x72','\xf8','\x9c','\x29','\x7a','\x49','\x4f','\x1b','\x59','\x53','\x45','\x56','\x36','\xb0','\x69','\xef','\x60','\x3f','\x25','\xd8','\xfb','\x57','\xb5','\x2a','\x45','\x4f','\x46','\x15','\x64','\x5c','\x01','\x8f','\x96','\x88','\x2d','\x64','\x9d','\x9c','\x75','\x44','\xe6','\x08','\x88','\x72','\x17','\xf6','\xe0','\x43','\xfa','\xb3','\xab','\xa2','\x3f','\x3b','\xf8','\xfd','\x9b','\xd9','\x8e','\xe1','\x1f','\x84','\xf5','\x83','\xf9','\x11','\xb3','\xc5','\x6b','\x6f','\x62','\x1f','\x7a','\xbc','\x16','\x7c','\x9d','\xd2','\x07','\xd7','\x9f','\xcc','\xbd','\x2c','\xba','\x57','\x88','\xfe','\x87','\xb9','\x9f','\x36','\xae','\x5f','\x53','\x57','\xf7','\x9b','\x68','\xce','\xcf','\x7e','\xd2','\x4b','\xb0','\x3f','\x6f','\xc8','\x2f','\x62','\x81','\x2d','\xe9','\xbc','\x8f','\x7d','\x8f','\x17','\xe3','\x6e','\xc2','\x41','\x74','\x8d','\xbc','\x7f','\x12','\x27','\x86','\xbf','\x0f','\xcd','\xed','\xa0','\x39','\xed','\xcb','\x6d','\xf2','\x0e','\x47','\x77','\xb9','\xc9','\xbf','\x8c','\xac','\xdd','\x51','\x77','\xc8','\xd1','\xc0','\xad','\x1c','\xba','\xe9','\x27','\xc1','\x7d','\x4a','\x16','\x40','\x29','\x8d','\xf3','\x02','\xb5','\x7d','\x7b','\xb6','\x30','\xbb','\xef','\x7d','\xbb','\x52','\xa8','\x10','\xcf','\x3c','\xdb','\x7b','\xdf','\xf8','\xf6','\x52','\xba','\xe1','\x5f','\x0a','\x96','\xa2','\xe1','\xb9','\x5e','\x66','\x08','\xb4','\x9f','\xe1','\x62','\xff','\xc4','\x2f','\x08','\x7e','\xdc','\xd0','\xbe','\x16','\x9d','\x6c','\x9e','\x50','\xeb','\xbe','\xe6','\x13','\xbf','\xe6','\xbf','\x9e','\x38','\x9d','\x50','\xd6','\x47','\xf1','\x53','\xdc','\x64','\x5e','\x72','\xb5','\x7e','\x90','\xfc','\x57','\x01','\xc8','\x0a','\xd4','\x3a','\x0f','\x1b','\x4f','\x81','\xfd','\xbe','\x51','\xb2','\xd3','\x08','\x7e','\x9a','\x7f','\x2d','\x3f','\x4f','\x88','\xc4','\x18','\x48','\xfe','\xf7','\x4d','\xbc','\x4e','\xba','\x2e','\x26','\xf2','\xf7','\xe5','\x1f','\xba','\x7a','\x25','\x9f','\xc8','\x77','\x5d','\x4d','\xe4','\x13','\x76','\x2e','\xaf','\x5f','\x52','\x23','\x76','\x64','\x51','\xd9','\x35','\xc4','\x40','\x3a','\x37','\x7a','\xb7','\x21','\xff','\x20','\xe9','\x5c','\x5e','\x02','\xeb','\xd4','\x86','\x15','\xbf','\x94','\x64','\xdd','\xf6','\x0e','\x7e','\x19','\x91','\xc5','\x82','\x5f','\xdb','\x9d','\x63','\x21','\xff','\xd3','\x6a','\x4c','\x69','\x2b','\x7e','\x80','\x12','\x99','\x61','\x5b','\xae','\x63','\x24','\xed','\x5e','\xf5','\x23','\xc1','\x4e','\xf5','\xbf','\x88','\xfa','\x12','\xea','\x4f','\x68','\xba','\xba','\x1a','\x1f','\xb8','\x3b','\xc2','\x07','\xca','\x1f','\xe4','\xaf','\x6a','\x3b','\xf0','\x06','\xf3','\x53','\x4c','\xb1','\x95','\xa9','\x1f','\xd3','\x07','\x0d','\x7d','\x5a','\x4f','\xe8','\xf9','\x81','\x59','\xc3','\x75','\xd9','\x97','\xc2','\xfa','\xc0','\x0e','\x2b','\x71','\x38','\x71','\x6c','\xe7','\xa5','\x87','\x9c','\xa7','\x71','\x5a','\x3a','\xf0','\x5b','\x3a','\xa1','\x24','\x94','\xb8','\xa8','\x8f','\x55','\xc8','\xba','\x25','\x8d','\xed','\xb6','\xd4','\xe2','\x1a','\xab','\xb3','\xf8','\x7b','\xa0','\xd3','\x3a','\xe9','\x4e','\x16','\xb3','\x62','\xc5','\xf5','\xa2','\xfe','\x61','\x75','\x6c','\x29','\xc2','\x68','\x74','\x84','\x5c','\x37','\x51','\xfd','\xea','\xcb','\x5c','\xf4','\x87','\x9a','\x03','\xcb','\x6b','\x0e','\xf1','\x3f','\xba','\x87','\x35','\x3c','\x1a','\xf2','\x93','\xc1','\x0f','\xe7','\xa4','\x74','\x0a','\xd6','\x72','\xc1','\x01','\x7f','\x17','\x39','\x7c','\x60','\x31','\xc1','\xb2','\x1a','\x11','\xf1','\xb3','\x30','\x7f','\xfd','\xaa','\xc8','\x5f','\xbf','\xca','\x67','\x61','\x9e','\xbe','\x1a','\x10','\xb1','\xe2','\x31','\x7f','\x03','\xfe','\x94','\xe5','\x04','\x13','\x20','\xf1','\x9c','\xf2','\xb1','\xc0','\x2d','\x8f','\x7d','\x71','\x15','\xff','\x4e','\x30','\x43','\x14','\x0d','\xa3','\xb4','\x94','\x85','\xfc','\xfb','\x30','\xbe','\x5b','\x2d','\x51','\x7f','\xd4','\x7d','\x44','\x15','\xdd','\xb3','\x40','\x7b','\x6c','\x0e','\x9e','\x04','\xbf','\x34','\x8c','\x6f','\x37','\xf1','\x9b','\x5a','\xd8','\x67','\x0c','\x39','\xf4','\x19','\x15','\x5d','\x05','\x30','\x02','\x2a','\x7d','\x3f','\x1c','\x3f','\xc9','\x3f','\x12','\xe7','\xcb','\x4a','\x42','\x1d','\x2a','\xee','\xf6','\xf2','\x7e','\x7e','\xce','\x5f','\x10','\xe8','\xdb','\x12','\xb6','\xbc','\xc4','\x59','\x34','\x42','\x75','\xbe','\xb3','\x04','\x9a','\xd9','\xc2','\xe6','\x29','\x3b','\xdd','\x81','\x23','\x03','\x69','\x3d','\x9d','\x4e','\x67','\x47','\xca','\x24','\xfa','\xfc','\xe5','\x20','\xc1','\x1e','\xe6','\xbb','\x49','\x33','\x3a','\x1d','\xf6','\xd7','\x12','\xf1','\xdf','\x0c','\xcf','\x28','\x39','\x35','\x43','\xc0','\x7e','\xa7','\xe3','\x6c','\x7c','\xe1','\xb7','\xc0','\x7a','\x1e','\x53','\xad','\x00','\xf1','\xc1','\xd3','\xa0','\xa1','\x60','\xe7','\xf8','\xe8','\x0c','\x4d','\xbb','\x8a','\x3b','\xef','\xc0','\x76','\xa9','\x54','\xdd','\x68','\x74','\x28','\x4a','\xfa','\x94','\xe1','\x92','\x53','\xe0','\x1b','\x61','\x64','\x11','\x8f','\x6b','\x83','\xbc','\xc8','\xf1','\x97','\xe1','\xdb','\x68','\x2c','\xe2','\xd7','\xdc','\x14','\x0c','\x59','\x43','\x8b','\xee','\xe2','\x39','\x17','\xd7','\xff','\xc6','\x9b','\xdd','\x69','\x39','\x87','\x53','\x56','\x4a','\xd4','\x57','\xea','\x8c','\xb3','\x8f','\xca','\x0c','\x01','\x1c','\x1f','\x65','\xd7','\xd9','\xe3','\x22','\xee','\x2e','\xbe','\x3e','\xb2','\x88','\x72','\x0c','\xe5','\x39','\xbe','\x89','\xec','\x87','\x92','\xbd','\x1b','\x4c','\x53','\x30','\x08','\xb4','\x15','\x11','\x8c','\xa7','\x7c','\x46','\xf4','\xae','\x9f','\x74','\x90','\xdf','\x5a','\x3c','\xd3','\xc6','\xcc','\xc7','\xb1','\x0e','\xc7','\xa3','\xc5','\xa1','\xaf','\x1c','\x5a','\xf4','\x8b','\xf0','\x92','\x5d','\xf1','\xce','\xd6','\x7a','\x58','\xa2','\x49','\x34','\x45','\x7b','\xd8','\x01','\x6a','\x0c','\xec','\xe8','\x56','\xf4','\xad','\xe0','\x47','\x87','\xab','\x04','\xbb','\x04','\x51','\x82','\x7c','\x08','\x3e','\xfc','\xd5','\x55','\xfc','\x6d','\xad','\xdc','\x7c','\x4d','\x1b','\xb2','\xb5','\x3f','\x8a','\xf1','\xda','\xf4','\x22','\x29','\x83','\x14','\x27','\xd3','\x60','\x41','\x4c','\x97','\xd3','\xe5','\xbd','\x85','\x66','\x7f','\x8e','\x88','\x5f','\x9d','\x30','\x8c','\x3e','\x4a','\x7e','\x75','\xdd','\x9c','\xa1','\x7a','\x62','\x65','\x5e','\xdf','\x3b','\x56','\x5a','\xcd','\xaf','\x3a','\xd6','\xf6','\xd5','\x3b','\xfc','\xdf','\x3b','\xfd','\x07','\x94','\xdb','\xff','\x69','\xfb','\xda','\x85','\xcd','\x43','\xcf','\x6a','\xa2','\xbe','\xc8','\x4d','\xb9','\x9b','\x82','\xb8','\x7b','\xda','\xb5','\x40','\xde','\x26','\xd3','\xdd','\x76','\x4f','\xfd','\xba','\x88','\x81','\xe8','\x87','\x65','\x7d','\x37','\xf2','\x12','\x1a','\x96','\xe1','\x0c','\x87','\xfc','\x9d','\xc3','\xa2','\xf6','\xd4','\x00','\x7f','\x29','\x0f','\x3a','\x9e','\x90','\x93','\x82','\x17','\xdb','\x29','\x4c','\xd9','\x07','\xec','\x4c','\x21','\xe3','\x9e','\xc8','\xc2','\xef','\xf9','\xcc','\x73','\x99','\x74','\xb6','\xf8','\xe5','\xe9','\xc8','\x16','\x6a','\xde','\x85','\xd5','\xfd','\x75','\x60','\x45','\xfa','\x43','\x6f','\x1d','\x82','\x15','\x06','\x43','\x96','\x4c','\x74','\xde','\x69','\xdf','\x68','\x3e','\xf5','\x86','\xa6','\xff','\xef','\x05','\xaa','\xd3','\xfb','\xc8','\x87','\xf0','\xff','\xad','\x01','\x3b','\x17','\x35','\x01','\x22','\xac','\x7e','\x5e','\x4f','\xd8','\x09','\x53','\x74','\x1e','\x01','\x9f','\x2f','\xc4','\xcf','\xc0','\xfa','\x07','\xc9','\xe8','\xac','\xe3','\xc4','\xf9','\x79','\x3d','\x69','\x27','\x1c','\xa9','\x5f','\xe2','\x96','\x59','\x14','\xf5','\xa5','\x42','\xbf','\x1f','\xe4','\xae','\x75','\xe4','\xed','\x09','\x3d','\x9b','\x77','\x5e','\xcb','\xec','\xfe','\x6c','\xde','\xad','\x8c','\x25','\xf6','\x0a','\x82','\xf0','\xd5','\x9f','\x3f','\x5a','\x97','\x71','\x08','\x79','\x4f','\x57','\xb8','\x8d','\x10','\x1a','\x5e','\x98','\xb5','\x67','\xbd','\xbf','\x98','\x9e','\xcd','\xf1','\x5c','\x69','\xfa','\x2f','\x72','\xf3','\xb9','\xf9','\xe9','\xbf','\x20','\xa5','\x79','\xb0','\x51','\x63','\x2a','\xce','\x2f','\x9c','\x61','\xf4','\xad','\x47','\x16','\x86','\x8a','\x21','\x7f','\x2c','\x83','\x77','\x4b','\xd0','\x0e','\xda','\x46','\x15','\x25','\x62','\x98','\x04','\x59','\x8f','\x7c','\xba','\x77','\xf6','\x67','\xfa','\xd7','\xe4','\x5b','\xd4','\xdf','\x3d','\x8a','\x6f','\x0a','\x8b','\x3d','\x44','\xf6','\x8d','\x06','\x6b','\xd4','\xb5','\xea','\x66','\xf3','\x1a','\x56','\x7f','\xb5','\xe6','\x0f','\xc9','\x37','\xf9','\xb7','\xe9','\xdb','\xb4','\xf4','\x34','\x77','\x4b','\x6e','\xe9','\x3b','\xfc','\x2b','\x2f','\xc1','\xf9','\x11','\xae','\xd3','\x11','\x86','\x39','\x56','\x52','\x90','\x08','\xbe','\xc1','\x82','\x69','\x9a','\xf6','\xe1','\x92','\xe0','\x67','\xc1','\xec','\x9c','\x6b','\x04','\xbf','\xea','\xff','\x5a','\x60','\xf8','\x46','\x20','\x3b','\x85','\xf7','\x2d','\xd9','\x74','\x5f','\x50','\x54','\x3b','\xbe','\x25','\xeb','\x8b','\xe3','\xb4','\x38','\xb7','\x0f','\x2c','\xa3','\x7b','\x44','\xaf','\xf4','\xeb','\xc8','\x67','\x9f','\x65','\x69','\x06','\xf2','\x53','\xc1','\xfe','\x78','\xef','\x50','\x5a','\x7e','\x3a','\x5d','\xda','\x07','\x8f','\x9b','\xde','\x31','\xdc','\x9f','\xc2','\xde','\x07','\xbb','\x91','\x53','\xff','\x1e','\xbe','\x53','\x10','\x65','\x25','\xe4','\x1e','\xa7','\xad','\x1a','\x94','\x44','\x1d','\x85','\xed','\xac','\xe1','\x1c','\xcb','\x7e','\x27','\x33','\x94','\xad','\x4d','\x1d','\x73','\xaa','\x31','\x5d','\x11','\xf1','\xfd','\x66','\x7e','\x80','\xb0','\x35','\x4b','\x23','\x58','\x65','\x10','\xf0','\x16','\x7e','\xb6','\xb0','\xbf','\x84','\x25','\x7a','\x54','\x5a','\xc9','\xe9','\x8f','\x2c','\x0c','\x59','\x97','\x05','\xfe','\x9f','\xa6','\xdd','\x11','\xd6','\x6a','\xff','\xa8','\xc2','\x7f','\x64','\x12','\x61','\x8d','\xf6','\x45','\x5e','\x6d','\x74','\x80','\x44','\xf9','\x8b','\xaf','\x0f','\x36','\x97','\x77','\x96','\xaf','\x86','\x39','\x02','\x17','\xeb','\xaf','\xc1','\x1a','\xc5','\xd7','\x23','\x7f','\x5e','\x06','\xa3','\x74','\x60','\x3b','\x09','\xfd','\x22','\xfb','\x0b','\x62','\x7f','\x9b','\x37','\x69','\x39','\x59','\x2d','\x55','\xec','\xea','\x18','\x4b','\x80','\xa5','\x3b','\xc0','\x7e','\x1c','\x48','\x29','\xd6','\xc3','\x15','\xf1','\xfd','\xea','\xc8','\xb5','\x67','\xeb','\x06','\x3b','\x76','\xeb','\x3b','\xa9','\x21','\xbd','\xc6','\x8e','\xed','\xae','\x5e','\xd3','\xd3','\xe2','\xfb','\x31','\xb8','\xfe','\xf8','\x22','\x16','\xe8','\x61','\xcc','\xb2','\x30','\x12','\x5b','\x14','\xf5','\xb0','\xb2','\x8d','\xf3','\x56','\x69','\xbf','\xf5','\xe7','\x7b','\x03','\x8b','\x7d','\x4f','\x54','\x7d','\x05','\xe0','\x39','\x63','\xfd','\xc6','\x41','\xbe','\x85','\x2d','\x8a','\xfa','\xcc','\x3e','\xf0','\x0a','\x93','\xd5','\x97','\x83','\x34','\xcc','\xf2','\x64','\xfa','\x23','\xb7','\xf4','\xec','\x8f','\x6f','\xb1','\x1c','\x3b','\xd9','\x77','\x56','\x4f','\x12','\x2d','\xea','\x1f','\x47','\x6a','\x22','\x3f','\x6d','\x91','\xe2','\x54','\x90','\xc1','\x0a','\xdc','\xb0','\xfe','\xb6','\xe9','\xff','\x20','\x4f','\x61','\x23','\xb3','\x3c','\xb2','\x72','\x39','\x4c','\xaa','\x8a','\x8c','\x8d','\x94','\x97','\x83','\xef','\xf6','\x9b','\x62','\xab','\xf5','\x67','\x53','\x1d','\x63','\x1d','\x63','\x6d','\x45','\x45','\xd6','\xaf','\x15','\x6a','\x79','\x26','\xeb','\xae','\x41','\x13','\xc0','\xdd','\xda','\x18','\xdc','\xaf','\xfe','\x44','\x1d','\x13','\xfd','\xe9','\x9a','\xf3','\x3d','\x9a','\xf3','\x02','\x95','\xda','\xe0','\xe7','\x23','\x41','\xa1','\x6c','\xaf','\xda','\x0a','\x15','\xdb','\x8b','\xea','\x46','\x34','\xd1','\x81','\x19','\xd1','\x0e','\x3b','\xd5','\x87','\x04','\xf6','\x47','\xe2','\x1e','\x22','\x0c','\x66','\xb8','\xfe','\x41','\x57','\xc7','\xe8','\xd2','\x1c','\x5a','\x9a','\xf8','\x1b','\x3e','\x86','\xf8','\x2f','\x22','\xf3','\x36','\x83','\x02','\x35','\x30','\x1a','\x18','\x45','\x44','\x61','\x1b','\x0c','\x6c','\x46','\xed','\x4c','\x9b','\x1a','\xd6','\x83','\x76','\xbf','\xf6','\xee','\xde','\x6d','\xf5','\x55','\xf5','\x49','\x52','\xaa','\x1d','\x01','\xf9','\x51','\x76','\x3c','\x87','\x8a','\xf8','\xbe','\x88','\xa9','\x46','\xf9','\xbb','\x4c','\x22','\xbb','\xfe','\xcb','\xf0','\xfe','\x85','\xba','\xed','\x15','\xea','\x56','\x31','\x5d','\x1e','\x29','\xb4','\x66','\x9b','\xa3','\xfe','\xce','\xab','\x11','\x96','\xab','\xf1','\xae','\x24','\xe4','\xdf','\x48','\x62','\x73','\x24','\xfb','\xa6','\xc0','\x9e','\x23','\xfa','\x1c','\x03','\x6b','\x61','\xfc','\x9c','\x74','\xbd','\x93','\xc8','\x25','\x40','\xf4','\x74','\xbd','\xb3','\x33','\xf7','\x68','\xee','\xc9','\xdc','\xc1','\x77','\x66','\x73','\x09','\xb1','\x6d','\xcc','\x75','\xff','\x29','\xde','\x49','\xe4','\xea','\x49','\x37','\x22','\x42','\xab','\xe5','\x0b','\x21','\xe3','\x41','\x3f','\xd8','\xa2','\xfd','\x41','\xc6','\xf8','\x82','\xd1','\x1e','\xa0','\x9f','\x99','\x09','\x64','\x04','\xea','\x20','\x4e','\x3b','\x98','\xdf','\x18','\x39','\x9e','\xd5','\x4f','\x7d','\x0b','\xc6','\xf0','\x5b','\x05','\xb0','\x10','\xf2','\x30','\x8a','\x44','\x9d','\x57','\xbf','\x09','\x47','\x8c','\xd4','\xc0','\xfa','\x70','\x97','\x83','\x78','\x7e','\xc7','\x17','\xf7','\xbc','\x80','\x79','\x69','\x5f','\xeb','\xe2','\xc2','\x6e','\xad','\xc1','\x37','\x04','\xf9','\x4e','\x8a','\xcb','\x3c','\x46','\x5f','\xa4','\x6b','\x03','\x11','\x1f','\x0c','\x44','\x85','\x1c','\x3d','\xc1','\x33','\x62','\x7d','\xcb','\xeb','\x09','\x35','\xa6','\xc0','\xf0','\x51','\x4a','\x1b','\xfc','\x35','\x32','\x7e','\x72','\x27','\x3b','\x5b','\x8b','\x84','\x80','\x77','\xfc','\x25','\x3f','\x47','\xcf','\x2d','\xf9','\xd6','\x2b','\xf5','\x59','\xe7','\x95','\x3a','\x22','\x0d','\x7d','\x6b','\x03','\xc7','\x0e','\x17','\x6d','\x9d','\x74','\x95','\x87','\x13','\xf5','\xa5','\xbe','\x5f','\xc5','\xb2','\xd4','\x35','\x32','\x3e','\x2d','\xce','\x87','\xeb','\x5f','\xdd','\xac','\xee','\x50','\x7f','\x10','\xf6','\x77','\x95','\xdf','\x5f','\x70','\x51','\x55','\x3f','\x80','\x15','\x8d','\x7d','\x30','\x1f','\x09','\x16','\x2d','\x16','\xe2','\xc3','\xe7','\xac','\x66','\x7c','\xa8','\xa9','\x75','\xe5','\xb3','\x88','\x9f','\x12','\x2d','\x96','\x15','\xa6','\x4f','\x8f','\xa4','\xb5','\xf2','\x0c','\x45','\x6c','\x95','\x46','\x31','\x83','\xb8','\x02','\x3a','\x48','\x2f','\x8f','\x29','\xe0','\x3f','\x62','\xc6','\xdb','\x29','\xce','\x8d','\xd1','\xbd','\x1a','\x58','\x20','\x96','\xee','\x5c','\x77','\x0c','\x57','\x76','\x02','\xe9','\x6c','\x8b','\xc1','\x37','\xc6','\xfe','\x35','\xa7','\xeb','\x63','\x5a','\xa6','\xde','\x2e','\xa2','\xba','\xd7','\x41','\xd3','\xf7','\xa8','\x58','\x69','\x84','\xf9','\x4f','\x79','\x4f','\x70','\x1d','\x60','\x14','\x82','\x7a','\x49','\xcf','\xf0','\xfb','\xad','\x31','\xab','\xc4','\x3a','\xbb','\x87','\xda','\x60','\xfc','\xf8','\x30','\xe2','\x92','\x45','\x95','\x27','\x47','\x4c','\x01','\xa1','\x65','\xd3','\x36','\x1c','\x9b','\x8c','\x61','\xfd','\x47','\x98','\x5d','\x8f','\x05','\x1a','\xf9','\xb7','\xdc','\x63','\x8e','\x95','\x09','\x26','\xf2','\x13','\xf9','\xfb','\xf3','\xd7','\xf2','\x63','\xf9','\x58','\x67','\xa4','\x5f','\x56','\xc7','\xd9','\x9b','\xf7','\x3f','\x8a','\xbf','\x3c','\xa1','\x2e','\x85','\x38','\xac','\x0f','\x58','\xfb','\x70','\x8c','\xcd','\xcf','\xcd','\x1f','\x29','\x63','\x7d','\x0c','\x48','\x5e','\xac','\x69','\x3f','\x69','\x3f','\xe1','\xc8','\xce','\x23','\xce','\xdc','\x13','\x73','\x27','\xd8','\xdf','\xea','\x1d','\x7a','\xe7','\x56','\x0c','\xbf','\x0e','\x13','\x43','\x58','\x14','\xc3','\xe5','\x55','\x8f','\xc4','\x26','\x93','\xdc','\xbb','\x23','\x5e','\x7f','\x3a','\xac','\x7d','\x6a','\xe1','\x9f','\x57','\xe9','\xfa','\x35','\x6f','\x80','\xfc','\xf2','\x4e','\x98','\xb1','\x07','\x5f','\xac','\x91','\x1a','\xe2','\x73','\x32','\x23','\x19','\x72','\xb2','\x68','\x63','\x7c','\xbd','\xd8','\xb3','\x3b','\x67','\x66','\xcd','\x97','\x6a','\x27','\xf7','\xea','\x44','\x2f','\xdc','\xae','\xea','\xc6','\x80','\xf9','\xef','\x6b','\xbf','\x49','\x1f','\x35','\xaf','\xdb','\x4a','\x29','\xec','\xef','\x57','\xb6','\xca','\xcf','\xdc','\xb4','\x40','\xea','\xa1','\x7c','\xc1','\xdf','\x10','\xc5','\x8b','\x67','\x64','\x1f','\x59','\x9c','\x03','\xcb','\x37','\x7b','\x93','\xd8','\x87','\x3b','\xaa','\xdf','\x79','\x1c','\x56','\xe9','\x06','\xae','\xa4','\x3f','\x30','\xb0','\x87','\x67','\xbb','\x71','\xc2','\x18','\x0b','\xd0','\x3b','\x3f','\x21','\xbc','\x39','\x8c','\x12','\x61','\xfc','\x11','\xfc','\x33','\x75','\x72','\xea','\x13','\x96','\x6d','\xcd','\x58','\xf6','\xf4','\x27','\x9c','\x49','\xe7','\x79','\x07','\x49','\xd4','\x2d','\x67','\x06','\xae','\x19','\xe4','\xdf','\xf0','\xba','\x85','\x93','\x76','\xc6','\xc4','\xca','\x76','\xec','\x39','\x72','\x00','\x56','\x45','\xa6','\x7e','\xd2','\xcb','\xba','\xe0','\x27','\xfc','\x70','\x4d','\x5b','\xf4','\xf9','\x81','\x60','\x3e','\xfa','\x83','\xe0','\x18','\xc1','\x2a','\x0c','\x19','\xdd','\xc3','\x7a','\x33','\x11','\x1f','\x17','\x8c','\x13','\xc3','\x67','\x52','\x30','\x5b','\x1f','\x03','\x9d','\xc4','\xbc','\x07','\xdc','\x25','\x06','\x1f','\xef','\xf5','\xb4','\xad','\x5e','\x39','\x44','\x5a','\x83','\x6a','\x0c','\xb4','\xa3','\xaa','\x76','\x27','\x8f','\x60','\x7e','\xf0','\x02','\xb9','\xb0','\x6c','\x10','\x77','\xca','\x5b','\xa3','\x4e','\xe9','\x84','\x4d','\x55','\x9d','\x2a','\x5c','\x4f','\xd8','\x1f','\x5d','\x7e','\x17','\xc4','\x6f','\x3c','\xac','\x3e','\x0c','\x6b','\xfb','\x3c','\xc8','\xee','\x8d','\x2a','\x6c','\x41','\x92','\xc8','\x6e','\xb9','\xa8','\x96','\x10','\xd1','\xe0','\x85','\x1c','\x3b','\x9a','\x90','\x51','\xa8','\x9e','\xd2','\x48','\x6f','\x17','\x21','\xf8','\x1e','\x58','\xde','\x15','\x3f','\xda','\x55','\xc5','\xb8','\x6d','\xdc','\xbc','\x5f','\xbf','\xa6','\xc3','\xdc','\x17','\xf8','\x6f','\x0c','\xed','\x83','\x95','\xfd','\xc0','\x89','\x5d','\x63','\x47','\x1f','\xaf','\xc2','\xfd','\xdb','\xd5','\x6e','\xb6','\xeb','\xb0','\x29','\xae','\xe8','\xe0','\xbb','\xc2','\xb0','\x00','\x0a','\x66','\x89','\x65','\x58','\x8f','\xd9','\xbd','\xe9','\xde','\xf4','\x83','\xe9','\x9b','\x70','\x07','\x55','\x47','\xdd','\x0d','\x4a','\x9f','\x8c','\x20','\xd5','\xb0','\xbd','\x22','\x3e','\xd3','\xba','\x2b','\xff','\x83','\xf2','\x33','\x01','\xfe','\x65','\xe9','\x58','\xfa','\xd2','\x41','\x67','\xab','\x83','\x9d','\x0a','\xaf','\x1f','\xd6','\xd3','\xba','\xa2','\x2b','\x29','\x89','\xaf','\x8e','\xf8','\x4b','\xdf','\x9c','\xc4','\xe8','\xb1','\xf1','\xcc','\x8d','\x73','\xc8','\x9e','\x57','\xd5','\xdf','\xb4','\x0d','\x8f','\x68','\x73','\x5b','\xfc','\x25','\x1f','\x2b','\xa8','\x57','\x1a','\x15','\xd4','\xb2','\x7e','\x36','\x2e','\xfa','\x75','\x47','\xdd','\x85','\x64','\x7e','\xe5','\xee','\x2a','\x0f','\xc4','\x17','\x63','\xc7','\x6d','\x93','\x8f','\x23','\x86','\x56','\xf4','\x67','\x2e','\x88','\xea','\xb9','\xad','\xde','\x7b','\x6a','\x5a','\x91','\x95','\x18','\xb7','\xdf','\x99','\x9f','\xfd','\xd6','\x6c','\x0d','\xb6','\xdb','\xef','\xcf','\xcd','\xb2','\xd9','\xfe','\xdc','\x9e','\xa7','\x7f','\x06','\x7a','\x1e','\xd7','\xc7','\x81','\xc0','\x54','\x4d','\x75','\x43','\xd0','\x4e','\xdf','\x9d','\x1b','\x0c','\x4c','\xeb','\xa3','\x75','\x94','\x42','\x0c','\x8c','\x53','\x89','\x9f','\x17','\xfe','\xd7','\x9c','\xf3','\xad','\xe9','\xef','\x3a','\x37','\x32','\xd5','\xe9','\xaa','\xf2','\xdd','\xf9','\xda','\xfc','\x85','\xf9','\x0b','\xa5','\x52','\x12','\xe7','\x7f','\xb8','\x7e','\x4f','\xe1','\xba','\xf1','\xe3','\x39','\x64','\x45','\x6a','\xad','\xa8','\x91','\xf1','\x0b','\xc1','\x1c','\xbb','\xb0','\x86','\x76','\x6a','\xa3','\x20','\xd3','\x9b','\xeb','\x9c','\x69','\x51','\x2c','\x61','\x84','\x9b','\x7e','\x86','\x9e','\x8d','\xa8','\x1d','\xe4','\xe6','\x6a','\xac','\x15','\xdf','\x72','\x4a','\x7a','\x46','\x7e','\xdc','\xc5','\xdc','\x6c','\x5a','\xf0','\xe7','\x45','\xe8','\x5b','\x59','\xa3','\x77','\xf7','\x27','\x10','\x90','\x62','\x98','\x83','\x8f','\xd9','\x6d','\xc7','\x96','\x9a','\xe8','\x6c','\x46','\x43','\x7c','\xb6','\x86','\x88','\x43','\x9c','\x3f','\xc1','\x32','\xc3','\xfa','\xe8','\x3d','\xc8','\xe6','\xe2','\xfa','\x2e','\x46','\xb5','\xe3','\x6a','\x42','\x69','\xcd','\xff','\x87','\xdf','\x63','\x15','\x03','\x6e','\x64','\xbf','\xb4','\xb3','\x88','\x47','\x15','\x3b','\x9f','\xc9','\x0c','\x48','\xc8','\x0f','\x80','\xf5','\x71','\x5e','\xdd','\xdd','\xcf','\xb3','\x48','\xcf','\xa1','\xcf','\xde','\xca','\x9d','\xd5','\xcf','\xee','\xbc','\x95','\x55','\xb2','\x1d','\x25','\xb5','\x99','\xff','\x0d','\xfb','\x2b','\x2d','\x75','\xd3','\xc1','\xa5','\x4b','\x82','\x1b','\x45','\xf2','\xa3','\xac','\xae','\x10','\xba','\xb3','\xc3','\x73','\xd3','\xbf','\xc5','\xfa','\xb1','\xbc','\x60','\x8f','\x69','\x56','\x8f','\x51','\xab','\x35','\x3f','\x73','\x77','\x95','\x11','\xd3','\x56','\x47','\xde','\xe4','\xfb','\xb6','\xf6','\x0f','\x88','\xb0','\xac','\xcb','\x22','\xbe','\xd4','\x92','\xff','\x80','\x0d','\xf3','\xa7','\xa4','\xc9','\x28','\x67','\x21','\x99','\xfb','\xe0','\xbb','\xce','\xf6','\x2f','\x2d','\x46','\x9d','\x6a','\x65','\xfc','\x1c','\x2d','\x5c','\xc9','\xdf','\x8f','\xfd','\xb5','\xf3','\x0d','\x0e','\x33','\x81','\x8f','\x05','\xfb','\x1e','\x39','\x16','\x8b','\x82','\x11','\x05','\xb1','\x56','\x4d','\xfe','\xaf','\x41','\x4e','\xee','\xfa','\xf6','\xe1','\x35','\x52','\xf0','\x46','\x82','\x69','\x95','\x84','\xf8','\xfc','\x26','\xbf','\xaa','\xc8','\x97','\xb5','\xe0','\xf3','\x31','\x82','\x41','\xc8','\x72','\xc8','\x0f','\x3f','\x25','\x70','\x92','\xb2','\xfb','\x72','\x88','\x4f','\xd0','\x38','\x52','\x76','\x69','\x9c','\xcf','\x6b','\xb8','\x7d','\xdb','\x79','\xdb','\x44','\x58','\x78','\x09','\x36','\xe4','\x17','\xc5','\xeb','\x0c','\xfb','\xd7','\x60','\x1c','\xc3','\x01','\xfb','\x97','\x9f','\xd7','\x9e','\x72','\x72','\xe6','\x16','\x6d','\xd1','\x44','\xfe','\xa6','\x19','\xcd','\x21','\x33','\x23','\x8e','\x36','\x83','\xc5','\x67','\xda','\xcc','\x5b','\xc4','\x9b','\x17','\x5b','\xd1','\x5b','\x3b','\xad','\x10','\xc9','\x63','\x99','\xd0','\x97','\xbf','\x45','\xd9','\x8e','\x6f','\x61','\xfc','\xc3','\x25','\xaf','\x70','\x2a','\x3b','\xdc','\x9a','\x18','\x59','\xf8','\xaa','\x9f','\x3e','\xa9','\x26','\xbe','\x98','\xcc','\xf1','\x7d','\x5a','\x07','\x7d','\x68','\x78','\xef','\x8d','\xef','\x57','\x73','\xc3','\x69','\x23','\x6d','\x64','\x87','\x55','\x83','\x58','\x9e','\x7d','\xf0','\x26','\x73','\x5c','\x57','\xc4','\xdd','\x8a','\x3b','\xea','\x07','\xb5','\xf3','\x32','\x3b','\xa3','\x7d','\x0d','\x74','\x76','\x2b','\x7f','\x70','\x84','\x63','\x8a','\xe6','\x06','\xce','\x3f','\x79','\xb6','\xc9','\x61','\x2b','\x58','\x08','\x5a','\xe6','\x97','\x8c','\xbf','\x8c','\xf3','\x53','\xca','\x5e','\x15','\x1c','\x34','\x32','\xce','\x6d','\xe1','\x09','\x60','\x4d','\x93','\x3d','\x87','\xfd','\x61','\x56','\x55','\x43','\xad','\xda','\xf0','\xfd','\xd1','\xd6','\x44','\x30','\x44','\xd2','\x4d','\x5a','\xea','\x91','\x4e','\x37','\x89','\xe8','\x3e','\x4b','\x4b','\x4b','\x7c','\x16','\xd6','\x47','\x36','\xf9','\xf5','\x70','\x66','\x1a','\xea','\x4f','\x90','\x61','\x2f','\x29','\xf9','\x9d','\x34','\x8d','\x38','\x31','\xe7','\x84','\xb3','\x9f','\x67','\x1c','\xd8','\xa6','\x40','\x37','\x71','\x44','\xfa','\x39','\xc7','\x49','\x2d','\x66','\xb4','\x81','\xb6','\xc0','\xd1','\xf5','\xd2','\x33','\x05','\xdd','\x4a','\x16','\x56','\x54','\x52','\x98','\xb1','\xc6','\x1a','\xfb','\x78','\x3a','\x3d','\x22','\x67','\x52','\x81','\xe5','\x47','\xf2','\xa2','\xa7','\xb8','\xf4','\x02','\x3e','\xad','\x46','\xf8','\x4d','\xe4','\x7f','\xa5','\xc5','\x42','\x3d','\x5f','\xcc','\xc3','\x7e','\x88','\x4f','\x5a','\x93','\xc6','\xa4','\xf9','\x69','\x64','\x3b','\xb1','\xe3','\xa5','\x38','\x69','\xf0','\x93','\x10','\xc9','\xec','\x19','\x6d','\x11','\x3f','\x8f','\xe0','\xc7','\x14','\x9c','\xb8','\xdb','\x44','\xd6','\x03','\xbd','\xdf','\x88','\x5b','\x46','\xfa','\x8f','\x75','\xec','\x0f','\x58','\xd7','\x8a','\x53','\x60','\x83','\xef','\xe3','\x63','\xd6','\x09','\x03','\xf4','\x0b','\x6d','\xd7','\xda','\xed','\x89','\x52','\x0a','\xed','\x7f','\x8c','\x66','\x78','\x0f','\xfa','\xc6','\x85','\xd1','\x12','\x2b','\x3f','\xe8','\x0d','\xf8','\x03','\x17','\x1e','\x84','\x67','\x96','\x97','\xf6','\x4f','\x1f','\x49','\xd0','\xfb','\xfc','\x01','\x3f','\x3b','\xf7','\xa5','\xb7','\xa8','\xcd','\x8c','\xdf','\xad','\x5e','\x30','\x74','\x73','\xb0','\xa6','\x53','\x3c','\xc2','\xc0','\x94','\x74','\x96','\x9d','\x3b','\xfb','\xd6','\xb6','\x8b','\xac','\xfa','\xbb','\xc6','\x9c','\x38','\x03','\xbb','\x3d','\x58','\x8a','\x11','\x5c','\xa3','\x2f','\xbf','\x2f','\xd8','\x3d','\xfc','\xc4','\xec','\x72','\x85','\xbe','\x46','\xfd','\x8d','\xaf','\xdd','\x57','\xd9','\x35','\x7b','\x39','\x64','\x80','\xcb','\x25','\x8c','\xf5','\x32','\xbe','\x7a','\xaa','\x3e','\xa9','\x4d','\xd6','\x0b','\x04','\xbe','\x3f','\xcc','\xc0','\xe9','\x7c','\xbe','\x12','\xc7','\x5c','\x6a','\x2d','\x8e','\xf5','\x09','\x23','\x58','\xed','\x34','\xa3','\x8f','\x8d','\xc0','\x0e','\x8f','\x99','\x11','\x4d','\x87','\xbf','\xc0','\x08','\x6a','\x67','\xdb','\x41','\x6a','\x8c','\x6d','\xed','\xbb','\x92','\x4a','\xc4','\x12','\x2f','\xbf','\x63','\xe7','\x0e','\x5d','\x49','\xe6','\xfa','\xde','\xb9','\x96','\x48','\x25','\x06','\xaf','\xa4','\xf4','\xd4','\x40','\xcc','\xd6','\x70','\xdc','\xc4','\xf8','\x9d','\x72','\xc6','\xa6','\xc6','\x08','\xf6','\x8a','\xda','\x0f','\xe3','\xe7','\xd4','\x32','\xc6','\x27','\x74','\x0f','\x15','\x2c','\x39','\xc5','\xf3','\x54','\x6e','\x05','\xda','\x7c','\x66','\x53','\xc1','\x2f','\x2c','\x2a','\xbb','\xb2','\xb3','\x99','\xca','\xd4','\x6b','\x8e','\x9f','\x79','\xed','\x64','\xe5','\x89','\x59','\xd1','\x45','\x3d','\x91','\x11','\x0c','\xa9','\x18','\xdb','\xde','\x2f','\x7a','\xca','\x65','\x82','\x4c','\xfe','\x44','\x3e','\x13','\x38','\xd6','\x13','\xc6','\xc9','\x0b','\xdf','\x3f','\xdb','\xe9','\x69','\x53','\xc2','\xbe','\x43','\x9f','\xaa','\x6e','\x14','\x87','\x61','\xef','\xe3','\xbd','\xd6','\x63','\x46','\xaf','\xd9','\x4b','\x7b','\xb5','\x71','\x7b','\xb2','\xf4','\x05','\x79','\x5e','\x58','\x7c','\xc3','\x82','\x5d','\x07','\xfe','\x8f','\xf7','\x0e','\x6c','\xcf','\x1a','\xb3','\xe3','\x7a','\x3e','\xef','\x81','\x41','\x9a','\x82','\xed','\x36','\x7f','\xdd','\x81','\x6d','\xea','\x75','\xf2','\x01','\x9f','\xc3','\x78','\xfc','\xf1','\xdd','\xb5','\xff','\x6e','\x80','\x41','\xc7','\x90','\x9f','\x21','\x86','\xf6','\xeb','\x0b','\x27','\x0c','\x81','\xa1','\x7c','\x01','\xae','\x21','\x9f','\x79','\x21','\x83','\x1d','\xa6','\x92','\x20','\xbe','\x9d','\x38','\xcc','\xe0','\xdb','\x1c','\x67','\x71','\x6c','\x0a','\x31','\x0a','\x53','\xe1','\xf7','\x3f','\x01','\xdf','\x1f','\xf9','\x19','\xda','\x03','\x0d','\xfc','\x2f','\xb0','\x5d','\x2a','\x2b','\x9a','\x16','\x98','\x65','\xe4','\x01','\x37','\x83','\x46','\xff','\x32','\xd0','\xd6','\xb6','\x3b','\x9e','\xb3','\xaf','\x16','\x0e','\x53','\x97','\x1e','\xa6','\x57','\x3f','\x9d','\x73','\xf1','\x67','\xf6','\x53','\xb3','\xd7','\x12','\xca','\x7a','\x81','\x17','\x70','\x7b','\x73','\xe9','\xab','\x6f','\x8a','\xf3','\xfc','\x6a','\x3c','\x57','\x71','\x0f','\xc3','\xf9','\xad','\xb3','\xef','\x25','\xd2','\xeb','\xc1','\x46','\x04','\xdb','\x1c','\x56','\xb2','\xd8','\x9b','\xd9','\xff','\x04','\x4b','\x76','\x77','\xb7','\x61','\x7d','\x60','\x8c','\x73','\x81','\x8f','\x6d','\xed','\x3f','\x2e','\xd1','\xc1','\xd8','\xbf','\x65','\x75','\xff','\x2f','\xac','\xe9','\xc0','\xbd','\xdd','\x30','\x2a','\x46','\xc5','\x32','\x89','\xe4','\xff','\x9f','\x83','\x63','\x20','\xfb','\x03','\xcd','\x18','\x1a','\xf6','\x07','\xc2','\x5a','\x9e','\x72','\xbb','\xd9','\x21','\xdd','\x11','\x9f','\x7e','\x05','\x71','\x53','\x5d','\x3c','\x49','\xba','\xe9','\xd0','\xec','\xe5','\x59','\x44','\x0e','\x52','\xea','\x1e','\xe9','\x29','\x46','\xf1','\xc1','\xa6','\xc5','\xd4','\xe4','\x2f','\x12','\xfe','\xa7','\x37','\x8c','\x64','\xb2','\xa4','\x37','\x10','\x71','\x40','\xc1','\xf3','\x0b','\xbf','\x8b','\xfa','\xae','\x49','\xf5','\xac','\x22','\xfd','\xd3','\x4d','\xbc','\x6c','\x83','\x79','\x6f','\x61','\x74','\x9d','\xcd','\xb5','\xe2','\x07','\x45','\xff','\x57','\x91','\x6f','\x4c','\x24','\x0a','\xf8','\x3d','\x3d','\x74','\xee','\xb6','\xd8','\xd7','\x3c','\x90','\xcd','\x47','\xd6','\x14','\xb5','\xee','\xae','\x45','\xd9','\xd5','\xb1','\xab','\xfe','\x61','\xf8','\xe4','\xa6','\x7c','\xff','\x9e','\xb8','\x33','\x51','\x7f','\xb2','\x83','\x7c','\x8b','\x77','\x0d','\x71','\x54','\x30','\xf3','\x0e','\x04','\xae','\x75','\xb0','\xfe','\x9c','\x73','\xb0','\x9e','\x75','\xf6','\xd7','\x1d','\xeb','\xd8','\x22','\xf2','\x67','\x3d','\xb1','\x17','\x65','\x44','\x14','\xff','\x7b','\x99','\x5b','\x70','\x0e','\x35','\x71','\x57','\x7d','\xb1','\x51','\x93','\x0f','\x4e','\xa0','\x57','\x70','\xc7','\x61','\xce','\xba','\x17','\xf6','\xe7','\xed','\x37','\x3e','\x93','\x3f','\x3c','\xfb','\xb8','\x6b','\xb1','\xa6','\xfd','\x20','\xea','\xe3','\x7c','\x59','\x1f','\xf7','\xb0','\xc0','\x7f','\x4f','\xf2','\x73','\x34','\xde','\xb0','\xff','\xc0','\x73','\x65','\xf1','\x42','\xdc','\x0e','\x6c','\x5a','\x78','\xc8','\xda','\x63','\x4d','\x16','\x26','\xed','\x73','\x36','\xfe','\x25','\x51','\x4c','\x4e','\x63','\xfd','\x3d','\x7c','\x7e','\x90','\x10','\x6c','\x55','\xef','\x13','\xac','\x99','\xc2','\xcc','\x06','\x1e','\x43','\xff','\x1d','\x5e','\xdf','\x5f','\xe8','\xb5','\x2d','\xfb','\x8d','\x42','\x97','\x15','\xb7','\x96','\xe1','\x95','\xe7','\xed','\xa7','\x0a','\x13','\xf6','\xd6','\xe2','\x8d','\x69','\x4b','\xc8','\x3f','\xd9','\xff','\xd8','\x9d','\x73','\x85','\x15','\x81','\x35','\xe8','\x9b','\x84','\xcc','\xb6','\xf3','\x65','\x07','\xe4','\x77','\x9d','\xd1','\xd4','\x1c','\x66','\x23','\x6e','\x08','\x54','\xae','\x11','\x1d','\xf3','\x79','\xed','\x4b','\x5c','\xf6','\x74','\x37','\xd5','\x3e','\x5e','\x2f','\xa6','\xca','\xba','\xbd','\xbd','\x96','\x1a','\x7a','\x74','\xe9','\x46','\x6d','\xcc','\x54','\x8c','\x4e','\xc4','\x37','\x12','\x81','\x32','\xaf','\x06','\x15','\x5a','\x1e','\x2a','\x7f','\x8c','\x83','\x74','\xb6','\xc1','\xfe','\x55','\xe3','\x5c','\xea','\x3f','\x91','\x7b','\x05','\x5b','\x59','\x66','\x5f','\x07','\x6e','\xed','\xd4','\xaf','\xef','\xd4','\x07','\xe4','\xdf','\xfe','\x84','\xa7','\xb1','\xbf','\x10','\x58','\xfa','\x7d','\xf6','\x2d','\xc1','\xe9','\xf3','\x07','\x85','\xcf','\xda','\x17','\xec','\x0b','\x05','\x1d','\x7b','\x40','\x66','\xcd','\xec','\xd0','\x19','\x11','\x87','\x11','\xd7','\x84','\xf8','\xe1','\x6f','\x04','\xad','\xf8','\x61','\x43','\x05','\xf1','\x03','\x23','\x81','\x63','\x52','\xb4','\xc2','\xf8','\x61','\xa3','\xfa','\x04','\x99','\x32','\x94','\xd6','\xfc','\x87','\x35','\x64','\xed','\x0e','\x26','\xcb','\xb9','\x72','\x25','\x42','\xe9','\xc2','\x95','\x47','\xf9','\x1d','\xf8','\xfe','\x7c','\xa9','\xa5','\xf7','\x56','\x83','\x7f','\x32','\x8c','\x3e','\xdf','\xbd','\x86','\x32','\x46','\xb9','\x42','\x34','\x8c','\x9f','\xb0','\x74','\x7f','\xd6','\x29','\xbf','\x97','\x4d','\xe4','\x0c','\xe6','\x80','\x2d','\xae','\xe5','\x62','\xb9','\x5a','\xe5','\x75','\xa7','\x94','\x57','\x75','\xf8','\xfe','\xef','\xe4','\x72','\xd9','\xdc','\x4b','\xef','\x4c','\x21','\x02','\x95','\xdc','\xe6','\xac','\xd8','\x4f','\xfe','\x5d','\x70','\x04','\x9c','\x8f','\x45','\x53','\xf2','\xfb','\x46','\xf5','\xe7','\x0f','\xf1','\xdd','\xb0','\x26','\x72','\xb7','\x7c','\xb4','\xf2','\x05','\xee','\x82','\xd6','\x89','\xd5','\x23','\x62','\xa2','\xff','\xfa','\xf7','\x93','\xf5','\x48','\xf1','\x90','\x65','\x48','\xe2','\xfa','\xc2','\xd8','\x1d','\x23','\xac','\xb9','\x3e','\x89','\xe8','\xe3','\x5b','\xb6','\x23','\xbe','\x3e','\x19','\x45','\xc2','\xf8','\x0c','\x5a','\xb0','\xb7','\xf4','\xcc','\xb7','\x1c','\x06','\x3b','\x58','\x2f','\x2e','\x4b','\x05','\x3b','\x50','\x0a','\xe6','\x4f','\x77','\x86','\xfc','\xf9','\x6c','\x3c','\xf8','\xa0','\xc1','\xbf','\xd8','\xda','\xff','\x55','\xd4','\x47','\x34','\x6a','\xc8','\xc4','\x46','\x13','\x14','\xf4','\x1b','\x2a','\x18','\xb5','\xa8','\xb4','\x46','\xeb','\x57','\x59','\x7a','\x51','\x7f','\x2c','\xbc','\xd3','\x96','\x51','\x48','\x97','\xdf','\x2c','\x83','\x36','\xb7','\x39','\x38','\x6b','\x15','\xf5','\xb0','\xea','\xaa','\x5b','\xd5','\x25','\xb0','\xbf','\x04','\xc3','\x3a','\xac','\x89','\x44','\x61','\xd4','\x3e','\x5a','\xa8','\x62','\x27','\x08','\xcb','\x98','\x1e','\x55','\x8c','\x79','\x63','\x7e','\x54','\x61','\x9d','\xd2','\xff','\x68','\xa9','\x4d','\x14','\x35','\x8c','\x2d','\xf6','\x91','\xa6','\x0d','\xdf','\xb3','\x88','\xd7','\xb5','\x13','\xb6','\x83','\x7c','\x56','\x5c','\x5f','\x22','\x91','\xe8','\x48','\x9c','\xed','\xda','\x9e','\x48','\x20','\xfe','\x7f','\x93','\xf0','\xca','\x9f','\xd3','\x7e','\xa3','\x3e','\x07','\x36','\x82','\xa9','\x80','\x67','\x6c','\x49','\x7e','\x4b','\x56','\x94','\x9d','\x3e','\x71','\xbd','\x1f','\x55','\x8f','\xaa','\xdf','\x10','\xfc','\x91','\x92','\x5b','\x5c','\xa2','\x54','\xd3','\xaa','\x0e','\xbf','\xad','\x18','\xed','\xb0','\xad','\x08','\x52','\xed','\x95','\x6a','\x77','\xd5','\xac','\x66','\xcb','\x5f','\x50','\xb1','\xbf','\x5a','\x14','\x9f','\x6e','\xf2','\x1e','\x45','\xcf','\xa2','\xf8','\x5d','\xf3','\xfe','\x44','\xec','\xd8','\xb1','\x55','\xf8','\xc7','\x48','\x9e','\xcb','\x08','\x93','\x9c','\xcd','\xf7','\xb3','\x6b','\xc3','\x63','\x4c','\x99','\x53','\xa7','\x5b','\xe2','\xd7','\xe1','\xab','\xee','\xc0','\x6f','\xb4','\xc4','\x03','\x3f','\x2c','\xff','\xd4','\xb0','\x8f','\x86','\xfb','\x16','\x64','\x6f','\x7b','\x91','\xbd','\x66','\x46','\x62','\xbc','\x63','\xef','\xde','\xb2','\x1e','\x9d','\x7f','\x70','\xbd','\xbe','\x84','\x7e','\xf4','\x83','\x88','\x33','\xa6','\x03','\xdc','\x26','\x7b','\xc9','\x17','\x04','\x7f','\x3b','\x19','\xfe','\x60','\x51','\xf2','\x28','\x60','\xa4','\x4f','\xa2','\xd1','\x1e','\x82','\x33','\x0f','\x88','\xfc','\xbc','\xc8','\x03','\x5b','\x33','\x77','\x65','\x17','\xda','\x93','\x71','\xed','\x59','\xbc','\xda','\xb0','\x3f','\x79','\xb7','\x91','\x37','\x0e','\x06','\x39','\x36','\x8b','\x33','\xf8','\x39','\x7a','\x21','\x3e','\x90','\x30','\x92','\xf8','\xae','\x18','\x7f','\x87','\xf1','\xe3','\xb2','\x32','\x91','\xdf','\xc7','\x76','\xd2','\x2b','\xe1','\xf8','\x1d','\xdc','\xae','\x27','\xe0','\xca','\x3b','\xfb','\x8e','\xa7','\xe8','\x07','\x38','\xe7','\x0a','\x83','\x74','\x07','\xfd','\x09','\xed','\x85','\x67','\x3a','\xe9','\x25','\x35','\xee','\x36','\xa3','\x77','\xe2','\xb8','\x31','\xe8','\x26','\x0f','\xf1','\xcb','\x82','\x71','\x2c','\xce','\x72','\x73','\xc6','\xb4','\xfc','\xfc','\x78','\x10','\xc0','\x97','\xdb','\x11','\x88','\xde','\x02','\xdc','\x6f','\xf9','\x7c','\x54','\x40','\x78','\xc7','\xb1','\x6d','\x98','\x13','\xf2','\x45','\x2c','\xb2','\xf0','\x67','\x4e','\x14','\x89','\x21','\xb7','\xaa','\x62','\xa8','\x16','\xc1','\x4a','\x96','\x4b','\xc8','\xfd','\x34','\x9c','\x61','\x27','\xe7','\xb2','\x47','\xd4','\x11','\x4d','\xe4','\xef','\xa9','\x80','\x1f','\xe2','\x75','\x88','\xfe','\x59','\xb2','\x76','\x87','\x48','\xff','\x93','\x90','\x5f','\x41','\xe4','\xb8','\xb8','\x42','\x4a','\x76','\x93','\x87','\x83','\x56','\x04','\xff','\x26','\xf4','\x24','\x2c','\xd1','\xdf','\x43','\x5b','\xf2','\x37','\x71','\x23','\xed','\xd8','\xb7','\x83','\x0e','\x5b','\xb1','\xe7','\xf3','\xf3','\x4e','\x11','\xeb','\x39','\x09','\x6b','\x7b','\xf1','\x0d','\xc7','\x3b','\xe6','\x3d','\xa5','\x65','\x46','\x6e','\x7b','\x8e','\x97','\xf5','\x3e','\xeb','\x3d','\x35','\x92','\x21','\xd9','\xe2','\x13','\xd3','\xaf','\x09','\x7e','\xaa','\x38','\x6f','\xc4','\xff','\x59','\x83','\x0f','\x13','\x1f','\xe7','\x84','\xf4','\x03','\x9f','\x09','\x16','\x90','\x37','\xe5','\xae','\xe1','\x27','\x61','\x32','\x9f','\x08','\xd0','\x0e','\xc8','\xec','\x3a','\x61','\x22','\xff','\x14','\xfa','\x0f','\xe3','\x81','\x4d','\x6c','\xd0','\x73','\xe8','\xe7','\x7c','\x4a','\x64','\x61','\x27','\x8c','\x4f','\xef','\xba','\x66','\x0a','\xa3','\x7a','\x78','\xdf','\x22','\xb2','\xf5','\xab','\x6c','\x1d','\xbf','\xd1','\xe8','\xc1','\xd7','\xbf','\xab','\xdf','\x1c','\x62','\x88','\xe0','\x8e','\x91','\x75','\x6f','\x81','\x68','\x47','\x81','\x6d','\xda','\xc6','\x4c','\x55','\x12','\xb7','\xa5','\x77','\xa5','\x6b','\xb9','\xb9','\xdf','\x9a','\xb3','\xe7','\x24','\xfe','\x37','\xe9','\xcc','\x38','\x93','\xee','\x6f','\x38','\x9f','\x76','\xc6','\x90','\xff','\xc1','\x5e','\x39','\x96','\x74','\x75','\x6b','\xcc','\x2a','\xa2','\x7e','\x21','\xa8','\xbf','\x91','\x7f','\x01','\xef','\xc8','\x2a','\xfe','\x85','\x39','\xcb','\x12','\xbd','\x1c','\x17','\xb1','\x16','\x59','\xd4','\x23','\xab','\x61','\x6f','\x66','\x41','\xf3','\x29','\xf9','\xdd','\x7a','\x44','\x74','\xbf','\xa4','\x3e','\x1e','\x64','\x49','\x87','\x95','\xb0','\x13','\xce','\xf5','\xe3','\xba','\x05','\xee','\x57','\xda','\x1c','\xa1','\x92','\x3f','\x09','\xd6','\x72','\x7d','\x0e','\x75','\xde','\xaf','\xde','\xdc','\x65','\x37','\xfd','\x97','\x6a','\xd2','\xd6','\x5a','\xeb','\x6b','\x53','\x6c','\x80','\x3e','\x12','\xfc','\x4c','\xe6','\x5e','\x60','\x07','\xfd','\x85','\x00','\x56','\x36','\xc3','\xf4','\x91','\x24','\x5c','\xf7','\x98','\x9d','\xa9','\x62','\xf7','\xea','\x4f','\xa3','\x96','\x37','\x3f','\x6d','\x8e','\xd9','\x8f','\x97','\x5a','\xf2','\x5b','\x81','\x6d','\x23','\xff','\x6d','\xef','\xcd','\x9f','\x34','\xfc','\x23','\x55','\xd6','\xdf','\x58','\xd3','\x05','\xe4','\xf3','\x7b','\x5c','\x4d','\xdb','\xd3','\x78','\x61','\xd8','\xbb','\x5a','\x9d','\x56','\xd3','\xa8','\x1f','\x1a','\xfc','\x04','\xa7','\x3f','\xd4','\xbf','\x27','\x45','\x4b','\x5c','\x3f','\x99','\x43','\xfd','\x8d','\xdf','\x21','\x62','\x38','\x37','\x04','\xc3','\x39','\xfa','\xe7','\x70','\xff','\x3c','\xcb','\xfd','\x0f','\x30','\x7a','\x89','\x5b','\x1c','\xf6','\x3f','\x3a','\xfb','\xc9','\xb3','\xb9','\x5b','\x5b','\x95','\xeb','\x1d','\x69','\x55','\xe6','\x97','\x68','\xf9','\xe5','\x37','\x71','\x4e','\x6c','\x82','\xe7','\x46','\xf5','\x7a','\x45','\x17','\xd5','\xc4','\xbd','\xc8','\x8f','\xda','\xa9','\x2d','\x4d','\x17','\x65','\x85','\xa2','\xe6','\xf5','\x6b','\x89','\x3b','\xf2','\xaf','\x18','\x77','\xef','\xbb','\x9c','\xa6','\x95','\xb7','\xb6','\xdd','\x60','\xf9','\xcf','\x54','\xaa','\xd8','\x1b','\xb7','\xd2','\x87','\x82','\x10','\x1e','\x7b','\x2f','\xe8','\x1a','\x72','\xad','\xe9','\xf4','\xe6','\x57','\x06','\xaf','\xb2','\xa3','\x7d','\x95','\x5d','\x95','\x9f','\x36','\xce','\x57','\xab','\xe3','\x6f','\xa7','\x34','\xe6','\xf5','\xbc','\x0b','\xab','\xf7','\x2b','\x2b','\x57','\x6b','\x47','\x6f','\x5f','\x9d','\xcf','\xdf','\xbe','\xaa','\xe7','\x6f','\x5f','\xd2','\x1d','\x3d','\xaf','\x1f','\xd5','\xdf','\x8e','\xea','\x4b','\x14','\x18','\xd5','\x25','\x0b','\x2b','\xb4','\xd0','\xa2','\x8a','\x6b','\x11','\x3e','\x0a','\xe7','\x44','\x3f','\xeb','\x45','\xfb','\x0e','\xe4','\x83','\xc4','\x71','\x0a','\xfb','\xd9','\x93','\xf6','\xdd','\xea','\xda','\xcc','\xe8','\x51','\x22','\x61','\x05','\x7f','\x4a','\x68','\xcb','\xc9','\x0e','\xbf','\x11','\xee','\xf1','\x51','\xed','\x5f','\xf8','\x98','\x60','\x48','\x88','\xa4','\x6a','\x94','\x33','\xb8','\x33','\x7f','\x1a','\xd5','\xee','\x34','\x2b','\x10','\xb1','\x96','\x02','\x66','\x9f','\x39','\x4e','\xf7','\x6a','\xe5','\xb6','\x50','\x7e','\x4a','\xce','\x4c','\xc1','\x9d','\x89','\xe8','\x58','\x43','\x10','\x8a','\x4b','\x7c','\xac','\x88','\x5f','\x21','\xbe','\x64','\x6e','\x8c','\x26','\xb4','\xe4','\x5e','\x66','\x2d','\x3a','\xf0','\xcd','\x73','\x46','\x0e','\xf9','\xaf','\x90','\x3b','\xcc','\x26','\xe3','\xc1','\x79','\xe3','\x27','\xd8','\x85','\x3d','\xa8','\xb0','\xff','\x07','\xd6','\xda','\x26','\xfe','\xff','\x36','\xe6','\x6f','\x79','\x20','\x0f','\x35','\xf8','\x9e','\xc7','\x31','\x96','\x85','\x99','\x3b','\xd8','\x0a','\x9e','\x5d','\xc7','\x3e','\x0d','\xb6','\x78','\x46','\xbc','\x68','\xbd','\x17','\x46','\xe4','\x9a','\x47','\xfe','\xb5','\x53','\xe0','\xdf','\xf6','\xab','\xbd','\xea','\x78','\x70','\x5a','\xe4','\x29','\x68','\xc0','\xe1','\x28','\xf8','\xf3','\xc1','\xc3','\x2e','\x60','\xc5','\x27','\x32','\x48','\x22','\x07','\x1b','\x11','\xd0','\x08','\xf8','\xaa','\xc8','\x5a','\x87','\x8c','\x75','\xe1','\x5e','\xe6','\x81','\xe9','\xd8','\xe5','\x97','\x42','\x7e','\xdc','\x35','\x01','\x1e','\x47','\x97','\x64','\xe0','\x07','\x99','\x44','\x24','\xfb','\x5e','\x51','\x95','\xf9','\x35','\x7c','\x9f','\x21','\xf2','\x08','\x17','\xf9','\x6b','\xec','\xd8','\xa0','\x25','\xd4','\x4d','\x60','\xc3','\x0a','\x7e','\x93','\x29','\xf4','\xd0','\x46','\x1d','\x76','\x66','\x80','\x0c','\x04','\xa3','\xf6','\x80','\x3d','\x60','\x8e','\x9a','\x8c','\x66','\xcd','\x73','\x76','\xaa','\x64','\x91','\xc1','\x1f','\x99','\x79','\x2f','\x7f','\xe0','\x6a','\xb6','\xd2','\xf1','\xa7','\x83','\x0b','\x03','\x5f','\xce','\x56','\xfe','\xe1','\xaa','\x93','\xcc','\x79','\x39','\xe7','\x68','\x5e','\xd3','\xc9','\x5d','\x91','\xb3','\xe6','\x73','\xa6','\xdd','\xdd','\xfd','\xa2','\x25','\x07','\xa1','\xc4','\x30','\x82','\xac','\xc5','\x82','\x99','\x55','\x31','\xa8','\xd1','\xba','\xee','\xa9','\x73','\x9a','\x4f','\x67','\x59','\x69','\x61','\x1a','\x25','\xfc','\x94','\x15','\xf6','\x3e','\x0f','\x7b','\xa0','\xe3','\xef','\xf8','\xf7','\x0d','\xa2','\xfe','\x99','\xd9','\x3d','\x37','\x99','\x53','\x77','\x91','\x25','\x94','\x15','\x53','\xf5','\x8f','\x6a','\x0f','\x6b','\xa9','\xfa','\x5f','\x61','\x4c','\x01','\xb4','\x1e','\xc8','\xd7','\xb9','\x73','\x34','\xad','\x7d','\xfc','\x17','\x14','\xe6','\xd9','\xa2','\x85','\xa8','\xa1','\xfe','\x34','\x2b','\x46','\x68','\xf0','\xa6','\x7d','\x2a','\xb4','\x6f','\xd0','\x5b','\xce','\x96','\x1f','\x08','\xfb','\x9b','\x96','\x25','\xbf','\xb2','\xc4','\xa7','\x15','\x99','\xd7','\xb7','\xc4','\xe6','\x70','\x2e','\xf5','\xd4','\xb7','\x6b','\xbf','\x5e','\x4f','\x6b','\x2f','\xd5','\x15','\x11','\x1f','\x12','\x75','\x47','\xf0','\xd8','\xc5','\x87','\x50','\x77','\x08','\xdd','\xd6','\xe0','\xef','\x87','\xb9','\xaa','\xc0','\xd6','\xa8','\xfb','\xe7','\x33','\x16','\x69','\xd9','\xa2','\xf8','\x1f','\xc6','\xef','\x1e','\x12','\xfd','\x93','\x9a','\xf1','\xbb','\x30','\xff','\x09','\x8f','\x49','\xaf','\xec','\xed','\xe3','\xb6','\x97','\xac','\x27','\xc1','\x93','\xbb','\x51','\xc6','\x1c','\xa7','\xc9','\xcc','\x1f','\x76','\xb5','\x91','\xe2','\x88','\xaf','\x54','\x31','\x3e','\xa4','\xb1','\x4d','\x97','\x99','\x86','\x28','\x76','\xe9','\x7b','\x61','\xdc','\x13','\xf1','\xff','\x62','\xad','\x91','\x0d','\x8b','\xc8','\x92','\xf2','\x8c','\x88','\x6b','\x6d','\xab','\xc3','\x1a','\x9a','\xd3','\x66','\x69','\xe9','\xc8','\x34','\xcc','\x4f','\x7d','\xfc','\x96','\x6d','\x14','\xcc','\x7d','\x18','\x99','\xb2','\xec','\x60','\xbc','\x3c','\x5d','\x26','\xa2','\xa7','\x8f','\x1d','\x14','\xd1','\x3e','\xc7','\xae','\x61','\xda','\xda','\x5f','\x10','\x5c','\xff','\xb0','\x56','\x12','\x82','\x21','\x3e','\xc2','\x5f','\xc0','\xfc','\x7a','\x6b','\xfa','\x42','\xbb','\xd1','\x61','\xac','\xbc','\x8b','\xcd','\x11','\x47','\xf5','\x67','\xf5','\xaf','\xe9','\xa3','\xbb','\xc0','\xbe','\x64','\xa3','\xe0','\x47','\x86','\xfc','\x6b','\x4e','\xc9','\x79','\x91','\x83','\x4c','\x99','\xba','\x45','\xf4','\x60','\xc0','\xfe','\x73','\xe7','\x39','\x73','\x98','\xde','\x38','\xd6','\x7e','\x06','\xdc','\xe3','\xad','\xcb','\xc2','\x22','\x4a','\xd1','\xc7','\xe8','\xf3','\xfc','\x79','\xfa','\x75','\x8a','\xd1','\x85','\xc7','\x3a','\x7a','\xb3','\xa9','\x3f','\x8d','\x25','\xd0','\xbf','\x16','\xb5','\x9d','\x24','\xc5','\x1f','\x63','\xcf','\xb3','\xe7','\x87','\xbf','\x6e','\xa0','\x86','\x7b','\xcc','\xd0','\x6d','\x25','\xaf','\x7a','\x82','\xbf','\x39','\xd0','\xcb','\xb6','\x67','\xba','\x94','\x99','\x87','\xff','\xfa','\x8c','\xe0','\x00','\x6e','\xf0','\x0f','\x7c','\x48','\x7d','\x32','\x19','\x04','\x4b','\x2a','\xcd','\xc6','\x16','\xce','\x0c','\xed','\x5e','\xc5','\x0f','\xd4','\xda','\x1b','\xa8','\xa5','\xfe','\x45','\x20','\xd0','\x05','\x7f','\x30','\x4a','\x4d','\xd7','\x71','\x05','\x7f','\x41','\x58','\x5f','\x70','\xf7','\xe7','\x63','\x4c','\xb5','\x05','\x1f','\xa4','\x52','\x75','\xdb','\x45','\xe4','\xcc','\x39','\x5a','\xf9','\xcc','\xd5','\xaf','\x25','\x53','\xc9','\xbe','\xab','\x29','\x38','\xa6','\x2e','\x3e','\x08','\xfa','\x07','\xe3','\xc3','\x71','\xec','\x20','\xc5','\xa2','\x0e','\x2d','\x72','\xf4','\x84','\x84','\x4b','\x0f','\xa5','\x17','\x46','\x24','\xbf','\x1f','\xa5','\x26','\xb3','\xb1','\x63','\xee','\x11','\xcc','\x00','\xaf','\x23','\x64','\x81','\xb0','\xf5','\x24','\x56','\xc4','\x19','\x14','\xf1','\x37','\x74','\x38','\x12','\xbd','\xd1','\xcc','\x6f','\x0a','\xff','\xb8','\x85','\xc1','\x48','\x6e','\x0d','\xf6','\x22','\x8d','\x09','\x4f','\x59','\xca','\xc7','\xc1','\x3a','\xf3','\xe0','\xd1','\x0b','\x51','\x98','\x5a','\xc4','\x5f','\x86','\x15','\x61','\xa8','\xdf','\x98','\x55','\x17','\x19','\xcd','\xde','\x5f','\xa0','\xd1','\x21','\xf9','\xef','\xb0','\x7e','\x08','\xc7','\x17','\x2d','\xd6','\x5e','\xb0','\xe0','\xe0','\x31','\xec','\x1d','\xf4','\x98','\xfa','\x13','\x35','\x23','\x58','\xea','\xa4','\xff','\x83','\x32','\x7b','\xc3','\xd2','\xae','\xee','\xff','\xf8','\x4f','\x2a','\x59','\xb7','\x28','\xb8','\xbc','\xc1','\x75','\xc3','\x2a','\xd8','\x56','\xfb','\x19','\xe3','\xff','\xa2','\x43','\x14','\x7c','\xfe','\xa5','\xb0','\xfe','\xfa','\xc3','\xe3','\x27','\x8a','\x8a','\x95','\xe2','\x44','\xea','\xe7','\x22','\x5a','\x76','\x21','\x33','\x3c','\xc8','\x50','\xdc','\x3f','\xa5','\x3c','\x37','\xaf','\x34','\xfa','\x0f','\xa2','\x07','\xf1','\x91','\xe0','\x49','\xf5','\xa0','\xe4','\xd7','\xb6','\xa9','\xd4','\x63','\x72','\x0b','\xeb','\x9b','\x02','\x2f','\xde','\x96','\x20','\x60','\x9f','\x82','\x17','\x7d','\x39','\xec','\x7f','\xeb','\x7a','\x3d','\x6d','\xd1','\xf7','\xaf','\x5b','\x98','\xd1','\x1d','\xd0','\x1e','\xfe','\xc5','\x62','\xd8','\x93','\x5e','\xf2','\x7b','\xac','\xc6','\xd7','\xca','\xbd','\x15','\x5f','\xdb','\x1a','\x3f','\x1c','\xf2','\xf7','\xbc','\xf6','\x64','\x25','\x3f','\xeb','\xb7','\x74','\x90','\xb8','\xc3','\xff','\x74','\x40','\xd4','\xf2','\x73','\x5a','\xdc','\x49','\x98','\x49','\x4d','\xf4','\xf7','\x6a','\x9c','\x8f','\xa3','\x7d','\x6c','\x88','\xf8','\xfe','\x71','\x81','\xae','\x46','\x1c','\xe8','\x87','\xf4','\x57','\x6e','\xf6','\x73','\x97','\xf5','\xb5','\x29','\xac','\x46','\x50','\x3f','\xaf','\x8e','\xdd','\x48','\x83','\x5c','\xdb','\x74','\x93','\x95','\xaf','\x0b','\x86','\x40','\xd0','\x9b','\xd8','\xdf','\x93','\x48','\xec','\x7a','\x49','\x7b','\xbc','\xee','\x12','\xcc','\xa4','\xf5','\x04','\x37','\x2a','\xfd','\xb0','\xba','\x8c','\x72','\x0a','\xe1','\x33','\x21','\xbe','\xf7','\x25','\x11','\x7d','\xc5','\xae','\xdc','\x29','\x7e','\x9d','\xea','\x3e','\xc8','\x1f','\x0a','\x06','\x26','\x8b','\xe4','\x67','\x5e','\xd8','\x84','\x91','\xe4','\x12','\xd1','\x6d','\x66','\xcd','\x15','\x71','\x76','\x54','\x59','\x6d','\x60','\xf6','\xdf','\x25','\x2f','\x68','\x5f','\xbf','\x59','\x6b','\xd4','\x6b','\xe4','\xb4','\x0c','\x3d','\x20','\xf8','\x7b','\x53','\x20','\x91','\xda','\x05','\x43','\xed','\x4c','\x5d','\xf6','\x45','\x1b','\x0d','\x1f','\xc5','\xef','\x0d','\xfe','\x5f','\xac','\x9c','\xe8','\xaa','\xef','\xd4','\x72','\xda','\x2b','\x75','\x4a','\x90','\x01','\xee','\x80','\xc8','\x7f','\xe3','\xfd','\xa9','\xb3','\x76','\x8c','\x42','\x88','\xfb','\x57','\xe1','\xf1','\x96','\xfb','\x17','\xe5','\xcf','\x56','\x61','\x3a','\xa3','\x1e','\xaa','\x88','\x8f','\x6d','\xd8','\x77','\x25','\xb1','\xba','\xfe','\xe1','\x9f','\x56','\xdb','\x57','\xcd','\xf3','\x7f','\x59','\xc7','\x2e','\x23','\xcd','\xfe','\x4a','\x92','\x3f','\x17','\xf1','\x9b','\xe7','\xf9','\x24','\x7d','\xaa','\x10','\x4f','\x2e','\xf3','\x1d','\x49','\xc1','\xcf','\x5b','\x38','\x67','\xc7','\x6d','\xb0','\x74','\x0b','\x22','\x4f','\x24','\xfb','\x27','\x58','\x4b','\xe0','\x6f','\xf4','\x70','\x67','\x36','\xf0','\x55','\x9f','\xf8','\x93','\x89','\xc9','\x44','\x69','\x3d','\x4c','\x7a','\xec','\x0e','\xae','\x52','\x43','\x37','\xc6','\xc0','\x73','\xc5','\x06','\xb3','\x9a','\x88','\x01','\x6a','\xea','\x86','\x72','\x3d','\x69','\x69','\x21','\x3b','\xe6','\x52','\x14','\x45','\xb8','\xb3','\x83','\x4a','\x94','\x9f','\xc0','\x51','\x7c','\x05','\xe6','\xe3','\xe3','\x70','\x6f','\x06','\xf9','\x75','\xd2','\x17','\xc0','\x18','\x82','\x7c','\x0c','\xab','\x23','\xd8','\x63','\x86','\x51','\xeb','\x0d','\x86','\xd1','\xbb','\xf4','\x1e','\x33','\xb6','\xcf','\x1b','\xc7','\xed','\xda','\xa4','\x71','\xf6','\x39','\x89','\xbf','\xe4','\x34','\xc6','\x0b','\x30','\x94','\x05','\x1a','\xa3','\x05','\x1f','\x1b','\xcc','\x89','\xee','\xa2','\xc8','\xdf','\xe6','\x9c','\x70','\xf7','\xd7','\x9d','\xe2','\x81','\xe0','\x04','\xcd','\x3a','\xa0','\x81','\x95','\x17','\x91','\xc5','\x5d','\xec','\x59','\xed','\xff','\xa8','\xcb','\x2c','\xd4','\x6a','\x14','\x85','\xe8','\xea','\x13','\xe1','\x5f','\xd8','\x94','\xbe','\xff','\xbb','\x4e','\x0d','\xe3','\xb5','\x89','\x0b','\xd4','\x9a','\x08','\x3e','\xad','\x22','\xbf','\xc0','\x53','\xea','\x35','\x81','\xff','\xc7','\xfa','\x97','\x64','\x35','\x51','\x8b','\x7d','\x87','\xcc','\xbd','\xf7','\x9d','\x44','\x2d','\x59','\x05','\xdf','\xd0','\x00','\xdf','\x6f','\x4b','\x88','\xff','\xdb','\xdd','\xb3','\x80','\x11','\x82','\x98','\xab','\x38','\x37','\xf7','\x0a','\xee','\xc5','\x61','\xf0','\xdb','\x92','\xc9','\xc8','\xfe','\xa4','\xf4','\xaa','\xe9','\xf4','\x66','\x45','\xfc','\xe2','\x24','\xca','\x62','\x5a','\xae','\x04','\x87','\x89','\x5b','\xde','\xea','\xbc','\xc7','\x31','\xfe','\x76','\x82','\x64','\x60','\xdd','\x4f','\xaa','\xcf','\xde','\xc8','\x95','\x9d','\xf2','\x81','\x9b','\x4e','\xf9','\xb3','\xd5','\x5c','\xf5','\x71','\xf0','\x55','\x2c','\xcc','\x2f','\x11','\xce','\x85','\x97','\x25','\x59','\x81','\xc1','\xb6','\x22','\xf0','\xcc','\x2c','\x3f','\x18','\x2c','\x11','\x0b','\x19','\x62','\x8c','\xa9','\x1a','\xc6','\xc4','\xf7','\xf3','\x13','\xda','\xfe','\xe0','\xe3','\x7a','\x26','\x38','\x81','\x4c','\xf8','\x2c','\xc3','\x1d','\x25','\x3b','\xff','\x9a','\xba','\xaa','\x7e','\xd5','\x78','\xda','\xb0','\x6e','\x3e','\x6d','\xe4','\xaa','\x4f','\x1f','\xcd','\x19','\x07','\x8c','\xa9','\xef','\xba','\x4e','\xfc','\xd2','\x26','\x98','\xdf','\x83','\xef','\xa6','\xb6','\x7e','\xe6','\xfb','\xcf','\x67','\xbf','\xf1','\xfd','\xde','\x6c','\xdf','\xf7','\x53','\x1d','\xb0','\x27','\x52','\x57','\x1e','\x1c','\x30','\xec','\x0d','\x82','\xb1','\x7c','\x65','\x4e','\x2b','\x08','\x6c','\x68','\x18','\x01','\x86','\xdd','\xde','\x70','\xb1','\x5e','\x19','\xd3','\xa2','\xfe','\xe7','\x83','\x37','\xf1','\xd8','\x77','\xc3','\x10','\x3f','\xf8','\x08','\xbf','\x47','\xfa','\xa3','\xc1','\x40','\xdc','\x8c','\xf2','\x44','\x73','\x3d','\x85','\xfd','\x88','\x8b','\x6b','\xea','\xef','\x6b','\xab','\xeb','\x42','\x42','\x8c','\xf8','\x91','\x88','\x7f','\xfc','\x23','\x3c','\x4f','\xd0','\xb3','\x3c','\x17','\xc8','\xda','\xab','\xa8','\x3f','\x5c','\x74','\x7e','\x59','\xd4','\x65','\x60','\x7d','\xd7','\x0e','\xe3','\x07','\xe1','\xf9','\x83','\x22','\xbf','\x2f','\xf8','\x17','\xd5','\xcf','\xdf','\x44','\x88','\xd3','\xc6','\x9b','\x1b','\xc1','\xb7','\xfa','\x89','\xf4','\x7f','\x64','\x7f','\x11','\xcc','\x08','\x0a','\xfe','\x61','\xc1','\x8d','\x23','\xbd','\xdb','\xc0','\x61','\x27','\x60','\x47','\xfc','\xce','\x9d','\xfc','\xd8','\x77','\x77','\x08','\x7a','\x31','\x10','\xdd','\xdd','\x6e','\x8a','\x2e','\x6f','\x37','\xb3','\x95','\x93','\x95','\x6c','\x05','\x1e','\xf1','\xb7','\xe4','\x1f','\x87','\xeb','\x03','\x91','\x5f','\x8e','\xfa','\xd5','\x1b','\xba','\xaa','\xa8','\x2b','\x42','\x3b','\x44','\xfa','\x41','\x01','\x0d','\x86','\x11','\x4c','\x72','\xc7','\x3d','\x68','\xf8','\x2f','\x88','\xbf','\x03','\x5b','\x7c','\xec','\x85','\xef','\x61','\x14','\xe0','\x85','\xe5','\x7c','\x3c','\x7f','\x3e','\xff','\xd4','\x0b','\x13','\xea','\xfd','\xea','\xb5','\xe4','\x98','\xe0','\xef','\xa1','\x23','\x54','\x54','\x1d','\xe7','\x49','\x1e','\x74','\x0b','\x58','\x68','\xe6','\xa7','\x8c','\xa3','\xba','\x84','\x4e','\x58','\x96','\x53','\x9c','\x08','\x9e','\x15','\xbc','\xca','\x8f','\x05','\xc8','\x41','\x11','\x27','\x70','\xaf','\x94','\xc4','\x3c','\x6c','\x0a','\xed','\xc4','\x88','\x58','\x1a','\xbc','\xe7','\x67','\x02','\xb0','\x38','\x08','\x1c','\xc9','\x3e','\x58','\x37','\x39','\xc1','\x66','\x39','\xf3','\xff','\x27','\xec','\x6f','\xa0','\xe3','\x36','\xcf','\x33','\x61','\xf8','\xe1','\x08','\xa2','\x41','\x9a','\x95','\x9f','\x01','\x21','\x8b','\x72','\x14','\x09','\x03','\x62','\x44','\x90','\x76','\xc3','\x1f','\xc9','\x35','\x6d','\xd3','\x23','\x70','\x0c','\x4a','\x98','\x91','\x53','\x81','\x23','\x50','\x72','\xb2','\x96','\xad','\xb8','\xf2','\x46','\x75','\xba','\x1b','\x25','\x75','\x6a','\x4a','\x1e','\x91','\x23','\x66','\xac','\xc2','\xaa','\xbf','\xcd','\x70','\x3c','\x8e','\xbd','\x79','\xfd','\x39','\x8c','\x32','\x8e','\xc7','\xb4','\x5b','\xe7','\xec','\xc9','\x7b','\x3e','\xb7','\xd5','\x2a','\xac','\x5f','\x6d','\x8e','\xea','\xed','\xc9','\xca','\x5a','\x9d','\x9e','\x9c','\x3d','\x39','\x2a','\xad','\x2a','\x8d','\xdf','\xbc','\x3d','\x2e','\xe3','\xb2','\xf1','\x98','\x86','\xc0','\xef','\xbe','\x9f','\x07','\x98','\x1f','\xc9','\x79','\x97','\x38','\x98','\x19','\x12','\x04','\x06','\x78','\x7e','\xee','\xe7','\xfe','\xbd','\xae','\xa0','\xbe','\x44','\x02','\x79','\x98','\x16','\x6f','\x86','\x99','\xbb','\xcd','\xab','\xe7','\x1f','\x53','\xce','\x3f','\x00','\xdb','\x06','\xd0','\x6c','\x2d','\xe3','\x66','\x4f','\x2a','\x0d','\x95','\xf6','\x7a','\x85','\x26','\xfe','\x53','\x04','\x60','\x45','\xf9','\x7b','\xc2','\x33','\xc8','\x6e','\xbf','\x3d','\x22','\x0b','\xb4','\xb0','\x58','\xc0','\xaa','\x2c','\x18','\x61','\x18','\xdf','\xc0','\x3c','\x73','\x65','\xdc','\xcb','\xc2','\xeb','\x73','\x3e','\x15','\x37','\x89','\xbf','\xf6','\xed','\x80','\xff','\x19','\xe5','\x23','\x67','\x57','\x5a','\x35','\x19','\xe7','\xa2','\x2e','\x9a','\x5b','\x3e','\x6c','\x8e','\x22','\x5c','\xcf','\xaf','\xc6','\x19','\x5d','\xb9','\x7e','\x42','\x93','\x07','\x13','\x4a','\x2d','\x7b','\x00','\xe3','\x77','\x98','\xd7','\xc3','\x76','\x8f','\x60','\xcd','\x66','\x89','\x88','\x8d','\xac','\xb0','\xd8','\xbf','\x12','\x63','\x39','\x43','\x76','\xe6','\x1d','\x1e','\x34','\xfe','\x41','\x02','\xeb','\x84','\x0e','\xa3','\xa9','\x57','\x63','\xf9','\x6b','\x30','\xbe','\x7a','\x35','\x4b','\x71','\x75','\x51','\xbb','\xd9','\x1f','\x8f','\x28','\xa4','\x01','\x7f','\x07','\x99','\x56','\x22','\x82','\xc0','\xf0','\x09','\xc3','\x08','\xd6','\xba','\x06','\xfc','\x0f','\x9f','\x71','\x53','\x8e','\x4c','\x68','\xb3','\x2c','\x7a','\x0e','\xf2','\xd7','\x91','\x31','\x73','\x17','\x74','\xde','\x4e','\xff','\x9a','\x14','\x55','\xef','\xf6','\xb7','\x1b','\xf6','\xe9','\xbd','\x4e','\xe1','\xc5','\xce','\xed','\xd4','\xa1','\xc5','\x4e','\xc6','\xcf','\xcd','\x2b','\x36','\xf8','\x36','\x39','\x62','\x08','\xf5','\x0d','\xf3','\x87','\x6a','\xfc','\x51','\x1a','\xac','\x7c','\x56','\x8b','\xc2','\xe5','\x70','\x23','\x3e','\x3b','\xb2','\x47','\x81','\xec','\x97','\xa3','\x97','\x06','\xb7','\xde','\x4d','\x26','\x7e','\x3e','\x21','\xcf','\xc2','\x67','\x9c','\xf5','\xf0','\x77','\xb5','\x81','\x71','\x80','\xf3','\x37','\x54','\xb1','\x4a','\xb5','\x9f','\xd5','\x62','\xa2','\x7e','\x25','\x28','\x11','\xda','\x92','\x58','\x5d','\x88','\xa8','\x5b','\x56','\xe8','\xad','\xcd','\x5a','\x4e','\x9f','\x39','\x76','\x47','\x3d','\xff','\xa1','\xa5','\x86','\xb2','\x11','\x62','\x6c','\x34','\xe2','\x6b','\xa0','\xcf','\xb5','\x96','\x5b','\xc5','\x5e','\xb9','\x8d','\x1c','\xe2','\x23','\xf1','\x3c','\x17','\xce','\xae','\x66','\x34','\xf0','\xab','\x45','\x60','\x6c','\xf6','\xbf','\xa5','\x5a','\xb7','\x14','\x66','\xb2','\x7b','\x4a','\xb6','\xbc','\xc5','\xd7','\x4b','\xff','\x52','\xd2','\xbd','\xfe','\x92','\x5e','\xe8','\x2b','\xb4','\x0d','\x80','\x36','\x9d','\xb8','\x22','\xfe','\xf8','\xc2','\xe9','\x04','\xe6','\xa4','\xcc','\x9f','\x9d','\x3f','\xfd','\xe6','\xd9','\x2b','\xea','\x69','\x35','\x72','\x76','\x0d','\x89','\xc8','\x44','\xad','\x5b','\xe6','\x0d','\x2c','\x54','\x04','\x6d','\x3b','\x66','\xdd','\xb1','\xfc','\x04','\x94','\x23','\x1b','\x59','\x65','\x24','\xc3','\xd7','\x15','\x91','\xc7','\x92','\xcd','\xab','\x39','\x3c','\x0a','\xcf','\xa7','\x90','\x04','\xc7','\x55','\x21','\xe5','\x29','\x5d','\xd0','\x45','\x7a','\x0b','\xad','\x86','\xfc','\x5e','\x3c','\x3e','\xe5','\xe5','\x8c','\xa4','\x95','\xb6','\xda','\x2d','\xa6','\xe1','\x5a','\xa0','\x75','\x26','\x79','\x7e','\x32','\x21','\xac','\x7e','\x23','\x97','\x32','\x8f','\x69','\xd6','\x61','\xeb','\x87','\xa9','\x81','\x63','\x3a','\xbc','\x97','\x53','\x6a','\x5a','\xb1','\xe6','\x5e','\x34','\xc8','\xe6','\x6e','\xe6','\x7d','\x5e','\xe3','\x47','\x94','\x0f','\xb1','\x2a','\x93','\xed','\x72','\x5e','\xf6','\x6a','\xf3','\x1f','\x51','\x45','\x8d','\x68','\x8d','\x5f','\xe8','\x78','\xe8','\xa9','\x84','\xf5','\x3a','\x52','\xc3','\x67','\x64','\x79','\xa4','\xd7','\x65','\x60','\x36','\xce','\x93','\xba','\x9d','\xcb','\xd1','\xa3','\x30','\x0f','\x92','\xe1','\xbb','\x28','\x01','\xbf','\x99','\xf2','\x97','\x5a','\x80','\x83','\xe3','\x95','\x34','\xd0','\x95','\xd4','\x4d','\xea','\xe2','\x66','\x83','\x44','\x1a','\xae','\x8c','\xba','\xc7','\xf5','\xfc','\x8c','\x58','\x1f','\x86','\x3e','\x33','\xc9','\x9a','\xb2','\xd9','\x2b','\xea','\x15','\xa6','\x7a','\x58','\xb5','\x11','\x7d','\x2f','\xc4','\xb7','\x9d','\xf6','\x9a','\x90','\x13','\x58','\xb2','\x80','\xc1','\xf0','\x13','\x18','\x3f','\x95','\x8f','\xd8','\xbe','\x2a','\xb9','\xbf','\x3a','\xd3','\xe0','\x2d','\xe0','\x5b','\x30','\x3e','\x5d','\xbe','\x81','\x7d','\xf3','\x3e','\xb3','\x72','\x4e','\x69','\xa7','\x1e','\x59','\x31','\x5a','\x73','\x91','\x5a','\xfd','\xf8','\x9c','\x52','\x38','\xee','\xcf','\x2a','\x9d','\x2c','\x93','\x07','\xe6','\x2b','\xfa','\x7c','\xfc','\x13','\x58','\xbf','\x51','\x8a','\x38','\xd7','\x1e','\x6c','\xa1','\x93','\x53','\x84','\x3e','\x35','\xd0','\x32','\x7c','\xd4','\x49','\x95','\x30','\x3f','\xf4','\x58','\xee','\x81','\x29','\x42','\xc6','\xba','\xe2','\x72','\x7f','\xe1','\xe9','\xc4','\x2e','\x3d','\x79','\xf8','\x96','\xb3','\x7d','\x95','\xfe','\x4a','\x32','\xf1','\x3f','\x2a','\x49','\xfd','\x91','\xf7','\xc7','\x12','\xd6','\x1c','\x3d','\x18','\xe8','\xb7','\xb6','\x87','\xde','\xd8','\x15','\x4a','\x02','\xff','\xb0','\x16','\x55','\x79','\x7d','\x13','\xea','\xe7','\x3a','\xdc','\x91','\xf1','\xfe','\x5b','\x15','\xd0','\x7a','\xd1','\x0b','\xff','\x04','\xc8','\x67','\x67','\xfc','\x09','\x2e','\x9f','\x6b','\xf5','\x55','\xa0','\x53','\x63','\x7d','\xed','\xbe','\xd2','\xde','\x8e','\x46','\xfc','\x40','\x12','\x99','\x56','\xad','\xbe','\xe9','\x3e','\xbe','\xc3','\xeb','\x3c','\x99','\xe7','\x3f','\xb9','\xf9','\xb5','\xc9','\xc8','\x0c','\xca','\xff','\x98','\xc6','\xf0','\x77','\x3d','\xf4','\xa0','\x07','\xf1','\x15','\xac','\x71','\x51','\x73','\x2a','\xd9','\x4c','\xc8','\x9a','\xcb','\xd5','\xe4','\x6b','\xe9','\x4a','\xfe','\xb5','\xf4','\x4a','\xe6','\x0d','\xa5','\x42','\x5e','\xbf','\x5c','\xc9','\x7c','\x9c','\x71','\x4b','\x2d','\x16','\xd8','\x9f','\x6a','\x5d','\xff','\x9f','\xf6','\x30','\x35','\x63','\xcf','\x55','\xec','\x87','\x47','\x96','\x59','\x7f','\x40','\xfb','\xd7','\xf1','\xbd','\x3b','\xfd','\xa1','\x53','\xf7','\x64','\xf6','\xad','\x64','\xd4','\xa2','\x2a','\xad','\x30','\x04','\xa4','\x3e','\x49','\xe0','\x56','\x08','\x28','\x5f','\xf9','\xac','\x3b','\xa1','\x30','\xff','\x8f','\x4d','\x6d','\xbf','\x96','\x1f','\xa5','\xea','\xaa','\xb6','\x6a','\xa8','\x53','\x89','\xf3','\x6d','\xd6','\xf4','\x54','\x0a','\xb1','\x7b','\xa7','\x10','\xbf','\x77','\xd5','\x92','\xa7','\xd0','\x43','\x1b','\xf0','\xbf','\xe7','\xbe','\xe5','\x23','\x63','\x95','\x24','\x4a','\x74','\x2b','\x7d','\x0f','\xda','\x2d','\xc8','\x3f','\x15','\x18','\x80','\x7e','\x13','\xeb','\x3a','\xff','\xe1','\x68','\x59','\x4c','\x73','\xf3','\x38','\x9b','\x30','\xca','\x1c','\x18','\x27','\x1d','\xd2','\x40','\xe7','\x02','\x7c','\x2f','\x6c','\x98','\x5f','\x4a','\xac','\x44','\x03','\x3f','\x3c','\x31','\xa6','\x98','\xc7','\x9d','\xa8','\xb7','\x48','\x4b','\xed','\x46','\x2b','\x0c','\x20','\x44','\x4c','\x81','\x39','\x14','\x89','\x08','\xda','\x92','\x12','\xd5','\xb1','\x2e','\x4d','\x56','\x71','\x66','\x87','\xf3','\x8b','\x32','\x0d','\xc6','\x12','\x5c','\x53','\xcc','\xb7','\x09','\xeb','\x30','\x2a','\x03','\xdb','\x4d','\xcb','\x9c','\x1f','\x8d','\x10','\xcc','\x23','\x4e','\x91','\xa3','\x59','\xf6','\xea','\xa7','\xec','\x54','\xe6','\xa8','\xd3','\x62','\x8d','\x5b','\x69','\xf3','\x54','\x46','\x38','\x58','\x1f','\xdf','\xc9','\xbc','\x69','\xa6','\xb4','\xf1','\x1a','\x4b','\x2a','\xc7','\x07','\xe1','\xf6','\x39','\xc3','\x06','\x61','\x1b','\xae','\x73','\x58','\x67','\xb5','\x99','\x55','\x18','\xc1','\xfa','\x5a','\xcb','\x76','\x5b','\xf5','\xc5','\xe6','\xec','\xb7','\x80','\xbf','\xab','\x31','\x7f','\xfd','\xc6','\x5c','\xf6','\x88','\x72','\x8b','\xb2','\xa4','\xb4','\x28','\xb3','\x4a','\x5a','\x41','\xae','\x64','\xac','\xfe','\xba','\x45','\xa9','\xaa','\x08','\x30','\xa2','\x6f','\xa6','\x44','\x20','\x21','\xc7','\x0f','\x7a','\x26','\x9b','\xf0','\x85','\x39','\x7f','\x33','\x4f','\xb3','\xcf','\xfa','\xdc','\xf1','\x0e','\x52','\x4e','\x33','\x65','\x96','\x63','\xa9','\x66','\x93','\x66','\x8e','\x5c','\xb7','\x3e','\xb8','\x9f','\xbb','\xa0','\x2e','\xaa','\x73','\xda','\x9c','\x59','\xb0','\xdc','\x62','\xbe','\x5e','\xbf','\x8c','\x1a','\x12','\xf7','\xad','\x37','\xbe','\xb2','\x67','\x9a','\xbc','\x79','\x01','\xc7','\xd0','\x40','\xc8','\xdd','\x5e','\xdb','\xb0','\x1a','\x98','\xb2','\xfa','\x03','\xe6','\xdf','\x0a','\x2a','\x23','\xb1','\x0a','\x9a','\xe3','\x2f','\x3e','\xed','\x85','\xde','\x01','\xac','\x96','\xd0','\x6a','\x1e','\x93','\xc6','\xfc','\x34','\xc4','\xc7','\x24','\xe6','\x35','\xb3','\xc5','\x3c','\x96','\x27','\xa5','\xa3','\x62','\xc4','\x98','\x54','\xac','\x72','\x7a','\x26','\x7d','\xea','\xd8','\x29','\x73','\x92','\xb0','\xfc','\x23','\xcc','\x24','\x13','\x93','\xdf','\x7c','\xd0','\x30','\xf6','\x3e','\x88','\xd6','\xc7','\x62','\x8d','\xbf','\x57','\xe8','\x30','\x48','\xb7','\x1f','\xd3','\x56','\xd4','\x0d','\xbe','\xa4','\x76','\xff','\xc9','\xd0','\xfc','\x57','\xfe','\x64','\x1e','\xde','\xd5','\x79','\xd8','\x55','\xb5','\x4f','\x15','\xf8','\xe8','\xad','\xfa','\x6d','\x11','\x18','\xed','\xca','\xb0','\xe2','\x54','\x4a','\x65','\x3e','\xfb','\xf9','\xfa','\xc0','\xa5','\x6a','\xa9','\x24','\x57','\xba','\xdf','\xe7','\x96','\x2d','\xe7','\x27','\x6d','\xcc','\x8f','\xe2','\x1e','\xae','\x2d','\xd5','\x3e','\xcb','\xb4','\xda','\xdd','\xa8','\xa8','\x56','\x04','\x1a','\xe6','\xef','\x10','\xd7','\x74','\x6f','\xf7','\x29','\xac','\xb9','\x16','\x79','\xc6','\x03','\xfd','\x42','\x03','\x4d','\xc3','\x7b','\x86','\xc5','\x0b','\x31','\xbf','\x0e','\xdb','\x29','\x6b','\x50','\x44','\xb0','\xb4','\x8a','\xe7','\xb3','\x16','\x9d','\xdf','\x34','\xff','\x5e','\x6b','\x1d','\xdf','\x85','\xe3','\x70','\x72','\xbe','\xa5','\x90','\x9f','\x1b','\x71','\x82','\xc2','\x8d','\xf7','\x3c','\x47','\x90','\xf8','\x9b','\xd6','\x5b','\x16','\x39','\xb7','\x53','\x33','\x3e','\x02','\xc3','\x87','\x32','\x25','\x35','\x5a','\x95','\xc5','\x2e','\x7b','\x40','\xb9','\x50','\x96','\x66','\xa4','\x53','\xd2','\x29','\x67','\x52','\x01','\xfd','\x3c','\x26','\xc7','\x2e','\xaa','\xf6','\xca','\x54','\x1c','\xcc','\xe7','\xbe','\xca','\xa0','\xfe','\x1e','\x8c','\x12','\x6d','\x46','\x11','\xd5','\xf2','\xe9','\x8c','\x99','\x81','\x95','\x40','\x8e','\x5e','\xbc','\xd5','\xfe','\xe2','\xd4','\x84','\x6d','\x17','\x8a','\x15','\x98','\x61','\x20','\xff','\xef','\x98','\xd1','\xc4','\x64','\x39','\x99','\xc9','\x67','\x28','\x8b','\xc7','\x80','\xf5','\x9d','\xc0','\x3e','\x1e','\x50','\x18','\x83','\x00','\x32','\x0c','\x85','\xf8','\x7a','\x64','\xc7','\x12','\x4c','\x6e','\x16','\x05','\x14','\xb2','\x82','\xc0','\xdc','\x3f','\x6c','\xbe','\x2b','\x9c','\x1f','\x9c','\xdc','\xe4','\x63','\x45','\x2c','\xc8','\xca','\x92','\x0a','\xba','\x75','\xfb','\x4b','\x37','\x83','\x66','\xbd','\x0d','\x24','\x27','\x8f','\x1f','\xf2','\xd1','\x8d','\x2c','\x61','\x84','\x72','\x1e','\x8f','\x16','\x56','\xf1','\xd4','\x45','\x34','\xc2','\xe6','\x97','\xd2','\x8c','\xe8','\xde','\xa6','\xd4','\xfd','\x68','\xdc','\xff','\x80','\xa8','\x3b','\xbc','\x26','\xbf','\x94','\xe9','\x7f','\xdf','\x34','\x51','\x33','\x01','\x6d','\x52','\xec','\x2a','\xfc','\xea','\x60','\x47','\x17','\x4d','\x42','\xbb','\x68','\x51','\xa1','\x4b','\x74','\x48','\xa6','\x3d','\x73','\xaa','\x98','\x01','\xb9','\x98','\x91','\x4e','\x75','\xb6','\x63','\x96','\x05','\x8d','\x90','\x42','\x37','\xdc','\x59','\xa7','\x37','\x53','\xba','\xdf','\xb3','\xb0','\x52','\x84','\x48','\xd5','\x2b','\x30','\xa6','\xe2','\x4a','\x5c','\x8e','\x5b','\x6d','\x27','\x03','\xfc','\x74','\x7f','\x4c','\xfd','\x58','\x8d','\xaa','\x31','\x35','\x95','\xb9','\x96','\x5e','\x7b','\xaa','\x25','\x82','\xf8','\x69','\x27','\xda','\x5b','\xa0','\x7f','\x35','\x33','\x69','\xad','\x1e','\x69','\x31','\x48','\x72','\x2a','\x99','\x4c','\x24','\x09','\x68','\x1a','\x56','\xf2','\xc8','\x94','\x91','\x4c','\xa6','\xb1','\x42','\x34','\x79','\x4c','\x05','\x8b','\x44','\xb0','\xc4','\x49','\x92','\x6e','\x4f','\x9f','\x4a','\x67','\x8e','\xa9','\xe9','\x4c','\xfa','\xd4','\xee','\xf6','\x74','\x64','\xb7','\xff','\x62','\x84','\xd8','\xf7','\x79','\x71','\x27','\x0e','\xfb','\x7d','\x2c','\xbf','\x29','\x4e','\xee','\xcb','\xc6','\xf1','\xdd','\x1e','\x73','\x26','\xac','\x53','\xff','\xbe','\x19','\x39','\xe2','\x53','\xb8','\x0a','\xc8','\x34','\xb2','\x80','\x9a','\xc7','\x83','\xd7','\x31','\x73','\x0c','\x5f','\xf5','\x16','\xbd','\x05','\xbe','\x4e','\x38','\x89','\xfd','\x23','\x81','\x05','\xc7','\xf1','\x14','\x11','\x61','\xa0','\x39','\x3f','\xfe','\x7a','\xff','\x3a','\x34','\x37','\x9a','\x1d','\x35','\xfe','\x05','\x16','\x5f','\x0d','\xf0','\xf5','\x10','\x61','\x6f','\xa3','\x30','\x48','\xde','\x45','\x7f','\x69','\x24','\xca','\xf2','\xaf','\x95','\xc9','\x9e','\x05','\xd5','\x8a','\xd9','\x9f','\x78','\xcc','\x27','\xd8','\xba','\x8d','\x55','\x07','\x76','\xa3','\x00','\xb3','\xd0','\x7f','\x55','\xc7','\xbe','\x50','\xe1','\x4e','\x11','\xa5','\x13','\xf1','\xe0','\x53','\xe6','\x74','\x16','\xac','\x02','\x47','\x74','\x1b','\xaf','\xcf','\xd8','\xc3','\x85','\x09','\x32','\x1b','\x5c','\x9f','\xfa','\xdc','\xfe','\xc0','\x15','\x8e','\x95','\x8b','\x2b','\x37','\xa3','\x76','\xe5','\x5e','\x41','\xa4','\x50','\xcc','\x32','\x72','\xdb','\x5a','\x61','\x80','\x8c','\x6c','\x58','\x90','\x49','\x7e','\xd3','\xd8','\xe2','\x98','\x02','\x76','\x8b','\x16','\xd7','\x7f','\xc1','\x3c','\xbc','\xbd','\x66','\xef','\x4c','\x14','\xeb','\xdb','\x58','\xc5','\x48','\x36','\xcb','\xfc','\x10','\x7e','\x03','\x0a','\x28','\x7f','\x42','\x96','\xe0','\x02','\x56','\x95','\x14','\x93','\xef','\xa3','\x8f','\x79','\x8f','\x99','\xaf','\x98','\x71','\x3d','\xae','\xdf','\x47','\xb7','\xea','\xaa','\x29','\xcc','\xa0','\xf5','\x53','\x54','\x93','\xca','\x6e','\xf8','\xe6','\xab','\x96','\x36','\xd0','\xfb','\x53','\xce','\xf3','\xbd','\xc9','\xe0','\xfc','\x6f','\x61','\x7e','\xf7','\x6f','\xb3','\x4f','\xea','\xf5','\x51','\x0d','\x51','\xbd','\x86','\xf6','\x65','\x7f','\x87','\x3e','\xe2','\x7b','\x8c','\xe1','\xf7','\x49','\x16','\xe2','\xeb','\xe6','\x44','\xcc','\xaf','\x13','\x0b','\xb8','\x6d','\x78','\x99','\x16','\x06','\x60','\xdb','\xfb','\x12','\xe3','\x66','\x67','\xbf','\xf3','\x2d','\xf0','\xaf','\x1a','\xfd','\x76','\x4c','\xeb','\xeb','\xd2','\xc4','\x7b','\x7f','\x83','\xf5','\xb0','\xfd','\x5e','\x4c','\x49','\x6a','\xa6','\xe6','\x6e','\xe2','\xde','\x33','\xe6','\xff','\x83','\x57','\xd0','\x3a','\x61','\x0e','\xff','\xcf','\x00','\x1b','\x8a','\xe1','\x9f','\x04','\xd7','\xab','\xb2','\xf7','\xcf','\xbc','\x34','\x50','\xb8','\x50','\xbb','\xbe','\x0d','\x56','\x1e','\x01','\xe9','\x65','\xe6','\x4c','\xff','\xb8','\x38','\x26','\xee','\xc4','\x98','\x93','\x8b','\x0c','\xde','\x04','\x31','\x1f','\xdc','\x31','\x61','\xa6','\xa9','\xfe','\x6d','\xd8','\xd8','\x7e','\x61','\xdc','\xca','\x98','\x25','\xb3','\xbe','\x46','\x70','\x7d','\x73','\x0d','\x59','\x7b','\xa4','\xad','\x63','\x30','\xf2','\x37','\xa4','\xee','\x3d','\xe4','\x92','\x56','\x44','\xdd','\x9a','\x45','\xa4','\x8f','\x63','\x75','\x84','\x09','\x76','\x7b','\x21','\x45','\x77','\xfb','\x88','\xa1','\x6b','\x81','\x92','\x22','\xe4','\x84','\x17','\xb3','\x8b','\x42','\x7e','\x53','\xfe','\x6a','\x90','\xbd','\x5f','\xcf','\x3f','\x63','\xf5','\xe3','\xac','\xfe','\x14','\xd7','\x9d','\x80','\x5f','\x5e','\xbb','\x0f','\xfd','\xf7','\xdb','\xe3','\xba','\x09','\x52','\xcb','\x0d','\x56','\xb5','\x91','\x49','\x7c','\x5f','\x6b','\x70','\x5b','\x91','\xdb','\x30','\x5c','\xab','\x82','\xf1','\x41','\x74','\x30','\x06','\x7c','\x96','\x3d','\x3c','\x5f','\xfd','\x0b','\xf7','\xed','\xdc','\x4c','\xce','\xcf','\xcd','\xc0','\x8f','\x3f','\x35','\x43','\x90','\x9f','\x19','\xe3','\x5b','\x92','\x38','\x28','\x0e','\xd2','\xfd','\x7e','\x81','\x31','\xce','\x49','\x35','\xfc','\x5c','\xb4','\x30','\x30','\xda','\x1f','\x15','\xbd','\x02','\xe5','\x88','\xd7','\x0c','\xe5','\xf2','\x3d','\x81','\xe3','\x4f','\xa0','\x7f','\x17','\x3d','\xbc','\x1f','\xd3','\xde','\xa5','\x5e','\xd8','\x2d','\x63','\x8f','\xaf','\x1b','\x88','\x62','\xd0','\xf7','\xfb','\xa6','\x99','\x33','\x18','\x3a','\x2e','\x48','\x1d','\x44','\x6f','\xba','\xdb','\xba','\x53','\xdf','\xef','\x8f','\x8b','\x20','\xda','\xf5','\x4e','\xb4','\x63','\x6c','\x86','\xdf','\xe5','\xc2','\x55','\x5d','\xcf','\xa5','\xd5','\x01','\x77','\x18','\xd1','\xb1','\xd0','\xce','\x3e','\xc2','\x2b','\xf4','\xeb','\xc7','\x1d','\xf7','\xc1','\xaa','\xed','\x16','\x30','\xaf','\x28','\xc0','\x6f','\x19','\x63','\xf8','\x2d','\xac','\x7e','\x0b','\x64','\x75','\x2f','\xe2','\x51','\x08','\x6d','\x30','\x7f','\x11','\xcb','\xce','\x85','\x35','\x58','\xcc','\x8f','\x83','\x0e','\x46','\x48','\x7d','\x04','\x7f','\x1a','\xbf','\x54','\x98','\x5f','\x14','\x66','\x18','\x19','\x91','\xbc','\x19','\xd8','\xe7','\x26','\x35','\x95','\x91','\x30','\x7f','\xe0','\xb8','\x68','\x16','\xe0','\x15','\x89','\xb0','\xc8','\x71','\xaf','\x1e','\x7f','\xe4','\xc7','\x2d','\x92','\x12','\xed','\x02','\xe2','\x64','\xe0','\xf1','\x31','\x8f','\xd7','\x87','\x8f','\x82','\xd6','\x15','\xf2','\xcf','\xae','\x01','\xe9','\xf6','\xaf','\xd5','\x1b','\xf1','\x31','\xb8','\x7c','\x60','\xf8','\x93','\x1e','\x66','\x07','\x63','\x95','\x38','\xca','\xa1','\x4d','\xca','\x55','\xd5','\x00','\xfd','\x59','\x24','\x9f','\xf5','\x96','\x6a','\xf9','\x51','\x03','\xca','\xbd','\x7e','\x63','\x84','\x0b','\x64','\xb7','\x10','\xbb','\x3a','\x02','\xa2','\xa2','\xa0','\x45','\xaf','\x46','\x85','\x55','\x5c','\xb5','\xae','\x52','\x4d','\xd7','\x34','\x98','\x1d','\xa3','\x66','\x2e','\x1f','\xae','\xef','\x1d','\xca','\x11','\x85','\x96','\x69','\xd9','\xab','\x0c','\xa2','\x96','\x60','\xc3','\x62','\xc8','\xf4','\x63','\x96','\x9f','\x9f','\xc3','\x9e','\x1e','\x82','\x8d','\xf3','\x67','\x86','\x1b','\xd3','\xff','\x85','\x29','\x21','\x22','\x24','\xb4','\x08','\x7a','\x57','\x61','\xcd','\x4f','\x69','\x7d','\x98','\x5f','\xa9','\xfd','\xad','\xd0','\x26','\xe8','\x32','\xc6','\x40','\x14','\x0b','\xf3','\x92','\x7b','\x3c','\x8f','\x45','\xef','\x71','\x57','\xc4','\x7e','\x5f','\x65','\x39','\x52','\x4a','\x50','\xc8','\x16','\x64','\xff','\x08','\xeb','\x85','\x8d','\xde','\xa0','\xd0','\xc8','\x5f','\xd8','\x78','\x9c','\xf3','\xfb','\xd5','\x56','\x5f','\xbe','\xfe','\xa2','\xfd','\x0a','\xf7','\x37','\x23','\x24','\x61','\x5d','\x6d','\x67','\xf7','\xd4','\xc8','\xcf','\xc7','\x57','\xd3','\x46','\x6e','\x8f','\x66','\xfc','\xcc','\x5a','\x7d','\x86','\x4e','\x8d','\x36','\x18','\x23','\x31','\xe8','\xb7','\xb5','\x5e','\x9b','\xf0','\xb5','\x30','\xff','\x1a','\xd7','\x7f','\x63','\xc2','\xfb','\x02','\xab','\x90','\x0b','\x18','\x84','\x1a','\xd6','\x7f','\xc4','\x21','\x4c','\x28','\xaa','\x37','\x84','\xc8','\x3e','\x79','\x3f','\x1f','\x7e','\x6a','\xc4','\x1f','\x04','\xe9','\x67','\xf1','\x2c','\xbe','\x19','\xeb','\xfe','\x6a','\x9a','\xc5','\x91','\x96','\x60','\x4e','\xa8','\x34','\x36','\x10','\xdc','\x3f','\x8b','\x20','\x7d','\x28','\x86','\xd8','\x1d','\xf5','\xfe','\xc7','\x18','\x10','\xe2','\xc9','\x3d','\x57','\x9d','\xa5','\x2f','\x78','\xbf','\xa6','\xdf','\xf5','\x67','\x69','\xd1','\x7a','\xde','\x59','\x5a','\x9c','\xb5','\x23','\x16','\x59','\x68','\xc1','\xfa','\x61','\xcc','\xbf','\x20','\xf7','\x33','\x1f','\x17','\x9e','\x8b','\xfa','\x61','\x58','\x1f','\xc7','\x33','\x66','\xd7','\x0b','\x5f','\xf0','\x6c','\xc6','\x1f','\xb8','\x01','\xe6','\x4a','\x54','\xeb','\x9b','\xd7','\x8e','\x18','\x95','\x51','\x2d','\x77','\x10','\xa1','\x00','\xba','\xfd','\x20','\xff','\x0d','\x2c','\xb5','\x94','\x77','\x4d','\x13','\xc4','\x35','\xbe','\xe3','\x3a','\x56','\xce','\x22','\x5d','\x75','\xf9','\xdd','\x88','\xff','\x53','\xe7','\x07','\x65','\xf6','\x9f','\x3c','\x2d','\xc2','\xae','\x5a','\x49','\x8b','\x4c','\x9f','\x26','\xa7','\xe7','\x4b','\xb0','\xb9','\xb9','\xd2','\x5a','\x2d','\x92','\xac','\xcf','\x9f','\x5a','\xc5','\x09','\x5c','\x89','\x47','\xdb','\x10','\xdf','\x38','\xe4','\x2f','\x1b','\x2f','\xa5','\xb4','\x31','\x73','\x54','\x18','\x43','\x1b','\x44','\x1e','\x83','\xde','\x34','\x18','\xbf','\x76','\x3d','\x3e','\xe0','\x32','\xec','\x1c','\x31','\xdf','\xe5','\x35','\xa0','\x28','\xa1','\x86','\x6d','\x7b','\x16','\xcd','\x47','\x35','\x45','\x19','\xb1','\x0f','\xb9','\x8f','\xb5','\xfe','\xa0','\x8a','\x16','\xf6','\x08','\xec','\x4a','\x95','\xb8','\x0d','\xf1','\x87','\x4f','\xe5','\xef','\x15','\x8d','\xc4','\x94','\x5a','\x01','\xe5','\xee','\x3f','\x8e','\x92','\xef','\x06','\x4c','\xbe','\x75','\xef','\x68','\x4b','\xad','\x3e','\x88','\x2c','\x6d','\x21','\x75','\x5b','\xb4','\xa1','\x8a','\xca','\xa0','\x59','\xac','\xfa','\xf0','\xcd','\xce','\xa5','\x21','\xf3','\x1e','\x6f','\x5f','\x25','\x53','\x2d','\x56','\xa4','\x2a','\xc6','\xba','\xd6','\x3b','\x9f','\xf1','\xb9','\x7e','\xf0','\xb1','\xfd','\xba','\xf7','\x9a','\x3d','\x6f','\xbd','\xd1','\xfa','\x7a','\x15','\xd1','\x1f','\xfe','\x9a','\xe9','\x07','\x18','\xab','\x21','\x64','\x64','\x09','\x26','\x27','\x6c','\x23','\x85','\x86','\xf7','\xa2','\x56','\x1c','\x93','\x26','\xd6','\x9d','\xaa','\xe9','\x1f','\x13','\xda','\x17','\xb4','\xc0','\x7b','\x8c','\xd5','\xa8','\x1a','\xe6','\x4a','\x8c','\x0a','\x39','\xd2','\x8c','\x5f','\x53','\x5f','\xdd','\xeb','\x19','\x02','\xa4','\xd1','\xe5','\xc6','\x07','\x3e','\xde','\x3c','\x37','\x79','\x22','\x61','\x34','\x09','\xf9','\xef','\x40','\xaa','\x1e','\xf1','\x2a','\xb4','\xf2','\xbc','\xf6','\xc5','\x15','\x27','\xcc','\xb1','\xa4','\xdd','\x97','\xe8','\x83','\x72','\x66','\xe6','\xd9','\x51','\x31','\x29','\xac','\x5f','\xa1','\xb0','\x26','\xfe','\xd2','\x57','\x0a','\x20','\xd5','\x41','\x91','\x14','\xd6','\x91','\xc2','\xd4','\x5c','\x04','\x8c','\x45','\x7d','\x00','\xa5','\xe5','\x3f','\xfc','\x86','\xfb','\xc2','\x18','\xc2','\x2d','\xc8','\xc7','\x83','\x23','\x44','\xf4','\xff','\x59','\xd7','\xf5','\x79','\x1f','\x59','\xc1','\xf3','\xaf','\x1f','\xfb','\x0b','\xfd','\x6d','\x7d','\xc6','\xf7','\xf5','\x19','\x7d','\x26','\xed','\xa7','\x67','\x4e','\x26','\x04','\xa5','\x2b','\x71','\x50','\x11','\x12','\x5d','\xca','\xa3','\xab','\x82','\xda','\x35','\x7d','\xb0','\x25','\xa8','\x23','\x92','\x94','\x2f','\x2d','\xac','\x1b','\xb9','\x0e','\x1f','\x00','\x43','\x27','\x16','\x1d','\xa0','\x2a','\xcd','\x44','\x4f','\xdd','\xda','\x4a','\x23','\xa1','\xf4','\x16','\x89','\x20','\x4c','\x97','\x89','\xb6','\x43','\x0b','\xf7','\x98','\xb0','\x43','\x8e','\xd5','\xea','\xb3','\x3e','\xf1','\x69','\x4e','\xce','\x75','\x79','\x83','\xe6','\xbb','\x66','\xd4','\x92','\x6c','\x49','\x91','\xed','\x07','\xdd','\xee','\xd6','\x86','\xf1','\x85','\x39','\x11','\xb9','\x01','\x6f','\x7f','\xae','\x80','\xf1','\x49','\x8d','\x3a','\xd1','\x67','\x6f','\x15','\x1a','\xd1','\x33','\x71','\x6c','\x7e','\x61','\xf9','\xab','\x5a','\xca','\xb4','\xf2','\x29','\x27','\xbd','\xdd','\x92','\x41','\x6c','\x62','\x4e','\x04','\xc8','\xa9','\x8f','\x91','\xb1','\xdc','\xeb','\x25','\xbd','\x7e','\x2f','\xb9','\xdd','\xbf','\x23','\x92','\x9e','\x4f','\xce','\xcf','\x44','\x08','\xe6','\x6f','\x46','\x9e','\xfc','\xb9','\x4d','\x1d','\x3b','\x53','\xd8','\x7f','\x79','\x5c','\x1e','\x97','\xf7','\x5f','\xfa','\x9a','\x3c','\x51','\x5a','\xeb','\xb4','\x69','\x30','\x3f','\xcc','\xd0','\x7f','\xc7','\x24','\x1c','\xcb','\x7e','\x94','\x22','\x9b','\x57','\xae','\x9c','\x4a','\xae','\x44','\x22','\x91','\xf6','\x48','\x80','\x7f','\x9b','\xb5','\x1d','\x77','\x42','\xd8','\xb7','\xe2','\x90','\x2c','\xb1','\xab','\x58','\xc3','\xba','\xd9','\xbd','\xe2','\x1a','\x30','\xbe','\x6f','\xc4','\x0f','\x8f','\x92','\x46','\x7c','\x00','\xd1','\x68','\x37','\xdb','\xac','\xa8','\x4d','\x8d','\xbb','\xbc','\x01','\x03','\xf3','\x53','\xb6','\xd4','\x63','\xb3','\xb0','\x09','\x82','\x99','\xd7','\xf2','\x71','\x4d','\xd0','\xa6','\xcb','\x8c','\x8a','\x80','\xb1','\x10','\x60','\x7c','\x0c','\x2c','\x18','\xb0','\xff','\x1b','\xe3','\x87','\x75','\xbb','\xa3','\x1e','\xc3','\xe7','\xfe','\x3b','\xd4','\x99','\x77','\x60','\xde','\x0f','\x66','\x29','\x2a','\x98','\x57','\x3a','\x6a','\x24','\x95','\x67','\xbb','\x06','\x5a','\xd1','\x7f','\xfc','\xfc','\xe2','\x17','\x60','\x95','\x3f','\xee','\x45','\xcd','\xa8','\xb9','\x6a','\x82','\x85','\xa5','\x63','\x36','\x82','\xaa','\x27','\xcd','\x3c','\xfa','\x87','\x40','\x17','\x39','\x8e','\x19','\x65','\x74','\xa2','\x30','\x61','\xc3','\x06','\x9f','\x0e','\xb0','\xe8','\x2d','\xe2','\xa7','\xc7','\x88','\x3a','\x82','\xac','\x82','\xbf','\x29','\xc7','\xcb','\xda','\xdb','\xfd','\xb9','\xed','\x67','\xae','\x96','\xb7','\xe2','\xe7','\x92','\xe6','\x96','\x4b','\xa9','\xd3','\x18','\xe1','\xf8','\x38','\x11','\x13','\xfb','\xcf','\xa3','\x77','\x6d','\xc5','\x55','\xcf','\xe2','\xc8','\xbf','\x07','\x5a','\xc7','\xb4','\xc4','\x29','\x86','\x6f','\x10','\xfa','\xaf','\xa1','\xef','\xef','\x36','\x27','\xcc','\x09','\x7d','\x56','\x67','\xf8','\xd5','\xba','\x64','\xca','\x33','\x3c','\x3e','\x2b','\x89','\x33','\x62','\x52','\x44','\xfe','\x56','\x1c','\x19','\x57','\x88','\x1a','\xa9','\xd5','\x3f','\x92','\xee','\x25','\xcc','\xa8','\x9d','\xa1','\xf7','\xd3','\x4c','\x01','\x8e','\xda','\x2a','\xbd','\x42','\x55','\x49','\x83','\x4d','\x47','\x7c','\x42','\xd1','\xda','\x94','\x5a','\x44','\xdf','\x0a','\xe8','\x6f','\x26','\xe8','\x6f','\x26','\xe3','\x86','\xa0','\x29','\x9a','\xd6','\xd3','\xe6','\xb3','\x70','\x7d','\x93','\xf4','\x56','\x19','\x7e','\x26','\x43','\xcd','\xdc','\xa8','\xf7','\xd2','\x14','\x79','\x26','\xd2','\x16','\x09','\xea','\x37','\xc1','\xc6','\xad','\x9e','\x45','\x5e','\x74','\xdc','\x56','\xe0','\x13','\xc8','\x2d','\xf7','\x6e','\xf1','\x3d','\x31','\x99','\xc0','\x58','\x3d','\xc3','\xcf','\xd4','\x9c','\xb2','\xc3','\x10','\x02','\xb8','\x1f','\x66','\xbf','\xef','\x28','\x9c','\x9d','\x06','\xad','\x83','\x1d','\x8a','\x91','\x38','\x6b','\xf5','\x55','\x56','\xf5','\x34','\x9d','\xd6','\x85','\x9d','\x30','\x1e','\x48','\x84','\x21','\x58','\xae','\x57','\xd4','\x46','\x7c','\xdc','\x93','\x7d','\x98','\x49','\x61','\x0e','\x99','\x7d','\x7a','\x1f','\x72','\x98','\xc0','\xfd','\x3d','\x3d','\x13','\xc4','\x77','\x86','\x37','\x2c','\x48','\xd6','\x09','\x7b','\x97','\x97','\xb1','\x64','\xe1','\xf6','\x15','\x86','\x50','\xc1','\xe5','\x93','\x38','\xc9','\x9e','\x0f','\xa3','\x7c','\x29','\x7c','\x3a','\x78','\xbe','\xa3','\x7a','\x0b','\x1d','\x87','\xe7','\x3b','\x85','\xf6','\x41','\x58','\xff','\x4c','\xa6','\x19','\xb7','\x55','\x0a','\x77','\x67','\xda','\x12','\x93','\xab','\x6f','\x43','\x93','\x26','\x42','\xff','\x2e','\xcf','\xc2','\xb8','\x11','\x61','\x91','\x6b','\xcf','\xb2','\xf1','\x05','\x44','\x45','\xaf','\x21','\xeb','\x80','\xf6','\x04','\x3a','\x95','\xe1','\x82','\xfe','\x44','\x74','\x4c','\x99','\x56','\x92','\x5e','\x32','\x9f','\xcb','\x67','\x83','\x5a','\x18','\xcc','\x9d','\x31','\xad','\x52','\xbe','\x2d','\x02','\x96','\xf6','\x3a','\x7d','\x49','\xcb','\x65','\x72','\xa0','\x60','\x94','\xb3','\x65','\xd8','\x2b','\x46','\xc5','\x06','\x1d','\x7a','\x42','\xff','\xf7','\xa6','\x31','\xc3','\xb2','\xb1','\xa0','\x87','\x3d','\x0a','\x9a','\x81','\x79','\xab','\x79','\x9b','\xb9','\xcd','\xbb','\x30','\x47','\xe7','\xa2','\x60','\xcd','\x66','\x36','\x6b','\xac','\xfd','\x8f','\xc2','\xca','\xf9','\x00','\xdd','\xed','\xa5','\xcd','\x63','\x66','\xda','\xdc','\xed','\x61','\x0d','\xf6','\x51','\x35','\xa5','\x46','\x36','\x0b','\x8c','\x3f','\x93','\xf3','\xbb','\x22','\x4a','\x1d','\xfa','\x9c','\xdf','\xbd','\xb5','\x1e','\x03','\x00','\x39','\xca','\x5a','\xb7','\xef','\xe4','\xea','\x24','\xbc','\xea','\x49','\x68','\x95','\xfc','\xce','\xc6','\xfc','\x00','\x11','\x8f','\xff','\xa7','\x3e','\x32','\x05','\xed','\xd9','\x37','\xb0','\xf3','\xef','\x08','\x5f','\x01','\x59','\x06','\x06','\xc7','\xbf','\x67','\xab','\x6b','\xf5','\xb7','\xf1','\xcf','\x05','\x7c','\x0c','\x86','\x6c','\x23','\x79','\x52','\x43','\x0c','\xa2','\x66','\xbf','\x4e','\x7b','\x49','\x23','\x89','\x19','\x96','\xf0','\xfa','\xf0','\x64','\xfd','\x73','\xd2','\x98','\x66','\xf1','\x3f','\xa1','\xb6','\x26','\xa8','\x8c','\x63','\x55','\x6c','\xf6','\xb0','\x60','\xdc','\x28','\xc7','\x2c','\x94','\x83','\x6d','\x5d','\x83','\xc2','\xdf','\x44','\xae','\x8b','\xcf','\x33','\x04','\x55','\x2a','\x7a','\x18','\x38','\x17','\xe3','\xd5','\xb8','\x98','\x22','\xbd','\x98','\x7d','\x1d','\x19','\x8b','\xe4','\x99','\xff','\x81','\xe7','\x4f','\xb3','\x9c','\x6a','\x4d','\xd3','\x7b','\x06','\xd8','\x27','\x75','\x4c','\xdd','\xa9','\xe6','\x37','\x73','\xff','\x05','\x56','\xc0','\xa7','\xd5','\x76','\x4d','\x52','\xb6','\x79','\x99','\x7c','\xd1','\x95','\x02','\xf9','\x2b','\xbb','\x1b','\x5b','\xeb','\xbe','\x36','\xb4','\x51','\xf8','\xe7','\x46','\xff','\x0e','\xbb','\x3e','\xcb','\x10','\x43','\xbb','\x6e','\x47','\x82','\x59','\x77','\x23','\x31','\x65','\x54','\x79','\x24','\x71','\x42','\x69','\x41','\x74','\x6c','\xdc','\xa4','\x6b','\x52','\x54','\x8e','\xfe','\xac','\x86','\x4f','\x2f','\x45','\x33','\xd1','\xe2','\xf8','\x3a','\x25','\xe0','\xe7','\x8c','\xfa','\xec','\x38','\x05','\xfb','\xdd','\x84','\x15','\x80','\x49','\x20','\x49','\xcf','\x98','\xda','\xcc','\xa7','\x7d','\x3b','\x8b','\xdc','\x86','\xfa','\x09','\xcf','\x6c','\xcc','\x83','\x29','\x55','\x48','\xcc','\x29','\x0b','\x41','\xa6','\xe3','\xcc','\xd6','\x99','\xe1','\x19','\x65','\x0a','\xe5','\x03','\xcb','\xa1','\xd7','\x4f','\xe8','\xa3','\xe2','\x28','\x5d','\x2f','\xaf','\x57','\xe3','\xea','\x2f','\x92','\xbd','\x6e','\x4c','\xec','\x16','\xb5','\xaa','\x58','\xe7','\xbf','\x33','\xf6','\x7b','\x8e','\x29','\x1b','\x77','\x55','\x27','\xc4','\xe7','\xa9','\x3c','\xa7','\x19','\xfa','\x5c','\xaa','\xeb','\xdb','\xad','\xbc','\x17','\x76','\xb0','\xaa','\x74','\x25','\xd7','\xcf','\x72','\xd0','\x43','\x09','\xba','\x73','\xe0','\xc5','\x75','\xe8','\x11','\xe2','\xb5','\xab','\x31','\xef','\x3e','\xed','\x31','\xf3','\x31','\xaf','\x5c','\x88','\xd3','\x1e','\x7f','\x04','\xb1','\xf7','\xd1','\xfd','\x48','\x36','\x19','\x4b','\xc8','\x82','\x29','\x82','\x85','\x54','\xb8','\xa7','\xf4','\x7b','\xa7','\x33','\xa7','\x9d','\xb7','\x41','\x77','\x77','\x25','\x57','\x9e','\xa4','\x2c','\x3f','\x46','\x29','\xdc','\xfe','\xb2','\x55','\x58','\x82','\x4f','\xdd','\x2f','\x59','\x05','\xf4','\x46','\xad','\x79','\xb9','\x52','\xa8','\x14','\x72','\x05','\x52','\x08','\xd7','\x4f','\xc4','\x59','\x42','\x74','\x25','\x86','\xb4','\x94','\xab','\x23','\x2d','\x11','\x72','\x1f','\xb3','\x2a','\x03','\xbb','\xd2','\x8b','\x0b','\xf7','\x91','\x38','\x6e','\xd0','\xff','\x8e','\xef','\x32','\x7c','\x29','\x42','\x3f','\xf6','\xdb','\xa0','\x7d','\xd7','\x53','\xd0','\x8e','\xb1','\xba','\x27','\x68','\x5f','\x94','\xaf','\x8a','\x4d','\x6d','\x62','\x7f','\x72','\x99','\xd8','\x93','\xf0','\x7e','\xf4','\xe7','\xf8','\x6e','\xc1','\xb6','\xfb','\x32','\xbe','\x13','\x1b','\x73','\xe7','\x05','\xf4','\xef','\x18','\x3b','\x3c','\xd1','\xdc','\xb2','\x3c','\xb0','\xe9','\x91','\xa6','\xfa','\x26','\x42','\x77','\xb9','\xda','\x59','\x2d','\x27','\x9c','\xbe','\xa9','\x74','\x35','\xa1','\x8b','\xfd','\xee','\xf6','\xb3','\x9a','\x8b','\xf9','\xb5','\x1c','\x3f','\x9b','\xeb','\x35','\xde','\x14','\x7f','\xe7','\x7d','\xd9','\xf8','\x17','\x18','\xdf','\x8b','\x44','\x6b','\xd7','\xbf','\x0e','\xa3','\x0f','\xb3','\xea','\x57','\x7f','\xc2','\x46','\x9f','\x05','\xc6','\x93','\x96','\x94','\x67','\x3a','\x14','\x5f','\x13','\x54','\x90','\x86','\x55','\x5f','\x29','\x7e','\xae','\xf8','\x75','\xff','\xf1','\xe2','\x69','\xff','\x74','\x51','\x2d','\xaa','\xdf','\x8e','\x83','\xe4','\x51','\x6a','\xfa','\x1f','\xf6','\x8b','\xef','\x6b','\x45','\xd0','\xce','\xbc','\x11','\x58','\x8f','\xfc','\x4a','\x2f','\x1d','\xd3','\x67','\x76','\xa2','\x76','\x72','\xb3','\x8f','\x56','\xe8','\x5d','\xfe','\x40','\x6e','\xdc','\x7b','\x0e','\x6c','\x33','\xce','\x4f','\xc8','\xb6','\x0e','\xd2','\x88','\x7e','\xbf','\xd4','\x8f','\xd5','\xec','\xfc','\xb5','\xfa','\x48','\x64','\x34','\x92','\xf3','\xa3','\xe2','\x7a','\x2b','\x6e','\x8d','\xd9','\x2f','\x5c','\x06','\x21','\x27','\x7f','\xf5','\xd2','\x9c','\x8c','\xf9','\xc5','\x5a','\x45','\x3b','\xaf','\x95','\x74','\x79','\x40','\x6d','\x1c','\xdf','\x83','\x3f','\x63','\xf5','\x55','\x58','\x5d','\xcf','\xc6','\x77','\x74','\x1d','\xe7','\xcf','\x6b','\x46','\x30','\xc0','\xd1','\x9a','\x78','\x11','\x94','\xb7','\xfc','\xd6','\xfc','\x70','\xf6','\x46','\xff','\xcf','\xf5','\xc7','\xeb','\xac','\x30','\x98','\x97','\x06','\x2d','\x5c','\xc5','\x3d','\xcc','\x4f','\x43','\xfc','\x6f','\x41','\xa9','\x6b','\xf0','\x61','\x2c','\x26','\xd4','\xff','\x6f','\xd4','\x3e','\xeb','\x5c','\xb5','\xac','\x9a','\xc0','\x60','\x1a','\x72','\xfe','\x9a','\x2b','\xd9','\x03','\xca','\x30','\xe8','\x31','\x7b','\x5b','\x0b','\x07','\x51','\xff','\xa4','\x0b','\x98','\xdb','\x23','\x1a','\x9b','\x72','\xbf','\xe6','\x1e','\x30','\x78','\xbd','\xdb','\xbc','\xd3','\x73','\x0a','\xe3','\xf4','\x39','\x3f','\x8c','\x11','\x30','\xfb','\xdc','\x68','\xd8','\x58','\x94','\xd5','\x1a','\xb1','\x09','\x8f','\xef','\x07','\x11','\x3d','\x01','\xab','\x59','\xa3','\xb5','\xda','\x90','\x3a','\x7e','\xe2','\x8d','\xfa','\xa5','\x98','\x13','\xdd','\xcf','\x15','\xf4','\x45','\xac','\x63','\x5c','\xca','\xd6','\xf3','\x23','\x58','\x0f','\x29','\xb1','\x85','\xcf','\x51','\xe5','\x60','\xcc','\xfd','\x1c','\x35','\x0e','\xde','\x9f','\x7b','\x89','\x04','\x7c','\xd5','\x47','\xac','\x37','\x9e','\x52','\x61','\xdc','\xba','\x29','\x0d','\xfd','\x99','\x58','\x1d','\x9a','\x56','\x31','\xfe','\x59','\xe7','\xcf','\x0a','\xf2','\x5d','\xc1','\xea','\xda','\x75','\x55','\x84','\x15','\x2d','\x90','\x1f','\xe2','\x08','\x97','\x9c','\x3e','\x7f','\xd7','\xb0','\x5e','\xd0','\xe2','\x19','\xd2','\x0e','\xe3','\xb7','\x5b','\xda','\xbc','\xe1','\xed','\x68','\x44','\x8a','\x7c','\x74','\x39','\x6f','\xe3','\xf6','\xd1','\x65','\x39','\x89','\xdb','\x86','\xb7','\xcb','\x8e','\x01','\x02','\x44','\x80','\xd5','\xbc','\x85','\xb6','\x60','\x3a','\x94','\xa5','\x9b','\x7a','\x3e','\x15','\x49','\x47','\x9e','\x95','\x44','\xda','\x45','\x7b','\x96','\x0c','\xd2','\xd8','\xe6','\x21','\x16','\x5b','\x9b','\x12','\x22','\x70','\x85','\xfc','\xe7','\x0c','\x01','\x2b','\xb0','\x6e','\x76','\x2c','\x35','\xf6','\x24','\xe7','\xd7','\xeb','\x64','\x68','\xe5','\x4b','\xc8','\xff','\x69','\x06','\xbb','\x50','\xcf','\x3f','\x0f','\xf9','\x17','\x86','\xab','\xdb','\x89','\x4d','\xf6','\x22','\xfb','\x9c','\x81','\xd1','\xb3','\x4e','\x3f','\x1a','\xc1','\xf8','\x2e','\xe3','\x9f','\x42','\xef','\x13','\x32','\xbf','\x0b','\x29','\xd0','\x83','\x11','\x93','\x7e','\x4c','\x79','\x1a','\x47','\xdb','\x08','\xd8','\x3f','\x66','\x4c','\xaf','\x12','\x58','\x57','\x19','\x7e','\xc7','\x2c','\x19','\xaf','\xaa','\xee','\x90','\xfd','\x80','\x62','\xfd','\xec','\x9b','\x88','\x5f','\x5c','\x55','\xa0','\x45','\x4c','\xab','\x6a','\x51','\x2b','\x56','\xb5','\x5c','\xcf','\x15','\x5c','\xc2','\x90','\xd0','\xbf','\xe9','\xf3','\x48','\x5a','\xb3','\x0d','\x7f','\x9d','\x2d','\x4f','\x3a','\x2f','\x93','\xe4','\x4a','\xa6','\x25','\x7d','\x2c','\x43','\xf4','\xc9','\x73','\x6b','\xa4','\xc9','\x83','\x29','\xd7','\x1a','\x4a','\x9d','\x9b','\xec','\x42','\xfe','\x4c','\x1e','\xa7','\xc1','\x2c','\xf8','\x3f','\xa8','\x1e','\x34','\xe6','\x10','\x2d','\xc4','\x8d','\xd9','\xdd','\x4a','\x9c','\xf6','\x32','\x7e','\x64','\x81','\xdc','\x94','\x17','\x84','\x1d','\xe7','\x35','\xbb','\x47','\x1b','\xc9','\x77','\xbb','\x0a','\xed','\xd7','\x40','\x93','\x17','\x53','\xd2','\xb8','\x5a','\xf0','\x15','\xae','\x9f','\xd8','\xa0','\x9d','\x3b','\x51','\x67','\xd0','\xc3','\xfa','\x77','\x07','\xeb','\xdf','\x39','\x42','\xe4','\x69','\x6a','\xf0','\x8a','\x24','\x44','\x43','\x6f','\x29','\x1c','\x9f','\x03','\xcd','\xa6','\x41','\xb7','\x61','\xf8','\xc0','\x64','\x8f','\xaf','\xcc','\xf5','\x78','\x42','\x39','\x5f','\xde','\xe5','\xd9','\x04','\x6b','\xb1','\xfe','\xc5','\x57','\x82','\x3c','\x69','\x90','\xfd','\xa2','\xbf','\x49','\x7f','\xdf','\xaf','\xcc','\xc3','\xe6','\x57','\x48','\x25','\x5b','\x21','\x65','\xbf','\x4c','\xcb','\xce','\xe9','\xe7','\xf4','\xf1','\xed','\xaa','\xc6','\xf9','\x5f','\xc3','\x9a','\xb6','\x30','\xf6','\xdd','\xc8','\x5f','\x77','\xbd','\x7d','\xbd','\x96','\x88','\x6e','\x97','\xad','\x2b','\x7f','\xdb','\xd5','\xde','\xda','\xc1','\xf9','\xd9','\x15','\x5f','\x69','\xd1','\xb2','\x65','\xb8','\xba','\xb2','\xc6','\x6f','\xa8','\x8f','\x81','\x01','\xdf','\x61','\x0c','\x18','\x6f','\xe7','\x64','\x2f','\x25','\x0c','\x09','\xe7','\x85','\xf5','\x82','\x96','\xff','\x3b','\x53','\x36','\x35','\xe1','\x9c','\x20','\x08','\xba','\x8e','\xf8','\x6a','\x2c','\xbf','\x97','\xf4','\x9f','\x51','\xb5','\xfe','\xb2','\x7e','\x06','\xf6','\x32','\x7e','\x7e','\xa4','\x9c','\x34','\x67','\x9c','\x88','\xdb','\xe0','\x9f','\x23','\x01','\xbe','\xb4','\x16','\x20','\x48','\x73','\x7c','\x85','\xc6','\xfc','\x42','\x03','\xad','\x10','\xc7','\x2c','\x95','\xd7','\xcb','\x5b','\x65','\x4d','\x30','\xe5','\xbc','\x88','\xf8','\x15','\xb0','\x7e','\x55','\x68','\xd9','\x3b','\x1d','\x55','\x07','\x95','\x7b','\x34','\x47','\x73','\xf4','\x02','\xa7','\x77','\x58','\xe8','\x6c','\x88','\xcf','\x35','\x7a','\x90','\xeb','\xde','\x7a','\xfc','\x7e','\x56','\xff','\xe1','\x06','\xfc','\xec','\x1a','\xf2','\xb3','\xa3','\xad','\xfc','\x59','\x0d','\x31','\x70','\xe1','\x3a','\xc3','\xbd','\x0b','\x71','\x32','\x4a','\xfe','\xd2','\x43','\x49','\x7a','\x0d','\xf6','\x17','\xfc','\x07','\x89','\x5d','\xf8','\xac','\x78','\x45','\x30','\x23','\x75','\xff','\x46','\x36','\x4b','\x6a','\xde','\x72','\xc7','\xc9','\x64','\x8a','\x45','\xdb','\x66','\xf8','\xd8','\xd0','\xdb','\x59','\x03','\xed','\xaf','\x09','\xdf','\x51','\x31','\xfe','\x19','\xf5','\x65','\xb8','\xeb','\xab','\x2c','\xfe','\x89','\xc5','\x83','\x93','\xcb','\x96','\xce','\xf8','\x13','\x26','\x9d','\xb7','\x8f','\x27','\xf6','\x11','\x87','\x65','\xb9','\xcd','\xe7','\xe7','\x59','\x7e','\xfb','\xf5','\xa8','\x47','\x68','\x4d','\xf2','\x1f','\xfc','\xc4','\x70','\x28','\xf3','\xd4','\xfd','\xe4','\x02','\x9d','\x19','\x98','\xb9','\xfb','\xdc','\x44','\x25','\x53','\x28','\xce','\xc8','\xec','\x6f','\xb0','\x76','\xcf','\xc1','\x04','\x94','\xa3','\x17','\x89','\xe4','\xd1','\x9b','\x7d','\x11','\xf1','\x1b','\x0b','\xd2','\x05','\x64','\x37','\xee','\x3b','\x95','\xfe','\xd5','\x9f','\xb6','\x62','\xfe','\x84','\x32','\xdc','\xb9','\x20','\x91','\x19','\x72','\xbf','\x97','\x64','\x35','\x64','\xaa','\xf2','\x2f','\x58','\xf5','\x08','\xba','\xbf','\x26','\x8a','\x02','\xd8','\x6f','\x89','\xf5','\xe2','\xfa','\x0b','\x4f','\x27','\xc6','\xd4','\x3d','\x57','\x68','\x22','\xaa','\xc6','\xa7','\x7e','\xf1','\x68','\xfc','\xb4','\x7e','\x16','\x2c','\x2b','\xb9','\x43','\x0d','\x33','\x23','\x40','\x4c','\xce','\x1d','\x34','\x3e','\x8d','\xff','\x08','\x7d','\x9e','\x3f','\xf6','\xda','\xe8','\x20','\xcc','\xa6','\x1d','\xd5','\xc5','\xeb','\x3c','\xa4','\xc8','\x0f','\xa8','\xd3','\xcf','\x29','\xba','\xa7','\xe7','\x57','\xe1','\xa9','\xc5','\x7c','\x9f','\xd7','\x97','\x7f','\x20','\x9f','\xf7','\x44','\x6b','\x20','\xff','\x37','\x11','\x2c','\x34','\x9c','\x56','\x72','\x2c','\xff','\x24','\x63','\xa6','\xcb','\xab','\x95','\xa4','\x5e','\xa4','\xa7','\xe8','\xaa','\x1e','\xb1','\x64','\xd0','\xdf','\x93','\x44','\xf3','\x30','\xea','\xad','\x19','\xda','\x24','\x8e','\x71','\xbf','\xa2','\xbd','\xc8','\x32','\x24','\xe6','\xcd','\x77','\xcc','\x53','\xf9','\x56','\xae','\x9f','\xf2','\x38','\xe0','\x1a','\x63','\x2d','\x67','\xaa','\x11','\x46','\x85','\x13','\xa1','\x7d','\x4b','\x39','\x17','\x08','\x62','\x4b','\x22','\xba','\xe4','\x2c','\x65','\x1e','\x7d','\x1a','\xfa','\xc7','\x69','\x58','\x3b','\xee','\x5d','\x0b','\x70','\x8f','\xb1','\x7a','\xf4','\x1f','\x7d','\x5e','\x3d','\xca','\xeb','\x47','\x1b','\x73','\xd3','\x57','\xfd','\xeb','\xf0','\x03','\xb1','\x7e','\x54','\x50','\xbc','\x2a','\xb2','\x93','\x10','\xc4','\x40','\x29','\x28','\x30','\xae','\x61','\x94','\xa7','\xb6','\xa7','\xf4','\x9c','\x12','\xe6','\x07','\xfd','\xb8','\xa1','\x46','\xb3','\x11','\x1f','\x86','\xdc','\xc0','\xce','\xd3','\x7c','\x9c','\x67','\x89','\xa0','\xc7','\xa3','\x0d','\xe4','\xc8','\x8e','\xea','\x78','\xc0','\x4d','\x80','\x1a','\x54','\x63','\xfd','\x22','\xc3','\xcb','\x13','\x35','\xff','\x0e','\x71','\xbb','\x8b','\xed','\x84','\xf5','\x35','\xf9','\x80','\x3f','\x09','\x33','\x73','\xbb','\x72','\xce','\xdc','\xb8','\xc2','\xf4','\x0f','\xae','\x79','\x6c','\x8f','\xea','\x54','\xa9','\x6f','\x3c','\xfe','\x21','\x2b','\x9f','\xf1','\x07','\x94','\x0b','\x88','\x01','\xea','\xf2','\xfa','\xf9','\x76','\xe4','\x44','\x9d','\x13','\x13','\x81','\xe5','\xc6','\xea','\xbb','\x28','\x5d','\x2d','\x28','\x7a','\x02','\xec','\xf3','\x93','\x33','\xd8','\x12','\x5d','\xb6','\xe6','\xae','\x21','\x1d','\x0b','\x03','\x03','\x0b','\x1f','\x70','\xae','\x30','\x1e','\xa9','\xc5','\x98','\x2d','\xaf','\x83','\xe0','\x0c','\xd5','\x9f','\xc6','\x4f','\x8d','\xf1','\xa9','\xce','\x05','\x2a','\xcc','\x98','\xa3','\x3a','\xd6','\xf7','\xe2','\xbc','\xfe','\xa5','\x5f','\xaf','\x2f','\x0c','\x5b','\xda','\xd0','\xb8','\x43','\x4a','\x80','\xc6','\x6a','\xca','\xff','\xaa','\xad','\x5f','\xd8','\xcf','\x9d','\xd0','\xcb','\xe3','\xb4','\x10','\xf6','\x30','\xc6','\x3f','\x50','\x3a','\x41','\xdb','\xc4','\xfd','\x3b','\xdc','\xed','\x96','\xf6','\x20','\xe8','\xd0','\x5e','\xaf','\xd9','\x57','\xb6','\xf2','\x29','\xf3','\x94','\x26','\x76','\xf0','\xfa','\x54','\x68','\xc1','\x48','\x3f','\x8c','\x50','\xbe','\x6b','\x62','\x88','\xe0','\x9f','\xaf','\xf9','\x37','\xeb','\xfe','\x0d','\x5e','\x05','\x15','\x7e','\x3f','\x22','\xac','\xaf','\xf1','\xaa','\x85','\x48','\xe9','\xe8','\x8b','\xa4','\xf0','\x14','\x3c','\xe1','\x51','\xc6','\xd3','\x90','\xaa','\x1e','\x85','\xd7','\x96','\x6a','\x23','\x3e','\x7c','\x63','\xf4','\x00','\xd6','\x6d','\x86','\x5f','\x4b','\xc4','\x6c','\x87','\xf9','\x2b','\xb3','\x3d','\x2b','\x8e','\xf9','\xa6','\x95','\xb5','\xc6','\xac','\xb1','\xc3','\xc7','\xad','\x16','\xab','\x37','\x1d','\x7f','\x7c','\xd7','\xc9','\x13','\x11','\x16','\x39','\x06','\x1b','\x5e','\x18','\x10','\x74','\xe6','\x81','\xc1','\x68','\xce','\x1c','\xda','\x50','\x0e','\xc3','\x57','\x60','\x2b','\xdf','\x12','\xd6','\x1c','\x29','\xb5','\x4c','\x86','\x46','\x1f','\x0c','\x61','\x31','\x29','\xb8','\x9f','\xa9','\xbd','\xe2','\xe7','\xc5','\x94','\x35','\xa6','\xc3','\x16','\xf0','\x47','\x8c','\xea','\xa3','\xb4','\x0d','\xc6','\x55','\x9b','\x27','\x91','\xf5','\xd5','\x41','\x71','\xd0','\x1a','\xd7','\x5f','\x00','\x8d','\x53','\x6a','\x88','\xaf','\xa0','\xae','\xd4','\xe9','\xdd','\x5a','\x59','\xa9','\x48','\x95','\x0d','\xde','\x6d','\x95','\xa1','\xca','\xc5','\x0a','\xca','\x6b','\xa9','\x22','\x39','\x8e','\x83','\xf5','\xe7','\xc4','\xde','\x61','\x21','\x07','\x24','\x66','\xa8','\x60','\xff','\xf4','\x18','\x68','\xdf','\x69','\x52','\xcf','\xa9','\x6a','\xab','\x11','\xc1','\xec','\x93','\xf4','\x5c','\xfb','\xdc','\xb4','\xd7','\xce','\x5e','\xb1','\x5b','\x12','\x5e','\x92','\xca','\x05','\x11','\xfa','\x0a','\x3a','\x9e','\xc5','\x17','\x50','\xbb','\x4f','\x6a','\xd3','\xcb','\x33','\xc2','\x8e','\xab','\x98','\x39','\xca','\x77','\xb5','\xac','\x3c','\x10','\xc6','\x1f','\xae','\xbf','\x4e','\x58','\x61','\x05','\x03','\x28','\x31','\x7d','\x9a','\x68','\x31','\x4d','\xd2','\x57','\xaf','\x12','\x8d','\xa8','\x3b','\xd4','\x98','\x1a','\xdb','\x1e','\xd3','\xb1','\xfa','\x85','\x28','\xac','\xd4','\x42','\x9c','\x16','\xc5','\x29','\x51','\x5c','\x15','\x89','\x85','\x60','\x38','\xd3','\x9c','\x5d','\x4e','\xc4','\xfa','\xea','\x00','\x9f','\x6e','\xfb','\xb5','\x73','\x58','\x39','\xf8','\x0d','\xe7','\x3f','\x38','\xaf','\x2c','\x97','\x4d','\xcd','\x89','\x2f','\x83','\x7e','\xdd','\x3a','\x10','\x09','\xf2','\x43','\xde','\xef','\xaf','\xe1','\x33','\xc2','\xab','\x18','\x4b','\xc7','\x7e','\xf5','\x70','\x9f','\xd5','\x9a','\x8b','\x84','\xf9','\xe1','\x21','\x33','\x6c','\x4d','\x3e','\x06','\x08','\x8f','\xb5','\xf5','\x23','\x37','\x09','\xe3','\x22','\x5d','\x98','\x3c','\x18','\x7d','\x51','\x6a','\x3d','\x00','\xf3','\x78','\x5c','\x3c','\x50','\x7d','\x4f','\x14','\x0d','\xd1','\x16','\x31','\x94','\x67','\x80','\x7d','\x80','\xfe','\x37','\x86','\xb0','\xcc','\xfc','\x4f','\xa2','\x2c','\x74','\xc1','\xe4','\x9f','\x7e','\x9b','\x44','\x76','\xcc','\x28','\x45','\xa5','\xb8','\xa3','\x48','\xa4','\x69','\x86','\x13','\x0e','\xaf','\x49','\x33','\x39','\xfd','\x8e','\x61','\x62','\xff','\x45','\x61','\xfd','\xfd','\xbc','\x87','\x9c','\xcb','\x83','\xc2','\xb8','\x57','\xc8','\x51','\x0f','\xfa','\xb0','\x40','\xe1','\x9b','\x6e','\x6d','\x65','\xeb','\x13','\xc9','\x56','\x03','\xe6','\x18','\xc4','\x27','\xd6','\x26','\xb4','\x03','\x5e','\x88','\x9f','\x4d','\x90','\x8d','\x23','\x0f','\x5b','\x29','\xe1','\xaa','\x39','\xd5','\x53','\xcb','\x89','\xb2','\x5a','\x81','\xad','\x90','\xac','\xa4','\xcf','\xe5','\x67','\x30','\x7f','\x44','\x21','\x1f','\xb3','\x9c','\xbc','\x98','\x37','\x40','\xbe','\xe2','\xcf','\x33','\x14','\x79','\x8e','\x25','\xaf','\x46','\x18','\x7f','\xa1','\xaf','\xe5','\xe2','\x5e','\x82','\x7b','\x5e','\x3c','\xf8','\x3d','\xab','\x9d','\x8b','\xeb','\x26','\x75','\x0e','\x3f','\x03','\x1a','\x54','\x94','\xb4','\xf8','\x2b','\xe4','\x77','\x98','\x6c','\xbd','\x53','\xf8','\x82','\x57','\x02','\x6d','\xa2','\x7e','\x7f','\xf5','\xf8','\xb7','\x04','\x3d','\x91','\x14','\xff','\xac','\x2a','\x89','\xdb','\xaa','\xe3','\xe4','\xb9','\xea','\x7a','\x4a','\x17','\x37','\x6c','\x26','\x73','\x5a','\x99','\xe1','\x6f','\x9e','\xc1','\xfc','\x66','\xd4','\x3b','\x35','\xe1','\x97','\x67','\x78','\x76','\x8b','\x5e','\xa6','\x02','\xb7','\xe2','\xd0','\x46','\xe4','\x56','\x22','\x8e','\x24','\x01','\x85','\x9f','\x43','\x19','\x43','\x61','\xe8','\xc7','\xf4','\x58','\xdd','\x9d','\x9c','\xdb','\x48','\xc0','\xfe','\x17','\x25','\x71','\x83','\x27','\x09','\x48','\xbf','\xd7','\x02','\xa3','\x24','\xaa','\x6c','\xa8','\x82','\x7d','\xae','\xef','\xaa','\xae','\x57','\xd6','\x2b','\x3d','\xde','\x7b','\x30','\x9a','\xd4','\xed','\xaa','\xae','\x35','\xe0','\x2b','\x53','\x63','\x20','\x37','\x90','\xb3','\x73','\xb3','\x2c','\x37','\x90','\x9f','\x8f','\x28','\x92','\x78','\x55','\x3b','\x67','\x7b','\xc7','\x9d','\x8c','\x53','\x70','\x68','\x69','\x53','\xe9','\xd7','\x5a','\x06','\xc1','\x93','\x4d','\x9a','\x8f','\x62','\xfd','\x03','\xa8','\x52','\x93','\xa6','\x95','\x2f','\x9c','\x3d','\x9e','\xdf','\x97','\x77','\xca','\xd9','\x92','\x53','\x72','\xf2','\xb0','\xfe','\xe7','\x61','\xfd','\x2f','\x11','\x97','\x04','\x5e','\x77','\xce','\x87','\xfe','\xdd','\x2b','\x7c','\xbe','\x73','\xaf','\x48','\xcc','\x30','\xd8','\xba','\x86','\xbe','\xb5','\x74','\xf9','\x01','\xc4','\x95','\xd3','\xc0','\xae','\x30','\xb3','\x70','\x3d','\x86','\x40','\x87','\xf9','\x5b','\x1c','\xf1','\xc9','\x05','\x1b','\xc4','\x6d','\xe2','\x3e','\xf5','\x88','\xdb','\x82','\xf5','\x51','\x9c','\xaf','\xd5','\x45','\x64','\xd3','\x3a','\xae','\xff','\x67','\x85','\xf7','\x3c','\xa3','\xe9','\xf8','\x67','\x7c','\xc7','\x45','\xd6','\xc1','\x3a','\x7e','\x36','\xcf','\x7f','\xa3','\x7c','\xbd','\x74','\xaf','\x89','\xf0','\x9b','\xb0','\x7e','\xa5','\xcb','\x1d','\x70','\x2f','\x60','\x6e','\x1c','\xac','\x41','\x19','\xc6','\xef','\x74','\x7d','\xfe','\x09','\x8e','\x5d','\x75','\xae','\xce','\x9f','\xc2','\xf0','\x3f','\xbb','\xfe','\xef','\xd6','\x2d','\xd5','\x41','\xf2','\x48','\x75','\x96','\xe5','\xd6','\xd6','\x57','\x38','\x94','\xd2','\x25','\xdb','\xb1','\x1f','\x74','\xd1','\x86','\x18','\x5a','\x19','\xb6','\x1c','\xd8','\x0a','\x16','\xcb','\xbf','\xd3','\x31','\x5b','\x19','\x6d','\x96','\xb5','\xc6','\xc6','\x01','\x9e','\xc7','\xc2','\x33','\x6b','\x11','\xbd','\x81','\x23','\x80','\xe2','\xfd','\x29','\x05','\xcd','\x1d','\x13','\x3f','\x86','\xfb','\x8b','\xaf','\x84','\xf6','\x01','\xe2','\x53','\xcf','\xc0','\xfa','\xd7','\x5c','\xff','\xc8','\xef','\xea','\x1f','\xfe','\x89','\xb7','\x31','\x9d','\x53','\x8c','\x48','\xb0','\xaa','\x37','\x84','\x3c','\x9a','\xd6','\x97','\x66','\x7e','\xac','\x3d','\x57','\x4d','\x73','\xd7','\x39','\xb6','\x3f','\xf1','\xc8','\x39','\xc3','\x31','\x2c','\x52','\x93','\xb4','\x3c','\x07','\x34','\xc8','\x00','\xd5','\xc2','\xfc','\xcf','\x36','\x41','\xcc','\x8b','\x8c','\x61','\x61','\x00','\x5a','\x0e','\x23','\xd0','\x1b','\x98','\x37','\x00','\xdb','\x0f','\x66','\x38','\x12','\x18','\x2d','\x35','\xae','\x99','\x41','\x7e','\x13','\x11','\xb1','\x6e','\x85','\xc2','\x4d','\x90','\x6e','\x8f','\xc7','\x2a','\x57','\x08','\xcc','\x52','\x0b','\x66','\xa8','\xa5','\x5a','\xf7','\xfa','\x57','\xc1','\x22','\x12','\xe1','\x2a','\xc8','\x3e','\x3d','\x9d','\x48','\x59','\x07','\x2a','\x5f','\x41','\xaf','\xb2','\x6e','\xec','\xac','\x55','\x72','\x32','\x84','\x89','\x10','\x51','\x21','\xf4','\xaf','\x5e','\xcf','\x20','\xc8','\xf8','\xab','\x13','\xd3','\x16','\xbb','\x02','\x9c','\x7f','\xff','\xce','\x46','\xf6','\x0d','\x43','\x09','\xf3','\x23','\x58','\xfe','\xa4','\x7a','\x8f','\xba','\x2f','\x93','\x49','\x17','\x4f','\x75','\x46','\x10','\x85','\x45','\x6a','\x87','\x39','\x40','\xc3','\x15','\x3e','\x40','\xca','\x32','\x65','\x58','\xe9','\xf9','\x6f','\xab','\x0d','\xfc','\x47','\xc1','\xf7','\x80','\x06','\x91','\xd2','\x0e','\xe8','\x78','\xaf','\xa3','\xfa','\x98','\x99','\x9c','\x69','\x6a','\xdf','\xbc','\x91','\xdf','\xb3','\x3c','\x9a','\x4f','\xe6','\xcd','\xbc','\x85','\x08','\x92','\xd0','\x7e','\x11','\xe5','\x98','\x96','\xd6','\xf7','\xfe','\x30','\xa3','\x3c','\xaa','\x66','\x4e','\xef','\xde','\x8c','\xf5','\xa7','\x5f','\x01','\x4b','\x01','\x7f','\x76','\xb1','\xfa','\x92','\x86','\xfa','\x25','\xe6','\x3b','\x6e','\xe6','\xe7','\x41','\xfd','\x8a','\xd5','\xb0','\x85','\x28','\x6e','\x62','\xf8','\x89','\x23','\xe4','\x62','\xb7','\x6f','\x60','\x1e','\xa4','\x43','\xa5','\x2f','\xbb','\xe5','\x29','\x58','\xfb','\xdd','\xad','\x67','\xfb','\xdc','\x3e','\xf7','\x76','\x77','\xc8','\x55','\xc4','\x20','\x7e','\xef','\x66','\xed','\xfb','\x41','\x83','\x7f','\xc5','\xd3','\x94','\xfb','\x94','\xc6','\xfa','\x8e','\x40','\xff','\xa2','\x3d','\x6e','\xf9','\xec','\xa1','\x5c','\xcf','\x69','\xad','\x74','\x28','\xf1','\xa6','\x0b','\xba','\xc6','\xd9','\x5d','\xb0','\xee','\xe6','\xa0','\x7f','\x7d','\x83','\x82','\xbe','\x4f','\xbd','\xcd','\xf9','\x25','\x2f','\xc0','\xd8','\x63','\x08','\x65','\x41','\xfe','\x63','\xc0','\x4f','\xc1','\x59','\x29','\x28','\x6c','\x5b','\x98','\x7e','\x16','\x13','\x62','\x42','\x9a','\xd9','\x3f','\xd7','\xf7','\xcf','\xf5','\x3a','\x78','\x98','\x3d','\x13','\x58','\x80','\x05','\xac','\x95','\x1d','\xb0','\x74','\x5b','\xd3','\x8c','\x4b','\xdf','\xec','\xa8','\xd7','\x07','\xe0','\xa8','\x50','\x41','\x37','\x04','\x9b','\xa4','\xc1','\xbf','\xc3','\xf1','\x3f','\x30','\xb0','\xf3','\x65','\xef','\x10','\x29','\x83','\x0c','\xde','\x5a','\xee','\x2b','\xdf','\xee','\xf5','\xc1','\xeb','\x50','\x59','\xed','\x68','\x69','\xf0','\x2f','\x5b','\xe7','\x64','\xd2','\xb3','\x84','\xbe','\x0b','\x35','\x37','\x4a','\x5a','\x17','\x58','\x7c','\xb7','\x26','\x61','\xb7','\x78','\x01','\x4b','\xec','\x62','\x90','\x59','\xc0','\xc6','\x4f','\xed','\xfb','\x73','\x35','\x9e','\x09','\xaf','\x57','\xeb','\xd5','\xfa','\x59','\x4e','\x8b','\x8b','\xf5','\x81','\x4a','\xcc','\x47','\x6f','\xe1','\xc7','\x3e','\xa2','\x8f','\xa5','\xfc','\x6b','\xf3','\x6b','\xe7','\x23','\x3e','\x66','\x08','\xe7','\x4f','\x93','\x93','\x18','\xe0','\xd8','\x50','\xa5','\x2e','\xf2','\x80','\x2d','\xb9','\xb5','\x99','\xa3','\xcb','\x34','\xa8','\x4f','\x62','\xfa','\xa3','\xc4','\xb2','\xaa','\x3f','\x14','\x24','\x17','\x3d','\xc7','\x92','\x2d','\xbb','\xeb','\x43','\xfc','\xf2','\x5c','\x23','\x7e','\x50','\xa7','\xd7','\xe9','\xac','\x77','\xd6','\x7b','\x1b','\x9d','\xa8','\x19','\xed','\x60','\xfc','\x2c','\x88','\xc2','\x89','\xf9','\x92','\xe6','\x21','\xf3','\xcb','\x5e','\x99','\xe1','\xea','\xa8','\x0c','\xf9','\x24','\x66','\xa8','\x03','\x77','\xac','\xc3','\xa7','\x48','\x80','\x10','\x77','\x03','\x7c','\xa8','\x94','\x36','\x8d','\xf8','\x9c','\xa5','\x78','\xbb','\x16','\x41','\xff','\x11','\x9b','\xb1','\xd5','\xa8','\xe8','\xd3','\x78','\xe0','\x07','\x4d','\x79','\x88','\xa1','\xaf','\x17','\xcc','\x22','\xe7','\xb7','\xa8','\x23','\xb7','\x73','\xb7','\x04','\xb7','\x56','\x69','\x30','\xbf','\xf4','\x9c','\xee','\xfb','\x85','\xde','\xec','\xdd','\x4e','\xa7','\x73','\x3c','\x3b','\xe1','\x4c','\xc0','\x6b','\xb4','\xb0','\x6a','\x47','\x95','\xe8','\x40','\xd4','\x8a','\x9e','\xac','\xf3','\x9f','\x6c','\xab','\xa2','\x7e','\xf0','\x82','\x17','\x32','\x7c','\x04','\x08','\xff','\x3a','\xd5','\x6e','\xf7','\x1d','\x50','\x0f','\x8e','\x07','\x5e','\xb2','\x16','\xed','\xb8','\x36','\xe6','\x8d','\x69','\x63','\xf8','\xde','\xc1','\x8f','\x6b','\x0a','\xe2','\x5b','\x87','\x5e','\xb4','\xe7','\xb5','\x2f','\x78','\xcc','\xfe','\xd5','\x46','\xb1','\x3e','\x06','\xe3','\x52','\x1a','\x66','\x4c','\xef','\xb9','\x9a','\xd2','\xc2','\x3d','\x75','\x88','\xd7','\x27','\x80','\x66','\x62','\x62','\x0b','\x79','\x06','\x8f','\x8f','\x7c','\xc6','\x1b','\x32','\x2f','\x9a','\xf8','\x99','\xf1','\x67','\xb0','\xfc','\x97','\xd0','\xa7','\xc6','\x64','\x0b','\x22','\xcf','\xc9','\x31','\xc6','\xf7','\xbe','\x89','\x2c','\xc2','\xfa','\xda','\x42','\x1b','\xf9','\x4f','\x1a','\x5f','\x63','\x2c','\x11','\x96','\x6a','\x6b','\xfc','\x00','\x1f','\x04','\xf9','\x3d','\xbc','\xe7','\xd1','\x42','\xa9','\xf9','\x47','\xf1','\xfe','\x39','\xba','\xe2','\x71','\xc6','\xae','\x8a','\x19','\x2e','\xfc','\x29','\xf8','\x71','\xf4','\x0f','\xfc','\x2b','\xe3','\xae','\xba','\xc6','\xf8','\xfd','\xee','\xf4','\x1c','\xc3','\xd6','\x8a','\xa7','\xa5','\x53','\xb2','\x4b','\x27','\x61','\x7a','\x31','\xd9','\x54','\x9f','\x2f','\x42','\xe0','\x83','\xfb','\x87','\xdf','\x08','\x54','\xb4','\x07','\x94','\x4f','\x3f','\x1e','\x13','\xff','\xc7','\x3f','\xf1','\x7b','\xfe','\xb4','\xe3','\x12','\x9c','\xff','\xdf','\xb7','\xa2','\x95','\x2d','\x30','\x7e','\xee','\x1a','\xc2','\x41','\x1e','\x06','\x0a','\x42','\x2f','\x0e','\x80','\x91','\x9d','\x31','\x4e','\xdd','\xdf','\xfa','\x6c','\xe4','\xd3','\xaf','\xdf','\xff','\xfe','\xf9','\xad','\xb7','\x04','\x28','\x92','\x21','\x8a','\x04','\x66','\x5c','\x21','\xb0','\x7d','\x2c','\xac','\xcd','\xa1','\x0c','\xbf','\x9c','\xcf','\x9f','\xdf','\x9a','\x1f','\xd2','\xe8','\x5f','\xac','\xd5','\xfc','\x35','\x58','\x59','\x32','\xe3','\x59','\xee','\x9f','\xd3','\x12','\x30','\xbe','\xcb','\xe5','\xb2','\x56','\x81','\xad','\xa0','\x15','\xfa','\x2a','\xbd','\xfa','\x80','\xa9','\xcc','\xa0','\x76','\x73','\x0b','\xbb','\xf6','\x40','\xee','\x2e','\x6f','\x9c','\x16','\x2d','\x79','\x67','\x74','\x89','\x23','\x7c','\xe3','\xc6','\xec','\x97','\x25','\x74','\xb6','\x3c','\x52','\xe0','\xb9','\x75','\x5b','\x0a','\xcc','\x6e','\x06','\xed','\xe7','\x96','\xa6','\xca','\xc3','\x90','\x93','\xfd','\xfa','\xf8','\x1d','\x93','\x7e','\x79','\x5a','\xf2','\x5d','\x33','\xa7','\x7b','\xd9','\x32','\x2d','\xd3','\x8a','\x5f','\x81','\x2b','\x55','\xe8','\x39','\x3a','\x13','\xfa','\xa7','\x1a','\xf9','\x15','\xc2','\xb6','\x67','\xb9','\xbd','\xa4','\xb1','\x3e','\xb9','\xc1','\x16','\x67','\xe3','\x8a','\xd5','\xb7','\x80','\x7c','\xa5','\xee','\x84','\xed','\x28','\xce','\xcf','\xf6','\x6f','\xc5','\xfc','\x2f','\xa7','\xfa','\x90','\xf2','\x65','\x3f','\xb4','\xdf','\x11','\x87','\x98','\xe7','\x94','\xdc','\x04','\x12','\x0b','\x33','\x3c','\xc3','\x7a','\x28','\x7e','\xb5','\xd0','\x2f','\x9e','\x60','\x08','\x5c','\x8d','\xaf','\xe9','\x12','\xd6','\xad','\x72','\xff','\x96','\x4a','\x7a','\xaa','\xba','\x78','\x57','\x50','\x7b','\xaa','\xe9','\x9a','\x64','\xd6','\xe6','\x3f','\xea','\x4b','\x2b','\xc2','\xfa','\xe5','\xa8','\xbc','\x51','\x1e','\x94','\xdf','\x5d','\x06','\xed','\x49','\x8f','\x4a','\x3c','\xff','\xb3','\xb1','\xbe','\xb8','\xd3','\x97','\xdd','\x8d','\xda','\x90','\x7a','\xa1','\xca','\xff','\x66','\x33','\x11','\x89','\xd8','\x5b','\x7e','\x4e','\xf1','\x63','\x62','\xc2','\xe5','\x15','\xee','\x0c','\x3f','\x1d','\xd9','\x73','\x40','\x3f','\x0b','\xf5','\x13','\x81','\x31','\x64','\xdf','\xb4','\xc4','\x52','\x87','\x03','\x9f','\x86','\x32','\x87','\xf8','\xd9','\xfc','\x5e','\xc3','\x7b','\xae','\xbf','\x27','\xf3','\x78','\xff','\x35','\xfe','\x16','\x8f','\xe3','\x8f','\x6e','\xf1','\x15','\x63','\x31','\x17','\x23','\xe8','\xfd','\xe9','\xf7','\x04','\x21','\xac','\x4f','\x9e','\x11','\x76','\x5d','\x4d','\x63','\xd0','\x5a','\xeb','\xbe','\x7a','\x45','\x06','\x8b','\x39','\x88','\x6f','\x37','\xf2','\x5e','\xb3','\x5c','\x9c','\x83','\x2d','\x39','\xee','\xb9','\xe4','\xf9','\xd9','\xe8','\x7b','\x41','\x6c','\x21','\xd0','\xbd','\x96','\xef','\x93','\x1f','\x83','\xed','\x95','\xe5','\xb8','\x10','\xd7','\xef','\x93','\xe2','\x11','\x85','\xf9','\x87','\xe5','\xac','\x9a','\xef','\xb5','\xac','\x81','\xa5','\x9f','\xde','\x4a','\xd5','\x6c','\x9a','\xae','\x64','\xdb','\x29','\xc8','\x77','\x3a','\x4f','\x9f','\xf6','\x31','\xfe','\xc5','\xf9','\x5d','\xd3','\xc2','\xf1','\xe5','\x94','\x8c','\xdb','\xd1','\x65','\xd0','\x62','\xf5','\x94','\x94','\x8a','\x58','\xfe','\x8b','\x35','\xff','\x5e','\xbb','\x12','\xb6','\x02','\xb6','\x41','\xfd','\xf9','\x1b','\xfc','\x73','\xac','\x82','\x34','\x7c','\x1d','\x43','\x8c','\x66','\xb9','\x43','\x0c','\x67','\x47','\xf7','\x12','\xda','\x13','\x37','\x6d','\x3a','\xc2','\xf0','\xeb','\xf9','\x08','\x47','\x84','\x5c','\x3e','\x7e','\xb2','\xb5','\xf1','\x93','\xad','\xda','\x0a','\xad','\xca','\xca','\x96','\x80','\xbf','\x99','\x67','\x24','\xdd','\xcc','\xac','\x12','\xe4','\x06','\x42','\xd9','\xbb','\x86','\x08','\x6e','\x87','\x7d','\xe7','\xc0','\x4f','\xd6','\x71','\xfc','\x55','\x44','\x5d','\xc1','\x3c','\x50','\xd8','\xb3','\xc4','\x0c','\xdc','\x77','\xa0','\xe3','\x8f','\xe9','\x11','\xda','\x9c','\x9f','\x5c','\x47','\xea','\x0a','\xe7','\x2a','\xcc','\x2f','\xcc','\xf4','\xc5','\x70','\x8a','\x3d','\x85','\xaf','\x0c','\x01','\x9a','\x1e','\xa6','\x36','\xe7','\x57','\x67','\xf8','\x60','\x9e','\xe6','\x8e','\xda','\x6f','\x29','\xf4','\x67','\x9d','\x5b','\x3d','\x18','\x3b','\xa5','\x6a','\x9d','\x9f','\x00','\xe7','\xaf','\xec','\x49','\xf9','\x5e','\x61','\x6a','\xf9','\x74','\x29','\x51','\x52','\x97','\x13','\x79','\xa5','\xa4','\xbb','\xda','\x4c','\xdf','\xcc','\xd0','\x14','\xf7','\x09','\xf4','\xbf','\xaf','\xc2','\xae','\xeb','\xc1','\xce','\x23','\x38','\x2b','\xc6','\x6d','\x13','\xfb','\x72','\x43','\x84','\x3e','\xa9','\x20','\xe6','\xde','\x44','\xf6','\x49','\xd8','\x27','\x8c','\x89','\xa9','\x27','\x61','\x9f','\x88','\x4c','\xf4','\xfd','\x9f','\x7d','\xcf','\x24','\x3b','\x3b','\x08','\x6d','\xa9','\x62','\x18','\x33','\xf0','\x24','\x57','\xc9','\x00','\x59','\x40','\x8c','\xd5','\x01','\x30','\xf9','\xff','\xd4','\x27','\xb5','\xfc','\x74','\x8e','\xe4','\xd1','\xbc','\x6d','\x41','\x7c','\x5c','\xa6','\x5f','\xa8','\x62','\x8c','\x7e','\xd9','\x3f','\x14','\xa9','\xe4','\x19','\xda','\x10','\x41','\x66','\x3a','\x2c','\xe0','\xd0','\x28','\x15','\x44','\x61','\x3a','\xcf','\xec','\x77','\x8d','\xd9','\xef','\x8c','\x63','\x32','\x86','\xd9','\x39','\x42','\x4c','\x66','\xfc','\xdc','\x7c','\x06','\xe5','\xbc','\x1c','\x43','\x95','\x65','\xc8','\x75','\x9b','\xf2','\x98','\x3f','\x1a','\xe1','\xfe','\x2d','\xcc','\x6e','\xf4','\x3d','\x86','\xdd','\x05','\x96','\xa7','\x69','\x99','\x60','\x7a','\x9a','\x88','\x1f','\x72','\x02','\xda','\x9f','\xeb','\xcf','\x2b','\xcb','\xf3','\xc2','\x3c','\xec','\x15','\xf2','\x5a','\xf5','\x35','\xf1','\xb5','\xea','\x5f','\xd6','\xf8','\xf1','\x78','\xfc','\xbc','\x76','\xc7','\x0c','\xe1','\xfb','\x3a','\x7c','\x60','\x16','\x66','\x02','\xfb','\x08','\xed','\xbc','\x5c','\x21','\x47','\xeb','\x1b','\xe3','\x57','\xaa','\xf3','\x57','\xc7','\x08','\x32','\x67','\xa1','\xac','\xe8','\xae','\xa2','\x09','\xea','\xea','\xcd','\x9a','\x1a','\x56','\xbd','\xe3','\x68','\x1c','\xec','\xfa','\xdb','\xad','\x28','\x23','\xd7','\xc3','\x3a','\x42','\xa1','\xff','\x57','\x99','\xb3','\x7d','\x6b','\x76','\xd8','\x54','\x4a','\x18','\xb5','\x6f','\xca','\x86','\xab','\x69','\x0c','\x21','\xbf','\xd5','\x8d','\xfc','\x87','\x4d','\xf8','\x79','\x5a','\x46','\x2d','\x54','\xeb','\xfc','\xb6','\x24','\x18','\x01','\x7c','\xbf','\x1e','\x21','\x92','\xe5','\xa7','\xb1','\xfc','\x7d','\xd3','\xa8','\x22','\x12','\x53','\xd6','\x32','\x3d','\x30','\xb4','\x89','\xe9','\xe4','\x1d','\xd6','\x7e','\x60','\xdf','\x23','\xaa','\x95','\xaf','\xa1','\x9d','\xcf','\xda','\x77','\x84','\xe3','\x0f','\x42','\xfb','\x4e','\xe8','\xa7','\x28','\x99','\x99','\x9c','\xd9','\xb3','\x6c','\xb9','\x56','\xee','\xa9','\x2b','\x56','\x64','\xf7','\xd5','\xb4','\x7e','\x4c','\xd9','\xbd','\x98','\x56','\x53','\x49','\xeb','\x89','\x3d','\xee','\x77','\x68','\x8d','\x1f','\xc3','\x9d','\xac','\xc2','\xee','\x92','\x6a','\x1d','\x3f','\x34','\xad','\x12','\xa5','\x43','\x19','\x30','\xfe','\x2f','\x6f','\xbd','\x90','\x12','\x06','\xbd','\xbf','\x15','\xd6','\x0b','\x71','\xef','\xef','\x6c','\xd0','\x35','\xed','\x73','\x45','\xa1','\xd8','\xbb','\x4e','\x22','\xad','\x64','\xd2','\x63','\x9c','\x6c','\xe6','\x17','\x4b','\x5f','\x12','\x3f','\x1d','\xdf','\x52','\xb7','\xb4','\xfc','\xa8','\xff','\x96','\x84','\xab','\x93','\xe7','\x47','\x69','\x89','\x7e','\xc1','\xb7','\xe9','\x26','\xba','\x88','\xf0','\x12','\x0c','\xff','\x17','\xbe','\x11','\xfa','\xce','\xca','\x59','\xbc','\xca','\x3c','\x7f','\x38','\xcf','\xea','\x98','\x60','\xa0','\xa0','\xff','\x6a','\xd2','\x82','\x1f','\x63','\x8f','\xcf','\xd0','\x6d','\xe6','\x58','\x76','\x07','\x4d','\x31','\xf4','\x23','\x31','\x82','\xfe','\x6b','\x91','\x4e','\x29','\xa2','\x97','\xce','\xf7','\xe5','\xef','\xf0','\xc4','\xbc','\x0f','\xbb','\x9c','\x97','\xc0','\x0e','\x33','\xf2','\x27','\x02','\x7c','\x25','\xc1','\x14','\xac','\xac','\x2d','\x1c','\xac','\xe5','\xd1','\x25','\x37','\x25','\xaf','\x26','\xcd','\x84','\x40','\x28','\xab','\xae','\xc7','\x08','\xcf','\x97','\xe8','\xc1','\xb9','\x57','\x19','\xd2','\x92','\x52','\xcb','\xbf','\xbc','\xa3','\xb5','\x5e','\x09','\x18','\xc9','\x45','\x8c','\x88','\x12','\xa1','\xb0','\x91','\xe6','\xfa','\xc0','\x90','\x33','\x87','\x47','\xe5','\x34','\x2b','\xa9','\x35','\xe0','\x6b','\xda','\x52','\x26','\xea','\x50','\xfb','\x13','\xb0','\x2a','\x65','\x1b','\xbd','\xb7','\xef','\xf2','\xca','\x71','\x1b','\xfd','\xb7','\x5b','\x79','\x7e','\x2e','\x6c','\xbe','\x21','\xda','\x5d','\xd6','\x26','\x44','\x17','\x82','\xa7','\x74','\x0d','\xb1','\x61','\xc3','\xfa','\xcd','\x29','\x3f','\x25','\x9e','\x72','\x45','\x77','\x9d','\x5b','\xb5','\x2d','\x1b','\x46','\x9a','\x2d','\xba','\x6d','\x42','\x7b','\x04','\xd7','\xd0','\xa3','\x8c','\xef','\xfa','\x29','\xf4','\x30','\x08','\xc7','\x54','\x8b','\xf1','\x5f','\x23','\xca','\xf4','\x1a','\x8e','\x2f','\x6e','\xfc','\xda','\x0b','\xf0','\xf9','\xbc','\x61','\xe5','\x4e','\x6d','\xdf','\x90','\xbd','\xf0','\x5c','\x17','\x3d','\x18','\x7d','\x96','\x0e','\x74','\x2e','\xe0','\xac','\x02','\xf9','\x95','\x47','\x7c','\x80','\x80','\x41','\x21','\x5f','\xca','\x3f','\x98','\xb7','\xf3','\x9b','\xbd','\xa5','\xbc','\xc1','\xe4','\xfb','\xb4','\xc2','\xf1','\x57','\x47','\xb5','\x19','\x6d','\x44','\xc3','\xec','\xb2','\x5b','\xcc','\x49','\x53','\xcc','\xf7','\x82','\xfd','\x4f','\x48','\x8c','\x65','\xb4','\x9c','\xa0','\x49','\xea','\xac','\xeb','\x22','\x9d','\x55','\x55','\x7c','\x0f','\xd9','\x33','\xc1','\x76','\x8f','\xfd','\x70','\x1d','\xc3','\xcf','\x65','\x8a','\xb4','\x35','\x92','\x1f','\xf3','\xcd','\x99','\x43','\xa4','\xc4','\xf8','\x34','\x91','\x81','\xde','\xf0','\x72','\x79','\x5a','\x43','\x0c','\xf5','\xa9','\x54','\x64','\x1b','\xe8','\x6f','\x9b','\x8b','\x57','\x8a','\x66','\x51','\xf0','\xc5','\x08','\xc7','\xc7','\x3b','\xce','\xd0','\x4b','\x1c','\x65','\x42','\xc3','\x3c','\xaa','\xfd','\xfe','\x43','\xe8','\x01','\x2f','\x46','\x25','\x69','\x5d','\x58','\x1f','\x1a','\xea','\x25','\x6d','\x4a','\xc8','\x37','\xc7','\x35','\xf8','\xd0','\x8e','\x6e','\xb6','\x3d','\xf7','\x5c','\x3d','\x11','\xe1','\x7f','\x5f','\x47','\x7e','\xfd','\xf3','\xa2','\xe9','\x98','\xab','\xce','\xf0','\xdf','\x39','\xe6','\x8c','\x99','\x7d','\xc0','\xb9','\x34','\x71','\x28','\x0b','\x7f','\x71','\xcc','\xe3','\x8e','\xe9','\xd6','\xeb','\x9f','\xd1','\xd3','\x2e','\xce','\xc1','\x86','\x57','\x46','\xa8','\x1c','\xd5','\xd8','\x9c','\x23','\x21','\xb3','\xf5','\xb9','\xad','\xdc','\x63','\x71','\xd0','\x68','\xc6','\x17','\x41','\xed','\x44','\xa3','\x3b','\xb2','\x5b','\x87','\x7f','\xd7','\xd9','\x2e','\x29','\xc3','\x3d','\x0b','\x30','\xba','\xaa','\x58','\x11','\x66','\x20','\x7e','\x5c','\x8e','\x69','\x2f','\xb4','\x3f','\xab','\xd2','\x9e','\xe1','\xbe','\x4b','\xf0','\x09','\xa4','\x14','\xea','\x32','\x58','\x03','\x8f','\xf8','\x49','\x8d','\xe7','\xdf','\x29','\x71','\xfe','\x3f','\xdc','\x63','\x76','\xb2','\xfa','\xc0','\xa9','\x1f','\x4e','\x05','\xfa','\x0f','\xe6','\xed','\xd1','\x1d','\x67','\x55','\xba','\x15','\xaf','\xf3','\xa3','\x3e','\x27','\x53','\x4c','\xd2','\x19','\x18','\xab','\x61','\xfe','\x29','\xd3','\xbf','\xb5','\x00','\x8b','\xd3','\xe3','\x6b','\xd3','\x9a','\x30','\x3e','\x0c','\x7f','\xa9','\xd5','\xbf','\xc1','\xcc','\xd7','\x2b','\x98','\xa1','\xba','\x53','\xcd','\x07','\x31','\x96','\x90','\x51','\x9d','\x23','\x63','\x23','\x56','\x45','\x4a','\xe3','\xd2','\x81','\x28','\x81','\x75','\x99','\x83','\x79','\x2d','\x0e','\x61','\x7e','\xbf','\xcb','\xd0','\xeb','\x03','\x0e','\x4e','\x44','\xd0','\xda','\xc2','\xf8','\x67','\x1e','\x59','\x9a','\x0d','\x74','\xe8','\xe0','\x5e','\x3d','\xae','\x3f','\x23','\x83','\xfa','\xb2','\x89','\xbc','\xdb','\x25','\xf6','\x8a','\x4c','\x74','\xc8','\x6f','\x12','\xe2','\x57','\x35','\xe0','\xbb','\x80','\x04','\x0a','\xf2','\xc7','\x3d','\x8c','\x5d','\xf3','\xeb','\x7f','\x9a','\xfe','\x1e','\xe5','\x59','\x5e','\x0c','\x41','\x12','\x65','\x1a','\xfa','\xde','\x90','\xd5','\x32','\xf4','\xbe','\x31','\x84','\x68','\xcc','\x05','\x10','\xbe','\x13','\x09','\xe2','\x2f','\xde','\x8a','\x29','\x5b','\x03','\xc6','\xb0','\xe1','\xcc','\xd9','\x73','\x85','\x39','\xb0','\xee','\x54','\x49','\x95','\x37','\x77','\x61','\x7c','\x50','\x39','\x0a','\x92','\xa7','\x60','\x64','\x3d','\x27','\x3f','\x91','\x9f','\xf2','\x50','\xf2','\x66','\xbd','\xd0','\x3f','\xd8','\xc8','\x5f','\x17','\xd4','\xd7','\x23','\xc2','\x15','\xdb','\x18','\x7f','\x84','\xab','\xd8','\x70','\xbe','\x3d','\xeb','\x1d','\x77','\x26','\x5e','\x9a','\x08','\x46','\x72','\x56','\x6c','\xf1','\xe7','\xdd','\x79','\x8b','\x74','\x61','\xec','\x43','\x15','\xbb','\x79','\xe6','\x60','\xe5','\x89','\xca','\xe3','\x95','\xef','\xe9','\xdf','\x4b','\xb0','\xd5','\x57','\xd4','\x44','\x5d','\xac','\xe9','\x97','\x20','\xb5','\x40','\xef','\xc4','\xc8','\x11','\xfc','\xb8','\x26','\xfa','\x3c','\xd1','\xff','\x18','\xda','\x9f','\x60','\x1f','\xc0','\x9a','\x8f','\x38','\xc3','\x94','\x67','\x88','\x32','\x54','\x2a','\x19','\xd1','\x6e','\xb8','\xfe','\xaf','\xfc','\x96','\xf8','\x8c','\xc2','\x5b','\x98','\xf3','\xef','\xad','\xf7','\xba','\x8e','\x0c','\x54','\x2e','\x54','\x18','\x3e','\x80','\x6a','\xd7','\xe6','\x4f','\xdd','\x87','\x76','\x3d','\xbf','\x72','\x88','\x8f','\x8c','\xf8','\xf9','\x88','\xc1','\x00','\xdf','\xbc','\xf8','\x9e','\xad','\x5a','\xda','\x4e','\x9d','\xe1','\x0f','\x33','\xfd','\xd5','\x97','\x40','\x2f','\x6c','\xa9','\xc2','\x8d','\x1c','\x04','\x6d','\x1c','\x39','\x4d','\xbd','\x90','\xdf','\xa7','\x7e','\xff','\x88','\x7f','\x9a','\xa1','\x45','\x51','\xfe','\x89','\xac','\x74','\x91','\xe8','\x02','\x1d','\xa0','\xb8','\xfa','\x2a','\x21','\x3b','\x13','\xda','\xf6','\x13','\xde','\x81','\x37','\x52','\x60','\x67','\x1e','\x18','\x19','\xfd','\xbb','\xaf','\xb0','\xfa','\xe1','\xeb','\xe6','\x17','\xe3','\x76','\xee','\xc1','\x5c','\x18','\x0f','\x09','\x34','\xbe','\xe5','\xf1','\x0c','\x84','\x46','\xed','\x9c','\xeb','\xa6','\xac','\xfe','\x74','\x2e','\x67','\x70','\x3c','\xbd','\x21','\xf1','\xf5','\xea','\x1c','\x79','\xd5','\x03','\xfb','\xab','\xcc','\x39','\x50','\x90','\xff','\x17','\xd1','\x82','\x5a','\xe8','\x28','\xed','\xf7','\x63','\x20','\xe7','\x50','\x43','\x47','\x84','\x62','\xcd','\xfc','\x85','\x13','\x77','\x42','\x7c','\x44','\xe4','\x67','\xc3','\x6c','\xff','\x6f','\x56','\x0d','\xb2','\x8b','\x31','\x51','\xf5','\x78','\x8b','\xb5','\xf3','\x3b','\x5a','\x1b','\xe3','\x0f','\x94','\x62','\xb6','\x16','\xab','\x54','\x81','\xb5','\xf1','\xa6','\xc0','\x3f','\x83','\xf8','\x6d','\xbb','\x03','\xe4','\x36','\x58','\xe3','\x16','\x53','\xf6','\x51','\x3b','\x6d','\x09','\xa6','\x98','\x24','\xb5','\xfa','\xf5','\x7a','\x74','\xf3','\xfa','\xf6','\xc7','\x67','\x99','\xa6','\xa9','\x2c','\x32','\xef','\xa4','\x7c','\x78','\x1d','\xa6','\xce','\x6d','\xc5','\x3b','\x0a','\xfd','\x05','\x8b','\x5a','\x11','\xd4','\x00','\x43','\xd4','\x3b','\x85','\xf2','\x28','\x14','\xdb','\x98','\x1b','\x1b','\xf5','\xbf','\x3a','\xff','\x0d','\x97','\x9b','\xdc','\xea','\x0d','\x3c','\x8c','\xc8','\x7e','\x5e','\xcb','\x5f','\xe7','\x91','\x09','\xfe','\xfe','\x90','\x72','\x28','\xb8','\x50','\x68','\xff','\xcd','\x68','\x6d','\x86','\xee','\xee','\x96','\x37','\xd1','\x5f','\x2e','\x85','\x58','\x07','\x3b','\x6a','\xf8','\x55','\xc9','\xc8','\x33','\x9a','\x6e','\xa5','\x4a','\xeb','\xe8','\x93','\x4b','\x21','\x12','\x14','\x6a','\x52','\x44','\x68','\xc2','\x4f','\xf2','\x70','\xcc','\xc6','\x7f','\xb3','\xc8','\xd6','\x60','\x5c','\x81','\x5b','\x6b','\xf6','\x41','\xa8','\x99','\xa3','\x75','\x0e','\xb3','\xdc','\x15','\xed','\x61','\xe5','\xbf','\xb3','\xf6','\xdd','\xa4','\x2c','\xa1','\xac','\x31','\x7d','\x35','\x5a','\x1d','\x16','\xb7','\x83','\x9d','\x60','\x97','\x8b','\xac','\x7e','\x14','\xf3','\xe7','\x88','\x30','\xb9','\x99','\xe5','\xf7','\xb6','\x1e','\x9d','\x4c','\xd9','\xbc','\x7a','\x9a','\x61','\xfd','\x9b','\x69','\x27','\xfd','\xe8','\x4b','\x46','\xd0','\x30','\x15','\xaf','\xac','\x9d','\x8e','\xab','\x71','\x65','\x2b','\x4c','\x31','\x5d','\xa7','\xa2','\x4e','\x4d','\x25','\x07','\x9a','\x34','\xd6','\x07','\x3f','\xbf','\x88','\xe8','\x4d','\x74','\xe4','\xda','\x22','\x32','\x48','\x38','\x89','\xfd','\x8b','\x05','\x85','\x72','\x31','\xb6','\x39','\xac','\x4f','\x0e','\x2b','\x94','\x19','\x12','\x1e','\x3c','\x93','\xa6','\xe9','\xf2','\x40','\x07','\xe6','\x77','\xb6','\x78','\xc7','\x85','\x31','\xd8','\x8e','\x7b','\x63','\xca','\x98','\x72','\xdc','\xc7','\xd7','\x31','\x7a','\x5c','\x1a','\x4b','\xb7','\x9c','\x6c','\x89','\x20','\x7f','\x90','\xe0','\x1d','\x76','\xa3','\xb0','\xa6','\xfb','\x3f','\xeb','\x6c','\xdd','\x6e','\x0c','\x18','\x7b','\x3d','\xdb','\x2c','\xc0','\x0a','\x39','\x0e','\x76','\x1e','\x7f','\xfe','\x9a','\x7d','\x02','\x2d','\xf9','\xa7','\xcb','\x22','\xdd','\xae','\x44','\x02','\x7e','\x50','\xae','\xc7','\xf7','\xcd','\xd5','\x63','\x6f','\x8d','\xd1','\xb7','\x9c','\xd0','\xe8','\xdf','\xc2','\x4c','\x97','\x2d','\xd5','\x18','\x69','\xf4','\x32','\x63','\xab','\x12','\x1a','\x51','\x5a','\x0c','\x92','\x9b','\xf6','\x5b','\x66','\x22','\x79','\x21','\x27','\xb2','\xd8','\xf0','\x42','\x0e','\x25','\x45','\x23','\x6e','\x03','\x31','\xa6','\xbc','\xf5','\xa6','\x38','\xec','\x9b','\xb7','\x9d','\xbe','\xc3','\xb3','\xcc','\x4a','\x29','\x2a','\x0a','\xb4','\x55','\xf9','\x46','\x76','\xad','\x29','\x80','\x96','\x2c','\x64','\x65','\x43','\x9e','\x7a','\xc8','\x70','\xa6','\x1c','\xb0','\x4f','\x0e','\xf4','\xfd','\x63','\x72','\xb4','\x23','\xcc','\x8f','\xf7','\x30','\x7f','\x9b','\xd5','\xff','\x38','\xca','\x6c','\x43','\x15','\x3c','\x93','\x9e','\x6a','\x54','\xb9','\x36','\x02','\x6d','\xef','\x23','\x0e','\x3b','\xcb','\x3f','\x82','\x7d','\x4c','\x38','\x21','\xb7','\x88','\xbc','\x3e','\x0d','\x6b','\x77','\x82','\xfc','\x24','\x2f','\xa5','\xf4','\xaa','\x51','\xb9','\x57','\x1c','\x33','\x9f','\x9e','\xe1','\xfe','\x63','\x23','\x40','\x86','\xe3','\xbb','\x44','\xb9','\x4d','\xcc','\xc7','\x6f','\xc0','\xaf','\x4a','\x65','\xe5','\x51','\x26','\xf9','\x5a','\xa1','\x05','\xde','\xe7','\x41','\x47','\x96','\xbf','\x1b','\xd6','\x27','\x23','\xef','\x3c','\x46','\x13','\x12','\x55','\x9e','\xc9','\x9d','\xa8','\xa8','\x05','\x9e','\x5f','\x5b','\xe3','\x67','\x6b','\x7a','\x67','\x1c','\x43','\x88','\xdf','\xc3','\xed','\x5a','\x86','\x3b','\x89','\x36','\x65','\x8b','\x1c','\x11','\x9b','\xd6','\x7f','\x43','\xb5','\xa2','\x56','\xd4','\x66','\xfc','\xc9','\x46','\x9d','\xfd','\xb7','\x56','\xff','\xcf','\xec','\xc7','\xb8','\x90','\x74','\xdf','\xc2','\x55','\x13','\x54','\xa2','\xa8','\xf7','\x6d','\xa6','\x7f','\x6d','\xca','\x2f','\x7a','\x46','\x1e','\xf3','\x47','\xc3','\x95','\x0b','\x76','\x92','\x42','\x34','\x00','\x7f','\x32','\x92','\x0e','\xf1','\xdb','\x58','\x7e','\x0b','\x9c','\xe7','\x42','\xdb','\xf8','\x9a','\x8a','\xf5','\xeb','\xbd','\x3e','\xaf','\x5f','\xc7','\xfc','\x2b','\x11','\x7a','\x13','\xf4','\xea','\xfc','\x94','\x6b','\x15','\xdc','\x39','\x71','\x61','\x5d','\xae','\x0a','\xbf','\x8b','\x9c','\xbf','\x3c','\x0b','\xb7','\x2f','\x2b','\x12','\x66','\x5f','\xe4','\xa9','\x49','\x77','\x7d','\x28','\x17','\xe5','\x62','\xfc','\x47','\xff','\x74','\x49','\x73','\xe3','\xe9','\xde','\x7b','\xfa','\xb6','\xd2','\x24','\xc3','\xc7','\x58','\x44','\x6c','\xc4','\xe9','\xea','\xf7','\xea','\xf8','\x93','\x38','\x46','\x66','\x10','\x7f','\x32','\xcc','\xcf','\xe0','\xeb','\x33','\xe2','\x33','\xee','\xf5','\x8b','\x1c','\xbb','\x41','\x0b','\xe6','\x96','\x11','\xf3','\xb0','\x66','\xef','\xd7','\x02','\xc7','\x81','\xfc','\xc4','\x6f','\x57','\x23','\xea','\x7c','\xdf','\xbc','\x96','\x43','\xfd','\x81','\x20','\x7a','\x8f','\x9e','\xdb','\xed','\x7d','\x58','\x92','\xc0','\x3a','\x4e','\x97','\x56','\x4a','\xed','\xcb','\x11','\xac','\x40','\x2a','\x7d','\xd3','\x8b','\x08','\x28','\xbd','\x23','\x41','\xfe','\x58','\xe0','\xdb','\xa9','\xbd','\xb2','\xfc','\x21','\x86','\x1e','\x4c','\x8d','\xe3','\x5e','\xd4','\x59','\x75','\x62','\x4f','\xdc','\xe7','\x8c','\x39','\xa9','\x27','\x5e','\x73','\xa2','\x4e','\xaf','\x33','\xea','\x9d','\x10','\x50','\xe7','\xc0','\xfa','\x2a','\x8f','\x55','\xe6','\x6d','\xa8','\xde','\x26','\x6e','\xab','\x5e','\x40','\x89','\x03','\xeb','\x63','\x46','\xd4','\x5a','\x1b','\x8f','\x0f','\x89','\xf7','\x56','\xf7','\x89','\x7b','\xab','\x85','\xe0','\x38','\xae','\x9f','\x35','\xff','\x45','\x81','\xb8','\x1c','\xe5','\x12','\x57','\x74','\xd8','\x34','\xc3','\x19','\x7d','\xf6','\xa4','\x50','\xb7','\x4f','\xb7','\x54','\x3f','\x8d','\xff','\x16','\xe6','\xd7','\x22','\x48','\xf1','\x1c','\x9f','\x71','\xe8','\x97','\x69','\xae','\x1f','\xe5','\xf6','\x3b','\x43','\x1d','\x61','\xec','\x8e','\x01','\xbf','\x63','\x03','\xc3','\xe3','\x98','\xa7','\x8b','\x88','\x6f','\xb8','\xdb','\x77','\x41','\xff','\xec','\x32','\x7a','\xbd','\x94','\xf3','\x8c','\xd3','\x06','\xdb','\x7e','\x5f','\x21','\x8d','\xf6','\xf1','\x96','\x1b','\x18','\x06','\xd0','\x32','\x8e','\xfa','\xb1','\x48','\xec','\x54','\x2a','\xf3','\xb1','\x1f','\x55','\x63','\x52','\xcc','\x4f','\x25','\xff','\x2d','\xd9','\x72','\x0c','\xeb','\xbf','\x27','\xda','\x4f','\xe0','\x72','\x08','\x86','\x18','\xa2','\x16','\x67','\x47','\xf8','\xfb','\x70','\xe2','\x4e','\x90','\x77','\xb6','\x5a','\x60','\xf2','\x8d','\x3f','\x3d','\xce','\xb1','\x6f','\x5d','\xc5','\x55','\xb8','\x95','\xdc','\x2b','\x0a','\x3f','\xdc','\xb8','\xf0','\xe8','\x5c','\xc7','\x8b','\x5f','\x3f','\xd9','\x42','\x98','\xff','\xf2','\x58','\xbf','\xa4','\xc8','\x5f','\x9d','\x3a','\x28','\xbe','\x49','\x95','\x91','\xfe','\x43','\xbd','\xe5','\xde','\x91','\x5e','\xad','\x5f','\xeb','\x05','\xd3','\xf4','\xd3','\xf5','\xef','\x51','\x21','\xd4','\xbf','\x09','\x9d','\x96','\x53','\x12','\xac','\x5d','\x53','\xd3','\x20','\x74','\xa7','\x75','\xd1','\xbc','\xc5','\x5c','\x9a','\xa9','\xcb','\xaf','\x26','\xf9','\xfa','\x29','\xf9','\x83','\x8d','\x5a','\x09','\x5a','\xdc','\xcd','\x78','\xb8','\x84','\x03','\xe5','\x81','\x84','\x94','\x18','\xb6','\x44','\x1e','\x6c','\x67','\xb4','\x3d','\x62','\x42','\x52','\x00','\xeb','\x11','\xf1','\x9d','\xf2','\xa2','\x25','\x13','\xc9','\xeb','\xb5','\xa6','\xac','\xd3','\x56','\xc2','\xea','\xf6','\x13','\xa0','\xe8','\x82','\xc5','\x6a','\xf5','\xb9','\x43','\x6e','\x4c','\x44','\x02','\x36','\xd8','\xb0','\x5f','\x73','\x7c','\x13','\xd9','\xd8','\xc7','\xd1','\x6f','\x4c','\xe5','\x9a','\xfc','\x0b','\x01','\x82','\x91','\x17','\x03','\xcd','\x2c','\xa9','\x98','\xd4','\x15','\x29','\xc3','\xb7','\x78','\xde','\x73','\xcc','\x07','\xcd','\xa8','\x79','\xcd','\xc4','\x0a','\x96','\x7d','\x60','\x59','\xa0','\x74','\x07','\xed','\x55','\x87','\xd6','\x83','\x55','\x57','\x52','\x3a','\x17','\x3f','\xad','\xf7','\x38','\x3e','\x11','\xe7','\x57','\x64','\x1c','\x8b','\x60','\x0c','\xee','\x39','\x8f','\xc6','\x30','\xbe','\xc2','\x6f','\x0c','\x9f','\xad','\x1e','\x9f','\x4b','\x82','\xcd','\x3c','\x26','\x38','\x9a','\xe3','\x1c','\x72','\xee','\x3f','\xc7','\xe3','\x9b','\xdc','\x7f','\xd0','\xe3','\x9b','\x6e','\x15','\x2c','\x7d','\xc5','\xb5','\x5c','\xcf','\x16','\x6c','\xa2','\x38','\xb6','\xe3','\x9e','\x10','\xc0','\xbc','\xbd','\xce','\xaf','\xca','\x35','\x83','\x60','\x93','\x15','\x31','\x68','\x3f','\x56','\x01','\x33','\x26','\xce','\x88','\x6b','\x44','\xc1','\x15','\x2c','\x71','\x98','\xae','\x53','\x44','\xc3','\xe6','\xf9','\x57','\x51','\x12','\x1d','\x88','\x5e','\xd8','\x40','\xef','\xc6','\xcc','\x7d','\x86','\xdc','\x1e','\x65','\x66','\xf2','\x2d','\x4c','\xfe','\x19','\x18','\xab','\x01','\x6b','\xfd','\x26','\xc6','\xea','\xd8','\x5d','\xbd','\x22','\xaa','\xc1','\xd6','\x8d','\x55','\x93','\xdc','\x8b','\x82','\x6d','\x0a','\xdf','\x31','\x68','\x65','\xf4','\xe7','\x29','\x67','\x10','\x81','\x19','\xd8','\x75','\x6b','\x2b','\xc6','\x59','\x11','\x4b','\x74','\x0d','\xd9','\xb4','\xb8','\x08','\xab','\xed','\xf4','\xa4','\x6a','\x25','\x40','\xbf','\x4c','\x98','\xdd','\x97','\x7c','\x2b','\x02','\xf6','\xc3','\xea','\x59','\xa4','\xe2','\x48','\x68','\x88','\x04','\x03','\xaf','\xf0','\xd3','\x73','\x7a','\x65','\x7b','\x52','\x67','\x25','\xea','\xa8','\x39','\x66','\xd1','\x5f','\x09','\x23','\x4c','\x84','\x31','\x86','\x21','\x5d','\xc6','\x51','\x88','\x18','\x4a','\x4b','\xb6','\xa1','\x10','\x90','\x87','\x62','\xae','\xcd','\x6f','\x8b','\x1c','\x13','\x4c','\x58','\xb8','\x47','\xf5','\xa3','\x5a','\xbb','\xd6','\xae','\x76','\xa8','\x22','\xe3','\x9f','\xae','\x3d','\x3f','\xe8','\xb1','\xa3','\xa4','\x11','\x63','\x39','\x8c','\x3f','\x73','\xf6','\x9e','\x1e','\x96','\xf9','\xcf','\x36','\x1b','\x2c','\x29','\x41','\x13','\x4c','\xe1','\x7e','\x2f','\x07','\xe7','\xb6','\x2d','\x61','\xb5','\x54','\x8a','\xb6','\xaf','\x93','\xc9','\x36','\xcc','\x0f','\xc3','\x88','\x3d','\x7b','\xbe','\xce','\xae','\x4d','\x2c','\x3f','\x4a','\xc9','\x69','\xb0','\xda','\xad','\xc0','\x30','\x8b','\x09','\x56','\x9e','\xf9','\x77','\x04','\x07','\xb6','\x1c','\xe3','\x3f','\xc1','\x9a','\x92','\x08','\xd9','\x75','\x4e','\xb3','\x36','\x5c','\xd0','\xac','\x5d','\xe7','\x9a','\xfd','\x4b','\x8c','\x1f','\x06','\x56','\xc7','\x16','\xe1','\x28','\x48','\x8b','\xa3','\x5a','\x8b','\x72','\x54','\x61','\xd5','\x4b','\xe2','\x31','\xd1','\x64','\xfc','\xac','\x4f','\x5d','\xb6','\x92','\xe9','\x4c','\x2a','\x7d','\x2c','\x83','\xb8','\xd4','\x9d','\xfe','\x01','\x3a','\xee','\x8f','\xc3','\x7e','\x80','\xbe','\xe7','\xb7','\x04','\xf8','\x90','\x88','\x1f','\x26','\x2a','\x7f','\xe6','\xbb','\x58','\x25','\x24','\x60','\x9e','\xc1','\x67','\xbd','\xf7','\x18','\x7f','\x29','\x66','\x50','\x74','\x6e','\x46','\xfe','\x4d','\x29','\xc3','\xf9','\x37','\x33','\x17','\x9f','\xfb','\xa2','\xe4','\x30','\xd6','\x10','\x98','\xfb','\x01','\x7e','\x22','\xc1','\x38','\xf7','\x6a','\xa2','\xcf','\x4c','\x95','\xa9','\xe6','\xeb','\xaa','\x7e','\x88','\x76','\xe9','\x9a','\xf9','\xf6','\x0c','\xa6','\xae','\xf7','\x39','\xf1','\xec','\x28','\x7d','\x0b','\xa4','\x54','\x67','\xf6','\x9a','\x19','\xcd','\x3e','\x6f','\x20','\xff','\xc7','\x67','\xb3','\x57','\x72','\xe6','\x54','\x68','\xa9','\x7c','\xf6','\x37','\x0e','\xd9','\x7b','\x2e','\xe3','\x14','\x39','\xf7','\x3b','\xbe','\x9a','\xf0','\x7e','\x1e','\x5b','\xbb','\xe3','\x20','\xae','\xcd','\x09','\x11','\x7a','\xdd','\x62','\xbb','\xb8','\xb5','\xab','\x86','\x5f','\x52','\xf3','\x9f','\xa3','\x5d','\x84','\xcc','\x7c','\x3d','\x8c','\x27','\x84','\x33','\x70','\x08','\x02','\x47','\x17','\x88','\xcd','\xfd','\xa0','\xeb','\xa9','\xdf','\x40','\x2f','\x55','\x0e','\x55','\x5e','\xad','\x68','\x95','\x1e','\xb0','\xb5','\xc6','\x0a','\x69','\x67','\xf6','\x43','\xc4','\x3f','\x6e','\xa1','\x2b','\xe2','\xda','\xdf','\x4c','\x92','\x35','\xe7','\x8e','\x39','\x11','\xe7','\xa9','\x4b','\xa0','\x19','\x3a','\xbb','\x2f','\x1d','\x03','\x0d','\x31','\x72','\x9e','\xeb','\xa1','\x2b','\xa0','\x95','\x56','\xc9','\xeb','\xe7','\x56','\x1c','\x8e','\xff','\xbd','\xe2','\x74','\x5f','\x82','\xf9','\xe2','\xa8','\xe7','\xc1','\x86','\x2d','\x4c','\xe6','\x50','\xf3','\xde','\x4d','\x3f','\xcf','\x99','\x3f','\x3d','\xf4','\x4e','\xb5','\x50','\x8e','\x46','\x56','\xe3','\x47','\xf3','\x31','\x3f','\x65','\x9c','\x3c','\xc7','\x38','\x38','\xeb','\xf5','\xcf','\xb0','\xd2','\xe4','\x3a','\x99','\x0d','\xf2','\xa8','\xf8','\x55','\xbf','\x32','\x13','\xb7','\xe2','\xb2','\xbe','\x1c','\x83','\x79','\x12','\x17','\x95','\xa5','\xfe','\x75','\x3b','\x96','\x5a','\x0f','\xb6','\xe4','\xea','\xf9','\x18','\x68','\x19','\x36','\xe2','\xf7','\xd6','\xf3','\x0f','\xb1','\xe6','\xb2','\x1d','\x23','\x55','\x2c','\x2f','\xe5','\x84','\xd1','\xaa','\xc0','\xfa','\xd3','\x1a','\xea','\xdf','\x33','\x02','\x9c','\x13','\xb0','\xbb','\x59','\xf4','\x5b','\x4b','\x21','\xbf','\x1d','\xde','\x23','\x66','\x9c','\x8f','\x9b','\x13','\xce','\xf1','\x65','\x66','\x63','\xc1','\xfb','\x98','\x8c','\xb9','\x12','\x61','\xfd','\xae','\x36','\x75','\xc8','\x7d','\x05','\x59','\x72','\x14','\x50','\x83','\x4f','\x76','\x93','\xc6','\xfa','\x9e','\x69','\xaf','\x5e','\x41','\x10','\x20','\xd1','\xe8','\xdd','\xef','\x63','\x3c','\xe7','\x30','\x58','\x38','\xd5','\x04','\xe7','\x7f','\x8a','\x8a','\xd7','\xaa','\xb8','\xd2','\xaf','\x17','\x37','\x56','\x07','\xc5','\x77','\xf1','\x2f','\x89','\x0d','\xe7','\xd1','\x8d','\xd5','\x78','\xf7','\x98','\x13','\x8f','\x77','\xe7','\xf2','\xca','\x5e','\xce','\xbf','\x57','\xcb','\x7f','\x64','\xf8','\x1a','\xcc','\xfe','\x98','\x0d','\xf8','\xdf','\x78','\x7e','\x54','\x4f','\x15','\xe5','\x05','\xf6','\xff','\x2e','\x96','\xf9','\xae','\x99','\x8b','\x39','\xb0','\xe1','\x40','\xc6','\xab','\x3a','\x08','\x1c','\x38','\x4e','\x69','\x14','\x2c','\x3d','\xc4','\xb7','\xe7','\xc7','\xaf','\x06','\x2c','\x32','\x9a','\x23','\x88','\x2d','\xa2','\xe9','\xea','\x85','\x0d','\xbe','\x5e','\xb0','\x0a','\x7f','\xe6','\xb5','\x97','\x6e','\x2b','\xdd','\xde','\x91','\x16','\xe0','\x93','\xd0','\x2e','\xec','\xc5','\xcc','\x0e','\x2a','\xc9','\xb2','\xb4','\x5a','\x94','\xa9','\xec','\x4f','\xb3','\xea','\x8d','\x3f','\xd0','\x47','\x61','\x9d','\xc2','\x5a','\xc1','\xe9','\xfc','\x68','\xa4','\x9e','\x7f','\x7a','\x23','\xc6','\x37','\x5b','\xa9','\xd8','\xdd','\x57','\x19','\xc7','\x24','\x35','\x86','\x73','\x8e','\x37','\x9b','\x97','\x1a','\xf8','\x5d','\x14','\x42','\x6d','\x62','\x79','\xf9','\x36','\xd4','\x96','\xec','\xed','\xee','\x17','\x5a','\x4b','\x55','\x99','\xc5','\xd1','\x39','\xc7','\x8a','\xb2','\x29','\xba','\x88','\x3e','\xb4','\x35','\xfe','\x64','\xa5','\x45','\x3b','\xa6','\xb6','\x54','\x27','\x41','\x93','\xb3','\xce','\xa6','\x22','\x47','\x23','\xc8','\xff','\x24','\x20','\x3e','\xdd','\x59','\xcd','\x10','\x46','\x6e','\xca','\x5f','\xc5','\xe8','\x94','\x8f','\x31','\x2a','\xdd','\xed','\xad','\xd8','\xf4','\x5b','\x4d','\xb1','\xc6','\x26','\x04','\x0f','\x31','\xc4','\xef','\x88','\x90','\x5b','\x12','\x93','\xaa','\xa8','\xad','\x96','\xfb','\xf4','\x3e','\x7c','\x55','\xfb','\x90','\x7d','\x6b','\xbb','\xa8','\x23','\xae','\x93','\x81','\x7e','\x46','\x4b','\xcc','\x4d','\xf9','\xd1','\x82','\x54','\x50','\x3c','\x6c','\x25','\xcb','\x2b','\x14','\xe4','\x82','\x5a','\x98','\xf2','\x55','\xd4','\x8f','\x15','\xc6','\xdd','\xc0','\x6a','\xf7','\x30','\xf3','\x7d','\xc6','\x9b','\x2f','\x17','\x15','\x5f','\x2f','\x6a','\x45','\xbf','\x98','\x3c','\x59','\xf3','\x93','\xde','\xc4','\x47','\x2c','\x45','\x64','\xe9','\x96','\x00','\x25','\xa7','\x03','\xec','\x97','\x66','\xfb','\x83','\xcc','\x90','\x7c','\x1d','\x3b','\x08','\xf5','\xf5','\xba','\x7e','\x8e','\x5e','\x36','\x94','\x78','\xb8','\xbe','\xd7','\xf1','\xdf','\xc2','\x48','\x06','\x0d','\x6a','\x58','\xf9','\x82','\xbf','\x7a','\x9e','\xbd','\xc3','\xfa','\xc4','\xf9','\x75','\x39','\x9a','\x67','\x14','\xae','\x80','\xe8','\x74','\xec','\x3b','\x49','\x58','\x0b','\xbf','\x61','\xe1','\x4b','\x9b','\x76','\x9d','\x1b','\x33','\x9f','\xfc','\xf9','\x98','\xb9','\xeb','\xdc','\xd7','\xe0','\xf3','\xa8','\xc0','\x22','\x97','\x2c','\xe3','\x0b','\xd6','\x57','\x5f','\x00','\xed','\x8b','\xa2','\x67','\x99','\x21','\xe3','\x05','\x31','\x0e','\x8f','\x5a','\x76','\x3e','\x16','\x41','\x14','\x72','\x59','\x89','\x7b','\x9a','\xf6','\x65','\xff','\x90','\xf6','\x8a','\x17','\x30','\x4c','\xc0','\xde','\xeb','\xf5','\x6a','\x83','\x77','\x70','\xfe','\x04','\xc5','\x18','\x83','\xd1','\x87','\x41','\x07','\xcc','\x3b','\xc3','\xd8','\xc7','\x35','\xbc','\x7b','\x8c','\x8f','\x34','\xe0','\x4f','\xc5','\x19','\xb3','\x89','\x65','\xb3','\xfc','\x04','\x97','\xe3','\x67','\x37','\xe2','\x2b','\x82','\xde','\xcd','\xf3','\xa3','\x7e','\x13','\x46','\x74','\x41','\x3f','\xf8','\x34','\x74','\x6a','\x86','\x9f','\xb8','\xa7','\xea','\xba','\xe2','\x8b','\xc1','\xfc','\xab','\x5e','\x83','\x5d','\x26','\x9f','\xf1','\x07','\xc9','\xbb','\x9e','\xe4','\xc8','\x8c','\x7f','\xcd','\xae','\xc4','\x68','\xc0','\x1f','\x2e','\xac','\x98','\x51','\xbd','\x8e','\xae','\x12','\xe6','\xff','\x83','\x0e','\xc0','\xf0','\xab','\x15','\x7d','\x45','\x53','\xa7','\xb4','\xf3','\xfd','\xd6','\xe0','\xd4','\x15','\x0b','\xde','\xa7','\x62','\x20','\x89','\xcb','\x53','\x16','\xfa','\xef','\xce','\x2c','\xe5','\x4b','\xe5','\x62','\xa9','\x54','\x9e','\x55','\x3e','\xa4','\x2f','\x78','\xdf','\x51','\x9e','\xf3','\x8a','\xca','\xbf','\xc2','\xbe','\xc6','\x8f','\x90','\xc6','\xef','\x1f','\x20','\xf7','\xfa','\x13','\x64','\xdc','\x2b','\x06','\xdf','\x8f','\xfc','\x6f','\x51','\x81','\xd5','\x1f','\xb0','\xfc','\x66','\xc4','\x77','\x47','\x0f','\x6f','\x0d','\xbf','\x19','\x56','\xc9','\x08','\x8c','\x57','\x98','\xdf','\x84','\xc7','\x47','\x31','\x36','\xa8','\x18','\xbf','\xac','\xf1','\xe4','\xa1','\x87','\x04','\x11','\x6e','\xa4','\x48','\xbe','\x34','\x2a','\xa6','\x0f','\x89','\xc8','\xbc','\x20','\xfc','\x62','\x25','\x98','\x81','\x55','\x6e','\x3f','\x76','\xfa','\xb7','\x46','\x90','\x71','\x61','\x5c','\x2b','\x70','\xaf','\xe4','\x0a','\x22','\xe6','\x99','\xae','\x51','\xcd','\xb9','\x9f','\x56','\x95','\xc0','\xdf','\x31','\xff','\x36','\x47','\xeb','\xfc','\x9b','\x9a','\x15','\xc9','\x35','\x62','\x75','\x72','\x0d','\x35','\xe0','\x8f','\xf1','\xae','\xf7','\xd3','\x84','\x72','\x01','\x9e','\xff','\xe7','\x05','\x90','\xad','\x0f','\xfe','\x5d','\xd4','\xf1','\x88','\x6e','\xe9','\x7e','\x6f','\xa1','\x0f','\xe6','\x51','\x9f','\xf7','\x40','\xc1','\xf2','\x73','\xb9','\x30','\xff','\xaa','\x51','\x0f','\xe4','\x2b','\xfc','\xc6','\x81','\xf7','\xd6','\x85','\xf8','\x66','\x21','\xbb','\xe2','\x33','\x9a','\x54','\xd0','\x2c','\xf4','\x07','\x9c','\xdf','\xca','\xfd','\x34','\xbc','\xbe','\xa4','\x5e','\x61','\xc2','\xf3','\xf9','\xb0','\x2a','\x6b','\x4d','\xae','\xf5','\xc8','\x30','\x82','\x05','\x8c','\xac','\x59','\xa8','\x0a','\x11','\xf3','\xa8','\xde','\xe2','\x1d','\x83','\x49','\x82','\x2c','\x30','\x28','\xe7','\x8f','\x6a','\x29','\xf4','\xbf','\x90','\xe3','\x38','\x2c','\x2f','\x98','\x41','\x7e','\xca','\x01','\xc6','\x9e','\x32','\xee','\x1d','\xd0','\xde','\xd3','\x5a','\xb4','\x96','\x0e','\x32','\xd2','\x0d','\xa3','\x43','\x32','\x5b','\xe0','\xec','\x0f','\x03','\x5f','\x6c','\x28','\x7d','\xb9','\x05','\x8b','\xf6','\xaf','\xe5','\x59','\x79','\x1b','\x51','\x52','\x7c','\xc4','\xda','\x19','\xeb','\x7b','\x3c','\x6d','\x17','\x47','\x55','\xc3','\x31','\xdc','\x3a','\xbf','\x28','\xf7','\xcc','\xd6','\x32','\x2b','\xde','\x17','\x2f','\xb4','\x0f','\x74','\x88','\xb2','\xa2','\x2a','\xa9','\x84','\x9c','\x54','\x4b','\xa3','\xf4','\x2c','\xe8','\x0d','\xa0','\x83','\xce','\x34','\xe1','\x83','\xa1','\xfe','\x31','\x22','\x81','\x58','\xc3','\xd8','\xf7','\xad','\xda','\x6d','\xda','\x90','\x76','\xf1','\x47','\x9d','\xba','\x14','\xe0','\xff','\x80','\xf9','\xaa','\xc4','\x94','\xd4','\x94','\x98','\x94','\xf3','\x2a','\x85','\x6b','\xa0','\x5b','\x06','\xaf','\x03','\x1a','\xa2','\x9a','\x6f','\xc1','\xfa','\x8a','\xc9','\x0d','\x0b','\xd4','\xe0','\xfc','\x9e','\x98','\x29','\xa3','\xcc','\x2d','\xce','\xc5','\x28','\x67','\x47','\x12','\x23','\x2d','\x60','\x8d','\x48','\x82','\x6c','\xc2','\x71','\xce','\x6f','\xd1','\x5a','\xd7','\x50','\x51','\x3f','\x45','\xfe','\x72','\xd5','\x94','\xb4','\xd6','\x8e','\xdb','\xb6','\x3f','\x7a','\x0e','\xbd','\xed','\x8c','\x55','\xb4','\x86','\xdf','\x8c','\x47','\xf1','\x48','\xa4','\x81','\xf3','\xb5','\x31','\xff','\xb1','\x36','\x3e','\x41','\x49','\xba','\x9f','\xc5','\xfc','\x62','\xca','\x7b','\x23','\x31','\x45','\x9d','\x53','\x0f','\x6a','\xc8','\x1f','\x5d','\xc3','\xaf','\xa1','\xb6','\xec','\xc6','\xfd','\x63','\x05','\xea','\x69','\x85','\x29','\x8f','\x14','\x9c','\x42','\xda','\x3f','\x95','\x6b','\xc2','\x8f','\x31','\x1c','\xf7','\xf8','\x92','\xad','\x60','\xc6','\xcf','\x26','\xf5','\x17','\x5a','\x52','\x25','\x07','\x39','\x3f','\xe0','\xc7','\x5a','\x1b','\xa2','\xca','\x68','\x77','\x7b','\xd7','\xa1','\xeb','\x28','\xa1','\xf5','\x15','\x66','\x18','\x86','\x1e','\x44','\xae','\x3d','\x86','\xe3','\x2b','\xcc','\x9e','\xe7','\xd9','\x9c','\x8d','\xff','\x11','\xf2','\x6b','\x50','\xcf','\xcf','\x17','\xf3','\x45','\x0f','\x19','\xb6','\x87','\xf3','\x0e','\x7c','\xa2','\x88','\xda','\x11','\xf9','\x74','\x06','\x8b','\x86','\x7a','\x46','\xc4','\x3f','\x04','\xcb','\xfb','\x69','\x6a','\xcc','\x19','\x4c','\xe7','\xbd','\xa3','\xf5','\x1f','\xab','\xf5','\xf6','\x65','\xf2','\x71','\x52','\x73','\xc7','\xec','\x2a','\xac','\x7f','\x8a','\x9b','\x6a','\xf5','\xaa','\x61','\xfd','\x58','\xae','\x4a','\xdc','\xd0','\xfe','\x56','\x98','\x7d','\x30','\x53','\xb0','\x0e','\xa6','\x5e','\xbc','\xb5','\xf5','\x3d','\x3e','\x47','\xe1','\x15','\xd7','\x1f','\x7d','\x44','\x37','\xfd','\xca','\x3c','\x9d','\xd7','\xe7','\xcd','\xbf','\x98','\x79','\x3b','\x3b','\x63','\xfa','\xe6','\x0c','\x6c','\x3e','\x7c','\x12','\x8c','\x75','\xc6','\x30','\xd3','\xc1','\x56','\xd9','\x6b','\xc2','\x50','\x71','\x4b','\xaa','\xc9','\x44','\x52','\x4d','\x10','\x5c','\x83','\x58','\xcc','\xf1','\x50','\xd9','\x29','\x39','\x25','\xfc','\xf4','\x40','\xfe','\x89','\x8a','\x50','\x10','\x03','\x2f','\x58','\x3d','\xff','\x84','\xad','\xa3','\x60','\xe5','\x44','\xe9','\x86','\x0b','\xeb','\xed','\x9e','\x77','\x62','\x7d','\x7b','\xfe','\x29','\xa7','\x22','\x3b','\x3d','\xee','\x9f','\x5c','\x96','\xd4','\xa1','\x95','\x7b','\xd4','\x7d','\x2b','\x99','\xf9','\xe2','\x8a','\x34','\x2f','\xad','\x48','\x5f','\x87','\xd7','\xad','\x84','\xf6','\x5c','\x58','\x4f','\x37','\x5c','\xce','\xdb','\xbb','\xde','\x1f','\x13','\x36','\x9c','\x63','\x16','\x50','\x85','\x65','\x70','\x57','\xfa','\x6b','\xfc','\x6d','\xd0','\x6a','\x20','\xf9','\x77','\x24','\x62','\xc6','\x0e','\x5b','\x73','\x77','\x88','\x61','\x0c','\x09','\x8f','\xe1','\x5e','\xb7','\xf1','\x38','\x76','\xe6','\x23','\xcb','\x13','\xce','\x23','\xcb','\x63','\xe6','\x17','\xee','\x68','\x3a','\xaf','\xda','\x68','\x3d','\x0a','\xc9','\xae','\xe4','\x62','\xa2','\x45','\xb8','\x29','\x9f','\x15','\x02','\x64','\x88','\x72','\x07','\xcc','\xa0','\xf5','\x9a','\x56','\xd6','\x34','\x53','\xc8','\x0b','\x02','\xe8','\x0f','\x75','\x69','\x55','\x97','\x7f','\x51','\xd2','\x46','\x5a','\xc9','\xda','\x5c','\xd7','\x91','\xc5','\x75','\x41','\xed','\x36','\xe9','\xf5','\x87','\x48','\xcc','\x8b','\x0b','\xbd','\xde','\xdd','\xb0','\xeb','\xb9','\x94','\x97','\x76','\xdd','\x23','\x37','\xff','\xa7','\xeb','\xed','\x6f','\x8e','\xf0','\x57','\xf7','\x76','\xac','\x11','\x47','\x44','\xc1','\x9a','\xb6','\x3a','\xac','\x5b','\xad','\xb8','\x68','\xea','\x6b','\x69','\xb3','\xfd','\x82','\xfe','\x51','\x1e','\x99','\x42','\x99','\x72','\x3c','\x88','\x4f','\x71','\x86','\xb8','\xfb','\x99','\xfd','\x88','\xfc','\x55','\x0a','\x89','\x39','\x31','\x2d','\xe6','\x7c','\xcc','\xb8','\xe0','\xd4','\xe4','\x3d','\xc5','\x2b','\x2b','\xc9','\x76','\x58','\x1d','\x5b','\x6b','\xf5','\x69','\xe7','\xf6','\x0b','\xe3','\x72','\x54','\xde','\x71','\x69','\xaf','\xfc','\x5c','\x69','\xbd','\x03','\x77','\x0a','\xf6','\xcb','\x09','\x31','\xcc','\x8f','\xa9','\xe3','\x66','\x73','\xf9','\x1d','\x66','\x88','\x84','\xfc','\x9a','\x6d','\xec','\xfb','\xef','\xf4','\x1e','\x54','\x4a','\xca','\x7a','\x2f','\x8c','\x8a','\xdc','\x58','\x9f','\xdb','\x2c','\xe5','\x41','\x12','\xe8','\xa2','\x36','\x6d','\xc8','\x53','\xa9','\xf3','\x13','\xd6','\x28','\x43','\x1e','\x9d','\x9e','\x1a','\xb7','\x26','\x90','\x29','\x6a','\x6a','\xcc','\x48','\x1a','\x84','\x71','\xda','\x60','\xec','\x6c','\x2f','\x8b','\xcf','\xee','\x54','\x4d','\xf8','\xfd','\x30','\xc8','\x2e','\x03','\x9e','\xcf','\x60','\xf6','\x41','\x67','\x55','\xb1','\xf6','\xf8','\xa2','\xd5','\xc9','\x32','\x08','\x9f','\xab','\x06','\xd8','\x94','\x46','\x8d','\x3f','\x19','\x74','\x6c','\xd3','\xec','\x77','\x41','\x03','\xb0','\xf6','\x5c','\xe5','\x39','\x2f','\xe1','\xfa','\x52','\xc3','\x1f','\xc4','\x48','\x47','\x2d','\x47','\x1a','\xb6','\x1c','\x09','\xbc','\xa0','\xc1','\x08','\x63','\xdf','\xb2','\xcb','\x77','\xd9','\xb7','\x20','\x4a','\x76','\x8d','\xe3','\xa1','\xe6','\x9f','\xe5','\xf8','\x4d','\x03','\xca','\xbb','\x81','\x7f','\x16','\xed','\x5f','\x86','\x6f','\x51','\x7d','\x4d','\x7c','\x9d','\xbe','\x31','\x57','\x35','\x2a','\x73','\xaf','\x75','\xcd','\xb7','\xfe','\x79','\xf5','\x63','\xf1','\x99','\x80','\x3f','\x46','\x8c','\x3c','\xf9','\x76','\x26','\x99','\x4e','\x4e','\x64','\x0e','\x15','\xdb','\xa5','\xa8','\xb4','\xa3','\x78','\x2e','\xb3','\x43','\x12','\x8a','\xf1','\xc8','\x86','\xb7','\xb3','\xed','\x0a','\xc7','\xc7','\xf2','\x69','\xee','\x04','\x4d','\x8a','\xbb','\x98','\x07','\x40','\xb5','\x10','\x61','\x0f','\xb6','\xb4','\x96','\x16','\x77','\x92','\x5c','\x4f','\x56','\x86','\x31','\x99','\x2f','\x8f','\x39','\x3b','\x2d','\x9a','\x6b','\xd4','\xcf','\x99','\xfd','\x86','\xfd','\x8f','\xf5','\x9f','\x85','\x98','\xd8','\x0d','\xa2','\x21','\x66','\xe3','\x76','\xb7','\x7d','\xc5','\x4e','\x66','\x84','\x8c','\xb8','\xae','\x39','\xff','\xe0','\x53','\xf0','\x73','\x6a','\xe7','\x8f','\x8a','\x4f','\x79','\x96','\xf0','\xb7','\x36','\x8b','\x02','\xd8','\xc7','\xec','\x34','\x3b','\x1f','\x17','\xc8','\x34','\xed','\x23','\xbf','\xeb','\x8b','\xc4','\x17','\xba','\xf2','\x9b','\xf2','\x08','\x83','\x6b','\x59','\xae','\x2d','\xd2','\x36','\x96','\xff','\x84','\xe8','\x12','\x13','\xd4','\x5e','\xfc','\x83','\xae','\x87','\x5a','\x91','\x7d','\x33','\x6d','\x7c','\x05','\x24','\xf1','\xfd','\x55','\xc3','\xd8','\xe3','\x1b','\xbf','\x15','\x9f','\x3d','\x2a','\x85','\xf8','\xce','\xa2','\x31','\x35','\xa5','\x19','\x5d','\x53','\xab','\x11','\x32','\x35','\x65','\x24','\x6b','\x7b','\xd2','\x40','\x7c','\x45','\x91','\xb4','\x55','\xdb','\x58','\xc5','\xd8','\xa0','\x38','\x58','\xb5','\x8d','\x42','\xae','\xd3','\x6b','\xc4','\xe7','\x0a','\xeb','\x9f','\x62','\x91','\x7e','\xb0','\x0a','\x7b','\x40','\x2a','\xf0','\x5d','\xc9','\xa5','\xcd','\x8c','\x74','\x62','\x89','\xe1','\x83','\xc2','\x68','\xf0','\x3b','\x40','\x5d','\x47','\xec','\xa1','\x22','\x22','\xab','\xc0','\x96','\x37','\xcb','\xce','\xdb','\x2e','\x6a','\xd0','\x98','\x99','\xe0','\xc5','\x84','\xfe','\xc5','\x18','\xd6','\x4d','\x15','\x7a','\x96','\x70','\x1f','\x25','\x8f','\x54','\xf3','\xa2','\xd8','\x55','\x47','\xae','\x6c','\xc9','\x35','\x67','\x9e','\xf3','\xf9','\x1b','\xf2','\x17','\x86','\xd9','\x90','\xa8','\x85','\xfc','\xe9','\x39','\x8e','\x6f','\x8e','\xfc','\x2b','\x41','\x7d','\xee','\x5c','\x5c','\x7e','\x54','\xfc','\xb2','\x37','\xdf','\xce','\xe3','\x69','\x41','\x7d','\xac','\xa9','\xe4','\x9a','\xf3','\xef','\x53','\x41','\x8e','\xee','\x9e','\xab','\x86','\xc6','\xfd','\x53','\xe8','\x1f','\xc2','\xff','\x47','\x7e','\xcb','\x28','\x95','\xe0','\xbe','\xdf','\x5b','\xea','\xa6','\x1a','\x43','\xe8','\xed','\xa6','\x1d','\x1d','\x21','\x7b','\x38','\x6a','\x39','\xba','\xbe','\x65','\x49','\xd7','\xff','\xc7','\x3f','\xf1','\x2c','\x9b','\x28','\x8d','\x8b','\x8c','\x3f','\xd1','\x4d','\x43','\x8f','\xdd','\x01','\xef','\xbe','\xd5','\x65','\x6d','\x12','\xfb','\xd6','\xf5','\x55','\x2d','\xd1','\x0d','\x7c','\xfc','\x88','\xff','\x42','\x0b','\x33','\xa5','\x0c','\x18','\x24','\xef','\x51','\xd5','\x8e','\x2b','\xd7','\xc9','\x1f','\x3e','\x3e','\x09','\xc7','\xdf','\x6a','\x17','\x51','\xc3','\xbc','\x82','\xf1','\x4b','\x53','\x37','\x63','\x8c','\x7f','\xb9','\x94','\xcf','\x98','\xaa','\x65','\x93','\xe7','\xaa','\x88','\x2f','\xbd','\xad','\x9a','\x01','\xd5','\xa4','\xb3','\x2a','\xa5','\xe5','\x74','\x79','\xa7','\x15','\x09','\xf1','\x21','\x5e','\xf0','\xec','\xb9','\x09','\xb9','\xb3','\xfa','\x7b','\x1d','\xff','\x6e','\xa5','\x08','\x57','\x51','\x0c','\xcd','\x4c','\x25','\x73','\x8c','\x81','\xe6','\x23','\xaf','\x30','\xf7','\xbc','\xfc','\xa1','\x08','\xba','\x71','\x3b','\xc7','\x02','\x2b','\x18','\x1f','\x5a','\x25','\xb3','\xcd','\x24','\x39','\xaa','\x0c','\x2b','\xef','\xb1','\x14','\x09','\x90','\x72','\xee','\xa0','\xf9','\x78','\xf2','\x60','\xf5','\x7b','\x2e','\x0b','\xbd','\xda','\x31','\x77','\x2b','\xd6','\x07','\x79','\xcf','\x0b','\x88','\x5f','\xd6','\xe9','\x7b','\x84','\x33','\x9c','\x4c','\x68','\xb3','\x35','\x06','\x02','\x36','\xfe','\x96','\x82','\xd8','\x1e','\x7b','\x55','\x83','\xec','\x0b','\x4d','\xd1','\xbb','\x06','\x5a','\x31','\xff','\x6d','\x8d','\x8f','\xc2','\xe1','\xa8','\xc7','\x7c','\x44','\x2c','\xfe','\x8d','\x11','\xfc','\x63','\xaa','\x35','\xc7','\xf9','\x71','\xfa','\xa1','\xff','\xd6','\xca','\x6b','\xaa','\xff','\xd4','\x71','\xfb','\x4a','\x63','\xef','\xd9','\xb9','\x6f','\xf9','\x75','\x9f','\xe4','\xa7','\xcb','\x51','\x9e','\x1d','\x80','\x0e','\xf1','\x3f','\xf0','\x6d','\x37','\x65','\xa6','\x93','\x56','\xf5','\x0f','\xdd','\x8c','\x0d','\xca','\xb9','\x3d','\xea','\xee','\x64','\xf5','\x4d','\xba','\xa2','\x19','\xf7','\x7b','\xb3','\x42','\x9b','\x00','\xb2','\x9e','\xa1','\xb3','\x8d','\x0b','\x31','\x56','\xbf','\x12','\x89','\x84','\xf6','\xe1','\x74','\xf5','\x06','\xfe','\x1d','\x17','\xf9','\x77','\x58','\x7d','\xb9','\xa8','\x8b','\xa9','\x2a','\xba','\x04','\xba','\x41','\x77','\x5d','\x51','\xdb','\x9e','\x20','\x95','\xd7','\xb4','\x79','\x35','\x17','\xf0','\x93','\x50','\x96','\xab','\xf3','\x1f','\x7e','\x73','\x90','\xbc','\xca','\x70','\x75','\x43','\x74','\x5d','\x4d','\xd6','\x44','\xee','\x9f','\x6b','\x60','\x8d','\x35','\x39','\x33','\x6e','\x0f','\xb3','\x27','\xbe','\xe5','\xd7','\xfc','\x0b','\xf0','\x69','\xe0','\xc8','\xf0','\x11','\xa7','\x62','\x57','\x66','\x51','\xfa','\x05','\x7f','\x47','\x7c','\x36','\x8c','\x11','\xfc','\xe9','\x99','\x51','\xd0','\x2e','\x3b','\x87','\x3b','\xdf','\x8a','\x3b','\xbf','\x70','\x7a','\x8b','\x1c','\x17','\xb1','\x85','\x62','\x5b','\xc5','\xec','\x1e','\xef','\x35','\xfb','\xbf','\x58','\x65','\xf3','\x34','\xed','\x2e','\x68','\x67','\xfa','\x0a','\x31','\x7b','\x7c','\x2a','\x4d','\x93','\x60','\x26','\xb6','\xc0','\xf6','\x31','\x22','\x28','\x9e','\xc1','\xff','\xff','\x64','\xb8','\x1b','\xce','\x8f','\x3b','\x77','\xc3','\x58','\x1c','\x65','\xc7','\xb0','\x76','\xd6','\x9a','\xb2','\x72','\x29','\x32','\x95','\x4d','\x62','\xd1','\x58','\x76','\x8a','\x58','\x1f','\x58','\x08','\x32','\x36','\x3f','\xf5','\x01','\x99','\xe7','\xf5','\xfb','\x3e','\xb4','\xd5','\xd4','\x8a','\x43','\x40','\x0f','\x74','\x8e','\x3b','\x51','\x6f','\xd5','\x89','\xe2','\x26','\x44','\x3b','\x88','\x72','\x54','\xb3','\x2a','\x7b','\x7d','\xbb','\xf2','\x25','\x2d','\xa3','\xa6','\x04','\xd8','\x2e','\x3f','\x0e','\xf6','\x86','\xf1','\xf2','\xa8','\x90','\x14','\x4c','\x01','\x4e','\x2f','\x4e','\x3a','\x16','\x9d','\xf5','\xb3','\x8e','\x53','\x9c','\xa0','\xd9','\xbc','\xf3','\xc1','\x84','\x96','\xfd','\x11','\x79','\x18','\xf1','\xbc','\x5a','\x04','\x91','\x4e','\x3b','\xce','\xb0','\x83','\xbe','\x8d','\xe1','\x89','\x7d','\xd3','\x05','\x07','\x8e','\x3f','\x5c','\x76','\x7e','\x34','\xf1','\xf0','\x43','\xe6','\xbe','\x3c','\xe2','\x1f','\xae','\x39','\xbb','\x22','\xa9','\x45','\x35','\xa3','\xce','\x77','\x6b','\x55','\x83','\x57','\x96','\xdd','\xeb','\x5f','\x01','\x15','\x0a','\xec','\xbb','\x48','\x5d','\xeb','\x3d','\xd8','\x01','\xc3','\x6d','\xa1','\x6b','\xe0','\x4b','\x1d','\x4d','\x5c','\x32','\xa8','\xff','\x7a','\x35','\x7e','\x43','\xc6','\x91','\x79','\x45','\x51','\x6d','\x15','\xf4','\x95','\x38','\xe6','\x2f','\x35','\xd4','\x1a','\x45','\x88','\xa0','\x6c','\x59','\x68','\xc9','\xb5','\x32','\xf4','\xa3','\xa8','\x12','\x87','\x35','\x83','\x92','\xa2','\xef','\x50','\x5f','\x19','\xf0','\x40','\xe7','\xcc','\x13','\x0f','\x33','\xbb','\x30','\x47','\x49','\xf7','\x34','\xcb','\xcc','\xf3','\x28','\x02','\xc7','\x17','\xc6','\xb8','\x02','\xb3','\xee','\x41','\x9a','\xf1','\x2c','\x07','\x5c','\xbb','\x98','\xff','\x8d','\x55','\xec','\x0d','\x59','\xdb','\xb7','\xda','\xca','\x73','\x58','\x5d','\x12','\x7a','\x98','\x15','\x9e','\x27','\xbd','\x81','\xf1','\x4f','\xfd','\xc1','\xa5','\x47','\x9d','\xb2','\xb3','\x15','\x7a','\x47','\x2f','\x29','\xa5','\x18','\xf2','\xa6','\xca','\x3a','\x93','\x4f','\x30','\x9b','\xe6','\x5a','\x68','\xc4','\x92','\xb7','\x52','\xa5','\xbb','\x0a','\x82','\x90','\xf2','\x19','\xa6','\xa0','\xcb','\x81','\x4e','\x5f','\xc0','\x21','\xf8','\xc8','\x14','\x66','\x24','\xee','\x91','\x52','\xb5','\x6d','\x5c','\x7d','\xbe','\x4f','\x35','\x79','\x7e','\x33','\x62','\x6e','\xea','\xc6','\x58','\xf5','\x39','\xb1','\x0d','\x2c','\xe1','\xb5','\x20','\xf1','\xc7','\xab','\x70','\x6a','\xa1','\x85','\xe3','\x9b','\xcd','\x75','\xcd','\x4d','\xd0','\x8c','\xe5','\x6c','\x2d','\x28','\x9d','\xd7','\xdd','\x5f','\xc0','\x2f','\x8d','\x76','\xab','\x26','\x49','\x59','\x1a','\xf5','\x58','\x0a','\x83','\xbb','\xc9','\x5e','\x64','\xe0','\xef','\x01','\x3e','\x34','\xd3','\x56','\x69','\x6e','\x38','\xe7','\xe4','\x4a','\xf8','\x89','\xfb','\x97','\xb2','\xb4','\xa6','\xdf','\xd7','\x31','\x98','\xb7','\x2c','\xa2','\xb4','\xef','\xc8','\xad','\x61','\xd8','\x36','\x2c','\x3f','\xcf','\xd6','\x6c','\xc3','\xfd','\x4b','\xb8','\x3e','\xa5','\x60','\x87','\x0b','\x25','\xf1','\x41','\xd7','\xb6','\x41','\x03','\x83','\x5b','\x60','\xb5','\x45','\x1e','\xd5','\xa2','\x7e','\x56','\x23','\x5e','\x56','\x69','\xd1','\xbc','\x0a','\x85','\x59','\xb2','\x57','\x2b','\x82','\x7d','\x3e','\x60','\x34','\x6b','\xff','\xe8','\xab','\x1d','\x0a','\xbe','\xa3','\xd5','\x40','\xfe','\xad','\xeb','\xad','\x03','\x5e','\x85','\x59','\xaf','\x37','\xde','\x31','\xc5','\x23','\x10','\x43','\x87','\x6e','\x77','\xb0','\x06','\x45','\x85','\x33','\x54','\xb0','\x63','\x75','\xb3','\x7f','\xd2','\x4a','\x7e','\x2b','\x81','\x24','\x1c','\x9f','\xa3','\x3a','\xfc','\xac','\x3a','\xe4','\x54','\x4a','\xfc','\x4a','\x36','\x25','\x4c','\x8b','\x07','\xf4','\xaf','\xd0','\x3d','\xf4','\x28','\xfa','\x78','\x08','\xcf','\x7e','\xda','\x71','\xb6','\xa7','\xab','\xef','\x47','\x43','\x19','\x95','\x86','\x39','\x20','\xa6','\xb8','\x0b','\x56','\xb8','\xf0','\x28','\xcb','\x8b','\xba','\x34','\x04','\x37','\x0d','\xb2','\xd5','\x50','\x19','\xc2','\xd2','\x77','\x71','\x7c','\x0a','\xd3','\x79','\x10','\x38','\xac','\xaa','\x07','\xf3','\x5a','\x33','\xda','\x29','\xa6','\x2b','\xd7','\xf1','\xd3','\x98','\xaf','\x49','\x1b','\x35','\x31','\xde','\xfe','\x6b','\xb6','\xda','\x73','\x29','\xc5','\xfd','\xaf','\xec','\x7c','\x0d','\xcf','\x8f','\x81','\xdd','\xdc','\xae','\x09','\x82','\x28','\x0f','\x88','\x0b','\xf5','\xf8','\x15','\x3b','\xbe','\x85','\x5d','\xb9','\x43','\x1b','\x10','\xde','\xee','\x60','\xd9','\x3c','\xa0','\x7d','\x6e','\x57','\xfe','\x5b','\x57','\x6b','\xc0','\xbf','\x88','\x32','\xbb','\xdf','\x8f','\x29','\x3d','\x5e','\x4c','\x83','\xb5','\x5e','\xeb','\xf1','\xba','\x07','\xc6','\xf4','\x2f','\x6c','\x3d','\xa1','\xd4','\xf1','\xa3','\x64','\x84','\xcf','\x37','\xaf','\xcf','\x7f','\x0d','\xe5','\xcf','\xa0','\x3d','\x8f','\xf2','\x47','\x3c','\x2d','\x76','\x9f','\xd5','\xdc','\xbe','\x4a','\x2c','\xc1','\xf3','\x87','\x08','\x68','\x9e','\xe8','\x57','\x6a','\xf1','\x4e','\x68','\x9f','\x87','\x95','\x63','\xbd','\xa7','\x29','\xbf','\x60','\x7e','\xa6','\x3e','\x65','\xb0','\x21','\xbf','\x6a','\x02','\x31','\x17','\xde','\x98','\x7d','\x82','\xe7','\x88','\xd5','\xf1','\x57','\xc3','\xfc','\x10','\x64','\x87','\xc3','\xde','\xe9','\xc7','\xde','\xf1','\x54','\xab','\xbf','\xba','\xf3','\x60','\xda','\xfe','\x2f','\x0f','\xe0','\xf9','\x35','\xfc','\xc9','\x37','\x62','\x4f','\x20','\x3f','\x80','\xa0','\x10','\x18','\x21','\x13','\xda','\x8c','\x0a','\xba','\xaa','\x78','\x2d','\x9d','\xce','\xec','\x7e','\xe9','\xa8','\x08','\xaf','\x97','\x27','\x93','\x56','\x21','\x5d','\xfc','\xfd','\xe2','\x53','\x2f','\x9f','\x67','\xb8','\xc0','\x6d','\x34','\xd4','\x4e','\x79','\xfd','\x44','\xc4','\xfa','\x63','\xc6','\xd1','\x16','\x66','\x7f','\xf3','\xf8','\x11','\xe2','\x8f','\xde','\xe4','\x09','\xe6','\x2f','\x3d','\x2e','\xbd','\xfb','\x99','\xff','\xc7','\x36','\xbe','\x15','\xdc','\x7f','\xc0','\x9f','\xce','\x6c','\x08','\xf4','\x23','\x95','\x8e','\x3c','\x58','\x19','\xd7','\x36','\xab','\x0c','\xff','\xb0','\x09','\xbf','\xe1','\x46','\x2c','\x51','\x5e','\xfd','\x8d','\xb1','\x6d','\x2e','\x83','\x4c','\x73','\x46','\x6d','\x8a','\x9f','\x32','\xeb','\x75','\x7d','\xad','\x7a','\x65','\xdc','\xc9','\xf4','\xd5','\x6b','\x30','\xa3','\x02','\x65','\x08','\x25','\xeb','\x61','\x7d','\xae','\xe1','\x9f','\x31','\xf4','\x9a','\xad','\x24','\x49','\x4c','\xe2','\xb2','\xfc','\x79','\xab','\x9a','\x12','\x9f','\xa2','\x0f','\xcc','\x59','\xc6','\xe4','\x5c','\xaa','\x2b','\xdd','\x7a','\x1c','\xa4','\xdb','\x38','\xe2','\xc9','\xc1','\x3b','\xc3','\x27','\x9e','\x34','\xc1','\xfe','\xcd','\xf2','\x9c','\xb9','\xd6','\x87','\xaa','\xb6','\x8b','\xdb','\x43','\xee','\x22','\xd8','\xbf','\xd7','\xcd','\x1f','\x23','\x5b','\x1d','\xb3','\xb2','\x03','\xd1','\x9f','\x3e','\x44','\xec','\x2a','\xfe','\x47','\xe8','\xdf','\x64','\x39','\x38','\x42','\xb8','\x8e','\x0a','\x62','\x9d','\xdf','\x8f','\x63','\x05','\x87','\x6b','\x76','\x94','\xb5','\x42','\x80','\x00','\xbd','\x30','\x32','\x1c','\xd6','\x4f','\xc4','\x48','\xff','\x59','\xfd','\x74','\x7f','\x59','\xaf','\xf4','\x97','\xfb','\xd4','\x5e','\xb5','\x6f','\xfe','\x81','\xb2','\xa5','\xe4','\x94','\x1b','\x19','\x9f','\xaf','\xaf','\x3f','\x14','\xb3','\x88','\x0d','\x91','\x34','\xf9','\xfa','\x35','\x65','\x1a','\x59','\xa6','\x8d','\xe7','\x1f','\xcd','\x8f','\xca','\x11','\x30','\xdc','\x63','\x9a','\x52','\x61','\xda','\x4d','\x25','\xa6','\x7d','\x3d','\x72','\xd8','\x78','\xd5','\x9f','\x73','\x41','\x3b','\x2f','\x28','\x07','\x63','\x2f','\x6e','\x85','\xd6','\xa2','\x2f','\x77','\x5e','\x94','\x32','\xbe','\xd3','\x79','\x69','\xe8','\xc1','\x7b','\x9c','\xfd','\x17','\x33','\x52','\xb1','\x28','\x7d','\x51','\xba','\xd4','\x69','\x4b','\x18','\xbe','\xc6','\xfa','\xb0','\x2a','\xe2','\xfb','\x85','\xfa','\x99','\x64','\x5c','\x31','\x11','\xf1','\x49','\x75','\xbb','\x31','\x7c','\x49','\x76','\xf9','\x5a','\x44','\x8b','\xdc','\xe4','\xe7','\xe1','\x93','\xa3','\x6c','\xf0','\xb7','\xaa','\xff','\x34','\xdf','\x07','\xf7','\x3f','\xa4','\xaa','\x7d','\x91','\x1a','\x3f','\xcd','\x09','\xd6','\x2f','\x98','\xfd','\x12','\x46','\xf1','\x82','\xf8','\xb3','\x61','\x2a','\x2c','\xdf','\x44','\x48','\x79','\xcf','\x80','\x86','\xb2','\xd1','\xeb','\x55','\x52','\xea','\x33','\x72','\x9b','\xd8','\x66','\x8e','\xcf','\xc4','\x58','\x7e','\x94','\x5d','\x38','\x25','\x72','\x2d','\x7f','\xd5','\x6f','\x58','\xaf','\x56','\x50','\xc3','\x07','\xdd','\x45','\xdc','\x71','\x21','\xa2','\x44','\x0c','\x8e','\x73','\xd3','\x41','\xbb','\x16','\xfb','\x09','\xd7','\x3f','\x6f','\x42','\x5e','\x6b','\x23','\x91','\x95','\x8d','\xd5','\x49','\x55','\x4c','\x4c','\xaa','\xc9','\xad','\x09','\x6c','\x4f','\xe6','\xb9','\x4b','\xac','\x2e','\x32','\xfc','\x3f','\xa2','\xe5','\x55','\x73','\xc5','\xaa','\x10','\x8e','\x2c','\xfa','\x49','\xf5','\x34','\xd8','\x46','\xb7','\x57','\xef','\x49','\xff','\x73','\xda','\xdc','\x89','\xf9','\xcd','\x42','\x62','\x87','\x8a','\x92','\x69','\x87','\xce','\x5e','\x55','\x45','\xd5','\x54','\x75','\x7b','\x5c','\xef','\x55','\x06','\xa0','\x07','\xf0','\xf9','\x78','\x9e','\x0a','\xaf','\x2c','\x62','\xd5','\xca','\x94','\xb1','\x17','\x0a','\xe8','\xbd','\xe6','\xf5','\xbf','\x9b','\x8e','\xf4','\x55','\xfe','\x76','\xab','\x38','\x77','\xa3','\x7c','\x35','\x48','\x0c','\x66','\x41','\x55','\x44','\x8c','\x38','\x45','\xdc','\xe6','\x1f','\x56','\xe6','\xd5','\xd8','\x13','\xd8','\x57','\xaa','\x8a','\x6b','\x1c','\x51','\x12','\x0a','\x4b','\x76','\xf5','\x13','\x2a','\xff','\x81','\xf7','\x24','\x6e','\xc9','\x19','\xac','\x5f','\x41','\xfd','\x0c','\x4c','\x60','\x71','\xb4','\xfa','\x16','\x7c','\x27','\x46','\x12','\x25','\xf5','\xf9','\x27','\x82','\xf9','\x37','\x07','\x6b','\x27','\xae','\x61','\xb6','\xe7','\xb6','\x08','\xc7','\x56','\x98','\x0e','\xea','\x1c','\x75','\x52','\x1e','\x72','\xb7','\xc3','\xbb','\xd0','\xd2','\x21','\x0e','\xdf','\xbc','\xc0','\xe2','\x63','\x20','\xc1','\x86','\x2c','\xe7','\x64','\x21','\x87','\xd9','\x18','\x12','\x8d','\x22','\xf7','\x49','\xa1','\x53','\x14','\xc8','\x3a','\x32','\xc9','\x6b','\x30','\x4c','\xd1','\xec','\x32','\x59','\x86','\x34','\xd8','\x7b','\x2e','\xfc','\x05','\xc5','\xbf','\xc2','\xfc','\xe7','\x18','\x83','\x38','\xee','\x73','\xfe','\xe8','\xe3','\xde','\x18','\xcf','\xb7','\x12','\xc6','\x90','\x3f','\x2d','\xc4','\xef','\x3e','\xb8','\xb1','\xeb','\x4b','\xc1','\x6f','\x21','\xca','\x14','\xe7','\x5f','\x03','\xfb','\xdc','\x37','\x71','\x16','\x7a','\x66','\xfe','\x78','\x7e','\x27','\xcb','\xe2','\x09','\xf8','\x3d','\x4b','\x39','\x17','\xb3','\xf3','\x52','\x9e','\x65','\x5a','\xf9','\xc9','\x7c','\x4a','\x4f','\x53','\x98','\xc9','\x97','\x53','\x69','\xdc','\x40','\x9e','\x7d','\xf1','\xa5','\x32','\xb1','\x09','\xe6','\x71','\xa0','\x5f','\x49','\x4b','\xe8','\x44','\x5a','\xd7','\x77','\xe4','\x27','\x6b','\x40','\x2b','\xd1','\x5d','\xbd','\x6c','\x69','\x37','\xe1','\x12','\x6a','\x40','\xdb','\x5a','\x9e','\x4b','\x4f','\x0d','\xb6','\xdf','\xb3','\xd5','\xe1','\x3c','\x53','\xb5','\xb8','\x96','\xa8','\x4f','\x6b','\xc4','\x87','\x36','\xb6','\x13','\x76','\x2a','\xf3','\xe2','\x7f','\x6a','\xc0','\xe3','\xf2','\x32','\xe6','\x33','\x77','\x84','\xac','\x8f','\x3c','\x3e','\xd6','\x8e','\x9a','\x81','\x22','\x60','\x5c','\xdb','\x20','\x41','\x2d','\x59','\x23','\xbf','\x5c','\x03','\x6e','\x07','\xe1','\x23','\x42','\x21','\xb1','\x9f','\x43','\x4b','\x3b','\xb3','\x3f','\xcf','\x32','\xec','\xa3','\xe3','\xbe','\x93','\x73','\xbc','\x2c','\x5c','\x70','\x5e','\x98','\xd7','\x41','\x7c','\x32','\xfb','\x60','\x05','\x26','\xd2','\xe4','\xf0','\x9a','\x85','\x49','\xcc','\x46','\xcc','\xee','\x5e','\xb0','\x0c','\x2b','\x09','\xb2','\x3a','\x11','\xfa','\xa7','\x5a','\x82','\x51','\x4b','\x18','\x8b','\xcb','\x9e','\x7f','\xe6','\x7c','\x57','\xe8','\xa1','\xae','\xf9','\xaf','\x7c','\xbd','\x10','\xa7','\xfd','\x67','\x61','\xd2','\x5d','\xea','\x2b','\xf4','\x17','\x54','\x1d','\x0c','\x28','\xd3','\x9d','\xe1','\xfe','\x05','\x29','\x72','\x0d','\xe6','\xdf','\xe0','\x65','\x8c','\x1f','\xef','\xcd','\x94','\xbe','\x43','\x4b','\x88','\x89','\x86','\xfc','\x8e','\x2d','\x44','\x41','\xcc','\x53','\xe5','\x69','\x3d','\xa5','\x19','\x64','\x03','\xdc','\x79','\xcf','\xd2','\x55','\x58','\xc1','\x99','\x84','\xb6','\x19','\xa3','\x02','\xe3','\x2f','\x8f','\x0b','\xa3','\xe4','\xe8','\xe5','\x74','\xe6','\x9d','\xcc','\xee','\xcc','\x03','\xdf','\xb1','\x4a','\x47','\x69','\x4a','\x8a','\x20','\x7e','\xad','\x81','\xf5','\x0a','\xe9','\xc8','\xe7','\x85','\xa3','\x24','\x05','\xc7','\xd3','\x99','\xa7','\xd8','\xf1','\x14','\x1c','\x4f','\x4b','\x2f','\xad','\x23','\xff','\x9b','\x9f','\xeb','\xf5','\x93','\x7b','\xdf','\xea','\xab','\xdc','\xfb','\x16','\xc7','\xc8','\xbf','\x69','\x61','\x72','\x18','\x3d','\xbc','\x11','\x58','\xd4','\x71','\x42','\xb5','\x2b','\xbf','\xe3','\x0f','\x2b','\xe7','\xc3','\xe5','\x43','\xd1','\xe7','\xb0','\x00','\x7c','\x15','\xec','\x9b','\xe3','\xac','\x02','\x79','\xd4','\x47','\x5f','\x4f','\x56','\xe1','\x39','\x3f','\x28','\x0f','\xd6','\x84','\x75','\x39','\x4c','\x02','\x11','\x58','\xf1','\x2c','\xcd','\x4a','\x5a','\x33','\xcf','\x44','\xd6','\xd1','\x2e','\xfa','\x4b','\x86','\x8f','\x88','\xdf','\xfe','\x63','\xaf','\xe5','\x86','\xcc','\x1d','\xee','\x3f','\x0e','\xe3','\x0f','\x3f','\xf6','\xea','\x59','\xa4','\x81','\x7f','\x2f','\xd3','\x95','\x5e','\x4c','\xd4','\xe3','\x63','\xdc','\x9e','\x6d','\xab','\x21','\xec','\x70','\xfb','\x9d','\x5b','\xde','\xaa','\x8b','\xfc','\xb7','\x3b','\xaa','\x17','\x6e','\x0d','\xa3','\x5e','\x21','\xfe','\x14','\x97','\x17','\x28','\x2d','\xcc','\x64','\x3e','\x19','\xd6','\x47','\x88','\x49','\x64','\x2f','\x53','\x40','\x3a','\xa0','\x7f','\xce','\x67','\xb9','\xe1','\xc8','\x5c','\xaa','\x85','\x59','\xe2','\x44','\x23','\xbc','\xbe','\x8e','\x34','\x54','\xd7','\xc0','\x1a','\xb2','\x18','\x53','\xe2','\xc8','\x22','\xab','\x68','\xa7','\xc1','\x68','\xde','\x5c','\xa8','\xb1','\x03','\x63','\x54','\x0a','\x59','\x1f','\xfa','\x99','\x07','\x22','\x46','\x1e','\xf1','\x4d','\xfa','\xcd','\xc5','\x4d','\x9b','\x6a','\xfc','\xd4','\x5a','\x0c','\xec','\xd0','\xbe','\x12','\x56','\x1e','\xd7','\xb5','\x37','\x12','\x48','\x69','\xac','\xb6','\xe6','\x1b','\x7a','\x32','\xb8','\xdf','\x8b','\x47','\x0f','\xff','\x77','\x3f','\x21','\xfe','\xa5','\xc3','\xb6','\x89','\xea','\x84','\x38','\x41','\x26','\xc8','\x01','\xf2','\x58','\xc8','\xbf','\x45','\x18','\xd7','\x3d','\x71','\xc8','\x7e','\xdf','\x29','\x84','\xdb','\x43','\xc5','\xc7','\xa4','\x16','\x29','\xb2','\x4e','\xa8','\xe5','\xc7','\x07','\xb9','\xaf','\xb0','\x21','\x7a','\xeb','\x43','\xf6','\x21','\x3b','\xc0','\x6f','\xc0','\xfa','\x42','\xb8','\xc6','\x3e','\xc1','\x11','\x26','\xae','\x06','\xff','\x73','\xf5','\x80','\x76','\x48','\xe0','\xfc','\x3d','\xa1','\xff','\x98','\xc5','\x04','\x2c','\xc1','\xda','\x52','\x95','\x0d','\x8e','\x95','\x48','\x1d','\xc5','\x32','\x8c','\xf0','\x38','\xcf','\x73','\x18','\xba','\x51','\x3f','\x0f','\xea','\x17','\xf7','\x85','\x57','\x67','\xaf','\x07','\xae','\x3e','\x16','\x5c','\x9f','\xd7','\x3f','\x75','\x22','\x6a','\x7c','\xd2','\xc9','\x4f','\x54','\x1d','\xea','\xa8','\xce','\xb9','\x47','\xc4','\x43','\x98','\x60','\x7d','\x6e','\x0d','\xc7','\x77','\x8b','\x44','\x23','\x13','\x3c','\xe3','\xeb','\xd8','\x44','\x1a','\xb7','\x03','\xc7','\xf0','\xf9','\x5b','\x90','\xff','\x83','\xa3','\x2a','\x71','\x7e','\xd8','\xda','\x2b','\x7b','\xbe','\x22','\xb6','\xc0','\xff','\xae','\x7d','\xc3','\xfb','\xc7','\xbc','\x36','\x01','\xac','\x2d','\x90','\x39','\x74','\x4b','\x50','\x87','\x8a','\xf1','\xd7','\xd0','\x93','\x8a','\xb5','\x1b','\xb8','\xed','\x9b','\x77','\x40','\x37','\x7c','\xa8','\xf2','\x98','\x16','\x51','\x41','\x4f','\x54','\xc2','\xf3','\x39','\x8e','\xc5','\x35','\x71','\xd0','\xba','\xc7','\x74','\x92','\x76','\xa1','\xe0','\x46','\xc5','\x4e','\xb8','\x33','\xb4','\xb2','\x6e','\xf7','\x2b','\xe4','\x35','\xb1','\x52','\x78','\xd3','\xaf','\x88','\xaf','\x9f','\x67','\xf8','\xdb','\xe7','\xdf','\xb1','\x40','\xf8','\xc3','\xf3','\x77','\x58','\x47','\x4c','\xac','\xdc','\xf4','\xec','\x61','\xe8','\xb7','\x59','\x90','\x29','\xd1','\x75','\x8d','\xf9','\xc7','\xa2','\xb5','\xc9','\x5c','\x32','\x18','\x83','\x96','\x4d','\x8b','\xc3','\xc5','\x3b','\xd7','\xa1','\x04','\x0e','\x32','\x08','\xc0','\xd6','\xb9','\xce','\xbf','\xcf','\xe2','\xe4','\x53','\x1e','\xb2','\xdd','\x27','\xf3','\xf8','\xae','\x0c','\x77','\x63','\xc5','\x06','\xd8','\xf7','\xaf','\x39','\x6f','\x3e','\xf8','\x9a','\xf3','\xba','\xf3','\xe7','\x0f','\x54','\x16','\xff','\xd2','\x7e','\x27','\xc8','\xd0','\xc6','\xfb','\xeb','\xf6','\x62','\x70','\x77','\xaf','\xfb','\xf3','\x91','\x37','\xcc','\x8a','\xf2','\xba','\x57','\xc9','\xbd','\x55','\x3d','\xef','\xb6','\x88','\x2d','\x7a','\x84','\xb2','\xec','\x55','\xad','\xd3','\x0f','\xf1','\xff','\x79','\x1c','\xe7','\x11','\xff','\x90','\xdb','\x72','\x81','\x1c','\x59','\xf3','\x2c','\xed','\x8a','\x2e','\xe2','\xfd','\x3b','\xee','\xc4','\x13','\xfb','\x32','\xd0','\x36','\x88','\x00','\x23','\x1c','\x78','\xe2','\x31','\xa7','\xe5','\x89','\x16','\x58','\x1f','\xb9','\xfd','\x58','\x67','\x33','\x4d','\x54','\x71','\x3d','\xe7','\x36','\x14','\xfa','\xf7','\x59','\xff','\x39','\x51','\x76','\x6d','\x86','\x2c','\xec','\x3a','\x36','\xf4','\x5f','\xad','\xbe','\x56','\x71','\xd5','\x79','\xf5','\xe7','\x9a','\xfb','\x9a','\x33','\xaf','\x82','\x8e','\xe1','\xc3','\xab','\xf2','\xba','\xff','\xd6','\x91','\xf3','\x95','\x16','\xad','\x55','\x0d','\xeb','\x6f','\x29','\x01','\x09','\x26','\x64','\x3d','\x43','\x38','\x8e','\x5c','\x08','\x7e','\x54','\x7d','\xc8','\xb3','\xcb','\x0f','\xbf','\xb1','\xa4','\x90','\x9a','\xe6','\x17','\xe6','\x3c','\x85','\xd1','\xe7','\x60','\x9d','\xb1','\x48','\x13','\xff','\x15','\x09','\xf8','\xaf','\xa6','\x8b','\xa4','\x9d','\x20','\xff','\x55','\xa0','\x6b','\x81','\x74','\x60','\x12','\x22','\x06','\x12','\x81','\x08','\xc1','\xc6','\xf8','\xad','\x38','\x7e','\x6d','\x88','\x0e','\x36','\x28','\xfe','\x8d','\x10','\x66','\x26','\x73','\xfc','\x86','\x7a','\xfc','\x3f','\xcc','\x79','\x6f','\xdc','\x38','\xaa','\x45','\xf8','\xf3','\x80','\xe9','\x64','\x0f','\x99','\x42','\x90','\x73','\xa3','\x18','\x0b','\x46','\x7d','\xa4','\x72','\x26','\x2a','\xc2','\x3c','\x72','\xf5','\xbf','\x86','\xb2','\x1c','\xd7','\x37','\x56','\xe1','\x73','\x5d','\xfd','\xff','\xf5','\xdf','\xd7','\x42','\x78','\x36','\x2a','\xa2','\x44','\xa0','\xdb','\x94','\x04','\x25','\x34','\x6c','\x2d','\xc7','\x84','\x81','\xeb','\xf1','\x49','\x02','\x7e','\x48','\x6c','\x05','\x90','\xcd','\xda','\x51','\xbd','\x6d','\xa0','\x4d','\xdd','\xa8','\xfe','\xdf','\x9b','\x83','\xa7','\x64','\xe8','\xca','\xd8','\xc3','\x6d','\xda','\xc7','\xc3','\x6d','\xea','\xdd','\xea','\x7f','\x7f','\xb9','\x31','\x3e','\x87','\x59','\x18','\x29','\x90','\xa8','\x3e','\x26','\xe3','\x29','\xab','\xca','\xf3','\xca','\x7f','\x55','\xbe','\xa9','\xfc','\x57','\xf5','\x79','\xf5','\x19','\xf5','\xf9','\xcd','\xdf','\x27','\x37','\x14','\x75','\x36','\x6e','\xb8','\x7e','\xe6','\xaa','\xd5','\x36','\x71','\xaf','\x1f','\x97','\xa2','\xea','\x35','\x5f','\x33','\xf4','\xd3','\xdd','\x8e','\xf2','\x62','\xf7','\x76','\xc5','\x51','\x8a','\xdf','\xb7','\xf9','\xf3','\x21','\x72','\x0b','\xc3','\x9c','\x14','\x5b','\x44','\xb8','\x4f','\x78','\x65','\x9f','\xd9','\xfa','\xc1','\xf5','\x3b','\xd3','\x9e','\x51','\xb2','\xc8','\x4a','\xa8','\xfa','\x2c','\xab','\x97','\x63','\x10','\x66','\xe7','\x4c','\xe3','\xfa','\xfe','\xbf','\x81','\xff','\xac','\x29','\x1f','\xf3','\x46','\xff','\x72','\x18','\xbf','\x46','\x04','\xdf','\x70','\x61','\xe5','\x58','\xbe','\x61','\xad','\x3c','\xe7','\x17','\x68','\xc9','\x1d','\x1d','\x49','\x09','\x88','\x5e','\x9d','\xa2','\x47','\xf5','\x16','\x73','\x2d','\xcb','\x1b','\x0a','\xeb','\x5b','\xeb','\x6c','\x6d','\xd7','\xff','\x34','\x1e','\x6f','\x60','\xb2','\x64','\xd9','\xfb','\xca','\x66','\x23','\xc8','\x9f','\xc5','\xa3','\x8d','\xfc','\x08','\xf5','\xfc','\x92','\x7a','\xe5','\x41','\xc8','\x1f','\x92','\x5b','\xde','\x81','\x71','\xad','\xea','\x54','\x24','\x12','\xc1','\x1c','\x2f','\x6e','\x13','\x70','\xde','\xe3','\x1d','\x4d','\x39','\x9c','\x24','\xa8','\x0f','\x6d','\xda','\x6c','\xd9','\x96','\x6c','\xc9','\x55','\x5c','\xcc','\x41','\xcd','\x63','\xfd','\x22','\xa2','\xaa','\xb9','\x8c','\x1f','\x67','\xce','\x3e','\xc3','\x33','\x43','\x71','\x93','\x58','\x7e','\x68','\x98','\x5f','\x18','\xe0','\x16','\xe7','\x10','\xf7','\x22','\x66','\xa8','\x4a','\x98','\x5f','\xda','\x80','\x7f','\x64','\x0f','\x58','\x0c','\x5f','\xdf','\x68','\xdc','\xc2','\xe3','\x9d','\xde','\x80','\x39','\x60','\xb2','\xe3','\xcc','\x37','\xc4','\xbe','\x01','\x09','\x3e','\x82','\x7a','\x98','\x4e','\x86','\xbf','\x37','\x1e','\xe2','\xef','\xb1','\x0a','\xae','\xa8','\x7b','\x6b','\x2b','\xbb','\x3f','\x0f','\xf1','\x92','\x86','\x60','\xcb','\x98','\xa5','\xfa','\xd9','\x82','\xac','\x77','\xd1','\xda','\xfd','\xbb','\x43','\xee','\x20','\xe2','\xe7','\x9c','\xa7','\x15','\xfa','\x62','\x74','\x1d','\x43','\xcf','\xb1','\xbb','\x94','\x66','\xfe','\xb5','\xfd','\x4d','\xfc','\x6b','\xb5','\xfb','\xe3','\xfe','\x39','\x71','\x7b','\x2b','\x7e','\x7f','\x34','\xd8','\x10','\x17','\x01','\xee','\x8f','\x79','\xf0','\x3a','\x41','\x42','\x0d','\x90','\xc1','\xa5','\xda','\xf1','\x1a','\xbe','\x3c','\x5e','\x43','\x32','\x54','\xa3','\xdb','\x7b','\xd4','\x38','\xc4','\xf1','\x41','\x99','\xbf','\x8e','\xc7','\xf7','\xf5','\x48','\x43','\xfe','\x9d','\xc1','\xa3','\x6b','\x9c','\xa1','\x23','\x64','\xe9','\xe0','\x95','\x5a','\xfd','\x5e','\x4c','\xfb','\x92','\xf6','\x65','\xef','\x15','\xa5','\x57','\xe9','\xf7','\x63','\x6a','\x0c','\xb9','\xd7','\x34','\x0d','\x99','\x57','\xc1','\x4e','\x40','\xce','\x6f','\x4d','\x38','\x2c','\xfc','\xc1','\xd5','\xd3','\x9a','\xca','\xb6','\xee','\xab','\x2a','\xf2','\x0b','\xeb','\x0a','\x15','\x59','\x85','\x3b','\x6a','\xb8','\xdb','\x85','\x41','\x82','\xd9','\x9d','\x70','\xbd','\x05','\x5c','\x71','\x39','\xff','\x53','\xe3','\xf1','\x01','\x98','\x90','\x8d','\xba','\x3f','\xfa','\xf8','\xf8','\xfd','\x61','\x04','\x61','\xc0','\xb8','\xcb','\xb3','\x49','\x81','\x74','\x56','\x1b','\xef','\x8f','\xe3','\x9f','\xab','\x34','\xae','\x1c','\x5c','\x38','\x58','\xf8','\xbe','\x72','\x47','\x56','\xc9','\xc7','\xc4','\xad','\x60','\x3d','\x2b','\x46','\x2c','\xf7','\x39','\xe4','\x07','\x80','\xad','\xd3','\x93','\xc3','\xf6','\x5d','\x8c','\xda','\x8d','\xf8','\x23','\x4d','\xdf','\x3f','\xbc','\x77','\x81','\xb5','\xff','\x14','\x66','\x44','\x50','\xd0','\xf0','\x68','\x82','\xf3','\x33','\xc9','\x45','\xa9','\x34','\xf0','\xe2','\x40','\x61','\xfc','\xc5','\x62','\x49','\x2e','\xd2','\x46','\xfe','\x75','\xc2','\x31','\xbd','\xe2','\xcb','\x87','\xcc','\x43','\xe6','\x2b','\xcb','\xe8','\xbd','\x66','\xdb','\x13','\xda','\x4e','\x6d','\xa7','\x9e','\x84','\xde','\x0f','\x70','\x82','\x07','\x11','\xdd','\x0c','\x99','\x55','\xbc','\x68','\x43','\x7e','\x23','\xc3','\xaf','\xf0','\x51','\x47','\x1a','\xf4','\xb6','\x81','\x6e','\xf1','\x9f','\xbd','\xf0','\x08','\x6c','\x72','\x14','\x2c','\x7a','\xb0','\xb4','\x19','\x03','\x31','\xde','\x3f','\xe6','\xde','\x37','\xb1','\xcf','\x1b','\x8d','\xf9','\x0b','\x51','\xda','\xab','\x8f','\x99','\xcd','\xf9','\x0b','\xcd','\xd5','\x1b','\x3b','\x18','\x77','\x08','\x46','\xc2','\xd9','\x7b','\x05','\xfb','\xe7','\xe6','\xaa','\x68','\xc1','\x15','\x2d','\xc4','\x67','\x41','\xfe','\x23','\xa9','\x2c','\x67','\xa0','\x65','\x2b','\x12','\xc3','\xc9','\x6b','\xa8','\x3f','\x13','\x87','\xc4','\xbd','\xd5','\x22','\xfb','\x8c','\x63','\x02','\x23','\xa0','\x5d','\x9b','\xb1','\xb6','\x31','\x0a','\x63','\xa9','\xc7','\xfb','\x92','\xf0','\x25','\xf2','\xfd','\xaa','\x66','\x04','\xfe','\xa7','\xa0','\x3e','\x98','\xe7','\x37','\xf5','\x8a','\x71','\x71','\xac','\x1a','\x20','\x3f','\x56','\xd9','\x6f','\xe2','\x09','\xf1','\x26','\xf4','\x96','\x88','\xe2','\xc8','\xcd','\x2c','\x83','\x66','\x50','\x1f','\x20','\xf0','\x7c','\x14','\x33','\xc6','\xea','\xfd','\xcf','\xf0','\xfd','\x90','\xa1','\x40','\xb9','\xcb','\xbb','\x07','\xe6','\x57','\x11','\xb1','\x5b','\xca','\x30','\x1f','\xc2','\xef','\x47','\x74','\x1d','\x1a','\x03','\x4b','\xfc','\xcb','\xde','\x21','\xb3','\x6c','\x36','\x46','\x32','\x34','\x47','\x13','\x59','\xff','\xb0','\xbf','\x60','\xff','\xbc','\x1a','\xc4','\x36','\x78','\x76','\x54','\x3f','\xe2','\x5b','\xe4','\xa3','\xe7','\x36','\x08','\x31','\x39','\x26','\x7f','\x49','\xfe','\xea','\xa5','\xef','\xc9','\xdd','\x72','\x77','\x29','\xce','\xa2','\xe3','\x31','\xfc','\x2b','\xb4','\xbe','\xe8','\x22','\xbb','\x1d','\xd5','\x06','\xb4','\x6d','\x5e','\x46','\x29','\xa2','\x37','\xf0','\x51','\x7a','\x3a','\xda','\x27','\x69','\x2c','\x06','\x12','\x60','\x52','\x84','\xd7','\x0f','\x23','\x28','\x3b','\x82','\x1c','\x2c','\xec','\xdf','\x9b','\x3d','\x3e','\x7f','\xef','\xf2','\x6d','\xf1','\xb9','\xf3','\x18','\x25','\x93','\xac','\xce','\xf3','\x21','\x7f','\xf2','\xcd','\x5e','\x3b','\x8b','\x65','\x62','\x7d','\xdf','\x5e','\xbf','\x88','\x18','\xa7','\xc8','\x82','\x96','\x47','\x8e','\xd9','\xae','\x7c','\x38','\xbe','\xe0','\xfa','\xca','\x63','\xda','\x2b','\x0c','\xa3','\x1c','\x6c','\x0d','\x78','\xef','\xd5','\x7a','\xbd','\x01','\x01','\xe4','\x8b','\x71','\xf3','\x4b','\x18','\x0d','\xdd','\xf6','\x12','\xe7','\x2f','\x0a','\x99','\xc3','\xf8','\xf8','\x6c','\x18','\xdf','\xa5','\x41','\x31','\x23','\x14','\x48','\xd4','\x0b','\xe7','\x17','\xc6','\xf5','\x42','\xfe','\xab','\x28','\x1d','\xa4','\x43','\x15','\xc7','\x2c','\x90','\xe6','\xf1','\x85','\x79','\x1e','\x37','\x2f','\xe1','\xf5','\x06','\xa5','\x41','\x29','\xf3','\xfb','\xa5','\xb0','\x7e','\x32','\xd8','\x58','\xff','\x30','\x06','\xe3','\x41','\xf9','\xae','\x4b','\x36','\x72','\x17','\xcb','\xeb','\xdd','\xf5','\xd6','\x46','\x0b','\xde','\x65','\x49','\xc5','\xe8','\x6d','\x9b','\x88','\x63','\x80','\xc5','\x6f','\xc9','\x73','\x35','\x66','\x55','\xfe','\xda','\x80','\xdf','\x62','\x40','\xfb','\x60','\x14','\xb1','\xc6','\xb0','\x2d','\xe9','\x12','\x65','\xf3','\x7f','\x0a','\xe5','\xf3','\x90','\x00','\xed','\x8f','\xfc','\x4c','\x66','\xe3','\x1d','\x22','\x7b','\xd3','\xcd','\x1e','\xe6','\x3e','\x6d','\xf3','\x86','\xb4','\x8c','\x89','\xcf','\x1f','\x45','\xce','\xf2','\xf0','\xc7','\xc0','\xe7','\x04','\x7b','\xcc','\x3d','\xe4','\x3e','\x26','\xbe','\x32','\xd5','\x23','\xc6','\x2d','\xe4','\x7f','\xeb','\x85','\x31','\x39','\xa8','\x33','\x6e','\xef','\x33','\x32','\xc6','\xc4','\xce','\x1c','\x2a','\x1f','\x2a','\xbf','\x7a','\x46','\x13','\x1a','\x36','\x99','\x8f','\x1f','\x6a','\x84','\xfd','\xfb','\x83','\x43','\x38','\xb7','\xb7','\xfe','\xb3','\xf6','\x77','\xe1','\xf8','\xc2','\xf9','\xdd','\x4e','\xb0','\xc7','\x86','\xbc','\xa1','\x7c','\xc6','\xc3','\xf1','\x01','\xfd','\x7b','\x5e','\x1a','\x80','\xd7','\x3c','\x66','\x0e','\xc0','\xf5','\xf3','\xc8','\xe8','\xf0','\xe5','\x33','\x0c','\x9f','\xea','\x0c','\xe3','\x5f','\xaf','\x68','\x48','\x52','\x65','\x6a','\x33','\xf5','\xfc','\xed','\xb0','\x4e','\xbe','\xb9','\xca','\xa1','\x5d','\x69','\xd7','\x6e','\xae','\xc0','\xd5','\x4e','\x6f','\x53','\x87','\x1e','\xb6','\x73','\x9f','\xd2','\x7e','\x0a','\xeb','\x3f','\x71','\xa0','\xb0','\xcd','\xcf','\x50','\x18','\x3f','\xe7','\x61','\xb6','\x68','\xd2','\x79','\x99','\xca','\x07','\x37','\x06','\xf5','\xaf','\x9d','\x0c','\xff','\x63','\x90','\xec','\xf5','\x4a','\xc8','\xff','\x5b','\x86','\x73','\x97','\xa9','\x80','\xe3','\x4f','\x0a','\xf0','\x75','\xd4','\xc4','\xa3','\xe6','\xa3','\xda','\x9b','\x65','\xbd','\xac','\x57','\x60','\x2b','\xf4','\x57','\x74','\x2c','\x91','\x42','\x7c','\x1d','\xf3','\xe6','\x65','\x6a','\x51','\x9b','\xe1','\x3b','\xe6','\x66','\xab','\x9d','\xe2','\x7a','\x91','\xe7','\x2c','\xb3','\x57','\x82','\xf8','\x9a','\x5a','\xe9','\xf6','\xd2','\x97','\x0e','\x3d','\xea','\x94','\xf3','\x31','\x5d','\xa5','\x20','\x79','\xb5','\x78','\x5f','\xbc','\x5d','\xaf','\x2a','\xa4','\x6d','\x41','\x9c','\x6b','\xa3','\x92','\xb8','\xfe','\x37','\x03','\x64','\xdb','\x3b','\x99','\x34','\xcb','\x5f','\x3f','\xcc','\xf2','\xd7','\xd3','\xb0','\xa1','\x9c','\x65','\x39','\x0d','\x9a','\xc9','\xe6','\x6f','\x1e','\xe6','\x4e','\x2e','\x66','\xc7','\x0e','\xa9','\x59','\x2d','\xa9','\x27','\x07','\x12','\x21','\xfe','\x8f','\x92','\x78','\xcc','\x3c','\x54','\xae','\x94','\x07','\xa1','\xef','\x50','\x39','\x81','\x1e','\xe4','\xf8','\x3f','\xb6','\x68','\x81','\xfc','\x34','\x36','\x78','\xdb','\x4d','\xc4','\x5e','\x7e','\x01','\x66','\x3b','\x15','\xb7','\xf8','\x12','\xc3','\x98','\xa5','\x4c','\x72','\xca','\x44','\xab','\x62','\xff','\x1f','\xaa','\x96','\x49','\xfc','\xe7','\x81','\x7c','\xfe','\xb9','\x46','\x7a','\x60','\xfe','\xe3','\xd5','\xb7','\x5c','\x50','\x95','\xfe','\xb3','\x8f','\x9a','\x3f','\x2e','\x07','\x7d','\x83','\x08','\x43','\x95','\xde','\x8a','\x6e','\x0e','\xcc','\x7c','\x5a','\xf5','\x1b','\xda','\x18','\xa2','\x22','\xdb','\xaa','\x3b','\x2a','\xb0','\xf1','\x31','\x87','\x11','\xd5','\x2f','\x7b','\x07','\x8d','\x37','\x7d','\x94','\x7a','\x3d','\xbf','\xe9','\xa3','\xdd','\x4b','\x88','\x7a','\x17','\xf3','\xf8','\x6c','\x41','\x79','\x84','\xcf','\x07','\xf2','\x27','\x09','\x52','\x87','\xf6','\x33','\x06','\xf3','\x18','\xe2','\x2f','\xa3','\xf7','\xd6','\x82','\xdf','\x2d','\xc4','\xef','\xfe','\x3e','\x63','\x25','\x51','\x72','\x58','\x51','\xcb','\xea','\x6b','\x05','\x9e','\xe9','\x02','\x7f','\x23','\x7f','\x50','\x7d','\x54','\xfc','\x7e','\x15','\xe3','\x20','\x58','\x7f','\xcb','\xf3','\xc3','\x54','\x11','\x7a','\x31','\xb1','\x81','\x21','\x90','\xb3','\xe3','\x9e','\x2a','\x74','\xfb','\x5a','\x64','\xeb','\x7c','\xdf','\x7c','\x5f','\x64','\x40','\xe6','\xfc','\x5f','\x1b','\x58','\x4c','\xe0','\x4b','\xf4','\xcb','\x67','\xbe','\x47','\x63','\x85','\xad','\x09','\x85','\x60','\x2c','\x05','\xd6','\x70','\xf5','\x0e','\x94','\x9f','\x67','\xa2','\x62','\x5c','\xef','\x39','\xf3','\x07','\x5d','\x8f','\xcd','\xbf','\xb6','\xb3','\xf1','\xda','\xf8','\xca','\xea','\xbf','\xce','\xe0','\xb7','\x7e','\x89','\x3e','\x5a','\x29','\x9b','\xdd','\x2b','\x8d','\x47','\x55','\x11','\xd7','\x0f','\x58','\x9f','\xe6','\x60','\x7d','\x22','\x18','\xfb','\x7f','\x2e','\x88','\x4f','\xb0','\x18','\x05','\xaf','\xfb','\xf2','\x51','\x7f','\xe8','\xd5','\xbe','\xea','\x1d','\x24','\xaf','\x56','\x39','\x36','\x2d','\xdf','\x11','\xc3','\x07','\x8f','\x53','\x12','\xb6','\xcf','\x9b','\x41','\x2c','\x9a','\xef','\x78','\x9f','\xf5','\xf8','\xf5','\x63','\xbf','\x39','\x4c','\x5e','\x65','\xc8','\x99','\x3d','\x67','\x82','\x11','\x00','\xfd','\x13','\x35','\xa2','\x30','\xe3','\x54','\xa5','\xc7','\x7b','\x5c','\xf9','\x03','\xef','\x34','\x66','\x3f','\x91','\x9e','\x97','\x91','\x5f','\x4a','\xfb','\x50','\x8b','\x68','\xad','\x62','\x01','\xe4','\x6b','\x09','\xd9','\x49','\xb7','\xc1','\x1d','\xee','\xf5','\x8a','\x04','\xb9','\xab','\x3a','\xfd','\xf5','\xca','\x7a','\x19','\xa4','\xd4','\x49','\x8a','\xd9','\x6a','\xb4','\xe7','\xb2','\x66','\x7f','\xf9','\xfd','\xc7','\x84','\x57','\xcf','\xb1','\xe7','\xaf','\xe5','\x9f','\x29','\x01','\xfe','\x0b','\xf4','\x46','\xf9','\xab','\x0f','\x3e','\xe6','\xbc','\x92','\xb9','\xfd','\x41','\xc4','\x2a','\xe6','\x59','\x1c','\x18','\x41','\x0a','\xfa','\x07','\xee','\xf5','\xab','\xfe','\xc1','\xc8','\xf7','\x11','\x1b','\x03','\x9f','\xc1','\x07','\x7d','\xd7','\xd7','\x2a','\x3d','\x2f','\x86','\xfc','\x09','\x9d','\xfe','\x50','\x66','\x1b','\xca','\x37','\x5f','\x4a','\x62','\xa6','\x1e','\xe2','\x87','\xd2','\x85','\x0d','\xa8','\xcd','\xc0','\x6a','\x80','\x6c','\x34','\x8f','\xc2','\x08','\x98','\x23','\xfd','\x67','\xa1','\xe7','\xe6','\xc3','\x57','\xfd','\xf4','\xfa','\xae','\xf5','\xf2','\x96','\x42','\x3c','\xd1','\xa3','\x3f','\x7a','\xf8','\xab','\x67','\xe7','\x2b','\xfd','\x15','\x35','\x01','\xbb','\xbe','\xe3','\xfd','\x78','\x42','\x9f','\x1b','\x38','\xb8','\xe1','\x2c','\xf6','\xa0','\x56','\xde','\xfa','\xa3','\x43','\xe5','\x83','\xc6','\xab','\xbe','\xc6','\xc6','\x62','\x8f','\x17','\x97','\x7a','\x7f','\xde','\x2b','\x0d','\xfe','\x14','\xa5','\xdb','\x86','\x33','\x78','\x47','\x87','\xc8','\x63','\x85','\xf2','\xcb','\x3d','\x97','\xe2','\x87','\xe2','\x97','\x60','\xfc','\x5f','\x8a','\x1f','\xbe','\xfd','\xfc','\x80','\x23','\x59','\x51','\x1b','\xf1','\xf3','\x62','\x4b','\x30','\x3e','\xbc','\x57','\x1c','\xed','\x2a','\xae','\x5e','\x3c','\x8a','\xa4','\x96','\xb5','\x4c','\x23','\xce','\x46','\x7d','\x43','\xdd','\x48','\x49','\x1a','\x89','\x1c','\xb3','\x21','\x40','\x8b','\xbf','\xfe','\x38','\x72','\x07','\x9a','\xc6','\x08','\x1e','\x6f','\x25','\xc3','\xcc','\x5b','\x39','\x12','\xa0','\xfb','\x86','\xec','\x82','\x9c','\x3f','\xab','\x8e','\x45','\x5d','\xcf','\xda','\x0e','\xff','\x03','\x8f','\xff','\x96','\xfa','\x4a','\xe4','\xb2','\x2a','\x62','\x7d','\x25','\xb7','\x1a','\xa6','\x7c','\xee','\xc7','\xe7','\x5e','\x09','\x19','\x6c','\x88','\xb8','\xbd','\xb5','\x68','\x16','\x4f','\xac','\x83','\x19','\x46','\x7d','\xdf','\x34','\x75','\x1d','\xb9','\x21','\xea','\x79','\x82','\xba','\xde','\xa7','\x3f','\x90','\x76','\x4f','\x36','\xe7','\xdf','\x8c','\x9b','\xbc','\xc2','\xe3','\xb1','\x52','\xc8','\xbf','\xdd','\x4a','\xb8','\x84','\xe6','\xec','\xea','\x09','\xd4','\x6e','\xb1','\xc2','\xa6','\x80','\x95','\x36','\xaa','\xb6','\x55','\xe3','\xf7','\x1f','\x3e','\x81','\xc0','\xee','\x96','\x7b','\x16','\x08','\xcb','\xd9','\x17','\xcc','\xec','\xa4','\x90','\xdc','\x94','\xb8','\x4a','\x6e','\xcc','\x7f','\xc5','\x73','\xd0','\xbe','\x0b','\x41','\x57','\x6e','\xd8','\x30','\xff','\x27','\x38','\xbe','\xe7','\x9c','\x85','\xbc','\x10','\x26','\xbc','\x0b','\x58','\x1c','\xb9','\xeb','\x6a','\x78','\x7c','\xf3','\x24','\xd7','\x28','\x70','\x5b','\xf5','\xeb','\x9f','\x25','\x77','\x6b','\x65','\x94','\x36','\x56','\x5f','\x84','\x19','\x8c','\xab','\x7e','\xe8','\xa0','\x55','\x28','\xbf','\xbe','\x69','\x5a','\x9a','\x2d','\x7f','\xf9','\xef','\x42','\x3f','\x01','\x62','\x84','\xf2','\xeb','\x87','\x67','\x87','\xac','\x17','\xb8','\x26','\x6d','\xb8','\xc0','\x77','\xb4','\x82','\x42','\xdf','\x00','\x8f','\xfe','\xd4','\xff','\x97','\x7d','\x07','\x5c','\x1f','\xaf','\xfe','\xc8','\x32','\xee','\x02','\xeb','\x47','\x44','\x00','\x8f','\x8a','\x5b','\xaa','\x20','\x55','\x67','\xba','\x66','\x0e','\x4e','\x91','\x1a','\x3a','\xda','\x6f','\xfb','\x61','\xd9','\xfd','\x02','\x1f','\x03','\x8f','\xb0','\x75','\x87','\x9d','\x3d','\x27','\x16','\x29','\x3b','\x3f','\xb8','\x82','\x96','\x18','\xc6','\x36','\x9f','\xaa','\xca','\x60','\x57','\xc9','\x8a','\xec','\xc0','\x9a','\x2b','\xdc','\xef','\x85','\xd7','\xc7','\x1c','\xc1','\x56','\x71','\x23','\x7d','\x7c','\x4e','\x58','\xf8','\xcc','\xdc','\xa3','\x2f','\x76','\x9c','\x1c','\xc8','\xbd','\x9d','\x0b','\xeb','\xa3','\x67','\x84','\x4d','\xf0','\x5c','\x9b','\x79','\x55','\x21','\x22','\x72','\x08','\x29','\x4d','\x2b','\x69','\x25','\x03','\x9e','\x23','\x9f','\xc4','\xde','\xaa','\xaf','\xc9','\x98','\x41','\x8e','\xde','\x80','\x77','\x6f','\x8d','\x0e','\xe0','\xf9','\x06','\xeb','\x6c','\x5e','\x49','\x89','\xf2','\xae','\xd6','\xfd','\xdc','\xfb','\x91','\x33','\xc0','\x26','\xed','\xa9','\x22','\xfe','\x23','\x5a','\x81','\xfd','\xfe','\x62','\x60','\xa1','\x6a','\x54','\x07','\xfb','\x14','\xe3','\x73','\x68','\xb5','\x92','\x9c','\x18','\xe4','\xb9','\xa9','\xe2','\x3f','\x56','\xb9','\x82','\xd6','\x13','\xd6','\x07','\x1a','\x3c','\xbe','\x8b','\xd5','\x5b','\x61','\xf6','\x5f','\x3d','\xbf','\x9f','\x1d','\x37','\xc9','\xe1','\x9b','\x8e','\x44','\x0f','\x46','\xed','\x98','\x8d','\xd9','\x83','\x9a','\xa9','\x27','\x61','\x15','\x66','\xf9','\x59','\xbb','\xaa','\x8c','\xee','\x0c','\xb6','\x0d','\xa0','\xb7','\xc7','\x94','\xf7','\x60','\x57','\x15','\x15','\x06','\x32','\xf2','\x8f','\xa3','\x83','\xa8','\xff','\x9c','\x0a','\xa2','\x72','\x4d','\x19','\x34','\xff','\xf2','\xd6','\xf2','\x2f','\xca','\xbd','\x88','\x1f','\xcc','\xf2','\x3b','\x30','\x3f','\x6c','\x17','\x5b','\x9d','\xf9','\xf7','\xaf','\x5f','\x8e','\xcb','\xbf','\x90','\xe3','\x72','\x1c','\xde','\x51','\x27','\xc5','\xfa','\x31','\x16','\x7f','\x26','\xc8','\xe4','\x88','\x36','\x59','\x77','\x75','\xd1','\x50','\x1b','\xf3','\xc3','\x8c','\x3d','\x4c','\xa6','\x0b','\xc2','\xda','\x65','\x90','\xb8','\xcb','\x9a','\xf0','\x4b','\x86','\x1f','\x81','\xb2','\x5d','\xb5','\x84','\x73','\x4d','\x5e','\x87','\x60','\x6b','\xc4','\x8f','\x09','\xf2','\xf3','\xb0','\x46','\x77','\xa9','\x5f','\x50','\x3c','\xd0','\xe4','\x86','\x7b','\x2a','\xfa','\xfc','\x9d','\x7d','\xc9','\x9d','\x63','\xb9','\x17','\xa7','\xb8','\x6f','\x81','\x8f','\xeb','\xfe','\xf7','\x63','\x62','\xb7','\xdb','\x8d','\xfa','\x5d','\x5f','\x6f','\xfb','\x78','\xfb','\x28','\xe2','\x5b','\x0f','\xa3','\x75','\x5d','\xb7','\xac','\x3b','\xab','\xe1','\x37','\xe2','\x77','\x2c','\x30','\x7c','\x02','\x95','\xf9','\x26','\xf8','\xae','\xb0','\xab','\xf4','\xbc','\x13','\x6b','\xdf','\xf3','\x2b','\x03','\xce','\x0f','\x47','\xe1','\xa7','\xcd','\x4f','\x86','\xcf','\x10','\xf8','\x5f','\x46','\xf3','\x07','\x9e','\x98','\x28','\x4d','\x38','\x13','\xda','\x01','\x67','\xb4','\x54','\xe7','\x77','\x84','\xf1','\xc5','\x50','\x35','\x34','\xb0','\xd5','\x3b','\xe0','\xbd','\x95','\xae','\x2d','\x88','\x47','\xc4','\xcd','\x0c','\x61','\x63','\x6e','\xc1','\x20','\xc2','\x4d','\xc2','\xa4','\xc0','\xa9','\x53','\x44','\xc6','\x31','\xca','\xa8','\x78','\x34','\x56','\x36','\x21','\xe7','\x44','\xce','\xb7','\x3d','\xcd','\xf8','\xc6','\x71','\x5b','\xbd','\x8a','\xff','\x21','\x6b','\x12','\xd8','\x27','\xa3','\x70','\x9c','\x57','\xa2','\xee','\x28','\x3b','\xe5','\x52','\x59','\x66','\x59','\x5d','\x56','\xd9','\x2d','\xd3','\xb2','\x92','\x37','\xf2','\x4f','\xcb','\x11','\x5e','\x9f','\xea','\x4d','\xd7','\xae','\x8f','\xd7','\xd6','\xb4','\xa4','\xb6','\x6a','\x8e','\x9a','\xa4','\xd4','\x22','\x22','\x7e','\xeb','\x84','\x10','\xfa','\xee','\x57','\xcb','\x35','\x3f','\x3e','\xd8','\xaa','\x63','\x72','\x52','\x8c','\x08','\xb7','\x04','\xf7','\xc7','\xef','\x4d','\xd4','\x10','\xe7','\x08','\x36','\xac','\x7f','\x93','\x47','\xd9','\xfd','\xad','\xe6','\x65','\x90','\x8b','\xa3','\xda','\xd9','\x32','\x61','\xdf','\xa0','\xc0','\xff','\x60','\xfd','\x7f','\x3b','\xe6','\x4f','\x0b','\x8f','\x62','\x1a','\xb5','\x86','\xff','\x91','\x0a','\xae','\xd2','\x07','\xb6','\x0b','\xb2','\x5b','\xa2','\x7b','\x25','\x49','\x34','\x42','\xbc','\x29','\x54','\xbc','\xd8','\xdd','\xfb','\xe5','\xb8','\xc6','\x7e','\x50','\x0c','\x21','\xfe','\x1f','\xa2','\xab','\x09','\x5a','\x39','\x05','\x0b','\x3a','\xcc','\x49','\xf8','\x86','\x69','\x7e','\x1f','\xc2','\xcd','\x79','\x50','\xec','\x58','\x26','\x1c','\x43','\x9f','\xb3','\xa6','\xad','\x51','\xd8','\xa6','\x2d','\xd9','\x02','\x09','\xa0','\x83','\x41','\xc0','\xe2','\x2f','\xfc','\xfe','\xf8','\x7d','\x33','\xf4','\x53','\xf8','\x84','\xfc','\xad','\x29','\xc1','\x15','\x44','\x18','\xdf','\xac','\x75','\x83','\xfb','\x5f','\xbd','\xda','\x82','\x55','\x1f','\x6c','\xc3','\x4c','\xc0','\xb5','\x32','\x86','\x97','\x77','\xa0','\x25','\x18','\xa0','\xba','\xed','\x80','\xd6','\xdb','\x51','\x4e','\x97','\x8b','\x65','\x2d','\x6f','\xe5','\xa5','\x52','\x4c','\xe4','\x31','\xef','\xe6','\xda','\x4b','\xd2','\x50','\x7f','\x28','\x62','\xc6','\x99','\x80','\xd8','\xb8','\xab','\xb0','\xf3','\xb6','\x9b','\x86','\xf6','\xd7','\xa0','\x5d','\x97','\x40','\xbe','\xde','\x14','\x99','\x8c','\x88','\x91','\xd5','\x99','\x3e','\xa9','\xaf','\xf8','\xff','\xc0','\xfe','\x78','\xf1','\xb5','\xe2','\x26','\xa9','\x4f','\x4a','\x45','\xdc','\x19','\x30','\xfe','\x19','\xcf','\xeb','\x6a','\x5e','\xd5','\x78','\x0b','\xf2','\x36','\x66','\xd7','\x09','\xda','\x3f','\x25','\x14','\xe1','\xfa','\x84','\x3d','\xdd','\x74','\xf0','\x7c','\xab','\x65','\x78','\x42','\xf8','\xab','\x8b','\xf3','\x37','\xb2','\x7a','\xa5','\x3d','\x32','\xfd','\x36','\x46','\xfe','\xa6','\x2f','\x22','\xfe','\x3a','\x91','\x56','\x3f','\x14','\x24','\x6d','\xc6','\x4c','\x96','\xfa','\xf8','\xe8','\x92','\x85','\xfa','\x95','\x9f','\x64','\xbd','\xff','\x24','\x9b','\xff','\x13','\xb2','\xeb','\xe2','\xf8','\x91','\xb3','\xec','\xb8','\x06','\xe6','\xcb','\x21','\x38','\xbe','\x7d','\xe2','\x8e','\x27','\xb7','\xa2','\x97','\x67','\xc2','\x74','\x9f','\x65','\xc7','\xa7','\x54','\x69','\x54','\x3a','\x9b','\x21','\xb0','\x3d','\x99','\x99','\x28','\x4e','\x48','\x4f','\x4a','\x18','\x09','\x9f','\x48','\xbb','\xf9','\x86','\xe3','\x17','\xc5','\x8c','\x98','\x99','\xce','\xa4','\x8a','\x29','\x69','\x5a','\x12','\xc1','\x7a','\x57','\xd3','\xa3','\xf9','\x1b','\xf1','\x89','\x47','\x94','\xa6','\xf6','\x8b','\x08','\x70','\xf7','\xd1','\x48','\x7b','\xe6','\xdf','\x8a','\x13','\x99','\x89','\xa1','\xff','\x13','\x14','\x38','\x44','\x92','\x57','\x66','\x76','\xcc','\x28','\xa7','\x8c','\x3c','\x2c','\xbc','\x20','\x55','\xb3','\x67','\x49','\xae','\xaf','\x24','\xb9','\xfe','\x59','\x09','\x7f','\x7b','\x89','\xcb','\x51','\x8d','\xa9','\x22','\xa0','\x89','\xb9','\x2b','\x67','\x23','\xb9','\x4c','\x89','\xf3','\x0f','\xaa','\xee','\xd7','\x5f','\x52','\x59','\x7d','\x53','\xda','\x9d','\x15','\x39','\x51','\xc3','\x94','\x92','\xf4','\x66','\xb4','\x63','\x5a','\x9a','\x6d','\xf0','\x6e','\x46','\xcc','\x48','\x7e','\xbd','\xde','\x4e','\x61','\x45','\xe1','\xac','\x23','\x5e','\x1f','\x88','\xc1','\x9c','\x96','\x08','\x3c','\x5c','\xc8','\x74','\xae','\x56','\x5a','\x68','\x80','\x89','\xab','\x20','\x81','\xdc','\x14','\x86','\xfd','\xe0','\x35','\x89','\x9b','\x39','\x65','\x26','\xe1','\x38','\xaf','\x19','\xd9','\x51','\xe5','\x38','\x5c','\xa2','\x22','\x05','\xd8','\xad','\x98','\xa4','\x46','\x59','\xfe','\xc0','\x34','\x2c','\x14','\x71','\x25','\xed','\xd5','\xc6','\x37','\x9f','\xab','\xe6','\x2d','\x66','\x15','\xce','\xc7','\x02','\xb4','\x55','\x24','\xa5','\x9e','\x9a','\x86','\x36','\xc4','\x0d','\xda','\x0e','\xc7','\x87','\xe4','\x9e','\xd6','\xfb','\xa8','\xd9','\xe8','\x4d','\xc5','\x4c','\x84','\x84','\xc7','\xaa','\xbc','\xb5','\x7e','\x73','\xc9','\x34','\x60','\x7e','\x8b','\x4a','\x5f','\xf9','\x8e','\x4a','\x8a','\x59','\x2b','\x18','\x49','\x3d','\x21','\x34','\xe7','\x67','\xf1','\x6a','\x6f','\xd8','\xa7','\x56','\x11','\x9d','\x9f','\x5d','\x3f','\xd8','\x55','\xb5','\x6f','\xd4','\x4c','\x29','\x45','\x25','\x05','\x77','\x38','\x9d','\xbd','\x6e','\x7c','\x99','\x29','\xd3','\x2d','\xb5','\x31','\xfb','\x42','\x37','\x34','\x3f','\x93','\xbb','\xa6','\x60','\x8d','\x94','\xa9','\x65','\x35','\xc3','\xb4','\x41','\x53','\x71','\xf2','\x87','\x40','\xff','\x20','\xca','\x93','\x4a','\x54','\x99','\x50','\xb6','\x65','\x27','\xb4','\x0e','\x6d','\x9b','\x76','\xae','\xdc','\xa5','\x3d','\xaa','\x75','\x94','\xbf','\x66','\xb6','\x9a','\x5d','\xa5','\xf7','\xc4','\x9b','\xe8','\x24','\x7b','\x42','\x11','\x9e','\xef','\x2b','\xd2','\x01','\xf6','\x74','\xb8','\xc3','\xdd','\xa8','\x13','\x7d','\xa7','\xce','\x11','\x3a','\x5d','\x48','\xe3','\x3e','\xf5','\x88','\x34','\x21','\xf1','\xdd','\x94','\xa6','\x8b','\x87','\x8a','\x7f','\x71','\xfa','\xf4','\x7c','\xcc','\x54','\xe1','\x5c','\x95','\x7e','\x54','\x28','\xf9','\x1f','\x15','\x75','\x30','\x7b','\xa7','\x8b','\x96','\xb4','\x0a','\xca','\xcf','\xb4','\x64','\xa9','\xd3','\xf3','\x86','\x89','\x2b','\x32','\xc6','\x50','\x0d','\x21','\x27','\x90','\xeb','\x37','\xac','\x1f','\x6f','\xc2','\x3f','\x78','\x09','\xee','\xaa','\x2d','\x4f','\xcf','\xc5','\xb4','\xa4','\x1c','\xe0','\x1f','\xb0','\x55','\x7d','\x0b','\xac','\x31','\x86','\xeb','\xba','\x60','\x7b','\x82','\xfd','\xa9','\x57','\x14','\xd0','\xbf','\x79','\xfd','\x64','\xc3','\x71','\xf1','\xc7','\xdc','\xb7','\x16','\xbc','\x2a','\x2e','\x8b','\xef','\xb1','\xea','\x4b','\xb8','\xb6','\xf6','\xe3','\xe5','\x48','\x33','\x3b','\x84','\xa6','\xfe','\x48','\xb1','\xf8','\x71','\x45','\x98','\xbe','\x9a','\x13','\xb6','\x9c','\x83','\xfe','\x3c','\x47','\xea','\xff','\xb5','\xac','\xe8','\xd8','\xbe','\xbe','\xa7','\xe7','\xc7','\x84','\x99','\xe5','\x6c','\x89','\x94','\xfc','\x65','\x90','\xec','\xa5','\xac','\x2b','\xcc','\x08','\x33','\xfa','\x54','\x2d','\x94','\x21','\xd2','\x01','\x64','\x13','\xda','\x14','\xfe','\x2e','\xd4','\xf1','\x6d','\x41','\x03','\x23','\x9f','\xbe','\x4d','\xfb','\xf5','\xe3','\x7b','\xaa','\x96','\x8b','\x35','\x91','\xe1','\xab','\x01','\x7a','\x4b','\xed','\xf8','\x9c','\x55','\x18','\xf3','\xbf','\xa4','\xec','\xf7','\xc6','\x94','\x94','\x77','\x14','\xc6','\x03','\xa2','\xac','\xf0','\xf3','\x41','\x7b','\xca','\xed','\x61','\xd5','\x94','\xf8','\xff','\x96','\x08','\x9f','\x83','\xdd','\xa4','\x96','\x38','\xed','\xe3','\x71','\xe4','\x4a','\x7d','\xa0','\xeb','\x8f','\xff','\xc9','\x20','\x8f','\x64','\xc7','\xcd','\x71','\xf3','\x91','\xac','\x49','\xd3','\xfa','\xb8','\x19','\xde','\xc1','\xa7','\x61','\x6f','\xa2','\x5d','\x18','\xe8','\x7f','\x70','\x7f','\x7b','\x96','\x90','\x62','\x62','\xcf','\x92','\x41','\x1e','\x9e','\xcc','\x58','\x19','\x0b','\x5f','\xf9','\xd9','\x38','\xaf','\x76','\x2c','\x32','\x3c','\x7c','\x30','\x0a','\x63','\x9b','\x9b','\xb3','\x97','\x5a','\x08','\xad','\xf9','\xcb','\x79','\x96','\x57','\x7d','\x8b','\x31','\xe7','\x5d','\xf4','\xb7','\x1e','\xe7','\xfc','\x94','\x75','\xff','\x2a','\xc7','\xce','\xbb','\x3e','\xfe','\x05','\xbd','\x95','\x27','\xb5','\x8d','\xf1','\x1c','\x86','\x91','\x08','\x16','\x97','\x18','\x35','\x62','\xca','\x1a','\xbf','\x5d','\xd9','\xe0','\xfd','\x4a','\xe9','\xf6','\x54','\xb0','\x4f','\x23','\xe4','\xd3','\xea','\x53','\x38','\x8a','\xcb','\x8d','\x08','\x8a','\x9c','\x21','\xfb','\xba','\x4d','\xaf','\xff','\x07','\xc9','\xee','\x40','\x98','\x98','\x66','\x94','\x05','\x1b','\xd6','\xcf','\x00','\x5f','\x81','\xb5','\x65','\x76','\xb3','\x29','\x31','\x4c','\xdd','\x8c','\x79','\x0a','\x69','\x28','\x4c','\xd1','\x11','\x2d','\xf4','\x6a','\x19','\x86','\x4c','\x24','\x12','\xcb','\xa6','\xc0','\x1a','\x93','\xe1','\xf8','\xa8','\x79','\x96','\xfd','\x9f','\xea','\xc0','\x5a','\x66','\xa8','\x0c','\x5f','\xab','\x59','\x7e','\x71','\xec','\x67','\x68','\x81','\x0a','\xac','\xb9','\x2c','\x83','\x2b','\x88','\xbf','\xdc','\xb0','\xe1','\xa8','\x42','\xfb','\x0f','\xf1','\xc7','\x34','\x11','\x5e','\x0b','\xda','\x9c','\x76','\x1e','\x5e','\xcb','\xf0','\x5a','\xd4','\xaf','\xa4','\x66','\xf6','\x4d','\xcd','\x11','\x7e','\x7e','\x7f','\x5e','\xcf','\xeb','\x65','\xc6','\xbd','\x85','\x1e','\x28','\x78','\x55','\x60','\x85','\xb6','\x4a','\x05','\xac','\xda','\xc5','\xea','\x0c','\xd2','\xd3','\xec','\x39','\x00','\xad','\x36','\x2d','\x9e','\x58','\xda','\xbc','\x8e','\x9f','\x1f','\xe6','\xd6','\xa8','\x66','\x5f','\x81','\x65','\xd7','\xd0','\x24','\x52','\xc9','\x99','\xe2','\x0c','\x1e','\xef','\x25','\xbd','\x1d','\x3b','\x7e','\xd8','\x8b','\xb1','\x8b','\x44','\xaf','\xde','\xaf','\x23','\x0b','\xca','\x23','\x15','\xc3','\x3a','\xe5','\x46','\x19','\x7f','\x51','\x52','\xcc','\x58','\x69','\x3b','\xfd','\xf2','\x23','\x57','\x6d','\x67','\xbf','\x03','\x3a','\x9c','\xb5','\xdf','\xb2','\xad','\x71','\xc7','\x2e','\xe5','\xd4','\xb0','\x9d','\x85','\x20','\xa6','\x89','\x0b','\x0a','\x06','\x33','\xa7','\xab','\x6c','\xea','\x33','\xf4','\x28','\x18','\x27','\x8a','\x66','\x4d','\xc1','\x18','\x69','\x5d','\xe8','\xfa','\xe1','\x3f','\xae','\xeb','\x30','\x06','\x0b','\xad','\xca','\xf0','\xc2','\x4d','\x64','\x92','\x28','\xb9','\x84','\x9f','\xa2','\xdf','\x6d','\xca','\x4c','\xe1','\xf9','\x85','\x77','\x76','\xbd','\xb3','\x75','\xc3','\x92','\x48','\x35','\x6b','\xc7','\xd4','\xa1','\xf3','\x3f','\x9e','\xc2','\x77','\xdc','\x15','\x83','\xa3','\xeb','\x72','\x7e','\x3d','\x8c','\x02','\xde','\x3d','\x89','\xda','\xed','\x7d','\x93','\x61','\x26','\xc4','\x8e','\x86','\xe3','\xcd','\xf1','\xb4','\x1b','\xf1','\xd3','\x40','\x97','\x05','\x9d','\xf6','\x2b','\xdf','\xf9','\xe1','\x1d','\xdd','\xae','\x22','\xee','\x2d','\xa5','\x8b','\x7f','\x76','\x9a','\x1f','\x17','\x16','\x6e','\xca','\x31','\x68','\x5c','\x82','\x15','\xaf','\x8d','\x1b','\x62','\x63','\xb2','\x2e','\x9c','\xe3','\x91','\xe0','\xe3','\x9e','\xd9','\xf4','\x03','\x06','\x34','\x8c','\xf5','\x16','\x56','\x9f','\x0d','\x87','\x15','\x26','\x11','\xea','\x1b','\x3d','\x4a','\xd3','\x94','\xad','\x30','\x02','\x65','\xf5','\xd9','\x93','\x88','\xb0','\x64','\x5c','\x8f','\x4e','\xca','\xf1','\x49','\x31','\x7f','\x66','\xb2','\xf6','\xcd','\xbb','\xfd','\x1b','\xbe','\x5f','\x09','\xae','\xef','\xa5','\x94','\x74','\xf0','\x3f','\xb5','\xe3','\xcc','\xc4','\x5a','\xe3','\x4d','\x52','\x86','\x2b','\x01','\xdf','\x0a','\xe7','\x0f','\x58','\xf6','\x64','\x01','\xae','\x8f','\xa5','\x54','\x18','\xdf','\x15','\xc9','\xa6','\xa3','\x8c','\xbf','\x98','\x61','\x43','\xb1','\xff','\xe3','\xf8','\x13','\x11','\xfe','\x3f','\x39','\xcc','\x60','\xdb','\xe3','\x21','\x05','\x50','\x6a','\xa9','\x76','\x9c','\xd1','\x43','\x08','\xeb','\xa0','\x83','\xe9','\x4d','\x17','\x26','\x6d','\xab','\xc0','\x8e','\xd8','\x29','\x78','\xdf','\xc3','\x8e','\xb7','\xc0','\xb6','\x76','\x5d','\x84','\xf3','\xeb','\x12','\xc4','\x13','\x81','\x6b','\x08','\xbc','\x05','\xf0','\x7e','\x91','\x60','\x59','\xd8','\x2c','\x06','\xe6','\xe1','\x27','\xfe','\x29','\x15','\xb6','\xa1','\x53','\x69','\xd8','\x4e','\x7e','\xd2','\x7a','\x2a','\xc2','\x7e','\xda','\x23','\x02','\x4c','\xcf','\xc2','\x64','\xc1','\x42','\x86','\x23','\x21','\x2d','\x7c','\x7e','\x05','\xe5','\xaf','\xe5','\x4e','\xc2','\xef','\x2d','\x22','\xb6','\x2f','\x8f','\xb0','\xf2','\xfe','\x46','\x2f','\x04','\x66','\xf0','\x37','\xe5','\x17','\x40','\xfb','\x1d','\x65','\x3a','\x26','\xc3','\xbf','\xd2','\xd8','\xf7','\x37','\xb6','\x2f','\x7c','\x3f','\xb4','\xcf','\x22','\x28','\xa7','\xdb','\x77','\xbf','\x65','\xfd','\x10','\xd1','\x29','\x8f','\xea','\x29','\xb0','\xf7','\x04','\x35','\xec','\x5f','\xe8','\x7f','\x98','\xcc','\xa9','\xf7','\x19','\xb3','\x33','\x6c','\x47','\xe1','\x13','\x5b','\x16','\x31','\x7f','\x06','\xd6','\x9f','\xcd','\x60','\xcf','\xa9','\xa6','\x63','\x8a','\x86','\x6c','\x74','\xfb','\x0b','\x4d','\xfc','\xb9','\xbc','\xfd','\x76','\x73','\xec','\x59','\xb8','\xeb','\xdd','\x4b','\xd0','\x7f','\xf0','\xa9','\x45','\x58','\xe3','\xb7','\x44','\x98','\x59','\x3c','\xf2','\xd4','\x85','\x74','\xa1','\x61','\x73','\x8f','\xb9','\xe9','\xf3','\x91','\xb2','\x70','\x49','\x28','\x62','\x7d','\x2f','\xc7','\xb7','\x0c','\x11','\x2e','\xf1','\x7d','\xd9','\x2c','\xd4','\x16','\x29','\x86','\xeb','\x68','\xf6','\x3c','\xa8','\x1d','\xd4','\x92','\xfd','\xc9','\xa5','\x84','\x41','\xae','\x7f','\x7e','\xc4','\xfe','\xc1','\x2d','\x5b','\x65','\x31','\xec','\x85','\x5a','\xc4','\x37','\xa9','\x24','\x17','\x12','\x01','\x7e','\x60','\x35','\x6d','\xe1','\xc6','\xdf','\x8f','\xc1','\x7b','\xc4','\x0a','\xbe','\x01','\xec','\x4b','\x64','\xba','\x42','\xc6','\xab','\x94','\xd8','\xc0','\x7c','\x05','\xdb','\x4d','\xc1','\xfa','\x72','\x25','\x7b','\x5a','\x7b','\xb3','\xcc','\x7e','\x2a','\xe5','\xca','\x6b','\xfa','\x2f','\xe8','\x69','\xba','\x56','\x6f','\xb3','\x28','\xd6','\x4f','\xe3','\xf8','\x0c','\x6c','\x86','\x94','\x67','\x69','\x38','\x42','\x8f','\xa9','\x69','\x46','\xb0','\xbd','\x06','\x81','\xaa','\x10','\x39','\x98','\xf1','\x57','\xed','\x66','\xfc','\x55','\xac','\x7d','\x83','\xeb','\xb7','\xe8','\x2d','\x94','\x8d','\x1f','\x86','\x1f','\xfe','\xf9','\x00','\x3f','\x3c','\xb5','\x0c','\xfd','\xa9','\xb7','\x04','\xf5','\x71','\x75','\xfc','\x5a','\x36','\x3b','\x08','\xbe','\xe3','\xef','\xf8','\xf7','\x35','\x6c','\x85','\x0c','\x7d','\xd2','\x21','\x77','\x22','\xf3','\x41','\x2d','\x85','\xf8','\xfb','\x98','\x7f','\x49','\x82','\x68','\x54','\x3f','\x23','\x46','\x64','\xf2','\x4f','\xea','\x1f','\x4a','\xa5','\x8d','\x93','\x27','\xa0','\x87','\xd6','\xe0','\x7c','\xc2','\xbe','\x13','\xe0','\xfa','\x6a','\x80','\x62','\xca','\xae','\x7f','\x13','\xc3','\x67','\x25','\xc6','\x92','\xf1','\x82','\x57','\x20','\xb3','\xb4','\x28','\x96','\x84','\x59','\x3a','\x4b','\x97','\xe6','\xa0','\x7f','\xb0','\xe2','\x43','\xec','\x68','\xc5','\x1a','\x1d','\x1c','\x6f','\xbb','\x39','\xb6','\x0b','\x6c','\x7b','\xfc','\x49','\x98','\x0f','\x2d','\x7c','\xfc','\x09','\xac','\x8d','\xe7','\xaa','\x73','\xcf','\xd0','\x53','\xe2','\xb3','\xad','\xcf','\x2c','\x23','\x11','\xc6','\x9f','\x55','\x57','\xc4','\x53','\x22','\x32','\x72','\x46','\x44','\xf4','\x8e','\xb4','\x79','\x92','\xa0','\x59','\x8b','\x58','\xd1','\xd6','\x75','\x47','\x6b','\x33','\x3f','\x73','\x1d','\x1f','\x1e','\xd1','\x97','\xfa','\x88','\xae','\xeb','\x9a','\x6e','\x82','\x82','\x3d','\x93','\x24','\xa3','\xb9','\x1c','\xc8','\xaf','\x9b','\xfc','\x49','\x44','\xdd','\x28','\xec','\xf6','\xd2','\x25','\xbe','\x1d','\x7b','\x69','\x37','\x43','\x07','\x5b','\x83','\xf8','\x68','\x06','\x67','\x38','\x4d','\x47','\x1e','\x10','\xac','\x61','\x96','\xb9','\x69','\x4c','\x4e','\xed','\x59','\x80','\xbf','\x27','\x61','\xe3','\xe3','\xc3','\xdc','\xbd','\x6c','\x59','\x96','\xcd','\x10','\x94','\x73','\xa9','\x7c','\xfa','\xc5','\xec','\xa2','\x35','\x43','\x66','\xc8','\x54','\x98','\xf7','\x40','\x83','\x9c','\xad','\xc0','\x17','\x77','\x15','\x3d','\x70','\x7b','\xd0','\x03','\xd7','\xc1','\xfa','\x6f','\x24','\x4d','\x1e','\x00','\x19','\x17','\xf4','\xb1','\xd8','\xd4','\xbf','\x98','\x1f','\x51','\xcf','\xf8','\x22','\xd7','\xe7','\x7f','\x11','\xbd','\xa5','\xfc','\x91','\x36','\xab','\xcc','\x2a','\xdf','\xf5','\xe1','\x55','\x9b','\x2d','\x3f','\xa7','\x5f','\xd3','\x67','\x29','\xf4','\x7f','\xdf','\xda','\x9d','\x91','\x99','\x96','\x3c','\x39','\x3c','\x39','\x60','\x9d','\xdf','\x2d','\x58','\x38','\xcb','\xe6','\x52','\xca','\x6e','\xef','\x38','\x8c','\xb5','\x96','\xed','\x2d','\x3a','\x97','\x7f','\x88','\x9b','\x57','\x30','\x9e','\xab','\x16','\xdc','\x82','\xfb','\x82','\x5f','\x20','\x05','\x82','\x35','\x74','\x91','\xa0','\x7d','\xb1','\x7d','\xb0','\xff','\x4a','\x0d','\x18','\xb2','\x1f','\x1a','\xb3','\x88','\x30','\x62','\x44','\x06','\x3a','\x10','\x5f','\xd3','\x7c','\x6a','\x99','\x61','\x66','\xa1','\xec','\x85','\x99','\x92','\xa2','\xc7','\x94','\xcf','\x63','\xce','\x6a','\x20','\xff','\x47','\x26','\x39','\x1a','\xdb','\xc8','\x24','\xcc','\x15','\xca','\x32','\x60','\x1a','\xf3','\x77','\x2c','\x62','\x7e','\xe4','\x23','\x2a','\xed','\x73','\x5e','\xd1','\x2c','\x9a','\xf8','\xfa','\x21','\xbc','\x46','\xd0','\x82','\x72','\xf0','\xfb','\xd9','\xf8','\x0a','\x10','\x72','\x19','\xd2','\xac','\x8b','\x48','\xcc','\x04','\xf3','\xbf','\xe0','\x1e','\x5b','\x44','\x98','\x1f','\xe2','\x9e','\x4b','\x69','\x39','\xad','\xa6','\xc9','\xee','\xf3','\x69','\x33','\x6d','\x1e','\x33','\xd2','\x76','\xc4','\x12','\xcc','\xb5','\xa6','\x98','\xc3','\xf3','\x8f','\x81','\x64','\x4f','\xfb','\x69','\x26','\xdf','\xd3','\x24','\x4d','\xe1','\x77','\x1f','\x65','\xf7','\x5a','\x5f','\x64','\xab','\xf2','\x93','\x97','\xbf','\x20','\x8d','\xc3','\xf6','\xc8','\x45','\x7c','\x9d','\xb8','\xf8','\x0d','\x69','\xe2','\xb6','\xb5','\x97','\x36','\x23','\x3c','\x2a','\x6d','\xe8','\xff','\x52','\x4a','\x4c','\x0b','\x20','\xe5','\xbd','\x70','\xfd','\xc0','\xf1','\xdd','\x46','\xc4','\xdc','\x2d','\x1e','\xcd','\xed','\xa8','\xda','\xb9','\xef','\x56','\x69','\x0e','\x31','\x3f','\x39','\xc3','\x0e','\x67','\xda','\x41','\xfc','\x8e','\x23','\xf9','\x4c','\x69','\x5c','\xcc','\x94','\x9c','\xf2','\x83','\x86','\x4d','\xf6','\x9f','\x39','\x52','\xce','\x94','\x5b','\xf4','\x48','\x41','\xa8','\x88','\x3b','\x19','\xfe','\x6f','\x02','\x9f','\xaf','\x86','\x41','\xa8','\xd5','\x67','\x10','\xaa','\x41','\x11','\x68','\x8f','\x92','\x55','\x98','\x9b','\xa5','\xdf','\x16','\x0b','\x20','\xd9','\x8a','\xd6','\x87','\x56','\xc9','\x0e','\xe7','\x0f','\x8e','\x1f','\xc6','\xac','\x46','\x1f','\x20','\xd0','\xfa','\x2f','\xa5','\x41','\x12','\x3c','\x05','\xaf','\x0d','\xe3','\x17','\xab','\x22','\x68','\xda','\x7d','\x60','\xa7','\x45','\x76','\xa3','\x1e','\x0c','\xf2','\x35','\xa5','\xad','\x55','\xd7','\xb6','\xb7','\x89','\xa4','\x8a','\xcf','\xf7','\x94','\x87','\x67','\xc1','\xf8','\x27','\x69','\x3d','\xad','\xed','\xf6','\x8f','\x29','\xd0','\x7e','\xb6','\xe0','\xae','\x65','\xf5','\x63','\x2d','\xb9','\x27','\xc9','\xf8','\x66','\xde','\x3a','\x7b','\xa5','\xbd','\xc5','\xbd','\x99','\x6f','\x64','\x26','\xa4','\xb6','\xcd','\x30','\xc2','\xb8','\x0e','\x5a','\xfd','\x50','\x7c','\x6e','\xa9','\x40','\x61','\xec','\xe4','\x66','\xcd','\x6f','\x1f','\x2e','\xfc','\xf0','\xd7','\xfa','\xb7','\x0f','\x93','\x72','\x8b','\xda','\x3a','\xc7','\xb3','\xd5','\x9e','\x82','\xd6','\xb3','\x58','\x95','\x46','\x9a','\xe1','\x0b','\x4c','\xb5','\xa6','\x58','\x2e','\x14','\xd6','\x37','\x87','\xf7','\xbf','\x9b','\xd5','\x6f','\x58','\x41','\xfd','\x46','\x30','\xfe','\xf1','\x38','\x28','\x98','\x47','\xe8','\x7e','\xdf','\xa1','\x0e','\x9d','\xb8','\xe0','\x48','\x8e','\x34','\x71','\xe9','\x1b','\xa0','\x61','\xad','\xfd','\x5f','\x42','\x9f','\xb8','\x93','\xce','\xb0','\xfe','\x55','\x91','\x77','\x12','\xa5','\x1b','\x6f','\x41','\x90','\x7f','\xc8','\x78','\x2c','\xb4','\xc8','\x2d','\x62','\x58','\x3d','\x8c','\xb6','\xeb','\x77','\x97','\x39','\x7a','\x5a','\x4b','\x8d','\x29','\x10','\x74','\x30','\xb7','\xe5','\xfc','\x93','\xe2','\xb8','\x38','\xde','\x37','\xde','\xb7','\xff','\x8d','\x71','\x6b','\xaf','\xb8','\xd7','\x85','\xeb','\xcb','\x6d','\x72','\x0b','\xe2','\x73','\x24','\x61','\x05','\x31','\x39','\x7e','\x72','\x81','\x7c','\x17','\xc7','\x69','\x0e','\xd6','\x97','\x72','\xa9','\x2c','\xf0','\xad','\x03','\x73','\xeb','\x9e','\x62','\x79','\xd1','\xbb','\x2f','\xf2','\x57','\x4b','\x3a','\xf6','\xc5','\xdd','\x25','\xd0','\x0e','\xec','\x16','\x64','\xc0','\x23','\x61','\x54','\xa1','\xb1','\x12','\xaf','\x81','\x9f','\xd0','\x60','\xf2','\x99','\xc0','\xb8','\xb6','\xf1','\x29','\x1e','\xd0','\x70','\x04','\xc0','\x8a','\x10','\xce','\x4f','\x5e','\xdf','\x0a','\xf3','\xe3','\x05','\xef','\x79','\xb9','\x54','\x7e','\x7e','\xb9','\x04','\xf7','\xf3','\xfc','\x32','\x6a','\xe1','\x02','\xe2','\x2b','\x2d','\x10','\xd0','\x87','\xd2','\xe2','\xe7','\x7f','\x03','\xbd','\xfb','\x4e','\x3a','\xcd','\x90','\xb5','\x0e','\xa7','\x9d','\x35','\x97','\x22','\x69','\xd8','\x16','\xb0','\x1d','\x9e','\x3c','\x37','\x2e','\x8c','\xcb','\xfb','\x2f','\x21','\xbb','\xce','\xfe','\x4b','\xe3','\xf2','\x1f','\x97','\x26','\x9c','\x36','\x93','\xb7','\x0f','\xca','\x67','\x98','\x7f','\xe4','\x39','\x5e','\x37','\x4b','\x5e','\xf0','\x4b','\x91','\x8f','\x97','\x67','\x51','\xbf','\x91','\x04','\x49','\x5c','\x57','\xc3','\xc7','\xbc','\x01','\x1d','\x53','\x88','\x40','\xdf','\x60','\xfd','\x77','\xee','\x29','\xd0','\xa5','\x77','\xd7','\x76','\xd0','\x9f','\x40','\x16','\xd4','\xe4','\x3b','\xce','\xcf','\x02','\xe2','\xef','\xa6','\xaa','\x4c','\x02','\xe5','\x52','\xe4','\xa8','\x97','\x66','\xfc','\x63','\xb8','\xfe','\xdc','\xe4','\x91','\x1c','\xaf','\xd9','\x0d','\xf7','\x42','\xee','\xd7','\xd5','\xe7','\xa8','\x00','\x63','\xa7','\x05','\xf1','\xcd','\x41','\xbe','\x1c','\xad','\x62','\xdb','\xc0','\xe8','\xa8','\xa6','\x66','\xd2','\x53','\x0f','\x10','\xce','\xef','\xd6','\xc2','\x76','\xa2','\x30','\x9f','\x9b','\x17','\xae','\x6e','\x41','\xeb','\x79','\xd0','\x72','\x1a','\xd3','\x20','\x82','\xf6','\x7b','\xae','\xe1','\x3b','\xf0','\xfb','\x6e','\xf1','\x5b','\x18','\xc2','\x3d','\x1b','\x3f','\x24','\x9d','\x45','\xb9','\x01','\xaf','\x24','\xfd','\x41','\x7a','\xfe','\xd8','\x3c','\x3c','\xdf','\x07','\x11','\x82','\xf7','\x87','\xe3','\xf0','\x6b','\xe2','\xfe','\x0b','\xe3','\x9b','\xf7','\x97','\xc6','\xb5','\x47','\x2e','\x65','\xe4','\xbd','\x97','\xbe','\xee','\x64','\x2c','\x90','\x2f','\x97','\x04','\x4d','\x4c','\xe2','\x2a','\xca','\xf1','\xbb','\x6f','\x18','\x7f','\x8c','\x81','\x0e','\x6b','\x09','\xbe','\x9e','\x78','\xc4','\x70','\xe6','\x1c','\x65','\xff','\xc8','\x84','\x8d','\x08','\x57','\xdf','\xf0','\x27','\x70','\xfd','\xd7','\x6f','\x36','\xe9','\x0c','\x5e','\xff','\xa3','\xf3','\xb3','\xe2','\xec','\xe6','\x17','\x2e','\x3e','\x7f','\xe8','\x79','\xe3','\x05','\xf8','\xfc','\xaf','\xee','\xf3','\x56','\x9b','\xd3','\x22','\xf3','\xf1','\x47','\x94','\x8f','\xfc','\x52','\x01','\x37','\x90','\xbf','\x85','\xd2','\xcf','\x9e','\x7f','\xeb','\xdf','\x7e','\xf4','\xed','\x4b','\x62','\x51','\x84','\x35','\x00','\x84','\x35','\xb4','\xe3','\x37','\x7c','\x47','\x19','\xf7','\xc6','\xb5','\x03','\x3c','\xfb','\x95','\xfd','\x2e','\x28','\xed','\x4a','\x94','\xad','\xff','\xc1','\xfd','\x21','\x37','\x6b','\x04','\xdf','\xc3','\xfb','\x23','\x6e','\xb0','\xfe','\x07','\xc8','\x84','\x98','\x69','\xce','\x73','\xe9','\x1b','\x31','\x0b','\xd1','\xff','\xf3','\x79','\x9d','\x7b','\x7f','\x0c','\x98','\x41','\x21','\xd2','\x55','\x6d','\xfe','\x14','\x22','\xa5','\x0f','\x7f','\x56','\x2c','\x16','\x2f','\xbe','\xb0','\x6e','\x76','\xa9','\x88','\xf8','\x44','\xe6','\xbf','\x82','\x0c','\x5f','\xe3','\xe1','\xf8','\x04','\x15','\x3e','\x27','\xcc','\x5c','\x7d','\xe9','\xcd','\x0b','\xe5','\xc2','\xab','\x85','\xf2','\xcb','\xaf','\x96','\x60','\xea','\x94','\xfe','\xe5','\xd2','\x9c','\xbc','\x56','\x16','\xcb','\x14','\x93','\xdc','\x49','\x64','\xe4','\x96','\xf2','\x15','\x0d','\x34','\xa4','\x33','\x95','\xf2','\x9b','\xa0','\x20','\xbd','\x79','\xe6','\xb4','\x76','\x05','\xf4','\xa5','\x88','\x06','\x2b','\xc0','\xb3','\x6c','\x7d','\xf4','\x77','\x3b','\x9f','\x77','\x52','\xce','\x6e','\x1f','\xeb','\x5a','\x52','\x0e','\xd3','\x10','\x9c','\x96','\xbe','\x48','\x1f','\xd7','\x2f','\x9e','\xf2','\x52','\xa2','\x55','\x80','\xf5','\x87','\x80','\x0c','\x03','\x39','\x76','\x0c','\x76','\x62','\xac','\xd5','\xd6','\xb6','\x8b','\x2b','\xa8','\x5f','\x7c','\x74','\x66','\x96','\x3e','\xf7','\xd6','\xf3','\xce','\x7f','\x96','\x70','\x9c','\x17','\x08','\x8e','\x07','\x5c','\x1f','\xda','\x90','\x5f','\xda','\x58','\x53','\x5d','\xb2','\x40','\x76','\x59','\x58','\x35','\xfe','\xbc','\xf3','\xc2','\x43','\x25','\xf3','\x23','\x58','\xe7','\x6e','\x7a','\x68','\xad','\xb3','\xd6','\x11','\x4d','\xd4','\xf2','\xff','\xf5','\xf2','\xf3','\xfa','\x8b','\x79','\x98','\x1b','\x1e','\x4a','\x5f','\x94','\xbf','\xcf','\x3b','\xe2','\x15','\x8e','\x9f','\x8e','\x6b','\xe4','\x87','\x7c','\xe6','\x9c','\xc1','\x87','\x7b','\xe1','\x4c','\xc1','\x58','\xf5','\x67','\x0f','\x82','\xfc','\xb4','\xba','\x76','\xc2','\x18','\x06','\x2d','\xf0','\xd7','\x62','\x41','\xc1','\x95','\x75','\xb6','\x0a','\xfd','\x8c','\xdf','\x0f','\x73','\x6c','\xed','\xca','\xda','\xf6','\xb5','\x2b','\x42','\x6b','\x20','\x1f','\x55','\x78','\xae','\x74','\xfa','\x1e','\x36','\x82','\x1c','\x90','\xfe','\xa0','\x95','\x07','\xeb','\x67','\x6e','\x0d','\xca','\xd7','\x70','\x76','\x7a','\x5c','\xbf','\x7d','\x01','\x11','\x03','\x7c','\x66','\x83','\x44','\xd6','\x5e','\x79','\xe2','\xf4','\xbe','\xf9','\x89','\xbe','\x7d','\x8f','\x8f','\xb7','\x67','\x4e','\x39','\xe9','\x7f','\x37','\xff','\xb5','\xf6','\xfd','\xef','\xb4','\xa8','\x6b','\x93','\x2d','\xbf','\x5a','\x27','\x20','\x2e','\xee','\x11','\x03','\xe4','\x67','\xe4','\xdf','\x79','\x19','\x6b','\x6f','\x15','\x77','\x18','\xcf','\xb8','\xbe','\x4e','\xae','\x35','\x44','\x9f','\xe3','\xe6','\xe2','\xac','\xff','\x3f','\xbc','\x22','\xb4','\x01','\xee','\x4b','\xf0','\x3d','\xe1','\x71','\x6c','\xbf','\x27','\xbd','\x71','\x3a','\xbe','\x94','\x11','\x33','\xbf','\xda','\xf7','\x46','\xa6','\x92','\x99','\xff','\x93','\x5f','\x7d','\x11','\xb4','\xac','\x48','\x39','\x92','\x11','\x32','\x51','\x72','\x3b','\x48','\xbf','\x3f','\xbe','\xd4','\x07','\x92','\xef','\xd8','\x6d','\x52','\xa9','\xdb','\x7e','\x07','\x99','\xe2','\x85','\x9e','\xab','\x9a','\xd6','\x73','\x55','\xe9','\x58','\x73','\x39','\x92','\x41','\xf9','\xb8','\x9b','\xed','\xa9','\x67','\xd3','\x19','\x0b','\x64','\x31','\xe8','\xf7','\x05','\x72','\x90','\xfc','\x6c','\x8d','\x80','\x63','\x8c','\x8d','\x3d','\xb0','\xc2','\x3f','\xa7','\xa8','\x23','\x3b','\x2a','\xbd','\x16','\x6a','\x98','\xfd','\x34','\x75','\x61','\x5a','\x3f','\x61','\xa2','\x76','\x9a','\xa8','\x72','\xff','\x46','\x33','\x72','\x67','\x70','\x64','\xe4','\xa6','\x85','\xaf','\x9b','\xe3','\xfa','\x7e','\xcf','\x29','\xef','\xf7','\x6c','\x71','\xbf','\xeb','\xf8','\x4f','\xba','\x4e','\xe5','\xa6','\x17','\xd7','\x8a','\x6b','\x2b','\xad','\x85','\x35','\x5e','\x8b','\xc8','\x18','\x69','\xab','\xa9','\x75','\xcc','\xaf','\xe4','\xa7','\x4b','\xb0','\x3e','\x96','\xd6','\xbc','\x14','\xf9','\xfb','\x9b','\xce','\x90','\xbc','\x20','\x47','\xa4','\x7f','\x99','\x7b','\x25','\xf1','\xca','\xa1','\xf9','\xf2','\x5c','\x02','\xf5','\xf4','\xd3','\x89','\xff','\x47','\x9b','\x2f','\x4b','\xe5','\x48','\xa2','\x1d','\x2b','\x81','\x40','\xc7','\xb8','\x32','\xf5','\xa6','\x7b','\x3a','\xf1','\xe6','\xfc','\xfc','\x59','\xb6','\x9f','\x82','\xdf','\xf3','\x91','\x29','\x18','\x9f','\x72','\xa4','\x03','\xfb','\xf7','\x6b','\xe2','\xde','\xc2','\xf8','\xc8','\xfe','\x4b','\x99','\x1f','\x4d','\x3c','\xb4','\xf7','\xdb','\xe3','\xea','\x1f','\x7b','\x36','\x68','\x4d','\xb0','\x32','\x80','\x0d','\x43','\xcc','\x75','\xfa','\xaf','\xfc','\xf9','\xe2','\x5f','\xfc','\xfd','\xfc','\x5f','\xcd','\xfb','\x7f','\x41','\xe6','\xb3','\xf3','\xe6','\x07','\xe6','\x5c','\xb6','\xdd','\x6c','\x33','\xa3','\x59','\x82','\x71','\x31','\xe1','\x49','\x0f','\x51','\xb9','\x18','\xf2','\xb7','\x33','\xe1','\xed','\x33','\xbf','\xb1','\x0c','\xf2','\x79','\x59','\x34','\x3b','\x97','\x41','\xbe','\xe6','\xd6','\x5c','\x9e','\x3c','\x95','\xba','\x68','\xfd','\x60','\xf7','\x05','\xeb','\x25','\x26','\x07','\xed','\x63','\xf3','\xbb','\xfd','\x48','\x26','\x32','\xcf','\xec','\x83','\xff','\x97','\xf8','\x2f','\x1e','\xc1','\xe3','\x58','\xad','\x95','\xd2','\xbe','\x60','\xfe','\x61','\x3e','\x25','\xec','\x61','\x36','\x82','\xb5','\x6c','\x35','\x1c','\xe7','\xbc','\x8d','\xa6','\x99','\xd6','\xc6','\x37','\x7d','\x15','\x91','\x23','\xcc','\x64','\x7e','\x54','\x30','\xf2','\x78','\x3c','\x8c','\xee','\x66','\x64','\x44','\xc5','\xc1','\x45','\x67','\xd7','\x55','\xe4','\x77','\xb4','\xca','\xb6','\x19','\x9e','\x9f','\x14','\x92','\xec','\xd8','\x9e','\xab','\x8e','\xf6','\x65','\x38','\x8a','\xff','\x61','\x96','\xcd','\xda','\x71','\x8c','\xde','\x26','\x91','\x3b','\x52','\xc3','\xcf','\x75','\xed','\xb7','\xf1','\xfb','\xf7','\x5c','\x65','\xd7','\x87','\x6f','\xe6','\x9f','\x38','\x3e','\x22','\x3f','\x9e','\xd2','\xc6','\x4c','\xbc','\x02','\xd6','\x46','\xed','\xbf','\x74','\xe8','\x01','\xf3','\x9c','\xa9','\xdd','\xdf','\x70','\xbe','\x51','\x36','\x4a','\xf0','\x9a','\x7f','\xb8','\x94','\x29','\x65','\xca','\x0f','\x97','\x0d','\x67','\xe7','\x8f','\xbe','\x20','\xf3','\xe3','\x78','\x77','\xf8','\xcd','\x8f','\x04','\xdf','\x1c','\x5e','\x7d','\x5c','\x78','\xc4','\xc3','\x6f','\x98','\xae','\xfd','\x1d','\xef','\xd2','\x96','\xeb','\x3b','\x3e','\x35','\x1e','\xe7','\xff','\x5f','\xe7','\x86','\x1b','\x85','\x63','\x06','\xdc','\x8f','\x65','\x9a','\xe7','\x1a','\xcf','\xc7','\xab','\x8d','\xb2','\x6b','\xec','\xbf','\xe4','\x38','\x18','\xb3','\xc6','\x63','\x61','\xfe','\x37','\x66','\x56','\x36','\x66','\x32','\xa3','\x57','\x05','\x3f','\xf3','\xd6','\xc9','\x94','\xc2','\xff','\xe7','\xd7','\x1a','\x93','\x1f','\x28','\x3f','\x61','\xee','\x84','\xef','\x97','\x48','\x94','\x73','\xec','\x21','\x83','\xab','\x41','\x03','\x76','\xdc','\xcf','\xd2','\x2b','\x62','\x92','\xd9','\xe7','\x0c','\xdf','\x9b','\x45','\x26','\x7d','\x83','\xda','\xc8','\x56','\x47','\xcd','\x5b','\x8d','\x2e','\x63','\xd1','\x30','\x98','\x7d','\x1a','\xe6','\xea','\x71','\xe6','\xf7','\x70','\x63','\xdc','\x77','\x2c','\xba','\x18','\x30','\xf9','\x20','\xc2','\xb4','\x28','\x81','\x7d','\xce','\xbf','\xe3','\xb3','\xf4','\x3d','\x1a','\x5c','\x5f','\xa4','\x9b','\xa2','\x8b','\x98','\xa5','\x75','\x0d','\x2b','\x5d','\x02','\xcf','\x26','\x3b','\xce','\xfc','\x1f','\xc1','\xd5','\x61','\xbb','\xa6','\x44','\x47','\xa2','\x01','\x33','\xc3','\x67','\x95','\xf7','\x94','\x51','\xa6','\x1f','\x07','\xfc','\x0d','\xf0','\xc3','\x18','\x10','\x0e','\xd3','\x43','\xb4','\xfc','\x59','\xf5','\x8a','\x6a','\x06','\xfa','\x6d','\x94','\xe7','\x74','\x8a','\x1b','\xfc','\x6b','\xc1','\x27','\xcc','\x0a','\xfb','\xac','\xf8','\x9e','\x38','\xca','\xf5','\x3f','\x96','\xbf','\xcf','\xb2','\xfb','\x83','\xfc','\xfd','\xbf','\xdd','\xdc','\x54','\x2d','\x5b','\x10','\x5d','\x9a','\x1b','\x78','\x79','\xff','\x62','\x21','\x07','\xcf','\xbe','\x3d','\xda','\xd1','\x8c','\x1f','\xc4','\xe3','\x33','\x88','\xaa','\xb0','\xa2','\xa9','\xe8','\x41','\xcd','\x83','\xb5','\x6b','\xdd','\x63','\x5f','\x51','\x4c','\xd0','\x70','\xdb','\x5a','\x19','\xde','\x34','\xd6','\xcb','\x4e','\x7d','\x22','\xc6','\xc5','\x98','\x15','\xd3','\x61','\x13','\xef','\xe6','\xdf','\x0f','\xf6','\x57','\x58','\x1f','\x24','\x09','\xd7','\x96','\x31','\x4b','\x11','\xb6','\xe5','\xa8','\xf0','\x59','\xfd','\x3d','\x69','\x94','\xd9','\xd7','\x58','\x9f','\xc2','\x10','\xfc','\x8c','\x6a','\x3e','\x26','\x76','\x2f','\x29','\xaa','\x62','\xde','\xed','\xfe','\x13','\x35','\x14','\x62','\xb7','\xb8','\xad','\x42','\x88','\xcf','\xc9','\x10','\xfa','\xf0','\xd9','\xcc','\xa8','\x15','\x1d','\x80','\xf6','\xa1','\xa3','\x56','\xcb','\xc9','\x16','\x96','\x77','\x1e','\x1b','\x51','\x89','\x96','\xab','\xe6','\x62','\x53','\xdd','\x78','\x0f','\x62','\xe3','\xf7','\xb3','\x5c','\x20','\x86','\xf0','\xbb','\x22','\xf6','\x78','\x8a','\xc9','\xf3','\x4f','\x87','\x59','\xff','\xe2','\xfa','\x13','\x15','\x68','\x9e','\xba','\x58','\x85','\xe4','\x05','\xa8','\x96','\xc8','\xdc','\xb1','\xc9','\xc5','\xf3','\xd1','\x87','\xc6','\xfa','\x27','\x11','\x20','\x70','\x90','\x00','\xcd','\x5c','\xdf','\xa4','\x2d','\xaa','\x06','\x6b','\x7f','\x7e','\x6d','\xcc','\xbf','\xfd','\x58','\x40','\x54','\x54','\xcc','\xbf','\xed','\xf1','\xe1','\xfa','\x73','\xa3','\x4c','\x7f','\x0b','\xf9','\x1d','\x25','\x7a','\x2d','\xe4','\x4c','\xc6','\xf1','\xe3','\xbd','\x07','\x26','\x34','\xe2','\xb3','\x83','\x29','\x64','\xb2','\x3b','\x34','\x3e','\xf1','\x50','\x67','\xe8','\x66','\xaf','\xf7','\x7a','\x57','\xcc','\x24','\xb3','\xdf','\x02','\xfc','\x43','\x53','\xd2','\xae','\xe9','\x30','\x92','\xb1','\xc6','\x01','\xc6','\xcf','\xa6','\xc2','\x62','\xc1','\x60','\xfe','\x35','\x7e','\x3c','\xaa','\xd1','\x17','\xbd','\x83','\x9d','\x85','\x1b','\x8f','\xf3','\xfa','\x05','\x5e','\xbb','\x80','\x75','\x0b','\x21','\x96','\x56','\xd8','\xbf','\xd8','\x5a','\x3d','\x3e','\xbe','\x56','\x89','\x52','\x50','\x8a','\x31','\xb9','\xbb','\x2b','\x4e','\xef','\x1e','\x7a','\x2f','\x33','\x2a','\xb5','\xac','\x6b','\x21','\x21','\xfe','\x12','\x75','\x3d','\x37','\xea','\x48','\x2a','\x42','\x3a','\x74','\x06','\xdc','\x61','\xbc','\x3e','\xb8','\xfb','\xb2','\x9a','\xc1','\xed','\x93','\xe0','\x1d','\x7f','\xbf','\x27','\x73','\x25','\x93','\xcc','\xac','\xcd','\x88','\x3f','\xc0','\xdc','\x03','\xcc','\x77','\xef','\xf1','\xbc','\x32','\xc7','\x3e','\x51','\x8c','\x61','\xe3','\x97','\x1e','\xce','\xae','\x5b','\x82','\xfa','\x36','\x96','\x6b','\x7d','\x15','\xe7','\x17','\xe3','\xda','\x59','\xd9','\x7c','\xea','\xca','\xa9','\xe4','\x0a','\xf7','\xcf','\x61','\x5d','\x8e','\x4a','\xe2','\xa0','\xf5','\x7f','\xcc','\x18','\xb7','\xb0','\x3f','\x63','\xe4','\x5e','\xef','\x6a','\x79','\x54','\x8b','\x38','\xc4','\x6d','\xe0','\x56','\xf3','\x58','\x5e','\xf9','\xce','\xa8','\xd1','\xf8','\x7c','\x2c','\x3f','\x9a','\x7d','\x03','\xb4','\x3f','\xce','\x40','\xd8','\x37','\x45','\xae','\xcc','\x27','\x03','\xfd','\xbb','\x39','\x3e','\x87','\x55','\x90','\xcd','\xe3','\x1f','\xd9','\xed','\x8a','\x64','\xac','\x3a','\x6a','\x45','\xf5','\x6e','\xff','\x3d','\x4b','\xd5','\xbb','\x3d','\xc5','\x6e','\x51','\xc2','\x6f','\x50','\xc8','\x4f','\x27','\x67','\xac','\x19','\xeb','\x03','\x6b','\xe6','\xe4','\x0c','\xf1','\x59','\x25','\x82','\xaf','\x63','\x66','\xe7','\x66','\x7d','\xc9','\x1c','\x9d','\x61','\x79','\x24','\x34','\x9e','\x8d','\xd3','\x7f','\xa3','\x71','\xbf','\x07','\xc6','\x67','\xdc','\x8f','\x8b','\x77','\x5a','\xbf','\xd4','\x0d','\xee','\xdf','\x43','\x7e','\xa1','\x8c','\x94','\x41','\xf4','\x9c','\x90','\x2b','\x37','\x3a','\x52','\x9f','\xff','\xa2','\x30','\x3d','\x29','\x1a','\xd3','\x46','\x6a','\x0a','\x39','\x5c','\x19','\x7e','\x97','\x25','\xba','\xf5','\x27','\x44','\xf4','\xe8','\x69','\x3d','\x45','\xa7','\xa7','\x44','\x69','\x5a','\x16','\xe9','\x2d','\xf6','\x92','\xd2','\xf8','\xfc','\x0a','\x66','\xbc','\x96','\x71','\x5f','\x3d','\x83','\x59','\xf2','\x3c','\x77','\xe4','\xbe','\xe5','\x5f','\xc8','\x26','\xc3','\x57','\x83','\x6e','\xcc','\x2a','\x88','\x9a','\x92','\x5c','\x99','\xec','\x3e','\xa7','\xc2','\x4c','\x52','\x6d','\xd5','\xb9','\xd7','\xb9','\xfa','\x33','\xd3','\x6e','\x63','\xe3','\x43','\x29','\xc0','\xf8','\x2c','\x74','\x7b','\x2b','\xa5','\xee','\x4d','\xc8','\x23','\xac','\x0a','\xf7','\x7a','\x8b','\xe2','\x2e','\x1f','\x64','\x4b','\x05','\xf1','\x3d','\x62','\x2c','\x63','\x30','\xee','\x78','\x98','\x17','\x73','\x35','\xee','\x68','\x02','\xf4','\xaf','\x6f','\x04','\xf6','\x0b','\xb2','\x4d','\xf4','\xb3','\x0c','\x14','\x0f','\xfa','\x1e','\xb1','\x20','\x54','\x51','\x33','\x87','\x2b','\xef','\xd1','\xfb','\xc5','\xdf','\xd9','\xd9','\x92','\xe3','\xf3','\x51','\xb5','\x56','\xac','\xb8','\x53','\xcb','\xac','\x7c','\xff','\x9e','\xca','\x95','\xf7','\x93','\xcc','\x7f','\x12','\x8e','\x4f','\xc5','\xfc','\x64','\x19','\xe6','\x8a','\x0d','\xf7','\x92','\x8b','\x79','\xf7','\x0a','\xbf','\x08','\x6c','\x18','\xd4','\x5e','\xad','\xdc','\x78','\xf5','\x51','\x65','\xc2','\x03','\x1b','\xb0','\x7a','\xd8','\xb5','\xab','\x86','\x3b','\x5a','\xaf','\x0a','\x63','\xaf','\xd4','\xd2','\xfc','\xa3','\x05','\xea','\xa9','\x85','\xac','\x27','\x16','\x06','\xfc','\x85','\x5c','\x58','\xb1','\xc6','\x2a','\x83','\x9f','\xed','\x3f','\xa5','\xbb','\xfd','\x67','\x15','\xb1','\xdf','\x85','\xf7','\x92','\x5e','\xea','\x3d','\x6d','\x18','\xbb','\xbc','\x9c','\xb1','\xc5','\x17','\xc9','\x2d','\xc8','\xb0','\x56','\xce','\x95','\x31','\xfa','\x5a','\xaa','\xa8','\x74','\x5a','\x3f','\x6d','\x26','\x22','\xe1','\xf9','\x8c','\x8f','\xcb','\x82','\xbb','\xb2','\x3e','\x09','\x72','\x0f','\x31','\x6b','\xef','\xde','\xea','\x95','\x4a','\xb2','\x72','\x4b','\x20','\xdf','\x7a','\x7c','\xcd','\x8d','\x7b','\x9e','\x0b','\xef','\x0c','\x7d','\xf5','\x3e','\xef','\x17','\xda','\x18','\x56','\x4d','\xbb','\x6d','\x42','\x23','\x66','\x11','\xfa','\x12','\xfb','\x2a','\x7c','\x0f','\xaf','\xdf','\xc3','\x38','\x27','\xe2','\x6f','\xc4','\x9f','\xb8','\xe6','\xf1','\x1a','\xd7','\x1e','\x7f','\x84','\xfc','\xc2','\xb1','\x94','\x36','\x0f','\x2b','\xa3','\x43','\x9c','\x07','\xac','\x6c','\x87','\x91','\xa4','\x46','\xdf','\x60','\xfc','\x49','\xe4','\x1f','\x7d','\x98','\x61','\x6e','\x0b','\xcf','\x25','\x24','\xdd','\x6f','\x7d','\x58','\xe9','\x7e','\x2b','\x46','\x7b','\x3c','\xdc','\x07','\xe9','\xbf','\xf8','\xa3','\xfa','\x1a','\xfa','\x3b','\x20','\x41','\x45','\x63','\x2a','\xab','\x19','\xab','\x59','\x22','\x4c','\x65','\x93','\x46','\xb0','\x27','\x77','\x26','\xc2','\xef','\x17','\x94','\xb0','\xaa','\x76','\x04','\xc6','\xa3','\xa0','\x78','\xb5','\xdf','\xc7','\x3c','\x93','\xe4','\x6b','\xd1','\x39','\x5e','\x7d','\x04','\xea','\x87','\x89','\xb2','\x86','\x57','\x48','\x85','\xf5','\x71','\xf5','\xe3','\x68','\x01','\x35','\x33','\x18','\x86','\xfc','\x1a','\xd1','\x91','\x6b','\x8a','\xe4','\xcb','\xa4','\xce','\x2f','\x3e','\x1a','\xf8','\x1f','\x9a','\xcf','\xff','\x71','\x20','\xcd','\xb8','\x2c','\x23','\x24','\x64','\xff','\x64','\x9e','\xbd','\xc8','\x8e','\x25','\xde','\xa7','\xe8','\xf3','\x3b','\xee','\x99','\x85','\xec','\x40','\xbd','\x36','\x9d','\xd2','\x01','\x18','\x40','\xf9','\xeb','\xea','\xdf','\xf8','\xf1','\xfe','\x25','\xfd','\xb7','\x1c','\xa7','\x01','\xfe','\xc6','\xf7','\x45','\xcd','\x6d','\xd0','\x9f','\x03','\x3e','\xd0','\x6a','\x82','\xe5','\x1f','\x81','\x50','\x64','\xb8','\x3e','\x14','\xc7','\x1b','\xb2','\x79','\xd4','\xf9','\x4f','\x78','\x5e','\xa4','\xa8','\x20','\xc2','\xc1','\xf9','\xad','\x42','\xc0','\xf5','\xa1','\xc2','\xd1','\xa0','\x42','\x58','\x99','\x52','\xd0','\x7a','\x9e','\xaa','\xa4','\x69','\x5a','\x99','\xba','\x20','\x6e','\x5e','\x55','\xbb','\x0e','\xdd','\x51','\xea','\x13','\xd3','\xd4','\x55','\xc4','\x05','\x2e','\x89','\xb6','\x2c','\xb5','\xd0','\x70','\xc3','\x4a','\xc7','\x06','\xff','\x1f','\xe5','\x2b','\x7c','\xbd','\x82','\x2d','\x3c','\x8a','\xd9','\x8d','\x0b','\xad','\xbc','\xfd','\x1a','\x2b','\xb0','\x6f','\xac','\x73','\xc3','\x15','\x42','\x54','\x36','\x5c','\xc0','\xff','\x47','\x1c','\xd4','\x46','\xff','\x75','\x73','\x7d','\x0b','\xd7','\xc3','\x1a','\xbf','\x9f','\xe3','\xcb','\x61','\x9d','\x22','\xeb','\x0f','\xda','\xe0','\x5d','\x65','\xeb','\x4f','\x24','\xb8','\xbe','\x66','\x9b','\xd6','\x33','\x26','\xcd','\x35','\xd7','\x6a','\x2e','\xb0','\xfa','\x2d','\x6c','\x61','\xc3','\xf8','\x71','\x15','\xd9','\xa5','\x75','\xd0','\x1e','\xc2','\xff','\xc0','\xf8','\xd9','\xf5','\xfc','\x69','\xbc','\xde','\xad','\x41','\xc2','\x79','\xd3','\x44','\x15','\xd7','\x53','\xd1','\xd8','\x92','\x5b','\xa3','\x74','\x50','\x5e','\x19','\xc8','\x9f','\x18','\xcf','\xe7','\x63','\xf5','\x3e','\x2f','\x18','\xb9','\xd5','\xb1','\xeb','\xbe','\x3f','\xbc','\xbe','\xa8','\x0c','\x75','\xfd','\xc3','\xdf','\x47','\x10','\x7f','\x14','\x9e','\x7e','\x98','\xfe','\x8f','\x25','\xce','\xaf','\xcd','\x9f','\x0b','\x33','\x46','\x75','\x6b','\x60','\x98','\x6b','\x9d','\x8d','\xd7','\x0f','\x10','\x5b','\x0e','\xf7','\x57','\xe2','\x56','\xff','\xfb','\x98','\xfb','\xa6','\x07','\xdf','\xcf','\xa3','\x45','\x02','\x72','\x1e','\x56','\xee','\xb3','\x05','\xfd','\x38','\x48','\x01','\xd3','\x7a','\xba','\xeb','\xfa','\xef','\xe7','\xfc','\xf6','\x8b','\xd0','\xf2','\x3c','\x7e','\xdc','\xb3','\xa4','\x90','\xfe','\x49','\xb0','\xe2','\x26','\x31','\xf2','\x4a','\x83','\x7a','\x11','\x9f','\xa1','\x5c','\x74','\xfb','\x49','\x78','\x0a','\xac','\xb4','\x44','\x5c','\xda','\x24','\x08','\x57','\xce','\x6e','\x46','\xbd','\x6b','\xc2','\x56','\xac','\x82','\x12','\xb4','\x3c','\xe3','\xaf','\x14','\x74','\xb0','\x34','\xf2','\xb0','\xbe','\x84','\xf3','\x37','\xee','\x8f','\xb0','\xc8','\xb3','\x67','\x6a','\x79','\xa4','\x10','\xd2','\x28','\xe2','\x1f','\x3c','\x3d','\x03','\xf3','\xaf','\x8a','\x75','\xa2','\xfd','\xfe','\xc1','\xdc','\xc1','\xdc','\x9b','\x20','\x69','\x91','\xa3','\x2d','\x36','\xa7','\x1c','\x04','\x99','\x2f','\xde','\x21','\x60','\x7d','\xca','\x16','\x5f','\x22','\x12','\x19','\x22','\xdb','\x3c','\xe4','\xaf','\xdc','\xe2','\x63','\xed','\x1c','\xe8','\x1a','\x07','\xa3','\x2f','\xde','\x2a','\x04','\xf1','\x7d','\xe9','\x9a','\x04','\x2b','\xcb','\xcf','\xe2','\x34','\x4e','\x53','\xb4','\x17','\x7e','\xef','\xcd','\x8c','\x15','\x9f','\x5e','\x17','\x94','\x7f','\x7a','\x34','\xef','\x61','\x0d','\x86','\x87','\x75','\x18','\x56','\x5e','\x87','\xdf','\x75','\x62','\x92','\xa7','\xb9','\x7e','\x8b','\x78','\xd5','\x65','\xaf','\x84','\xc7','\x7a','\xfc','\xb8','\x90','\x32','\x7b','\xb5','\xa8','\xd0','\xeb','\xf3','\xfb','\x0f','\xeb','\x85','\x3e','\xa9','\x5a','\x18','\x3d','\x32','\xfe','\xcc','\xb3','\xcc','\x01','\x87','\x56','\xf4','\xb9','\x14','\x9d','\x11','\x85','\xd6','\x3a','\x7e','\x2f','\x97','\xf6','\x1c','\x19','\x81','\x22','\x7a','\x4c','\xae','\xe3','\xc8','\x11','\x91','\xc9','\x17','\x17','\xb5','\x17','\xcc','\x0a','\x41','\x49','\x6c','\x81','\x8c','\xa7','\x2e','\xc3','\xaf','\x06','\x0d','\x0f','\xda','\xce','\xa5','\x2f','\x45','\x8f','\x5c','\xc3','\x55','\x1a','\x37','\x9f','\xdd','\x3f','\xec','\x63','\xf4','\xe9','\x6c','\x0b','\xea','\x44','\xb0','\xa9','\xc5','\x8f','\x4b','\xd6','\x8b','\x56','\x21','\xf5','\xe2','\xa9','\xd2','\x03','\xc5','\x01','\x18','\xdf','\xbd','\x52','\x4a','\x9a','\x91','\x84','\x75','\x20','\x36','\x7e','\xd6','\x59','\xa2','\x25','\x0f','\x56','\x49','\xad','\x80','\x39','\xab','\xd6','\xcf','\x6e','\x7f','\x91','\x16','\xf4','\x79','\xf3','\x9d','\xfc','\xc9','\x96','\x19','\x85','\x71','\x95','\xa2','\xf6','\xc2','\xbd','\x2b','\x69','\xe1','\x39','\x2f','\x23','\xa8','\xc2','\x36','\xfc','\x2c','\xcf','\x88','\x98','\xc1','\x6b','\x54','\xb4','\x72','\x5b','\xdf','\xd7','\x07','\x30','\x1f','\xbd','\x11','\x1f','\x19','\xef','\x1f','\x7a','\x86','\xe9','\x55','\x1f','\x3a','\x60','\x1f','\x3f','\x98','\x71','\x32','\x99','\xef','\x5e','\xcc','\x64','\xd4','\x2f','\xaa','\x8e','\x63','\x4f','\xd8','\x6e','\x81','\x57','\xff','\x23','\xae','\x10','\xab','\x4c','\x02','\xed','\xc8','\xca','\xf5','\xc2','\x98','\x09','\xfb','\xbf','\xce','\xae','\xc7','\x8e','\x83','\x71','\xba','\xdb','\xd7','\x93','\x74','\x46','\x9f','\x19','\x8b','\xcc','\xe0','\xfa','\x4f','\x7a','\xa6','\x90','\xb7','\xe8','\xdf','\x9e','\x98','\x70','\xf6','\x61','\xec','\xdd','\x79','\xde','\x99','\x78','\x22','\xee','\x6c','\x45','\x86','\x07','\x39','\xcf','\xf4','\xcf','\x28','\xe8','\x9f','\xd7','\x34','\x56','\x95','\xb1','\x29','\xbe','\x68','\x29','\x3a','\xac','\x34','\x58','\x9c','\xf2','\xb4','\xc7','\xd7','\x37','\xd0','\x1e','\x22','\xd7','\x84','\x14','\xc3','\xb7','\x38','\x95','\xd9','\x9d','\xd9','\xfe','\x1d','\x5a','\xea','\xa5','\xbc','\x7d','\xe0','\xfa','\x8b','\xea','\xc3','\x6a','\x66','\x85','\xfb','\x77','\x9d','\xdd','\x97','\x8a','\x4e','\xc6','\x52','\xdf','\xbf','\xcb','\xb1','\x1c','\xeb','\xd1','\x9c','\x81','\xfc','\x17','\x2c','\x97','\x4b','\x4f','\xd0','\xee','\x8a','\x6f','\x46','\x66','\x84','\x10','\xfd','\x87','\xf7','\x1f','\xd7','\xdf','\xc0','\xfa','\x62','\xb8','\xe5','\x66','\xdc','\xb3','\x0a','\xbd','\xa0','\xe5','\xea','\x08','\x54','\x8e','\x89','\x37','\x5c','\xbe','\x0e','\x6c','\x3a','\xdc','\x57','\xfe','\x5b','\x15','\x6b','\xa4','\x9b','\xf1','\xa5','\x43','\x7e','\x30','\x68','\x1f','\x02','\x5a','\x98','\x19','\x37','\x53','\xd9','\x5e','\x33','\x0a','\xfb','\x4e','\x73','\x26','\x2b','\x60','\x7e','\x52','\x95','\x56','\x68','\xc5','\xfb','\x19','\x8c','\x8f','\x2a','\x26','\x90','\xa5','\xbc','\x5e','\xc6','\xce','\x33','\xe6','\x20','\x3f','\x51','\x68','\x11','\xc0','\xea','\x1b','\xac','\xdf','\x29','\xad','\x17','\xae','\x78','\xbb','\x3f','\x26','\x3c','\x0d','\xeb','\x13','\xea','\xbf','\x30','\x11','\x93','\x9f','\x5c','\x66','\xf1','\x91','\xcb','\x56','\xb2','\x98','\x19','\x4f','\xc7','\xd2','\x43','\x19','\x2b','\x99','\x2e','\x9d','\x10','\xc1','\xda','\xbc','\x83','\x7d','\xff','\x1b','\xf1','\xa0','\x76','\x2c','\xe5','\xc1','\xf8','\xb3','\xa1','\xfd','\xec','\x9c','\xbb','\xa6','\x15','\xc6','\x07','\xd6','\x82','\x78','\x1f','\xb3','\x08','\x7b','\x4a','\x79','\xc6','\xb7','\x22','\x43','\xf3','\xd2','\x7c','\xdf','\x7c','\x3a','\x92','\x03','\xfd','\x94','\xe9','\xcf','\x86','\x3a','\xb9','\x62','\xec','\x41','\xdf','\xb1','\x97','\x26','\xcf','\x79','\xb6','\x10','\x77','\xee','\x74','\x2c','\xc1','\xd2','\x73','\xc8','\x4f','\x8b','\xec','\xd2','\xd9','\x95','\x9a','\xff','\xb5','\x38','\x9f','\x99','\x57','\xe7','\x87','\x3e','\x48','\x93','\xdd','\x7e','\x8e','\x70','\x7c','\xa3','\x6e','\x7f','\x25','\x62','\xb1','\xdc','\x22','\xab','\x5a','\x50','\xc6','\xbd','\x98','\x36','\xa8','\xa5','\xb6','\xa7','\xf4','\x9c','\xc2','\xf4','\xab','\xf3','\x31','\xfa','\xeb','\xcd','\xfb','\xaf','\x72','\xff','\xf6','\xac','\xbc','\xb7','\x14','\xb7','\x7a','\xad','\x71','\x79','\x5c','\x3e','\xa1','\xb2','\xf9','\x63','\xc3','\xf8','\xc1','\x9a','\x1d','\x0f','\x75','\x11','\x8b','\xdc','\x8e','\xfc','\x4d','\x95','\x31','\x6d','\xe6','\x34','\x31','\xba','\x5f','\x52','\x4b','\xb8','\x7f','\x82','\x91','\x93','\xe5','\x74','\x29','\xbd','\x5c','\x2c','\x65','\x96','\xd5','\xd2','\x50','\x69','\xf7','\xf6','\xb4','\x30','\xd3','\xc1','\xed','\x83','\xee','\xcb','\x2b','\xe8','\xc1','\x52','\x61','\x5b','\x29','\xaa','\x99','\xaf','\xab','\xf3','\xdb','\xb6','\xc2','\xe7','\xbe','\x19','\x21','\xc4','\x17','\xf0','\xdc','\xf8','\x13','\x5b','\x33','\xda','\x11','\xd6','\xfe','\x42','\xf4','\x09','\x68','\xff','\x27','\x9e','\x16','\x5a','\x3a','\x42','\xfb','\xe2','\x93','\xcb','\xcc','\xb7','\xa7','\xa5','\xbc','\x59','\xc4','\x7d','\x57','\xb6','\xb1','\x4c','\x85','\x9c','\xf2','\x69','\xf9','\x8b','\x8d','\xf8','\x51','\x84','\x7c','\x9c','\x78','\xad','\xef','\xb5','\xbe','\x8f','\xd1','\xff','\x34','\xbf','\x72','\x36','\x59','\x30','\x0b','\x2b','\x67','\x11','\xff','\x2e','\x5d','\x7c','\x63','\x9e','\x9a','\xe8','\x4d','\x88','\x5b','\x71','\xeb','\x23','\x9f','\x3f','\x7d','\x46','\x2e','\x6a','\xfb','\x2f','\x21','\xfe','\x6b','\x06','\x7e','\x77','\xe7','\xc2','\xf1','\xfd','\xb1','\x97','\xb2','\xd2','\x76','\xca','\xdb','\x2d','\xcc','\x7a','\x88','\x0e','\x39','\x28','\xa4','\x40','\xdf','\x3c','\x81','\xfc','\x13','\x58','\x5d','\x5c','\xf5','\xd8','\xe8','\xc1','\x31','\x0a','\xf7','\x1f','\x60','\x8f','\xe7','\xdd','\x16','\xae','\xbf','\xfe','\x34','\x26','\xfd','\x5a','\xdb','\x7f','\x79','\x22','\x33','\xf1','\xf0','\xfe','\x8b','\xb3','\x9b','\xf7','\x16','\xe3','\x0f','\xf7','\x1a','\xd0','\xbe','\xd2','\x09','\x35','\xd4','\xcf','\x56','\x2a','\xbb','\xdf','\x4a','\xd1','\x3d','\x5e','\x8a','\xbe','\xe0','\x8d','\xd3','\x1e','\x7f','\x50','\xdf','\x4d','\x3f','\x6f','\x9d','\x38','\x09','\x16','\xf5','\x03','\xea','\xbc','\x22','\x7e','\xe4','\x8f','\x5b','\x7b','\x0f','\x8f','\xa7','\xf7','\x3e','\x3e','\xfb','\xc0','\xde','\x3f','\x82','\xbf','\x3e','\xbe','\xf7','\x3b','\xf6','\xd6','\x5c','\x32','\xc6','\x11','\x87','\xd5','\x8f','\xdf','\xb0','\x94','\xd4','\x1b','\x16','\xb1','\x5e','\x7e','\xee','\x43','\xfb','\xe5','\xd8','\xc5','\xa1','\xb3','\x0f','\x14','\xad','\x97','\x73','\xc5','\x06','\xfc','\xd4','\x7c','\x4b','\x57','\xcb','\xc1','\x35','\xb9','\xcf','\x92','\xf7','\x18','\xc6','\x54','\x58','\xdf','\xbe','\x83','\xad','\x72','\xe2','\x08','\xe2','\x0c','\x2a','\x8e','\xe1','\xd6','\xf5','\x03','\x76','\xbc','\x0a','\xeb','\x2b','\x4a','\x78','\x85','\xa3','\xc6','\x60','\xbc','\xa6','\xf1','\x78','\xdd','\x9a','\xe4','\x79','\xfe','\xd7','\xe3','\x2b','\xa3','\xfc','\xf7','\xc1','\xa6','\x3d','\xa4','\x77','\x51','\x4d','\x7f','\xfb','\x27','\xf0','\x7d','\x8b','\xe1','\x35','\xd8','\xf5','\x15','\x04','\x0c','\xbc','\x19','\xed','\x9e','\xa4','\x9c','\xdf','\x58','\x1d','\xa0','\x17','\x54','\x7a','\xae','\x13','\xd5','\x35','\xdd','\x3e','\xd7','\x1d','\xa1','\x0c','\x19','\x9b','\x18','\x53','\xd5','\xa4','\x35','\x65','\xb5','\x58','\x53','\xe7','\x05','\x4b','\x3c','\xbc','\xee','\x8b','\xd5','\x53','\xe2','\xa9','\xde','\x56','\x29','\xc2','\xe5','\xbf','\x64','\x8d','\x2c','\x61','\x45','\x18','\x8b','\xc2','\x37','\x5d','\x5f','\x59','\xf7','\xd3','\xa5','\x53','\xea','\x7c','\x71','\xde','\xf9','\x00','\x7d','\x87','\x22','\xf2','\x86','\x7f','\xe0','\x57','\xc0','\x40','\xb3','\xa8','\x65','\xbb','\x4a','\x7b','\x6e','\x70','\x58','\x75','\x87','\x61','\xbf','\x7b','\x98','\x5b','\x80','\x3f','\xbe','\xda','\x78','\x7e','\x63','\xfe','\x07','\xe6','\xfb','\x5c','\xff','\x7c','\x84','\x20','\x9e','\xdc','\xcd','\x4c','\xf3','\x96','\x95','\x8d','\x6f','\x0c','\x10','\xc6','\x4f','\x80','\x98','\x17','\xce','\xb8','\x13','\xeb','\xa8','\xe3','\xeb','\x7c','\x7a','\x8d','\x45','\x9d','\x9f','\x5e','\xc4','\x64','\xea','\x81','\xb6','\x85','\x75','\x98','\xfa','\xc1','\xf2','\x82','\x6f','\xf2','\x1a','\x8f','\xef','\xa8','\x32','\x74','\x8a','\x80','\x2d','\x71','\xc7','\x12','\xc7','\xaa','\x68','\x3c','\x0e','\x6b','\xc5','\x12','\xea','\x0c','\xc8','\x01','\x6f','\x2a','\x63','\x5d','\x27','\x5b','\x85','\xe0','\x7c','\x2b','\xf2','\xad','\xab','\x9f','\x5e','\xbf','\x51','\x3b','\xff','\xb7','\xd4','\x6f','\xf0','\xe3','\xa9','\x88','\x9b','\xdf','\xe2','\xd1','\xdc','\x40','\xee','\x91','\x2a','\x32','\x58','\x6f','\xa9','\xa2','\x5f','\x03','\x59','\x2d','\xc2','\xf3','\x79','\x64','\x23','\xcc','\x82','\x42','\x04','\xab','\x5e','\x98','\x01','\xb9','\xda','\xf1','\xbc','\x86','\xb2','\x73','\x44','\x11','\xc0','\x8a','\xc8','\x1e','\xd4','\x7e','\x18','\xd7','\xb7','\x6e','\x35','\x95','\xbc','\x12','\x1e','\x7f','\x1a','\xd1','\x7b','\xaa','\x23','\x20','\xd4','\xd6','\xfa','\x59','\xc2','\x35','\x05','\xd3','\xcb','\xe7','\xc3','\xab','\x73','\x66','\xd6','\x1d','\x4d','\x79','\x5c','\xa8','\xe3','\x06','\x57','\x17','\xe0','\x0c','\x41','\xcb','\x8e','\x08','\x02','\xd8','\x55','\xc7','\xfd','\x78','\x44','\x43','\xfc','\xcd','\x81','\xa7','\x7f','\x1a','\x1c','\x37','\x6f','\xac','\x21','\xe1','\xfa','\x1b','\x3f','\x7e','\x06','\xfe','\x5b','\xd6','\xe3','\x16','\xe2','\x83','\xb2','\xfc','\xb1','\x5c','\xeb','\x00','\xe6','\x8f','\x0d','\x07','\x77','\xf7','\xdb','\xeb','\x53','\x5a','\x02','\xab','\x84','\x63','\x2b','\xd4','\xb9','\xee','\xd7','\x8a','\x5d','\x85','\x5f','\x1d','\xec','\xd8','\xc4','\x8e','\xcf','\x9c','\xf5','\xda','\x94','\x04','\x8c','\xa2','\xa9','\x32','\xf1','\x3e','\xe5','\xfe','\xf1','\xb8','\x96','\xa8','\xb4','\x69','\x53','\xa0','\x71','\x37','\x1f','\x67','\xf9','\xf5','\xf8','\xe2','\x4f','\x8b','\xa3','\x16','\x32','\xbb','\x40','\xff','\x34','\xe4','\xd7','\x33','\xfd','\xf2','\x5c','\x5c','\xd7','\x0a','\x23','\x73','\xd0','\x76','\xae','\x27','\xc6','\x7d','\x0d','\x6c','\x15','\x78','\x7a','\x31','\xaf','\x0b','\x34','\xb4','\x8f','\x6a','\x91','\x53','\xe4','\x0e','\x51','\x51','\x3e','\x0a','\x0a','\xc6','\x08','\xf1','\x6a','\x13','\xe2','\xef','\x89','\xf2','\xd4','\x2a','\x0c','\x3b','\x15','\x5a','\x61','\x5a','\x17','\xc5','\x04','\xb2','\x0f','\x8a','\x93','\x88','\x1f','\x10','\xe4','\xe7','\x52','\xc6','\x2f','\x75','\x82','\x84','\xd8','\x13','\xa3','\x91','\x13','\x11','\x1c','\xff','\x58','\x09','\xb8','\x0a','\x7b','\xc2','\x51','\x33','\x89','\x0c','\x92','\xb2','\xad','\xca','\x86','\xe0','\x88','\x8f','\x8a','\x06','\x9d','\x52','\xc8','\x42','\x98','\xea','\xfb','\xdb','\xf8','\xc9','\x1a','\xf8','\xcb','\x0a','\xc2','\x9c','\x70','\x5e','\x28','\x88','\x65','\xf1','\x3c','\x2d','\xd2','\x2b','\xb1','\x99','\xdf','\x9f','\xc2','\xfc','\xc5','\x30','\x1b','\x80','\xe7','\x03','\x84','\xd9','\xa9','\x3c','\xb4','\x9b','\x63','\x73','\x68','\x07','\xab','\xf0','\x80','\x2b','\xc0','\x2b','\xfb','\x1c','\xd4','\x02','\x29','\x2c','\xbd','\xaa','\x16','\x6b','\x23','\xba','\x01','\x9b','\xd9','\x6f','\xe9','\xb6','\x7e','\xd0','\x32','\x53','\xe6','\x29','\xb3','\x63','\xa4','\x8e','\x0f','\x05','\x57','\xcc','\xe9','\xf9','\xdb','\xaf','\xea','\x79','\x3d','\xdf','\xbf','\xac','\x0b','\x96','\xb0','\xc7','\x63','\xfc','\x6e','\x35','\xf6','\x34','\xad','\xa0','\xce','\x21','\x83','\x66','\x6c','\x41','\x9d','\xd3','\x0a','\x96','\x6b','\x9f','\xcc','\xe5','\x1a','\xcf','\xef','\xf1','\xb0','\x26','\x27','\xdc','\x47','\x69','\x52','\xcc','\x07','\xe7','\xc3','\x0e','\x3a','\x78','\xaf','\x3f','\x00','\x5a','\x7b','\xdc','\xbb','\x23','\xbf','\xdd','\x35','\x61','\x86','\xe6','\x7f','\x76','\x53','\x6b','\xfd','\xfe','\x34','\xaa','\x2a','\xfd','\x55','\xd4','\xf2','\x11','\xcb','\x32','\xa9','\xe0','\xec','\x10','\x95','\xe0','\x6c','\xd2','\xbd','\xa4','\x28','\x2c','\x8b','\x68','\xa1','\xff','\x6c','\x4c','\xe8','\x76','\x1f','\x9e','\x4a','\x8a','\xa7','\xa0','\x7f','\xf9','\x71','\xbc','\x33','\xad','\xd0','\x5f','\x05','\xab','\x01','\x66','\x4e','\xff','\xf2','\xf6','\xd2','\xae','\x65','\xa3','\xf4','\xad','\x65','\xc2','\xec','\xe7','\x90','\xef','\x27','\x16','\xe0','\xa6','\x34','\x6e','\x61','\xcd','\x4f','\x53','\x06','\xa1','\xb2','\x47','\x3d','\x8a','\x34','\xf4','\x9b','\xb9','\xfd','\x5e','\x43','\x2b','\x22','\xbc','\x32','\x20','\xc0','\x3f','\x16','\x15','\x7b','\x21','\xb4','\x3f','\xfc','\x09','\xb2','\x8f','\x38','\x9e','\x23','\x3a','\xd4','\x81','\x45','\xe4','\xa1','\x5c','\x88','\x5f','\x55','\xc7','\x2f','\xc2','\x9c','\x47','\xd1','\xe8','\xa8','\xb6','\x23','\x5f','\x0a','\xc3','\xcf','\xbe','\xbf','\xeb','\xd9','\xd6','\x46','\x7c','\xa9','\x66','\x04','\x58','\xbe','\xd6','\xdc','\xc8','\x5f','\xdd','\x74','\x47','\x62','\xfd','\x73','\xe8','\xef','\x89','\x34','\xeb','\x8f','\x81','\xff','\x7e','\xa2','\x8e','\x90','\x85','\xfc','\xbc','\xda','\x63','\x98','\x9d','\xe0','\xb5','\xe0','\x90','\xd9','\x1c','\x5d','\x8a','\x32','\xe6','\x24','\xd8','\x7c','\xfe','\x7e','\x40','\x7c','\xac','\xbd','\x25','\xdd','\xf2','\x83','\x16','\x89','\x33','\x44','\x46','\x39','\xee','\x54','\x0d','\x81','\xea','\x80','\xf0','\x98','\xc0','\xe3','\xe7','\xa1','\x7d','\x36','\xa1','\x39','\x65','\xce','\xfd','\x0d','\xcf','\xaf','\xd4','\xf9','\x67','\x6b','\xf8','\x55','\x78','\xa6','\x02','\x9b','\x8f','\xaf','\x07','\xe8','\x63','\x52','\x0b','\xe3','\x57','\xe5','\xd7','\xa7','\xee','\x84','\x80','\x31','\x46','\x64','\x95','\x40','\x8c','\xa4','\x87','\xdc','\xc7','\x58','\x76','\x8e','\x50','\xbb','\x7f','\x27','\x81','\xd7','\x65','\x08','\x4d','\x4d','\xdf','\xdf','\x8c','\xcf','\xc5','\xab','\x24','\x1b','\xf3','\xb7','\x42','\x7c','\x30','\x3c','\x17','\xae','\x8c','\x18','\x63','\xf0','\xfa','\x90','\x7b','\x28','\xc0','\xa7','\xe2','\xf8','\x4a','\x84','\xb4','\x1a','\xc3','\xb6','\x68','\xf1','\x4a','\xd2','\x75','\xda','\xa4','\x0e','\x26','\x5e','\x9f','\xfe','\x93','\xce','\x48','\x1d','\x1f','\xab','\x01','\x21','\xab','\x11','\x5f','\x2c','\xf0','\x59','\x06','\xed','\x1b','\xbc','\x1e','\x50','\x0e','\x61','\xec','\xf5','\x87','\x6b','\xd6','\x61','\xe4','\x84','\x96','\x69','\x25','\xbc','\xf3','\xe0','\xfe','\xbd','\xc7','\x6a','\xf9','\x25','\xf8','\xfd','\x42','\x63','\xcd','\x3d','\x93','\x36','\x5b','\x40','\xd7','\xcb','\x97','\x08','\xce','\x77','\x8c','\xca','\xe4','\xa1','\x7d','\x19','\x27','\xe0','\x44','\xeb','\xbe','\x2a','\xb6','\xcf','\x21','\x4c','\x64','\xab','\xc2','\x3d','\xd4','\xc6','\x17','\x46','\x89','\xc2','\x1c','\x72','\x94','\x79','\x7c','\x8d','\xa6','\x41','\xd4','\x65','\x22','\x1b','\xf4','\x2f','\x61','\xfd','\x9b','\x7d','\x0c','\x63','\xbf','\xbe','\x40','\x1a','\xcf','\x47','\x00','\x5b','\x8c','\x55','\xd5','\x30','\xe0','\x59','\xfd','\xe5','\x28','\xab','\x5d','\x6c','\x40','\xd1','\x6f','\xca','\x1f','\xbb','\xb1','\xfd','\xb9','\x46','\x14','\x65','\x5c','\x26','\xe8','\x7f','\x45','\xed','\x51','\x8d','\xbc','\xee','\x83','\xe6','\x51','\x64','\x1b','\x7c','\xfa','\xab','\xe2','\x3b','\x45','\x81','\xf1','\xc7','\x37','\xe0','\x7b','\x55','\xb9','\x84','\xdb','\x82','\x3c','\xbd','\xcf','\x26','\x96','\x94','\x99','\xad','\x33','\xc3','\x53','\xfc','\xfb','\x31','\x4b','\xea','\xd3','\xd7','\x5f','\xba','\xb9','\x73','\x31','\xaa','\xd2','\x12','\xe2','\x72','\x39','\x9a','\x83','\xe8','\x6f','\xf0','\x7a','\xc0','\x3b','\xa4','\xf1','\xf8','\x37','\x46','\x57','\x50','\x47','\x44','\x54','\xad','\x8a','\xfb','\x9a','\x39','\x9f','\xac','\x54','\x5f','\x73','\xff','\xca','\x3e','\xcf','\xe3','\x2b','\xb5','\xf9','\x57','\x47','\x41','\x68','\xc6','\x27','\xe1','\xf8','\xde','\x38','\x3e','\xf7','\xad','\x30','\xec','\x2f','\xb4','\x11','\xbd','\x03','\xce','\x63','\x4e','\x8b','\xc3','\xf1','\xbf','\x82','\xfb','\x47','\xff','\x44','\x62','\x35','\xa9','\x96','\x60','\x2d','\x60','\x1c','\x37','\x09','\x5d','\x35','\xc9','\x4c','\x23','\x6e','\x19','\x56','\xfe','\x9a','\xe6','\xf1','\x6c','\xe3','\xfc','\x8d','\x79','\x58','\xd7','\x15','\xf3','\x5e','\xd3','\x60','\xf3','\x2a','\xec','\x3e','\xe7','\xd5','\xbf','\xea','\x7b','\x67','\x25','\xc2','\xf8','\x33','\x58','\xff','\x49','\x51','\x89','\xf5','\xdc','\xd4','\x44','\x12','\x36','\x78','\x3d','\x30','\xf5','\x68','\x32','\x92','\x14','\xa6','\xc4','\x64','\x1d','\xdf','\x4d','\x68','\x44','\xea','\xc6','\xdc','\xb0','\x95','\x81','\x53','\x0b','\x53','\xe1','\xf1','\xba','\x9f','\x80','\xc9','\x07','\x72','\xd7','\xd2','\x02','\xcb','\x35','\x0b','\xed','\xb7','\xd7','\x2f','\xa3','\x66','\xf8','\xfa','\xe5','\x4a','\x72','\x3e','\xf3','\x5a','\xfa','\x2f','\xd3','\xef','\x64','\x48','\x32','\x52','\x62','\xf6','\x1d','\xb3','\xaf','\xe6','\x4d','\xd8','\xb2','\xf3','\x64','\xfe','\x03','\x30','\x23','\xe6','\xff','\x6a','\xfe','\x9d','\x30','\xbf','\x25','\xbc','\x7e','\xeb','\xa7','\xf9','\xe9','\xdb','\x44','\x86','\x83','\x0f','\xf6','\x1e','\xf4','\x0b','\x43','\x4e','\xe3','\x7b','\x03','\xfe','\x59','\xd0','\x3f','\xaf','\xfb','\xaf','\x89','\xaf','\xbf','\xf4','\x9a','\xf8','\x9a','\xfb','\x17','\x89','\x0a','\xf9','\x6b','\xff','\x7c','\x81','\x14','\x10','\xdf','\x4e','\x51','\x7a','\xca','\x4a','\x45','\x2d','\xbe','\x26','\xcf','\x8b','\x7f','\xbe','\x5c','\x89','\xbc','\x5e','\x05','\x1d','\x56','\xfc','\xeb','\xea','\x3b','\x62','\x0b','\x45','\xff','\x72','\x4c','\x50','\xdc','\x6e','\x5f','\x51','\xb0','\xed','\xa0','\x87','\x9d','\xd7','\x8a','\x88','\xf4','\xf6','\x56','\xe1','\xfc','\xa5','\x35','\xa7','\xc8','\xb7','\x5b','\x4e','\x37','\xf7','\x1f','\xdc','\xc3','\xcf','\xb1','\x07','\x0f','\xfc','\x1c','\xe7','\x4f','\x8b','\x13','\x51','\x6b','\xfd','\x47','\x33','\x5d','\xfd','\x25','\x5b','\x7e','\x61','\x8a','\xd2','\xbb','\x60','\x81','\x7c','\x41','\x5f','\x6f','\xee','\x37','\x95','\x99','\x10','\xdf','\xed','\xe8','\x52','\xba','\x60','\x1f','\xfc','\xd2','\x8b','\xfb','\x5a','\x53','\x4b','\x69','\xe3','\x2b','\x55','\xce','\x30','\xb1','\xcb','\x0b','\xe5','\x87','\x96','\xbd','\x47','\xc0','\x82','\x56','\xc5','\x4f','\x48','\x96','\x2d','\x3e','\x3c','\x6d','\xcb','\x3f','\x54','\x5f','\x1e','\x25','\x31','\x43','\x7d','\x40','\x3d','\xa4','\x9a','\xaf','\x3f','\x30','\x7f','\x68','\xbe','\xfc','\xfa','\x1b','\xf3','\xe5','\xf9','\xf2','\x9b','\xfe','\x5b','\xe4','\x6f','\x31','\x43','\x55','\x10','\x84','\xd8','\x92','\x4a','\x7b','\x3c','\x55','\x78','\xdd','\x9b','\xd7','\x5e','\x7f','\x6b','\x5e','\x7d','\x0d','\x66','\xc7','\x9b','\xde','\x5f','\x99','\xff','\xdd','\x23','\x17','\x5a','\xd2','\xad','\x09','\x7e','\xfd','\x0e','\xe5','\x88','\x81','\x3e','\x8c','\xbb','\x41','\xbe','\x3c','\xe7','\x79','\x9a','\xf6','\xc5','\xc3','\x0f','\xa3','\x0f','\xe6','\x27','\xeb','\xf8','\x71','\x95','\x8c','\xf8','\x31','\xba','\x25','\x9b','\x31','\x1f','\x0e','\xf6','\xe9','\x2c','\xd1','\x35','\x33','\x39','\x13','\x13','\x76','\x9d','\x77','\xa5','\x7f','\x3d','\xa3','\x88','\xbb','\x8b','\xd5','\xc4','\x9a','\xdc','\xfc','\xfc','\xeb','\xf3','\xcd','\xeb','\x07','\xbf','\x7f','\xac','\xe2','\xc6','\x55','\x9a','\xe5','\x50','\x9c','\xc7','\x2a','\x85','\x54','\xe1','\x11','\xfd','\x84','\x89','\x6b','\x1e','\x62','\x08','\x88','\x2e','\x4a','\x11','\x5c','\x9d','\xf1','\x9d','\xff','\xa5','\x56','\x21','\xcd','\xf2','\x7e','\x42','\xff','\x28','\x7a','\x48','\x9f','\xce','\xd7','\x51','\xbd','\xb8','\x7f','\x98','\x04','\x5a','\x7b','\xb0','\x2c','\xd4','\xf8','\xcd','\x9b','\xeb','\x47','\x10','\x85','\x12','\x37','\x78','\x17','\xad','\x08','\xe3','\x47','\x9f','\xdc','\x91','\x0b','\x78','\xbb','\x0d','\x5d','\x1d','\xbc','\x2d','\xd6','\x8a','\xb1','\x82','\x30','\x0f','\xaf','\x85','\x70','\x7e','\x3a','\xf4','\xd7','\x72','\x0f','\x39','\x56','\x98','\x35','\xfe','\x07','\x8f','\x2e','\x1f','\x47','\xe9','\xab','\xec','\x53','\x82','\xf5','\xc9','\x7e','\xc8','\x46','\xbf','\x46','\x54','\x90','\x22','\xcd','\xf6','\xd9','\xff','\xb5','\xb3','\xc6','\xb3','\xa3','\xc7','\x68','\x58','\x21','\xd3','\x88','\x3c','\x76','\xfd','\x71','\xac','\xf5','\x9f','\xf6','\x64','\x5b','\xcb','\xec','\xfa','\x69','\x8e','\xe5','\x22','\x34','\xdf','\x1f','\x93','\xde','\xb9','\xac','\x3f','\x51','\xd8','\x57','\x00','\xfd','\x00','\xd1','\x2b','\xe1','\xf5','\x21','\x94','\xa0','\x3e','\xca','\x30','\x98','\x5f','\xd0','\xfb','\x2b','\xd8','\xff','\x04','\x76','\x63','\xde','\xc5','\x91','\xf0','\x57','\x2c','\xd2','\xa1','\x83','\x95','\xcf','\xf0','\x69','\xbd','\x6c','\xbe','\x3e','\x7f','\xf0','\x19','\x1e','\x62','\x38','\xfd','\x35','\x9c','\xaa','\x44','\x36','\x5c','\x19','\x83','\xfd','\x00','\x4a','\x46','\xf6','\x7c','\x5c','\xfe','\x56','\xc9','\x6b','\xde','\x6b','\x02','\xdf','\x2b','\x46','\x45','\xf9','\x6b','\x6c','\x6d','\x37','\x26','\xa8','\xfc','\xf8','\x6d','\x2b','\xb7','\x82','\xd4','\x91','\xe6','\x7f','\x85','\x73','\x1b','\x5e','\xd7','\xfd','\xd5','\xe3','\xdd','\xdf','\x51','\xb7','\xe2','\x99','\xdc','\x7f','\xf7','\x71','\x15','\x66','\x66','\xb5','\x82','\x77','\x58','\x7a','\xdd','\xab','\x90','\xbf','\xac','\x2a','\x1c','\x1f','\xba','\x35','\x46','\x95','\x52','\xf7','\xc5','\xaa','\x34','\x6f','\xbf','\x86','\xf8','\x8f','\xf4','\xf5','\x8b','\xf3','\x99','\x79','\xe7','\xaf','\x2f','\xa1','\xab','\xa3','\xfb','\xef','\x15','\x95','\xcf','\xff','\x6c','\x38','\xff','\xf9','\x0a','\x09','\xf3','\x9f','\xb3','\x63','\x20','\xfe','\x7d','\x4a','\xe9','\x4b','\x4c','\x5b','\xa3','\x95','\x03','\x3a','\xac','\x4b','\x7a','\xf2','\xba','\x1e','\x40','\x4d','\x6b','\x0a','\xb4','\x7f','\x5f','\x14','\xad','\x29','\xd0','\xcc','\x6f','\xd1','\x7f','\x4d','\x83','\xff','\x60','\xc7','\x51','\xaa','\xd6','\xb0','\x76','\x18','\x15','\x16','\xff','\xe1','\x6a','\x45','\x8e','\xd5','\x2f','\x72','\x16','\xb6','\x50','\xd3','\x6b','\xae','\x9f','\xe2','\xb5','\x35','\x68','\x6e','\x2b','\xca','\xf4','\x02','\xf2','\x49','\xd5','\x19','\xd9','\x29','\xc3','\x37','\x65','\xf8','\xdb','\x20','\xd1','\xfb','\xcf','\x74','\x77','\x6d','\xfd','\x51','\x5f','\x26','\x06','\x3a','\x7f','\xcf','\xa2','\xb1','\x70','\xbf','\xf8','\x2d','\x8f','\x08','\x1c','\xdd','\x99','\x69','\xcf','\x9f','\x5a','\x7f','\xc4','\xcf','\x47','\xdd','\x96','\xf3','\x0f','\xf7','\x73','\x16','\x7a','\x5f','\xc9','\x61','\x85','\x5b','\x2e','\xc7','\x8f','\x5f','\x5f','\x81','\xd4','\x5f','\x36','\xb0','\x42','\xb8','\x44','\xdd','\xf0','\x38','\xca','\xe0','\x1d','\xa6','\x6a','\x6e','\xcd','\xf6','\x98','\x7d','\xe7','\xfa','\xbc','\x8c','\xf9','\xa8','\x39','\x93','\x8d','\x98','\xb5','\xf3','\x3d','\xac','\xf2','\xaf','\xd7','\x27','\xf5','\x54','\xd3','\xe2','\xe8','\xd2','\xcb','\xeb','\x82','\xa3','\x53','\xbd','\xb4','\x97','\xf6','\xdb','\xbd','\x76','\xef','\x54','\x3f','\x45','\xec','\x89','\x94','\xbe','\x3b','\xfd','\xff','\x49','\x8b','\x27','\x83','\xfb','\x23','\xfd','\x67','\xd8','\x37','\xbf','\xdd','\x9f','\x53','\xa6','\x7a','\xd5','\x3e','\xf5','\x8e','\x92','\xe5','\xee','\x2a','\xe5','\x1e','\x0d','\xce','\xcf','\xf6','\x6a','\x71','\xb9','\xb7','\x1c','\x3b','\xb8','\xb5','\x6b','\xf8','\x64','\xb7','\x72','\x87','\x31','\xea','\xfe','\xfe','\xc0','\x09','\xb0','\xd5','\x83','\xf6','\x61','\x9a','\x7b','\x88','\x23','\x8b','\xfb','\x9e','\x6a','\x52','\xc9','\x83','\xf5','\x86','\x47','\xff','\xdf','\xea','\x9f','\x82','\xf3','\x85','\x1d','\xe7','\x54','\xa1','\xff','\xac','\x22','\xc0','\x3d','\x94','\xfa','\x4b','\x58','\x6f','\x78','\x7f','\xfe','\x25','\x99','\x9f','\xcf','\xe5','\x02','\xdf','\x79','\x0b','\xee','\xf0','\x2d','\x77','\xef','\xd5','\x1c','\xbc','\x07','\xcf','\x6f','\xf4','\xdb','\x31','\xad','\xaf','\x4b','\x13','\xef','\xfd','\x93','\x98','\xdd','\xff','\xac','\x3e','\xd9','\x6f','\x8d','\x0e','\x8c','\x59','\x33','\xf9','\xe0','\xfa','\x04','\x9e','\xd0','\xbb','\xd3','\x8e','\xdb','\xfd','\x5e','\x1c','\x5e','\x77','\xf8','\x06','\x49','\x5b','\xcf','\x68','\x51','\x2d','\x78','\xfa','\x91','\x41','\x59','\xd5','\xfa','\xff','\xae','\x2f','\xd7','\x5f','\xe9','\x3b','\xdb','\x7f','\xbe','\xcf','\x4d','\x9f','\x4d','\xbb','\xae','\x1b','\x75','\x83','\xab','\x73','\x5c','\x18','\x16','\x3f','\xee','\xf1','\x14','\xb1','\x7b','\x09','\xd9','\x85','\x4e','\xd8','\xeb','\x7e','\x9f','\x1f','\xc7','\x18','\x72','\x8f','\xaf','\x25','\xe3','\x55','\xcd','\x04','\xcb','\xbb','\xa2','\x55','\xcd','\x4a','\xca','\x7b','\xc6','\xe9','\xf4','\xf9','\xfd','\xf7','\x55','\xee','\xd4','\xe0','\xba','\x87','\x7b','\x0f','\xc3','\x33','\xea','\xf8','\x1d','\x7b','\x2a','\x96','\xee','\x9e','\xbd','\x69','\x0e','\x59','\x35','\x0d','\x3a','\x4d','\x33','\xfe','\xc3','\xb8','\xc3','\xe4','\x99','\xf2','\x93','\x64','\xca','\x4f','\x6b','\x0f','\x4b','\xe9','\xf2','\xd9','\x97','\xd8','\x71','\x65','\x0a','\xf4','\x66','\x47','\x39','\xc0','\xb4','\x8f','\x03','\x20','\x01','\xf6','\xd1','\x87','\x9c','\x6f','\x24','\xc7','\xd2','\x27','\x87','\x51','\xc2','\x56','\x03','\xe4','\x07','\x05','\x91','\xb8','\x61','\xb3','\xc8','\x00','\xfc','\x76','\x07','\x61','\xf8','\xbf','\x30','\x14','\xab','\x0a','\x67','\xcf','\x8a','\x69','\x47','\x3d','\xac','\xe1','\x4f','\x69','\x83','\x5e','\xed','\x38','\xa9','\x63','\x6c','\x86','\x73','\xa3','\x19','\x5f','\x13','\x47','\x37','\x32','\x7f','\x88','\x74','\x0b','\x7c','\x11','\x0a','\xee','\x69','\x9f','\xd5','\x3b','\xb2','\xff','\xb8','\x3e','\xbe','\x64','\x92','\x66','\xfc','\x79','\x8e','\x9e','\xb2','\x65','\x01','\x11','\x28','\x8b','\x9a','\x33','\xe9','\x4b','\xc3','\xbe','\xe3','\x14','\x8b','\xe1','\xff','\x60','\xac','\x0d','\x24','\xeb','\x22','\x32','\x80','\x16','\x2d','\x27','\xbf','\x7a','\x6c','\x58','\x77','\xac','\xe2','\x8b','\xe1','\xf1','\x5a','\x3d','\xa2','\xbf','\x1a','\x54','\xc2','\x31','\xa9','\x9f','\x23','\x49','\x98','\x12','\xb7','\x91','\x56','\x22','\x9b','\x92','\x1e','\xf8','\xc3','\x29','\x8d','\x2e','\x79','\x20','\x59','\x1f','\x2c','\x38','\x6e','\xe9','\x57','\x9d','\xa7','\xc6','\x5b','\x15','\x86','\x6f','\x89','\x8d','\xb2','\x85','\x45','\x79','\x6a','\xd8','\xa6','\x0c','\xd9','\x94','\xf3','\x8f','\x4f','\x67','\xa3','\xe6','\x90','\xde','\x41','\x25','\xfd','\x4b','\x3b','\xf9','\x6a','\x85','\xab','\x14','\x3b','\x8b','\xe5','\x8f','\x7c','\xe2','\x23','\x82','\x58','\x9b','\x78','\xb4','\x3a','\x8a','\x9c','\x93','\xd5','\xa3','\xf8','\xdb','\xe6','\x9b','\xdf','\x17','\x91','\xfe','\x16','\x24','\xc4','\x27','\x97','\xdb','\x33','\xb8','\x3d','\x75','\x39','\x99','\xc1','\xed','\xa9','\xe0','\xf7','\xf6','\xcc','\x44','\x46','\xff','\x01','\x9e','\x2f','\x8a','\x6d','\xef','\xb7','\xe9','\x47','\xdf','\x47','\x86','\x41','\x43','\x3c','\x0a','\x9f','\x61','\xc3','\xf3','\x19','\xfe','\x09','\x3f','\xff','\xe6','\xcb','\x93','\x64','\xd4','\x1b','\xd5','\x46','\xbd','\xa3','\x5a','\x1b','\xc8','\x2a','\x44','\xed','\x43','\x92','\x21','\x42','\x3e','\xf2','\x10','\x2d','\x70','\x8b','\xbf','\x6c','\x9e','\xfc','\xe7','\xa7','\x9d','\x93','\xff','\xbc','\x6c','\xde','\xfa','\xcf','\xeb','\x9d','\x5b','\xff','\x59','\x36','\xcb','\x8e','\x09','\x72','\x72','\xcf','\xc5','\xa5','\x91','\x6e','\xd7','\x92','\x3e','\x39','\x1b','\xc9','\xbd','\x3e','\x7f','\xdd','\x13','\x1c','\xa9','\xf3','\x53','\x68','\x16','\xb2','\x53','\x5c','\xff','\x7c','\x61','\x5d','\x21','\x8f','\x10','\x63','\x9f','\xed','\x58','\x0c','\x44','\x57','\x8e','\xb7','\x4f','\xbd','\x7f','\x22','\xe4','\x77','\xc4','\xaf','\x15','\x22','\x73','\x1d','\x0b','\x5f','\x9b','\x6b','\x7d','\xb1','\xeb','\xe4','\x95','\x1c','\xd6','\xb7','\xa2','\xcc','\x45','\x19','\x8c','\xef','\xcc','\xdb','\x0a','\xad','\xcd','\xdb','\x1c','\x3f','\xd7','\xcf','\x0f','\xfd','\x58','\x21','\x3f','\x11','\x5a','\x2a','\x5f','\xea','\xe0','\x56','\x6e','\x2b','\xe9','\x22','\xcc','\x47','\x9b','\x63','\x9f','\x68','\xf8','\x79','\x98','\xf9','\x02','\x57','\xf3','\x68','\x6e','\x4f','\xab','\x24','\x32','\x2d','\x40','\x0f','\xb0','\x4f','\xaa','\xb0','\xc1','\xad','\x52','\xe3','\x60','\xe8','\xe9','\xb0','\xd8','\x3b','\x22','\x38','\x16','\x9a','\xaa','\x78','\x11','\x9f','\x0c','\x19','\x30','\x2c','\xc6','\xc0','\x32','\xe0','\xd9','\xf9','\x42','\x33','\xbe','\xa6','\xd2','\xa6','\x20','\x2a','\x49','\xca','\x43','\xee','\x9b','\xed','\x88','\x3d','\xdc','\x8c','\x4f','\x47','\xda','\xaa','\x51','\x68','\xe5','\x94','\xd8','\xc6','\x30','\xe4','\xc6','\xc5','\xd9','\x6a','\x3d','\xe7','\x8c','\x62','\xfe','\x18','\x8c','\xb8','\x6e','\xcf','\x2a','\x89','\xa5','\x4e','\x6f','\xa8','\x90','\x29','\x3c','\xe7','\xd3','\x22','\x2d','\x46','\x6f','\x8b','\xca','\x0c','\x1f','\x13','\xae','\xd0','\x09','\x2b','\x7c','\x5a','\x68','\x5f','\x96','\x4a','\x43','\xa5','\x4c','\xa9','\x58','\x92','\x96','\x43','\xf4','\x34','\x8e','\x6f','\x28','\x89','\xaa','\xb8','\x9b','\xa1','\x1c','\x6e','\xab','\x66','\xcc','\xa2','\x25','\x0d','\x48','\x8a','\x44','\x25','\xb7','\xb3','\x55','\xe2','\xe8','\x9e','\x24','\xa6','\xa5','\xad','\x8e','\x82','\x64','\x0d','\x6a','\x88','\x60','\x17','\x62','\xcf','\x05','\xf8','\x79','\xb9','\x28','\x89','\x79','\x69','\xa1','\x43','\xe8','\xbc','\x3a','\xa4','\x65','\xb4','\xe7','\xae','\x22','\x1a','\x5d','\xe7','\x55','\x8e','\xaf','\x86','\x7a','\x1a','\xf2','\xca','\xa7','\x9c','\x76','\x55','\x4e','\x0e','\xe0','\xf3','\xb1','\x3c','\x3b','\x69','\x4e','\x3a','\x28','\x27','\xba','\xd8','\x6c','\x85','\xe7','\x1f','\x49','\x41','\x3b','\x6c','\xf0','\xa1','\xfd','\x6a','\xc7','\xe5','\x83','\x5d','\x89','\xf0','\xf9','\x7a','\x5e','\xb6','\xd8','\xfb','\xb6','\x97','\xec','\x42','\x01','\xde','\x37','\xbc','\x1c','\xa2','\xfc','\xf1','\x5a','\xb7','\x1e','\xcf','\x32','\xda','\x2d','\xc9','\x1a','\xb2','\x26','\x9c','\x66','\x84','\x4b','\xc4','\xc7','\x43','\xfe','\xec','\xdd','\x0c','\x05','\x6e','\x80','\xec','\xf7','\x0a','\x06','\x47','\xe7','\x62','\xc8','\x55','\x0c','\x7f','\xb1','\x73','\x41','\x11','\xd2','\x66','\x9b','\x1e','\xf5','\x86','\x02','\xf4','\xfd','\x68','\x0d','\xff','\x19','\xdb','\xb0','\xbf','\x60','\x15','\xbe','\x7b','\xb6','\xab','\xdc','\x7f','\xe9','\x90','\x7c','\x5a','\xee','\xbf','\xa4','\xc9','\x3d','\x60','\x9d','\xe9','\xa5','\xbe','\xd2','\xa0','\x1a','\xae','\xf7','\x9f','\xf1','\x1d','\x8a','\x34','\x3c','\x01','\x3e','\x2a','\xff','\x41','\x94','\xd4','\x20','\xff','\x70','\x23','\x99','\x20','\xc8','\xab','\x7e','\x3d','\x7e','\x29','\xcf','\x5f','\x8c','\x7a','\x1b','\x41','\x3b','\xb4','\xaf','\xc3','\xfe','\x67','\x1b','\xc6','\x87','\xa1','\x05','\xbb','\x5c','\xc7','\xb5','\xdd','\xfd','\x21','\x86','\x64','\xad','\xff','\x79','\x4f','\x74','\x7a','\xb7','\x99','\x8e','\x65','\x1b','\xb6','\x51','\xe0','\x19','\x96','\x4a','\x54','\x95','\x54','\x79','\x73','\x17','\x69','\xc6','\x67','\xe6','\xb8','\x98','\xd1','\x42','\xd4','\x8a','\x69','\xa3','\x1a','\xf3','\x9f','\xc3','\xfa','\x40','\x72','\x37','\x35','\x55','\x17','\xa3','\x36','\x1c','\xf2','\xa7','\x7f','\x9a','\xff','\xa7','\x91','\x5f','\x86','\x2b','\x3a','\x5d','\x86','\xe3','\x8e','\x0b','\x7b','\xfd','\x42','\xa4','\x96','\x4f','\x16','\xa0','\x78','\x06','\xf7','\xe7','\x77','\xe5','\x9c','\xc2','\x38','\x1d','\xa7','\xcf','\x65','\xd7','\x87','\x2d','\x80','\xb9','\x60','\x24','\x7c','\x4e','\x68','\x3f','\xf6','\xfc','\xb3','\xf5','\xb3','\x43','\xfe','\x14','\x86','\x9f','\x7e','\x9b','\xe0','\x08','\xe3','\x57','\xc7','\x35','\x86','\xcc','\x7d','\x35','\xaa','\xb1','\x0a','\x7f','\x86','\x6f','\xc7','\xbf','\x6f','\x23','\xe8','\x9d','\xe3','\x64','\xdc','\x98','\xc5','\xfc','\xc4','\x23','\x51','\x23','\x9a','\x94','\x92','\x52','\x42','\x66','\xeb','\xd1','\x2d','\x88','\x80','\x47','\x76','\x2d','\xa1','\xa4','\xb9','\xa9','\x8a','\x3e','\x87','\x3a','\x7f','\x2c','\xf3','\xae','\x56','\x25','\xab','\xcf','\x32','\xdd','\x76','\xd0','\x07','\xd4','\x0a','\xfa','\x6c','\x9b','\xf8','\x65','\xd9','\x37','\xc0','\xf5','\x19','\xef','\xfd','\x6c','\x78','\x5f','\x3c','\x5b','\x8c','\x84','\xfe','\x29','\x76','\x3c','\x64','\x78','\x69','\xbc','\x7f','\x36','\x4a','\x3b','\xbd','\xae','\x92','\x53','\xda','\xeb','\x65','\x0a','\xc5','\x42','\x67','\xd3','\xfc','\x64','\xfd','\x0b','\x2d','\x74','\x9b','\x35','\x61','\x8d','\xdb','\xb6','\xf1','\x42','\x03','\xb6','\x64','\x7d','\xeb','\xac','\xde','\x66','\xed','\xb3','\xb0','\xf2','\xbf','\x68','\x31','\xec','\x47','\x96','\x45','\x8b','\x6c','\xb4','\x8c','\x05','\x8a','\x6e','\x5c','\x74','\x54','\x7b','\xfb','\xde','\xb7','\x0a','\x3f','\xc4','\x58','\x6a','\x14','\xf9','\x19','\x35','\x99','\xf1','\x23','\x37','\xe6','\xa2','\xb5','\x34','\x64','\x65','\xc1','\xbd','\x4a','\x05','\x09','\xa4','\x6e','\x88','\x0f','\xe4','\x85','\xf8','\x40','\xd7','\xf5','\x6f','\x90','\x3f','\xf9','\x19','\xea','\xcc','\xc1','\xf8','\x9a','\x9b','\xed','\x92','\x5a','\xd7','\x57','\xeb','\x99','\xae','\x7c','\xfe','\xdd','\xe5','\xd9','\x8b','\xb3','\x0d','\xb3','\xae','\x7e','\x7d','\xec','\x63','\x18','\xfd','\xfe','\xbe','\x48','\x26','\x32','\x21','\xbd','\x78','\x5a','\x4a','\x4b','\xf3','\x9d','\xb7','\x49','\xed','\x9d','\x2b','\xb0','\xac','\xa2','\xf8','\x33','\x14','\xa3','\xdb','\x1b','\xc8','\x57','\xf2','\xdf','\x93','\x4f','\x8b','\x73','\x54','\xa3','\xfd','\x67','\x19','\x7a','\x5d','\x51','\x3f','\xdd','\x37','\x3f','\x68','\x22','\x2b','\x3c','\xde','\x03','\x8c','\x9f','\xea','\xb8','\x38','\x6e','\xcd','\xea','\x92','\x28','\x81','\x3d','\x8f','\xd3','\x2b','\x18','\xff','\xa6','\x64','\x6e','\xb4','\x26','\xa0','\xed','\xf6','\xfb','\x85','\x40','\x2a','\x40','\xfb','\x22','\x3e','\xed','\x3a','\x99','\xdc','\x58','\x5f','\x79','\xdd','\xf3','\xb1','\xa7','\xfe','\x8c','\xe7','\x18','\xec','\x7c','\x7e','\x55','\xe4','\x17','\x41','\x26','\x0d','\x9b','\x06','\xfe','\xd5','\x28','\xf9','\x8c','\xb7','\x0f','\xb3','\xb3','\x51','\x7a','\xd6','\x36','\xf6','\xfd','\x0d','\xe3','\x73','\xef','\xd5','\x0c','\xdc','\x78','\x67','\x93','\xfc','\x0b','\xf9','\xbb','\xbb','\x40','\x83','\xc2','\xf1','\x5d','\x50','\x9a','\xe7','\x07','\xd7','\xeb','\x34','\xe1','\xce','\xe5','\x37','\x84','\xb2','\xf0','\xca','\xf2','\x2b','\x88','\x2e','\x25','\xc7','\x97','\x43','\xfc','\xcd','\xd0','\x6f','\x52','\xef','\xbb','\xeb','\xee','\x3f','\xc8','\xcf','\xdd','\x58','\x75','\x08','\x8c','\x2f','\xa1','\xd8','\x80','\x8d','\x29','\xc9','\x92','\x18','\xcc','\x0f','\x1c','\x9f','\x9e','\x0d','\xab','\x13','\x5f','\x5d','\x1a','\x6c','\xb7','\x00','\x4f','\xf8','\x33','\xd5','\x7d','\xe2','\xde','\x6a','\x46','\xe4','\xf8','\xc7','\x88','\x49','\xc8','\xc6','\x97','\x10','\x72','\xe3','\x6d','\x37','\xdf','\xf4','\xca','\x66','\xf9','\x5c','\xf9','\x6a','\xdc','\xd9','\x6a','\x32','\xf4','\x4f','\xe6','\x67','\x0f','\xaf','\x06','\xcf','\xc7','\x98','\xa1','\xd9','\xf5','\x1b','\xf8','\x85','\x43','\xff','\x23','\x3b','\x5e','\x9f','\x1f','\x35','\x7c','\x5f','\xd6','\xbe','\x60','\x29','\xc2','\xfc','\x8f','\xd8','\xee','\xb8','\x59','\x44','\x74','\x40','\x57','\xaa','\xe1','\x4b','\xf3','\xeb','\x77','\x81','\x7d','\xb9','\xd7','\xcf','\x44','\x4a','\x42','\x14','\x99','\x00','\xc2','\xfb','\x9f','\xa3','\x9c','\xff','\xa0','\x7a','\x9b','\xe8','\x50','\x78','\x7a','\xb3','\x08','\x63','\xa1','\xd3','\x63','\xb3','\x43','\x05','\x09','\xb8','\x59','\xbe','\xbe','\x7d','\x82','\xff','\x90','\x08','\x16','\xb8','\x47','\xb1','\xff','\x18','\xfe','\x6d','\x54','\xde','\x28','\x4f','\xc8','\x58','\x5b','\xf6','\x9c','\xdc','\x59','\x5a','\xef','\xac','\x87','\xf9','\x5e','\xbb','\x3f','\x58','\x97','\xa2','\x62','\x57','\xc1','\x39','\x68','\x1f','\x1c','\x7f','\xf1','\xdb','\xad','\xd1','\xda','\xfa','\x8b','\x9f','\x6e','\xcc','\xef','\x25','\x4d','\xf2','\x25','\xe4','\x07','\x18','\x58','\x7c','\xcd','\x3e','\x6d','\xbd','\xb1','\xf3','\xfb','\x4b','\xa8','\x96','\x72','\x04','\xde','\x98','\xa1','\xe4','\xc2','\xec','\xae','\xe6','\x08','\x51','\x4b','\xa4','\xc6','\x0f','\x83','\xed','\x57','\x81','\xd6','\x31','\xec','\xdc','\x7e','\x7f','\x56','\x94','\x84','\xf5','\x2b','\x1b','\x19','\xb6','\x27','\x8c','\xf0','\x08','\xb3','\xe1','\x41','\xfa','\x77','\x91','\x09','\x90','\xad','\x99','\x4a','\x09','\xf3','\x29','\x9a','\xf0','\x6b','\xb1','\x7d','\x3a','\x97','\xe0','\xee','\x0b','\x58','\x1b','\x5a','\xfc','\x7d','\xf9','\x3a','\xfc','\xda','\x60','\x1d','\x34','\x3e','\x53','\x75','\xac','\xfd','\xbe','\x6d','\x3d','\x57','\xa5','\x39','\x7c','\xde','\x5a','\x7e','\x11','\xe6','\xc7','\xc2','\x5a','\x72','\xdb','\xca','\x3e','\x35','\xa3','\xee','\xf5','\x8b','\x11','\x69','\x45','\x3a','\x05','\xdb','\x0a','\xb4','\x60','\xbb','\x2c','\xb0','\xfc','\xa1','\x5c','\x57','\xd5','\xc9','\xd9','\x55','\x3b','\xf7','\x82','\x0f','\x92','\x57','\x83','\x7b','\xa3','\x70','\x87','\x66','\x74','\x26','\xca','\xa4','\x24','\xfc','\xe7','\xa9','\xdb','\x32','\xfb','\x7d','\x50','\x4e','\xd5','\xe7','\x7c','\x69','\x86','\x6d','\xec','\x7c','\x49','\x60','\x19','\xa7','\x96','\x5a','\xd9','\xd6','\x35','\x2f','\x7e','\xbf','\x3a','\x47','\xe6','\x48','\x8d','\x9d','\xb1','\xdc','\xcf','\x31','\x3d','\x18','\xe6','\xe5','\x5d','\x67','\x2a','\x04','\x8f','\xbf','\xea','\x81','\xfd','\x8b','\xf8','\x69','\x8c','\xff','\x45','\x51','\x24','\x12','\x1b','\xb1','\x48','\x89','\xc4','\xa6','\x1e','\x15','\xff','\x02','\x59','\xa3','\x75','\x95','\xc6','\x1a','\xe5','\x37','\x93','\xce','\x20','\xbf','\x3d','\x94','\xdf','\x21','\xbe','\x76','\x34','\x9c','\x05','\xb5','\xd6','\xe7','\x51','\x8b','\x46','\xfe','\x50','\xbe','\xfe','\x29','\x6e','\xec','\x7c','\x0f','\xe8','\x5d','\xaf','\xf5','\x7d','\xaf','\xef','\xd5','\x37','\xbe','\x67','\x75','\x8b','\xdd','\x6e','\xdc','\x01','\x5b','\x54','\x66','\x7e','\xd3','\x24','\xf2','\x78','\xf2','\xd9','\x31','\x47','\xde','\xf4','\xe7','\xa0','\x47','\xeb','\xf7','\x0f','\x5b','\x47','\xd3','\xfc','\x53','\xc6','\x95','\x59','\x5f','\x6a','\xfa','\x7e','\x9e','\xdf','\x7d','\x5b','\xc4','\x61','\x77','\xd7','\xc4','\x1c','\xc6','\xd7','\x17','\x5e','\xdd','\xe0','\xdc','\x76','\xc9','\xf9','\xd1','\xf8','\x1d','\x19','\xb3','\x50','\x62','\x63','\xb2','\x2c','\xcd','\x4b','\xa7','\xe4','\x49','\xd0','\x3c','\x23','\x3d','\x6f','\x6b','\x49','\x2d','\x73','\xd7','\xc5','\x37','\x32','\xe5','\xcc','\xab','\x17','\xcb','\x19','\x2d','\xd3','\x73','\x51','\x89','\xa8','\x33','\x6a','\x52','\x4b','\xeb','\x02','\x48','\x42','\x4d','\xb2','\xa2','\x5a','\x57','\x11','\x47','\x10','\xeb','\xbf','\x53','\x52','\x06','\x7a','\x34','\x23','\x9d','\xc2','\x9e','\x41','\xfc','\xa5','\xd1','\xc4','\xb4','\x69','\x95','\xa7','\x35','\x4b','\x1f','\xa3','\x7b','\xc1','\x0a','\x69','\x1c','\xbf','\x4c','\x7e','\xfb','\xb7','\x11','\x36','\x7b','\x3d','\x44','\xef','\x66','\xf7','\xc3','\xf0','\x3b','\x61','\x7c','\xb4','\x82','\x8e','\x3c','\xa9','\x20','\xee','\xd7','\xc9','\x04','\x51','\xbd','\x84','\xa9','\xe8','\x09','\xaa','\xea','\xe9','\x9d','\x4f','\x07','\xed','\xc7','\xce','\xf7','\xe0','\xfc','\xaa','\x8d','\xe8','\xd6','\xae','\x54','\x89','\x9e','\xdf','\x50','\xa5','\xa7','\xa2','\xef','\xdc','\x3a','\x4f','\x4f','\xd2','\x19','\xb0','\x7f','\x26','\x45','\x38','\x9f','\x9c','\x9c','\x9e','\x1c','\x05','\xc3','\x31','\xf1','\xd3','\xeb','\xe6','\x0f','\x6f','\xd1','\x50','\xfe','\xe4','\x5f','\xbd','\x0e','\x1f','\x97','\x31','\x2d','\x92','\x1e','\x7f','\x60','\xee','\xf5','\xea','\x5c','\xe5','\x55','\x7f','\xae','\x02','\x63','\x63','\x2e','\xf6','\x43','\xb5','\x72','\xc7','\x0f','\x30','\xef','\x9d','\x55','\x66','\x35','\x7a','\x26','\xc0','\x0e','\x41','\xde','\x59','\xc5','\x4c','\x27','\xd3','\xd2','\xec','\x92','\xd4','\xd1','\xf9','\xa1','\x14','\xd9','\xe8','\x3b','\x64','\x1c','\x46','\xc8','\xf3','\xde','\x7a','\x61','\x3d','\xdb','\x65','\x58','\x77','\xd0','\x7f','\xa5','\x12','\x39','\xbb','\x6a','\x8a','\xd9','\x94','\x99','\xca','\x4e','\x23','\x66','\x67','\x29','\x26','\x8e','\x36','\x8f','\x2f','\x90','\x54','\x5d','\xe7','\x27','\xb4','\xbd','\xfe','\x84','\x10','\xf4','\x1f','\x3c','\x31','\x43','\xb0','\xc6','\xcc','\x3a','\x9d','\x6a','\x28','\xad','\x60','\xfc','\x69','\x58','\xe3','\x08','\xff','\xa1','\x21','\x0f','\x16','\xe8','\x74','\x08','\xe9','\xd3','\xa5','\x90','\x0d','\xd5','\x59','\x6a','\xcc','\xed','\xf2','\x64','\xb3','\xc7','\x0b','\x98','\x8d','\x85','\x3a','\x3f','\x54','\x98','\xbf','\x7f','\x97','\xf7','\x46','\xb9','\x5c','\x7e','\xd5','\x9b','\xe3','\xf9','\x78','\x8b','\x31','\x5b','\xb5','\xee','\xd8','\x89','\x45','\x00','\x3d','\x3f','\x8f','\xcb','\x3d','\x97','\xb6','\x3b','\x6f','\x9e','\x7f','\x45','\x7c','\x45','\x7e','\xf5','\x0a','\xcc','\x99','\x40','\xbe','\xb0','\xf9','\xc3','\xf3','\x9f','\x95','\x3b','\xbd','\x37','\xb4','\x57','\xfd','\xb2','\x86','\x19','\x3a','\xf1','\x47','\xb5','\x1f','\xf5','\xea','\x7d','\x5b','\x07','\xe6','\x78','\xf5','\x04','\xcc','\x40','\xba','\xbd','\xfc','\xe6','\xd9','\xb9','\xe4','\xdc','\xdc','\xf7','\xbb','\xee','\xd8','\x19','\x2b','\x6c','\x3d','\x14','\x73','\xb7','\x0e','\xc4','\x16','\x3e','\xf7','\x5b','\xf2','\xdf','\xeb','\xeb','\xbb','\x4a','\xd4','\x88','\x3a','\xd2','\x3f','\x37','\xa4','\xbc','\x39','\x37','\x7f','\xf6','\xcd','\xf2','\x7c','\xb9','\xbf','\xac','\x6a','\xb8','\x33','\xcc','\x82','\x3c','\xe2','\x0c','\x8d','\xd2','\x53','\x15','\xd9','\x1c','\x32','\x32','\xd9','\xa2','\xb1','\xde','\xe8','\x02','\xbd','\xaf','\x51','\xbf','\xea','\xbc','\x4c','\x93','\x52','\x66','\x63','\x7a','\x5f','\xc6','\x4e','\xd6','\xf4','\xbf','\xfa','\x2b','\xb6','\x25','\x59','\x5f','\xdd','\x28','\x4e','\xe0','\xfa','\x5f','\x2d','\x60','\xbf','\x80','\x45','\x23','\x97','\x61','\x5c','\x3b','\xd0','\x8a','\x54','\xb6','\xa5','\xac','\x54','\xe8','\xa2','\x8e','\x6f','\x93','\x7d','\xa4','\x98','\x95','\x10','\xe1','\x19','\x5e','\xd7','\x93','\x2e','\x9f','\x57','\x4b','\xe0','\x7c','\xdb','\xa8','\xb1','\xf5','\xc9','\x2b','\xa8','\xf0','\x3b','\xb4','\x3f','\xcc','\x22','\x17','\xd7','\x67','\x9c','\xdd','\x88','\x9c','\x38','\xb8','\xf9','\xcd','\x77','\x5e','\x49','\xbf','\x0a','\x3b','\x62','\x1f','\xc2','\x2e','\xc5','\x2e','\x7e','\xae','\x4f','\x33','\x77','\x40','\x7b','\xf5','\x57','\xe3','\x18','\x13','\x26','\x3d','\x4b','\x7d','\x74','\x1b','\xcb','\xf0','\xa8','\x3f','\x3f','\x66','\x6e','\x62','\x75','\xc5','\xf6','\xf2','\x1b','\xd8','\x3b','\x20','\x9f','\xd8','\x5f','\x38','\x43','\x2e','\x26','\x88','\x2a','\x3c','\x6b','\x6d','\xbb','\xf6','\x26','\x6b','\xfd','\x32','\xcb','\x40','\xc7','\xbd','\xd7','\xeb','\xd5','\x06','\xef','\xa8','\xe7','\x4f','\x63','\x1c','\x9a','\xa3','\x88','\xf2','\x1c','\x57','\x3e','\x7f','\x44','\x59','\x94','\xa6','\x69','\x9f','\xdf','\x47','\x0f','\xd0','\x4d','\xe8','\x37','\x33','\xdd','\x99','\xc6','\xf9','\xd1','\xea','\x0e','\xbb','\x6d','\xfe','\x14','\xfa','\xc3','\xab','\x09','\x97','\x23','\x61','\x34','\xeb','\xaf','\xb8','\xbe','\xf3','\xd5','\x9d','\x69','\x97','\x84','\xa3','\x8b','\x53','\x03','\x75','\x35','\xba','\x10','\x33','\x62','\x98','\xbf','\xa4','\xfc','\x9e','\xf2','\xba','\x77','\x5a','\x39','\xad','\x7c','\xdf','\xe3','\x79','\xae','\x2a','\x89','\x6b','\xa0','\x83','\x15','\xb1','\x7f','\xb0','\x3e','\xe2','\x33','\x97','\x71','\x86','\xf0','\xf1','\x1b','\xf8','\x4e','\xf9','\xea','\x4e','\x11','\x1d','\xb8','\xdf','\x47','\xec','\xfb','\xad','\xd6','\xed','\x0c','\xbf','\x19','\xe4','\xf9','\x83','\xe1','\xfd','\xdf','\xef','\xa9','\xc6','\xcd','\xd5','\x76','\xd0','\x2b','\x55','\xe3','\x1f','\x3d','\x45','\x88','\x3b','\x8a','\xd8','\x34','\xbf','\x83','\xfa','\x08','\x18','\x7f','\x67','\xca','\xf9','\xb2','\xf9','\xca','\x32','\x43','\x42','\x34','\xb5','\x72','\x9c','\xe9','\x3f','\x98','\x65','\xd3','\xed','\xfd','\x5e','\x65','\xbe','\x72','\xba','\xf2','\xaa','\x77','\xba','\x86','\x4b','\x0c','\xef','\x8e','\xe6','\xb0','\xf5','\x81','\xe1','\xfd','\x0e','\x18','\x30','\xff','\x8d','\x57','\xbd','\xef','\x81','\x3c','\x40','\x86','\xe2','\xfe','\x00','\x7f','\x3e','\xac','\x8f','\xb8','\xd3','\x79','\xc3','\x7c','\xd5','\x2b','\x5f','\x7d','\xc5','\xd1','\x04','\x76','\x34','\xc0','\xe7','\x0f','\xfc','\x73','\x96','\xe6','\xff','\x6e','\x61','\xbb','\xa7','\x15','\x34','\xdc','\x7d','\x2d','\x97','\x34','\x33','\xe9','\x62','\x7b','\xac','\x1a','\xd6','\x4f','\xe0','\xfc','\x83','\xef','\xb7','\xbe','\xc7','\xea','\x27','\x94','\x0a','\xcc','\x1a','\xf1','\x77','\x77','\xc6','\x72','\xb0','\x16','\xbd','\xac','\x9d','\xea','\x6d','\xbf','\xeb','\xe2','\x9f','\xff','\xfb','\x57','\x8c','\x57','\x2f','\xbd','\xf2','\x70','\xfc','\x50','\xcf','\xb9','\xb8','\x19','\x7f','\x38','\x0e','\xeb','\x82','\x7e','\x4e','\x55','\x56','\xe7','\x10','\x95','\x4e','\xac','\xa1','\xc7','\x81','\x14','\x71','\x56','\xdd','\xb0','\x7d','\x38','\x92','\xf4','\xb6','\x6a','\x85','\xbc','\x7a','\x06','\x01','\x56','\x7a','\xce','\xe0','\xf7','\xc5','\x0e','\xa2','\x9c','\x1a','\x86','\xf9','\x8d','\x99','\x3c','\x12','\x58','\x7a','\xb7','\xb9','\xfb','\x41','\xc2','\x64','\x48','\x11','\x75','\x17','\xb6','\x73','\x7c','\xfc','\x1e','\xb0','\xad','\x57','\xce','\xc6','\xc4','\x27','\x7f','\xf6','\x95','\x87','\x5e','\xe9','\xeb','\xb5','\xe2','\x70','\xb5','\xc6','\xf6','\xe5','\x98','\x48','\x58','\xcb','\x08','\x5a','\x51','\x61','\xa3','\x3f','\xa1','\xec','\xf5','\x9e','\x47','\x1d','\x14','\xeb','\xdc','\x60','\x26','\x85','\xbe','\xc5','\xed','\xc2','\x9f','\x83','\xee','\xf9','\xca','\x72','\x59','\xe0','\xfe','\x45','\x76','\x17','\xf6','\xe7','\x7e','\x9f','\xe7','\x3f','\xf6','\xfb','\xc3','\xc9','\xd7','\x1f','\x9c','\x33','\xbe','\xff','\xe0','\x1c','\x1b','\xdd','\xb5','\x35','\xae','\xa3','\x85','\xee','\x82','\xfe','\x3f','\xb1','\x64','\x80','\x16','\x71','\xeb','\xa1','\x5f','\x20','\x36','\xbc','\xa9','\x3d','\x50','\x9f','\x1f','\x61','\xfe','\xdd','\xa0','\xf6','\xe6','\xe5','\x57','\x32','\xaf','\x3c','\xfc','\xea','\xc5','\xd8','\xe6','\x6e','\x96','\x7f','\x17','\x93','\x61','\x8e','\xa9','\x9a','\xa5','\x3d','\xd0','\x37','\x3f','\x20','\xbe','\xe9','\x9f','\x76','\xff','\xe2','\xfd','\xd3','\xa7','\x3e','\xf7','\x2b','\xf5','\xd9','\xcf','\xfd','\x33','\x8c','\xe3','\x5f','\xf5','\xdf','\xa6','\x6d','\x55','\x92','\xf8','\x5f','\x3d','\x17','\x07','\xe9','\x6b','\xf4','\x55','\xff','\x74','\xe1','\x07','\x17','\xd5','\xe2','\xd6','\x8b','\x6a','\x69','\xeb','\x25','\xf5','\x94','\xfa','\x4e','\xff','\xad','\xe8','\xdf','\x5f','\x55','\xe8','\xd9','\xac','\x49','\x6c','\xbf','\xf0','\xcd','\x42','\xb6','\x42','\xca','\xd9','\xb7','\x4d','\x25','\x4b','\xc7','\x9c','\xfe','\xe4','\xaf','\xd3','\xc9','\x61','\xc6','\x9b','\x4a','\xf9','\xf8','\xfa','\x9e','\xf1','\x3d','\xe5','\xfb','\x0c','\x2b','\xbb','\x2f','\xc0','\x22','\x53','\x6b','\xd5','\x39','\x77','\x9d','\x81','\xfe','\x3d','\x73','\xe3','\xf1','\x4e','\x0f','\xf5','\x3c','\x26','\x7d','\xd6','\xed','\xaf','\x16','\xa0','\x27','\xa4','\x52','\xe7','\x4b','\x6c','\xff','\xfb','\x0d','\x67','\x68','\xfe','\xd3','\xe3','\x5b','\xf5','\xf6','\x6f','\xf2','\x1f','\x22','\x2a','\x09','\x6d','\x61','\xb8','\xc8','\x6b','\x92','\x1d','\xea','\x11','\xf4','\x1f','\x16','\x10','\x21','\x87','\x79','\x59','\xd1','\x23','\xef','\xc2','\x56','\x30','\x0e','\x5a','\xa6','\x5d','\xfe','\x92','\x9c','\xec','\x10','\x84','\x46','\xfc','\x1a','\xc5','\x1c','\x30','\x75','\x53','\xd3','\x35','\x5d','\x91','\x94','\x21','\x83','\xe3','\xd7','\x34','\x1d','\x57','\x4c','\x5c','\x81','\x95','\x86','\xe3','\x0c','\x51','\xcd','\x9b','\xa6','\x2d','\x07','\xd7','\xe4','\x37','\x1d','\x5a','\xdc','\x74','\xfd','\xef','\x18','\x5b','\x6f','\xe6','\x8d','\x8b','\x18','\x6b','\xaa','\x53','\x78','\x8f','\xf9','\x9b','\x0e','\x0d','\xdf','\x70','\x7c','\xda','\x4f','\x26','\xbf','\xe9','\xd5','\x8f','\x83','\xb4','\xd0','\x57','\x35','\x55','\x4b','\x28','\x6a','\x62','\xc7','\x22','\xa2','\xfa','\xad','\xea','\x86','\xee','\xd0','\x47','\xe1','\xfb','\xa7','\x4e','\xb6','\x44','\x44','\xc6','\x60','\x88','\x52','\x4d','\x56','\x54','\x6d','\xba','\x5c','\xd6','\x76','\xc0','\xfd','\xef','\xa0','\x9a','\xb4','\x63','\x5e','\xd9','\xa9','\xcc','\x10','\xfa','\xa4','\x1c','\x95','\x26','\xe8','\xb6','\x5b','\x27','\x26','\x3b','\xa4','\x6d','\xd2','\xb9','\x62','\x97','\xfc','\xa8','\xdc','\xe1','\x7e','\xed','\xb6','\xd6','\xbe','\xae','\x9d','\x8b','\x70','\xfc','\xa3','\x12','\x18','\x5d','\x85','\x8f','\xbe','\x4d','\x26','\xa7','\x25','\x44','\xce','\x4c','\xc9','\xd3','\xb2','\x28','\xae','\x7e','\x47','\xec','\x13','\x77','\x8a','\x33','\xa2','\x7e','\x0b','\xce','\x29','\x25','\xf5','\xb9','\x07','\x96','\x8e','\x2a','\xbb','\x34','\x43','\x7b','\x04','\xbe','\xff','\x11','\x3a','\x2e','\x3d','\xd2','\x77','\x6a','\xe7','\x8e','\x19','\xa2','\x7c','\xa0','\xab','\xda','\xbc','\xf6','\xef','\x95','\xf9','\x44','\xcb','\xa2','\x06','\x33','\xf0','\xbc','\x3e','\xa5','\x5b','\x74','\x6a','\xc8','\x4a','\x4f','\x9f','\x1c','\x65','\xf8','\x5c','\x0d','\x19','\x48','\x04','\x91','\xda','\x91','\x63','\x0e','\x33','\x10','\x9e','\xd1','\xc4','\x8e','\xa0','\xbe','\x34','\xe7','\xb3','\x57','\x29','\xb7','\x29','\x37','\x90','\xbb','\x10','\xf0','\x27','\xdb','\x59','\x85','\x84','\xf9','\x27','\x58','\x1d','\x2a','\x2b','\x9f','\xf1','\x07','\x94','\x0b','\x35','\xdf','\x0d','\xfa','\x4f','\x43','\xff','\xc1','\x35','\x66','\xf1','\xa1','\x5d','\x31','\x28','\xbc','\x1b','\x58','\x7f','\xe3','\x82','\x12','\xf8','\x17','\xb0','\xbe','\x00','\xcf','\x90','\x94','\x4d','\x4a','\xfd','\x0a','\x7b','\x11','\x7f','\x1d','\xf4','\x03','\xb4','\x78','\x7d','\x2b','\x6a','\x47','\xe9','\x7a','\xda','\x35','\x37','\x30','\xc7','\x08','\xa5','\xc1','\xfe','\xcf','\x30','\x7e','\x11','\x76','\xbe','\xe9','\x99','\xa0','\x6f','\x9b','\xeb','\xcd','\x8d','\xe6','\x90','\x79','\xc1','\xe4','\x1e','\xc6','\x8c','\xae','\x85','\xf9','\xc9','\x64','\x85','\xa1','\x24','\xf5','\xb9','\x43','\xee','\x95','\x8a','\x5a','\x50','\x67','\x34','\xd8','\x2a','\x53','\x76','\x58','\xdf','\xca','\xee','\x1f','\x9f','\x60','\xa3','\x57','\xff','\xfe','\xfd','\xf8','\xfd','\x81','\x57','\xa0','\x0a','\xda','\x8a','\x6c','\x75','\x59','\x77','\xf9','\x17','\x02','\xef','\x03','\x7e','\xbf','\xd6','\x0a','\xb6','\x36','\x56','\x6d','\xe6','\xbc','\x33','\x9d','\x0b','\x34','\x27','\xbb','\x5d','\xee','\x40','\xe1','\xc2','\x41','\x6a','\xd2','\x72','\x54','\xce','\x74','\x28','\x02','\x67','\xd7','\xa3','\x36','\x5c','\x9f','\x76','\xfa','\xb2','\xda','\xa5','\xd5','\xaf','\x6f','\x83','\xfe','\xc1','\xfc','\x63','\x4b','\x51','\xfb','\x9a','\x8d','\x5e','\xbb','\xf5','\xf6','\x46','\x7b','\xd0','\x7a','\xd7','\x8a','\x5a','\x51','\x58','\xc5','\x33','\x49','\x8d','\xe1','\x17','\xa2','\x45','\xef','\xb1','\x77','\x19','\xd6','\xf9','\x81','\xcd','\xff','\x73','\xa9','\xee','\x5e','\x63','\xf1','\x4d','\x8b','\x1a','\x9f','\x80','\x25','\x24','\xe7','\xba','\xbc','\x41','\xf3','\x5d','\x13','\xec','\x0f','\x5d','\xa2','\x92','\xee','\x98','\xb1','\x19','\xce','\x92','\x4d','\xc9','\x35','\x66','\xf3','\xc8','\x07','\xbb','\xec','\x01','\x0b','\xda','\x87','\xb1','\x20','\x21','\x09','\x7d','\xc3','\xf3','\xe3','\xf1','\x0b','\x1b','\xad','\x21','\xf3','\x52','\xc0','\x91','\x64','\x33','\xf6','\xb6','\x98','\x82','\x78','\xd1','\x2b','\xb8','\xca','\xc0','\xc8','\x18','\xd2','\xae','\xc0','\xfa','\xd4','\x53','\x56','\xce','\x29','\xe6','\x5c','\x69','\x54','\xa4','\x41','\xd5','\xea','\x35','\x56','\xe5','\xc0','\x9e','\xbf','\x7a','\x21','\xf8','\x9b','\x5d','\x55','\xdc','\x30','\x7f','\x67','\x05','\x6c','\xa8','\x5b','\xd5','\xcf','\xf8','\x43','\xea','\x45','\xf8','\x84','\x36','\x55','\x7d','\x7c','\x34','\xe5','\xe7','\x22','\xc3','\x39','\x67','\x9d','\x64','\xbc','\xa4','\x0c','\x53','\x6f','\xe0','\x5f','\x3e','\xa8','\x71','\x4c','\x5d','\x77','\x3c','\xf4','\x2f','\x5e','\x63','\x7a','\xfa','\x7a','\xba','\x91','\x0e','\x0e','\xbc','\xdb','\x05','\x96','\xab','\x24','\xd1','\x0c','\xd5','\x28','\xf7','\xde','\x74','\xfa','\xd7','\xcc','\x68','\x11','\x8e','\x93','\x8d','\xd9','\x41','\xf2','\x6e','\x16','\xfe','\x17','\x34','\xa4','\x4c','\x56','\x0b','\xd9','\xa0','\xa6','\xb0','\x3a','\x5b','\x36','\xba','\x8c','\x6d','\xde','\x45','\x64','\x96','\x62','\xdb','\x5e','\x4f','\x05','\x01','\xb4','\xd9','\x63','\x29','\xaf','\x1e','\x1b','\xa1','\x6c','\xa4','\x62','\x0d','\xae','\xc2','\xa2','\x2b','\xb9','\x9a','\x85','\xef','\x55','\x50','\xcb','\x92','\x95','\x2e','\x18','\xbf','\xff','\xd3','\x6f','\x18','\xff','\xac','\x25','\xa2','\xe2','\xb5','\x29','\xc6','\x9b','\x61','\x6d','\xd4','\x07','\xf5','\x77','\x03','\xfb','\x79','\x1c','\xf9','\x47','\x02','\xff','\x98','\x57','\xa2','\xa5','\x4e','\xef','\xd6','\xc2','\x6d','\x85','\x6d','\xfe','\x85','\xc0','\x3f','\xc6','\xee','\x9f','\xdb','\xef','\xd6','\x35','\x9d','\x7b','\x3c','\x6f','\x13','\x87','\xdc','\x8b','\x96','\x84','\x1a','\xb4','\x68','\xa3','\xfd','\xc7','\x19','\x3c','\xb2','\x2b','\xf2','\x86','\x92','\x54','\xba','\xad','\x34','\x54','\xbe','\x58','\x96','\x2e','\x81','\x6d','\x34','\x23','\xcf','\x3c','\x38','\x35','\x40','\xc2','\xfe','\x87','\xf1','\x41','\x64','\x36','\xfb','\x82','\xde','\x29','\x50','\xba','\x9f','\xf3','\x1b','\x30','\x06','\xe7','\x6b','\x94','\xce','\xc1','\xf3','\xcf','\x6d','\xeb','\xfa','\x79','\x6b','\xc8','\xb0','\xb4','\x17','\xf9','\x25','\x82','\xfe','\xf3','\x98','\xd5','\x26','\x93','\x2e','\x32','\xe8','\x05','\xf3','\x17','\xec','\xa1','\x98','\x70','\x63','\xff','\xc3','\xfd','\x63','\xd5','\x02','\xce','\xbf','\x88','\x16','\xe1','\xfa','\x2d','\x4d','\xae','\x64','\xa2','\xe9','\xf5','\xe9','\xae','\xe4','\xc0','\x4f','\xde','\x4d','\x4b','\x19','\xc6','\xad','\x94','\x1c','\x4f','\x2b','\xf9','\xd0','\x1a','\xf5','\x02','\x7b','\x10','\xdb','\xef','\x5d','\xaf','\x3e','\xff','\x31','\x3e','\x24','\x6a','\x89','\x40','\x6f','\x10','\x59','\xad','\x59','\xd8','\xfb','\x01','\xff','\x9a','\x87','\x50','\xba','\x9e','\xda','\xf9','\x5f','\xe8','\x8f','\xe4','\x0a','\xb4','\xaf','\x76','\x51','\x95','\xd1','\x33','\x42','\x1a','\xe6','\xaf','\xef','\xe1','\x73','\x4e','\xae','\x17','\x3f','\x43','\xef','\xa4','\xef','\x06','\x75','\xf0','\xe3','\x76','\x4c','\x09','\xfd','\x23','\xd7','\xaa','\xc8','\x41','\x7f','\xab','\x70','\x9b','\xc0','\x47','\x00','\xfa','\x8f','\x32','\xf2','\x75','\xcf','\xaf','\xad','\xd7','\x36','\x6a','\x43','\xf3','\x17','\x14','\xe6','\xea','\x76','\xc7','\x05','\x35','\xf4','\xf7','\x7a','\xd7','\xd0','\x32','\x24','\x32','\xe1','\xf2','\x83','\x6b','\x87','\xac','\xff','\x6b','\xf5','\x17','\xf8','\xba','\xde','\xeb','\x52','\x06','\xbd','\x0b','\x2e','\xe7','\x0f','\xb3','\xdd','\xee','\xd6','\xd0','\x7f','\x7b','\x8d','\xbd','\xe2','\xf1','\xe6','\xe7','\x67','\xfc','\x13','\x3e','\x56','\xe7','\x4b','\x23','\x92','\x79','\xeb','\xa1','\xdb','\x4a','\xdb','\xac','\x8b','\x3c','\x42','\x61','\x67','\xf0','\x7c','\xe6','\xfd','\xa6','\x73','\xd7','\x28','\x6a','\x49','\x54','\xfc','\xcc','\xf9','\x21','\x3c','\xce','\xf8','\x85','\x30','\xbe','\x05','\x5b','\xa1','\x87','\x6a','\x89','\x65','\x55','\x33','\x7b','\x0a','\x71','\x78','\xfa','\x5f','\x50','\xe4','\xbf','\x41','\xf6','\x8c','\xd7','\x90','\xb6','\x8e','\xf4','\x2f','\x68','\xb0','\xfe','\x2f','\xc3','\x9c','\x06','\x7d','\xa6','\x72','\x57','\xe5','\x6a','\x45','\x2b','\xc4','\x2f','\x7c','\xae','\xa2','\x54','\xe6','\xce','\x19','\x33','\x20','\x66','\x26','\x41','\xb2','\x19','\x55','\xd0','\x6f','\x24','\xeb','\x36','\x90','\x7f','\x78','\xf5','\x0d','\x2c','\x06','\xb2','\x1f','\x56','\x0c','\x4d','\xd8','\x51','\x36','\xb5','\xd5','\xb2','\xa0','\xed','\xc8','\x6b','\xa5','\xb8','\x7b','\xc3','\xfc','\xc4','\x75','\xc3','\x8f','\x46','\xfc','\x19','\xfa','\x61','\x34','\x29','\x27','\x3f','\xb3','\x32','\x90','\x7c','\x37','\x13','\xcd','\x44','\x3f','\xa4','\x11','\x1b','\xf9','\x49','\x58','\xfe','\x04','\x55','\xf0','\xf9','\xd7','\x7b','\x30','\x3e','\xbd','\x77','\x35','\xda','\xd8','\x7e','\x06','\xe7','\xc7','\xf5','\x98','\x3f','\x00','\xe7','\xd7','\xa0','\xf2','\x6e','\x10','\x3f','\x71','\x12','\x3a','\x09','\xf3','\x8b','\xae','\x09','\xd2','\x0a','\xac','\x15','\x97','\x6f','\xcb','\x0c','\x65','\x2e','\x66','\x3a','\xff','\x17','\xd8','\x46','\xac','\x91','\x43','\xff','\xc9','\x2a','\x7b','\xed','\x3f','\xb3','\x5d','\xb8','\x5a','\xe3','\xf7','\x29','\xcb','\x26','\xf3','\x6f','\x61','\x5f','\xaf','\x40','\x8f','\xdf','\x4a','\x6e','\xd3','\x87','\xb4','\xff','\xe9','\x63','\xdb','\x4a','\xb6','\xec','\x4e','\x08','\x7d','\x11','\xd0','\xbf','\x91','\xeb','\x63','\xa9','\x4a','\xb1','\xf2','\xb7','\xd7','\xfc','\xbd','\xc3','\x8b','\x3f','\x8c','\xe9','\x5b','\x0f','\x2b','\xe5','\x98','\xfa','\x83','\x39','\xc3','\x60','\x5c','\x6b','\x97','\xa2','\x5d','\xd7','\x32','\x20','\x5f','\x3e','\x27','\x1b','\x1b','\x3d','\xb6','\xbe','\x79','\xb5','\xf9','\x11','\xf8','\x07','\x59','\xf5','\xfd','\x1b','\xeb','\x9f','\xd8','\xa8','\x41','\xff','\x07','\x1e','\xc2','\x8c','\x8a','\xec','\x14','\x9d','\x97','\xe8','\x83','\x52','\xe6','\xda','\xb3','\x2c','\x5f','\x64','\xa5','\x26','\x3f','\x82','\xf1','\xc5','\xfd','\x2b','\x9a','\xf9','\x51','\x60','\x57','\x0d','\xe4','\x7e','\x59','\xf3','\xaf','\x94','\xcb','\x66','\x87','\x42','\x62','\x9e','\x62','\x29','\x03','\x9f','\xf8','\x4a','\x46','\x29','\xf5','\xd2','\xa1','\x81','\x45','\xd0','\xdb','\x94','\x23','\xc8','\x50','\xfd','\x03','\x15','\xc4','\xb7','\xa8','\x8c','\xf4','\x2c','\x28','\xd0','\x7f','\x78','\x76','\xaf','\xf1','\x7b','\x0f','\x21','\xb8','\x47','\xcf','\x43','\x78','\xcd','\x57','\x3d','\x53','\xc0','\xfa','\x2e','\xf4','\x36','\x2f','\x97','\x7a','\x4a','\xda','\x8b','\x5a','\xe9','\xae','\xe2','\x55','\xf8','\x2d','\xfe','\xbf','\x3e','\x57','\x52','\x0a','\x73','\x05','\xa3','\x10','\x32','\x79','\x5d','\xfb','\x0d','\xac','\xa4','\xe7','\xfa','\x9c','\x21','\xe7','\x1f','\x2f','\xa9','\x8e','\xea','\x74','\x5f','\x52','\xcd','\xd3','\x4e','\xf2','\x3c','\xaf','\x8f','\x92','\xac','\x6b','\x0c','\x7f','\x38','\xea','\xdd','\x16','\xdc','\x3f','\x8e','\xf6','\x71','\xd0','\x2b','\x5a','\x58','\x55','\xee','\x77','\x97','\x43','\xce','\x0b','\xac','\xf3','\x8c','\x89','\xff','\xf0','\x1b','\xf8','\x7b','\x95','\x8d','\x8f','\x5a','\x7d','\x13','\xbe','\xe3','\xfa','\x3b','\xa8','\xbd','\xcb','\x18','\x41','\xa1','\xfd','\xe4','\x98','\xc8','\xec','\x54','\x94','\x8f','\xc8','\x12','\x0d','\x33','\xa1','\x2b','\x07','\xf2','\xdb','\x93','\x14','\x1c','\x09','\x7b','\x03','\xff','\x98','\x92','\x57','\xf2','\x1f','\x9d','\x61','\xcc','\xbb','\x67','\x06','\xf2','\x57','\xcb','\x6a','\x49','\x2d','\x69','\x65','\x25','\xff','\x8a','\x9e','\x0c','\xf3','\x07','\xcf','\x5f','\x83','\x2b','\xae','\x67','\x7e','\x28','\x18','\x61','\x81','\x7f','\xc2','\xf1','\x94','\x3c','\xd7','\x6f','\x71','\xfe','\x47','\xd7','\x6d','\xa8','\x76','\x89','\x30','\xbe','\x6b','\xfa','\xed','\xfe','\x33','\x4c','\x3e','\x31','\xff','\x19','\x9b','\x9f','\x1e','\xac','\x1f','\x3e','\x7c','\xbf','\x0f','\x16','\x7b','\xba','\x73','\x85','\x8d','\xdf','\xeb','\xe6','\xff','\x67','\x2e','\x0f','\x24','\x2f','\x82','\xac','\x43','\x19','\xc7','\xe4','\x5b','\xe0','\xff','\x60','\xfd','\xef','\x81','\xfc','\x80','\xe7','\xbb','\x10','\xf8','\x3f','\x6c','\x4b','\xe9','\x02','\x9d','\x07','\x2d','\xf2','\x82','\xe7','\x46','\xfd','\x4e','\xd0','\x6f','\xe0','\xfa','\xf4','\x5d','\xca','\x73','\x46','\xc7','\xfd','\x18','\x11','\x95','\x29','\x45','\xac','\xae','\xea','\xb2','\x3e','\xfd','\xb8','\xd8','\xb7','\xba','\x4f','\x3c','\x7d','\xdd','\xfc','\x0a','\xec','\xfb','\x6b','\x0c','\xd9','\x01','\xe4','\x87','\x0a','\xf2','\x37','\xb0','\xef','\xd9','\xfc','\x67','\xed','\xa3','\x95','\x57','\xb0','\x45','\xec','\x5e','\xf7','\xf7','\xb6','\x2e','\x2e','\x74','\x53','\xe5','\x50','\xb7','\xab','\x0c','\xcc','\x2d','\xec','\x22','\xea','\x1b','\x9a','\xb9','\x15','\xf6','\xdf','\xbc','\xa1','\x09','\xfd','\x7e','\x5f','\xfb','\xb6','\xea','\x95','\x80','\xdd','\x46','\x99','\xfb','\x9e','\xb6','\x73','\x93','\x96','\x03','\x4d','\xe9','\xa5','\xfe','\x0b','\xcb','\x85','\x9e','\x82','\xf6','\x72','\x4f','\x69','\x7b','\xe9','\x6a','\xa9','\xff','\x92','\x22','\xc7','\x65','\xbd','\xfc','\x43','\xcd','\x30','\x43','\xf9','\xfd','\x09','\x7c','\xe3','\x86','\x97','\x36','\x8a','\x83','\xee','\xdf','\x27','\x98','\x46','\x01','\xab','\xda','\xb8','\xa4','\xae','\x53','\xb4','\xee','\x8a','\x52','\x8c','\xcb','\x1f','\x8a','\x77','\x08','\x3d','\x7f','\xa5','\x54','\xee','\xfa','\xc9','\x55','\xde','\x63','\x15','\xa5','\x00','\xfd','\x13','\xe0','\x61','\x28','\x73','\xff','\x26','\x23','\x86','\x45','\xf8','\xfd','\xdc','\x7f','\xf0','\x9a','\x69','\xe4','\x42','\x7e','\xd6','\x8f','\x1d','\x55','\x55','\xc8','\xed','\xfe','\x50','\xf2','\xaa','\xd9','\xed','\x31','\x7a','\xcd','\xfc','\xf7','\xe4','\x24','\x16','\xa2','\x4a','\x3d','\xbe','\x46','\xff','\xed','\x82','\x26','\xc7','\x2f','\xc5','\x1f','\xbc','\xf3','\x9d','\xab','\xb7','\x6a','\x49','\x5d','\x53','\x4f','\xab','\xa7','\xca','\x93','\x06','\xca','\xff','\x2c','\xca','\x7f','\x3f','\x29','\x4d','\x76','\x9e','\xbb','\x75','\xe4','\x36','\xb2','\xcd','\xbf','\x68','\x74','\x96','\xa5','\x07','\xd7','\xff','\xc8','\xc9','\xf4','\xfe','\x30','\x18','\xdf','\x16','\x8c','\xef','\x39','\xd5','\xea','\xab','\x6c','\xab','\x2e','\xa2','\x75','\x97','\x8f','\x6b','\xf1','\x65','\x90','\x0f','\x1d','\xd0','\xbe','\xab','\xa8','\x3d','\x45','\x23','\xd1','\x63','\xb0','\x82','\x1d','\xdb','\x18','\x19','\xc4','\xf5','\x0d','\x3d','\x5b','\x9e','\x9d','\xdf','\xb6','\xca','\xf1','\x13','\x70','\x7d','\xc0','\xd5','\x1f','\xf4','\x5f','\xf7','\x82','\x8d','\xed','\x81','\x1c','\x76','\x28','\xbf','\x14','\x58','\xc3','\xd5','\xac','\x42','\xab','\xbe','\x62','\x6e','\xd5','\xfb','\xfc','\x21','\x7a','\x25','\xab','\x52','\x95','\x65','\x34','\xbd','\xe2','\x5b','\x24','\x01','\x9f','\xd1','\x66','\x99','\xf2','\x4f','\xd3','\x84','\xa7','\xd2','\xeb','\xe5','\x67','\x68','\x7f','\x56','\x93','\xdd','\x0f','\x2a','\xc6','\xed','\x0f','\x0e','\x90','\x5f','\xd6','\x18','\xee','\xca','\xe6','\x2e','\x2f','\xf4','\x1f','\x78','\x68','\xc5','\xe5','\x7f','\x77','\xf9','\xf7','\x4a','\x57','\xaf','\xf6','\x6c','\xd2','\xae','\x32','\xf9','\x70','\xd5','\xec','\x68','\x27','\xdb','\xde','\x52','\xc5','\x7b','\xdf','\x52','\xdc','\x7b','\xde','\x52','\x5d','\x9c','\x7f','\x77','\xfd','\xec','\x6f','\x5a','\x31','\xfe','\xcf','\xaf','\x7f','\xe3','\xf1','\x28','\xed','\x7f','\x9f','\xff','\x07','\x6e','\x68','\xff','\x63','\xd5','\xfe','\x52','\xb9','\xff','\xc1','\xb8','\x13','\xcf','\xdc','\xfb','\xe0','\x62','\x8d','\xff','\xe8','\xb4','\x68','\x8a','\xdc','\xd3','\xd0','\xe3','\x2d','\x31','\xe4','\x04','\xb0','\x93','\x23','\xbf','\xf4','\xd0','\xa3','\x86','\x7f','\x9b','\x33','\xf6','\xf8','\x61','\x7e','\xf9','\x35','\x01','\xc6','\x44','\x04','\xd7','\xc7','\x9a','\xfe','\xcf','\xe4','\x23','\xf7','\xd5','\x75','\x7b','\x55','\xc4','\x49','\x89','\xdc','\x5e','\x1d','\x30','\x7e','\x59','\xe3','\x4f','\x2a','\x57','\x76','\xbd','\x18','\xca','\x7f','\x98','\x3f','\xd6','\xad','\xf6','\x46','\x6f','\x9b','\xf0','\x6e','\xcd','\x47','\x6c','\xbb','\x31','\x01','\xd6','\xb4','\xcd','\x3d','\x15','\x2d','\xbf','\x7a','\x36','\xde','\xd7','\x73','\x56','\x27','\xd7','\x8f','\x5f','\x89','\x76','\x5e','\x5e','\xaf','\xd3','\xfc','\x35','\x91','\x16','\x30','\x5e','\xf5','\x99','\x4b','\x43','\xce','\xff','\xbc','\xc4','\xf8','\xc7','\xcc','\x8c','\xa3','\x9e','\x0f','\xf1','\x11','\x78','\x7d','\xe5','\x1d','\xca','\x9d','\xde','\x2f','\x78','\xa5','\xa7','\xa7','\x91','\xb2','\x9b','\x12','\x34','\x43','\xfd','\x4f','\xfd','\xbf','\xfa','\xf0','\x54','\xff','\xaf','\xfa','\xe6','\xef','\xf8','\xa3','\x7b','\xe7','\xdf','\xef','\xeb','\xff','\x55','\xac','\xbd','\x1f','\xac','\x74','\xcd','\xaa','\xe8','\x86','\xa8','\x04','\xfe','\xfa','\x8f','\xc0','\x5e','\x86','\x7e','\x78','\x6b','\x40','\xfd','\x97','\x97','\xf5','\x5c','\x7f','\x59','\x7f','\xab','\xff','\x74','\xe5','\x74','\xea','\x65','\xd5','\x8d','\x89','\x2b','\x67','\x15','\xf1','\xeb','\x2f','\xbd','\xd6','\xf7','\x69','\xed','\x0f','\x7d','\x79','\x55','\xaf','\xf4','\xcd','\xfb','\x1f','\x68','\xe5','\xbe','\xf9','\xcf','\x7d','\x30','\x94','\x5c','\xc4','\x16','\x65','\xfe','\xcd','\x37','\x76','\x1a','\x46','\xbd','\x3e','\x0f','\xf1','\x13','\xfa','\xbd','\x41','\xfa','\x4b','\xe6','\x6f','\x8a','\xe9','\xdd','\xf4','\xcf','\xad','\xd1','\x93','\x5c','\x7a','\x44','\xfd','\x4f','\xe8','\x7a','\x90','\x19','\x4c','\x7a','\xa0','\x7f','\xd0','\x97','\x4e','\x75','\xfe','\x49','\x26','\xa3','\xfe','\x09','\xac','\x2a','\x3f','\x07','\xc9','\x7a','\x99','\xa3','\xa7','\x04','\xf2','\xaf','\xa1','\xfd','\xe2','\x5d','\x71','\xb9','\xbf','\x10','\x4f','\x7c','\xa4','\xab','\x87','\xfb','\xcf','\xf6','\x55','\x76','\x54','\xae','\xd4','\xf8','\xa5','\x2a','\x73','\xf6','\xc1','\x1b','\xf2','\x5b','\xae','\x1b','\x9f','\xe8','\x1d','\xc3','\xfd','\x93','\xcb','\xa0','\xe9','\xf8','\x9f','\x81','\xf6','\x7b','\x17','\xf5','\x63','\xd4','\xca','\x5c','\xfb','\x48','\xcf','\x7f','\x0a','\xea','\x3c','\xbc','\x80','\x87','\x68','\x89','\x51','\xa9','\x33','\x8c','\x83','\x56','\x86','\x4f','\x1d','\xe0','\x23','\xf8','\xbf','\x0d','\x1f','\x01','\x73','\x61','\x7c','\x54','\xb4','\xfd','\x98','\x98','\x74','\xb3','\xae','\xe0','\x0a','\x36','\x6c','\x0a','\xec','\x6e','\xaf','\x20','\x31','\xfe','\x52','\x44','\x6d','\xb5','\xfc','\x94','\x98','\x66','\xd8','\xc9','\x0f','\xda','\x87','\x41','\xb0','\x8a','\xb6','\xe8','\xb6','\x09','\xed','\x91','\x20','\x9b','\x2a','\x21','\x31','\x76','\xd6','\x62','\x59','\xd2','\x91','\x55','\x10','\xad','\x23','\xcc','\xea','\x8f','\x32','\x7c','\xc1','\xac','\xe1','\xe4','\x1c','\x7f','\x42','\xdc','\x07','\xd7','\x47','\x7e','\x68','\xd8','\x94','\xac','\x6d','\xf2','\xfa','\x02','\x05','\x91','\x50','\x57','\x13','\x04','\xe6','\x5c','\xd2','\x3c','\x51','\xd6','\x40','\x12','\x8b','\x54','\xa6','\xaa','\x9e','\xb4','\x72','\xf9','\x96','\xe0','\xfa','\xd3','\x09','\xd1','\x4c','\x98','\xa2','\xb9','\x5a','\xa6','\xfa','\x66','\x76','\x7d','\x55','\xef','\xb3','\xcc','\xfc','\x09','\x76','\x7c','\x75','\x4e','\x84','\xe3','\xd3','\x66','\xca','\x4c','\x95','\xa7','\x75','\x51','\xdf','\x44','\xfb','\x68','\x4a','\x77','\x2d','\x31','\xdf','\xc6','\x00','\x76','\xe0','\x6a','\x9b','\x47','\xe9','\x59','\x2a','\x7a','\xf8','\x5f','\xa2','\xd9','\xa7','\xf7','\xea','\x29','\xea','\xea','\xba','\x49','\x67','\x44','\x5e','\x6b','\x9f','\x40','\x64','\x76','\x98','\x6e','\xec','\xfc','\x3e','\xda','\xcb','\xce','\xd7','\xe1','\xfe','\x31','\x7f','\xb3','\x57','\xe9','\x63','\xd7','\x1f','\x35','\x47','\xcb','\x07','\xf4','\x09','\x9d','\x55','\x18','\xe8','\xa3','\xfa','\x98','\x99','\x9c','\x11','\x59','\x3d','\x7c','\x9f','\x22','\x26','\xa6','\x19','\xb7','\xd5','\x01','\xed','\x2b','\x88','\xf1','\x0c','\xe7','\xf3','\xe3','\x8c','\x5f','\x82','\x92','\xcd','\x53','\xa0','\x90','\x4f','\x79','\xc4','\x5c','\x35','\x4f','\x98','\xff','\x55','\x7f','\x45','\xff','\xaf','\xf4','\x84','\xfe','\xb4','\x39','\x33','\x83','\xdc','\x10','\x29','\xba','\x3a','\x97','\x82','\xf3','\x03','\x1f','\x9e','\x4e','\xf5','\x55','\x1a','\xd3','\xbf','\xae','\x77','\x98','\xff','\xda','\x74','\x7f','\xc4','\x24','\xe5','\x27','\xd9','\xf7','\x3f','\x09','\xcf','\xaf','\xea','\x13','\xa6','\x3b','\xc3','\xb3','\x4b','\x53','\xd6','\x81','\xca','\x57','\xf0','\x3b','\x77','\x32','\xb4','\xff','\x5c','\xe2','\xc5','\xe4','\xa2','\x96','\xef','\xca','\x2f','\x66','\x3f','\xcd','\x7f','\x84','\x19','\x09','\x88','\x6e','\x81','\xe3','\x03','\x6e','\xcf','\x1d','\xb1','\x34','\xcb','\x12','\xcf','\xba','\x7d','\x56','\x9f','\x95','\x10','\xfb','\xd6','\xf5','\x55','\xe1','\x55','\x4c','\x8b','\x49','\xf1','\x24','\x46','\xbc','\xac','\x55','\xf8','\x2e','\xc6','\xc0','\x02','\xef','\xea','\xba','\xd5','\x49','\x43','\x64','\xf5','\x5f','\xe2','\x14','\x2f','\x1e','\xdb','\xe4','\x2d','\xb2','\x4c','\xdf','\xdc','\x88','\x7f','\xc8','\x3d','\xe4','\x96','\x59','\x25','\xfe','\x7d','\x22','\x7a','\x0a','\x05','\x51','\x9c','\xb1','\x5f','\x3a','\x60','\xa7','\x2e','\x38','\x85','\x03','\x97','\x4d','\x67','\xfa','\x92','\x55','\xb2','\x4b','\x07','\x9c','\xd4','\x25','\xa7','\x74','\xe0','\x92','\x79','\x68','\xfa','\x9c','\xc2','\xf4','\xd7','\x16','\xe2','\x13','\x30','\x51','\xf2','\x23','\x65','\xad','\x04','\x6b','\x83','\x8f','\xd5','\x81','\x63','\xc2','\x84','\x7c','\x4a','\x0c','\x8e','\x83','\x55','\x18','\xf3','\x15','\x65','\x84','\x7b','\xb7','\x71','\xdb','\x3e','\xa6','\x3b','\x8a','\xab','\xd4','\x2b','\x37','\xa6','\xfd','\x24','\x63','\xdf','\x60','\x59','\x18','\x4b','\x8c','\x55','\x18','\x17','\x88','\xf0','\xfa','\x9b','\x62','\x8b','\x70','\xfe','\x48','\x7c','\x11','\xf4','\x98','\x44','\x0f','\xbc','\x22','\x08','\xbf','\xbb','\x39','\x38','\x4e','\x41','\x90','\x16','\x14','\x7f','\x04','\x34','\x78','\x8d','\x6a','\x88','\xa8','\x0f','\x26','\xfc','\x84','\xef','\x22','\x3e','\x10','\xd8','\xbd','\x11','\xc3','\xc3','\xef','\x37','\x46','\xf0','\xde','\x22','\x1a','\x32','\x18','\x56','\xcc','\xf9','\x89','\xbe','\x53','\x5b','\x83','\xe3','\xc4','\xdb','\xd4','\xbd','\x18','\xd3','\x46','\x2a','\x3d','\x7e','\x5c','\xdb','\x1a','\xc1','\xbb','\x1c','\xf3','\x26','\xb4','\x67','\x3c','\x65','\xa4','\x73','\x31','\xaa','\x91','\xca','\x35','\x1f','\x35','\xc6','\x44','\x24','\xb8','\x7f','\x3c','\xae','\x4d','\x78','\xcf','\x30','\x7e','\xa3','\x10','\x03','\x7f','\xda','\x6b','\xa8','\xa0','\x03','\x9d','\xcb','\xc8','\x32','\x7c','\x7f','\x76','\x1c','\xc1','\x94','\x3f','\xed','\x78','\x58','\x7d','\x11','\xd6','\x60','\xd4','\xa3','\xf8','\x21','\xb2','\x48','\xe3','\x71','\x1e','\x0d','\x6e','\x64','\xb0','\x6d','\xc6','\xb7','\x6f','\xce','\xe6','\xc1','\xf1','\xd1','\x7c','\x9c','\xe7','\xf8','\x72','\x7e','\x2d','\xe4','\x9f','\x28','\xb4','\x36','\x5f','\xbf','\xb1','\x9a','\x36','\xac','\xbf','\x6c','\xfe','\xc6','\xe6','\xff','\x6f','\xc2','\x57','\xf7','\x52','\xe4','\xa8','\x01','\x73','\xd8','\x4a','\x1d','\x49','\x19','\x47','\x93','\xe9','\x64','\x24','\x81','\x99','\x7b','\x02','\x89','\x64','\x19','\xb6','\xc5','\xb9','\x6f','\x64','\x6f','\x35','\x6f','\x35','\xd7','\x9b','\xf1','\xac','\x96','\x33','\x8d','\xfc','\x80','\x8c','\xf8','\xf1','\x4d','\xf7','\xd7','\x41','\x8e','\x78','\x66','\xde','\xcc','\x3f','\x94','\x3f','\x54','\xb2','\x5c','\x9a','\x3b','\x98','\xbb','\x81','\x0f','\x1b','\xc6','\xbe','\x6a','\x99','\x96','\x88','\xb9','\x38','\x0c','\x5f','\xbf','\x31','\xfb','\x1d','\xd1','\xf0','\x9a','\xeb','\xcb','\x10','\x5f','\xf5','\x18','\xde','\x93','\x6d','\xc1','\x6a','\xcb','\x91','\xb0','\x61','\x2b','\x1e','\x95','\x52','\x52','\x64','\x9d','\xc0','\xfc','\xdf','\x30','\xd2','\x18','\x3f','\x41','\x44','\x68','\xac','\x10','\x0d','\x9f','\xaf','\xf9','\x89','\x35','\x4b','\xb6','\x3b','\x0e','\xca','\xf6','\x21','\x4b','\x04','\x0b','\xfd','\x60','\xa2','\x11','\x7f','\xfa','\xa9','\x00','\x7f','\xfa','\xf3','\x0d','\xf8','\xb6','\x6c','\x2d','\x60','\xac','\xe8','\x7c','\x4d','\x08','\xe3','\x38','\x8a','\x18','\xd6','\xa3','\xae','\xf1','\x27','\x41','\x42','\xa7','\x3c','\x2b','\x6f','\xe5','\x11','\x19','\x93','\xa3','\xac','\x62','\x9b','\x06','\xf8','\xaf','\x88','\x97','\xcf','\xd0','\xfd','\x27','\x39','\x06','\x2c','\x47','\x38','\x0d','\xea','\xcb','\xae','\xeb','\x5d','\xd2','\xcf','\xb2','\xb3','\x7a','\x45','\xbd','\x60','\x1d','\x4c','\x77','\x3d','\xdb','\xda','\x70','\xdc','\x65','\xbd','\xef','\x26','\x5c','\xd5','\x56','\xed','\x3e','\xcd','\x74','\x46','\x9f','\x3d','\x29','\x88','\x1d','\xe2','\xd2','\x14','\x8c','\xc7','\x75','\xfe','\xa4','\x2b','\xba','\xbd','\xa2','\x24','\x36','\x3f','\x3f','\x8c','\xdd','\x8e','\x0f','\x8f','\x14','\x8d','\xef','\x1a','\x45','\xa3','\x38','\xf5','\x1b','\xeb','\x05','\xeb','\x3b','\xe7','\xbf','\xc3','\x30','\x42','\x8b','\x58','\x00','\xe1','\x36','\xfe','\xb7','\x60','\x64','\xb3','\x88','\x2b','\xc4','\x5f','\xbd','\x29','\x7c','\xad','\xf9','\x85','\xbd','\x51','\x01','\x5b','\xa0','\x8e','\xa6','\xc4','\x47','\x39','\x7a','\xb7','\x11','\xef','\xda','\xaa','\x20','\xb6','\x2d','\x47','\x8a','\x47','\x96','\x83','\x49','\xdb','\x62','\xeb','\x0b','\xc7','\x3f','\xe6','\xcc','\x07','\x47','\x19','\xbe','\x00','\xee','\xd8','\x12','\xb5','\x34','\x76','\x86','\xbf','\xfc','\x00','\xd6','\xfb','\x33','\xe4','\xdc','\x10','\xa3','\xd6','\x22','\x1c','\xff','\x95','\xe1','\xd7','\x33','\x84','\xcc','\x49','\xb2','\x9b','\x63','\x34','\x38','\xd9','\x52','\x4a','\x8b','\x98','\xa4','\x82','\xf8','\xe3','\x70','\xfd','\x48','\x23','\xb2','\x2d','\xac','\x96','\xc8','\xa1','\x40','\xac','\xa0','\x7e','\x6e','\xca','\x03','\xc9','\x5f','\x48','\xfa','\x53','\x03','\x86','\x9d','\x2d','\x8e','\xae','\x7b','\x64','\xe9','\x48','\xc3','\x78','\xbc','\xa9','\x6a','\xb2','\xc8','\xf1','\x4d','\xd5','\x88','\xf1','\x4b','\xef','\x0e','\xe3','\xae','\xaa','\x66','\xf4','\xe0','\xee','\x39','\xe4','\x5b','\x0d','\xf8','\xf4','\xf0','\xcd','\xe2','\x53','\x2f','\xc1','\x5d','\xb8','\xbf','\x9f','\xb0','\x90','\x51','\x20','\xa8','\x1f','\x8a','\x30','\x7c','\xdc','\x02','\x7d','\xe1','\xe5','\x52','\xe9','\x85','\xf2','\x92','\xfc','\x42','\xa9','\x50','\x9a','\x95','\x67','\xcf','\x7f','\x24','\xce','\xca','\x6b','\xb5','\x48','\xf2','\xfa','\xf5','\xe1','\x86','\xf9','\xe7','\xc2','\xf8','\x71','\xf1','\xfe','\x91','\xb9','\x00','\xae','\x0b','\xaf','\x88','\xd6','\x5b','\x43','\xd8','\xe6','\xf8','\xc0','\x73','\xcf','\xcb','\x45','\xf1','\x05','\x6f','\xa5','\x3d','\x40','\x5a','\x35','\x3e','\xb4','\x4a','\x66','\x9b','\x49','\x72','\x64','\x64','\xcd','\xc2','\x92','\x59','\xd4','\x66','\xc5','\x17','\xfc','\x52','\xf2','\xc3','\x72','\xf1','\x54','\xe9','\x58','\x21','\x57','\xa8','\xfe','\x5a','\x2c','\x16','\xc8','\xc1','\x9b','\x5e','\x6e','\xa1','\x37','\x79','\xbf','\xa6','\x2f','\x78','\x25','\x21','\x40','\x96','\x45','\x0c','\xec','\xca','\xec','\x91','\xdf','\x54','\x66','\xb7','\x86','\xf8','\xd7','\x1f','\xf9','\x25','\xf7','\x79','\xaf','\xe4','\xbe','\xe0','\x2f','\x2b','\xcf','\x7b','\xcf','\x6b','\xb8','\xff','\x9b','\x57','\xe2','\xf8','\x59','\x0a','\xa1','\x93','\x94','\xe1','\x2a','\x33','\x1c','\x7c','\xd8','\x94','\x94','\x7e','\x14','\x19','\xa4','\x7c','\x21','\x29','\x12','\xbc','\xfe','\x12','\xa2','\xb3','\x33','\x0c','\xfd','\x7f','\xbd','\x34','\x2b','\xbd','\xe0','\x3f','\x67','\x3f','\xbf','\xfd','\x5f','\x9f','\x2d','\x9c','\x8a','\x7c','\xbb','\x25','\xd2','\x38','\xbb','\x57','\x7d','\x8c','\x5e','\x86','\x96','\xb2','\x50','\xd8','\x74','\xf0','\xcb','\x9b','\x02','\x06','\x9c','\x10','\x11','\xf4','\x6a','\x33','\x36','\x28','\xf4','\xbe','\xd2','\x12','\xd6','\x63','\x88','\xe1','\x2b','\x29','\x90','\x39','\x92','\x6c','\x39','\xbd','\xee','\xb6','\xa5','\xd6','\xc6','\xf1','\xcb','\x2b','\xa9','\x63','\x42','\x26','\x5f','\x32','\xa9','\xb0','\x25','\xcf','\xb2','\xb0','\x71','\xcd','\x62','\x2b','\xd6','\x7d','\x0c','\x1d','\x44','\x53','\xee','\xe3','\xeb','\x17','\x93','\xff','\xae','\x40','\x0c','\xb6','\xa6','\x09','\x71','\xe1','\x3e','\xf6','\x1a','\xf7','\xee','\x53','\xe2','\x6a','\x5c','\x8e','\x8b','\x63','\xe6','\xc4','\xcc','\x33','\x84','\xb3','\x3f','\x22','\xa3','\x1e','\xee','\xc8','\x69','\x89','\xfc','\x30','\xe1','\xef','\xe2','\x41','\x3e','\xfa','\x11','\xbb','\xf8','\x28','\xc3','\x30','\xb6','\x8c','\xc9','\xd3','\xbb','\x1d','\xeb','\x2d','\xd8','\x8b','\xbb','\xed','\x17','\xe1','\xee','\x27','\x0b','\xbb','\x2f','\x5b','\x34','\xfd','\xf0','\xd1','\x19','\x7c','\xdf','\x7d','\xf9','\x98','\xbd','\xfb','\x72','\x9a','\xed','\xe9','\xcc','\x77','\x7e','\xca','\xa4','\x8a','\x3f','\x1a','\xf9','\xff','\x3e','\xa1','\x06','\x48','\x2d','\x62','\x16','\x35','\xa9','\xe9','\x2c','\x68','\x5b','\x0e','\x22','\xd1','\xf1','\x16','\x60','\x08','\x93','\x0a','\xdf','\xa2','\x2c','\xa3','\x78','\x74','\xf3','\x09','\x52','\x47','\xa5','\xaa','\x55','\xb5','\x88','\xa0','\x39','\x17','\x1a','\xd7','\x97','\x3a','\xfe','\x04','\x15','\x14','\x79','\x94','\xa1','\x3f','\xd5','\x8f','\x23','\xfe','\x10','\xe6','\x30','\x23','\x9d','\x65','\x97','\xb2','\xc9','\xee','\x83','\xcd','\xb2','\x5c','\x8c','\x37','\xe7','\x51','\xbf','\x0c','\x73','\x88','\xae','\x79','\xd4','\x1c','\x30','\x87','\x4d','\xc7','\x74','\x58','\x86','\x73','\x2d','\xbf','\x19','\x33','\x98','\x41','\xaf','\xf3','\x41','\x7b','\xeb','\x32','\x37','\x99','\x7d','\xb0','\x59','\xa6','\x9b','\xc7','\xb3','\xdb','\xf4','\x76','\xda','\x18','\x3f','\x19','\x50','\xee','\x65','\x75','\xae','\x85','\xa6','\xfc','\x57','\x1e','\x41','\x00','\x21','\x2e','\x0e','\x88','\x77','\x57','\x27','\xc4','\x09','\x32','\x8b','\x6b','\x7a','\x84','\x65','\x3f','\xd5','\xe2','\x27','\xfc','\xfc','\x61','\xa5','\xf1','\x7c','\x56','\xdf','\x63','\x21','\xd3','\xaa','\x68','\xf8','\x0f','\xb7','\x2d','\x76','\x19','\x9b','\x8c','\x3e','\xd8','\x2c','\x30','\xaa','\x41','\x10','\xb6','\x8b','\xad','\x62','\x24','\xfc','\x1e','\x44','\x3f','\x1c','\xd4','\xee','\x66','\x15','\xb6','\xb3','\xb5','\xec','\x5f','\x1a','\xc6','\x47','\x72','\x1e','\xcb','\xde','\x1e','\xce','\x3b','\xb0','\x61','\x0e','\x28','\xfa','\xc7','\x65','\xbd','\x8b','\x36','\xc6','\x4f','\xf0','\xfb','\x31','\xcb','\x27','\xfc','\xfe','\x0d','\x2c','\xbf','\xa8','\x71','\x85','\x8d','\xd2','\x98','\xc8','\x5b','\x5d','\x73','\x91','\x6f','\x2b','\x17','\xe0','\xab','\xae','\x55','\xda','\xe8','\xa0','\xf8','\xdf','\x4c','\xd4','\xfa','\xf1','\x7f','\xde','\x6e','\xc5','\x4f','\x58','\x59','\xd6','\x18','\x3f','\xd9','\xe6','\x0f','\xb3','\xa0','\x77','\xad','\x7d','\xe6','\x02','\xef','\xb6','\x42','\x2b','\x5e','\x99','\x9e','\x1e','\x54','\xef','\x56','\xf6','\x69','\x8e','\x56','\xd0','\x29','\x2b','\x28','\x42','\x8f','\x14','\xe5','\x1e','\x76','\xf7','\x9a','\x18','\x15','\xee','\x11','\xee','\x5c','\xb1','\x5d','\xdb','\x2d','\x30','\x8f','\x7c','\x54','\xc4','\xfe','\xe1','\x57','\xe0','\xfe','\xe1','\x81','\xdc','\xb0','\x87','\xcf','\xd7','\xd8','\x7f','\xfc','\x38','\xf3','\xef','\x08','\x83','\xc2','\xdd','\x58','\xdf','\xc5','\xdb','\x9f','\x20','\x26','\x95','\x8c','\xf1','\x87','\xc3','\x9d','\x0c','\xdf','\x89','\xba','\x03','\x2e','\xf4','\x1f','\x58','\x10','\xb5','\xeb','\x8b','\xb2','\xc8','\x2d','\xa1','\xc6','\xe3','\xfc','\xfb','\xc3','\xff','\xc0','\xd8','\x94','\x4a','\x56','\x36','\xf7','\x5c','\x54','\x33','\x5f','\xcf','\x3c','\x9e','\x99','\xcf','\x9c','\x66','\x28','\x96','\x5a','\x46','\x7b','\xb8','\x37','\x33','\x90','\xc3','\xf6','\x45','\xbf','\xae','\x27','\x76','\x9e','\x1f','\xb2','\xee','\x61','\x59','\xb0','\xc8','\x21','\xcf','\x10','\x09','\x78','\xfe','\x2f','\xf7','\x5f','\x8b','\xd1','\xea','\x00','\x19','\x26','\xfb','\x3d','\xc7','\x2c','\x04','\xf1','\x2f','\xbc','\xff','\xe6','\xf1','\xcf','\x19','\xc6','\xbb','\xdd','\xfa','\xf8','\x6e','\x8c','\xcf','\xc1','\xf3','\xb1','\xea','\xb5','\x02','\xc1','\x16','\xc3','\xec','\x1f','\x19','\xfd','\xf7','\x18','\x6d','\x07','\x1b','\x4c','\x9a','\x1c','\x72','\xef','\x29','\xec','\xa7','\x19','\xa5','\x68','\x4b','\x6e','\xa7','\x20','\xd5','\xf3','\xb3','\x72','\xd8','\x3e','\x92','\x30','\x78','\xb5','\x36','\x7e','\x78','\x86','\xf2','\x75','\xf7','\x37','\x28','\xde','\x2d','\xc2','\xf8','\xad','\xe5','\x70','\x6f','\xa8','\x9d','\x4f','\xfd','\x6b','\x46','\xd4','\x18','\x32','\x86','\xb3','\x98','\x87','\x5a','\x30','\xe8','\x54','\x2d','\x3b','\xaf','\x21','\xbe','\x33','\xe8','\xdf','\x8d','\x35','\xd4','\x03','\xb3','\x41','\x7c','\x87','\xe5','\x0f','\x23','\xfe','\xe8','\xa2','\x04','\xf3','\x53','\x52','\x86','\x60','\xfe','\xec','\x53','\x32','\xb4','\x48','\x25','\x49','\x6a','\x07','\x0b','\x78','\xab','\x24','\xf1','\xf8','\x0c','\x47','\xcf','\x1d','\xf4','\x86','\x59','\x15','\xf9','\xac','\x56','\xcf','\x6f','\x0f','\xf1','\x61','\x57','\x84','\xf5','\xcb','\x83','\xf2','\xdd','\xf2','\x84','\x3c','\xbe','\x0c','\xe3','\x3b','\xcc','\x2e','\x24','\x8d','\xf1','\x9b','\x3b','\xc5','\xbb','\x2d','\xb0','\x6e','\xf4','\x5a','\x0e','\xba','\x1e','\xa5','\x0d','\xf1','\x35','\x32','\x20','\xb0','\xf9','\x01','\xea','\x17','\xf2','\xa5','\x33','\x2c','\x54','\xd2','\x18','\xdf','\x1b','\xb4','\xef','\xb6','\x27','\xec','\x09','\x6b','\xd6','\x8a','\x1e','\x06','\x6b','\xfc','\x09','\x29','\x23','\x63','\x7e','\xd2','\x5c','\x77','\xd7','\xef','\xfe','\x66','\x89','\xf4','\x78','\x71','\xe7','\x89','\xab','\x5f','\xf5','\xe6','\xc8','\xf7','\xab','\x75','\x86','\x69','\xe4','\x1f','\x40','\x1b','\xcb','\x0f','\x2a','\x7a','\x46','\x95','\x66','\xf9','\x44','\x39','\xa6','\x28','\x7a','\xa8','\xe8','\x20','\xbd','\x9b','\x55','\x99','\xcf','\x06','\xb9','\xe5','\x2c','\xbf','\x33','\x88','\xbf','\xf8','\x99','\x68','\x7a','\x30','\x3d','\x9c','\x74','\x7e','\x32','\x9e','\x2e','\x06','\xf1','\x97','\x68','\x1a','\xc6','\x09','\xfc','\x24','\x40','\x03','\x28','\x17','\xe4','\x82','\x88','\x8c','\xc4','\x74','\x94','\x36','\x5d','\x9f','\xcb','\x11','\xdb','\x83','\xf1','\x30','\xb4','\x02','\xe3','\xcb','\x77','\x8c','\x42','\x8e','\xb5','\x1c','\xef','\x5f','\x83','\x9a','\xd1','\x65','\x6a','\x79','\x76','\xa7','\x3f','\x60','\x0c','\xe7','\x26','\xfc','\x8c','\x51','\xca','\xd1','\xfa','\x71','\x5e','\x9f','\x6f','\xe0','\xf9','\x6c','\xfe','\x42','\x0f','\x84','\x39','\xfe','\x1b','\xc2','\xfc','\x3f','\x0f','\x8e','\x17','\xa2','\xe2','\x36','\x6f','\x58','\x98','\xb0','\xc7','\x6d','\x96','\x49','\x6d','\x43','\xeb','\x64','\xba','\xd6','\x85','\x95','\x16','\x55','\xe8','\xa7','\xc1','\xec','\xdd','\xe2','\x7e','\x7c','\xbe','\x10','\xc7','\xd8','\x8e','\xf2','\xfc','\x64','\x38','\xf7','\x13','\x8f','\x6a','\x83','\xca','\xdd','\x20','\x7f','\x32','\x20','\x1f','\x36','\x34','\x54','\x11','\xb0','\xfc','\x5b','\x16','\x9f','\xc3','\xeb','\x3b','\x82','\x2d','\xcc','\xf2','\xbb','\x13','\x3a','\x83','\xfe','\xc7','\x08','\xe1','\x0a','\x5d','\xef','\x31','\xf9','\xe7','\xb1','\x1c','\x7b','\x0f','\x33','\xc8','\x25','\x59','\x6e','\xf2','\xef','\xe2','\xfc','\xc2','\xfa','\xcf','\x42','\x43','\xfe','\xf0','\xa7','\x21','\x07','\xb4','\x08','\x3b','\x96','\xd7','\x5a','\x1b','\x07','\xde','\x43','\xfc','\x5a','\x8e','\xa8','\xec','\x5d','\x83','\xf1','\xc9','\xe4','\x3b','\x71','\x48','\x2d','\x47','\x3e','\xac','\x0f','\x80','\xb6','\xf9','\xc4','\xa7','\x91','\x01','\xf7','\x6e','\x73','\x5f','\xd2','\xae','\xce','\x36','\xe6','\xff','\x86','\xe3','\x1f','\x7a','\x14','\x9e','\x9f','\x21','\xa4','\xcd','\x3a','\xd1','\x6c','\xd4','\x90','\x92','\x52','\x52','\x4e','\xb0','\xfc','\x73','\x90','\x30','\x77','\xda','\x8e','\x52','\xfa','\xd9','\x86','\xad','\xb2','\xb2','\xde','\x93','\x15','\xb9','\xb2','\x1e','\xf3','\x8f','\xe7','\x10','\xc6','\x98','\xe3','\xb7','\xad','\x38','\x3d','\x97','\x86','\x1e','\x7c','\xdc','\x79','\x34','\xf3','\xe6','\xc5','\xd3','\x0c','\xbf','\x4d','\xb3','\xe3','\xb6','\x5e','\x00','\x15','\xaa','\xa3','\xe7','\x48','\x8c','\x7e','\x4c','\x55','\x3a','\x94','\xfd','\x2a','\xfd','\x12','\x7d','\x05','\x36','\x35','\xab','\x92','\x38','\xd1','\xfd','\x01','\xd2','\xec','\x9f','\xfb','\xe3','\xea','\x61','\xe3','\x55','\x7f','\xae','\x81','\xdf','\xbc','\x61','\x7e','\xfa','\x30','\xfe','\x28','\xe6','\xe1','\x62','\x96','\x15','\xf6','\x09','\xac','\x10','\x91','\x00','\xbf','\x4d','\xb8','\x66','\xd2','\xca','\x00','\xb9','\xbb','\xea','\xd0','\x86','\x1a','\x0f','\xb8','\xbf','\x66','\x7c','\xca','\x90','\x9b','\xb7','\x1d','\x57','\x71','\xc6','\x00','\xdc','\x20','\x3f','\xc4','\xc1','\xea','\x30','\xc1','\x2c','\xe6','\x62','\x10','\x9f','\xc5','\xb8','\xcd','\xf5','\xe7','\x33','\x04','\x0e','\xce','\xa2','\x27','\x46','\x58','\x7c','\x70','\x03','\xf3','\x45','\x7b','\x85','\xce','\x97','\x86','\x60','\x05','\xd8','\x27','\xec','\x7d','\x29','\xcc','\x92','\xdf','\xc0','\xeb','\x17','\x8c','\x40','\xfe','\x79','\x5c','\xfe','\x39','\x4c','\xfe','\x6c','\x58','\x60','\x73','\x24','\xc1','\xb3','\x0b','\xa8','\x09','\xfd','\x03','\xeb','\xfb','\xdd','\x9e','\x93','\xb3','\x73','\xb3','\x9e','\x94','\x97','\x31','\x03','\x02','\xbd','\xc0','\x06','\x5f','\x67','\x31','\x3e','\x00','\xf2','\x05','\xc7','\x87','\x58','\xa0','\xf5','\xfc','\xec','\xeb','\xf5','\x23','\x5c','\xdd','\xfe','\xe1','\x37','\x6b','\xc8','\xda','\x85','\x8d','\x03','\x5f','\x02','\x5d','\x83','\xe7','\x87','\x4a','\x82','\x97','\x97','\x4b','\x43','\xe5','\xe1','\xfc','\x7e','\xcf','\xce','\xcf','\x9e','\x93','\xca','\x72','\x09','\xae','\x5d','\x61','\xab','\x98','\x72','\x8d','\x69','\x08','\xd9','\xaa','\x53','\xc1','\xed','\xa1','\xb7','\xa8','\x32','\x7c','\xc4','\xa9','\x3c','\xbf','\x95','\x4b','\x1e','\x96','\x5f','\x1c','\xf9','\xc4','\x97','\xd4','\x21','\xf5','\x1e','\xcc','\x52','\x1e','\x2a','\xf6','\xf1','\xbf','\xe1','\x2b','\xcf','\x9f','\x66','\xd7','\x30','\x60','\xfe','\xb9','\x13','\x66','\x26','\xf9','\x7c','\x15','\xe4','\x13','\x4a','\x35','\x5d','\xa2','\x61','\x7e','\xb2','\x9f','\xe9','\xf4','\xe1','\x7c','\x75','\xdf','\x7c','\x66','\xbe','\x38','\xcf','\xb2','\x93','\x59','\x7e','\x72','\xb8','\x3e','\xae','\x44','\xe4','\xd2','\xa0','\x78','\x8f','\x80','\x59','\x70','\x8d','\xeb','\x7b','\x63','\xfc','\x12','\xd7','\x47','\x87','\x4c','\x48','\xb3','\x97','\xa2','\x5d','\x30','\x3b','\x31','\x22','\xb6','\x8e','\x6e','\x42','\xe9','\xdc','\xe9','\x83','\x7c','\x2e','\x6e','\x6b','\xbf','\xa7','\x75','\x82','\xd7','\x90','\xd4','\xf2','\x1b','\x19','\xe2','\xf9','\xc3','\xd1','\x45','\x4f','\xa7','\xd2','\xc0','\xe3','\x77','\x7f','\xdb','\xb1','\x9c','\x87','\x67','\x17','\xa9','\x06','\xb2','\x43','\xa2','\x8f','\x47','\x4f','\xd6','\xe2','\x7f','\x84','\xcf','\x3f','\xac','\x1f','\x9f','\xc5','\xfa','\x0e','\x95','\xd7','\x77','\xa0','\x84','\xc6','\x7c','\x5e','\x3f','\x23','\x9d','\x1a','\x8a','\xe0','\xfa','\x3a','\x6e','\x16','\x8f','\xc1','\xb3','\xe1','\x0c','\xfa','\xd9','\x86','\x56','\xcc','\x9f','\x8b','\xfd','\x3c','\x26','\x7f','\x2c','\xc7','\xe4','\x9e','\x4b','\x47','\xe4','\x3f','\x94','\xbf','\x27','\xbf','\xe2','\x22','\xbe','\x5c','\x4c','\x8e','\xcb','\xaa','\xca','\xf3','\xc7','\xa1','\xff','\x44','\x5a','\xb8','\xcb','\x1f','\x36','\x1c','\xac','\x82','\x00','\x79','\x4f','\x83','\xfc','\xef','\x30','\x3f','\xb1','\xdb','\xfd','\x9d','\x83','\x03','\x0d','\x68','\x46','\xb0','\x86','\x1e','\xdc','\xd8','\xf5','\x5e','\x6b','\x10','\xff','\xd0','\x3c','\xad','\xd3','\x1f','\xd6','\xb6','\x6b','\xe3','\x5e','\x46','\x9d','\x7d','\x22','\xc8','\xff','\x87','\xfb','\xe3','\xf5','\x1f','\x9d','\x97','\x57','\x8a','\x72','\x71','\xa0','\x38','\x5c','\xdc','\xff','\xa1','\x5d','\x2c','\x14','\xa1','\x6d','\x1e','\x66','\x31','\x2c','\xd2','\x18','\xff','\x1c','\xf4','\xd8','\xfa','\xab','\x35','\xca','\x17','\xce','\xbf','\x18','\x22','\x5c','\x85','\x76','\x42','\xb3','\x7c','\x66','\xf1','\x4f','\x53','\x52','\x61','\x7e','\x88','\xe8','\xbb','\x2c','\x94','\xa5','\x19','\xcc','\x51','\xc7','\xfc','\xe8','\xa0','\xfd','\x88','\x6f','\x4a','\xe6','\x50','\xfe','\x9e','\xb3','\xfb','\xf3','\x99','\x32','\xab','\xe1','\xc0','\xfc','\xdc','\x12','\xc6','\xe9','\xa1','\x07','\x10','\x7d','\x1c','\xd6','\xac','\x01','\xd0','\x2f','\x26','\xd2','\x13','\x0f','\xb0','\xf5','\x0b','\xb6','\xce','\x60','\xfd','\xc0','\xfc','\xc7','\x4f','\xe0','\x75','\x28','\x73','\xef','\x65','\xac','\x63','\x29','\x46','\xa4','\x48','\x6d','\x7c','\x04','\xf9','\x0b','\x7e','\x09','\xab','\xeb','\xee','\x65','\x55','\x22','\x45','\x5e','\x19','\xc2','\x24','\x00','\x26','\x7f','\x6d','\xb8','\x12','\x6d','\xbf','\xd6','\x2e','\xa5','\xb7','\xfd','\x6a','\xf8','\x94','\x73','\x6a','\xef','\xaf','\x0a','\xa7','\xe8','\x29','\x7a','\x65','\x03','\x9c','\x4f','\x85','\xc6','\xf8','\x2d','\xc8','\x07','\x56','\x61','\x3b','\xcb','\xd0','\xcb','\x60','\x13','\xa2','\x1d','\x98','\xaf','\x09','\xf3','\x9f','\x5e','\xdb','\x24','\x5d','\x1d','\x2a','\xdf','\xe3','\x38','\x95','\x71','\xf2','\x9c','\x57','\xaf','\x3f','\x69','\x8c','\xbf','\x0e','\x7e','\x6e','\xd8','\xb8','\x7e','\x7c','\x41','\xef','\x6f','\xc6','\x0c','\xba','\x8f','\x25','\x7c','\x7f','\xf2','\xe2','\x1f','\x21','\xc1','\x40','\xa6','\xe7','\xa2','\x96','\x51','\x54','\xa5','\x4f','\x31','\x79','\x7e','\x7b','\x4c','\xfc','\xb8','\x2f','\xd6','\xd7','\xf3','\xc6','\xd7','\xac','\xaf','\x88','\xdf','\x77','\x5f','\x69','\xc8','\x6f','\x6f','\xcc','\x0f','\xb8','\xcb','\x07','\xfd','\x05','\x34','\x70','\x56','\x81','\x98','\xd8','\x70','\x1e','\x75','\x30','\xb8','\xfe','\x48','\xcf','\xa5','\x98','\xfc','\x49','\x09','\xc7','\xd7','\xd7','\xb4','\x3f','\x7c','\x60','\x0e','\x24','\x64','\x18','\x35','\xbd','\xa3','\x35','\xc4','\xff','\x0e','\xe4','\x83','\xe2','\x0c','\xed','\xfd','\x51','\x21','\xac','\x50','\x3a','\xcd','\x66','\x97','\x1a','\x5d','\x81','\xf1','\xa3','\xc3','\xfa','\xa9','\xc0','\xf8','\xf3','\xc6','\xf3','\x45','\x2e','\x59','\xd8','\x2b','\xae','\x73','\x1b','\x3c','\x78','\xfe','\xa5','\x28','\xbd','\x7b','\xe9','\x4e','\x90','\xae','\xfb','\xfd','\x22','\x91','\x0a','\x9d','\x22','\xe8','\x5f','\x1e','\xef','\x5f','\x8c','\x3c','\x82','\x7e','\x69','\x6f','\xf3','\xef','\x01','\xb1','\x3e','\xe1','\x31','\xfd','\x66','\x7b','\x54','\xc7','\xb6','\x6d','\x8e','\x5f','\x7f','\xcd','\xfc','\x8f','\x87','\xe7','\x7e','\xf8','\xbd','\x20','\x7e','\xbd','\x15','\xf3','\x9f','\x45','\xcc','\xa0','\x54','\xdd','\x8f','\x13','\x31','\xb1','\xe7','\x67','\x5f','\x7b','\xe8','\x2b','\x77','\x7c','\xbf','\xef','\x15','\x2b','\x2e','\xf6','\x42','\x9b','\xa0','\x87','\xb4','\x39','\x3e','\xfc','\x44','\xe9','\xab','\xc5','\x32','\x6c','\x3c','\x3e','\x8c','\x1b','\xc8','\x76','\x56','\x89','\x75','\xed','\x37','\x94','\x6c','\x7b','\xe7','\x9e','\xf4','\x3e','\x67','\xef','\xa5','\xe2','\x61','\x16','\x5f','\x49','\xc3','\xb6','\xc0','\xf4','\x47','\xe8','\x2b','\xbf','\xd4','\xe9','\x81','\x7e','\x8d','\x4c','\x26','\x60','\x7d','\x37','\xe8','\xdf','\x0d','\xf1','\xf1','\xc1','\x37','\xee','\x7e','\x02','\xd1','\x09','\x0a','\x8d','\x15','\x34','\xf8','\x7c','\x98','\x3f','\x80','\xeb','\xaf','\x01','\xf2','\xcb','\x03','\xfd','\xbe','\xb1','\x7e','\x00','\x73','\xa5','\x60','\xa4','\x5e','\x83','\xd7','\xc1','\xc9','\xbb','\x09','\xd6','\x69','\xc3','\xfa','\xc2','\xce','\xbf','\x15','\xce','\x0f','\xeb','\x2b','\x3e','\xe9','\x42','\x7d','\xea','\x08','\x39','\x4c','\x5e','\xf5','\xca','\x0d','\xf5','\x15','\xcd','\xfc','\x38','\x27','\x84','\xeb','\xfd','\x8f','\xc1','\xfa','\x80','\xfa','\x23','\xea','\x07','\x26','\x5b','\x1f','\x7e','\x48','\xcb','\xd1','\x11','\x5e','\x61','\x18','\xd6','\x4a','\x82','\x7c','\x25','\x20','\x5f','\x19','\x46','\x04','\xab','\x12','\x80','\xfe','\xa8','\xd7','\x37','\xd4','\xd7','\x87','\xfd','\x3e','\xcc','\x9f','\x95','\xb0','\x7e','\x44','\xaa','\xe1','\x37','\x61','\x7e','\x0e','\x9f','\xff','\x41','\x8d','\x90','\x17','\xe2','\x63','\xb0','\xb1','\x7c','\x15','\xe3','\xd7','\x43','\x11','\x66','\x7f','\x78','\xb5','\xf1','\x2d','\x47','\x9b','\xe2','\xe3','\x03','\x06','\xc8','\xbf','\x1c','\xd8','\x27','\x41','\x7c','\x3c','\xa8','\xef','\xb8','\x2e','\xfe','\xce','\xe3','\x7b','\x68','\x8b','\xc5','\x61','\x85','\xfc','\xb4','\xfc','\xfe','\xeb','\xe4','\x8b','\x51','\x1f','\xbf','\xd8','\xbe','\x70','\xfd','\x20','\xfe','\x8d','\xf5','\x6b','\x8d','\xfa','\xd1','\x30','\xd9','\x4e','\xf6','\x5e','\xb6','\x93','\xc5','\x20','\xfe','\xcd','\xf4','\x4b','\x92','\x98','\x54','\xad','\x3e','\xcb','\x3f','\xd9','\x3d','\xd9','\x67','\x25','\x07','\xd2','\x16','\xc3','\xd4','\xf3','\xd6','\x1a','\x81','\x7e','\x84','\xeb','\x8f','\x2e','\xe9','\xfe','\x07','\x92','\x3e','\xa4','\xdf','\xf3','\xc1','\x3e','\x3d','\xa3','\x17','\x3f','\x60','\x51','\x1a','\x3d','\x90','\x3f','\x3e','\x66','\xdb','\xc0','\xfa','\x86','\xf2','\x07','\x99','\x92','\x40','\x3f','\x93','\x74','\x94','\x19','\xac','\x7d','\x1a','\xe2','\xeb','\x70','\x7f','\x0c','\xdf','\xa2','\xd0','\x50','\x5f','\xc0','\xd7','\xb7','\xb0','\xfd','\x83','\xf5','\x3d','\x60','\x14','\x60','\xe7','\x33','\xfd','\x33','\x2a','\x82','\x7e','\x00','\xed','\x3b','\x62','\x3a','\xca','\x5e','\xaf','\x90','\xa3','\x7c','\x84','\xe2','\xfa','\x18','\xae','\x3f','\xf0','\x7d','\x83','\xda','\xb0','\x8d','\x75','\x9e','\xc5','\x95','\x20','\xeb','\x09','\x2b','\x53','\x8d','\xce','\xb3','\x60','\x6d','\x14','\x61','\xfd','\x99','\xdf','\xa6','\xe1','\xf8','\xce','\xa8','\x45','\x95','\xd7','\x0c','\xb1','\x6f','\xc6','\xfc','\x1d','\x98','\xbf','\xd5','\x39','\xac','\xee','\xbd','\xb7','\xba','\xcf','\xda','\x5b','\x2d','\x5a','\x9d','\x55','\x29','\xcd','\xb5','\x0b','\x15','\xe4','\x53','\xcf','\x45','\x45','\xfa','\xe8','\x92','\xe6','\xf4','\xfc','\xec','\x88','\xfc','\xd5','\x8b','\x73','\xc5','\xef','\x49','\xb1','\xff','\xd5','\x23','\xc7','\x68','\x1c','\x74','\xb2','\x98','\xa0','\x0a','\xbb','\xce','\x97','\x32','\x57','\x1f','\xc2','\xd7','\xe5','\x87','\x37','\xbc','\xdd','\x2c','\xff','\x9b','\xe3','\xfb','\x5f','\x73','\xff','\xe3','\xd6','\xb9','\x85','\xef','\x07','\xf1','\x7d','\x65','\xa1','\x87','\xd9','\x2f','\x20','\x27','\x5d','\xaf','\x4a','\x15','\xde','\x3e','\x41','\x85','\xaf','\x17','\xac','\xdf','\x2c','\xfb','\xa2','\xf3','\x32','\xac','\xff','\x97','\x07','\xe6','\x86','\x0b','\x13','\xfe','\xb8','\xf2','\x9c','\xb7','\x9e','\x67','\x48','\x83','\xce','\xd9','\xdc','\xff','\xc3','\x88','\x33','\x56','\x99','\xd5','\xea','\xf9','\xef','\xc8','\x13','\xdf','\x93','\xd7','\x4a','\x1f','\x77','\xf4','\x9c','\x8b','\x1f','\xfa','\x86','\xf3','\xd5','\x73','\xaf','\xec','\x7c','\x25','\xcb','\x32','\xc0','\x59','\xfe','\xf7','\x6f','\xe3','\x0f','\x08','\x47','\x00','\x4a','\x59','\x55','\xd3','\xb4','\x8f','\x9d','\x58','\x5a','\x2d','\xfe','\x09','\x7d','\x9c','\x9e','\xb6','\x4f','\x3f','\x84','\x1e','\x5c','\xf5','\x87','\xea','\xcb','\xdd','\x3c','\xfe','\x0c','\xf3','\xf4','\x13','\x16','\x5d','\xfe','\xba','\xf8','\x95','\xea','\x5c','\xf9','\x7b','\x7a','\x37','\xb4','\x0d','\xac','\xe0','\x27','\x63','\x7c','\xfc','\x10','\x29','\xcb','\xd6','\xb7','\xec','\x3d','\x64','\xdf','\x07','\x4c','\x7f','\x99','\x97','\x3e','\xe0','\xf6','\x29','\xe6','\x07','\x28','\x20','\xfb','\x60','\x89','\x2e','\x68','\x17','\x9f','\x28','\x7e','\xf5','\x43','\x64','\xb0','\x8a','\x9f','\xef','\x9b','\xd7','\xbf','\x33','\xf8','\x03','\x25','\xc9','\xab','\x83','\xd8','\xf8','\xd0','\x1a','\xda','\xa7','\x26','\x3f','\x1a','\xf3','\x2b','\x60','\xfe','\x7b','\x8e','\xba','\xd7','\x2f','\x34','\xd4','\x4f','\x68','\x16','\xca','\x4e','\xd5','\x3d','\xf4','\x20','\x8f','\xf0','\xc6','\xad','\x66','\x7c','\xed','\x60','\xfc','\x24','\x3d','\x5d','\x2a','\xdd','\x33','\xbf','\xfd','\x1d','\xbb','\xba','\x97','\x14','\x1a','\xea','\xab','\xaf','\x3f','\xbe','\x77','\x92','\xd5','\x80','\xe0','\x31','\x8c','\xec','\x46','\x40','\x43','\x72','\xf9','\xf8','\x06','\xfb','\xc5','\x87','\xf5','\x83','\x3a','\x8b','\x05','\xb5','\xf3','\x47','\xec','\xfe','\x4e','\x73','\xe9','\x8f','\xd9','\x32','\x78','\x7f','\x03','\xca','\xdd','\x0c','\xdd','\xa5','\x60','\x60','\x9f','\x46','\x2f','\xd0','\x23','\x9d','\xcf','\x72','\xf9','\x1e','\xa3','\xab','\x97','\x35','\x18','\x21','\x4f','\x96','\xfe','\xa8','\x84','\x1c','\x5e','\xda','\xf9','\x1e','\xf7','\x8e','\x92','\x52','\x56','\xde','\xe6','\xf8','\xc4','\xc1','\xf9','\xa4','\x49','\xbe','\x30','\x09','\x14','\x3e','\x3f','\xea','\x5f','\x77','\x0b','\x77','\x7a','\xb6','\x0b','\xcf','\x4f','\x1a','\xf4','\x37','\xbe','\x3e','\x22','\x3b','\x0a','\x68','\xe7','\x77','\x81','\xf5','\xb7','\xf7','\xe7','\x45','\x94','\xfe','\x87','\x61','\x7d','\x74','\xe8','\xa3','\x6c','\x8e','\x30','\x7c','\x5a','\xea','\x0e','\xc0','\x7f','\xec','\xbf','\x9c','\xc9','\x14','\x33','\x5c','\xa7','\xc0','\x57','\x3a','\xdc','\xb9','\x80','\x19','\x66','\xde','\x64','\xe7','\xb9','\xe1','\x91','\xed','\xc4','\xfe','\xc9','\xfe','\xe1','\xd9','\x9f','\x6e','\x18','\x8e','\xe2','\x9e','\x8e','\x9e','\x54','\x94','\x1e','\x25','\xee','\xc7','\x8d','\x6b','\xd9','\xad','\x85','\xf8','\xd4','\x37','\xc8','\x7f','\xc8','\xbe','\x62','\xbe','\x92','\xdd','\x8a','\x34','\xf3','\x98','\x17','\xf5','\x00','\x8c','\xe2','\x32','\xad','\x48','\xc5','\x8f','\x65','\x49','\xbc','\x73','\x79','\x38','\xb2','\xbf','\x9a','\x11','\x8b','\x22','\x66','\x30','\x46','\xe9','\x16','\xa6','\xdf','\x73','\x59','\x1c','\xc8','\x57','\x6e','\xdf','\x79','\xb4','\x86','\x7f','\xd3','\x98','\xbf','\xb2','\xed','\x25','\x58','\xdf','\xdd','\x7d','\x89','\x42','\x90','\xbf','\x82','\x15','\xb4','\x14','\xec','\xd0','\xa8','\xc3','\xce','\x77','\x07','\x6c','\x26','\x7f','\x3c','\x26','\x3f','\x98','\xfc','\xb9','\x35','\xd2','\xbc','\xbe','\xd7','\xe4','\x63','\x44','\xc2','\x31','\x18','\xa1','\x1d','\x61','\xfd','\xc2','\x8a','\xdb','\xa9','\xc1','\xfa','\x4c','\xf6','\x79','\x61','\x0d','\x03','\xaf','\x5f','\x08','\xd6','\x6f','\x97','\xd9','\xcf','\x0d','\xed','\x4f','\x15','\x58','\x35','\x4f','\xc9','\xc7','\x34','\x65','\x55','\xd1','\x12','\x53','\xe6','\x4c','\xfe','\x98','\x9e','\xa6','\xc7','\x74','\xc1','\x6c','\x9e','\xff','\x31','\x58','\xa3','\x7b','\xce','\x6b','\x36','\xf4','\xef','\xa1','\x9e','\x4b','\x5f','\x07','\xfd','\xf6','\xd5','\x4b','\xa7','\xe5','\xee','\xf3','\xaa','\xa5','\x39','\x71','\x47','\x3f','\xdd','\xac','\x5f','\x0d','\x33','\xfc','\x2d','\xb0','\x1f','\x7f','\xce','\xf4','\x7f','\x47','\x52','\x9b','\xf9','\x2f','\x8e','\x90','\xaf','\x54','\x4f','\x8b','\xa7','\xdf','\x57','\x2b','\xea','\xfb','\x81','\xff','\xe1','\x53','\xf0','\x8d','\x1b','\xe5','\x37','\xc7','\x09','\xe1','\xff','\x15','\xfe','\x4f','\xe3','\x7f','\x50','\xb1','\xf3','\x7d','\xc9','\xed','\xfc','\xc0','\xd7','\x3b','\x97','\x87','\x66','\xee','\xbd','\x82','\xf6','\xc3','\x2c','\xd7','\xee','\x1c','\x94','\x3f','\x21','\x27','\xc5','\x35','\xc6','\x2c','\xf1','\x0d','\xe1','\x3f','\x78','\xaf','\x08','\xaf','\xa0','\xa7','\xd9','\xd3','\xdc','\xb8','\x80','\x33','\x9f','\xcb','\xb7','\x0f','\x61','\xf4','\xc6','\x94','\xaf','\xd3','\xaf','\x7a','\xf3','\xac','\x46','\x27','\xac','\x4f','\x08','\xe6','\x8f','\x7a','\xcd','\x89','\xa6','\x87','\xee','\xc1','\xf5','\x77','\xdc','\x79','\xce','\x0f','\x56','\x55','\xb4','\x7f','\x99','\xfc','\xd0','\x22','\x9f','\x78','\x31','\x4b','\xb5','\x9f','\xf4','\x1e','\x17','\x5e','\xf5','\xe6','\x19','\x8b','\x48','\xb7','\x07','\x6d','\x27','\x84','\x9c','\x14','\xcb','\x42','\x77','\x55','\x21','\x4f','\x7a','\x87','\x73','\xdf','\x33','\x7f','\x50','\x89','\x1d','\xd9','\x5a','\x89','\x6d','\x45','\xfd','\x28','\xa6','\xc4','\x46','\x62','\xa6','\x3a','\xb9','\xe2','\x6a','\x7e','\xbf','\xf2','\xb5','\xcc','\xe3','\xb7','\x95','\xdf','\x78','\xf3','\xef','\x94','\xef','\x28','\x7d','\x7d','\xe7','\xfb','\x2a','\x3a','\x65','\xda','\x85','\xd5','\x5d','\x5d','\x61','\xaf','\x47','\xc8','\x57','\xcf','\x22','\x84','\x53','\xff','\xd9','\xbe','\xf9','\x3e','\x78','\xd5','\x4f','\x37','\xe7','\x77','\x4c','\x7d','\xf0','\x78','\x72','\xce','\x78','\xd3','\xaf','\xd7','\xaf','\x31','\x0d','\xa7','\x2a','\x9d','\xba','\xf6','\x2c','\xad','\x0e','\x3e','\x7b','\xcf','\x29','\xa7','\x7a','\x9d','\xfc','\x09','\x32','\x2c','\x50','\x3e','\x0f','\x45','\xc0','\xbe','\x3b','\x95','\x59','\x09','\x6a','\x50','\x51','\x83','\x68','\xc5','\x5c','\x19','\xcd','\x8c','\xbf','\xe8','\xb9','\x3d','\x97','\x35','\xf7','\x1b','\x3f','\xff','\x8f','\xf3','\x65','\xb7','\xac','\xc4','\x95','\xf8','\x08','\xe2','\xfd','\xdc','\xe5','\xd7','\xf3','\x33','\xa4','\xcc','\xb6','\xcb','\x77','\x3f','\xbb','\x2f','\xc3','\xaa','\xa0','\xdc','\x28','\xd8','\x37','\xf4','\x67','\x9d','\x42','\xcc','\x50','\xff','\x48','\x35','\xbb','\xff','\x68','\xa5','\xdc','\xfd','\x86','\x5a','\x7e','\xd2','\xff','\x43','\xf1','\xf4','\x72','\x39','\xc9','\xf3','\x77','\x10','\xed','\x93','\xb3','\x0f','\x28','\xca','\x71','\x36','\x06','\x46','\x7d','\xd6','\xcf','\x0d','\xfd','\xdb','\x9c','\x9f','\xf4','\xc7','\x0f','\x1e','\x26','\x73','\xe4','\x2f','\x3e','\xc0','\xa7','\xc7','\x6c','\x96','\xbe','\xf9','\x4f','\xaf','\x0f','\xa9','\x8f','\x9f','\x30','\x7f','\xe7','\x23','\x96','\xbf','\xc3','\xc7','\xdf','\xf7','\x83','\xfc','\x9d','\x98','\xb6','\x75','\x93','\x2a','\xfe','\xeb','\x99','\xb8','\xf8','\xc7','\x2f','\xfd','\xf9','\xe3','\x3d','\xe7','\x11','\x5f','\x2c','\x2d','\x95','\xcb','\x7d','\xe7','\x77','\x14','\xa8','\xb6','\xc5','\x02','\x6b','\x48','\x51','\x73','\x3d','\x97','\xd5','\x62','\xcf','\xc5','\x6b','\x0f','\xf7','\x5c','\x1c','\x94','\xfe','\xe8','\xe5','\x2f','\x5f','\xfc','\x73','\xe9','\xff','\x77','\x39','\x2e','\xf6','\xfc','\x1d','\x56','\x05','\x6a','\x4c','\x82','\x2b','\x8a','\x39','\xe5','\x27','\x23','\x79','\x4c','\x05','\xc3','\x0a','\x77','\xc6','\x8f','\x63','\xe9','\xa6','\x99','\x7f','\x3a','\x82','\x7c','\x06','\x5d','\x8a','\x36','\x95','\x49','\xd2','\xfc','\x2a','\xfc','\xb3','\x4e','\xa7','\xe8','\xbc','\xde','\xa7','\xf7','\x59','\x9f','\x33','\x31','\x3f','\x83','\xe4','\x14','\x98','\xdf','\x33','\x82','\x63','\x29','\xc6','\x62','\xc0','\x4f','\xbc','\xa3','\xca','\x19','\x71','\x19','\x3e','\x0b','\x66','\x7f','\x28','\x72','\x42','\x55','\x47','\xcd','\x55','\x3b','\x52','\x60','\x5c','\xb5','\x30','\x4f','\xd3','\x7a','\xc4','\x6c','\x37','\x85','\x20','\x3f','\x42','\x9a','\xd2','\x93','\x66','\xfe','\x2c','\xe5','\xd8','\x84','\x09','\x5d','\xd1','\x13','\x96','\x62','\x26','\xf2','\xb1','\x08','\xf2','\x6f','\x24','\x95','\xa9','\xa9','\x64','\x72','\x2a','\xaf','\xd0','\x69','\xfa','\x0c','\x4d','\xd1','\x09','\x7d','\x54','\x3f','\xae','\xb7','\xb0','\xf3','\x23','\xca','\x2d','\xca','\xa4','\x22','\x4e','\x89','\xc9','\xd5','\xbc','\x4e','\x77','\xb3','\x08','\x13','\xcb','\xe0','\xb0','\xa6','\xcd','\xd1','\x7c','\x4b','\x44','\x85','\xab','\xaf','\xce','\xc9','\x53','\x72','\x72','\x3a','\xbf','\x9e','\xae','\x16','\xd6','\xc3','\x35','\x64','\xfd','\xf7','\xf4','\x09','\xbd','\x74','\x4e','\x36','\xe5','\x19','\x02','\x47','\x73','\xca','\x77','\xa7','\x66','\x93','\xb3','\xf9','\xef','\x82','\x32','\xf2','\xd7','\x85','\xf9','\xc2','\x7c','\x65','\xbe','\xf2','\xd7','\x95','\x9c','\xb9','\x7a','\x8e','\xcc','\x70','\x26','\x87','\x03','\x89','\xdc','\xe9','\x84','\xa9','\xda','\x20','\xfa','\xe8','\x93','\x88','\x56','\xa9','\x6f','\xd3','\x27','\xcc','\xa8','\xb9','\x6d','\x86','\x2a','\x9b','\xa1','\x05','\xa7','\x13','\xe3','\xea','\x43','\xe6','\xd7','\xed','\xdf','\x2f','\x18','\xf0','\x74','\x8f','\x17','\xfe','\x1d','\x3c','\xdf','\xb7','\xcc','\x49','\x93','\x84','\xf9','\x1f','\x53','\xa3','\xc9','\xb3','\x79','\x74','\x26','\x3f','\x89','\x1e','\x5a','\xfd','\x49','\xcc','\xc4','\x30','\x31','\xff','\x43','\x57','\x76','\x2b','\x9f','\x57','\x52','\x53','\x5f','\x49','\x7e','\x3e','\x3f','\xc1','\x8f','\xd2','\xd5','\x0a','\x81','\xe3','\x31','\x73','\xd4','\xcc','\xcd','\x60','\xb5','\xdd','\xea','\x9c','\x3a','\xf5','\x64','\x72','\x22','\xff','\x24','\x98','\xfc','\x3b','\xe8','\x21','\xfa','\x63','\xac','\x90','\xd1','\x35','\x73','\x87','\xa9','\xcc','\x50','\x64','\x9f','\x17','\xb2','\x9e','\x21','\xc0','\x3b','\xf4','\x3f','\xda','\x04','\x07','\x58','\xa5','\xfd','\x81','\xed','\xef','\x61','\x04','\x3a','\xc0','\x5c','\x45','\x64','\x0b','\x51','\x84','\xf5','\x98','\x26','\x59','\x7d','\x11','\xe2','\x88','\x31','\x7e','\x93','\x1c','\xc9','\x79','\x5e','\x4c','\x88','\x09','\x09','\xdd','\xa4','\xbb','\xbc','\xc7','\x84','\x12','\xc6','\x6e','\x6c','\x18','\x15','\xf6','\xa8','\x7b','\xb2','\x15','\xf9','\xc9','\xaf','\x2d','\x62','\xa2','\xde','\x88','\x32','\xe6','\x9b','\xca','\x21','\xa5','\x64','\x8b','\xb0','\x21','\x66','\xcb','\x28','\x34','\x3f','\xc6','\x18','\x41','\x25','\x70','\xe1','\x7c','\xc9','\x54','\x4c','\xe3','\x31','\xb7','\x84','\xd1','\x22','\x33','\xea','\xc2','\xc4','\x3d','\xf8','\xcd','\x1c','\x3b','\xae','\x20','\x8a','\xe4','\x7d','\xda','\x18','\x6c','\x8f','\x69','\x2f','\x20','\x86','\x13','\x68','\xac','\xc1','\xf9','\x78','\xfd','\x05','\x45','\x88','\x99','\x23','\x15','\x93','\x8c','\x55','\x0f','\xd1','\x12','\xc3','\x16','\x62','\xe8','\x4c','\x73','\x39','\x03','\xeb','\x9f','\xbc','\x33','\xdd','\x0b','\x8a','\x3d','\xa2','\x99','\x97','\x76','\xdd','\x71','\xa8','\x50','\x3a','\x73','\xf3','\x82','\x68','\xc1','\xf9','\x9a','\x71','\xe9','\x9b','\x88','\xcf','\x03','\x6b','\xbf','\x02','\x72','\x7e','\xa4','\x60','\x92','\x5d','\xfe','\x21','\x52','\x22','\x6d','\x5e','\x1b','\xac','\xbe','\x31','\x61','\xd4','\x3b','\x21','\x60','\xfc','\xf7','\x63','\x8c','\x6a','\xc1','\xda','\x8a','\xfc','\x0e','\x5f','\xf1','\xbe','\x23','\xdc','\xec','\xa1','\x6f','\x4c','\x29','\x8c','\x8a','\x33','\x02','\x3c','\xbf','\x7f','\x8d','\xa8','\x98','\xbb','\x82','\x99','\x07','\xde','\x21','\x02','\xf7','\x97','\x6b','\x03','\x6d','\x5a','\x29','\x8e','\xf6','\xe5','\x4c','\xe4','\x17','\xad','\x22','\x02','\x24','\xb9','\x97','\xf1','\x8b','\x1e','\x26','\xff','\x19','\xaf','\x8e','\xc8','\x0c','\x2e','\xc7','\xa7','\x5a','\x73','\x79','\x85','\xb1','\x6a','\x0d','\x33','\xfc','\xfb','\x3f','\xf4','\xfe','\xb3','\xd6','\xc6','\xd6','\x4e','\x5e','\xff','\x80','\xf7','\xf7','\x89','\xaf','\x46','\x62','\xde','\xdd','\x0c','\x9f','\xfe','\x2b','\x42','\x78','\x7e','\xcc','\x33','\x5c','\xb0','\xa7','\xac','\x96','\x07','\x56','\xe6','\xd1','\x5b','\x78','\xb7','\xb5','\xfb','\x70','\x2a','\xfd','\x95','\xc7','\xff','\xf3','\x03','\x37','\xff','\x11','\xd8','\x6c','\x8f','\x77','\x7f','\xc7','\xd8','\x9a','\x4b','\x12','\x97','\x3c','\xfb','\xc9','\xaf','\x90','\xc3','\xed','\x5e','\x3f','\x65','\xed','\x7e','\xfc','\x0f','\xd3','\xff','\xc7','\xe3','\x6d','\x0f','\x74','\xfe','\x51','\x34','\x1d','\x7b','\x7c','\xd7','\xb7','\x73','\x6a','\xe8','\x11','\x64','\x2d','\xb6','\x79','\xa1','\x96','\x41','\xb6','\x26','\xe0','\x37','\xa9','\xd5','\x5f','\x5b','\x89','\x93','\x2a','\x49','\x78','\x0a','\xe3','\x72','\x50','\xf5','\x24','\x4d','\xeb','\x79','\xb3','\x65','\x46','\x24','\xe2','\x24','\x6a','\x9d','\xac','\xc2','\x9a','\x8c','\x7a','\x98','\xa5','\x34','\x02','\xe3','\x2b','\x4e','\xb7','\x82','\x00','\x38','\x31','\x03','\xe3','\xe7','\xad','\x9c','\xfe','\x5d','\x7d','\x56','\x9f','\xdd','\xf9','\x5d','\x92','\xcb','\xfe','\x75','\x79','\xbe','\xcc','\xe6','\x47','\x21','\xa7','\xe3','\xfc','\xe0','\xfc','\x48','\x7c','\x5b','\xf5','\x63','\x88','\x2c','\x0a','\xdb','\x0e','\x4f','\xc0','\x10','\x13','\xac','\x0f','\x58','\x42','\x73','\xdc','\xcf','\x29','\x59','\xcb','\xcc','\x3f','\xe6','\x3b','\x11','\xbf','\x62','\x56','\xca','\x95','\x52','\xc5','\x9f','\x5f','\xdb','\xd7','\xbb','\x55','\x22','\x01','\x5e','\xb5','\x36','\x6a','\x22','\x1f','\xcf','\x12','\x21','\x4b','\x3b','\x48','\x0b','\xee','\xd5','\x69','\x86','\x50','\x2c','\x2a','\x9b','\xf4','\x23','\xcc','\x82','\xf9','\xac','\x76','\xa4','\x82','\x72','\xff','\xb3','\xda','\x87','\xdc','\xb3','\x15','\xb9','\x25','\xe0','\x17','\xaa','\xd5','\xbe','\x30','\xac','\xef','\x13','\xcb','\x09','\xb2','\x66','\x09','\xf6','\x95','\xa9','\x48','\x8b','\xdf','\xb2','\xd4','\xf8','\x1b','\x21','\x5d','\x03','\x5f','\x5b','\xd8','\x34','\xc9','\x76','\x98','\xff','\x5d','\x23','\xd4','\xb8','\xc7','\xbc','\x62','\x6a','\x96','\x32','\x77','\x37','\xfd','\x27','\x11','\xf9','\xe7','\xee','\xb1','\xae','\x58','\x9a','\xad','\x9c','\x8e','\x49','\x6a','\xfb','\x16','\x3f','\xc4','\xd7','\xeb','\xcf','\x6e','\x1d','\xbe','\xdd','\x19','\x2a','\x2a','\x93','\xfd','\x39','\xa5','\x0a','\xbb','\xf7','\xc8','\x8c','\x31','\x93','\x9b','\xa2','\xa2','\xbf','\x89','\x2c','\xfa','\xca','\x8c','\xf2','\x57','\x23','\xf3','\x8b','\x98','\x70','\x9d','\x1d','\x31','\x17','\x91','\x5e','\x36','\xab','\x92','\xcd','\x98','\xa4','\x80','\x5e','\xd8','\x88','\xb0','\x22','\xdc','\xef','\x25','\x41','\x92','\xdd','\xef','\xe3','\x6b','\x92','\x1e','\x93','\x22','\xa7','\xd6','\xb4','\x46','\x18','\xbe','\x23','\xe6','\x6d','\xec','\x59','\xca','\xd5','\x90','\x28','\xd9','\xd6','\x0e','\x5b','\x2b','\x89','\x60','\x35','\xb1','\x41','\xbe','\x8b','\xcf','\x06','\x47','\x25','\x1a','\xa3','\x46','\xe1','\xc7','\x76','\x54','\x8a','\xb6','\x47','\xdb','\xe3','\xad','\xc9','\xeb','\x8e','\x4f','\x5f','\x30','\x6d','\xd3','\x7e','\xc4','\x36','\x33','\xe9','\xf4','\x78','\x7a','\xfa','\x27','\x46','\xb2','\xf9','\xfa','\x02','\x68','\xf9','\x20','\x01','\x2f','\xac','\xa3','\xeb','\xdb','\xb5','\x53','\xe6','\x4e','\x21','\x12','\x66','\x0c','\x85','\x08','\x30','\x2d','\xc2','\x71','\x77','\xad','\xcd','\x23','\x91','\xff','\xad','\x15','\x0e','\x63','\x07','\xc2','\x96','\xc7','\x22','\x51','\x13','\x24','\x26','\x68','\x95','\x57','\x4d','\x9e','\x61','\xab','\x60','\x84','\x3d','\x38','\x9e','\x33','\x10','\x6d','\x14','\x3f','\xc1','\x3a','\xc0','\x2b','\x6b','\x61','\xd5','\xc3','\x08','\x7c','\x8f','\x17','\x1e','\x37','\xd0','\x93','\x78','\xfd','\x71','\x51','\x19','\xe9','\x5c','\x90','\x60','\x20','\x25','\xc9','\xfd','\x3e','\xcb','\x0c','\xa4','\x57','\xd8','\x18','\xc2','\x1c','\x2e','\x30','\x9f','\x61','\xfd','\xc6','\x18','\x44','\x2e','\x67','\x54','\x53','\x62','\x1b','\x8b','\x09','\xfe','\x63','\x95','\x3b','\xff','\x7a','\xfc','\xfa','\xf7','\xcf','\x18','\x49','\x23','\x9d','\x6d','\x37','\x24','\xd8','\xae','\x18','\x2a','\xdb','\xf8','\xf7','\x2b','\x39','\xd4','\x81','\x4e','\x28','\xa3','\x64','\x94','\xac','\x17','\xd6','\x47','\xe2','\x91','\x5f','\x44','\x7a','\x59','\xa4','\x5b','\x41','\xc4','\x6c','\xc3','\xe0','\x77','\x02','\x77','\xb8','\xcb','\x73','\xc2','\xe7','\x73','\x60','\x44','\xc0','\xdf','\x61','\xf6','\x42','\x8b','\xa3','\xff','\x66','\x46','\x34','\x85','\x07','\x23','\x9d','\x0c','\x6b','\xeb','\x3d','\x11','\xb5','\x4a','\x55','\xd4','\x6c','\x44','\x6e','\xec','\x66','\x78','\x2a','\x33','\x42','\x52','\x48','\x33','\xc9','\x22','\x09','\x57','\x04','\xb4','\xfa','\x50','\x87','\x6a','\x7e','\xbe','\xdd','\xd5','\x76','\x57','\x82','\xed','\x0a','\x5a','\x6f','\x8a','\x66','\x6b','\x6e','\x5b','\x2b','\xae','\x9f','\xc8','\x4e','\x79','\x42','\x48','\xea','\x16','\xbd','\x19','\x2d','\x06','\x77','\xd1','\x65','\xa9','\xd1','\x76','\xcc','\x85','\xe9','\x1b','\x3c','\xdf','\x9f','\xfa','\x86','\x61','\x2d','\x8a','\x0c','\xbb','\x0a','\xc6','\xa7','\xa9','\x27','\x83','\xfb','\x83','\x99','\x2d','\xc1','\x36','\x63','\xed','\xf1','\x93','\xec','\x93','\x6a','\x5d','\x99','\xe4','\x51','\xd3','\xee','\x5a','\xfb','\x74','\x56','\x67','\xac','\xa4','\x95','\xb6','\x10','\x03','\x6b','\x83','\x8f','\x48','\x37','\xdc','\xff','\x26','\x80','\x7c','\xef','\x61','\xb6','\x7a','\xce','\xdd','\xe5','\x9a','\xa2','\x4c','\x65','\xda','\x53','\x58','\x44','\xcb','\xe7','\xb4','\x72','\x36','\x1e','\xa9','\xf7','\x3f','\xfb','\x7e','\x43','\x34','\xd0','\x72','\xb8','\xc2','\x9e','\x1e','\x75','\x10','\xe4','\xaf','\x57','\xc8','\x06','\x4f','\xc6','\xd2','\x6c','\xd8','\x64','\xd8','\xe2','\xda','\x2f','\x36','\x6d','\x65','\xf5','\x23','\x3d','\x1e','\xf2','\x4f','\xf7','\x78','\xb2','\x20','\x9b','\x0d','\xe3','\xa7','\x7c','\xb5','\x14','\x97','\xb7','\x86','\xc7','\x1b','\xdb','\xc7','\x6f','\xc7','\xcc','\xd3','\x23','\xd0','\xff','\x5d','\xaa','\x1c','\xf6','\x7f','\x37','\xab','\xb6','\x9a','\x11','\xef','\xaf','\xa6','\x45','\xc4','\x20','\xeb','\xac','\x86','\xdf','\xcf','\xfa','\x37','\xa7','\x30','\x84','\x92','\xbc','\x60','\x89','\x49','\x02','\x67','\x2b','\xaa','\xf1','\x8f','\x39','\x95','\xf5','\x40','\xcc','\xab','\x8d','\x8f','\x29','\x1c','\x7f','\xec','\xfe','\xbd','\xb0','\x7f','\xb0','\x87','\x22','\xfc','\xfe','\xcc','\xf0','\xfe','\xe0','\x49','\x1a','\xc6','\xb7','\x86','\xfd','\x47','\x95','\xc9','\x0d','\x39','\x4a','\x60','\xfc','\x19','\xbb','\x18','\xb6','\x0c','\x8c','\xdf','\x1c','\x62','\x8c','\xc4','\x89','\x8e','\xd7','\xaf','\xf5','\xff','\xfd','\x5e','\x5a','\x69','\x47','\x5d','\x5b','\xb9','\xa2','\xc0','\xf8','\x95','\xd4','\x53','\xdd','\xad','\xd8','\x80','\xdd','\x0c','\xbf','\x69','\xc6','\x1a','\xb5','\x52','\xb6','\xc8','\xb0','\x57','\xc2','\xf1','\xcf','\xfa','\xaf','\xf1','\x7c','\xa1','\x9d','\x45','\x6d','\x9a','\xee','\x0f','\xfe','\x0b','\xcf','\xf9','\x53','\xcf','\x30','\xef','\xf7','\x90','\xc1','\xb4','\xc7','\x5f','\x4c','\x2a','\xf3','\x4a','\x19','\xfb','\xaf','\xa3','\x95','\x12','\x89','\xc4','\x36','\x8d','\xc2','\x32','\x26','\x13','\x35','\xf1','\xa8','\x3b','\xe7','\xc6','\xc4','\x9e','\x10','\x4f','\x5e','\x57','\x28','\x7a','\xb0','\xd0','\x13','\x9a','\x17','\x4c','\x21','\xad','\x45','\x4d','\xb9','\x14','\x77','\xfe','\x69','\xbb','\x26','\xf7','\x2c','\x2b','\x82','\x82','\xf9','\x2d','\xd8','\x3e','\xb9','\x28','\xf9','\xa6','\x97','\x2c','\xa5','\x4b','\xed','\xcc','\x6f','\x7c','\xa5','\xa4','\xb2','\xad','\x3f','\x1c','\x3f','\x73','\x51','\x0a','\xe3','\xbf','\xf5','\xfe','\x2a','\x4a','\x93','\xee','\x6a','\x53','\xff','\xe7','\x14','\x57','\x76','\xa5','\xc2','\xcc','\x9c','\x91','\xdb','\xe3','\xf1','\xcc','\x92','\xf7','\x14','\xf4','\x59','\xa8','\x9a','\xb6','\x09','\x86','\x07','\xcc','\x43','\x09','\x5a','\x3d','\xcf','\xe6','\x3f','\x3c','\x09','\x68','\xf6','\xef','\xd9','\x6a','\x30','\x82','\x11','\x5d','\x0f','\xf4','\x47','\x82','\x1a','\xa4','\x29','\xdc','\xcf','\x90','\x91','\xba','\xaf','\x5e','\x81','\x73','\xbb','\xaf','\xf2','\xfb','\x6b','\xe1','\x19','\x9c','\x9b','\xff','\xf4','\x22','\x62','\x17','\xa2','\x55','\xac','\x15','\xaf','\x14','\x41','\x36','\x17','\xd5','\x87','\xb5','\x0c','\xe6','\x0f','\xf6','\xfb','\x58','\x6f','\xfa','\xa7','\x5e','\x38','\xfe','\xb4','\x72','\xd3','\xf8','\x8b','\x18','\x91','\xfe','\xb7','\x55','\x30','\x05','\xbe','\x09','\x57','\x70','\x32','\xb7','\x66','\xe2','\x99','\xf7','\x8b','\x4a','\x31','\x16','\x51','\x23','\x5a','\xbb','\x28','\xe0','\xf8','\x81','\x5e','\x17','\x5c','\xf1','\xfe','\x25','\x03','\xa3','\x61','\x1e','\xbb','\x7f','\xa5','\x76','\xff','\x24','\xc6','\xfc','\xdb','\x27','\xaa','\x06','\xe8','\x0f','\xf5','\xfe','\xc1','\xd9','\xad','\xca','\xf0','\xfc','\xa0','\xfb','\xa3','\x1f','\x2b','\x6f','\x1a','\xc6','\x6e','\x5f','\x34','\xd0','\x2e','\x7e','\x8f','\xb2','\xf3','\x93','\x9a','\x0f','\x43','\x12','\x9f','\x0f','\xe4','\x07','\xf4','\x9f','\x30','\x4a','\x25','\x57','\xce','\xc7','\x96','\xfe','\x91','\x6a','\x0c','\x5f','\xbf','\x9b','\x76','\x74','\xf0','\xf1','\xb9','\xc1','\xcf','\x19','\x49','\x0b','\xe7','\xef','\x7a','\xb0','\x49','\x17','\x61','\x6e','\x62','\xef','\x6a','\x82','\x18','\x89','\x88','\xc9','\x4d','\xea','\x41','\xd5','\xb8','\x65','\x01','\x24','\xdc','\x54','\xe6','\x7c','\xa7','\xf5','\x39','\x58','\x9f','\x54','\xb6','\xf5','\xb9','\x6b','\x61','\xf9','\x56','\x36','\x6d','\x38','\x12','\xa5','\x27','\x68','\xd2','\x4e','\x3e','\xb4','\x01','\xa4','\x43','\xdc','\xfe','\x85','\x1d','\xc6','\x27','\x29','\x89','\xa0','\xfc','\x52','\x36','\x54','\x73','\x96','\x61','\xed','\xaa','\xca','\x38','\x7e','\xbc','\xc5','\x73','\x60','\xb1','\x81','\x84','\xd3','\x19','\x83','\x2e','\xca','\xe7','\x4e','\x2f','\x07','\xba','\x93','\x11','\x41','\xdc','\x07','\x18','\x5f','\xb5','\xf8','\xe5','\x4d','\x2f','\x06','\xf3','\x57','\x80','\xf6','\x85','\x1e','\xda','\xc0','\xe4','\xf7','\x2f','\xbd','\x06','\xf9','\x0d','\x4a','\xce','\x06','\x1f','\xc6','\x87','\x65','\xee','\xbc','\xbf','\x8a','\xf2','\x07','\xc6','\x07','\xb3','\xf5','\x70','\x99','\x23','\x09','\xc1','\x54','\x4d','\x29','\xbf','\xe1','\xd2','\x09','\x79','\x54','\x1e','\x97','\xb7','\x2c','\x47','\xe5','\x98','\x0c','\xe3','\xcb','\xc1','\x19','\xa6','\xcb','\x44','\x14','\xe0','\xfd','\x56','\x67','\xbd','\xf3','\xf4','\x21','\xd3','\x44','\x8c','\x13','\xf9','\x9c','\x76','\xf5','\x17','\x0e','\x62','\x48','\xe9','\xc8','\x93','\x66','\xb2','\xf9','\x03','\xb3','\x2e','\x6f','\x8e','\x39','\xe6','\x55','\x38','\x7e','\x15','\xc6','\xef','\x03','\xf1','\xff','\x3f','\x5d','\x7f','\x00','\x1e','\xc5','\x71','\xa5','\x0b','\xc3','\x35','\x4d','\x23','\xb7','\x14','\x5d','\x5c','\x33','\x0c','\x46','\xc9','\xc5','\x50','\xd3','\x6a','\x41','\x6b','\x70','\x8c','\xec','\x90','\x1b','\xec','\xc8','\xa2','\x35','\x6e','\x41','\xcf','\x88','\x98','\xd6','\xd0','\x63','\xb0','\xd7','\x06','\xc2','\x92','\x2c','\x21','\xfb','\x3f','\x21','\x0e','\xd9','\x08','\xb9','\x35','\x1a','\x26','\x13','\xd2','\x56','\x7c','\x93','\x61','\x32','\x76','\xd8','\xac','\x7f','\x47','\x51','\x66','\x93','\x61','\xf0','\x26','\x59','\xaf','\xef','\x7d','\x9c','\x7c','\x5c','\xc2','\xef','\x65','\xf3','\x13','\xdf','\xdc','\xac','\x3f','\xff','\x7c','\xf9','\xfc','\xed','\xe3','\x87','\x2b','\x13','\x9c','\xb0','\xdc','\x3c','\x5e','\x99','\xd5','\x4d','\x06','\xd1','\x14','\xff','\x39','\xd5','\x33','\x92','\xc0','\x0e','\xfd','\xf4','\x8c','\x44','\xa9','\xba','\xab','\x4e','\x9d','\x3a','\x75','\x4e','\xd5','\x39','\xef','\xc1','\x2c','\x69','\x30','\xbe','\x44','\xc6','\x0c','\x3e','\x88','\x47','\x74','\x58','\xe9','\x0f','\xd6','\x07','\x18','\xad','\xb7','\x14','\xb4','\x8b','\x59','\x31','\xa6','\x04','\xf3','\xa7','\xc9','\xbf','\xfd','\xd3','\x38','\x13','\x3b','\xeb','\x53','\x86','\x6a','\xc5','\xac','\x98','\xdd','\x5c','\x9f','\x70','\xfe','\x7f','\x55','\xa0','\x20','\x2c','\x9b','\x59','\x16','\xed','\x8a','\xbe','\x2d','\x72','\x70','\x06','\xfc','\x03','\xf4','\x43','\x3f','\x99','\x9e','\xa7','\x3d','\xe0','\x6f','\x8c','\x1c','\xa8','\xaf','\x56','\xfe','\x57','\xc3','\xf7','\x40','\xd5','\x61','\xf9','\x16','\xfc','\x43','\xc9','\x61','\xda','\x4f','\x13','\xd5','\xa8','\x49','\x09','\xc3','\x08','\x8d','\xb9','\xf9','\x0d','\xe3','\x87','\xba','\xbe','\x7e','\x7b','\x25','\x6f','\x26','\x9c','\x87','\x4b','\xcb','\x69','\x7c','\xe2','\x32','\xbb','\x17','\xb4','\x7f','\xd5','\x57','\x4d','\x94','\xaf','\x2a','\xee','\xd0','\xdb','\xb8','\xfa','\x98','\x40','\xe7','\x65','\x33','\xe2','\xfd','\x01','\xc2','\x57','\x54','\x06','\xed','\x78','\xcd','\xe9','\x88','\x19','\xd6','\x73','\xe4','\xc1','\xba','\x05','\x7a','\x1a','\xcc','\x20','\x6b','\x0a','\xa9','\x6b','\x21','\x3e','\x14','\xe6','\x77','\x17','\xef','\x37','\xbe','\x5c','\x87','\xf1','\x85','\xb2','\xa5','\x75','\x96','\xfb','\x1d','\x8f','\x29','\x9d','\x02','\xff','\xb8','\x05','\x16','\x78','\x04','\x12','\x00','\xfe','\xc1','\x15','\x32','\xfb','\xb0','\xb5','\xdc','\x8a','\x9f','\xbd','\x6c','\xdd','\xdb','\xe0','\x20','\xc9','\x23','\x13','\xac','\x48','\x4f','\x2e','\x3f','\x9b','\xb3','\x8d','\xbd','\x43','\xe5','\x95','\xed','\xa0','\xb3','\x15','\xa7','\x4e','\xae','\x39','\x0b','\x2b','\xd0','\xde','\x58','\x79','\x49','\x3b','\x01','\xb9','\x87','\xfb','\x03','\x8a','\xfc','\x65','\x98','\x1f','\x36','\xcc','\x0f','\x66','\x5c','\x08','\xe6','\xaf','\x89','\xef','\x97','\xa0','\xdf','\x8c','\xae','\xab','\xca','\xa0','\x4d','\x9a','\xd2','\xf6','\x62','\xd4','\xd3','\xbc','\x8b','\x39','\x6d','\x42','\x2b','\xea','\x5e','\xdc','\x0b','\x0b','\xf9','\x81','\x5c','\x85','\xfd','\xeb','\x47','\xc4','\x30','\xd0','\xb0','\x60','\xfd','\x36','\x82','\x7d','\x95','\x85','\xf2','\xe5','\x13','\x7f','\x30','\xc4','\x4a','\xa2','\x55','\xe6','\x22','\xf8','\xa0','\xff','\x21','\x23','\x06','\x32','\x65','\x29','\xcf','\xb3','\x4d','\x6c','\xd0','\x8f','\xb0','\x08','\xeb','\xf4','\x2f','\xb0','\x26','\x06','\x89','\xd4','\x18','\x3f','\x90','\xff','\xc0','\x3d','\x86','\xc0','\x2e','\xe9','\x6c','\x44','\xb8','\x34','\xc6','\x07','\xf5','\x8f','\x05','\xf2','\x01','\xdb','\x3f','\x35','\x87','\x7f','\x03','\x1a','\x0f','\xcc','\x0f','\xe4','\x5f','\xc1','\xff','\x0a','\x55','\x96','\x9e','\x85','\xf5','\xd3','\xc2','\xfd','\x21','\x50','\xa9','\x1b','\xf2','\x67','\xe9','\x74','\x14','\xcc','\x1d','\x31','\x3e','\x95','\x65','\x51','\xcd','\x9c','\x9a','\xc3','\x07','\x69','\x6f','\x59','\x30','\x3e','\x3e','\x62','\x78','\x22','\xfa','\xcc','\x5b','\x18','\x4b','\x6f','\x6b','\x4c','\x7f','\x63','\x11','\xae','\xdf','\x39','\x6c','\xd5','\x97','\xeb','\x09','\x65','\xb0','\xae','\x10','\x1c','\xab','\x29','\xcc','\x49','\xda','\xec','\xbf','\x68','\x7f','\xb0','\xbe','\x82','\x7e','\x80','\x3b','\xdf','\xd6','\x6f','\x82','\x4c','\xa5','\xc1','\xfa','\x10','\x8c','\xef','\xd4','\x61','\x3b','\x01','\x33','\x6c','\x61','\xff','\x30','\xde','\x91','\x90','\x07','\x8b','\x77','\x83','\xae','\x94','\x8f','\x24','\xd2','\x5b','\xcf','\x49','\x3b','\x56','\x17','\xd7','\xd0','\x54','\xf5','\x55','\x3d','\xad','\x83','\x34','\x31','\x13','\x85','\x45','\x12','\x29','\xaa','\xc5','\x48','\x71','\x39','\xcf','\x17','\x13','\xc5','\xc4','\x34','\xae','\x04','\x82','\x3f','\x1b','\xfb','\x2b','\x28','\x7f','\x63','\xa4','\xd9','\xbe','\x07','\xc5','\x4a','\xb5','\x66','\xef','\x5b','\xfb','\x62','\x76','\x80','\x4f','\x83','\xfc','\xa5','\x99','\xc1','\xfc','\x30','\xc8','\x56','\x8c','\x91','\xcf','\xad','\xf1','\x2f','\xce','\xe1','\x57','\xc9','\xed','\x4d','\xfe','\x6f','\xd4','\x27','\xab','\xb8','\x2e','\x35','\xc7','\x37','\x26','\xec','\xcc','\x07','\x4f','\x62','\x0b','\xa5','\xde','\x6f','\x14','\x13','\x34','\xdd','\x1b','\xa1','\xeb','\x8a','\x17','\xb2','\x6a','\x43','\xc3','\x13','\xe1','\xa5','\x74','\x1d','\x5a','\xf5','\xd1','\xad','\xe9','\xd6','\x74','\x77','\x69','\x1d','\xfc','\xf4','\x0b','\x79','\xab','\x92','\x44','\x41','\x63','\x84','\x72','\x42','\xff','\x83','\xb7','\x7e','\x95','\x9b','\x25','\xb3','\x14','\xbd','\x12','\x2d','\x69','\xa5','\x8b','\x57','\x02','\x04','\xc0','\x35','\x1c','\x1d','\x74','\xf3','\x74','\xd7','\x6b','\xf0','\xd9','\xb7','\xeb','\x75','\x1b','\x6c','\xb6','\x75','\x91','\xfe','\xc8','\x2b','\x91','\x07','\x4b','\x3b','\xd5','\x84','\x9a','\x4a','\xc9','\x05','\x31','\xbe','\x3e','\xca','\xc7','\x7e','\x81','\x41','\x12','\x35','\x57','\x37','\x51','\x48','\x40','\xcb','\x93','\x2d','\xa0','\xaf','\x38','\x9f','\xfb','\xca','\x1f','\x2c','\xb2','\xf9','\x4c','\xd4','\x89','\x3a','\x6b','\xce','\x5d','\x74','\x34','\xf8','\xc4','\x9c','\xb9','\xb2','\x27','\xe4','\x27','\x5d','\x7e','\x2a','\xcf','\x12','\xc6','\x83','\x27','\x23','\x85','\x88','\xa7','\x7a','\x17','\x4e','\xa9','\x22','\x46','\xa2','\xbb','\x4a','\x69','\x48','\x8a','\x49','\xcb','\x5f','\x09','\x47','\x0e','\x47','\x36','\xbf','\x3e','\x90','\x5e','\x96','\x5e','\xfe','\x7a','\x2c','\xf2','\x9b','\x52','\x57','\xa2','\x5b','\x8d','\x49','\xb1','\xb6','\x90','\x3c','\xc7','\x1f','\xb9','\x7e','\xfa','\xe0','\x14','\x35','\xc2','\x5e','\xa7','\x3f','\x65','\x06','\x31','\x7d','\x31','\xda','\xb2','\x44','\xcc','\x0f','\x1f','\xe7','\xc7','\x56','\x6e','\xc0','\x4a','\x01','\xf3','\x57','\x69','\xf2','\x7f','\x20','\x9f','\x3a','\x05','\x1e','\x0f','\xea','\x3f','\x88','\x61','\x1a','\xb6','\x29','\xc8','\x5f','\x81','\x39','\xa0','\x69','\x9a','\xb2','\x02','\xe9','\x13','\x95','\x96','\xcd','\x16','\x12','\xe6','\x2b','\x03','\xf1','\xe8','\xfe','\xe8','\x8b','\x5d','\xf1','\x8b','\xfb','\xb5','\x5a','\x97','\xaa','\x25','\x90','\x3e','\x8d','\xf5','\xad','\x90','\x33','\x1e','\xac','\xf7','\x83','\x45','\x16','\xf0','\x7f','\x67','\x7d','\x81','\xfe','\x81','\xe7','\x03','\x7e','\x1e','\xb4','\xef','\x54','\xb5','\xad','\x18','\x39','\x1b','\x39','\x02','\xfc','\xc5','\x31','\xd7','\xa7','\xa6','\x28','\x1d','\xb2','\x91','\xd8','\xa9','\x96','\x58','\xe4','\xb6','\xd7','\x0f','\xaf','\x1c','\x48','\x67','\xa0','\x87','\x6b','\xce','\xbf','\x95','\x8e','\xe1','\xf1','\x8d','\xaa','\xc5','\x15','\xb3','\x31','\x7f','\x8b','\x79','\x90','\x3e','\x29','\xa5','\xc1','\x9f','\xd0','\xe6','\x2e','\xa5','\x4b','\xe9','\xc6','\xfc','\xe6','\xc0','\x05','\x77','\x3c','\x86','\xfa','\xd5','\xe6','\xc7','\x50','\xff','\xc3','\xf7','\xff','\xae','\x2e','\x50','\xb9','\x76','\x77','\x1e','\x5b','\xd1','\x42','\xfa','\xb6','\x9e','\x66','\x05','\xcd','\x94','\xac','\x3c','\xed','\x27','\x0f','\xaf','\x88','\xc2','\xba','\xfd','\xbb','\x15','\xda','\xfc','\xfa','\xcd','\x0e','\x69','\x81','\x47','\xf3','\x30','\xac','\xaf','\x96','\x97','\xd4','\x46','\xd4','\x4f','\xe0','\xff','\x68','\x29','\xd5','\x9a','\x38','\x86','\xf3','\x83','\x2d','\xe7','\x51','\xf6','\x15','\xdf','\xd4','\x36','\xf3','\xa8','\xb6','\xcc','\xd7','\xd8','\xdb','\xc2','\x13','\xb7','\x5b','\xee','\x06','\x6d','\x9a','\xd8','\x86','\x85','\x11','\x78','\xb7','\x09','\x09','\xe1','\xc0','\xfb','\x61','\xfe','\x82','\xe6','\xa8','\x0a','\xfd','\x08','\x16','\x7c','\x94','\x6f','\xbe','\x4a','\x43','\xec','\x1b','\xdc','\xca','\xdb','\x50','\x1e','\x23','\x6f','\x09','\x4c','\x79','\xb5','\x11','\x5f','\x80','\xeb','\x5f','\xc0','\xdf','\x01','\x46','\x2c','\xcd','\x09','\xf9','\x41','\x84','\xfe','\x2c','\x33','\xa2','\xf1','\x0d','\x98','\x77','\xc0','\x5f','\x59','\x20','\x05','\xc5','\x6f','\x2b','\xfc','\xde','\xd7','\x0b','\x77','\x15','\x52','\x7e','\xca','\xaa','\x16','\xc2','\x52','\x88','\x24','\xfa','\x10','\x0d','\x56','\xae','\x7e','\xb5','\x6a','\x9e','\x72','\xbc','\xe5','\x1e','\xa3','\x17','\x8f','\xad','\xe9','\xd0','\x74','\xad','\xd6','\xf9','\x2a','\x39','\x12','\xa2','\x5b','\x05','\xfe','\x8c','\x5c','\xf9','\xea','\xc9','\x7e','\x63','\x08','\x24','\x9d','\xca','\x7e','\x37','\x87','\x2f','\x23','\xf4','\x6f','\x11','\x7f','\x0d','\xfa','\x19','\x49','\xa1','\xfd','\x50','\x8f','\x90','\xdf','\xf8','\x9d','\x18','\x81','\x22','\x75','\x83','\x7d','\x8c','\xf2','\x37','\x46','\xd7','\x9d','\x27','\xfa','\x57','\x3d','\x43','\xd9','\xee','\x51','\x78','\xdb','\xc5','\x20','\x97','\x26','\xdc','\x44','\x09','\xc6','\x1f','\xe5','\xeb','\xc0','\x4c','\x3f','\x5a','\xe9','\xd3','\xcc','\x7b','\xcb','\xee','\x64','\xc1','\xf9','\x50','\x88','\xbc','\x4f','\xfe','\x53','\xb0','\x00','\x5b','\x6d','\xd0','\xe3','\x3a','\x84','\xfd','\x97','\x8b','\x01','\x4f','\x46','\x68','\xa1','\xb2','\xf5','\x14','\x58','\x93','\x13','\x4b','\x3b','\xee','\xda','\xf4','\xd6','\x1c','\xfe','\xd7','\x12','\x22','\xd6','\xdf','\xb3','\xb0','\xfe','\xae','\x04','\xfe','\xdf','\xbb','\xcc','\x58','\x7e','\x36','\xa6','\xfc','\x06','\xfd','\x47','\x9c','\x58','\x34','\xa6','\x85','\x12','\x52','\x55','\xad','\x2e','\xf7','\x23','\xd5','\x7c','\xcd','\xfc','\xad','\x85','\xf2','\x5d','\xc8','\xff','\x60','\xf5','\x51','\x77','\x20','\xff','\x6d','\xed','\xc3','\x3d','\x64','\xa0','\x7f','\xaf','\xc5','\x2c','\xde','\x61','\xaf','\x4b','\xbf','\xe5','\xc4','\x70','\x7d','\x36','\xe3','\x7b','\x64','\xc3','\x44','\xd4','\x6e','\xd7','\x33','\x53','\xd5','\x14','\xfd','\x90','\x1e','\xff','\x75','\x9c','\xa6','\xf8','\xab','\x34','\xe5','\x58','\xa5','\x24','\xe6','\xb1','\x60','\x92','\x82','\xf3','\x5b','\xac','\x7f','\x81','\xfd','\xc9','\x62','\xa7','\xa7','\xcc','\x35','\x42','\x82','\x7d','\x78','\x13','\xee','\x6e','\x09','\xfd','\x99','\xe4','\xab','\x20','\x11','\xab','\x42','\xbf','\xf1','\x2f','\x8a','\xe8','\x55','\x0d','\x56','\x78','\x39','\xd0','\xbf','\xb2','\xc1','\xfa','\x64','\xca','\x77','\x6c','\x01','\xf9','\x5e','\xf9','\xed','\x16','\xad','\x02','\x16','\xca','\x16','\xc1','\x7f','\x86','\x21','\x56','\x8b','\xdb','\xf9','\x61','\xba','\xf9','\xe4','\x10','\x0d','\x17','\x57','\xf7','\x4d','\x81','\xe4','\x85','\x36','\xab','\xaa','\xda','\xbe','\xf2','\x36','\xb0','\x12','\xa0','\x57','\xe4','\x2b','\x75','\x93','\x02','\xff','\xb1','\xe8','\xee','\x35','\xcf','\xc1','\xf3','\x95','\xee','\xf3','\xeb','\x94','\x7b','\x94','\x45','\x1d','\x32','\x2b','\xb0','\x5d','\xbe','\xcc','\x9e','\xd9','\x97','\xa9','\x7d','\x6a','\x35','\x68','\xab','\x75','\x4b','\xf9','\x67','\xb8','\xb7','\xc2','\x6d','\xe9','\x20','\xff','\xe0','\xfd','\xaa','\x8b','\xd6','\xeb','\x56','\x98','\xed','\xb8','\x6a','\x25','\xf4','\xff','\xfe','\xc3','\x94','\x9e','\xd2','\x07','\xab','\x3b','\xb3','\x38','\xff','\xb7','\x9e','\x54','\xcb','\xab','\x5f','\x6a','\x3b','\x57','\xa8','\x0c','\xbc','\xb0','\xc3','\x40','\xfb','\xf3','\xed','\x6a','\xd7','\x5d','\x5d','\x7a','\x57','\xf5','\xee','\x6c','\x60','\x7f','\xa0','\xa7','\x5e','\x0e','\xec','\x07','\x8b','\x7c','\xe0','\x64','\x58','\x5b','\x7e','\x72','\x0a','\xe6','\x2f','\x58','\xb7','\x1e','\xab','\x22','\x8a','\xf8','\x9a','\x93','\x61','\x65','\x99','\xfe','\xd5','\x93','\x0f','\x76','\x64','\x6a','\x1f','\xdc','\xd4','\xd4','\xdf','\x83','\x15','\x72','\x11','\xcc','\xd0','\x01','\x7d','\xcd','\xa9','\x6e','\xeb','\xb6','\x53','\x5f','\xee','\x18','\xa8','\x3d','\xb2','\x09','\xb1','\x90','\x9b','\xeb','\x67','\x60','\xdf','\xe1','\xfa','\x09','\xeb','\x6b','\xe5','\xe6','\xf5','\x35','\xd8','\xff','\x26','\x46','\x48','\xe9','\xb2','\x96','\x59','\xcb','\xec','\xaf','\x9e','\x37','\xa2','\x9b','\x2f','\xd2','\xe8','\xf2','\x73','\xb1','\xe8','\xef','\xce','\xa1','\xf5','\xb1','\xee','\x1c','\xd3','\xc0','\xa8','\x03','\x59','\x83','\xf9','\xa4','\x70','\xfd','\x58','\xb8','\xbe','\x89','\x27','\xa0','\x7c','\x1b','\x06','\xf9','\x08','\x52','\xed','\xab','\x7e','\x3f','\xac','\x70','\xd1','\x16','\x78','\x3f','\xae','\xbf','\x8d','\x53','\x03','\x49','\x09','\xc9','\xfd','\xf2','\xba','\x4b','\x98','\x49','\xe1','\xab','\x67','\x0c','\x79','\xfb','\xd9','\xa8','\xad','\x25','\x7e','\xf7','\x8a','\x66','\xaa','\x05','\x76','\x69','\x1d','\x85','\xe9','\x87','\xeb','\xc3','\xc4','\xf2','\x93','\x68','\x7f','\x6e','\x3e','\x89','\x2d','\x45','\xfb','\x6d','\x4d','\x23','\x06','\x18','\xe5','\xc7','\x1a','\xbe','\x4c','\x89','\x16','\x61','\xfd','\xb7','\x07','\xfc','\xa8','\xb3','\x9c','\x6b','\xce','\xdb','\x3e','\xd8','\xde','\x6f','\x74','\x3b','\xf1','\x34','\xb5','\x1b','\xeb','\xeb','\xc4','\x57','\xa2','\x09','\x65','\xb3','\xff','\xa1','\x36','\xec','\xff','\x6f','\x1a','\xf1','\xd5','\xdd','\x18','\x1f','\x01','\xeb','\x23','\x72','\xed','\x57','\x1c','\xa1','\x9f','\x5e','\x5c','\xe6','\x68','\xf2','\xc2','\xf5','\x3f','\xa4','\xf4','\x2b','\xb1','\xe8','\xba','\x73','\x21','\xf5','\xab','\xa7','\xcd','\xc7','\xa0','\x7d','\xd6','\x9a','\xb3','\x6f','\xf5','\xad','\x3b','\x1b','\x58','\x60','\x21','\xa0','\x70','\x42','\x50','\x92','\x90','\xaf','\x9e','\x34','\x2b','\x4e','\x65','\xf9','\x49','\x66','\xfc','\xdb','\x1c','\x7e','\x17','\xf2','\x3f','\xc8','\x17','\xd0','\x4a','\x72','\x22','\x5f','\x0b','\xce','\x54','\x36','\xf1','\x9b','\x39','\x7c','\x32','\xd0','\x1f','\x41','\xef','\xd3','\xe8','\x1a','\xfe','\x1f','\xac','\x67','\x41','\xbe','\x39','\x04','\xe4','\x1b','\x79','\x5b','\xe4','\xf9','\x6c','\xc8','\x37','\xa1','\xbf','\x87','\xe9','\x37','\x38','\xac','\x2f','\x62','\xa5','\xc0','\xf6','\xe3','\x1b','\x03','\xf9','\x44','\xc8','\x66','\x71','\xfe','\xa0','\x24','\xbe','\xbc','\xc3','\x30','\xb6','\xed','\xa0','\x13','\x9d','\xc7','\x7e','\xbf','\xa9','\x73','\x9a','\xd1','\x4e','\xc6','\x4e','\x83','\xf1','\xde','\x90','\x0f','\xb9','\xca','\xd6','\x1d','\x03','\xce','\xb2','\xf4','\x7f','\xdc','\xc1','\xc8','\x85','\x39','\xef','\x5a','\x59','\x09','\xe4','\x1f','\xda','\xd7','\x9b','\xfd','\x04','\x85','\x96','\x6e','\x50','\xe9','\x45','\x44','\x21','\x23','\x5d','\x96','\x56','\x51','\x2a','\x40','\x3f','\x17','\xed','\x97','\x82','\xf4','\xa0','\x0f','\xe3','\x57','\x09','\xd3','\xce','\xfa','\x6f','\xdb','\xd7','\xce','\x06','\xf5','\x17','\xd5','\xb1','\x3e','\x22','\xc9','\x7d','\x83','\x9b','\xe6','\x26','\x81','\x0b','\xaf','\x99','\xbf','\xfd','\x7d','\x57','\xb0','\x02','\x3b','\x72','\x43','\x3e','\x45','\x4d','\x98','\x9f','\x65','\xf3','\x20','\x7a','\x33','\xa9','\xd5','\x7f','\xe3','\xc1','\xa9','\x89','\xd0','\x6f','\x1b','\xfa','\xe7','\x07','\xfc','\xc3','\x56','\xc2','\xde','\x0e','\x92','\x70','\x8d','\x7f','\x79','\xee','\x7c','\x4a','\x92','\x43','\x7a','\xac','\x16','\xfe','\xcb','\x88','\x9e','\xe7','\x9b','\xcc','\x87','\xf5','\x0f','\xf1','\x08','\x55','\xdd','\x0b','\x41','\xfc','\x38','\xe8','\xd8','\x52','\x3e','\x44','\xd7','\xf8','\xe8','\x21','\x54','\x90','\x81','\xbe','\xa8','\x7d','\xe5','\x62','\xe6','\x6f','\xe7','\xce','\xaf','\x50','\xbf','\xda','\xca','\xf5','\x7c','\xe7','\x06','\x49','\xf9','\xf2','\xcb','\x09','\x65','\x1b','\x48','\xd7','\x35','\xfe','\x25','\xb9','\x0b','\xcf','\x06','\x1b','\xf6','\xf1','\x66','\x98','\xe1','\xfa','\x86','\xdb','\x4e','\x83','\x05','\x8f','\xef','\xb7','\x34','\xf9','\x7f','\xcd','\x06','\x28','\x76','\x62','\x7e','\x44','\xd7','\x94','\xa2','\xcf','\x47','\xa7','\xbf','\x5a','\x36','\xc7','\xcd','\x67','\x97','\x5f','\x88','\x96','\xb5','\xd2','\xef','\x9e','\x67','\x07','\xc0','\x7e','\x18','\xd7','\x9f','\x25','\x7b','\x16','\x01','\x15','\x02','\xfd','\xaa','\x9f','\x6e','\xf6','\xf1','\xcc','\x35','\x46','\x2f','\x58','\x5d','\x4e','\xa0','\x81','\x91','\xd3','\x0b','\xe4','\x57','\x0e','\xca','\xad','\xa5','\xfe','\xea','\x36','\x61','\x5f','\xcc','\xaa','\xeb','\xd5','\xa7','\x17','\x49','\x92','\xd4','\x75','\x21','\x3a','\x79','\x47','\xed','\x2b','\xf1','\x4d','\xfb','\xfb','\xdb','\x22','\xe3','\xd1','\xd4','\xda','\xda','\x5b','\x88','\x3f','\xa8','\x76','\x25','\x62','\x97','\x97','\x00','\x7f','\xb3','\x3e','\xf4','\x54','\x28','\xa8','\x03','\x75','\x53','\x5d','\xc6','\x97','\xc1','\xca','\x80','\x11','\xda','\xba','\x11','\xaf','\xdc','\x3b','\x2e','\x8f','\x90','\xdc','\xcf','\x40','\x2e','\xdc','\x5e','\xcf','\x11','\x94','\x38','\xb7','\x83','\x75','\xf0','\xd8','\x73','\xff','\xf7','\xb9','\xc7','\x9d','\xcc','\x63','\x8f','\x3d','\x9b','\x79','\xf8','\x6e','\x55','\xa6','\x05','\x6a','\xea','\xab','\xcc','\x42','\x7e','\x17','\x19','\x7a','\x67','\x95','\x7a','\x4f','\x6d','\xd7','\xa7','\xcf','\xa8','\xbb','\x3e','\x6d','\xd6','\xc0','\x70','\xab','\xc9','\x26','\x61','\x49','\xd6','\x35','\xab','\x6a','\x2d','\xfa','\xd7','\x78','\x82','\xa5','\x8d','\x3b','\xfc','\xb5','\xe6','\x05','\xdc','\xdc','\x84','\xe2','\xb8','\x0b','\xe5','\xa8','\x7f','\x98','\xcb','\x8e','\x15','\xbc','\xcd','\xe7','\x4d','\x6f','\xd9','\x9b','\x77','\xd4','\x40','\xff','\x9f','\x3b','\x5f','\x5b','\xce','\x03','\xfe','\x58','\xea','\xe7','\xcd','\x07','\xa7','\x53','\x66','\x1b','\xac','\x04','\x91','\xfa','\x85','\xaa','\x5a','\x57','\x31','\x17','\xab','\xf3','\x01','\x0e','\xe3','\xc3','\xc3','\xf6','\x52','\xb0','\x4f','\x41','\xff','\x06','\xe9','\xb0','\xcc','\x59','\xf3','\x58','\x30','\x7f','\xd7','\x3c','\xd6','\xe5','\xb4','\x3a','\x06','\xb9','\x9b','\xab','\x4e','\xbe','\x94','\xe0','\x0f','\x95','\x94','\x5f','\xeb','\x3f','\xd5','\x7f','\xfd','\x50','\xe9','\x95','\x5f','\x27','\x7e','\x9a','\xf8','\x75','\xa2','\x94','\xfa','\xb6','\x5c','\xb8','\xed','\xa4','\x06','\x73','\x2a','\x0a','\xab','\xa7','\x69','\x0e','\xcc','\x40','\x4b','\x66','\xba','\x9c','\xb7','\xe1','\x06','\xf9','\x0e','\x96','\xa2','\xbc','\x45','\x52','\x60','\xe5','\x53','\x94','\x62','\x71','\xe7','\xe7','\x2a','\x46','\x94','\x44','\x1f','\x38','\x97','\x71','\xfe','\x2f','\xe7','\xf1','\xb3','\x96','\x67','\x95','\x33','\x8e','\xaa','\xde','\x7e','\xca','\x10','\x08','\x01','\x2d','\x2f','\x15','\x2a','\x86','\xb1','\x9d','\x47','\x27','\x50','\xbf','\x5d','\xe3','\x77','\x45','\xba','\xdf','\xec','\x8e','\x84','\x7f','\x65','\x9a','\xfa','\xa5','\xbb','\x97','\x14','\x2e','\xa6','\xda','\x1e','\x7a','\x87','\x4c','\xc4','\x2f','\x33','\xb2','\xb9','\x7e','\x5a','\xd9','\x5c','\x37','\x61','\x5e','\x19','\x32','\xd9','\x80','\x27','\x2b','\xb7','\xc3','\xfa','\xf8','\x19','\x26','\x9f','\x5e','\x44','\xda','\xc9','\xe7','\x45','\x9e','\x21','\x75','\x62','\xce','\xbf','\xa1','\x11','\x7f','\xe1','\x54','\x76','\x4c','\x0e','\xa9','\x47','\x59','\x04','\xb7','\xb5','\x74','\x5d','\xd1','\x28','\x2c','\x84','\xa7','\xbf','\x1c','\xf8','\xa7','\x4b','\xcb','\xa4','\x47','\xa4','\xa1','\x91','\xa1','\xd4','\xd1','\x54','\x18','\xaf','\x91','\xee','\x54','\x97','\x34','\x20','\xf5','\xb7','\x1d','\x0e','\xf0','\x75','\xa5','\x3b','\xd2','\x8f','\x8e','\x6f','\x6b','\x69','\x78','\x46','\xc1','\x15','\x9f','\x5d','\x3d','\x9e','\x90','\x12','\x6d','\x79','\xb9','\xe9','\xdf','\x9e','\x21','\x8f','\x34','\xd1','\xc7','\xe5','\xb0','\xdf','\x0d','\xd6','\xff','\x00','\xe9','\xe7','\xb9','\xc0','\x7f','\x96','\x2c','\xe3','\x8f','\xe6','\xd2','\x39','\xe1','\x59','\x26','\xe2','\x09','\x74','\x5f','\xcb','\x99','\x22','\xbf','\x4b','\xe0','\x7f','\x1e','\x65','\x3b','\x10','\x3f','\x59','\x2d','\x21','\xee','\x6b','\x2a','\x32','\xbe','\x56','\x5a','\x2d','\x35','\x9e','\x2f','\xfc','\xff','\x97','\xc9','\x8f','\xca','\x99','\x99','\xa1','\xe8','\xd1','\x68','\x38','\x1a','\x9e','\x09','\xcb','\xdd','\x7a','\x57','\x64','\x40','\x32','\xe0','\xf9','\x8d','\xf6','\xa9','\x8f','\x06','\xe8','\xbf','\xaa','\x40','\x8e','\x4d','\xc5','\xc7','\xd7','\x40','\xfd','\x07','\x79','\x5e','\x7a','\x7f','\xfc','\xef','\xf9','\xf8','\x96','\x66','\xd6','\xda','\x51','\x79','\x71','\x43','\xeb','\x18','\x68','\xc9','\x63','\xce','\x24','\x62','\x79','\x26','\x68','\x8d','\x81','\xff','\xf9','\x32','\xe5','\xcf','\x04','\xbe','\x78','\x71','\x22','\x2c','\xf0','\xc5','\xbb','\x41','\xbb','\x1c','\x00','\x8b','\xff','\xb0','\x12','\x64','\x77','\x02','\xab','\x1f','\x7a','\x89','\xd1','\xa1','\xb7','\xa3','\x0d','\xe2','\x13','\xb9','\x5b','\xd3','\xca','\x06','\xcc','\x5f','\xe1','\x3f','\xee','\x53','\x2f','\x63','\xef','\x60','\xf6','\x1b','\xdf','\x5c','\x4d','\xeb','\x30','\x1a','\x75','\x1d','\x56','\x05','\x33','\xc0','\xa7','\x6a','\xe6','\xff','\xf3','\x1f','\x11','\xe8','\xd3','\xf0','\x7b','\x24','\x7c','\xae','\xbb','\xa3','\x8b','\x0e','\xa4','\xfb','\x4b','\x87','\x97','\x34','\xfd','\x07','\x33','\xca','\x8e','\xa2','\x40','\x07','\x16','\x1e','\xbd','\xdd','\xa0','\x5f','\x0e','\x88','\xf3','\x25','\x8c','\xa7','\x65','\xa0','\x2d','\xd6','\xe8','\x7f','\xf1','\xbf','\x2b','\x7f','\xd7','\x89','\x3d','\x1d','\xd3','\x30','\xe3','\xaf','\x6d','\x5b','\x5e','\xbf','\x7c','\x44','\xc2','\xfc','\xd9','\xa6','\xe9','\x98','\xdb','\xcd','\x21','\x77','\xc8','\xd8','\x6e','\x38','\x60','\x96','\x8d','\xf5','\x2d','\xec','\xff','\xba','\x93','\x71','\x2d','\xae','\xad','\xab','\xe8','\x27','\xf5','\x89','\x75','\x13','\x71','\x35','\xa5','\x6e','\x7d','\x3e','\xb7','\x20','\xfe','\xe7','\x10','\x46','\x2c','\xca','\x5b','\xe4','\x43','\x17','\x45','\xde','\xbb','\x8b','\x96','\x3c','\x0c','\xfd','\x6a','\x96','\xdf','\xec','\x9f','\x97','\x93','\x57','\x4d','\x61','\xee','\x93','\x8d','\x13','\xf0','\x19','\x95','\xdb','\x65','\x39','\xf0','\x4f','\x5a','\x26','\x3f','\x22','\xf0','\x79','\x8b','\x8d','\x6c','\x80','\xdd','\xa0','\x25','\x1b','\x0c','\xcf','\xaf','\x30','\x3f','\x1d','\x35','\x97','\x69','\x3b','\xbc','\x21','\x1f','\x23','\x4b','\x30','\x96','\x89','\xfa','\xdd','\x66','\x97','\x0e','\xc3','\xb4','\xef','\xf0','\x11','\xe1','\x1f','\xa8','\xac','\xad','\xbf','\x28','\xd0','\x97','\x7f','\x00','\x36','\x77','\xa7','\xaf','\x95','\xbb','\xb5','\xb4','\xb9','\xa5','\x90','\xd4','\xf3','\x94','\x08','\xc4','\x29','\x8c','\xa0','\xd9','\x58','\x0f','\xa2','\x67','\x9a','\xb9','\xde','\x1b','\xe3','\xb7','\x02','\xd1','\xcd','\x31','\x3f','\x21','\xb4','\xe0','\x85','\xa3','\x07','\xc3','\xc2','\xb7','\x44','\xd0','\x9f','\xf4','\x3b','\xf9','\xf8','\xcd','\xed','\x13','\x9e','\x1d','\x40','\x71','\xbd','\x02','\xfc','\x3d','\x6e','\x0e','\xe7','\x1a','\xd1','\x5b','\x51','\xf6','\x67','\xdc','\x26','\x43','\x73','\x9e','\x37','\x40','\x7f','\xdf','\x14','\xe7','\x87','\x1b','\x31','\xa2','\x2f','\xcb','\x94','\x75','\x16','\xd3','\x77','\x55','\x4d','\xe5','\x19','\xfd','\xae','\x22','\x9e','\x29','\xe1','\x0c','\xc4','\xf8','\xe5','\xe0','\xfc','\x59','\xc9','\x66','\x4d','\xa5','\x72','\x43','\xa7','\x74','\x25','\xac','\x0a','\x9b','\xf2','\xf3','\xf4','\x5d','\xf3','\x3c','\xd8','\x91','\x70','\xff','\xe8','\xf9','\x97','\xa4','\xca','\x95','\x4a','\x49','\x43','\xdb','\x12','\x6e','\xa7','\xf4','\x89','\x7b','\x4d','\xa9','\xd0','\xf2','\x7e','\xf8','\xab','\xcd','\x9f','\x35','\x2f','\x61','\x82','\x6e','\x53','\x5e','\xfa','\x7a','\x34','\xf2','\xa8','\x3d','\x54','\x44','\x7c','\xf8','\xa5','\xaf','\x03','\xff','\x3b','\x6b','\xcf','\xad','\x4e','\x25','\x52','\x0f','\xfe','\x3a','\xa7','\x06','\xfe','\x33','\xd8','\xfe','\x21','\x65','\xdb','\x73','\x47','\x95','\xb0','\x77','\x47','\x1f','\x25','\x6b','\xb9','\x56','\x34','\x8b','\xfd','\x91','\xfc','\x12','\x55','\xe4','\xf7','\x66','\x14','\xde','\x5f','\xfe','\x41','\x65','\x22','\xba','\xa6','\xcc','\xca','\xa0','\x39','\x9f','\xdd','\xae','\x24','\xa3','\x03','\x5a','\x3e','\x41','\x45','\xfc','\x39','\xad','\x66','\xf8','\x8e','\xea','\x90','\x56','\x92','\x82','\x6c','\xe9','\xdd','\x22','\xfe','\x5c','\xf0','\x5f','\x03','\x1f','\xe6','\xef','\xa2','\x2f','\x2a','\x3f','\xf0','\x6b','\x6d','\x0d','\x6c','\x0f','\x23','\x6d','\x6d','\x31','\x93','\x66','\x2e','\xd7','\xc4','\x37','\xfd','\x3b','\xe7','\x25','\x81','\x6f','\xda','\x25','\xf0','\x4d','\xd7','\x70','\x7b','\x22','\x49','\x13','\xca','\xd3','\x2d','\x31','\xb2','\xfa','\x4d','\x0d','\xec','\xdd','\x1f','\x9e','\x7b','\xc9','\xa9','\x7c','\xfa','\x07','\xa7','\xd9','\x0a','\x16','\x45','\x7f','\xdd','\x21','\x25','\x79','\x76','\x73','\x34','\xaf','\x52','\x33','\xa2','\x85','\xf5','\x68','\x76','\x07','\xb5','\xf5','\x6d','\xa9','\xa3','\x2b','\xc2','\x7a','\x78','\x4b','\xf8','\x43','\xdd','\xf1','\x2e','\xab','\x9f','\x26','\x78','\x01','\x26','\x58','\x94','\x46','\xdc','\x28','\xdd','\xc1','\x6d','\x58','\x7f','\x4b','\x78','\x82','\xe3','\x46','\x68','\x9c','\xaf','\xa6','\x09','\x3a','\xc0','\x3d','\x22','\x34','\x3d','\x6b','\x0d','\xaf','\x5a','\xff','\x50','\x17','\x9e','\xbf','\x44','\xad','\x68','\xe9','\xce','\x7a','\xba','\x9a','\xaa','\x6e','\x05','\xfe','\xe3','\x9c','\x31','\xdb','\xfe','\xf6','\xb7','\xef','\xba','\xcb','\xb2','\x9e','\x7b','\x2e','\x1e','\x3f','\x7b','\xb6','\xa3','\x63','\xe1','\xf8','\x35','\xf1','\x7f','\x33','\xa9','\x47','\xd3','\x76','\xf1','\xa8','\xb2','\x94','\x2f','\xa3','\x61','\xde','\x4d','\xbb','\xf8','\x00','\xed','\xe7','\x87','\xe7','\xf0','\x41','\x7e','\xf8','\xce','\x4b','\x95','\x1a','\x7c','\xaa','\x09','\xa1','\x3b','\x4d','\x0d','\xd9','\x29','\x6b','\xcb','\xa6','\x9c','\xd1','\xc0','\xb7','\xf1','\x1f','\x36','\xff','\x6c','\x3a','\x6d','\x96','\xc4','\xfa','\x13','\xa9','\xc6','\xeb','\xab','\xc9','\x80','\x3f','\xe0','\x7c','\xad','\xe1','\xff','\x71','\x47','\xfa','\xcf','\xce','\x63','\x10','\x08','\xc8','\xaf','\xd9','\x48','\x2d','\x32','\x1b','\xaf','\xad','\x9e','\x4d','\x3c','\x91','\xa8','\xe5','\x57','\xaf','\xfb','\xbd','\xa5','\x7d','\xf6','\x05','\xbc','\x53','\x95','\x1b','\xdc','\x53','\xb3','\xfe','\x5d','\xfb','\xf0','\x27','\xcc','\x24','\xf7','\xf3','\x9f','\x77','\xf4','\x10','\x25','\xe4','\x67','\xa9','\x4a','\xc3','\x4c','\xe4','\x6e','\x15','\x91','\xde','\xa1','\x46','\x1e','\x57','\xc4','\x5f','\x5b','\x42','\x0e','\x92','\xb9','\xdc','\xa6','\x7e','\x06','\xe4','\x74','\x46','\xca','\x48','\x69','\x9e','\x26','\x43','\xa4','\x08','\xd2','\x64','\x61','\xfd','\x06','\x86','\x00','\xb9','\x7d','\x2a','\xca','\x54','\xa3','\x3f','\x77','\x64','\xf7','\x86','\x15','\xc4','\x1f','\x23','\x11','\xda','\xca','\x1a','\x11','\xbf','\x22','\xd7','\xee','\x2a','\xce','\xa4','\xf8','\x64','\x32','\x3d','\xe4','\xe4','\x14','\xa2','\x74','\xd0','\x96','\xdd','\xa1','\x5c','\xcb','\xee','\x8e','\x8e','\xdd','\xa0','\x0d','\x34','\xd1','\x43','\xa4','\x5c','\xbb','\xd1','\xd3','\x73','\x1a','\x14','\x84','\x01','\x90','\x96','\x61','\xa5','\x5b','\x19','\x00','\x69','\xb9','\x18','\xa4','\x66','\x77','\x5d','\xfc','\xa6','\x1c','\x56','\x6e','\x43','\xfd','\xbb','\x91','\xbc','\xf7','\xf6','\xc6','\xd9','\xe3','\xd8','\x74','\xf0','\x3b','\x15','\xa1','\x15','\x06','\x68','\xd8','\x41','\x06','\xa5','\x2e','\xde','\xcb','\xe4','\x03','\xf2','\x01','\xbf','\xaa','\x55','\x31','\xfa','\x75','\xb5','\x6a','\x36','\x32','\xe0','\xea','\x6c','\x2d','\x47','\x4c','\xcc','\xfb','\x6b','\xb7','\x83','\xfc','\xbd','\x8a','\x7a','\xe9','\xc1','\x6e','\xa7','\xfb','\x20','\xc6','\x53','\x3f','\x25','\xcb','\xa0','\x47','\x6b','\x3b','\xbb','\xa6','\x34','\xbd','\x2f','\xc2','\xf6','\xc7','\x9e','\xed','\xb5','\xc4','\x6f','\x9a','\xa6','\x9b','\x11','\x73','\xff','\x57','\x8e','\x28','\x22','\xb2','\x1b','\x63','\xb7','\xc7','\x78','\x22','\xfd','\x20','\x3f','\xd4','\x88','\xdf','\x4e','\x8a','\xfc','\xed','\x4f','\x89','\xfc','\xaf','\x43','\xd3','\x43','\x74','\x94','\x8a','\xdc','\x28','\xfc','\x4e','\xfa','\x2e','\xfc','\x14','\x56','\xc2','\x6d','\xb0','\x4e','\x7e','\x3f','\x1c','\xc1','\xf5','\x07','\xf3','\x9a','\x8c','\x8a','\xcc','\x39','\x4b','\xf9','\x0a','\x32','\x0d','\x72','\x62','\x3e','\x7e','\xa8','\x3d','\x77','\x40','\x78','\x27','\x47','\xcc','\x0d','\x85','\x8c','\x5e','\xa4','\x18','\x51','\xb2','\xaa','\x1e','\x9b','\x8b','\xfa','\x5b','\xa4','\xf4','\x2a','\xb2','\x35','\x66','\xb5','\x5b','\x77','\x58','\x5d','\x8a','\xa9','\x2f','\xa6','\x37','\x97','\x87','\x48','\x2b','\xc1','\x2c','\x15','\x81','\x1c','\x40','\x4c','\x3c','\xd7','\x2d','\x16','\x57','\xd2','\x69','\x6e','\x07','\x20','\x93','\x06','\xe2','\xd0','\xd9','\x64','\xd4','\x0f','\x56','\x8f','\x55','\xfc','\x8a','\x94','\x5e','\xe0','\xbf','\x8c','\xf2','\xf9','\xae','\x6a','\x92','\x05','\x12','\xba','\x5f','\x7a','\x4a','\xbe','\xf9','\xe9','\x28','\x1b','\x6d','\x36','\xe4','\xbb','\x04','\x56','\xcf','\xf4','\x52','\x7e','\xa7','\xfc','\x2e','\x3c','\x69','\xde','\xbf','\x10','\x75','\x57','\xdb','\xd8','\x56','\x1f','\xc6','\x0c','\x1c','\x64','\xe9','\xb9','\x0f','\x46','\x3e','\xc6','\xff','\x7f','\xf6','\xb2','\xf5','\x4b','\x9f','\xa6','\xe3','\x91','\x67','\xc3','\x12','\x29','\x9a','\x9e','\xee','\xd1','\xdc','\x5a','\x6e','\x4d','\x78','\x13','\xca','\x44','\xc7','\x84','\x3e','\x91','\x64','\x4f','\xa9','\xad','\x6a','\x9b','\x9a','\x5e','\xa9','\xc1','\xf8','\x9a','\x22','\xcc','\x0c','\xca','\x7b','\xbc','\x1e','\xc5','\xee','\xb0','\xf5','\xa2','\x55','\x7c','\x8a','\xb6','\x61','\xd0','\xa8','\x8d','\xf9','\x9b','\x06','\x7c','\xdc','\x67','\xd7','\x31','\xea','\xd6','\xfc','\x80','\xdf','\x51','\xd0','\x0b','\x56','\x01','\xe3','\x6f','\x95','\x02','\xe2','\x87','\x11','\x86','\x80','\xb1','\xb8','\x62','\x20','\xde','\x69','\xab','\xf6','\x41','\x0d','\x7f','\xf2','\x9a','\xf0','\xfa','\x8c','\x18','\xa6','\xa1','\xc3','\x2c','\xeb','\x06','\x69','\xf3','\x94','\xd5','\x66','\x77','\x18','\xfa','\x04','\xb4','\xa4','\xd8','\x4a','\x5b','\x95','\xb4','\xac','\x49','\xf8','\xfc','\x6e','\x94','\x58','\x1a','\x70','\xc3','\xfb','\xd5','\x07','\x39','\xa8','\x17','\x97','\xfa','\x7a','\xd9','\x2a','\x7f','\xcd','\x6f','\x2b','\x7e','\xa8','\x08','\x2d','\x2d','\x79','\xa5','\xd6','\x0f','\xb5','\x0a','\x7c','\x47','\x02','\x7a','\x8a','\x0e','\x1c','\xbb','\x96','\x6e','\x99','\xf0','\x0c','\x65','\xe2','\x83','\x1d','\xf1','\x96','\x4f','\xd4','\x9f','\x12','\x19','\xaf','\x86','\x60','\xdd','\x25','\x4d','\xfe','\xae','\x27','\x15','\xf8','\xdf','\xfa','\x07','\xcd','\x6e','\x2b','\xd9','\xf3','\x14','\x83','\xf7','\x5b','\x43','\x47','\x62','\x04','\xda','\x07','\xed','\x5f','\xca','\x75','\x82','\xdc','\xd4','\x26','\x75','\x00','\xb5','\x2c','\xdb','\xc3','\xd4','\x58','\x02','\x5f','\x30','\xe8','\x1f','\x94','\x33','\x8b','\x05','\xed','\x8b','\xd7','\x2c','\xe6','\xa1','\x8f','\x8b','\xc0','\x97','\x9b','\x7f','\xbe','\x45','\xa0','\x7d','\xf2','\x87','\xe4','\xb5','\xb0','\x1a','\x8f','\xcb','\x1f','\x80','\x9f','\x05','\xfe','\xa1','\xc0','\x87','\x8c','\x29','\xf1','\xe2','\x5f','\xee','\x3e','\x7e','\xec','\xee','\x4d','\xba','\xad','\x5b','\x6b','\x41','\xfb','\xd6','\x27','\x82','\x13','\x1c','\x62','\x78','\xc6','\x36','\x90','\xcf','\x43','\xb4','\x24','\xf0','\x07','\x3f','\x72','\x16','\x73','\xb4','\x04','\xf8','\x83','\x13','\x40','\x38','\x42','\x8a','\xc6','\xb6','\xe7','\x54','\x39','\x2d','\x7f','\xf3','\x39','\x3c','\x07','\xfc','\x88','\x1f','\x64','\x30','\x42','\xef','\xca','\xc9','\x88','\xb9','\x04','\xdb','\xb7','\x96','\x23','\xfd','\x2d','\xf6','\x35','\x98','\x5f','\x1f','\x84','\xf9','\x85','\xf3','\x0a','\x7d','\x5c','\x10','\xff','\x2d','\x54','\x87','\x19','\xad','\x84','\xa1','\x8d','\xd0','\xff','\xba','\x42','\xfe','\xa3','\x1f','\x97','\x53','\x32','\xb6','\xb4','\x4d','\xe0','\x73','\x92','\x9c','\x27','\x70','\x08','\x71','\xf6','\x44','\xaa','\x51','\xb3','\x87','\xcc','\xe7','\x90','\x99','\x30','\x0c','\x23','\x44','\x9e','\x1a','\x1e','\x02','\x0b','\x35','\xcd','\x9f','\x35','\x3e','\x64','\x44','\xdc','\x7b','\x8b','\x69','\x2a','\xa4','\xb8','\x1e','\xd1','\x27','\xcd','\x44','\x9e','\x18','\x65','\xd0','\x5e','\x34','\x13','\xb9','\x0f','\xf3','\x42','\xf4','\xe4','\xb6','\xfb','\x65','\x71','\xce','\x16','\x15','\xf8','\x7a','\x84','\x7c','\xad','\x9e','\x86','\x15','\x07','\x33','\x83','\x50','\x23','\x62','\x7c','\x44','\xc4','\x87','\x05','\x39','\x6b','\x7e','\xc0','\x31','\xbf','\x37','\x94','\x83','\x2d','\x8f','\x5e','\xdd','\xd0','\x6b','\xcc','\xb0','\xc4','\x4b','\x46','\xc4','\x84','\xe7','\x17','\xbf','\xa7','\x24','\x5a','\x1a','\xf5','\x81','\x2a','\xdf','\xe1','\x1d','\xd2','\xd2','\xfa','\xbd','\x60','\x83','\x05','\xfe','\xa9','\x11','\x65','\x12','\x74','\x90','\x5b','\xf7','\xa7','\x0a','\x1d','\x18','\xcf','\x3e','\xe6','\xcf','\xe1','\x9b','\x78','\xa6','\x07','\xf4','\xf1','\x74','\x12','\x50','\xe5','\x83','\x72','\x83','\x52','\xcd','\xf1','\x63','\x5c','\x2f','\x69','\xbf','\xd6','\x7e','\xca','\xbe','\xc9','\x11','\xa1','\x14','\x6e','\x7b','\xa5','\x3d','\x65','\x4b','\x5e','\xcd','\x3b','\x8e','\xfe','\x47','\xe4','\x3b','\x7c','\x07','\x89','\xeb','\x9f','\xb1','\x4e','\xbc','\xa3','\x97','\xf4','\xc2','\xfe','\x89','\x5a','\x75','\xed','\x25','\xdd','\xd3','\xcb','\xdd','\xd1','\xe3','\x5a','\x3a','\x01','\xe3','\x37','\xb1','\xad','\xe3','\xc3','\x7f','\xb0','\xc9','\xb7','\xfc','\x65','\x4e','\xf4','\xe2','\xc7','\x30','\x47','\x84','\xb0','\xb3','\x23','\xa0','\x11','\x25','\x14','\xc1','\xdf','\x4e','\xd8','\x81','\xb7','\xe6','\x9e','\xe2','\x6d','\x89','\x0f','\x5e','\xe9','\x4e','\x27','\xd3','\x4f','\x5d','\x51','\x52','\x1f','\x98','\xb5','\xdb','\x58','\x83','\xfe','\x9a','\x99','\xae','\x96','\xca','\x51','\xb0','\x6f','\x3f','\x02','\x2b','\xdf','\x77','\x38','\x15','\xe7','\x00','\xdf','\x35','\x8c','\xdc','\x97','\x68','\x26','\xfa','\xa5','\x08','\x89','\x8c','\xd1','\x24','\x47','\x24','\xa1','\x31','\x4a','\x74','\xf4','\xff','\x42','\xb4','\xa2','\xb1','\x42','\xbf','\x14','\xd2','\xc6','\xad','\x21','\x8d','\x61','\x54','\x5f','\x39','\xb2','\x37','\x52','\xfe','\x88','\x9f','\xb6','\xbe','\xb9','\x0f','\x28','\xb9','\x3f','\x92','\x9a','\xdc','\xf4','\xe0','\x1e','\x90','\xdc','\x88','\x00','\x1f','\x49','\xd2','\x9d','\x1c','\x6b','\xa7','\xe8','\x2e','\x7d','\x48','\xff','\x33','\x3d','\x63','\xee','\x32','\x33','\x85','\x67','\xa4','\x10','\xcc','\x8a','\xed','\xbf','\x8a','\x45','\x86','\xb4','\x6f','\x9d','\x5f','\x96','\x5e','\xb6','\xf3','\x63','\xaf','\x0f','\xad','\xfc','\x66','\x69','\xd9','\xce','\x0f','\x1a','\xe1','\xe8','\x77','\x23','\xfd','\x2a','\xae','\x39','\xb3','\x44','\x15','\xf1','\xd5','\xb0','\x00','\x8a','\xd8','\x6a','\x35','\x7d','\x7f','\xfa','\x62','\xda','\xdc','\xd9','\x9a','\xa6','\x39','\x62','\x13','\xc7','\xc7','\x90','\xe1','\x62','\xf8','\xf9','\xf0','\x74','\xb6','\x99','\x3f','\xa7','\xb8','\x62','\x7c','\x6a','\xdc','\x38','\x42','\xf2','\xc2','\x7f','\x4c','\x20','\x58','\x86','\xe5','\xac','\xb0','\x74','\x68','\x25','\xac','\xdd','\xa9','\x5e','\x50','\x0d','\x91','\xdf','\x38','\xc8','\xef','\xd7','\xc9','\x55','\x55','\xd5','\x54','\x76','\xcd','\x57','\x0b','\xaa','\xa7','\x5a','\xf7','\xdb','\x17','\x98','\x69','\xcb','\xe8','\xff','\x80','\xfe','\x61','\x46','\x33','\xe7','\xcd','\x68','\x33','\x72','\x43','\xbe','\x53','\x7e','\x0b','\xf4','\xeb','\x90','\x8c','\xf8','\x1c','\xd7','\x1b','\xd9','\x54','\x46','\x1b','\x39','\x55','\xc2','\xca','\x9d','\x2b','\x7f','\x73','\xc9','\x08','\xd0','\x8b','\xc8','\x6d','\xfe','\x8c','\x8c','\x99','\x0f','\x71','\xc7','\xe7','\x7f','\xa3','\xe5','\x27','\xae','\x8f','\x1e','\x3c','\xb3','\x49','\xde','\x84','\xe7','\xaf','\x24','\x57','\xc7','\x78','\x34','\x71','\xe6','\x5a','\x9f','\x88','\x75','\xa8','\x2d','\x5d','\xf0','\xfb','\x7d','\xca','\x5b','\x30','\x77','\x42','\x0a','\x3e','\xbf','\x6e','\x77','\x8a','\x18','\xd0','\xce','\xf3','\xf0','\x13','\xb6','\x54','\xfd','\x38','\xbf','\xa0','\x26','\xd4','\x45','\x5c','\x92','\x02','\xff','\xb2','\xe6','\x6a','\x22','\xda','\xc7','\xc2','\x6a','\x38','\x7a','\xa7','\xf2','\x96','\xd9','\x9f','\x17','\xb9','\xfe','\x9e','\xbf','\x86','\xb4','\x43','\xc4','\xc7','\x1d','\xb3','\x4e','\x27','\xc2','\xf7','\x96','\xee','\x7f','\xf4','\xc2','\xb9','\x07','\x6d','\xe1','\xdc','\x63','\x10','\xa3','\xee','\x62','\x84','\x28','\x58','\xcc','\x07','\xae','\x9d','\x86','\xcf','\x5e','\x95','\xdc','\x3f','\x7d','\xb1','\x68','\x96','\x5a','\x23','\x91','\x25','\xe2','\xfd','\x78','\x56','\xe2','\x23','\x4a','\xe3','\x35','\x81','\xd8','\x18','\xf3','\xef','\xc3','\xde','\x07','\xf8','\x2f','\x45','\x52','\xac','\x17','\x3b','\x9f','\x0f','\xa2','\x89','\xae','\x3d','\x17','\x7c','\x77','\x3e','\xbf','\xa1','\x38','\x55','\xc4','\x32','\x89','\x86','\xe8','\x55','\xaa','\x21','\x66','\x1e','\x10','\xff','\x6a','\x16','\x3d','\xb0','\x56','\x33','\x55','\xbb','\x3f','\x71','\x81','\x4b','\x09','\x12','\xf8','\xa7','\x25','\xa0','\x33','\x09','\xe8','\x23','\x99','\xed','\x13','\xed','\x8b','\x7e','\xfc','\xdc','\x05','\x25','\x11','\x95','\x34','\xfc','\x8b','\x45','\x7c','\x56','\x45','\x8b','\x85','\xb1','\xab','\x98','\xeb','\x59','\xdc','\x1b','\xd8','\x6f','\xb8','\x11','\xe0','\x87','\x90','\x20','\x67','\x69','\x90','\xc5','\x94','\x83','\xbd','\xae','\x4c','\x58','\x66','\x32','\xff','\xf5','\x48','\x07','\xfd','\x1d','\x22','\x0e','\x95','\x42','\xda','\xac','\x05','\x36','\x4f','\x09','\xcd','\x29','\xf4','\x74','\x53','\xc7','\x81','\x7f','\xd4','\x0b','\xe9','\xc4','\xb8','\xa0','\x1f','\x09','\xf1','\xeb','\x88','\x0d','\x28','\x6e','\xb7','\x81','\x0c','\x48','\x0b','\x2b','\xfc','\xa9','\x82','\xe1','\x93','\x02','\xd0','\x67','\xe2','\x2a','\x48','\xca','\x2e','\x81','\x9f','\x39','\x1b','\x20','\x67','\x3a','\xf7','\x3b','\xbf','\x39','\x97','\x30','\x25','\x47','\x3a','\x7b','\xab','\x7d','\xb3','\x51','\x20','\xa5','\xad','\xaa','\x07','\xb8','\x16','\x63','\xe8','\x60','\x65','\x00','\x57','\xa1','\xc7','\x00','\x7c','\xce','\x22','\xf6','\xa1','\xc1','\xaa','\x1b','\x5e','\x7a','\xab','\x17','\x78','\x5b','\x95','\x57','\x12','\x16','\xd2','\x02','\xec','\xe1','\x39','\xee','\xf2','\x05','\x77','\xf9','\x20','\x9b','\x3c','\xe4','\x2f','\x68','\x5f','\x10','\xcd','\xe1','\x8f','\x0a','\xcc','\x7b','\xf4','\x4d','\x5f','\x59','\xbb','\x50','\x4b','\x48','\x24','\x48','\x0f','\xd6','\x7b','\xed','\x34','\x93','\x55','\x33','\xa6','\x5f','\xf5','\x81','\x50','\x82','\x52','\xf7','\x69','\x6f','\x69','\xfd','\x5a','\x08','\xb3','\x35','\x7a','\xc4','\x83','\x51','\xf3','\x80','\xc9','\x59','\xcc','\xbf','\xaa','\x61','\xae','\xe8','\x4e','\xbe','\x81','\xc1','\xf3','\x99','\xc0','\x9f','\x61','\x21','\xdf','\x6f','\xc4','\x3a','\x8d','\xce','\x21','\xf3','\xad','\x98','\xa7','\xaf','\x2d','\xa5','\xaf','\x3a','\x0c','\xf8','\x0e','\x9e','\x61','\xc3','\x93','\x44','\xb6','\xe9','\x8f','\xf3','\x29','\xdb','\x80','\xd6','\xb5','\x48','\xef','\xc1','\x3f','\x6c','\xd8','\x23','\xd8','\xfb','\x86','\xc7','\x56','\x7d','\x56','\x59','\xc3','\xd5','\x3d','\x6a','\xe9','\x2a','\xfa','\x71','\x8a','\x7b','\x43','\xee','\xad','\x7a','\xc2','\x23','\x07','\x16','\x7d','\x3d','\x44','\x49','\xf1','\xda','\x79','\x46','\xd5','\x9d','\xb1','\x3c','\x7e','\x03','\x17','\x00','\xb7','\xdf','\x6f','\xff','\xe6','\x7c','\x02','\xde','\x2c','\xfd','\x6a','\xd1','\x79','\x29','\x7d','\xed','\x3c','\xf2','\x3e','\xde','\x57','\x9f','\x56','\xd3','\x68','\x1d','\x6c','\xf0','\xde','\x2a','\x1a','\xbb','\xc9','\x1b','\x8b','\x60','\xfd','\x22','\xda','\xac','\x26','\xbc','\xa5','\x28','\xa2','\xa4','\x62','\x3b','\x61','\xf6','\x14','\xa7','\x76','\x1b','\x98','\x9f','\x1c','\xdd','\xfc','\x56','\xf0','\x4b','\x7a','\xd5','\xac','\xe6','\xab','\x6e','\x95','\x54','\x79','\x95','\x55','\x8c','\x8a','\x5b','\x91','\x27','\x17','\xeb','\xdd','\xeb','\x23','\x9a','\x51','\xc4','\xf8','\xc1','\xeb','\x7d','\x8b','\x73','\x19','\xa7','\xcb','\xba','\x9e','\xed','\xb2','\xba','\xac','\x2f','\x3e','\xd6','\xa5','\x77','\x29','\x49','\x2b','\x59','\x3d','\xaa','\xa3','\x77','\x68','\xf0','\xef','\x01','\x81','\xae','\xe2','\xb0','\x2d','\x02','\xbc','\xd2','\x51','\xf7','\x4a','\x0f','\x0a','\xfd','\x14','\x98','\xb1','\xe1','\x7f','\x8a','\xf8','\x2b','\xb7','\x96','\x07','\xf9','\xe7','\x54','\xe5','\xcc','\x26','\x81','\x87','\x11','\xe0','\x39','\x81','\x06','\xdd','\xca','\x68','\xe5','\x0e','\xad','\x63','\x85','\xf0','\x3e','\x45','\xaa','\x6a','\x02','\xb7','\xc5','\x87','\xfa','\x28','\x28','\x56','\x38','\xd2','\xdc','\xf3','\x6d','\x58','\xfa','\x3d','\x56','\x78','\x40','\x5a','\x5d','\xd7','\x2c','\xc7','\xda','\x02','\x2b','\xca','\x80','\xfe','\x70','\xa4','\x51','\xce','\xfc','\x03','\xb1','\xd3','\xc0','\x53','\x07','\x1e','\x38','\xad','\x19','\xda','\xf0','\xf6','\xd3','\x5b','\x2c','\x50','\x95','\x2c','\xe7','\xfe','\x46','\x39','\xb9','\xee','\x0b','\xa8','\xeb','\x7a','\x2f','\x9e','\xba','\xd4','\x1d','\x0f','\xea','\xd7','\x4d','\xaf','\xf9','\xfc','\x10','\xe9','\x87','\xf9','\xdc','\x66','\x46','\x2d','\xf4','\xea','\x58','\xdd','\xfe','\x9e','\xf6','\x11','\x8e','\xda','\x82','\xc1','\x8d','\xda','\x70','\xcd','\xe2','\x16','\xc8','\xcf','\x63','\x1c','\x3d','\xb2','\x6a','\x2b','\x5f','\x9d','\x1e','\x37','\x5a','\x5a','\xd8','\x06','\xa6','\x54','\xb2','\xd5','\x0f','\xb2','\xbb','\xec','\x14','\xe2','\xe9','\xbc','\xa7','\xfe','\x75','\x1e','\x23','\x31','\x37','\xe6','\x3c','\xe0','\x82','\xdc','\x73','\x33','\xf4','\x13','\xee','\x00','\xdd','\xc4','\xe7','\xfa','\x07','\xcf','\xc7','\xc4','\x01','\x27','\x8d','\xca','\x70','\xc5','\x3a','\x69','\xe5','\xaa','\xef','\x1c','\xab','\xc1','\xda','\xf7','\x4e','\x2d','\xf7','\x2a','\x1f','\x27','\x88','\x0f','\xef','\x73','\x58','\xab','\x5d','\xc3','\x19','\x76','\xa1','\xf7','\x6e','\x35','\x02','\xef','\x57','\x3c','\x5e','\xb3','\x5e','\xd5','\xc7','\x3b','\x5a','\x82','\xf8','\x05','\xf4','\xe8','\x46','\x1b','\x18','\xe7','\xe0','\xcf','\x66','\x16','\xbe','\x1f','\x35','\x59','\x6a','\x69','\xfc','\x50','\x91','\xfa','\x6a','\xd1','\xf5','\x95','\x62','\x0f','\x3f','\x9d','\x0b','\xda','\x18','\xd6','\x56','\x3c','\xf7','\x7e','\xf1','\x11','\xcd','\x3e','\x60','\xf9','\xcd','\xf1','\xbb','\x38','\x82','\x94','\x22','\x4a','\xce','\x1c','\xfe','\x16','\xbd','\x81','\x40','\xc5','\x2e','\xc7','\xb0','\x60','\xca','\xdd','\x12','\x2c','\x45','\x9c','\x16','\x39','\xa6','\x3e','\xdd','\xc5','\x03','\x7c','\x35','\xc2','\x5a','\x8c','\x50','\xee','\x66','\x8c','\x9f','\xa6','\xff','\x13','\xb9','\x15','\xfb','\x87','\x90','\x39','\xdd','\x1b','\xed','\x33','\x59','\x49','\x28','\x78','\xc2','\x4b','\x41','\x8e','\x34','\x11','\x70','\xe6','\xbf','\x99','\x82','\x73','\xd4','\x45','\xc4','\x43','\xcc','\xd0','\x2e','\x09','\xfc','\x43','\x71','\xb9','\xde','\x00','\xd8','\x79','\x92','\x82','\xf3','\x1f','\xff','\x37','\xc3','\x83','\xff','\xdd','\xce','\x6f','\x29','\xc7','\xfa','\x22','\xfb','\x35','\x22','\x3b','\xb8','\x8d','\xfc','\xde','\x8e','\xed','\x7a','\x01','\x7e','\x62','\xe3','\xf9','\xf8','\xf4','\x08','\x94','\x1b','\x19','\xcf','\xa1','\xf0','\x17','\xe6','\xa8','\x67','\x52','\xb2','\x7b','\x51','\x4e','\x64','\xa0','\x54','\x6e','\x78','\x22','\x5f','\x69','\x03','\x3f','\x09','\x51','\x06','\x93','\x09','\xd0','\x17','\x12','\x98','\x9f','\x20','\x40','\x82','\x91','\x04','\x6e','\x1b','\x66','\x85','\xfe','\x3f','\xef','\x08','\x10','\xb6','\xc2','\x01','\xfd','\x0c','\x7c','\x3f','\xb4','\xce','\x80','\x6b','\xc2','\x9d','\xcc','\x54','\x1e','\x3e','\xe6','\x14','\xb1','\x7d','\x66','\x85','\xbc','\x42','\x72','\x41','\xfb','\x82','\xd6','\x6d','\xe7','\xae','\xe2','\x28','\xf0','\xb7','\x0a','\x94','\x5b','\xa6','\x12','\x64','\xa1','\x9d','\xcf','\x3c','\xa6','\x90','\x55','\xd3','\x4d','\xdc','\xc1','\xe6','\xf8','\xbc','\x1f','\xbe','\x59','\xf3','\xef','\x05','\xbe','\xd9','\x7c','\xff','\x66','\x9b','\xfd','\xcf','\xe8','\x19','\x2d','\x0b','\x0b','\x61','\x53','\x3f','\x18','\xf5','\x03','\xfa','\xe2','\xfb','\x33','\x97','\x10','\x41','\x24','\x73','\x69','\x54','\x0f','\xde','\xff','\xde','\xf8','\xee','\x85','\x6f','\x10','\xf9','\x6d','\x39','\x22','\x08','\x5d','\xd5','\x0e','\xfb','\x87','\xb5','\x6b','\x1c','\x91','\xb0','\xfe','\x15','\x6c','\x8d','\xcf','\x68','\x4f','\x81','\xa6','\xd6','\xc9','\x03','\xff','\xed','\xe3','\x7e','\x95','\x9c','\xe0','\x75','\x09','\xbe','\xd9','\x09','\x5e','\x85','\x3a','\x9e','\xbc','\xe8','\x94','\x54','\x59','\xf4','\x34','\xbe','\xff','\x1a','\x08','\x2d','\xcc','\x3b','\x0e','\xdf','\x56','\xd5','\xab','\xf2','\xe3','\xca','\x55','\x6b','\x5c','\x97','\xc5','\xfb','\x9b','\x78','\x65','\x1b','\xeb','\xf1','\x6a','\x1f','\xdc','\x37','\x78','\x31','\xd2','\xec','\x7b','\x80','\x15','\x77','\x6b','\xb9','\x27','\xcd','\x67','\xa4','\x0d','\x10','\xf9','\x9a','\xad','\xed','\xe8','\x41','\x4c','\xcf','\x31','\x6e','\x47','\x02','\x5e','\x17','\x4f','\xc8','\x11','\xcc','\xb7','\x06','\x4b','\xf9','\x76','\xb0','\xf3','\x30','\xd3','\xa2','\xc0','\x77','\x11','\xa7','\xf3','\xfd','\x46','\x2e','\x17','\x94','\x87','\xc9','\x51','\x32','\x44','\xb6','\x4d','\x47','\xe8','\x7a','\xba','\x03','\xf1','\x7d','\x44','\xfc','\xf4','\x26','\xe5','\x58','\xcb','\x5c','\x7d','\x03','\xad','\xe0','\xa8','\xb9','\x1e','\xb4','\xf5','\xb2','\xf0','\x62','\x5d','\xe3','\x1b','\x72','\x8e','\x34','\xca','\xe1','\x99','\x36','\xd8','\x20','\x11','\xe5','\x81','\x3b','\x82','\x1c','\xa3','\xa8','\x27','\x24','\x30','\xfc','\xb4','\x59','\xbf','\x08','\x46','\x51','\x6e','\x39','\xef','\x99','\x18','\xc2','\x0c','\xab','\x0c','\xb5','\x20','\x53','\xf5','\x56','\x36','\xf3','\x6f','\x6b','\xa4','\x42','\x3e','\x27','\x30','\xc2','\xf7','\x56','\x30','\x3e','\x58','\x07','\x61','\x92','\xae','\x7c','\xb7','\xf9','\x7c','\x52','\x52','\xd2','\xca','\x2e','\x1e','\x51','\xee','\x55','\x82','\x1c','\x81','\x78','\x7e','\xf8','\x60','\x3d','\xaf','\x34','\xca','\x73','\x45','\x63','\x17','\xb7','\x73','\x61','\xe5','\x5e','\xba','\x7d','\x0a','\xfa','\x97','\x43','\xeb','\x68','\xb3','\x2f','\xfc','\xef','\x45','\xfd','\xa3','\x60','\xd5','\x67','\x22','\xcb','\xa2','\x1f','\x7d','\x23','\x43','\x9f','\xa1','\xcb','\x68','\x57','\xa4','\xeb','\xf5','\x9d','\x11','\x6f','\xc9','\x3c','\x7d','\x30','\xfb','\xa0','\xc8','\x40','\x2b','\xe2','\xd7','\xf0','\xf9','\xb8','\x7f','\xd4','\xcc','\x2f','\xce','\xc8','\x0f','\xea','\x7b','\x15','\xcc','\xe0','\xb5','\x57','\xa9','\x88','\x1c','\xa5','\x46','\x20','\x1f','\xe6','\xe8','\xb7','\xad','\xfe','\x30','\xfd','\x20','\xeb','\x39','\xbd','\xad','\xe7','\xb9','\x25','\xf4','\x34','\xac','\xd2','\xc4','\x38','\x9d','\x63','\x41','\x79','\x84','\x94','\x40','\xc3','\x76','\xe4','\xff','\xd8','\xcc','\x50','\x0b','\x96','\x9d','\x2a','\x25','\xa4','\xc3','\xcd','\xf1','\x31','\xbe','\xc3','\x6d','\x63','\x97','\x4f','\xcd','\x8f','\x81','\x7d','\x03','\xf6','\x53','\x82','\xd5','\x62','\x51','\xdc','\x3f','\x9b','\xa3','\x2f','\x50','\x37','\xad','\xdc','\xf9','\x07','\x1c','\x3f','\xb4','\x84','\x70','\xfc','\xb6','\xce','\xbf','\x9f','\x16','\x27','\x82','\xf1','\xfd','\x48','\x1d','\xc7','\x77','\xb9','\xf0','\x3f','\x02','\xf5','\xdf','\x68','\xf6','\xef','\x5b','\xc0','\xad','\x69','\x2b','\x5a','\xbc','\xd7','\x42','\x4b','\xe3','\xd6','\xfa','\xc1','\xf8','\x6e','\xf7','\x91','\x3f','\xb6','\x81','\x25','\x46','\x8d','\x98','\xd6','\x15','\x1f','\x68','\xf3','\xea','\x0b','\xea','\x33','\xdb','\x08','\xbf','\xf6','\x9f','\x2c','\xdb','\x2c','\x92','\x80','\x3e','\x09','\xe5','\xcb','\xf3','\xe5','\xd9','\x8c','\x9c','\x39','\x78','\x87','\xf3','\x51','\x27','\xe3','\x3c','\xe3','\x2c','\x3b','\xb8','\xc6','\xd1','\x64','\x33','\x5a','\x68','\x8e','\xcf','\x86','\x6f','\x9d','\x86','\xfe','\xf1','\xb0','\x7d','\xaf','\xf5','\xd8','\xa6','\x62','\x6e','\x15','\x7a','\x90','\x51','\x63','\xea','\x1b','\x2b','\xe6','\x9f','\xef','\x98','\xe8','\x3d','\xb1','\xde','\xcc','\xcc','\x3c','\x13','\x5d','\x26','\xfc','\xd3','\x36','\xfb','\x05','\x79','\xbe','\x7d','\xdb','\xfd','\x21','\xe0','\xab','\x7b','\xab','\x8e','\x59','\x84','\xff','\xb9','\xa5','\x7f','\x46','\xc9','\x4a','\xdb','\xce','\x04','\x94','\x2b','\x8f','\x61','\x06','\x61','\x5b','\x03','\xfe','\x5d','\x40','\xbf','\xdc','\x51','\x81','\xcc','\x04','\xcf','\x2f','\x6c','\xf7','\x8f','\x82','\x1d','\x89','\x19','\x6b','\xe6','\xeb','\x87','\x29','\xf2','\x07','\xb4','\x8f','\x36','\xda','\x0f','\x1a','\x7e','\xf7','\xc3','\xfd','\xf4','\x30','\x6d','\xfa','\xe7','\xab','\x74','\x92','\x8e','\x9d','\x02','\xdd','\x97','\xfe','\xc5','\x86','\xda','\x4b','\x71','\xe7','\xde','\x12','\xc2','\x93','\xe4','\xe9','\x5c','\xfe','\xf9','\x7a','\x55','\xd9','\xb7','\x6f','\x2d','\x58','\xff','\x9f','\xbd','\x24','\x2c','\xbc','\x71','\xfb','\xf2','\xf6','\xd5','\x13','\x52','\xb3','\xfd','\xdf','\x04','\xbe','\xda','\x56','\x47','\xfe','\xb2','\xc1','\x22','\xc4','\x53','\xc0','\x6e','\x2d','\xe1','\x14','\xbc','\xf9','\xf1','\xdd','\xd6','\xf1','\xf8','\x1f','\x28','\xf9','\x58','\xc1','\xa9','\x7c','\x0b','\x6c','\xdf','\x35','\x15','\xad','\x60','\x96','\xbf','\xe2','\x35','\x9f','\xbf','\xa6','\x5e','\x51','\xfe','\x42','\x64','\x90','\xdb','\x4d','\x7e','\x24','\x72','\xc4','\x24','\xb5','\x31','\x31','\x7e','\x98','\x5f','\x8e','\xf9','\x13','\xb9','\xcf','\x71','\x3d','\xaf','\x4f','\x7f','\xae','\x50','\x75','\x75','\xd2','\xed','\x77','\x0b','\x2c','\xc2','\xa3','\x7e','\xf0','\xfc','\x28','\xd0','\xc4','\xa9','\xe0','\xfc','\xfc','\x98','\xff','\x68','\xdb','\x37','\xc5','\x29','\x3b','\x7a','\x02','\xe4','\x9b','\xf3','\xd3','\x38','\xfa','\xe3','\x9d','\x0f','\x05','\xed','\x13','\xf3','\x0b','\x4f','\xcf','\xe4','\xa4','\x8f','\xf1','\xf8','\x8d','\x0c','\xf1','\xc3','\xc7','\xad','\xff','\x97','\xb5','\xf6','\xc8','\x46','\xf2','\x19','\xf8','\xe9','\xc3','\xd6','\x5a','\x81','\x61','\xfb','\xcd','\x4d','\x4d','\xfa','\x7e','\xcb','\x75','\xb4','\x4c','\x65','\x99','\x03','\xfc','\x91','\xfb','\x96','\xc8','\x25','\xa7','\x99','\xc1','\xf8','\x6d','\x14','\xf8','\xd4','\xdf','\xa5','\x9f','\xe3','\xb8','\xd7','\xbf','\xa7','\x19','\x5d','\x86','\xfe','\x48','\x82','\xfe','\xa2','\x77','\x7e','\xc5','\xfc','\x0b','\x3c','\x93','\xf3','\x3f','\x49','\x26','\x95','\x35','\xd3','\xec','\xcc','\x3a','\x6e','\x5a','\x49','\xb3','\x98','\x6f','\xf4','\x3f','\x07','\xf4','\x05','\x0d','\x5d','\xf7','\xd6','\xd5','\xf7','\x16','\x7f','\x30','\x1d','\x23','\x1b','\xb9','\x49','\x1f','\x9c','\x7a','\x6e','\x45','\x83','\xfa','\xbd','\xc7','\xb5','\xcf','\xf5','\x76','\x6b','\xeb','\x7a','\xf7','\xc9','\xc7','\x2f','\x02','\x75','\xe0','\x4e','\x5e','\x4c','\x6a','\xe3','\x7f','\xd9','\xa8','\x6f','\xac','\xb3','\xbf','\xab','\xed','\xef','\xd0','\x94','\x8f','\xff','\xd5','\x27','\xed','\x1f','\x3d','\xad','\x0f','\xaf','\xb3','\xfa','\x7b','\x06','\xac','\x7c','\x21','\x28','\x8f','\xd1','\x2e','\xe7','\x6f','\x5f','\xfe','\x0c','\x55','\xab','\x9a','\xf9','\x39','\x5e','\xcd','\xf7','\x14','\xd6','\xd5','\xfb','\x81','\x3e','\x4f','\xcf','\x8f','\xef','\x9b','\x55','\xe7','\x73','\xe7','\xe2','\x93','\xf1','\xdc','\xe7','\xde','\xac','\x95','\xd7','\x9d','\xd3','\x95','\xb4','\xe7','\x38','\xd5','\x3d','\x24','\x87','\xdc','\xb3','\x8a','\x1f','\xa5','\x40','\x3d','\x0b','\xa8','\x87','\x19','\x2c','\x61','\xfe','\x69','\x4e','\xd7','\x0c','\xf0','\x7f','\x7b','\x83','\x7e','\xb9','\x35','\xbd','\x95','\xc2','\x9f','\x97','\x61','\xfc','\xb2','\xfb','\xdb','\x26','\xf5','\x75','\x3f','\x54','\xf5','\x81','\x1d','\xd6','\x43','\xc5','\x1c','\xd6','\xc7','\x58','\x59','\x98','\x5f','\xc6','\xd2','\x7a','\x4f','\x6e','\x17','\x2f','\xd1','\xe5','\xf5','\x0f','\xdd','\xd1','\x39','\xad','\xee','\x7d','\xb0','\x23','\x2f','\x37','\xe9','\x33','\x61','\xc0','\xf8','\x26','\x3a','\x77','\xec','\x61','\x3f','\xe0','\x77','\xb1','\x8f','\x81','\x9e','\xb3','\xd9','\x37','\xd9','\x57','\xe7','\xe2','\x47','\xd4','\x95','\x3f','\x9b','\xdc','\x63','\xae','\x3b','\x15','\x9f','\xdc','\x7f','\xea','\x47','\x93','\x6a','\xdf','\x1a','\x35','\x75','\x2a','\x5d','\xce','\xab','\xa2','\x3e','\xed','\x74','\x7f','\x48','\xf7','\xb8','\xeb','\x40','\xd7','\xff','\xb4','\xf9','\x03','\x37','\x7e','\x26','\xee','\xde','\x6b','\x26','\x5c','\x18','\x7f','\xb3','\xd1','\x3b','\xbf','\xea','\x7d','\xb6','\xa7','\x9b','\xae','\x3b','\xf9','\xd9','\x97','\xff','\xce','\xe9','\x8e','\xe8','\x46','\xf7','\x70','\xd2','\x48','\x1a','\xdf','\xf2','\x9b','\xe3','\xbf','\x46','\x3d','\x1e','\x7d','\xa2','\x6f','\x9d','\x17','\xf7','\x3e','\xf7','\x5c','\xcd','\x5b','\xe7','\xb1','\xbe','\x8c','\x95','\xb1','\x72','\x4a','\x50','\x3f','\x5e','\xfd','\x2f','\xda','\xfe','\x53','\xeb','\xf6','\x75','\xef','\xfb','\xdc','\xa9','\x09','\x7d','\x5d','\x35','\x7e','\x6a','\x5d','\xd5','\xd2','\xad','\x53','\x5f','\x9d','\x10','\xad','\x23','\x1b','\x4f','\x4d','\x2a','\x9f','\x2b','\xea','\xa7','\xd6','\x4d','\xee','\x83','\xd6','\xe1','\xb7','\x7e','\x6a','\xd7','\xe9','\x64','\xb4','\x38','\x09','\xda','\x4d','\x51','\x9e','\x90','\x4f','\x9b','\x79','\x50','\x9b','\x2d','\x4c','\x29','\x0f','\x66','\x26','\x65','\x0a','\xac','\x2d','\xe8','\x7c','\x49','\x48','\x31','\x3b','\x21','\x99','\xa6','\xa5','\xf7','\xe0','\xff','\xfe','\xf3','\x6f','\x9b','\xf9','\x4a','\xa5','\xd3','\x32','\xeb','\xa0','\xbb','\x15','\x2c','\x97','\x4d','\x5d','\xa7','\xb4','\xb7','\x7e','\xe6','\x59','\xb9','\xf8','\x40','\x3b','\x23','\xfd','\x75','\x57','\x91','\x5f','\x93','\x99','\x6e','\x87','\x3d','\x3c','\x3f','\xdd','\x28','\xb2','\x75','\x36','\x3f','\x89','\xc8','\x89','\xda','\x8b','\xc7','\x58','\xf2','\x2a','\x1f','\x11','\x64','\x6f','\x2e','\x0f','\x00','\x1e','\x11','\xb5','\x8f','\x9a','\xbb','\x11','\x95','\x70','\x09','\x9b','\x76','\x73','\x66','\xce','\x14','\x1e','\x9e','\x6e','\xc5','\x04','\x5b','\xc4','\x2c','\x0e','\xd0','\x51','\x7d','\x93','\x49','\xf2','\xf8','\xfc','\x05','\xb9','\xab','\x44','\x36','\x56','\x8c','\x0d','\x0e','\x5a','\x1a','\x12','\xf1','\xb1','\x8c','\x09','\xdc','\x55','\x2f','\x29','\xa7','\xa4','\x61','\xc4','\xc8','\xb6','\x2d','\x66','\xd9','\xc3','\xf0','\x7b','\x8b','\xc0','\x3f','\xe8','\xe4','\x23','\x88','\x2f','\x5a','\x47','\xec','\x55','\x44','\xee','\xc4','\x2b','\x19','\x39','\x14','\x49','\x2d','\x91','\x05','\x7e','\x55','\x0c','\x34','\x98','\x01','\xb6','\x09','\xac','\x92','\xcd','\xdc','\x25','\x26','\x9e','\x2c','\xc8','\x03','\x60','\x6d','\x0e','\x80','\xfd','\x1e','\xe0','\xab','\x76','\xe4','\xee','\xe2','\x71','\x78','\xb2','\xe7','\xb5','\x2a','\x37','\x21','\x62','\x51','\xc4','\xc7','\x88','\x21','\x5e','\x6c','\x80','\xfe','\x18','\x20','\x98','\x8a','\xbd','\xef','\x61','\x7b','\xb0','\x11','\x3f','\xa9','\x64','\xc7','\x12','\xc9','\x7c','\x6a','\xc4','\x4a','\x65','\x53','\x89','\x91','\x44','\x22','\x9d','\xda','\x62','\x9a','\x89','\x54','\xa2','\xd4','\xc7','\x48','\xb0','\x4f','\x6f','\x72','\x5e','\xd2','\xcb','\x66','\x71','\xd2','\xef','\xc5','\x38','\x8c','\x6a','\xb5','\x4a','\x8b','\xdd','\xfa','\x80','\x99','\xcf','\x13','\x8a','\xe9','\xa4','\xc1','\x70','\x2f','\xd1','\xb2','\x5b','\x74','\x7c','\xb7','\xe2','\x54','\xdc','\x2a','\xad','\xf2','\x62','\x58','\x0f','\x9b','\x11','\x8c','\xff','\xe2','\x4a','\x09','\x77','\x9f','\x52','\xd4','\x72','\xb3','\x0e','\x70','\x9d','\x93','\x76','\xb7','\xc0','\x13','\x53','\x50','\x2f','\x80','\x0f','\xe3','\xc0','\x97','\xb5','\xd2','\x6c','\x39','\x51','\x2c','\xfb','\x56','\x85','\x57','\xd4','\x6a','\xad','\x3a','\x5b','\x7c','\x10','\x5e','\xa8','\xe4','\x6f','\x46','\x2c','\x16','\x19','\xc3','\x6f','\x8a','\xff','\x5c','\x98','\x99','\x18','\x83','\x3d','\x10','\xb3','\xf0','\xe6','\xf8','\xd0','\x5b','\xf3','\x17','\x93','\x9b','\x9e','\x20','\x4e','\x32','\x76','\xf7','\xc0','\x78','\xcd','\x47','\x79','\x2d','\xac','\x2f','\x51','\xc9','\x1f','\x13','\xb9','\xc6','\x86','\x57','\x2c','\xfc','\x39','\xf8','\xab','\xe0','\x5c','\x72','\xa1','\x7e','\x8a','\x67','\x76','\x0b','\xeb','\x87','\xc9','\x27','\x57','\x7c','\xc2','\x1c','\x30','\xbf','\xf8','\x5c','\xb2','\x90','\x34','\xbf','\xf8','\x58','\x42','\x7e','\x4f','\xfb','\xf1','\x44','\x13','\xac','\xea','\x75','\x53','\x31','\x44','\x7a','\x2d','\xae','\x99','\xc6','\x9b','\x91','\xad','\xf5','\xa4','\xf5','\x33','\x8e','\xde','\x99','\xdf','\x6c','\xf8','\xbe','\xae','\xe3','\x17','\xc4','\xba','\xa1','\x3a','\xb2','\x17','\x3c','\x03','\x6d','\x27','\xbc','\x31','\x86','\xa0','\x1f','\x74','\xc0','\x0f','\xf0','\x56','\xf2','\x05','\xcc','\x4d','\xe9','\x44','\xbc','\xa0','\x7d','\xb8','\x87','\x73','\x48','\x49','\x2a','\x29','\xd9','\x95','\x06','\x7d','\x2b','\x77','\x88','\x24','\xd1','\x33','\x4c','\x19','\x86','\x9b','\xd8','\x01','\x7e','\xeb','\xb0','\x31','\xe8','\xa7','\x4c','\xd7','\xb2','\x0c','\xcb','\x18','\x9e','\xb0','\x26','\x10','\x65','\xf8','\x90','\x9a','\x52','\xe5','\x95','\x18','\x5f','\x81','\xe5','\x60','\x4b','\x9b','\x23','\xc0','\x11','\x5b','\xac','\x61','\x0b','\xfe','\x51','\x8b','\x0e','\x33','\x0b','\x6c','\xa2','\x16','\xdc','\xff','\x01','\xbb','\xcb','\x64','\x03','\x6c','\xb4','\x6f','\x40','\x1d','\x50','\x47','\xd5','\x01','\x6e','\x4a','\xa6','\xe4','\xc2','\x2d','\xf6','\x37','\x40','\x03','\x17','\xb8','\xc2','\xf0','\x14','\x98','\x01','\xca','\x93','\xd3','\xc0','\xfb','\xf0','\xd3','\x21','\x79','\x50','\xec','\xbe','\x21','\xbe','\x33','\x70','\x32','\xf2','\xb3','\x3f','\x40','\x06','\x8c','\x51','\x73','\xc0','\x1a','\x38','\x00','\xdf','\x89','\x4d','\x02','\xdf','\x99','\x1d','\xd8','\x58','\xc0','\x79','\x4a','\xc8','\xed','\x0d','\xaf','\xb6','\xe0','\x36','\xc0','\x56','\x44','\x89','\xa0','\xe4','\x14','\xef','\xee','\xa2','\x3e','\xa5','\x17','\xee','\x2e','\x4c','\xbb','\x37','\x63','\x0b','\x0b','\xfb','\x04','\xfa','\x3f','\x5c','\x4c','\x15','\x53','\xa5','\x91','\x73','\xa9','\x63','\xa9','\xe2','\x08','\xfe','\x8c','\xbf','\xbd','\xbe','\x35','\x22','\x2d','\x09','\xf0','\x73','\x85','\x05','\xc9','\xdc','\x60','\x7e','\x1d','\xc0','\xf9','\x3d','\xa0','\x8d','\x6a','\x9b','\xd4','\x00','\x5f','\x19','\xed','\x03','\x3c','\x3b','\x0b','\xec','\x9f','\x85','\xe8','\xaa','\x78','\x0b','\xfa','\x14','\x93','\xca','\xa0','\x3f','\xac','\x25','\x19','\xd0','\xcd','\x4f','\x81','\xb9','\xbf','\x95','\x03','\x7d','\xc4','\xfe','\x4b','\x08','\x2c','\xb8','\xe1','\x22','\x50','\x5e','\x1b','\xd6','\x80','\xca','\x6c','\x04','\x69','\xb1','\xc7','\x9a','\x3c','\x14','\x4f','\x69','\xb2','\xd8','\xff','\x5a','\xc4','\x45','\xcc','\xb2','\xf8','\x1c','\xe4','\x23','\x24','\xd5','\xf8','\x6d','\x0b','\x5d','\xcc','\x31','\x3e','\x84','\x18','\x4f','\x3e','\x97','\x92','\x53','\x72','\xe3','\xd3','\x0f','\xe4','\x03','\xbc','\x33','\x22','\x45','\xe4','\x25','\xf8','\x8e','\x27','\xc5','\x09','\xd7','\x30','\xe2','\x1a','\x6b','\x88','\x05','\x0c','\xed','\xe8','\x3b','\xc4','\x52','\x13','\x52','\x56','\x26','\x0b','\xca','\xd9','\xdc','\xfc','\x47','\xfc','\x67','\xb8','\x43','\x51','\xf4','\x9f','\x25','\xb9','\x27','\xfd','\x94','\x96','\xd2','\xc4','\xa7','\x89','\xcf','\x4f','\x52','\x68','\x3f','\xc2','\x52','\x51','\xb4','\x8f','\x42','\x02','\x01','\x16','\xed','\xa3','\x56','\x76','\x6f','\xb1','\x7d','\xf7','\xc6','\xfa','\x6b','\x77','\x2c','\xc0','\x64','\xc6','\x0c','\x51','\x3e','\xe6','\x77','\x6c','\x9e','\xcb','\xe3','\x8c','\x0b','\x7e','\x12','\xbb','\x97','\x06','\x31','\x9f','\x9c','\x01','\x9e','\xb1','\xc7','\x38','\xe6','\x09','\x38','\xe4','\x0f','\xca','\x9f','\x90','\x1b','\x08','\xd3','\xc8','\x01','\x4d','\x7c','\xe5','\xa0','\xe5','\x41','\x2b','\xd9','\x82','\xf2','\xb9','\xf6','\x1f','\x9a','\x6b','\x37','\x7e','\x23','\xaa','\xed','\x1c','\x7e','\xb3','\xd4','\xc0','\xac','\x16','\xe5','\x37','\xe3','\x2b','\xe3','\xfe','\xdc','\x70','\x15','\xf1','\x6f','\x87','\xeb','\x98','\x9d','\x00','\x3e','\x59','\xf0','\x1e','\x2b','\xd8','\x3f','\x6b','\xe2','\x43','\x8b','\x12','\xa0','\xbf','\x3a','\x78','\x6f','\xaa','\x36','\xf8','\x57','\x23','\xc0','\xff','\x52','\x5c','\xd2','\x88','\x72','\x9b','\x37','\xed','\x1d','\xa5','\xdf','\x39','\x3f','\x53','\x2e','\x57','\xbe','\x55','\x9e','\x29','\x7f','\xab','\x0c','\xff','\xce','\xfe','\xd1','\x7b','\xae','\x4c','\xd0','\xc2','\x65','\x21','\x5f','\x48','\x57','\x21','\xe3','\x9b','\xad','\x08','\xbe','\xc5','\xfe','\xdf','\x1c','\xfe','\xf1','\x1f','\x79','\x39','\x51','\xaa','\x5c','\xb9','\x05','\xff','\xb8','\xaf','\x8e','\x98','\xc3','\xcd','\x5b','\xc9','\xad','\xf2','\x41','\x07','\xa8','\x83','\x86','\x5c','\xa7','\x39','\x44','\x33','\x14','\xfc','\x35','\x91','\xa4','\x29','\x65','\xf4','\x0f','\x62','\x7d','\x78','\x39','\x55','\x4d','\x55','\x07','\x5f','\x46','\xac','\x63','\xa9','\x2a','\x9b','\x0a','\xbd','\x91','\x55','\x68','\xd6','\x4d','\x98','\x59','\x5d','\xeb','\xe0','\xbf','\xbd','\x75','\x06','\xe0','\xf8','\x8d','\x80','\x25','\x93','\xf2','\x9e','\x04','\xfe','\x48','\x91','\x11','\x3f','\x45','\x52','\x3e','\x7e','\x6f','\x29','\xc8','\xbe','\x52','\x08','\xf0','\x9d','\xe7','\xf1','\x81','\x61','\x96','\x0a','\x7c','\xe0','\x27','\x1d','\xab','\xb4','\x08','\xe4','\x83','\x5b','\x37','\xbd','\xe0','\x6e','\x25','\xab','\xea','\xf7','\x90','\x5d','\xd3','\x47','\x05','\xca','\xe2','\xc6','\x69','\x05','\x2c','\xf5','\x7a','\x5f','\x30','\xea','\x38','\x13','\x10','\xf9','\x17','\xe7','\x08','\xa2','\x01','\x62','\x6f','\xe2','\x55','\xb4','\x56','\x71','\x8f','\x16','\xc6','\xb7','\x94','\x72','\x46','\x4a','\x29','\x9e','\xaa','\x8d','\xf0','\x41','\x35','\x35','\x0b','\xdf','\xb3','\x29','\x75','\xf1','\x2c','\x2c','\x9e','\x2c','\xcb','\x24','\x5b','\xb3','\x3b','\xbc','\x56','\x93','\xab','\x6d','\xac','\x83','\x7c','\xd0','\xd7','\x65','\x4b','\xf1','\x14','\x01','\xaf','\xca','\x70','\x7d','\x0d','\xf6','\x1d','\x14','\x05','\xf7','\x07','\x62','\x62','\xfd','\x9f','\xc7','\x77','\x61','\x2b','\x62','\x53','\xbd','\x4c','\x60','\x36','\x54','\xc3','\x1a','\x4f','\x50','\x81','\xbd','\xd2','\xad','\x68','\xaf','\x99','\x3d','\x86','\x75','\xb8','\x10','\xec','\xa0','\x05','\x28','\x04','\xbd','\x6c','\x2f','\x5c','\x15','\x71','\xde','\xdc','\x0b','\x77','\x67','\x80','\xdf','\x4d','\xae','\x66','\x63','\x91','\x58','\xa4','\x3f','\x72','\x08','\x64','\xc2','\x2f','\x22','\xc9','\x48','\x32','\x9d','\x2c','\x1d','\x52','\x2d','\x95','\xa4','\x48','\x01','\x66','\x00','\xbd','\x8e','\x18','\x67','\x91','\x58','\xf4','\x81','\x37','\x3e','\x45','\x3f','\x45','\xff','\x96','\x76','\x81','\xf5','\xf8','\x40','\xba','\xab','\x14','\x0b','\xe4','\x07','\xbd','\xc6','\xc1','\x94','\xe5','\x09','\x13','\xfa','\x49','\x5f','\xc5','\xbe','\xc2','\x3d','\x02','\xb4','\x96','\x4c','\x19','\xd6','\x2f','\x22','\xb0','\x57','\xa8','\x87','\x3b','\x78','\x22','\xff','\x41','\x1d','\xbd','\xa7','\x71','\x37','\xaf','\xf1','\x7e','\x7e','\x5d','\x0f','\xf3','\xb0','\x1e','\x73','\x1f','\x70','\x3e','\xe5','\x7e','\xca','\xf9','\x5b','\x17','\x9e','\xcf','\x1f','\x28','\xa9','\x3f','\x95','\xc6','\xe5','\x02','\xf2','\xff','\x55','\x3f','\xc8','\x76','\x87','\x1c','\x76','\x56','\x70','\xaf','\xc5','\xe6','\xf8','\x17','\xcf','\x0f','\x04','\x8e','\x10','\xf3','\x1e','\x70','\x3e','\xad','\xee','\x25','\x15','\x91','\xf1','\x17','\xfb','\xc7','\x50','\xbe','\x00','\x7f','\x07','\xb9','\xe1','\x98','\xdd','\x6b','\xef','\x2d','\x7f','\xaa','\xfc','\xfd','\x63','\x5a','\x51','\x7b','\xb1','\xf7','\x75','\xad','\xc4','\xbe','\x4e','\x72','\xe8','\xfd','\x9d','\xd7','\x06','\xeb','\x11','\x4f','\xb3','\x2f','\x1e','\xe8','\x7e','\x9a','\x35','\x30','\xf0','\x75','\xe5','\xac','\x72','\x3b','\xd0','\xbc','\x19','\x7f','\xae','\xa6','\x1f','\x3c','\x3f','\x92','\x4e','\xa5','\x5f','\x4d','\x0f','\x9e','\x4f','\xc1','\x37','\xfe','\xbc','\x38','\xad','\x7c','\x3f','\x38','\xbf','\xa0','\x24','\xac','\xb0','\x62','\x2f','\xf9','\x0b','\x0e','\xef','\x17','\xb6','\xc3','\x03','\x72','\x97','\x1c','\x13','\x12','\x3e','\x54','\xaf','\x83','\x8a','\x11','\xab','\x1b','\xb0','\xe6','\x0c','\xf2','\xb3','\x2c','\xa5','\x26','\x0f','\x5a','\xd5','\x43','\x5a','\x2a','\xd8','\x9f','\x01','\xf9','\x7f','\xbd','\x11','\xaf','\xde','\x9b','\xfb','\x14','\xff','\xb4','\xfa','\xb7','\x6a','\x57','\xba','\x4b','\x7a','\x60','\x56','\x93','\x18','\xae','\x1f','\x78','\x7e','\xd3','\x27','\x90','\xd4','\xfc','\x07','\xe4','\x4f','\xf9','\x9f','\x6a','\xa0','\x93','\xf4','\x12','\xcd','\x8b','\xe1','\xfc','\x9e','\xdb','\x1f','\x37','\x70','\x06','\x7b','\x67','\x3d','\x81','\xc1','\x6e','\x1d','\x2a','\x24','\x09','\xc6','\x63','\xcf','\x9f','\x1f','\x18','\xc6','\x70','\x6e','\x90','\xbf','\x2a','\xa5','\xc6','\xa1','\xfd','\x2a','\xb4','\x3f','\x38','\x3f','\x00','\xf9','\x70','\x5d','\x60','\x01','\x21','\xae','\xfd','\x5e','\xf2','\x29','\xff','\x6f','\x05','\xca','\x36','\x8c','\x8f','\xdd','\x18','\x1f','\x6c','\xdf','\xc5','\xb0','\xd6','\xc9','\x55','\x69','\x74','\xee','\xfd','\xa2','\x87','\x28','\x3f','\x0b','\xc4','\xf4','\x2d','\x91','\x91','\xd0','\xef','\x65','\x9f','\xe2','\x7b','\x8d','\x4a','\x4e','\xe3','\x5d','\xb4','\x8f','\x6a','\x34','\x86','\xfa','\x83','\x22','\x29','\xff','\x7e','\x4a','\x83','\xd9','\xd0','\xdf','\xf7','\x84','\x72','\xce','\xda','\x61','\x81','\x9d','\x3e','\x35','\x64','\x3f','\x01','\x76','\xb0','\x40','\x37','\x0f','\xce','\x2f','\xa4','\x30','\xc7','\x1d','\xe4','\x4f','\x65','\x3f','\xa5','\xfd','\xad','\xd6','\xc5','\xbb','\xd2','\x0f','\x38','\xab','\x2d','\x75','\xaf','\x9c','\xc0','\xf2','\xab','\x88','\x6f','\xc0','\xfa','\xfd','\x43','\x20','\xd9','\x7f','\xc1','\x2d','\x29','\x55','\x83','\xf9','\x53','\x4b','\xcd','\xad','\xaf','\xd7','\xfc','\x18','\x50','\xff','\x41','\xd4','\x22','\xcd','\xb3','\x0c','\x57','\x79','\xab','\x0e','\xda','\xa5','\x12','\xd2','\x25','\x3a','\x26','\x34','\xdc','\x55','\xd3','\x98','\x6e','\xe5','\x1b','\xa0','\xdb','\x64','\xb1','\xa5','\x46','\xd6','\xff','\x9e','\xa9','\x9a','\x7d','\xae','\x6a','\xce','\xe7','\x3f','\xef','\x1b','\x8e','\x5b','\x7d','\x30','\x67','\x6e','\x19','\x7f','\xe0','\x32','\x5f','\x20','\xf4','\x74','\xf2','\x5e','\x32','\x4f','\x7f','\xe8','\xbd','\xcf','\x50','\xbe','\x35','\xca','\x41','\xcb','\xf4','\xa1','\xfd','\xfe','\x5e','\xf5','\x07','\x1c','\xac','\x1c','\xfe','\x80','\xa2','\x79','\xc2','\xbf','\xb5','\xc1','\xbf','\x9d','\xbc','\x5f','\xe0','\xd3','\xff','\x42','\xe0','\xd3','\x0f','\x8a','\x4c','\x09','\x88','\x4f','\x4f','\xd8','\x6d','\x95','\xe9','\xaa','\x5a','\xc2','\xdd','\x8e','\x2f','\xce','\xbc','\x21','\xe1','\x2e','\x0c','\x5a','\xca','\x4f','\x28','\x43','\xf4','\xf6','\x80','\xbf','\xf1','\xd4','\x47','\x55','\x6b','\x09','\x15','\xe6','\xd7','\x13','\xaf','\x42','\xbf','\x85','\x7c','\x17','\xf8','\xfd','\x2d','\x12','\xb4','\xc0','\x0b','\x4e','\x35','\xc4','\xfc','\x70','\x7e','\x51','\xb2','\x8a','\xb0','\x82','\x14','\x87','\xcf','\x0d','\x8e','\x93','\x67','\x43','\x93','\xc1','\xf9','\x0c','\xfa','\x10','\x36','\xe6','\x5f','\x5d','\xf0','\xa7','\xf6','\x00','\xdc','\xc8','\x9f','\x12','\x91','\x4e','\x5d','\x93','\x54','\x27','\x76','\xd6','\xe8','\x1b','\x69','\x1b','\x7c','\xf5','\x7f','\xe8','\x49','\x7d','\xeb','\x3b','\x49','\x7d','\xa4','\x9a','\xda','\x21','\x3f','\x44','\x72','\xef','\xcd','\x1f','\xb4','\xb1','\x7e','\xa6','\xe5','\xf6','\xe9','\x0e','\xba','\x8f','\xde','\x3e','\xad','\xd0','\x90','\x16','\x3a','\x38','\xbb','\x43','\xfd','\x17','\xe8','\x9f','\x33','\xf2','\x2f','\xc0','\xdf','\x93','\x22','\x97','\xc0','\x81','\xe1','\x6a','\x52','\x93','\x40','\x83','\x08','\x32','\xb4','\x5e','\x95','\x5b','\xc5','\xa9','\x23','\xe2','\x0b','\x3d','\x43','\x02','\xf4','\xf0','\x00','\xdf','\x98','\xa1','\xff','\x99','\x5c','\x97','\x3f','\x30','\x83','\x88','\xb8','\xf7','\x5d','\xcc','\x68','\xcf','\x20','\x37','\x5e','\x14','\x08','\xb9','\x51','\x8a','\xd0','\xe7','\xbd','\x9d','\x53','\xb3','\x0c','\x23','\xd3','\x54','\xf6','\x11','\xbe','\x9f','\xd5','\xa8','\x88','\xfe','\x6d','\x53','\xc7','\x3b','\x57','\xab','\x11','\x81','\x6f','\x00','\x72','\xbe','\x5f','\xee','\x97','\x83','\xdd','\xd1','\x60','\xff','\x19','\xe3','\xeb','\x07','\xa0','\x77','\x22','\x7f','\x49','\xae','\xce','\x5b','\x8d','\xb0','\x11','\x11','\xf8','\xce','\x65','\x11','\xaf','\xdc','\xc4','\x77','\x16','\x19','\x1a','\x19','\x0c','\xb7','\xc0','\xb1','\xbb','\xbf','\xfc','\xf0','\x64','\x69','\x32','\xfa','\x0a','\xf5','\xc2','\x5e','\xc4','\x43','\xfc','\x4a','\x26','\xf2','\x9b','\xd6','\x8d','\x0f','\x88','\x28','\xf9','\x0d','\x7e','\xc6','\x7c','\x66','\x2e','\xbf','\x69','\xd4','\x0c','\xe7','\x31','\x43','\xdc','\x52','\xff','\x6a','\x23','\x32','\x12','\xf1','\x19','\x9f','\x69','\x22','\x4b','\x0b','\xfc','\x49','\x26','\xb0','\xdc','\xa0','\x1c','\x56','\xa3','\x0e','\xfa','\x31','\x6e','\xb3','\x92','\x1a','\x5e','\x80','\xcf','\xd9','\x2f','\xf0','\x1b','\xaf','\x46','\x97','\x96','\xc3','\xd1','\x35','\xe7','\xee','\xd1','\x3e','\xb3','\xa5','\x1a','\xc4','\xa6','\x35','\xf0','\x1b','\x99','\xc0','\xc7','\xba','\xea','\xb7','\xc2','\x0c','\xed','\xf0','\x3e','\x6a','\xa6','\x13','\xc5','\x7a','\x78','\x01','\x3e','\x6f','\x10','\x3d','\x71','\xad','\x2e','\x3c','\xbb','\x95','\x8f','\xd4','\x3f','\x43','\x7f','\xc4','\x03','\x9f','\xc2','\xc0','\x43','\x5c','\xa0','\x81','\x15','\x46','\x87','\xbb','\xec','\x2e','\xeb','\x13','\x7b','\x9b','\x99','\x31','\x62','\x4a','\x97','\xd5','\x05','\x23','\x7d','\x18','\x14','\x38','\xf4','\xd0','\x9a','\x4d','\x7f','\xe0','\x3c','\x8e','\x13','\xe2','\x53','\x3d','\x73','\x53','\x7e','\x71','\xa3','\xd8','\xe9','\xab','\xe5','\x6b','\x7e','\xa4','\xbc','\x14','\x24','\xc4','\x47','\xfc','\x7d','\xe4','\x44','\xc3','\x37','\x9c','\x15','\x45','\x14','\xa8','\x40','\xb1','\xba','\xfa','\x66','\xab','\x13','\x7e','\xb3','\xc3','\x83','\xfe','\x79','\xb0','\x12','\x21','\xe2','\x5b','\x19','\x5a','\x57','\xa1','\xaf','\x90','\x86','\x07','\x63','\x73','\xc7','\x1c','\x57','\x2f','\x18','\x2b','\x6d','\xd7','\x8c','\x15','\x05','\x33','\xb3','\xfd','\xd6','\xf3','\x83','\xb9','\xf2','\x8b','\x96','\x66','\x44','\x0d','\x25','\xa8','\xdd','\xd0','\xae','\x1a','\x76','\xc6','\x42','\x7c','\x44','\x85','\xa2','\xc7','\x12','\xae','\x4f','\xd7','\xa3','\xe1','\x37','\x02','\x04','\xe0','\x0c','\x3d','\x1a','\x69','\xa0','\xbf','\x62','\xf8','\x2e','\x9b','\x66','\x0d','\x04','\x45','\x81','\x30','\x8f','\x3b','\xe4','\x45','\xbb','\x89','\xdf','\xa7','\x90','\x3b','\xf9','\xbb','\xc2','\x87','\xb7','\x81','\x20','\x2b','\x0b','\x04','\x2c','\xd2','\xc4','\xaf','\x56','\xec','\x15','\xd6','\xb4','\xd5','\xcc','\xe0','\xd9','\xe3','\xdf','\x67','\x66','\xcc','\x8c','\x7e','\x74','\x6e','\xfc','\x83','\xe7','\x37','\x11','\xe8','\xef','\xf1','\x11','\x19','\x17','\x11','\xea','\x1a','\xe8','\x91','\x0c','\x9e','\xef','\xbf','\x2b','\x07','\x08','\x5d','\x94','\x6c','\x20','\x1f','\xf5','\x1d','\xb6','\x00','\x81','\x18','\xac','\xcf','\x3b','\xb5','\xe9','\x4a','\x80','\x90','\x3b','\x87','\xf0','\x2e','\x1f','\x9d','\xc3','\x57','\x54','\xbc','\x15','\xde','\xbf','\x8b','\xf5','\xcb','\x07','\x3e','\xda','\xe0','\xad','\xaf','\x23','\x82','\xfb','\x37','\xe7','\xf0','\x03','\xf1','\xfd','\xff','\xce','\x03','\x94','\xde','\x39','\x04','\xd7','\x46','\x7d','\xe4','\x42','\xf1','\x7e','\x9c','\x51','\x07','\x05','\x82','\x9c','\x7c','\xdf','\x41','\x81','\x70','\x7a','\x50','\x20','\xe8','\x47','\xa3','\x4a','\x60','\x11','\x22','\x57','\xac','\x39','\xab','\x59','\x6b','\xce','\x06','\x3b','\x04','\x01','\xca','\x6b','\x2b','\xfb','\xfc','\x8a','\xf7','\x2f','\x0f','\x66','\x59','\x98','\x76','\x2a','\xca','\xca','\x3b','\xa7','\xa6','\xcd','\xb0','\x06','\xed','\x63','\xc8','\x3f','\x1f','\x6d','\x20','\x58','\x63','\xfe','\x44','\xd1','\x7e','\x2c','\x57','\xc3','\x11','\x5a','\x06','\xfa','\xb1','\x7b','\x7e','\x75','\x9f','\x94','\x91','\x32','\xbf','\x3a','\x2a','\xe6','\x3f','\x7a','\x66','\x07','\xf9','\x70','\x6e','\x9f','\xc2','\x33','\x2b','\x4b','\xdb','\x7a','\xd1','\x90','\x77','\xfd','\xfe','\x26','\x7c','\xaf','\xa0','\xfd','\xbe','\x40','\xb8','\xf4','\xee','\x31','\xef','\x4f','\x38','\xf5','\x21','\xaf','\x34','\xc7','\xff','\x8a','\x81','\xfd','\x8f','\x48','\x02','\x21','\x5c','\xeb','\xb1','\x37','\x78','\x19','\x39','\x3d','\x5b','\x9c','\xc3','\x47','\x6c','\xd2','\x27','\x40','\xd0','\x83','\xf6','\xf9','\x36','\x22','\xe8','\x25','\xa8','\x16','\x99','\x44','\x84','\x5a','\x31','\xfe','\xd8','\x12','\x7a','\xdd','\x09','\x6f','\xb8','\xcf','\xf9','\x68','\x3e','\x63','\x0f','\xb9','\x47','\x8b','\x61','\x1a','\xe1','\x88','\xef','\x4e','\x58','\x07','\xfb','\x02','\x47','\x9f','\xd0','\xd9','\xda','\xf2','\x06','\x42','\xda','\xd0','\xc1','\xa3','\x4e','\xf8','\x60','\x70','\xd6','\x0c','\xe3','\xd7','\xfb','\x2e','\x22','\x19','\x52','\x3f','\xba','\x94','\xdf','\x4b','\x3f','\x3e','\xfd','\xb0','\x93','\x76','\x4a','\xe7','\x96','\xee','\x8b','\xa6','\x3a','\x9e','\x5d','\xaa','\xd2','\xbe','\xdf','\x9d','\xc6','\xb3','\xed','\xce','\x7a','\x1d','\x66','\x6a','\x0f','\xf9','\x6c','\x7d','\xb7','\xf2','\x3d','\xa0','\x66','\x67','\xbd','\xcb','\xec','\x8a','\xeb','\xb3','\x14','\xf3','\x69','\xca','\x6b','\x4e','\xb2','\x09','\x7e','\x4a','\x9d','\xfc','\xd8','\x7f','\xdd','\x5f','\xfb','\x74','\x6d','\xe2','\xbf','\xae','\x9e','\x54','\x4f','\xad','\x99','\x50','\x27','\x57','\x67','\x31','\x1a','\x11','\xf3','\xaf','\xa9','\xd5','\x6b','\x2f','\xc7','\xe8','\xc7','\xfc','\xcf','\xd0','\xbf','\xf0','\xbf','\xdb','\xc8','\xbf','\xf6','\x61','\x2b','\x76','\x44','\x64','\x14','\xe2','\x96','\x5a','\x8c','\xae','\xab','\xa3','\xbd','\x82','\x28','\xe0','\x0c','\xc7','\x07','\x4f','\xd6','\x41','\x7f','\x9d','\x2f','\xd7','\x75','\x94','\xdd','\x01','\x96','\xcd','\x0d','\x81','\x00','\x84','\x3a','\xe1','\x7c','\x39','\x7a','\x92','\x47','\xea','\xaa','\xe5','\x82','\x79','\x1c','\xb5','\x54','\x2f','\xeb','\xc5','\x74','\xcc','\x9c','\x1e','\x94','\x97','\xa2','\xb8','\x8f','\x04','\x32','\x05','\xb8','\x20','\x0e','\x6b','\x82','\xea','\x69','\x42','\x96','\xcc','\xd7','\x97','\x0d','\xd3','\xd2','\x6c','\x6d','\x77','\xbb','\xb1','\x7e','\xf7','\xd9','\xb4','\x92','\xa2','\x09','\xd6','\x67','\x90','\xf9','\xf2','\x8d','\x75','\x19','\xe6','\xaf','\x1c','\x9c','\x73','\x81','\xc0','\xb5','\x94','\x6f','\xc0','\xfa','\xda','\x2c','\x3f','\x1a','\x6d','\xfa','\x01','\x36','\x33','\x04','\x35','\xf3','\xe3','\xcc','\xd7','\x87','\xff','\x29','\xd2','\x22','\x66','\x1e','\xd9','\x7a','\x31','\xe0','\x15','\xa3','\x1d','\x4b','\x93','\xea','\xb7','\xce','\x35','\x71','\x6a','\x22','\xc5','\x39','\x6b','\x62','\x56','\xca','\x87','\x78','\xb3','\x76','\xa8','\x9e','\x25','\xaa','\x12','\xa6','\x48','\x9b','\xfe','\xc6','\x7e','\x4a','\x43','\xde','\x88','\xb7','\xa3','\xfc','\xb9','\xc1','\xf1','\x7f','\xc2','\xc2','\xaa','\x43','\x0a','\xdd','\x76','\x7a','\x78','\x43','\xb3','\x7e','\x1f','\xac','\x3e','\x7d','\x7d','\xa0','\x33','\x54','\x14','\x91','\x81','\x6c','\x25','\x66','\x58','\x33','\xcd','\x7c','\x50','\xfe','\x6c','\x74','\x03','\xd0','\xa2','\xb7','\x91','\x75','\xa8','\x1b','\x64','\x2b','\xdc','\xf1','\xee','\x4d','\xf7','\xe4','\x9b','\xcf','\x3f','\x34','\x9d','\x2a','\xda','\xbb','\x3f','\x79','\xec','\xe1','\x96','\xe4','\x74','\xca','\xf8','\x6c','\xdd','\x11','\xf1','\x48','\x9b','\x7d','\x8c','\xbf','\x59','\xc7','\xe3','\x91','\x68','\x7b','\x88','\xc1','\x48','\xe7','\x62','\xe6','\xea','\x7d','\xb1','\x1f','\xc3','\x5d','\x59','\x5d','\xb1','\x8d','\x6f','\xf0','\xf9','\xfe','\x05','\x67','\xc4','\x0b','\x6d','\x1b','\xb4','\x0b','\x9a','\xed','\x6b','\x37','\x0e','\xb8','\xd4','\xc8','\x00','\x87','\x87','\x9d','\xeb','\x32','\x22','\xf1','\x3e','\x9c','\x2a','\xcd','\x46','\x5a','\xa8','\x18','\xef','\x2c','\x08','\x6a','\x19','\xac','\x7b','\x8c','\xf6','\xc3','\xf4','\xf4','\x4b','\x40','\x66','\x05','\xfe','\x11','\x54','\x51','\x7a','\x5b','\xa7','\x82','\x72','\xb4','\xff','\x6f','\x2d','\x67','\x41','\xf6','\x6f','\x2f','\xa4','\xb4','\xca','\xe3','\xf2','\x7f','\x9e','\x45','\x4b','\x11','\x73','\x58','\xdc','\xa9','\xbc','\xa5','\x24','\x74','\x99','\x42','\xfd','\x15','\x4a','\x50','\xbf','\xd7','\x9c','\x12','\xcf','\xef','\xeb','\x9e','\x82','\xfa','\xaa','\x81','\x10','\x29','\x2b','\xe7','\xde','\xdf','\x27','\x0b','\xbf','\x02','\x11','\x57','\x25','\xdf','\x2e','\xbf','\xdb','\xf0','\xbf','\x11','\x08','\x74','\xa0','\xc1','\x87','\xa4','\x36','\x19','\x54','\x59','\x92','\x04','\x5b','\xd7','\x86','\x6b','\x05','\x9b','\x62','\x06','\xe8','\xc7','\x50','\x9f','\x82','\x7d','\x87','\x9e','\x08','\x04','\x33','\x57','\x69','\xa6','\x6e','\xe9','\xd6','\x12','\x3a','\x4d','\xfb','\x85','\x76','\x4a','\x49','\x2b','\x87','\x72','\x60','\x7a','\x59','\x64','\xb6','\xd2','\x0a','\xba','\xaf','\x17','\x96','\x14','\xa6','\x0b','\x46','\x81','\xf8','\xa4','\xc0','\x1a','\xd9','\x1f','\x43','\x5c','\x91','\xbc','\x9c','\xe7','\x27','\xc1','\x6e','\xd8','\x06','\xab','\xf0','\x0a','\x7b','\xca','\xeb','\x07','\xfd','\x99','\xb1','\x20','\xbb','\x32','\x61','\xad','\xfe','\x53','\xda','\x53','\xc2','\x92','\xb5','\x0f','\xd8','\xd5','\x3b','\x35','\xe1','\x61','\xc5','\x58','\x90','\x9d','\x02','\x5a','\xda','\xea','\x7b','\xb9','\xa7','\x38','\x68','\xef','\xea','\x50','\x7a','\x48','\xba','\x73','\x76','\x4a','\x32','\x40','\xff','\xc4','\xf7','\xb7','\x92','\x31','\x37','\xe4','\x2c','\x76','\x06','\xdc','\x01','\x3c','\x37','\x71','\xbb','\xe9','\xed','\xf4','\x5d','\x37','\x41','\x25','\x2a','\x0b','\x4f','\xc0','\x8d','\x59','\xbd','\x38','\xa0','\xe4','\xd1','\xfb','\x78','\x4a','\x62','\x6d','\x40','\xe9','\x16','\xd6','\x0a','\x4a','\x0c','\x5b','\x29','\xf2','\x83','\x42','\xb9','\x55','\x7c','\x06','\x9e','\x84','\x99','\xb7','\x12','\x56','\xc1','\x13','\xb9','\xb7','\x14','\x53','\x41','\x94','\xb0','\xf9','\xfa','\x39','\x58','\x49','\x57','\x09','\x3d','\x08','\x2e','\xd4','\x81','\x94','\x84','\x9c','\x97','\x16','\x94','\x93','\x05','\xe7','\xea','\x30','\xf1','\xf1','\x5a','\xc5','\x9b','\xcf','\xff','\x0a','\x3c','\x9f','\xba','\x59','\x33','\xd2','\xb8','\x30','\xbe','\x28','\xe5','\x16','\x44','\xfe','\xf1','\x55','\x50','\x5f','\xf3','\x06','\x94','\xc3','\x24','\xd4','\xc8','\xd4','\x21','\x06','\x4d','\xcc','\xef','\xf9','\xe7','\xe3','\x9a','\xb8','\xd1','\xef','\x27','\x87','\xe7','\xf6','\x12','\x85','\x6f','\xc2','\xdc','\xf3','\x03','\x2b','\x95','\x28','\xcd','\xd9','\xdb','\xd8','\x7f','\x5d','\xf0','\xfe','\xd6','\x7a','\x52','\xa0','\x3a','\x2f','\xd6','\x5b','\xe9','\xe7','\x9b','\x1a','\xe0','\x5c','\xf9','\xc2','\x2c','\x2d','\x88','\x10','\x3c','\xb7','\x7f','\xdc','\x78','\xbf','\x47','\xde','\xd7','\xfe','\x6d','\xd4','\x86','\x35','\x49','\xec','\xe3','\x63','\xbc','\xc8','\x9a','\x3a','\x7e','\xae','\x13','\x16','\xcd','\xfc','\xf3','\x6f','\x2a','\x9f','\x60','\xc5','\x5b','\xcb','\x85','\xd7','\xc4','\x9c','\x74','\x6c','\x20','\xa4','\x31','\xb6','\x60','\x74','\x98','\xb2','\xeb','\x6c','\xd1','\x5a','\x75','\x96','\x8a','\x3b','\x90','\xaf','\x0b','\x9e','\x3f','\x0d','\xd2','\x92','\x82','\xb6','\x05','\x8a','\x2b','\xe6','\xf4','\x41','\x39','\x7c','\x7a','\x41','\xfb','\xf3','\x8d','\x36','\x07','\x3b','\xe3','\xcd','\x5c','\x73','\xf3','\xf5','\x51','\xe3','\x68','\xca','\x26','\x19','\xa3','\x7a','\x12','\x2c','\x71','\xba','\x6f','\xae','\x7f','\x1d','\x4f','\x4e','\x61','\xa4','\x8f','\x3a','\x3c','\x62','\xb4','\x19','\x6b','\x41','\x97','\xd0','\xc9','\x66','\x8c','\x2f','\x59','\x30','\xfe','\x0b','\xb3','\xdc','\xdd','\x3c','\x7e','\x4d','\xfa','\xa2','\x0e','\x86','\xfb','\xd6','\x37','\xe1','\xc3','\x36','\xea','\x7f','\xe7','\xa6','\x7d','\x13','\x28','\x17','\xf9','\xd7','\x16','\xd0','\x1f','\xb3','\xea','\x71','\xcc','\x92','\xe2','\xb8','\xc5','\x9b','\x74','\xe8','\xc6','\xf8','\xc2','\x4f','\x5a','\x56','\x03','\x1b','\xe3','\x6f','\x71','\x1d','\x60','\x30','\x89','\x1b','\xf9','\xc1','\x1b','\xed','\x2b','\xce','\x65','\x48','\xb3','\x54','\x5b','\xd5','\x52','\x8e','\xf9','\xf4','\x61','\xf9','\x66','\xfa','\x07','\xda','\x7c','\xd0','\xc6','\xaf','\x14','\x6e','\xe6','\x2f','\x5c','\xd1','\xaf','\x09','\x4d','\x68','\x45','\x7d','\x5a','\xac','\xef','\x76','\x1d','\xec','\xde','\x26','\xf5','\xb1','\xc7','\x02','\x49','\x7d','\xdd','\xa5','\x4e','\x8c','\x8f','\xd6','\x63','\xb7','\xf0','\xef','\x77','\xea','\x54','\x59','\x25','\x6e','\x68','\xc3','\xd3','\x7d','\xd3','\x2c','\xbf','\x3a','\xbf','\x21','\xcb','\xe6','\xb8','\x13','\x91','\x85','\x38','\x8b','\xf8','\x91','\xca','\xca','\xca','\x95','\x4a','\xe4','\xa5','\x48','\x35','\x8d','\xbe','\x68','\xf3','\xd4','\xe3','\x86','\xe4','\x69','\xb8','\xe7','\xda','\xcc','\x4d','\x8b','\x2b','\xce','\xfc','\xf3','\x9f','\x96','\x23','\x5a','\x4c','\xdb','\x09','\xe6','\xef','\x46','\x4d','\x60','\xb7','\xcb','\x1b','\xa3','\xa0','\x25','\x37','\xea','\xff','\xa9','\x7d','\xf4','\x66','\x39','\xee','\xdb','\x63','\x8c','\x40','\x80','\xb2','\xd6','\x2f','\x7d','\x67','\x26','\xc8','\x2f','\x32','\x37','\xfe','\xfe','\x98','\x58','\xbf','\x16','\xec','\xb6','\x2b','\x22','\xff','\xfc','\x82','\xf9','\xb1','\x6a','\x9a','\xb1','\x5d','\x8d','\xf2','\x55','\x8d','\xf2','\x66','\xfd','\x3e','\xf4','\x0c','\x2d','\xf7','\x79','\x6a','\x4e','\xf5','\xfb','\x2a','\x6a','\x45','\xad','\xaa','\xc5','\x54','\xb5','\xf0','\xf3','\x05','\xfc','\xeb','\xe3','\x29','\x23','\xcb','\x69','\x45','\xad','\x18','\xaf','\xde','\x63','\xaa','\x4c','\xa3','\x1b','\xc5','\x39','\x73','\x96','\x0f','\xd1','\x71','\x65','\x61','\x26','\xbc','\xf9','\xdd','\xce','\xe6','\xf3','\x5b','\x91','\xe3','\x41','\x3f','\x19','\x22','\x47','\xeb','\x11','\x81','\x18','\x25','\x70','\xd9','\xdb','\xe7','\x9e','\xaf','\xab','\x4c','\xed','\xbb','\x91','\x50','\xcb','\x01','\x06','\xa5','\xaa','\xf7','\xe9','\xaa','\x49','\xf2','\x73','\xed','\xd7','\x81','\x6e','\x60','\xc7','\xae','\xab','\x30','\x6d','\x5d','\x55','\x3f','\xa6','\x97','\xb6','\xd6','\x8c','\x4d','\xb9','\x3c','\x33','\xfa','\xa0','\xb6','\x47','\x6e','\x9f','\xa2','\x6c','\xd5','\x69','\x62','\xdc','\xe0','\x2d','\xe4','\xe3','\x8a','\xfc','\xe3','\x0f','\x9e','\xde','\x33','\xd1','\x7e','\xec','\x0b','\xcd','\xf9','\x6f','\xe1','\xb9','\x53','\x80','\x30','\x1e','\xf8','\x8b','\xa0','\x8f','\x13','\x26','\x60','\x0f','\xea','\x17','\x49','\x67','\xb0','\x4b','\xef','\x8f','\x6a','\xfd','\xda','\x28','\x22','\x25','\xae','\x1f','\xd5','\x4d','\x94','\xef','\x8d','\xf6','\x37','\x51','\xee','\x02','\xdf','\x28','\xd9','\x53','\xec','\x0d','\xec','\xbf','\x77','\xb4','\xb7','\x2c','\x2c','\xc7','\xd5','\x17','\xcb','\xe1','\x3d','\x0b','\xca','\xf1','\xf9','\x79','\xb1','\x3a','\x77','\x7a','\x81','\x17','\x17','\x2b','\xf4','\x1d','\x83','\xe5','\xab','\xb0','\xba','\xb0','\xc1','\x9d','\xa7','\x6f','\xd0','\x42','\xcd','\x0a','\x6c','\x9c','\xa6','\x7e','\xdb','\x94','\x2f','\x8a','\x91','\x75','\x35','\xe3','\x86','\x4b','\xe4','\xac','\x9b','\x30','\x1a','\x77','\x62','\x53','\x1f','\xcb','\xf5','\xf1','\x24','\xfd','\xd9','\x5c','\xd4','\xd7','\xad','\xeb','\x7f','\xb3','\x7d','\x88','\x72','\xc4','\x79','\x0c','\xfa','\xd3','\xeb','\x77','\x89','\x78','\x12','\xd3','\x76','\xbc','\xa7','\xe6','\xe5','\xa3','\x3c','\xa6','\x24','\xe9','\xe3','\xbb','\x93','\xf0','\xdd','\x4f','\x1f','\xdf','\x93','\x91','\x1f','\x57','\x06','\x68','\x7e','\xf7','\xfc','\xfc','\x69','\x7a','\xd1','\xb4','\x32','\xd4','\xfc','\x9b','\x19','\x76','\x9b','\xe5','\x9d','\xd3','\xcb','\x28','\x9d','\xba','\x6d','\xc5','\x01','\xe1','\x7b','\x1e','\x9e','\xc6','\x11','\xd6','\x8d','\xcd','\xbc','\xd9','\xfe','\x0f','\x4c','\x1b','\xc5','\x78','\x39','\x52','\xfa','\x62','\x24','\x62','\x47','\xd9','\x02','\x7c','\xd6','\x05','\xcf','\x7f','\x3f','\xfd','\x2a','\xa0','\xdf','\x8d','\x46','\x8c','\x21','\xf4','\x0f','\xe5','\x2c','\xac','\x33','\x44','\x4e','\x6a','\x85','\x32','\x98','\x6f','\xa2','\xff','\xdf','\x99','\x6e','\xda','\x8e','\xef','\xed','\x3f','\xd6','\x2f','\x34','\xc6','\x3e','\xb4','\xd0','\x9b','\x4a','\x9c','\xa3','\xce','\xf1','\xbf','\xab','\x50','\xab','\x98','\xe5','\x51','\x5d','\x4b','\x6d','\x3a','\x32','\x9f','\x23','\xb2','\xf9','\xfe','\xe6','\xd8','\x2c','\xcc','\x86','\x27','\xf2','\x4f','\x8b','\xfa','\xdf','\xa9','\x33','\x36','\xc6','\x2b','\xde','\xda','\x19','\xf4','\x44','\x08','\xee','\xcd','\x75','\x53','\xf9','\x6a','\x7d','\x6e','\x7c','\x1a','\xb3','\xb2','\xcb','\x7a','\x60','\x38','\x68','\xc1','\x03','\xc3','\x5d','\xd6','\x80','\x85','\xf5','\xed','\xe2','\x53','\x4a','\xe0','\x4f','\xff','\x17','\xbf','\x24','\x04','\x75','\x53','\xb1','\xd7','\x2d','\x62','\x56','\x82','\xfa','\x37','\x1a','\x31','\x70','\xa0','\xfb','\x4a','\x1b','\xc5','\xbb','\x09','\x1d','\xf5','\xcd','\xa2','\xdb','\x33','\x47','\x3f','\x18','\xd3','\x8d','\x7d','\x31','\x63','\xa3','\xad','\x79','\x1b','\x95','\xe6','\x19','\x1a','\xce','\xbf','\x60','\x7e','\x8c','\xb1','\x24','\xbb','\x71','\x2a','\x69','\x8e','\x55','\xe2','\x5a','\x9f','\xc8','\x90','\xab','\xea','\x2b','\xcc','\x3d','\xf9','\x39','\xfe','\xc8','\x85','\x39','\xf7','\x62','\x9c','\x79','\xbd','\xb8','\xff','\x0a','\xf7','\x00','\x07','\xfe','\x90','\xe7','\xcb','\xd7','\xb8','\x33','\x95','\xae','\xca','\x7f','\x72','\x98','\xf7','\x3b','\x3f','\xc8','\xef','\xfd','\x03','\xdf','\x94','\x83','\xe7','\xe7','\xd8','\x03','\x9a','\x56','\xed','\xf2','\x7b','\x31','\x56','\xdc','\x7b','\x40','\x5b','\x5d','\xd3','\x0e','\x98','\xd5','\x8c','\x36','\xbe','\x27','\x28','\x3f','\xac','\xf5','\x42','\xa9','\x66','\x3c','\x00','\xa5','\x5d','\x66','\xdf','\xb8','\x36','\xad','\x69','\x03','\xbe','\x53','\x7d','\x6a','\xef','\xdc','\xfa','\x99','\xe3','\xf5','\xb0','\x92','\xc5','\xfc','\x66','\xbe','\x5b','\xa0','\x98','\xc9','\xcd','\x2f','\x5a','\xb4','\x10','\xd4','\x3f','\xca','\xc2','\x7a','\xbc','\x72','\x03','\x24','\xf0','\x17','\x2a','\x11','\xed','\x0b','\xd5','\x88','\xfe','\x85','\x52','\xe4','\x43','\xcb','\xbf','\x5f','\x4f','\x34','\xc6','\x97','\x6d','\xd4','\x65','\xed','\x7d','\xcb','\x05','\xfd','\xf2','\xb9','\xf6','\xdd','\x1f','\x7b','\xe3','\x74','\xcb','\xc7','\x5f','\x8e','\x57','\x3f','\xfe','\xb2','\xa0','\x0e','\x9e','\xff','\x79','\xda','\xcb','\x73','\xf3','\x4b','\x1f','\xd3','\xa2','\xd9','\xa4','\x95','\x39','\x3b','\x96','\x55','\xac','\xb1','\xec','\x90','\x95','\xb1','\x1e','\xcf','\x3e','\x88','\x90','\x44','\x34','\x45','\xe3','\xf4','\x2e','\xf8','\xe6','\xbc','\x83','\x62','\x6e','\xe4','\xb8','\x48','\x4f','\xd3','\x8c','\xd3','\x0a','\xd3','\x67','\x68','\x26','\xf2','\x48','\x24','\x1c','\xbd','\xfe','\xbe','\xfb','\x0b','\xa2','\x3e','\xbf','\x2b','\xaf','\xe4','\x79','\xbe','\x83','\xaf','\xc8','\xc7','\x73','\xf1','\x9c','\x95','\xf3','\x72','\xad','\xa4','\x95','\xb4','\x81','\x04','\x0e','\xe2','\x36','\x9b','\xab','\x52','\x30','\xca','\xc8','\xe5','\x81','\xfe','\x80','\x9a','\x46','\xca','\x8e','\x5b','\x77','\x15','\x5a','\x25','\xee','\x77','\x90','\x15','\x24','\xee','\xc7','\x9b','\x11','\x42','\xbe','\x52','\xb8','\xc5','\xbf','\x55','\x11','\xde','\x7a','\xfe','\xc2','\xfc','\x5b','\x4b','\x79','\x99','\x39','\x6c','\x87','\x01','\x16','\xae','\x73','\x8f','\x33','\x97','\xa1','\xc9','\x09','\x9b','\x68','\x7f','\x63','\xfc','\xf2','\x33','\x60','\x73','\x3f','\x32','\x12','\x96','\xae','\x4b','\xf7','\x8c','\xdc','\x97','\xca','\xc0','\x75','\x74','\x44','\xd8','\xdf','\x6d','\x60','\xbf','\x82','\xfe','\x9a','\x62','\x71','\x76','\x97','\xa1','\xf8','\xbc','\xd0','\x51','\x58','\x51','\xb8','\xf9','\xfd','\x58','\x1f','\x9f','\xff','\x88','\xd8','\x41','\x11','\x08','\xe6','\x98','\xe1','\x23','\xc8','\x7d','\xf7','\xe3','\xa5','\x4b','\x14','\x72','\xbb','\xab','\xcb','\x1b','\xcd','\x4f','\xea','\x25','\xda','\xbe','\xef','\x9e','\xc2','\x69','\x72','\x73','\x0b','\x09','\xe9','\x9c','\x2e','\x16','\x13','\x20','\x19','\xde','\x8e','\x20','\x66','\xd3','\x7b','\xda','\x0f','\x1a','\xfe','\x33','\x60','\x53','\x3f','\x22','\x72','\x38','\x88','\xfd','\x0f','\x96','\x01','\x7b','\x29','\xac','\x40','\xfb','\xf3','\xe1','\xa0','\x9c','\x3b','\x64','\x07','\xac','\xf7','\xd7','\x9d','\x7b','\xd5','\x0d','\xc4','\x61','\x19','\x3e','\x97','\x81','\x4f','\xa8','\x68','\x9d','\xbc','\x26','\x1d','\x00','\x2a','\xd5','\x41','\xe3','\xfa','\x02','\xdf','\xc7','\x8e','\xeb','\x31','\x4d','\x84','\x43','\x4c','\x80','\x54','\x84','\x7a','\x50','\xdf','\x83','\xfa','\xb6','\x6f','\xf7','\x94','\xef','\x2b','\xa3','\x7f','\x66','\xf1','\x45','\xfa','\x3a','\x2d','\xd1','\xaf','\xd3','\x1c','\x46','\x03','\x30','\xab','\xda','\xf3','\x05','\xce','\xd2','\xf5','\x72','\x8c','\x3e','\xd1','\xb3','\x8f','\x9d','\xe0','\xec','\x00','\x66','\x23','\x5e','\xad','\x82','\x75','\x00','\xf5','\xbf','\x85','\xf5','\xeb','\xb8','\x03','\xd3','\xe3','\x6d','\xf0','\xb6','\x23','\xc2','\xba','\x15','\x2e','\x34','\xf2','\x9b','\x89','\xf6','\x65','\xa4','\x1d','\x84','\xfa','\xbe','\xd1','\x33','\xf9','\xf1','\xf5','\xce','\x0e','\xa7','\xfc','\xcd','\xf5','\x34','\x4d','\x8b','\x4b','\x51','\x7f','\x6f','\xd6','\xf7','\x70','\x07','\xe9','\x1e','\xff','\xe3','\x22','\x43','\x84','\x40','\xd8','\xc7','\xab','\xfd','\x3d','\xf8','\xa7','\xb0','\xfe','\xaa','\x13','\x1b','\xfd','\xd8','\xe9','\xc4','\x84','\x79','\xec','\xd8','\x91','\xb9','\xfa','\x44','\xd0','\x27','\xc8','\x20','\x81','\xfb','\x47','\x8d','\xfd','\xab','\xcf','\xaf','\x58','\x66','\x7e','\x7e','\xc5','\xe6','\xd7','\xbe','\xf0','\xdc','\x32','\xf3','\x9e','\x76','\xd2','\x58','\x21','\x88','\x38','\x93','\xdc','\x7a','\xb1','\xbf','\x1d','\x77','\xf5','\xca','\x6c','\x3b','\x7f','\x54','\x0d','\xbf','\xe0','\xb3','\x7b','\x5e','\x68','\x64','\x30','\x6a','\x66','\xb8','\x69','\x67','\xb0','\x32','\xaa','\xd6','\x09','\xfe','\x84','\xa5','\xfa','\xb3','\x15','\xd5','\x7f','\xa2','\xb2','\xdf','\xaf','\x01','\x45','\x3b','\xe3','\x5d','\x23','\x5d','\x6d','\xdd','\xb8','\xff','\xf8','\xa6','\x6e','\x0e','\x38','\xc5','\x5f','\x86','\x1d','\x87','\x6c','\xb0','\x28','\xbf','\x5e','\x8c','\xf8','\x1b','\x8a','\x8e','\x5f','\x2e','\x82','\xf6','\x9e','\x73','\x48','\xe6','\x4d','\xd7','\x84','\xb2','\x5f','\x66','\x1c','\x97','\x10','\xcb','\xe1','\xf7','\x41','\xb9','\x5f','\xdc','\xe0','\x3b','\xc5','\x12','\x94','\x07','\xf1','\xe9','\x11','\x43','\x35','\x5c','\xf1','\x93','\x66','\x64','\x0d','\xc9','\x20','\x66','\x1a','\xe3','\xd9','\x7a','\x89','\xd8','\x1d','\x66','\x20','\xdb','\x4c','\x86','\xa0','\xa3','\x9d','\x60','\xfd','\xf9','\x0c','\xcf','\x85','\xd1','\x5f','\x36','\x07','\xf6','\x1f','\x7a','\xe7','\x52','\xcc','\x53','\xc8','\x5d','\xf1','\x93','\x66','\x65','\x75','\x49','\x27','\x4a','\x1a','\xe3','\xb1','\x30','\xfe','\x1c','\xb7','\xd8','\x7d','\x8d','\x98','\xa4','\x0e','\xe3','\xc1','\xc0','\xba','\xc3','\x64','\xa5','\xc4','\x73','\x0a','\x19','\x9e','\xcb','\xa3','\xb7','\x33','\xfa','\x62','\x76','\x45','\x06','\x22','\x57','\xa3','\xe1','\x37','\x62','\x34','\x49','\xaf','\xd3','\xc5','\x34','\x14','\xc9','\xa4','\x33','\xa5','\xc3','\x4b','\x08','\x69','\x66','\x64','\x46','\xaf','\xdb','\x0b','\x4b','\x64','\xcc','\x2e','\x9f','\x6b','\x11','\x5a','\x56','\x98','\x75','\xd1','\x84','\x98','\x3f','\x31','\x09','\xd1','\x02','\xae','\x8e','\x84','\x53','\xb1','\x54','\x32','\x75','\x3d','\xb5','\x78','\x24','\x94','\xc2','\x28','\xd3','\xc3','\x6d','\x21','\x59','\x78','\xeb','\x60','\xb4','\x2c','\xb9','\x2a','\xde','\x04','\xcf','\x67','\x8b','\xf5','\x90','\x56','\x33','\x6b','\xbc','\x90','\x80','\x65','\x17','\x7a','\x33','\x36','\xb1','\x44','\x5d','\xa6','\xee','\x7d','\x5e','\x22','\xef','\xf3','\x7c','\x2b','\x6c','\xc5','\x2c','\x5c','\x29','\xae','\x71','\xfc','\x29','\x69','\x5d','\xb7','\x16','\x0f','\x87','\x30','\x8e','\x95','\x1c','\xe6','\x84','\x04','\x3c','\xae','\x19','\xa6','\x77','\x55','\x5e','\xca','\x99','\x64','\x91','\xeb','\xfe','\x62','\x39','\x84','\xbb','\x94','\xf2','\x61','\xb0','\x4a','\x03','\xff','\x9a','\xb5','\x3c','\x25','\xcd','\xc8','\x68','\x71','\x0c','\xf2','\x9b','\xe9','\x27','\x4e','\x8e','\x34','\xad','\x62','\x56','\xeb','\x0c','\x29','\x8d','\xf4','\xbd','\x8d','\x37','\xca','\xd1','\xfe','\xc7','\xcc','\xe4','\x7e','\xb7','\x92','\x2a','\x4e','\xef','\x0e','\x1f','\x5b','\xbd','\xda','\x62','\x57','\x81','\x1a','\x12','\x7a','\xf1','\x06','\xe5','\x06','\x05','\x4b','\xb1','\xdb','\x4a','\xda','\xd3','\xc6','\x72','\xce','\x8a','\x56','\xd1','\x2f','\xca','\x45','\x52','\xca','\x44','\x32','\x91','\x3c','\xfa','\xe7','\xe0','\x1e','\xfa','\x73','\x5d','\x64','\x93','\x51','\x37','\xe8','\xa9','\x98','\x97','\xf2','\x7c','\x0f','\x0d','\x79','\xf4','\xd1','\xce','\x55','\x49','\x51','\xb4','\xdf','\x82','\xd5','\x66','\xba','\x8e','\x5e','\xb5','\x5e','\xd2','\xf7','\xf1','\xdc','\x1f','\xd6','\x8e','\x87','\x55','\xd1','\x3e','\x9d','\x6a','\x4c','\xd3','\xd9','\x20','\x9f','\x16','\x9e','\x3a','\x49','\xed','\x5a','\xb5','\x55','\x0f','\xd1','\x5a','\xa4','\x16','\x2f','\x6c','\x22','\x79','\x05','\x6c','\xeb','\xb0','\x79','\xaf','\xd9','\x6e','\xde','\xeb','\xbe','\xf2','\x7e','\xf4','\x13','\x27','\x63','\x18','\xad','\x7d','\xd5','\x17','\xf5','\x7d','\xe8','\xbf','\x46','\x3a','\x9c','\x7b','\x9d','\x57','\xbf','\xdc','\x42','\x30','\x7f','\x45','\x81','\x61','\xf4','\x1a','\x47','\x9b','\x81','\x79','\x16','\xd8','\x10','\xa0','\x2a','\x7b','\xc7','\x95','\xe3','\x4a','\x5e','\x91','\xc5','\xf8','\x32','\xa2','\x97','\x92','\xda','\x15','\x2b','\xac','\xb1','\x12','\xd0','\x97','\x37','\xe9','\xf7','\x65','\xa4','\xff','\x8a','\xf0','\x14','\xf2','\xe7','\x66','\x5e','\xaf','\x86','\x41','\xaa','\x24','\xeb','\xd0','\xbf','\x22','\x39','\x85','\xe3','\x9f','\x8f','\xca','\x4a','\x90','\xbd','\x4f','\x2d','\xb2','\xdd','\x9f','\x3a','\xf6','\xe9','\x4d','\x15','\xaf','\x6b','\x1a','\xba','\x63','\x75','\xf9','\x18','\x11','\xa1','\x4e','\x32','\xcc','\x1f','\xd9','\xdb','\x79','\x5a','\x37','\x53','\xda','\xbb','\x7a','\x18','\xb4','\x89','\x41','\x5e','\xf7','\x5a','\x95','\x45','\xc5','\xea','\xee','\xaa','\x7d','\x18','\xe3','\x3b','\x40','\x6e','\xb0','\x82','\x56','\x30','\x0b','\x75','\x58','\x15','\x19','\xc1','\xf7','\x2f','\x96','\x42','\x92','\xe0','\x2f','\x1e','\x12','\xf9','\x2f','\x99','\x89','\xd1','\x9f','\x57','\x0a','\x98','\x1b','\x27','\x65','\x80','\xda','\x52','\x91','\xf2','\xb5','\xf1','\xda','\x78','\x61','\x38','\xe0','\x8f','\x98','\xaf','\xd9','\x0d','\xfe','\x50','\x92','\x97','\xae','\xeb','\xc0','\x7f','\x97','\x32','\xba','\xa3','\xe4','\x04','\x3e','\x83','\x02','\x2b','\xa8','\xea','\x75','\xda','\x7d','\x8c','\xed','\xe8','\x3f','\x52','\x30','\x94','\xdc','\x2a','\x22','\x09','\x0a','\x2e','\x63','\xaa','\xf0','\x8f','\x62','\x55','\x0d','\x34','\xe3','\xba','\x01','\xf5','\xbd','\xa4','\xcc','\x67','\xc5','\xf8','\x55','\x9d','\x12','\xcc','\x9f','\xec','\x2d','\xed','\x87','\x71','\xaa','\x1f','\x50','\xaa','\xa4','\x7a','\x5c','\xab','\xa9','\x05','\xe4','\x8f','\x12','\x2d','\xc5','\xb4','\xb8','\x95','\xd4','\xa6','\xe1','\x27','\x06','\x74','\xbe','\xae','\x2e','\x56','\x43','\x3c','\xa3','\x66','\x54','\xd1','\x7e','\x1c','\xff','\x3e','\x7c','\xfe','\x55','\x90','\xf0','\x31','\x39','\xe9','\x5f','\x87','\xf1','\x5f','\xc4','\xe7','\xf8','\xcf','\xa2','\x26','\xdb','\xd9','\x35','\x65','\xea','\xf5','\x08','\xdd','\x1f','\x7b','\xd6','\xb2','\xfc','\x9d','\x8b','\xa7','\x88','\xe6','\xe8','\x4e','\x24','\xb7','\x3f','\x74','\x04','\x77','\x40','\xc4','\xf8','\xba','\x57','\x9f','\x0e','\x3b','\x30','\xbe','\xce','\x75','\x1f','\xc6','\x87','\xc2','\x2a','\x97','\x38','\x9c','\x92','\x36','\xa0','\xfc','\x88','\x61','\xb6','\xe0','\x83','\x57','\x35','\xf1','\xfc','\x83','\xd7','\x9d','\xc5','\x4e','\xe8','\x60','\x46','\x7e','\x58','\x6e','\x8c','\x4f','\x0e','\xea','\xcb','\x9b','\x0a','\xf5','\x99','\xb0','\xc9','\xcc','\x41','\xdf','\x37','\xa1','\xdc','\xc9','\xcc','\x38','\xb2','\xa0','\x0f','\x61','\xed','\xee','\xb4','\xc9','\x5c','\xd3','\xac','\xbb','\x08','\xdf','\xce','\x79','\xa4','\x64','\x97','\x9c','\x52','\xe9','\x5b','\x11','\xb4','\x1f','\x44','\xfb','\x41','\xe7','\x1a','\x90','\x67','\x67','\x29','\xac','\x15','\xf0','\x7e','\x67','\xb1','\x1f','\x12','\xab','\xec','\x61','\x39','\xd4','\x2e','\xfc','\xd7','\x44','\x4c','\xe8','\xbf','\xfb','\x11','\xa2','\xea','\x29','\xed','\x1a','\x6f','\x63','\x92','\x5d','\xb3','\x5f','\xf0','\xbe','\x12','\xe4','\xe7','\x05','\xa9','\x16','\x97','\xb6','\xc8','\xef','\x0a','\x6c','\xe3','\x64','\xfd','\x3a','\x59','\x4c','\x42','\xfe','\xdc','\xfc','\x55','\x68','\x3b','\x6b','\x83','\xf9','\xab','\x5c','\x51','\x22','\x97','\xd4','\xb6','\x54','\xdb','\xec','\xef','\xdb','\x5e','\x90','\xaa','\xb5','\xcb','\xb5','\x0f','\xe5','\x57','\xcb','\x22','\xff','\x57','\x4c','\xe9','\x86','\x7a','\xd3','\x64','\x39','\xc7','\xfa','\x57','\x95','\x56','\x18','\xbb','\xe3','\x7d','\x3f','\x3a','\x8b','\xd1','\xe9','\x81','\xfc','\x58','\xcb','\x93','\xd6','\xbb','\x56','\x78','\x38','\x06','\xf4','\xaf','\xb3','\x0f','\x70','\x72','\xa0','\x0a','\x23','\x74','\x44','\xc5','\xf9','\xbd','\x74','\x83','\xaa','\xc7','\xf5','\xc1','\xea','\x95','\x4d','\xd0','\x3e','\x77','\xb0','\x32','\xab','\xb5','\xe9','\x8b','\xaa','\x3f','\xa4','\x35','\x3d','\x6f','\x4a','\x79','\x54','\x40','\x36','\x9f','\x4d','\xd0','\xd2','\xca','\x8b','\x95','\x35','\xe7','\xfa','\xa3','\x47','\xa3','\x7f','\x3c','\x17','\x82','\xd5','\xf7','\xf8','\xd9','\x1f','\x46','\x0b','\x51','\xa2','\xe2','\x8e','\x42','\x67','\x31','\x5e','\x4c','\x95','\xff','\xfd','\xc5','\xc8','\x8b','\xea','\xeb','\x83','\xc5','\xd9','\x72','\x5b','\x61','\x91','\x57','\x2b','\x82','\x7c','\x30','\x42','\x39','\x41','\x7f','\xb9','\xcb','\x1f','\xa0','\x57','\x31','\xb7','\x60','\x2a','\x79','\xc4','\x27','\x40','\x1f','\x71','\x0a','\x21','\xfa','\xd7','\x4e','\xdb','\x98','\x82','\xfd','\xfb','\xf7','\x7a','\x24','\xa5','\xa6','\x06','\x2f','\xcf','\xbe','\x00','\xfd','\xdb','\x52','\xab','\x9d','\x68','\xcb','\xdf','\x21','\xab','\xcd','\xf9','\x09','\xf3','\x9f','\x50','\x2f','\x26','\xa7','\xa4','\xab','\x7e','\x2b','\x8c','\xcf','\x71','\xb8','\xbe','\x2a','\x76','\xf8','\xdc','\x76','\x73','\x1a','\x6c','\x37','\xd3','\xad','\x9b','\xd4','\xd5','\x4c','\x18','\x1f','\x6a','\x3b','\x4e','\xba','\xf4','\xcd','\x08','\xc6','\x57','\x37','\xe8','\x9b','\xb0','\xd8','\xbb','\x3e','\x9e','\xf1','\x07','\xf2','\x2f','\xe4','\xcf','\xf1','\x57','\x01','\xf8','\xcb','\x02','\x6b','\x88','\xd5','\x7d','\x98','\x29','\xdc','\x32','\xfc','\x9c','\xcc','\x43','\xf4','\x61','\xea','\x50','\x94','\xaf','\xb8','\x0a','\xab','\xda','\x5d','\xc0','\x57','\xef','\xa6','\x22','\xa5','\xd5','\xa0','\xcb','\xcd','\xda','\x6d','\x8f','\xe1','\xf8','\xd5','\x7e','\x9c','\x7f','\x7e','\x91','\xd0','\xaf','\x54','\xa2','\xfa','\x29','\x72','\x8d','\x47','\xd0','\x66','\x3e','\x3b','\x7b','\xa4','\x4d','\x59','\xca','\x6b','\x5e','\xc5','\x2a','\x28','\x4a','\x87','\x98','\x9f','\x60','\xf9','\x24','\x8f','\x4d','\x17','\x41','\x3e','\x12','\x18','\x5f','\x65','\xb1','\x12','\xc2','\x3c','\xc9','\xca','\x61','\x18','\x27','\x4a','\x23','\x2c','\xe6','\x76','\x99','\xc8','\x5e','\x4b','\x8d','\x98','\x91','\x74','\xaf','\x9b','\x8b','\xcd','\x90','\x7b','\xdc','\xac','\xe5','\x0a','\x88','\x2f','\xd6','\xc4','\xdf','\xc3','\xec','\xf6','\x5e','\xd2','\x4c','\x8d','\x0f','\x4f','\x5b','\x62','\x17','\x12','\x11','\xf8','\x8e','\xed','\x46','\x7c','\x06','\x96','\x88','\xa7','\x93','\xa9','\x2b','\x69','\xaa','\xb3','\x33','\x83','\x91','\xfa','\xee','\x56','\x8f','\xdc','\x7b','\xfc','\x4c','\xb5','\x23','\xb7','\x7b','\x11','\x74','\x71','\x8d','\xdb','\x6f','\xf6','\x9b','\x47','\xdd','\xdf','\x01','\xf3','\x9a','\x6e','\xd9','\xf9','\x23','\x50','\x2f','\xec','\x1e','\xa7','\xdf','\x8d','\x8e','\x73','\x59','\xba','\x55','\xbf','\x88','\xa1','\x77','\xf1','\xee','\xce','\xc2','\x3a','\x6e','\x24','\x06','\x2c','\xaf','\xd0','\xe0','\xaf','\x7a','\x52','\x79','\xb7','\x4e','\x49','\xa7','\x9f','\x2a','\x5f','\xf3','\x15','\x12','\xaa','\x57','\x41','\x42','\x1d','\x3e','\xd6','\xd2','\x82','\xfd','\x67','\x36','\x8c','\xaf','\x73','\xd5','\x41','\x1f','\x01','\x90','\xaf','\x44','\xac','\x1f','\x20','\xc1','\xf3','\x93','\xb8','\xbe','\x44','\x54','\x55','\x5d','\xcb','\x2d','\xf2','\xef','\xe7','\x23','\x69','\x35','\x3d','\x78','\x7e','\x36','\xdd','\x96','\x5e','\x74','\xbe','\x96','\xae','\xa5','\xbf','\xf2','\xa8','\x52','\xc1','\x93','\x97','\x98','\x06','\xfc','\xa9','\xbd','\x8b','\xf4','\xf7','\x93','\x1a','\xcc','\x5f','\x03','\xe6','\xbf','\x97','\x79','\x2d','\x77','\x60','\xd1','\xd3','\x8d','\xf9','\xeb','\xa3','\xfc','\x16','\xeb','\xc3','\x34','\x8c','\x9f','\x09','\xe5','\x2a','\x3c','\x5f','\x25','\xbb','\x91','\xff','\x54','\xde','\x45','\x07','\xdc','\xba','\x43','\xdd','\x4e','\x07','\xe8','\x47','\x17','\xc3','\xf8','\x1d','\xa7','\xb5','\x22','\xd2','\x2f','\xd0','\x1f','\x80','\xbf','\xd4','\x77','\x5f','\x80','\xe7','\xbf','\x80','\xeb','\xa3','\x4c','\x16','\x61','\x3c','\x8e','\x77','\xd8','\x27','\x05','\x3c','\xdd','\xec','\x3c','\x1f','\x87','\x76','\x5d','\x91','\x22','\x57','\xd4','\x52','\xea','\xca','\x6c','\xa9','\xed','\x8a','\x54','\xaa','\x95','\x4e','\xdc','\x9b','\x97','\xa4','\x16','\xb4','\xc5','\x80','\xff','\x8b','\xa5','\xe7','\xff','\xed','\x1c','\xd3','\x36','\x9f','\x03','\xfa','\x9d','\x93','\x9d','\xe5','\x67','\x5f','\xb0','\x2a','\x4e','\x61','\xaf','\xfc','\x4a','\x20','\x5f','\x71','\x7d','\x7a','\x57','\x59','\xfa','\x1c','\xcc','\x3f','\x8f','\xf7','\x29','\xf0','\x7c','\xa0','\x4f','\xf1','\x70','\x44','\x5a','\x82','\xf8','\x21','\x31','\x4d','\xaf','\x02','\xff','\xe2','\xfa','\x20','\xa1','\x7c','\x5b','\xac','\x85','\x04','\x22','\x85','\xe0','\xff','\x40','\x3e','\xb3','\x01','\xa7','\x0e','\xfa','\x9a','\x3a','\x6b','\x81','\x16','\x09','\xf2','\xb5','\x0e','\xfc','\x59','\x3d','\xac','\x41','\xff','\xb0','\xff','\x4e','\x97','\x6f','\xc2','\xba','\x2b','\xf4','\x1f','\xcf','\xb7','\x17','\xfb','\x44','\xc4','\xf1','\x08','\xfe','\x65','\x98','\xc9','\xa1','\xfb','\x60','\x4a','\x7a','\x17','\xd7','\xb7','\x17','\x04','\xfd','\x08','\xd4','\xf7','\x9c','\x7a','\x0e','\x9e','\xd3','\xa8','\xef','\x0c','\xbc','\x59','\xb7','\xc3','\x6f','\xc6','\x1c','\x90','\x4f','\x6f','\x0a','\xf9','\xf6','\x66','\xc6','\xce','\xa5','\x49','\x1f','\x35','\x23','\x05','\xf5','\x72','\xfc','\xa1','\x54','\xe5','\xca','\x3b','\x11','\xb5','\x93','\xa7','\xcc','\xd9','\x42','\xdb','\x65','\xe9','\xa1','\x5a','\xa5','\xf6','\x4e','\x5e','\x5d','\xc4','\xdf','\x4b','\x3f','\x58','\x1f','\x61','\xfe','\xe0','\xfc','\x3b','\xec','\x84','\xda','\x31','\x7f','\x0d','\x22','\xcb','\x16','\x2b','\xff','\xb6','\x03','\xde','\x92','\xfe','\x9b','\x1d','\xd3','\x44','\x52','\x96','\xd6','\x6b','\xca','\xf7','\xea','\x62','\xfd','\x14','\xf3','\x4f','\xf3','\x4c','\x1b','\xd6','\xf7','\x37','\x3a','\x5b','\x1a','\xfd','\x83','\xd6','\x01','\xff','\x2b','\x92','\xd2','\x94','\x7f','\x49','\xff','\x5d','\x2b','\x62','\xc7','\xfc','\x41','\x19','\xe6','\xb7','\x0c','\xcf','\x97','\x8f','\xfb','\x39','\x2f','\x24','\xf7','\x53','\x3c','\x4b','\x9a','\x3d','\x75','\x5b','\x0e','\xa3','\xed','\x67','\x4f','\xad','\x39','\x1b','\xb3','\x3e','\xbf','\xa2','\x0b','\x6c','\xa5','\xa4','\x35','\x00','\x2b','\x34','\xe6','\xef','\x51','\xbd','\xb5','\xef','\xa4','\xf4','\x7f','\x9f','\x89','\xe4','\x3b','\x2f','\x58','\xe4','\x66','\xf9','\x00','\x5a','\x78','\x5f','\x4c','\x59','\xf7','\x5a','\xb2','\xef','\x5d','\x75','\xe9','\x24','\xeb','\xb3','\xd4','\x6b','\xa7','\xda','\x26','\xa5','\xc9','\xda','\xa9','\x13','\xb9','\x7c','\x19','\xe4','\x97','\x17','\x7e','\x93','\x79','\x6b','\xcf','\x5b','\xde','\xbb','\x4e','\x44','\x05','\xfe','\x93','\x85','\xfe','\x24','\xf2','\x1c','\xe1','\xfb','\x83','\x4c','\x12','\xdd','\x3e','\xf0','\x2f','\x07','\x4e','\xe1','\xb7','\x96','\x63','\x76','\x2f','\x95','\x03','\xdf','\xf0','\xd9','\x52','\x04','\xe6','\x11','\x7c','\xd3','\x0f','\xf0','\x48','\xad','\x46','\x27','\x79','\x81','\xb6','\x42','\x69','\xb8','\x6f','\xcd','\x59','\x9d','\xa6','\x4e','\x5d','\xd9','\x13','\x55','\xd9','\xa9','\xd4','\xe4','\xec','\xa9','\x56','\x35','\xa4','\xd6','\x4e','\xc1','\xfc','\x06','\xf9','\xb9','\x80','\xff','\xd2','\x4b','\xcf','\xc7','\x9e','\x4e','\xa5','\xeb','\xc6','\xed','\x1c','\xf4','\x0f','\x98','\x5f','\xb9','\x37','\x16','\xc9','\xe1','\xe9','\x08','\x5d','\x03','\xeb','\xc7','\xa0','\x7f','\x45','\x5b','\xfa','\x32','\xe8','\x17','\xf0','\xfc','\xdb','\x7d','\xc9','\x3c','\xe1','\x57','\x5f','\x3b','\x9c','\x6a','\xe9','\x0b','\x5b','\xe1','\x2d','\x6a','\x4d','\x57','\xb6','\xf2','\x77','\xad','\xa5','\xfb','\x62','\xa9','\xc1','\xfd','\x57','\xb7','\x7c','\xe0','\x2f','\x43','\xd6','\xf1','\xfd','\x27','\xbe','\x9d','\x5b','\x4d','\x12','\x60','\x1f','\x3c','\xdd','\x79','\x59','\x07','\xbd','\xe6','\xdf','\x41','\x7f','\xec','\xdc','\x9f','\x4c','\x5d','\xdb','\xdf','\xba','\x65','\xd1','\x5f','\x1e','\x4f','\x1d','\xdf','\xff','\xd5','\x67','\x89','\x1a','\xec','\x63','\xac','\x82','\xb7','\x80','\x65','\x50','\x04','\xcb','\x60','\x45','\xdf','\x94','\xaa','\xc5','\xeb','\x71','\xb0','\xa6','\xe3','\xce','\x23','\x2f','\x2e','\x2f','\x2e','\x5b','\xb9','\xa6','\x7a','\x57','\x61','\xeb','\xa9','\xff','\x1d','\x5f','\x7e','\x0a','\xf4','\xc7','\xfa','\xac','\xf2','\x81','\xba','\xa4','\x9c','\xa8','\x57','\x27','\x0e','\x6b','\x2d','\x2b','\xf0','\x10','\x08','\x2c','\x68','\x61','\x0f','\xdf','\x10','\x16','\xb1','\x88','\x91','\xa3','\x5b','\xe9','\x21','\xf4','\xbd','\x27','\x41','\xe4','\xe8','\x90','\x5f','\xd4','\xa8','\xc6','\x35','\xcc','\x85','\x17','\xc4','\xdf','\x3d','\xe6','\xed','\xf5','\x16','\xcb','\x92','\x64','\x18','\x86','\x3b','\x6c','\x7c','\x8f','\xab','\x09','\x75','\xf8','\xda','\x19','\xb5','\x57','\x55','\x6a','\xd3','\x27','\xb4','\x5a','\xf5','\xbf','\xf1','\x5f','\x32','\x05','\xf4','\xbf','\x9b','\xfd','\xff','\x70','\x47','\x84','\x8a','\x5d','\xfe','\xe6','\xf9','\xdc','\xad','\xf1','\x5f','\x7d','\xf5','\x9b','\xcb','\xfb','\xfd','\x7e','\xf9','\x90','\xff','\x5d','\x19','\xa3','\x86','\xd1','\x4f','\x26','\xf6','\x82','\x88','\x35','\x23','\xff','\x07','\x3f','\x0b','\x56','\x40','\xc8','\x37','\xbc','\x07','\xf9','\xb0','\xf7','\x3d','\x11','\x7d','\x5b','\x9f','\x60','\xc5','\x18','\x3f','\xce','\x4e','\xf8','\x7f','\xc7','\x7e','\xe2','\xff','\x82','\x85','\x44','\x0f','\xf0','\x3c','\xd1','\x90','\x13','\xd1','\x74','\x39','\x85','\x40','\x0c','\x5a','\xca','\x49','\x39','\xe9','\xf2','\x27','\xd1','\x09','\x1e','\xfd','\x0f','\xde','\x67','\xdf','\xb7','\x19','\xdf','\x28','\xfc','\x3b','\x45','\x7d','\x4b','\x33','\xcd','\x5d','\x33','\xfd','\xb2','\x51','\xd8','\x35','\x83','\x38','\xde','\xa6','\xbc','\xf9','\x62','\xb3','\x7e','\xb0','\x53','\x13','\x44','\x46','\xe2','\x8e','\xda','\x22','\xb2','\xf8','\x40','\x6b','\xfb','\x3d','\xd2','\xff','\x67','\xae','\x3e','\x22','\x63','\x07','\x3e','\xda','\xc1','\x93','\x17','\x9e','\x9f','\x34','\x4b','\x17','\xec','\xe9','\xe7','\x58','\x4e','\xec','\xa3','\x9b','\x77','\x69','\x3d','\x2b','\x9a','\x4f','\x6f','\x7a','\xde','\x63','\x7c','\xa2','\xa0','\xd9','\x4c','\x08','\xac','\x04','\xe2','\x93','\x39','\xef','\xd4','\x90','\x1f','\x22','\xf3','\xfb','\x5e','\x73','\xfe','\xa9','\x73','\xef','\x9f','\xcb','\x64','\xdc','\xf3','\xa1','\x03','\xf1','\x7d','\x56','\xe5','\x29','\x55','\x60','\x3b','\x35','\x4a','\x29','\x46','\x49','\x2a','\x84','\x67','\x15','\xe2','\x65','\x2d','\x62','\x65','\x95','\x84','\x92','\xd5','\x13','\x73','\xed','\x43','\x39','\xd2','\x25','\x8f','\xc2','\xda','\x11','\x7c','\x37','\x34','\x80','\xf6','\xe0','\xed','\x34','\xa7','\x1d','\xcb','\x4e','\x91','\x42','\xd6','\x4d','\x90','\xec','\xb1','\xc4','\x54','\xb6','\x90','\x28','\x6c','\x72','\xd1','\x57','\x3c','\x28','\x0f','\xce','\x5c','\xe6','\xe3','\xfe','\x82','\x7e','\x84','\x7b','\x16','\xb6','\x4f','\x07','\xcd','\xb8','\x9b','\xdd','\xe7','\x87','\xd9','\xa8','\x9f','\x61','\xa3','\x9c','\x4a','\xbc','\x46','\xe5','\xb9','\x52','\x76','\x1d','\xee','\x0d','\x60','\x15','\x8f','\x72','\x47','\x19','\xbd','\x14','\xd6','\xaf','\x5f','\x02','\x66','\xed','\x50','\x30','\xcc','\x61','\xce','\x03','\x1e','\xd1','\x18','\x6e','\x70','\x39','\x27','\xe3','\x59','\x46','\x9e','\xe5','\x4f','\x67','\x17','\x96','\x2f','\x3c','\xd7','\x6a','\xe2','\xa3','\x35','\xfd','\xe7','\xb1','\x2e','\x7a','\xd8','\xdf','\x3e','\x8d','\x56','\xde','\x3f','\x8b','\xb3','\x9e','\x8d','\xf0','\x57','\xa6','\xac','\xad','\xec','\x9e','\xbe','\x2e','\x4e','\x2d','\x46','\xa9','\xf0','\x23','\xa0','\x22','\xe3','\x4a','\x5b','\x2c','\xd5','\xff','\xfd','\xc3','\x11','\x71','\x22','\x6a','\x63','\xf6','\xc6','\xb0','\x96','\x8d','\x80','\x35','\xea','\x8b','\xd4','\x2d','\x22','\x03','\x85','\x01','\xca','\x29','\x3c','\xf7','\xa6','\x53','\xf1','\x7f','\xae','\x37','\xdf','\x17','\x8c','\x90','\x29','\x90','\x28','\x05','\x42','\x82','\xef','\xe6','\xc2','\x98','\x69','\x4c','\x0d','\xa7','\xc3','\x52','\x6c','\x96','\x49','\x46','\x34','\xa7','\x2c','\xfc','\x6b','\xa2','\xf7','\x69','\x0a','\xce','\x6b','\x36','\xaa','\x15','\xab','\x2b','\x23','\x52','\xbc','\x7d','\xd3','\xc2','\x72','\x4b','\xcb','\xe7','\xf1','\xa7','\x60','\x77','\x13','\xfd','\xfe','\x0f','\xac','\x58','\x58','\x1e','\xf8','\xee','\xdf','\x5c','\xee','\xc1','\xca','\x67','\x93','\x6b','\x88','\xc6','\x3f','\x33','\x5b','\xee','\x04','\x0d','\xe0','\x2a','\x9e','\x32','\xc2','\xdd','\x5f','\x37','\xc8','\x97','\xb9','\x38','\x03','\x58','\x80','\xdf','\x25','\x1b','\x4f','\x3c','\xb7','\xfd','\xdc','\xe7','\xa3','\xdb','\x9e','\xfb','\xfc','\x1d','\xdb','\x7f','\xfd','\xf7','\x2a','\x72','\x50','\xf3','\xf9','\x40','\x21','\x37','\x44','\xe6','\xef','\x01','\x73','\xd4','\x05','\xbe','\x79','\x93','\x9a','\xdc','\x0c','\x3b','\xf4','\x97','\x30','\x94','\xbf','\x1c','\x70','\x10','\x97','\x3e','\xec','\x74','\x78','\x1a','\x09','\xf2','\xff','\x64','\x7d','\xd5','\x8c','\x68','\x1f','\x5a','\xbf','\xe7','\x8c','\x4c','\x36','\x9e','\xc6','\xc8','\x94','\x70','\x6f','\x6c','\x6e','\x0e','\x32','\x81','\x5f','\xe5','\x27','\xa4','\x74','\x6b','\xea','\xa9','\x94','\x97','\xb0','\x7e','\x9e','\x4c','\xa5','\xd3','\x76','\x62','\x45','\x62','\x2a','\xd1','\x9f','\x22','\x85','\x10','\xc1','\x98','\xd0','\x7f','\x7b','\x67','\x3e','\xba','\x21','\x78','\x5e','\x5b','\x34','\xa2','\xed','\x3f','\x27','\x2b','\x40','\xdf','\x37','\xf5','\xc6','\xfb','\x5d','\x93','\x9a','\x74','\x0b','\x3f','\x17','\xde','\x4b','\xf1','\xa8','\xda','\xec','\x77','\x72','\x9e','\x6c','\xb8','\xae','\x6c','\xf4','\x0e','\x07','\xdf','\xb2','\x71','\x6b','\xfd','\x00','\xaf','\xac','\x4f','\x51','\x83','\x1c','\x40','\x96','\xaa','\xac','\xee','\x08','\xfe','\x06','\x5b','\xdc','\xd2','\x4e','\x89','\xf2','\x4e','\x16','\xe1','\x21','\x6a','\xd9','\x4f','\x27','\x54','\x43','\x1d','\x5b','\x9d','\xd9','\x9f','\x79','\x71','\x4c','\xfd','\xbf','\xc0','\x3e','\xca','\xd4','\x1e','\x34','\x81','\xbf','\x87','\x2d','\x6b','\xd7','\x96','\xbd','\xb9','\x5d','\xc3','\xa6','\x95','\xb2','\x86','\x7a','\xc6','\xb6','\xdc','\x5c','\x7f','\x54','\xd0','\x67','\xc0','\x79','\xe7','\x97','\xa6','\xf9','\xce','\x2f','\x43','\x8e','\x0f','\xf4','\xe9','\x76','\xf4','\x71','\x4b','\xc2','\xf3','\x3f','\x85','\xdc','\x39','\x3b','\xdd','\xee','\xa4','\xee','\xf3','\x78','\x6d','\xfd','\xf7','\xd3','\x93','\x87','\xeb','\x6e','\xcd','\x79','\xc1','\xa9','\xb9','\x55','\xa7','\xe6','\x7c','\x7f','\x54','\x95','\x94','\x8d','\xaf','\x49','\x0c','\x73','\x54','\xb5','\x1f','\xd8','\x58','\x38','\x2b','\xdf','\xe6','\xdf','\xec','\x21','\x2d','\xb1','\x8d','\xa7','\xa5','\x1c','\x94','\xb3','\xdb','\x4f','\xaf','\x57','\xfe','\x11','\xc6','\xf1','\xe6','\x8c','\x3e','\xef','\x2d','\xc7','\xd9','\x8a','\x1c','\x12','\xec','\xc7','\x37','\xe3','\x91','\xe6','\xe3','\x4b','\x16','\x7a','\x67','\xe1','\xfe','\x24','\x05','\xd9','\xc0','\xe1','\xdb','\x05','\x4b','\x1b','\x11','\x62','\x36','\x18','\xeb','\x2d','\xa7','\x60','\x17','\x8e','\x72','\x9a','\xa7','\x52','\x80','\xf7','\x87','\xbe','\x59','\x87','\xb4','\x20','\xcb','\xed','\x7d','\xe4','\xa3','\x24','\x43','\x8e','\x36','\xfc','\x03','\x83','\xfc','\x8e','\x88','\x50','\x72','\x08','\xb3','\x3c','\xc2','\x7a','\x7f','\x9f','\xff','\x51','\x39','\x13','\x20','\x31','\x62','\x36','\x17','\x81','\x29','\xcf','\xad','\xc8','\xce','\x91','\xd4','\xd2','\x57','\x79','\x2a','\x92','\xfa','\xf8','\xab','\xff','\x09','\x1d','\x74','\xf7','\x7f','\xf3','\xf5','\x3b','\x22','\x74','\x75','\x80','\xdf','\x78','\x3d','\x1b','\x26','\x87','\x78','\xd8','\xb9','\x6e','\x85','\xf7','\xde','\x97','\xf8','\xa8','\x32','\xc4','\x87','\xac','\x92','\x1e','\x51','\xa2','\x1d','\x04','\xf3','\x1b','\x32','\x4d','\xeb','\x45','\x44','\xf0','\xea','\x03','\xf8','\xb3','\x7d','\xb7','\x3d','\x03','\xf6','\xb4','\x0c','\xeb','\x57','\x8b','\x84','\xf1','\xf1','\xb0','\xac','\x15','\x7b','\x8b','\x5a','\x51','\x7b','\x5e','\x7c','\x16','\xef','\x2e','\xce','\x14','\xcd','\xa2','\x5c','\x5c','\xcc','\x31','\x80','\xc3','\xcf','\x0d','\xae','\x0c','\xfc','\x81','\x1b','\x9f','\xaf','\x6f','\x7d','\x74','\xc4','\x39','\x5b','\x54','\x8a','\xad','\xb4','\x8d','\x8a','\xe7','\xdb','\x9a','\xdd','\xeb','\x75','\x69','\xab','\x23','\xbd','\xb4','\xcb','\xd7','\xe4','\xbb','\x95','\x19','\xd0','\x97','\x40','\xee','\x50','\x30','\xff','\x95','\x1b','\x2b','\xb4','\x29','\xf4','\x57','\xee','\x6a','\x78','\x2d','\x6b','\xfe','\xdd','\x85','\x99','\x82','\x59','\x90','\x0b','\xb2','\x8f','\xfe','\xcf','\x3e','\xc3','\xbc','\x57','\x87','\xe0','\x4e','\xfa','\xc3','\x18','\xc3','\x94','\xfb','\x04','\x39','\xe4','\x9f','\x95','\x41','\xf9','\xd2','\x15','\x3a','\x06','\x36','\x5d','\x9f','\xac','\xea','\x7d','\xb4','\xb3','\xca','\x31','\xdf','\x41','\x7d','\x8c','\xb4','\xca','\x61','\xef','\xcf','\xed','\xc5','\x0c','\xf3','\x83','\x33','\xd2','\xe7','\x5a','\xe6','\x0d','\x33','\x6a','\xaa','\xae','\x41','\x16','\xe4','\x82','\xef','\xbb','\x31','\x25','\xf0','\x31','\xd8','\x0d','\x5c','\xb8','\xf3','\x0f','\xc8','\x1a','\xd1','\x78','\xaf','\xe8','\xeb','\xdd','\xcf','\x8b','\xfe','\xbd','\xb6','\xb8','\xaf','\x85','\x84','\x94','\xeb','\xa9','\x54','\x7a','\xf0','\xb9','\x43','\x0a','\x7c','\x9e','\x1f','\x4e','\xa0','\xff','\xc7','\x56','\x58','\x51','\xcf','\x7a','\x88','\x10','\xd5','\xa6','\xa0','\x34','\x7c','\xb5','\x1a','\x35','\xef','\x1d','\x7e','\xdd','\x58','\xe6','\x77','\xbc','\xe7','\x0d','\xef','\xeb','\x5f','\x7b','\xd3','\xfb','\x7d','\x43','\xf4','\xcf','\x4d','\x3e','\x9d','\x74','\x0e','\x81','\x1d','\x96','\xf4','\xb7','\x18','\xc3','\xda','\xab','\x93','\x6d','\xe3','\xed','\x9e','\x32','\x7c','\xeb','\xf3','\xb2','\xbe','\x66','\xf5','\x0e','\xe3','\xbd','\xfa','\xa1','\xeb','\x75','\x59','\x21','\x86','\x0f','\x12','\x2a','\xa5','\x1e','\x72','\x92','\xa9','\xd4','\xfd','\xc3','\x98','\x23','\xcc','\x81','\xf6','\x91','\x5f','\xe0','\x7a','\x36','\xa1','\x18','\x48','\xbf','\x41','\x3e','\x8c','\xf1','\x13','\xa0','\x1b','\x5f','\x85','\xf5','\xe9','\x1a','\xd7','\xe1','\xf9','\xf1','\xc9','\x59','\xf1','\xfc','\x06','\xe7','\xce','\x45','\x30','\xcd','\xf3','\x71','\x20','\x5f','\x0c','\xb6','\x85','\x1d','\xf0','\x4d','\x6d','\x80','\xf7','\x6a','\x86','\xef','\x32','\xcc','\xfd','\x8c','\x5c','\xdc','\xcd','\x71','\xcf','\x12','\x35','\xf4','\x3e','\x06','\xaf','\xd0','\x1e','\xe0','\x30','\x74','\x7e','\x2f','\x43','\x4f','\x5c','\x50','\x45','\x60','\x34','\x13','\x8c','\xb3','\x04','\x5b','\xf8','\xf4','\xc5','\xc6','\xad','\xa7','\x43','\x88','\xaf','\xd9','\x4b','\xba','\xfc','\xa6','\x47','\xfe','\xc2','\x6f','\x13','\x6c','\x00','\x4f','\xec','\x4f','\xde','\x10','\xf3','\x60','\x55','\xfd','\xe6','\x99','\x1b','\x9c','\x6f','\x92','\x05','\xf5','\x6e','\x7e','\x4e','\x50','\x3f','\x28','\xef','\xe2','\x5d','\xea','\x03','\x6a','\x17','\x5e','\xe9','\x07','\x52','\x5d','\xe3','\x5d','\x62','\x47','\x33','\xd3','\xf6','\x94','\x1c','\xc8','\xed','\x75','\x97','\xf0','\x7e','\xdf','\xe7','\x1b','\xbd','\xb6','\x88','\xd6','\xc2','\xb3','\x1d','\x5b','\x70','\xb2','\x8d','\x73','\x40','\x2b','\x0d','\x44','\x32','\x4b','\xc6','\x81','\xff','\xd1','\x93','\x18','\xaf','\x85','\xdf','\xc1','\xfb','\x1d','\xe6','\xa1','\xf4','\x97','\xc3','\xe2','\x6c','\xaf','\x5b','\xf8','\x2b','\xdc','\xf4','\x06','\x7c','\x7e','\xae','\x37','\xa7','\xa1','\xc7','\xb8','\xf1','\x80','\xb1','\x1a','\xb1','\xa8','\x8c','\x5e','\x43','\x43','\x3f','\x02','\xc3','\x34','\x1c','\xc3','\x33','\x88','\xdc','\xbb','\xb2','\x6b','\xba','\x8b','\x76','\xd1','\x07','\x30','\xee','\x80','\x37','\xbe','\x95','\xae','\xb6','\x81','\x54','\xe6','\xfb','\x4f','\x45','\x82','\x11','\x9b','\x47','\x44','\x78','\xcf','\xf3','\xc9','\x93','\x3e','\x46','\xbc','\x88','\xf8','\xab','\xd7','\x92','\x56','\xca','\x74','\x4d','\x8c','\xf3','\x82','\x8b','\x6c','\xe5','\xc7','\x04','\x7d','\xa0','\xbd','\x30','\xf7','\xe7','\xe9','\x87','\xf1','\x03','\xcd','\xf6','\x13','\x63','\x98','\x59','\x34','\x39','\x65','\xa9','\xc3','\xeb','\x07','\x5f','\xb6','\x7e','\x6c','\x55','\x87','\xab','\x49','\x1d','\x6c','\x73','\x6d','\x4b','\x80','\x8f','\x1f','\xd0','\xdd','\xd6','\xbc','\x07','\xe4','\xd5','\xb3','\x1a','\x59','\xc3','\xa1','\xfd','\x39','\x9c','\xe5','\xa6','\xec','\xe8','\xa0','\xcc','\x1a','\xc3','\x66','\xca','\x4c','\x5a','\x49','\x7b','\xd8','\xd8','\xca','\x83','\xc8','\x25','\xf8','\x2c','\x25','\x23','\xc9','\x48','\x6a','\xc9','\x73','\x44','\xb4','\x8f','\xc0','\xf3','\x2c','\xb7','\x98','\xb2','\x92','\x9a','\x85','\xbf','\x07','\xed','\x33','\xb0','\x7d','\xb7','\xe0','\x9f','\xb5','\x74','\xd7','\xbb','\x95','\xe0','\x46','\xfc','\x8d','\x18','\xc5','\xdc','\x63','\xeb','\xc4','\x89','\x29','\x8c','\x51','\xcf','\xea','\x25','\xeb','\x40','\x87','\x58','\x27','\x22','\xc4','\x3c','\x05','\xe5','\x03','\xb1','\x86','\x4d','\x8c','\x3e','\xb3','\x8c','\x27','\xfd','\x14','\xb4','\x64','\xd0','\x1f','\x11','\x9f','\xf8','\x73','\xca','\xf9','\xb6','\x42','\x72','\xd8','\x2e','\x8c','\xdc','\x1a','\xe9','\x4d','\x99','\x0f','\xed','\x4d','\x95','\x9f','\x84','\x55','\x28','\xd5','\x93','\x62','\x29','\x3b','\xe5','\xfd','\x4d','\x8b','\x88','\x8e','\xe3','\x76','\x6e','\xc8','\xdf','\xc3','\x32','\x22','\xc2','\x27','\x29','\x7f','\xc6','\x1f','\x92','\x51','\xef','\xee','\x8f','\xf6','\x2b','\xc4','\x1e','\xb6','\x2d','\x1b','\x67','\x1d','\xce','\xaf','\xe6','\xf7','\x60','\x23','\xde','\xf3','\xdb','\x12','\xc1','\xa8','\x83','\x05','\xf1','\x55','\x83','\xfe','\xb0','\x88','\xaf','\xb2','\x44','\x7a','\xec','\x63','\x94','\x08','\x7a','\x6c','\x7d','\x3e','\xa0','\xcb','\xe0','\x73','\xd6','\xdc','\xef','\x78','\x1d','\x2b','\x12','\x36','\x4c','\x31','\x6e','\x27','\x65','\x42','\xbb','\x0b','\xa9','\x53','\x83','\x85','\x91','\x4a','\xaa','\x9c','\x2a','\x6f','\x29','\x6c','\x29','\x58','\xe5','\x63','\x1e','\x29','\xf4','\x5a','\x20','\xb9','\x50','\x2a','\x88','\x98','\xc2','\x2e','\x1e','\x7c','\x6b','\x96','\xe9','\x39','\xde','\x53','\x0a','\xa1','\xc3','\xd4','\x72','\x07','\xa3','\x49','\x7e','\x28','\x9a','\x72','\x53','\x74','\xab','\x7b','\x88','\x26','\xf9','\x27','\x30','\xd6','\x8c','\x6c','\xc1','\xf1','\x27','\x42','\xb2','\x82','\x6c','\x3d','\x24','\x3e','\x2d','\x02','\x7c','\xa2','\xa5','\x26','\x53','\xe3','\x5b','\x3c','\x6b','\x18','\xcb','\x9f','\xac','\xa7','\x94','\x41','\xb8','\x9f','\xac','\x5b','\x46','\xca','\x18','\xf4','\x5d','\xa0','\xe5','\x60','\xbd','\x39','\x3e','\xa4','\x74','\x48','\x13','\xe3','\x56','\x82','\x7a','\x39','\x8c','\x23','\x1a','\x11','\xf1','\x15','\x70','\x8f','\x0f','\x72','\xe8','\x3f','\xce','\xbf','\x89','\xae','\xbb','\xba','\x10','\x1f','\xe7','\x85','\xb9','\xf9','\x61','\xe3','\x8e','\x6d','\x46','\x1e','\x07','\x81','\xdd','\x5b','\xd7','\xaa','\x70','\xbd','\xd1','\x8b','\xa7','\xb2','\x44','\xc3','\xf9','\x24','\x10','\xb6','\x06','\x1c','\x31','\x7f','\xc9','\x93','\x0d','\xaa','\x63','\x44','\x15','\x46','\x0e','\xe0','\xf3','\x51','\xe2','\xc1','\x15','\xff','\xb6','\x4c','\x74','\x11','\xf7','\xc6','\x44','\xfb','\xfd','\xa0','\x1f','\x96','\x82','\x99','\x1c','\x30','\x50','\xf1','\x58','\x07','\xf2','\xef','\xa0','\x9f','\x54','\xac','\xa2','\x88','\x32','\x33','\x2d','\xf6','\xa4','\x88','\x8f','\xc0','\x58','\xc4','\xa4','\xfe','\x6d','\xca','\xd0','\x6b','\x80','\xf4','\xc2','\x1a','\x64','\x96','\x9d','\xaa','\xf7','\xf3','\xf7','\x99','\x3f','\xe7','\xad','\x44','\x2a','\x9d','\x4c','\x8d','\xa4','\x2d','\xdd','\x3a','\x33','\x18','\x19','\xde','\x9d','\xf4','\xac','\x7b','\x93','\x67','\xac','\x0e','\x6b','\xf7','\xdf','\x80','\x82','\xf6','\x25','\xee','\xc4','\x9d','\xd5','\xdb','\xf9','\x41','\x75','\x7b','\xed','\xe1','\xda','\xf6','\xda','\xc1','\x7b','\x33','\xcf','\x3e','\x7c','\xb7','\xb3','\xc9','\xc9','\x6f','\xe7','\x2f','\x49','\x48','\x5f','\x2b','\x90','\xd0','\x2f','\x40','\x2b','\x5f','\xc0','\x08','\x3c','\x0b','\x7b','\x22','\xe3','\xe7','\x31','\x59','\xb4','\x8f','\xa7','\xc6','\x45','\x44','\x1b','\x46','\x48','\xfa','\x20','\xdc','\x45','\x84','\x0f','\xd6','\x02','\xfa','\x1a','\xb8','\x32','\x76','\x49','\xab','\xe5','\x07','\x7c','\x90','\x0b','\x5e','\x97','\xdf','\xab','\x69','\x62','\xa6','\x06','\xf2','\x2d','\x04','\xcf','\x4b','\x91','\x4f','\xd4','\x93','\xca','\x21','\xb8','\x31','\x86','\x78','\x8c','\x27','\xc9','\xa0','\xbf','\xa5','\x02','\x73','\xca','\x01','\xfe','\x88','\xc2','\x73','\xe9','\xe0','\x6b','\x16','\x7d','\xf2','\x35','\xfc','\x4e','\xd9','\x4f','\xc2','\x3d','\x78','\x36','\x95','\x1a','\x7c','\x35','\x79','\xe4','\xdb','\x09','\xd2','\xfb','\xe4','\x14','\x8c','\x5e','\x15','\xd6','\x08','\xcc','\x79','\x21','\x35','\xf9','\x20','\xe0','\x89','\xbf','\x96','\x89','\xd7','\xeb','\xe1','\x99','\xb7','\xc6','\x36','\xe2','\xa7','\xd7','\xe5','\xf4','\xa9','\x9a','\x90','\x10','\x0d','\xf9','\xc0','\x40','\x1e','\x7a','\x5d','\x07','\x57','\x4b','\x42','\xfe','\xbd','\x80','\xe3','\x0b','\xa3','\x58','\xd7','\x3c','\xb3','\xee','\x78','\x5e','\x9d','\xb0','\x43','\x7c','\x8b','\x91','\xf2','\x93','\x74','\x04','\xc6','\xf1','\x21','\x3f','\x55','\x18','\x81','\x3b','\x85','\xf7','\xd3','\x9f','\x20','\xc7','\x38','\xc8','\xbf','\x7a','\x97','\xb2','\x86','\x77','\x99','\x0f','\x94','\xa0','\x9f','\xa4','\xcb','\x7d','\x00','\x6e','\xfc','\x1e','\x30','\x33','\xee','\xb8','\x99','\x85','\x25','\x37','\x6b','\x39','\x47','\xb2','\xc3','\x8e','\x95','\xed','\x29','\xff','\x6a','\xcf','\xcd','\x12','\xae','\xe7','\xbd','\xf8','\x55','\x37','\x97','\x8b','\xdd','\x3f','\x5b','\xf3','\x3f','\x5c','\xfc','\x4f','\x3e','\x48','\x6d','\x1f','\x7d','\x17','\x10','\x45','\xc1','\x54','\x36','\xd7','\x0b','\x8a','\xdc','\x21','\xf8','\x13','\x7b','\x20','\xf7','\xcd','\x22','\xf7','\x75','\xbd','\xf9','\x00','\x72','\xdf','\x9b','\xd0','\x7e','\x2f','\xe3','\x8c','\xab','\x24','\x77','\x40','\x20','\x4f','\xd8','\x95','\xb1','\x1d','\x19','\x27','\x93','\xfe','\xb3','\x1d','\x07','\x08','\xc6','\xa7','\x04','\xf7','\x4b','\xca','\x7b','\xc7','\x37','\x88','\x56','\x4c','\xa2','\x34','\x70','\xfe','\xba','\x3d','\x44','\x3f','\x4f','\xb1','\xfe','\xd0','\xf4','\x13','\x4a','\xfa','\xf2','\xc3','\x2f','\xa4','\xab','\x4f','\xd4','\x1e','\xbe','\xfc','\x68','\x8b','\x4d','\xd2','\x95','\x74','\xfa','\xa5','\x74','\x48','\x1b','\x11','\x52','\x0f','\xe4','\x52','\x39','\x05','\xd2','\x07','\xbe','\xad','\xc1','\x7d','\x29','\x6b','\x70','\x7f','\x2a','\x95','\xda','\xf4','\x37','\x7b','\x82','\xe8','\xc4','\xf9','\xc8','\x47','\x2b','\x77','\x08','\xde','\xf5','\x89','\x74','\x52','\x4a','\xce','\x5a','\x6d','\x82','\x7f','\x5c','\x4b','\xc4','\xef','\x3e','\x39','\x0d','\x12','\xcd','\x4f','\x55','\x47','\xea','\xa9','\x6a','\xaa','\x0e','\x3c','\x01','\x6d','\xf8','\x1b','\x4e','\x8a','\x07','\x8a','\xdb','\xb9','\x5d','\xb6','\xdb','\x3e','\xcf','\x33','\xca','\xf6','\x4b','\x43','\xa9','\xcf','\x5f','\xde','\x15','\xcf','\x5c','\xce','\x6c','\x79','\xe4','\x72','\xfa','\x8e','\x97','\xf6','\xbc','\x7f','\x7e','\xe0','\x8d','\x75','\xcc','\xcf','\x12','\x53','\xd4','\x63','\x44','\x27','\xda','\x2e','\x6e','\xb3','\xed','\x13','\x5f','\x64','\xcb','\xd8','\xf2','\xca','\x4c','\xc5','\xa9','\x6e','\xaf','\x66','\xe8','\x33','\x91','\x35','\x35','\xb6','\xc9','\xc8','\x37','\xb1','\x99','\x03','\xba','\x07','\x71','\xa2','\x81','\x7e','\xdc','\xb0','\xc9','\x04','\x3a','\x9f','\xc1','\x86','\x7c','\xcf','\x00','\xcd','\xc3','\x8b','\xad','\x9f','\xbd','\x80','\x3a','\xc2','\x86','\x03','\x53','\x2f','\x3c','\xa8','\x62','\x7c','\xed','\x62','\x72','\xdf','\x30','\x7a','\x6d','\x3e','\x30','\x3c','\x8f','\x8e','\x34','\xef','\x9f','\xd7','\x42','\x36','\x08','\xbb','\xbf','\xaf','\x61','\xfd','\xdf','\xea','\x9f','\xd8','\xd4','\xbf','\x1b','\xf6','\x29','\xd4','\x5a','\xdf','\xf1','\xc6','\x5f','\x51','\xba','\xe2','\x40','\xc0','\x01','\x7d','\xc3','\x4c','\xe9','\x1d','\x6e','\x7a','\xf5','\x87','\x1b','\x78','\x3b','\x12','\x19','\x03','\xdd','\xa9','\x43','\xdf','\x4d','\xdb','\xc8','\xbd','\x1b','\x3a','\x3d','\x55','\xb9','\x1f','\x3e','\x99','\x77','\xff','\xcb','\xb8','\x1f','\x1a','\xc4','\x8d','\x07','\x28','\x04','\x8a','\xf0','\x06','\xba','\x39','\x2a','\x53','\x22','\x2b','\x86','\xa9','\xb2','\x72','\x18','\x7d','\xe9','\x30','\x7e','\x7c','\xa1','\x5f','\x63','\xa0','\x3d','\xcd','\xfb','\x6f','\x2b','\xf2','\x8a','\x95','\x9f','\x17','\xb1','\x1f','\xc2','\x2e','\xe6','\xa3','\x74','\x00','\x2f','\x65','\xa0','\x6d','\x34','\x35','\x70','\x24','\x24','\xe1','\xf9','\xdf','\x5a','\x6e','\xb2','\x3c','\x58','\xf5','\xb8','\x17','\x7f','\x43','\x7c','\x8e','\xfa','\x98','\xcb','\x76','\x54','\x1b','\x68','\x87','\x56','\x14','\xdd','\xa2','\xe9','\xed','\xf5','\x70','\x47','\x95','\xab','\x26','\xdb','\x6b','\x38','\x96','\x03','\xa6','\xf9','\x00','\x77','\xf2','\x1e','\xa1','\x06','\xc3','\xf8','\x65','\xbe','\x17','\xf1','\x97','\x40','\x41','\x33','\xcd','\xbd','\x26','\x22','\xa9','\xa0','\x2f','\x70','\x46','\x1f','\x17','\x5e','\x98','\xa3','\xdc','\x54','\xf6','\x0a','\xe4','\xa3','\xeb','\xfa','\x80','\xfe','\x29','\x1d','\x7f','\x32','\x15','\x53','\xc1','\xf5','\x19','\xa9','\x88','\x9e','\x61','\x9f','\x12','\x3b','\xb6','\xd7','\x31','\x83','\xae','\xf8','\x09','\xdf','\x9f','\xf1','\x9f','\x02','\xfb','\x82','\xf5','\x8e','\x9e','\x36','\xe5','\x4f','\x99','\x4e','\xd5','\x21','\xd7','\xeb','\x26','\xdd','\x2b','\xf6','\x66','\x05','\x46','\xda','\x84','\x27','\x4e','\x5f','\x5d','\xdb','\xb4','\xf6','\x56','\x32','\xfc','\xe1','\x82','\xef','\x9b','\x85','\xbd','\xbe','\x93','\x73','\xfc','\x01','\x73','\xc0','\x7c','\xd8','\xf5','\x4c','\x3a','\x11','\xbb','\x0b','\xfd','\xcd','\x3e','\xf5','\x82','\x78','\xbe','\x8f','\x6f','\x72','\x3c','\xc7','\x86','\xfa','\xb6','\xe3','\x7d','\xad','\x05','\xcf','\x94','\x50','\x02','\xee','\x57','\x1f','\x81','\xf9','\x73','\xf5','\x05','\x94','\xf5','\xfb','\xe4','\x47','\xe6','\xe4','\x23','\xb5','\x99','\x0d','\xed','\xb7','\xa1','\x55','\x4e','\xc6','\xbf','\xee','\x0c','\xf8','\x7b','\x89','\x03','\x92','\x45','\x60','\xa0','\xd5','\x3d','\x0f','\x77','\x97','\xe1','\x35','\xf6','\x5f','\x70','\x87','\x40','\xb9','\x36','\xe0','\x7f','\x4a','\x43','\x0f','\x01','\x8c','\xe8','\x46','\xf9','\x88','\x79','\x74','\x71','\x46','\x7e','\xc6','\xdf','\x81','\x67','\x77','\x4e','\xb2','\x64','\x15','\x3f','\xcb','\x77','\x14','\xad','\x73','\x83','\xe3','\xd6','\xb3','\x7f','\x3d','\x19','\xa0','\x33','\x24','\xb5','\xcf','\x68','\x8f','\xd6','\xb6','\xf2','\x7a','\xb0','\xbe','\x1f','\x7c','\xc4','\x49','\x0a','\x7c','\xe1','\xbf','\x96','\xa9','\xd7','\x29','\xe2','\x63','\xf7','\x4b','\xd0','\x26','\xd0','\x9d','\x41','\x46','\x4f','\x7e','\xd6','\xd9','\xf1','\xf2','\xa0','\x63','\x95','\x06','\xed','\x63','\x8c','\xe6','\x62','\xf5','\xac','\x12','\xbc','\x15','\xfb','\x37','\xe0','\x7c','\x3a','\x8e','\x3b','\x3f','\x88','\xd1','\x20','\xe8','\x67','\x30','\x17','\xe3','\xeb','\xf7','\x9b','\x7f','\x06','\xf3','\x73','\xd6','\xc7','\xb9','\xb9','\xbf','\xfa','\xe8','\xdc','\xfc','\x84','\xf7','\x53','\x17','\x0c','\xdc','\xbd','\x79','\x07','\x2e','\x9f','\x9b','\xf9','\xbd','\x39','\xa0','\x5f','\xce','\xcc','\x0d','\x80','\x15','\x38','\x8e','\x79','\x36','\xdd','\x1b','\x22','\x56','\x4f','\x31','\xc7','\xcc','\xa4','\x3b','\x96','\x56','\xd2','\x63','\x8e','\x62','\xdd','\xb0','\xc0','\xa2','\xd9','\xd3','\x6f','\xc4','\xe9','\x18','\xad','\x3d','\x77','\xa3','\x52','\x3b','\x7b','\xe3','\x54','\xad','\x76','\xa3','\x46','\xe2','\x37','\x4e','\x11','\x36','\xc6','\xfa','\xd5','\x31','\x55','\x55','\x6f','\x3c','\x1f','\xec','\xa4','\x95','\xe6','\xfe','\x71','\x1e','\x89','\x04','\x98','\x0e','\x78','\x74','\x94','\xa3','\x68','\xd3','\xe3','\xbc','\x09','\x3c','\x71','\xf0','\xb7','\x00','\xdd','\xb9','\x39','\xff','\x9a','\xe5','\x81','\x06','\x0e','\x33','\x42','\xf1','\xc0','\xf0','\xc2','\xa8','\xc6','\x79','\xff','\x9d','\x60','\x3e','\x06','\x9a','\x7a','\x00','\x9a','\x19','\x5c','\xb7','\xfb','\x01','\xbe','\x84','\xc8','\x50','\x4f','\x9a','\xe8','\x79','\x37','\xe3','\x6b','\xcc','\x97','\xa3','\x95','\x43','\xd9','\xee','\x15','\x88','\xd8','\x1f','\x64','\x18','\x5e','\x71','\x60','\x6a','\x09','\x3e','\x67','\x55','\x5d','\x55','\xd2','\xd6','\x2a','\x30','\xf9','\x14','\xbb','\x87','\x05','\xbf','\x7d','\xa7','\xf1','\xdb','\x5c','\x7d','\x23','\x40','\xea','\x63','\xca','\xff','\xfc','\x2d','\xfa','\x1c','\xe0','\xb3','\x62','\x86','\x91','\x9b','\x7f','\xbe','\x46','\x55','\x8a','\x79','\x0f','\x51','\x70','\xe0','\x9e','\x54','\x8f','\x17','\x03','\xfb','\x76','\xbe','\x5c','\x78','\x8d','\x93','\x8d','\xd3','\x48','\x19','\xf8','\x14','\xc6','\xd9','\x46','\x7f','\xbe','\xff','\x41','\xef','\xbf','\x23','\x3c','\x6f','\x57','\xc1','\x7d','\x6b','\xff','\x43','\x37','\x45','\x72','\xdd','\xe0','\x02','\xba','\x9a','\x2e','\xec','\xff','\x9c','\x4f','\x78','\xe3','\xb3','\x99','\xbf','\x5c','\xc4','\xcc','\x07','\x51','\x9a','\xcc','\x14','\xfd','\xfe','\xcd','\x12','\x82','\xb9','\x8f','\x72','\xc4','\x58','\x58','\x3f','\x42','\x03','\xbf','\x4e','\xec','\xc7','\x46','\x1f','\x06','\x64','\x82','\x18','\x41','\xfb','\xa2','\x06','\x6d','\xe4','\xe9','\x0d','\xfe','\x66','\xee','\x2f','\x76','\xcf','\xb7','\xff','\xfd','\xbc','\xcf','\x11','\xdf','\x30','\x28','\x0f','\x7c','\xbd','\x96','\xf2','\x1e','\x3a','\x44','\x05','\x3e','\x70','\xc3','\xfe','\x99','\x7f','\x7f','\xe0','\x9d','\xdc','\x4a','\x5b','\xd9','\xc2','\x1d','\xe0','\xb9','\xfa','\xe8','\x7d','\x4b','\x77','\x09','\xec','\xd6','\x55','\x45','\xa8','\xa9','\x51','\xf9','\xe6','\xf1','\x6f','\x27','\x07','\x7c','\xa3','\x80','\x72','\xe9','\xb1','\xc2','\xde','\xb2','\xe5','\x29','\xa0','\xd9','\xef','\xce','\xdd','\x44','\xff','\x05','\x28','\x2c','\xcd','\xcf','\xa0','\xbc','\x95','\xcd','\xdb','\xa4','\x4d','\x2f','\xf9','\x46','\xfc','\x5b','\xa3','\x7e','\x1b','\x0b','\xf6','\x4a','\x11','\xb0','\x44','\xf0','\x71','\x4e','\x78','\x13','\xce','\xb5','\xaf','\x19','\x67','\xb7','\xee','\x92','\x88','\xdd','\xb1','\x74','\x3d','\x78','\xfe','\xc2','\x72','\x7c','\x27','\x46','\x79','\x05','\x71','\x5e','\x37','\x97','\x03','\x37','\x4f','\x53','\x76','\x57','\x83','\x2b','\xe7','\x47','\x71','\x8e','\xbe','\x81','\x9f','\x0a','\x68','\xdd','\xc3','\xe8','\x09','\xcc','\xa2','\xba','\x6a','\x66','\x7d','\x49','\x0e','\xca','\x17','\x1b','\x0b','\xbd','\xdb','\x17','\xb6','\x7f','\x7e','\xfc','\xde','\xdf','\xbf','\x7e','\x2e','\x5a','\x09','\x06','\x93','\xbb','\x41','\xdc','\xc2','\x5e','\x33','\x0a','\xb3','\x27','\xea','\xaa','\xe6','\xe9','\x46','\xff','\xdb','\x58','\x80','\xec','\xde','\x5a','\x57','\x68','\x07','\x5b','\xcb','\x11','\x70','\x32','\xb0','\xff','\x9b','\xf5','\x5b','\xd9','\xcd','\x38','\x27','\x73','\xeb','\xd3','\x1c','\xfd','\x15','\x5b','\xb1','\xa8','\xf1','\x31','\x8e','\x59','\x30','\xd0','\x77','\x19','\xb3','\xd6','\x45','\x5b','\xe6','\xf9','\x1b','\x23','\x55','\xbe','\x0a','\xba','\x65','\x2b','\xf4','\xe4','\x2d','\x12','\xc3','\x6b','\xc1','\xf8','\x4a','\x98','\xff','\x9d','\xae','\x67','\x92','\x11','\xca','\xdd','\x5e','\xef','\x50','\x2e','\x29','\x8a','\x88','\x1f','\x5e','\x48','\xdf','\x60','\xc6','\xe2','\xee','\x1e','\xe6','\x61','\x55','\xcd','\x54','\xf9','\x2b','\xca','\xdc','\xf3','\x73','\xe8','\x1d','\xf5','\x11','\xdf','\x26','\x45','\x05','\xf1','\x90','\x10','\x31','\x11','\xe3','\xf7','\xe6','\xea','\xff','\x09','\xff','\xff','\x66','\xfd','\x16','\x63','\x03','\xb4','\x1f','\x7e','\x32','\x14','\x63','\x89','\x36','\xac','\xc3','\x43','\xe2','\xfa','\xcf','\x97','\x4a','\x4d','\xfe','\x41','\x89','\xd6','\xca','\x7a','\x8e','\x41','\xff','\x0d','\x92','\x5b','\xb0','\x3e','\xcf','\xd1','\xe7','\xfd','\xe3','\x03','\x16','\xf0','\x3f','\x57','\xbc','\x30','\x55','\x99','\xf0','\x41','\x9f','\xdb','\x25','\x9f','\xef','\xdf','\x3c','\x7a','\x4c','\xb0','\x7b','\x3c','\x9f','\x1f','\x22','\xa8','\x2f','\x9c','\x71','\xab','\x5a','\x65','\xb1','\xda','\xaa','\x3e','\x81','\x90','\xe9','\xbb','\xc3','\xb9','\x96','\xf9','\xfa','\x0c','\x23','\xac','\x54','\xbf','\x4f','\x53','\x35','\xbc','\x55','\x73','\x9d','\x39','\x5d','\xee','\x5f','\x40','\xbf','\xe6','\x2e','\xc7','\x6d','\x5c','\xc6','\x0d','\x17','\xdc','\xd5','\xf0','\x4d','\xb2','\xb0','\x7f','\x0a','\xfb','\xd8','\x1b','\xc8','\x53','\xd8','\x82','\x66','\xfc','\xef','\x5c','\xf9','\x82','\xe8','\x18','\xd5','\x93','\x8b','\x8a','\x47','\xc7','\x83','\xfd','\xff','\xf9','\xf9','\x3d','\x2f','\xa3','\x02','\xdc','\x9c','\x85','\xf2','\x09','\xca','\xeb','\x12','\x10','\x55','\x03','\x9b','\xfa','\x1e','\xa2','\x14','\x10','\x64','\xfc','\xab','\xd3','\x73','\xfd','\x3f','\xb0','\x2a','\x17','\xf8','\x3c','\x0b','\xec','\xa3','\x9f','\xc3','\xff','\xe2','\x2c','\xb0','\x77','\xb3','\xf9','\xf6','\xb7','\x28','\xc3','\x8a','\x62','\xe1','\xca','\xb5','\xc2','\x8a','\x5b','\x49','\x2b','\xb0','\xcf','\x9b','\xfc','\x1b','\x5a','\xa0','\xb7','\x63','\x8e','\x6a','\x6a','\x47','\x58','\xb4','\xa3','\xa3','\xe5','\x26','\xfe','\x7e','\x9f','\xf3','\x9d','\xf9','\xfa','\x0b','\x31','\x1c','\xe7','\x25','\x6c','\xb3','\xfd','\x81','\x8e','\xd8','\x8c','\xb0','\x9d','\xd3','\x4e','\x17','\xae','\x4f','\xef','\x1b','\x1f','\xb1','\x60','\xfe','\xbb','\xb8','\x66','\xdd','\x30','\x89','\xae','\xe8','\x71','\x9a','\xa4','\x4f','\xe9','\xba','\x49','\xf3','\x0b','\xde','\x2f','\xda','\x82','\x27','\x78','\xef','\x27','\x1f','\xa9','\x88','\x23','\xbb','\xae','\xdc','\x63','\xdd','\x6f','\x3a','\x09','\xbb','\x58','\xf4','\x30','\x6e','\x3a','\xdc','\xd0','\x2f','\x6f','\x8e','\xef','\x95','\x84','\x77','\xf8','\x0a','\x63','\xd1','\x69','\x77','\x83','\x32','\xe7','\x8d','\x1e','\x9c','\x4a','\xdc','\x6a','\xdf','\x34','\x4f','\x8e','\xde','\x3f','\x7a','\x62','\xfe','\xfd','\x30','\x17','\x41','\x82','\x05','\x37','\x9e','\x44','\xd0','\x89','\x28','\xf0','\x27','\x5d','\xd2','\x2c','\x17','\x71','\x60','\x7e','\x5e','\x4b','\xb0','\x20','\x8b','\xf8','\x05','\x1b','\x77','\x82','\xbb','\x9f','\x9e','\x9f','\xff','\xcd','\x13','\x80','\xe0','\xd3','\xcf','\x36','\xd6','\xf1','\x46','\x39','\x66','\xe9','\x2e','\x1a','\x89','\x46','\x0e','\xea','\x66','\x06','\xea','\xf9','\xf5','\x0b','\xb3','\x2c','\x2f','\x05','\x8b','\x6b','\xf0','\x52','\x5a','\x8f','\xe8','\x9d','\x97','\x2e','\x74','\x04','\x19','\xb4','\xe7','\xe9','\xdf','\x27','\x72','\x3e','\x2d','\xfc','\x0c','\xe4','\x83','\x90','\x2e','\x86','\xc4','\x70','\xfc','\x71','\x4e','\x9e','\x5d','\xad','\x08','\x9c','\x91','\x40','\xff','\x6f','\xd6','\xbf','\xd9','\x8a','\x00','\x1a','\xde','\x32','\xff','\x82','\x2c','\xb1','\x5f','\xe5','\xfd','\x34','\xed','\x45','\x67','\x62','\xf4','\xc2','\x04','\x33','\x62','\x3f','\xbe','\x7b','\xae','\xff','\x41','\xe4','\xd3','\x7b','\xcf','\xff','\x9a','\xad','\x73','\xeb','\xa8','\x31','\xbb','\x75','\x03','\xd1','\xc5','\x3c','\xc3','\x06','\xb5','\xce','\x36','\xbc','\x07','\xe7','\xe4','\x43','\x3b','\x3d','\x80','\xab','\x1e','\xf5','\x8b','\x3d','\xf6','\x86','\x95','\x99','\x69','\xbb','\xb1','\x84','\xce','\xf5','\x4e','\x9c','\xef','\x36','\x23','\x87','\x71','\x1c','\x82','\xf5','\x7b','\xfe','\xe4','\x0f','\x4f','\xf2','\x5c','\xb7','\xf9','\x17','\x0d','\x0f','\xe9','\x03','\x73','\xfc','\x2b','\xd0','\xa9','\xfb','\x40','\x1d','\xca','\xf2','\xa8','\x15','\xd5','\xa3','\x6d','\x5a','\x5c','\x8b','\x3c','\xc8','\x9b','\xdc','\xdd','\x2f','\x07','\x3c','\xd2','\xb4','\x70','\x9a','\x3c','\x38','\xcf','\xbf','\x8a','\x3b','\x26','\xba','\xd0','\x87','\x6b','\x08','\xd0','\xb7','\xaf','\xa0','\x96','\x43','\x4a','\x73','\x75','\x59','\xe5','\xc7','\x64','\xcc','\x9f','\x2c','\x29','\xd1','\xb9','\x9f','\xe5','\xe8','\x86','\x46','\xb9','\xb0','\xc2','\x10','\x61','\xa4','\x45','\x25','\xb1','\x7a','\x2f','\xfc','\x74','\x97','\x3d','\xcd','\xd8','\x1b','\x6b','\x5a','\x9a','\xdc','\x8f','\x96','\x99','\x6c','\x20','\xef','\x1d','\x96','\x45','\xac','\xbb','\xe0','\xbe','\x05','\xfc','\x0f','\xab','\x85','\x88','\x3b','\x41','\xbb','\x06','\x91','\x9e','\xc8','\x80','\x34','\x2a','\x99','\x7c','\xbe','\x7d','\x1f','\xa8','\x23','\xba','\xe7','\xb6','\x7a','\x51','\x64','\xf1','\xc6','\x5c','\x4e','\x2b','\x36','\x51','\xa3','\x59','\xbe','\xb0','\x67','\x42','\x92','\x59','\xeb','\x2e','\x69','\x0b','\xf4','\x2b','\x6a','\x44','\x0d','\xcd','\x1d','\x2e','\x84','\x65','\xcd','\xcc','\x82','\x21','\xef','\xc8','\x29','\x79','\x5c','\x27','\x74','\x7e','\xfc','\x1b','\xf1','\x21','\x2f','\xf4','\xbe','\xd4','\x75','\x51','\x7b','\x41','\x9b','\x30','\x27','\xc1','\x7e','\xca','\xce','\x3f','\xff','\xe6','\xe8','\x5a','\x11','\x5f','\x1b','\x35','\x1a','\xfd','\x47','\xfe','\xb8','\xb7','\xe3','\xcc','\xa6','\xdb','\xc5','\x0e','\x7c','\xf3','\xfc','\x2b','\xee','\x98','\xde','\xbc','\x7e','\x02','\xfc','\x99','\x6b','\xdb','\x7d','\x0f','\xac','\x19','\x37','\xe3','\x8f','\x89','\xd6','\x09','\x3e','\x10','\x11','\x3a','\xf0','\xbf','\xb2','\xb5','\xb1','\xde','\xbe','\x7b','\xfd','\x8e','\x33','\x9b','\x64','\xa3','\xb9','\x7a','\xce','\xcf','\xec','\xe0','\x44','\xbd','\x11','\xe1','\xdb','\x3e','\xd7','\x7e','\xc4','\x71','\xf0','\xaf','\xcb','\xd2','\x8c','\x55','\x86','\x6b','\x86','\x96','\x57','\xca','\xd3','\xba','\x41','\x9b','\xef','\x0f','\x50','\x12','\x1b','\xb1','\x4b','\x67','\x30','\x92','\xc9','\xc8','\x19','\xb9','\xef','\xf0','\x60','\x7c','\x6e','\x3d','\xc3','\x5a','\x18','\x43','\xd2','\xe4','\x50','\xd4','\x56','\xb2','\xbe','\x91','\xc3','\xef','\xe0','\xf4','\x2d','\x3a','\x27','\x9f','\xa1','\x07','\xb9','\xb0','\xaf','\x7a','\xfa','\x81','\xcf','\x7e','\xbd','\xca','\x74','\xab','\xbb','\xa8','\xef','\xed','\xf6','\x58','\x4f','\xec','\x74','\x03','\xbf','\xf9','\x96','\x5d','\x58','\xc6','\x76','\x81','\xfd','\x95','\x9f','\xe3','\xef','\x85','\x36','\xba','\xc2','\x96','\xbf','\x16','\x53','\xfe','\xe7','\x1f','\x82','\x48','\xc7','\xb9','\xd6','\xfb','\x98','\x73','\x19','\x3f','\x3b','\xa7','\xb0','\xf5','\x96','\x67','\x55','\xbd','\x22','\xc9','\x35','\xe9','\xf3','\xa7','\xe2','\x8b','\x9a','\xcf','\x6f','\xf2','\x5f','\x02','\xf8','\x0f','\xa8','\x4c','\x6e','\x13','\xeb','\x0f','\x63','\x0d','\xee','\xcb','\xad','\x84','\xf9','\xe7','\xd8','\x3a','\x5b','\xfe','\x06','\x6b','\xf9','\x9f','\xd3','\x0b','\xd7','\xc7','\x46','\xfb','\xb8','\x25','\x7d','\x6d','\x86','\xe6','\x9a','\xf8','\xaf','\x98','\x1f','\x02','\x3f','\x17','\xca','\xe7','\xe6','\x2e','\x7b','\x08','\x91','\x36','\x02','\xbe','\xd8','\xbd','\x80','\xfe','\x73','\x3d','\x10','\x7d','\x20','\xb8','\x2b','\x7a','\x54','\x6b','\x4a','\x17','\xa0','\x36','\xeb','\xb2','\xb2','\x20','\xc3','\x3e','\xd8','\xf3','\xdb','\x87','\x3e','\x58','\x6c','\x61','\x1d','\xa7','\x6f','\x23','\x1b','\x1a','\xef','\x27','\x74','\x14','\x56','\xf5','\x0e','\x6b','\x88','\xdb','\xd2','\x63','\x55','\x1b','\xae','\xc7','\xe3','\x9f','\x8f','\xbf','\x12','\x97','\x5b','\xde','\xc3','\xbf','\xb7','\xc4','\x37','\x05','\xa5','\x51','\x3b','\x6a','\x8f','\xf9','\x5a','\x7a','\xf3','\xaf','\x72','\x02','\x3f','\x62','\x7e','\x06','\x62','\xb9','\x0e','\xad','\x32','\xe4','\x9f','\x5d','\x24','\xf2','\xaa','\x33','\xd4','\x5c','\x75','\x86','\xc8','\x1b','\x2f','\xaa','\x9a','\xb8','\x7f','\x1f','\xd4','\xef','\x05','\xea','\x46','\xf5','\x2e','\x0b','\xcf','\x8a','\x7f','\xb3','\xa4','\xdd','\xb8','\x27','\xd7','\xd2','\xb3','\x41','\xb4','\x6f','\x6e','\xf5','\xa2','\x88','\xd3','\xcf','\x39','\xda','\x90','\xcf','\x3e','\xbb','\x61','\x83','\xe3','\x94','\x4a','\x0b','\xe4','\x5b','\x23','\x3a','\x0f','\xa5','\x54','\x51','\x7b','\xa0','\x6e','\xb2','\xe3','\xc2','\xdb','\xfa','\x34','\x9b','\x1f','\x9f','\x00','\x1b','\x0c','\xe3','\x7e','\xb2','\x7e','\x60','\x07','\x76','\x24','\xa6','\xfa','\x9a','\xf2','\xeb','\x4f','\xc5','\x1f','\x35','\xf8','\x2b','\x58','\xdb','\xc0','\x2e','\xc3','\x75','\x02','\x2c','\x61','\x77','\x9e','\xfe','\x48','\x7d','\xcd','\xd3','\xb4','\x07','\x2f','\x6a','\x7a','\x24','\x3a','\x31','\x51','\xa9','\xac','\x10','\xa8','\x0d','\x41','\xfc','\x55','\xf3','\xfd','\x73','\x19','\xdc','\xc0','\xce','\x79','\xe8','\x39','\xdc','\x5b','\x7f','\xa8','\xf8','\xee','\x82','\xf5','\x5f','\xf5','\xa2','\xf6','\x07','\x78','\xd4','\xee','\xf2','\x3f','\xe1','\x2c','\x7b','\xba','\x0b','\xec','\xf7','\xaf','\x88','\xfc','\x97','\xcd','\xf2','\xce','\x7a','\x04','\x54','\x9e','\x44','\x35','\xc8','\xb1','\x7d','\x71','\x2e','\x7f','\x72','\xa3','\xff','\x76','\xd6','\x0e','\xbf','\x49','\xed','\x5e','\xbb','\xeb','\xcd','\xbd','\x76','\xd9','\x6e','\x7d','\x53','\xb1','\xa9','\xdd','\xc9','\x0d','\xd2','\xd4','\xce','\x82','\xf8','\x1c','\x8c','\x85','\xd9','\x78','\xcb','\xfc','\x0b','\xfa','\x3f','\x8f','\xe3','\x1c','\xe0','\x4d','\x34','\x7f','\x9e','\x93','\x9f','\xf2','\x2a','\x59','\xd5','\xc6','\x2a','\x95','\xca','\x46','\x78','\xf3','\xc6','\x0a','\x91','\xe3','\x85','\x01','\x87','\x28','\xcd','\xfa','\x81','\x8f','\x4c','\x03','\x3f','\xdd','\x58','\x65','\xed','\xb1','\xa3','\x7b','\x9a','\xf4','\x15','\xfa','\xc3','\x9f','\x88','\xcf','\x6a','\xf2','\x77','\xa0','\xf7','\xbe','\x17','\xeb','\x62','\x5e','\xbe','\xce','\xe3','\xac','\x1b','\x0b','\x10','\xf3','\x9a','\xd2','\xfb','\x4f','\xc5','\x5f','\x35','\xdb','\xaf','\xb2','\xd4','\xc4','\xf8','\xa9','\x55','\x67','\x58','\xe5','\x73','\xda','\x84','\xbe','\x4e','\xef','\xa6','\xdd','\xd5','\x6e','\xb3','\x27','\xdf','\xb4','\xde','\x41','\xfb','\x05','\xf9','\xd2','\x67','\x23','\x96','\x7e','\x1f','\x4b','\xfb','\x69','\xf6','\x3c','\x8b','\x30','\x32','\x27','\x9d','\x70','\x7e','\xe8','\x3e','\x2d','\x70','\x3f','\x52','\x88','\x06','\x39','\x1e','\x88','\x6d','\xb1','\x42','\x13','\x3f','\x3e','\x24','\xf4','\x9e','\xff','\xf7','\xc1','\x10','\xb9','\xf3','\xc0','\x42','\x4c','\xec','\xe6','\xfb','\xdb','\xd9','\xe7','\x05','\xaa','\x8b','\x8f','\x18','\x1a','\x23','\x8e','\x37','\x64','\x17','\x19','\x7d','\x63','\xf9','\xdc','\xfc','\xa2','\x96','\xeb','\xc3','\x6d','\x85','\x39','\x27','\x41','\x74','\x56','\x59','\xe4','\x91','\x68','\xf2','\x0f','\x48','\x4f','\x6f','\xf4','\x40','\x97','\xf5','\x89','\x4f','\x17','\xe7','\xb4','\x2f','\x91','\xbf','\x0a','\x9f','\x6e','\x11','\x6d','\x55','\xb0','\x47','\xaa','\x2d','\xaf','\xcc','\xdc','\xb4','\x3f','\x1a','\xd0','\xf7','\xe6','\x3d','\x52','\x4b','\xfd','\xce','\xcc','\xfc','\x8c','\x10','\xda','\x15','\xed','\x61','\xaf','\xfa','\x77','\x15','\x7a','\x0a','\x67','\xfd','\x68','\x41','\x2b','\xfc','\xd2','\x8f','\x5a','\x5a','\xea','\xdc','\x78','\x6b','\x4b','\x73','\x7d','\x0e','\xc3','\xea','\x19','\xdc','\x3e','\xf4','\xe2','\x7e','\xf5','\xe1','\x78','\x69','\x36','\xd2','\x16','\x69','\x94','\xf7','\x31','\xa5','\x3e','\xa6','\xc7','\xf5','\xc7','\xf7','\x2b','\xf1','\xbe','\x87','\x49','\xbe','\xa1','\x43','\xd0','\xf9','\xfe','\xc7','\xe8','\x60','\xe5','\x89','\x97','\x3b','\x8b','\xa9','\xca','\x93','\x27','\xe7','\x67','\x47','\x73','\x7e','\x81','\xf5','\xe4','\x2a','\xe5','\xac','\xb6','\xc2','\x8c','\x97','\x93','\x8a','\x74','\xfa','\xce','\x9e','\x7f','\xbd','\x1b','\xe5','\xf3','\xd2','\x39','\xfb','\x96','\x89','\xf8','\x9b','\x90','\x7f','\x08','\xee','\xe1','\x5c','\x88','\x8f','\xa8','\x9f','\x48','\x1f','\x9a','\xb5','\x5a','\xe6','\x76','\x87','\xea','\x5a','\xd5','\xad','\x2a','\x6f','\xc0','\x37','\x19','\x6d','\xf8','\x87','\x7f','\x79','\xc1','\xfc','\x6a','\xcf','\x1d','\xa8','\x87','\x95','\x08','\xbd','\xee','\xdf','\xa3','\xdd','\xe7','\x67','\x34','\xcc','\x15','\x18','\x76','\x22','\xf1','\xe6','\xf3','\x5b','\x41','\x4a','\xdd','\xed','\xeb','\x30','\xbe','\x4a','\x41','\xf7','\xe3','\x05','\xd3','\x57','\x48','\x8f','\x75','\xba','\x30','\x67','\x1f','\xff','\x89','\xf8','\xb9','\xe0','\xe9','\xae','\x8b','\xba','\x93','\x69','\x8e','\xba','\x66','\x61','\xeb','\xc5','\x47','\xe4','\xad','\x67','\x92','\xc1','\xfd','\xfb','\xc6','\xea','\xfc','\x3e','\x18','\x9b','\x88','\xaf','\xf9','\x1d','\xbf','\xd9','\xfe','\x3f','\x15','\x7f','\x3a','\x27','\x7f','\xcd','\x3e','\xdd','\xe4','\x37','\x30','\x83','\x8e','\x2b','\xb2','\xe8','\xf0','\x0c','\x4d','\x15','\xc7','\x8b','\x73','\xf4','\x15','\xbe','\xfd','\x18','\x83','\xa0','\xa6','\x07','\x79','\x9d','\x84','\xfc','\xaa','\x57','\x3d','\xb0','\xe8','\xeb','\x0b','\xe7','\x27','\x9d','\x60','\xc5','\x01','\x7e','\x08','\xf4','\xec','\x2e','\x06','\x34','\x62','\x19','\x7e','\x38','\xb0','\x12','\x82','\x73','\x77','\x9f','\xc9','\xa0','\xd7','\x90','\x58','\x47','\x6c','\x6a','\x1d','\x89','\xc9','\xfd','\xa0','\x64','\xe7','\x80','\x80','\xc4','\xdf','\x98','\x0b','\x22','\x93','\x59','\x80','\xf5','\x0c','\x3f','\xa3','\xbf','\x63','\xb0','\x3e','\x36','\xf0','\x43','\x79','\x4c','\x8a','\x4d','\xaf','\x03','\xc3','\x30','\x46','\xb0','\x5c','\x15','\x7b','\x5f','\x0f','\xee','\x7e','\x7a','\x05','\x61','\xc3','\x7d','\x16','\x4b','\xf2','\xa4','\x7a','\x68','\x43','\x68','\xea','\xba','\x1a','\x5b','\xd9','\x4f','\x0e','\x0d','\xb7','\x5a','\xad','\x56','\x5b','\x2a','\x9d','\xd2','\x8e','\x80','\x26','\x7a','\x12','\x66','\xef','\x69','\xcb','\xd8','\xda','\x37','\x5c','\xdc','\x5c','\x4c','\xb3','\x5d','\xa7','\x9e','\x90','\x76','\xe5','\xd3','\x78','\x47','\xbf','\xe3','\x81','\x4c','\x99','\x26','\xc5','\x45','\xaf','\xb9','\x18','\xd5','\x2f','\xbc','\x3f','\xb4','\xe2','\xc6','\xa2','\x1c','\x91','\xc7','\x6f','\x7b','\x75','\x78','\x13','\x93','\xa8','\x1c','\xbe','\x48','\x35','\x57','\x73','\xb4','\xcc','\x45','\xf4','\xe9','\x1f','\x95','\x87','\xe0','\xf7','\xa8','\xb6','\x42','\xbb','\xa8','\xf5','\x9b','\xa4','\x00','\xe2','\xd6','\xc2','\x79','\xe5','\x98','\x30','\x72','\x95','\x8c','\xea','\x32','\x44','\x29','\x8f','\x5a','\x2b','\x0a','\x6f','\x73','\x23','\x8f','\xe8','\x7b','\x4d','\xdc','\xa3','\x00','\x0d','\x75','\x1e','\x07','\x29','\xa4','\x8c','\x01','\x45','\x30','\x7e','\x89','\x16','\xdd','\xa2','\x43','\x33','\xd4','\x29','\x3a','\x45','\x97','\xda','\x2b','\x97','\x4e','\x47','\xe9','\x4a','\x7a','\x81','\x22','\xdb','\x05','\x11','\x0a','\xa3','\x22','\xde','\x02','\xaf','\xd1','\xf4','\x50','\x2a','\x3c','\xbe','\x4c','\xba','\x53','\x7a','\x5b','\xea','\x0f','\xe2','\x93','\xb0','\x5c','\xf8','\xc3','\x63','\x96','\x04','\x78','\x3f','\xc3','\x9d','\x85','\x15','\xec','\xa2','\x40','\xf8','\x10','\x38','\x39','\x9e','\xdb','\xc8','\xaf','\x80','\x79','\x0b','\xec','\x3a','\xf5','\xa2','\xde','\x4a','\xef','\x82','\x67','\xd4','\x89','\x87','\xf8','\xbf','\x74','\xda','\x15','\x7b','\xb2','\x70','\x71','\x28','\xf7','\xb0','\x7c','\x85','\x77','\xd1','\x7b','\xb0','\x11','\x9f','\x44','\x83','\x0c','\x08','\xe2','\x0d','\x98','\xa7','\x2d','\x2c','\x2f','\x93','\xef','\x94','\xdf','\x16','\xf9','\x85','\x84','\xff','\x4f','\xc1','\x2d','\x20','\xdf','\xc2','\x0d','\x3f','\xd9','\xf0','\x7b','\xb4','\xb0','\xa2','\x70','\xb1','\x70','\x53','\xfd','\x46','\x0e','\xbf','\x51','\x98','\x19','\x61','\x6d','\x99','\x76','\xa7','\xf6','\xb6','\xd6','\xdf','\xf0','\x9f','\xa6','\xb6','\xc8','\x70','\xa0','\x3d','\x1c','\x71','\xe8','\xa8','\x6f','\xcb','\x54','\x81','\xf6','\xd9','\x17','\x98','\xe8','\x3f','\xfa','\xf7','\xe8','\xd0','\x7f','\x3d','\xe3','\xc2','\x9c','\x73','\x47','\x9d','\xb0','\xbb','\x8c','\xde','\xc9','\xdf','\x2e','\x25','\x04','\x7e','\x60','\x90','\x9f','\xd4','\x2d','\x64','\xe4','\x87','\x67','\x9c','\xb2','\x53','\x76','\x67','\xec','\x02','\x2d','\x43','\xfd','\xfc','\x85','\xbc','\x21','\xfc','\xc7','\xf1','\x09','\xa3','\x18','\x6f','\x33','\x82','\x91','\x91','\xa3','\x29','\xa0','\xdf','\x88','\xa0','\x1f','\xc8','\x53','\x91','\xbe','\xaf','\x37','\x3c','\xe5','\x8a','\xec','\x0d','\x41','\x86','\x09','\xcc','\x7e','\x37','\xdf','\x3f','\x90','\xcc','\xa8','\x6b','\x14','\xc3','\xe9','\x3b','\x23','\x17','\x96','\x0c','\xcc','\xe1','\x5c','\x85','\x1b','\xe3','\x87','\xf3','\x63','\xac','\xb1','\x8b','\x8a','\x7a','\x30','\x6a','\x7e','\x0d','\x24','\xac','\x60','\x7c','\x8d','\x60','\xfc','\x1c','\xd2','\xcc','\x80','\x01','\xf4','\x05','\x6d','\x06','\xc6','\x07','\xec','\xab','\x45','\x2d','\x88','\x7f','\x1c','\x78','\x3c','\x3e','\x1c','\x64','\x90','\x38','\x60','\x57','\x69','\x15','\xe9','\xf3','\x5b','\xd5','\x08','\xe2','\xb3','\x0c','\x6a','\x8e','\xce','\x38','\x96','\x63','\x43','\x0b','\x0d','\x37','\x37','\x54','\x88','\x1c','\x8b','\x4e','\xad','\xc8','\x5f','\x14','\xfd','\x63','\x32','\x5b','\xd2','\xf9','\x72','\xdd','\xab','\x7a','\xc7','\xf5','\xe3','\x77','\x9f','\xa8','\xd6','\xab','\x93','\x55','\xb5','\xda','\xdd','\x77','\x1f','\xb9','\x9c','\x33','\xb3','\x0a','\x09','\xf2','\xb3','\x8e','\x0a','\x6f','\x4d','\xf4','\x79','\x06','\xfe','\x95','\xc3','\x3e','\xbc','\xdf','\xbe','\x58','\xea','\x47','\xff','\xf6','\xb9','\x72','\x68','\x21','\x09','\xf8','\x67','\x29','\x8f','\x32','\x28','\x17','\xf8','\x29','\xf3','\xfe','\xad','\x68','\x43','\xa9','\xf2','\xae','\x33','\x25','\x33','\x02','\x3a','\x96','\xa4','\x2d','\x9a','\x71','\xa3','\x4c','\x79','\x8f','\x66','\xdc','\x98','\xbd','\x5b','\xeb','\xb9','\xc2','\x2a','\xae','\x48','\x62','\x5f','\xc0','\x1b','\x55','\x1e','\x96','\x33','\xb3','\x18','\x33','\x31','\xaa','\x0c','\xd5','\x69','\x31','\x5a','\x5c','\x51','\x7c','\x3b','\x92','\x40','\x7c','\xd7','\x8e','\x27','\xa7','\x16','\xee','\x7a','\xad','\xe3','\xfd','\xcd','\x7d','\x0c','\x8c','\xc9','\x97','\xc5','\xf8','\x9c','\x76','\xe5','\x8c','\x38','\x9f','\xc9','\xd4','\x61','\x7e','\x88','\xf6','\xad','\x64','\x17','\x1a','\xf8','\x31','\x82','\x7f','\x04','\x6d','\x9d','\x3a','\x8e','\xdf','\x36','\x4e','\x19','\xd0','\x4f','\x05','\xfa','\x61','\x39','\x68','\x46','\x54','\x71','\x5f','\x73','\x1a','\x1c','\x08','\xfc','\xab','\x01','\xff','\xf9','\x82','\xff','\xb4','\x50','\x3b','\x2b','\xc4','\xce','\xac','\x91','\xaf','\x46','\x8f','\xc3','\xf5','\xa3','\x73','\xc7','\xa3','\xd7','\xa2','\xdf','\x2b','\x77','\x39','\x1f','\x96','\xef','\x93','\xff','\x55','\xee','\x8f','\x86','\x94','\x39','\xfe','\x16','\xdc','\x0d','\xb2','\xd9','\xb0','\x79','\x38','\x1e','\x4d','\xad','\x28','\xbd','\xad','\x1a','\x29','\x52','\x08','\xe2','\x53','\x67','\xa5','\xbf','\x93','\x8f','\x93','\xe3','\xe7','\x6b','\xe9','\xd9','\xf4','\xf7','\xd2','\xda','\xb7','\xf5','\xf2','\x7d','\xf4','\x5f','\x45','\xff','\x30','\xfe','\x8a','\x56','\x45','\x86','\x10','\x03','\x73','\x9b','\x8c','\xca','\xe9','\xd9','\x28','\xce','\xaf','\xea','\xc5','\x92','\x81','\xf1','\x57','\x02','\x9f','\x26','\xc8','\x20','\x02','\xe5','\x22','\x0f','\x22','\xe6','\x73','\xbd','\xd3','\x7f','\x5b','\xbc','\x1f','\xe4','\x65','\x4b','\x6c','\xc3','\x55','\xf6','\xa3','\x89','\xe3','\xec','\x78','\xdf','\x09','\xed','\x5a','\xe5','\x6f','\xf7','\x76','\x69','\xdd','\xda','\x7d','\xda','\xbf','\x62','\xfb','\x4d','\x31','\x7e','\x30','\xab','\x32','\x07','\x45','\x7e','\x4c','\x79','\xf4','\xe0','\x90','\x13','\x76','\x96','\x1d','\xbc','\x53','\xfe','\xad','\x9c','\x88','\xca','\x4a','\x73','\x47','\xa3','\xe9','\xe1','\xb8','\x00','\xa9','\x2d','\xe0','\x4f','\x11','\xe5','\xea','\x36','\x7a','\x07','\xef','\xe7','\x43','\x6a','\x58','\x5d','\xc6','\xef','\x54','\xdf','\x56','\xfb','\x45','\x7c','\x1a','\xcc','\x3f','\x55','\xc8','\x1f','\xe4','\x61','\xbf','\x31','\xbf','\xfd','\x95','\x85','\x0b','\x05','\xa3','\x0c','\xf2','\xa3','\x49','\x1f','\x31','\xfb','\x32','\x30','\xd3','\x86','\x46','\xc2','\xa9','\x65','\xa9','\x3b','\x47','\x02','\xf9','\xc4','\x80','\xba','\x31','\x0d','\xe9','\xfb','\xa3','\xc2','\x71','\x0d','\xe8','\x5b','\xfe','\xde','\xa6','\xae','\xde','\x06','\x7d','\x65','\x94','\x1f','\x82','\xff','\x84','\x3f','\xbe','\x93','\xcb','\xf0','\xac','\x0a','\xef','\x4f','\xc3','\xfc','\x9c','\xbd','\x28','\xf0','\x77','\xa0','\xff','\xbd','\x31','\xe8','\x35','\xd4','\xed','\x3d','\xae','\x9d','\xa8','\xcc','\x56','\x26','\x4f','\xaa','\x95','\x78','\xe5','\xe3','\x95','\x4b','\xa6','\xe1','\x10','\x0f','\x37','\x49','\x62','\xb0','\x2e','\x1d','\x17','\x11','\x07','\x98','\x99','\x64','\x82','\xa1','\xbf','\xff','\x06','\x76','\x89','\x05','\xf9','\x7b','\x02','\xdc','\x96','\xb1','\xcb','\x52','\x8b','\x24','\xa1','\x6e','\x9e','\xaa','\xa4','\x2a','\xb8','\x0f','\xd2','\xa6','\x71','\x2e','\x49','\x01','\x40','\xb7','\x9b','\xcb','\xf8','\x0f','\x8b','\x31','\x76','\x31','\xcb','\x84','\x1b','\x3d','\x73','\xa7','\x7e','\x91','\x1a','\xfb','\x44','\x7c','\x1a','\x6d','\xc8','\x0f','\x8e','\x31','\x9b','\x40','\x9f','\x5a','\xa4','\x16','\xe5','\x2b','\x6a','\x17','\x6b','\x46','\x8d','\x1c','\x09','\x90','\xfc','\x66','\x95','\xbf','\xfb','\x43','\x95','\x9c','\x38','\x53','\x73','\x66','\x9d','\xef','\x9d','\x53','\x9d','\xb8','\xf3','\xf1','\x73','\x97','\xcd','\x84','\x23','\x9d','\x8d','\x29','\xb8','\xaf','\x70','\xed','\xfc','\x71','\x0a','\xe3','\x77','\xfe','\x78','\xe2','\xaa','\xf9','\x5d','\x33','\xb6','\xb3','\xdb','\xbc','\xdf','\xbc','\x6c','\x9a','\xe7','\x94','\x26','\x7f','\xf9','\x01','\xf5','\x33','\xd0','\x12','\xe4','\xaf','\x3b','\x02','\xfe','\x72','\x90','\xbe','\x40','\x1f','\x67','\xd4','\xc9','\xbc','\xe9','\xd8','\x99','\x37','\x33','\xf0','\xd3','\xd0','\x9b','\x30','\xbe','\xce','\x9d','\x6f','\xbe','\x6d','\x1b','\x69','\xd2','\xb7','\x30','\xbf','\xd7','\xdc','\xde','\x44','\x80','\x8b','\x2b','\xe6','\x8f','\x88','\xff','\x95','\xea','\x24','\xa0','\xcf','\x71','\xf9','\xaa','\x3f','\x61','\x60','\x3c','\xc8','\x06','\x72','\x49','\xcc','\x6f','\x58','\x4f','\x9f','\xef','\x7c','\x7d','\x36','\x5d','\x73','\x4e','\x9c','\xab','\xed','\xa8','\x39','\xd7','\x5e','\x9f','\x8c','\xa8','\xa5','\xf8','\xa3','\xf7','\x9f','\xfb','\x5f','\x76','\x82','\xe2','\xfe','\xc2','\x7b','\xb3','\xff','\x1e','\x26','\x73','\x76','\x22','\x47','\x7c','\x5a','\xc6','\xae','\x6a','\xd5','\xea','\x09','\x5e','\x3d','\x50','\xad','\x5e','\xd5','\x26','\x55','\x66','\xe8','\xda','\xfd','\x93','\x97','\xc7','\x4d','\x8f','\x0c','\xcf','\xe7','\xbc','\x79','\xeb','\xeb','\xed','\xc6','\x22','\x42','\x27','\xb2','\x7e','\x1a','\xe8','\x4f','\x59','\x54','\xd0','\x3f','\x98','\x3f','\x75','\x56','\xb5','\x6a','\x57','\x8e','\x6b','\xb5','\x74','\xbd','\x3e','\xa1','\x88','\xf6','\xc1','\xf8','\x09','\x7c','\x26','\x16','\xd3','\x58','\xf5','\x1a','\xaf','\x49','\x20','\xda','\x40','\xca','\x41','\x39','\x8b','\xf9','\x82','\xff','\xd7','\xf7','\xeb','\x98','\xff','\xcb','\xb5','\xcc','\x9c','\xc9','\x47','\x8b','\x91','\x22','\xf5','\x79','\xb1','\x54','\x2c','\xc1','\x27','\x4a','\x98','\x08','\xe7','\x39','\x29','\x27','\xda','\xdf','\x77','\xc3','\x8c','\x56','\x1f','\xa6','\x7f','\xab','\x6f','\xd9','\x74','\xf8','\x16','\xfe','\x47','\xec','\x2a','\xa5','\x7e','\x43','\x8f','\xea','\x63','\xa0','\x5b','\xde','\x78','\x58','\xc9','\x87','\x6e','\x92','\x3f','\xef','\xf7','\xfe','\x85','\xfc','\x15','\x48','\xff','\x85','\x78','\xd1','\xb8','\xfb','\x18','\xec','\xe2','\xe2','\x13','\x70','\xf5','\x85','\xf9','\xed','\xa1','\x6c','\x6d','\xc8','\x5f','\x5f','\xac','\xcf','\x0d','\xf9','\x8a','\xbe','\x02','\xc0','\xdf','\x1c','\xf8','\xdb','\xc7','\xc8','\x86','\xab','\xda','\x77','\x7d','\x66','\x40','\xff','\xbd','\x7f','\x7d','\xcd','\x38','\xb0','\xe8','\x69','\x26','\x3c','\x0e','\xeb','\xec','\x04','\x3f','\xae','\x9c','\x78','\xee','\xb8','\x72','\xd5','\xfb','\x7e','\x1f','\x23','\x50','\x5e','\xbc','\x54','\x44','\xf9','\x3d','\xef','\x1f','\xd7','\x90','\x97','\xec','\x16','\xfa','\xf6','\x76','\x4e','\xc5','\xb4','\x3a','\x8e','\x0e','\xc6','\x74','\x4a','\x57','\xfd','\xef','\x6a','\x31','\xad','\xdb','\x17','\xf2','\x03','\xd6','\x37','\x98','\x5f','\xe7','\xd5','\x94','\x3f','\x7e','\xe2','\x72','\xed','\xbf','\xd6','\x2a','\x27','\x66','\x66','\x4f','\x4d','\x56','\x3a','\x2f','\xc6','\x4f','\xdd','\x5f','\xb9','\x5c','\x49','\x68','\xf2','\x5e','\xa6','\x74','\x9e','\x55','\xad','\x6b','\xbf','\xaa','\xa5','\x4e','\xbc','\x7e','\x5c','\x3e','\x71','\xd1','\xaf','\x40','\xf9','\xde','\x78','\xfc','\xe3','\x97','\x2f','\xc5','\xfb','\x53','\xa4','\x18','\xc4','\xc7','\x8e','\xf1','\x8c','\x99','\x29','\xe1','\x0c','\x19','\x75','\x87','\x08','\xac','\xd0','\xe4','\x4e','\xf7','\x6d','\xb3','\xdf','\x95','\x4c','\x46','\xd6','\x4c','\xa9','\x3b','\xaf','\xbd','\x5e','\x4b','\x9f','\x78','\xbd','\xf6','\xc4','\x8f','\xce','\xd7','\x8d','\xef','\xf1','\x85','\xf4','\x7b','\x1f','\xfa','\x12','\x31','\xbe','\x7e','\xd0','\x3e','\xa4','\x1e','\xe8','\x2f','\x28','\x1b','\x41','\x47','\xd8','\xbe','\xda','\xad','\x83','\x7e','\xe3','\x2d','\xe3','\xa8','\x9f','\xf4','\x2b','\x92','\x98','\x5d','\xc0','\x3f','\x5e','\x55','\x83','\x1e','\xda','\x55','\xef','\xaa','\x3c','\x39','\xce','\x3c','\xa4','\xdf','\xa5','\x46','\xb9','\x5a','\x53','\xdf','\xf4','\xbd','\xe3','\x4e','\x4d','\xc5','\x1c','\x46','\xb3','\xea','\x04','\xf0','\x9b','\x7e','\x60','\x43','\xf5','\x5f','\x05','\x02','\xba','\x78','\x7e','\xd5','\x2d','\x66','\xf8','\x76','\x5c','\x21','\x50','\xbf','\x61','\x61','\xbe','\x0c','\xd6','\xba','\x8b','\x1e','\xd0','\xff','\xeb','\x02','\x3f','\x80','\x41','\xfb','\xd4','\xe3','\x18','\x79','\xf2','\x42','\x9d','\x04','\xed','\xbf','\xcf','\xf9','\x57','\xa7','\xdf','\x09','\xb5','\xdf','\xbc','\xf3','\xb3','\xb1','\x8e','\xe8','\xe9','\xa0','\xef','\xd4','\x9d','\xaa','\x5b','\x8f','\x68','\xdc','\x9f','\xc7','\xb5','\x69','\xa7','\x5f','\x60','\xff','\xe1','\xf4','\x13','\x3f','\x6e','\xff','\xfa','\xbf','\x2f','\x28','\x6f','\xee','\x69','\x0a','\x5e','\x59','\xf0','\xff','\x4d','\xfc','\xfd','\x3e','\xd7','\x2a','\x66','\xfd','\x68','\xfc','\xd3','\x3f','\x9f','\x8f','\xed','\xa0','\x37','\xd5','\x47','\xdb','\x36','\xd8','\x4f','\xf0','\xa4','\x55','\xd3','\x88','\xda','\x7a','\x6b','\x79','\x88','\x04','\xfb','\xe6','\x96','\xf4','\x9d','\x19','\x9d','\xfe','\xf3','\x4d','\xe5','\x7f','\xca','\x3f','\xa6','\x39','\xbf','\x15','\xa2','\xf8','\x54','\x1b','\xd3','\xe6','\x32','\x30','\x9b','\xc1','\xb5','\xfd','\x8c','\x6f','\x22','\xfe','\x30','\x9e','\x5f','\xd3','\xec','\x58','\x24','\x83','\x11','\xf7','\xc1','\x85','\xb1','\xe3','\xea','\xf6','\x49','\x3f','\x41','\xca','\x21','\x25','\x42','\xc2','\x84','\xad','\xd8','\x7a','\x3a','\x4f','\xa2','\x44','\x3b','\xb5','\xcf','\xfb','\x11','\x68','\xbf','\x88','\x5d','\xaa','\x61','\x8e','\x8d','\x2a','\x08','\x57','\xb2','\xea','\xb4','\xba','\x22','\x41','\xbe','\x91','\x8b','\xe6','\xb4','\x53','\x9f','\x3b','\x3b','\x81','\x67','\x94','\x98','\x09','\x0e','\xae','\x35','\x55','\xad','\x18','\x26','\xcb','\x4f','\xab','\x0f','\x6d','\x9d','\xca','\xc1','\xb7','\xb6','\xf3','\x2f','\xce','\x4c','\xc8','\xeb','\x2e','\x82','\x9d','\x83','\x39','\x50','\xb4','\xee','\x83','\x31','\xe5','\xee','\xa9','\xf8','\xc4','\x43','\xef','\xa4','\x26','\xbe','\x3e','\xf5','\xa1','\x89','\xbb','\xf9','\x5e','\xf3','\x47','\x33','\xeb','\x0b','\x6b','\x2e','\x6a','\xc1','\x3d','\xa3','\x29','\x14','\x96','\x40','\xa2','\x64','\xa9','\xc4','\x64','\x53','\x91','\x3f','\xa4','\xdc','\x45','\x53','\x6a','\x5b','\x42','\x91','\x05','\xd8','\x00','\x53','\x4e','\x37','\x7d','\x5a','\x16','\xa2','\x12','\x2e','\x96','\x15','\x6f','\x83','\xfd','\x2a','\x6b','\xef','\x50','\x5a','\x02','\x5f','\x81','\xe6','\xc9','\x1a','\xfa','\x0e','\x80','\x6d','\x49','\xda','\xbd','\xf5','\xf6','\x3f','\xf5','\xb4','\x2c','\x91','\x1b','\xfe','\xbb','\xc1','\xc9','\xfc','\xae','\xc6','\xe9','\x8c','\x6c','\xb6','\xeb','\xeb','\xe9','\x3f','\x29','\x2d','\x2d','\x08','\xef','\x4e','\x05','\xc2','\x72','\x80','\x8f','\xfb','\x51','\xf9','\x11','\xff','\x19','\xd0','\x2e','\xe7','\xf3','\x2b','\x83','\x69','\xdc','\x1b','\x9a','\xf2','\x59','\x80','\xd7','\xf8','\x51','\xbe','\x83','\x95','\x59','\xb4','\x81','\x7d','\x11','\x06','\x7d','\x88','\xe5','\xa8','\x47','\x9e','\xbb','\x7a','\xa0','\x95','\x2e','\xa5','\xcb','\xe8','\x3d','\x34','\xc3','\xff','\x1a','\xbe','\x03','\x14','\xad','\xb0','\x8b','\x11','\xdb','\xe8','\x23','\x7c','\x9d','\xb7','\xc2','\xaa','\x1d','\x56','\x3f','\xaa','\x3e','\x92','\x7e','\x26','\xb5','\x6c','\x3c','\xc0','\xdf','\x45','\xfc','\x8f','\xa0','\xfc','\xaa','\xaf','\x68','\x68','\xb5','\x6c','\xd0','\x04','\xb6','\x86','\x40','\x47','\x0d','\xf0','\x25','\x44','\xb9','\xed','\x7b','\xad','\x72','\x24','\x42','\xd9','\x7a','\xe3','\x11','\xaf','\x4c','\xe1','\xfd','\x66','\xd8','\xc3','\x13','\xbc','\xa5','\xb9','\x9b','\xda','\xef','\x43','\xfb','\x65','\x68','\x3f','\xfa','\xe5','\x8b','\xc8','\x59','\xd1','\xbe','\x1c','\xc9','\x5d','\xe5','\xad','\x24','\x42','\xa2','\xac','\x87','\x65','\xf4','\xbf','\xd6','\xee','\xd0','\x22','\x6a','\x14','\xd1','\x51','\x27','\xa8','\x38','\x77','\x21','\xc6','\x75','\xff','\x4f','\xf6','\x1f','\xca','\x43','\x5a','\xbd','\xa2','\x54','\x41','\x6b','\x03','\xa9','\xe0','\xb0','\xe2','\x1c','\x36','\xad','\x38','\x73','\x86','\xe7','\x87','\x60','\x7d','\x6f','\x93','\x97','\xcd','\x84','\xa3','\x1f','\x8d','\x3e','\x12','\x7d','\x66','\x06','\xea','\xeb','\xe1','\x48','\x10','\x3f','\xd0','\x1c','\x39','\x89','\x85','\x50','\x12','\x17','\x3a','\xbc','\x3d','\xb9','\x45','\x44','\xf6','\xda','\xed','\x8f','\xf6','\xfc','\x7c','\x89','\x3c','\xe7','\x55','\x10','\x69','\x78','\x0c','\x48','\x13','\x21','\xb4','\x67','\xa1','\x7c','\x3d','\xfb','\xa7','\x8e','\x96','\x16','\xf1','\x7e','\xbf','\x2e','\xe8','\xbf','\x94','\xf7','\x10','\x87','\x1d','\x83','\x76','\x04','\xef','\x16','\xfd','\x2b','\xd2','\x32','\x29','\x5d','\x8d','\x00','\xfd','\xb3','\x82','\xfe','\xf4','\xaf','\xf5','\x65','\x3a','\x22','\x04','\x87','\x4d','\x44','\x30','\xc1','\x7d','\x4b','\x50','\x9f','\x0c','\x05','\x71','\xd9','\xc9','\x7a','\xf2','\x67','\xbc','\x6c','\x44','\x11','\x53','\xd8','\x6c','\xe0','\x0f','\x63','\xf9','\x73','\x57','\x49','\x1b','\xfe','\x76','\xea','\xa3','\xde','\xa3','\x5e','\x19','\xb4','\xbf','\xc0','\x2a','\xa3','\x55','\x5a','\x0c','\xf8','\x07','\xf1','\xa6','\xee','\x67','\xbf','\x04','\x7e','\xc3','\x59','\xaf','\xeb','\x1f','\x7b','\x43','\xec','\x4f','\xe9','\x8c','\x06','\xd9','\x7a','\xc3','\xb4','\x75','\x02','\x77','\x34','\xf6','\x28','\xb7','\xf2','\x1f','\xee','\x5b','\x10','\xb3','\x6e','\x7e','\x80','\xc3','\x1b','\xcd','\x8f','\xfa','\x3b','\x72','\xe5','\xdc','\x32','\xdc','\x43','\x2a','\x04','\x79','\x42','\x83','\x33','\xd5','\xc5','\xbe','\x38','\x51','\xad','\x6f','\x22','\xb7','\xd6','\x6f','\xd2','\x6f','\xe1','\xb9','\xca','\x52','\xfa','\xa9','\x39','\xfa','\x61','\x6e','\xbf','\xdb','\x5e','\x7b','\x17','\xb1','\x2f','\x3a','\xd6','\xcd','\xec','\x8b','\xfc','\x7d','\xa4','\x9b','\xae','\x79','\x0d','\xfd','\x4c','\x62','\xaf','\xdd','\x4d','\x35','\x18','\xdc','\x30','\xac','\x3c','\x18','\xb3','\x1e','\x56','\x96','\x29','\xf7','\xd5','\x9d','\xdc','\x51','\x3f','\xe2','\x44','\xcb','\x61','\x2d','\x62','\xd2','\x72','\xf8','\x16','\xfd','\xb3','\xc5','\x78','\x4f','\xfb','\x0d','\x9a','\x5b','\xe4','\xcf','\x6a','\x6d','\xda','\x52','\xff','\x0e','\xed','\x7e','\xcc','\x93','\x5c','\x0c','\xd3','\xe5','\x9c','\x36','\xfe','\x31','\xe0','\x32','\x22','\x10','\x78','\x31','\xa3','\xda','\x67','\xef','\x7d','\xb1','\x16','\xaf','\x75','\xfe','\x95','\xfa','\x69','\xfc','\x4d','\x8d','\xab','\x82','\x7f','\x30','\x43','\x5d','\xab','\x8f','\xb1','\x89','\xeb','\xb5','\x47','\xfc','\x32','\x9e','\xaf','\x14','\xc2','\x67','\x69','\x0f','\xfd','\xe5','\x52','\x09','\xeb','\x4b','\x2a','\xc6','\xcc','\xe3','\x7c','\xfa','\x28','\x94','\x3f','\xa3','\x2d','\x5b','\x80','\x7f','\x0c','\xfc','\x65','\x2c','\xf2','\xaf','\x80','\xc1','\xdf','\xe9','\xab','\x64','\x3f','\xf9','\x07','\x7f','\xad','\xd3','\xe9','\x74','\x09','\x1f','\xdd','\x6e','\x33','\xd6','\x1e','\x83','\xd5','\x2c','\x64','\x5e','\x01','\x9b','\x67','\xb5','\x1b','\xa7','\xfb','\xe9','\x8b','\x3c','\xbe','\x41','\x75','\xe0','\x2a','\x77','\x46','\x30','\x6b','\x56','\x40','\xbf','\xf6','\x7a','\x0f','\xe2','\xdf','\x63','\xee','\xd1','\xea','\x03','\xda','\x42','\xfe','\x7b','\x0f','\x7d','\xc8','\x37','\xfd','\x48','\x39','\xb8','\x96','\x0b','\x7c','\x6c','\x68','\x1f','\xb9','\xe2','\x47','\x50','\x4f','\xab','\xee','\x2f','\xbe','\x78','\x36','\x7e','\x44','\x55','\xe0','\x67','\x0f','\xec','\x29','\x45','\xef','\x60','\x24','\x02','\xef','\xbf','\x6a','\x2a','\x2e','\x35','\x97','\x9b','\x1f','\x75','\x1f','\xb1','\x61','\x7e','\x9b','\x61','\x27','\xbc','\x27','\x9c','\x88','\xe4','\xa2','\x59','\xd0','\xe0','\x57','\x2e','\x9a','\xbe','\xb2','\x32','\x42','\x31','\x8a','\x75','\xff','\xb1','\x17','\xaf','\xc4','\xbf','\xae','\xe6','\xd4','\x97','\xd5','\xaa','\x56','\xeb','\x4a','\xc5','\x8f','\xc0','\xf3','\x4f','\x91','\xc9','\xe9','\x49','\x7a','\x0a','\xbd','\x00','\xf7','\xf7','\xbd','\x18','\x5f','\x5b','\x63','\x35','\x76','\x0a','\xd6','\xcd','\xf1','\xae','\xac','\x2a','\x05','\xed','\x0f','\x4e','\xef','\x02','\x5d','\x26','\x40','\xda','\x92','\xcd','\x15','\xfa','\xdb','\x30','\x3f','\x1a','\xbb','\xda','\xc1','\xfe','\xdb','\xbe','\xc7','\xe3','\xca','\xc3','\x7d','\xf9','\x9b','\xfb','\xb7','\xf4','\x3c','\x49','\xcc','\xa6','\x5b','\x53','\x91','\x34','\x4d','\xac','\x67','\x8d','\xf9','\xed','\xcf','\xcf','\xef','\xb0','\x1f','\x02','\xfd','\x06','\xf1','\xad','\xa3','\xec','\x3e','\x81','\x8d','\x13','\xe4','\x30','\x08','\xbf','\x46','\x0f','\x2c','\x7d','\x1a','\xeb','\x4b','\x73','\xf8','\xd4','\xef','\x1d','\x1f','\x35','\x11','\xd6','\x30','\xc3','\x41','\xab','\xc0','\xb0','\x87','\x72','\xed','\x19','\x3f','\xca','\x16','\x8c','\x1f','\xd8','\x57','\x04','\xf4','\x87','\x36','\x09','\xd1','\x80','\xd7','\x7b','\x3b','\xea','\x65','\xb2','\x0c','\x7d','\x0c','\x83','\x5b','\x7e','\x6f','\xfe','\xcc','\x3e','\xb1','\xdb','\xd9','\x92','\x5b','\x61','\xbd','\x0d','\x1c','\x28','\xe6','\x0f','\xac','\xef','\x6d','\x6a','\xf8','\x05','\x68','\xdf','\x0b','\x30','\x3e','\x82','\x53','\xe6','\xf0','\x73','\x94','\xa5','\x97','\x24','\xef','\xda','\x3b','\x6d','\xfa','\xd2','\x99','\x3b','\xf2','\x1f','\xbf','\xe0','\x90','\x39','\x6c','\x1d','\x07','\xc7','\x0f','\xf8','\xa3','\x2f','\xa4','\xfc','\xf1','\xb5','\x70','\x5f','\x4c','\xed','\x9c','\xdc','\xd7','\xf7','\x63','\x75','\xed','\x29','\x75','\x12','\xae','\x53','\x9d','\x39','\xb5','\xcc','\xd4','\x98','\xb2','\x9c','\x87','\x94','\x69','\xb2','\xd4','\x57','\xcb','\x6a','\xf9','\xb3','\xfe','\x8f','\xf5','\xb5','\x5c','\x65','\x9d','\x9a','\x5a','\x55','\x4b','\x5a','\x5c','\xff','\x79','\x02','\xf1','\xc1','\x2b','\x44','\x9b','\x39','\xb9','\x54','\x5b','\x53','\xf9','\x4c','\xef','\xdf','\x6b','\xeb','\x2a','\xb1','\xde','\xae','\x62','\xd7','\x8e','\xee','\x7d','\x5d','\x71','\x75','\xd3','\x9a','\x93','\xd1','\xca','\x6d','\x27','\x67','\x2a','\xcb','\x4f','\x6a','\x66','\xd7','\xcc','\x5f','\x9a','\xff','\x65','\xe6','\xc3','\x4e','\x17','\x66','\x69','\x9e','\xd1','\x2e','\x76','\x39','\xda','\x96','\x98','\x11','\xf9','\x4b','\xc9','\xfc','\xf7','\xbf','\x8c','\x54','\x3a','\x5f','\x50','\x2b','\x9f','\xe3','\x7f','\xaf','\xc4','\x67','\xb4','\x04','\xe6','\x1f','\x43','\xdc','\x70','\x76','\x1a','\xf7','\x49','\x83','\x93','\xec','\x20','\x92','\x12','\xff','\x6d','\x3e','\x63','\x9a','\x46','\xf0','\x9f','\x72','\x70','\x6a','\x17','\x9c','\x3b','\x2d','\xcc','\xaa','\xd1','\x3c','\xe1','\x9f','\x2f','\x07','\xcd','\x92','\xa5','\xfb','\x52','\x66','\xb6','\x42','\xf5','\x1b','\x20','\x99','\xfa','\xf4','\x84','\x79','\x24','\x3f','\x5f','\xfe','\xfe','\xf1','\x9b','\x44','\x09','\xf9','\x59','\x98','\x27','\x61','\x76','\x6b','\xe6','\x0e','\x39','\x81','\xfb','\xf7','\x81','\xfd','\xb3','\x52','\xc8','\x2a','\x94','\x58','\x18','\x39','\x9a','\xf0','\x13','\x76','\xc2','\xce','\x96','\x12','\xa5','\x10','\x66','\xa0','\x68','\x9c','\xeb','\xc6','\x4d','\xb8','\xdc','\xc7','\xcd','\x24','\x0c','\xa6','\xa2','\xdf','\xae','\x4f','\xa7','\xc0','\xfe','\x3e','\x82','\xa8','\xa7','\xa3','\x30','\x3b','\xa3','\xee','\x0d','\x90','\x7f','\xcc','\xcd','\x9a','\x93','\xa6','\xea','\xf6','\xe9','\xaa','\xae','\xa6','\xfa','\x52','\x2a','\x94','\xeb','\xae','\x69','\xe6','\xcd','\x51','\x97','\x98','\xef','\x9a','\xcf','\xb8','\xcf','\x98','\xff','\x1b','\x3f','\xf5','\xff','\xad','\x1f','\x4d','\x3d','\x93','\x7a','\xf1','\x88','\x42','\x92','\x6e','\xd2','\x1c','\x33','\x09','\xd4','\x27','\xe6','\x98','\xc0','\x5a','\x18','\x73','\x13','\xba','\xa6','\xdf','\x9e','\x82','\x37','\x1c','\x11','\xfe','\x89','\x67','\x54','\xf8','\x3f','\xd5','\xbc','\x71','\x06','\xcf','\x98','\xe1','\xaf','\xdd','\xa4','\x7e','\xe3','\x52','\x7f','\x6a','\x20','\x95','\x98','\x2b','\x9f','\xf3','\x5f','\x34','\xf1','\xf4','\x46','\xd1','\xc7','\x74','\x25','\x05','\x4f','\x38','\x72','\xff','\xcb','\x31','\x05','\xbd','\x6e','\xef','\xdb','\x80','\x16','\xda','\x7c','\xe6','\xca','\x66','\xff','\xb3','\x86','\x95','\xcd','\x16','\x1f','\x54','\xb2','\xdc','\xaa','\x8d','\xf1','\xf7','\xa3','\x0f','\x17','\xf6','\x35','\xf1','\x79','\xa1','\x56','\xe0','\xbe','\x09','\x3f','\x9b','\xbe','\x6b','\x9b','\xb6','\x5b','\xd2','\x4b','\x03','\x4b','\x9a','\xef','\xff','\x92','\x9b','\x31','\xbf','\x64','\x46','\xdc','\x8d','\xe6','\x5e','\xf3','\x67','\xae','\xa6','\x6f','\xd4','\xb5','\xd4','\xc6','\x14','\x3b','\x02','\x0b','\xdb','\x8a','\x43','\xd3','\x49','\xfb','\xa8','\x3d','\x6a','\x67','\xe0','\x82','\x4f','\x2b','\x63','\x8d','\xee','\xcb','\x38','\x0f','\x1f','\xdc','\x94','\x7e','\x9a','\x28','\x39','\xdd','\xbb','\x7b','\x3a','\xc8','\x2e','\xa4','\x90','\xdb','\x4f','\xd3','\xdc','\xc6','\xfa','\x90','\xb2','\x0a','\xa4','\x15','\xde','\xb1','\x0e','\x0a','\xf2','\xa5','\x77','\x5a','\x2b','\x5a','\xc5','\x53','\xc5','\x78','\x31','\xce','\xfb','\xf0','\xb3','\xd8','\xe7','\xc5','\xc7','\x53','\xb5','\xc4','\xaf','\x8f','\x8c','\xc3','\x2a','\x66','\xf5','\xda','\x1a','\x49','\xfa','\xa7','\x58','\x9c','\xc5','\xfd','\x3e','\xf8','\x5c','\xcb','\xf1','\x33','\xc5','\x12','\xf0','\x7a','\xc4','\x11','\xed','\xcd','\x75','\x81','\x91','\x76','\x0a','\x47','\xd0','\xed','\x23','\x71','\x1e','\x37','\xfa','\xf8','\xda','\x78','\x2a','\x95','\x28','\x1d','\x59','\x8d','\xfa','\x35','\x46','\x94','\x1c','\xf5','\x85','\x0d','\x6e','\x8e','\xce','\xe0','\xce','\xfa','\xe8','\x8c','\x63','\x66','\x66','\xcc','\xe8','\xd3','\x02','\xf7','\x90','\x1a','\xdc','\x80','\x79','\x6c','\x13','\xcb','\x85','\x31','\x72','\x0d','\x53','\x5c','\xf8','\x4d','\xc4','\xfa','\x4a','\x73','\x1c','\xb8','\x35','\x4b','\x88','\x0f','\x5d','\xa0','\x2e','\x83','\xd2','\x5c','\x70','\xfa','\x4e','\x50','\xff','\xf2','\x31','\x6b','\x3d','\x66','\x41','\x22','\xc0','\x95','\x44','\x9c','\xea','\xe0','\x85','\xdf','\x41','\xfe','\x02','\xb0','\x1b','\x1b','\xe5','\xc1','\xdd','\x2c','\x1f','\xc0','\xfa','\x13','\x74','\x82','\x4c','\x5c','\xd7','\x42','\xda','\x93','\xfa','\xe2','\x9e','\x43','\x2c','\xb4','\xfb','\xd0','\x44','\x92','\x25','\xd5','\xa4','\x7a','\x48','\x4d','\xae','\x0c','\x05','\xf9','\x0d','\x28','\x2f','\x92','\xa2','\x5b','\x0c','\x51','\x78','\x7e','\x0f','\x8e','\x0d','\xe6','\x4f','\xcb','\x52','\xd3','\x46','\xfb','\x15','\xf5','\x2f','\x1f','\xd6','\xa8','\x11','\x55','\x52','\xe1','\x4e','\x8f','\xa4','\x52','\xe3','\x83','\x52','\x4a','\x1a','\x91','\x52','\x6d','\x12','\x42','\xdd','\x90','\x45','\xdc','\x07','\x35','\xfa','\xd0','\xa5','\x90','\x7e','\x48','\xc7','\x3b','\x79','\x29','\xa9','\x8b','\x0c','\x56','\x3a','\xa1','\xf3','\xf5','\x87','\x19','\x66','\x9a','\x0a','\x89','\xcc','\x41','\x78','\x61','\xbc','\x48','\x08','\xeb','\x83','\xdc','\xe3','\x98','\x45','\xb7','\x8e','\x99','\x74','\x89','\xc8','\x66','\x83','\x97','\xeb','\x89','\xf6','\x0b','\x29','\x09','\xf4','\xb3','\xdc','\x42','\x88','\xbb','\x79','\x98','\x4e','\x02','\x47','\x39','\xe0','\x23','\x52','\xc0','\xf5','\x23','\x3c','\x7d','\x83','\x42','\xdb','\xf1','\xe6','\xf8','\x3d','\xe7','\xbf','\xfd','\xfd','\x50','\x64','\x7e','\xff','\xaf','\x89','\x14','\xdf','\xbc','\x1b','\x5e','\x8c','\xa8','\xdf','\x18','\xd7','\x39','\xc9','\x0d','\x63','\x26','\xae','\x48','\x28','\x7d','\xc8','\x49','\x15','\x53','\xfa','\x16','\x7d','\xd8','\xb4','\x0a','\x21','\x49','\x94','\xe3','\xb9','\xbe','\x82','\x78','\x02','\x87','\x60','\x2d','\x3b','\x64','\x26','\x9d','\xa4','\x95','\x4c','\x8c','\x24','\x52','\x98','\xff','\x4a','\xa1','\x2b','\x42','\x53','\xd7','\x31','\xce','\x03','\xcb','\x49','\xc8','\x85','\x72','\x71','\x8d','\xb8','\x29','\x53','\x26','\x81','\xfe','\x07','\xf5','\xe5','\x43','\x17','\x43','\xda','\x21','\x2d','\x74','\x51','\xc4','\x6f','\x5c','\x4c','\xca','\xc3','\x72','\x40','\x9f','\x30','\x0b','\xb1','\xeb','\x7e','\x88','\x8d','\x30','\xcc','\xa4','\x44','\x0e','\x0c','\x57','\xad','\x2a','\x46','\x77','\x8c','\xa8','\x98','\xa1','\x8a','\xa1','\xae','\x6b','\x5f','\x4f','\x93','\x73','\xee','\x0e','\x62','\xc3','\x7d','\x6e','\x34','\xbd','\x09','\x47','\xa8','\xe4','\x96','\x06','\xc0','\x7e','\x0e','\xf4','\x07','\xc4','\x87','\x3e','\xe4','\x23','\x7d','\x81','\xce','\x07','\x2c','\xf1','\x84','\x11','\x55','\xf0','\x07','\xfa','\x25','\xf0','\xeb','\x44','\xf2','\x61','\x0e','\x56','\xdc','\xf2','\x22','\xee','\x16','\x06','\xb4','\x81','\xe8','\x00','\x77','\x65','\x13','\xdf','\x4f','\x69','\x94','\x44','\x7c','\x0a','\xf5','\x68','\xc8','\x3e','\xe4','\xdc','\x36','\x23','\xe2','\xa4','\xac','\x54','\x6a','\xe4','\x51','\x73','\x35','\x49','\x18','\x44','\x33','\xa4','\x53','\x57','\x15','\xc9','\x3b','\x08','\x63','\x73','\xe0','\x54','\xc8','\x7b','\xc2','\x73','\x04','\xc2','\xf6','\x01','\x2f','\xd3','\x27','\x91','\xf7','\xb4','\x9f','\x88','\x18','\xc7','\x05','\xe3','\x8b','\xfb','\x97','\xfc','\x35','\xcc','\xf2','\x1b','\xd2','\x46','\xb5','\x50','\xe0','\x65','\xe2','\x0b','\xef','\x79','\xdc','\xbf','\xc4','\xfd','\xc5','\x0a','\xaf','\x8a','\x72','\x79','\x54','\x6e','\x64','\x1b','\xf3','\x45','\xfe','\xbc','\x68','\x48','\x09','\xd6','\x37','\x9f','\x09','\xda','\xc1','\x2d','\xd5','\x46','\x6a','\x5b','\x5e','\xc4','\xe8','\x1b','\xf4','\x4a','\x27','\xa8','\x7f','\x61','\xff','\x49','\xe3','\xe4','\x0b','\xbe','\x81','\xef','\x28','\x46','\x1c','\x0d','\x33','\x6b','\x02','\xe6','\x17','\xd2','\xbf','\x7e','\x5d','\x91','\xe8','\xa8','\x4f','\xb4','\x61','\x0d','\xfa','\xa9','\x09','\xfc','\x1a','\xad','\x51','\x1e','\xe8','\xbf','\x85','\x90','\x32','\x02','\x0f','\x3b','\xf4','\xab','\x90','\x74','\x48','\x4a','\xfe','\x2a','\x29','\x25','\xf1','\x9b','\x87','\xd0','\xbe','\xc0','\x63','\xf5','\x7c','\x48','\x76','\x09','\xe1','\x2e','\x8a','\xeb','\xa2','\xf9','\xbc','\x59','\x34','\x8b','\xee','\x6b','\x03','\xa2','\xff','\x01','\xfd','\x31','\xcb','\x54','\xe8','\x85','\x43','\x07','\x43','\x22','\x4f','\x96','\x75','\xa0','\x91','\x41','\x07','\xe7','\x0f','\xc5','\x33','\x4b','\x52','\x70','\x2d','\xe0','\x5f','\x9c','\xe3','\xc8','\xbd','\x7e','\x93','\x7f','\x41','\x3f','\x8d','\x84','\xce','\x5d','\xef','\x00','\xbe','\x2b','\x85','\xee','\x1e','\x36','\x1a','\xf3','\xc3','\x9f','\xa7','\x1f','\xea','\x17','\x3c','\xbd','\xe8','\xbc','\xe8','\x1b','\xcc','\xb5','\xe1','\x5c','\x92','\x60','\x7c','\x52','\x83','\x7f','\xa0','\xfd','\x21','\xdf','\x2f','\xc0','\xff','\x37','\x69','\x20','\x32','\x74','\xa5','\x44','\x56','\x2e','\x20','\x8f','\xc1','\x5c','\x62','\x5c','\xe3','\x52','\xe2','\x89','\xe1','\x45','\xa7','\x9f','\x30','\xa5','\xde','\x27','\x48','\xda','\x4f','\xe7','\xb6','\xf1','\x83','\x39','\x27','\xa7','\xf8','\x01','\xfd','\x66','\x25','\x59','\x06','\xfe','\x21','\x87','\xe0','\x8d','\xcd','\x0c','\x5e','\x18','\xcb','\x4b','\x02','\xfd','\x4e','\x0d','\xe6','\xaf','\xe8','\x63','\x23','\x9b','\xd6','\x60','\x23','\x83','\x9a','\x41','\xd6','\xf8','\xb2','\xec','\xaf','\x5f','\x7c','\xe6','\xa0','\xb9','\x78','\xe6','\x8b','\xce','\x62','\xe7','\x8b','\x20','\xfb','\x1c','\x27','\x33','\x73','\xb0','\xbc','\xa3','\x85','\xe2','\xfc','\x61','\x98','\x41','\x07','\xe8','\x1a','\xcc','\x0f','\x7e','\xa8','\x96','\xac','\x89','\x4c','\x53','\x35','\x73','\x92','\x1c','\x11','\xf2','\x61','\xe2','\xfa','\x5d','\x62','\x7c','\x5f','\x10','\x63','\xec','\x27','\x35','\xcb','\x0e','\xf2','\x2f','\x4a','\x42','\xff','\x25','\xca','\x75','\x94','\x2d','\x97','\x30','\xd6','\x0c','\xe5','\x4c','\x52','\x87','\xeb','\x52','\x20','\x5f','\xf0','\x5c','\xd9','\x4c','\x7c','\x67','\xa6','\xa9','\xf7','\xb5','\xb2','\x55','\xd3','\x4c','\xf9','\x9f','\x7f','\x68','\xae','\xd6','\x31','\x99','\x16','\x88','\xe7','\x23','\xdd','\x08','\xf1','\x0e','\xc1','\x13','\x0f','\x35','\x62','\x7f','\x0e','\x39','\x9b','\xb1','\x7f','\x60','\x45','\x4a','\xb3','\xbe','\x01','\xf3','\xbf','\x4e','\x94','\x61','\x1b','\xe7','\x51','\xb3','\x3c','\xe8','\x3f','\xea','\x7f','\xc0','\xdf','\xd0','\x2e','\xa8','\x6f','\x4a','\x89','\xe1','\x7a','\xd2','\x4b','\xd9','\xc0','\x5f','\x76','\xd2','\x6b','\x69','\x01','\xfa','\xea','\xa4','\x38','\x5b','\x91','\x5e','\x39','\x38','\x1e','\xf2','\xfe','\x0a','\x5e','\xf2','\x05','\x3f','\x5d','\xc6','\xeb','\x89','\xf2','\xf6','\x26','\x7f','\xfa','\xd7','\x15','\x52','\x7c','\x92','\x4b','\x12','\xc8','\xff','\xb9','\xf8','\xb6','\x43','\x4a','\x52','\x97','\x70','\xfc','\x40','\x3e','\xcc','\x5a','\xa1','\x9e','\xe1','\xd3','\x8b','\x80','\xfe','\x12','\x6b','\x64','\x58','\x13','\x39','\x21','\x71','\xff','\x13','\xf5','\x6b','\xee','\x4a','\xe6','\x88','\x29','\xb9','\x23','\x44','\x7a','\x67','\xa4','\x86','\xf9','\x85','\x52','\xef','\x8c','\x88','\xf1','\xd1','\x73','\x7a','\xce','\xe7','\xdd','\xd2','\xfd','\x89','\xf0','\xac','\x2b','\x65','\xae','\x38','\xd2','\xe8','\x15','\x2a','\x5d','\xbf','\x02','\xf6','\xe5','\x15','\xcc','\x4f','\xa3','\x0c','\xdf','\xb0','\x94','\x46','\x6c','\x73','\xbf','\x75','\xc3','\x7f','\x8f','\x04','\x0c','\xe6','\x8f','\x47','\x6c','\x68','\x9f','\x3a','\x32','\x8b','\x77','\x6a','\x1c','\xae','\xd9','\xa6','\x7c','\x47','\xfd','\xff','\x3a','\xdc','\x87','\xea','\x18','\x0b','\x2a','\x95','\x45','\x3c','\x68','\xdd','\x2a','\x0e','\xef','\x4e','\x1e','\x03','\xfb','\x13','\xec','\x40','\x51','\xbf','\xc1','\x3b','\x78','\x8b','\x0c','\x3b','\xcd','\xf1','\xf3','\x60','\xfc','\x3c','\x9c','\x9f','\xc3','\x55','\x52','\x85','\xf1','\xc3','\xf8','\xd4','\x85','\xfc','\xb3','\xa4','\x73','\x9a','\x98','\xb3','\x5a','\x48','\xf9','\x42','\x5d','\x52','\xbe','\xe0','\x4b','\xf2','\x17','\x78','\x5a','\x4a','\xd7','\xd2','\xb5','\x2f','\x4a','\x4e','\x54','\x51','\x62','\xa0','\x37','\x4b','\xb5','\x6b','\x3f','\x0c','\x69','\x23','\xb5','\x45','\x3f','\x3c','\xa4','\xdd','\xc6','\x0f','\xd1','\x64','\x34','\x19','\x4d','\x8d','\xc3','\x3a','\x74','\x87','\xac','\x02','\x7d','\x7c','\x62','\xf9','\x3d','\x30','\xbe','\x69','\x52','\x7e','\xd2','\x16','\xd9','\xea','\x30','\xb6','\xf1','\xaf','\x46','\xd2','\xa9','\x27','\x24','\xb0','\x8f','\x97','\x57','\x48','\x75','\xb6','\x14','\x8a','\x8e','\x28','\x8b','\x67','\x86','\xa5','\x45','\xf5','\x11','\x25','\x88','\x97','\x3c','\x44','\xb7','\x06','\xfc','\x7d','\x9e','\x78','\xb3','\xd5','\x45','\xfc','\x90','\x27','\xfd','\x8b','\xfb','\xfd','\x50','\x1d','\xb3','\x31','\x26','\x31','\x5e','\x0f','\x3e','\x41','\xfe','\x60','\xff','\xce','\xd7','\xbd','\xdb','\xf8','\xb0','\x17','\x72','\x46','\xd4','\xf7','\x99','\x9f','\x9c','\xd8','\x30','\xbf','\xd2','\x28','\xfb','\xe6','\xe7','\x8f','\xd5','\x98','\x7f','\x98','\x5f','\x27','\xa4','\x5c','\xe3','\xb0','\x6e','\x94','\x80','\xf7','\x71','\x7d','\x40','\x8d','\x0d','\xee','\x11','\x33','\x05','\x22','\x98','\xc1','\xea','\x07','\xf4','\x01','\xda','\x1e','\x7a','\x33','\x04','\x3c','\x17','\x7a','\x53','\x8c','\xff','\x9c','\xfc','\xb8','\x35','\x7e','\x6e','\xe1','\x2a','\x26','\xc6','\x0f','\xf9','\xd3','\xb9','\xee','\x07','\xf2','\x1f','\xda','\xe0','\x01','\x5f','\x2e','\xa0','\x2f','\x88','\x1f','\x57','\x72','\xae','\xbb','\x21','\x3a','\x0c','\xf5','\x9e','\xc4','\xf5','\xcb','\x4d','\x1a','\xa8','\x33','\x1e','\x72','\x53','\x39','\x39','\xdb','\x46','\x3e','\xf2','\xb2','\xaa','\x7c','\xfc','\xe5','\x20','\xb6','\x2a','\xd8','\xfb','\x35','\xe4','\xef','\x5c','\x69','\xce','\x1f','\xcc','\x9f','\x83','\x19','\xc4','\x70','\xee','\x61','\x1f','\xe7','\xe5','\x03','\x8c','\x73','\x80','\x8f','\x44','\x6f','\xf3','\xaf','\xd2','\xd0','\xf4','\x13','\x8a','\x74','\xf9','\xaf','\x5e','\x90','\xe6','\xe2','\xe7','\x9e','\xa8','\xa4','\xd3','\x72','\xfa','\xde','\x8e','\xee','\xa8','\xc1','\x9e','\x3c','\xf5','\xda','\xbe','\x6d','\xd5','\xe1','\xbe','\x6d','\x55','\x5b','\x7f','\xf2','\x54','\xba','\x8a','\xd7','\x93','\xa7','\x12','\x13','\x06','\x8b','\x4d','\x47','\xa0','\xfe','\xac','\xbc','\xc8','\x1f','\xd1','\x16','\xbd','\x0c','\xf4','\xe5','\x23','\x74','\xab','\x2f','\xe2','\x70','\x5f','\x4b','\xa6','\x5a','\xfa','\xc4','\xfb','\xc9','\x75','\xa4','\xcd','\x9b','\x18','\x6b','\x17','\xc4','\xdb','\x01','\x85','\xca','\x87','\xbc','\x54','\x85','\xbc','\x12','\xb3','\xc2','\x5b','\xa4','\x9a','\xaf','\xc0','\xf8','\x59','\x8b','\xf6','\x1d','\x4a','\x2d','\xda','\x7f','\x28','\x35','\xf8','\x97','\xc9','\x2d','\xc9','\xfd','\x4f','\x8e','\x5b','\x77','\x10','\x35','\xe0','\xbf','\x6b','\x20','\x43','\x9f','\x3c','\x4f','\x26','\x86','\x8b','\x30','\x06','\x6c','\xd0','\xff','\x04','\xc6','\xa3','\x32','\x90','\xef','\x64','\x40','\x5f','\x73','\xaa','\xd5','\xfa','\xe3','\xa9','\x45','\x1d','\x5f','\xac','\xb5','\x6e','\x12','\xfc','\xe7','\xa7','\xe5','\x6d','\x70','\x7f','\xc1','\x1f','\x52','\x24','\x99','\x10','\xcd','\x57','\x95','\x94','\xe5','\x89','\x9c','\x23','\xfd','\xfc','\x64','\x87','\x06','\xba','\x35','\x2c','\x21','\xde','\x03','\x8a','\x86','\xf2','\x97','\x50','\x9b','\x5b','\xf9','\x42','\x58','\x73','\xc5','\x39','\x5e','\x58','\xe6','\xb3','\x78','\x5e','\x2d','\x34','\x18','\xd0','\x64','\x96','\x90','\x69','\x5b','\xb5','\x4a','\xb0','\xe6','\x32','\x66','\xda','\x75','\x2f','\xdc','\xa2','\xd5','\xb9','\x87','\x1a','\x8f','\xee','\x99','\xf5','\xbc','\xd7','\x3c','\x5f','\xff','\x53','\xfe','\xdd','\x88','\x1f','\x80','\x79','\xd0','\x46','\x65','\xe0','\x99','\xf3','\x88','\xe0','\xb0','\x28','\xfd','\xf4','\xb7','\xad','\xf2','\x10','\xfd','\x60','\xe4','\x42','\x44','\x5e','\x92','\xf5','\x2d','\x33','\x6b','\x26','\xf4','\x2c','\xb5','\xf4','\xac','\x49','\xf2','\x63','\x73','\xf8','\x19','\xc1','\x13','\x14','\x76','\xe7','\x81','\xa4','\xf6','\xf8','\xc1','\xe0','\x16','\x3e','\x48','\x73','\x7f','\x81','\x36','\x15','\xfe','\x2e','\x91','\x16','\xd2','\xaa','\x84','\x8b','\x7b','\x26','\xe4','\xd3','\xca','\xe9','\xf0','\xc4','\x9e','\xa2','\xec','\x29','\x47','\x7a','\x72','\xaf','\xe4','\x42','\x0d','\xb4','\x5c','\x59','\x78','\xab','\xac','\x3b','\xfb','\xf3','\x96','\x0f','\xd2','\x3d','\x13','\xed','\xa7','\x3f','\xff','\xe3','\x16','\xaf','\xa3','\x70','\x01','\xca','\x09','\xe8','\xa6','\xca','\x2c','\xd5','\x7a','\xf4','\x41','\xfe','\x1c','\xd3','\x8d','\x2d','\xfe','\xdf','\x80','\x9d','\x63','\x01','\x01','\x14','\x53','\x07','\x9b','\x9f','\x4c','\xdd','\x46','\x46','\xda','\xc3','\x3d','\xca','\xe9','\xdb','\x72','\xc3','\x06','\x99','\x58','\xd4','\xd3','\x6e','\x1f','\x00','\x4d','\xb3','\x85','\x76','\xd0','\x29','\x58','\x7f','\xdb','\x69','\x0f','\x7d','\x05','\x04','\x55','\x92','\xf7','\xd0','\xb3','\x3d','\xd1','\x1e','\xcd','\xfe','\xa5','\x1d','\x2d','\x76','\xd1','\x33','\xa0','\xb8','\xeb','\x36','\x65','\xed','\xe4','\x1e','\xff','\x15','\x33','\x6a','\x5a','\x66','\x8f','\x79','\xb6','\x1c','\xf5','\xba','\xc8','\x2f','\x85','\x07','\xce','\x99','\x82','\x5c','\x40','\x7f','\x23','\x9a','\x63','\xb9','\x73','\xf5','\x56','\x65','\x1b','\xd5','\x26','\x5e','\x33','\x3a','\x26','\xba','\x3b','\x5e','\x6d','\xb9','\xb3','\xde','\xad','\xfc','\x42','\x69','\x55','\x86','\xea','\x31','\x85','\x16','\x59','\xf1','\x5c','\xb1','\x95','\x0e','\xf1','\x4e','\xfa','\x7f','\xd1','\x0f','\x6e','\xe8','\xde','\xf0','\x0b','\xe7','\x83','\x4e','\x77','\xe9','\x17','\x14','\xfe','\x0f','\x78','\xb7','\x9d','\xf4','\xf0','\x57','\x58','\x94','\x59','\x46','\x8f','\x7f','\xb6','\xd0','\xf0','\xed','\x59','\xf0','\x7c','\x7c','\xff','\x3f','\x6a','\xcb','\x40','\x16','\xdf','\xa3','\xfd','\x02','\x2c','\x7b','\x8d','\xfd','\x92','\xe1','\xe7','\x19','\x26','\x83','\x9d','\x20','\xd0','\x5d','\x8d','\xff','\xfb','\xb9','\x36','\x39','\x2d','\x77','\x3e','\xf7','\xba','\xfc','\x21','\x79','\xad','\x7f','\xb6','\xd8','\x51','\xd4','\x8b','\x67','\x8b','\xad','\x91','\x74','\x44','\x5b','\xd2','\xce','\x7a','\x8c','\x7f','\xf4','\x97','\xc9','\x49','\x07','\xea','\x3b','\xcb','\xe4','\x2e','\xff','\x97','\x64','\x59','\xa4','\xeb','\xdc','\x3f','\x75','\x2c','\x4e','\x77','\x97','\xc2','\x4b','\xda','\xe9','\x3d','\xf4','\x1f','\xe9','\xb2','\x48','\x32','\x72','\x4f','\xf4','\x17','\x6f','\x2c','\xa3','\x5d','\xf4','\x7f','\x50','\xf8','\x8c','\xfc','\x53','\x7a','\x71','\xa9','\x7b','\x09','\x25','\xed','\x5e','\x8f','\xf7','\x8f','\x3c','\xea','\x59','\xd0','\x8e','\x5f','\xc8','\xcb','\xfc','\x2e','\xf9','\x7f','\xf8','\x51','\xd6','\xc5','\xcf','\xd8','\xb2','\xd7','\x2d','\x47','\x24','\xa2','\x67','\xb5','\x84','\x96','\x60','\xd9','\xbb','\x13','\xd3','\xf0','\x89','\x3f','\xeb','\x59','\xe0','\x4b','\x2d','\xa2','\xc6','\xfb','\x37','\x1d','\xce','\x13','\x85','\xb8','\xe8','\x9f','\x12','\xf8','\xa6','\x04','\xb1','\xb5','\xc1','\xbd','\xb9','\x9e','\xa0','\x05','\x25','\xc8','\xaf','\x8b','\xf9','\x90','\x9b','\x71','\x17','\x37','\xe3','\x97','\x37','\xec','\x09','\x03','\x0c','\xa0','\x02','\xe8','\x8c','\x79','\x30','\x60','\x50','\x93','\x2c','\xe8','\x88','\x09','\xea','\xe7','\x0a','\x0b','\xed','\xaf','\x5b','\x2d','\x64','\x51','\x5f','\xc3','\x18','\xd3','\x8d','\x13','\x84','\x8d','\x4d','\xe0','\x37','\x9b','\xd8','\x08','\x23','\x02','\xf7','\xf8','\xc6','\xf1','\x70','\x0b','\xcb','\xc3','\xff','\xe9','\x44','\x43','\x6f','\x41','\xfc','\x0b','\x63','\x02','\xee','\xe2','\x58','\x11','\xee','\xf1','\x48','\x5b','\xac','\xc5','\xc8','\x13','\xd9','\x5d','\x39','\x30','\x05','\xe6','\x2d','\x33','\xa9','\xd0','\x59','\x15','\x13','\x2c','\x24','\x62','\xe8','\xb9','\x2e','\x63','\x53','\x5f','\xae','\x11','\xb1','\xf6','\xde','\x1d','\x80','\xf9','\xfc','\x33','\xa8','\xf9','\x2f','\x8c','\xf1','\xba','\xa5','\x7d','\x60','\x93','\x99','\x3b','\x07','\xa6','\x5c','\x1d','\x8c','\xf0','\xfd','\xa3','\xcf','\x02','\xa3','\xed','\x1c','\x9d','\x22','\x9a','\xae','\x6b','\xf0','\xfb','\xe1','\x23','\xf3','\xf1','\xb3','\x0d','\x1f','\xa1','\xf7','\xe6','\xb7','\xf1','\x5b','\xd9','\x32','\xbb','\xd3','\x5b','\x2c','\xa2','\x1f','\x16','\xe6','\x5e','\x6d','\xe6','\xbf','\x59','\xa8','\x9f','\xa0','\xa7','\xa9','\xae','\xff','\xf3','\x6f','\x11','\x31','\x04','\xfd','\x4e','\x41','\x2e','\x4f','\x60','\x74','\xf1','\xf0','\xc4','\x60','\xdd','\x82','\xf5','\xd1','\xaa','\x0e','\xd6','\x87','\x27','\x42','\x3f','\x4e','\x57','\xb7','\x7c','\xdf','\x03','\xcb','\x0d','\xcc','\x7f','\x0d','\xf3','\xe2','\x88','\x88','\x53','\xd4','\x9d','\xe1','\xdb','\x05','\x69','\xa7','\x7b','\x9a','\x65','\x5a','\xb9','\x8e','\xf7','\x9e','\xff','\xdd','\xfc','\xfe','\xf7','\x9e','\x7f','\xee','\xba','\x52','\x5c','\x50','\xae','\xdb','\x78','\x42','\xc3','\xf9','\x32','\x7d','\x75','\xca','\x3c','\xf2','\x5e','\xfa','\xf4','\x9f','\x63','\xf4','\x1a','\xa7','\xc5','\xf4','\x59','\x75','\x7c','\xfb','\x6f','\x73','\xd2','\xad','\x7f','\x71','\x2b','\xbe','\x12','\x21','\x5f','\x7a','\xd3','\x71','\xbe','\x74','\xce','\x79','\xec','\x4b','\xbf','\x4e','\x3f','\xfb','\xd2','\x1e','\xd4','\xab','\x92','\xca','\x20','\x07','\xab','\xa8','\x94','\xe4','\xc1','\xda','\x07','\x56','\x14','\x19','\x02','\xeb','\x68','\x1c','\x86','\x13','\xd7','\x2d','\x4b','\x83','\xd5','\x6a','\x2e','\x47','\x6b','\xaa','\xe2','\xa6','\x43','\xfe','\x10','\x68','\x60','\xdf','\x10','\x1e','\x47','\xef','\xcd','\x0f','\xb7','\xee','\x92','\xae','\xe3','\xbd','\xf5','\x52','\xc1','\x22','\xed','\x07','\xda','\x86','\x78','\x46','\xf9','\xe2','\xa5','\x8c','\xb5','\x3d','\xf5','\xf9','\xcb','\x43','\xf1','\x5d','\xbf','\xff','\xe2','\x96','\xc5','\x5b','\x32','\x97','\x53','\x02','\xbf','\x13','\xf1','\x19','\x2c','\x2a','\xde','\x4c','\x93','\x14','\x74','\x07','\x17','\x3f','\x43','\x30','\xf7','\x53','\x74','\x9c','\xcb','\x0b','\x10','\xc7','\x58','\x03','\x93','\x3f','\xeb','\x27','\x0a','\xc1','\xad','\x59','\x89','\xc2','\x5c','\x76','\x5e','\xd0','\xb6','\x52','\xb0','\xfe','\x05','\xb9','\x63','\xa1','\x7d','\xf0','\xed','\xc1','\xfa','\x87','\xe7','\x4b','\x4a','\x21','\x5b','\x50','\xca','\x8a','\x77','\x23','\x17','\xf5','\xa3','\x95','\x87','\x2b','\x99','\x6a','\xb9','\xaa','\x15','\xb5','\xaa','\x73','\xc6','\xc3','\xf8','\x13','\x4d','\x99','\xc9','\xea','\x8a','\xae','\xf0','\x1b','\x34','\xca','\xa2','\xee','\xc3','\x67','\x32','\xe6','\x33','\xae','\x66','\x6a','\xa6','\x03','\x52','\xf2','\x56','\x54','\x2f','\x3c','\x88','\x21','\xa0','\x09','\xb6','\x93','\xa5','\x04','\xcd','\x5e','\x05','\x71','\x74','\x40','\xc2','\x07','\xb1','\x2d','\xca','\x16','\xdd','\xd1','\xf7','\xde','\x2d','\xeb','\x70','\xed','\x20','\x5b','\x1b','\xf1','\x55','\x8a','\x9d','\xb5','\x15','\xaf','\x55','\xe3','\x09','\xa5','\xa8','\x33','\xdd','\xbc','\xdb','\xd3','\xa9','\xce','\x76','\x18','\xa2','\x9c','\x2a','\x25','\xc5','\xc9','\x82','\x09','\xa6','\xe4','\x39','\xdc','\x3a','\xd7','\xf3','\x77','\xe7','\xf5','\x71','\xbd','\x10','\xd4','\x0f','\xe6','\xf7','\x00','\xc7','\xfd','\x02','\xdc','\x37','\x7c','\xac','\x00','\xb6','\x9d','\x65','\xdb','\x8f','\xb1','\x29','\x3b','\x04','\xfa','\x6d','\xa3','\x1c','\xf3','\x47','\xb3','\x70','\x6f','\x98','\x3d','\xce','\x86','\xc4','\xf5','\x38','\x7b','\x0b','\x71','\x9a','\x49','\x73','\xbf','\x61','\xc0','\x77','\x85','\xa5','\xfe','\x38','\xb7','\x99','\x0d','\xff','\x1e','\xf3','\xa6','\x44','\x7e','\x5f','\xd4','\xf9','\x61','\xe5','\x5a','\x31','\x78','\xee','\x90','\xd8','\x73','\x1c','\x72','\x1e','\x87','\x7b','\xc8','\x79','\xc4','\xb9','\xf0','\xd8','\x22','\x07','\xa3','\x00','\x47','\xdf','\x1c','\x70','\xf0','\x1a','\x85','\xd2','\xa5','\x3c','\x28','\xc5','\xbf','\xba','\x70','\x4e','\xd2','\xe4','\x2d','\x60','\xef','\x13','\x6c','\x1d','\xb4','\x4f','\x78','\x4a','\xd1','\xc2','\xe3','\x85','\x74','\xc1','\x86','\xeb','\xb1','\xc2','\x14','\xd8','\x4f','\x22','\x3b','\x34','\x5e','\xfe','\x28','\x8b','\x60','\x0f','\xf8','\x63','\xe2','\xfd','\xb6','\xf7','\x98','\xf7','\x16','\xfa','\xff','\x60','\xf4','\x2e','\x48','\x8e','\x81','\xc8','\x68','\x34','\x4c','\xc3','\xfe','\xe3','\xe6','\x90','\x39','\xa4','\x0f','\xe9','\x8f','\xd3','\x0b','\xba','\xc8','\xff','\x8a','\xe7','\xef','\x96','\x69','\x6c','\xe6','\xae','\xf0','\xe0','\x6f','\x96','\xef','\x84','\x72','\xd9','\x0c','\xe5','\x09','\xee','\xd3','\x80','\x35','\xba','\x49','\x19','\xe5','\x61','\x12','\x76','\x45','\xb9','\x33','\x64','\x3d','\x9e','\xb8','\x20','\xf2','\x5f','\xdf','\xec','\x5f','\x65','\x92','\xe6','\xfe','\x63','\x13','\x51','\x06','\xca','\xeb','\x03','\x0a','\x5c','\xf5','\x51','\x25','\xac','\x84','\xeb','\x50','\xdf','\x1a','\xea','\x01','\xfa','\xd1','\xb7','\xac','\xd0','\x11','\x5c','\x3f','\x31','\x6b','\x28','\xe8','\x53','\x60','\x3f','\xe3','\xae','\xb0','\x5d','\x7c','\xac','\x68','\xc3','\xf5','\x48','\xe4','\xad','\x20','\x7f','\x34','\x19','\x15','\xd9','\xe4','\xa1','\x7f','\x88','\x25','\xc9','\x1f','\x97','\x86','\x46','\x86','\x52','\x43','\xa9','\x9d','\x23','\x17','\x24','\x59','\xe4','\x5f','\x75','\x45','\xde','\x2c','\xb3','\x11','\x9f','\xfe','\xb8','\x6f','\x8b','\xfc','\x50','\x8f','\x6b','\x17','\x44','\x7e','\xec','\x60','\xff','\x38','\xc8','\xdf','\x1d','\xec','\x69','\xc3','\x08','\xaa','\x43','\xd1','\x21','\xe5','\x71','\xf3','\xad','\x7c','\x88','\x34','\xb3','\x6b','\xe3','\xf8','\xe3','\x9e','\xf4','\x63','\x38','\xba','\xbd','\x43','\x6c','\xe7','\xc4','\x85','\xdd','\x18','\xce','\x22','\xde','\xaf','\x05','\xb2','\x27','\x2c','\x32','\x2f','\xc2','\x08','\xc3','\xf3','\x87','\xb4','\x9d','\xea','\x14','\x3e','\x9f','\x8c','\xf2','\x01','\x09','\x2e','\x3e','\x2a','\xe2','\xe7','\x1f','\x87','\x99','\x35','\x94','\x1d','\x4a','\x08','\xfa','\x64','\xe5','\x44','\x53','\xbe','\x82','\x32','\x10','\xa1','\xfb','\xc3','\xcf','\x52','\xeb','\xb1','\x9d','\x43','\x53','\xb6','\x66','\xeb','\x8f','\x45','\xa6','\xf6','\x23','\x05','\x90','\x3f','\x06','\xcf','\xa7','\x4a','\x6e','\x09','\xb1','\x9a','\xb7','\x5d','\x79','\xac','\x64','\x97','\x86','\xd2','\x8f','\xec','\xbc','\x80','\x51','\xc2','\xe2','\xfd','\xb8','\xf8','\xc3','\xf8','\xa4','\x69','\x39','\x4c','\x77','\xf6','\xd8','\x98','\x1f','\xeb','\xc0','\x63','\xd5','\xb7','\xb4','\x16','\xec','\xa1','\xe2','\xf6','\xc2','\xd3','\x31','\x33','\xb8','\xc8','\xa2','\xf8','\xb8','\x3f','\xa4','\x0d','\x01','\x0d','\x1e','\xf7','\xa7','\x82','\xfc','\xbb','\x18','\xfd','\xee','\xc1','\xf8','\xcd','\xba','\x24','\x7c','\x21','\x1c','\x7f','\x3c','\x3e','\x04','\x32','\x62','\x28','\xfe','\xf8','\xe5','\xb7','\xd4','\x50','\x3c','\xb4','\xb7','\xf9','\x7c','\xd1','\xbf','\x46','\x7d','\xdb','\x18','\xf2','\x1f','\x33','\xa7','\x0a','\xa1','\xa8','\xa4','\x90','\x95','\x4f','\x4e','\x25','\x55','\xab','\x6c','\x19','\xc3','\x5e','\x78','\x9a','\x32','\xfb','\x0c','\xf4','\x5f','\xb5','\xd9','\x9f','\xf1','\x29','\x9b','\x78','\x8b','\x5a','\xfe','\x94','\x7c','\x0f','\x91','\xd6','\xe9','\x65','\xa4','\x13','\x38','\x14','\xfa','\x6f','\x89','\xf9','\xe5','\x0b','\xee','\x34','\xec','\x9c','\xcd','\x87','\xe8','\x4e','\x7a','\x91','\x86','\x9a','\xf3','\xc7','\x86','\x16','\x54','\x46','\x79','\xa4','\x40','\x71','\xfe','\xf9','\xf0','\x17','\xc0','\x87','\x6f','\x81','\xbd','\x47','\x40','\x3e','\x8e','\x6a','\x66','\x75','\xc0','\x31','\xbd','\x51','\x39','\x32','\x8b','\x27','\x6f','\x8f','\xd5','\x71','\xf7','\xc5','\xae','\xe3','\x0c','\x23','\xc7','\xc8','\xca','\xd1','\x29','\x53','\x1d','\x88','\x98','\x65','\xe0','\x5f','\x16','\xfe','\x55','\x58','\x02','\x0e','\xf9','\xd5','\x90','\x34','\x04','\xdf','\x6f','\xf1','\x90','\x44','\xb4','\x8d','\xb8','\x5f','\x5f','\x51','\xb5','\x8d','\xd5','\xb5','\x34','\xfd','\xed','\x4d','\xab','\xbf','\x73','\xa5','\xc9','\xa1','\xf7','\x90','\x7f','\xe6','\x68','\x77','\xa7','\xb4','\x2d','\x15','\xb0','\x77','\x53','\x4b','\x4b','\xcb','\x80','\x47','\x1f','\xd7','\x87','\xee','\x16','\x33','\x64','\xc7','\x5b','\x0f','\x61','\x84','\xb3','\xc0','\x3f','\x21','\x29','\x6b','\xc4','\x5a','\xca','\x23','\x56','\xda','\xda','\x69','\xa5','\xc1','\xd4','\x7a','\xdc','\x79','\x3b','\xde','\x16','\xc7','\xfc','\xd7','\xa2','\x5c','\xda','\x22','\x1f','\xaa','\xa3','\x36','\xb4','\x0d','\xe6','\x1f','\xd4','\xd6','\x1e','\x55','\x2f','\x06','\xf9','\x83','\x41','\x17','\x06','\xfe','\x14','\xda','\x30','\xf2','\xf7','\x4e','\x75','\xdb','\xbd','\xe9','\xda','\xb6','\xbf','\xda','\xa9','\x5e','\x08','\xf2','\x77','\x07','\xfc','\x85','\xfb','\x41','\x3e','\xad','\xd2','\x2a','\x50','\xb7','\x0a','\xdc','\xe5','\x3f','\xc6','\x7e','\xc3','\x05','\xff','\x92','\x3f','\xf2','\x32','\x79','\x56','\x7f','\xc6','\xfa','\xe3','\x3b','\x5a','\x49','\x2b','\x7c','\x7f','\xe2','\x54','\xf5','\x07','\x97','\x2a','\xde','\xc9','\xf2','\xdb','\xd1','\x56','\x2d','\x92','\x40','\x7b','\x07','\xad','\x4d','\xc4','\xcf','\x0a','\x3f','\x1d','\x3e','\x38','\x24','\xc3','\x0c','\x50','\xb6','\xf1','\x47','\x14','\xa0','\x4e','\x15','\x1a','\x64','\x8f','\xa4','\x93','\x8e','\x05','\x7f','\x33','\xec','\x51','\x1b','\xe6','\x17','\xc3','\x19','\xb2','\x8d','\xef','\xb0','\xa7','\x44','\x7e','\x5a','\x52','\x17','\xba','\x7a','\xdd','\x04','\x39','\x84','\xf2','\xe9','\xf1','\x37','\xe7','\xf9','\x0b','\xf3','\xc3','\xc2','\xf3','\xd1','\xda','\xa8','\x5a','\xea','\x21','\xd0','\x72','\xa9','\xbe','\x0d','\x47','\xd0','\x1f','\x2a','\x3c','\xea','\x5f','\x14','\xf9','\xdb','\x44','\xfb','\x51','\x7e','\x21','\xfa','\xa1','\x1f','\x31','\xc3','\x33','\x42','\x82','\xcd','\xd8','\xe6','\xe3','\x33','\x53','\x30','\x3f','\xff','\x14','\xfe','\x49','\x93','\xfe','\x24','\x37','\x6d','\x7c','\xcb','\x3f','\x4a','\x8b','\x95','\x1b','\x3b','\xba','\x9c','\xae','\xf4','\x89','\x1d','\x2f','\x93','\x49','\xe5','\x7b','\xf5','\x9f','\x2a','\xbf','\x01','\x7b','\x18','\x96','\x97','\xc6','\xfa','\x83','\xb8','\x25','\x54','\x0a','\xfb','\x2b','\xb0','\x75','\x40','\x65','\x5b','\xde','\x75','\xea','\x42','\x65','\xd1','\xd3','\x24','\xf1','\xe4','\x73','\x29','\x0a','\xf3','\xa7','\x3c','\x52','\x8e','\xb2','\xa5','\x60','\xb7','\xec','\x12','\xf6','\xcb','\xa3','\xf2','\x6f','\xfc','\x90','\x82','\xf1','\xcd','\x57','\xbe','\xfe','\x9d','\xcb','\xa5','\xf1','\xef','\x5c','\x9e','\xad','\xdd','\xf5','\x97','\x6b','\x6b','\xd5','\xf8','\xcf','\x2e','\x7f','\xb7','\xed','\x47','\x97','\x27','\x9f','\x7e','\xc9','\x3a','\xab','\xa3','\xfc','\x40','\xfa','\x3e','\xe3','\x3f','\xa3','\xfd','\x6f','\xc4','\x87','\xf1','\x2b','\xec','\xbf','\xc1','\xfd','\x03','\xfe','\xdf','\xb4','\xcb','\xb3','\x0a','\x8c','\xd7','\xa2','\xf3','\x23','\x22','\xa3','\xf4','\xe0','\xf9','\x11','\x35','\x52','\x8a','\xcc','\xae','\x9a','\x4c','\xcf','\xa6','\xc5','\xbd','\x73','\xf6','\x42','\x5e','\x6a','\x69','\xd8','\x63','\xf0','\x17','\x4f','\x9e','\x8f','\xa4','\x97','\x9e','\x8f','\xa4','\x76','\xf2','\x6d','\xa5','\x34','\x4f','\x97','\x76','\x72','\x2c','\x5f','\xe4','\xbf','\xab','\x1c','\xad','\x1f','\x85','\xfb','\xdd','\x25','\x6b','\x60','\x8d','\xfd','\x01','\xff','\x69','\xf9','\x7b','\xcf','\x4d','\xc2','\xfd','\xe2','\xaf','\xff','\xbf','\x27','\x49','\x41','\x21','\xd4','\xef','\x93','\x55','\x19','\x6e','\xb7','\xcf','\x50','\x0d','\x35','\xc7','\xfd','\x16','\xb9','\x4d','\x8e','\xc0','\xff','\xa5','\x30','\x7f','\x5f','\x03','\xff','\x62','\x94','\x9b','\x07','\xdc','\x2a','\xcc','\x04','\xed','\xba','\xb6','\x44','\x8d','\xd6','\x11','\xdf','\xa6','\x8c','\xa7','\xde','\x76','\xcc','\x1f','\x05','\xea','\xe3','\x0d','\x2b','\x85','\x6f','\x92','\xeb','\xfe','\x7f','\x00','\x3d','\x19','\x11','\x7f','\xbf','\xc5','\xd1','\x7f','\x34','\x86','\xa0','\x1b','\x96','\xbb','\xd3','\xcc','\xbb','\xe3','\x03','\x9a','\xc9','\xae','\xf3','\x76','\x16','\x3d','\xa0','\xc1','\x93','\x9e','\x55','\xa1','\x7e','\x81','\x59','\xa3','\x62','\xf5','\x03','\xbd','\x56','\xac','\x84','\x3e','\x69','\x67','\xcb','\x10','\x3f','\xc7','\x2e','\x7b','\x1f','\x68','\xa1','\xa4','\x93','\x8f','\x90','\xd4','\x8e','\x11','\x27','\x75','\xea','\xc9','\x6a','\xea','\x52','\xea','\xd4','\x6c','\xf5','\x43','\xd5','\xf8','\xa9','\x54','\x75','\x1c','\x3e','\xa3','\xc2','\x43','\xe0','\x49','\x9e','\x72','\x46','\xb2','\xa9','\xea','\x93','\x27','\x53','\xd5','\xd4','\x49','\x28','\x3f','\x15','\x9f','\x48','\x39','\x5f','\x4b','\x7c','\x38','\x15','\xd9','\x20','\xfc','\xd3','\x27','\x50','\x0b','\x43','\x0c','\xab','\xe6','\xa7','\xa2','\xde','\x98','\x54','\x54','\x65','\xa5','\xf0','\x6f','\x45','\xfc','\x3f','\x12','\x1e','\x1e','\xc5','\x73','\x0d','\x71','\xb6','\x11','\xb6','\xaf','\x27','\xc2','\x70','\x45','\xfa','\xa2','\x73','\xe8','\x29','\x73','\xb1','\x4d','\x42','\x1f','\xdd','\xdd','\xde','\xd1','\x83','\xb1','\x40','\xbb','\xdb','\x85','\x9f','\x05','\xbb','\x0e','\xb2','\x6f','\x94','\x3d','\x2c','\xfc','\x9c','\xd1','\x0e','\xe5','\x73','\xfe','\x11','\x81','\x9f','\x83','\x0f','\x6a','\xc0','\xe8','\xa5','\x8c','\x3e','\xaa','\xe3','\x1d','\xbe','\x74','\x5d','\x17','\x50','\xb9','\x18','\xe5','\x2c','\xfc','\x4f','\x39','\xfc','\x6d','\x36','\xe2','\xc0','\x1a','\x9b','\xf1','\x5c','\xf8','\x3f','\x3e','\xe7','\x3f','\x01','\x9f','\x51','\x1a','\xf1','\xe9','\x52','\xee','\x52','\x87','\x8e','\xbe','\xe6','\x14','\x5d','\x91','\x6f','\x91','\x5e','\x5e','\x3a','\x0e','\x46','\x9c','\xf0','\xaf','\xc4','\xfd','\x79','\x0a','\xf2','\x09','\xde','\xad','\xa2','\x07','\x6b','\x80','\xa3','\x18','\xf8','\x1f','\x08','\x2f','\x82','\x61','\x78','\xbe','\xed','\x32','\x07','\xfd','\x5c','\x5b','\x5c','\xb1','\xdf','\xdf','\xcc','\x7f','\x1a','\xf8','\x6f','\xf2','\x52','\x58','\xcb','\x5a','\x19','\xcd','\x2d','\xa1','\x07','\x27','\x9e','\x77','\xcc','\xd5','\x87','\xd6','\x43','\xff','\xf4','\xb0','\x3e','\xd7','\x7e','\xc4','\x4e','\x8d','\x87','\xef','\x5f','\x7a','\x99','\xae','\x86','\xbf','\x22','\x4b','\xa7','\xc2','\x8f','\x5d','\x87','\x99','\x3b','\x7a','\x0e','\xbd','\x0b','\x33','\xe7','\x40','\x8f','\xb0','\xae','\xef','\x5b','\x7a','\x16','\x9a','\xeb','\xd0','\x3d','\x88','\x4f','\x46','\xeb','\xd7','\x95','\x08','\x1d','\xf5','\xd1','\x7b','\x1b','\x3d','\x68','\x05','\x7d','\x8a','\xb4','\x14','\x8e','\x44','\x96','\xe0','\x9a','\x13','\xd6','\xb8','\x15','\xc6','\x77','\x97','\x5c','\x92','\xe1','\xa3','\x6a','\x58','\xbd','\xce','\xd1','\x1b','\x05','\xf3','\xbf','\x32','\xd2','\x79','\x9e','\x25','\xae','\xa6','\x58','\xe1','\x6a','\xaa','\x96','\xf6','\x59','\x95','\x5c','\x3b','\xcf','\xd2','\x57','\xd3','\xac','\x1c','\xb3','\x54','\x47','\x53','\xd1','\x3f','\x91','\x09','\x0c','\x9d','\x59','\xb5','\xa6','\x5e','\xbb','\xb7','\x56','\x9b','\xad','\x75','\xfe','\xd5','\xec','\xfc','\xf9','\x7e','\xa3','\x3c','\xf0','\xc1','\x82','\xbf','\x81','\x72','\xb5','\x36','\x3b','\xab','\x4a','\x70','\xb5','\xa9','\x72','\x33','\xe2','\x2a','\x0a','\x16','\xc4','\xae','\x99','\xf7','\x46','\x88','\x06','\x74','\xc0','\xdc','\xb5','\xae','\xb1','\x9d','\xa3','\x9f','\x70','\x76','\x16','\x73','\xe9','\xe2','\xa8','\x51','\x6f','\x29','\xfa','\xb1','\x20','\xfd','\x40','\xc9','\x71','\x41','\x9f','\x74','\x89','\xc3','\x71','\x1d','\xe5','\x1c','\xfb','\x45','\x11','\xc1','\x52','\xf8','\x87','\x72','\x90','\x4d','\x59','\x11','\x99','\x81','\x1e','\xc0','\xd4','\xe5','\x67','\xc2','\x38','\xf6','\xfb','\xc2','\x47','\x02','\x3f','\x1d','\x8c','\x59','\x81','\xbe','\xfb','\xa3','\x18','\x21','\xe0','\xd3','\xb4','\xdf','\xc8','\x8e','\x4c','\x73','\x0a','\xb9','\xf1','\x32','\x9e','\x06','\x12','\xfd','\xc6','\xcf','\xbd','\xdc','\x98','\xab','\x68','\x63','\x5a','\x12','\x7e','\x4f','\xd2','\x1b','\x55','\xd0','\x49','\xf3','\xd0','\x3f','\x5f','\x95','\x67','\xe5','\x4e','\x7f','\xd6','\xaa','\x59','\xb3','\x3e','\xdc','\x16','\xd0','\xa2','\xa2','\xa2','\x06','\x7c','\x56','\x3f','\x82','\xa7','\xe2','\x14','\xac','\xaf','\x88','\x3a','\xfa','\x82','\xc3','\xe0','\x06','\x79','\x49','\x31','\xd7','\xb0','\x4c','\x65','\xcc','\xac','\x1d','\x9c','\x84','\x5f','\x47','\x1f','\x60','\x1c','\x1f','\xdf','\x51','\x61','\xfc','\x15','\xa0','\x3f','\xe6','\xd3','\xd3','\x31','\x7f','\x96','\xf0','\x4f','\x86','\x25','\x17','\xe8','\x07','\x62','\xe7','\x04','\x9f','\x25','\x6a','\x69','\xf6','\x9c','\x7a','\x0c','\x56','\x83','\xd7','\xf5','\xaf','\x0b','\xff','\x4d','\x03','\x33','\xcc','\x5f','\x95','\x6b','\xb3','\xbe','\x57','\xad','\xd7','\x09','\xfa','\x33','\x03','\xa9','\xc7','\xe1','\x6e','\x01','\xd3','\x3e','\x02','\xbf','\x53','\x75','\x7a','\x36','\x5a','\x9b','\x99','\x7d','\xb9','\x76','\x79','\xf6','\x0e','\x2d','\x51','\xd7','\xd4','\x49','\x75','\x5c','\xc3','\x23','\xa9','\x86','\x7f','\x9c','\xaa','\x5e','\x7d','\xa1','\xca','\xe0','\x26','\x98','\xad','\xfc','\xaa','\x1f','\x73','\xc4','\xd5','\x1e','\xd3','\x62','\x07','\xd5','\x1d','\xb3','\xff','\xd2','\xc9','\xaf','\x3a','\xb5','\x7f','\xb9','\xc6','\xab','\x93','\x38','\xd6','\x75','\x91','\x7f','\x47','\x55','\x61','\x58','\xd1','\xef','\x41','\x9d','\xfd','\xa5','\x6a','\x5e','\x7b','\xa7','\x66','\xce','\xbe','\x73','\xc2','\x99','\x35','\x55','\x3a','\x5b','\x54','\x9f','\xc7','\x48','\x8c','\xb5','\x98','\x9f','\xce','\x85','\xf6','\xf9','\x50','\x3e','\x0d','\xe5','\x7e','\xad','\x3a','\x5b','\x57','\xf1','\xc6','\x2c','\xe7','\xce','\x5a','\xde','\xf4','\x6f','\xa3','\x8d','\xc8','\xd9','\x60','\xd7','\x66','\xde','\x26','\x40','\xfd','\x0d','\xb5','\x6b','\xb0','\x80','\x3d','\xc3','\xee','\x87','\xd9','\xbd','\x97','\xfd','\x2d','\x48','\xe8','\x00','\x47','\x31','\x38','\x9f','\xc3','\xf1','\x23','\xf0','\x37','\xdd','\x02','\x9f','\x94','\x32','\xff','\x00','\x15','\xad','\x33','\xc0','\xec','\xbf','\x9d','\x4d','\x83','\xdd','\xa3','\x72','\x4e','\xa2','\xa6','\xa2','\xdf','\xe0','\xcf','\xd0','\xff','\x46','\xbf','\xec','\xfe','\x37','\xfa','\x0c','\x7d','\x0a','\xee','\xef','\xd1','\x04','\x8d','\x81','\x88','\xba','\x76','\x8a','\x90','\x6d','\x65','\xfc','\x66','\x4a','\xa7','\xf7','\xc4','\x73','\x88','\xb2','\xf4','\xa0','\x97','\xf0','\x60','\xf8','\x85','\x07','\x18','\x2c','\x5b','\xe4','\x36','\x7f','\x5a','\xfc','\xd4','\xbc','\x74','\xa1','\xdd','\x06','\x27','\x28','\xcb','\x7d','\x04','\x95','\x9e','\x31','\xa3','\xe6','\x72','\x3f','\xda','\xf0','\x1c','\x6a','\x94','\x03','\x7f','\x44','\x40','\x9a','\x4b','\x33','\x52','\xf9','\x0a','\x7a','\x8d','\xcc','\xc0','\x2d','\x47','\xa2','\x11','\x65','\xbe','\x1c','\x4f','\xce','\x09','\x68','\x5b','\x57','\x94','\x86','\xdf','\x05','\x72','\xc6','\xdc','\xf3','\x0d','\x03','\x7d','\x01','\xf0','\xf9','\x17','\x45','\xd6','\x2f','\xbc','\xd6','\x40','\x87','\x6d','\x22','\xec','\x43','\x8a','\x1e','\x3e','\xe1','\xd7','\xa4','\x1d','\x92','\x73','\x25','\xbd','\x2c','\xdd','\x01','\xd2','\x29','\x4c','\x31','\x33','\x72','\x50','\xff','\x36','\x3f','\x61','\x69','\xe6','\x3a','\x2e','\x9b','\x2d','\xbf','\x7f','\xdb','\x59','\xfd','\x7b','\xcd','\x5c','\xfd','\xfb','\x2e','\xf1','\xad','\xb5','\x07','\x4f','\xb8','\xa9','\x7d','\x33','\xf8','\xf3','\x52','\xf8','\x9f','\xb9','\xf7','\xf7','\x76','\x9e','\x8e','\x90','\x08','\x59','\x84','\x5e','\x2e','\x24','\x22','\x3c','\x93','\xa2','\x85','\x0e','\x68','\xf3','\x5c','\xff','\x45','\xbc','\x0a','\x29','\x92','\x22','\xd4','\x2f','\x45','\x4b','\x02','\x99','\xc3','\x8e','\xb2','\x66','\xff','\xb6','\x72','\x36','\xc1','\x26','\x6e','\xf3','\xe5','\x0a','\x46','\x25','\x76','\xad','\x58','\x2d','\x6b','\x32','\xf4','\x43','\x0e','\xde','\x0e','\xf5','\x6d','\x6a','\x2d','\xf7','\x89','\x21','\x59','\xef','\xda','\x41','\x5c','\x75','\xd4','\x0c','\x1b','\x34','\xd7','\xac','\xbf','\x06','\x68','\x11','\xb1','\xe4','\xa2','\x64','\x4d','\x93','\xe5','\x7e','\x40','\xdb','\x55','\x7c','\xae','\x7d','\xb9','\x18','\x8d','\x28','\x50','\x5f','\x0e','\xd1','\x2b','\xca','\x32','\x39','\x5c','\x8f','\x28','\xcb','\x8a','\x74','\x77','\xb8','\x78','\xb7','\x12','\xb4','\x4f','\xb5','\xc2','\x56','\xd8','\x26','\xc6','\xa2','\xfa','\x95','\x46','\xcc','\x6c','\xe3','\x53','\x8f','\xd3','\xcd','\x7c','\x51','\x5d','\x55','\xf0','\x7f','\x16','\x81','\xe5','\xfe','\x47','\xf1','\x74','\x8c','\xc3','\x17','\xd9','\xf3','\xc4','\xf3','\x5b','\xe9','\x00','\x55','\xe9','\xea','\x74','\x5b','\x5a','\x72','\x2e','\x14','\x57','\xeb','\x71','\xed','\x5e','\x53','\x4d','\xc4','\xf3','\x5d','\x0d','\xfa','\x13','\xcb','\x00','\xea','\x32','\x03','\xfa','\x67','\x36','\xf3','\xb2','\xc1','\xe5','\x68','\x4a','\x73','\x7c','\x54','\xe8','\x0f','\x9d','\x08','\x51','\x49','\x99','\x69','\x09','\xde','\x1e','\xbc','\xbf','\xd1','\xfe','\x0d','\x9d','\xa7','\xf1','\x6d','\x21','\x5b','\xb2','\x66','\x4c','\x9a','\x5b','\x05','\x33','\x7f','\x29','\xb6','\xff','\xd8','\x1d','\xb2','\xf8','\x0b','\x23','\x40','\x06','\x20','\xf0','\x86','\x77','\x29','\xd2','\xa6','\xd9','\xbe','\x06','\x05','\x6e','\x2a','\xa7','\x13','\x73','\xa5','\xc8','\x81','\x60','\xd5','\x49','\x4a','\x8c','\x52','\xa0','\x5b','\x08','\x6c','\xfe','\x77','\xe9','\x72','\x2e','\x46','\x67','\x01','\x7f','\xc0','\xf8','\xd7','\xb1','\x3d','\x12','\x50','\xe0','\x5d','\xb2','\x14','\xb8','\xf7','\x43','\x15','\xe0','\x80','\x19','\x1a','\xd5','\x03','\xfa','\x91','\xcd','\x27','\xb5','\x82','\x56','\xb8','\xed','\xa4','\x4c','\x2e','\x92','\x35','\x27','\x35','\x1c','\xbd','\xaa','\x46','\x35','\xdd','\x31','\x1b','\xe3','\x97','\xc3','\xde','\x2c','\x82','\x27','\xfc','\x7b','\x9d','\x8a','\x11','\xc2','\x36','\x34','\xe9','\x27','\x29','\xfd','\x14','\xe8','\xd3','\x18','\xff','\x2e','\x6d','\xf5','\x8a','\x60','\xf4','\xd7','\xf8','\x0d','\xfa','\x91','\x35','\x1c','\x91','\x27','\x16','\xf9','\xc8','\x7f','\x4b','\xdb','\x03','\xee','\x0b','\x3e','\x9b','\xfd','\x03','\x13','\xd6','\x08','\x9e','\x1f','\x50','\x0e','\x9e','\x3f','\x11','\xa6','\xf1','\xc6','\xf8','\x1a','\x13','\x31','\xaa','\x2a','\xff','\xe1','\x0f','\x84','\xfc','\xae','\xa0','\x55','\xd6','\x54','\xc4','\x5d','\xd0','\xca','\x5d','\x9e','\x78','\x83','\x81','\xf9','\x9b','\x71','\x7c','\x16','\x47','\xe1','\xfd','\x33','\xe8','\x85','\x23','\xc6','\xc7','\x6a','\x8e','\xcf','\x1a','\x3f','\x4c','\x97','\xd6','\x43','\x14','\xe6','\x37','\xb4','\x3c','\x62','\xe1','\xbd','\x9c','\x37','\xf9','\x83','\xac','\xdc','\x3c','\xa5','\xf5','\x6a','\x6c','\x31','\x5f','\xac','\xbe','\xbd','\xa1','\xeb','\x42','\xd7','\xca','\x2e','\xd2','\x3d','\x1c','\xb7','\xee','\x1d','\xef','\x6a','\xc1','\x27','\x48','\x20','\x41','\xd6','\x15','\xd5','\x95','\xb7','\x55','\x24','\xf3','\xdf','\xca','\x5a','\x54','\xf8','\xbe','\x96','\xe3','\x93','\xdd','\x89','\x66','\xff','\x36','\x67','\xbb','\x68','\x57','\xcf','\x6d','\xa9','\xc5','\xdf','\x7e','\xfb','\xae','\x35','\x5b','\xba','\xbe','\xdd','\x15','\xef','\x4a','\x75','\x81','\x2d','\x32','\xc7','\xff','\x82','\x5e','\xb7','\xf9','\x12','\xfd','\xe3','\x86','\x08','\x5d','\xe5','\x22','\x0d','\xc3','\x2c','\xa2','\x45','\x57','\x88','\xfe','\x37','\xf0','\x09','\x87','\x68','\x9a','\xef','\x26','\x0f','\x37','\xb0','\x09','\xf7','\xfb','\xe9','\x42','\xe2','\xe9','\x01','\x62','\xf1','\xdb','\x7c','\x13','\xe9','\xc9','\xe4','\xaa','\x7c','\xe0','\x62','\xb5','\x4b','\xd6','\x26','\x34','\x11','\x7f','\xbd','\x96','\xeb','\xcc','\x66','\xdf','\xe0','\x32','\xd9','\xda','\xdb','\x1d','\xbd','\x37','\x7a','\x7b','\xb9','\xad','\x7a','\xb9','\xba','\xee','\x64','\xfc','\x6c','\xdc','\x5b','\x77','\x2a','\xee','\xc5','\xbd','\x7b','\x3c','\x5b','\x11','\xf4','\x01','\xf9','\xbc','\x86','\xcb','\x89','\xc5','\x75','\x21','\x5f','\x4e','\xaf','\x51','\xf5','\x73','\x6b','\x3b','\x7a','\x0e','\x76','\x96','\xb0','\x7e','\x88','\x6e','\xe5','\x31','\xda','\x59','\x97','\xac','\x45','\xf5','\x0b','\x56','\xe0','\x97','\xa4','\xa1','\xf7','\x52','\x34','\x90','\x1f','\x12','\x31','\xa1','\xff','\x7a','\xf1','\xf6','\xe7','\x95','\xca','\xbf','\x9d','\x51','\xa3','\x1b','\xcf','\x69','\xca','\x1a','\x4f','\x2f','\xdf','\x3b','\x19','\x0b','\x28','\x90','\xdb','\x5c','\xef','\xb2','\xb4','\xea','\x6d','\x75','\x62','\xfc','\x9b','\x1f','\x8f','\x6a','\xde','\xda','\x99','\x18','\x89','\x4d','\xab','\x54','\xeb','\x09','\xca','\x1f','\xc4','\xac','\xe5','\x82','\xff','\xa6','\x60','\xa4','\xba','\x23','\xaa','\xd2','\x35','\xd3','\x1d','\x89','\xd1','\xd8','\x74','\x40','\xa1','\xad','\xf0','\x7f','\xeb','\xb8','\xa4','\xcb','\xda','\xbf','\x66','\xd7','\x9d','\x55','\xb3','\x5d','\xd6','\xba','\x6c','\xcc','\x42','\x2f','\x14','\x2c','\x57','\xc0','\xc4','\x00','\x6d','\xb2','\xa2','\x68','\x88','\xfa','\x0a','\x97','\x3a','\x86','\xee','\xc9','\xeb','\x5b','\xf5','\x36','\xd6','\x0e','\xba','\xa7','\x4a','\xd4','\x3e','\xd0','\x44','\xb4','\x1b','\x15','\x55','\x57','\x11','\xbb','\x46','\x28','\x26','\xea','\x7a','\x55','\x47','\x3c','\x1b','\xb4','\xaf','\x16','\xf5','\xf5','\xaa','\x02','\xae','\x46','\xdf','\x08','\x56','\xa2','\xda','\x28','\x5f','\x53','\xad','\x07','\x19','\xb6','\xc9','\x58','\x1f','\x68','\x42','\x5a','\x4c','\xeb','\xd2','\x13','\x5a','\x4e','\xdb','\xa8','\xc6','\xf0','\x5a','\x1f','\xd3','\x37','\xb2','\x58','\x50','\x8e','\x3e','\x47','\x56','\xbf','\x35','\x66','\x13','\x6b','\xcc','\xc2','\x7d','\xaa','\x31','\x53','\xd9','\xa7','\xd8','\xb7','\x1b','\xd3','\xc0','\x7b','\x51','\x12','\x71','\x63','\x66','\x12','\x73','\xb6','\xdb','\x2a','\xfc','\xd5','\x29','\x81','\x90','\xa4','\xee','\x53','\x6d','\xd4','\xf6','\x89','\x21','\xf2','\xbf','\xf8','\x4c','\xc6','\x38','\xac','\x35','\xd3','\x1a','\x5d','\x33','\x8d','\xf1','\x58','\xba','\xb7','\xb5','\x6e','\x49','\x9e','\x74','\x1b','\xd0','\xf7','\xf6','\xbe','\x69','\x35','\xa4','\x1d','\xd5','\x52','\x3a','\xd1','\xb8','\x26','\x43','\xef','\x6e','\x57','\xeb','\xeb','\x2d','\x5d','\xc0','\x77','\xc1','\xfb','\xbf','\xd4','\x97','\x51','\x33','\xda','\x97','\x34','\xa2','\x8f','\x69','\x44','\xbb','\x31','\xc9','\xd4','\x8d','\x6a','\x68','\x7d','\x48','\x0f','\x89','\x4c','\xd6','\xb0','\x52','\xf5','\x6d','\x9c','\xb4','\x2a','\xf1','\x4a','\x5f','\x95','\xc2','\xfc','\x4b','\xab','\xf0','\xdb','\x64','\xed','\x25','\xf8','\x6d','\xa2','\x8b','\x25','\xd8','\x2a','\x12','\x86','\xfe','\xad','\x82','\x69','\x3d','\x76','\x49','\xd6','\x36','\x56','\xd8','\xe4','\xdd','\x93','\xf1','\xc9','\xbb','\x5f','\x62','\x55','\xdc','\xab','\x16','\xf6','\xe7','\xa9','\xf2','\x64','\xb9','\xf2','\xc7','\x0a','\x3e','\x3f','\xa9','\x8d','\xa9','\x82','\xc2','\xeb','\x41','\xfb','\x11','\xe8','\x23','\x0a','\x49','\xf6','\xc5','\x81','\xfe','\x71','\xa0','\xbf','\x57','\xe9','\xd7','\xfa','\xd5','\x2f','\x4d','\x1e','\x55','\x33','\x40','\xbf','\x7e','\x76','\x98','\x85','\xa0','\xfe','\x8d','\x5c','\x34','\x1b','\xa5','\x63','\x22','\x2f','\x63','\x86','\x6e','\xa7','\x9f','\xa4','\xfd','\xf0','\x5b','\x3f','\x7e','\xda','\xfd','\x0c','\xd5','\x37','\x1d','\x2e','\xce','\x6b','\x25','\xb8','\xe8','\x0f','\xf5','\x57','\x74','\xb1','\x49','\x67','\xe5','\x53','\x7c','\xfc','\xcb','\x2d','\x84','\xf0','\x61','\xcc','\x28','\xce','\xad','\xda','\x91','\x13','\xa4','\xe6','\xff','\xd0','\x7c','\xc5','\x14','\xe5','\x14','\x3e','\xcd','\x2f','\xe7','\x89','\xc9','\x4d','\x44','\xa4','\x87','\xfa','\x26','\x5e','\x50','\xee','\xe6','\xe1','\xff','\xf2','\x70','\x89','\xed','\x7a','\x99','\xaf','\xd4','\xa7','\xe1','\xf9','\xb4','\x46','\x6b','\x1c','\x9e','\xbf','\xe1','\x95','\xf5','\x79','\x87','\xa7','\xf3','\xc5','\xbc','\x50','\x0f','\xf1','\xfc','\x46','\xcf','\xea','\xf9','\x1b','\x66','\x4d','\x87','\xbf','\x60','\x3f','\x34','\x5e','\xe1','\x5f','\x4e','\xf0','\x44','\x1e','\x2e','\x9e','\xcd','\x27','\xa0','\xdc','\xd4','\xeb','\x50','\x5f','\x83','\xda','\x12','\xbc','\xbf','\xf0','\x8a','\x9f','\x2f','\x70','\xb8','\xe1','\xb3','\x9c','\xf7','\xd0','\x29','\x42','\xbc','\xdf','\xac','\xb9','\x35','\x52','\x23','\x3f','\xe4','\xaf','\xc0','\x53','\xe1','\xcd','\xf8','\xc9','\xf3','\xb0','\x3e','\x70','\x68','\x7d','\x37','\x87','\xf6','\x5b','\x27','\x38','\x94','\xfb','\xaf','\x14','\xe6','\xea','\xc3','\x27','\x31','\x38','\xeb','\xe6','\x3a','\xe1','\x5e','\xcd','\x3b','\xe1','\xd4','\xd4','\x1f','\x92','\x57','\xd8','\x97','\xc1','\x7e','\xc8','\xc3','\x85','\x9f','\x41','\x7d','\xe8','\x3f','\xaf','\xc1','\x13','\x6a','\xbf','\xff','\xe1','\x9b','\xff','\xf8','\x68','\x1e','\xfe','\x0f','\xe8','\x23','\x3e','\x05','\x7e','\xa5','\xcf','\x8c','\x7a','\xee','\x78','\xbd','\xe6','\xbd','\xe0','\xbd','\x51','\xf7','\xc8','\x53','\xfe','\x55','\xe7','\x29','\xb8','\xae','\x71','\x4f','\xa0','\xd7','\xef','\x3c','\xb2','\x77','\x78','\x97','\x95','\xea','\x19','\xb3','\x48','\x21','\xf0','\xf7','\xd3','\xad','\x9e','\x0d','\x41','\xfc','\x3c','\x31','\xea','\x22','\x8b','\x72','\xbd','\x70','\x9c','\x57','\xab','\xd5','\xda','\xff','\xb3','\x7a','\xfc','\xa6','\xfa','\xd0','\xbf','\x77','\x74','\x55','\xaf','\xf1','\x4f','\xd7','\x6a','\x40','\x1f','\xfd','\x87','\xe6','\x3f','\x96','\xa0','\x65','\x67','\xf3','\xf7','\xe6','\xcf','\xf0','\x8e','\xfc','\x14','\xd4','\x07','\xf9','\x01','\x1a','\x66','\xa2','\x36','\x7c','\xe2','\x4c','\xad','\xf7','\x5f','\xc8','\xd7','\xf8','\xb8','\x71','\xad','\x32','\xbe','\xe3','\x3f','\xbf','\xe4','\xa7','\x9f','\xfa','\x31','\xd1','\x39','\xd7','\x6b','\xf0','\x51','\x03','\xfa','\x91','\x1a','\x87','\xfe','\xf1','\x7c','\x1e','\x28','\x83','\xa3','\x88','\xf4','\x59','\x71','\x75','\x2a','\x88','\x20','\x3a','\xee','\x1f','\x7f','\xe1','\xf8','\xc1','\xff','\xc7','\xf7','\xd8','\x53','\x7e','\x9d','\x7d','\x0d','\xde','\x7d','\xd5','\x19','\x8f','\x03','\x7f','\x00','\x75','\xf4','\x77','\xa0','\xfe','\x3b','\x98','\xb3','\x0f','\xc6','\x17','\xea','\x42','\x4d','\x3b','\xff','\xea','\x8d','\xbd','\xf9','\xc4','\xba','\xdf','\x5b','\xda','\x67','\x5f','\xc0','\x3b','\x55','\xb9','\xc1','\x4b','\xa5','\x3b','\x0f','\x04','\x27','\x7b','\x98','\x53','\x40','\x66','\x1d','\xbb','\xdb','\x19','\x02','\xe6','\x39','\xe8','\xd7','\x88','\xda','\xa1','\xd6','\x88','\xee','\x86','\xf9','\x14','\xf8','\x97','\xb6','\x93','\x77','\xfd','\xb0','\x93','\xf1','\x37','\x34','\xac','\x80','\x1e','\x6f','\x83','\x9d','\xf1','\x6d','\xcc','\xe0','\x28','\x6c','\x30','\xb0','\x4f','\xb2','\x4a','\x65','\x4c','\x5f','\x41','\xe3','\x7a','\xd2','\x14','\x39','\xca','\x61','\x76','\x06','\x33','\xd4','\xc8','\x7d','\xc7','\x47','\x4d','\xb0','\x1b','\xd6','\xfc','\x84','\x79','\x12','\xb3','\x13','\x00','\x1f','\x50','\xb3','\x6c','\xee','\x28','\xd8','\x85','\x55','\xf2','\x15','\xdd','\xc4','\xfc','\x87','\x54','\x07','\x4d','\xd8','\x28','\xbe','\x2c','\xb0','\xe7','\x7c','\xb8','\x9f','\x51','\x1e','\x51','\x86','\x94','\x95','\xf2','\x05','\xd9','\x94','\x82','\x98','\xd3','\x44','\xe1','\x56','\x8c','\x4e','\x3c','\x77','\xbc','\xd1','\x88','\xbf','\xd5','\x41','\x38','\x25','\xfc','\x93','\x1a','\x0d','\x72','\xb8','\xe0','\xf3','\x4d','\xbb','\xb0','\xb2','\xf0','\xae','\x9e','\xa0','\xcd','\xf7','\x1b','\xe6','\x4f','\x4c','\x7a','\x86','\x9a','\xfe','\x5e','\xea','\x94','\xb7','\xec','\x38','\x62','\x17','\xee','\x94','\x2f','\x88','\xf7','\x87','\xa1','\xad','\xda','\xd9','\x44','\xf5','\x64','\x15','\x51','\xab','\xc0','\xf2','\xb3','\xcb','\x6c','\x07','\xb3','\xed','\x95','\xde','\xbb','\x72','\x42','\x0a','\x9e','\xdf','\xc5','\xfa','\xef','\xfa','\xc9','\xfa','\xf0','\xde','\xa5','\x15','\xa0','\xd1','\xfa','\x67','\xf4','\x47','\xd4','\x21','\xf5','\x4e','\x69','\x8a','\x1b','\xc2','\x7e','\xd5','\x73','\x9a','\xdf','\x2f','\xff','\x54','\xc6','\x5c','\x5d','\xbe','\x49','\xa3','\x65','\x6d','\x87','\x39','\x54','\x58','\x21','\x4f','\xe9','\x06','\xc5','\xf8','\x63','\x7d','\x5a','\xcb','\x25','\x72','\x27','\x73','\x30','\xa1','\x84','\x65','\x5b','\xf6','\x76','\x78','\xb6','\xb7','\x4a','\x79','\x57','\x09','\xf2','\xff','\x41','\xfb','\xab','\x89','\xca','\xc9','\x49','\x90','\xa3','\x0c','\x73','\xd0','\x94','\xf5','\x1d','\x8a','\x4d','\x57','\xb2','\xe9','\xd3','\x0f','\x0a','\xef','\x3d','\x3c','\x4b','\x4b','\x14','\x4e','\xa2','\x0f','\x69','\x11','\x63','\xbf','\xca','\x45','\xac','\x0f','\xfd','\xc3','\xf6','\x61','\xfb','\x2d','\xcd','\x32','\xac','\x97','\x2d','\x6a','\x85','\xeb','\xfe','\xdc','\xf3','\x57','\x78','\xbf','\xc1','\xf6','\x29','\x74','\x45','\xf7','\x54','\x17','\xe9','\x27','\x3f','\xf1','\xd1','\xa3','\xff','\xba','\x19','\xd6','\xa1','\xfd','\x74','\x88','\xae','\xd4','\x2f','\x98','\x66','\x1e','\x5f','\x6e','\x6b','\x16','\xcc','\xa9','\x11','\x86','\xf2','\x7f','\x56','\xc3','\x6c','\x6b','\x2f','\x16','\xff','\x3c','\x72','\x7f','\x7c','\x6a','\x13','\xc9','\xa3','\x1d','\x0e','\xf4','\xf1','\x1e','\xe4','\x27','\x85','\x4d','\x0e','\xed','\xaf','\x07','\xcf','\x5f','\xe9','\x4d','\xd7','\x0d','\x8c','\x8f','\xe4','\xd0','\x7f','\xec','\x9f','\xd0','\xd3','\x39','\xdc','\x65','\x7f','\x47','\xce','\xce','\xad','\xcc','\x4d','\xe3','\xfb','\xf1','\x0c','\x89','\x76','\x71','\x83','\xbd','\xcc','\x60','\xfc','\x0b','\xd7','\xeb','\x94','\x02','\x7d','\x4d','\x3b','\x7f','\x27','\x9f','\xca','\x1b','\x02','\x1f','\xbc','\x1b','\x6c','\x9d','\x84','\x7c','\x52','\x0e','\x5f','\x0c','\x78','\xf0','\x99','\x8b','\x8f','\x68','\xb6','\xdc','\xa0','\x5f','\xa3','\x7e','\xbf','\x04','\xf4','\xcd','\x51','\x0f','\xf8','\x63','\xa2','\x7c','\x7a','\x07','\xb0','\xf7','\x8a','\xfc','\x54','\x56','\x3c','\x1f','\xd6','\x72','\x8d','\xf5','\xfb','\x2f','\x23','\xbf','\xb2','\xeb','\x9c','\xaa','\xe5','\xf8','\x0e','\xc7','\xb6','\x57','\x78','\x6f','\x09','\xfa','\xe0','\xf8','\x77','\x69','\xfd','\xda','\x4f','\x44','\xc6','\x52','\xb4','\x24','\x9f','\xd1','\x1e','\x01','\x0e','\xbf','\x53','\x7b','\x0b','\x46','\x4d','\xbc','\xdf','\xef','\x92','\x13','\xf2','\x7f','\x9b','\x09','\x47','\xc3','\xd1','\xeb','\xd1','\xf0','\xcc','\x33','\xf2','\x23','\xfa','\x50','\xa4','\x31','\xbe','\x70','\xe1','\xf3','\xa1','\xfd','\xe2','\x7c','\xe1','\x7a','\x21','\x52','\x28','\x17','\x90','\x7f','\x57','\x14','\xa6','\x7c','\x03','\xb3','\xa8','\x12','\xf5','\xb9','\x84','\x51','\x60','\xff','\xf1','\x74','\xac','\xef','\x93','\xca','\x8f','\xce','\xc6','\x94','\x6e','\xab','\xcb','\xeb','\x52','\x62','\x67','\xef','\xd6','\x31','\xed','\x4e','\x98','\x75','\xb3','\x2e','\xbf','\x9f','\xfd','\x34','\xb0','\xd4','\xc1','\xf6','\x2a','\x57','\xf1','\xfd','\x2b','\x55','\x30','\x4c','\xc5','\x1c','\xd2','\x6d','\xcd','\x03','\xfe','\x91','\x84','\x6d','\xc6','\x30','\x9f','\x2c','\xf0','\x1f','\x5b','\xc1','\x1a','\xe3','\xd7','\xdb','\x3d','\x85','\xef','\xff','\x3f','\xc4','\x8c','\x43','\x4b','\x1f','\xda','\x27','\x0f','\xc9','\x77','\xca','\xd8','\x7e','\x58','\x62','\x73','\xdb','\x56','\xa6','\xd2','\xf9','\xf4','\x48','\x5a','\x85','\x6b','\x36','\xad','\xbe','\xbe','\xf6','\xd1','\x17','\x9d','\xdd','\xc5','\x0d','\xc5','\xb7','\xa8','\x44','\x1b','\xfc','\xeb','\x43','\xfb','\xab','\xb8','\x7f','\x7a','\xfd','\x60','\x44','\x2d','\xdb','\x3b','\x6c','\xe4','\x0f','\x41','\x9f','\x15','\xe1','\x29','\x9c','\x3f','\x0f','\xf2','\x97','\xab','\x61','\x2d','\xa2','\xc2','\xf8','\x78','\xc0','\x5f','\xa7','\x86','\xa4','\x3b','\xa5','\x0b','\x60','\x12','\x52','\x4a','\x4b','\x7a','\x5a','\x73','\x12','\xf4','\x24','\x2e','\x07','\x20','\x99','\x68','\xbe','\x9c','\xdf','\xc1','\xed','\xfc','\xca','\xfc','\xf4','\xb8','\x51','\x40','\x74','\x80','\x6e','\xae','\x59','\x09','\xeb','\x64','\xe0','\xc9','\x06','\xf4','\x2c','\xe7','\x1a','\xe3','\xef','\x1b','\x62','\x7f','\x06','\xfa','\x67','\x1b','\xf6','\x4f','\xde','\x44','\xcb','\xed','\xba','\x1c','\x7e','\x53','\xbc','\xdf','\x5e','\x61','\x63','\xff','\xd0','\x7e','\xdf','\xc6','\x53','\xd2','\x57','\xe4','\x43','\x18','\xa9','\x07','\xed','\xef','\x4c','\xdf','\xf5','\xed','\x1f','\x97','\x3f','\x49','\xef','\x13','\xfe','\x0b','\x18','\x5f','\x0e','\xf4','\x27','\x06','\xf2','\x2f','\xd6','\x07','\x1a','\x01','\xff','\xc2','\x3a','\xbd','\x42','\x9d','\x9a','\x30','\x30','\xfe','\xd9','\xef','\x96','\xc5','\xf8','\x8a','\xf3','\x8d','\xeb','\x07','\xc3','\xce','\x33','\xce','\x23','\x07','\x9b','\xf4','\xc1','\x7d','\x8e','\x6e','\x6d','\xb5','\xd5','\xaf','\xbd','\x8c','\x3b','\x1e','\x04','\x77','\x6e','\x9e','\x51','\x1f','\xe1','\x30','\x7f','\xd5','\xb7','\x80','\xab','\x30','\x92','\x45','\xdf','\xd9','\x35','\x95','\xd0','\x4f','\x8a','\xf3','\x07','\x6e','\xd1','\x9d','\xcf','\x4c','\xed','\xd0','\x6c','\x7d','\x65','\x64','\x7a','\x7f','\xff','\x11','\xe4','\x0f','\xbd','\xde','\xa5','\x24','\xe8','\x4f','\x7c','\x94','\x2f','\xc0','\x5f','\x5a','\x59','\x7b','\xc4','\xb7','\xb5','\x15','\x0c','\xdf','\x8f','\xfb','\x3f','\x76','\x22','\x99','\xca','\x15','\x0e','\xa5','\xd4','\xb4','\xc6','\xea','\xf0','\xbb','\x9e','\xfe','\xfb','\xf4','\xee','\xf2','\x7d','\xd6','\x05','\x47','\x56','\xc3','\x4a','\x58','\x59','\xcb','\xbb','\x94','\x7e','\xeb','\x65','\xdc','\xc9','\xc8','\xf9','\xb9','\xe6','\xfc','\xb9','\x53','\x79','\x0b','\xe5','\x13','\xcc','\x29','\xe8','\x9f','\x67','\x78','\x2f','\xa3','\x27','\x67','\xf9','\x7a','\x39','\x72','\x0c','\xe8','\xff','\xa2','\xfd','\xfa','\x8a','\xd2','\xd4','\xd7','\x8d','\x1c','\x0c','\x5f','\x74','\xe8','\x75','\x2b','\x92','\xa3','\x4f','\xe2','\xa6','\x57','\xb1','\x5e','\x54','\x5f','\x8b','\x17','\x5f','\x2c','\xee','\x19','\xbf','\xff','\xf2','\xef','\x5a','\x24','\xb1','\xff','\x94','\x4e','\xa4','\x60','\x35','\x7e','\xf2','\x3c','\xea','\x72','\xd7','\x5e','\x57','\x23','\xf1','\xe8','\x3f','\x9c','\xdb','\xa3','\xdc','\x1f','\xbd','\xa0','\x49','\x09','\x04','\x39','\xd1','\x7d','\xad','\x60','\xf8','\x2f','\x0b','\xcc','\x15','\x68','\x3f','\x83','\xf9','\xe7','\x23','\x7f','\xbd','\x85','\xf4','\x57','\x58','\xbb','\xdd','\x36','\xc8','\xf3','\xca','\x88','\xa2','\x5e','\x52','\xdb','\x66','\xdb','\xd4','\xdf','\xc7','\x5f','\x78','\xb1','\xba','\xe7','\xf2','\xfd','\x1f','\xba','\xb0','\x5a','\x4e','\x60','\xfc','\xef','\x10','\x4d','\x29','\x5f','\xf9','\xc3','\x30','\xe9','\x3c','\xa3','\x3a','\xb3','\x4e','\xe7','\xb9','\xb8','\xf3','\xa2','\xf3','\xe7','\xe7','\xee','\x37','\x2f','\x38','\xd2','\xd9','\xb9','\xf6','\xd7','\x5f','\x16','\xfb','\x75','\xbe','\xb7','\x94','\x3f','\x43','\x1e','\xb1','\x86','\x0a','\x77','\x12','\x7c','\x3e','\xca','\x54','\x1d','\xe6','\xb7','\x41','\x5e','\x16','\x19','\x7f','\x7d','\x18','\x2f','\x18','\x1f','\x67','\xc8','\xb9','\xd3','\xf9','\x4d','\x43','\x3e','\x74','\xe3','\xf8','\xce','\xb5','\x2f','\x2c','\x3d','\x33','\xf2','\x48','\x6a','\x68','\xe4','\x4e','\xe9','\xad','\xb6','\x7e','\x39','\xdc','\x11','\x9e','\xea','\x96','\x34','\xf8','\xcb','\x9f','\xb8','\x20','\xbf','\x5c','\x90','\x5f','\xee','\x33','\xe6','\x23','\xee','\x10','\x01','\xf9','\x01','\xb3','\x26','\xe0','\x8f','\xd5','\x92','\x61','\xbf','\xec','\x85','\x35','\x6a','\xfb','\xf0','\x8e','\x67','\x67','\x03','\xf9','\x37','\x85','\xf2','\x49','\xa5','\x91','\xee','\xa8','\x96','\x33','\x4e','\xbd','\xac','\x50','\x25','\x7c','\x4a','\xc8','\xc7','\xf2','\x8e','\x92','\x3d','\x79','\xa7','\x71','\xa1','\xcf','\x08','\xb2','\x0b','\x22','\xea','\x93','\xb6','\x11','\xac','\x04','\xb0','\xdf','\xf6','\xac','\x39','\xd5','\xd9','\xf1','\xe1','\x3f','\x60','\xd6','\xb8','\x84','\xf5','\x0d','\x58','\xcf','\x3a','\xdf','\x4c','\x97','\x07','\xcf','\xe5','\x9d','\x27','\xcf','\xaa','\x9e','\x5a','\xbe','\x76','\x81','\x11','\x9d','\xfd','\xbd','\xbf','\x9b','\x6d','\xc0','\x13','\x08','\xa2','\xc8','\x63','\xc3','\x8a','\xd1','\x67','\xc4','\xb3','\x7d','\x56','\xdc','\xba','\x61','\xb5','\x7a','\x41','\xbe','\x1e','\x5c','\xa5','\x70','\x85','\xc2','\xfe','\x89','\xf6','\xe5','\x5e','\x06','\xdb','\x72','\x29','\xbb','\x0e','\xbd','\x10','\xed','\x37','\xef','\x34','\xdf','\x02','\xcd','\x98','\x79','\xaa','\x97','\x7e','\x3e','\x55','\xcb','\x97','\x9f','\xf4','\x58','\x91','\x55','\xea','\x85','\x35','\xa7','\xe2','\x85','\x17','\x2b','\x7b','\xca','\xf7','\x17','\x2e','\x96','\x89','\xa7','\x82','\x16','\x3d','\xc4','\xb6','\x9e','\xca','\x1b','\x23','\xac','\xf3','\xa4','\xfa','\xda','\x6c','\x51','\x2d','\xc6','\xf9','\x8b','\xc5','\xbd','\xd5','\x07','\xaa','\x97','\x4c','\x54','\xd0','\xc2','\xf5','\x6e','\xa5','\xab','\xde','\xaf','\xfc','\xa4','\x8e','\xb9','\x1c','\x79','\x79','\xa9','\x5f','\x26','\x8f','\xd4','\xed','\xe2','\x8a','\xdd','\x6f','\x1d','\xdb','\xd4','\x12','\xf0','\x67','\x2a','\x7d','\x38','\x35','\x92','\x06','\x41','\x70','\xe6','\x5a','\x84','\xed','\xee','\xf6','\x7e','\x7c','\xef','\x27','\xcf','\x6c','\xe8','\x98','\xc2','\xfc','\x8b','\xd0','\xc0','\x34','\x4f','\xd2','\xc3','\xee','\xb0','\xc3','\xdc','\x4e','\xe7','\xaa','\x1b','\x83','\xf1','\xf8','\x7b','\xd0','\x42','\xef','\x2f','\x5e','\x44','\x7c','\x09','\x90','\x37','\xdd','\xda','\x1a','\x8e','\xf3','\x0b','\x7f','\xc6','\x1d','\xa4','\xb2','\xf1','\x67','\x1c','\xf8','\xf7','\xb5','\xa9','\x03','\x0f','\x3e','\x1d','\xcc','\xef','\xae','\x37','\xfb','\xe5','\x9f','\xc8','\x88','\xa0','\xe4','\xdb','\x4b','\x79','\xd9','\x00','\xf9','\x55','\x59','\x39','\x7e','\x61','\xdc','\x1c','\xc6','\xfd','\x2f','\xdb','\x06','\xfe','\x4a','\x03','\xff','\x12','\x8c','\x64','\x8f','\xc1','\x7c','\x45','\xfa','\x7d','\x9c','\xe3','\xf9','\x20','\xc6','\x8f','\x6f','\x3b','\x6b','\xd1','\x2f','\x9f','\x1f','\xd9','\xdb','\x79','\x8e','\x45','\xaf','\x9d','\x63','\x8e','\x5e','\xfe','\xf1','\xa5','\x3f','\xf7','\x36','\x94','\x2f','\x94','\x43','\xb8','\x83','\xc6','\x86','\x7c','\x5c','\x9f','\x0e','\x29','\x9d','\xcf','\xc5','\x94','\xab','\xde','\xea','\x3e','\x9d','\xfc','\x03','\x17','\xf2','\xad','\x91','\xbf','\xb0','\x5b','\xd3','\xaa','\x0d','\xf9','\x25','\x35','\xe4','\xbb','\x3f','\x27','\xdf','\xa1','\x83','\xb0','\xfe','\xb3','\x7e','\xe7','\x65','\xdc','\xef','\x9e','\xf5','\x83','\xf5','\xab','\x0e','\xfc','\x5f','\x7d','\x4b','\x33','\x44','\xfe','\xc2','\x6e','\xa7','\xcb','\x81','\xf5','\x43','\xc4','\xfb','\x61','\xa6','\x2a','\x90','\xbf','\x7b','\xec','\xf2','\x9d','\xde','\x85','\x8a','\xf1','\x0a','\x9b','\x60','\xc5','\x21','\x3e','\xc8','\x0e','\xfb','\x87','\x30','\x92','\x99','\x5d','\xe5','\x31','\xb2','\xf6','\xfc','\x8b','\xe9','\x3d','\xe9','\xfb','\x9f','\xb8','\x20','\x49','\x2d','\xec','\xe9','\xce','\xcb','\xb6','\x37','\xc8','\x73','\xca','\x93','\x97','\xd4','\x78','\xe7','\xe5','\x7a','\x5b','\xe7','\xef','\xf5','\xa7','\xff','\xe1','\xf7','\xbb','\xc7','\x37','\x5c','\xfe','\xcd','\xb3','\x44','\x85','\xc9','\x56','\xda','\x76','\xc5','\x2a','\x7e','\x95','\x1f','\xa0','\x9d','\xaf','\xab','\xe9','\x2b','\xe9','\xce','\x73','\x15','\xe7','\x89','\xa7','\xd9','\xe5','\x8f','\xb5','\x9d','\xbe','\x83','\xa8','\x88','\x9f','\xa0','\x57','\xd7','\xf0','\x84','\xf4','\x32','\xee','\x76','\x7b','\x3e','\x8c','\xe2','\x33','\x3e','\xac','\x0f','\x7e','\xd0','\x7e','\xe8','\xbe','\x97','\x4e','\x0f','\xae','\x06','\xf9','\x3e','\xae','\xaa','\x18','\x09','\x1c','\x33','\xe3','\x23','\x3f','\xf6','\x3e','\x69','\x6f','\x60','\x53','\x6f','\xdc','\xd6','\xb2','\x30','\xbe','\x22','\xcb','\x9b','\xd9','\xa2','\x90','\xfb','\x02','\x0d','\x09','\x75','\x47','\x9b','\x25','\xfd','\x1c','\x01','\xfa','\x4b','\x18','\x69','\xdd','\xc9','\x05','\xfd','\xe4','\x8f','\x8b','\xf3','\xa1','\x60','\xfe','\x75','\xe9','\xfd','\xee','\x4f','\x74','\x91','\xfd','\xcb','\x05','\xf9','\xe9','\xc2','\xfc','\x74','\x57','\x12','\xd4','\x0f','\x34','\x53','\xbb','\xb8','\xa3','\x9a','\xaa','\x7d','\xfd','\x9d','\x83','\x95','\x78','\xed','\xee','\x77','\xae','\x80','\x44','\xf8','\x11','\x3f','\x30','\x15','\xb3','\xef','\xb5','\x7e','\xb9','\x09','\x77','\xb7','\x58','\xaf','\xcd','\x60','\x7c','\xd5','\x91','\x3a','\xe8','\x0f','\x22','\x07','\x77','\xbc','\xf2','\xa2','\xbf','\x97','\x3d','\xe0','\xfc','\x6b','\x4a','\xba','\x3f','\xa6','\xa9','\xd6','\x90','\x66','\x91','\x2f','\xfb','\x23','\x65','\x75','\x2f','\xcc','\x1f','\x5f','\xb5','\xd6','\xee','\x7b','\xd1','\xfa','\xf3','\xfd','\xf7','\xa7','\x2e','\x6c','\x5a','\xb4','\x87','\x09','\x20','\xc6','\x41','\x3f','\x6f','\x3e','\x39','\x0d','\x76','\x9f','\x3f','\x5b','\x55','\xeb','\xf1','\xea','\x8b','\xf5','\x3d','\xe4','\x01','\xff','\x6d','\xe7','\x03','\x3c','\x58','\xff','\x35','\x30','\x38','\x4e','\x36','\x4c','\x86','\xe6','\xfa','\xb2','\x8a','\xbc','\x4b','\x12','\x28','\x3f','\x6c','\xdd','\xeb','\x3a','\x98','\x90','\x7e','\x82','\x71','\x4b','\xfe','\x9c','\x7c','\xf1','\xef','\x74','\xde','\x72','\xfa','\xdb','\x31','\x7a','\x1a','\xc6','\xe7','\x3c','\xf0','\xdf','\x79','\x1c','\x4b','\x18','\x3f','\xb6','\xd6','\xff','\x2f','\xec','\x93','\xfe','\x7d','\x20','\xff','\x42','\xa4','\xd3','\x8f','\x29','\x43','\xf5','\xa4','\x72','\xb8','\x7e','\x48','\x9c','\x3f','\xdd','\xe0','\x6a','\x79','\xed','\x73','\x2f','\x96','\xff','\xfc','\xb9','\xfb','\x7f','\xfd','\xbb','\x93','\xa4','\xd0','\xa5','\xaf','\x39','\xd5','\x6d','\x6d','\x3f','\xf5','\xb5','\x8e','\x2f','\xd6','\xba','\x37','\x75','\xfa','\xb8','\x93','\x1d','\x97','\xff','\xc1','\xdf','\x23','\x7f','\xdc','\x7f','\x4b','\x91','\x64','\xcc','\xcf','\x08','\xef','\x3f','\x6f','\x78','\x3f','\x71','\x22','\x2a','\x62','\x2c','\x89','\xf5','\xd9','\x87','\xf5','\xc7','\x47','\xf9','\x84','\xfc','\x9f','\x4e','\xa7','\xd2','\x5f','\xe6','\x9f','\x57','\x62','\x8e','\xba','\xf3','\x8f','\x2f','\xc5','\x56','\x4e','\x3a','\x5f','\x3a','\xcf','\xa2','\x1f','\x75','\xfe','\x69','\x27','\x01','\xdd','\x76','\xeb','\xeb','\xd3','\xbd','\x9d','\x9e','\x15','\xb9','\x76','\x4a','\xca','\x61','\x6c','\xf2','\xcd','\xf2','\xa3','\x13','\xd6','\xc4','\x6d','\xe7','\xa1','\xfe','\xf9','\xe1','\x89','\x18','\xef','\x64','\xd7','\x81','\x07','\xbb','\xf9','\x8f','\xc9','\x27','\xfd','\x0d','\xde','\xd4','\x81','\xdb','\xbe','\x9e','\x19','\x8e','\x82','\xd4','\x51','\x8f','\x60','\x96','\xa2','\xcf','\xea','\x49','\x3a','\xa6','\xb7','\x9c','\x59','\x58','\x9f','\x90','\x26','\xb6','\x92','\xeb','\x06','\x11','\x51','\xbb','\x66','\x9a','\xb1','\x51','\x41','\x7e','\xbf','\x85','\xe5','\xbb','\x66','\x12','\x72','\xa2','\x90','\x30','\x13','\x1a','\x7c','\xcb','\x89','\x5b','\xca','\xfb','\xe5','\x7e','\x59','\xec','\x21','\xc0','\xb5','\xb5','\x91','\x1f','\x70','\xbe','\x34','\x01','\xa5','\xf0','\x6c','\xd3','\x34','\x13','\x85','\x7e','\x78','\x8a','\x69','\x5a','\xce','\xc2','\x72','\xac','\xfd','\x78','\x74','\xa0','\x32','\x60','\x42','\xfd','\xe8','\x50','\xf4','\x53','\xe2','\xf9','\x0b','\xdf','\xbe','\xf5','\x22','\x3e','\x37','\xb8','\xf1','\xaf','\x6f','\x6d','\x5f','\xf0','\x86','\x7e','\xf1','\x77','\xc9','\x4a','\xd2','\x14','\xf9','\x5b','\x6e','\x69','\x3f','\x96','\x42','\x5d','\x53','\xf4','\x32','\x7a','\xf3','\xfb','\xb1','\xa4','\xf9','\x17','\xef','\x2d','\x37','\x64','\xcc','\x81','\x18','\x64','\xe3','\xc3','\x9f','\x4d','\x4c','\x1a','\xd4','\x7e','\x73','\xfb','\x04','\xa6','\x23','\xd4','\xb5','\xa3','\xef','\xad','\x6f','\x41','\x9d','\x9d','\xa6','\x55','\xd9','\x1a','\x4d','\x6d','\x49','\x69','\xa9','\x42','\xda','\xfc','\xf4','\x82','\xfa','\x59','\x68','\xfd','\x66','\xa8','\x9f','\x36','\xb7','\x08','\x74','\xca','\x87','\x02','\x8c','\xca','\xdf','\xcf','\x23','\x5f','\x25','\xe0','\xb9','\x49','\x6d','\xd7','\xcc','\x67','\xee','\x0a','\x68','\xd0','\x1f','\x35','\x66','\x6e','\x7a','\x7f','\xc1','\xa8','\xc0','\x5b','\x0b','\x0f','\x55','\x52','\x95','\x87','\x2a','\x86','\xb3','\xe9','\xa5','\x47','\xa2','\x89','\x9b','\xda','\x67','\xad','\x1f','\x38','\x63','\x98','\xdb','\x7c','\xcb','\xec','\x9f','\x19','\x88','\x26','\xa1','\x95','\x86','\x72','\xdb','\x49','\xad','\xb2','\xfc','\x64','\xb4','\xf2','\xd5','\x93','\xa6','\x6c','\xae','\x5f','\x76','\x26','\x6a','\xae','\xf1','\x2f','\x9a','\x5d','\x33','\x5d','\x51','\xdc','\xa3','\x92','\x17','\xb4','\x3f','\xe8','\x5d','\xf3','\x46','\x0a','\xc2','\x18','\x6e','\x59','\x40','\xbf','\x68','\xe3','\x7f','\x81','\x0e','\x07','\xb5','\xcd','\x17','\x4d','\xb8','\x17','\xb6','\x2f','\xa0','\xed','\xae','\x99','\x8c','\xb3','\xad','\xbc','\x6b','\x06','\x47','\x79','\x28','\xda','\xbf','\xa0','\x7c','\xc8','\x4c','\x99','\xbb','\x0e','\x9a','\xe5','\x8c','\x96','\x31','\x77','\x01','\x79','\xad','\x4a','\x32','\x9a','\x7e','\x9f','\xf1','\x31','\x4d','\xa4','\xf1','\xd6','\x8b','\x29','\xec','\xed','\xcd','\xf4','\x9f','\x49','\xe2','\xd8','\x07','\xf7','\x8c','\x11','\xcd','\x38','\xc6','\x5d','\x0b','\xe8','\x6f','\xa6','\xcb','\x8f','\x5d','\x4c','\x39','\x3b','\xa1','\xdd','\xe9','\x32','\x7e','\x9a','\x65','\xcb','\x9b','\xa3','\xbf','\x0f','\x54','\xbb','\xb8','\x90','\xc7','\x44','\x7b','\x17','\xbc','\xdf','\x2e','\x0c','\x5e','\x34','\x0a','\x9b','\x67','\x1e','\x31','\x07','\x2f','\x5a','\x85','\xad','\x33','\x56','\xc1','\x2a','\x6c','\xff','\xfd','\x42','\xfa','\xef','\x34','\xb7','\xcd','\xec','\xac','\xd8','\xe6','\xce','\x99','\xfd','\x66','\xea','\xe2','\x43','\x66','\xca','\x11','\xb0','\xac','\xbd','\x03','\x53','\x18','\x6f','\x62','\x8b','\x8c','\x2f','\x41','\x6c','\xd5','\x3e','\xf8','\x2d','\x80','\xd0','\x15','\xfe','\x2f','\xe8','\xe1','\x34','\x3c','\x64','\x25','\x31','\x27','\xac','\x35','\xb0','\x6f','\xc0','\xfe','\x4c','\x62','\x28','\xd1','\x9f','\x48','\xf4','\x99','\x81','\xff','\x0a','\xb1','\xe0','\xda','\x26','\xb2','\x2b','\x99','\xe2','\xda','\x57','\x1a','\x8a','\xf4','\x47','\x12','\x4b','\xcc','\x86','\xff','\x14','\x9e','\x0a','\x0f','\xb1','\x64','\x6f','\x32','\xf0','\x65','\x62','\x9f','\x81','\xdf','\xfa','\xd9','\x66','\xd0','\x8a','\x30','\xa6','\xc7','\x02','\x0d','\x3a','\xad','\xee','\xd1','\xd2','\x6c','\x10','\xf7','\x3f','\xbd','\xfd','\x56','\xda','\x4e','\xa0','\xd7','\x88','\x97','\x6c','\xc1','\xf7','\x9b','\x22','\x7f','\xd4','\x90','\x88','\xba','\x09','\x62','\x67','\x3e','\x03','\xf6','\x43','\xbf','\xc8','\x81','\x24','\xfc','\x7b','\x44','\x7e','\x25','\xdb','\xb7','\x0a','\xc9','\xc2','\x26','\x11','\x3d','\xb5','\xcf','\xb7','\x0b','\xc0','\x6f','\x65','\xc3','\x13','\xf9','\x7b','\xa0','\x37','\x69','\x7f','\x4f','\x25','\x0d','\x9c','\x97','\x3a','\x97','\x2a','\xec','\x07','\xfa','\x26','\xbc','\x04','\x79','\x10','\xdf','\x9f','\x1b','\xce','\x59','\xf5','\x21','\x25','\x4d','\xf7','\x12','\x90','\xe3','\xcf','\xa5','\xe4','\x94','\xfc','\xd9','\xe7','\xd2','\x28','\x3d','\xe4','\x07','\xc1','\xaa','\x0b','\xda','\x3f','\x28','\x9e','\x81','\x72','\x63','\x40','\xdb','\x54','\x03','\xfa','\x80','\xfe','\x6f','\x80','\x74','\x4c','\x48','\x44','\x1f','\x3d','\x6b','\x7a','\xe8','\xb1','\x6d','\x7b','\x98','\xd3','\x67','\x93','\x8e','\xa7','\x59','\x01','\xfd','\xc4','\xf3','\x31','\xef','\x95','\xb1','\x9d','\xdb','\xc6','\x5e','\x3b','\x6d','\xa5','\xac','\x4f','\x38','\xd6','\xe4','\x3e','\xd0','\x48','\xfb','\x69','\x42','\x31','\x65','\x4b','\xc2','\xfe','\x27','\x85','\x47','\xd2','\x27','\xd9','\x76','\xcc','\xda','\xc4','\x30','\x17','\x44','\x1a','\x2c','\x7b','\xa0','\xfe','\xe9','\xcd','\x24','\xf0','\x7f','\x42','\x0f','\x09','\x68','\x1d','\xb7','\x2c','\xd3','\x33','\xf9','\x80','\xf2','\x19','\x0b','\xfe','\x42','\x31','\x74','\x04','\x8e','\x1b','\xee','\x4d','\x4e','\xd9','\xf0','\xbe','\x3f','\xe7','\x43','\x28','\xd7','\x44','\x2e','\x89','\x6d','\xdc','\x68','\xbe','\x9f','\x8c','\x4d','\xa5','\x76','\xa6','\xe1','\xdf','\x9f','\xbf','\x0e','\x72','\xdc','\x19','\x3c','\x97','\x72','\x80','\xbe','\x97','\x36','\x63','\xba','\x8e','\x3d','\x06','\x28','\xd0','\xae','\x31','\x20','\x3c','\xde','\x87','\x44','\x7e','\xa3','\xc0','\xd7','\xea','\x33','\x7e','\xb3','\xfd','\x12','\xc6','\x09','\x50','\x8b','\x6c','\xf7','\x6d','\xf2','\x49','\x9a','\x56','\xb6','\xc8','\x83','\xf5','\x54','\x75','\x7f','\x35','\x5d','\x4d','\x54','\xb7','\x8a','\xe7','\x63','\xbc','\x1a','\xf0','\x1a','\x94','\x27','\x79','\x52','\x1a','\x40','\x6f','\x29','\xfe','\x19','\x69','\x88','\x43','\xb7','\x0b','\xfd','\xd8','\x3f','\xcc','\x0e','\xa3','\xa5','\xb5','\x6d','\x3e','\x8c','\xb0','\x39','\x88','\xd9','\xb5','\xaa','\xfb','\x5e','\x1a','\xea','\xed','\x57','\x13','\xaa','\xb9','\x32','\xf0','\x0f','\xc2','\x5c','\x55','\xe9','\x59','\xe4','\xa2','\x01','\xe1','\x2d','\xf7','\x99','\x37','\x6d','\xb0','\x28','\xfa','\x9d','\x84','\x4a','\x3c','\xd7','\x4a','\xd9','\xa0','\x96','\xb1','\xdd','\xf6','\xc3','\xe5','\xd4','\x86','\x94','\x9d','\x3a','\xb6','\x7f','\x7d','\xda','\x49','\x14','\x13','\x38','\xee','\x84','\xf4','\x8d','\x9d','\x4e','\x99','\x49','\x7d','\x5b','\xdd','\x36','\xfe','\x02','\xda','\x30','\x58','\xb7','\x94','\xc1','\xfa','\x3e','\x65','\x5b','\x7d','\xc0','\x1c','\x88','\x5b','\xb3','\xf0','\xfc','\xea','\x80','\x96','\x8a','\x5b','\x3d','\xf6','\xe9','\x41','\x9e','\x44','\x5f','\x31','\xb8','\x81','\xff','\xb8','\x21','\x25','\x6a','\x86','\x8c','\xfc','\x91','\x92','\x06','\x79','\x5a','\xda','\xc6','\x3f','\xa9','\x80','\xa6','\xf2','\x5c','\x52','\x49','\xa5','\x3f','\x7b','\xde','\x26','\x89','\x4a','\x22','\x6d','\xa6','\x43','\x74','\xb8','\x38','\x78','\xde','\xa2','\xe9','\x9d','\x43','\xf9','\x3f','\x3f','\x6f','\xa3','\x27','\x8a','\x3d','\x78','\x7e','\xbf','\xbd','\xed','\x7c','\xc2','\x4e','\xa4','\x13','\xbf','\x6a','\xe6','\xaf','\x0b','\xf0','\x2d','\x43','\xc2','\x8b','\x21','\x5c','\x5c','\xbc','\x1b','\x71','\xc8','\xff','\x09','\xd3','\x17','\x62','\x74','\x9f','\x8f','\xb8','\x0e','\x25','\x8d','\xfa','\x2e','\x0b','\x69','\xbc','\x4a','\x0f','\x38','\xd5','\x6d','\x5a','\x49','\xb5','\x27','\x98','\xd1','\x4a','\x94','\x9c','\x92','\x5b','\xe5','\xd3','\x5c','\x90','\xe1','\x85','\x8a','\x1c','\x2f','\x78','\xad','\x12','\x7b','\x4f','\x4d','\xfc','\x9c','\x81','\x62','\xb6','\x68','\xfa','\x26','\xe6','\x62','\xf1','\x71','\x86','\x3d','\x54','\x9c','\xe6','\x24','\x47','\x72','\x58','\xff','\xe6','\xec','\x30','\xb4','\x81','\x64','\xdd','\x79','\x86','\x45','\xc1','\x3a','\x02','\x9d','\x81','\xe5','\x46','\xf9','\x10','\xfd','\x26','\x5d','\xe6','\x8b','\x1c','\x30','\x88','\xb5','\x49','\xbb','\xe8','\x00','\xef','\x27','\x87','\x9b','\xf9','\xed','\x6c','\x6a','\x69','\xf0','\x8e','\x91','\x22','\xf5','\x35','\x78','\xfa','\xb0','\xaf','\x14','\x69','\x91','\xf1','\xd3','\x39','\x36','\x41','\x8b','\x21','\x7e','\x8d','\xb5','\xfa','\x61','\x8c','\xcf','\x67','\x8f','\x80','\x75','\x14','\x45','\x4b','\xf0','\x00','\xad','\x2e','\x45','\xff','\x04','\x5b','\xb1','\x78','\x8e','\xf0','\xae','\xe2','\xea','\xe2','\xa3','\xfe','\x51','\xa8','\xc5','\x7d','\x5a','\x74','\x8a','\xa5','\x62','\x84','\xdb','\xe8','\x95','\x7d','\x13','\x32','\xe6','\x7b','\xdb','\x2a','\x76','\x9d','\x8d','\x64','\xf6','\xf1','\xb3','\x49','\x6b','\x2c','\xdb','\x6f','\x3d','\x6e','\x65','\xb2','\x19','\xf8','\xec','\xb7','\xfa','\xb3','\x03','\x46','\xde','\xb8','\xa5','\xfe','\x5c','\x96','\x87','\x55','\xaf','\xc1','\xbb','\xe5','\xdb','\xfd','\x9b','\xcb','\x51','\x67','\x5c','\xe8','\xf1','\xca','\x3a','\x6e','\x41','\xe6','\x04','\x69','\xd7','\x3a','\x45','\xd9','\x03','\xbe','\x29','\xbc','\xdb','\x3f','\xc7','\x03','\xbc','\xfc','\xf9','\xbf','\x60','\xc6','\x72','\xdf','\x30','\xd6','\xd6','\xdb','\xac','\x27','\xac','\xc8','\x0e','\x7a','\xcb','\xfb','\x83','\x6c','\x40','\xbd','\x81','\x2f','\x6d','\x82','\x26','\xa6','\xfa','\x6e','\x2e','\x97','\xc4','\x09','\x37','\x46','\x1c','\xa0','\xa7','\xdc','\x6d','\xa7','\x87','\x37','\xdc','\xf2','\x74','\x42','\x8d','\x9c','\x6b','\x19','\x88','\x35','\x7d','\x41','\xe9','\xac','\xab','\xca','\xad','\xef','\xbf','\x35','\xdf','\xe9','\x2d','\xfd','\x0f','\x30','\xc2','\x7b','\x56','\xec','\x8b','\x57','\x7e','\x21','\xf0','\xc1','\x6f','\x2d','\x0f','\x22','\xc4','\x10','\x51','\x43','\x12','\x99','\x22','\xe6','\xcb','\x65','\x72','\xc8','\x37','\x4c','\xcb','\x74','\x9c','\x3d','\xde','\xbc','\xbf','\xcd','\x2d','\xed','\xeb','\x5d','\x7e','\x3a','\x6f','\xf6','\xeb','\xcb','\x7d','\x66','\xfc','\x1b','\xc7','\xb3','\xa0','\xf9','\x72','\x42','\x22','\x6c','\x23','\x8b','\xf4','\x8d','\x99','\xa4','\xb2','\x51','\x8b','\xe9','\x1b','\x69','\x4c','\xef','\xdc','\x74','\x0b','\x7d','\x69','\x96','\x27','\xcc','\xac','\x6e','\xf0','\x2c','\xdd','\xe3','\x9e','\x02','\xe3','\x35','\x28','\x4f','\xaa','\x5f','\x89','\xbe','\x3f','\x82','\xe9','\x7c','\xfd','\x1e','\xf2','\xdf','\xfd','\x0f','\x6b','\xf7','\xf8','\x18','\x85','\xb0','\x97','\xfd','\x07','\x7f','\x3d','\xfb','\x27','\xde','\x41','\x9a','\xf5','\x2b','\xd1','\xf7','\xc7','\xff','\x84','\x37','\xd2','\xb0','\xcb','\xa3','\x25','\xee','\x44','\x97','\xba','\x99','\x52','\xc8','\x19','\xdd','\x10','\x72','\x6e','\x94','\x62','\x3d','\x49','\xc2','\x85','\xff','\xf3','\xcd','\xc8','\xac','\x1f','\x7f','\x39','\x5e','\xfd','\xf8','\xcb','\x84','\x04','\x88','\xb3','\x37','\x78','\xf3','\xf9','\x85','\xe8','\x18','\x48','\xb3','\x5d','\xbd','\x26','\x1d','\xcb','\x3e','\xb4','\x3e','\x93','\xde','\x5d','\x34','\xeb','\x66','\xee','\x67','\x9c','\x2c','\x19','\x9d','\xa6','\x93','\xdc','\xf9','\x26','\xcf','\xa8','\x34','\x9a','\x49','\x87','\x52','\xd9','\x0d','\xc4','\xe0','\x2e','\x2b','\x24','\x2d','\xbf','\x47','\xfe','\x15','\x5d','\x19','\x9e','\xe2','\x25','\xba','\xc5','\xc5','\x28','\x65','\x8d','\x68','\xb0','\x5a','\x69','\xae','\x66','\xfa','\x70','\x33','\x67','\xc2','\x32','\xc2','\x8d','\x6c','\xd9','\xf3','\x31','\x29','\xb7','\xe4','\xb3','\x35','\xb8','\x41','\x7d','\x56','\xb8','\x21','\xd7','\x66','\x6a','\xe5','\x9f','\x96','\xe1','\xb3','\x00','\x9f','\x5e','\x2d','\xcf','\xf3','\xf9','\x2c','\x9e','\x2f','\x62','\x7c','\x39','\x2b','\x70','\xbf','\x56','\x80','\x92','\xe6','\xa7','\x5d','\xb3','\x79','\x3a','\x5f','\x0a','\x2d','\xd9','\xc8','\x75','\x6f','\xdd','\x38','\x53','\xd6','\x9d','\x82','\x6f','\x4f','\x2f','\x77','\x4f','\x62','\x1c','\xc4','\x3a','\xb0','\x79','\x93','\xa0','\x25','\x7c','\x43','\xa0','\x41','\xdf','\x98','\x50','\x59','\x9f','\x2f','\x3c','\x5b','\xf0','\x84','\x07','\x73','\x14','\x9f','\x51','\x4c','\xa5','\xd0','\xaa','\xb7','\x51','\x9d','\x74','\xd7','\xb9','\xa7','\x9f','\xdd','\x50','\xa5','\x55','\xd7','\xc3','\xcc','\xe1','\xae','\x2d','\xfc','\x93','\xec','\xc0','\xbf','\x4a','\x27','\x3a','\xd8','\x94','\xba','\xb9','\xc1','\x0c','\x9b','\xee','\x19','\xc7','\x74','\xf6','\xba','\x0e','\xdd','\xe2','\x1f','\xa1','\x05','\x28','\xd5','\xa3','\x54','\x07','\xa3','\x1c','\x4f','\x38','\xee','\x53','\xc3','\xea','\x28','\x22','\x60','\xa6','\x47','\x53','\xe1','\xf1','\x1b','\x73','\xf8','\x36','\x8d','\x72','\xff','\x3e','\x4d','\xa0','\xe0','\xc1','\x35','\x86','\xfe','\x4f','\xf6','\xc2','\xe7','\x73','\x5f','\x2f','\x6c','\x28','\x34','\x50','\xd6','\x0a','\x88','\xae','\xca','\x0b','\x01','\x2e','\x24','\x25','\xe2','\xec','\x08','\x2c','\xbc','\xfb','\x22','\xe1','\xe8','\x28','\x45','\x7c','\xa3','\x51','\x33','\xac','\xdf','\xd0','\xc3','\x34','\xa2','\x47','\xcc','\x68','\x1e','\x9f','\xef','\x0b','\x3c','\xb2','\x00','\xc5','\xd2','\x39','\xe0','\xe2','\x2e','\xa1','\x86','\x7b','\x81','\x62','\xef','\x90','\x74','\x73','\x1f','\xfe','\x66','\x03','\x0b','\xf3','\xf9','\xf6','\x5d','\xbf','\xb9','\x7d','\x98','\xb9','\xba','\x89','\x02','\x89','\x7e','\xe2','\x7e','\xe0','\x9f','\x25','\x90','\xf7','\xd0','\xaa','\x7d','\xf5','\xce','\xf8','\x95','\x96','\x00','\xf5','\xff','\xf6','\xa9','\xf9','\x3c','\x0e','\xe8','\xc7','\x22','\xea','\xf7','\x05','\xcf','\x77','\x89','\x40','\x88','\x63','\x54','\xe7','\x98','\xec','\x27','\xd8','\x1b','\x65','\xba','\x7a','\xfd','\x25','\xbd','\xba','\x01','\xac','\xfb','\xec','\xa4','\x63','\xa0','\x0f','\x52','\x38','\xc8','\x27','\x2d','\xf0','\x37','\xa0','\x7d','\xc0','\xd7','\x40','\x1f','\x91','\x5f','\x3a','\xc3','\x1f','\x06','\x2a','\x86','\xd3','\xd0','\xbe','\x59','\x2a','\x61','\x7c','\xa3','\xad','\xd8','\x67','\xaf','\x29','\x43','\xca','\xe7','\xe3','\xb1','\xf8','\xb5','\x17','\x8e','\x5b','\xc7','\x95','\x6b','\x5e','\x97','\x73','\x35','\x1a','\x8b','\xc6','\x34','\xb8','\x12','\x58','\xdf','\xb7','\xf4','\x9e','\x8f','\x73','\x9a','\x76','\xcb','\x19','\xfa','\x70','\x8f','\xdb','\xd8','\xa5','\x0d','\x6b','\x77','\x40','\x1b','\x74','\x4f','\xf7','\xae','\x03','\x8f','\x6c','\x68','\xa2','\x30','\xce','\x02','\xa7','\x92','\xf9','\xf7','\xa3','\xaf','\xed','\x35','\x8e','\xd1','\xce','\x6b','\x78','\x3d','\x77','\xdc','\x3f','\xa1','\x81','\x85','\xa6','\x5d','\xf5','\xc5','\xd3','\xb5','\x58','\xbb','\x4e','\xe3','\x60','\x53','\xeb','\x74','\x03','\xa7','\xe6','\x98','\x9e','\xe1','\x19','\x3a','\xea','\x82','\x95','\x1d','\xf8','\x19','\xf0','\x28','\xb1','\x89','\x0d','\xe4','\x4b','\xf3','\x27','\x6a','\x8c','\xd7','\xe9','\x71','\xfe','\x43','\x73','\x96','\x77','\x9a','\xb3','\x2e','\x2c','\xee','\x7d','\x5d','\x44','\xe7','\x78','\x36','\x06','\xed','\x23','\xf7','\xf1','\x70','\x6a','\x34','\x95','\x81','\x59','\x3a','\x8a','\x56','\x7a','\x29','\xbc','\x25','\x9c','\x0a','\xdf','\x11','\x51','\x31','\x23','\xf8','\xc6','\x69','\x99','\xce','\xcf','\x90','\xe0','\x7c','\x24','\x46','\x36','\x8a','\xac','\xc6','\x38','\xbf','\x5c','\xb5','\x2b','\xc2','\xcb','\x24','\x07','\x9a','\xde','\xaf','\x46','\x61','\xdc','\x46','\x7f','\x15','\x96','\x86','\x24','\xf8','\x89','\x87','\xa5','\xf9','\x8c','\x10','\xef','\xfd','\xbe','\xd1','\x8c','\xaf','\x68','\xc8','\x9d','\x09','\x91','\x7b','\xe4','\xee','\x4b','\xc1','\xfd','\xd0','\xa5','\x84','\xf7','\x8d','\x4b','\x37','\xc7','\x5f','\x48','\x88','\x3e','\x9f','\xeb','\xab','\x07','\xdf','\x58','\x5f','\x22','\xf3','\x5e','\x4b','\x0b','\xe3','\x6b','\x64','\x03','\xe5','\xff','\xee','\x3e','\x8c','\x4f','\x44','\xd4','\x03','\x13','\xcf','\x08','\xcb','\xc4','\x1b','\x25','\x8d','\xd8','\x67','\x8c','\xe0','\x87','\x9f','\xd0','\x7b','\xc8','\xcd','\x11','\xd0','\x59','\xe3','\x32','\x2f','\x10','\x13','\x54','\xf1','\x28','\x48','\x08','\x73','\xa0','\x60','\xca','\xae','\x38','\xbf','\x51','\xb8','\x42','\x6f','\x30','\xf4','\xb5','\xed','\x2d','\x68','\xbe','\x26','\xee','\x2e','\xd4','\x63','\xad','\x5c','\x21','\x24','\xc1','\x02','\x89','\x47','\x2a','\x2c','\xe1','\xa7','\x0b','\xc5','\x02','\x4a','\x0a','\x06','\x7a','\xae','\x89','\x99','\xce','\x2c','\x22','\xca','\x39','\x77','\xa8','\xc3','\xaa','\x62','\xee','\x20','\x0a','\x45','\x80','\xd4','\xb1','\xd2','\x9f','\x06','\xfd','\x0b','\xcb','\x47','\x39','\x6a','\xcf','\x49','\xff','\x71','\x81','\x2f','\x9a','\x91','\x1f','\x17','\x7a','\x74','\xd2','\xcf','\x8a','\xf8','\x05','\xe1','\x5f','\x47','\x81','\xdf','\x1b','\x28','\x16','\xa4','\xd0','\xc0','\x1f','\xf0','\x31','\x22','\x2a','\x84','\x69','\xb6','\x78','\x94','\xaa','\x98','\x3f','\xaf','\x90','\x2d','\x48','\xbe','\x5c','\x50','\x1a','\x18','\x20','\x59','\x2b','\x01','\xe5','\xed','\xe4','\x40','\xa3','\xfe','\x06','\x78','\x7f','\x09','\xea','\x6f','\x80','\xd9','\xac','\x17','\xe2','\xfe','\x16','\xcb','\x2a','\x1c','\x86','\xf7','\x8f','\x65','\x93','\x34','\xc9','\xc6','\xdc','\xa4','\x40','\xe6','\x50','\xcc','\x1b','\xee','\x0a','\x33','\x6e','\x26','\x5d','\x8f','\x28','\xba','\x62','\x62','\xff','\xc7','\xe0','\xf9','\x2b','\x7c','\xb5','\x30','\x06','\x6f','\xb5','\x0a','\x4f','\x08','\x7d','\xf2','\xf3','\x7e','\xc2','\x7a','\xba','\xf0','\xf9','\xf7','\xa9','\x2f','\xbb','\xcb','\x4c','\xfb','\x8c','\xed','\xa7','\x73','\x5f','\xd7','\x09','\xd4','\x47','\xc0','\x6c','\xce','\xf2','\xfe','\x4f','\x05','\xfe','\x46','\xd0','\x7e','\x81','\xc1','\x81','\xa7','\xa1','\x82','\x3e','\x79','\x51','\xce','\xa1','\x57','\x35','\xff','\x1d','\x28','\xa9','\x15','\xde','\x81','\x9e','\xd6','\xac','\x1a','\xf6','\x2f','\x7b','\x37','\xd5','\xb3','\x37','\x12','\xf1','\xec','\x96','\xc4','\xbd','\xd9','\x33','\xda','\xc6','\x59','\x91','\xa1','\x06','\xd7','\x77','\x1c','\xff','\x9c','\x42','\x6e','\x3f','\xa5','\x28','\x63','\x45','\xeb','\x54','\x56','\xb5','\x26','\x77','\x9d','\xca','\xa8','\xbb','\xfa','\xe0','\x56','\x8d','\xbe','\x9f','\xe5','\xe2','\xe5','\xb1','\x0b','\x2a','\x51','\xb3','\x37','\x8a','\x2a','\x5b','\x80','\xef','\xe1','\xfe','\xcc','\xd4','\xcc','\x8d','\xae','\x46','\x36','\xea','\xcc','\x1c','\xcb','\xc5','\xfa','\x36','\x2a','\x31','\xba','\xb1','\x2f','\x76','\xe1','\x86','\x1a','\xea','\xbb','\x71','\x21','\x7d','\xea','\x0b','\x93','\xe9','\xc9','\x2f','\x9c','\x7a','\xf4','\xf4','\x1f','\xcb','\x74','\x32','\xc8','\x6b','\x15','\xda','\x1d','\xa2','\xc2','\x4b','\xee','\xb5','\xe5','\x30','\xaf','\x96','\xbf','\xb6','\xcc','\x5e','\xf3','\x6a','\x2c','\xbe','\xf5','\xb7','\x39','\x35','\x47','\xb6','\x82','\x46','\xab','\xec','\xfb','\x5f','\x9e','\xe2','\x55','\xbd','\x13','\x97','\x6a','\xd5','\x5a','\x75','\xf0','\xd2','\x86','\xf1','\xb3','\x35','\x7a','\x79','\xf9','\x6a','\x26','\x11','\x65','\xec','\xac','\x61','\x3d','\x98','\x7e','\x6c','\xa7','\x99','\xd8','\x65','\x64','\x76','\x66','\xd2','\xbb','\xd2','\xe6','\xce','\x81','\xf4','\x2e','\x23','\xa9','\xe6','\x56','\x8a','\x8c','\x67','\x6e','\xbf','\xf9','\x09','\xf7','\xf3','\xe6','\x90','\x3b','\x6a','\x66','\xe0','\x1e','\x42','\x14','\x40','\xdd','\x3c','\x63','\x24','\x72','\x7d','\x62','\x7d','\xa9','\xeb','\x1e','\x3f','\x56','\x83','\x27','\xf3','\x3a','\xa9','\xba','\x70','\x83','\x86','\xfa','\x53','\xe7','\xd5','\xd2','\xf8','\x50','\x8b','\x2a','\x09','\xfb','\xce','\xfe','\x84','\xff','\x45','\x07','\x11','\x68','\xdd','\x3a','\xfa','\x37','\x3a','\xd5','\x8c','\x96','\xde','\x0d','\x9c','\x9e','\xcf','\x65','\xa3','\xc0','\xff','\x37','\xe4','\x6e','\xb0','\xdc','\xbf','\x0c','\x56','\xf9','\xc7','\x9c','\x2e','\xe7','\xc6','\x4c','\x97','\x99','\x71','\x06','\x67','\x9e','\xba','\x23','\xd2','\x22','\x37','\xcf','\x1f','\xfd','\x34','\xf3','\xab','\x66','\xd5','\x15','\xb7','\x51','\xb7','\x55','\x4b','\x75','\xd4','\xbd','\x2b','\xe7','\xcf','\x87','\xa0','\x1c','\xf4','\x79','\xb4','\xb5','\x5c','\xdb','\x00','\xeb','\xca','\xf2','\x1c','\xef','\x53','\x78','\xbe','\x63','\x88','\xfa','\x3c','\x4d','\x7c','\x6f','\x40','\xce','\x4a','\x88','\x9b','\x21','\xca','\x99','\x63','\xef','\xc5','\xfc','\x27','\xf0','\x80','\x28','\x8b','\xf0','\xee','\x7c','\x36','\x3f','\xf9','\xd3','\xbe','\x9a','\x5a','\xeb','\xab','\xb1','\x9a','\xfe','\x53','\x2d','\x1f','\xcf','\xdf','\x3b','\xce','\x0a','\x88','\x8f','\x02','\xcf','\x57','\xb7','\x45','\xfc','\xb2','\x89','\x12','\x84','\xbb','\xa6','\x51','\x18','\x3a','\x6b','\xf5','\x38','\xfa','\xde','\x33','\x0f','\x36','\xf2','\x1f','\xe2','\xfb','\xaf','\x07','\x98','\x0d','\xfe','\xa8','\xd6','\xaf','\x81','\xad','\x09','\x2b','\xd5','\xa7','\xb4','\xfe','\x76','\xf1','\x7c','\x3d','\xa2','\x77','\x9b','\xd9','\x9f','\x4e','\x52','\xe1','\xed','\x4e','\xd9','\x0e','\xdd','\xd1','\x4a','\x6b','\x23','\xf7','\xda','\x4c','\xe0','\xff','\xea','\xae','\x56','\xd8','\xa6','\x70','\x62','\xb2','\xd1','\x5f','\x21','\xae','\x49','\xff','\xaf','\x86','\xa4','\xa4','\x94','\x91','\x3e','\x85','\xe7','\x33','\x30','\x17','\xbb','\xb9','\x56','\x48','\x57','\x7c','\x8c','\xef','\x43','\x5c','\x14','\xf8','\xc0','\x80','\x08','\xa7','\xb0','\xb7','\xdc','\xaf','\x34','\xcf','\x6f','\xd2','\xba','\xdf','\x88','\xcf','\x73','\x77','\xf6','\x4f','\xd9','\x9a','\xa5','\x3b','\x91','\xbd','\x78','\x7e','\xc3','\xe8','\xa4','\x3e','\xd9','\xa5','\xa5','\x6d','\xdf','\xdb','\x2c','\x83','\x62','\xcf','\xdc','\x8a','\x51','\x19','\xd2','\x2d','\xbb','\x41','\x1f','\x13','\xea','\x7b','\x5d','\x6f','\xa6','\x3d','\x3f','\xc0','\x14','\x39','\x0f','\xf4','\xf1','\xd0','\x16','\x75','\xbc','\xbd','\x1e','\x3c','\x3f','\x47','\x9f','\xd7','\x4b','\x5d','\xaf','\xa7','\x4b','\xfe','\xf3','\x66','\x69','\xf4','\xf5','\x81','\xf4','\xe8','\xce','\xfe','\xf4','\x50','\x3a','\xf9','\x3a','\xd0','\x3f','\x6e','\x98','\x63','\xb0','\x2e','\xac','\xf4','\x3a','\x37','\x39','\xc5','\x56','\x8d','\x5a','\x9f','\x2c','\xb6','\xec','\x5e','\x55','\xbf','\x74','\xc7','\xed','\xd3','\x0a','\xbd','\x7d','\x46','\xd9','\xd7','\xbe','\x02','\xcf','\x5f','\xf0','\xfc','\x71','\x9b','\x26','\xe8','\x63','\x0e','\xf8','\xae','\x61','\xfc','\xd8','\xae','\x24','\x7b','\x33','\xea','\xa7','\xc1','\x7e','\xa3','\xc6','\xd2','\x53','\xf1','\xc8','\xea','\x52','\x3a','\x3d','\x5b','\x1b','\xd4','\x30','\x57','\xf1','\x08','\x88','\xfe','\x6d','\x3c','\xa5','\x3e','\xaa','\x7e','\x96','\x8b','\xf3','\x4b','\x3c','\x9f','\xf6','\xd2','\x75','\x3f','\x88','\x18','\x06','\xfe','\xe9','\x77','\x30','\xfa','\x2d','\xe3','\xfc','\x45','\x70','\xbe','\x22','\xce','\x5f','\xa0','\x9c','\x05','\xf1','\x7f','\x2e','\xd8','\x9d','\xb8','\xe3','\xeb','\x30','\x2c','\x57','\x5c','\xcc','\x34','\x16','\x31','\xbb','\xdd','\x2c','\x99','\xe4','\x30','\xbe','\xbc','\x8f','\x30','\xd0','\x47','\x34','\x3d','\x4e','\xef','\xdd','\x17','\x3b','\x82','\x67','\x92','\xc8','\x5f','\x36','\xb9','\x06','\x76','\xdc','\x21','\x1f','\xf3','\xdb','\xf6','\xcb','\xb8','\x57','\xb0','\xc3','\xfb','\xac','\x38','\x9f','\xc1','\xfd','\x7f','\xe4','\xbf','\x1b','\xdc','\x14','\xb1','\x46','\xa3','\x8d','\xf2','\x8c','\x0f','\xf4','\x91','\xf1','\xcc','\x2d','\x5e','\x5b','\xf3','\xc3','\x21','\x0d','\xda','\xff','\xc3','\x43','\x60','\x3f','\x1f','\xa2','\xfd','\xd1','\xa1','\x68','\x6a','\xfc','\xd1','\xd4','\xfe','\x3b','\x4c','\xb5','\xb9','\xff','\xbe','\x8d','\x5f','\x55','\x30','\x0b','\x7b','\xd2','\xcb','\xf6','\x19','\x62','\xaf','\x63','\x47','\xf1','\x33','\x91','\xc4','\x12','\x4a','\x96','\x9e','\x8f','\xa7','\xd7','\x9c','\x4f','\xd3','\xd9','\x74','\xf2','\x57','\xc3','\xc4','\xf2','\x9e','\xe4','\x48','\xff','\x41','\xbe','\xc3','\xfb','\x0c','\x8c','\x0f','\x08','\x3b','\xca','\x39','\x2b','\xb9','\x75','\xb9','\xac','\x9f','\x0c','\xd7','\x5a','\x3e','\x7d','\x33','\x7d','\x63','\x14','\x2c','\x34','\xd2','\xe9','\xfb','\xb9','\xae','\x7a','\x97','\x32','\x77','\xcf','\x76','\xb5','\x99','\xd2','\x83','\x60','\x58','\x99','\x51','\x2d','\xa2','\xc3','\x7a','\x8b','\xba','\x32','\x8e','\x1e','\x8c','\x9f','\x33','\x70','\x0e','\x88','\xf2','\xea','\xe6','\x0f','\xb9','\xab','\xcd','\x84','\x6c','\x0c','\x37','\xfc','\x9f','\xef','\x47','\x44','\x7a','\x94','\x7e','\x86','\xe9','\xba','\x67','\x06','\x60','\x6d','\x71','\xf7','\x0d','\x1c','\x81','\xf9','\x4f','\x2c','\x77','\x4c','\xb3','\x34','\xbc','\x2d','\x7d','\xac','\x4a','\xaa','\xb5','\x22','\x5c','\xd5','\x5c','\x75','\xb1','\x29','\xe5','\x09','\x79','\xd0','\x57','\x8d','\xce','\xba','\x04','\x36','\x49','\x9b','\x11','\x31','\x96','\xfa','\x53','\x72','\x90','\xff','\x58','\x93','\x41','\x79','\xa2','\x84','\x65','\x81','\x45','\xb3','\x1c','\xa3','\xb0','\x31','\x90','\x2c','\x6b','\x4a','\xba','\xf0','\xa4','\xa1','\x79','\x3d','\x6a','\x2a','\x50','\x3f','\x4b','\x2c','\x9e','\x05','\x61','\x9a','\x15','\x0e','\x2c','\xd9','\x9a','\x54','\xab','\xfd','\xb0','\xf6','\x4a','\x2d','\x9f','\xcf','\x47','\x39','\x94','\x2b','\x63','\x8a','\xa5','\x8c','\xf5','\x59','\xf1','\xb1','\xb8','\x05','\xd7','\xd8','\x29','\xe2','\xd5','\xce','\x82','\x14','\x2b','\xe6','\x8e','\x2d','\xd6','\xa4','\x04','\xa1','\xa2','\x1c','\x16','\x93','\xb1','\x04','\xac','\x53','\x1a','\xb4','\xef','\xc7','\xb5','\x89','\xda','\x64','\x6d','\x32','\x37','\xb9','\x78','\x25','\x88','\x1f','\xac','\x4f','\xc7','\xc0','\x3c','\x85','\xbf','\x51','\x2d','\x32','\x76','\x92','\x54','\x6a','\xe2','\xca','\x55','\x16','\xf7','\x4a','\x9a','\x02','\xf2','\x2d','\x6c','\xde','\xab','\xb7','\x83','\x3e','\xf8','\xc9','\x4d','\x88','\xfb','\x3d','\x77','\xfb','\xb0','\xca','\xdc','\x05','\xf6','\x3f','\xa8','\x9a','\xa3','\xc0','\x51','\xae','\x66','\x9b','\x76','\xdd','\x8d','\xc8','\xaa','\x63','\x66','\x3c','\x87','\x16','\xa0','\xfd','\xad','\xf9','\xb9','\xfe','\x11','\xe8','\x5f','\x3e','\x09','\x9f','\x12','\x7a','\x0a','\xe9','\x41','\xff','\xa0','\xdc','\xc8','\x1a','\xd6','\x70','\xd6','\x4b','\xda','\x59','\x66','\x81','\x54','\x1a','\x6b','\x91','\xea','\xa0','\x9d','\xc3','\x95','\xf7','\xa2','\x75','\xc5','\x23','\x79','\xb7','\x64','\x97','\x82','\x3b','\xfd','\x2f','\xe9','\xff','\xea','\x96','\xe4','\x92','\x23','\xae','\xaf','\x44','\x96','\x49','\x6d','\xb8','\x7e','\xf5','\x59','\x6a','\xe3','\x26','\xd0','\x7e','\xec','\xbf','\x57','\xe3','\x35','\x2f','\xe7','\x2d','\xc6','\x2c','\x96','\x24','\xeb','\x5b','\x72','\xd6','\x85','\x1b','\x71','\x27','\xf8','\x98','\x24','\xf9','\xc2','\xd3','\x49','\xcf','\xd3','\xe8','\xbe','\xd6','\x23','\x68','\xdf','\x58','\x7e','\xb6','\x1c','\xdc','\x98','\x5d','\x59','\x32','\x6a','\xb9','\x9a','\x5f','\x93','\xf3','\x32','\xe6','\xc7','\x21','\x38','\xae','\x59','\x31','\xbe','\x22','\xf1','\x76','\x83','\x3e','\xbc','\x96','\x03','\xfa','\xa8','\x40','\x5f','\x3b','\x6b','\x59','\xb9','\x2c','\x4f','\x16','\xb3','\x45','\xa8','\x0f','\x9f','\xf0','\x7c','\x1c','\xff','\x62','\x9e','\x47','\x73','\x4a','\x8e','\x14','\xa0','\x1c','\xdb','\x60','\x65','\x31','\x61','\xb5','\x05','\xcf','\xb7','\xc4','\x40','\x5a','\xd0','\x3f','\xaf','\x55','\x41','\xff','\xec','\x21','\x44','\x8d','\x96','\x46','\xf9','\x10','\x19','\x02','\x6d','\x62','\x71','\xed','\xe1','\xda','\xc3','\xdc','\x01','\x43','\x24','\x3a','\xa9','\x1c','\x79','\x3f','\x7c','\x92','\x6e','\xe5','\x9f','\x7f','\xdb','\x4a','\x6e','\xaf','\x13','\x65','\xd9','\x0e','\x5c','\x3f','\xec','\x8a','\xeb','\xd9','\xb6','\xcb','\xec','\x37','\xb6','\xad','\x76','\xd9','\xe2','\x00','\x69','\xde','\x2f','\xa8','\xcb','\xb9','\x02','\xf4','\xb9','\xc6','\x27','\xc9','\xac','\x3b','\x69','\xce','\x9a','\x93','\x2e','\xfc','\xf4','\x4e','\x5b','\x4d','\xfc','\x7b','\x67','\x9c','\x7c','\x80','\xf7','\x10','\xe8','\x3f','\x03','\xae','\x43','\xfe','\xab','\x59','\xef','\xc0','\x48','\xe9','\x92','\x03','\xa5','\x76','\x4d','\xcb','\x5b','\xa0','\x1e','\xef','\x9e','\xcf','\x5f','\x85','\x77','\x80','\xf1','\xfa','\x7f','\xb6','\x34','\xc7','\x7f','\xe0','\x2e','\xa0','\x2f','\xb7','\x74','\x71','\xba','\x54','\xb3','\x70','\x94','\x5d','\x89','\xa0','\x9f','\x58','\xcd','\xc9','\x97','\xa2','\xb6','\xc8','\xec','\xe1','\x0f','\x69','\xc1','\x0d','\x0b','\x8f','\x37','\x3a','\x2d','\x33','\xc7','\xdc','\xce','\x1d','\xf5','\x2b','\xa0','\x3f','\x2b','\xbb','\x49','\xc7','\xd5','\xa9','\x09','\xe3','\x1a','\x9f','\xf0','\xae','\x1e','\x9c','\x4c','\x4f','\x1c','\xa8','\x93','\x56','\x44','\x6a','\x3e','\x78','\xdc','\x79','\xea','\x60','\xab','\x7c','\x4f','\x3b','\xfa','\x67','\x7d','\xd7','\xaf','\xb3','\xef','\x81','\x7c','\xf8','\xde','\x73','\xdf','\x55','\xae','\x7a','\x4b','\xfa','\x10','\xc7','\xb6','\x5a','\xf4','\x8a','\xad','\x91','\x7b','\x45','\x7c','\xe3','\x90','\x03','\xcf','\x66','\xa3','\x22','\x2e','\xcb','\xf5','\x64','\x3b','\xc0','\x12','\x2f','\x88','\xed','\x19','\xdc','\xff','\x02','\xda','\x78','\x43','\x72','\x76','\x16','\x74','\x69','\x32','\xfa','\xe6','\x62','\xcc','\x5d','\xf1','\xa6','\xe3','\x15','\xbc','\x65','\x4e','\x9b','\xba','\x68','\x7a','\xf4','\xee','\xa1','\x0b','\xa3','\xf1','\xa1','\x8b','\xa3','\xeb','\xb7','\x5d','\xb6','\xef','\x75','\x57','\xde','\x36','\xe5','\x4c','\x66','\xd6','\x3b','\xfb','\x0a','\x95','\xe5','\x2a','\x66','\x2e','\xa9','\xbb','\xd0','\x3e','\x7f','\xd2','\xbc','\x36','\x3d','\x69','\x4e','\xfa','\xb3','\xd5','\xb6','\x3a','\xcc','\xae','\x7a','\x8d','\xfc','\x67','\xbf','\xd5','\xf9','\x08','\x27','\xe5','\x6b','\xc7','\x26','\x4a','\x57','\xbf','\x3e','\x99','\x43','\x64','\xe1','\xef','\xfa','\x57','\xb5','\x56','\xbf','\xea','\x1d','\x87','\xfb','\x6b','\x5c','\xf1','\xee','\x91','\x49','\xc0','\xfb','\xef','\x00','\x7d','\xde','\x81','\xf9','\xcd','\x81','\xff','\xd1','\xd3','\x8e','\xd7','\xec','\xfc','\xab','\xcb','\xf6','\x2a','\x09','\xe2','\x61','\xdf','\xaf','\x9d','\x9f','\x4c','\x5f','\x3b','\x3f','\x31','\x31','\x51','\xbc','\x0a','\x23','\x7c','\xc2','\xff','\x3b','\x76','\xdc','\x7f','\x8a','\xb5','\xf2','\x7b','\xc8','\x58','\x3d','\x41','\xc6','\xa6','\xe1','\xf6','\xd3','\xe6','\x53','\x77','\x65','\x81','\x89','\xe6','\x6f','\x49','\x7a','\xf6','\xd9','\x45','\xe7','\xeb','\xe4','\x7b','\xe7','\x67','\xd3','\xdf','\x7b','\x74','\x36','\x3d','\x01','\x54','\x9a','\xb5','\x3f','\xc0','\x6b','\xe9','\x13','\xbc','\x56','\x1a','\x7f','\xb3','\xad','\xb4','\xfe','\x57','\x62','\xff','\x90','\x1d','\x64','\x8e','\xf0','\x86','\x6b','\x44','\x2a','\x35','\x62','\x6e','\x1d','\x44','\xf8','\xc0','\xcc','\x67','\xde','\x41','\x58','\xcd','\x6e','\xb4','\xe4','\x51','\x17','\x41','\xdd','\xce','\x72','\x1b','\xf9','\x7b','\x07','\x5b','\x44','\xfc','\xea','\xf0','\x41','\x2f','\x63','\x43','\x7d','\xa0','\xe3','\x40','\x0b','\xfe','\x7d','\x80','\x4f','\xe1','\xd4','\x2d','\x0f','\xf7','\x37','\x4d','\x7e','\x10','\xe6','\x23','\xe8','\x81','\x25','\x60','\x33','\x0e','\x7a','\xad','\x87','\x19','\x89','\x4d','\xc5','\x01','\xc9','\x43','\x44','\xe4','\xf9','\x97','\x78','\x46','\xbb','\xe1','\xe7','\xc5','\xcf','\xf0','\x0e','\x03','\xca','\xbd','\x81','\xd7','\x9c','\x03','\x83','\x4f','\xc3','\xfb','\xb9','\x59','\x3b','\x58','\x73','\x38','\x37','\xf2','\x60','\x41','\x82','\x69','\x03','\xe4','\x71','\x67','\x4d','\xf8','\xc9','\x69','\xb3','\x80','\x7e','\x6e','\x76','\x80','\x1d','\x3c','\xe9','\x9c','\xe5','\xa7','\xa0','\x7d','\x27','\xcd','\x8a','\xdb','\xb8','\xcd','\x17','\x32','\x46','\xaa','\x8f','\xd8','\x18','\x3f','\xf7','\x45','\x3f','\xe3','\xc0','\xf3','\xc5','\x5e','\x79','\xb0','\x06','\x41','\xfb','\x6c','\xdc','\xef','\x65','\x98','\x7c','\xd7','\x24','\xae','\x4b','\xcc','\x77','\xd0','\xc1','\x90','\xbf','\x93','\xa7','\x3f','\xe5','\xb5','\x0d','\x35','\xe7','\xa7','\xa5','\x2f','\xd3','\x23','\x74','\xa3','\x48','\x26','\xdb','\x87','\x61','\x62','\x66','\x9f','\x48','\x2b','\x7b','\x43','\xa5','\x09','\x4d','\x4e','\x28','\x37','\x68','\x3f','\x23','\xa7','\xe1','\xff','\x3a','\xfa','\x76','\x33','\xb9','\xaf','\x83','\xed','\xb9','\x21','\xab','\x1d','\x63','\xbb','\x43','\x3d','\xe1','\xd7','\x56','\xd1','\xcf','\xa7','\xc3','\x2a','\x95','\x6e','\xe7','\xef','\x2d','\x0f','\x32','\x75','\x8a','\xfc','\x54','\x13','\xbb','\x8d','\xf7','\xa9','\x3f','\xdd','\x47','\x16','\xe1','\x3d','\x9b','\x95','\x42','\x7c','\xa3','\xc2','\x7a','\xfa','\xce','\xb0','\x8e','\x1b','\x7b','\xd4','\xf6','\xb1','\x03','\xf3','\x91','\x5a','\xcd','\xfc','\xb2','\xef','\xad','\x8f','\x99','\x1a','\x15','\x85','\xf6','\x6c','\xac','\xbf','\xa6','\xac','\xaa','\xbf','\xcf','\xf3','\x61','\x96','\xca','\xe4','\xf6','\xe9','\x08','\xfb','\xe4','\xe9','\x25','\xbd','\x37','\x3f','\x5f','\x36','\xc6','\xea','\x98','\x9d','\x4c','\x33','\x36','\xfa','\x60','\x1b','\x00','\x03','\xdc','\x5c','\xfe','\xde','\xfd','\xbf','\xf7','\x3e','\xbf','\x89','\x96','\x80','\x37','\x53','\x6e','\x6d','\x7f','\x13','\xed','\xa0','\xb9','\x43','\xf8','\xde','\xfa','\x94','\x52','\xef','\xba','\x79','\x6f','\x62','\x47','\xf1','\x99','\x3a','\x55','\x80','\xfe','\x8d','\xba','\xf3','\xd6','\x5f','\x80','\x94','\x80','\xfb','\x7b','\xf5','\xbe','\x85','\xe5','\x1f','\xe0','\xd4','\xf8','\x24','\x22','\xe9','\xfa','\x9f','\x94','\x17','\xc3','\xf7','\x3d','\xfe','\x69','\xef','\xbd','\xf4','\x43','\xd4','\x68','\x7c','\x4e','\xbb','\xb7','\xfe','\xc0','\xcf','\x97','\xcc','\xd7','\x6f','\x66','\x90','\x6c','\x65','\xe1','\xd3','\xb7','\xd7','\x3b','\xbc','\xcf','\xd5','\x65','\xaa','\x2c','\x78','\x3f','\x2d','\xc4','\x14','\x5a','\x98','\xcf','\x43','\xd6','\x9d','\xea','\x5a','\x7d','\x0f','\xac','\xbf','\x3b','\x47','\x4c','\x35','\xb8','\x0d','\xe9','\x96','\xab','\x0d','\xf7','\xb7','\xe7','\xcb','\x13','\x52','\xbf','\xb4','\xeb','\x4a','\xbf','\xb4','\xf5','\x42','\x52','\x4d','\x4e','\x26','\x13','\xfd','\x6d','\xfd','\xf2','\xcd','\xf5','\xcd','\x84','\x99','\xd8','\x7a','\x01','\x3f','\x77','\x5d','\x31','\x13','\x56','\xfc','\xd6','\xfa','\x5b','\x2e','\x58','\xea','\x43','\x70','\x6f','\xbd','\x90','\xc8','\x9b','\xa5','\x1d','\x23','\x86','\x7c','\x6a','\xd6','\x53','\x83','\x3b','\x27','\xfd','\x2c','\x92','\x8b','\x3c','\xcf','\x4b','\x91','\x52','\xe9','\xf9','\x74','\x29','\xf2','\x8d','\xc8','\xcb','\xe9','\xe2','\xea','\xf9','\xf2','\xc3','\xd2','\xcf','\xae','\x4c','\x44','\x4e','\x5e','\x29','\xe4','\x5f','\xba','\x52','\x2e','\xf9','\x57','\xca','\xf9','\x97','\x4a','\x5f','\xfe','\x43','\x2b','\xd3','\x2c','\xd5','\xeb','\xd6','\x11','\x4f','\x15','\x73','\x53','\x81','\xbe','\xb8','\x21','\x7c','\x7a','\xa5','\x8c','\xf1','\x53','\x98','\xbf','\x97','\xdc','\x84','\xfc','\x8c','\xd6','\x92','\xa5','\xe1','\x39','\x27','\x9e','\xaf','\xf6','\x47','\x0d','\xf4','\x3f','\x34','\x62','\x0b','\x31','\xd7','\x50','\xff','\xd9','\x67','\xbe','\xe8','\x9e','\x1a','\x60','\x21','\x55','\x5a','\x49','\x75','\xa6','\x05','\xd9','\x51','\x5c','\xe6','\xb8','\x8e','\xe9','\x3a','\xd4','\x8b','\x97','\x3f','\xac','\x6d','\x35','\x2c','\xe9','\xab','\x88','\x0c','\xcb','\x0e','\x18','\x60','\xc1','\x68','\xf7','\xc1','\x8a','\xf4','\x4d','\x2d','\x84','\xf9','\x8d','\x0c','\x0d','\xea','\xeb','\xa7','\xc2','\xac','\x5b','\xfd','\xf9','\x4a','\x91','\x37','\x50','\xce','\x3c','\x9d','\x01','\x19','\x9e','\x31','\x31','\x82','\x2b','\x6c','\xae','\x3d','\xf8','\x61','\x79','\x6b','\x7b','\x50','\x1f','\x73','\xcb','\x23','\xfa','\x7b','\x10','\x1b','\x77','\x42','\x44','\xc6','\x3d','\xac','\x3e','\x1a','\xdf','\x29','\xdb','\x12','\xe2','\x0f','\x60','\xfc','\x24','\x58','\x4c','\x36','\xd4','\x44','\x0b','\x8a','\x89','\xfa','\xce','\x87','\x0f','\x36','\xeb','\xbf','\x77','\xff','\x6e','\x4d','\x5d','\xf3','\xf0','\xde','\x5c','\x4f','\xa4','\x9f','\xee','\x63','\x22','\x3f','\xf7','\x00','\xf7','\x40','\x0f','\x49','\x1b','\x69','\x37','\x6b','\xa6','\xe1','\xca','\x9a','\x04','\x75','\x84','\x6a','\x08','\xe3','\xc7','\x50','\x02','\x66','\xbd','\x89','\xec','\xc4','\x36','\x96','\xee','\xcd','\x82','\x25','\x93','\x66','\x59','\x50','\x92','\x11','\x46','\x16','\xf1','\x13','\x63','\x22','\xee','\xf3','\x29','\x2d','\x5b','\x49','\x57','\xd3','\x6c','\x8c','\x8b','\x72','\x36','\x57','\x8e','\xf5','\x41','\xaa','\x3e','\x25','\x67','\x67','\x10','\xd5','\x0b','\x3e','\x0b','\xf0','\x09','\x7a','\x4d','\x2d','\x5f','\xc3','\xfc','\x25','\x41','\xfe','\x76','\x50','\xd3','\xc5','\x93','\xf1','\xfd','\x67','\xb6','\x35','\xdf','\x0f','\x42','\x0b','\xeb','\x0f','\xbb','\x56','\xe1','\xa8','\x97','\xb5','\x1d','\x11','\x01','\xb9','\xbd','\xc5','\xd9','\xed','\x82','\x59','\x5f','\x3b','\x0d','\xcf','\x17','\xf1','\x6d','\x18','\x41','\x5d','\x92','\x5c','\xd3','\x11','\x11','\x7e','\x8e','\x97','\x51','\xdc','\xd7','\xe0','\xfd','\x76','\xcd','\x5b','\x24','\x8b','\xfa','\xa0','\x8d','\x97','\x94','\x51','\xcc','\xdf','\x80','\x36','\x2a','\x58','\x8f','\xa3','\x56','\x28','\x51','\x4b','\xd4','\x10','\x7f','\x30','\xc7','\x0a','\xc3','\xc7','\xac','\xa9','\x62','\xde','\xcd','\x3b','\x59','\xa7','\x91','\x09','\xc3','\x05','\x3b','\x1f','\x14','\x10','\xc4','\x47','\x04','\xa5','\x71','\xd8','\xb2','\xbc','\x22','\x1f','\xf5','\x1e','\xf6','\x9c','\xe7','\xdc','\xe7','\x9c','\x9a','\x53','\x73','\xcf','\x0a','\x2d','\xcb','\x23','\x1e','\x6b','\x8f','\x4d','\x0f','\x83','\x06','\x51','\x84','\x95','\x1d','\xda','\x67','\x8e','\xc2','\xca','\x0e','\xbc','\x50','\x0d','\x69','\x60','\x2a','\x0a','\x7c','\xbc','\x88','\x65','\x9a','\x2c','\xaa','\xec','\xfe','\x42','\x4e','\x27','\xb7','\x4f','\x51','\x63','\xe3','\xf4','\x50','\x23','\x42','\x51','\xf3','\x12','\x26','\xa8','\xff','\x25','\x37','\x6d','\x3a','\xd0','\x7f','\x9e','\xce','\xa7','\xf3','\xcd','\x4f','\x41','\x9f','\x71','\x82','\x8b','\x78','\xc4','\x0d','\xe8','\xc3','\xd3','\xa5','\x74','\xa9','\xf9','\x49','\xd0','\xdb','\xbd','\x44','\x8e','\x30','\x89','\xdd','\x3b','\xfc','\x8a','\x95','\x2a','\xa6','\xdc','\x54','\x66','\xd6','\x49','\xb9','\xaf','\x3a','\x97','\x33','\x8f','\x8e','\x26','\x24','\xec','\x5f','\x0a','\xe8','\xf7','\x0a','\x5b','\x3f','\xdc','\x61','\xed','\x3d','\x9a','\x17','\x5c','\x6a','\x23','\xd2','\xfd','\xc3','\xa0','\x4b','\x92','\x6f','\xd7','\xca','\x35','\x4a','\x04','\xb8','\xa4','\x2b','\x9b','\xfb','\xfe','\xe4','\xf3','\xb1','\xbc','\x60','\x16','\x3c','\x3f','\x5b','\x80','\x91','\xf3','\x81','\x4b','\xf8','\xb6','\x78','\x36','\x45','\x4a','\x27','\xd4','\x1a','\xe6','\x3f','\x81','\x21','\x76','\x7f','\x65','\xe6','\xbd','\x7c','\xf6','\x9d','\x46','\xfb','\xf5','\x34','\x22','\xe8','\x58','\xb5','\x54','\x6d','\x3c','\xd4','\x82','\xf5','\x87','\x0b','\x56','\xa1','\xe8','\x07','\x39','\x82','\x5c','\xe2','\x14','\x9d','\x92','\x3b','\x43','\x8e','\xc1','\xf3','\x5f','\x27','\x5f','\x87','\x72','\x44','\x62','\xd4','\x80','\x7f','\xe0','\xbd','\x69','\x72','\xd3','\xfb','\x81','\x0a','\xcc','\x66','\xf6','\xb0','\x3d','\x78','\xbe','\x88','\x39','\x82','\xec','\xcc','\x9b','\xf8','\x89','\x7b','\xc8','\x8b','\xce','\xe3','\x1e','\x35','\xc1','\x64','\x47','\xcc','\x35','\x4d','\xee','\x81','\xfe','\x96','\x7e','\x27','\x0d','\xfa','\x5b','\xda','\x49','\xd7','\xb2','\x36','\xd1','\x40','\xc7','\xa4','\x64','\x37','\xf3','\x60','\xfc','\x94','\xc1','\x99','\xa3','\xd1','\x51','\x15','\xc6','\xff','\x92','\xd8','\x23','\x66','\xa3','\x3d','\x21','\xbd','\xa6','\xd5','\x2a','\xb2','\x70','\x30','\x75','\x57','\x02','\x7d','\x39','\xbc','\xff','\x58','\x7a','\x1a','\x3e','\xbf','\x9e','\xce','\x65','\x5f','\x06','\x2b','\xa6','\x76','\x22','\x25','\x1d','\x11','\xe5','\xba','\x69','\x7a','\x93','\x63','\x34','\xed','\xa7','\xe5','\xac','\x02','\x5c','\x4a','\xb3','\x32','\x01','\x0b','\xa2','\x56','\x0b','\x75','\x00','\xff','\xbf','\x89','\x88','\x95','\x47','\xcd','\xd1','\x37','\x45','\x7e','\x90','\x37','\x33','\xd1','\x4c','\x74','\xf4','\x5c','\x48','\x39','\xa1','\x9c','\x88','\x86','\x54','\xf4','\x1f','\x3c','\xd0','\xf6','\x4d','\xae','\x2a','\xb3','\x4a','\xed','\x52','\xad','\x6d','\xb6','\xad','\xf6','\xfb','\xda','\x0b','\xb3','\x55','\xe9','\x72','\xed','\x43','\x35','\xf4','\x1f','\xc4','\xf6','\x43','\x07','\x3c','\xe4','\x7c','\x57','\xf4','\x9f','\xc2','\xf3','\x5d','\x22','\xe2','\x0d','\x88','\x88','\xaf','\x44','\xc4','\xcb','\xa3','\xbe','\x68','\x39','\xcc','\x35','\x87','\x3a','\xce','\x68','\x22','\x94','\x38','\x91','\xaa','\x6d','\x80','\x72','\x13','\xe4','\x8f','\x0e','\xfd','\x07','\x9a','\xa7','\x39','\xf4','\xbc','\x96','\xfe','\xf9','\x1c','\xff','\x20','\xfd','\xe0','\xdf','\x21','\x6e','\x31','\xa0','\xbf','\x91','\x11','\xf9','\x67','\x1e','\x9e','\xc5','\x2c','\x50','\x44','\x58','\x19','\xa4','\x0e','\xfc','\x85','\x62','\x8b','\x7b','\xc0','\xfc','\xe9','\xc7','\xd2','\x46','\x36','\x0b','\xef','\xe7','\x59','\x4a','\x40','\x43','\x80','\xf1','\x0f','\xe6','\x3f','\x37','\x73','\x4f','\xe1','\xf8','\xfb','\xe9','\x42','\xd6','\x17','\x52','\xe2','\x4c','\x08','\x6d','\xb4','\x7d','\xa1','\x23','\xf8','\x7c','\x3c','\x01','\x17','\xed','\x7b','\x21','\x73','\x10','\x3e','\x41','\x0a','\xb9','\x07','\x48','\xf5','\x04','\xcc','\x00','\x60','\x8e','\x76','\xd6','\x76','\x40','\xc1','\xfe','\x5f','\xab','\x23','\xec','\xde','\xb5','\xcb','\xb5','\x17','\xa0','\xff','\x5b','\xa4','\xda','\x89','\xb6','\x9a','\xc0','\x9f','\x63','\x75','\x44','\xec','\x2c','\xbe','\x01','\x33','\xb7','\x0e','\xf3','\x0f','\xf3','\x64','\x38','\xa3','\x4e','\xc8','\x39','\xe1','\x9c','\x10','\xfd','\x87','\x72','\x0f','\xe6','\x5f','\x1d','\x67','\xb6','\x53','\x7f','\x9f','\x72','\x8e','\x1a','\x93','\x57','\x13','\x94','\x73','\xb2','\x69','\xe0','\x1f','\x0a','\x13','\x39','\x8d','\xd1','\x20','\x84','\xc6','\x88','\x9a','\xfd','\x82','\x57','\xc2','\x05','\xa2','\x76','\xa2','\x56','\x8b','\xcf','\xc6','\xe1','\xb3','\x36','\xfb','\x43','\xc9','\x3b','\x81','\xfd','\x57','\xa0','\xf9','\xe7','\xdd','\x71','\xf3','\x55','\xa8','\xff','\x7a','\xfa','\xfb','\xef','\xe5','\x3f','\x55','\x89','\x29','\x87','\x14','\xab','\xef','\x9b','\x35','\xb7','\xe6','\x9c','\xca','\xc4','\x47','\x6b','\xdb','\xf7','\x67','\xfa','\x46','\xe3','\x62','\x7c','\x95','\x10','\xd6','\xa7','\x87','\x78','\x92','\x1e','\x75','\x47','\xa3','\x19','\x0e','\x23','\xef','\x66','\x68','\xa6','\x04','\xed','\x13','\xf4','\x93','\x7b','\x04','\xbe','\x50','\x96','\x9f','\xa1','\xfa','\x4a','\x1a','\xd7','\xb7','\xfe','\xb6','\xf8','\xde','\xf9','\xcf','\x61','\xf8','\x75','\xe0','\x3f','\x02','\xe3','\x6f','\x66','\xe1','\x06','\xfa','\x52','\x82','\x36','\x84','\x98','\x9f','\x9d','\x1c','\x11','\xe9','\x8e','\x3a','\x42','\xbe','\xe3','\xee','\x18','\x01','\x29','\xc7','\x04','\x7d','\x27','\x49','\xc0','\xbf','\x28','\x1f','\xdc','\xb9','\xfa','\xc0','\x07','\x20','\x58','\xdd','\x86','\xfc','\x64','\x0c','\x91','\x04','\x0f','\x96','\x24','\x8c','\x0f','\xce','\xbc','\x20','\xc6','\x87','\x20','\x56','\x2c','\xe8','\xf0','\x38','\xfe','\xb6','\xc0','\xdf','\xc5','\xe7','\xfb','\x22','\xff','\x93','\xc8','\x53','\x32','\xea','\x43','\xb9','\x2d','\xe8','\xeb','\xc1','\xfb','\x59','\xd2','\x2f','\x1a','\x63','\x1c','\x73','\x74','\x65','\x67','\xc5','\x28','\x78','\x64','\x16','\xe4','\x47','\x95','\x9c','\x81','\xe7','\xf7','\x41','\x39','\x3f','\xaa','\x8e','\xd6','\x33','\x6a','\x26','\x0b','\xad','\x74','\x61','\x7c','\xdc','\x10','\x5a','\x41','\xb5','\xc5','\x5c','\x21','\x1b','\xa7','\x18','\x6b','\xdc','\xa8','\x15','\xc1','\x9d','\xb6','\x9e','\xd2','\x57','\xbd','\x41','\x13','\x2c','\x01','\xea','\xe5','\x42','\x4c','\x29','\x82','\x27','\xb6','\xab','\x7c','\x22','\xdf','\x5e','\x56','\x3c','\x25','\x4f','\xf3','\xbb','\xb3','\x88','\xaa','\x75','\xd8','\xef','\x97','\x31','\xff','\x5c','\xd8','\x0f','\x93','\x6e','\xde','\x4d','\xba','\xb8','\x26','\xc4','\x5b','\x5e','\x22','\xed','\xc4','\xf0','\x73','\xad','\x0d','\x44','\xbd','\xa7','\xfc','\x1b','\xe4','\x83','\xfc','\x83','\xf0','\x37','\xba','\x04','\xc2','\xa7','\x16','\x97','\x68','\x3b','\xe6','\xbd','\x30','\x1b','\x1e','\x08','\x8f','\xc8','\x9f','\xf1','\x93','\xe8','\x45','\x00','\xb7','\x25','\xfe','\x42','\x91','\x71','\x85','\x04','\x1e','\x69','\xc4','\x4e','\x89','\x9b','\xac','\xf1','\xf1','\x36','\xfe','\xff','\x8d','\xbd','\x0f','\x74','\xdb','\xd6','\x95','\x27','\xfc','\x08','\xc3','\x0e','\xa4','\x6a','\xec','\x47','\x88','\xae','\x95','\x54','\x91','\x1f','\x21','\xd0','\x82','\x98','\x34','\x92','\x13','\xb7','\x91','\x53','\x55','\x06','\x69','\xc8','\x06','\x69','\xb7','\x86','\x68','\x30','\x76','\xda','\x24','\x76','\x33','\x6e','\xea','\x26','\x3b','\x5b','\xb7','\xe3','\x99','\xca','\x0e','\x45','\xd2','\x2c','\x9b','\x20','\x6a','\xb6','\xa5','\x59','\x3a','\xc9','\x64','\xfa','\xa5','\x8a','\x86','\x99','\x32','\x4c','\x36','\xed','\xce','\xe9','\x9e','\x93','\xa6','\x5e','\x8f','\xa7','\x9f','\xa7','\xe3','\xe9','\xee','\x76','\x32','\x1e','\x6d','\xbe','\x6e','\x4f','\x8e','\x57','\x76','\xdd','\x36','\x9b','\x6f','\x3e','\xaf','\x9a','\xf5','\xb6','\xb4','\x0c','\x43','\xdf','\xbd','\x0f','\xa4','\x24','\xa7','\xb3','\x27','\x2b','\x1c','\x40','\x94','\x1e','\x01','\xbc','\x3f','\xf7','\xdd','\x77','\xef','\x7d','\xf7','\xde','\x9f','\x98','\xac','\x4e','\xbe','\x82','\x76','\x11','\x8c','\x36','\xca','\x65','\x62','\xa1','\x5c','\x48','\x0f','\xe5','\x2a','\x7a','\x36','\x57','\x22','\x25','\xb4','\x93','\x1e','\x33','\x56','\x61','\x7c','\x78','\x3e','\x88','\x2b','\xb8','\x7b','\x1c','\xea','\xd7','\xcf','\xeb','\xd7','\xef','\xdd','\x0e','\x4f','\xf7','\xeb','\xc7','\x2d','\x78','\xae','\x57','\x2c','\xb8','\x85','\xa2','\xe6','\x6a','\x79','\xd5','\x53','\xf3','\x06','\xf7','\x0d','\x28','\xd4','\x05','\x28','\xf7','\x23','\xd6','\xfd','\xdd','\xd4','\x8b','\xab','\x17','\xfb','\xa2','\xd9','\x0f','\x89','\xdb','\x97','\xe3','\xfb','\xc4','\x85','\xc5','\xec','\xd1','\x8b','\xe5','\x1c','\xa4','\x91','\xe3','\x46','\xf2','\x7c','\xff','\x79','\x9c','\xab','\x20','\xf0','\x0b','\x18','\x4e','\x34','\x0a','\xcf','\x17','\xf5','\xd5','\xf9','\xdf','\x40','\xdd','\x8e','\xc3','\x79','\xdd','\x3d','\x4e','\x8e','\x7b','\x78','\x3a','\xc2','\x64','\xfd','\xc7','\xf5','\xb2','\x20','\x41','\xff','\x79','\x79','\xf4','\x38','\x1d','\x75','\xaf','\x23','\xae','\x03','\x62','\xa5','\xe1','\xbe','\x98','\xd0','\x53','\xbf','\x58','\x8f','\xc3','\xfd','\x88','\x6b','\x91','\x93','\x62','\xd9','\x5c','\x3c','\x16','\xcf','\x31','\x5d','\xcd','\xd5','\xf4','\xc1','\xdc','\x14','\xe7','\x7e','\xd3','\xc7','\x7a','\x56','\x61','\x7c','\x07','\x8f','\x0f','\xd8','\x0a','\xcf','\x6f','\x73','\x03','\xe4','\xba','\xb7','\x92','\xb4','\x79','\x96','\xa0','\xd4','\xe5','\xba','\x8c','\xed','\xd7','\xfd','\xfc','\xbd','\x01','\xfe','\x8e','\xaf','\x40','\x59','\x02','\xfa','\x87','\x0a','\x51','\x60','\x06','\xbc','\x7f','\x74','\x96','\x47','\x6b','\xd9','\x57','\xdd','\x80','\x78','\x15','\x2d','\xd5','\xde','\x55','\xf2','\x24','\xaf','\xdf','\x7c','\x7d','\x12','\xdf','\x0f','\xf7','\x87','\xa1','\xfc','\x3a','\x68','\x35','\x41','\x17','\xed','\x03','\xc7','\xa1','\x7e','\xae','\x20','\xf3','\xe7','\xd3','\x8e','\x20','\x91','\x49','\xdf','\xb7','\x8c','\xfc','\x13','\xf9','\x50','\xbe','\xef','\xd4','\x01','\xe9','\x3b','\x67','\x55','\xa9','\xef','\x2c','\x33','\x23','\x70','\x68','\x07','\xc3','\x25','\xa4','\x0f','\x3f','\xdb','\x22','\xcf','\x3c','\xc5','\x47','\xff','\x13','\xde','\xb8','\xf0','\x93','\x7a','\x7b','\xbd','\x1d','\xda','\x2f','\xd2','\x8f','\xb2','\x5f','\x66','\x22','\x86','\x9a','\x59','\x38','\xa3','\x66','\x22','\x7a','\x24','\xfb','\x51','\xfd','\x57','\x59','\x15','\xea','\x77','\x67','\xfd','\x85','\x1f','\xe9','\x4f','\x09','\xfa','\xb0','\x25','\x81','\x44','\x2d','\x99','\xab','\xad','\x71','\x55','\xb2','\x6f','\x79','\x6a','\x69','\x8c','\x50','\x23','\x65','\x1c','\xb1','\xd6','\x28','\x9a','\xee','\xa9','\x62','\xd4','\x8d','\xe6','\x47','\xbc','\x68','\x3e','\xea','\x8d','\xc0','\xfd','\xd1','\xfa','\x6d','\x82','\x01','\xfd','\xdb','\x00','\xde','\xf9','\x24','\xb6','\x0d','\xce','\x27','\xa1','\x6d','\x7e','\xfb','\xa0','\x75','\xd0','\xbe','\x67','\x3b','\x78','\x86','\x21','\x3e','\x76','\x1c','\x01','\x2a','\xff','\xba','\x87','\xf9','\x86','\xbb','\x05','\xe8','\x7d','\x4e','\x1f','\x44','\x1f','\xff','\xbd','\xfa','\x1f','\xf1','\x88','\x90','\xc2','\xe5','\x15','\xca','\x35','\xa6','\xe9','\x9a','\xeb','\x22','\x6d','\xe1','\xee','\x44','\x73','\xfc','\x33','\x02','\x8a','\x4f','\x13','\xf0','\x7e','\xa4','\xbf','\xc5','\x5d','\x0b','\x5e','\x2e','\xe6','\x25','\xaf','\x47','\x78','\x17','\xfa','\x2f','\x25','\x30','\xcc','\x7f','\xa1','\x7b','\x4d','\x04','\x2a','\x38','\xa1','\x9c','\xe6','\x87','\x3c','\x5b','\x28','\x37','\xfb','\xb7','\x55','\xee','\xb9','\xe5','\xe2','\x9b','\xee','\xeb','\xf9','\x32','\x46','\x30','\x78','\x43','\x02','\x30','\xb7','\x7a','\x10','\xcb','\x61','\xfc','\x26','\x9a','\xc8','\x46','\xc0','\x39','\x60','\x7c','\xc2','\x64','\x6c','\xd9','\xf8','\xf8','\xef','\xd7','\xa0','\x7e','\x9f','\x84','\xf5','\xe3','\xe7','\xf9','\x7b','\xbd','\x87','\xf2','\xb6','\xb7','\x53','\x30','\x81','\x3d','\x7e','\x56','\xd0','\xa1','\xfd','\x97','\xf5','\x3a','\xee','\x98','\x40','\x1d','\xc7','\xa1','\x7e','\xae','\xc7','\xf2','\x3a','\x8c','\x0f','\x8c','\x8e','\x3f','\x7f','\x99','\xa7','\x97','\x9b','\xf4','\xed','\xd7','\x8f','\xd7','\x51','\xf0','\x9a','\xcf','\x27','\xc0','\x5f','\xd5','\x6c','\x57','\x75','\x41','\xeb','\xa7','\x49','\xed','\xd9','\x1f','\x0b','\xe4','\xc6','\xf1','\xd1','\x98','\x01','\xf7','\x33','\x18','\x1f','\xb7','\x28','\xc2','\xf3','\x2f','\x7b','\x4a','\xbe','\xee','\x3d','\x2c','\xd4','\x41','\x3c','\x7b','\x19','\xfa','\x67','\x35','\x9b','\xd3','\x15','\x68','\x9b','\x01','\xdf','\x31','\xdc','\x06','\xb4','\x4d','\xcd','\x7b','\xfc','\xf9','\x1a','\xcc','\x9f','\x42','\x87','\x42','\x43','\x0c','\x33','\xd0','\x93','\x4c','\xc8','\x50','\x32','\x31','\x9d','\x64','\x73','\x7a','\x3a','\x9b','\x16','\xd2','\xd1','\x3d','\x75','\x37','\x0e','\xe3','\x83','\xfa','\xbf','\x7b','\x18','\xc6','\x0e','\xe7','\x78','\x06','\xfb','\x7e','\xb1','\xff','\xd3','\x82','\xc9','\xdb','\xa7','\xb8','\x0a','\xb4','\xcf','\x01','\x19','\xea','\x72','\x5e','\xf1','\xea','\xf9','\x87','\x97','\xbd','\x1f','\xc4','\x3f','\xdd','\x86','\xf6','\x1b','\xc0','\x1f','\x60','\x8c','\x9a','\xf7','\x1b','\x02','\xb2','\xef','\x51','\x61','\x67','\xc7','\x36','\x3a','\xce','\x74','\x77','\xcb','\x19','\x92','\xd9','\x67','\x8c','\x65','\xf6','\xe9','\x63','\x59','\x7e','\x0a','\x7a','\x34','\x57','\x57','\xe2','\xb1','\x65','\xe3','\xc7','\xf7','\x03','\xf9','\xf8','\xc3','\xb9','\x58','\xff','\xe5','\xed','\x1b','\x76','\xad','\x3c','\xe5','\xe3','\x67','\xc3','\xf8','\xdd','\x0f','\xfd','\x4f','\x3a','\xde','\x9b','\xff','\xae','\xbd','\x70','\x63','\xff','\xf1','\x0c','\x78','\xd0','\x44','\x5c','\x5b','\x72','\x19','\x58','\xfb','\xb3','\x0f','\xea','\x3a','\x6f','\x7f','\x3a','\x9a','\x87','\xf6','\x67','\xa1','\x7f','\xa4','\xcc','\x82','\xd1','\x9f','\x49','\x1a','\xb5','\x0c','\xd5','\x73','\xd9','\xb4','\xfe','\x87','\xd9','\x07','\xa0','\xfc','\x81','\x68','\x2c','\xbe','\x15','\xe8','\x53','\xd5','\xb3','\xee','\x59','\xe8','\xff','\x2c','\x9c','\x68','\x29','\x34','\xf3','\xa6','\x97','\x15','\x74','\x58','\x85','\x5f','\x86','\xf7','\x63','\xfd','\xca','\x40','\x7b','\x1e','\x47','\x3c','\x2d','\xf0','\xf1','\xb5','\xa1','\xff','\x50','\xca','\x46','\xfa','\x95','\xf8','\xfb','\x25','\x23','\x9d','\x51','\x8c','\x58','\xe6','\xd4','\x69','\x25','\x3b','\xa2','\xc3','\x29','\x48','\x30','\xbf','\x12','\x42','\x57','\x47','\x7b','\x7e','\xe3','\x90','\xe2','\x0c','\x0d','\xb5','\x32','\xec','\x2f','\xe7','\x91','\x58','\x7f','\x42','\xbf','\xcc','\xd2','\x99','\x2f','\x1b','\xcd','\x13','\xee','\x4d','\xeb','\x34','\xbb','\x00','\xfc','\xe9','\x40','\xfd','\x56','\xe1','\x17','\x1d','\x06','\xd0','\x17','\xe6','\x91','\xbe','\xcc','\x69','\x50','\x85','\xfa','\x9d','\xc5','\x3a','\x0a','\x68','\x6d','\xce','\x01','\x7d','\xbe','\xd7','\xff','\xf8','\xbd','\xf4','\xc5','\xb3','\x4c','\x78','\xbe','\x97','\x16','\x93','\xfa','\xb5','\x1b','\xb5','\x4d','\x26','\xc1','\x0c','\x69','\xef','\x91','\xfc','\xc8','\xb6','\xf2','\xfc','\x8f','\x61','\xd2','\xbf','\x09','\xf2','\xdf','\x8f','\x5f','\x29','\xbf','\xe3','\x4d','\x16','\x9e','\x0e','\x28','\x01','\x72','\xd5','\x9b','\x66','\xd5','\x11','\x8c','\x58','\x04','\x9e','\x97','\xfa','\x8b','\x0d','\xd3','\xa9','\xe9','\xfa','\x35','\xaf','\x85','\xff','\x14','\x20','\x02','\x59','\x33','\x77','\x68','\xff','\x8a','\xfc','\xad','\x64','\x16','\x31','\xb8','\xf5','\x2d','\x0d','\x05','\xd1','\x16','\x8c','\x81','\x71','\x33','\xfe','\x8d','\x91','\xdf','\x8b','\xcf','\x50','\xfa','\x9e','\x67','\x79','\x8c','\x58','\xdf','\xee','\xea','\xfa','\xb7','\xbd','\x7f','\xa9','\x5c','\x31','\xc3','\xd6','\x80','\x17','\xb3','\xe2','\xe6','\x53','\xdb','\x96','\x97','\x2f','\x8f','\x20','\x66','\xf9','\x7d','\x6e','\x9c','\x7d','\xab','\x1b','\xa3','\x91','\x41','\x6e','\xc4','\x6b','\x26','\x0d','\x57','\x14','\x16','\x1f','\xc4','\xff','\x90','\xfb','\xb5','\x7b','\x8d','\x7c','\xe1','\xc6','\xfb','\x07','\x5c','\x4d','\xbd','\xed','\x8c','\x56','\x1c','\xb8','\x12','\xad','\xee','\xac','\xec','\x72','\x1d','\xf1','\x86','\xf7','\x2b','\x7d','\xa7','\xc2','\xe4','\x8e','\x71','\x4d','\x1a','\x80','\x73','\x57','\x23','\xae','\x7c','\xab','\xe7','\xf7','\xeb','\x37','\xf0','\x7c','\xbf','\x34','\x90','\xed','\x37','\xf7','\x69','\xa3','\xd2','\x9f','\x77','\xf9','\xf9','\x21','\x97','\x32','\x44','\xde','\xd9','\xf5','\x77','\xbf','\x92','\x58','\x27','\x48','\x05','\x01','\x7d','\x15','\x1b','\xf2','\xfd','\xdf','\x38','\xf2','\x29','\xc6','\x8f','\x0d','\x81','\x8e','\x33','\xcd','\x86','\x2d','\xc3','\xaa','\x39','\xd4','\xe9','\x17','\x7f','\x24','\xf8','\xe5','\x88','\x90','\x8a','\xbf','\x19','\xfb','\x38','\x7a','\x7b','\x5a','\x35','\x0b','\xa3','\xf6','\x62','\x62','\x81','\xe7','\xdf','\xc1','\xfb','\xed','\xa9','\xd7','\x4f','\xd2','\xea','\x50','\xd5','\xae','\x4e','\xbb','\xc3','\xa2','\x21','\xd6','\x44','\x2a','\x6a','\xda','\x69','\xca','\xd1','\x07','\x80','\x3e','\xd3','\xe2','\xeb','\x57','\x68','\x65','\xa8','\x62','\x5f','\x99','\x2e','\x0e','\x57','\x0c','\xa7','\x86','\x01','\xc4','\xd9','\xd3','\x3c','\x3e','\x46','\xa5','\x5b','\x32','\x1b','\x86','\x3e','\x6c','\x6f','\x92','\xc3','\x2c','\xcc','\xb6','\x8c','\x84','\xd9','\xc0','\x70','\x98','\xed','\x1b','\xc1','\x08','\x66','\x9f','\x3e','\x91','\x36','\x17','\xbc','\x62','\xdc','\xb7','\x61','\xb7','\x32','\xd4','\x60','\xec','\xe6','\x7b','\x90','\x89','\x79','\x2e','\xd1','\xbf','\xdf','\xe0','\x63','\xc7','\x47','\x24','\x5c','\x20','\x0f','\xf1','\x16','\x0c','\x8d','\x20','\x32','\x92','\xc6','\x50','\xce','\x48','\x8b','\x9b','\xe1','\xfc','\xa6','\x38','\x06','\x32','\x51','\x87','\x7e','\x88','\x05','\x5d','\xcf','\xda','\xac','\xa6','\xed','\xe3','\x62','\x3f','\xc8','\xde','\xc7','\xdd','\xb4','\xb1','\xd9','\x4e','\x1f','\x86','\xf2','\x50','\x58','\xc2','\xf8','\xe4','\x32','\x7b','\xd3','\x7a','\xdd','\x2a','\x3b','\x0b','\x86','\xac','\x40','\x5f','\x34','\x7a','\xa4','\x59','\x49','\x00','\xe9','\xb2','\xc6','\xf2','\x3c','\x7e','\xba','\x5c','\x7e','\xb3','\xfc','\x7a','\xb9','\x5c','\xe6','\x08','\xe8','\x94','\x96','\x7b','\xca','\xb3','\x65','\x58','\x00','\xca','\x35','\x2f','\x2f','\xf0','\x72','\xfa','\x26','\x7d','\xbd','\x07','\xd3','\xe1','\x70','\x94','\xf4','\x42','\x4f','\x61','\xb6','\x20','\x80','\x7e','\x01','\xe5','\x05','\x28','\xb7','\xca','\xd6','\x9b','\xa5','\xd7','\xdd','\x6f','\xda','\x0b','\x33','\xb4','\xe2','\x55','\x82','\xa1','\xf5','\xf6','\x85','\x19','\x98','\xc0','\x6a','\x6d','\x53','\xde','\xf4','\xdf','\xff','\xff','\x78','\xaf','\xc3','\x15','\xf8','\x14','\x41','\xf4','\xe9','\x9e','\xe2','\x6c','\x51','\x00','\xfd','\xba','\xe6','\xe6','\x8b','\x50','\x4e','\xcb','\xde','\x9b','\xe4','\x75','\x52','\x46','\x31','\x16','\xd8','\x1f','\xa5','\x3d','\xf6','\x6c','\x0a','\xde','\x4f','\x6b','\x56','\x9e','\xf1','\xfc','\xb9','\xdc','\x6e','\x85','\x68','\xcf','\xfd','\x5a','\x84','\x23','\x11','\xf8','\xde','\x31','\xaa','\x19','\x57','\x17','\xef','\x37','\xca','\x9a','\xd7','\xcc','\xe4','\xd3','\x63','\xcc','\x72','\x06','\x5c','\x03','\x56','\x1a','\xa4','\x6b','\xad','\x88','\xb5','\xfd','\x8d','\xd2','\xc8','\xba','\x2a','\xb3','\xbf','\x30','\xf3','\x92','\xfd','\xe1','\x99','\xdb','\xec','\x81','\xb3','\x61','\x69','\x60','\x86','\x85','\xa2','\xd3','\xbf','\x6f','\x1f','\x01','\x2a','\xf6','\xfa','\x53','\x03','\x9e','\xae','\xef','\xf3','\x9e','\x54','\x31','\x7e','\x18','\xda','\x9f','\x81','\xfa','\x79','\x20','\x92','\x7b','\x50','\xc7','\x4c','\xf3','\xf9','\x99','\x9a','\x96','\x37','\x44','\x5d','\x35','\x43','\x96','\x9f','\x73','\xc6','\xf7','\x0e','\x0c','\x4b','\x20','\x7b','\x68','\xfd','\x5a','\x58','\x0a','\x6b','\x61','\x1a','\xd2','\xd2','\xea','\x47','\xd5','\x10','\x5b','\xc8','\x26','\x58','\x94','\xe5','\x86','\x13','\x9b','\x12','\xf6','\x03','\xf6','\xa3','\x76','\xc2','\x81','\x23','\xb4','\x43','\x09','\x85','\xd2','\xf2','\x47','\xb3','\x21','\xba','\x40','\x13','\xd9','\x68','\x2a','\x97','\x4a','\x64','\x13','\xa9','\x07','\x52','\x8f','\xc2','\x15','\x8f','\x1d','\xdb','\x90','\x0f','\x60','\x36','\x19','\xf4','\x19','\x19','\x69','\x7e','\x6a','\x5e','\x27','\x85','\x42','\xc0','\x5b','\xae','\x5f','\x28','\xda','\xbe','\xdf','\x96','\x4b','\x3e','\x96','\x0f','\xbf','\x03','\xca','\xe1','\xad','\x23','\x39','\x33','\x61','\x3e','\x50','\x7b','\x94','\x26','\xa0','\x5c','\x7e','\x4f','\x39','\xee','\x3f','\x2f','\x60','\x76','\xcb','\x72','\xb6','\x42','\x4a','\x59','\x37','\x5e','\x8d','\x57','\xb3','\xb5','\x78','\x4d','\x2d','\xad','\xd1','\x7e','\x63','\xc4','\x0b','\x50','\x9a','\x95','\x28','\x7a','\xe7','\x67','\x4d','\x75','\xa8','\xc7','\x78','\xfb','\x3d','\x78','\x8e','\x0a','\x66','\x65','\xa4','\x64','\x11','\xd7','\x78','\xf1','\xda','\x1e','\x6b','\x8f','\xad','\xca','\x0b','\x8c','\xfe','\x94','\x16','\xe8','\x65','\x5a','\xf0','\x0a','\x65','\xaf','\x4c','\xca','\x48','\x66','\x3f','\x87','\x0b','\x9e','\xdf','\xf4','\xfe','\x6b','\x81','\x92','\x11','\xa2','\x64','\x46','\xa8','\x42','\x11','\x0a','\x26','\x47','\x13','\x5e','\x8e','\x72','\xfc','\x69','\xba','\x50','\x52','\x68','\x9c','\x0a','\x3c','\x83','\x97','\xa8','\x0b','\x4f','\x4d','\x1c','\x8a','\xc0','\x48','\x8e','\x9a','\xff','\xe6','\x61','\xba','\xcc','\xbf','\x2f','\x80','\x59','\x1d','\x1b','\x18','\x65','\x8a','\x91','\xe9','\xaa','\x19','\xad','\x6d','\xec','\x42','\xce','\xe9','\xff','\x46','\xfc','\x78','\x8d','\x0d','\xc0','\xb9','\xa0','\x84','\xd4','\xb4','\xf6','\xe8','\x60','\x8c','\xe5','\xf6','\xa7','\xa7','\xd2','\xca','\xa3','\xca','\x2e','\xe5','\x8b','\x3d','\x98','\xd9','\x96','\x97','\xc3','\x0a','\x16','\x2a','\xa6','\x0f','\x3f','\x6a','\xc7','\xec','\x1c','\xcc','\x9d','\xb4','\xfd','\xa8','\xb8','\x4b','\xfc','\xa2','\x16','\xa0','\x12','\xd1','\x32','\x03','\x86','\x66','\x40','\x39','\xf0','\xbf','\x47','\x39','\x3a','\x0c','\xe2','\xdf','\x3d','\x6a','\xec','\x32','\xbe','\x08','\x63','\x0e','\xe5','\xee','\x80','\xaa','\xa9','\x0b','\x2a','\x3c','\xdf','\x7e','\xd4','\x8c','\xe5','\x97','\x95','\x67','\x02','\x06','\x26','\x09','\x1b','\xa0','\x9a','\x06','\x2b','\xac','\x9d','\x9e','\x7c','\x54','\x8a','\x65','\x72','\x62','\x5a','\x82','\x9a','\xd0','\x5d','\xf4','\x8b','\xa0','\x3f','\xa2','\x83','\x3c','\x7f','\x3e','\xc8','\x17','\x70','\x57','\x26','\x66','\xe5','\x52','\x69','\x3b','\x6d','\x42','\x4d','\x1e','\xce','\xc5','\x11','\x5f','\x0f','\x73','\x46','\x8d','\xa8','\xc0','\x87','\xed','\xb6','\xb7','\xdb','\x78','\x5f','\x44','\x6b','\x7e','\x0b','\x79','\xfb','\xf0','\xfd','\xf0','\x0e','\xb8','\x5f','\x4d','\xab','\x8f','\x7a','\x31','\x92','\x23','\xe9','\xcc','\xb2','\xf7','\x2f','\xd5','\x1f','\x38','\xf8','\xa3','\x3c','\x6b','\x42','\xfa','\xc1','\xb4','\xf5','\xa8','\xb5','\xeb','\xd0','\x17','\x9f','\x0f','\x60','\x82','\x3f','\xef','\xfe','\x82','\x55','\xf0','\x3c','\x2d','\x5f','\x3f','\xf5','\x66','\xa9','\x50','\xf1','\x4e','\x81','\x68','\xea','\xbc','\x79','\xea','\x79','\xe7','\x17','\x92','\x90','\xa5','\xab','\xc7','\xe6','\xee','\xa7','\x16','\x4c','\x02','\x0d','\xf4','\xe1','\x37','\x31','\xc0','\xb5','\x5c','\x7f','\xae','\xfe','\xf4','\x9b','\xde','\xf3','\x85','\x8b','\x93','\x42','\x11','\xee','\xbf','\x7c','\x7f','\xdd','\xaa','\x7b','\x97','\x35','\x52','\xcf','\xbc','\x49','\xa0','\x9c','\xd5','\x75','\xf8','\x24','\x3e','\x2f','\x5e','\xd4','\x04','\xda','\x8a','\xd7','\x59','\xcc','\xaa','\xad','\x8f','\x64','\x42','\xfa','\xc2','\xb8','\x22','\x8d','\x8c','\x2b','\xf1','\x0d','\x23','\x7e','\x06','\x59','\xa4','\xee','\xa3','\xf9','\x76','\xd7','\xab','\xb4','\xcf','\x1c','\xad','\x0a','\xd5','\xa3','\x33','\xed','\x15','\xcf','\x6d','\x2f','\x20','\xe6','\x01','\xf2','\xc4','\xc1','\x2e','\x44','\x24','\x68','\xf9','\x56','\x42','\xeb','\x1d','\x3c','\xd5','\x1a','\x8e','\xff','\x12','\xd2','\x3c','\x66','\x02','\x5b','\xcd','\x40','\x8a','\xe4','\xb4','\xe0','\xfb','\x4f','\x61','\x7c','\x24','\x22','\xc5','\xb9','\x24','\x98','\xd9','\x68','\x6c','\xc6','\xb1','\xc9','\x1c','\x37','\x10','\x39','\x2f','\x88','\x18','\x54','\x22','\x68','\xd0','\x6e','\xa7','\x4a','\x9f','\xc5','\x3c','\xdb','\xbf','\x69','\xc8','\xcd','\xdc','\x37','\xb2','\xd1','\xe9','\xb6','\xf2','\x13','\x91','\xfc','\x75','\x57','\x36','\x83','\x83','\xf4','\x74','\x27','\x68','\xdf','\x72','\x13','\x7b','\xea','\x56','\xf5','\x82','\x1a','\x03','\x0d','\x8c','\xe8','\xbb','\x3c','\xc6','\x31','\x1c','\x56','\x5e','\x59','\x1b','\x5a','\x7b','\x45','\x15','\x7f','\xed','\x32','\xa9','\x77','\x8e','\xe9','\x03','\x5e','\xd8','\x5a','\xfd','\x49','\xf4','\x8f','\xc1','\x98','\x19','\x94','\xde','\xc6','\xf4','\x7d','\x3a','\xda','\xbe','\x73','\xa7','\x08','\x51','\x1d','\x05','\x3e','\xe6','\xe1','\x7e','\x92','\x41','\xaf','\x86','\x64','\x3c','\x39','\xbe','\xe3','\x4c','\x72','\x38','\x49','\x92','\xd6','\x63','\xf6','\x0e','\x7b','\xe5','\x5b','\xa2','\xf5','\x01','\x8c','\x9f','\x74','\x82','\x54','\x01','\x2e','\x28','\x39','\x37','\xe6','\xb0','\xc3','\x15','\x62','\x63','\xd7','\xdf','\xac','\xf2','\x51','\xd2','\x26','\xbc','\xb4','\x9c','\x0e','\xa5','\x69','\x13','\x9f','\x51','\x7b','\x60','\xd1','\x7f','\x91','\xcf','\x1f','\xe0','\x9f','\x8e','\x8a','\x79','\x02','\x5a','\xf8','\xe3','\x3e','\x6f','\xe2','\xfe','\x6f','\xbc','\x35','\x13','\x4d','\xf4','\x61','\x1f','\xa3','\x14','\x7d','\xb8','\x78','\x0e','\x29','\xe8','\x1f','\x66','\x29','\xa9','\xb0','\xdd','\xb0','\x5e','\xf6','\x6a','\x4e','\x0d','\xaf','\x0c','\x71','\x4a','\x7f','\xe8','\x31','\x8b','\x39','\x61','\x71','\x83','\xc0','\xf3','\x8f','\x40','\x0f','\x28','\xf9','\xdb','\x5f','\x43','\x5f','\xc0','\x3b','\xf8','\x75','\xa0','\x11','\xd3','\xe3','\xec','\xa9','\xae','\xc1','\x55','\x01','\xc2','\x8a','\xb0','\x42','\x12','\xe5','\xd4','\xc0','\x25','\xad','\x3a','\x50','\xd3','\x6a','\x03','\x55','\x6d','\xba','\xff','\xce','\xdb','\x5e','\xd9','\x39','\xe5','\x30','\xf4','\x9f','\xc3','\xfb','\xc3','\xfa','\x86','\xfb','\x55','\xa3','\xef','\x7e','\x9e','\x99','\x4a','\x1f','\x70','\x15','\x29','\x4c','\xf5','\xd9','\xad','\x5d','\x4f','\xad','\xe2','\x06','\x20','\xbd','\x8d','\xfb','\x13','\x86','\x41','\x0b','\x6a','\x13','\xdb','\xc4','\x84','\xb8','\x11','\xfe','\xbe','\x9d','\xa0','\xff','\x02','\x5a','\xec','\x9b','\x99','\x44','\x9a','\x48','\xf6','\xfe','\xe1','\x63','\x83','\x61','\x7c','\xc9','\x16','\x4c','\xe0','\x40','\xe1','\x2a','\x32','\x11','\x74','\x66','\xd2','\xfa','\x9e','\x5f','\xde','\xa2','\xaf','\x7f','\xf8','\xd5','\x52','\xde','\xf7','\xe5','\xe5','\xb8','\xbf','\xba','\x52','\xc5','\x03','\xfd','\x76','\x30','\x22','\x64','\x82','\xac','\xc4','\x43','\x58','\x29','\x68','\xb0','\xde','\x10','\xa7','\xe1','\x48','\x4e','\x9b','\xd4','\x96','\x7d','\x4c','\x1a','\x95','\x62','\x66','\x4c','\x3b','\xa2','\xc1','\x5f','\xfc','\x18','\x83','\x3e','\xc6','\xfc','\x18','\x1f','\xf0','\x24','\xd2','\xe6','\x1e','\x11','\x63','\xae','\x4e','\x62','\xee','\xb8','\x24','\xd1','\x0f','\xf0','\x7a','\xa2','\x7f','\x7e','\xab','\x5c','\xe2','\x7e','\x25','\x78','\x1c','\xc1','\xf6','\xd4','\xda','\xd4','\x76','\xee','\xbf','\x4f','\xcc','\xab','\x66','\x9b','\xf9','\x01','\xaf','\xcd','\x3c','\x62','\xc6','\xc6','\x63','\x24','\xe6','\x8d','\xe3','\xf7','\x0f','\xe1','\x37','\xee','\x55','\x40','\xbb','\x22','\xde','\x38','\xe2','\xcf','\x13','\xd3','\x7b','\xbc','\x40','\x40','\xc3','\x33','\x32','\x86','\xa8','\x65','\x34','\x9d','\x66','\x34','\xd1','\xf8','\x83','\x42','\x40','\x6a','\x94','\xd6','\xc0','\xf3','\x3f','\x70','\xe6','\xa8','\xbd','\x75','\x26','\x0e','\xe7','\x51','\xa3','\xfd','\x3f','\xc1','\xdf','\xae','\x54','\x1c','\x0b','\x6d','\x00','\xfe','\xb1','\x66','\x16','\xdb','\x8a','\x18','\xa5','\x84','\xaf','\x62','\x37','\xc6','\x17','\x40','\x39','\xf6','\xca','\x2c','\x66','\x18','\x17','\x48','\x9c','\x6e','\x3d','\xf7','\x27','\xa1','\x58','\xd7','\xae','\x37','\x62','\xf2','\x43','\x65','\xe3','\x93','\xb8','\xbf','\xbd','\x05','\xc6','\x25','\x2c','\xf5','\xd3','\x88','\x12','\x11','\xc2','\xe2','\xc2','\xd9','\x30','\x0d','\x2b','\x61','\xf8','\x14','\x93','\x46','\x69','\x61','\x3f','\xb1','\x88','\x89','\xcf','\x85','\xa7','\x5b','\x99','\xfd','\xa3','\x67','\x0d','\xcb','\x38','\x30','\x51','\x23','\xf2','\xea','\x3b','\xe7','\x7e','\xb2','\x75','\x15','\x11','\x24','\x49','\x1a','\xee','\x9c','\x55','\x58','\x92','\xb5','\x33','\x99','\xdd','\xe5','\xa5','\x58','\x19','\xf3','\x4b','\xc9','\x72','\xbb','\x3c','\xd9','\xb9','\x41','\x96','\xdb','\x44','\xa9','\x48','\x81','\x50','\x76','\xf0','\x11','\xd9','\xe8','\x5a','\xef','\xc1','\x87','\x94','\x58','\x9b','\x4a','\xab','\xac','\x66','\x42','\xaf','\xc8','\xc2','\x9d','\x42','\x6a','\xbe','\x3c','\x29','\xe3','\x31','\x2f','\x0b','\xf0','\x0c','\x51','\xd2','\x31','\x0b','\xa7','\x22','\x24','\x05','\x28','\x27','\x77','\x92','\xdd','\xde','\x37','\x53','\x6b','\x53','\x6b','\x3d','\x38','\x53','\x37','\xa7','\x82','\xab','\xa4','\xe1','\x35','\xa7','\x65','\x23','\xac','\x99','\xf9','\x36','\xda','\x39','\x3b','\xa8','\x8f','\x39','\xdf','\x74','\x11','\xbb','\x11','\xb8','\xc0','\x54','\x90','\x7e','\x70','\x75','\x50','\x5a','\x6b','\x46','\xcc','\x51','\xeb','\x99','\xf3','\x34','\xd4','\x77','\x69','\x7f','\xe8','\x3b','\x33','\xe1','\x50','\xdf','\x0c','\xce','\x20','\x90','\x1f','\x54','\x16','\x47','\xf9','\x10','\x65','\x85','\x67','\xdc','\x50','\x55','\xad','\x7e','\xce','\x9d','\x22','\x28','\x7b','\x33','\x15','\x7a','\xa3','\xbd','\x5f','\x62','\x3c','\xa7','\x2b','\x3c','\xab','\xd8','\x55','\xb4','\x79','\xd6','\xe5','\x52','\x11','\x3d','\x9b','\x83','\x22','\xe6','\xa8','\x0a','\x69','\x5d','\xcd','\xf5','\x0d','\xfd','\x3f','\x57','\x70','\x3a','\x3c','\x0d','\x33','\x46','\x72','\xcc','\xa2','\x29','\x9b','\xf2','\x13','\x73','\x7e','\xfe','\x0e','\x3c','\x3e','\xe4','\xdd','\x8b','\xe9','\x0b','\x94','\xb2','\x22','\x2b','\x9d','\x9e','\xac','\xb4','\xfe','\x8f','\x7e','\xa8','\x28','\x47','\x2a','\xd2','\x99','\x6d','\xe8','\xa7','\x80','\x88','\x2e','\x37','\xdc','\xcf','\x63','\x3d','\xba','\xbc','\xb4','\x3e','\xa6','\xa7','\xf4','\x52','\xc6','\xcf','\x7f','\x46','\xb3','\xcd','\xdf','\x7a','\x13','\xc7','\x93','\x75','\x81','\x0c','\x8c','\x79','\xa9','\x8f','\x0f','\x07','\x59','\xeb','\x58','\xc7','\xf1','\x35','\xfd','\x0c','\x7b','\x81','\xc5','\x3d','\xb2','\xf7','\x3c','\x9f','\xf8','\xf9','\xb6','\x6e','\x11','\xef','\x15','\x77','\xbb','\x56','\xa9','\xc4','\xb3','\x94','\x04','\xe5','\x20','\x0c','\x61','\x68','\x75','\x17','\xd6','\x5f','\x43','\x98','\xc8','\x0f','\x79','\x36','\xe6','\x55','\x3e','\x54','\xaa','\x51','\x9e','\x47','\xa1','\x85','\x71','\x8a','\x6f','\xc7','\xfc','\x70','\x1f','\x72','\xef','\xc5','\xfd','\x9f','\x46','\x19','\xa8','\x40','\x66','\xf0','\x4c','\xf8','\x1f','\xc6','\x1b','\xc3','\x6f','\xb1','\xd3','\x0b','\x91','\x4f','\x37','\x52','\x4e','\xca','\x2c','\x9b','\xeb','\x3d','\xd9','\x81','\x57','\x9b','\x50','\x37','\x89','\x1e','\x42','\xfb','\xaf','\x9f','\x31','\xed','\x6e','\xf7','\x15','\xa3','\x6a','\x7c','\x07','\xd1','\xad','\x7d','\xe4','\x3b','\x1d','\x39','\x30','\xcf','\xbd','\xc7','\xe3','\x86','\x6f','\x69','\xdc','\x4b','\x52','\x64','\xb7','\x5b','\x02','\x19','\x13','\xee','\xd5','\x71','\x74','\x65','\x29','\xb4','\x0a','\xfd','\xff','\xa0','\x06','\xc2','\xad','\x62','\x9a','\x8c','\x9d','\x47','\xe3','\x71','\x67','\x2a','\xf4','\x1c','\x66','\x4a','\xf6','\x5b','\x80','\x6b','\x01','\xf0','\x51','\xb3','\x6b','\x2a','\x4d','\xef','\x95','\x2c','\xa3','\xa4','\xe3','\xdb','\x43','\x96','\x7f','\x7f','\xf7','\x2a','\x1f','\xbf','\x3c','\xe8','\xde','\x0c','\x7c','\xd3','\xca','\x5b','\xf9','\xe3','\x9e','\x9c','\x0c','\x25','\x69','\x39','\xa8','\xc8','\x71','\xc4','\xbf','\xe4','\xf8','\xef','\x55','\x5a','\xeb','\x02','\xfe','\x9a','\x12','\x40','\xac','\x9d','\x97','\x6f','\xa0','\x4f','\x5c','\x87','\x64','\x61','\xed','\xbb','\x37','\xcb','\xe9','\x77','\xc7','\xe4','\xb1','\xf9','\x92','\xd8','\xd9','\xc0','\xac','\xa2','\xeb','\xbc','\x26','\x7e','\x2a','\xe9','\xf3','\x30','\xb9','\xd4','\x47','\xdc','\x57','\x58','\xb5','\x56','\xad','\xbd','\x78','\x58','\xe5','\x09','\x49','\xd4','\x62','\x04','\x4a','\x18','\x69','\x65','\x6b','\xfb','\x50','\x03','\x77','\xbf','\xe0','\xfd','\x40','\xc5','\x98','\x0f','\x8f','\x1a','\xb2','\xb9','\xd6','\x80','\xb1','\x5f','\x5e','\x3f','\x36','\xa6','\x42','\xff','\xe3','\xfc','\xe1','\x63','\xd4','\x6c','\x1f','\xb4','\xe7','\x16','\x73','\x4f','\xc3','\x22','\x7b','\xdc','\x12','\x69','\xe5','\xb7','\x0b','\x52','\x3a','\xc5','\xf1','\x29','\x45','\xf5','\x54','\x1f','\xac','\xb4','\xdf','\xaf','\x7d','\x17','\xde','\x0e','\x75','\xa1','\x91','\x2e','\xf5','\xd9','\x48','\xed','\x8e','\xa4','\x3a','\x19','\x5e','\x0d','\xfd','\x3f','\xd4','\x7b','\x9a','\xe5','\xfb','\xbc','\x8d','\xb4','\x2e','\xbd','\xf8','\xdb','\x97','\xe8','\x0b','\x73','\x7c','\x44','\xc4','\x66','\x04','\x65','\x47','\xb0','\x03','\x7a','\xbf','\xd4','\xe9','\x7d','\x4a','\xd9','\xb3','\x21','\x55','\xff','\x26','\xb4','\xd5','\xaf','\x8f','\x7f','\x12','\xc2','\xa3','\x07','\x46','\x98','\x91','\xab','\x1e','\xd3','\x26','\xb4','\x51','\x3a','\xa1','\xb5','\x1b','\xa0','\x96','\x91','\x31','\x71','\x4c','\x2e','\xc9','\xc0','\x7b','\x4a','\x40','\x0b','\x15','\xa0','\x8e','\x0a','\x50','\x17','\x62','\x67','\x12','\xb9','\x81','\x94','\xb1','\x96','\xc1','\x6a','\x6b','\xde','\xfc','\x78','\x80','\x7e','\xc4','\xea','\x9b','\xd1','\x1f','\x7c','\xe6','\xfb','\x2c','\xf4','\xb9','\x99','\x17','\x24','\x98','\x9b','\x1b','\x06','\x7e','\x24','\x16','\xd5','\x94','\x2a','\x6f','\xc5','\x7d','\x78','\x0d','\xfd','\xcc','\xb7','\x30','\xe4','\x5f','\xa0','\x9b','\xe1','\x67','\x2d','\xac','\xf5','\xbd','\x71','\x55','\x8e','\x45','\x03','\xdb','\x02','\x7c','\x7d','\xc4','\xfc','\x59','\x3c','\x83','\x56','\x1e','\xa3','\x99','\x06','\xdc','\xb0','\x1e','\x86','\xd5','\xcb','\xa0','\x8e','\x44','\x57','\xdd','\x50','\x4e','\xb8','\x86','\x2b','\xf6','\x5f','\xea','\xe7','\x18','\x64','\x4e','\x48','\xe2','\xf8','\xc6','\x38','\xc3','\x5c','\x3e','\x9b','\x42','\x53','\x5d','\x53','\x83','\x53','\xff','\x88','\xbe','\xeb','\xd0','\x8b','\xb6','\xa8','\xf9','\xf8','\xf2','\x79','\xea','\x5e','\x87','\x39','\x42','\xc5','\xb5','\x62','\x57','\x71','\xd0','\x78','\xc3','\xa0','\x7c','\xff','\xd9','\xd2','\x18','\x6d','\x22','\xfd','\x62','\x06','\x5a','\x16','\x1c','\x5e','\xcb','\x6e','\x66','\x1b','\xd9','\x3f','\x36','\xe7','\xdf','\x1e','\x1c','\x5f','\x3e','\x7f','\xa9','\x77','\x5d','\x00','\x7a','\x8a','\x87','\x0a','\x5d','\xd3','\x1b','\xe5','\x7f','\x9a','\x0f','\xb6','\x53','\x81','\x0a','\x56','\x88','\x49','\x48','\xbf','\x3c','\x43','\x2d','\x7f','\x4e','\x88','\xdd','\xec','\x0e','\xb2','\x37','\x9a','\x73','\x6b','\x77','\xeb','\x7e','\x2f','\x48','\x3c','\x7c','\xe2','\xed','\x6b','\x0f','\x7f','\xa8','\xba','\x51','\xfd','\xc7','\x4d','\x41','\x2d','\xa8','\x04','\x05','\x0b','\xca','\x83','\x98','\x95','\xc7','\xe1','\x79','\x2f','\x60','\x96','\x84','\x9c','\x2e','\xe7','\x2e','\xef','\x0d','\xcc','\x7d','\x0b','\x72','\x7d','\x4a','\x52','\x25','\x5e','\x7f','\xe0','\x1a','\xae','\xee','\x67','\x93','\xfd','\x90','\x37','\xa8','\xbf','\xd1','\xc4','\xb7','\xb5','\x30','\xb7','\x1e','\xd6','\x5e','\x0d','\x2a','\xf3','\x51','\x4a','\x43','\xfb','\x3f','\x94','\x87','\x52','\xbd','\x13','\x39','\x28','\xf0','\xb9','\xb1','\x90','\x22','\x61','\xfe','\x05','\x7c','\xd6','\x75','\x9e','\x7d','\x41','\x36','\x6e','\x31','\xee','\x34','\xfe','\x09','\x47','\x51','\x90','\x85','\x31','\x3e','\x3f','\x83','\xf8','\x6d','\xe3','\x9a','\x47','\x41','\x42','\x85','\xda','\xe7','\xdf','\xc0','\x3c','\xd0','\x1c','\xbf','\xd6','\x72','\x59','\xb1','\x35','\x3f','\xaf','\xe3','\x4c','\x39','\x2f','\xa7','\x6e','\x49','\xdd','\x95','\x9a','\x69','\xce','\x4f','\xc4','\x07','\xc1','\xfc','\x2c','\x58','\x07','\xb8','\xbf','\xb6','\x56','\xbd','\x25','\x3e','\xa8','\xff','\x13','\xca','\x75','\x12','\x7d','\x83','\x0e','\x5a','\x66','\xb8','\x08','\xad','\xc7','\xfa','\x90','\xeb','\x12','\x2d','\xad','\xf3','\x42','\xf1','\x2e','\xe3','\x2e','\xf7','\x1c','\xcc','\x68','\xd9','\x96','\x4d','\x5e','\x7f','\xe2','\x67','\x04','\xf4','\x90','\xe6','\xa1','\x86','\xdd','\x50','\xbf','\x73','\x7e','\x06','\x43','\x3e','\x3e','\x78','\xf4','\x65','\xc2','\xa1','\xab','\x9e','\x12','\x52','\x32','\x03','\x74','\x63','\xe6','\x97','\x34','\xe2','\x21','\xf2','\x6b','\x84','\xd4','\x30','\x3f','\x48','\x9e','\xf3','\x9b','\xfc','\x55','\x94','\xf9','\xf6','\xf7','\x17','\xef','\xf6','\x66','\x85','\xbe','\x66','\x1e','\xc7','\xef','\xb8','\x06','\xc6','\xb7','\x37','\xc2','\x66','\x98','\x36','\x60','\x2d','\x0f','\x7f','\xef','\x8e','\x4f','\x0e','\xea','\xbf','\x68','\x28','\xa6','\x82','\x99','\xf0','\xa0','\x5c','\x17','\xb1','\x57','\x68','\x49','\xae','\x5c','\x7f','\x16','\xeb','\xd7','\x45','\x36','\x36','\xfe','\x91','\xe7','\xb9','\xc7','\x3e','\x43','\xfc','\x95','\x7f','\x09','\x5f','\x9e','\x5a','\x7d','\xce','\xdf','\xac','\x42','\x4e','\xbc','\x82','\x70','\xfe','\x10','\x55','\x37','\xfc','\xce','\x53','\x95','\xbe','\xfa','\x86','\xfa','\xdd','\xf5','\x4b','\x77','\x46','\x9e','\xde','\x70','\x87','\xba','\x4d','\x2d','\x7c','\xc7','\x33','\x90','\xfe','\xf2','\xd8','\xef','\xf3','\x57','\x3a','\x43','\x72','\x15','\x7a','\xbf','\xfa','\x4f','\x98','\xdb','\x51','\x5d','\xab','\xac','\x6d','\xbf','\x0f','\xd6','\x27','\x3f','\x3f','\xac','\x42','\xe6','\xb1','\x4e','\x5e','\xd4','\xbc','\xd3','\xbc','\x68','\x2a','\xe3','\x0a','\x89','\xd8','\x91','\x68','\x3d','\x6a','\x11','\x95','\x2d','\x30','\x35','\x9b','\x3d','\x53','\xd0','\x8e','\xd2','\xa4','\x76','\xf4','\xc7','\x22','\x48','\x0a','\xbe','\xc4','\x8d','\xab','\xc2','\x0a','\x18','\x3f','\x19','\xf3','\x8e','\x1c','\x76','\x6d','\x6a','\x7f','\xd0','\x93','\x0b','\xb7','\xbc','\x7e','\x67','\xfd','\xdc','\xeb','\x72','\x01','\x38','\x5c','\x31','\x4d','\x34','\x7f','\xa5','\xb6','\xa8','\x03','\xf4','\x3f','\x4f','\x49','\x88','\xdc','\xfc','\xd6','\x46','\xfb','\x1f','\xed','\xe0','\x5b','\x48','\x6d','\x63','\xb6','\xa2','\xf8','\xd4','\xd5','\xe9','\x79','\x71','\x18','\x07','\x43','\x76','\x6f','\xa9','\xdd','\xd9','\x38','\x57','\x83','\x39','\xce','\xd6','\xba','\xb6','\xd1','\xff','\x94','\x34','\x9c','\x83','\xe6','\x8d','\xc4','\xa3','\xc3','\x0b','\xd5','\x44','\x57','\xee','\x61','\xf2','\x7b','\xef','\xef','\xe4','\x78','\xba','\xd7','\x60','\x8c','\xb1','\xff','\x60','\x74','\x45','\xe8','\xd1','\xe9','\x60','\xa8','\x53','\x7a','\xc0','\x08','\x17','\xd0','\x7f','\x5e','\xa1','\x03','\x53','\xef','\x66','\x14','\xa3','\xcf','\x60','\x99','\x41','\xe3','\xd7','\x99','\x88','\x01','\x47','\xa6','\x8f','\xbc','\xa8','\xe9','\x46','\x58','\xea','\x3b','\x1b','\x31','\x07','\xe6','\xfe','\xd7','\x83','\x7d','\x97','\x70','\x65','\xff','\x88','\xfd','\xeb','\x19','\x25','\x34','\x70','\x56','\x35','\x37','\x54','\x5e','\xa8','\x6c','\x7b','\xc8','\xcf','\x6f','\xd0','\x77','\xea','\x5a','\x57','\xa4','\xde','\xbf','\xed','\x36','\xf7','\x4e','\xf1','\x17','\xae','\x82','\x58','\xc1','\x70','\xbe','\x20','\xc5','\x45','\xb4','\xa5','\x21','\xbf','\xbb','\x3a','\x17','\xa6','\x7d','\xee','\x87','\xed','\x4d','\x97','\x40','\xfe','\xe7','\x2b','\xd0','\x80','\x37','\x5d','\x35','\x52','\x0c','\x2d','\x42','\x53','\x68','\x04','\x1d','\x39','\x8b','\x0e','\xaa','\x0b','\x67','\x53','\x5a','\x72','\x30','\x49','\x73','\x35','\x61','\x5b','\x47','\x81','\x20','\xbe','\x04','\xcd','\xf5','\x84','\x80','\x9e','\x62','\xee','\x82','\x81','\x28','\x65','\x49','\x2d','\x89','\x7d','\x4d','\x05','\xce','\x09','\x49','\x33','\xda','\x72','\x24','\xc3','\x77','\xb2','\xe2','\x05','\x98','\x77','\x92','\x4e','\xb2','\x0b','\x5c','\x5e','\x23','\xba','\x21','\x66','\xd1','\x6c','\x62','\x65','\x60','\x69','\x32','\x2a','\xe8','\x49','\xa1','\x53','\x73','\x70','\xa7','\x65','\x97','\x2f','\xc8','\xf1','\xd5','\x5c','\x7f','\xd1','\x33','\x79','\x8e','\xc0','\x20','\x1a','\x45','\xae','\x8a','\x84','\x60','\xb9','\x34','\x26','\x8a','\x86','\x48','\xd0','\xff','\x56','\x6f','\x22','\x20','\xe4','\xf1','\x68','\x61','\x43','\x1a','\x45','\x44','\x11','\x14','\x34','\x20','\x4f','\x91','\xac','\xce','\xcc','\xf9','\xa5','\x86','\xe7','\xfb','\xbd','\x35','\xd1','\x25','\x41','\x7b','\x45','\xff','\xd2','\x15','\x1c','\x29','\x0b','\x63','\xbb','\x8f','\x2a','\x49','\x25','\x99','\x4a','\x26','\x93','\x93','\x8f','\x81','\xbc','\x05','\x3f','\xed','\x88','\xff','\xb4','\x44','\xbb','\x64','\x31','\x17','\x37','\xda','\x47','\x35','\x0d','\xe3','\x27','\x51','\xbe','\xe7','\xde','\x35','\xdc','\xc3','\x86','\xe7','\xea','\xe5','\x9f','\x39','\xba','\x21','\xea','\x57','\x8c','\x23','\x10','\x20','\x06','\x81','\xba','\x4d','\xce','\xd0','\x51','\x98','\x53','\x86','\x84','\x78','\xbe','\x86','\x9f','\x58','\x37','\x4f','\xf2','\x47','\x48','\xc2','\x4d','\x8a','\x3b','\xc5','\x84','\x8f','\x0d','\xc9','\x23','\xd3','\xc6','\x45','\xd3','\x6f','\xdf','\x0d','\xef','\xf7','\x6b','\xb0','\x64','\x31','\x58','\xf2','\xfc','\xf1','\xaf','\x42','\x53','\xde','\x01','\xb9','\x86','\x36','\x63','\x72','\xa0','\xff','\x8e','\xea','\x49','\x8c','\x31','\xd6','\x77','\xea','\xe3','\xa0','\xed','\x99','\xba','\x39','\x65','\x4e','\x1d','\xa1','\x49','\x49','\x14','\x25','\x61','\xf9','\xd3','\xf1','\x19','\x23','\x6e','\x9c','\x56','\x4b','\xa1','\x92','\xc4','\x3d','\xaa','\xf5','\xa5','\xfe','\x25','\x46','\x33','\xbe','\x00','\x3d','\xf3','\x60','\xbc','\x98','\xc1','\xf1','\x0f','\xf0','\xf9','\xe3','\x79','\x78','\xba','\x08','\xc7','\x95','\xa3','\x95','\xa4','\x7f','\x5c','\x39','\x0a','\x7f','\x0b','\x88','\x9f','\xf0','\x7e','\x3f','\x78','\xbf','\x93','\x10','\x77','\x78','\xa6','\x60','\x3a','\x47','\x8c','\x64','\xdc','\xe4','\xf8','\x7a','\x30','\x26','\x3e','\xfe','\x08','\xf6','\x4f','\x23','\x29','\xed','\xa4','\xf0','\x0e','\xa4','\x2e','\x8c','\x90','\xc6','\xfa','\x2b','\x09','\x45','\xe8','\x81','\xe1','\x31','\x89','\xf1','\x18','\x8f','\x6f','\xf7','\xcb','\xf1','\x8a','\xdf','\xc1','\x6f','\x0a','\x36','\xbc','\x5f','\xe7','\x88','\x70','\x02','\xf4','\x6e','\x63','\x1c','\xbe','\xbc','\x83','\x47','\xe1','\x8f','\x97','\x12','\x72','\x40','\x16','\x56','\x8b','\x44','\xea','\x90','\xe6','\xb2','\xf9','\xae','\xfc','\xed','\x5e','\xd4','\x31','\x1d','\x07','\x34','\xa1','\x1b','\x7b','\x74','\x19','\xd6','\x8d','\xbe','\x7e','\xbf','\x62','\xd9','\xa6','\xa4','\xdf','\xed','\x9d','\x26','\xbf','\x5f','\x4e','\x58','\x8e','\x89','\x23','\xa2','\xd1','\x57','\xe5','\x08','\x61','\x74','\x40','\x9b','\x33','\x74','\xa0','\x7f','\x8e','\x68','\x89','\x08','\x1c','\xae','\x91','\x9f','\xf0','\xb6','\x29','\xa3','\xca','\x68','\x6a','\x54','\x98','\x98','\x37','\x04','\x60','\x27','\x12','\xf7','\x74','\xe7','\xde','\xee','\xf8','\xe6','\x00','\xcb','\x79','\x24','\x7f','\x53','\x23','\x23','\xdd','\xd4','\x10','\xe1','\x7c','\x2f','\xa6','\x71','\x8b','\x0a','\x17','\x73','\x55','\x74','\x10','\x16','\x70','\xc7','\x1d','\xc4','\x37','\x30','\x09','\x22','\xd3','\x24','\x6e','\x40','\x9f','\xc3','\xfc','\x95','\x81','\xc5','\xff','\x72','\x64','\x39','\xd2','\xc4','\x6e','\x63','\x01','\xc4','\x37','\xd8','\x8f','\xba','\x6f','\xf8','\xa9','\x3b','\x0e','\x29','\x74','\xcb','\xa9','\xbe','\xae','\xe8','\xf7','\xef','\x4c','\x29','\xd4','\x47','\x87','\x32','\xa4','\x27','\x1a','\x88','\x3f','\xb0','\xf4','\x7c','\x44','\x66','\x4c','\xf0','\x13','\x77','\xd4','\x09','\xc7','\xd7','\x08','\x88','\x1c','\x01','\x80','\x35','\xdf','\x69','\x27','\xca','\x66','\x69','\x87','\x37','\x5e','\x32','\x67','\x56','\x4c','\x92','\xa7','\x03','\xd3','\x64','\xf8','\xa6','\xd3','\x73','\xfa','\xb7','\xbd','\x12','\x68','\x18','\x27','\xec','\x2b','\x97','\x9e','\x71','\xf1','\x53','\x09','\x28','\xb3','\x44','\x56','\xaa','\x52','\x59','\xa0','\x01','\xfa','\xbb','\xf3','\x25','\x5a','\x79','\xb0','\x5c','\x78','\xe6','\xfc','\x1c','\x7d','\xe6','\x7c','\xc5','\xc2','\xf3','\x77','\x70','\x8a','\x29','\xf1','\xa7','\x3e','\x2e','\xce','\xf2','\x0c','\xf8','\x37','\xa2','\x38','\x11','\x6b','\xd8','\x52','\xad','\x48','\x4a','\x9d','\x19','\xde','\x0b','\x72','\xe5','\x5e','\x75','\xe6','\xe3','\xa9','\x0d','\xf0','\x1f','\xb5','\x6c','\x94','\xd3','\xf2','\xe4','\x6a','\x6a','\x24','\xb3','\x39','\x34','\x5a','\x60','\x86','\x0e','\xbc','\x1a','\x49','\x60','\x22','\x49','\x23','\x55','\xbd','\xd0','\x1d','\x97','\x50','\xfe','\xa7','\x5c','\x56','\x41','\xf9','\x65','\x23','\xdb','\xcc','\xd2','\x6c','\x8c','\x1e','\x47','\x0d','\x4e','\x0a','\x49','\x5d','\x22','\x48','\x29','\xf9','\x56','\x06','\xf9','\xa0','\xb4','\x91','\xde','\x43','\x41','\x0b','\x60','\x25','\x3f','\x3a','\x53','\x02','\x0d','\x48','\xe0','\xeb','\x3f','\x3c','\xc5','\x05','\x19','\x66','\x50','\x1f','\xd2','\xed','\xbc','\xed','\x96','\x44','\x5f','\x3e','\xe2','\xf9','\xf5','\x81','\xbf','\x83','\xac','\x68','\x5c','\x57','\x69','\x6d','\xd0','\x19','\xe2','\x11','\xa4','\xa5','\xe6','\x9a','\x12','\x14','\x3f','\x08','\x04','\xda','\xd6','\x90','\x4c','\xc9','\xf4','\xe0','\xec','\x32','\x6f','\x6d','\x60','\x66','\x5a','\xa4','\x43','\x09','\x8e','\x0f','\x70','\xfc','\x82','\x4e','\xdc','\x5d','\x75','\x5c','\x90','\x42','\x07','\xbf','\x35','\x54','\x44','\xfb','\xc8','\x71','\x2d','\xa8','\x41','\x0d','\xb5','\x90','\x11','\x2c','\x80','\xfe','\xe9','\xf0','\xfb','\xe1','\x77','\x97','\xd9','\x6d','\x46','\xa5','\xe8','\xea','\x04','\xa8','\xf4','\xad','\x9f','\xa6','\x7c','\xe6','\x5d','\x57','\x82','\xca','\x46','\x65','\xb3','\x92','\x4e','\xa5','\x93','\xc7','\x27','\x83','\x8b','\xf1','\x9d','\x98','\x3f','\x30','\x38','\x17','\xb4','\xae','\x5b','\x41','\x6b','\xa3','\xb5','\x19','\x31','\x96','\xcd','\xe3','\x98','\x31','\x1a','\x65','\x8c','\x78','\x88','\x50','\xfc','\x0c','\xc7','\x75','\xb3','\xd3','\xdb','\x68','\x6e','\x36','\x11','\x7d','\xf9','\xf8','\x38','\x72','\x1f','\x6e','\x81','\xf2','\xf5','\xbb','\x3b','\x82','\x73','\xcd','\xfe','\x43','\xef','\xb1','\x87','\x4a','\xd3','\xc1','\xe8','\x07','\xd5','\xa6','\x7e','\xc4','\x7f','\xe0','\xfd','\x72','\x30','\xb4','\x91','\x6e','\x76','\x5b','\xf5','\x6f','\xd9','\x77','\xa0','\x10','\x65','\x79','\xe9','\x3a','\xf4','\xe6','\x26','\x61','\x73','\x23','\x2d','\xa5','\xa5','\xe3','\x28','\x41','\x34','\xa5','\x08','\x2e','\x1f','\x82','\x04','\x35','\x2f','\x84','\xc4','\x41','\x32','\x54','\xb2','\x4b','\xa0','\xa3','\x71','\xe9','\x0e','\x75','\xd0','\x90','\x10','\x26','\x70','\xf4','\x84','\xcf','\xcd','\xf3','\xec','\x78','\x7f','\x92','\x3a','\x58','\x9e','\x2a','\xbf','\x70','\x4b','\x38','\xa4','\x20','\x58','\x07','\xf5','\xed','\x6b','\xc8','\x33','\xdb','\x9a','\x56','\x91','\x36','\xb6','\xdc','\xfa','\x14','\xe0','\xf1','\x55','\x28','\x81','\xf1','\xdc','\x97','\x6c','\x88','\xef','\xc4','\x1c','\x17','\x5b','\x59','\xc8','\x83','\x22','\x97','\x1f','\xa1','\x1e','\xf3','\x34','\xe8','\x6e','\x44','\x2f','\x48','\x75','\xcc','\x3d','\x8e','\x6d','\x17','\xd0','\x2a','\x47','\x79','\x7c','\x0e','\x1e','\x28','\x7f','\xf2','\xf1','\x75','\x76','\x03','\x65','\xc3','\x7f','\x30','\xfe','\x17','\x19','\x20','\x5a','\x73','\x46','\x24','\xe6','\xb1','\x36','\x58','\xdd','\xbb','\xc9','\x6d','\x5e','\x94','\x99','\x9a','\xa3','\x4a','\xca','\x92','\x9d','\x07','\xf5','\x57','\x7c','\xff','\x3d','\xc2','\x26','\x71','\xac','\x61','\xd1','\x45','\x0b','\x01','\xea','\x4f','\x12','\x1b','\x06','\x0d','\xc5','\x98','\x57','\xc3','\x5a','\x98','\x1c','\xd2','\x1f','\xf5','\xa6','\x9c','\x17','\xa4','\xde','\x12','\xdb','\xcf','\xac','\xb0','\xb3','\x01','\xa5','\x4a','\xb1','\x99','\xd7','\xca','\xb8','\x59','\xfd','\x88','\x0a','\x5a','\x9a','\x53','\x06','\x3d','\xb3','\xa5','\x5f','\x72','\xe9','\x96','\xe7','\x45','\xa4','\x6c','\xd0','\x1a','\x72','\xd2','\x46','\x4a','\x29','\x31','\xc4','\xe4','\xe5','\x03','\xc3','\x7c','\xfb','\x9a','\xa9','\x94','\x43','\xaa','\x89','\xfa','\x77','\x80','\xbe','\xa7','\x7f','\x70','\x7c','\xa0','\xbf','\xe7','\xc5','\xb5','\xf3','\x1b','\xa5','\xcd','\x30','\x3a','\x63','\x8d','\x96','\x8e','\xcc','\xf5','\x2f','\xd6','\xca','\xe0','\x4f','\xd9','\x5d','\xde','\x10','\xb7','\xc0','\x1d','\x6f','\x69','\x48','\xa1','\xa0','\xd4','\x8a','\x37','\x6d','\x45','\x74','\xaf','\xd4','\xdf','\xf3','\x7c','\xcc','\x30','\x3a','\x02','\x12','\x42','\x71','\x44','\x03','\x61','\x4a','\x3b','\x66','\xdc','\x58','\xce','\xe5','\x53','\xd0','\x7c','\xae','\x32','\x65','\x58','\x31','\xfe','\xf4','\xc0','\x23','\x95','\xbf','\x30','\xa7','\x4d','\x65','\x50','\x61','\x8a','\xa5','\x38','\xbd','\xab','\xe0','\xf5','\xe3','\xd0','\x3f','\x7a','\x03','\x64','\x16','\xc5','\xfc','\x92','\xf9','\x05','\x6f','\x1a','\xca','\x7d','\x0d','\x1a','\xb3','\xc4','\xfb','\xf8','\x06','\xcd','\xf1','\x75','\x36','\x1b','\xf7','\xc6','\xed','\xc6','\x71','\x47','\xb6','\x70','\x06','\x06','\x9d','\x0f','\xae','\x6a','\x66','\x0c','\x60','\xdd','\x87','\xa2','\xb5','\xb3','\xaa','\x6f','\x8b','\x18','\x78','\xfb','\xcc','\x06','\xee','\x4a','\x3e','\xb5','\x5f','\xf7','\xe5','\x77','\x98','\xdf','\x30','\xc6','\x1b','\xed','\x7b','\x14','\x9b','\x2c','\xe5','\x46','\xe5','\x07','\xfc','\x1f','\xca','\x1d','\xb7','\xc6','\xdb','\xcf','\xe7','\xff','\xf1','\xa2','\x5c','\xf4','\xd1','\xe0','\x69','\xf1','\xfd','\x96','\x3f','\x8c','\x8f','\x92','\xe3','\x72','\x1c','\xe4','\xc7','\xf3','\x77','\x92','\x7b','\x46','\xf6','\x9c','\x4b','\xc9','\xe5','\x50','\xe7','\x0c','\xe8','\x5f','\x21','\x59','\x95','\xe3','\xcd','\xfe','\x3d','\xe4','\xd6','\x82','\xea','\x9d','\x0a','\xcc','\x1f','\x71','\x8c','\x7b','\xea','\x04','\x45','\x6e','\xf7','\x40','\x00','\x00','\xc6','\xdc','\x3b','\xd4','\x6b','\x9e','\xa2','\xaa','\xee','\x61','\xf6','\xaf','\xdd','\x69','\x36','\xcd','\x33','\x66','\x6e','\x60','\xfd','\xde','\xa0','\x2f','\x5f','\xaa','\xb2','\x7a','\x0d','\x74','\x96','\x3b','\xdd','\x7b','\x8a','\xf7','\x16','\x53','\x6e','\xb9','\x88','\x79','\xec','\x41','\x47','\x71','\xbb','\x8a','\x9c','\xbb','\xb9','\x41','\x7b','\x7e','\x86','\x7e','\x7f','\xe3','\xed','\xf7','\x18','\x76','\x65','\x4c','\x2a','\xe9','\xb4','\x2a','\xd7','\xe5','\xc9','\xd0','\x78','\x73','\x7e','\x8f','\xf8','\x79','\x29','\x37','\x8a','\x9b','\xb9','\x7d','\xf5','\x38','\xcf','\xcf','\xbf','\x88','\x2f','\xe2','\xe7','\x35','\x83','\x73','\xb0','\x01','\xf4','\x4f','\x76','\x9f','\x2f','\xa7','\x64','\x7e','\x40','\xcb','\x52','\xb2','\x11','\x54','\xb1','\x87','\x5c','\x98','\xe3','\xf7','\x84','\x36','\x5d','\x04','\x1d','\xbe','\x01','\xf4','\xed','\xb6','\xe8','\xbb','\xa5','\xdf','\x63','\x5e','\xad','\x41','\xb6','\x59','\xb5','\x6b','\xbc','\x7f','\x17','\xe9','\x8b','\x15','\xc3','\x62','\xef','\x19','\xc5','\xb8','\x76','\x5e','\x31','\xee','\x3a','\xf3','\xc8','\x81','\x87','\xec','\xef','\xcc','\x4c','\x9d','\x09','\x83','\x44','\xa9','\x1a','\x61','\x1b','\xd1','\x59','\x81','\x93','\xa2','\xfe','\x68','\xc1','\xfd','\xf6','\xc7','\x3c','\xdb','\x4e','\xbb','\xc0','\x9f','\x7f','\x16','\xb4','\xe5','\x14','\x22','\x67','\xab','\xba','\xf2','\xa0','\x52','\x66','\xf2','\xef','\xce','\x85','\x7b','\x22','\xc0','\x1f','\xfe','\x28','\xf5','\x9d','\xf3','\x2f','\xa4','\xc2','\xb2','\x22','\x2b','\x8a','\x1a','\xd5','\x8c','\xc5','\xfe','\x7d','\xa5','\x53','\x19','\xb2','\x36','\x39','\x63','\x6a','\x4a','\x39','\xae','\xfa','\x36','\x1e','\xbf','\x7e','\x9d','\xe7','\x69','\x5c','\x4e','\x5d','\x4f','\xca','\xa9','\xc1','\xf8','\x10','\xe3','\xf4','\x2d','\x06','\x17','\xe3','\xc3','\x79','\xfc','\x27','\x9b','\xc0','\xb8','\x49','\xcb','\x4c','\xd9','\xe5','\xcf','\xae','\xbe','\x91','\x7e','\xc3','\x44','\x19','\xc1','\x9c','\xe8','\x6e','\xad','\xaf','\xa6','\x9e','\x3a','\xec','\x7c','\xc1','\x99','\xa2','\xd5','\x67','\xfb','\x10','\x45','\xb4','\xde','\xfb','\x13','\xd6','\xc4','\xdf','\xf0','\xe7','\xe7','\x5d','\xde','\x3d','\xca','\x1e','\x0f','\xd6','\x17','\xd0','\x6f','\xe4','\x69','\xbf','\xff','\x6f','\xd4','\x8f','\xfe','\xb4','\xfe','\x85','\x7a','\xf5','\xce','\x17','\x9b','\xfa','\x11','\x94','\xf0','\xf5','\x07','\x33','\xf9','\x62','\xde','\x3e','\x58','\x7f','\x9c','\xf4','\x9c','\xcd','\x4a','\x06','\xb4','\x48','\xe1','\x2d','\xd8','\x8f','\x96','\xbe','\xbe','\xb3','\x61','\xe9','\x6a','\x4f','\xdf','\xb9','\xc8','\x81','\x3f','\xd1','\xbf','\x70','\xf6','\x05','\xe9','\x2f','\x9c','\x88','\xd9','\x6f','\xf3','\x08','\xf9','\xf8','\xfb','\xd2','\x27','\xf3','\x9f','\xcf','\xe7','\x0f','\x59','\x1a','\xff','\x96','\x7d','\x1d','\x9e','\x22','\x87','\xe5','\xbe','\xd2','\xd5','\x6c','\xd8','\x1a','\x98','\xf9','\xa2','\xfd','\x79','\xfb','\x45','\xf3','\xc5','\x77','\x22','\xf7','\xf6','\x29','\x11','\xa2','\x7a','\x1a','\xd7','\xdf','\x83','\x5e','\xa7','\x8d','\x08','\x2d','\x77','\x79','\x9b','\xed','\xb4','\x3d','\x66','\x3f','\x03','\x74','\x1b','\xb4','\x83','\x51','\x39','\x4a','\x39','\x77','\x6e','\xa1','\x9d','\xe4','\x85','\x2d','\x0d','\xf4','\xa7','\x3b','\x08','\x12','\x11','\xfe','\xdd','\xc6','\xbe','\xd8','\xcd','\xed','\x4f','\x35','\xd0','\xaf','\x04','\xda','\xe0','\xfc','\xb5','\xc1','\xe9','\xe3','\x50','\x73','\x84','\x18','\xee','\x76','\x6a','\x24','\xaa','\x5d','\x35','\x6f','\xbb','\xac','\x95','\xc7','\x8b','\x8f','\x4c','\xd5','\x6b','\x2f','\xbf','\xad','\xe1','\x4e','\x68','\xa8','\x5f','\xbd','\x33','\xbe','\x38','\x3f','\x41','\x7f','\x87','\xf9','\x89','\xe3','\xa7','\x1e','\xe7','\x2d','\xf2','\xe9','\x17','\xb4','\x63','\x3b','\x32','\x14','\xa1','\xd7','\x33','\x7d','\xa0','\x17','\xff','\x89','\xf6','\x47','\xea','\x77','\x52','\x2f','\xba','\x91','\x50','\x44','\x8d','\xa8','\xb7','\x01','\x7d','\xbd','\xff','\xfc','\x5d','\x37','\x2b','\x3f','\xd8','\x79','\xce','\x4b','\x75','\x9e','\xbb','\xe7','\x4b','\x77','\x9f','\xb7','\x74','\xe0','\xff','\x9c','\xe3','\x34','\xf1','\x6b','\x7e','\xaf','\xfe','\x36','\xf1','\xdf','\xef','\xe7','\x5f','\xa6','\x14','\xe6','\x3a','\xcc','\x95','\x6b','\x6f','\x50','\x7a','\xb7','\x77','\x8f','\x05','\xf3','\x3f','\xf5','\xcd','\x19','\xd0','\xee','\xdf','\x59','\x97','\xa4','\xf7','\xd2','\x87','\x14','\xd2','\xfb','\xbc','\x3a','\xd9','\xdf','\xfe','\xbb','\x73','\x91','\x87','\x23','\xfa','\x97','\x67','\xfe','\xe8','\xc1','\x17','\x0f','\x7c','\xe7','\x0c','\xe8','\x7f','\x0f','\x46','\x60','\x06','\x68','\x67','\xe0','\x09','\x4e','\x8b','\xff','\x7e','\xcc','\xdb','\x64','\x8f','\x95','\xad','\x12','\x9f','\x3f','\x33','\x9d','\x93','\xf4','\xe9','\xe0','\xb4','\x4c','\x3b','\xcf','\xaf','\xd5','\x68','\x11','\xed','\x07','\x77','\x03','\x7f','\xde','\x33','\x93','\xb2','\xf1','\xf9','\xf0','\x56','\xb4','\x21','\x9c','\xe5','\x89','\x18','\x8e','\xf6','\xc9','\x8d','\x50','\x5f','\x96','\x49','\x5f','\xa6','\x07','\x87','\xbf','\x73','\xe0','\xc5','\x6a','\x64','\x38','\xa2','\xf6','\xa9','\x91','\x61','\xa6','\xc2','\x3a','\x7b','\x59','\xae','\x70','\xfb','\x04','\xe1','\xf3','\xbb','\x61','\x11','\xb4','\x82','\xc9','\xf3','\xdc','\x06','\xb8','\xaa','\x93','\xa3','\x3e','\x79','\x38','\xd7','\x95','\x8f','\x79','\xf7','\x2a','\xbb','\xbd','\x32','\x5a','\xc9','\x14','\xf9','\x4b','\x72','\xbd','\x73','\x03','\xe1','\xe8','\x37','\x40','\xa7','\xca','\xd5','\x57','\x94','\x7c','\xdf','\xf9','\x2f','\x95','\x1f','\x2d','\xbf','\xd0','\xf3','\x9d','\x73','\x91','\x54','\xdf','\xf9','\xb0','\x3c','\x70','\x2e','\xbc','\xc1','\xd7','\x34','\xb5','\xf8','\xb5','\xbd','\x4c','\xef','\xdd','\x7b','\x88','\xfc','\xeb','\xcb','\xf5','\xfa','\xab','\x97','\x71','\x54','\x15','\x33','\x62','\x0f','\x78','\xd4','\xdf','\x17','\xc9','\x4a','\x71','\x5a','\x54','\x40','\xd5','\x6e','\x03','\xd9','\x4c','\xd5','\xce','\x6a','\x21','\x53','\x31','\x4e','\x17','\x03','\x82','\x0e','\x5a','\xcd','\x21','\xdd','\xc8','\x18','\xc5','\x61','\x27','\x06','\x9a','\x4a','\xc9','\x47','\x3f','\xb2','\x30','\xa6','\x76','\x14','\xfd','\x23','\xf0','\x6e','\x46','\xb2','\xf1','\xb8','\x5a','\x5c','\xa0','\x18','\x2d','\x18','\xa7','\x88','\x90','\x1a','\x37','\x41','\x16','\x2c','\x6e','\x15','\xb0','\x14','\x56','\x80','\x2c','\x89','\x67','\x8b','\x71','\x28','\x55','\x29','\x7c','\x0b','\xcb','\x35','\x94','\x15','\xe3','\x85','\x2f','\x83','\x44','\xa8','\xb0','\x74','\xf6','\x77','\xf1','\x34','\xbc','\x3f','\x4d','\x17','\x4a','\x21','\x9a','\xd3','\xd2','\xda','\x1f','\x6a','\x0f','\xe0','\x5e','\x6a','\x01','\xe5','\x0b','\x5f','\x1b','\x0b','\x72','\x39','\x15','\xfe','\x92','\x82','\x34','\xcc','\xf4','\xd3','\x2b','\x60','\xb5','\x9f','\xf5','\xf1','\x19','\xd9','\x07','\x40','\x42','\xfe','\x24','\xe3','\x52','\x72','\xd1','\x74','\x4c','\xf3','\x93','\xd6','\xde','\x26','\xbe','\x22','\xca','\xdf','\xbd','\x1d','\xc3','\x87','\x54','\xba','\x25','\xab','\xd2','\x3b','\x86','\x3e','\x62','\xab','\x65','\x96','\x57','\x1b','\xa8','\xaf','\xfe','\x35','\xc7','\x4f','\x40','\xf4','\x7a','\x9c','\xc5','\x1f','\xe7','\x38','\x82','\x9f','\x95','\x4e','\x34','\x70','\x6f','\x26','\x08','\xff','\xd9','\x8e','\xfb','\x47','\x79','\xf2','\xd6','\x7c','\xb1','\x77','\x46','\x35','\xef','\xa9','\xec','\x50','\x77','\xea','\x8f','\x98','\x7f','\x66','\xad','\x71','\x11','\x47','\x44','\x31','\x77','\x6e','\xcb','\xeb','\xa8','\xdf','\xba','\x24','\xec','\x86','\xd5','\x8f','\xbb','\xa3','\xea','\x76','\xef','\x00','\x39','\xe1','\xb6','\xa9','\x6d','\x40','\x7d','\x61','\x57','\x27','\x5f','\xf1','\x04','\x27','\xee','\xaa','\x4e','\x97','\xb3','\xc1','\x89','\xad','\x0e','\x11','\xd9','\x5d','\x28','\x52','\x73','\xc8','\xb4','\x07','\xcb','\x1a','\xfd','\x71','\xa7','\x80','\xf4','\xbd','\x9e','\xdb','\x0d','\xf7','\xcd','\x95','\xa0','\xe7','\xd1','\xd3','\x93','\x01','\xc5','\x84','\xe9','\x16','\x17','\x8a','\x30','\x3e','\x20','\xcf','\x1c','\xf6','\xbd','\x91','\xd3','\x18','\x87','\xb0','\xa1','\x38','\x94','\x09','\x10','\x52','\x32','\xab','\x66','\xfc','\xc9','\xc2','\x6a','\xda','\x45','\x7f','\x8d','\xf6','\x7c','\x3a','\x41','\xd3','\x32','\xdf','\xdf','\xfb','\xd9','\x44','\x33','\x0b','\x7e','\x5a','\x9e','\x48','\x8d','\x96','\x03','\xa0','\xdf','\x53','\x51','\x59','\x9d','\x3b','\x14','\xa7','\x95','\xd2','\xef','\xbe','\x25','\x1d','\xfa','\x28','\xfd','\x7b','\x3a','\xf8','\xfc','\x99','\x43','\x37','\xd3','\x87','\xe4','\x0e','\x79','\x50','\x3e','\xbd','\x5a','\x62','\xbe','\x07','\x40','\xac','\xf6','\x80','\x96','\xa6','\x0f','\x68','\xf1','\xdf','\x6e','\x21','\x81','\x39','\x38','\x1b','\x39','\x21','\x20','\xa0','\x3b','\x06','\x69','\xf8','\xf8','\xb6','\x3e','\xc2','\x2d','\xca','\x0b','\x70','\x28','\x61','\x59','\x9b','\x1c','\xdc','\xc6','\xe2','\x8c','\x6c','\x81','\x76','\x7e','\x1b','\xb5','\x26','\xa8','\xcb','\x96','\x92','\x5a','\x8a','\x96','\xb6','\x94','\x88','\x9c','\xfb','\x09','\xe8','\xf9','\xdb','\x16','\x2e','\x12','\xe8','\x1b','\x9c','\xab','\x78','\x1b','\xee','\xc1','\xe0','\xe7','\x59','\xd6','\xfc','\x41','\xfc','\x3a','\x8e','\x0f','\x22','\x4b','\x05','\x29','\x2e','\x25','\xa5','\x0f','\x34','\xd0','\xae','\x7f','\x91','\x70','\xf4','\x26','\x21','\xcc','\xf1','\x57','\x30','\x83','\x45','\xa7','\x5b','\xe0','\x19','\xd1','\x70','\x2f','\x41','\xc1','\x72','\xa2','\xc2','\xc1','\xd5','\x77','\x5e','\x4e','\xc9','\x13','\x9e','\x9e','\x37','\xf3','\xd2','\x69','\x58','\x53','\x4a','\xb3','\x0e','\xf4','\x19','\xaf','\x31','\x6a','\xb7','\x3e','\x7e','\xce','\x31','\x1a','\xa3','\x09','\xa0','\x6e','\xb4','\x5b','\xcf','\x4e','\x61','\x56','\x5e','\x44','\xf5','\xe8','\x58','\xc5','\x11','\xca','\x1b','\x68','\x26','\xd0','\xc9','\x76','\xcc','\x31','\xc5','\xc2','\xec','\x02','\x9c','\x08','\xd2','\xa0','\xf6','\x48','\xa4','\x75','\x3f','\x96','\x27','\xe6','\xf0','\xfe','\x20','\xbd','\x40','\xf9','\xfa','\x26','\xab','\xab','\x11','\xbe','\x47','\xc1','\x1d','\x09','\xa5','\xa0','\xc4','\xd5','\x1d','\xb5','\xf6','\x41','\xdc','\x9d','\xb8','\x88','\x77','\x4f','\xf7','\x2a','\x0a','\xe6','\x3f','\xc0','\x04','\xba','\x70','\x14','\xe8','\x56','\x2f','\x49','\xda','\x71','\xd7','\xa2','\x71','\x51','\x42','\x08','\x09','\x15','\x0e','\x49','\x42','\x7c','\x92','\x90','\x70','\xb3','\x78','\x8c','\xc4','\xdc','\x04','\x94','\xc3','\xca','\x2d','\xce','\x8a','\x7d','\x57','\xd0','\xa2','\xcc','\xe3','\x9f','\x31','\x42','\x04','\x8e','\xaf','\xb8','\x71','\xdd','\xc0','\x9a','\x78','\x4c','\x87','\xfa','\xf3','\xda','\xab','\xa2','\x24','\x04','\x80','\x4e','\x51','\x5a','\x7f','\xc2','\x8b','\x49','\x31','\xfe','\x29','\xdc','\xb8','\x20','\x35','\xf7','\x70','\x1b','\x01','\x89','\xe3','\x9b','\x4c','\xd1','\xa9','\x63','\x34','\x6e','\x1a','\x1b','\x80','\x67','\x36','\x98','\x34','\x4b','\x79','\xd4','\xb7','\xce','\x90','\xf0','\xfc','\xf6','\x79','\x79','\x5d','\xcf','\xc7','\x24','\x99','\xae','\x9b','\x85','\xe7','\xe7','\xc3','\x92','\x22','\xf6','\x79','\x98','\x7d','\xc1','\x8f','\x50','\x09','\x9a','\xc7','\x2c','\x5d','\xdf','\xd1','\x90','\xb8','\x15','\xfb','\xd7','\xcd','\xfd','\x13','\xdc','\x9d','\x7c','\x3f','\xfe','\xed','\xb7','\x2f','\x24','\x14','\xdf','\x35','\x40','\x63','\x0c','\xc1','\xa1','\x96','\x2f','\xbd','\xab','\x96','\x55','\x41','\x15','\xfa','\x3c','\x51','\xe0','\xf8','\x2e','\x30','\xaa','\x38','\xbe','\x3b','\xdc','\x76','\xbe','\xef','\x85','\x16','\x34','\x3c','\x7a','\x5d','\x41','\x24','\x25','\x06','\xb2','\x4a','\xa8','\x5c','\xa8','\xe8','\xcf','\xea','\xa5','\xe0','\xb3','\x72','\x45','\x2d','\xcf','\xc2','\xff','\x70','\x55','\x54','\x38','\x7e','\x67','\x9f','\x8b','\xf4','\xf3','\x95','\x46','\x1c','\x28','\x08','\x6d','\xb5','\x8a','\x74','\x71','\x75','\x6f','\xe3','\x0e','\x1f','\x3c','\x42','\xf2','\xf1','\x7d','\x28','\x59','\x5e','\xfe','\x8b','\x06','\x06','\xae','\x22','\x0f','\xf4','\xdb','\x87','\x7b','\x79','\xd0','\x3f','\xd2','\x27','\x7e','\x8b','\x7b','\x71','\x2c','\x7f','\x01','\x68','\x92','\xb3','\x15','\x0b','\xf5','\x7b','\x1f','\xbf','\x08','\xfa','\x9f','\x24','\xbb','\xda','\x67','\xe5','\x21','\x79','\xf6','\xe2','\x70','\xef','\xac','\x82','\xc9','\xde','\x91','\x3e','\x9a','\xf4','\xfb','\x95','\x06','\xd2','\x4f','\x88','\x1b','\xcf','\x7e','\xed','\x02','\x75','\x42','\xfb','\x7a','\xe1','\xf9','\x71','\x02','\xed','\xf0','\x3a','\xc8','\xd7','\xf8','\xfe','\x94','\x62','\x0e','\x78','\x67','\x1c','\x0c','\x64','\xff','\x3b','\xef','\x34','\xd5','\x67','\xfd','\xf7','\xe3','\x5e','\x51','\x41','\x1a','\xfd','\xad','\xce','\x29','\x8d','\xe9','\x17','\x81','\xb7','\xc0','\xda','\x63','\x84','\x75','\x20','\x4b','\xc4','\x6f','\x22','\x41','\xb5','\x60','\x1a','\xa5','\x94','\x09','\x6b','\x1d','\xfc','\x3d','\xdb','\xec','\xfd','\x3e','\x8e','\x6f','\xc9','\xf8','\xce','\xc0','\x31','\x9e','\xcf','\x10','\xd7','\xc3','\xb0','\x7a','\x41','\x55','\x34','\x15','\xb7','\xa7','\x4f','\xdf','\xc4','\xf1','\x89','\x70','\x07','\x07','\xea','\xa7','\x9b','\x53','\xc0','\xdd','\x9d','\xd0','\xb6','\x59','\xbd','\x77','\x8e','\x6f','\x5f','\x33','\xf4','\x5e','\x60','\xdc','\xfe','\x5d','\x00','\xea','\x89','\x51','\xbe','\xa3','\x43','\x6e','\xe8','\x7f','\xbf','\x7f','\xf4','\xbc','\xbe','\xcb','\x8b','\xe1','\x9e','\x0f','\xd4','\x6f','\x96','\x23','\xde','\xb4','\xc6','\x7f','\x17','\x70','\x85','\x70','\x51','\x30','\x8a','\x07','\x93','\xdf','\x8b','\x0d','\xca','\x35','\xf5','\xe0','\xdb','\x55','\x44','\xc7','\x52','\xf9','\xfc','\x0e','\xa8','\x61','\x55','\x36','\x43','\xa5','\x82','\x19','\x53','\x63','\x2a','\xf6','\xaf','\xba','\x88','\x33','\x85','\x5e','\x11','\xbc','\xfd','\x59','\x8a','\xf4','\xcd','\xc7','\x1f','\x6d','\xd1','\xb3','\xd0','\xb2','\xc5','\xe7','\x03','\x95','\xfa','\xf4','\xb1','\xd5','\x85','\xf9','\xa3','\xc9','\x6a','\xa7','\x77','\x11','\x75','\x13','\x4b','\x75','\x22','\x62','\xbb','\x10','\x10','\xc3','\xe2','\x5a','\x71','\xdd','\xcc','\x93','\xa1','\x58','\x68','\xd7','\x95','\x60','\x68','\xdd','\x4c','\xc4','\xfe','\x25','\xe6','\x0f','\x30','\x22','\x67','\xc2','\xa1','\x00','\x8e','\xff','\xa9','\x50','\x3d','\x54','\x2f','\xd6','\xb7','\xd7','\x0d','\xf8','\x1d','\x3a','\xd5','\x37','\x75','\x69','\x4a','\x9d','\x52','\xa7','\xb5','\xe9','\xe8','\x74','\xb0','\x07','\x56','\x14','\x69','\x82','\xae','\x9c','\x6a','\xdb','\xdf','\xdc','\xcf','\xa6','\xed','\xa1','\x47','\x66','\x6e','\xdf','\x1b','\xb5','\x93','\x95','\x97','\x52','\x94','\xf1','\xfa','\x19','\x2b','\x1a','\xba','\xa5','\x1d','\x80','\xd5','\x32','\x1f','\x74','\x7b','\xc5','\x3f','\x72','\xc3','\xb8','\xa7','\x0d','\x57','\x42','\x5a','\xf8','\x46','\x05','\x69','\x6b','\x23','\x41','\x3e','\x00','\x14','\x20','\x1b','\x17','\xab','\xd0','\x77','\x57','\x9a','\xf3','\x17','\xe9','\x07','\xf4','\x03','\x4e','\x3f','\x6e','\x3b','\x68','\x05','\xb2','\x7b','\xb1','\xa8','\x60','\x9e','\x1d','\x8e','\x7f','\xbe','\x44','\x3f','\x3e','\xff','\x43','\x2b','\xf5','\x2c','\xe2','\x34','\x8e','\x2b','\x7a','\x44','\x97','\x10','\x9f','\x88','\xef','\xc5','\x3e','\x81','\x76','\x4d','\x71','\x9d','\x1b','\x12','\xfb','\xdc','\x4b','\x1c','\xe1','\x0a','\x39','\x80','\x28','\xea','\x70','\xbf','\x62','\xb6','\x9b','\x93','\xb5','\xdd','\xd2','\x6e','\x4e','\xd7','\x7f','\xe7','\x1a','\x55','\xff','\xd8','\xb5','\x44','\xdf','\x3a','\x8c','\x7f','\x1e','\xf8','\x1b','\x95','\x0f','\x46','\x7e','\x0c','\xe3','\xdf','\x60','\xb3','\xe1','\xbd','\x1b','\x0c','\x02','\x24','\x37','\x40','\xfb','\xb5','\x49','\x2d','\x69','\xec','\x7c','\xbd','\x9d','\xf6','\xd3','\x7e','\x2f','\x41','\xff','\xf3','\xde','\xa4','\x6d','\x96','\x13','\xb2','\x89','\xf1','\xe9','\x8b','\xf7','\xc7','\xa1','\x85','\xd8','\x52','\x7f','\xfe','\x0c','\x78','\xfe','\xfb','\x31','\xfe','\xe0','\xf6','\x5a','\x82','\xf9','\x11','\x08','\xba','\x70','\x4c','\x0c','\x88','\x13','\x4e','\x9b','\x05','\x7c','\xd4','\xef','\xcf','\xf7','\xf8','\x0f','\xb7','\x15','\x6e','\x2c','\xc7','\xf9','\x19','\x22','\xa1','\x46','\x91','\xa3','\x84','\x86','\xc8','\xda','\xb7','\x9a','\xe3','\xf7','\x96','\x4a','\x90','\xbe','\x11','\xdd','\x29','\x4c','\x03','\x73','\x79','\x7d','\x8f','\x6b','\x73','\xef','\x8f','\xbf','\x73','\x75','\xa0','\xc5','\xd3','\xf9','\xff','\x7b','\x70','\x27','\xda','\xaf','\x61','\xfd','\x8a','\xb8','\x0a','\x5b','\x65','\x4d','\x3a','\x5b','\xbd','\x94','\xf4','\xc1','\xb7','\xa3','\xb5','\x8b','\x35','\xe5','\x6d','\xa5','\xa6','\x48','\x51','\xb4','\x4f','\xe3','\xf3','\x8d','\x75','\x6e','\xd1','\xd8','\xee','\xc6','\x08','\xe7','\x6f','\x67','\x7f','\x21','\x02','\xfd','\xc6','\x41','\xfe','\xc1','\xfc','\x11','\x3a','\xe2','\x33','\xd1','\xa9','\x6f','\x78','\x3a','\x59','\x6a','\x1f','\x6b','\x52','\x38','\xd0','\x9f','\xda','\x5b','\xa3','\xe5','\xb5','\xa1','\x82','\xb4','\x53','\xdc','\xfe','\x3a','\xad','\xad','\xfb','\xb1','\x4a','\x7e','\x7d','\x92','\x15','\x59','\x8d','\x95','\x22','\x9a','\x60','\x10','\x91','\x8d','\xac','\x3b','\x2d','\x1b','\xc7','\xb4','\xad','\x0d','\x18','\x3f','\x17','\x77','\xa3','\x2f','\x09','\x1b','\xea','\xd1','\x7a','\x54','\x18','\x44','\xfc','\x60','\xda','\x57','\x0a','\x9d','\x0c','\x55','\x8b','\x67','\xb6','\xd7','\x62','\x34','\xa8','\x05','\xb7','\x45','\x4e','\xff','\x72','\x18','\xa5','\xdf','\x48','\xf5','\x8e','\x61','\x60','\x13','\xb0','\x2e','\x0d','\xbc','\xc1','\xe8','\x4d','\xa7','\x8a','\xd5','\xed','\x33','\x56','\x68','\x5d','\x85','\x55','\x2e','\x84','\xc2','\x67','\x07','\xa4','\x70','\x28','\x12','\x12','\x14','\xc4','\x5f','\x5b','\x07','\x35','\x3c','\x46','\x77','\x79','\xba','\x8e','\xe8','\x6f','\x98','\x7f','\x16','\x35','\x6f','\xbf','\xff','\x39','\xfe','\x98','\x05','\xeb','\x9b','\x05','\xfc','\xdd','\x40','\x4a','\xea','\x3d','\x75','\xc9','\x89','\xd6','\xc2','\x23','\x0a','\x5f','\x5f','\x04','\x58','\x07','\xd6','\x9d','\x95','\x69','\xf1','\xf9','\x5d','\x33','\xfa','\x81','\x75','\x95','\x50','\xa5','\xaf','\x72','\xa9','\xe2','\xa3','\x48','\xa9','\xd5','\x95','\x3f','\x12','\xf3','\x46','\x41','\xfd','\xd6','\xc0','\x1b','\x62','\xe9','\x89','\x92','\xf1','\xfc','\x1e','\x28','\x57','\x2b','\xff','\x63','\x86','\xc1','\xbb','\xb5','\xea','\xa0','\x4a','\x8c','\x80','\x18','\x13','\x07','\x2e','\x85','\xc5','\xc0','\xc8','\x13','\x67','\x74','\x71','\xcf','\xa5','\x90','\xad','\xda','\xbf','\x3e','\xa3','\x1a','\x4a','\x91','\x5d','\x1a','\x08','\x89','\x12','\xac','\x3f','\x9a','\xac','\xad','\x3b','\x55','\xac','\x19','\x67','\x0d','\x27','\xe4','\xad','\xcb','\xab','\xf9','\x4b','\xa7','\xd4','\x69','\x75','\xba','\x6f','\x5a','\x3d','\x05','\x0b','\x35','\xf6','\x7f','\x15','\xf3','\xe7','\xea','\x53','\xdb','\x4f','\xe2','\xa7','\xbe','\x93','\x88','\xd3','\xd6','\x77','\x52','\x05','\x45','\x9a','\x64','\x09','\xac','\x65','\xd0','\xaa','\x2a','\xd0','\x77','\x75','\xbb','\xcb','\xf9','\x2f','\xf9','\x05','\x47','\x6c','\xc2','\x35','\x6a','\x8d','\xb7','\xe4','\x3f','\xf5','\xd5','\x2b','\xa3','\xa1','\x3d','\xf0','\x8d','\xde','\x86','\x9f','\xb9','\x10','\x68','\x98','\x40','\x39','\x08','\xa0','\xeb','\x9c','\xd0','\xa9','\x62','\xde','\xa8','\x6c','\x77','\x42','\xd9','\x90','\xd4','\xe7','\xfc','\x8a','\xe3','\x4f','\xdd','\xe6','\xdc','\xe9','\x10','\xc9','\xa7','\x5f','\xd9','\x2c','\x98','\xa3','\xf6','\x2e','\x8f','\xf3','\x1f','\xf1','\x97','\xfe','\xde','\xb3','\xc8','\xf9','\x0f','\x0b','\x0f','\xa3','\x27','\x43','\x9e','\xea','\xa1','\x1d','\x5e','\x3b','\xed','\x9c','\x93','\xed','\x8b','\xb6','\x32','\xd3','\x7b','\x50','\x4d','\x6a','\x4f','\xaf','\x50','\x96','\xd3','\x8f','\xce','\x67','\xc2','\x80','\xf7','\x4b','\x55','\x2b','\xfb','\x7b','\x38','\x6b','\xbc','\xb8','\xa6','\xa8','\xaa','\xfe','\xd5','\x6c','\xe2','\xec','\x3e','\x53','\xc8','\xaa','\x66','\xbf','\xb9','\x2f','\xfb','\x37','\xa6','\x8e','\x76','\xbc','\xac','\x85','\xf4','\xc3','\x70','\xfd','\x03','\xf9','\x45','\xe5','\xfc','\xcb','\x6d','\xcd','\x7f','\x05','\xf3','\x6c','\x99','\x52','\x31','\x40','\x47','\xed','\xc8','\x6b','\xfd','\x54','\xa8','\x15','\x8d','\x5d','\x9e','\x29','\xc0','\xfa','\xac','\xf3','\xf9','\x69','\x31','\xd3','\x5f','\x9f','\x76','\xf1','\x3c','\x88','\x84','\x60','\x0f','\xed','\x81','\xb5','\x6e','\xa9','\xfd','\x61','\x2a','\x60','\xff','\x4b','\xeb','\x7e','\x1a','\x94','\x8f','\xa9','\xdb','\xcf','\x8f','\xa6','\xd6','\x3e','\xb8','\x0e','\xf4','\xf0','\x5f','\x94','\x23','\x0f','\xf6','\xeb','\xa8','\x39','\x06','\x94','\x35','\xa7','\x46','\xb5','\x81','\x53','\xbd','\xd2','\xca','\xe7','\x9e','\xdc','\xb0','\xdd','\xb5','\x48','\x93','\xbe','\x71','\x0f','\xbe','\x12','\xb9','\x22','\xee','\xd4','\x09','\x7a','\xb6','\x7e','\xa3','\x64','\x9e','\xda','\x35','\x2d','\x28','\x20','\xe1','\x29','\xbb','\x4e','\x9d','\x9d','\xde','\x35','\x1d','\x1f','\x49','\xe6','\x53','\xf6','\x2a','\x65','\x3b','\xd7','\x1f','\x9c','\xf8','\xd6','\xbd','\xa3','\x64','\xcd','\x49','\xd4','\x5a','\xe2','\xc3','\xff','\x50','\x4d','\x56','\x77','\x9d','\x8c','\xab','\xfb','\xaa','\xc2','\xce','\x95','\xd2','\xb7','\xcf','\xa6','\xef','\x5f','\x7f','\xf6','\x84','\xb9','\xcf','\xd3','\xa5','\xf5','\x6f','\xb0','\x10','\xdc','\x9f','\xdf','\x75','\xca','\xac','\x8f','\x46','\xb7','\xd6','\xbb','\xb3','\x86','\xa1','\x5e','\x8a','\xb6','\x7f','\xfd','\xb2','\x21','\x26','\xdf','\x59','\xbd','\x9a','\xcd','\x46','\xeb','\xc9','\x77','\x4e','\xe3','\x5a','\x02','\xf4','\xba','\x73','\x1b','\xae','\x1f','\xe8','\xa5','\x48','\xa4','\xf5','\xfc','\xea','\x23','\xd3','\x04','\xa9','\x32','\xe5','\xe3','\xd5','\x9c','\x5e','\xf5','\xde','\x1d','\x18','\x5f','\xfe','\x57','\xf2','\xad','\xf2','\xa6','\xfd','\xb6','\x68','\x17','\xef','\x13','\xc7','\x42','\x65','\x29','\xc4','\xed','\x1d','\xfd','\x62','\x44','\x1c','\x15','\x63','\xee','\x31','\xd1','\xb7','\x90','\xae','\xf5','\x10','\x11','\xc4','\x32','\x4a','\xc5','\x20','\xf7','\x9e','\xd0','\x0c','\xb5','\x30','\xea','\xe9','\x05','\x8c','\x8f','\xc6','\xfd','\xf1','\x66','\x39','\x6b','\x69','\x96','\x88','\xe8','\x81','\xf9','\x67','\xf3','\x3e','\x7e','\xac','\x10','\x14','\xd2','\x47','\xef','\x13','\xc6','\x84','\xe3','\x47','\x83','\x49','\x3c','\xfa','\x8f','\x46','\x84','\x51','\x21','\xd6','\x0e','\xcf','\x6f','\xda','\x27','\xd3','\x1e','\x62','\x26','\x94','\x7c','\x6d','\x98','\x80','\x76','\x54','\x1c','\x15','\xe3','\x42','\x11','\xf7','\x57','\x8d','\xe0','\x15','\x6a','\xda','\xd6','\xa7','\x3d','\x4b','\x2f','\x81','\xae','\x2e','\xeb','\xa1','\xbc','\x06','\x54','\x68','\x88','\xba','\x96','\x47','\xcf','\xd8','\x39','\x8c','\xf1','\x09','\xe4','\x8f','\x0c','\x27','\x8c','\x84','\x96','\xa0','\x47','\xb4','\x80','\xb1','\x92','\x08','\xc4','\x74','\x0c','\xa3','\x68','\xb4','\xf4','\x6b','\xbb','\xb6','\x97','\x8d','\xb9','\x1c','\x55','\xc8','\x0e','\xee','\xec','\x2f','\xf2','\xf6','\x85','\x8e','\x49','\x2d','\xfb','\x59','\xda','\x85','\xf6','\xbb','\x25','\xb4','\x96','\x4b','\x88','\x98','\x80','\xf8','\xbd','\xfa','\x54','\x7e','\xd1','\xbe','\x66','\x3b','\x7b','\x9d','\x31','\xbb','\xac','\x50','\xe2','\x67','\x2c','\xe2','\xe5','\x20','\x22','\x43','\x63','\x4b','\x7d','\x54','\x1d','\x79','\x45','\xf9','\xbe','\xf1','\x9d','\xd2','\x8b','\x34','\x82','\x87','\x16','\x01','\x0d','\x0c','\xf3','\x9d','\x95','\x7c','\x7c','\xd3','\x4c','\xa8','\x78','\x9f','\x94','\x22','\x16','\x3b','\xfe','\x53','\x6e','\xd7','\xfe','\x69','\xbf','\xc0','\xdb','\xef','\x1d','\x13','\x7c','\xfb','\xda','\x07','\xe3','\x9f','\x8a','\xef','\x3e','\x9f','\x22','\xe5','\x91','\xce','\x73','\x68','\x56','\xba','\x6d','\x66','\x83','\x14','\x0f','\xc5','\xd5','\x42','\x9c','\xfb','\xef','\x80','\x0a','\x0c','\xfd','\xe3','\xd7','\x9f','\xeb','\xe5','\x1a','\xcc','\x0a','\xff','\xfd','\x01','\xa0','\x99','\x00','\xcf','\x58','\xba','\x66','\x6e','\x88','\xfe','\x03','\xdf','\xad','\x41','\x1a','\x40','\x0a','\xe8','\x1a','\x9c','\x5d','\x1d','\x20','\x6b','\xfe','\x39','\x20','\x05','\x28','\xdf','\xb7','\x99','\xeb','\xa0','\xeb','\xe6','\x0e','\xd0','\x9b','\xe6','\x44','\x0a','\x1c','\x48','\x89','\xc3','\xec','\x44','\x2e','\x1d','\x76','\x59','\xf1','\x65','\xef','\x7b','\xe4','\x05','\xf7','\x05','\x11','\xd1','\x46','\x51','\x27','\x4e','\xb1','\x1d','\x1e','\x3e','\xdf','\xb7','\x7f','\xad','\xe5','\xbd','\x33','\x26','\x96','\x9a','\xbd','\xd1','\x2f','\xaa','\x0e','\xc8','\x6b','\x38','\xbe','\xdc','\xfa','\xbe','\xce','\xbb','\xcf','\x1c','\x33','\xc7','\xc6','\x8f','\x73','\xb4','\x5d','\xe8','\x9f','\x43','\x6a','\x2d','\xa6','\x6e','\x53','\x9a','\xf7','\x43','\xaf','\xa7','\x11','\x53','\x40','\x3d','\xee','\xfa','\x78','\xb9','\xfd','\x4a','\x24','\x34','\x6a','\xc6','\x8a','\xc7','\x84','\xaf','\xcd','\x3c','\xf2','\x7c','\xb4','\xd2','\x5e','\xf9','\xd0','\x4c','\xf4','\xfe','\xa8','\xfd','\x1f','\xdf','\x48','\x96','\x53','\xe5','\x3f','\xbc','\x4c','\x48','\xab','\x7e','\xdc','\x7f','\xc0','\x94','\x6b','\x7b','\xba','\x3e','\x05','\xeb','\x73','\x89','\x7b','\x7b','\x85','\xaa','\xb7','\x03','\x07','\xc4','\xf5','\xd9','\xa7','\x3f','\xf4','\x5f','\xc2','\x8c','\xf7','\x38','\x7e','\x9d','\x5c','\xf7','\x8f','\x4e','\x6e','\x98','\x8f','\x0b','\xf1','\xf6','\xc2','\xbf','\xb0','\xbe','\xde','\x38','\x3f','\x7c','\xea','\xc0','\xf1','\xdf','\x5b','\xb3','\x6a','\xdf','\xf4','\x10','\xa3','\x66','\x79','\xff','\xfa','\xd6','\xe3','\xa0','\x6b','\xf3','\x37','\x40','\xfd','\x39','\x7d','\x62','\x44','\x5e','\x73','\x7e','\x50','\x9a','\x1a','\xb1','\x95','\x92','\xa1','\xe5','\x0d','\x5a','\x78','\x98','\xc6','\x53','\x71','\xfb','\xe1','\x67','\x9b','\x3a','\xbc','\x41','\x0a','\x2d','\x7c','\x64','\x9e','\x07','\x41','\xd8','\xc2','\xed','\x46','\x84','\x4e','\x60','\x26','\xe0','\x41','\x8c','\x4f','\x0d','\x53','\x3c','\xfa','\x4e','\xbe','\x44','\xff','\x1d','\xfd','\xae','\x37','\x5d','\x53','\x6a','\x1b','\xfe','\x39','\x5a','\x57','\xea','\xa9','\xda','\x27','\x6a','\x86','\xe9','\x3c','\x8b','\xd6','\x31','\x26','\x3d','\xfa','\xdc','\xf7','\x6e','\xef','\x75','\x98','\xb4','\xbb','\x92','\x2c','\x7f','\x6d','\x7a','\xf9','\xf8','\x4a','\x3c','\x37','\x60','\x42','\x4d','\x64','\x26','\x9e','\x8a','\xd9','\x31','\x15','\x63','\x4d','\x81','\x7d','\xaa','\xc9','\xe9','\xe4','\xe4','\x4e','\xc7','\x19','\x97','\x74','\x93','\xe3','\x9f','\xef','\xf0','\xb2','\xa1','\xad','\x5e','\x9c','\x1e','\xf5','\x92','\xe5','\x64','\xf3','\xdc','\x59','\x76','\x9e','\xf6','\xfd','\x58','\x78','\x76','\x1b','\x6e','\x37','\xe9','\x16','\xe7','\xe6','\xac','\x25','\x1f','\xb3','\xd5','\x38','\xfb','\xf7','\x64','\xc6','\x42','\x13','\x5e','\x2a','\x54','\xce','\xac','\xa3','\xb7','\x66','\xfe','\x17','\x4d','\x7b','\xa8','\x91','\xad','\x25','\x5d','\xd0','\x13','\xef','\xc5','\xdf','\x52','\x61','\xfd','\xea','\x6b','\x68','\x79','\x8c','\x6f','\xd1','\xf3','\x79','\x50','\xfb','\x1c','\x4c','\xf6','\x66','\x5a','\xfa','\x33','\xe8','\x15','\xa6','\x0f','\x4e','\x59','\x53','\xa5','\x29','\x9e','\x7d','\x52','\xaa','\x8a','\xa6','\x20','\x32','\x55','\x53','\xf1','\x87','\x7d','\xdc','\x43','\x95','\xcd','\x45','\xef','\x2b','\x3c','\x1c','\xdc','\xcf','\x7d','\x1c','\xf4','\x1b','\x43','\xd7','\x9c','\xa0','\x78','\x1b','\xf0','\x76','\xc7','\x69','\x33','\x6e','\x89','\x6b','\x8d','\x84','\x33','\x09','\x92','\x95','\x64','\x8d','\x39','\x1b','\x56','\xbd','\xbf','\xfe','\x34','\xea','\xf6','\x8b','\xc0','\xd1','\x2e','\x25','\xd4','\x27','\xd5','\x0f','\x78','\xb7','\x08','\xd1','\xf9','\xe4','\xe4','\xe4','\x64','\xfb','\x7c','\xbb','\x90','\x6a','\x57','\x44','\x32','\xfc','\xcc','\xe9','\x94','\x11','\xd6','\xd0','\xf7','\x09','\x6d','\x81','\x77','\x7b','\x63','\xe4','\x78','\x43','\x76','\x10','\x21','\xb5','\xf6','\xb3','\xad','\xab','\x88','\xbe','\x53','\xd7','\xb6','\x05','\xaf','\x0c','\x9a','\xa6','\xf5','\x35','\xaf','\x4b','\xef','\x77','\x77','\x88','\x4f','\x8a','\x18','\x11','\xbb','\x99','\x5b','\x57','\x11','\xd7','\x56','\x73','\xa8','\x05','\xf5','\x23','\x4f','\xba','\x6d','\xe2','\xcd','\xf0','\xb6','\x84','\xeb','\xa0','\x0f','\x29','\xf0','\x43','\xd0','\x10','\x9c','\xed','\x1e','\xd4','\x9f','\xff','\x17','\xef','\xeb','\xca','\xf7','\x7b','\x49','\xe5','\xdf','\xa4','\xda','\x84','\xb6','\x79','\xab','\x9d','\xc1','\x13','\x9e','\xf7','\x52','\xb6','\x52','\x7e','\xc8','\x7b','\xb5','\xac','\xbd','\xa9','\xbd','\x7e','\xf0','\xcd','\x57','\xcb','\xca','\x9b','\xca','\xeb','\x70','\x96','\xeb','\xcf','\x19','\x45','\xdc','\x1f','\x75','\x9b','\xb6','\xfc','\xcc','\xa2','\x67','\x66','\x37','\x9b','\xf5','\xd1','\x0f','\x51','\x03','\xe1','\x7b','\x07','\x3e','\x17','\xcd','\xf8','\xf6','\x66','\x0b','\xbe','\x61','\x21','\xfa','\x03','\x08','\x88','\x98','\x20','\xa0','\x99','\xad','\x35','\x2b','\xb4','\xb8','\x6d','\xb7','\x03','\xa5','\xbe','\x7f','\x01','\x25','\x88','\x79','\xe6','\xf8','\xfb','\x55','\x13','\xf3','\xad','\x6f','\xdc','\x2a','\x5d','\x90','\xe2','\x28','\xff','\xc1','\x1a','\xec','\x22','\x02','\xa6','\x89','\x5e','\xb0','\xd4','\xf4','\x7d','\xfb','\xba','\xa7','\x2e','\x80','\xdc','\x25','\x48','\x22','\xdf','\x5f','\xf7','\x74','\xee','\x03','\x25','\x65','\xfd','\x7b','\xe1','\x6d','\x3d','\x6c','\xce','\xd2','\x79','\x7e','\x4a','\xac','\xff','\xf5','\xd6','\x6e','\x15','\x9b','\x60','\xb0','\x1a','\xa0','\xbe','\x45','\x6f','\x95','\x2f','\x24','\x63','\x8f','\x63','\x7e','\x4b','\x42','\xae','\xbb','\x74','\xb1','\x85','\x7c','\xfd','\xd0','\xa8','\xda','\xad','\xce','\xc2','\xfa','\x41','\x78','\x00','\xfa','\x75','\xee','\xe1','\x87','\x33','\x31','\xc3','\x29','\x13','\xb1','\xb1','\xe1','\x7e','\x39','\xbe','\x1a','\xba','\xcf','\x21','\xdc','\xb6','\xef','\xf7','\x00','\xb6','\x7f','\x1d','\xdf','\xf5','\xea','\x2e','\x22','\xba','\x14','\xe8','\xc7','\x79','\xf4','\x2f','\xc7','\xb6','\x05','\x2f','\x4d','\x20','\xf7','\xbf','\x84','\xdc','\xe8','\xd6','\x4b','\x17','\x44','\xdd','\xf7','\x5f','\x80','\xf2','\xab','\xc3','\x0a','\x51','\x81','\x62','\xc3','\xd9','\x6b','\x52','\x84','\x6b','\xfe','\x9b','\xa1','\xf5','\xd0','\x3f','\x5a','\x80','\x92','\xee','\xc0','\xac','\xeb','\x73','\x81','\xda','\x84','\x2a','\x2b','\x41','\xdc','\x4d','\x28','\x75','\x9f','\xba','\x20','\xc4','\x04','\x01','\xe4','\x37','\x42','\x6e','\x3a','\xdf','\x00','\x9d','\x1c','\xa4','\xc1','\x4a','\xdf','\xcf','\x1a','\x95','\x70','\x39','\x5c','\x56','\xca','\xf7','\x3c','\x77','\xa9','\x62','\x96','\x84','\x12','\xdc','\x4f','\x56','\xb8','\xf3','\x5c','\x17','\xc4','\x4c','\xbe','\xd7','\x3c','\xbc','\x2a','\xee','\x3d','\xc5','\x8b','\x45','\xa3','\x28','\xba','\x52','\x11','\x11','\x80','\x5d','\x51','\xad','\xa2','\x34','\xea','\xef','\x12','\xc1','\xc0','\xce','\x6e','\xb6','\x2e','\xfa','\xab','\xbb','\x4e','\xc4','\x0f','\x78','\x2e','\xc6','\x40','\xef','\x04','\x2e','\xf8','\xbd','\x09','\x26','\x7f','\x8f','\x1e','\x0c','\xd5','\x6e','\x56','\x2f','\x2a','\xa3','\x4c','\x3a','\x4d','\xb8','\x7f','\xc2','\x35','\xd7','\xb7','\x67','\xf4','\x79','\x0d','\xa9','\xf7','\x2c','\x7a','\x3f','\xdd','\x63','\xfe','\xe2','\xac','\x2e','\xf9','\x06','\x9e','\x66','\xff','\xf3','\x1d','\x81','\x09','\xd4','\x85','\xe5','\xe0','\x4c','\xb0','\xeb','\x56','\x7a','\x21','\x15','\x2b','\x07','\x56','\x63','\xce','\xf3','\x6b','\xae','\x6f','\xed','\x08','\x4b','\x57','\xf9','\x35','\x2c','\x7d','\xcc','\x9b','\x25','\x7a','\x09','\xe8','\x83','\xfb','\x87','\x5c','\x47','\x8f','\xa6','\x06','\x7a','\x11','\x65','\x1c','\x6e','\xd5','\x6e','\x50','\x76','\xab','\xdb','\xa4','\x40','\xa0','\x3f','\x68','\x95','\x10','\x11','\xc3','\x24','\x7c','\x1e','\x77','\x39','\x7b','\x53','\xea','\x73','\x43','\x15','\xa0','\x0f','\x60','\xc4','\xe2','\xea','\x56','\x39','\xc7','\xb1','\x26','\x0d','\x6e','\x6f','\x0d','\x6b','\x9b','\xa1','\xfe','\x86','\x82','\xf6','\x39','\x84','\x6f','\x46','\xcc','\x25','\x59','\xa4','\x8d','\x8c','\x8f','\xb9','\x0e','\xb3','\xb0','\xdb','\x9d','\x2d','\xea','\x3c','\x9b','\x29','\x61','\x01','\xe5','\x2a','\x2a','\xc3','\x16','\x73','\x7a','\xc5','\x86','\x02','\x77','\x83','\x46','\xac','\x68','\x43','\x40','\xdf','\x01','\xa4','\xef','\xe6','\xf3','\x55','\x5c','\xb9','\xc8','\x55','\xd7','\xd7','\x2b','\x37','\xbb','\x30','\xbe','\x64','\x85','\x6f','\x9f','\xe4','\x7b','\x37','\x7c','\x3f','\x80','\xd3','\x9f','\xcc','\x77','\x34','\x70','\x06','\xf9','\xf4','\x15','\x40','\xdf','\x3e','\xc4','\x16','\xf2','\x30','\x07','\x34','\x50','\x5a','\x25','\xe8','\x75','\x57','\x2f','\x84','\x62','\x1e','\x11','\x49','\x17','\xf6','\x2f','\xb4','\xbf','\x88','\x5c','\x7f','\xa2','\xf9','\x94','\x4e','\xaf','\x9b','\x5d','\xc4','\xbb','\xb1','\xfd','\xc3','\x37','\x9d','\x9e','\x07','\xfe','\x81','\x39','\x00','\x59','\xbe','\x91','\xef','\xf3','\xa0','\x1f','\x1a','\xf7','\x38','\x17','\x2d','\x83','\x49','\x3f','\xe3','\xfe','\x27','\x7e','\xfd','\x2a','\x61','\x49','\x39','\xd0','\x28','\xa1','\x65','\x28','\x32','\xdf','\xa4','\x2f','\xb4','\x2f','\xf5','\x00','\x7d','\x29','\x41','\x99','\x56','\x68','\x1e','\xa8','\xbf','\x29','\x1f','\xdc','\x2a','\x20','\x7d','\x05','\xbc','\x00','\xce','\x5f','\xca','\xa9','\xc6','\x55','\xd4','\x5e','\x6f','\x5e','\x55','\xdc','\xdf','\xa3','\x9f','\x93','\x8d','\xa2','\x5a','\x55','\x40','\x1b','\x61','\xd6','\x55','\x67','\xc3','\x06','\x76','\xba','\x97','\x0e','\x1d','\xf8','\x85','\xa3','\x0f','\x92','\xd3','\x37','\x11','\xf4','\x5f','\xb8','\x4a','\xfb','\x4e','\x81','\x46','\x4c','\x7a','\x4f','\xcd','\x4f','\x2a','\x0e','\x68','\x76','\xaf','\xde','\x53','\xbb','\x54','\x1b','\xad','\x49','\x0f','\x52','\x58','\x40','\x45','\x3a','\xef','\x29','\x18','\x02','\x57','\xde','\xe0','\xcd','\x97','\x15','\xf4','\xbd','\xf3','\xee','\xa1','\x17','\xe9','\x28','\x95','\xfc','\xfe','\x51','\x1b','\x35','\x18','\x35','\x8e','\xd8','\x7d','\x15','\xf5','\xf6','\xf3','\x8a','\x11','\xb1','\x87','\x9e','\xbf','\x20','\x0a','\x22','\xc8','\xff','\x30','\xff','\xa0','\x7f','\xfc','\x19','\x88','\xd9','\x71','\x9a','\x12','\x4a','\x37','\x41','\xfe','\xb3','\x38','\xff','\x79','\xcf','\x71','\xfe','\xc5','\xe5','\x09','\xa4','\x9e','\x18','\xf7','\xef','\x08','\xa8','\x01','\x75','\xbe','\xde','\xfb','\x2a','\x3c','\x1d','\xae','\x57','\x55','\xe8','\x3f','\x1a','\x0e','\x6d','\x0e','\x5d','\x9c','\x8c','\x27','\x85','\x0f','\x8a','\x0a','\xa1','\x37','\x95','\xdc','\x93','\x6a','\x55','\x3d','\xd3','\x57','\x0b','\xd3','\xab','\x5a','\x18','\xf4','\xbf','\xc8','\xf0','\xc7','\xd5','\x5f','\xaa','\xa3','\xd5','\xd5','\xa0','\xff','\x91','\xe1','\x15','\xa7','\x1b','\x86','\xa2','\xc2','\x3a','\xe9','\xa9','\xf1','\xf9','\xaa','\x32','\xa9','\x1e','\x65','\xf9','\xa1','\x06','\x70','\xaf','\x12','\xd9','\x7f','\xd3','\xf3','\x4b','\xf6','\xe7','\x68','\xa5','\x57','\x75','\x75','\xdf','\x9f','\x6c','\x68','\xf6','\x02','\xc8','\xcf','\x1d','\xfe','\x0c','\xcb','\x34','\xf4','\x5e','\x0f','\x84','\x8d','\xf1','\xde','\x33','\xf3','\xc0','\x09','\xe0','\xb3','\xfe','\xb1','\xea','\xc5','\xbd','\xa3','\xdf','\x17','\x53','\x6d','\xdf','\x0b','\xe8','\xc2','\xce','\xf9','\x03','\x8a','\xd1','\xbb','\x53','\x39','\xa0','\x54','\xaf','\xbd','\xa2','\x54','\x95','\x6a','\x9f','\x37','\x44','\x80','\xbe','\x25','\xde','\x7e','\x7e','\x3f','\xee','\x74','\x21','\xc2','\x3c','\xce','\xe3','\xde','\xc6','\x86','\x8e','\x8f','\xcd','\x5f','\x04','\x6d','\x1f','\x31','\x73','\x89','\x15','\x28','\xb9','\xcf','\x77','\xbe','\x43','\x27','\x83','\xe7','\xe4','\xc9','\x4c','\x15','\x39','\x71','\xe7','\x06','\x5a','\xeb','\x3e','\x34','\x0b','\x12','\x12','\xd9','\x4f','\x9c','\xc0','\x5b','\xae','\xd3','\x79','\x1e','\x38','\xb0','\x9d','\x55','\x5a','\x7e','\xbb','\xb7','\x02','\xfd','\xc6','\x5c','\x28','\x13','\x57','\x6a','\x37','\x9d','\xba','\x6a','\x22','\x26','\x58','\xa4','\x7e','\x75','\x5b','\x6f','\xd3','\x37','\xee','\x63','\xee','\x45','\x71','\xab','\x8b','\xf3','\x13','\x56','\x60','\x37','\x07','\xad','\x50','\xf4','\xd0','\xf8','\x02','\x26','\x28','\xac','\x8d','\x3c','\x8b','\xf1','\x6b','\x4a','\x7d','\xe4','\x27','\xca','\x24','\x59','\xa5','\x10','\xc5','\x35','\xf4','\xcb','\xb0','\x8a','\x1a','\xe3','\x68','\x37','\xfb','\x1f','\x35','\xe3','\x59','\xee','\x23','\x55','\x37','\x7e','\x62','\x4c','\x16','\x57','\x49','\x64','\x4d','\x46','\x62','\x39','\x96','\x60','\x0f','\x0e','\x25','\xb4','\x9c','\x96','\xdc','\xbb','\x0f','\x24','\xb9','\x4f','\x9b','\xe9','\x4f','\xed','\x7b','\x24','\x9d','\x3c','\xb1','\xca','\xdf','\x7f','\x8f','\x09','\x95','\x4a','\x48','\xeb','\x7d','\x9b','\x2c','\xf3','\x73','\xc1','\x18','\x17','\xc6','\xd7','\x87','\x86','\xf3','\x92','\xf8','\xb2','\x57','\x13','\xe0','\xb7','\x51','\x8f','\xd7','\x1a','\x2f','\x39','\xf3','\x96','\xc3','\x88','\xef','\x1f','\xc5','\xe9','\xbf','\x2e','\xfc','\x5b','\xf1','\x25','\x72','\xf5','\x7c','\x3d','\x55','\x4f','\xbd','\x9c','\x7a','\xe5','\xb9','\x46','\xe5','\x49','\x1a','\xf0','\xf9','\x03','\x48','\x08','\x88','\x16','\x5e','\xc2','\x4c','\xd4','\xc0','\xae','\x06','\xe1','\x8a','\x52','\x9e','\xcf','\x5a','\xf8','\xfe','\x41','\xb3','\x1c','\xbd','\xaf','\x83','\x18','\x61','\xd0','\x28','\x61','\xd0','\x32','\x1c','\xba','\x95','\x67','\xcd','\xf2','\x7c','\x49','\xdf','\x87','\xe5','\xd2','\x5d','\x73','\xa0','\x85','\x18','\x41','\x67','\x03','\x65','\x07','\x63','\xc5','\xc7','\x85','\x66','\xb9','\x5e','\xd2','\x53','\x66','\xca','\x5c','\x6b','\x0f','\x5d','\x04','\x2d','\x82','\x5b','\x09','\x99','\xae','\xeb','\xdf','\xf0','\x5a','\xf1','\x35','\x2a','\x9d','\xa6','\x5f','\xa8','\x81','\x2c','\x62','\x7c','\xae','\x5c','\x05','\xed','\x5e','\x9b','\x32','\x4b','\x29','\xe7','\x05','\xa9','\xf5','\xfe','\x6f','\xbb','\xe8','\xbd','\xbf','\x6e','\x68','\x93','\x64','\x4b','\xcf','\x0c','\xa1','\x95','\x3b','\xcc','\xf6','\x79','\xad','\xfa','\x05','\xc9','\x33','\x27','\xc7','\x42','\x7b','\x2a','\xc1','\xd0','\xdd','\xd5','\xb1','\x9d','\x25','\xf8','\x0f','\x72','\xe4','\xb8','\xf4','\xd4','\xaa','\xd6','\xfd','\xcf','\x9c','\xc4','\xbc','\x47','\xeb','\x4e','\x6e','\x22','\x76','\xe6','\x99','\x6a','\x48','\x55','\xb5','\x3e','\x90','\x19','\x8b','\xdb','\x96','\xea','\xbf','\xc7','\x4d','\xd1','\x20','\xdb','\xe2','\x81','\x24','\xd2','\x90','\xb9','\x86','\xba','\xb5','\x51','\x58','\x7c','\xff','\x33','\x6e','\xca','\x1c','\xa3','\x74','\xf6','\xae','\xae','\xfb','\xb7','\x41','\x39','\xf7','\x6f','\xdd','\xee','\xe6','\xc5','\x66','\xfd','\x61','\xdd','\x98','\x36','\x1f','\x32','\x23','\xb6','\x36','\xfd','\x87','\x5d','\xaf','\x6c','\x43','\x1c','\x68','\xb4','\xf2','\xe4','\x9b','\xad','\xdb','\xe2','\xbd','\xc0','\xbe','\xe0','\xf6','\xab','\x03','\xee','\x7e','\xf2','\x9d','\x06','\x7a','\x59','\x2b','\xa6','\x61','\x24','\xe2','\xf9','\x7c','\xa0','\x89','\x40','\xd7','\x7b','\xb2','\x5a','\x7d','\xa4','\x16','\x81','\x55','\xe4','\xb3','\xbf','\xad','\x81','\x76','\xab','\x58','\x86','\x99','\x30','\x40','\x7e','\xc3','\xfb','\xd9','\xc0','\xf0','\x4b','\xc6','\x23','\xb5','\xdb','\x41','\xc6','\xfb','\xfc','\xb6','\x97','\x86','\x3e','\x6c','\x45','\xb3','\x5a','\x09','\xc5','\x01','\xc7','\x5b','\xaa','\x9f','\x35','\xb5','\xfb','\x35','\x59','\xba','\xeb','\x35','\x6b','\xea','\xdb','\xd0','\xdf','\x61','\x35','\x12','\x1d','\x6d','\x77','\x1a','\x7e','\xb9','\x4c','\xbf','\x79','\x3e','\xad','\xed','\xc5','\xf6','\x57','\xf7','\x54','\x2b','\xd5','\x75','\x55','\x75','\x53','\x44','\xdb','\x36','\x55','\x64','\xfe','\xfb','\x23','\xb4','\xdf','\xfa','\xf7','\xd6','\xe7','\xce','\x6b','\xea','\xc7','\x2a','\x07','\x43','\xdf','\x9d','\xe9','\x0f','\xdd','\xe6','\x24','\xa4','\x5d','\x33','\x8e','\xe2','\xd7','\x7f','\xe0','\x54','\x6d','\xfa','\x0b','\xa7','\xb4','\xe9','\x81','\x53','\x07','\xa7','\xbf','\x7b','\x2a','\x12','\x82','\x4f','\xde','\x56','\xaa','\xcf','\x7e','\xa3','\x9b','\xe4','\xd7','\x7b','\xa1','\xea','\xba','\x93','\x95','\xea','\x9e','\x93','\xa1','\xea','\xdd','\x27','\xc7','\x18','\x48','\xb1','\x6c','\x9d','\x1b','\x65','\xbd','\x6e','\x9c','\x7d','\x85','\xc7','\x67','\x47','\xba','\x06','\x2a','\x2f','\x8e','\x7c','\x4e','\x53','\x0e','\x0e','\x9c','\x7a','\xa4','\xf6','\xdd','\x9a','\x32','\x32','\x50','\x53','\xb4','\x7d','\xa7','\x46','\x99','\x33','\x25','\x10','\xf1','\xf7','\x34','\xe4','\x40','\x73','\xa7','\x0c','\x8f','\x56','\x79','\xd3','\xc7','\x0e','\x74','\xdf','\xac','\x1b','\x2f','\xc6','\x8b','\xad','\x2b','\x9a','\x81','\x27','\x54','\xa3','\x9a','\xa9','\x19','\x6c','\xc2','\x23','\x7c','\x6f','\x8f','\x5a','\x99','\x14','\x4d','\xf5','\x94','\xe7','\xbe','\x1e','\x23','\x7e','\x7e','\xb3','\x45','\xbf','\x37','\xfd','\x31','\xcf','\x74','\x12','\x6a','\x52','\xf9','\x84','\x8b','\x5e','\x9d','\x84','\xa1','\xe4','\xd5','\x7b','\xf6','\xa8','\xb5','\xe3','\x7c','\xf2','\xc0','\x8e','\x99','\x44','\x68','\xbc','\xb2','\xeb','\x4a','\x22','\x94','\x38','\x9b','\x30','\x8f','\xda','\x3b','\x6c','\x71','\x1a','\x78','\xe9','\x61','\x65','\xef','\xd1','\x9f','\xef','\xf0','\x12','\x76','\x12','\xae','\xe3','\xd3','\x28','\xcf','\x9b','\x87','\xcc','\xda','\x11','\x78','\x0a','\xe1','\xda','\xb9','\x47','\x87','\x3c','\xbb','\x5c','\xae','\xd0','\x52','\xc6','\x85','\x9a','\x54','\x31','\x47','\x33','\x29','\xdd','\xaa','\x5d','\x30','\xe2','\x05','\x3f','\x7e','\xcf','\xdf','\xcf','\xc0','\xdf','\xfe','\xdf','\x98','\x4a','\x16','\xa3','\xdf','\xb9','\x7f','\x59','\x63','\xc4','\x89','\x3b','\xd3','\xb5','\x50','\x49','\x2a','\xd2','\x22','\xcb','\x9c','\xbe','\xa1','\xdc','\x8f','\x4c','\x09','\x52','\x3f','\x87','\x8a','\x1f','\x41','\xb3','\xbc','\x5c','\x84','\x23','\xe7','\x4a','\x18','\xe5','\x60','\xa9','\x53','\x31','\x5a','\xe0','\x7b','\x42','\x4b','\xdf','\xc0','\xf8','\xc4','\x9b','\x07','\x7f','\xfd','\x53','\x92','\x6f','\x21','\x1b','\xdf','\xfd','\x1a','\xc7','\x35','\x6e','\xc6','\xdf','\xe3','\xfa','\xe0','\x67','\x8b','\xc4','\xeb','\x76','\xcf','\xff','\xec','\xff','\xc5','\xe5','\x03','\x98','\xfa','\xe3','\x25','\x44','\xe6','\x39','\x22','\x26','\xc5','\x4f','\xcc','\x63','\xae','\x22','\x3c','\x8e','\x48','\x09','\x89','\xfb','\xcf','\x4a','\x64','\x78','\x62','\x96','\xdf','\x31','\x3c','\x3a','\xcb','\xef','\x1b','\xd9','\x8e','\xbf','\x51','\xbe','\x50','\x48','\x0f','\xf7','\x6f','\x65','\xc0','\xfd','\xcc','\x4c','\x71','\xd4','\x33','\x0a','\x19','\x9e','\xdf','\xdd','\xcf','\xf0','\xce','\xe5','\x0b','\xf4','\xdf','\x84','\xb1','\x49','\x8a','\x47','\x10','\xd5','\x4b','\xf5','\xaf','\x89','\x4b','\x47','\x16','\xfd','\x5b','\x03','\xde','\x04','\x19','\x25','\xa3','\xde','\x04','\xac','\x88','\xa3','\x19','\x7e','\xa5','\xa3','\xfc','\x7f','\x01','\x3f','\x7e','\xb1','\xe9','\xbf','\x79','\xa4','\x81','\xec','\xf7','\x31','\xee','\xbf','\x69','\x96','\x8e','\xc8','\x09','\xee','\xbf','\x09','\xf2','\x5f','\xe3','\xa8','\x94','\x94','\x76','\xdc','\x70','\x4d','\xb0','\x23','\x2c','\xa9','\x88','\x4a','\x57','\x4f','\xa0','\x48','\x0e','\x8e','\x0f','\x9a','\x67','\x77','\x88','\x18','\xa5','\x68','\x4e','\x1d','\x61','\x3b','\xdc','\x4f','\x60','\x3d','\x36','\x25','\xb4','\x96','\x7c','\x71','\xd4','\x48','\x68','\xf0','\xe4','\x86','\x9f','\xdf','\x15','\xaf','\x3b','\x1a','\xe3','\xa6','\xa9','\x07','\x74','\xbe','\xed','\x86','\x7e','\x8d','\xc4','\x74','\xc6','\x1d','\xa0','\x10','\x65','\x9c','\x70','\xfa','\x60','\x3e','\x75','\x11','\xec','\xc3','\xd2','\x78','\x3e','\xe1','\x25','\xe8','\x63','\xf4','\x13','\x6e','\x82','\x1e','\xa1','\x40','\x89','\x94','\xff','\xe6','\x34','\x0e','\x4f','\x38','\x39','\x5e','\x4c','\x48','\x09','\xef','\x31','\xf6','\x09','\x96','\xc8','\x1c','\x29','\x41','\xa9','\x87','\x56','\x94','\x84','\x16','\x30','\x02','\x85','\x2c','\x53','\x47','\xba','\xcc','\x85','\x1a','\xcf','\xfe','\xb1','\xed','\x46','\xdf','\x46','\xee','\xdf','\xc8','\x56','\xf0','\xfc','\x45','\xdc','\xbb','\x72','\x99','\x87','\x27','\xfe','\xc6','\xf5','\x8b','\xb0','\x9b','\xaa','\x73','\xb5','\x72','\xf9','\x78','\xe8','\x5d','\xe9','\xc4','\x95','\x67','\x85','\xff','\xd9','\x28','\x4b','\x65','\xe9','\x9b','\x8d','\x77','\xa5','\xe3','\x74','\x0d','\xf6','\x1f','\xb0','\x11','\xd1','\xec','\xf7','\xa8','\x89','\x59','\x60','\x6e','\x21','\x98','\x67','\x05','\xd1','\x88','\x9c','\xa2','\xe4','\xdb','\xf7','\x45','\xd2','\x73','\x7d','\x16','\xad','\x2e','\x8c','\x7e','\xdc','\x3b','\x20','\x1e','\x90','\xaa','\x54','\x65','\xaa','\x3e','\x9c','\x8f','\xe8','\xca','\xc8','\xfb','\x6b','\x7f','\x20','\xbf','\xa0','\xef','\x24','\xe8','\x1e','\x0a','\x1b','\x66','\x9f','\xf3','\x0e','\x1c','\xaa','\xd6','\xd4','\x5a','\x44','\xfd','\xb8','\xba','\x41','\xe1','\xfb','\x77','\xc2','\x4d','\x17','\xe7','\xe3','\xe8','\x58','\x1d','\x4f','\x1e','\x4d','\xee','\x7a','\x07','\xb7','\x5d','\xf1','\xe7','\x68','\x7c','\x67','\x5c','\x4c','\x4a','\x06','\x8c','\xff','\x5b','\x2e','\xd7','\x6b','\x98','\x33','\xec','\x7c','\xee','\xfc','\x01','\x07','\x57','\x07','\x15','\x3e','\xa3','\xa6','\x20','\x48','\xd0','\xc2','\x22','\x94','\x93','\x4e','\x0f','\xcb','\x0f','\xc0','\xf1','\x1d','\x0f','\xcb','\x3f','\x0e','\x9a','\x84','\x22','\xa1','\x7f','\x2a','\x41','\x4c','\x60','\xa8','\x41','\x18','\xde','\xf9','\x59','\xf7','\xb3','\xea','\x8b','\x6a','\xc4','\x45','\x6d','\x57','\x65','\xcc','\x5f','\xe4','\x74','\x37','\x43','\x8b','\x41','\x49','\xf1','\x86','\xcb','\x07','\xca','\x07','\xbc','\x2a','\x6a','\x13','\xf0','\x39','\x22','\x87','\xdb','\x05','\x31','\xa0','\xae','\xf4','\x16','\x38','\x16','\xb6','\x7f','\xff','\x8b','\x86','\x5a','\x8a','\x84','\xfa','\xbc','\x61','\xaa','\x72','\x78','\x21','\x90','\x20','\x4b','\x0d','\x94','\x3d','\x4b','\x7a','\x69','\x1c','\x34','\xfa','\x9f','\x54','\x92','\xcf','\xfa','\x1e','\xc4','\x66','\xe9','\x26','\xef','\xff','\xa0','\x7f','\x48','\xa0','\xe1','\x4b','\xfd','\xb1','\xc6','\x38','\xd9','\xe1','\xfd','\x3d','\xfa','\x7a','\xdb','\x3b','\x2b','\xc0','\x5d','\x0c','\x52','\x43','\xfd','\x85','\xbc','\x75','\x2d','\xa4','\x84','\x7a','\x67','\xe2','\xf6','\x63','\xbf','\xfa','\x89','\xbe','\xe3','\xad','\x64','\x08','\x31','\xa8','\x8e','\x82','\x2c','\xb1','\xd2','\x96','\xa6','\x41','\x3e','\xc8','\x36','\x74','\x15','\xa6','\x9b','\xee','\x1e','\xd1','\x3f','\x99','\xfd','\x09','\xf3','\xf9','\xd3','\x78','\x2d','\x81','\xf2','\x1d','\x5b','\x71','\x5e','\x48','\x5d','\x3b','\x0f','\x5a','\xc1','\xf9','\xb8','\x70','\xf4','\xdd','\x64','\xf9','\x27','\x70','\x26','\xe1','\x3c','\x5a','\xde','\x71','\xa7','\x20','\x08','\xab','\x96','\xe4','\xcb','\x98','\x7a','\x54','\x49','\x88','\x7f','\x2f','\x26','\xce','\x27','\x8d','\x4f','\xd8','\xe3','\xcf','\x27','\xb8','\x7c','\xd9','\x4e','\xee','\x7a','\x4d','\x91','\x3e','\xf6','\x1a','\x73','\xee','\x79','\x0d','\x73','\x3c','\x60','\x96','\x82','\x33','\xab','\xd6','\xcc','\x75','\xd1','\x83','\xdc','\x2f','\x19','\xe4','\xc3','\xb3','\xff','\x6b','\xa4','\xef','\x74','\x24','\xb4','\xfd','\xdc','\x9f','\x28','\xff','\x85','\xec','\x99','\xb1','\x30','\xff','\xae','\xf9','\x27','\xa6','\x6d','\x13','\x3b','\x30','\x2d','\xe9','\x39','\x8c','\x87','\xce','\x28','\xe2','\x48','\x46','\xd1','\xe1','\x8c','\x6f','\x18','\xe1','\x31','\xad','\x64','\x7d','\xe3','\xa0','\xb4','\xa6','\x41','\x9c','\x15','\xde','\x9c','\x03','\x4a','\x0d','\x28','\xb1','\x87','\xbd','\x73','\xe5','\x94','\x67','\x95','\xc7','\xbc','\x54','\xf9','\x4f','\xc5','\x94','\x27','\x18','\xc2','\xed','\x8c','\xf9','\xa8','\xc7','\x22','\x93','\x34','\xf4','\x00','\xdb','\xcb','\x2a','\xac','\x19','\x5b','\xa7','\x76','\x62','\xfe','\xae','\x66','\xf9','\x4a','\xd6','\xa6','\x06','\x47','\x36','\xb2','\xfb','\xd8','\x09','\xb6','\xd6','\x8f','\x2f','\x52','\xd7','\x61','\x39','\xf7','\xdf','\x6c','\x70','\x4f','\xca','\x4e','\x0f','\xfd','\x37','\x2b','\x7c','\x85','\x40','\x8a','\xe2','\xfe','\x3d','\x3c','\x42','\xa7','\xd1','\xf4','\xb4','\xfc','\x98','\x07','\xe5','\xec','\x86','\x72','\x89','\x7e','\x8b','\xce','\xc2','\x42','\x9f','\x07','\xee','\xec','\x0d','\x3a','\x7b','\x9d','\x8a','\x13','\xe2','\xfe','\xa5','\xe8','\x01','\x8c','\xf6','\x3b','\xb4','\x90','\x5e','\xc7','\x78','\x6c','\xd0','\x12','\x07','\x8b','\xf7','\x79','\x4f','\xf3','\xd8','\x9e','\x96','\x77','\x5f','\x58','\x02','\xda','\x97','\xae','\x4b','\x2b','\xd1','\x27','\xa3','\xb1','\x51','\xba','\x4f','\x3a','\x21','\xad','\x6d','\xf8','\xfe','\xab','\xeb','\x16','\xeb','\xdf','\x68','\x7a','\x16','\xa0','\xff','\xd1','\x89','\x96','\x77','\x29','\x97','\x44','\xc3','\x22','\x68','\xec','\xe2','\x75','\x71','\xa5','\x88','\x79','\x51','\x37','\xda','\x7b','\xad','\x8a','\x15','\xb2','\x68','\x8a','\x96','\xd1','\x3a','\xe4','\xdf','\x1f','\x54','\xaf','\x7b','\x2b','\x55','\x68','\xbf','\xbb','\x51','\xbd','\x4f','\x3d','\xa1','\xae','\x05','\x0d','\xc0','\xd7','\xe7','\xe1','\xfd','\x18','\x9f','\x66','\x01','\xef','\x67','\x7e','\x7c','\x29','\xef','\x3f','\xb5','\x65','\xc7','\x80','\xfb','\x79','\xfc','\xd4','\x55','\xa1','\xbd','\x40','\xdf','\x0d','\xc6','\x87','\xe2','\x7b','\xe6','\x2b','\xf1','\x60','\x0a','\x8e','\x77','\x7d','\xfc','\x14','\xe6','\x40','\x3b','\x40','\xc3','\x17','\x5f','\x93','\x6a','\xb4','\x76','\x97','\xf7','\x29','\xe1','\xe9','\x77','\xe5','\xb2','\x8c','\xe7','\x6a','\x59','\xe4','\xef','\x57','\xe9','\x08','\xf4','\x3f','\xcf','\xdb','\xba','\x51','\xbc','\x0f','\xea','\xbf','\x16','\xfd','\x96','\x50','\xce','\x46','\xef','\x04','\xee','\x7d','\xea','\x36','\x44','\x47','\x02','\xdd','\x72','\x90','\x40','\x39','\xaf','\x9f','\xef','\xdd','\xc4','\xfb','\x0f','\xe6','\x66','\x83','\x40','\xa9','\xd5','\xe9','\xdd','\xa3','\xd8','\xea','\x09','\xbf','\x74','\x53','\x10','\xdd','\x73','\x41','\x8c','\x42','\x8d','\xdc','\x8f','\x7e','\x61','\xc2','\x5d','\x8d','\x83','\xfa','\x77','\x71','\x3f','\xc5','\x63','\xa8','\x6f','\xd4','\xfa','\x9e','\x0d','\x34','\x23','\x1a','\xd0','\xbb','\xc2','\x10','\x0d','\xc3','\x54','\xf7','\x5d','\x31','\x43','\x4b','\xf8','\x96','\x12','\xeb','\xe6','\x08','\xf7','\x8b','\xe8','\xf6','\x1c','\x43','\xc7','\x47','\xb7','\xa7','\xb8','\xbd','\x76','\x68','\x7d','\xde','\x7f','\x82','\xef','\x93','\x77','\xfa','\x57','\xeb','\x97','\xc5','\x84','\x06','\xde','\x77','\xf6','\x4a','\xf9','\x6e','\x7d','\x8e','\xef','\x40','\xbb','\x24','\x38','\xb7','\x91','\x6e','\xe6','\xfe','\x2b','\xc7','\x79','\x7c','\xa8','\xbc','\x3a','\x44','\x16','\xdf','\xef','\x2e','\xbe','\xdf','\x6d','\xbe','\x9f','\xf7','\x80','\xa4','\x77','\x5b','\x73','\x26','\xee','\x9b','\xbb','\x3a','\x9d','\x1d','\x9a','\xfd','\x88','\x35','\x66','\xa5','\xcc','\x8a','\xd1','\x15','\xf7','\xe3','\x57','\xf9','\xfd','\x77','\x04','\xe7','\x7c','\x0f','\xf4','\xcd','\xde','\x26','\xc5','\x7e','\xc8','\x9a','\x3e','\xbe','\xe8','\x3f','\x2d','\x89','\xdd','\x3d','\xbf','\x99','\xa5','\x42','\x50','\x71','\x2b','\x94','\x6c','\x76','\x37','\x49','\x16','\xdd','\xed','\x95','\x7c','\xb7','\x6a','\x0b','\xca','\xcd','\x05','\x57','\x32','\x73','\xb0','\x40','\xe5','\xbe','\x7e','\x8c','\x8c','\xb8','\xc4','\xcc','\x02','\xa7','\xcf','\x0d','\x46','\x07','\x13','\xe6','\x93','\x8f','\x13','\x5e','\xbf','\xff','\xc9','\xf9','\x23','\x6a','\x89','\x9b','\xc5','\x8f','\x34','\x3d','\x48','\xd7','\x79','\x2d','\xff','\xcd','\xcd','\xe8','\x8f','\x81','\xb6','\x09','\x90','\x5b','\xef','\xf6','\x1e','\xd1','\xff','\xf0','\xad','\x69','\xbb','\x77','\x46','\x39','\xd8','\x77','\x16','\x26','\xd3','\x43','\x52','\xfe','\x56','\x58','\x4b','\xd6','\xba','\x3e','\xb2','\xfa','\x46','\x77','\xb3','\x7d','\x6f','\x74','\xc9','\x03','\x30','\x28','\xfa','\xf1','\xf1','\x4c','\x34','\xcc','\xae','\xc1','\xcf','\xec','\x0c','\xb0','\x80','\x98','\xe3','\x39','\x0f','\xd0','\x7a','\xba','\x7f','\xb5','\x8f','\x0f','\x83','\xfe','\xc5','\xa5','\x10','\x5b','\x16','\x59','\xb1','\xf4','\x69','\xa9','\x1c','\x11','\x6d','\xfd','\xbc','\x32','\xcb','\x3d','\x28','\xdf','\x6f','\x7c','\x96','\xee','\x5f','\xd5','\x3d','\xf4','\xb6','\x56','\xbb','\xbd','\x16','\xe5','\x87','\x56','\x4d','\xdb','\x0f','\x1c','\x2e','\xc8','\x7e','\xe9','\xf1','\x10','\x22','\x8f','\x29','\x52','\xdf','\xdb','\x51','\x33','\xec','\x6c','\xe0','\x39','\x58','\x30','\x06','\xf8','\x89','\x77','\x7d','\xfc','\x1a','\xec','\x27','\x1f','\xc1','\x06','\xc9','\x0a','\x23','\xd6','\x24','\x9c','\xef','\x7c','\x8f','\x1f','\x6d','\x33','\xd7','\x25','\x42','\xdb','\x5c','\x5c','\x98','\x80','\xf7','\xaa','\x96','\x3a','\xe6','\xa2','\xfd','\x4c','\x07','\xf9','\x09','\xc7','\x70','\x0b','\x48','\xeb','\xa3','\x52','\x9e','\x47','\x75','\x2d','\x97','\x6d','\x71','\x97','\x64','\xa9','\xbc','\x00','\x7d','\xd2','\xce','\xdb','\x84','\xd1','\xe8','\x5c','\x33','\x06','\xca','\xfc','\xdf','\x97','\x77','\xe4','\x57','\x80','\xf4','\xb0','\xfc','\xf9','\x3c','\xcf','\x1a','\x3f','\x7a','\x2a','\x73','\x8e','\xce','\xbd','\x87','\x96','\x97','\x67','\x5d','\xa9','\x28','\x39','\x52','\x09','\xce','\xe2','\xea','\xe2','\x5c','\x4d','\x2f','\xb5','\xca','\xcd','\xd2','\x09','\x09','\x73','\xcb','\xc8','\x06','\xc6','\x62','\x1d','\x30','\x42','\x06','\xa2','\x46','\x28','\xc6','\xe9','\x65','\xef','\x2f','\xe5','\xa9','\x3b','\x81','\x51','\x9e','\x45','\x6a','\x43','\xeb','\x8c','\x58','\x11','\xe5','\x33','\xc6','\xef','\xfe','\x6a','\x13','\x87','\x0d','\xc7','\x26','\xc7','\x73','\x10','\xb4','\x32','\x0c','\xb4','\x9e','\xff','\x55','\x6d','\x84','\x5b','\xde','\x46','\x54','\x45','\xc5','\x53','\x31','\x06','\x8c','\x39','\xc4','\xef','\x68','\x95','\x4b','\x98','\x5d','\x66','\xb9','\x64','\xe3','\xd3','\x2f','\x5b','\x56','\xba','\xa5','\x21','\xf0','\x58','\x72','\xf4','\xc0','\x3e','\xbb','\x41','\x3a','\x28','\x49','\x37','\x35','\xf0','\xfe','\xf5','\xbc','\x7e','\x18','\x47','\x36','\x62','\xf8','\xa7','\x6a','\xdc','\x71','\xff','\x1f','\x9b','\x61','\x1d','\xf9','\xdb','\x08','\x48','\x53','\xce','\xef','\xe1','\xe6','\x6d','\x99','\xeb','\xd8','\xbf','\x22','\x9f','\xc9','\x30','\x7d','\x04','\x9e','\x5f','\x58','\x86','\x30','\x76','\x63','\xfc','\x4c','\xeb','\xfd','\x94','\x85','\x87','\x63','\xec','\x49','\xb6','\xce','\x1b','\xc4','\x7d','\x24','\x16','\x1c','\x09','\x32','\x79','\x2a','\x94','\x5d','\x2c','\x87','\x59','\x05','\xda','\x88','\x49','\xc7','\x7b','\x4c','\x79','\x5c','\xe6','\xd1','\x86','\x49','\xb3','\x58','\x6c','\x95','\xfb','\x19','\x69','\x08','\xf1','\x29','\xb8','\x45','\xc5','\x30','\x3b','\x9a','\xbd','\xe3','\xf7','\x5e','\xab','\xcc','\xcf','\x38','\x83','\xf2','\x79','\xeb','\x7e','\x89','\xe6','\x34','\xc9','\x18','\x29','\x34','\x73','\xc9','\x78','\xf0','\x37','\xc5','\xd8','\xba','\x56','\x39','\x23','\xc1','\x86','\x2b','\x49','\x0d','\x2a','\xe1','\x1a','\x76','\x62','\x13','\xf7','\x7f','\x9d','\x46','\x0a','\xf5','\xcb','\x31','\x3b','\xcf','\xc2','\x48','\xd4','\x48','\x80','\xf8','\xe6','\x69','\x8a','\x76','\x80','\x76','\x81','\xae','\xfd','\xa3','\xc2','\xfb','\xcd','\x9f','\xc5','\xf6','\x91','\xfe','\x86','\x21','\xbd','\x06','\xcf','\x9f','\x00','\x6e','\x71','\x62','\x93','\x55','\xbb','\x55','\xbd','\x38','\xad','\xeb','\x7e','\xff','\xfd','\x75','\x56','\x56','\x3f','\xb4','\x49','\xae','\xfe','\x7e','\xfe','\x2e','\x1c','\x9f','\x8a','\x6e','\xeb','\x9f','\x46','\x1f','\x5b','\x1e','\x01','\x91','\x96','\xec','\x52','\xc9','\xf2','\x23','\x5c','\x3a','\x45','\x34','\x24','\x24','\xa1','\x6e','\xb7','\xb3','\x36','\xcf','\x63','\x5d','\xc0','\x8d','\xa2','\x56','\xd4','\x32','\x2d','\xc7','\x91','\xce','\xb6','\xa9','\xed','\x1c','\x3f','\x29','\x99','\x8f','\xe6','\x6f','\xcf','\x4b','\xae','\x57','\xec','\x2a','\x76','\x17','\xa3','\xc5','\xa8','\x6b','\xe6','\x9d','\xbc','\x94','\x97','\x30','\xfe','\x05','\xf1','\xdc','\x1d','\xdb','\xb9','\x6f','\xf1','\xf9','\x98','\xe7','\xa3','\xb4','\x14','\x5f','\x41','\x12','\x72','\x54','\x96','\xe4','\x05','\x35','\xaa','\x26','\x4c','\xa7','\x14','\x37','\xbf','\x6c','\x96','\xd5','\x4f','\xa9','\x03','\x65','\x45','\x8e','\xcb','\x05','\x1e','\x1f','\x0c','\xf7','\x93','\x4f','\xf3','\x18','\x8b','\x8d','\x2e','\x4a','\x08','\x7b','\xbc','\x12','\x91','\xab','\x72','\x2a','\x94','\xa2','\x18','\xdf','\x60','\x3d','\x6d','\xa5','\x33','\x7b','\x81','\xa5','\xba','\xde','\x5d','\x84','\x67','\x58','\x31','\x8e','\x63','\x4c','\x28','\x41','\xfc','\x2e','\xe0','\x00','\x4e','\xd8','\x7d','\x49','\xfa','\x52','\xaa','\xd7','\x6b','\x58','\x61','\xe7','\x4f','\x37','\x1c','\x3c','\xfd','\x32','\x65','\x07','\x7a','\x1d','\x36','\xc8','\x4e','\xf7','\xf1','\xf9','\xc3','\xf2','\xaa','\x37','\x4a','\xe6','\x09','\x75','\x81','\x1d','\xc3','\x45','\x84','\x99','\x9d','\x16','\xd2','\x42','\x1e','\xf5','\x3f','\xce','\x45','\x54','\x7d','\xb4','\xd1','\x30','\xa9','\xc9','\xcc','\x84','\xe9','\x9e','\x15','\x4d','\x52','\xb3','\xeb','\xe9','\xf6','\x02','\xe2','\xff','\xc0','\xb8','\x32','\x49','\xb5','\x0c','\xd6','\xa0','\x20','\xe3','\x2a','\xa6','\x8a','\xb2','\x10','\xc1','\x8c','\x5e','\x2c','\x8f','\xfc','\x05','\xe4','\x9b','\xf0','\x2c','\xee','\x86','\x36','\x60','\xbe','\xf5','\x82','\xe6','\xb1','\x54','\x7e','\xcc','\xf5','\x9f','\x1f','\x06','\xad','\xcf','\x74','\xe6','\x26','\x83','\xed','\xca','\x06','\x93','\xcb','\x1a','\x84','\xd5','\x18','\xcf','\x8e','\x85','\xa3','\x80','\xb0','\x21','\xfa','\x76','\xaf','\x01','\x92','\x00','\x73','\x13','\xc6','\x75','\x63','\xa5','\xc6','\xb3','\xdf','\x6a','\x45','\xd0','\x3f','\xd0','\x1a','\xcc','\xbc','\x08','\xd9','\xc6','\xae','\xb2','\xe0','\xed','\xe1','\xc3','\x3b','\xaa','\xd7','\xd5','\x95','\x9b','\x02','\x5a','\x5a','\x69','\xd6','\x1f','\x67','\xb9','\x1e','\x71','\x47','\xc5','\xab','\x3c','\x83','\x49','\xc2','\x45','\x59','\x25','\x80','\x58','\x59','\xe2','\x31','\x37','\xc0','\xf1','\xd7','\xc3','\xae','\x5f','\x3f','\xa8','\x3f','\xc1','\xfa','\xad','\x74','\xfd','\xfa','\x7d','\xc5','\xbb','\x31','\xff','\x4f','\xbb','\xc3','\xa3','\x6f','\xf3','\xab','\x10','\xd5','\x50','\x0a','\xb2','\x08','\x8d','\x4b','\xc1','\x22','\x3d','\xc8','\x06','\x35','\xd0','\xcf','\x60','\x95','\xf5','\xd8','\x54','\x82','\x5d','\x73','\xff','\x40','\x0d','\xa8','\x2f','\x6d','\x7a','\x49','\xe3','\xf5','\x87','\x95','\x9d','\x55','\x55','\xd0','\xfe','\xaf','\xba','\xcb','\xde','\xef','\xf2','\xf7','\x87','\x02','\x7c','\x7f','\xb9','\xd7','\x8b','\x0a','\x3b','\x0d','\x7e','\xbf','\x6e','\x96','\x1a','\xa5','\x36','\x1a','\x60','\x75','\xb5','\x1e','\x2f','\x7a','\x52','\x1c','\x63','\xb7','\x98','\xd3','\x2f','\x25','\xe6','\x90','\xe5','\x60','\xff','\xcd','\x2b','\x6d','\x87','\x49','\xed','\x25','\xb5','\xae','\x60','\xff','\xb6','\x50','\xeb','\xfc','\x73','\xc1','\x0b','\x59','\x9a','\xf3','\xdf','\x56','\x09','\xbc','\x86','\x6b','\x99','\x42','\xe1','\xfd','\x4a','\x58','\x89','\xaa','\xa6','\x35','\x07','\xd4','\x0c','\xe3','\xc3','\xae','\x82','\x24','\x26','\x68','\x35','\xab','\xe6','\x1c','\x13','\xe1','\x8b','\xdd','\xc1','\x59','\xc6','\x34','\x90','\xc9','\xe7','\x60','\x46','\x2a','\x71','\x53','\xbf','\xe6','\x49','\x4e','\x40','\xaa','\xbd','\x51','\x1b','\xcc','\x9b','\x81','\x22','\xf4','\x8f','\x12','\x9e','\x57','\x55','\x43','\xbb','\xe6','\x21','\x4c','\x99','\xe9','\x5e','\x2f','\xae','\x02','\xcd','\x18','\xad','\x55','\x79','\xd0','\x8f','\x31','\xfa','\x22','\x2c','\xf6','\x37','\x4c','\x09','\x56','\x69','\x9d','\x4d','\xef','\xd8','\xd4','\xd8','\x2b','\x55','\x56','\x6c','\xaa','\xa5','\x6a','\xa5','\xaf','\x58','\x84','\x4b','\xc1','\xe8','\x41','\xbd','\x4d','\xb9','\xb6','\x41','\xae','\xdf','\xe6','\xcd','\x2b','\xa0','\xb7','\x1f','\xd2','\x6a','\xe9','\x0d','\xf7','\x2a','\xd0','\x3f','\x5c','\xba','\x0d','\x8b','\x7c','\x7c','\x5c','\xf4','\xad','\x33','\x6b','\x2e','\x03','\xbd','\xa4','\x64','\x97','\xd2','\x72','\x41','\x16','\x57','\xdf','\x98','\x7f','\xb5','\xa8','\xbe','\xb7','\xff','\x51','\x7a','\x64','\x24','\xe2','\x19','\x16','\xdc','\x6f','\x43','\xff','\xd8','\xd7','\x5d','\xd1','\x22','\x3f','\x4b','\xdb','\xf7','\xa6','\xf2','\x16','\xb1','\xd0','\x7e','\xc1','\x40','\xa3','\x33','\x7e','\xd6','\x00','\xf9','\x0e','\xc6','\x97','\x5c','\x77','\x57','\xda','\x01','\xd4','\x01','\xec','\xaf','\x70','\xf9','\x76','\xcb','\xa9','\xb4','\xb1','\xa5','\xba','\xb6','\x6b','\xfd','\x5f','\x06','\xe2','\x02','\x5d','\x3f','\x2b','\xd0','\x9c','\xcb','\x8a','\x64','\xea','\x43','\xcf','\x7e','\x86','\xaf','\xde','\xab','\x3b','\xe6','\xe6','\x14','\x56','\x36','\x0c','\x20','\xe0','\x61','\xd5','\xf2','\xa8','\xec','\x59','\xd4','\xb6','\xcb','\x69','\xf9','\x7e','\xeb','\x00','\x43','\xff','\x75','\x46','\x6e','\xf3','\x92','\xca','\xbb','\x75','\xf9','\x4b','\x8a','\xb2','\xc3','\x43','\x04','\x91','\x80','\xf8','\x92','\xfb','\x12','\xa7','\x2f','\xa6','\xf7','\x36','\x74','\x73','\xbb','\x57','\x32','\xd1','\xeb','\x69','\xd4','\x7e','\xe6','\xfe','\x2b','\xc6','\x4d','\x6e','\xc8','\xf8','\xee','\xfd','\x2f','\xda','\x5f','\xb5','\x25','\x8c','\xdf','\xa0','\x61','\x2f','\xa2','\x8d','\x66','\xae','\x6a','\x41','\x2f','\x4c','\x13','\x99','\xeb','\xf6','\xca','\x4c','\xc0','\x7e','\x29','\x53','\x27','\x05','\x43','\x2c','\xb4','\xf8','\xed','\x96','\x46','\xb4','\x36','\xc2','\x4f','\x29','\xbf','\x9e','\x2c','\x8d','\x6f','\x4c','\xd2','\x4b','\x8f','\x79','\x53','\xa5','\x5e','\x57','\xa9','\x5c','\xeb','\x46','\xeb','\x6f','\x5d','\x7c','\xd9','\xad','\x49','\x3f','\xf4','\xfe','\x5e','\x22','\x35','\x42','\x81','\xe3','\xc1','\x7a','\xb3','\x05','\xfa','\x78','\xfd','\xdb','\xcd','\x5d','\xfe','\x46','\x87','\x74','\x37','\x8f','\xce','\xc4','\xdd','\x29','\x94','\x1b','\xfc','\x1d','\x68','\xe4','\xf7','\x22','\xb9','\x09','\xb3','\xd1','\xe8','\xfb','\x79','\x76','\xbf','\xae','\xae','\xd9','\x55','\x12','\x3a','\xca','\xea','\xbe','\xb4','\x89','\xeb','\x1b','\x22','\x9f','\x8a','\x25','\xb1','\x2a','\x9d','\xa4','\x05','\x56','\x38','\x9d','\x45','\x7c','\x1b','\xc5','\x90','\xd5','\x55','\x1d','\xb7','\x6c','\x7a','\xe8','\x0c','\x68','\x64','\xf0','\xfd','\x1c','\xdf','\xa9','\x6d','\xae','\xaf','\x24','\xf8','\x96','\x06','\xeb','\xdd','\x56','\xbb','\xf4','\x9f','\x40','\x5b','\x36','\xdc','\x9d','\xe2','\x4c','\xdb','\x01','\x84','\xf7','\xa0','\x46','\xd0','\x26','\x0e','\xd2','\x37','\xe8','\xb6','\x25','\x6d','\xff','\xe7','\x9f','\xfd','\xd7','\xab','\x5e','\x7e','\x4d','\x73','\xa2','\xb5','\xfe','\x67','\xfb','\x9f','\x05','\x09','\xc8','\x51','\x6a','\x61','\xda','\x7a','\xbe','\xff','\xf4','\x36','\xf2','\xde','\x75','\x32','\x03','\xab','\x50','\x48','\x53','\xcd','\x9c','\x1b','\x13','\x6f','\x5c','\xa3','\xfc','\xf5','\x8b','\x10','\xef','\x32','\x51','\x60','\xe9','\xad','\x67','\x1e','\x26','\x8a','\xa7','\x14','\x36','\xd4','\x1f','\x29','\xff','\x95','\xa7','\x94','\xf1','\xa8','\x3f','\x0e','\xc4','\xe8','\x5d','\x2e','\xe0','\xff','\xeb','\xde','\xc3','\xf8','\x9b','\x6e','\x28','\x3f','\x62','\xff','\x55','\x19','\x37','\x39','\x14','\x5a','\xa7','\x06','\xb4','\x58','\xda','\x72','\x56','\xa0','\x82','\xca','\x73','\x41','\xd2','\x35','\x8d','\x2e','\xaa','\x35','\xfd','\x28','\x60','\xd1','\x41','\xfb','\x18','\xc8','\xe9','\x2e','\x2c','\x75','\xe3','\x30','\x3f','\x11','\xc7','\x69','\x88','\x6e','\xa2','\x36','\x2d','\x35','\xe5','\x03','\xdf','\xbb','\x01','\x65','\xcf','\x23','\x3c','\x0a','\x05','\x75','\xb8','\x8f','\x2a','\xa9','\x68','\x6a','\xbe','\xdc','\x2e','\x0b','\x32','\x50','\xd8','\x42','\x5e','\xc9','\x2a','\xd2','\x08','\xf7','\x59','\xf6','\xaf','\x7d','\xce','\xbc','\x14','\x97','\x04','\x49','\xe0','\xf9','\xbb','\x50','\x62','\x11','\xb8','\x3f','\xce','\x96','\xc6','\xd9','\x0d','\xad','\x99','\xde','\xd6','\xc8','\x36','\xe3','\x63','\x17','\x32','\xe8','\xeb','\x39','\x6c','\xa8','\x1e','\xbf','\xc2','\xef','\x3b','\x0c','\x84','\x89','\x07','\x75','\xc3','\x06','\x4e','\x9d','\x1f','\xce','\x47','\x48','\xc4','\xfd','\xa8','\x78','\xbb','\x18','\xb9','\x14','\x51','\x3f','\xac','\x7e','\x44','\xc5','\xdf','\xe8','\x1f','\x63','\x6b','\x0e','\x25','\x6c','\x18','\x77','\xd4','\x9d','\x88','\x38','\x22','\xa3','\xdd','\x24','\xe2','\x0c','\xa3','\xfd','\xc4','\x88','\x38','\x06','\xb5','\xf7','\x7f','\x2d','\xcf','\xcb','\x19','\x5a','\x24','\xf0','\x37','\xe6','\x42','\x81','\xdf','\x3a','\xe6','\x3f','\x19','\xf5','\xec','\x82','\x43','\x88','\x3e','\xac','\xab','\xe3','\x70','\xbf','\xd5','\x7c','\xce','\xaa','\x61','\xcc','\x0c','\xe6','\xa8','\x1c','\x9f','\xc5','\x71','\x88','\x3e','\xce','\xfd','\x0b','\x5a','\xf6','\x2f','\x1e','\x5b','\x0b','\x47','\x42','\x4e','\xc8','\xc9','\xd5','\xdf','\x22','\xc4','\x19','\xe7','\xe8','\xda','\x68','\x9f','\xda','\xd5','\xb2','\x10','\xf9','\x36','\x22','\xb8','\xfe','\x99','\x48','\x38','\xba','\x00','\x46','\x1e','\x70','\xfb','\x97','\x93','\x10','\x8f','\xce','\xfb','\xd1','\xba','\x88','\xd6','\xf4','\xe7','\x22','\x3c','\x7f','\x2a','\x41','\x93','\xd2','\x27','\x7e','\x3b','\x4e','\x76','\x9c','\x49','\xda','\x49','\xfb','\xb1','\x19','\xbc','\xee','\x98','\x49','\x1a','\x49','\xfb','\xb9','\xb3','\x84','\x7d','\x5c','\xe5','\xde','\x80','\xee','\xb0','\x9f','\xc9','\x45','\xff','\xb8','\xeb','\xe3','\x5f','\x8d','\x02','\x07','\x78','\xb2','\x83','\x90','\x8f','\xbf','\xc5','\xff','\x7e','\x6b','\x18','\x7a','\x49','\x05','\x4e','\x32','\x9c','\x57','\x5d','\x55','\x5c','\xea','\x1f','\xb4','\x5b','\x61','\x7c','\xf8','\xd1','\x2b','\xc9','\xca','\x0e','\xc4','\x1f','\x6b','\x24','\xa4','\x04','\x3f','\x4d','\xf2','\xe7','\x1e','\x69','\x0c','\x63','\x6b','\x1b','\xea','\xd2','\x73','\xb0','\x97','\x0e','\xa9','\xb5','\x51','\xf5','\x5e','\x05','\x58','\x43','\xb3','\xfd','\xd0','\x2e','\x33','\x69','\x25','\xdc','\x1d','\xcd','\x4c','\xc2','\xdc','\xda','\xeb','\x60','\xfb','\x1e','\xf3','\x92','\x93','\xf8','\xb9','\xf5','\x7f','\xff','\x37','\xf4','\x51','\x25','\x21','\x3f','\xb7','\xba','\x0d','\x28','\xae','\x19','\x61','\xed','\x9f','\x8c','\x54','\x40','\x43','\xd1','\x05','\xd6','\xd1','\x73','\x48','\xc4','\xf9','\xbb','\x9c','\xff','\xa3','\x07','\xcb','\x5f','\xbb','\x3c','\x0e','\xb2','\x29','\xeb','\xa2','\xfe','\xf5','\x45','\x6e','\x9f','\xe5','\xd8','\xd0','\x5e','\xd3','\x3e','\x29','\x8d','\xb6','\x4f','\x24','\x47','\xff','\x32','\x20','\xc3','\x9a','\x72','\x6e','\xdc','\x4e','\x98','\x07','\x27','\xef','\x13','\x93','\xf3','\x2e','\x8f','\xae','\xfe','\x3c','\x68','\xc9','\x09','\xd1','\x84','\xf1','\x78','\x96','\xe3','\x9f','\x6a','\x19','\xcf','\x88','\x3a','\xd1','\x8c','\x67','\xd7','\xe0','\x58','\xc8','\xf4','\xeb','\xfd','\xfa','\x87','\xe3','\xc9','\xb8','\x39','\xf2','\xbe','\xe1','\x45','\xc4','\xc7','\xe9','\x04','\x89','\xa2','\xe9','\x87','\x86','\x19','\xc8','\x31','\xa6','\x81','\x1b','\x86','\x41','\x3e','\x6f','\x95','\xa3','\x2b','\xf9','\x1a','\x98','\x49','\x61','\x29','\x46','\x7c','\xfd','\xcb','\xf7','\xbf','\x59','\xca','\x2a','\x86','\x72','\x2f','\x6a','\x1c','\x2b','\xc8','\xca','\xfd','\x6d','\x5d','\x1b','\xc5','\xbf','\x11','\x70','\x6e','\x2c','\x3d','\x3f','\xa7','\x0b','\x98','\x8b','\x49','\x5f','\xa3','\x03','\xc3','\x45','\x67','\xf4','\xb8','\x36','\x42','\x17','\xb3','\x8d','\xb5','\x31','\xe1','\x5f','\xd4','\x5f','\x96','\xca','\x5b','\x76','\xf0','\xc5','\xdc','\x08','\x1c','\xff','\x66','\xe9','\xfd','\xbe','\x4e','\x14','\x5c','\x8c','\x96','\xf1','\xf3','\x17','\x2c','\xbf','\x7f','\xc1','\x5b','\x6e','\x4d','\xf7','\x33','\xbc','\x2d','\x66','\x33','\x23','\xeb','\xf0','\xff','\xf4','\x33','\xec','\x85','\x61','\xf4','\x6e','\x46','\xff','\x6f','\x55','\xd3','\x96','\x3d','\x1f','\x77','\xc0','\x6f','\x37','\xe6','\xb8','\x79','\x5b','\x2d','\x6a','\xc5','\x8d','\xa2','\xa2','\x89','\x8b','\xe5','\x88','\xba','\x23','\x62','\x3c','\xb4','\xc5','\xd8','\x7f','\x6b','\x70','\xd1','\x5a','\x02','\x1e','\x28','\x2d','\x95','\x93','\xf1','\xf5','\x53','\x32','\xcf','\xde','\x24','\x53','\xb9','\xa4','\x98','\x4a','\x6d','\xab','\x5a','\x10','\x96','\xd7','\x9f','\x94','\xa4','\x92','\xa9','\x9a','\x71','\xb3','\xf0','\xa4','\xd0','\x8c','\x6e','\x59','\xac','\x1f','\xc7','\xf7','\x32','\x45','\x73','\x7d','\x23','\xa4','\x2f','\xa1','\xf3','\xe8','\xfa','\x52','\xfb','\x5a','\x7b','\x04','\x01','\x29','\x40','\xfc','\x4c','\x69','\x30','\x1e','\xa2','\x5f','\xde','\xce','\xfc','\x2c','\x77','\x79','\x71','\xb9','\x0e','\x89','\xfa','\xe3','\x62','\xfd','\xc4','\x5c','\x11','\x43','\x32','\xd6','\xab','\x61','\x75','\x4c','\x6d','\x57','\x45','\x51','\x12','\x07','\x43','\xa7','\x17','\xeb','\xcf','\x9f','\xc0','\x75','\x27','\xd5','\x34','\x0c','\x21','\xef','\xe7','\x2d','\x44','\xff','\xa5','\xd6','\xf3','\x71','\x75','\xc2','\x72','\x5e','\x4f','\x1c','\x69','\x58','\x41','\xf6','\x0f','\xfb','\xe5','\xfe','\xe8','\x22','\xc5','\xfc','\xc3','\xaf','\xfc','\x1d','\x89','\x56','\x1e','\x89','\x16','\x7d','\x20','\xce','\x8b','\x4e','\x1c','\x8c','\x72','\xe7','\x7e','\x88','\xad','\xf8','\xcd','\xd6','\xfb','\xfd','\x3a','\xe7','\x1a','\x1c','\xe1','\x1d','\xe8','\x53','\x28','\x8a','\x3b','\x97','\xde','\x8f','\xfd','\xbb','\xa4','\x1f','\x72','\x0d','\xd1','\x88','\x1b','\xc9','\xca','\x57','\x97','\xfa','\xbf','\x91','\x23','\x0a','\x0d','\x32','\xbe','\x3e','\xc2','\xff','\xba','\x31','\x9f','\xd8','\xa1','\x43','\x52','\xab','\x7e','\x88','\x8a','\x14','\xb8','\x71','\x77','\x94','\x53','\xc8','\xd2','\xf3','\x97','\x30','\x70','\xb6','\xf8','\xd1','\x11','\x1c','\xbf','\x68','\xa9','\xfd','\x4b','\x5a','\xfe','\x72','\xfb','\xcf','\x8d','\xf7','\xff','\x3e','\x7e','\xed','\x7b','\xeb','\xb7','\x65','\x16','\xe9','\x7e','\x69','\x7c','\x96','\xcd','\x3f','\x71','\xa1','\xea','\x63','\x48','\xef','\x50','\xbb','\x51','\x1b','\x11','\x31','\xbf','\xd2','\x8d','\xe3','\x5b','\x12','\x7b','\x40','\x4f','\x54','\x1d','\xbb','\x26','\xf1','\xdd','\xa0','\xfd','\x99','\xc5','\xfe','\xe5','\xb9','\x69','\x65','\xd0','\xfd','\x94','\x4c','\x53','\x3f','\x37','\x94','\xcc','\x69','\xa3','\x55','\xce','\x08','\x46','\x74','\xe7','\xa5','\x1d','\x67','\x93','\xa6','\x6c','\xfe','\xe2','\x2c','\x08','\xa2','\x12','\xfa','\xef','\x2f','\xd2','\xe7','\x62','\x9e','\xc5','\xe5','\x7b','\xc8','\x4c','\x5a','\x9a','\xdf','\xeb','\x67','\x75','\x63','\xac','\x92','\x50','\xb7','\x9e','\x19','\x35','\x12','\x6a','\x3a','\x14','\x6f','\xd2','\xdf','\x0d','\xd4','\x37','\x07','\x34','\x82','\x19','\x52','\x41','\xd1','\xf5','\x39','\xe6','\x62','\xfb','\xd8','\x7b','\x25','\x65','\xa4','\xa5','\xa5','\xfe','\x15','\x9b','\x6f','\xf5','\x91','\x61','\x29','\xc7','\x86','\xc5','\x63','\x71','\xfc','\x78','\x9c','\x27','\x62','\x8a','\x8f','\x1a','\x2b','\xf2','\x4b','\xf1','\xb1','\xbe','\xbc','\xb3','\xb2','\xe5','\x67','\x09','\xfd','\x7a','\x53','\xa3','\x5b','\xfa','\xdc','\xa2','\x7c','\xe5','\xbf','\x3f','\xa4','\x33','\x09','\x6b','\xeb','\xa3','\x52','\x2d','\xb7','\x0f','\x2d','\xd2','\xef','\xbf','\x90','\xa7','\x85','\xd3','\x7c','\xb3','\xfe','\x6d','\xb4','\x5d','\x5a','\xe7','\x6e','\xa4','\x29','\xa9','\x52','\x0c','\x36','\x3a','\xa5','\x50','\x89','\xee','\x0f','\x3e','\xfb','\xc1','\x55','\x8b','\xfd','\xa3','\x11','\x95','\xef','\xc4','\x56','\x15','\x75','\xa0','\xa6','\x3e','\xfb','\x61','\x39','\x1e','\x1d','\xdd','\xe6','\x14','\x9a','\xa3','\x03','\xda','\xe8','\xd6','\x39','\xad','\x14','\x94','\xbf','\x24','\x87','\x56','\x07','\xf9','\xfb','\x6f','\x1e','\xbc','\xb0','\x7a','\x89','\x7e','\xc2','\x7a','\x90','\xc9','\xa4','\xe0','\x6e','\x23','\x9f','\x72','\xd0','\x3a','\x70','\xd1','\x42','\xcf','\x00','\x85','\xe7','\x09','\x58','\xb8','\x18','\x6c','\x27','\xed','\x8f','\xf1','\xad','\x8f','\xc5','\x2b','\xf0','\xff','\x97','\x93','\xa1','\x62','\xeb','\xfe','\x18','\x08','\x59','\x88','\x3a','\x9e','\x68','\xe2','\xf8','\x06','\x81','\x8b','\xe9','\x95','\x63','\x92','\xdf','\x3a','\xc2','\x65','\xb5','\x32','\xd9','\xdd','\xb0','\xd1','\x9e','\x82','\x9e','\xba','\xdc','\x23','\x69','\xe7','\x52','\xfd','\x3b','\x26','\x90','\x66','\x9d','\xe0','\x1c','\x65','\xdd','\xc6','\xff','\xe4','\xf1','\xbf','\x29','\x85','\xed','\x6f','\x3d','\xbf','\x95','\x83','\x78','\x29','\x97','\x88','\x3f','\x7e','\xef','\xb7','\xfe','\xdc','\x40','\x1f','\xc6','\x88','\x4e','\x32','\x59','\x67','\xad','\x15','\x62','\xa1','\x94','\x3a','\x89','\xfe','\xc7','\xad','\xd9','\xef','\x63','\x9e','\x21','\x05','\x04','\x9b','\x59','\x9e','\x10','\xff','\x6b','\x7c','\x68','\x89','\x3f','\xaa','\x19','\xb5','\xf6','\x71','\x4b','\xd4','\x44','\x73','\x02','\x77','\x70','\x80','\x91','\x1a','\x52','\xb1','\x6b','\xb1','\xfe','\x3c','\x63','\xc9','\x98','\xfb','\x19','\x8e','\x2d','\x9b','\x70','\x0f','\x1e','\xb2','\xb8','\x87','\xab','\xdf','\xfe','\xf7','\x48','\xa6','\x40','\x0b','\x82','\x98','\x90','\x4c','\xf5','\x89','\x4b','\xcd','\xd9','\x49','\x17','\x2c','\x9a','\xe9','\x2f','\x7d','\x92','\x3e','\x9d','\x89','\xd0','\xff','\x4c','\x43','\x9e','\xaa','\x9f','\x19','\x0c','\xad','\x96','\x88','\xff','\x74','\x51','\x1f','\x71','\x95','\x22','\x70','\x1f','\xf4','\x6c','\xd7','\x47','\xbc','\x5e','\x45','\x39','\x17','\x9f','\x4c','\xbe','\x5b','\xec','\x68','\xbd','\xbd','\x43','\xff','\xa2','\x1f','\x47','\x6d','\x6c','\x74','\x87','\x2c','\xbb','\x34','\xd6','\xb4','\xb1','\xfa','\xe5','\x23','\x1a','\xf2','\x2c','\xcc','\xc1','\xa6','\x30','\xf8','\x0c','\x0b','\xa3','\x22','\x0f','\x44','\xdf','\xdd','\x16','\x2f','\x2c','\x8e','\x3f','\xe9','\x3b','\x6f','\xa7','\x9e','\x99','\xb9','\xb4','\x57','\xb5','\xf7','\x9c','\x3b','\x21','\x5f','\x79','\x2e','\x62','\x6f','\xa3','\x45','\xba','\xd4','\x3f','\xf8','\x69','\x39','\x97','\x01','\x09','\xa1','\xfc','\xc4','\xbb','\x8b','\xf3','\xdb','\x1d','\x56','\x0d','\xe3','\xd4','\x53','\x51','\x6b','\x24','\x13','\x2d','\x8d','\xd0','\xa8','\x17','\xa5','\x71','\xfa','\x78','\xf3','\xfe','\x16','\x9a','\x3a','\x66','\x90','\xbe','\x31','\x7f','\xb4','\x5f','\x3e','\xd2','\x90','\xcd','\x76','\x4d','\x36','\xa5','\xdf','\xb3','\x83','\x2d','\xf6','\x1f','\x8c','\x4e','\x40','\xf2','\xf3','\x4e','\xa1','\x5f','\xac','\xbf','\x83','\x8c','\xf7','\x62','\x79','\xce','\xb3','\x94','\x5a','\x68','\xa4','\xc1','\x25','\xe8','\xc6','\x48','\x5e','\x71','\x3d','\x51','\x86','\xf5','\xf3','\xa7','\xfe','\xfb','\xa7','\xba','\xe7','\x7e','\x43','\xe5','\x06','\xad','\xb9','\x70','\x6e','\x74','\x9b','\x36','\x6e','\x17','\x98','\x55','\xcf','\x52','\xfd','\xd0','\x8b','\xe5','\xff','\x3a','\xfc','\xde','\x1a','\xf8','\xe5','\x5f','\xee','\x48','\x1f','\xfa','\x32','\x48','\x0c','\xb9','\x6c','\xc2','\xc4','\x6c','\xce','\x39','\xdc','\x8d','\xe4','\x79','\x47','\xfd','\x72','\x85','\x6c','\x7f','\xcb','\xc9','\xaf','\x3b','\x1d','\xc9','\x7e','\xee','\xec','\x8b','\x26','\xc6','\xab','\x0f','\xbc','\x0d','\x92','\x44','\x4d','\xb5','\x16','\xfb','\x67','\xb8','\xf3','\xf4','\x75','\x83','\xd4','\x8e','\xb8','\x44','\x7f','\x0c','\x78','\xcb','\x78','\x23','\x61','\x1e','\x1d','\x34','\x7f','\xfa','\x7f','\x42','\xbf','\x12','\xf3','\xd7','\x32','\xdf','\x46','\xd7','\x42','\xe2','\x14','\x4b','\xdd','\xfb','\x3f','\xd7','\x8d','\xe5','\x1a','\xdb','\xc2','\xf4','\x91','\x53','\x66','\xb4','\xb6','\xa0','\x25','\xd1','\x0e','\xb7','\x6d','\x7d','\x1e','\x35','\xc4','\x20','\xed','\x6d','\xd6','\x8f','\x58','\x9e','\x49','\xbd','\x60','\x29','\xe3','\xda','\x25','\xdb','\xfd','\x57','\x25','\x44','\x39','\x18','\xb5','\x27','\xa2','\xdb','\xa2','\xb0','\x0e','\xe0','\x78','\x78','\x61','\x21','\x3c','\x37','\x80','\xee','\xb5','\x84','\x75','\xf7','\xcd','\x62','\x6c','\x10','\x0a','\x22','\xdf','\xf6','\xde','\x5b','\x1e','\x66','\xfd','\x6a','\xbf','\x8a','\xf9','\xd5','\x63','\xdc','\xbf','\xa5','\x59','\x2a','\x0e','\xcc','\x85','\x05','\x90','\x7b','\xcd','\x2d','\x70','\xf6','\x35','\x58','\x7e','\x00','\xf4','\xb1','\xaf','\x0f','\x01','\xff','\xa3','\x3d','\x3d','\xb3','\xa0','\x4c','\x95','\xcb','\xf6','\xb7','\xf4','\x39','\xb1','\xbc','\xf0','\x75','\x31','\x6f','\xbc','\xa6','\x82','\x46','\xbe','\x32','\xba','\x36','\xda','\xbe','\x0d','\xd8','\x75','\xe6','\xa6','\xfc','\x11','\xf2','\x1e','\x3f','\x04','\x12','\xa0','\x81','\x46','\x0e','\x98','\xab','\xc4','\x2d','\xd9','\x39','\x3d','\xd1','\x3c','\x72','\xba','\x09','\x7f','\xb7','\x1b','\x6b','\x8c','\xdf','\x18','\xfa','\x70','\x2b','\x3f','\xe7','\x04','\x4b','\xdf','\x9e','\xde','\x94','\x3e','\xb0','\xa7','\x3a','\xa1','\x8e','\x6d','\x0a','\x6a','\x6b','\x95','\x5b','\x95','\x5f','\x0a','\x3a','\xda','\x7f','\x30','\x53','\x9e','\x91','\xd1','\xf7','\x78','\x76','\x13','\xb9','\xca','\xb2','\x30','\xde','\xb1','\xbb','\xfc','\x4b','\x39','\xb6','\x5a','\x20','\x3c','\x7f','\xcc','\xec','\x04','\x41','\xec','\xa8','\xb4','\x97','\xa6','\x13','\x74','\x6c','\x30','\xd8','\xb5','\x36','\x74','\xab','\xfc','\x2b','\xa0','\x5f','\xb1','\x99','\x1f','\x10','\xf3','\xf3','\x72','\xe1','\xb7','\x36','\x71','\x38','\xa5','\x50','\x2b','\x64','\xf5','\x38','\x17','\xb9','\xff','\x9a','\x9f','\x9d','\x26','\xc3','\xe3','\xf2','\x11','\x1f','\x0a','\xde','\x0f','\xb3','\x30','\xc4','\x6e','\xf5','\x2e','\x71','\xff','\x47','\xae','\x1f','\x16','\x33','\x88','\x2d','\xe2','\xe3','\x6f','\x15','\xad','\x22','\x75','\x43','\xa4','\xc7','\xbc','\x68','\xe8','\x85','\x00','\xc7','\xbf','\xe6','\xf8','\x35','\x3c','\xef','\x2f','\x22','\xff','\x8c','\xb1','\xa0','\x02','\xef','\x97','\x7e','\x69','\xc4','\x0a','\x01','\xbe','\x3f','\xb0','\xc0','\x33','\xff','\xad','\xe7','\xeb','\x7f','\xd6','\x4d','\x56','\x93','\x55','\xcc','\xf8','\xd1','\xae','\x7a','\x1e','\xbc','\xbf','\xa7','\x73','\x36','\xa8','\x64','\x2a','\xb6','\x6e','\xf3','\xdc','\x09','\x99','\x33','\x63','\xc0','\x3b','\x43','\x6c','\xbd','\x77','\xc9','\xd2','\x9d','\x15','\xab','\x78','\x7c','\x05','\x85','\xfe','\xe1','\x99','\x97','\xd3','\xc6','\x44','\x66','\x0c','\x56','\xb1','\xb5','\xf6','\xfa','\xd4','\xc5','\x72','\xdc','\x12','\x19','\x88','\x42','\xa5','\x3e','\xaf','\x51','\x7a','\xd9','\xad','\x57','\xf0','\xbc','\xe6','\x4e','\x91','\x70','\xa3','\x5f','\xda','\xdc','\xf8','\xef','\x52','\x0c','\x66','\x9d','\x9f','\x9f','\xae','\x41','\x5e','\xb2','\x5f','\x52','\xe1','\xe4','\x48','\xa8','\x4a','\x3c','\x5a','\xbe','\x67','\xfe','\x9d','\xf6','\xb8','\x20','\xac','\xe2','\x59','\x3c','\xac','\x09','\x17','\xed','\x29','\x3e','\x3e','\x92','\x05','\xff','\x09','\xb1','\xee','\xda','\x2f','\xd5','\xf8','\x34','\xca','\x1a','\x5b','\xb8','\x4f','\xeb','\x16','\x57','\x61','\xbd','\xb3','\x8c','\x44','\xcd','\x8d','\x2a','\x50','\x47','\x03','\xb4','\x8b','\x46','\xbe','\xb8','\xde','\x0b','\xeb','\x61','\x23','\xbc','\xf7','\xda','\xdc','\x4b','\xd6','\x4b','\x6f','\xbc','\xf4','\xe0','\x4b','\x33','\x57','\xed','\x17','\xec','\xde','\x2b','\x5a','\x68','\xb3','\xfd','\xce','\x26','\x23','\x44','\x54','\x46','\x7a','\xcf','\x2b','\xa9','\xf9','\xd4','\xcb','\xe7','\x6b','\xe4','\x25','\xf7','\x25','\x15','\x51','\x4e','\xc3','\xae','\x06','\x5a','\xf4','\xdb','\xbc','\x7f','\x5b','\xf8','\xb0','\x3e','\x6f','\xcd','\xb9','\x31','\x75','\xdf','\x3f','\xb7','\xe4','\x2c','\xdc','\xcb','\xe1','\xd9','\xf5','\x9c','\x79','\xeb','\x65','\xaf','\x6e','\xd5','\xdd','\xba','\x7d','\xcd','\x9b','\xb6','\x15','\x37','\x6a','\xdd','\xf3','\xb3','\xff','\xcf','\xde','\x96','\x92','\xac','\x66','\xfb','\x9c','\x5a','\xea','\xbb','\xaf','\xd4','\xeb','\xf5','\xda','\xf5','\x57','\xa0','\xfd','\x62','\xbf','\xbb','\x59','\xfc','\xef','\x40','\xc1','\x82','\xc8','\xa3','\x1d','\xc8','\x55','\xc4','\x84','\x75','\x11','\xf7','\x75','\x5e','\x78','\xc1','\x65','\xfa','\x6d','\xd5','\xa1','\x9f','\xfd','\xbf','\x9b','\xf4','\x73','\x2b','\x06','\xc3','\xaa','\x62','\x86','\xd5','\x06','\xc1','\xbe','\xab','\x1f','\xc0','\xfe','\x9b','\x36','\x7b','\x0f','\x46','\xcd','\x8f','\x3d','\xf2','\x4e','\x32','\xbe','\x6d','\xc5','\x43','\xb8','\x7f','\x49','\xbc','\xeb','\xa4','\x9d','\xe7','\x7f','\xfc','\xc8','\xe1','\x4f','\x57','\x4f','\xa8','\x6b','\x9b','\xf9','\x1f','\x29','\xcf','\x7f','\x82','\x10','\x70','\x57','\x51','\xf2','\x65','\x21','\xbe','\xbf','\x5b','\xc2','\x3d','\x19','\x07','\xb3','\xe2','\xc0','\x37','\xc8','\xbf','\x84','\xcf','\x14','\x10','\xb7','\xfc','\xb3','\x98','\xef','\x36','\x3f','\x3b','\xb8','\x6a','\x35','\x23','\x41','\x44','\xb6','\xe1','\xbb','\xaf','\x94','\x6c','\x22','\xf7','\x79','\xb8','\xff','\xbc','\x94','\xbf','\xe1','\xfd','\x7e','\x7c','\xfa','\xba','\x31','\xc7','\xcd','\x0a','\x49','\x2c','\x75','\xec','\xff','\x48','\xd7','\x8f','\x57','\x81','\x82','\xc9','\xb3','\x97','\x4d','\xbc','\x9d','\xd0','\x8e','\xbc','\x9d','\x08','\x25','\xc4','\xe7','\x5c','\xfe','\x7d','\xa7','\xc3','\xda','\xc4','\xfe','\xb6','\x6b','\xd5','\xaa','\x18','\x5a','\xff','\xdc','\xeb','\x22','\x46','\xe4','\xab','\xba','\xe6','\x7d','\x51','\xf9','\xae','\x12','\x49','\x85','\x27','\x81','\x5f','\xbc','\xcb','\x3a','\xfc','\xfd','\xe7','\x80','\xdb','\x28','\x7e','\x00','\xea','\xb2','\x16','\x7a','\x35','\xed','\xfa','\xd9','\x81','\xe4','\xa6','\xaf','\x3a','\xb3','\x68','\x6a','\xc5','\x5b','\x0d','\x4b','\x3a','\xd7','\xf9','\x49','\x4a','\x3e','\xe2','\xde','\x27','\x9e','\x70','\xd7','\xb6','\xf2','\x93','\x84','\x82','\xa0','\x16','\x51','\x25','\x30','\xdf','\x50','\x25','\x0d','\xa9','\x6a','\x48','\x6f','\x66','\xa7','\x71','\x5b','\x3b','\xd8','\x59','\xaa','\xa6','\x86','\x6d','\xb5','\x34','\xac','\xf5','\x19','\x6e','\x61','\x15','\x6f','\xcd','\x4a','\xd2','\xe1','\x6c','\xb2','\xfe','\x16','\x7a','\x47','\x24','\xef','\xc5','\x2f','\x86','\x71','\xa0','\x03','\x6f','\xff','\xe8','\xeb','\xa2','\xd5','\xcd','\x3e','\x0b','\xf5','\x87','\xe7','\xd3','\x80','\x77','\x9d','\xb6','\x65','\x40','\xba','\xcb','\x7c','\xc4','\xbe','\x2f','\x73','\xc2','\x5e','\x8b','\x9f','\x79','\x0c','\x43','\x88','\x86','\x61','\xb6','\xdc','\xf4','\xc6','\x6f','\x68','\x70','\xb8','\x6f','\x86','\x85','\x1e','\xf9','\xfe','\xbf','\xb7','\xfb','\xbb','\xfb','\x66','\xc2','\x21','\x38','\x2e','\xf5','\x6d','\x50','\xe2','\x0c','\xda','\x81','\x1e','\xd0','\x12','\xef','\xed','\x1b','\xea','\xcf','\x33','\x74','\xf8','\xb2','\xdc','\x8a','\xfd','\x7f','\xd0','\xf5','\x45','\xf1','\x3d','\x12','\x7a','\xbc','\x2b','\x3e','\x3b','\x12','\xe6','\x2d','\x5d','\xe9','\xe6','\xf8','\x08','\x22','\xae','\xc4','\x09','\x37','\x68','\x53','\xbe','\x83','\xbe','\x6e','\xb5','\x9f','\xd3','\x6e','\x3d','\xd4','\x22','\x9e','\xfd','\x6b','\xf4','\xfb','\x28','\x6f','\x59','\xbc','\x1a','\xd3','\xf1','\xfa','\x31','\x83','\xe3','\xcb','\xa9','\x66','\xb5','\x54','\xe3','\xf8','\x82','\xa5','\x4c','\x09','\x38','\x7c','\x29','\x53','\xc6','\x8c','\x05','\xdb','\x56','\x3f','\x45','\x38','\x3e','\x9e','\x9d','\xb0','\x8f','\xbf','\xc5','\x91','\xc5','\x54','\x8e','\x42','\xe6','\x66','\x30','\xdb','\x38','\xf0','\xf7','\xa7','\x18','\x4f','\xe2','\xe7','\x7a','\x2a','\x51','\x33','\x55','\x52','\xc5','\x73','\x02','\xcd','\x49','\xf0','\x93','\x29','\x8e','\x6a','\x02','\xf5','\xf7','\xff','\x3d','\x16','\x50','\x27','\xd4','\xd6','\xd9','\xcc','\x10','\xe8','\x1a','\xb8','\x3f','\x2e','\xd2','\xd5','\x74','\x0e','\x16','\x82','\x7c','\x06','\xe8','\x3c','\xe3','\x10','\xa7','\x95','\xa3','\x70','\x42','\x1a','\x95','\x04','\xc9','\xa7','\xef','\xeb','\x6e','\x40','\x3d','\x02','\xf7','\x1e','\xe1','\xbf','\xfd','\x2c','\x6c','\xbe','\x07','\xd2','\x7b','\xca','\xe1','\x44','\x39','\xca','\xb4','\x4c','\x44','\x4d','\x03','\xfe','\xca','\x01','\x32','\xf2','\xfc','\xf9','\x88','\xa2','\x54','\xc4','\xd3','\x70','\x79','\xae','\xc4','\xbc','\xe1','\xf9','\xfb','\xf3','\xe8','\x41','\x13','\x10','\x8e','\x42','\x6d','\xc6','\x49','\xa0','\x99','\x0d','\x91','\x7b','\x38','\x61','\x7e','\x07','\xd2','\x79','\x9e','\xc4','\xdd','\xb8','\x90','\x3a','\x92','\x0c','\x24','\xc7','\xe3','\xe4','\xc7','\x47','\x92','\xc9','\x14','\xe8','\xc0','\xf1','\xf1','\x78','\x02','\xf1','\x13','\x61','\x5e','\x06','\xf0','\xfd','\xec','\x28','\x43','\x19','\x8e','\x7b','\x93','\x71','\xfb','\xd4','\x11','\x39','\x89','\xf6','\x67','\xcc','\xbf','\xcd','\xb6','\x78','\x9f','\x95','\x6a','\xb8','\x4f','\x4c','\xfa','\x1a','\xad','\xd3','\x90','\xb6','\x37','\x40','\xfc','\xd5','\xa8','\x8a','\x08','\x26','\x88','\x33','\xcc','\xfb','\x67','\x39','\x56','\xa9','\x1a','\xe8','\x58','\x07','\xa4','\xfb','\xb9','\xc6','\xf4','\x94','\x5a','\xd5','\xbe','\xe5','\xaf','\xe2','\xbe','\x6f','\xdb','\x22','\x42','\x2d','\x9f','\xbf','\x88','\xcf','\x75','\x44','\x0c','\x88','\x20','\x1d','\x10','\x9e','\x8d','\x8e','\x25','\x86','\x8f','\xb0','\xe4','\x94','\x98','\x45','\x04','\x1b','\xd2','\x7e','\xcd','\x13','\xa4','\xa3','\x92','\xf0','\xf6','\xd1','\x76','\xa1','\xfd','\xe8','\x3f','\x27','\x5f','\x49','\xd6','\x92','\xef','\x1c','\xbd','\x25','\x89','\xf8','\x85','\x0e','\x75','\x56','\x78','\xae','\x43','\x1a','\xe3','\xfe','\xe9','\x3c','\x86','\xf8','\x6a','\x66','\xa2','\x88','\x58','\x55','\x8b','\xfe','\x1f','\x57','\x88','\x49','\x2c','\x68','\x9d','\x7e','\x04','\x34','\xdb','\x71','\x44','\x02','\x2a','\x8e','\xc3','\x49','\x48','\xd3','\x7f','\x03','\xea','\x00','\x35','\xd0','\x89','\x77','\x44','\x59','\xa1','\x1c','\x49','\x25','\x26','\x13','\xc2','\x91','\x77','\x4d','\x9c','\xbf','\xdc','\x73','\x1b','\x9f','\x4f','\x18','\x1f','\x3d','\xd7','\x97','\x74','\xfd','\x6c','\x7c','\x68','\x3f','\xf7','\xe9','\x9f','\x10','\x28','\xc5','\xfa','\x3b','\x8f','\xb5','\x72','\xf4','\x89','\x09','\xb4','\x7f','\x43','\xff','\xa3','\x87','\x8f','\x40','\x8f','\xa6','\x02','\x3f','\x1d','\x27','\xbc','\x9c','\x5b','\xfc','\x9a','\xe3','\x5b','\xa2','\x0e','\xce','\xbf','\x15','\x74','\xc2','\x0b','\xd0','\x23','\x30','\x17','\x8f','\x50','\xee','\x61','\x46','\x8e','\x56','\x93','\x29','\x31','\x85','\xe3','\x1b','\x70','\xe1','\xfd','\x58','\xfb','\xe6','\x3b','\xfc','\x0c','\x81','\x47','\x2b','\xc9','\x49','\xf1','\x68','\xef','\x79','\x39','\xb5','\xe2','\xbc','\x4b','\x56','\x78','\x47','\x89','\x70','\xf6','\xe8','\x27','\x57','\xbc','\x73','\xf4','\xaf','\x92','\xef','\x24','\xeb','\xd0','\x3f','\xdf','\x1f','\xbd','\x24','\x45','\x11','\xff','\x04','\x7d','\xf8','\x7d','\xbf','\xc1','\x51','\x58','\x7f','\x89','\x63','\x98','\x9a','\x75','\x07','\x9b','\xb3','\x62','\xe8','\x7f','\xfc','\x23','\x77','\x13','\xed','\x62','\x07','\x3e','\x53','\xa8','\xb0','\xcd','\x9e','\x65','\x3d','\x5b','\xfa','\x88','\x77','\x6f','\xb9','\x54','\xa6','\xcf','\xd1','\x0a','\x6e','\x02','\x86','\x45','\xf4','\x0e','\xd8','\x77','\x65','\x25','\x05','\x7d','\x4d','\x5f','\x33','\x37','\xbe','\xcc','\x16','\x37','\xd4','\x4d','\x7c','\xff','\x59','\x58','\xcf','\x98','\x03','\x52','\x90','\x34','\xd0','\x50','\xe9','\x40','\x63','\xd3','\x07','\xfb','\xe6','\x0c','\xba','\x7d','\xae','\xc0','\x7c','\xf9','\xc1','\x1b','\x07','\x4e','\x40','\x11','\xc1','\xab','\xec','\x7a','\xc0','\xb5','\x10','\x69','\xa9','\x8c','\x92','\x49','\x31','\x28','\xa0','\x7d','\x52','\xad','\x45','\x5c','\x15','\xb4','\x22','\xd5','\x89','\xb8','\x1b','\x26','\xb9','\xfd','\x14','\x4e','\xa3','\x61','\x5b','\x8e','\x03','\x74','\x85','\xf3','\x01','\xda','\xfb','\x80','\x67','\x13','\x94','\x22','\xee','\xc7','\x1c','\x2c','\x70','\x66','\x5d','\x18','\xd3','\xe2','\x93','\x1d','\xae','\xe3','\x58','\x5f','\xf3','\xe6','\x95','\xaf','\x6d','\x98','\xac','\x5f','\xf3','\x1c','\xf2','\xa4','\x7b','\x55','\x7c','\xd2','\x1d','\x13','\x11','\xf5','\x8c','\x90','\x2c','\xe8','\x24','\x88','\x9a','\x9b','\x51','\xc7','\x92','\xd9','\x65','\xb8','\xc8','\xfe','\x89','\xb6','\x7e','\x2f','\x63','\x9c','\xd5','\x06','\xbd','\x9f','\x92','\xf1','\x0c','\xf6','\x0f','\xbc','\x37','\xe3','\xd0','\x86','\x87','\x91','\x16','\x16','\x75','\x24','\xd2','\x76','\x59','\xaa','\x67','\x1f','\x96','\xea','\x92','\xe5','\x79','\x6d','\x25','\xcd','\xd5','\x4a','\x77','\xc0','\xa9','\x79','\x7b','\xf3','\xdc','\x7f','\x18','\x01','\xae','\xe9','\xa8','\x37','\x2a','\x64','\x45','\x9a','\xa7','\xce','\xfd','\x25','\x6b','\xca','\x3a','\x6d','\x15','\xee','\x2f','\xcc','\x16','\x48','\x16','\xfb','\x07','\x24','\x4d','\x9e','\xfd','\x74','\xe2','\x0a','\xf0','\xf3','\xd0','\x03','\xa1','\xb1','\x2b','\x63','\xe2','\x98','\xf6','\x80','\x7c','\x01','\xb3','\x9f','\x34','\xed','\xbf','\x09','\x29','\x91','\x7d','\x4c','\x5a','\x2b','\x05','\x4d','\x28','\xd1','\xc6','\xa4','\x31','\xe9','\x3e','\xe9','\x82','\x1f','\x5f','\xd3','\xb4','\x9f','\x7e','\x42','\x3c','\xc2','\xf3','\x0f','\xf7','\xa4','\x76','\xa7','\xec','\xe7','\xac','\xca','\x18','\x7d','\x40','\xbe','\xc8','\xe3','\x47','\xb0','\xd6','\x06','\x19','\x95','\x32','\x25','\x3f','\xa3','\xd8','\xfd','\x04','\x23','\x11','\xc7','\xc4','\x07','\xc4','\x0b','\x40','\x2d','\x44','\xcc','\xf4','\xa0','\xbf','\xe7','\xa8','\xcb','\xa3','\x7b','\xdc','\xfb','\xd9','\x6e','\x2f','\xa5','\xa4','\xa2','\x0f','\xce','\x5f','\x6c','\xe6','\x47','\x7d','\xcc','\x4b','\x92','\xa4','\xb8','\xe3','\xca','\x51','\x51','\xbe','\x2c','\x57','\x53','\xd5','\x07','\xff','\x19','\xc8','\xae','\xfa','\x29','\xe3','\xe2','\xe1','\x95','\x15','\x90','\x4e','\xbb','\x26','\x66','\x0d','\x7d','\xbb','\x07','\xfc','\xec','\xb0','\x9c','\xa2','\x87','\x28','\x79','\x00','\x9f','\x7e','\x78','\xcc','\x7e','\xe0','\xf0','\x05','\x31','\xd0','\xf1','\x7e','\xeb','\x2b','\x25','\xbd','\x40','\x99','\xc9','\x0c','\xe6','\xf3','\x3c','\x9a','\x81','\x37','\x5d','\x9e','\xaf','\xdf','\x52','\x8f','\xd6','\x93','\x97','\x27','\xc9','\x6d','\x5c','\xae','\xa3','\x73','\xb4','\x04','\xca','\x1a','\xe7','\xdc','\xfe','\x09','\x7f','\x97','\xd1','\x7f','\x2a','\xb8','\x5a','\x6e','\xe6','\x67','\xc6','\x14','\xb3','\x19','\xc3','\xae','\x64','\x9c','\x34','\xf7','\xa2','\xf0','\x16','\x3d','\xb8','\x10','\x9f','\x52','\x11','\xe6','\x27','\x95','\xd4','\x35','\xaf','\x1e','\x9f','\x57','\x40','\x42','\x29','\x28','\x05','\x38','\xe7','\x15','\x41','\x69','\x57','\xfc','\x2c','\x6b','\xcc','\xd5','\x41','\xc6','\xb4','\x11','\xb7','\x13','\xce','\xdb','\x29','\x7a','\x1c','\x5a','\x4d','\xff','\x19','\x07','\xe8','\xd0','\xc2','\xbf','\x33','\x56','\xda','\xff','\xce','\x53','\xc8','\x0f','\x5a','\xfe','\x5d','\x18','\x4f','\xc3','\x6a','\xd7','\x3c','\x56','\xbb','\xaa','\xd6','\x95','\xab','\xe2','\x4b','\xe2','\xd5','\xf3','\x8a','\x71','\xdd','\x66','\xcf','\xa3','\x0d','\x53','\x15','\xdf','\xaf','\xfd','\x71','\x8a','\x3b','\x1a','\xf3','\x23','\x37','\xe5','\x53','\x15','\x90','\xc3','\x4e','\x61','\xec','\xc1','\x97','\xbe','\xa5','\xf0','\xfd','\x81','\xa4','\x73','\x5c','\x22','\x43','\x2b','\x4e','\x67','\x08','\x5e','\x87','\x3b','\xc8','\xa1','\x9b','\xf2','\xe3','\xa4','\x95','\x8f','\xa8','\x9f','\xc7','\x8f','\x0a','\x44','\x21','\x9d','\x2e','\x3a','\x4c','\xb5','\xef','\x7d','\xf7','\xed','\x75','\xa6','\x7c','\x50','\xb6','\x64','\x43','\x86','\xba','\x35','\xf1','\x41','\xf2','\x2c','\x8f','\xb1','\x82','\x37','\x81','\x46','\x3d','\xd7','\xcc','\x9e','\x2e','\xf3','\x3c','\x24','\x7e','\x39','\x66','\x30','\x0b','\x42','\x1f','\x08','\x79','\x31','\x3f','\xd7','\xf0','\xb3','\xc5','\xf9','\x39','\x31','\x5b','\xf8','\x22','\x7e','\x7e','\x14','\x41','\x14','\xae','\xbc','\x5b','\xc1','\x4c','\xc6','\xf2','\x15','\x59','\x94','\x43','\xad','\xfb','\x31','\x7f','\x07','\x66','\x85','\x58','\x31','\x27','\xd0','\x77','\x31','\x7a','\x7d','\x31','\x43','\x7b','\xf3','\xf9','\x34','\xd6','\xd8','\x48','\x65','\xf5','\x26','\x4f','\x30','\x64','\xe3','\x9a','\x4b','\xf7','\xd3','\x5a','\x70','\xc3','\x07','\x95','\xc1','\x9e','\xb3','\xe4','\x09','\x5e','\x1e','\x67','\x1f','\xce','\x44','\xce','\x08','\xc6','\x1f','\x64','\x7e','\x61','\x44','\x8c','\xfe','\x4c','\xaf','\x16','\xd1','\xfa','\xa3','\x91','\x6d','\xa9','\xfc','\x37','\x6e','\xc0','\x17','\x69','\xd9','\x7e','\x5a','\x18','\x3e','\x4c','\x60','\xc2','\x7a','\x0f','\xf1','\x4b','\x24','\x03','\x33','\x64','\x4a','\x88','\x83','\x78','\x56','\x32','\xf8','\x71','\x10','\xfe','\xf2','\x7d','\x7c','\x08','\xaa','\xbc','\x44','\x5d','\xa8','\xf2','\xa0','\x6a','\x95','\xf1','\x00','\x32','\xb6','\x89','\x69','\x5b','\x9a','\xfb','\x43','\x88','\x9e','\xd7','\xba','\x1f','\x0e','\x7e','\xff','\x9a','\x83','\x73','\x96','\xce','\xb3','\x7f','\xc0','\xf3','\x4f','\x61','\xaa','\x1d','\x38','\x34','\x59','\x5d','\xb8','\xc4','\x13','\xef','\x28','\xf2','\x26','\x45','\x53','\x58','\x9c','\x15','\x18','\xee','\x2f','\xe1','\xfb','\xa9','\x19','\xb2','\xee','\x34','\xc7','\x4c','\xcc','\xdf','\x4f','\x0d','\x72','\x70','\xb5','\x35','\xa7','\xe3','\x13','\x24','\x74','\xd0','\x35','\x72','\xa6','\x69','\x3a','\xbc','\x7e','\x5d','\x46','\xb7','\x11','\x35','\xfa','\x0f','\x26','\x2c','\x87','\xd7','\x2f','\x40','\xee','\x1c','\xe9','\x80','\xe7','\x7f','\x1e','\x24','\xb8','\x85','\x2a','\x55','\xd1','\x7c','\x6a','\x2a','\x93','\x20','\x01','\x6f','\x81','\x95','\x97','\xef','\x5f','\x9d','\x92','\x14','\x0a','\xff','\x8e','\x41','\xb9','\x54','\xc5','\x0d','\xb0','\x9c','\x22','\x6d','\x92','\xb4','\x35','\x53','\x0d','\x3f','\x85','\xce','\x48','\x4e','\x89','\xa9','\xc7','\xd4','\x23','\x1a','\xf7','\xbf','\x56','\x12','\x70','\x1c','\xd9','\x14','\xd3','\x02','\xac','\x9d','\x89','\x6c','\x30','\xff','\x07','\x23','\xab','\x94','\x9b','\xd5','\xfd','\x55','\x49','\xcb','\x5d','\x0a','\xc1','\xf3','\x73','\xd3','\xd5','\x69','\xf5','\xfb','\x1b','\x6a','\x11','\x9e','\xe2','\x47','\x82','\xfe','\xc9','\xf9','\xc9','\x80','\xe0','\xf9','\xd0','\x4a','\x65','\xb7','\x92','\x9a','\x2e','\x7f','\x1f','\xdb','\x97','\x64','\x45','\xd0','\xcf','\xa4','\x4c','\xd6','\x00','\x71','\xc0','\xcc','\x5a','\xfc','\x6a','\x8c','\xc1','\x4c','\x35','\x0e','\x1a','\x56','\x4a','\x7f','\x08','\x5a','\x08','\xfc','\x6f','\x24','\xa1','\x24','\x81','\x25','\x87','\x34','\x05','\xde','\xef','\xf0','\xf7','\x4f','\x6e','\x82','\xbf','\x40','\x03','\xce','\x4f','\x01','\xa5','\xf6','\x60','\x24','\xec','\x63','\x33','\xc0','\xdd','\xba','\xee','\x0a','\x7d','\xac','\x9c','\x4e','\xa5','\xe5','\x3f','\xbb','\x05','\xfe','\xe2','\xb9','\x8c','\xe0','\xbd','\xa7','\x46','\xaa','\x6d','\x6a','\xbb','\x96','\x7b','\x5b','\xd4','\xda','\xd4','\xf5','\xd5','\x8d','\xca','\x3e','\x25','\x78','\x67','\xf0','\xf6','\xf5','\xd8','\x7e','\x8c','\x64','\xe1','\xed','\x8b','\xa9','\x39','\x4d','\x57','\x73','\x97','\x74','\xa8','\x3f','\x99','\xae','\x7f','\xbf','\x5e','\x23','\x53','\x2b','\x81','\x04','\x58','\x3e','\xdc','\xd3','\x7b','\x2e','\x99','\x4a','\xda','\xff','\x73','\x46','\xde','\xab','\xd8','\x3b','\xce','\x35','\xe4','\xf6','\x54','\xe7','\x73','\x72','\x48','\xb1','\x62','\x6f','\xf0','\xf8','\xf6','\x91','\xb0','\x12','\x56','\xb7','\xa8','\x44','\xcb','\x55','\xf5','\x6a','\x6e','\x5a','\x9f','\x86','\xf3','\xfb','\xb9','\x9a','\xcc','\xc2','\xe8','\xe1','\x05','\xe3','\x2b','\x2a','\x7d','\xaa','\xaa','\x2e','\xd4','\x98','\xba','\xa5','\xfa','\xde','\xe7','\x4b','\x24','\x37','\xa2','\x28','\x21','\xa0','\x1f','\xb8','\x1f','\x6b','\xa1','\xc4','\x78','\xff','\x2f','\xd4','\xfc','\xcc','\x5f','\x2b','\xc9','\x97','\x46','\xe4','\xe9','\x31','\x35','\xac','\x3e','\x58','\xcb','\x57','\xb7','\xa8','\xf0','\x2e','\x65','\x8b','\x12','\xde','\x24','\x6b','\x37','\x4d','\x8d','\x83','\xf4','\xa6','\x90','\xd0','\xc8','\xc2','\x34','\xda','\x8d','\xb1','\x7f','\x13','\x6a','\x54','\x59','\x98','\x26','\x4a','\x0e','\xc6','\x27','\xc6','\x72','\xd0','\x43','\x6b','\x48','\x03','\xfa','\x2f','\x0a','\xcf','\x8f','\xc2','\xf8','\xe5','\xab','\x39','\xde','\x7f','\xb9','\x4d','\x09','\x2d','\xc1','\xcb','\x43','\x24','\x9d','\xf9','\xa8','\x11','\x32','\x17','\x4c','\xc5','\x0a','\xa1','\x5d','\xc5','\x00','\x6a','\x35','\x16','\x0e','\x76','\x5b','\x51','\xd0','\xf6','\x25','\x5d','\x24','\xb9','\xf3','\xba','\xbc','\xaf','\x6c','\x57','\xf6','\x55','\xec','\x67','\xf7','\x55','\x0c','\xf8','\x6c','\xc8','\xb9','\x9f','\xdb','\x95','\xef','\x82','\x22','\xbd','\xe5','\x8d','\xc7','\x4e','\x93','\x9e','\xc7','\xa0','\x7f','\x1e','\xb5','\x93','\xb6','\xd8','\x95','\x9b','\x49','\xca','\x39','\xf8','\x2b','\xf7','\xf3','\x94','\xfd','\xe9','\x52','\xca','\xfa','\xb3','\x37','\x08','\xf1','\x80','\x53','\x68','\xb0','\xd4','\xd4','\x51','\x03','\xb4','\x5e','\xb5','\x7e','\x64','\x15','\x2c','\x0e','\xf2','\x5d','\xf6','\xbe','\xfe','\x15','\x82','\xf2','\x41','\xbf','\xa7','\x59','\x5e','\xed','\xe5','\x0d','\xf5','\x46','\xbd','\xf6','\x6a','\xed','\x47','\x8d','\x42','\xcd','\xab','\x15','\x1a','\x85','\xba','\xa7','\x14','\x7a','\xe0','\xfe','\x8c','\x66','\x6b','\xb6','\xf7','\xaf','\x10','\xcf','\xb7','\x4e','\x5e','\x25','\x3f','\xf2','\xa0','\xa4','\x8e','\xf0','\xce','\x0b','\x5e','\x81','\xa0','\x5d','\x70','\xb8','\xb6','\xd2','\xca','\x68','\x11','\x58','\x23','\xf2','\x7b','\x5b','\x51','\x0c','\x83','\x43','\x18','\x97','\x0d','\x72','\x9e','\x7a','\xad','\xc6','\xca','\x91','\xd0','\xbc','\xf4','\x8a','\xf8','\xf2','\xeb','\xb5','\xda','\xcf','\x7e','\xfc','\xb5','\xfc','\xe4','\xf0','\xb5','\xa2','\x53','\x73','\x4a','\xf3','\xb5','\x27','\x0d','\x1e','\x7d','\xe7','\x86','\xe9','\xd5','\xb9','\xba','\x54','\x7f','\xe7','\xd5','\x57','\x7e','\x5e','\x9b','\xac','\x7f','\xfd','\x9d','\xf9','\x55','\x0e','\x99','\xac','\xce','\xa7','\x9e','\x4a','\x61','\x1e','\x5e','\x4d','\x54','\x8d','\xb8','\x71','\x92','\xcf','\x3c','\x5c','\x09','\x2a','\xc6','\x5e','\xd1','\x12','\x7b','\xc4','\xb9','\x90','\xce','\xfd','\xd3','\x80','\x70','\xf4','\x58','\xe3','\x35','\x13','\x63','\x70','\xaf','\x9b','\xf4','\x6c','\xc5','\xdc','\x5b','\xb3','\xea','\xb7','\xb6','\x5f','\x5c','\x65','\x08','\x92','\x28','\x89','\x21','\x98','\x60','\x31','\x76','\xca','\x80','\xcf','\x52','\x8e','\x4a','\x4a','\x22','\x1e','\x85','\x4f','\x6b','\xe8','\x1c','\xd3','\x4f','\x2f','\x65','\x63','\x78','\xad','\x46','\xab','\xb4','\x8a','\x79','\x76','\x9f','\x56','\x30','\x5b','\x43','\x37','\x9b','\x9d','\xd2','\x39','\x3e','\x89','\xe6','\xaa','\xc0','\x0b','\x4e','\xb2','\x16','\x96','\x5f','\x85','\x61','\x79','\x0f','\xfb','\x8d','\xa7','\x93','\xd6','\xfd','\x71','\xf6','\x1f','\xbc','\x66','\xb9','\x55','\xb1','\xf6','\x5a','\x96','\xd3','\xe3','\xfc','\x46','\x8c','\x0b','\xad','\xf2','\x98','\xfb','\x1a','\xbf','\x1f','\x7d','\xdd','\xfd','\xf2','\x6e','\xe7','\x42','\xab','\xdc','\x52','\x2d','\xdd','\xf9','\x81','\x81','\x79','\x0c','\x5c','\x58','\xef','\x2a','\xe2','\x5e','\x60','\x56','\xdd','\x74','\x96','\xea','\xdc','\xff','\x47','\x33','\x55','\x7d','\xab','\x77','\x92','\x67','\x4a','\xf0','\xa0','\x8e','\x95','\xda','\x7d','\xda','\x18','\xed','\xe1','\xf9','\xa9','\x51','\x3f','\xd2','\x68','\xc4','\x8b','\xc9','\x3f','\xc0','\x19','\xe7','\x5e','\x37','\x82','\xc6','\x09','\xcd','\x2f','\xbf','\x68','\x18','\x05','\xac','\x7f','\xbf','\xcb','\xdb','\xe7','\xbf','\x1f','\x34','\xe3','\x8a','\x86','\xa9','\x96','\xbb','\xd9','\x2f','\xb0','\xfe','\xb8','\x12','\xe4','\x55','\x6f','\xab','\xfe','\x1f','\x74','\x19','\x9f','\xcf','\xfd','\xc1','\xf6','\x66','\x2d','\xbd','\x47','\x47','\x0e','\x87','\xeb','\x6f','\xbf','\x1a','\x81','\x99','\xf1','\x03','\x7f','\x27','\x1f','\x64','\x88','\x13','\x6a','\xb3','\x7f','\xe0','\xa9','\xbc','\xff','\xf3','\xaa','\x1b','\x63','\xaf','\xff','\xcb','\xed','\x23','\xb4','\x81','\xb9','\xfc','\x74','\xe7','\xb5','\x56','\x9e','\xd1','\x46','\xc5','\xc1','\x5c','\x16','\xdd','\x0e','\x7f','\xbf','\x8e','\xfd','\x13','\x81','\x4f','\xaf','\xf1','\xf5','\x18','\x63','\x09','\xf8','\xfd','\x3c','\x42','\x7b','\xeb','\x2a','\x7c','\x66','\xab','\xfe','\xdc','\x53','\x19','\xfe','\x3e','\xe1','\xfa','\xef','\x5f','\xac','\xbf','\x17','\x01','\x15','\xe7','\xb5','\x22','\xc6','\xa6','\xc2','\xfb','\x8b','\x27','\xd4','\xfb','\x42','\x63','\x5e','\xb7','\x38','\xab','\xc1','\xc3','\x45','\xb6','\x7a','\xf7','\x6b','\xa6','\x93','\x77','\x8e','\x68','\xe1','\x3b','\x7a','\x6b','\x8d','\x9a','\x52','\x8b','\xd6','\xfe','\xdd','\xc8','\x67','\xc8','\x3d','\xf9','\x4b','\x59','\x1e','\x7e','\xb0','\xaa','\x59','\x2e','\x85','\x47','\x7a','\x9d','\x06','\xac','\xcf','\x51','\x67','\x59','\x79','\x9c','\x5d','\xdc','\x5d','\x30','\x27','\xf3','\x93','\xe3','\x93','\xbd','\xef','\xb0','\xc9','\xab','\x93','\xe1','\x9f','\x44','\xeb','\x7f','\x55','\x38','\x50','\x18','\x2a','\xcc','\x4e','\x92','\x22','\xda','\x97','\xfa','\x49','\x84','\xc4','\x32','\x3f','\xc0','\x3d','\x51','\xef','\xba','\x15','\x4c','\x9d','\xb0','\x31','\xdb','\x43','\x8f','\x71','\x31','\x65','\xec','\x47','\xff','\x27','\xad','\xaa','\xd6','\x74','\xf6','\x03','\x2e','\x53','\x5c','\x3f','\x1c','\xb4','\xa1','\xdc','\x1e','\x3b','\x7c','\xab','\x78','\x21','\x14','\x93','\xd0','\xff','\x43','\x73','\x22','\x52','\x6c','\xee','\x35','\x18','\x49','\xc4','\xd1','\x90','\x95','\x13','\x87','\xf7','\xd6','\xc6','\xd4','\x1e','\x85','\xd3','\x1f','\xa3','\xd3','\xda','\x74','\x44','\xd5','\xad','\xd7','\x9c','\x4e','\x91','\x2a','\xd0','\xfe','\x6a','\xa5','\x7a','\x9f','\x66','\x59','\x4b','\xf4','\x03','\xfd','\x83','\xf4','\x83','\x9e','\xdc','\xd2','\xf5','\xb7','\x83','\x1a','\x8c','\xff','\xdb','\x63','\x5a','\xb7','\x84','\xed','\xc7','\xfe','\xbd','\xcd','\x53','\xf3','\x31','\xf1','\x87','\x1e','\x15','\x7c','\x2f','\xe2','\x13','\x22','\xe6','\x6a','\x68','\xbe','\x1f','\xfa','\x1b','\xca','\x1d','\xbd','\xf6','\x9a','\x9f','\xc7','\x14','\xc6','\xf8','\x19','\xcc','\x56','\xd2','\x7a','\x3e','\x8e','\xbf','\x18','\x11','\x63','\xee','\x0f','\xb8','\x44','\x84','\x79','\xb2','\x2b','\xec','\x3e','\x36','\x36','\x7c','\x2b','\xbb','\x38','\x65','\x64','\xf1','\xfd','\x98','\x0d','\x04','\xca','\xd5','\xe0','\x2b','\xc1','\xc3','\x48','\x1f','\x30','\x3f','\x0e','\x71','\xff','\x43','\x05','\xe8','\x43','\xa2','\xc3','\xfd','\xb3','\x38','\x7e','\x3f','\xe4','\x88','\x32','\xd7','\x6f','\x0f','\xaa','\x30','\x3e','\xaf','\x8c','\xa9','\xb7','\xaa','\x17','\xdc','\x18','\xca','\xcc','\xcf','\xdf','\xf6','\x8e','\x3a','\x19','\xfb','\xc9','\x6b','\x93','\x9d','\xef','\xd0','\xb2','\xfb','\x97','\x94','\x2d','\xbd','\x7f','\x9b','\xd0','\xc4','\xd7','\x2d','\xfa','\xf8','\xba','\x7f','\x66','\xf8','\x68','\x6e','\x68','\xe1','\x42','\x8f','\xd3','\x05','\x0f','\xed','\x7f','\x9a','\x01','\xfd','\xe3','\xfc','\x00','\xa3','\xb0','\x75','\x18','\xff','\x7c','\xc5','\xbd','\xcf','\x18','\xd3','\x7a','\xe8','\xec','\xc1','\xd8','\xe3','\x18','\x2b','\xbf','\x58','\xbf','\xa6','\x17','\x74','\x45','\xfa','\xb4','\x07','\xf4','\x67','\xce','\x9a','\x7a','\xd7','\x72','\xff','\xaa','\x98','\xf0','\xf8','\x99','\xd6','\xd3','\xdb','\xd8','\x4a','\xee','\x4f','\xac','\x80','\xfc','\x34','\x36','\x6c','\xaa','\x4f','\x54','\xc7','\xab','\xe1','\xe1','\xb0','\x7a','\xad','\x1a','\x39','\xd0','\x3f','\xfc','\xef','\xd4','\xcf','\xa8','\x9b','\xd5','\x0b','\xd9','\x00','\xf1','\xe7','\x47','\x9f','\x87','\xf3','\x03','\x3f','\x2f','\xeb','\x5f','\x17','\x23','\x7c','\x31','\x77','\x76','\x3f','\x8d','\x64','\x62','\xa1','\x1f','\x78','\xb0','\x26','\x66','\xae','\xd3','\x60','\x06','\xc6','\x3f','\x33','\x66','\xf7','\x64','\x2e','\xda','\xc6','\x4e','\xf4','\x7f','\xea','\xf7','\x54','\xa2','\x17','\x5f','\x33','\xd1','\x52','\x09','\xf4','\x93','\x3d','\x51','\xba','\x8f','\x8e','\x65','\x7b','\xe8','\x45','\x60','\x77','\x38','\x3e','\x30','\xbe','\x30','\x7f','\x7e','\xe8','\x35','\xbd','\xd4','\x61','\xfe','\xdd','\xe7','\x5a','\xc4','\x1f','\x1f','\xf4','\xaf','\xb2','\x4c','\xd0','\x44','\xcc','\x3f','\x06','\x71','\x21','\x62','\xff','\xee','\x7e','\xc4','\xfd','\x38','\x6c','\xf4','\xdd','\xff','\x11','\xfb','\x6f','\xd1','\xbf','\x8a','\xf8','\xd9','\x3a','\xe2','\xca','\x0f','\x5e','\x81','\xfb','\x5f','\x41','\xfe','\x02','\xf7','\xab','\x63','\xae','\x8f','\x20','\x87','\xda','\xad','\x56','\x53','\x4b','\x31','\xef','\x87','\x3c','\x0a','\x08','\xfa','\x87','\x9d','\xf0','\xee','\x23','\xbb','\xdd','\x6e','\x67','\xf6','\xd0','\xd6','\xaf','\xa3','\x08','\xb2','\xdb','\x4b','\x5a','\x5f','\xf1','\x8e','\xa6','\x38','\x4e','\x47','\x45','\xf9','\x59','\xb4','\xf4','\x57','\xe7','\x1e','\xfa','\xfa','\x30','\xf9','\xa5','\xdd','\x1e','\x6d','\xe1','\xeb','\xe1','\xfe','\x0e','\xee','\x53','\x00','\x37','\xd2','\x32','\x99','\x72','\x39','\x93','\xa1','\xd4','\xb6','\x3d','\x2f','\x3c','\xa7','\xd0','\x3d','\x6e','\x52','\xfc','\x8a','\x7b','\x54','\xed','\x7d','\x4d','\x51','\xae','\x7a','\x0a','\x1d','\x70','\xff','\xca','\xf8','\x43','\x77','\xe8','\x8d','\x0b','\xc9','\x55','\x23','\x3c','\x1b','\x0a','\x89','\xbc','\x15','\xb3','\x7f','\xf0','\x96','\xaf','\x69','\x03','\x7d','\x39','\x30','\x3e','\x95','\x5b','\x9d','\x8b','\x55','\xfd','\x47','\x99','\x8c','\x61','\xf8','\x27','\xee','\xb8','\xef','\xbb','\x12','\x17','\x31','\x3a','\x2d','\x21','\xa6','\xd4','\xcf','\x5d','\x89','\x87','\x74','\xd0','\x3f','\x96','\xbe','\x11','\x17','\x63','\x86','\x51','\x4c','\xab','\xf7','\x86','\x0e','\xd8','\x3b','\x8d','\x3f','\x3e','\x83','\xf1','\x05','\x4b','\xe5','\x13','\x99','\x78','\xd1','\x30','\xf6','\x6e','\x32','\xf8','\x4f','\xb2','\x3a','\x16','\xc2','\xf2','\x1b','\x9f','\xbf','\x8b','\x47','\xb7','\xed','\xba','\x14','\x0b','\xed','\xbb','\xa2','\xa3','\xd0','\xdd','\xd1','\x2a','\xcf','\x66','\x62','\x4d','\x9f','\x63','\x3c','\x13','\x21','\xb3','\x9a','\x34','\x76','\xaa','\x66','\x77','\xab','\x3c','\xe7','\xb6','\xca','\x74','\xa8','\xa5','\x15','\xf2','\xcf','\xe5','\xcf','\xd7','\x0f','\xec','\x2b','\x8e','\x89','\xfb','\x2e','\x59','\x95','\xbd','\x87','\x17','\x9f','\xf4','\xcf','\xcb','\xca','\x2b','\x9f','\xac','\xc6','\x77','\xda','\xb6','\xa9','\xee','\x99','\x89','\x75','\xec','\xba','\xc4','\x6b','\x7b','\xfb','\x52','\xed','\xa1','\x56','\xcb','\x6a','\x60','\xaa','\x39','\xd7','\x30','\xcc','\x65','\xe5','\x89','\xe6','\xbb','\x5b','\xbe','\xd1','\x86','\x01','\x9f','\x3b','\xc6','\x81','\x76','\x8f','\x0e','\xef','\xa8','\x66','\x4e','\xee','\x3a','\x93','\x36','\xb6','\x9f','\x19','\x35','\xb0','\x8d','\xfe','\x19','\x0b','\xe9','\x57','\x96','\xde','\x6f','\x8a','\x89','\x4b','\x0f','\x70','\xec','\x8a','\x09','\xec','\x85','\x4b','\xf6','\x99','\x31','\xfb','\xa1','\xe1','\x65','\xf5','\x13','\xef','\x87','\x5f','\x39','\x3b','\x55','\x79','\x30','\x94','\xb2','\x1f','\x54','\x77','\x57','\xb3','\x76','\xfc','\x59','\xd0','\x1f','\x5d','\x93','\x8c','\xa9','\x29','\xf3','\x40','\x29','\x65','\x26','\x54','\xf4','\x15','\x3a','\xa8','\x83','\x70','\x0d','\x3f','\xdb','\x81','\x3f','\x63','\x7e','\xe5','\x51','\xee','\xcb','\x34','\xc6','\xaf','\x06','\x68','\x0d','\x06','\xfb','\x3c','\xf0','\x8f','\x18','\x8b','\x03','\xff','\x78','\x52','\xba','\xee','\x4e','\x4a','\xa5','\xd2','\xd4','\xfe','\x17','\x9e','\x7d','\x7a','\xd5','\xf1','\x06','\xe8','\xef','\xda','\x7f','\x74','\xbf','\xcf','\x8e','\xb9','\x79','\xf6','\x04','\xd7','\x4f','\x50','\x7f','\x6e','\xde','\xef','\x26','\x08','\x68','\xda','\x70','\x1e','\x14','\x52','\xf5','\x78','\x3d','\xce','\xf1','\xbb','\xe1','\xf9','\x2a','\xda','\x43','\x76','\x73','\xbb','\xcb','\x28','\xc7','\x6a','\xf8','\x3c','\x7c','\x3b','\xe6','\xea','\x30','\xff','\x08','\x7d','\xec','\x9c','\x69','\x8f','\x99','\xd6','\xe4','\x67','\xc4','\xd4','\xfc','\xce','\xa6','\x7f','\xcf','\x18','\x70','\x1e','\xdd','\xc1','\xfa','\x61','\x1e','\xac','\xe1','\xbc','\xe1','\xfd','\x6d','\x29','\x5a','\xa2','\xa0','\xd7','\x1b','\xa5','\x82','\x9b','\x81','\xab','\xc1','\xf7','\x88','\x8c','\x3c','\xc8','\xf9','\xa6','\x92','\x2f','\x7b','\xa3','\x25','\xa5','\x64','\xb8','\x0d','\xd0','\x4d','\x55','\x17','\xb5','\x55','\xaf','\xa4','\x79','\x46','\xbe','\x90','\x57','\xa6','\x16','\xa0','\x64','\xc4','\x6b','\x2b','\x65','\x4b','\xc9','\x52','\xd6','\x95','\xe0','\xb7','\xe4','\x2e','\x94','\x42','\x15','\xc5','\x8b','\xe7','\x7d','\xaf','\x7b','\x7f','\x67','\x2d','\x40','\x6e','\x3d','\x44','\x9a','\x99','\x6e','\x44','\xb2','\x66','\xce','\xcf','\xbf','\x7a','\x63','\xf9','\x72','\x34','\x36','\x3f','\x7f','\xcd','\x52','\x39','\xb7','\x44','\x3b','\xe6','\xa1','\xdd','\x5f','\x4f','\xb0','\x84','\xfb','\x08','\xb3','\x1a','\x98','\x41','\x6a','\xa9','\x1c','\xe5','\x2e','\xd5','\xc4','\x33','\xe7','\xfa','\x38','\x82','\x0b','\xde','\xf2','\xf7','\x83','\x94','\xc4','\x31','\xb0','\xbd','\xa2','\xe9','\x65','\xf3','\x26','\xc7','\x98','\xd6','\xc5','\x65','\x3b','\x7f','\x7a','\xc8','\x55','\x8a','\xf7','\xbb','\x4e','\x71','\xc4','\x93','\xf2','\x49','\x4f','\x13','\x56','\xd7','\x0f','\x2d','\x2b','\xa7','\x7a','\xd6','\x4d','\x15','\x35','\x77','\xa4','\x78','\xd0','\x3b','\x05','\x6b','\xee','\x88','\xa0','\xd5','\x47','\x44','\xe4','\x2f','\x0b','\x3c','\x73','\x46','\x50','\x5c','\x10','\x39','\x56','\x06','\x7c','\x36','\x2c','\xe8','\xc3','\x72','\x5a','\x4e','\xae','\x46','\x65','\x6c','\x81','\x29','\xd9','\x91','\xb8','\x54','\xc8','\x09','\x89','\x42','\x22','\x0e','\xd2','\xb5','\xb2','\x50','\x40','\xf7','\x3e','\x29','\x24','\x49','\x8a','\xa8','\xac','\x5e','\x38','\xa4','\xe8','\x23','\xb8','\xcb','\x95','\x4d','\xb4','\xf6','\x16','\xcf','\x82','\xa6','\xc6','\xf7','\x17','\x35','\xd2','\x0f','\x6b','\xa2','\xc6','\x36','\x03','\xdf','\x9e','\xe0','\xfb','\x96','\x13','\xb8','\xcb','\xeb','\xe7','\x1e','\xff','\x5e','\xe7','\x6a','\x90','\x6d','\xa1','\x45','\x5a','\x71','\xa8','\xb5','\xcb','\x44','\xd0','\xff','\xdd','\x9b','\xa2','\x27','\xe9','\x54','\x70','\xbf','\x3c','\xa2','\xb1','\x7e','\xd5','\xad','\xdd','\xe6','\xdd','\x23','\x60','\xfe','\x0c','\xdb','\xb1','\x1b','\x99','\xa6','\x14','\xe4','\xef','\x0f','\x68','\xe4','\x36','\xcf','\x05','\x09','\x69','\x33','\x3c','\x75','\x42','\x45','\xdf','\xf4','\x89','\xe6','\x2a','\x11','\xe4','\xb9','\x98','\x2c','\x67','\xb7','\xd7','\x70','\x2c','\xf6','\xc7','\x9e','\x62','\x5d','\xf3','\xea','\xa9','\x97','\xbd','\xf9','\xbc','\xc2','\x4f','\x55','\x88','\xd6','\x99','\x88','\xf2','\x4d','\x06','\xe4','\x1b','\xaf','\xc1','\x2d','\xbf','\x8d','\x0c','\x41','\x4b','\x43','\xd0','\x1e','\xb3','\x27','\x6c','\x9e','\x3f','\x1a','\xe4','\xd5','\x09','\x4f','\x05','\xb9','\x35','\xe0','\x65','\x74','\xc3','\x9b','\x28','\xcb','\x5e','\xa6','\x8c','\xa0','\xc5','\x70','\x2d','\xd3','\xc7','\x19','\xbc','\x23','\x03','\x42','\x88','\x01','\xab','\xf8','\xc2','\xa2','\x75','\x79','\x62','\xd3','\xa8','\xe6','\xc7','\xf8','\x06','\x7b','\xfa','\xce','\x1d','\xb5','\x3b','\x7f','\x16','\xbd','\xf7','\x68','\xb9','\xf3','\xfe','\xfd','\xa5','\xf5','\x0d','\xd1','\xc8','\x79','\x2d','\x0b','\x1c','\x5a','\x18','\xd0','\xb6','\x47','\x75','\xb4','\x55','\x4c','\x2c','\x46','\xf5','\xc0','\xda','\xee','\xfa','\xf9','\x65','\x40','\xbf','\xf3','\xb2','\xa0','\x83','\x57','\xf8','\x8e','\x81','\x87','\x79','\x21','\x5d','\x13','\xfa','\x0b','\x68','\xdd','\x34','\x8a','\xc7','\x04','\xe8','\x3f','\x4f','\xa3','\x1a','\xab','\xbb','\xff','\x0a','\xfe','\xab','\xc1','\xb5','\xee','\xc2','\xef','\x62','\xd4','\xdd','\x69','\x9a','\x50','\x8e','\xfe','\xfd','\x12','\x5d','\x98','\x92','\x32','\x51','\xd0','\x6b','\xa3','\x99','\x07','\x0c','\xc7','\x45','\xdf','\x16','\x39','\x13','\x26','\x31','\x2d','\x0f','\x32','\x75','\x9b','\xa7','\xb1','\x3b','\xf8','\x3d','\x0b','\x2e','\xc6','\xa4','\x6a','\xc5','\x44','\x71','\xd2','\x15','\x8b','\x5d','\x7b','\x3f','\xf3','\x38','\xd6','\x2f','\xe3','\xd9','\xd4','\x66','\x19','\xbe','\xff','\xc7','\x6d','\x37','\x6e','\xb9','\xf8','\x74','\xf1','\x94','\x0b','\x42','\x55','\xf1','\xab','\x50','\xbf','\x32','\x1a','\x7b','\x18','\x0c','\x02','\x5a','\x75','\x5c','\x06','\xe5','\xf5','\x22','\x1c','\x6e','\xdd','\xac','\x17','\x9f','\xc0','\x04','\x3c','\xd9','\x1c','\x48','\xef','\xe9','\x4c','\xc2','\x48','\x1b','\x31','\xd4','\xe5','\x33','\x2b','\x0d','\xfb','\x8c','\xe5','\x96','\x09','\x0c','\xbe','\x21','\x91','\x44','\x36','\x41','\x73','\x8c','\x64','\x16','\x0c','\x62','\xe4','\x32','\x31','\xfe','\x9d','\xb8','\xa1','\x66','\xd6','\x90','\x39','\x4d','\x37','\x08','\xc9','\xc2','\x8a','\xd3','\xcd','\x14','\xc4','\x5f','\x37','\x94','\x4c','\x1a','\xee','\xcf','\xa1','\x8e','\x9e','\x49','\x10','\x47','\x93','\x8c','\x6d','\x64','\x3c','\xab','\x97','\xb6','\x4c','\x71','\x7c','\x7b','\x63','\x5f','\xa6','\x79','\x1a','\x7a','\x26','\x97','\x57','\xb4','\x98','\x91','\x10','\x71','\x27','\x7f','\xf1','\x1e','\xa3','\x3d','\xd3','\x86','\x1a','\x5a','\x26','\x64','\x28','\x5a','\xfc','\xc7','\x7e','\xfb','\x0c','\x0a','\x23','\xe5','\x66','\x78','\xff','\x92','\x22','\x62','\x18','\xc1','\x67','\xd7','\x36','\xcb','\xc5','\x8d','\x02','\xe8','\x9f','\x23','\x92','\xb4','\x50','\x72','\x4e','\x3d','\x0a','\x74','\xff','\xe8','\x08','\x51','\x50','\xdf','\xcf','\x29','\xe9','\x91','\x34','\x49','\x87','\xb6','\x2a','\x68','\x9d','\x88','\x65','\x3e','\x61','\x7c','\x31','\x33','\x06','\x94','\x9b','\xd6','\x27','\xb2','\x63','\xf5','\x74','\x6a','\x22','\x6a','\x14','\xf5','\x78','\x1e','\xe3','\x77','\x59','\xa6','\x6a','\x80','\x84','\x72','\xd8','\xb2','\x9d','\xb4','\x98','\x71','\xee','\xad','\x4f','\xbc','\x05','\x9f','\xec','\x94','\x32','\x41','\x8c','\x42','\x3e','\xcb','\xf3','\x1c','\x5b','\xc0','\xe4','\xab','\xa3','\xf3','\xdb','\x9c','\x6a','\x23','\xe4','\x48','\x0d','\x69','\x9a','\x56','\xa8','\xc3','\xaa','\xfa','\x99','\x7c','\x1e','\xe5','\x0f','\x58','\x5f','\xbd','\xdd','\xc2','\xf5','\xa3','\xa3','\xc9','\x09','\xcf','\x20','\x19','\x57','\x2f','\x5a','\x40','\x03','\xb6','\x7b','\x80','\xc4','\x3c','\x91','\x8d','\x33','\xb4','\xdf','\x53','\xb6','\xd9','\x4b','\x0b','\x65','\x31','\xd3','\x00','\x82','\x65','\x13','\x7c','\xf7','\x3b','\x33','\x65','\x00','\x83','\xcc','\x81','\x5a','\x95','\xcb','\x98','\x24','\xa7','\x81','\x7a','\xe5','\xe5','\x4a','\xa4','\x04','\x63','\x53','\xaa','\x97','\xf2','\xa5','\x95','\x14','\xc5','\xfb','\x2c','\x33','\x8d','\x6c','\x01','\x78','\x0a','\x31','\x75','\x33','\x9b','\x2d','\x09','\x14','\xd4','\x43','\x5a','\xd7','\x0a','\x46','\xa8','\xd0','\x06','\x0a','\x7e','\x76','\xc6','\x34','\x73','\x49','\xb3','\x98','\x2d','\x26','\x04','\xb3','\x91','\x05','\x9d','\xfb','\x65','\xb7','\xce','\xea','\x56','\xc1','\x0c','\x15','\xdb','\x44','\xc2','\x8e','\x0c','\x27','\x90','\x77','\x57','\x1f','\xd5','\xac','\x43','\x5b','\x39','\xc7','\x0c','\xfb','\xa7','\xd7','\xaf','\x18','\x4f','\x83','\xfc','\x77','\xde','\x9c','\xcc','\xfe','\xc4','\xac','\x67','\xcf','\x99','\x7f','\x69','\xc2','\x68','\x22','\x32','\x38','\xbc','\xa1','\x5c','\x28','\x87','\x3c','\xa9','\x80','\xf6','\xd7','\x31','\x6f','\x42','\x18','\x13','\x26','\xbc','\x31','\x32','\x76','\x79','\x42','\x59','\x59','\x4f','\x3f','\x9c','\x56','\xd2','\x0f','\x3f','\x5e','\xff','\xa0','\xd2','\xf1','\x30','\x31','\xb2','\x1e','\xd4','\x8f','\x40','\xfd','\x6c','\xd3','\xc6','\xab','\x60','\xf3','\xfa','\x79','\x05','\x0c','\x9f','\xa4','\x84','\x5d','\x55','\xa7','\x6a','\xd7','\xbc','\xa9','\xda','\x55','\x75','\x5a','\x79','\x01','\x77','\x12','\xcf','\xd7','\x8d','\x7f','\x6b','\xd7','\x9e','\x7f','\x52','\x6c','\x17','\x37','\xa1','\x05','\xf9','\x32','\xbc','\xbb','\x6e','\x5e','\xc6','\x67','\x98','\x65','\xfe','\x7e','\xb8','\xff','\xe5','\xd6','\xfd','\x62','\xa6','\xc7','\x98','\x3b','\x5c','\xb2','\x61','\x45','\x28','\x94','\x80','\x16','\x4a','\xb8','\x7a','\x00','\x27','\x98','\x34','\xea','\xf6','\x9b','\xe6','\x24','\xd0','\x47','\xc3','\xa8','\x1d','\xae','\xd9','\x0d','\xd0','\xa9','\x6b','\xf0','\x99','\x21','\xde','\x40','\xe6','\x90','\x51','\x1b','\xdd','\x60','\xe3','\x0e','\x90','\x8b','\xe3','\x7b','\xd8','\xb5','\xab','\x5e','\xb5','\xc0','\x23','\xfd','\x27','\xbc','\x51','\x65','\x22','\x3a','\x3a','\x3f','\xda','\x9e','\x16','\x12','\xab','\xe0','\xfe','\xcb','\x86','\x72','\xb8','\x6e','\x3f','\x0c','\x3a','\x37','\xcd','\x68','\xb0','\xd2','\x97','\xe1','\xfe','\xb3','\xc6','\x9d','\xc6','\x19','\xbb','\xcb','\x9c','\x45','\xfb','\xf8','\x68','\x12','\xee','\x37','\x3d','\xb7','\xe0','\xd3','\x9e','\x7f','\x5a','\x86','\x6d','\x97','\x13','\xab','\x47','\x44','\xd6','\x35','\xb2','\x9f','\x89','\x23','\x5d','\xec','\xa1','\x05','\x51','\xe9','\xca','\xed','\xc7','\xb8','\xb8','\xbb','\xdd','\x37','\x66','\x3b','\xf7','\x76','\x6f','\xa3','\xfa','\x16','\x89','\x0d','\x8e','\x9c','\x61','\x5d','\x0b','\x0f','\x29','\x1d','\xb9','\x43','\x88','\x6e','\x86','\x3b','\xed','\x94','\x7b','\x80','\xe1','\xe6','\xd7','\x16','\xb1','\x55','\xc6','\x91','\xd0','\x5d','\x8e','\xff','\xe6','\xc7','\x77','\x4d','\x49','\xe6','\x4d','\x8d','\x1b','\xef','\xc7','\x0c','\x08','\x5b','\x1a','\xff','\xe5','\xde','\xce','\xd2','\xfa','\xb9','\x76','\xd6','\xc6','\xd6','\xcc','\x9e','\x9a','\x77','\x14','\xff','\x2c','\x0a','\x4f','\x14','\x9c','\xc2','\x33','\x3f','\x2a','\xc6','\xbf','\x71','\xf1','\x49','\x85','\x9f','\xf2','\xb1','\xdf','\x2e','\x95','\xe7','\x57','\xfd','\xf0','\xf5','\xfa','\xf4','\x0f','\xa7','\x27','\x47','\x7e','\x58','\x9f','\xaa','\xff','\xb0','\x3e','\x19','\xfd','\x5a','\xfd','\xe4','\x36','\x4c','\xec','\x8d','\xbd','\xe2','\xd0','\x2c','\x4d','\xd1','\x94','\x96','\xd5','\x52','\x70','\x64','\x4d','\x62','\xd4','\x8d','\x7a','\x31','\x20','\xa0','\xab','\x61','\x66','\x16','\xca','\x59','\x76','\x38','\x35','\x9b','\x02','\x6d','\x21','\x35','\xb2','\x7b','\x36','\xcb','\x88','\x52','\x87','\x83','\xf4','\xa0','\x52','\x8a','\x16','\x7a','\xc7','\xce','\xa6','\xe0','\xa7','\x04','\x4f','\x09','\xa5','\x44','\x50','\xec','\x24','\xa0','\x01','\x46','\x4e','\xe3','\x06','\x1c','\x94','\x67','\x9d','\x78','\x36','\x9e','\x8a','\xa7','\xb2','\x70','\xd5','\x53','\x7a','\x56','\x27','\x7a','\x3d','\x5f','\xcf','\x07','\x70','\x83','\x5d','\x83','\x5e','\xd7','\x1c','\x23','\x6b','\xa4','\x0a','\xbb','\x33','\x59','\x35','\x05','\x47','\x56','\xe5','\xef','\xaf','\x04','\x30','\x89','\x99','\x35','\x6e','\x25','\xdc','\x92','\x9d','\xb1','\x61','\x75','\xb2','\x26','\xac','\xb4','\x67','\xa7','\x32','\x29','\xf2','\xa9','\x7a','\xa5','\x5e','\x0a','\x70','\xf7','\x09','\xa8','\xbf','\xe7','\x14','\xb2','\x05','\x34','\xba','\x64','\xb9','\xe9','\x25','\x5b','\x20','\x68','\x40','\xf1','\x48','\x81','\xef','\x5f','\xb2','\x04','\x3b','\xee','\x4e','\xb0','\x7b','\x19','\xf0','\x49','\x96','\x76','\xf1','\x4a','\x58','\x9d','\xbd','\x8c','\xfb','\x4b','\x84','\x79','\xbc','\xfe','\x0c','\xee','\xac','\xa7','\x80','\x12','\xfd','\x2b','\xa9','\xd7','\xa7','\xeb','\x93','\xb8','\x7f','\xc7','\xf8','\x7e','\xd4','\x71','\x37','\x83','\xab','\x23','\x50','\x83','\xad','\xd8','\xd1','\x8c','\x4d','\xac','\xba','\xf3','\x32','\xdf','\x3f','\x0c','\xf3','\x1d','\x41','\x78','\x7e','\xd3','\x3f','\x83','\x5f','\x19','\x99','\xaa','\xeb','\xf5','\xef','\xad','\x58','\x8d','\xdb','\xee','\xe3','\xb2','\x49','\xa1','\x1c','\x23','\x63','\x67','\x26','\x78','\x64','\xc8','\x84','\x19','\x48','\xd6','\x9f','\xab','\xe3','\xfe','\x1a','\xfc','\x8c','\x83','\x74','\x55','\xc2','\x27','\x9b','\x76','\x71','\x42','\xb1','\x99','\xed','\x2e','\xab','\x9f','\xce','\xee','\x07','\xf1','\xb0','\xe8','\x9c','\xca','\x96','\x76','\x97','\x52','\xcf','\x67','\x6b','\x29','\x27','\x75','\x2a','\xeb','\x10','\x07','\xda','\x5f','\x21','\xd3','\xf0','\xc5','\xcb','\x19','\xe8','\x2a','\xa7','\x9e','\x7d','\x87','\xd7','\xfc','\x9d','\xd4','\x64','\xea','\x27','\xd9','\x57','\xc9','\xcf','\xe0','\x5f','\x30','\x0a','\xac','\xa7','\x77','\x76','\xdc','\x48','\xa8','\x25','\x67','\xc2','\xb5','\x75','\x5b','\x87','\xb7','\xe4','\x6d','\x77','\xc2','\xe0','\x11','\x4e','\x07','\x03','\x8f','\xa3','\x11','\xee','\xc8','\xd9','\x44','\xf6','\xb8','\x39','\x61','\xa6','\xb3','\xe9','\x33','\x13','\x06','\x5c','\x8d','\x89','\x03','\x81','\x99','\xba','\x58','\xc7','\xf0','\x5d','\x12','\x1e','\x19','\x77','\xcc','\x52','\x29','\x9a','\x49','\xee','\xe9','\x4e','\xdf','\x3e','\x91','\x4c','\xdf','\x92','\x8e','\x42','\xfd','\x35','\xe0','\x51','\xd9','\x66','\xff','\x69','\xd0','\xff','\x75','\xe8','\x3f','\x92','\xca','\xc0','\x28','\x66','\x52','\x20','\xcd','\x13','\xce','\xa5','\x30','\x6d','\x42','\xd8','\x3d','\xa4','\x7e','\xd3','\x63','\xea','\x55','\xb7','\xc6','\xea','\xf5','\x6b','\xaf','\xd6','\x71','\x0f','\x41','\x59','\xf1','\x6a','\x1d','\x7e','\x44','\xe5','\x7f','\xb7','\x7f','\xbc','\xc2','\x03','\x1e','\x86','\xfb','\xb7','\x14','\xfa','\x97','\x24','\xbc','\xe3','\xc2','\xc4','\xd1','\x74','\x32','\xed','\x65','\xf8','\x1e','\x15','\xee','\xd5','\x02','\x97','\x84','\xb5','\x19','\x9e','\x3f','\x74','\x84','\xed','\x00','\x91','\x31','\x13','\xe2','\xfe','\x35','\x73','\xbc','\x7f','\x67','\x02','\x07','\xeb','\xc9','\xfa','\xd3','\x01','\x05','\xf7','\x2f','\x0e','\xb1','\x6f','\xbe','\xaa','\xd4','\xe7','\xeb','\x2f','\xbf','\x5a','\x63','\xd7','\xbc','\x1a','\x7b','\xf9','\xd5','\xf9','\xba','\xc0','\xff','\x5a','\xe1','\x71','\x10','\x68','\x90','\xdb','\xe2','\x30','\xbb','\x8f','\xba','\x49','\x90','\xcb','\x92','\xf9','\xa3','\x5e','\x52','\x10','\xe0','\x1b','\x6b','\x05','\xa9','\x03','\xd1','\xdb','\x5a','\x19','\x25','\x02','\xee','\x75','\x18','\xed','\x18','\x39','\xe2','\x49','\x42','\x7b','\xbd','\xbd','\x9e','\x12','\x58','\x07','\x46','\xb7','\xe1','\x8e','\xe1','\xe7','\xdd','\xfb','\xe0','\x3b','\x57','\x09','\xee','\x2c','\x7e','\xde','\xdb','\x2b','\x24','\xe1','\xf5','\x49','\xe1','\xd9','\x0e','\x7c','\xfe','\x08','\xe6','\x94','\x80','\xb5','\x7b','\xd8','\xd5','\x40','\xae','\xd3','\xf2','\x5e','\xf3','\xfe','\x76','\xfe','\x7c','\x13','\xe4','\xef','\x13','\x22','\x5a','\x01','\x46','\xdd','\x63','\xf0','\xec','\x04','\x3c','\xc3','\x84','\xfb','\x8f','\xc2','\xfd','\xa4','\x03','\xf3','\xb7','\x78','\x28','\x5b','\xb8','\x5c','\xfa','\xca','\xdb','\x20','\x35','\x53','\x6f','\x48','\xb8','\x17','\x98','\xb4','\x2c','\xd0','\x0e','\x02','\x6b','\x33','\xfa','\x44','\x3e','\x90','\x41','\xaf','\xc8','\x98','\xfe','\x40','\x36','\xad','\xa7','\xb3','\x0f','\x08','\xb1','\x68','\x2c','\x3a','\x1a','\x2f','\x74','\x30','\x7e','\x7f','\x01','\xe4','\x06','\xa3','\x58','\x70','\x49','\x3e','\xe3','\x61','\xbc','\x3b','\x15','\x7a','\xea','\xef','\x82','\x7c','\x0f','\xcf','\xa7','\x12','\x83','\xd5','\xc7','\x78','\x30','\x93','\x34','\x92','\x99','\x9c','\x9e','\xcc','\x26','\xf5','\x07','\xb3','\xa6','\x60','\x47','\xcb','\x51','\x25','\xae','\x77','\xac','\xa2','\x43','\x54','\x4a','\x65','\x6d','\xa9','\xd4','\xad','\x45','\x41','\xa4','\x69','\x2f','\x2c','\x7a','\x18','\xb8','\x29','\xe3','\xc9','\xdb','\xc3','\x52','\x90','\xca','\xc3','\x0b','\x97','\x50','\x77','\x8f','\x0f','\xa7','\xa6','\x2a','\xa7','\x7e','\xcd','\xc2','\x23','\x71','\x21','\x1e','\xad','\xd4','\x7f','\x57','\xa0','\x4f','\x49','\xb4','\x83','\xc9','\x99','\x7e','\xc3','\x70','\xff','\xda','\x08','\x67','\xb6','\xe8','\xe1','\xec','\x16','\x9d','\x65','\xb7','\x08','\x63','\xd1','\xb1','\xe8','\xb7','\xe3','\xc1','\x0e','\x85','\x86','\x40','\xb6','\xc8','\x9d','\x09','\xc1','\x3a','\xbd','\x36','\xb3','\x70','\x7a','\x6d','\x36','\xa7','\x87','\xb2','\x1f','\x15','\xd2','\x70','\x7f','\x28','\x1e','\x02','\xfd','\xc3','\xd3','\xf3','\x6e','\xbe','\x78','\xd2','\xad','\x16','\xab','\xee','\xc9','\x7c','\xde','\xbb','\x9c','\x07','\xca','\x12','\x2e','\x03','\xfb','\x58','\x80','\xfa','\xbf','\xef','\xfe','\x18','\xdc','\x8f','\x7d','\x47','\x40','\x8a','\x05','\xfe','\x8f','\x3e','\x04','\x88','\x73','\x28','\x18','\x75','\xad','\xbe','\x46','\x98','\xeb','\xc0','\x72','\xbf','\xec','\x75','\xa0','\x28','\x6f','\x59','\x79','\xa6','\x1e','\x10','\xbc','\x0e','\x49','\x5a','\x53','\x92','\x86','\x73','\x55','\xf3','\x64','\x56','\x35','\x4f','\xee','\x9b','\x4a','\x8f','\xec','\x63','\x70','\x0a','\x7a','\xf4','\xaf','\xeb','\xd1','\x42','\xee','\x3f','\xa1','\x7d','\xb0','\x47','\x03','\x06','\x52','\x00','\xb1','\x93','\xfc','\xf8','\x72','\xbd','\xfe','\x66','\xbd','\x7e','\xf9','\xc7','\x46','\xd9','\x40','\x1b','\x6e','\x40','\xf6','\xfd','\x93','\xb6','\xb8','\x8a','\xba','\x85','\xe3','\x46','\x86','\xe9','\x80','\xa7','\xf0','\xec','\x4a','\x98','\x0f','\x3a','\xaf','\x2f','\x2f','\x37','\xe9','\x02','\x2c','\xa2','\xb9','\x6c','\x3a','\x99','\xcb','\xa6','\x0e','\x7c','\xfa','\x4f','\x53','\xd5','\x3f','\xff','\xa8','\x9f','\x5f','\xc7','\xf6','\xec','\xf2','\xeb','\x15','\x5a','\x1a','\x82','\x75','\x6c','\xba','\x3a','\x5c','\x33','\x6a','\xb5','\x52','\x50','\xeb','\x37','\x7e','\x54','\xc0','\x5c','\x0d','\x9e','\x65','\x5b','\x69','\xf7','\x87','\x20','\x15','\x23','\x7e','\xcc','\x5f','\xb8','\x1f','\xb7','\x47','\xed','\x97','\xe0','\xaf','\x7e','\xf7','\x6f','\xd0','\xfe','\x03','\xf4','\x96','\x16','\xee','\x55','\x5e','\xaf','\xd3','\x2f','\x0d','\x29','\x69','\x6f','\x5a','\x19','\xfe','\x92','\x51','\x7f','\x49','\xa1','\x8a','\xd6','\x7e','\x5a','\x44','\xf9','\x73','\x81','\x46','\x59','\xd4','\x7b','\x00','\x18','\x46','\xf7','\xeb','\xd1','\xba','\x55','\xef','\x79','\x5d','\xa9','\xdb','\x75','\xa9','\x1e','\xf2','\xf6','\x17','\x5a','\x5e','\xcd','\x84','\xfb','\x57','\xfa','\x99','\x78','\x5a','\x57','\xf4','\x90','\xf5','\xf7','\x93','\xfa','\xb5','\x88','\xe9','\x7b','\xe6','\xb7','\xfc','\xf3','\x49','\x33','\xff','\x6d','\x0e','\x63','\x09','\x7a','\x06','\x2e','\x9a','\xd1','\x6f','\x5c','\x92','\x58','\x4b','\x83','\x47','\x2f','\x20','\x60','\xa8','\x86','\x61','\x30','\xf2','\xd3','\x4c','\xc1','\xb8','\x0c','\x67','\x01','\x48','\x93','\x78','\x20','\x76','\xd0','\x9f','\x7b','\x65','\xf5','\xe7','\x07','\xcb','\xf4','\x9b','\xda','\x7f','\x05','\xf9','\x53','\xeb','\x18','\x38','\xa4','\xe9','\x0b','\x7a','\x08','\xe8','\xfa','\x51','\x33','\x06','\xfa','\x0b','\x62','\xac','\x3d','\x6a','\xee','\x32','\xbf','\x68','\x06','\x1c','\x92','\xcf','\x79','\x71','\xb6','\xef','\x64','\x82','\x6d','\x1b','\xce','\x15','\xf5','\xe1','\x7d','\x53','\xd6','\xc9','\xd6','\x99','\x9a','\x3e','\xde','\xf3','\x9e','\xfc','\x1b','\xe3','\x98','\x7f','\xa3','\xe5','\xab','\xe3','\x7b','\xfb','\xa3','\xfe','\x95','\x50','\x8a','\xa1','\x8f','\xbd','\x16','\xad','\x7d','\xec','\x35','\x49','\x1f','\xc1','\xef','\x8f','\x2b','\x92','\xff','\x5d','\x49','\x92','\xba','\x43','\x73','\x0a','\x7d','\x80','\xe6','\x4b','\xb9','\x4c','\x9a','\xe6','\x86','\xc8','\xa6','\x1c','\xf4','\x72','\xae','\x8c','\x79','\x0e','\xb6','\x52','\x8c','\x3f','\xf3','\xed','\xae','\x18','\x93','\xd4','\x77','\x5e','\x75','\x4c','\x47','\x83','\xbf','\x35','\x67','\x54','\x3a','\xc6','\xf1','\x33','\x5b','\xe8','\xc2','\x61','\x49','\xa1','\x03','\x19','\x44','\x96','\xdd','\x92','\xc5','\x2b','\x9a','\xdb','\x1d','\xca','\x31','\xe8','\x28','\x5a','\x73','\xfc','\x1f','\xd7','\xf3','\x7f','\x33','\x8e','\x2e','\x99','\xa7','\xcd','\xfc','\x5e','\xfa','\xd3','\xf7','\xdb','\xc6','\x9e','\xfb','\x43','\xc6','\xdd','\xae','\xa5','\x3f','\xe3','\xca','\x52','\x98','\xb2','\xd9','\xad','\x5d','\x4f','\xad','\x92','\xc6','\x51','\x97','\x1b','\x79','\xfc','\xb6','\xf1','\x11','\x33','\xaa','\x2d','\x94','\x12','\x5a','\x6e','\x1b','\x46','\x91','\xa2','\x7f','\x66','\x1b','\xeb','\xa4','\xff','\x3f','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\xf5','\x94','\xd7','\x56','\x2b','\x6e','\x1d','\x9d','\xcb','\x69','\x02','\x00','\xa0','\x50','\x04','\x00','\x16','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x70','\x72','\x69','\x6e','\x74','\x65','\x72','\x5f','\x6b','\x61','\x6e','\x6a','\x69','\x31','\x36','\x78','\x31','\x36','\x2e','\x62','\x69','\x6e','\x55','\x54','\x05','\x00','\x03','\xcd','\xca','\x95','\x64','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x5c','\x00','\x00','\x00','\x1b','\x6a','\x02','\x00','\x00','\x00', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_dc64_fonts_printer_kanji16x16_bin_zip_begin = file_array; + extern const char* const f_dc64_fonts_printer_kanji16x16_bin_zip_end = file_array + 158349; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp deleted file mode 100644 index 393e4d3c64..0000000000 --- a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp +++ /dev/null @@ -1,6 +0,0 @@ - namespace { const char file_array[] = { '\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x09','\x00','\x00','\x10','\x80','\x00','\x10','\x80','\x00','\x09','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x00','\x01','\x83','\x00','\x03','\x01','\x80','\x03','\x00','\xc0','\x03','\x80','\xc0','\x01','\x80','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\xcc','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x66','\x00','\x00','\x66','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x66','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x03','\x30','\x00','\x01','\x80','\x00','\x81','\x80','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x1f','\x00','\x00','\x66','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x03','\x30','\x00','\x81','\x80','\x00','\x41','\x80','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x1f','\x00','\x00','\x66','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x82','\x00','\x01','\x86','\x00','\x01','\x04','\x00','\x02','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0c','\x00','\x1e','\x30','\x00','\xc6','\xc7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x60','\x00','\x7f','\xf0','\x00','\xc0','\x60','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x01','\x80','\x02','\x01','\x00','\x04','\x02','\x00','\x08','\x64','\x00','\x10','\x18','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x0f','\x00','\x00','\x3c','\x00','\x00','\x70','\x00','\x01','\xc0','\x00','\x03','\x00','\x03','\xc6','\x00','\x04','\x38','\x00','\x08','\x1c','\x00','\x08','\x26','\x00','\x10','\x47','\x00','\x10','\x83','\x00','\x31','\x00','\x00','\x22','\x00','\x00','\x26','\x00','\x00','\x2c','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x03','\xc3','\xc0','\x0e','\x00','\x70','\x18','\x00','\x18','\x30','\x00','\x0c','\x20','\x00','\x04','\x60','\x00','\x06','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x60','\x00','\x06','\x20','\x00','\x04','\x30','\x00','\x0c','\x18','\x00','\x18','\x0e','\x00','\x70','\x03','\xc3','\xc0','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x7f','\xff','\xfc','\x3f','\xff','\xfe','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\x00','\x61','\xe0','\x00','\x80','\x78','\x00','\x00','\x1e','\x01','\x00','\x07','\x86','\x00','\x00','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x38','\x1c','\x70','\x38','\x1c','\x70','\x38','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x70','\x1c','\x00','\x70','\x1c','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x70','\x00','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x84','\x00','\x01','\x08','\x00','\x03','\x18','\x00','\x03','\x18','\x00','\x03','\x9c','\x00','\x03','\x9c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x39','\xc0','\x00','\x39','\xc0','\x00','\x18','\xc0','\x00','\x18','\xc0','\x00','\x10','\x80','\x00','\x21','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x20','\x04','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x03','\x00','\x00','\x00','\xc0','\x00','\x00','\x30','\x0c','\x00','\x00','\x03','\x00','\x00','\x00','\xc0','\x00','\x00','\x30','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x07','\xf0','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x07','\xf0','\x0f','\xe0','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x0f','\xe0','\x00','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x40','\x02','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x10','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x88','\x00','\x01','\x10','\x00','\x01','\x10','\x00','\x02','\x20','\x00','\x04','\x40','\x00','\x04','\x40','\x00','\x08','\x80','\x00','\x11','\x00','\x00','\x11','\x00','\x00','\x22','\x00','\x00','\x11','\x00','\x00','\x11','\x00','\x00','\x08','\x80','\x00','\x04','\x40','\x00','\x04','\x40','\x00','\x02','\x20','\x00','\x02','\x20','\x00','\x01','\x10','\x00','\x00','\x88','\x00','\x00','\x88','\x00','\x00','\x44','\x00','\x00','\x44','\x22','\x00','\x00','\x22','\x00','\x00','\x11','\x00','\x00','\x08','\x80','\x00','\x08','\x80','\x00','\x04','\x40','\x00','\x02','\x20','\x00','\x02','\x20','\x00','\x01','\x10','\x00','\x00','\x88','\x00','\x00','\x88','\x00','\x00','\x44','\x00','\x00','\x88','\x00','\x00','\x88','\x00','\x01','\x10','\x00','\x02','\x20','\x00','\x02','\x20','\x00','\x04','\x40','\x00','\x04','\x40','\x00','\x08','\x80','\x00','\x11','\x00','\x00','\x11','\x00','\x00','\x22','\x00','\x00','\x22','\x00','\x00','\x00','\x07','\xf0','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x0f','\xe0','\x00','\x00','\x07','\xf8','\x00','\x04','\x08','\x00','\x04','\x08','\x00','\x04','\xf8','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x04','\x80','\x00','\x07','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xe0','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x01','\x20','\x00','\x1f','\x20','\x00','\x10','\x20','\x00','\x10','\x20','\x00','\x1f','\xe0','\x00','\x00','\x07','\xf0','\x00','\x07','\xe0','\x00','\x07','\xc0','\x00','\x07','\xc0','\x00','\x07','\x80','\x00','\x07','\x80','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x07','\x80','\x00','\x07','\x80','\x00','\x07','\xc0','\x00','\x07','\xc0','\x00','\x07','\xe0','\x00','\x07','\xf0','\x0f','\xe0','\x00','\x07','\xe0','\x00','\x03','\xe0','\x00','\x03','\xe0','\x00','\x01','\xe0','\x00','\x01','\xe0','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x01','\xe0','\x00','\x01','\xe0','\x00','\x03','\xe0','\x00','\x03','\xe0','\x00','\x07','\xe0','\x00','\x0f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x10','\x04','\x00','\x20','\x02','\x00','\x40','\x01','\x00','\x80','\x00','\x81','\x00','\x00','\x42','\x00','\x00','\x24','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x24','\x00','\x00','\x42','\x00','\x00','\x81','\x00','\x01','\x00','\x80','\x02','\x00','\x40','\x04','\x00','\x20','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x1f','\xff','\xf8','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x0c','\x00','\x00','\x02','\x00','\x00','\x01','\x80','\x00','\x00','\x60','\x00','\x00','\x18','\x00','\x00','\x06','\x00','\x00','\x01','\x00','\x00','\x00','\xc0','\x00','\x00','\x30','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x0c','\x00','\x00','\x03','\x00','\x00','\x00','\xc0','\x00','\x00','\x30','\x00','\x00','\x0c','\x00','\x00','\x03','\x00','\x00','\x00','\xc0','\x00','\x00','\x30','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x40','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x60','\x00','\x00','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\xe0','\x00','\x07','\x00','\x00','\x38','\x00','\x01','\xc0','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x06','\x00','\x00','\x01','\xc0','\x00','\x00','\x38','\x00','\x00','\x07','\x00','\x00','\x00','\xe0','\x00','\x00','\x18','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x07','\x00','\x00','\x00','\xe0','\x00','\x00','\x1c','\x00','\x00','\x03','\x80','\x00','\x00','\x60','\x00','\x00','\x18','\x00','\x00','\x60','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\xe0','\x00','\x07','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\xe0','\x1d','\xc3','\xb8','\x30','\x66','\x0c','\x20','\x24','\x04','\x60','\x3c','\x06','\x40','\x18','\x02','\x40','\x18','\x02','\x60','\x3c','\x06','\x20','\x24','\x04','\x30','\x66','\x0c','\x1d','\xc3','\xb8','\x07','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x70','\x1c','\x00','\x70','\x1c','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfc','\x00','\x00','\x0c','\x00','\x00','\x14','\x00','\x00','\x24','\x00','\x00','\x44','\x00','\x00','\x84','\x00','\x01','\x04','\x00','\x02','\x04','\x00','\x04','\x04','\x00','\x08','\x04','\x03','\x90','\x00','\x0c','\x60','\x00','\x10','\x10','\x00','\x10','\x10','\x00','\x20','\x08','\x00','\x20','\x08','\x00','\x20','\x08','\x00','\x10','\x10','\x00','\x10','\x10','\x00','\x0c','\x60','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\xc6','\x00','\x01','\x01','\x00','\x01','\x01','\x00','\x02','\x00','\x80','\x02','\x00','\x80','\x02','\x00','\x80','\x01','\x01','\x00','\x01','\x01','\x00','\x00','\xc6','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x0f','\xff','\xe0','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x09','\x00','\x00','\x10','\x80','\x00','\x10','\x80','\x00','\x09','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\xe0','\x00','\x18','\xc0','\x00','\x31','\x80','\x00','\x21','\x00','\x00','\x42','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x03','\x80','\x48','\x0c','\x64','\x84','\x30','\x1c','\x84','\x60','\x0c','\x48','\xc0','\x04','\x31','\x80','\x04','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x08','\x00','\x18','\x30','\x00','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\xfc','\x0e','\x00','\x30','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x40','\x01','\x80','\x80','\x3f','\xff','\xfc','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\x34','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x3e','\x00','\x01','\xc9','\x80','\x03','\x08','\xc0','\x06','\x08','\x60','\x06','\x08','\x60','\x07','\x08','\x00','\x03','\x88','\x00','\x01','\xe8','\x00','\x00','\x7e','\x00','\x00','\x1f','\x80','\x00','\x09','\xe0','\x00','\x08','\x70','\x00','\x08','\x30','\x06','\x08','\x30','\x06','\x08','\x30','\x03','\x08','\x60','\x01','\x89','\xc0','\x00','\x7e','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x3e','\x00','\x00','\xc3','\x80','\x01','\x84','\xc0','\x01','\x84','\xc0','\x03','\x08','\x00','\x03','\x08','\x00','\x03','\x10','\x00','\x03','\x10','\x00','\x01','\xa0','\x40','\x01','\xa0','\x80','\x00','\xc3','\x00','\x00','\x7c','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x80','\x00','\x30','\x60','\x00','\x40','\x30','\x00','\x80','\x38','\x01','\x80','\x38','\x01','\x80','\x30','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x3f','\xff','\x00','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x0e','\x60','\x00','\x11','\xe0','\x00','\x20','\x70','\x04','\x20','\xcc','\x18','\x11','\x87','\xf0','\x0e','\x01','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x02','\x18','\xc0','\x04','\x10','\x40','\x08','\x30','\x60','\x10','\x30','\x60','\x20','\x30','\x60','\x40','\x30','\x60','\x80','\x10','\x41','\x00','\x18','\xc2','\x00','\x07','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\xe0','\x00','\x43','\x18','\x00','\x82','\x08','\x01','\x06','\x0c','\x02','\x06','\x0c','\x04','\x06','\x0c','\x08','\x06','\x0c','\x10','\x02','\x08','\x20','\x03','\x18','\x40','\x00','\xe0','\x00','\x00','\x00','\x00','\x40','\x80','\x00','\x40','\x80','\x00','\x40','\x80','\x00','\x40','\x80','\x00','\x40','\x80','\x00','\x40','\x80','\x0f','\xff','\xf8','\x0f','\xff','\xf8','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x1f','\xff','\xf0','\x1f','\xff','\xf0','\x01','\x02','\x00','\x01','\x02','\x00','\x01','\x02','\x00','\x01','\x02','\x00','\x01','\x02','\x00','\x01','\x02','\x00','\x01','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\x01','\x8c','\x00','\x03','\x06','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x03','\x06','\x00','\x03','\x0c','\x00','\x01','\xb0','\xf8','\x01','\xc0','\x20','\x06','\xc0','\x20','\x08','\x60','\x40','\x18','\x70','\x40','\x30','\x38','\x80','\x30','\x1d','\x00','\x30','\x0e','\x00','\x30','\x07','\x04','\x18','\x0b','\x84','\x0c','\x31','\xf8','\x03','\xc0','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x06','\x10','\xc0','\x07','\x11','\xc0','\x01','\xd7','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x01','\xd7','\x00','\x07','\x11','\xc0','\x06','\x10','\xc0','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\xe1','\x80','\x03','\x80','\x40','\x07','\x00','\x20','\x0e','\x1d','\x90','\x0c','\x33','\x90','\x18','\x61','\x88','\x18','\xc1','\x88','\x10','\xc3','\x08','\x11','\x83','\x10','\x11','\x83','\x10','\x11','\x87','\x20','\x08','\x8b','\x40','\x08','\x71','\x80','\x04','\x00','\x10','\x02','\x00','\x20','\x01','\x80','\xc0','\x00','\x7f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x3c','\x00','\x00','\xcf','\x00','\x01','\x03','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\xc0','\x80','\x00','\xf3','\x00','\x00','\x3c','\x00','\x00','\x07','\x00','\x00','\x01','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x42','\x00','\x00','\x82','\x00','\x3f','\x81','\xf8','\x10','\x00','\x10','\x08','\x00','\x20','\x04','\x00','\x40','\x02','\x00','\x80','\x01','\x01','\x00','\x02','\x00','\x80','\x02','\x10','\x80','\x04','\x28','\x40','\x04','\x44','\x40','\x09','\x83','\x20','\x0a','\x00','\xa0','\x0c','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x7c','\x00','\x00','\x7c','\x00','\x00','\xfe','\x00','\x3f','\xff','\xf8','\x1f','\xff','\xf0','\x0f','\xff','\xe0','\x07','\xff','\xc0','\x03','\xff','\x80','\x01','\xff','\x00','\x01','\xff','\x00','\x03','\xff','\x80','\x03','\xef','\x80','\x07','\xc7','\xc0','\x07','\x01','\xc0','\x0e','\x00','\xe0','\x08','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x06','\x00','\x60','\x08','\x00','\x10','\x10','\x00','\x08','\x10','\x00','\x08','\x20','\x00','\x04','\x20','\x00','\x04','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x20','\x00','\x04','\x20','\x00','\x04','\x10','\x00','\x08','\x10','\x00','\x08','\x08','\x00','\x10','\x06','\x00','\x60','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\xff','\x80','\x07','\xff','\xe0','\x0f','\xff','\xf0','\x1f','\xff','\xf8','\x1f','\xff','\xf8','\x3f','\xff','\xfc','\x3f','\xff','\xfc','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x3f','\xff','\xfc','\x3f','\xff','\xfc','\x1f','\xff','\xf8','\x1f','\xff','\xf8','\x0f','\xff','\xf0','\x07','\xff','\xe0','\x01','\xff','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x06','\x00','\x60','\x08','\x00','\x10','\x10','\x3c','\x08','\x10','\xc3','\x08','\x21','\x00','\x84','\x22','\x00','\x44','\x42','\x00','\x42','\x44','\x00','\x22','\x44','\x00','\x22','\x44','\x00','\x22','\x44','\x00','\x22','\x42','\x00','\x42','\x22','\x00','\x44','\x21','\x00','\x84','\x10','\xc3','\x08','\x10','\x3c','\x08','\x08','\x00','\x10','\x06','\x00','\x60','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x24','\x00','\x00','\x42','\x00','\x00','\x81','\x00','\x01','\x00','\x80','\x02','\x00','\x40','\x04','\x00','\x20','\x08','\x00','\x10','\x10','\x00','\x08','\x20','\x00','\x04','\x40','\x00','\x02','\x80','\x00','\x01','\x80','\x00','\x01','\x40','\x00','\x02','\x20','\x00','\x04','\x10','\x00','\x08','\x08','\x00','\x10','\x04','\x00','\x20','\x02','\x00','\x40','\x01','\x00','\x80','\x00','\x81','\x00','\x00','\x42','\x00','\x00','\x24','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x7e','\x00','\x00','\xff','\x00','\x01','\xff','\x80','\x03','\xff','\xc0','\x07','\xff','\xe0','\x0f','\xff','\xf0','\x1f','\xff','\xf8','\x3f','\xff','\xfc','\x7f','\xff','\xfe','\xff','\xff','\xff','\xff','\xff','\xff','\x7f','\xff','\xfe','\x3f','\xff','\xfc','\x1f','\xff','\xf8','\x0f','\xff','\xf0','\x07','\xff','\xe0','\x03','\xff','\xc0','\x01','\xff','\x80','\x00','\xff','\x00','\x00','\x7e','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x40','\x00','\x02','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x82','\x00','\x00','\x81','\x00','\x01','\x01','\x00','\x01','\x00','\x80','\x02','\x00','\x80','\x02','\x00','\x40','\x04','\x00','\x20','\x08','\x00','\x20','\x08','\x00','\x10','\x10','\x00','\x08','\x10','\x00','\x08','\x20','\x00','\x04','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x7c','\x00','\x00','\x7c','\x00','\x00','\xfe','\x00','\x00','\xff','\x00','\x01','\xff','\x00','\x01','\xff','\x80','\x03','\xff','\x80','\x03','\xff','\xc0','\x07','\xff','\xe0','\x0f','\xff','\xe0','\x0f','\xff','\xf0','\x1f','\xff','\xf8','\x1f','\xff','\xf8','\x3f','\xff','\xfc','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x20','\x00','\x04','\x10','\x00','\x08','\x10','\x00','\x08','\x08','\x00','\x10','\x08','\x00','\x20','\x04','\x00','\x20','\x02','\x00','\x40','\x02','\x00','\x80','\x01','\x00','\x80','\x01','\x01','\x00','\x00','\x81','\x00','\x00','\x82','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x3f','\xff','\xfc','\x1f','\xff','\xf8','\x1f','\xff','\xf8','\x0f','\xff','\xf0','\x0f','\xff','\xe0','\x07','\xff','\xe0','\x03','\xff','\xc0','\x03','\xff','\x80','\x01','\xff','\x80','\x01','\xff','\x00','\x00','\xff','\x00','\x00','\xfe','\x00','\x00','\x7c','\x00','\x00','\x7c','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x18','\x08','\x08','\x3c','\x10','\x04','\x3c','\x20','\x02','\x18','\x40','\x01','\x00','\x80','\x00','\x81','\x00','\x00','\x42','\x00','\x0c','\x24','\x30','\x1e','\x18','\x78','\x1e','\x18','\x78','\x0c','\x24','\x30','\x00','\x42','\x00','\x00','\x81','\x00','\x01','\x00','\x80','\x02','\x18','\x40','\x04','\x3c','\x20','\x08','\x3c','\x10','\x10','\x18','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x00','\x0c','\xff','\xff','\xff','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\xff','\xff','\xff','\x30','\x00','\x00','\x18','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x7c','\x00','\x00','\x54','\x00','\x00','\x92','\x00','\x01','\x11','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x01','\x11','\x00','\x00','\x92','\x00','\x00','\x54','\x00','\x00','\x7c','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x01','\xc0','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x00','\x06','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x00','\x7f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x00','\x00','\x03','\x80','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x03','\x80','\x07','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xff','\xf8','\x07','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x01','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\x80','\x00','\x00','\xe0','\x00','\x00','\x30','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\xe0','\x1f','\xff','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf8','\x03','\x80','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x03','\x80','\x00','\x00','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\x00','\x00','\x01','\xc0','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x01','\xc0','\x1f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x06','\x00','\x60','\x02','\x00','\x40','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xe7','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xe7','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x02','\x00','\x40','\x06','\x00','\x60','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x04','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x82','\x00','\x00','\x82','\x00','\x01','\x01','\x00','\x01','\x01','\x00','\x02','\x00','\x80','\x02','\x00','\x80','\x04','\x00','\x40','\x04','\x00','\x40','\x08','\x00','\x20','\x08','\x00','\x20','\x10','\x00','\x10','\x10','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x10','\x10','\x00','\x10','\x08','\x00','\x20','\x08','\x00','\x20','\x04','\x00','\x40','\x04','\x00','\x40','\x02','\x00','\x80','\x02','\x00','\x80','\x01','\x01','\x00','\x01','\x01','\x00','\x00','\x82','\x00','\x00','\x82','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x10','\xff','\xff','\xf8','\x00','\x00','\x04','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\xff','\xff','\xf8','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x80','\x02','\x00','\x40','\x04','\x00','\x20','\x08','\x00','\x10','\x1f','\xff','\xf8','\x20','\x00','\x04','\x40','\x00','\x02','\x80','\x00','\x01','\x40','\x00','\x02','\x20','\x00','\x04','\x1f','\xff','\xf8','\x08','\x00','\x10','\x04','\x00','\x20','\x02','\x00','\x40','\x01','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x08','\x20','\x00','\x08','\x10','\x00','\x10','\x10','\x00','\x10','\x08','\x00','\x20','\x08','\x00','\x20','\x04','\x00','\x40','\x07','\xff','\xc0','\x02','\x00','\x80','\x02','\x00','\x80','\x01','\x01','\x00','\x01','\x01','\x00','\x00','\x82','\x00','\x00','\x82','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x28','\x00','\x00','\x28','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x3f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x3f','\xff','\xfc','\xe0','\x00','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x00','\x1f','\xc0','\x00','\x30','\xc0','\x00','\x40','\x60','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x3c','\x60','\x00','\xc2','\x40','\x01','\x81','\x40','\x03','\x01','\xc0','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x02','\x06','\x00','\x03','\x0c','\x00','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x0f','\xff','\xf0','\x0c','\x00','\x10','\x06','\x00','\x20','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\x80','\x80','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\x61','\x00','\x00','\x62','\x00','\x00','\x32','\x00','\x00','\x34','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x04','\x00','\x06','\x18','\x00','\x08','\x20','\x00','\x30','\xc0','\x00','\x41','\x00','\x01','\x86','\x00','\x02','\x08','\x00','\x0c','\x30','\x00','\x10','\x40','\x00','\x20','\x80','\x00','\x10','\x40','\x00','\x0c','\x30','\x00','\x02','\x08','\x00','\x01','\x04','\x00','\x00','\xc3','\x00','\x00','\x20','\x80','\x00','\x10','\x40','\x00','\x0c','\x30','\x00','\x02','\x08','\x00','\x01','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x80','\x00','\x18','\x60','\x00','\x04','\x10','\x00','\x03','\x0c','\x00','\x00','\x82','\x00','\x00','\x61','\x80','\x00','\x10','\x40','\x00','\x0c','\x30','\x00','\x02','\x08','\x00','\x01','\x04','\x00','\x02','\x08','\x00','\x0c','\x30','\x00','\x10','\x40','\x00','\x20','\x80','\x00','\xc3','\x00','\x01','\x04','\x00','\x02','\x08','\x00','\x0c','\x30','\x00','\x10','\x40','\x00','\x20','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x10','\x80','\x00','\x30','\x80','\x00','\x78','\x80','\x00','\x99','\x00','\x00','\x1d','\x00','\x00','\x0d','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x80','\xe0','\x1c','\xc3','\xb8','\x30','\x06','\x0c','\x20','\x0c','\x04','\x60','\x08','\x06','\x40','\x18','\x02','\x40','\x10','\x02','\x60','\x30','\x06','\x20','\x20','\x04','\x30','\x60','\x0c','\x1d','\xc3','\x38','\x07','\x01','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\xf0','\x1d','\xc3','\x9c','\x30','\x66','\x04','\x20','\x24','\x00','\x60','\x3c','\x00','\x40','\x18','\x00','\x40','\x18','\x00','\x60','\x3c','\x00','\x20','\x24','\x00','\x30','\x66','\x04','\x1d','\xc3','\x9c','\x07','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x70','\x1c','\x00','\x70','\x1c','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x00','\x1e','\x00','\x00','\x26','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x64','\x00','\x00','\x78','\x00','\x00','\x30','\x00','\x00','\xc0','\xc0','\x01','\xe1','\xe0','\x02','\x62','\x60','\x02','\x02','\x00','\x02','\x02','\x00','\x02','\x02','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x83','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xc1','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\x40','\x40','\x00','\x40','\x40','\x00','\x40','\x40','\x06','\x46','\x40','\x07','\x87','\x80','\x03','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x24','\x00','\x00','\x42','\x00','\x00','\x42','\x00','\x00','\x24','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x2c','\x00','\x00','\x46','\x00','\x00','\x46','\x00','\x00','\x83','\x00','\x00','\x83','\x00','\x01','\x01','\x80','\x01','\xff','\x80','\x02','\x00','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x0c','\x00','\x70','\x3f','\x01','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x02','\x00','\x22','\x02','\x00','\x22','\x04','\x00','\x63','\x08','\x00','\x63','\x08','\x00','\x63','\x10','\x00','\x63','\x20','\x00','\x22','\x20','\x00','\x22','\x40','\x00','\x1c','\x80','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x38','\x38','\x02','\x44','\x44','\x04','\x44','\x44','\x08','\xc6','\xc6','\x08','\xc6','\xc6','\x10','\xc6','\xc6','\x10','\xc6','\xc6','\x20','\x44','\x44','\x40','\x44','\x44','\x40','\x38','\x38','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\xf8','\x00','\xff','\xf8','\x1f','\xff','\x00','\x1f','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\xf8','\x00','\xff','\xf8','\x1f','\xff','\x00','\x1f','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x81','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x8f','\x00','\x00','\x91','\x80','\x00','\xa0','\xc0','\x00','\xc0','\xc0','\x00','\x80','\xc0','\x00','\x80','\xc0','\x00','\x81','\x80','\x00','\x81','\x80','\x00','\x83','\x00','\x00','\x86','\x00','\x00','\x8c','\x00','\x00','\x98','\x00','\x00','\xa0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0e','\x00','\x00','\x0f','\x00','\x00','\x0b','\x80','\x00','\x08','\xc0','\x00','\x08','\x60','\x00','\x08','\x20','\x00','\x08','\x10','\x00','\x08','\x10','\x00','\x08','\x10','\x00','\x08','\x20','\x00','\x08','\x20','\x00','\x08','\x40','\x00','\x08','\x80','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\xf8','\x00','\x03','\xf8','\x00','\x07','\xf0','\x00','\x07','\xf0','\x00','\x07','\xe0','\x00','\x03','\x80','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x01','\x93','\x00','\x03','\xff','\x80','\x01','\x93','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x7c','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x01','\x93','\x00','\x03','\xff','\x80','\x01','\x93','\x00','\x00','\x10','\x00','\x00','\x7c','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x7c','\x00','\x00','\x10','\x00','\x01','\x93','\x00','\x03','\xff','\x80','\x01','\x93','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\xff','\x80','\x03','\xf1','\x80','\x03','\xf1','\x80','\x07','\xf1','\x80','\x07','\xf1','\x80','\x07','\xf1','\x80','\x07','\xf1','\x80','\x03','\xf1','\x80','\x03','\xf1','\x80','\x00','\xf1','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x06','\x00','\x60','\x08','\x00','\x10','\x10','\x00','\x08','\x20','\x00','\x04','\x20','\x00','\x04','\x40','\x00','\x02','\x40','\x00','\x02','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x40','\x00','\x02','\x40','\x00','\x02','\x20','\x00','\x04','\x20','\x00','\x04','\x10','\x00','\x08','\x08','\x00','\x10','\x06','\x00','\x60','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x78','\x00','\x01','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xff','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x60','\x02','\x00','\x60','\x04','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x20','\x00','\x80','\x20','\x01','\x00','\x60','\x03','\xff','\xe0','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\xc7','\x80','\x03','\x01','\x80','\x04','\x01','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x7e','\x00','\x00','\xff','\x80','\x00','\x03','\xc0','\x00','\x00','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x03','\x80','\x00','\x0e','\x00','\x07','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x0b','\x00','\x00','\x0b','\x00','\x00','\x13','\x00','\x00','\x23','\x00','\x00','\x43','\x00','\x00','\x43','\x00','\x00','\x83','\x00','\x01','\x03','\x00','\x02','\x03','\x00','\x02','\x03','\x00','\x04','\x03','\x00','\x08','\x03','\x00','\x1f','\xff','\xe0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x1f','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xe0','\x03','\xff','\xc0','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x3e','\x00','\x02','\xff','\x80','\x03','\x81','\xc0','\x02','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x1c','\x00','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\x00','\x30','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x7e','\x00','\x07','\x81','\x80','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x07','\xff','\xe0','\x06','\x00','\x20','\x04','\x00','\x40','\x04','\x00','\x80','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\x00','\x60','\x03','\xc0','\xc0','\x01','\xf9','\x00','\x00','\x7e','\x00','\x00','\x8f','\x80','\x03','\x03','\xc0','\x06','\x00','\xe0','\x0c','\x00','\x70','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x01','\x80','\x60','\x00','\xc1','\xe0','\x00','\x3e','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x38','\x00','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x2c','\x00','\x00','\x2c','\x00','\x00','\x46','\x00','\x00','\x46','\x00','\x00','\x46','\x00','\x00','\x83','\x00','\x00','\x83','\x00','\x01','\x01','\x80','\x01','\x01','\x80','\x01','\xff','\x80','\x02','\x00','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x04','\x00','\x60','\x0c','\x00','\x70','\x3f','\x01','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfe','\x00','\x03','\x01','\x80','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\x80','\x03','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x0f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x20','\x03','\x00','\xe0','\x06','\x00','\x60','\x0c','\x00','\x20','\x0c','\x00','\x20','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x10','\x06','\x00','\x20','\x03','\x00','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf8','\x00','\x06','\x06','\x00','\x06','\x01','\x80','\x06','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x06','\x00','\x1f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\x40','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x06','\x06','\x00','\x07','\xfe','\x00','\x06','\x06','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x06','\x00','\x00','\x06','\x00','\x10','\x06','\x00','\x10','\x06','\x00','\x20','\x06','\x00','\x60','\x1f','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x20','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x00','\x03','\x01','\x00','\x03','\x01','\x00','\x03','\x03','\x00','\x03','\xff','\x00','\x03','\x03','\x00','\x03','\x01','\x00','\x03','\x01','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x20','\x03','\x00','\xe0','\x06','\x00','\x60','\x0c','\x00','\x20','\x0c','\x00','\x20','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x03','\xfc','\x18','\x00','\x60','\x18','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xe0','\x00','\xc3','\x20','\x00','\x3c','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xe0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x03','\x03','\x00','\x07','\x03','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x03','\x0c','\x00','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x87','\xe0','\x06','\x01','\x80','\x06','\x01','\x00','\x06','\x02','\x00','\x06','\x04','\x00','\x06','\x08','\x00','\x06','\x10','\x00','\x06','\x20','\x00','\x06','\x60','\x00','\x06','\xf0','\x00','\x07','\x38','\x00','\x06','\x1c','\x00','\x06','\x0c','\x00','\x06','\x06','\x00','\x06','\x07','\x00','\x06','\x03','\x80','\x06','\x01','\xc0','\x06','\x00','\xe0','\x1f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xc0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x08','\x03','\x00','\x08','\x03','\x00','\x10','\x03','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x00','\xfc','\x0b','\x00','\xb0','\x0b','\x00','\xb0','\x09','\x81','\x30','\x09','\x81','\x30','\x09','\x81','\x30','\x09','\x81','\x30','\x08','\xc2','\x30','\x08','\xc2','\x30','\x08','\xc2','\x30','\x08','\xc4','\x30','\x08','\x64','\x30','\x08','\x64','\x30','\x08','\x68','\x30','\x08','\x28','\x30','\x08','\x38','\x30','\x08','\x38','\x30','\x08','\x10','\x30','\x3e','\x10','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\xf8','\x07','\x00','\x20','\x05','\x80','\x20','\x05','\xc0','\x20','\x04','\xc0','\x20','\x04','\x60','\x20','\x04','\x70','\x20','\x04','\x30','\x20','\x04','\x18','\x20','\x04','\x1c','\x20','\x04','\x0c','\x20','\x04','\x06','\x20','\x04','\x07','\x20','\x04','\x03','\xa0','\x04','\x01','\xa0','\x04','\x00','\xe0','\x04','\x00','\xe0','\x04','\x00','\x60','\x1f','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x78','\x30','\x06','\x84','\x20','\x03','\x02','\x40','\x00','\xc2','\x80','\x00','\x3f','\x04','\x00','\x01','\x84','\x00','\x00','\xf8','\x00','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xfe','\x00','\x06','\x01','\x80','\x06','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xc0','\x06','\x03','\x00','\x07','\xfc','\x00','\x06','\x02','\x00','\x06','\x01','\x00','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x84','\x06','\x01','\xc8','\x1f','\x80','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x20','\x01','\x83','\xe0','\x03','\x00','\xe0','\x06','\x00','\x60','\x06','\x00','\x20','\x06','\x00','\x20','\x07','\x00','\x00','\x03','\xc0','\x00','\x00','\xf8','\x00','\x00','\x3f','\x00','\x00','\x07','\xc0','\x00','\x00','\xe0','\x00','\x00','\x70','\x04','\x00','\x30','\x04','\x00','\x30','\x06','\x00','\x30','\x07','\x00','\x60','\x07','\xc0','\xc0','\x04','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x10','\x18','\x08','\x20','\x18','\x04','\x20','\x18','\x04','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\xf8','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x40','\x01','\xc1','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\xfc','\x0e','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x40','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\x80','\x80','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xfe','\x7f','\x3f','\x38','\x1c','\x0c','\x18','\x1c','\x08','\x18','\x1c','\x08','\x18','\x26','\x08','\x0c','\x26','\x10','\x0c','\x26','\x10','\x0c','\x26','\x10','\x0c','\x46','\x10','\x0c','\x43','\x20','\x06','\x43','\x20','\x06','\x43','\x20','\x06','\x43','\x20','\x06','\x83','\x40','\x02','\x81','\x40','\x02','\x81','\x40','\x03','\x81','\xc0','\x01','\x00','\x80','\x01','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\xf8','\x07','\x00','\x60','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\xc1','\x00','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x74','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x2e','\x00','\x00','\x47','\x00','\x00','\x43','\x00','\x00','\x81','\x80','\x01','\x01','\xc0','\x02','\x00','\xe0','\x06','\x00','\x70','\x1f','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\xfc','\x0e','\x00','\x30','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x80','\x80','\x01','\x80','\x80','\x00','\xc1','\x00','\x00','\xe2','\x00','\x00','\x62','\x00','\x00','\x34','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\xe0','\x04','\x01','\xc0','\x08','\x01','\x80','\x08','\x03','\x80','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x01','\x80','\x10','\x03','\x00','\x10','\x07','\x00','\x20','\x0e','\x00','\x60','\x1f','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xfc','\x00','\x03','\x83','\x00','\x03','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x1f','\x80','\x00','\xe1','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x90','\x03','\x07','\x90','\x00','\xf8','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x1e','\x00','\x03','\x61','\x80','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xc1','\x80','\x02','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x03','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x78','\xc0','\x01','\x86','\xc0','\x03','\x01','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x83','\xc0','\x00','\x7c','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x80','\x00','\x0c','\xc0','\x00','\x18','\xc0','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x03','\xff','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x7c','\xf0','\x01','\x83','\x30','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x01','\x83','\x00','\x00','\x7c','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x00','\xff','\x00','\x01','\x3f','\xc0','\x02','\x00','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x1e','\x00','\x03','\x61','\x80','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x0f','\xc3','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1e','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x06','\x0c','\x00','\x06','\x18','\x00','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x07','\xe0','\x03','\x01','\x00','\x03','\x02','\x00','\x03','\x04','\x00','\x03','\x08','\x00','\x03','\x30','\x00','\x03','\x78','\x00','\x03','\x9c','\x00','\x03','\x0e','\x00','\x03','\x07','\x00','\x03','\x03','\x80','\x03','\x01','\xc0','\x0f','\xc7','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x78','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\xe1','\xc0','\x3f','\x16','\x20','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x3e','\x3c','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x9e','\x00','\x07','\xe1','\x80','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x07','\xe3','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x1e','\x00','\x0f','\x61','\x80','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xc1','\x80','\x03','\x3e','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x40','\x01','\x83','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x83','\xc0','\x00','\x7c','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x03','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc1','\xc0','\x03','\xc7','\xe0','\x00','\xcc','\x60','\x00','\xd0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x03','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x80','\x01','\x83','\x80','\x03','\x01','\x80','\x03','\x00','\x80','\x03','\x80','\x00','\x01','\xf8','\x00','\x00','\x7f','\x00','\x00','\x07','\x80','\x00','\x01','\xc0','\x02','\x00','\xc0','\x03','\x00','\xc0','\x03','\x81','\x80','\x02','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x07','\xff','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x40','\x00','\x60','\x40','\x00','\x30','\x80','\x00','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x01','\x80','\x0f','\x07','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x01','\x87','\x80','\x00','\x79','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xc1','\xf0','\x03','\x00','\x40','\x01','\x80','\x40','\x01','\x80','\x80','\x00','\xc0','\x80','\x00','\xc1','\x00','\x00','\x61','\x00','\x00','\x62','\x00','\x00','\x32','\x00','\x00','\x34','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x7e','\x7e','\x18','\x18','\x18','\x18','\x18','\x10','\x0c','\x2c','\x10','\x0c','\x2c','\x10','\x0c','\x26','\x20','\x06','\x46','\x20','\x06','\x43','\x20','\x06','\x43','\x40','\x02','\x81','\x40','\x03','\x81','\xc0','\x01','\x00','\x80','\x01','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xe3','\xf0','\x03','\x80','\x80','\x01','\xc1','\x00','\x00','\xe2','\x00','\x00','\x74','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x2e','\x00','\x00','\x47','\x00','\x00','\x83','\x80','\x01','\x01','\xc0','\x02','\x00','\xe0','\x0f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe1','\xf0','\x01','\x80','\x40','\x01','\x80','\x80','\x00','\xc0','\x80','\x00','\xc1','\x00','\x00','\x61','\x00','\x00','\x62','\x00','\x00','\x32','\x00','\x00','\x34','\x00','\x00','\x1c','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x0c','\x20','\x00','\x0c','\x40','\x00','\x07','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x03','\x80','\x02','\x07','\x00','\x04','\x06','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x20','\x01','\xc0','\x40','\x03','\x80','\xc0','\x07','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x27','\x00','\x07','\xfe','\x00','\x00','\x40','\x00','\x00','\x44','\x00','\x00','\x44','\x00','\x00','\x7f','\x00','\x01','\xc4','\xc0','\x03','\x48','\x60','\x06','\x48','\x30','\x04','\x50','\x30','\x08','\x60','\x30','\x08','\xe0','\x30','\x09','\xa0','\x60','\x0e','\x20','\xc0','\x00','\x07','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x63','\x00','\x10','\x7f','\x80','\x0f','\xfc','\x00','\x00','\xc0','\x00','\x00','\xc4','\x00','\x00','\x86','\x00','\x00','\x86','\x00','\x00','\xbf','\x80','\x01','\xcc','\x60','\x02','\x88','\x30','\x04','\x98','\x18','\x08','\x90','\x18','\x10','\xa0','\x0c','\x10','\xc0','\x0c','\x20','\xc0','\x0c','\x20','\xc0','\x0c','\x21','\x40','\x18','\x26','\x60','\x18','\x3c','\x60','\x30','\x30','\x00','\x60','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x04','\x03','\x00','\x04','\x00','\xc0','\x04','\x00','\x40','\x04','\x00','\x60','\x04','\x00','\x20','\x04','\x20','\x30','\x04','\x40','\x30','\x06','\x40','\x30','\x02','\x80','\xf0','\x03','\x80','\x30','\x03','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\xc0','\x18','\x00','\x20','\x18','\x00','\x10','\x18','\x00','\x18','\x18','\x00','\x08','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x40','\x04','\x18','\x40','\x06','\x18','\xc0','\x06','\x0c','\x80','\x1e','\x0d','\x80','\x0e','\x0f','\x00','\x06','\x07','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x0e','\x00','\x00','\xf3','\x00','\x00','\xc1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x1c','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1e','\x00','\x04','\x71','\x00','\x03','\xc0','\x80','\x03','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x8f','\x00','\x00','\x73','\x00','\x00','\x46','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xd0','\x00','\x01','\x88','\x00','\x03','\x8c','\x00','\x03','\x07','\xf0','\x00','\x03','\xe0','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x02','\x1f','\x00','\x01','\xf3','\x00','\x01','\x86','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x60','\x00','\x06','\x10','\x00','\x0e','\x10','\x00','\x1c','\x18','\x00','\x18','\x0f','\xf8','\x00','\x03','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x81','\xc0','\x00','\x98','\x30','\x04','\xf8','\x30','\x03','\x80','\x40','\x00','\x80','\x00','\x00','\x8f','\x00','\x00','\xb0','\xc0','\x00','\xc0','\x60','\x01','\x80','\x60','\x03','\x80','\x60','\x16','\x80','\x60','\x0c','\x80','\xc0','\x05','\x8f','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x60','\x01','\x80','\x18','\x01','\x98','\x0c','\x31','\xf8','\x0c','\x1f','\xc0','\x30','\x01','\x00','\x00','\x01','\x00','\x00','\x01','\x03','\xc0','\x01','\x1c','\x70','\x01','\x60','\x18','\x01','\x80','\x0c','\x03','\x00','\x0c','\x07','\x00','\x0c','\x4d','\x00','\x0c','\x79','\x00','\x18','\x39','\x00','\x38','\x17','\x88','\xf0','\x03','\x87','\xc0','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x80','\x60','\x01','\xf8','\x18','\x47','\x86','\x0c','\x79','\x02','\x06','\x33','\x02','\x06','\x03','\x02','\x07','\x02','\x02','\x07','\x06','\x02','\x3f','\x06','\x06','\x06','\x0c','\x06','\x00','\x0c','\x04','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x31','\x18','\x00','\x70','\xf8','\x00','\x60','\x70','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x01','\x80','\x03','\x00','\xc0','\x33','\x00','\xe0','\x18','\x00','\xc0','\x18','\x00','\x80','\x00','\x00','\x80','\xc0','\x01','\xf8','\x30','\x47','\x86','\x18','\x79','\x02','\x0c','\x33','\x02','\x0c','\x03','\x02','\x0e','\x02','\x02','\x0e','\x06','\x02','\x3e','\x06','\x06','\x0c','\x0c','\x06','\x00','\x0c','\x04','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x31','\x18','\x00','\x70','\xf8','\x00','\x60','\x70','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x67','\x00','\x10','\x3e','\x00','\x0f','\xf0','\x00','\x07','\x18','\x00','\x00','\x08','\xe0','\x00','\x0f','\xc0','\x08','\x1c','\x00','\x07','\xe2','\x00','\x03','\x03','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\xf8','\xe0','\x03','\x07','\xe0','\x04','\x00','\x60','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x03','\xfe','\x00','\x00','\xfe','\x00','\x00','\x00','\x00','\x01','\xc0','\x06','\x00','\xc0','\x03','\x00','\x60','\x33','\x00','\x67','\x18','\x10','\x3e','\x18','\x0f','\xf0','\x00','\x07','\x18','\x00','\x00','\x08','\xe0','\x00','\x0f','\xc0','\x08','\x1c','\x00','\x07','\xe2','\x00','\x03','\x03','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\xf8','\xe0','\x03','\x07','\xe0','\x04','\x00','\x60','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x03','\xfe','\x00','\x00','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x38','\x00','\x00','\x60','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x00','\xc0','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x03','\x86','\x00','\x07','\x03','\x00','\x0e','\x33','\x00','\x1c','\x18','\x00','\x30','\x18','\x00','\x60','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x18','\x03','\x80','\x0c','\x00','\xe0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x66','\x18','\x41','\xff','\x10','\x3f','\xe0','\x10','\x18','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x32','\x00','\x60','\x32','\x00','\x60','\x32','\x00','\x60','\x34','\x00','\x40','\x34','\x00','\xc0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\x80','\x18','\x01','\x80','\x08','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x00','\x06','\x30','\x00','\x03','\x18','\x0e','\x33','\x18','\x03','\x98','\x18','\x01','\x98','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x8c','\x21','\x07','\xfe','\x20','\xff','\x80','\x60','\x61','\x80','\x60','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x68','\x01','\x00','\x68','\x03','\x00','\x38','\x03','\x00','\x30','\x03','\x00','\x30','\x02','\x00','\x30','\x06','\x00','\x10','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x01','\xf0','\x00','\x00','\x7f','\xc0','\x00','\x07','\xc0','\x00','\x1c','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x07','\xff','\xf0','\x01','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x02','\x00','\x33','\x01','\xf0','\x18','\x00','\x7f','\x98','\x00','\x07','\x80','\x00','\x1c','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x07','\xff','\xf0','\x01','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x00','\xc1','\x80','\x00','\x60','\xe0','\x00','\x31','\xc0','\x10','\x1f','\x00','\x0f','\xfc','\x00','\x03','\x86','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xe0','\x00','\x3e','\x60','\x01','\xc3','\xf0','\x06','\x00','\x70','\x04','\x00','\x20','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x03','\xf0','\x00','\x00','\xff','\x80','\x00','\x0f','\x80','\x00','\x00','\x00','\x01','\xc0','\x06','\x03','\x80','\x03','\x01','\x86','\x33','\x00','\xc3','\x98','\x00','\x67','\x18','\x10','\x3c','\x00','\x0f','\xf8','\x00','\x03','\x8c','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x3c','\xc0','\x01','\xc7','\xe0','\x06','\x00','\xe0','\x04','\x00','\x40','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x03','\xf0','\x00','\x00','\xff','\x80','\x00','\x0f','\x80','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x80','\x00','\x03','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x04','\x02','\x00','\x08','\x02','\x00','\x10','\x02','\x00','\x60','\x01','\x03','\xc0','\x01','\xff','\x00','\x00','\x78','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x80','\x00','\x03','\x81','\x80','\x03','\x80','\xc0','\x03','\x0c','\xc0','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x04','\x02','\x00','\x08','\x02','\x00','\x10','\x02','\x00','\x60','\x01','\x03','\xc0','\x01','\xff','\x00','\x00','\x78','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x1f','\xfe','\x83','\xfc','\x1f','\x7f','\x04','\x00','\x30','\x04','\x00','\x00','\x7c','\x00','\x00','\x8c','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x00','\x86','\x00','\x00','\xfe','\x00','\x00','\x64','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\xc0','\x00','\x00','\x18','\x06','\x00','\x0e','\x03','\x00','\x07','\x33','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x00','\x83','\xff','\xfe','\x7f','\x04','\x1f','\x30','\x04','\x00','\x00','\x7c','\x00','\x00','\x8c','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x01','\x06','\x00','\x00','\x86','\x00','\x00','\xfe','\x00','\x00','\x64','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\xc0','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\xc0','\x06','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x8e','\x03','\x1f','\xff','\x0f','\xf1','\x80','\xfb','\x01','\x80','\x63','\x01','\x80','\x03','\x01','\x00','\x03','\x03','\x00','\x03','\x13','\x00','\x03','\x0e','\x00','\x03','\x06','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x7f','\xf0','\x00','\x1f','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x06','\x03','\x00','\x03','\x33','\x06','\x03','\x98','\x03','\x03','\x18','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x1c','\x03','\x1f','\xfe','\x0f','\xf3','\x00','\xfb','\x03','\x00','\x63','\x03','\x00','\x03','\x02','\x00','\x03','\x06','\x00','\x03','\x26','\x00','\x03','\x1c','\x00','\x03','\x0c','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x7f','\xf0','\x00','\x1f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x01','\x39','\x80','\x01','\xe3','\x80','\x00','\x86','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x40','\x00','\x00','\x81','\xf8','\x01','\x1f','\xfc','\x06','\x66','\x00','\x0f','\x88','\x00','\x3c','\x10','\x00','\x30','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x1e','\x00','\x00','\x0f','\x80','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x07','\x00','\x01','\x39','\x86','\x01','\xe3','\x83','\x00','\x86','\x33','\x00','\x0c','\x18','\x00','\x18','\x18','\x00','\x30','\x00','\x00','\x40','\x00','\x00','\x81','\xf8','\x01','\x1f','\xfc','\x06','\x66','\x00','\x0f','\x88','\x00','\x3c','\x10','\x00','\x30','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x1e','\x00','\x00','\x0f','\x80','\x00','\x03','\x80','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x8c','\x00','\x01','\xbc','\x00','\x41','\xf0','\x00','\x7f','\x81','\xc0','\x33','\x00','\x78','\x03','\x00','\x1c','\x02','\x00','\x1c','\x06','\x00','\x60','\x04','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x00','\x30','\x20','\x00','\x30','\x20','\x00','\x70','\x10','\x00','\x60','\x1c','\x00','\x00','\x0f','\xfc','\x00','\x01','\xfc','\x00','\x00','\x00','\x00','\x00','\x06','\x01','\x80','\x03','\x00','\xc0','\x33','\x00','\xc0','\x18','\x00','\x8c','\x18','\x01','\xbc','\x00','\x41','\xf0','\x00','\x7f','\x81','\xc0','\x33','\x00','\x78','\x03','\x00','\x1c','\x02','\x00','\x1c','\x06','\x00','\x60','\x04','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x00','\x30','\x20','\x00','\x30','\x20','\x00','\x70','\x10','\x00','\x60','\x1c','\x00','\x00','\x0f','\xfc','\x00','\x01','\xfc','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x86','\x00','\x21','\xbf','\x00','\x3f','\xe0','\x00','\x19','\x80','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x03','\x00','\x00','\x03','\x03','\xc0','\x02','\x1c','\x30','\x02','\x70','\x18','\x02','\xc0','\x0c','\x07','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xc0','\x06','\x00','\x80','\x03','\x01','\x86','\x33','\x21','\xbf','\x18','\x3f','\xe0','\x18','\x19','\x80','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x03','\x00','\x00','\x03','\x03','\xc0','\x02','\x1c','\x30','\x02','\x70','\x18','\x02','\xc0','\x0c','\x07','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\x00','\x78','\xc0','\x13','\xc0','\x60','\x0f','\x00','\x30','\x04','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xc0','\x00','\xf0','\x30','\x03','\xc0','\x08','\x8f','\x00','\x0c','\x7c','\x00','\x04','\x38','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x01','\xc0','\x00','\x07','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\x80','\x00','\xf0','\xe0','\x03','\xc0','\x30','\x8f','\x00','\x18','\x7c','\x00','\x18','\x38','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x0e','\x00','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x00','\x1f','\xf8','\x41','\xf3','\x80','\x7f','\x06','\x00','\x3c','\x0c','\x00','\x10','\x10','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1f','\x00','\x00','\x07','\xc0','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x41','\xf3','\x80','\x7f','\x06','\x06','\x3c','\x0c','\x03','\x10','\x10','\x33','\x00','\x20','\x18','\x00','\x20','\x18','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1f','\x00','\x00','\x07','\xc0','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\x81','\xc0','\x00','\x87','\xc0','\x00','\x9f','\x00','\x00','\x78','\x00','\x00','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\xe0','\x03','\xff','\xe0','\x00','\xff','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x0c','\x01','\x80','\x06','\x01','\xc0','\x66','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x00','\x00','\x80','\x00','\x00','\x81','\xc0','\x00','\x87','\xc0','\x00','\x9f','\x00','\x00','\x78','\x00','\x00','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\xe0','\x03','\xff','\xe0','\x00','\xff','\x80','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x40','\xcc','\x00','\x7f','\xfe','\x00','\x38','\x80','\x00','\x01','\x00','\x70','\x03','\x00','\x0c','\x02','\x00','\x3e','\x06','\x00','\xc6','\x0c','\x01','\x00','\x18','\x01','\x00','\x38','\x02','\x00','\x70','\x02','\x00','\x60','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\xfa','\x00','\x01','\x07','\x80','\x02','\x02','\xe0','\x02','\x06','\x70','\x01','\xfc','\x30','\x00','\x78','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x01','\xe0','\x0c','\x0f','\xf8','\x18','\x30','\x3c','\x18','\x00','\x60','\x18','\x00','\x80','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x31','\x00','\x00','\x31','\x00','\x00','\x32','\x10','\x00','\x32','\x20','\x00','\x32','\x20','\x00','\x14','\x30','\x00','\x1c','\x1f','\xfe','\x1c','\x07','\xfc','\x0c','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x10','\x10','\x00','\x10','\x10','\x00','\x10','\x3f','\x80','\x10','\xf0','\x60','\x13','\x20','\x18','\x16','\x20','\x0c','\x18','\x60','\x0c','\x18','\x40','\x06','\x38','\xc0','\x06','\x2c','\x80','\x06','\x47','\x80','\x06','\x47','\x00','\x0e','\x83','\x00','\x0c','\x87','\x87','\xcc','\xcd','\x88','\x38','\x58','\x08','\x3c','\x30','\x0c','\xe6','\x00','\x03','\x86','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x07','\x83','\xc0','\x5f','\x1c','\x30','\x32','\x60','\x18','\x02','\x80','\x08','\x07','\x00','\x0c','\x06','\x00','\x0c','\x0e','\x00','\x0c','\x0a','\x00','\x0c','\x1a','\x00','\x0c','\x12','\x00','\x1c','\x32','\x07','\x98','\x73','\x0c','\x78','\x6b','\x08','\x3c','\x4f','\x0c','\x66','\x06','\x07','\xc6','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\x00','\xf8','\xc0','\x03','\x8c','\x30','\x06','\x0c','\x18','\x0c','\x0c','\x0c','\x18','\x18','\x0c','\x10','\x18','\x06','\x20','\x30','\x06','\x20','\x20','\x06','\x40','\x60','\x06','\x40','\x40','\x06','\x40','\xc0','\x06','\x61','\x80','\x06','\x63','\x00','\x0c','\x36','\x00','\x0c','\x3c','\x00','\x18','\x18','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x01','\x80','\x18','\x00','\x60','\x1c','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x40','\x18','\x00','\x40','\x30','\x20','\x4e','\x30','\x1f','\xfc','\x30','\x0c','\x40','\x30','\x00','\x40','\x20','\x00','\x40','\x60','\x00','\x40','\x64','\x00','\x40','\x64','\x00','\x60','\x64','\x00','\x60','\x6c','\x00','\x60','\x68','\x0f','\xe0','\x28','\x30','\x70','\x38','\x40','\x7c','\x38','\x40','\xee','\x18','\x3f','\xc6','\x10','\x0f','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x30','\x00','\x03','\x18','\x06','\x33','\x1c','\x01','\x98','\x18','\x01','\x98','\x18','\x01','\x80','\x18','\x01','\x00','\x30','\x81','\x38','\x30','\x7f','\xf0','\x30','\x31','\x00','\x30','\x01','\x00','\x20','\x01','\x00','\x60','\x01','\x00','\x64','\x01','\x00','\x64','\x01','\x80','\x64','\x01','\x80','\x6c','\x01','\x80','\x68','\x1f','\x80','\x28','\x61','\xc0','\x38','\x81','\xf0','\x38','\x83','\xb8','\x18','\x7f','\x18','\x10','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x06','\x0e','\x1c','\x01','\x91','\x18','\x01','\x91','\x18','\x01','\x91','\x18','\x01','\x0e','\x30','\x81','\x30','\x30','\x7f','\xf0','\x30','\x31','\x00','\x30','\x01','\x00','\x20','\x01','\x00','\x60','\x01','\x00','\x64','\x01','\x00','\x64','\x01','\x80','\x64','\x01','\x80','\x6c','\x01','\x80','\x68','\x1f','\x80','\x28','\x61','\xc0','\x38','\x81','\xf0','\x38','\x83','\xb8','\x18','\x7f','\x18','\x10','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x60','\x03','\xc0','\x60','\x4f','\xc0','\x60','\x39','\x80','\x60','\x03','\x00','\x60','\x02','\x00','\x70','\x06','\x00','\x50','\x04','\x00','\x58','\x0c','\x00','\x98','\x0c','\x00','\x8c','\x08','\x00','\x8e','\x18','\x01','\x87','\x18','\x01','\x02','\x18','\x01','\x00','\x18','\x03','\x00','\x18','\x02','\x00','\x18','\x06','\x00','\x08','\x0c','\x00','\x0e','\x38','\x00','\x07','\xf0','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x01','\x00','\x33','\x07','\x81','\x98','\x9f','\x81','\x98','\x73','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\xc0','\x0c','\x01','\x40','\x08','\x01','\x60','\x18','\x01','\x60','\x18','\x01','\x30','\x10','\x01','\x38','\x30','\x01','\x1c','\x30','\x02','\x08','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x04','\x00','\x30','\x0c','\x00','\x10','\x18','\x00','\x1c','\x70','\x00','\x0f','\xe0','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x0e','\x07','\x81','\x91','\x9f','\x81','\x91','\x73','\x01','\x91','\x06','\x01','\x8e','\x04','\x01','\xc0','\x0c','\x01','\x40','\x08','\x01','\x60','\x18','\x01','\x60','\x18','\x01','\x30','\x10','\x01','\x38','\x30','\x01','\x1c','\x30','\x02','\x08','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x04','\x00','\x30','\x0c','\x00','\x10','\x18','\x00','\x1c','\x70','\x00','\x0f','\xe0','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x1f','\xe0','\x00','\x78','\x3c','\x01','\x88','\x06','\x86','\x0c','\x07','\x9c','\x0c','\x1f','\x78','\x0c','\x06','\x70','\xfc','\x00','\x20','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x18','\x0c','\x00','\x0c','\x06','\x00','\x0c','\x66','\x00','\x10','\x30','\x00','\x20','\x30','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x1f','\xe0','\x00','\x78','\x3c','\x01','\x88','\x06','\x86','\x0c','\x07','\x9c','\x0c','\x1f','\x78','\x0c','\x06','\x70','\xfc','\x00','\x20','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x38','\x00','\x10','\x44','\x00','\x20','\x44','\x00','\x20','\x44','\x00','\x40','\x38','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x1f','\xe0','\x00','\x78','\x3c','\x01','\x88','\x06','\x86','\x0c','\x07','\x9c','\x0c','\x1f','\x78','\x0c','\x06','\x70','\xfc','\x00','\x20','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x80','\x00','\x06','\x40','\x00','\x04','\x20','\x00','\x0c','\x20','\x00','\x0c','\x10','\x00','\x08','\x18','\x00','\x18','\x0c','\x00','\x18','\x06','\x00','\xb0','\x03','\x00','\xf0','\x01','\x80','\x60','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x1e','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x03','\x30','\x03','\x81','\x80','\x06','\x41','\x80','\x04','\x20','\x00','\x0c','\x20','\x00','\x0c','\x10','\x00','\x08','\x18','\x00','\x18','\x0c','\x00','\x18','\x06','\x00','\xb0','\x03','\x00','\xf0','\x01','\x80','\x60','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x1e','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x03','\x80','\x88','\x06','\x40','\x88','\x04','\x20','\x88','\x0c','\x20','\x70','\x0c','\x10','\x00','\x08','\x18','\x00','\x18','\x0c','\x00','\x18','\x06','\x00','\xb0','\x03','\x00','\xf0','\x01','\x80','\x60','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x1e','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x01','\xf8','\x1c','\x3f','\xfc','\x18','\x00','\xc0','\x18','\x00','\x60','\x18','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x7c','\x30','\x01','\xf8','\x30','\x3f','\x60','\x20','\x00','\x60','\x60','\x00','\x60','\x64','\x00','\x60','\x64','\x00','\x60','\x64','\x00','\x60','\x6c','\x00','\x60','\x68','\x07','\xe0','\x28','\x18','\x70','\x38','\x20','\x7c','\x38','\x20','\xee','\x18','\x1f','\xc6','\x10','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x03','\xc6','\x1c','\xff','\xe3','\x18','\x03','\x03','\x18','\x01','\x98','\x18','\x01','\x8c','\x30','\x01','\x8c','\x30','\x01','\x80','\x30','\x01','\xf0','\x30','\xff','\xe0','\x20','\x01','\x80','\x60','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x6c','\x01','\x80','\x68','\x1f','\x80','\x28','\x61','\xc0','\x38','\x81','\xf0','\x38','\x83','\xb8','\x18','\x7f','\x18','\x10','\x1c','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x30','\x00','\x11','\x18','\x03','\x91','\x1c','\xff','\xd1','\x18','\x03','\x0e','\x18','\x01','\x80','\x18','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\xf0','\x30','\x0f','\xe0','\x30','\xf9','\x80','\x20','\x01','\x80','\x60','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x64','\x01','\x80','\x6c','\x01','\x80','\x68','\x1f','\x80','\x28','\x61','\xc0','\x38','\x81','\xf0','\x38','\x83','\xb8','\x18','\x7f','\x18','\x10','\x1c','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x10','\x09','\xe0','\x0f','\xff','\xc0','\x07','\x08','\x00','\x00','\x09','\x00','\x00','\x08','\xc0','\x08','\x0b','\xc0','\x07','\xff','\x00','\x03','\x88','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x03','\xfc','\x00','\x0c','\x0f','\x80','\x10','\x0d','\xe0','\x18','\x3c','\x70','\x0f','\xf8','\x30','\x03','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x3c','\x00','\x07','\xce','\x00','\x03','\x0e','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x30','\x40','\x00','\x20','\x20','\x00','\x60','\x30','\x00','\x40','\x30','\x00','\xc0','\x30','\x03','\xfe','\x60','\x0d','\x87','\xe0','\x31','\x00','\x70','\x23','\x00','\xfc','\x46','\x00','\xce','\x4c','\x01','\x86','\x58','\x01','\x80','\x70','\x03','\x00','\x20','\x02','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x38','\x00','\x03','\xf8','\x00','\x7f','\xe0','\x30','\x33','\x00','\x48','\x02','\x00','\x4c','\x02','\x00','\x46','\x0e','\x00','\x46','\x13','\x00','\x5e','\x23','\x00','\x44','\x23','\x00','\x40','\x23','\x00','\x40','\x12','\x00','\x20','\x0e','\x00','\x20','\x06','\x00','\x20','\x04','\x00','\x30','\x04','\x00','\x70','\x06','\x01','\xf0','\x03','\xff','\xe0','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x20','\x0c','\x00','\x30','\x0c','\x00','\x10','\x08','\x00','\x10','\x1f','\x80','\x18','\xf8','\xe0','\x0b','\x90','\x38','\x0e','\x30','\x1c','\x1c','\x20','\x0c','\x34','\x60','\x0e','\x64','\x40','\x06','\x46','\xc0','\x06','\xc3','\x80','\x06','\x83','\x80','\x0e','\x83','\x80','\x0c','\x86','\xc0','\x1c','\x4c','\x40','\x18','\x70','\x00','\x30','\x20','\x00','\xc0','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x08','\x40','\x00','\x07','\x40','\x00','\x01','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x80','\x00','\x08','\x80','\x00','\x09','\x00','\x80','\x07','\xe0','\x40','\x01','\xf8','\x60','\x01','\x18','\x20','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x01','\x00','\x60','\x01','\x80','\xe0','\x00','\xff','\xc0','\x00','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x01','\xf8','\x00','\x02','\x18','\x00','\x02','\x07','\xc0','\x03','\x3c','\x60','\x01','\xc0','\x30','\x23','\x80','\x30','\x1e','\xc4','\x60','\x0c','\x63','\x80','\x00','\x30','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x03','\x8c','\x00','\x04','\x7e','\x00','\x08','\x0c','\x00','\x08','\x01','\xf0','\x0c','\x0e','\x0c','\x06','\x70','\x06','\x03','\xc0','\x03','\x07','\x00','\x03','\x9d','\x80','\x07','\xf8','\xc6','\x1e','\x70','\x63','\xfc','\x00','\x60','\xf0','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x24','\x00','\x02','\x47','\x00','\x02','\x5a','\xc0','\x04','\x62','\x60','\x04','\x82','\x20','\x04','\x82','\x30','\x05','\x42','\x30','\x05','\x42','\x30','\x06','\x42','\x30','\x06','\x26','\x20','\x06','\x34','\x60','\x02','\x1c','\xc0','\x00','\x07','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x40','\x44','\x00','\x20','\x86','\x00','\x30','\x8f','\xc0','\x31','\x32','\x30','\x31','\x42','\x18','\x31','\x83','\x0c','\x21','\x03','\x0c','\x63','\x03','\x06','\x65','\x03','\x06','\x65','\x03','\x06','\x68','\x83','\x06','\x68','\x83','\x0c','\x68','\x46','\x0c','\x30','\x46','\x18','\x30','\x26','\x70','\x30','\x1f','\xe0','\x10','\x0f','\x80','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x08','\xc0','\x00','\x0f','\xc0','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\xf8','\x00','\x03','\x0f','\x00','\x02','\x0b','\xc0','\x01','\x18','\xc0','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\xe0','\x00','\x1f','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\xfe','\x00','\x0c','\x1f','\x80','\x10','\x19','\xe0','\x10','\x18','\x70','\x18','\x70','\x30','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\xcc','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x02','\x07','\x80','\x06','\x18','\x60','\x06','\x60','\x30','\x07','\x80','\x18','\x0f','\x00','\x18','\x0e','\x00','\x18','\x04','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x01','\x0f','\x00','\x01','\x11','\x80','\x01','\x20','\xc0','\x01','\x20','\xc0','\x03','\x40','\x60','\x03','\x40','\x60','\x03','\x80','\x60','\x03','\x80','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x01','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x02','\x7e','\x00','\x03','\xc7','\x00','\x01','\x8e','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x9f','\x00','\x03','\xe0','\xc0','\x03','\x80','\x60','\x07','\x00','\x30','\x0e','\x00','\x30','\x1c','\x00','\x30','\x18','\x70','\x30','\x01','\x98','\x30','\x01','\x0c','\x60','\x01','\x06','\xc0','\x01','\x87','\x00','\x00','\x7c','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x07','\x00','\x02','\x18','\x80','\x87','\x20','\xc0','\x7f','\x40','\xc0','\x32','\x80','\xc0','\x07','\x00','\xc0','\x07','\x00','\xc0','\x0e','\x00','\x80','\x0c','\x01','\x80','\x1c','\x01','\x80','\x1c','\x01','\x80','\x34','\x01','\x80','\x34','\x01','\x80','\x66','\x01','\x80','\xf6','\x01','\xc3','\xce','\x00','\xfe','\x0e','\x00','\x38','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x0c','\x00','\x03','\xfe','\x00','\x01','\xc6','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x8f','\x80','\x03','\x70','\x60','\x07','\x80','\x30','\x0e','\x00','\x18','\x1c','\x00','\x18','\x38','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x01','\xc0','\x00','\x07','\x00','\x00','\x78','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\xe0','\x00','\x07','\xc7','\x00','\x02','\x98','\xc0','\x00','\xa0','\x60','\x01','\xc0','\x60','\x01','\x80','\x30','\x03','\x80','\x30','\x02','\x80','\x30','\x04','\x80','\x60','\x0e','\x80','\x60','\x09','\x80','\xc0','\x00','\xc7','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x80','\x00','\x01','\xe0','\x00','\x27','\xe1','\xe0','\x1c','\xc6','\x38','\x00','\x98','\x0c','\x01','\xa0','\x0e','\x02','\xc0','\x06','\x02','\x80','\x06','\x05','\x80','\x06','\x0c','\x80','\x06','\x08','\x80','\x0e','\x18','\x80','\x0c','\x34','\xc0','\x18','\x72','\xc0','\x30','\x61','\xc0','\xc0','\x01','\xc3','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x18','\x00','\x03','\xfc','\x00','\x01','\x8c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x6f','\x80','\x00','\xf0','\x60','\x03','\xc0','\x10','\x0c','\x80','\x18','\x19','\x80','\x08','\x11','\x00','\x0c','\x23','\x00','\x0c','\x22','\x00','\x0c','\x26','\x0f','\x1c','\x34','\x10','\xd8','\x1c','\x10','\x70','\x08','\x18','\xe0','\x00','\x0f','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x02','\x3f','\x00','\x03','\xe6','\x00','\x01','\x84','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x37','\x80','\x00','\x78','\xc0','\x00','\xc0','\x60','\x01','\x80','\x60','\x07','\x00','\x60','\x06','\x78','\x60','\x00','\xcc','\xc0','\x00','\x8d','\x80','\x00','\x7e','\x00','\x00','\x60','\x00','\x00','\x80','\x00','\x01','\x00','\xe0','\x06','\x03','\x38','\x0d','\x86','\x0c','\x38','\x7c','\x0e','\x70','\x38','\x3e','\x60','\x10','\x04','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x10','\x26','\x00','\x0f','\xff','\x00','\x06','\x60','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x00','\x70','\x03','\x60','\x38','\x07','\xb0','\xf8','\x0e','\x1b','\xc0','\x1c','\x1e','\x00','\x18','\x38','\x00','\x00','\x78','\x00','\x00','\x98','\x00','\x01','\x18','\x00','\x02','\x08','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x07','\x80','\x00','\x03','\xff','\xc0','\x00','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x70','\x00','\x07','\x98','\x00','\x0e','\x18','\x00','\x0c','\x18','\x02','\x18','\x18','\x06','\x18','\x0c','\x0c','\x30','\x0c','\x18','\x70','\x0c','\x70','\x60','\x0f','\xe0','\x60','\x07','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x08','\x3f','\xe0','\x07','\xe0','\x60','\x07','\x00','\xf0','\x00','\x23','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x21','\xff','\xfc','\x3f','\xc0','\x1e','\x1c','\x00','\x3e','\x00','\x30','\x78','\x00','\x1c','\xc0','\x00','\x0f','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x64','\x00','\x00','\xc4','\x00','\x03','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x03','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x78','\x00','\x00','\xcc','\x00','\x01','\x8c','\x00','\x03','\x0c','\x00','\x0c','\x0c','\x00','\x30','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x1f','\xe0','\x01','\xf0','\x70','\x01','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x01','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x30','\x18','\xf0','\x1f','\xff','\xf8','\x0f','\x80','\x3c','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x00','\x70','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x03','\x80','\x01','\xff','\xc0','\x01','\xa0','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x10','\x10','\xc0','\x0f','\xff','\xf0','\x07','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\xe0','\x0f','\xff','\xf0','\x07','\x30','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x80','\xff','\xf8','\x7f','\xff','\xfe','\x3c','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x60','\x08','\x7f','\xf0','\x07','\xcc','\x00','\x02','\x1c','\x00','\x00','\x14','\x00','\x00','\x34','\x00','\x00','\x64','\x00','\x00','\xc4','\x00','\x01','\x84','\x00','\x03','\x04','\x00','\x0c','\x04','\x00','\x00','\x3c','\x00','\x00','\x1c','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\xfc','\x21','\xff','\xfe','\x1f','\xc7','\x00','\x0c','\x0f','\x00','\x00','\x1f','\x00','\x00','\x3b','\x00','\x00','\x33','\x00','\x00','\x63','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x60','\x03','\x00','\x00','\x13','\x00','\x00','\x0f','\x00','\x00','\x07','\x00','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x20','\x10','\x7f','\xf0','\x0f','\xfe','\x38','\x07','\x30','\x38','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x01','\x80','\x18','\x21','\x80','\x30','\x13','\x80','\x40','\x0f','\x00','\x00','\x07','\x00','\x00','\x02','\x00','\x00','\x00','\x06','\x00','\x18','\x03','\x00','\x0c','\x33','\x00','\x0e','\x18','\x00','\x0c','\x18','\x00','\x1c','\x00','\x00','\x18','\x20','\x10','\x7f','\xf0','\x0f','\xfe','\x38','\x07','\x30','\x38','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x01','\x80','\x18','\x21','\x80','\x30','\x13','\x80','\x40','\x0f','\x00','\x00','\x07','\x00','\x00','\x02','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x60','\x00','\x00','\x61','\xc0','\x00','\x2f','\xe0','\x00','\x7e','\x00','\x21','\xe0','\x00','\x1f','\x30','\x00','\x0c','\x30','\x00','\x00','\x10','\x38','\x00','\x1b','\xfc','\x00','\x1f','\x00','\x40','\xf8','\x00','\x3f','\x8c','\x00','\x1c','\x0c','\x00','\x00','\x04','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x00','\x00','\x00','\x06','\x01','\x80','\x03','\x00','\xe0','\x33','\x00','\x60','\x18','\x00','\x61','\x98','\x00','\x2f','\xc0','\x00','\x7c','\x00','\x21','\xe0','\x00','\x1f','\x30','\x00','\x0c','\x30','\x00','\x00','\x10','\x38','\x00','\x1b','\xfc','\x00','\x1f','\x00','\x40','\xf8','\x00','\x3f','\x8c','\x00','\x1c','\x0c','\x00','\x00','\x04','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x40','\x00','\x7f','\xe0','\x00','\x7c','\x70','\x00','\xe0','\x70','\x01','\xc0','\xe0','\x03','\x00','\xc0','\x06','\x01','\xc0','\x08','\x01','\x80','\x10','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x40','\x33','\x00','\x70','\x18','\x00','\x60','\x98','\x00','\xff','\xc0','\x00','\xf8','\xe0','\x01','\xc0','\xe0','\x03','\x81','\xc0','\x06','\x01','\x80','\x0c','\x03','\x80','\x10','\x07','\x00','\x20','\x0e','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\x80','\x7c','\x03','\xff','\xfe','\x06','\x7e','\x00','\x0c','\x03','\x00','\x10','\x03','\x00','\x20','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xc0','\x03','\x00','\x60','\x33','\x00','\x60','\x18','\x00','\xe0','\x18','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x7c','\x06','\xff','\xfe','\x0c','\x3e','\x00','\x10','\x03','\x00','\x20','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x10','\x7f','\xf0','\x0f','\xf0','\x38','\x07','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x10','\x00','\xc0','\x0f','\xff','\xe0','\x07','\xc0','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc0','\x10','\x7f','\xe0','\x0f','\xf0','\x70','\x07','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x10','\x01','\x80','\x0f','\xff','\xc0','\x07','\xc0','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x80','\x03','\x01','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x9e','\x81','\x9f','\xff','\x7f','\xf1','\x80','\x39','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x83','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x00','\x06','\x00','\x0c','\x03','\x00','\x07','\x33','\x03','\x03','\x98','\x01','\x83','\x18','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x1c','\x81','\x9f','\xfe','\x7f','\xf3','\x00','\x39','\x83','\x00','\x01','\x83','\x00','\x01','\x87','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x80','\x00','\x01','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x18','\x00','\x04','\x0f','\x00','\x08','\x03','\x80','\x10','\x01','\x80','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0e','\x00','\x00','\x3c','\x00','\x10','\xf0','\x00','\x1f','\xe0','\x00','\x0f','\x80','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x06','\x00','\x33','\x03','\x80','\x18','\x01','\xc0','\x18','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x18','\x00','\x04','\x0f','\x00','\x08','\x03','\x80','\x10','\x01','\x80','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0e','\x00','\x00','\x3c','\x00','\x10','\xf0','\x00','\x1f','\xe0','\x00','\x0f','\x80','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x04','\x1f','\xc0','\x03','\xf8','\xe0','\x01','\xc1','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x32','\x00','\x00','\x61','\x80','\x00','\xc0','\xe0','\x01','\x80','\x70','\x06','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x03','\x18','\x08','\x3f','\x98','\x07','\xf1','\xc0','\x03','\x81','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x36','\x00','\x00','\x61','\x80','\x00','\xc0','\xe0','\x01','\x80','\x70','\x06','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x70','\x00','\xcf','\xf8','\x00','\xfc','\x3c','\x07','\xc0','\x70','\x7e','\xc0','\xc0','\x30','\xc1','\x00','\x00','\xc2','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x3f','\xf8','\x00','\x0f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x01','\x80','\x33','\x00','\xc0','\x18','\x00','\xe0','\x18','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x70','\x00','\xcf','\xf8','\x00','\xfc','\x3c','\x07','\xc0','\x70','\x7e','\xc0','\xc0','\x30','\xc1','\x00','\x00','\xc2','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x3f','\xf8','\x00','\x0f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x10','\x00','\x38','\x0c','\x00','\x30','\x06','\x00','\x70','\x07','\x00','\x60','\x03','\x00','\xe0','\x03','\x80','\xc0','\x01','\x81','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x03','\x18','\x40','\x01','\x98','\x30','\x01','\xc0','\x18','\x01','\x80','\x1c','\x01','\x80','\x0c','\x03','\x00','\x0e','\x03','\x00','\x06','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x00','\x3f','\xf0','\x00','\x77','\x38','\x00','\x60','\x30','\x00','\xc0','\x70','\x01','\x80','\x60','\x03','\x60','\xc0','\x06','\x31','\xc0','\x18','\x19','\x80','\x00','\x1b','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x60','\x03','\x00','\x30','\x33','\x00','\x30','\x18','\x00','\x61','\x98','\x00','\x7f','\xc0','\x00','\xd8','\xe0','\x01','\x80','\xc0','\x03','\x01','\x80','\x06','\xc1','\x80','\x0c','\x63','\x00','\x30','\x33','\x00','\x00','\x36','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x00','\x00','\x0f','\x80','\x00','\x3e','\x00','\x00','\xf8','\x00','\x07','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x78','\x41','\xff','\xfe','\x3f','\x8c','\x06','\x1c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x06','\x00','\x02','\x03','\x00','\x03','\x33','\x00','\x0f','\x98','\x00','\x3e','\x18','\x00','\xf8','\x00','\x07','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x78','\x41','\xff','\xfe','\x3f','\x8c','\x06','\x1c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x40','\x04','\x10','\x70','\x02','\x18','\x60','\x03','\x18','\x60','\x03','\x08','\xc0','\x01','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x30','\x00','\x60','\x18','\x20','\x20','\x1c','\x10','\x30','\x18','\x18','\x30','\x38','\x1c','\x30','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x01','\x03','\x18','\x01','\x81','\x98','\x40','\x81','\xc0','\x20','\xc1','\x80','\x30','\xc1','\x80','\x38','\xc3','\x80','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x03','\xc0','\x03','\xff','\xe0','\x01','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x78','\x40','\xff','\xfe','\x3f','\xc8','\x0e','\x1c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x04','\x07','\x33','\x03','\xff','\x98','\x01','\xc0','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xf0','\x40','\xff','\xfc','\x3f','\xc8','\x1c','\x1c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xf0','\x00','\x00','\xce','\x00','\x00','\xc3','\x80','\x00','\xc0','\xe0','\x00','\xc0','\x70','\x00','\xc0','\x30','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x30','\x00','\xe0','\x18','\x00','\xe1','\x98','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xf0','\x00','\x00','\xce','\x00','\x00','\xc3','\x80','\x00','\xc0','\xe0','\x00','\xc0','\x70','\x00','\xc0','\x30','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x78','\x41','\xff','\xfe','\x3f','\x8c','\x0e','\x1c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x07','\x80','\x07','\xff','\xe0','\x03','\x80','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x0f','\xf0','\x3f','\xff','\xfe','\x1f','\x00','\x1e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\xe0','\x01','\xff','\xf0','\x00','\xe0','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x03','\x03','\x00','\x00','\xc3','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x1b','\x00','\x00','\x33','\x80','\x00','\x31','\x80','\x00','\x61','\xc0','\x00','\xc0','\xc0','\x01','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x08','\x7f','\xc0','\x07','\xe3','\x80','\x03','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x3c','\x80','\x00','\x6c','\x60','\x00','\xcc','\x38','\x01','\x8c','\x1c','\x03','\x0c','\x0e','\x0c','\x0c','\x06','\x30','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x01','\x82','\x00','\x01','\x81','\x00','\x01','\x80','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x06','\x00','\x38','\x06','\x00','\x18','\x0c','\x00','\x1c','\x0c','\x00','\x0c','\x18','\x00','\x0e','\x10','\x00','\x06','\x20','\x00','\x06','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x00','\x18','\x03','\x00','\x18','\x01','\x82','\x00','\x01','\x81','\x00','\x01','\x80','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x06','\x00','\x38','\x06','\x00','\x18','\x0c','\x00','\x1c','\x0c','\x00','\x0c','\x18','\x00','\x0e','\x10','\x00','\x06','\x20','\x00','\x06','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x11','\x03','\x00','\x11','\x01','\x82','\x11','\x01','\x81','\x0e','\x01','\x80','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x06','\x00','\x38','\x06','\x00','\x18','\x0c','\x00','\x1c','\x0c','\x00','\x0c','\x18','\x00','\x0e','\x10','\x00','\x06','\x20','\x00','\x06','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x07','\x80','\x07','\xff','\xc0','\x06','\xe0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\xc0','\x70','\x01','\xff','\xf0','\x00','\x7f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x18','\x00','\x03','\x0e','\x00','\x33','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x07','\x80','\x07','\xff','\xc0','\x06','\xe0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\xc0','\x70','\x01','\xff','\xf0','\x00','\x7f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x1c','\x07','\x00','\x22','\x06','\x00','\x22','\x06','\x00','\x22','\x06','\x00','\x1c','\x06','\x07','\x80','\x07','\xff','\xc0','\x06','\xe0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\xc0','\x70','\x01','\xff','\xf0','\x00','\x7f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x03','\xe0','\x0f','\xff','\xf0','\x03','\xc0','\x38','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x33','\x00','\x00','\x18','\x20','\x07','\x98','\x1f','\xff','\xc0','\x07','\x80','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x11','\x40','\x0f','\x11','\x3f','\xff','\x91','\x0f','\x01','\xce','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x03','\x80','\x00','\x02','\xc0','\x00','\x06','\x60','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x18','\x0c','\x00','\x38','\x06','\x00','\xf0','\x03','\x00','\x60','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x3c','\x00','\x00','\x1e','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x03','\x30','\x01','\x01','\x80','\x03','\x81','\x80','\x02','\xc0','\x00','\x06','\x60','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x18','\x0c','\x00','\x38','\x06','\x00','\xf0','\x03','\x00','\x60','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x3c','\x00','\x00','\x1e','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xe0','\x01','\x01','\x10','\x03','\x81','\x10','\x02','\xc1','\x10','\x06','\x60','\xe0','\x0c','\x30','\x00','\x0c','\x18','\x00','\x18','\x0c','\x00','\x38','\x06','\x00','\xf0','\x03','\x00','\x60','\x01','\x80','\x00','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x3c','\x00','\x00','\x1e','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x70','\x40','\x3f','\xfc','\x3f','\xf8','\x0c','\x1e','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x40','\x04','\x18','\x20','\x04','\x18','\x30','\x0c','\x18','\x18','\x08','\x18','\x1c','\x18','\x18','\x0c','\x38','\x18','\x0c','\x30','\x98','\x00','\x00','\x78','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x30','\x03','\x00','\x18','\x33','\x00','\x1c','\x18','\x00','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\xe0','\x20','\x3f','\xf8','\x1f','\xf8','\x18','\x0e','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x40','\x04','\x18','\x20','\x04','\x18','\x30','\x0c','\x18','\x18','\x08','\x18','\x1c','\x18','\x18','\x0c','\x38','\x18','\x0c','\x30','\x98','\x00','\x00','\x78','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x30','\x0e','\x00','\x38','\x11','\x00','\x30','\x11','\x00','\x30','\x11','\x00','\x31','\xce','\x40','\x7f','\xe0','\x3f','\xf0','\x60','\x1c','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x80','\x08','\x30','\x40','\x08','\x30','\x60','\x18','\x30','\x30','\x10','\x30','\x38','\x30','\x30','\x18','\x70','\x30','\x18','\x61','\x30','\x00','\x00','\xf0','\x00','\x00','\x70','\x00','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x40','\x1f','\xfc','\x3f','\xf8','\x0e','\x1f','\x00','\x1c','\x08','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x82','\x00','\x00','\x64','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x00','\xc0','\x00','\x00','\x7c','\x00','\x00','\x1f','\x80','\x00','\x03','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\x80','\x00','\x00','\xf0','\x00','\x00','\x3f','\x00','\x00','\x07','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x00','\x03','\x00','\x00','\x01','\xe0','\x00','\x00','\x7f','\x00','\x00','\x0f','\xc0','\x00','\x01','\xe0','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x41','\x00','\x00','\xc0','\x80','\x00','\x80','\x40','\x01','\x80','\x60','\x01','\x00','\x30','\x03','\x00','\x18','\x42','\x01','\xf8','\x7f','\xfe','\x0c','\x3f','\x80','\x0c','\x18','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x00','\x60','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x00','\xc0','\x03','\x01','\x80','\x00','\xc1','\x80','\x00','\x33','\x00','\x00','\x1f','\x00','\x00','\x0e','\x00','\x00','\x0f','\x00','\x00','\x1b','\x80','\x00','\x31','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xe0','\x01','\x80','\x60','\x03','\x00','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x07','\x80','\x0f','\xff','\xc0','\x07','\xc0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x63','\xf8','\x41','\xff','\xfc','\x3f','\xe0','\x00','\x1c','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x78','\x00','\x00','\x3f','\xf8','\x00','\x0f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x60','\x00','\x43','\xf0','\x00','\x7c','\x38','\x21','\xe0','\x40','\x1f','\x20','\x80','\x0c','\x31','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x03','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x40','\x0c','\x00','\x61','\xfe','\x00','\x7f','\x07','\x01','\xf0','\x0e','\x8f','\xa0','\x1c','\x7c','\x30','\x30','\x30','\x30','\xc0','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x03','\x00','\x00','\xff','\x80','\x00','\xc3','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x10','\x7f','\xf8','\x0f','\xc0','\x38','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x0f','\x00','\x07','\xff','\x80','\x03','\x83','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x81','\xff','\xfe','\x7f','\xc0','\x3f','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x01','\x80','\x01','\xff','\xc0','\x00','\xc1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x02','\x01','\x80','\x01','\xff','\x80','\x00','\xc1','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x00','\x01','\x00','\x02','\x01','\x00','\x01','\xff','\x80','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x03','\xe0','\x0f','\xff','\xf0','\x07','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x08','\x0f','\xe0','\x07','\xfc','\xc0','\x03','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x80','\x00','\x00','\x80','\x10','\x1f','\x80','\x0f','\xff','\xc0','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x03','\xc0','\x03','\xff','\xe0','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x10','\x1f','\xf8','\x0f','\xfc','\x38','\x07','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x60','\x00','\x03','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x04','\x00','\xc0','\x02','\x00','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x02','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x0c','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x01','\x0c','\x18','\x02','\x0c','\x18','\x04','\x0c','\x18','\x08','\x0c','\x18','\x10','\x18','\x18','\x60','\x18','\x18','\xc0','\x10','\x1b','\x80','\x30','\x1f','\x00','\x20','\x3e','\x00','\x40','\x1c','\x00','\x80','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x04','\x06','\x00','\x08','\x06','\x00','\x10','\x06','\x00','\x20','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x07','\x00','\x06','\x0e','\x00','\x06','\x38','\x00','\x07','\xf0','\x00','\x0f','\xc0','\x00','\x0f','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xf0','\x1f','\xff','\xf8','\x18','\x00','\x1c','\x18','\x00','\x1c','\x18','\x00','\x18','\x08','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x20','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xf0','\x04','\x00','\x30','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x04','\x1f','\xe0','\x03','\xf0','\x70','\x01','\x00','\x60','\x01','\x00','\xc0','\x01','\x00','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x01','\x03','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\xf0','\x1f','\xff','\xf8','\x0f','\xc0','\x1c','\x0c','\x00','\x18','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x04','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x10','\x1f','\xe0','\x0f','\xff','\xf0','\x07','\xc6','\x00','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x06','\x1c','\x87','\xff','\xfe','\x7f','\x86','\x0e','\x38','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x10','\xff','\xf0','\x0f','\xc0','\xe0','\x06','\x01','\xc0','\x00','\x33','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\xf0','\x80','\xff','\xfe','\x7f','\xe0','\x1f','\x3c','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x04','\x07','\xf0','\x03','\xfe','\x18','\x01','\xe0','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x08','\x1f','\xe0','\x07','\xf8','\xc0','\x03','\x81','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x02','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x02','\x01','\xc0','\x04','\x00','\xc0','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x11','\xe0','\x00','\x0f','\x80','\x00','\x0f','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xe0','\x03','\x00','\x70','\x33','\x00','\x30','\x18','\x00','\x30','\x18','\x30','\x31','\xc0','\x1f','\xff','\xe0','\x0f','\x80','\xf0','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x00','\x08','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x02','\x08','\x60','\x01','\xff','\xf0','\x01','\x90','\x60','\x00','\x30','\x60','\x00','\x20','\x40','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x00','\x80','\x80','\x01','\x01','\x80','\x02','\x11','\x00','\x04','\x0f','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\xe0','\x01','\x8f','\xf0','\x03','\x7c','\x00','\x06','\x06','\x00','\x08','\x06','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x2c','\x00','\x00','\x4c','\x00','\x00','\x46','\x00','\x00','\x86','\x00','\x00','\x83','\x00','\x00','\x83','\x00','\x01','\x01','\x80','\x01','\x01','\x80','\x03','\xff','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x04','\x00','\x60','\x08','\x00','\x30','\x08','\x00','\x30','\x3e','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfe','\x00','\x03','\x01','\x80','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\x80','\x03','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x0f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x2c','\x00','\x00','\x4c','\x00','\x00','\x46','\x00','\x00','\x86','\x00','\x00','\x83','\x00','\x00','\x83','\x00','\x01','\x01','\x80','\x01','\x01','\x80','\x02','\x00','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x04','\x00','\x60','\x08','\x00','\x30','\x0f','\xff','\xf0','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\x40','\x06','\x00','\x40','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x06','\x06','\x00','\x07','\xfe','\x00','\x06','\x06','\x00','\x06','\x02','\x00','\x06','\x02','\x00','\x06','\x00','\x00','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x20','\x06','\x00','\x60','\x1f','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\xe0','\x08','\x01','\xc0','\x08','\x01','\x80','\x08','\x03','\x80','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x01','\x80','\x10','\x03','\x00','\x10','\x07','\x00','\x10','\x0e','\x00','\x30','\x1f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x81','\x18','\x18','\xff','\x18','\x18','\xff','\x18','\x18','\x81','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x87','\xe0','\x06','\x01','\x80','\x06','\x01','\x00','\x06','\x02','\x00','\x06','\x04','\x00','\x06','\x08','\x00','\x06','\x10','\x00','\x06','\x20','\x00','\x06','\x60','\x00','\x06','\xf0','\x00','\x07','\x38','\x00','\x06','\x1c','\x00','\x06','\x0c','\x00','\x06','\x06','\x00','\x06','\x07','\x00','\x06','\x03','\x80','\x06','\x01','\xc0','\x06','\x00','\xe0','\x1f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x2c','\x00','\x00','\x4c','\x00','\x00','\x46','\x00','\x00','\x86','\x00','\x00','\x83','\x00','\x00','\x83','\x00','\x01','\x01','\x80','\x01','\x01','\x80','\x02','\x00','\xc0','\x02','\x00','\xc0','\x04','\x00','\x60','\x04','\x00','\x60','\x08','\x00','\x30','\x08','\x00','\x30','\x3e','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x00','\xfc','\x0b','\x00','\xb0','\x0b','\x00','\xb0','\x09','\x81','\x30','\x09','\x81','\x30','\x09','\x81','\x30','\x09','\x81','\x30','\x08','\xc2','\x30','\x08','\xc2','\x30','\x08','\xc2','\x30','\x08','\xc4','\x30','\x08','\x64','\x30','\x08','\x64','\x30','\x08','\x68','\x30','\x08','\x28','\x30','\x08','\x38','\x30','\x08','\x38','\x30','\x08','\x10','\x30','\x3e','\x10','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\xf8','\x07','\x00','\x20','\x05','\x80','\x20','\x05','\xc0','\x20','\x04','\xc0','\x20','\x04','\x60','\x20','\x04','\x70','\x20','\x04','\x30','\x20','\x04','\x18','\x20','\x04','\x1c','\x20','\x04','\x0c','\x20','\x04','\x06','\x20','\x04','\x07','\x20','\x04','\x03','\xa0','\x04','\x01','\xa0','\x04','\x00','\xe0','\x04','\x00','\xe0','\x04','\x00','\x60','\x1f','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xf0','\x07','\xff','\xf0','\x0c','\x00','\x30','\x08','\x00','\x20','\x08','\x00','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x40','\x01','\xff','\xc0','\x03','\xff','\x80','\x02','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x10','\x04','\x00','\x10','\x0c','\x00','\x30','\x0f','\xff','\xe0','\x0f','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x1f','\xc3','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x1f','\xff','\xe0','\x0e','\x00','\x20','\x07','\x00','\x10','\x03','\x80','\x10','\x01','\xc0','\x00','\x00','\xe0','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x08','\x03','\x00','\x08','\x06','\x00','\x18','\x0f','\xff','\xf0','\x1f','\xff','\xf0','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x10','\x18','\x08','\x20','\x18','\x04','\x20','\x18','\x04','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x81','\xe0','\x0c','\xc3','\x30','\x18','\x66','\x18','\x10','\x3c','\x08','\x20','\x3c','\x04','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x30','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x0c','\x18','\x30','\x06','\x18','\x60','\x03','\x18','\xc0','\x00','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\xf8','\x07','\x00','\x60','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\xc1','\x00','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x74','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x2e','\x00','\x00','\x47','\x00','\x00','\x43','\x00','\x00','\x81','\x80','\x01','\x01','\xc0','\x02','\x00','\xe0','\x06','\x00','\x70','\x1f','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x00','\x18','\x00','\x1c','\x18','\x38','\x3e','\x18','\x7c','\x26','\x18','\x64','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\xc0','\x01','\x18','\x80','\x01','\x99','\x80','\x00','\xdb','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x01','\x81','\x80','\x10','\x42','\x08','\x10','\x42','\x08','\x1f','\xc3','\xf8','\x1f','\xc3','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x60','\x00','\xc4','\x60','\x01','\x82','\x60','\x03','\x02','\xc0','\x07','\x02','\xc0','\x06','\x03','\x80','\x0e','\x03','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0e','\x00','\x0c','\x1a','\x40','\x06','\x33','\xc0','\x03','\xc1','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x00','\x18','\xc0','\x00','\x30','\x60','\x00','\x20','\x60','\x00','\x60','\x60','\x00','\x40','\x60','\x00','\xc0','\x60','\x00','\x80','\xc0','\x01','\x99','\x80','\x01','\x9e','\x00','\x01','\x01','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x02','\x00','\xc0','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x83','\x80','\x0c','\x67','\x00','\x0c','\x3c','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xe0','\x30','\x03','\x30','\xf0','\x04','\x19','\x80','\x08','\x1a','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\x43','\x00','\x00','\x41','\x80','\x00','\x20','\xe0','\x00','\x10','\x70','\x00','\x08','\x30','\x00','\x04','\x00','\x00','\x3a','\x00','\x00','\xc3','\x00','\x01','\x81','\x00','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x02','\x06','\x00','\x03','\x0c','\x00','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\xe3','\x80','\x01','\x80','\xc0','\x01','\x80','\x40','\x01','\xc0','\x00','\x00','\xfc','\x00','\x03','\x98','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x40','\x07','\x01','\x80','\x03','\xff','\x00','\x01','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x40','\x00','\x00','\x80','\xe0','\x00','\x83','\xe0','\x00','\x7f','\x80','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xc0','\x00','\x03','\xf8','\x00','\x00','\x3e','\x00','\x00','\x07','\x00','\x00','\x03','\x00','\x01','\xc6','\x00','\x01','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc3','\xc0','\x06','\x6c','\x20','\x08','\x70','\x30','\x00','\x60','\x30','\x00','\xc0','\x30','\x00','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\xc0','\x03','\x00','\xc0','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x80','\x00','\x18','\x60','\x00','\x30','\x20','\x00','\x60','\x30','\x00','\xc0','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x03','\x00','\x60','\x03','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0c','\x02','\x00','\x04','\x04','\x00','\x06','\x18','\x00','\x01','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x40','\x03','\x00','\x80','\x03','\x07','\x00','\x01','\xfc','\x00','\x00','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\xe0','\x00','\xc1','\xf0','\x00','\xc3','\x30','\x01','\x86','\x00','\x01','\x98','\x00','\x03','\xe0','\x00','\x03','\x30','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x0c','\x18','\x40','\x0c','\x18','\x80','\x18','\x1f','\x00','\x18','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\x00','\x78','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x34','\x00','\x00','\x64','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x03','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x80','\x0e','\x01','\xe0','\x0c','\x00','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\xc0','\xe0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x00','\x03','\x03','\x00','\x07','\x02','\x90','\x05','\x84','\xf0','\x0c','\x78','\x60','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x20','\x03','\x80','\x20','\x01','\x80','\x40','\x01','\x80','\x40','\x01','\x80','\x80','\x01','\x01','\x80','\x01','\x03','\x00','\x02','\x0e','\x00','\x02','\x3c','\x00','\x07','\xf0','\x00','\x07','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x3f','\xe0','\x00','\xff','\xc0','\x01','\x00','\x00','\x02','\x00','\x00','\x02','\x00','\x00','\x01','\x80','\x00','\x00','\x7f','\xe0','\x00','\xff','\xc0','\x03','\x00','\x00','\x04','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x0f','\x80','\x00','\x07','\xf8','\x00','\x00','\x7e','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x03','\x06','\x00','\x03','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\xc1','\x80','\x01','\x80','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x02','\x03','\x00','\x03','\x06','\x00','\x00','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x03','\xff','\xf0','\x07','\xff','\xe0','\x04','\x63','\x00','\x08','\x63','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x8c','\x00','\x01','\x8c','\x00','\x03','\x08','\x00','\x03','\x18','\x40','\x06','\x18','\x80','\x0e','\x1f','\x00','\x0c','\x0e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\x00','\x30','\xc0','\x00','\x60','\x40','\x00','\xc0','\x60','\x00','\x80','\x60','\x01','\x80','\x60','\x01','\x00','\x60','\x03','\x00','\xc0','\x02','\x80','\xc0','\x02','\x81','\x80','\x06','\x43','\x00','\x06','\x3c','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x30','\x00','\x1f','\xf0','\x00','\x7f','\xe0','\x00','\xc2','\x00','\x01','\x81','\x00','\x03','\x00','\x80','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x02','\x03','\x00','\x03','\x06','\x00','\x00','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x03','\xff','\xf0','\x07','\xff','\xe0','\x04','\x30','\x00','\x08','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x80','\x01','\x81','\x00','\x01','\x86','\x00','\x00','\xfc','\x00','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\xc0','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x03','\x00','\x06','\x06','\x00','\x02','\x18','\x00','\x01','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x00','\x7f','\x00','\x01','\x8c','\xc0','\x03','\x08','\x60','\x06','\x08','\x30','\x0c','\x18','\x30','\x0c','\x10','\x30','\x0c','\x10','\x30','\x0c','\x30','\x60','\x06','\x20','\xc0','\x03','\x21','\x80','\x00','\xfe','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc0','\x60','\x03','\xe0','\xe0','\x02','\x31','\xc0','\x04','\x13','\x80','\x00','\x17','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x01','\xd0','\x00','\x03','\x90','\x00','\x07','\x10','\x40','\x0e','\x18','\x80','\x1c','\x0f','\x80','\x18','\x07','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x07','\x04','\x60','\x09','\x84','\x70','\x01','\x8c','\x30','\x01','\x8c','\x30','\x03','\x08','\x30','\x03','\x08','\x30','\x03','\x18','\x60','\x06','\x10','\x60','\x06','\x10','\xc0','\x06','\x31','\x80','\x02','\x23','\x00','\x01','\xfc','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x40','\x01','\x80','\x20','\x03','\x00','\x30','\x06','\x00','\x10','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x38','\x30','\x08','\x34','\x30','\x0c','\x64','\x60','\x03','\x83','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x78','\x00','\x00','\x38','\x00','\x00','\x3c','\x00','\x00','\x2c','\x00','\x00','\x4e','\x00','\x00','\x46','\x00','\x00','\x87','\x00','\x00','\x83','\x00','\x01','\x03','\x80','\x01','\x01','\x80','\x03','\xff','\xc0','\x02','\x00','\xc0','\x04','\x00','\xe0','\x04','\x00','\x60','\x08','\x00','\x70','\x08','\x00','\x30','\x3e','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x20','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x0f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfe','\x00','\x03','\x01','\x80','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\x80','\x03','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x0f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x20','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xff','\xf8','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x60','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\xc0','\x60','\x00','\x80','\x60','\x00','\x80','\x60','\x01','\x00','\x60','\x02','\x00','\x60','\x1f','\xff','\xf8','\x18','\x00','\x18','\x10','\x00','\x08','\x20','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x20','\x03','\x00','\x10','\x03','\x00','\x90','\x03','\x00','\x80','\x03','\x01','\x80','\x03','\xff','\x80','\x03','\x01','\x80','\x03','\x00','\x80','\x03','\x00','\x80','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x08','\x03','\x00','\x08','\x03','\x00','\x10','\x03','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc3','\x80','\x01','\xc3','\x80','\x01','\xc3','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x20','\x03','\x00','\x10','\x03','\x00','\x80','\x03','\x01','\x80','\x03','\xff','\x80','\x03','\x01','\x80','\x03','\x00','\x80','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x08','\x03','\x00','\x08','\x03','\x00','\x10','\x03','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x7e','\x0c','\x78','\x18','\x1e','\x78','\x18','\x1e','\x08','\x18','\x10','\x0c','\x18','\x30','\x04','\x18','\x20','\x04','\x18','\x20','\x02','\x18','\x40','\x01','\x18','\x80','\x03','\xff','\xc0','\x03','\x18','\xc0','\x06','\x18','\x60','\x06','\x18','\x60','\x0c','\x18','\x30','\x0c','\x18','\x30','\x18','\x18','\x18','\x18','\x18','\x18','\x30','\x18','\x0c','\xfc','\x7e','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x01','\xc1','\x80','\x07','\x00','\xc0','\x06','\x00','\x60','\x04','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x1e','\x00','\x00','\x01','\xc0','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x30','\x04','\x00','\x30','\x06','\x00','\x70','\x07','\x00','\xe0','\x01','\xc1','\xc0','\x00','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xe0','\x06','\x01','\x60','\x06','\x02','\x60','\x06','\x02','\x60','\x06','\x04','\x60','\x06','\x08','\x60','\x06','\x08','\x60','\x06','\x10','\x60','\x06','\x20','\x60','\x06','\x40','\x60','\x06','\x40','\x60','\x06','\x80','\x60','\x07','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xc3','\x00','\x01','\xc3','\x80','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xe0','\x06','\x01','\x60','\x06','\x02','\x60','\x06','\x04','\x60','\x06','\x08','\x60','\x06','\x10','\x60','\x06','\x20','\x60','\x06','\x40','\x60','\x06','\x80','\x60','\x07','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\xe0','\x06','\x01','\xf0','\x06','\x03','\x30','\x06','\x02','\x00','\x06','\x06','\x00','\x06','\x04','\x00','\x06','\x0c','\x00','\x06','\x18','\x00','\x07','\xf0','\x00','\x06','\x38','\x00','\x06','\x1c','\x00','\x06','\x0c','\x00','\x06','\x0e','\x00','\x06','\x07','\x00','\x06','\x03','\x80','\x06','\x01','\x80','\x06','\x01','\xc0','\x06','\x00','\xe0','\x1f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xff','\xf8','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x20','\x60','\x00','\x60','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x18','\xc0','\x60','\x38','\x80','\x60','\x30','\x80','\x60','\x31','\x00','\x60','\x1e','\x01','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x00','\xf8','\x07','\x00','\xe0','\x07','\x00','\xe0','\x05','\x81','\x60','\x05','\x81','\x60','\x05','\x81','\x60','\x04','\xc2','\x60','\x08','\xc2','\x30','\x08','\xc2','\x30','\x08','\x64','\x30','\x08','\x64','\x30','\x08','\x64','\x30','\x08','\x38','\x30','\x10','\x38','\x18','\x10','\x38','\x18','\x10','\x10','\x18','\x10','\x10','\x18','\x10','\x00','\x18','\x7c','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x00','\x60','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\x81','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\x00','\x03','\x01','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x01','\xc0','\x03','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x00','\x00','\xc1','\xe0','\x03','\x00','\x60','\x06','\x00','\x20','\x0c','\x00','\x20','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x20','\x06','\x00','\x20','\x03','\x00','\x60','\x00','\xc1','\xe0','\x00','\x3f','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x18','\x18','\x18','\x10','\x18','\x08','\x20','\x18','\x04','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\x80','\xfc','\x0e','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\x80','\x80','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\x34','\x00','\x00','\x3c','\x00','\x06','\x18','\x00','\x0e','\x18','\x00','\x0c','\x10','\x00','\x04','\x20','\x00','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x30','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x0c','\x18','\x30','\x06','\x18','\x60','\x03','\x18','\xc0','\x00','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x80','\xf8','\x07','\x00','\x60','\x03','\x00','\x40','\x01','\x80','\x80','\x01','\xc1','\x00','\x00','\xc1','\x00','\x00','\x62','\x00','\x00','\x74','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x2e','\x00','\x00','\x47','\x00','\x00','\x43','\x00','\x00','\x81','\x80','\x01','\x01','\xc0','\x02','\x00','\xe0','\x06','\x00','\x70','\x1f','\x00','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x83','\xf0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x1f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\x00','\x60','\x03','\x81','\xe0','\x00','\xfe','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x01','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x7e','\x7e','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x7e','\x7e','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x7f','\xff','\xfe','\x00','\x00','\x06','\x00','\x00','\x02','\x00','\x00','\x01','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x00','\x30','\x60','\x00','\x20','\x60','\x00','\x40','\x60','\x00','\x40','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x7f','\xc0','\x00','\x60','\x30','\x00','\x60','\x18','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x30','\x01','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x7e','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xf0','\x18','\x18','\x0c','\x18','\x18','\x06','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x06','\x18','\x18','\x0c','\x18','\x7f','\xf0','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xc0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\xff','\x00','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x0f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xf8','\x00','\x0f','\x06','\x00','\x0c','\x01','\x80','\x08','\x00','\xc0','\x08','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x38','\x70','\x00','\xff','\xb0','\x01','\x07','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x08','\x00','\x60','\x08','\x00','\xc0','\x0c','\x01','\x80','\x0f','\x06','\x00','\x01','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x07','\xc0','\x18','\x18','\x30','\x18','\x30','\x18','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\xc0','\x06','\x18','\xc0','\x06','\x1f','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x30','\x18','\x18','\x18','\x30','\x7e','\x07','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x06','\x00','\xc0','\x03','\x00','\xc0','\x00','\xff','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x18','\x03','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7c','\x00','\x03','\xc3','\x00','\x03','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x1f','\x80','\x00','\xe1','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x03','\x07','\x80','\x00','\xf9','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x3f','\xc0','\x00','\xff','\x80','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x04','\x3c','\x00','\x04','\xc3','\x00','\x05','\x81','\x80','\x07','\x00','\xc0','\x07','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xfe','\x00','\x01','\x81','\x80','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x81','\x80','\x01','\xfe','\x00','\x01','\x81','\x80','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x81','\x80','\x07','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xc0','\x01','\x80','\xc0','\x01','\x80','\x40','\x01','\x80','\x20','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xe0','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x61','\x80','\x00','\x41','\x80','\x00','\x41','\x80','\x00','\x81','\x80','\x01','\x01','\x80','\x07','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x20','\x08','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc3','\x80','\x01','\xc3','\x80','\x01','\xc3','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x7e','\x18','\x1c','\x18','\x38','\x04','\x18','\x20','\x06','\x18','\x60','\x02','\x18','\x40','\x01','\x18','\x80','\x00','\xff','\x00','\x01','\x99','\x80','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x06','\x18','\x60','\x0c','\x18','\x30','\x3e','\x7e','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x03','\xc3','\x80','\x03','\x00','\xc0','\x02','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x7e','\x00','\x00','\x01','\x80','\x00','\x00','\xc0','\x02','\x00','\xc0','\x03','\x00','\xc0','\x03','\xc1','\x80','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x81','\xe0','\x03','\x00','\xc0','\x03','\x01','\xc0','\x03','\x02','\xc0','\x03','\x04','\xc0','\x03','\x08','\xc0','\x03','\x10','\xc0','\x03','\x20','\xc0','\x03','\x40','\xc0','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x07','\x81','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x66','\x00','\x00','\xe7','\x00','\x00','\xc3','\x00','\x00','\x42','\x00','\x00','\x3c','\x00','\x07','\x81','\xe0','\x03','\x00','\xc0','\x03','\x01','\xc0','\x03','\x02','\xc0','\x03','\x04','\xc0','\x03','\x08','\xc0','\x03','\x10','\xc0','\x03','\x20','\xc0','\x03','\x40','\xc0','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x07','\x81','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe0','\xc0','\x01','\x81','\xe0','\x01','\x82','\x60','\x01','\x84','\x00','\x01','\x98','\x00','\x01','\xf0','\x00','\x01','\xb8','\x00','\x01','\x9c','\x00','\x01','\x8e','\x00','\x01','\x87','\x00','\x01','\x83','\x80','\x01','\x81','\xc0','\x07','\xe3','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xe0','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x21','\x80','\x00','\x61','\x80','\x00','\x41','\x80','\x0c','\x41','\x80','\x1c','\xc1','\x80','\x18','\x81','\x80','\x19','\x01','\x80','\x0e','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x00','\xf0','\x07','\x00','\xe0','\x05','\x81','\x60','\x05','\x81','\x60','\x04','\xc2','\x60','\x04','\xc2','\x60','\x04','\xc2','\x60','\x04','\x64','\x60','\x04','\x64','\x60','\x04','\x38','\x60','\x04','\x38','\x60','\x04','\x10','\x60','\x0f','\x10','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x81','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x07','\x81','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3c','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\x3c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x07','\xc3','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x1e','\x00','\x0f','\x61','\x80','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xc1','\x80','\x03','\x3e','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0f','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3e','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x40','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x18','\xc0','\x02','\x18','\x40','\x04','\x18','\x20','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xe1','\xf0','\x01','\x80','\x40','\x01','\x80','\x40','\x00','\xc0','\x80','\x00','\xc0','\x80','\x00','\xc1','\x00','\x00','\x61','\x00','\x00','\x62','\x00','\x00','\x32','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x10','\x00','\x06','\x20','\x00','\x03','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x78','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xdb','\x80','\x02','\x3c','\x40','\x06','\x18','\x60','\x04','\x18','\x20','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x04','\x18','\x20','\x06','\x18','\x60','\x02','\x3c','\x40','\x01','\xdb','\x80','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xe3','\xf0','\x03','\x80','\x80','\x01','\xc1','\x00','\x00','\xe2','\x00','\x00','\x74','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x2e','\x00','\x00','\x47','\x00','\x00','\x83','\x80','\x01','\x01','\xc0','\x02','\x00','\xe0','\x0f','\x83','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc3','\xe0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x07','\xff','\xe0','\x00','\x00','\x60','\x00','\x00','\x20','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xc3','\xe0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\xc3','\x80','\x00','\x3d','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x07','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x3c','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\x3c','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x0f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x08','\x00','\x00','\x04','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xfc','\x00','\x0c','\x30','\x00','\x08','\x30','\x00','\x10','\x30','\x00','\x00','\x30','\x00','\x00','\x3f','\xc0','\x00','\x30','\x30','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x30','\x00','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x81','\xf8','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xe0','\x60','\x06','\x18','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x18','\x60','\x1f','\xe1','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xf0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xff','\x00','\x00','\xc0','\xc0','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\xc0','\x03','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7e','\x00','\x01','\xc1','\x80','\x01','\x80','\xc0','\x01','\x00','\x60','\x00','\x18','\x60','\x00','\x3f','\xb0','\x00','\x46','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x01','\x00','\xc0','\x00','\xc1','\x80','\x00','\x3e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\x83','\x80','\x06','\x0c','\x60','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x30','\x18','\x07','\xf0','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x0c','\x60','\x1f','\x83','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xe0','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x01','\x81','\x80','\x00','\x7f','\x80','\x00','\x61','\x80','\x00','\xe1','\x80','\x00','\xc1','\x80','\x01','\xc1','\x80','\x01','\x81','\x80','\x07','\x87','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf0','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x1f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x1f','\xff','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\xff','\xf0','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\xff','\xff','\xff','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xff','\x00','\x3f','\xff','\x00','\x3f','\xff','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xf8','\x00','\xff','\xf8','\x00','\xff','\xf8','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\xff','\xf8','\x00','\xff','\xf8','\x00','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x3f','\xff','\x00','\x3f','\xff','\x00','\x3f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x3f','\xff','\x00','\x3f','\xff','\x00','\x3f','\xff','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\xff','\xf8','\x00','\xff','\xf8','\x00','\xff','\xf8','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x3f','\xff','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\xff','\xf8','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\xff','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x1f','\xff','\x00','\x1f','\xff','\x00','\x1f','\xff','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\xff','\xf0','\x00','\xff','\xf0','\x00','\xff','\xf0','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\xff','\xff','\xff','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xff','\xff','\x46','\x06','\x60','\x7f','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x46','\x66','\x66','\x7f','\xff','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7f','\xfe','\x66','\x66','\x66','\x7e','\x06','\x60','\x66','\x06','\x60','\x60','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x66','\x01','\xff','\xff','\x00','\x00','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xcc','\x0c','\x0f','\xfe','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x18','\xdf','\xff','\x18','\xc0','\x00','\x19','\x80','\x00','\x31','\x80','\xe0','\x31','\x80','\xc0','\x31','\x00','\xcc','\x33','\x0f','\xfe','\x6a','\x00','\xc0','\x66','\x00','\xc0','\x07','\x00','\xc0','\x0d','\x80','\xc0','\x08','\xc0','\xc0','\x10','\xc0','\xc6','\x20','\x3f','\xff','\xc0','\x00','\x00','\x43','\x00','\x00','\x7f','\x80','\x06','\x63','\x7f','\xff','\x63','\x00','\x18','\x62','\x00','\x18','\x66','\x00','\x18','\x64','\x21','\x98','\x64','\x3f','\xd8','\x68','\x31','\x98','\x64','\x31','\x98','\x66','\x31','\x98','\x62','\x31','\x98','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x3f','\x98','\x63','\x31','\x98','\x63','\x30','\x18','\x6f','\x00','\x18','\x66','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\xf8','\x60','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x68','\x60','\x00','\xe4','\x10','\x01','\xc4','\x1c','\x03','\x82','\x38','\x0d','\x81','\x40','\x31','\x81','\x80','\xc1','\x80','\xc0','\x01','\x8e','\x70','\x3f','\xf0','\x3f','\x1f','\x00','\x1e','\x10','\x00','\x06','\x00','\x00','\x78','\x00','\x1f','\xfc','\x3f','\xfc','\x40','\x04','\x20','\x70','\x23','\x18','\x60','\x21','\x08','\x86','\x7f','\xff','\xff','\x60','\x10','\x06','\xc1','\xc8','\x48','\xc9','\x8c','\xa0','\x09','\x8c','\x98','\x11','\x80','\xcc','\x31','\xff','\xcc','\x30','\xff','\x80','\x00','\x80','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x81','\xc0','\x07','\x43','\x80','\x0c','\x26','\x00','\x30','\x1c','\x00','\x00','\x67','\xc0','\x07','\x80','\xff','\x78','\x00','\x1e','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x06','\x10','\x0c','\x04','\x18','\x0d','\x88','\xec','\xff','\xff','\x0c','\x0c','\x38','\x0c','\x0c','\x20','\x00','\x0c','\x1c','\x00','\x0c','\x98','\x18','\x0f','\x1f','\xfc','\x1c','\x33','\x00','\xfc','\x43','\x00','\x6c','\x03','\x06','\x4d','\xff','\xff','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x04','\x40','\x0c','\x0c','\x60','\x0c','\x08','\x38','\x0c','\x10','\x1f','\x7c','\x60','\x0e','\x19','\x80','\x06','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x40','\x0c','\xc2','\x20','\xff','\xe6','\x30','\x18','\xc4','\x18','\x18','\xcc','\x1c','\x18','\xc8','\x0f','\x18','\xd0','\x26','\x19','\xa7','\xf0','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x08','\x18','\x33','\x0f','\xfc','\x6a','\x0c','\x18','\x66','\x0c','\x18','\x07','\x0c','\x18','\x0d','\x8c','\x18','\x08','\xcc','\x18','\x10','\xcc','\x18','\x20','\x0f','\xf8','\xc0','\x0c','\x18','\x00','\x08','\x00','\x40','\x0e','\x00','\x30','\x0c','\x60','\x18','\x1f','\xf0','\x0c','\x10','\x60','\x0c','\x28','\xc0','\x00','\xc5','\x80','\x00','\x03','\x00','\x00','\x0c','\xe0','\x00','\x30','\x3f','\x0c','\xc3','\x0e','\xfe','\x3f','\xf0','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x3f','\xf0','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xff','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x40','\x0f','\xf8','\x70','\x00','\x3c','\x68','\x10','\x72','\x8e','\x0c','\xe1','\x0c','\x0d','\x80','\xc8','\x03','\x06','\x70','\x0c','\xff','\x3f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\xc0','\x01','\x80','\xfe','\x06','\x00','\x3c','\x38','\x00','\x0c','\x01','\xc3','\x80','\x01','\x83','\x00','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x20','\xc6','\x0c','\x3f','\xff','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x31','\x86','\x0c','\x31','\x87','\xfc','\x33','\x03','\xfc','\x36','\x00','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x01','\x88','\x00','\x0f','\xcc','\x60','\xfc','\x0f','\xf0','\x0c','\x18','\x60','\x0c','\x30','\x40','\x0c','\xff','\xf8','\x0c','\x23','\x08','\xff','\xa3','\x08','\x0c','\x3f','\xf8','\x0c','\x23','\x08','\x1f','\x23','\x08','\x1d','\xbf','\xf8','\x1d','\x83','\x00','\x3c','\x7f','\xfc','\x2c','\x43','\x04','\x2c','\x43','\x04','\x6c','\x7f','\xfc','\x4c','\x43','\x04','\x8c','\x43','\x04','\x0c','\x7f','\xfc','\x0c','\x03','\x02','\x0c','\x03','\x03','\x0c','\x03','\xff','\x0c','\x01','\xfe','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xff','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xff','\xf8','\x18','\xc3','\x18','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x10','\x00','\x11','\xcc','\x10','\x11','\x86','\x4c','\x21','\x86','\x47','\x61','\x80','\x43','\xe1','\xc0','\xe3','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x00','\x00','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x1b','\x7f','\xfe','\xff','\xe0','\x00','\x18','\x60','\x0c','\x18','\x6f','\xfe','\x18','\x61','\x80','\x18','\x61','\x90','\x19','\x61','\x08','\x1e','\x62','\x0c','\xf8','\x6f','\xf6','\x78','\x67','\x06','\x58','\x64','\xe0','\x18','\xc0','\xc0','\x18','\xc0','\xcc','\x18','\xcf','\xfe','\x18','\x80','\xc0','\x19','\x80','\xc0','\x19','\x00','\xc6','\xfa','\x3f','\xff','\x30','\x00','\x00','\x20','\x80','\x06','\x18','\xff','\xff','\x0c','\xc0','\x06','\x0c','\xc0','\x06','\x00','\xc0','\x06','\x00','\xff','\xfe','\x80','\xc0','\x00','\x44','\xc0','\x0c','\x64','\xdf','\xfe','\x64','\xc3','\x00','\x04','\xc3','\x20','\x08','\xc2','\x18','\x08','\xc4','\x0c','\x08','\xdf','\xf6','\x18','\xcf','\x06','\x19','\x89','\xc0','\x31','\x81','\x80','\xf1','\x81','\x8c','\x71','\x1f','\xfe','\x33','\x01','\x80','\x32','\x01','\x80','\x34','\x01','\x86','\x38','\x7f','\xff','\x18','\x00','\x00','\x0e','\x00','\x00','\x0c','\x04','\x18','\x0c','\x07','\xfc','\x0c','\x06','\x18','\x0c','\x66','\x18','\xff','\xf6','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x67','\xf8','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x1c','\x66','\x18','\x18','\x67','\xf8','\x18','\x66','\x1a','\x18','\x66','\x1a','\x10','\x60','\x02','\x30','\x60','\x02','\x20','\x70','\x07','\x20','\x7f','\xff','\x40','\x3f','\xfe','\x80','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\xb9','\x80','\x00','\x30','\x60','\x1f','\xff','\xf0','\x00','\x30','\x60','\x00','\x30','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x06','\x00','\x00','\x06','\x30','\x0f','\xff','\xf8','\x03','\x06','\x00','\x03','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x00','\x20','\x00','\x00','\xc0','\x00','\x00','\x10','\x01','\x00','\x1c','\x01','\xc0','\x18','\x01','\x90','\x19','\x83','\x08','\x1f','\xc2','\x0c','\x11','\x9f','\xf6','\x31','\x0e','\x06','\x22','\x01','\x80','\x7f','\x81','\x86','\xa4','\xbf','\xff','\x24','\x83','\x20','\x24','\x86','\x10','\x3f','\x84','\x1c','\x24','\x88','\x8f','\x24','\xb1','\xc6','\x24','\x83','\x00','\x3f','\x8c','\x20','\x00','\x00','\x70','\x00','\x80','\xc4','\x2a','\xc7','\x0e','\x2a','\xc0','\x1c','\x6a','\x40','\x70','\xca','\x01','\xc0','\xc0','\x1e','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x80','\x20','\xff','\xc8','\x38','\x0c','\x04','\x30','\x0c','\x06','\x30','\x0c','\x06','\x20','\x1e','\x06','\x20','\x1d','\x80','\x40','\x1c','\xc0','\x46','\x3c','\xff','\xff','\x2c','\xc1','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x8c','\x8c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x0c','\x1b','\xff','\xfe','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x38','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x06','\x4f','\xff','\xff','\x80','\x00','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x60','\xc0','\xff','\xf1','\xa0','\x0c','\x01','\xa0','\x4c','\xc3','\x10','\x7f','\xe3','\x18','\x60','\xc6','\x0c','\x60','\xc4','\x0f','\x60','\xca','\x36','\x7f','\xd1','\x30','\x60','\xc1','\xb0','\x60','\xc1','\xb0','\x60','\xc8','\x30','\x7f','\xc4','\x30','\x6c','\xc6','\x30','\x0c','\x06','\x36','\x0c','\x60','\x3f','\xff','\xf0','\xf0','\x0c','\x07','\xb0','\x0c','\x1c','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x1c','\x00','\x60','\x18','\xff','\xf0','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x1b','\x18','\x60','\xff','\x98','\x60','\x18','\x18','\xc0','\x18','\x34','\xc0','\x18','\x34','\xcc','\x18','\x34','\xfe','\x19','\x34','\xcc','\x1e','\x32','\x0c','\xf8','\x32','\x18','\x78','\x33','\x18','\x58','\x61','\x30','\x18','\x61','\xb0','\x18','\x60','\xe0','\x18','\x40','\xc0','\x18','\xc1','\xe0','\x18','\x83','\x38','\x18','\x86','\x1f','\xf9','\x18','\x0e','\x32','\x60','\x06','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x64','\x00','\x04','\xc7','\x00','\x08','\xc6','\x00','\x00','\x06','\x64','\x18','\x0f','\xf7','\xfc','\x0c','\x66','\x18','\x18','\x66','\x18','\x30','\x66','\x18','\x68','\xc6','\x18','\x86','\xc6','\x18','\x06','\xc6','\x18','\x01','\x86','\x18','\x01','\x86','\xfa','\x03','\x06','\x32','\x06','\x06','\x02','\x0c','\x06','\x07','\x18','\x07','\xff','\x30','\x03','\xfe','\xc0','\x00','\x00','\x0e','\x04','\x18','\x0c','\x07','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\xc6','\x18','\xff','\xe6','\x18','\x18','\xc6','\x18','\x18','\xc7','\xf8','\x18','\xc6','\x18','\x18','\xc6','\x18','\x19','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x06','\x18','\x33','\x07','\xf8','\x6a','\x06','\x18','\x66','\x06','\x18','\x07','\x06','\x18','\x0d','\x86','\x18','\x08','\xc6','\x18','\x10','\xc6','\x1a','\x20','\x3f','\xff','\xc0','\x00','\x00','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc6','\x66','\x6f','\xff','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x7f','\xe3','\x00','\x66','\x63','\x00','\x66','\x03','\x00','\x06','\x83','\x00','\x06','\x43','\x00','\x06','\x63','\x00','\x07','\xb3','\x00','\xfe','\x33','\xfe','\x70','\x31','\xfe','\x40','\x00','\x00','\x06','\x00','\x80','\x06','\x00','\xe0','\x0d','\x00','\xc0','\x0c','\xc0','\xc0','\x18','\x61','\x80','\x17','\x61','\x88','\x26','\x01','\x04','\x46','\x03','\x06','\xbf','\xc2','\x1b','\x30','\xdf','\xe3','\x30','\xcf','\x03','\x3f','\xc8','\x00','\x30','\xc0','\x00','\x30','\xc4','\x06','\x30','\xc7','\xff','\x3f','\xc6','\x06','\x30','\xc6','\x06','\x31','\x06','\x06','\x30','\x86','\x06','\x30','\xc6','\x06','\x33','\x66','\x06','\xfc','\x67','\xfe','\x70','\x66','\x06','\x40','\x06','\x06','\x08','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x08','\x0c','\x00','\x92','\x18','\x06','\x63','\x9f','\xff','\x33','\x30','\x06','\x36','\x20','\x06','\x0c','\x48','\x66','\x09','\x0f','\xf6','\x10','\x8c','\x66','\xff','\xcc','\x66','\x7c','\xcc','\x66','\x4c','\xcf','\xe6','\x0c','\x0c','\x66','\x4c','\x0c','\x66','\x7d','\x0c','\x66','\x6c','\x8f','\xe6','\x6c','\xcc','\x66','\x4c','\xcc','\x0e','\x4c','\xc0','\x0c','\x8c','\x00','\x0c','\x0c','\x00','\xfc','\x0c','\x00','\x38','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x84','\x08','\x3f','\xfe','\x92','\x01','\x80','\x63','\x81','\x82','\x33','\x7f','\xff','\x36','\x06','\x30','\x0c','\x06','\x30','\x0a','\x0c','\x30','\x11','\x0a','\x3f','\xff','\x93','\x9f','\x7d','\xa3','\x00','\x4d','\x86','\x18','\x0c','\x07','\xfc','\x4c','\x0c','\x18','\x7d','\x14','\x38','\x6c','\xa2','\x70','\x6c','\xc2','\xe0','\x4c','\xc1','\xc0','\x4c','\xc3','\x70','\x8c','\x06','\x3f','\x0c','\x18','\x1e','\x0c','\xe0','\x06','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\x1f','\xe0','\xc0','\x18','\xc0','\xc6','\x30','\x80','\xff','\x21','\x00','\xc0','\x7f','\xe0','\xc0','\xb2','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x3f','\xe4','\xcc','\x32','\x67','\xfe','\x32','\x66','\x0c','\x32','\x66','\x0c','\x3f','\xe6','\x0c','\x00','\x06','\x0c','\x00','\x26','\x0c','\x29','\x36','\x0c','\x24','\xb6','\x0c','\x64','\x96','\x0c','\xc4','\x87','\xfc','\xc0','\x06','\x0c','\x00','\x0e','\x80','\x00','\x0c','\x60','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x00','\x20','\xcc','\x10','\x3f','\xe6','\x1c','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x30','\x30','\xc3','\x30','\x30','\xc3','\x20','\x3f','\xc1','\x60','\x30','\xc1','\xc0','\x30','\x00','\x82','\x00','\x31','\xc2','\x03','\xc3','\x62','\xfe','\x06','\x72','\x70','\x0c','\x3f','\x40','\x30','\x1f','\x01','\xc0','\x06','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x04','\x1c','\x80','\x03','\x18','\xe0','\x01','\x98','\xc0','\x01','\x99','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x07','\x18','\x3f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0d','\x83','\x40','\xff','\xc2','\x20','\x01','\x86','\x30','\x03','\x04','\x18','\x03','\x0c','\x1c','\x06','\x88','\x0f','\x04','\xd0','\x26','\x0c','\xa7','\xf0','\x1d','\x00','\x00','\x2e','\x00','\x00','\xcd','\x88','\x18','\x0c','\xcf','\xfc','\x0c','\xcc','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x0c','\x60','\x20','\x08','\x60','\x38','\x10','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x01','\x81','\x80','\x03','\x01','\x80','\x06','\xc3','\x00','\x0e','\x36','\x00','\x0c','\x0c','\x00','\x00','\x1b','\x80','\x00','\x70','\xe0','\x00','\xc0','\x38','\x07','\x00','\x1c','\x78','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x10','\x00','\x30','\x1c','\x00','\x30','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x30','\x80','\x30','\x60','\x40','\x30','\xcc','\x60','\x31','\x8c','\x30','\x33','\xff','\xfc','\x3d','\x8c','\x6f','\x31','\x8c','\x66','\x31','\xff','\xe0','\x31','\x8c','\x60','\x31','\x8c','\x60','\x21','\x8c','\x60','\x61','\xff','\xe2','\x61','\x8c','\x02','\x40','\x0c','\x03','\x80','\x0f','\xff','\x00','\x07','\xfe','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x21','\x80','\x18','\x21','\x86','\x18','\x7f','\xff','\x1b','\x60','\x06','\xff','\xc4','\x04','\x18','\xc7','\x08','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x18','\xff','\xff','\x1e','\x0c','\x30','\xf8','\x0c','\x30','\x78','\x0c','\x30','\x58','\x18','\x60','\x18','\x18','\x60','\x18','\x34','\xc0','\x18','\x32','\xc0','\x18','\x01','\x80','\x18','\x03','\x60','\x18','\x06','\x38','\xf8','\x18','\x1c','\x30','\xe0','\x0c','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x8c','\x7f','\xbf','\xfe','\x63','\x00','\x20','\x63','\x08','\x38','\x63','\x04','\x30','\x63','\x06','\x60','\x63','\x06','\x40','\x63','\x00','\x86','\x7f','\x7f','\xff','\x63','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x1f','\xf8','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x60','\x20','\x06','\x60','\x38','\x08','\x00','\x70','\x06','\xff','\xff','\xff','\x01','\xc1','\xc0','\x03','\x83','\x80','\x07','\x76','\x00','\x06','\x1f','\x80','\x00','\x71','\xe0','\x03','\x80','\x70','\x3c','\x1c','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x80','\x01','\xd8','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x18','\x06','\x60','\x18','\x06','\x63','\xff','\xc6','\x60','\x83','\x06','\x60','\x42','\x06','\x6f','\xff','\xf6','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\xbe','\x60','\x00','\x0c','\x1d','\xc0','\xe0','\x19','\x80','\xc0','\x19','\xa4','\xc0','\xff','\xf4','\xc6','\x19','\x8f','\xff','\x19','\x8c','\x06','\x1f','\x99','\x04','\x06','\x19','\xc8','\x46','\x61','\x80','\x7f','\xe1','\x80','\x66','\x61','\x86','\x66','\x7f','\xff','\x66','\x63','\x18','\x66','\x63','\x18','\x66','\x63','\x18','\x7f','\xe6','\x30','\x66','\x66','\x30','\x06','\x0d','\xb0','\x06','\x6c','\x60','\xff','\xf0','\x70','\x06','\x00','\xdc','\x06','\x01','\x8e','\x06','\x06','\x06','\x06','\x18','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x1c','\x00','\x1c','\x18','\x00','\x18','\x18','\x40','\x18','\x18','\x30','\x18','\x18','\x1c','\x18','\x18','\x0e','\x18','\x18','\x06','\x18','\x18','\x06','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x08','\x18','\x18','\x10','\x30','\x18','\x60','\x30','\x18','\xc0','\x30','\x1b','\x80','\x68','\x1e','\x00','\xc6','\xfc','\x01','\x87','\x70','\x06','\x03','\x40','\x18','\x03','\x00','\xe0','\x00','\x02','\x00','\x00','\x03','\x80','\x0c','\x03','\x3f','\xfe','\x07','\x03','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x1c','\xff','\xff','\x1c','\x03','\x0c','\x2c','\x03','\x0c','\x4c','\x03','\x0c','\x8c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x7f','\xfc','\x0c','\x03','\x0c','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x00','\x0c','\xc0','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x18','\x00','\x20','\x18','\x00','\x38','\x38','\x40','\x30','\x38','\x20','\x30','\x58','\x20','\x30','\x98','\x10','\x30','\x18','\x10','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x40','\x18','\x18','\x40','\x18','\x18','\x40','\x18','\x10','\x80','\x18','\x00','\x80','\x18','\x00','\x86','\x1b','\xff','\xff','\x18','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x06','\x00','\x18','\x06','\x00','\x18','\x0d','\x00','\x38','\x0d','\x04','\x38','\x19','\x07','\x58','\x10','\x8e','\x98','\x30','\x98','\x18','\x70','\xa0','\x18','\xb0','\xc0','\x1b','\x30','\x40','\x18','\x30','\x60','\x18','\x30','\x20','\x18','\x30','\x30','\x18','\x30','\x98','\x18','\x37','\x1f','\x19','\xfc','\x0e','\x18','\xe0','\x06','\x18','\x80','\x00','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x30','\x06','\x7f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0d','\xff','\xff','\x18','\x00','\x00','\x18','\x40','\x18','\x38','\x7f','\xfc','\x38','\x60','\x18','\x58','\x60','\x18','\x98','\x7f','\xf8','\x18','\x60','\x00','\x18','\x00','\xe0','\x18','\x00','\xc8','\x18','\xff','\xfc','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc6','\x1b','\xff','\xff','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\xe3','\x86','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x66','\x6f','\xff','\xf6','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x66','\x6f','\xff','\xf6','\x60','\xc3','\x06','\x60','\xc3','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x03','\x06','\x62','\x03','\x06','\x64','\x03','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x18','\x10','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x18','\x06','\x3f','\xff','\xff','\x30','\x34','\x06','\x30','\x32','\x06','\x00','\x72','\x06','\x00','\x61','\x3e','\x00','\xe1','\x8c','\x01','\xc0','\xc0','\x03','\x80','\x70','\x07','\x00','\x3f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x00','\xf0','\x00','\x1f','\xf8','\x3f','\xff','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x06','\x18','\x3f','\x18','\x20','\x1e','\xe0','\x38','\x06','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x80','\x01','\xc3','\x80','\x03','\x83','\x00','\x07','\x76','\x00','\x06','\x0f','\xc0','\x00','\x38','\xf8','\x01','\xe0','\x3c','\x7e','\x00','\x0c','\x00','\x07','\x40','\x00','\x06','\x30','\x00','\x06','\x30','\x20','\x06','\x06','\x3f','\xff','\xff','\x30','\x06','\x00','\x30','\x26','\x00','\x37','\xf6','\x00','\x30','\x06','\x00','\x31','\x03','\x10','\x31','\xc3','\x1c','\x31','\x8b','\x18','\x3f','\xff','\x18','\x33','\x31','\x98','\x32','\x31','\xb0','\x36','\x20','\xb0','\x26','\x60','\xe0','\x2d','\x40','\x42','\x2c','\xe0','\xe2','\x60','\xb1','\xb2','\x41','\xb3','\x3a','\x43','\x06','\x1f','\x86','\x18','\x0f','\x18','\x60','\x06','\x20','\x18','\x1c','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1a','\x30','\x07','\xff','\x30','\x00','\x18','\x30','\x30','\x18','\x37','\xfa','\x18','\x30','\x01','\x18','\x30','\x01','\x98','\x30','\x18','\xd8','\x3f','\xfc','\xd8','\x20','\xc0','\x18','\x24','\xc0','\x18','\x26','\xd0','\x18','\x66','\xc8','\x18','\x64','\xcc','\x18','\x4c','\xcc','\x18','\x48','\xcc','\x18','\x90','\xc0','\x18','\x07','\xc0','\xf8','\x01','\x80','\x30','\x0e','\x08','\x00','\x0c','\x0e','\x40','\x0c','\x0c','\x70','\x0c','\x0c','\x60','\x0d','\x18','\x40','\x0d','\x10','\x86','\x2d','\xbf','\xff','\x2d','\xb0','\xc0','\x4c','\x70','\xc0','\x4c','\x70','\xc0','\xcc','\xb0','\xcc','\xcd','\x3f','\xfe','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xcc','\x0c','\x3f','\xfe','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x01','\x01','\x80','\x00','\x81','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x20','\x18','\x1c','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1a','\x30','\x03','\xff','\x37','\xf8','\x18','\x30','\x02','\x18','\x30','\x01','\x98','\x2f','\xfc','\xd8','\x20','\xc0','\xd8','\x68','\xd0','\x18','\x4c','\xc8','\x18','\x4c','\xcc','\x18','\x9b','\xcc','\xf8','\x21','\x80','\x30','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\xc0','\x60','\x00','\xc0','\x00','\x01','\x80','\x0c','\x03','\xff','\xfe','\x06','\x31','\x8c','\x0c','\x63','\x0c','\x30','\xc3','\x0c','\xc1','\x86','\x0c','\x03','\x0c','\x18','\x0c','\x18','\x18','\x30','\x30','\x18','\x00','\x60','\x30','\x01','\x83','\xf0','\x06','\x00','\xe0','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\x7f','\xfe','\x0c','\x83','\x00','\xff','\xc6','\x80','\x0c','\x06','\x60','\x0c','\x0c','\x30','\x0c','\x30','\x30','\x1e','\x00','\x06','\x1d','\x7f','\xff','\x1d','\x80','\x18','\x3d','\xa1','\x98','\x2c','\x3f','\xd8','\x2c','\x31','\x98','\x6c','\x31','\x98','\x4c','\x31','\x98','\x8c','\x3f','\x98','\x0c','\x31','\x98','\x0c','\x30','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x08','\x10','\x00','\x06','\x1c','\x00','\x03','\x18','\x00','\x03','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x60','\x3f','\xff','\xf0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\xc0','\xc8','\x00','\xff','\xfc','\x01','\x80','\x18','\x03','\x00','\x18','\x06','\x00','\x32','\x0f','\xff','\xff','\x18','\x00','\x06','\x30','\x00','\x86','\xc8','\x88','\x46','\x0c','\x44','\x66','\x0c','\x66','\x66','\x0c','\x66','\x0e','\x08','\x00','\x0c','\x00','\x00','\xfc','\x00','\x00','\x38','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x06','\x08','\x00','\x06','\x08','\x08','\x06','\x04','\x0e','\x06','\x06','\x1c','\x06','\x03','\x60','\x06','\x01','\x80','\x06','\x3c','\xe0','\xff','\xc0','\x7f','\x7c','\x00','\x1e','\x40','\x00','\x06','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x8c','\x3f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x00','\x00','\x01','\xc3','\x00','\x03','\x80','\xe0','\x07','\x00','\x38','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x00','\xe1','\x00','\x07','\xf1','\x8c','\xfe','\x01','\xfe','\x06','\x03','\x0c','\x06','\x02','\x18','\x06','\x05','\x18','\x06','\x49','\xb0','\xff','\xe0','\x60','\x06','\x00','\xc0','\x06','\x01','\x80','\x0e','\x06','\x80','\x0f','\x18','\xc6','\x0e','\xc0','\xff','\x1e','\x61','\x86','\x16','\x63','\x0c','\x36','\x06','\x8c','\x26','\x18','\xd8','\x46','\x00','\x30','\x86','\x00','\x60','\x06','\x00','\xc0','\x06','\x01','\x80','\x06','\x03','\x00','\x06','\x0c','\x00','\x06','\x30','\x00','\x08','\x04','\x20','\x0e','\x07','\x38','\x0c','\x06','\x30','\x08','\x06','\x20','\x92','\x0c','\x46','\x63','\x8f','\xff','\x33','\x1c','\x60','\x36','\x1c','\x60','\x0c','\x2c','\x60','\x09','\x4c','\x6c','\x10','\x8f','\xfe','\xff','\xcc','\x60','\x7c','\xcc','\x60','\x4c','\xcc','\x60','\x0c','\x0c','\x60','\x4c','\x0c','\x6c','\x7d','\x0f','\xfe','\x6c','\x8c','\x60','\x6c','\xcc','\x60','\x4c','\xcc','\x60','\x4c','\xcc','\x60','\x8c','\x0c','\x66','\x0c','\x0f','\xff','\x0c','\x0c','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x98','\x08','\x1f','\xfc','\x92','\x03','\x18','\x63','\x83','\x1a','\x33','\x7f','\xff','\x36','\x00','\x00','\x0c','\x08','\x0c','\x09','\x0f','\xfe','\x10','\x8c','\x0c','\xff','\xcc','\x0c','\x7c','\xcf','\xfc','\x4c','\xcc','\x00','\x0c','\x00','\x70','\x4d','\x00','\x64','\x7c','\x9f','\xfe','\x6c','\xcc','\x60','\x6c','\xcc','\x60','\x4c','\xcc','\x66','\x4c','\x3f','\xff','\x8c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc1','\xe0','\x00','\x0f','\xf0','\x1f','\xfe','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x03','\x98','\xf0','\x0e','\x18','\x3f','\xf0','\x40','\x0e','\x00','\x70','\x00','\x00','\xe0','\x06','\xff','\xff','\xff','\x03','\x80','\xc0','\x07','\x01','\xc0','\x0e','\xf3','\x80','\x0c','\x0f','\x00','\x00','\x3c','\xf0','\x01','\xe0','\x3c','\x7e','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\x64','\x00','\x00','\xc4','\x08','\x01','\x82','\x0e','\x03','\x82','\x1c','\x07','\x83','\x30','\x0d','\x81','\x40','\x31','\x81','\x80','\xc1','\x80','\x80','\x01','\x80','\xc0','\x01','\x80','\x60','\x01','\x80','\x70','\x01','\x86','\x38','\x01','\xf8','\x1f','\x3f','\xc0','\x0e','\x1e','\x00','\x06','\x10','\x00','\x00','\x03','\x10','\x06','\x7f','\x9f','\xff','\x00','\x18','\xc6','\x00','\x18','\xc6','\x01','\x9f','\xfe','\xff','\xd8','\xc6','\x00','\x18','\xc6','\x00','\x18','\xc6','\x03','\x1f','\xfe','\x7f','\x98','\x06','\x00','\x00','\x00','\x00','\x0f','\xfc','\x03','\x0c','\x0c','\x7f','\x8c','\x0c','\x00','\x0f','\xfc','\x00','\x0c','\x0c','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x0f','\xfc','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\x0c','\x7c','\x63','\x0c','\x18','\x00','\x03','\x80','\x40','\x03','\x30','\x30','\x3f','\xf8','\x18','\x06','\x30','\x0c','\x06','\x36','\x0d','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x18','\x00','\x3f','\xfc','\x00','\x30','\x18','\x0c','\x30','\x18','\xfe','\x3f','\xf8','\x0c','\x30','\xc0','\x0c','\x00','\xd8','\x0c','\x7f','\xfc','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x0d','\xff','\xff','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x00','\x40','\x7f','\xf8','\x30','\x63','\x18','\x18','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x03','\x02','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x7f','\xf8','\x00','\x60','\x18','\x0c','\x7f','\xf8','\xfe','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x18','\x20','\x0c','\x3c','\x1c','\x0c','\xc0','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x80','\x00','\x30','\xe0','\x00','\x30','\xc0','\x00','\x30','\xc0','\x60','\x30','\xff','\xf0','\x31','\x8c','\x00','\x31','\x0c','\x00','\x32','\x0c','\x00','\x30','\x0c','\x18','\x37','\xff','\xfc','\x30','\x0c','\x00','\x30','\x1a','\x00','\x30','\x19','\x80','\x30','\x30','\xc0','\x30','\x30','\x60','\x30','\x60','\x30','\x30','\xc0','\x38','\x33','\x00','\x18','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x62','\x00','\x04','\x83','\x80','\x03','\x07','\x00','\x01','\x86','\x00','\x01','\x8c','\x40','\x00','\x18','\x70','\x00','\x30','\xe0','\x00','\xe0','\xc0','\x01','\x81','\x80','\x06','\x03','\x00','\x38','\x06','\x00','\x00','\x0d','\x00','\x00','\x38','\xc0','\x00','\x60','\x70','\x01','\x80','\x38','\x06','\x00','\x18','\x38','\x00','\x18','\x00','\x01','\xd0','\x1c','\x01','\x8c','\x18','\x01','\x86','\x18','\x01','\x86','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\xff','\x01','\x80','\x18','\x01','\x80','\x18','\xfd','\x84','\x18','\xcd','\x87','\x18','\xcd','\x86','\x18','\xcc','\x86','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xfc','\x58','\x1a','\x00','\x70','\x1c','\x02','\x20','\xf8','\x1c','\x72','\x63','\xf0','\xd2','\x41','\xc1','\x9a','\x01','\x03','\x0f','\x00','\x0c','\x0f','\x00','\x30','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc0','\x80','\x00','\x80','\x60','\x01','\x00','\x38','\x3f','\xff','\xdc','\x1f','\xe0','\x0c','\x10','\x00','\x0c','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x07','\x01','\x06','\x06','\x01','\xff','\x06','\x01','\x86','\x06','\x19','\x86','\xff','\xfd','\x8c','\x0c','\x01','\x8c','\x0c','\x01','\x88','\x0c','\x01','\x98','\x18','\x31','\x90','\x1f','\xf9','\xa0','\x18','\x31','\x90','\x38','\x31','\x98','\x38','\x31','\x8c','\x5f','\xf1','\x8c','\x98','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x1f','\xf1','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xbe','\x18','\x31','\x8c','\x19','\xf1','\x80','\x18','\x61','\x80','\x00','\x11','\xc8','\x03','\x1d','\x8e','\xff','\x99','\x8c','\x18','\x21','\xd0','\x18','\xc9','\xa4','\x18','\x6f','\xb7','\x18','\x2d','\x9e','\x10','\x19','\x88','\x33','\x11','\x92','\x3f','\x25','\xbf','\x33','\xff','\xb1','\x73','\x62','\xa8','\x73','\x40','\x86','\xb3','\x20','\x82','\x33','\x3f','\xff','\x33','\x30','\x80','\x33','\x30','\xd0','\x33','\x30','\x5c','\x3f','\x2c','\x58','\x33','\x66','\x30','\x30','\x46','\x72','\x30','\x40','\xda','\x00','\x81','\x8f','\x01','\x06','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x00','\x0e','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc3','\x80','\x04','\xc3','\x01','\x88','\x03','\x07','\xc0','\x03','\x1e','\x00','\x03','\xe0','\x08','\x03','\x00','\x08','\x03','\x00','\x08','\x03','\x00','\x0c','\x03','\xff','\xfc','\x01','\xff','\xf8','\x00','\x00','\x00','\x10','\x20','\x10','\x0c','\x10','\x1c','\x06','\x18','\x38','\x06','\x0c','\x30','\x00','\x0c','\x60','\x00','\x00','\x40','\x80','\x00','\x8c','\x62','\xff','\xfe','\x32','\x10','\x20','\x32','\x1c','\x20','\x04','\x18','\x10','\x04','\x38','\x18','\x0c','\x30','\x0c','\x08','\x60','\x0f','\x18','\xc0','\x06','\x1b','\x7f','\xf8','\x30','\x64','\x98','\xf0','\x64','\x98','\x70','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x9a','\x3b','\xff','\xff','\x18','\x00','\x00','\x00','\x10','\x00','\x40','\x1c','\x00','\x30','\x18','\x60','\x18','\x3f','\xf0','\x0c','\x30','\xc0','\x0c','\x60','\x80','\x00','\x41','\x0c','\x00','\xff','\xfe','\x01','\x63','\x0c','\x00','\x63','\x0c','\x0c','\x63','\x0c','\xfe','\x7f','\xfc','\x0c','\x6c','\xcc','\x0c','\x0c','\xc0','\x0c','\x0c','\xc2','\x0c','\x18','\xc2','\x0c','\x18','\xc3','\x0c','\x30','\xff','\x0c','\x60','\x7e','\x0c','\x80','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\x80','\x1c','\x0f','\xc1','\xfe','\xfc','\x3f','\xc0','\x0c','\x01','\x04','\x0c','\x10','\x87','\x0c','\x08','\xc6','\x0d','\x8c','\xc6','\xff','\xcc','\xcc','\x0c','\x0c','\x08','\x1c','\x00','\x10','\x1c','\x3a','\x06','\x1f','\x33','\xff','\x1d','\xb3','\x06','\x3d','\xb3','\x06','\x3d','\xb3','\x06','\x2c','\x33','\x06','\x6c','\x33','\xfe','\x4c','\x33','\x06','\x8c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\xfe','\x0c','\x33','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x91','\x80','\x00','\x1c','\x00','\x40','\x18','\x00','\x30','\x18','\x06','\x18','\x3f','\xff','\x1c','\x33','\x06','\x0c','\x63','\x04','\x00','\x43','\x08','\x00','\x86','\x80','\x00','\x06','\x80','\x00','\x86','\x40','\x03','\x0c','\x40','\x1c','\x0c','\x60','\xf8','\x18','\x30','\x60','\x30','\x38','\x40','\x60','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xf8','\x00','\x00','\x70','\x00','\x10','\x03','\x06','\x1c','\x3f','\x7f','\x18','\x03','\x06','\x19','\x83','\x06','\x1f','\xc3','\x06','\x11','\xa3','\x46','\x31','\x3f','\x7e','\x22','\x30','\x60','\x7f','\xb0','\x60','\xa4','\xb0','\x66','\x24','\xbf','\x7f','\x24','\x83','\x06','\x3f','\xa3','\x46','\x24','\x9b','\x36','\x24','\x9b','\x36','\x24','\x83','\x06','\x3f','\x87','\x0e','\x00','\x0f','\x1e','\x00','\xbb','\x76','\x2a','\x9b','\x36','\x2a','\x93','\x26','\x6a','\x03','\x06','\x60','\x1f','\x3e','\x00','\x06','\x0c','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x80','\x00','\xc0','\x60','\x00','\x80','\x38','\x01','\x00','\x1c','\x7f','\xff','\xee','\x3f','\xc3','\x06','\x20','\xc3','\x06','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x02','\x03','\x03','\x02','\x03','\x03','\x02','\x06','\x03','\x03','\x18','\x03','\xff','\xe0','\x01','\xfe','\x00','\x60','\x00','\x00','\xf0','\x00','\x23','\x84','\x06','\x3c','\x07','\xff','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\xc6','\x06','\x3f','\xe6','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x66','\x06','\x3f','\xf6','\x7e','\x30','\x06','\x1c','\x30','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x40','\x06','\x00','\x7f','\xff','\x00','\x60','\x06','\x46','\x61','\xc6','\x7f','\x61','\x86','\x66','\x61','\x86','\x66','\x61','\x86','\x66','\x61','\xb6','\x66','\x7f','\xfe','\x66','\x61','\x86','\x66','\x61','\x86','\x66','\x61','\x86','\x66','\x61','\x86','\x66','\x63','\x46','\x66','\x63','\x26','\x66','\x63','\x26','\x7e','\x62','\x36','\x66','\x66','\x36','\x66','\x64','\x36','\x60','\x68','\x36','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x19','\x00','\x18','\x01','\xc1','\x80','\x03','\x80','\x78','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x66','\x67','\xff','\xf6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x34','\x06','\x60','\x34','\x06','\x60','\x34','\x06','\x60','\x62','\x06','\x60','\x63','\x06','\x60','\xc1','\x86','\x61','\x81','\xc6','\x63','\x00','\xf6','\x6c','\x00','\x66','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x1c','\x20','\x06','\x18','\x3f','\xff','\x18','\x30','\x06','\x18','\x31','\xc6','\x18','\x31','\x86','\x1b','\x31','\x86','\xff','\xb1','\x86','\x33','\x31','\xb6','\x33','\x3f','\xfe','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x62','\x31','\x46','\x66','\x33','\x66','\x66','\x33','\x26','\x74','\x32','\x26','\x6c','\x36','\x36','\x0e','\x34','\x36','\x0b','\x38','\x36','\x19','\xb0','\x06','\x11','\xb0','\x06','\x20','\x3f','\xfe','\xc0','\x30','\x06','\x00','\x18','\x1c','\x7f','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x20','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x60','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x38','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x70','\x18','\x00','\xe0','\x18','\x0f','\xc0','\x18','\x03','\x80','\x18','\x03','\x01','\x00','\x03','\x01','\xc0','\x06','\x81','\x80','\x06','\x61','\x80','\x0c','\x31','\x80','\x1b','\x33','\x06','\x13','\x03','\xff','\x3f','\xe2','\x06','\x58','\x66','\x04','\x98','\x64','\xe8','\x1f','\xe8','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x1f','\xe1','\xa0','\x18','\x01','\xa0','\x18','\x81','\xa0','\x18','\x41','\x30','\x18','\x63','\x10','\x19','\xb2','\x18','\x1e','\x36','\x1c','\x7c','\x04','\x0f','\x30','\x08','\x0e','\x20','\x30','\x06','\x20','\x00','\x38','\x18','\x03','\xfc','\x0c','\xff','\x88','\x0c','\x04','\x0e','\x00','\x82','\x0c','\x00','\x43','\x08','\x80','\x63','\x18','\x60','\x63','\x10','\x30','\x60','\x00','\x34','\x00','\x70','\x04','\x03','\xf8','\x04','\x7f','\x00','\x08','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x10','\x03','\x06','\x31','\xff','\xff','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x0c','\x38','\xff','\xfe','\x18','\x00','\x00','\x1c','\x20','\x70','\x18','\x38','\x60','\x18','\x30','\x60','\x1a','\x48','\x60','\x19','\x8e','\x60','\x18','\xcc','\x60','\x18','\x78','\x60','\x18','\x34','\x60','\x18','\x22','\x60','\x18','\x43','\x60','\x1b','\xff','\x60','\x19','\xc3','\x60','\x18','\x00','\x60','\x19','\xfe','\x60','\x19','\x86','\x60','\x19','\x86','\x60','\x19','\xfe','\x60','\x19','\x86','\x60','\x19','\x86','\x62','\x31','\xfe','\x62','\x31','\x86','\x62','\x21','\x86','\x63','\x41','\x9e','\x7f','\x81','\x8c','\x3e','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x43','\x03','\x00','\x7f','\x87','\x00','\x63','\x06','\x80','\x62','\x0c','\x60','\x66','\x18','\x38','\x64','\x37','\xdf','\x64','\x40','\x0e','\x69','\x9f','\xc6','\x64','\x00','\xc0','\x66','\x01','\x88','\x63','\x3f','\xfc','\x63','\x00','\x00','\x63','\x00','\x06','\x63','\xff','\xff','\x6f','\x0c','\x40','\x66','\x08','\x30','\x60','\x11','\xdc','\x60','\xfe','\x0e','\x60','\x70','\x06','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x21','\x80','\x63','\x21','\x86','\x62','\x7f','\xff','\x66','\x60','\x06','\x64','\xc0','\x04','\x64','\xc0','\x18','\x68','\x3f','\xfc','\x64','\x00','\x00','\x66','\x00','\x00','\x62','\x00','\x06','\x63','\xff','\xff','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x6f','\x0c','\x60','\x66','\x1c','\x62','\x60','\x18','\x62','\x60','\x18','\x62','\x60','\x30','\x63','\x60','\x60','\x7f','\x61','\x80','\x3e','\x41','\x83','\x00','\x7f','\xc7','\x00','\x61','\x86','\x80','\x63','\x8e','\x40','\x63','\x0c','\x60','\x62','\x18','\x38','\x66','\x30','\x9f','\x64','\x6f','\xce','\x69','\x80','\x06','\x64','\x00','\x60','\x66','\x3f','\xf0','\x62','\x00','\x60','\x63','\x00','\xc0','\x63','\x00','\xcc','\x63','\x3f','\xfe','\x63','\x00','\x00','\x63','\x00','\x06','\x6f','\x7f','\xff','\x66','\x06','\x00','\x60','\x04','\x20','\x60','\x08','\x18','\x60','\xff','\xfc','\x60','\x7e','\x0e','\x60','\x40','\x06','\x43','\x00','\x1c','\x7f','\x81','\xfe','\x63','\x7f','\xc8','\x63','\x22','\x0e','\x62','\x11','\x0c','\x66','\x19','\x98','\x64','\x19','\x90','\x64','\x00','\x2c','\x68','\x3f','\xfe','\x64','\x00','\x0c','\x66','\x00','\x0c','\x62','\x3f','\xfc','\x63','\x00','\x0c','\x63','\x00','\x0c','\x63','\x3f','\xfc','\x63','\x00','\x0c','\x63','\x01','\x00','\x6f','\x0e','\x88','\x66','\x4c','\xc6','\x60','\x4c','\xd3','\x60','\xcc','\x13','\x61','\x8c','\x18','\x61','\x8f','\xf8','\x60','\x07','\xf0','\x07','\x04','\x06','\x06','\x07','\xff','\x06','\x66','\x06','\x7f','\xf6','\x06','\x00','\x86','\x06','\x20','\xe7','\xfe','\x10','\xc0','\x00','\x19','\x84','\x06','\x19','\x07','\xff','\x02','\x36','\x06','\xff','\xfe','\x06','\x00','\x07','\xfe','\x20','\xc6','\x06','\x3f','\xe6','\x06','\x30','\xc7','\xfe','\x30','\xc6','\x06','\x30','\xc6','\x06','\x3f','\xc6','\x06','\x30','\xc7','\xfe','\x30','\xc2','\x00','\x30','\xc3','\x88','\x3f','\xc3','\x06','\x30','\xc6','\x03','\x30','\x18','\x03','\x00','\x00','\x70','\x00','\x00','\x60','\x41','\x80','\x60','\x7f','\xc0','\x60','\x61','\x80','\x60','\x61','\x80','\x60','\x61','\x80','\x66','\x61','\xff','\xff','\x61','\x80','\x60','\x61','\x80','\x60','\x61','\xa0','\x60','\x61','\x98','\x60','\x61','\x8c','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\x7f','\x80','\x60','\x61','\x80','\x60','\x61','\x80','\x60','\x60','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x07','\xe0','\x00','\x01','\xc0','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x30','\x0f','\xff','\xf8','\x1b','\x00','\x30','\x33','\x00','\x30','\xc3','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\x08','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x08','\x60','\xc0','\x0f','\xff','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0f','\xff','\xc0','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0f','\xff','\xff','\x0c','\x00','\x06','\x00','\x01','\x06','\x12','\x10','\xc6','\x11','\x08','\x66','\x21','\x8c','\x6c','\xe1','\x8c','\x0c','\xc0','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x60','\x06','\xff','\xf7','\xff','\x00','\x60','\x06','\x00','\x60','\x06','\x40','\x64','\x06','\x30','\x63','\x06','\x18','\x61','\x86','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\xe0','\x0e','\x01','\x60','\x16','\x06','\x60','\x66','\x0c','\x60','\xc6','\x38','\x63','\x86','\xf0','\x6f','\x06','\x60','\x66','\x06','\x40','\x64','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x3e','\x00','\xc0','\x0c','\x00','\x00','\x00','\x40','\x00','\x0c','\x30','\x7f','\xfe','\x18','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x0c','\x01','\x80','\xfe','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x34','\x1a','\x0c','\x33','\x19','\x8c','\x31','\x98','\xcc','\x31','\x98','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x34','\x1a','\x0c','\x33','\x19','\x8c','\x31','\x98','\xcc','\x31','\x98','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x30','\x18','\x18','\x00','\x60','\x00','\x00','\xf0','\x00','\x03','\x82','\x0c','\x2c','\x03','\xfe','\x30','\x83','\x0c','\x30','\xe3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x37','\xc3','\x0c','\xfc','\xc3','\x0c','\x70','\xc3','\x0c','\x41','\x83','\x7c','\x01','\x83','\x18','\x03','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x21','\x00','\x80','\x11','\xc0','\xe0','\x19','\x84','\xcc','\x19','\x07','\xfe','\x02','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x67','\xfc','\x06','\x66','\x0c','\x46','\x66','\x0c','\x7f','\xe7','\xfc','\x66','\x66','\x00','\x66','\x06','\x06','\x66','\x67','\xff','\x7f','\xf6','\x00','\x66','\x66','\x06','\x0e','\x67','\xff','\x0e','\x66','\x06','\x1e','\x60','\x26','\x16','\x6a','\xb6','\x37','\xea','\x96','\x26','\xca','\x8e','\x46','\x1a','\x0c','\x86','\x18','\x7c','\x06','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x61','\xc3','\x08','\x63','\x83','\x10','\x07','\x03','\xfe','\x1c','\x01','\xfe','\xe7','\x00','\x00','\x06','\x07','\xfc','\x06','\x66','\x0c','\x7f','\xf6','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x06','\x36','\x0c','\xff','\xff','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x0d','\x87','\xfc','\x0c','\xc2','\x32','\x08','\x63','\xb2','\x18','\x67','\x33','\x30','\x0c','\x3f','\xc0','\x30','\x1e','\x00','\x00','\xc0','\x1f','\xff','\xe0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc6','\xff','\xff','\xff','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x04','\x00','\x00','\xc7','\x20','\xff','\xe6','\x38','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0c','\x0c','\x46','\x0c','\x0f','\xff','\x18','\x0c','\x60','\x18','\x1c','\x60','\x11','\x9c','\x60','\x3f','\xac','\x6c','\x39','\xcf','\xfe','\x79','\x8c','\x60','\x59','\x8c','\x60','\x99','\x8c','\x60','\x19','\x8c','\x6c','\x19','\x8f','\xfe','\x19','\x8c','\x60','\x19','\x8c','\x60','\x1f','\x8c','\x60','\x19','\x8c','\x60','\x19','\x8c','\x66','\x18','\x0f','\xff','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x00','\xf0','\x00','\x23','\x80','\x0c','\x3c','\x03','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x80','\x0c','\x3f','\xc3','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x10','\x10','\x30','\x0c','\x1f','\xf8','\x06','\x18','\x30','\x06','\x18','\x30','\x00','\x19','\x30','\x00','\x19','\xf0','\x80','\x19','\x30','\x60','\x19','\x30','\x32','\x19','\x30','\x32','\x99','\x36','\x04','\xff','\xff','\x04','\xc0','\x06','\x0c','\xc8','\x66','\x08','\xcf','\xf6','\x18','\xcc','\x66','\x18','\xcc','\x66','\x30','\xcc','\x66','\xf0','\xcc','\x66','\x70','\xcf','\xe6','\x30','\xcc','\x66','\x30','\xcc','\x06','\x30','\xc0','\x06','\x38','\xc0','\x3e','\x18','\xc0','\x0c','\x00','\x03','\x80','\x00','\x03','\x0c','\x46','\x03','\xfe','\x7f','\x03','\x00','\x66','\x43','\x06','\x66','\x7f','\xff','\x66','\x63','\x86','\x66','\x63','\x08','\x66','\x63','\xf0','\x66','\x7f','\x04','\x66','\x63','\x06','\x66','\x63','\xfe','\x66','\x61','\xfc','\x66','\x60','\x00','\x7e','\x63','\x70','\x66','\x63','\x64','\x66','\xd3','\x67','\x60','\xdb','\x66','\x00','\xdb','\x64','\x01','\x8b','\x68','\x01','\x83','\x60','\x03','\x03','\x66','\x0c','\x7f','\xff','\x00','\x00','\x00','\x00','\x10','\x0c','\x00','\x1f','\xfe','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x60','\x08','\x00','\x00','\x0e','\x30','\x00','\x0c','\x0c','\x00','\x18','\x06','\x00','\x30','\x07','\x00','\xc0','\x03','\x06','\x00','\x30','\x05','\x24','\x22','\xff','\x99','\xff','\x1c','\x24','\x70','\x16','\x00','\xa8','\x35','\xa4','\xa7','\x64','\x99','\x22','\x84','\x24','\x20','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x3f','\xe0','\x38','\x30','\x20','\x32','\x3f','\xef','\xff','\x30','\x20','\x30','\x3f','\xe4','\x30','\x31','\x03','\x30','\x30','\xc3','\x30','\xff','\x60','\x30','\x78','\x61','\xf0','\x40','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x30','\x1c','\x3f','\xf8','\x18','\x30','\x30','\x18','\x30','\x30','\x1a','\x3f','\xf7','\xff','\x30','\x00','\x18','\x37','\xe0','\x18','\x30','\x02','\x18','\x30','\x31','\x18','\x3f','\xf9','\x98','\x21','\x81','\x98','\x29','\x80','\x18','\x6d','\xa0','\x18','\x49','\x90','\x18','\x59','\x98','\x18','\x91','\x98','\x18','\x27','\x81','\xf8','\x03','\x00','\x70','\x10','\x08','\x0c','\x1c','\x0f','\xfe','\x18','\x0c','\x0c','\x19','\x8f','\xfc','\x1f','\xcc','\x0c','\x11','\x8f','\xfc','\x31','\x0c','\x0c','\x22','\x00','\x00','\x7f','\x9f','\xfe','\xa4','\x99','\x26','\x24','\x99','\x26','\x24','\x99','\x26','\x3f','\x9f','\xfe','\x24','\x80','\x00','\x24','\x80','\x0c','\x24','\x9f','\xfe','\x3f','\x84','\x0c','\x00','\x02','\x18','\x00','\x83','\x30','\x2a','\xc1','\xc0','\x2a','\xc0','\xf0','\x6a','\x41','\xbf','\x60','\x06','\x1e','\x00','\x38','\x06','\x1c','\x03','\x80','\x18','\x03','\x04','\x18','\x03','\x07','\x18','\x03','\x36','\x18','\x3f','\xfe','\x19','\x83','\x0c','\xff','\xc3','\x1c','\x31','\x83','\x18','\x31','\x83','\x32','\x31','\xff','\xff','\x31','\x80','\x60','\x33','\x00','\xc0','\x63','\x07','\x80','\x63','\x07','\x08','\x63','\x06','\x0e','\x66','\x0e','\x1c','\xd6','\x36','\x38','\xcc','\xc6','\x60','\x0e','\x07','\x80','\x0b','\x06','\x02','\x1b','\x86','\x02','\x11','\x86','\x03','\x21','\x87','\xff','\xc0','\x03','\xfe','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x34','\x30','\x00','\x37','\xf8','\x0c','\x36','\x37','\xfe','\x36','\x33','\x30','\x36','\x33','\x30','\x37','\xf3','\x30','\x36','\x33','\x30','\x36','\x33','\x32','\x36','\x3f','\xff','\x37','\xf0','\x60','\x36','\x30','\x60','\x36','\x00','\xf8','\x36','\x00','\xf0','\x36','\x40','\xf0','\x26','\x21','\xb0','\x26','\x31','\xb2','\x66','\x59','\x32','\x5f','\x9b','\x33','\x4e','\x02','\x3f','\x88','\x04','\x1e','\x00','\x18','\x00','\x10','\x03','\xa0','\x0c','\x03','\x18','\x06','\x03','\x18','\x06','\x03','\x06','\x01','\xff','\xff','\x00','\x03','\x00','\x80','\x03','\x00','\x62','\x43','\x0c','\x32','\x7f','\xfe','\x32','\x63','\x0c','\x04','\x63','\x0c','\x04','\x63','\x0c','\x0c','\x7f','\xfc','\x08','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x30','\x7f','\xfc','\xf0','\x63','\x0c','\x70','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x38','\x63','\x3c','\x18','\x63','\x18','\x00','\x00','\x70','\x00','\x03','\xf8','\x08','\x3f','\x80','\x0f','\xc0','\x40','\x0c','\x00','\x40','\x0c','\x38','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x20','\x0c','\x30','\x20','\x0c','\x30','\x20','\x0c','\x30','\x20','\x1c','\x32','\x30','\x18','\x31','\x30','\x18','\x31','\x90','\x10','\x30','\xd8','\x30','\x3f','\xd8','\x27','\xf8','\xcc','\x63','\xc0','\x8f','\x42','\x00','\x0e','\x80','\x00','\x06','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x86','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x19','\x06','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x46','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x00','\x20','\x40','\x00','\x18','\x70','\x46','\x18','\xe0','\x7f','\x00','\x86','\x66','\xff','\xff','\x66','\x04','\x80','\x66','\x04','\x80','\x66','\x7f','\xfc','\x66','\x64','\x8c','\x66','\x64','\x8c','\x66','\x78','\xfc','\x66','\x60','\x0c','\x66','\x7f','\xfc','\x66','\x60','\x0c','\x66','\x60','\x0c','\x7e','\x7f','\xfc','\x66','\x00','\x30','\x60','\x00','\x36','\x01','\xff','\xff','\x00','\x00','\x30','\x00','\x18','\x30','\x00','\x0c','\x30','\x00','\x0d','\xf0','\x00','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x80','\x00','\xc0','\x40','\x00','\x80','\x20','\x01','\x00','\x30','\x01','\x01','\xd8','\x02','\x7e','\x1c','\x7f','\xe0','\x0c','\x3e','\x00','\x0c','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x06','\x40','\x7f','\xff','\x30','\xc0','\x06','\x19','\x83','\x84','\x0d','\x83','\x08','\x0c','\x7f','\xfc','\x00','\x03','\x00','\x00','\x43','\x18','\x00','\x7f','\xfc','\x00','\x63','\x18','\x0c','\x63','\x18','\xfe','\x7f','\xf8','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x63','\x18','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x03','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x18','\x1f','\xff','\xfc','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\x99','\xe8','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\x99','\xf8','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x00','\x80','\xc0','\x01','\x00','\x70','\x3f','\xff','\xb8','\x1f','\xc0','\x18','\x10','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x04','\xc3','\x00','\x07','\x00','\x38','\x06','\x01','\xfc','\x0c','\x0f','\xc0','\x0c','\xf3','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x06','\x99','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc6','\x18','\x18','\x66','\x18','\x17','\x66','\x18','\x26','\x06','\x18','\x46','\x07','\xf8','\xbf','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc7','\xf8','\x30','\xc6','\x18','\x3f','\xc6','\x18','\x30','\x06','\x1a','\x31','\x06','\x1f','\x30','\x86','\x78','\x30','\xc7','\x98','\x33','\x7c','\x18','\xfc','\x60','\x18','\x70','\x60','\x18','\x40','\x00','\x18','\x03','\x00','\x00','\x03','\xe0','\x06','\x23','\x07','\xff','\x23','\x19','\x06','\x7f','\xfd','\x06','\x60','\x11','\x06','\xc0','\x20','\x8c','\xdf','\xf0','\x8c','\x00','\x00','\x8c','\x13','\x20','\x8c','\x1b','\x18','\xc8','\x36','\xc8','\x58','\x46','\x30','\x58','\x0c','\x18','\x50','\x1f','\xf8','\x30','\x38','\x60','\x20','\xdf','\xe0','\x70','\x18','\x60','\x50','\x18','\x60','\xd8','\x1f','\xe0','\x98','\x18','\x61','\x8c','\x18','\x61','\x0f','\x1f','\xe2','\x06','\x18','\x6c','\x06','\x00','\x20','\x40','\x04','\x18','\x70','\x03','\x0c','\x60','\x11','\x8c','\x40','\x11','\x80','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x30','\xc0','\x00','\x20','\x00','\x08','\x40','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x10','\xc2','\x18','\x1f','\xe3','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xc3','\xf8','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xc3','\xf8','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xc3','\xf8','\x08','\x81','\x20','\x0c','\x61','\x98','\x18','\x63','\x0c','\x60','\x0c','\x0c','\x00','\x60','\x02','\xff','\xff','\xff','\x00','\xc1','\x80','\x03','\x83','\x00','\x07','\x66','\x00','\x06','\x1c','\x00','\x00','\x73','\xc0','\x03','\xc0','\xf8','\x3c','\x00','\x18','\x20','\x30','\x10','\x3f','\xf8','\x1c','\x30','\x30','\x38','\x30','\x30','\x30','\x3f','\xf0','\x60','\x30','\x30','\xc0','\x30','\x31','\x88','\x3f','\xf2','\x0e','\x03','\x00','\x1c','\x03','\x0c','\x18','\xff','\xfe','\x30','\x00','\x00','\x60','\x3f','\xf0','\xc4','\x30','\x31','\x87','\x30','\x36','\x06','\x3f','\xf0','\x0e','\x03','\x00','\x0c','\x23','\x40','\x18','\x3b','\x30','\x30','\x33','\x18','\x60','\x63','\x18','\xc0','\x83','\x01','\x80','\x1f','\x06','\x00','\x06','\x18','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\xff','\xff','\x63','\x03','\x40','\x63','\x03','\x40','\x63','\x03','\x40','\x7f','\x06','\x20','\x63','\x06','\x20','\x60','\x0c','\x30','\x00','\x18','\x18','\x00','\x30','\x1f','\x00','\x60','\x0e','\x01','\x80','\x06','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x20','\x30','\x18','\x3f','\xff','\xfc','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xff','\xf8','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xff','\xf8','\x30','\x18','\x18','\x30','\x18','\x40','\x00','\x18','\x70','\x00','\x0c','\xe0','\x00','\x0d','\xc2','\x00','\x07','\x02','\x00','\x1e','\x02','\x00','\x73','\x82','\x03','\xc1','\xe3','\x7c','\x00','\x7f','\x00','\x00','\x1e','\x00','\x40','\x20','\x08','\x30','\x38','\x06','\x18','\x70','\x03','\x18','\x60','\x13','\x00','\xc0','\x10','\x01','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x1c','\x08','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x3a','\x00','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xc0','\x00','\x00','\x38','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x07','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x00','\x18','\x1c','\x01','\x9c','\x18','\x7f','\xdc','\x30','\x01','\x9a','\x60','\x01','\x9a','\x80','\x03','\x19','\x00','\x03','\x19','\x80','\x06','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x10','\x18','\x00','\x0c','\x07','\x00','\x06','\x01','\xc0','\x06','\x00','\xc0','\x00','\x00','\x00','\x00','\x03','\x00','\x80','\x7f','\x80','\x60','\x03','\x00','\x32','\x03','\x08','\x32','\x03','\x0e','\x04','\x1b','\x0c','\x05','\xfb','\x98','\x0c','\x1b','\xa0','\x08','\x33','\x40','\x18','\x33','\x40','\x18','\x23','\x60','\x30','\x63','\x20','\xf0','\x43','\x30','\x70','\xc3','\x18','\x30','\x83','\x1f','\x31','\x03','\x0e','\x32','\x03','\x06','\x38','\x1f','\x00','\x18','\x06','\x00','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x83','\x0c','\x00','\xff','\xfe','\x00','\xc3','\x0c','\x80','\xc3','\x0c','\x60','\xc3','\x0c','\x32','\xff','\xfc','\x32','\xc3','\x0c','\x04','\xc3','\x0c','\x04','\xc3','\x0c','\x0c','\xff','\xfc','\x08','\xc3','\x00','\x18','\x03','\x10','\x18','\x03','\x1c','\x30','\x01','\x98','\xf0','\x01','\xb0','\x70','\x00','\xe2','\x30','\x01','\xc2','\x30','\x07','\x62','\x30','\x1c','\x3b','\x39','\xe0','\x1f','\x18','\x00','\x06','\x00','\x0e','\x38','\x00','\x0c','\x30','\xff','\x0c','\x32','\x18','\xff','\xff','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x01','\xc0','\x18','\x01','\x80','\x18','\x21','\x8c','\xff','\x3f','\xfe','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\xff','\xff','\x18','\x03','\x40','\x1b','\x03','\x40','\xfc','\x06','\x20','\x70','\x06','\x30','\x40','\x0c','\x18','\x00','\x18','\x1f','\x00','\x30','\x0e','\x00','\xc0','\x06','\x00','\x00','\x60','\x7f','\xff','\xf0','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x03','\x0c','\x66','\x03','\xfe','\xff','\x02','\x0c','\xc6','\x06','\x18','\x06','\x04','\xd8','\x06','\x0c','\x30','\x0c','\x08','\x6c','\x0c','\x10','\xc6','\x18','\x23','\x06','\xf8','\xc0','\x00','\x30','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x32','\xff','\xff','\xff','\x00','\x00','\x00','\x38','\x00','\x06','\x30','\xcf','\xff','\x33','\xe0','\x60','\x3c','\x00','\x40','\x30','\x44','\x86','\x30','\x67','\xff','\x3f','\xe6','\x06','\x1f','\xc6','\x06','\x00','\x06','\x06','\x00','\xc7','\xfe','\x07','\xe6','\x06','\x7e','\x06','\x06','\x06','\x06','\x06','\x06','\x27','\xfe','\xff','\xf6','\x06','\x06','\x06','\x06','\x0f','\x06','\x06','\x0e','\xc6','\x06','\x1e','\x67','\xfe','\x36','\x62','\x00','\x66','\x03','\x98','\x86','\x07','\x06','\x06','\x0c','\x07','\x06','\x30','\x03','\x38','\x00','\x06','\x30','\xcf','\xff','\x31','\xe0','\x60','\x37','\x00','\x40','\x38','\x04','\x86','\x30','\x47','\xff','\x30','\x66','\x06','\x3f','\xe6','\x06','\x1f','\xc6','\x06','\x00','\x07','\xfe','\x00','\x06','\x06','\x3f','\xe6','\x06','\x00','\x06','\x06','\x00','\x07','\xfe','\x7f','\xf6','\x06','\x03','\x06','\x06','\x23','\x06','\x06','\x3b','\x46','\x06','\x33','\x27','\xfe','\x63','\x32','\x00','\x43','\x33','\x98','\x83','\x07','\x06','\x0f','\x0c','\x07','\x06','\x30','\x03','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9d','\x80','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x72','\x00','\x00','\x63','\x00','\x00','\xe1','\xc0','\x01','\xc0','\xf0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x10','\x38','\x00','\x1c','\x33','\x06','\x19','\xff','\xbf','\x30','\x63','\x00','\x30','\x63','\x00','\x60','\x63','\x40','\x49','\xff','\xe0','\x8e','\x00','\x00','\x0c','\x83','\x06','\x1c','\xff','\xbf','\x18','\xc3','\x0c','\x38','\xc3','\x0c','\x38','\xff','\x0c','\x58','\x06','\x0c','\x98','\x06','\x8c','\x19','\xff','\xcc','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x4c','\x1f','\xff','\xec','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x7c','\x18','\x06','\x18','\x06','\x06','\x00','\x7f','\x01','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x03','\x01','\x80','\xff','\xbf','\xc0','\x00','\x01','\x80','\x00','\x01','\x84','\x06','\x01','\x87','\x7f','\x0d','\xc6','\x00','\xfd','\xcc','\x00','\x0d','\xd0','\x06','\x0d','\xa0','\x7f','\x0d','\xa0','\x00','\x19','\xa0','\x00','\x19','\xb0','\x46','\x19','\x90','\x7f','\x31','\x98','\x66','\x31','\x9c','\x66','\x61','\x8f','\x66','\x41','\x8e','\x66','\x81','\x86','\x7f','\x1f','\x80','\x66','\x07','\x00','\x06','\x08','\x10','\x06','\x06','\x1c','\x0d','\x03','\x18','\x0c','\xc3','\x30','\x08','\x60','\x20','\x18','\x68','\x4c','\x10','\x0f','\xfe','\x21','\x8c','\x0c','\x3f','\xcc','\x0c','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\xcc','\x0c','\x7f','\xef','\xfc','\x06','\x00','\x60','\x06','\x84','\x60','\x46','\xe7','\x60','\x26','\xc6','\x60','\x36','\x86','\x60','\x37','\x06','\x62','\x06','\x0c','\x62','\x06','\xcc','\x63','\xff','\x18','\x7f','\x78','\x30','\x3e','\x40','\xc0','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x10','\x00','\x00','\x1c','\x80','\x80','\x18','\xe0','\x62','\x38','\xc0','\x32','\x30','\xcc','\x32','\x31','\xfe','\x04','\x61','\x8c','\x04','\x61','\x4c','\x0c','\xe3','\x68','\x09','\x62','\x58','\x1a','\x65','\x18','\x18','\x69','\x10','\x30','\x60','\xb0','\xf0','\x60','\xe0','\x70','\x60','\x60','\x30','\x60','\xf0','\x30','\x60','\xb8','\x30','\x61','\x1f','\x38','\x62','\x0e','\x18','\x6c','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x8c','\x00','\x00','\x4c','\x40','\xc0','\x6c','\x7f','\xe0','\x6c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\xc0','\xfe','\x1c','\x80','\x7e','\xed','\x00','\x00','\x6c','\x00','\x30','\x4d','\xff','\xf8','\x0c','\x40','\x70','\x0c','\x20','\xe0','\x18','\x31','\xc0','\x18','\x1b','\x00','\x30','\x0e','\x00','\x20','\x1b','\xc0','\x40','\x70','\xff','\x81','\xc0','\x3e','\x1e','\x00','\x06','\x04','\x00','\x80','\x03','\x00','\xe0','\x01','\x81','\xc0','\x01','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x01','\x01','\x00','\x01','\xc0','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x38','\x0c','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x06','\x0f','\xff','\xf0','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x40','\x64','\x06','\x7f','\xf7','\xff','\x63','\x06','\x06','\x63','\x06','\x06','\x63','\x06','\x06','\x7f','\xe6','\x06','\x63','\x06','\x06','\x63','\x06','\x06','\x63','\x06','\x06','\x7f','\xe7','\xfe','\x63','\x06','\x46','\x63','\x06','\x40','\x63','\x66','\x40','\x7f','\xf6','\x40','\x60','\x66','\x20','\x00','\x66','\x20','\x55','\x66','\x20','\x55','\x66','\x30','\x50','\x6c','\x10','\xc0','\xec','\x18','\xc0','\xcc','\x1c','\x01','\xc8','\x0f','\x0f','\x98','\x0e','\x03','\x20','\x06','\x0e','\x20','\x10','\x0c','\x18','\x1c','\x0c','\x0c','\x38','\x0c','\x0e','\x30','\x0c','\x06','\x20','\x2e','\x20','\x4c','\x2d','\x3f','\xfe','\x2d','\xb0','\x0c','\x6d','\xb0','\x0c','\x6d','\xb0','\x0c','\x4c','\x30','\x0c','\xcc','\x30','\x0c','\xcc','\x3f','\xfc','\x0c','\x30','\xcc','\x0c','\x08','\xc0','\x0c','\x0e','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x18','\xc2','\x0c','\x18','\xc2','\x0c','\x30','\xc3','\x0c','\x60','\xff','\x0d','\x80','\x7e','\x03','\x10','\x0c','\x7f','\x9f','\xfe','\x00','\x18','\x0c','\x00','\x18','\x0c','\x01','\x9f','\xfc','\xff','\xd8','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x03','\x1f','\xfc','\x7f','\x84','\x00','\x00','\x07','\x00','\x00','\x0e','\x06','\x03','\x0f','\xff','\x7f','\x98','\x06','\x00','\x38','\xc6','\x00','\x59','\xe6','\x43','\x1e','\x06','\x7f','\x98','\x46','\x63','\x18','\x66','\x63','\x1f','\xe6','\x63','\x0f','\xcc','\x63','\x00','\x0c','\x7f','\x00','\xfc','\x63','\x00','\x38','\x07','\x00','\xe8','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x40','\xc0','\x7f','\xe8','\xc6','\x06','\x0f','\xff','\x06','\x0c','\xc0','\x06','\x2c','\xc4','\xff','\xfc','\xc7','\x06','\x0c','\xc6','\x06','\x0c','\x64','\x26','\x0c','\x6c','\x36','\x4c','\x68','\x37','\xec','\x38','\x36','\x0c','\x12','\x36','\x0f','\x3a','\x36','\x7c','\x6a','\x36','\x30','\xce','\x2e','\x21','\x87','\x26','\x06','\x03','\x63','\x80','\x00','\x40','\xff','\xff','\x40','\x3f','\xfe','\x80','\x00','\x00','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x61','\x02','\x06','\x60','\xc3','\x86','\x60','\xc3','\x06','\x60','\x04','\x06','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x60','\x46','\x06','\x60','\x76','\x46','\x60','\xe6','\x66','\x60','\xc7','\xe6','\x61','\x83','\xc6','\x66','\x00','\x3e','\x60','\x00','\x0c','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x00','\x0c','\x9f','\xfc','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x9f','\xfc','\x1c','\xd8','\x0c','\x3c','\xd8','\x0c','\x2c','\x1f','\xfc','\x2c','\x08','\x00','\x6c','\x0c','\x18','\x4c','\x0f','\xfc','\x8c','\x18','\x18','\x0c','\x34','\x30','\x0c','\xc2','\x60','\x0c','\x01','\xc0','\x0c','\x07','\x70','\x0c','\x1c','\x1f','\x0c','\xe0','\x06','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x34','\x18','\x70','\x37','\xfc','\x68','\x36','\x18','\x66','\x37','\xf8','\x66','\x36','\x18','\x60','\x36','\x18','\x66','\x37','\xfb','\xff','\x30','\x00','\x60','\x34','\x18','\x60','\x37','\xfc','\x60','\x36','\x18','\x50','\x36','\x18','\xd0','\x37','\xf8','\xd0','\x36','\x18','\xd0','\x26','\x18','\xd8','\x67','\xf8','\x88','\x66','\x19','\x8c','\x46','\x19','\x0c','\x46','\x19','\x0f','\x86','\x7a','\x06','\x06','\x34','\x06','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\xfc','\x30','\x00','\x38','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\x60','\x19','\x86','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x18','\x66','\x6f','\xff','\xf6','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\xc6','\x60','\x38','\xe6','\x60','\x79','\x86','\x60','\xde','\x06','\x61','\x99','\xc6','\x63','\x18','\xe6','\x6c','\x18','\x66','\x60','\x18','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x80','\x06','\x1c','\xff','\xff','\x18','\xc0','\x00','\x18','\xc7','\xf8','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc7','\xf8','\xff','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc7','\xf8','\x18','\xc1','\x80','\x18','\xc1','\x86','\x18','\xdf','\xff','\x18','\xc3','\x18','\x18','\xc3','\x18','\x19','\xc6','\xb0','\x1e','\xc6','\x60','\xf8','\xc0','\xd8','\x60','\xc1','\x8c','\x40','\xce','\x0c','\x00','\xc0','\x00','\x00','\xc0','\x06','\x00','\xff','\xff','\x00','\xc0','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x81','\x00','\x03','\x9c','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0f','\xff','\xf8','\x16','\x18','\x7f','\x26','\x18','\x6e','\xc6','\x18','\x66','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x64','\x06','\x18','\x04','\x00','\x18','\x06','\x00','\x1f','\xfe','\x00','\x0f','\xfc','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x40','\xc0','\x00','\x70','\x00','\x00','\xe0','\x06','\xff','\xff','\xff','\x01','\x81','\xc0','\x03','\x83','\x80','\x07','\x76','\x00','\x06','\x0f','\xc0','\x00','\x38','\xf8','\x01','\xe0','\x3c','\x7e','\x00','\x0c','\x06','\x00','\x1c','\xff','\x01','\xfe','\x06','\x7f','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x39','\x80','\x30','\x31','\x80','\x33','\x31','\x8c','\x7f','\xb1','\xfe','\x63','\x31','\x80','\x03','\x31','\x80','\x23','\x31','\x80','\x23','\x31','\x80','\x26','\x31','\x80','\x16','\x31','\x80','\x16','\x31','\x86','\x0c','\xff','\xff','\x04','\x00','\x00','\x0e','\x00','\x00','\x1b','\xc0','\x00','\x10','\xff','\xff','\x20','\x1f','\xfe','\xc0','\x00','\x00','\x08','\x00','\x00','\x0e','\x04','\x18','\x0c','\x67','\xfc','\x0f','\xf6','\x18','\x18','\x66','\x18','\x18','\x66','\x18','\x30','\xc6','\x18','\x6c','\xc6','\xf8','\x83','\x86','\x30','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x0c','\x07','\xff','\x30','\x03','\xfe','\xc0','\x20','\x00','\x00','\x18','\x00','\x01','\xcc','\x00','\x09','\x8c','\x10','\x09','\x80','\x0c','\x11','\x80','\x46','\x31','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x04','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x19','\xff','\xff','\x18','\x0c','\x40','\xff','\x18','\x20','\x18','\x18','\x30','\x18','\x33','\x1c','\x18','\x63','\x0f','\x18','\xff','\xfe','\x19','\x63','\x18','\x18','\x63','\x18','\x1b','\x63','\x18','\xfc','\x7f','\xf8','\x78','\x63','\x18','\x58','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x02','\x18','\x03','\x02','\x18','\x03','\x03','\xf8','\x03','\xff','\x30','\x01','\xfe','\x1c','\x00','\x1c','\x18','\x01','\xfe','\x18','\x7f','\x88','\x18','\x22','\x0e','\x18','\x11','\x0c','\x19','\x19','\x98','\xff','\x99','\x90','\x18','\x00','\x24','\x18','\x3f','\xfe','\x18','\x06','\x00','\x18','\x06','\x00','\x19','\x06','\x02','\x1e','\x7f','\xff','\xf8','\x0c','\x00','\x78','\x0c','\x0c','\x58','\x0f','\xfe','\x18','\x1a','\x0c','\x18','\x1a','\x18','\x18','\x31','\x18','\x18','\x21','\xb0','\x18','\x40','\xe0','\x19','\x81','\xbf','\xf8','\x0e','\x1e','\x30','\x70','\x06','\x10','\x10','\x40','\x0c','\x1c','\x40','\x06','\x18','\x40','\x06','\x18','\x20','\x00','\x18','\x20','\x00','\x30','\x30','\x80','\x30','\x18','\x60','\x20','\x1c','\x32','\x60','\x0f','\x32','\x40','\x0e','\x04','\x80','\x06','\x05','\x00','\x00','\x0c','\x40','\x18','\x08','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x7f','\xf8','\x38','\x60','\x18','\x18','\x60','\x18','\x10','\x03','\x80','\x0c','\x43','\x00','\x06','\x43','\x06','\x06','\x7f','\xff','\x00','\xc0','\x06','\x01','\x80','\x04','\x81','\x80','\x18','\x60','\x7f','\xfc','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x7f','\xfc','\x04','\x63','\x0c','\x0c','\x63','\x0c','\x08','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x63','\x0c','\x30','\x63','\x0c','\xf0','\x63','\x0c','\x70','\x7f','\xfc','\x30','\x10','\x40','\x30','\x1c','\x30','\x30','\x38','\x1c','\x38','\x60','\x0e','\x19','\x80','\x06','\x00','\x1c','\x00','\x00','\x18','\x20','\x02','\x18','\x38','\x02','\x18','\x70','\x04','\x18','\xc0','\x1c','\x19','\x00','\x18','\x36','\x00','\x00','\x31','\x80','\x00','\x60','\xe0','\x00','\xc0','\x38','\x01','\x80','\x1c','\x06','\x1c','\x0e','\x78','\x18','\x06','\x00','\x18','\x20','\x02','\x18','\x38','\x02','\x34','\x70','\x04','\x35','\x80','\x1c','\x32','\x00','\x18','\x63','\x00','\x00','\x61','\x80','\x00','\xc0','\xe0','\x01','\x80','\x7f','\x0e','\x00','\x3e','\xf0','\x00','\x0c','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x0c','\x0c','\x03','\xfe','\x0c','\x86','\x0c','\x0c','\xe6','\x18','\x2c','\xcc','\x18','\x2d','\x88','\x30','\x2e','\x10','\x20','\x4c','\x20','\x40','\xcc','\x00','\x80','\xcc','\x3a','\x06','\x0c','\x33','\xff','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x1a','\x33','\x06','\x19','\x33','\xfe','\x19','\xb3','\x06','\x11','\xb3','\x06','\x31','\xb3','\x06','\x20','\x33','\x06','\x40','\x33','\xfe','\x80','\x33','\x06','\x0e','\x00','\x06','\x0c','\xff','\xff','\x0c','\x02','\x40','\x0c','\x02','\x40','\x0c','\x22','\x4c','\x0c','\xbf','\xfe','\x2c','\xf2','\x4c','\x2d','\xb2','\x4c','\x2d','\x32','\x4c','\x4e','\x32','\x4c','\xcc','\x32','\x4c','\xcc','\x32','\x4c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x1a','\x01','\x8c','\x19','\x3f','\xfe','\x19','\x81','\x80','\x11','\x81','\x80','\x31','\x81','\x80','\x20','\x01','\x86','\x40','\xff','\xff','\x80','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xff','\x00','\x07','\x00','\x70','\x06','\x00','\x64','\x06','\x7e','\x67','\xfe','\x66','\x6e','\x06','\x66','\x70','\x06','\x66','\x60','\x0e','\x66','\x62','\xf6','\x66','\x62','\x66','\x7e','\x63','\x46','\x00','\x7f','\x06','\x00','\x3e','\x00','\x00','\x00','\x08','\x84','\x10','\x10','\x82','\x0c','\x30','\xc3','\x06','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x02','\x03','\x80','\x03','\x83','\x00','\x47','\x03','\x04','\x26','\x7f','\xfe','\x1c','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x02','\x2d','\xff','\xff','\x4c','\x00','\x00','\x8c','\x20','\x18','\x0c','\x3f','\xfc','\x1e','\x30','\x18','\x1e','\x30','\x18','\x16','\x30','\x18','\x36','\x3f','\xf8','\x26','\x06','\x84','\x66','\x0c','\x87','\x46','\x1c','\x4e','\x86','\x3c','\x50','\x06','\x6c','\x20','\x0d','\x8c','\x30','\x0c','\x0d','\x9c','\x7c','\x7e','\x0f','\x18','\x38','\x06','\x08','\x00','\x30','\x0e','\x1f','\xf8','\x0c','\x00','\x30','\x08','\x00','\x30','\x92','\x0f','\xf0','\x63','\x80','\x30','\x33','\x00','\x30','\x36','\x00','\x32','\x0c','\x7f','\xff','\x09','\x03','\x80','\x10','\x87','\x04','\xff','\xcd','\x87','\x7c','\xd9','\x86','\x4c','\x23','\xcc','\x0c','\x06','\xd0','\x4d','\x0c','\xe0','\x7c','\xb1','\xe0','\x6c','\xc3','\xd0','\x6c','\xc6','\xd8','\x4c','\x0c','\xcf','\x4c','\x30','\xce','\x8c','\xc0','\xc6','\x0c','\x07','\xc0','\x0c','\x01','\x80','\x04','\x80','\x80','\x44','\x98','\xe0','\x7f','\xfc','\xcc','\x64','\x98','\xfe','\x64','\x98','\x98','\x7f','\xf9','\x98','\x64','\x99','\x10','\x64','\x99','\x26','\x7f','\xfb','\xff','\x00','\x07','\x26','\x00','\x03','\x26','\xff','\xff','\x26','\x00','\x03','\x26','\x20','\x33','\x26','\x3f','\xfb','\xfe','\x30','\x33','\x06','\x30','\x33','\x00','\x3f','\xf3','\x00','\x08','\x43','\x00','\x04','\x43','\x02','\x04','\x9b','\x02','\xff','\xe3','\x03','\x7c','\x03','\xff','\x40','\x01','\xfe','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x04','\x18','\x0c','\x67','\xfc','\x0f','\xf6','\x18','\x18','\x66','\x18','\x18','\x66','\x18','\x30','\x66','\x18','\x28','\xc6','\x18','\x46','\xc6','\x18','\x83','\x86','\xf8','\x01','\x86','\x30','\x03','\x06','\x00','\x06','\x06','\x02','\x0c','\x06','\x02','\x18','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x31','\xff','\x8c','\x30','\x18','\x0c','\x37','\xff','\xec','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\xcc','\x30','\x38','\x6c','\x30','\x7c','\xcc','\x30','\xdb','\x0c','\x31','\x99','\xcc','\x36','\x18','\xcc','\x30','\x18','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x03','\x80','\x40','\x03','\x18','\x30','\x7f','\xfc','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x30','\x00','\x3f','\xf8','\x00','\x30','\x30','\x0c','\x30','\x30','\xfe','\x30','\x30','\x0c','\x3f','\xf8','\x0c','\x07','\x0e','\x0c','\x0f','\x0c','\x0c','\x1b','\xd0','\x0c','\x33','\x38','\x0c','\x63','\x1c','\x0d','\x83','\x0c','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x02','\x10','\x06','\x03','\x90','\x0d','\x03','\x10','\x0c','\xc3','\x10','\x08','\x63','\x18','\x18','\x66','\x08','\x10','\x06','\x0c','\x21','\x84','\x0f','\x3f','\xcc','\x06','\x46','\x08','\x06','\x86','\x10','\x00','\x06','\xc0','\x00','\x7f','\xe4','\x0c','\x06','\x07','\xfe','\x06','\x86','\x0c','\x46','\xe6','\x0c','\x26','\xc6','\x0c','\x36','\x86','\x0c','\x37','\x06','\x0c','\x06','\x06','\x0c','\x06','\xe6','\x0c','\xff','\x07','\xfc','\x78','\x06','\x0c','\x40','\x00','\x00','\x07','\x00','\x00','\x06','\x64','\x18','\x0f','\xf7','\xfc','\x0c','\x66','\x18','\x18','\xc6','\x18','\x36','\xc6','\xfa','\x65','\x86','\x32','\x83','\x06','\x03','\x06','\x47','\xff','\x0c','\x73','\xfe','\x30','\x60','\x00','\xc7','\xff','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x10','\x07','\xff','\xf8','\x06','\x00','\x06','\x17','\xff','\xff','\x12','\x22','\x06','\x21','\x11','\x86','\x61','\x99','\xbe','\x61','\x98','\x0c','\x00','\x20','\x00','\x1c','\x38','\x00','\x18','\x30','\x0c','\x18','\x7f','\xfe','\x18','\x40','\x00','\x18','\x80','\x00','\x1a','\x20','\x30','\xff','\x3f','\xf8','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x18','\x30','\x30','\x18','\x00','\x00','\x18','\x80','\x0c','\x1a','\xff','\xfe','\x1c','\xcc','\xcc','\xf8','\xcc','\xcc','\x70','\xcc','\xcc','\x40','\xcc','\xcc','\x00','\xcc','\xcc','\x00','\xcc','\xcc','\x07','\xff','\xff','\x00','\x00','\x00','\x07','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x01','\xa0','\x06','\x61','\xa0','\xff','\xf1','\xa0','\x0c','\x01','\x10','\x0c','\x03','\x10','\x0c','\x02','\x18','\x0c','\xc6','\x0c','\x0f','\xe4','\x0f','\x0c','\xc9','\x06','\x0c','\xd0','\xc6','\x0c','\xe0','\x60','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x00','\x18','\xc2','\x00','\x30','\xc1','\x80','\x31','\x80','\xe0','\x21','\x80','\x70','\x61','\x80','\x38','\x4f','\x80','\x18','\x83','\x00','\x18','\x10','\x00','\x00','\x0c','\x00','\x0c','\x06','\x7f','\xfe','\x06','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x80','\x0e','\x00','\x62','\x0c','\x06','\x33','\xff','\xff','\x32','\x0c','\x00','\x04','\x1c','\x00','\x04','\x18','\x00','\x0c','\x18','\x0c','\x08','\x1f','\xfe','\x18','\x30','\x0c','\x18','\x30','\x0c','\x30','\x30','\x0c','\xf0','\x00','\x1c','\x70','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x38','\x30','\x00','\x30','\x38','\x03','\xf0','\x18','\x00','\xe0','\x07','\x10','\x06','\x06','\x1f','\xff','\x26','\x18','\xc6','\x36','\x18','\xc6','\x36','\x18','\xc6','\x36','\x9f','\xfe','\x3f','\xd8','\xc6','\x26','\x18','\xc6','\x66','\x18','\xc6','\x46','\x1f','\xfe','\x86','\x18','\x06','\x06','\x81','\xc0','\x3f','\xc1','\x80','\x06','\x01','\x86','\x06','\x3f','\xff','\x06','\x01','\x86','\x06','\x01','\x86','\x06','\xc3','\x06','\x07','\x03','\x06','\xfc','\x06','\x06','\x70','\x06','\x0c','\x40','\x0c','\x0c','\x00','\x18','\x7c','\x00','\xe0','\x18','\x00','\x00','\x00','\x40','\xc2','\x06','\x7f','\xe3','\xff','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xff','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x74','\x00','\x00','\x62','\x00','\x00','\xe3','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\x80','\x00','\x00','\xe0','\x00','\x10','\xc0','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x19','\x1d','\x18','\x18','\xd9','\xd8','\x18','\xd9','\x98','\x18','\x1a','\x18','\x1b','\xff','\xd8','\x18','\x38','\x18','\x18','\x7c','\x18','\x18','\x5b','\x18','\x18','\x99','\x98','\x1b','\x19','\x98','\x18','\x30','\x18','\x18','\x30','\x1a','\xff','\xff','\xff','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\xc1','\xc0','\x03','\x80','\xfe','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x04','\x08','\x00','\x07','\x06','\x00','\x0e','\x03','\x80','\x0c','\x01','\x80','\x18','\x00','\x0c','\x30','\xff','\xfe','\x62','\x03','\x00','\x83','\x83','\x00','\x07','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x1c','\x03','\x00','\x3c','\x03','\x18','\x6c','\x7f','\xfc','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x04','\x00','\x18','\x02','\x00','\x18','\x3b','\x00','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x30','\x10','\x19','\x30','\x0c','\x19','\x30','\x06','\x19','\x30','\x07','\x19','\x30','\x03','\x19','\x30','\x03','\x33','\x30','\x08','\x33','\x30','\x08','\x37','\x30','\x0c','\x26','\x30','\x0c','\x60','\x3f','\xfc','\x40','\x1f','\xf8','\x80','\x00','\x00','\x0e','\x00','\x00','\x0c','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0d','\xb1','\x86','\xff','\xf1','\x86','\x0c','\x31','\x86','\x0c','\x3f','\xfe','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0d','\xb1','\x86','\x1e','\x31','\x86','\xfc','\x31','\x86','\x6c','\x3f','\xfe','\x4c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x00','\x00','\x00','\x43','\x00','\x06','\x7f','\xbf','\xff','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x8c','\x63','\x3f','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x64','\x0c','\x7f','\xfe','\x0d','\x0c','\x60','\xff','\x8c','\x60','\x0c','\x0c','\x62','\x0c','\xff','\xff','\x1c','\x01','\x80','\x1c','\x21','\x8c','\x1e','\x3f','\xfe','\x1d','\x31','\x8c','\x3d','\xb1','\x8c','\x2d','\xbf','\xfc','\x2c','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x8c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x08','\x00','\x0c','\x0e','\x60','\x0c','\x1c','\x1c','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x40','\x32','\x00','\x7f','\xfb','\x80','\x60','\x03','\x00','\x60','\x43','\x00','\x60','\x76','\x06','\x68','\x67','\xff','\x64','\xe4','\x06','\x62','\xcc','\x04','\x62','\xc8','\xe8','\x61','\x90','\xc0','\x61','\x80','\xc0','\x61','\xc0','\xc0','\x63','\x40','\xc0','\x63','\x60','\xc0','\x62','\x61','\xa0','\x66','\x31','\xa0','\x64','\x31','\xa0','\x68','\x31','\xb0','\x70','\x01','\x10','\x60','\x03','\x18','\x60','\x62','\x1c','\x7f','\xf2','\x0f','\x60','\x04','\x0e','\x00','\x18','\x06','\x40','\x32','\x18','\x7f','\xfb','\xfc','\x60','\x03','\x18','\x60','\x43','\x18','\x60','\x73','\x18','\x68','\x63','\x18','\x64','\xe3','\x18','\x62','\xc2','\x18','\x62','\xc6','\x1f','\x61','\x84','\x0f','\x61','\x88','\x00','\x61','\xc0','\x0c','\x63','\x4f','\xfe','\x63','\x62','\x0c','\x62','\x62','\x0c','\x66','\x31','\x18','\x64','\x31','\x98','\x68','\x30','\xf0','\x70','\x00','\x60','\x60','\x00','\xf0','\x60','\x31','\xb8','\x7f','\xfb','\x1f','\x60','\x06','\x0e','\x00','\x18','\x06','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x02','\x00','\x80','\x03','\x80','\x80','\x03','\x00','\x40','\x07','\x20','\x60','\x06','\x38','\x38','\x0c','\x30','\x1f','\x18','\x61','\x0e','\x20','\x40','\xc6','\xc0','\x87','\x60','\x0f','\xf8','\x30','\x07','\x80','\x30','\x04','\x00','\x00','\x00','\x60','\x0c','\xff','\xf7','\xfe','\x10','\x62','\x0c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x00','\xe0','\x1c','\x07','\x60','\xec','\x7c','\x6f','\x8c','\x38','\x67','\x0c','\x20','\x64','\x0c','\x07','\xe0','\xfc','\x01','\xc0','\x38','\x1c','\x02','\x00','\x18','\x03','\x80','\x18','\x03','\x00','\x18','\x24','\x06','\x1b','\x3f','\xff','\xff','\xb0','\x06','\x03','\x34','\x96','\x06','\x32','\x96','\x06','\x32','\xa6','\x0d','\x37','\xf6','\x09','\xb1','\xc6','\x1b','\x32','\xb6','\x1c','\x34','\x96','\x3b','\x30','\x06','\x59','\xb1','\x86','\x99','\xb1','\x86','\x18','\x7f','\xff','\x18','\x01','\x80','\x18','\x03','\x40','\x18','\x03','\x20','\x18','\x06','\x38','\x18','\x0c','\x1f','\x18','\x18','\x0e','\x18','\x60','\x06','\x00','\x40','\x20','\x10','\x30','\x38','\x0c','\x18','\x70','\x06','\x18','\x40','\x26','\x00','\x86','\x3f','\xff','\xff','\x60','\x30','\x06','\xc2','\x20','\xc4','\xc3','\xff','\xe8','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\x00','\x03','\xff','\xf0','\x03','\x00','\x0c','\x03','\xff','\xfe','\x03','\x00','\x0c','\x08','\x02','\x0c','\x09','\x11','\x8c','\x11','\x99','\x98','\x71','\x98','\x78','\x60','\x00','\x30','\x00','\x00','\x80','\x40','\x60','\xe0','\x7f','\xf4','\xcc','\x60','\x07','\xfe','\x60','\x86','\x0c','\x60','\xe6','\x0c','\x68','\xc7','\xfc','\x64','\xc6','\x0c','\x66','\xc6','\x0c','\x62','\x87','\xfc','\x63','\x86','\x00','\x61','\x06','\x06','\x63','\x87','\xff','\x62','\xc6','\x00','\x66','\xc6','\x06','\x64','\x67','\xff','\x68','\x66','\x06','\x70','\x60','\x26','\x60','\x0a','\xb6','\x60','\x0a','\x96','\x7f','\xea','\x8e','\x60','\x1a','\x0c','\x60','\x18','\x7c','\x00','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x78','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x01','\x06','\x62','\x01','\xc6','\x61','\x81','\x86','\x60','\xc3','\x06','\x60','\xc2','\x06','\x60','\x04','\xc6','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x63','\x98','\xe6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x41','\x86','\x00','\x7f','\xff','\x80','\x61','\x86','\x60','\x61','\x86','\x32','\x61','\x86','\x32','\x61','\x86','\x04','\x61','\x86','\x04','\x61','\x86','\x0c','\x61','\x86','\x08','\x61','\x86','\x18','\x7f','\xfe','\x18','\x61','\x86','\x30','\x61','\x86','\xf0','\x01','\x80','\x70','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x38','\x01','\x80','\x18','\x01','\x80','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x02','\x00','\x00','\x43','\x83','\x80','\x23','\x03','\x00','\x16','\x03','\x08','\x0c','\x13','\x0e','\x1c','\x13','\x0c','\x36','\x13','\x18','\xc6','\x33','\x10','\x0f','\x63','\x20','\x0b','\x62','\x80','\x1b','\x06','\x80','\x33','\x06','\x40','\x63','\x04','\x60','\x83','\x0c','\x30','\x03','\x08','\x38','\x06','\x10','\x1f','\x3e','\x20','\x0e','\x0c','\xc0','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x04','\x06','\xff','\xfe','\x0c','\x10','\x20','\x0c','\x08','\x20','\x18','\x08','\x42','\x19','\xff','\xff','\x38','\x00','\x00','\x38','\x7f','\xf8','\x58','\x60','\x18','\x98','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x02','\x00','\x18','\x01','\x88','\x18','\x5c','\xc6','\x18','\x58','\xd3','\x18','\x98','\x13','\x1b','\x98','\x18','\x1b','\x1f','\xf8','\x18','\x0f','\xf0','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x0c','\x1b','\xff','\xfe','\x18','\x18','\x00','\x18','\x18','\x40','\x18','\x10','\x30','\x18','\x21','\xd8','\x19','\xfe','\x0c','\x18','\xf0','\x0c','\x30','\x87','\x00','\x30','\x06','\x00','\x30','\x06','\x18','\x23','\xff','\xfc','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x06','\x0f','\xff','\xff','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x84','\x0c','\x7f','\xfe','\x0c','\x08','\x20','\x2e','\x04','\x20','\x2d','\x04','\x42','\x2d','\xff','\xff','\x6d','\x80','\x00','\x6d','\xbf','\xfc','\x4c','\x30','\x0c','\xcc','\x30','\x0c','\xcc','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x02','\x00','\x0c','\x01','\x80','\x0c','\x2c','\xc8','\x0c','\x2c','\xc6','\x0c','\x4c','\x13','\x0c','\xcc','\x1b','\x0c','\xcf','\xf8','\x0c','\x07','\xf0','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x01','\x84','\x33','\x3f','\xfe','\x33','\x08','\x10','\x33','\x04','\x10','\x33','\x04','\x22','\x3f','\x7f','\xff','\x33','\x00','\x00','\x33','\x1f','\xfc','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x3f','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x33','\x00','\x00','\x33','\x01','\x80','\x33','\x16','\xc8','\x23','\x16','\xc6','\x63','\x26','\x13','\x63','\x66','\x1b','\x4f','\x67','\xf8','\x86','\x03','\xf0','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x00','\x0c','\x0c','\x02','\x18','\x0c','\xc1','\xa0','\xff','\xe0','\xc0','\x0c','\x10','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\xc6','\x1e','\x18','\xc6','\x1d','\x98','\xc6','\x1c','\xdf','\xfe','\x3c','\xd8','\xc6','\x2c','\x18','\xc6','\x2c','\x18','\xc6','\x6c','\x18','\xc6','\x4c','\x1f','\xfe','\x8c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xde','\x0c','\x18','\xcc','\x07','\x01','\xc0','\x06','\x01','\x80','\x46','\x01','\x80','\x76','\x01','\x80','\x66','\x01','\x80','\x66','\x41','\x80','\x7f','\xe1','\x80','\x46','\x01','\x80','\x46','\x01','\x8c','\x86','\x3f','\xfe','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\xc1','\x80','\x07','\x01','\x80','\x1e','\x01','\x80','\xf6','\x01','\x80','\x66','\x01','\x80','\x46','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x86','\x06','\x7f','\xff','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x7f','\xff','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x30','\x00','\x04','\x30','\x00','\x04','\x30','\x00','\x06','\x3c','\x00','\x0e','\x1f','\xff','\xfc','\x03','\xff','\xf0','\x00','\x00','\x00','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x06','\x06','\x06','\x0d','\xff','\xff','\x0c','\x0c','\x40','\x18','\x18','\x20','\x18','\x18','\x30','\x38','\x33','\x1c','\x38','\x63','\x0f','\x58','\xff','\xfe','\x9b','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x02','\x18','\x03','\x02','\x18','\x03','\x03','\x18','\x03','\xff','\x18','\x01','\xfe','\x10','\x00','\x00','\x1c','\x02','\x06','\x18','\x33','\xff','\x3f','\xfb','\x06','\x33','\x03','\x06','\x63','\x03','\x06','\x43','\x03','\x06','\x83','\x03','\x06','\x03','\x1b','\x06','\xff','\xff','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x3b','\x33','\x06','\x33','\xfb','\x06','\x33','\x03','\x06','\x33','\x03','\x06','\x33','\x03','\x06','\x33','\x33','\x3e','\x33','\xc3','\x0c','\xff','\x03','\x00','\x78','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x1c','\x30','\x0c','\x18','\x30','\x0c','\x19','\x30','\x0d','\xff','\xb0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x34','\x30','\x0c','\x33','\x30','\x0c','\x61','\xb0','\x0d','\x81','\xb0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x10','\x00','\x01','\xcc','\x00','\x11','\x86','\x10','\x11','\x86','\x0c','\x21','\x80','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x10','\x00','\x00','\x0c','\x20','\x30','\x06','\x3f','\xf8','\x06','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x80','\x3f','\xf0','\x60','\x30','\x30','\x32','\x30','\x30','\x32','\x30','\x30','\x04','\x3f','\xf0','\x04','\x30','\x30','\x0c','\x00','\x00','\x08','\x80','\x0c','\x18','\xff','\xfe','\x18','\xcc','\xcc','\x30','\xcc','\xcc','\xf0','\xcc','\xcc','\x70','\xcc','\xcc','\x30','\xcc','\xcc','\x30','\xcc','\xcc','\x30','\xcc','\xcc','\x3b','\xff','\xff','\x18','\x00','\x00','\x01','\x80','\x1c','\x0f','\xc1','\xfe','\xfc','\x3f','\xc8','\x0c','\x02','\x0e','\x0c','\x21','\x0c','\x0c','\x19','\x98','\x0d','\x99','\x90','\xff','\xc0','\x2c','\x0c','\x3f','\xfe','\x1c','\x00','\x0c','\x1c','\x00','\x0c','\x1e','\x1f','\xfc','\x1d','\x00','\x0c','\x3d','\x80','\x0c','\x3d','\xbf','\xfc','\x2c','\x00','\x0c','\x6c','\x01','\x00','\x4c','\x0e','\x88','\x8c','\x2c','\xc6','\x0c','\x2c','\xd3','\x0c','\x6c','\x13','\x0c','\xcc','\x18','\x0c','\xcf','\xf8','\x0c','\x07','\xf0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x00','\x80','\x01','\x00','\xe0','\x01','\x80','\xc0','\x01','\x80','\x80','\x00','\x01','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x3c','\x00','\x00','\x33','\x00','\x00','\x31','\xc0','\x00','\x30','\xe0','\x00','\x30','\x70','\x00','\x30','\x30','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\x0e','\x00','\x01','\xcc','\x00','\x01','\x8c','\x00','\x03','\x8c','\x00','\x03','\x0c','\x08','\x03','\x0c','\x0e','\x06','\x0c','\x1c','\x06','\x0c','\x18','\x0e','\x0c','\x30','\x0e','\x0c','\x60','\x16','\x0c','\xc0','\x26','\x0d','\x00','\x46','\x0e','\x00','\x86','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x02','\x06','\x0c','\x02','\x06','\x0c','\x03','\x06','\x0e','\x03','\x06','\x0f','\xff','\x06','\x07','\xfe','\x04','\x00','\x00','\x07','\x40','\x0c','\x06','\x7f','\xfe','\x06','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x18','\x60','\x18','\x18','\x7f','\xfc','\x38','\x64','\x18','\x38','\x64','\x18','\x58','\x64','\x30','\x98','\x62','\x30','\x18','\x62','\x30','\x18','\x63','\x60','\x18','\x61','\x60','\x18','\xc1','\xc0','\x18','\xc0','\x80','\x18','\xc1','\xc0','\x18','\x83','\x60','\x19','\x86','\x38','\x19','\x0c','\x1f','\x1a','\x10','\x0e','\x18','\x60','\x06','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\xff','\xff','\x06','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x18','\x83','\x18','\x18','\xff','\x98','\x38','\xc3','\x18','\x38','\xc3','\x18','\x58','\xc3','\x18','\x98','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xff','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc0','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x01','\xf8','\x18','\x00','\x70','\x08','\x70','\x00','\x0e','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x66','\x86','\x1b','\xfe','\xff','\x18','\x66','\xc6','\x18','\x66','\xc6','\x38','\x66','\xc6','\x38','\x66','\xc6','\x78','\x66','\xc6','\x58','\x66','\xc6','\x98','\x66','\xc6','\x18','\x66','\xc6','\x18','\x66','\xc6','\x18','\xc6','\xc6','\x18','\xc6','\xc6','\x18','\xc6','\xc6','\x18','\xcc','\xc6','\x18','\x8c','\xc6','\x19','\x8c','\xfe','\x19','\x0c','\xc6','\x19','\x7c','\xc6','\x1a','\x18','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x0c','\xc0','\x18','\x0c','\xc0','\x18','\x0c','\xc0','\x18','\x0c','\xc0','\x38','\x8c','\xcc','\x38','\xff','\xfe','\x78','\xcc','\xcc','\x58','\xcc','\xcc','\x98','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x18','\x00','\x00','\x08','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x06','\x39','\xff','\xff','\x78','\x00','\x00','\x58','\x00','\x00','\x98','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x31','\x06','\xff','\xf9','\xff','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x10','\x31','\x86','\x30','\x71','\xfe','\x20','\x61','\x86','\x47','\xe1','\x86','\x81','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x08','\x30','\x60','\x0f','\xf8','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0f','\xf0','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x07','\xe0','\x00','\x01','\xc0','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x08','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x01','\x80','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x00','\x7f','\xf3','\xfc','\x06','\x33','\x0c','\x06','\x33','\x0c','\x0c','\x33','\x0c','\x19','\xf3','\xfc','\x60','\x63','\x0c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x20','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x60','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x01','\xc0','\x0c','\x83','\x80','\x70','\x66','\x00','\x00','\x3c','\x00','\x00','\xe7','\xc0','\x07','\x80','\xff','\xf8','\x00','\x1e','\x1c','\x01','\xc0','\x18','\x11','\x80','\x18','\x11','\x86','\x18','\x1f','\xff','\x18','\x30','\x04','\x19','\xb0','\x08','\xff','\x80','\x04','\x31','\xbf','\xfe','\x31','\x83','\x00','\x33','\x06','\x08','\x33','\x0d','\x0e','\x63','\x19','\x9c','\x63','\x63','\xb0','\x66','\x06','\xc0','\x66','\x0c','\xc0','\xd4','\x18','\xe0','\xcc','\x61','\xe0','\x0e','\x03','\xd0','\x1b','\x06','\xd8','\x13','\x0c','\xcf','\x30','\x30','\xce','\x21','\xc0','\xc6','\x40','\x0f','\xc0','\x80','\x03','\x80','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\xc8','\x1f','\xff','\xe0','\x00','\x60','\x00','\x00','\xd0','\x08','\x03','\x98','\x0e','\x0e','\x3c','\x1c','\x70','\x64','\x30','\x00','\xc6','\x40','\x01','\x8f','\x00','\x06','\x1e','\x80','\x38','\x36','\xc0','\x00','\x76','\x60','\x00','\xe6','\x38','\x03','\x86','\x1f','\x0e','\x06','\x0e','\xf0','\x0c','\x06','\x00','\xfc','\x00','\x00','\x38','\x00','\x20','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x04','\xcf','\xff','\xf0','\xc0','\x30','\x00','\x00','\x20','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x66','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x00','\x80','\x07','\xff','\xe0','\x0c','\x61','\xbf','\x30','\x61','\x9e','\xc0','\xc1','\x86','\x01','\x83','\x00','\x06','\x1f','\x00','\x18','\x06','\x00','\x00','\xe0','\x1c','\x0f','\xf0','\x18','\xfe','\x00','\x18','\x06','\x04','\x18','\x06','\x03','\x18','\x06','\x01','\x98','\x06','\x61','\x98','\xff','\xf0','\x18','\x06','\x00','\x18','\x0e','\x08','\x18','\x0e','\x06','\x18','\x0f','\x03','\x18','\x1e','\xc3','\x18','\x1e','\x60','\x1a','\x16','\x60','\x1f','\x36','\x00','\xf8','\x26','\x07','\x98','\x46','\x3c','\x18','\x86','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x00','\x43','\x06','\x46','\x7f','\x7f','\x7f','\x63','\x06','\x66','\x63','\x06','\x66','\x63','\x06','\x66','\x63','\x06','\x66','\x63','\x06','\x66','\x7f','\x7e','\x66','\x63','\x06','\x7e','\x60','\x00','\x66','\x60','\x00','\x66','\x66','\x06','\x66','\x7f','\xff','\x66','\x60','\x86','\x66','\x60','\x86','\x66','\x60','\x4c','\x7e','\x60','\x4c','\x66','\x66','\x58','\x60','\x7f','\x30','\x60','\x60','\x30','\x00','\x60','\x58','\x00','\x60','\xcf','\x00','\x61','\x8e','\x00','\x66','\x06','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x32','\x06','\x7f','\xfb','\xff','\x06','\x33','\x06','\x06','\x33','\x06','\x0c','\x33','\x06','\x0c','\x73','\x06','\x18','\x63','\x06','\x18','\x63','\xfe','\x33','\xe3','\x06','\x60','\xc0','\x00','\x80','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\x32','\x00','\xff','\xfb','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x7c','\xc6','\x06','\x44','\xc7','\xff','\x44','\xc4','\x06','\x7c','\xcc','\x04','\x00','\xc9','\xc8','\x03','\xd1','\x80','\x01','\x81','\x80','\x00','\x01','\x80','\xff','\xf9','\x80','\x00','\xc1','\x80','\x00','\xc3','\x40','\x7c','\xc3','\x40','\x44','\xc3','\x40','\x44','\xc2','\x20','\x44','\xc2','\x20','\x7c','\xc6','\x30','\x00','\xc4','\x18','\x00','\xc4','\x1f','\x07','\xc8','\x0e','\x01','\xb0','\x06','\x10','\x00','\x00','\x0c','\x00','\x06','\x06','\xff','\xff','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x80','\x43','\x18','\x60','\x7f','\x98','\x32','\x63','\x18','\x32','\x63','\x18','\x04','\x63','\x18','\x04','\x63','\x18','\x0c','\x63','\x18','\x08','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x30','\x60','\x18','\xf0','\x00','\x18','\x70','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x38','\x00','\xf8','\x18','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x08','\x04','\x18','\x0e','\x04','\x18','\x1c','\x04','\x18','\x18','\x0c','\x18','\x30','\x08','\x18','\x40','\x18','\x34','\x00','\x38','\x34','\x00','\x30','\x34','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\xe0','\x06','\x00','\x78','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x06','\x00','\x00','\x00','\x01','\x80','\x06','\xff','\xff','\xff','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x21','\x98','\x18','\x3f','\xd8','\x19','\x31','\x98','\xff','\xb1','\x98','\x18','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x98','\x18','\x3f','\x98','\x19','\xb1','\x98','\x1e','\x30','\x18','\xf8','\x00','\x18','\x70','\x00','\x18','\x40','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\xf8','\xff','\xcc','\x98','\x01','\x8c','\x98','\x03','\x0c','\x98','\x03','\x0c','\x98','\x06','\x2c','\x9a','\x04','\x3f','\xff','\x0e','\x30','\x06','\x1d','\x30','\x06','\x2d','\xb4','\x36','\xcd','\xb7','\xf6','\x0c','\x36','\x36','\x0c','\x36','\x36','\x0c','\x36','\x36','\x0c','\x37','\xf6','\x0c','\x36','\x36','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x00','\x00','\x70','\x00','\x07','\xf8','\x00','\x7f','\x80','\x3f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x98','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x70','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\x81','\xc0','\x0f','\xd1','\x80','\xfc','\x11','\x86','\x0c','\x1f','\xff','\x0c','\x30','\x04','\x0c','\x30','\x08','\x0d','\x80','\x04','\xff','\xdf','\xfe','\x0c','\x03','\x00','\x1c','\x06','\x08','\x1c','\x0d','\x0e','\x1e','\x19','\x9c','\x1d','\x63','\xb0','\x3d','\x86','\xc0','\x2d','\x8c','\xc0','\x2c','\x18','\xe0','\x6c','\x61','\xe0','\x4c','\x03','\xd0','\x8c','\x06','\xd8','\x0c','\x0c','\xcf','\x0c','\x30','\xce','\x0d','\xc0','\xc6','\x0c','\x0f','\xc0','\x0c','\x03','\x80','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x06','\x80','\x61','\x8c','\x60','\x81','\x90','\x60','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x1c','\x0c','\x30','\x18','\x8c','\x33','\xff','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x02','\x00','\x00','\x03','\x87','\x08','\x03','\x06','\x0e','\x07','\x06','\x1c','\x06','\x06','\x38','\x0e','\x06','\x60','\x0e','\x06','\xc0','\x1e','\x07','\x00','\x36','\x06','\x00','\xc6','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x02','\x06','\x06','\x02','\x06','\x06','\x03','\x06','\x07','\xff','\x06','\x03','\xfe','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x30','\x00','\x00','\x30','\x04','\x0c','\x30','\x07','\xfe','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x07','\xfc','\x30','\x06','\x0c','\x30','\x06','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x02','\x0c','\x06','\x33','\xfe','\x7f','\xfb','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x08','\x73','\x0c','\x18','\x63','\xfc','\x10','\x63','\x0c','\x23','\xe3','\x0c','\xc0','\xc0','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x18','\x86','\x30','\x18','\xff','\x30','\x38','\xc6','\x30','\x58','\xc6','\x30','\x98','\xc6','\x30','\x18','\xc6','\x30','\x18','\xfe','\x30','\x18','\xc6','\x30','\x18','\xc0','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x01','\xf0','\x18','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x18','\x3f','\xff','\xfc','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x68','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x00','\x01','\xd8','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x00','\x21','\x86','\x0e','\x3f','\xbf','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x4c','\xb1','\x86','\x7f','\xf1','\x86','\x4c','\xbf','\xbe','\x4c','\xb1','\x86','\x4c','\xb0','\x00','\x4c','\xb0','\x00','\x4c','\xb0','\xfe','\x7f','\xb2','\x46','\x4c','\xbf','\x46','\x4c','\x30','\x44','\x0c','\x30','\x2c','\x0d','\x30','\x2c','\x0d','\x33','\x28','\x0f','\xbf','\x98','\xf9','\xb0','\x30','\x61','\xb0','\x28','\x40','\x30','\x6c','\x00','\x30','\xc7','\x00','\x33','\x06','\x03','\x10','\x0c','\x7f','\x9f','\xfe','\x00','\x19','\x8c','\x00','\x19','\x8c','\x01','\x99','\x8c','\xff','\xdf','\xfc','\x00','\x19','\x8c','\x00','\x19','\x8c','\x03','\x19','\x8c','\x7f','\x99','\x8c','\x00','\x1f','\xfc','\x00','\x19','\x8c','\x03','\x01','\x80','\x7f','\x81','\x82','\x00','\x7f','\xff','\x00','\x07','\xa0','\x43','\x07','\xa0','\x7f','\x8d','\x90','\x63','\x0d','\x98','\x63','\x19','\x8c','\x63','\x11','\x8f','\x63','\x21','\x86','\x7f','\x41','\x86','\x63','\x01','\x80','\x00','\x1c','\x70','\x00','\x18','\x60','\x46','\x18','\x66','\x7f','\xff','\xff','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x00','\x04','\x66','\xff','\xfe','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x1a','\x67','\xff','\xff','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\xff','\xfe','\x7e','\x03','\x00','\x66','\x03','\x00','\x60','\x03','\x06','\x63','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x01','\x00','\x00','\x01','\xce','\x18','\x03','\x8c','\x3c','\x07','\x0c','\xe0','\x0e','\x0f','\x02','\x36','\x0c','\x03','\xc6','\x0f','\xff','\x06','\x07','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x03','\xc1','\xc0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x00','\x70','\x00','\x40','\x60','\x00','\x30','\x60','\x00','\x18','\x60','\x46','\x18','\x66','\x7f','\x03','\xff','\x66','\x00','\x66','\x66','\x00','\x66','\x66','\x00','\x66','\x66','\x0c','\x66','\x66','\xfe','\x66','\x66','\x0c','\x66','\x66','\x0c','\xc6','\x66','\x0c','\xc6','\x66','\x0c','\xc6','\x66','\x0c','\x8c','\x66','\x0d','\x8c','\x7e','\x0d','\x3c','\x66','\x0e','\x18','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x10','\x30','\x40','\x1f','\xf8','\x30','\x18','\x30','\x18','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x19','\x30','\x00','\x19','\x30','\x00','\x19','\x30','\x00','\x99','\x36','\x00','\xff','\xff','\x0c','\xc0','\x06','\xfe','\xc0','\x06','\x0c','\xcf','\xe6','\x0c','\xcc','\x66','\x0c','\xcc','\x66','\x0c','\xcc','\x66','\x0c','\xcf','\xe6','\x0c','\xcc','\x06','\x0c','\xc0','\x3e','\x0c','\xc0','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xef','\x99','\xe4','\xc0','\x18','\x00','\x1f','\x99','\xf8','\x00','\x18','\x00','\x00','\x00','\x00','\x3f','\xe7','\xfc','\x30','\x60','\x0c','\x30','\x60','\x0c','\x3f','\xe7','\xfc','\x30','\x00','\x00','\x30','\x00','\x00','\x3f','\xe7','\xfc','\x30','\x02','\x1c','\x30','\x01','\x38','\x3f','\xe0','\xe0','\x30','\x01','\xb8','\x30','\x06','\x1f','\x30','\x38','\x06','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x46','\x1f','\xff','\x7f','\xe4','\x18','\x66','\x64','\x18','\x66','\x64','\x18','\x66','\x62','\x18','\x66','\x62','\x30','\x66','\x62','\x30','\x66','\x63','\x30','\x7f','\xe1','\x30','\x66','\x61','\x60','\x66','\x01','\xe0','\x06','\x00','\xc0','\x06','\x40','\xe0','\x06','\x21','\xa0','\x0f','\xf1','\xb0','\xfe','\x33','\x18','\x70','\x36','\x1f','\x40','\x0c','\x0e','\x00','\x30','\x06','\x08','\x19','\xc0','\x0e','\x3d','\x90','\x0c','\x71','\x88','\x0c','\xe1','\x8c','\x1b','\x61','\x8c','\x18','\x61','\x80','\x18','\x61','\x80','\x30','\x61','\x86','\x37','\xff','\xff','\x30','\x61','\x80','\x70','\x61','\x88','\xb0','\x61','\x8e','\x30','\x60','\x8c','\x30','\x6c','\xc8','\x37','\xf0','\xd8','\x33','\x60','\x50','\x32','\x60','\x70','\x30','\x60','\x22','\x30','\x60','\x72','\x30','\x60','\xda','\x30','\x61','\x9a','\x30','\x63','\x0e','\x33','\xec','\x07','\x30','\xc0','\x03','\x00','\x0c','\xe0','\x1c','\x1e','\xc8','\x18','\x38','\xc4','\x18','\x78','\xc6','\x19','\x98','\xc6','\x18','\x18','\xc0','\x99','\x18','\xc0','\x99','\x18','\xc6','\x99','\xff','\xff','\x99','\x18','\xc0','\x99','\x18','\xc4','\x99','\x18','\x47','\x99','\x18','\x46','\x99','\x1b','\x64','\x99','\xfc','\x6c','\x99','\x78','\x28','\x99','\x58','\x38','\xff','\x18','\x12','\x81','\x18','\x3a','\x81','\x18','\x2a','\x00','\x18','\x4e','\x00','\x18','\x86','\x00','\xfb','\x07','\x00','\x30','\x03','\x00','\x67','\x00','\x00','\xf6','\x20','\x03','\xc6','\x18','\x0f','\x06','\x0c','\x73','\x06','\x0c','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x06','\x06','\xff','\xff','\xff','\x03','\x06','\x00','\x03','\x06','\x08','\x03','\x03','\x0e','\x03','\x63','\x0c','\x0f','\x83','\x1c','\xfb','\x01','\x98','\x73','\x01','\xb0','\x43','\x00','\xe0','\x03','\x00','\xc0','\x03','\x01','\xe2','\x03','\x03','\x72','\x03','\x06','\x3a','\x03','\x18','\x1e','\x3f','\x00','\x0f','\x0e','\x00','\x03','\x00','\x00','\x18','\x3f','\xff','\xfc','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x06','\xff','\xff','\xff','\x00','\x0f','\x00','\x00','\x1f','\x00','\x00','\x3b','\x00','\x00','\x73','\x00','\x00','\xe3','\x00','\x01','\xc3','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x60','\x03','\x00','\x00','\x03','\x00','\x00','\x3f','\x00','\x00','\x0e','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x18','\xc0','\x3b','\xff','\xee','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xff','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xff','\xcc','\x33','\x00','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x01','\xc0','\x40','\x61','\x80','\x7f','\xf1','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\xe1','\x80','\x60','\x61','\x80','\x60','\x63','\x40','\x60','\x63','\x40','\x60','\x63','\x40','\x7f','\xe3','\x40','\x63','\x02','\x20','\x63','\x06','\x20','\x63','\x06','\x20','\x63','\x04','\x30','\x63','\x0c','\x10','\x63','\x68','\x18','\x7f','\xf8','\x1c','\x60','\x10','\x0f','\x00','\x20','\x0e','\x00','\xc0','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x1f','\xff','\xfc','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\xff','\xff','\xff','\x00','\x0d','\x80','\x00','\x1d','\x80','\x00','\x39','\x80','\x00','\x71','\x80','\x00','\xe1','\x80','\x01','\x81','\x80','\x07','\x01','\x80','\x1c','\x01','\x80','\xe0','\x1f','\x80','\x00','\x07','\x00','\x00','\x04','\xe0','\x0e','\x07','\xc8','\x0c','\x0e','\xc4','\x0c','\x1c','\xc6','\x0c','\x6c','\xc6','\x0c','\x0c','\xc0','\x4c','\x8c','\xc0','\x7f','\x8c','\xc6','\x4c','\xff','\xff','\x4c','\x8c','\xc0','\x4c','\x8c','\xc8','\x4c','\x8c','\xce','\x4c','\x8c','\xcc','\x7f','\x8e','\xcc','\x4c','\xfc','\x48','\x4c','\x3c','\x58','\x0c','\xac','\x50','\x0c','\x8c','\x70','\x0f','\xcc','\x22','\xfc','\xcc','\x72','\x70','\xcc','\x52','\x40','\x0c','\x9b','\x00','\x7d','\x0f','\x00','\x18','\x06','\x07','\x00','\x00','\x06','\x32','\x06','\xff','\xfb','\xff','\x06','\x33','\x06','\x04','\x33','\x06','\x0c','\x33','\x06','\x09','\xf3','\xfe','\x18','\x63','\x06','\x30','\x00','\x00','\xc4','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x00','\x04','\x00','\x00','\x67','\x20','\x7f','\xf6','\x38','\x19','\x86','\x30','\x19','\x86','\x20','\x19','\x84','\x46','\x19','\x8f','\xff','\x19','\x8c','\x60','\x19','\x8c','\x60','\xff','\xfc','\x60','\x03','\x9c','\x6c','\x03','\xaf','\xfe','\x07','\x8c','\x60','\x05','\x8c','\x60','\x0d','\x8c','\x60','\x09','\x8c','\x6c','\x19','\x8f','\xfe','\x11','\x8c','\x60','\x21','\x8c','\x60','\xc1','\x8c','\x60','\x01','\x8c','\x60','\x01','\x8c','\x66','\x0f','\x8f','\xff','\x03','\x0c','\x00','\x06','\x06','\x70','\x06','\x0f','\x68','\x0d','\x3c','\x64','\x0c','\x8c','\x66','\x18','\xcc','\x66','\x16','\xcc','\x60','\x26','\x0c','\x60','\x7f','\x8c','\x66','\xb1','\xff','\xff','\x31','\x8c','\x60','\x3f','\x8c','\x64','\x31','\x8c','\x67','\x31','\x8c','\x66','\x31','\x8d','\x64','\x3f','\x8e','\x2c','\x30','\x7c','\x28','\x32','\x3c','\x38','\x31','\x2c','\x12','\x31','\x8c','\x3a','\x32','\xcc','\x2a','\x3c','\xcc','\x4e','\xf8','\x0c','\x86','\x60','\x7d','\x07','\x40','\x18','\x03','\x07','\x00','\x00','\x06','\x32','\x06','\xff','\xfb','\xff','\x06','\x33','\x06','\x06','\x33','\x06','\x0c','\x33','\x06','\x0d','\xf3','\xfe','\x18','\x63','\x06','\x30','\x00','\x00','\xc7','\xff','\xfc','\x06','\x0c','\x00','\x06','\x0c','\x00','\x07','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x07','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x06','\x07','\xff','\xff','\x12','\x22','\x06','\x11','\x11','\x86','\x21','\x99','\x8c','\x61','\x98','\x7c','\x60','\x00','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0d','\xc1','\xde','\x31','\x81','\x86','\xc1','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0c','\x01','\x9e','\x31','\xff','\xc6','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc1','\x00','\x00','\xc0','\xc0','\x00','\x80','\x70','\x01','\x03','\xb8','\x3f','\xfc','\x1c','\x1f','\x80','\x0c','\x10','\x00','\x0c','\x10','\x00','\x00','\x1c','\x00','\x06','\x19','\x8f','\xff','\x1f','\xc1','\x86','\x31','\x81','\x86','\x21','\x01','\x0c','\x62','\x63','\x7c','\xbf','\xf2','\x18','\x32','\x64','\x00','\x32','\x68','\x70','\x32','\x62','\x60','\x3f','\xe3','\x60','\x32','\x63','\x64','\x32','\x67','\xfe','\x32','\x64','\x60','\x3f','\xe8','\x60','\x30','\x60','\x62','\x30','\x6f','\xff','\x30','\x60','\x60','\x30','\x60','\x60','\x20','\x60','\x60','\x60','\x60','\x60','\x43','\xe0','\x60','\x80','\xc0','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x83','\x0c','\x30','\xff','\x8c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x01','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x42','\x06','\x18','\x7f','\xff','\x18','\x61','\x86','\x1b','\x61','\x86','\xff','\xe1','\x86','\x18','\x7f','\xfe','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x18','\x11','\x90','\x18','\x1d','\x98','\x19','\x99','\x90','\x1e','\x19','\x94','\xf8','\x19','\xa6','\x70','\x31','\xfa','\x40','\x31','\xa0','\x00','\x61','\x82','\x00','\xc1','\x83','\x01','\x81','\xff','\x0e','\x00','\xfe','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x41','\x86','\x1b','\x7f','\xff','\xff','\xe6','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x7f','\xfe','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x07','\x04','\x19','\x8e','\x87','\x1e','\x1c','\x8e','\xf8','\x38','\x50','\x70','\xd8','\x60','\x43','\x18','\x30','\x00','\x19','\xb8','\x00','\xfe','\x1f','\x00','\x70','\x0e','\x00','\x40','\x06','\x06','\x20','\x06','\xff','\x3f','\xff','\x06','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x18','\x33','\xe6','\x18','\x32','\x26','\x33','\x32','\x26','\x7f','\xb2','\x26','\x63','\x32','\x26','\x03','\x32','\x26','\x03','\x32','\x26','\x23','\x33','\xe6','\x26','\x30','\x06','\x16','\x30','\x06','\x16','\x30','\x06','\x0c','\x30','\x06','\x0c','\x3f','\xfe','\x0a','\x30','\x06','\x19','\x80','\x00','\x10','\xf0','\x00','\x20','\x3f','\xff','\x40','\x0f','\xfe','\x80','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x2d','\x3f','\xfc','\x2c','\x83','\x18','\x2c','\xc3','\x18','\x6c','\xc3','\x18','\x6c','\x03','\x18','\x4c','\x03','\x18','\xcc','\x03','\x1a','\xcd','\xff','\xff','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x40','\x0c','\x0c','\x20','\x0c','\x18','\x30','\x0c','\x18','\x18','\x0c','\x30','\x1f','\x0c','\x60','\x0e','\x0d','\x80','\x06','\x0e','\x00','\x18','\x0c','\x7f','\xfc','\x0c','\x10','\x18','\x0c','\x08','\x30','\x0c','\x08','\x30','\x2d','\x04','\x60','\x2c','\x82','\xc0','\x2c','\xc1','\x80','\x6c','\xc3','\xc0','\x6c','\x06','\x70','\x4c','\x0c','\x3f','\xcc','\x30','\x1e','\xcc','\xc3','\x86','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0e','\x1f','\xff','\x2d','\x18','\x00','\x2d','\xb0','\x00','\x2d','\xa0','\x18','\x6c','\x5f','\xfc','\x6c','\x99','\x98','\x4c','\x19','\x98','\xcc','\x19','\x98','\xcc','\x19','\x9a','\x0d','\xff','\xff','\x0c','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1a','\x0c','\x7f','\xff','\x0c','\x60','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x1c','\x80','\x06','\x18','\xff','\xff','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\xc1','\xc0','\x5c','\xc1','\x80','\x5a','\xc1','\x88','\x5b','\xc9','\x8e','\x5b','\xc9','\x8c','\xd8','\xc9','\x8c','\xd8','\xd9','\x98','\xd8','\xd9','\x90','\x18','\xd9','\xa0','\x18','\xc1','\x80','\x18','\xc3','\x40','\x18','\xc3','\x40','\x18','\xc3','\x20','\x18','\xc6','\x20','\x18','\x86','\x30','\x19','\x8c','\x18','\x19','\x8c','\x1c','\x19','\x18','\x0f','\x1a','\x30','\x0e','\x18','\xc0','\x06','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x5c','\x83','\x0c','\x5a','\xff','\xfe','\x5b','\xcc','\xcc','\x5b','\xcc','\xcc','\xd8','\xcc','\xcc','\xd8','\xff','\xfc','\xd8','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x0e','\x08','\x18','\x1d','\x0e','\x18','\x39','\x1c','\x18','\xf0','\xa0','\x1b','\x30','\xc0','\x18','\x30','\x60','\x18','\x33','\x38','\x19','\xfc','\x1f','\x18','\xf0','\x0e','\x18','\x80','\x06','\x00','\x0e','\x40','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x1c','\xe6','\x08','\x18','\xc6','\x0e','\x18','\xc6','\x0c','\x18','\xc3','\x0c','\xff','\xfb','\x18','\x18','\xc3','\x18','\x18','\xc1','\xb0','\x18','\xc1','\xb0','\x18','\xc0','\xe0','\x18','\xc0','\xc2','\x18','\xc1','\xe2','\x10','\xc3','\x72','\x30','\xc6','\x3a','\x20','\x0c','\x1f','\x40','\x30','\x0f','\x80','\xc0','\x06','\x0e','\x00','\x00','\x0c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x00','\x00','\x0c','\xc0','\x00','\x0f','\x00','\x06','\xfc','\x3f','\xff','\x7c','\x03','\x06','\x4c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0c','\x0c','\x18','\x0c','\x7c','\x30','\x7c','\x18','\xc0','\x18','\x00','\x04','\x00','\x00','\x07','\x00','\x01','\x86','\x00','\xff','\xc6','\x00','\x01','\x84','\x06','\x01','\x8f','\xff','\x01','\x8c','\x10','\x01','\x88','\x1c','\x01','\x98','\x18','\x41','\x94','\x18','\x7f','\xa4','\x18','\x61','\x84','\x30','\x60','\x02','\x30','\x60','\x02','\x30','\x60','\x02','\x60','\x60','\x01','\x60','\x60','\x01','\xc0','\x60','\x80','\x80','\x60','\x81','\xc0','\x70','\xc3','\x60','\x7f','\xc6','\x38','\x3f','\x8c','\x1f','\x00','\x30','\x0e','\x00','\xc0','\x06','\x08','\x00','\x1c','\x0e','\x02','\x18','\x4c','\x31','\x18','\x7f','\xf9','\x98','\x62','\x31','\x98','\x62','\x30','\x18','\x62','\x30','\x18','\x7f','\xf2','\x18','\x62','\x31','\x18','\x62','\x31','\x98','\x62','\x31','\x98','\x7f','\xf0','\x1a','\x03','\x00','\x1f','\x13','\x20','\x78','\x1b','\x33','\x98','\x1b','\x30','\x18','\x1b','\x24','\x18','\x13','\x7e','\x18','\x33','\x32','\x1a','\x33','\x00','\x02','\x23','\x80','\x03','\x63','\xff','\xff','\x41','\xff','\xfe','\x80','\x00','\x00','\x00','\x08','\x00','\x00','\x0e','\x00','\x43','\x0c','\x00','\x7f','\x88','\x06','\x63','\x1f','\xff','\x63','\x10','\x00','\x63','\x30','\x00','\x63','\x2f','\xfc','\x63','\x4c','\xcc','\x63','\x0c','\xcc','\x7f','\x0c','\xcc','\x63','\x0c','\xcc','\x63','\x0c','\xcc','\x63','\xff','\xff','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x19','\x8c','\x7f','\x19','\x8c','\x63','\x19','\x8c','\x60','\x3f','\xff','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x01','\xf8','\x00','\x00','\x70','\x1c','\x00','\xe8','\x18','\x00','\xc6','\x18','\x00','\xc6','\x18','\x00','\xc0','\x19','\x80','\xc6','\xff','\xff','\xff','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x24','\xc4','\x3c','\x24','\xc7','\x3a','\x24','\x46','\x3b','\x24','\x46','\x3b','\x24','\x4c','\x78','\xff','\x6c','\x58','\x24','\x68','\x58','\x24','\x28','\x58','\x24','\x30','\x98','\x24','\x52','\x18','\x64','\x5a','\x18','\x44','\xda','\x18','\x41','\x8a','\x18','\x83','\x0e','\x18','\x06','\x07','\x18','\x18','\x03','\x10','\x20','\x00','\x0c','\x38','\x00','\x06','\x30','\x00','\x06','\x20','\x0c','\x00','\x7f','\xfe','\x00','\x40','\x00','\x80','\xc0','\x00','\x60','\xbf','\xf8','\x35','\x31','\x98','\x34','\x31','\x98','\x04','\x31','\x98','\x08','\x31','\x98','\x08','\x31','\x9a','\x09','\xff','\xff','\x18','\x63','\x18','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x63','\x1a','\x30','\xff','\xff','\x30','\xc0','\x30','\x30','\xc0','\x30','\x38','\x03','\xf0','\x18','\x00','\xe0','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x08','\x18','\x46','\x0e','\x18','\x46','\x1c','\x18','\x46','\x18','\x18','\xc6','\x30','\x18','\xc6','\x20','\x19','\x86','\x40','\x19','\x86','\x00','\x18','\x0d','\x00','\x18','\x0d','\x00','\x30','\x0c','\x80','\x30','\x18','\x80','\x30','\x18','\x40','\x20','\x30','\x60','\x60','\x60','\x38','\x40','\xc0','\x1f','\x83','\x00','\x0e','\x0c','\x00','\x06','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x74','\x30','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x00','\xe0','\x0e','\xe1','\xff','\x38','\xc1','\x9e','\xc0','\xc1','\x86','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x0c','\x01','\x80','\x0e','\x07','\x00','\x0c','\x06','\x18','\x0c','\x06','\x3c','\x0c','\x66','\x60','\x0f','\xf7','\x80','\x0c','\x06','\x00','\x0c','\x06','\x04','\x0c','\x06','\x04','\x0c','\xe7','\x06','\x0f','\x07','\xfe','\xfc','\x43','\xfc','\x70','\x70','\x00','\x40','\x60','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x08','\x01','\x80','\x0e','\x01','\x80','\x0c','\x03','\x40','\x08','\x03','\x40','\x92','\x02','\x20','\x63','\x86','\x30','\x33','\x04','\x1c','\x36','\x08','\x0f','\x0c','\x10','\x06','\x09','\x20','\x30','\x10','\x87','\xf8','\xff','\xc0','\x00','\x7c','\xc0','\x00','\x4c','\xc0','\x0c','\x0c','\x1f','\xfe','\x4d','\x01','\x80','\x7c','\x81','\x80','\x6c','\xc3','\x00','\x6c','\xc2','\x10','\x4c','\xc2','\x08','\x4c','\x04','\x0c','\x8c','\x3f','\xf6','\x0c','\x1f','\x06','\x0c','\x10','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9d','\x80','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xc0','\x03','\x00','\x70','\x06','\xe3','\xbf','\x18','\xc3','\x1e','\xe0','\xc3','\x06','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x18','\x00','\x06','\x1f','\xc7','\xff','\x10','\xc0','\xc6','\x30','\x80','\xc6','\x3f','\xe1','\x9e','\x52','\x26','\x0c','\x92','\x20','\x00','\x1f','\xe2','\x70','\x12','\x23','\x60','\x12','\x27','\xfe','\x3f','\xe8','\x60','\x30','\x20','\x60','\x20','\x2f','\xff','\x63','\xe0','\x60','\x40','\xdc','\x60','\x80','\x18','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xee','\x3f','\x80','\x06','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\xc6','\x67','\xff','\xe6','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x66','\x6f','\xff','\xf6','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\x86','\x06','\x61','\x86','\x06','\x61','\x06','\x06','\x66','\x06','\x3e','\x60','\x00','\x0c','\x41','\x9c','\x70','\x7f','\xd8','\x60','\x61','\x98','\x64','\x63','\x98','\x67','\x63','\x1f','\x6e','\x62','\x18','\x70','\x66','\x18','\x62','\x64','\x18','\x62','\x68','\x1b','\x63','\x64','\xfc','\x7f','\x66','\x70','\x3e','\x62','\x42','\x00','\x63','\x03','\x80','\x63','\x23','\x18','\x63','\x3f','\xfc','\x63','\x30','\x18','\x63','\x30','\x18','\x6f','\x30','\x18','\x66','\x3f','\xf8','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x3f','\xf8','\x60','\x30','\x18','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x80','\x30','\x00','\xe1','\x80','\x01','\xc0','\x60','\x03','\x80','\x38','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x03','\x82','\x30','\x3b','\x3b','\xf8','\x33','\x33','\x30','\x33','\x33','\x30','\x33','\x33','\x30','\x3f','\xf3','\x30','\x00','\x03','\x30','\x00','\x03','\x30','\xff','\xff','\x30','\x00','\x03','\x30','\x20','\x33','\x30','\x3f','\xfb','\x30','\x30','\x33','\x30','\x30','\x33','\x30','\x3f','\xf3','\x30','\x00','\x03','\x30','\x10','\x83','\x30','\x08','\xe3','\x30','\x0c','\xc3','\x30','\x0c','\x86','\x32','\x01','\x36','\x32','\xff','\xc4','\x33','\x78','\x08','\x3f','\x40','\x30','\x1e','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x04','\x00','\xc6','\x07','\x07','\xff','\x06','\x00','\xc6','\x48','\x80','\xc6','\x30','\xe0','\xc6','\x19','\xc0','\xc6','\x19','\x80','\xc6','\x03','\x00','\xc6','\x06','\x40','\xc6','\x0c','\x70','\xc6','\x18','\xe1','\x86','\x30','\xc1','\x86','\xc1','\x81','\x86','\x03','\x01','\x06','\x06','\x83','\x0c','\x0c','\x42','\x0c','\x18','\x62','\x0c','\x30','\x64','\x7c','\xc0','\x18','\x18','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x18','\x31','\x80','\x1f','\xf9','\x80','\x18','\x31','\x80','\x10','\x31','\x80','\x30','\x61','\x80','\x28','\x61','\xc0','\x64','\x61','\xc0','\x46','\xc1','\xa0','\x86','\xc1','\xb8','\x01','\x81','\x9f','\x01','\x81','\x8e','\x03','\x01','\x86','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x30','\x01','\x80','\x60','\x01','\x80','\x80','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x43','\x01','\x86','\x7f','\x7f','\xff','\x63','\x02','\x00','\x63','\x03','\x80','\x63','\x03','\x20','\x63','\x24','\x38','\x63','\x18','\x30','\x63','\x0c','\x70','\x63','\x06','\x60','\x63','\x06','\xc8','\x63','\x01','\x8e','\x63','\x03','\x0c','\x7f','\x06','\x1c','\x63','\x0c','\x38','\x60','\x18','\x70','\x00','\x60','\xe0','\x01','\x81','\xd0','\x00','\x07','\x0c','\x00','\x1c','\x06','\x00','\x70','\x07','\x03','\x80','\x03','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x1c','\x08','\xc0','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x0e','\x00','\x30','\x0c','\x30','\x33','\xff','\xf8','\x30','\x0c','\x00','\x30','\x0c','\x0c','\x37','\xff','\xfe','\x30','\x00','\x00','\x30','\x0e','\x00','\x30','\x0c','\x30','\x23','\xff','\xf8','\x20','\x0c','\x00','\x60','\x0c','\x00','\x40','\x0c','\x06','\x5f','\xff','\xff','\x80','\x00','\x00','\x1c','\x8c','\x00','\x18','\xfe','\x06','\x18','\xcd','\xff','\x18','\xcc','\x98','\x18','\xcc','\x98','\x5c','\xcc','\x98','\x5a','\xfc','\x98','\x5b','\xcc','\x98','\x5b','\xcc','\x98','\xd8','\xcc','\x98','\xd8','\xcc','\x9a','\xd8','\xff','\xff','\x18','\xcc','\x30','\x18','\xc0','\x3c','\x18','\xd0','\x78','\x18','\xc8','\x58','\x18','\xcc','\x58','\x18','\xd6','\xd8','\x18','\xe6','\x98','\x1b','\xc1','\x9a','\x19','\x81','\x1a','\x19','\x02','\x1b','\x18','\x04','\x1f','\x18','\x18','\x0e','\x1c','\x8c','\x00','\x18','\xfe','\x06','\x18','\xcd','\xff','\x18','\xcc','\x98','\x1a','\xcc','\x98','\xff','\xcc','\x98','\x18','\xfc','\x98','\x18','\xcc','\x98','\x18','\xcc','\x98','\x3c','\xcc','\x98','\x3a','\xcc','\x9a','\x3b','\xff','\xff','\x3b','\xcc','\x30','\x78','\xc0','\x3c','\x58','\xd0','\x78','\x58','\xc8','\x58','\x58','\xcc','\x58','\x98','\xd6','\xd8','\x18','\xe6','\x98','\x1b','\xc1','\x9a','\x19','\x81','\x1a','\x19','\x02','\x1b','\x18','\x04','\x1f','\x18','\x18','\x0e','\x10','\x80','\x06','\x0c','\xff','\xff','\x06','\xc0','\x00','\x06','\xc1','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x98','\x80','\xcf','\xfc','\x60','\xc1','\x80','\x32','\xc1','\x80','\x32','\xc1','\x8c','\x04','\xdf','\xfe','\x04','\xc0','\x00','\x0c','\xc0','\x00','\x08','\xc1','\xc0','\x18','\xc1','\x80','\x18','\xc1','\x8c','\x30','\xdf','\xfe','\xf0','\x81','\x80','\x70','\x81','\x80','\x31','\x81','\x80','\x31','\x01','\x80','\x31','\x01','\x86','\x3a','\x7f','\xff','\x18','\x00','\x00','\x00','\x08','\x0c','\x00','\xcf','\xfe','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0f','\xfc','\x11','\x8c','\x0c','\x3f','\xc0','\x00','\x39','\x80','\x06','\x79','\xbf','\xff','\x59','\x80','\x00','\x99','\x80','\x1c','\x19','\x80','\x18','\x19','\xbf','\xff','\x19','\x80','\x18','\x19','\x88','\x18','\x1f','\x86','\x18','\x19','\x83','\x18','\x19','\x83','\x18','\x18','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x9d','\x80','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc0','\x80','\x00','\x80','\x70','\x01','\x00','\x1c','\x7f','\xff','\xee','\x3f','\x80','\x06','\x20','\x00','\x00','\x0f','\xff','\xf0','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x32','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x1c','\x00','\x0e','\x18','\x06','\x1c','\x18','\xff','\x18','\xff','\x00','\x30','\x18','\x00','\x60','\x18','\x00','\x88','\x18','\x06','\x0e','\x18','\xff','\x0c','\xff','\x18','\x18','\x00','\x18','\x18','\x1c','\x18','\x38','\x18','\x18','\x78','\x18','\x18','\x98','\xff','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\x98','\x19','\xfe','\x18','\x18','\xf0','\x18','\x18','\x80','\x18','\x18','\x00','\xf8','\x18','\x00','\x30','\x03','\x00','\xe0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\x01','\x9f','\xff','\xff','\xc1','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x03','\x01','\x10','\x7f','\x92','\x1c','\x00','\x0c','\x38','\x00','\x06','\x30','\x03','\x06','\x60','\x7f','\x80','\xc8','\x00','\x01','\x8e','\x00','\x03','\x1c','\x43','\x06','\x18','\x7f','\x8c','\x30','\x63','\x30','\x60','\x63','\x00','\xd0','\x63','\x01','\x8c','\x63','\x03','\x06','\x7f','\x0c','\x07','\x63','\x30','\x03','\x0c','\x1c','\xe7','\x0c','\x18','\xc6','\x1a','\x18','\xc6','\x19','\x18','\xc6','\x11','\x9f','\xfe','\x31','\x98','\x06','\x20','\x00','\x00','\x7f','\x80','\x06','\x4c','\x3f','\xff','\x8c','\x00','\x00','\x0c','\x88','\x0c','\xff','\xcf','\xfe','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0d','\x0c','\x0c','\x8d','\xcf','\xfc','\x4d','\x80','\x10','\x6d','\x04','\x1c','\x6e','\x02','\x18','\x0c','\x03','\x30','\x0c','\xc3','\x20','\xff','\x00','\x46','\x78','\x7f','\xff','\x40','\x00','\x00','\x10','\xc0','\xe0','\x1f','\xe0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x1b','\xdf','\xff','\x1a','\xc0','\x80','\x1a','\xc0','\xe0','\x5a','\xd0','\xc0','\x7f','\xf0','\x90','\x40','\x35','\x1c','\xc0','\x22','\x18','\xdf','\xc3','\x30','\x18','\xc3','\x30','\x18','\xc0','\x60','\x1f','\xc0','\xc8','\x18','\xc1','\x8e','\x18','\xc3','\x1c','\x1f','\xc6','\x18','\x18','\xd8','\x30','\x18','\xc0','\x68','\x18','\xc0','\xc4','\x18','\xc1','\x86','\x1b','\xc6','\x03','\x19','\x98','\x03','\x10','\x80','\x0c','\x0c','\xff','\xfe','\x06','\xc3','\x0c','\x06','\xc3','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x80','\xff','\xfc','\x60','\xc3','\x0c','\x32','\xc3','\x0c','\x32','\xc3','\x0c','\x04','\xc3','\x0c','\x04','\xff','\xfc','\x0c','\xc3','\x0c','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x18','\x30','\xff','\xfc','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x3b','\xff','\xff','\x18','\x00','\x00','\x06','\x02','\x30','\xff','\xf3','\xf8','\x06','\x03','\x30','\x06','\x03','\x3f','\x7f','\xe6','\x1f','\x00','\x08','\x00','\x3f','\xe3','\xf8','\x32','\x61','\x30','\x32','\x60','\xe0','\x3f','\xe1','\xb8','\x20','\x0e','\x1f','\x60','\x00','\x06','\x40','\x0f','\x80','\x87','\xff','\xc0','\x00','\x18','\x06','\xff','\xff','\xff','\x03','\x18','\x80','\x06','\x18','\x60','\x1f','\xff','\xff','\xe6','\x00','\x6e','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xcc','\x46','\x6f','\xfe','\x7f','\xf0','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc6','\x66','\x7f','\xff','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\xe0','\x7f','\xe0','\xc0','\x66','\x60','\xcc','\x66','\x1f','\xfe','\x06','\x80','\xc0','\x06','\x40','\xc0','\x06','\x60','\xc0','\x06','\xb0','\xc0','\x07','\x30','\xc0','\xfc','\x00','\xc6','\x70','\x7f','\xff','\x40','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x0c','\x18','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1b','\x20','\x18','\xff','\xbf','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x19','\xb0','\x18','\x1e','\x30','\x18','\xf8','\x3f','\xf8','\x70','\x30','\x18','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x03','\xff','\xff','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0d','\x7f','\xff','\xff','\x81','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x1c','\x3f','\xfe','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x3d','\xb1','\x8c','\x2d','\xb1','\x8c','\x2c','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x8c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\xbc','\x0c','\x31','\x98','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x00','\x10','\x06','\x0e','\x1f','\xff','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x4c','\x98','\x06','\x7f','\xdf','\xff','\x4c','\x99','\x80','\x4c','\x99','\x80','\x4c','\x99','\x80','\x4c','\x99','\x8c','\x4c','\x99','\xfe','\x4c','\x99','\x8c','\x7f','\x99','\x8c','\x4c','\x99','\x8c','\x4c','\x19','\x8c','\x0d','\x19','\x8c','\x0d','\x91','\x8c','\x0f','\x93','\x0c','\xfc','\xb3','\x0c','\x70','\x22','\x1c','\x40','\x46','\x18','\x00','\x84','\xf8','\x00','\x08','\x30','\x06','\x04','\x00','\x06','\x07','\x00','\x0d','\x06','\x00','\x0c','\xc6','\x00','\x08','\x64','\x06','\x18','\x6f','\xff','\x10','\x08','\x06','\x21','\x98','\x06','\x3f','\xd2','\x06','\x46','\x23','\x86','\x86','\x03','\x06','\x06','\xc3','\x06','\x7f','\xe2','\x06','\x06','\x02','\x46','\x06','\x84','\x26','\x46','\xe4','\x76','\x26','\xdf','\xb6','\x36','\x8e','\x06','\x37','\x08','\x0c','\x06','\x00','\x0c','\x06','\xc0','\x0c','\xff','\x00','\x18','\x78','\x00','\xf8','\x40','\x00','\x30','\x03','\x80','\x07','\x03','\x00','\x06','\x3f','\xf8','\x06','\x03','\x18','\xe6','\x03','\x18','\xc6','\xff','\xff','\xc6','\x03','\x18','\xc6','\x03','\x18','\xc6','\x3f','\xf8','\xc6','\x03','\x00','\xc6','\x7f','\xfc','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\xff','\xfe','\xc6','\x00','\x00','\xc6','\x3f','\xf8','\xc6','\x21','\x08','\xc6','\x3f','\xf8','\x06','\x21','\x08','\x06','\x3f','\xf8','\x06','\x00','\x00','\x06','\x00','\x0c','\x06','\xff','\xfe','\x7e','\x00','\x00','\x1c','\x00','\x70','\x70','\x00','\x60','\x60','\x48','\x60','\x60','\x7c','\x64','\x64','\x4b','\xff','\xfe','\x48','\x60','\x60','\x48','\x60','\x60','\x48','\x60','\x60','\x48','\x62','\x62','\x4f','\xff','\xff','\x48','\x50','\x50','\x48','\x50','\x50','\x49','\x59','\x50','\x49','\x55','\x58','\x49','\x55','\x54','\x4b','\x55','\x56','\x4a','\x53','\x53','\x7a','\x52','\x53','\x44','\xd2','\xd3','\x48','\x94','\x90','\x01','\x91','\x90','\x01','\x11','\x10','\x02','\xf2','\xf0','\x04','\x64','\x60','\x00','\x80','\x00','\x00','\xe0','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x01','\x81','\xc0','\x03','\x01','\x80','\x06','\x83','\x80','\x0c','\xc7','\x00','\x18','\x6e','\x00','\x60','\x38','\x00','\x00','\x1c','\x00','\x00','\x77','\x00','\x00','\xe3','\xe0','\x01','\x80','\xff','\x07','\x00','\x3e','\x1b','\xff','\xce','\xe3','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\xc0','\x00','\x30','\xc1','\x0c','\x3f','\xfd','\xfe','\x30','\x01','\x8c','\x33','\xf1','\x8c','\x33','\x31','\x88','\x33','\x31','\x98','\x33','\x31','\x90','\x33','\xf1','\xa0','\x30','\x01','\x98','\x37','\xf9','\x8c','\x30','\x19','\x8c','\x20','\xb1','\x86','\x20','\xc1','\x86','\x20','\xcd','\x86','\x6f','\xf1','\x86','\x46','\xc1','\xbe','\x40','\xc1','\x8c','\x87','\xc1','\x80','\x01','\x81','\x80','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x41','\x86','\x1b','\x7f','\xff','\xff','\xe0','\x00','\x18','\x60','\x00','\x18','\x61','\x00','\x18','\x61','\xc0','\x18','\x61','\x80','\x19','\x61','\x80','\x1e','\x61','\x80','\xf8','\x61','\x80','\x78','\x63','\x00','\x58','\x63','\x10','\x18','\x63','\x08','\x18','\xc2','\x0c','\x18','\xc2','\x06','\x18','\x84','\x06','\x19','\x84','\x3b','\x19','\x3f','\xc3','\xfa','\x1e','\x03','\x30','\x10','\x00','\x1c','\x02','\x08','\x18','\x21','\x0e','\x18','\x11','\x9c','\x18','\x19','\x98','\x18','\x18','\x30','\x1b','\x40','\x26','\xff','\xff','\xff','\x18','\xc0','\x06','\x18','\xc0','\x04','\x18','\x3f','\xf8','\x18','\x30','\x18','\x1b','\x30','\x18','\x3c','\x3f','\xf8','\xf8','\x30','\x18','\x78','\x30','\x18','\x58','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x0c','\xc2','\x18','\x0c','\xc2','\x18','\x18','\xc3','\xf8','\x30','\xff','\x31','\xc0','\x7e','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x18','\x0c','\x07','\xfc','\x0d','\x8c','\x18','\xff','\xcc','\x18','\x0c','\x1a','\x30','\x0c','\x12','\x30','\x0c','\x21','\x60','\x1e','\x00','\xc0','\x1d','\x81','\xe0','\x1c','\xc3','\x3f','\x3c','\xc6','\x1e','\x3c','\x18','\x06','\x2c','\x60','\x00','\x6c','\x10','\x0c','\x4c','\x1f','\xfe','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x82','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x12','\x20','\x1e','\x0c','\x38','\x1d','\x86','\x70','\x1c','\xc6','\x60','\x3c','\xc0','\xc8','\x3c','\x01','\x8e','\x2c','\x03','\x1c','\x6c','\x06','\x18','\x4c','\x0c','\x30','\x8c','\x18','\x60','\x0c','\x60','\xc0','\x0c','\x01','\xb0','\x0c','\x03','\x0c','\x0c','\x06','\x06','\x0c','\x18','\x07','\x0c','\x60','\x03','\x07','\x02','\x30','\x06','\x03','\xf8','\x06','\x33','\x30','\xff','\xfb','\x30','\x06','\x03','\x30','\x06','\x03','\x30','\x06','\x63','\x30','\x7f','\xf2','\x30','\x00','\x06','\x3f','\x40','\x6c','\x1f','\x7f','\xf0','\x00','\xc0','\x60','\x0c','\xc0','\x4f','\xfe','\x1f','\x82','\x0c','\x19','\x82','\x18','\x19','\x81','\x18','\x19','\x89','\xb0','\x19','\x90','\xe0','\x19','\xa0','\x40','\x31','\xe0','\xe0','\x31','\xc1','\xb8','\x23','\x83','\x1f','\x41','\x06','\x0e','\x80','\x18','\x06','\x08','\x0e','\x70','\x0e','\x0c','\x62','\x8c','\xff','\xff','\x48','\x0c','\x60','\x30','\x20','\x80','\x30','\x30','\xc4','\x58','\x3f','\xfe','\x48','\x70','\x80','\x8c','\x7f','\xfc','\x0c','\xb0','\x80','\x0d','\x3f','\xfc','\x1e','\x30','\x80','\x16','\x30','\x82','\x16','\x3f','\xff','\x26','\x30','\x00','\x26','\x00','\x18','\x46','\x7f','\xfc','\x86','\x08','\x38','\x06','\x04','\x70','\x06','\x06','\xe0','\x0c','\x03','\x80','\x0c','\x06','\xf0','\x7c','\x1c','\x3f','\x19','\xe0','\x0e','\x00','\x01','\x00','\x00','\xc9','\xc0','\xff','\xe9','\x86','\x0c','\x1f','\xff','\x0c','\x19','\x86','\x0c','\x31','\x08','\x0c','\x33','\x20','\x18','\x02','\x38','\x18','\x06','\x30','\x11','\x84','\x44','\x3f','\xcf','\xfe','\x39','\x9c','\x60','\x79','\xac','\x60','\x59','\xcc','\x64','\x99','\x8f','\xfe','\x19','\x8c','\x60','\x19','\x8c','\x60','\x19','\x8c','\x64','\x1f','\x8f','\xfe','\x19','\x8c','\x60','\x19','\x8c','\x60','\x18','\x0c','\x66','\x00','\x0f','\xff','\x00','\x0c','\x00','\x03','\x07','\x38','\x1f','\x86','\x32','\xfc','\x7f','\xff','\x0c','\x06','\x30','\x0c','\x10','\x40','\x0c','\x18','\x64','\x0d','\x1f','\xfe','\xff','\xb8','\x40','\x0c','\x3f','\xfc','\x0c','\x58','\x40','\x1c','\x9f','\xfc','\x1e','\x18','\x40','\x1d','\x18','\x42','\x3d','\x9f','\xff','\x2d','\x98','\x00','\x2c','\x00','\x0c','\x6c','\x7f','\xfe','\x4c','\x08','\x1c','\x8c','\x04','\x38','\x0c','\x06','\x70','\x0c','\x01','\xc0','\x0c','\x03','\xf0','\x0c','\x0e','\x7f','\x0c','\xf0','\x0e','\x00','\x20','\x20','\x08','\x18','\x38','\x06','\x0c','\x30','\x23','\x0c','\x20','\x23','\x00','\x46','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc7','\xff','\xe8','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x66','\x62','\x00','\xe6','\x02','\x01','\xc6','\x02','\x03','\x86','\x03','\x0e','\x07','\xff','\xf0','\x03','\xfe','\x01','\x00','\x00','\x01','\xc0','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x18','\x1f','\xff','\xfc','\x36','\x0c','\x18','\xc6','\x0c','\x18','\x06','\x0c','\x18','\x07','\xff','\xf8','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x07','\xff','\xf8','\x06','\x00','\x18','\x06','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x18','\x00','\x18','\x30','\x01','\xf8','\xc0','\x00','\x70','\x07','\x00','\x70','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\xc0','\x6c','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x60','\x66','\xff','\xf7','\xff','\x09','\x80','\x98','\x09','\x80','\x98','\x49','\xc4','\x98','\x79','\xa7','\x9c','\x69','\xb6','\x9a','\x69','\xb6','\x9b','\x49','\x84','\x9b','\x49','\x8c','\x9b','\x99','\x89','\x98','\x11','\x91','\x18','\x11','\x81','\x18','\x31','\x83','\x18','\x27','\x82','\x78','\x43','\x04','\x30','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x60','\xc0','\xff','\xf0','\xc6','\x06','\x0f','\xff','\x46','\x60','\x00','\x7f','\xf2','\x10','\x66','\x63','\x8c','\x66','\x63','\x06','\x66','\x66','\x03','\x7f','\xe4','\x13','\x66','\x6a','\x1c','\x66','\x62','\x18','\x66','\x61','\x18','\x7f','\xe1','\x30','\x66','\x60','\xb0','\x06','\x00','\xe0','\x06','\x30','\x40','\xff','\xf8','\xe0','\x06','\x00','\xb0','\x06','\x01','\x98','\x06','\x03','\x1f','\x06','\x06','\x0e','\x06','\x18','\x06','\x03','\x80','\x00','\x03','\x01','\x06','\x03','\x19','\xff','\xff','\xfd','\x86','\x00','\x01','\x86','\x00','\x01','\x8c','\x3f','\xf1','\x8c','\x30','\x31','\x98','\x30','\x31','\x90','\x30','\x31','\xa0','\x3f','\xf1','\x98','\x00','\x01','\x8c','\x00','\x31','\x86','\x7f','\xf9','\x86','\x00','\x31','\x83','\x00','\x41','\x83','\x03','\x81','\x83','\x03','\x39','\x83','\xff','\xc1','\x83','\x73','\x01','\xbf','\x43','\x01','\x8e','\x03','\x01','\x80','\x1f','\x01','\x80','\x06','\x01','\x80','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x80','\x06','\x60','\xc3','\x06','\x60','\xff','\x86','\x61','\x83','\x06','\x63','\x46','\x06','\x64','\x2c','\x06','\x60','\x18','\x06','\x60','\x67','\x06','\x61','\x81','\xf6','\x6e','\xff','\x66','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xff','\x06','\x60','\xc3','\x3e','\x60','\x00','\x0c','\x41','\x80','\x06','\x7f','\xff','\xff','\x61','\x80','\x00','\x63','\x90','\x18','\x63','\x1f','\xfc','\x62','\x18','\x18','\x66','\x18','\x18','\x64','\x18','\x18','\x68','\x1f','\xf8','\x64','\x00','\x00','\x66','\x40','\x06','\x62','\x7f','\xff','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x6c','\x3e','\x63','\x70','\x06','\x6f','\x60','\x06','\x66','\x6f','\xf6','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\x61','\x9e','\x60','\x61','\x8c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x40','\x20','\x08','\x30','\x38','\x06','\x18','\x70','\x23','\x18','\xc0','\x23','\x01','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\xc8','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x01','\xc0','\x04','\x1f','\xe0','\x07','\xf0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x18','\x07','\xff','\xfc','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x20','\x00','\x00','\x38','\x04','\x41','\x31','\x87','\x31','\xff','\xc6','\x19','\x81','\x8c','\x19','\x81','\x90','\x01','\xff','\x80','\x01','\x81','\xa0','\x05','\x81','\x98','\x19','\x81','\x8c','\xf1','\xff','\x8e','\x61','\x81','\x86','\x40','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x00','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x03','\x80','\x06','\x23','\x0f','\xff','\x23','\x30','\x60','\x7f','\xf8','\x40','\x48','\x34','\x86','\xcc','\x27','\xff','\xcc','\xc6','\x06','\x1f','\xe6','\x06','\x18','\xc6','\x06','\x31','\x87','\xfe','\x4d','\x86','\x06','\x83','\x06','\x06','\x06','\xc6','\x06','\x0c','\x67','\xfe','\x18','\x36','\x06','\x30','\x36','\x06','\xdf','\xc6','\x06','\x18','\xc6','\x06','\x18','\xc7','\xfe','\x18','\xc2','\x00','\x18','\xc3','\x98','\x18','\xc3','\x06','\x1f','\xc6','\x07','\x18','\xd8','\x03','\x49','\x20','\x06','\x7d','\xef','\xff','\x49','\x20','\x60','\x49','\x20','\x40','\x49','\x24','\x86','\x49','\x27','\xff','\x79','\xe6','\x06','\x49','\x26','\x06','\x00','\x06','\x06','\x00','\xc7','\xfe','\x7f','\xe6','\x06','\x00','\x06','\x06','\x00','\x66','\x06','\xff','\xf7','\xfe','\x18','\x06','\x06','\x18','\xc6','\x06','\x1f','\xe6','\x06','\x30','\xc6','\x06','\x30','\xc7','\xfe','\x00','\xc2','\x00','\x01','\xc3','\x98','\x01','\x83','\x06','\x0f','\x86','\x07','\x03','\x18','\x03','\x1c','\x1c','\x38','\x18','\x18','\x30','\x18','\x19','\x30','\x18','\xff','\xb0','\x18','\x18','\x30','\x19','\x18','\x30','\xff','\x98','\x30','\x18','\x19','\x30','\x18','\xff','\xb8','\x18','\x00','\x34','\x18','\x00','\x36','\x19','\x1c','\x33','\x1e','\x18','\x33','\xf8','\x18','\x33','\x78','\x19','\x30','\x58','\xff','\xb0','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x19','\xb0','\x19','\xfe','\x30','\xf8','\xf0','\x30','\x30','\x80','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x21','\x08','\x40','\x41','\x90','\x60','\x81','\x80','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x80','\x02','\x00','\xe0','\x01','\x00','\xc0','\x01','\x80','\xc0','\x00','\x80','\x80','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x42','\x00','\x18','\x7f','\x06','\x18','\x48','\xff','\x18','\x48','\x46','\x1b','\x48','\x46','\xff','\xff','\x4c','\x18','\x41','\x2c','\x18','\x41','\x28','\x18','\x7f','\x18','\x3c','\x48','\x10','\x3a','\x48','\x38','\x3b','\x48','\x2f','\x3b','\x7e','\x46','\x78','\x41','\x86','\x58','\x40','\x00','\x58','\x03','\x80','\x98','\x03','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x1f','\xfc','\x0d','\x98','\x8c','\xff','\xd8','\x8c','\x0c','\x1f','\xfc','\x0c','\x18','\x8c','\x0c','\x18','\x8c','\x1e','\x1f','\xfc','\x1d','\x00','\x00','\x1d','\xff','\xff','\x3d','\x80','\x00','\x2c','\x1f','\xfc','\x2c','\x18','\x8c','\x6c','\x18','\x8c','\x4c','\x1f','\xfc','\x8c','\x18','\x8c','\x0c','\x18','\x8c','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0d','\xb0','\x06','\xff','\xff','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x30','\x0c','\x30','\xf8','\x1c','\x37','\x80','\x1e','\x31','\x80','\x1d','\x31','\x8c','\x3d','\xbf','\xfe','\x2d','\xb1','\x80','\x2c','\x31','\x80','\x6c','\x31','\x86','\x4c','\x3f','\xff','\x8c','\x61','\x80','\x0c','\x61','\x80','\x0c','\x41','\x82','\x0c','\xc1','\x82','\x0c','\x81','\x83','\x0d','\x01','\xff','\x0c','\x00','\xfe','\x10','\x03','\x38','\x1c','\x0f','\xb0','\x18','\x78','\x30','\x19','\x88','\x30','\x1f','\xc8','\x34','\x11','\x88','\xb7','\x31','\x08','\xb6','\x22','\x7f','\xb6','\x7f','\x88','\xb4','\xa4','\x89','\xb8','\x24','\x89','\xb0','\x24','\x9c','\x30','\x3f','\x9a','\x30','\x24','\x9b','\x30','\x24','\xbb','\x28','\x24','\xa8','\x28','\x3f','\xa8','\x68','\x00','\x48','\x68','\x00','\x08','\x4c','\x2a','\x88','\x44','\x2a','\x88','\xc6','\x6a','\x88','\x87','\x60','\x09','\x02','\x00','\x0a','\x02','\x10','\x06','\x00','\x0c','\x4f','\x0c','\x06','\x70','\x7e','\x06','\x60','\x0c','\x00','\x60','\x0c','\x00','\x7c','\x7c','\x80','\x60','\x0c','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x7f','\xfc','\x04','\x68','\x0c','\x04','\x0e','\x00','\x0c','\x1c','\x00','\x08','\x30','\x06','\x18','\x7f','\xff','\x18','\xc0','\x06','\x33','\x00','\x46','\xf0','\x52','\x36','\x70','\x49','\x96','\x30','\xcc','\x86','\x31','\x8c','\x0c','\x31','\x80','\x0c','\x38','\x00','\x7c','\x18','\x00','\x18','\x03','\x80','\x07','\x23','\x00','\x06','\x23','\x0c','\xe6','\x7f','\xfe','\xc6','\x60','\x0c','\xc6','\xc3','\x88','\xc6','\xc3','\x10','\xc6','\x3f','\xf8','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x3f','\xf8','\xc6','\x03','\x00','\xc6','\x03','\x04','\xc6','\xff','\xfe','\xc6','\x00','\x00','\xc6','\x20','\x30','\xc6','\x3f','\xf8','\xc6','\x30','\x30','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x3f','\xf0','\x06','\x30','\x30','\x3e','\x30','\x30','\x0c','\x00','\x40','\x18','\x00','\x7f','\xfc','\x46','\x60','\x18','\x7e','\x60','\x18','\x66','\x7f','\xf8','\x66','\x60','\x18','\x66','\x60','\x18','\x66','\x60','\x18','\x66','\x7f','\xf8','\x66','\x18','\x18','\x66','\x18','\x00','\x66','\x30','\x06','\x66','\x3f','\xff','\x66','\x60','\x06','\x7e','\x71','\x86','\x60','\xe3','\xc6','\x61','\xee','\x06','\x06','\x70','\x46','\x00','\x60','\x66','\x00','\x7f','\xe6','\x00','\x3f','\xcc','\x00','\x00','\x0c','\x00','\x00','\xfc','\x00','\x00','\x38','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0e','\x06','\x40','\x2d','\x0c','\x60','\x2d','\x8c','\x30','\x2d','\x98','\x38','\x6c','\x30','\x1f','\x6c','\x60','\x6e','\x4d','\x9f','\xf6','\xcc','\x00','\x00','\xcc','\x00','\x00','\x0c','\x00','\x00','\x0c','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0e','\x00','\x0c','\x0c','\x00','\x7e','\x0c','\x03','\xf0','\x0c','\x3d','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x81','\x80','\x0f','\x01','\x80','\xfc','\x21','\x8c','\x6c','\x3f','\xfe','\x4c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x7c','\x3f','\xfc','\x18','\x30','\x0c','\x10','\x00','\x0c','\x0c','\x00','\x7e','\x06','\x03','\xf0','\x06','\x3d','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x80','\x01','\x80','\x60','\x01','\x86','\x31','\x7f','\xff','\x31','\x01','\x80','\x02','\x01','\x80','\x02','\x01','\x80','\x06','\x01','\x80','\x04','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x18','\x30','\x0c','\xf8','\x30','\x0c','\x38','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1c','\x3f','\xfc','\x0c','\x30','\x0c','\x10','\x20','\x18','\x0c','\x3f','\xfc','\x06','\x30','\x18','\x06','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x80','\x30','\x18','\x60','\x30','\x18','\x32','\x3f','\xf8','\x32','\x0c','\x00','\x04','\x0c','\x00','\x04','\x18','\x06','\x0c','\x1f','\xff','\x08','\x30','\x06','\x18','\x79','\x86','\x18','\xb3','\xc6','\x33','\x36','\x06','\xf0','\x38','\x46','\x70','\x30','\x66','\x30','\x3f','\xe6','\x30','\x1f','\xcc','\x30','\x00','\x0c','\x38','\x00','\xfc','\x18','\x00','\x38','\x10','\x20','\x30','\x0c','\x3f','\xf8','\x06','\x30','\x30','\x06','\x30','\x30','\x00','\x33','\xf0','\x00','\x33','\x30','\x80','\xb3','\x30','\x60','\xb3','\x36','\x30','\xff','\xff','\x34','\x80','\x06','\x05','\x80','\x08','\x09','\xbf','\xf0','\x08','\x30','\x30','\x08','\x30','\x30','\x18','\x3f','\xf0','\x10','\x30','\x30','\x30','\x30','\x30','\xf0','\x30','\x30','\x70','\x3f','\xf0','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x38','\x31','\xf0','\x18','\x30','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\xc0','\x00','\x03','\x80','\x0c','\x07','\xff','\xfe','\x0c','\x00','\x0c','\x1f','\x06','\x0c','\x36','\x1f','\x0c','\xc6','\x70','\x0c','\x07','\x82','\x0c','\x06','\x03','\x18','\x07','\xff','\x18','\x03','\xfe','\xf8','\x00','\x00','\x30','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x9f','\xfc','\xff','\xd8','\x0c','\x01','\x98','\x0c','\x03','\x18','\x0c','\x03','\x1f','\xfc','\x06','\x06','\x00','\x0c','\x86','\x00','\x08','\xcc','\x06','\x1c','\x8f','\xff','\x3b','\x18','\x06','\x59','\x9c','\xc6','\x99','\xb9','\xe6','\x18','\x5b','\x06','\x18','\x9c','\x06','\x18','\x18','\x46','\x18','\x18','\x66','\x18','\x1f','\xec','\x18','\x0f','\xcc','\x18','\x00','\x3c','\x18','\x00','\x18','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x48','\xc6','\xff','\xef','\xff','\x0c','\x18','\x06','\x4c','\x98','\xe8','\x7f','\x80','\xc0','\x4c','\x8f','\xfe','\x4c','\x80','\xc0','\x4c','\x80','\xc0','\x7f','\x8f','\xfe','\x4c','\x80','\xc0','\x4c','\x80','\xc2','\x4c','\x9f','\xff','\x7f','\x80','\x00','\x4c','\x88','\x0c','\x0c','\x0f','\xfe','\x0c','\x4c','\x0c','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x00','\x00','\x00','\x04','\x00','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x20','\x00','\x1c','\x3f','\x86','\x18','\x32','\x7f','\x1b','\x32','\x26','\x1f','\xb2','\x26','\x13','\x3f','\xa4','\x32','\x30','\x94','\x24','\x30','\x94','\x7f','\xbf','\x98','\xa4','\xb2','\x08','\x24','\xb2','\x1c','\x24','\xb2','\x16','\x3f','\xbf','\xb7','\x24','\xb0','\x42','\x24','\x80','\x00','\x24','\x81','\xc0','\x3f','\x81','\x80','\x00','\x01','\x98','\x00','\x9f','\xfc','\x2a','\xc1','\x80','\x2a','\x41','\x80','\x6a','\x01','\x86','\xc8','\x7f','\xff','\xc0','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\x7f','\xff','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\xff','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x00','\x00','\x0c','\x08','\x00','\x1e','\x0e','\xe0','\x1d','\x8c','\xc4','\x1c','\xdc','\xc7','\x3c','\xd8','\xc6','\x2c','\x38','\xcc','\x2c','\x38','\xd8','\x6c','\x78','\xe0','\x4c','\xd8','\xc0','\x8d','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc2','\x0c','\x18','\xc2','\x0c','\x18','\xc3','\x0c','\x18','\xff','\x0c','\x18','\x7e','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0c','\xff','\xff','\x0c','\x0c','\x30','\xff','\xcc','\x30','\x0c','\x00','\x00','\x0c','\x7f','\xfe','\x0c','\x19','\x98','\x1e','\x19','\x98','\x1d','\x19','\x98','\x1d','\xff','\xff','\x3d','\x99','\x98','\x2c','\x19','\x98','\x2c','\x19','\x98','\x6c','\x19','\x98','\x4c','\x7f','\xfe','\x8c','\x01','\x80','\x0c','\x01','\x82','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1d','\xc2','\x00','\x19','\x83','\x80','\x19','\xa3','\x00','\xff','\xf3','\x00','\x19','\x83','\x06','\x19','\x83','\xff','\x1f','\x86','\x06','\x06','\x06','\x06','\x46','\x64','\x66','\x7f','\xef','\xf6','\x66','\x70','\x66','\x66','\x60','\x66','\x66','\x60','\x66','\x66','\x64','\x66','\x7f','\xe7','\xe6','\x66','\x66','\x0c','\x06','\x06','\x0c','\x06','\x66','\x7c','\xff','\xf6','\x18','\x06','\x06','\x02','\x06','\x06','\x02','\x06','\x06','\x03','\x06','\x07','\xff','\x06','\x03','\xfe','\x0e','\x01','\xc0','\x0c','\x11','\x80','\x0c','\x1d','\x80','\x0c','\x19','\x80','\x0d','\x99','\x8c','\xff','\xdf','\xfe','\x0c','\x31','\x80','\x0c','\x21','\x80','\x0c','\x41','\x80','\x1e','\x01','\x80','\x1d','\x81','\x86','\x1c','\xff','\xff','\x3c','\xc3','\xc0','\x2c','\x07','\xc0','\x2c','\x05','\xa0','\x6c','\x0d','\xa0','\x4c','\x0d','\xb0','\x8c','\x19','\x98','\x0c','\x11','\x9f','\x0c','\x21','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x04','\x20','\x00','\x07','\x38','\x00','\x06','\xb3','\x0c','\x28','\xff','\x7e','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3e','\xff','\x7c','\x30','\xc3','\x0c','\x30','\x00','\x00','\x01','\x07','\x00','\x01','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x1c','\x07','\xff','\xe0','\x03','\xfe','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\xc1','\x86','\x06','\xc3','\x86','\x04','\x0e','\x03','\xf0','\x70','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xe0','\x08','\x30','\x20','\x0f','\xff','\xe0','\x08','\x30','\x20','\x0f','\xff','\xe0','\x00','\x30','\x00','\x1f','\xff','\xf0','\x10','\x30','\x10','\x1f','\xff','\xf2','\x10','\x30','\x12','\x1f','\xff','\xf2','\x00','\x30','\x03','\x00','\x1f','\xff','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x30','\x20','\x03','\x10','\x18','\x03','\x02','\x0c','\xff','\xff','\x0c','\x03','\x00','\x00','\x03','\x00','\x80','\x7f','\xfc','\x62','\x63','\x0c','\x32','\x63','\x0c','\x34','\x63','\x0c','\x04','\x7f','\xfc','\x0c','\x63','\x0c','\x08','\x63','\x0c','\x18','\x63','\x0c','\xf8','\x7f','\xfc','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x38','\x63','\x3c','\x18','\x63','\x18','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x70','\x07','\x01','\x1c','\x0c','\x81','\xce','\x18','\x43','\x86','\x60','\x37','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\xe3','\xc0','\x03','\x80','\xff','\x1e','\x00','\x3e','\xe0','\x01','\x86','\x07','\xff','\xc0','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x04','\x18','\x80','\x02','\x18','\xe0','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x10','\x20','\x0c','\x0c','\x38','\x1a','\x06','\x30','\x19','\x86','\x46','\x10','\xff','\xff','\x30','\xc2','\x40','\x20','\x02','\x40','\x7f','\x9f','\xfc','\x4c','\x02','\x4c','\x8c','\x02','\x4c','\x0c','\xbf','\xff','\x7f','\xc2','\x4c','\x0c','\x02','\x4c','\x0c','\x02','\x4c','\x0d','\x1f','\xfc','\x8d','\xc6','\x40','\x4d','\x86','\x60','\x6d','\x0e','\x60','\x6e','\x0a','\x50','\x0c','\x1a','\x58','\x0d','\x92','\x4f','\xfe','\x22','\x4e','\x78','\xc2','\x46','\x40','\x02','\x40','\x00','\x01','\xc0','\x00','\x01','\x80','\x46','\x39','\x8c','\x7f','\x31','\xfe','\x66','\x31','\x80','\x66','\x31','\x80','\x66','\x31','\x86','\x67','\xff','\xff','\x66','\x00','\x00','\x66','\x61','\xc6','\x66','\x69','\x96','\x66','\x6d','\xb6','\x66','\x65','\xa6','\x66','\x61','\x86','\x7e','\x6f','\xf6','\x66','\x63','\x86','\x66','\x63','\xc6','\x60','\x67','\xa6','\x00','\x65','\xb6','\x00','\x69','\xb6','\x00','\x61','\x86','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x00','\x80','\x40','\x60','\xe0','\x7f','\xf4','\xcc','\x66','\x67','\xfe','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x67','\xfc','\x7f','\xe6','\x0c','\x66','\x66','\x0c','\x66','\x67','\xfc','\x66','\x66','\x00','\x66','\x66','\x06','\x66','\x67','\xff','\x7f','\xe6','\x00','\x66','\x66','\x06','\x66','\x07','\xff','\x06','\x06','\x06','\x06','\x00','\x26','\x06','\x0a','\xb6','\x06','\x0a','\x96','\x06','\x1a','\x8e','\x06','\x32','\x0c','\x06','\x30','\x7c','\x06','\x00','\x18','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x81','\x00','\xff','\xc1','\x00','\x0c','\x12','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x98','\x0c','\x1c','\xd8','\x0c','\x3c','\xd8','\x0c','\x2c','\x18','\x0c','\x2c','\x1f','\xfc','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\xc0','\x00','\x21','\x80','\x00','\x1a','\x00','\x00','\x0c','\x00','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x3c','\x0c','\x00','\x6c','\x08','\x00','\xec','\x10','\x01','\xcc','\x00','\x03','\x8c','\x00','\x06','\x0c','\x00','\x18','\x0c','\x00','\x60','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc7','\xff','\xe8','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x06','\x1c','\x06','\xff','\x18','\x7f','\x06','\x19','\x06','\x06','\x99','\xc6','\x06','\x99','\x86','\x06','\xd9','\x06','\x46','\xd9','\x46','\x7e','\xda','\x7e','\x66','\x18','\x66','\x60','\x18','\x60','\x61','\xff','\xe0','\x60','\x18','\x60','\x66','\x18','\x66','\x7f','\x38','\x7f','\x66','\x3c','\x66','\x06','\x3b','\x06','\x06','\x79','\x86','\x06','\x59','\x86','\x06','\xd9','\x86','\x06','\x98','\x06','\x0d','\x18','\x0c','\x0c','\x18','\x0c','\x7c','\x18','\x7c','\x18','\x18','\x18','\x00','\x20','\x07','\x00','\x38','\x06','\x00','\x30','\xe6','\x00','\x30','\xc6','\x00','\x30','\xc6','\x00','\x30','\xc6','\x60','\x70','\xc6','\x18','\x60','\xc6','\x0c','\x60','\xc6','\x06','\x60','\xc6','\x03','\x60','\xc6','\x01','\xc0','\xc6','\x00','\xc0','\xc6','\x01','\xe0','\xc6','\x01','\xb0','\xc6','\x03','\x38','\xc6','\x03','\x18','\xc6','\x06','\x1c','\x06','\x0c','\x0c','\x06','\x08','\x0c','\x06','\x10','\x00','\x06','\x20','\x00','\x06','\xc0','\x00','\x3e','\x00','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x0e','\x00','\x40','\x0c','\x00','\x71','\xcc','\x20','\x61','\x8c','\x10','\x61','\x8c','\x0c','\xc1','\x8c','\x06','\xc1','\x8c','\x03','\x81','\x8c','\x01','\x01','\x8c','\x03','\x81','\x8c','\x02','\xc1','\x8c','\x06','\x61','\x8c','\x0c','\x60','\x0c','\x18','\x30','\x0c','\x30','\x30','\x0c','\xc0','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x81','\x80','\x01','\xff','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x41','\x80','\x03','\x21','\x80','\x03','\x31','\x80','\x03','\x19','\x80','\x03','\x19','\x80','\x06','\x01','\x80','\x06','\x01','\x82','\x06','\x01','\x82','\x06','\x0f','\x82','\x07','\xf1','\x83','\xff','\x81','\xff','\x78','\x00','\xfe','\x40','\x00','\x00','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x61','\x80','\xff','\xf1','\x80','\x06','\x03','\x06','\x46','\x63','\xff','\x7f','\xf6','\x00','\x60','\x64','\x00','\x60','\x68','\x00','\x60','\x70','\x18','\x7f','\xe7','\xfc','\x60','\x60','\x38','\x60','\x60','\x70','\x60','\x60','\xe0','\x7f','\xe1','\xc0','\x66','\x63','\x80','\x06','\x07','\x00','\x06','\x66','\x02','\xff','\xfe','\x02','\x06','\x0c','\x02','\x06','\x0c','\x03','\x06','\x0f','\xff','\x06','\x07','\xfe','\x06','\x00','\x00','\x04','\x20','\x18','\x07','\x3f','\xfc','\x06','\x30','\x18','\x06','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x38','\x3f','\xf8','\x38','\x30','\x18','\x58','\x00','\x00','\x98','\x3b','\xb8','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x32','\x18','\x33','\x32','\x18','\x63','\x32','\x18','\x63','\x33','\x18','\xc3','\x3f','\x1b','\x00','\x1e','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\xc0','\x38','\x1f','\xe0','\x30','\x00','\x00','\x32','\x00','\x0f','\xff','\x00','\x30','\x30','\x7f','\xf8','\x30','\x0c','\xc2','\x30','\x0c','\xc1','\x30','\x0c','\xc1','\xb0','\x0c','\xc1','\xb0','\x0c','\xc0','\x30','\x0c','\xc0','\x30','\x0c','\xc0','\x32','\x18','\xc1','\xf2','\x18','\xc0','\x62','\x10','\xc0','\x03','\x30','\xff','\xff','\x20','\x7f','\xfe','\xc0','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x0c','\x60','\xe3','\x90','\x60','\xc3','\x00','\x1f','\xff','\xf8','\x00','\xc3','\x00','\x00','\xc3','\x00','\x1f','\xff','\xf8','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\xc1','\x00','\x01','\x80','\x80','\x03','\x38','\xc0','\x06','\x0e','\x70','\x0c','\x06','\x3f','\x30','\x00','\x1e','\xc1','\xc0','\x06','\x00','\x3e','\x00','\x00','\x07','\x80','\x00','\x01','\x80','\x00','\x00','\x0e','\x00','\x30','\x0c','\x7f','\xf9','\xcc','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x1c','\x70','\xe0','\x18','\x60','\xc0','\x18','\x64','\xc0','\xff','\xfe','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc6','\x1f','\xe7','\xff','\x18','\x60','\xc6','\x18','\x60','\xc6','\x1f','\xe0','\xc6','\x18','\x60','\xc6','\x18','\x60','\xc6','\x18','\x64','\xc6','\xff','\xfe','\xc6','\x66','\xc0','\xc6','\x66','\xc0','\xc6','\x64','\xc1','\x86','\x6c','\xf9','\x86','\x68','\x79','\x86','\x70','\x01','\x06','\x60','\x03','\x0c','\x7f','\xf2','\x0c','\x60','\x04','\x7c','\x60','\x18','\x18','\x10','\x00','\xe0','\x18','\x60','\xc0','\x1f','\xf0','\xc0','\x33','\x00','\xc0','\x23','\x00','\xc0','\x46','\x18','\xc6','\xff','\xff','\xff','\x04','\x40','\xc6','\x0c','\x60','\xc6','\x18','\x80','\xc6','\x1f','\xf8','\xc6','\x31','\x80','\xc6','\x71','\x80','\xc6','\xb1','\x80','\xc6','\x3f','\xf0','\xc6','\x31','\x80','\xc6','\x31','\x80','\x86','\x31','\x81','\x86','\x3f','\xf1','\x86','\x31','\x81','\x06','\x31','\x83','\x0c','\x31','\x82','\x0c','\x3f','\xf4','\x7c','\x30','\x08','\x18','\x00','\x38','\x00','\x10','\x30','\x80','\x0c','\x30','\xe0','\x06','\x30','\xc0','\x06','\x30','\x80','\x00','\x31','\x18','\x3f','\xff','\xfc','\x00','\x64','\x00','\x00','\x64','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x00','\xc0','\x03','\x00','\x60','\x06','\xff','\x38','\x0c','\x03','\x1f','\x18','\x03','\x0e','\x31','\x03','\x06','\xc1','\xff','\x00','\x01','\x80','\x10','\x01','\x80','\x10','\x01','\x80','\x18','\x01','\xff','\xf8','\x00','\xff','\xf0','\x00','\x08','\x00','\x00','\x0c','\x60','\x00','\x1f','\xf0','\x46','\x18','\x60','\x7f','\x30','\x40','\x66','\x60','\x8c','\x66','\xff','\xfe','\x67','\x64','\x8c','\x66','\x64','\x8c','\x66','\x64','\x8c','\x66','\x64','\x8c','\x66','\x6c','\xfc','\x66','\x68','\x7c','\x66','\x70','\x0c','\x66','\x63','\x8c','\x7e','\x63','\x0c','\x60','\x63','\x0c','\x61','\xff','\xff','\x00','\x06','\x80','\x00','\x0c','\x40','\x00','\x18','\x70','\x00','\x30','\x3f','\x00','\xc0','\x1e','\x03','\x00','\x06','\x00','\x1c','\x70','\x1c','\x18','\x60','\x18','\x18','\x64','\x18','\xff','\xfe','\x18','\x18','\x60','\x18','\x18','\x60','\x1b','\x1f','\xe0','\xff','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x1f','\xe0','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x66','\x19','\xff','\xff','\x18','\x66','\x60','\x1b','\x66','\x60','\xfc','\x64','\x60','\x70','\x6c','\x7c','\x40','\x68','\x3c','\x00','\x70','\x00','\x00','\x60','\x06','\x00','\x7f','\xff','\x00','\x60','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\xe1','\x80','\x01','\xc3','\x80','\x03','\x87','\x00','\x03','\x6e','\x00','\x00','\x1d','\xc0','\x00','\x70','\x78','\x01','\xc0','\x1c','\x3e','\x00','\x0c','\x04','\x01','\x00','\x07','\x01','\xc0','\x06','\x61','\x86','\xff','\xff','\xff','\x0c','\x63','\x18','\x18','\xc6','\x18','\x38','\xce','\x30','\x35','\x8d','\xb0','\x03','\x00','\x60','\x06','\xe0','\xd8','\x18','\x63','\x0e','\xe0','\x1c','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x08','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc4','\x00','\xc8','\x07','\xff','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\x00','\x06','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\xe3','\x88','\xc0','\xc3','\x00','\x3f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xc6','\x02','\x01','\xc6','\x02','\x03','\x86','\x03','\x0e','\x07','\xff','\xf0','\x03','\xfe','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x60','\xc0','\xff','\xf1','\xa0','\x0c','\x01','\xa0','\x4c','\xc3','\x10','\x7f','\xe3','\x18','\x60','\xc6','\x0c','\x60','\xc4','\x0f','\x60','\xc8','\x06','\x7f','\xd7','\xf8','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x7f','\xc0','\xc0','\x6c','\xc0','\xc6','\x0c','\x1f','\xff','\x0c','\x60','\xc0','\xff','\xf0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x00','\x1c','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x00','\x0e','\x80','\x00','\x0c','\x60','\x20','\x0c','\x24','\x3f','\xff','\xfe','\x30','\x0c','\x00','\x30','\x04','\x20','\x33','\xf6','\x38','\x30','\x06','\x30','\x30','\x02','\x60','\x33','\xf3','\x60','\x33','\x31','\xc2','\x33','\x31','\x82','\x63','\xf3','\x42','\x60','\x0c','\x73','\x40','\x70','\x3f','\x80','\x00','\x0e','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x19','\x18','\x0c','\x19','\x18','\x0c','\xff','\xff','\x2e','\x19','\x18','\x2d','\x19','\x18','\x2d','\x9f','\xf8','\x6d','\x80','\x00','\x6c','\x20','\x0c','\x4c','\x3f','\xfe','\xcc','\x30','\x0c','\xcc','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x38','\x0c','\x1c','\x0f','\x0c','\xe0','\x03','\x1c','\x01','\xd0','\x18','\x01','\x8c','\x18','\x81','\x84','\x18','\xff','\xff','\x18','\xc1','\x80','\x5c','\xc1','\x88','\x5a','\xde','\x8e','\x5a','\xc0','\xcc','\x5a','\xc0','\xd8','\x58','\xde','\x58','\xd8','\xd2','\x72','\xd8','\xd2','\x22','\xd8','\xde','\x72','\x18','\x81','\x9a','\x19','\x86','\x0f','\x19','\x00','\x03','\x1a','\x02','\x00','\x18','\x1d','\x10','\x18','\x19','\x8c','\x18','\x99','\xa6','\x18','\x98','\x23','\x19','\x98','\x33','\x19','\x9f','\xf0','\x18','\x0f','\xe0','\x1c','\x08','\x00','\x18','\x0c','\x60','\x18','\x0f','\xf0','\x18','\x1c','\x60','\x18','\x18','\x40','\x1a','\x30','\x8c','\xff','\x7f','\xfe','\x18','\xe4','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x19','\x6c','\xfc','\x1e','\x68','\x7c','\xf8','\x70','\x0c','\x78','\x63','\x8c','\x58','\x63','\x0c','\x18','\x63','\x0c','\x19','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x70','\x18','\x18','\x3f','\xf8','\x30','\x1e','\x31','\xc0','\x06','\x00','\x01','\x00','\x00','\x31','\xc0','\x7f','\xf9','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x1b','\x06','\xff','\xff','\xff','\x18','\x63','\x10','\x18','\x62','\x1c','\x18','\x66','\x18','\x1f','\xe5','\x18','\x18','\x69','\x18','\x18','\x61','\x30','\x18','\x60','\xb0','\x1f','\xe0','\xa0','\x18','\x60','\xe0','\x18','\x60','\x40','\x18','\x60','\xe0','\x18','\x60','\xa0','\x1b','\xe0','\xb0','\xfe','\x61','\x98','\x78','\x61','\x1f','\x40','\x62','\x0e','\x00','\x6c','\x06','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0d','\x8c','\x36','\xff','\xff','\xff','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x1e','\x0c','\x30','\x1d','\x8c','\x30','\x1c','\xcc','\x30','\x3c','\xcc','\x30','\x2c','\x0f','\xf0','\x2c','\x0c','\x30','\x6c','\x0c','\x30','\x4c','\x0c','\x30','\x8c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0f','\xf0','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0d','\x90','\x18','\xff','\xdf','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x18','\x18','\x1d','\x98','\x18','\x1c','\xdf','\xf8','\x3c','\xd8','\x18','\x2c','\x18','\x18','\x2c','\x18','\x18','\x6c','\x18','\x18','\x4c','\x18','\x18','\x8c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0d','\x7f','\xff','\xff','\xc0','\x06','\x0c','\xc0','\x04','\x0c','\xd0','\x30','\x0c','\x1f','\xf8','\x1e','\x18','\x30','\x1d','\x98','\x30','\x1c','\xd8','\x30','\x3c','\xdf','\xf0','\x2c','\x18','\x30','\x2c','\x18','\x00','\x6c','\x18','\x18','\x4c','\x1f','\xfc','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x31','\x80','\xff','\xf9','\x80','\x06','\x01','\x80','\x06','\x03','\x06','\x06','\x63','\xff','\x7f','\xf2','\x06','\x00','\x06','\x04','\x00','\x04','\xe8','\x7f','\xe8','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\xff','\xf0','\xc0','\x06','\x01','\xa0','\x06','\x01','\xa0','\x46','\x81','\xa0','\x76','\x61','\x30','\x66','\x33','\x10','\x66','\x32','\x18','\x46','\x06','\x1c','\x86','\x04','\x0f','\x1e','\x08','\x0e','\x0c','\x30','\x06','\x10','\x01','\x00','\x18','\x31','\xc0','\x1f','\xf9','\x80','\x33','\x01','\x80','\x23','\x01','\x80','\x46','\x33','\x06','\xff','\xfb','\xff','\x0c','\x82','\x06','\x18','\xc2','\x04','\x11','\x04','\xe8','\x3f','\xf4','\xc0','\x71','\x88','\xc0','\xb1','\x80','\xc0','\x3f','\xf0','\xc0','\x31','\x81','\xa0','\x31','\x81','\xa0','\x31','\x81','\xa0','\x3f','\xf1','\x30','\x31','\x83','\x10','\x31','\x82','\x18','\x31','\x86','\x1c','\x3f','\xf4','\x0f','\x30','\x08','\x0e','\x30','\x30','\x06','\x10','\x00','\x00','\x0c','\x00','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x06','\x05','\xff','\xff','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x1c','\x70','\x18','\x18','\x60','\x0c','\x18','\x66','\x0d','\xff','\xff','\x00','\x18','\x60','\x00','\x18','\x60','\x80','\x40','\x18','\x60','\x7f','\xfc','\x32','\x63','\x18','\x32','\x63','\x18','\x04','\x63','\x18','\x04','\x7f','\xf8','\x0c','\x63','\x18','\x08','\x03','\x00','\x18','\xff','\xfc','\x18','\x03','\x00','\x30','\x03','\x00','\xf3','\xff','\xff','\x70','\x06','\x80','\x30','\x0c','\x40','\x30','\x0c','\x70','\x30','\x18','\x3f','\x38','\x60','\x1e','\x1b','\x80','\x06','\x21','\x0c','\x86','\x19','\xfe','\xff','\x0d','\x8c','\xc6','\x0d','\x8c','\xc6','\x01','\xfc','\xfe','\x01','\x8c','\xc6','\x81','\x8c','\xc6','\x61','\x8c','\xc6','\x31','\xfc','\xfe','\x35','\x80','\x06','\x05','\x80','\x06','\x05','\x90','\x66','\x09','\x9f','\xf6','\x09','\x98','\x66','\x19','\x98','\x66','\x19','\x9f','\xe6','\x31','\x98','\x66','\xf1','\x98','\x66','\x71','\x9f','\xe6','\x31','\x98','\x66','\x31','\x80','\x06','\x31','\x80','\x06','\x39','\x80','\x3e','\x19','\x80','\x0c','\x10','\x20','\x00','\x0c','\x38','\x00','\x06','\x30','\x18','\x06','\x3f','\xfc','\x00','\x66','\x00','\x00','\x46','\x00','\x80','\x8c','\x06','\x63','\xff','\xff','\x30','\x18','\x80','\x32','\x10','\xe0','\x02','\x30','\xcc','\x04','\x7f','\xfe','\x04','\x61','\x80','\x0c','\xe1','\x88','\x09','\x7f','\xfc','\x1a','\x61','\x80','\x30','\x61','\x80','\xf0','\x61','\x88','\x70','\x7f','\xfc','\x30','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x38','\x7f','\xff','\x18','\x60','\x00','\x00','\x40','\x06','\x06','\x7f','\xff','\xff','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x7f','\xfe','\x18','\x60','\x06','\x18','\x00','\x00','\x18','\xff','\xff','\xff','\x00','\x00','\x18','\x20','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xfa','\x1b','\x0f','\x47','\xfc','\x1b','\x2c','\x70','\x1b','\x30','\x40','\x33','\x18','\x00','\x63','\x1f','\x01','\x83','\x0e','\x0e','\x03','\x06','\x00','\x03','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x40','\x61','\x00','\x7f','\xf1','\xc0','\x66','\x01','\x80','\x66','\x01','\x80','\x7f','\xe3','\x06','\x60','\x63','\xff','\x60','\x66','\x00','\x60','\x64','\x00','\x7f','\xe8','\x00','\x66','\x00','\x0c','\x66','\x03','\xfe','\x66','\x60','\x00','\x7f','\xf0','\x00','\x60','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\xf0','\x00','\x0f','\xf8','\x1f','\xff','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x40','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x18','\x07','\xff','\xfc','\x0d','\x80','\x18','\x19','\x80','\x18','\x31','\xff','\xf8','\xc1','\x80','\x18','\x01','\x80','\x18','\x01','\xff','\xf8','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\xff','\xf8','\x01','\x80','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x34','\x0d','\x00','\x23','\x08','\xc0','\x41','\x90','\x60','\x81','\x80','\x60','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x61','\x90','\x60','\x81','\x80','\x60','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc2','\x01','\x84','\xc3','\xff','\xc8','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\xff','\x80','\x03','\x00','\x00','\x03','\x00','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x67','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\xbf','\xe7','\xfc','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x7c','\x30','\x00','\x18','\x08','\x00','\x0e','\x0e','\x01','\xff','\x0c','\x3f','\xc4','\x08','\x11','\x07','\x92','\x08','\x86','\x63','\x8c','\xcc','\x33','\x0c','\xc8','\x36','\x00','\x10','\x0c','\x3f','\xfe','\x09','\x03','\x00','\x10','\x83','\x00','\xff','\xff','\xff','\x7c','\xc6','\x00','\x4c','\xc6','\x18','\x0c','\x07','\xfc','\x4d','\x0c','\x18','\x7c','\x8a','\x30','\x6c','\xda','\x30','\x6c','\xd1','\x60','\x4c','\x20','\xc0','\x4c','\x41','\xf0','\x8c','\x03','\x3f','\x0c','\x0c','\x1e','\x0c','\x70','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x18','\x18','\x00','\x30','\x18','\x00','\x40','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc3','\x40','\xff','\xe3','\x20','\x0c','\x06','\x38','\x4d','\x8c','\x1f','\x7f','\x98','\x0e','\x61','\xe0','\x06','\x61','\x80','\x00','\x61','\xbf','\x7e','\x7f','\x83','\x06','\x61','\xa3','\x46','\x61','\x93','\x26','\x61','\x9b','\x36','\x7f','\x9b','\x36','\x6d','\x83','\x06','\x0c','\x07','\x0e','\x0c','\xcb','\x16','\xff','\xfb','\xf6','\x0c','\x33','\x66','\x0c','\x23','\x46','\x0c','\x03','\x06','\x0c','\x1f','\x3e','\x0c','\x06','\x0c','\x21','\x80','\x00','\x3f','\xc0','\x0c','\x31','\xbf','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x41','\x81','\x80','\x4f','\x81','\x80','\x83','\x01','\x80','\x08','\x00','\x20','\x0e','\x23','\x38','\x0c','\x3f','\xb0','\x29','\x24','\x30','\x3f','\xa4','\x26','\x31','\x3f','\x7f','\x39','\x21','\x40','\x35','\x21','\x80','\x35','\x3f','\x00','\x31','\x24','\x06','\x31','\xa4','\x7f','\xff','\x24','\x00','\x71','\x3f','\x80','\x31','\x20','\x00','\x35','\x00','\x00','\x35','\x3f','\xfc','\x35','\x32','\x4c','\x35','\x32','\x4c','\x35','\x32','\x4c','\x31','\x32','\x4c','\x61','\x32','\x4c','\x61','\x32','\x4c','\x4f','\xff','\xff','\x86','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\xc8','\x0f','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x1c','\x07','\xff','\xe0','\x03','\xfe','\x10','\x04','\x0c','\x18','\x67','\xfe','\x1f','\xf6','\x0c','\x33','\x06','\x0c','\x23','\x06','\x0c','\x46','\x37','\xfc','\xff','\xfe','\x0c','\x0c','\x86','\x0c','\x18','\xc6','\x0c','\x11','\x06','\x0c','\x3f','\xf7','\xfc','\x71','\x86','\x0c','\xb1','\x86','\x0c','\x3f','\xf6','\x0c','\x31','\x86','\x0c','\x31','\x87','\xfc','\x31','\x82','\x30','\x3f','\xf3','\xb0','\x31','\x83','\x30','\x31','\x86','\x32','\x31','\x86','\x32','\x3f','\xfc','\x33','\x30','\x18','\x3f','\x30','\x60','\x1e','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x01','\x80','\xff','\xa1','\x8c','\x00','\x3f','\xfe','\x00','\x31','\x8c','\x06','\x31','\x8c','\x7f','\x31','\x8c','\x00','\x3f','\xfc','\x00','\x31','\x8c','\x06','\x31','\x8c','\x7f','\x31','\x8c','\x00','\x3f','\xfc','\x00','\x33','\xac','\x46','\x07','\xa0','\x7f','\x07','\x90','\x66','\x0d','\x90','\x66','\x0d','\x98','\x66','\x19','\x8f','\x66','\x31','\x8e','\x7e','\xc1','\x86','\x66','\x01','\x80','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x00','\x00','\x03','\xc0','\xf8','\x0f','\x00','\x1e','\x70','\x00','\x06','\x00','\x80','\x0c','\x40','\xff','\xfe','\x30','\xcc','\xcc','\x18','\xcc','\xcc','\x0c','\xcc','\xcc','\x0c','\xff','\xfc','\x00','\xc0','\x0c','\x00','\x00','\x00','\x03','\xff','\xff','\x00','\x00','\x00','\x0c','\x40','\x18','\xfe','\x7f','\xfc','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xfc','\x0c','\x0f','\x0e','\x0c','\x1b','\xc8','\x0c','\x1b','\x30','\x0c','\x33','\x1c','\x0c','\xc3','\x0c','\x1a','\x03','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0c','\x23','\x20','\x0c','\x3f','\xb8','\x1a','\x24','\x30','\x19','\x24','\x30','\x11','\xa4','\x26','\x31','\xbf','\x7f','\x20','\x21','\x40','\x7f','\xa1','\x80','\x4c','\x3f','\x00','\x8c','\x24','\x06','\x0c','\x24','\x7f','\x7f','\xa4','\x00','\x0c','\x3f','\x80','\x0c','\x20','\x00','\x0d','\x00','\x00','\x8d','\xbf','\xfc','\x4d','\xb2','\x4c','\x6d','\x32','\x4c','\x6e','\x32','\x4c','\x0c','\x32','\x4c','\x0d','\xb2','\x4c','\xfe','\x32','\x4c','\x78','\xff','\xff','\x40','\x00','\x00','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\x66','\x67','\xff','\xf6','\x60','\x7a','\x06','\x60','\x7a','\x06','\x60','\xd9','\x06','\x60','\xd9','\x86','\x61','\x98','\xc6','\x61','\x18','\xf6','\x62','\x18','\x66','\x6c','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x61','\x02','\x06','\x60','\xc3','\x86','\x60','\xc3','\x06','\x60','\x04','\x06','\x63','\xff','\xc6','\x60','\x30','\x06','\x60','\x30','\x46','\x67','\xff','\xe6','\x60','\x34','\x06','\x60','\x64','\x06','\x60','\x62','\x06','\x60','\xc3','\x86','\x61','\x81','\xe6','\x66','\x00','\xc6','\x60','\x00','\x3e','\x60','\x00','\x0c','\x41','\x82','\x00','\x7f','\xc3','\x80','\x61','\x83','\x0c','\x61','\x87','\xfe','\x63','\x06','\x0c','\x62','\x0c','\x18','\x66','\x08','\x18','\x64','\x10','\x30','\x68','\x20','\x20','\x64','\x00','\x40','\x66','\x3a','\x06','\x62','\x33','\xff','\x63','\x33','\x06','\x63','\x33','\x06','\x63','\x33','\x06','\x63','\x33','\x06','\x63','\x33','\xfe','\x6f','\x33','\x06','\x66','\x33','\x06','\x60','\x33','\x06','\x60','\x33','\x06','\x60','\x33','\xfe','\x60','\x33','\x06','\x60','\x33','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x98','\x0c','\xcf','\xfc','\xff','\xe3','\x18','\x0c','\x03','\x18','\x4c','\xc3','\x18','\x7f','\xff','\xff','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\xcf','\xfc','\x7f','\xcc','\x0c','\x60','\xcc','\x0c','\x60','\xcf','\xfc','\x60','\xc0','\x60','\x7f','\xc0','\x64','\x6c','\xdf','\xfe','\x0c','\x06','\x60','\x0c','\xc6','\x60','\xff','\xe6','\x60','\x0c','\x06','\x62','\x0c','\x3f','\xff','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x08','\xc0','\x0c','\x88','\xc6','\x18','\xcf','\xff','\x16','\xd8','\x06','\x26','\x30','\x04','\x46','\x34','\x18','\xbf','\xc7','\xfc','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc6','\x18','\x30','\xc7','\xf8','\x30','\xc6','\x00','\x30','\xc6','\x00','\x3f','\xc6','\x0c','\x30','\xc7','\xfe','\x31','\x06','\x0c','\x30','\x86','\x0c','\x30','\xc6','\x0c','\x33','\x66','\x0c','\xfc','\x66','\x0c','\x70','\x67','\xfc','\x40','\x06','\x0c','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x08','\xc0','\x0c','\x88','\xc6','\x18','\xcf','\xff','\x10','\xd8','\x06','\x20','\x18','\x04','\x5f','\xc4','\x18','\x86','\x07','\xfc','\x06','\x06','\x18','\x06','\x26','\x18','\xff','\xf6','\x18','\x06','\x07','\xf8','\x06','\x06','\x00','\x06','\x06','\x00','\x26','\xc6','\x0c','\x3f','\xe7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x30','\xc6','\x0c','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\xc0','\x7f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x0c','\x60','\xc0','\x03','\x40','\xc0','\x01','\xc0','\xc0','\x00','\xe0','\xc0','\x01','\xb0','\xc0','\x01','\x98','\xc0','\x03','\x1c','\xc0','\x03','\x0c','\xc0','\x06','\x00','\xc2','\x0c','\x00','\xc2','\x18','\x00','\xc3','\x30','\x00','\xff','\xc0','\x00','\x7e','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x68','\x00','\x00','\x64','\x00','\x00','\xc6','\x00','\x01','\x83','\x00','\x03','\x01','\xc0','\x06','\x00','\xf0','\x0d','\xff','\x7f','\x30','\x00','\x1e','\xc0','\x03','\x06','\x07','\xff','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x04','\x0c','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x18','\x19','\xff','\xfc','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x37','\xff','\xff','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x04','\x20','\xc0','\x03','\x18','\xe0','\x21','\x11','\x0c','\x3f','\xff','\xfe','\x30','\x01','\x00','\x37','\xf9','\xc0','\x30','\x81','\x80','\x3f','\xfd','\x06','\x32','\x11','\xff','\x32','\x13','\x18','\x33','\xf2','\x18','\x32','\x15','\x10','\x22','\x11','\x10','\x23','\xf0','\xb0','\x62','\x10','\xa0','\x42','\x10','\x60','\x5f','\xf0','\xff','\x8e','\x11','\x9e','\x08','\x16','\x06','\x00','\x00','\x00','\x03','\x00','\x0c','\xff','\xbf','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1b','\x00','\x00','\xff','\x80','\x06','\x18','\x7f','\xff','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x19','\x8c','\x60','\x1e','\x0c','\x60','\xf8','\x18','\x62','\x70','\x18','\x62','\x40','\x30','\x62','\x00','\x60','\x63','\x00','\xc0','\x7f','\x03','\x00','\x3e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x8c','\x00','\x00','\x4c','\x3f','\xf0','\x6c','\x30','\x30','\x6c','\x30','\x30','\x0c','\x3f','\xf0','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1d','\xfc','\xfe','\xed','\x8c','\xc6','\x6d','\x8c','\xc6','\x4d','\xfc','\xfe','\x0c','\x00','\x00','\x18','\x03','\x80','\x19','\xc3','\x07','\x11','\x83','\x06','\x31','\x83','\x06','\x21','\x83','\x06','\x41','\x83','\x06','\x81','\xff','\xfe','\x01','\x80','\x06','\x43','\x10','\x18','\x7f','\x9f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x19','\x04','\x63','\x19','\x07','\x7f','\x19','\x0e','\x63','\x18','\x98','\x63','\x18','\xa0','\x63','\x18','\xc0','\x63','\x18','\x40','\x63','\x18','\x60','\x63','\x19','\x30','\x7f','\x1e','\x38','\x60','\xf8','\x1f','\x00','\x60','\x0e','\x00','\x40','\x06','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x18','\x07','\xff','\xfc','\x0f','\x00','\x18','\x1b','\x00','\x18','\x33','\x00','\x18','\xc3','\x00','\x18','\x03','\x00','\x18','\x03','\xff','\xf8','\x03','\x00','\x18','\x03','\x00','\x18','\x0c','\x18','\x00','\xff','\xfc','\x0c','\x0c','\x1b','\xfe','\x8d','\x18','\x00','\x6c','\xd8','\x00','\x2c','\x58','\x00','\x0c','\x18','\x00','\x3c','\x78','\x00','\xed','\xd8','\x06','\x4c','\x9f','\xff','\x0c','\x19','\x98','\x02','\x01','\x98','\x03','\x81','\x98','\x23','\x31','\x98','\x3f','\xf9','\x98','\x30','\x31','\x98','\x30','\x31','\x98','\x30','\x31','\x98','\x3f','\xf1','\x98','\x30','\x31','\x1a','\x30','\x31','\x1a','\x30','\x33','\x1b','\x3f','\xf2','\x1f','\x30','\x0c','\x0e','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x84','\x20','\x30','\xe6','\x30','\x31','\xcc','\x40','\x31','\x8f','\xfe','\x33','\x98','\x40','\x35','\xaf','\xfc','\x39','\x88','\x40','\x31','\x8f','\xfc','\x31','\x88','\x40','\x31','\x88','\x40','\x31','\x8f','\xfe','\x30','\x00','\x00','\x31','\xff','\xf0','\x31','\x80','\x30','\x21','\xff','\xf0','\x61','\x80','\x30','\x61','\xff','\xf0','\x41','\x80','\x30','\x41','\xff','\xf0','\x80','\x60','\xc0','\x01','\xf0','\x3c','\x0f','\x00','\x0c','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x84','\x20','\x30','\xe7','\x38','\x30','\xc6','\x30','\x30','\xc6','\x42','\x31','\x8f','\xff','\x31','\x8c','\x60','\x33','\x1c','\x60','\x33','\x1c','\x60','\x37','\x2c','\x64','\x3b','\x4f','\xfe','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x60','\x23','\x0c','\x64','\x23','\x0f','\xfe','\x63','\x0c','\x60','\x43','\x0c','\x60','\x43','\x0c','\x60','\x83','\x0c','\x62','\x03','\x0f','\xff','\x03','\x0c','\x00','\x00','\x00','\x06','\x00','\xdf','\xff','\x7f','\xe0','\xc0','\x00','\x00','\x80','\x00','\x09','\x0c','\x00','\x0f','\xfe','\x00','\x6c','\x0c','\xff','\xfc','\x0c','\x19','\x8c','\x0c','\x19','\x8f','\xfc','\x19','\x8c','\x0c','\x19','\x8c','\x0c','\x19','\x8c','\x0c','\x19','\x8f','\xfc','\x19','\x8c','\x0c','\x19','\x9c','\x0c','\x31','\xac','\x0c','\x31','\xcc','\x0c','\x23','\x8f','\xfc','\x61','\x04','\x00','\x40','\x07','\x30','\x80','\x0e','\x0c','\x00','\x18','\x0e','\x00','\x60','\x06','\x03','\x80','\x06','\x03','\x17','\xff','\x7f','\xf8','\x30','\x10','\x40','\x20','\x08','\x72','\x46','\x0c','\x63','\xff','\x0c','\x43','\x06','\x20','\x83','\x06','\x3f','\xfb','\x06','\x30','\x83','\xfe','\x30','\xe3','\x06','\x31','\xc3','\x06','\x33','\x03','\x06','\x3c','\x43','\xfe','\x30','\x73','\x06','\x30','\xe3','\x06','\x31','\x83','\x06','\x36','\x23','\x06','\x20','\x3b','\xfe','\x20','\x71','\x00','\x60','\xe1','\xc8','\x41','\x83','\x86','\x46','\x06','\x03','\x98','\x18','\x03','\x20','\x30','\x06','\x3f','\xfb','\xff','\x30','\xc0','\x30','\x30','\x80','\x20','\x35','\x32','\x46','\x37','\xfb','\xff','\x34','\x33','\x06','\x34','\x33','\x06','\x34','\x33','\x06','\x37','\xf3','\xfe','\x34','\x33','\x06','\x34','\x33','\x06','\x34','\x33','\x06','\x37','\xf3','\xfe','\x31','\x83','\x06','\x29','\x83','\x06','\x2d','\xa3','\x06','\x2d','\x93','\x06','\x69','\x9b','\xfe','\x49','\x99','\x00','\x51','\x99','\xc8','\x91','\x83','\x86','\x27','\x86','\x03','\x03','\x18','\x03','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x1c','\x3f','\x0c','\x18','\x1e','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x18','\x58','\xff','\xfc','\x98','\x10','\x18','\x18','\x10','\x30','\x18','\x08','\x30','\x18','\x08','\x60','\x18','\x04','\xc0','\x18','\x07','\x80','\x18','\x03','\x00','\x18','\x07','\x80','\x18','\x0c','\xc0','\x18','\x18','\x70','\x18','\x30','\x3f','\x18','\xc0','\x1e','\x1b','\x00','\x06','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x81','\x80','\x03','\xff','\xc0','\x06','\x03','\x00','\x0c','\x06','\x00','\x18','\x04','\x00','\x30','\x08','\x06','\xcf','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x40','\x60','\x0c','\x7f','\xf0','\x0c','\x60','\x60','\x0c','\x60','\x60','\x0c','\x60','\x60','\x18','\x60','\x60','\x18','\x63','\xe0','\x10','\x60','\xc2','\x30','\x60','\x02','\x20','\x60','\x02','\x40','\x60','\x03','\x80','\x7f','\xff','\x00','\x3f','\xfe','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x10','\xc2','\x18','\x1f','\xe3','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xc3','\xf8','\x18','\x23','\x18','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x82','\x00','\x03','\x01','\x80','\x06','\x00','\xf0','\x0c','\x00','\x3f','\x30','\xc2','\x0e','\xdf','\xe3','\xfe','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xc3','\xf8','\x18','\xc3','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x80','\x40','\x03','\x1c','\x60','\x06','\x18','\x38','\x0c','\x19','\x9f','\x33','\xff','\xc6','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x00','\x00','\x6c','\x00','\x00','\x63','\x80','\x00','\xc0','\xe0','\x01','\x80','\x70','\x0e','\x00','\x30','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x30','\x08','\x18','\x30','\x0f','\xfc','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xf8','\x30','\x0c','\x18','\x30','\x0c','\x00','\x30','\x00','\x03','\xf0','\x00','\x00','\xe0','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x18','\x01','\x80','\x19','\x81','\x80','\xff','\xbf','\xfe','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x9f','\xfc','\x31','\x98','\x0c','\x33','\x18','\x0c','\x63','\x1f','\xfc','\x63','\x08','\x30','\x63','\x06','\x30','\x66','\x06','\x42','\xd6','\x7f','\xff','\xcc','\x00','\x00','\x0e','\x00','\x00','\x0b','\x1f','\xfc','\x1b','\x98','\x0c','\x11','\x98','\x0c','\x21','\x9f','\xfc','\xc0','\x18','\x0c','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x38','\x04','\xc0','\x30','\xc8','\x0f','\xff','\xe0','\x00','\x30','\x00','\x00','\x6c','\x00','\x00','\xc3','\x80','\x01','\x81','\xc0','\x06','\x00','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x60','\x08','\x30','\x60','\x0f','\xf8','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0f','\xf0','\x60','\x0c','\x30','\x60','\x0c','\x07','\xe0','\x00','\x01','\xc0','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x76','\x60','\xc6','\x66','\x7f','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xcc','\x66','\x7f','\xfe','\x66','\x64','\x0c','\x66','\x64','\x1c','\x66','\x62','\x18','\x66','\x62','\x18','\x66','\x63','\x30','\x7f','\xe1','\x30','\x60','\x61','\xe0','\x60','\x60','\xc0','\x60','\x01','\xe0','\x00','\x03','\x38','\x00','\x0e','\x1f','\x00','\x18','\x0e','\x00','\xe0','\x06','\x00','\x00','\xc0','\x07','\x81','\xe0','\x00','\x77','\x80','\x00','\x1e','\x00','\x00','\x73','\xc0','\x03','\xc0','\xf0','\x3c','\x20','\x30','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc7','\x00','\x01','\x86','\x00','\x03','\x06','\x0c','\x07','\xff','\xfe','\x0b','\x06','\x0c','\x33','\x06','\x0c','\xc3','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x7c','\x03','\x06','\x18','\x00','\x06','\x00','\x08','\x1c','\x20','\x0e','\x18','\x38','\x0c','\x19','\x70','\x51','\x18','\x88','\x21','\x98','\xcc','\x33','\x18','\x58','\x16','\x18','\x30','\x05','\x18','\x44','\x08','\x9b','\xfe','\x7f','\xd9','\xc6','\x38','\xd9','\x20','\x20','\x18','\x18','\x10','\x18','\x0a','\x1f','\xff','\xff','\x18','\x0c','\x20','\x18','\x0c','\x38','\x1c','\x0c','\x30','\x1b','\x06','\x60','\x19','\x86','\xc0','\x10','\xc3','\x82','\x30','\xc6','\xc2','\x20','\x1c','\x73','\x40','\x70','\x3f','\x83','\x80','\x0e','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x08','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x0c','\x00','\x08','\x0c','\x00','\x08','\x0c','\x00','\x0c','\x0f','\xff','\xfc','\x07','\xff','\xf8','\x00','\x00','\x00','\x00','\x20','\x00','\x03','\x98','\x00','\x03','\x0c','\x10','\x23','\x0c','\x0c','\x23','\x00','\x46','\x63','\x00','\x47','\xc3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x00','\x00','\x00','\x0e','\x10','\x00','\x0c','\x10','\x06','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x0c','\x61','\xc8','\x0d','\x81','\x86','\xff','\xff','\xff','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\xb1','\x8c','\x0f','\x3f','\xfc','\xfc','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x00','\x00','\x0c','\x08','\x60','\x0c','\x0f','\xf0','\x0c','\x0c','\x60','\x0c','\xcc','\x60','\xff','\xec','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x1e','\x0c','\x60','\x1d','\x8c','\x60','\x1c','\xcc','\x60','\x3c','\xcc','\x60','\x2c','\x0c','\x60','\x2c','\x0c','\x60','\x6c','\x0c','\x60','\x4c','\x0c','\x60','\x8c','\x0c','\x60','\x0c','\x18','\x62','\x0c','\x18','\x62','\x0c','\x10','\x62','\x0c','\x30','\x63','\x0c','\x60','\x7f','\x0d','\x80','\x3e','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x0f','\xff','\x0c','\x98','\x00','\xff','\xd7','\x38','\x18','\x26','\x30','\x18','\x06','\x34','\x19','\x9f','\xfe','\x1f','\xc6','\x30','\x19','\x86','\x30','\x19','\x87','\xf0','\x19','\x86','\x30','\x19','\x86','\x30','\x19','\x87','\xf0','\x19','\x86','\x30','\x19','\x86','\x30','\x31','\x86','\x36','\x31','\xbf','\xff','\x31','\x84','\x00','\x23','\x07','\x10','\x63','\x06','\x0c','\x5f','\x0c','\x06','\x86','\x30','\x06','\x20','\xc0','\x00','\x3f','\xe0','\x0c','\x30','\xdf','\xfe','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x3f','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x36','\x3f','\xff','\xff','\x30','\xc0','\x60','\x30','\x00','\x60','\x32','\x00','\xf8','\x31','\x00','\xf0','\x31','\x81','\xb0','\x30','\xc1','\xb0','\x30','\xe3','\x32','\x33','\x63','\x32','\xfc','\x66','\x32','\x70','\x0c','\x33','\x40','\x18','\x3f','\x00','\x60','\x1e','\x1c','\x71','\x06','\x18','\x61','\xff','\x18','\x61','\x86','\x18','\x69','\x86','\xff','\xfd','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\xfe','\x1f','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x1f','\xe1','\x86','\x18','\x61','\xfe','\x18','\x61','\x86','\x18','\x69','\x86','\xff','\xfd','\x86','\x00','\x01','\x86','\x10','\x81','\x86','\x1c','\x63','\x06','\x18','\x33','\x06','\x30','\x32','\x06','\x60','\x04','\x3e','\x80','\x18','\x0c','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x34','\x0c','\x7f','\xfe','\xff','\x8c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0f','\xf0','\x1e','\x0c','\x30','\x1d','\x8c','\x30','\x1c','\xcc','\x30','\x3c','\xcf','\xf0','\x2c','\x0c','\x30','\x2c','\x0c','\x30','\x6c','\x0c','\x30','\x4c','\x0c','\x32','\x8c','\xff','\xff','\x0c','\x08','\x00','\x0c','\x0e','\x20','\x0c','\x1c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x80','\x00','\x80','\x60','\x3f','\xff','\xf8','\x1f','\xc0','\x1c','\x13','\x1c','\xec','\x03','\x18','\xc0','\x03','\x18','\xc6','\xff','\xff','\xff','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\xff','\xc0','\x03','\x1c','\xc0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x01','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x1c','\x23','\x90','\x18','\x3b','\x1c','\x18','\x33','\x18','\x19','\x43','\xa0','\x18','\x93','\x48','\xfe','\xdf','\x6e','\x18','\x5b','\x2c','\x18','\x33','\x10','\x1c','\x23','\x24','\x3a','\x4b','\xfe','\x3b','\xff','\x62','\x3b','\x65','\x50','\x38','\x41','\x0c','\x78','\x81','\x04','\x58','\xff','\xff','\x58','\xc0','\x80','\x58','\xc0','\xd0','\x98','\xe0','\x5c','\x18','\xd8','\x58','\x18','\xcc','\x32','\x18','\x8c','\x72','\x19','\x80','\xda','\x19','\x03','\x0f','\x1a','\x0c','\x03','\x0e','\x00','\x18','\x0c','\x3f','\xfc','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x1f','\xf8','\x0c','\x00','\x18','\x4c','\x00','\x18','\x4c','\x3f','\xf8','\x4c','\x00','\x00','\x4c','\x40','\x06','\x4c','\x7f','\xff','\xcc','\xc1','\x86','\xcc','\xc1','\x88','\xcc','\x01','\x80','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x10','\x31','\x8c','\x30','\x31','\xfc','\x20','\x31','\x98','\x40','\x01','\x80','\x80','\x01','\x80','\x03','\x82','\x18','\x03','\x03','\xfc','\x03','\x33','\x18','\x7f','\xfb','\x18','\x10','\x43','\x18','\x08','\x63','\x18','\x0c','\x43','\x18','\x00','\x9a','\x18','\xff','\xfe','\x1f','\x06','\x04','\x0f','\x0c','\x08','\x00','\x1a','\x40','\x0c','\x33','\x77','\xfe','\xc7','\x61','\x0c','\x0d','\x81','\x0c','\x19','\xc1','\x18','\x31','\xb0','\x98','\xc3','\x98','\xf0','\x07','\x98','\x60','\x0d','\x98','\xf0','\x31','\x81','\xb8','\xc1','\x83','\x1f','\x0f','\x86','\x0e','\x03','\x18','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x33','\xff','\xf0','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x60','\x3f','\xff','\xf0','\x00','\x00','\x60','\x00','\x10','\x60','\x18','\x1c','\x60','\x06','\x18','\x60','\x03','\xb0','\x60','\x00','\xe0','\x62','\x00','\xf0','\x32','\x01','\xb8','\x32','\x03','\x1c','\x1a','\x06','\x0c','\x1e','\x1c','\x0c','\x0e','\x30','\x00','\x07','\xc0','\x00','\x03','\x10','\x40','\x00','\x0c','\x70','\x00','\x06','\x60','\x06','\x06','\x7f','\xff','\x00','\xc0','\x00','\x00','\x80','\x00','\x81','\x3f','\xf8','\x60','\x00','\x00','\x32','\x00','\x00','\x32','\x00','\x30','\x04','\x7f','\xf8','\x04','\x00','\x30','\x0c','\x00','\x30','\x08','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x30','\x00','\x32','\xf0','\x00','\x32','\x70','\x00','\x32','\x30','\x00','\x32','\x30','\x00','\x1a','\x30','\x00','\x1f','\x38','\x00','\x0f','\x18','\x00','\x06','\x08','\x1c','\x40','\x0e','\x18','\x70','\x0c','\x18','\x60','\x52','\x1a','\x90','\x23','\x99','\x1c','\x33','\x19','\x98','\x36','\x19','\xb0','\x05','\x18','\x28','\x08','\x98','\x44','\xff','\xdb','\xfe','\x78','\xd9','\x86','\x40','\x18','\x40','\x00','\x18','\x66','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x20','\x3f','\xe6','\x38','\x22','\x26','\x30','\x22','\x23','\x62','\x3f','\xe1','\xc2','\x22','\x21','\xc2','\x22','\x23','\x73','\x3f','\xe6','\x3f','\x00','\x18','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x3e','\x0c','\x08','\xf0','\x0c','\x0f','\x00','\x0d','\x8c','\x00','\xff','\xcc','\x00','\x01','\x8c','\x00','\x03','\x0c','\x06','\x03','\x0f','\xff','\x06','\x0c','\x30','\x06','\x0c','\x30','\x0c','\x0c','\x30','\x1e','\x0c','\x30','\x3d','\x8c','\x30','\x6c','\xcc','\x30','\x8c','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x10','\x30','\x0c','\x30','\x30','\x0c','\x20','\x30','\x0c','\xc0','\x30','\x0c','\x00','\x30','\x00','\x00','\xe0','\x00','\x0f','\xf0','\x1f','\xfe','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x80','\x03','\x98','\xe0','\x06','\x18','\x7f','\x18','\x18','\x1e','\xe0','\x00','\xc6','\x0f','\xff','\xe0','\x00','\x01','\xc0','\x00','\x13','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x01','\x80','\x10','\x0f','\xcc','\x1c','\xfc','\x03','\xb8','\x0c','\x00','\xe0','\x0c','\x03','\xb8','\x0c','\x3e','\x18','\x0d','\x83','\x80','\xff','\xc3','\x06','\x0c','\x7f','\xff','\x0c','\x06','\x00','\x1e','\x06','\xe0','\x1d','\x8c','\xc0','\x1c','\xc8','\xc6','\x3c','\xdf','\xff','\x2c','\x38','\xc6','\x2c','\xd8','\xc6','\x6c','\x18','\xc6','\x4c','\x18','\xc6','\x8c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xde','\x0c','\x18','\xcc','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x1f','\xfe','\x08','\x00','\x0c','\x92','\x00','\x0c','\x63','\x80','\x0c','\x33','\x00','\x0c','\x36','\x00','\x0c','\x0c','\x00','\x0c','\x09','\x08','\x0c','\x10','\x8f','\xfc','\xff','\xcc','\x0c','\x7c','\xcc','\x0c','\x4c','\xcc','\x00','\x0c','\x0c','\x00','\x4c','\x0c','\x00','\x7d','\x0c','\x00','\x6c','\x8c','\x00','\x6c','\xcc','\x02','\x4c','\xcc','\x02','\x4c','\xcc','\x02','\x8c','\x0c','\x03','\x0c','\x0f','\xff','\x0c','\x07','\xfe','\x10','\x38','\x40','\x1d','\xb3','\x70','\x19','\x32','\x60','\x31','\x32','\x60','\x21','\x32','\x60','\x49','\xfe','\x66','\x8f','\x02','\x7f','\x0c','\x40','\x48','\x18','\x60','\xce','\x1a','\x48','\x8c','\x31','\x8d','\x4c','\x30','\xd8','\x4c','\x70','\xf0','\x48','\xb0','\x24','\x28','\x30','\x42','\x28','\x33','\xff','\x38','\x31','\xf3','\x10','\x30','\x30','\x10','\x31','\x34','\x38','\x31','\xb2','\x28','\x33','\x33','\x6c','\x32','\x33','\x4f','\x34','\x30','\x86','\x30','\x33','\x06','\x07','\x08','\x0c','\x06','\x0f','\xfe','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\xcc','\x0c','\x7f','\xec','\x0c','\x06','\x0f','\xfc','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x6c','\x0c','\xff','\xff','\xfc','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0d','\x0f','\xfc','\x0c','\xc4','\x60','\x0c','\x67','\x62','\x18','\x66','\x62','\x18','\x0e','\x62','\x30','\x0c','\x63','\xc0','\x18','\x7f','\x00','\xe0','\x3e','\x01','\x80','\x00','\x7f','\xc0','\x0c','\x00','\x0f','\xfe','\x00','\x00','\x0c','\x00','\xc0','\x0c','\xff','\xe0','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x01','\x80','\x0c','\x7f','\xc8','\x0c','\x00','\x0f','\xfc','\x00','\x0c','\x0c','\x01','\x8c','\x0c','\x7f','\xcc','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x41','\x8c','\x00','\x7f','\xcc','\x00','\x61','\x8c','\x00','\x61','\x8c','\x02','\x61','\x8c','\x02','\x61','\x8c','\x03','\x7f','\x8f','\xff','\x61','\x87','\xfe','\x00','\x1c','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xc0','\x00','\x01','\xe3','\xe0','\x07','\x80','\x78','\x38','\x00','\x18','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x0f','\xfe','\x06','\xc0','\x0c','\x7f','\xe0','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x04','\x0c','\x06','\x67','\xfc','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x00','\x26','\x06','\x00','\x36','\x66','\x02','\x37','\xf6','\x02','\x36','\x06','\x02','\x36','\x06','\x07','\x36','\x07','\xff','\x2e','\x03','\xfe','\x26','\x00','\x00','\x63','\x80','\x00','\x40','\xff','\xff','\x40','\x3f','\xfe','\x80','\x00','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x06','\x63','\x00','\xff','\xf3','\x00','\x06','\x03','\x00','\x46','\x63','\x00','\x7f','\xf3','\x30','\x66','\x6f','\xf8','\x66','\x63','\x30','\x66','\x63','\x30','\x7f','\xe3','\x30','\x66','\x63','\x30','\x66','\x63','\x30','\x66','\x63','\x30','\x7f','\xe3','\x30','\x66','\x63','\x30','\x06','\x03','\x30','\x06','\x66','\x30','\xff','\xf6','\x32','\x06','\x04','\x32','\x06','\x0c','\x32','\x06','\x08','\x33','\x06','\x10','\x3f','\x06','\x60','\x1e','\x00','\x08','\x00','\x0e','\x08','\x06','\x0c','\x8f','\xff','\x8c','\xf8','\x06','\x4c','\xd8','\xe4','\x6c','\xc0','\xc0','\x6c','\x9f','\xfe','\x6d','\x00','\xc0','\x0c','\x08','\xcc','\x0c','\xcf','\xfe','\xff','\xec','\xcc','\x1b','\x0c','\xcc','\x1b','\x0f','\xfc','\x1b','\x0c','\xcc','\x1b','\x0c','\xcc','\x1b','\x0f','\xfc','\x13','\x2c','\xcc','\x33','\x40','\xc0','\x33','\x80','\xc6','\x23','\xbf','\xff','\x67','\x00','\xc0','\x42','\x00','\xc0','\x80','\x00','\xc0','\x00','\x00','\xc0','\x03','\x02','\x30','\x03','\x03','\xf8','\x06','\x83','\x30','\x06','\x63','\x30','\x0c','\x33','\x30','\x0b','\xb3','\x30','\x1b','\x03','\x30','\x13','\x63','\x30','\x3f','\xf3','\x30','\x58','\x63','\x30','\x98','\x63','\x30','\x1f','\xe3','\x30','\x18','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x30','\x1f','\xe3','\x30','\x18','\x03','\x30','\x18','\x83','\x30','\x18','\x63','\x32','\x18','\xb6','\x32','\x1b','\x36','\x32','\x7e','\x0c','\x33','\x38','\x18','\x3f','\x20','\x60','\x1e','\x40','\x60','\xe0','\x7f','\xf0','\xc0','\x66','\x00','\xc6','\x66','\x1f','\xff','\x66','\x40','\xc0','\x7f','\xe1','\xa0','\x66','\x01','\x98','\x66','\x03','\x0c','\x66','\x4c','\x0c','\x7f','\xe0','\x00','\x66','\x1f','\xff','\x66','\x00','\x0c','\x66','\x64','\x6c','\x7f','\xf7','\xec','\x60','\x66','\x6c','\x00','\x66','\x6c','\x55','\x66','\x6c','\x55','\x66','\x6c','\x55','\x67','\xec','\xd0','\x66','\x6c','\xc0','\xe0','\x0c','\x00','\xc0','\x0c','\x07','\xc0','\x7c','\x01','\x80','\x18','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x10','\x80','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x8c','\x40','\x00','\xec','\x70','\x00','\xcc','\x60','\x01','\xcc','\x50','\x01','\x8c','\x88','\x03','\x8f','\xfc','\x03','\x0d','\xcc','\x06','\x0d','\x02','\x0c','\x0c','\x03','\x30','\x0f','\xff','\xc0','\x07','\xfe','\x01','\x00','\x00','\x01','\xc3','\x00','\x03','\xff','\x80','\x07','\x06','\x00','\x0e','\x04','\x60','\x1f','\xff','\xf0','\x36','\x18','\x60','\xc6','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x1a','\x1f','\xff','\xfa','\x18','\x18','\x03','\x00','\x18','\x03','\x00','\x0f','\xfe','\x04','\x41','\x00','\x07','\x31','\xc0','\x06','\x19','\x80','\x06','\x19','\x80','\x0c','\x03','\x00','\x0c','\x03','\x30','\x18','\xff','\xf8','\x18','\x06','\x30','\x38','\x06','\x30','\x38','\x0c','\x60','\x58','\x0f','\xf8','\x98','\x18','\x18','\x18','\x10','\x10','\x18','\x30','\x36','\x18','\x7f','\xff','\x18','\x40','\x06','\x18','\x80','\x86','\x19','\x24','\x66','\x1a','\x92','\x36','\x18','\x9b','\x36','\x18','\xdb','\x0c','\x18','\xc0','\x0c','\x18','\x00','\x7c','\x18','\x00','\x18','\x08','\x20','\xc0','\x0e','\x18','\xc0','\x0c','\x19','\x08','\x0d','\xff','\xfc','\x18','\x06','\x00','\x18','\x06','\x00','\x19','\xff','\xf8','\x30','\x06','\x00','\x30','\x06','\x04','\x73','\xff','\xfe','\xb0','\x10','\x00','\x30','\x79','\xd0','\x33','\xe1','\x8c','\x30','\x61','\x8c','\x30','\x61','\x82','\x37','\xff','\xff','\x30','\x61','\x90','\x30','\x6c','\x9c','\x37','\xf0','\xd8','\x33','\x60','\x72','\x32','\x60','\xe2','\x30','\x63','\xba','\x33','\xec','\x1f','\x30','\xc0','\x07','\x1c','\x00','\xe0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc6','\x19','\xbf','\xff','\xff','\xc0','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xcc','\x31','\x9f','\xfe','\x33','\x04','\x0c','\x63','\x04','\x0c','\x63','\x02','\x18','\x63','\x03','\x18','\x66','\x01','\x30','\xd6','\x01','\xb0','\xcc','\x00','\xe0','\x0e','\x00','\xe0','\x0b','\x01','\xb0','\x1b','\x83','\x38','\x11','\x86','\x1f','\x21','\x8c','\x0e','\xc0','\x70','\x06','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x04','\xc2','\x00','\xc8','\xc3','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x01','\xc0','\x06','\x61','\x90','\x07','\xf1','\x88','\x06','\x01','\x8c','\x46','\x31','\x8c','\x7f','\xf9','\x80','\x60','\x31','\x86','\x66','\x21','\x9f','\x67','\x81','\xf0','\x7e','\x0f','\x84','\x66','\x21','\x87','\x63','\xe1','\x86','\x60','\x01','\x86','\x62','\x80','\xcc','\x62','\x90','\xcc','\x72','\x9c','\xc8','\x7a','\x98','\x58','\x6a','\x90','\x72','\x6a','\xa0','\x22','\x42','\x80','\x72','\x42','\x98','\xda','\x7f','\xe1','\x9f','\x9e','\x03','\x0f','\x10','\x1c','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0d','\xbf','\xff','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x88','\x0c','\x0f','\x08','\x0c','\xfc','\x04','\x18','\x6c','\x06','\x18','\x4c','\x02','\x30','\x0c','\x03','\x30','\x0c','\x01','\xe0','\x0c','\x00','\xc0','\x0c','\x01','\xe0','\x0c','\x03','\x38','\x0c','\x06','\x1f','\x7c','\x18','\x0e','\x18','\xe0','\x06','\x1c','\xe0','\x06','\x18','\xcd','\xff','\x18','\xce','\x06','\x18','\xd8','\x04','\x18','\xe0','\x48','\x1a','\xc4','\x30','\xff','\xc6','\x18','\x18','\xfe','\x18','\x18','\x7c','\x06','\x18','\x81','\xff','\x18','\xc0','\x36','\x1a','\xc0','\x34','\x1c','\xfd','\x30','\xf8','\xb1','\xb0','\x79','\x31','\xb2','\x58','\x31','\xbf','\x1b','\xff','\x30','\x18','\x61','\x30','\x18','\x61','\x30','\x18','\x53','\x30','\x18','\xda','\xb0','\x18','\x9a','\x70','\xf9','\x04','\x3f','\x32','\x08','\x0e','\x1c','\xe1','\x00','\x18','\xc1','\xc0','\x18','\xc1','\x80','\x18','\xd9','\x80','\xff','\xfd','\x80','\x18','\xc1','\x06','\x18','\xc3','\xff','\x18','\xc3','\x06','\x1f','\xc2','\x04','\x18','\xc6','\x68','\x18','\xc4','\x60','\x18','\xc8','\x60','\x1f','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\xd0','\x18','\xc0','\xd0','\x18','\xd8','\xd0','\xff','\xfc','\x98','\x11','\x01','\x88','\x1c','\xc1','\x0c','\x18','\x63','\x0c','\x30','\x62','\x0f','\x60','\x04','\x06','\x80','\x18','\x06','\x0e','\x08','\x30','\x0c','\x06','\x30','\x0c','\x06','\x44','\x4c','\x7f','\xfe','\x6c','\x01','\x80','\x6d','\x01','\x80','\x7f','\xbf','\xfc','\x4c','\x01','\x80','\x4c','\x01','\x82','\x8c','\xff','\xff','\x0c','\x00','\x00','\x0c','\x84','\xe8','\x0f','\x1e','\xc6','\xfc','\xf8','\xc2','\x6c','\x18','\xc0','\x4d','\xff','\xff','\x0c','\x18','\xc8','\x0c','\x1e','\x4c','\x0d','\xf8','\x58','\x0c','\xd8','\x32','\x0c','\x98','\x72','\x0c','\x18','\xda','\x0c','\xfb','\x0f','\x0c','\x30','\x03','\x38','\x00','\x0c','\x30','\xcf','\xfe','\x31','\xe0','\x0c','\x37','\x02','\x18','\x38','\x01','\xa0','\x30','\x40','\xc0','\x30','\x60','\xc0','\x3f','\xe0','\x06','\x1f','\xdf','\xff','\x20','\x00','\xc6','\x38','\x00','\xc4','\x30','\x88','\xc8','\x3f','\xce','\xc0','\x66','\x0c','\xc0','\x86','\x0c','\xc6','\x06','\x4c','\xff','\xff','\xec','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x1b','\x1a','\xc0','\x19','\x99','\xc0','\x31','\xb0','\xe0','\x60','\x60','\x7f','\x83','\x80','\x1e','\x0e','\x00','\x0c','\x0c','\x00','\x3e','\x0c','\x08','\xf0','\x0c','\x0f','\x60','\x0c','\xcc','\x60','\xff','\xec','\x60','\x01','\x8c','\x60','\x01','\x8c','\x60','\x03','\x0c','\x60','\x03','\x0c','\x66','\x06','\x0f','\xff','\x0d','\x0c','\x60','\x0c','\x8c','\x60','\x1c','\xcc','\x60','\x2c','\xcc','\x60','\xcc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0c','\x0c','\x1a','\x0c','\x0c','\x1a','\x0c','\x0c','\xce','\x0c','\x7f','\x0e','\x0c','\x38','\x07','\x0c','\x20','\x03','\x01','\x01','\x80','\x00','\xc1','\xc0','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x63','\xa0','\x03','\xf3','\x18','\x3d','\x83','\x18','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x18','\x01','\xf1','\x9c','\xff','\x81','\xb0','\x79','\x80','\xc2','\x41','\x81','\xe2','\x01','\x87','\x3a','\x1f','\x98','\x1f','\x07','\x00','\x07','\x00','\x08','\x30','\x0e','\x06','\x20','\x0c','\x02','\x44','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x4c','\x81','\x80','\x7f','\x9f','\xfc','\x4c','\x81','\x80','\x4c','\x81','\x82','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x82','\x68','\x4c','\x8f','\x66','\x7f','\xbc','\x62','\x4c','\x8c','\x60','\x0c','\x7f','\xff','\x0d','\x0c','\x64','\x0d','\x0c','\x26','\x0f','\x8f','\x2c','\xf9','\xfc','\x18','\x61','\xac','\x3a','\x40','\x0c','\x6e','\x00','\x7d','\x87','\x00','\x18','\x03','\x03','\x00','\xe0','\x7f','\x80','\xc0','\x00','\x10','\xc0','\x00','\x10','\xc6','\x01','\xbf','\xff','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x08','\x18','\x03','\x0f','\xfc','\x7f','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x03','\x0f','\xf8','\x7f','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x43','\x0c','\x18','\x7f','\x8f','\xf8','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1a','\x7f','\x7f','\xff','\x63','\x00','\x00','\x06','\x08','\x30','\x7f','\x06','\x20','\x00','\x02','\x44','\x00','\x7f','\xfe','\x03','\x01','\x80','\xff','\x81','\x80','\x00','\x3f','\xfc','\x00','\x01','\x80','\x06','\x01','\x82','\x7f','\x7f','\xff','\x00','\x00','\x00','\x00','\x06','\x68','\x06','\x1f','\x66','\x7f','\x6c','\x62','\x00','\x0c','\x60','\x00','\xff','\xff','\x46','\x0c','\x64','\x7f','\x0c','\x26','\x66','\x0f','\x2c','\x66','\xfc','\x18','\x66','\x6c','\x3a','\x66','\x0c','\x6e','\x7e','\x7d','\x87','\x66','\x18','\x03','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x06','\x0d','\x1f','\xff','\xff','\xb0','\x06','\x0c','\x67','\x06','\x0c','\x86','\x46','\x0c','\x26','\x76','\x0c','\x26','\x66','\x0c','\xb6','\xc6','\x0f','\x37','\x06','\xfc','\x06','\x26','\x6c','\x7f','\xf6','\x4c','\x0e','\x06','\x0c','\x1f','\x06','\x0c','\x16','\xc6','\x0c','\x36','\x66','\x0c','\x66','\x66','\x0d','\x86','\x0c','\x0c','\x06','\x0c','\x7c','\x06','\x7c','\x18','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x04','\xc3','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x72','\x0c','\x34','\x63','\x8c','\x63','\x67','\x0c','\x83','\x64','\x0c','\x00','\x68','\xcc','\x7f','\xff','\xec','\x01','\xe0','\x0c','\x03','\xf0','\x0c','\x03','\x6c','\x0c','\x06','\x66','\x18','\x0c','\x63','\x18','\x18','\x63','\x18','\x60','\x60','\xf8','\x00','\x60','\x30','\x1d','\xc2','\x00','\x19','\x83','\x80','\x19','\xa3','\x00','\xff','\xf6','\x06','\x19','\x87','\xff','\x19','\x8c','\x06','\x1f','\x88','\x86','\x06','\x14','\x96','\x46','\x64','\x96','\x7f','\xe2','\xa6','\x66','\x62','\xa6','\x66','\x60','\x86','\x66','\x7f','\xfe','\x66','\x61','\x86','\x7f','\xe3','\xc6','\x66','\x63','\xa6','\x06','\x02','\xa6','\x06','\x66','\xb6','\xff','\xf4','\xb6','\x06','\x08','\x86','\x06','\x10','\x8c','\x06','\x20','\x8c','\x06','\x00','\xfc','\x06','\x00','\x98','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x43','\x0c','\x00','\x7f','\x8c','\x06','\x63','\x1f','\xff','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x30','\x00','\x63','\x20','\x30','\x63','\x7f','\xf8','\x63','\x80','\xe0','\x63','\x01','\xc0','\x63','\x03','\x80','\x63','\x07','\x00','\x63','\x0e','\x00','\x7f','\x1c','\x00','\x63','\x18','\x02','\x60','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x3c','\x07','\x00','\x1f','\xff','\x00','\x07','\xfe','\x00','\x1c','\x00','\x00','\x19','\x06','\x46','\xff','\xff','\x7f','\x18','\x66','\x66','\x18','\x66','\x66','\x1a','\x66','\x66','\xff','\x66','\x66','\x18','\x46','\x66','\x18','\xc6','\x66','\x18','\x8e','\x66','\x1e','\x8c','\x67','\xf9','\x7c','\x66','\xe2','\x18','\x66','\x87','\x00','\x7e','\x06','\x00','\x60','\x06','\x06','\x63','\xff','\xff','\x00','\x0d','\x00','\x00','\x0c','\x80','\x00','\x18','\xc0','\x00','\x18','\x70','\x00','\x30','\x3f','\x00','\xc0','\x1e','\x07','\x00','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x01','\x8c','\x1d','\xbf','\xfe','\x3d','\x80','\x00','\x2c','\x00','\x00','\x2c','\x10','\x0c','\x6c','\x1f','\xfe','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1c','\x00','\x18','\x18','\x3f','\xfc','\x18','\x00','\x38','\x18','\x06','\x60','\x1b','\x01','\x86','\xff','\xff','\xff','\x18','\x06','\xc4','\x18','\x0c','\xc8','\x18','\x70','\xc0','\x3c','\x07','\xc0','\x3a','\x41','\x86','\x3b','\x7f','\xff','\x3b','\x66','\x66','\x78','\x66','\x66','\x58','\x6c','\x7e','\x58','\x68','\x3e','\x98','\x70','\x06','\x18','\x67','\xe6','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x67','\xe6','\x18','\x60','\x06','\x18','\x60','\x3e','\x18','\x60','\x0c','\x03','\x01','\xc0','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x81','\x80','\x00','\x01','\x8c','\x00','\x3f','\xfe','\x03','\x00','\x00','\x7f','\x80','\x00','\x00','\x10','\x0c','\x00','\x1f','\xfe','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x7f','\x18','\x0c','\x63','\x18','\x0c','\x00','\x00','\xe0','\x00','\x60','\xc0','\xff','\xf0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x00','\xff','\x18','\x00','\xc0','\x18','\x00','\xc0','\x10','\xc0','\xc0','\x3f','\xe0','\xc0','\x38','\xc0','\xc0','\x78','\xc8','\xc6','\x58','\xcf','\xff','\x98','\xcc','\x06','\x18','\xcc','\x06','\x18','\xcc','\x06','\x18','\xcc','\x06','\x1f','\xcc','\x06','\x18','\xcc','\x06','\x18','\xcc','\x06','\x18','\x0f','\xfe','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0d','\x8c','\x0c','\xff','\xcf','\xfe','\x0c','\x08','\xc0','\x0c','\x18','\xc0','\x0c','\x10','\xc0','\x1e','\x20','\xc0','\x1d','\x00','\xc0','\x1d','\x80','\xc6','\x3d','\xbf','\xff','\x2c','\x00','\xc0','\x2c','\x00','\xc0','\x6c','\x00','\xc0','\x4c','\x00','\xc0','\x8c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x00','\x00','\xf0','\x00','\x1f','\xf8','\x3f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x80','\x07','\x18','\xf0','\x1c','\x38','\x3f','\xe0','\x74','\x0e','\x00','\xe3','\x00','\x01','\x81','\xe0','\x07','\x1c','\x7f','\x1c','\x18','\x9e','\xe2','\x18','\xe6','\x01','\x99','\xc0','\x01','\x9a','\x00','\x00','\x18','\x00','\x00','\xdb','\x00','\x7f','\x18','\xf0','\x38','\x18','\x3c','\x20','\xf8','\x0c','\x00','\x30','\x00','\x03','\x80','\x00','\x03','\x02','\x06','\x03','\x03','\xff','\x03','\x03','\x06','\x03','\x33','\x06','\x7f','\xfb','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x1b','\x06','\xff','\xff','\x06','\x04','\x03','\x06','\x07','\x03','\x06','\x06','\x03','\x06','\x06','\x03','\x06','\x0c','\x43','\x06','\x0c','\x23','\x06','\x08','\x33','\x06','\x11','\xdb','\x3e','\xfe','\x1b','\x0c','\x70','\x1b','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x80','\x06','\x60','\xe0','\x04','\x60','\xc1','\x88','\x01','\xff','\xc0','\x03','\x03','\x80','\x06','\x87','\x00','\x0c','\x4e','\x00','\x30','\x7c','\x00','\x00','\x38','\x00','\x00','\x6c','\x00','\x01','\xc7','\x80','\x03','\x01','\xff','\x0e','\x00','\x7e','\x3b','\xff','\xce','\xc3','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x23','\x1c','\x46','\x3f','\x98','\x7f','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x19','\x66','\x33','\xff','\xe6','\x33','\x18','\x66','\x3f','\x18','\x66','\x33','\x18','\x66','\x33','\x19','\x66','\x33','\xff','\xe6','\x33','\x10','\x66','\x33','\x1c','\x66','\x3f','\x18','\x66','\x33','\x18','\x66','\x33','\x10','\x66','\x33','\x24','\x66','\x33','\x22','\x66','\x63','\xff','\x7e','\x63','\x73','\x6c','\x63','\x43','\x60','\x43','\x00','\x60','\x5f','\x00','\x60','\x86','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x0c','\x00','\x1f','\xfe','\x00','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x30','\xe4','\x18','\x3f','\x00','\x1b','\xf0','\x08','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x1f','\xf8','\x18','\x00','\x00','\x19','\x00','\x0c','\x39','\xff','\xfe','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\xff','\xfe','\x21','\x80','\x00','\x61','\x80','\x00','\x41','\x80','\x0c','\x81','\xff','\xfe','\x01','\x80','\x00','\x00','\x00','\x40','\x40','\x20','\x70','\x30','\x18','\x60','\x18','\x0c','\x40','\x0c','\x0c','\x86','\x0d','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x73','\x1c','\x00','\x63','\x18','\x0c','\x63','\x18','\xfe','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x30','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x03','\xf0','\x04','\x1f','\x00','\x07','\xe0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x18','\x07','\xff','\xfc','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc1','\x80','\x00','\xff','\xc0','\x00','\xc1','\x80','\x01','\x81','\x80','\x01','\x83','\x00','\x03','\x03','\x00','\x02','\x03','\x00','\x04','\x06','\x00','\x08','\x06','\x00','\x30','\x0d','\x00','\x00','\x0d','\x00','\x00','\x18','\x80','\x00','\x30','\x80','\x00','\x60','\x40','\x00','\xc0','\x60','\x01','\x80','\x30','\x03','\x00','\x38','\x06','\x00','\x1f','\x18','\x00','\x0e','\xe0','\x00','\x06','\x04','\x0e','\x00','\x07','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x60','\x19','\xff','\xf0','\x18','\x0c','\x60','\x38','\x0c','\x60','\x38','\x0c','\x60','\x58','\x0c','\x60','\x98','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x62','\x18','\x30','\x62','\x18','\x60','\x63','\x18','\xc0','\x7f','\x1b','\x00','\x3e','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x18','\x07','\x00','\x18','\x07','\x80','\x38','\x0f','\x80','\x38','\x0f','\x40','\x58','\x0b','\x40','\x98','\x1b','\x60','\x18','\x1b','\x20','\x18','\x33','\x30','\x18','\x33','\x18','\x18','\x63','\x1f','\x18','\xc3','\x0e','\x19','\x83','\x06','\x1a','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x00','\x00','\x00','\x01','\x80','\x3f','\xff','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x43','\x00','\x03','\x46','\x30','\x03','\x47','\xf8','\x03','\x26','\x30','\x03','\x20','\x30','\x06','\x30','\x60','\x06','\x10','\x60','\x06','\x18','\xc0','\x04','\x08','\xc0','\x0c','\x0d','\x80','\x08','\x07','\x00','\x18','\x07','\x80','\x10','\x0d','\xc0','\x20','\x38','\xf0','\x40','\xe0','\x7f','\x83','\x80','\x3e','\x1c','\x00','\x0e','\x00','\x00','\x30','\x00','\xff','\xf8','\x00','\x18','\x30','\x43','\x18','\x30','\x7f','\x98','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\xcc','\x63','\x18','\xfe','\x63','\x18','\xcc','\x63','\x34','\x0c','\x63','\x34','\x0c','\x63','\x32','\x18','\x63','\x32','\x18','\x63','\x33','\x18','\x7f','\x61','\x30','\x63','\x61','\xb0','\x60','\x60','\xe0','\x60','\xc0','\xe0','\x00','\xc1','\xb0','\x01','\x83','\x38','\x03','\x06','\x1f','\x0c','\x18','\x0e','\x00','\xe0','\x06','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x08','\xc4','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x10','\x00','\x10','\x20','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x30','\xff','\xff','\xf8','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x10','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x07','\xe0','\x00','\x01','\xc0','\x01','\x00','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x18','\x1f','\xff','\xfc','\x30','\x00','\x18','\xc0','\x00','\x18','\x00','\x00','\x18','\x0f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0f','\xff','\xf8','\x00','\x00','\x18','\x01','\xd0','\x00','\x01','\x8c','\x10','\x11','\x86','\x0c','\x11','\x86','\x46','\x21','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x07','\x41','\x00','\x06','\x31','\xc0','\x06','\x31','\x80','\x06','\x01','\x80','\x06','\x31','\x80','\xff','\xfb','\x00','\x06','\x03','\x06','\x06','\x03','\xff','\x46','\x42','\x10','\x26','\x76','\x1c','\x36','\x65','\x18','\x36','\x89','\x18','\x36','\x01','\x18','\x06','\x01','\x30','\x07','\x00','\xb0','\x0e','\xc0','\xb0','\x36','\x60','\xe0','\xe6','\x30','\x40','\x66','\x30','\xe0','\x46','\x00','\xb0','\x06','\x01','\x98','\x06','\x03','\x1f','\x3e','\x0c','\x0e','\x0c','\x30','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x06','\x00','\x0d','\x86','\x00','\xff','\xc6','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x1e','\x0f','\xfe','\x1d','\x98','\x0c','\x1c','\xd8','\x0c','\x3c','\xd8','\x0c','\x2c','\x00','\x0c','\x2c','\x00','\x0c','\x6c','\x00','\x0c','\x4c','\x00','\x0c','\x8c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x70','\x0c','\x07','\xe0','\x0c','\x01','\xc0','\x00','\x1d','\x00','\x00','\x18','\xc0','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x10','\x0c','\x18','\x1c','\x06','\x18','\x18','\x03','\x1c','\x30','\x03','\x1c','\x60','\x00','\x1a','\x80','\x00','\x1a','\x00','\x00','\x59','\x00','\x00','\x99','\x80','\x03','\x18','\xc0','\x0e','\x18','\x70','\x7c','\x18','\x3e','\x30','\x18','\x1c','\x20','\x18','\x0c','\x01','\xf8','\x00','\x00','\x70','\x00','\x10','\x00','\x30','\x0c','\xff','\xf8','\x06','\x18','\x30','\x06','\x18','\x30','\x00','\x18','\x60','\x00','\x18','\x60','\x80','\x18','\x60','\x60','\x18','\xcc','\x32','\x18','\xfe','\x32','\x34','\xcc','\x04','\x34','\x0c','\x04','\x34','\x0c','\x0c','\x32','\x18','\x08','\x32','\x18','\x18','\x33','\x18','\x18','\x21','\x30','\x30','\x61','\xb0','\xf0','\x60','\xe0','\x70','\x40','\xe0','\x30','\xc1','\xb0','\x30','\x83','\x38','\x31','\x06','\x1f','\x3a','\x18','\x0e','\x18','\x60','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x0c','\x81','\xff','\xfe','\x60','\x00','\x00','\x32','\x00','\x20','\x32','\x40','\x38','\x04','\x20','\x30','\x04','\x20','\x30','\x0c','\x30','\x30','\x08','\x30','\x60','\x18','\x10','\x60','\x18','\x18','\x60','\x30','\x18','\x40','\xf0','\x18','\xc0','\x70','\x18','\x80','\x30','\x00','\x80','\x30','\x01','\x00','\x30','\x01','\x06','\x3b','\xff','\xff','\x18','\x00','\x00','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x83','\x00','\x03','\xff','\x80','\x06','\x07','\x00','\x0c','\x0e','\x00','\x18','\x1d','\x00','\x60','\x30','\xc0','\x00','\xe0','\x70','\x01','\x80','\x3f','\x06','\x1c','\x1e','\x18','\x18','\x06','\xe0','\x18','\x20','\x02','\x18','\x38','\x02','\x18','\x70','\x04','\x34','\xc0','\x1c','\x35','\x00','\x18','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x03','\xa0','\x00','\x03','\x18','\x03','\x03','\x18','\xff','\x83','\x00','\x18','\x03','\x06','\x18','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x43','\x08','\x1b','\x23','\x0e','\xff','\xb3','\x0c','\x18','\x33','\x88','\x18','\x33','\x90','\x18','\x03','\x40','\x18','\x03','\x40','\x18','\x0b','\x60','\x19','\x13','\x20','\x1e','\x33','\x30','\xf8','\x63','\x18','\x71','\xe3','\x1f','\x40','\xc3','\x0e','\x00','\x83','\x06','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x10','\x01','\x83','\x00','\x03','\x03','\xfe','\x06','\x01','\xfe','\x38','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\xc0','\x7f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc2','\x03','\x00','\xc2','\x06','\x00','\xc3','\x18','\x00','\xff','\xe0','\x00','\x7e','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x08','\x60','\xc3','\x10','\x61','\x83','\x00','\x03','\x03','\xfe','\x0d','\xc1','\xfe','\x71','\x80','\x00','\x1f','\xf7','\xfc','\x18','\x30','\x0c','\x1f','\xf2','\x0c','\x18','\x33','\xfc','\x18','\x33','\x00','\x1f','\xf3','\x0c','\x18','\x33','\xfe','\x18','\x36','\x0c','\xff','\xf6','\x0c','\x01','\xb0','\x0c','\x03','\x30','\x0c','\x0e','\x30','\x1c','\x38','\x30','\x18','\xc1','\xf0','\xf8','\x00','\x60','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x67','\x06','\x1f','\xf7','\xff','\x34','\x0c','\x80','\x62','\x08','\x60','\x83','\x10','\x30','\x03','\x20','\x30','\x00','\x03','\x00','\x3f','\xff','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x30','\x01','\xa7','\xf8','\x01','\xa6','\x30','\x01','\x90','\x60','\x03','\x18','\x60','\x03','\x0c','\xc0','\x06','\x07','\x80','\x0c','\x03','\x00','\x18','\x07','\xc0','\x30','\x1c','\xff','\xc0','\x70','\x3e','\x03','\x80','\x0e','\x08','\x00','\x00','\x0e','\x00','\x30','\x0c','\x7f','\xf8','\x08','\x0c','\x30','\x92','\x0c','\x30','\x63','\x8c','\x60','\x33','\x0c','\x60','\x36','\x0c','\x60','\x0c','\x0c','\xcc','\x09','\x0c','\xfe','\x10','\x8c','\xcc','\xff','\xda','\x0c','\x7c','\xda','\x18','\x4c','\xd9','\x18','\x0c','\x19','\x18','\x4e','\x19','\xb0','\x7d','\x10','\xb0','\x6d','\xb0','\x60','\x6d','\xa0','\xe0','\x4c','\x61','\xb0','\x4c','\x43','\x38','\x8c','\x86','\x1f','\x0d','\x18','\x0e','\x0c','\x60','\x06','\x08','\x00','\x38','\x0e','\x00','\x30','\x0c','\x07','\x30','\x08','\x06','\x30','\x92','\x06','\x30','\x63','\x86','\x30','\x33','\x06','\x30','\x36','\x06','\x30','\x0c','\x06','\x30','\x09','\x06','\x30','\x10','\x86','\x30','\xff','\xc6','\x30','\x7c','\xc6','\x30','\x4c','\xc6','\x32','\x0c','\x06','\x37','\x4c','\x06','\x3c','\x7e','\x06','\xf0','\x6d','\x87','\x30','\x6c','\xd8','\x30','\x4c','\xc0','\x30','\x4c','\x00','\x30','\x8c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x08','\x01','\x80','\x0e','\x01','\x80','\x0c','\x03','\x80','\x08','\x03','\x40','\x92','\x03','\x40','\x63','\x86','\x20','\x33','\x06','\x30','\x36','\x0c','\x18','\x0c','\x08','\x1c','\x0a','\x10','\x0f','\x11','\x20','\x26','\xff','\xcf','\xf0','\x7d','\x80','\x00','\x4d','\x80','\x00','\x0c','\x10','\x18','\x4e','\x1f','\xfc','\x7d','\x98','\x18','\x6c','\xd8','\x18','\x6c','\xd8','\x18','\x4c','\x18','\x18','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x38','\x00','\x00','\x30','\x40','\x0c','\x30','\x7f','\xfe','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x7f','\xfc','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x7f','\xfc','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x08','\x18','\x00','\x0e','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x00','\x18','\x18','\x00','\x30','\x18','\x00','\x20','\x18','\x00','\x40','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe1','\x00','\x00','\xc0','\xc0','\x01','\x80','\x60','\x01','\x00','\x30','\x02','\x03','\xd8','\x3f','\xfc','\x1c','\x1f','\x80','\x0c','\x10','\x00','\x0c','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x06','\x1f','\xff','\xff','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x32','\x0c','\x18','\x33','\xff','\xfc','\x33','\x00','\x18','\x23','\x00','\x18','\x63','\x00','\x18','\x43','\x00','\x18','\x83','\x00','\x18','\x03','\xff','\xf8','\x03','\x00','\x18','\x20','\x00','\x18','\x3f','\xff','\xfc','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x60','\x3f','\xff','\xf0','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x3f','\xff','\xe0','\x30','\x00','\x60','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0d','\x98','\x00','\xff','\xd8','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\x1e','\x18','\x0c','\xfc','\x18','\x0c','\x6c','\x1f','\xfc','\x4c','\x18','\x0c','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x06','\x7c','\x1f','\xff','\x18','\x18','\x00','\x1c','\x40','\x00','\x18','\x70','\x98','\x18','\x60','\xfc','\x18','\x60','\x98','\x18','\x60','\x98','\x1b','\x60','\x98','\xff','\xec','\x98','\x18','\x7e','\x98','\x18','\xcc','\x98','\x18','\xcc','\x98','\x18','\xcc','\x98','\x1a','\x8c','\x98','\x1d','\x8c','\x98','\xf9','\x4c','\x9a','\x79','\x48','\x9a','\x5a','\x29','\x9a','\x18','\x39','\x1b','\x18','\x11','\x1f','\x18','\x3a','\x0e','\x18','\x2c','\x00','\x18','\x67','\x00','\x18','\xc3','\xe0','\xf9','\x80','\xff','\x36','\x00','\x3e','\x00','\x40','\x40','\x10','\x30','\x70','\x0c','\x18','\x60','\x06','\x18','\xc0','\x06','\x00','\x80','\x00','\x01','\x06','\xff','\xff','\xff','\x03','\x00','\x80','\x03','\x00','\x40','\x06','\x03','\x60','\x06','\x1f','\xb8','\x0d','\xf8','\x1f','\x18','\x18','\x0e','\x30','\x18','\xc6','\xc7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x20','\x40','\x06','\x18','\x7f','\xff','\x0c','\x60','\x00','\x8c','\x60','\x00','\x41','\x7f','\xf8','\x62','\x60','\x18','\x64','\x60','\x18','\x0c','\x60','\x18','\x18','\x7f','\xf8','\xf0','\x60','\x00','\x70','\x60','\x00','\x30','\x60','\x06','\x30','\x7f','\xff','\x38','\x60','\x00','\x18','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x80','\x01','\xd8','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x30','\x00','\x1f','\xf8','\x00','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x0c','\x18','\x31','\xc8','\x18','\x3e','\x10','\x1b','\xf0','\x04','\x18','\x30','\x06','\x18','\x3f','\xfe','\x18','\x1f','\xfc','\x18','\x00','\x00','\x18','\x39','\xc0','\x18','\x31','\x88','\x32','\x31','\x8e','\x31','\x31','\x8c','\x31','\xb1','\x98','\x21','\xb1','\x90','\x61','\xb1','\xa0','\x40','\x31','\x80','\x80','\x31','\x86','\x0f','\xff','\xff','\x03','\x04','\x00','\x7f','\x87','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\x8c','\x0c','\xff','\xcf','\xfe','\x00','\x18','\xc0','\x00','\x10','\xc0','\x03','\x20','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\x03','\x3f','\xff','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x43','\x00','\xc0','\x7f','\x80','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x7f','\x00','\xc0','\x63','\x00','\xc0','\x40','\xc0','\x00','\x7f','\xe8','\x06','\x60','\xcf','\xff','\x60','\xcc','\x00','\x60','\xcc','\x00','\x60','\xcc','\x00','\x60','\xcc','\x00','\x60','\xcc','\x0c','\x7f','\xcf','\xfe','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x76','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\x4c','\x0c','\x67','\xef','\xfc','\x66','\x0c','\x0c','\x66','\x0c','\x00','\x66','\x0c','\x00','\x66','\x0c','\x00','\x66','\x0c','\x00','\x66','\xcc','\x06','\xff','\x0f','\xff','\x78','\x0c','\x00','\x40','\x0c','\x00','\x06','\x08','\x06','\x06','\x0f','\xff','\x0d','\x0c','\x06','\x0c','\xcc','\x06','\x08','\x6c','\x06','\x18','\x6c','\x06','\x10','\x0f','\xfe','\x21','\x8c','\x06','\x3f','\xcc','\x70','\x46','\x0c','\x60','\x86','\x0c','\x66','\x06','\xcf','\xff','\x7f','\xec','\x60','\x06','\x0c','\x60','\x06','\x8c','\x60','\x46','\xee','\x66','\x26','\xcb','\xff','\x36','\x9b','\x06','\x37','\x1b','\x06','\x06','\x13','\x06','\x06','\xf3','\x06','\xff','\x23','\x06','\x78','\x43','\xfe','\x40','\x83','\x06','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x60','\x06','\x1f','\xf0','\x00','\x30','\xc0','\x00','\x30','\x80','\x80','\x61','\x00','\x62','\xc2','\x0c','\x33','\xff','\xfe','\x32','\x63','\x0c','\x04','\x63','\x0c','\x04','\x63','\x0c','\x0c','\x7f','\xfc','\x08','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x30','\x7f','\xfc','\xf0','\x60','\x0c','\x70','\x00','\x00','\x30','\x51','\x10','\x30','\x48','\x8c','\x30','\x8c','\xc6','\x3b','\x8c','\xc7','\x1b','\x0c','\xc3','\x08','\x80','\x00','\x0e','\xe0','\x46','\x0c','\xc0','\x7f','\x19','\xff','\x66','\x31','\x10','\x66','\xca','\x10','\x66','\x0d','\xff','\xe6','\x0c','\x10','\x66','\x18','\x90','\x66','\x38','\x9f','\x66','\xd8','\x90','\x66','\x18','\x90','\x66','\x18','\x93','\x7e','\x1b','\xfc','\x6c','\x19','\xc0','\x60','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\xff','\xff','\xff','\x02','\x0c','\x00','\x03','\x8c','\xc0','\x07','\x0c','\x3c','\x1c','\x7c','\x0e','\x60','\x18','\x06','\x01','\x00','\x00','\x01','\xc0','\x00','\x01','\x86','\x00','\x03','\xff','\x00','\x03','\x06','\x00','\x06','\x04','\x00','\x0c','\x08','\x30','\x1f','\xff','\xf8','\x2c','\x18','\x30','\xcc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x08','\x84','\x30','\x10','\x43','\x0c','\x30','\x61','\x86','\xe0','\x61','\x87','\xc0','\x61','\x83','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x38','\x00','\x00','\xe0','\x00','\x13','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x70','\x00','\x01','\xc0','\x00','\x16','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x40','\x0e','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x0c','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x04','\x1c','\xe0','\x07','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xcc','\x19','\xff','\xfe','\x18','\x18','\xc0','\x38','\x18','\xc0','\x38','\x18','\xc0','\x58','\x18','\xc0','\x98','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc6','\x1b','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x80','\x18','\x1c','\x60','\x18','\x38','\x30','\x18','\x30','\x18','\x18','\x60','\x1c','\x18','\xc0','\x0c','\x1b','\x00','\x0c','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x0c','\x0d','\xff','\xfe','\x0c','\x06','\x00','\x18','\x06','\x10','\x19','\x06','\x1c','\x38','\xc6','\x18','\x38','\x66','\x30','\x58','\x66','\x20','\x98','\x06','\x40','\x18','\x06','\x06','\x1b','\xff','\xff','\x18','\x0d','\x00','\x18','\x0d','\x00','\x18','\x0c','\x80','\x18','\x18','\xc0','\x18','\x18','\x60','\x18','\x30','\x70','\x18','\x20','\x38','\x18','\x40','\x1f','\x18','\x80','\x0e','\x1b','\x00','\x06','\x04','\x00','\x60','\x07','\x03','\xf0','\x06','\x7f','\x00','\x06','\x06','\x00','\x0c','\x06','\x0c','\x0d','\xff','\xfe','\x18','\x0c','\x40','\x18','\x18','\x20','\x38','\x3f','\xf8','\x38','\x68','\x5f','\x58','\xc8','\x46','\x9b','\x0f','\xc0','\x18','\x00','\x00','\x18','\x80','\x0c','\x18','\xff','\xfe','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xcf','\xcc','\x18','\xc8','\x4c','\x18','\xc8','\x4c','\x18','\xcf','\xcc','\x18','\xc0','\x0c','\x18','\xc0','\x3c','\x18','\xc0','\x18','\x00','\x02','\x00','\x1c','\x03','\x9c','\x18','\x83','\x18','\x18','\x66','\x18','\x18','\x34','\x18','\x18','\x1c','\x18','\x18','\x16','\x18','\x18','\x33','\x18','\x18','\x63','\x98','\x18','\xc1','\x98','\x1b','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\xc6','\x18','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x30','\xcc','\x7f','\xff','\xfe','\x00','\x80','\x10','\x20','\xc2','\x18','\x18','\x81','\x10','\x09','\x19','\x26','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x11','\x82','\x30','\x19','\x8b','\x30','\x19','\x93','\x30','\x19','\xa3','\x32','\x11','\xc6','\x32','\x33','\x84','\x33','\x21','\x08','\x3f','\xc0','\x30','\x1e','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x03','\x00','\x01','\xc0','\xc0','\x03','\x80','\x70','\x07','\x00','\x38','\x0c','\x00','\x1c','\x30','\x00','\x0e','\xc0','\x00','\x06','\x00','\x01','\x00','\x00','\x01','\xc0','\x70','\x01','\x87','\x60','\x03','\x86','\x62','\x03','\x06','\x61','\x03','\x06','\x60','\xc6','\x06','\x60','\x66','\x06','\x60','\x3c','\x06','\x60','\x18','\x06','\x60','\x1c','\x06','\x60','\x36','\x06','\x60','\x33','\x06','\x60','\x63','\x86','\x60','\x41','\x86','\x60','\x81','\xc6','\x61','\x00','\xc6','\x62','\x00','\xc6','\x6c','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x06','\x18','\x19','\x06','\x18','\xff','\x84','\x18','\x18','\x0c','\x30','\x18','\x08','\x30','\x18','\x11','\xf0','\x18','\x60','\x60','\x18','\x00','\x00','\x18','\x60','\x60','\x18','\x66','\x66','\x1b','\xff','\xff','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x46','\x46','\x18','\xc6','\xc6','\x18','\x8c','\x8c','\x18','\x8c','\x8c','\x19','\x3d','\x3c','\x1a','\x1a','\x18','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x30','\x33','\xff','\xf8','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x60','\x31','\xff','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x18','\x37','\xff','\xfc','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x01','\x80','\x00','\x27','\xc6','\x46','\x3c','\x7f','\x7f','\x30','\x66','\x66','\x33','\x66','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x32','\x7e','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x32','\x7e','\x66','\x32','\x66','\x66','\x32','\x60','\x66','\x36','\x68','\x66','\xfa','\x64','\x66','\x62','\x66','\x66','\x46','\x6b','\x66','\x05','\xf3','\x7e','\x0c','\xe3','\x6c','\x18','\x80','\x60','\x30','\x00','\x60','\xc0','\x00','\x60','\x00','\x00','\x38','\x00','\x00','\x30','\x43','\x00','\x30','\x7f','\x8e','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x36','\x63','\x0c','\x3f','\x7f','\x0c','\xf0','\x63','\x0f','\x30','\x60','\x70','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x03','\xc0','\x00','\x1f','\xe0','\x0f','\xf8','\x00','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\xff','\x60','\x06','\x81','\x38','\x0c','\x81','\x1f','\x30','\xff','\x06','\xc0','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\xff','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xff','\x18','\x18','\x00','\x18','\x18','\x00','\xf8','\x18','\x00','\x30','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x8c','\x18','\x7f','\xfe','\x18','\x00','\x20','\x18','\x10','\x30','\x18','\x0c','\x20','\xff','\x04','\x46','\x18','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\x3f','\xfc','\x1e','\x30','\x0c','\xf8','\x30','\x0c','\x60','\x3f','\xfc','\x40','\x0c','\xc0','\x00','\x0c','\xc2','\x00','\x18','\xc2','\x00','\x30','\xc3','\x00','\x60','\xff','\x03','\x80','\x7e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x4c','\x81','\x80','\x4c','\xa1','\x88','\x4c','\x91','\x8e','\x4c','\x99','\x8c','\x4c','\x99','\x98','\x4c','\x99','\x90','\x4c','\x81','\xa0','\x4c','\x81','\x86','\x4c','\xff','\xff','\x4c','\x83','\x40','\x4c','\x83','\x40','\x4c','\x86','\x40','\x7f','\x86','\x20','\x40','\x8c','\x20','\x40','\x8c','\x30','\x00','\x18','\x18','\x00','\x30','\x1f','\x00','\x60','\x0e','\x01','\x80','\x06','\x03','\x02','\x00','\xff','\x83','\x80','\x03','\x03','\x00','\x03','\x06','\x20','\x03','\x04','\x18','\x43','\x08','\x0c','\x7f','\x7f','\xf6','\x63','\x39','\x86','\x60','\x21','\x80','\x60','\x01','\x80','\x60','\x3f','\xfc','\x63','\x31','\x8c','\xff','\xb1','\x8c','\xc3','\x31','\x8c','\xc3','\x31','\x8c','\x03','\x3f','\xfc','\x03','\x31','\x8c','\x03','\x01','\x80','\x03','\x01','\x90','\x03','\x01','\x88','\x06','\x01','\x8c','\x06','\x7f','\xf6','\x7e','\x3e','\x06','\x0c','\x20','\x06','\x03','\x00','\x06','\xff','\xbf','\xff','\x03','\x00','\x00','\x03','\x1f','\xfc','\x03','\x18','\x8c','\x43','\x18','\x8c','\x7f','\x1f','\xfc','\x63','\x18','\x8c','\x60','\x18','\x8c','\x60','\x1f','\xfc','\x60','\x00','\x00','\x63','\x7f','\xff','\xff','\x00','\x00','\xc3','\x1f','\xfc','\xc3','\x18','\x8c','\x03','\x18','\x8c','\x03','\x1f','\xfc','\x03','\x18','\x8c','\x03','\x18','\x8c','\x03','\x1f','\xfc','\x06','\x00','\x00','\x06','\x00','\x06','\x7e','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x2c','\x03','\x0c','\x2e','\x7f','\xfe','\x2d','\x03','\x00','\x6d','\x83','\x00','\x6d','\x83','\x00','\x4c','\x03','\x00','\xcc','\x03','\x06','\xcd','\xff','\xff','\x0c','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x20','\x0c','\x08','\x10','\x0c','\x08','\x18','\x0c','\x10','\xec','\x0d','\xff','\x0e','\x0c','\xf0','\x06','\x0c','\x80','\x06','\x00','\x10','\x60','\x03','\x1f','\xf0','\x7f','\x98','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x1c','\x60','\x0c','\x1a','\x60','\x0c','\x1b','\x62','\x0c','\x9b','\x62','\x0f','\x30','\x63','\xfc','\x30','\x7f','\x70','\x60','\x3e','\x41','\x80','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x03','\x98','\x00','\x03','\x0c','\x30','\x13','\x06','\x0c','\x13','\x06','\x06','\x23','\x00','\x27','\x63','\x00','\x23','\xe3','\x00','\x30','\xc3','\xff','\xf0','\x01','\xff','\xe0','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\xe0','\x80','\x03','\x80','\x60','\x07','\x38','\x38','\x0c','\x30','\x1f','\x30','\x30','\x06','\xc0','\x30','\x40','\x02','\x32','\x30','\x02','\x31','\x18','\x04','\x31','\x9c','\x0c','\x30','\xcc','\x38','\x30','\xcc','\x31','\xf0','\xc0','\x00','\x60','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\xff','\x43','\x10','\x18','\x23','\x1c','\x18','\x33','\x18','\x18','\x33','\x30','\x18','\x33','\x20','\x19','\x03','\x40','\x1e','\x03','\x06','\xf9','\xff','\xff','\x78','\x06','\x80','\x58','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x40','\x18','\x18','\x20','\x18','\x18','\x30','\x18','\x30','\x18','\x18','\x60','\x1f','\xf8','\xc0','\x0e','\x33','\x00','\x06','\x07','\x21','\x00','\x06','\x39','\xc0','\x06','\x31','\x80','\x06','\x31','\x80','\x7f','\xe1','\x80','\x06','\x63','\x06','\x06','\x43','\xff','\x06','\x82','\x10','\xff','\xf6','\x1c','\x01','\x04','\x18','\x02','\x6a','\x18','\xff','\xf2','\x18','\x04','\x62','\x30','\x08','\x41','\x30','\x32','\x81','\x60','\xc3','\x31','\x60','\x03','\xc0','\xc0','\xff','\x00','\xc0','\x73','\x01','\xa0','\x43','\x03','\x30','\x03','\x06','\x18','\x03','\x0c','\x1f','\x1f','\x18','\x0e','\x06','\x60','\x06','\x1c','\x00','\x70','\x18','\x03','\xf8','\x18','\x7f','\x00','\x18','\x06','\x00','\x19','\x86','\x06','\xff','\xff','\xff','\x18','\x0c','\x40','\x18','\x08','\x20','\x18','\x1f','\xf8','\x3c','\x28','\x5f','\x3a','\xc8','\x46','\x3b','\x0f','\xc0','\x3b','\x00','\x00','\x78','\x80','\x0c','\x58','\xff','\xfe','\x58','\xc0','\x0c','\x98','\xc0','\x0c','\x18','\xcf','\xcc','\x18','\xc8','\x4c','\x18','\xc8','\x4c','\x18','\xcf','\xcc','\x18','\xc0','\x0c','\x18','\xc0','\x3c','\x18','\xc0','\x18','\x10','\x00','\x00','\x0c','\x40','\x18','\x06','\x7f','\xfc','\x06','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x80','\x60','\x18','\x60','\x60','\x18','\x32','\x60','\x18','\x32','\x60','\x18','\x04','\x7f','\xf8','\x04','\x10','\xc0','\x0c','\x1c','\xc0','\x08','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x30','\x18','\xc0','\xf0','\x30','\xc0','\x70','\x30','\xc2','\x30','\x20','\xc2','\x30','\x60','\xc2','\x30','\x40','\xc3','\x38','\x80','\xff','\x1b','\x00','\x7e','\x02','\x00','\x00','\x03','\x80','\x00','\x43','\x00','\x0c','\x26','\x3f','\xfe','\x16','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x34','\x01','\x80','\x44','\x01','\x80','\x86','\x01','\x80','\x0e','\x01','\x80','\x0a','\x01','\x8c','\x1b','\x3f','\xfe','\x13','\x01','\x80','\x23','\x01','\x80','\x43','\x01','\x80','\x83','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x06','\x01','\x86','\x3e','\x7f','\xff','\x0c','\x00','\x00','\x02','\x03','\x80','\x03','\x83','\x00','\x43','\x03','\x00','\x26','\x03','\x0c','\x14','\x7f','\xfe','\x08','\x03','\x00','\x18','\x43','\x10','\x2c','\x23','\x1c','\x4c','\x33','\x18','\x8c','\x33','\x30','\x1e','\x33','\x20','\x16','\x03','\x40','\x16','\x03','\x06','\x26','\xff','\xff','\x26','\x06','\x80','\x46','\x06','\x80','\x86','\x06','\x40','\x06','\x0c','\x40','\x06','\x0c','\x20','\x06','\x18','\x30','\x0e','\x18','\x18','\x0c','\x30','\x1f','\x7c','\x60','\x0e','\x19','\x80','\x06','\x10','\x00','\x30','\x1c','\x03','\xf8','\x18','\x3f','\x00','\x18','\x03','\x06','\x10','\x7f','\xff','\x3f','\x86','\x20','\x2c','\x06','\x10','\x4c','\x0c','\x18','\x0c','\x0f','\xec','\xff','\xd4','\x2f','\x0c','\x24','\x26','\x0c','\xc7','\xe0','\x0c','\x00','\x00','\x0c','\x40','\x06','\x0c','\x7f','\xff','\x0a','\x60','\x06','\x1b','\x60','\x06','\x13','\x67','\xe6','\x30','\x64','\x26','\x20','\x64','\x26','\x40','\x67','\xe6','\x80','\x60','\x06','\x00','\x60','\x3e','\x00','\x60','\x0c','\x23','\x08','\x00','\x3f','\x8e','\x00','\x33','\x0c','\x00','\x33','\x0c','\x00','\x33','\x18','\x06','\x33','\x1f','\xff','\x33','\x30','\x06','\x3f','\x21','\x06','\x33','\x41','\xc6','\x33','\x01','\x86','\x33','\x29','\xa6','\x33','\x25','\x26','\x33','\x23','\x26','\x33','\x22','\x26','\x3f','\x27','\x26','\x33','\x25','\xa6','\x33','\x29','\xa6','\x33','\x30','\x26','\x33','\x20','\x26','\x23','\x3f','\xe6','\x23','\x20','\x2e','\x63','\x00','\x0c','\x4f','\x00','\x7c','\x86','\x00','\x18','\x00','\x38','\x00','\x00','\x30','\x60','\x1f','\xff','\xf0','\x00','\x60','\x60','\x01','\xc0','\xe0','\x07','\x07','\xc0','\x38','\x01','\x80','\x03','\x00','\x30','\xff','\xf7','\xfe','\x06','\x30','\x66','\x06','\x30','\xc6','\x0c','\xf1','\x9e','\x18','\x66','\x0c','\x60','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x03','\x00','\x00','\x07','\x81','\x0c','\x2c','\xff','\xfe','\x30','\x81','\x0c','\x30','\x81','\x0c','\x30','\xbd','\x0c','\x30','\x81','\x0c','\x3e','\x81','\x7c','\x30','\xbd','\x0c','\x30','\xa5','\x0c','\x30','\xa5','\x0c','\x30','\xa5','\x0c','\x3e','\xa5','\x7c','\x30','\xbd','\x0c','\x30','\x81','\x0c','\x30','\x81','\x0c','\x30','\x81','\x0c','\xff','\xff','\xff','\x02','\x00','\x00','\x03','\x81','\x80','\x07','\x00','\x60','\x0e','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\xc0','\x00','\x0f','\xe0','\x0f','\xf8','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\xff','\x60','\x0e','\xc3','\x38','\x38','\xc3','\x1f','\xc0','\xff','\x06','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\xff','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xff','\x18','\x18','\x00','\xf8','\x18','\x00','\x30','\x08','\x00','\x00','\x0e','\x46','\x46','\x0c','\x7f','\x7f','\x08','\x66','\x66','\x90','\x66','\x66','\x64','\x66','\x66','\x37','\x66','\x64','\x36','\x7e','\x64','\x0c','\x66','\x64','\x08','\x66','\x68','\x10','\x66','\x68','\x14','\x66','\x64','\x27','\x7e','\x66','\xfe','\x66','\x62','\x76','\x60','\x63','\x46','\x68','\x63','\x04','\x64','\x63','\x0c','\x66','\x63','\x08','\x6b','\x63','\x1b','\xf3','\x6f','\x11','\xc3','\x66','\x21','\x00','\x60','\x40','\x00','\x60','\x80','\x00','\x60','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xcc','\x0c','\xcf','\xfe','\x08','\x60','\x10','\x18','\x64','\x18','\x10','\x03','\x10','\x21','\x81','\x26','\x3f','\xdf','\xff','\x46','\x00','\x00','\x86','\x00','\x00','\x06','\xcf','\xfc','\x7f','\xec','\x0c','\x06','\x0c','\x0c','\x06','\x8f','\xfc','\x46','\xec','\x0c','\x26','\xcc','\x0c','\x36','\x8f','\xfc','\x37','\x04','\x60','\x06','\x07','\x62','\x07','\xc6','\x62','\xfe','\x0c','\x63','\x78','\x18','\x7f','\x40','\xe0','\x3e','\x0c','\x42','\x46','\x0e','\x7f','\x7f','\x50','\x42','\x66','\x24','\x7e','\x66','\x37','\x42','\x64','\x06','\x42','\x68','\x08','\x7e','\x64','\x12','\x44','\x62','\xff','\x42','\x63','\x66','\x4f','\x63','\x0d','\xf3','\x6f','\x30','\xc0','\x66','\xc0','\x18','\x00','\x1f','\xff','\xf8','\x01','\x01','\x80','\x01','\x81','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x0c','\x42','\x46','\x0e','\x7f','\x7f','\x50','\x42','\x66','\x24','\x7e','\x66','\x37','\x42','\x64','\x06','\x7e','\x68','\x08','\x44','\x64','\x12','\x42','\x62','\xff','\x4f','\x63','\x66','\xf3','\x63','\x0c','\x60','\x6f','\x30','\x18','\x66','\xc0','\x3c','\x00','\x00','\xe3','\x00','\x03','\x98','\xe0','\x1d','\xff','\xbf','\xe1','\x00','\x8e','\x01','\xff','\x80','\x01','\x00','\x98','\x01','\xff','\x9c','\x01','\x0c','\x30','\x01','\x03','\xc0','\x3f','\xf8','\x78','\x0f','\x00','\x18','\x0e','\xe1','\x00','\x0c','\xc1','\xc0','\x7f','\xf9','\x86','\x0c','\xc1','\xff','\x20','\x03','\x0c','\x3f','\xf2','\x8c','\x30','\x34','\x98','\x2f','\x30','\x50','\x69','\x30','\x20','\x4f','\x30','\x58','\x80','\x61','\x8f','\x03','\xe6','\x06','\x00','\xc0','\x00','\x07','\xff','\xf0','\x06','\x08','\x00','\x07','\xff','\xe0','\x06','\x08','\x00','\x07','\xff','\xe0','\x06','\x08','\x0c','\x17','\xff','\xfe','\x10','\x04','\x0c','\x24','\x43','\x0c','\xe3','\x33','\x7c','\xc3','\x30','\x18','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x0e','\x00','\x06','\x59','\x06','\x0c','\x61','\xff','\x0c','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x38','\x61','\x86','\x38','\x61','\x86','\x58','\x61','\x86','\x98','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x65','\x86','\x18','\x79','\x86','\x1b','\xe1','\xbe','\x19','\x81','\x8c','\x19','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x00','\x0c','\x01','\xc7','\xfe','\x41','\x80','\x0c','\x31','\x99','\x08','\x19','\xbc','\xd0','\x19','\xc0','\x60','\x19','\x88','\x60','\x01','\x8c','\x06','\x01','\xff','\xff','\x04','\xf8','\x66','\x05','\x00','\x64','\x09','\x80','\x68','\x09','\xf8','\x60','\x19','\x42','\x60','\x32','\x43','\x6c','\xf0','\x4b','\x7e','\x77','\xff','\x60','\x30','\x43','\x60','\x30','\xe3','\x60','\x30','\xb3','\x60','\x39','\xb2','\xe0','\x19','\x06','\x70','\x02','\x0c','\x3f','\x0c','\x30','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x03','\x98','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x83','\x00','\x00','\xe3','\x00','\x00','\xc3','\x02','\x01','\xc3','\x02','\x03','\x83','\x02','\x07','\x03','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x8c','\x7f','\xbf','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x1d','\x9c','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\xff','\xff','\x7f','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x00','\x00','\x63','\x7f','\xfe','\x63','\x08','\x60','\x63','\x0e','\x60','\x7f','\x0c','\x60','\x63','\x0c','\x60','\x60','\x18','\x62','\x00','\x18','\x62','\x00','\x30','\x63','\x00','\x60','\x7f','\x03','\x80','\x3e','\x00','\x77','\x10','\x10','\x66','\x1c','\x0c','\x66','\x38','\x06','\x66','\x20','\x06','\x66','\x46','\xff','\xff','\xff','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x19','\x03','\x0c','\x19','\xff','\x8c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x21','\xff','\x0c','\x61','\x83','\x0c','\x40','\x00','\x1c','\x80','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0d','\xff','\xfe','\x0c','\x0c','\x00','\x0c','\x8c','\x00','\xff','\xcc','\x00','\x0c','\x09','\x80','\x0c','\x1f','\xc0','\x1c','\x19','\x80','\x1e','\x01','\x86','\x1d','\x79','\xff','\x3d','\xc9','\x86','\x2d','\xc9','\x86','\x2c','\x49','\xa4','\x4c','\x49','\x9c','\x4c','\x49','\x88','\x8c','\x49','\x9c','\x0c','\x7b','\x16','\x0c','\x03','\x26','\x0c','\x1f','\x40','\x0c','\x06','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x00','\x00','\x18','\xc0','\x00','\x18','\x60','\x00','\x18','\x70','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x06','\xff','\xe0','\x66','\x0c','\x6f','\xf6','\x0c','\x60','\x06','\x0c','\x60','\x06','\x1e','\x64','\x66','\x1d','\x67','\xf6','\x1d','\xe6','\x66','\x3d','\xe6','\x66','\x2c','\x66','\x66','\x2c','\x66','\x66','\x6c','\x66','\x66','\x4c','\x67','\xe6','\x8c','\x66','\x66','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x3e','\x0c','\x60','\x0c','\x07','\x00','\x18','\x06','\x40','\x7c','\x46','\x71','\xe0','\x26','\x6e','\xc0','\x36','\x60','\xc0','\x36','\x40','\xc0','\x06','\x80','\xc0','\x06','\x00','\xc0','\x7f','\xe0','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x0f','\x00','\xc0','\x0e','\xc0','\xc0','\x1e','\x60','\xc0','\x16','\x60','\xc0','\x36','\x00','\xc0','\x26','\x00','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x04','\x1c','\x70','\x07','\x18','\x60','\x06','\x18','\x64','\x06','\xff','\xfe','\x0c','\x18','\x60','\x0c','\x18','\x60','\x18','\x00','\x00','\x18','\x40','\x18','\x38','\x7f','\xfc','\x38','\x63','\x18','\x58','\x63','\x18','\x98','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x18','\x03','\x04','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x08','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x02','\x1b','\xff','\xff','\x18','\x00','\x00','\x0e','\xe0','\xe0','\x0c','\xc0','\xc0','\x0c','\xcc','\xc0','\xff','\xfe','\xc0','\x0c','\xc0','\xc0','\x0c','\xc0','\xc0','\x20','\x30','\xc6','\x3f','\xfb','\xff','\x33','\x30','\xc6','\x33','\x30','\xc6','\x33','\x30','\xc6','\x3f','\xf0','\xc6','\x33','\x00','\xc6','\x03','\x10','\xc6','\x7f','\xf9','\x86','\x03','\x01','\x86','\x03','\x11','\x86','\x7f','\xf9','\x0c','\x03','\x03','\x0c','\x03','\x02','\x0c','\x03','\x76','\x1c','\xff','\x84','\x18','\x78','\x08','\xf8','\x40','\x30','\x30','\x00','\x10','\x00','\x0e','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x06','\x0c','\x3f','\xff','\xff','\xb0','\x06','\x0c','\x20','\x06','\x0c','\x60','\x06','\x0c','\x40','\xc6','\x0c','\x9f','\xe6','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\xc0','\x06','\x0f','\x00','\x46','\xfc','\x03','\x8e','\x70','\x3e','\x0c','\x40','\x18','\x0c','\x00','\x10','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x01','\xf8','\x00','\x00','\x70','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x30','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x01','\x00','\x06','\x01','\xc0','\x0d','\x09','\x8c','\x0c','\x8f','\xfe','\x08','\xcc','\x0c','\x18','\xcc','\x0c','\x10','\x0f','\xfc','\x21','\x8c','\x0c','\x3f','\xcc','\x0c','\x4c','\x0f','\xfc','\x8c','\x00','\xc0','\x0d','\x80','\xc0','\x7f','\xd0','\xc6','\x0c','\x1f','\xff','\x0d','\x18','\xc6','\x8d','\xd8','\xc6','\x4d','\x98','\xc6','\x6d','\x18','\xc6','\x6e','\x18','\xc6','\x0c','\x18','\xc6','\x0f','\x98','\xde','\xfc','\x18','\xcc','\x70','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\x70','\x00','\x03','\xf8','\x08','\x3f','\x80','\x0f','\xe0','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0f','\xff','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x10','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x00','\x62','\x00','\x00','\xf3','\x80','\x23','\x83','\x00','\x3c','\x03','\x00','\x30','\x03','\x00','\x30','\x06','\x06','\x30','\x07','\xff','\x30','\xc4','\x06','\x3f','\xec','\x06','\x33','\x09','\xc4','\x33','\x11','\x88','\x33','\x21','\x80','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x03','\x40','\x33','\x03','\x40','\x33','\x03','\x40','\x23','\x02','\x20','\x23','\x06','\x20','\x63','\x04','\x30','\x43','\x0c','\x18','\x43','\x08','\x1f','\x83','\x10','\x0e','\x03','\x60','\x06','\x06','\x04','\x00','\x06','\x07','\x00','\x0d','\x06','\x00','\x0c','\xc6','\x00','\x08','\x66','\x06','\x18','\x67','\xff','\x10','\x04','\x06','\x21','\x8c','\x04','\x3f','\xc9','\xc8','\x46','\x09','\x80','\x86','\x11','\x80','\x06','\xc1','\x80','\x7f','\xe1','\x80','\x06','\x01','\x80','\x06','\x83','\x40','\x46','\xe3','\x40','\x26','\xc3','\x40','\x36','\x82','\x20','\x37','\x06','\x20','\x06','\x64','\x30','\x07','\x8c','\x18','\xfe','\x08','\x1f','\x70','\x10','\x0e','\x40','\x60','\x06','\x00','\x60','\x06','\xff','\xf7','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x7f','\xe3','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xc0','\x66','\xfe','\x37','\xff','\x70','\x30','\x00','\x40','\x68','\x00','\x00','\xc6','\x00','\x01','\x83','\xc0','\x06','\x00','\xff','\x19','\xff','\x3e','\xe0','\x00','\x06','\x00','\x01','\x80','\x0f','\xff','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x30','\xcc','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x07','\xc1','\xe0','\x0f','\x33','\xd0','\x1b','\x36','\xdc','\x33','\x0c','\xcf','\xc3','\x30','\xc6','\x03','\x00','\xc0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x98','\xf0','\x06','\x18','\x3f','\x1b','\xff','\xce','\xe0','\x04','\x00','\x06','\x66','\x60','\x06','\x18','\x60','\x06','\x26','\x60','\x06','\xc2','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x30','\x0c','\x30','\x24','\x0c','\x30','\x43','\x0c','\x33','\xfd','\x8c','\x31','\xc1','\x8c','\x31','\x00','\x7c','\x30','\x00','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x18','\x67','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x21','\x88','\x70','\x41','\x90','\x30','\x80','\x21','\xc0','\x1f','\xc1','\x80','\x18','\xc1','\x8c','\x18','\xdf','\xfe','\x18','\xc1','\x8c','\x1f','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xc1','\x8c','\x1f','\xc3','\x0c','\x18','\xc3','\x0c','\x10','\xc2','\x0c','\x30','\xc6','\x1c','\x20','\xc4','\x18','\x47','\xc8','\xf8','\x81','\xb0','\x30','\x20','\x30','\x00','\x3f','\xf8','\x18','\x31','\x07','\xfc','\x31','\x02','\x18','\x3f','\xf1','\x18','\x30','\x31','\x30','\x30','\x30','\xb0','\x3f','\xf0','\x60','\x31','\x00','\xf8','\x31','\x01','\x9f','\x3f','\xf3','\x0e','\x30','\x0c','\x06','\x00','\x41','\x00','\x00','\x71','\xc0','\x04','\xc3','\x80','\x03','\x06','\x10','\x01','\x88','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x44','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\x18','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc0','\x70','\x04','\x0f','\xf8','\x07','\xf0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x00','\x10','\x06','\x00','\x20','\x06','\x00','\xc0','\x06','\x00','\x00','\x06','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x07','\x0c','\x31','\xff','\x8c','\x30','\x18','\x0c','\x30','\x18','\xcc','\x37','\xff','\xec','\x30','\x38','\x0c','\x30','\x7c','\x0c','\x30','\x5b','\x0c','\x30','\x99','\x8c','\x31','\x18','\xcc','\x36','\x18','\xcc','\x30','\x18','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0d','\x83','\x40','\xff','\xc3','\x40','\x01','\x82','\x20','\x03','\x06','\x30','\x03','\x04','\x18','\x06','\x8c','\x1c','\x06','\xcb','\xef','\x0c','\x90','\x06','\x1d','\x20','\x00','\x2e','\x00','\x18','\xcd','\x8f','\xfc','\x0c','\xc0','\x18','\x0c','\xc0','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1c','\x0c','\x30','\x18','\x08','\x20','\x18','\x09','\x22','\x18','\x7f','\xff','\x1b','\x08','\x20','\xff','\x9c','\x70','\x03','\x1a','\x68','\x06','\x2a','\xac','\x06','\xc9','\x27','\x0c','\x0a','\x26','\x09','\x08','\x20','\x19','\x80','\x00','\x3d','\x3f','\xfc','\x5a','\x00','\x00','\x9b','\x00','\x06','\x1b','\x7f','\xff','\x18','\x01','\x80','\x18','\x21','\x80','\x18','\x39','\x90','\x18','\x31','\x8c','\x18','\x61','\x86','\x18','\xc1','\x87','\x19','\x0f','\x83','\x18','\x03','\x00','\x06','\x07','\x70','\x7f','\x06','\x60','\x00','\x06','\x66','\x00','\x7f','\xff','\x03','\x06','\x60','\xff','\x86','\x60','\x00','\x00','\x00','\x00','\x20','\x0c','\x06','\x3f','\xfe','\x7f','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\xfc','\x7f','\x31','\x8c','\x00','\x01','\x80','\x00','\x01','\x88','\x46','\x3f','\xfc','\x7f','\x01','\x80','\x66','\x01','\x88','\x66','\x3f','\xfc','\x66','\x01','\x80','\x66','\x01','\x82','\x7e','\xff','\xff','\x66','\x00','\x00','\x00','\x00','\x18','\x40','\x00','\x7c','\x30','\x23','\xe0','\x18','\x3e','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\x00','\x3f','\xff','\x00','\x30','\x60','\x0c','\x30','\x60','\xfe','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x60','\x60','\x0c','\x40','\x60','\x0c','\x80','\x60','\x0d','\x00','\x60','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x03','\x3f','\x09','\xff','\x9e','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x40','\x08','\x18','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x03','\x19','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x43','\x06','\x80','\x7f','\x86','\x80','\x63','\x0c','\x40','\x63','\x0c','\x40','\x63','\x18','\x20','\x63','\x10','\x30','\x63','\x20','\x1c','\x63','\x40','\xcf','\x63','\x9f','\xe6','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x00','\x30','\x63','\x3f','\xf8','\x7f','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x60','\x60','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\x00','\x00','\x06','\x08','\x0c','\x0d','\x0f','\xfe','\x0c','\xcc','\x0c','\x08','\x6c','\x0c','\x18','\x6c','\x0c','\x10','\x0f','\xfc','\x21','\x8c','\x0c','\x3f','\xcc','\x0c','\x46','\x0c','\x0c','\x86','\x0f','\xfc','\x06','\xcc','\x8c','\x7f','\xec','\x80','\x06','\x0c','\x84','\x06','\x8c','\x87','\x46','\xec','\x4e','\x26','\xcc','\x58','\x36','\x8c','\x60','\x37','\x0c','\x20','\x06','\x0c','\x30','\x07','\xcc','\xd8','\x7e','\x3f','\x1f','\x38','\x1c','\x0e','\x20','\x10','\x06','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc1','\x80','\xff','\xff','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x82','\x03','\x01','\x82','\x06','\x01','\x82','\x04','\x01','\x83','\x08','\x01','\xff','\x30','\x00','\xfe','\xc0','\x00','\x00','\x04','\x00','\x00','\x07','\x20','\x18','\x06','\x3f','\xfc','\x06','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x38','\x30','\x18','\x38','\x30','\x18','\x58','\x3f','\xf8','\x98','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x10','\x00','\x18','\x1c','\x60','\x18','\x38','\x1c','\x18','\x60','\x0e','\x19','\x80','\x06','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x00','\x0c','\x22','\x0c','\x0c','\x43','\xfe','\x0c','\x83','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\xfc','\x0c','\x03','\x0c','\x1c','\x03','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x40','\x30','\x00','\x70','\x31','\x80','\x60','\x30','\x60','\xe0','\x30','\x30','\xc0','\x30','\x19','\x80','\x30','\x0f','\x00','\x30','\x06','\x00','\x30','\x07','\x00','\x30','\x0d','\x80','\x30','\x18','\xc0','\x30','\x30','\xe0','\x30','\x60','\x70','\x30','\xc0','\x30','\x33','\x00','\x30','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x02','\x08','\x00','\x03','\x8e','\x00','\x43','\x0c','\x00','\x26','\x0c','\x00','\x16','\x18','\x06','\x0c','\x1f','\xff','\x18','\x30','\x06','\x34','\x20','\x06','\x44','\x50','\xc6','\x86','\x9f','\xe6','\x0e','\x18','\xc6','\x0a','\x18','\xc6','\x1b','\x18','\xc6','\x13','\x18','\xc6','\x23','\x18','\xc6','\x43','\x18','\xc6','\x83','\x1f','\xc6','\x03','\x18','\xc6','\x03','\x18','\x06','\x03','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x1c','\x3e','\x00','\xf8','\x0c','\x00','\x30','\x00','\x04','\x00','\x00','\x07','\x00','\x01','\x86','\x00','\xff','\xc6','\x00','\x0c','\x06','\x30','\x0c','\x07','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x60','\x0c','\x18','\x60','\x7f','\x90','\x60','\x0c','\x20','\xc0','\x0c','\x40','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x02','\x40','\x0f','\x86','\x20','\xfc','\x0c','\x20','\x70','\x18','\x30','\x40','\x30','\x18','\x00','\x60','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x10','\x08','\x06','\x1c','\x0f','\xff','\x18','\x0c','\x00','\x18','\x0c','\x00','\x30','\xcc','\x00','\x3f','\xec','\x00','\x26','\x0c','\x0c','\x46','\x0f','\xfe','\x86','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x6c','\x0c','\xff','\xfc','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0f','\xfc','\x06','\x0c','\x0c','\x0d','\x0c','\x00','\x0c','\x8c','\x00','\x08','\xcc','\x00','\x18','\x6c','\x00','\x10','\x6c','\x00','\x20','\x6c','\x06','\xc0','\x0f','\xff','\x00','\x0c','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9d','\x80','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x08','\x00','\x00','\x0e','\x08','\x06','\x0c','\x0f','\xff','\x28','\xcc','\x00','\x3f','\xec','\x08','\x30','\xcc','\x0e','\x30','\xcd','\x0c','\x3f','\xcc','\x8c','\x30','\xcc','\x58','\x30','\xcc','\x58','\x30','\xcc','\x30','\x3f','\xcc','\x30','\x30','\xcc','\x28','\x30','\xcc','\x6c','\x30','\xcc','\x44','\xff','\xcc','\xc6','\x71','\xcc','\x86','\x43','\xcd','\x06','\x06','\xce','\x00','\x0c','\xcc','\x00','\x18','\xcc','\x06','\x30','\xcf','\xff','\xc7','\xcc','\x00','\x01','\x8c','\x00','\x40','\xc0','\x00','\x7f','\xe8','\x06','\x62','\x0f','\xff','\x62','\x0c','\x00','\x62','\x0c','\x08','\x7f','\xcc','\x0e','\x62','\x0d','\x0c','\x62','\x0c','\x8c','\x62','\x0c','\x58','\x7f','\xcc','\x58','\x62','\x0c','\x30','\x62','\x0c','\x30','\x62','\xcc','\x28','\x7f','\xec','\x6c','\x60','\x4c','\x44','\x00','\x4c','\xc6','\x55','\x4c','\x86','\x55','\x4d','\x06','\x50','\x4e','\x00','\xc0','\xcc','\x00','\xc0','\xcc','\x06','\x01','\x8f','\xff','\x0f','\x8c','\x00','\x03','\x0c','\x00','\x40','\x60','\x18','\x7f','\xf0','\x3c','\x62','\x04','\xe0','\x62','\x07','\x00','\x62','\x06','\x00','\x7f','\xe6','\x00','\x62','\x06','\x00','\x62','\x06','\x00','\x62','\x06','\x0c','\x7f','\xe7','\xfe','\x62','\x06','\x30','\x62','\x06','\x30','\x62','\x66','\x30','\x7f','\xf6','\x30','\x60','\x66','\x30','\x00','\x66','\x30','\x55','\x66','\x30','\x55','\x66','\x30','\x50','\x66','\x30','\xc0','\x66','\x30','\xc0','\xe6','\x30','\x00','\xc6','\x32','\x07','\xdf','\xff','\x01','\x80','\x00','\x40','\x62','\x00','\x7f','\xf3','\x80','\x62','\x03','\x00','\x62','\x03','\x00','\x62','\x06','\x06','\x7f','\xc7','\xff','\x62','\x0c','\x06','\x62','\x08','\x06','\x62','\x14','\x66','\x7f','\xc7','\xf6','\x62','\x06','\x66','\x62','\x06','\x66','\x62','\x66','\x66','\x7f','\xf6','\x66','\x60','\x66','\x66','\x00','\x66','\x66','\x55','\x67','\xe6','\x55','\x66','\x66','\x50','\x66','\x06','\xc0','\x60','\x06','\xc0','\xe0','\x0e','\x00','\xc0','\x0c','\x07','\xc0','\x7c','\x01','\x80','\x18','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\xc0','\x03','\x80','\x38','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x19','\x18','\x1b','\xff','\x98','\x19','\xe1','\x98','\x19','\x00','\x78','\x18','\x20','\x30','\x03','\x98','\x00','\x13','\x0c','\x10','\x13','\x0c','\x4c','\x23','\x00','\x46','\xe3','\x00','\x67','\xc3','\xff','\xe3','\x01','\xff','\xc0','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x30','\x18','\x30','\x3f','\xa0','\x37','\xf0','\x08','\x30','\x30','\x0c','\x30','\x1f','\xfc','\x30','\x00','\x00','\x30','\x3f','\xc0','\x33','\x20','\x40','\x33','\x20','\x40','\x33','\x3f','\xc0','\x33','\x00','\x00','\x33','\xff','\xf0','\x30','\x00','\x30','\x30','\x00','\x32','\x2f','\xff','\xff','\x60','\xc0','\x00','\x40','\xe0','\x60','\x81','\x80','\x1c','\x0e','\x00','\x0c','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x80','\x43','\x06','\x40','\x7f','\x8c','\x60','\x63','\x0c','\x30','\x63','\x19','\x9c','\x63','\x31','\x8f','\x63','\x5f','\xf6','\x63','\x98','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x1f','\xf4','\x7f','\x18','\x87','\x63','\x18','\x86','\x60','\x18','\x4c','\x00','\x18','\x50','\x00','\x18','\x20','\x00','\x1b','\xb8','\x00','\xfe','\x1f','\x00','\x70','\x0e','\x00','\x40','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x61','\x03','\x88','\x61','\xc3','\x10','\x01','\x83','\x00','\x03','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x40','\x18','\x07','\x7f','\xfc','\x06','\x63','\x18','\x06','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x38','\x63','\x18','\x38','\x7f','\xf8','\x58','\x63','\x18','\x98','\x03','\x00','\x19','\x03','\x06','\x19','\xff','\xff','\x19','\x83','\x06','\x19','\x83','\x46','\x19','\x83','\x26','\x19','\x83','\xf6','\x19','\xbf','\x36','\x19','\x9c','\x36','\x19','\x90','\x06','\x19','\x80','\x06','\x19','\x80','\x3e','\x19','\x80','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x19','\x0c','\x30','\x18','\x8c','\x37','\xff','\xcc','\x33','\xe0','\xcc','\x32','\x00','\xcc','\x30','\x00','\x3c','\x30','\x00','\x18','\x00','\x40','\x18','\x40','\x7f','\xfc','\x30','\x63','\x18','\x18','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x7f','\xf8','\x00','\x03','\x00','\x0c','\x83','\x06','\xfe','\xff','\xff','\x0c','\xc3','\x06','\x0c','\xc3','\x46','\x0c','\xc3','\x26','\x0c','\xdf','\xf6','\x0c','\xce','\x36','\x0c','\xc8','\x06','\x0c','\xc0','\x1e','\x0c','\xc0','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x43','\x20','\x18','\x7f','\xbf','\xfc','\x63','\x31','\x18','\x63','\x31','\x18','\x62','\x31','\x18','\x66','\x3f','\xf8','\x64','\x31','\x18','\x64','\x31','\x18','\x68','\x31','\x18','\x64','\x3f','\xf8','\x66','\x31','\x18','\x62','\x01','\x00','\x63','\x41','\x06','\x63','\x7f','\xff','\x63','\x61','\x06','\x63','\x61','\x46','\x63','\x61','\x26','\x6f','\x7f','\xf6','\x66','\x6e','\x36','\x60','\x68','\x36','\x60','\x60','\x06','\x60','\x60','\x06','\x60','\x60','\x3e','\x60','\x60','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x1c','\x20','\x80','\x18','\x38','\xe0','\x18','\x32','\xc6','\x18','\x3f','\xff','\x18','\x68','\xa0','\xff','\x4d','\x18','\x18','\x84','\x08','\x18','\x00','\x00','\x18','\x42','\x46','\x3c','\x7f','\x7f','\x3a','\x62','\x66','\x3b','\x62','\x66','\x3b','\x7e','\x66','\x78','\x62','\x66','\x58','\x62','\x66','\x58','\x7e','\x66','\x98','\x60','\x66','\x18','\x64','\x66','\x18','\x62','\x66','\x18','\x67','\x7e','\x19','\xfb','\x6c','\x18','\xe3','\x60','\x18','\x80','\x60','\x18','\x00','\x60','\x06','\x00','\x07','\x06','\x07','\x06','\x0d','\x06','\x76','\x0c','\xc6','\x66','\x08','\x66','\x66','\x18','\x66','\x66','\x10','\x06','\x66','\x21','\x86','\x66','\x3f','\xc6','\x66','\x46','\x06','\x66','\x86','\x06','\x66','\x06','\xc6','\x66','\x7f','\xe6','\x66','\x06','\x06','\x66','\x06','\x86','\x66','\x46','\xe6','\x66','\x26','\xc6','\x66','\x36','\x86','\x66','\x37','\x06','\x66','\x06','\x0c','\x66','\x07','\xcc','\x66','\x7e','\x18','\x06','\x38','\x30','\x06','\x20','\xc0','\x06','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x19','\x07','\x20','\x18','\xc6','\x38','\x18','\x66','\x30','\x18','\x66','\x20','\x18','\x06','\x40','\x18','\xff','\xf8','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xff','\xf8','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xff','\xf8','\x20','\xc0','\x18','\x60','\xc0','\x18','\x40','\xc0','\x18','\x80','\xc0','\xf8','\x00','\xc0','\x30','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x07','\x00','\x19','\xc6','\x1c','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\xff','\xf8','\x19','\x86','\x18','\x30','\x06','\x00','\x30','\x06','\x00','\x33','\x86','\x0e','\x23','\x06','\x0c','\x63','\x06','\x0c','\x43','\x06','\x0c','\x83','\xff','\xfc','\x03','\x00','\x0c','\x03','\x00','\x0c','\x1c','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\xff','\x60','\x0c','\x18','\x60','\x00','\x18','\x60','\xe0','\x18','\x60','\xc0','\x18','\x6c','\xcc','\x19','\x6c','\xcc','\x1e','\x6c','\xcc','\xf8','\x6c','\xcc','\x78','\x6f','\xfc','\x58','\x6c','\xcc','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\x98','\xc6','\x19','\x98','\xc6','\x19','\x18','\xc6','\x1a','\x18','\xc6','\xf8','\x1f','\xfe','\x30','\x18','\x06','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x06','\x08','\x61','\xc6','\x10','\x63','\x86','\x00','\x07','\x07','\xfe','\x0c','\x03','\xfe','\x38','\x00','\x00','\xcf','\xff','\xf8','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0f','\xff','\xf8','\x0c','\x00','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x18','\xff','\xf0','\x18','\xc6','\x30','\x10','\x06','\x00','\x33','\x06','\x0c','\x23','\x06','\x0c','\xc3','\xff','\xfc','\x03','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x01','\x98','\x1c','\xff','\xdc','\x18','\x01','\x9a','\x30','\x03','\x1b','\x40','\x03','\x19','\x80','\x06','\x18','\xc0','\x0c','\x18','\x70','\x18','\x18','\x3f','\x30','\xf8','\x1e','\xc0','\x30','\x06','\x08','\x00','\x60','\x0f','\xff','\xf0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x1d','\xc2','\x70','\x19','\x83','\xe0','\x19','\x93','\x60','\xff','\xfb','\x60','\x19','\x83','\x60','\x19','\x83','\x64','\x1f','\x86','\x67','\x06','\x06','\x66','\x46','\x66','\x6c','\x7f','\xe6','\x68','\x66','\x6e','\x70','\x66','\x6e','\x60','\x66','\x76','\x60','\x66','\x66','\x60','\x7f','\xe6','\x60','\x66','\x66','\x60','\x06','\x06','\x60','\x06','\x66','\x60','\xff','\xf6','\x62','\x06','\x06','\x62','\x06','\x06','\x62','\x06','\x06','\x63','\x06','\x06','\x7f','\x06','\x06','\x3e','\x08','\x18','\x10','\x0e','\x10','\x1c','\x0d','\xff','\x18','\x50','\x10','\xa0','\x24','\xfe','\x48','\x36','\x92','\x6c','\x0c','\x92','\x18','\x12','\xfe','\x22','\xff','\x93','\xff','\x69','\x92','\xd1','\x08','\xfe','\x10','\x2a','\x10','\x54','\x4b','\xff','\x96','\x49','\x10','\x92','\x88','\x11','\x10','\x00','\x00','\x00','\x08','\x00','\x60','\x0f','\xff','\xf0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x10','\x1c','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x83','\x0c','\x60','\xe3','\x10','\x61','\xc3','\x00','\x07','\x03','\xfe','\x78','\x01','\xfe','\x00','\x00','\x00','\x18','\x03','\x80','\x0e','\x03','\x08','\x06','\x7f','\xfc','\xc0','\x03','\x00','\x70','\x03','\x02','\x31','\xff','\xff','\x04','\x00','\x00','\x04','\x03','\x80','\x08','\x03','\x04','\x18','\xff','\xfe','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x02','\x3b','\xff','\xff','\x18','\x00','\x00','\x08','\x07','\x00','\x0e','\x06','\x08','\x0c','\x46','\x1c','\x10','\x26','\x70','\xff','\xf7','\x84','\x78','\x36','\x04','\x40','\x06','\x06','\x3f','\xe7','\xfe','\x30','\x63','\xfc','\x30','\x60','\x00','\x3f','\xe7','\x08','\x30','\x66','\x1c','\x30','\x66','\x70','\x3f','\xe7','\x84','\x30','\x66','\x04','\x30','\x66','\x06','\x31','\xe7','\xfe','\x30','\xc3','\xfc','\x00','\x00','\x00','\x08','\x84','\x10','\x10','\x43','\x0c','\x30','\x61','\x86','\xe0','\x61','\x87','\xc0','\x61','\x83','\x43','\x20','\x0c','\x7f','\xbf','\xfe','\x63','\x31','\x8c','\x63','\x31','\x8c','\x62','\x31','\x8c','\x66','\x3f','\xfc','\x64','\x31','\x8c','\x64','\x31','\x8c','\x68','\x31','\x8c','\x64','\x3f','\xfc','\x66','\x30','\x0c','\x62','\x00','\x00','\x63','\x00','\x06','\x63','\xff','\xff','\x63','\x19','\x08','\x63','\x19','\x0e','\x63','\x18','\x9c','\x6f','\x18','\xb0','\x66','\x18','\x40','\x60','\x18','\x60','\x60','\x1b','\x38','\x60','\xfc','\x1f','\x60','\x70','\x0e','\x60','\x40','\x06','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x86','\x00','\x03','\xff','\x00','\x06','\x0e','\x00','\x0c','\x1c','\x00','\x30','\x3a','\x00','\xc0','\xe1','\x80','\x01','\x80','\xf0','\x07','\x1c','\x3f','\x1c','\x18','\x8e','\xe2','\x18','\xe0','\x01','\x98','\xc0','\x01','\x99','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x3a','\x00','\x00','\x79','\x00','\x00','\xd9','\x80','\x01','\xd8','\xc0','\x03','\x98','\x70','\x0e','\x18','\x3f','\x38','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x08','\x08','\x30','\x0e','\x0f','\xf8','\x0c','\x0c','\x30','\x08','\x0c','\x30','\x92','\x0c','\x30','\x63','\x8f','\xf0','\x33','\x00','\x00','\x36','\x00','\x00','\x04','\x3e','\x7c','\x0a','\x22','\x44','\x11','\x22','\x44','\xff','\xa2','\x44','\x7d','\xbe','\x7c','\x4c','\x01','\x80','\x0c','\x01','\x86','\x4e','\xff','\xff','\x7d','\x07','\xa0','\x6d','\x85','\xa0','\x6d','\x8d','\x90','\x4c','\x0d','\x98','\x4c','\x19','\x8f','\x8c','\x31','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x00','\x00','\xc0','\x07','\xff','\xe0','\x00','\x01','\x80','\x01','\xe7','\x00','\x00','\x1c','\x00','\x00','\x63','\xc0','\x07','\x80','\xc0','\x00','\x00','\x18','\x7f','\xef','\xfc','\x00','\xc0','\x18','\x19','\x83','\x30','\x07','\x00','\xc0','\x0d','\x81','\xb0','\x18','\xc6','\x1c','\x60','\xd8','\x0c','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0c','\x06','\x70','\x0c','\x1f','\x60','\x0a','\x70','\x60','\x19','\x10','\x60','\x19','\x90','\x64','\x11','\x91','\x67','\x30','\x11','\x66','\x20','\xff','\x66','\x7f','\x11','\x64','\x4c','\x13','\x68','\x8c','\x13','\x60','\x0c','\x38','\x60','\x7f','\xb4','\x60','\x0c','\x36','\x50','\x0d','\x36','\x50','\x8d','\x70','\xd0','\x4d','\x50','\xd0','\x6e','\x50','\xd8','\x6c','\x90','\x88','\x0c','\x11','\x88','\x0f','\x11','\x0c','\xfc','\x13','\x0f','\x70','\x12','\x06','\x40','\x14','\x06','\x00','\xe0','\xe0','\x07','\xf0','\xc0','\x7e','\x00','\xc0','\x02','\x00','\xc0','\xff','\xf8','\xc0','\x02','\x00','\xc6','\x3f','\xef','\xff','\x22','\x20','\xc6','\x22','\x20','\xc6','\x3f','\xe0','\xc6','\x22','\x20','\x86','\x22','\x21','\x86','\x3f','\xe1','\x86','\x02','\x01','\x06','\x7f','\xf3','\x0c','\x02','\x02','\x0c','\xff','\xf4','\x7c','\x7c','\x08','\x18','\x40','\x00','\x00','\x09','\x08','\x20','\x08','\x86','\x18','\x30','\xc3','\x0e','\xe0','\xc3','\x87','\xc0','\xc1','\x83','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x66','\xff','\xff','\xff','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x1f','\xff','\xe0','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x18','\x03','\xff','\xfc','\x07','\x80','\x18','\x0d','\x80','\x18','\x19','\x80','\x18','\x31','\x80','\x18','\xc1','\x80','\x18','\x01','\xff','\xf8','\x01','\x80','\x18','\x01','\x80','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\xc0','\x00','\x0f','\xe0','\x0f','\xfc','\x00','\x00','\x10','\x0c','\x7f','\xff','\xfe','\x00','\x10','\x00','\x0f','\xff','\xf0','\x08','\x10','\x10','\x0f','\xff','\xf0','\x08','\x10','\x10','\x0f','\xff','\xf0','\x00','\x10','\x00','\x3f','\xff','\xfc','\x00','\x10','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x82','\x08','\x20','\x41','\x06','\xe0','\x61','\x83','\xc0','\x61','\x83','\x03','\x00','\x07','\x7f','\x8e','\x06','\x00','\x0c','\xe6','\x00','\x0c','\xc6','\x01','\x8c','\xc6','\xff','\xcc','\xc6','\x00','\x0c','\xc6','\x00','\x0c','\xc6','\x03','\x0c','\xc6','\x7f','\x8c','\xc6','\x00','\x0c','\xc6','\x00','\x0c','\xc6','\x03','\x0c','\xc6','\x7f','\x8c','\xc6','\x00','\x0c','\xc6','\x00','\x0c','\xc6','\x43','\x18','\xc6','\x7f','\x98','\xc6','\x63','\x18','\xc6','\x63','\x10','\xc6','\x63','\x30','\x06','\x63','\x20','\x06','\x7f','\x40','\x06','\x60','\x80','\x06','\x00','\x64','\x08','\x7f','\xf3','\x0e','\x0c','\x61','\x8c','\x0c','\x61','\x88','\x0c','\x68','\x12','\xff','\xff','\xff','\x0c','\x60','\x60','\x0c','\x60','\x60','\x0c','\x60','\x60','\x7f','\xe0','\x64','\x0c','\x67','\xfe','\x0c','\x00','\x60','\x0c','\x00','\x60','\x18','\x60','\x60','\x1f','\xf0','\x60','\x1c','\x60','\x62','\x3c','\x6f','\xff','\x2c','\x60','\x60','\x4c','\x60','\x60','\x8c','\x60','\x60','\x0c','\x60','\x60','\x0f','\xe0','\x60','\x0c','\x60','\x60','\x0c','\x00','\x60','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x1c','\x04','\x00','\x18','\x08','\x7f','\xff','\xfe','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x31','\x06','\x7f','\xf9','\xff','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x84','\xff','\xfd','\x8c','\x06','\x31','\x88','\x06','\x31','\x88','\x06','\x31','\x90','\x7f','\xf1','\x90','\x0c','\x31','\x88','\x0c','\x01','\x8c','\x0c','\x01','\x86','\x18','\x31','\x86','\x1f','\xf9','\x83','\x1c','\x31','\x83','\x3c','\x31','\x83','\x2c','\x31','\x83','\x4c','\x31','\x83','\x8c','\x31','\xbf','\x0c','\x31','\x8e','\x0f','\xf1','\x80','\x0c','\x31','\x80','\x0c','\x01','\x80','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x30','\xc0','\x7f','\xf8','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xe0','\xff','\xfc','\xd8','\x00','\x00','\xcc','\x00','\x00','\xc6','\x03','\x80','\xc7','\x03','\x00','\xc3','\x03','\x30','\xc0','\x7f','\xf8','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xf8','\xc0','\xff','\x80','\xc0','\x78','\x00','\xc0','\x40','\x00','\xc0','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x32','\x06','\x7f','\xfb','\xff','\x06','\x33','\x06','\x06','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x18','\x63','\x06','\x13','\xe3','\xfe','\x20','\xc3','\x06','\xc0','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x74','\x10','\x00','\xe2','\x1c','\x01','\xc3','\x18','\x07','\x81','\xa0','\x1d','\x80','\xc0','\xe1','\x80','\x70','\x01','\xfc','\x3f','\x1f','\xc0','\x1e','\x0e','\x00','\x06','\x07','\x02','\x06','\x06','\x03','\xff','\x06','\x03','\x06','\x06','\x63','\x06','\xff','\xf3','\x0c','\x00','\x63','\x0c','\x00','\xc3','\x18','\x00','\xc3','\x10','\x01','\x83','\x20','\x03','\x03','\x10','\x02','\x03','\x08','\x07','\x03','\x0c','\x0e','\xc3','\x06','\x1e','\x63','\x06','\x36','\x73','\x03','\xc6','\x33','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x3f','\x06','\x03','\x0e','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x04','\x00','\x38','\x07','\x01','\xfc','\x06','\x7f','\x80','\x06','\x02','\x00','\x0c','\x03','\x80','\x0c','\x43','\x20','\x18','\x34','\x38','\x18','\x18','\x70','\x38','\x0c','\x60','\x38','\x0c','\xc0','\x58','\x01','\x10','\x98','\x02','\x08','\x18','\x04','\x0c','\x19','\xff','\xf6','\x18','\xfb','\x06','\x18','\x83','\x06','\x18','\x23','\x20','\x18','\x3b','\x18','\x18','\x33','\x0c','\x18','\x63','\x0e','\x18','\x43','\x06','\x18','\x83','\x06','\x19','\x03','\x00','\x18','\x03','\x00','\x04','\x00','\x06','\x07','\x1f','\xff','\x06','\x00','\x60','\x06','\x00','\x40','\x0d','\x84','\x8c','\x0d','\x07','\xfe','\x19','\x06','\x0c','\x19','\x26','\x0c','\x39','\x76','\x0c','\x39','\x87','\xfc','\x59','\x06','\x0c','\x99','\x06','\x0c','\x19','\x06','\x0c','\x19','\x07','\xfc','\x19','\x26','\x0c','\x19','\x26','\x0c','\x19','\x36','\x0c','\x19','\xf6','\x0c','\x18','\xe7','\xfc','\x18','\x02','\x00','\x18','\x03','\x88','\x18','\x07','\x06','\x18','\x0c','\x03','\x18','\x30','\x03','\x00','\x00','\x07','\x00','\x18','\x06','\x7f','\xfc','\xe6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x6c','\xc6','\xff','\xfe','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x18','\x60','\xc6','\x18','\x60','\x06','\x10','\x60','\x06','\x30','\x60','\x06','\x20','\x60','\x06','\x40','\x60','\x3e','\x80','\x60','\x0c','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\xc6','\x30','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x31','\x00','\x7f','\xf9','\xc0','\x00','\x01','\x86','\x00','\x01','\xff','\x10','\x63','\x10','\x1f','\xf3','\x1c','\x18','\x66','\x18','\x18','\x69','\x18','\x18','\x61','\x30','\x18','\x60','\xb0','\x1f','\xe0','\x60','\x18','\x60','\xe0','\x30','\x01','\xb8','\x30','\x06','\x1f','\x20','\x18','\x0e','\x44','\x00','\x66','\x87','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x04','\x00','\x18','\x0e','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x03','\x01','\x80','\xff','\x81','\x80','\x18','\x01','\x8c','\x18','\x3f','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x86','\xff','\x7f','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x8c','\x18','\x3f','\xfe','\x18','\x01','\x80','\x19','\x81','\x80','\xfe','\x01','\x80','\x70','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x18','\x0e','\x7f','\xfd','\xcc','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\xff','\xff','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x7c','\x30','\x60','\x18','\xc0','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x18','\x06','\x7f','\xff','\xff','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x30','\xc6','\x3f','\xf9','\x86','\x03','\x01','\x86','\x03','\x03','\x0c','\x03','\x32','\x0c','\x03','\xc4','\x7c','\x7f','\x08','\x18','\x38','\x00','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xf0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x00','\x08','\x00','\x0c','\x0e','\x7f','\xfe','\x1c','\x0c','\x60','\x38','\x0c','\x60','\x70','\x0c','\x60','\xc0','\x0c','\x63','\x04','\x0c','\x60','\x07','\x0c','\x60','\x0e','\x0c','\x66','\x0c','\xff','\xff','\x18','\x0c','\x60','\x30','\x0c','\x60','\x60','\x0c','\x61','\x84','\x0c','\x66','\x07','\x0c','\x60','\x06','\x18','\x60','\x0e','\x18','\x60','\x0c','\x18','\x60','\x18','\x10','\x60','\x30','\x30','\x60','\x60','\x20','\x60','\xc0','\x40','\x63','\x00','\x80','\x6c','\x00','\x04','\x00','\x00','\x07','\x00','\x18','\x0e','\x7f','\xfc','\x0c','\x10','\x18','\x18','\x08','\x30','\x30','\x08','\x30','\x60','\x04','\x60','\x84','\x02','\xc0','\x07','\x03','\x80','\x0e','\x06','\xe0','\x0c','\x0c','\x7f','\x18','\x30','\x1e','\x39','\xc0','\x06','\x78','\x03','\x80','\x98','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x10','\x00','\x09','\xcc','\x10','\x09','\x86','\x0c','\x11','\x86','\x46','\x71','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x42','\x00','\x3f','\xff','\xf8','\x30','\x42','\x18','\x30','\x42','\x18','\x3f','\xff','\xf8','\x30','\x00','\x02','\x3f','\xff','\xff','\x30','\x08','\x06','\x31','\x66','\x24','\x31','\x62','\x98','\x36','\x60','\xcc','\x36','\x3f','\xcc','\x30','\x40','\x00','\x20','\x60','\x60','\x60','\xff','\xf0','\x61','\xa1','\xc0','\x43','\x13','\x00','\x4c','\x0e','\x00','\x80','\x3b','\xc0','\x01','\xe0','\xff','\x3e','\x00','\x1e','\x04','\x00','\x20','\x04','\x00','\x20','\xff','\xe7','\xff','\x04','\x00','\x20','\x7f','\xc3','\xfe','\x04','\x00','\x20','\x05','\xe0','\x20','\xfe','\x0f','\xff','\x64','\x00','\x20','\x04','\x00','\x20','\x3f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x3f','\xff','\xf8','\x00','\x10','\x00','\x09','\xcc','\x18','\x11','\x86','\x46','\x31','\x86','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\xc0','\x80','\x07','\xe0','\xe0','\x7e','\x04','\xcc','\x06','\x07','\xfe','\x06','\x06','\x0c','\x06','\x66','\x0c','\xff','\xf7','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x26','\xc6','\x0c','\x3f','\xe7','\xfc','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x3f','\xc6','\x0c','\x00','\x10','\x00','\x01','\xcc','\x10','\x09','\x86','\x0c','\x11','\x86','\x46','\x31','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x04','\x00','\x0c','\x07','\x00','\x0c','\xce','\x06','\x0f','\x1f','\xff','\xfc','\x30','\x06','\x7c','\x79','\x86','\x4d','\xb3','\xc6','\x0c','\x3c','\x06','\x0c','\x30','\x46','\x0c','\x30','\x66','\x0c','\x3f','\xe6','\x0c','\x1f','\xce','\x0c','\x00','\x0c','\x7c','\x00','\x7c','\x18','\x00','\x18','\x1c','\x10','\x80','\x18','\x1c','\xe0','\x18','\x18','\xc0','\x18','\x31','\x04','\x18','\x3f','\xfe','\x1a','\x71','\x80','\xff','\x71','\x80','\x18','\xbf','\xfc','\x19','\x31','\x80','\x18','\x31','\x80','\x18','\x3f','\xfc','\x19','\x31','\x80','\x1e','\x31','\x82','\xfc','\x3f','\xff','\x78','\x00','\x00','\x58','\xff','\xf0','\x18','\x0c','\x60','\x18','\x0c','\x66','\x18','\x0c','\xff','\x18','\x18','\xc6','\x18','\x18','\x06','\x18','\x30','\x0c','\xf8','\x60','\x7c','\x31','\x80','\x18','\x0e','\xe1','\x00','\x0c','\xc1','\xc0','\x0c','\xc9','\x80','\xff','\xfd','\x80','\x0c','\xc1','\x80','\x0c','\xc1','\x86','\x0c','\xc1','\xff','\x10','\x01','\x10','\x18','\x33','\x1c','\x1f','\xfa','\x18','\x30','\x32','\x18','\x20','\x35','\x18','\x7f','\x39','\x30','\x51','\x31','\x30','\x91','\x30','\xb0','\x11','\x30','\xa0','\x11','\x30','\x60','\x1f','\x30','\x40','\x11','\x60','\xe0','\x10','\x60','\xb0','\x00','\x61','\x98','\x00','\xc3','\x1f','\x07','\xc6','\x0e','\x01','\x98','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x02','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x60','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\xbf','\xfe','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x1e','\x7f','\xff','\x1d','\x80','\x00','\x1c','\xc0','\x00','\x3c','\xc1','\xc0','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x01','\x8c','\x4c','\x7f','\xfe','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x10','\x00','\x38','\x0c','\x01','\xfc','\x06','\x7f','\x80','\x06','\x00','\x08','\x00','\x08','\x0e','\x00','\x86','\x0c','\x80','\x63','\x18','\x60','\x33','\x10','\x32','\x30','\x20','\x32','\x00','\x00','\x04','\x03','\x00','\x04','\x03','\x18','\x0c','\x7f','\xfc','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x31','\xff','\xff','\xf0','\x03','\x00','\x70','\x06','\x80','\x30','\x06','\x40','\x30','\x0c','\x70','\x30','\x18','\x3f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x00','\x01','\xc0','\x00','\x01','\x80','\x40','\xc1','\x80','\x7f','\xc1','\x8c','\x64','\xdf','\xfe','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x86','\x7f','\xff','\xff','\x64','\xc0','\x00','\x64','\xc0','\x00','\x64','\xc1','\xc0','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x8c','\x7f','\xdf','\xfe','\x60','\xc1','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x00','\x00','\x00','\x01','\x83','\xa0','\x0f','\xc3','\x18','\xfc','\x03','\x08','\x0c','\x03','\x06','\x0c','\x7f','\xff','\x0c','\x06','\x60','\x0c','\x86','\x60','\xff','\xcc','\x7f','\x0c','\x18','\x3f','\x0c','\x6c','\x00','\x0c','\x0f','\xf8','\x1e','\x0c','\x00','\x1d','\x8c','\x00','\x1c','\xc7','\xfc','\x3c','\xc0','\x00','\x2c','\x10','\x0c','\x2c','\x1f','\xfe','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x00','\x00','\x70','\x00','\x0f','\xf8','\x3f','\xfc','\x00','\x00','\x20','\x00','\x00','\x38','\x80','\x00','\x30','\xe0','\x04','\x21','\xc0','\x03','\x41','\x80','\x01','\x83','\x00','\x00','\xc2','\x20','\x00','\xc4','\x10','\x00','\x08','\x18','\x00','\x10','\x0c','\x7f','\xff','\xfe','\x3f','\xf8','\x06','\x20','\x18','\x06','\x02','\x18','\x80','\x03','\x98','\x60','\x07','\x18','\x38','\x0e','\x18','\x1c','\x1c','\x18','\x0e','\x30','\x18','\x06','\xc0','\x18','\x06','\x00','\x18','\x00','\x08','\x00','\x00','\x0e','\x00','\x18','\x0c','\x3f','\xfc','\x08','\x04','\x18','\x92','\x04','\x38','\x63','\x82','\x30','\x33','\x03','\x60','\x36','\x01','\xc0','\x04','\x01','\xc0','\x09','\x03','\x70','\x10','\x86','\x3f','\xff','\xcc','\x1e','\x7c','\xf0','\x06','\x4c','\xc1','\xc0','\x0c','\x01','\x80','\x4c','\x01','\x8c','\x7e','\x3f','\xfe','\x6d','\x81','\x80','\x6c','\xc1','\x80','\x4c','\xc1','\x80','\x4c','\x01','\x80','\x8c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x08','\x00','\x70','\x0e','\x38','\x60','\x0c','\x30','\x60','\x08','\x30','\x64','\x92','\x34','\x67','\x63','\xb2','\x66','\x33','\x33','\x6c','\x36','\x33','\x68','\x04','\x30','\x70','\x0a','\x30','\x60','\x11','\x37','\xff','\xff','\xb0','\x60','\x7d','\xb0','\x60','\x4c','\x30','\xf0','\x0c','\x30','\xec','\x4e','\x30','\xe6','\x7d','\x31','\xe6','\x6d','\xb1','\x66','\x6d','\xb2','\x60','\x4d','\xb4','\x60','\x4c','\x30','\x60','\x8c','\x30','\x66','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x02','\x02','\x30','\x02','\x03','\xf8','\xff','\xfb','\x30','\x02','\x03','\x30','\x3f','\xe3','\x3f','\x22','\x26','\x1f','\x3f','\xe8','\x00','\x22','\x27','\xfc','\x22','\x21','\x0c','\x3f','\xe1','\x18','\x02','\x00','\xb0','\xff','\xf8','\x60','\x02','\x41','\xb8','\x02','\x76','\x1f','\x00','\x62','\x06','\x04','\x83','\x80','\x03','\x07','\x10','\x01','\x8c','\x0c','\x7f','\xff','\xf6','\x3f','\xf8','\x06','\x22','\x18','\xc0','\x07','\x98','\x38','\x0e','\x18','\x1c','\x70','\x18','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x01','\xc0','\x70','\x01','\x88','\x60','\x3f','\xfc','\x60','\x01','\x80','\x60','\x01','\x82','\x60','\xff','\xff','\x70','\x00','\x00','\x6c','\x01','\xc0','\x66','\x01','\x84','\x63','\x7f','\xfe','\x63','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x9e','\x60','\xff','\xe0','\x60','\x7c','\x00','\x60','\x40','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x01','\x01','\xc0','\x00','\x83','\x80','\x00','\x67','\x00','\x00','\x3e','\x00','\x00','\x1c','\x00','\x00','\x77','\x80','\x01','\xc1','\xff','\x0f','\x1c','\x3e','\xf0','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x30','\x0e','\x7f','\xf8','\x0c','\x0c','\xc1','\xcc','\x0c','\xc1','\x8c','\x0c','\xc1','\x8c','\x0c','\xd9','\x8c','\xff','\xfd','\x8c','\x0c','\xc1','\x8c','\x0c','\xc1','\x8c','\x0c','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xc1','\x8c','\x10','\xc0','\x0c','\x30','\xc0','\x0c','\x20','\xc0','\x0c','\x40','\xc0','\x7c','\x80','\xc0','\x18','\x00','\x40','\x20','\x08','\x30','\x38','\x06','\x18','\x30','\x03','\x0c','\x60','\x21','\x8c','\x40','\x21','\x80','\x86','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x1c','\x04','\xc0','\x18','\x08','\xc8','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x00','\x18','\x40','\x00','\x18','\x30','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\x80','\x0e','\x20','\x00','\x06','\x01','\x80','\xe0','\x7f','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x60','\xc0','\xff','\xf0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x01','\x80','\xc6','\x7f','\xdf','\xff','\x00','\x00','\xc0','\x00','\x00','\xc0','\x01','\x80','\xc0','\x7f','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x41','\x80','\xc0','\x7f','\xc0','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x03','\x0e','\x00','\x7f','\x8c','\x0c','\x00','\x0c','\x1e','\x00','\x0c','\x38','\x00','\xcc','\xe0','\xff','\xef','\x00','\x00','\x0c','\x02','\x00','\x0c','\x02','\x03','\x0c','\x03','\x7f','\x8f','\xff','\x00','\x07','\xfe','\x00','\x00','\x00','\x03','\x00','\x00','\x7f','\x88','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x41','\x8c','\x0c','\x7f','\xcc','\x0c','\x61','\x8f','\xfc','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x7f','\x8f','\xfc','\x61','\x8c','\x0c','\x0c','\xc1','\x00','\x08','\x89','\xc0','\xff','\xfd','\x86','\x08','\x81','\xff','\x18','\x03','\x18','\x1f','\xe2','\x98','\x30','\x24','\xb0','\x5f','\x20','\x60','\x91','\x20','\xd8','\x11','\x21','\x8f','\x1f','\xe6','\x06','\x00','\xc0','\x00','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x07','\x00','\x0c','\x06','\x0f','\xfe','\x06','\x62','\x0c','\xff','\xf2','\x1c','\x06','\x01','\x18','\x46','\x61','\xb0','\x7f','\xf0','\xe0','\x66','\x60','\xe0','\x66','\x61','\xb8','\x66','\x63','\x1f','\x7f','\xe6','\x0e','\x66','\x78','\x06','\x66','\x60','\xe0','\x66','\x60','\xc0','\x7f','\xe0','\xc0','\x66','\x60','\xcc','\x06','\x0f','\xfe','\x06','\x60','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x06','\x00','\x00','\x00','\x00','\x06','\x00','\x6f','\xff','\xff','\xf0','\xc0','\x20','\x60','\x80','\x10','\xc5','\x0c','\x18','\xc7','\xfe','\x0d','\x86','\x0c','\x07','\x06','\x0c','\x07','\x06','\x0c','\x0d','\xc7','\xfc','\x18','\xf6','\x0c','\x30','\x66','\x0c','\xc7','\x06','\x0c','\x06','\x07','\xfc','\x06','\x66','\x0c','\x7f','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x62','\x00','\x0f','\x83','\x98','\xfc','\x07','\x06','\x70','\x0c','\x03','\x40','\x30','\x03','\x00','\x60','\x80','\x07','\xf0','\xe0','\xfe','\x04','\xcc','\x00','\x07','\xfe','\x08','\x46','\x0c','\x84','\x76','\x0c','\x66','\x67','\xfc','\x36','\x46','\x0c','\x30','\x86','\x0c','\x06','\x07','\xfc','\x06','\x06','\x00','\x7f','\xe6','\x06','\x06','\x07','\xff','\x06','\x06','\x00','\x06','\x06','\x06','\xff','\xf7','\xff','\x06','\x00','\x06','\x06','\x0a','\xa6','\x0d','\x0a','\xb6','\x0c','\x8a','\x96','\x08','\xda','\x8c','\x18','\xd8','\x0c','\x30','\x00','\x7c','\xc0','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x80','\x00','\xc0','\x40','\x01','\x80','\x20','\x01','\x00','\x30','\x02','\x07','\xd8','\x7f','\xfc','\x1c','\x3f','\x00','\x0c','\x20','\x00','\x0c','\x00','\x06','\x00','\x40','\x0f','\x00','\x30','\x58','\x00','\x18','\x61','\x0c','\x0c','\x61','\xfe','\x0c','\x61','\x8c','\x00','\x61','\x8c','\x00','\x61','\x8c','\x00','\x61','\x8c','\x00','\x61','\x8c','\x0c','\x61','\x8c','\xfe','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x6d','\x8c','\x0d','\xf1','\xbc','\x0c','\xc1','\x98','\x0c','\x81','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x19','\x80','\xc6','\x1f','\xdf','\xff','\x11','\x80','\x00','\x31','\x04','\x18','\x22','\x07','\xfc','\x7f','\x86','\x18','\xa4','\x86','\x18','\x24','\x86','\x18','\x24','\x86','\x18','\x3f','\x86','\x18','\x24','\x87','\xf8','\x24','\x80','\xc0','\x24','\x80','\xc0','\x3f','\x88','\xd0','\x00','\x0e','\xc8','\x00','\x8c','\xcc','\x2a','\xcc','\xc6','\x2a','\xd8','\xc6','\x6a','\x10','\xc6','\xc0','\x27','\xc0','\xc0','\x01','\x80','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\xf8','\x76','\x21','\x82','\x66','\x3f','\xff','\x66','\x31','\x06','\x66','\x31','\xe8','\x66','\x3f','\x00','\x66','\x31','\x04','\x66','\x30','\xfc','\x66','\x30','\x00','\x66','\x37','\xfe','\x66','\x30','\x80','\x66','\x31','\xcc','\x66','\x36','\x4e','\x66','\x30','\xe8','\x66','\x33','\x30','\x66','\x2c','\x6c','\x66','\x60','\xe6','\x06','\x61','\xa6','\x06','\x46','\x26','\x06','\x58','\x20','\x06','\x81','\xe0','\x3e','\x00','\xc0','\x0c','\x07','\x03','\x90','\x06','\x03','\x0c','\x06','\x33','\x06','\xff','\xfb','\x06','\x06','\x03','\x00','\x46','\x63','\x00','\x7f','\xf3','\x0c','\x60','\x63','\xfe','\x60','\x7f','\x00','\x60','\x63','\x00','\x7f','\xe3','\x08','\x60','\x63','\x0e','\x60','\x63','\x0c','\x60','\x61','\x98','\x7f','\xe1','\x98','\x66','\x61','\xb0','\x06','\x01','\xb0','\x06','\x30','\xe2','\xff','\xf8','\xc2','\x06','\x01','\xe2','\x06','\x03','\x72','\x06','\x06','\x3f','\x06','\x18','\x1f','\x06','\x60','\x06','\x02','\x02','\x30','\x02','\x03','\xf8','\xff','\xfb','\x30','\x02','\x03','\x30','\x3f','\xe3','\x3f','\x22','\x26','\x1f','\x3f','\xe8','\x00','\x22','\x27','\xfc','\x22','\x21','\x0c','\x3f','\xe0','\x98','\x02','\x00','\x60','\xff','\xf9','\xb8','\x02','\x06','\x1f','\x02','\x00','\xc6','\x00','\x1f','\xe0','\x0f','\xf8','\x00','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x20','\x40','\x80','\x18','\x70','\xe0','\x0c','\x60','\xc0','\x0d','\xfc','\xc0','\x01','\x8c','\xc0','\x01','\x8c','\xc6','\x81','\xfc','\xff','\x61','\x8c','\x8c','\x31','\x8d','\x8c','\x35','\xfd','\x4c','\x04','\x02','\x4c','\x04','\x30','\x4c','\x08','\x30','\x58','\x0b','\xff','\x58','\x18','\x60','\x58','\x10','\x60','\x30','\x30','\x7c','\x30','\xf0','\x4c','\x20','\x70','\xcc','\x70','\x30','\x8c','\x50','\x31','\x98','\xd8','\x31','\x18','\x8f','\x3a','\x79','\x0e','\x18','\x36','\x06','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x11','\x90','\x63','\x1d','\x8c','\x62','\x39','\x86','\x66','\x31','\x87','\x64','\x61','\x83','\x68','\x81','\x80','\x68','\x3f','\xfc','\x64','\x30','\x0c','\x66','\x30','\x0c','\x62','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x01','\x80','\x7f','\x21','\x80','\x66','\x39','\x90','\x60','\x71','\x8c','\x60','\x61','\x86','\x60','\xc1','\x87','\x61','\x0f','\x83','\x60','\x03','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x1c','\x0c','\x0c','\x1b','\xfe','\x0c','\xb0','\x00','\xff','\xe0','\x00','\x0c','\x40','\x00','\x0c','\x90','\x00','\x0c','\x1c','\x00','\x1e','\x18','\x06','\x1d','\x37','\xff','\x1d','\xb0','\x30','\x3d','\xf0','\x30','\x2c','\x70','\x30','\x2c','\xb0','\x30','\x6d','\x30','\x30','\x4c','\x30','\x30','\x8c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x31','\xf0','\x0c','\x30','\x60','\x04','\x40','\x38','\x07','\x70','\x30','\x06','\x60','\x30','\x06','\x7c','\x34','\x0c','\xcf','\xfe','\x0c','\x8d','\x30','\x19','\xd9','\x30','\x1a','\x59','\x30','\x38','\x31','\x32','\x38','\x27','\xff','\x58','\x40','\x30','\x98','\x80','\x30','\x1b','\x07','\x30','\x18','\x06','\x30','\x18','\x06','\x06','\x1b','\xff','\xff','\x18','\x1e','\x80','\x18','\x36','\x80','\x18','\x36','\x40','\x18','\x66','\x70','\x18','\xc6','\x3f','\x19','\x86','\x1e','\x1e','\x06','\x06','\x18','\x06','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x0c','\x03','\xff','\xfe','\x06','\x00','\x0c','\x06','\x00','\x18','\x0c','\x38','\x10','\x08','\x30','\x20','\x10','\x30','\x00','\x20','\x30','\x00','\x40','\x30','\x00','\x00','\x30','\x00','\x00','\x68','\x00','\x00','\x68','\x00','\x00','\x64','\x00','\x00','\xc6','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xe0','\x06','\x00','\x78','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x0c','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x00','\x06','\x18','\x00','\xff','\xfc','\x80','\x06','\x18','\x62','\x06','\x18','\x32','\x06','\x18','\x32','\x06','\x18','\x04','\x06','\x18','\x04','\x06','\x1a','\x0d','\xff','\xff','\x08','\x0d','\x00','\x18','\x0d','\x00','\x18','\x0c','\x80','\x30','\x18','\x80','\xf0','\x18','\x40','\x70','\x10','\x60','\x30','\x30','\x30','\x30','\x20','\x38','\x30','\x40','\x1f','\x38','\x80','\x0e','\x1b','\x00','\x06','\x20','\x38','\x00','\x18','\x30','\x06','\x0d','\xfe','\xff','\x0c','\x30','\x66','\x00','\x30','\x66','\x01','\xfe','\x66','\x80','\x30','\x46','\x40','\x30','\xc6','\x64','\x3c','\x86','\x65','\xf1','\x1e','\x04','\xc0','\x0c','\x04','\x88','\x80','\x08','\x0c','\xe0','\x08','\x48','\xc0','\x18','\x31','\x90','\x18','\x1a','\x0c','\x33','\xff','\xf6','\xf1','\xff','\x06','\x71','\x03','\x00','\x30','\x43','\x20','\x30','\x73','\x18','\x30','\x63','\x0c','\x38','\xc3','\x06','\x1b','\x03','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x30','\x00','\x04','\x60','\x00','\x08','\x60','\x00','\x00','\x01','\x01','\x00','\x01','\xc1','\x00','\x01','\x81','\x00','\x01','\x80','\x80','\x03','\x80','\x80','\x03','\x00','\xc0','\x03','\x00','\x40','\x06','\x00','\x60','\x06','\x00','\x30','\x0c','\x00','\x38','\x08','\x00','\x1c','\x10','\x00','\x1f','\x20','\x00','\x0e','\xc0','\x00','\x04','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x92','\x01','\x86','\x63','\xbf','\xff','\x33','\x01','\x80','\x36','\x01','\x80','\x04','\x01','\x80','\x09','\x01','\x80','\x10','\x81','\x8c','\xff','\xdf','\xfe','\x7c','\xc0','\x00','\x4c','\xc0','\x00','\x0c','\x10','\x0c','\x4c','\x1f','\xfe','\x7d','\x18','\x0c','\x6c','\x98','\x0c','\x6c','\xd8','\x0c','\x4c','\xd8','\x0c','\x4c','\xd8','\x0c','\x8c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x10','\x40','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\x03','\x80','\x7f','\x83','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x01','\x83','\x18','\xff','\xdf','\xfc','\x00','\x03','\x18','\x00','\x03','\x18','\x03','\x03','\x18','\x7f','\x83','\x18','\x00','\x03','\x18','\x00','\x03','\x18','\x03','\x03','\x1a','\x7f','\xbf','\xff','\x00','\x06','\x80','\x00','\x06','\x80','\x43','\x06','\x40','\x7f','\x84','\x40','\x63','\x0c','\x60','\x63','\x08','\x30','\x63','\x18','\x38','\x63','\x10','\x1f','\x7f','\x20','\x0e','\x60','\xc0','\x06','\x02','\x00','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x04','\x00','\x60','\x0c','\x00','\x60','\x08','\x00','\x60','\x10','\x03','\xe0','\x60','\x00','\xc0','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x43','\x00','\x06','\x73','\x00','\x0c','\x63','\x00','\x0c','\x63','\x18','\x18','\x7f','\xfc','\x18','\x43','\x00','\x38','\xc3','\x00','\x38','\x83','\x00','\x59','\x03','\x00','\x98','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x06','\x00','\x07','\x06','\x00','\x06','\x0d','\x00','\x06','\x0c','\x80','\x0c','\x18','\xc0','\x0c','\x18','\x60','\x18','\x30','\x38','\x18','\x60','\x1f','\x38','\xdf','\xe6','\x3b','\x03','\x00','\x58','\x83','\x0c','\x98','\xff','\xfe','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc6','\x8c','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\xc0','\x0e','\x1b','\x00','\x06','\x04','\x04','\x20','\x07','\x47','\x38','\x06','\x26','\x30','\x06','\x36','\x60','\x0c','\x36','\x80','\x0c','\x06','\x0c','\x19','\xff','\xfe','\x18','\x0d','\x00','\x38','\x0d','\x00','\x38','\x18','\x86','\x5b','\xff','\xff','\x98','\x10','\x40','\x18','\x30','\x20','\x18','\x20','\x38','\x18','\x7f','\xdf','\x18','\x80','\xce','\x1b','\x00','\xc6','\x18','\x20','\xc0','\x18','\x3f','\xc0','\x18','\x30','\x08','\x18','\x30','\x08','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x1f','\xf8','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x98','\x0f','\xcf','\xfc','\x18','\xc1','\x98','\x18','\xc1','\x9a','\x19','\xbf','\xff','\x31','\x81','\x98','\x33','\x01','\x98','\x73','\x0f','\xf8','\xb7','\xe1','\x98','\x36','\x61','\x80','\x30','\x61','\x88','\x32','\x6f','\xfc','\x32','\x61','\x80','\x31','\x61','\x82','\x31','\x7f','\xff','\x30','\xc1','\x80','\x30','\xc1','\x80','\x31','\xa1','\x80','\x31','\x38','\x00','\x32','\x1f','\xff','\x3c','\x07','\xfe','\x30','\x00','\x00','\x04','\x01','\x00','\x03','\x01','\xc0','\x01','\x81','\x80','\x01','\x82','\x0c','\x7f','\xff','\xfe','\x00','\xc6','\x00','\x00','\xc6','\x30','\x1f','\xff','\xf8','\x00','\xc6','\x30','\x00','\xc6','\x36','\xff','\xff','\xff','\x00','\xc6','\x30','\x00','\xc6','\x30','\x00','\xc6','\x30','\x1f','\xff','\xf0','\x01','\xc6','\xb0','\x03','\xc6','\x80','\x02','\xc6','\x40','\x06','\xc6','\x60','\x0c','\xc6','\x38','\x18','\xc6','\x1f','\x30','\xc6','\x0e','\xc0','\xc6','\x06','\x00','\xc6','\x00','\x00','\x10','\x40','\x08','\x1c','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x38','\x80','\x00','\x31','\x18','\x3f','\xff','\xfc','\x00','\x64','\x00','\x00','\x64','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0c','\x01','\xbf','\x33','\xff','\xde','\xc0','\x61','\x86','\x00','\x61','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x03','\x03','\x00','\x0c','\x1f','\x00','\x30','\x06','\x00','\x01','\x80','\x07','\x01','\x80','\x06','\x03','\x60','\xe6','\x03','\x18','\xc6','\x06','\x0c','\xc6','\x0c','\x06','\xc6','\x18','\x66','\xc6','\x37','\xf0','\xc6','\xc1','\x80','\xc6','\x21','\x8c','\xc6','\x3f','\xfe','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x3f','\xfc','\xc6','\x31','\x8c','\xc6','\x03','\x40','\xc6','\x03','\x30','\x06','\x06','\x18','\x06','\x0c','\x1c','\x06','\x18','\x0c','\x06','\x30','\x0c','\x3e','\xc0','\x00','\x0c','\x00','\x01','\xc0','\x00','\x21','\x80','\x46','\x21','\x86','\x7f','\x7f','\xff','\x66','\x60','\x06','\x66','\xc0','\x04','\x66','\xc0','\x08','\x66','\x3f','\xfc','\x66','\x00','\x00','\x66','\x20','\x18','\x66','\x3f','\xfc','\x66','\x30','\x18','\x66','\x30','\x18','\x66','\x30','\x18','\x66','\x3f','\xf8','\x7e','\x30','\x18','\x66','\x30','\x18','\x60','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x62','\x10','\x86','\x61','\x9c','\xe6','\x61','\x98','\xc6','\x60','\x19','\x06','\x67','\xff','\xe6','\x60','\x34','\x06','\x60','\x24','\x06','\x6f','\xff','\xf6','\x60','\x62','\x06','\x60','\xc1','\x06','\x61','\xff','\xc6','\x63','\x06','\xf6','\x6c','\x06','\x66','\x60','\xfe','\x06','\x60','\xc0','\x86','\x60','\xc0','\xc6','\x60','\xff','\xc6','\x60','\x7f','\x86','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x20','\x30','\x00','\x3f','\xf8','\x0c','\x31','\x07','\xfe','\x31','\x02','\x0c','\x31','\x02','\x0c','\x3f','\xf2','\x18','\x30','\x31','\x18','\x30','\x31','\x10','\x30','\x30','\xb0','\x3f','\xf0','\xe0','\x31','\x00','\x40','\x31','\x00','\xf0','\x31','\x30','\x9f','\x3f','\xf9','\x0e','\x30','\x06','\x06','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x20','\x20','\x18','\x18','\x38','\x18','\x0c','\x30','\x18','\x0c','\x40','\x18','\xff','\xfe','\x18','\x04','\x80','\xff','\x04','\x8c','\x33','\x7f','\xfe','\x33','\x04','\x8c','\x33','\x04','\x8c','\x33','\xff','\xff','\x33','\x04','\x8c','\x33','\x04','\x8c','\x66','\x7f','\xfc','\x66','\x04','\x8c','\x66','\x0c','\xc0','\x74','\x0c','\xc0','\x0c','\x1c','\xa0','\x0a','\x14','\xb0','\x1b','\x34','\x98','\x13','\x24','\x9f','\x20','\x44','\x8e','\x41','\x84','\x86','\x80','\x04','\x80','\x00','\x03','\x80','\x0c','\x03','\x00','\xfe','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x18','\x18','\x03','\x1a','\x18','\xff','\xff','\x18','\x03','\x18','\x33','\x03','\x18','\x3f','\x83','\x18','\x63','\x3f','\xf8','\x63','\x03','\x00','\x02','\x03','\x08','\x26','\x7f','\xfc','\x26','\x03','\x00','\x14','\x03','\x04','\x1c','\xff','\xfe','\x08','\x03','\x00','\x1c','\x03','\x00','\x16','\x03','\x00','\x33','\x80','\x00','\x21','\xff','\xff','\x40','\x7f','\xfe','\x80','\x00','\x00','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x18','\x04','\xcf','\xff','\xf0','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x20','\x00','\x09','\xd8','\x18','\x11','\x8c','\x46','\x31','\x8c','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x08','\x20','\x1c','\x0f','\xf7','\xfe','\x68','\x20','\x80','\x6f','\xe0','\xe0','\x68','\x24','\xd0','\x6f','\xe3','\x1c','\x68','\x21','\x98','\x68','\x21','\xb4','\x6f','\xe0','\x42','\x60','\x0f','\xff','\x7f','\xf7','\xe3','\x23','\x04','\x60','\x3b','\x82','\x68','\x33','\x63','\x66','\x63','\x26','\x63','\x83','\x08','\x63','\x00','\x20','\x00','\x00','\x18','\x10','\x09','\xcc','\x0c','\x11','\x8c','\x46','\x31','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x10','\x40','\x08','\x1c','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x19','\x18','\x3f','\xff','\xfc','\x00','\x34','\x00','\x00','\x62','\x06','\xff','\xff','\xff','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x0e','\x70','\x06','\xff','\x3f','\x0c','\x18','\x1e','\x30','\x18','\xc6','\xc7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x02','\x10','\x18','\x43','\x9c','\x18','\x33','\x18','\x18','\x1b','\x10','\x18','\x1b','\x20','\x1a','\x03','\x0c','\xff','\x7f','\xfe','\x18','\x06','\x80','\x18','\x06','\x80','\x18','\x0c','\x46','\x18','\xff','\xff','\x18','\x0c','\x20','\x1b','\x18','\x10','\xfc','\x3f','\xfc','\x78','\x60','\x6f','\x58','\xc0','\x66','\x1b','\x10','\x60','\x18','\x1f','\xe0','\x18','\x18','\x60','\x18','\x18','\x08','\x18','\x18','\x08','\x18','\x18','\x0c','\xf8','\x1f','\xfc','\x30','\x0f','\xf8','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x30','\xff','\xd8','\x1f','\x0c','\x30','\x0e','\x0c','\xcf','\xf6','\x0c','\x01','\x80','\x1e','\x21','\x8c','\x1d','\x3f','\xfe','\x1d','\xb1','\x8c','\x3d','\xb1','\x8c','\x2c','\x31','\x8c','\x2c','\x31','\x8c','\x6c','\x3f','\xfc','\x4c','\x33','\x4c','\x8c','\x03','\x40','\x0c','\x06','\x20','\x0c','\x06','\x30','\x0c','\x0c','\x18','\x0c','\x18','\x1f','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x18','\x0c','\x1f','\xfc','\x0d','\x36','\x00','\xff','\xa6','\x00','\x0c','\x46','\x06','\x0c','\xff','\xff','\x0e','\x0c','\x40','\x1d','\x0c','\x70','\x1d','\x98','\x60','\x1d','\x9f','\xfe','\x3c','\x30','\xc0','\x2c','\x70','\xc0','\x2c','\xbf','\xfe','\x6d','\x30','\xc0','\x4c','\x30','\xc0','\x8c','\x30','\xc0','\x0c','\x3f','\xfe','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x21','\x00','\x02','\x71','\xc0','\x21','\x83','\x80','\x20','\x84','\x06','\x3f','\xff','\xff','\x60','\x30','\x06','\x60','\x21','\x04','\xc0','\x40','\xc8','\xcf','\xff','\x60','\x07','\xc0','\x60','\x04','\x1c','\x00','\x07','\x18','\x00','\x0e','\x18','\x18','\x1f','\xff','\xfc','\x60','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x80','\x00','\x18','\x60','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x36','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x00','\xc1','\xc0','\x01','\x80','\xe0','\x03','\x00','\x78','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x0c','\x03','\x80','\xe0','\x03','\x00','\xc8','\x03','\x18','\xc4','\xff','\xfc','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc0','\x43','\x18','\xc6','\x7f','\xff','\xff','\x60','\x18','\xc0','\x68','\x98','\xc0','\x64','\xd8','\xc0','\x64','\x98','\xa0','\x65','\x18','\xa0','\x7f','\xf8','\xa0','\x63','\x18','\xa0','\x63','\x18','\x90','\x63','\x18','\x90','\x7f','\xf9','\x90','\x63','\x19','\x98','\x63','\x19','\x08','\x63','\x19','\x0c','\x63','\x1b','\x0f','\x63','\x7a','\x06','\x63','\x34','\x06','\x00','\x00','\x06','\x00','\xdf','\xff','\xff','\xe6','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x18','\x06','\x18','\x18','\x06','\x18','\x11','\x86','\x18','\x3f','\xc6','\x1a','\x31','\xbf','\xff','\x31','\x86','\x18','\x71','\x86','\x18','\x71','\x86','\x18','\xb1','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x00','\x30','\x18','\x00','\xc0','\x18','\x00','\x08','\x0c','\x00','\xcf','\xfe','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x11','\x8c','\x0c','\x3f','\xcc','\x0c','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\x71','\x8c','\x0c','\x71','\x8c','\x0c','\xb1','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x84','\x60','\x31','\x87','\x60','\x3f','\x86','\x60','\x31','\x8e','\x62','\x30','\x0c','\x62','\x30','\x18','\x63','\x00','\x30','\x7f','\x00','\xc0','\x3e','\x08','\x08','\x0c','\x0e','\x0f','\xfe','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x92','\x0c','\x0c','\x63','\x8c','\x0c','\x33','\x0f','\xfc','\x36','\x0c','\x0c','\x04','\x00','\x00','\x09','\x10','\x06','\x10','\x9f','\xff','\xff','\xd8','\x06','\x7c','\xd8','\x06','\x4c','\xd8','\x06','\x0c','\x1f','\xfe','\x4d','\x18','\x06','\x7c','\x98','\x06','\x6c','\xd8','\x06','\x6c','\xdf','\xfe','\x4c','\xd8','\x06','\x4c','\x18','\x06','\x8c','\x18','\x06','\x0c','\x18','\x3e','\x0c','\x18','\x0c','\x00','\x80','\x30','\x00','\xff','\xf8','\x1c','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\x18','\x00','\x02','\x19','\x80','\x03','\x98','\x60','\x07','\x18','\x38','\x0e','\x18','\x1c','\x18','\x18','\x0e','\x60','\x18','\x06','\x00','\x18','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x19','\xff','\xf8','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\xff','\xf8','\x19','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\xff','\xf8','\x21','\x80','\x18','\x61','\x80','\x18','\x41','\x80','\x18','\x81','\x80','\xf8','\x01','\x80','\x30','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x86','\x60','\x00','\xe6','\x00','\x00','\xc6','\x00','\x01','\xc6','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x06','\x20','\x10','\x7f','\x18','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x20','\x03','\x7f','\xff','\xff','\x84','\x40','\x00','\x04','\x4c','\x00','\x3f','\xfe','\x06','\x04','\x4c','\x7f','\x04','\x4c','\x00','\xff','\xff','\x00','\x04','\x4c','\x06','\x04','\x4c','\x7f','\x04','\x4c','\x00','\x3f','\xfc','\x00','\x04','\x4c','\x46','\x0c','\x40','\x7f','\x0c','\x60','\x66','\x1c','\x50','\x66','\x14','\x5c','\x66','\x34','\x4f','\x66','\x64','\x46','\x7e','\x84','\x42','\x66','\x04','\x40','\x20','\x30','\x0c','\x3f','\xfb','\xfe','\x31','\x01','\x0c','\x31','\x01','\x18','\x3f','\xf0','\x98','\x30','\x10','\xb0','\x3f','\xf0','\x60','\x31','\x00','\xf0','\x31','\x01','\x9f','\x3f','\xf6','\x0e','\x30','\x00','\x06','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x67','\xfe','\xff','\xf0','\x60','\x06','\x00','\x60','\x46','\x60','\x60','\x7f','\xf0','\x60','\x66','\x60','\x60','\x66','\x60','\x60','\x66','\x60','\x60','\x7f','\xe0','\x66','\x66','\x6f','\xff','\x66','\x60','\x60','\x66','\x60','\x60','\x7f','\xe0','\x60','\x66','\x60','\x60','\x06','\x00','\x60','\x06','\x60','\x60','\xff','\xf0','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x03','\x80','\x40','\x43','\x18','\x30','\x7f','\xfc','\x18','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x00','\x03','\x02','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x3f','\xf0','\x0c','\x30','\x30','\xfe','\x30','\x30','\x0c','\x3f','\xf0','\x0c','\x30','\x00','\x0c','\x30','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0c','\x00','\xe0','\x0c','\x18','\xc0','\x0a','\xf8','\xcc','\x19','\x1f','\xfe','\x19','\x90','\xcc','\x11','\xb0','\xcc','\x30','\x3f','\xff','\x20','\x20','\xcc','\x7f','\x60','\xcc','\x4c','\x67','\xfc','\x8c','\x78','\xcc','\x0c','\x18','\xc0','\xff','\x98','\xc4','\x0c','\x1f','\xfe','\x0c','\x18','\xc0','\x8d','\x58','\xc0','\x4f','\x58','\xc2','\x6e','\x5f','\xff','\x6c','\x30','\xc0','\x0c','\x30','\xc0','\x0f','\x68','\xc0','\xfc','\x46','\x00','\x70','\x83','\xff','\x43','\x00','\xfe','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x06','\x80','\x63','\x06','\x40','\x62','\x0c','\x30','\x66','\x18','\x1f','\x64','\x60','\x0e','\x69','\x9f','\xe6','\x68','\x03','\x00','\x64','\x43','\x18','\x66','\x7f','\xfc','\x62','\x63','\x18','\x63','\x63','\x18','\x63','\x63','\x18','\x63','\x63','\x18','\x63','\x7f','\xf8','\x63','\x66','\x98','\x6f','\x06','\x80','\x66','\x0c','\x40','\x60','\x0c','\x60','\x60','\x18','\x38','\x60','\x30','\x1f','\x60','\x60','\x0e','\x61','\x80','\x06','\x20','\x60','\x06','\x3f','\xff','\xff','\x30','\x60','\x60','\x30','\x60','\x40','\x30','\x64','\x86','\x3f','\xe7','\xff','\x30','\x66','\x06','\x30','\x66','\x06','\x30','\x66','\x06','\x3f','\xe7','\xfe','\x30','\x66','\x06','\x00','\x06','\x06','\x09','\x06','\x06','\x09','\x27','\xfe','\x89','\x3e','\x06','\x49','\x36','\x06','\x69','\x26','\x06','\x69','\x46','\x06','\x69','\x07','\xfe','\x09','\x02','\x00','\x09','\xf3','\x88','\xff','\x87','\x06','\x78','\x0c','\x03','\x40','\x30','\x03','\x40','\x60','\xc0','\x7f','\xf0','\xc0','\x63','\x01','\xa0','\x63','\x01','\xa0','\x63','\x03','\x10','\x7f','\xe6','\x1c','\x63','\x0c','\x0f','\x63','\x33','\xf6','\x63','\x00','\xc0','\x7f','\xe8','\xcc','\x63','\x0f','\xfe','\x63','\x0c','\xcc','\x63','\x6c','\xcc','\x7f','\xec','\xcc','\x60','\x6c','\xcc','\x00','\x6f','\xfc','\x55','\x6c','\xcc','\x55','\x60','\xc0','\x55','\x61','\xa0','\xd0','\x61','\xb0','\xc0','\xe3','\x18','\x00','\xc6','\x1f','\x07','\xcc','\x0e','\x01','\xb0','\x06','\x07','\x00','\xc0','\x06','\x00','\xc0','\x06','\x61','\xa0','\x07','\xf1','\x90','\x06','\x03','\x1c','\x06','\x06','\x0f','\x46','\x6c','\x06','\x7f','\xf3','\xf0','\x64','\x60','\xc0','\x65','\x68','\xcc','\x61','\xef','\xfe','\x71','\x6c','\xcc','\x6b','\x6c','\xcc','\x6a','\x6c','\xcc','\x64','\xec','\xcc','\x76','\x6f','\xfc','\x6a','\x6c','\xcc','\x6b','\x61','\xa0','\x71','\x61','\xa0','\x65','\x63','\x10','\x64','\x63','\x18','\x7f','\xe6','\x0f','\x60','\x0c','\x0e','\x00','\x30','\x06','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x00','\x03','\x06','\x00','\x03','\x06','\x02','\x06','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x18','\x07','\xff','\x30','\x03','\xfe','\xc0','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\x04','\x00','\x18','\x88','\x30','\x18','\xff','\xf8','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc6','\x30','\x30','\x06','\x00','\x30','\x86','\x40','\x30','\xe6','\x30','\x21','\xc6','\x18','\x61','\x86','\x0c','\x43','\x06','\x0e','\x8c','\x3e','\x06','\x00','\x0c','\x00','\x08','\x40','\x20','\x06','\x30','\x38','\x03','\x18','\x70','\x23','\x18','\xc6','\x3f','\xff','\xff','\x30','\x00','\x80','\x30','\x10','\xe0','\x37','\xf8','\xc0','\x30','\xc0','\xc0','\x30','\xc8','\x86','\x3f','\xfd','\xff','\x32','\x11','\x18','\x32','\x13','\x18','\x33','\xf2','\x98','\x32','\x14','\x98','\x32','\x10','\x98','\x33','\xf0','\x50','\x22','\x10','\x70','\x62','\x10','\x20','\x62','\x10','\x70','\x5f','\xf0','\x58','\x4f','\x10','\xcc','\x88','\x11','\x8f','\x00','\x16','\x06','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x06','\x07','\x1f','\xff','\x06','\x00','\x06','\x0c','\x00','\x06','\x08','\x00','\x06','\x90','\x80','\x06','\x60','\xe0','\x06','\x30','\xc0','\x06','\x39','\xc0','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x06','\x40','\x06','\x04','\x20','\x06','\x0c','\x30','\x06','\x08','\x18','\x0c','\x10','\xf8','\x0c','\xff','\x18','\x0c','\x78','\x18','\x18','\x40','\x01','\xf8','\x00','\x00','\x30','\x01','\x81','\xc0','\xff','\xc1','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\x21','\xff','\xff','\x3f','\x81','\x00','\x31','\x81','\xc0','\x30','\x01','\x80','\x30','\x01','\x00','\x30','\x12','\x10','\x31','\x8c','\x1c','\x7f','\xc6','\x38','\x61','\x83','\x30','\x61','\x83','\x70','\x01','\x80','\x60','\x01','\x80','\xc0','\x01','\x81','\x80','\x03','\x81','\x08','\x03','\x02','\x04','\x03','\x04','\x06','\x07','\x7f','\xfb','\x3e','\x3f','\x03','\x0c','\x20','\x03','\x20','\x01','\xd8','\x18','\x01','\x8c','\x0c','\x01','\x8c','\x0c','\x01','\x80','\x01','\x01','\x86','\x01','\xff','\xff','\x81','\x81','\x80','\x61','\x81','\x80','\x31','\x81','\x80','\x35','\xbd','\x88','\x05','\x81','\x8e','\x05','\x81','\x8c','\x09','\xbd','\x8c','\x09','\xa5','\x8c','\x19','\xa4','\xd8','\x11','\xa4','\xd8','\x31','\xa4','\xd0','\xf1','\x3c','\x72','\x73','\x00','\x62','\x32','\x00','\xf2','\x32','\x01','\xba','\x34','\x03','\x1e','\x38','\x0c','\x0f','\x18','\x30','\x03','\x20','\x00','\x00','\x18','\x80','\x06','\x0c','\xff','\xff','\x0c','\xc0','\xc0','\x00','\xc0','\x80','\x00','\xc9','\x0c','\x80','\xcf','\xfe','\x60','\xcc','\x0c','\x30','\xcc','\x0c','\x34','\xcc','\x0c','\x04','\xcf','\xfc','\x04','\xcc','\x0c','\x08','\xcc','\x0c','\x08','\xcc','\x0c','\x18','\xcf','\xfc','\x18','\xcc','\xcc','\x31','\x80','\xc0','\xf1','\x90','\xd0','\x71','\x1c','\xcc','\x33','\x18','\xc6','\x32','\x30','\xc3','\x34','\x60','\xc3','\x38','\x87','\xc0','\x18','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x20','\x80','\x08','\x40','\xe0','\x06','\x81','\xc0','\x03','\x01','\x80','\x01','\x83','\x00','\x01','\xc6','\x00','\x00','\xcc','\x00','\x00','\x08','\x40','\x00','\x10','\x30','\x00','\x20','\x18','\x00','\x40','\x0c','\x00','\x83','\xfe','\x7f','\xfc','\x06','\x3e','\x00','\x06','\x20','\x00','\x00','\x00','\x10','\x0c','\x01','\x9f','\xfe','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x98','\x0c','\xff','\xdf','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x84','\x60','\x0f','\x07','\x60','\xfc','\x06','\x60','\x70','\x0e','\x62','\x40','\x0c','\x62','\x00','\x18','\x62','\x00','\x30','\x63','\x00','\x60','\x7f','\x03','\x80','\x3e','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x91','\x00','\xc6','\x61','\xdf','\xff','\x31','\x80','\x80','\x33','\x00','\xe0','\x02','\x00','\xc0','\x04','\x80','\x80','\x08','\x49','\x10','\xff','\xe6','\x1c','\x7e','\x63','\x18','\x46','\x63','\x30','\x06','\x00','\x30','\x46','\x80','\x60','\x76','\x40','\x40','\x66','\x60','\xc0','\x66','\x60','\x88','\x46','\x61','\x04','\x46','\x02','\x06','\x86','\x3f','\xfb','\x06','\x1f','\x03','\x06','\x10','\x03','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc0','\xc0','\x3f','\xe0','\xc6','\x30','\xdf','\xff','\x30','\xc0','\x80','\x3c','\xc0','\xe0','\x36','\xc0','\xc0','\x36','\xc0','\x80','\x30','\xe9','\x10','\xff','\xc6','\x1c','\x78','\xc3','\x18','\x30','\xc3','\x30','\x34','\xc0','\x30','\x34','\xc0','\x60','\x34','\xc0','\x40','\x34','\xc0','\xc0','\x34','\xc0','\x88','\x34','\xc1','\x04','\x20','\xc2','\x06','\x60','\xdf','\xfb','\x47','\xcf','\x83','\x81','\x88','\x03','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x08','\x20','\xff','\x84','\x38','\x00','\x06','\x30','\x00','\x26','\x42','\x06','\x3f','\xff','\x7f','\x30','\x40','\x00','\x30','\x70','\x00','\x30','\xe0','\x06','\x31','\x90','\x7f','\x36','\x1c','\x00','\x30','\x38','\x00','\x30','\x70','\x46','\x31','\xc4','\x7f','\x36','\x07','\x66','\x60','\x0e','\x66','\x60','\x1c','\x66','\x40','\x38','\x66','\xc0','\xe0','\x7e','\x83','\x80','\x61','\x1c','\x00','\x41','\x90','\x18','\x7f','\xdf','\xfc','\x61','\x98','\x18','\x61','\x98','\x18','\x61','\x18','\x18','\x63','\x18','\x18','\x62','\x1f','\xf8','\x62','\x18','\x18','\x64','\x18','\x18','\x62','\x18','\x18','\x63','\x18','\x18','\x61','\x1f','\xf8','\x61','\x98','\x84','\x61','\x98','\x87','\x61','\x98','\x86','\x61','\x98','\x4c','\x61','\x98','\x50','\x6f','\x98','\x60','\x63','\x18','\x20','\x60','\x19','\xb0','\x60','\x1e','\x18','\x61','\xf8','\x1f','\x60','\xe0','\x0e','\x60','\x80','\x06','\x00','\x00','\x30','\x00','\x01','\xf8','\x00','\x1f','\x80','\x3f','\xf8','\x00','\x00','\x18','\x20','\x10','\x18','\x38','\x0c','\x18','\x30','\x06','\x18','\x30','\x07','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x80','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x80','\x06','\x0e','\xff','\xff','\x0c','\xc0','\x06','\x0c','\xc3','\x86','\x0c','\xc3','\x06','\x0c','\xc3','\x06','\x18','\xc3','\x26','\x18','\xdf','\xf6','\x18','\xc3','\x06','\x38','\xc3','\x06','\x38','\xc3','\x06','\x58','\xc3','\x06','\x98','\xcf','\xe6','\x18','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcf','\xe6','\x18','\xcc','\x66','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xff','\xfe','\x18','\xc0','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x7c','\x43','\x03','\xe0','\x7f','\xbf','\x80','\x63','\x01','\x88','\x63','\x01','\x8e','\x63','\x21','\x8c','\x63','\x11','\x8c','\x63','\x19','\x98','\x63','\x19','\x90','\x63','\x19','\xa0','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\xff','\xff','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\xc6','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x61','\x19','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc6','\xff','\xff','\xff','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x19','\x80','\xc0','\x31','\x88','\xcc','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x33','\x0c','\x0c','\x6b','\x0c','\x0c','\x66','\x0c','\x0c','\x07','\x0c','\x0c','\x0d','\x8c','\x0c','\x09','\xcc','\x0c','\x10','\xcf','\xfc','\x20','\xcc','\x0c','\xc0','\x0c','\x0c','\x03','\x00','\x18','\xff','\xa0','\xfc','\x03','\x3f','\xc0','\x03','\x30','\x20','\x02','\x33','\x20','\x14','\x33','\x20','\x18','\x33','\x20','\x18','\x33','\x20','\x18','\x33','\x20','\x18','\x33','\x20','\x1b','\x33','\x20','\x1c','\x33','\x20','\xf8','\x33','\x30','\x78','\x33','\x10','\x58','\x33','\x10','\x18','\x33','\x10','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x58','\x18','\x43','\x4c','\x18','\xc3','\xec','\x18','\xbe','\x6f','\xf9','\x18','\x66','\x32','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x20','\x00','\x18','\x3f','\xff','\xf8','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x38','\x00','\x07','\x3f','\xff','\xff','\x1f','\xff','\xfe','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x07','\x00','\x30','\x06','\x0c','\x37','\xff','\xfe','\x30','\x06','\x00','\x31','\x06','\x18','\x31','\xff','\xfc','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xff','\xf8','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xff','\xf8','\x31','\x86','\x18','\x20','\x06','\x00','\x60','\x06','\x06','\x6f','\xff','\xff','\x40','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x03','\x00','\x18','\xff','\xa0','\xfc','\x03','\x3f','\xe0','\x03','\x30','\x20','\x03','\x33','\x20','\x23','\x33','\x20','\x3f','\x33','\x20','\x33','\x33','\x20','\x30','\x33','\x20','\x30','\x33','\x20','\x30','\x33','\x30','\x33','\x33','\x10','\x3f','\xb3','\x10','\x63','\x33','\x10','\x63','\x33','\x10','\x03','\x33','\x18','\x03','\x33','\x18','\x03','\x33','\x08','\x06','\x23','\x48','\x06','\x63','\x4c','\x06','\x43','\xec','\x0c','\x5e','\x6f','\x7c','\x8c','\x66','\x19','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x63','\x06','\xff','\xf7','\xff','\x06','\x06','\x10','\x06','\x04','\x1c','\x06','\x0c','\x18','\x06','\x0a','\x18','\x26','\xd2','\x30','\x3f','\xe2','\x30','\x30','\xc1','\x60','\x30','\xc1','\x60','\x30','\xc0','\xc0','\x30','\xc0','\x80','\x30','\xc1','\xc0','\x30','\xc1','\x60','\x30','\xc3','\x30','\x3f','\xc6','\x38','\x30','\x0c','\x1f','\x30','\x30','\x0e','\x00','\xc0','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x86','\x0c','\x3f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x81','\x80','\x1c','\xc1','\x80','\x3c','\xd1','\x8c','\x2c','\x1f','\xfe','\x2c','\x18','\x0c','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x10','\x38','\x86','\x0c','\x30','\xff','\x06','\x30','\xc6','\x06','\x30','\xc6','\x00','\x36','\xc6','\x03','\xff','\xc6','\x80','\x30','\xc6','\x60','\x30','\xfe','\x32','\x30','\xc6','\x32','\x30','\xc6','\x04','\x30','\xc6','\x04','\x30','\xc6','\x0d','\xfc','\xc6','\x09','\x8c','\xfe','\x19','\x8c','\xc6','\x19','\x8c','\xc6','\x31','\x8c','\xc6','\xf1','\x8c','\xc6','\x71','\x8c','\xc6','\x31','\xfd','\x86','\x31','\x8d','\x86','\x31','\x81','\x06','\x38','\x02','\x3e','\x18','\x04','\x0c','\x04','\x00','\x18','\x07','\x20','\xfc','\x86','\x3f','\xe0','\x44','\x30','\x20','\x28','\x33','\x20','\x10','\x33','\x20','\x18','\x33','\x20','\x28','\x33','\x20','\x2c','\x33','\x20','\x4c','\x33','\x20','\x8c','\x33','\x20','\x1e','\x33','\x30','\x16','\x33','\x10','\x16','\x33','\x10','\x36','\x33','\x10','\x26','\x33','\x10','\x46','\x33','\x18','\x86','\x23','\x18','\x06','\x63','\x48','\x06','\x63','\x4c','\x0e','\x43','\xec','\x0c','\xdf','\x6f','\x7c','\x8c','\x66','\x19','\x00','\x06','\x0e','\x1c','\x46','\x0c','\x18','\x7f','\x4d','\x18','\x66','\x4d','\xd8','\x66','\x6d','\x98','\x66','\x6d','\x18','\x66','\x0e','\xff','\x66','\x0c','\x18','\x66','\xff','\x98','\x7e','\x0c','\x18','\x66','\x0c','\x18','\x66','\x1c','\x18','\x66','\x1e','\x7e','\x66','\x1d','\x42','\x66','\x3d','\xc2','\x66','\x2d','\xc2','\x7e','\x2c','\x42','\x66','\x6c','\x42','\x66','\x4c','\x42','\x66','\x8c','\x42','\x46','\x0c','\x7e','\xc6','\x0c','\x42','\x86','\x0c','\x01','\x1e','\x0c','\x02','\x0c','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xbf','\xff','\xff','\xc6','\x40','\x01','\x86','\x40','\x03','\x04','\x20','\x03','\x0c','\x30','\x06','\x08','\x1c','\x04','\x17','\xef','\x0d','\xa0','\x06','\x1d','\x40','\x00','\x2e','\x3f','\xfc','\xcd','\x06','\x00','\x0d','\x86','\x18','\x0d','\x87','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\x18','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x21','\x84','\x30','\x3f','\xc7','\xf8','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x84','\x30','\x3f','\x8c','\x3f','\x31','\x88','\x1f','\x31','\x90','\x00','\x31','\x80','\x00','\x31','\x80','\x0c','\x31','\x9f','\xfe','\x3f','\x84','\x0c','\x31','\x82','\x18','\x31','\x82','\x18','\x31','\x81','\x30','\x31','\x81','\xe0','\x31','\x80','\xc0','\x21','\x81','\xe0','\x21','\x83','\x38','\x61','\x86','\x1f','\x4f','\x8c','\x0e','\x83','\x30','\x06','\x07','\x02','\x06','\x06','\x03','\xff','\x06','\x03','\x06','\x06','\x03','\x06','\x06','\x03','\x06','\x06','\x33','\x06','\xff','\xfb','\x06','\x06','\x03','\xfe','\x06','\x03','\x06','\x06','\x03','\x06','\x06','\x03','\x06','\x06','\x03','\x06','\x26','\x63','\x06','\x3f','\xf3','\xfe','\x30','\x63','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x30','\x66','\x06','\x3f','\xe6','\x06','\x30','\x64','\x06','\x30','\x08','\x3e','\x00','\x30','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x01','\x80','\x38','\x7f','\xd1','\xfc','\x01','\x9f','\x20','\x01','\x18','\x20','\x0a','\x19','\x20','\x0c','\x19','\x20','\x0c','\x19','\x20','\x0d','\x99','\x30','\xfe','\x19','\x10','\x7c','\x11','\x10','\x4c','\x31','\x10','\x0c','\x31','\x58','\x0c','\x21','\x48','\x0c','\x61','\xec','\x0c','\x5f','\x6f','\x7c','\x8c','\x66','\x19','\x00','\x06','\x00','\x38','\x00','\x00','\x30','\x60','\x00','\x3f','\xf0','\x00','\x30','\x00','\x10','\x30','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x38','\x08','\x18','\x30','\x90','\x18','\x3f','\xc0','\x1b','\xf0','\x08','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x1f','\xf8','\x18','\x00','\x00','\x18','\x80','\x00','\x18','\xe3','\x80','\x30','\xc3','\x00','\x30','\xc3','\x00','\x21','\x83','\x02','\x61','\x83','\x02','\x43','\x03','\x03','\x86','\x03','\xff','\x18','\x01','\xfe','\x06','\x03','\x80','\x7f','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x03','\x7f','\xff','\xff','\x86','\x40','\x00','\x06','\x40','\x00','\x04','\x20','\x06','\x0c','\x30','\x7f','\x08','\x1c','\x00','\x17','\xef','\x00','\x20','\x06','\x06','\x40','\x00','\x7f','\x3f','\xfc','\x00','\x06','\x00','\x00','\x06','\x18','\x43','\x07','\xfc','\x7f','\x8c','\x18','\x63','\x0c','\x18','\x63','\x00','\x18','\x63','\x00','\x38','\x63','\x00','\x30','\x7f','\x01','\xf0','\x63','\x00','\x60','\x40','\xc3','\x80','\x7f','\xe3','\x00','\x60','\xc3','\x00','\x60','\xc3','\x06','\x60','\xff','\xff','\x60','\xc6','\x40','\x60','\xc6','\x40','\x60','\xc4','\x20','\x7f','\xcc','\x30','\x06','\x08','\x1c','\x06','\x17','\xef','\x76','\x20','\x06','\x66','\x40','\x00','\x66','\x3f','\xfc','\x67','\xc6','\x00','\x66','\x06','\x18','\x66','\x07','\xfc','\x66','\x0c','\x18','\x66','\x0c','\x18','\x66','\xc0','\x18','\x67','\x00','\x38','\xfc','\x00','\x30','\x70','\x01','\xf0','\x40','\x00','\x60','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc0','\x08','\x60','\xc0','\x18','\x60','\xc6','\x10','\x1f','\xff','\x21','\x80','\xc0','\x3f','\xc0','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\xc0','\xc0','\xff','\xe8','\xcc','\x06','\x0f','\xfe','\x06','\x8c','\x0c','\x46','\xec','\x0c','\x26','\xcc','\x0c','\x36','\x8c','\x0c','\x37','\x0c','\x0c','\x06','\x6c','\x0c','\x07','\x8c','\x0c','\xfe','\x0f','\xfc','\x78','\x0c','\x0c','\x40','\x0c','\x0c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x41','\x00','\x18','\x71','\xc0','\x18','\x61','\x8c','\x18','\xff','\xfe','\x18','\xc1','\x00','\x19','\xc1','\x00','\x1a','\xff','\xf8','\x34','\xc1','\x00','\x30','\xc1','\x00','\x20','\xff','\xf8','\x60','\xc1','\x00','\x40','\xc1','\x00','\x80','\xc1','\x06','\x00','\xff','\xff','\x00','\xc0','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x60','\x20','\x30','\x40','\x3f','\xfa','\x86','\x30','\x33','\xff','\x30','\x33','\x06','\x3f','\xf3','\x06','\x30','\x03','\x06','\x32','\x43','\xfe','\x33','\x63','\x06','\x32','\x43','\x06','\x37','\xf3','\x06','\x24','\x83','\xfe','\x2c','\x83','\x06','\x37','\xf3','\x06','\x24','\x83','\x06','\x24','\x83','\x06','\x67','\xf3','\xfe','\x44','\x81','\x00','\x44','\x81','\xc8','\x87','\xf3','\x86','\x04','\x06','\x03','\x04','\x18','\x03','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x7f','\xe0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x7f','\xe0','\xcc','\x60','\x6f','\xfe','\x60','\x62','\x0c','\x60','\x62','\x0c','\x7f','\xe3','\x18','\x00','\x81','\x18','\x40','\xe1','\xb0','\x30','\xc0','\xe0','\x18','\x80','\x40','\x19','\x00','\xe0','\x00','\x31','\xb0','\x03','\xc3','\x18','\xfe','\x06','\x1f','\x70','\x18','\x0e','\x40','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\xc0','\x1f','\xff','\xe0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\xc0','\xc0','\x01','\xff','\xe0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x03','\x80','\xc0','\x03','\x00','\xc0','\x03','\x01','\xc0','\x03','\x01','\x80','\x07','\xff','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x0c','\x06','\xff','\xfe','\x06','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x38','\x0c','\x00','\x38','\x0c','\x30','\x58','\xff','\xf8','\x98','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x36','\x1b','\xff','\xff','\x18','\x00','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x30','\x07','\xff','\xf8','\x0c','\x18','\x00','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x80','\x60','\x00','\xff','\xf0','\x1c','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xff','\xe0','\x18','\xc0','\x60','\x18','\x00','\x00','\x18','\x00','\x00','\x1f','\xff','\xf0','\x18','\x00','\x30','\x18','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x03','\x00','\x01','\xc0','\xc0','\x03','\x80','\x70','\x07','\x00','\x38','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\xc0','\x1f','\xff','\xe0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x38','\x02','\x18','\x30','\x03','\xfc','\x30','\x03','\x18','\x30','\x03','\x18','\x30','\x3b','\x18','\x33','\x33','\x18','\xff','\xb3','\x18','\x33','\x33','\xf8','\x33','\x33','\x18','\x33','\x30','\x00','\x33','\x30','\x00','\x63','\x3f','\xf8','\x63','\x30','\x18','\x66','\x30','\x18','\x66','\x00','\x18','\x66','\x00','\x1a','\xd4','\xff','\xff','\xcc','\x00','\x00','\x0e','\x04','\x20','\x0b','\x07','\x18','\x1b','\x0e','\x0c','\x13','\x1c','\x06','\x20','\x30','\x07','\xc0','\xc0','\x03','\x04','\x02','\x00','\x07','\x03','\x80','\x0e','\x03','\x00','\x0c','\x02','\x20','\x18','\x24','\x38','\x32','\x18','\x70','\x43','\x8c','\x60','\x87','\x0c','\xc0','\x06','\x01','\x90','\x0c','\x02','\x0c','\x18','\x04','\x06','\x38','\xff','\xff','\x58','\x7c','\x03','\x98','\x46','\x30','\x18','\x07','\xf8','\x18','\x0c','\x30','\x18','\x18','\x70','\x18','\x34','\x60','\x18','\xc2','\xc0','\x18','\x01','\x80','\x18','\x03','\x60','\x18','\x0c','\x3f','\x18','\x30','\x1e','\x19','\xc0','\x06','\x08','\x40','\x00','\x0e','\x70','\x46','\x1c','\x60','\x7f','\x18','\x62','\x66','\x30','\x7f','\x66','\x28','\xd8','\x66','\x4e','\x98','\x66','\x8d','\x18','\x66','\x0c','\x19','\x66','\x19','\xff','\xe6','\x18','\x18','\x66','\x38','\x18','\x66','\x38','\x98','\x66','\x58','\x9f','\x66','\x98','\x98','\x66','\x18','\x98','\x66','\x18','\x98','\x66','\x18','\x99','\x66','\x18','\x9e','\x7e','\x1b','\xf8','\x6c','\x19','\xc0','\x60','\x19','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x0e','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x2c','\x06','\x30','\x2e','\x3f','\xf8','\x6d','\x8c','\x30','\x6c','\xcc','\x30','\x4c','\xcc','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x36','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc3','\x30','\x0c','\x1f','\xf8','\x0c','\x06','\x30','\x0c','\x06','\x30','\x1e','\x06','\x30','\x1d','\x86','\x30','\x1c','\xc6','\x36','\x3c','\xff','\xff','\x2c','\xc0','\x00','\x2c','\x00','\x00','\x6c','\x10','\x18','\x4c','\x1f','\xfc','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x60','\x0d','\x8c','\x38','\xff','\xd9','\x9f','\x0c','\x31','\x86','\x0c','\xdf','\xf8','\x0c','\x00','\x00','\x1e','\x16','\x68','\x1d','\x11','\x88','\x1d','\x96','\x68','\x3d','\x90','\x08','\x2c','\x1f','\xf8','\x2c','\x01','\x80','\x6c','\x41','\x06','\x4c','\x7f','\xff','\x8c','\x62','\x46','\x0c','\x62','\x26','\x0c','\x6f','\xf6','\x0c','\x66','\x36','\x0c','\x60','\x06','\x0c','\x60','\x3e','\x0c','\x60','\x0c','\x00','\x38','\x86','\x06','\x30','\xff','\xff','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x34','\xc6','\x19','\xfe','\xc6','\x18','\x30','\xfe','\x18','\x30','\xc6','\x1a','\x30','\xc6','\xff','\x30','\xc6','\x18','\x30','\xc6','\x18','\xfc','\xc6','\x18','\x84','\xfe','\x18','\x84','\xc6','\x18','\x84','\xc6','\x18','\x84','\xc6','\x1a','\x84','\xc6','\x1c','\x84','\xc6','\xf8','\xfd','\x86','\x70','\x85','\x86','\x40','\x01','\x06','\x00','\x02','\x3e','\x00','\x0c','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x00','\x40','\x07','\xff','\xe0','\x0c','\x60','\x38','\x30','\xc0','\x1f','\xc1','\xff','\xe6','\x03','\x80','\x60','\x0d','\x80','\x60','\x31','\x80','\x60','\x01','\xff','\xe0','\x01','\x80','\x60','\x03','\x00','\x0c','\x7f','\x9f','\xfe','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x81','\x80','\xff','\xc1','\x98','\x00','\x1f','\xfc','\x00','\x03','\x18','\x03','\x03','\x18','\x7f','\x83','\x18','\x00','\x03','\x18','\x00','\x03','\x1a','\x03','\x3f','\xff','\x7f','\x80','\x00','\x00','\x00','\x00','\x00','\x08','\x0c','\x41','\x8f','\xfe','\x7f','\xcc','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x7f','\x8f','\xfc','\x61','\x8c','\x0c','\x03','\x02','\x18','\x7f','\x83','\xfc','\x00','\x03','\x18','\x00','\x03','\x18','\x01','\x9b','\x18','\xff','\xdb','\x18','\x00','\x1b','\x18','\x00','\x1b','\xf8','\x03','\x1b','\x18','\x7f','\x98','\x00','\x00','\x18','\x00','\x00','\x1f','\xf8','\x03','\x18','\x18','\x7f','\x98','\x18','\x00','\x00','\x18','\x00','\x00','\x1a','\x43','\x3f','\xff','\x7f','\x80','\x00','\x63','\x04','\x20','\x63','\x07','\x18','\x63','\x0e','\x0c','\x63','\x0c','\x06','\x7f','\x18','\x07','\x63','\x60','\x03','\x06','\x07','\x38','\x7f','\x06','\x32','\x00','\x7f','\xff','\x00','\x06','\x30','\x03','\x10','\x40','\xff','\x98','\x64','\x00','\x1f','\xfe','\x00','\x38','\x40','\x06','\x3f','\xfc','\x7f','\x58','\x40','\x00','\x9f','\xfc','\x00','\x18','\x40','\x06','\x18','\x42','\x7f','\x1f','\xff','\x00','\x18','\x00','\x00','\x00','\x18','\x43','\x3f','\xfc','\x7f','\x84','\x18','\x63','\x02','\x30','\x63','\x03','\x60','\x63','\x01','\xc0','\x63','\x03','\x70','\x7f','\x0e','\x3f','\x63','\x70','\x0e','\x00','\xc7','\x26','\xff','\xe6','\x3f','\x0a','\x06','\x26','\x0a','\x06','\x26','\x0a','\x06','\x26','\x4a','\x46','\xa6','\x7f','\xff','\xe6','\x6a','\xc6','\x3e','\x6a','\xc6','\x26','\x6a','\xc6','\x26','\x6a','\xc6','\x26','\x6b','\xcf','\x26','\x70','\xc9','\x26','\x60','\xc9','\x26','\x60','\xc9','\x3e','\x60','\xc9','\x26','\x7f','\xc9','\x26','\x60','\xc9','\x26','\x60','\xc9','\x26','\x60','\xcf','\x66','\x60','\xc8','\x46','\x7f','\xc0','\xc6','\x60','\xc0','\x9e','\x60','\x01','\x0c','\x02','\x00','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x20','\x01','\x80','\x4f','\xff','\xc0','\x80','\x0f','\x00','\x00','\x1c','\x00','\x00','\x78','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x04','\x0c','\x00','\x04','\x18','\x00','\x04','\x18','\x00','\x04','\x1c','\x00','\x0e','\x0f','\xff','\xfe','\x03','\xff','\xfc','\x10','\x10','\x06','\x1c','\x1f','\xff','\x18','\x18','\xc6','\x19','\x98','\xc6','\x1f','\xd8','\xc6','\x11','\x98','\xc6','\x31','\x1f','\xfe','\x22','\x18','\xc6','\x7f','\x98','\xc6','\xa4','\x98','\xc6','\x24','\x98','\xc6','\x24','\x9f','\xfe','\x3f','\x98','\xc6','\x24','\x80','\xc0','\x24','\x80','\xc0','\x24','\x80','\xcc','\x3f','\x9f','\xfe','\x00','\x00','\xc0','\x00','\x80','\xc0','\x2a','\xc0','\xc0','\x2a','\xc0','\xc0','\x6a','\x40','\xc6','\x60','\x3f','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\x80','\x01','\x80','\x60','\x03','\x80','\x38','\x03','\x02','\x1c','\x06','\x83','\x8c','\x0c','\x83','\x0c','\x30','\x43','\x00','\x00','\x66','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\x63','\x80','\x01','\xc1','\xf0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x18','\x20','\x00','\x18','\x38','\x60','\x38','\x30','\x18','\x38','\x60','\x0c','\x58','\x40','\x8e','\x98','\x90','\xe6','\x19','\x10','\xc0','\x18','\x08','\xc0','\x18','\x09','\x80','\x18','\x05','\x80','\x18','\x07','\x00','\x18','\x02','\x00','\x18','\x07','\x00','\x18','\x0d','\x80','\x18','\x18','\xe0','\x18','\x30','\x7f','\x18','\xc0','\x1e','\x1b','\x00','\x06','\x04','\x00','\x60','\x07','\x3f','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x66','\x0d','\xff','\xff','\x18','\x00','\x00','\x18','\x20','\x00','\x38','\x38','\x00','\x38','\x30','\x18','\x58','\x3f','\xfc','\x98','\x63','\x00','\x18','\x43','\x00','\x18','\x83','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x06','\x80','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\x60','\x0e','\x19','\x80','\x06','\x08','\x00','\x30','\x0e','\x1f','\xf8','\x0c','\x00','\x30','\x0d','\xc0','\x30','\x19','\x80','\x36','\x19','\xbf','\xff','\x19','\x80','\x00','\x39','\x88','\x00','\x39','\x8e','\x00','\x79','\x8c','\x18','\x59','\x8f','\xfc','\x99','\x99','\x80','\x19','\x91','\x80','\x19','\xa1','\x80','\x19','\x81','\x86','\x19','\xff','\xff','\x19','\x83','\x40','\x19','\x83','\x40','\x19','\x86','\x20','\x19','\x86','\x30','\x18','\x0c','\x18','\x18','\x18','\x1f','\x18','\x30','\x0e','\x18','\xc0','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x39','\xff','\xff','\x38','\x20','\x20','\x58','\x10','\x38','\x98','\x18','\x30','\x18','\x18','\x46','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x10','\x10','\x18','\x1c','\x0c','\x18','\x38','\x06','\x18','\x30','\x07','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x80','\x00','\x19','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x02','\x00','\x01','\x02','\x00','\x01','\xc2','\x00','\x01','\x81','\x00','\x01','\x81','\x00','\x03','\x00','\x80','\x03','\x00','\xc0','\x06','\x00','\x60','\x06','\x20','\x70','\x0c','\x38','\x38','\x08','\x30','\x1f','\x10','\x30','\x0e','\x20','\x60','\x06','\xc0','\x60','\x00','\x00','\x42','\x00','\x00','\xc1','\x00','\x00','\x80','\x80','\x00','\x80','\xc0','\x01','\x00','\x60','\x01','\x00','\x70','\x02','\x1f','\xb0','\x3f','\xf0','\x38','\x1f','\x00','\x18','\x10','\x00','\x18','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\xc3','\x00','\xff','\xe3','\x00','\x0c','\x03','\x06','\x0c','\x7f','\xff','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\xc6','\x06','\x0f','\x0c','\x0e','\xfc','\x0c','\x0c','\x70','\x18','\x0c','\x40','\x18','\x0c','\x00','\x30','\x1c','\x00','\x60','\x18','\x01','\x80','\xf8','\x06','\x00','\x30','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x00','\x00','\xc6','\x08','\x47','\xff','\x0e','\x30','\xc6','\x0c','\x18','\xc6','\x1c','\x18','\xc6','\x18','\x98','\xc6','\x30','\xe0','\xc6','\x68','\xc0','\xc6','\x86','\xc1','\x86','\x03','\x81','\x86','\x01','\x81','\x86','\x01','\xc3','\x06','\x03','\x63','\x0e','\x03','\x72','\x0c','\x06','\x36','\x0c','\x0c','\x04','\x0c','\x18','\x08','\x18','\x30','\x10','\xf8','\xc0','\x60','\x30','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x08','\x00','\x0c','\x18','\x40','\x0c','\x10','\x70','\x0c','\x20','\x60','\x0c','\x40','\x60','\x0c','\x80','\xc0','\x0c','\x00','\xc8','\x0c','\x00','\x84','\x0c','\x01','\x86','\x0c','\x01','\x03','\x0c','\x01','\x03','\x0c','\x02','\x3d','\x8c','\x3f','\xc1','\x8c','\x1c','\x01','\x98','\x10','\x00','\x18','\x00','\x00','\x38','\x00','\x03','\xf0','\x00','\x00','\xe0','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x80','\x30','\x18','\xff','\xf8','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x30','\x19','\xff','\xf8','\x18','\x00','\x60','\x30','\x00','\xc0','\x30','\x05','\x00','\x30','\x06','\x06','\x27','\xff','\xff','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x3e','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x20','\x40','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x83','\x0c','\x30','\xff','\x8c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc0','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x00','\x70','\x00','\x03','\xf8','\x10','\x3f','\x80','\x1f','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x80','\x18','\x18','\xff','\xfc','\x18','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x20','\xc0','\x18','\x60','\xc0','\x18','\x40','\xc0','\x18','\x80','\xff','\xf8','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\x40','\x30','\x00','\x77','\xf8','\x8c','\x60','\x30','\xfe','\x60','\x30','\xcc','\x60','\x36','\xcc','\xdf','\xff','\xcc','\xc0','\x00','\xcc','\xc4','\x00','\xcc','\xc7','\x00','\xcd','\xc6','\x18','\xcd','\xc7','\xfc','\xce','\xcc','\xc0','\xcc','\xc8','\xc0','\xcc','\xd0','\xc0','\xcc','\xc0','\xc6','\xcc','\xdf','\xff','\xfc','\xc1','\xa0','\xcc','\xc1','\xa0','\xc0','\xc1','\x90','\x00','\xc1','\x10','\x00','\xc3','\x18','\x00','\xc2','\x0f','\x00','\xc4','\x0e','\x00','\xd8','\x06','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x80','\x00','\xff','\xc0','\x00','\x0c','\x08','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\xcc','\x30','\x0f','\x0c','\x30','\xfc','\x0c','\x30','\x70','\x0c','\x32','\x40','\x18','\x32','\x00','\x18','\x32','\x00','\x30','\x33','\x00','\x60','\x3f','\x01','\x80','\x1e','\x00','\x00','\x0c','\x1c','\x00','\x3e','\x18','\x21','\xf0','\x18','\x3f','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x1b','\x30','\x00','\xff','\xb0','\x06','\x18','\x3f','\xff','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x34','\x0c','\x18','\x37','\xfe','\x18','\x36','\x0c','\x1b','\x66','\x0c','\x1c','\x66','\x0c','\xf8','\x46','\x0c','\x60','\xc6','\x0c','\x40','\x86','\x0c','\x01','\x06','\x0c','\x06','\x07','\xfc','\x00','\x06','\x0c','\x00','\x06','\x0c','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x1f','\xfe','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x60','\x10','\xff','\xf0','\xa0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\xc0','\xc6','\x18','\xdf','\xff','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x19','\x80','\xc0','\x35','\x80','\xc0','\x33','\x00','\xc0','\x03','\x80','\xc0','\x06','\xc0','\xc0','\x04','\xe0','\xc0','\x08','\x60','\xc0','\x10','\x67','\xc0','\x60','\x01','\x80','\x00','\x03','\x80','\x00','\x33','\x00','\xff','\xfb','\x00','\x00','\x33','\x00','\x00','\x63','\x00','\x00','\x83','\x00','\x05','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x63','\x00','\x0f','\x83','\x00','\xfe','\x03','\x00','\x76','\x03','\x00','\x46','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x03','\x3e','\x03','\xff','\x0c','\x01','\xfe','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x20','\x00','\x33','\x38','\x1f','\xff','\xf0','\x00','\x30','\xe0','\x00','\x31','\xc0','\x00','\x33','\x86','\xff','\xff','\xff','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\xe0','\xc0','\x0f','\xff','\xe0','\x03','\x01','\x80','\x1c','\x13','\x00','\xe0','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x20','\x04','\x60','\x38','\x08','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc4','\x00','\x00','\xc7','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x0c','\x00','\x06','\x0c','\x40','\x04','\x18','\x20','\x08','\x10','\x30','\x10','\x20','\x18','\x63','\xff','\xfc','\x01','\xf8','\x0c','\x01','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x3f','\xff','\x01','\x83','\x00','\xff','\xc3','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x0c','\x07','\xff','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\xc0','\x06','\x0f','\x00','\x06','\xfc','\x00','\x0e','\x70','\x00','\x0c','\x40','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x03','\xf0','\x00','\x00','\xe0','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x80','\x80','\x03','\x00','\xc0','\x07','\xff','\x70','\x0c','\x03','\x3f','\x18','\x03','\x1e','\x31','\x03','\x06','\xc1','\xff','\x00','\x01','\x83','\x00','\x01','\x80','\x40','\x01','\x80','\x40','\x01','\x80','\x60','\x01','\xff','\xe0','\x00','\xff','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x01','\x00','\x02','\x01','\xc0','\x01','\x81','\x80','\x00','\xc1','\x00','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x08','\x00','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x18','\x00','\x18','\x18','\x40','\x18','\x18','\x20','\x18','\x10','\x30','\x30','\x30','\x18','\x30','\x20','\x18','\x30','\x20','\x0c','\x20','\x40','\x0c','\x60','\x41','\xfe','\x47','\xff','\x06','\x83','\xf0','\x06','\x02','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x0e','\x00','\x18','\x0c','\x30','\x19','\xff','\xf8','\x18','\x0c','\x30','\x18','\x0c','\x32','\x1f','\xff','\xff','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x19','\xff','\xf0','\x18','\x1a','\x30','\x18','\x1a','\x00','\x30','\x19','\x00','\x30','\x31','\x80','\x20','\x30','\xc0','\x60','\x60','\x70','\x40','\xc0','\x3f','\x83','\x00','\x1e','\x1c','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x0c','\x00','\x18','\x0c','\x30','\x19','\xff','\xf8','\x18','\x0c','\x30','\x18','\x0c','\x32','\x1f','\xff','\xff','\x18','\x0c','\x30','\x18','\x0c','\x30','\x19','\xff','\xf0','\x1a','\x0c','\x30','\x19','\x8c','\x08','\x18','\xcc','\x0e','\x18','\xce','\x1c','\x30','\x0d','\x20','\x30','\x2c','\xc0','\x20','\xcc','\x70','\x6f','\x8c','\x3f','\x46','\x0c','\x1e','\x84','\x7c','\x06','\x00','\x18','\x00','\x00','\xc0','\x80','\xff','\xe0','\xe0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x20','\xc0','\xc0','\x3f','\xc0','\xc0','\x30','\xc1','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\xc1','\x80','\x7f','\xe1','\x00','\x60','\xc1','\x00','\x60','\xc3','\x00','\x00','\xc3','\x10','\x01','\xc2','\x08','\x01','\x82','\x0c','\x01','\x86','\x06','\x03','\x84','\x06','\x03','\x04','\x3f','\x07','\x7f','\xe3','\x3e','\x3e','\x03','\x0c','\x20','\x03','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x00','\x2e','\x00','\x00','\x2d','\x20','\x18','\x2d','\xbf','\xfc','\x6d','\xb0','\x18','\x6d','\xb0','\x18','\x4c','\x30','\x18','\xcc','\x30','\x18','\xcc','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x66','\x19','\xff','\xff','\x1c','\x18','\x60','\x5a','\x18','\x60','\x5b','\x03','\x00','\x5b','\x03','\x06','\x58','\xff','\xff','\xd8','\x30','\x00','\xd8','\x30','\x00','\xd8','\x3f','\xf8','\x18','\x1f','\xf8','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x3b','\xb8','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x32','\x18','\x63','\x32','\x18','\x63','\x33','\x18','\xc3','\x3f','\x1b','\x00','\x1e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x80','\x00','\xff','\xc0','\x00','\x0c','\x00','\x00','\x0c','\x08','\x60','\x0c','\x0f','\xf0','\x0c','\x0c','\x60','\x0d','\x8c','\x60','\x1e','\x0c','\x60','\xfc','\x0c','\x60','\x6c','\x0c','\x60','\x4c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x62','\x0c','\x18','\x62','\x0c','\x18','\x62','\x0c','\x30','\x63','\x7c','\x60','\x7f','\x19','\x80','\x3e','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x06','\x0c','\xdf','\xff','\xff','\xf0','\x06','\x0c','\x20','\x06','\x0c','\x50','\xc6','\x0c','\x9f','\xe6','\x0c','\x18','\xc6','\x0c','\x98','\xc6','\x0f','\x18','\xc6','\xfc','\x18','\xc6','\x7c','\x18','\xc6','\x4c','\x1f','\xc6','\x0c','\x18','\xc6','\x0c','\x00','\x06','\x0c','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x7c','\x00','\xf8','\x18','\x00','\x30','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x43','\x00','\x18','\x43','\x06','\x18','\x7f','\xff','\x18','\xcc','\xc6','\xff','\x8c','\xc4','\x19','\x8c','\xc8','\x18','\x18','\xc0','\x18','\x18','\xc0','\x19','\x10','\xfe','\x1e','\x20','\x7e','\x1c','\xc0','\x00','\xf8','\x00','\x00','\x78','\x00','\x18','\x58','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\xf9','\xff','\xff','\x30','\x00','\x00','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x01','\x8c','\x00','\xff','\xd8','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x0c','\x30','\x20','\x0c','\x28','\x38','\x0c','\x48','\x30','\x0c','\x88','\x30','\x0c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x06','\x40','\x0c','\xc2','\xc0','\x0f','\x03','\x80','\xfc','\x01','\x80','\x70','\x03','\xc0','\x40','\x06','\xe0','\x00','\x0c','\x70','\x00','\x18','\x38','\x00','\x30','\x1f','\x00','\xc0','\x0e','\x07','\x00','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\xc0','\x00','\x23','\xe4','\x06','\x3c','\x07','\xff','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\xc6','\x06','\x37','\x06','\x06','\xfc','\x06','\x3e','\x70','\x06','\x0c','\x40','\x06','\x00','\x00','\x06','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x18','\x40','\x08','\x18','\x70','\x06','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x86','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x02','\x03','\x03','\x02','\x06','\x03','\x03','\x18','\x03','\xff','\xe0','\x01','\xfe','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x02','\x18','\x00','\x03','\x30','\x00','\x01','\xb0','\x00','\x00','\x60','\x00','\x00','\xd8','\x00','\x01','\x8f','\x00','\x07','\x03','\xff','\x1c','\x00','\x7e','\xe0','\x00','\x0e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1e','\x08','\x60','\x1d','\x8f','\xf0','\x1c','\xcc','\x60','\x3c','\xcc','\x60','\x2c','\x0c','\x60','\x2c','\x0c','\x60','\x6c','\x0c','\x60','\x4c','\x0c','\x60','\x8c','\x0c','\x60','\x0c','\x0c','\x62','\x0c','\x18','\x62','\x0c','\x18','\x62','\x0c','\x10','\x63','\x0c','\x20','\x7f','\x0c','\xc0','\x3e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x80','\x00','\x0c','\x08','\x20','\x0c','\x0e','\x18','\x0c','\x0c','\x0c','\x1e','\x18','\x06','\x1d','\x10','\x06','\x1d','\xa0','\x20','\x3d','\x84','\x38','\x2c','\x04','\x30','\x2c','\x02','\x30','\x6c','\x02','\x60','\x4c','\x03','\x60','\x8c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x0c','\x30','\x1e','\x0c','\xc0','\x06','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x8c','\xff','\xff','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x3f','\xfc','\x1d','\x31','\x8c','\x1d','\xb1','\x8c','\x3d','\xb1','\x8c','\x2c','\x3f','\xfc','\x2c','\x31','\x8c','\x6c','\x01','\x80','\x4c','\x11','\x80','\x8c','\x0d','\x00','\x0c','\x07','\x00','\x0c','\x03','\x80','\x0c','\x06','\xe0','\x0c','\x0c','\x7f','\x0c','\x30','\x1e','\x0c','\xc0','\x06','\x0e','\x07','\x38','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x7f','\xff','\x0d','\x86','\x30','\xff','\xc6','\x30','\x0c','\x3f','\xfe','\x0c','\x06','\x30','\x0c','\x06','\x30','\x1e','\x7f','\xff','\x1d','\x00','\x80','\x1d','\x90','\x8c','\x3d','\x9f','\xfe','\x2c','\x18','\x8c','\x2c','\x18','\x8c','\x6c','\x1f','\xfc','\x4c','\x18','\x8c','\x8c','\x18','\x8c','\x0c','\x7f','\xff','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0c','\x18','\x18','\x10','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x0c','\x06','\xff','\xfe','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x31','\xff','\xff','\x38','\x00','\x00','\x18','\x00','\x00','\x10','\x1c','\xe0','\x0c','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\xcc','\x81','\xff','\xfe','\x60','\x18','\xc0','\x32','\x18','\xc0','\x32','\x18','\xc0','\x04','\x18','\xc0','\x04','\x18','\xc0','\x0c','\x18','\xc0','\x08','\x18','\xc6','\x1b','\xff','\xff','\x18','\x00','\x00','\x30','\x20','\x80','\xf0','\x38','\x40','\x70','\x30','\x20','\x30','\x70','\x30','\x30','\x60','\x18','\x30','\xc0','\x1c','\x39','\x80','\x0c','\x1a','\x00','\x0c','\x10','\x03','\x80','\x0c','\x23','\x00','\x06','\x3b','\x00','\x06','\x33','\x00','\x00','\x33','\x18','\x00','\x3f','\xfc','\x80','\x63','\x00','\x60','\x43','\x00','\x32','\x83','\x00','\x32','\x03','\x00','\x04','\x03','\x06','\x05','\xff','\xff','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x40','\x18','\x18','\x7f','\xfc','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x10','\x1c','\xe0','\x0c','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xcc','\x00','\xff','\xfe','\x00','\x18','\xc0','\x80','\x18','\xc0','\x60','\x18','\xc0','\x32','\x18','\xc6','\x33','\xff','\xff','\x02','\x18','\x40','\x04','\x18','\x20','\x04','\x30','\x30','\x0c','\x3f','\xd8','\x08','\x60','\xdc','\x18','\xc0','\xcf','\x31','\xa0','\xc6','\xf6','\x3f','\xc0','\x70','\x30','\xc0','\x30','\x30','\x08','\x30','\x30','\x08','\x30','\x30','\x0c','\x38','\x3f','\xfc','\x18','\x1f','\xf8','\x10','\x0e','\x70','\x0c','\x0c','\x60','\x06','\x0c','\x60','\x06','\xff','\xfe','\x00','\x0c','\x60','\x00','\x0c','\x60','\x80','\x7f','\xfc','\x60','\x0c','\x60','\x32','\x0c','\x60','\x32','\xff','\xfe','\x04','\x01','\x00','\x04','\x21','\x18','\x0c','\x3f','\xfc','\x08','\x31','\x18','\x18','\x31','\x18','\x18','\x3f','\xf8','\x30','\x31','\x18','\xf0','\x31','\x18','\x71','\xff','\xff','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x38','\x30','\xf8','\x18','\x30','\x30','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x06','\x01','\xbf','\xff','\xff','\xc0','\xc0','\x0c','\x00','\xc0','\x0c','\x10','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\xc6','\x18','\x18','\xc6','\x19','\x98','\xc6','\x1f','\xdf','\xfe','\x39','\x98','\xc6','\x39','\x98','\xc6','\x79','\x98','\xc6','\x59','\x9f','\xfe','\x99','\x98','\xc6','\x19','\x80','\xc0','\x19','\x84','\xc0','\x19','\x86','\x80','\x1f','\x83','\x80','\x19','\x81','\xc0','\x18','\x03','\x70','\x00','\x06','\x3f','\x00','\x18','\x1e','\x00','\xe0','\x06','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x08','\x18','\x0d','\x8f','\xfc','\xff','\xcc','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x1c','\x00','\x00','\x1e','\x20','\x06','\x1d','\x3f','\xff','\x3d','\xb0','\x06','\x2d','\xb0','\x06','\x2c','\x33','\xe6','\x6c','\x32','\x26','\x4c','\x32','\x26','\x8c','\x32','\x26','\x0c','\x33','\xe6','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4d','\x41','\x86','\x4d','\xff','\xff','\x6d','\xc1','\x80','\x2d','\x41','\x80','\x2e','\x5f','\xf8','\x0c','\x41','\x88','\xff','\xc1','\x8a','\x0c','\x7f','\xff','\x0c','\x41','\x88','\x1c','\x41','\x88','\x1e','\x5f','\xf8','\x1d','\x41','\x80','\x3d','\xd1','\x84','\x2d','\xcd','\xc7','\x2c','\x4d','\xc6','\x6c','\x41','\xa8','\x4c','\x43','\xb0','\x8c','\xcd','\x98','\x0c','\xb9','\x9f','\x0c','\x99','\x8e','\x0d','\x17','\x86','\x0c','\x03','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x04','\x3f','\xfe','\x49','\x01','\x80','\x31','\xc1','\x80','\x19','\x81','\x80','\x1b','\x01','\x80','\x02','\x01','\x80','\x04','\x81','\x80','\x08','\x41','\x80','\xff','\xe1','\x80','\x7e','\x61','\x80','\x46','\x61','\x80','\x06','\x01','\x80','\x46','\x01','\x80','\x76','\x81','\x80','\x66','\x61','\x80','\x66','\x31','\x80','\x46','\x31','\x80','\x46','\x01','\x80','\x86','\x01','\x86','\x06','\x7f','\xff','\x06','\x00','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x92','\x01','\x80','\x63','\x81','\x86','\x33','\x3f','\xff','\x36','\x03','\x00','\x04','\x03','\x00','\x09','\x03','\x20','\x10','\x83','\x38','\xff','\xc3','\x30','\x7c','\xc6','\x30','\x4c','\xc6','\x20','\x0c','\x06','\x60','\x4d','\x04','\x60','\x7c','\x8c','\x40','\x6c','\xc8','\x48','\x6c','\xd8','\x44','\x4c','\x10','\x86','\x4c','\x20','\x9b','\x8c','\x4f','\xe3','\x0c','\x07','\x03','\x0c','\x04','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\x7f','\xff','\x92','\x00','\x00','\x63','\x88','\x20','\x33','\x0e','\x18','\x36','\x0c','\x0c','\x04','\x18','\x06','\x09','\x10','\x06','\x10','\xa0','\x20','\xff','\xc4','\x38','\x7c','\xc4','\x30','\x4c','\xc2','\x30','\x0c','\x02','\x60','\x4e','\x01','\x60','\x7d','\x81','\xc0','\x6c','\xc0','\x80','\x6c','\xc1','\xc0','\x4c','\x03','\x60','\x4c','\x06','\x38','\x8c','\x0c','\x1f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x08','\x20','\x06','\x0e','\x3f','\xff','\x0c','\x30','\x06','\x08','\x34','\x26','\x92','\x32','\x36','\x63','\xb3','\x36','\x33','\x33','\x26','\x36','\x30','\x46','\x04','\x3f','\xfe','\x09','\x30','\x86','\x11','\x30','\x86','\xff','\xb4','\x96','\x7d','\xb4','\x96','\x4c','\x34','\x96','\x0c','\x34','\x96','\x4e','\x34','\x96','\x7d','\x34','\x96','\x6d','\xb4','\x96','\x6d','\xb7','\xf6','\x4d','\xb4','\x16','\x4c','\x34','\x06','\x8c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x07','\x03','\x9c','\x06','\x03','\x18','\x06','\x03','\x18','\x06','\x43','\x18','\x7f','\xe3','\x18','\x06','\x03','\x18','\x06','\x0f','\xfe','\x06','\x43','\x18','\x7f','\xe3','\x18','\x06','\x03','\x18','\x06','\x03','\x18','\x06','\x23','\x18','\xff','\xf3','\x18','\x06','\x03','\x18','\x0e','\x1f','\xff','\x0f','\x03','\x18','\x1e','\xc3','\x18','\x16','\x63','\x18','\x36','\x63','\x18','\x26','\x06','\x18','\x46','\x06','\x18','\x86','\x04','\x18','\x06','\x08','\x18','\x06','\x30','\x18','\x00','\x38','\x00','\x00','\x30','\x40','\x00','\x30','\x70','\x00','\x33','\x60','\x1f','\xff','\xe0','\x00','\x30','\xc0','\x00','\x31','\x80','\x00','\x33','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x60','\x01','\xff','\xf0','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x80','\x60','\x0d','\xff','\xf0','\x31','\x80','\x60','\xc1','\x80','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x3f','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x07','\x18','\x60','\x06','\x1f','\xf0','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x21','\x83','\x80','\x3f','\xc3','\x00','\x31','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x06','\x31','\xbf','\xff','\x3f','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x40','\x31','\x86','\x70','\x31','\x86','\x60','\x31','\x86','\x60','\x3f','\x86','\x60','\x31','\x8c','\x40','\x31','\x8c','\xc0','\x31','\x88','\xc0','\x31','\x98','\x80','\x21','\x90','\x90','\x21','\xa1','\x08','\x61','\xc1','\x0c','\x41','\x9f','\xf6','\x4f','\x8f','\x06','\x83','\x08','\x06','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x11','\x80','\x33','\x11','\x86','\x33','\x3f','\xff','\x33','\x36','\x66','\x33','\x66','\x64','\x3f','\x66','\x68','\x33','\x04','\x60','\x33','\x0c','\x60','\x33','\x08','\x7e','\x33','\x10','\x3e','\x33','\x20','\x00','\x3f','\x00','\x00','\x33','\x00','\x18','\x33','\x1f','\xfc','\x33','\x01','\x80','\x33','\x01','\x80','\x23','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x80','\x43','\x01','\x86','\x4f','\x7f','\xff','\x86','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x23','\xff','\xc0','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x63','\xff','\xc4','\xc2','\x00','\x48','\xc3','\xff','\xc0','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc0','\xc0','\x3f','\xe0','\xc6','\x30','\xdf','\xff','\x34','\xc0','\x00','\x36','\xc0','\x00','\x32','\xc4','\x30','\x30','\xc7','\xf8','\x30','\xf6','\x30','\xff','\xc6','\x30','\x78','\xc6','\x30','\x30','\xc6','\x30','\x34','\xc6','\x30','\x34','\xc6','\x30','\x34','\xc6','\x30','\x34','\xc6','\x30','\x34','\xc6','\x32','\x24','\xc4','\x32','\x20','\xc4','\x32','\x60','\xcc','\x33','\x47','\xc8','\x3f','\x81','\xb0','\x1e','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0f','\xff','\xf8','\x07','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x38','\xe0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x0c','\x30','\xc2','\x0c','\x30','\xc2','\x18','\x30','\xc3','\x30','\x30','\xff','\xc0','\x00','\x7e','\x04','\x00','\x00','\x07','\x00','\x0c','\x0e','\x3f','\xfe','\x0c','\x00','\x00','\x18','\x00','\x00','\x31','\x00','\x00','\x41','\xc0','\x00','\x83','\x80','\x00','\x03','\x00','\x06','\x07','\x7f','\xff','\x06','\x00','\x60','\x0e','\x00','\x60','\x1e','\x00','\x60','\x36','\x00','\x60','\x66','\x00','\x60','\x86','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x08','\x40','\x00','\x0e','\x70','\x0c','\x1c','\x66','\x7e','\x18','\x7f','\x00','\x30','\xc6','\x00','\x60','\x84','\x00','\x89','\x08','\x00','\x0e','\xff','\x06','\x0c','\x91','\xff','\x18','\x91','\x18','\x18','\xff','\x18','\x38','\x91','\x18','\x58','\x91','\x18','\x98','\xff','\x18','\x18','\x00','\x18','\x18','\x38','\x18','\x18','\x30','\x18','\x1b','\xff','\x98','\x18','\x30','\x18','\x18','\x68','\x18','\x18','\x66','\x18','\x18','\xc3','\x18','\x1b','\x03','\x78','\x18','\x00','\x30','\x06','\x07','\x38','\x7f','\x06','\x30','\x00','\x06','\x30','\x00','\x7f','\xff','\x03','\x06','\x30','\xff','\x86','\x30','\x00','\x3f','\xfe','\x00','\x06','\x30','\x06','\x06','\x30','\x7f','\x7f','\xff','\x00','\x00','\x80','\x00','\x10','\x8c','\x06','\x1f','\xfe','\x7f','\x18','\x8c','\x00','\x18','\x8c','\x00','\x1f','\xfc','\x46','\x18','\x8c','\x7f','\x18','\x8c','\x66','\x7f','\xff','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x7e','\x18','\x7c','\x66','\x18','\x18','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x80','\x00','\x01','\xe3','\x80','\x03','\x80','\x78','\x0e','\x00','\x1e','\x70','\x00','\x06','\x21','\x87','\x38','\x3f','\xc6','\x30','\x31','\x86','\x30','\x31','\xff','\xff','\x31','\x86','\x30','\x31','\x86','\x30','\x3f','\xbf','\xfe','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\xff','\xff','\x31','\x80','\x80','\x3f','\x90','\x8c','\x31','\x9f','\xfe','\x31','\x98','\x8c','\x31','\x98','\x8c','\x31','\x9f','\xfc','\x31','\x98','\x8c','\x3f','\x98','\x8c','\x00','\x7f','\xff','\x22','\x18','\x0c','\x39','\x98','\x0c','\x30','\xd8','\x0c','\x60','\xd8','\x7c','\x80','\x18','\x18','\x03','\x81','\x06','\x03','\x01','\xff','\x03','\x01','\x86','\x03','\x19','\x86','\xff','\xfd','\x84','\x00','\x01','\x8c','\x10','\x81','\x88','\x1c','\x61','\x88','\x18','\x31','\x90','\x18','\x19','\x90','\x30','\x19','\x88','\x20','\x81','\x8c','\x40','\xe1','\x86','\x90','\xc1','\x86','\x08','\xc1','\x83','\x06','\xc1','\x83','\x03','\x81','\x83','\x01','\x81','\x83','\x03','\xc1','\x83','\x06','\xe1','\x9f','\x0c','\x71','\x86','\x18','\x31','\x80','\x30','\x01','\x80','\xc0','\x01','\x80','\x00','\x61','\xc0','\xff','\xf1','\x88','\x0a','\x01','\x8e','\x0a','\x01','\x8c','\x0a','\x0f','\xfc','\x4a','\xc1','\x98','\x7f','\xe1','\x98','\x6a','\xc1','\xb2','\x6a','\xff','\xff','\x6a','\xc0','\x60','\x6a','\xc0','\xc0','\x6b','\xc1','\x8c','\x70','\xcf','\xfe','\x60','\xc6','\x0c','\x60','\xcc','\x98','\x60','\xf0','\xe0','\x7f','\xc0','\xc6','\x60','\xdf','\xff','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x7f','\xc0','\xc0','\x60','\xc7','\xc0','\x60','\x01','\x80','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\x80','\xc0','\x08','\xd0','\xc6','\x18','\xdf','\xff','\x10','\x18','\x00','\x21','\x98','\x00','\x3f','\xd8','\x80','\x46','\x18','\xe0','\x86','\x18','\xc0','\x06','\x98','\xc0','\x7f','\xd8','\xc0','\x06','\x18','\xc0','\x06','\x99','\x80','\x46','\xd9','\x80','\x26','\x99','\x80','\x36','\xb1','\x10','\x37','\x31','\x08','\x06','\x22','\x0c','\x07','\xe2','\x06','\xfe','\x5f','\xfe','\x78','\x8f','\x06','\x40','\x08','\x06','\x00','\x00','\xe0','\x00','\xc0','\xc0','\xff','\xe0','\xc0','\x0c','\x00','\xc0','\x0c','\x10','\xc6','\x0c','\x1f','\xff','\x08','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x80','\x11','\x98','\xe0','\x3f','\xd8','\xc0','\x31','\x98','\xc0','\x71','\x98','\xc0','\xb1','\x98','\xc0','\x31','\x99','\x80','\x31','\x99','\x80','\x31','\x99','\x80','\x31','\xb1','\x10','\x31','\xb1','\x08','\x3f','\xa2','\x0c','\x30','\x62','\x06','\x30','\x5f','\xfe','\x00','\x8f','\x06','\x00','\x08','\x06','\x0c','\x20','\x06','\x0c','\x3f','\xff','\x0a','\x30','\x06','\x19','\x34','\x26','\x19','\xb2','\x36','\x11','\xb3','\x36','\x30','\x33','\x26','\x23','\x30','\x46','\x7f','\xbf','\xfe','\x4c','\x30','\x86','\x8c','\x30','\x86','\x0c','\xb4','\x96','\xff','\xf4','\x96','\x0c','\x34','\x96','\x0d','\x34','\x96','\x8d','\xb4','\x96','\x4d','\xb4','\x96','\x6d','\x34','\x96','\x6e','\x37','\xf6','\x0c','\xb4','\x16','\x0f','\x34','\x06','\xfc','\x30','\x06','\x70','\x30','\x3e','\x40','\x30','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x34','\x06','\x60','\x63','\x06','\x60','\xc1','\xc6','\x63','\x00','\xf6','\x6c','\xff','\x66','\x60','\x00','\x06','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\xbe','\x60','\x00','\x0c','\x41','\x88','\x00','\x7f','\xce','\x00','\x61','\x8c','\x30','\x61','\x8f','\xf8','\x63','\x18','\x30','\x62','\x14','\x60','\x66','\x22','\xc0','\x64','\x41','\x80','\x68','\x03','\xc0','\x64','\x06','\x70','\x66','\x0c','\x3f','\x62','\x18','\x1e','\x63','\x61','\xc6','\x63','\x01','\x80','\x63','\x01','\x98','\x63','\x7f','\xfc','\x63','\x19','\x80','\x6f','\x19','\x80','\x66','\x19','\x86','\x61','\xff','\xff','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x00','\x00','\x06','\x00','\x3f','\xff','\x01','\x80','\xc0','\xff','\xc0','\x80','\x0c','\x11','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\xd8','\x0c','\x0f','\x18','\x0c','\xfc','\x18','\x0c','\x70','\x18','\x0c','\x40','\x1f','\xfc','\x00','\x08','\x00','\x00','\x0e','\x30','\x00','\x1c','\x0c','\x00','\x30','\x06','\x00','\xc0','\x06','\x00','\x00','\x30','\x00','\x01','\xf8','\x00','\x1f','\xc0','\x3f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x78','\x0e','\x18','\x3f','\x38','\x18','\x1e','\xc7','\xff','\xe6','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x20','\x00','\x80','\x18','\x00','\xe0','\x0c','\x02','\xcc','\x0c','\x1b','\xfe','\x03','\xff','\x0c','\x00','\x63','\x0c','\x80','\x63','\xfc','\x60','\x63','\x0c','\x32','\x63','\x0c','\x32','\x63','\xfc','\x04','\x63','\x00','\x04','\x63','\x06','\x0c','\x63','\xff','\x08','\x63','\x00','\x18','\x63','\x06','\x18','\x7b','\xff','\x33','\xe0','\x06','\xf1','\x80','\x06','\x71','\x05','\x56','\x30','\x05','\x56','\x30','\x05','\x4e','\x30','\x0d','\x0c','\x38','\x0c','\x7c','\x18','\x00','\x18','\x40','\x06','\x07','\x7f','\xff','\x06','\x60','\x06','\x76','\x60','\x46','\x66','\x68','\x76','\x66','\x66','\x66','\x66','\x62','\x46','\x66','\x60','\x86','\x66','\x7f','\xfe','\x66','\x61','\x06','\x66','\x61','\x06','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x69','\x26','\x66','\x6f','\xe6','\x06','\x68','\x26','\x06','\x68','\x06','\x06','\x60','\x06','\x06','\x60','\x3e','\x3e','\x60','\x0c','\x0c','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x60','\xc0','\x7f','\xf0','\xc6','\x06','\x0f','\xff','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x30','\xc6','\xff','\xf8','\xc6','\x08','\x00','\xc6','\x0e','\x00','\xc6','\x0c','\x01','\x86','\x0c','\x01','\x86','\x08','\x81','\x86','\x08','\x41','\x06','\x10','\x63','\x0c','\x11','\xb2','\x0c','\xfe','\x34','\x0c','\x70','\x08','\x7c','\x40','\x30','\x18','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x60','\x03','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0c','\x03','\x3f','\x31','\xff','\x9e','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x03','\x80','\x1c','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x1f','\xf0','\x18','\x18','\x30','\x1b','\x18','\x30','\xff','\x9f','\xf0','\x18','\x80','\x06','\x18','\xff','\xff','\x19','\x80','\x06','\x19','\x80','\x04','\x18','\x3f','\xf0','\x18','\x03','\x08','\x18','\x0e','\x0c','\x18','\x71','\x18','\x1e','\x03','\xa0','\xf8','\x1c','\xc0','\x70','\xe1','\xe0','\x40','\x02','\xd8','\x00','\x0c','\xcf','\x00','\x70','\xc6','\x03','\x83','\xc0','\x00','\x01','\x80','\x0e','\x03','\x80','\x0c','\x03','\x08','\x0c','\x03','\x0e','\x0c','\x03','\x0c','\x0c','\x3f','\xfc','\x0d','\x83','\x18','\xff','\xc3','\x30','\x0c','\x03','\x66','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0d','\x86','\x0c','\x1e','\x0f','\xfe','\xfc','\x1c','\x00','\x6c','\x6c','\x00','\x4d','\x8c','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\x18','\x0c','\x00','\x38','\x7c','\x01','\xf0','\x18','\x00','\x60','\x10','\x03','\x80','\x0c','\x03','\x06','\x06','\xff','\xff','\x06','\x00','\x00','\x00','\x1f','\xf0','\x00','\x18','\x30','\x80','\x18','\x30','\x60','\x1f','\xf0','\x30','\x80','\x06','\x34','\xff','\xff','\x05','\x80','\x06','\x05','\x80','\x04','\x08','\x3f','\xf0','\x08','\x03','\x08','\x18','\x06','\x0c','\x18','\x19','\x18','\x30','\xe3','\xa0','\xf0','\x0c','\xc0','\x70','\x31','\xe0','\x30','\xc2','\xd8','\x30','\x0c','\xcf','\x30','\x30','\xc6','\x39','\xc7','\xc0','\x18','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x13','\xff','\xc0','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x00','\x60','\x00','\x01','\x90','\x30','\x06','\x38','\x78','\x38','\x4d','\x80','\x01','\x9e','\x00','\x06','\x3d','\x00','\x38','\x6c','\xc0','\x01','\x8c','\x7e','\x0e','\x0c','\x3c','\x70','\x7c','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x08','\x3f','\xff','\xfc','\x00','\x10','\x00','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x00','\x10','\x04','\x7f','\xff','\xfe','\x00','\x10','\x00','\x02','\x10','\x40','\x7f','\xe7','\xfe','\x02','\x00','\x40','\x3f','\xe7','\xfc','\x22','\x24','\x44','\x3f','\xe7','\xfc','\x22','\x24','\x44','\x3f','\xe7','\xfc','\x02','\x00','\x40','\xff','\xff','\xff','\x02','\x00','\x40','\x02','\x00','\x40','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x00','\xff','\xe6','\x06','\x0c','\x07','\xff','\x0c','\x0c','\x06','\x7f','\xc9','\x86','\x0c','\x11','\x26','\x0c','\x05','\x26','\xff','\xe5','\x46','\x10','\x01','\x06','\x19','\x9f','\xf6','\x1f','\xc3','\x06','\x11','\x87','\x86','\x31','\x85','\x66','\x21','\x0d','\x26','\x53','\x19','\x06','\x8a','\x21','\x0c','\x04','\x01','\x3c','\x0b','\x01','\x18','\x09','\xc0','\x00','\x10','\xff','\xff','\x20','\x3f','\xfe','\xc0','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\xc6','\x30','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\xe6','\x03','\x0c','\xc6','\xff','\xfe','\xc6','\x02','\x00','\xc6','\x03','\x80','\xc6','\x03','\x20','\xc6','\x24','\x38','\xc6','\x18','\x70','\xc6','\x0c','\x60','\xc6','\x0c','\xc0','\xc6','\x01','\x90','\xc6','\x03','\x1c','\xc6','\x06','\x38','\xc6','\x0c','\x30','\xc6','\x18','\x60','\xc6','\x60','\xc0','\x06','\x01','\x80','\x06','\x03','\x40','\x06','\x06','\x30','\x06','\x0c','\x18','\x06','\x30','\x1c','\x3e','\xc0','\x0c','\x0c','\x00','\x1c','\x00','\x08','\x18','\x00','\x0e','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x18','\x0f','\xff','\xfc','\x18','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x40','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x46','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x86','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x19','\x06','\x60','\x18','\xc6','\x60','\x18','\x66','\x60','\x18','\x66','\x60','\x18','\x06','\x60','\x18','\x46','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x03','\x82','\x18','\x03','\x13','\xfc','\x7f','\xfb','\x18','\x03','\x03','\x18','\x03','\x03','\x18','\x3f','\xf3','\x18','\x40','\x03','\x18','\x40','\x32','\x18','\x7f','\xfe','\x1f','\xc0','\x24','\x0f','\xc0','\xc8','\x00','\x03','\xe0','\x0c','\x3f','\x0f','\xfe','\x03','\x02','\x0c','\x03','\x32','\x0c','\xff','\xf9','\x18','\x07','\x01','\x98','\x0f','\x80','\xf0','\x0b','\x60','\x60','\x1b','\x30','\xf0','\x33','\x31','\xb8','\x63','\x03','\x1f','\x83','\x06','\x0e','\x03','\x18','\x06','\x00','\x30','\x70','\xff','\xfa','\x60','\x05','\x03','\x60','\x05','\x03','\x60','\x05','\x03','\x6c','\x45','\x33','\xfe','\x7f','\xfa','\x60','\x65','\x32','\x60','\x65','\x34','\x60','\x6d','\x30','\x66','\x69','\xff','\xff','\x68','\xf0','\x00','\x70','\x30','\x00','\x60','\x32','\x0c','\x60','\x33','\xfe','\x60','\x33','\x0c','\x7f','\xf3','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x7f','\xf3','\xfc','\x60','\x33','\x0c','\x60','\x03','\x0c','\x07','\x00','\x80','\x26','\x00','\xe0','\x36','\x04','\xcc','\x36','\x07','\xfe','\x36','\x66','\x0c','\x3f','\xf6','\x0c','\x66','\x07','\xfc','\x46','\x06','\x0c','\x86','\x06','\x0c','\x06','\x07','\xfc','\x06','\x66','\x00','\xff','\xf6','\x06','\x00','\x07','\xff','\x00','\x06','\x00','\x20','\xc6','\x06','\x3f','\xe7','\xff','\x30','\xc6','\x06','\x30','\xc0','\x26','\x30','\xca','\xb6','\x30','\xca','\x96','\x30','\xca','\x8e','\x3f','\xda','\x0c','\x30','\xd8','\x7c','\x30','\xc0','\x18','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x84','\x10','\x10','\x43','\x0c','\x30','\x61','\x86','\xe0','\x61','\x87','\xc0','\x61','\x83','\x04','\x00','\x70','\x07','\x0c','\x60','\x86','\xfe','\x68','\x4c','\x00','\x64','\x2c','\x00','\x66','\x3b','\xff','\x66','\x10','\x00','\x60','\x38','\x00','\x60','\x28','\xfc','\x66','\x4c','\x03','\xff','\x8c','\x00','\x60','\x0c','\xfc','\x60','\x1c','\x00','\x60','\x1c','\x00','\x60','\x2c','\x8c','\x60','\x2c','\xfe','\x50','\x4c','\xcc','\x50','\x8c','\xcc','\x50','\x0c','\xcc','\xc8','\x0c','\xcc','\xc8','\x18','\xcc','\x8c','\x18','\xfd','\x86','\xf8','\xc1','\x07','\x30','\x06','\x02','\x20','\x03','\x80','\x18','\x03','\x00','\x0d','\x03','\x06','\x0d','\xff','\xff','\x01','\x80','\x00','\x01','\x88','\x80','\x81','\x88','\x8c','\x61','\xff','\xfe','\x35','\x88','\x8c','\x35','\x88','\x8c','\x05','\x88','\x8c','\x09','\xff','\xfc','\x09','\x80','\x00','\x09','\x9c','\xe0','\x19','\x98','\xc8','\x11','\x98','\xce','\x31','\x1e','\xcc','\xf1','\x18','\xd8','\x73','\x18','\xe0','\x32','\x18','\xc2','\x32','\x1e','\xc2','\x35','\xf8','\xc3','\x38','\xe0','\xff','\x18','\x80','\x7e','\x23','\x00','\x06','\x3f','\xff','\xff','\x33','\x02','\x40','\x33','\x02','\x40','\x33','\x22','\x4c','\x33','\x3f','\xfe','\x33','\x32','\x4c','\x3f','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x3f','\xfc','\x33','\x30','\x0c','\x33','\x03','\x80','\x3f','\x03','\x06','\x33','\xff','\xff','\x33','\x06','\x30','\x33','\x0c','\x30','\x33','\x0c','\x60','\x23','\x1b','\x60','\x23','\x18','\xc0','\x63','\x01','\xb0','\x43','\x03','\x1c','\x4f','\x0c','\x0e','\x86','\x70','\x06','\x20','\x80','\x00','\x18','\xe0','\x06','\x0c','\xdf','\xff','\x0c','\x83','\x00','\x41','\x33','\x00','\x7f','\xfb','\x00','\x62','\x33','\x18','\x62','\x33','\xfc','\x7f','\xf3','\x18','\x62','\x33','\x18','\x62','\x33','\x18','\x62','\x33','\x98','\x7f','\xf3','\x58','\x00','\x03','\x78','\x20','\x63','\x78','\x3f','\xf3','\x18','\x30','\x63','\x1a','\x30','\x63','\x1a','\x3f','\xe3','\x0a','\x30','\x63','\x0a','\x30','\x63','\x6e','\x30','\x7f','\x86','\x3f','\xee','\x07','\x30','\x68','\x03','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x03','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x31','\x8c','\x18','\x61','\x8c','\x60','\xc3','\x0c','\x01','\x86','\x0c','\x06','\x0c','\x1c','\x38','\x18','\x18','\x00','\x70','\x18','\x01','\xc0','\x38','\x07','\x01','\xf0','\x38','\x20','\x60','\x00','\x18','\x00','\x01','\xcc','\x30','\x11','\x86','\x0c','\x11','\x86','\x06','\x21','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x10','\x00','\x18','\x1c','\x00','\x18','\x18','\x00','\x18','\x30','\x0c','\x18','\x3f','\xfe','\x1c','\x66','\x6c','\x5a','\x84','\x4c','\x5b','\x0c','\xcc','\x5b','\x08','\x8c','\x58','\x11','\x8c','\xd8','\x21','\x0c','\xd8','\xc2','\x1c','\xd8','\x04','\x18','\x18','\x18','\xf8','\x18','\x00','\x30','\x18','\x02','\x00','\x18','\x01','\x80','\x18','\x1c','\xc8','\x18','\x98','\xc6','\x18','\x98','\x13','\x19','\x98','\x13','\x1b','\x18','\x18','\x1b','\x1f','\xf8','\x18','\x0f','\xf0','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x10','\xc0','\x03','\x1f','\xc0','\x03','\x18','\xc0','\x23','\x18','\xc0','\x23','\x18','\xc6','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc2','\x00','\xc8','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x07','\xc0','\x03','\x01','\x80','\x02','\x01','\x00','\x03','\x81','\xc0','\x43','\x01','\x80','\x26','\x03','\x00','\x16','\x02','\x00','\x1c','\x24','\x06','\x08','\x3f','\xff','\x1c','\x30','\x06','\x34','\x30','\x06','\x66','\x30','\x06','\x86','\x30','\x06','\x0e','\x30','\x06','\x0b','\x30','\x06','\x1b','\x3f','\xfe','\x13','\x30','\x06','\x33','\x30','\x06','\x63','\x30','\x06','\x83','\x30','\x06','\x03','\x30','\x06','\x03','\x30','\x06','\x07','\x30','\x06','\x06','\x3f','\xfe','\x3e','\x30','\x06','\x0c','\x30','\x06','\x00','\x01','\x80','\x40','\xff','\xc0','\x30','\x01','\x00','\x18','\x01','\x00','\x0c','\x01','\x00','\x0c','\x01','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x02','\x80','\x00','\x02','\x80','\x0c','\x06','\x80','\xfe','\x06','\x40','\x0c','\x04','\x40','\x0c','\x0c','\x60','\x0c','\x08','\x30','\x0c','\x18','\x3c','\x0c','\x30','\x1f','\x0c','\x60','\x0e','\x0d','\x80','\x06','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\xc7','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x08','\x39','\x86','\x0e','\x31','\x86','\x1c','\x31','\x86','\x18','\x31','\x86','\x30','\x31','\xf6','\x60','\x31','\x87','\x80','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x02','\x31','\x86','\x02','\x31','\x86','\x02','\x31','\xf6','\x03','\xff','\x87','\xff','\x78','\x03','\xfe','\x40','\x00','\x00','\x00','\x00','\x06','\x00','\xff','\xff','\x70','\x01','\x80','\x60','\x01','\x00','\x60','\x22','\x0c','\x62','\x3f','\xfe','\x63','\xb0','\x0c','\x67','\x30','\x0c','\x6c','\x30','\x0c','\x70','\x3f','\xfc','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x61','\x3f','\xfc','\x61','\x30','\x0c','\x61','\xb0','\x0c','\x7f','\xb0','\x0c','\x3f','\x30','\x0c','\x00','\x3f','\xfc','\x00','\x08','\x00','\x00','\x0e','\x30','\x00','\x1c','\x0e','\x00','\x30','\x07','\x01','\xc0','\x03','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x68','\x00','\x00','\x64','\x00','\x00','\xc6','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\xe0','\x0c','\x06','\x78','\x19','\xff','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x06','\x00','\x01','\x80','\x0f','\xff','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\xc6','\x67','\xff','\xe6','\x60','\x38','\x06','\x60','\x3c','\x06','\x60','\x7c','\x06','\x60','\x7a','\x06','\x60','\xdb','\x06','\x60','\xd9','\x86','\x61','\x99','\xf6','\x63','\x18','\xe6','\x6c','\x18','\x66','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x41','\x86','\x1b','\x7f','\xff','\xff','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x1b','\x7f','\xfe','\xfc','\x61','\x86','\x70','\x61','\x86','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x84','\x18','\x03','\xc7','\xfc','\x1e','\x06','\x18','\xe8','\x46','\x18','\x46','\x77','\xf8','\x32','\xe6','\x18','\x13','\x86','\x18','\x0d','\x07','\xfc','\x71','\x86','\x47','\x02','\x86','\x46','\x0c','\xc6','\x28','\x71','\xc6','\x20','\x06','\xc6','\x10','\x18','\xdf','\xdc','\x61','\x8e','\x0f','\x0f','\x80','\x06','\x03','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x08','\x7e','\x0c','\x0f','\xe0','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0d','\x8c','\x66','\xff','\xcf','\xff','\x19','\x8c','\x60','\x19','\x8c','\x60','\x19','\x8c','\x32','\x19','\x8c','\xb2','\x19','\xbf','\x1b','\x31','\x9c','\x0f','\x33','\x10','\x06','\x33','\x00','\x00','\x33','\x0f','\xfc','\x6a','\x0c','\x0c','\x66','\x0c','\x0c','\x07','\x0f','\xfc','\x0d','\x8c','\x0c','\x09','\x8c','\x0c','\x11','\x8c','\x0c','\x20','\x0f','\xfc','\xc0','\x0c','\x0c','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x2c','\x18','\x18','\x2e','\x1f','\xf8','\x2d','\x18','\x18','\x6d','\x98','\x18','\x6d','\x98','\x18','\x4c','\x18','\x18','\xcc','\x1f','\xf8','\xcc','\x19','\x04','\x0c','\x19','\x07','\x0c','\x18','\x86','\x0c','\x18','\x8c','\x0c','\x18','\xd0','\x0c','\x18','\x40','\x0c','\x18','\x60','\x0c','\x18','\x30','\x0c','\x1b','\x38','\x0d','\xfc','\x1f','\x0c','\xf0','\x0e','\x0c','\x80','\x06','\x01','\x84','\x18','\x03','\xc7','\xfc','\x1e','\x06','\x18','\xe8','\x46','\x18','\x46','\x77','\xf8','\x32','\xe6','\x18','\x13','\x86','\x18','\x0d','\x07','\xfc','\x71','\x86','\x47','\x02','\x86','\x46','\x0c','\xc6','\x28','\x71','\xc6','\x20','\x06','\xc6','\x10','\x18','\xdf','\xdc','\x61','\x8e','\x0f','\x0f','\x88','\x06','\x03','\x20','\x00','\x00','\x18','\x20','\x09','\xcc','\x18','\x11','\x8c','\x4e','\x31','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x03','\x80','\x10','\x3f','\xc0','\x1f','\xf0','\x00','\x18','\x30','\x00','\x18','\x18','\x00','\x18','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x0e','\x00','\x18','\x07','\x00','\x18','\x03','\x82','\x18','\xe1','\xc2','\xff','\x00','\xf3','\x78','\x00','\x3f','\x40','\x00','\x0e','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x0e','\x07','\x00','\x0c','\x06','\x10','\x0c','\x66','\x1c','\x0f','\xf6','\x38','\x0c','\x06','\x60','\x0c','\x07','\x80','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\x76','\x02','\xff','\x86','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x18','\x18','\x1d','\x98','\x18','\x1c','\xdf','\xf8','\x3c','\xd9','\x04','\x2c','\x19','\x07','\x2c','\x18','\x86','\x6c','\x18','\x8c','\x4c','\x18','\xd0','\x8c','\x18','\x40','\x0c','\x18','\x60','\x0c','\x18','\x30','\x0c','\x1b','\x38','\x0d','\xfc','\x1f','\x0c','\xf0','\x0e','\x0c','\x80','\x06','\x0e','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x61','\x86','\x0d','\x61','\x06','\xff','\xe1','\x06','\x0c','\x61','\x26','\x0c','\x6f','\xf6','\x0c','\x61','\x06','\x1e','\x63','\x86','\x1d','\x63','\x86','\x1d','\xe3','\x46','\x3d','\xe7','\x46','\x2c','\x65','\x66','\x2c','\x65','\x36','\x6c','\x69','\x3e','\x4c','\x71','\x16','\x8c','\x61','\x06','\x0c','\x61','\x06','\x0c','\x61','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x7f','\xfe','\x0c','\x60','\x06','\x10','\x40','\x18','\x0c','\x7f','\xfc','\x06','\x60','\x18','\x06','\x60','\x18','\x00','\x60','\x18','\x00','\x7f','\xf8','\x80','\x60','\x18','\x60','\x60','\x18','\x32','\x60','\x18','\x32','\x7f','\xf8','\x04','\x60','\x18','\x04','\x00','\x00','\x0c','\x70','\xe0','\x08','\x60','\xc8','\x18','\x60','\xce','\x18','\x64','\xcc','\x30','\x7e','\xd8','\xf0','\x60','\xe0','\x70','\x60','\xc0','\x30','\x60','\xc2','\x30','\x66','\xc2','\x33','\xf8','\xc3','\x39','\xe0','\xff','\x19','\x80','\x7e','\x00','\x07','\x00','\x00','\x06','\x00','\x04','\x06','\x06','\x07','\xff','\xff','\x06','\x00','\x00','\x06','\x40','\x30','\x46','\x7f','\xf8','\x26','\x60','\x30','\x36','\x60','\x30','\x36','\x7f','\xf0','\x06','\x60','\x30','\x06','\x60','\x30','\x0e','\x60','\x30','\xf6','\x7f','\xf0','\x66','\x62','\x08','\x46','\x62','\x0e','\x0c','\x61','\x0c','\x0c','\x61','\x18','\x08','\x60','\xa0','\x18','\x60','\xc0','\x10','\x66','\x70','\x27','\xf8','\x3f','\x43','\xc0','\x1e','\x02','\x00','\x06','\x04','\x07','\x0e','\x07','\x06','\x0c','\x06','\x06','\x0c','\x04','\x06','\x0c','\x49','\x06','\x0c','\x31','\xc6','\x0c','\x19','\x9f','\xff','\x1b','\x06','\x0c','\x02','\x06','\x0c','\x04','\x86','\x0c','\x08','\x46','\x0c','\xff','\xe6','\x0c','\x7e','\x66','\x0c','\x46','\x67','\xfc','\x06','\x06','\x0c','\x46','\x06','\x0c','\x77','\x06','\x0c','\x66','\xc6','\x0c','\x66','\x66','\x0c','\x46','\x66','\x0c','\x46','\x06','\x0c','\x86','\x07','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x08','\x00','\x60','\x0f','\xff','\xf0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0f','\xff','\xe8','\x0c','\x10','\x0e','\x0c','\x08','\x1c','\x0c','\x08','\x30','\x0c','\x04','\xc0','\x0c','\x06','\x00','\x0c','\x03','\x00','\x0c','\x03','\x80','\x0c','\x31','\xc0','\x0f','\xc0','\xf0','\xfe','\x00','\x7e','\x70','\x00','\x3c','\x40','\x00','\x08','\x00','\x02','\x00','\x00','\x03','\x80','\x03','\x23','\x0c','\x7f','\xbf','\xfe','\x00','\x31','\x0c','\x00','\x31','\x0c','\x00','\x31','\x0c','\x01','\xbf','\xfc','\xff','\xf1','\x0c','\x10','\x31','\x0c','\x1c','\x31','\x0c','\x18','\x3f','\xfc','\x18','\x01','\x90','\x12','\x11','\x9c','\x11','\x1d','\x98','\x21','\x99','\x90','\xff','\x99','\xa2','\x71','\xb1','\xff','\x40','\x31','\xb3','\x00','\x61','\x80','\x00','\xc1','\x82','\x01','\x81','\x83','\x03','\x01','\xff','\x0c','\x00','\xfe','\x03','\x87','\x00','\x03','\x06','\x00','\x03','\x06','\x10','\x3b','\x06','\x1c','\x33','\x26','\x38','\x33','\xf6','\x60','\x33','\x07','\x80','\x33','\x06','\x00','\x33','\x06','\x00','\x33','\x06','\x02','\x33','\x06','\x02','\x33','\x66','\x03','\xff','\x87','\xff','\x78','\x03','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x1b','\xff','\xfe','\x18','\x18','\x00','\x38','\x18','\x00','\x38','\x18','\x00','\x58','\x30','\x00','\x98','\x30','\x00','\x18','\x60','\x18','\x18','\x7f','\xfc','\x18','\xc3','\x00','\x18','\x83','\x00','\x19','\x03','\x00','\x1a','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x7f','\xff','\xfc','\x02','\x00','\x18','\x02','\x20','\x38','\x02','\x18','\x30','\x01','\x0c','\x30','\x01','\x0c','\x60','\x01','\x0c','\x60','\x00','\x80','\xc0','\x00','\xc0','\xc0','\x00','\x41','\x80','\x00','\x61','\x80','\x00','\x33','\x00','\x00','\x1e','\x00','\x00','\x0c','\x00','\x00','\x1e','\x00','\x00','\x37','\x00','\x00','\x63','\x80','\x00','\xc1','\xe0','\x01','\x80','\xf8','\x06','\x00','\x7f','\x18','\x00','\x3e','\xe0','\x00','\x0c','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x20','\x46','\x04','\x18','\x7f','\x08','\x0c','\x66','\xff','\xf6','\x66','\x7c','\x06','\x66','\x10','\x70','\x66','\x1c','\x60','\x66','\x18','\x60','\x66','\x30','\x7e','\x66','\x68','\x3e','\x66','\x8e','\x00','\x66','\x0c','\x30','\x66','\x1f','\xf8','\x7e','\x10','\x30','\x66','\x28','\x60','\x60','\x44','\x60','\x00','\x86','\xc0','\x00','\x03','\x80','\x00','\x06','\xe0','\x00','\x0c','\x7f','\x00','\x30','\x1e','\x01','\xc0','\x06','\x00','\x10','\x10','\x0e','\x0c','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x20','\x0c','\x3f','\xfe','\x4c','\x81','\x80','\x4c','\x81','\x80','\x4c','\x81','\x98','\x4c','\x9f','\xfc','\x4c','\x81','\x80','\x4c','\x81','\x80','\x4c','\x81','\x86','\x4c','\xff','\xff','\x4c','\x86','\x00','\x4c','\x86','\x00','\x4c','\x8c','\x00','\x7f','\x88','\x0c','\x40','\x9f','\xfe','\x40','\x30','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x03','\x00','\xc0','\x00','\x00','\xc6','\x00','\x3f','\xff','\x00','\x80','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x30','\x03','\xff','\xf8','\x06','\x0c','\x00','\x04','\x0c','\x00','\x0c','\x0c','\x00','\x08','\x0c','\x00','\x10','\x0c','\x00','\x20','\x0c','\x00','\x40','\x0c','\x00','\x80','\x0c','\x00','\x00','\x0c','\x0c','\x0f','\xff','\xfe','\x00','\x00','\x00','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x30','\x07','\xff','\xf8','\x0c','\x0c','\x00','\x08','\x0c','\x00','\x10','\x0c','\x00','\x20','\x0c','\x00','\xc0','\x0c','\x06','\x1f','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe2','\x00','\xc6','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x23','\x00','\x00','\x3b','\x20','\x80','\x33','\x18','\x60','\x33','\x0c','\x32','\x23','\x06','\x32','\x63','\x07','\x04','\x43','\x03','\x04','\x83','\x10','\x0d','\x03','\x1c','\x08','\x1f','\x18','\x18','\x06','\x38','\x18','\x00','\x30','\x30','\x00','\x60','\xf0','\x00','\x60','\x70','\x00','\xc0','\x30','\x01','\x80','\x30','\x03','\x00','\x30','\x06','\x00','\x38','\x18','\x00','\x18','\x60','\x00','\x00','\x10','\x10','\x00','\x0c','\x1c','\x01','\x86','\x18','\xff','\xc6','\x20','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0c','\x1f','\xfc','\x0d','\x01','\x80','\x7f','\x81','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x88','\x0c','\x0f','\x1f','\xfe','\xfc','\x30','\xc0','\x70','\x60','\xc0','\x40','\xc0','\xc0','\x03','\x00','\xc0','\x00','\x00','\xc6','\x00','\x7f','\xff','\x00','\x00','\xe0','\x00','\x60','\xc0','\xff','\xf0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x08','\xc8','\x0c','\x0e','\xc4','\x18','\x0c','\xc6','\x18','\x0c','\xc3','\x18','\xc8','\xc3','\x1f','\xd8','\xc3','\x38','\xd0','\xc0','\x38','\xe0','\xc4','\x78','\xc0','\xc7','\x58','\xc0','\xc6','\x98','\xc7','\xce','\x18','\xc1','\x8c','\x18','\xc0','\x18','\x18','\xc0','\x30','\x1f','\xc0','\x60','\x18','\xc0','\xc0','\x18','\x03','\x80','\x18','\x0e','\x00','\x00','\x70','\x00','\x03','\x04','\x00','\x7f','\x87','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\x8c','\x06','\xff','\xcf','\xff','\x00','\x09','\x80','\x00','\x19','\x80','\x03','\x11','\x80','\x7f','\xb1','\x8c','\x00','\x21','\xfe','\x00','\x41','\x80','\x03','\x01','\x80','\x7f','\x81','\x80','\x00','\x01','\x8c','\x00','\x01','\xfe','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x7f','\x81','\x80','\x61','\x81','\x80','\x06','\x00','\xe0','\x06','\x10','\xc4','\x0d','\x0c','\xc7','\x0c','\xc6','\xce','\x08','\x66','\xc8','\x18','\x60','\xd0','\x10','\x00','\xc0','\x21','\x8f','\xfc','\x3f','\xcc','\x0c','\x46','\x0c','\x0c','\x86','\x0f','\xfc','\x06','\xcc','\x0c','\x7f','\xec','\x0c','\x06','\x0c','\x0c','\x06','\x8f','\xfc','\x46','\xec','\x0c','\x26','\xcc','\x0c','\x36','\x8c','\x0c','\x37','\x0f','\xfc','\x06','\x04','\x00','\x06','\x67','\x30','\xff','\x8e','\x0c','\x78','\x18','\x0e','\x40','\x60','\x06','\x08','\x01','\xc0','\x06','\x01','\x80','\x03','\x11','\x90','\x43','\x1d','\x8c','\x30','\x19','\x86','\x18','\x19','\x83','\x19','\x31','\x83','\x02','\x27','\x90','\x0c','\x43','\x1c','\xf8','\x80','\x38','\x30','\x00','\xe0','\x30','\x03','\x80','\x38','\x7c','\x00','\x18','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc2','\x1c','\x07','\x82','\x18','\x1d','\x81','\x20','\xe1','\x80','\xc0','\x01','\x9c','\x78','\x1f','\xe0','\x3f','\x0f','\x00','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x08','\x18','\x20','\x0e','\x18','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x60','\x0c','\x18','\x60','\x1a','\x18','\x50','\x19','\x18','\xc8','\x31','\x98','\x8c','\x20','\xd9','\x06','\x40','\xda','\x06','\x80','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x87','\x20','\x18','\xe6','\x38','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\x86','\x60','\x18','\xc6','\x50','\x19','\xa6','\xcc','\x19','\x36','\x86','\x1a','\x37','\x06','\x18','\x06','\x00','\x30','\x06','\x18','\x31','\xff','\xfc','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x06','\x0f','\xff','\xff','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x11','\x88','\x0c','\x1d','\x8e','\x0d','\x99','\x8c','\xff','\xd9','\x8c','\x0c','\x11','\x98','\x0c','\x31','\x98','\x0c','\x31','\x94','\x0d','\x29','\xb2','\x0e','\x6d','\xa3','\x1c','\x4d','\xc3','\xfc','\x81','\x80','\x6c','\x01','\x80','\x4c','\x01','\x98','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\xff','\xff','\x18','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x0c','\x7f','\xf8','\x0c','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x38','\x00','\x00','\x38','\x00','\x00','\x58','\x7f','\xf8','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x18','\x00','\x18','\x3c','\x78','\x18','\x70','\x1e','\x19','\x80','\x06','\x04','\x03','\x80','\x07','\x73','\x0e','\x06','\x63','\x0c','\x06','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\xfc','\x18','\x20','\x80','\x18','\x38','\xe0','\x38','\x30','\xc0','\x38','\x61','\x0c','\x58','\x7f','\xfe','\x98','\xe1','\x80','\x19','\x61','\x80','\x1a','\x61','\x88','\x18','\x7f','\xfc','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x88','\x18','\x7f','\xfc','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x86','\x18','\x7f','\xff','\x18','\x60','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x18','\xc0','\x00','\x18','\xc0','\x18','\x1f','\xdf','\xfc','\x18','\xc4','\x18','\x18','\xc4','\x18','\x18','\xc2','\x30','\x1f','\xc2','\x30','\x18','\xc1','\x60','\x18','\xc0','\xc0','\x18','\xc1','\xf0','\xff','\xc3','\x3f','\x78','\xc6','\x1e','\x40','\xd8','\x06','\x00','\xc0','\x00','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x20','\x03','\x33','\x18','\x3f','\xfb','\x0c','\x03','\x03','\x0c','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x06','\xff','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x10','\x61','\x10','\x1f','\xf1','\x9c','\x18','\x61','\x98','\x18','\x61','\xb0','\x18','\x60','\xb0','\x18','\x60','\xe0','\x18','\x60','\x42','\x18','\x60','\xe2','\x1f','\xe1','\xb2','\x18','\x03','\x3b','\x00','\x0c','\x1f','\x00','\x70','\x0e','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xe3','\x84','\x60','\xc3','\x08','\x1f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x10','\x0f','\xff','\xf8','\x00','\xc3','\x00','\x00','\xc3','\x02','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x80','\x60','\x07','\x1c','\x38','\x0c','\x18','\x1f','\x30','\x18','\x46','\xc7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x32','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x20','\x30','\x00','\x38','\x00','\x00','\x70','\x06','\xff','\xff','\xff','\x01','\xc0','\xc0','\x03','\x81','\x80','\x07','\x73','\x00','\x06','\x0e','\x00','\x00','\x39','\xe0','\x01','\xc0','\x78','\x3e','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x1c','\x04','\x60','\x18','\x08','\x1f','\xff','\xfc','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x10','\x00','\xf8','\x1c','\x07','\xc0','\x18','\x78','\x10','\x38','\x04','\x1c','\x30','\x82','\x18','\x60','\x63','\x18','\xc0','\x33','\x11','\x88','\x30','\x22','\x0e','\x03','\x84','\x1c','\x03','\x00','\x18','\x03','\x18','\x30','\xff','\xfc','\x60','\x07','\x00','\xc0','\x07','\x01','\x84','\x0f','\x86','\x07','\x0f','\x60','\x0e','\x1b','\x30','\x1c','\x1b','\x30','\x38','\x33','\x00','\x70','\x63','\x00','\xc0','\x83','\x01','\x80','\x03','\x06','\x00','\x03','\x18','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x40','\x00','\x0c','\x70','\x00','\x0c','\xe0','\x00','\x0d','\xc0','\x00','\x0f','\x80','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x3c','\x00','\x00','\xec','\x00','\x03','\x8c','\x00','\x1c','\x0c','\x00','\xe0','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\xfc','\x00','\x00','\x38','\x00','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x7f','\x80','\x0c','\x00','\x08','\x0c','\x02','\x0e','\x0d','\x21','\x0c','\xff','\x91','\x8c','\x0c','\x19','\x98','\x0c','\x18','\x10','\x0c','\x00','\x20','\x0c','\x03','\x80','\x0d','\x83','\x00','\x1e','\x03','\x06','\xfc','\xff','\xff','\x6c','\x0f','\x40','\x4c','\x0f','\x40','\x0c','\x1b','\x20','\x0c','\x1b','\x30','\x0c','\x33','\x18','\x0c','\x23','\x1f','\x0c','\x43','\x0e','\x0d','\x83','\x06','\x7c','\x03','\x00','\x18','\x03','\x00','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x20','\x03','\x33','\x18','\x7f','\xfb','\x0c','\x03','\x03','\x0c','\x03','\x03','\x00','\x03','\x03','\x06','\xff','\xff','\xff','\x00','\x03','\x00','\x03','\x83','\x10','\x03','\x03','\x1c','\x03','\x31','\x18','\xff','\xf9','\x98','\x07','\x01','\xb0','\x07','\x80','\xb0','\x0f','\x60','\xe0','\x0b','\x30','\x42','\x1b','\x30','\xe2','\x33','\x01','\xb2','\x63','\x03','\x3a','\x83','\x06','\x1f','\x03','\x18','\x0f','\x03','\x60','\x06','\x00','\x0e','\x00','\x03','\x8c','\x00','\x03','\x0c','\x30','\x03','\x0f','\xf8','\x03','\x0c','\x00','\x03','\x0c','\x06','\xff','\xff','\xff','\x00','\x00','\x40','\x00','\x03','\x30','\x20','\x03','\x16','\x3f','\xff','\xff','\x30','\x03','\x00','\x30','\x03','\x10','\x37','\xfb','\x1c','\x30','\x43','\x18','\x30','\x41','\xb8','\x32','\x51','\xb0','\x33','\x49','\xe0','\x36','\x4c','\xc0','\x24','\x4c','\xe2','\x29','\xc1','\xb2','\x60','\xc3','\x3b','\x40','\x06','\x1f','\x80','\x18','\x0e','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x10','\x60','\x00','\x10','\x60','\x80','\x08','\xc0','\x60','\x0d','\x80','\x32','\x07','\x00','\x32','\x0d','\xe0','\x04','\x30','\x7f','\x05','\xc0','\x0e','\x0c','\x30','\x30','\x08','\x30','\x30','\x18','\x3f','\xf0','\x18','\x30','\x30','\x30','\x30','\x30','\xf0','\x30','\x30','\x70','\x3f','\xf0','\x30','\x30','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x38','\xc0','\x30','\x1b','\x00','\x30','\x08','\x10','\x20','\x0e','\x1c','\x38','\x0c','\x18','\x30','\x18','\x30','\x60','\x10','\x20','\x40','\x20','\x40','\x80','\x18','\x30','\x60','\x0c','\x18','\x30','\x06','\x0c','\x18','\x06','\x0c','\x18','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x10','\x04','\x18','\x1c','\x04','\x34','\x38','\x08','\x34','\x60','\x38','\x62','\x80','\x30','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x78','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\x00','\x70','\x00','\x03','\xf8','\x00','\x7f','\x80','\x3f','\xf0','\x10','\x00','\x40','\x1c','\x10','\x30','\x38','\x0c','\x1c','\x30','\x06','\x0c','\x60','\x03','\x00','\x40','\x03','\x1c','\x80','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x3a','\x00','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x06','\x00','\x1b','\xe6','\x7c','\x18','\x06','\x00','\x18','\x06','\x00','\x1b','\xe6','\x7c','\x18','\x00','\x00','\x18','\x87','\x00','\x18','\xe6','\x00','\x18','\xc6','\x30','\x31','\xff','\xf8','\x31','\x06','\x00','\x22','\x06','\x06','\x6f','\xff','\xff','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x80','\x00','\xc3','\x00','\xff','\xe3','\x00','\x0c','\x03','\x30','\x0c','\x3f','\xf8','\x0c','\x03','\x30','\x0c','\x03','\x32','\x0c','\x03','\x32','\x18','\x06','\x33','\x19','\x86','\x3f','\x1f','\xcc','\x1e','\x19','\xb0','\x00','\x39','\x81','\xc0','\x39','\x81','\x80','\x59','\x81','\x80','\x99','\x81','\x86','\x19','\xbf','\xff','\x19','\x81','\x80','\x19','\x81','\x80','\x1f','\x81','\x80','\x19','\x81','\x80','\x18','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\xc7','\x00','\x01','\x86','\x10','\x1d','\x86','\x1c','\x19','\x86','\x38','\x19','\xf6','\x60','\x19','\x87','\x80','\x19','\x86','\x02','\x19','\x86','\x02','\x19','\x86','\x03','\x19','\xf7','\xff','\xff','\x83','\xfe','\x78','\x00','\x00','\x40','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\x00','\x30','\x03','\xff','\xf8','\x07','\x80','\x30','\x0d','\x80','\x30','\x19','\x80','\x30','\x61','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x04','\x00','\x00','\x06','\x18','\x0c','\x0f','\xff','\xfe','\x0c','\x34','\x18','\x1a','\x62','\x30','\x33','\x63','\x40','\xc8','\xc1','\x80','\x0d','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0c','\x01','\x9e','\x33','\xff','\xc6','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x30','\x1c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x03','\x80','\x00','\x87','\x00','\x00','\x6e','\x00','\x00','\x38','\x00','\x00','\xef','\x80','\x07','\x81','\xff','\xfc','\x00','\x3e','\x0c','\x00','\x30','\x0c','\xff','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xff','\xb0','\x0c','\x18','\x30','\x09','\x18','\x30','\x19','\xda','\x30','\x11','\x99','\x30','\x33','\x19','\xb0','\x22','\x19','\xb0','\x44','\x78','\x30','\x80','\x30','\x30','\x04','\x00','\x00','\x07','\x08','\x06','\x06','\x0f','\xff','\x04','\x0c','\x46','\x49','\x0c','\x46','\x31','\xcc','\x46','\x19','\x8c','\x46','\x1b','\x0c','\x46','\x02','\x0c','\x46','\x04','\x8c','\x46','\x08','\x4c','\x46','\xff','\xef','\xfe','\x7e','\x6c','\x46','\x46','\x6c','\x46','\x06','\x0c','\x46','\x46','\x0c','\x46','\x77','\x0c','\x46','\x66','\xcc','\x46','\x66','\x6c','\x46','\x46','\x6c','\x46','\x46','\x0c','\x46','\x86','\x0f','\xfe','\x06','\x0c','\x06','\x06','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x00','\x01','\xe0','\x00','\x3f','\xf0','\x1f','\xf0','\x40','\x04','\x18','\x70','\x03','\x0c','\x60','\x01','\x8c','\xc0','\x01','\x81','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x0e','\x18','\x3f','\x38','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x20','\x03','\x33','\x18','\x7f','\xfb','\x0c','\x03','\x03','\x0c','\x03','\x03','\x00','\x03','\x03','\x06','\xff','\xff','\xff','\x00','\x03','\x00','\x03','\x83','\x10','\x03','\x03','\x1c','\x7f','\xf9','\x18','\x06','\x21','\x98','\x0c','\x39','\xb0','\x0c','\x30','\xb0','\x1d','\x20','\xe0','\x2c','\xc0','\x42','\xcc','\x60','\xe2','\x0c','\xb1','\xb2','\x0f','\x33','\x3a','\x7c','\x06','\x1f','\x30','\x18','\x0f','\x20','\x60','\x06','\x03','\x81','\xc0','\x03','\x01','\x90','\x03','\x19','\x88','\x7f','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x01','\x80','\xff','\xff','\xff','\x00','\x01','\x80','\x03','\x81','\x88','\x03','\x01','\x8e','\x7f','\xf9','\x8c','\x03','\x01','\x8c','\x3f','\xf1','\x98','\x23','\x11','\x98','\x23','\x10','\xb0','\x3f','\xf0','\xb0','\x23','\x10','\xe0','\x23','\x10','\x42','\x3f','\xf0','\xe2','\x03','\x00','\xb2','\xff','\xfd','\xba','\x03','\x03','\x1f','\x03','\x06','\x0f','\x03','\x18','\x06','\x43','\x20','\x00','\x7f','\xb8','\x00','\x63','\x33','\x0c','\x62','\x3f','\xfe','\x66','\x62','\x8c','\x64','\x46','\x88','\x64','\xb4','\x50','\x69','\x1c','\x60','\x68','\xc8','\x30','\x64','\x50','\x1c','\x66','\x20','\x0f','\x66','\x5f','\xe6','\x67','\x80','\x00','\x66','\x00','\x00','\x66','\x00','\x0c','\x66','\xff','\xfe','\x66','\x03','\x00','\x7e','\x43','\x00','\x6c','\x73','\x20','\x60','\x63','\x18','\x60','\xc3','\x0c','\x61','\x83','\x0e','\x62','\x1f','\x06','\x60','\x06','\x00','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\xe6','\xff','\xfe','\xc6','\x10','\x30','\xc6','\x08','\x30','\xc6','\x0c','\x60','\xc6','\x06','\xc0','\xc6','\x03','\x80','\xc6','\x06','\xe0','\xc6','\x0c','\x7e','\xc6','\x38','\x3c','\xc6','\xd8','\x30','\xc6','\x1f','\xf0','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x1f','\xf0','\x06','\x18','\x30','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x20','\x30','\x06','\x40','\x30','\x3e','\x80','\x30','\x0c','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\x80','\x00','\x01','\x83','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x18','\x1e','\x3f','\xfc','\x36','\x03','\x00','\xc6','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x06','\xff','\xff','\x06','\x00','\x00','\x07','\x00','\x38','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x60','\x36','\xff','\xff','\xff','\x06','\x00','\x30','\x06','\x00','\x30','\x0e','\x00','\x70','\x0f','\x00','\x70','\x0e','\xc0','\xf0','\x1e','\x60','\xf0','\x16','\x31','\xb0','\x16','\x31','\xb0','\x36','\x03','\x30','\x26','\x06','\x30','\x46','\x0c','\x30','\x86','\x18','\x30','\x06','\x20','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x3f','\xc3','\x0c','\x00','\xc3','\xfe','\x00','\xc3','\x00','\x03','\xc3','\x00','\xfc','\xc3','\x06','\x70','\xc3','\xff','\x41','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x38','\x03','\x00','\x20','\xc0','\x38','\x3f','\xe0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x36','\x3f','\xdf','\xff','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x70','\x30','\xc0','\x70','\x3f','\xc0','\xf0','\x30','\xc0','\xf0','\x30','\xc1','\xb0','\x30','\xc1','\xb0','\x30','\xc3','\x30','\x3f','\xc6','\x30','\x00','\x0c','\x30','\x11','\x30','\x30','\x1c','\x80','\x30','\x18','\xc0','\x30','\x30','\x60','\x30','\x60','\x61','\xf0','\x80','\x00','\x60','\x20','\x00','\x0c','\x18','\xff','\xfe','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x00','\x18','\x60','\x01','\x18','\x60','\x01','\x18','\x60','\x02','\x18','\x60','\x02','\x18','\x66','\x06','\xff','\xff','\x04','\x01','\xe0','\x0c','\x01','\xe0','\x18','\x03','\x60','\xf8','\x03','\x60','\x70','\x06','\x60','\x30','\x06','\x60','\x30','\x0c','\x60','\x30','\x18','\x60','\x38','\x30','\x60','\x18','\x60','\x60','\x01','\x80','\x60','\x0e','\x03','\xe0','\x00','\x00','\xc0','\x1c','\x20','\x06','\x18','\x3f','\xff','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x1b','\x30','\x18','\xff','\xbf','\xfc','\x18','\x34','\x18','\x18','\x34','\x18','\x18','\x34','\x18','\x18','\x32','\x30','\x18','\x32','\x30','\x18','\x32','\x30','\x18','\x31','\x60','\x19','\xb1','\x60','\x1e','\x60','\xc0','\xf8','\x60','\xc0','\x70','\x41','\xe0','\x40','\xc3','\x70','\x00','\x86','\x38','\x01','\x0c','\x1f','\x02','\x18','\x0e','\x00','\x60','\x06','\x41','\x90','\x06','\x7f','\xdf','\xff','\x61','\x98','\x00','\x61','\x98','\x00','\x61','\x18','\x00','\x63','\x18','\x00','\x62','\x18','\x0c','\x62','\x1f','\xfe','\x64','\x1a','\x0c','\x62','\x1a','\x0c','\x63','\x1a','\x0c','\x61','\x19','\x18','\x61','\x99','\x18','\x61','\x99','\x18','\x61','\x99','\x30','\x61','\x98','\xb0','\x61','\xb0','\xe0','\x6f','\xb0','\x40','\x63','\x20','\xe0','\x60','\x61','\xb0','\x60','\x43','\x38','\x60','\x86','\x1f','\x61','\x18','\x0e','\x60','\x60','\x06','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x1b','\x61','\x86','\xff','\xe1','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x18','\x68','\x26','\x18','\x0e','\x20','\x18','\x1c','\x10','\x18','\x18','\x18','\x1b','\x3c','\x6c','\x1c','\x6c','\x6f','\xf8','\xcc','\x66','\x63','\x0c','\x60','\x40','\x0c','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x30','\x60','\x00','\x60','\x60','\x01','\x80','\x60','\x1c','\x38','\x38','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x1b','\x36','\x32','\xff','\xff','\xff','\x18','\x0d','\x32','\x18','\x0d','\x32','\x3c','\x19','\x32','\x3a','\x19','\x32','\x3b','\x31','\xfe','\x3b','\x31','\x32','\x38','\x79','\x32','\x78','\x75','\x32','\x58','\xb7','\x32','\x59','\x37','\x32','\x5a','\x31','\xfe','\x98','\x31','\x32','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x00','\x00','\x60','\x07','\x81','\xf0','\x00','\x77','\x80','\x00','\x1e','\x00','\x00','\x73','\xc0','\x03','\xc0','\xf0','\x3c','\x20','\x30','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc0','\x30','\x01','\xff','\xf8','\x03','\x00','\x30','\x07','\x00','\x30','\x1b','\xff','\xf0','\x63','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x01','\xf0','\x03','\x00','\x60','\x00','\x00','\x10','\x00','\x40','\x1c','\x00','\x30','\x38','\x43','\x18','\x30','\x7f','\x8c','\x60','\x63','\x0c','\x40','\x63','\x00','\x8c','\x63','\x7f','\xfe','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x03','\x00','\x7f','\x03','\x00','\x63','\x06','\x80','\x60','\x06','\x80','\x00','\x0c','\x40','\x00','\x0c','\x60','\x00','\x18','\x38','\x00','\x30','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x03','\x40','\x4c','\x83','\x30','\x4c','\x86','\x18','\x4c','\x98','\x18','\x4c','\x80','\x06','\x4c','\xff','\xff','\x4c','\x80','\x0c','\x4c','\x80','\x0c','\x4c','\x90','\xcc','\x4c','\x9f','\xcc','\x4c','\x98','\xcc','\x7f','\x98','\xcc','\x40','\x98','\xcc','\x40','\x1f','\xcc','\x00','\x18','\xcc','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x03','\x80','\x1c','\x03','\x00','\x18','\x03','\x0c','\x18','\x7f','\xfe','\x18','\x03','\x00','\x18','\x06','\x80','\x1b','\x06','\x60','\xff','\x8c','\x30','\x18','\x30','\x30','\x18','\x00','\x06','\x18','\xff','\xff','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x21','\x8c','\x18','\x3f','\xcc','\x1b','\x31','\x8c','\xfc','\x31','\x8c','\x70','\x31','\x8c','\x40','\x3f','\x8c','\x00','\x31','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x01','\xc0','\x00','\xc1','\x80','\xff','\xe1','\x8c','\x0c','\x1f','\xfe','\x0c','\x01','\x80','\x0c','\x03','\x40','\x18','\x03','\x30','\x18','\x06','\x18','\x11','\x98','\x18','\x3f','\x80','\x06','\x31','\xff','\xff','\x71','\x80','\x0c','\x71','\x80','\x0c','\xb1','\x90','\xcc','\x31','\x9f','\xcc','\x31','\x98','\xcc','\x31','\x98','\xcc','\x31','\x98','\xcc','\x3f','\x9f','\xcc','\x31','\x98','\xcc','\x30','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x02','\x00','\x3f','\xe3','\x0c','\x30','\x63','\xfe','\x30','\x66','\x18','\x3f','\xe9','\x30','\x02','\x00','\xe0','\x12','\x03','\x9f','\x13','\xdc','\x06','\x12','\x03','\xf8','\x12','\x62','\x08','\xff','\x83','\xf8','\x78','\x30','\x00','\x47','\xff','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x10','\x07','\xff','\xf8','\x06','\x00','\x02','\x17','\xff','\xff','\x12','\x22','\x06','\x63','\x33','\x3e','\x63','\x33','\x0c','\x02','\x08','\x00','\x03','\x8e','\x00','\x03','\x0c','\x00','\x03','\x0c','\x00','\x06','\x18','\x06','\x06','\x1f','\xff','\x0c','\x36','\x00','\x0c','\x26','\x00','\x1c','\x66','\x00','\x1c','\x46','\x0c','\x2c','\x87','\xfe','\x4d','\x06','\x00','\x8c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x0c','\x07','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x03','\x90','\x07','\x83','\x1c','\x06','\x63','\x18','\xe6','\x33','\x30','\xc6','\x33','\x20','\xc6','\x03','\x40','\xc6','\x43','\x18','\xc6','\x7f','\xfc','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x7f','\xf8','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x7f','\xf8','\xc6','\x60','\x18','\xc6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\xf8','\x3e','\x60','\x30','\x0c','\x00','\x04','\x00','\x00','\x07','\x00','\x41','\x86','\x00','\x7f','\xc6','\x00','\x61','\x8c','\x06','\x61','\x8f','\xff','\x61','\x9b','\x00','\x61','\x93','\x00','\x61','\xa3','\x00','\x61','\xc3','\x0c','\x61','\x83','\xfe','\x61','\x83','\x00','\x61','\x83','\x00','\x61','\x83','\x00','\x61','\x83','\x00','\x61','\x83','\x06','\x61','\x83','\xff','\x7f','\x83','\x00','\x61','\x83','\x00','\x60','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x1c','\x03','\x80','\x18','\x43','\x00','\x18','\x43','\x06','\x18','\x7f','\xff','\x18','\xc8','\xc6','\x1a','\xce','\xc8','\xff','\x1c','\xc0','\x18','\x18','\xc0','\x18','\x30','\xff','\x18','\x60','\x7f','\x19','\x90','\x00','\x18','\x1c','\x00','\x1b','\x18','\x06','\xfc','\x3f','\xff','\x78','\x33','\x00','\x58','\x63','\x00','\x18','\xc3','\xfc','\x19','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\xf8','\x03','\x00','\x30','\x03','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x43','\x06','\x00','\x7f','\x86','\x00','\x63','\x0c','\x06','\x63','\x0f','\xff','\x63','\x1b','\x00','\x63','\x13','\x00','\x63','\x23','\x00','\x63','\x43','\x0c','\x7f','\x03','\xfe','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\x03','\xff','\x7f','\x03','\x00','\x63','\x03','\x00','\x60','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x21','\x06','\x20','\x39','\xff','\x18','\x31','\x86','\x0c','\x61','\x86','\x0c','\x41','\x86','\x00','\x8d','\x86','\xff','\xff','\x86','\x03','\x01','\xfe','\x03','\x01','\x86','\x73','\x1d','\x86','\x63','\x19','\x86','\x63','\x19','\x86','\x63','\x19','\x86','\x63','\x19','\xfe','\x7f','\xf9','\x86','\x63','\x19','\x86','\x63','\x19','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x06','\x03','\x06','\x06','\x03','\x06','\x0c','\x06','\x06','\x18','\x0c','\x3e','\x60','\x30','\x0c','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0d','\xb2','\x4c','\xff','\xf2','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x1e','\x32','\x4c','\x1d','\xff','\xff','\x1d','\xb2','\x4c','\x3d','\xb2','\x4c','\x2c','\x32','\x4c','\x2c','\x32','\x4c','\x6c','\x32','\x4c','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x7c','\x0c','\x30','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x83','\x0c','\x30','\xe3','\x08','\x61','\xc3','\x10','\x63','\x83','\x00','\x06','\x03','\xfe','\x18','\x81','\xfe','\x60','\xe0','\x00','\x01','\xc0','\x00','\x01','\x80','\x06','\x03','\xff','\xff','\x06','\x30','\x00','\x0c','\x30','\x10','\x30','\x3f','\xf8','\xc0','\x30','\x00','\x00','\x30','\x04','\x00','\x3f','\xfe','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x0c','\x1f','\xff','\xfe','\x12','\x09','\x00','\x21','\x10','\xc0','\x41','\xa0','\x60','\x01','\x9c','\x60','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x38','\x18','\x18','\x3c','\x18','\x18','\x7c','\x78','\x18','\xda','\x30','\x01','\x99','\x80','\x03','\x18','\xe0','\x06','\x18','\x7f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x40','\x06','\xc0','\x72','\x04','\xc0','\x63','\x88','\x04','\x83','\x00','\x03','\x06','\x40','\x01','\x8c','\x30','\x01','\x90','\x18','\x7f','\xff','\xfc','\x3f','\xf8','\x0c','\x20','\x18','\x0c','\x02','\x19','\x80','\x07','\x98','\x70','\x0e','\x18','\x1c','\x38','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x06','\x03','\x9c','\x06','\x03','\x18','\x0d','\x03','\x18','\x0c','\xc3','\x18','\x08','\x6f','\xfe','\x18','\x63','\x18','\x10','\x03','\x18','\x21','\x83','\x18','\x3f','\xc3','\x18','\x46','\x03','\x18','\x86','\x1f','\xff','\x06','\xc0','\x00','\x7f','\xe0','\x00','\x04','\x04','\x0c','\x06','\x87','\xfe','\x46','\xe6','\x0c','\x26','\xc6','\x0c','\x36','\x86','\x0c','\x37','\x07','\xfc','\x06','\x06','\x0c','\x06','\xe6','\x0c','\xff','\x06','\x0c','\x78','\x07','\xfc','\x40','\x06','\x0c','\x0e','\x04','\x04','\x0c','\x02','\x07','\x0c','\x43','\x06','\x0c','\x21','\x0c','\x0d','\xb1','\x8c','\xff','\xd1','\x88','\x0c','\x19','\x98','\x0c','\x18','\x10','\x0e','\x00','\x20','\x1d','\x84','\x00','\x1c','\xc7','\x00','\x1c','\xc6','\x00','\x3c','\x06','\x06','\x2d','\xff','\xff','\x2c','\x0c','\x30','\x6c','\x0c','\x30','\x4c','\x18','\x60','\x8c','\x18','\x60','\x0c','\x36','\xc0','\x0c','\x31','\x80','\x0c','\x03','\x60','\x0c','\x06','\x38','\x0c','\x18','\x1c','\x0c','\xe0','\x0c','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x19','\x80','\xcc','\x1f','\xcf','\xfe','\x11','\x80','\xc0','\x31','\x00','\xc0','\x22','\x00','\xc0','\x7f','\xe0','\xc0','\xb2','\x60','\xc6','\x32','\x7f','\xff','\x32','\x60','\x00','\x3f','\xe0','\x00','\x32','\x60','\xe0','\x32','\x60','\xc0','\x32','\x60','\xcc','\x3f','\xef','\xfe','\x00','\x00','\xc0','\x00','\x80','\xc0','\x2a','\x40','\xc0','\x2a','\x60','\xc0','\x6a','\x60','\xc6','\xc8','\x1f','\xff','\xc0','\x00','\x00','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x66','\x0c','\x1f','\xf7','\xfe','\x1a','\x0d','\x00','\x31','\x88','\xc0','\x20','\xd0','\x60','\x40','\xc0','\x60','\x80','\x00','\x00','\x07','\x1c','\x70','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x1f','\xe0','\x06','\x18','\x60','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x06','\x00','\x00','\x20','\x60','\x00','\x3f','\xf3','\x80','\x30','\x63','\x00','\x30','\x63','\x00','\x3f','\xe3','\x08','\x30','\x63','\x0e','\x30','\x63','\x1c','\x30','\x63','\x38','\x3f','\xe3','\x60','\x00','\x03','\x80','\x00','\x33','\x00','\xff','\xfb','\x00','\x03','\x03','\x04','\x03','\x03','\x04','\x23','\x33','\x04','\x3b','\xfb','\x06','\x33','\x03','\xfe','\x33','\x01','\xfc','\x33','\x00','\x00','\x33','\x00','\x00','\x2b','\x00','\x00','\x67','\xff','\xff','\x41','\xff','\xfe','\x80','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\xf0','\x18','\x00','\x60','\x20','\x0c','\x07','\x3f','\xfe','\x06','\x30','\x0c','\xe6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x3f','\xfc','\xc6','\x30','\x0c','\xc6','\x30','\x00','\xc6','\x30','\xe0','\xc6','\x30','\xc0','\xc6','\x34','\xc4','\xc6','\x37','\xfe','\xc6','\x34','\xc4','\xc6','\x34','\xc4','\xc6','\x34','\xc4','\xc6','\x24','\xc4','\xc6','\x24','\xc4','\x06','\x64','\xc4','\x06','\x44','\xc4','\x06','\x44','\xdc','\x06','\x84','\xcc','\x06','\x00','\xc0','\x3e','\x00','\xc0','\x0c','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x62','\x00','\x04','\xc3','\x18','\x18','\xc7','\xff','\xfc','\x0c','\x34','\x18','\x1a','\x62','\x10','\x32','\xc1','\x20','\x49','\x80','\xc0','\x0b','\x00','\x60','\x06','\xff','\x38','\x0c','\x00','\x1f','\x30','\x00','\x06','\xcf','\xff','\xf0','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x30','\x1c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x0e','\x08','\x84','\x0c','\x0e','\xe7','\x0c','\x0c','\xc6','\x0c','\x08','\x8c','\x0c','\x11','\x10','\x0d','\xa2','\x20','\xff','\xd1','\x10','\x0c','\x19','\x8c','\x0c','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x02','\x00','\x0c','\xc3','\x80','\x1f','\x03','\x06','\xfc','\x07','\xff','\x6c','\x06','\x06','\x4c','\x0c','\x0c','\x0c','\x1a','\x0c','\x0c','\x61','\x98','\x0c','\x01','\xb0','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x03','\x80','\x7c','\x0e','\x00','\x18','\xf0','\x00','\x1c','\x20','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1b','\x30','\x18','\xff','\xb0','\x18','\x18','\x3f','\xf8','\x18','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x44','\x00','\x1b','\x44','\x0c','\xfc','\x7d','\xfe','\x78','\x44','\x8c','\x58','\x44','\x8c','\x18','\x7c','\x88','\x18','\x44','\x58','\x18','\x44','\x50','\x18','\x4c','\x30','\x1b','\xf4','\x7c','\x19','\xc4','\xcf','\xf9','\x07','\x06','\x30','\x04','\x00','\x1c','\x01','\xc0','\x18','\x41','\x80','\x18','\x41','\x86','\x18','\x7f','\xff','\x18','\xd0','\x04','\x1a','\xd9','\x88','\xff','\x1f','\xfe','\x18','\x33','\x46','\x18','\x2a','\x44','\x18','\x4e','\x28','\x18','\xa4','\x30','\x18','\x2c','\x18','\x1b','\x18','\x1c','\xfc','\x37','\xef','\x78','\x60','\x06','\x59','\x80','\x00','\x18','\x7f','\xfe','\x18','\x01','\x80','\x18','\x21','\x80','\x18','\x39','\x90','\x18','\x31','\x8c','\x18','\x61','\x86','\xf9','\x87','\x86','\x30','\x03','\x00','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x33','\x00','\xff','\xfb','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x07','\x03','\x00','\x07','\x83','\x00','\x07','\x63','\x00','\x0f','\x33','\x00','\x0b','\x3b','\x00','\x1b','\x1b','\x00','\x13','\x03','\x00','\x23','\x03','\x00','\x43','\x03','\x00','\x83','\x03','\x00','\x03','\x03','\x02','\x03','\x03','\x02','\x03','\x03','\x02','\x03','\x03','\x03','\x03','\x03','\xff','\x03','\x01','\xfe','\x00','\x84','\x30','\x30','\xe7','\xf8','\x0d','\xc6','\x30','\x03','\x86','\x30','\x03','\x06','\x30','\x06','\xc6','\x30','\x0c','\x66','\x30','\x30','\x64','\x30','\xc0','\x0c','\x3f','\x07','\x08','\x1f','\x06','\x10','\x00','\x06','\x40','\x18','\xff','\xef','\xfc','\x06','\x04','\x18','\x0e','\x02','\x18','\x0f','\x02','\x30','\x1e','\xc1','\x30','\x16','\x61','\xe0','\x36','\x60','\xc0','\x66','\x01','\xe0','\x86','\x03','\x38','\x06','\x06','\x1f','\x06','\x0c','\x0e','\x06','\x30','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x43','\x01','\xc0','\x7f','\x81','\x8c','\x63','\x3f','\xfe','\x62','\x04','\x10','\x66','\x02','\x10','\x64','\x42','\x22','\x68','\x7f','\xff','\x64','\x60','\x00','\x66','\x64','\x70','\x66','\x66','\x60','\x66','\x67','\xfe','\x66','\x64','\x60','\x66','\x68','\x60','\x66','\x67','\xfe','\x7e','\x40','\x60','\x6c','\xc0','\x60','\x60','\x80','\x66','\x61','\x1f','\xff','\x62','\x00','\x00','\x1c','\x02','\x00','\x18','\x03','\x90','\x19','\x83','\x1c','\xff','\xc3','\x18','\x19','\x86','\x10','\x19','\xa4','\x26','\x19','\xaf','\xff','\x31','\xec','\x60','\x30','\xfc','\x60','\x60','\x1c','\x60','\x87','\x2c','\x6c','\x06','\x4f','\xfe','\x06','\x0c','\x60','\x06','\x0c','\x60','\xff','\xec','\x60','\x0e','\x0c','\x6c','\x0f','\x0f','\xfe','\x1e','\xcc','\x60','\x16','\x6c','\x60','\x36','\x6c','\x60','\x66','\x0c','\x66','\x86','\x0f','\xff','\x06','\x0c','\x00','\x06','\x0c','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x08','\x60','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x1c','\x00','\x3f','\x99','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x3f','\x99','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc4','\x19','\x9f','\xfe','\x1f','\xc0','\xc0','\x11','\x80','\xc8','\x31','\x0f','\xfc','\x22','\x00','\xc0','\x3f','\x80','\xc2','\x64','\xbf','\xff','\xa4','\x80','\x00','\x24','\x88','\x0c','\x3f','\x8f','\xfe','\x24','\x8c','\x0c','\x24','\x8c','\x0c','\x24','\x8f','\xfc','\x3f','\x8c','\x0c','\x00','\x0c','\x0c','\x00','\x8f','\xfc','\x2a','\xcc','\x0c','\x2a','\xcc','\x0c','\x6a','\x4c','\x0c','\x6a','\x0c','\x7c','\x00','\x0c','\x18','\x1c','\x86','\x07','\x18','\xff','\x06','\x18','\xc6','\x76','\x18','\xc6','\x66','\x18','\xc6','\x66','\x1a','\xc6','\x66','\xff','\xc6','\x66','\x18','\xc6','\x66','\x18','\xfe','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x19','\x66','\x66','\x1e','\x7f','\x66','\xf8','\x66','\x66','\x78','\x66','\x66','\x58','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x06','\x18','\xc6','\x06','\x18','\xce','\x06','\x18','\xcc','\x06','\x18','\x8c','\x06','\xf9','\xbc','\x3e','\x33','\x18','\x0c','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc2','\x0c','\xdf','\xff','\x08','\x60','\xc0','\x18','\x60','\xc4','\x10','\x0f','\xfe','\x21','\x80','\xc0','\x3f','\xc0','\xc2','\x46','\x1f','\xff','\x86','\x00','\x00','\x06','\xc8','\x0c','\x7f','\xef','\xfe','\x06','\x0c','\x0c','\x06','\x8c','\x0c','\x46','\xef','\xfc','\x26','\xcc','\x0c','\x36','\x8c','\x0c','\x37','\x0f','\xfc','\x06','\x0c','\x0c','\x06','\x6c','\x0c','\xff','\x8c','\x0c','\x78','\x0c','\x7c','\x40','\x0c','\x18','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x19','\x80','\xc6','\x1f','\xdf','\xff','\x11','\x80','\x00','\x31','\x04','\x20','\x22','\x07','\x18','\x3f','\x86','\x0c','\x64','\x8c','\x06','\xa4','\x88','\x06','\x24','\x90','\x20','\x3f','\x82','\x38','\x24','\x82','\x30','\x24','\x82','\x30','\x24','\x81','\x60','\x3f','\x81','\x60','\x00','\x00','\xc0','\x00','\x80','\xc0','\x2a','\xc1','\xa0','\x2a','\xc3','\x38','\x6a','\x46','\x1f','\x60','\x0c','\x0e','\x00','\x30','\x06','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x06','\x46','\xff','\xff','\x7f','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x46','\x66','\x66','\x7f','\xff','\x66','\x66','\x66','\x66','\x66','\x66','\x7e','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x64','\x7e','\x66','\x6c','\x3e','\x66','\x68','\x06','\x66','\x70','\x06','\x7e','\x60','\x06','\x66','\x60','\x06','\x60','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\x81','\x80','\x07','\x00','\xf0','\x0c','\x1c','\x3f','\x32','\x18','\x4e','\xc3','\x18','\x60','\x06','\x18','\xc0','\x0d','\x99','\xb8','\x10','\x9a','\x08','\x04','\x18','\x40','\x06','\x18','\x60','\x0c','\x18','\xc0','\x1b','\x99','\xb8','\x20','\x9a','\x08','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x40','\x00','\x00','\x71','\x00','\x00','\x60','\xc0','\x00','\x80','\x70','\x3f','\xff','\xb8','\x1f','\x80','\x18','\x10','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xe1','\x00','\x01','\xc0','\x80','\x03','\x90','\x60','\x06','\x1c','\x38','\x0c','\x38','\x1f','\x30','\x72','\x0e','\xc1','\xc3','\x80','\x0e','\x07','\x20','\x00','\x1c','\x38','\x00','\x70','\x70','\x07','\x80','\xe0','\x00','\x03','\x80','\x00','\x1e','\x00','\x00','\xf0','\x00','\x1f','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x08','\x18','\x0c','\x7f','\xec','\x2c','\x3c','\x0c','\x2e','\x27','\x00','\x2d','\x06','\x00','\x6d','\xff','\xfe','\x6d','\x8c','\x40','\x4c','\x0c','\x20','\xcc','\x19','\x38','\xcc','\x31','\x9f','\x0c','\x63','\x06','\x0d','\x86','\x40','\x0c','\x0c','\x60','\x0c','\x30','\xc4','\x0c','\x01','\x8e','\x0c','\x06','\x1c','\x0c','\x18','\x38','\x0c','\x00','\x60','\x0c','\x01','\x80','\x0c','\x0e','\x00','\x0c','\x70','\x00','\x1c','\x44','\x40','\x18','\x44','\x70','\x18','\x44','\x60','\x19','\xff','\x60','\x18','\x44','\x60','\x18','\x44','\x46','\xff','\x44','\x7f','\x18','\x44','\xcc','\x19','\xff','\x8c','\x18','\x00','\x8c','\x18','\x01','\x4c','\x1a','\xfe','\x4c','\x1c','\xc6','\x48','\xf8','\xc6','\x28','\x78','\xfe','\x28','\x58','\xc6','\x18','\x18','\xc6','\x10','\x18','\xc6','\x38','\x18','\xfe','\x28','\x18','\xc6','\x2c','\x18','\xc6','\x6c','\x18','\xc6','\x46','\xf8','\xde','\x87','\x30','\xcd','\x02','\x1c','\xe1','\x00','\x18','\xc1','\xc0','\x18','\xc1','\x80','\x7f','\xf1','\x80','\x18','\xc1','\x80','\x18','\xc3','\x06','\x18','\xc3','\xff','\xff','\xfa','\x10','\x00','\x06','\x1c','\x00','\x05','\x18','\x3f','\xe9','\x18','\x30','\x61','\x18','\x30','\x61','\x18','\x3f','\xe0','\xb0','\x30','\x60','\xb0','\x30','\x60','\xe0','\x30','\x60','\x60','\x3f','\xe0','\x40','\x30','\x60','\xe0','\x30','\x60','\xb0','\x30','\x61','\x98','\x30','\x63','\x1f','\x33','\xe6','\x0e','\x30','\xd8','\x06','\x0e','\x03','\x90','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x00','\x0d','\x83','\xfe','\xff','\xff','\x00','\x0c','\x03','\x00','\x0c','\x03','\xfc','\x0c','\x3f','\x00','\x1e','\x03','\x00','\x1d','\x03','\x06','\x1d','\x83','\xff','\x3d','\xbf','\x00','\x2c','\x01','\x10','\x2c','\x01','\x9c','\x6c','\x01','\x98','\x4c','\x00','\xb0','\x8c','\x00','\xe0','\x0c','\x00','\x42','\x0c','\x00','\xe2','\x0c','\x01','\xb2','\x0c','\x06','\x3b','\x0c','\x18','\x1f','\x0c','\xe0','\x0e','\x1c','\x0e','\x00','\x18','\x0c','\x86','\x18','\x0f','\xff','\x18','\x0c','\x06','\x1a','\x2c','\x46','\x1b','\x3f','\x2c','\x5b','\x63','\x18','\x5a','\x46','\x1c','\x5c','\xac','\x36','\x59','\x18','\x63','\xd8','\x31','\x83','\xd8','\x60','\x08','\x99','\x91','\xce','\x18','\x19','\x8c','\x18','\x19','\x90','\x18','\x01','\x86','\x18','\xff','\xff','\x34','\x07','\xa0','\x32','\x0d','\x90','\x33','\x0d','\x98','\x23','\x19','\x8c','\x60','\x31','\x8f','\x40','\xc1','\x86','\x80','\x01','\x80','\x00','\x20','\x0c','\x03','\x3f','\xfe','\xff','\xb2','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x19','\x32','\x4c','\xff','\xb2','\x4c','\x18','\x32','\x4c','\x18','\xff','\xff','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x19','\x32','\x4c','\x1e','\x32','\x4c','\xf8','\x32','\x4c','\x60','\x32','\x4c','\x40','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x7c','\x00','\x30','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x10','\xc2','\x06','\x1f','\xff','\xff','\x18','\x80','\x00','\x18','\xe7','\x00','\x18','\xc6','\x00','\x18','\xc6','\x18','\x18','\xff','\xfc','\x19','\x86','\x00','\x19','\x06','\x00','\x1a','\x06','\x30','\x30','\xff','\xf8','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x06','\x8f','\xff','\xff','\x00','\x00','\x00','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x0c','\x1f','\xf7','\xfe','\x1a','\x0d','\x00','\x31','\x88','\xc0','\x60','\x90','\x40','\x87','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x03','\x03','\x00','\x0c','\x03','\x00','\x70','\x03','\x00','\x08','\x02','\x00','\x0c','\x63','\x0c','\x1f','\xf7','\xfe','\x19','\x0c','\x40','\x31','\x90','\x60','\x67','\xff','\xf0','\x84','\x00','\x10','\x07','\xff','\xf0','\x04','\x00','\x10','\x07','\xff','\xf0','\x04','\x00','\x10','\x07','\xff','\xf0','\x00','\xc0','\x06','\xff','\xff','\xff','\x03','\x20','\x80','\x06','\x34','\x60','\x0d','\x66','\x38','\x30','\x8c','\x9f','\xc0','\xd0','\x66','\x1f','\xff','\xb0','\x0c','\x18','\x30','\x03','\x99','\xc0','\x07','\x18','\x3c','\x78','\x18','\x0c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x34','\x00','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xe0','\x07','\x1c','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\x80','\x0e','\x20','\x00','\x06','\x06','\x0c','\x18','\x7f','\x08','\x10','\x00','\x7f','\x7e','\x00','\x08','\x10','\x03','\x08','\x10','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x16','\x28','\x06','\x32','\x4c','\x7f','\x60','\x87','\x00','\x9f','\xfe','\x00','\x18','\x0c','\x06','\x18','\x0c','\x7f','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x43','\x1f','\xfc','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x63','\x04','\x00','\x63','\x0e','\x38','\x7f','\x3c','\x0e','\x60','\xe0','\x06','\x03','\x81','\xc0','\x03','\x01','\x88','\x3f','\xef','\xfc','\x03','\x01','\x80','\x03','\x01','\x82','\xff','\xef','\xff','\x06','\x03','\x40','\x0d','\x03','\x20','\x0c','\xc6','\x30','\x18','\x68','\x1c','\x37','\xff','\xef','\xc6','\x00','\x66','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x00','\xc1','\x00','\xff','\xe1','\xc0','\x0a','\x01','\x88','\x0a','\x01','\x04','\x0a','\x02','\x06','\x4a','\xdf','\xfb','\x7f','\xee','\x33','\x6a','\xc3','\x30','\x6a','\xc3','\x30','\x6a','\xc6','\x3f','\x6a','\xcc','\x1f','\x6a','\xd2','\x00','\x6b','\xc3','\x80','\x70','\xc3','\x0c','\x60','\xc3','\xfe','\x60','\xc6','\x0c','\x60','\xc5','\x18','\x7f','\xc8','\xb0','\x60','\xd0','\x60','\x60','\xc0','\xe0','\x60','\xc1','\xb8','\x60','\xc3','\x1f','\x7f','\xc6','\x0e','\x60','\xd8','\x06','\x03','\x80','\x00','\x03','\x10','\x0c','\x03','\xfb','\xfe','\x13','\x00','\x1c','\x1f','\xe1','\xb0','\x30','\x60','\x60','\x68','\xc0','\xb0','\x8d','\x9b','\x1c','\x07','\x38','\x0e','\x1c','\x74','\x06','\xe0','\xe3','\x00','\x01','\x98','\xe0','\x07','\x18','\x3f','\x1b','\xff','\xce','\xe3','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc8','\x03','\xff','\xce','\x03','\x04','\x1c','\x03','\x02','\x60','\x03','\x39','\x80','\x7f','\xc0','\xff','\x3c','\x00','\x3e','\x20','\x00','\x0e','\x07','\x00','\x06','\x06','\x00','\x0f','\x06','\x62','\x3c','\xff','\xf3','\xe0','\x06','\x03','\x00','\x46','\x63','\x00','\x7f','\xf3','\x00','\x66','\x63','\x00','\x66','\x63','\x06','\x66','\x63','\xff','\x7f','\xe3','\x18','\x66','\x63','\x18','\x66','\x63','\x18','\x66','\x63','\x18','\x7f','\xe3','\x18','\x66','\x63','\x18','\x06','\x03','\x18','\x06','\x66','\x18','\xff','\xf6','\x18','\x06','\x04','\x18','\x06','\x0c','\x18','\x06','\x08','\x18','\x06','\x10','\x18','\x06','\x20','\x18','\x03','\x80','\x0c','\x03','\x1a','\x3e','\xff','\xff','\xe0','\x03','\x03','\x00','\x3f','\xf3','\x00','\x23','\x13','\x06','\x23','\x13','\xff','\x3f','\xf3','\x18','\x23','\x13','\x18','\x23','\x13','\x18','\x3f','\xf3','\x18','\x03','\x02','\x18','\xff','\xfe','\x18','\x03','\x04','\x18','\x03','\x18','\x18','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x63','\x90','\xff','\xf3','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x00','\x0c','\x03','\xfe','\x0c','\x3f','\x00','\x0c','\xc3','\x00','\x1f','\xc3','\xfc','\x18','\xff','\x00','\x18','\xc3','\x00','\x10','\xc3','\x06','\x31','\x83','\xff','\x29','\xbf','\x00','\x65','\x81','\x10','\x47','\x01','\x9c','\x83','\x01','\x98','\x02','\x00','\xb0','\x06','\x00','\xe0','\x04','\x00','\x42','\x0c','\x00','\xe2','\x08','\x03','\xb2','\x10','\x0e','\x3b','\x20','\xf0','\x1f','\x40','\x00','\x0e','\x02','\x03','\x80','\x03','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1c','\x03','\x06','\x1d','\xff','\xff','\x2c','\x03','\x00','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x0c','\x06','\x7f','\xfe','\x06','\x00','\x0c','\x0c','\x00','\x18','\x0c','\x00','\x30','\x18','\x02','\x40','\x18','\x03','\x80','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x1f','\x00','\x18','\x06','\x00','\x04','\x00','\x00','\x07','\x00','\x0c','\x06','\xff','\xfe','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x01','\x8c','\x18','\xff','\xcc','\x18','\x00','\x0c','\x38','\x00','\x0c','\x38','\x41','\x8c','\x58','\x7f','\xcc','\x98','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x18','\x7f','\x8c','\x18','\x61','\x8c','\x18','\x60','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x7c','\x18','\x00','\x18','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x83','\x0c','\x38','\xff','\xfe','\x38','\xc3','\x0c','\x58','\xc3','\x0c','\x98','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc3','\x0c','\x18','\x03','\x00','\x18','\x23','\x00','\x18','\x1b','\x00','\x18','\x0e','\x00','\x18','\x07','\x00','\x18','\x0d','\xe0','\x18','\x18','\xff','\x18','\x60','\x3e','\x19','\x80','\x06','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\x8c','\xe6','\xff','\xfe','\xc6','\x01','\x80','\xc6','\x01','\x80','\xc6','\x21','\x8c','\xc6','\x3f','\xfe','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\xbc','\xc6','\x33','\x98','\xc6','\x03','\x80','\xc6','\x07','\xc0','\xc6','\x05','\xb0','\xc6','\x0d','\x98','\xc6','\x09','\x9c','\x06','\x19','\x8c','\x06','\x31','\x80','\x06','\x61','\x80','\x06','\x81','\x80','\x3e','\x01','\x80','\x0c','\x00','\x00','\x0c','\xff','\xff','\xfe','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x03','\x0c','\x3f','\xff','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x04','\x0c','\x0c','\x07','\xfe','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x07','\xfc','\x0c','\x06','\x0c','\x0c','\x06','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x18','\x00','\x02','\x18','\x00','\x01','\x98','\x00','\x00','\xd0','\x00','\x00','\x70','\x00','\x00','\x78','\x00','\x00','\xce','\x00','\x01','\x83','\xc0','\x07','\x01','\xff','\x1c','\x00','\x7e','\xe0','\x00','\x0e','\x20','\x60','\x00','\x3f','\xf0','\x06','\x30','\x6f','\xff','\x30','\x60','\x06','\x30','\x60','\x06','\x30','\x60','\x66','\x3f','\xe7','\xf6','\x30','\x60','\x06','\x00','\x00','\x06','\x40','\x32','\x26','\x7f','\xfb','\xf6','\x69','\x32','\x26','\x69','\x32','\x26','\x69','\x32','\x26','\x69','\x32','\x26','\x69','\x32','\x26','\x7f','\xf3','\xe6','\x69','\x32','\x26','\x69','\x30','\x06','\x69','\x30','\x06','\x69','\x30','\x06','\x69','\x30','\x06','\x69','\xf0','\x3e','\x60','\x60','\x0c','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x87','\xfc','\x33','\x03','\xfc','\x32','\x00','\x0c','\x34','\x00','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0e','\x00','\x80','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x08','\x18','\xc1','\x04','\x18','\xc2','\x06','\x18','\xdf','\xfb','\x18','\xcf','\x83','\x19','\x88','\x03','\x31','\x80','\x00','\x31','\x84','\x0c','\x31','\x87','\xfe','\x33','\x06','\x0c','\x6b','\x06','\x0c','\x66','\x06','\x0c','\x07','\x06','\x0c','\x05','\x86','\x0c','\x0d','\xc6','\x0c','\x08','\xc7','\xfc','\x10','\xc6','\x0c','\x60','\x06','\x0c','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x1f','\xff','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x18','\xc0','\xc0','\x18','\xd0','\xc6','\x18','\xdf','\xff','\x18','\xd8','\xc6','\x19','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x33','\x18','\xc6','\x6b','\x18','\xc6','\x66','\x18','\xc6','\x07','\x18','\xde','\x05','\x98','\xcc','\x0d','\x80','\xc0','\x09','\x80','\xc0','\x10','\x00','\xc0','\x60','\x00','\xc0','\x00','\x20','\x00','\x20','\x38','\x00','\x18','\x30','\x0c','\x0c','\x3f','\xfe','\x0e','\x66','\x0c','\x06','\x46','\x08','\x00','\x86','\x10','\x00','\x0d','\x00','\x01','\x8c','\x80','\x0e','\x18','\x60','\xf8','\x30','\x3f','\x70','\xc0','\x1e','\x43','\x00','\x06','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\xc1','\x80','\x03','\x81','\x80','\x07','\x03','\x00','\x0e','\xf6','\x00','\x0c','\x0f','\x80','\x00','\x39','\xe0','\x01','\xe0','\x78','\x7e','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\xc0','\x00','\x18','\xc1','\xc0','\x18','\xcd','\x88','\x18','\xff','\x8e','\x19','\x8d','\x9c','\x31','\x0d','\xb0','\x32','\x99','\xc0','\x34','\xd9','\x80','\x20','\x31','\x80','\x60','\x61','\x82','\x40','\xc1','\x82','\x81','\x81','\x83','\x06','\x01','\xff','\x18','\x00','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x18','\x0f','\xff','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\xf8','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x00','\x00','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x51','\x80','\xc0','\x7f','\xc0','\xc0','\x61','\x80','\xc0','\x61','\x90','\xc6','\x61','\x9f','\xff','\x61','\x98','\xc6','\x7f','\x98','\xc6','\x61','\x98','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x61','\x98','\xc6','\x7f','\xd8','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xde','\x61','\x98','\xcc','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x60','\x00','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x00','\x01','\xcc','\x00','\x11','\x86','\x10','\x11','\x86','\x0c','\x11','\x80','\x46','\x21','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x18','\x00','\x01','\xc6','\x00','\x11','\x83','\x10','\x11','\x83','\x0c','\x11','\x80','\x06','\x21','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x18','\x18','\x0c','\x18','\x3c','\x0c','\x18','\xe0','\x0d','\x9f','\x00','\xff','\xd8','\x02','\x0c','\x18','\x02','\x0c','\x18','\x03','\x0c','\x1f','\xff','\x0c','\x0f','\xfe','\x0c','\xc0','\x00','\x1f','\x00','\x00','\xfc','\x10','\x0c','\x6c','\x1f','\xfe','\x4c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x7c','\x1f','\xfc','\x18','\x18','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x1f','\xff','\xf0','\x01','\x00','\x60','\x00','\x80','\xc0','\x00','\x80','\xc0','\x00','\x41','\x80','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x37','\x00','\x00','\x63','\xe0','\x01','\x80','\xff','\x0e','\x00','\x3e','\xf0','\x00','\x0c','\x00','\xc2','\x00','\xff','\xe3','\x80','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x06','\x00','\x0a','\x06','\x06','\x0c','\x07','\xff','\x0c','\x0c','\x20','\x0c','\x08','\x38','\x0c','\x98','\x30','\x0f','\x14','\x30','\x1c','\x24','\x30','\xfc','\x02','\x60','\x6c','\x02','\x60','\x4c','\x01','\x40','\x0c','\x01','\xc0','\x0c','\x00','\x80','\x0c','\x01','\xc0','\x0c','\x01','\x60','\x0c','\x03','\x30','\x0c','\x06','\x3c','\x0c','\x0c','\x1f','\x7c','\x30','\x0e','\x18','\xc0','\x06','\x1c','\x70','\x06','\x18','\x62','\x1f','\x18','\x63','\xe0','\x18','\x63','\x00','\xff','\xff','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x06','\x1f','\xe3','\xff','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\xff','\xff','\x18','\x00','\x03','\x18','\x10','\x83','\x18','\x1c','\x62','\x18','\x18','\x36','\x18','\x30','\x34','\x18','\x60','\x08','\x18','\x80','\x10','\x18','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc6','\x06','\xff','\xe7','\xff','\x18','\x0c','\x00','\x18','\x08','\xe0','\x18','\x10','\xc0','\x19','\x8e','\xcc','\x1f','\xcc','\xde','\x19','\x8d','\xec','\x19','\x8e','\xcc','\x19','\x8c','\xcc','\x19','\xbc','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\xfc','\x31','\x8c','\xcc','\x31','\x8c','\xc0','\x31','\x8c','\xc2','\x23','\x0c','\x02','\x63','\x0c','\x03','\x4f','\x0f','\xff','\x86','\x07','\xfe','\x1c','\x00','\x00','\x18','\x00','\xc0','\x18','\x03','\xe0','\x18','\x3f','\x00','\x1f','\xe0','\x04','\x18','\x00','\x04','\x18','\x00','\x04','\x18','\x00','\x06','\x1f','\xff','\xfe','\x0f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x8c','\x1d','\xbf','\xfe','\x1c','\xc8','\x0c','\x3c','\xc8','\x18','\x2c','\x04','\x18','\x2c','\x04','\x30','\x6c','\x06','\x30','\x4c','\x02','\x60','\x8c','\x03','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x0c','\x30','\x1e','\x0c','\xc0','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x07','\x0c','\x00','\x06','\x0c','\x18','\x06','\x0f','\xfc','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x06','\x08','\x0c','\x66','\x0e','\x0f','\xf6','\x1c','\x18','\x66','\x38','\x10','\x66','\x60','\x30','\x67','\x80','\x28','\xc6','\x00','\x44','\xc6','\x00','\x86','\xc6','\x00','\x07','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x18','\x07','\xff','\x30','\x03','\xfe','\xc0','\x00','\x00','\x00','\x00','\xc0','\x00','\x07','\xe0','\x10','\x7f','\x00','\x1f','\xcc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x03','\x00','\x18','\x03','\x02','\x18','\x01','\x82','\x18','\x31','\xc2','\x1f','\xc0','\xf2','\xfe','\x00','\x7f','\x70','\x00','\x1f','\x40','\x00','\x06','\x04','\x20','\x06','\x87','\x3b','\xff','\x46','\x30','\x30','\x2c','\x20','\x30','\x2c','\xf8','\x30','\x18','\x89','\x32','\x18','\x89','\xff','\x38','\x89','\x32','\x2c','\x89','\x32','\x4c','\xf9','\x32','\x8c','\x89','\x32','\x1c','\x81','\x32','\x1c','\x81','\x32','\x2c','\x89','\x32','\x2c','\xfd','\x32','\x4c','\x89','\x32','\x8c','\x89','\x32','\x0c','\x89','\x32','\x0c','\x89','\x3e','\x0c','\x89','\x36','\x1c','\xf8','\x30','\x18','\x88','\x30','\xf8','\x00','\x30','\x30','\x00','\x30','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0d','\x80','\xc0','\xff','\xc0','\xc0','\x01','\x8e','\xc0','\x03','\x0c','\xc0','\x03','\x0c','\xcc','\x06','\x0c','\xfe','\x06','\x0c','\xc0','\x0c','\x0c','\xc0','\x0e','\x0c','\xc0','\x1d','\x8c','\xc0','\x2c','\xcc','\xc0','\xcc','\xcc','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc6','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x60','\x80','\x00','\xf0','\xe0','\x03','\x80','\xc0','\x1e','\x00','\xc0','\xe6','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x60','\xc0','\xff','\xf1','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0e','\x01','\x80','\x0f','\x81','\x80','\x0e','\x61','\x00','\x1e','\x31','\x00','\x16','\x33','\x00','\x36','\x03','\x10','\x26','\x02','\x08','\x46','\x02','\x0c','\x86','\x04','\x06','\x06','\x04','\x3e','\x06','\x7f','\xc3','\x06','\x3c','\x03','\x06','\x20','\x03','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x61','\x00','\x08','\x41','\xc0','\x06','\x83','\x80','\x03','\x03','\x00','\x01','\x86','\x00','\x01','\xcc','\x00','\x00','\xc8','\x20','\x00','\x10','\x18','\x00','\x20','\x0c','\x7f','\xff','\xf6','\x3f','\xf8','\x06','\x20','\x18','\x06','\x02','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1c','\x18','\x18','\x0e','\x30','\x18','\x06','\x40','\x18','\x06','\x00','\x18','\x00','\x08','\x00','\x0c','\x0e','\x00','\x3e','\x0c','\x10','\xf0','\x08','\x1f','\xc0','\x92','\x18','\xc0','\x63','\x98','\xc0','\x33','\x18','\xc0','\x36','\x18','\xc0','\x04','\x18','\xc0','\x09','\x18','\xc6','\x10','\x9f','\xff','\xff','\xd8','\xc0','\x7c','\xd8','\xc0','\x4c','\x18','\xc0','\x0c','\x18','\x60','\x4d','\x18','\x60','\x7c','\x98','\x60','\x6c','\xd8','\x62','\x6c','\xd8','\x32','\x4c','\x18','\x32','\x4c','\x19','\x9a','\x8c','\xfe','\x1f','\x0c','\x70','\x0f','\x0c','\x40','\x06','\x01','\xc7','\x00','\x01','\x86','\x18','\x1d','\x86','\x3c','\x19','\x86','\x60','\x19','\xf7','\x80','\x19','\x86','\x02','\x19','\x86','\x02','\x19','\x86','\x03','\x19','\xf7','\xff','\xff','\x83','\xfe','\x78','\x20','\x00','\x40','\x3a','\x00','\x04','\x33','\x80','\x03','\x43','\x20','\x01','\x86','\x18','\x01','\x88','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x42','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x70','\x0e','\x18','\x1c','\x18','\x18','\x0e','\x60','\x18','\x06','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x8c','\x31','\xbf','\xfe','\x31','\x84','\x0c','\x31','\x84','\x18','\x3f','\x84','\x18','\x31','\x82','\x30','\x31','\x82','\x30','\x31','\x83','\x60','\x31','\x81','\xc0','\x31','\x80','\x80','\x31','\x81','\xc0','\x21','\x83','\x70','\x61','\x86','\x3f','\x4f','\x98','\x1e','\x83','\x60','\x06','\x21','\x9c','\x00','\x3f','\xd8','\x18','\x31','\x98','\x3c','\x31','\x98','\xf0','\x31','\x9f','\x80','\x31','\x98','\x02','\x31','\x98','\x02','\x3f','\x98','\x03','\x31','\x9f','\xff','\x31','\x8f','\xfe','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x88','\x0c','\x3f','\x8f','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x21','\x8c','\x0c','\x61','\x8c','\x0c','\x4f','\x8f','\xfc','\x83','\x0c','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x80','\x00','\x60','\x60','\x00','\x40','\x30','\x00','\x83','\xd8','\x3f','\xfc','\x18','\x1f','\x00','\x18','\x10','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xdf','\xfc','\x01','\x98','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x06','\x1f','\xfc','\x06','\x18','\x0c','\x0c','\x18','\x0c','\x0e','\x18','\x0c','\x1d','\x98','\x0c','\x2c','\xdf','\xfc','\xcc','\xc4','\x60','\x0c','\x07','\x60','\x0c','\x06','\x60','\x0c','\x06','\x62','\x0c','\x0c','\x62','\x0c','\x0c','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x06','\x00','\x00','\x7f','\x00','\x06','\x00','\x3f','\xff','\x00','\x00','\x06','\x03','\x00','\x06','\xff','\x80','\xc6','\x00','\x3f','\xe6','\x00','\x00','\x06','\x06','\x00','\x06','\x7f','\x10','\xc6','\x00','\x1f','\xe6','\x00','\x18','\xc6','\x06','\x18','\xc6','\x7f','\x18','\xc6','\x00','\x18','\xc6','\x00','\x1f','\xc6','\x43','\x18','\xc6','\x7f','\x98','\x06','\x63','\x00','\x06','\x63','\x00','\x06','\x63','\x00','\x06','\x63','\x00','\x06','\x7f','\x00','\x3e','\x63','\x00','\x0c','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x8c','\x03','\x3f','\xfe','\xff','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\x01','\x86','\x7f','\x7f','\xff','\x00','\x00','\x00','\x00','\x00','\x18','\x06','\x00','\x18','\x7f','\x7f','\xff','\x00','\x00','\x18','\x00','\x10','\x18','\x43','\x0c','\x18','\x7f','\x86','\x18','\x63','\x06','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x7f','\x01','\xf8','\x63','\x00','\x30','\x06','\x00','\xe8','\x7f','\x00','\xc4','\x00','\x00','\xc6','\x00','\x00','\xc6','\x03','\x00','\xc0','\xff','\x80','\xc6','\x00','\x7f','\xff','\x00','\x00','\xc0','\x06','\x00','\xc0','\x7f','\x00','\xc0','\x00','\x06','\xc0','\x00','\xff','\xc0','\x06','\x18','\xc0','\x7f','\x18','\xc0','\x00','\x18','\x60','\x00','\x18','\x60','\x46','\x18','\x62','\x7f','\x18','\x62','\x66','\x18','\x32','\x66','\x1b','\x32','\x66','\xfc','\x1a','\x66','\x70','\x1f','\x7e','\x40','\x0f','\x66','\x00','\x06','\x03','\x01','\xc0','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x81','\x8c','\x00','\x3f','\xfe','\x00','\x00','\x00','\x03','\x00','\x00','\x7f','\x87','\x00','\x00','\x06','\xc0','\x00','\x06','\x60','\x43','\x16','\x68','\x7f','\x96','\x06','\x63','\x36','\x03','\x63','\x36','\x13','\x63','\x66','\x13','\x63','\x66','\x18','\x7f','\x07','\xf8','\x63','\x03','\xf0','\x06','\x01','\x00','\x7f','\x41','\xc0','\x00','\x21','\x80','\x00','\x33','\x06','\x03','\x33','\xff','\xff','\x84','\x06','\x00','\x08','\xc4','\x00','\x00','\xc8','\x06','\x04','\xc0','\x7f','\x19','\xa0','\x00','\xf1','\xa0','\x00','\x63','\x10','\x06','\x42','\x1c','\x7f','\x04','\x0f','\x00','\x08','\x06','\x00','\x30','\x00','\x43','\x0f','\xfc','\x7f','\x8c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\x0f','\xfc','\x63','\x0c','\x0c','\x00','\x10','\x00','\x20','\x1c','\x00','\x18','\x18','\x0c','\x0c','\x3f','\xfe','\x0c','\x66','\x18','\x01','\x86','\x20','\x00','\x0d','\x00','\x06','\x18','\xc0','\xf8','\x30','\x7f','\x60','\xc0','\x1e','\x47','\xff','\xe6','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x80','\x00','\x01','\xe3','\xf0','\x07','\x80','\x3c','\x78','\x00','\x0c','\x21','\x88','\x18','\x3f','\xcf','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x86','\x00','\x3f','\x86','\x00','\x31','\x8c','\x06','\x31','\x8f','\xff','\x31','\x99','\xb6','\x31','\xb3','\x26','\x31','\xc2','\x66','\x3f','\x86','\x46','\x10','\x0c','\xc6','\x1a','\x31','\x86','\x19','\x83','\x0e','\x30','\xcc','\x0c','\x60','\xc0','\x7c','\x80','\x00','\x18','\x00','\x01','\x00','\x0d','\x81','\xd0','\x09','\x01','\x9c','\x09','\x01','\x98','\x09','\x03','\x10','\x09','\x23','\x22','\x09','\x3b','\xff','\x69','\x76','\x30','\x49','\xc6','\x30','\x49','\x0e','\x30','\x4f','\x0e','\x34','\x49','\x17','\xfe','\x49','\x26','\x30','\x49','\x06','\x30','\x49','\x06','\x30','\x49','\x06','\x34','\x49','\x07','\xfe','\x49','\x26','\x30','\x49','\x26','\x30','\x49','\x26','\x30','\x4f','\x36','\x30','\xf9','\xf6','\x32','\x60','\xe7','\xff','\x40','\x06','\x00','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc0','\x06','\x18','\x60','\x06','\x17','\x60','\x66','\x26','\x1f','\xf6','\x46','\x00','\x06','\xbf','\xc0','\x06','\x30','\xc8','\x66','\x30','\xcf','\xf6','\x3f','\xcc','\x66','\x30','\xcc','\x66','\x30','\xcc','\x66','\x30','\xcc','\x66','\x3f','\xcf','\xe6','\x30','\xcc','\x66','\x31','\x0c','\x06','\x30','\x80','\x06','\x30','\xc0','\x06','\x33','\x60','\x06','\xfc','\x60','\x06','\x70','\x60','\x3e','\x40','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x07','\x18','\x60','\x06','\x1f','\xf0','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x18','\x1c','\x18','\x19','\x19','\x18','\x18','\xd9','\xd8','\x18','\xd9','\x98','\x18','\x1a','\x18','\x1b','\xff','\xd8','\x18','\x38','\x18','\x18','\x7e','\x18','\x18','\x59','\x98','\x18','\x98','\xd8','\x1b','\x18','\xd8','\x18','\x18','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x18','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x04','\x00','\x00','\x07','\x70','\x1c','\x06','\x60','\x18','\x06','\x68','\x18','\x0c','\x66','\x18','\x0c','\x63','\x18','\x18','\x61','\x98','\x18','\x61','\x98','\x38','\x60','\x18','\x38','\x60','\x18','\x58','\x60','\x18','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x61','\x30','\x18','\x62','\x30','\x18','\x64','\x30','\x18','\x68','\x60','\x18','\x70','\x60','\x18','\xe0','\xd0','\x1b','\xc1','\x8c','\x19','\x83','\x06','\x19','\x0c','\x07','\x18','\x30','\x03','\x18','\x00','\x03','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x06','\x39','\xff','\xff','\x58','\x00','\x00','\x98','\x00','\x30','\x18','\x00','\x32','\x19','\xff','\xff','\x18','\x00','\x30','\x18','\x20','\x30','\x18','\x18','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x01','\xf0','\x18','\x00','\x60','\x1c','\x20','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x19','\x00','\x00','\x01','\xc7','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\xc8','\x07','\xff','\xe0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x12','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x00','\xcc','\x7f','\xff','\xfe','\x00','\x00','\xc0','\x04','\x00','\xc0','\x03','\x00','\xc0','\x01','\x80','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x02','\x00','\x80','\x03','\x00','\xc0','\x26','\x49','\x90','\x18','\x66','\x18','\x0c','\xc3','\x30','\x0c','\x83','\x20','\x01','\x40','\x50','\x02','\x20','\x88','\x7f','\xff','\xfc','\x3c','\x37','\x0c','\x20','\x04','\x00','\x01','\xd0','\x00','\x09','\x8c','\x10','\x09','\x86','\x0c','\x11','\x86','\x46','\x31','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0d','\xbf','\xfc','\xff','\xc3','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0d','\x80','\x30','\xfe','\x00','\x32','\x7c','\xff','\xff','\x4c','\x00','\x30','\x0c','\x20','\x30','\x0c','\x18','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x7c','\x01','\xf0','\x18','\x00','\x60','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x18','\x63','\x3f','\xfc','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x7f','\x00','\x00','\x63','\x00','\x30','\x63','\x00','\x32','\x63','\xff','\xff','\x63','\x00','\x30','\x63','\x20','\x30','\x63','\x18','\x30','\x7f','\x0c','\x30','\x63','\x0c','\x30','\x60','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x10','\x00','\x40','\x1c','\x00','\x30','\x18','\x00','\x18','\x18','\x00','\x1c','\x18','\x06','\x0c','\x1f','\xff','\x00','\x30','\x06','\x00','\x30','\x0c','\x00','\x23','\x88','\x02','\x63','\x10','\x02','\x43','\x00','\x04','\x83','\x00','\x04','\x03','\x00','\x08','\x06','\x80','\x18','\x06','\x80','\x30','\x06','\x80','\xf0','\x0c','\x40','\x70','\x0c','\x40','\x30','\x18','\x20','\x30','\x18','\x30','\x30','\x30','\x18','\x38','\x60','\x1f','\x18','\xc0','\x0e','\x03','\x00','\x06','\x10','\x20','\x20','\x0c','\x18','\x38','\x06','\x0c','\x30','\x06','\x0c','\x20','\x00','\x00','\x46','\x01','\xff','\xff','\x80','\x00','\x00','\x60','\x20','\x20','\x32','\x38','\x38','\x32','\x30','\x30','\x04','\x20','\x20','\x04','\x28','\x28','\x0d','\x4d','\x4e','\x08','\x8c','\x8c','\x18','\xcc','\xcc','\x18','\xd8','\xd8','\x30','\x18','\x18','\xf0','\x10','\x10','\x70','\x20','\x20','\x30','\x28','\x24','\x30','\x4c','\x46','\x33','\xf7','\xfb','\x39','\xc6','\xe3','\x19','\x06','\x83','\x10','\x02','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x20','\x80','\x0c','\x18','\x60','\x08','\x0c','\x32','\x10','\x36','\x32','\xff','\xc7','\x04','\x7c','\x03','\x04','\x40','\x03','\x0c','\x00','\x00','\x08','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x0c','\x30','\x60','\x0c','\xf0','\x60','\x0c','\x70','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x38','\x7f','\xfc','\x18','\x60','\x0c','\x00','\x00','\x06','\xff','\xff','\xff','\x04','\x18','\x00','\x07','\x18','\x60','\x0e','\x18','\x1c','\x38','\x18','\x07','\xc0','\x18','\x03','\x3f','\xff','\xfc','\x30','\x98','\x4c','\x34','\xda','\x6c','\x32','\x99','\x4c','\x31','\x18','\x8c','\x32','\xd9','\x6c','\x34','\x5a','\x2c','\x30','\x18','\x0c','\x30','\x98','\x4c','\x34','\xda','\x6c','\x32','\x99','\x4c','\x31','\x18','\x8c','\x32','\x99','\x4c','\x34','\x5a','\x2c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x30','\x18','\x18','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x06','\x18','\x30','\x0c','\x18','\x0c','\x3f','\xff','\xff','\xd8','\x18','\x1b','\x1a','\x5a','\x58','\x19','\x99','\x98','\x19','\x59','\x58','\x1a','\x5a','\x58','\x18','\x18','\x18','\x1a','\x5a','\x58','\x19','\x99','\x98','\x19','\x59','\x58','\x1a','\x5a','\x58','\x18','\x18','\x30','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x10','\x1f','\xff','\xf8','\x00','\x18','\x80','\x00','\x18','\x42','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x06','\x18','\x6d','\xff','\xfc','\x6c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x0f','\xff','\xff','\xfc','\x00','\x00','\x6c','\x00','\x60','\x4c','\x00','\x66','\x1b','\xff','\xff','\x18','\x00','\x60','\x10','\x80','\x60','\x30','\x60','\x60','\x20','\x30','\x60','\x40','\x30','\x60','\x80','\x00','\x60','\x00','\x03','\xe0','\x00','\x00','\xc0','\x00','\x10','\x20','\x01','\x8c','\x38','\xff','\xc6','\x30','\x18','\x06','\x20','\x18','\x00','\x46','\x18','\xff','\xff','\x18','\x08','\x10','\x18','\x0e','\x1c','\x30','\x0c','\x18','\x30','\x08','\x10','\x30','\x89','\x10','\x3f','\x50','\xa0','\x73','\x64','\xc8','\x73','\x37','\x6e','\x73','\x36','\x6c','\xb3','\x06','\x0c','\x33','\x0c','\x18','\x33','\x08','\x10','\x33','\x18','\x30','\x33','\x14','\x24','\x3f','\x26','\x46','\x31','\xfb','\xfb','\x30','\xe2','\xe3','\x00','\x80','\x83','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x80','\x06','\x18','\x60','\x0e','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x0c','\x30','\x18','\x0e','\x60','\x18','\x06','\x80','\x18','\x06','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x20','\x40','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x3c','\x30','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xfe','\x03','\xff','\xc0','\xff','\xf0','\xc0','\x7e','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x08','\x20','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x43','\x01','\xc0','\x7f','\x81','\x8c','\x63','\x3f','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\x7f','\xff','\x7f','\x00','\x30','\x63','\x00','\x30','\x63','\x7f','\xff','\x63','\x00','\x30','\x63','\x10','\x30','\x63','\x0c','\x30','\x7f','\x06','\x30','\x63','\x06','\x30','\x60','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x60','\xe0','\x07','\xf0','\xc0','\xfe','\x00','\xcc','\x06','\x0f','\xfe','\x06','\x00','\x00','\x06','\x04','\x10','\x06','\x02','\x1c','\x06','\x63','\x18','\xff','\xf3','\x30','\x06','\x00','\x20','\x06','\x00','\x46','\x06','\x1f','\xff','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x60','\x60','\xcc','\x60','\x6f','\xfe','\x60','\x60','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc0','\x7f','\xe0','\xc0','\x60','\x60','\xc0','\x60','\x00','\xc0','\x10','\x02','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x06','\x80','\x0f','\xff','\x60','\x08','\x06','\x32','\x18','\x06','\x32','\x10','\x0c','\x04','\x24','\x0c','\x04','\x43','\x18','\x0c','\x81','\x98','\x08','\x01','\xb0','\x18','\x00','\x30','\x18','\x00','\x60','\x30','\x00','\xc0','\xf0','\x00','\xc0','\x70','\x01','\x80','\x30','\x03','\x00','\x30','\x06','\x00','\x30','\x0c','\x00','\x38','\x30','\x00','\x18','\xc0','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe3','\x80','\x30','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x31','\xc1','\xc0','\x31','\x81','\x80','\x31','\x99','\x8c','\x31','\xfd','\x9e','\x31','\x81','\xb0','\x31','\x81','\xc0','\x21','\x81','\x82','\x61','\x9d','\x82','\x5f','\xe1','\x83','\x8f','\x01','\xff','\x08','\x00','\xfe','\x00','\x07','\x20','\x00','\x06','\x10','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x66','\x00','\x7f','\xf3','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x00','\xc4','\x03','\x18','\xc4','\x03','\xe0','\x64','\xff','\x00','\x74','\x78','\x00','\x3e','\x40','\x00','\x1e','\x00','\x00','\x0c','\x0c','\x1c','\x70','\x7e','\x18','\x60','\x00','\x18','\x68','\x00','\xff','\xe6','\x06','\x02','\x63','\xff','\x43','\x63','\x00','\x22','\x60','\x00','\x22','\x60','\x0c','\x04','\x66','\x7f','\xff','\xff','\x00','\x00','\x60','\x00','\x00','\x60','\x0c','\x7e','\x64','\x7e','\x42','\x67','\x00','\x42','\x66','\x00','\x42','\x2c','\x46','\x7e','\x2c','\x7f','\x42','\x38','\x66','\x42','\x12','\x66','\x42','\x3a','\x66','\x7e','\x6a','\x66','\x00','\xce','\x7e','\x03','\x07','\x66','\x0c','\x03','\x00','\x01','\x00','\x00','\x01','\xc0','\x40','\xc9','\x98','\x7f','\xef','\xfc','\x64','\xcc','\x18','\x64','\xcc','\x18','\x64','\xcf','\xf8','\x64','\xcc','\x18','\x64','\xcc','\x18','\x64','\xcf','\xf8','\x7f','\xcc','\x00','\x64','\xcc','\x06','\x64','\xcf','\xff','\x64','\xcc','\x00','\x64','\xcc','\x06','\x64','\xcf','\xff','\x64','\xcc','\x06','\x7f','\xc0','\x46','\x60','\xd5','\x66','\x60','\x15','\x26','\x00','\x35','\x0e','\x00','\x64','\x0c','\x00','\x60','\x7c','\x00','\x00','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x66','\x06','\x1f','\xf7','\xff','\x1a','\x04','\x80','\x11','\x0c','\x40','\x31','\x88','\x60','\x21','\x90','\x30','\x41','\x80','\x30','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x00','\x70','\x06','\x00','\x60','\x06','\x30','\x60','\xff','\xf8','\x60','\x06','\x00','\x60','\x46','\x64','\x62','\x7f','\xf7','\xff','\x66','\x64','\x62','\x66','\x64','\x62','\x66','\x64','\x62','\x7f','\xe4','\x62','\x66','\x64','\x62','\x66','\x64','\x62','\x66','\x67','\xfe','\x7f','\xe4','\x62','\x66','\x64','\x62','\x06','\x04','\x62','\x06','\x64','\x62','\xff','\xf4','\x62','\x06','\x04','\x62','\x06','\x04','\x62','\x06','\x07','\xfe','\x06','\x04','\x02','\x06','\x04','\x02','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x30','\x00','\x0c','\x60','\x1c','\x08','\x60','\x18','\x10','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x81','\x80','\x03','\x00','\x60','\x07','\x00','\x30','\x06','\x00','\x18','\x0c','\x00','\x0c','\x18','\x00','\x0e','\x30','\x00','\x06','\xc0','\x00','\x06','\x00','\x00','\x60','\x07','\xff','\xf0','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x60','\x18','\x04','\x67','\x99','\xe8','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x99','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x3f','\x00','\x00','\x31','\xe0','\x00','\x30','\x70','\x00','\x30','\x30','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x80','\xe0','\x01','\x8f','\x00','\x01','\xf0','\x00','\x0f','\x80','\x00','\xf1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x10','\x01','\x80','\x10','\x01','\x80','\x10','\x01','\x80','\x18','\x01','\xff','\xf8','\x00','\xff','\xf0','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x43','\x0c','\x00','\x7f','\x8c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x0c','\x63','\x0c','\x1e','\x63','\x0c','\x60','\x63','\x0d','\x80','\x63','\x0e','\x00','\x63','\x1c','\x00','\x63','\x6c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x7f','\x0c','\x00','\x63','\x0c','\x02','\x60','\x0c','\x02','\x00','\x0c','\x02','\x00','\x0c','\x03','\x00','\x0f','\xff','\x00','\x07','\xfe','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x61','\x80','\x7f','\xf1','\x80','\x06','\x01','\x98','\x06','\x0f','\xfc','\x06','\x31','\x98','\xff','\xf9','\x98','\x20','\x81','\x98','\x10','\xe1','\x98','\x18','\xc1','\x98','\x18','\x89','\x98','\x01','\x05','\x98','\xff','\xf3','\x98','\x06','\x01','\x18','\x06','\x03','\x98','\x06','\x62','\x98','\x7f','\xf2','\xda','\x06','\x06','\xda','\x06','\x04','\xca','\x06','\x0c','\x0e','\x06','\x08','\x06','\x06','\x10','\x07','\x06','\x60','\x03','\x00','\x1c','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x30','\x07','\xff','\xf8','\x0c','\x18','\x00','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x00','\xc1','\xc0','\x01','\x80','\xe0','\x03','\x00','\x78','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x04','\x38','\x00','\xe0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x10','\xc6','\x30','\x1f','\xff','\xfe','\x10','\x00','\x32','\x92','\x00','\x32','\x53','\x80','\x32','\x73','\x0c','\x32','\x73','\xfe','\x32','\x12','\xc0','\x62','\x14','\xc0','\x66','\x70','\xc0','\x65','\xd0','\xc6','\x64','\x9f','\xff','\xd4','\x30','\xc0','\xc8','\x21','\xa0','\x0c','\x21','\xa0','\x16','\x61','\x10','\x16','\x43','\x10','\x20','\x82','\x18','\x41','\x04','\x0f','\x82','\x18','\x0e','\x00','\x60','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\x68','\x0f','\xff','\xf0','\x00','\x60','\x00','\x00','\x41','\x80','\x00','\x40','\x60','\x00','\x83','\xb0','\x3f','\xfc','\x18','\x1f','\x80','\x18','\x10','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\xf0','\x00','\x0f','\xf8','\x3f','\xfe','\x40','\x04','\x18','\x70','\x02','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x86','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x00','\x06','\x00','\x10','\x00','\x01','\xcc','\x00','\x09','\x86','\x30','\x09','\x86','\x0c','\x11','\x80','\x46','\x31','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x10','\x40','\x0c','\x0c','\x7f','\xfe','\x06','\x60','\x0c','\x06','\x60','\x0c','\x00','\x60','\x0c','\x00','\x7f','\xfc','\x80','\x60','\x0c','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x7f','\xfc','\x04','\x60','\x0c','\x04','\x00','\x00','\x0c','\x0e','\xe0','\x09','\x0c','\xc4','\x18','\x8c','\xc7','\x18','\x8c','\xc6','\x30','\xcc','\xc6','\xf0','\xcc','\xcc','\x70','\xcc','\xc8','\x30','\xcc','\xd0','\x30','\x0c','\xc0','\x30','\x0c','\xc6','\x3b','\xff','\xff','\x18','\x00','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x07','\x00','\x00','\x0f','\xc0','\x82','\x1b','\x30','\x62','\x33','\x1c','\x32','\x63','\x0e','\x35','\x87','\x06','\x04','\x0e','\x80','\x04','\x18','\x60','\x0c','\x30','\x38','\x08','\xc3','\x9f','\x1b','\x03','\x06','\x18','\x43','\x10','\x30','\x33','\x38','\xf0','\x33','\xc0','\x70','\x03','\x00','\x30','\x1b','\xc0','\x33','\xe3','\x3c','\x31','\xc3','\x0e','\x39','\x1f','\x06','\x18','\x06','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x08','\x06','\x06','\x0f','\xff','\xff','\x0c','\x40','\x00','\x8c','\x70','\x00','\x4c','\x60','\x00','\x6c','\x60','\x18','\x6c','\x7f','\xfc','\x0c','\xc6','\x00','\x0c','\x86','\x00','\x1d','\x06','\x00','\xec','\x06','\x00','\x6c','\x06','\x06','\x4f','\xff','\xff','\x0c','\x0d','\x00','\x18','\x0d','\x00','\x18','\x18','\x80','\x10','\x18','\xc0','\x30','\x30','\x60','\x20','\x60','\x38','\x40','\xc0','\x1f','\x83','\x00','\x0e','\x0c','\x00','\x06','\x00','\x60','\x18','\x11','\xf2','\x7c','\x1f','\x03','\xc0','\x18','\x13','\x02','\x1f','\xfb','\xff','\x19','\x82','\x30','\x19','\x86','\x30','\x11','\x84','\x30','\x31','\x88','\x30','\x20','\x00','\x00','\x47','\xff','\xf0','\x86','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x00','\xc0','\x00','\x01','\xe1','\xf0','\x07','\x80','\x3c','\x38','\x00','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x1c','\x04','\x60','\x18','\x08','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\xc0','\x01','\x80','\xf0','\x06','\x00','\x7f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x03','\x00','\x00','\x03','\x02','\x06','\x7f','\xfb','\xff','\x00','\x43','\x0c','\x10','\x73','\x08','\x0c','\x63','\x10','\x04','\x83','\x20','\xff','\xff','\x18','\x00','\x03','\x0c','\x20','\x33','\x04','\x3f','\xfb','\x06','\x30','\x33','\x06','\x30','\x33','\x06','\x30','\x33','\x06','\x30','\x33','\x3e','\x30','\x33','\x0c','\x3f','\xf3','\x00','\x30','\x33','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x61','\x90','\x60','\x88','\x84','\x20','\x0e','\x06','\x0c','\x0c','\x07','\xfe','\x0d','\xcc','\x18','\x19','\x8a','\x30','\x19','\x91','\x60','\x39','\x81','\xc0','\x39','\x83','\x70','\x59','\x8c','\x1f','\x99','\xb1','\x86','\x19','\x81','\x80','\x19','\xff','\xff','\x19','\x83','\xa0','\x19','\x87','\x90','\x19','\x8d','\x98','\x18','\x19','\x8f','\x18','\x61','\x86','\x18','\x01','\x80','\x04','\x00','\x00','\x07','\x40','\x0c','\x06','\x7f','\xfe','\x06','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x38','\x63','\x0c','\x38','\x63','\x0c','\x58','\x63','\x0c','\x98','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x02','\x00','\x18','\x01','\x80','\x18','\x4c','\xd0','\x18','\x4c','\xcc','\x18','\x4c','\x06','\x18','\xcc','\x17','\x18','\xcc','\x13','\x19','\x8c','\x18','\x19','\x8f','\xf8','\x18','\x07','\xf0','\x03','\x83','\x80','\x03','\x03','\x0c','\x3b','\x03','\x1e','\x33','\x33','\x38','\x33','\xfb','\xc0','\x33','\x03','\x00','\x33','\x03','\x02','\x33','\x03','\x02','\x33','\x3b','\x03','\xff','\xc3','\xff','\x7c','\x01','\xfe','\x40','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9d','\x80','\x00','\x18','\x00','\x00','\x18','\x60','\x7f','\xff','\xf0','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x06','\x00','\x00','\x1c','\x00','\x08','\x30','\x00','\x08','\xc0','\x00','\x0b','\x00','\x00','\x14','\x00','\x00','\x33','\x00','\x00','\xe1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x10','\x18','\x87','\x18','\x18','\x66','\x30','\x18','\x26','\x40','\x1b','\xff','\xfe','\x18','\x1e','\x80','\x18','\x36','\x60','\x18','\x66','\x38','\x19','\x86','\x1f','\x1e','\x1c','\x06','\x30','\x18','\x00','\x37','\xff','\xff','\x30','\x30','\x60','\x20','\x60','\xc0','\x60','\xd9','\x80','\x40','\x07','\x00','\x80','\x0c','\xf0','\x00','\x70','\x3c','\x03','\x80','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x10','\x00','\x00','\xcc','\x00','\x04','\xc4','\x40','\x04','\xc0','\x30','\x0c','\xc1','\x18','\x18','\xc1','\x98','\x18','\xff','\x80','\x00','\x7f','\x00','\x04','\x00','\x40','\x03','\x00','\x30','\x19','\x01','\x90','\x18','\x41','\x84','\x58','\x31','\x83','\x58','\x35','\x83','\xd8','\x85','\x88','\xd8','\xcd','\x8c','\x1f','\xcd','\xfc','\x0f','\x80','\xf8','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc6','\x08','\x3f','\xff','\x92','\x00','\x00','\x63','\x80','\x00','\x33','\x07','\xf8','\x36','\x06','\x18','\x04','\x06','\x18','\x09','\x07','\xf8','\x10','\x80','\x00','\xff','\xd0','\x06','\x7c','\xdf','\xff','\x4c','\xd8','\x06','\x0c','\x18','\x06','\x4c','\x19','\xe6','\x7e','\x19','\x26','\x6d','\x99','\x26','\x6c','\xd9','\x26','\x4c','\xd9','\xe6','\x4c','\x18','\x06','\x8c','\x18','\x06','\x0c','\x18','\x1e','\x0c','\x18','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x1c','\x78','\x0c','\x18','\x1f','\x30','\x18','\xc6','\xc7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x61','\xc0','\x04','\xe1','\x80','\x08','\xc1','\x80','\xc0','\x01','\xff','\xe0','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x7e','\x00','\x00','\x1c','\x00','\x04','\x00','\x38','\x07','\x00','\x30','\x26','\x60','\x30','\x3f','\xf0','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x3f','\xe0','\x36','\x30','\x6f','\xff','\x30','\x60','\x30','\x30','\x60','\x30','\x3f','\xe4','\x30','\x30','\x62','\x30','\x30','\x63','\x30','\x30','\x63','\x30','\xff','\xe3','\x30','\x79','\xe0','\x30','\x43','\x60','\x30','\x03','\x60','\x30','\x06','\x60','\x30','\x0c','\x60','\x30','\x18','\x60','\x30','\x30','\x60','\x30','\xc1','\xe1','\xf0','\x00','\xc0','\x60','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0c','\x0c','\x60','\x0d','\x8c','\x30','\xff','\xdb','\x9c','\x0c','\x33','\x0f','\x0c','\x63','\x26','\x0d','\x9f','\xf0','\x0c','\x03','\x00','\x0f','\x03','\x00','\xfc','\x03','\x0c','\x7c','\xff','\xfe','\x4c','\x00','\x00','\x0c','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x3f','\xf8','\x18','\x30','\x18','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x01','\x80','\x06','\x61','\x80','\x7f','\xf3','\x00','\x06','\x03','\x06','\x06','\x03','\xff','\x06','\x06','\x10','\x06','\x35','\x1c','\xff','\xfd','\x18','\x09','\x89','\x18','\x09','\x91','\x18','\x49','\x81','\x10','\x79','\xc0','\xb0','\x69','\xb0','\xa0','\x69','\x98','\xe0','\x49','\x98','\x40','\x59','\x98','\xe0','\x91','\x80','\xa0','\x11','\x81','\xb0','\x31','\x83','\x18','\x21','\x86','\x1f','\x4f','\x8c','\x0e','\x83','\x30','\x06','\x03','\x00','\x1c','\x03','\x04','\x18','\x06','\x83','\x18','\x06','\x61','\x98','\x0c','\x31','\x98','\x18','\x18','\x18','\x10','\x18','\x18','\x20','\xc0','\x18','\x5f','\xe4','\x18','\x83','\x03','\x18','\x03','\x01','\x98','\x03','\x31','\x98','\x7f','\xf8','\x1a','\x03','\x00','\x1f','\x03','\x00','\x38','\x23','\x41','\xd8','\x3b','\x26','\x18','\x33','\x30','\x18','\x33','\x18','\x18','\x63','\x18','\x18','\x43','\x18','\x18','\x83','\x00','\x18','\x1f','\x00','\x18','\x06','\x00','\x18','\x00','\x70','\x40','\x00','\x60','\x70','\x00','\x66','\xe0','\x1f','\xff','\xc0','\x00','\x61','\x80','\x00','\x63','\x00','\x00','\x66','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x70','\x00','\x01','\xff','\xe0','\x01','\x80','\x60','\x07','\x80','\x60','\x19','\xff','\xe0','\xe1','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\xff','\xe0','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\xc1','\x80','\xff','\xe1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x01','\x81','\x8c','\x03','\x3f','\xfe','\x03','\x01','\x80','\x06','\x01','\x80','\x07','\x01','\x80','\x0e','\xc1','\x80','\x16','\x61','\x80','\x26','\x61','\x80','\xc6','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x86','\x06','\xff','\xff','\x06','\x00','\x00','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x04','\x00','\xc0','\x49','\x00','\xc0','\x31','\xc8','\xc8','\x19','\x8e','\xc4','\x1b','\x0c','\xc6','\x02','\x0c','\xc3','\x04','\x8c','\xc3','\x08','\xc8','\xc3','\xff','\xd8','\xc0','\x7e','\xd0','\xc8','\x46','\x20','\xce','\x06','\x07','\xcc','\x47','\x01','\x9c','\x76','\xc0','\x18','\x66','\x60','\x30','\x66','\x60','\x60','\x46','\x00','\xc0','\x46','\x01','\x80','\x86','\x03','\x00','\x06','\x0c','\x00','\x06','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x20','\x00','\x60','\x38','\x00','\x63','\x70','\x1f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x61','\x80','\x00','\x63','\x00','\x00','\x66','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x30','\x01','\xff','\xf8','\x03','\x80','\x30','\x0d','\x80','\x30','\x31','\x80','\x30','\xc1','\xff','\xf0','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x0c','\x10','\x0e','\x7e','\x1c','\x0c','\x00','\x18','\x0c','\x00','\x52','\x0c','\x06','\x7f','\x0c','\xff','\x42','\x0c','\x00','\x42','\x0c','\x00','\x7e','\xff','\x0c','\x42','\x0c','\x7e','\x42','\x0c','\x00','\x7e','\x8c','\x00','\x42','\x4c','\x0c','\x42','\x6c','\x7e','\x42','\x6c','\x01','\xfe','\x6c','\x00','\xe6','\x0c','\x46','\x0e','\x0c','\x7f','\x0a','\x0c','\x66','\x1a','\x0c','\x66','\x12','\x0c','\x66','\x22','\x0c','\x66','\x42','\x0c','\x7e','\x9e','\x7c','\x66','\x0c','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x01','\xc0','\x40','\x01','\x80','\x30','\x41','\x86','\x18','\x7f','\xff','\x0c','\x60','\x00','\x0c','\x66','\x30','\x00','\x66','\x34','\x00','\x7f','\xfe','\x00','\x66','\x30','\x00','\x66','\x30','\x0c','\x66','\x30','\xfe','\x67','\xf0','\x0c','\x66','\x30','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x4a','\x90','\x0c','\xca','\x48','\x0c','\x9b','\x6c','\x0d','\x33','\x66','\x0c','\x30','\x06','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x09','\x80','\x0c','\x09','\x86','\x4c','\x9f','\xff','\x7f','\x98','\x06','\x4c','\xb0','\x04','\x4c','\xb0','\x08','\x4c','\x87','\x00','\x4c','\x86','\x0c','\x4c','\x86','\x1e','\x4c','\x86','\x38','\x4c','\x86','\x60','\x7f','\x87','\x80','\x4c','\x86','\x00','\x4c','\x06','\x00','\x0d','\x06','\x00','\x0c','\x86','\x00','\x0c','\xc6','\x02','\x0f','\x66','\x02','\xfc','\x66','\x03','\x70','\x67','\xff','\x40','\x03','\xfe','\x00','\x00','\x00','\x00','\x32','\x06','\x7f','\xfb','\xff','\x18','\xc3','\x06','\x18','\xc3','\x0c','\x18','\xc3','\x08','\x18','\xc3','\x18','\x18','\xc3','\x10','\x18','\xc3','\x20','\x18','\xdb','\x20','\xff','\xff','\x10','\x03','\xc3','\x18','\x03','\xc3','\x0c','\x06','\xc3','\x0c','\x06','\xc3','\x06','\x04','\xc3','\x06','\x0c','\xc3','\x06','\x08','\xc3','\x06','\x18','\xc3','\x06','\x10','\xc3','\x3e','\x20','\xc3','\x0c','\xc0','\xc3','\x00','\x07','\xc3','\x00','\x01','\x83','\x00','\x04','\x1c','\xe0','\x07','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xcc','\x0d','\xff','\xfe','\x0c','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x38','\x18','\xc6','\x3b','\xff','\xff','\x58','\x00','\x00','\x98','\x00','\x00','\x18','\x40','\x30','\x18','\x7f','\xf8','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x7f','\xf0','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x7f','\xf0','\x18','\x60','\x30','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x00','\x0c','\x22','\x00','\x0c','\x41','\x80','\x0c','\x80','\xe0','\x0c','\x00','\x70','\x0c','\x00','\x38','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x07','\xe0','\x00','\x00','\xc0','\x00','\x00','\x00','\x04','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x10','\x30','\x06','\x10','\x00','\x06','\x08','\x00','\x06','\x08','\x00','\x06','\x04','\x00','\x06','\x06','\x00','\x0e','\x03','\x00','\x0c','\x03','\x80','\x0c','\x01','\xc0','\x08','\x00','\xe0','\x18','\x00','\x78','\x10','\x00','\x3f','\x20','\x00','\x1e','\xc0','\x00','\x04','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0d','\x98','\x06','\xff','\xdf','\xff','\x0c','\x10','\x06','\x0c','\x30','\x06','\x0c','\x20','\x06','\x1e','\x48','\x06','\x1d','\x86','\x06','\x1c','\xc3','\x06','\x3c','\xc3','\x86','\x2c','\x01','\x86','\x2c','\x01','\x86','\x6c','\x00','\x06','\x4c','\x00','\x06','\x8c','\x00','\x06','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x18','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x8c','\x06','\x2c','\xef','\xff','\x2c','\xc8','\x06','\x2d','\x98','\x06','\x6e','\x10','\x06','\x6c','\x34','\x06','\x4c','\x23','\x06','\xcc','\x41','\x86','\xcc','\x01','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\x06','\x1a','\x00','\x06','\x19','\x80','\x06','\x18','\xc0','\x0c','\x10','\xe0','\x0c','\x30','\x60','\x0c','\x20','\x00','\x18','\x40','\x00','\xf8','\x80','\x00','\x30','\x00','\x00','\x78','\x00','\x1f','\xfc','\x3f','\xfc','\x20','\x04','\x10','\x30','\x02','\x08','\x60','\x22','\x08','\x8c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x3f','\xe0','\x1c','\x30','\x60','\x18','\x30','\x60','\x18','\x3f','\xef','\xff','\x30','\x60','\x18','\x30','\x64','\x18','\x3f','\xe3','\x18','\x30','\x01','\x98','\x30','\x81','\x98','\x30','\x60','\x18','\xff','\xb0','\x18','\x78','\x30','\xf8','\x40','\x00','\x30','\x00','\x19','\x00','\xff','\xfd','\xc0','\x05','\x01','\x80','\x05','\x01','\x80','\x05','\x01','\x86','\x45','\x31','\xff','\x7f','\xfb','\x06','\x65','\x32','\x06','\x65','\x36','\x06','\x65','\x35','\x06','\x65','\x38','\x86','\x6d','\xf0','\xc6','\x68','\xf0','\x66','\x70','\x30','\x66','\x60','\x30','\x66','\x60','\x30','\x06','\x60','\x30','\x06','\x7f','\xf0','\x06','\x60','\x30','\x0e','\x60','\x30','\x0c','\x60','\x30','\x0c','\x7f','\xf0','\x1c','\x60','\x30','\xf8','\x60','\x30','\x30','\x00','\xc0','\x00','\x07','\xe8','\x06','\xfe','\x0f','\xff','\x06','\x4c','\x06','\x46','\x6c','\x06','\x26','\xcc','\x06','\x36','\x8c','\x06','\x37','\x0c','\x06','\x06','\x2c','\x06','\xff','\xff','\xfe','\x06','\x0c','\x86','\x06','\x0c','\x80','\x0f','\x0c','\x80','\x0e','\xcc','\x40','\x1e','\x6c','\x40','\x16','\x6c','\x60','\x36','\x0c','\x20','\x26','\x0c','\x30','\x46','\x0c','\x30','\x86','\x18','\x18','\x06','\x18','\x1c','\x06','\x10','\x0f','\x06','\x20','\x0e','\x06','\xc0','\x06','\x06','\x08','\x18','\x06','\x0f','\xfc','\x0d','\x0c','\x18','\x0c','\xcc','\x18','\x08','\x6c','\x18','\x18','\x6f','\xf8','\x11','\x8c','\x18','\x3f','\xcc','\x18','\x4c','\x0c','\x18','\x8c','\x0f','\xf8','\x0c','\xc3','\x00','\xff','\xe2','\x06','\x0c','\x07','\xff','\x0d','\x04','\x96','\x0d','\xc9','\x16','\x8d','\x91','\x26','\x4d','\x62','\x26','\x6e','\x04','\x46','\x6c','\x08','\x86','\x0c','\x31','\x06','\x0f','\x82','\x0e','\xfe','\x04','\x0c','\x70','\x18','\x7c','\x40','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x0d','\x80','\x30','\x31','\x80','\x30','\xc1','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x01','\x80','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x63','\x80','\x04','\x63','\x00','\x00','\x03','\x30','\x0c','\x03','\xff','\xfe','\x03','\x02','\x0c','\x03','\x02','\x0c','\x03','\x32','\x18','\x7f','\xf9','\x18','\x03','\x01','\x10','\x03','\x01','\x30','\x23','\x40','\xa0','\x3b','\x30','\xe0','\x33','\x18','\x40','\x33','\x0c','\xe0','\x63','\x0c','\xb0','\x43','\x01','\x98','\x83','\x03','\x1f','\x1f','\x06','\x0e','\x06','\x18','\x06','\x00','\xc0','\x0c','\xff','\xef','\xfe','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x20','\xc2','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x63','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x68','\x66','\x86','\x0c','\x60','\xc6','\x04','\x60','\x46','\x01','\x60','\x16','\x02','\x60','\x26','\x0c','\x60','\xc6','\x78','\x67','\x86','\x30','\xe3','\x0e','\x20','\xc2','\x0c','\x07','\xc0','\x7c','\x01','\x80','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc0','\x30','\x01','\xff','\xf8','\x03','\x80','\x30','\x0d','\x80','\x30','\x31','\x80','\x30','\xc1','\xff','\xf0','\x01','\x80','\x30','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x11','\x86','\x46','\x21','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x80','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x18','\x00','\xff','\xfc','\x00','\x18','\xc0','\x0c','\x18','\xdf','\xfe','\x18','\xc4','\x0c','\x18','\xc4','\x0c','\x1f','\xc4','\x0c','\x18','\xc2','\x0c','\x18','\xc2','\x18','\x18','\xc2','\x18','\x18','\xc3','\x18','\x18','\xc1','\x10','\x1f','\xc1','\xb0','\x18','\xc0','\xa0','\x18','\xc0','\xe0','\x18','\xc0','\x40','\x18','\xc0','\xe0','\x18','\xc0','\xa0','\x1f','\xc1','\xb0','\xfc','\xc1','\x18','\x70','\xc2','\x1f','\x40','\xc4','\x0e','\x00','\xd8','\x06','\x00','\xc0','\x00','\x00','\x0e','\x00','\x10','\x0c','\x00','\x10','\x0c','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x01','\xc8','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x04','\x01','\x80','\x03','\x01','\x80','\x01','\x81','\x80','\x01','\xc1','\x80','\x00','\xc1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x00','\x60','\x00','\x03','\xf0','\x00','\x3f','\x00','\x1f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x02','\x18','\x00','\x03','\x98','\x00','\x03','\x18','\x00','\x03','\x18','\x30','\x07','\xff','\xf8','\x06','\x18','\x00','\x0c','\x18','\x00','\x18','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x00','\xd9','\x00','\x01','\x99','\x00','\x01','\x98','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x01','\xc0','\x01','\x91','\x80','\xff','\xdd','\x80','\x18','\x19','\x80','\x18','\x19','\x8c','\x18','\x1f','\xfe','\x19','\x91','\x80','\x1f','\x91','\x80','\x31','\xa1','\x80','\x31','\x81','\x80','\x21','\x81','\x86','\x61','\xff','\xff','\x53','\x07','\xa0','\x8b','\x07','\xa0','\x0e','\x0d','\xa0','\x06','\x0d','\x90','\x04','\x19','\x90','\x0c','\x19','\x98','\x08','\x31','\x8c','\x10','\x61','\x8f','\x20','\xc1','\x86','\x43','\x01','\x86','\x80','\x01','\x80','\x00','\x01','\x80','\x04','\x03','\x80','\x07','\x03','\x00','\x86','\x43','\x00','\x4c','\x43','\x06','\x28','\xff','\xff','\x10','\xc0','\x06','\x39','\x80','\x04','\x69','\x80','\x70','\x8c','\x00','\x60','\x0c','\x00','\x60','\x1e','\x00','\x66','\x16','\xff','\xff','\x16','\x00','\x60','\x36','\x00','\x60','\x26','\x20','\x60','\x46','\x18','\x60','\x86','\x0c','\x60','\x06','\x0c','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x60','\x7c','\x03','\xe0','\x18','\x00','\xc0','\x00','\x03','\x80','\x00','\x23','\x00','\x03','\x3b','\x00','\xff','\xb3','\x00','\x18','\x33','\x0c','\x18','\x3f','\xfe','\x18','\x63','\x00','\x18','\x43','\x00','\x18','\x83','\x00','\xff','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x0f','\x40','\x18','\x0b','\x40','\x18','\x1b','\x20','\x19','\x1b','\x20','\x1e','\x33','\x30','\xf8','\x33','\x18','\x70','\x63','\x1c','\x40','\xc3','\x0f','\x01','\x83','\x0e','\x06','\x03','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x01','\x80','\x18','\x0f','\xc1','\xfc','\xfc','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x1e','\x31','\x8c','\x1d','\x3f','\xfc','\x1d','\xb1','\x8c','\x3d','\xb1','\x8c','\x2c','\x31','\x8c','\x2c','\x3f','\xfc','\x6c','\x01','\x80','\x4c','\x01','\x8c','\x8c','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x23','\x00','\x18','\x3f','\x81','\xfc','\x33','\x3f','\x80','\x33','\x01','\x80','\x33','\x01','\x86','\x33','\xff','\xff','\x33','\x01','\x80','\x3f','\x01','\x80','\x33','\x3f','\xfc','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x33','\x31','\x8c','\x3f','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x33','\x01','\x80','\x33','\x01','\x8c','\x33','\x7f','\xfe','\x33','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x86','\x4f','\xff','\xff','\x86','\x00','\x00','\x07','\x00','\x0c','\x06','\x7f','\xfe','\x06','\x11','\x00','\x7f','\xd1','\x0c','\x06','\x11','\xfe','\x06','\x11','\x0c','\x06','\x1f','\x0c','\x06','\x11','\x4c','\xff','\xf1','\x2c','\x06','\x11','\x38','\x06','\x11','\x18','\x06','\x1f','\x1c','\x26','\x91','\x14','\x37','\xd1','\x36','\x36','\x11','\x26','\x36','\x11','\x23','\x36','\x7f','\x43','\x36','\x39','\x83','\x36','\x21','\x00','\x2e','\x01','\x00','\x66','\x00','\x00','\x43','\xff','\xff','\x40','\xff','\xfe','\x80','\x00','\x00','\x20','\x00','\x06','\x19','\xff','\xff','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x00','\x0c','\xc0','\x00','\x0c','\xc0','\x80','\x8c','\xcc','\x60','\xff','\xfe','\x32','\xcc','\xcc','\x32','\xcc','\xcc','\x04','\xcc','\xcc','\x04','\xc8','\xcc','\x0c','\xd8','\xfc','\x08','\xd0','\x7c','\x18','\xe0','\x0c','\x18','\xc0','\x0c','\x30','\xc0','\x0c','\xf0','\xff','\xfc','\x70','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x38','\xff','\xfc','\x18','\xc0','\x0c','\x04','\x00','\x80','\x03','\x00','\xe0','\x01','\x80','\xc0','\x01','\x81','\x80','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x20','\x00','\x08','\x40','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x08','\x00','\x18','\x0e','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x83','\x06','\x0c','\xff','\xff','\x19','\x83','\x06','\x19','\x83','\x04','\x18','\x7b','\x78','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x7b','\x78','\x98','\x03','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x06','\x00','\x18','\x84','\x06','\x18','\xff','\xff','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc4','\x5e','\x18','\xc4','\x4c','\x00','\x00','\x38','\x00','\x0f','\xfc','\x3f','\xfe','\x40','\x00','\x40','\x70','\x08','\x30','\x60','\x06','\x18','\xc0','\x23','\x18','\x80','\x23','\x01','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x04','\xc0','\x00','\xc8','\xcf','\xff','\xe0','\x01','\x00','\xc0','\x01','\x01','\x80','\x00','\x83','\x00','\x00','\xc6','\x00','\x00','\x6c','\x00','\x00','\x38','\x00','\x00','\x6e','\x00','\x00','\xc7','\xc0','\x03','\x81','\xfe','\x0e','\x00','\x7c','\x70','\x00','\x0c','\x00','\x00','\x00','\x00','\x10','\x0c','\x41','\x9f','\xfe','\x7f','\xd8','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x9f','\xfc','\x61','\x86','\x60','\x61','\x86','\x60','\x7f','\x86','\x60','\x61','\x8e','\x60','\x60','\x0c','\x60','\x00','\x0c','\x60','\x00','\x18','\x62','\x00','\x18','\x62','\x00','\x30','\x62','\x00','\x60','\x63','\x00','\xc0','\x7f','\x03','\x00','\x3e','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x0c','\x7f','\xff','\xfe','\x00','\xc0','\x00','\x00','\xc0','\x30','\x1f','\xff','\xf8','\x00','\xc0','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x70','\x00','\xc0','\x66','\xff','\xff','\xff','\x01','\x80','\x60','\x01','\x80','\x60','\x03','\x20','\x60','\x03','\x18','\x60','\x06','\x0c','\x60','\x0c','\x0c','\x60','\x18','\x00','\x60','\x30','\x00','\x60','\xc0','\x03','\xe0','\x00','\x00','\xc0','\x0e','\x00','\x0c','\x0c','\x00','\xfe','\x0c','\x7f','\xd0','\x0c','\x04','\x1c','\x0c','\x23','\x18','\x0d','\x19','\x30','\xff','\x88','\x20','\x0c','\x40','\x46','\x0c','\x7f','\xff','\x0c','\xc0','\x06','\x0c','\xc0','\x04','\x0c','\x00','\x30','\x0f','\x3f','\xf8','\xfc','\x08','\x30','\x7c','\x08','\x30','\x4c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x02','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x7c','\x30','\x1e','\x19','\xc0','\x06','\x1c','\x1c','\x0e','\x18','\x18','\x0c','\x18','\x19','\x0c','\x19','\xff','\x8c','\x18','\x18','\x0c','\xff','\x18','\x0c','\x18','\x18','\xff','\x18','\xff','\x0c','\x18','\x00','\x0c','\x3c','\x83','\x0c','\x3a','\xff','\x8c','\x3a','\xc3','\x4c','\x38','\xc3','\x6c','\x78','\xc3','\x6c','\x58','\xff','\x0c','\x58','\x04','\x0c','\x98','\x87','\x0c','\x18','\x46','\x0c','\x18','\x64','\x0c','\x18','\x64','\x0c','\x18','\x09','\x8c','\x1b','\xfe','\x0c','\x19','\xe0','\x7c','\x19','\x00','\x18','\x08','\x00','\x0c','\x0e','\x00','\xfe','\x0c','\x3f','\x88','\x08','\x02','\x0e','\x92','\x11','\x8c','\x63','\x8c','\x98','\x33','\x04','\x10','\x36','\x10','\x26','\x04','\x1f','\xff','\x09','\x30','\x06','\x10','\xb0','\x04','\xff','\xc0','\x30','\x7c','\xdf','\xf8','\x4c','\xc4','\x30','\x0c','\x04','\x30','\x4c','\x04','\x60','\x7e','\x02','\x60','\x6d','\x82','\xc0','\x6c','\xc1','\x80','\x4c','\xc3','\xc0','\x4c','\x06','\x70','\x8c','\x0c','\x3f','\x0c','\x18','\x1e','\x0c','\x60','\x06','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\x99','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x20','\x40','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x7c','\x30','\x00','\x18','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x38','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x68','\x06','\x60','\x68','\x06','\x60','\x68','\x06','\x60','\x6c','\x06','\x60','\x44','\x06','\x60','\xc6','\x06','\x60','\x83','\x06','\x61','\x83','\x86','\x61','\x01','\xf6','\x62','\x00','\xe6','\x6c','\x00','\x66','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x01','\xc0','\x00','\x01','\x80','\x0c','\x39','\xbf','\xfe','\x31','\x84','\x0c','\x31','\x84','\x0c','\x31','\x84','\x0c','\x31','\x84','\x0c','\x31','\x84','\x18','\x31','\x82','\x18','\x31','\x82','\x18','\x31','\x82','\x30','\x31','\x83','\x30','\x31','\x81','\x60','\x31','\x81','\x60','\x31','\x81','\xc0','\x33','\x80','\x80','\x3d','\x81','\xc0','\xf1','\x81','\x60','\x61','\x83','\x70','\x41','\x86','\x38','\x01','\x8c','\x1f','\x01','\x98','\x0e','\x01','\xe0','\x06','\x01','\x80','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x1c','\x0c','\x18','\x18','\x0c','\x18','\x19','\x8c','\x19','\xff','\xcc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\xcc','\x1b','\xff','\xec','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x83','\x0c','\x18','\xff','\x8c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x20','\xc3','\x0c','\x60','\x00','\x0c','\x40','\x00','\x7c','\x80','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\xc8','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x40','\x0e','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x0c','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x03','\x81','\xc0','\x03','\x01','\x90','\x03','\x01','\x8c','\x03','\x19','\x86','\xff','\xfd','\x86','\x00','\x01','\x80','\x00','\x01','\x86','\x1f','\xef','\xff','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\xf0','\x18','\x61','\xe0','\x18','\x61','\xe0','\x1f','\xe1','\x60','\x03','\x01','\x60','\x23','\x03','\x60','\x3b','\x83','\x60','\x33','\x63','\x60','\x33','\x32','\x62','\x63','\x36','\x62','\x43','\x04','\x62','\x83','\x0c','\x63','\x1f','\x18','\x7f','\x06','\x60','\x3e','\x07','\x00','\x0e','\x06','\x0e','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x26','\x8d','\x0c','\x26','\x4c','\x8c','\x26','\x4c','\xcc','\x66','\x6c','\xec','\x66','\x6c','\x6c','\xc6','\x6c','\x6c','\xc6','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x18','\x0c','\x0c','\x10','\x0c','\x0c','\x20','\x00','\x0c','\xc0','\x00','\x0c','\x08','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x0f','\xff','\x19','\xd8','\x30','\x19','\x94','\x30','\x19','\xa4','\x60','\x39','\xc2','\xc0','\x39','\x81','\x80','\x59','\x83','\xc0','\x59','\x86','\x78','\x99','\x98','\x1f','\x19','\xe1','\x06','\x19','\x83','\x80','\x19','\x86','\x20','\x19','\x98','\x70','\x19','\x80','\xe0','\x19','\x81','\x86','\x19','\x86','\x0f','\x19','\x98','\x1c','\x18','\x00','\x70','\x18','\x01','\xc0','\x18','\x0e','\x00','\x18','\x70','\x00','\x00','\xc0','\xe0','\x07','\xe0','\xc0','\x7e','\x00','\xc4','\x06','\x04','\xc7','\x06','\x64','\xc6','\xff','\xf4','\xc4','\x06','\x0c','\xc8','\x0f','\x0c','\xc0','\x0e','\xc1','\xa0','\x1e','\x61','\xa0','\x16','\x63','\x10','\x26','\x03','\x18','\xc6','\x06','\x0c','\x06','\x0c','\x0f','\x06','\x30','\x06','\x00','\x00','\x00','\x01','\xc8','\x00','\x11','\x84','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x60','\xff','\xcc','\x30','\x0c','\x18','\x1c','\x0c','\x30','\x0f','\x0c','\x60','\x66','\x0d','\x9f','\xf0','\x0c','\x00','\x00','\x0f','\x00','\x00','\xfc','\x00','\x00','\x7c','\x20','\x18','\x4c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x7c','\x30','\x18','\x18','\x30','\x18','\x10','\x38','\x07','\x0c','\x31','\xc6','\x06','\x31','\x86','\x06','\x31','\x86','\x00','\x31','\x86','\x80','\x31','\x86','\x60','\x31','\x86','\x30','\x35','\xa6','\x30','\xb5','\xa6','\x04','\xb5','\xb6','\x04','\xb5','\xb6','\x05','\xb5','\x96','\x09','\xb1','\x86','\x09','\xb1','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x30','\x31','\x86','\xf0','\x31','\x86','\x70','\x31','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x40','\x06','\x38','\x80','\x06','\x1b','\x00','\x06','\x00','\x00','\xe0','\x00','\x0f','\xf0','\x0f','\xfe','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x80','\x03','\x98','\xe0','\x07','\x18','\x7f','\x0c','\x00','\x1e','\x30','\x03','\x06','\xcf','\xff','\x80','\x00','\xc3','\x00','\x00','\xc3','\x18','\x00','\xc7','\xfc','\x01','\x86','\x18','\x01','\x86','\x18','\x03','\x00','\x18','\x06','\x00','\x18','\x0c','\x00','\x30','\x18','\x01','\xf0','\x60','\x00','\x60','\x00','\xc1','\xc0','\x07','\xe1','\x80','\x7e','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x84','\x06','\x09','\x87','\x06','\xc9','\x86','\xff','\xe9','\x8c','\x06','\x19','\x88','\x06','\x19','\x90','\x0e','\x31','\x80','\x0f','\x31','\x80','\x0e','\xc3','\x40','\x1e','\x63','\x40','\x16','\x63','\x40','\x36','\x02','\x20','\x26','\x06','\x20','\x46','\x06','\x30','\x86','\x04','\x30','\x06','\x0c','\x18','\x06','\x08','\x1c','\x06','\x10','\x0f','\x06','\x20','\x0e','\x06','\xc0','\x06','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x04','\x06','\x18','\x49','\x0f','\xfc','\x31','\xcc','\x18','\x19','\x8a','\x18','\x1b','\x12','\x30','\x02','\x21','\x60','\x04','\x80','\xc0','\x08','\x41','\x80','\xff','\xe3','\x60','\x7e','\x66','\x38','\x46','\x0c','\x1f','\x06','\x31','\x06','\x47','\x00','\xc0','\x76','\xc0','\x60','\x66','\x60','\x60','\x66','\x60','\x00','\x46','\x06','\x00','\x46','\x01','\xc0','\x86','\x00','\x70','\x06','\x00','\x38','\x06','\x00','\x18','\x08','\x00','\xc0','\x0e','\x00','\x84','\x0c','\x1f','\xfe','\x08','\x00','\x84','\x92','\x00','\x84','\x63','\xbf','\xff','\x33','\x00','\x84','\x36','\x00','\x84','\x04','\x1f','\xfc','\x0a','\x00','\x80','\x11','\x38','\x87','\xff','\xb4','\x96','\x7d','\xb6','\xb6','\x4c','\x32','\xa6','\x0c','\x30','\x86','\x4e','\x3f','\xfe','\x7d','\x31','\x86','\x6d','\xb1','\xc6','\x6d','\xb2','\xa6','\x4c','\x22','\xb6','\x4c','\x24','\x96','\x8c','\x68','\x96','\x0c','\x40','\x86','\x0c','\x80','\x06','\x00','\x60','\x06','\xff','\xf7','\xff','\x00','\x60','\x06','\x20','\x62','\x06','\x1c','\x61','\xc6','\x0c','\x60','\xc6','\x00','\x60','\x16','\x01','\x60','\x66','\x06','\x67','\xc6','\x7c','\x63','\x06','\x30','\x02','\x06','\x20','\x20','\x00','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x20','\x00','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc3','\x00','\x01','\x81','\xc0','\x03','\x00','\xfe','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x04','\x20','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x20','\x60','\x06','\x18','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x1c','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x18','\x18','\x60','\x10','\x00','\x60','\x20','\x03','\xe0','\xc0','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\xa1','\x80','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\xcc','\x80','\x00','\xcc','\xc0','\x01','\x8c','\x90','\x01','\x8c','\x90','\x03','\x0f','\xfa','\x06','\x0d','\x8a','\x0c','\x0c','\x03','\x30','\x0f','\xff','\xc0','\x07','\xfe','\x00','\x20','\x00','\x00','\x38','\x00','\x10','\x30','\x18','\x1f','\xff','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x1a','\xff','\xff','\xff','\x04','\x08','\x00','\x07','\x0e','\x08','\x06','\x1c','\x0e','\x0c','\x38','\x1c','\x18','\xf4','\x38','\x33','\x34','\x60','\xc0','\x32','\x80','\x02','\x33','\x00','\x03','\xb1','\x80','\x07','\x30','\xc0','\x0e','\x30','\x70','\x1c','\x30','\x3f','\x30','\x30','\x1e','\xc0','\x30','\x06','\x00','\x30','\x00','\x07','\x03','\x00','\x06','\x22','\x04','\x7f','\xf3','\xfe','\x10','\x82','\x00','\x08','\xc3','\xfc','\x09','\x10','\x04','\xff','\xfb','\xfc','\x00','\x02','\x00','\x3f','\xc3','\xfc','\x20','\x42','\x00','\x3f','\xc3','\xf8','\x20','\x42','\x02','\x3f','\xc3','\xfb','\x20','\x42','\x03','\x23','\xc1','\xfe','\x21','\x9c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x18','\x03','\xc2','\x60','\x1c','\xc1','\x80','\xe0','\xc0','\xf0','\x0f','\xfe','\x3f','\x03','\xe0','\x0e','\x20','\x84','\x10','\x38','\xc7','\x18','\x31','\x06','\x20','\x3f','\xf7','\xff','\x61','\x0c','\x20','\x7f','\xef','\xfc','\xa1','\x14','\x20','\x3f','\xe7','\xfc','\x21','\x04','\x20','\x3f','\xff','\xff','\x20','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x02','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x43','\x1c','\x70','\x7f','\x98','\x60','\x63','\x18','\x64','\x63','\x19','\x66','\x63','\xff','\xe6','\x63','\x00','\x60','\x63','\x7e','\x66','\x63','\x43','\xff','\x63','\x42','\x60','\x7f','\x42','\x60','\x0c','\x42','\x58','\x0c','\x42','\x50','\x6c','\x7e','\x50','\x4f','\x18','\x50','\x4c','\x18','\x50','\x4c','\x9c','\x50','\x4c','\xda','\x50','\x4c','\xdb','\x50','\x4c','\xd9','\x52','\x4e','\x98','\xd2','\x4c','\x98','\x92','\xf9','\x18','\x93','\x70','\x79','\x1f','\x40','\x32','\x0e','\x07','\x04','\x0c','\x06','\x07','\xfe','\x06','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x26','\x47','\xfc','\x3f','\xe0','\x00','\x26','\x40','\x06','\x26','\x5f','\xff','\x26','\x46','\x0c','\x3f','\xc6','\x0c','\x26','\x47','\xfc','\x26','\x46','\x0c','\x26','\x46','\x0c','\x3f','\xc6','\x0c','\x26','\x47','\xfc','\x06','\x06','\x0c','\x06','\x66','\x0c','\xff','\xf6','\x0f','\x06','\x07','\xfc','\x06','\x3e','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x00','\x40','\x0c','\x40','\x7f','\xfe','\x30','\x60','\x0c','\x18','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x6f','\xec','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x6f','\xec','\x0c','\x60','\x0c','\xfe','\x60','\x0c','\x0c','\x67','\xcc','\x0c','\x64','\x4c','\x0c','\x64','\x4c','\x0c','\x44','\x4c','\x0c','\xc7','\xcc','\x0c','\x80','\x0c','\x0d','\x00','\x7c','\x0c','\x00','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x10','\xc6','\x18','\x1f','\xff','\xfc','\x18','\xc6','\x18','\x18','\xc6','\x18','\x19','\x86','\x18','\x19','\x87','\xf8','\x1b','\x03','\xf8','\x1c','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x00','\x63','\x03','\xff','\xf2','\x32','\x0a','\x02','\x22','\x0a','\x02','\x22','\x0a','\x02','\x22','\x4a','\x42','\x22','\x7f','\xe2','\x22','\x6a','\xc2','\x22','\x6a','\xca','\x22','\x6a','\xca','\xaa','\x6a','\xca','\xaa','\x6b','\xda','\xaa','\x70','\xda','\xaa','\x60','\xda','\xaa','\x60','\xc2','\x22','\x60','\xc2','\x22','\x7f','\xc2','\x22','\x60','\xc6','\x22','\x60','\xc4','\x22','\x60','\xc4','\x22','\x60','\xcc','\x22','\x7f','\xc8','\x22','\x60','\x10','\x22','\x60','\x20','\x02','\x02','\x04','\x00','\x03','\x87','\x00','\x03','\x06','\x00','\x06','\x08','\x30','\x0f','\xff','\xf8','\x1c','\x08','\x00','\x3c','\x08','\x00','\xcf','\xff','\xe0','\x0c','\x08','\x00','\x0c','\x08','\x00','\x0f','\xff','\xe0','\x0c','\x08','\x00','\x0c','\x08','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\xd9','\x00','\x03','\x98','\xc0','\x06','\x18','\x70','\x18','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x00','\xc1','\x00','\xff','\xe1','\xc0','\x0a','\x09','\x86','\x0a','\x0f','\xff','\x0a','\x0c','\x46','\x4a','\x4c','\x46','\x7f','\xec','\x46','\x6a','\xcf','\xfe','\x6a','\xcc','\x46','\x6a','\xcc','\x46','\x6a','\xcc','\x46','\x6b','\xcf','\xfe','\x70','\xc0','\x60','\x60','\xc4','\x68','\x60','\xc7','\x6c','\x60','\xc6','\x68','\x7f','\xc6','\x6a','\x60','\xc6','\x7f','\x60','\xc6','\x69','\x60','\xc4','\x60','\x60','\xcc','\x62','\x7f','\xc8','\x63','\x60','\x10','\x7f','\x60','\x60','\x3e','\x02','\x03','\x80','\x03','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1c','\x03','\x06','\x1d','\xff','\xff','\x2c','\x03','\x00','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x04','\x08','\x00','\x07','\x06','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x19','\xff','\xfe','\x18','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x00','\x18','\x03','\x18','\x18','\xff','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x71','\x00','\x00','\x60','\xc0','\x00','\x40','\x60','\x00','\x83','\xb0','\x3f','\xfe','\x38','\x1f','\xc6','\x18','\x10','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x20','\x10','\x07','\x10','\x1c','\x0e','\x18','\x38','\x0c','\x0c','\x30','\x18','\x0c','\x60','\x24','\x00','\x40','\x47','\x00','\x8c','\x86','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x43','\x00','\x38','\x73','\x0c','\x58','\x63','\xfe','\x98','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\xd3','\x00','\x18','\xcb','\x00','\x18','\x87','\x00','\x19','\x83','\xc0','\x19','\x00','\xff','\x1a','\x00','\x3e','\x00','\x0e','\x00','\x00','\x0c','\x80','\x00','\x0c','\x60','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x20','\x07','\x0c','\x38','\x06','\x0c','\x30','\x06','\x0c','\x60','\x06','\x44','\x60','\xff','\xe6','\xc0','\x06','\x06','\xc0','\x06','\x03','\x80','\x06','\x01','\x00','\x0c','\x03','\x82','\x0c','\x06','\xc2','\x18','\x0c','\xe2','\x10','\x18','\x72','\x20','\x30','\x3f','\x40','\xc0','\x1f','\x03','\x00','\x06','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x03','\x00','\x00','\x64','\x00','\x00','\x18','\x00','\x00','\x0c','\x0c','\x7f','\xff','\xfe','\x00','\x6c','\x18','\x00','\xcc','\x20','\x01','\x8c','\x40','\x03','\x0c','\x00','\x0c','\x0c','\x00','\x70','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x06','\x32','\xff','\xff','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x01','\x80','\x06','\x39','\x80','\x00','\x31','\x98','\x00','\x31','\xfc','\x80','\x31','\x80','\x60','\x31','\x80','\x32','\x31','\x80','\x32','\x31','\x86','\x07','\xff','\xff','\x04','\x00','\x00','\x0c','\x40','\x0c','\x08','\x30','\x1e','\x18','\x18','\x30','\x18','\x18','\x40','\x30','\x00','\x00','\xf0','\x00','\x00','\x70','\x04','\x40','\x30','\x08','\x30','\x30','\x30','\x1c','\x31','\xe0','\x0e','\x38','\xc0','\x06','\x18','\x80','\x06','\x08','\x20','\xe0','\x84','\x38','\xc8','\x46','\x30','\xc4','\x66','\x20','\xc6','\x60','\x40','\xc6','\x00','\x00','\xc0','\x7f','\xf0','\xc6','\x62','\x3f','\xff','\x62','\x30','\xc0','\x7f','\xf0','\xc0','\x62','\x30','\xc0','\x62','\x30','\xc0','\x7f','\xf1','\xc0','\x00','\x01','\xa0','\xff','\xfd','\xa0','\x00','\x01','\xa0','\x40','\x61','\x10','\x7f','\xf3','\x10','\x60','\x63','\x18','\x60','\x62','\x08','\x60','\x66','\x0c','\x7f','\xe4','\x0f','\x60','\x08','\x06','\x00','\x30','\x06','\x08','\x10','\x04','\x0e','\x1d','\x07','\x0c','\x18','\x86','\x08','\x30','\x84','\x90','\x20','\xcc','\x64','\x40','\xc8','\x37','\x10','\x08','\x36','\x1c','\x12','\x0c','\x1b','\xff','\x0a','\x18','\x30','\x11','\x30','\x30','\xff','\xb0','\x30','\x7c','\xb3','\xb0','\x4c','\x73','\x36','\x0c','\xb3','\x3f','\x4c','\x33','\x30','\x7e','\x33','\x30','\x6d','\x33','\x30','\x6d','\xb3','\x30','\x4d','\xb3','\x30','\x4c','\x32','\xb0','\x8c','\x32','\x70','\x0c','\x32','\x3f','\x0c','\x34','\x0e','\x00','\x00','\xe0','\x00','\x0f','\xf0','\x0f','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc6','\x08','\x7f','\xff','\x18','\x61','\x00','\x10','\x01','\xc0','\x21','\x81','\x90','\x3f','\xc1','\x08','\x46','\x02','\x0c','\x86','\x1f','\xf6','\x06','\x4f','\x06','\x7f','\xe8','\x00','\x06','\x02','\x38','\x06','\x83','\xb0','\x46','\xe3','\x30','\x26','\xc3','\x30','\x36','\x83','\x30','\x37','\x03','\x30','\x06','\x66','\x32','\x07','\x86','\x32','\xfe','\x0c','\x33','\x70','\x18','\x3f','\x40','\x60','\x1e','\x03','\x80','\x00','\x03','\x00','\x0c','\x03','\x0f','\xfe','\x03','\x02','\x0c','\x03','\x32','\x0c','\x03','\xfa','\x0c','\x03','\x02','\x0c','\x03','\x02','\x18','\x03','\x01','\x18','\x03','\x19','\x18','\xff','\xfd','\x18','\x03','\x01','\xb0','\x03','\x00','\xb0','\x23','\x40','\xa0','\x3b','\x20','\xe0','\x33','\x30','\x40','\x33','\x18','\xe0','\x23','\x18','\xa0','\x63','\x19','\xb0','\x43','\x03','\x18','\x83','\x02','\x1c','\x03','\x04','\x0f','\x1f','\x08','\x0e','\x06','\x30','\x06','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x03','\x30','\x1b','\xff','\xb0','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x20','\x30','\x18','\x63','\x30','\x18','\x7f','\xb0','\x18','\xc3','\x30','\x18','\x82','\x30','\x19','\x46','\x30','\x1a','\x24','\x30','\x18','\x2c','\x32','\x18','\x08','\x32','\x30','\x10','\x12','\x30','\x20','\x1a','\x30','\x40','\x1a','\x20','\x80','\x0a','\x63','\x00','\x0e','\x40','\x00','\x07','\x80','\x00','\x03','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x0c','\x64','\x00','\x10','\x67','\x00','\x06','\x06','\xff','\xff','\x06','\x01','\x80','\x0c','\x01','\x00','\x0c','\x22','\x0c','\x1c','\x3f','\xfe','\x1c','\x30','\x0c','\x3c','\x30','\x0c','\x2c','\x30','\x0c','\x4c','\x30','\x0c','\x8c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x10','\x38','\x00','\x0c','\x30','\x06','\x06','\x31','\xff','\x06','\x30','\x46','\x00','\x32','\x46','\x00','\x3f','\x46','\x80','\x30','\x46','\x60','\x30','\x46','\x32','\x30','\x46','\x32','\x33','\x46','\x07','\xff','\xcc','\x04','\x30','\x6c','\x0c','\x30','\x2c','\x09','\x34','\x2c','\x19','\xf2','\x28','\x19','\xb3','\x38','\x31','\xb3','\x10','\xf1','\x33','\x38','\x73','\x30','\x28','\x32','\x30','\x68','\x34','\x30','\x4c','\x30','\x30','\x8f','\x39','\xf1','\x06','\x18','\x66','\x06','\x0e','\x00','\x00','\x0c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x01','\x98','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x0c','\x1f','\xfc','\x0e','\x00','\x60','\x1d','\x84','\x60','\x2c','\xc7','\x60','\xcc','\xc6','\x60','\x0c','\x06','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x62','\x0c','\x08','\x62','\x0c','\x18','\x62','\x0c','\x10','\x63','\x0c','\x20','\x7f','\x0c','\xc0','\x3e','\x08','\x01','\xc0','\x0e','\x21','\x80','\x0c','\x21','\x86','\x08','\x7f','\xff','\x90','\xc0','\x0c','\x64','\xd0','\x10','\x37','\x1c','\x02','\x36','\x1b','\xff','\x0c','\x18','\x60','\x0a','\x10','\x60','\x11','\x32','\x46','\xff','\xb3','\xff','\x7c','\xb3','\x06','\x4c','\x73','\x06','\x0c','\x73','\x06','\x4c','\xb3','\x06','\x7e','\x33','\xfe','\x6d','\x33','\x06','\x6d','\xb3','\x06','\x4c','\xb3','\x06','\x4c','\x33','\x06','\x8c','\x33','\xfe','\x0c','\x33','\x06','\x0c','\x33','\x06','\x00','\x1c','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x1a','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x80','\x01','\x18','\xc0','\x1c','\xd9','\x8e','\x18','\x59','\x0c','\x18','\x1a','\x0c','\x1b','\xff','\xec','\x18','\x38','\x0c','\x18','\x7c','\x0c','\x18','\x5b','\x0c','\x18','\xd9','\x8c','\x11','\x98','\xcc','\x33','\x18','\xec','\x2c','\x18','\x6c','\x40','\x18','\x0c','\x80','\x00','\x0c','\x07','\x01','\xc0','\x06','\x31','\x80','\xff','\xf9','\x80','\x00','\x01','\x98','\x1f','\xcf','\xfc','\x10','\x41','\x98','\x10','\x41','\x98','\x1f','\xc5','\x98','\x00','\x03','\x18','\x7f','\xf1','\x9a','\x00','\x63','\xda','\x02','\x82','\xca','\xff','\xe4','\x0e','\x73','\x08','\x07','\x43','\x30','\x03','\x0f','\x00','\x00','\x06','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x31','\x80','\xff','\xf9','\x80','\x00','\x01','\x98','\x1f','\xcf','\xfc','\x10','\x41','\x98','\x10','\x41','\x98','\x1f','\xc5','\x18','\x00','\x03','\x18','\x7f','\xe1','\x9a','\x00','\xc3','\x9a','\x02','\x82','\xca','\xff','\xe6','\xce','\x73','\x04','\x06','\x43','\x08','\x07','\x0f','\x10','\x03','\x06','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x00','\x1c','\x00','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x08','\x1c','\x00','\x0e','\x18','\x0c','\x1c','\x19','\x3e','\x18','\x19','\x80','\x30','\x18','\x80','\x60','\x18','\x00','\x89','\xff','\x80','\x0e','\x18','\x00','\x0c','\x18','\x06','\x18','\x18','\x7f','\x18','\x98','\x18','\x38','\xfa','\x18','\x38','\xd9','\x18','\x58','\xd9','\x18','\x98','\x99','\x98','\x18','\x99','\x98','\x19','\x99','\x98','\x19','\x19','\x98','\x1a','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x00','\x30','\x00','\x03','\xa0','\x40','\x03','\x10','\x30','\x03','\x18','\x18','\x03','\x18','\x0c','\x03','\x00','\x0c','\x03','\x06','\x01','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x23','\x20','\x0c','\x3b','\x10','\xfe','\x33','\x18','\x0c','\x33','\x0c','\x0c','\x23','\x0c','\x0c','\x63','\x06','\x0c','\x43','\x06','\x0c','\x83','\x06','\x0d','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x04','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x40','\x06','\x08','\x30','\x0c','\x10','\x18','\x0d','\xff','\xec','\x18','\xfc','\x0c','\x18','\xa0','\xe0','\x38','\x38','\xc0','\x38','\x30','\xc0','\x58','\x68','\xfe','\x98','\xce','\x7e','\x1b','\x1c','\x00','\x18','\x18','\x30','\x18','\x3f','\xf8','\x18','\x68','\x60','\x18','\xc8','\xc0','\x19','\x85','\x80','\x1a','\x07','\x00','\x18','\x0d','\x80','\x18','\x18','\xe0','\x18','\x30','\x7f','\x18','\xc0','\x1e','\x1b','\x00','\x06','\x00','\x04','\x00','\x0c','\x07','\x00','\x08','\x06','\x20','\x08','\x04','\x18','\x08','\x08','\x0c','\x49','\x7f','\xf6','\x49','\x3e','\x06','\x49','\x28','\x70','\x49','\x0e','\x60','\x49','\x0c','\x60','\x49','\x18','\x7e','\x49','\x34','\x3e','\x49','\xc7','\x00','\x49','\x06','\x18','\x49','\x0f','\xfc','\x49','\x18','\x30','\x49','\x34','\x60','\x49','\xc2','\xc0','\x7f','\x03','\x80','\x41','\x06','\xc0','\x40','\x0c','\x70','\x00','\x18','\x3f','\x00','\x60','\x1e','\x01','\x80','\x06','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x30','\x1f','\xff','\xf8','\x00','\xc2','\x00','\x00','\xc2','\x00','\x01','\x81','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x02','\x00','\x60','\x07','\xff','\xf0','\x0d','\x81','\xb8','\x19','\x81','\x9f','\x31','\x81','\x8e','\xc1','\xff','\x86','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x00','\x00','\x1c','\x46','\x03','\xfe','\x7f','\x7f','\x08','\x66','\x04','\x0e','\x66','\x43','\x0c','\x66','\x31','\x98','\x66','\x19','\x90','\x7e','\x98','\x26','\x66','\xff','\xff','\x67','\x80','\x06','\x67','\xa0','\x38','\x66','\x36','\x30','\x66','\x3e','\x34','\x7e','\x67','\xfe','\x66','\x45','\x30','\x66','\x8d','\x30','\x67','\x4d','\x30','\x66','\x39','\x32','\x66','\x1f','\xff','\x7e','\x30','\x30','\x66','\x20','\x30','\x60','\x40','\x30','\x00','\x80','\x30','\x03','\x00','\x30','\x00','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x20','\x0c','\x04','\x18','\x0c','\x88','\x0c','\xff','\xff','\xf6','\x00','\x3e','\x06','\x02','\x28','\x70','\x43','\x8e','\x60','\x23','\x0c','\x60','\x23','\x18','\x7e','\x33','\x34','\x3e','\x32','\x47','\x00','\x32','\x06','\x18','\x02','\x0f','\xfc','\x04','\x0c','\x18','\x05','\x98','\x30','\xfe','\x34','\x60','\x70','\x62','\xc0','\x40','\x83','\x80','\x00','\x06','\xe0','\x00','\x0c','\x7f','\x00','\x30','\x1e','\x00','\xc0','\x06','\x00','\x00','\x78','\x00','\x3f','\xfc','\x3f','\xf8','\x20','\x04','\x10','\x38','\x03','\x08','\x30','\x21','\x8c','\x20','\x21','\x8c','\x46','\x7f','\xff','\xff','\x64','\x00','\x0c','\xc7','\x00','\x70','\xc6','\x30','\x60','\x0f','\xf0','\x64','\x0c','\x3f','\xfe','\x18','\x6c','\x60','\x34','\x6c','\x60','\x66','\xcc','\x60','\x86','\xcc','\x60','\x01','\x8c','\x66','\x03','\x3f','\xff','\x06','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x30','\x00','\x60','\xc0','\x00','\x60','\x40','\xc2','\x00','\x7f','\xe3','\x80','\x62','\x03','\x10','\x62','\x02','\x08','\x62','\x04','\x0c','\x7f','\xbf','\xf6','\x62','\x1e','\x06','\x62','\x14','\x30','\x62','\x07','\x30','\x7f','\x86','\x30','\x62','\x0c','\x3f','\x62','\x1a','\x1f','\x62','\x23','\x80','\x7f','\xc3','\x18','\x60','\x43','\xfc','\x01','\x46','\x18','\x55','\x44','\x18','\x55','\x4a','\x30','\x54','\x51','\x60','\xd0','\xc1','\xc0','\xc0','\xc3','\x70','\x01','\x86','\x3f','\x0f','\x8c','\x1e','\x03','\x30','\x06','\x00','\x10','\x00','\x40','\x1c','\x80','\x30','\x18','\xe0','\x18','\x38','\xc0','\x18','\x30','\x80','\x18','\x61','\x0c','\x00','\x7f','\xfe','\x00','\xe1','\x80','\x01','\x61','\x80','\x02','\x61','\x80','\x00','\x61','\x98','\x04','\x7f','\xfc','\x04','\x61','\x80','\x08','\x61','\x80','\x18','\x61','\x80','\x30','\x61','\x98','\xf0','\x7f','\xfc','\x70','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x38','\x7f','\xff','\x18','\x60','\x00','\x00','\x60','\x00','\x04','\x00','\x1c','\x07','\x41','\xfe','\x0e','\x7f','\x80','\x0c','\x60','\x00','\x18','\x60','\xe0','\x30','\x60','\xc0','\x64','\x60','\xc6','\x87','\x7f','\xff','\x0e','\x60','\xc0','\x0c','\x60','\xc0','\x18','\x68','\xcc','\x38','\x6f','\xfe','\x58','\x6c','\x0c','\x98','\x6c','\x0c','\x18','\x6f','\xfc','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\x8f','\xfc','\x19','\x8c','\x0c','\x19','\x0c','\x0c','\x1a','\x0c','\x0c','\x18','\x0f','\xfc','\x18','\x0c','\x0c','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x1a','\x0c','\x0c','\x13','\xfe','\x0c','\x23','\x0c','\x0c','\x43','\x0c','\x0c','\x83','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\xfc','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\xfc','\x0c','\x03','\x0c','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x01','\xf0','\x00','\x00','\x60','\x0e','\x00','\x1c','\x0c','\x21','\xfe','\x0c','\x3f','\x80','\x0c','\x30','\x00','\x0d','\xb0','\xe0','\xff','\xf0','\xc0','\x0c','\x30','\xc6','\x0c','\x3f','\xff','\x0c','\x30','\xc0','\x1e','\x30','\xc0','\x1d','\x34','\xcc','\x1d','\xb7','\xfe','\x3d','\xb6','\x0c','\x2c','\x36','\x0c','\x2c','\x37','\xfc','\x6c','\x66','\x0c','\x4c','\x66','\x0c','\x8c','\x66','\x0c','\x0c','\x47','\xfc','\x0c','\xc6','\x0c','\x0c','\x86','\x0c','\x0d','\x06','\x0c','\x0c','\x07','\xfc','\x0c','\x06','\x0c','\x00','\x04','\x00','\x00','\xc7','\x00','\xff','\xe6','\x00','\x18','\x06','\x00','\x18','\x0c','\x06','\x18','\x0f','\xff','\x19','\x98','\x06','\x1f','\x90','\x06','\x31','\xaf','\xe6','\x31','\xcc','\x66','\x31','\x8c','\x66','\x29','\x8c','\x66','\x65','\x8f','\xe6','\x47','\x0c','\x66','\x83','\x0c','\x66','\x02','\x0c','\x66','\x06','\x0f','\xe6','\x04','\x0c','\x66','\x0c','\x0c','\x06','\x08','\x00','\x0e','\x10','\x00','\x0c','\x20','\x00','\x1c','\x40','\x00','\xf8','\x80','\x00','\x30','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x30','\x80','\x3f','\xf8','\x60','\x30','\x30','\x32','\x30','\x30','\x32','\x30','\x30','\x04','\x3f','\xf0','\x04','\x00','\x00','\x0c','\x00','\x18','\x08','\xff','\xfc','\x18','\x00','\x30','\x18','\x02','\xc0','\x30','\x03','\x06','\xf3','\xff','\xff','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x1f','\x00','\x18','\x06','\x00','\x10','\x20','\x80','\x0c','\x38','\xe0','\x06','\x30','\xc0','\x86','\x31','\x0c','\x60','\x7f','\xfe','\x32','\x61','\x80','\x32','\x61','\x88','\x04','\xff','\xfc','\x04','\xe1','\x80','\x09','\x61','\x88','\x1a','\x7f','\xfc','\xf0','\x61','\x80','\x70','\x61','\x80','\x30','\x61','\x86','\x30','\x7f','\xff','\x38','\x60','\x00','\x18','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x21','\x0c','\x86','\x19','\xfe','\xff','\x0d','\x8c','\xc6','\x0d','\x8c','\xc6','\x01','\xfc','\xfe','\x01','\x8c','\xc6','\x81','\x8c','\xc6','\x61','\x8c','\xc6','\x31','\xfc','\xfe','\x35','\x80','\x06','\x05','\x80','\x06','\x05','\x9f','\xe6','\x09','\x83','\x06','\x09','\x83','\x06','\x19','\x83','\x06','\x19','\x9f','\xe6','\x31','\x83','\x06','\xf1','\x83','\x06','\x71','\x83','\x06','\x31','\x9f','\xe6','\x31','\x80','\x06','\x31','\x80','\x06','\x39','\x80','\x3e','\x19','\x80','\x0c','\x00','\x00','\x70','\x00','\x03','\xf8','\x10','\x7f','\x00','\x1f','\xc0','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x86','\x18','\x18','\xff','\xfc','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xff','\xf8','\x18','\xc0','\x18','\x30','\xc0','\x18','\x30','\xff','\xf8','\x20','\xc0','\x18','\x60','\xc0','\x18','\x40','\xc0','\x18','\x80','\xff','\xf8','\x00','\xc0','\x18','\x00','\xc0','\x18','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x8c','\x08','\x01','\xbe','\x92','\x01','\xe0','\x63','\x87','\x80','\x33','\x39','\x80','\x36','\x01','\x80','\x04','\x01','\x8e','\x09','\x1d','\x8c','\x10','\x99','\x8c','\xff','\xd9','\x8c','\x7c','\xd9','\x8c','\x4c','\x19','\x8c','\x0c','\x19','\x8c','\x4e','\x19','\x8c','\x7d','\x9f','\xfc','\x6c','\xd9','\x8c','\x6c','\xd9','\x80','\x4c','\xc1','\x82','\x4c','\x01','\x82','\x8c','\x01','\x83','\x0c','\x01','\xff','\x0c','\x00','\xfe','\x00','\x21','\x08','\x40','\x39','\xce','\x30','\x31','\x8c','\x18','\x31','\x8c','\x0c','\x63','\x18','\x0c','\x63','\x18','\x00','\x46','\x30','\x00','\xc4','\x20','\x00','\x88','\x40','\x01','\x10','\x80','\x0c','\x88','\x40','\xfe','\xc4','\x20','\x0c','\x46','\x10','\x0c','\x63','\x18','\x0c','\x63','\x0c','\x0c','\x31','\x8c','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x40','\x40','\x18','\x70','\x30','\x08','\x60','\x18','\x00','\x8c','\x0d','\xff','\xfe','\x0c','\x04','\x80','\x00','\x7f','\xf8','\x00','\x44','\x88','\x00','\x48','\x88','\x00','\x70','\xf8','\x0c','\x40','\x08','\xfe','\x7f','\xf8','\x0c','\x40','\x08','\x0c','\x7f','\xf8','\x0c','\x00','\x62','\x0f','\xff','\xff','\x0c','\x20','\x60','\x0c','\x18','\x60','\x0c','\x08','\x60','\x0c','\x01','\xe0','\x1a','\x00','\xc0','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x60','\xe0','\xff','\xf0','\xc0','\x0a','\x00','\xc6','\x0a','\x1f','\xff','\x0a','\x00','\x00','\x4a','\x44','\x0c','\x7f','\xe7','\xfe','\x6a','\xc6','\x0c','\x6a','\xc6','\x0c','\x6a','\xc7','\xfc','\x6a','\xc0','\x00','\x6b','\xc0','\x0c','\x70','\xcf','\xfe','\x60','\xc0','\x18','\x60','\xc0','\xa0','\x60','\xc0','\xc0','\x7f','\xc0','\xc6','\x60','\xff','\xff','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x7f','\xc0','\xc0','\x60','\xc7','\xc0','\x60','\x01','\x80','\x00','\x00','\x06','\x30','\x6f','\xff','\x32','\x60','\x60','\x32','\x60','\x40','\x32','\x64','\x8c','\x32','\x67','\xfe','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x67','\xfc','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x67','\xfc','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x66','\x0c','\x22','\x66','\x0c','\x22','\x67','\xfc','\x60','\x62','\x00','\x40','\x63','\x90','\x40','\x63','\x0e','\x80','\x06','\x07','\x00','\x18','\x03','\x10','\x00','\x00','\x1c','\x04','\x30','\x18','\x07','\xf8','\x18','\xc6','\x30','\x1f','\xe6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x10','\xc6','\x30','\x30','\xc6','\x30','\x29','\x86','\x30','\x29','\x86','\x30','\x45','\x86','\x32','\x85','\x06','\x32','\x03','\x04','\x32','\x02','\x0c','\x33','\x06','\x08','\x3f','\x05','\x30','\x1e','\x0c','\x80','\x00','\x08','\x40','\x00','\x10','\x30','\x00','\x20','\x1e','\x00','\x40','\x07','\xff','\x80','\x00','\xfe','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x06','\x06','\xdf','\xff','\xff','\xe3','\x06','\x00','\xc3','\x06','\x01','\x83','\x06','\x01','\x83','\x06','\x03','\x23','\x06','\x06','\x33','\x06','\x0e','\x43','\x06','\x17','\x03','\x06','\x26','\xc3','\x06','\xc6','\x63','\x06','\x06','\x63','\x06','\x06','\x06','\x0e','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x04','\x0c','\x06','\x0c','\x1c','\x06','\x08','\x18','\x06','\x10','\xf8','\x06','\x60','\x30','\x00','\x00','\x18','\x00','\x60','\x3c','\xff','\xf4','\xf0','\x00','\x07','\x80','\x00','\x06','\x00','\x20','\xc6','\x00','\x3f','\xe6','\x00','\x30','\xc6','\x06','\x30','\xc7','\xff','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x3f','\xc6','\x30','\x30','\xc6','\x30','\x30','\x06','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x20','\x18','\x30','\x20','\x18','\x30','\x60','\x30','\x30','\x40','\x60','\x30','\x81','\x80','\x30','\x00','\x00','\x30','\x08','\x00','\x60','\x0f','\xff','\xf0','\x0c','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x60','\x0c','\x00','\x68','\x0f','\xff','\xee','\x0c','\x30','\x1c','\x00','\x33','\x38','\x1f','\xff','\xf0','\x00','\x30','\xc0','\x00','\x33','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x60','\x00','\x01','\x80','\x60','\x07','\xff','\xf0','\x1b','\x00','\x60','\xe3','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x00','\x40','\x0c','\x46','\x7f','\xfe','\x7f','\x64','\x8c','\x66','\x64','\x8c','\x66','\x64','\x8c','\x66','\x64','\x8c','\x66','\x7f','\xfc','\x66','\x06','\x10','\x66','\x06','\x1c','\x7e','\x7f','\xf8','\x66','\x06','\x30','\x66','\x06','\x66','\x67','\xff','\xff','\x66','\x01','\x80','\x66','\x06','\x18','\x66','\x1f','\xfc','\x66','\x18','\x18','\x7e','\x78','\x18','\x61','\x9f','\xf8','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x10','\x07','\x00','\x0c','\x06','\x08','\x06','\x06','\x0e','\x06','\x06','\xcc','\x00','\x7f','\xf8','\x00','\x06','\x18','\x80','\x06','\x30','\x62','\x06','\x60','\x32','\x06','\xc6','\x33','\xff','\xff','\x04','\x03','\x00','\x04','\x06','\x00','\x0c','\x0c','\x18','\x08','\x1f','\xfc','\x18','\x38','\x18','\x18','\xd8','\x18','\x33','\x18','\x18','\xf0','\x1f','\xf8','\x70','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x1f','\xf8','\x38','\x18','\x18','\x18','\x18','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x38','\xe0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc6','\x1f','\xff','\xff','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x3f','\xc0','\x30','\x30','\xc0','\x30','\x00','\x00','\x30','\x00','\x00','\x21','\x11','\x10','\x61','\x10','\x8c','\x42','\x30','\xc6','\x8e','\x30','\xc3','\x0c','\x30','\xc3','\x08','\x03','\x80','\x0e','\x03','\x08','\x0c','\x03','\x0e','\x08','\x03','\x2c','\x92','\x3f','\xfc','\x63','\x83','\x18','\x33','\x03','\x18','\x36','\x03','\x30','\x04','\x03','\x66','\x0a','\x7f','\xff','\x11','\x81','\x80','\xfe','\xc3','\x00','\x7c','\xc6','\x0c','\x4c','\x0f','\xfe','\x0c','\x3c','\x0c','\x4c','\xcc','\x0c','\x7e','\x0c','\x0c','\x6d','\x8f','\xfc','\x6c','\xcc','\x0c','\x4c','\xcc','\x0c','\x4c','\x0c','\x0c','\x8c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x20','\x00','\x70','\x38','\x00','\x62','\x70','\x3f','\xff','\xe0','\x00','\x61','\x80','\x00','\x66','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\xc0','\x30','\x07','\xff','\xf8','\x1e','\x00','\x30','\xe6','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x30','\x40','\x00','\x30','\x70','\x0f','\xff','\xe0','\x00','\x31','\x80','\x00','\x36','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x03','\xff','\xe0','\x1f','\x00','\x60','\xe3','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x06','\x00','\x00','\x7f','\x03','\x88','\x00','\x03','\x0e','\xff','\x9f','\xfc','\x00','\x03','\x18','\x00','\x03','\x32','\x7f','\x7f','\xff','\x00','\x00','\xc0','\x00','\x01','\x80','\x7f','\x06','\x0c','\x00','\x1f','\xfe','\x00','\x66','\x0c','\x43','\x06','\x0c','\x7f','\x87','\xfc','\x63','\x06','\x0c','\x63','\x06','\x0c','\x63','\x06','\x0c','\x7f','\x07','\xfc','\x63','\x06','\x0c','\x03','\x03','\x80','\x7f','\x83','\x04','\x00','\x03','\x07','\x00','\x03','\x26','\x01','\xbf','\xfc','\xff','\xc3','\x0c','\x00','\x03','\x18','\x00','\x03','\x30','\x03','\x03','\x66','\x7f','\xff','\xff','\x00','\x01','\x80','\x00','\x03','\x00','\x03','\x06','\x00','\x7f','\x8c','\x0c','\x00','\x17','\xfe','\x00','\x66','\x0c','\x43','\x06','\x0c','\x7f','\x86','\x0c','\x63','\x07','\xfc','\x63','\x06','\x0c','\x63','\x06','\x0c','\x63','\x06','\x0c','\x7f','\x07','\xfc','\x63','\x06','\x0c','\x00','\x01','\xc0','\x20','\xc1','\x80','\x3f','\xe1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x86','\x30','\xdf','\xff','\x3f','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x3f','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc6','\x0e','\x30','\xf6','\x0c','\x3f','\x8c','\x0c','\xfc','\x08','\x1c','\x70','\x10','\x18','\x40','\x20','\xf8','\x00','\xc0','\x30','\x03','\x00','\x00','\x03','\x00','\x0c','\x06','\x8f','\xfe','\x06','\x62','\x0c','\x0c','\x32','\x0c','\x08','\x1a','\x0c','\x18','\x1a','\x0c','\x10','\x61','\x18','\x3f','\xf1','\x18','\x43','\x01','\x18','\x83','\x01','\x10','\x03','\x31','\x90','\x7f','\xf8','\xb0','\x03','\x00','\xa0','\x23','\x00','\xe0','\x3b','\x40','\x40','\x33','\x30','\xe0','\x33','\x18','\xa0','\x23','\x19','\xb0','\x63','\x19','\x18','\x43','\x02','\x1c','\x83','\x04','\x0f','\x1f','\x08','\x0e','\x06','\x30','\x06','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x03','\x00','\x07','\x83','\x00','\x0c','\x76','\x00','\x0c','\x0c','\x00','\x00','\x1b','\x80','\x00','\x30','\xe0','\x00','\x60','\x38','\x01','\x80','\x1c','\x0e','\x00','\x0e','\xf0','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x30','\x19','\xff','\xf8','\x18','\x00','\x60','\x18','\x10','\xc0','\x18','\x0d','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1f','\xff','\xff','\x18','\x06','\x0c','\x18','\x06','\x18','\x30','\x06','\x20','\x30','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x3e','\x00','\x00','\x0c','\x00','\x04','\x03','\x00','\x07','\x03','\x00','\x0e','\x06','\x80','\x0c','\x06','\x80','\x18','\x0c','\x40','\x30','\x0c','\x60','\x44','\x18','\x30','\x87','\x10','\x1c','\x0e','\x3f','\xff','\x0c','\x43','\x06','\x19','\x83','\x00','\x38','\x03','\x00','\x58','\x03','\x06','\x99','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x43','\x20','\x18','\x73','\x18','\x18','\x63','\x0c','\x18','\xc3','\x0e','\x19','\x83','\x06','\x1a','\x03','\x06','\x18','\x1f','\x00','\x18','\x06','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x02','\x06','\x06','\x33','\xff','\xff','\xfb','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x36','\xc3','\x06','\x31','\x83','\x06','\x03','\x63','\x06','\x06','\x33','\xfe','\x0c','\x33','\x06','\x30','\x00','\x00','\xc0','\xe8','\x00','\x00','\xc6','\x10','\x08','\xc3','\x0c','\x08','\xc3','\x06','\x10','\xc0','\x43','\x30','\xc0','\x43','\x70','\xc0','\x60','\x60','\xff','\xe0','\x00','\x7f','\xc0','\x0c','\x00','\x70','\x0c','\x44','\x60','\x1a','\x7e','\x60','\x1b','\x44','\x60','\x13','\x44','\x60','\x30','\x44','\x60','\x22','\x44','\x66','\x7f','\x47','\xff','\x48','\x7c','\x66','\x88','\x44','\x66','\x09','\x44','\x66','\xff','\xc4','\x66','\x08','\x44','\x66','\x08','\x44','\x66','\x8a','\x7c','\x66','\x4b','\x44','\x66','\x6a','\x44','\xc6','\x6c','\x44','\xc6','\x68','\x46','\xc6','\x0a','\x5d','\x8e','\x0d','\xf1','\x8c','\xf8','\xc3','\x0c','\x60','\x86','\x7c','\x40','\x18','\x18','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x06','\x80','\x63','\x06','\x80','\x62','\x0c','\x40','\x66','\x0c','\x60','\x64','\x18','\x30','\x68','\x10','\x1c','\x64','\x3f','\xff','\x66','\x43','\x06','\x62','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x03','\x00','\x63','\x03','\x00','\x6f','\x43','\x20','\x66','\x73','\x18','\x60','\x63','\x0c','\x60','\xc3','\x0e','\x61','\x83','\x06','\x62','\x03','\x06','\x60','\x1f','\x00','\x60','\x06','\x00','\x04','\x10','\x00','\x07','\x1c','\x00','\x06','\x18','\x0c','\x06','\x3f','\xfe','\x0c','\x30','\x00','\x0c','\x7f','\xf0','\x18','\x58','\x30','\x18','\x98','\x30','\x39','\x1f','\xf0','\x38','\x18','\x30','\x58','\x18','\x30','\x98','\x1f','\xf0','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x30','\x00','\x18','\x20','\x0c','\x18','\x7f','\xfe','\x18','\x48','\x8c','\x18','\x98','\x8c','\x1b','\x11','\x0c','\x18','\x21','\x1c','\x18','\xc2','\x18','\x18','\x0c','\xf8','\x18','\x00','\x30','\x04','\x43','\x90','\x07','\x33','\x18','\x06','\x13','\x30','\x06','\x83','\x46','\x0c','\xff','\xff','\x0c','\x80','\x06','\x19','\x9f','\xe4','\x19','\x90','\x28','\x38','\x1f','\xe0','\x38','\x00','\x00','\x58','\x7f','\xf8','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x10','\x00','\x18','\x3c','\x78','\x18','\x70','\x1e','\x19','\x80','\x06','\x23','\x21','\xc8','\x3f','\x91','\x8e','\x33','\x19','\x8c','\x33','\x19','\x88','\x33','\x01','\x90','\x33','\x3f','\xfe','\x33','\x03','\x40','\x3f','\x03','\x40','\x33','\x06','\x26','\x33','\x7f','\xff','\x33','\x04','\x10','\x33','\x08','\x18','\x33','\x13','\x8c','\x3f','\x23','\x0f','\x33','\xc3','\x06','\x33','\x3f','\xf8','\x33','\x03','\x18','\x33','\x03','\x18','\x33','\x06','\x18','\x33','\x06','\x18','\x23','\x0c','\x18','\x63','\x08','\x30','\x4f','\x11','\xf0','\x86','\x60','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x60','\x30','\x87','\xf0','\x30','\xfe','\x00','\x30','\xc0','\x00','\x30','\xc0','\x0c','\x30','\xff','\xfe','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\x81','\x80','\x31','\x81','\x80','\x31','\x01','\x80','\x32','\x01','\x80','\x30','\x01','\x80','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x00','\x01','\xc0','\x00','\x31','\x80','\x00','\xf9','\x80','\x07','\xc1','\x80','\x79','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x18','\x7f','\xff','\xfc','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\xc0','\x18','\x00','\xc0','\x38','\x01','\x80','\x30','\x03','\x00','\x70','\x06','\x03','\xe0','\x18','\x00','\xc0','\xe0','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x01','\xc4','\x00','\x41','\x87','\x00','\x31','\x86','\x43','\x19','\x8c','\x7f','\x99','\x88','\x63','\x19','\x90','\x63','\x01','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x7f','\x30','\x0c','\x63','\x3f','\xfc','\x60','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x7c','\x00','\x30','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x02','\x00','\x00','\x83','\x80','\x00','\xc3','\x00','\x20','\xc4','\x0c','\x3f','\xff','\xfe','\x30','\x86','\x0c','\x30','\xe6','\x0c','\x30','\xc6','\x0c','\x31','\x87','\xec','\x33','\x03','\xec','\x3c','\x00','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x10','\x18','\x00','\x1f','\xfc','\x00','\x18','\x18','\x43','\x18','\x18','\x7f','\x98','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x00','\x00','\x63','\x40','\x06','\x63','\x7f','\xff','\x63','\x60','\x06','\x7f','\x60','\x06','\x63','\x60','\x06','\x60','\x7f','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x08','\x1c','\x40','\x06','\x18','\x70','\x23','\x18','\x60','\x23','\x18','\x86','\x7f','\xff','\xff','\x60','\x00','\x06','\xc3','\xff','\xc8','\xc2','\x00','\x40','\x03','\xff','\xc0','\x18','\x00','\x00','\x18','\x00','\x60','\x1f','\xff','\xf0','\x18','\x00','\x04','\x18','\x00','\x06','\x0f','\xff','\xfe','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x03','\x80','\x1c','\x03','\x01','\xfe','\x43','\x3f','\x84','\x33','\x02','\x07','\x1b','\x21','\x86','\x1b','\x18','\x84','\x03','\x08','\x38','\x03','\x00','\x32','\x07','\x7f','\xff','\x1b','\x08','\x30','\xf3','\x04','\x30','\x63','\x06','\x30','\x43','\x06','\x30','\x03','\x38','\xf0','\x03','\x30','\x60','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc3','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x07','\x03','\x00','\x0e','\xe6','\x00','\x0c','\x18','\x00','\x00','\x37','\x80','\x00','\xc0','\xf0','\x07','\x00','\x38','\x78','\x00','\x18','\x1c','\x08','\x18','\x18','\x0f','\xfc','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x19','\x8f','\xf8','\xff','\xcc','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x33','\x00','\x00','\x63','\x20','\x06','\x63','\x3f','\xff','\x63','\x30','\x06','\x66','\x30','\x06','\xd6','\x30','\x06','\xcc','\x3f','\xfe','\x0e','\x30','\x06','\x0b','\x30','\x06','\x1b','\xb0','\x06','\x11','\xb0','\x06','\x21','\xbf','\xfe','\xc0','\x30','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x34','\x1c','\x84','\x63','\x18','\xe8','\x61','\x98','\xc0','\x01','\x98','\x80','\x00','\x19','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x07','\x00','\x1c','\x06','\x01','\xfe','\x06','\x7f','\x80','\x06','\x00','\x04','\x86','\x04','\x07','\x66','\x42','\x06','\x36','\x23','\x0c','\x36','\x31','\x88','\x06','\x19','\x90','\x06','\x18','\x00','\x06','\x00','\x38','\x06','\x00','\x30','\x0e','\x00','\x32','\x16','\xff','\xff','\x36','\x00','\x30','\xe6','\x20','\x30','\x66','\x18','\x30','\x46','\x0c','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x80','\x07','\x18','\x40','\x06','\x18','\x20','\x06','\x18','\x10','\x0c','\x18','\x18','\x0c','\x18','\x0c','\x18','\x18','\x06','\x18','\x18','\x06','\x30','\x18','\x03','\x20','\x18','\x03','\x40','\x18','\x03','\x80','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x60','\x06','\x18','\x18','\x0e','\x18','\x0e','\x0c','\x18','\x07','\x18','\x18','\x03','\x10','\x18','\x43','\x20','\x18','\x70','\x40','\x18','\xe0','\x80','\xf8','\xc0','\x00','\x31','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x30','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\xe0','\x00','\x00','\x00','\x1c','\x10','\x10','\x18','\x1c','\x0c','\x18','\x38','\x06','\x18','\x30','\x03','\x18','\x60','\x03','\x18','\x40','\x00','\x18','\x80','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x18','\x19','\xff','\xfc','\x18','\x06','\x00','\x18','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x06','\x0f','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x1d','\x00','\x18','\x1d','\x00','\x18','\x3c','\x80','\x18','\x3c','\x80','\x18','\x6c','\x40','\x30','\x6c','\x60','\x30','\xcc','\x30','\x31','\x8c','\x38','\x23','\x0c','\x1f','\x66','\x0c','\x0e','\x58','\x0c','\x06','\x40','\x0c','\x00','\x80','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x80','\x30','\xe0','\xe0','\x38','\xc8','\xc0','\x34','\xcc','\xc0','\x36','\xc8','\x86','\x32','\xd1','\xff','\x30','\xc1','\x10','\x37','\xfb','\x1c','\x34','\x0a','\x98','\x34','\x0c','\x98','\x35','\xe8','\x98','\x35','\x28','\x50','\x25','\x28','\x70','\x25','\x28','\x20','\x25','\x28','\x70','\x65','\xe8','\x50','\x44','\x08','\xd8','\x44','\x08','\x8f','\x84','\x79','\x0e','\x04','\x36','\x06','\x03','\x80','\x10','\x03','\x00','\x1c','\x03','\x30','\x38','\x7f','\xf8','\x30','\x10','\x40','\x60','\x08','\x70','\xc0','\x0c','\x63','\x08','\x0c','\x80','\x0e','\xff','\xfc','\x1c','\x00','\x00','\x18','\x3f','\xf0','\x30','\x30','\x30','\x60','\x30','\x30','\xc0','\x3f','\xf3','\x00','\x30','\x30','\x04','\x30','\x30','\x07','\x3f','\xf0','\x0e','\x03','\x00','\x0c','\x03','\x0c','\x18','\xff','\xfe','\x30','\x03','\x00','\x60','\x03','\x00','\xc0','\x03','\x03','\x00','\x03','\x0c','\x00','\x00','\x00','\xc0','\x07','\xff','\xe0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x02','\x00','\x00','\x14','\x04','\x03','\x18','\x87','\xff','\x98','\x86','\x03','\x18','\x8c','\x03','\x7e','\x88','\x03','\x18','\x50','\x06','\x18','\x40','\x06','\x18','\x60','\x04','\xff','\x20','\x0c','\x18','\x30','\x08','\x18','\x30','\x18','\x18','\x18','\x10','\x18','\x9c','\x23','\xff','\xcf','\x40','\x18','\x0e','\x80','\x18','\x06','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x11','\x80','\x0d','\x9d','\xa0','\xff','\xd9','\x98','\x0c','\x19','\x8c','\x0c','\x19','\x86','\x0c','\x31','\x87','\x0c','\x31','\x83','\x0d','\x21','\x90','\x1e','\x61','\x9c','\xfc','\x41','\x98','\x6c','\x8f','\xb0','\x4c','\x03','\x30','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x7c','\x30','\x00','\x18','\xc0','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0d','\x83','\x06','\xff','\xc6','\x06','\x0c','\x06','\x06','\x0c','\x04','\x0e','\x0c','\x0c','\x0c','\x0c','\x88','\x7c','\x0f','\x10','\x18','\x1e','\x20','\x00','\xfc','\xd0','\x0c','\x6c','\x1f','\xfe','\x4c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x7c','\x1f','\xfc','\x18','\x18','\x0c','\x04','\x1c','\x40','\x03','\x18','\x70','\x01','\x98','\x60','\x11','\x98','\xc0','\x10','\x19','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x61','\xff','\x84','\x61','\x00','\x88','\x01','\x00','\x80','\x01','\xff','\x80','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x1f','\xf8','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x0c','\x19','\xff','\xfe','\x18','\x06','\x00','\x19','\x06','\x18','\xff','\xff','\xfc','\x18','\x06','\x18','\x18','\x06','\x1a','\x19','\xff','\xff','\x18','\x06','\x18','\x1a','\x06','\x18','\x1c','\xff','\xf8','\xf8','\x06','\x18','\x78','\x86','\x00','\x58','\xe6','\x00','\x18','\xc6','\x0c','\x18','\xc7','\xfe','\x18','\xc6','\x00','\x18','\xa6','\x00','\x19','\x96','\x00','\x19','\x0e','\x00','\xfa','\x07','\xff','\x34','\x01','\xfe','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x60','\x30','\x01','\xf1','\xc0','\x07','\x81','\x80','\x39','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x06','\x41','\xbf','\xff','\x7f','\xc3','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x86','\x06','\x61','\x86','\x0e','\x61','\x8c','\x0c','\x7f','\x98','\x7c','\x61','\xe0','\x18','\x61','\x80','\x00','\x61','\x90','\x06','\x61','\x9f','\xff','\x61','\x98','\x06','\x61','\x98','\x06','\x61','\x98','\x06','\x7f','\x98','\x06','\x61','\x98','\x06','\x60','\x18','\x06','\x00','\x1f','\xfe','\x00','\x18','\x06','\x00','\x18','\x06','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x40','\xc2','\x06','\x7f','\xe3','\xff','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x7f','\xc3','\xfe','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x7f','\xc3','\xfe','\x60','\xc3','\x06','\x0e','\x00','\x40','\x0c','\x08','\x40','\x0c','\x0e','\x40','\x0c','\x0c','\x40','\x0d','\x8c','\x20','\xff','\xd8','\x20','\x0c','\x18','\x30','\x0c','\x10','\x18','\x0c','\x30','\x1c','\x1c','\x20','\x0f','\x1e','\x44','\x06','\x1d','\x87','\x00','\x3c','\xc6','\x00','\x2c','\xc6','\x00','\x2c','\x04','\x00','\x6c','\x0c','\x00','\x4c','\x0c','\x20','\x8c','\x08','\x10','\x0c','\x08','\x18','\x0c','\x10','\x0c','\x0c','\x10','\xfc','\x0c','\xff','\x86','\x0c','\x78','\x06','\x0c','\x40','\x06','\x0e','\x01','\xc4','\x0c','\x41','\x87','\x0c','\x31','\x86','\x0c','\x19','\x8c','\x0d','\x99','\x88','\xff','\xd9','\x90','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x1e','\x30','\x0c','\x1d','\x30','\x0c','\x1d','\xb0','\x0c','\x3d','\xbf','\xfc','\x2c','\x30','\x0c','\x2c','\x30','\x0c','\x6c','\x30','\x0c','\x4c','\x3f','\xfc','\x8c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x7c','\x0c','\x30','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0d','\x88','\x20','\xff','\xc4','\x30','\x0c','\x06','\x20','\x0c','\x02','\x46','\x0c','\xff','\xff','\x1e','\x00','\x00','\x1d','\x1f','\xf8','\x1d','\x98','\x18','\x3d','\x98','\x18','\x2c','\x1f','\xf8','\x2c','\x18','\x18','\x6c','\x18','\x18','\x4c','\x1f','\xf8','\x8c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x08','\x40','\x18','\x0e','\x70','\x18','\x0c','\x60','\x18','\x18','\x40','\x1b','\x10','\x86','\xff','\xbf','\xff','\x18','\x70','\xc0','\x18','\xb0','\xc0','\x19','\x3f','\xfc','\x3c','\x30','\xc0','\x3b','\x30','\xc0','\x39','\xb0','\xc0','\x39','\xbf','\xfc','\x78','\x30','\xc0','\x58','\x30','\xc0','\x58','\x30','\xc6','\x98','\x3f','\xff','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x44','\x88','\x18','\x44','\x46','\x18','\xcc','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x10','\x00','\x00','\x0c','\x00','\x06','\x06','\xff','\xff','\x06','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x80','\x0c','\x06','\x60','\x0c','\x0e','\x32','\x18','\x0c','\x32','\x10','\x7c','\x04','\x20','\x18','\x04','\x40','\x00','\x0d','\xa0','\x0c','\x08','\x3f','\xfe','\x18','\x30','\x0c','\x18','\x30','\x0c','\x30','\x30','\x0c','\xf0','\x30','\x0c','\x70','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x3f','\xfc','\x38','\x30','\x0c','\x18','\x30','\x0c','\x10','\x01','\xc4','\x0c','\x41','\x87','\x06','\x31','\x86','\x06','\x19','\x8c','\x00','\x19','\x88','\x00','\x19','\x90','\x80','\x01','\x80','\x60','\x21','\x8c','\x32','\x3f','\xfe','\x32','\x30','\x0c','\x04','\x30','\x0c','\x04','\x30','\x0c','\x0c','\x3f','\xfc','\x08','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x30','\x3f','\xfc','\xf0','\x30','\x0c','\x70','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x38','\x30','\x7c','\x18','\x30','\x18','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x73','\x0c','\x00','\x63','\xfe','\x00','\x63','\x00','\x80','\x63','\x00','\x60','\x63','\x00','\x32','\x63','\x06','\x33','\xff','\xff','\x04','\x03','\x00','\x04','\x43','\x10','\x0c','\x73','\x0c','\x08','\x63','\x06','\x18','\xc3','\x23','\x18','\x83','\x3b','\x31','\x1f','\x70','\xf2','\x06','\x60','\x70','\x00','\xc0','\x30','\x01','\x80','\x30','\x03','\x00','\x30','\x0c','\x00','\x38','\x30','\x00','\x19','\xc0','\x00','\x10','\x38','\x86','\x0c','\x30','\xff','\x06','\x30','\xc6','\x06','\x30','\xc6','\x00','\x32','\xc6','\x03','\xff','\xc6','\x80','\x30','\xc6','\x60','\x30','\xfe','\x30','\x30','\xc6','\x34','\x78','\xc6','\x04','\x74','\xc6','\x04','\x76','\xc6','\x08','\xf6','\xc6','\x08','\xb0','\xc6','\x19','\xb0','\xfe','\x11','\x30','\xc6','\x32','\x30','\xc6','\xf4','\x30','\xc6','\x70','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xfe','\x38','\x30','\xc6','\x18','\x30','\xc6','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x81','\x80','\x0c','\xc1','\x80','\x2c','\x99','\x98','\x2d','\x18','\x18','\x2e','\x18','\x18','\x6c','\xff','\xff','\x6c','\x18','\x18','\xcc','\x18','\x18','\xcc','\x18','\x18','\x0c','\x00','\x00','\x0c','\x7f','\xfe','\x0c','\x0c','\x60','\x1a','\x0c','\x60','\x19','\x8c','\x60','\x18','\xcc','\x60','\x10','\xd8','\x62','\x30','\x18','\x62','\x20','\x30','\x63','\x40','\x60','\x7f','\x81','\x80','\x3e','\x01','\x02','\x00','\x01','\xc3','\x80','\x03','\x83','\x00','\x03','\x02','\x00','\x06','\x04','\x18','\x0f','\xff','\xfc','\x1c','\x0c','\x00','\x2c','\x0c','\x00','\xcc','\x0c','\x30','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x30','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0f','\xff','\xfe','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x00','\x00','\x06','\x41','\xbf','\xff','\x7f','\xc3','\x06','\x61','\x83','\x06','\x61','\x82','\x06','\x61','\x86','\x06','\x61','\x84','\x0c','\x61','\x88','\x7c','\x7f','\x90','\x18','\x61','\xe0','\x00','\x61','\x88','\x0c','\x61','\x8f','\xfe','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x7f','\x8c','\x0c','\x61','\x8f','\xfc','\x00','\x0c','\x0c','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x8c','\x00','\x00','\x4c','\x00','\x00','\x6c','\x00','\x0c','\x6c','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1c','\x73','\x00','\xfc','\x63','\x00','\x6c','\x63','\x18','\x4c','\x63','\xfc','\x0c','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x10','\x63','\x00','\x30','\x63','\x00','\x20','\x63','\x00','\x40','\x63','\x06','\x87','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x04','\x18','\x00','\x07','\x18','\x60','\x0e','\x18','\x18','\x0c','\x18','\x8e','\x18','\x18','\xe7','\x30','\xf9','\xc3','\x60','\x33','\x80','\x80','\x06','\x00','\x00','\x18','\x00','\x00','\x60','\x30','\x03','\xff','\xf8','\x0f','\x00','\x30','\xf3','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x00','\x00','\xe4','\x01','\x90','\xc7','\xff','\xc8','\xc6','\x0c','\x0c','\xcc','\x0c','\x0c','\xc8','\x0c','\x0c','\xd0','\x0c','\x00','\xc0','\x18','\x10','\xc6','\x18','\x1f','\xff','\x11','\x98','\x06','\x3f','\xd8','\x06','\x39','\x98','\x06','\x79','\x9f','\xfe','\x59','\x98','\x06','\x99','\x98','\x06','\x19','\x98','\x06','\x19','\x9f','\xfe','\x19','\x98','\x06','\x19','\x98','\x06','\x1f','\x98','\x06','\x19','\x98','\x06','\x19','\x98','\x06','\x18','\x18','\x3e','\x00','\x18','\x0c','\x00','\x08','\x40','\x01','\x8e','\x70','\xff','\xcc','\x60','\x18','\x18','\x40','\x18','\x10','\x8c','\x18','\x3f','\xfe','\x18','\x70','\x80','\x10','\xb0','\x80','\x33','\x3f','\xfc','\x3f','\xb0','\x80','\x33','\x30','\x80','\x73','\x30','\x80','\x73','\x3f','\xfc','\xb3','\x30','\x80','\x33','\x30','\x80','\x33','\x30','\x86','\x33','\x3f','\xff','\x33','\x30','\x00','\x3f','\x00','\x00','\x33','\x24','\x88','\x30','\x24','\x46','\x30','\x4c','\x63','\x01','\xcc','\x63','\x01','\x8c','\x63','\x0e','\x00','\x10','\x0c','\x10','\x1c','\x0c','\x0c','\x18','\x0c','\x06','\x30','\x0d','\x86','\x20','\xff','\xc0','\x4c','\x01','\xbf','\xfe','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\x8c','\x0e','\x3f','\xfe','\x0d','\x81','\x80','\x1c','\xc1','\x80','\x2c','\xc1','\x80','\xcc','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x01','\x82','\x00','\x0f','\xc3','\x80','\xfc','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xcc','\x06','\xff','\xff','\xff','\x0c','\x11','\x80','\x0c','\x21','\x80','\x0c','\x41','\x80','\x1e','\x01','\x80','\x1d','\x91','\x90','\x1c','\xdd','\x88','\x3c','\xd9','\x84','\x2c','\x19','\x86','\x6c','\x31','\x86','\x4c','\x31','\x83','\x8c','\x21','\x83','\x0c','\x41','\x83','\x0c','\x81','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x01','\x01','\x80','\x00','\x81','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x10','\x62','\x06','\x3f','\xf7','\xff','\x22','\x04','\x40','\x41','\x08','\x30','\x81','\x90','\x30','\x01','\x80','\x00','\x00','\x00','\xf0','\x00','\x1f','\xf8','\x3f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc0','\xc0','\x01','\x80','\x70','\x07','\x00','\x3f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4d','\x01','\x80','\x4d','\xa1','\x86','\x6d','\xbf','\xff','\x2d','\x30','\x00','\x2e','\x30','\x00','\x0c','\x30','\xe0','\xff','\xf0','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x1e','\x30','\xcc','\x1d','\x37','\xfe','\x1d','\xb0','\xc0','\x3d','\xb0','\xc0','\x2c','\x30','\xc0','\x2c','\x30','\xc0','\x6c','\x60','\xc0','\x4c','\x60','\xc0','\x8c','\x40','\xc0','\x0c','\xc0','\xc0','\x0c','\x80','\xc6','\x0d','\x1f','\xff','\x0c','\x00','\x00','\x08','\x00','\x00','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x08','\x03','\x06','\x92','\x03','\x06','\x63','\x83','\x06','\x33','\x02','\x06','\x36','\x06','\x0e','\x04','\x04','\x0c','\x09','\x08','\x7c','\x10','\x90','\x18','\xff','\xc0','\x00','\x7c','\xc0','\x00','\x4c','\xd0','\x0c','\x0c','\x1f','\xfe','\x4c','\x18','\x0c','\x7e','\x18','\x0c','\x6d','\x98','\x0c','\x6c','\xd8','\x0c','\x4c','\xd8','\x0c','\x4c','\x18','\x0c','\x8c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\x1c','\x00','\x10','\x18','\x20','\x0c','\x18','\x38','\x06','\x18','\x70','\x07','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\x00','\x1c','\x06','\x01','\xfe','\x46','\x7f','\x84','\x26','\x02','\x07','\x36','\x21','\x86','\x36','\x18','\xc4','\x36','\x0c','\xc8','\x06','\x0c','\x30','\x06','\x00','\x32','\x06','\xff','\xff','\x0e','\x00','\x30','\xf6','\x10','\x30','\x66','\x0c','\x30','\x46','\x06','\x30','\x06','\x06','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x02','\x04','\x00','\x03','\x87','\x00','\x03','\x06','\x18','\x07','\xff','\xfc','\x06','\x04','\x00','\x0e','\x04','\x00','\x1f','\xff','\xf0','\x36','\x04','\x00','\x46','\x04','\x00','\x07','\xff','\xf0','\x06','\x04','\x00','\x06','\x04','\x06','\x07','\xff','\xff','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x08','\x03','\x00','\x0e','\x1f','\x8c','\x1d','\xf8','\x7e','\x18','\x18','\x00','\x30','\x18','\x80','\x23','\xff','\xc0','\x48','\x18','\x00','\x8e','\x18','\x06','\x0d','\xff','\xff','\x19','\x18','\x98','\x19','\x18','\x98','\x39','\xff','\x98','\x39','\x18','\x98','\x59','\x18','\x98','\x99','\xff','\x98','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\xff','\x98','\x18','\x18','\x18','\x18','\x19','\x98','\x1b','\xfe','\x18','\x19','\xe0','\x18','\x19','\x00','\xf8','\x18','\x00','\x30','\x04','\x1c','\x40','\x03','\x18','\x70','\x11','\x98','\x60','\x11','\x98','\x86','\x1f','\xff','\xff','\x30','\x00','\x06','\x30','\x00','\x04','\x63','\xff','\xc8','\x63','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe8','\x20','\x01','\xc4','\x38','\x03','\x84','\x30','\x0d','\x82','\x40','\x31','\x81','\x80','\xc1','\x8c','\xe0','\x1f','\xf0','\x7e','\x0f','\x00','\x3c','\x08','\x00','\x0c','\x03','\x04','\x20','\x7f','\x87','\x20','\x00','\x06','\x20','\x00','\x06','\x20','\x01','\x84','\x10','\xff','\xcc','\x10','\x00','\x0c','\x18','\x00','\x08','\x18','\x03','\x18','\x0c','\x7f','\x92','\x0f','\x00','\x23','\x86','\x00','\x43','\x00','\x03','\x03','\x00','\x7f','\x83','\x00','\x00','\x03','\x00','\x00','\x02','\x00','\x43','\x02','\x20','\x7f','\x86','\x10','\x63','\x04','\x18','\x63','\x04','\x0c','\x63','\x04','\x7c','\x63','\x3f','\xc6','\x7f','\x1c','\x06','\x63','\x10','\x06','\x03','\x00','\x00','\x7f','\x80','\x06','\x00','\x3f','\xff','\x00','\x00','\xc0','\x01','\x80','\xc0','\xff','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x1c','\xc0','\x7f','\x98','\xc0','\x00','\x18','\xcc','\x00','\x18','\xfe','\x03','\x18','\xc0','\x7f','\x98','\xc0','\x00','\x18','\xc0','\x00','\x18','\xc0','\x43','\x18','\xc0','\x7f','\x98','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc6','\x7f','\x7f','\xff','\x63','\x00','\x00','\x03','\x00','\x00','\x7f','\x80','\x06','\x00','\x3f','\xff','\x00','\x03','\x06','\x01','\x83','\x06','\xff','\xc3','\x06','\x00','\x06','\x06','\x00','\x06','\x0e','\x03','\x0c','\x0c','\x7f','\x88','\x7c','\x00','\x10','\x18','\x00','\x60','\x00','\x03','\x00','\x00','\x7f','\x90','\x0c','\x00','\x1f','\xfe','\x00','\x18','\x0c','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x7f','\x18','\x0c','\x63','\x18','\x0c','\x03','\x08','\x10','\x7f','\x86','\x1c','\x00','\x03','\x18','\x00','\x03','\x10','\x01','\x80','\x26','\xff','\xdf','\xff','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xcc','\x00','\x1f','\xfe','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\x43','\x3f','\xff','\x7f','\x80','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x7f','\x00','\xc0','\x63','\x00','\xc0','\x00','\x80','\x00','\x01','\xc1','\x80','\x01','\xff','\xc0','\x03','\x03','\x00','\x06','\x04','\x18','\x0f','\xff','\xfc','\x1c','\x18','\x18','\x2c','\x18','\x18','\xcc','\x18','\x18','\x0f','\xff','\xf8','\x0c','\x1c','\x00','\x00','\x38','\x08','\x00','\xec','\x0e','\x07','\x04','\x1c','\x78','\x0e','\x30','\x00','\x37','\x40','\x00','\xc6','\x80','\x07','\x0e','\xc0','\x78','\x16','\x60','\x00','\x66','\x38','\x01','\x86','\x1f','\x0e','\x0e','\x0e','\x70','\x7c','\x06','\x00','\x18','\x00','\x04','\x1c','\x40','\x03','\x18','\x70','\x11','\x98','\x60','\x11','\x98','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x63','\xff','\xc4','\x62','\x00','\x48','\x03','\xff','\xc0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x80','\x00','\x03','\xc1','\xe0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x03','\x80','\x3c','\x43','\x3f','\xfe','\x33','\x11','\x04','\x1b','\x08','\x86','\x1b','\x08','\x88','\x03','\x00','\x30','\x03','\x7f','\xff','\x07','\x10','\x30','\xfb','\x0c','\x30','\x63','\x04','\x30','\x43','\x01','\xf0','\x03','\x00','\x60','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x66','\x00','\x10','\x66','\x18','\x1f','\xff','\xfc','\x18','\xc6','\x18','\x1f','\x03','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc0','\xc0','\x08','\x60','\xc0','\x18','\x60','\xc0','\x10','\x00','\xc0','\x21','\x8e','\xc0','\x3f','\xcc','\xc0','\x46','\x0c','\xc0','\x86','\x0c','\xcc','\x06','\xcc','\xfe','\x7f','\xec','\xc0','\x06','\x0c','\xc0','\x46','\x8c','\xc0','\x26','\xec','\xc0','\x36','\xcc','\xc0','\x36','\x8c','\xc0','\x37','\x0c','\xc0','\x06','\x0c','\xc0','\x06','\xcc','\xc6','\xff','\x0c','\xc6','\x78','\x7f','\xff','\x40','\x00','\x00','\x06','\x00','\x18','\x06','\x00','\xfc','\x0d','\x0f','\xc0','\x0c','\x80','\xc0','\x08','\xc0','\xc6','\x18','\x7f','\xff','\x10','\x60','\xc0','\x21','\x88','\xc4','\x3f','\xcf','\xfe','\x46','\x08','\xc4','\x86','\x08','\xc4','\x06','\xcf','\xfc','\x7f','\xe8','\xc4','\x06','\x08','\xc4','\x46','\x8f','\xfc','\x26','\xe8','\xc4','\x36','\xc0','\xc0','\x36','\x80','\xcc','\x37','\x1f','\xfe','\x06','\x00','\xc0','\x07','\xc0','\xc0','\xfe','\x00','\xc6','\x70','\x3f','\xff','\x40','\x00','\x00','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc4','\x0c','\xdf','\xfe','\x08','\x64','\x10','\x18','\x62','\x10','\x10','\x02','\x22','\x21','\xbf','\xff','\x3f','\xc0','\x00','\x46','\x08','\x04','\x86','\x0f','\xfe','\x06','\xc8','\xc4','\x7f','\xe8','\xc4','\x06','\x0f','\xfc','\x46','\x88','\xc4','\x26','\xe8','\xc4','\x36','\xcf','\xfc','\x36','\x80','\xc0','\x37','\x00','\xc4','\x06','\x1f','\xfe','\x07','\xc0','\xc0','\xfe','\x00','\xc2','\x70','\x3f','\xff','\x40','\x00','\x00','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x01','\x8c','\x63','\x7f','\xfe','\x62','\x08','\x20','\x66','\x04','\x30','\x64','\x06','\x20','\x68','\x02','\x46','\x64','\xff','\xff','\x66','\x00','\x00','\x62','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x6f','\x1f','\xf8','\x66','\x01','\x80','\x60','\x01','\x86','\x60','\xff','\xff','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x1d','\xc0','\xe4','\x19','\x88','\xc7','\x19','\x84','\xc6','\xff','\xf6','\xcc','\x19','\x86','\xc8','\x19','\x86','\xd0','\x1f','\x80','\xc0','\x06','\x04','\xcc','\x46','\x67','\xfe','\x7f','\xf6','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x67','\xfc','\x66','\x66','\x0c','\x7f','\xe6','\x0c','\x66','\x66','\x0c','\x06','\x07','\xfc','\x06','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x3c','\x06','\x06','\x18','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x30','\x00','\x3f','\xf8','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\x18','\x00','\x01','\x18','\x00','\x00','\x98','\x00','\x00','\x98','\x00','\x00','\x58','\x00','\x00','\x70','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x6c','\x00','\x00','\xc7','\x00','\x01','\x83','\xe0','\x06','\x00','\xff','\x18','\x00','\x3e','\xe0','\x00','\x0e','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x14','\x08','\x01','\x98','\x0e','\x7f','\xd8','\x0c','\x01','\x9c','\x18','\x01','\x9a','\x30','\x03','\x19','\x40','\x03','\x19','\x80','\x06','\x18','\xc0','\x04','\x18','\x60','\x08','\x18','\x38','\x10','\x18','\x1f','\x20','\x18','\x0e','\xc0','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x0f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x6c','\x7f','\xff','\xfe','\x00','\xda','\x00','\x01','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x10','\x00','\x00','\x10','\x00','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x30','\x00','\x04','\x60','\x00','\x08','\x60','\x00','\x00','\x01','\x03','\x00','\x01','\xff','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x02','\x18','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x00','\x30','\x07','\x01','\xf8','\x06','\x3f','\x80','\xe6','\x01','\x80','\xc6','\x01','\x8c','\xc6','\x7f','\xfe','\xc6','\x11','\x88','\xc6','\x11','\x88','\xc6','\x11','\x88','\xc6','\xff','\xff','\xc6','\x11','\x88','\xc6','\x11','\x88','\xc6','\x11','\x88','\xc6','\x7f','\xfe','\xc6','\x03','\x80','\xc6','\x03','\xc0','\xc6','\x07','\xb0','\xc6','\x05','\x98','\x06','\x0d','\x8c','\x06','\x19','\x8c','\x06','\x31','\x80','\x06','\xc1','\x80','\x06','\x01','\x80','\x3e','\x01','\x80','\x0c','\x00','\x01','\xc0','\x1c','\x01','\x90','\x18','\x01','\x8c','\x18','\x01','\x84','\x18','\x01','\x80','\x18','\x81','\x86','\x18','\xff','\xff','\xff','\xc1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x88','\x18','\xcd','\x8e','\x18','\xfe','\x8c','\x18','\xcc','\xcc','\x18','\xcc','\xc8','\x19','\xcc','\xd8','\x1e','\xcc','\x50','\xf8','\xcc','\x70','\x70','\x8c','\x22','\x41','\x8c','\x72','\x01','\x3c','\x52','\x03','\x18','\x9a','\x02','\x01','\x0e','\x04','\x02','\x07','\x18','\x0c','\x03','\x00','\x10','\x30','\x0e','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x0d','\x98','\x30','\xff','\xd8','\x30','\x0c','\x1f','\xf0','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x18','\x00','\x0d','\x10','\x06','\x0e','\x3f','\xff','\x1c','\x44','\x46','\xf8','\x8c','\xc6','\x63','\x08','\x86','\x40','\x11','\x86','\x00','\x21','\x0e','\x00','\xc2','\x0c','\x00','\x04','\x1c','\x00','\x18','\xf8','\x00','\x00','\x30','\x00','\x03','\x80','\x1c','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x10','\x00','\x18','\x1c','\x60','\xff','\x38','\x1c','\x18','\x60','\x0e','\x19','\x88','\x46','\x18','\x7f','\xf8','\x18','\x08','\x40','\x18','\x08','\x40','\x18','\x7f','\xf8','\x18','\x08','\x40','\x1e','\x08','\x46','\xf9','\xff','\xff','\x60','\x1c','\x88','\x40','\x38','\x8c','\x00','\x78','\x58','\x01','\x98','\x60','\x0e','\x19','\xb0','\x00','\xfe','\x1f','\x00','\x70','\x0e','\x00','\x40','\x06','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x8c','\x18','\x7f','\xfe','\x18','\x08','\x00','\x1b','\x0e','\x60','\xff','\x9c','\x1c','\x33','\x30','\x0e','\x33','\xc4','\x46','\x33','\x3f','\xf8','\x33','\x04','\x40','\x63','\x04','\x40','\x66','\x3f','\xf8','\x66','\x04','\x40','\x66','\x04','\x46','\xd4','\xff','\xff','\xce','\x0c','\x88','\x0b','\x18','\x8c','\x1b','\x38','\x58','\x10','\x68','\x60','\x31','\x89','\xb0','\x26','\x7e','\x1f','\x40','\x38','\x0e','\x80','\x20','\x06','\x00','\x1c','\x40','\x04','\x18','\x70','\x03','\x18','\x60','\x11','\x98','\x40','\x11','\x98','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x63','\xff','\xc8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x84','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x88','\x2e','\x3f','\xfc','\x2d','\x01','\x80','\x2d','\x81','\x82','\x6d','\xff','\xff','\x6d','\x80','\x00','\x4c','\x10','\x18','\xcc','\x1f','\xfc','\xcc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x78','\x0c','\x18','\x30','\x1c','\x00','\x06','\x18','\xff','\xff','\x18','\x03','\x00','\x18','\x02','\x00','\x18','\x1f','\xf0','\x1b','\x10','\x10','\xff','\x9f','\xf0','\x18','\x10','\x10','\x18','\x9f','\xf0','\x18','\x90','\x16','\x19','\xff','\xff','\x1f','\x82','\x04','\xf9','\xad','\x88','\x78','\x2c','\xa6','\x58','\xcc','\x33','\x18','\xc7','\xf3','\x18','\x08','\x00','\x18','\x0f','\xf0','\x18','\x18','\x60','\x18','\x24','\xc0','\x18','\xc3','\x80','\x18','\x06','\xe0','\xf8','\x38','\x3f','\x31','\xc0','\x06','\x00','\x40','\x00','\x00','\x60','\xc0','\x00','\xff','\xe0','\x01','\x81','\xc0','\x03','\x43','\x80','\x06','\x27','\x00','\x18','\x1c','\x00','\x60','\x36','\x00','\x00','\xe3','\xc0','\x03','\x00','\xff','\x1c','\x00','\x3e','\xe0','\x1c','\x0e','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x86','\x0c','\x3f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x09','\x80','\x1d','\x89','\x80','\x1c','\xc9','\x80','\x3c','\xc5','\x80','\x2c','\x05','\x80','\x2c','\x07','\x00','\x6c','\x03','\x00','\x4c','\x03','\x80','\x8c','\x02','\x80','\x0c','\x06','\xc0','\x0c','\x04','\x60','\x0c','\x08','\x38','\x0c','\x10','\x1f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x60','\x06','\x3f','\xf0','\x00','\x20','\xc0','\x00','\x40','\x80','\x80','\x81','\x18','\x60','\x7f','\xfc','\x32','\x03','\x18','\x32','\x03','\x18','\x04','\x03','\x1a','\x07','\xff','\xff','\x0c','\x03','\x18','\x08','\x03','\x18','\x18','\x03','\x18','\x18','\x7f','\xf8','\x30','\x03','\x18','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x1f','\x00','\x18','\x06','\x00','\x03','\x83','\x80','\x03','\x03','\x20','\x03','\x03','\x18','\x03','\x03','\x0c','\x43','\x03','\x0c','\x33','\x03','\x00','\x1b','\x03','\x00','\x1b','\x03','\x06','\x03','\x7f','\xff','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x02','\x80','\x07','\x06','\x80','\x1b','\x06','\x80','\xf3','\x06','\x40','\x63','\x04','\x40','\x43','\x0c','\x60','\x03','\x0c','\x20','\x03','\x08','\x30','\x03','\x18','\x18','\x03','\x10','\x1f','\x03','\x20','\x0e','\x03','\x40','\x06','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc3','\xff','\xc8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x8c','\x0c','\x7f','\xfe','\x0c','\x08','\x00','\x0c','\x0e','\x30','\x0d','\x0c','\x0c','\xff','\x9a','\x46','\x0c','\x62','\x46','\x0c','\x1f','\xf8','\x1e','\x02','\x40','\x1d','\x82','\x40','\x1c','\xdf','\xf8','\x3c','\xc2','\x40','\x2c','\x02','\x46','\x2c','\x7f','\xff','\x6c','\x06','\x44','\x4c','\x0c','\x46','\x8c','\x1c','\x2c','\x0c','\x64','\x30','\x0d','\x84','\xd8','\x0c','\x3f','\x1c','\x0c','\x1c','\x0f','\x0c','\x10','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\xc0','\x1f','\xff','\xe0','\x00','\x01','\x80','\x00','\x16','\x18','\x01','\x98','\x3c','\x7f','\xd8','\x60','\x01','\x99','\x80','\x03','\x1e','\x00','\x06','\x19','\x80','\x0c','\x18','\xf0','\x30','\xf8','\x3f','\xc0','\x30','\x0e','\x00','\x00','\x00','\x3f','\xff','\xfc','\x00','\x00','\x00','\x10','\x82','\x08','\x20','\xc1','\x06','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x8c','\x00','\x3f','\xfe','\x03','\x08','\x00','\xff','\x8e','\x30','\x00','\x0c','\x0c','\x00','\x1a','\x46','\x06','\x62','\x46','\x7f','\x1f','\xf8','\x00','\x02','\x40','\x00','\x02','\x40','\x06','\x1f','\xf8','\x7f','\x02','\x40','\x00','\x02','\x46','\x00','\x7f','\xff','\x46','\x06','\x44','\x7f','\x0c','\x46','\x66','\x1c','\x2c','\x66','\x34','\x30','\x66','\xc4','\xd8','\x66','\x3f','\x1c','\x7e','\x1c','\x0f','\x66','\x10','\x06','\x00','\xc0','\xe0','\xff','\xe0','\xc0','\x0a','\x00','\xc6','\x0a','\x1f','\xff','\x0a','\x04','\x10','\x4a','\x47','\x0c','\x7f','\xc6','\x06','\x6a','\xd9','\x26','\x6a','\xc1','\x20','\x6a','\xcf','\xfc','\x6a','\xc1','\x20','\x6b','\xc1','\x20','\x70','\xcf','\xfc','\x60','\xc1','\x20','\x60','\xc1','\x22','\x60','\xff','\xff','\x7f','\xc3','\x44','\x60','\xc6','\x46','\x60','\xce','\x2c','\x60','\xf2','\x30','\x60','\xc2','\xd8','\x7f','\xdf','\x1c','\x60','\xcc','\x0f','\x60','\x08','\x06','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x08','\xc0','\x0c','\x88','\xc6','\x08','\xcf','\xff','\x18','\xd8','\x06','\x10','\x18','\x04','\x21','\x80','\x00','\x3f','\xc0','\x06','\x46','\x1f','\xff','\x86','\x00','\xc0','\x06','\xc0','\xc0','\x7f','\xe0','\xc0','\x06','\x08','\xcc','\x06','\x8e','\xfe','\x46','\xec','\xc0','\x26','\xcc','\xc0','\x36','\x8c','\xc0','\x37','\x0c','\xc0','\x06','\x0a','\xc0','\x07','\x99','\xc0','\xfe','\x10','\xe0','\x70','\x20','\x7f','\x40','\xc0','\x1e','\x00','\x80','\x0c','\x00','\xff','\xfe','\x44','\xc0','\x0c','\x7e','\xc0','\x0c','\x64','\xff','\xfc','\x64','\xc0','\x0c','\x64','\xc0','\x30','\x64','\xc1','\xf8','\x64','\xdf','\x00','\x64','\xc1','\x00','\x64','\xdf','\xf8','\x64','\xd1','\x08','\x64','\x91','\x08','\x64','\x9f','\xf8','\x65','\x81','\x00','\x7d','\x41','\x06','\x61','\x7f','\xff','\x63','\x61','\x06','\x02','\x61','\x26','\x06','\x61','\xd6','\x04','\x6f','\x16','\x08','\x64','\x06','\x10','\x60','\x1e','\x00','\x60','\x0c','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x09','\x98','\xff','\x8f','\xfc','\x18','\x0c','\x18','\x18','\xec','\x18','\x18','\xcc','\x18','\x18','\xcf','\xf8','\x18','\xcc','\x18','\x18','\xcc','\x18','\x18','\xcc','\x18','\x18','\xcf','\xf8','\x19','\xcc','\x18','\x1e','\xcc','\x18','\xf8','\xcc','\x18','\x60','\xcf','\xf8','\x40','\xc0','\x00','\x00','\xc0','\x06','\x00','\xff','\xff','\x00','\xc0','\x00','\x06','\x04','\x00','\x06','\x07','\x00','\x0d','\x06','\x00','\x0c','\x86','\x00','\x18','\xcc','\x06','\x16','\xcf','\xff','\x26','\x10','\xc0','\x46','\x20','\xc0','\xbf','\xc8','\xc6','\x30','\xcf','\xff','\x30','\xcc','\xc6','\x3f','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xcc','\xc6','\x3f','\xcc','\xc6','\x30','\xcc','\xc6','\x31','\x0c','\xc6','\x30','\x8c','\xc6','\x30','\xcc','\xde','\x33','\x6c','\xcc','\xfc','\x60','\xc0','\x70','\x60','\xc0','\x40','\x00','\xc0','\x0e','\x01','\xd0','\x0c','\x01','\x8c','\x0c','\x01','\x86','\x0c','\x01','\x86','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x80','\x0e','\x01','\x80','\x0c','\x0d','\x80','\x1d','\xfe','\xc0','\xfc','\x30','\xc0','\x6c','\x30','\xc0','\x4c','\x30','\xc0','\x0c','\x30','\x60','\x0c','\x30','\x62','\x0c','\x32','\x62','\x0c','\x3c','\x32','\x0d','\xf0','\x3a','\x0c','\xe0','\x1f','\x7c','\x80','\x0f','\x18','\x00','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x01','\x80','\xff','\x81','\x80','\x0c','\x09','\x98','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x1e','\x6c','\x18','\x1d','\x6c','\x18','\x1d','\x6f','\xf8','\x3d','\x6c','\x18','\x2c','\x6c','\x18','\x2c','\x6c','\x18','\x6c','\x6f','\xf8','\x4c','\x6c','\x18','\x8c','\x6c','\x18','\x0c','\x6c','\x18','\x0c','\x6f','\xf8','\x0c','\x60','\x00','\x0c','\x60','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x00','\x01','\x80','\xe0','\xff','\xc0','\xc0','\x18','\x00','\xc6','\x18','\x3f','\xff','\x18','\x00','\xc0','\x18','\x00','\xc0','\x19','\x84','\xcc','\x1f','\xc7','\xfe','\x31','\xb6','\x0c','\x31','\xb6','\x0c','\x31','\xb6','\x0c','\x29','\xb7','\xfc','\x65','\x36','\x0c','\x47','\x36','\x0c','\x83','\x36','\x0c','\x02','\x37','\xfc','\x06','\x36','\x0c','\x04','\x36','\x0c','\x0c','\x36','\x0c','\x08','\x37','\xfc','\x10','\x30','\x00','\x20','\x30','\x06','\x40','\x3f','\xff','\x80','\x30','\x00','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0d','\x32','\x4c','\x0d','\xb2','\x4c','\x2d','\xbf','\xfc','\x2d','\x06','\x00','\x2e','\x06','\x00','\x6c','\x0c','\x06','\x6c','\x1f','\xff','\xcc','\x32','\x06','\xcc','\x62','\x06','\x0d','\xbf','\xe6','\x0c','\x22','\x26','\x0c','\x22','\x26','\x0a','\x3f','\xe6','\x19','\x02','\x06','\x19','\x82','\x86','\x11','\x82','\x66','\x30','\x7f','\xa6','\x20','\x3c','\x0c','\x40','\x20','\x7c','\x80','\x00','\x18','\x08','\x1c','\x70','\x0e','\x18','\x60','\x0c','\x19','\x68','\x08','\xff','\xe4','\x92','\x02','\x66','\x63','\x43','\x66','\x33','\x26','\x60','\x36','\x24','\x60','\x04','\x08','\x66','\x0a','\xff','\xff','\x11','\x00','\x60','\xff','\xa2','\x64','\x7d','\xbf','\x67','\x4c','\x22','\x66','\x0c','\x22','\x2c','\x4e','\x22','\x28','\x7d','\x3e','\x38','\x6d','\xa2','\x12','\x6d','\xa2','\x3a','\x4d','\xa2','\x2a','\x4c','\x3e','\x6e','\x8c','\x20','\xc6','\x0c','\x01','\x87','\x0c','\x06','\x03','\x03','\x1c','\x70','\xff','\x98','\x60','\x66','\x19','\x68','\x66','\xff','\xe4','\x66','\x02','\x66','\x66','\x43','\x66','\x7e','\x26','\x60','\x66','\x24','\x60','\x66','\x08','\x66','\x67','\xff','\xff','\x66','\x00','\x60','\x66','\x42','\x64','\x7e','\x7f','\x67','\x66','\x42','\x66','\x66','\x42','\x2c','\x66','\x42','\x28','\x66','\x7e','\x38','\x66','\x42','\x12','\x6e','\x42','\x3a','\xf6','\x42','\x2a','\x66','\x7e','\x6e','\x46','\x40','\xc6','\x06','\x01','\x87','\x06','\x06','\x03','\x01','\x00','\x00','\x01','\xc0','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x03','\x00','\x06','\x06','\x00','\x04','\x04','\x00','\x08','\x08','\x18','\x1f','\xff','\xfc','\x2c','\x18','\x18','\xcc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xff','\xf8','\x0c','\x00','\x18','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x02','\x0c','\x00','\x02','\x0c','\x00','\x02','\x0c','\x00','\x03','\x0f','\xff','\xff','\x07','\xff','\xfe','\x10','\x00','\x70','\x1c','\x00','\x60','\x18','\xc0','\x60','\x1f','\xe0','\x60','\x11','\x80','\x60','\x31','\x04','\x66','\x22','\x67','\xff','\x7f','\xf6','\x66','\xb2','\x66','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x3f','\xe6','\x66','\x32','\x66','\x66','\x32','\x66','\x66','\x32','\x67','\xfe','\x32','\x66','\x66','\x3f','\xe0','\x60','\x30','\x60','\x60','\x30','\x60','\x68','\x30','\x60','\x64','\x20','\x60','\x66','\x60','\x6f','\xfb','\x43','\xe7','\xc3','\x80','\xc4','\x03','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x9c','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3f','\x33','\xff','\x9e','\xc3','\x01','\x86','\x03','\x01','\x80','\x03','\xff','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\xa0','\x03','\xff','\xb8','\x03','\x10','\x30','\x03','\x08','\x60','\x03','\x04','\x80','\x03','\x03','\x00','\x03','\x39','\xc0','\x7f','\xc0','\xfe','\x3c','\x00','\x3c','\x20','\x00','\x0c','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc0','\x18','\x60','\xc0','\x17','\x68','\xc6','\x26','\x0f','\xff','\x46','\x0c','\xc6','\xbf','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xcc','\xc6','\x3f','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xcf','\xfe','\x3f','\xcc','\xc6','\x30','\xc0','\xc0','\x32','\x00','\xc0','\x31','\x00','\xc8','\x31','\x80','\xc4','\x36','\xc0','\xc6','\xf8','\xdf','\xfb','\x60','\xcf','\x83','\x40','\x08','\x03','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\xc4','\x18','\x18','\xc2','\x1c','\x10','\xc1','\x20','\x30','\xc0','\xc0','\x20','\xce','\x78','\x4f','\xf0','\x1f','\x87','\x01','\xc6','\x04','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x02','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x38','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\xc0','\x1b','\xff','\xe0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x10','\x30','\xc0','\x30','\x60','\xc0','\x30','\x60','\xc0','\x20','\x60','\xc0','\x60','\xc0','\xc2','\x40','\xc0','\xc2','\x81','\x80','\xc3','\x03','\x00','\xff','\x0c','\x00','\x7e','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x83','\x06','\x0c','\xff','\xff','\x18','\xc3','\x06','\x18','\xc3','\x06','\x38','\xc3','\x06','\x38','\xc3','\x06','\x58','\xff','\xfe','\x98','\xc3','\x06','\x18','\xc3','\x06','\x18','\xc3','\x06','\x18','\xc3','\x06','\x18','\xff','\xfe','\x18','\xc3','\x06','\x18','\xc3','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x00','\x30','\x07','\x3f','\xf8','\x06','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x30','\x38','\x3f','\xf8','\x58','\x00','\x00','\x98','\x00','\x00','\x18','\x00','\x30','\x18','\x3f','\xf8','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x04','\x00','\x18','\x07','\x3f','\xfc','\x06','\x00','\x18','\x06','\x00','\x18','\x0c','\x3f','\xf8','\x0c','\x00','\x18','\x18','\x00','\x18','\x18','\x3f','\xf8','\x38','\x80','\x00','\x38','\x80','\x06','\x58','\xff','\xff','\x99','\x80','\x06','\x19','\x80','\x04','\x18','\x00','\x18','\x18','\x7f','\xfc','\x18','\x10','\x18','\x18','\x08','\x30','\x18','\x0c','\x60','\x18','\x06','\xc0','\x18','\x03','\x80','\x18','\x06','\xe0','\x18','\x0c','\x7f','\x18','\x30','\x1e','\x18','\xc0','\x06','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x0c','\x1f','\xff','\xfe','\x19','\x84','\x10','\x19','\x82','\x1c','\x31','\x83','\x18','\x31','\x81','\xa0','\x2f','\xfc','\xc0','\x47','\x80','\x70','\x84','\x00','\x3f','\x00','\x00','\x0e','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x1c','\x20','\x0c','\x18','\x3f','\xfe','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x18','\x1b','\x37','\xfc','\xff','\xb0','\x00','\x33','\x30','\x00','\x33','\x30','\x00','\x33','\x30','\x06','\x33','\x3f','\xff','\x63','\x33','\x20','\x66','\x33','\x24','\x66','\x33','\x27','\x66','\x33','\x26','\xd4','\x33','\x24','\xcc','\x23','\x28','\x0e','\x23','\x30','\x0b','\x63','\x10','\x1b','\x43','\x18','\x13','\x43','\x1c','\x20','\x9f','\xcf','\x41','\x0e','\x0e','\x80','\x08','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x04','\x07','\x1f','\xf0','\x06','\x00','\x10','\x46','\x1f','\xf0','\x26','\x00','\x10','\x36','\x1f','\xf0','\x36','\x00','\x00','\x06','\x40','\x06','\x06','\x7f','\xff','\x06','\xc0','\x06','\x06','\xc0','\x64','\x0e','\x3f','\xf0','\xf6','\x08','\x60','\x66','\x04','\xc0','\x46','\x03','\x80','\x06','\x06','\xc0','\x06','\x0c','\x78','\x06','\x30','\x1f','\x06','\xc0','\x06','\x10','\x1c','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x01','\xc4','\x60','\x1f','\xe8','\x0f','\xf8','\x80','\x02','\x18','\xc0','\x01','\x18','\x80','\x01','\x19','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\x99','\x00','\x03','\x18','\xc0','\x06','\x18','\x78','\x18','\x00','\x1f','\xe7','\xff','\xe6','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x10','\x00','\x00','\x0c','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x01','\xc3','\x00','\x01','\x83','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x11','\x80','\x10','\x11','\x80','\x08','\x11','\x80','\x0c','\x11','\x80','\x06','\x31','\x80','\x06','\x21','\x80','\x03','\x61','\x80','\x03','\xe1','\x80','\x03','\xc1','\x80','\x40','\x01','\x80','\x40','\x01','\x80','\x40','\x01','\x80','\x60','\x01','\xff','\xe0','\x00','\xff','\xc0','\x00','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x03','\x00','\x2e','\x03','\x00','\x2d','\x3f','\xf0','\x2d','\xb0','\x30','\x6d','\xb0','\x30','\x6c','\x3f','\xf0','\x4c','\x30','\x30','\xcc','\x30','\x30','\xcc','\x3f','\xf0','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x3f','\xf0','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x10','\x00','\x0c','\x1c','\xc0','\x0c','\x38','\x38','\x0c','\x60','\x1c','\x0d','\x80','\x0c','\x0e','\x40','\x0c','\x0c','\x7f','\xfe','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x18','\x0c','\x67','\xfc','\xff','\xe0','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x06','\x0c','\x7f','\xff','\x0d','\xe6','\x40','\x1e','\x66','\x44','\xfc','\x66','\x47','\x6c','\x66','\x46','\x4c','\x66','\x24','\x0c','\x46','\x28','\x0c','\x46','\x20','\x0c','\xc6','\x30','\x0c','\x86','\x10','\x0c','\x86','\xd8','\x0d','\x3f','\x0f','\x7c','\x1c','\x0e','\x18','\x10','\x06','\x03','\x80','\x0c','\x03','\x02','\x3e','\x03','\x33','\xe0','\x7f','\xfb','\x00','\x10','\x43','\x00','\x08','\x73','\x00','\x0c','\x63','\x00','\x0c','\x43','\x06','\x00','\x9b','\xff','\xff','\xff','\x18','\x03','\x03','\x18','\x03','\x03','\x18','\x03','\x1b','\x18','\xff','\xff','\x18','\x07','\x03','\x18','\x0f','\x83','\x18','\x0f','\x66','\x18','\x1b','\x36','\x18','\x1b','\x34','\x18','\x33','\x0c','\x18','\x63','\x08','\x18','\x83','\x10','\x18','\x03','\x20','\x18','\x03','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x20','\xc3','\x10','\x18','\xc3','\x1c','\x0c','\xc3','\x18','\x0c','\xc3','\x10','\x00','\xc3','\x20','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3e','\x70','\x18','\x0c','\x03','\x99','\xc0','\x03','\x01','\x80','\x03','\x01','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x07','\x83','\x80','\x07','\x63','\xc0','\x0f','\x27','\xa0','\x1b','\x0d','\xb0','\x33','\x19','\x9c','\x63','\x31','\x8f','\x83','\x41','\x86','\x03','\x01','\x80','\x03','\x01','\x80','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\x7f','\xfe','\x1b','\x06','\x00','\xff','\x84','\x00','\x18','\x3f','\xfc','\x18','\x0c','\x80','\x1c','\x08','\x46','\x3a','\xff','\xff','\x3b','\x30','\x30','\x3b','\x20','\x9c','\x38','\x43','\xcf','\x78','\x9f','\x06','\x59','\x03','\x00','\x58','\x03','\x18','\x98','\xff','\xfc','\x18','\x07','\x00','\x18','\x0f','\xc0','\x18','\x1b','\x30','\x18','\x33','\x1c','\x18','\x63','\x0e','\x19','\x83','\x06','\x18','\x03','\x00','\x10','\x00','\x18','\x0c','\x1f','\xfc','\x06','\x00','\x18','\x06','\x00','\x18','\x00','\x1f','\xf8','\x00','\x00','\x18','\x80','\x00','\x18','\x60','\x1f','\xf8','\x32','\x00','\x00','\x32','\x40','\x06','\x04','\x7f','\xff','\x04','\xc0','\x06','\x0c','\xc0','\x04','\x08','\x00','\x18','\x18','\x3f','\xfc','\x18','\x08','\x18','\x30','\x08','\x30','\xf0','\x04','\x60','\x70','\x06','\xc0','\x30','\x03','\x80','\x30','\x06','\xe0','\x30','\x0c','\x7f','\x38','\x30','\x1e','\x18','\xc0','\x06','\x20','\x40','\x00','\x18','\x40','\x06','\x0c','\xff','\xff','\x0c','\xd0','\xc6','\x01','\x9c','\xc4','\x01','\x98','\xc8','\x80','\x18','\xc0','\x60','\x30','\xc0','\x32','\x20','\xfe','\x32','\x40','\x7e','\x04','\x83','\x80','\x04','\x03','\x00','\x0c','\x03','\x06','\x09','\xff','\xff','\x18','\x0f','\x40','\x18','\x0f','\x40','\x30','\x1b','\x20','\xf0','\x1b','\x30','\x70','\x33','\x18','\x30','\x63','\x1f','\x30','\xc3','\x0e','\x33','\x03','\x06','\x38','\x03','\x00','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x06','\x00','\x4c','\x06','\x00','\x6c','\x0d','\x00','\x6c','\x0c','\x80','\x0c','\x18','\x60','\x0c','\x30','\x38','\x0c','\x62','\x1f','\x1c','\xc7','\x06','\xff','\x0e','\x00','\x6c','\x18','\x40','\x4c','\x60','\xe0','\x08','\x01','\xc0','\x18','\x07','\x08','\x18','\x1c','\x1c','\x10','\xe0','\x38','\x30','\x00','\xe0','\x20','\x03','\x80','\x40','\x1c','\x00','\x01','\xe0','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x83','\x80','\x03','\xc0','\x70','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0d','\x90','\xc6','\xff','\xdf','\xff','\x01','\x98','\xc6','\x03','\x18','\xc6','\x03','\x18','\xc6','\x06','\x18','\xc6','\x06','\x1f','\xfe','\x0c','\x18','\xc6','\x0e','\x18','\xc6','\x1d','\x98','\xc6','\x2c','\xd8','\xc6','\xcc','\xd8','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x20','\x00','\x00','\x60','\x30','\x1f','\xff','\xf8','\x00','\x44','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x01','\x00','\x03','\x06','\x80','\x02','\x1f','\x60','\x05','\xf8','\x38','\x08','\x18','\x1f','\x30','\x18','\x66','\xcf','\xff','\xf0','\x00','\x78','\x00','\x00','\xde','\x00','\x01','\x99','\xe0','\x03','\x18','\x78','\x0c','\x18','\x1c','\x70','\x18','\x0c','\x00','\x18','\x00','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x04','\x00','\xc0','\x49','\x10','\xc6','\x31','\xdf','\xff','\x19','\x98','\xc6','\x1b','\x18','\xc6','\x02','\x18','\xc6','\x05','\x18','\xc6','\x08','\x9f','\xfe','\xff','\xd8','\xc6','\x7e','\xd8','\xc6','\x46','\x18','\xc6','\x06','\x18','\xc6','\x46','\x18','\xc6','\x77','\x1f','\xfe','\x66','\xd8','\xc6','\x66','\x60','\xc0','\x46','\x60','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x30','\x3f','\xff','\xf8','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x3f','\xff','\xf0','\x30','\x18','\x30','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x08','\x00','\x01','\xcc','\x00','\x01','\x84','\x10','\x11','\x86','\x08','\x11','\x86','\x0c','\x11','\x86','\x06','\x11','\x80','\x06','\x31','\x80','\x03','\x21','\x80','\x43','\x61','\x80','\x43','\xe1','\x80','\x40','\xc1','\x80','\x60','\x01','\xff','\xe0','\x00','\xff','\xc0','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x03','\x00','\x0c','\x03','\x12','\x3e','\x7f','\xfb','\xe0','\x00','\x43','\x00','\x20','\x63','\x00','\x18','\x43','\x06','\x08','\x8b','\xff','\xff','\xff','\x18','\x03','\x03','\x18','\x03','\x0b','\x18','\xff','\xff','\x18','\x07','\x03','\x18','\x0f','\x83','\x18','\x0b','\x63','\x18','\x1b','\x32','\x18','\x33','\x36','\x18','\x63','\x04','\x18','\x83','\x08','\x18','\x03','\x10','\x18','\x07','\x04','\x0c','\x06','\x07','\xfe','\x06','\x66','\x0c','\x7f','\xf6','\x0c','\x20','\x86','\x0c','\x10','\xe7','\xfc','\x18','\xc6','\x0c','\x18','\x86','\x0c','\x01','\x36','\x0c','\xff','\xfe','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x06','\x36','\x0c','\xff','\xfe','\x0c','\x06','\x06','\x0c','\x26','\x07','\xfc','\x3e','\x82','\x30','\x36','\x63','\xb0','\x26','\x33','\x30','\x66','\x33','\x32','\x46','\x06','\x32','\x86','\x0c','\x33','\x06','\x18','\x3f','\x06','\x60','\x1e','\x03','\x03','\x00','\x7f','\x83','\x00','\x00','\x06','\x80','\x00','\x06','\x80','\x01','\x84','\x40','\xff','\xcc','\x60','\x00','\x08','\x30','\x00','\x18','\x38','\x03','\x12','\x1c','\x7f','\xa3','\x8f','\x00','\x47','\x06','\x00','\x86','\x00','\x03','\x0c','\x40','\x7f','\x98','\x70','\x00','\x20','\xe0','\x00','\x01','\xc0','\x43','\x03','\x08','\x7f','\x86','\x0e','\x63','\x18','\x1c','\x63','\x00','\x38','\x63','\x00','\x60','\x63','\x01','\xc0','\x7f','\x07','\x00','\x63','\x38','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x04','\x60','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc4','\x07','\xff','\xc7','\x06','\x00','\xc6','\x06','\x00','\xcc','\x06','\x00','\xc8','\x07','\xff','\xd0','\x06','\x00','\xe0','\x06','\x00','\xc0','\x06','\x0f','\xc0','\xff','\xf3','\xc0','\x7e','\x06','\xc0','\x40','\x0c','\xc0','\x00','\x18','\xc0','\x00','\x60','\xc0','\x01','\x80','\xc0','\x0e','\x00','\xc0','\x70','\x07','\xc0','\x00','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x01','\x00','\x02','\x01','\xc0','\x01','\x01','\x80','\x01','\x83','\x00','\x01','\x82','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x20','\x80','\x40','\x38','\xe0','\x30','\x30','\xc0','\x18','\x30','\x80','\x0c','\x61','\x0c','\x0c','\x7f','\xfe','\x00','\xe1','\x80','\x00','\xe1','\x80','\x01','\x61','\x98','\x02','\x7f','\xfc','\x0c','\x61','\x80','\xfe','\x61','\x80','\x0c','\x61','\x98','\x0c','\x7f','\xfc','\x0c','\x61','\x80','\x0c','\x61','\x80','\x0c','\x61','\x80','\x0c','\x61','\x86','\x0c','\x7f','\xff','\x0c','\x60','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x03','\x00','\x70','\x03','\x00','\x60','\x06','\x80','\x60','\x06','\x60','\x60','\x04','\x30','\x60','\x0c','\x30','\x60','\x08','\x00','\x60','\x10','\xc0','\x60','\x3f','\xe0','\x66','\x43','\x0f','\xff','\x83','\x00','\x60','\x03','\x60','\x60','\x7f','\xf0','\x60','\x03','\x00','\x60','\x03','\x40','\x60','\x43','\x70','\x60','\x33','\x60','\x60','\x1b','\x40','\x60','\x1b','\x80','\x60','\x03','\x00','\x60','\x03','\xe0','\x60','\x7f','\x00','\x60','\x3c','\x00','\x60','\x20','\x00','\x60','\x00','\x00','\x60','\x0f','\xff','\xf0','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x9b','\xe4','\xc0','\x18','\x08','\x0f','\x9b','\xe0','\x00','\x18','\x00','\x20','\x00','\x18','\x3f','\xff','\xfc','\x30','\x00','\x00','\x30','\x00','\x00','\x33','\xff','\xe0','\x30','\x00','\x00','\x30','\x00','\x0c','\x3f','\xff','\xfe','\x31','\x84','\x20','\x21','\x82','\x70','\x61','\x81','\x80','\x5f','\xf8','\xf0','\x8f','\x80','\x3f','\x08','\x00','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\x41','\x00','\x00','\xc1','\x00','\x00','\x80','\x80','\x01','\x80','\xc0','\x01','\x00','\x60','\x02','\x00','\x70','\x04','\x00','\x3c','\x08','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x04','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x18','\x0c','\x7f','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x00','\x58','\x00','\x00','\x98','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x06','\x30','\x0c','\x01','\xb0','\x0c','\x00','\x70','\x0c','\x00','\x38','\x0c','\x00','\x6e','\x0c','\x00','\x67','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x1c','\x01','\x80','\x18','\x01','\x00','\x18','\x02','\x00','\x38','\x04','\x00','\x30','\x08','\x00','\x70','\x30','\x03','\xe0','\xc0','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x30','\x82','\x18','\x3f','\xff','\xfc','\x30','\x82','\x18','\x30','\x82','\x18','\x3f','\xff','\xf8','\x31','\x83','\x00','\x31','\x83','\x18','\x31','\xfb','\xe0','\x31','\x83','\x04','\x31','\x83','\x06','\x3f','\xfb','\xfe','\x37','\x81','\xfc','\x34','\x0c','\x00','\x20','\x0c','\x00','\x67','\xff','\xfc','\x60','\x0c','\x00','\x40','\x0c','\x06','\x9f','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x30','\x00','\x01','\xf8','\x00','\x1f','\x80','\x01','\xf8','\x00','\x3e','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x60','\x07','\xff','\xf0','\x00','\x00','\x60','\x00','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\xc4','\x0c','\x7f','\xe7','\xfe','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\xe6','\x0c','\x7f','\x07','\xfc','\x30','\x00','\x60','\x00','\x00','\x66','\xff','\xff','\xff','\x02','\x00','\x60','\x01','\x80','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\x03','\xe0','\x00','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\xc3','\x00','\x18','\xc3','\xfc','\x19','\x81','\xfc','\x1e','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x04','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x01','\x30','\x06','\x01','\x00','\x0c','\x00','\x80','\x0c','\x40','\x80','\x0c','\x30','\x40','\x08','\x18','\x60','\x18','\x0c','\x30','\x10','\x0e','\x38','\x30','\x06','\x1f','\x20','\x00','\x0e','\x40','\x00','\x06','\x81','\x80','\x00','\x00','\x70','\x00','\x00','\x1c','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x20','\x60','\x00','\x3f','\xf0','\x0c','\x31','\x0f','\xfe','\x31','\x02','\x0c','\x3f','\xe1','\x18','\x30','\x61','\x10','\x30','\x60','\xa0','\x3f','\xe0','\x40','\x31','\x00','\xa0','\x31','\x03','\x18','\x3f','\xec','\x0f','\x30','\x00','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x03','\x00','\x00','\x7f','\x80','\x30','\x00','\x3f','\xf8','\x00','\x06','\x30','\x01','\x86','\x30','\xff','\xc6','\x30','\x00','\x06','\x30','\x00','\x06','\x30','\x03','\x06','\x30','\x7f','\x86','\x30','\x00','\x06','\x30','\x00','\x3f','\xb0','\x03','\x06','\x30','\x7f','\x86','\x30','\x00','\x06','\x30','\x00','\x06','\x30','\x43','\x04','\x30','\x7f','\x8c','\x12','\x63','\x0c','\x1a','\x63','\x08','\x1a','\x63','\x18','\x0e','\x63','\x10','\x0e','\x7f','\x20','\x07','\x63','\x40','\x03','\x00','\x00','\x30','\x41','\xff','\xf8','\x30','\x00','\x30','\x18','\x00','\x30','\x0c','\x1c','\x30','\x0c','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x19','\x30','\x01','\xff','\xb0','\x0c','\x18','\x30','\xfe','\x18','\x30','\x0c','\x18','\x12','\x0c','\x18','\x12','\x0c','\x18','\x1a','\x0c','\x18','\x0a','\x0c','\x18','\x0e','\x0c','\x18','\x07','\x0c','\x18','\x03','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x41','\x81','\xc0','\x7f','\xc1','\x80','\x61','\x81','\x86','\x63','\x7f','\xff','\x62','\x01','\x80','\x66','\x21','\x8c','\x64','\x3f','\xfe','\x68','\x31','\x8c','\x64','\x31','\x8c','\x66','\x31','\x8c','\x62','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x6f','\x01','\x80','\x66','\x01','\x86','\x60','\xff','\xff','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x1d','\xc0','\x00','\x19','\x80','\x06','\x19','\xb7','\xff','\xff','\xf8','\xc6','\x19','\x80','\xc6','\x19','\x80','\xc6','\x1f','\x80','\xc6','\x06','\x00','\xc6','\x46','\x64','\xc6','\x7f','\xf2','\xc6','\x66','\x61','\xc6','\x66','\x60','\xc6','\x66','\x60','\xe6','\x66','\x60','\xe6','\x7f','\xe0','\xb6','\x66','\x61','\xb6','\x06','\x01','\x86','\x06','\x61','\x06','\xff','\xf3','\x06','\x06','\x02','\x0e','\x06','\x06','\x0c','\x06','\x04','\x0c','\x06','\x08','\x7c','\x06','\x30','\x18','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x06','\x1f','\xf7','\xff','\x12','\x0d','\x00','\x21','\x88','\xc0','\x40','\x90','\x40','\x80','\x00','\x0c','\x3f','\xff','\xfe','\x00','\x00','\x0c','\x00','\x03','\x0c','\x1f','\xff','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x08','\x06','\x0c','\x0f','\xff','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0f','\xfe','\x0c','\x0c','\x06','\x0c','\x0c','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x0c','\x00','\x00','\x7e','\x00','\x06','\x01','\xff','\xff','\x00','\x66','\x00','\x06','\x66','\x00','\xff','\x66','\x0c','\x00','\x67','\xfe','\x00','\x7e','\x8c','\x0c','\x66','\x8c','\x7e','\x66','\x8c','\x00','\x66','\x88','\x00','\x66','\x58','\x0c','\x7e','\x58','\x7e','\x66','\x50','\x00','\x66','\x70','\x00','\x66','\x20','\x46','\x66','\x70','\x7e','\x6e','\x50','\x66','\x76','\x58','\x67','\xe6','\x8c','\x66','\xc6','\x8f','\x66','\x87','\x06','\x7e','\x06','\x06','\x66','\x06','\x00','\x02','\x00','\x06','\x03','\xbf','\xff','\x07','\x01','\x80','\x06','\x01','\x00','\x0c','\x12','\x0c','\x18','\x1f','\xfe','\x30','\x18','\x0c','\x42','\x18','\x0c','\x83','\x98','\x0c','\x07','\x1f','\xfc','\x06','\x18','\x0c','\x0c','\x18','\x0c','\x18','\x18','\x0c','\x20','\x1f','\xfc','\x42','\x18','\x0c','\x83','\x98','\x0c','\x07','\x18','\x0c','\x06','\x1f','\xfc','\x0c','\x00','\x00','\x18','\x08','\x20','\x30','\x0e','\x18','\x40','\x1c','\x0e','\x80','\x30','\x07','\x01','\xc0','\x03','\x00','\x30','\x80','\xff','\xf8','\xe0','\x05','\x00','\xc0','\x05','\x01','\x80','\x05','\x01','\x80','\x45','\x31','\x06','\x7f','\xfb','\xff','\x65','\x32','\xc0','\x65','\x34','\xc0','\x65','\x38','\xc0','\x65','\x30','\xcc','\x69','\xf0','\xfe','\x68','\xf0','\xc0','\x70','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc6','\x60','\x30','\xff','\x7f','\xf0','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x7f','\xf0','\xc0','\x60','\x30','\xc0','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x40','\x46','\x60','\x30','\x76','\x64','\x18','\x66','\x63','\x18','\x66','\x61','\x80','\xc6','\x61','\x80','\xc6','\x60','\x21','\x86','\x60','\x11','\x86','\x60','\x0b','\x06','\x60','\x06','\x06','\x60','\x0f','\x06','\x60','\x19','\x86','\x60','\x31','\xc6','\x60','\x60','\xc6','\x61','\x80','\xc6','\x66','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x1c','\x37','\xfe','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x32','\x18','\x1a','\x33','\xfd','\xff','\x33','\x18','\x18','\x33','\x18','\x18','\x33','\x19','\x18','\x33','\x18','\x98','\x33','\xf8','\xd8','\x30','\x10','\xd8','\x32','\x1c','\x18','\x31','\x18','\x18','\x21','\x90','\x18','\x61','\x90','\x18','\x40','\x26','\x18','\x4f','\xf8','\x18','\x87','\x80','\xf8','\x04','\x00','\x30','\x00','\x00','\x00','\x40','\x00','\x0c','\x30','\xff','\xfe','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x0c','\x3f','\xf8','\xfe','\x00','\x00','\x0c','\x20','\x20','\x0c','\x10','\x38','\x0c','\x18','\x30','\x0c','\x0c','\x60','\x0c','\x0c','\x40','\x0c','\x00','\x86','\x0d','\xff','\xff','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x08','\x00','\x00','\x0e','\x00','\x43','\x0c','\x00','\x7f','\x8c','\x00','\x63','\x0c','\x06','\x63','\x1f','\xff','\x63','\x18','\x06','\x63','\x10','\x0c','\x63','\x33','\x88','\x63','\x23','\x10','\x63','\x43','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x06','\x80','\x63','\x06','\x80','\x63','\x06','\x80','\x63','\x0c','\x40','\x7f','\x0c','\x40','\x63','\x18','\x20','\x60','\x18','\x30','\x00','\x30','\x18','\x00','\x60','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x1f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc6','\xff','\xff','\xff','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xd8','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x51','\x80','\xc0','\x7f','\xd0','\xc6','\x61','\x9f','\xff','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x7f','\x98','\xc6','\x61','\x98','\xc6','\x60','\x18','\xc6','\x60','\x18','\xc6','\x61','\x98','\xc6','\x7f','\xd8','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xde','\x61','\x98','\xcc','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x60','\x00','\xc0','\x00','\x00','\xc0','\x0e','\x08','\x00','\x0c','\x0e','\x40','\x0c','\x0c','\x70','\x0c','\x0c','\x60','\x0c','\x18','\x40','\x0d','\x98','\x86','\xff','\xdf','\xff','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0d','\x70','\xc0','\x0e','\x70','\xcc','\x0c','\xbf','\xfe','\x1d','\x30','\xc0','\xfc','\x30','\xc0','\x6c','\x30','\xc0','\x4c','\x30','\xcc','\x0c','\x3f','\xfe','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x7c','\x3f','\xff','\x18','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x08','\x00','\x18','\x0e','\x01','\x9c','\x1c','\x7f','\xdc','\x38','\x01','\x9a','\x60','\x01','\x9a','\x80','\x03','\x19','\x00','\x03','\x19','\x00','\x06','\x18','\x80','\x06','\x18','\xc0','\x0c','\x18','\x60','\x08','\x18','\x70','\x10','\x18','\x38','\x20','\x18','\x1f','\x40','\x18','\x0e','\x80','\x18','\x06','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x86','\x00','\x2c','\xec','\x06','\x2c','\xcf','\xff','\x2d','\x88','\x06','\x6d','\x18','\x04','\x6e','\x13','\x88','\xcc','\x23','\x10','\xcc','\x43','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x1a','\x04','\x40','\x19','\x8c','\x40','\x18','\xc8','\x20','\x10','\xd8','\x30','\x30','\x10','\x18','\x20','\x20','\x1f','\x40','\x40','\x0e','\x81','\x80','\x06','\x00','\x00','\x38','\x43','\x01','\xfc','\x7f','\x9f','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x84','\x63','\x7f','\xfe','\x7f','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x9a','\x63','\xff','\xff','\x7f','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x7f','\xfe','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x46','\x83','\x00','\x26','\xe3','\x30','\x36','\xdf','\xf8','\x36','\x83','\x30','\x07','\x03','\x32','\x06','\x42','\x32','\xff','\xe6','\x33','\x06','\x04','\x3f','\x06','\x08','\x1e','\x0f','\x30','\x00','\x0e','\xc1','\xc0','\x1e','\x61','\x80','\x16','\x61','\x80','\x36','\x01','\x86','\x26','\x7f','\xff','\x46','\x01','\x80','\x86','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x60','\x0c','\xff','\xff','\xfe','\x20','\x64','\x0c','\x1c','\x63','\x8c','\x0c','\x61','\x8c','\x00','\xe0','\x1c','\x07','\x60','\x6c','\x7c','\x67','\xcc','\x30','\x63','\x0c','\x20','\x1a','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x03','\x00','\xc0','\x06','\x01','\x80','\x05','\x01','\x40','\x08','\xc2','\x30','\x30','\x5c','\x10','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x74','\x08','\x00','\xe4','\x0e','\x01','\xc2','\x1c','\x03','\x83','\x10','\x0d','\x81','\xa0','\x31','\x80','\xc0','\xc1','\x80','\x70','\x01','\x8e','\x3f','\x1f','\xf0','\x1e','\x0f','\x00','\x06','\x08','\x00','\x00','\x00','\x20','\x40','\x40','\x18','\x70','\x30','\x0c','\x60','\x18','\x0c','\x40','\x0c','\x00','\x8c','\x0c','\xff','\xfe','\x00','\x07','\x00','\x00','\x0e','\x08','\x00','\x31','\x0e','\x00','\xc3','\x8c','\x0c','\x05','\x88','\xfe','\x09','\xd0','\x0c','\x31','\xa0','\x0c','\xc3','\xb0','\x0c','\x05','\x98','\x0c','\x19','\x9f','\x0c','\x61','\x8e','\x0d','\x83','\x86','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x31','\xc0','\xff','\xf9','\x80','\x05','\x01','\x80','\x05','\x01','\x98','\x05','\x0f','\xfc','\x45','\x31','\x98','\x7f','\xf9','\x98','\x65','\x31','\x9a','\x65','\x31','\x1a','\x65','\x33','\x1b','\x65','\x32','\x1f','\x6d','\xf4','\x0e','\x68','\xf8','\xe0','\x70','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc6','\x60','\x3f','\xff','\x7f','\xf0','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xc0','\x7f','\xf0','\xc0','\x60','\x30','\xc0','\x06','\x02','\x00','\x06','\x03','\xa0','\x0d','\x03','\x38','\x0c','\xc3','\x30','\x08','\x66','\x20','\x18','\x64','\x46','\x10','\x0f','\xff','\x21','\x8c','\x40','\x3f','\xdc','\x40','\x46','\x2c','\x40','\x86','\x4c','\x4c','\x06','\x0f','\xfe','\x7f','\xec','\x40','\x06','\x0c','\x40','\x06','\x8c','\x40','\x46','\xec','\x4c','\x26','\xcf','\xfe','\x36','\x8c','\x40','\x37','\x0c','\x40','\x06','\x0c','\x40','\x06','\xcc','\x40','\xff','\x0c','\x46','\x78','\x0f','\xff','\x40','\x0c','\x00','\x06','\x00','\x18','\x06','\x00','\xfc','\x0d','\x0f','\xc0','\x0c','\xc0','\xc0','\x08','\x60','\xc0','\x18','\x60','\xcc','\x10','\x1f','\xfe','\x21','\x84','\xc8','\x3f','\xc4','\xc8','\x46','\x04','\xc8','\x86','\x04','\xca','\x06','\x3f','\xff','\x7f','\xc4','\xc8','\x06','\x04','\xc8','\x06','\x84','\xc8','\x46','\xe4','\xc8','\x26','\xc4','\xc8','\x36','\x9f','\xfe','\x37','\x00','\xc0','\x06','\x00','\xc0','\x06','\xc0','\xc0','\xff','\x00','\xc6','\x78','\x3f','\xff','\x40','\x00','\x00','\x43','\x00','\xe0','\x7f','\x80','\xc0','\x63','\x00','\xc6','\x62','\x9f','\xff','\x66','\x61','\x80','\x64','\x31','\x80','\x64','\x31','\x0c','\x68','\x03','\xfe','\x64','\x03','\x0c','\x64','\x07','\x0c','\x66','\x6b','\xfc','\x67','\xf3','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\xfc','\x66','\x63','\x0c','\x7e','\x63','\x0c','\x6c','\x63','\x0c','\x60','\x63','\x3c','\x60','\x63','\x18','\x60','\xd0','\x00','\x67','\x8f','\xff','\x63','\x03','\xfe','\x62','\x00','\x00','\x00','\x01','\xc0','\x03','\x71','\x87','\xff','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x18','\x60','\x06','\x18','\x00','\x00','\x1b','\x00','\x06','\xff','\xff','\xff','\x18','\x03','\x00','\x18','\x02','\x00','\x18','\x44','\x06','\x18','\x7f','\xff','\x18','\x64','\x46','\x18','\x64','\x46','\x19','\x64','\x46','\x1e','\x64','\x46','\xf8','\x64','\x46','\x60','\x64','\x46','\x40','\x64','\x46','\x00','\x64','\x5e','\x00','\x60','\x0c','\x10','\x80','\x70','\x1f','\xc0','\x60','\x10','\x90','\x60','\x10','\x88','\x66','\x17','\x8f','\xff','\x14','\x8c','\x40','\x14','\x8c','\xc0','\x54','\xa0','\x84','\x7f','\xf1','\xfe','\xc0','\x22','\x84','\xc0','\x40','\x84','\x1f','\x8c','\xfc','\x10','\xbe','\x84','\x10','\x8c','\x84','\x1f','\x8c','\xfc','\x10','\x8c','\x84','\x10','\x8c','\x84','\x10','\x8c','\x84','\x1f','\x8c','\x9c','\x10','\x8c','\x8c','\x10','\x8c','\x00','\x10','\xbb','\xff','\x13','\x98','\xfe','\x11','\x90','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x08','\x67','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x30','\x1c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x43','\xa1','\x00','\x33','\x39','\xc0','\x1b','\x31','\x80','\x1b','\x21','\x80','\x03','\x41','\x80','\xff','\xfb','\x06','\x07','\x03','\xff','\x0f','\x82','\x10','\x0b','\x66','\x1c','\x1b','\x25','\x18','\x33','\x09','\x18','\xc3','\x11','\x18','\x06','\x01','\x30','\x06','\x18','\xb0','\xff','\xfc','\xa0','\x0c','\x60','\xe0','\x18','\x60','\x40','\x18','\xc0','\xe0','\x36','\xc0','\xa0','\x31','\x81','\xb0','\x03','\x71','\x18','\x06','\x32','\x1f','\x18','\x04','\x0e','\xe0','\x18','\x06','\x0e','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x00','\x0d','\xb0','\x10','\xff','\xf0','\x1c','\x0c','\x34','\x18','\x0c','\x32','\x18','\x0c','\x31','\x30','\x1e','\x31','\xb0','\x1d','\x30','\xa0','\x1d','\xb0','\xe0','\x3d','\xb0','\x40','\x2c','\x30','\xe0','\x2c','\x30','\xb0','\x6c','\x31','\xb0','\x4c','\x31','\x18','\x8c','\x32','\x18','\x0c','\x34','\x18','\x0c','\x38','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0c','\x30','\x00','\x07','\x04','\x00','\x06','\x06','\x06','\x06','\x07','\xff','\x06','\x4c','\x06','\x7f','\xe8','\x86','\x06','\x14','\x96','\x06','\x04','\x96','\x06','\x07','\xf6','\x06','\x21','\x0c','\xff','\xf2','\x7c','\x06','\x04','\x18','\x06','\x0b','\x06','\x26','\x03','\xff','\x36','\x46','\x06','\x37','\xe4','\x86','\x36','\x08','\x96','\x36','\x34','\x96','\x36','\x07','\xf6','\x36','\x01','\x06','\x2e','\x06','\x3e','\x66','\x18','\x0c','\x43','\x80','\x00','\x40','\xff','\xff','\x80','\x3f','\xfe','\x10','\x01','\x00','\x1c','\x01','\xd0','\x18','\x61','\x9c','\x3f','\xf1','\x98','\x20','\x63','\x10','\x48','\x62','\x26','\xa9','\x67','\xff','\x29','\x66','\x20','\x3f','\x6e','\x20','\x10','\xd6','\x20','\x23','\xc6','\x24','\x41','\x87','\xfe','\x10','\x06','\x20','\x1c','\x06','\x20','\x18','\x66','\x20','\x3f','\xf6','\x24','\x20','\x67','\xfe','\x48','\x66','\x20','\xa9','\x66','\x20','\x29','\x66','\x20','\x3f','\x66','\x20','\x10','\xc6','\x26','\x23','\xc7','\xff','\x41','\x86','\x00','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\xff','\xff','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\xe0','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x0d','\xbf','\xff','\x1e','\x30','\xc0','\xfc','\x30','\xc0','\x6c','\x30','\xc0','\x4c','\x28','\xcc','\x0c','\x6f','\xfe','\x0c','\x6c','\x0c','\x0c','\x4c','\x0c','\x0c','\xcc','\x0c','\x0c','\x8c','\x0c','\x0d','\x0c','\x0c','\x7c','\x0f','\xfc','\x18','\x0c','\x0c','\x07','\x00','\x10','\x06','\x00','\x1c','\x06','\x00','\x38','\x06','\x00','\x30','\x06','\x60','\x60','\xff','\xf0','\xc0','\x06','\x01','\x80','\x06','\x03','\x08','\x0e','\x0c','\x0e','\x0f','\x00','\x1c','\x0e','\xc0','\x38','\x1e','\x60','\x70','\x16','\x60','\xe0','\x36','\x01','\x80','\x26','\x06','\x04','\x46','\x18','\x07','\x86','\x00','\x0e','\x06','\x00','\x1c','\x06','\x00','\x38','\x06','\x00','\x60','\x06','\x00','\xc0','\x06','\x03','\x00','\x06','\x0c','\x00','\x06','\x30','\x00','\x0e','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\xcc','\x0c','\xff','\xef','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1e','\x0f','\xfc','\x1d','\x8c','\x0c','\x1c','\xc0','\x00','\x3c','\xd0','\x06','\x2c','\x1f','\xff','\x2c','\x18','\x06','\x6c','\x18','\x06','\x4c','\x18','\x06','\x8c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x32','\x00','\xc4','\x63','\xff','\xe8','\x63','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\x00','\x03','\x00','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x80','\x06','\x03','\x0f','\xff','\x03','\x00','\x60','\x23','\x30','\x40','\x3f','\xf8','\x86','\x33','\x37','\xff','\x33','\x26','\x06','\x33','\x46','\x06','\x33','\x06','\x06','\x33','\x07','\xfe','\x33','\x66','\x06','\x3f','\xf6','\x06','\x30','\x66','\x06','\x30','\x67','\xfe','\x34','\xc6','\x06','\x32','\xc6','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x23','\x47','\xfe','\x62','\x62','\x00','\x44','\x63','\x98','\x48','\x07','\x06','\x90','\x0c','\x03','\x00','\x30','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x02','\x18','\x60','\x03','\x98','\x18','\x07','\x19','\x0e','\x0e','\x19','\xc7','\x1c','\x1b','\x83','\x30','\x7f','\x00','\xc0','\x1c','\x00','\x00','\x39','\x00','\x00','\x63','\x80','\x01','\x84','\x18','\x07','\xff','\xfc','\x0e','\x0c','\x00','\x36','\x0c','\x00','\xc7','\xff','\xf0','\x06','\x0c','\x00','\x06','\x0c','\x00','\x07','\xff','\xf0','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x06','\x07','\xff','\xff','\x06','\x00','\x00','\x1c','\x20','\x0c','\x18','\x3f','\xfe','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1b','\x30','\x0c','\xff','\xb0','\x0c','\x03','\x3f','\xfc','\x06','\x30','\x0c','\x06','\x30','\xe0','\x0d','\x30','\xc0','\x09','\xb0','\xc6','\x1b','\x3f','\xff','\x3c','\x30','\xc0','\x5a','\x30','\xc0','\x9b','\x30','\xc0','\x1b','\x28','\xcc','\x18','\x6f','\xfe','\x18','\x6c','\x0c','\x18','\x4c','\x0c','\x18','\xcc','\x0c','\x18','\x8c','\x0c','\x19','\x0c','\x0c','\x18','\x0f','\xfc','\x18','\x0c','\x0c','\x10','\x03','\x08','\x0c','\xff','\x1c','\x06','\x06','\xb0','\x06','\x86','\x42','\x00','\x4c','\x47','\x00','\x6c','\x2c','\x80','\x78','\x30','\x60','\x10','\x18','\x32','\x2f','\xdc','\x32','\x40','\x0f','\x04','\x80','\x06','\x05','\x20','\x30','\x0c','\x3f','\xf8','\x08','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x30','\x3f','\xf0','\xf0','\x40','\x40','\x70','\x30','\x70','\x30','\x18','\x60','\x30','\x18','\x40','\x30','\x00','\x86','\x39','\xff','\xff','\x18','\x00','\x00','\x1c','\x06','\x06','\x19','\xff','\xff','\x18','\x06','\x06','\x18','\x86','\x86','\x18','\x66','\x66','\x1b','\x26','\x26','\xff','\x86','\x06','\x18','\x0e','\x0e','\x18','\x36','\x36','\x18','\xe6','\xe6','\x18','\x46','\x46','\x19','\x01','\x00','\x1e','\x01','\x80','\xfc','\x42','\x0c','\x78','\x7f','\xfe','\x58','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\xf8','\x7f','\xfc','\x30','\x60','\x0c','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x04','\x01','\x80','\x03','\x01','\x80','\x01','\x81','\x80','\x01','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x07','\x1c','\x70','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x1f','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x06','\x00','\x00','\x20','\x70','\x06','\x18','\x61','\xff','\x0c','\x60','\x30','\x0c','\x64','\x20','\x03','\xfe','\xa6','\x00','\x60','\xff','\x82','\x64','\xc6','\x43','\xfc','\xc6','\x62','\x64','\xc6','\x6a','\x64','\xfe','\x0a','\x64','\xc6','\x0a','\x64','\xc6','\x0a','\x64','\xc6','\x13','\xfc','\xfe','\x12','\x64','\xc6','\x10','\x60','\xc6','\x30','\xf0','\xc6','\xf0','\xe8','\xc6','\x71','\xec','\xfe','\x31','\x6c','\x00','\x32','\x60','\x48','\x34','\x60','\x66','\x38','\x60','\xc3','\x18','\x63','\x03','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x63','\x30','\xff','\xf3','\xf8','\x00','\x02','\x30','\x00','\x06','\x30','\x40','\xc6','\x30','\x7f','\xe4','\x30','\x64','\xcc','\x60','\x64','\xc8','\x60','\x64','\xd0','\x60','\x64','\xc0','\x40','\x7f','\xc0','\xc0','\x64','\xc0','\xa0','\x64','\xc1','\xa0','\x64','\xc1','\x10','\x64','\xc3','\x10','\x64','\xc2','\x18','\x7f','\xc4','\x0c','\x60','\xc8','\x0f','\x60','\x10','\x06','\x00','\x60','\x06','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x18','\x06','\x1f','\xfc','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\x98','\x00','\x18','\x78','\x00','\x10','\x3e','\x00','\x20','\x0f','\xff','\xc0','\x01','\xfe','\x00','\x07','\x00','\x40','\x06','\x00','\x20','\x06','\x0c','\x33','\xff','\xfe','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x7f','\xf0','\x02','\x06','\x30','\x02','\x06','\x36','\x05','\xff','\xff','\x04','\x06','\x30','\x0c','\x06','\x30','\x08','\x7f','\xf0','\x18','\x08','\x00','\x18','\x0c','\x06','\x33','\xff','\xff','\xf0','\x18','\x60','\x70','\x30','\xc0','\x30','\x30','\xc0','\x30','\x6d','\x80','\x30','\x63','\xc0','\x38','\x06','\x70','\x18','\x18','\x38','\x01','\xe0','\x18','\x03','\x80','\x0e','\x23','\x00','\x0c','\x3b','\x01','\xcc','\x33','\x31','\x8c','\x3f','\xf9','\x8c','\x63','\x01','\x8c','\x43','\x01','\x8c','\x83','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x43','\x19','\x8c','\x7f','\xfd','\x8c','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x78','\x0c','\x63','\x30','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x02','\x01','\xc0','\x02','\x01','\x80','\x3f','\xe1','\x80','\x02','\x01','\x98','\x02','\x0f','\xfc','\x7f','\xf1','\x98','\x0c','\x81','\x98','\x18','\x95','\x18','\x62','\x73','\x1a','\x02','\x01','\x9a','\x3f','\xe2','\xca','\x02','\x04','\xca','\x03','\xd8','\x06','\xfe','\x00','\x07','\x60','\x38','\x03','\x00','\x30','\x30','\x1f','\xff','\xf8','\x00','\x30','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\xc0','\x30','\x01','\x80','\x60','\x06','\x03','\xe0','\x38','\x00','\xc0','\x0e','\x00','\xe0','\x0c','\x08','\xc0','\x0c','\x0e','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0d','\x8c','\xc0','\xff','\xcc','\xcc','\x19','\x8f','\xfe','\x19','\x88','\xc0','\x19','\x98','\xc0','\x19','\x90','\xc0','\x19','\xa0','\xc0','\x31','\x80','\xc0','\x33','\x00','\xcc','\x33','\x1f','\xfe','\x6a','\x00','\xc0','\x66','\x00','\xc0','\x07','\x00','\xc0','\x05','\x80','\xc0','\x0c','\xc0','\xc0','\x08','\xc0','\xc0','\x10','\x00','\xc6','\x20','\x7f','\xff','\xc0','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x0c','\x0e','\xff','\xfe','\x0c','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\x44','\x03','\x00','\x87','\x03','\x00','\x0e','\x03','\x00','\x0c','\x73','\x00','\x18','\x63','\x18','\x38','\x63','\xfc','\x58','\x63','\x00','\x98','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x06','\x1b','\xff','\xff','\x18','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x11','\x80','\x0c','\x1d','\x80','\x0c','\x19','\x80','\x0c','\x19','\x80','\x2e','\x19','\x8c','\x2d','\x3f','\xfe','\x2d','\xb1','\x80','\x6d','\xa1','\x80','\x6c','\x61','\x80','\x4c','\x41','\x80','\xcc','\x81','\x80','\xcc','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x0e','\x80','\x00','\x0c','\x60','\x00','\x0c','\x30','\x00','\x0c','\x30','\x20','\x0c','\x0c','\x3f','\xff','\xfe','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\xcc','\x20','\x3f','\xec','\x38','\x30','\xc4','\x30','\x30','\xc6','\x60','\x30','\xc6','\x60','\x30','\xc2','\xc0','\x30','\xc3','\x80','\x30','\xc1','\x00','\x30','\xc3','\x80','\x31','\x86','\xc2','\x37','\x8c','\xe2','\x23','\x18','\x72','\x60','\x30','\x3f','\x40','\xc0','\x1f','\x80','\x00','\x06','\x00','\x02','\x00','\x00','\x33','\x80','\xff','\xfb','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x06','\x3b','\x07','\xff','\x33','\x06','\x10','\x33','\x64','\x1c','\x33','\xfc','\x18','\x33','\x0a','\x18','\x33','\x12','\x18','\x33','\x22','\x30','\x33','\x01','\x30','\x33','\x01','\x20','\x33','\x01','\xe0','\x33','\x00','\xc0','\x33','\x31','\xc0','\x33','\xc1','\x60','\x3f','\x03','\x30','\xfc','\x06','\x38','\x70','\x0c','\x1f','\x40','\x18','\x0e','\x00','\x60','\x06','\x03','\x81','\x00','\x03','\x19','\xc0','\xff','\xfd','\x80','\x03','\x01','\x06','\x03','\x03','\xff','\x3f','\xf2','\x10','\x23','\x15','\x18','\x23','\x18','\xb0','\x3f','\xf0','\xe0','\x03','\x00','\x40','\x07','\xc0','\xe0','\x0f','\x31','\xb8','\x33','\x33','\x1f','\xc3','\x0c','\x06','\x03','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x07','\x18','\x00','\x06','\x1f','\xf0','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x18','\x18','\x00','\x30','\x18','\x60','\x47','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x84','\x7f','\xbf','\xfe','\x63','\x01','\x80','\x63','\x01','\x88','\x63','\x1f','\xfc','\x63','\x01','\x80','\x63','\x01','\x82','\x7f','\x7f','\xff','\x63','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x1f','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\xf8','\x00','\x18','\x30','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x03','\x00','\xff','\x83','\x00','\x0c','\x3f','\xf8','\x0c','\x03','\x18','\x0c','\x03','\x1a','\x1e','\xff','\xff','\x1d','\x03','\x18','\x1d','\x83','\x18','\x3d','\xbf','\xf8','\x2c','\x04','\x00','\x2c','\x06','\x06','\x6d','\xff','\xff','\x4c','\x0c','\x30','\x8c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x36','\xc0','\x0c','\x31','\xe0','\x0c','\x03','\x38','\x0c','\x1c','\x1c','\x0c','\xe0','\x0c','\x1c','\x00','\x00','\x18','\x00','\x06','\x18','\xff','\xff','\x18','\x06','\x60','\x1b','\x06','\x60','\xff','\x86','\x60','\x18','\x46','\x66','\x18','\x7f','\xff','\x18','\x66','\x66','\x3c','\x66','\x66','\x3a','\x66','\x66','\x3b','\x66','\x66','\x3b','\x66','\x66','\x78','\x64','\x66','\x58','\x6c','\x7e','\x58','\x68','\x3e','\x58','\x70','\x06','\x98','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x7f','\xfe','\x18','\x60','\x06','\x18','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x07','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x30','\x06','\x0f','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x04','\x0c','\xff','\xfe','\x00','\x03','\x00','\x00','\x03','\x08','\x80','\x7f','\xfc','\x60','\x03','\x00','\x32','\x03','\x02','\x33','\xff','\xff','\x04','\x00','\x00','\x04','\x20','\x18','\x0c','\x3f','\xfc','\x08','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x3f','\xf8','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x38','\x30','\xf8','\x18','\x30','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x11','\x80','\x4c','\x1d','\x80','\x6c','\x19','\x80','\x6d','\x99','\x80','\x7f','\xd9','\x8c','\x4c','\x1f','\xfe','\x4c','\x11','\x80','\x8c','\x31','\x80','\x0d','\x21','\x80','\x0e','\x21','\x80','\x0c','\x41','\x80','\x1c','\x01','\x98','\xfc','\x3f','\xfc','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x0c','\x18','\x18','\x0f','\xff','\xfc','\x0c','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x30','\x18','\x00','\x20','\x18','\x00','\x40','\x18','\x30','\x8f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x80','\x00','\x18','\x60','\x00','\x18','\x60','\x10','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x0c','\x40','\x18','\xcc','\x70','\x1f','\xe6','\x60','\x18','\xc6','\xc0','\x18','\xc3','\x80','\x18','\xc3','\x82','\x11','\x86','\xc2','\x37','\x8c','\x73','\x23','\x30','\x3f','\x40','\x00','\x0e','\x80','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4d','\x01','\x84','\x6d','\xbf','\xfe','\x6d','\x81','\x80','\x2d','\x01','\x88','\x2e','\x1f','\xfc','\x0c','\x01','\x80','\xff','\x81','\x82','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x1e','\x10','\x18','\x1d','\x9f','\xfc','\x1c','\xd8','\x18','\x3c','\xd8','\x18','\x2c','\x1f','\xf8','\x6c','\x18','\x18','\x4c','\x18','\x18','\x8c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\xf8','\x0c','\x18','\x30','\x00','\x18','\x00','\xff','\xfc','\x00','\x18','\x62','\x06','\x18','\x63','\xff','\x1f','\xe3','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x1f','\xe3','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x19','\xe3','\xfe','\xfe','\x63','\x06','\x70','\x60','\x00','\x40','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x23','\x80','\x0e','\x33','\x11','\xcc','\x3f','\xf9','\x8c','\x23','\x01','\x8c','\x43','\x09','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x23','\x19','\x8c','\x3f','\xfd','\x8c','\x33','\x19','\x8c','\x33','\x18','\x0c','\x33','\x78','\x7c','\x33','\x30','\x18','\x03','\x0e','\x00','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\xe4','\x30','\x01','\xc2','\x38','\x07','\xc3','\x40','\x1c','\xc1','\x80','\xe0','\xcc','\xc0','\x00','\xf0','\x70','\x1f','\xc0','\x3f','\x07','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x20','\xc6','\x0c','\x3f','\xff','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x31','\x86','\x0c','\x31','\x87','\xfc','\x33','\x03','\xfc','\x36','\x00','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x06','\x00','\xe8','\x7f','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc0','\x01','\xa0','\xc6','\xff','\xff','\xff','\x00','\x30','\xc0','\x00','\x30','\xc0','\x06','\x30','\xc8','\x7f','\x30','\xce','\x00','\x3e','\xcc','\x00','\x32','\x4c','\x06','\x32','\x48','\x7f','\x32','\x58','\x00','\x32','\x50','\x00','\x32','\x70','\x46','\x32','\x20','\x7f','\x32','\x70','\x66','\x2e','\x52','\x66','\x26','\xda','\x66','\x60','\x8a','\x66','\x41','\x0e','\x7e','\x86','\x07','\x61','\x00','\x03','\x07','\x00','\x0c','\x06','\x04','\x7e','\x06','\x67','\xc0','\xff','\xf6','\x00','\x06','\x06','\x06','\x06','\x07','\xff','\x07','\xe6','\x30','\xfe','\x04','\x30','\x66','\x0c','\x30','\x06','\x08','\x30','\x3e','\x10','\x30','\x0c','\xff','\x30','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x03','\x00','\xe0','\x7f','\x80','\xc0','\x00','\x00','\xc2','\x00','\x3f','\xff','\x01','\x80','\xc0','\xff','\xc0','\xc4','\x00','\x1f','\xfe','\x00','\x00','\xc0','\x03','\x00','\xc2','\x7f','\xbf','\xff','\x00','\x00','\x00','\x00','\x08','\x0c','\x03','\x0f','\xfe','\x7f','\x8c','\x0c','\x00','\x0c','\x0c','\x00','\x0f','\xfc','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x0f','\xfc','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\x0c','\x7c','\x63','\x0c','\x18','\x00','\x70','\x0c','\x40','\x61','\x3e','\x30','\x61','\xe0','\x18','\x61','\x80','\x18','\x69','\x80','\x1b','\xfd','\x80','\x00','\x61','\x86','\x00','\x61','\xff','\x00','\x61','\x98','\x00','\x69','\x98','\x18','\x71','\x98','\xfc','\xe1','\x98','\x1b','\xe1','\x98','\x19','\x61','\x98','\x18','\x61','\x98','\x18','\x61','\x18','\x18','\x63','\x18','\x19','\xe2','\x18','\x18','\xc4','\x18','\x18','\x00','\x00','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x64','\x0c','\xff','\xf7','\xfe','\x0a','\x06','\x0c','\x0a','\x06','\x0c','\x0a','\x07','\xfc','\x4a','\x66','\x0c','\x7f','\xf6','\x0c','\x6a','\x66','\x0c','\x6a','\x67','\xfc','\x6a','\x60','\x00','\x6a','\x60','\xe0','\x6b','\xe4','\xc0','\x69','\xe6','\xc0','\x70','\x66','\xc4','\x60','\x67','\xfe','\x60','\x6c','\xc0','\x60','\x68','\xc0','\x7f','\xf0','\xc8','\x60','\x67','\xfc','\x60','\x60','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc2','\x7f','\xff','\xff','\x60','\x60','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x07','\x01','\x00','\x06','\x01','\x98','\x06','\x21','\xfc','\xff','\xf3','\x18','\x06','\x02','\x30','\x06','\x44','\x20','\x7f','\xe8','\x4c','\x06','\x07','\xfe','\x06','\x20','\xcc','\xff','\xf0','\xcc','\x00','\x00','\xcc','\x20','\xcf','\xff','\x3f','\xe0','\xcc','\x30','\xc0','\xcc','\x30','\xc0','\xcc','\x3f','\xc7','\xfc','\x30','\xc0','\xcc','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x33','\xc7','\xc0','\x31','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x81','\x80','\x00','\x43','\x00','\x00','\x26','\x00','\x00','\x1c','\x00','\x00','\x37','\x80','\x01','\xc1','\xff','\x0f','\x00','\x7e','\xf3','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x30','\x00','\x60','\xc0','\x00','\x60','\x01','\x90','\x08','\x0f','\xcc','\x0e','\xfc','\x06','\x0c','\x0c','\x06','\x18','\x0c','\x06','\x10','\x0c','\x00','\x20','\x0d','\x9f','\xfc','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x9f','\xfc','\x1c','\xc0','\x60','\x3c','\xc4','\x60','\x2c','\x07','\x60','\x6c','\x06','\x60','\x4c','\x06','\x60','\x8c','\x06','\x62','\x0c','\x0c','\x62','\x0c','\x0c','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x23','\x04','\x00','\x3f','\x86','\x30','\x33','\x0f','\xf8','\x33','\x0c','\x60','\x33','\x18','\xc0','\x33','\x31','\x06','\x33','\x5f','\xff','\x3f','\x98','\x00','\x33','\x18','\x00','\x33','\x19','\x0c','\x33','\x19','\xfe','\x33','\x19','\x8c','\x33','\x19','\x8c','\x3f','\x19','\x8c','\x33','\x19','\x8c','\x33','\x19','\x8c','\x33','\x19','\xbc','\x33','\x19','\x98','\x33','\x11','\x80','\x23','\x11','\x82','\x23','\x31','\x82','\x63','\x21','\x83','\x4f','\x21','\xff','\x86','\x40','\xfe','\x02','\x04','\x00','\x03','\x87','\x00','\x07','\x06','\x00','\x06','\x08','\x18','\x0f','\xff','\xfc','\x1c','\x18','\x00','\x2c','\x18','\x00','\x4f','\xff','\xf0','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x00','\x00','\x60','\x3f','\xff','\xf0','\x01','\x01','\xc0','\x00','\x83','\x80','\x00','\x6e','\x00','\x00','\x38','\x00','\x00','\xef','\x00','\x07','\x83','\xff','\xf8','\x00','\x7e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x38','\xe0','\x18','\x30','\xc0','\x18','\x30','\xc6','\x1f','\xff','\xff','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x3f','\xc0','\x18','\x06','\x00','\x19','\x06','\x18','\x11','\xff','\xfc','\x31','\x86','\x18','\x31','\x86','\x18','\x21','\x86','\x18','\x61','\x86','\x18','\x41','\x86','\x18','\x81','\x86','\xf8','\x01','\x86','\x30','\x00','\x06','\x00','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x6c','\x0c','\x7f','\xfe','\x2e','\x0c','\x60','\x2d','\x8c','\x60','\x2c','\xcc','\x60','\x6c','\xcc','\x60','\x6c','\x0c','\x66','\x4c','\xff','\xff','\xcc','\x00','\x00','\xcc','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x00','\x03','\xa0','\x00','\x03','\x18','\x00','\x03','\x18','\x20','\x03','\x06','\x3f','\xff','\xff','\x30','\x03','\x00','\x30','\xe3','\x00','\x30','\xc3','\x08','\x30','\xc3','\x0e','\x30','\xfb','\x0c','\x30','\xc1','\x0c','\x30','\xc1','\x98','\x3f','\xfd','\x98','\x30','\xc1','\x90','\x30','\xc0','\xb0','\x34','\xd0','\xe0','\x36','\xc8','\x40','\x36','\xcc','\xe0','\x24','\xcc','\xa2','\x24','\xc1','\x32','\x68','\xc2','\x1a','\x43','\xc4','\x1f','\x41','\x98','\x0f','\x80','\x00','\x06','\x00','\x00','\x70','\x00','\x03','\xf8','\x10','\x3f','\x80','\x1f','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\xe6','\x00','\x18','\x1e','\x00','\x18','\x07','\xc0','\x10','\x06','\xf0','\x30','\x06','\x38','\x30','\x06','\x18','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x98','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x11','\xe0','\x0c','\x1f','\x00','\x0d','\x98','\x00','\xff','\xd8','\x00','\x0c','\x18','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x1e','\x18','\x60','\x1d','\x98','\x60','\x1c','\xd8','\x60','\x3c','\xd8','\x60','\x2c','\x18','\x60','\x2c','\x18','\x60','\x6c','\x10','\x60','\x4c','\x30','\x60','\x8c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x60','\x60','\x0c','\x40','\x60','\x0c','\x80','\x60','\x0d','\x00','\x60','\x0c','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x18','\x03','\xff','\xfc','\x07','\x80','\x18','\x0d','\x80','\x18','\x19','\x80','\x18','\x31','\x80','\x18','\xc1','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\xff','\xf8','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x81','\xc0','\x0f','\xc1','\x84','\xfc','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x88','\x0d','\x9f','\xfc','\xff','\xc1','\x80','\x0c','\x01','\x82','\x0c','\x7f','\xff','\x1c','\x00','\x00','\x1e','\x1f','\xf8','\x1d','\x98','\x18','\x3c','\xd8','\x18','\x2c','\xdf','\xf8','\x2c','\x18','\x18','\x6c','\x18','\x18','\x4c','\x1f','\xf8','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x04','\x00','\x0c','\x0e','\x38','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x10','\x04','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x34','\x0c','\x80','\x23','\x08','\x60','\x43','\x10','\x60','\x80','\x00','\x00','\x07','\x01','\x10','\x06','\x01','\x10','\x7f','\xef','\xfe','\x06','\x01','\x10','\x06','\x01','\x10','\x7f','\xe1','\x10','\x06','\x1f','\xff','\x06','\x00','\x00','\xff','\xf4','\x0c','\x0e','\x07','\xfe','\x1f','\x06','\x0c','\x16','\xc6','\x0c','\x36','\x67','\xfc','\x26','\x66','\x0c','\x46','\x06','\x0c','\x86','\x07','\xfc','\x06','\x06','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x84','\x0c','\x3f','\xfe','\x08','\x01','\x80','\x92','\x01','\x88','\x63','\x9f','\xfc','\x33','\x01','\x80','\x36','\x01','\x82','\x04','\x7f','\xff','\x09','\x00','\x00','\x10','\x8f','\xf8','\xff','\xcc','\x18','\x7c','\xcc','\x18','\x4c','\xcf','\xf8','\x0c','\x0c','\x18','\x4c','\x0c','\x18','\x7e','\x0f','\xf8','\x6d','\x8c','\x18','\x6c','\xcc','\x18','\x4c','\xcf','\xf8','\x4c','\x04','\x00','\x8c','\x0e','\x38','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x02','\x18','\x04','\x7f','\x34','\xfe','\x00','\x34','\x00','\x02','\x62','\x04','\x7f','\x62','\xfe','\x00','\xc1','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0b','\xff','\xff','\x33','\x00','\xde','\xc3','\x00','\xc6','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x07','\xc0','\x03','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\xc3','\x20','\x0c','\xc3','\x18','\x1c','\xc3','\x0c','\x18','\xc3','\x0e','\x30','\xc3','\x06','\x61','\x83','\x06','\x81','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x0c','\x1f','\x00','\x30','\x06','\x00','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc6','\x30','\xff','\xff','\x30','\xc3','\x30','\x30','\xc3','\x30','\x3f','\xc3','\x30','\x06','\x03','\x30','\x06','\x13','\x38','\x76','\x1f','\x34','\x66','\xdb','\x36','\x67','\xfb','\x32','\x66','\x13','\x33','\x66','\x33','\x33','\x66','\x23','\x33','\x66','\x43','\x30','\x66','\x06','\x30','\x66','\x06','\x30','\x67','\x8c','\x30','\xfe','\x08','\x30','\x70','\x11','\xf0','\x40','\x60','\x60','\x20','\xc0','\xe0','\x3f','\xe0','\xc4','\x30','\xcf','\xfe','\x30','\xc0','\xc0','\x30','\xc0','\xc8','\x30','\xc7','\xfc','\x30','\xc0','\xc0','\x30','\xc0','\xc2','\x3f','\xdf','\xff','\x06','\x00','\x00','\x06','\x0f','\xfc','\x76','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\xcf','\xfc','\x67','\xec','\x0c','\x66','\x0c','\x0c','\x66','\x0f','\xfc','\x66','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\x0f','\xfc','\x66','\xc2','\x00','\xff','\x07','\x38','\x78','\x0c','\x0e','\x40','\x30','\x06','\x00','\x00','\x06','\x00','\xdf','\xff','\xff','\xe0','\xc0','\x0c','\x00','\x80','\x0c','\x09','\x0c','\x0c','\x0f','\xfe','\x08','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x10','\xcf','\xfc','\x3f','\xec','\x0c','\x38','\xcc','\x0c','\x38','\xcc','\x0c','\x58','\xcf','\xfc','\x58','\xcc','\x0c','\x98','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcf','\xfc','\x1f','\xc4','\x00','\x18','\xc7','\x18','\x18','\x0e','\x06','\x00','\x18','\x03','\x00','\x60','\x03','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x23','\x06','\x0c','\x73','\x06','\x0d','\x83','\x06','\x0e','\x03','\x06','\x0c','\x03','\x06','\x3c','\x03','\x06','\xcc','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x46','\x06','\x0c','\x46','\x06','\x0c','\x66','\x0e','\x0f','\xe4','\x0c','\x07','\xcc','\x0c','\x00','\x08','\x1c','\x00','\x10','\x18','\x00','\x20','\xf8','\x00','\xc0','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0d','\x81','\x80','\x1e','\x01','\x80','\xfc','\x01','\x80','\x6c','\x71','\x87','\x4c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x7f','\xfe','\x7c','\x60','\x06','\x18','\x60','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\x7f','\xfe','\x0c','\x10','\x20','\x0d','\x88','\x38','\xff','\xcc','\x30','\x0c','\x0c','\x20','\x0c','\x00','\x46','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0d','\x04','\x00','\x1e','\x07','\x00','\xfc','\x06','\x06','\x6c','\xff','\xff','\x4c','\x0c','\x30','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x36','\xc0','\x0c','\x31','\x80','\x0c','\x03','\x60','\x0c','\x06','\x38','\x7c','\x18','\x1c','\x18','\xe0','\x0c','\x0e','\x00','\x06','\x0c','\xff','\xff','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0f','\xf0','\x0d','\x8c','\x30','\xff','\xcc','\x30','\x0c','\x0f','\xf0','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0d','\x0c','\x30','\x0e','\xff','\xff','\x0c','\x00','\x30','\x1c','\x00','\x30','\xfc','\x20','\x08','\x6c','\x18','\x1e','\x4c','\x0c','\x38','\x0c','\x0c','\x40','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x04','\x60','\x0c','\xf8','\x1c','\x7c','\x70','\x0e','\x18','\x40','\x06','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x11','\xe0','\x0c','\x1f','\x00','\x0c','\x18','\x00','\x0d','\x98','\x00','\xff','\xd8','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x60','\x0c','\x98','\x60','\x0f','\x18','\x60','\x1c','\x18','\x60','\xfc','\x18','\x60','\x6c','\x18','\x60','\x4c','\x10','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x60','\x60','\x0c','\x40','\x60','\x0c','\x80','\x60','\x7d','\x00','\x60','\x18','\x00','\x60','\x03','\x08','\x60','\x7f','\x8f','\xf0','\x00','\x0c','\x60','\x00','\x0c','\x60','\x01','\x8c','\x60','\xff','\xcc','\x60','\x00','\x0c','\x60','\x00','\x08','\x7e','\x03','\x18','\x3e','\x7f','\x90','\x00','\x00','\x20','\x00','\x00','\x00','\x18','\x03','\x3f','\xfc','\x7f','\x88','\x18','\x00','\x08','\x38','\x00','\x04','\x30','\x43','\x06','\x60','\x7f','\x83','\xc0','\x63','\x01','\x80','\x63','\x03','\xc0','\x63','\x06','\x70','\x63','\x0c','\x3f','\x7f','\x18','\x1e','\x63','\x60','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x31','\x06','\x0c','\x61','\xc6','\x10','\x63','\x86','\x00','\x07','\x07','\xfe','\x0c','\x03','\xfe','\x30','\x00','\x00','\xc0','\x00','\x00','\x1c','\x00','\x0c','\x18','\x3f','\xfe','\x18','\x83','\x0c','\x19','\xc3','\x0c','\x1e','\x03','\x0c','\x38','\x03','\x0c','\xd8','\x86','\x0c','\x18','\x86','\x0c','\x18','\xc4','\x1c','\x1f','\xcc','\x18','\x0f','\x88','\x38','\x00','\x11','\xf0','\x00','\x60','\x60','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x1f','\xf7','\xff','\x34','\x04','\x80','\x22','\x08','\x40','\x43','\x10','\x60','\x83','\x00','\x60','\x10','\x62','\x0c','\x1f','\xf3','\xfe','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1f','\xe3','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1f','\xe3','\x0c','\x18','\x63','\x0c','\x18','\x83','\x0c','\x18','\x43','\x0c','\x18','\x63','\x0c','\x19','\xb3','\x7c','\x7e','\x33','\x18','\x38','\x03','\x00','\x20','\x03','\x00','\x03','\x10','\x10','\x7f','\x8c','\x1c','\x00','\x06','\x18','\x00','\x06','\x30','\x01','\x86','\x20','\xff','\xd0','\x4c','\x00','\x1f','\xfe','\x00','\x18','\x0c','\x03','\x18','\x0c','\x7f','\x98','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x03','\x1f','\xfc','\x7f','\x98','\x6c','\x00','\x04','\x60','\x00','\x07','\x60','\x43','\x06','\x60','\x7f','\x86','\x60','\x63','\x06','\x62','\x63','\x0c','\x62','\x63','\x0c','\x62','\x63','\x08','\x63','\x7f','\x10','\x7f','\x63','\x60','\x3e','\x00','\x00','\x30','\x0f','\xff','\xf8','\x00','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x18','\x06','\x30','\x18','\x04','\x67','\x99','\xe8','\x60','\x18','\x00','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x18','\x1f','\xff','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x18','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x30','\x08','\x0f','\xf8','\x92','\x0c','\x30','\x63','\x98','\x60','\x33','\x10','\x40','\x36','\x20','\x8c','\x04','\x5f','\xfe','\x09','\x18','\x8c','\x10','\x98','\x8c','\xff','\xd8','\x8c','\x7c','\xd8','\x8c','\x4c','\x18','\x8c','\x0c','\x1f','\xfc','\x4e','\x18','\x0c','\x7d','\x98','\x00','\x6c','\xd8','\x00','\x6c','\xd8','\x00','\x4c','\x18','\x02','\x4c','\x18','\x02','\x8c','\x18','\x03','\x0c','\x1f','\xff','\x0c','\x0f','\xfe','\x00','\x00','\x60','\x00','\x01','\xf0','\x00','\x0f','\x80','\x00','\xf8','\x00','\x3f','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0e','\x02','\x04','\x0c','\x21','\x87','\x0c','\x18','\xc6','\x0c','\x0c','\xcc','\x0c','\x0c','\x08','\x4c','\x80','\x10','\x7f','\xdf','\xfe','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x7f','\x9f','\xfe','\x4c','\x98','\xc6','\x0c','\x00','\xc0','\x0d','\x00','\xc6','\x0c','\xbf','\xff','\x0f','\xc0','\xc0','\xfc','\xc0','\xc0','\x70','\xc0','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\xe3','\x0e','\x18','\xc3','\x0c','\x38','\xc3','\x0c','\x38','\xc3','\x0c','\x58','\xc3','\x0c','\x98','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x00','\x1c','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x30','\x07','\xff','\xf8','\x0c','\x18','\x00','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x02','\x03','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x00','\x00','\x60','\x00','\x03','\xf0','\x00','\x1f','\x00','\x01','\xf8','\x00','\x3e','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\xc8','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x06','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x02','\x18','\x00','\x03','\x98','\xc0','\x07','\x18','\x30','\x06','\x18','\x18','\x0c','\x18','\x0c','\x18','\x18','\x0e','\x30','\x18','\x06','\xc0','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc2','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xe0','\x06','\x00','\x7f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x0e','\x00','\x1c','\x0c','\x00','\x18','\x0c','\x1c','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x10','\x18','\x18','\x30','\x00','\x18','\x20','\x00','\x18','\x40','\x00','\x18','\x80','\x00','\x18','\x08','\x21','\xc0','\x86','\x39','\x98','\x63','\x31','\x86','\x33','\x21','\x86','\x30','\x41','\x80','\x40','\x19','\x82','\x7f','\xf9','\x8f','\x63','\x19','\xf0','\x63','\x1f','\x80','\x63','\x19','\x88','\x7f','\xf9','\x8e','\x63','\x19','\x8c','\x63','\x18','\xcc','\x63','\x18','\xd8','\x7f','\xf8','\xd8','\x63','\x18','\xd0','\x03','\x00','\x70','\x03','\x18','\x62','\xff','\xfc','\xe2','\x03','\x00','\xb2','\x03','\x01','\x9a','\x03','\x03','\x1f','\x03','\x0c','\x0f','\x03','\x30','\x06','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x18','\x18','\x0c','\x1b','\xfd','\xfe','\x18','\x18','\x0c','\x1a','\x19','\x0c','\x19','\x98','\xcc','\x18','\x98','\x4c','\x30','\x18','\x0c','\x30','\x38','\x1c','\x30','\xd8','\x6c','\x27','\x9b','\xcc','\x63','\x19','\x8c','\x42','\x19','\x0c','\x80','\x78','\x3c','\x00','\x30','\x18','\x1c','\x0c','\x0c','\x19','\xfe','\xfe','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x8c','\x8c','\x1a','\xfc','\xfc','\xff','\xc0','\xc0','\x18','\xc4','\xc2','\x18','\xc6','\xc3','\x18','\xfe','\xff','\x18','\x7c','\x7e','\x19','\x00','\x00','\x1e','\x1c','\xe0','\xfc','\x18','\xc8','\x78','\xff','\xfc','\x58','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc6','\x1b','\xff','\xff','\x18','\x20','\x00','\x18','\x38','\x60','\x18','\x70','\x1c','\xf8','\xc0','\x0e','\x33','\x00','\x06','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0d','\x8c','\x40','\xff','\xcc','\x60','\x0c','\x18','\x30','\x0c','\x30','\x1c','\x0c','\x60','\x0f','\x1d','\xbf','\xf6','\x1e','\x03','\x00','\x1d','\x03','\x00','\x3d','\x83','\x00','\x2d','\x83','\x00','\x2c','\x03','\x18','\x6c','\x7f','\xfc','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x0c','\x0d','\x9f','\xfe','\xff','\xf0','\x00','\x0c','\x20','\x00','\x0c','\x50','\x18','\x0c','\x9f','\xfc','\x1e','\x19','\x98','\x1d','\x99','\x98','\x1c','\xd9','\x98','\x3c','\xd9','\x98','\x2c','\x19','\x98','\x2c','\x19','\x9a','\x6c','\xff','\xff','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\xf8','\x0c','\x18','\x30','\x00','\x20','\x00','\x00','\x38','\x00','\x04','\x30','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x18','\x10','\x01','\x98','\x1c','\x7f','\xd8','\x38','\x01','\x9c','\x60','\x03','\x1a','\x80','\x03','\x19','\x00','\x06','\x18','\xc0','\x0c','\x18','\x70','\x18','\x18','\x3f','\x30','\x18','\x1e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x20','\x07','\x40','\x18','\x06','\x30','\x0c','\x06','\x10','\x0c','\x06','\x0c','\x01','\xff','\xfe','\x00','\x06','\x00','\x80','\x06','\x00','\x60','\x06','\x0c','\x32','\xff','\xfe','\x32','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x06','\x0d','\xff','\xff','\x08','\x03','\x10','\x18','\x03','\x1c','\x18','\x01','\x98','\x30','\x01','\xb0','\xf0','\x00','\xe0','\x70','\x01','\xc2','\x30','\x03','\x62','\x30','\x0e','\x32','\x30','\x38','\x1f','\x39','\xc0','\x0f','\x18','\x00','\x06','\x10','\x03','\x80','\x0c','\x23','\x00','\x06','\x3b','\x00','\x06','\x33','\x00','\x00','\x33','\x18','\x00','\x3f','\xfc','\x80','\x63','\x00','\x60','\x43','\x00','\x32','\x83','\x00','\x32','\x03','\x00','\x04','\x03','\x06','\x07','\xff','\xff','\x0c','\x18','\xc0','\x08','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x30','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc2','\x30','\x30','\xc2','\x30','\x30','\xc2','\x30','\x60','\xc3','\x38','\xc0','\xff','\x1b','\x00','\x7e','\x08','\x0e','\x00','\x06','\x0c','\x00','\x03','\x0c','\x00','\x43','\x0c','\x60','\x30','\x7f','\xf0','\x18','\x0c','\x60','\x19','\x0c','\x60','\x02','\x08','\x62','\x0c','\x18','\x62','\x78','\x10','\x63','\x18','\x20','\x7f','\x18','\x40','\x3e','\x1d','\x9c','\x00','\x0c','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x20','\x30','\x30','\x18','\x20','\x20','\x0c','\x24','\x24','\x0d','\xfe','\xfe','\x00','\x20','\x20','\x00','\x20','\x20','\x80','\x22','\x22','\x63','\xff','\xff','\x30','\x50','\x50','\x34','\x48','\xc8','\x04','\xcc','\x8c','\x04','\x8d','\x07','\x09','\x02','\x02','\x0a','\x40','\x18','\x18','\x7f','\xfc','\x10','\x60','\x18','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x7f','\xf8','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x60','\x1c','\x1f','\xf3','\x98','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x19','\xe0','\xf8','\x18','\xc0','\x30','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x1c','\x00','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x40','\x0c','\x18','\x7f','\xfe','\x1a','\x60','\x0c','\x5b','\xe0','\x0c','\x5b','\x60','\x0c','\x5a','\x7f','\xfc','\x5c','\x60','\x00','\xd8','\x63','\x06','\xd8','\x7f','\xff','\x98','\x63','\x06','\x18','\x73','\x46','\x18','\x6b','\x36','\x14','\x6b','\x16','\x16','\x43','\x06','\x36','\xc3','\x0e','\x36','\xc7','\x36','\x20','\x9b','\xe6','\x21','\xf3','\x46','\x61','\x23','\x06','\x42','\x0f','\x1e','\x80','\x06','\x0c','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xcc','\x06','\xff','\xef','\xff','\x18','\x18','\x00','\x18','\x10','\x00','\x18','\x20','\x0c','\x19','\x8f','\xfe','\x1f','\xc0','\xcc','\x19','\x80','\xc8','\x19','\x8e','\xc0','\x19','\x8c','\xc0','\x19','\x8c','\xcc','\x19','\x8c','\xfe','\x19','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8a','\xc0','\x23','\x19','\xc0','\x63','\x10','\xe0','\x4f','\x20','\x7f','\x86','\x40','\x1e','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x31','\x06','\x0c','\x61','\xc6','\x10','\x63','\x86','\x00','\x07','\x07','\xfe','\x1c','\x03','\xfe','\xe0','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\xff','\xff','\xff','\x00','\x39','\x80','\x00','\x71','\x80','\x00','\xe1','\x80','\x03','\x81','\x80','\x0e','\x01','\x80','\x70','\x0f','\x80','\x00','\x03','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x40','\x21','\x88','\x30','\x40','\x91','\x10','\x84','\x01','\x80','\x03','\x01','\x00','\x01','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x60','\x1c','\x1f','\xf3','\x98','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x19','\xe0','\xf8','\x18','\xc0','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x13','\x18','\x08','\x1f','\xfc','\x92','\x18','\x18','\x63','\x98','\x18','\x33','\x1f','\xf8','\x36','\x18','\x18','\x04','\x18','\x18','\x09','\x18','\x18','\x10','\x9f','\xf8','\xff','\xc1','\x80','\x7c','\xc1','\x88','\x4c','\x0d','\x8e','\x0c','\x7f','\x9c','\x4e','\x0d','\xa0','\x7d','\x0d','\xc0','\x6d','\x99','\xa0','\x6d','\x99','\xb0','\x4c','\x31','\x98','\x4c','\x21','\x9f','\x8c','\x41','\x8e','\x0d','\x8f','\x86','\x0c','\x03','\x00','\x08','\x1c','\x70','\x0e','\x18','\x60','\x0c','\x18','\x68','\x08','\x1a','\x66','\x90','\xff','\x63','\x64','\x18','\x63','\x37','\x18','\x60','\x36','\x18','\x66','\x0c','\xff','\xff','\x0a','\x14','\x60','\x11','\x14','\x64','\xff','\x94','\x67','\x7d','\x95','\x66','\x4c','\x55','\xa6','\x0c','\x55','\xa4','\x4e','\x55','\x2c','\x7d','\x56','\x28','\x6d','\x54','\x38','\x6d','\x14','\x92','\x4c','\x17','\x3a','\x4d','\xfc','\x6a','\x8c','\xf0','\xce','\x0c','\x81','\x87','\x0c','\x06','\x03','\x01','\x02','\x00','\x00','\x83','\x80','\x00','\xc3','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x10','\x00','\x10','\x1c','\x00','\x0c','\x18','\x0c','\x44','\x3f','\xfe','\x30','\x26','\x18','\x12','\x46','\x20','\x04','\x8d','\x00','\x09','\x0d','\x00','\x18','\x18','\x80','\xf0','\x18','\xc0','\x30','\x30','\x70','\x30','\x60','\x3f','\x38','\xc0','\x1e','\x1b','\x00','\x06','\x00','\x02','\x00','\x21','\x83','\x80','\x3f','\xd3','\x18','\x31','\x9f','\xfc','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x9f','\xf8','\x31','\x98','\x18','\x3f','\x98','\x18','\x31','\x98','\x18','\x31','\x9f','\xf8','\x31','\x81','\x84','\x31','\x81','\x87','\x31','\x8d','\x86','\x3f','\xff','\x8c','\x31','\x8d','\xd0','\x31','\x8d','\xa0','\x31','\x89','\xb0','\x31','\x99','\x98','\x31','\x91','\x9c','\x21','\xa1','\x8f','\x61','\xc1','\x86','\x47','\x8f','\x80','\x83','\x03','\x00','\x04','\x00','\x70','\x07','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x60','\x0c','\x60','\x6c','\x0f','\xff','\xfe','\x18','\x66','\x60','\x10','\x66','\x60','\x30','\xc6','\x60','\x28','\xc6','\x60','\x46','\xc6','\x60','\x83','\x86','\x60','\x01','\x86','\x60','\x03','\x06','\x66','\x02','\x3f','\xff','\x06','\x00','\x60','\x0c','\x00','\x60','\x08','\x00','\x60','\x10','\x00','\x60','\x20','\x00','\x60','\x40','\x00','\x60','\x80','\x00','\x60','\x00','\x00','\x60','\x04','\x04','\x20','\x07','\x07','\x20','\x06','\x06','\x20','\x24','\xc6','\x20','\x3f','\xe6','\x10','\x30','\xc6','\x10','\x38','\xc4','\x10','\x34','\xcc','\x18','\x34','\xc8','\x0c','\x30','\xc8','\x0f','\x30','\xd0','\x06','\xff','\xe0','\x00','\x70','\xc0','\x00','\x30','\xc8','\x0c','\x34','\xcf','\xfe','\x34','\xcc','\x0c','\x34','\xcc','\x0c','\x34','\xcc','\x0c','\x34','\xcc','\x0c','\x34','\xcc','\x0c','\x20','\xcc','\x0c','\x60','\xcf','\xfc','\x43','\xcc','\x0c','\x81','\x8c','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x10','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x63','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\xc0','\x00','\x18','\xc0','\x06','\x18','\xff','\xff','\x19','\x80','\x00','\x31','\x80','\x0c','\x31','\xff','\xfe','\x20','\x02','\x0c','\x64','\x91','\x8c','\x44','\xcc','\x8c','\x98','\x44','\x3c','\x18','\x00','\x18','\x03','\x01','\x80','\x7f','\x81','\x80','\x00','\x03','\x40','\x00','\x03','\x40','\x01','\x86','\x20','\xff','\xc6','\x30','\x00','\x0c','\x18','\x00','\x08','\x1c','\x06','\x10','\x0f','\x7f','\x20','\x06','\x00','\xdf','\xf8','\x00','\x01','\x80','\x06','\x01','\x80','\x7f','\x01','\x80','\x00','\x01','\x98','\x00','\x1f','\xfc','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x7f','\x7f','\xff','\x63','\x00','\x00','\x21','\x81','\xc0','\x3f','\xc1','\x90','\x31','\x81','\x8c','\x31','\x81','\x84','\x31','\xbf','\xfe','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x8c','\x31','\x9f','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x86','\x31','\xbf','\xff','\x31','\x80','\xc8','\x31','\x80','\xce','\x31','\x80','\xdc','\x31','\x80','\x58','\x3f','\x80','\x70','\x00','\x00','\xe2','\x22','\x01','\xb2','\x39','\x83','\x1a','\x30','\xc6','\x1f','\x60','\xd8','\x0f','\x80','\x00','\x06','\x20','\xc3','\xa0','\x3f','\xe3','\x18','\x30','\xc3','\x08','\x30','\xc3','\x06','\x30','\xff','\xff','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x0c','\x3f','\xdf','\xfe','\x06','\x03','\x00','\x06','\x03','\x00','\x76','\x03','\x06','\x66','\x3f','\xff','\x66','\xc3','\x10','\x67','\xe3','\x1c','\x66','\x01','\x98','\x66','\x01','\xb0','\x66','\x00','\xe0','\x66','\x01','\xc2','\x66','\xc3','\x62','\x67','\x06','\x32','\xfc','\x18','\x1f','\x70','\x60','\x0f','\x40','\x00','\x06','\x00','\x18','\x0c','\x43','\xfc','\xfe','\x30','\x18','\x0c','\x19','\x18','\x8c','\x19','\xf8','\xfc','\x19','\x80','\xc0','\x01','\x88','\xc4','\x01','\x8c','\xc6','\x00','\xfc','\x7e','\x00','\x00','\x00','\x18','\x18','\xc0','\xfc','\x18','\xc8','\x19','\xff','\xfc','\x18','\x18','\xc0','\x18','\x18','\xc4','\x1b','\xff','\xfe','\x18','\x20','\x00','\x18','\x38','\x70','\x18','\x60','\x1c','\x19','\x80','\x0c','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x00','\x06','\x43','\xff','\xff','\x30','\x08','\x80','\x18','\xff','\xfc','\x0c','\x88','\x84','\x0c','\x88','\x84','\x00','\xff','\xfc','\x00','\x0c','\x00','\x00','\x08','\x02','\x03','\xff','\xff','\x0c','\x18','\x40','\xfe','\x10','\x20','\x0c','\x3f','\xd8','\x0c','\x60','\xcf','\x0c','\xc0','\xc6','\x0f','\x1f','\xc0','\x0c','\x18','\x08','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x0f','\xf8','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x03','\xa0','\x06','\x03','\x18','\x0d','\x03','\x08','\x0c','\xc3','\x06','\x08','\x7f','\xff','\x18','\x63','\x00','\x10','\x03','\x00','\x21','\x83','\x0c','\x3f','\xdf','\xfe','\x46','\x03','\x00','\x86','\x03','\x00','\x06','\x63','\x06','\x7f','\xff','\xff','\x06','\x03','\x10','\x06','\x83','\x1c','\x46','\xe1','\x98','\x26','\xc1','\xb0','\x36','\x80','\xe0','\x37','\x00','\xc2','\x06','\x61','\xe2','\x07','\x83','\x32','\xfe','\x06','\x1f','\x70','\x18','\x0f','\x40','\x60','\x06','\x06','\x00','\xe0','\x06','\x08','\xc0','\x0d','\x0e','\xc0','\x0c','\xcc','\xc0','\x08','\x6c','\xcc','\x18','\x6f','\xfe','\x10','\x08','\xc0','\x21','\x88','\xc0','\x3f','\xd0','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc6','\x06','\xdf','\xff','\x7f','\xe3','\x30','\x06','\x03','\x30','\x06','\x83','\x30','\x46','\xe3','\x30','\x26','\xc3','\x30','\x36','\x83','\x30','\x37','\x06','\x32','\x06','\x06','\x32','\x07','\xcc','\x32','\xfe','\x18','\x33','\x70','\x30','\x3f','\x40','\xc0','\x1e','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x38','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x68','\x06','\x60','\x68','\x06','\x60','\xc4','\x06','\x60','\xc6','\x06','\x61','\x83','\x86','\x63','\x01','\xe6','\x6c','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x10','\x08','\x08','\x1c','\x06','\x0e','\x18','\x03','\x0c','\x19','\x83','\x18','\x1f','\xc3','\x10','\x11','\x80','\x26','\x31','\x1f','\xff','\x22','\x00','\xc0','\x7f','\xe0','\xc0','\xb2','\x60','\xc0','\x32','\x60','\xcc','\x32','\x6f','\xfe','\x3f','\xe0','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x3f','\xe0','\xc6','\x00','\x1f','\xff','\x00','\x40','\xc0','\x25','\x20','\xc0','\x25','\x30','\xc0','\x65','\x30','\xc0','\xc5','\x00','\xc0','\xc0','\x00','\xc0','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x60','\x1c','\x1f','\xf3','\x98','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x19','\xe0','\xf8','\x18','\xc0','\x30','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x04','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x10','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x08','\x3f','\xff','\xfc','\x04','\x18','\x60','\x02','\x18','\x40','\x03','\x18','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x40','\x70','\x06','\x30','\x60','\x9f','\x18','\x66','\xf8','\x1f','\xff','\xc0','\x18','\x60','\xc0','\x02','\x64','\xc0','\x83','\xfe','\xc0','\x62','\x64','\xc6','\x32','\x64','\xff','\x32','\x64','\xcc','\x03','\xfc','\xcc','\x0a','\x64','\xcc','\x0a','\x64','\xcc','\x0a','\x64','\xcc','\x1b','\xfc','\xcc','\x12','\x64','\xcc','\x30','\x60','\xcc','\xf0','\x66','\xcc','\x77','\xff','\x8c','\x30','\x61','\x8c','\x30','\x61','\x0c','\x30','\x62','\x0c','\x38','\x64','\x0c','\x18','\x60','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x90','\x0c','\x01','\x88','\x0c','\x61','\x8c','\x1f','\xf1','\x8c','\x18','\x61','\x80','\x10','\x61','\x86','\x34','\xff','\xff','\x26','\xc1','\x80','\x41','\x81','\x80','\x91','\x83','\x40','\x1b','\x03','\x40','\x02','\x06','\x20','\x04','\x06','\x30','\x08','\x0c','\x1c','\x10','\x18','\x0f','\x20','\x60','\x06','\xc0','\x00','\x00','\x08','\x44','\x20','\x08','\x42','\x18','\x10','\xc3','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\x00','\x03','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0c','\x00','\x1e','\x30','\x00','\x66','\xcf','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x0e','\x02','\x04','\x0c','\x21','\x87','\x0c','\x18','\xc6','\x0c','\x0c','\xcc','\x0d','\x8c','\x08','\xff','\xc0','\x10','\x01','\xbf','\xfc','\x03','\x31','\x8c','\x03','\x31','\x8c','\x06','\x31','\x8c','\x06','\x3f','\xfc','\x0c','\x31','\x8c','\x0e','\x31','\x8c','\x1d','\x31','\x8c','\x2d','\xbf','\xfc','\xcd','\xb1','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x10','\x20','\x0e','\x0c','\x38','\x0c','\x06','\x30','\x08','\x06','\x44','\x92','\x3f','\xfe','\x63','\x81','\x80','\x33','\x01','\x88','\x36','\x1f','\xfc','\x04','\x01','\x80','\x0a','\x01','\x84','\x11','\x3f','\xfe','\xff','\x91','\x98','\x7d','\x89','\x90','\x4c','\x0d','\xa2','\x0c','\xff','\xff','\x4c','\x00','\x00','\x7e','\x10','\x18','\x6d','\x9f','\xfc','\x6c','\xd8','\x18','\x4c','\xd8','\x18','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x23','\x10','\x20','\x3f','\x8c','\x38','\x33','\x06','\x30','\x33','\x06','\x44','\x33','\x3f','\xfe','\x33','\x01','\x80','\x33','\x01','\x88','\x3f','\x1f','\xfc','\x33','\x01','\x80','\x33','\x01','\x84','\x33','\x3f','\xfe','\x33','\x11','\x98','\x33','\x09','\x90','\x3f','\x0d','\xa2','\x33','\x7f','\xff','\x33','\x00','\x00','\x33','\x10','\x18','\x33','\x1f','\xfc','\x33','\x18','\x18','\x33','\x18','\x18','\x23','\x18','\x18','\x63','\x18','\x18','\x4f','\x1f','\xf8','\x86','\x18','\x18','\x0e','\x00','\x00','\x0c','\x40','\x06','\x4d','\x7f','\xff','\x6d','\xc0','\x00','\x6d','\x48','\x04','\x2d','\x4f','\xfe','\x2e','\x48','\xc4','\x0c','\x48','\xc4','\xff','\xc8','\xc4','\x0c','\x4f','\xfc','\x0c','\x48','\xc4','\x1e','\x48','\xc4','\x1d','\x48','\xc4','\x1d','\x4f','\xfc','\x3d','\x48','\xc4','\x2c','\x40','\xc0','\x6c','\x40','\xc0','\x4c','\x40','\xcc','\x8c','\x4f','\xfe','\x0c','\xc0','\xc0','\x0c','\x80','\xc0','\x0c','\x80','\xc6','\x0d','\x3f','\xff','\x0c','\x00','\x00','\x00','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x43','\x06','\x10','\x7f','\xa0','\x26','\x63','\x3f','\xff','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x00','\x00','\x63','\x10','\x0c','\x7f','\x1f','\xfe','\x63','\x18','\x0c','\x60','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x20','\x41','\x06','\x18','\x71','\xff','\x0c','\x61','\x86','\x0c','\x89','\x86','\xff','\xfd','\x86','\x03','\x01','\xfe','\x03','\x01','\x86','\x73','\x39','\x86','\x63','\x31','\x86','\x63','\x31','\xfe','\x63','\x31','\x86','\x7f','\xf1','\x06','\x66','\x33','\x06','\x06','\x02','\x06','\x0c','\x04','\x3e','\x18','\x08','\x0c','\x30','\x1c','\x00','\xc0','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x04','\x18','\x06','\x07','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x76','\x76','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x67','\xf8','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x67','\xf8','\x66','\x66','\x18','\x66','\x66','\x18','\x7f','\xe6','\x18','\x60','\x66','\x18','\x60','\x06','\x18','\x00','\x06','\x1a','\x00','\xff','\xff','\x00','\x00','\x00','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x6c','\x0c','\x7f','\xfe','\x0d','\x0c','\x60','\xff','\x8c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x66','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0f','\x20','\x18','\xfc','\x3f','\xfc','\x7c','\x30','\x18','\x4c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x7c','\x30','\x18','\x18','\x30','\x18','\x01','\x01','\x00','\x01','\xc0','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x38','\x0c','\x00','\x1f','\x1f','\xff','\xfe','\x2c','\x18','\x36','\xcd','\x19','\xb0','\x0c','\x99','\x30','\x0c','\xda','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x10','\x02','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x30','\xc6','\xff','\xff','\xff','\x07','\x01','\xc0','\x0f','\x83','\xe0','\x0b','\x62','\xd0','\x1b','\x24','\xdc','\x33','\x08','\xcf','\x63','\x30','\xc6','\x83','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\x7f','\xff','\xff','\x00','\x18','\x0c','\x04','\x18','\x10','\x07','\x18','\x00','\x06','\x1f','\xf8','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\xd8','\x00','\x18','\x78','\x00','\x30','\x1f','\xff','\xc0','\x03','\xfe','\x02','\x10','\x18','\x43','\x9f','\xfc','\x23','\x18','\x18','\x16','\x18','\x18','\x1c','\x18','\x18','\x08','\x18','\x18','\x1c','\x18','\x18','\x34','\x18','\x18','\x66','\x1f','\xf8','\x86','\x18','\x18','\x0e','\x18','\x18','\x0b','\x18','\x18','\x1b','\x18','\x18','\x13','\x18','\x18','\x23','\x18','\x18','\x43','\x1f','\xf8','\x83','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x07','\x18','\x18','\x06','\x18','\x1a','\x3e','\xff','\xff','\x0c','\x00','\x00','\x00','\x01','\xc0','\x00','\xc1','\x80','\xff','\xe1','\x80','\x00','\xc1','\x86','\x00','\xbf','\xff','\x05','\x03','\x00','\x06','\x03','\x20','\x06','\x02','\x18','\x76','\x04','\x0c','\x66','\x3f','\xf6','\x66','\x1e','\x06','\x67','\xd0','\x00','\x66','\x00','\x00','\x66','\x11','\x38','\x66','\x1d','\x30','\x66','\x19','\x30','\x66','\x19','\x30','\x66','\x19','\x30','\x66','\xd9','\x30','\x67','\x11','\x32','\xfc','\x31','\x32','\x70','\x21','\x33','\x40','\x40','\x3f','\x01','\x80','\x1e','\x00','\x01','\xc0','\x00','\xc1','\x80','\xff','\xe1','\x80','\x00','\xc1','\x86','\x00','\xbf','\xff','\x05','\x01','\x80','\x06','\x01','\x80','\x06','\x21','\x8c','\x76','\x3f','\xfe','\x66','\x31','\x8c','\x66','\x31','\x8c','\x67','\xf1','\x8c','\x66','\x31','\x8c','\x66','\x3f','\xfc','\x66','\x33','\x8c','\x66','\x03','\x80','\x66','\x07','\xc0','\x66','\x05','\xa0','\x66','\xcd','\xb0','\x67','\x19','\x9c','\xfc','\x31','\x8f','\x70','\x61','\x86','\x41','\x81','\x80','\x00','\x01','\x80','\x00','\x0c','\x30','\x03','\x08','\x20','\xff','\x89','\x26','\x18','\x7f','\xff','\x18','\x08','\x20','\x18','\x1c','\x70','\x18','\x1a','\x68','\x10','\x3a','\xac','\x30','\x68','\xa7','\x20','\x89','\x22','\x3f','\x08','\x20','\x73','\x00','\x00','\x73','\x00','\x06','\xb3','\xff','\xff','\x33','\x01','\x84','\x33','\x21','\x88','\x33','\x39','\x80','\x33','\x31','\xfc','\x33','\x31','\x80','\x3f','\x29','\x80','\x30','\x65','\x80','\x30','\x43','\x80','\x00','\x81','\xff','\x03','\x00','\x7e','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\x18','\xff','\xcc','\x18','\x01','\x8c','\x18','\x03','\x0c','\x18','\x03','\x0f','\xf8','\x06','\x0c','\x18','\x04','\x0c','\x18','\x0e','\x0c','\x18','\x1d','\x8c','\x18','\x2c','\xcc','\x18','\xcc','\xcc','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1a','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x00','\xc8','\x18','\x07','\xef','\xfc','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\xcc','\x18','\xff','\xec','\x18','\x06','\x0f','\xf8','\x06','\x0c','\x18','\x0e','\x0c','\x18','\x0f','\x0c','\x18','\x0e','\xcc','\x18','\x1e','\x6c','\x18','\x16','\x6c','\x18','\x36','\x0f','\xf8','\x26','\x0c','\x18','\x46','\x0c','\x18','\x86','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1a','\x06','\x7f','\xff','\x06','\x00','\x00','\x07','\x08','\x18','\x86','\x4f','\xfc','\x46','\x7c','\x18','\x66','\x6c','\x18','\x36','\x4c','\x18','\x36','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\xff','\xef','\xf8','\x06','\x0c','\x18','\x06','\x0c','\x18','\x0e','\x0c','\x18','\x0f','\x0c','\x18','\x1e','\xcc','\x18','\x16','\x6c','\x18','\x36','\x6f','\xf8','\x26','\x0c','\x18','\x46','\x0c','\x18','\x86','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1a','\x06','\x7f','\xff','\x06','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x02','\x62','\x00','\x01','\x83','\x80','\x00','\xc7','\x00','\x00','\xcc','\x20','\x00','\x10','\x18','\x7f','\xff','\xec','\x3f','\x98','\x06','\x20','\x18','\x06','\x02','\x19','\x80','\x03','\x98','\x60','\x07','\x18','\x38','\x1c','\x18','\x1c','\x60','\x18','\x0c','\x00','\x18','\x00','\x04','\x08','\x18','\x07','\x0f','\xfc','\x06','\x0c','\x18','\x04','\x0c','\x18','\x49','\x0c','\x18','\x31','\xcc','\x18','\x19','\x8c','\x18','\x1b','\x0c','\x18','\x02','\x0f','\xf8','\x04','\x8c','\x18','\x08','\x4c','\x18','\xff','\xec','\x18','\x7e','\x6c','\x18','\x46','\x0c','\x18','\x06','\x0c','\x18','\x27','\x0f','\xf8','\x3e','\xcc','\x18','\x36','\x6c','\x18','\x36','\x6c','\x18','\x66','\x0c','\x18','\x46','\x0c','\x18','\x86','\x0c','\x1a','\x06','\x7f','\xff','\x06','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0c','\x00','\x18','\x0f','\xc0','\xfc','\x18','\x8f','\xc0','\x11','\x00','\xc0','\x3f','\xe0','\xc0','\x72','\x60','\xc6','\xb2','\x7f','\xff','\x3f','\xe0','\xc0','\x32','\x61','\xe0','\x32','\x61','\xe0','\x32','\x63','\xd0','\x3f','\xe2','\xd8','\x00','\x04','\xcc','\x2a','\x58','\xcf','\x29','\x20','\xc6','\x69','\x30','\xc0','\xc9','\x30','\xc0','\xc0','\x00','\xc0','\x03','\x00','\x18','\x7f','\x90','\xfc','\x00','\x1f','\xc0','\x00','\x18','\x00','\x01','\x98','\x00','\xff','\xd8','\x00','\x00','\x18','\x06','\x00','\x1f','\xff','\x03','\x18','\x60','\x7f','\x98','\x60','\x00','\x18','\x60','\x00','\x1b','\x60','\x03','\x18','\xe0','\x7f','\x98','\x70','\x00','\x18','\x7c','\x00','\x18','\x6e','\x43','\x18','\x66','\x7f','\xb0','\x60','\x63','\x30','\x60','\x63','\x20','\x60','\x63','\x60','\x60','\x63','\x40','\x60','\x7f','\x80','\x60','\x63','\x00','\x60','\x41','\x90','\x30','\x7f','\xdf','\xf8','\x61','\x98','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x62','\x18','\x30','\x66','\x18','\x30','\x64','\x18','\x30','\x68','\x1f','\xf0','\x64','\x18','\x30','\x62','\x18','\x30','\x63','\x18','\x30','\x61','\x18','\x30','\x61','\x98','\x30','\x61','\x98','\x30','\x61','\x9f','\xf0','\x61','\x98','\x30','\x6f','\x98','\x30','\x63','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x36','\x61','\xff','\xff','\x60','\x00','\x00','\x01','\x08','\x00','\x40','\x8e','\x86','\x30','\xcc','\xff','\x18','\xc8','\xc6','\x18','\x10','\xc6','\x1b','\xfe','\xc6','\x00','\x20','\xc6','\x00','\x20','\xfe','\x01','\x24','\xc6','\x01','\x24','\xc6','\x19','\x24','\xc6','\xfd','\x24','\xc6','\x19','\x24','\xfe','\x19','\xfc','\xc6','\x19','\x24','\xc6','\x19','\x24','\x86','\x18','\x61','\x86','\x18','\x41','\x06','\x18','\x82','\x1e','\x19','\x04','\x0c','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\xc0','\x00','\x11','\xe0','\x18','\x1e','\x03','\xfc','\x18','\x00','\x18','\x18','\x40','\x18','\x1f','\xe3','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x38','\x70','\x1a','\x34','\x60','\x19','\xb3','\x60','\x18','\xb1','\x60','\x18','\x30','\x60','\x1a','\x34','\x60','\x19','\xb3','\x62','\x18','\xb1','\x32','\x18','\x30','\x32','\x1a','\x33','\x12','\xfc','\xfc','\x1a','\x70','\x70','\x0f','\x40','\x40','\x07','\x04','\x20','\x20','\x07','\x18','\x38','\x06','\x0c','\x30','\x06','\x0c','\x20','\x0c','\x80','\x46','\x0c','\xff','\xff','\x18','\xc3','\x06','\x18','\xc3','\x06','\x38','\xff','\xfe','\x38','\xc3','\x06','\x58','\xc3','\x06','\x98','\xc3','\x06','\x18','\xff','\xfe','\x18','\x00','\x00','\x18','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x03','\x00','\x0e','\x03','\x00','\x0c','\x06','\x81','\xcc','\x06','\x61','\x8c','\x0c','\x31','\x8c','\x0b','\xd9','\x8c','\x10','\x19','\x8c','\x20','\x01','\x8c','\xdf','\xf1','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x1f','\xf1','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x1f','\xf1','\x8c','\x10','\x01','\x8c','\x30','\x01','\x8c','\x3f','\xf1','\x8c','\x2c','\x30','\x0c','\x6c','\x30','\x0c','\x4c','\x30','\x0c','\x8c','\x30','\x0c','\x0f','\xf0','\x7c','\x0c','\x30','\x18','\x00','\x00','\x00','\x00','\xc0','\x0c','\x7f','\xef','\xfe','\x00','\xc4','\x0c','\x00','\xc4','\x0c','\x00','\xc4','\x0c','\x00','\xc4','\x18','\x01','\x84','\x18','\x31','\x82','\x18','\x0d','\x82','\x30','\x07','\x02','\x30','\x03','\x03','\x60','\x03','\x81','\x60','\x02','\xc1','\xc0','\x02','\x60','\x80','\x06','\x71','\xc0','\x04','\x31','\x40','\x0c','\x03','\x60','\x08','\x06','\x30','\x18','\x04','\x38','\x10','\x08','\x1c','\x20','\x10','\x1f','\x40','\x60','\x0e','\x81','\x80','\x04','\x10','\x77','\x20','\x0c','\x66','\x38','\x06','\x66','\x30','\x06','\x66','\x46','\xff','\xff','\xff','\x01','\x01','\x80','\x00','\x81','\x00','\x00','\xc2','\x00','\x7f','\xff','\xfe','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x10','\x00','\xff','\xff','\xff','\x18','\x60','\x00','\x18','\x60','\x0c','\x1f','\xef','\xfe','\x18','\x61','\x0c','\x18','\x61','\x08','\x1f','\xe0','\x98','\x18','\x60','\xd0','\x18','\x60','\x60','\xff','\xe0','\xb8','\x78','\x63','\x1f','\x40','\x6c','\x06','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x7f','\x70','\x06','\x00','\x3f','\x0c','\x00','\x1e','\x33','\xff','\xe6','\xc3','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\xff','\xf0','\x0c','\xc0','\x30','\x08','\xc0','\x30','\x10','\xc0','\x30','\x20','\xff','\xf0','\x00','\xc0','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x3f','\x99','\xfc','\x31','\x99','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x3f','\x99','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x06','\x08','\x20','\x06','\x08','\x38','\x06','\x04','\x70','\x06','\x06','\x80','\x06','\x03','\x00','\x06','\x01','\x80','\x06','\x38','\xe0','\x7f','\xc0','\x7e','\x3c','\x00','\x3c','\x20','\x00','\x0c','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x43','\x03','\x00','\x33','\x03','\x00','\x1b','\x03','\x00','\x1b','\x03','\x00','\x1b','\x03','\x06','\x03','\xff','\xff','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x07','\x03','\x00','\x1b','\x03','\x00','\xf3','\x03','\x00','\x63','\x03','\x00','\x43','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x0c','\x03','\x7f','\xfe','\x03','\x00','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x00','\x00','\x60','\x00','\x1f','\xff','\xf8','\x00','\xc2','\x00','\x00','\x82','\x00','\x01','\x81','\x06','\xff','\xff','\xff','\x02','\x00','\xc0','\x06','\x00','\x60','\x04','\x06','\x38','\x09','\xff','\x1f','\x10','\x30','\x0e','\x20','\x30','\x66','\xcf','\xff','\xf0','\x00','\x30','\x00','\x00','\x6c','\x00','\x00','\xc3','\xc0','\x01','\x80','\xf0','\x06','\x00','\x38','\x38','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x01','\x18','\x08','\x31','\x99','\x8c','\x0b','\x18','\x58','\x06','\x18','\x30','\x19','\x98','\xcc','\x60','\x9b','\x04','\x00','\x18','\x00','\x02','\x18','\x04','\x63','\x18','\xc6','\x16','\x18','\x2c','\x0c','\x34','\x18','\x1b','\x34','\x24','\x31','\x62','\xc6','\xc0','\x63','\x02','\x00','\xc1','\xc0','\x01','\x80','\xf0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x1c','\x08','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x98','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x40','\x6c','\x18','\x20','\x40','\x19','\x30','\x8c','\x19','\xff','\xfe','\x19','\x82','\x0c','\x19','\x82','\x0c','\x19','\xff','\xfc','\x19','\x82','\x0c','\x19','\x82','\x0c','\x19','\xff','\xfc','\x10','\x00','\x00','\x30','\xff','\xf8','\x30','\xc0','\x18','\x20','\xc0','\x18','\x60','\xff','\xf8','\x40','\xc0','\x18','\x80','\xc0','\x18','\x00','\xff','\xf8','\x00','\xc0','\x18','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x0e','\x00','\x30','\x0c','\x00','\x31','\x0c','\x30','\x31','\xff','\xf8','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8d','\xf0','\x31','\x8c','\x60','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x23','\x84','\x00','\x3b','\x07','\x00','\x33','\x06','\x00','\x33','\x2c','\x06','\x3f','\xff','\xff','\x63','\x09','\x16','\x43','\x13','\x36','\x83','\x22','\x26','\x03','\x06','\x66','\x03','\xc4','\x46','\xff','\x08','\x86','\x73','\x11','\x0e','\x43','\x22','\x0c','\x03','\x04','\x7c','\x03','\x00','\x18','\x00','\x10','\x00','\x01','\xcc','\x20','\x11','\x86','\x18','\x11','\x86','\x0c','\x21','\x80','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x07','\x00','\x00','\x06','\x08','\x0c','\x06','\x0f','\xfe','\x06','\x6c','\x0c','\xff','\xfc','\x0c','\x06','\x0f','\xfc','\x0e','\x0c','\x0c','\x0f','\x0c','\x0c','\x1e','\xcf','\xfc','\x16','\x6c','\x0c','\x26','\x6c','\x0c','\x46','\x0c','\x0c','\x86','\x0f','\xfc','\x06','\x0c','\x0c','\x06','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x20','\x11','\x86','\x18','\x11','\x86','\x0c','\x21','\x80','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xbf','\xfc','\x1e','\x01','\x80','\xfc','\x01','\x8c','\x6c','\x7f','\xfe','\x4c','\x08','\x0c','\x0c','\x08','\x18','\x0c','\x04','\x30','\x0c','\x03','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x7c','\x18','\x1e','\x18','\xe0','\x06','\x1c','\x00','\x18','\x18','\x1f','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xf8','\x1b','\x00','\x18','\xff','\x80','\x18','\x18','\x1f','\xf8','\x18','\x00','\x00','\x18','\x40','\x06','\x1a','\x7f','\xff','\x1c','\xc1','\x84','\x18','\xc1','\x80','\xf8','\x21','\x8c','\x78','\x3f','\xfe','\x58','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\xbc','\x18','\x31','\x98','\xf8','\x01','\x80','\x30','\x01','\x80','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x81','\x80','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\x1e','\x31','\x8c','\xfc','\x3f','\xfc','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x08','\x0c','\x0c','\x04','\x18','\x0c','\x06','\x30','\x0d','\x83','\x60','\xff','\xc1','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x0c','\x18','\x1e','\x0c','\x61','\xc6','\x0d','\x01','\x80','\x1e','\x21','\x8c','\xfc','\x3f','\xfe','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x90','\x0c','\x01','\x8c','\x0c','\xff','\xf6','\x7c','\x7e','\x06','\x18','\x40','\x06','\x0e','\x08','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0d','\x8f','\xf0','\xff','\xc0','\x00','\x0c','\x00','\x00','\x0c','\x3e','\x7c','\x0c','\x22','\x44','\x0c','\x22','\x44','\x0d','\xa2','\x44','\x1e','\x3e','\x7c','\xfc','\x01','\x80','\x6c','\x01','\x86','\x4c','\xff','\xff','\x0c','\x03','\x80','\x0c','\x07','\xc0','\x0c','\x05','\xa0','\x0c','\x0d','\xb8','\x0c','\x19','\x9f','\x0c','\x31','\x8e','\x7c','\xc1','\x86','\x18','\x01','\x80','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x63','\x00','\x00','\x42','\x00','\x00','\x42','\x06','\xff','\xff','\xff','\x00','\x42','\x00','\x10','\x42','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x20','\x40','\x08','\x10','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x08','\x01','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\xd9','\x80','\x03','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x20','\x0d','\x86','\x30','\xff','\xc4','\x1c','\x0c','\x0b','\xef','\x0c','\x10','\x06','\x0c','\x68','\x18','\x1e','\x0f','\xfc','\x1d','\x8c','\x18','\x1c','\xcc','\x18','\x3c','\xcf','\xf8','\x2c','\x0c','\x18','\x2c','\x0c','\x18','\x6c','\x0f','\xf8','\x4c','\x18','\x00','\x8c','\x18','\x0c','\x0c','\x17','\xfe','\x0c','\x36','\x0c','\x0c','\x26','\x0c','\x0c','\x46','\x0c','\x0c','\x87','\xfc','\x0c','\x06','\x0c','\x0e','\x03','\x30','\x0c','\x02','\x20','\x0c','\x02','\x22','\x0c','\x7f','\xff','\x0d','\x02','\x20','\xff','\xa2','\x22','\x0c','\x3f','\xff','\x0c','\x22','\x22','\x0c','\x22','\x22','\x1e','\x3f','\xfe','\x1d','\x22','\x22','\x1d','\xa2','\x22','\x3d','\xbf','\xfe','\x2c','\x00','\x00','\x2c','\x10','\x0c','\x6c','\x1f','\xfe','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x20','\x06','\x60','\x18','\x04','\x40','\x0c','\x04','\x46','\x0d','\xff','\xff','\x00','\x04','\x40','\x00','\x44','\x44','\x80','\x7f','\xfe','\x60','\x44','\x44','\x32','\x44','\x44','\x32','\x7f','\xfc','\x04','\x44','\x44','\x04','\x44','\x44','\x0c','\x7f','\xfc','\x08','\x00','\x00','\x18','\x20','\x18','\x18','\x3f','\xfc','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x3f','\xf8','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x38','\x3f','\xf8','\x18','\x30','\x18','\x0e','\x08','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x8c','\x30','\x2c','\xcf','\xf0','\x2d','\x80','\x00','\x2d','\x00','\x00','\x2e','\x3e','\x7c','\x6c','\x22','\x44','\x6c','\x22','\x44','\xcc','\x22','\x44','\xcc','\x3e','\x7c','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x1a','\x03','\x80','\x19','\x07','\xc0','\x19','\x85','\xa0','\x11','\x8d','\xb0','\x30','\x19','\x9c','\x20','\x61','\x8f','\x41','\x81','\x86','\x80','\x01','\x80','\x00','\x80','\x00','\x00','\xe0','\x00','\x01','\xc1','\x80','\x01','\xff','\xc0','\x03','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x00','\x18','\x08','\x30','\x67','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x86','\x08','\x6c','\xff','\xfc','\x6c','\x86','\x08','\x0c','\x86','\x08','\x0c','\xff','\xf8','\x1c','\x86','\x08','\xec','\x86','\x08','\x6c','\xff','\xf8','\x4c','\x06','\x00','\x18','\x06','\x30','\x19','\xff','\xf8','\x18','\x20','\x60','\x10','\x10','\xc0','\x30','\x0d','\x80','\x20','\x07','\x00','\x40','\x1d','\xe0','\x80','\xf0','\x7f','\x0f','\x00','\x1e','\x07','\x00','\x00','\x06','\x08','\x0c','\x06','\x0f','\xfe','\x06','\x0c','\x0c','\x06','\x6c','\x0c','\xff','\xfc','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0e','\x0f','\xfc','\x0e','\x0c','\x0c','\x0f','\x0c','\x0c','\x1e','\xcc','\x0c','\x16','\x6c','\x0c','\x16','\x6c','\x0c','\x36','\x0f','\xfc','\x26','\x0c','\x0c','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0f','\xfc','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x31','\x06','\x06','\x61','\xc6','\x04','\x61','\x86','\x08','\x03','\x07','\xfe','\x06','\x43','\xfe','\x18','\x70','\x00','\x60','\x60','\x00','\x00','\x40','\x40','\x00','\x80','\x30','\x3f','\xff','\xd8','\x1f','\x80','\x18','\x10','\x10','\x00','\x00','\x0c','\x20','\x08','\xe6','\x18','\x08','\xc6','\x0c','\x10','\xc0','\x46','\x30','\xc0','\x47','\xe0','\xc0','\x63','\xc0','\xff','\xe0','\x00','\x7f','\xc0','\x0e','\x03','\x30','\x0c','\x02','\x20','\x4d','\x02','\x22','\x4d','\xff','\xff','\x6d','\x82','\x20','\x6d','\x22','\x22','\x0e','\x3f','\xff','\x0c','\x22','\x22','\xff','\xa2','\x22','\x0c','\x3f','\xfe','\x0c','\x22','\x22','\x1c','\x22','\x22','\x1e','\x3f','\xfe','\x1d','\x00','\x00','\x3d','\x90','\x0c','\x2d','\x9f','\xfe','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x08','\x08','\x00','\x0e','\x0e','\x40','\x0c','\x0c','\x30','\x18','\x0c','\x18','\x92','\x08','\x0c','\x63','\x9a','\x0e','\x33','\x13','\x86','\x36','\x23','\x00','\x04','\x02','\x20','\x0a','\x02','\x10','\x11','\x04','\x18','\xff','\xbf','\xec','\x7d','\x9f','\x0c','\x4c','\x10','\x00','\x0c','\x01','\x00','\x4e','\x00','\x80','\x7d','\x06','\xc8','\x6d','\x96','\xc4','\x6d','\x96','\x06','\x4c','\x16','\x13','\x4c','\x26','\x13','\x8c','\x66','\x18','\x0c','\x67','\xf8','\x0c','\x03','\xf0','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x11','\x80','\x08','\x11','\x86','\x92','\x1f','\xff','\x63','\xb0','\x06','\x33','\x30','\x04','\x36','\x00','\x30','\x04','\x0f','\xf8','\x09','\x00','\x00','\x10','\x80','\x00','\xff','\xc0','\x06','\x7c','\xff','\xff','\x4c','\xc1','\x80','\x0c','\x01','\x80','\x4e','\x11','\x90','\x7d','\x1d','\x88','\x6d','\x99','\x8c','\x6d','\xb1','\x86','\x4c','\x21','\x86','\x4c','\x41','\x83','\x8c','\x81','\x83','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x00','\x64','\x00','\xff','\xf7','\x20','\x31','\x86','\x18','\x31','\x86','\x0c','\x31','\x8c','\x06','\x31','\x89','\x06','\x31','\x91','\xc0','\x3f','\xa1','\x80','\x31','\x81','\x10','\x31','\x81','\x08','\x31','\x82','\x0c','\x31','\x9f','\xf6','\x3f','\x8f','\x06','\x31','\x88','\x00','\x31','\x80','\x80','\x31','\x80','\x40','\x31','\x83','\x68','\x33','\x8b','\x64','\x3d','\x8b','\x06','\xf9','\x8b','\x13','\x61','\x93','\x13','\x41','\xb3','\x18','\x01','\xb3','\xf8','\x01','\x81','\xf0','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x03','\x81','\xc0','\x43','\x01','\x80','\x33','\x01','\x80','\x1b','\x01','\x80','\x1b','\x01','\x86','\x03','\xff','\xff','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x1b','\x01','\x80','\xf3','\x01','\x80','\x63','\x01','\x80','\x43','\x01','\x80','\x03','\x01','\x8c','\x03','\x7f','\xfe','\x03','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x03','\x06','\x08','\x06','\x66','\x1c','\x07','\xf6','\x70','\x0c','\x67','\x80','\x18','\xc6','\x02','\x65','\x86','\x03','\x03','\x07','\xff','\x06','\x03','\xfe','\x18','\x00','\x00','\x60','\xc1','\x80','\x00','\xc1','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x38','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x34','\x00','\x00','\x63','\x00','\x00','\xc1','\xe0','\x03','\x3e','\x7f','\x1c','\x00','\x1e','\xe3','\xff','\xe6','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x06','\x00','\x00','\x06','\x00','\x00','\x0d','\xff','\xf0','\x19','\x80','\x30','\x31','\x80','\x30','\xc1','\xff','\xf0','\x01','\x80','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x00','\x00','\x18','\x1f','\xe0','\x0c','\x10','\x20','\x0c','\x10','\x20','\x80','\x1f','\xe0','\x62','\x00','\x00','\x32','\xfc','\xfc','\x34','\x84','\x84','\x0c','\x84','\x84','\x08','\xfc','\xfc','\x18','\x03','\x00','\x30','\x03','\x06','\xf3','\xff','\xff','\x70','\x0f','\x40','\x30','\x1b','\x20','\x30','\x33','\x18','\x30','\xc3','\x0f','\x3b','\x03','\x06','\x18','\x03','\x00','\x03','\x81','\xc0','\x43','\x01','\x80','\x33','\x01','\x80','\x1b','\x01','\x86','\x1b','\x7f','\xff','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\xfb','\x01','\x8c','\x63','\x3f','\xfe','\x43','\x00','\x00','\x03','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc4','\x1c','\x03','\x82','\x38','\x0d','\x83','\x40','\x31','\x81','\x80','\xc1','\x8c','\xe0','\x01','\xf0','\x7f','\x3f','\x80','\x1e','\x0e','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x18','\x06','\x1f','\xfc','\x0e','\x18','\x00','\x0d','\x18','\x00','\x0c','\x98','\x00','\x18','\xd8','\x00','\x10','\x78','\x00','\x20','\x3e','\x00','\x40','\x0f','\xff','\x80','\x01','\xfe','\x00','\x20','\x20','\x40','\x10','\x38','\x30','\x18','\x30','\x18','\x0c','\x60','\x0c','\x0c','\x40','\x0c','\x00','\x98','\x00','\x7f','\xfc','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x0c','\x03','\x0c','\xfe','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x60','\x0c','\x0c','\x30','\x0c','\x18','\x18','\x0c','\x30','\x1c','\x0c','\x40','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x06','\x60','\x40','\x04','\x42','\x31','\xff','\xff','\x18','\x04','\x40','\x0c','\x7f','\xfc','\x0c','\x44','\x44','\x00','\x44','\x44','\x00','\x7f','\xfc','\x00','\x44','\x44','\x00','\x44','\x44','\x0c','\x7f','\xfc','\xfe','\x00','\x00','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x01','\x80','\x06','\x01','\x80','\x0d','\x03','\x40','\x0c','\xc3','\x20','\x08','\x66','\x30','\x18','\x64','\x1c','\x10','\x0b','\xef','\x21','\xb0','\x06','\x3f','\xcf','\xfc','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\xcf','\xfc','\x7f','\xec','\x0c','\x06','\x0c','\x0c','\x06','\x4f','\xfc','\x46','\x6c','\x00','\x26','\xcc','\x00','\x36','\x8f','\xfc','\x37','\x0b','\x0c','\x06','\x1b','\x0c','\x07','\x93','\x0c','\xfe','\x23','\x0c','\x70','\xc3','\xfc','\x40','\x03','\x0c','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\x99','\xf0','\x00','\x18','\x00','\x1f','\x99','\xf8','\x00','\x18','\x00','\x07','\x00','\x00','\x06','\x04','\x0c','\x06','\x67','\xfe','\xff','\xf6','\x0c','\x0e','\x06','\x0c','\x1f','\x07','\xfc','\x16','\xc6','\x0c','\x36','\x66','\x0c','\x26','\x67','\xfc','\x46','\x06','\x0c','\x86','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x40','\xc0','\x0c','\x7f','\xef','\xfe','\x62','\x02','\x0c','\x62','\x01','\x18','\x62','\x01','\x18','\x7f','\xc0','\xb0','\x62','\x00','\x60','\x62','\x00','\xf0','\x62','\x01','\x9f','\x7f','\xc6','\x0e','\x62','\x18','\xc6','\x62','\x00','\xc0','\x62','\xcf','\xfc','\x7f','\xe8','\xc4','\x60','\x48','\xc4','\x00','\x48','\xc4','\x55','\x48','\xc4','\x55','\x4f','\xfc','\x50','\x40','\xc0','\xc0','\xc0','\xc8','\xc0','\xc0','\xc4','\x01','\x9f','\xfe','\x0f','\x8f','\x03','\x03','\x08','\x03','\x04','\x10','\x00','\x07','\x18','\x60','\x06','\x1f','\xf0','\x06','\x30','\xc0','\x0c','\x20','\x80','\x0c','\x41','\x18','\x18','\xff','\xfc','\x19','\x63','\x18','\x38','\x63','\x18','\x38','\x63','\x18','\x58','\x63','\x18','\x98','\x7f','\xf8','\x18','\x0e','\x00','\x18','\x1c','\x08','\x18','\x66','\x0e','\x19','\x8b','\x1c','\x18','\x13','\x10','\x18','\x67','\xa0','\x19','\x8b','\x40','\x18','\x13','\x38','\x18','\x23','\x1f','\x18','\xc3','\x0e','\x1b','\x1f','\x06','\x18','\x06','\x00','\x00','\x20','\x10','\x1c','\x18','\x1c','\x18','\x0c','\x18','\x18','\x0c','\x10','\x18','\x40','\x26','\x18','\x7f','\xff','\x1b','\x61','\x86','\xff','\xe1','\x86','\x18','\x7f','\xfe','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\xfe','\x18','\x00','\x00','\x18','\x20','\x0c','\x18','\x3f','\xfe','\x1b','\x30','\x0c','\xfc','\x30','\x0c','\x70','\x3f','\xfc','\x40','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x3f','\xfc','\x00','\x30','\x0c','\x0e','\x10','\x10','\x0c','\x0c','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x10','\x0c','\x20','\x26','\x2c','\x3f','\xff','\x2e','\x31','\x86','\x2d','\x31','\x86','\x6d','\xbf','\xfe','\x6d','\xb1','\x86','\x4c','\x31','\x86','\xcc','\x31','\x86','\xcc','\x3f','\xfe','\x0c','\x00','\x00','\x0c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x26','\x0e','\x70','\x3f','\x0c','\x60','\x26','\x0c','\x66','\x26','\xff','\xff','\x26','\x0c','\x60','\x26','\x0c','\x08','\x26','\x00','\x66','\x3e','\x40','\x62','\x26','\x7f','\xff','\x26','\x40','\x60','\x26','\x5f','\xe0','\x26','\x52','\x64','\x26','\x52','\x27','\x3e','\x5f','\xa6','\x26','\x50','\xa4','\x26','\x50','\xac','\x26','\x5f','\xa8','\x26','\x52','\x38','\x26','\x52','\x12','\x66','\x5f','\xba','\x46','\xd0','\x6a','\x46','\x80','\xce','\x5e','\x83','\x07','\x8d','\x1c','\x03','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x40','\x00','\x03','\x30','\x20','\x03','\x16','\x3f','\xff','\xff','\x30','\x03','\x00','\x30','\x03','\x00','\x37','\xfb','\x10','\x34','\x41','\x1c','\x34','\x41','\x98','\x37','\xf9','\xb0','\x34','\x08','\xb0','\x34','\x08','\xe0','\x37','\xf8','\x40','\x24','\x40','\xe2','\x24','\x41','\xa2','\x67','\xfb','\x32','\x44','\x06','\x1b','\x40','\x18','\x0f','\x80','\x00','\x06','\x43','\x10','\x10','\x7f','\x8c','\x1c','\x63','\x06','\x18','\x63','\x06','\x10','\x63','\x20','\x26','\x63','\x3f','\xff','\x7f','\x30','\x86','\x63','\x30','\x86','\x63','\x3f','\xfe','\x63','\x30','\x86','\x63','\x30','\x86','\x7f','\x30','\x86','\x63','\x3f','\xfe','\x63','\x00','\x00','\x63','\x10','\x0c','\x63','\x1f','\xfe','\x63','\x18','\x0c','\x7f','\x18','\x0c','\x00','\x1f','\xfc','\x24','\x18','\x0c','\x33','\x18','\x0c','\x61','\x98','\x0c','\x41','\x9f','\xfc','\x80','\x18','\x0c','\x00','\x03','\x80','\x40','\x23','\x00','\x30','\x3b','\x00','\x18','\x33','\x18','\x0c','\x7f','\xfc','\x0c','\x43','\x00','\x00','\x83','\x00','\x00','\x03','\x06','\x03','\xff','\xff','\x00','\x00','\x00','\x0c','\x00','\x00','\xfe','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x04','\x20','\x18','\x07','\x3f','\xfc','\x06','\x30','\x18','\x06','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x38','\x30','\x18','\x38','\x3f','\xf8','\x58','\x33','\x18','\x98','\x03','\x00','\x18','\x43','\x00','\x18','\x73','\x00','\x18','\x63','\x0c','\x18','\x63','\xfe','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x53','\x00','\x18','\xcb','\x00','\x18','\x87','\x00','\x19','\x03','\xff','\x1a','\x00','\xfe','\x10','\x00','\x07','\x1d','\x06','\x06','\x19','\xff','\x66','\x19','\x86','\x66','\x19','\x86','\x66','\x19','\x86','\x66','\x31','\x86','\x66','\x31','\xfe','\x66','\x31','\x86','\x66','\x71','\x86','\x66','\x71','\x86','\x66','\xb1','\x86','\x66','\x31','\xfe','\x66','\x31','\x86','\x66','\x31','\x86','\x66','\x31','\x86','\x66','\x31','\x86','\x66','\x31','\xfe','\x66','\x30','\x00','\x06','\x30','\x88','\x06','\x30','\xe6','\x06','\x30','\xc3','\x06','\x31','\x81','\xbe','\x36','\x01','\x8c','\x20','\x30','\x0e','\x3f','\xf8','\x0c','\x30','\x31','\xcc','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x3f','\xf1','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x3f','\xf1','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x3f','\xf1','\x8c','\x10','\x00','\x0c','\x1c','\x80','\x0c','\x18','\x60','\x0c','\x30','\x30','\x0c','\x60','\x18','\x7c','\x80','\x18','\x18','\x00','\x00','\x00','\x20','\x62','\x0c','\x3f','\xf3','\xfe','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3f','\xe3','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3f','\xe3','\x0c','\x30','\x63','\x0c','\x30','\x03','\x0c','\x30','\x83','\x0c','\x30','\x43','\x0c','\x30','\x63','\x0c','\x33','\xb3','\x0c','\xfc','\x33','\x7c','\x70','\x33','\x18','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x04','\x60','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x10','\x00','\x01','\xcc','\x00','\x11','\x86','\x10','\x11','\x86','\x0c','\x21','\x80','\x86','\x61','\x80','\x87','\xc1','\x80','\xc3','\xc1','\xff','\xc0','\x00','\xff','\x80','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x19','\x8c','\x0d','\x81','\x80','\x1e','\x21','\x80','\xfc','\x39','\x80','\x6c','\x31','\x8c','\x4c','\x31','\xfe','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x29','\x80','\x0c','\x65','\x80','\x0c','\x43','\x80','\x7c','\x81','\xff','\x19','\x00','\x7e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x7a','\x18','\x00','\xda','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x20','\x00','\x07','\x19','\x06','\x06','\x0d','\xff','\x66','\x0d','\x86','\x66','\x01','\x86','\x66','\x01','\x86','\x66','\x81','\x86','\x66','\x61','\xfe','\x66','\x31','\x86','\x66','\x31','\x86','\x66','\x05','\x86','\x66','\x05','\x86','\x66','\x09','\xfe','\x66','\x09','\x86','\x66','\x19','\x86','\x66','\x19','\x86','\x66','\x31','\x86','\x66','\xf1','\xfe','\x66','\x70','\x00','\x06','\x30','\x88','\x06','\x30','\xe6','\x06','\x30','\xc3','\x06','\x39','\x81','\xbe','\x1a','\x01','\x8c','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\x98','\x00','\x18','\x58','\x00','\x10','\x38','\x00','\x20','\x0f','\xff','\xc0','\x03','\xfe','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x06','\x19','\xff','\xff','\x0c','\x03','\x00','\x0c','\x43','\x18','\x00','\x7f','\xfc','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x18','\x0c','\x63','\x18','\xfe','\x7f','\xf8','\x0c','\x67','\x18','\x0c','\x0f','\x80','\x0c','\x0b','\x60','\x0c','\x1b','\x30','\x0c','\x33','\x18','\x0c','\x63','\x1c','\x0d','\x83','\x0c','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x04','\x20','\x00','\x07','\x38','\x40','\x06','\x30','\x30','\x06','\x30','\x18','\x0c','\x60','\x0c','\x0c','\x46','\x0e','\x18','\x86','\x06','\x19','\x0d','\x00','\x38','\x0d','\x00','\x38','\x08','\x80','\x58','\x18','\xc0','\x98','\x10','\x60','\x18','\x20','\x38','\x18','\x40','\x1f','\x18','\x80','\x0e','\x1b','\x3f','\xf6','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x18','\x30','\x30','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x30','\x18','\x07','\xf8','\x1b','\xfe','\x00','\x18','\x04','\x00','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\x04','\x10','\x19','\xff','\xf0','\x18','\x04','\x00','\x14','\x04','\x06','\x37','\xff','\xff','\x36','\x04','\x86','\x26','\x04','\x46','\x66','\xff','\xe6','\x46','\x78','\x66','\x86','\x40','\x06','\x06','\x00','\x3e','\x06','\x00','\x0c','\x21','\x80','\xe8','\x3f','\xc0','\xc4','\x31','\x80','\xc6','\x31','\x80','\xc6','\x31','\x80','\xc0','\x31','\x80','\xc6','\x3f','\xbf','\xff','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x8c','\xc8','\x31','\x8c','\xce','\x3f','\x8c','\xcc','\x31','\x8c','\x48','\x31','\xbf','\x58','\x31','\x8c','\x50','\x31','\x8c','\x70','\x31','\x8c','\x20','\x3f','\x8c','\x72','\x00','\x0c','\x52','\x22','\x0c','\xda','\x39','\x8c','\x8a','\x30','\xc1','\x0e','\x60','\xc2','\x07','\x80','\x0c','\x03','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x0c','\x0c','\xcf','\xfe','\xff','\xf8','\x00','\x18','\x14','\x00','\x18','\x27','\x00','\x18','\x06','\x00','\x19','\x84','\x18','\x1f','\xcf','\xfc','\x19','\x89','\x80','\x19','\x91','\x80','\x19','\x81','\x80','\x19','\x81','\x86','\x19','\xff','\xff','\x19','\x81','\x80','\x31','\x83','\x40','\x31','\x83','\x40','\x31','\x86','\x20','\x23','\x86','\x38','\x63','\x0c','\x1f','\x4f','\x18','\x0e','\x86','\x60','\x06','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\x7f','\xff','\x92','\x01','\x80','\x63','\x81','\x80','\x33','\x01','\x8c','\x36','\x3f','\xfe','\x04','\x00','\x00','\x0a','\x20','\x06','\x11','\x3f','\xff','\xff','\xa0','\x06','\x7d','\xe0','\x04','\x4c','\x66','\x68','\x0c','\x06','\x60','\x4e','\x06','\x60','\x7d','\x86','\x60','\x6c','\xc6','\x60','\x6c','\xc6','\x62','\x4c','\x0c','\x62','\x4c','\x0c','\x62','\x8c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x02','\x01','\x00','\x03','\x81','\xc0','\x03','\x01','\x80','\x06','\x83','\x40','\x04','\x42','\x30','\x08','\x64','\x18','\x10','\x68','\x18','\x60','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0d','\x80','\xc0','\xff','\xd0','\xc6','\x01','\x9f','\xff','\x03','\x18','\xc6','\x03','\x18','\xc6','\x06','\x18','\xc6','\x04','\x98','\xc6','\x0c','\xd8','\xc6','\x1d','\x18','\xc6','\x2e','\x1f','\xfe','\xcd','\x98','\xc6','\x0c','\xd8','\xc6','\x0c','\xd8','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x60','\x07','\x00','\x38','\x0c','\x00','\x1c','\x70','\x00','\x0c','\x1c','\x10','\x40','\x18','\x08','\x70','\x18','\x0c','\x60','\x18','\x0c','\x40','\x18','\x00','\x86','\x19','\xff','\xff','\xfe','\x00','\x00','\x18','\x00','\x00','\x18','\x86','\x0e','\x18','\xff','\x4c','\x18','\xc6','\x4c','\x1a','\xc6','\x4c','\x1c','\xc6','\x4c','\xf8','\xfe','\x4c','\x78','\xc6','\x4c','\x58','\xc6','\x4c','\x18','\xc6','\x4c','\x18','\xfe','\x4c','\x18','\xc6','\x4c','\x18','\xc6','\x4c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\xf8','\xde','\x3c','\x30','\xcc','\x18','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x30','\x01','\xbf','\xf8','\x03','\x00','\x60','\x06','\x00','\x40','\x06','\x02','\x80','\x0e','\x03','\x00','\x16','\x03','\x00','\x26','\x03','\x06','\xc6','\xff','\xff','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x1f','\x00','\x06','\x06','\x00','\x00','\x00','\x18','\x01','\x80','\x7c','\xff','\xc3','\xe0','\x01','\xbe','\x00','\x01','\x03','\x80','\x0a','\x03','\x00','\x0c','\x02','\x20','\x0c','\x24','\x38','\x0c','\x18','\x70','\x0c','\xcc','\x60','\x0f','\x0c','\xc8','\xfc','\x01','\x04','\x7c','\x02','\x06','\x4c','\xff','\xfb','\x0c','\x7f','\x83','\x0c','\x41','\x83','\x0c','\x11','\xa0','\x0c','\x1d','\x90','\x0c','\x19','\x88','\x0c','\x31','\x8c','\x0c','\x21','\x86','\x0c','\x41','\x86','\x7c','\x81','\x80','\x18','\x01','\x80','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x66','\x00','\x08','\x66','\x30','\x0f','\xff','\xf8','\x0c','\x46','\x30','\x0c','\x86','\x30','\x0f','\x03','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x02','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xcf','\x80','\x00','\x03','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xdf','\xf8','\x0c','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\x1e','\x3f','\xfc','\xfc','\x30','\x0c','\x6c','\x30','\x0c','\x4c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x30','\x0c','\x1c','\x0e','\x7c','\x30','\x07','\x18','\xc0','\x03','\x07','\x00','\x38','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\xc0','\x36','\xff','\xef','\xff','\x06','\x00','\x30','\x06','\x00','\x30','\x0f','\x00','\x30','\x0e','\xc8','\x30','\x1e','\x64','\x30','\x16','\x66','\x30','\x36','\x03','\x30','\x26','\x03','\x30','\x46','\x00','\x30','\x86','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x00','\x00','\x18','\x40','\x18','\x3c','\x33','\xfc','\xe0','\x18','\x1b','\x40','\x18','\x10','\x60','\x18','\x50','\x48','\x00','\x64','\x8c','\x00','\x63','\x18','\x00','\x61','\xb0','\x00','\x69','\xa0','\x1b','\xf0','\x48','\xfd','\xe0','\x84','\x19','\x6f','\xfe','\x18','\x66','\x46','\x18','\x60','\x40','\x18','\x62','\x50','\x18','\x63','\x4c','\x18','\x66','\x46','\x19','\xe4','\x46','\x18','\xc8','\x40','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x73','\x00','\x06','\x63','\x00','\x0c','\x63','\x0c','\x0c','\x63','\x1e','\x18','\x63','\x6c','\x18','\x63','\x8c','\x38','\x67','\x0c','\x38','\x7b','\x0c','\x58','\xe3','\x0c','\x9b','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x3c','\x18','\x63','\x18','\x18','\x63','\x00','\x18','\x63','\x02','\x18','\x60','\x02','\x18','\x60','\x02','\x18','\x60','\x03','\x18','\x7f','\xff','\x18','\x3f','\xfe','\x18','\x00','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x70','\x60','\x00','\xff','\xf0','\x01','\x80','\xe0','\x03','\x41','\xc0','\x0c','\x33','\x80','\x30','\x16','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\xc4','\x00','\x07','\x07','\x00','\x78','\x0e','\x0c','\x00','\x1f','\xfe','\x00','\x30','\x1c','\x00','\x60','\x38','\x01','\x90','\x70','\x0e','\x0c','\xe0','\x00','\x05','\x80','\x00','\x03','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x03','\xc0','\x00','\x3c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x00','\xc0','\xc0','\x01','\x90','\xe0','\x03','\x08','\x70','\x06','\x0c','\x3c','\x0c','\x0c','\x1f','\x30','\x0c','\x0e','\xc0','\x00','\x04','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x80','\x06','\x00','\x62','\x06','\x06','\x33','\xff','\xff','\x32','\x06','\x00','\x04','\x06','\x00','\x04','\x0d','\x00','\x0c','\x0d','\x00','\x08','\x0d','\x00','\x18','\x08','\x80','\x18','\x18','\x80','\x30','\x18','\xc0','\xf0','\x14','\x40','\x70','\x32','\x60','\x30','\x23','\x30','\x30','\x63','\x3c','\x30','\x43','\x1f','\x38','\x80','\x0e','\x1b','\x00','\x04','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x11','\x80','\x03','\x11','\x86','\xff','\xbf','\xff','\x00','\x30','\x06','\x00','\x60','\x04','\x06','\x60','\x08','\x7f','\x0e','\x00','\x00','\x0c','\x10','\x00','\x0c','\x1c','\x06','\x0c','\x38','\x7f','\x0c','\x70','\x00','\x0c','\xc0','\x00','\x0f','\x00','\x43','\x0c','\x00','\x7f','\x8c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x04','\x63','\x0c','\x04','\x63','\x0c','\x06','\x7f','\x0f','\xfe','\x63','\x07','\xfc','\x00','\x00','\x30','\x00','\x03','\xf8','\x46','\x7f','\x00','\x7f','\x03','\x00','\x66','\x03','\x00','\x66','\x03','\x0c','\x66','\xff','\xfe','\x66','\x33','\x30','\x66','\x33','\x30','\x66','\x33','\x30','\x66','\x33','\x36','\x67','\xff','\xff','\x66','\x33','\x30','\x66','\x33','\x30','\x66','\x33','\x30','\x66','\x33','\x30','\x7e','\x33','\x34','\x66','\xff','\xfe','\x66','\x03','\x00','\x60','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x21','\x83','\x80','\x3f','\xc3','\x06','\x31','\xbf','\xff','\x31','\x06','\x00','\x33','\x06','\x00','\x32','\x0f','\xfc','\x34','\x0c','\x0c','\x32','\x1c','\x0c','\x31','\x2f','\xfc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x37','\x8c','\x0c','\x33','\x0c','\x0c','\x30','\x0c','\x3c','\x30','\x0c','\x18','\x30','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x60','\x00','\x07','\xf0','\x00','\x7e','\x00','\x1f','\xc0','\x20','\x00','\x20','\x38','\x10','\x10','\x30','\x08','\x18','\x60','\x0c','\x18','\x40','\x06','\x40','\x80','\x06','\x71','\x00','\x00','\x60','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\xc6','\x00','\x06','\x34','\x00','\x00','\x0f','\x00','\x00','\x19','\xc0','\x00','\x60','\x70','\x03','\x80','\x38','\x3c','\x00','\x18','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x06','\x0c','\xff','\xff','\x0c','\x0c','\x00','\x2d','\x08','\x00','\x2d','\x1f','\xfc','\x6d','\x90','\xc0','\x6d','\xa0','\xc0','\x4c','\x5f','\xff','\xcc','\x80','\x00','\xcc','\x00','\x00','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0c','\x18','\x18','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\xc0','\x60','\xff','\xe0','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x40','\x60','\x0d','\x80','\x60','\x1e','\x00','\x60','\xfc','\x00','\x60','\x6c','\x00','\x60','\x4c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x7c','\x03','\xe0','\x18','\x00','\xc0','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x11','\x80','\x0d','\x91','\x86','\xff','\xff','\xff','\x0c','\x30','\x06','\x0c','\x60','\x04','\x0c','\x60','\x08','\x1e','\x0e','\x00','\x1d','\x8c','\x00','\x1c','\xcc','\x10','\x3c','\xcc','\x1c','\x2c','\x0c','\x38','\x2c','\x0c','\x60','\x6c','\x0d','\x80','\x4c','\x0e','\x00','\x8c','\x0c','\x00','\x0c','\x0c','\x04','\x0c','\x0c','\x04','\x0c','\x0c','\x04','\x0c','\x0c','\x06','\x0c','\x0f','\xfe','\x0c','\x07','\xfc','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc4','\xc0','\x3f','\xe4','\xc6','\x30','\xcf','\xff','\x38','\xcc','\x06','\x34','\xd8','\x04','\x34','\xd8','\x08','\x30','\xc3','\x80','\x30','\xf3','\x00','\xff','\xc3','\x08','\x70','\xc3','\x0e','\x30','\xc3','\x1c','\x34','\xc3','\x30','\x34','\xc3','\xc0','\x34','\xc3','\x00','\x34','\xc3','\x00','\x34','\xc3','\x00','\x30','\xc3','\x04','\x20','\xc3','\x04','\x60','\xc3','\x06','\x43','\xc3','\xfe','\x81','\x81','\xfc','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x06','\x0c','\xff','\xff','\x0c','\x0c','\x00','\xff','\xc8','\x00','\x0c','\x1f','\xfc','\x0c','\x10','\xc0','\x0c','\x20','\xc0','\x1c','\x7f','\xff','\x1e','\x80','\x00','\x1d','\x00','\x00','\x3d','\x9f','\xfc','\x2d','\x98','\x0c','\x2c','\x18','\x0c','\x6c','\x1f','\xfc','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0c','\x18','\x18','\x41','\x81','\xc0','\x7f','\xc1','\x80','\x61','\x81','\x80','\x63','\x21','\x80','\x62','\x21','\x86','\x66','\x3f','\xff','\x64','\x60','\x06','\x68','\x60','\x04','\x64','\xce','\x08','\x66','\xcc','\x00','\x62','\x0c','\x10','\x63','\x0c','\x1c','\x63','\x0c','\x38','\x63','\x0c','\x70','\x63','\x0c','\xc0','\x63','\x0f','\x00','\x63','\x0c','\x00','\x6f','\x0c','\x00','\x66','\x0c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x06','\x60','\x0f','\xfe','\x60','\x07','\xfc','\x40','\x61','\xc0','\x7f','\xf1','\x80','\x62','\x01','\x80','\x62','\x01','\x80','\x62','\x01','\x80','\x7f','\xc1','\x80','\x62','\x01','\x80','\x62','\x01','\x86','\x62','\x1f','\xff','\x7f','\xc1','\x80','\x62','\x01','\x80','\x62','\x01','\x80','\x62','\x63','\x40','\x7f','\xf3','\x40','\x60','\x63','\x40','\x00','\x63','\x20','\x55','\x62','\x20','\x55','\x66','\x30','\x50','\x66','\x10','\xc0','\xe5','\x18','\xc0','\xcc','\x9c','\x01','\xc8','\xcf','\x0f','\x90','\xce','\x03','\x20','\x06','\x40','\xc1','\x04','\x7f','\xe8','\x87','\x62','\x04','\xc6','\x62','\x06','\xc4','\x62','\x06','\x08','\x7f','\xc0','\x00','\x62','\x0f','\xfc','\x62','\x08','\xc4','\x62','\x08','\xc4','\x7f','\xc8','\xc4','\x62','\x0f','\xfc','\x62','\x08','\xc4','\x62','\x48','\xc4','\x7f','\xe8','\xc4','\x60','\x4f','\xfc','\x00','\x40','\xc0','\x55','\x40','\xc0','\x55','\x40','\xc6','\x50','\x5f','\xff','\xc0','\xc0','\xc0','\xc0','\xc0','\xc0','\x01','\x80','\xc0','\x0f','\x80','\xc0','\x03','\x00','\xc0','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x06','\x1b','\xff','\xff','\x38','\x1e','\x80','\x38','\x16','\x80','\x58','\x36','\x40','\x98','\x36','\x40','\x18','\x26','\x60','\x18','\x66','\x20','\x18','\x46','\x30','\x18','\xc6','\x18','\x18','\x86','\x1c','\x19','\x7f','\xef','\x1a','\x06','\x0e','\x1c','\x06','\x06','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x00','\x08','\x00','\x1c','\x0e','\x40','\x18','\x0c','\x70','\x18','\x18','\x60','\x18','\x18','\x40','\x18','\x10','\x8c','\x1b','\x3f','\xfe','\xff','\xf1','\x80','\x18','\x71','\x80','\x18','\xb1','\x80','\x19','\x31','\x98','\x18','\x3f','\xfc','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x98','\x19','\x3f','\xfc','\x1e','\x31','\x80','\xf8','\x31','\x80','\x60','\x31','\x80','\x40','\x31','\x86','\x00','\x3f','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x07','\x00','\x38','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x30','\x36','\xff','\xff','\xff','\x00','\x80','\x30','\x00','\xe0','\x30','\x20','\xc0','\x30','\x10','\xc8','\x30','\x09','\x84','\x30','\x0d','\x86','\x30','\x07','\x03','\x30','\x02','\x03','\x30','\x07','\x03','\x30','\x05','\x80','\x30','\x0c','\xc0','\x30','\x18','\xc0','\x30','\x10','\xc0','\x30','\x20','\x00','\x30','\x40','\x00','\x30','\x80','\x01','\xf0','\x00','\x00','\x60','\x00','\x00','\x1c','\x00','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x02','\x00','\x18','\x02','\x00','\x1a','\x44','\x1b','\xff','\x7f','\xfc','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x99','\x18','\x64','\x98','\x98','\x64','\x98','\x98','\x64','\x98','\xd8','\x64','\x98','\xd8','\x64','\x98','\xd8','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x60','\x78','\xf8','\x60','\x30','\x30','\x04','\x1c','\x80','\x07','\x18','\x60','\x0e','\x18','\x20','\x0c','\x18','\x0c','\x18','\x0f','\xfe','\x39','\xfc','\x00','\x58','\x06','\x00','\x98','\x07','\x00','\x18','\x03','\x82','\x18','\x01','\xc2','\x18','\x00','\xf3','\x18','\x00','\x3f','\x18','\x00','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x07','\x1c','\x70','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x18','\x04','\xc0','\x18','\x08','\xc4','\x18','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x19','\xe0','\x06','\x18','\xc0','\x00','\x18','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x18','\x18','\x7f','\xfc','\x30','\x03','\x00','\x64','\x03','\x00','\x87','\x03','\x00','\x0e','\x03','\x06','\x0d','\xff','\xff','\x1c','\x00','\x00','\x3c','\x00','\x60','\x6c','\x00','\x66','\x8d','\xff','\xff','\x0c','\x00','\x60','\x0c','\x20','\x60','\x0c','\x10','\x60','\x0c','\x18','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x03','\xe0','\x0c','\x00','\xc0','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x80','\x00','\x40','\x60','\x00','\x80','\x30','\x3f','\xff','\xd8','\x1f','\xc0','\x1c','\x10','\x00','\x0c','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x10','\x00','\x01','\xcc','\x00','\x11','\x86','\x30','\x11','\x86','\x0c','\x21','\x80','\x46','\x61','\x80','\x47','\xc1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x08','\x00','\x00','\x0e','\x43','\x88','\x0c','\x33','\x3c','\xff','\xdb','\xe0','\x78','\x1b','\x04','\x40','\x03','\x06','\x3f','\xe3','\xfe','\x30','\x61','\xfc','\x30','\x60','\x00','\x3f','\xe3','\x80','\x30','\x63','\x08','\x30','\x63','\x3c','\x3f','\xe3','\xe0','\x30','\x63','\x04','\x30','\x63','\x06','\x31','\xe3','\xfe','\x30','\xc1','\xfc','\x00','\x10','\x00','\x01','\xcc','\x18','\x11','\x8c','\x46','\x21','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x01','\xc1','\xd0','\x01','\x81','\x88','\x01','\x99','\x8c','\x3f','\xfd','\x8c','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x3f','\xf9','\x80','\x21','\x09','\x90','\x3f','\xf9','\x9c','\x21','\x09','\x98','\x3f','\xf9','\x98','\x04','\x41','\x90','\x04','\x40','\xb0','\x7f','\xfc','\xa0','\x04','\x40','\xe2','\x04','\x40','\x42','\xff','\xfe','\xe2','\x08','\x80','\xb2','\x0e','\x61','\x9a','\x1c','\x31','\x0e','\x30','\x32','\x07','\xc0','\x0c','\x03','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x30','\xcc','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x30','\xc6','\xff','\xff','\xff','\x03','\x01','\xa0','\x06','\xc1','\xa0','\x06','\x63','\x10','\x0c','\x66','\x1c','\x18','\x18','\x0f','\x34','\x00','\x66','\xc7','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x60','\x00','\x1f','\xff','\xf8','\x00','\xc2','\x00','\x00','\x82','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x00','\xc0','\x02','\x1c','\x60','\x06','\x18','\x38','\x0d','\x18','\x9f','\x18','\xd9','\xce','\x30','\xde','\x06','\xc0','\x18','\x00','\x00','\x3b','\x00','\x01','\xd8','\xc0','\x3f','\x18','\x70','\x1c','\x18','\x38','\x10','\xf8','\x18','\x00','\x30','\x00','\x20','\x73','\x9c','\x18','\x63','\x18','\x0c','\x63','\x18','\x0d','\xff','\xff','\x00','\x63','\x18','\x00','\x63','\x18','\x80','\x63','\x18','\x40','\x7f','\xf8','\x64','\x80','\x00','\x64','\x80','\x06','\x05','\xff','\xff','\x09','\x83','\x06','\x0b','\x03','\x04','\x0b','\x43','\x18','\x18','\x7f','\xfc','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x78','\x30','\x63','\x30','\x38','\x03','\x00','\x18','\x03','\x00','\x21','\x81','\x00','\x3f','\xc1','\xc0','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x00','\x31','\x83','\x08','\x31','\x82','\x04','\x3f','\x82','\x06','\x31','\x84','\x3b','\x31','\xbf','\xc3','\x31','\x9e','\x03','\x31','\x90','\x00','\x31','\x80','\x00','\x3f','\x88','\x0c','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x21','\x8c','\x0c','\x21','\x8c','\x0c','\x61','\x8f','\xfc','\x47','\x8c','\x0c','\x83','\x0c','\x0c','\x26','\x02','\x0c','\x3f','\x43','\xfe','\x26','\x23','\x0c','\x26','\x33','\x0c','\x26','\x33','\x0c','\x26','\x33','\xfc','\x26','\x03','\x0c','\x3e','\x03','\x0c','\x26','\x03','\x0c','\x26','\x03','\xfc','\x26','\x33','\x08','\x27','\xfb','\x0e','\x26','\x33','\x0c','\x3e','\x33','\x48','\x26','\x33','\x30','\x26','\x33','\x18','\x26','\x33','\x2c','\x26','\x3f','\xce','\x26','\x37','\x06','\x26','\x30','\x00','\x66','\x68','\x00','\x47','\xc7','\xff','\x5e','\xc1','\xfe','\x8c','\x80','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x80','\x00','\xc0','\x60','\x00','\x80','\x30','\x01','\x07','\xd8','\x7f','\xf8','\x1c','\x3f','\x00','\x0c','\x20','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x02','\x1c','\x80','\x03','\x98','\xc0','\x07','\x18','\x58','\x06','\x0c','\x7c','\x0c','\x0f','\x80','\x1d','\xfc','\x00','\x2c','\x06','\x00','\xcc','\x03','\x04','\x0c','\x01','\xc4','\x0c','\x00','\xf4','\x0c','\x1c','\x3e','\x0c','\x18','\x0e','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc2','\x1c','\x07','\x83','\x18','\x1d','\x81','\xa0','\xe1','\x80','\xc0','\x01','\x8e','\x70','\x1f','\xf0','\x3f','\x0f','\x00','\x1e','\x08','\x00','\x06','\x02','\x0e','\x40','\x03','\x8c','\x60','\x07','\x0c','\x2c','\x0e','\x07','\xfe','\x3c','\xfe','\x00','\xcc','\x03','\x00','\x0c','\x01','\xc2','\x0c','\x00','\xf2','\x0c','\x00','\x3f','\x00','\x00','\x0f','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x00','\x20','\x30','\x40','\x3f','\xf8','\x30','\x30','\x30','\x18','\x30','\x30','\x0c','\x30','\x30','\x0c','\x3f','\xf0','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x3f','\xf0','\x0c','\x30','\x08','\xfe','\x30','\x0e','\x0c','\x31','\x0c','\x0c','\x30','\x90','\x0c','\x30','\x60','\x0c','\x33','\x30','\x0c','\x3c','\x18','\x0d','\xf0','\x1c','\x0c','\xc0','\x0c','\x0c','\x80','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x18','\x30','\x7f','\xfc','\x18','\x03','\x18','\x0c','\x03','\x18','\x0c','\x03','\x1a','\x01','\xff','\xff','\x00','\x03','\x18','\x00','\x03','\x18','\x00','\x03','\x18','\x0c','\x7f','\xfc','\xfe','\x83','\x06','\x0c','\x63','\x0c','\x0c','\x23','\x10','\x0c','\x0b','\x00','\x0c','\x33','\x60','\x0d','\xe3','\x1c','\x0c','\xc3','\x0e','\x0c','\x9f','\x06','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x41','\x90','\x40','\x7f','\xcc','\x70','\x61','\x86','\x60','\x63','\x06','\x40','\x62','\x00','\x86','\x66','\xff','\xff','\x64','\x06','\x00','\x68','\x0c','\x08','\x64','\x18','\x0e','\x66','\x34','\x0c','\x62','\xc6','\x18','\x63','\x0b','\x10','\x63','\x0b','\x20','\x63','\x11','\x80','\x63','\x23','\xc0','\x63','\x45','\xa0','\x6f','\x85','\xb0','\x66','\x09','\x98','\x60','\x11','\x9f','\x60','\x21','\x8e','\x60','\xc1','\x86','\x63','\x03','\x00','\x60','\x1f','\x00','\x60','\x06','\x00','\x02','\x0e','\x40','\x03','\x8c','\x60','\x07','\x0c','\x2c','\x06','\x07','\xfe','\x0e','\xfe','\x00','\x1e','\x03','\x00','\x36','\x01','\x82','\xc6','\x00','\xe2','\x00','\x00','\x3f','\x0f','\xff','\xef','\x0c','\x10','\x60','\x0c','\x10','\x60','\x0f','\xff','\xe0','\x0c','\x10','\x60','\x0c','\x10','\x60','\x0f','\xff','\xe0','\x00','\x10','\x00','\x1f','\xff','\xf0','\x00','\x10','\x06','\xff','\xff','\xff','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\x60','\xc1','\x86','\x10','\x10','\x06','\x1c','\x1f','\xff','\x18','\x18','\x06','\x19','\x98','\xc6','\x1f','\xd8','\x86','\x11','\x98','\x86','\x31','\x1b','\xf6','\x22','\x18','\x86','\x3f','\x98','\x86','\x64','\x98','\x86','\xa4','\x9f','\xfe','\x24','\x98','\x06','\x3f','\x98','\x06','\x24','\x99','\xe6','\x24','\x99','\x26','\x24','\x99','\x26','\x3f','\x99','\x26','\x00','\x19','\x26','\x00','\x99','\x26','\x2a','\x91','\xe6','\x2a','\x30','\x06','\x68','\x20','\x06','\xc0','\x40','\x3e','\xc1','\x80','\x0c','\x02','\x07','\x00','\x03','\x86','\x40','\x03','\x06','\x30','\x03','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x00','\x0c','\x06','\x06','\x0d','\xff','\xff','\x1c','\x06','\x00','\x1c','\x06','\x00','\x2c','\x06','\x00','\x4c','\x06','\x00','\x8c','\x06','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x00','\xc2','\x0c','\x00','\xe2','\x0c','\x00','\x72','\x0c','\x00','\x3f','\x0c','\x00','\x1f','\x0c','\x00','\x06','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x80','\x00','\xc0','\x40','\x01','\x80','\x20','\x01','\x00','\x30','\x02','\x07','\xd8','\x7f','\xfc','\x1c','\x3f','\x00','\x0c','\x20','\x00','\x0c','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x00','\xc0','\xc0','\x01','\x80','\xe0','\x03','\x00','\x70','\x06','\x00','\x3c','\x0c','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x04','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x04','\x80','\x61','\x88','\x60','\x80','\x80','\x20','\x1f','\xff','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\x10','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x18','\x06','\x3f','\xff','\xff','\x30','\x78','\x06','\x30','\xd8','\x06','\x01','\xd8','\x06','\x03','\x98','\x0c','\x06','\x18','\x7c','\x18','\x18','\x18','\xe0','\x18','\x00','\x00','\x18','\x00','\x00','\x62','\x0c','\xff','\xf3','\xfe','\x0a','\x03','\x0c','\x0a','\x03','\x0c','\x0a','\x03','\xfc','\x4a','\x63','\x0c','\x7f','\xf3','\x0c','\x6a','\x63','\x0c','\x6a','\x63','\xfc','\x6a','\x60','\x00','\x6a','\x60','\x06','\x6b','\xef','\xff','\x69','\xe0','\x60','\x70','\x60','\x60','\x60','\x64','\x60','\x60','\x67','\x64','\x60','\x66','\x7e','\x7f','\xe6','\x60','\x60','\x66','\x60','\x60','\x66','\x60','\x60','\x65','\x60','\x60','\x6c','\xe0','\x7f','\xe8','\x7f','\x60','\x10','\x1e','\x20','\xc0','\x06','\x3f','\xef','\xff','\x30','\xc0','\xc0','\x30','\xc0','\x80','\x3f','\xc4','\x8c','\x30','\xc7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x00','\x06','\x0c','\x00','\x66','\x0c','\xff','\xf7','\xfc','\x06','\x06','\x0c','\x26','\x06','\x0c','\x36','\x06','\x0c','\x36','\x47','\xfc','\x37','\xe2','\x00','\x36','\x03','\x18','\x36','\x06','\x0e','\x2e','\x18','\x06','\x66','\x00','\x00','\x43','\xff','\xff','\x40','\xff','\xfe','\x80','\x00','\x00','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x31','\x04','\x20','\x31','\xcf','\xfe','\x33','\x88','\x40','\x37','\x1f','\xfe','\x3b','\x28','\x40','\x33','\x0f','\xfe','\x33','\x08','\x40','\x33','\x2f','\xff','\x30','\x30','\x00','\x31','\xff','\xe0','\x31','\x00','\x20','\x31','\xff','\xe0','\x31','\x00','\x20','\x21','\xff','\xe0','\x21','\x00','\x00','\x61','\xff','\xf8','\x61','\x00','\x02','\x45','\xff','\xff','\x44','\x88','\x86','\x98','\xcc','\xde','\x18','\x44','\x4c','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x0c','\x06','\xff','\xfe','\x00','\x10','\x40','\x00','\x08','\x70','\x80','\x0c','\x60','\x62','\x0c','\x86','\x33','\xff','\xff','\x32','\x00','\x00','\x04','\x40','\x18','\x04','\x7f','\xfc','\x0c','\x63','\x18','\x08','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x7f','\xf8','\x30','\x63','\x02','\x30','\x03','\x02','\x30','\x03','\x03','\x38','\x03','\xff','\x18','\x01','\xfe','\x20','\x70','\xe0','\x10','\x60','\xc0','\x18','\x64','\xc6','\x1b','\xfe','\xff','\x00','\x88','\xc0','\x00','\xcc','\xc0','\x84','\x48','\xfe','\x44','\x10','\x06','\x67','\xff','\x06','\x64','\x00','\xfe','\x08','\x00','\xc0','\x09','\xfc','\xc0','\x09','\x8c','\xfe','\x19','\x8c','\xc0','\x11','\xfc','\xc0','\x11','\x8c','\xfe','\x31','\x8c','\xc0','\xf1','\x8c','\xc0','\x71','\xfc','\xfe','\x31','\x8c','\xc0','\x31','\x8c','\xc2','\x31','\x8c','\xc3','\x39','\xbc','\xff','\x19','\x98','\x7e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x00','\x1f','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xff','\xff','\x43','\x03','\x00','\x7f','\x86','\x00','\x63','\x06','\x00','\x63','\x0c','\x08','\x63','\x1a','\x0e','\x63','\x23','\x0c','\x63','\xc5','\x18','\x63','\x0d','\x90','\x63','\x09','\xa0','\x63','\x11','\xc0','\x63','\x23','\xc0','\x63','\xc5','\xa0','\x63','\x05','\xa0','\x7f','\x09','\x90','\x63','\x11','\x98','\x60','\x21','\x8f','\x00','\xc1','\x8e','\x03','\x03','\x86','\x00','\x03','\x00','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x01','\x84','\x60','\x0f','\xc8','\x00','\x7c','\x00','\x07','\xe0','\x00','\x78','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x08','\x00','\x60','\x08','\x00','\x60','\x0c','\x00','\x7f','\xfc','\x00','\x3f','\xf8','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x03','\xe0','\x0c','\x7f','\x00','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc3','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x83','\x00','\x0d','\x03','\x06','\x0e','\xff','\xff','\x1c','\x03','\x00','\xfc','\x03','\x00','\x6c','\x03','\x00','\x4c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x02','\x0c','\x03','\x02','\x0c','\x03','\x03','\x7c','\x03','\xff','\x18','\x01','\xfe','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x8c','\x0c','\x18','\x80','\x0d','\x98','\x80','\x1e','\x18','\xc0','\xfc','\x18','\x40','\x6c','\x18','\x40','\x4c','\x18','\x60','\x0c','\x30','\x20','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x20','\x18','\x0c','\x60','\x1c','\x0c','\x40','\x0f','\x7c','\x80','\x0e','\x19','\x00','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc6','\x00','\x0c','\x06','\x00','\x0c','\x04','\x00','\x0c','\x0c','\x00','\x0c','\x08','\x0c','\x0d','\x9f','\xfe','\x1e','\x1c','\x0c','\xfc','\x2c','\x0c','\x6c','\x4c','\x0c','\x4d','\x8c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x7c','\x0c','\x0c','\x18','\x0c','\x0c','\x10','\x20','\x0c','\x0c','\x3f','\xfe','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x80','\x30','\x0c','\x60','\x30','\x0c','\x32','\x3f','\xfc','\x32','\x31','\x0c','\x04','\x31','\x00','\x04','\x31','\x80','\x0c','\x30','\x80','\x08','\x30','\x80','\x18','\x30','\xc0','\x18','\x30','\x40','\x30','\x60','\x60','\xf0','\x60','\x60','\x70','\x60','\x30','\x30','\x40','\x38','\x30','\xc0','\x1c','\x30','\x80','\x1f','\x39','\x00','\x0e','\x1a','\x00','\x06','\x20','\x0c','\x06','\x19','\xfe','\xff','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x01','\xfc','\xfe','\x00','\x0c','\x06','\x80','\x0c','\x06','\x41','\xfc','\xfe','\x64','\x0c','\x06','\x64','\x21','\x00','\x04','\x39','\xc0','\x08','\x31','\x8c','\x08','\x7f','\xfe','\x08','\x61','\x00','\x18','\xe1','\x00','\x19','\x7f','\xfc','\x32','\x61','\x00','\xf0','\x61','\x00','\x70','\x7f','\xfc','\x30','\x61','\x00','\x30','\x61','\x00','\x30','\x61','\x06','\x38','\x7f','\xff','\x18','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x03','\x7f','\xff','\xff','\x83','\x00','\x18','\x02','\x00','\x18','\x06','\x00','\x18','\x04','\x08','\x18','\x0a','\x0e','\x1a','\x13','\x0c','\xff','\x25','\x18','\x18','\xc5','\x90','\x18','\x09','\xa0','\x18','\x11','\xc0','\x18','\x23','\xc0','\x18','\xc5','\xa0','\x18','\x05','\xa0','\x1b','\x09','\x90','\xfc','\x11','\x98','\x70','\x21','\x8f','\x40','\xc1','\x8e','\x03','\x03','\x86','\x00','\x03','\x00','\x00','\x1f','\x00','\x00','\x06','\x00','\x03','\x00','\x18','\x7f','\x80','\x7c','\x00','\x03','\xe0','\x00','\x3f','\x00','\x01','\x83','\x00','\xff','\xc3','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x03','\x03','\x00','\x7f','\x83','\x00','\x00','\x03','\x06','\x00','\x7f','\xff','\x03','\x03','\x00','\x7f','\x83','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x41','\x83','\x00','\x7f','\xc3','\x00','\x61','\x83','\x02','\x61','\x83','\x02','\x61','\x83','\x02','\x61','\x83','\x03','\x7f','\x83','\xff','\x61','\x81','\xfe','\x06','\x10','\x06','\x06','\x1f','\xff','\x0d','\x19','\x26','\x0c','\x99','\x26','\x08','\xd9','\x26','\x18','\xdf','\xfe','\x10','\x00','\xc0','\x21','\x80','\xc4','\x3f','\xdf','\xfe','\x46','\x00','\xc0','\x86','\x00','\xc2','\x06','\x3f','\xff','\x7f','\xc4','\x08','\x06','\x02','\x08','\x06','\x82','\x12','\x46','\xff','\xff','\x26','\xc0','\xc0','\x36','\x80','\xc0','\x37','\x00','\xc4','\x06','\x1f','\xfe','\x07','\x80','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x21','\x00','\x0c','\x19','\xff','\xfe','\x0d','\x88','\x8c','\x0d','\x88','\x8c','\x01','\x88','\x8c','\x01','\xff','\xfc','\x80','\x20','\x00','\x60','\x38','\x00','\x30','\x30','\x06','\x34','\x7f','\xff','\x04','\x44','\x06','\x04','\x84','\x06','\x09','\x7f','\xc6','\x0a','\x44','\x46','\x18','\x44','\x46','\x18','\x44','\x46','\x30','\x7f','\xc6','\xf0','\x04','\x06','\x70','\x05','\x06','\x30','\x04','\x86','\x30','\xff','\xce','\x30','\x78','\xcc','\x38','\x40','\x3c','\x18','\x00','\x18','\x06','\x0e','\x38','\x7f','\x0c','\x30','\x00','\x0c','\x36','\x00','\x7f','\xff','\x03','\x0c','\x30','\xff','\x8c','\x30','\x00','\x02','\x00','\x00','\x03','\x80','\x06','\x03','\x00','\x7f','\x03','\x06','\x00','\xff','\xff','\x00','\x06','\x00','\x06','\x04','\x00','\x7f','\x0c','\x00','\x00','\x08','\x0c','\x00','\x1f','\xfe','\x43','\x1c','\x0c','\x7f','\xac','\x0c','\x63','\x4c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0f','\xfc','\x7f','\x0c','\x0c','\x63','\x0c','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xf8','\x7f','\xff','\xc0','\x3f','\x80','\xc0','\x20','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\x19','\x98','\x19','\xff','\xd8','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x9a','\x11','\x9b','\x9a','\x11','\x99','\x0a','\x30','\x18','\x0a','\x20','\x18','\x0e','\x20','\x18','\x06','\x40','\x18','\x07','\x80','\x18','\x03','\x0e','\x00','\xe4','\x0c','\x20','\xc7','\x0c','\x18','\xc6','\x0c','\x0c','\xcc','\x0c','\x0c','\xc8','\x4c','\x8c','\xd0','\x7f','\xc0','\xc0','\x4c','\x88','\xcc','\x4c','\x8f','\xfe','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x7f','\x8c','\x0c','\x4c','\x8c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0d','\x0c','\x0c','\x0c','\x8c','\x0c','\x0f','\xcc','\x0c','\xfc','\xcc','\x0c','\x70','\xcc','\x0c','\x40','\x0c','\x7c','\x00','\x0c','\x18','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x01','\x01','\x00','\x01','\xc0','\xc0','\x03','\x80','\x70','\x03','\x00','\x38','\x06','\x00','\x1c','\x0c','\x00','\x0e','\x18','\x00','\x0e','\x60','\x00','\x06','\x00','\x00','\x00','\x40','\xc4','\x06','\x7f','\xe7','\xff','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x7f','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x3e','\x60','\x06','\x0c','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x04','\x00','\x00','\x07','\x20','\x18','\x06','\x3f','\xfc','\x06','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x38','\x30','\x18','\x38','\x3f','\xf8','\x58','\x30','\x18','\x98','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x18','\x18','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x06','\x01','\xff','\xff','\x00','\x10','\x20','\x00','\x08','\x20','\x00','\x08','\x44','\x0c','\xff','\xfe','\xfe','\x03','\x00','\x0c','\x03','\x08','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x02','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x30','\x19','\xff','\xf8','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x19','\x84','\x10','\x19','\x84','\x1c','\x19','\x84','\x38','\x11','\x82','\x60','\x31','\x82','\x80','\x31','\x81','\x00','\x21','\x81','\x80','\x61','\x80','\xc0','\x41','\x8e','\x70','\x9f','\xf0','\x3f','\x0f','\x00','\x1e','\x08','\x00','\x06','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\x04','\x60','\x0d','\xc6','\x38','\x31','\x88','\x1f','\xc3','\xff','\xe6','\x06','\x08','\x00','\x1b','\xff','\xc0','\x62','\x08','\x00','\x03','\xff','\xc0','\x02','\x08','\x00','\x03','\xff','\xf0','\x02','\x00','\x00','\x00','\x00','\xc6','\xff','\xff','\xff','\x02','\x00','\xc0','\x01','\x80','\xc0','\x00','\xc0','\xc0','\x00','\xc7','\xc0','\x00','\x01','\x80','\x21','\x90','\x10','\x3f','\xc8','\x1c','\x31','\x8c','\x18','\x31','\x86','\x30','\x31','\x86','\x20','\x31','\x90','\x4c','\x31','\x9f','\xfe','\x3f','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x9f','\xfc','\x3f','\x98','\x6c','\x31','\x84','\x60','\x31','\x87','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x86','\x62','\x31','\x84','\x62','\x21','\x8c','\x62','\x61','\x88','\x63','\x4f','\x90','\x7f','\x83','\x60','\x3e','\x00','\xc0','\x18','\x7f','\xef','\xfc','\x00','\xc0','\x18','\x00','\xc0','\x18','\x3f','\xc7','\xf8','\x30','\x06','\x00','\x30','\x26','\x04','\x30','\x36','\x06','\x3f','\xf7','\xfe','\x1f','\xe3','\xfc','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x98','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x00','\x00','\x03','\xc1','\x80','\x07','\x00','\x78','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x40','\x60','\x0c','\x7f','\xf7','\xfe','\x62','\x01','\x0c','\x62','\x01','\x08','\x7f','\xe1','\x18','\x60','\x20','\x90','\x60','\x20','\xa0','\x7f','\xe0','\x40','\x62','\x00','\xb0','\x62','\x03','\x1f','\x62','\x6c','\x0e','\x7f','\xf0','\x06','\x60','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x01','\x00','\x02','\x01','\xc0','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\xc2','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x73','\x0e','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x0c','\x63','\x0c','\xfe','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x1c','\x46','\x46','\x18','\x7f','\x7f','\x18','\x46','\x46','\x18','\x46','\x46','\x1b','\x46','\x46','\xff','\xc6','\x46','\x18','\x46','\x46','\x18','\x7e','\x7e','\x18','\x46','\x46','\x3c','\x46','\x46','\x3a','\x46','\x46','\x3b','\x46','\x46','\x3b','\x46','\x46','\x78','\x7e','\x7e','\x58','\x46','\x46','\x58','\x46','\x46','\x98','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\xc6','\xc6','\x18','\x86','\x86','\x18','\x9e','\x9e','\x19','\x0d','\x0c','\x01','\x00','\x00','\x01','\xc3','\x00','\x03','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x38','\x0c','\x18','\x18','\x18','\x38','\x00','\x60','\x34','\x00','\x00','\x62','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc3','\xff','\xc6','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x02','\x20','\x0c','\x43','\xbf','\xfe','\x23','\x31','\x8c','\x16','\x31','\x8c','\x1c','\x31','\x8c','\x08','\x31','\x8c','\x1c','\x3f','\xfc','\x24','\x31','\x8c','\x46','\x31','\x8c','\x86','\x31','\x8c','\x0e','\x31','\x8c','\x0b','\x3f','\xfc','\x1b','\x31','\x8c','\x13','\x01','\x80','\x33','\x01','\x80','\x23','\x01','\x8c','\x43','\x3f','\xfe','\x83','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x06','\x01','\x80','\x0e','\x01','\x86','\x7c','\xff','\xff','\x18','\x00','\x00','\x10','\x00','\x18','\x1c','\x0f','\xfc','\x18','\x00','\xc0','\x19','\x90','\xc6','\x1f','\xdf','\xff','\x11','\xb0','\xc4','\x31','\x30','\xc0','\x22','\x0e','\xdc','\x3f','\x80','\xc0','\x64','\x80','\xc0','\xa4','\x8e','\xdc','\x24','\x80','\xc0','\x3f','\x80','\x00','\x24','\x80','\x0c','\x24','\x8f','\xfe','\x24','\x80','\x0c','\x3f','\x80','\x0c','\x00','\x00','\x0c','\x00','\x8f','\xfc','\x2a','\xc0','\x0c','\x2a','\xc0','\x0c','\x6a','\x40','\x0c','\xc0','\x0f','\xfc','\xc0','\x00','\x0c','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x46','\x0d','\x7f','\xff','\xff','\x82','\x40','\x0c','\x22','\x4c','\x0c','\x3f','\xfe','\x0c','\x32','\x4c','\x1e','\x34','\x4c','\x1d','\x38','\x3c','\x1d','\xb0','\x0c','\x3d','\xbf','\xfc','\x2c','\x30','\x0c','\x2c','\x30','\x0c','\x6c','\x3f','\xfc','\x4c','\x00','\x30','\x8c','\x00','\x32','\x0d','\xff','\xff','\x0c','\x10','\x30','\x0c','\x08','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xf0','\x0c','\x00','\x60','\x03','\x04','\x00','\x7f','\x87','\x20','\x00','\x06','\x38','\x00','\x06','\x30','\x01','\x8c','\x20','\xff','\xc8','\x46','\x00','\x1f','\xff','\x00','\x18','\xc0','\x06','\x38','\xc0','\x7f','\x58','\xc0','\x00','\x98','\xcc','\x00','\x1f','\xfe','\x06','\x18','\xc0','\x7f','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\xcc','\x43','\x1f','\xfe','\x7f','\x98','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc6','\x7f','\x1f','\xff','\x63','\x18','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x40','\x60','\x06','\x30','\x60','\x06','\x18','\x60','\x06','\x1c','\x60','\x06','\x0c','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x30','\x00','\x60','\x60','\x03','\xe0','\x80','\x00','\xc0','\x00','\x40','\x40','\x08','\x30','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x00','\x80','\x08','\x01','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0e','\x70','\x00','\x0c','\x60','\x46','\x0c','\x66','\x7f','\xff','\xff','\x66','\x0c','\x60','\x66','\x0c','\x60','\x66','\x7f','\xfc','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x7f','\xfc','\x66','\x63','\x0c','\x66','\x03','\x00','\x66','\x03','\x08','\x66','\x7f','\xfc','\x7e','\x03','\x00','\x66','\x03','\x02','\x61','\xff','\xff','\x00','\x06','\x80','\x00','\x04','\x40','\x00','\x0c','\x60','\x00','\x18','\x38','\x00','\x60','\x1f','\x03','\x80','\x06','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x9f','\xf8','\x0f','\x18','\x18','\xfc','\x00','\x00','\x70','\x00','\x00','\x40','\x00','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0d','\x98','\x18','\x1e','\x18','\x18','\xfc','\x18','\x18','\x6c','\x18','\x18','\x4c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x7c','\xff','\xff','\x18','\x00','\x00','\x1c','\x20','\x00','\x18','\x20','\x06','\x18','\x7f','\xff','\x18','\x68','\xc6','\x18','\xce','\xc4','\x1a','\xcc','\xc8','\xff','\x08','\xc0','\x18','\x18','\xc0','\x18','\x10','\xfe','\x18','\x20','\x7e','\x18','\x40','\x00','\x1a','\x03','\x80','\x1c','\x03','\x00','\xf8','\x03','\x06','\x79','\xff','\xff','\x58','\x0f','\x40','\x18','\x0b','\x40','\x18','\x1b','\x20','\x18','\x13','\x30','\x18','\x23','\x1c','\x18','\x43','\x0f','\x19','\x83','\x06','\xf8','\x03','\x00','\x30','\x03','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\xe1','\x00','\x18','\xc1','\xc0','\x18','\xc9','\x80','\xff','\xfd','\x80','\x18','\xc1','\x86','\x18','\xc1','\xff','\x7f','\xf3','\x06','\x66','\x32','\x04','\x66','\x34','\xe8','\x66','\x38','\xc0','\x7f','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x20','\xc0','\x7f','\xf0','\xc0','\x06','\x01','\xa0','\x06','\x11','\xa0','\xff','\xf9','\xa0','\x06','\x01','\x30','\x0d','\x03','\x10','\x0c','\xc2','\x18','\x18','\x66','\x1c','\x10','\x64','\x0f','\x20','\x08','\x0e','\xc0','\x30','\x06','\x20','\x03','\x80','\x18','\x03','\x08','\x0c','\x23','\x0e','\x0c','\x23','\x0c','\x00','\x63','\x18','\x00','\xc3','\x20','\x80','\xc6','\xc0','\x60','\x06','\x30','\x32','\x0c','\x1c','\x32','\x18','\x0e','\x04','\x30','\x06','\x04','\xc3','\x80','\x0c','\x03','\x04','\x08','\x03','\x07','\x18','\x43','\x0e','\x18','\x43','\x18','\x30','\xc6','\xa0','\xf1','\x86','\x80','\x71','\x8c','\x40','\x30','\x0c','\x60','\x30','\x18','\x38','\x30','\x30','\x1f','\x38','\x60','\x0e','\x19','\x80','\x06','\x20','\x38','\x70','\x18','\x30','\x60','\x0c','\x30','\x64','\x0d','\xff','\xfe','\x00','\x30','\x60','\x00','\x30','\x60','\x80','\x3f','\xe0','\x60','\x30','\x60','\x32','\x30','\x60','\x32','\x30','\x60','\x04','\x3f','\xe0','\x04','\x30','\x60','\x0c','\x30','\x60','\x08','\x30','\x66','\x1f','\xff','\xff','\x18','\xcc','\xc0','\x30','\xcc','\xc0','\xf0','\xc8','\xfe','\x70','\xd0','\x7e','\x30','\xe0','\x00','\x30','\xc0','\x00','\x30','\xc0','\x0c','\x38','\xff','\xfe','\x18','\xc0','\x00','\x00','\x1c','\x00','\x0e','\x18','\x1c','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xff','\xf8','\x00','\x00','\x00','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x0e','\x00','\x18','\x0c','\x10','\x18','\x8c','\x1c','\x18','\x8c','\x38','\x19','\x8c','\x60','\x19','\x8c','\x80','\x1b','\x1a','\x00','\x13','\x19','\x00','\x10','\x31','\x80','\x30','\x30','\xc0','\x20','\x60','\x70','\x40','\xc0','\x3f','\x83','\x00','\x1e','\x1c','\x00','\x06','\x10','\x00','\x00','\x1c','\x00','\x0c','\x18','\x3f','\xfe','\x18','\x00','\x00','\x30','\xc0','\x00','\x3f','\xe8','\x18','\x66','\x0f','\xfc','\x46','\x0c','\x18','\x86','\x0c','\x18','\x06','\x0c','\x18','\x06','\x6c','\x18','\xff','\xfc','\x18','\x06','\x0f','\xf8','\x06','\x0c','\x18','\x06','\x00','\x00','\x05','\x08','\x10','\x0c','\x84','\x1c','\x0c','\xc6','\x18','\x08','\xc6','\x18','\x18','\xc6','\x30','\x10','\x00','\x20','\x20','\x00','\x46','\x40','\x7f','\xff','\x80','\x00','\x00','\x00','\x01','\xc0','\x1c','\x39','\x8e','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x19','\xb1','\x8c','\xff','\xff','\xfc','\x02','\x30','\x0c','\x03','\x80','\x00','\x43','\x00','\x06','\x23','\x7f','\xff','\x22','\x03','\x00','\x22','\x02','\x00','\x32','\x24','\x06','\x32','\x3f','\xff','\x34','\x32','\x46','\x04','\x32','\x46','\x05','\xb2','\x46','\xfe','\x32','\x46','\x70','\x32','\x46','\x40','\x32','\x46','\x00','\x32','\x46','\x00','\x32','\x5e','\x00','\x32','\x4c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x23','\x08','\xc0','\x43','\x10','\xc0','\x90','\x40','\x20','\x0c','\x30','\x38','\x06','\x18','\x70','\x06','\x18','\x80','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x11','\x80','\x08','\x11','\x86','\x92','\x1f','\xff','\x63','\xb0','\x04','\x33','\x30','\x08','\x36','\x00','\x00','\x04','\x00','\x0c','\x09','\x3f','\xfe','\x10','\x81','\x80','\xff','\xc1','\x80','\x7c','\xd1','\x80','\x4c','\x1d','\x8c','\x0c','\x19','\xfe','\x4e','\x19','\x80','\x7d','\x99','\x80','\x6c','\xd9','\x80','\x6c','\xd9','\x80','\x4c','\x15','\x80','\x4c','\x33','\x80','\x8c','\x21','\x80','\x0c','\x40','\xff','\x0c','\x80','\x3e','\x00','\x61','\xc0','\xff','\xf1','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x89','\x80','\x31','\x89','\x86','\x3f','\x9f','\xff','\x31','\x99','\x86','\x31','\xb1','\x84','\x31','\xb1','\x88','\x31','\x81','\x80','\x31','\x81','\x70','\x3f','\x81','\x60','\x31','\x83','\x60','\x31','\x83','\x60','\x31','\x82','\x60','\x31','\x82','\x60','\x33','\x86','\x60','\xfd','\x84','\x62','\x71','\x8c','\x62','\x41','\x88','\x63','\x01','\x90','\x7f','\x01','\xa0','\x3e','\x21','\x88','\x18','\x3f','\xcf','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x21','\x80','\x00','\x21','\x80','\x00','\x61','\x80','\x06','\x47','\xbf','\xff','\x83','\x00','\x00','\x00','\x00','\x0c','\x3f','\xff','\xfe','\x00','\x18','\x0c','\x04','\x18','\x08','\x07','\x18','\x60','\x06','\x1f','\xf0','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\xf8','\x00','\x18','\x3f','\xff','\x30','\x07','\xfe','\xc0','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xc0','\x0e','\x20','\x00','\x06','\x0c','\x00','\x0c','\x7e','\x18','\x3e','\x00','\xfd','\xf0','\x00','\x18','\x30','\x06','\x10','\x30','\xff','\x30','\x30','\x00','\x31','\x30','\x00','\x21','\x30','\x0c','\x61','\x30','\x7e','\x4d','\x32','\x00','\xfd','\x3f','\x00','\xcd','\x30','\x0c','\x0d','\x30','\x7e','\x09','\x30','\x00','\x89','\x30','\x00','\x99','\x30','\x46','\x51','\x30','\x7f','\x51','\x32','\x66','\x27','\xff','\x66','\x20','\x00','\x66','\x58','\x00','\x66','\x4f','\xff','\x7e','\x83','\xfe','\x61','\x00','\x00','\x0c','\x03','\x00','\x0c','\x17','\x98','\x0a','\x1c','\xfc','\x19','\x90','\x98','\x18','\xd0','\x98','\x10','\xd0','\x98','\x30','\x10','\x98','\x23','\x1f','\x9f','\x7f','\x91','\x0f','\x8c','\x12','\x00','\x0c','\x10','\x00','\x0d','\x90','\x00','\xff','\xdf','\x0c','\x0c','\x11','\xfe','\x0d','\x10','\x8c','\x8d','\xd0','\x88','\x4d','\x90','\x58','\x6d','\x12','\x50','\x6e','\x1c','\x20','\x0c','\xf0','\x30','\x0f','\x70','\x58','\xfc','\x50','\x4c','\x70','\x10','\x8f','\x40','\x13','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x03','\x86','\x60','\x03','\x06','\x60','\x03','\x06','\x60','\x03','\x26','\x6f','\xff','\xf6','\x60','\x03','\x06','\x60','\x03','\x06','\x61','\x03','\x06','\x60','\xc3','\x06','\x60','\x63','\x06','\x60','\x63','\x06','\x60','\x03','\x06','\x60','\x03','\x06','\x60','\x03','\x06','\x60','\x03','\x06','\x60','\x1f','\x06','\x60','\x06','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x1c','\x03','\x80','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x7f','\xf8','\x18','\x40','\x08','\x1b','\x4f','\xc8','\xff','\xc8','\x48','\x18','\x48','\x48','\x18','\x4f','\xc8','\x18','\x40','\x08','\x18','\x7f','\xf8','\x18','\x00','\x00','\x18','\x3f','\xf0','\x18','\x30','\x30','\x19','\x30','\x30','\x1e','\x3f','\xf0','\xf8','\x30','\x30','\x60','\x30','\x30','\x40','\x3f','\xf0','\x00','\x30','\x30','\x00','\x00','\x06','\x03','\xff','\xff','\x00','\x00','\x00','\x03','\x44','\x08','\xff','\xb3','\x0e','\x03','\x19','\x8c','\x03','\x19','\x98','\x03','\x19','\x90','\x43','\x00','\x20','\x7f','\x3f','\xfc','\x63','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x3f','\xfc','\x63','\x31','\x8c','\x7f','\xb1','\x8c','\xc3','\x31','\x8c','\xc3','\x3f','\xfc','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\x03','\x7f','\xff','\x07','\x01','\x80','\x06','\x01','\x80','\x0e','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x71','\xc0','\x0c','\x61','\x82','\x3e','\x69','\x93','\xe0','\x65','\x9b','\x00','\x65','\x93','\x00','\x65','\xa3','\x00','\x61','\x83','\x00','\x61','\x83','\x06','\x6f','\xf3','\xff','\x61','\x83','\x18','\x61','\x83','\x18','\x63','\xc3','\x18','\x63','\xa3','\x18','\x65','\xb3','\x18','\x65','\xb3','\x18','\x69','\x83','\x18','\x71','\x82','\x18','\x61','\x82','\x18','\x61','\x82','\x18','\x60','\x06','\x18','\x60','\x64','\x18','\x7f','\xf4','\x18','\x60','\x08','\x18','\x60','\x00','\x18','\x00','\x00','\x1c','\x73','\x01','\xfe','\x7f','\x7f','\x88','\x63','\x02','\x0e','\x63','\x21','\x0c','\x63','\x19','\x88','\x63','\x08','\x90','\x63','\x7f','\xfe','\x63','\x06','\x00','\x7f','\x06','\x00','\x63','\x06','\x06','\x63','\xff','\xff','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x08','\x18','\x63','\x1f','\xfc','\x63','\x12','\x18','\x7f','\x32','\x30','\x63','\x21','\x60','\x60','\x41','\xc0','\x00','\x83','\x70','\x03','\x06','\x3f','\x00','\x18','\x1e','\x00','\xe0','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0c','\x3f','\xfc','\xff','\xa0','\x04','\x0c','\x27','\xe4','\x0c','\x24','\x24','\x0c','\x24','\x24','\x1e','\x27','\xe4','\x1d','\x20','\x04','\x1d','\xbf','\xfc','\x3d','\x80','\x00','\x2c','\x1f','\xf8','\x2c','\x18','\x18','\x6c','\x18','\x18','\x4c','\x1f','\xf8','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x00','\x02','\x0d','\xff','\xff','\x0c','\x00','\x00','\x00','\xc4','\x30','\x23','\xe7','\xf8','\x3e','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x30','\x31','\x84','\x30','\x3f','\xcc','\x30','\x30','\x08','\x3f','\x30','\x10','\x1f','\x30','\x20','\x00','\x31','\x80','\x18','\x3f','\xdf','\xfc','\x30','\x04','\x18','\x30','\x04','\x18','\x30','\x02','\x30','\x31','\x82','\x30','\x3e','\x03','\x60','\xf8','\x01','\xc0','\x70','\x01','\xc0','\x30','\x03','\x70','\x30','\x06','\x3f','\x30','\x18','\x1e','\x30','\xe0','\x06','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x1c','\x01','\x80','\x18','\x03','\x00','\x38','\x0c','\x01','\xf0','\x70','\x00','\x60','\x06','\x01','\xc0','\x7f','\x01','\x88','\x00','\x09','\x8e','\x00','\x09','\x9c','\x03','\x11','\xa0','\xff','\xb1','\x80','\x00','\x33','\x40','\x00','\x03','\x30','\x06','\x06','\x18','\x7f','\x0c','\x0c','\x00','\x18','\x0e','\x00','\x61','\xc6','\x06','\x01','\x80','\x7f','\x01','\x88','\x00','\x09','\x8e','\x00','\x09','\x8c','\x46','\x11','\x90','\x7f','\x31','\x40','\x66','\x33','\x40','\x66','\x02','\x20','\x66','\x06','\x38','\x66','\x0c','\x1f','\x7e','\x18','\x0e','\x66','\x60','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x06','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\x13','\x18','\x18','\x1f','\xfc','\x38','\x18','\x18','\x39','\xd8','\x18','\x59','\x9f','\xf8','\x99','\x98','\x18','\x19','\x98','\x18','\x19','\x98','\x18','\x19','\x9f','\xf8','\x19','\x98','\x18','\x19','\x98','\x18','\x19','\x98','\x18','\x19','\x9f','\xf8','\x19','\x98','\x18','\x19','\x80','\x00','\x19','\x80','\x06','\x19','\xff','\xff','\x19','\x80','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x02','\x06','\x18','\x33','\xff','\x1f','\xfb','\x06','\x33','\x03','\x06','\x23','\x03','\x06','\x43','\x03','\x06','\x03','\x03','\x06','\x03','\x1b','\x06','\xff','\xff','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x03','\x06','\x06','\x83','\x06','\x06','\x43','\x06','\x06','\x63','\x06','\x0c','\x33','\x06','\x0c','\x33','\xfe','\x18','\x33','\x06','\x30','\x03','\x06','\xc0','\x00','\x00','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x39','\x80','\x18','\x31','\x80','\x18','\x31','\x8c','\x18','\x31','\x9e','\x18','\x31','\xac','\x1b','\x31','\xcc','\xff','\xb3','\x8c','\x18','\x3d','\x8c','\x18','\x31','\x8c','\x18','\x71','\x8c','\x19','\xb1','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\xbc','\x18','\x31','\x98','\x19','\x31','\x80','\x1e','\x31','\x80','\xf8','\x30','\x02','\x60','\x30','\x02','\x40','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x03','\x00','\xe0','\xff','\x80','\xc0','\x03','\x1c','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc6','\x03','\x18','\xdf','\x43','\x18','\xe6','\x7f','\x18','\xc6','\x63','\x1b','\xc6','\x60','\x1c','\xc6','\x60','\x38','\xc6','\x60','\xd8','\xc6','\x60','\x18','\xc6','\x7f','\x18','\xc6','\xc3','\x18','\xc6','\xc3','\x18','\xde','\x03','\x18','\xcc','\x03','\x18','\xc0','\x03','\x18','\xc0','\x07','\x18','\x02','\x06','\x18','\x02','\x0e','\x18','\x03','\x7c','\x1f','\xff','\x18','\x0f','\xfe','\x00','\x61','\x00','\xff','\xf0','\xc0','\x31','\x80','\x60','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x00','\x31','\x83','\x80','\x3f','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x08','\x31','\x8b','\x04','\x31','\x8b','\x06','\x3f','\x8b','\x02','\x31','\x9b','\x03','\x31','\x9b','\x03','\x31','\x93','\x03','\x31','\xb3','\x00','\x33','\xb3','\x08','\xfd','\x83','\x08','\x71','\x83','\x08','\x41','\x83','\x0c','\x01','\x83','\xfc','\x01','\x81','\xf8','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x62','\x06','\x3f','\xf3','\xff','\x23','\x03','\x06','\x43','\x03','\x06','\x03','\x1b','\x06','\xff','\xff','\x06','\x06','\x03','\x06','\x05','\x03','\x06','\x0c','\xc3','\xfe','\x18','\x63','\x06','\x30','\x60','\x00','\xc4','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x39','\x80','\x06','\x31','\x80','\x00','\x31','\x8c','\x00','\x31','\x9e','\x80','\x31','\xac','\x60','\x31','\xcc','\x32','\x33','\x8c','\x32','\x3d','\x8c','\x04','\x31','\x8c','\x04','\x71','\x8c','\x0d','\xb1','\x8c','\x08','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\xbc','\x30','\x31','\x98','\xf0','\x31','\x80','\x70','\x31','\x80','\x30','\x30','\x02','\x30','\x30','\x02','\x30','\x30','\x03','\x38','\x3f','\xff','\x18','\x1f','\xfe','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x80','\x00','\x4c','\xe0','\x00','\x6c','\xc0','\x86','\x6c','\x8c','\xff','\x0d','\xfe','\xc6','\x0d','\x60','\xc6','\x1e','\x60','\xc6','\xfc','\x60','\xc6','\x6c','\x66','\xc6','\x4f','\xff','\xc6','\x08','\x60','\xc6','\x18','\x60','\xc6','\x10','\xd0','\xc6','\x30','\xc8','\xc6','\x20','\x8c','\xc6','\x41','\x86','\xc6','\x81','\x06','\xfe','\x02','\x00','\xc6','\x0c','\x00','\x00','\x01','\x84','\x00','\x0f','\xc7','\x20','\xfc','\x06','\x38','\x0c','\x06','\x30','\x0c','\x0c','\x20','\x0c','\x08','\x46','\x0d','\x9f','\xff','\xff','\xd8','\xc0','\x0c','\x38','\xc0','\x0c','\x58','\xc0','\x1c','\x98','\xcc','\x1e','\x1f','\xfe','\x1d','\x98','\xc0','\x3c','\xd8','\xc0','\x2c','\xd8','\xc0','\x2c','\x18','\xcc','\x6c','\x1f','\xfe','\x4c','\x18','\xc0','\x8c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x01','\x18','\x60','\x01','\xff','\xf0','\x01','\x80','\x60','\x39','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x00','\x02','\x00','\x00','\x33','\x80','\xff','\xfb','\x00','\x08','\x03','\x00','\x0e','\x03','\x00','\x0c','\x82','\x06','\x08','\x47','\xff','\x10','\x64','\x20','\xff','\xe4','\x38','\x78','\x6a','\x30','\x40','\x0a','\x30','\x07','\x12','\x60','\x06','\x01','\x60','\x06','\x01','\x40','\x06','\x61','\xc0','\xff','\xf0','\x80','\x06','\x01','\xc0','\x06','\x01','\x40','\x06','\x03','\x60','\x06','\x62','\x30','\x07','\x84','\x38','\xfe','\x08','\x1f','\x70','\x10','\x0e','\x40','\x60','\x06','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x18','\x46','\x0c','\x11','\x7f','\x7f','\xbf','\xe6','\x4c','\xac','\x66','\x4c','\xcc','\x66','\x4c','\x8c','\x66','\x4c','\x8c','\x66','\x4c','\x8d','\x66','\x4c','\xff','\xe6','\x4c','\x8c','\x66','\x7f','\x8c','\x66','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\x0d','\x0a','\x66','\x0c','\x9a','\x66','\x0c','\x9b','\x66','\x0f','\x93','\x66','\xfc','\xb3','\x7e','\x70','\x20','\x66','\x40','\x40','\x00','\x01','\x80','\x00','\x00','\x80','\x0c','\x40','\xff','\xfe','\x30','\xc0','\x0c','\x18','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xff','\xfc','\x00','\xc4','\x20','\x00','\xc2','\x20','\x00','\xc2','\x48','\x00','\xdf','\xfc','\x0c','\xc1','\x80','\xfe','\xc1','\x88','\x0c','\xdf','\xfc','\x0c','\x81','\x80','\x0c','\x81','\x80','\x0d','\x81','\x84','\x0d','\x3f','\xfe','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x40','\xc0','\xe0','\x7f','\xe0','\xc0','\x62','\x0e','\xc0','\x62','\x0c','\xc0','\x62','\x0c','\xcc','\x7f','\xcc','\xce','\x62','\x0c','\xfc','\x62','\x0c','\xcc','\x62','\x0f','\xcc','\x7f','\xcc','\xcc','\x62','\x3c','\xcc','\x62','\x0c','\xcc','\x62','\xcc','\xcc','\x7f','\xec','\xcc','\x60','\x4c','\xcc','\x00','\x4c','\xfc','\x01','\x4c','\xd8','\x55','\x4c','\xc0','\x54','\x4c','\x02','\x50','\xcc','\x02','\xc0','\xcc','\x03','\xc1','\x8f','\xff','\x0f','\x87','\xfe','\x03','\x00','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x34','\x0d','\x00','\x63','\x30','\xc0','\x81','\x00','\x40','\x00','\x08','\x30','\x7f','\xcf','\xf8','\x06','\x0c','\x32','\x06','\x0a','\x32','\x06','\xd9','\xb3','\xff','\x10','\xbf','\x70','\x20','\x1e','\x40','\xdc','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x71','\x00','\x00','\x61','\xc0','\x04','\x83','\x80','\x03','\x07','\x00','\x01','\x8c','\x40','\x01','\x98','\x30','\x00','\x20','\x18','\x7f','\xff','\xec','\x3f','\x80','\x0c','\x20','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x04','\x02','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x06','\x00','\x0c','\x66','\x06','\x0f','\xf7','\xff','\x1b','\x0c','\x60','\x13','\x08','\x60','\x33','\x10','\x60','\x23','\x20','\x60','\x43','\x40','\x60','\x83','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x03','\xe0','\x03','\x00','\xc0','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x18','\xcc','\x06','\x1f','\xef','\xff','\x34','\x19','\x00','\x22','\x10','\xc0','\x43','\x20','\x60','\x83','\x40','\x60','\x00','\x00','\x00','\x00','\xc8','\x30','\x7f','\xef','\xf8','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0e','\x30','\x06','\x0d','\x30','\x06','\x0d','\xb0','\x06','\xcd','\xb0','\x07','\x18','\x32','\xfc','\x18','\x32','\x70','\x30','\x33','\x40','\x60','\x3f','\x01','\x80','\x1e','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x32','\x00','\x02','\x63','\x80','\x01','\x87','\x20','\x01','\x8c','\x18','\x00','\x10','\x0c','\xff','\xff','\xf6','\x7f','\xc0','\x06','\x40','\x00','\x06','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x40','\x00','\x06','\x31','\xff','\xff','\x18','\x03','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x08','\x00','\x1a','\x0e','\x00','\x63','\x0c','\x01','\x87','\x18','\x00','\x0d','\xa0','\x0c','\x19','\xc0','\xfe','\x63','\xa0','\x0d','\x86','\x98','\x0c','\x0c','\xcc','\x0c','\x18','\xc6','\x0c','\x60','\xc6','\x0d','\x80','\xc6','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\x81','\xc0','\x0f','\xd1','\x80','\xfc','\x1d','\x80','\x0c','\x19','\x80','\x0c','\x19','\x80','\x0c','\x11','\x8c','\x0d','\x9f','\xfe','\xff','\xf1','\x80','\x0c','\x21','\x80','\x0c','\x41','\x80','\x1c','\x01','\x80','\x1e','\x01','\x86','\x1d','\x7f','\xff','\x3d','\x83','\x40','\x2d','\x83','\x40','\x2c','\x03','\x40','\x6c','\x06','\x20','\x4c','\x06','\x20','\x8c','\x04','\x30','\x0c','\x0c','\x18','\x0c','\x08','\x1c','\x0c','\x10','\x0f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x06','\x08','\x61','\xc6','\x10','\x63','\x86','\x00','\x06','\x07','\xfe','\x18','\x03','\xfe','\x60','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc0','\x80','\x00','\x80','\x60','\x01','\x07','\xb0','\x1f','\xf8','\x18','\x0f','\x00','\x18','\x08','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x1c','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc7','\xff','\xe6','\x00','\x18','\x00','\x02','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x60','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\x18','\x0c','\x00','\x18','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x08','\x20','\x1b','\x04','\x38','\xff','\x86','\x30','\x33','\x06','\x20','\x33','\x40','\x46','\x33','\x7f','\xff','\x33','\x60','\x06','\x32','\x61','\x86','\x62','\x61','\x86','\x66','\x6f','\xf6','\x66','\x61','\x86','\x64','\x61','\x86','\xd4','\x67','\xe6','\xcc','\x64','\x26','\x0e','\x64','\x26','\x1b','\x64','\x26','\x13','\x67','\xe6','\x23','\x60','\x06','\x40','\x60','\x1e','\x80','\x60','\x0c','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x00','\x00','\x03','\xff','\xf0','\x07','\x80','\x30','\x0d','\x80','\x30','\x19','\xff','\xf0','\x31','\x80','\x30','\xc1','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x0c','\x83','\x06','\x18','\xff','\xff','\x18','\xc3','\x06','\x38','\xc3','\x06','\x38','\xc3','\x06','\x58','\xc3','\x06','\x98','\xc3','\x06','\x18','\xc3','\x06','\x18','\xc3','\x06','\x18','\xff','\xfe','\x18','\xc3','\x06','\x18','\xc3','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x1c','\x08','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc0','\x00','\x01','\x90','\x00','\x11','\x8c','\x30','\x11','\x86','\x0c','\x21','\x86','\x06','\x61','\x80','\x47','\xc1','\x80','\x43','\xc1','\x80','\x60','\x01','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\xa1','\x86','\xff','\xff','\xff','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0d','\xb1','\x86','\x1e','\x31','\x86','\xfc','\x3f','\xfe','\x6c','\x31','\x86','\x4c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x3f','\xfe','\x7c','\x30','\x06','\x18','\x30','\x06','\x02','\x00','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x01','\x00','\x02','\x01','\x00','\x06','\x00','\x80','\x04','\x00','\xc0','\x0c','\x00','\x60','\x0b','\xff','\xf8','\x13','\x00','\xdf','\x23','\x00','\xce','\xc3','\x00','\xc6','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x08','\x00','\x0c','\x06','\x00','\x0c','\x03','\x00','\x0c','\x03','\x80','\x0d','\x81','\x80','\xff','\xc0','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x01','\x80','\x3d','\x81','\x8c','\x2d','\xbf','\xfe','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x20','\x10','\x00','\x18','\x0c','\x00','\x0c','\x06','\x00','\x0c','\x07','\x00','\x00','\x03','\x00','\x00','\x00','\x0c','\x80','\xff','\xfe','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x03','\x0c','\x08','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x3b','\xff','\xff','\x18','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x40','\x00','\x18','\x30','\x00','\x18','\x18','\x00','\x1f','\xec','\x7f','\xf8','\x0e','\x3e','\x00','\x06','\x20','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x34','\x08','\x00','\x64','\x0e','\x00','\xc2','\x1c','\x01','\xc2','\x30','\x02','\xc1','\x40','\x0c','\xc1','\x80','\x30','\xc0','\xc0','\xc0','\xc6','\x70','\x00','\xf8','\x3f','\x1f','\xc0','\x1e','\x0e','\x00','\x06','\x08','\x00','\x00','\x03','\x06','\x00','\x7f','\x83','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\xc0','\x0c','\xff','\xff','\xfe','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x98','\x7f','\x9f','\xfc','\x00','\x01','\x80','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x7f','\x7f','\xff','\x63','\x00','\x00','\x00','\x18','\x1c','\xff','\xfc','\x18','\x04','\x80','\x18','\x04','\x80','\x18','\x04','\x80','\x18','\x44','\x98','\x1a','\x7f','\xff','\xff','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x9a','\x18','\x6c','\xf9','\x18','\x68','\x79','\x98','\x70','\x19','\x98','\x60','\x19','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\xf8','\x60','\x18','\x30','\x06','\x01','\xc0','\x06','\x01','\x80','\x0d','\x01','\x84','\x0c','\xdf','\xfe','\x08','\x61','\x80','\x18','\x61','\x88','\x10','\x0f','\xfc','\x21','\x81','\x80','\x3f','\xc1','\x80','\x46','\x01','\x84','\x86','\x1f','\xfe','\x06','\xc3','\x00','\x7f','\xe3','\x0c','\x06','\x03','\x0c','\x06','\xbf','\xff','\x46','\xc6','\x0c','\x26','\xc6','\x0c','\x36','\x85','\x0c','\x37','\x0c','\x8c','\x06','\x08','\xcc','\x07','\xd0','\xcc','\xfe','\x20','\x0c','\x70','\xc0','\x7c','\x40','\x00','\x18','\x40','\x62','\x00','\x7f','\xf1','\x80','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\x00','\x7f','\xe0','\x0c','\x63','\x0f','\xfe','\x63','\x00','\xc0','\x63','\x00','\xc0','\x7f','\xe0','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x60','\xcc','\x7f','\xef','\xfe','\x60','\x60','\xc0','\x00','\x60','\xc0','\x55','\x60','\xc0','\x55','\x60','\xc0','\x50','\x60','\xc0','\xd0','\xe0','\xc0','\xc0','\xc0','\xc0','\x01','\xc0','\xc6','\x0f','\xbf','\xff','\x03','\x00','\x00','\x1c','\x00','\x30','\x18','\x3f','\xf8','\x18','\x83','\x00','\x18','\x83','\x06','\x18','\xff','\xff','\xff','\x83','\x06','\x19','\x83','\x04','\x18','\x7b','\x78','\x18','\x03','\x00','\x3c','\x7b','\x78','\x3a','\x03','\x00','\x3b','\x00','\x00','\x3b','\x7f','\xfc','\x78','\x00','\x00','\x58','\x00','\x00','\x59','\xff','\xff','\x98','\x18','\x00','\x18','\x18','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x00','\x18','\x18','\x00','\x38','\x18','\x03','\xf0','\x18','\x00','\xe0','\x20','\x00','\xe0','\x18','\x0c','\xc4','\x0f','\xfe','\xc7','\x0c','\x30','\xd6','\x00','\x23','\xfc','\x00','\x60','\xcc','\x80','\x40','\xc8','\x60','\x80','\xd2','\x31','\x47','\xff','\x34','\x68','\x60','\x04','\x6c','\xc0','\x04','\xb1','\x80','\x08','\xa3','\x06','\x09','\x25','\xff','\x1a','\x61','\x86','\x10','\x71','\x86','\x30','\xa9','\x86','\xf0','\xad','\xfe','\x71','\x2d','\x86','\x32','\x2d','\x86','\x30','\x21','\x86','\x30','\x21','\x86','\x39','\xe1','\xfe','\x18','\xc1','\x86','\x02','\x07','\x08','\x03','\x86','\x0e','\x87','\x06','\x0c','\x46','\x06','\xd8','\x2c','\x7f','\xf8','\x18','\x06','\x30','\x18','\x06','\x20','\x2c','\x06','\x60','\x4c','\x06','\xc6','\x8d','\xff','\xff','\x0e','\x03','\x00','\x1e','\x06','\x00','\x16','\x0c','\x18','\x36','\x1f','\xfc','\x26','\x38','\x18','\x46','\x58','\x18','\x87','\x98','\x18','\x06','\x1f','\xf8','\x06','\x18','\x18','\x06','\x18','\x18','\x0e','\x18','\x18','\x0c','\x1f','\xf8','\x7c','\x18','\x18','\x18','\x18','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9d','\x80','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x08','\x00','\x00','\x00','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x01','\xc3','\x80','\x01','\x83','\x00','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x40','\x00','\x38','\x70','\x00','\x30','\x60','\x0f','\xff','\xc0','\x00','\x31','\x80','\x00','\x33','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\xc0','\x60','\x03','\xff','\xf0','\x1f','\x00','\x60','\xe3','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc8','\xc0','\x30','\xc8','\xc6','\x30','\xcf','\xff','\x30','\xd8','\x06','\x3f','\xd8','\x04','\x30','\xc0','\x08','\x30','\xc0','\x00','\x30','\xc0','\x00','\x30','\xc0','\x06','\x3f','\xdf','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x10','\x00','\xc0','\x1d','\x00','\xc0','\x18','\xc0','\xc0','\x30','\x60','\xc0','\x60','\x67','\xc0','\x80','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\xe7','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x10','\x20','\xc6','\x1c','\x10','\xc6','\x18','\x18','\xc6','\x30','\x0c','\xc6','\x60','\x0c','\xc6','\x80','\x0c','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc7','\x80','\x01','\xc6','\x60','\x0e','\xc6','\x38','\xf8','\x86','\x1c','\x61','\x86','\x0c','\x41','\x86','\x00','\x01','\x06','\x02','\x03','\x06','\x02','\x02','\x06','\x02','\x04','\x06','\x03','\x08','\x07','\xff','\x30','\x03','\xfe','\xc0','\x00','\x00','\x00','\x80','\x0c','\x40','\xff','\xfe','\x30','\xc0','\x0c','\x18','\xc3','\x8c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x00','\xdf','\xec','\x00','\xc3','\x0c','\x04','\xc3','\x0c','\x04','\xc3','\x0c','\x08','\xdf','\xec','\x08','\xc0','\x0c','\x18','\xc0','\x0c','\x30','\xcf','\xcc','\xf0','\xcc','\xcc','\x70','\xcc','\xcc','\x30','\xcc','\xcc','\x31','\x8c','\xcc','\x31','\x8c','\xcc','\x39','\x0f','\xcc','\x1b','\x00','\x0c','\x02','\x00','\x0c','\x04','\x00','\x7c','\x08','\x00','\x18','\x00','\x39','\x98','\x00','\x31','\x10','\x46','\x31','\x10','\x7e','\x31','\x12','\x67','\xff','\xff','\x66','\x31','\x10','\x66','\x31','\x10','\x66','\x31','\x10','\x66','\x31','\xf0','\x66','\x30','\x00','\x66','\x30','\x0c','\x66','\x3f','\xfe','\x66','\x33','\x00','\x66','\x03','\x00','\x66','\x03','\x06','\x7f','\xff','\xff','\x66','\x0f','\x40','\x60','\x1b','\x20','\x00','\x1b','\x30','\x00','\x33','\x18','\x00','\x63','\x1f','\x00','\xc3','\x0e','\x03','\x03','\x06','\x00','\x03','\x00','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\xc0','\x00','\x04','\xc7','\x03','\x88','\x06','\x23','\x02','\x7f','\xf3','\xff','\x10','\x83','\x00','\x08','\x83','\x0c','\x09','\x13','\xfe','\xff','\xf8','\x0c','\x00','\x02','\x0c','\x20','\x63','\xfc','\x3f','\xf3','\x0c','\x30','\x63','\x00','\x30','\x63','\xfc','\x3f','\xe3','\x00','\x30','\x63','\xfc','\x30','\x63','\x00','\x3f','\xe3','\xfa','\x30','\x63','\x02','\x30','\x63','\x03','\x31','\xe3','\xff','\x30','\xc1','\xfe','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x66','\x60','\xc6','\x66','\x60','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x68','\xc6','\x66','\x6f','\xff','\x67','\xec','\x06','\x66','\xcc','\x06','\x66','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0f','\xfe','\x06','\x0c','\x06','\x06','\x0c','\x06','\x0e','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x4c','\x8c','\x18','\x7f','\xcf','\xfc','\x4c','\x8c','\x00','\x4c','\x8c','\x00','\x4c','\x8c','\x18','\x4c','\x8f','\xfc','\x4c','\x8c','\x00','\x4c','\x8c','\x00','\x4c','\x8c','\x06','\x4c','\xff','\xff','\x4c','\x8c','\x88','\x4f','\x8c','\x8c','\x4d','\x8c','\x48','\x4c','\x0c','\x50','\x0c','\x0c','\x20','\x0c','\x0c','\xb0','\x0c','\x0f','\x18','\x0c','\x7c','\x1f','\x0c','\x30','\x0e','\x0c','\x20','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x10','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x20','\x03','\x00','\x60','\x03','\x00','\x40','\x03','\x00','\x80','\x03','\x00','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x7f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x10','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x00','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x7c','\x00','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x03','\x08','\x0c','\xff','\x8f','\xfe','\x03','\x0c','\x00','\x03','\x0c','\x00','\x03','\x0c','\x18','\x43','\x0f','\xfc','\x7f','\x0c','\x00','\x63','\x0c','\x00','\x60','\x0c','\x18','\x60','\x0f','\xfc','\x60','\x0c','\x00','\x63','\x0c','\x00','\x7f','\x8c','\x06','\xc3','\x7f','\xff','\xc3','\x0c','\x88','\x03','\x0c','\x8c','\x03','\x0c','\x48','\x03','\x0c','\x50','\x03','\x0c','\x20','\x07','\x0c','\xb0','\x06','\x0f','\x18','\x0e','\x7c','\x1f','\x7c','\x30','\x0e','\x18','\x20','\x06','\x20','\x18','\x08','\x3f','\xfc','\x0e','\x30','\x18','\x1c','\x30','\x18','\x38','\x31','\x18','\x60','\x31','\x18','\xc0','\x37','\xd9','\x00','\x31','\x18','\x08','\x31','\x18','\x0e','\x31','\x18','\x1c','\x3f','\xf8','\x18','\x30','\x18','\x30','\x30','\x18','\x60','\x37','\x98','\xc0','\x34','\x99','\x04','\x34','\x98','\x07','\x34','\x98','\x0e','\x34','\x98','\x0c','\x27','\x98','\x18','\x20','\x18','\x30','\x60','\x18','\x60','\x40','\x18','\xc0','\x40','\xf9','\x80','\x80','\x32','\x00','\x10','\x30','\x40','\x1d','\x32','\x70','\x19','\x32','\x60','\x19','\x32','\x40','\x31','\x32','\xc0','\x21','\x32','\x86','\x49','\xfe','\xff','\x8e','\x01','\x08','\x0c','\x02','\x0e','\x18','\x00','\x8c','\x19','\xfe','\x8c','\x38','\x30','\x8c','\x38','\x30','\x88','\x58','\x30','\x58','\x98','\x30','\x58','\x19','\xfe','\x50','\x18','\x30','\x70','\x18','\x30','\x20','\x18','\x30','\x70','\x18','\x36','\x58','\x1b','\xf8','\xdc','\x19','\xc1','\x8f','\x19','\x03','\x0e','\x18','\x0c','\x06','\x10','\x30','\x40','\x1d','\x32','\x70','\x39','\x32','\x60','\x31','\x32','\x62','\x69','\xfe','\x7f','\x8e','\x00','\x48','\x1c','\x00','\xce','\x19','\xfc','\x8c','\x38','\x21','\x4c','\x58','\x20','\x48','\x99','\xfc','\x38','\x18','\x20','\x10','\x18','\x20','\x38','\x1b','\xfc','\x6f','\x19','\xe0','\xc6','\x19','\x03','\x00','\x00','\x10','\x00','\x01','\xc8','\x10','\x11','\x8c','\x0c','\x11','\x8c','\x46','\x21','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x19','\xc0','\x18','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\x80','\x19','\x19','\x88','\x18','\x99','\x8e','\xff','\xd9','\x8c','\x18','\xd9','\x98','\x18','\xd9','\x90','\x18','\x19','\xa0','\x18','\x19','\x80','\x1a','\x19','\x80','\x1c','\x19','\xa0','\xf8','\x39','\x98','\x7b','\xd9','\x8c','\x59','\x99','\x86','\x19','\x19','\x86','\x18','\x19','\x80','\x18','\x19','\x82','\x18','\x31','\x82','\x18','\x31','\x83','\x18','\x61','\xff','\xf8','\xc0','\xfe','\x33','\x00','\x00','\x0e','\x08','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x4c','\x8f','\xf0','\x7f','\xcc','\x30','\x4c','\x8c','\x30','\x4c','\x8c','\x30','\x4c','\x8f','\xf0','\x7f','\x80','\x00','\x4c','\x80','\x06','\x4c','\xff','\xff','\x4c','\x8c','\x00','\x4c','\x88','\x0c','\x7f','\x9f','\xfe','\x4c','\x92','\x4c','\x0c','\x26','\x4c','\x0c','\x44','\xcc','\x0c','\x88','\x8c','\x0c','\x11','\x0c','\x0c','\x62','\x1c','\x0c','\x04','\x18','\x0c','\x18','\xf8','\x0c','\x00','\x30','\x03','\x81','\x06','\x03','\x01','\xff','\x03','\x19','\x86','\xff','\xfd','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x23','\x31','\x86','\x3f','\xf9','\xfe','\x30','\x31','\x86','\x30','\x31','\x86','\x3f','\xf1','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\xfe','\x3f','\xf1','\x86','\x33','\x31','\x86','\x03','\x01','\x86','\x03','\x19','\x86','\xff','\xfd','\x86','\x03','\x03','\x06','\x03','\x03','\x06','\x03','\x02','\x06','\x03','\x04','\x3e','\x03','\x18','\x0c','\x20','\x38','\x46','\x18','\x30','\x7f','\x0c','\x32','\x66','\x0f','\xff','\x66','\x0c','\x30','\x66','\x00','\x30','\x66','\x81','\x36','\x66','\x61','\xff','\x7e','\x31','\x86','\x66','\x31','\x86','\x66','\x05','\xfe','\x66','\x05','\x86','\x66','\x09','\x86','\x66','\x09','\x86','\x7e','\x19','\xfe','\x66','\x10','\x30','\x66','\x30','\x30','\x66','\xf0','\x32','\x66','\x73','\xff','\x46','\x30','\x30','\x46','\x30','\x30','\xc6','\x30','\x30','\x86','\x38','\x30','\x9e','\x18','\x31','\x0c','\x3b','\x8c','\x90','\x33','\x0c','\x90','\x33','\x0c','\x90','\x33','\x0c','\x96','\x33','\x7f','\xff','\x33','\x0c','\x90','\x33','\x0c','\x90','\x3f','\xcc','\x90','\x30','\x0c','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x0c','\x33','\x0f','\xfe','\x3f','\x8c','\x00','\x33','\x01','\xc0','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x03','\xa0','\x33','\x07','\xa0','\x33','\x05','\x90','\x33','\x0d','\x98','\x23','\x19','\x8f','\x63','\x31','\x8e','\x43','\x41','\x86','\x83','\x01','\x80','\x00','\x00','\x00','\x40','\x30','\x00','\x7f','\xf0','\x06','\x62','\x3f','\xff','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x7f','\xf0','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x62','\x30','\x60','\x7f','\xf0','\x60','\x60','\x30','\x60','\x60','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x03','\xe0','\x00','\x00','\xc0','\x46','\x0c','\xe0','\x7f','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc4','\x66','\x8c','\xc7','\x66','\x4c','\xc6','\x7e','\x6c','\xcc','\x66','\x6c','\xd0','\x66','\x6c','\xe0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xd0','\x7e','\x1c','\xcc','\x67','\xec','\xc6','\x66','\xcc','\xc3','\x66','\x8c','\xc3','\x66','\x0c','\xc0','\x66','\x18','\xc2','\x7e','\x18','\xc2','\x66','\x30','\xc3','\x60','\x60','\xff','\x00','\xc0','\x7e','\x03','\x00','\x00','\x00','\xc1','\xc0','\xff','\xe1','\x80','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x21','\x8c','\x3f','\x3f','\xfe','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x3f','\xfc','\x3f','\x30','\x0c','\x33','\x00','\x80','\x33','\x07','\x40','\x33','\x06','\x68','\x33','\x16','\x64','\x33','\x16','\x06','\xff','\x36','\x13','\x73','\x36','\x13','\x43','\x66','\x18','\x03','\x67','\xf8','\x03','\x03','\xf0','\x21','\x88','\x0c','\x3f','\xcf','\xfe','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x18','\x31','\x8f','\xfc','\x31','\x8c','\x00','\x3f','\x8c','\x00','\x31','\x8c','\x18','\x31','\x8f','\xfc','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\xff','\xff','\x31','\x8c','\x88','\x31','\x8c','\x8c','\x31','\x8c','\x48','\x31','\x8c','\x50','\x31','\x8c','\x20','\x21','\x8c','\xb0','\x21','\x8f','\x18','\x61','\xfc','\x1f','\x47','\xb0','\x0e','\x83','\x20','\x06','\x21','\x88','\x18','\x3f','\xcf','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x80','\x00','\x31','\x80','\x06','\x31','\xff','\xff','\x31','\x86','\x00','\x3f','\x84','\x06','\x31','\x8f','\xff','\x31','\x99','\x26','\x31','\xb3','\x26','\x31','\xc2','\x66','\x21','\x84','\x46','\x21','\x88','\x86','\x61','\xb1','\x0e','\x41','\x82','\x0c','\x4f','\x8c','\x7c','\x83','\x00','\x18','\x00','\x1c','\xcc','\x0e','\x18','\x88','\x0c','\x18','\x88','\x0c','\x18','\x8a','\x0c','\x7f','\xff','\x4c','\x18','\x88','\x7f','\x98','\x88','\x4c','\x98','\x88','\x4c','\x98','\xf8','\x4c','\x98','\x00','\x4c','\x98','\x04','\x4c','\x9f','\xfe','\x4c','\x98','\x00','\x7f','\x81','\xc0','\x4c','\x01','\x86','\x4c','\x7f','\xff','\x0d','\x03','\xa0','\x0c','\x87','\xa0','\x0f','\xc5','\x90','\xfc','\xcd','\x98','\x70','\x19','\x8f','\x40','\x31','\x8e','\x00','\xc1','\x86','\x00','\x01','\x80','\x06','\x20','\x06','\x7f','\x3f','\xff','\x00','\x30','\x06','\x00','\x30','\x06','\x03','\x31','\xc6','\xff','\xb1','\x86','\x00','\x31','\x86','\x00','\x37','\xf6','\x06','\x31','\x86','\x7f','\x31','\x86','\x00','\x31','\x86','\x00','\x37','\xf6','\x06','\x30','\x06','\x7f','\x30','\x06','\x00','\x33','\xe6','\x00','\x32','\x26','\x46','\x32','\x26','\x7f','\x32','\x26','\x66','\x22','\x26','\x66','\x23','\xe6','\x66','\x60','\x06','\x66','\x40','\x06','\x7e','\x80','\x3e','\x61','\x00','\x0c','\x03','\x0c','\x90','\x7f','\x8c','\x90','\x00','\x0c','\x90','\x00','\x0c','\x92','\x01','\xbf','\xff','\xff','\xcc','\x90','\x00','\x0c','\x90','\x00','\x0c','\x90','\x03','\x0c','\xf0','\x7f','\x8c','\x00','\x00','\x0c','\x04','\x00','\x0f','\xfe','\x03','\x0c','\x00','\x7f','\x81','\xc0','\x00','\x01','\x86','\x00','\x7f','\xff','\x43','\x03','\xa0','\x7f','\x87','\xa0','\x63','\x05','\x90','\x63','\x0d','\x98','\x63','\x19','\x8f','\x63','\x31','\x8e','\x7f','\x41','\x86','\x63','\x01','\x80','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x0f','\xff','\x06','\xc1','\x86','\x7f','\xe1','\x86','\x06','\x01','\x06','\x06','\x03','\x0c','\x06','\x62','\x0c','\xff','\xf4','\x7c','\x06','\x08','\x18','\x06','\x10','\x00','\x26','\x04','\x0c','\x36','\xc7','\xfe','\x37','\xe6','\x0c','\x36','\x06','\x0c','\x36','\x06','\x0c','\x36','\x06','\x0c','\x36','\x07','\xfc','\x2e','\x06','\x0c','\x26','\x00','\x00','\x63','\x80','\x00','\x40','\xff','\xff','\x40','\x3f','\xfe','\x80','\x00','\x00','\x20','\xc6','\x70','\x3f','\xe6','\x60','\x30','\xc6','\x60','\x30','\xc6','\x60','\x30','\xc6','\x64','\x30','\xe6','\x67','\x30','\xd6','\x66','\x30','\xde','\x6c','\x3f','\xde','\x70','\x06','\x06','\x60','\x06','\x06','\x60','\x76','\xc6','\x60','\x67','\xe6','\x70','\x66','\x06','\x6c','\x66','\x0e','\x66','\x66','\xf6','\x63','\x66','\x66','\x63','\x66','\x46','\x60','\x66','\x0c','\x62','\x67','\x8c','\x62','\xfe','\x18','\x63','\x70','\x30','\x7f','\x40','\x60','\x3e','\x01','\x80','\x00','\x06','\x03','\x60','\x06','\x02','\x40','\x0d','\x02','\x40','\x0c','\x82','\x40','\x08','\xc2','\x44','\x18','\xd2','\x47','\x10','\x1a','\x46','\x21','\x8a','\x4c','\x3f','\xca','\x58','\x46','\x02','\x60','\x86','\x02','\x40','\x06','\xc2','\x40','\x7f','\xe2','\x60','\x06','\x06','\x58','\x06','\x8a','\x4c','\x46','\xfa','\x46','\x26','\xb2','\x46','\x37','\x26','\x40','\x36','\x04','\x42','\x06','\xcc','\x42','\x0f','\x18','\x43','\xfc','\x30','\x7f','\x70','\x60','\x3e','\x41','\x80','\x00','\x02','\x00','\x30','\x03','\xff','\xf8','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x06','\xff','\xff','\xff','\x03','\x08','\x40','\x03','\x08','\x70','\x03','\x04','\x60','\x03','\x06','\x80','\x03','\x03','\x00','\x03','\x31','\x80','\x03','\xc0','\xe0','\x3f','\x00','\x7e','\x1c','\x00','\x3c','\x10','\x00','\x0c','\x00','\x00','\x06','\x00','\x7f','\xff','\xff','\xc1','\x80','\x0c','\x01','\x00','\x0c','\x12','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x7c','\x08','\x00','\x18','\x0e','\x30','\x00','\x1c','\x0c','\x00','\x30','\x06','\x00','\xc0','\x06','\x00','\x40','\x00','\x00','\x70','\x00','\x04','\x60','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x00','\x06','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x00','\x02','\x0c','\x12','\x21','\x0c','\x12','\x11','\x8c','\x23','\x19','\x8c','\x63','\x18','\x1c','\xc3','\x00','\x18','\xc0','\x00','\xf8','\x00','\x00','\x30','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\x43','\x1b','\xff','\x7f','\xfc','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x67','\x18','\xc6','\x07','\x00','\xc6','\x0f','\x80','\xc6','\x0b','\x61','\x86','\x1b','\x31','\x86','\x13','\x19','\x86','\x33','\x19','\x0e','\x63','\x03','\x0c','\x83','\x02','\x0c','\x03','\x04','\x7c','\x03','\x18','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x1d','\x8c','\x0c','\x19','\xfe','\x0d','\x99','\x80','\xff','\xd9','\x80','\x0c','\x19','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x11','\x80','\x0d','\x9d','\x90','\x1e','\x19','\x8c','\xfc','\x19','\x86','\x6c','\x31','\xa3','\x4c','\x27','\xbb','\x0c','\x43','\x30','\x0c','\x80','\x70','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x00','\x7c','\x0c','\x00','\x18','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\x18','\x60','\x39','\xff','\xf0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x21','\x90','\x08','\x3f','\xcc','\x0e','\x31','\x86','\x0c','\x31','\x86','\x18','\x31','\x86','\x10','\x31','\x80','\x20','\x31','\x80','\x4c','\x3f','\xbf','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x3f','\xff','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x83','\x40','\x31','\x83','\x40','\x21','\x82','\x20','\x21','\x86','\x30','\x61','\x84','\x18','\x41','\x88','\x1f','\x4f','\x90','\x0e','\x83','\x60','\x06','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x00','\x46','\x00','\x00','\x46','\x06','\x80','\x7f','\xff','\x60','\xc6','\x06','\x32','\xc6','\x04','\x32','\xc6','\x08','\x04','\x06','\x00','\x04','\x0d','\xc0','\x0c','\x0d','\x80','\x08','\x0d','\x80','\x18','\x0d','\x80','\x18','\x09','\x80','\x30','\x19','\x80','\xf0','\x19','\x80','\x70','\x11','\x82','\x30','\x31','\x82','\x30','\x21','\x82','\x30','\x41','\x83','\x38','\x81','\xff','\x1b','\x00','\xfe','\x00','\x03','\x00','\x00','\xc3','\x00','\xff','\xe3','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x60','\x0c','\x98','\x38','\xff','\xd1','\x1f','\x0c','\x21','\xce','\x0c','\x43','\x86','\x0d','\x87','\x00','\x0c','\x0c','\x40','\x0c','\x18','\x70','\x0c','\x60','\xe0','\x0c','\x01','\xc0','\x0d','\x83','\x04','\x0e','\x0c','\x0e','\xf8','\x70','\x1f','\x60','\x00','\x38','\x40','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x01','\xe0','\x00','\x02','\x00','\xe0','\x03','\xbf','\xf0','\x07','\x03','\x00','\x0c','\x03','\x06','\x3d','\xff','\xff','\xcc','\x03','\x00','\x0c','\x03','\x00','\x0c','\x7f','\xfc','\x0c','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc6','\x0c','\xdf','\xff','\x08','\x60','\xc0','\x18','\x60','\xc0','\x10','\x07','\xf8','\x21','\x84','\x08','\x3f','\xc4','\x08','\x46','\x07','\xf8','\x86','\x04','\x08','\x06','\xc4','\x08','\x7f','\xe7','\xf8','\x06','\x04','\x08','\x06','\x84','\x08','\x46','\xe7','\xf8','\x26','\xc0','\x00','\x36','\x80','\x06','\x37','\x3f','\xff','\x06','\x04','\x00','\x07','\xc7','\x10','\xfe','\x0e','\x0c','\x70','\x18','\x06','\x40','\x60','\x06','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x62','\x03','\x00','\x66','\x03','\x00','\x64','\x7f','\xf8','\x68','\x63','\x18','\x64','\x63','\x18','\x66','\x63','\x18','\x62','\x7f','\xf8','\x63','\x63','\x18','\x63','\x63','\x18','\x63','\x63','\x18','\x63','\x7f','\xf8','\x63','\x07','\x00','\x6f','\x0f','\x80','\x66','\x0b','\x40','\x60','\x1b','\x20','\x60','\x33','\x38','\x60','\x63','\x1f','\x60','\xc3','\x0e','\x63','\x03','\x06','\x60','\x03','\x00','\x20','\x07','\x00','\x18','\x06','\x00','\x0c','\x06','\x18','\x0c','\xff','\xfc','\x00','\x06','\x18','\x00','\x06','\x18','\x80','\x06','\x1a','\x63','\xff','\xff','\x30','\x06','\x18','\x34','\x06','\x18','\x04','\x06','\x18','\x04','\xff','\xf8','\x08','\x06','\x00','\x08','\x06','\x00','\x18','\x06','\x18','\x18','\xff','\xfc','\x30','\x06','\x00','\xf0','\x06','\x00','\x70','\x06','\x06','\x33','\xff','\xff','\x30','\x06','\x00','\x30','\x06','\x00','\x38','\x06','\x00','\x18','\x06','\x00','\x21','\x88','\x40','\x3f','\xc4','\x60','\x31','\x86','\x46','\x31','\x7f','\xff','\x33','\x03','\x00','\x32','\x06','\x08','\x34','\x0d','\x0e','\x32','\x31','\x8c','\x31','\x02','\xd0','\x31','\x8c','\xe0','\x31','\xb1','\xd0','\x31','\x82','\xcc','\x37','\x8c','\xc7','\x33','\x33','\xc2','\x30','\x01','\x80','\x30','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x40','\x0c','\x0c','\x70','\x0c','\x0c','\x60','\x0d','\x98','\x40','\xff','\xd0','\x8c','\x0c','\x3f','\xfe','\x0c','\x38','\xc0','\x0c','\x58','\xc0','\x1c','\x98','\xc0','\x1e','\x18','\xd8','\x1d','\x1f','\xfc','\x3d','\x98','\xc0','\x2d','\x98','\xc0','\x2c','\x18','\xc0','\x6c','\x18','\xd8','\x4c','\x1f','\xfc','\x8c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\x00','\x0e','\x00','\x80','\x0c','\x80','\xe0','\x0c','\x62','\xcc','\x0c','\x33','\xfe','\x0d','\x33','\x0c','\xff','\xb3','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\xfc','\x1e','\x03','\x00','\x1d','\x33','\x00','\x1d','\xfb','\x06','\x3d','\xb3','\xff','\x2c','\x33','\x06','\x2c','\x33','\x06','\x6c','\x33','\x06','\x4c','\x33','\x06','\x8c','\x33','\xfe','\x0c','\x33','\x06','\x0c','\x30','\x00','\x0c','\x68','\x00','\x0d','\xc7','\xff','\x0c','\xc1','\xfe','\x0c','\x80','\x00','\x00','\x04','\x00','\x40','\x07','\x00','\x30','\x46','\x30','\x18','\x7f','\xf8','\x0c','\x60','\x30','\x0c','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x7f','\xf0','\x00','\x60','\x00','\x0c','\x60','\x00','\xfe','\x60','\x18','\x0c','\x7f','\xfc','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x00','\x40','\x06','\x20','\x70','\x0d','\x11','\x64','\x0c','\x99','\xfe','\x08','\xcd','\x8c','\x18','\xcd','\x8c','\x10','\x0d','\x8c','\x21','\x81','\x8c','\x3f','\xc1','\xfc','\x44','\x01','\x80','\x84','\x19','\x80','\x04','\xfd','\x8c','\x7f','\x99','\xfe','\x04','\x19','\x8c','\x04','\x99','\x8c','\x44','\xd9','\x8c','\x25','\x99','\x8c','\x35','\x19','\xfc','\x36','\x19','\x8c','\x04','\x18','\x00','\x07','\x34','\x00','\xfc','\xe3','\xff','\x70','\x60','\xfe','\x40','\x40','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x30','\x4c','\xff','\xf8','\x6c','\x00','\x60','\x6c','\x08','\x80','\x0c','\x07','\x00','\x0c','\x83','\x0c','\x0c','\xff','\xfe','\x0c','\xc3','\x0c','\xfc','\xc3','\x0c','\x6c','\xff','\xfc','\x48','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x10','\xff','\xfc','\x30','\xc3','\x0c','\x20','\xc3','\x0c','\x40','\xc3','\x0c','\x80','\xc3','\x3c','\x00','\xc3','\x18','\x00','\x00','\x18','\x40','\xff','\xfc','\x30','\x00','\x30','\x18','\x08','\x60','\x0c','\x06','\x80','\x0c','\x43','\x0c','\x00','\x7f','\xfe','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x0c','\x7f','\xfc','\xfe','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\xfc','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x3c','\x0c','\x63','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x00','\x1c','\x20','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\xc0','\x04','\x18','\xc0','\x08','\x18','\x00','\x00','\x18','\xff','\xff','\xff','\x03','\x00','\x18','\x06','\x04','\x18','\x0d','\x07','\x18','\x31','\x8e','\x18','\xc3','\x88','\x18','\x06','\xd0','\x19','\x0c','\xc0','\x1a','\x19','\xe0','\x1c','\x63','\xd0','\x39','\x86','\xd8','\xf0','\x0c','\xcf','\x60','\x18','\xce','\x40','\x60','\xc6','\x03','\x81','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x9a','\x18','\xff','\xd9','\x18','\x0c','\x19','\x98','\x0c','\x19','\x98','\x0e','\x18','\x18','\x1d','\x18','\x1a','\x1d','\xff','\xff','\x1d','\xb0','\x18','\x3d','\xb0','\x18','\x2c','\x32','\x18','\x2c','\x31','\x18','\x6c','\x31','\x98','\x4c','\x31','\x98','\x8c','\x30','\x18','\x0c','\x30','\x1a','\x0c','\x7f','\xff','\x0c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x6f','\xf6','\x0c','\x61','\x86','\xff','\xe1','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x6f','\xf6','\x0d','\xe1','\x86','\x1e','\x61','\x86','\xfc','\x61','\xc6','\x6c','\x61','\xa6','\x4c','\x61','\xb6','\x0c','\x61','\xb6','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x6f','\xf6','\x0c','\x60','\x06','\x0c','\x60','\x06','\x7c','\x7f','\xfe','\x18','\x60','\x06','\x1c','\x71','\x0c','\x18','\x61','\xfe','\x18','\x61','\x8c','\x18','\x61','\x8c','\x1a','\x69','\x8c','\xff','\xfd','\xfc','\x18','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x3c','\x65','\xfc','\x3b','\xff','\x8c','\x3b','\x61','\x8c','\x3b','\x61','\x8c','\x78','\x61','\x8c','\x58','\x61','\xfc','\x58','\x60','\x30','\x98','\xd1','\x30','\x18','\xc9','\xf0','\x18','\x8d','\xb0','\x19','\x8d','\xb2','\x19','\x03','\x32','\x1a','\x02','\x33','\x1c','\x04','\x3f','\x18','\x18','\x1e','\x04','\x00','\x00','\x07','\x40','\x0c','\x06','\x7f','\xfe','\x06','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x38','\x63','\x0c','\x38','\x63','\x0c','\x58','\x63','\x0c','\x98','\x7f','\xfc','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x20','\x03','\x80','\x18','\x03','\x04','\x0c','\xff','\xfe','\x0c','\x03','\x00','\x00','\x03','\x08','\x00','\x7f','\xfc','\x80','\x03','\x00','\x60','\x03','\x02','\x31','\xff','\xff','\x30','\x00','\x00','\x04','\x7f','\xf8','\x04','\x60','\x18','\x0c','\x60','\x18','\x08','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x7f','\xf8','\xf0','\x60','\x18','\x70','\x60','\x18','\x30','\x7f','\xf8','\x30','\x18','\x00','\x30','\x3c','\x78','\x38','\xe0','\x1e','\x1b','\x00','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc3','\x00','\x0c','\x03','\x00','\x0c','\x02','\x00','\x0e','\x06','\x00','\x1d','\x84','\x00','\x1c','\xcc','\x00','\x1c','\xc8','\x0c','\x3c','\x1f','\xfe','\x2c','\x1c','\x0c','\x2c','\x2c','\x0c','\x6c','\x4c','\x0c','\x4c','\x8c','\x0c','\x8d','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x03','\x00','\x0c','\x03','\x00','\xfe','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\xc3','\x80','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\xa3','\x00','\x00','\x38','\x00','\x04','\x30','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x06','\x07','\xff','\xff','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x20','\x00','\x0c','\x22','\x22','\x0c','\x63','\x33','\x1c','\xc3','\x33','\x18','\xc0','\x00','\xf8','\x00','\x00','\x30','\x08','\x02','\x02','\x0e','\xff','\x7f','\x0c','\x02','\x06','\x08','\x26','\x4c','\x92','\x14','\x28','\x63','\x88','\x10','\x33','\x1c','\x18','\x36','\x16','\x2c','\x04','\x26','\x46','\x0a','\x40','\x86','\x11','\x00','\x00','\xff','\x82','\x04','\x7d','\xff','\xfe','\x4d','\x86','\x8c','\x0c','\x26','\x88','\x4e','\x14','\x58','\x7d','\x1c','\x50','\x6d','\x88','\x70','\x6d','\x9c','\x20','\x4c','\x36','\x70','\x4c','\x26','\x58','\x8c','\x40','\x8c','\x0c','\x81','\x0f','\x0d','\x06','\x06','\x06','\x13','\x26','\x06','\x1f','\xbf','\x0d','\x13','\x26','\x0c','\x93','\x26','\x08','\xd3','\x26','\x18','\xd3','\x26','\x10','\x1f','\x3e','\x21','\x80','\x00','\x3f','\xc0','\x08','\x46','\x0f','\xfc','\x86','\x00','\x00','\x06','\xc0','\x02','\x7f','\xff','\xff','\x06','\x06','\x00','\x06','\x86','\x0c','\x46','\xe7','\xfe','\x26','\xcc','\x0c','\x36','\x8c','\x0c','\x37','\x00','\x0c','\x06','\x00','\x1c','\x07','\xc0','\x18','\xfe','\x00','\x38','\x70','\x01','\xf0','\x40','\x00','\x60','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0c','\x0c','\xff','\xfe','\x0c','\x06','\x00','\xff','\x86','\x00','\x0c','\x06','\x10','\x0c','\x7f','\xf8','\x0c','\x0c','\x80','\x1e','\x0c','\x80','\x1d','\x18','\x46','\x1d','\xff','\xff','\x3d','\x90','\x20','\x2c','\x30','\x30','\x2c','\x20','\x18','\x6c','\x5f','\xff','\x4c','\x98','\x6e','\x8d','\x18','\x66','\x0c','\x1f','\xe0','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x1f','\xe0','\x0c','\x18','\x60','\x20','\x03','\x80','\x18','\x43','\x18','\x0c','\x7f','\xfc','\x0c','\x63','\x18','\x00','\x63','\x18','\x00','\x7f','\xf8','\x80','\x03','\x00','\x60','\x03','\x06','\x33','\xff','\xff','\x30','\x00','\x00','\x04','\x7f','\xf8','\x04','\x60','\x18','\x0c','\x60','\x18','\x08','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x7f','\xf8','\xf0','\x60','\x18','\x70','\x60','\x18','\x30','\x7f','\xf8','\x30','\x18','\x00','\x30','\x3c','\x78','\x38','\x70','\x1e','\x19','\x80','\x06','\x1c','\x00','\x00','\x18','\x00','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x08','\x18','\x43','\x0e','\x1b','\x23','\x0c','\xff','\xa3','\x0c','\x18','\x33','\x18','\x18','\x33','\x10','\x18','\x33','\x20','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x19','\x03','\x00','\x1e','\x03','\x00','\xf8','\x03','\x00','\x60','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\xc3','\x06','\xc0','\xc3','\x04','\xd0','\xc3','\x18','\x1f','\xff','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xff','\xf8','\x18','\xc3','\x18','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x38','\x00','\x0c','\x30','\x3f','\xfe','\x30','\x01','\x80','\x30','\x21','\x86','\x30','\x3f','\xff','\x33','\x61','\x86','\xff','\x61','\x84','\x33','\x1d','\xb8','\x33','\x01','\x80','\x33','\x3d','\xbc','\x33','\x01','\x80','\x33','\x00','\x06','\x62','\x7f','\xff','\x66','\x06','\x00','\x66','\x24','\x0c','\x66','\x3f','\xfe','\xd4','\x32','\x4c','\xcc','\x32','\x4c','\x0e','\x32','\x4c','\x1b','\x32','\x4c','\x13','\x32','\x4c','\x23','\x32','\x4c','\x40','\x32','\x7c','\x80','\x32','\x58','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x92','\x00','\xc0','\x63','\x90','\xc6','\x33','\x1f','\xff','\x36','\x18','\xc6','\x04','\x18','\xc6','\x09','\x18','\xc6','\x10','\x98','\xc6','\xff','\xd8','\xc6','\x7c','\xd8','\xc6','\x4c','\xdf','\xfe','\x0c','\x18','\xc6','\x4c','\x18','\xc6','\x7d','\x18','\xc6','\x6c','\x98','\xc6','\x6c','\xd8','\xc6','\x4c','\xd8','\xc6','\x4c','\xd8','\xc6','\x8c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x00','\x00','\x70','\x00','\x03','\xf8','\x08','\x3f','\x80','\x0f','\xe0','\x40','\x0c','\x00','\x40','\x0c','\x38','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x40','\x0c','\x30','\x20','\x0c','\x30','\x20','\x0c','\x30','\x20','\x0c','\x30','\x20','\x0c','\x30','\x30','\x08','\x30','\x30','\x18','\x30','\x10','\x18','\x30','\x18','\x10','\x30','\x18','\x30','\x30','\x0c','\x20','\x30','\x0f','\x40','\x30','\x06','\x80','\x30','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x03','\x00','\x0c','\xc3','\x00','\x08','\x66','\x00','\x18','\x66','\x06','\x10','\x07','\xff','\x21','\x8c','\x06','\x3f','\xc8','\x06','\x46','\x10','\x06','\x86','\x02','\x06','\x06','\xc1','\x06','\x7f','\xe1','\x86','\x06','\x00','\xc6','\x06','\x80','\xc6','\x46','\xe0','\xc6','\x26','\xc0','\x06','\x36','\x80','\x0c','\x37','\x00','\x0c','\x06','\x00','\x0c','\x07','\xe0','\x18','\xff','\x00','\x38','\x78','\x01','\xf0','\x40','\x00','\x60','\x04','\x00','\x80','\x07','\x00','\xe0','\x26','\x04','\xcc','\x26','\x37','\xfe','\x7f','\xfe','\x0c','\x64','\x36','\x0c','\xcc','\x47','\xfc','\xc9','\x06','\x0c','\x19','\xc6','\x0c','\x11','\x87','\xfc','\x3f','\xf6','\x00','\x31','\x06','\x06','\x71','\x07','\xff','\xbf','\xe6','\x00','\x31','\x06','\x06','\x31','\x07','\xff','\x3f','\xe6','\x06','\x31','\x00','\x26','\x31','\x0a','\xb6','\x31','\x0a','\x96','\x3f','\xea','\x86','\x30','\x1a','\x0c','\x30','\x18','\x7c','\x00','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x23','\x00','\xc0','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xcf','\xff','\xe8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x04','\x00','\x18','\x07','\x00','\x7c','\x06','\x43','\xe0','\x06','\x7f','\x80','\x0c','\x61','\x80','\x0c','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x38','\x61','\x80','\x38','\x61','\x86','\x58','\x7f','\xff','\x98','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x6c','\x62','\x1b','\xf0','\x62','\x19','\xc0','\x32','\x19','\x00','\x3a','\x18','\x03','\x1f','\x19','\xff','\x8f','\x18','\x00','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x07','\xff','\xff','\x0c','\x00','\x00','\x0c','\x20','\x30','\x18','\x3f','\xf8','\x18','\x30','\x30','\x38','\x30','\x30','\x38','\x3f','\xf0','\x58','\xb0','\x30','\x98','\x80','\x06','\x19','\xff','\xff','\x19','\x80','\x06','\x1b','\x00','\x04','\x1b','\x7f','\xf8','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x1f','\x00','\x18','\x06','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x06','\x03','\xfe','\x0c','\x03','\x00','\x0c','\x43','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x38','\x60','\x18','\x38','\x60','\x18','\x58','\x7f','\xf8','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x10','\x00','\x18','\x1c','\x60','\x18','\x38','\x1c','\x18','\x60','\x0e','\x19','\x80','\x06','\x20','\x40','\x07','\x18','\x70','\x06','\x0c','\x60','\x06','\x0c','\x40','\xe6','\x00','\x98','\xc6','\xff','\xfc','\xc6','\x03','\x18','\xc6','\x03','\x18','\xc6','\x23','\x18','\xc6','\x3f','\xf8','\xc6','\x33','\x00','\xc6','\x33','\x00','\xc6','\x33','\x0c','\xc6','\x7f','\xfe','\xc6','\x63','\x0c','\xc6','\x67','\x0c','\xc6','\x07','\x0c','\xc6','\x0f','\x1c','\xc6','\x0b','\x18','\x06','\x13','\x78','\x06','\x23','\x30','\x06','\xc3','\x00','\x06','\x03','\x00','\x3e','\x03','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x00','\x1f','\xf8','\x00','\x18','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x70','\x0e','\x00','\x38','\x30','\x00','\x18','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x39','\x80','\x0f','\x31','\x8c','\xfc','\x31','\xfe','\x70','\x31','\x80','\x40','\x69','\x80','\x00','\x65','\x80','\x00','\xc3','\x80','\x01','\x80','\xff','\x06','\x00','\x3e','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\x08','\x00','\x00','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\x98','\x00','\x18','\x78','\x00','\x10','\x3e','\x00','\x20','\x0f','\xff','\xc0','\x01','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x02','\x01','\x00','\x01','\x81','\xc0','\x20','\xc1','\x80','\x20','\xc2','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x1c','\x08','\xc0','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x60','\x18','\x83','\xf0','\x18','\xff','\x00','\x18','\xc3','\x00','\x18','\xc3','\x00','\x18','\xc3','\x00','\x18','\xc3','\x06','\x18','\xff','\xff','\x18','\xc1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x80','\x10','\xc0','\xc0','\x30','\xcc','\xc0','\x37','\xf0','\x62','\x23','\x80','\x72','\x62','\x00','\x3a','\x40','\x03','\x1f','\x8f','\xff','\x8f','\x00','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x18','\x30','\xc0','\xfc','\x3f','\xef','\xc0','\x30','\xc0','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x33','\x30','\xc6','\x33','\xff','\xff','\x30','\x60','\xc0','\x30','\x60','\xc0','\x34','\x40','\xc0','\x22','\xc0','\xc0','\x22','\x80','\xcc','\x61','\x0f','\xfe','\x41','\x80','\x00','\x42','\xc0','\x00','\x84','\x78','\x00','\x08','\x1f','\xff','\x30','\x03','\xfe','\x00','\x00','\x18','\x06','\x00','\x7c','\xff','\x03','\xe0','\x06','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x30','\x01','\x80','\x33','\x01','\x86','\x7f','\xff','\xff','\x63','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x26','\x01','\x80','\x16','\x01','\x80','\x14','\x01','\x80','\x0c','\x01','\x8c','\x0e','\x3f','\xfe','\x1b','\x00','\x00','\x11','\xc0','\x00','\x20','\xf8','\x00','\x40','\x3f','\xff','\x80','\x0f','\xfe','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x18','\x7f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x18','\x10','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x78','\x0c','\x30','\xd8','\x0c','\x00','\xd8','\x0c','\x01','\x98','\x1c','\x03','\x18','\x18','\x06','\x18','\xf8','\x18','\x18','\x30','\xe0','\x18','\x00','\x00','\x18','\x00','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x20','\x0c','\x00','\x4c','\x2e','\x7f','\xfe','\x2d','\x01','\x8c','\x2d','\x81','\x8c','\x6d','\xa1','\x8c','\x6c','\x3f','\xfc','\x4c','\x31','\x8c','\xcc','\x31','\x80','\xcc','\x31','\x80','\x0c','\x31','\x86','\x0c','\x7f','\xff','\x0c','\x63','\x86','\x0c','\x67','\x86','\x0c','\x05','\x86','\x0c','\x0d','\x86','\x0c','\x19','\x8c','\x0c','\x31','\xbc','\x0c','\x61','\x98','\x0d','\x81','\x80','\x0c','\x01','\x80','\x1c','\x00','\x18','\x18','\x41','\xfc','\x18','\x7f','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x1b','\x61','\x80','\xff','\xe1','\x80','\x18','\x61','\x80','\x18','\x61','\x8c','\x18','\x7f','\xfe','\x18','\x61','\x80','\x1b','\x61','\x80','\x1c','\x61','\x80','\xf8','\x60','\xc0','\x78','\x60','\xc0','\x58','\x60','\xc0','\x18','\x60','\xc0','\x18','\x66','\x62','\x1b','\xf8','\x62','\x19','\xe0','\x32','\x19','\x00','\x3a','\x18','\x03','\x1f','\xf9','\xff','\x8f','\x30','\x00','\x06','\x1c','\x00','\x0c','\x18','\x30','\x7e','\x1b','\xfb','\xe0','\x18','\x30','\x60','\x18','\x30','\x60','\x1a','\x60','\x60','\xff','\x60','\x60','\x18','\x60','\x60','\x18','\xc0','\x66','\x18','\xc7','\xff','\x19','\xf8','\x60','\x19','\x98','\x60','\x1e','\x18','\x60','\xf8','\x10','\x60','\x79','\x30','\x60','\x59','\x30','\x60','\x18','\xa0','\x60','\x18','\xe0','\x66','\x18','\x47','\xff','\x18','\x60','\x00','\x18','\xb0','\x00','\x18','\x9e','\x00','\xf9','\x07','\xff','\x36','\x00','\xfe','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x9f','\xf8','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0d','\x00','\x00','\x0e','\x00','\x06','\x1c','\xff','\xff','\xfc','\x01','\x80','\x6c','\x21','\x80','\x4c','\x39','\x80','\x0c','\x31','\x8c','\x0c','\x31','\xfe','\x0c','\x31','\x80','\x0c','\x29','\x80','\x0c','\x65','\x80','\x0c','\x43','\x80','\x7c','\x80','\xff','\x19','\x00','\x3e','\x0e','\x10','\x20','\x0c','\x0c','\x38','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0d','\x00','\x4c','\xff','\xbf','\xfe','\x0c','\x01','\x8c','\x0c','\x01','\x8c','\x0c','\x21','\x8c','\x1e','\x3f','\xfc','\x1d','\x31','\x8c','\x1d','\xb1','\x80','\x3d','\xb1','\x80','\x2c','\x31','\x86','\x2c','\x7f','\xff','\x6c','\x63','\x86','\x4c','\x63','\x86','\x8c','\x07','\x86','\x0c','\x05','\x86','\x0c','\x0d','\x8c','\x0c','\x19','\xbc','\x0c','\x31','\x98','\x0c','\xc1','\x80','\x0c','\x01','\x80','\x20','\x00','\x00','\x18','\x00','\x06','\x0c','\xff','\xff','\x0c','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x80','\x01','\x80','\x60','\x01','\x80','\x32','\x01','\x80','\x32','\x01','\x80','\x04','\x01','\x80','\x04','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x30','\x01','\x80','\xf0','\x01','\x80','\x70','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x38','\x0f','\x80','\x18','\x03','\x00','\x00','\x01','\xc0','\x01','\x81','\x80','\xff','\xd1','\x80','\x18','\x11','\x86','\x18','\x3f','\xff','\x18','\x30','\x06','\x10','\x60','\x04','\x30','\x60','\x08','\x23','\x00','\x00','\x3f','\xbf','\xfe','\x73','\x01','\x80','\x73','\x01','\x80','\xb3','\x11','\x80','\x33','\x1d','\x80','\x33','\x19','\x8c','\x33','\x19','\xfe','\x33','\x19','\x80','\x33','\x31','\x80','\x3f','\x31','\x80','\x33','\x29','\x80','\x30','\x65','\x80','\x00','\x43','\x80','\x00','\x81','\xff','\x01','\x00','\x7e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x01','\xff','\x0d','\x81','\x80','\xff','\xd1','\x8c','\x01','\x9f','\xfe','\x03','\x18','\x0c','\x03','\x18','\x0c','\x06','\x18','\x0c','\x04','\x1f','\xfc','\x0e','\x18','\x0c','\x1d','\x98','\x0c','\x2c','\xd8','\x0c','\xcc','\xdf','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x30','\x0c','\x1c','\x0e','\x0c','\x30','\x07','\x0c','\xc0','\x03','\x01','\x80','\x00','\x0f','\xd0','\x0c','\xfc','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\xd8','\x0c','\xff','\xf8','\x0c','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x1c','\x00','\x00','\x1e','\x00','\x0c','\x1d','\xbf','\xfe','\x3c','\xc1','\x80','\x2c','\xc1','\x80','\x6c','\x01','\x80','\x4c','\x01','\x98','\x8c','\x1f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\x7f','\xff','\x92','\x08','\x20','\x63','\x84','\x38','\x33','\x06','\x30','\x36','\x26','\x20','\x04','\x20','\x46','\x0a','\x3f','\xff','\x11','\x60','\x04','\xff','\x61','\xc8','\x7d','\x81','\x80','\x4d','\xa1','\x8c','\x0c','\x3f','\xfe','\x4c','\x31','\x8c','\x7e','\x31','\x8c','\x6d','\x31','\x8c','\x6d','\xb1','\x8c','\x4d','\xb1','\x8c','\x4c','\x31','\xbc','\x8c','\x31','\x98','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x00','\x00','\x0e','\x00','\x0c','\x2c','\x0c','\x3e','\x3f','\x7e','\xf0','\x23','\x0c','\x30','\x23','\x0c','\x30','\x33','\x18','\x30','\x2b','\x18','\x30','\x2b','\x18','\x36','\x23','\x31','\xff','\x23','\xbe','\x30','\xff','\x36','\x30','\x63','\x06','\x30','\x23','\x06','\x30','\x2b','\x26','\x30','\x2b','\x24','\x30','\x2b','\x14','\x30','\x2b','\x1c','\x36','\x2b','\x09','\xff','\x23','\x1c','\x00','\x63','\x16','\x00','\x43','\x23','\x80','\x4f','\x40','\xff','\x86','\x80','\x3e','\x03','\x00','\x00','\x7f','\x80','\x06','\x00','\x3f','\xff','\x00','\x00','\xc0','\x01','\x80','\xc0','\xff','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x43','\x00','\xc0','\x7f','\x80','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x7f','\x07','\xc0','\x63','\x01','\x80','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x08','\x20','\xff','\x84','\x38','\x00','\x06','\x30','\x00','\x26','\x20','\x06','\x20','\x46','\x7f','\x3f','\xff','\x00','\x60','\x04','\x00','\x61','\xc8','\x06','\x01','\x80','\x7f','\x21','\x8c','\x00','\x3f','\xfe','\x00','\x31','\x8c','\x46','\x31','\x8c','\x7f','\x31','\x8c','\x66','\x31','\x8c','\x66','\x31','\x8c','\x66','\x31','\xbc','\x66','\x31','\x98','\x7e','\x01','\x80','\x66','\x01','\x80','\x41','\x81','\xc0','\x7f','\xc1','\x80','\x61','\x81','\x86','\x61','\xbf','\xff','\x61','\x88','\x20','\x61','\x84','\x38','\x61','\x86','\x30','\x61','\x96','\x20','\x7f','\x90','\x46','\x06','\x3f','\xff','\x06','\x60','\x04','\x76','\x61','\xc8','\x66','\x01','\x80','\x66','\x91','\x8c','\x67','\xdf','\xfe','\x66','\x19','\x8c','\x66','\x19','\x8c','\x66','\x19','\x8c','\x66','\x19','\x8c','\x66','\x19','\x8c','\x67','\xd9','\xbc','\xfe','\x19','\x98','\x70','\x01','\x80','\x40','\x01','\x80','\x00','\x00','\x18','\x40','\x81','\xfc','\x30','\xff','\x80','\x18','\xc1','\x80','\x0c','\xc1','\x80','\x0c','\xff','\xfe','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xff','\xfe','\x00','\xc1','\x80','\x0c','\xc1','\x80','\xfe','\xa1','\x8c','\x0c','\xbf','\xfe','\x0c','\xb1','\x8c','\x0d','\xb1','\x8c','\x0d','\x31','\x8c','\x0d','\x31','\x8c','\x0e','\x31','\xbc','\x0c','\x31','\x98','\x0c','\x01','\x80','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x30','\x00','\x00','\xf9','\x06','\x23','\xc1','\xff','\x3d','\x81','\x86','\x31','\x81','\x86','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x98','\x31','\x99','\x90','\x3f','\xfd','\xa0','\x31','\x81','\x90','\x31','\x81','\x98','\x31','\x81','\x8c','\x31','\x81','\x8c','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc9','\x86','\xfc','\xc9','\x86','\x70','\x69','\x86','\x40','\x69','\x86','\x00','\x3d','\xbe','\x06','\x3d','\x8c','\xff','\x19','\x80','\x00','\x01','\x80','\x20','\x20','\x00','\x18','\x39','\x06','\x0c','\x31','\xff','\x0c','\x41','\x86','\xff','\xff','\x86','\x04','\x81','\x8c','\x04','\x81','\x8c','\x7f','\xf9','\x98','\x44','\x89','\x90','\x48','\x89','\xa0','\x70','\x79','\x90','\x40','\x09','\x98','\x7f','\xf9','\x8c','\x40','\x09','\x8c','\x40','\x09','\x86','\x7f','\xf9','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\xff','\xff','\x86','\x03','\x01','\x86','\x06','\xc1','\xbe','\x0c','\x31','\x8c','\x30','\x19','\x80','\xc0','\x19','\x80','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc0','\x60','\x08','\x60','\x60','\x18','\x60','\x60','\x10','\x00','\x60','\x20','\xc0','\x60','\x3f','\xe0','\x60','\x46','\x00','\x60','\x86','\x00','\x60','\x06','\x60','\x60','\x7f','\xf0','\x60','\x06','\x00','\x60','\x06','\x80','\x60','\x46','\xe0','\x60','\x26','\xc0','\x60','\x36','\x80','\x60','\x37','\x00','\x60','\x06','\x60','\x60','\x07','\x80','\x60','\xfe','\x00','\x60','\x70','\x03','\xe0','\x40','\x00','\xc0','\x01','\x01','\x80','\x39','\xff','\xce','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xe7','\xfc','\x00','\x66','\x00','\x00','\x66','\x06','\xff','\xe7','\xff','\x0c','\x66','\x18','\x0c','\x66','\x18','\x08','\x66','\x18','\x18','\x66','\x18','\x10','\x66','\x18','\x20','\x66','\x18','\xc0','\x66','\x18','\x20','\x40','\x0c','\x18','\x7f','\xfe','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x80','\x7f','\xfc','\x60','\x60','\x0c','\x32','\x60','\x00','\x32','\x67','\x00','\x04','\x66','\x08','\x04','\x66','\x0e','\x0c','\x66','\x1c','\x08','\x66','\x38','\x18','\x66','\x60','\x18','\x66','\xc0','\x30','\xc7','\x00','\xf0','\xc6','\x00','\x70','\xc6','\x02','\x30','\x86','\x02','\x31','\x86','\x02','\x31','\x06','\x03','\x3a','\x07','\xff','\x18','\x03','\xfe','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x08','\x20','\x0d','\x04','\x38','\xff','\x86','\x30','\x0c','\x06','\x20','\x0c','\x40','\x46','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0d','\x61','\x86','\x1e','\x61','\x86','\xfc','\x6f','\xf6','\x6c','\x61','\x86','\x4c','\x61','\x86','\x0c','\x67','\xe6','\x0c','\x64','\x26','\x0c','\x64','\x26','\x0c','\x64','\x26','\x0c','\x67','\xe6','\x0c','\x60','\x06','\x7c','\x60','\x1e','\x18','\x60','\x0c','\x1c','\x06','\x06','\x18','\xff','\x7f','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x7e','\x7e','\x1a','\x06','\x06','\xff','\x06','\x06','\x18','\xfe','\x7e','\x18','\x06','\x06','\x18','\x10','\x80','\x18','\x1c','\xe0','\x19','\x18','\xcc','\x1e','\x3f','\xfe','\xf8','\x30','\x80','\x78','\x70','\x80','\x58','\xbf','\xfc','\x19','\x30','\x80','\x18','\x30','\x80','\x18','\x3f','\xfc','\x18','\x30','\x80','\x18','\x30','\x80','\x18','\x30','\x86','\xf8','\x3f','\xff','\x30','\x30','\x00','\x03','\x80','\x80','\x03','\x00','\xe0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x10','\x80','\xc0','\x08','\xe0','\x80','\x0c','\xc1','\x86','\x0c','\x81','\xff','\x41','\x19','\x10','\x7f','\xfb','\x1c','\x60','\x1a','\x18','\x63','\x1d','\x18','\x6f','\xd9','\x10','\x63','\x18','\xb0','\x63','\x18','\xb0','\x67','\x98','\xa0','\x64','\x98','\x60','\x64','\x98','\x60','\x64','\x98','\x50','\x64','\x98','\xd0','\x67','\x98','\x98','\x60','\x19','\x0f','\x60','\x7a','\x0e','\x60','\x34','\x06','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x10','\x40','\x00','\x08','\x70','\x80','\x0c','\x60','\x60','\x0c','\x40','\x32','\x80','\x86','\x32','\xff','\xff','\x04','\xc0','\x06','\x04','\xc3','\x06','\x0c','\xc3','\x26','\x08','\xdf','\xf6','\x18','\xc3','\x06','\x18','\xc3','\x06','\x30','\xcf','\xe6','\xf0','\xc8','\x26','\x70','\xc8','\x26','\x30','\xc8','\x26','\x30','\xcf','\xe6','\x30','\xc0','\x06','\x38','\xc0','\x1e','\x18','\xc0','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x08','\x03','\x00','\x50','\xc3','\x06','\x7f','\xe7','\xff','\x60','\xc6','\x06','\x60','\xc4','\x06','\x60','\xcc','\x06','\x60','\xc8','\x06','\x60','\xd2','\x06','\x7f','\xc1','\x06','\x60','\xc1','\x86','\x60','\xc0','\xc6','\x60','\xc0','\xc6','\x60','\xc0','\xc6','\x60','\xc0','\x06','\x60','\xc0','\x06','\x7f','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x32','\x08','\x80','\x21','\x10','\x40','\x41','\xa0','\x60','\x81','\x80','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x06','\x19','\xff','\xff','\x0c','\x10','\x40','\x0c','\x08','\x60','\x00','\x8c','\x8c','\x00','\xff','\xfe','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x0c','\xdf','\xec','\xfe','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xcf','\xcc','\x0c','\xc8','\x4c','\x0c','\xc8','\x4c','\x0c','\xc8','\x4c','\x0c','\xcf','\xcc','\x0c','\xc0','\x3c','\x0c','\xc0','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc6','\x0c','\xbf','\xff','\x08','\xc4','\x20','\x18','\xc2','\x38','\x10','\x03','\x30','\x23','\x03','\x20','\x3f','\x90','\x46','\x4c','\x1f','\xff','\x8c','\x18','\x06','\x0d','\x98','\xc6','\xff','\xd8','\xc6','\x0c','\x1b','\xf6','\x0d','\x18','\xc6','\x8d','\xd8','\xc6','\x4d','\x99','\xe6','\x6d','\x19','\x26','\x6e','\x19','\x26','\x0c','\x19','\x26','\x0d','\x99','\xe6','\xfe','\x18','\x06','\x70','\x18','\x1e','\x40','\x18','\x0c','\x20','\x0c','\x06','\x11','\xfe','\xff','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x01','\x0c','\x86','\x81','\xfc','\xfe','\x41','\x80','\xc0','\x65','\x80','\xc0','\x65','\x8c','\xc6','\x65','\xfe','\xff','\x08','\x0c','\x06','\x09','\x0c','\x86','\x08','\xcc','\x66','\x18','\x4c','\x26','\x10','\x1c','\x0e','\x30','\x6c','\x36','\xf3','\xcd','\xe6','\x71','\x8c','\xc6','\x31','\x0c','\x86','\x30','\x1c','\x0e','\x30','\x18','\x0c','\x38','\xf8','\x7c','\x18','\x30','\x18','\x07','\x00','\x0c','\x06','\x08','\x7e','\x06','\x0f','\xe0','\x06','\xcc','\x00','\xff','\xec','\x00','\x06','\x0c','\x06','\x06','\x0f','\xff','\x07','\xcc','\x30','\xfe','\x0c','\x30','\x76','\x18','\x30','\x06','\x18','\x30','\x06','\x10','\x30','\x3e','\x20','\x30','\x0c','\x40','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x08','\x38','\x40','\x0e','\x30','\x70','\x0c','\x32','\x60','\x1b','\xff','\x60','\x10','\x20','\x60','\x20','\x30','\x66','\x48','\x20','\x7f','\x8e','\x44','\x48','\x0d','\xfe','\xce','\x18','\xe6','\x8c','\x18','\x80','\x8c','\x38','\x01','\x4c','\x58','\xfc','\x4c','\x98','\x84','\x28','\x18','\x84','\x28','\x18','\xfc','\x38','\x18','\x84','\x10','\x18','\x84','\x10','\x18','\xfc','\x38','\x18','\x84','\x28','\x18','\x84','\x6c','\x18','\x84','\x4f','\x18','\x9c','\x86','\x18','\x8d','\x06','\x1c','\x38','\x40','\x18','\x30','\x70','\x18','\x32','\x60','\x1b','\xff','\x60','\x18','\x20','\x60','\x18','\x30','\x66','\xfe','\x20','\x7f','\x18','\x44','\x48','\x19','\xfe','\xce','\x18','\xe6','\x8c','\x18','\x80','\x8c','\x1a','\x01','\x4c','\x1c','\xfc','\x4c','\xf8','\x84','\x28','\x78','\x84','\x28','\x58','\xfc','\x38','\x18','\x84','\x10','\x18','\x84','\x10','\x18','\xfc','\x38','\x18','\x84','\x28','\x18','\x84','\x6c','\x18','\x84','\x4f','\xf8','\x9c','\x86','\x30','\x8d','\x06','\x0c','\x1c','\x20','\x08','\x18','\x38','\x09','\x19','\x30','\xff','\xff','\xb0','\x08','\x10','\x30','\x08','\x18','\x36','\x7f','\x10','\x3f','\x49','\x22','\x28','\x49','\xff','\x6e','\x49','\x73','\x4c','\x7f','\x40','\x4c','\x49','\x00','\xac','\x49','\x3e','\x2c','\x49','\x22','\x28','\x7f','\x22','\x28','\x08','\x3e','\x18','\x08','\x22','\x10','\x09','\x22','\x10','\xff','\xbe','\x38','\x08','\x22','\x28','\x08','\x22','\x2c','\x08','\x22','\x4f','\x08','\x2e','\x46','\x08','\x26','\x86','\x00','\x03','\x80','\x40','\x23','\x00','\x30','\x3b','\x00','\x18','\x33','\x00','\x0c','\x33','\x18','\x0c','\x3f','\xfc','\x00','\x63','\x00','\x00','\x43','\x00','\x00','\x83','\x00','\x00','\x03','\x06','\x0d','\xff','\xff','\xfe','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\xc0','\x0c','\x06','\x30','\x0c','\x0c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x01','\xc0','\x06','\x11','\x80','\x0d','\x1d','\x80','\x0c','\x99','\x80','\x08','\xd9','\x80','\x18','\xd9','\x8c','\x10','\x1f','\xfe','\x21','\x91','\x80','\x3f','\xd1','\x80','\x46','\x21','\x80','\x86','\x01','\x80','\x06','\x61','\x86','\xff','\xff','\xff','\x06','\x03','\x40','\x06','\x83','\x40','\x46','\xe3','\x40','\x26','\xc6','\x20','\x36','\x86','\x20','\x37','\x04','\x30','\x06','\x0c','\x10','\x07','\x88','\x18','\xfe','\x10','\x0f','\x70','\x20','\x0e','\x40','\xc0','\x06','\x00','\xe7','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x10','\xc6','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x81','\xc0','\x07','\x00','\x78','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x00','\x03','\x80','\x1c','\x03','\x00','\x18','\x03','\x0c','\x19','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x1a','\x7f','\xf8','\xff','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x19','\x60','\x18','\x1e','\x7f','\xf8','\xf8','\x00','\x00','\x60','\x00','\x06','\x43','\xff','\xff','\x00','\x20','\x00','\x00','\x38','\x60','\x00','\x70','\x1c','\x00','\xc0','\x0e','\x03','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\xe0','\x06','\x00','\x78','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x71','\xc0','\x30','\x61','\x80','\x30','\x61','\x98','\x37','\xff','\xfc','\x30','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x3f','\xff','\xff','\x30','\xc4','\x10','\x20','\xc4','\x1c','\x20','\xc2','\x18','\x60','\xc3','\x20','\x40','\xc1','\xc0','\x40','\xcc','\xf0','\x9f','\xf0','\x7f','\x0f','\x00','\x1e','\x08','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x0c','\x18','\x0f','\xfe','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x19','\x0c','\x18','\x19','\xff','\xfc','\x11','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x21','\x80','\x18','\x61','\x80','\x18','\x41','\x80','\x18','\x81','\xff','\xf8','\x01','\x80','\x18','\x01','\x80','\x18','\x20','\x00','\x30','\x18','\x00','\xf8','\x0c','\x0f','\xc0','\x0c','\xfe','\x00','\x00','\x06','\x00','\x00','\x06','\x06','\x83','\xff','\xff','\x60','\x0c','\x80','\x32','\x08','\x80','\x32','\x18','\x40','\x04','\x10','\x60','\x04','\x20','\x38','\x0c','\x4e','\x1f','\x08','\x8c','\x0e','\x1b','\x0c','\x06','\x18','\x0c','\x00','\x30','\x8c','\x08','\xf0','\x8c','\x84','\x71','\x8c','\x46','\x31','\x8c','\x63','\x33','\x0c','\x63','\x33','\x0c','\x63','\x38','\x7c','\x00','\x18','\x18','\x00','\x08','\x01','\xc0','\x0e','\x21','\x86','\x0c','\x3f','\xff','\x08','\x20','\x00','\x92','\x27','\xfc','\x63','\xa4','\x44','\x33','\x24','\x44','\x36','\x27','\xfc','\x04','\x24','\x44','\x0a','\x24','\x44','\x11','\x27','\xfc','\xff','\xa0','\x40','\x7d','\xa7','\xfc','\x4c','\x20','\x40','\x0e','\x3f','\xff','\x4d','\x21','\x10','\x7d','\xa2','\x10','\x6d','\xac','\x4e','\x6c','\x60','\x40','\x4c','\x4f','\xfe','\x4c','\x40','\x40','\x8c','\x80','\x40','\x0c','\x1f','\xff','\x0c','\x00','\x00','\x00','\xc7','\x1c','\x07','\xe6','\x18','\x7e','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x1a','\x06','\x1f','\xff','\x06','\x06','\x18','\xff','\xf6','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x26','\xc7','\xf8','\x3f','\xe6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc7','\xf8','\x3f','\xc6','\x18','\x30','\xc6','\x18','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc6','\x3f','\xc0','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x30','\xc8','\xc6','\x30','\xcf','\xff','\x30','\xcc','\x06','\x30','\xcc','\x06','\x30','\xcc','\x06','\x3f','\xcc','\x06','\x00','\x0c','\x06','\x11','\x0c','\x06','\x1c','\xcc','\x06','\x38','\x6f','\xfe','\x60','\x6c','\x06','\x80','\x0c','\x06','\x07','\x00','\x00','\x06','\x00','\x18','\x06','\x67','\xfc','\xff','\xf0','\x00','\x06','\x00','\x00','\x46','\x60','\x00','\x7f','\xf0','\x00','\x66','\x60','\x00','\x66','\x60','\x06','\x66','\x7f','\xff','\x7f','\xe1','\x80','\x66','\x61','\x80','\x66','\x61','\x80','\x66','\x61','\x00','\x7f','\xe3','\x00','\x66','\x63','\x00','\x06','\x02','\x20','\x06','\x62','\x10','\xff','\xf2','\x08','\x06','\x04','\x0c','\x06','\x04','\x74','\x06','\x3f','\xc6','\x06','\x1e','\x06','\x06','\x10','\x06','\x07','\x00','\x06','\x06','\x0f','\xff','\x06','\x20','\x60','\xff','\xf0','\x40','\x06','\x04','\x86','\x06','\x07','\xff','\x3f','\xc6','\x06','\x30','\xc6','\x06','\x30','\xc6','\x06','\x3f','\xc7','\xfe','\x30','\xc6','\x06','\x30','\xc6','\x06','\x3f','\xc6','\x06','\x30','\xc7','\xfe','\x30','\xc6','\x06','\x3f','\xc6','\x06','\x00','\x06','\x06','\x00','\x26','\x06','\xff','\xf7','\xfe','\x11','\x01','\x00','\x1c','\xc1','\xc8','\x18','\x63','\x86','\x30','\x66','\x03','\xc0','\x18','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x00','\x1f','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x06','\x7f','\xfc','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x38','\x00','\x06','\x59','\xff','\xff','\x98','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x04','\x00','\x18','\x0c','\x40','\x18','\x0c','\x20','\x18','\x08','\x10','\x18','\x08','\x18','\x18','\x10','\x0c','\x18','\x10','\xfc','\x19','\xff','\x86','\x18','\xf8','\x06','\x18','\x80','\x06','\x20','\x62','\x30','\x3f','\xf3','\xf8','\x30','\x63','\x30','\x30','\x63','\x30','\x30','\x63','\x30','\x30','\x63','\x30','\x3f','\xe2','\x30','\x30','\x06','\x3f','\x32','\x44','\x1f','\x32','\x48','\x00','\x32','\x40','\x00','\x3f','\xf0','\x0c','\x32','\x47','\xfe','\x32','\x42','\x0c','\x32','\x42','\x18','\x32','\x41','\x18','\x3f','\xf9','\xb0','\x20','\x00','\xe0','\x68','\x80','\x40','\x4e','\x60','\xe0','\x4c','\x31','\xb8','\x98','\x33','\x1f','\x10','\x06','\x0e','\x20','\x18','\x06','\x21','\x06','\x4c','\x11','\xff','\x7e','\x19','\x86','\x4c','\x19','\x86','\x4c','\x01','\x86','\x4c','\x01','\x86','\x4c','\x81','\xfe','\x4c','\x45','\x00','\xcf','\x65','\x24','\x87','\x65','\x25','\x00','\x09','\x24','\x00','\x09','\xff','\x06','\x09','\x24','\xff','\x19','\x24','\x46','\x11','\x24','\x46','\x33','\x24','\x44','\x32','\xff','\x2c','\xe2','\x00','\x28','\x66','\x48','\x38','\x64','\x64','\x10','\x64','\x66','\x38','\x68','\xc6','\x6c','\x71','\x80','\xcf','\x32','\x03','\x06','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x30','\x00','\x20','\x30','\x06','\x7f','\xff','\xff','\x60','\x30','\x06','\xc0','\x30','\x04','\xdf','\x33','\xe8','\x00','\x30','\x00','\x00','\x30','\x00','\x1f','\x33','\xe0','\x00','\x30','\x00','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x1f','\xff','\xf0','\x18','\x30','\x30','\x18','\x30','\x32','\x1f','\xff','\xf2','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x00','\x00','\x70','\x00','\x0f','\xf8','\x1f','\xfe','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x06','\x18','\x18','\x86','\x00','\x00','\xe6','\x40','\x00','\xc6','\x30','\x00','\xc6','\x18','\x01','\x86','\x18','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x01','\xc0','\x00','\x01','\x80','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x8c','\x61','\xbf','\xfe','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x7f','\x81','\x80','\x61','\x81','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x1c','\x07','\x00','\x18','\x06','\x08','\x18','\x06','\x0e','\x18','\x06','\xdc','\x18','\x7f','\xf8','\x1b','\x06','\x18','\xff','\x86','\x30','\x18','\x06','\x30','\x18','\x06','\x60','\x18','\x06','\xc6','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x06','\x00','\x19','\x0c','\x18','\x1e','\x1f','\xfc','\xf8','\x38','\x18','\x60','\x78','\x18','\x40','\xd8','\x18','\x03','\x1f','\xf8','\x0c','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x06','\x80','\x86','\x0c','\x40','\x60','\x18','\x38','\x30','\x60','\x1f','\x35','\x9f','\xe6','\x04','\x03','\x00','\x08','\x03','\x00','\x18','\xff','\xfc','\xf0','\x23','\x00','\x70','\x33','\x20','\x30','\x63','\x18','\x30','\xc3','\x0c','\x39','\x0f','\x0c','\x18','\x06','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x06','\x18','\x7f','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x19','\x83','\x00','\xff','\xc3','\x00','\x19','\x86','\x00','\x19','\x86','\x00','\x19','\x86','\x00','\x19','\x84','\x00','\x31','\x8c','\x0c','\x33','\x0f','\xfe','\x33','\x1e','\x0c','\x33','\x16','\x0c','\x6a','\x36','\x0c','\x66','\x26','\x0c','\x07','\x46','\x0c','\x0d','\x86','\x0c','\x09','\x86','\x0c','\x19','\x86','\x0c','\x10','\x07','\xfc','\x20','\x06','\x0c','\xc0','\x06','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x20','\x30','\x1c','\x38','\x30','\x18','\x70','\x33','\xff','\xe0','\x30','\x18','\xc0','\x30','\x19','\x86','\x37','\xff','\xff','\x30','\x0c','\x00','\x30','\x18','\x00','\x30','\x7f','\xf0','\x30','\xe0','\x30','\x23','\x60','\x30','\x2c','\x7f','\xf0','\x60','\x60','\x30','\x40','\x60','\x30','\x80','\x60','\x30','\x00','\x7f','\xf0','\x00','\x60','\x30','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x0c','\x18','\xff','\xfe','\x10','\x03','\x00','\x24','\x03','\x00','\x47','\x03','\x00','\x8e','\x03','\x06','\x0d','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x43','\x00','\x58','\x73','\x00','\x98','\x63','\x0c','\x18','\x63','\xfe','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\xd3','\x00','\x18','\xcb','\x00','\x18','\x87','\x00','\x19','\x83','\x80','\x19','\x00','\xff','\x1a','\x00','\x3e','\x00','\x03','\x80','\x02','\x03','\x00','\x01','\x83','\x00','\x00','\xc3','\x00','\x00','\x63','\x00','\x00','\x63','\x00','\x00','\x03','\x00','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x00','\x03','\x3f','\x00','\x1f','\xc0','\x07','\xe3','\x00','\xf8','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x8c','\x1d','\xbf','\xfe','\x1c','\xc1','\x80','\x3c','\xc1','\x80','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x83','\x06','\x0c','\xff','\xff','\x00','\xc0','\x00','\x00','\xc4','\x20','\x80','\xc4','\x24','\x60','\xff','\xfe','\x32','\xc4','\x20','\x32','\xc4','\x20','\x04','\xc4','\x20','\x04','\xc7','\xe0','\x0c','\xc0','\x00','\x08','\xc0','\x18','\x18','\xff','\xfc','\x18','\xc8','\x18','\x30','\xc4','\x30','\xf0','\xc6','\x60','\x70','\x83','\xc0','\x30','\x81','\x80','\x31','\x83','\xe0','\x31','\x06','\x7f','\x3a','\x18','\x1e','\x18','\xe0','\x06','\x00','\x18','\x40','\x1f','\xf8','\xe0','\x00','\x35','\x00','\x20','\x62','\x08','\x18','\x63','\x1c','\x0c','\xc1','\xa0','\x0d','\x80','\xc0','\x03','\x00','\x70','\x06','\xff','\xbf','\x0c','\x00','\x1e','\x30','\x00','\x06','\xc3','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x01','\x01','\x00','\x00','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc3','\x00','\x00','\x04','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x60','\x00','\x00','\xff','\x80','\x01','\x83','\x00','\x03','\x06','\x00','\x06','\x0c','\x30','\x1f','\xff','\xf8','\x6c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x06','\x30','\x00','\x86','\x00','\x00','\xe6','\x40','\x01','\xc6','\x38','\x01','\x86','\x1a','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x21','\x83','\x80','\x3f','\xc3','\x08','\x31','\x83','\x0e','\x31','\x83','\x6c','\x31','\x9f','\xf8','\x31','\x83','\x18','\x3f','\x83','\x30','\x31','\x83','\x30','\x31','\x83','\x66','\x31','\xff','\xff','\x31','\x81','\x80','\x3f','\x83','\x00','\x31','\x86','\x00','\x31','\x8c','\x0c','\x31','\x9f','\xfe','\x31','\xe6','\x0c','\x31','\x86','\x0c','\x3f','\x86','\x0c','\x00','\x07','\xfc','\x22','\x06','\x0c','\x39','\x86','\x0c','\x30','\xc6','\x0c','\x60','\xc7','\xfc','\x80','\x06','\x0c','\x00','\x03','\x00','\x40','\x03','\x00','\x30','\x06','\x80','\x18','\x06','\x40','\x0c','\x0c','\x60','\x0c','\x18','\x38','\x00','\x30','\x1f','\x00','\xdf','\xe6','\x03','\x03','\x00','\x00','\x03','\x00','\x0c','\x03','\x18','\xfe','\xff','\xfc','\x0c','\x03','\x00','\x0c','\x43','\x00','\x0c','\x73','\x20','\x0c','\x63','\x18','\x0c','\xc3','\x0c','\x0c','\x83','\x06','\x0d','\x0f','\x06','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x07','\x01','\x06','\x06','\x11','\xff','\x06','\x1d','\x86','\x06','\xd9','\x86','\x7f','\xf9','\x8c','\x06','\x31','\x8c','\x06','\x61','\x88','\x06','\xc1','\x98','\x07','\x8d','\x90','\xff','\xff','\xa0','\x06','\x01','\x90','\x0c','\x01','\x98','\x18','\x31','\x8c','\x3f','\xf9','\x8c','\x58','\x31','\x86','\x98','\x31','\x86','\x18','\x31','\x86','\x1f','\xf1','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xbe','\x1f','\xf1','\x8c','\x18','\x31','\x80','\x18','\x31','\x80','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x1a','\x21','\x86','\x19','\x3f','\xff','\x11','\xb0','\x00','\x31','\xb1','\x10','\x20','\x31','\x12','\x43','\x3f','\xff','\x7f','\xb1','\x10','\x88','\x31','\x10','\x08','\x31','\x10','\x09','\xb1','\xf0','\xff','\xf0','\x00','\x08','\x30','\x0c','\x09','\x3f','\xfe','\x89','\xb2','\x0c','\x4b','\x32','\x18','\x6a','\x21','\x30','\x6c','\x61','\x60','\x09','\x40','\xc0','\x0e','\x41','\xb0','\xfc','\x83','\x1f','\x71','\x0c','\x0e','\x40','\x30','\x06','\x00','\x00','\x0c','\x00','\x68','\x7e','\xff','\xff','\xe0','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x66','\x10','\xcf','\xff','\x3f','\xec','\x60','\x38','\xcc','\x60','\x78','\xcc','\x60','\x58','\xcc','\x60','\x98','\xcc','\x30','\x18','\xcc','\x30','\x18','\xcc','\x30','\x18','\xcc','\x32','\x18','\xff','\x1a','\x18','\xdc','\x1a','\x1f','\xd0','\x0e','\x18','\x00','\xce','\x18','\x3f','\xe7','\x00','\x00','\x03','\x00','\x20','\x06','\x01','\xbf','\xff','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x30','\x06','\x18','\x3f','\xff','\x18','\x31','\x80','\x10','\x31','\x80','\x10','\x31','\x80','\x33','\x31','\x8c','\x3f','\xb1','\xfe','\x33','\x31','\x8c','\x73','\x31','\x8c','\xb3','\x31','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x33','\x0c','\x33','\x63','\x0c','\x33','\x63','\x0c','\x3f','\x42','\x1c','\x30','\xc6','\x18','\x30','\x84','\x18','\x01','\x08','\xf8','\x00','\x10','\x30','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x32','\x18','\x0c','\x61','\x30','\x0c','\x61','\x60','\x1b','\xc0','\xc0','\x18','\xf1','\xe0','\x01','\xb3','\x3f','\x03','\x06','\x1e','\x0c','\x18','\x06','\x30','\x60','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x7f','\xff','\xfc','\x00','\x30','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\xc0','\x38','\x01','\x80','\x30','\x03','\x00','\x70','\x0c','\x03','\xe0','\x70','\x00','\xc0','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x71','\xc0','\x18','\x61','\x8c','\x1f','\xff','\xfe','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x7f','\x80','\x18','\x00','\x00','\x18','\x00','\x30','\x19','\xff','\xf8','\x18','\x40','\x60','\x18','\x20','\xc0','\x18','\x31','\x80','\x30','\x1b','\x00','\x30','\x0e','\x00','\x20','\x1b','\xc0','\x40','\x70','\xff','\x81','\xc0','\x3e','\x0e','\x00','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x04','\x0c','\x0c','\x04','\x0c','\x0c','\xc4','\x0c','\xff','\xe4','\x18','\x18','\xc4','\x18','\x18','\xc2','\x18','\x18','\xc2','\x30','\x18','\xc2','\x30','\x31','\x83','\x60','\x31','\x81','\x60','\x31','\x81','\xc0','\x33','\x00','\x80','\x6b','\x01','\xc0','\x66','\x01','\x40','\x07','\x03','\x60','\x05','\x82','\x20','\x0c','\xc6','\x30','\x08','\xc4','\x18','\x10','\x08','\x1f','\x20','\x10','\x0e','\xc0','\x60','\x06','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x6f','\xfe','\xff','\xf2','\x0c','\x18','\x62','\x18','\x18','\xc2','\x18','\x18','\xc1','\x30','\x35','\x81','\xe0','\x33','\x00','\xc0','\x02','\xc1','\xe0','\x04','\x63','\x38','\x08','\x66','\x1f','\x30','\x18','\x0e','\xc0','\x00','\x06','\x01','\xd0','\x00','\x01','\x8c','\x00','\x11','\x86','\x10','\x11','\x86','\x0c','\x31','\x80','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x08','\x00','\x07','\x0c','\x03','\x06','\x0f','\xff','\x86','\x0c','\x60','\x66','\x18','\x40','\x66','\x18','\x44','\x66','\x10','\x82','\x66','\x33','\xff','\x66','\x31','\xe3','\x66','\x71','\x03','\x66','\xb0','\x38','\x66','\x30','\x30','\x66','\x30','\x30','\x66','\x30','\x32','\x66','\x33','\xff','\x66','\x30','\x30','\x66','\x30','\x30','\x66','\x30','\x30','\x66','\x30','\x33','\x06','\x30','\x3c','\x06','\x33','\xf0','\x06','\x31','\xc0','\x06','\x31','\x00','\x3e','\x30','\x00','\x0c','\x00','\x1c','\x40','\x04','\x18','\x70','\x03','\x18','\x60','\x01','\x98','\xc0','\x11','\x98','\x80','\x10','\x19','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x63','\xff','\xc8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x86','\x00','\x00','\xe6','\x00','\x00','\xc6','\x00','\x01','\xc6','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x80','\x00','\x00','\xe0','\x00','\x01','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x00','\xc0','\x06','\x81','\x80','\x0c','\x43','\x00','\x18','\x46','\x00','\x60','\x2c','\x00','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x66','\x00','\x00','\xc3','\x80','\x03','\xa1','\xf0','\x06','\x18','\x7f','\x18','\x0c','\x1e','\xe0','\x0c','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xc0','\x00','\x00','\x3c','\x00','\x00','\x0f','\x00','\x00','\x03','\x80','\x00','\x01','\x80','\x00','\x07','\x00','\x40','\x06','\x00','\x30','\x06','\x06','\x1b','\xff','\xff','\x18','\x06','\x00','\x19','\x06','\x18','\x01','\xff','\xfc','\x01','\x86','\x18','\x05','\x86','\x18','\x05','\x86','\x18','\x09','\xff','\xf8','\x09','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x31','\xff','\xf8','\xf1','\x8f','\x18','\x70','\x1e','\x80','\x30','\x16','\xc0','\x30','\x36','\x60','\x38','\x66','\x38','\x18','\xc6','\x1f','\x03','\x06','\x0e','\x0c','\x06','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x3f','\xff','\xfe','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x18','\x01','\x80','\x18','\x01','\x00','\x18','\x02','\x00','\x18','\x04','\x00','\x30','\x18','\x01','\xf0','\x60','\x00','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x0c','\x00','\x30','\x0c','\x00','\x33','\xff','\xf0','\x30','\x0c','\x30','\x30','\x0c','\x36','\x3f','\xff','\xff','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x33','\xff','\xf0','\x30','\x00','\x00','\x30','\x00','\x00','\x31','\x00','\x30','\x31','\xff','\xf8','\x61','\x80','\x30','\x61','\x80','\x30','\x41','\x80','\x30','\x81','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x66','\x19','\xff','\xff','\x18','\x18','\x60','\x18','\x18','\x60','\x19','\x03','\x00','\xff','\x87','\x00','\x18','\x06','\x80','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\x6f','\xe6','\x19','\x80','\x00','\x18','\x00','\x00','\x18','\x20','\x18','\x1f','\x3f','\xfc','\xfc','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x81','\x86','\x18','\xff','\xff','\x18','\xc1','\x80','\x18','\xc1','\x80','\x1a','\xdf','\xfc','\xff','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xff','\xff','\x18','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xc1','\x8c','\x18','\xdf','\xfc','\x18','\xc0','\x00','\x1a','\xc0','\x00','\x1c','\xd0','\x0c','\xf9','\x9f','\xfe','\x61','\x98','\x0c','\x41','\x18','\x0c','\x03','\x18','\x0c','\x02','\x18','\x0c','\x04','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc2','\x00','\x01','\x81','\x00','\x03','\x00','\xc0','\x06','\x00','\x70','\x0d','\xff','\xbf','\x31','\x80','\x0e','\xc1','\x80','\x00','\x01','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x00','\x80','\x02','\x00','\x60','\x3f','\xff','\xb0','\x1f','\xc0','\x38','\x10','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\x08','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x30','\x03','\xff','\xf8','\x07','\x00','\x30','\x0b','\x00','\x30','\x33','\x00','\x30','\xc3','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x00','\x80','\x00','\x00','\xe0','\x00','\x08','\xc0','\xc0','\x0f','\xff','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0f','\xff','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0f','\xff','\xc0','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0f','\xff','\xff','\x00','\xc0','\x06','\x38','\xc3','\x86','\x30','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc3','\x0e','\x3f','\xff','\x0c','\x30','\x00','\x7c','\x00','\x00','\x18','\x00','\x01','\x00','\x0e','\x01','\x80','\x0c','\x13','\x18','\x0c','\x1f','\xfc','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x98','\x00','\x4c','\x98','\x06','\x4c','\x9f','\xff','\x4c','\x98','\x00','\x4c','\x98','\x06','\x4c','\x9f','\xff','\x7f','\x98','\x06','\x40','\x00','\x26','\x40','\x49','\x36','\x00','\x49','\x96','\x00','\xcc','\x86','\x01','\x8c','\x0c','\x01','\x80','\x7c','\x00','\x00','\x18','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\x03','\xfe','\x0c','\x03','\x00','\x2e','\x03','\x00','\x2d','\x23','\x18','\x6d','\xbf','\xfc','\x6d','\xb0','\x18','\x4c','\x30','\x18','\xcc','\x3f','\xf8','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0e','\x08','\x60','\x0c','\x0f','\xf0','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0d','\x8c','\x60','\xff','\xcc','\x60','\x0c','\x08','\x60','\x0c','\x18','\x7e','\x0c','\x10','\x3e','\x0c','\x20','\x00','\x0d','\x80','\x00','\x1e','\x00','\x30','\xfc','\x3f','\xf8','\x6c','\x08','\x30','\x4c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x02','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x7c','\x30','\x1e','\x18','\xc0','\x06','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\xff','\xff','\x0c','\x0c','\x30','\x0d','\x8c','\x30','\xff','\xc1','\x80','\x0c','\x03','\x80','\x0c','\x03','\x40','\x0c','\x06','\x20','\x0c','\x8c','\x18','\x0d','\x18','\x0f','\x0e','\x37','\xe6','\x1c','\xc0','\x00','\xfc','\x00','\x00','\x6c','\x10','\x18','\x4c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x7c','\x18','\x18','\x18','\x18','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x7a','\x30','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x06','\x70','\x0c','\x06','\x60','\x0c','\x06','\x64','\x0c','\x46','\x67','\x0d','\x26','\x66','\xff','\xb6','\x6c','\x0c','\x36','\x68','\x0c','\x36','\x70','\x0c','\x06','\x60','\x1e','\x06','\x60','\x1d','\x06','\x60','\x1d','\x86','\x60','\x3d','\x8e','\x70','\x2c','\x16','\x6c','\x2c','\x36','\x66','\x6c','\xe6','\x63','\x4c','\x66','\x63','\x8c','\x46','\x60','\x0c','\x06','\x60','\x0c','\x0c','\x62','\x0c','\x0c','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x04','\x0c','\x3f','\xfe','\x0d','\x83','\x00','\xff','\xc3','\x08','\x0c','\x1f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1e','\x03','\x04','\x1d','\xbf','\xfe','\x1c','\xc6','\x00','\x3c','\xc6','\x18','\x2c','\x04','\x1a','\x2c','\xff','\xff','\x6c','\x0c','\x18','\x4c','\x0a','\x18','\x8c','\x19','\x18','\x0c','\x11','\x98','\x0c','\x31','\x98','\x0c','\x20','\x18','\x0c','\x40','\x18','\x0d','\x80','\xf8','\x0c','\x00','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x31','\x8c','\x1d','\x3f','\xfc','\x1d','\xb1','\x8c','\x3d','\xb1','\x8c','\x2c','\x31','\x8c','\x2c','\x3f','\xfc','\x6c','\x03','\xc0','\x4c','\x07','\xc0','\x8c','\x05','\xa0','\x0c','\x0d','\xb0','\x0c','\x19','\x98','\x0c','\x31','\x9f','\x0c','\x61','\x8e','\x0d','\x81','\x86','\x0c','\x01','\x80','\x00','\x10','\x00','\x40','\x1c','\x00','\x30','\x18','\x00','\x18','\x30','\x0c','\x19','\x3f','\xfe','\x02','\x66','\x18','\x04','\x46','\x10','\x0c','\x85','\x20','\x19','\x0c','\x80','\xf0','\x08','\xc0','\x70','\x18','\x70','\x30','\x30','\x3f','\x30','\x60','\x1e','\x39','\x80','\x06','\x18','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\x40','\x00','\x18','\x70','\x00','\x0c','\x60','\x00','\x0c','\xc0','\x06','\x00','\xff','\xff','\x01','\xa0','\x06','\x81','\x30','\x06','\x62','\x20','\x86','\x30','\x7f','\xc6','\x34','\x4c','\x06','\x04','\x8c','\x06','\x0c','\x0c','\x26','\x09','\xff','\xf6','\x08','\x0c','\x06','\x18','\x0c','\x06','\x18','\xcc','\xc6','\x30','\xcc','\xc6','\xf0','\xcc','\xc6','\x70','\xff','\xce','\x30','\xc0','\xcc','\x30','\x00','\x0c','\x30','\x00','\x1c','\x38','\x00','\xf8','\x18','\x00','\x30','\x20','\x20','\x30','\x18','\x3f','\xf8','\x0c','\x30','\x30','\x0c','\x30','\x30','\x00','\x3f','\xf0','\x00','\x30','\x30','\x80','\x30','\x30','\x60','\x30','\x30','\x32','\x3f','\xf0','\x32','\x00','\x00','\x04','\x00','\x06','\x07','\xff','\xff','\x0c','\x30','\x00','\x08','\x20','\x0c','\x18','\x7f','\xfe','\x18','\xcc','\xcc','\x31','\x88','\x8c','\xf6','\x11','\x8c','\x70','\x21','\x0c','\x30','\x42','\x1c','\x31','\x84','\x18','\x30','\x08','\x38','\x38','\x31','\xf0','\x18','\x00','\x60','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x04','\x06','\xff','\xfe','\x00','\x06','\x00','\x00','\x06','\x08','\x80','\x7f','\xfc','\x60','\x06','\x00','\x32','\x06','\x00','\x32','\x06','\x04','\x04','\xff','\xfe','\x04','\x0c','\x00','\x0c','\x0c','\x18','\x08','\x0c','\x1a','\x1b','\xff','\xff','\x18','\x18','\x18','\x30','\x14','\x18','\xf0','\x33','\x18','\x70','\x21','\x98','\x30','\x61','\x98','\x30','\x40','\x18','\x30','\x80','\x18','\x3b','\x00','\xf8','\x18','\x00','\x30','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x80','\xc0','\x2c','\xe0','\xc0','\x2c','\xc0','\xc0','\x2d','\x80','\xc0','\x6e','\x00','\xc0','\x6c','\x00','\xc0','\xcc','\x00','\xc0','\xcc','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1a','\x00','\xc0','\x19','\x00','\xc0','\x19','\x80','\xc0','\x10','\xc0','\xc0','\x30','\xc0','\xc0','\x20','\xc0','\xc0','\x60','\x00','\xc0','\x40','\x07','\xc0','\x80','\x01','\x80','\x0e','\x03','\x08','\x0c','\xff','\x0c','\x0c','\x06','\x98','\x0c','\x06','\xa2','\x0c','\x4c','\x43','\x0d','\x2c','\x46','\x2d','\xb8','\x28','\x2d','\x90','\x30','\x2d','\x2f','\xdc','\x6e','\x40','\x0f','\x6c','\x80','\x06','\xcd','\x3f','\xf8','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x1a','\x3f','\xf8','\x19','\x00','\x00','\x19','\x90','\x40','\x11','\x88','\x70','\x31','\x8c','\x60','\x20','\x0c','\x40','\x60','\x00','\x86','\x41','\xff','\xff','\x80','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x10','\x10','\x18','\x1c','\x08','\x18','\x38','\x04','\x18','\x30','\x06','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x80','\x00','\x19','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4d','\xff','\xfe','\x6c','\x00','\x00','\x6c','\x00','\x00','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\xfc','\x60','\x18','\x6c','\x7f','\xf8','\x4c','\x00','\x00','\x18','\x40','\x20','\x18','\x30','\x38','\x10','\x18','\x30','\x30','\x18','\x60','\x20','\x18','\x40','\x40','\x00','\x86','\x87','\xff','\xff','\x00','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x04','\x0c','\x3f','\xfe','\x0d','\x83','\x00','\xff','\xc3','\x08','\x01','\x9f','\xfc','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x04','\x06','\x3f','\xfe','\x0c','\x06','\x00','\x0e','\x06','\x18','\x1d','\x84','\x1a','\x2c','\xff','\xff','\xcc','\xcc','\x18','\x0c','\x0a','\x18','\x0c','\x19','\x18','\x0c','\x11','\x98','\x0c','\x31','\x98','\x0c','\x20','\x18','\x0c','\x40','\x18','\x0d','\x80','\xf8','\x0c','\x00','\x30','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x83','\x1c','\x60','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x8c','\x7f','\xff','\xfe','\x00','\x01','\x80','\x02','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x10','\x01','\x00','\x1c','\x01','\xc0','\x18','\x61','\x86','\x1f','\xf3','\xff','\x34','\x02','\x40','\x22','\x04','\x20','\x43','\x18','\x30','\x83','\x38','\x30','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\xff','\x3f','\x0c','\x00','\x1e','\x30','\x00','\x06','\xc4','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x1a','\x04','\x80','\x31','\x88','\x60','\x61','\x90','\x60','\x80','\x00','\x00','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x33','\xff','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x4d','\x20','\xc6','\x4d','\xbf','\xff','\x6d','\xb0','\xc0','\x6d','\x30','\xc0','\x0e','\x37','\xfc','\x0c','\x30','\xcc','\xff','\xf0','\xcc','\x0c','\x3f','\xff','\x0c','\x30','\xcc','\x1e','\x30','\xcc','\x1d','\x30','\xcc','\x1d','\xb7','\xfc','\x3d','\xb0','\x00','\x2c','\x30','\x00','\x6c','\x34','\x0c','\x4c','\x67','\xfe','\x8c','\x66','\x0c','\x0c','\x46','\x0c','\x0c','\xc6','\x0c','\x0c','\x86','\x0c','\x0d','\x07','\xfc','\x0c','\x06','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x86','\x92','\x3f','\xff','\x63','\x82','\x00','\x33','\x03','\x80','\x36','\x03','\x10','\x04','\x02','\x08','\x09','\x04','\x0c','\x10','\xbf','\xf6','\xff','\xde','\x06','\x7c','\xd0','\x00','\x4c','\x04','\x70','\x0c','\x07','\x60','\x4d','\x06','\x60','\x7c','\x86','\x60','\x6c','\xc6','\x60','\x6c','\xcc','\x62','\x4c','\x0c','\x62','\x4c','\x18','\x62','\x8c','\x10','\x63','\x0c','\x20','\x7f','\x0c','\xc0','\x3e','\x00','\x00','\x07','\x00','\x18','\x06','\x7f','\xfc','\x06','\x04','\x00','\xe6','\x07','\x00','\xc6','\x06','\x40','\xc6','\x04','\x20','\xc6','\x08','\x30','\xc6','\x7f','\xd8','\xc6','\x3c','\x18','\xc6','\x20','\x00','\xc6','\x03','\x80','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x18','\xc6','\x7f','\xfc','\xc6','\x03','\x00','\xc6','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x18','\x06','\x03','\xe0','\x06','\x7f','\x80','\x06','\x3c','\x00','\x3e','\x20','\x00','\x0c','\x01','\xc3','\x80','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x80','\xc0','\x00','\x1f','\xe0','\x0f','\xf8','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc3','\x80','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x00','\x20','\x3f','\xe0','\x18','\x30','\x60','\x0c','\x30','\x60','\x0c','\x3f','\xe0','\x80','\x30','\x60','\x62','\x30','\x60','\x32','\x3f','\xe0','\x34','\x00','\x06','\x07','\xff','\xff','\x0c','\x30','\x00','\x08','\x20','\x0c','\x18','\x7f','\xfe','\x30','\x88','\x8c','\xf3','\x19','\x8c','\x70','\x11','\x0c','\x30','\x22','\x0c','\x30','\x44','\x18','\x39','\x98','\xf8','\x18','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x23','\x13','\x88','\x3f','\x9b','\x0c','\x33','\x1b','\x18','\x33','\x03','\x20','\x33','\x7f','\xfe','\x33','\x06','\x40','\x3f','\x04','\x20','\x33','\xff','\xff','\x33','\x08','\x18','\x33','\x11','\x8c','\x33','\x29','\x27','\x3f','\x4d','\x32','\x33','\x8d','\x40','\x33','\x01','\x00','\x33','\x05','\x60','\x23','\x79','\x1c','\x63','\x31','\x0e','\x4f','\x27','\x06','\x86','\x03','\x00','\x03','\x00','\x38','\x7f','\x80','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x01','\x80','\x30','\xff','\xc0','\x30','\x00','\x00','\x36','\x00','\x3f','\xff','\x03','\x00','\x30','\x7f','\x80','\x30','\x00','\x10','\x30','\x00','\x0c','\x30','\x03','\x06','\x30','\x7f','\x86','\x30','\x00','\x06','\x30','\x00','\x00','\x30','\x43','\x00','\x30','\x7f','\x80','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x7f','\x01','\xf0','\x63','\x00','\x60','\x23','\x22','\x10','\x3f','\x93','\x9c','\x33','\x1b','\x18','\x33','\x1b','\x20','\x33','\x7f','\xfe','\x33','\x06','\x80','\x33','\x04','\x42','\x3f','\xff','\xff','\x33','\x08','\x20','\x33','\x10','\x18','\x33','\x2f','\xef','\x33','\x40','\x06','\x33','\xbf','\xf8','\x3f','\x00','\x00','\x33','\x1f','\xf0','\x33','\x00','\x00','\x33','\x1f','\xf0','\x33','\x00','\x00','\x23','\x3f','\xf8','\x23','\x30','\x18','\x63','\x30','\x18','\x43','\x30','\x18','\x4f','\x3f','\xf8','\x86','\x30','\x18','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x02','\x01','\x00','\x01','\x01','\xc0','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xc3','\x00','\x00','\xc2','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc4','\x30','\xc6','\xc7','\x30','\xfe','\xce','\x30','\xc6','\xd0','\x30','\xc6','\xe0','\x30','\xc4','\xd0','\x3f','\xcc','\xd8','\x06','\x08','\xcc','\x06','\x10','\xcf','\x76','\x20','\xc6','\x66','\x03','\xc0','\x66','\x81','\x80','\x67','\xd0','\x0c','\x66','\x1f','\xfe','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x1f','\xfc','\x66','\x18','\x0c','\x67','\x98','\x0c','\xfe','\x18','\x0c','\x70','\x1f','\xfc','\x40','\x18','\x0c','\x00','\x19','\xc0','\x40','\x19','\x80','\x30','\x19','\x88','\x19','\x19','\x8e','\x0c','\x99','\x8c','\x0c','\xd9','\x98','\x00','\xd9','\xa0','\x00','\x19','\x80','\x00','\x19','\x80','\x00','\x19','\xe0','\x0c','\x39','\x98','\xff','\xd9','\x8c','\x0d','\x99','\x8c','\x0d','\x19','\x80','\x0c','\x11','\x82','\x0c','\x31','\x82','\x0c','\x21','\x83','\x0c','\x41','\xff','\x0d','\x80','\xfe','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x30','\x40','\x03','\xf8','\x30','\x7f','\x00','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x0f','\x40','\x00','\x1b','\x20','\x00','\x33','\x18','\x00','\x63','\x0f','\x0d','\x80','\x06','\xfe','\x7f','\xe0','\x0c','\x0c','\x60','\x0c','\x0c','\xcc','\x0c','\x08','\xfe','\x0c','\x19','\x8c','\x0c','\x10','\x0c','\x0c','\x20','\x18','\x0c','\x40','\xf8','\x0c','\x80','\x30','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0c','\x01','\x88','\x0c','\x7f','\x8c','\x0a','\x03','\x48','\x19','\x23','\x52','\x19','\x9a','\x23','\x11','\x8e','\x22','\x30','\x04','\x14','\x23','\x08','\x1c','\x7f','\x97','\xef','\x8c','\x20','\x06','\x0c','\x40','\x00','\x0d','\x88','\x18','\xff','\xcf','\xfc','\x0c','\x0c','\x18','\x0d','\x0c','\x18','\x8d','\x8c','\x18','\x4d','\x0f','\xf8','\x6e','\x00','\x20','\x6c','\x08','\x38','\x0c','\xc6','\x30','\x0f','\x02','\x20','\xfc','\x00','\x46','\x70','\x7f','\xff','\x40','\x00','\x00','\x43','\x10','\x00','\x7f','\x9c','\x00','\x63','\x18','\x00','\x63','\x30','\x06','\x62','\x3f','\xff','\x66','\x50','\x06','\x64','\x98','\x06','\x69','\x10','\x46','\x64','\x3f','\xe6','\x66','\x26','\x06','\x62','\x46','\x06','\x63','\x06','\x26','\x63','\x7f','\xf6','\x63','\x06','\x06','\x63','\x06','\x06','\x63','\x46','\x26','\x6f','\x46','\x26','\x66','\x46','\x26','\x60','\x7f','\xe6','\x60','\x40','\x26','\x60','\x00','\x0e','\x60','\x00','\x0c','\x60','\x00','\x7c','\x60','\x00','\x18','\x00','\x00','\x00','\x00','\xc0','\x06','\x7f','\xef','\xff','\x00','\x00','\xc0','\x00','\x00','\xc0','\x20','\xc4','\x8c','\x3f','\xe7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x3f','\xc6','\x0c','\x30','\x06','\x0c','\x01','\x06','\x0c','\x21','\xc7','\xfc','\x11','\x86','\x0c','\x19','\x06','\x0c','\x19','\x06','\x0c','\x02','\x67','\xfc','\x03','\x82','\x00','\xfe','\x03','\x90','\x78','\x07','\x0c','\x40','\x0c','\x06','\x00','\x30','\x06','\x23','\x02','\x10','\x3f','\xa3','\x9c','\x33','\x1b','\x18','\x33','\x0b','\x20','\x33','\x7f','\xfe','\x33','\x06','\x40','\x33','\x04','\x40','\x3f','\xff','\xff','\x33','\x0c','\x20','\x33','\x18','\x10','\x33','\x1f','\xfc','\x33','\x31','\x0f','\x33','\x5f','\xe6','\x3f','\x91','\x00','\x33','\x1f','\xe0','\x33','\x11','\x00','\x33','\x11','\x06','\x33','\x1f','\xff','\x33','\x00','\x06','\x23','\x25','\x46','\x63','\x25','\x46','\x63','\x64','\x0c','\x4f','\x60','\x7c','\x86','\x00','\x18','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x46','\x6f','\xf0','\x46','\x60','\x00','\x46','\x67','\xef','\xf6','\x64','\x20','\x46','\x64','\x24','\x46','\x67','\xe2','\x46','\x60','\x03','\x46','\x64','\x33','\x46','\x62','\x20','\x46','\x62','\x40','\x46','\x60','\x00','\x46','\x6f','\xf3','\xc6','\x66','\x01','\x9e','\x60','\x00','\x0c','\x08','\x0c','\x70','\x0e','\x3e','\x60','\x0d','\xe0','\x60','\x0c','\x20','\x60','\x18','\x20','\x60','\x1b','\xfe','\x66','\x10','\x21','\xff','\x30','\x20','\x66','\x33','\xfe','\x66','\x72','\x22','\x66','\x72','\x22','\x66','\xb3','\xfe','\x66','\x32','\x22','\x66','\x32','\x22','\x66','\x33','\xfe','\x66','\x30','\x20','\x66','\x30','\x20','\x46','\x33','\xfe','\xc6','\x30','\x20','\xc6','\x30','\x20','\x8e','\x30','\x3d','\x8c','\x37','\xe1','\x0c','\x33','\x82','\x7c','\x32','\x04','\x18','\x00','\x60','\xe0','\x03','\xf0','\xc0','\x7f','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc6','\x03','\x03','\xff','\x03','\x00','\xc6','\x7f','\xf8','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x03','\x01','\x86','\x03','\x01','\x86','\x7f','\xf9','\x86','\x03','\x01','\x0e','\x03','\x03','\x0c','\x03','\xf2','\x0c','\xff','\x84','\x1c','\x7c','\x08','\xf8','\x40','\x30','\x30','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x01','\x8c','\x33','\xff','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x1c','\x40','\x04','\x18','\x70','\x03','\x18','\x60','\x01','\x98','\xc0','\x11','\x98','\x80','\x10','\x19','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x63','\xff','\xc8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x40','\x60','\x10','\x60','\x18','\x18','\xc6','\x0d','\xff','\xff','\x0c','\x06','\x00','\x00','\x04','\x00','\x00','\x7f','\xf8','\x0c','\x40','\x08','\xfe','\x7f','\xf8','\x0c','\x40','\x08','\x0c','\x7f','\xf8','\x0c','\x40','\x08','\x0c','\x7f','\xf8','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\xc0','\x00','\x00','\xc6','\xff','\xff','\xff','\x04','\x00','\xc0','\x03','\x00','\xc0','\x01','\x80','\xc0','\x01','\x87','\xc0','\x00','\x01','\x80','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x10','\x40','\x2c','\x0c','\x60','\x2e','\x04','\x40','\x6d','\x00','\x8c','\x6d','\xff','\xfe','\x4d','\x80','\x00','\xcc','\x3f','\xf8','\xcc','\x31','\x18','\x0c','\x31','\x18','\x0c','\x3f','\xf8','\x0c','\x31','\x18','\x0c','\x31','\x18','\x0c','\x3f','\xf8','\x0c','\x01','\x00','\x0c','\x01','\x08','\x0c','\x7f','\xfc','\x0c','\x01','\x00','\x0c','\x01','\x02','\x0d','\xff','\xff','\x0c','\x00','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x10','\x40','\x1b','\x0c','\x60','\xff','\x84','\x40','\x18','\x00','\x8c','\x18','\xff','\xfe','\x18','\x00','\x00','\x18','\x3f','\xf8','\x1b','\x31','\x18','\x1c','\x31','\x18','\xf8','\x3f','\xf8','\x78','\x31','\x18','\x58','\x31','\x18','\x18','\x3f','\xf8','\x18','\x01','\x00','\x18','\x01','\x08','\x18','\x7f','\xfc','\x18','\x01','\x00','\x18','\x01','\x02','\xf9','\xff','\xff','\x30','\x00','\x00','\x20','\x80','\x06','\x18','\xff','\xff','\x0c','\xc0','\x06','\x0c','\xc0','\x06','\x00','\xc0','\x66','\x00','\xdf','\xf6','\x80','\xc0','\x06','\x60','\xc0','\x06','\x32','\xc0','\x06','\x32','\xc8','\x66','\x04','\xcf','\xf6','\x04','\xcc','\x66','\x0c','\xcc','\x66','\x08','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x30','\xcf','\xe6','\xf0','\xcc','\x66','\x70','\xcc','\x66','\x30','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x38','\xc0','\x3e','\x18','\xc0','\x0c','\x00','\x03','\x80','\x43','\x03','\x00','\x7f','\x83','\x0c','\x63','\x7f','\xfe','\x63','\x10','\x40','\x63','\x0c','\x60','\x63','\x04','\x40','\x7f','\x00','\x86','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x3f','\xf8','\x63','\x31','\x18','\x63','\x31','\x18','\x7f','\x3f','\xf8','\x63','\x31','\x18','\x63','\x31','\x18','\x63','\x3f','\xf8','\x63','\x01','\x00','\x63','\x01','\x08','\x7f','\x7f','\xfc','\x63','\x01','\x00','\x60','\x01','\x02','\x01','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x01','\x01','\x00','\x00','\xc1','\xc0','\x00','\xc1','\x80','\x00','\x02','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x23','\x20','\x06','\x3f','\x3f','\xff','\x33','\x30','\x06','\x33','\x30','\x06','\x33','\x30','\x66','\x33','\x37','\xf6','\x33','\x30','\x06','\x3f','\x30','\x06','\x33','\x30','\x06','\x33','\x32','\x26','\x33','\x33','\xf6','\x33','\x32','\x26','\x33','\x32','\x26','\x3f','\x32','\x26','\x33','\x32','\x26','\x33','\x32','\x26','\x33','\x33','\xe6','\x33','\x32','\x26','\x33','\x30','\x06','\x23','\x30','\x06','\x23','\x30','\x06','\x63','\x30','\x06','\x4f','\x30','\x3e','\x86','\x30','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x00','\x18','\x0f','\xff','\xfc','\x19','\x00','\x18','\x11','\x84','\x18','\x23','\xfe','\x18','\x42','\x60','\x18','\x04','\x61','\x18','\x1f','\xff','\x98','\x00','\x60','\x18','\x00','\x60','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0f','\xff','\x18','\x0c','\x03','\x18','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x40','\x40','\x40','\x30','\x70','\x30','\x18','\x60','\x18','\x18','\x86','\x0d','\xff','\xff','\x0c','\x06','\x00','\x00','\x04','\x00','\x00','\x48','\x18','\x00','\x7f','\xfc','\x00','\x60','\x18','\x0c','\x60','\x18','\xfe','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0c','\x10','\x06','\x0c','\x1f','\xff','\x0a','\x18','\x06','\x19','\x98','\x06','\x18','\xd8','\x66','\x10','\xdb','\xf6','\x30','\x18','\x06','\x23','\x18','\x06','\x7f','\x98','\x06','\x4c','\x19','\x26','\x8c','\x19','\xf6','\x0d','\x99','\x26','\xff','\xd9','\x26','\x0c','\x19','\x26','\x0c','\x99','\x26','\x8c','\xd9','\x26','\x4d','\x99','\xe6','\x6d','\x19','\x26','\x6e','\x18','\x06','\x0c','\xd8','\x06','\x0f','\x18','\x06','\xfc','\x18','\x06','\x70','\x18','\x3e','\x40','\x18','\x0c','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x98','\x76','\x71','\xfc','\x66','\x61','\x80','\x66','\x61','\x80','\x66','\x61','\x80','\x66','\x61','\x86','\x66','\x7f','\xff','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\x06','\x66','\x7f','\xff','\x66','\x61','\x80','\x66','\x61','\x80','\x7f','\xe1','\xe0','\x60','\x61','\x9c','\x60','\x61','\x8e','\x60','\x01','\x86','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x00','\x70','\x01','\xc0','\x61','\x89','\x98','\x67','\xcf','\xfc','\x7c','\x0c','\x18','\x60','\x0c','\x18','\x60','\x8f','\xf8','\x60','\xcc','\x18','\x7f','\xcc','\x18','\x3f','\x8f','\xf8','\x00','\x0c','\x00','\x00','\x0c','\x0c','\x0e','\x0f','\xfe','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0c','\xcf','\xff','\xff','\xec','\x06','\x0c','\x00','\x26','\x0c','\x12','\x96','\x0c','\x12','\x96','\x0c','\x32','\x8e','\x0c','\x60','\x0c','\x0c','\x60','\x7c','\x0c','\x00','\x18','\x40','\x00','\x0c','\x7f','\xff','\xfe','\x60','\x00','\x00','\x60','\xe3','\x80','\x60','\xc3','\x00','\x67','\xff','\xf0','\x60','\xc3','\x00','\x60','\xc3','\x00','\x60','\x38','\x00','\x60','\x30','\x18','\x6f','\xff','\xfc','\x60','\x60','\x00','\x60','\x40','\x00','\x60','\xff','\xe0','\x61','\xe0','\x60','\x61','\x60','\x60','\x62','\x60','\x60','\x64','\x60','\x60','\x68','\x7f','\xe0','\x60','\x60','\x60','\x60','\x00','\x00','\x60','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x00','\x04','\x10','\x30','\x07','\x1f','\xf8','\x0e','\x18','\x30','\x0c','\x18','\x30','\x18','\x1f','\xf0','\x30','\x18','\x30','\x62','\x18','\x30','\x83','\x98','\x30','\x07','\x1f','\xf0','\x06','\x00','\x00','\x0c','\x00','\x06','\x1c','\xff','\xff','\x3c','\x00','\x00','\x6c','\x00','\x30','\x8c','\x00','\x32','\x0c','\xff','\xff','\x0c','\x00','\x30','\x0c','\x10','\x30','\x0c','\x0c','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x06','\x0d','\xff','\xff','\x18','\x03','\x00','\x30','\x03','\x00','\x64','\x43','\x18','\x87','\x7f','\xfc','\x0e','\x64','\x98','\x0c','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x38','\x7f','\xf8','\x58','\x60','\x18','\x98','\x04','\x00','\x18','\x03','\x00','\x18','\x1d','\x90','\x18','\x99','\x8c','\x18','\x98','\x06','\x19','\x98','\x23','\x19','\x18','\x23','\x1b','\x18','\x30','\x1b','\x1f','\xf0','\x18','\x0f','\xe0','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x18','\x60','\x7f','\xfc','\x32','\x00','\x00','\x32','\x80','\x06','\x04','\xff','\xff','\x04','\x80','\x06','\x0d','\x80','\x04','\x09','\x9c','\xe8','\x18','\x18','\xc0','\x18','\x18','\xc0','\x30','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc0','\x30','\x18','\xc2','\x30','\x30','\xc2','\x30','\x30','\xc3','\x38','\x60','\xff','\x19','\x80','\x7e','\x07','\x01','\xc0','\x06','\x01','\x80','\x46','\x01','\x80','\x76','\x01','\x8c','\x66','\x3f','\xfe','\x66','\x81','\x80','\x7f','\xc1','\x80','\x46','\x01','\x80','\x46','\x01','\x86','\x86','\x7f','\xff','\x06','\x00','\x00','\x06','\x80','\x30','\x07','\x00','\x32','\x1e','\x7f','\xff','\xf6','\x00','\x30','\x66','\x00','\x30','\x46','\x10','\x30','\x06','\x0c','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x03','\x80','\x00','\x03','\x10','\x0c','\x03','\xfb','\xfe','\x03','\x01','\x0c','\x03','\x09','\x0c','\xff','\xfc','\x98','\x23','\x00','\xd8','\x3b','\x40','\x70','\x33','\x30','\x70','\x63','\x18','\xdc','\x4f','\x19','\x8f','\x86','\x06','\x06','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x01','\xc0','\x00','\x0f','\xe0','\x0f','\xfe','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x0c','\x18','\x1e','\x30','\x00','\x06','\xc0','\xe7','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x34','\x0d','\x00','\x23','\x08','\xc0','\x43','\x10','\xc0','\x88','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x0f','\xff','\xfe','\x20','\x00','\x0c','\x22','\x22','\x0c','\x63','\x33','\x0c','\xc1','\x11','\x18','\xc0','\x00','\x78','\x00','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x08','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x20','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x04','\x7f','\xff','\xfe','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x6c','\x1f','\xff','\xfe','\x18','\x00','\xc0','\x18','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x02','\x01','\xc0','\x43','\x81','\x80','\x23','\x01','\x80','\x16','\x01','\x80','\x1c','\x01','\x80','\x08','\x21','\x8c','\x1c','\x3f','\xfe','\x24','\x31','\x8c','\x46','\x31','\x8c','\x86','\x31','\x8c','\x0e','\x31','\x8c','\x0b','\x31','\x8c','\x0b','\x31','\x8c','\x1b','\x31','\x8c','\x13','\x3f','\xfc','\x33','\x31','\x8c','\x23','\x31','\x80','\x43','\x01','\x88','\x83','\x01','\x84','\x03','\x01','\x86','\x07','\x01','\xfe','\x06','\x7f','\xc3','\x3e','\x3c','\x03','\x0c','\x20','\x03','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x01','\x80','\xff','\x81','\x80','\x00','\x01','\x8c','\x00','\x3f','\xfe','\x06','\x00','\x00','\x7f','\x20','\x06','\x00','\x3f','\xff','\x00','\x60','\x06','\x06','\x60','\x04','\x7f','\x0e','\x70','\x00','\x0c','\x60','\x00','\x0c','\x60','\x46','\x0c','\x60','\x7f','\x0c','\x60','\x66','\x0c','\x60','\x66','\x0c','\x62','\x66','\x18','\x62','\x66','\x18','\x63','\x7e','\x30','\x7f','\x66','\xc0','\x3e','\x0e','\x00','\x18','\x0c','\x21','\xfc','\x0c','\x3f','\x80','\x0c','\x30','\x00','\x0d','\xb0','\x00','\xff','\xf0','\x06','\x0c','\x3f','\xff','\x0c','\x31','\x80','\x0c','\x31','\x80','\x1e','\x31','\x80','\x1d','\x31','\x8c','\x1d','\xb1','\xfe','\x3d','\xb1','\x8c','\x2c','\x31','\x8c','\x2c','\x31','\x8c','\x6c','\x31','\x0c','\x4c','\x23','\x0c','\x8c','\x63','\x0c','\x0c','\x42','\x0c','\x0c','\x46','\x0c','\x0c','\x84','\x1c','\x0d','\x08','\x18','\x0c','\x10','\xf8','\x0c','\x60','\x30','\x0e','\x08','\x00','\x0c','\x0c','\x30','\x0c','\x0f','\xf8','\x0c','\x18','\x60','\x0d','\x10','\x40','\xff','\xa0','\x80','\x0c','\x7f','\xfe','\x0c','\xb0','\x86','\x0c','\x30','\x86','\x1e','\x30','\x86','\x1d','\x3f','\xfe','\x1d','\x83','\x80','\x3d','\x87','\x08','\x2c','\x19','\x8e','\x2c','\x61','\x8c','\x6c','\x02','\xd0','\x4c','\x0c','\xc0','\x8c','\x31','\xe0','\x0c','\xc2','\xd0','\x0c','\x0c','\xdf','\x0c','\x30','\xce','\x0c','\xc1','\xc6','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x01','\x01','\x80','\x01','\xff','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x21','\x81','\x8c','\x3f','\x81','\xfe','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\xc3','\x0c','\x60','\xc3','\x10','\x61','\x83','\x02','\x03','\x03','\x03','\x06','\x03','\xff','\x18','\x01','\xfe','\x60','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x1c','\x0d','\x18','\x18','\x9f','\xfc','\x18','\xf1','\x98','\x18','\xc1','\x98','\x1a','\xc1','\x98','\xff','\xc1','\x98','\x18','\xc1','\x98','\x18','\xf9','\x18','\x18','\xc3','\x1f','\x3c','\xc2','\x0f','\x3a','\xc4','\x00','\x3a','\xc0','\x0c','\x3a','\xfb','\xfe','\x78','\xc1','\x0c','\x58','\xc1','\x0c','\x58','\xc0','\x98','\x98','\xcc','\xd8','\x18','\xf0','\x70','\x1b','\xe0','\x20','\x19','\xc0','\x70','\x18','\xc0','\x58','\x18','\xc0','\x9f','\x18','\xc1','\x0e','\x18','\xc6','\x06','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x1a','\x06','\x0c','\x1b','\xff','\xfe','\x1b','\x06','\x0c','\x1b','\x06','\x0c','\x33','\x06','\x0c','\x33','\xff','\xfc','\x33','\x06','\x0c','\x23','\x06','\x0c','\x63','\x06','\x0c','\x43','\x06','\x0c','\x83','\xff','\xfc','\x03','\x00','\x0c','\x03','\x00','\x0c','\x00','\x3a','\x00','\x00','\x31','\x80','\x00','\x18','\x86','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x46','\x00','\x00','\x73','\x82','\x04','\x60','\xe2','\x07','\xff','\xbf','\x06','\x00','\x8f','\x07','\xff','\x80','\x06','\x00','\x80','\x07','\xff','\x80','\x06','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\x00','\x06','\x00','\x0c','\x17','\xff','\xfe','\x10','\x00','\x0c','\x22','\x22','\x0c','\x63','\x33','\x0c','\xe1','\x11','\x18','\xc0','\x00','\x78','\x00','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x01','\x00','\x00','\x03','\xc1','\xc0','\x07','\x00','\x38','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\x83','\x0c','\x31','\x83','\x0c','\x31','\x03','\xfc','\x32','\x01','\xfc','\x3c','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x20','\x70','\x80','\x10','\x60','\xcc','\x1b','\xfc','\xfe','\x18','\x60','\x8c','\x00','\x61','\x88','\x03','\xfd','\x18','\x80','\x62','\x10','\x40','\x60','\x20','\x67','\xfd','\xfe','\x68','\x00','\x32','\x09','\x08','\x32','\x09','\xfc','\x32','\x19','\x0b','\xff','\x11','\x08','\x32','\x11','\xf8','\x32','\x31','\x08','\x32','\x31','\x09','\xfe','\xf1','\xf8','\x30','\x71','\x08','\x30','\x31','\x08','\x30','\x31','\x08','\x30','\x31','\x08','\x30','\x39','\x39','\xf0','\x19','\x18','\x60','\x00','\x60','\x06','\x00','\x43','\xff','\x48','\x40','\x30','\x7c','\x58','\x20','\x48','\x7d','\x46','\x4b','\xc1','\xff','\x48','\x41','\x86','\x48','\x41','\x86','\x4a','\x49','\x86','\x4a','\x49','\xfe','\x4a','\x49','\x86','\x4a','\x49','\x86','\x4a','\x49','\x86','\x4b','\xf9','\xfe','\x4a','\x49','\x86','\x48','\x41','\x86','\x78','\x41','\x86','\x48','\x49','\x86','\x40','\x49','\xfe','\x00','\x4c','\x00','\x00','\x7c','\x88','\x00','\x39','\xc6','\x00','\x03','\x03','\x00','\x0c','\x03','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x00','\x30','\xfe','\x00','\x3f','\xc0','\xff','\xf0','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x1c','\x30','\x70','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x1f','\xff','\xe0','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x2e','\x00','\x00','\x2d','\x3f','\xf0','\x6d','\xb0','\x30','\x6d','\xb0','\x30','\x4c','\x3f','\xf0','\xcc','\x00','\x00','\xcc','\x00','\x18','\x0c','\xff','\xfc','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x02','\x80','\x0c','\x03','\x06','\x0f','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x03','\x81','\x00','\x03','\x01','\xc0','\x03','\x19','\x80','\xff','\xfd','\x80','\x00','\x01','\x80','\x00','\x03','\x06','\x1f','\xe3','\xff','\x18','\x62','\x10','\x18','\x66','\x1c','\x1f','\xe5','\x18','\x00','\x09','\x18','\x00','\x01','\x18','\x7f','\xf1','\x10','\x00','\x61','\x30','\x02','\x80','\xb0','\x03','\x00','\xa0','\x03','\xf0','\xe0','\xff','\x00','\x40','\x73','\x00','\xe0','\x43','\x00','\xb0','\x03','\x01','\x18','\x03','\x02','\x1f','\x1f','\x0c','\x0e','\x06','\x30','\x06','\x20','\x07','\x00','\x18','\x06','\x00','\x0c','\x06','\x0c','\x0c','\x06','\x7e','\x00','\x07','\xe0','\x01','\xfe','\x00','\x80','\x06','\x00','\x60','\x06','\x00','\x32','\xe6','\x1c','\x32','\xc6','\x18','\x04','\xc6','\x18','\x04','\xc6','\x18','\x0c','\xc6','\x18','\x08','\xc6','\x18','\x18','\xc6','\x18','\x18','\xff','\xf8','\x30','\xc6','\x18','\xf0','\xc6','\x00','\x70','\x06','\x02','\x30','\x06','\x02','\x30','\x06','\x02','\x30','\x06','\x03','\x38','\x07','\xff','\x18','\x03','\xfe','\x23','\x00','\x00','\x3f','\x00','\x06','\x33','\xff','\xff','\x33','\x03','\x00','\x33','\x03','\x00','\x33','\x06','\x00','\x33','\x0d','\x04','\x3f','\x19','\x87','\x33','\x63','\x86','\x33','\x02','\xc4','\x33','\x04','\xc8','\x33','\x08','\xe0','\x33','\x10','\xe0','\x3f','\x61','\xd0','\x33','\x03','\xd0','\x33','\x02','\xc8','\x33','\x04','\xcc','\x33','\x08','\xcf','\x23','\x10','\xc6','\x23','\x60','\xc6','\x63','\x01','\xc0','\x43','\x01','\x80','\x4f','\x0f','\x80','\x86','\x03','\x00','\x00','\x00','\x18','\x40','\x41','\xfc','\x30','\x7f','\x80','\x18','\x60','\x00','\x0c','\x61','\xc0','\x0c','\x61','\x8c','\x00','\x7f','\xfe','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x6f','\xf8','\x0c','\x68','\x08','\xfe','\x68','\x08','\x0c','\x4f','\xf8','\x0c','\x48','\x08','\x0c','\xc8','\x08','\x0c','\x8f','\xf8','\x0c','\x88','\x08','\x0d','\x08','\x08','\x0c','\x0f','\xf8','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0e','\x00','\x06','\x0c','\x1f','\xff','\x0c','\x00','\xc0','\x0c','\xc0','\x80','\x0f','\xe9','\x0c','\xfc','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x7f','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x0c','\x0c','\x0c','\x4c','\x0c','\x0c','\x4c','\x0c','\x0c','\x6f','\xfc','\x0f','\xe2','\x00','\x07','\xc3','\x98','\x00','\x07','\x06','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x1f','\xfc','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x81','\x00','\x01','\x80','\x80','\x03','\x00','\xc0','\x02','\x00','\x60','\x04','\x00','\x38','\x0b','\xff','\xdf','\x13','\x00','\xce','\x23','\x00','\xc6','\xc3','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x04','\x00','\x20','\x07','\xff','\xf0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\x81','\x80','\x01','\x00','\x70','\x3f','\xff','\xb8','\x0f','\xc0','\x18','\x06','\x01','\xc0','\x06','\x01','\x80','\x0d','\x01','\x80','\x0c','\xc1','\x8c','\x08','\x61','\xbe','\x18','\x61','\xf0','\x10','\x0f','\x80','\x21','\x81','\x80','\x3f','\xc1','\x8e','\x46','\x1d','\x8c','\x86','\x19','\x8c','\x06','\xd9','\x8c','\x7f','\xf9','\x8c','\x06','\x19','\x8c','\x06','\x99','\x8c','\x46','\xdf','\xfc','\x26','\x99','\x8c','\x36','\x99','\x8c','\x37','\x01','\x80','\x06','\x01','\x82','\x07','\xc1','\x82','\x7f','\x01','\x83','\x38','\x01','\xff','\x20','\x00','\xfe','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x62','\x00','\x00','\xc1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x06','\x60','\x06','\xff','\x38','\x0c','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x66','\x0f','\xff','\xf0','\x00','\x18','\x00','\x02','\x18','\x00','\x03','\x99','\x80','\x03','\x18','\x60','\x06','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x00','\x31','\x06','\x7f','\xf9','\xff','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x84','\x06','\x31','\x8c','\x06','\x31','\x88','\x7f','\xf1','\x88','\x06','\x31','\x90','\x06','\x31','\x88','\x06','\x31','\x8c','\x06','\x31','\x84','\x06','\x31','\x86','\x7f','\xf1','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x06','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x08','\x31','\xbe','\x18','\x71','\x8c','\x10','\x61','\x80','\x23','\xe1','\x80','\xc0','\xc1','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x68','\x0c','\x30','\x66','\x0c','\x30','\x43','\x0c','\x30','\xc1','\x8c','\x30','\x81','\xcc','\x31','\x00','\xcc','\x36','\x00','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x01','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x06','\x07','\xff','\xff','\x06','\x18','\x00','\x0c','\x18','\x00','\x18','\x18','\x00','\x10','\x18','\x30','\x20','\x1f','\xf8','\x40','\x18','\x00','\x80','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x00','\x1f','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x1c','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x19','\x98','\x30','\x19','\x98','\x30','\x19','\x99','\x30','\x19','\x9f','\xb0','\x19','\x98','\x30','\x19','\x98','\x30','\x19','\x98','\x30','\x19','\x98','\x30','\x19','\x98','\x12','\x31','\x98','\x1a','\x31','\x99','\x9a','\x37','\xff','\xca','\x20','\x00','\x0e','\x60','\x00','\x06','\x40','\x00','\x07','\x80','\x00','\x03','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x10','\xc3','\x00','\x1c','\x04','\x20','\x18','\x07','\x30','\x10','\xc6','\x20','\x3f','\xec','\x4c','\x26','\x0f','\xfe','\x46','\x1c','\x40','\x06','\x2c','\x40','\x06','\x4c','\x48','\xff','\xef','\xfc','\x06','\x0c','\x40','\x06','\x0c','\x40','\x0d','\x0c','\x48','\x0c','\x8f','\xfc','\x18','\xcc','\x40','\x10','\xcc','\x40','\x20','\x0c','\x46','\x40','\x0f','\xff','\x80','\x0c','\x00','\x06','\x00','\xe0','\x7f','\x08','\xc8','\x00','\x44','\xce','\x00','\x26','\xcc','\x03','\x36','\xc8','\xff','\xb0','\xd0','\x00','\x00','\xc0','\x00','\x00','\xc6','\x06','\x1f','\xff','\x7f','\x00','\xc0','\x00','\x30','\xc0','\x01','\xf9','\xe0','\x06','\x31','\xd0','\x7f','\x33','\xc8','\x00','\x32','\xcc','\x00','\x34','\xc6','\x46','\x38','\xc6','\x7f','\x30','\xc0','\x66','\x30','\xc0','\x66','\x30','\xc0','\x66','\x68','\x00','\x67','\xc7','\xff','\x7e','\xc1','\xfe','\x60','\x80','\x00','\x20','\xcc','\x40','\x10','\x88','\x74','\x18','\x88','\x66','\x1b','\xfe','\x64','\x00','\x88','\x48','\x00','\x88','\xfe','\x80','\x00','\x90','\x41','\xfc','\x90','\x65','\x25','\x90','\x65','\x26','\x94','\x05','\x24','\xfe','\x09','\xfc','\x90','\x08','\x20','\x90','\x08','\x20','\x90','\x19','\xfc','\x90','\x10','\x20','\x94','\x30','\x20','\xfe','\xf3','\xfe','\x90','\x70','\x60','\x90','\x30','\x50','\x90','\x30','\xcc','\x90','\x30','\x86','\x96','\x39','\x06','\xff','\x1a','\x00','\x80','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x06','\x80','\xff','\x84','\x40','\x0c','\x0c','\x60','\x0c','\x08','\x30','\x0c','\x10','\x1c','\x0d','\x20','\x0f','\x0e','\x5f','\xe6','\x1c','\x80','\x00','\xfc','\x00','\x00','\x6c','\x00','\x18','\x4c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x23','\x20','\x0c','\x3b','\x18','\x0c','\x33','\x0c','\x0c','\x63','\x06','\x0c','\xc3','\x06','\x7d','\x0f','\x00','\x18','\x06','\x00','\x06','\x08','\x18','\x06','\x0f','\xfc','\x0d','\x0c','\x18','\x0c','\x8c','\x18','\x08','\xcc','\x18','\x18','\xcc','\xf8','\x10','\x0c','\x98','\x23','\x0c','\x98','\x3f','\x8c','\x98','\x4c','\x2c','\x9a','\x8c','\x3f','\xff','\x0c','\xb0','\x06','\x7f','\xf0','\x06','\x0c','\x33','\xe6','\x0d','\x32','\x26','\x8d','\xb2','\x26','\x4d','\x32','\x26','\x6d','\x32','\x26','\x6e','\x33','\xe6','\x0c','\x30','\x06','\x0f','\xb0','\x06','\xfc','\x30','\x06','\x70','\x30','\x3e','\x40','\x30','\x0c','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x20','\x0c','\xc0','\x46','\xff','\xff','\xff','\x0c','\x04','\x80','\x0c','\x04','\x80','\x0c','\x44','\x8c','\x1e','\x7f','\xfe','\x1d','\x64','\x8c','\x1d','\x64','\x8c','\x3d','\x64','\x8c','\x2c','\x6c','\xfc','\x2c','\x68','\x7c','\x6c','\x70','\x0c','\x4c','\x60','\x0c','\x8c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x20','\x67','\x07','\x3f','\xf6','\x76','\x31','\x06','\x66','\x31','\x06','\x66','\x31','\x06','\x66','\x3f','\xe6','\x66','\x31','\x06','\x66','\x31','\x06','\x66','\x31','\x06','\x66','\x3f','\xe6','\x66','\x31','\x06','\x66','\x31','\x06','\x66','\x31','\x06','\x66','\x31','\x66','\x66','\x3f','\xf6','\x66','\x30','\x66','\x66','\x01','\x66','\x66','\x55','\x66','\x66','\x55','\x66','\x66','\xd4','\x64','\x66','\xd0','\xcc','\x66','\xc0','\xc8','\x66','\x07','\xc8','\x06','\x01','\x90','\x06','\x08','\x10','\x08','\x0e','\x1f','\xfc','\x0c','\x11','\x08','\x08','\x11','\x08','\x92','\x1f','\xf8','\x63','\x91','\x08','\x33','\x11','\x08','\x36','\x11','\x08','\x04','\x1f','\xf8','\x0a','\x01','\x00','\x11','\x21','\x04','\xff','\xbf','\xfe','\x7d','\xa1','\x04','\x4c','\x21','\x04','\x0c','\x21','\x04','\x4c','\x3f','\xfc','\x7e','\x21','\x04','\x6d','\x21','\x04','\x6d','\xa1','\x04','\x4d','\xbf','\xfc','\x4c','\x21','\x02','\x8c','\x01','\x03','\x0c','\x01','\xff','\x0c','\x00','\xfe','\x41','\x06','\x06','\x7f','\xff','\xff','\x49','\x06','\x06','\x49','\x44','\x44','\x49','\x2c','\x2c','\x49','\x18','\x18','\x49','\x0c','\x1c','\x49','\x16','\x26','\x49','\x26','\x46','\x7f','\x40','\x80','\x49','\x00','\x00','\x49','\x06','\x0c','\x49','\x7f','\xfe','\x49','\x04','\x8c','\x49','\x24','\x8c','\x49','\x18','\x48','\x49','\x0c','\x58','\x7f','\x16','\x50','\x41','\x36','\x20','\x40','\x20','\x50','\x00','\x40','\xd8','\x00','\x81','\x8f','\x01','\x03','\x0e','\x00','\x0c','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x82','\x18','\x18','\x63','\x18','\x18','\x66','\x18','\x18','\x04','\x18','\x19','\xff','\x98','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x98','\x1b','\xff','\xd8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x00','\x30','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x03','\x00','\xff','\x83','\x00','\x0c','\x43','\x0c','\x0c','\x7f','\xfe','\x0c','\x60','\x0c','\x1e','\x68','\x4c','\x1d','\x64','\x6c','\x1d','\x64','\x4c','\x3d','\x60','\x8c','\x2c','\x6f','\xec','\x2c','\x63','\x0c','\x6c','\x63','\x0c','\x4c','\x63','\x0c','\x8c','\x6f','\xec','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x3c','\x0c','\x60','\x18','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x33','\x00','\xff','\xfb','\x00','\x06','\x03','\x06','\x46','\x63','\xff','\x7f','\xf2','\x06','\x66','\x66','\x04','\x66','\x64','\xe8','\x66','\x64','\xc0','\x7f','\xe8','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x7f','\xe1','\xa0','\x66','\x61','\xa0','\x06','\x01','\xa0','\x06','\x31','\x30','\xff','\xfb','\x10','\x06','\x02','\x18','\x06','\x06','\x1c','\x06','\x04','\x0f','\x06','\x08','\x0e','\x06','\x30','\x06','\x1d','\xc2','\x00','\x19','\x83','\x90','\x19','\x93','\x1c','\xff','\xfb','\x18','\x19','\x82','\x10','\x19','\x82','\x26','\x00','\x07','\xff','\x7f','\xe6','\x20','\x46','\x26','\x20','\x46','\x2e','\x20','\x46','\x36','\x24','\x7f','\xe7','\xfe','\x06','\x06','\x20','\x06','\x06','\x20','\x7f','\xe6','\x20','\x06','\x06','\x24','\x06','\x07','\xfe','\xff','\xf6','\x20','\x06','\x06','\x20','\x0d','\x06','\x20','\x0c','\xc6','\x20','\x18','\x66','\x26','\x30','\x67','\xff','\xc0','\x06','\x00','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x00','\x0c','\x00','\x80','\x8c','\x00','\x60','\x8c','\x06','\x31','\xff','\xff','\x31','\x18','\x30','\x03','\x18','\x30','\x02','\x18','\x30','\x06','\x18','\x60','\x04','\x30','\x60','\x0c','\x30','\x60','\x08','\x30','\xc0','\x18','\x6c','\xc0','\x38','\x63','\x80','\xf0','\x61','\xc0','\x70','\x03','\x70','\x30','\x06','\x38','\x30','\x0c','\x1c','\x30','\x18','\x0e','\x38','\x60','\x06','\x19','\x80','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x70','\x00','\x18','\x60','\x00','\x18','\x60','\x30','\x18','\x60','\x78','\x18','\x61','\xe0','\x18','\x67','\x00','\x18','\x78','\x00','\x30','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x02','\x20','\x60','\x02','\x60','\x60','\x02','\x40','\x60','\x03','\x80','\x7f','\xff','\x00','\x3f','\xfe','\x00','\x0e','\x00','\x00','\x0c','\x80','\x01','\x8c','\x60','\x3f','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\xc3','\x00','\x7f','\xe3','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\xc0','\x00','\x0c','\xc2','\x00','\x70','\x62','\x07','\xc0','\x72','\xfe','\x00','\x3a','\x70','\x00','\x1f','\x40','\x00','\x0f','\x00','\x00','\x06','\x00','\x20','\x00','\x40','\x38','\x00','\x30','\x30','\x00','\x18','\x70','\x00','\x0c','\x60','\x0c','\x0c','\x7f','\xfe','\x00','\xc0','\x00','\x00','\x83','\x80','\x01','\x03','\x00','\x00','\x03','\x00','\x0c','\x23','\x00','\xfe','\x3b','\x20','\x0c','\x33','\x18','\x0c','\x33','\x0c','\x0c','\x63','\x0e','\x0c','\x43','\x06','\x0c','\x83','\x06','\x0d','\x03','\x00','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x0c','\x07','\xff','\xfe','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x17','\x00','\x0c','\x26','\x0c','\x0c','\x46','\x1e','\x0c','\x86','\x38','\x0c','\x06','\x60','\x0c','\x07','\x80','\x0c','\x06','\x00','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\x06','\x03','\x1c','\x07','\xff','\x18','\x03','\xfe','\x18','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xc0','\x21','\x90','\x0c','\x3f','\xdf','\xfe','\x31','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x0c','\x31','\x9b','\xfe','\x3f','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x06','\x31','\x9f','\xff','\x3f','\x9b','\x20','\x31','\x9b','\x20','\x31','\x9b','\x24','\x31','\x93','\x27','\x31','\x93','\x26','\x31','\x93','\x28','\x3f','\x93','\x30','\x02','\x33','\x10','\x21','\xa3','\x18','\x38','\xe3','\xdc','\x30','\x5f','\x0f','\x60','\x8c','\x0e','\x80','\x08','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x68','\x0c','\x30','\x46','\x0c','\x30','\x83','\x0c','\x31','\x01','\x8c','\x32','\x39','\x8c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x68','\x0c','\x30','\x46','\x0c','\x30','\x83','\x0c','\x31','\x01','\x8c','\x32','\x01','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x0f','\xfe','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x7f','\xe0','\xc0','\x66','\x60','\xc0','\x66','\x00','\xc0','\x06','\x80','\xc0','\x06','\x60','\xc0','\x06','\x30','\xc0','\x06','\xd8','\xc0','\x0f','\x18','\xc0','\xfc','\x00','\xc6','\x70','\x1f','\xff','\x40','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x31','\xc0','\x07','\xf9','\x80','\xfe','\x21','\x80','\x08','\x39','\x80','\x44','\x31','\x80','\x26','\x61','\x80','\x36','\x41','\x80','\x30','\x81','\x80','\x00','\x31','\x80','\x7f','\xf9','\x80','\x00','\x61','\x80','\x00','\x41','\x80','\x02','\x81','\x80','\x03','\x01','\x80','\x03','\x19','\x80','\xff','\xe1','\x80','\x7b','\x01','\x80','\x43','\x01','\x80','\x03','\x01','\x82','\x03','\x01','\x82','\x03','\x01','\x82','\x03','\x01','\x83','\x1f','\x01','\xff','\x06','\x00','\xfe','\x00','\x00','\x00','\x00','\x0c','\x00','\x07','\xfe','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x08','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x14','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x00','\x00','\xc0','\x80','\x01','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x70','\x0c','\x00','\x3c','\x18','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x04','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x02','\x06','\x06','\x33','\xff','\xff','\xfb','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\xc3','\x06','\x30','\xc3','\x06','\x30','\x83','\x06','\x6d','\x83','\x06','\x63','\x03','\x06','\x03','\x83','\x06','\x06','\xc3','\x06','\x0c','\x63','\x06','\x08','\x63','\xfe','\x10','\x63','\x06','\x20','\x03','\x00','\xc0','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x08','\x18','\x66','\x0e','\x1b','\xf6','\x1c','\x18','\x67','\x30','\x18','\x67','\x40','\x10','\xc6','\x80','\x30','\xc6','\x40','\x31','\x86','\x60','\x21','\x06','\x38','\x62','\x06','\x1f','\x44','\x06','\x0e','\x88','\x06','\x06','\x00','\x3e','\x00','\x00','\x0c','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x18','\x06','\x00','\x7c','\x06','\x03','\xe0','\x0c','\xff','\x00','\x0c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x06','\x1b','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x19','\xff','\xfe','\x18','\x00','\x00','\x0e','\x00','\x18','\x0c','\x00','\xfc','\x0c','\x0f','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x31','\x9f','\xff','\x31','\x80','\xc0','\x31','\x80','\xc0','\x33','\x00','\xc0','\x6b','\x00','\xc0','\x66','\x00','\xc0','\x06','\x00','\xc0','\x07','\x00','\xc0','\x0d','\x80','\xc0','\x09','\x80','\xc0','\x11','\x80','\xcc','\x20','\x1f','\xfe','\xc0','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x18','\x03','\x30','\x18','\x00','\xe0','\x18','\x00','\x78','\x38','\x00','\xdc','\x30','\x01','\x8c','\x30','\x03','\x00','\x70','\x06','\x03','\xe0','\x18','\x00','\xc0','\x60','\x10','\x00','\x01','\xcc','\x00','\x01','\x86','\x20','\x11','\x83','\x18','\x11','\x83','\x0c','\x11','\x80','\x46','\x31','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x06','\x00','\x00','\x7f','\x00','\x0c','\x00','\x3f','\xfe','\x00','\x03','\x0c','\x03','\x03','\x0c','\xff','\x93','\x0c','\x00','\x0e','\x0c','\x00','\x07','\x0c','\x06','\x05','\x8c','\x7f','\x0d','\x9c','\x00','\x08','\x18','\x00','\x10','\x78','\x06','\x20','\x30','\x7f','\x01','\x00','\x00','\x00','\xc0','\x00','\x06','\x60','\x46','\x06','\x68','\x7f','\x16','\x06','\x66','\x16','\x03','\x66','\x36','\x13','\x66','\x36','\x13','\x66','\x66','\x18','\x7e','\x67','\xf8','\x66','\x03','\xf0','\x20','\x00','\x0c','\x18','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x83','\x06','\x00','\xff','\xff','\x01','\x83','\x06','\x81','\x83','\x04','\x44','\x7b','\x78','\x64','\x03','\x00','\x64','\x7b','\x78','\x08','\x03','\x00','\x08','\x00','\x06','\x09','\xff','\xff','\x18','\x06','\x00','\x18','\x84','\x06','\x18','\xff','\xff','\x30','\xc4','\x46','\xf0','\xc4','\x46','\x70','\xc4','\x46','\x30','\xc4','\x46','\x30','\xc4','\x46','\x30','\xc4','\x46','\x38','\xc4','\x5e','\x18','\xc0','\x0c','\x1c','\x00','\x00','\x18','\x00','\x06','\x18','\xff','\xff','\x18','\x11','\x80','\x1b','\x1d','\x98','\xff','\x99','\x86','\x03','\x31','\x83','\x06','\x7f','\xff','\x06','\xc1','\x82','\x0c','\x41','\x82','\x08','\x55','\xaa','\x1c','\x49','\x92','\x1a','\x49','\x92','\x3b','\x55','\xaa','\x5b','\x41','\x82','\x98','\x41','\x82','\x18','\x55','\xaa','\x18','\x49','\x92','\x18','\x49','\x92','\x18','\x55','\xaa','\x18','\x41','\x82','\x18','\x41','\x82','\x18','\x41','\x9e','\x18','\x41','\x8c','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0d','\x8c','\x00','\xff','\xd8','\x06','\x01','\x9f','\xff','\x03','\x11','\x80','\x03','\x31','\x80','\x06','\x21','\x80','\x04','\x41','\x80','\x0e','\x11','\xa0','\x1d','\x9d','\x90','\x2c','\xd9','\x98','\xcc','\xd9','\x8c','\x0c','\x19','\x8c','\x0c','\x11','\x86','\x0c','\x31','\x86','\x0c','\x21','\x86','\x0c','\x41','\x86','\x0c','\x81','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x10','\x06','\xc1','\xcc','\x24','\xc9','\x84','\x98','\x11','\x80','\xcc','\x71','\xff','\xcc','\x60','\xff','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x02','\xc3','\x00','\x03','\x00','\x18','\x07','\xff','\xfc','\x0c','\x63','\x18','\x18','\x42','\x18','\x37','\xe6','\x18','\xc1','\x3c','\x18','\x06','\x0f','\x38','\x18','\x33','\x30','\x00','\xc0','\x70','\x03','\x03','\xe0','\x00','\x10','\xc0','\x01','\xcc','\x10','\x11','\x86','\x0c','\x11','\x86','\x46','\x21','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x02','\x0e','\x70','\x43','\x8c','\x60','\x23','\x0c','\x60','\x16','\x0c','\x66','\x1c','\xff','\xff','\x08','\x0c','\x60','\x1c','\x0c','\x60','\x34','\x0c','\x60','\x66','\x00','\x00','\x86','\x40','\x0c','\x0e','\x7f','\xfe','\x0e','\x61','\x0c','\x1e','\x61','\x0c','\x16','\x61','\x0c','\x36','\x61','\x0c','\x26','\x7f','\xfc','\x46','\x61','\x0c','\x86','\x61','\x0c','\x06','\x61','\x0c','\x06','\x61','\x0c','\x0e','\x61','\x0c','\x0c','\x7f','\xfc','\x7c','\x60','\x0c','\x18','\x60','\x0c','\x03','\x81','\xc0','\x03','\x21','\x80','\x3f','\xf1','\x80','\x03','\x01','\x80','\x03','\x09','\x98','\xff','\xff','\xfc','\x0c','\x81','\x18','\x18','\x89','\x18','\x30','\x79','\x18','\xc3','\x05','\x18','\x03','\x03','\x18','\x3f','\xf3','\x98','\x03','\x02','\xd9','\x03','\x06','\xd9','\x03','\xe4','\x1f','\xff','\x08','\x0e','\x78','\x10','\x00','\x40','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x18','\x07','\xff','\xfc','\x0c','\x0c','\x00','\x08','\x0c','\x00','\x10','\x0c','\x00','\x20','\x0c','\x00','\x44','\x0c','\x30','\x07','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x04','\xe0','\x06','\xfe','\x78','\x0c','\x00','\x3f','\x30','\x01','\x9e','\xc7','\xff','\xc6','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x26','\x00','\x01','\xd0','\x20','\x11','\x98','\x18','\x11','\x8c','\x0c','\x31','\x8c','\x86','\x61','\x80','\x87','\xe1','\x80','\xc3','\xc1','\xff','\xc0','\x00','\xff','\x80','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x88','\x60','\xff','\xd0','\x30','\x0c','\x2f','\xdc','\x0c','\x40','\x0f','\x0d','\x80','\x66','\x0c','\x3f','\xf0','\x0d','\x00','\x60','\x1e','\x00','\xc0','\xfc','\x00','\xc0','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x1a','\x10','\x0c','\x59','\x0c','\x0c','\x59','\x86','\x0c','\xd9','\xa3','\x0c','\x98','\x23','\x0d','\x98','\x30','\x7d','\x9f','\xf0','\x18','\x0f','\xe0','\x1c','\x40','\x70','\x18','\x70','\x60','\x18','\x60','\x68','\x18','\x66','\x64','\x18','\x7f','\x66','\x1a','\x46','\x66','\xff','\x46','\x60','\x18','\xb4','\x66','\x18','\x97','\xff','\x19','\x0c','\x60','\x1a','\xc8','\x60','\x18','\x58','\xd0','\x1b','\x10','\xd0','\xfc','\x30','\x98','\x78','\x21','\x8c','\x58','\x41','\x0f','\x18','\x82','\x0e','\x19','\x0c','\x06','\x18','\x00','\x00','\x18','\x44','\x88','\x18','\x44','\x44','\x18','\x8c','\x66','\xfb','\x8c','\x63','\x33','\x0c','\x63','\x1c','\x40','\x70','\x18','\x70','\x60','\x18','\x60','\x68','\x18','\x66','\x64','\x1a','\x7f','\x66','\x1b','\x46','\x66','\x5a','\xc6','\x60','\x5c','\xb6','\x66','\x58','\x97','\xff','\x59','\x8c','\x60','\xd9','\x6c','\x60','\xda','\x28','\xd0','\xd8','\x18','\xd0','\x18','\x10','\x98','\x18','\x31','\x8c','\x18','\x21','\x0f','\x14','\x42','\x0e','\x32','\x8c','\x06','\x33','\x00','\x00','\x33','\x44','\x88','\x20','\x44','\x44','\x60','\x8c','\x66','\x43','\x8c','\x63','\x83','\x0c','\x63','\x0e','\x01','\xc0','\x0c','\x81','\x80','\x8c','\xe1','\x80','\x4c','\xc1','\x80','\x6c','\x81','\x80','\x6d','\x01','\x86','\x0c','\x01','\xff','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x91','\x8c','\x1c','\xdf','\xfe','\x3c','\xd8','\x0c','\x2c','\x18','\x0c','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\x01','\x80','\x3f','\xff','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\x01','\x83','\xff','\x01','\x83','\x06','\x01','\x83','\x06','\x01','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x08','\x00','\x0c','\x10','\x00','\x18','\x20','\x01','\xf8','\xc0','\x00','\x70','\x06','\x00','\x00','\xff','\x00','\x06','\x06','\x7f','\xff','\x06','\x02','\x40','\x0c','\x02','\x40','\x0c','\x22','\x46','\x18','\x3f','\xff','\x18','\x32','\x46','\x33','\x32','\x46','\x3f','\xb2','\x46','\x63','\x32','\x46','\x63','\x32','\x46','\x03','\x36','\x7e','\x13','\x34','\x3e','\x12','\x38','\x06','\x0a','\x30','\x06','\x0e','\x30','\x06','\x04','\x3f','\xfe','\x0e','\x30','\x06','\x0b','\x00','\x00','\x11','\xc0','\x00','\x20','\xf8','\x00','\x40','\x3f','\xff','\x80','\x07','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x7f','\xff','\xf8','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x08','\xc0','\x00','\x0b','\x00','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\x31','\x80','\x00','\xf0','\xf0','\x00','\x60','\x3f','\xff','\x20','\x07','\xfe','\x00','\x00','\x00','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x31','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x07','\x03','\xc0','\x0f','\xc7','\xa0','\x0b','\x65','\xb0','\x1b','\x6d','\x98','\x33','\x19','\x9f','\x63','\x31','\x8e','\x83','\x41','\x86','\x03','\x01','\x80','\x03','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x08','\x18','\x10','\x2f','\xff','\xf0','\x20','\x18','\x06','\x7f','\xff','\xff','\xc3','\x00','\x04','\xc7','\x81','\xf0','\x1c','\x00','\x3e','\xe0','\x81','\x0e','\x1f','\xff','\xf0','\x00','\x81','\x00','\x1f','\xff','\xf8','\x00','\x81','\x02','\xff','\xff','\xff','\x01','\xc4','\x30','\x0f','\x82','\x38','\xf2','\x03','\x20','\x02','\x39','\xc0','\x3f','\xc0','\xfe','\x0e','\x00','\x3c','\x1c','\x04','\x04','\x18','\x83','\x07','\x18','\x61','\x8e','\x18','\x31','\x8c','\x18','\x31','\x98','\x5c','\x30','\x10','\x5a','\x00','\x20','\x5b','\x00','\x40','\xdb','\x00','\x00','\xd8','\x00','\x40','\xd8','\xe0','\x77','\x18','\xc0','\x66','\x18','\xc8','\xc6','\x18','\xc6','\x86','\x18','\xc3','\x06','\x18','\xc1','\x86','\x18','\xc2','\xc6','\x18','\xc4','\x66','\x18','\xc8','\x66','\x18','\xd0','\x06','\x18','\xc0','\x06','\x18','\xff','\xfe','\x18','\xc0','\x06','\x18','\xc0','\x06','\x20','\x06','\x60','\x18','\x04','\x40','\x0c','\x7f','\xfc','\x0c','\x44','\x44','\x00','\x44','\x44','\x00','\x7f','\xfc','\x80','\x44','\x44','\x60','\x44','\x44','\x32','\x7f','\xfc','\x32','\x00','\x00','\x04','\xff','\xff','\x04','\xc0','\x00','\x0c','\xcf','\xf8','\x08','\xc0','\x00','\x18','\xc0','\x06','\x18','\xff','\xff','\x30','\xcc','\x40','\xf0','\xcc','\x44','\x70','\xcc','\x26','\x30','\x8c','\x28','\x31','\x8c','\x10','\x31','\x7f','\x98','\x3a','\x3c','\x0f','\x18','\x20','\x06','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x92','\x01','\x80','\x63','\xa1','\x86','\x33','\x3f','\xff','\x36','\x31','\x86','\x04','\x31','\x86','\x0a','\x31','\x86','\x11','\x33','\x46','\xff','\xb3','\x66','\x7d','\xb2','\x26','\x4c','\x36','\x36','\x0c','\x34','\x36','\x4e','\x38','\x36','\x7d','\x30','\x06','\x6d','\xb0','\x06','\x6d','\xb0','\x06','\x4c','\x30','\x06','\x4c','\x30','\x06','\x8c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x08','\x03','\x80','\x0e','\x03','\x00','\x0c','\x43','\x0c','\x08','\x23','\x1e','\x10','\x33','\x30','\xff','\xdb','\xc0','\x78','\x1b','\x02','\x40','\x03','\x02','\x20','\x63','\x03','\x3f','\xf3','\xff','\x30','\x61','\xfe','\x30','\x60','\x00','\x30','\x60','\x00','\x3f','\xe3','\x80','\x30','\x63','\x00','\x30','\x63','\x0c','\x30','\x63','\x1e','\x3f','\xe3','\x30','\x30','\x63','\xc0','\x30','\x63','\x02','\x30','\x63','\x02','\x30','\x63','\x03','\x33','\xe3','\xff','\x30','\xc1','\xfe','\x23','\x02','\x04','\x3f','\xa1','\x07','\x33','\x11','\x86','\x33','\x18','\xc6','\x33','\x0c','\xc4','\x33','\x0c','\x0c','\x33','\x00','\x08','\x3f','\x00','\x10','\x33','\x00','\x00','\x33','\x00','\x00','\x33','\x38','\x47','\x33','\x30','\x76','\x33','\x34','\x66','\x3f','\x32','\x46','\x33','\x31','\xc6','\x33','\x30','\x86','\x33','\x31','\xc6','\x33','\x31','\x66','\x33','\x32','\x36','\x23','\x34','\x36','\x63','\x30','\x06','\x43','\x3f','\xfe','\x4f','\x30','\x06','\x86','\x30','\x06','\x23','\x03','\x30','\x3f','\x82','\x20','\x33','\x1f','\xfc','\x33','\x12','\x24','\x33','\x12','\x24','\x33','\x1f','\xfc','\x33','\x12','\x24','\x3f','\x12','\x24','\x33','\x1f','\xfc','\x33','\x00','\x00','\x33','\x3f','\xff','\x33','\x30','\x00','\x33','\x33','\xf8','\x3f','\x30','\x00','\x33','\x30','\x06','\x33','\x3f','\xff','\x33','\x26','\x40','\x33','\x26','\x44','\x23','\x26','\x26','\x23','\x66','\x28','\x63','\x46','\x10','\x43','\xbf','\x98','\x4f','\x1c','\x0f','\x86','\x10','\x06','\x00','\x63','\x00','\x00','\x42','\x00','\x0f','\xff','\xf0','\x08','\x42','\x10','\x08','\x42','\x10','\x0f','\xff','\xf0','\x08','\x42','\x10','\x08','\x42','\x10','\x0f','\xff','\xf0','\x00','\x00','\x00','\x1f','\xff','\xfc','\x18','\x00','\x00','\x19','\xff','\xe0','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x19','\x88','\x30','\x19','\x84','\x78','\x31','\x86','\xc0','\x31','\x83','\x00','\x21','\x81','\xc0','\x4f','\xf8','\xfe','\x87','\x80','\x3c','\x04','\x00','\x0c','\x00','\xc8','\x0c','\xff','\xef','\xfe','\x00','\xcc','\x0c','\x00','\xcc','\x0c','\x0c','\xcc','\x0c','\xfe','\xcf','\xfc','\x00','\xcc','\x0c','\x00','\xcc','\x0c','\x44','\xcc','\x0c','\x7e','\xcf','\xfc','\x44','\xcc','\x0c','\x44','\xcc','\x0c','\x44','\xcc','\x0c','\x44','\xcf','\xfc','\x44','\xc0','\x60','\x7c','\xc4','\x60','\x44','\xc7','\x60','\x00','\xc6','\x60','\x00','\xc6','\x60','\x00','\xc4','\x62','\x00','\xcc','\x62','\x07','\xc8','\x63','\x01','\x90','\x7f','\x00','\x20','\x3e','\x00','\x00','\x30','\x3f','\xff','\xf8','\x01','\x20','\x60','\x00','\x98','\xc0','\x08','\x49','\x80','\x04','\x63','\x00','\x06','\x36','\x00','\x06','\x1c','\x00','\x00','\x36','\x00','\x00','\xe3','\xc0','\x03','\x80','\xff','\x1c','\x18','\x3e','\xe0','\x18','\x06','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xd8','\x3f','\xe0','\x0c','\x20','\x00','\x0c','\x00','\x00','\x00','\x20','\x00','\x18','\x3f','\xff','\xfc','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xff','\xf8','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x03','\x3f','\xff','\xff','\x1f','\xff','\xfe','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xbf','\xfc','\x1e','\x30','\x0c','\xfc','\x30','\x0c','\x7c','\x30','\x00','\x4c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x03','\x7c','\x3f','\xff','\x18','\x1f','\xfe','\x1c','\x00','\x30','\x18','\x03','\xf8','\x18','\x7f','\x00','\x18','\x03','\x20','\x1b','\x23','\x38','\xff','\x9b','\x30','\x18','\x0b','\x46','\x19','\xff','\xff','\x18','\x1b','\x40','\x18','\x13','\x20','\x1b','\x33','\x30','\x1c','\x63','\x1c','\xf8','\xc3','\x0f','\x79','\x00','\x06','\x58','\x7f','\xf8','\x18','\x62','\x18','\x18','\x62','\x18','\x18','\x62','\x18','\x18','\x7f','\xf8','\x18','\x62','\x18','\x18','\x62','\x18','\x18','\x62','\x18','\xf8','\x7f','\xf8','\x30','\x60','\x18','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x42','\x00','\x20','\x42','\x0c','\x3f','\xff','\xfe','\x30','\x42','\x0c','\x30','\x42','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x10','\x82','\x06','\xff','\xf3','\xff','\x10','\x83','\x06','\x10','\x83','\x06','\x1f','\x83','\xfe','\x06','\x03','\x06','\x7f','\xe3','\x06','\x46','\x23','\x06','\x46','\x23','\xfe','\x7f','\xe3','\x06','\x06','\x03','\x06','\xff','\xf6','\x06','\x06','\x06','\x06','\x06','\x0c','\x3e','\x06','\x30','\x0c','\x0e','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x1d','\xbf','\xfc','\x3d','\xb0','\x0c','\x2c','\x30','\x0c','\x2c','\x30','\x00','\x6c','\x30','\x00','\x4c','\x30','\x00','\x8c','\x30','\x00','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x03','\x0c','\x3f','\xff','\x0c','\x1f','\xfe','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x83','\x06','\x00','\xff','\xff','\x80','\xc3','\x0c','\x60','\xc3','\x08','\x32','\xc3','\x10','\x32','\xc3','\x00','\x04','\xc3','\x18','\x04','\xff','\xfc','\x0c','\xc8','\x18','\x08','\xc8','\x30','\x18','\xc4','\x30','\x18','\xc4','\x60','\x31','\x82','\xc0','\xf1','\x81','\x80','\x71','\x03','\x80','\x33','\x06','\xc0','\x32','\x0c','\x70','\x34','\x18','\x3f','\x38','\x60','\x1e','\x19','\x80','\x06','\x20','\x00','\x18','\x18','\x00','\x7c','\x0c','\x43','\xe0','\x0c','\x7e','\x00','\x00','\x60','\x18','\x00','\x60','\x3c','\x80','\x64','\xe0','\x60','\x67','\x80','\x32','\x66','\x08','\x32','\x66','\x0e','\x04','\x66','\x1c','\x04','\x67','\x30','\x0c','\x67','\x40','\x08','\x66','\x80','\x18','\x66','\x80','\x18','\x66','\xc0','\x30','\x66','\x40','\xf0','\x46','\x60','\x70','\xc6','\x30','\x30','\xc6','\x38','\x30','\x86','\x1f','\x31','\x86','\x0e','\x39','\x06','\x06','\x1a','\x06','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x40','\xc4','\x7f','\xef','\xfe','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xc0','\xc2','\xfe','\x1f','\xff','\x70','\x00','\x00','\x48','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x02','\x0c','\x00','\x02','\x0c','\x00','\x03','\x0f','\xff','\xff','\x07','\xff','\xfe','\x00','\x01','\xc0','\x03','\x01','\x80','\xff','\x81','\x80','\x18','\x21','\x86','\x18','\x3f','\xff','\x18','\x31','\x86','\x18','\x31','\x84','\x30','\x31','\x88','\x30','\x31','\x80','\x33','\x31','\x80','\x3f','\xb1','\x8c','\x73','\x3f','\xfe','\x73','\x32','\x0c','\xb3','\x32','\x18','\x33','\x31','\x18','\x33','\x31','\x30','\x33','\x21','\xb0','\x33','\x60','\xe0','\x3f','\x60','\xc0','\x33','\x41','\xe0','\x30','\xc3','\x38','\x30','\x86','\x1f','\x01','\x18','\x0e','\x02','\x60','\x06','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x41','\x86','\x86','\x7f','\xff','\x60','\x61','\x86','\x30','\x61','\x84','\x32','\x61','\x98','\x04','\x7f','\xfc','\x0c','\x64','\x18','\x18','\x62','\x30','\xf0','\xc1','\x60','\x30','\xc0','\xc0','\x31','\x83','\x78','\x3a','\x1c','\x1f','\x18','\x60','\x06','\x00','\x60','\x00','\xff','\xff','\xff','\x01','\x80','\xc0','\x03','\x01','\x80','\x0e','\xf3','\x00','\x0c','\x0e','\x00','\x00','\x39','\xe0','\x01','\xe0','\x7c','\x7e','\x00','\x1c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x08','\x00','\x10','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x0c','\x18','\x20','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x20','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x0f','\xff','\xfe','\x20','\x00','\x0c','\x22','\x23','\x0c','\x63','\x31','\x9c','\xc3','\x31','\x98','\xc1','\x10','\x78','\x00','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x02','\x0c','\x00','\x02','\x0c','\x00','\x02','\x0c','\x00','\x03','\x0f','\xff','\xff','\x07','\xff','\xfe','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x60','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x60','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x00','\x02','\x0c','\x12','\x21','\x0c','\x11','\x11','\x8c','\x31','\x99','\x9c','\x61','\x98','\x18','\xe1','\x80','\x38','\xc0','\x01','\xf0','\x00','\x00','\x60','\x04','\x1c','\xe0','\x07','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x0c','\x18','\xcc','\x0d','\xf8','\xfe','\x18','\x18','\xc0','\x18','\x18','\xc0','\x38','\x18','\xc0','\x38','\x18','\xcc','\x59','\xf8','\xfe','\x98','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x78','\xc6','\x1b','\xd8','\xff','\x19','\x90','\xc0','\x19','\x30','\xc0','\x18','\x20','\xc0','\x18','\x60','\xc0','\x18','\x40','\xc0','\x18','\x80','\xc0','\x19','\x00','\xc0','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x0c','\x40','\x33','\xfc','\x60','\x30','\x1a','\xc0','\x34','\x31','\x08','\x33','\x31','\x8c','\x31','\x60','\xd8','\x30','\xc0','\x60','\x31','\xff','\xf8','\x33','\x31','\x9f','\x3c','\x31','\x86','\x30','\x31','\x80','\x30','\x31','\x80','\x37','\xff','\xfc','\x20','\x31','\x80','\x60','\x61','\x80','\x40','\x61','\x82','\x40','\xc1','\x82','\x81','\x81','\x83','\x03','\x01','\xff','\x1c','\x00','\xfe','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x8c','\xff','\xbf','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x8c','\x0e','\x3f','\xfe','\x1c','\x01','\x80','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x66','\x0c','\xfc','\x7f','\xff','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x6c','\x0c','\xfc','\x7e','\x0c','\x0c','\x60','\x0f','\x0c','\x60','\xfc','\x0c','\x60','\x6c','\x0c','\x60','\x4c','\x3c','\x66','\x0d','\xec','\x7f','\x0c','\xc8','\x60','\x0c','\x98','\x60','\x0c','\x10','\x60','\x0c','\x30','\x60','\x0c','\x20','\x60','\x7c','\x40','\x60','\x18','\x80','\x60','\x20','\xc2','\x00','\x3f','\xe3','\x80','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc6','\x06','\x3f','\xc7','\xff','\x30','\xc4','\x20','\x30','\xcc','\x38','\x30','\xca','\x30','\x30','\xd2','\x30','\x3f','\xc2','\x30','\x30','\xc2','\x60','\x30','\xc1','\x60','\x30','\xc1','\x40','\x30','\xc1','\xc0','\x3f','\xc0','\x80','\x00','\x01','\xc0','\x11','\x01','\x60','\x1c','\x83','\x30','\x18','\xc6','\x3c','\x30','\xcc','\x1f','\x60','\x18','\x0e','\x80','\x60','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x40','\x0d','\x80','\x70','\xff','\xc0','\x60','\x0c','\x00','\xc0','\x0c','\x02','\xc0','\x0c','\x03','\x80','\x1e','\x03','\x00','\x1d','\x83','\x40','\x1c','\xc7','\x30','\x3c','\xc7','\x18','\x2c','\x0b','\x0c','\x2c','\x13','\x06','\x6c','\x23','\x07','\x4c','\x43','\x03','\x8d','\x83','\x03','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xf3','\x80','\x01','\xb0','\x70','\x07','\x30','\x1c','\x0c','\x30','\x0e','\x30','\x30','\x06','\xc0','\x30','\x00','\x00','\x30','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x3b','\x81','\x00','\x33','\x01','\xc0','\x33','\x11','\x86','\x33','\x1f','\xff','\x33','\x18','\xc6','\x33','\x18','\xc6','\x33','\x18','\xc6','\x3f','\xdf','\xfe','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x31','\x9f','\xfe','\x3f','\xc4','\x00','\x31','\x86','\x70','\x31','\x8c','\x60','\x31','\x90','\x60','\x31','\x80','\x66','\x21','\xbf','\xff','\x21','\x80','\x60','\x61','\x80','\x60','\x41','\x80','\x60','\x41','\x80','\x60','\x81','\x80','\x60','\x01','\x80','\x60','\x00','\xe7','\x00','\x00','\xc6','\x0c','\x00','\xc6','\x1e','\xff','\xc6','\x70','\x00','\xc7','\x80','\x00','\xc6','\x02','\x03','\xc6','\x02','\xfe','\xc6','\x03','\x70','\xc7','\xff','\x40','\xc3','\xfe','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x91','\x8c','\x31','\x9f','\xfe','\x31','\x99','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x3f','\x99','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x21','\x99','\xbc','\x21','\x99','\x98','\x61','\x81','\x80','\x41','\x81','\x80','\x4f','\x81','\x80','\x83','\x01','\x80','\x00','\x63','\x00','\x00','\x42','\x04','\x7f','\xc3','\xfe','\x00','\x42','\x00','\x3f','\xc3','\xf8','\x00','\x42','\x02','\xff','\xc3','\xff','\x70','\x82','\x00','\x41','\x1a','\x00','\x02','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x0c','\xff','\xfb','\xfe','\x05','\x00','\x0c','\x05','\x00','\x0c','\x05','\x00','\x0c','\x45','\x30','\x0c','\x7f','\xf8','\x0c','\x65','\x30','\x0c','\x65','\x30','\x0c','\x65','\x32','\x0c','\x65','\x33','\xfc','\x65','\x33','\x0c','\x6d','\xf3','\x00','\x68','\x33','\x00','\x70','\x33','\x00','\x60','\x33','\x00','\x60','\x33','\x00','\x7f','\xf3','\x00','\x60','\x33','\x02','\x60','\x33','\x02','\x60','\x33','\x02','\x60','\x33','\x03','\x7f','\xf3','\xff','\x60','\x31','\xfe','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x20','\x18','\x20','\x38','\x18','\x10','\x30','\x38','\x18','\x60','\x38','\x18','\x40','\x58','\x00','\x86','\x9b','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x40','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\x7f','\xfe','\x18','\x00','\x20','\x1b','\x10','\x38','\xff','\x88','\x30','\x18','\x0c','\x60','\x18','\x0c','\x40','\x18','\x00','\x86','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x20','\x18','\x18','\x3f','\xfc','\x1f','\x30','\x18','\xfc','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\x0d','\x8c','\x30','\xff','\xcc','\x30','\x19','\x8f','\xf0','\x19','\x8c','\x30','\x19','\x8c','\x30','\x19','\x8c','\x30','\x31','\x8f','\xf0','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x01','\x86','\x6a','\xff','\xff','\x66','\x07','\xa0','\x07','\x0d','\xa0','\x05','\x8d','\x90','\x0d','\x99','\x98','\x08','\x31','\x8f','\x10','\x61','\x8e','\x21','\x81','\x86','\xc0','\x01','\x80','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x08','\x06','\x0d','\x9f','\xff','\xff','\xd0','\x00','\x0c','\x20','\x00','\x0c','\x50','\x18','\x0e','\x1f','\xfc','\x1d','\x19','\x98','\x1d','\x99','\x98','\x1d','\x99','\x98','\x3c','\x19','\x9a','\x2d','\xff','\xff','\x2c','\x33','\x18','\x6c','\x33','\x18','\x4c','\x33','\x18','\x8c','\x33','\x18','\x0c','\x33','\x1a','\x0c','\x7f','\xff','\x0c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\xff','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x0f','\xf0','\x0c','\x0c','\x30','\x1e','\x0c','\x30','\x1d','\x8c','\x30','\x1c','\xcf','\xf0','\x3c','\xc1','\x80','\x2c','\x01','\x86','\x2c','\xff','\xff','\x6c','\x03','\x80','\x4c','\x07','\xc0','\x8c','\x05','\xa0','\x0c','\x0d','\xb0','\x0c','\x19','\x98','\x0c','\x31','\x9f','\x0c','\x61','\x8e','\x0d','\x81','\x86','\x0c','\x01','\x80','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\x0d','\x0c','\x30','\x2d','\xcc','\x30','\x2d','\x8f','\xf0','\x2d','\x0c','\x30','\x6e','\x0c','\x30','\x6c','\x0c','\x30','\xcc','\x0f','\xf0','\xcc','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x03','\x80','\x1a','\x07','\xc0','\x19','\x05','\xa0','\x19','\x8d','\xb0','\x11','\x99','\x98','\x30','\x31','\x9f','\x20','\x61','\x8e','\x41','\x81','\x86','\x80','\x01','\x80','\x02','\x00','\x00','\x43','\x90','\x0c','\x23','\x1f','\xfe','\x16','\x18','\x0c','\x1c','\x18','\x0c','\x08','\x18','\x0c','\x1c','\x18','\x0c','\x14','\x1f','\xfc','\x26','\x18','\x0c','\x46','\x18','\x0c','\x86','\x18','\x0c','\x0f','\x18','\x0c','\x0b','\x1f','\xfc','\x1b','\x18','\x0c','\x13','\x18','\x0c','\x23','\x18','\x0c','\x43','\x18','\x0c','\x83','\x1f','\xfc','\x03','\x08','\x00','\x03','\x0e','\x10','\x07','\x0c','\x0c','\x06','\x18','\x06','\x3e','\x30','\x03','\x0c','\xc0','\x03','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x70','\x0e','\x00','\x1c','\x30','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x0c','\xc0','\x00','\x08','\xc1','\xc7','\x10','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x8c','\x31','\xbf','\xfe','\x31','\x80','\x10','\x3f','\x88','\x1c','\x31','\x84','\x18','\x31','\x86','\x30','\x31','\x86','\x20','\x31','\x80','\x46','\x3f','\xff','\xff','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x90','\x0c','\x31','\x9f','\xfe','\x31','\x98','\x0c','\x3f','\x98','\x0c','\x00','\x18','\x0c','\x22','\x18','\x0c','\x39','\x98','\x0c','\x30','\xdf','\xfc','\x60','\xd8','\x0c','\x80','\x18','\x0c','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x00','\x62','\x03','\x0c','\x66','\x7f','\xfe','\x64','\x00','\x20','\x64','\x10','\x38','\x68','\x08','\x30','\x64','\x0c','\x60','\x66','\x0c','\x40','\x62','\x00','\x86','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x20','\x18','\x63','\x3f','\xfc','\x6f','\x30','\x18','\x66','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x3f','\xf8','\x60','\x30','\x18','\x60','\x30','\x18','\x00','\x00','\x30','\x40','\x3f','\xf8','\x30','\x00','\x00','\x18','\x00','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x3f','\xf8','\xfe','\x00','\x00','\x0c','\x00','\x00','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0e','\x10','\x08','\x0c','\x1f','\xfc','\x0c','\x11','\x08','\x0c','\x11','\x08','\x0c','\x1f','\xf8','\x4c','\x91','\x08','\x7f','\xd1','\x08','\x4c','\x91','\x08','\x4c','\x9f','\xf8','\x4c','\x81','\x00','\x4c','\xa1','\x04','\x4c','\xbf','\xfe','\x4c','\xa1','\x04','\x7f','\xa1','\x04','\x4c','\xa1','\x04','\x0c','\x3f','\xfc','\x0c','\x21','\x04','\x0d','\x21','\x04','\x0d','\x21','\x04','\x0f','\xbf','\xfc','\xfd','\xa1','\x02','\x71','\x81','\x03','\x40','\x01','\xff','\x00','\x00','\xfe','\x03','\x00','\x00','\x0f','\x80','\x0c','\xfc','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x88','\x0c','\x21','\x8e','\x0d','\x91','\x8c','\xff','\xd9','\x88','\x0c','\x0d','\x98','\x0c','\x0d','\x90','\x1e','\x01','\xa0','\x1d','\x81','\x86','\x1c','\xff','\xff','\x3c','\xc1','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x20','\x00','\xc7','\x38','\x7f','\xe6','\x30','\x00','\xc6','\x30','\x00','\xc6','\x31','\x80','\xc6','\x3f','\xd0','\xc6','\x6c','\x1f','\xc6','\x4c','\x18','\xc6','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\xd8','\x06','\xff','\xf8','\xc6','\x0c','\x1f','\xe6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x00','\xc6','\x1a','\x00','\xc6','\x19','\x80','\xc6','\x10','\xc0','\xc6','\x30','\xc1','\xc6','\x20','\x01','\x86','\x40','\x03','\x86','\x80','\x1f','\x06','\x00','\x06','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\x03','\x00','\x00','\xc0','\x00','\x07','\xe1','\xc0','\x7e','\x01','\x80','\x06','\x01','\x88','\x06','\x09','\x8e','\x06','\xc9','\x8c','\xff','\xe9','\x98','\x06','\x19','\xa0','\x0f','\x19','\x80','\x0e','\xc1','\x40','\x1e','\x63','\x40','\x16','\x63','\x20','\x36','\x02','\x20','\x26','\x06','\x30','\x46','\x04','\x18','\x86','\x08','\x1f','\x06','\x10','\x0e','\x06','\x60','\x06','\x02','\x02','\x00','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x02','\x00','\x06','\x44','\x0c','\x0c','\x7f','\xfe','\x0c','\x60','\x0c','\x1c','\x60','\x0c','\x1c','\x60','\x0c','\x2c','\x60','\x0c','\x4c','\x60','\x0c','\x8c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x00','\xc0','\x0e','\x3f','\xe0','\x0c','\x00','\xc1','\xcc','\x00','\xc1','\x8c','\x00','\xc1','\x8c','\x3f','\xc1','\x8c','\x00','\xc1','\x8c','\x00','\xc1','\x8c','\x00','\xd9','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x11','\x8c','\x43','\x1d','\x8c','\x33','\x39','\x8c','\x1b','\x21','\x8c','\x1b','\x41','\x8c','\x03','\x01','\x8c','\x03','\x41','\x8c','\x0b','\x30','\x0c','\xf3','\x18','\x0c','\x63','\x18','\x0c','\x43','\x18','\x0c','\x1f','\x00','\x7c','\x06','\x00','\x18','\x1c','\x03','\xa0','\x18','\x03','\x30','\x18','\x03','\x16','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x43','\x18','\x1a','\x7f','\xfc','\xff','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x00','\x00','\x18','\x00','\x66','\x19','\xff','\xff','\x18','\x00','\x60','\x18','\x20','\x60','\x18','\x18','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x01','\xe0','\x18','\x00','\xc0','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x00','\x0d','\x22','\x06','\xff','\xbf','\xff','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0d','\xb0','\x06','\x1e','\x30','\x06','\xfc','\x3f','\xfe','\x6c','\x30','\x06','\x4c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x3f','\xfe','\x7c','\x30','\x06','\x18','\x30','\x06','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x00','\xff','\xd2','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x06','\x0c','\x18','\x06','\x1e','\x18','\x06','\x1d','\x98','\x06','\x1c','\xd8','\x06','\x3c','\xd8','\x06','\x2c','\x1f','\xfe','\x2c','\x18','\x06','\x6c','\x18','\x06','\x4c','\x18','\x06','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x20','\x02','\x00','\x18','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x02','\x00','\x00','\x44','\x0c','\x80','\x7f','\xfe','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x60','\x0c','\x04','\x60','\x0c','\x04','\x60','\x0c','\x0c','\x60','\x0c','\x08','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x30','\x60','\x0c','\xf0','\x60','\x0c','\x70','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x7f','\xfc','\x38','\x60','\x0c','\x18','\x60','\x0c','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x10','\x40','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x83','\x10','\x30','\x10','\x02','\x30','\x0c','\x03','\x80','\x06','\x03','\x00','\x86','\x22','\x0c','\x60','\x3f','\xfe','\x30','\x30','\x0c','\x31','\x30','\x0c','\x02','\x30','\x0c','\x04','\x30','\x0c','\x0c','\x3f','\xfc','\x18','\x30','\x0c','\xf0','\x30','\x0c','\x70','\x30','\x0c','\x30','\x30','\x0c','\x30','\x3f','\xfc','\x38','\x30','\x0c','\x18','\x30','\x0c','\x0e','\x01','\x00','\x0c','\x81','\xc0','\x8c','\xe1','\x80','\x4c','\xc1','\x80','\x6c','\x81','\x00','\x6c','\x92','\x06','\x0d','\x1f','\xff','\x0c','\x18','\x06','\xff','\xd8','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x1c','\x18','\x06','\x1e','\x18','\x06','\x1d','\x9f','\xfe','\x3c','\xd8','\x06','\x2c','\xd8','\x06','\x2c','\x18','\x06','\x6c','\x18','\x06','\x4c','\x18','\x06','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x08','\x00','\x40','\x0e','\x00','\x70','\x0c','\x00','\x60','\x28','\xc0','\x60','\x3f','\xe0','\x40','\x30','\xc4','\x86','\x38','\xc7','\xff','\x34','\xc6','\x06','\x34','\xc6','\x06','\x34','\xc6','\x06','\x30','\xc6','\x06','\x30','\xf6','\x06','\xff','\xc6','\x06','\x70','\xc7','\xfe','\x30','\xc6','\x06','\x34','\xc6','\x06','\x34','\xc6','\x06','\x34','\xc6','\x06','\x24','\xc6','\x06','\x24','\xc6','\x06','\x60','\xc6','\x06','\x40','\xc7','\xfe','\x47','\xc6','\x06','\x81','\x86','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x20','\x20','\x01','\x98','\x18','\x01','\x08','\x0c','\xff','\xfe','\x0c','\x01','\x00','\x80','\x3f','\xf8','\x60','\x21','\x08','\x32','\x21','\x08','\x32','\x3f','\xf8','\x04','\x21','\x08','\x04','\x21','\x08','\x08','\x3f','\xf8','\x18','\x00','\x60','\xf0','\x00','\x66','\x71','\xff','\xff','\x30','\x10','\x60','\x30','\x08','\x60','\x30','\x0c','\x60','\x38','\x0d','\xe0','\x18','\x00','\xc0','\x00','\x02','\x00','\x40','\x03','\x80','\x30','\x03','\x00','\x18','\x02','\x00','\x0c','\x44','\x18','\x0c','\x7f','\xfc','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x0c','\x60','\x18','\xfe','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x18','\x43','\x3f','\xfc','\x7f','\xb0','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x7f','\x04','\x40','\x63','\x04','\x48','\x63','\x7f','\xfc','\x63','\x04','\x40','\x63','\x04','\x42','\x63','\xff','\xff','\x63','\x18','\x20','\x7f','\x33','\x10','\x60','\x63','\x1c','\x60','\xdb','\x6f','\x03','\x0b','\x46','\x00','\x03','\x00','\x00','\x1b','\x70','\x01','\xe3','\x1c','\x00','\xcf','\x0c','\x00','\x06','\x00','\x20','\x0e','\x70','\x18','\x0c','\x60','\x0c','\x0c','\x66','\x0d','\xff','\xff','\x00','\x0c','\x60','\x00','\x0c','\x60','\x80','\x7f','\xfc','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x7f','\xfc','\x04','\x60','\x0c','\x04','\x60','\x0c','\x0c','\x60','\x0c','\x08','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x06','\xf1','\xff','\xff','\x70','\x06','\x80','\x30','\x0c','\x40','\x30','\x0c','\x70','\x30','\x18','\x3f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0d','\x18','\x18','\x2d','\xd8','\x18','\x2d','\x9f','\xf8','\x2d','\x04','\x40','\x6e','\x04','\x48','\x6c','\x3f','\xfc','\xcc','\x04','\x40','\xcc','\x04','\x42','\x0c','\xff','\xff','\x0c','\x0c','\x20','\x0c','\x09','\x10','\x0a','\x11','\x1c','\x19','\x2d','\x6f','\x19','\xc5','\x46','\x11','\x81','\x00','\x30','\x0d','\x70','\x20','\xf1','\x1c','\x40','\x67','\x0c','\x80','\x03','\x00','\x08','\x01','\xd0','\x0e','\x01','\x98','\x0c','\x01','\x8a','\x08','\x7f','\xff','\x92','\x01','\x80','\x63','\x81','\x80','\x33','\x1f','\xfc','\x36','\x11','\x84','\x04','\x11','\x84','\x09','\x1f','\xfc','\x10','\x91','\x84','\xff','\xd1','\x84','\x7c','\xdf','\xfc','\x4c','\x00','\x00','\x0c','\x00','\x38','\x4c','\x00','\x32','\x7e','\x7f','\xff','\x6d','\x88','\x30','\x6c','\xc4','\x30','\x4c','\xc6','\x30','\x4c','\x06','\x30','\x8c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\x62','\x00','\x00','\xc3','\x00','\x01','\x81','\xc0','\x03','\x00','\xfe','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x40','\xc0','\x10','\x7f','\xe0','\x1c','\x62','\x06','\x18','\x62','\x01','\xb0','\x62','\x00','\xe0','\x7f','\xc0','\x70','\x62','\x00','\xd8','\x62','\x01','\x8c','\x62','\x03','\x0e','\x7f','\xc6','\x06','\x62','\x18','\x10','\x62','\x02','\x1c','\x62','\x62','\x18','\x7f','\xf1','\x18','\x60','\x61','\x30','\x00','\x60','\xb0','\x55','\x60','\xe0','\x55','\x60','\x40','\x50','\x60','\xe0','\xc0','\xe1','\xb0','\xc0','\xc3','\x18','\x01','\xc6','\x1f','\x0f','\x8c','\x0e','\x03','\x30','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x80','\x00','\x00','\xe0','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x00','\xc0','\x06','\x81','\x80','\x18','\x43','\x00','\x60','\x36','\x00','\x00','\x1c','\x00','\x00','\x37','\x00','\x00','\xe3','\xe0','\x03','\x80','\xff','\x1e','\x00','\x3e','\xe0','\x00','\x0e','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x64','\x00','\x38','\xfe','\x0e','\x30','\xcc','\x8c','\x32','\x0c','\xec','\x31','\x8c','\xcc','\x30','\xcc','\x8c','\x30','\xcd','\x0c','\x30','\x0c','\x0c','\x30','\x2e','\x0c','\x30','\xcd','\x8c','\x37','\x8c','\xcc','\x33','\x0c','\x6c','\x32','\x1c','\x6c','\x30','\x78','\x0c','\x30','\x30','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf3','\xff','\x32','\x06','\x80','\x21','\x04','\x40','\x41','\x88','\x60','\x81','\x90','\x60','\x06','\x04','\x0c','\x06','\x07','\xfe','\x06','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x0e','\x07','\xfc','\x0f','\x06','\x0c','\x1e','\xc6','\x0c','\x16','\x66','\x0c','\x36','\x67','\xfc','\x26','\x06','\x0c','\x46','\x06','\x0c','\x86','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x00','\x04','\x00','\x00','\xc7','\x20','\xff','\xe6','\x18','\x0c','\x0c','\x0c','\x0c','\x08','\x06','\x0c','\x11','\x86','\x08','\x21','\x80','\x18','\x03','\x40','\x18','\x03','\x40','\x11','\x86','\x20','\x3f','\xc6','\x30','\x31','\x8c','\x1c','\x71','\x98','\x0f','\xb1','\xb0','\x06','\x31','\xcf','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x30','\x0f','\xf8','\x00','\x0c','\x18','\x00','\x0c','\x18','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x06','\x1f','\xff','\xff','\x14','\x09','\x00','\x23','\x10','\xe0','\x43','\x00','\x60','\x80','\x70','\x80','\x00','\x60','\xe0','\x1f','\xff','\xc0','\x00','\x61','\x80','\x00','\x63','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x70','\x00','\x01','\xc0','\x60','\x07','\xff','\xf0','\x1b','\x00','\x60','\xe3','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x00','\x64','\x00','\x7f','\xf7','\x00','\x00','\x06','\x06','\x00','\x07','\xff','\x3f','\xec','\x30','\x30','\x6a','\x60','\x30','\x71','\x40','\x3f','\xe0','\x80','\x20','\x03','\x60','\x60','\x1c','\x3f','\x40','\x18','\x0e','\x8f','\xff','\xe0','\x00','\x18','\x20','\x00','\x18','\x26','\xff','\xff','\xff','\x00','\x18','\x20','\x00','\x18','\x20','\x0f','\xff','\xe0','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x60','\x81','\x81','\x80','\x00','\x1f','\xc0','\x0f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x1c','\x03','\x80','\x18','\x03','\x10','\x18','\x03','\xf8','\x18','\x83','\x02','\x18','\xff','\xff','\xff','\xc6','\x06','\x18','\xc7','\xc4','\x18','\xfe','\x10','\x18','\xc6','\x18','\x3c','\xc3','\xf8','\x3a','\xc0','\x00','\x3a','\xcf','\xf8','\x3a','\xc8','\x88','\x78','\xcf','\xf8','\x58','\xc8','\x88','\x58','\xcf','\xf8','\x98','\xc0','\x00','\x18','\x9f','\xfc','\x18','\x92','\x24','\x19','\x92','\x24','\x19','\x12','\x24','\x1a','\x12','\x24','\x18','\xff','\xff','\x18','\x00','\x00','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x1f','\x80','\x0c','\x01','\x90','\x4c','\x91','\x98','\x7f','\xc9','\x90','\x4c','\x89','\xa6','\x4c','\xff','\xff','\x4c','\x87','\xa0','\x4c','\x85','\x90','\x4c','\x8d','\x98','\x4c','\x89','\x8c','\x4c','\x91','\x8f','\x4c','\xa1','\x86','\x4c','\xc0','\x00','\x4c','\x9f','\xfc','\x4f','\x98','\x8c','\x4d','\x98','\x8c','\x4c','\x1f','\xfc','\x0c','\x18','\x8c','\x0c','\x18','\x8c','\x0c','\x18','\x8c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x21','\x88','\x60','\x3f','\xcf','\xf0','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x3f','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x3f','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x62','\x21','\x88','\x62','\x21','\x98','\x62','\x61','\x90','\x63','\x47','\xa0','\x7f','\x83','\x40','\x3e','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x98','\xc6','\x0c','\xf8','\xc6','\x2c','\xd8','\xc6','\x2d','\x98','\xc6','\x2d','\x18','\xc6','\x6e','\x18','\xc6','\x6c','\x18','\xc6','\xcc','\x1f','\xfe','\xcc','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x1c','\x18','\xc6','\x1a','\x18','\xc6','\x19','\x18','\xc6','\x11','\x98','\xc6','\x31','\x9f','\xfe','\x21','\x98','\x06','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x04','\x60','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x0c','\x00','\x01','\x02','\x00','\x01','\xc2','\x00','\x01','\x82','\x00','\x01','\x82','\x00','\x01','\x81','\x00','\x01','\x81','\x00','\x01','\x81','\x00','\x01','\x81','\x00','\x03','\x01','\x80','\x03','\x00','\x80','\x03','\x00','\x80','\x03','\x00','\xc0','\x02','\x00','\x40','\x06','\x00','\x60','\x06','\x00','\x60','\x04','\x00','\x30','\x0c','\x00','\x38','\x08','\x00','\x1c','\x10','\x00','\x1f','\x20','\x00','\x0e','\xc0','\x00','\x04','\x00','\x00','\x00','\x06','\x01','\xc0','\x06','\x01','\x80','\x0d','\x01','\x80','\x0c','\x81','\x80','\x08','\xc1','\x80','\x18','\xc1','\x86','\x10','\x3f','\xff','\x21','\x81','\x80','\x3f','\xc1','\x80','\x46','\x03','\xc0','\x86','\x03','\xc0','\x06','\xc7','\xa0','\x7f','\xe5','\xa0','\x06','\x0d','\x90','\x06','\x89','\x98','\x46','\xd9','\x8c','\x26','\x91','\x8f','\x37','\x2f','\xf6','\x36','\x41','\x80','\x06','\x01','\x80','\x07','\x81','\x80','\xfe','\x01','\x80','\x70','\x01','\x80','\x40','\x01','\x80','\x20','\x03','\x00','\x18','\xff','\x08','\x0c','\x06','\x9c','\x0c','\x86','\xb0','\x00','\x6c','\x42','\x00','\x2c','\x47','\x80','\x18','\x2c','\x60','\x10','\x30','\x32','\x20','\x1c','\x32','\x7f','\xff','\x04','\x98','\xc6','\x05','\x18','\xc0','\x0c','\x18','\xc0','\x08','\x18','\xcc','\x19','\xff','\xfe','\x18','\x18','\xc0','\x30','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc2','\x30','\x30','\xc2','\x30','\x30','\xc2','\x30','\x20','\xc3','\x38','\x40','\xff','\x19','\x80','\x7e','\x00','\x18','\x40','\x3f','\xf8','\x60','\x00','\x34','\xc0','\x00','\x65','\x08','\x10','\x62','\x0c','\x0c','\xc3','\x18','\x05','\x81','\xa0','\x03','\x00','\xc0','\x06','\x00','\x60','\x0f','\xff','\xf8','\x18','\xc3','\x1f','\x30','\xc3','\x0e','\xc0','\xc3','\x06','\x00','\xc3','\x00','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x02','\x03','\x03','\x02','\x02','\x03','\x02','\x04','\x03','\x03','\x18','\x03','\xff','\x60','\x01','\xfe','\x00','\xc1','\x90','\xff','\xef','\x98','\x0a','\x01','\xb0','\x0a','\x21','\x44','\x0a','\x1b','\x46','\x4a','\x4a','\x2c','\x7f','\xc6','\x30','\x4a','\x44','\x18','\x4a','\x48','\x0f','\x4a','\x50','\x06','\x4a','\x6f','\xf8','\x4a','\x46','\x60','\x53','\xc6','\x60','\x50','\x46','\x64','\x60','\x7f','\xfe','\x40','\x46','\x60','\x40','\x46','\x60','\x7f','\xc6','\x60','\x40','\x46','\x60','\x40','\x44','\x62','\x40','\x4c','\x62','\x40','\x48','\x63','\x7f','\xd0','\x7f','\x40','\x20','\x3e','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x30','\xe0','\xff','\xdb','\x00','\x70','\x18','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x06','\x43','\x00','\x0c','\x26','\x00','\x30','\x1c','\x00','\xc0','\x37','\x80','\x00','\xc1','\xfe','\x07','\x00','\x7c','\x78','\x00','\x0c','\x04','\x1c','\x00','\x07','\x18','\x80','\x06','\x18','\x60','\x06','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x00','\x18','\x18','\x0c','\x18','\x1f','\xfe','\x3b','\xf8','\x00','\x38','\x18','\x40','\x58','\x0c','\x70','\x98','\x0c','\xe0','\x18','\x0c','\xc0','\x18','\x05','\x80','\x18','\x07','\x00','\x18','\x02','\x00','\x18','\x07','\x00','\x18','\x0d','\x82','\x18','\x19','\xc2','\x18','\x30','\xe2','\x18','\x60','\x72','\x19','\x80','\x3f','\x18','\x00','\x1f','\x18','\x00','\x06','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe0','\x0e','\x00','\x01','\xcc','\xff','\xf9','\x8c','\x00','\x01','\x8c','\x00','\x01','\x8c','\x3f','\xe1','\x8c','\x00','\x01','\x8c','\x3f','\xe1','\x8c','\x00','\x01','\x8c','\x20','\x61','\x8c','\x3f','\xf1','\x8c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x3f','\xe0','\x7c','\x30','\x60','\x18','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0d','\x86','\x06','\xff','\xff','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x30','\x0c','\x07','\xf8','\x0d','\x8c','\x30','\x1e','\x0c','\x30','\xfc','\x0a','\x60','\x6c','\x19','\x60','\x4c','\x11','\xc0','\x0c','\x30','\x80','\x0c','\x21','\xc0','\x0c','\x41','\x60','\x0c','\x82','\x30','\x0d','\x04','\x3c','\x0c','\x08','\x1f','\x7c','\x30','\x0e','\x18','\xc0','\x06','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x66','\x06','\x1f','\xff','\xff','\x32','\x08','\x80','\x21','\x90','\x70','\x41','\xa0','\x30','\x84','\x0e','\x80','\x07','\x0c','\x60','\x0e','\x0c','\x20','\x0c','\x0c','\x0c','\x18','\x0f','\xfe','\x3b','\xfe','\x00','\x58','\x06','\x20','\x98','\x06','\x38','\x18','\x03','\x70','\x18','\x03','\xe0','\x18','\x01','\x80','\x18','\x03','\xc2','\x18','\x06','\xe2','\x18','\x0c','\x72','\x18','\x30','\x3f','\x19','\xc0','\x1f','\x18','\x00','\x06','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x61','\x03','\x06','\x61','\xd8','\x86','\x61','\x99','\xc6','\x63','\x1f','\x06','\x63','\x78','\x86','\x67','\x0c','\xc6','\x6b','\x0d','\x86','\x63','\x07','\x06','\x63','\x02','\x26','\x63','\x07','\x26','\x63','\x0d','\xa6','\x63','\x30','\xf6','\x63','\x00','\x66','\x63','\x00','\x1e','\x60','\x00','\x0c','\x00','\x01','\x00','\x1c','\x01','\xc0','\x18','\x09','\x98','\x18','\x0f','\xfc','\x18','\x0c','\x18','\x18','\x0c','\x18','\x19','\x0f','\xf8','\xff','\x8c','\x18','\x19','\x0c','\x18','\x19','\x0f','\xf8','\x19','\x0c','\x00','\x19','\x0c','\x06','\x19','\x0f','\xff','\x19','\x0c','\x00','\x31','\x2c','\x06','\x31','\x2f','\xff','\x31','\xec','\x06','\x20','\xc0','\x26','\x60','\x12','\xb6','\x40','\x12','\x96','\x80','\x32','\x8e','\x00','\x60','\x0c','\x00','\x60','\x7c','\x00','\x00','\x18','\x00','\x38','\x06','\x00','\x30','\x9f','\x44','\x32','\xf0','\x7f','\xff','\xc0','\x65','\x04','\xc0','\x64','\x86','\xc0','\x64','\xcc','\xc0','\x64','\xc8','\xc6','\x64','\x10','\xff','\x67','\xff','\xcc','\x64','\x30','\xcc','\x64','\x30','\xcc','\x64','\x30','\xcc','\x67','\xff','\xcc','\x64','\x70','\xcc','\x64','\x70','\xcc','\x7c','\xfc','\xcc','\x64','\xb6','\x8c','\x61','\xb6','\x8c','\x01','\x31','\x8c','\x02','\x31','\x0c','\x0c','\x32','\x0c','\x00','\x34','\x0c','\x00','\x30','\x0c','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x1b','\x1f','\xf0','\xff','\x98','\x30','\x18','\x18','\x30','\x18','\x1f','\xf0','\x18','\x00','\x00','\x18','\x80','\x06','\x18','\xff','\xff','\x18','\xc0','\x06','\x1a','\xc0','\x06','\x1c','\xcf','\xe6','\xf8','\xcc','\x66','\x60','\xcc','\x66','\x40','\xcc','\x66','\x00','\xcf','\xe6','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x3e','\x00','\xc0','\x0c','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x40','\x0c','\x06','\x20','\x4c','\x86','\x20','\x7f','\xcc','\x10','\x4c','\x88','\x18','\x4c','\x90','\x0f','\x4c','\xa0','\x6e','\x4c','\xcf','\xf6','\x4c','\x80','\x00','\x4c','\x80','\x00','\x4c','\x80','\x00','\x7f','\x90','\x18','\x4c','\x1f','\xfc','\x4c','\x18','\x18','\x0d','\x18','\x18','\x0c','\x98','\x18','\x0f','\xd8','\x18','\xfc','\xd8','\x18','\x70','\xdf','\xf8','\x40','\x18','\x18','\x00','\x18','\x18','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x0c','\x08','\x08','\x0f','\xff','\xfc','\x1c','\x18','\x00','\x1c','\x18','\x10','\x2f','\xff','\xf8','\x4c','\x18','\x00','\x8c','\x18','\x10','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x0c','\x18','\x04','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x03','\x80','\x07','\x03','\x10','\x06','\x43','\x1c','\x06','\x23','\x18','\x0c','\x33','\x10','\x0c','\x33','\x20','\x18','\x03','\x00','\x18','\x03','\x0c','\x38','\xff','\xfe','\x38','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x03','\x80','\x07','\x43','\x10','\x06','\x23','\x1c','\x06','\x33','\x18','\xe6','\x33','\x10','\xc6','\x33','\x20','\xc6','\x03','\x00','\xc6','\x03','\x18','\xc6','\x7f','\xfc','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x0c','\xc6','\xff','\xfe','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x3e','\x03','\x00','\x0c','\x00','\x1c','\x00','\x10','\x18','\x20','\x0c','\x18','\x38','\x06','\x18','\x30','\x07','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x80','\x00','\x19','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x60','\x1f','\xff','\xf0','\x18','\x80','\x60','\x18','\x80','\xc0','\x18','\x40','\xc0','\x18','\x41','\x80','\x18','\x21','\x80','\x18','\x33','\x00','\x18','\x1e','\x00','\x30','\x0c','\x00','\x30','\x1e','\x00','\x20','\x33','\x00','\x60','\x61','\xc0','\x41','\xc0','\xf0','\x83','\x00','\x7f','\x0c','\x00','\x1e','\x30','\x00','\x06','\x07','\x00','\x00','\x06','\x08','\x06','\x46','\x4f','\xff','\x26','\x7c','\x00','\x36','\x6c','\x00','\x36','\x4c','\x00','\x36','\x8c','\x00','\x06','\x0c','\x0c','\x06','\x6f','\xfe','\xff','\xfd','\x0c','\x06','\x0d','\x0c','\x06','\x0d','\x18','\x06','\x6d','\x98','\x07','\x8c','\x90','\xfe','\x0c','\xb0','\x76','\x18','\xe0','\x46','\x18','\x40','\x06','\x10','\xe0','\x0c','\x30','\xa0','\x0c','\x21','\xb0','\x18','\x43','\x18','\x10','\x86','\x1f','\x21','\x0c','\x0e','\xc0','\x30','\x06','\x07','\x08','\x30','\x06','\x0f','\xf8','\x06','\x0c','\x30','\x46','\x4c','\x30','\x7f','\xec','\x30','\x66','\x4c','\x30','\x66','\x4c','\x30','\x66','\x4c','\x30','\x66','\x4e','\x30','\x66','\x4d','\x30','\x66','\x4d','\xb0','\x66','\x4d','\xb0','\x66','\x4d','\xb0','\x66','\x4c','\x30','\x66','\x4c','\x30','\x67','\xcc','\x30','\x66','\xcc','\x30','\x66','\x0c','\x30','\x06','\x0c','\x32','\x06','\x18','\x32','\x06','\x18','\x32','\x06','\x10','\x33','\x06','\x20','\x3f','\x06','\xc0','\x1e','\x1c','\x20','\x00','\x18','\x38','\x98','\x18','\x30','\xfc','\x18','\xfc','\x98','\x18','\x8c','\x98','\x18','\xcc','\x98','\xff','\xac','\x98','\x18','\xac','\x98','\x18','\xad','\x9f','\x18','\x8d','\x0f','\x18','\x8e','\x00','\x1b','\xfc','\x0c','\x1d','\x8d','\xfe','\xf8','\x8c','\x8c','\x78','\xac','\x8c','\x58','\xac','\xd8','\x18','\xac','\x58','\x18','\xac','\x70','\x18','\xac','\x20','\x18','\x8c','\x70','\x19','\x8c','\x58','\x19','\x0c','\xcc','\xf9','\x3d','\x8f','\x32','\x1a','\x06','\x00','\x1c','\x00','\x03','\x18','\x06','\xff','\x98','\xff','\x18','\x18','\x30','\x18','\x18','\x30','\x19','\xff','\xb0','\x18','\x00','\x30','\x18','\x04','\x30','\x1a','\x87','\x30','\x7f','\x46','\x30','\x18','\x2c','\x34','\x18','\x2d','\xfe','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x1c','\x30','\x18','\x36','\x30','\x19','\x26','\x30','\x1e','\x63','\x30','\xf8','\xc3','\x30','\x61','\x83','\x30','\x43','\x00','\x30','\x04','\x00','\x36','\x00','\x03','\xff','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0d','\xb0','\x00','\xff','\xf0','\x00','\x0c','\x30','\x18','\x0c','\x3f','\xfc','\x0c','\x32','\x18','\x1e','\x32','\x18','\x1d','\x32','\x18','\x1d','\xb2','\x30','\x3d','\xb3','\x30','\x2c','\x31','\x20','\x2c','\x31','\x60','\x6c','\x21','\xc0','\x4c','\x60','\x80','\x8c','\x61','\xc0','\x0c','\x41','\x60','\x0c','\xc3','\x30','\x0c','\x86','\x38','\x0d','\x0c','\x1f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x10','\x00','\x00','\x0c','\x20','\x18','\x06','\x3f','\xfc','\x06','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x80','\x30','\x18','\x61','\x30','\x18','\x31','\x30','\x18','\x32','\x30','\x18','\x02','\x30','\x18','\x06','\x30','\x18','\x04','\x30','\xf8','\x0c','\x30','\x30','\x08','\x30','\x00','\x18','\x30','\x00','\x38','\x30','\x00','\xf0','\x30','\x02','\x70','\x30','\x02','\x30','\x30','\x02','\x30','\x30','\x03','\x30','\x3f','\xff','\x38','\x1f','\xfe','\x18','\x00','\x00','\x10','\x20','\x60','\x0c','\x3f','\xf0','\x06','\x30','\x60','\x06','\x30','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x80','\x30','\x60','\x60','\x30','\x60','\x32','\x34','\x60','\x32','\x32','\x60','\x04','\x33','\x60','\x04','\x33','\x60','\x0c','\x30','\x60','\x08','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x30','\x60','\x60','\xf0','\x60','\x60','\x70','\x60','\x62','\x30','\x40','\x62','\x30','\xc0','\x62','\x30','\x80','\x63','\x39','\x00','\x7f','\x1a','\x00','\x3e','\x38','\x00','\x00','\x33','\x90','\x06','\x33','\x1f','\xff','\x33','\x18','\x00','\x33','\x18','\x00','\x33','\x18','\x00','\x33','\x18','\x00','\x3f','\xd8','\x18','\x30','\x1f','\xfc','\x30','\x1a','\x18','\x30','\x1a','\x18','\x33','\x1a','\x18','\x3f','\x99','\x18','\x33','\x19','\x30','\x33','\x19','\xb0','\x33','\x18','\xa0','\x33','\x30','\xe0','\x33','\x30','\x40','\x23','\x30','\xe0','\x23','\x21','\xb0','\x63','\x61','\x18','\x43','\x42','\x1f','\x80','\x84','\x0e','\x01','\x18','\x06','\x01','\x00','\x00','\x01','\xc8','\x0c','\x43','\x8f','\xfe','\x23','\x0c','\x0c','\x16','\x0c','\x0c','\x0c','\x0c','\x0c','\x1c','\x0c','\x0c','\x36','\x0c','\x0c','\x66','\x0c','\x0c','\x86','\x0c','\x0c','\x0f','\x0c','\x0c','\x0b','\x0c','\x7c','\x1b','\x0c','\x18','\x13','\x0c','\x00','\x23','\x0c','\x00','\x43','\x0c','\x00','\x83','\x0c','\x00','\x03','\x0c','\x02','\x03','\x0c','\x02','\x03','\x0c','\x02','\x07','\x0c','\x03','\x06','\x0f','\xff','\x3e','\x07','\xfe','\x0c','\x00','\x00','\x00','\x0e','\x00','\x01','\x8c','\x06','\xff','\xcf','\xff','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x4c','\x60','\x0c','\x4c','\x60','\x0c','\x4c','\x60','\x0c','\x4c','\x60','\x7f','\xcc','\x64','\x0c','\xcf','\xfe','\x0c','\xcc','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x08','\x60','\x0c','\x18','\x60','\x0c','\xd8','\x60','\x0f','\x10','\x60','\xfc','\x30','\x60','\x70','\x20','\x60','\x40','\x40','\x66','\x00','\x8f','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x40','\x21','\x88','\x7f','\xd1','\x8e','\x64','\xd9','\x8c','\x64','\xcd','\x98','\x64','\xcd','\x90','\x64','\xc1','\xa0','\x64','\xc1','\x80','\x64','\xc1','\x8c','\x7f','\xdf','\xfe','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x86','\x64','\xff','\xff','\x7f','\xc1','\x80','\x60','\xc1','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x10','\x01','\x00','\x1c','\x01','\xc0','\x18','\x31','\x80','\x3f','\xf9','\x06','\x60','\x03','\xff','\x9f','\xe2','\x18','\x12','\x25','\x18','\x12','\x21','\x10','\xff','\xf8','\xb0','\x24','\x40','\x60','\x24','\x41','\xb8','\x3f','\xf6','\x1f','\x01','\xa0','\x06','\x00','\x3a','\x00','\x04','\x33','\x90','\x03','\x43','\x0c','\x01','\x84','\x06','\xff','\xff','\xff','\x7f','\xf8','\x03','\x42','\x18','\x00','\x03','\x98','\xc0','\x07','\x18','\x38','\x0c','\x18','\x0e','\x70','\x18','\x06','\x04','\x00','\x00','\x07','\x04','\x30','\x16','\x67','\xf8','\x1f','\xf6','\x30','\x18','\x66','\x30','\x1c','\x66','\x30','\x1a','\x66','\x30','\x1a','\x64','\x30','\x1a','\x6c','\x3f','\x18','\x68','\x1f','\x18','\x70','\x00','\xff','\xe0','\x18','\x78','\x6f','\xfc','\x58','\x62','\x18','\x1a','\x62','\x30','\x1a','\x62','\x30','\x1a','\x61','\x60','\x1a','\x61','\xc0','\x32','\x60','\xc0','\x30','\x61','\xe0','\x20','\x63','\x38','\x63','\xe6','\x1f','\x40','\xcc','\x0e','\x80','\x30','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x18','\x20','\x03','\xfc','\x18','\xff','\x20','\x0c','\x23','\x30','\x0c','\x13','\x20','\x80','\x13','\x4c','\x62','\xff','\xfe','\x32','\x0f','\x40','\x34','\x1b','\x20','\x04','\x33','\x18','\x08','\x63','\x0f','\x08','\xc0','\x06','\x1b','\x7f','\xf8','\x30','\x62','\x18','\xf0','\x62','\x18','\x70','\x7f','\xf8','\x30','\x62','\x18','\x30','\x62','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x21','\x80','\x00','\x3f','\xc8','\x06','\x31','\x8f','\xff','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x00','\x3f','\x8c','\x00','\x31','\x8c','\x18','\x31','\x8f','\xfc','\x31','\x8d','\x18','\x31','\x8d','\x18','\x3f','\x8d','\x18','\x31','\x8d','\x18','\x31','\x8d','\xb0','\x31','\x8c','\xb0','\x31','\x8c','\xa0','\x31','\x8c','\xe0','\x3f','\x88','\x40','\x00','\x08','\xe0','\x22','\x19','\xb0','\x39','\x11','\x18','\x31','\x92','\x1f','\x61','\xa4','\x0e','\x80','\x48','\x06','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x1f','\xf7','\xff','\x32','\x04','\x80','\x21','\x88','\x60','\x41','\x80','\x60','\x03','\x00','\x00','\x03','\x02','\x0c','\x7f','\xfb','\xfe','\x03','\x03','\x0c','\x3f','\xf3','\x0c','\x23','\x13','\x0c','\x23','\x13','\x0c','\x3f','\xf3','\x0c','\x23','\x13','\x3c','\x23','\x13','\x18','\x3f','\xf3','\x00','\x03','\x03','\x00','\x03','\x03','\x02','\xff','\xff','\x02','\x03','\x03','\x03','\x03','\x03','\xff','\x03','\x01','\xfe','\x00','\x00','\x70','\x00','\x03','\xf8','\x00','\x7f','\x80','\x3f','\xf8','\x40','\x08','\x18','\x70','\x04','\x18','\x60','\x06','\x18','\xc0','\x03','\x18','\x80','\x03','\x19','\x00','\x02','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x01','\x98','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x00','\x0c','\x12','\x0c','\x0d','\x1f','\xfe','\x0d','\xd8','\x0c','\x2d','\x98','\x0c','\x2d','\x18','\x0c','\x6e','\x1f','\xfc','\x4c','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0a','\x18','\x0c','\x19','\x18','\x0c','\x19','\x9f','\xfc','\x10','\xc8','\x00','\x30','\xce','\x18','\x20','\x1c','\x06','\x40','\x30','\x03','\x80','\xc0','\x03','\x10','\x80','\x06','\x1c','\x9f','\xff','\x18','\x80','\xc0','\x18','\xc0','\x80','\x18','\x45','\x0c','\x10','\x67','\xfe','\x30','\x36','\x0c','\x20','\x3e','\x0c','\x40','\x16','\x0c','\x80','\xc7','\xfc','\x7f','\xe6','\x0c','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x0c','\xc7','\xfc','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x08','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc7','\xfc','\x11','\xc2','\x00','\x31','\x83','\x98','\x27','\x87','\x06','\x43','\x0c','\x03','\x80','\x30','\x03','\x06','\x00','\x00','\x06','\x08','\x06','\x0d','\x0f','\xff','\x0c','\xcc','\x00','\x18','\x6c','\x00','\x17','\x6c','\x00','\x26','\x0c','\x00','\x7f','\xcc','\x0c','\xb0','\xcf','\xfe','\x30','\xcd','\x0c','\x3f','\xcd','\x0c','\x30','\xcd','\x0c','\x30','\xcd','\x18','\x30','\xcd','\x98','\x3f','\xcc','\x90','\x30','\xcc','\xb0','\x32','\x08','\xe0','\x31','\x08','\x40','\x31','\x98','\xe0','\x32','\xd0','\xb0','\xfc','\xd1','\x18','\x70','\x22','\x1f','\x40','\x44','\x0e','\x00','\x18','\x06','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x60','\x0c','\x0f','\xf0','\x0c','\x18','\x60','\x0d','\x10','\xc0','\xff','\xa0','\x80','\x0c','\x41','\x0c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\x1e','\x31','\x8c','\xfc','\x31','\x8c','\x6c','\x3f','\xfc','\x4c','\x30','\xcc','\x0c','\x08','\xc0','\x0c','\x0e','\xc0','\x0c','\x0c','\xc0','\x0c','\x1c','\xc2','\x0c','\x18','\xc2','\x0c','\x30','\xc3','\x7c','\x60','\xff','\x19','\x80','\x7e','\x00','\x08','\x00','\x00','\x0e','\x00','\x43','\x0c','\x60','\x7f','\x8f','\xf0','\x63','\x18','\x60','\x63','\x10','\xc0','\x63','\x20','\x80','\x63','\x41','\x0c','\x63','\x3f','\xfe','\x63','\x31','\x8c','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x30','\xcc','\x63','\x08','\xc0','\x7f','\x0e','\xc0','\x63','\x1c','\xc0','\x60','\x18','\xc2','\x00','\x30','\xc2','\x00','\x60','\xc3','\x00','\xc0','\xff','\x03','\x00','\x7e','\x00','\x00','\xf0','\x00','\x1f','\xf8','\x3f','\xf8','\x80','\x04','\x18','\xe0','\x02','\x18','\xc0','\x03','\x18','\x80','\x03','\x19','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x00','\x1e','\xc7','\xff','\xe6','\x06','\x10','\x60','\x06','\x10','\x60','\x07','\xff','\xe0','\x06','\x10','\x60','\x06','\x10','\x60','\x06','\x10','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x00','\x07','\x04','\x30','\x26','\x67','\xf8','\x3f','\xf6','\x30','\x30','\x66','\x30','\x36','\x64','\x3f','\x32','\x64','\x1f','\x30','\x68','\x00','\xff','\xf7','\xf8','\x70','\x62','\x18','\x32','\x62','\x30','\x32','\x61','\x60','\x22','\x60','\xc0','\x60','\x61','\xb0','\x41','\xe6','\x1f','\x80','\xd8','\x06','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x00','\x07','\x04','\x30','\x26','\x67','\xf8','\x3f','\xf6','\x30','\x30','\x66','\x30','\x36','\x64','\x3f','\x32','\x64','\x1f','\x30','\x68','\x00','\xff','\xf7','\xf8','\x70','\x62','\x18','\x32','\x61','\x30','\x32','\x60','\xe0','\x60','\x61','\xb8','\x41','\xe3','\x1f','\x80','\xcc','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\xe0','\x00','\x01','\x80','\x00','\x07','\xff','\xf8','\x1d','\x80','\x18','\xe1','\x80','\x18','\x01','\xff','\xf8','\x01','\x80','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x70','\x00','\x1f','\xf8','\x3f','\xf8','\x40','\x04','\x18','\xe0','\x03','\x18','\x80','\x01','\x19','\x06','\xff','\xff','\xff','\x00','\xd9','\x00','\x01','\x98','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x00','\x3f','\x37','\xff','\xee','\xc6','\x18','\x66','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x08','\x63','\x00','\x0e','\x63','\x20','\x0c','\x63','\x18','\x18','\xc3','\x0c','\x10','\xc3','\x06','\x21','\x83','\x06','\x42','\x1c','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x00','\x18','\x60','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xc0','\x0e','\x20','\x00','\x06','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x33','\x80','\x30','\x33','\x00','\x30','\x33','\x18','\x37','\xf3','\xfc','\x30','\x33','\x00','\x30','\x33','\x00','\x30','\x33','\x30','\x33','\xf3','\xf8','\x30','\x33','\x00','\x30','\x33','\x00','\x30','\x33','\x00','\x37','\xf3','\x0c','\x33','\x23','\xfe','\x32','\x63','\x00','\x30','\x43','\x00','\x30','\x83','\x00','\x31','\x03','\x00','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x08','\x60','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x02','\x0e','\x00','\x03','\x8c','\x00','\x03','\x0c','\x00','\x04','\x0c','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x78','\x00','\x00','\xdb','\x00','\x01','\x98','\xe0','\x03','\x18','\x38','\x0c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\xc0','\x0c','\xff','\xe0','\x0c','\x18','\xc0','\x0c','\x18','\xc8','\x0c','\x18','\xcf','\xfc','\x18','\xcc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x0c','\x00','\x6b','\x0c','\x00','\x66','\x0c','\x00','\x07','\x0c','\x02','\x05','\x8c','\x02','\x0c','\xcc','\x02','\x08','\xcc','\x03','\x10','\x0f','\xff','\x20','\x07','\xfe','\xc0','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\xc3','\x80','\x19','\x83','\x00','\x19','\x83','\x08','\x19','\x83','\x0e','\x19','\x83','\x1c','\x19','\xb3','\x30','\x19','\xfb','\x60','\x19','\x83','\x80','\x19','\x83','\x00','\x19','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x02','\x31','\x83','\x02','\x21','\x83','\x02','\x61','\xf3','\x03','\x4f','\xc3','\xff','\x87','\x01','\xfe','\x04','\x00','\x00','\x04','\x01','\xc0','\x07','\x01','\x80','\x0e','\x01','\x80','\x0c','\x01','\x80','\x18','\x41','\x86','\x10','\x7f','\xff','\x24','\x61','\x86','\x47','\x61','\x84','\x8e','\x61','\x88','\x0c','\x61','\x80','\x18','\x61','\x98','\x18','\x7f','\xfc','\x38','\x64','\x18','\x58','\x64','\x18','\x98','\x64','\x30','\x18','\x42','\x30','\x18','\xc2','\x60','\x18','\xc3','\xc0','\x18','\x81','\x80','\x19','\x83','\xc0','\x19','\x06','\x70','\x1a','\x0c','\x3f','\x18','\x30','\x1e','\x18','\xc0','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x3f','\xc3','\x0c','\x00','\xc3','\xfe','\x00','\xc3','\x00','\x07','\xc3','\x00','\xfc','\xc3','\x06','\x71','\x83','\xff','\x41','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x18','\x10','\x00','\x01','\xcc','\x00','\x11','\x86','\x10','\x11','\x86','\x4c','\x31','\x80','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x18','\x39','\xc0','\x18','\x31','\x84','\x1b','\xf1','\xfe','\x18','\x31','\x80','\x18','\x31','\x88','\x13','\xf1','\xfc','\x30','\x31','\x80','\x30','\x31','\x82','\x2f','\xf1','\xff','\x67','\x61','\x80','\x44','\x61','\x80','\x80','\xc1','\x80','\x01','\x81','\x80','\x06','\x01','\x80','\x1c','\x71','\xc0','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x1b','\x61','\x80','\xff','\xe1','\x88','\x18','\x61','\x8e','\x18','\x6d','\x9c','\x18','\x7f','\xb0','\x18','\x61','\xc0','\x1b','\x61','\x80','\xfc','\x61','\x80','\x78','\x61','\x80','\x58','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x82','\x18','\x61','\x82','\x18','\x61','\x82','\x18','\x7d','\x83','\x1b','\xf1','\xff','\xf9','\xc0','\xfe','\x31','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x41','\x86','\x0d','\x7f','\xff','\xff','\xe1','\x86','\x0c','\x61','\x84','\x0c','\x61','\x88','\x0c','\x61','\x80','\x0c','\x61','\x98','\x0d','\xff','\xfc','\x1e','\x64','\x18','\xfc','\x64','\x18','\x6c','\x64','\x30','\x4c','\x62','\x30','\x0c','\x62','\x60','\x0c','\x43','\xc0','\x0c','\xc1','\x80','\x0c','\x83','\xc0','\x0c','\x86','\x70','\x0d','\x0c','\x3f','\x7c','\x30','\x1e','\x18','\xc0','\x06','\x00','\x73','\x80','\x00','\x63','\x00','\x00','\x63','\x04','\x7f','\xe3','\xfe','\x00','\x63','\x00','\x00','\x63','\x08','\x3f','\xe3','\xfc','\x00','\x63','\x00','\x00','\x63','\x02','\xff','\xc3','\xff','\x78','\xc3','\x00','\x41','\x83','\x00','\x03','\x03','\x00','\x0c','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x01','\x80','\x00','\x83','\x00','\x00','\x66','\x00','\x00','\x1c','\x00','\x00','\x77','\x80','\x01','\xc1','\xfe','\x0f','\x00','\x7c','\xf0','\x00','\x0c','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0c','\x0c','\x06','\x1e','\x0c','\x66','\x38','\x0f','\xf6','\xe0','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x02','\x0c','\x66','\x02','\x0f','\x86','\x02','\xfe','\x06','\x03','\x70','\x07','\xff','\x40','\x03','\xfe','\x10','\x04','\x00','\x0c','\x03','\x00','\x06','\x01','\x88','\x06','\x00','\xce','\x00','\x00','\xcc','\x00','\x0e','\x1c','\x80','\x0c','\x18','\x60','\x0c','\x18','\x32','\x0c','\x30','\x32','\x0c','\x30','\x04','\x4c','\x60','\x04','\x4c','\x68','\x0c','\x4c','\xc4','\x08','\xcc','\x86','\x18','\x8d','\x83','\x19','\x8f','\x03','\x31','\x8e','\x03','\xf0','\x0c','\x00','\x70','\x0c','\x10','\x30','\x1c','\x10','\x30','\x6c','\x10','\x31','\x8c','\x18','\x38','\x0f','\xf8','\x18','\x07','\xf0','\x00','\x07','\x00','\x00','\x06','\x00','\x08','\x06','\x06','\x0f','\xff','\xff','\x8c','\x00','\x00','\x4c','\x03','\x80','\x6c','\x03','\x00','\x6c','\x83','\x0c','\x0c','\xff','\xfe','\x0c','\xc3','\x08','\x0c','\xc3','\x10','\x0c','\xc3','\x00','\xfc','\xc3','\x30','\x6c','\xff','\xf8','\x4c','\xc8','\x30','\x0c','\xc8','\x60','\x08','\xc4','\x60','\x18','\x86','\xc0','\x19','\x83','\x80','\x11','\x03','\x80','\x32','\x06','\xe0','\x24','\x0c','\x7f','\x48','\x30','\x1e','\x81','\xc0','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x18','\x0c','\x18','\x18','\x08','\x18','\x18','\x10','\x18','\x18','\x00','\x18','\x18','\x60','\x1f','\xff','\xf0','\x18','\x80','\x60','\x18','\x40','\xc0','\x18','\x40','\xc0','\x18','\x21','\x80','\x18','\x33','\x00','\x18','\x1e','\x00','\x10','\x0e','\x00','\x30','\x1b','\x80','\x20','\x31','\xe0','\x40','\xc0','\xfe','\x83','\x00','\x3c','\x1c','\x00','\x0c','\x00','\x01','\x00','\x00','\xc1','\xc0','\xff','\xe1','\x80','\x0c','\x12','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x8c','\x18','\x18','\x8c','\x18','\x18','\x8c','\x11','\x9f','\xfc','\x3f','\xd8','\x8c','\x39','\x98','\x8c','\x39','\x98','\x8c','\x59','\x9f','\xfc','\x59','\x84','\x00','\x99','\x86','\x70','\x19','\x84','\x60','\x19','\x88','\x66','\x19','\xbf','\xff','\x1f','\x80','\x60','\x19','\x80','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x01','\x82','\x00','\x0f','\xc1','\x88','\xfc','\x00','\xce','\x0c','\x00','\xcc','\x0c','\x07','\x0c','\x0c','\x06','\x18','\x0d','\x86','\x18','\xff','\xc6','\x18','\x0c','\x06','\x30','\x0c','\x06','\x30','\x1e','\x06','\x60','\x1d','\x26','\x68','\x1d','\xa6','\xc4','\x3d','\xa6','\x86','\x2c','\x67','\x83','\x2c','\x67','\x03','\x6c','\xc6','\x03','\x4c','\xc6','\x00','\x8c','\x0e','\x08','\x0c','\x16','\x08','\x0c','\x26','\x08','\x0c','\xc6','\x0c','\x0c','\x07','\xfc','\x0c','\x03','\xf8','\x08','\x06','\x70','\x0e','\x06','\x60','\x0c','\x06','\x60','\x08','\x06','\x60','\x92','\x06','\x66','\x63','\xbe','\x7f','\x33','\x06','\x60','\x36','\x06','\x60','\x04','\x06','\x60','\x09','\x06','\x6c','\x10','\xbe','\x7e','\xff','\xc6','\x60','\x7c','\xc6','\x60','\x4c','\x06','\x60','\x0c','\x06','\x60','\x4e','\x7e','\x66','\x7d','\x36','\x7f','\x6d','\xa6','\x60','\x6d','\x86','\x60','\x4c','\x0c','\x60','\x4c','\x0c','\x60','\x8c','\x18','\x60','\x0c','\x30','\x60','\x0c','\xc0','\x60','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x08','\x00','\x00','\x0e','\x03','\x80','\x0c','\x43','\x10','\x08','\x33','\x38','\xff','\xdb','\xc2','\x78','\x1b','\x02','\x40','\x03','\x03','\x3f','\xe3','\xff','\x30','\x61','\xfe','\x30','\x60','\x00','\x3f','\xe3','\x80','\x30','\x63','\x10','\x30','\x63','\x38','\x3f','\xe3','\xc2','\x30','\x63','\x02','\x30','\x63','\x03','\x31','\xe3','\xff','\x30','\xc1','\xfe','\x21','\x80','\x00','\x3f','\xd0','\x0c','\x31','\x9f','\xfe','\x31','\x98','\x8c','\x31','\x98','\x8c','\x31','\x98','\x8c','\x31','\x98','\x8c','\x3f','\x98','\x8c','\x31','\x98','\x8c','\x31','\x98','\x8c','\x31','\x98','\x8c','\x31','\x9f','\xfc','\x31','\x98','\x0c','\x3f','\x98','\x0c','\x31','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x02','\x31','\x98','\x02','\x21','\x98','\x02','\x21','\x98','\x03','\x61','\x9f','\xff','\x47','\x8f','\xfe','\x83','\x00','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x21','\x86','\xff','\xbf','\xff','\x03','\x31','\x86','\x06','\x31','\x84','\x06','\x31','\x88','\x0c','\x31','\x80','\x0d','\x31','\x98','\x19','\xbf','\xfc','\x1b','\x34','\x18','\x3c','\x34','\x18','\x5a','\x32','\x30','\x9b','\x32','\x30','\x1b','\x31','\x60','\x18','\x61','\xc0','\x18','\x60','\xc0','\x18','\x41','\xe0','\x18','\xc3','\x38','\x18','\x86','\x1f','\x19','\x18','\x0e','\x18','\x60','\x06','\x06','\x06','\x70','\x7f','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x01','\x86','\x66','\xff','\xfe','\x7f','\x00','\x06','\x60','\x00','\x06','\x60','\x06','\x06','\x60','\x7f','\x06','\x6c','\x00','\x7e','\x7e','\x00','\x06','\x60','\x06','\x06','\x60','\x7f','\x06','\x60','\x00','\x06','\x60','\x00','\xfe','\x66','\x46','\x76','\x7f','\x7f','\x46','\x60','\x66','\x06','\x60','\x66','\x0c','\x60','\x66','\x0c','\x60','\x66','\x18','\x60','\x7e','\x30','\x60','\x60','\xc0','\x60','\x00','\xe3','\x80','\x00','\xc3','\x18','\xff','\xff','\xfc','\x00','\xc3','\x18','\x00','\xc3','\x18','\x1f','\xff','\xf8','\x18','\xc3','\x00','\x18','\xc3','\x06','\x3f','\xff','\xff','\x31','\x83','\x06','\x03','\x03','\x1e','\x1f','\xff','\xec','\xe6','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x03','\x01','\x80','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x01','\x0c','\x38','\x41','\xfe','\x30','\x31','\x8c','\x32','\x19','\x8f','\xff','\x19','\x8d','\x04','\x19','\x8c','\x87','\x01','\xfc','\xc6','\x01','\x8c','\xc4','\x01','\x80','\x08','\x01','\x83','\xff','\x19','\x8c','\x30','\xf9','\xfe','\x30','\x19','\xcc','\x30','\x1b','\xcc','\x32','\x1a','\xcd','\xff','\x1a','\xcc','\x30','\x1c','\xcc','\x30','\x18','\xfc','\x30','\x18','\xcc','\x30','\x18','\x00','\x30','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x0c','\xff','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xc3','\x00','\xfd','\x83','\x06','\x71','\x83','\xff','\x41','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x00','\x60','\x03','\x00','\x00','\x01','\x80','\x3f','\xff','\xc8','\x00','\x01','\x9c','\x00','\x19','\xe0','\x01','\x99','\x98','\x03','\xd8','\xcc','\x0f','\x18','\xcc','\x73','\x18','\x62','\x03','\x18','\x32','\x03','\x18','\x1e','\x03','\x19','\x8f','\xff','\xff','\xc3','\x03','\x19','\x88','\x03','\x19','\x9c','\x03','\x19','\xe0','\x06','\x18','\x98','\x06','\x18','\xcc','\x06','\x18','\x4c','\x0c','\x18','\x62','\x0c','\x18','\x32','\x18','\x18','\x1e','\x30','\x18','\x0f','\xc0','\x18','\x03','\x00','\x18','\x00','\x1c','\x00','\x0c','\x18','\x8f','\xfe','\x18','\x60','\x18','\x18','\x31','\x20','\x1a','\x30','\xc0','\xff','\x30','\x60','\x18','\x04','\x64','\x1c','\x07','\xfe','\x1a','\x04','\x44','\x1b','\x04','\x44','\x3b','\x04','\x44','\x38','\x67','\xfc','\x3b','\xf4','\x44','\x38','\x64','\x44','\x78','\x64','\x44','\x58','\x67','\xfc','\x58','\x64','\x44','\x98','\x64','\x44','\x18','\x64','\x5c','\x18','\x64','\x4c','\x18','\xd0','\x00','\x1b','\x8f','\xff','\x19','\x83','\xfe','\x19','\x00','\x00','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x66','\x06','\x3f','\xff','\xff','\x24','\x08','\x80','\x43','\x10','\x60','\x83','\x00','\x20','\x10','\x80','\xc0','\x10','\x88','\xc6','\x7f','\xef','\xff','\x10','\x8c','\xc4','\x10','\x8c','\xc8','\x1f','\x8c','\xc0','\x10','\x8c','\xcc','\x10','\x8f','\xfe','\x1f','\x8d','\x0c','\x10','\x8d','\x18','\x10','\x8c','\x98','\xff','\xfc','\xb0','\x21','\x0c','\x60','\x38','\x88','\x78','\x30','\xc8','\xdf','\x60','\xd1','\x8e','\x80','\x06','\x06','\x04','\x0e','\x70','\x07','\x0c','\x60','\x06','\x0c','\x66','\x06','\xff','\xff','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x18','\x8c','\x66','\x18','\xff','\xff','\x38','\xc0','\x00','\x38','\xc0','\x00','\x58','\xcf','\xfe','\x98','\xcc','\x46','\x18','\xcc','\x46','\x18','\xcc','\x46','\x18','\xcf','\xfe','\x18','\xcc','\x46','\x18','\xcc','\x46','\x18','\xcc','\x46','\x18','\x8f','\xfe','\x18','\x8c','\x46','\x19','\x8c','\x46','\x19','\x0c','\x46','\x1a','\x0c','\x5e','\x18','\x0c','\x4c','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\xc0','\x18','\x0f','\xe0','\x19','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x30','\x1b','\xff','\xf8','\x18','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x18','\x37','\xff','\xfc','\x20','\x0c','\x00','\x60','\x0c','\x02','\x40','\x0c','\x02','\x80','\x0c','\x03','\x00','\x0f','\xff','\x00','\x07','\xfe','\x10','\x20','\x40','\x1c','\x20','\x70','\x19','\x24','\x60','\x31','\x24','\x60','\x21','\x24','\x40','\x41','\x24','\xc6','\x91','\x24','\xff','\x1d','\xfd','\x90','\x18','\x01','\x1c','\x18','\x02','\x98','\x30','\x00','\x98','\x37','\xfe','\x98','\x71','\x98','\x98','\xb1','\x98','\x50','\x31','\x98','\x50','\x31','\x98','\x70','\x31','\x98','\x20','\x31','\x1a','\x70','\x31','\x1c','\x50','\x33','\x78','\xd8','\x32','\x30','\x9c','\x32','\x21','\x0f','\x34','\x02','\x0e','\x30','\x0c','\x06','\x0e','\x38','\xe0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0d','\xb0','\xc0','\xff','\xf0','\xc0','\x0c','\x30','\xc4','\x0c','\x30','\xc7','\x0c','\x30','\xc6','\x1e','\x36','\xcc','\x1d','\x3f','\xd8','\x1d','\xb0','\xe0','\x3d','\xb0','\xc0','\x2c','\x30','\xc0','\x2c','\x30','\xc0','\x6c','\x30','\xc0','\x4c','\x30','\xc0','\x8c','\x30','\xc0','\x0c','\x30','\xc2','\x0c','\x30','\xc2','\x0c','\x3e','\xc2','\x0d','\xf8','\xc3','\x0c','\xe0','\xff','\x0c','\x80','\x7e','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x0c','\x66','\x3c','\x0f','\xf6','\x70','\x0c','\x06','\xc0','\x0c','\x07','\x00','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\xe6','\x02','\xff','\x06','\x03','\x78','\x07','\xff','\x40','\x03','\xfe','\x00','\x60','\x06','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x40','\xc4','\x7f','\xef','\xfe','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xc0','\xc2','\xfe','\x1f','\xff','\x70','\x00','\x00','\x40','\x00','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x0c','\x66','\x3c','\x0f','\xf6','\x70','\x0c','\x06','\xc0','\x0c','\x07','\x00','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\xe6','\x02','\xff','\x06','\x03','\x78','\x07','\xff','\x40','\x03','\xfe','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x00','\x18','\x19','\xff','\xfc','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\xff','\xf8','\x19','\x80','\x18','\x11','\x80','\x18','\x11','\x80','\x18','\x31','\xff','\xf8','\x21','\x80','\x18','\x21','\x80','\x18','\x41','\x80','\x18','\x81','\xff','\xf8','\x01','\x80','\x18','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x07','\x00','\x7f','\x1c','\x00','\x3e','\xe0','\x00','\x0e','\x00','\x20','\x00','\x04','\x30','\x20','\x07','\xff','\xf0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\xc1','\x80','\x00','\xc1','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x0c','\x01','\x80','\x70','\x01','\x80','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x30','\x0c','\x0f','\xf8','\x0d','\x88','\x30','\xff','\xd8','\x60','\x0c','\x14','\x60','\x0c','\x22','\xc0','\x0c','\x43','\x80','\x1e','\x01','\x00','\x1d','\x83','\x80','\x1c','\xc6','\xc0','\x3c','\xcc','\x70','\x2c','\x18','\x3f','\x2c','\x32','\x1e','\x6c','\xc1','\x86','\x4c','\x00','\xc0','\x8c','\x00','\xc0','\x0c','\x00','\x00','\x0c','\x18','\x00','\x0c','\x07','\x00','\x0c','\x01','\xc0','\x0c','\x00','\xe0','\x0c','\x00','\x60','\x01','\x81','\x00','\x0f','\xc1','\xc0','\xfc','\x01','\x80','\x0c','\x12','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x8c','\x0d','\x98','\x8c','\xff','\xd8','\x8c','\x0c','\x1f','\xfc','\x0c','\x18','\x8c','\x1e','\x18','\x8c','\x1d','\x18','\x8c','\x1d','\x9f','\xfc','\x3d','\x84','\x00','\x2c','\x06','\x70','\x6c','\x04','\x60','\x4c','\x08','\x66','\x8c','\xff','\xff','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x30','\xc3','\x00','\x30','\xc3','\x08','\x30','\x83','\x08','\x31','\x83','\x0c','\x31','\x03','\xfc','\x32','\x01','\xf8','\x34','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x7f','\xff','\xff','\x00','\x18','\x06','\x00','\x18','\x04','\x00','\x18','\x08','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0a','\x18','\x00','\x19','\x18','\x00','\x10','\xd8','\x00','\x30','\x78','\x00','\x20','\x1f','\xff','\x40','\x03','\xfe','\x80','\x00','\x00','\x10','\x60','\x30','\x1f','\xf0','\x78','\x10','\x01','\xc0','\x1f','\xe6','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x30','\x10','\x00','\xc0','\xff','\xfb','\x06','\x0c','\x80','\x0f','\x08','\x60','\x38','\xff','\xb0','\xe0','\x78','\x33','\x00','\x40','\x00','\x00','\x01','\xc3','\x80','\x01','\x83','\x0c','\x39','\x93','\x1e','\x31','\xfb','\x70','\x31','\x83','\x80','\x31','\x83','\x00','\x31','\x83','\x02','\x31','\xf3','\x02','\xff','\x83','\x03','\x78','\x03','\xff','\x40','\x01','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x01','\x01','\x00','\x00','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x10','\x02','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x03','\x00','\x18','\x07','\x80','\x18','\x1c','\x00','\x18','\x70','\xc0','\x1b','\x81','\xe0','\x10','\x07','\x00','\x30','\x1c','\x18','\x30','\xe0','\x7c','\x27','\x01','\xe0','\x60','\x07','\x80','\x40','\x3c','\x00','\x81','\xe0','\x00','\x1e','\x00','\x00','\x23','\x03','\x80','\x3f','\x83','\x00','\x33','\x03','\x06','\x33','\xff','\xff','\x33','\x07','\x40','\x33','\x0f','\x20','\x33','\x1b','\x30','\x3f','\x33','\x1c','\x33','\x63','\x0f','\x33','\x83','\x86','\x33','\x06','\xc0','\x33','\x0c','\x60','\x33','\x18','\x38','\x3f','\x33','\x9f','\x33','\xc3','\x26','\x33','\x33','\x30','\x33','\x1b','\x40','\x33','\x03','\x00','\x33','\x0b','\x60','\x23','\xf3','\x1c','\x63','\x63','\x0e','\x43','\x43','\x06','\x4f','\x1f','\x00','\x86','\x06','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x06','\x41','\xff','\x0c','\x70','\xff','\x30','\x60','\x00','\xc0','\xff','\xc0','\x01','\xc1','\x80','\x03','\x43','\x00','\x0c','\x26','\x00','\x30','\x1c','\x00','\x00','\x37','\xc0','\x00','\xe1','\xff','\x07','\x80','\x7e','\xf8','\x00','\x0e','\x21','\x80','\x38','\x3f','\xc0','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x36','\x3f','\xbf','\xff','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x90','\x30','\x31','\x8c','\x30','\x31','\x86','\x30','\x3f','\x86','\x30','\x31','\x86','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x21','\x80','\x30','\x21','\x80','\x30','\x61','\x80','\x30','\x4f','\x81','\xf0','\x83','\x00','\x60','\x06','\x06','\x06','\xfe','\xff','\x7f','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x10','\x06','\x46','\x52','\x46','\x7e','\x7f','\x7e','\x66','\x42','\x66','\x60','\x42','\x60','\x60','\x42','\x60','\x60','\x42','\x60','\x66','\x42','\x66','\x7f','\x7e','\x7f','\xc6','\x42','\xc6','\xc6','\x42','\xc6','\x06','\x42','\x06','\x06','\x42','\x06','\x06','\x42','\x06','\x06','\x42','\x06','\x06','\x7e','\x06','\x0e','\x42','\x0e','\x0c','\x42','\x0c','\x7c','\x00','\x7c','\x18','\x00','\x18','\x00','\x20','\x00','\x00','\x18','\x00','\x00','\x0c','\x20','\x00','\x06','\x38','\x00','\x06','\x30','\x01','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\x81','\x90','\x11','\x83','\x0c','\x11','\x83','\x06','\x31','\x86','\x07','\x21','\x8c','\x03','\x61','\x98','\x03','\xe1','\xb0','\x00','\xc1','\xe0','\x00','\x01','\xc0','\x20','\x03','\x80','\x20','\x0d','\x80','\x20','\x31','\x80','\x30','\xc1','\xff','\xf0','\x00','\xff','\xe0','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc6','\xff','\xff','\xff','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xcc','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x1c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x0c','\x80','\x61','\x90','\x60','\x81','\x80','\x60','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x18','\x00','\x18','\x1a','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x08','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x02','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x40','\x00','\x0c','\x30','\xff','\xfe','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x00','\x00','\x0c','\x40','\x0c','\xfe','\x7f','\xfe','\x0c','\x61','\x0c','\x0c','\x61','\x0c','\x0c','\x7f','\xfc','\x0c','\x61','\x0c','\x0c','\x61','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x60','\xff','\xcc','\x30','\x0c','\x18','\x1c','\x0c','\x10','\x0f','\x0c','\x20','\x06','\x1e','\x40','\x30','\x1d','\x1f','\xf8','\x1d','\x80','\x00','\x3d','\x80','\x00','\x2c','\x00','\x0c','\x2c','\x7f','\xfe','\x6c','\x07','\x00','\x4c','\x06','\x00','\x8c','\x06','\x00','\x0c','\x04','\x20','\x0c','\x0c','\x10','\x0c','\x08','\x18','\x0c','\x7f','\xec','\x0c','\x3e','\x0c','\x0c','\x20','\x0c','\x0e','\x00','\x00','\x0c','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0d','\x98','\xc0','\xff','\xd8','\xc0','\x19','\x98','\xcc','\x19','\x9f','\xfe','\x19','\x98','\x0c','\x19','\x98','\x0c','\x31','\x98','\x0c','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x6a','\x18','\xcc','\x66','\x18','\xc0','\x07','\x18','\xc0','\x0d','\x98','\xc0','\x08','\xd8','\xc0','\x18','\xd8','\xc6','\x10','\x1f','\xff','\x20','\x18','\x00','\xc0','\x18','\x00','\x1c','\x00','\x1c','\x18','\x01','\xfe','\x18','\x7f','\x88','\x18','\x02','\x0e','\x18','\x21','\x0c','\x1b','\x11','\x98','\xff','\x99','\x90','\x33','\x18','\x20','\x33','\x7f','\xfe','\x33','\x06','\x00','\x33','\x06','\x00','\x63','\x06','\x06','\x66','\xff','\xff','\x66','\x0c','\x00','\x66','\x0c','\x30','\xd4','\x0f','\xf8','\xcc','\x1a','\x30','\x0e','\x12','\x30','\x0b','\x31','\x60','\x1b','\x21','\xc0','\x10','\x43','\x70','\x20','\x86','\x3f','\x41','\x18','\x1e','\x82','\x60','\x06','\x08','\x00','\x00','\x0e','\x00','\x30','\x0c','\x3f','\xf8','\x08','\x06','\x30','\x92','\x06','\x30','\x63','\x86','\x30','\x33','\x06','\x30','\x36','\x06','\x30','\x04','\x06','\x30','\x0a','\x06','\x30','\x11','\x06','\x36','\xff','\xbf','\xff','\x7c','\xc6','\x30','\x4c','\xc6','\x30','\x0c','\x06','\x30','\x4e','\x06','\x30','\x7d','\x86','\x30','\x6c','\xc6','\x30','\x6c','\xc6','\x30','\x4c','\x06','\x30','\x4c','\x06','\x30','\x8c','\x06','\x36','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x08','\x80','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x06','\x02','\x04','\x7f','\x7f','\xfe','\x00','\x02','\x04','\x00','\x22','\x44','\x03','\x1a','\x34','\xff','\x8a','\x14','\x00','\x02','\x04','\x00','\x0e','\x1c','\x06','\x72','\xe4','\x7f','\x22','\x44','\x00','\x07','\x00','\x00','\x06','\x80','\x06','\x0c','\x60','\x7f','\x18','\x38','\x00','\x32','\x1f','\x00','\xc7','\x06','\x46','\x0c','\x40','\x7f','\x30','\xe0','\x66','\x01','\x88','\x66','\x06','\x1c','\x66','\x18','\x70','\x66','\x01','\xc0','\x7e','\x07','\x00','\x66','\x38','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x06','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x06','\x99','\xff','\xff','\x18','\x0d','\x00','\x18','\x19','\x04','\x18','\x18','\x8e','\x18','\x38','\x98','\x18','\x78','\xe0','\x18','\xd8','\x40','\x1b','\x18','\x60','\x18','\x18','\x30','\x18','\x1f','\x38','\x18','\xfc','\x1f','\x18','\x70','\x0e','\x18','\x40','\x06','\x01','\xc0','\x10','\x01','\x88','\x1c','\x01','\xfc','\x18','\x01','\x80','\x30','\x21','\x8c','\x60','\x3f','\xfe','\x80','\x31','\x0c','\x08','\x31','\x08','\x0e','\x31','\xc0','\x1c','\x37','\x10','\x38','\x31','\x18','\x60','\x30','\xf9','\x84','\x30','\x00','\x07','\x30','\x00','\x0e','\x33','\xb8','\x1c','\x33','\x30','\x70','\x33','\x31','\xc0','\x23','\x36','\x00','\x23','\x30','\x02','\x66','\x30','\x02','\x46','\x30','\x03','\x44','\x3f','\xff','\x88','\x1f','\xfe','\x30','\x00','\x00','\x1c','\x00','\x0c','\x19','\xff','\xfe','\x18','\x04','\x80','\x18','\x04','\x80','\x1a','\x44','\x98','\xff','\x7f','\xfc','\x18','\x64','\x98','\x18','\x64','\x98','\x1c','\x64','\x98','\x3a','\x64','\x98','\x3b','\x7f','\xf8','\x3b','\x60','\x18','\x38','\x00','\x00','\x78','\x7f','\xf8','\x58','\x00','\x00','\x58','\x00','\x06','\x9b','\xff','\xff','\x18','\x03','\x00','\x18','\x43','\x20','\x18','\x73','\x18','\x18','\x63','\x0c','\x18','\xc3','\x06','\x1b','\x1f','\x06','\x18','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x08','\x18','\x00','\x06','\x18','\x00','\x03','\x18','\x10','\x03','\x18','\x1c','\x00','\x18','\x38','\x00','\x18','\x70','\x01','\x98','\xc0','\x7f','\xdb','\x00','\x01','\x9c','\x00','\x01','\x9a','\x00','\x03','\x1a','\x00','\x03','\x19','\x00','\x06','\x19','\x00','\x06','\x18','\x80','\x0c','\x18','\xc0','\x08','\x18','\x60','\x10','\x18','\x38','\x20','\x18','\x1f','\x40','\x18','\x0e','\x80','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x20','\x00','\x0c','\x19','\xff','\xfe','\x0c','\x04','\x80','\x0c','\x04','\x80','\x00','\x44','\x98','\x00','\x7f','\xfc','\x80','\x64','\x98','\x60','\x64','\x98','\x32','\x64','\x98','\x32','\x64','\x98','\x04','\x7f','\xf8','\x04','\x60','\x18','\x0c','\x00','\x00','\x08','\x7f','\xf8','\x18','\x00','\x00','\x18','\x00','\x06','\x33','\xff','\xff','\xf0','\x03','\x00','\x70','\x43','\x20','\x30','\x73','\x18','\x30','\x63','\x0c','\x30','\xc3','\x06','\x3b','\x1f','\x06','\x18','\x06','\x00','\x00','\x60','\x0c','\xff','\xf4','\x7e','\x09','\x07','\xe0','\x09','\x04','\x90','\x49','\x24','\x90','\x7f','\xf4','\x90','\x49','\x24','\x90','\x49','\x24','\x90','\x49','\x24','\x90','\x7f','\xe4','\x90','\x00','\x04','\x90','\x00','\x44','\x90','\x7f','\xe4','\x90','\x00','\x04','\x90','\x00','\x14','\x90','\xff','\xfc','\x98','\x06','\x04','\x88','\x26','\x84','\x88','\x36','\x4c','\xac','\x66','\x68','\xac','\x46','\x68','\xf6','\x86','\x17','\x97','\x1e','\x23','\x16','\x0c','\x42','\x02','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xff','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x04','\x18','\x00','\x07','\x18','\x80','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc4','\x1c','\x03','\x82','\x30','\x07','\x83','\x40','\x0d','\x81','\x80','\x31','\x81','\xc0','\xc1','\x80','\xe0','\x01','\x9c','\x78','\x01','\xe0','\x3f','\x1f','\x80','\x1e','\x0e','\x00','\x06','\x08','\x00','\x00','\x03','\x00','\x00','\x7f','\x80','\x0c','\x00','\x3f','\xfe','\x00','\x01','\x80','\x01','\x81','\x80','\xff','\xc1','\x88','\x00','\x01','\x8e','\x00','\x21','\x8c','\x03','\x11','\x8c','\x7f','\x99','\x98','\x00','\x19','\x90','\x00','\x19','\xa0','\x03','\x01','\x80','\x7f','\x81','\x86','\x00','\x7f','\xff','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x80','\x63','\x01','\x80','\x01','\x02','\x00','\x03','\x83','\x80','\x07','\x03','\x00','\x0c','\x03','\x00','\x30','\x46','\x00','\xc6','\x66','\x06','\x02','\xc7','\xff','\x31','\x8c','\x06','\x13','\x08','\x06','\x06','\x10','\x06','\x19','\x24','\x06','\x61','\x83','\x06','\x02','\x81','\x86','\x04','\xc1','\x86','\x18','\xc1','\x86','\x61','\xc0','\x06','\x03','\xc0','\x06','\x06','\xc0','\x0e','\x0c','\xc0','\x0c','\x30','\xc0','\x0c','\xc1','\xc0','\x0c','\x01','\x80','\x18','\x0f','\x80','\xf8','\x03','\x00','\x30','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\x00','\x30','\xc1','\x0c','\x30','\xc9','\xfe','\x3f','\xfd','\x8c','\x30','\xc1','\x8c','\x30','\xc1','\x8c','\x37','\xf9','\xfc','\x34','\x09','\x8c','\x34','\x09','\x8c','\x37','\xf9','\x8c','\x34','\x09','\x8c','\x34','\x09','\xfc','\x37','\xf9','\x8c','\x20','\xc1','\x8c','\x20','\xc5','\x8c','\x6f','\xff','\x0c','\x40','\xc1','\x0c','\x40','\xc3','\x0c','\x80','\xc2','\x3c','\x00','\xc4','\x18','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\x7f','\xff','\x0d','\x0c','\x30','\xff','\x8c','\x30','\x0c','\x0c','\x30','\x0c','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0d','\xb1','\x8c','\x1e','\x31','\x8c','\xfc','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x7c','\x30','\x0c','\x18','\x30','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x00','\x06','\x6d','\xff','\xff','\x6c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x86','\x0c','\x0c','\xff','\xfe','\xfc','\xc6','\x0c','\x6c','\xcd','\x0c','\x4c','\xcc','\xcc','\x0c','\xc8','\x6c','\x18','\xd0','\x6c','\x18','\xe0','\x6c','\x10','\xc0','\x0c','\x30','\xc0','\x0c','\x20','\xc0','\x0c','\x40','\xc0','\x0c','\x00','\xc0','\x7c','\x00','\xc0','\x18','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x11','\x90','\x0d','\x9d','\x8c','\xff','\xd9','\x86','\x0c','\x19','\x87','\x0c','\x11','\x83','\x1c','\x11','\x83','\x1e','\x21','\x80','\x1d','\x81','\x90','\x3c','\xc1','\x9c','\x2c','\xcf','\x98','\x6c','\x03','\x38','\x4c','\x00','\x30','\x8c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x18','\x00','\x0c','\x60','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x06','\x03','\x9c','\x06','\x03','\x18','\x0d','\x03','\x18','\x0c','\xc3','\x1a','\x08','\x7f','\xff','\x18','\x63','\x18','\x10','\x03','\x18','\x21','\x83','\x18','\x3f','\xc0','\x00','\x46','\x08','\x06','\x86','\x0f','\xff','\x06','\xcc','\x46','\x7f','\xec','\x46','\x06','\x0c','\x46','\x06','\x8c','\x46','\x46','\xef','\xfe','\x26','\xcc','\x46','\x36','\x8c','\x46','\x37','\x0c','\x46','\x06','\x0c','\x46','\x07','\xcc','\x46','\x7e','\x0f','\xfe','\x38','\x0c','\x06','\x20','\x0c','\x06','\x06','\x00','\x18','\x06','\x00','\x7c','\x0d','\x09','\xe0','\x0c','\xcf','\x00','\x08','\x6c','\x00','\x18','\x6c','\x00','\x10','\x0c','\x0c','\x21','\x8f','\xfe','\x3f','\xcc','\x30','\x46','\x0c','\x30','\x86','\x0c','\x30','\x06','\xcc','\x30','\x7f','\xec','\x30','\x06','\x0c','\x30','\x06','\x4c','\x36','\x46','\x7f','\xff','\x26','\xc0','\x00','\x36','\x80','\x00','\x37','\x08','\x20','\x06','\x0e','\x18','\x07','\xcc','\x0c','\xfe','\x18','\x0e','\x78','\x30','\x06','\x40','\xc0','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x18','\x1f','\xc3','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x23','\x40','\xc0','\x3b','\x24','\xd0','\x33','\x37','\xcc','\x33','\x36','\xc6','\x23','\x0c','\xc7','\x63','\x08','\xc3','\x43','\x10','\xc3','\x83','\x20','\xc0','\x1f','\x07','\xc0','\x06','\x01','\x80','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x00','\x4c','\x83','\x00','\x7f','\xc2','\x20','\x4c','\x82','\x18','\x4c','\x84','\x0c','\x4c','\xbf','\xf6','\x4c','\x9e','\x06','\x4c','\x90','\x00','\x4c','\x81','\xc0','\x4c','\x81','\x80','\x7f','\x81','\x8c','\x4c','\x3f','\xfe','\x4c','\x01','\x80','\x0d','\x01','\x80','\x0c','\x81','\x80','\x0f','\xc1','\x80','\xfc','\xc1','\x80','\x70','\x01','\x86','\x40','\xff','\xff','\x00','\x00','\x00','\x10','\x03','\x84','\x1c','\x03','\x07','\x18','\x03','\x0e','\x19','\x9f','\xec','\x1f','\xc3','\x18','\x11','\x83','\x32','\x31','\x7f','\xff','\x22','\x00','\xc0','\x3f','\x81','\x88','\x64','\x86','\x1c','\xa4','\x9e','\x70','\x24','\xe7','\x82','\x3f','\x86','\x03','\x24','\x83','\xff','\x24','\x80','\x00','\x24','\x80','\x00','\x3f','\x8f','\xfc','\x00','\x0c','\x0c','\x00','\x8c','\x0c','\x2a','\xcf','\xfc','\x2a','\x4c','\x0c','\x6a','\x0c','\x0c','\x60','\x0f','\xfc','\x00','\x0c','\x0c','\x00','\x00','\x00','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x40','\xc2','\x06','\x7f','\xe3','\xff','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x7f','\xc3','\xfe','\x60','\xc3','\x06','\x60','\xc3','\x06','\x0e','\x1c','\x08','\x0c','\x18','\x0e','\x0c','\x18','\x0c','\x0c','\x18','\x18','\x0d','\x9b','\x10','\xff','\xff','\xa0','\x0c','\x18','\x44','\x0c','\x18','\x87','\x0e','\x18','\x0e','\x1d','\x1c','\x0c','\x1d','\xba','\x18','\x1d','\xbb','\x10','\x3c','\x3b','\x20','\x2c','\x78','\x44','\x2c','\x58','\x87','\x6c','\x58','\x06','\x4c','\xd8','\x0e','\x8c','\x98','\x0c','\x0d','\x18','\x18','\x0c','\x18','\x30','\x0c','\x18','\x20','\x0c','\x18','\x40','\x0c','\x18','\x80','\x0c','\x19','\x00','\x00','\x00','\xe0','\x0e','\x00','\xc8','\x0c','\x04','\xc4','\x0c','\x3e','\xc6','\x0c','\x00','\xc6','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x03','\x00','\xc6','\x03','\x7f','\xff','\x23','\x04','\xc0','\x12','\x04','\xc0','\x0a','\x24','\xc0','\x0e','\x24','\x40','\x04','\x24','\x60','\x0e','\x27','\x60','\x0b','\x24','\x60','\x19','\xa4','\x22','\x11','\xa4','\x32','\x31','\xa4','\x32','\x20','\x24','\x1a','\x40','\x27','\x9a','\x81','\xfc','\x0e','\x00','\xe0','\x07','\x00','\x80','\x03','\x20','\x00','\x30','\x18','\x00','\xf8','\x0c','\x23','\xc0','\x0c','\x3e','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x80','\x30','\x0c','\x60','\x3f','\xfe','\x32','\x30','\xc0','\x32','\x30','\xc0','\x04','\x30','\xc0','\x04','\x30','\xc0','\x0c','\x30','\xc0','\x08','\x30','\xc6','\x1b','\xff','\xff','\x18','\x00','\x00','\x30','\x00','\x00','\xf0','\x20','\x40','\x70','\x38','\x30','\x30','\x70','\x18','\x30','\x60','\x0c','\x30','\xc0','\x0e','\x39','\x80','\x06','\x1a','\x00','\x06','\x20','\x30','\x06','\x10','\x23','\xff','\x19','\xa0','\x30','\x19','\x28','\x20','\x01','\x3d','\x46','\x01','\x21','\xff','\x85','\x21','\x86','\x45','\x25','\x86','\x67','\xff','\x86','\x68','\x21','\xfe','\x08','\x21','\x86','\x09','\x29','\x86','\x19','\xa5','\x86','\x19','\x27','\xfe','\x13','\x21','\x86','\x32','\xe9','\x86','\x34','\x4d','\x86','\xf0','\x19','\x86','\x70','\x11','\xfe','\x30','\x20','\x80','\x30','\x40','\xe8','\x30','\x81','\xc6','\x3b','\x03','\x03','\x18','\x0c','\x03','\x00','\x81','\x00','\x00','\xe0','\x80','\x01','\xc0','\xc0','\x03','\x00','\x70','\x07','\xff','\xfc','\x0c','\x60','\xdf','\x30','\xc1','\xc6','\xc1','\x8f','\x80','\x03','\x03','\x00','\x0c','\x00','\x00','\x37','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x10','\x1c','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x67','\xff','\xe4','\x61','\x18','\x48','\x03','\x9a','\x30','\x06','\x1f','\x18','\x38','\x78','\x18','\x03','\xc0','\x00','\x7f','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x03','\x80','\x06','\x03','\x1f','\xff','\x3b','\x00','\xc0','\x33','\x60','\x80','\x33','\xf5','\x0c','\x33','\x07','\xfe','\x33','\x06','\x0c','\x33','\x36','\x0c','\xff','\xfe','\x0c','\x00','\x07','\xfc','\x07','\x06','\x0c','\x26','\x46','\x0c','\x36','\x26','\x0c','\x36','\x37','\xfc','\x26','\x36','\x0c','\x66','\x86','\x0c','\x5e','\xe6','\x0c','\x8c','\xc6','\x0c','\x01','\x87','\xfc','\x03','\x02','\x00','\x06','\x03','\x98','\x0c','\x07','\x06','\x30','\x0c','\x03','\xc0','\x30','\x03','\x10','\x01','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x10','\x19','\x80','\x3f','\xfd','\x00','\x20','\x03','\x06','\x40','\x03','\xff','\x9f','\xf2','\x10','\x19','\x36','\x1c','\x19','\x35','\x18','\x19','\x39','\x18','\x19','\x31','\x18','\x19','\x31','\x30','\xff','\xfc','\xb0','\x32','\x60','\xa0','\x32','\x60','\xe0','\x32','\x60','\x40','\x32','\x60','\x40','\x32','\x68','\xe0','\x7f','\xfc','\xb0','\x60','\xc1','\x38','\x00','\xc2','\x1f','\x07','\xc4','\x0e','\x01','\x98','\x06','\x40','\x80','\x00','\x30','\xe0','\x06','\x18','\xdf','\xff','\x18','\x86','\x00','\x01','\x06','\x00','\xff','\xf6','\x00','\x19','\x86','\x18','\x19','\x87','\xfc','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\xa7','\x18','\xff','\xf6','\x98','\x19','\x86','\xd8','\x19','\x86','\xd8','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x1a','\x11','\x86','\x0a','\x31','\x86','\x0a','\x21','\x86','\xce','\x21','\xbf','\x06','\x41','\x9c','\x07','\x81','\x90','\x03','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x7c','\x80','\x00','\xd8','\x60','\x01','\x98','\x30','\x03','\x18','\x18','\x06','\x18','\x0c','\x0c','\x18','\x0e','\x18','\x18','\x06','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x00','\x70','\x03','\x80','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0c','\x00','\x66','\x0c','\xff','\xff','\x1c','\x00','\x60','\x2c','\x00','\x60','\x4c','\x40','\x60','\x8c','\x30','\x60','\x0c','\x18','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x03','\xe0','\x0c','\x00','\xc0','\x00','\x02','\x00','\x1c','\x03','\x80','\x18','\x23','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x1b','\x30','\x18','\xff','\xbf','\xf8','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x19','\x3f','\xf8','\x1e','\x03','\x00','\xf8','\x03','\x00','\x60','\x03','\x06','\x41','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x38','\x0c','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x06','\x0e','\x00','\x18','\x0c','\x0f','\xfc','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x07','\xf8','\x0d','\x80','\x18','\xff','\xc0','\x18','\x19','\x8f','\xf8','\x19','\x90','\x00','\x19','\x90','\x06','\x19','\x9f','\xff','\x31','\xb0','\x06','\x33','\x31','\xc4','\x33','\x01','\x80','\x33','\x11','\x8c','\x6a','\x1f','\xfe','\x66','\x19','\x8c','\x07','\x19','\x8c','\x05','\x99','\x8c','\x0d','\x99','\x8c','\x09','\x99','\xbc','\x10','\x19','\x98','\x20','\x01','\x80','\xc0','\x01','\x80','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc7','\x00','\x00','\xc6','\x00','\x01','\x86','\x00','\x01','\x06','\x0c','\x03','\xff','\xfe','\x07','\x06','\x0c','\x0f','\x06','\x0c','\x1b','\x06','\x0c','\x33','\x06','\x0c','\xc3','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x7c','\x03','\x06','\x18','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x40','\x00','\x30','\x70','\x38','\x30','\x60','\x30','\x30','\xc0','\x30','\x30','\xc0','\x36','\x31','\x9f','\xff','\x31','\x80','\x30','\x33','\x80','\x30','\x35','\x88','\x30','\x39','\x86','\x30','\x31','\x83','\x30','\x21','\x83','\x30','\x21','\x80','\x30','\x61','\x80','\x30','\x41','\x80','\x30','\x41','\x80','\x30','\x81','\x80','\x30','\x01','\x81','\xf0','\x01','\x80','\x60','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x2c','\xff','\xff','\x2e','\x0c','\x00','\x2d','\x0c','\x00','\x6d','\x89','\xc0','\x6d','\x99','\x80','\xcc','\x11','\x8c','\xcc','\x3f','\xfe','\x0c','\x71','\x8c','\x0c','\xb1','\x8c','\x0d','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\xbc','\x0c','\x31','\x98','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x83','\x0c','\xff','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x03','\x00','\x0e','\x03','\x06','\x1c','\xff','\xff','\xfc','\x06','\x80','\x6c','\x06','\x80','\x4c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x40','\x0c','\x08','\x20','\x0c','\x18','\x30','\x0c','\x10','\x18','\x0c','\x20','\x1f','\x7c','\x40','\x0e','\x19','\x80','\x06','\x03','\xa1','\x00','\x03','\x31','\xc0','\x03','\x11','\x80','\xff','\xfd','\x80','\x03','\x01','\x00','\x3f','\xf3','\x06','\x23','\x13','\xff','\x23','\x12','\x10','\x3f','\xf6','\x1c','\x23','\x15','\x18','\x23','\x19','\x18','\x3f','\xf1','\x10','\x00','\x00','\xb0','\x07','\x00','\xa0','\x06','\x30','\xe0','\xff','\xf8','\x40','\x0c','\x00','\xe0','\x0c','\x60','\xa0','\x0f','\xf0','\xb0','\x08','\x61','\x18','\x18','\x61','\x1c','\x10','\xc2','\x0f','\x23','\xc4','\x0e','\xc1','\x98','\x06','\x01','\x00','\x00','\x01','\xc1','\x80','\x01','\x80','\x70','\x03','\x01','\x1c','\x06','\x43','\xce','\x18','\x37','\x06','\x60','\x1c','\x00','\x00','\x36','\x00','\x00','\xe3','\xc0','\x03','\x80','\xff','\x1c','\x06','\x3e','\xe4','\x3f','\x06','\x07','\xf0','\x00','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x00','\x10','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x00','\x00','\x06','\x00','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x10','\x10','\xc3','\x1c','\x0c','\xc3','\x18','\x06','\xc3','\x30','\x06','\xc3','\x20','\x00','\xc3','\x46','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x20','\x00','\x18','\x18','\x00','\xfc','\x0c','\x0f','\xc0','\x0d','\xf8','\x10','\x00','\x86','\x1c','\x00','\x63','\x18','\x80','\x33','\x30','\x60','\x30','\x40','\x32','\x00','\x18','\x32','\x7f','\xfc','\x04','\x00','\x30','\x04','\x00','\x60','\x0c','\x02','\x80','\x08','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x1f','\x00','\x18','\x06','\x00','\x01','\x00','\x00','\x01','\xc3','\x00','\x01','\x80','\xc0','\x03','\x80','\x70','\x03','\x00','\x38','\x06','\x00','\x1c','\x0c','\x01','\x0e','\x18','\x01','\xc6','\x61','\x01','\x80','\x01','\x01','\x80','\x00','\x83','\x00','\x00','\x83','\x00','\x00','\x46','\x00','\x00','\x66','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\x63','\x80','\x00','\xc1','\xe0','\x01','\x80','\xf8','\x06','\x00','\x7f','\x18','\x00','\x1e','\xe0','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x18','\x66','\x06','\x1f','\xf7','\xff','\x24','\x09','\x00','\x43','\x10','\xc0','\x83','\x00','\xc0','\x00','\x00','\x00','\x02','\x00','\x70','\x03','\x80','\x60','\x07','\x00','\x66','\x06','\x7f','\xff','\x0e','\x00','\x60','\x1e','\x20','\x60','\x36','\x18','\x60','\xc6','\x0c','\x60','\x06','\x0c','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x20','\x00','\x30','\x70','\x70','\x30','\x60','\x64','\x30','\xdf','\xfe','\x31','\xc8','\x60','\x36','\xc4','\x60','\x30','\xc4','\x60','\x30','\xc1','\xe0','\x30','\xcc','\xc0','\x30','\x0c','\x00','\x33','\xff','\xf8','\x33','\x18','\x18','\x33','\x16','\x18','\x23','\x21','\x98','\x23','\x4c','\x98','\x63','\x08','\x18','\x43','\x16','\x18','\x43','\x21','\x98','\x83','\x40','\x98','\x03','\x00','\x78','\x03','\x00','\x30','\x00','\x18','\x00','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x18','\x06','\x18','\x1f','\xc4','\x1b','\xf8','\x10','\x18','\x18','\x18','\x18','\x0f','\xf8','\x18','\x00','\x00','\x19','\xff','\xfc','\x19','\x02','\x04','\x19','\xff','\xfc','\x19','\x02','\x04','\x19','\xff','\xfc','\x18','\x00','\x00','\x18','\xff','\xf8','\x18','\x80','\x08','\x30','\xff','\xf8','\x30','\x80','\x08','\x20','\xff','\xf8','\x60','\x80','\x08','\x40','\x80','\x78','\x80','\x80','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x06','\x10','\x20','\x7f','\x0c','\x38','\x00','\x06','\x30','\x00','\x06','\x24','\x03','\x3f','\xfe','\xff','\x82','\x40','\x00','\x22','\x48','\x00','\x12','\x4e','\x06','\x1a','\x4c','\x7f','\x1a','\x48','\x00','\x02','\x50','\x00','\x02','\x46','\x06','\x7f','\xff','\x7f','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xf8','\x43','\x0c','\x18','\x7f','\x8c','\x18','\x63','\x0f','\xf8','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\x0f','\xf8','\x63','\x0c','\x18','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\xff','\xc0','\x03','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x60','\x17','\xff','\xf0','\x66','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x03','\xc1','\xc0','\x07','\x00','\x78','\x1c','\x00','\x1c','\x60','\x00','\x0c','\x21','\x80','\x70','\x3f','\xc0','\x68','\x31','\x82','\x64','\x31','\x9f','\x66','\x31','\x80','\x66','\x31','\x80','\x60','\x3f','\x80','\x66','\x31','\xff','\xff','\x31','\x80','\x60','\x31','\x82','\x60','\x31','\x82','\x60','\x3f','\x92','\x60','\x31','\x92','\x60','\x31','\x93','\xe0','\x31','\x92','\x20','\x31','\x92','\x30','\x31','\x92','\x30','\x3f','\x92','\x32','\x00','\x12','\x12','\x22','\x13','\x9a','\x39','\x7e','\x0a','\x31','\xb8','\x0e','\x61','\xa0','\x07','\x80','\x00','\x03','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x30','\xc0','\x7f','\xf8','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xe0','\xff','\xfc','\xd8','\x03','\x00','\xcc','\x03','\x00','\xc6','\x23','\x00','\xc7','\x3b','\x30','\xc3','\x33','\xf8','\xc0','\x33','\x00','\xc0','\x33','\x00','\xc0','\x33','\x00','\xc0','\x33','\x00','\xc0','\x2b','\x00','\xc0','\x27','\x00','\x00','\x23','\xc0','\x00','\x60','\xff','\xff','\x40','\x1f','\xfe','\x80','\x00','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\xc4','\x1c','\x3f','\xe7','\x18','\x30','\xc6','\x18','\x31','\x86','\x18','\x31','\x8c','\x18','\x33','\x0c','\x18','\x32','\x0c','\x1a','\x34','\x1b','\xff','\x32','\x18','\x18','\x33','\x38','\x18','\x31','\x5a','\x18','\x31','\x99','\x18','\x31','\x99','\x98','\x31','\x99','\x98','\x31','\x99','\x98','\x31','\x98','\x18','\x37','\x98','\x18','\x33','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\xf8','\x30','\x18','\x30','\x04','\x20','\x00','\x07','\x38','\x00','\x06','\x30','\x00','\x06','\x60','\x0c','\x0c','\x7f','\xfe','\x0c','\xc0','\x00','\x18','\x80','\x00','\x19','\x40','\x30','\x3a','\x7f','\xf8','\x38','\x66','\x30','\x58','\x66','\x30','\x98','\x66','\x30','\x18','\x66','\x36','\x1b','\xff','\xff','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\x19','\xff','\xff','\x19','\x80','\x60','\x18','\x00','\x60','\x18','\x03','\xe0','\x18','\x00','\xc0','\x1c','\x10','\x00','\x18','\x1c','\x00','\x18','\x18','\x00','\x18','\x30','\x00','\x18','\x20','\x0c','\x1b','\x7f','\xfe','\xff','\xe4','\x90','\x18','\xa4','\x90','\x19','\x24','\x90','\x18','\x24','\x96','\x19','\xff','\xff','\x1a','\x24','\x90','\x1c','\x24','\x90','\xf8','\x24','\x90','\x78','\x24','\x90','\x58','\x24','\x96','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x44','\x88','\x18','\x44','\x44','\x18','\x8c','\x66','\xfb','\x8c','\x63','\x33','\x0c','\x63','\x00','\x07','\x00','\x00','\x06','\x40','\x00','\x66','\x30','\x1f','\xf6','\x18','\x00','\x06','\x18','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x01','\xc6','\x00','\x01','\x86','\x00','\x1d','\x86','\x00','\x19','\x93','\x00','\x19','\xfb','\x00','\x19','\x83','\x00','\x19','\x81','\x80','\x19','\x81','\x80','\x19','\x80','\xc2','\x19','\x98','\xe2','\x19','\xe0','\x72','\x1f','\x80','\x3a','\xfe','\x00','\x1f','\x78','\x00','\x0f','\x40','\x00','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x1c','\x44','\x40','\x24','\x44','\x40','\x04','\x44','\x46','\xff','\xff','\xff','\x04','\x44','\x40','\x04','\x44','\x40','\x04','\x44','\x4c','\x7f','\xff','\xfe','\x08','\x00','\x00','\x0c','\x60','\x60','\x0f','\xe0','\x64','\x18','\xdf','\xfe','\x10','\xcc','\x60','\x29','\x8c','\x60','\xcd','\x0c','\x66','\x02','\x7f','\xff','\x04','\x00','\x60','\x08','\x00','\x60','\x30','\x00','\x60','\xc0','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x06','\x0c','\x30','\x22','\x0c','\x2f','\xff','\x8c','\x40','\x20','\x0c','\x87','\xff','\x0c','\x04','\x21','\x0c','\x04','\x21','\x0c','\x07','\xff','\x0c','\x04','\x21','\x0c','\x04','\x21','\x0c','\x07','\xff','\x0c','\x04','\x21','\x0c','\x04','\x21','\x0c','\x04','\x27','\x18','\x04','\x23','\x78','\x00','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x00','\x18','\x1f','\xff','\xfc','\x14','\x44','\x40','\x24','\x44','\x40','\x04','\x44','\x46','\xff','\xff','\xff','\x04','\x44','\x40','\x04','\x44','\x40','\x04','\x44','\x40','\x04','\x44','\x4c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x03','\x80','\x00','\x03','\x01','\x06','\x03','\x01','\xff','\x03','\x19','\x86','\x7f','\xfd','\x8c','\x00','\x41','\x8c','\x10','\x71','\x88','\x08','\x61','\x98','\x0c','\xc1','\x90','\x0c','\x81','\xa0','\x01','\x0d','\x90','\xff','\xff','\x88','\x00','\x01','\x8c','\x00','\x01','\x84','\x20','\x31','\x86','\x3f','\xf9','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\xbe','\x30','\x31','\x8c','\x3f','\xf1','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x03','\x80','\x1c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x30','\x18','\x7f','\xf8','\x18','\x03','\x00','\x1a','\x03','\x07','\xff','\x03','\x00','\x18','\x03','\x18','\x18','\xff','\xfc','\x18','\x00','\x00','\x18','\x03','\x82','\x18','\x03','\x01','\x18','\x03','\x01','\x98','\x03','\x31','\x98','\x7f','\xf9','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x30','\x18','\x07','\xc0','\x18','\xfe','\x00','\x18','\x70','\x00','\xf8','\x40','\x00','\x30','\x1c','\x80','\x18','\x18','\xff','\xfc','\x18','\xc0','\x18','\x18','\xc0','\x98','\x18','\xc3','\xd8','\xff','\xde','\x18','\x18','\xc2','\x18','\x18','\xc2','\x18','\x18','\xc2','\x18','\x3c','\xdf','\xd8','\x3a','\xd2','\x58','\x3a','\xd2','\x58','\x3a','\xd2','\x58','\x78','\xd2','\x58','\x58','\xdf','\xd8','\x58','\xc2','\x18','\x98','\xc2','\x1a','\x18','\x82','\x0a','\x18','\x82','\x8a','\x18','\x82','\x4a','\x19','\xbf','\xee','\x19','\x1c','\x66','\x19','\x10','\x67','\x1a','\x00','\x03','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x03','\x30','\x18','\x3f','\xb0','\x1b','\xf0','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x19','\xff','\x30','\x19','\x31','\x30','\x19','\x31','\x30','\x19','\x31','\x30','\x19','\x31','\x30','\x19','\x31','\x30','\x19','\xff','\x30','\x18','\x30','\x12','\x18','\x32','\x12','\x10','\x31','\x1a','\x30','\x31','\x8a','\x27','\xfe','\xce','\x23','\xe0','\xc6','\x42','\x00','\xc7','\x80','\x00','\x03','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc6','\x03','\x00','\xff','\x03','\xff','\xc0','\xfe','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x00','\x02','\x00','\x3f','\xc3','\x0c','\x30','\xc3','\xfe','\x30','\xc6','\x18','\x30','\xc5','\x30','\x30','\xc9','\x60','\x3f','\xd0','\xc0','\x06','\x01','\xe0','\x66','\x03','\x38','\x67','\xc6','\x0f','\x66','\x18','\x06','\x66','\x07','\xf8','\x66','\x06','\x18','\x66','\x06','\x18','\x67','\xc6','\x18','\xfe','\x06','\x18','\x70','\x07','\xf8','\x40','\x06','\x18','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x40','\x06','\x06','\x30','\x0c','\x06','\x18','\x0c','\x06','\x18','\x18','\x06','\x00','\x18','\x06','\x06','\x3b','\xff','\xff','\x38','\x0d','\x00','\x58','\x0d','\x00','\x98','\x0d','\x00','\x18','\x0d','\x00','\x18','\x0c','\x80','\x18','\x18','\x80','\x18','\x18','\xc0','\x18','\x18','\x40','\x18','\x10','\x60','\x18','\x30','\x30','\x18','\x20','\x38','\x18','\x60','\x1c','\x18','\x40','\x1f','\x18','\x80','\x0e','\x1b','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x06','\x00','\x00','\x06','\x00','\x00','\xe6','\x10','\x30','\xc6','\x1f','\xf8','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x1f','\xf0','\xc6','\x18','\x30','\xc6','\x00','\x00','\xc6','\x40','\x0c','\xc6','\x7f','\xfe','\xc6','\x61','\x0c','\xc6','\x61','\x0c','\xc6','\x61','\x0c','\xc6','\x7f','\xfc','\xc6','\x61','\x0c','\x06','\x61','\x0c','\x06','\x61','\x0c','\x06','\x7f','\xfc','\x06','\x60','\x0c','\x3e','\x60','\x0c','\x0c','\x04','\x20','\x00','\x07','\x38','\x00','\x0e','\x30','\x0c','\x0c','\x7f','\xfe','\x18','\x40','\x00','\x30','\x80','\x00','\x44','\x3f','\xf8','\x87','\x30','\x18','\x0e','\x30','\x18','\x0c','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x38','\x3f','\xf8','\x58','\x06','\x00','\x98','\x0c','\x00','\x18','\x0f','\xf8','\x18','\x18','\x30','\x18','\x34','\x60','\x18','\x62','\xc0','\x19','\x83','\x80','\x18','\x06','\xe0','\x18','\x0c','\x7f','\x18','\x30','\x1e','\x19','\xc0','\x06','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x4c','\x88','\x18','\x7f','\xcf','\xfc','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8f','\xf8','\x4c','\x8c','\x18','\x4c','\x80','\x00','\x4c','\xa0','\x06','\x4c','\xbf','\xff','\x4c','\xb0','\x86','\x4c','\xb0','\x86','\x4f','\xb0','\x86','\x4d','\xbf','\xfe','\x4c','\x30','\x86','\x0c','\x30','\x86','\x0c','\x30','\x86','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x20','\xc8','\x0c','\x3f','\xef','\xfe','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x30','\xcc','\x7c','\x3f','\xcc','\x18','\x30','\xcc','\x00','\x30','\xcc','\x06','\x30','\xcf','\xff','\x30','\xcc','\x86','\x30','\xcc','\x86','\x3f','\xcc','\x8c','\x30','\xcc','\xcc','\x30','\xcc','\x48','\x30','\xcc','\x58','\x30','\xcc','\x70','\x20','\xcc','\x20','\x20','\xcc','\x70','\x60','\xcc','\x58','\x40','\xcc','\x8f','\x47','\xcf','\x0e','\x81','\x8c','\x06','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0d','\x88','\x18','\xff','\xcf','\xfc','\x01','\x8c','\x18','\x03','\x0c','\x18','\x03','\x0c','\x18','\x06','\x0f','\xf8','\x04','\x0c','\x18','\x0e','\x00','\x00','\x0d','\x20','\x06','\x1d','\xbf','\xff','\x2d','\xb0','\x86','\xcc','\x30','\x86','\x0c','\x30','\x86','\x0c','\x3f','\xfe','\x0c','\x30','\x86','\x0c','\x30','\x86','\x0c','\x30','\x86','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x21','\x88','\x00','\x3f','\xce','\x00','\x31','\x8c','\x06','\x31','\x9f','\xff','\x31','\x90','\x00','\x31','\xa0','\x00','\x31','\x8f','\xfc','\x3f','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x3f','\x83','\x00','\x31','\x86','\x00','\x31','\x87','\xfc','\x31','\x8c','\x18','\x31','\x8a','\x30','\x31','\x91','\x60','\x31','\xa0','\xc0','\x21','\x81','\xe0','\x61','\x83','\x3f','\x47','\x8c','\x1e','\x83','\x30','\x06','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x0f','\xff','\x0d','\x98','\x00','\xff','\xd0','\x00','\x01','\xaf','\xfc','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x06','\x4f','\xfc','\x04','\x6c','\x0c','\x0c','\x8c','\x0c','\x0e','\x0f','\xfc','\x1d','\x83','\x00','\x2c','\xc2','\x00','\xcc','\xc7','\xfc','\x0c','\x04','\x18','\x0c','\x0a','\x30','\x0c','\x11','\x60','\x0c','\x60','\xc0','\x0c','\x01','\xe0','\x0c','\x03','\x3f','\x0c','\x0c','\x1e','\x0c','\x70','\x06','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x04','\x10','\x00','\x07','\x18','\x06','\x0e','\x3f','\xff','\x38','\x60','\x00','\xc1','\x9f','\xf8','\x04','\x10','\x08','\x07','\x1f','\xf8','\x0e','\x10','\x08','\x38','\x1f','\xf8','\xd8','\x03','\x00','\x18','\x07','\xf8','\x18','\x1c','\x30','\x18','\x62','\x60','\x18','\x01','\xc0','\x18','\x0e','\x7f','\x18','\xf0','\x1e','\x20','\xe6','\x67','\x18','\xc4','\x46','\x0c','\xc4','\x46','\x0c','\xc4','\x46','\x00','\xc4','\x46','\x00','\xc4','\x46','\x80','\xc4','\x46','\x60','\xfc','\x7e','\x32','\xc4','\x46','\x32','\xc0','\x06','\x04','\xc0','\x06','\x04','\xff','\xfe','\x0c','\xc0','\x06','\x08','\xc0','\x06','\x18','\xc4','\x46','\x18','\xfe','\x7e','\x30','\xc4','\x46','\xf0','\xc4','\x46','\x70','\xc4','\x46','\x30','\x84','\x46','\x30','\x84','\x46','\x31','\x84','\x46','\x39','\x04','\x46','\x1a','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\xff','\xff','\xfc','\x00','\xc3','\x18','\x00','\xc3','\x18','\x00','\xc3','\x18','\x10','\xc3','\x18','\x1f','\xff','\xf8','\x18','\xc3','\x18','\x18','\xc3','\x00','\x18','\xc3','\x00','\x18','\xc3','\x06','\x1f','\xff','\xff','\x31','\x83','\x06','\x31','\x83','\x06','\x01','\x83','\x06','\x03','\x03','\x0c','\x03','\x03','\x7c','\x06','\x03','\x18','\x0c','\x03','\x00','\x18','\x03','\x00','\x60','\x03','\x00','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x00','\x0c','\x01','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x42','\x00','\x0d','\x82','\x00','\x1e','\x06','\x00','\xfc','\x06','\x20','\x6c','\x04','\x10','\x4c','\x04','\x18','\x0c','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x08','\xf6','\x0c','\xff','\x86','\x0c','\x78','\x06','\x7c','\x40','\x06','\x18','\x00','\x00','\x20','\x1c','\xe0','\x18','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc4','\x01','\xff','\xfe','\x00','\x18','\xc4','\x80','\x18','\xc4','\x60','\x18','\xc4','\x32','\x98','\xc4','\x32','\xff','\xfc','\x04','\x98','\xc4','\x04','\x98','\xc0','\x0c','\x98','\xc0','\x08','\x98','\xc6','\x18','\xff','\xff','\x19','\x98','\xc6','\x31','\x98','\xc6','\xf0','\x18','\xc6','\x70','\x18','\xcc','\x30','\x10','\xfc','\x30','\x30','\xd8','\x30','\x20','\xc0','\x38','\x40','\xc0','\x19','\x80','\xc0','\x01','\x02','\x00','\x01','\xc3','\x80','\x01','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x06','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x1c','\x06','\x00','\x1c','\x04','\x00','\x2c','\x04','\x00','\x4c','\x0c','\x00','\x8c','\x0c','\x00','\x0c','\x08','\x20','\x0c','\x08','\x10','\x0c','\x08','\x18','\x0c','\x18','\x0c','\x0c','\x10','\x0c','\x0c','\x10','\xf6','\x0d','\xff','\x86','\x0c','\xf8','\x06','\x0c','\x80','\x06','\x0c','\x00','\x00','\x07','\x08','\x00','\x46','\x0e','\x00','\x76','\x0c','\x00','\x66','\x0c','\x00','\x66','\x0c','\x00','\x66','\xcc','\x06','\x7f','\xef','\xff','\x46','\x09','\x26','\x46','\x09','\x26','\x46','\x19','\x26','\x86','\x13','\x26','\x06','\xb2','\x26','\x07','\x22','\x26','\x06','\x46','\x66','\x1e','\x04','\x46','\xf6','\x0c','\x46','\x66','\x08','\xc6','\x46','\x10','\x86','\x06','\x21','\x86','\x06','\x01','\x0e','\x06','\x02','\x0c','\x06','\x04','\x0c','\x06','\x08','\x7c','\x06','\x00','\x18','\x10','\x04','\x1c','\x1c','\x07','\x18','\x18','\x06','\x18','\x19','\x86','\x18','\x1f','\xc6','\x18','\x11','\x8c','\x18','\x31','\x0c','\x1a','\x22','\x0d','\xff','\x7f','\x9c','\x18','\xa4','\x9c','\x18','\x24','\xad','\x18','\x24','\xcc','\x98','\x3f','\x8c','\x98','\x24','\x8c','\xd8','\x24','\x8c','\xd8','\x24','\x8c','\x18','\x3f','\x8c','\x18','\x00','\x0c','\x18','\x00','\x8c','\x18','\x2a','\xcc','\x18','\x2a','\xcc','\x18','\x6a','\x4c','\x18','\xca','\x0c','\xf8','\xc0','\x0c','\x30','\x01','\x02','\x00','\x01','\xc2','\x00','\x01','\x82','\x00','\x01','\x81','\x00','\x03','\x01','\x00','\x03','\x00','\x80','\x02','\x00','\xc0','\x06','\x00','\x60','\x04','\x00','\x38','\x08','\x00','\x1f','\x17','\xff','\xce','\x20','\x60','\xc6','\xc0','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x03','\x01','\xc0','\x06','\x01','\x80','\x0c','\x0f','\x80','\x30','\x03','\x00','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x43','\x0c','\x00','\x7f','\x98','\x00','\x63','\x18','\x06','\x63','\x1f','\xff','\x63','\x36','\x66','\x63','\x26','\x66','\x63','\x44','\x46','\x63','\x8c','\xc6','\x63','\x08','\xc6','\x63','\x18','\x86','\x63','\x11','\x86','\x63','\x31','\x06','\x7f','\x23','\x0c','\x63','\x42','\x0c','\x60','\x86','\x0c','\x61','\x04','\x0c','\x00','\x08','\x18','\x00','\x10','\x18','\x00','\x60','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x3f','\xfc','\x7f','\x81','\x80','\x63','\x09','\x90','\x63','\x08','\x10','\x63','\xff','\xff','\x63','\x08','\x10','\x63','\x08','\x10','\x63','\x00','\x00','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x7f','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x60','\x30','\x0c','\x00','\x30','\x0c','\x00','\x3f','\xfc','\x00','\x0c','\x00','\x00','\x1e','\x3c','\x00','\x70','\x0f','\x01','\x80','\x03','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x3f','\xfc','\x18','\x01','\x80','\x18','\x09','\x90','\x18','\x08','\x10','\x18','\xff','\xff','\xff','\x08','\x10','\x18','\x08','\x10','\x18','\x00','\x00','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x1b','\x30','\x0c','\xfc','\x3f','\xfc','\x70','\x30','\x0c','\x40','\x30','\x0c','\x00','\x3f','\xfc','\x00','\x0c','\x00','\x00','\x1e','\x3c','\x00','\x70','\x0f','\x01','\x80','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x09','\x90','\x2e','\x08','\x10','\x2d','\xff','\xff','\x2d','\x88','\x10','\x6d','\x88','\x10','\x6c','\x00','\x00','\xcc','\x3f','\xfc','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x0c','\x00','\x0c','\x1e','\x3c','\x0c','\x70','\x0f','\x0d','\x80','\x03','\x0e','\x08','\x40','\x0c','\x0e','\x40','\x0c','\x0c','\x40','\x0c','\x0c','\x40','\x0c','\x08','\x20','\x0d','\x88','\x20','\xff','\xd8','\x30','\x0c','\x10','\x10','\x0c','\x10','\x18','\x0c','\xa0','\x0c','\x0d','\x3f','\xff','\x0e','\x46','\x36','\x1c','\x86','\x30','\xfc','\x06','\x30','\x6c','\x06','\x30','\x4c','\x06','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x70','\x0c','\x10','\x60','\x7c','\x23','\xe0','\x18','\xc0','\xc0','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x31','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x07','\x83','\xc0','\x0f','\x67','\xa0','\x0b','\x25','\xb0','\x13','\x09','\x9c','\x23','\x11','\x8f','\xc3','\x61','\x86','\x03','\x01','\x80','\x00','\x38','\x00','\x04','\x30','\x10','\x04','\x30','\x38','\x0c','\x30','\x60','\x18','\x30','\x80','\x38','\x68','\x00','\x30','\x64','\x00','\x00','\xc3','\x00','\x01','\x81','\xc0','\x03','\x00','\xfe','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x00','\x80','\x06','\x84','\x60','\x0c','\xc6','\x38','\x31','\x88','\x1f','\xc3','\xff','\xe6','\x06','\x08','\x00','\x1b','\xff','\xc0','\x62','\x08','\x00','\x03','\xff','\xc0','\x02','\x08','\x08','\x03','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0e','\x08','\x40','\x0c','\x0e','\x40','\x4c','\x8c','\x40','\x4c','\xec','\x20','\x6c','\xcc','\x20','\x6c','\x88','\x30','\x0d','\x18','\x18','\x0c','\x50','\x1c','\xff','\xf0','\x0f','\x0c','\x20','\x06','\x0c','\x40','\x00','\x1e','\x1f','\xf8','\x1d','\x86','\x18','\x1c','\xc6','\x18','\x3c','\xc6','\x18','\x2c','\x06','\x18','\x6c','\x06','\x18','\x4c','\x0c','\x18','\x8c','\x0c','\x18','\x0c','\x08','\x18','\x0c','\x18','\x38','\x0c','\x10','\x30','\x0c','\x21','\xf0','\x0c','\xc0','\x60','\x08','\x1c','\x40','\x06','\x18','\x70','\x06','\x18','\x60','\x00','\x18','\x86','\xff','\xff','\xff','\x01','\x99','\x00','\x03','\x18','\xc0','\x0c','\x18','\x70','\x37','\xff','\xdf','\xc4','\x10','\x46','\x04','\x10','\x40','\x07','\xff','\xc0','\x04','\x10','\x40','\x04','\x10','\x40','\x07','\xff','\xc0','\x00','\x82','\x00','\x3f','\xff','\xf8','\x00','\x82','\x00','\x00','\x82','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x08','\x08','\x40','\x0e','\x0e','\x40','\x0c','\x0c','\x40','\x08','\x0c','\x20','\x92','\x0c','\x20','\x63','\x88','\x30','\x33','\x18','\x18','\x36','\x10','\x1c','\x04','\x30','\x0f','\x0a','\x20','\x06','\x11','\x40','\x00','\xff','\x9f','\xf8','\x7d','\x86','\x18','\x4c','\x06','\x18','\x0c','\x06','\x18','\x4e','\x06','\x18','\x7d','\x86','\x18','\x6c','\xcc','\x18','\x6c','\xcc','\x18','\x4c','\x08','\x18','\x4c','\x18','\x38','\x8c','\x10','\x30','\x0c','\x21','\xf0','\x0c','\xc0','\x60','\x00','\x00','\x60','\x07','\xff','\xf0','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x60','\x18','\x04','\x6f','\x99','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\x99','\xf8','\x00','\x18','\x00','\x01','\x01','\x00','\x01','\xc0','\x80','\x03','\x80','\x60','\x06','\x00','\x38','\x0f','\xff','\xdf','\x30','\x60','\xc6','\xc0','\xc0','\xc0','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x01','\x80','\x06','\x0f','\x80','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x00','\xc0','\x01','\x00','\xc0','\x01','\x00','\xc0','\x00','\x81','\x80','\x00','\x81','\x80','\x00','\xc1','\x80','\x00','\x43','\x00','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\x63','\x00','\x00','\xc1','\xc0','\x01','\x80','\xf0','\x06','\x00','\x7f','\x18','\x00','\x1e','\xe0','\x00','\x04','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x67','\xff','\xe6','\x60','\x81','\x06','\x60','\x81','\x06','\x60','\xff','\x06','\x60','\x81','\x06','\x60','\x81','\x06','\x60','\xff','\x06','\x60','\x81','\x06','\x60','\x81','\x06','\x67','\xff','\x06','\x63','\xe1','\x06','\x62','\x01','\x06','\x60','\x01','\x3e','\x60','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x68','\x18','\x18','\x66','\x18','\x18','\xc3','\x18','\x18','\x81','\x98','\x19','\x01','\xd8','\x1e','\x00','\xd8','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\xf8','\x18','\x00','\x30','\x04','\x20','\x20','\x07','\x10','\x38','\x06','\x18','\x30','\x06','\x0c','\x60','\x0c','\x0c','\x40','\x0c','\x00','\x8c','\x18','\xff','\xfe','\x18','\x18','\x60','\x38','\x18','\x60','\x38','\x18','\x60','\x58','\x18','\x60','\x98','\x18','\x66','\x19','\xff','\xff','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x60','\x60','\x18','\xc0','\x60','\x1b','\x00','\x60','\x00','\x00','\xc0','\x00','\x03','\xe0','\x02','\x1f','\x00','\x03','\xf0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x18','\x03','\xff','\xfc','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\x00','\x03','\x80','\xc0','\x07','\x00','\x70','\x0e','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x7f','\xfe','\x1b','\x64','\x08','\xff','\xe3','\x0c','\x18','\x61','\x08','\x18','\x60','\x10','\x18','\x6f','\xfe','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x19','\x63','\x18','\x1e','\x7f','\xff','\xf8','\xc3','\x18','\x60','\xc3','\x18','\x40','\x83','\x18','\x01','\x83','\x18','\x01','\x06','\x18','\x02','\x06','\x18','\x04','\x0c','\x18','\x00','\x30','\x18','\x07','\x20','\x80','\x86','\x38','\xe0','\x66','\x70','\xc0','\x26','\x41','\x86','\x06','\x81','\xff','\x7f','\xf2','\x10','\x46','\x15','\x1c','\x46','\x91','\x18','\x56','\x50','\xb0','\x56','\x50','\x60','\x56','\x50','\xf0','\x66','\x11','\x9c','\x46','\x76','\x0f','\x46','\x20','\x06','\x00','\x1c','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x08','\x18','\x20','\x04','\x18','\x38','\x06','\x18','\x30','\x03','\x18','\x60','\x03','\x18','\x60','\x03','\x18','\xc0','\x00','\x18','\x80','\x00','\x19','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x20','\x80','\x86','\x38','\xe0','\x66','\x70','\xc0','\x26','\x41','\x86','\x06','\x81','\xff','\x7f','\xf2','\x10','\x46','\x15','\x1c','\x56','\x91','\x18','\x56','\x50','\xb0','\x56','\x50','\xe0','\x56','\x50','\x60','\x66','\x10','\xb8','\x46','\xf1','\x1f','\x46','\x36','\x06','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x70','\x01','\x80','\x1c','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x1b','\x03','\x00','\xff','\x83','\x00','\x18','\x43','\x0c','\x18','\x7f','\xfe','\x18','\x63','\x0c','\x3c','\x63','\x0c','\x3a','\x63','\x0c','\x3b','\x62','\x8c','\x3b','\x66','\x4c','\x78','\x64','\x6c','\x58','\x68','\x6c','\x58','\x70','\x6c','\x58','\x60','\x0c','\x98','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x7c','\x18','\x60','\x18','\x00','\x00','\x80','\x04','\x00','\xe0','\x03','\x00','\xc0','\x01','\x81','\x80','\x00','\xc1','\x00','\x00','\xc2','\x00','\x00','\x04','\x18','\x3f','\xff','\xfc','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x20','\xc6','\x10','\x10','\xc6','\x1c','\x18','\xc6','\x18','\x08','\xc6','\x30','\x0c','\xc6','\x20','\x0c','\xc6','\x40','\x0c','\xc6','\x80','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x03','\x00','\x80','\x43','\x20','\xe0','\x33','\x38','\xc0','\x1b','\x30','\x86','\x1b','\x21','\xff','\x03','\x41','\x10','\x3f','\xf3','\x1c','\x23','\x12','\x18','\x23','\x15','\x18','\x2b','\x91','\x30','\x2b','\x50','\xb0','\x2b','\x50','\xe0','\x2b','\x50','\x40','\x33','\x10','\xe0','\x23','\x10','\xb0','\x23','\x11','\x1f','\x23','\x72','\x0e','\x23','\x2c','\x06','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x0e','\x06','\x60','\x0c','\x06','\x60','\x0c','\x66','\x67','\xff','\xf6','\x60','\x1c','\x06','\x60','\x3c','\x06','\x60','\x6c','\x06','\x60','\xcc','\x06','\x61','\x8c','\x06','\x63','\x0c','\x06','\x6c','\x0c','\x06','\x60','\x7c','\x06','\x60','\x18','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x43','\x38','\xe0','\x7f','\xb0','\xc0','\x63','\x30','\xc0','\x62','\x30','\xc4','\x66','\x34','\xce','\x64','\x3e','\xd8','\x64','\x30','\xe0','\x68','\x30','\xc2','\x64','\x30','\xc2','\x66','\x30','\xc3','\x63','\xfc','\xff','\x63','\x70','\x7e','\x63','\x40','\x00','\x63','\x03','\x80','\x63','\x03','\x00','\x6f','\x03','\x00','\x66','\x03','\x18','\x60','\x7f','\xfc','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x06','\x61','\xff','\xff','\x60','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x20','\x10','\x18','\x38','\x0c','\x18','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x3a','\x00','\x00','\x7a','\x00','\x00','\x59','\x00','\x00','\xd9','\x00','\x00','\x98','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x18','\x18','\x0e','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x10','\x00','\x04','\x20','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x70','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x08','\x00','\x38','\x0f','\x0c','\x30','\x0d','\xfe','\x30','\x0d','\x8c','\x32','\x19','\x8f','\xff','\x19','\x8c','\x00','\x11','\x8d','\x08','\x31','\x8c','\x8e','\x31','\xfc','\xcc','\x71','\x8c','\xc8','\x71','\x80','\x12','\xb1','\x03','\xff','\x31','\x00','\x30','\x31','\xfc','\x30','\x33','\xcc','\x30','\x32','\xcc','\x32','\x32','\xcf','\xff','\x36','\xcc','\x30','\x34','\xcc','\x30','\x38','\xcc','\x30','\x30','\xfc','\x30','\x30','\xcc','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x10','\x60','\xe0','\x1f','\xf0','\xc0','\x18','\x60','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe3','\x18','\x18','\x01','\x10','\x18','\x00','\x24','\x1f','\xef','\xfe','\x3c','\x60','\xc0','\x2c','\x60','\xc4','\x2c','\x6f','\xfe','\x4c','\x60','\xc0','\x8f','\xe0','\xc0','\x0c','\x60','\xc0','\x0c','\x1c','\xc0','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x38','\x4c','\x8c','\x30','\x6c','\xfe','\x32','\x6c','\xcd','\xff','\x0c','\xcc','\x00','\x0c','\xcc','\x88','\x0c','\xcc','\xcc','\x0c','\xfc','\x48','\xfc','\xc0','\x12','\x6c','\xc3','\xff','\x4c','\xc0','\x30','\x09','\x8c','\x30','\x19','\xfe','\x32','\x19','\xcd','\xff','\x13','\xcc','\x30','\x32','\xcc','\x30','\x24','\xcc','\x30','\x48','\xfc','\x30','\x80','\xcc','\x30','\x00','\xcc','\x30','\x00','\x00','\x80','\x00','\x60','\xe0','\xff','\xf4','\xc6','\x06','\x07','\xff','\x06','\x06','\x06','\x06','\x46','\x06','\x7f','\xe7','\xfe','\x06','\x06','\x06','\x06','\x06','\x06','\x06','\xe6','\x06','\xff','\x07','\xfe','\x78','\x06','\x06','\x40','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x01','\x80','\x00','\x03','\xff','\xf0','\x07','\x80','\x30','\x0d','\x80','\x30','\x31','\x80','\x30','\xc1','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x00','\x00','\x07','\x20','\x30','\x06','\x3f','\xf8','\xe6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x3f','\xf0','\xc6','\x36','\x30','\xc6','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x30','\xc6','\x07','\xf8','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x08','\x30','\x06','\x18','\x30','\x06','\x10','\x30','\x06','\x30','\x60','\x06','\x20','\x60','\x06','\x43','\xe0','\x3e','\x80','\xc0','\x0c','\x43','\x10','\x80','\x32','\x38','\xe0','\x12','\x20','\xc0','\x02','\x41','\x86','\x7f','\xf1','\xff','\x42','\x12','\x10','\x4a','\x95','\x1c','\x4a','\x50','\x98','\x4a','\x50','\xb0','\x52','\x10','\x40','\x42','\x70','\xa0','\x42','\x31','\x18','\x40','\x06','\x0f','\x07','\xff','\xe6','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x01','\x00','\x00','\x0c','\xc0','\x10','\x0c','\x4c','\x1f','\xff','\xfe','\x18','\x0c','\x00','\x18','\x0c','\x20','\x18','\x4c','\x38','\x1b','\xe6','\x70','\x18','\x06','\xe2','\x10','\x03','\x82','\x30','\x0e','\xc2','\x20','\x38','\x73','\x43','\xc0','\x3f','\x80','\x00','\x0e','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x20','\x8f','\xff','\xf8','\x0c','\x18','\x18','\x0c','\x36','\x18','\x0c','\x61','\x98','\x0d','\x81','\x98','\x0c','\x00','\x18','\x00','\x00','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x0c','\x66','\x3c','\x0f','\xf6','\xe0','\x0c','\x07','\x02','\x0c','\x06','\x02','\x0c','\xe6','\x02','\xff','\x06','\x03','\x78','\x07','\xff','\x40','\x03','\xfe','\x08','\x00','\x06','\x0e','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x38','\x7f','\xfc','\x38','\x60','\x00','\x58','\x60','\x0c','\x98','\x7f','\xfe','\x18','\x72','\x4c','\x18','\xf2','\x4c','\x18','\xf2','\x4c','\x18','\xb2','\x4c','\x18','\xbf','\xfc','\x19','\xb2','\x4c','\x19','\x32','\x4c','\x1a','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x30','\x3c','\x18','\x30','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x10','\xc3','\x00','\x1c','\xc3','\x30','\x18','\xc3','\x0c','\x31','\x83','\x06','\x21','\x83','\x07','\x43','\x03','\x03','\x84','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\xc0','\x00','\xff','\xe0','\x01','\x81','\xc0','\x03','\x43','\x80','\x0c','\x27','\x00','\x30','\x1c','\x00','\x00','\x36','\x00','\x00','\xe3','\xc0','\x03','\x80','\xff','\x1e','\x00','\x3e','\xe0','\x00','\x06','\x00','\x0e','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x01','\x80','\x0f','\xff','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x10','\x01','\x80','\x30','\x01','\x80','\x20','\x01','\x80','\x40','\x01','\x80','\x80','\x01','\x80','\x00','\x01','\x80','\x10','\x04','\x00','\x18','\xc6','\x0c','\x1f','\xef','\xfe','\x34','\x09','\x00','\x23','\x10','\xc0','\x41','\x20','\x46','\xbf','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x18','\x00','\x00','\x17','\xff','\xfc','\x16','\x21','\x0c','\x16','\x21','\x0c','\x37','\xff','\xfc','\x26','\x21','\x0c','\x66','\x21','\x0c','\x46','\x21','\x0c','\x86','\x21','\x7c','\x06','\x00','\x18','\x08','\x00','\x06','\x0e','\x7f','\xff','\x0c','\x00','\x00','\x08','\x00','\x00','\x92','\x1f','\xfc','\x63','\x98','\x0c','\x33','\x18','\x0c','\x36','\x18','\x0c','\x04','\x1f','\xfc','\x09','\x18','\x00','\x10','\x98','\x06','\xff','\xdf','\xff','\x7c','\xd9','\x26','\x4c','\x19','\x26','\x0e','\x39','\x26','\x4d','\x29','\x26','\x7d','\xaf','\xfe','\x6d','\xa9','\x26','\x6c','\x69','\x26','\x4c','\x49','\x26','\x4c','\x49','\x26','\x8c','\x89','\x26','\x0c','\x08','\x1e','\x0c','\x08','\x0c','\x00','\x00','\x00','\x40','\x00','\x18','\x30','\xff','\xfc','\x18','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x0c','\x18','\xfe','\x08','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x10','\x18','\x0c','\x30','\x38','\x0c','\x20','\x30','\x0c','\x41','\xf0','\x0d','\x80','\x60','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x40','\x0c','\x30','\x7f','\xfe','\x18','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x00','\x60','\x30','\x00','\x7f','\xf8','\x00','\x60','\x30','\x00','\x60','\x30','\x0c','\x60','\x60','\xfe','\x66','\x60','\x0c','\x61','\xc0','\x0c','\x40','\xe0','\x0c','\x41','\xb8','\x0c','\xc3','\x1c','\x0c','\x86','\x0e','\x0d','\x0c','\x06','\x0c','\x30','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x06','\x43','\xff','\xff','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x00','\x60','\x18','\x00','\x7f','\xf8','\x00','\x60','\x00','\x00','\x60','\x00','\x0c','\x7f','\xfc','\xfe','\x72','\x4c','\x0c','\xf2','\x4c','\x0c','\xb2','\x4c','\x0c','\xbf','\xfc','\x0d','\xb2','\x4c','\x0d','\x32','\x4c','\x0e','\x32','\x4c','\x0c','\x32','\x3c','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x08','\x00','\x06','\x0e','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x83','\x0c','\x18','\xff','\xfe','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x38','\xc3','\x0c','\x38','\xff','\xfc','\x58','\xc3','\x0c','\x98','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc3','\x0c','\x18','\x13','\x00','\x18','\x13','\x00','\x18','\x0a','\x00','\x18','\x06','\x00','\x18','\x07','\x00','\x18','\x0d','\xc0','\x18','\x18','\xff','\x18','\x60','\x3e','\x19','\x80','\x0e','\x10','\x00','\x00','\x1c','\x01','\xc0','\x18','\xc1','\x80','\x1f','\xe1','\x80','\x10','\xc1','\x80','\x31','\x81','\x8c','\x21','\x1f','\xfe','\x42','\x01','\x8c','\xff','\xf1','\x8c','\x62','\x31','\x8c','\x62','\x31','\x8c','\x62','\x31','\x8c','\x62','\x33','\x0c','\x7f','\xf3','\x0c','\x01','\x83','\x0c','\x11','\x82','\x0c','\x1d','\x86','\x1c','\x19','\x84','\x18','\x19','\x88','\xf8','\x11','\x90','\x32','\x31','\x80','\x02','\x21','\x80','\x03','\x41','\xff','\xff','\x80','\xff','\xfe','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x30','\x0c','\x07','\xf8','\x0c','\x0c','\x60','\x0d','\x88','\x40','\xff','\xd0','\x8c','\x19','\xbf','\xfe','\x19','\x98','\x8c','\x19','\x98','\x8c','\x19','\x98','\x8c','\x31','\x98','\x8c','\x33','\x18','\x8c','\x33','\x1f','\xfc','\x33','\x18','\x6c','\x6a','\x04','\x60','\x66','\x07','\x60','\x07','\x06','\x60','\x05','\x86','\x60','\x0c','\xcc','\x62','\x08','\xcc','\x62','\x10','\x18','\x63','\x20','\x30','\x7f','\xc0','\xc0','\x3e','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x80','\x00','\x60','\x60','\x00','\x40','\x30','\x00','\x8f','\xd8','\x3f','\xf8','\x1c','\x1f','\x00','\x0c','\x10','\xe1','\xcc','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x86','\xff','\xff','\xff','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x3b','\x88','\x06','\x33','\x0d','\xff','\x33','\x0c','\x30','\xff','\xec','\x30','\x33','\x0d','\x32','\x33','\x09','\xff','\x3f','\x09','\x32','\x0c','\x19','\x32','\x4c','\x99','\x32','\x7f','\x99','\xfe','\x4c','\xa9','\x32','\x4c','\xa9','\x32','\x4c','\xc9','\x32','\x4c','\x89','\xfe','\x4c','\x89','\x32','\x7f','\x88','\x30','\x4c','\x09','\x30','\x0c','\x49','\x20','\xff','\xe8','\xa0','\x0c','\x08','\x60','\x0c','\x08','\x70','\x0c','\x08','\x5f','\x0c','\x08','\x8e','\x0c','\x0b','\x06','\x04','\x00','\x00','\x07','\x40','\x30','\x06','\x7f','\xf8','\x06','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x38','\x7f','\xf0','\x38','\x60','\x30','\x58','\x07','\x00','\x98','\x06','\x00','\x18','\x06','\x0c','\x1b','\xff','\xfe','\x18','\x0e','\x80','\x18','\x1e','\x80','\x18','\x16','\x40','\x18','\x36','\x60','\x18','\x26','\x38','\x18','\x66','\x1f','\x18','\xc6','\x0e','\x1b','\x06','\x06','\x18','\x06','\x00','\x18','\x06','\x00','\x06','\x00','\xe8','\x06','\x00','\xc6','\x0d','\x00','\xc6','\x0c','\xc0','\xc0','\x18','\x7f','\xff','\x10','\x60','\xc0','\x26','\x00','\xc0','\x46','\x88','\xc4','\xbf','\xcf','\xfe','\x06','\x08','\xc4','\x06','\x08','\xc4','\x06','\x48','\xc4','\x7f','\xef','\xfc','\x00','\x08','\xc4','\x00','\x08','\xc4','\x20','\xc8','\xc4','\x3f','\xef','\xfc','\x30','\xc8','\xc4','\x30','\xc8','\xc4','\x30','\xc8','\xc4','\x30','\xc8','\xc4','\x3f','\xc8','\xc4','\x30','\xc8','\xdc','\x30','\xc8','\xcc','\x06','\x00','\xe8','\x06','\x00','\xc6','\x0d','\x00','\xc6','\x0c','\xc0','\xc0','\x08','\x7f','\xff','\x18','\x60','\xc0','\x10','\x00','\xc0','\x21','\x88','\xc4','\x3f','\xcf','\xfe','\x46','\x08','\xc4','\x86','\x08','\xc4','\x06','\x48','\xc4','\x7f','\xef','\xfc','\x06','\x08','\xc4','\x06','\x88','\xc4','\x46','\xe8','\xc4','\x26','\xcf','\xfc','\x36','\x88','\xc4','\x37','\x08','\xc4','\x06','\x08','\xc4','\x07','\xc8','\xc4','\xfe','\x08','\xc4','\x70','\x08','\xdc','\x40','\x08','\xcc','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x01','\x06','\x60','\x1d','\x86','\x60','\x18','\x86','\x67','\xff','\xe6','\x60','\x18','\x06','\x62','\x18','\x46','\x63','\xff','\xe6','\x62','\x18','\x46','\x62','\x18','\x46','\x63','\xff','\xc6','\x62','\x18','\x46','\x62','\x18','\x46','\x63','\xff','\xc6','\x62','\x18','\x46','\x62','\x18','\x46','\x62','\x18','\x46','\x62','\x19','\xc6','\x62','\x18','\xc6','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x0e','\x01','\xd0','\x0c','\x01','\x8c','\x0c','\x01','\x8c','\x0c','\x01','\x80','\x0c','\xff','\xff','\x0c','\x01','\x80','\xff','\x81','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\x1e','\x3f','\xfc','\xfc','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x7c','\x31','\xbc','\x18','\x31','\x98','\x00','\x1c','\x00','\x00','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x1c','\x00','\x07','\x18','\x60','\x06','\x18','\x18','\x0c','\x18','\x8c','\x08','\x18','\xee','\x10','\x19','\xc6','\x20','\xfb','\x80','\x40','\x37','\x00','\x00','\x0e','\x00','\x00','\x18','\x00','\x00','\x60','\x00','\x03','\x80','\x00','\x3c','\x00','\x00','\x00','\x1c','\x80','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x0e','\x00','\xe8','\x0c','\x00','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\xc0','\x0d','\xbf','\xff','\xff','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x10','\xc6','\x03','\x1f','\xff','\x06','\x18','\xc6','\x04','\x98','\xc6','\x0c','\xd8','\xc6','\x1d','\x1f','\xfe','\x2e','\x18','\xc6','\xcd','\x98','\xc6','\x0c','\xd8','\xc6','\x0c','\xdf','\xfe','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xde','\x0c','\x18','\xcc','\x0e','\x00','\xe8','\x0c','\x00','\xc6','\x0c','\xc0','\xc6','\xff','\xe0','\xc0','\x0c','\x1f','\xff','\x4c','\x80','\xc0','\x7f','\xc0','\xc0','\x4c','\x88','\xc4','\x4c','\x8f','\xfe','\x4c','\x88','\xc4','\x7f','\x88','\xc4','\x4c','\x88','\xc4','\x4c','\x8f','\xfc','\x4c','\x88','\xc4','\x7f','\x88','\xc4','\x4c','\x88','\xc4','\x0c','\x0f','\xfc','\x0c','\xc8','\xc4','\xff','\xe8','\xc4','\x0c','\x08','\xc4','\x0c','\x08','\xc4','\x0c','\x08','\xc4','\x0c','\x08','\xdc','\x0c','\x08','\xcc','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\xbf','\xfc','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1c','\x3f','\xfc','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x3d','\xb1','\x8c','\x2d','\xbf','\xfc','\x2c','\x02','\x00','\x6c','\x01','\x80','\x4c','\x0c','\xc8','\x8c','\x4c','\xc6','\x0c','\x4c','\x03','\x0c','\xcc','\x13','\x0d','\x8c','\x18','\x0d','\x8f','\xf8','\x0c','\x07','\xf0','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x30','\xe0','\x0c','\x30','\x3f','\x33','\xff','\xce','\xc0','\x60','\xc0','\x00','\xc0','\xc0','\x01','\x81','\x80','\x06','\x0f','\x80','\x18','\x03','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\x1c','\x60','\x0c','\x18','\x38','\x33','\xff','\xdf','\xc0','\x18','\x06','\x00','\x18','\x00','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x38','\xc0','\x06','\x30','\x70','\x0c','\x30','\x3f','\x30','\x30','\x0e','\xc2','\x34','\x40','\x04','\x32','\x30','\x1c','\x33','\x18','\x18','\xf3','\x18','\x00','\x60','\x00','\x00','\x0e','\x40','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x00','\x10','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x20','\x18','\x0c','\x38','\x18','\x0c','\x30','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\xc0','\x18','\x03','\x80','\x18','\x03','\x00','\x30','\x07','\x82','\x30','\x0d','\xc2','\x30','\x18','\xe2','\x20','\x30','\x72','\x60','\xc0','\x3f','\x43','\x00','\x1f','\x80','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc2','\x00','\x01','\x81','\x00','\x03','\xff','\xc0','\x07','\x00','\xf8','\x1b','\x00','\xdf','\xe3','\xff','\xc6','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x20','\x60','\x06','\x18','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x00','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x40','\xc0','\x0c','\x30','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xcc','\x1f','\xff','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\xc6','\x06','\x3f','\xef','\xff','\x24','\x09','\x00','\x43','\x11','\xa0','\x81','\x20','\x98','\x10','\x01','\x08','\x0c','\xff','\xfe','\x06','\x01','\x00','\x86','\x3f','\xf8','\x60','\x21','\x08','\x31','\x21','\x08','\x32','\x3f','\xf8','\x04','\x21','\x08','\x0c','\x21','\x08','\x18','\x3f','\xf8','\xf0','\x00','\x62','\x71','\xff','\xff','\x30','\x20','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x38','\x01','\xe0','\x18','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x08','\x70','\x80','\x0e','\x60','\xe0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x6c','\xc6','\x1b','\xfe','\xff','\x18','\x60','\x98','\x18','\x61','\x98','\x38','\x61','\x18','\x38','\x62','\x98','\x58','\x7c','\x98','\x58','\x4c','\x98','\x98','\x4c','\x90','\x18','\x4c','\x50','\x18','\x4c','\x50','\x18','\x4c','\x70','\x18','\xcc','\x20','\x18','\x8c','\x20','\x18','\x8c','\x70','\x18','\x98','\x50','\x19','\x18','\x98','\x19','\x79','\x0f','\x1a','\x32','\x0e','\x18','\x04','\x06','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x0c','\x07','\xff','\xfe','\x0c','\x06','\x00','\x0c','\x06','\x00','\x19','\xff','\xfc','\x18','\x0d','\x00','\x38','\x0d','\x00','\x38','\x18','\x86','\x5f','\xff','\xff','\x98','\x10','\x60','\x18','\x20','\x30','\x18','\x46','\x1c','\x18','\x86','\x0f','\x1b','\x7f','\xe6','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x0c','\x1b','\xff','\xfe','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x30','\x07','\xff','\xf8','\x0c','\x00','\x30','\x08','\x00','\x30','\x10','\x0c','\x30','\x3f','\xfe','\x30','\x40','\x0c','\x30','\x80','\x0c','\x30','\x00','\x0c','\x30','\x08','\x0c','\x30','\x0f','\xfc','\x30','\x0c','\x0c','\x70','\x0c','\x00','\x60','\x0c','\x03','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\x04','\x0c','\x00','\x04','\x0c','\x00','\x04','\x0c','\x00','\x06','\x0f','\xff','\xfe','\x07','\xff','\xfc','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xda','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x04','\x0c','\x06','\x07','\xfe','\x06','\x46','\x0c','\x7f','\xe6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x16','\x3c','\xff','\xfe','\x18','\x20','\x86','\x00','\x10','\xe6','\x06','\x18','\xc7','\xff','\x18','\x86','\x86','\x01','\x16','\x86','\xff','\xfe','\x46','\x06','\x06','\x4c','\x06','\x06','\x4c','\x06','\x46','\x28','\x7f','\xe6','\x38','\x06','\x06','\x10','\x06','\x06','\x38','\x06','\x06','\x2c','\x06','\x06','\x4f','\x06','\x06','\x86','\x06','\x06','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x60','\x00','\x1f','\xff','\xf0','\x00','\x44','\x00','\x00','\xc4','\x00','\x00','\x82','\x0c','\x7f','\xff','\xfe','\x01','\x01','\x80','\x03','\x00','\xc0','\x02','\x1c','\x60','\x04','\x18','\x38','\x0b','\xff','\xdf','\x10','\x18','\x0e','\x20','\x18','\x06','\xc0','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\x00','\x08','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x1a','\x00','\x00','\x19','\x80','\x00','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x04','\x00','\x0c','\x07','\x00','\x08','\x06','\x30','\x08','\x0f','\xf8','\x49','\x08','\x30','\x49','\x14','\x60','\x49','\x22','\xc0','\x49','\x01','\x80','\x49','\x03','\xc0','\x49','\x06','\x70','\x49','\x0c','\x3f','\x49','\x31','\x8e','\x49','\xc1','\x80','\x49','\x1f','\xf8','\x49','\x01','\x80','\x49','\x01','\x80','\x7f','\x1f','\xf8','\x41','\x01','\x80','\x41','\x01','\x86','\x00','\x7f','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x40','\x18','\x00','\xe0','\xc0','\x01','\xff','\xe0','\x03','\x03','\x80','\x0c','\xce','\x00','\x30','\x3c','\x00','\x00','\x67','\x80','\x03','\x80','\xff','\x1c','\x18','\x1e','\xe7','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xe3','\xfc','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1f','\xe3','\xfc','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1f','\xe3','\xfc','\x18','\x63','\x0c','\x18','\x63','\x0c','\x10','\x62','\x0c','\x30','\x66','\x0c','\x23','\xe4','\x0c','\x40','\xc8','\x7c','\x80','\x10','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x40','\x00','\x18','\x70','\x00','\x18','\x60','\x18','\x18','\x7f','\xfc','\x18','\xc0','\x18','\x18','\x80','\x18','\x19','\xff','\x18','\x1a','\x03','\x18','\x1c','\x03','\x18','\x18','\x03','\x18','\x18','\x83','\x18','\x30','\xff','\x38','\x30','\xc0','\x30','\x30','\xc1','\xf0','\x20','\xc0','\x62','\x60','\xc0','\x02','\x40','\xc0','\x02','\x80','\xc0','\x03','\x00','\xff','\xff','\x00','\x7f','\xfe','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0c','\x1f','\xfe','\x0d','\x98','\x0c','\xff','\xf0','\x0c','\x0c','\x20','\x0c','\x0c','\x7f','\x8c','\x0c','\x81','\x8c','\x0c','\x01','\x8c','\x0c','\x01','\x8c','\x0d','\xa1','\x8c','\xfe','\x3f','\x8c','\x7c','\x30','\x1c','\x4c','\x30','\x18','\x0c','\x30','\xf8','\x0c','\x30','\x30','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x03','\x7c','\x3f','\xff','\x18','\x1f','\xfe','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\xff','\x03','\x00','\x18','\x7f','\xfc','\x18','\x06','\x80','\x19','\x06','\x80','\x1a','\x0c','\x46','\x1d','\xff','\xff','\x18','\x08','\x60','\x38','\x18','\x30','\xf8','\x13','\x38','\x78','\x23','\x1c','\x58','\x5f','\xef','\x18','\x83','\x06','\x19','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\xf8','\x03','\x00','\x30','\x03','\x00','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x33','\x00','\xff','\xfb','\x06','\x06','\x07','\xff','\x06','\x06','\x10','\x06','\x04','\x1c','\x06','\x6c','\x18','\x07','\xea','\x38','\x0c','\x72','\x30','\x0c','\x62','\x30','\x0c','\x61','\x60','\x0c','\x61','\x60','\x08','\x61','\xc0','\x08','\xe0','\x80','\x18','\xc1','\xc0','\x10','\xc1','\x60','\x10','\xc3','\x30','\x31','\xc2','\x38','\x21','\x84','\x1f','\x4f','\x88','\x0e','\x83','\x30','\x06','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x60','\x00','\x7f','\xf0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x03','\x00','\xe0','\x06','\x00','\xc0','\x0c','\x01','\xc0','\x18','\x0f','\x80','\x60','\x03','\x00','\x20','\xc4','\x0c','\x3f','\xe7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x20','\xc4','\x0c','\x20','\xcc','\x0c','\x67','\xc8','\x0c','\x41','\x90','\x7c','\x80','\x20','\x18','\x20','\x07','\x00','\x18','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x00','\x06','\x0c','\x01','\xff','\xfe','\x80','\x06','\x00','\x60','\x06','\x00','\x32','\x06','\x00','\x32','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x06','\x0f','\xff','\xff','\x08','\x0c','\x00','\x18','\x0c','\x00','\x18','\x08','\x00','\x30','\x18','\x00','\xf0','\x10','\x40','\x70','\x10','\x30','\x30','\x20','\x18','\x30','\x21','\xec','\x33','\xff','\x0e','\x39','\xf0','\x06','\x19','\x00','\x06','\x20','\x10','\x00','\x18','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x18','\x0c','\x00','\x1f','\xfe','\x00','\x30','\x0c','\x80','\x30','\x0c','\x60','\x60','\x0c','\x32','\x7f','\x8c','\x32','\x81','\x8c','\x05','\x01','\x8c','\x04','\x01','\x8c','\x0c','\x41','\x8c','\x08','\x7f','\x9c','\x18','\x60','\x18','\x18','\x60','\x38','\x30','\x61','\xf0','\xf0','\x60','\x60','\x70','\x60','\x02','\x30','\x60','\x02','\x30','\x60','\x02','\x30','\x60','\x03','\x38','\x7f','\xff','\x18','\x3f','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x60','\x3f','\xff','\xf0','\x00','\x00','\xc0','\x00','\x13','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x00','\x08','\x00','\x00','\xce','\x00','\xff','\xec','\x00','\x0c','\x0c','\x0c','\x0c','\x0f','\xfe','\x0c','\x08','\x0c','\x08','\x18','\x0c','\x18','\x10','\x0c','\x18','\x1f','\x8c','\x11','\xa1','\x8c','\x3f','\xc1','\x8c','\x39','\x81','\x8c','\x59','\x81','\x8c','\x59','\x91','\x8c','\x99','\x9f','\x8c','\x19','\x98','\x1c','\x19','\x98','\x18','\x19','\x98','\xf8','\x19','\x98','\x32','\x1f','\x98','\x02','\x19','\x98','\x02','\x18','\x18','\x03','\x00','\x1f','\xff','\x00','\x0f','\xfe','\x10','\x02','\x00','\x1c','\x83','\x18','\x18','\x43','\xfc','\x10','\x62','\x18','\xa4','\x66','\x30','\x47','\x05','\xe0','\x66','\x08','\x78','\x6c','\x10','\x8e','\x08','\x01','\x07','\x14','\x06','\x63','\x22','\x1b','\xfc','\xff','\x00','\x60','\x7b','\x30','\x60','\x48','\xfb','\xfc','\x08','\x30','\x60','\x4c','\x30','\x60','\x7a','\x37','\xff','\x6b','\x30','\x60','\x6b','\x30','\x60','\x48','\x30','\x60','\x48','\x68','\x00','\x89','\xc7','\xff','\x08','\xc1','\xfe','\x08','\x80','\x00','\x21','\x88','\x00','\x3f','\xce','\x00','\x31','\x8c','\x00','\x31','\x8c','\x0c','\x31','\x8f','\xfe','\x31','\x88','\x0c','\x31','\x98','\x0c','\x3f','\x90','\x0c','\x31','\x9f','\x8c','\x31','\xa1','\x8c','\x31','\xc1','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x3f','\x91','\x8c','\x31','\x9f','\x8c','\x31','\x98','\x1c','\x31','\x98','\x18','\x31','\x98','\xf8','\x31','\x98','\x32','\x21','\x98','\x02','\x21','\x98','\x02','\x61','\x98','\x03','\x47','\x9f','\xff','\x83','\x0f','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x60','\x00','\x7f','\xf0','\x00','\xe0','\x60','\x00','\xc0','\x60','\x01','\xc0','\x60','\x01','\x80','\x60','\x03','\x00','\x60','\x06','\x00','\xe0','\x0c','\x00','\xc0','\x30','\x07','\xc0','\xc0','\x01','\x80','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x20','\xc4','\x0c','\x3f','\xe7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x3f','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x30','\xc6','\x0c','\x3f','\xc6','\x0c','\x30','\xcc','\x0c','\x30','\x0c','\x0c','\x00','\x18','\x0c','\x00','\x30','\x7c','\x00','\xc0','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xcb','\x00','\x60','\x0c','\x30','\x18','\x1f','\xf8','\x0c','\x30','\x60','\x0c','\x6c','\xc0','\x01','\x83','\x00','\x00','\x0c','\xe0','\x00','\x30','\x3f','\x0d','\xc3','\x0e','\xfe','\x3f','\xf0','\x0c','\x03','\x00','\x0c','\x3f','\xf0','\x0c','\x03','\x00','\x0d','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0e','\x04','\x00','\x0c','\x06','\x18','\x0c','\x07','\xfc','\x0c','\x0c','\x18','\x0c','\x0a','\x30','\x4c','\x91','\x60','\x7f','\xa0','\xc0','\x4c','\x81','\xe0','\x4c','\x83','\x38','\x4c','\x86','\x1f','\x4c','\x98','\xc6','\x4c','\xe0','\xc0','\x4c','\x8f','\xfc','\x7f','\x80','\xc0','\x4c','\x80','\xc0','\x4c','\x0f','\xfc','\x0d','\x00','\xc0','\x0c','\x80','\xc0','\x0c','\xbf','\xff','\x0f','\xc0','\xc0','\xfc','\xc0','\xc0','\x70','\xc0','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x00','\x00','\x07','\x3f','\xf0','\x0e','\x30','\x30','\x0c','\x30','\x30','\x1c','\x3f','\xf0','\x3c','\x03','\x06','\x6d','\xff','\xff','\x8c','\x23','\x00','\x0c','\x33','\x30','\x0c','\x63','\x1c','\x0c','\x83','\x0c','\x0c','\x30','\x40','\x00','\x70','\x70','\x00','\xc8','\x60','\x03','\x84','\x80','\x1f','\x03','\x00','\xe3','\x19','\xc0','\x03','\xe0','\x7f','\x1f','\x80','\x1e','\x0c','\x00','\x06','\x03','\x01','\xc0','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x81','\x80','\xff','\xc1','\x86','\x00','\x3f','\xff','\x00','\x03','\x00','\x03','\x03','\x00','\x7f','\x83','\x00','\x00','\x03','\x0c','\x00','\x03','\xfe','\x03','\x03','\x0c','\x7f','\x83','\x0c','\x00','\x03','\x0c','\x00','\x03','\x0c','\x41','\x86','\x0c','\x7f','\xc6','\x0c','\x61','\x86','\x0c','\x61','\x84','\x1c','\x61','\x8c','\x18','\x61','\x88','\x18','\x7f','\x90','\xf8','\x61','\xa0','\x30','\x00','\x63','\x00','\x10','\x42','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\x81','\x06','\x03','\x01','\xff','\x03','\x01','\x86','\x03','\x31','\x8c','\x3f','\xf9','\x8c','\x03','\x01','\x88','\x03','\x01','\x98','\x03','\x01','\x90','\x03','\x31','\xa0','\x3f','\xf9','\x90','\x03','\x01','\x88','\x03','\x01','\x8c','\x03','\x01','\x84','\x03','\x19','\x86','\x7f','\xfd','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x03','\x01','\xbe','\x06','\x01','\x8c','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x06','\x02','\x00','\x06','\x03','\x18','\x0d','\x03','\xfc','\x0c','\x86','\x18','\x08','\xc5','\x30','\x18','\xc9','\x60','\x10','\x10','\xc0','\x21','\x81','\xe0','\x3f','\xc3','\x38','\x4c','\x06','\x1f','\x8c','\x18','\xc6','\x0c','\xc0','\xc0','\xff','\xef','\xfc','\x0c','\x00','\xc0','\x0d','\x00','\xc0','\x8d','\xcf','\xfc','\x4d','\x80','\xc0','\x6d','\x00','\xc0','\x6e','\x3f','\xff','\x0c','\x00','\xc0','\x0f','\xc0','\xc0','\xfe','\x00','\xc0','\x78','\x00','\xc0','\x40','\x00','\xc0','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x03','\x00','\x0c','\xc3','\x00','\x18','\x66','\x0c','\x17','\x67','\xfe','\x26','\x04','\x0c','\x46','\x08','\x0c','\xbf','\xcf','\xcc','\x30','\xd0','\xcc','\x30','\xc0','\xcc','\x3f','\xc0','\xcc','\x30','\xc8','\xcc','\x30','\xcf','\xcc','\x30','\xcc','\x0c','\x3f','\xcc','\x18','\x30','\xcc','\xf8','\x32','\x0c','\x30','\x31','\x0c','\x02','\x31','\x8c','\x02','\x32','\xcc','\x02','\xfc','\xcc','\x03','\x70','\x0f','\xff','\x40','\x07','\xfe','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x02','\x30','\x19','\xff','\x30','\x18','\x20','\x30','\x18','\x30','\x30','\x18','\xfe','\x30','\x18','\x82','\x30','\x18','\x82','\x30','\x18','\xfe','\x30','\x18','\x82','\x30','\x18','\x82','\x30','\x18','\xfe','\x30','\x18','\x80','\x30','\x18','\xff','\xb0','\x18','\x80','\x12','\x18','\xff','\x9a','\x10','\x01','\x9a','\x32','\xa9','\x8a','\x22','\xa9','\x8e','\x26','\x03','\x06','\x46','\x1f','\x07','\x80','\x06','\x03','\x24','\x90','\x80','\x3e','\xf8','\xe0','\x24','\x92','\xcc','\x24','\x93','\xfe','\x24','\x93','\x0c','\x24','\x93','\x0c','\x24','\x93','\xfc','\x3c','\xf3','\x0c','\x24','\x93','\x0c','\x24','\x93','\xfc','\x24','\x93','\x00','\x24','\x93','\x06','\x24','\x93','\xff','\x3c','\xf3','\x00','\x24','\x93','\x06','\x24','\x93','\xff','\x24','\x93','\x02','\x24','\x90','\x0a','\x24','\x92','\xaa','\x65','\x92','\xa2','\x45','\x16','\x86','\x45','\x16','\x0c','\x5d','\x70','\x7c','\x8a','\x20','\x18','\x00','\x00','\x70','\x00','\x07','\xf8','\x00','\x7f','\x00','\x1f','\xc0','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\xff','\xff','\xf8','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x18','\x00','\x08','\x30','\x00','\x08','\x60','\x00','\x14','\x80','\x00','\x15','\x00','\x00','\x32','\x00','\x00','\x61','\x80','\x00','\xe0','\xf0','\x00','\x60','\x3f','\xff','\x20','\x07','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xff','\xfc','\x03','\xff','\xfc','\x00','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x06','\xff','\xff','\x0c','\x10','\x20','\x0c','\x08','\x30','\x18','\x8c','\x20','\x18','\x84','\x46','\x38','\xff','\xff','\x39','\x80','\x04','\x59','\x87','\x08','\x98','\x06','\x00','\x18','\x06','\x06','\x19','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x18','\x18','\x07','\xfc','\x18','\x06','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x18','\x38','\x18','\x30','\x30','\x18','\x61','\xf0','\x19','\x80','\x60','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\xe6','\x03','\x18','\xc6','\x7f','\xfc','\xc6','\x10','\x40','\xc6','\x08','\x70','\xc6','\x0c','\x60','\xc6','\x0c','\x40','\xc6','\x00','\x8c','\xc6','\xff','\xfe','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x20','\x30','\xc6','\x3f','\xf8','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\x06','\x30','\x30','\x06','\x30','\x30','\x06','\x3f','\xf0','\x06','\x30','\x30','\x3e','\x30','\x30','\x0c','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\xff','\xc3','\x00','\x0c','\x03','\x0c','\x0c','\x03','\xfe','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\xc4','\x0c','\x0f','\x0c','\x0c','\xfc','\x08','\x18','\x70','\x18','\x18','\x40','\x10','\x18','\x00','\x20','\x30','\x00','\x41','\xf0','\x01','\x80','\x60','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xdf','\xff','\xff','\xe3','\x00','\x18','\xc3','\x00','\x18','\xc3','\x00','\x18','\xc3','\x0c','\x18','\xc3','\xfe','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x33','\x03','\x0c','\x6b','\x06','\x0c','\x66','\x06','\x0c','\x07','\x06','\x0c','\x05','\x84','\x1c','\x0c','\xcc','\x18','\x08','\xc8','\x18','\x10','\x10','\x38','\x20','\x21','\xf0','\xc0','\xc0','\x60','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x06','\x0c','\x18','\x06','\x4c','\x9f','\xfe','\x7f','\xd8','\x06','\x4c','\x98','\x06','\x4c','\x9f','\xfe','\x4c','\x80','\x00','\x4c','\x80','\x00','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4f','\x8c','\x0c','\x4d','\x8c','\x0c','\x4c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xff','\xf8','\x03','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x20','\x11','\x86','\x18','\x11','\x86','\x0e','\x31','\x80','\x07','\x61','\x80','\x43','\xe1','\x80','\x43','\xc1','\x80','\x60','\x01','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x2c','\xff','\xff','\x2c','\x18','\x00','\x2e','\x18','\x00','\x6d','\x18','\x00','\x6d','\x98','\x00','\xcd','\x98','\x00','\xcc','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xfe','\x0c','\x0f','\xfe','\x0c','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf8','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0f','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x10','\x30','\x18','\x30','\x30','\x38','\x20','\x60','\x30','\x40','\xc0','\x70','\x81','\x83','\xe0','\x06','\x00','\xc0','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xc3','\x00','\x00','\xc3','\x08','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x02','\xff','\xff','\xff','\x03','\x00','\x80','\x06','\x1c','\x40','\x0d','\x99','\xb8','\x30','\x99','\x1f','\xc0','\x18','\x06','\x01','\x9b','\x80','\x3e','\x18','\xf0','\x18','\x18','\x38','\x10','\xf8','\x18','\x00','\x30','\x00','\x03','\x82','\x0c','\x03','\x03','\xfe','\x03','\x33','\x0c','\xff','\xfb','\x0c','\x18','\x03','\xfc','\x18','\x03','\x0c','\x18','\x03','\x0c','\x18','\x03','\x0c','\x18','\x03','\xfc','\x18','\x02','\x0c','\x1f','\xe6','\x0c','\x0f','\xe4','\x0c','\x00','\x08','\x7c','\x00','\x10','\x18','\x00','\x00','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x03','\x00','\xff','\x83','\x00','\x0c','\x7f','\xfc','\x0c','\x06','\x80','\x0c','\x06','\x80','\x1e','\x0c','\x46','\x1d','\xff','\xff','\x1d','\x88','\x60','\x3d','\x98','\x30','\x2c','\x13','\x38','\x2c','\x23','\x1c','\x6c','\x5f','\xef','\x4c','\x83','\x06','\x8d','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x92','\x01','\x86','\x63','\xbf','\xff','\x33','\x03','\x00','\x36','\x03','\x00','\x04','\x03','\x00','\x09','\x03','\x0c','\x10','\x83','\xfe','\xff','\xc3','\x0c','\x7c','\xc3','\x0c','\x4c','\x03','\x0c','\x0c','\x03','\x0c','\x4e','\x06','\x0c','\x7d','\x86','\x0c','\x6c','\xc6','\x0c','\x6c','\xc4','\x1c','\x4c','\x0c','\x18','\x4c','\x08','\x18','\x8c','\x10','\x38','\x0c','\x21','\xf0','\x0c','\xc0','\x60','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xbf','\xff','\x31','\x83','\x00','\x3f','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x0c','\x31','\x83','\xfe','\x31','\x83','\x0c','\x31','\x83','\x0c','\x3f','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x21','\x86','\x0c','\x21','\x84','\x1c','\x61','\x8c','\x18','\x41','\x88','\x18','\x4f','\x90','\xf8','\x83','\x20','\x30','\x26','\x1c','\x08','\x3f','\x18','\x0e','\x26','\x19','\x0c','\x26','\xff','\x98','\x26','\x18','\x18','\x26','\x18','\x30','\x27','\xff','\xe4','\x3e','\x00','\x47','\x26','\x00','\x06','\x26','\x7f','\x0c','\x26','\x41','\x0c','\x26','\x41','\x18','\x26','\x41','\x10','\x3e','\x7f','\x24','\x26','\x02','\x07','\x26','\x83','\x86','\x26','\x43','\x06','\x26','\x62','\x0c','\x26','\x64','\x0c','\x26','\x03','\x98','\x66','\xfe','\x10','\x46','\x70','\x20','\x5e','\x40','\x40','\x8c','\x00','\x80','\x06','\x0e','\x38','\x7f','\x0c','\x30','\x00','\x0c','\x32','\x00','\x7f','\xff','\x03','\x0c','\x30','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0f','\xf0','\x06','\x0c','\x30','\x7f','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0f','\xf0','\x06','\x01','\x80','\x7f','\x01','\x86','\x00','\x7f','\xff','\x00','\x03','\x80','\x46','\x07','\xc0','\x7f','\x05','\xa0','\x66','\x0d','\xb0','\x66','\x19','\x9c','\x66','\x31','\x8f','\x66','\xc1','\x86','\x7e','\x01','\x80','\x66','\x01','\x80','\x01','\x82','\x00','\x07','\xc3','\x80','\x1c','\x13','\x0c','\xe8','\x1f','\xfe','\x06','\x58','\x0c','\x42','\xf8','\x0c','\x31','\xd8','\x0c','\x13','\x9f','\xfc','\x06','\x18','\x0c','\x0c','\x18','\x0c','\x36','\x18','\x0c','\xca','\x1f','\xfc','\x0b','\x18','\x6c','\x13','\x04','\x60','\x25','\x87','\x60','\xc5','\x86','\x60','\x09','\x86','\x60','\x11','\x86','\x60','\x21','\x86','\x62','\xc1','\x8c','\x62','\x03','\x8c','\x62','\x03','\x18','\x63','\x1f','\x30','\x7f','\x06','\xc0','\x3e','\x00','\x60','\x00','\x09','\xf0','\x0c','\x0f','\x07','\xfe','\x0c','\x01','\x8c','\x0c','\x81','\x8c','\x0c','\x61','\x0c','\x0d','\xb3','\x18','\x7e','\x32','\x78','\x38','\x04','\x30','\x20','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc0','\xf8','\x0e','\x00','\x1e','\x70','\x00','\x06','\x06','\x01','\x00','\x06','\x01','\xc0','\x0d','\x01','\x80','\x0c','\xc1','\x10','\x08','\x61','\x08','\x18','\x62','\x0c','\x10','\x1f','\xf6','\x21','\x8f','\x06','\x3f','\xc8','\x00','\x46','\x00','\xe0','\x86','\x04','\xc0','\x06','\xc6','\xcc','\x7f','\xe7','\xfe','\x06','\x0c','\xc0','\x06','\x88','\xc0','\x46','\xd0','\xc0','\x26','\xc0','\xc6','\x36','\xbf','\xff','\x37','\x00','\xc0','\x06','\x00','\xc0','\x07','\xc0','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x41','\x83','\x80','\x7f','\xc3','\x00','\x61','\x83','\x00','\x61','\x03','\x00','\x63','\x03','\x06','\x62','\xff','\xff','\x62','\x06','\x00','\x64','\x06','\x00','\x62','\x06','\x00','\x63','\x06','\x0c','\x61','\x07','\xfe','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x6f','\x8c','\x0c','\x63','\x0c','\x0c','\x60','\x0c','\x1c','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x30','\x38','\x60','\x61','\xf0','\x61','\x80','\x60','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x20','\x7f','\x83','\x18','\x63','\x03','\x0c','\x63','\x03','\x0c','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x06','\x80','\x63','\x06','\x80','\x63','\x06','\x80','\x7f','\x04','\x40','\x63','\x0c','\x40','\x63','\x0c','\x60','\x60','\x08','\x20','\x00','\x18','\x30','\x00','\x10','\x18','\x00','\x20','\x1f','\x00','\x40','\x0e','\x01','\x80','\x06','\x07','\x00','\x06','\x06','\x1f','\xff','\x06','\x00','\xc0','\x06','\x60','\x80','\x7f','\xf5','\x0c','\x06','\x07','\xfe','\x46','\x46','\x0c','\x26','\x76','\x0c','\x36','\x66','\x0c','\x36','\x47','\xfc','\x06','\x86','\x0c','\x06','\x36','\x0c','\xff','\xfe','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x0d','\x06','\x0c','\x0c','\x86','\x0c','\x08','\xc6','\x0c','\x18','\x67','\xfc','\x10','\x62','\x00','\x20','\x63','\x98','\x40','\x07','\x06','\x80','\x0c','\x03','\x00','\x30','\x03','\x01','\xc7','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x06','\x01','\x86','\x0f','\x01','\x86','\x1c','\xff','\x86','\x70','\x01','\x87','\x80','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x01','\x86','\x00','\x03','\x86','\x00','\x1d','\x86','\x00','\xf9','\x86','\x02','\x61','\x86','\x02','\x41','\x86','\x02','\x01','\x86','\x03','\x01','\x87','\xff','\x01','\x83','\xfe','\x01','\x80','\x00','\x08','\x0c','\xc0','\x0e','\x8c','\xc8','\x0c','\x4c','\xce','\x0c','\x6c','\xcc','\x0c','\x6c','\xd0','\x18','\x0c','\xc0','\x19','\xff','\xfe','\x18','\x20','\x20','\x38','\x18','\x30','\x38','\x08','\x40','\x58','\xff','\xfc','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\xff','\xfc','\x18','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\xc0','\x0e','\x1b','\x00','\x06','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xf0','\x00','\x00','\xcc','\x00','\x00','\xc3','\x00','\x00','\xc1','\xc0','\x00','\xc0','\xe0','\x00','\xc0','\x70','\x00','\xc0','\x30','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x10','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x04','\x7f','\xff','\xfe','\x08','\x82','\x10','\x11','\x81','\x8c','\x71','\x81','\x86','\x60','\x18','\x06','\x00','\x18','\x10','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x0c','\xc0','\x18','\x8c','\xc8','\x18','\x4c','\xce','\x18','\x6c','\xcc','\x18','\x6c','\xd0','\x1b','\x0c','\xc0','\xff','\xff','\xfe','\x18','\x20','\x20','\x18','\x18','\x30','\x18','\x08','\x40','\x18','\xff','\xfc','\x1a','\x03','\x00','\x1c','\x03','\x00','\xf8','\xff','\xfc','\x78','\x03','\x00','\x58','\x03','\x06','\x1b','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\xf8','\xc0','\x0e','\x33','\x00','\x06','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x30','\xc0','\xff','\xf8','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xe0','\x0f','\x00','\xd8','\x0e','\xc0','\xcc','\x0e','\x60','\xc6','\x1e','\x70','\xc7','\x16','\x30','\xc3','\x36','\x00','\xc0','\x26','\x00','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x03','\x84','\x00','\x03','\x07','\x00','\x23','\x06','\x00','\x3b','\x06','\x00','\x33','\x06','\x00','\x33','\x4c','\x06','\x3f','\xef','\xff','\x23','\x08','\x30','\x63','\x18','\x30','\x43','\x14','\x30','\x43','\x24','\x30','\x83','\x44','\x60','\x03','\x06','\x60','\x03','\xc2','\x60','\x0f','\x02','\xc0','\xfb','\x03','\xc0','\x63','\x01','\x80','\x43','\x01','\xc0','\x03','\x03','\x60','\x03','\x02','\x70','\x03','\x04','\x38','\x03','\x08','\x1f','\x03','\x10','\x0e','\x03','\x60','\x06','\x00','\x03','\x80','\x43','\x03','\x00','\x7f','\x83','\x18','\x63','\x3f','\xfc','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x7f','\xff','\xff','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x18','\x60','\x63','\x10','\x7e','\x7f','\x20','\x3e','\x63','\xc3','\x80','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x18','\x63','\x7f','\xfc','\x7f','\x03','\x00','\x63','\x03','\x00','\x60','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x01','\x82','\x00','\x0f','\xc3','\x80','\xfc','\x13','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x9f','\xfc','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x1e','\x01','\x80','\x1d','\x89','\x9c','\x1d','\x9d','\x87','\x3c','\x31','\xb3','\x2c','\xc1','\xf8','\x2c','\x03','\xc0','\x6c','\x1e','\x10','\x4d','\xe0','\x38','\x8c','\x00','\xe0','\x0c','\x07','\x82','\x0c','\x38','\x0f','\x0c','\x00','\x7c','\x0c','\x07','\xc0','\x0c','\xf8','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0d','\x08','\x06','\x0c','\xcf','\xff','\x08','\x6c','\x06','\x18','\x6c','\x06','\x10','\x0c','\x06','\x21','\x8c','\x06','\x3f','\xcc','\x06','\x46','\x0c','\x06','\x86','\x0c','\x06','\x06','\xcc','\x06','\x7f','\xec','\x06','\x06','\x0c','\x06','\x06','\x4c','\x06','\x46','\x6c','\x06','\x26','\xcc','\x06','\x36','\x8c','\x06','\x37','\x0c','\x06','\x06','\x0c','\x06','\x07','\xcf','\xfe','\xfe','\x0c','\x06','\x70','\x0c','\x06','\x40','\x00','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x03','\x00','\xc0','\x23','\x00','\xc6','\x23','\x1b','\xff','\x7f','\xfc','\xc6','\x60','\x18','\xc6','\xc0','\x10','\xc6','\xc0','\x60','\xc6','\x3f','\xf0','\xc6','\x00','\x40','\xc6','\x02','\x80','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x03','\xf0','\xc6','\xff','\x01','\x86','\x7b','\x01','\x86','\x43','\x01','\x0e','\x03','\x03','\x0c','\x03','\x02','\x0c','\x1f','\x04','\x7c','\x06','\x18','\x18','\x10','\x10','\x60','\x0c','\x1f','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x80','\x10','\x60','\x60','\x30','\x60','\x32','\x20','\x7e','\x32','\x40','\x3e','\x04','\x80','\x00','\x04','\x00','\x30','\x0c','\xff','\xf8','\x08','\x10','\x30','\x18','\x10','\x30','\x18','\x08','\x60','\x30','\x0c','\x60','\xf0','\x06','\xc0','\x70','\x03','\x80','\x30','\x03','\x80','\x30','\x06','\xe0','\x30','\x0c','\x7f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x00','\x01','\x00','\x00','\x61','\xc0','\xff','\xf1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x00','\x0c','\x03','\x10','\x0c','\xc2','\x0c','\x1f','\xe2','\x06','\x18','\xc4','\x3b','\x10','\xff','\xe3','\x30','\xde','\x03','\x29','\x90','\x00','\x45','\x80','\x00','\x87','\x08','\x0c','\x03','\x0f','\xfe','\x06','\x0c','\x0c','\x04','\x0c','\x0c','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x10','\x0c','\x0c','\x20','\x0c','\x0c','\x40','\x0f','\xfc','\x80','\x0c','\x0c','\x00','\x0c','\x0c','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x7f','\xfe','\x1b','\x60','\x06','\xff','\xe0','\xe0','\x18','\x60','\xc0','\x18','\x6e','\xce','\x18','\x6c','\xcc','\x18','\x6c','\xcc','\x18','\x6c','\xcc','\x18','\x6f','\xfc','\x18','\x6c','\xcc','\x19','\x60','\xc0','\x1e','\xc0','\xc0','\xf8','\xdc','\xc7','\x60','\x98','\xc6','\x41','\x98','\xc6','\x01','\x18','\xc6','\x02','\x1f','\xfe','\x04','\x18','\x06','\x00','\x18','\x06','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x4c','\x9f','\xf8','\x7f','\xd8','\x18','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x81','\x84','\x4c','\xa1','\x86','\x4c','\x99','\x8c','\x4c','\x89','\x88','\x4c','\x81','\x92','\x4c','\xff','\xff','\x4f','\x86','\x60','\x4d','\x86','\x60','\x4c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x0c','\x62','\x0c','\x0c','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x19','\xff','\x9f','\x30','\x18','\x06','\xc0','\x18','\x00','\x03','\x98','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x00','\xc0','\x18','\x00','\xc0','\x60','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x98','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x70','\x0c','\x18','\x3c','\x18','\x18','\x1f','\x33','\xff','\xce','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\x81','\x06','\x07','\xdf','\xff','\x7c','\x01','\x06','\x04','\x81','\x06','\x44','\xc1','\x06','\x34','\x91','\x46','\x15','\x09','\x26','\xff','\xed','\x36','\x0c','\x0d','\x36','\x1f','\x01','\x06','\x14','\xc1','\x06','\x24','\x61','\x06','\x44','\x63','\x0e','\x80','\x05','\x16','\x3f','\x8d','\x36','\x24','\xb9','\xe6','\x24','\x91','\x46','\x24','\x81','\x06','\x3f','\x81','\x06','\x24','\x81','\x06','\x24','\x81','\x06','\x24','\x81','\x06','\x3f','\x9f','\x3e','\x20','\x86','\x0c','\x00','\x00','\x00','\x02','\x01','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x41','\x80','\x03','\x31','\x80','\x03','\x19','\x80','\x03','\x19','\x80','\x03','\x19','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x82','\x06','\x01','\x82','\x0c','\x01','\x82','\x0c','\x01','\x83','\x18','\x01','\xff','\x30','\x00','\xfe','\xc0','\x00','\x00','\x00','\x82','\x00','\x00','\xe1','\x00','\x01','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0f','\xff','\xde','\x30','\x60','\xc6','\xc0','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc1','\xc0','\x01','\x81','\x80','\x03','\x0f','\x80','\x0c','\x03','\x00','\x70','\x00','\x00','\x08','\x00','\x60','\x0f','\xff','\xf0','\x0c','\x44','\x60','\x0c','\x44','\x60','\x0c','\x44','\x60','\x0c','\x44','\x60','\x0c','\x44','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x40','\x80','\x30','\x48','\x84','\x37','\xff','\xfe','\x30','\xc1','\xa0','\x31','\xf3','\x90','\x33','\x52','\x9c','\x34','\x44','\x8f','\x30','\x40','\x86','\x30','\x00','\x60','\x30','\x0f','\xf0','\x33','\xfc','\x00','\x30','\x0c','\x10','\x27','\xff','\xf8','\x60','\x0c','\x00','\x60','\x0c','\x04','\x4f','\xff','\xfe','\x40','\x0c','\x00','\x80','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x40','\x80','\x30','\x48','\x84','\x37','\xff','\xfe','\x30','\xc1','\xa0','\x31','\xf3','\x90','\x31','\x52','\x9c','\x32','\x44','\x8f','\x34','\x48','\x86','\x30','\x40','\x80','\x30','\x00','\x00','\x37','\xff','\xfe','\x30','\x18','\x00','\x20','\x30','\x00','\x60','\x60','\x18','\x60','\xff','\xfc','\x41','\xc0','\x18','\x46','\xc0','\x18','\x98','\xc0','\x18','\x00','\xff','\xf8','\x00','\xc0','\x18','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc0','\xc0','\x30','\x88','\x84','\x3f','\xff','\xfe','\x31','\xc1','\xa0','\x32','\xb2','\x90','\x34','\x94','\x9c','\x38','\x88','\x8f','\x30','\x0c','\x06','\x31','\xff','\xf0','\x31','\x04','\x10','\x31','\x04','\x10','\x31','\xff','\xf0','\x31','\x04','\x10','\x21','\x04','\x10','\x61','\xff','\xf0','\x60','\x46','\x40','\x40','\x76','\x52','\x40','\xe6','\xfa','\x81','\xc6','\x03','\x07','\x07','\xff','\x38','\x03','\xfe','\x00','\x0e','\x00','\x00','\x0c','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\x70','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xcc','\x66','\x3f','\xff','\xff','\x30','\xc0','\x60','\x30','\xc0','\x60','\x31','\xe0','\xf0','\x31','\xd8','\xf0','\x31','\xcd','\xe8','\x33','\xcd','\x68','\x32','\xc3','\x6c','\x22','\xc2','\x67','\x66','\xc4','\x66','\x64','\xc8','\x62','\x48','\xc0','\x60','\x40','\xc0','\x60','\x80','\xc0','\x60','\x00','\xc0','\x60','\x00','\x00','\x00','\x1c','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1b','\x7f','\xfc','\xff','\xe3','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x63','\x0c','\x18','\x03','\x00','\x19','\x03','\x00','\x1e','\x03','\x18','\xf8','\x7f','\xfc','\x70','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x03','\xff','\xff','\x00','\x00','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x8c','\x18','\xdf','\xfe','\xff','\xe1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x86','\x30','\xff','\xff','\x31','\x83','\x80','\x31','\x83','\xc0','\x31','\x87','\xc0','\x6d','\x05','\xa0','\x63','\x8d','\xa0','\x02','\xc9','\x90','\x06','\xd9','\x98','\x04','\x11','\x8c','\x08','\x21','\x8f','\x10','\x41','\x86','\x21','\x81','\x80','\xc0','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x18','\x63','\x7f','\xfc','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x7f','\x03','\x06','\x63','\xff','\xff','\x63','\x0f','\x40','\x63','\x0f','\x40','\x63','\x1b','\x40','\x63','\x1b','\x20','\x63','\x13','\x20','\x7f','\x33','\x30','\x60','\x23','\x18','\x00','\x43','\x1f','\x00','\x83','\x0e','\x03','\x03','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0d','\x8c','\x00','\xff','\xcc','\x06','\x0c','\x1f','\xff','\x0c','\x10','\x20','\x0c','\x28','\x38','\x1c','\x48','\x30','\x1e','\x08','\x30','\x1d','\x84','\x60','\x3c','\xc4','\x60','\x2c','\xc6','\x40','\x2c','\x02','\xc0','\x6c','\x03','\x80','\x4c','\x01','\x00','\x8c','\x03','\x80','\x0c','\x06','\xc0','\x0c','\x04','\x60','\x0c','\x08','\x38','\x0c','\x10','\x1f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x18','\x00','\x00','\x10','\x00','\x00','\x27','\xff','\xe0','\x46','\x18','\x60','\x86','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x6c','\x1f','\xff','\xfe','\x18','\x00','\xc0','\x18','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x20','\x0c','\x43','\x3f','\xfe','\x7f','\xb1','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x7f','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x98','\x60','\x3f','\xfc','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x1f','\xf8','\x1d','\x98','\x18','\x1c','\xd8','\x18','\x3c','\xdf','\xf8','\x2c','\x18','\x18','\x2c','\x18','\x18','\x6c','\x1f','\xf8','\x4c','\x00','\x00','\x8c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x08','\x00','\x0c','\x0e','\x30','\x0c','\x1c','\x0c','\x0c','\x30','\x06','\x0c','\xc0','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x98','\x80','\x03','\x18','\x60','\x0f','\xff','\xf8','\x36','\x18','\x6f','\xc6','\x18','\x66','\x06','\x18','\x60','\x06','\x19','\xe0','\x06','\x18','\xc0','\x00','\x18','\x00','\x21','\x87','\x38','\x3f','\xc6','\x30','\x31','\x86','\x32','\x31','\xff','\xff','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x9f','\xfc','\x3f','\x98','\x0c','\x31','\x98','\x0c','\x31','\x9f','\xfc','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x3f','\x9f','\xfc','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x21','\x83','\x40','\x21','\x83','\x20','\x61','\x86','\x38','\x41','\x8c','\x1f','\x4f','\x98','\x0e','\x83','\x60','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x93','\x00','\xff','\xd3','\x06','\x0c','\x1f','\xff','\x0c','\x33','\x06','\x0c','\x63','\x04','\x1e','\x63','\x08','\x1d','\x83','\x00','\x1c','\xc2','\xe0','\x3c','\xc6','\xc0','\x2c','\x06','\xc0','\x2c','\x06','\xc0','\x6c','\x06','\xc0','\x4c','\x04','\xc0','\x8c','\x0c','\xc0','\x0c','\x0c','\xc2','\x0c','\x08','\xc2','\x0c','\x18','\xc2','\x0c','\x10','\xc3','\x0c','\x20','\xff','\x0c','\xc0','\x7e','\x10','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x19','\x81','\x80','\x1f','\xc1','\x86','\x11','\xbf','\xff','\x31','\x03','\x00','\x22','\x03','\x00','\x3f','\x82','\x0c','\x64','\x87','\xfe','\xa4','\x86','\x0c','\x24','\x8e','\x0c','\x3f','\x8e','\x0c','\x24','\x97','\xfc','\x24','\xa6','\x0c','\x24','\x86','\x0c','\x3f','\x86','\x0c','\x00','\x07','\xfc','\x00','\x86','\x0c','\x2a','\xc6','\x0c','\x6a','\xc6','\x0c','\xca','\x46','\x0c','\xc0','\x06','\x7c','\x00','\x06','\x18','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x39','\x80','\x0c','\x31','\x80','\x1e','\x31','\x80','\x1d','\x31','\x8c','\x1d','\xb1','\xfe','\x3d','\xb1','\x80','\x2c','\x31','\x80','\x2c','\x31','\x80','\x6c','\x31','\x80','\x4c','\x31','\x80','\x8c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x86','\x0d','\xff','\xff','\x0c','\x00','\x00','\x10','\x08','\x10','\x1c','\x06','\x1c','\x18','\x03','\x18','\x19','\x83','\x20','\x1f','\xbf','\xff','\x11','\x01','\x20','\x31','\x01','\x20','\x22','\x1f','\xfe','\x7f','\x99','\x26','\xa4','\x9b','\x26','\x24','\x9e','\x1e','\x24','\x98','\x06','\x3f','\x9f','\xfe','\x24','\x98','\x06','\x24','\x9f','\xfe','\x24','\x80','\x18','\x3f','\x80','\x18','\x00','\x7f','\xff','\x00','\x00','\x18','\x2a','\x8c','\x18','\x2a','\xc3','\x18','\x4a','\x43','\x18','\xc8','\x00','\xf8','\xc0','\x00','\x30','\x0e','\x20','\x1c','\x0c','\x38','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0d','\xb6','\x18','\xff','\xfe','\x18','\x0c','\x27','\xfe','\x0c','\x66','\x98','\x0c','\x46','\x98','\x1c','\x46','\x98','\x1e','\xa6','\x98','\x1d','\x36','\x98','\x3d','\xbc','\x98','\x2d','\x8c','\x98','\x2c','\x0c','\x9a','\x6c','\x0b','\xff','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x10','\x18','\x0c','\x30','\x18','\x0c','\x20','\x18','\x0c','\x40','\x18','\x0c','\x80','\x18','\x0c','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\xc3','\x40','\x0c','\xc3','\x30','\x18','\xc3','\x18','\x18','\xc3','\x0c','\x30','\xc3','\x06','\x20','\xc3','\x07','\x40','\x83','\x03','\x81','\x83','\x00','\x01','\x83','\x00','\x01','\x03','\x00','\x03','\x03','\x00','\x02','\x03','\x00','\x04','\x1f','\x00','\x18','\x06','\x00','\x04','\x00','\x00','\x07','\x40','\x18','\x06','\x7f','\xfc','\x06','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x38','\x60','\x18','\x38','\x00','\x00','\x58','\x00','\x00','\x98','\xff','\xfc','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1b','\xff','\xff','\x18','\x0c','\x80','\x18','\x0c','\x80','\x18','\x18','\x40','\x18','\x18','\x60','\x18','\x30','\x38','\x18','\x60','\x1f','\x18','\xc0','\x0e','\x1b','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x01','\x00','\x60','\x01','\x00','\x60','\x00','\x80','\xc0','\x00','\x80','\xc0','\x00','\x81','\x80','\x00','\x41','\x80','\x00','\x43','\x00','\x00','\x23','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x08','\x00','\x00','\x1e','\x00','\x00','\x37','\x00','\x00','\x63','\x80','\x00','\xc1','\xc0','\x01','\x80','\xe0','\x07','\x00','\x78','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x04','\x00','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x81','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x8c','\x0e','\x3f','\xfe','\x1c','\x07','\xa0','\xfc','\x07','\xa0','\x6c','\x05','\x90','\x4c','\x0d','\x90','\x0c','\x09','\x98','\x0c','\x19','\x8c','\x0c','\x11','\x8f','\x0c','\x21','\x86','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x98','\x80','\x03','\x18','\xc0','\x06','\x18','\x60','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x0c','\x04','\xff','\xfe','\x0c','\x0f','\x40','\x08','\x0b','\x40','\x18','\x1b','\x20','\x18','\x13','\x20','\x30','\x33','\x10','\xf0','\x23','\x18','\x70','\x43','\x0c','\x30','\x83','\x0f','\x33','\x03','\x06','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x00','\x20','\x00','\x40','\x38','\x00','\x30','\x30','\x00','\x18','\x60','\x0c','\x1c','\x7f','\xfe','\x0c','\xc0','\x00','\x00','\x80','\x00','\x01','\x3f','\xe0','\x02','\x00','\xe0','\x00','\x03','\x80','\x0c','\x06','\x00','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x08','\x0c','\x60','\x08','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x3f','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x04','\x00','\x00','\x07','\x40','\x18','\x06','\x7f','\xfc','\x0e','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x38','\x60','\x98','\x38','\x60','\x80','\x58','\x60','\x40','\x98','\x60','\x40','\x18','\xc8','\x60','\x18','\xc6','\x20','\x18','\xc3','\x30','\x18','\x83','\x18','\x19','\x80','\x1c','\x19','\x00','\x0f','\x1a','\x30','\x06','\x18','\x0c','\x00','\x18','\x03','\x00','\x18','\x01','\xc0','\x18','\x00','\xe0','\x18','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x62','\x10','\x06','\x63','\x10','\x86','\x62','\x90','\x86','\x6c','\xd7','\xf6','\x64','\x94','\x96','\x61','\x14','\x96','\x62','\x54','\x96','\x7f','\xd4','\x96','\x6e','\x57','\xf6','\x62','\x10','\x86','\x62','\x10','\xa6','\x6a','\x90','\x96','\x6a','\x57','\xf6','\x6a','\x53','\x16','\x72','\x52','\x06','\x62','\x10','\x3e','\x60','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x40','\x80','\x30','\x48','\x84','\x37','\xff','\xfe','\x30','\xc1','\xa0','\x31','\xf3','\x90','\x31','\x52','\x9c','\x32','\x44','\x8f','\x34','\x40','\x86','\x30','\x00','\x00','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x21','\xff','\xe0','\x60','\x18','\x00','\x64','\x10','\x18','\x47','\xff','\xfc','\x46','\x00','\x18','\x86','\x00','\x18','\x07','\xff','\xf8','\x06','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x30','\x00','\xff','\xf8','\x00','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x00','\x30','\x03','\x00','\x70','\x02','\x00','\x60','\x06','\x00','\x60','\x04','\x00','\xe0','\x08','\x00','\xc0','\x10','\x07','\xc0','\x60','\x01','\x80','\x0e','\x10','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\x1f','\xf0','\x2d','\x98','\x30','\x2d','\x98','\x30','\x2c','\x1f','\xf0','\x6c','\x00','\x00','\x6c','\xff','\xfe','\xcc','\xc4','\x46','\xcc','\xc4','\x46','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x30','\x0c','\x7f','\xf8','\x0c','\x10','\x30','\x0c','\x08','\x60','\x0c','\x06','\xc0','\x0c','\x03','\x80','\x0c','\x06','\xe0','\x0c','\x0c','\x7f','\x0c','\x30','\x1e','\x0d','\xc0','\x06','\x20','\x1c','\x70','\x18','\x18','\x60','\x0c','\x18','\x64','\x0d','\xff','\xfe','\x00','\x18','\x60','\x00','\x18','\x60','\x80','\x18','\x62','\x63','\xff','\xff','\x30','\x03','\x00','\x30','\x03','\x00','\x04','\x83','\x0c','\x04','\xff','\xfe','\x0c','\xc3','\x0c','\x08','\xc3','\x0c','\x18','\xd3','\x2c','\x18','\xd3','\x2c','\x30','\xd3','\x2c','\xf0','\xd3','\x2c','\x70','\xdf','\xec','\x30','\xd0','\x2c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x38','\xc0','\x7c','\x18','\xc0','\x18','\x20','\x10','\x30','\x18','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x00','\x1f','\xf0','\x00','\x18','\x30','\x80','\x18','\x30','\x60','\x1f','\xf0','\x32','\x00','\x00','\x32','\xff','\xfe','\x04','\xc4','\x46','\x04','\xc4','\x46','\x0c','\xff','\xfe','\x08','\x00','\x00','\x18','\x00','\x30','\x18','\x7f','\xf8','\x30','\x10','\x30','\xf0','\x08','\x60','\x70','\x06','\xc0','\x30','\x03','\x80','\x30','\x06','\xe0','\x30','\x0c','\x7f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x42','\x0c','\x30','\x42','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x07','\xff','\xe0','\x01','\x00','\xc0','\x00','\x81','\x80','\x00','\x67','\x00','\x00','\x3c','\x00','\x00','\xe7','\xc0','\x0f','\x81','\xff','\xf0','\x00','\x3e','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x18','\x63','\x7f','\xfc','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x0f','\x40','\x63','\x0b','\x40','\x63','\x1b','\x20','\x63','\x13','\x20','\x7f','\x33','\x30','\x63','\x23','\x18','\x60','\x43','\x1c','\x00','\x83','\x0f','\x01','\x03','\x06','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\x79','\x00','\x00','\xd9','\x00','\x00','\xd8','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x48','\x40','\xcc','\x7f','\xef','\xfe','\x44','\x40','\xc0','\x44','\x40','\xc0','\x44','\x40','\xc6','\x7f','\xdf','\xff','\x44','\x40','\xc0','\x44','\x41','\xe0','\x44','\x41','\xe0','\x7f','\xc2','\xd0','\x02','\x02','\xd8','\x12','\x44','\xcc','\x1a','\x68','\xcf','\x1a','\x40','\xc6','\x12','\x90','\xc0','\x13','\xf8','\xc2','\x32','\x88','\x02','\x22','\x00','\x03','\x23','\xff','\xff','\x41','\xff','\xfe','\x80','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x18','\x00','\x02','\x18','\x00','\x02','\x18','\x00','\x03','\x1f','\xff','\xff','\x0f','\xff','\xfe','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x11','\x04','\x80','\x20','\xc8','\x60','\x40','\xc0','\x60','\x81','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\xc0','\x00','\x01','\xe0','\xc0','\x03','\x80','\x38','\x0e','\x00','\x1c','\x70','\x00','\x0c','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x7f','\x98','\xc6','\x40','\x98','\xc6','\x40','\x80','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x61','\x04','\x60','\x19','\xc8','\x01','\x9b','\x80','\x09','\x87','\x30','\x09','\x8c','\x0c','\x11','\x98','\x86','\x71','\xa0','\xc7','\x61','\xff','\xc3','\x03','\xff','\x80','\x1c','\x00','\x00','\xe0','\x1c','\x00','\x0e','\x18','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x40','\x0c','\x60','\x31','\x10','\x64','\xd3','\x80','\x04','\x87','\x10','\x0c','\x8e','\x0c','\x18','\xb8','\x86','\x18','\xe0','\xc6','\x01','\xff','\xc0','\x0f','\x00','\x00','\xf0','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xc0','\x06','\x20','\x00','\x06','\x20','\x07','\x00','\x18','\x06','\x00','\x0c','\x06','\x04','\x0d','\xff','\xfe','\x00','\x04','\x00','\x00','\x0c','\x08','\x80','\xff','\xfc','\x62','\x08','\x80','\x32','\x18','\x82','\x33','\xff','\xff','\x04','\x20','\x40','\x04','\x60','\x20','\x0c','\x40','\x30','\x08','\xbf','\xdc','\x19','\x06','\x0f','\x1a','\x06','\x06','\x35','\xff','\xf8','\xf0','\x06','\x00','\x70','\x0d','\x80','\x30','\x0c','\x60','\x30','\x18','\x30','\x30','\x30','\x18','\x38','\x60','\x1c','\x19','\x80','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xd0','\x00','\xe4','\x1c','\x01','\xc2','\x38','\x07','\xc3','\x40','\x1c','\xc1','\x80','\xe0','\xcc','\xe0','\x00','\xf0','\x7f','\x1f','\xc0','\x1e','\x0e','\x00','\x06','\x01','\x83','\x00','\x0f','\xc3','\x00','\xfc','\x06','\x80','\x0c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x08','\x60','\x0d','\x98','\x30','\xff','\xf0','\x1c','\x0c','\x2f','\xcf','\x0c','\x40','\x06','\x1c','\x80','\x60','\x1e','\x3f','\xf0','\x1d','\x80','\x60','\x3c','\xc0','\x60','\x2c','\xc0','\xc0','\x2c','\x04','\xc0','\x6c','\x03','\x00','\x4c','\x19','\x88','\x8c','\x59','\x86','\x0c','\x58','\x23','\x0c','\xd8','\x23','\x0d','\x98','\x30','\x0d','\x9f','\xf0','\x0c','\x0f','\xe0','\x23','\x00','\x18','\x3f','\x80','\x7c','\x33','\x23','\xe0','\x33','\x3e','\x00','\x33','\x30','\x0c','\x33','\x32','\x3e','\x33','\x33','\xe0','\x3f','\x33','\x00','\x33','\x33','\x04','\x33','\x33','\x07','\x33','\x33','\x0e','\x33','\x33','\x98','\x33','\x33','\xa0','\x3f','\x33','\x40','\x33','\x33','\x40','\x33','\x33','\x20','\x33','\x33','\x20','\x33','\x23','\x30','\x23','\x23','\x18','\x23','\x63','\x1c','\x63','\x43','\x0f','\x43','\x83','\x0e','\x4f','\x03','\x06','\x86','\x03','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc8','\xd0','\xff','\xee','\xcc','\x18','\xcc','\xc6','\x18','\xcc','\xc3','\x18','\xc8','\xc3','\x19','\x98','\xc0','\x31','\x90','\xc0','\x31','\xa0','\xc8','\x33','\x00','\xce','\x33','\x07','\xcc','\x6a','\x01','\x98','\x66','\x00','\x18','\x07','\x00','\x30','\x05','\x80','\x60','\x0c','\xc0','\xc0','\x08','\xc1','\x80','\x10','\x03','\x00','\x20','\x0c','\x00','\xc0','\x30','\x00','\x0e','\x00','\x18','\x0c','\x80','\x7c','\x8c','\xe3','\xc0','\x4c','\xdf','\x00','\x6c','\x83','\x00','\x6d','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc3','\x18','\xff','\xff','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1e','\x03','\x00','\x1d','\x83','\x00','\x1c','\xc3','\x0c','\x3c','\xff','\xfe','\x2c','\xc3','\x00','\x6c','\x03','\x00','\x4c','\x03','\x00','\x8c','\x03','\x02','\x0c','\x03','\x02','\x0c','\x03','\x02','\x0c','\x03','\x03','\x0c','\x03','\xff','\x0c','\x01','\xfe','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x06','\x1f','\xff','\xff','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x03','\x00','\x18','\x03','\x82','\x18','\xe1','\xc2','\x1f','\x80','\xe2','\xfc','\x00','\x7b','\x70','\x00','\x3f','\x40','\x00','\x0e','\x00','\x10','\x0c','\x41','\x9f','\xfe','\x7f','\xd8','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x7f','\x9f','\xfc','\x61','\x98','\xcc','\x61','\x98','\xc0','\x61','\x98','\xc0','\x61','\x98','\xc6','\x7f','\x9f','\xff','\x61','\x98','\xc0','\x61','\x98','\xc0','\x61','\x98','\xc0','\x61','\x98','\x60','\x61','\x98','\x60','\x7f','\x98','\x62','\x61','\x98','\x32','\x60','\x19','\xba','\x60','\xfe','\x1f','\x00','\x70','\x0f','\x00','\x40','\x06','\x00','\x02','\x00','\x00','\x63','\x80','\x7f','\xf3','\x00','\x00','\xc6','\x06','\x00','\x87','\xff','\x09','\x0a','\x18','\x06','\x12','\x30','\x03','\x01','\x60','\x03','\x30','\xc0','\xff','\xf9','\xe0','\x03','\x23','\x38','\x07','\x46','\x1f','\x07','\x19','\xc6','\x0f','\x01','\x80','\x0b','\x01','\x8c','\x1b','\x1f','\xfe','\x13','\x01','\x8c','\x33','\x01','\x0c','\x23','\x03','\x0c','\x43','\x02','\x0c','\x83','\x06','\x1c','\x03','\x04','\x18','\x1f','\x08','\xf8','\x06','\x30','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x60','\x06','\xc0','\xc0','\xc4','\xc1','\xff','\xe8','\x03','\x01','\x80','\x06','\x83','\x00','\x0c','\x66','\x00','\x30','\x6c','\x00','\x00','\x38','\x00','\x00','\x60','\x00','\x03','\x80','\x00','\x3c','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x16','\x66','\x60','\x26','\x66','\x60','\x46','\x66','\x60','\x06','\x66','\x60','\x06','\x66','\x66','\xff','\xff','\xff','\x06','\x66','\x60','\x06','\x66','\x60','\x06','\x66','\x60','\x06','\x66','\x60','\x06','\x66','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x44','\x20','\x08','\x42','\x18','\x18','\xc3','\x0c','\x70','\xc3','\x06','\x60','\xc3','\x06','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x80','\x00','\x40','\x60','\x00','\x80','\x30','\x3f','\xff','\xd8','\x1f','\xe0','\x1c','\x10','\x00','\x0c','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x60','\x0f','\xff','\xf0','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x01','\xc0','\x00','\x03','\x00','\x00','\xc4','\x00','\x00','\x38','\x00','\x00','\x1c','\x00','\x00','\x0c','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x1c','\x0c','\x00','\x3c','\x08','\x00','\x3c','\x10','\x00','\x6c','\x00','\x00','\x6c','\x00','\x00','\xcc','\x00','\x01','\x8c','\x00','\x03','\x0c','\x00','\x06','\x0c','\x00','\x0c','\x0c','\x00','\x30','\x0c','\x00','\xc0','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x04','\x00','\x7f','\xc6','\x0c','\x01','\x87','\xfe','\x06','\x0c','\x30','\x02','\x52','\x60','\xff','\xe1','\x80','\x07','\x63','\x70','\x0f','\x4c','\x1f','\x0b','\x31','\x86','\x13','\x0f','\xf8','\x23','\x03','\x18','\xc3','\x02','\x18','\x03','\x04','\x30','\x1f','\x08','\xf0','\x06','\x30','\x60','\x03','\x80','\x80','\x03','\x40','\xe0','\x13','\x24','\xcc','\x7b','\x37','\xfe','\x03','\x36','\x0c','\x03','\x06','\x0c','\x03','\x07','\xfc','\xff','\xfe','\x0c','\x03','\x06','\x0c','\x03','\x07','\xfc','\x0b','\x06','\x00','\x29','\x06','\x06','\x29','\x07','\xff','\x29','\x06','\x00','\x2f','\x06','\x06','\x29','\x07','\xff','\x29','\x20','\x06','\x29','\xa4','\x16','\x29','\xa5','\x56','\x2e','\xad','\x56','\xf8','\xb9','\x46','\x60','\xf8','\x0c','\x40','\x60','\x7c','\x00','\x60','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x80','\x00','\x0c','\x00','\x00','\x0c','\x10','\x18','\x0c','\x1f','\xfc','\x1e','\x18','\x18','\x1d','\x18','\x18','\x1d','\x98','\x18','\x3d','\x98','\x18','\x2c','\x1f','\xf8','\x2c','\x19','\x98','\x6c','\x01','\x80','\x4c','\x21','\x90','\x8c','\x39','\x88','\x0c','\x31','\x8c','\x0c','\x61','\x86','\x0c','\x41','\x86','\x0c','\x81','\x86','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x1c','\x00','\x06','\x18','\x7f','\xff','\x18','\x00','\xc4','\x18','\x08','\xc8','\x18','\x0e','\xc0','\x1b','\x0c','\xfe','\xff','\x8c','\xc0','\x33','\x0a','\xc0','\x33','\x19','\xc0','\x33','\x10','\x7f','\x33','\x20','\x0e','\x63','\x40','\x00','\x66','\x1f','\xfc','\x66','\x18','\x0c','\x64','\x18','\x0c','\xdc','\x1f','\xfc','\xce','\x18','\x0c','\x0b','\x18','\x0c','\x19','\x9f','\xfc','\x11','\x98','\x0c','\x30','\x18','\x0c','\x20','\x18','\x0c','\x40','\x18','\x7c','\x80','\x18','\x18','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x11','\x8c','\x18','\x1f','\xfe','\x19','\x98','\x0c','\xff','\xd8','\x0c','\x31','\x98','\x0c','\x31','\x9f','\xfc','\x31','\x98','\x0c','\x33','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x62','\x18','\x84','\x66','\x18','\x87','\xd4','\x18','\x86','\xcc','\x18','\x4c','\x0e','\x18','\x50','\x1b','\x18','\x60','\x13','\x18','\x30','\x30','\x1b','\x38','\x20','\xfc','\x1f','\x40','\x70','\x0e','\x80','\x40','\x06','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x64','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x70','\x06','\x00','\x1c','\x18','\x00','\x0e','\x60','\x00','\x06','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x00','\xc0','\x60','\x01','\xff','\xf0','\x03','\x00','\x60','\x06','\x00','\xc0','\x0d','\x01','\x80','\x18','\xc3','\x00','\x60','\x66','\x00','\x00','\x6c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\xc0','\x0c','\x03','\xff','\xfe','\x1d','\x80','\x0c','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\xff','\xfc','\x01','\x80','\x0c','\x01','\x80','\x0c','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\x80','\x03','\x00','\x60','\x06','\x01','\x38','\x0d','\xff','\x9f','\x30','\x00','\x06','\xc0','\x00','\x00','\x10','\xc4','\x18','\x1f','\xe7','\xfc','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x1f','\xc6','\xf8','\x18','\xc6','\x30','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x04','\x06','\x40','\xc7','\xff','\x7f','\xe6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc7','\xfe','\x7f','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x60','\xc7','\xfe','\x7f','\xc6','\x06','\x60','\xc6','\x06','\x60','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x00','\x30','\x06','\x00','\x60','\x3e','\x01','\x80','\x0c','\x00','\x08','\x0c','\x41','\x8f','\xfe','\x7f','\xcc','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8f','\xfc','\x7f','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8f','\xfc','\x7f','\x88','\x0c','\x61','\x98','\x0c','\x00','\x10','\x0c','\x00','\x20','\x7c','\x00','\xc0','\x18','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x03','\x80','\x40','\x83','\x08','\x30','\x43','\x0e','\x18','\x63','\x0c','\x0c','\x33','\x18','\x0c','\x33','\x10','\x00','\x33','\x20','\x00','\x03','\x06','\x03','\xff','\xff','\x00','\x0f','\x40','\x0c','\x0f','\x40','\xfe','\x1b','\x20','\x0c','\x1b','\x30','\x0c','\x33','\x18','\x0c','\x23','\x1f','\x0c','\x43','\x0e','\x0c','\x83','\x06','\x0d','\x03','\x00','\x0c','\x03','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x03','\x00','\x0c','\xc3','\x0c','\x08','\x63','\xfe','\x18','\x66','\x0c','\x10','\x04','\x18','\x21','\x8e','\x18','\x3f','\xc9','\xb0','\x46','\x11','\xb0','\x86','\x00','\x60','\x06','\xc0','\xc0','\x7f','\xe0','\x80','\x06','\x01','\x06','\x06','\x43','\xff','\x46','\x67','\x06','\x26','\xcb','\x06','\x36','\xb3','\x06','\x37','\x03','\x06','\x06','\x03','\x06','\x07','\xc3','\x06','\xfe','\x03','\xfe','\x70','\x03','\x06','\x40','\x03','\x06','\x00','\x02','\x00','\x00','\x03','\x80','\x43','\x13','\x18','\x7f','\x9f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x00','\x63','\x18','\x06','\x63','\x1f','\xff','\x63','\x18','\x00','\x63','\x18','\x06','\x7f','\x1f','\xff','\x63','\x00','\x06','\x60','\x40','\x46','\x00','\x49','\x66','\x00','\xc9','\x2e','\x01','\x89','\x0c','\x01','\x80','\x1c','\x00','\x00','\xf8','\x00','\x00','\x30','\x1c','\x00','\x00','\x18','\x00','\x06','\x18','\x7f','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x19','\x82','\x10','\xff','\xc2','\x08','\x31','\x84','\x0c','\x31','\x84','\x76','\x31','\xbf','\x86','\x33','\x1c','\x06','\x63','\x11','\xc0','\x63','\x01','\x80','\x62','\x01','\x80','\x66','\x01','\x8c','\xd4','\x3f','\xfe','\xcc','\x01','\x80','\x0e','\x01','\x80','\x0b','\x01','\x80','\x19','\x81','\x80','\x11','\x81','\x80','\x20','\x01','\x86','\x40','\xff','\xff','\x80','\x00','\x00','\x03','\x87','\x00','\x03','\x06','\x00','\x23','\x06','\x00','\x3b','\x06','\x00','\x33','\x06','\x00','\x33','\x66','\x08','\x3f','\xf6','\x0e','\x23','\x06','\x1c','\x63','\x06','\x38','\x43','\x06','\x60','\x83','\x06','\x80','\x03','\x07','\x00','\x03','\x66','\x00','\x03','\x86','\x00','\x0f','\x06','\x00','\xfb','\x06','\x00','\x63','\x06','\x00','\x43','\x06','\x00','\x03','\x06','\x02','\x03','\x06','\x02','\x03','\x06','\x02','\x03','\x06','\x03','\x03','\x07','\xff','\x03','\x03','\xfe','\x20','\x01','\xd0','\x18','\x01','\x8c','\x0c','\x01','\x84','\x0c','\x01','\x80','\x02','\x01','\x86','\x03','\xff','\xff','\x83','\x01','\x80','\x43','\x01','\x80','\x63','\x7d','\x88','\x6b','\x01','\x8e','\x0b','\x00','\x8c','\x0b','\x18','\x8c','\x13','\x12','\xc8','\x13','\x52','\xd8','\x12','\x54','\x50','\x32','\xd0','\x70','\x32','\x90','\x20','\xe2','\x30','\x22','\x66','\x2c','\x72','\x64','\x26','\x52','\x64','\x46','\x9a','\x68','\x81','\x0e','\x71','\x02','\x07','\x30','\x0c','\x03','\x00','\x80','\x00','\x00','\xe0','\x00','\x01','\xc1','\x80','\x01','\xff','\xc0','\x03','\x03','\x00','\x06','\x06','\x00','\x0c','\x04','\x00','\x30','\x08','\x18','\xdf','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x06','\x18','\x00','\x86','\x00','\x00','\xe6','\x00','\x01','\xc6','\x00','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x11','\x8c','\x0c','\x1f','\xfe','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x9f','\xfc','\x1c','\xc1','\x80','\x3c','\xc1','\x80','\x2c','\x21','\x86','\x2c','\x3f','\xff','\x6c','\x31','\x86','\x4c','\x31','\x86','\x8c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x9e','\x0c','\x31','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x00','\x0e','\x01','\xc0','\x0c','\x11','\x8c','\x08','\x1f','\xfe','\x92','\x18','\x0c','\x63','\x98','\x0c','\x33','\x1f','\xfc','\x36','\x18','\x0c','\x04','\x18','\x0c','\x0a','\x18','\x0c','\x11','\x1f','\xfc','\xff','\x81','\x80','\x7d','\x81','\x80','\x4c','\x21','\x86','\x0c','\x3f','\xff','\x4e','\x31','\x86','\x7d','\x31','\x86','\x6d','\xb1','\x86','\x6d','\xb1','\x86','\x4c','\x31','\x86','\x4c','\x31','\x9e','\x8c','\x31','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x00','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x08','\x01','\x80','\x92','\x01','\x00','\x63','\x81','\x00','\x33','\x22','\x06','\x36','\x3f','\xff','\x04','\x32','\x26','\x0a','\x32','\x26','\x11','\x32','\x26','\xff','\xb3','\xe6','\x7d','\xb2','\x26','\x4d','\xb2','\x26','\x0c','\x32','\x26','\x4c','\x32','\x26','\x7e','\x33','\xe6','\x6d','\x32','\x26','\x6d','\xb2','\x26','\x4d','\xb2','\x26','\x4c','\x32','\x26','\x8c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x20','\x40','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x07','\x00','\x00','\x06','\x40','\x06','\x7f','\xef','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x48','\x82','\x7f','\xef','\xff','\x06','\x09','\x12','\x06','\x09','\x12','\x06','\x29','\x12','\xff','\xf9','\xf2','\x10','\x09','\x12','\x18','\xc9','\x12','\x1f','\xe9','\x12','\x10','\xc9','\xf2','\x31','\x89','\x12','\x29','\x89','\x12','\x4b','\x09','\x12','\x86','\x0f','\xfe','\x07','\x08','\x02','\x0d','\xc0','\x00','\x18','\xff','\xff','\x30','\x3f','\xfe','\xc0','\x00','\x00','\x1c','\x0e','\x70','\x18','\x0c','\x60','\x18','\x0c','\x66','\x18','\xff','\xff','\x18','\x0c','\x60','\x1b','\x0c','\x60','\xff','\xbf','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x19','\x30','\x18','\x1e','\x30','\x18','\xf8','\x3f','\xf8','\x78','\x03','\x00','\x58','\x03','\x06','\x19','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\xf8','\x60','\x0e','\x31','\x80','\x06','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x66','\x0c','\xff','\xff','\x0c','\x0c','\x60','\xff','\xcc','\x60','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x1e','\x3f','\xf8','\x1d','\x30','\x18','\x1d','\xb0','\x18','\x3d','\xb0','\x18','\x2c','\x3f','\xf8','\x2c','\x03','\x00','\x6c','\x03','\x06','\x4d','\xff','\xff','\x8c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x60','\x0c','\x18','\x38','\x0c','\x30','\x1f','\x0c','\x60','\x0e','\x0d','\x80','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x9c','\x00','\x00','\x19','\x00','\x00','\x18','\xc0','\x10','\x18','\x4c','\x1f','\xff','\xfe','\x18','\x18','\x00','\x18','\x18','\x40','\x18','\x08','\x70','\x18','\x0c','\xe0','\x18','\x0d','\xc0','\x18','\x07','\x80','\x18','\x06','\x00','\x18','\x0f','\x02','\x30','\x19','\x82','\x30','\x70','\xc2','\x21','\xc0','\x73','\x46','\x00','\x3f','\x80','\x00','\x0e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xff','\xf8','\x03','\xff','\xf8','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x70','\x06','\xff','\xff','\xff','\x00','\xc0','\xc0','\x01','\x81','\x80','\x03','\x03','\x00','\x0e','\xf6','\x00','\x0c','\x1f','\x00','\x00','\x39','\xe0','\x00','\xe0','\x78','\x03','\x80','\x1c','\x3c','\x00','\x0c','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\xc0','\x00','\x03','\xe0','\x00','\x1f','\x00','\x01','\xf8','\x00','\x3f','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x04','\x00','\x18','\x87','\x7f','\xfc','\x46','\x00','\x30','\x2c','\x00','\x60','\x38','\x02','\x80','\x10','\x03','\x00','\x38','\x03','\x06','\x29','\xff','\xff','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x1e','\x1f','\x00','\x16','\x06','\x00','\x36','\x40','\x18','\x26','\x7f','\xfc','\x46','\x64','\x98','\x86','\x64','\x98','\x06','\x64','\x98','\x06','\x64','\x98','\x06','\x64','\x98','\x0e','\x64','\x98','\x0c','\x64','\x9a','\x7d','\xff','\xff','\x18','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0f','\xff','\xf8','\x07','\xff','\xf8','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x08','\x20','\x06','\x0e','\x3f','\xff','\x0c','\x30','\x06','\x08','\x34','\x26','\x92','\x32','\x36','\x63','\xb3','\x66','\x33','\x30','\x46','\x36','\x30','\x86','\x04','\x3f','\xfe','\x0a','\x31','\x86','\x11','\x31','\x86','\xff','\xb1','\x86','\x7d','\xbf','\xfe','\x4c','\x33','\x06','\x0c','\x33','\x06','\x4e','\x33','\x06','\x7d','\x33','\x06','\x6d','\xb3','\xf6','\x6d','\xb1','\xf6','\x4c','\x30','\x06','\x4c','\x30','\x06','\x8c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x07','\x00','\x0c','\x06','\x00','\x1e','\x06','\x20','\x70','\xff','\xf1','\xc0','\x06','\x0f','\x80','\x06','\x01','\x80','\x06','\x41','\x80','\x7f','\xe1','\x8c','\x06','\x0f','\xfe','\x06','\x01','\x80','\x06','\x21','\x80','\xff','\xf1','\x80','\x06','\x01','\x80','\x0e','\x01','\x86','\x0f','\x1f','\xff','\x1e','\xc1','\x80','\x16','\x61','\x80','\x36','\x31','\x80','\x26','\x31','\x82','\x46','\x01','\x82','\x86','\x01','\x82','\x06','\x01','\x83','\x06','\x01','\xff','\x06','\x00','\xfe','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x10','\xc3','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x04','\x67','\xff','\xc8','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xe0','\x20','\x01','\x90','\x38','\x03','\x38','\x70','\x0c','\x6c','\x80','\x70','\xce','\x00','\x03','\x1d','\x00','\x0c','\x2d','\x80','\x70','\xcc','\xe0','\x03','\x0c','\x7e','\x0c','\x1c','\x3c','\x70','\xf8','\x0c','\x00','\x30','\x00','\x08','\x20','\xe0','\x0d','\xf0','\xc8','\x0c','\x00','\xce','\x0c','\x00','\xcc','\x0c','\x17','\xfc','\x1b','\xf8','\xc8','\x18','\x00','\xd8','\x18','\x00','\xd0','\x38','\x20','\xd6','\x39','\xf7','\xff','\x78','\x00','\x60','\x58','\x00','\xc0','\x98','\x20','\x8c','\x19','\xf1','\xfe','\x18','\x03','\x8c','\x18','\x05','\x8c','\x19','\x11','\x8c','\x19','\xf9','\xfc','\x19','\x11','\x8c','\x19','\x11','\x8c','\x19','\x11','\x8c','\x19','\x11','\x8c','\x19','\xf1','\xfc','\x19','\x11','\x8c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x01','\x98','\x80','\x03','\x18','\xc0','\x03','\x18','\x60','\x06','\x18','\x70','\x0c','\x18','\x38','\x18','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x11','\xd0','\x3f','\xf9','\x88','\x23','\x11','\x8c','\x23','\x11','\x8c','\x3f','\xf1','\x80','\x23','\x11','\x86','\x23','\x1f','\xff','\x23','\x11','\x80','\x3f','\xf1','\x80','\x03','\x03','\x40','\x03','\x03','\x40','\x3f','\xf3','\x20','\x03','\x02','\x30','\x03','\x06','\x18','\x03','\xf4','\x1f','\xff','\x08','\x0e','\x78','\x10','\x06','\x40','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x0c','\x18','\x1e','\x30','\x18','\x06','\xc0','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x18','\x61','\x8c','\x30','\x63','\x0c','\x60','\xc3','\x0c','\x80','\xc3','\x0c','\x01','\x86','\x0c','\x01','\x86','\x0c','\x03','\x0c','\x0c','\x06','\x0c','\x1c','\x0c','\x18','\x18','\x18','\x30','\x18','\x60','\x60','\x38','\x00','\xc0','\x30','\x01','\x80','\x70','\x06','\x00','\xe0','\x18','\x07','\xc0','\x00','\x01','\x80','\x06','\x00','\x10','\x06','\x08','\x1c','\x0d','\x06','\x18','\x0c','\xc3','\x30','\x18','\x63','\x20','\x17','\x60','\x44','\x26','\x1f','\xfe','\x46','\x03','\x30','\xbf','\xc3','\x30','\x30','\xc3','\x30','\x30','\xc3','\x30','\x3f','\xc3','\x32','\x30','\xff','\xff','\x30','\xc3','\x30','\x30','\xc3','\x30','\x3f','\xc3','\x30','\x30','\xc6','\x30','\x31','\x06','\x30','\x30','\x86','\x30','\x30','\xc4','\x30','\x33','\xcc','\x30','\xfc','\xc8','\x30','\x70','\x10','\x30','\x40','\x20','\x30','\x00','\x70','\x00','\x00','\x62','\x00','\x00','\x61','\x80','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xce','\x00','\x00','\xcc','\x00','\x00','\xcc','\x00','\x01','\x8c','\x00','\x01','\x8c','\x00','\x01','\x8c','\x00','\x03','\x0c','\x00','\x03','\x0c','\x00','\x06','\x0c','\x02','\x06','\x0c','\x02','\x0c','\x0c','\x02','\x18','\x0c','\x03','\x30','\x0f','\xff','\xc0','\x07','\xfe','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x0c','\x1b','\xff','\xfe','\x18','\x1a','\x00','\x30','\x1a','\x00','\x30','\x31','\x00','\x20','\x31','\x80','\x60','\x60','\xc0','\x40','\xc0','\x70','\x81','\x80','\x3f','\x06','\x00','\x1e','\x18','\x00','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x8c','\x9f','\xff','\x4c','\xe1','\x86','\x6c','\xc1','\x86','\x6c','\x81','\x86','\x0d','\x01','\x86','\x0c','\x01','\x86','\xff','\xc1','\x86','\x0c','\x11','\x86','\x0c','\x0d','\x06','\x1e','\x07','\x06','\x1d','\x83','\x06','\x1c','\xc3','\x86','\x3c','\xc2','\xc6','\x2c','\x06','\xe6','\x2c','\x06','\x6e','\x6c','\x04','\x0c','\x4c','\x0c','\x0c','\x8c','\x08','\x0c','\x0c','\x18','\x1c','\x0c','\x10','\x18','\x0c','\x20','\xf8','\x0c','\xc0','\x30','\x07','\x39','\xc0','\x06','\x31','\x80','\x06','\x31','\x86','\xff','\xff','\xff','\x06','\x31','\x80','\x06','\x31','\x80','\x06','\x3f','\x80','\x06','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x07','\xc1','\xfc','\x7c','\x00','\x1c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x61','\x03','\x06','\x61','\xff','\x86','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\xff','\x06','\x61','\x83','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x10','\x06','\x60','\xc8','\x06','\x60','\xcc','\x86','\x62','\xcc','\x46','\x62','\xc0','\x66','\x66','\xc1','\x36','\x6c','\xc1','\x36','\x6c','\xc1','\x86','\x60','\xff','\x86','\x60','\x7f','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x04','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\x80','\x49','\x01','\x86','\x31','\xdf','\xff','\x19','\x84','\x18','\x1b','\x04','\x18','\x02','\x04','\x18','\x04','\x84','\x18','\x08','\x46','\x30','\xff','\xe2','\x30','\x7e','\x62','\x30','\x46','\x63','\x60','\x06','\x01','\x60','\x27','\x01','\xc0','\x3e','\xc0','\x80','\x36','\x61','\xc0','\x36','\x63','\x60','\x66','\x02','\x30','\x46','\x04','\x38','\x86','\x08','\x1f','\x06','\x10','\x0e','\x06','\x60','\x06','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x0c','\x07','\xff','\xfe','\x06','\x0c','\x0c','\x0d','\x0c','\x0c','\x0d','\x0c','\x0c','\x18','\x98','\x0c','\x30','\x98','\x0c','\x60','\x58','\x0c','\x80','\x70','\x0c','\x00','\x30','\x1c','\x00','\x78','\x18','\x00','\x6c','\x18','\x00','\xc6','\x18','\x01','\x83','\xb0','\x03','\x01','\xf0','\x06','\x00','\x7f','\x0c','\x00','\x6e','\x30','\x00','\xc0','\xc0','\x01','\xc0','\x00','\x1f','\x80','\x00','\x07','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x30','\x06','\x19','\xf8','\x06','\x1e','\x30','\x06','\x78','\x30','\x07','\x98','\x30','\x1e','\x18','\x30','\xe6','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x19','\xf0','\x06','\x18','\x60','\x06','\x18','\x00','\x06','\x18','\x02','\x06','\x00','\x02','\x06','\x00','\x02','\x06','\x00','\x03','\x07','\xff','\xff','\x03','\xff','\xfe','\x00','\x02','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x00','\x0e','\x06','\x00','\x06','\x06','\x20','\x00','\x04','\x18','\x00','\x04','\x0c','\x02','\x08','\xf6','\x02','\xff','\x87','\x04','\x78','\x03','\x04','\x40','\x00','\x0c','\x00','\x00','\x08','\x20','\x18','\x18','\x3f','\xfc','\x38','\x30','\x18','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x38','\x3f','\xf8','\x18','\x30','\x18','\x00','\x30','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x02','\x08','\x00','\x03','\x8e','\x00','\x03','\x0c','\x00','\x06','\x0c','\x30','\x06','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x14','\x30','\x1c','\x32','\x60','\x2c','\x22','\x60','\x4c','\x50','\xc0','\x8c','\x88','\xc0','\x0d','\x0d','\x80','\x0c','\x07','\x00','\x0c','\x07','\x00','\x0c','\x0d','\xc0','\x0c','\x18','\xf0','\x0c','\x30','\x7f','\x0c','\x60','\x1e','\x0d','\x80','\x06','\x00','\x80','\x00','\x01','\xc0','\xc0','\x03','\x00','\x38','\x06','\x81','\x0e','\x18','\x43','\x86','\x60','\x36','\x00','\x00','\x1c','\x00','\x00','\x77','\x80','\x03','\xc1','\xff','\x1e','\x00','\x1e','\xe0','\x02','\x00','\x3f','\xfb','\xfc','\x0c','\x63','\x08','\x0c','\x63','\x18','\x0f','\xe3','\x10','\x0c','\x63','\x20','\x0c','\x63','\x10','\x0f','\xe3','\x08','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x7f','\xe3','\x0c','\x3c','\x63','\x3c','\x20','\x63','\x18','\x00','\x63','\x00','\x00','\x1a','\x06','\xff','\xff','\xff','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1f','\xe3','\x08','\x18','\x63','\x18','\x18','\x63','\x10','\x18','\x63','\x20','\x18','\x63','\x10','\x18','\x63','\x08','\x1f','\xe3','\x0c','\x18','\x63','\x04','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x1f','\xe3','\x06','\xfc','\x63','\x3e','\x70','\x63','\x0c','\x40','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x00','\x40','\x18','\x0c','\x7f','\xff','\xfe','\x63','\x18','\x0c','\x63','\x18','\x18','\x63','\x19','\x20','\x63','\x18','\xc0','\x7f','\xf8','\x60','\x63','\x18','\x60','\x63','\x18','\x06','\x63','\x1f','\xff','\x63','\x18','\x66','\x7f','\xf8','\x64','\x63','\x18','\x68','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x30','\x60','\x7f','\xf8','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xf0','\x60','\xff','\x00','\x60','\x78','\x03','\xe0','\x40','\x00','\xc0','\x01','\x82','\x00','\xff','\xc3','\x80','\x01','\x83','\x00','\x01','\x82','\x00','\x01','\x86','\x00','\x41','\x84','\x06','\x7f','\x8f','\xff','\x61','\x88','\x00','\x60','\x10','\xe0','\x60','\x20','\xc0','\x60','\x00','\xc0','\x63','\x00','\xc0','\x7f','\x88','\xd0','\xc3','\x0e','\xc8','\xc3','\x0c','\xcc','\x03','\x08','\xc6','\x03','\x18','\xc7','\x03','\x10','\xc3','\x03','\x20','\xc3','\x07','\x40','\xc0','\x06','\x00','\xc0','\x0e','\x00','\xc0','\x7c','\x07','\xc0','\x18','\x01','\x80','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x06','\x18','\x00','\x0c','\x18','\x00','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x38','\x0c','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x06','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x80','\x60','\x18','\xff','\xf0','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc3','\xe0','\x18','\xc0','\xc0','\x18','\xc0','\x02','\x30','\xc0','\x02','\x30','\xc0','\x02','\x20','\xc0','\x03','\x40','\xff','\xff','\x80','\x7f','\xfe','\x00','\x00','\x00','\x04','\x10','\xc0','\x07','\x1f','\xe0','\x0e','\x18','\xc0','\x0c','\x18','\xc0','\x18','\x18','\xc0','\x30','\x18','\xc0','\x44','\x10','\xc0','\x87','\x30','\xc0','\x0e','\x20','\xfe','\x0c','\x40','\x7e','\x18','\x80','\x00','\x38','\x00','\x30','\x58','\xff','\xf8','\x98','\x10','\x30','\x18','\x08','\x60','\x18','\x08','\x60','\x18','\x04','\xc0','\x18','\x07','\x80','\x18','\x03','\x00','\x18','\x07','\x80','\x18','\x0c','\xe0','\x18','\x18','\x7f','\x18','\x60','\x1e','\x19','\x80','\x06','\x04','\x02','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x04','\x06','\x00','\x49','\x06','\x00','\x31','\xc4','\x06','\x19','\x8f','\xff','\x1b','\x08','\x06','\x02','\x10','\x06','\x04','\xa0','\x06','\x08','\x44','\x06','\xff','\xe3','\x06','\x7e','\x61','\x86','\x46','\x01','\x86','\x06','\x01','\x86','\x26','\x80','\x06','\x3e','\x40','\x0e','\x36','\x60','\x0c','\x26','\x60','\x0c','\x66','\x60','\x1c','\x46','\x00','\x18','\x86','\x00','\x38','\x06','\x01','\xf0','\x06','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xd3','\x00','\x00','\x18','\x00','\x20','\x30','\x08','\x18','\xff','\x1c','\x0c','\xc3','\x30','\x0c','\xc3','\x40','\x00','\xff','\x00','\x02','\xc3','\x60','\x0c','\xc3','\x18','\x78','\xc3','\x0c','\x30','\xff','\x0c','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\x99','\x80','\x07','\x18','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x03','\x00','\x00','\x7f','\x88','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x01','\x8c','\x0c','\xff','\xcc','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x03','\x0c','\x0c','\x7f','\x8f','\xfc','\x00','\x0c','\x8c','\x00','\x0c','\x80','\x03','\x0c','\x80','\x7f','\x8c','\x40','\x00','\x0c','\x40','\x00','\x0c','\x40','\x43','\x18','\x20','\x7f','\x98','\x20','\x63','\x18','\x30','\x63','\x10','\x18','\x63','\x30','\x1c','\x63','\x20','\x0f','\x7f','\x40','\x0e','\x60','\x80','\x06','\x41','\x83','\x06','\x7f','\xff','\xff','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\xbf','\x7e','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\xbf','\x7e','\x7f','\x83','\x06','\x0c','\x08','\x40','\x0c','\x0e','\x70','\x0c','\x0c','\x60','\x4c','\x98','\x84','\x4f','\xdf','\xfe','\x4c','\x38','\x40','\x4c','\x38','\x40','\x4c','\x5f','\xfc','\x4c','\x98','\x40','\x4c','\x18','\x40','\x4c','\x1f','\xfc','\x4d','\x98','\x40','\xfe','\x18','\x42','\x70','\x1f','\xff','\x40','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x84','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\xff','\xc1','\x88','\x00','\x1f','\xfc','\x02','\x01','\x80','\x43','\x81','\x82','\x23','\x7f','\xff','\x23','\x00','\x00','\x33','\x00','\x00','\x32','\x1f','\xf8','\x32','\x18','\x18','\x06','\x18','\x18','\x04','\x1f','\xf8','\x07','\x98','\x18','\xfc','\x18','\x18','\x70','\x1f','\xf8','\x40','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x78','\x00','\x18','\x30','\x1c','\x06','\x00','\x18','\x4f','\x00','\x18','\x78','\x46','\x18','\x40','\x7f','\x1b','\x47','\x46','\xff','\xc6','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x3c','\x46','\x46','\x3a','\x46','\x46','\x3b','\x46','\x46','\x3b','\x46','\x46','\x78','\x46','\x46','\x58','\x46','\x46','\x58','\x46','\x46','\x99','\xfe','\x46','\x18','\xe6','\x46','\x18','\x86','\x5e','\x18','\x0c','\x4c','\x18','\x0c','\x40','\x18','\x18','\x40','\x18','\x30','\x40','\x18','\xc0','\x40','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x43','\x11','\x00','\x33','\x19','\xc0','\x13','\x21','\x80','\xff','\xfd','\x86','\x07','\x01','\xff','\x0f','\xc3','\x10','\x1b','\x32','\x1c','\x33','\x15','\x18','\xc3','\x09','\x18','\x06','\x01','\xb0','\x06','\x30','\xb0','\xff','\xf8','\xe0','\x18','\x60','\x40','\x30','\xc0','\xe0','\x6d','\x80','\xb0','\x03','\x01','\x98','\x06','\xc1','\x1f','\x18','\x62','\x0e','\xe0','\x6c','\x06','\x0c','\x00','\x30','\x0c','\x40','\x20','\x1a','\x23','\xfe','\x19','\x32','\x22','\x11','\x9a','\x22','\x31','\x9b','\xfe','\x20','\x00','\x20','\x7f','\x80','\x20','\x4c','\x07','\xff','\x8c','\x00','\x00','\x0d','\x99','\xfc','\xff','\xfd','\x04','\x0c','\x19','\x04','\x0c','\x99','\xfc','\x0c','\xd9','\x00','\x8d','\x99','\xfe','\x4d','\x19','\x02','\x6e','\x19','\x02','\x6c','\x19','\xfe','\x0d','\x98','\x00','\x0e','\x34','\x00','\xf8','\xe3','\xff','\x60','\x60','\xfe','\x40','\x40','\x00','\x1c','\x06','\x00','\x18','\x06','\x00','\x18','\x0d','\x00','\x18','\x0c','\x80','\x1c','\x18','\x60','\x1b','\x30','\x38','\x59','\x60','\x1f','\x58','\xc0','\xc6','\x5b','\x3f','\xe0','\xd8','\x00','\x00','\xd9','\x0c','\x0e','\xd9','\xfe','\xec','\x19','\x8c','\xcc','\x19','\x8c','\xcc','\x19','\xfc','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\xcc','\x19','\xfc','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\x0c','\x19','\x8c','\x0c','\x19','\x8c','\x0c','\x19','\xbc','\x7c','\x19','\x98','\x18','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\xc1','\xc0','\x03','\x00','\xf0','\x0c','\xff','\x3f','\x30','\x00','\x0e','\xcf','\xe3','\x30','\x08','\x23','\x30','\x0f','\xe3','\x30','\x08','\x23','\x30','\x0f','\xe3','\x30','\x08','\x20','\x30','\x08','\xe1','\xf0','\x08','\x60','\x60','\x00','\x00','\x00','\x01','\xd0','\x00','\x11','\x8c','\x10','\x11','\x84','\x8c','\x31','\x80','\x86','\x71','\x80','\xc6','\x61','\xff','\xc0','\x00','\xff','\x80','\x20','\x01','\xc0','\x18','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x00','\x01','\x80','\x00','\x41','\x86','\x80','\x7f','\xff','\x60','\x61','\x86','\x32','\x61','\x86','\x32','\x61','\x86','\x04','\x61','\x86','\x04','\x61','\x86','\x0c','\x61','\x86','\x08','\x7f','\xfe','\x18','\x61','\x86','\x18','\x61','\x86','\x30','\x61','\x86','\xf0','\x61','\x86','\x70','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x00','\x0e','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x0c','\x00','\x18','\x1a','\x00','\x98','\x31','\x80','\x58','\x60','\xf0','\x79','\x9f','\x3f','\x7e','\x00','\x0e','\x19','\xf8','\x18','\x19','\x09','\x98','\xf9','\xf9','\x98','\x79','\x09','\x98','\x59','\xf9','\x98','\x19','\x09','\x98','\x19','\x08','\x18','\x11','\x38','\x78','\x31','\x18','\x30','\x30','\x04','\x00','\x22','\x66','\x48','\x62','\x62','\x46','\x46','\x60','\x63','\x8e','\x7f','\xe3','\x0c','\x3f','\xc0','\x06','\x01','\x80','\x7f','\x01','\x80','\x00','\x03','\x40','\x00','\x03','\x20','\x03','\x06','\x30','\xff','\x8c','\x1c','\x00','\x18','\x0f','\x00','\x60','\x26','\x06','\x0f','\xf0','\x7f','\x00','\x00','\x00','\x22','\x0e','\x00','\x3f','\x4c','\x06','\x22','\x4c','\x7f','\x22','\x4c','\x00','\x3e','\x4c','\x00','\x22','\x4c','\x46','\x22','\x4c','\x7f','\x3e','\x4c','\x66','\x22','\x4c','\x66','\x22','\x0c','\x66','\x22','\x0c','\x66','\x22','\x0c','\x7e','\x2e','\x3c','\x66','\x26','\x18','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc3','\x40','\xff','\xe3','\x20','\x0c','\x06','\x30','\x0c','\x04','\x1c','\x7f','\x88','\x0f','\x4c','\x90','\x66','\x4c','\xa7','\xf0','\x4c','\x80','\x00','\x7f','\x91','\x06','\x4c','\x9f','\xb4','\x4c','\x91','\x24','\x4c','\x91','\x24','\x7f','\x9f','\x24','\x0c','\x11','\x24','\x0c','\x11','\x24','\x0c','\xdf','\x24','\xff','\xf1','\x24','\x0c','\x11','\x04','\x0c','\x11','\x04','\x0c','\x11','\x04','\x0c','\x17','\x1c','\x0c','\x13','\x0c','\x00','\x08','\x40','\x00','\x0e','\x70','\x43','\x0c','\x60','\x7f','\x8c','\x40','\x63','\x18','\x8c','\x63','\x1f','\xfe','\x63','\x18','\xc0','\x63','\x38','\xc0','\x63','\x38','\xc0','\x63','\x58','\xd8','\x63','\x9f','\xfc','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xd8','\x63','\x1f','\xfc','\x7f','\x18','\xc0','\x63','\x18','\xc0','\x60','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\xc6','\x00','\x1f','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x07','\x00','\x03','\x86','\x00','\x03','\x06','\x00','\x03','\x06','\x00','\x06','\x06','\x06','\x06','\xff','\xff','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\x1c','\x18','\x00','\x2c','\x18','\x00','\x4c','\x10','\x0c','\x8c','\x3f','\xfe','\x0c','\x38','\x0c','\x0c','\x58','\x0c','\x0c','\x98','\x0c','\x0d','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x08','\x00','\x18','\x0e','\xff','\xfc','\x0c','\x04','\x00','\x0c','\x3f','\xe0','\x18','\x20','\x20','\x18','\x3f','\xe0','\x18','\x20','\x20','\x31','\x3f','\xe0','\x31','\x20','\x26','\x73','\xff','\xff','\xb6','\x08','\x06','\x36','\x24','\x44','\x30','\xa6','\x30','\x31','\xa0','\x98','\x31','\xbf','\x98','\x30','\x10','\x00','\x30','\x18','\x60','\x30','\x3f','\xf0','\x30','\x60','\xc0','\x30','\xd9','\x80','\x33','\x06','\x00','\x30','\x19','\xc0','\x30','\x60','\x7f','\x33','\x80','\x0e','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x01','\xc0','\x00','\x46','\x00','\x00','\x38','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x38','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x18','\x01','\x80','\x18','\x0e','\x01','\xf0','\xf0','\x00','\x60','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\xc0','\x00','\x7f','\xe0','\x00','\xe0','\xc0','\x00','\xd0','\xc0','\x00','\xd0','\xc0','\x01','\x91','\x80','\x01','\x89','\x80','\x03','\x0b','\x00','\x03','\x07','\x00','\x06','\x06','\x00','\x0c','\x0f','\x00','\x18','\x19','\x80','\x30','\x30','\xe0','\xc0','\xc0','\x7f','\x03','\x00','\x1e','\x0c','\x00','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x70','\x04','\x60','\x60','\x08','\x00','\x60','\x00','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x30','\x01','\xff','\xf8','\x03','\x80','\x30','\x07','\x80','\x30','\x0d','\xff','\xf0','\x19','\x80','\x30','\x61','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x81','\xf0','\x01','\x80','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x71','\x18','\x87','\x61','\xd8','\xe6','\x61','\x98','\xc6','\x61','\x18','\x86','\x6a','\x1d','\x06','\x64','\x9a','\x46','\x66','\xdb','\x66','\x62','\x99','\x46','\x61','\x98','\x46','\x61','\x18','\xc6','\x61','\x18','\x86','\x62','\x18','\xa6','\x62','\x99','\x26','\x64','\xd9','\x36','\x7f','\x5f','\xd6','\x6c','\x5b','\x16','\x60','\x18','\x06','\x60','\x18','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x04','\x04','\x00','\x07','\x07','\x00','\x0e','\x06','\x00','\x0c','\xe6','\x0c','\x1c','\xcf','\xfe','\x1c','\xc8','\x30','\x2c','\xd4','\x30','\x4c','\xe4','\x60','\x8c','\xc2','\xc0','\x0c','\xc1','\x80','\x0c','\xc3','\xc0','\x0c','\xc6','\x70','\x0c','\x18','\x3f','\x0c','\x60','\x1e','\x0c','\x00','\x06','\x00','\x10','\x00','\x01','\xcc','\x00','\x11','\x86','\x10','\x11','\x86','\x0c','\x31','\x80','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x10','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x40','\x23','\xff','\xc0','\x22','\x00','\x46','\x7f','\xff','\xff','\x60','\x10','\x06','\xc4','\xcc','\x48','\xc4','\xc5','\x30','\x08','\xc1','\x98','\x38','\x7f','\x8c','\x31','\x00','\x0c','\x01','\x80','\xc0','\x03','\xff','\xe0','\x06','\x83','\x80','\x0c','\x6e','\x00','\x30','\x3c','\x00','\xc0','\xe7','\x80','\x03','\x80','\xff','\x3c','\x00','\x1e','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x9f','\xf8','\xff','\xc0','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\x1e','\x1f','\xf8','\xfc','\x18','\x18','\x6c','\x18','\x18','\x4c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x1e','\x0c','\xff','\xf8','\x0c','\x7c','\x18','\x7c','\x40','\x18','\x18','\x00','\x18','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x60','\x01','\xff','\xf0','\x01','\x80','\x60','\x03','\x80','\x60','\x07','\x80','\x60','\x0d','\xff','\xe0','\x19','\x80','\x60','\x61','\x80','\x60','\x01','\x80','\x60','\x01','\xff','\xe0','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x83','\xe0','\x01','\x80','\xc0','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0c','\x31','\x86','\x1e','\x31','\x86','\x1d','\x31','\x86','\x1d','\xb1','\x86','\x3d','\xb1','\x86','\x2c','\x31','\x86','\x2c','\x3f','\xfe','\x6c','\x31','\x86','\x4c','\x31','\x86','\x8c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x20','\x00','\x30','\x18','\xff','\xf8','\x0c','\x00','\x60','\x0c','\x09','\x80','\x00','\x06','\x00','\x00','\x83','\x06','\x80','\xff','\xff','\x60','\xc3','\x06','\x32','\xc3','\x06','\x32','\xff','\xfe','\x04','\xc3','\x06','\x04','\xc3','\x06','\x0c','\xff','\xfe','\x08','\xc0','\x06','\x18','\x06','\x00','\x18','\x06','\x0c','\x31','\xff','\xfe','\xf0','\x06','\x0c','\x70','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x18','\x1c','\x30','\x30','\x18','\x38','\xc0','\xf8','\x1b','\x00','\x30','\x20','\x00','\x18','\x19','\xff','\xfc','\x0c','\x00','\x30','\x0c','\x08','\x60','\x00','\x06','\x80','\x00','\x03','\x00','\x80','\x83','\x06','\x60','\xff','\xff','\x32','\xc3','\x06','\x32','\xc3','\x06','\x04','\xc3','\x06','\x04','\xc3','\x06','\x0c','\xff','\xfe','\x08','\xc3','\x06','\x18','\xc3','\x06','\x18','\xc3','\x06','\x30','\xc3','\x06','\xf0','\xff','\xfe','\x70','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc3','\x06','\x38','\xc3','\x3e','\x18','\xc3','\x0c','\x04','\x20','\x20','\x07','\x18','\x38','\x86','\x0c','\x30','\x4c','\x0c','\x20','\x2c','\x00','\x46','\x19','\xff','\xff','\x38','\x04','\x80','\x2c','\x04','\x80','\x4c','\x44','\x8c','\x8c','\x7f','\xfe','\x1e','\x64','\x8c','\x16','\x64','\x8c','\x36','\x64','\x8c','\x26','\x6c','\xfc','\x46','\x68','\x7c','\x86','\x70','\x0c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x06','\x7f','\xfc','\x06','\x60','\x0c','\x0e','\x60','\x0c','\x0c','\x60','\x0c','\x7c','\x7f','\xfc','\x18','\x60','\x0c','\x40','\x40','\xe0','\x30','\x70','\xc8','\x18','\x60','\xc4','\x18','\x40','\xc6','\x00','\x80','\xc6','\xff','\xf8','\xc0','\x05','\x00','\xc6','\x05','\x0f','\xff','\x45','\x30','\xc0','\x7f','\xf8','\xc0','\x65','\x30','\xc0','\x65','\x30','\xc0','\x65','\x31','\xa0','\x68','\xf1','\xa0','\x70','\x31','\xa0','\x60','\x31','\xa0','\x60','\x31','\x10','\x7f','\xf3','\x10','\x60','\x33','\x18','\x60','\x32','\x18','\x60','\x36','\x0c','\x7f','\xf4','\x0f','\x60','\x08','\x06','\x60','\x30','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x86','\xff','\xdf','\xff','\x01','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x02','\x00','\x04','\x06','\x00','\x0e','\x04','\x0c','\x1d','\x8f','\xfe','\x2c','\xce','\x0c','\xcc','\xd6','\x0c','\x0c','\x26','\x0c','\x0c','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x07','\xfc','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0e','\x04','\x00','\x0c','\x07','\x20','\x0c','\x06','\x18','\x0c','\x0c','\x0c','\x0d','\x88','\x06','\xff','\xd1','\x86','\x01','\x81','\x80','\x03','\x03','\x40','\x03','\x03','\x40','\x06','\x42','\x20','\x04','\x66','\x30','\x0c','\x44','\x1c','\x1c','\x88','\x0f','\x2e','\x10','\x06','\xcd','\xa8','\x18','\x0c','\xcf','\xfc','\x0c','\xcc','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x06','\x00','\x30','\x7f','\x01','\xf8','\x00','\x1f','\x80','\x00','\x01','\x80','\x03','\x01','\x86','\xff','\xbf','\xff','\x00','\x03','\xa0','\x00','\x07','\x90','\x06','\x05','\x98','\x7f','\x09','\x8c','\x00','\x11','\x8f','\x00','\x61','\x86','\x06','\x00','\x30','\x7f','\x3f','\xf8','\x00','\x06','\x30','\x00','\x06','\x36','\x46','\x06','\x7f','\x7f','\x0c','\x66','\x66','\x0c','\x06','\x66','\x08','\x06','\x66','\x18','\x0e','\x66','\x10','\x0c','\x7e','\x20','\x7c','\x66','\x40','\x18','\x00','\x70','\x80','\x40','\x60','\xe0','\x30','\x60','\xc0','\x18','\x64','\xc6','\x1f','\xfe','\xff','\x18','\xc1','\x80','\x00','\xc1','\x0c','\x00','\xc2','\xfe','\x00','\xfc','\x0c','\x00','\xcc','\x28','\x18','\xcc','\x30','\xfc','\xcc','\x32','\x18','\xcd','\xff','\x18','\xcc','\x30','\x18','\xcc','\x30','\x18','\x8c','\x30','\x19','\x9c','\x30','\x19','\x18','\x30','\x19','\x78','\xf0','\x1a','\x30','\x60','\x34','\x00','\x00','\xe3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x04','\x00','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x00','\x00','\x00','\x20','\x00','\x18','\x3f','\xff','\xfc','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xff','\xf8','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x03','\x3f','\xff','\xff','\x1f','\xff','\xfe','\x00','\x61','\x06','\x03','\xf1','\xff','\x3f','\x01','\x86','\x03','\x01','\x8c','\x03','\x01','\x8c','\x7f','\xfd','\x88','\x13','\x11','\x98','\x13','\x11','\x90','\x13','\x11','\xa0','\x13','\x11','\x90','\xff','\xff','\x88','\x13','\x11','\x8c','\x13','\x11','\x84','\x13','\x11','\x86','\x13','\x11','\x86','\x7f','\xfd','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x03','\x01','\x86','\x03','\x31','\xbe','\x03','\xc1','\x8c','\x7f','\x01','\x80','\x38','\x01','\x80','\x20','\x01','\x80','\x0e','\x04','\x20','\x0c','\x07','\x38','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0c','\xcc','\x46','\xff','\xef','\xff','\x0c','\x1c','\x60','\x0c','\x1c','\x60','\x0c','\x2c','\x60','\x08','\x4c','\x64','\x1a','\x0f','\xfe','\x1b','\x8c','\x60','\x1b','\x0c','\x60','\x13','\x0c','\x60','\x13','\x0c','\x60','\x32','\x0c','\x64','\x22','\x0f','\xfe','\x26','\x0c','\x60','\x64','\x8c','\x60','\x44','\x4c','\x60','\x84','\x6c','\x60','\x3f','\xec','\x66','\x1c','\x6f','\xff','\x10','\x0c','\x00','\x00','\x30','\x70','\xff','\xf8','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x3f','\xe2','\x64','\x30','\x63','\xfe','\x30','\x62','\x64','\x30','\x62','\x64','\x3f','\xe2','\x64','\x00','\x02','\x64','\x40','\x32','\x64','\x7f','\xfa','\x64','\x65','\x32','\x64','\x65','\x32','\x64','\x65','\x33','\xfc','\x68','\xf2','\x64','\x70','\x30','\x60','\x6f','\xb0','\x60','\x62','\x30','\x68','\x62','\x30','\x64','\x62','\x30','\x66','\x62','\x37','\xfb','\x60','\xf3','\xc3','\x60','\x62','\x03','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x0c','\x00','\x3f','\xfe','\x00','\x70','\x1c','\x00','\x60','\x1c','\x00','\xe0','\x18','\x01','\xc0','\x38','\x03','\xa0','\x30','\x07','\x18','\x70','\x0c','\x1c','\xe0','\x30','\x0c','\xc0','\x00','\x0d','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xc0','\x00','\x03','\x80','\x00','\x0e','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x02','\x00','\x00','\x64','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x06','\xff','\xff','\xff','\x00','\x18','\x0c','\x00','\x18','\x08','\x00','\x18','\x10','\x00','\x18','\x20','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0c','\x01','\x9e','\x33','\xff','\xc6','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x04','\x18','\x80','\x07','\x18','\x60','\x0e','\x18','\x30','\x0c','\x18','\x18','\x18','\x18','\x1c','\x30','\x18','\x0c','\x40','\xf8','\x00','\x00','\x30','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x01','\x80','\x07','\xff','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x08','\x20','\x40','\x06','\x10','\x70','\x03','\x18','\xe0','\x03','\x18','\x80','\x00','\x01','\x06','\xff','\xff','\xff','\x03','\x00','\x80','\x06','\x00','\x40','\x06','\x00','\x60','\x0d','\xff','\xb0','\x18','\x00','\x1c','\x37','\xff','\xef','\x60','\x00','\x06','\x83','\xff','\xc0','\x00','\x00','\x00','\x03','\xff','\xc0','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x01','\x00','\x00','\x27','\x90','\x0c','\x38','\x10','\x7e','\x31','\xff','\x8c','\x30','\x10','\x0c','\x30','\xff','\x0c','\x30','\x91','\x0c','\x3c','\x91','\x3c','\x30','\xff','\x0c','\x30','\x91','\x0c','\x30','\x91','\x0c','\x30','\xff','\x0c','\x3c','\x10','\x3c','\x30','\x10','\x0c','\x31','\xff','\x8c','\x30','\x10','\x0c','\x30','\x10','\x0c','\xff','\xff','\xff','\x02','\x00','\x00','\x03','\x81','\x80','\x07','\x00','\x60','\x0e','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x00','\xc0','\x06','\x7f','\xef','\xff','\x01','\x80','\xc0','\x01','\x00','\x80','\x12','\x05','\x0c','\x0c','\x07','\xfe','\x06','\x06','\x0c','\x06','\x06','\x0c','\x00','\x66','\x0c','\xff','\xf7','\xfc','\x06','\x66','\x0c','\x06','\x46','\x0c','\x06','\x86','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x02','\x00','\x06','\x03','\x88','\x06','\x07','\x06','\x3e','\x0c','\x03','\x0c','\x30','\x03','\x08','\x03','\x80','\x0e','\x03','\x00','\x0c','\x83','\x06','\x0c','\xff','\xff','\x0c','\xc0','\x80','\x18','\xcf','\xf8','\x18','\xc0','\x88','\x18','\xc0','\x8a','\x18','\xff','\xff','\x38','\xc0','\x88','\x38','\xc0','\x88','\x58','\xcf','\xf8','\x98','\xc0','\x80','\x18','\xdf','\xfc','\x18','\xd0','\x84','\x18','\xd0','\x84','\x18','\xdf','\xfc','\x18','\x90','\x84','\x18','\x90','\x84','\x19','\x9f','\xfc','\x19','\x10','\x84','\x19','\x10','\x84','\x1a','\x10','\x9c','\x18','\x10','\x8c','\x02','\x01','\xc0','\x03','\x81','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\x80','\x0c','\x01','\x86','\x08','\x9f','\xff','\x90','\xe1','\x86','\x60','\xc1','\x86','\x31','\x81','\x86','\x19','\x81','\x86','\x19','\x01','\x86','\x03','\x01','\x86','\x02','\x01','\x86','\x06','\x01','\x86','\x04','\x83','\x06','\x0c','\x43','\x06','\x08','\x63','\x06','\x11','\xb6','\x0e','\xfe','\x36','\x0c','\x70','\x0c','\x0c','\x40','\x18','\x1c','\x00','\x30','\xf8','\x00','\xc0','\x30','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x80','\x18','\xc1','\x86','\x18','\xff','\xff','\x31','\x83','\x40','\x31','\x83','\x40','\x31','\x83','\x40','\x33','\x03','\x40','\x6b','\x02','\x20','\x66','\x06','\x20','\x07','\x06','\x30','\x05','\x84','\x10','\x0c','\xcc','\x18','\x08','\xc8','\x1c','\x10','\x10','\x0f','\x20','\x20','\x0e','\xc0','\xc0','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x61','\x00','\x04','\x61','\xc1','\x88','\x03','\x80','\x60','\x06','\x18','\x30','\x0c','\x38','\x18','\x18','\x34','\x18','\x20','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x0c','\x00','\x3f','\x33','\xff','\xde','\xc3','\x00','\xc6','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x0e','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\xff','\xf0','\x18','\x06','\x10','\x18','\x06','\x16','\x1b','\xff','\xff','\x18','\x06','\x10','\x18','\x06','\x10','\x18','\xff','\xf0','\x18','\x06','\x00','\x19','\x06','\x08','\x19','\xff','\xfc','\x19','\x06','\x08','\x19','\x06','\x08','\x19','\xff','\xf8','\x11','\x06','\x08','\x31','\x06','\x08','\x21','\xff','\xf8','\x21','\x06','\x08','\x41','\x06','\x08','\x81','\x06','\x78','\x01','\x06','\x30','\x0e','\x10','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0d','\x9f','\xf0','\xff','\xd8','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x9f','\xf0','\x0d','\x00','\x00','\x0e','\x00','\x06','\x1c','\xff','\xff','\xfc','\x18','\x00','\x6c','\x10','\x0c','\x4c','\x3f','\xfe','\x0c','\x24','\x4c','\x0c','\x4c','\xcc','\x0d','\x88','\x8c','\x0c','\x11','\x0c','\x0c','\x22','\x1c','\x0c','\xc4','\x18','\x7c','\x18','\xf8','\x18','\x00','\x30','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x7f','\x80','\x0c','\x02','\x08','\x0c','\x21','\x0e','\x0d','\x91','\x8c','\xff','\xd9','\x98','\x0c','\x18','\x10','\x0c','\x00','\x20','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0d','\x83','\x00','\x1e','\x03','\x06','\xfc','\xff','\xff','\x6c','\x03','\x00','\x4c','\x03','\x00','\x0c','\x73','\x0e','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\xfc','\x7c','\x60','\x0c','\x18','\x60','\x0c','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x21','\x00','\x1a','\x31','\xc8','\xff','\x21','\x8c','\x18','\x41','\x88','\x1a','\x51','\x12','\x19','\x9b','\xff','\x18','\xb2','\x20','\x1e','\x26','\x20','\xf8','\x4a','\x24','\x78','\x53','\xfe','\x58','\x9a','\x20','\x1b','\xfa','\x20','\x19','\x12','\x24','\x18','\x33','\xfe','\x18','\x22','\x20','\x18','\x62','\x20','\x18','\x42','\x20','\x18','\x82','\x22','\xf9','\x03','\xff','\x32','\x02','\x00','\x00','\x0c','\x0c','\x46','\xfe','\xfe','\x7e','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\xfc','\xfc','\x66','\x0c','\x0c','\x66','\x0c','\x0c','\x66','\xfc','\xfc','\x66','\x10','\x0c','\x7e','\x1c','\x40','\x66','\x18','\x60','\x66','\x30','\xc4','\x66','\x3f','\xfe','\x66','\x70','\x80','\x66','\x70','\x88','\x66','\xbf','\xfc','\x67','\x30','\x80','\x7e','\x30','\x88','\x66','\x3f','\xfc','\x60','\x30','\x80','\x00','\x30','\x80','\x00','\x30','\x82','\x00','\x3f','\xff','\x00','\x30','\x00','\x0e','\x10','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0d','\x98','\x30','\xff','\xdf','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0e','\x18','\x30','\x1d','\x1f','\xf0','\x1d','\x80','\x00','\x1d','\x80','\x06','\x3c','\x7f','\xff','\x2c','\x18','\x00','\x2c','\x10','\x0c','\x6c','\x3f','\xfe','\x4c','\x24','\x4c','\x8c','\x4c','\xcc','\x0d','\x88','\x8c','\x0c','\x11','\x0c','\x0c','\x22','\x1c','\x0c','\xc4','\x18','\x0c','\x18','\xf8','\x0c','\x00','\x30','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x44','\x0c','\x7f','\xfe','\xff','\x83','\x00','\x0c','\x03','\x08','\x0c','\x7f','\xfc','\x0e','\x03','\x00','\x1d','\x03','\x02','\x1d','\xff','\xff','\x1d','\x83','\x00','\x3c','\x03','\x08','\x2c','\x43','\x0e','\x2c','\x33','\x1c','\x6c','\x1b','\xa0','\x4c','\x1b','\x40','\x8c','\x07','\x60','\x0c','\x0b','\x30','\x0c','\x33','\x38','\x0d','\xe3','\x1f','\x0c','\xc3','\x0e','\x0c','\x8f','\x06','\x0c','\x06','\x00','\x20','\x40','\x20','\x18','\x30','\x38','\x0c','\x18','\x30','\x0c','\x18','\x60','\x00','\x00','\x40','\x00','\x00','\x8c','\x80','\xff','\xfe','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x18','\x04','\x7f','\xfc','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x31','\xff','\xff','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x03','\x80','\x18','\x43','\x00','\x0c','\x43','\x06','\x0c','\xff','\xff','\x00','\xc0','\x06','\x01','\x90','\x08','\x81','\x9c','\x40','\x60','\x18','\x30','\x32','\x33','\x18','\x32','\x23','\x0c','\x04','\x46','\x8c','\x04','\x86','\x40','\x0c','\x0c','\x60','\x08','\x18','\x30','\x18','\x30','\x1c','\x18','\x60','\x0f','\x30','\xbf','\xf6','\xf3','\x30','\x30','\x70','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x38','\x3f','\xf0','\x18','\x30','\x30','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x0d','\x68','\x04','\x2d','\x8c','\x48','\x2d','\x98','\x30','\x2d','\x13','\x18','\x6e','\x23','\x0c','\x4c','\x46','\x8c','\xcc','\x06','\x40','\xcc','\x0c','\x60','\x0c','\x08','\x30','\x0c','\x10','\x1c','\x0c','\x20','\x0f','\x0c','\xdf','\xf6','\x1a','\x18','\x30','\x19','\x18','\x30','\x11','\x98','\x30','\x31','\x98','\x30','\x21','\x98','\x30','\x40','\x1f','\xf0','\x80','\x18','\x30','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xff','\xfc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xff','\xfc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x10','\x18','\x0c','\x30','\x18','\x0c','\x20','\x18','\x0c','\x40','\x18','\x7c','\x80','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\xc3','\x08','\x60','\xc3','\x10','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x71','\x02','\x00','\x00','\x83','\x00','\x00','\xc6','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\x60','\xc1','\x86','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x03','\x06','\x0c','\x3f','\xff','\x0c','\x83','\x06','\x8c','\xe3','\x06','\x4c','\xdf','\x7e','\x6c','\x83','\x06','\x6c','\x83','\x06','\x6d','\x3f','\x7e','\x0c','\x03','\x06','\x0c','\x08','\x20','\xff','\xcc','\x30','\x12','\x18','\x62','\x12','\x1f','\xff','\x12','\x38','\x40','\x12','\x58','\x44','\x12','\x9f','\xfe','\x12','\x18','\x40','\x32','\x58','\x44','\x22','\x9f','\xfe','\x23','\x98','\x40','\x27','\x18','\x40','\x42','\x18','\x42','\x40','\x1f','\xff','\x80','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\x38','\xe0','\x06','\x30','\xc0','\x06','\x30','\xc6','\xff','\xff','\xff','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x3f','\xc0','\x06','\x00','\x18','\x07','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x04','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x07','\x18','\x78','\x1c','\x18','\x1f','\xe0','\x18','\x06','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x32','\x00','\x04','\x63','\x81','\x88','\x63','\x18','\x70','\x06','\x18','\x38','\x0c','\x34','\x18','\x30','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x02','\x00','\x78','\x0f','\xff','\xdf','\x33','\x00','\xc6','\xc3','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x30','\x0c','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x81','\x80','\x07','\x73','\x00','\x06','\x0e','\x00','\x00','\x1b','\xc0','\x00','\x60','\x78','\x07','\x80','\x1c','\x78','\x00','\x0c','\x06','\x00','\x18','\x7f','\x01','\xfc','\x00','\x3f','\x80','\x00','\x02','\x08','\x03','\x21','\x0e','\xff','\x91','\x8c','\x00','\x19','\x98','\x00','\x18','\x10','\x06','\x00','\x20','\x7f','\x3f','\xfc','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\x01','\x86','\x7f','\x7f','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x46','\x39','\x8e','\x7f','\x31','\x8c','\x66','\x31','\x8c','\x66','\x31','\x8c','\x66','\x31','\x8c','\x66','\x3f','\xfc','\x7e','\x30','\x0c','\x66','\x30','\x0c','\x20','\xc0','\x0c','\x3f','\xff','\xfe','\x30','\xc0','\x18','\x30','\xc2','\x10','\x30','\xc1','\xa0','\x30','\xc0','\xc0','\x30','\xd0','\xc6','\x30','\xdf','\xff','\x3f','\xd8','\x86','\x06','\x18','\x86','\x06','\x18','\x86','\x76','\x18','\x86','\x66','\x5f','\xfe','\x67','\xf8','\x86','\x66','\x18','\x86','\x66','\x18','\x86','\x66','\x18','\x86','\x66','\x1f','\xfe','\x66','\x18','\x86','\x66','\x18','\x86','\x67','\xd8','\x86','\xfe','\x18','\x86','\x78','\x18','\x9e','\x40','\x18','\x8c','\x00','\x00','\x18','\x40','\x01','\xfc','\x30','\xff','\x80','\x18','\x04','\x10','\x0c','\x43','\x1c','\x0c','\x31','\x98','\x00','\x19','\x90','\x00','\x18','\x20','\x00','\x7f','\xf8','\x00','\x03','\x00','\x0c','\x03','\x00','\xfe','\xff','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x73','\x1c','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x41','\x90','\x30','\x7f','\xdf','\xf8','\x61','\x98','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x66','\x18','\x30','\x64','\x18','\x30','\x68','\x18','\x30','\x64','\x1f','\xf0','\x66','\x00','\x00','\x62','\x00','\x06','\x63','\xff','\xff','\x63','\x18','\x00','\x63','\x10','\x0c','\x63','\x1f','\xfe','\x63','\x32','\x4c','\x7f','\x26','\xcc','\x66','\x44','\x8c','\x61','\x89','\x8c','\x60','\x11','\x0c','\x60','\x22','\x1c','\x60','\xc4','\x18','\x60','\x18','\xf8','\x60','\x00','\x30','\x01','\x01','\x00','\x00','\x81','\x80','\x00','\xc3','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x18','\x40','\x07','\xff','\xb0','\x0b','\x01','\x9f','\x33','\x01','\x86','\xc3','\xff','\x80','\x03','\x01','\x80','\x03','\x01','\x90','\x03','\xff','\xb8','\x03','\x08','\x60','\x03','\x04','\x80','\x03','\x03','\x00','\x7f','\xf1','\xe0','\x3e','\x00','\x7e','\x20','\x00','\x1c','\x10','\x41','\x00','\x1c','\x31','\xc0','\x18','\x19','\x80','\x33','\x19','\x0c','\x23','\x03','\xfe','\x46','\xc2','\xcc','\x06','\x34','\xc8','\x0c','\x18','\xc0','\x18','\x19','\xa0','\x3f','\xe1','\xa0','\xd8','\x61','\x10','\x18','\x63','\x18','\x18','\x62','\x0c','\x1f','\xe4','\x0f','\x18','\x68','\x06','\x00','\x00','\x00','\x01','\xc8','\x10','\x11','\x84','\x0c','\x11','\x86','\x06','\x31','\x86','\x43','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x0c','\x00','\x18','\x9e','\x00','\x18','\xf1','\x06','\x18','\xc1','\xff','\x18','\xc1','\x86','\x1a','\xc1','\x86','\xff','\xc1','\x86','\x18','\xc1','\x86','\x18','\xc1','\x86','\x18','\xc1','\x86','\x18','\xc1','\x86','\x1a','\xc1','\x86','\xfc','\xc1','\x86','\x78','\xc1','\x86','\x58','\xc1','\x86','\x18','\xc1','\x86','\x18','\xd9','\x86','\x1b','\xe1','\x86','\x19','\x81','\xbe','\x19','\x01','\x8c','\x18','\x01','\x80','\x18','\x01','\x80','\xf8','\x01','\x80','\x30','\x01','\x80','\x08','\x02','\x00','\x0e','\x83','\x80','\x0c','\x63','\x00','\x18','\x33','\x00','\x10','\x33','\x06','\x20','\x03','\xff','\x43','\x06','\x06','\x03','\x04','\x04','\x06','\x84','\xe8','\x06','\x48','\xc0','\x0c','\x60','\xc0','\x18','\x30','\xc0','\x10','\x30','\xc0','\x20','\x01','\xa0','\x50','\x61','\xa0','\x9f','\xf1','\xa0','\x18','\x61','\x20','\x18','\x63','\x30','\x18','\x63','\x10','\x18','\x62','\x18','\x18','\x66','\x1c','\x1f','\xe4','\x0f','\x18','\x68','\x0e','\x18','\x10','\x06','\x20','\x00','\x18','\x18','\x00','\x7c','\x0c','\x03','\xe0','\x0c','\xff','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x06','\x05','\xff','\xff','\x0c','\x06','\x80','\x08','\x06','\x80','\x18','\x06','\x80','\x18','\x04','\x40','\x30','\x0c','\x40','\xf0','\x0c','\x60','\x70','\x08','\x20','\x30','\x18','\x30','\x30','\x10','\x18','\x30','\x20','\x1f','\x38','\x40','\x0e','\x19','\x80','\x06','\x20','\x10','\x00','\x18','\x1c','\x40','\x0c','\x18','\x30','\x0c','\x30','\x18','\x00','\x20','\x0c','\x00','\x43','\x0c','\x80','\x83','\x00','\x60','\x06','\x80','\x32','\x06','\x40','\x32','\x0c','\x60','\x04','\x08','\x38','\x04','\x10','\x1f','\x0c','\x20','\x0e','\x08','\x40','\x06','\x19','\x80','\x00','\x18','\x3f','\xf8','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x3f','\xf8','\x38','\x30','\x18','\x18','\x30','\x18','\x00','\x60','\x0c','\x7f','\xf7','\xfe','\x00','\x60','\x0c','\x20','\x64','\x0c','\x1c','\x63','\x8c','\x0c','\x61','\x8c','\x00','\xe0','\x3c','\x07','\x6f','\xcc','\x7c','\x67','\x0c','\x30','\x64','\x0c','\x20','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x01','\x00','\x02','\x01','\xc0','\x01','\x01','\x80','\x01','\x81','\x80','\x00','\xc3','\x00','\x00','\xc2','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x60','\x06','\xff','\xf7','\xff','\x10','\x61','\x06','\x0c','\x60','\xc6','\x01','\xe0','\x1e','\x7e','\x67','\xe6','\x30','\x63','\x06','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\xc3','\x00','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\xc0','\xe0','\x0e','\x00','\x1e','\x70','\x00','\x06','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x43','\x00','\x0c','\x43','\x06','\x00','\xff','\xff','\x00','\xc0','\x06','\x81','\x80','\x04','\x61','\x80','\x08','\x30','\x00','\x00','\x32','\xff','\xfc','\x02','\x03','\x00','\x04','\x03','\x00','\x04','\x43','\x00','\x0c','\x73','\x00','\x08','\x63','\x18','\x18','\x63','\xfc','\x30','\x63','\x00','\xf0','\x63','\x00','\x70','\x53','\x00','\x30','\xcb','\x00','\x30','\x87','\x00','\x30','\x83','\xe0','\x39','\x00','\xff','\x1a','\x00','\x1e','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x08','\x02','\x00','\x0c','\x03','\x20','\x49','\x06','\x30','\x31','\xc4','\x44','\x1b','\x8f','\xfe','\x1a','\x1c','\x40','\x04','\xac','\x40','\x08','\x4c','\x44','\xff','\xef','\xfe','\x7e','\x6c','\x40','\x46','\x0c','\x40','\x27','\x0c','\x44','\x3e','\xcf','\xfe','\x36','\x6c','\x40','\x66','\x6c','\x40','\x46','\x0c','\x42','\x86','\x0f','\xff','\x06','\x0c','\x00','\x0e','\x10','\x04','\x0c','\x1f','\xfe','\x0c','\x10','\x84','\x0c','\x10','\x84','\x4c','\x9f','\xfc','\x7f','\xd0','\x84','\x4c','\x90','\x84','\x4c','\x9f','\xfc','\x4c','\x82','\x00','\x4c','\x83','\x40','\x4c','\x92','\x70','\x4c','\x8c','\x60','\x7f','\x84','\xc8','\x4c','\x81','\x04','\x0c','\x3f','\xfe','\x0d','\x1f','\x86','\x0c','\x81','\x86','\x0f','\xd1','\x90','\xfc','\xdd','\x88','\x70','\xd9','\x8c','\x40','\x31','\x86','\x00','\x21','\x86','\x00','\x41','\x86','\x00','\x01','\x80','\x1c','\x20','\x0c','\x18','\x3f','\xfe','\x18','\x31','\x8c','\x18','\x31','\x8c','\x1b','\x31','\x8c','\xff','\xbf','\xfc','\x03','\x31','\x8c','\x06','\x31','\x8c','\x06','\x31','\x8c','\x0d','\x31','\x8c','\x09','\xbf','\xfc','\x1b','\x31','\x8c','\x3c','\x01','\x80','\x5b','\x01','\x86','\x99','\xff','\xff','\x19','\x87','\xa0','\x18','\x0d','\xa0','\x18','\x0d','\x90','\x18','\x19','\x98','\x18','\x31','\x8c','\x18','\x61','\x8f','\x19','\x81','\x86','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x08','\x18','\x40','\x04','\x18','\x70','\x06','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x40','\x08','\x18','\x70','\x06','\x18','\x60','\x03','\x18','\x40','\x03','\x18','\x86','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x07','\x00','\x06','\x06','\x0f','\xff','\x06','\x60','\x60','\xff','\xf0','\x40','\x06','\x04','\x8c','\x46','\x27','\xfe','\x7f','\xf6','\x0c','\x46','\x26','\x0c','\x46','\x26','\x0c','\x46','\x27','\xfc','\x46','\x26','\x0c','\x7f','\xe6','\x0c','\x46','\x26','\x0c','\x46','\x07','\xfc','\x0f','\x06','\x0c','\x0e','\xc6','\x0c','\x1e','\x66','\x0c','\x16','\x36','\x0c','\x36','\x37','\xfc','\x26','\x02','\x00','\x46','\x03','\x98','\x86','\x07','\x06','\x06','\x0c','\x03','\x06','\x30','\x03','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\x99','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x20','\x08','\x00','\x18','\x0e','\x00','\x0c','\x0c','\x30','\x0c','\x1f','\xf8','\x00','\x18','\x30','\x00','\x30','\x60','\x80','\x28','\x60','\x60','\x44','\xc0','\x32','\x83','\x80','\x32','\x03','\x80','\x04','\x06','\xe0','\x04','\x0c','\x7f','\x0c','\x10','\x1e','\x08','\x60','\x06','\x19','\x80','\x00','\x18','\x3f','\xf8','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x3f','\xf8','\x38','\x30','\x18','\x18','\x30','\x18','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x08','\x07','\xfc','\x92','\x0c','\x18','\x63','\x8c','\x30','\x33','\x0a','\x30','\x36','\x11','\x60','\x04','\x20','\xc0','\x09','\x01','\xe0','\x10','\x83','\x38','\xff','\xc6','\x1f','\x7c','\xcc','\x0e','\x4c','\x18','\x06','\x0c','\x60','\x00','\x4c','\x0f','\xf8','\x7e','\x0c','\x18','\x6d','\x8c','\x18','\x6c','\xcc','\x18','\x4c','\xcc','\x18','\x4c','\x0c','\x18','\x8c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x89','\x80','\x20','\x0e','\x00','\x18','\x0c','\x30','\x0c','\x1f','\xf8','\x0c','\x10','\x30','\x81','\x28','\x60','\x61','\x46','\xc0','\x32','\x03','\x80','\x32','\x06','\xe0','\x04','\x0c','\x7f','\x0c','\x18','\x1e','\x18','\x60','\x06','\x39','\x9f','\xf0','\xf0','\x18','\x30','\x70','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x38','\x1f','\xf0','\x18','\x18','\x30','\x00','\x31','\x00','\xff','\xf9','\xc0','\x05','\x01','\x80','\x05','\x01','\x8c','\x05','\x01','\xfe','\x45','\x33','\x0c','\x7f','\xf2','\x18','\x65','\x35','\x18','\x65','\x38','\xb0','\x65','\x30','\xe0','\x65','\x30','\x40','\x65','\x30','\xf0','\x6d','\xf1','\x9c','\x68','\x33','\x0f','\x70','\x36','\x06','\x60','\x38','\x00','\x60','\x33','\xfc','\x7f','\xf3','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x0c','\x7f','\xf3','\xfc','\x60','\x33','\x0c','\x00','\x31','\xc0','\x00','\xf9','\x80','\x03','\xc1','\x80','\x1f','\x01','\x80','\xf3','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x19','\x80','\xff','\xfd','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x23','\x31','\x80','\x3f','\xf9','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x82','\x30','\x31','\x82','\x30','\x31','\x82','\x30','\x31','\x83','\x3f','\xf1','\xff','\x30','\x30','\xfe','\x00','\x60','\x00','\x00','\xf2','\x0c','\x13','\x83','\xfe','\x1e','\x03','\x0c','\x18','\x73','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1c','\x63','\x8c','\x1a','\x63','\x4c','\x1b','\x63','\x6c','\x19','\x63','\x2c','\x19','\x63','\x2c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1e','\x63','\x0c','\xf8','\xc3','\x0c','\x60','\xc3','\x0c','\x41','\x83','\x7c','\x01','\x83','\x18','\x03','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x02','\x30','\x18','\x1f','\x30','\x19','\xf0','\x30','\x18','\x10','\x30','\x19','\xff','\x30','\x19','\x11','\x30','\x19','\x11','\x30','\x19','\x11','\x30','\x19','\xff','\x30','\x18','\x10','\x12','\x18','\x12','\x12','\x10','\x11','\x1a','\x30','\x1f','\x8a','\x27','\xf0','\xce','\x43','\x80','\xc7','\x82','\x00','\x03','\x1c','\x84','\x86','\x18','\xfe','\xff','\x18','\xc4','\x86','\x18','\xc4','\x86','\x18','\xfc','\xfe','\xff','\xc4','\x86','\x18','\xc4','\x86','\x18','\xfc','\xfe','\x18','\xc0','\x06','\x3c','\xc1','\x06','\x3a','\xdf','\xf6','\x3a','\xc1','\x06','\x3a','\xcf','\xe6','\x78','\xc9','\x26','\x58','\xcf','\xe6','\x58','\xc9','\x26','\x58','\xcf','\xe6','\x98','\xc3','\x06','\x18','\xc7','\x86','\x18','\xc5','\x66','\x18','\xc9','\x26','\x18','\xd1','\x06','\x18','\xc1','\x3e','\x18','\xc0','\x0c','\x20','\x86','\x40','\x18','\xff','\x70','\x0c','\x90','\x60','\x0c','\x90','\x66','\x00','\xfc','\x7f','\x00','\x84','\xc0','\x80','\x84','\x80','\x60','\xfd','\x00','\x32','\x90','\x0c','\x32','\x90','\xfe','\x04','\x90','\x00','\x04','\xff','\x00','\x0c','\x80','\x00','\x08','\x00','\x00','\x18','\x40','\x18','\x18','\x7f','\xfc','\x30','\x64','\x98','\xf0','\x64','\x98','\x70','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x98','\x3b','\xff','\xff','\x18','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x20','\x01','\x00','\x3f','\xf1','\xc0','\x31','\x01','\x80','\x31','\x03','\x06','\x3f','\xe3','\xff','\x30','\x24','\x00','\x30','\x28','\x00','\x3f','\xe0','\x0c','\x31','\x03','\xfe','\x31','\x00','\x00','\x3f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x3f','\xe7','\xfc','\x30','\x24','\x0c','\x3f','\xe7','\xfc','\x30','\x24','\x0c','\x3f','\xe7','\xfc','\x30','\x00','\x0c','\x30','\x10','\x0c','\x37','\xff','\xcc','\x30','\x10','\x0c','\x31','\xff','\x0c','\x31','\x11','\x0c','\x31','\xff','\x0c','\x31','\x11','\x0c','\x31','\xff','\x0c','\x30','\x30','\x0c','\x30','\x5e','\x0c','\x30','\x93','\x8c','\x33','\x11','\xbc','\x30','\x10','\x18','\x40','\x62','\x00','\x7f','\xf3','\x80','\x62','\x03','\x00','\x62','\x03','\x06','\x7f','\xe3','\xff','\x60','\x66','\x00','\x60','\x64','\x00','\x7f','\xe8','\x0c','\x62','\x03','\xfe','\x62','\x00','\x00','\x7f','\xf0','\x00','\x60','\x00','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\xc6','\x02','\x01','\x86','\x02','\x03','\x06','\x03','\x1c','\x07','\xff','\xe0','\x03','\xfe','\x00','\x60','\x0e','\x03','\xf0','\x0c','\x7f','\x01','\xcc','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x31','\x8c','\xff','\xf9','\x8c','\x07','\x01','\x8c','\x07','\x01','\x8c','\x0f','\x81','\x8c','\x0f','\x61','\x8c','\x0b','\x31','\x8c','\x1b','\x31','\x8c','\x13','\x01','\x8c','\x33','\x01','\x8c','\x23','\x01','\x8c','\x43','\x01','\x8c','\x83','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x01','\x18','\x00','\x00','\x98','\x00','\x00','\x70','\x00','\x00','\x38','\x00','\x00','\x6e','\x00','\x00','\xc7','\xc0','\x01','\x81','\xff','\x0e','\x00','\x7e','\xf0','\x00','\x0e','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x88','\x00','\x30','\xcc','\x0c','\x31','\x8f','\xfe','\x31','\x18','\x00','\x32','\x1f','\xf0','\x34','\xa8','\x10','\x38','\xcf','\xf0','\x31','\x88','\x10','\x31','\x08','\x10','\x33','\x0f','\xf0','\x37','\x02','\x00','\x3b','\x06','\x30','\x33','\x07','\xf8','\x33','\x0c','\x30','\x23','\x1a','\x60','\x63','\x61','\xc0','\x43','\x03','\x70','\x83','\x0c','\x1f','\x03','\x70','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\x80','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x00','\x06','\xc0','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x13','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x60','\x0e','\x03','\xf1','\xcc','\x7f','\x01','\x8c','\x03','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x07','\x01','\x8c','\x0f','\x81','\x8c','\x1b','\x61','\x8c','\x33','\x30','\x0c','\x63','\x30','\x0c','\x83','\x00','\x7c','\x03','\x1c','\x18','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x00','\x00','\x03','\x20','\x0c','\xff','\xbf','\xfe','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x19','\x31','\x8c','\xff','\xb1','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x18','\x31','\x8c','\x18','\x01','\x80','\x19','\x01','\x80','\x1e','\x01','\x8c','\xf8','\x7f','\xfe','\x60','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x01','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x18','\x00','\x00','\x18','\x30','\x4c','\x18','\x36','\xec','\x18','\x31','\x8c','\x18','\x32','\x6c','\x19','\x34','\x2c','\xff','\xb0','\x0c','\x18','\x3f','\xfc','\x18','\x01','\x80','\x18','\x41','\x06','\x18','\x7f','\xff','\x18','\x61','\x06','\x1b','\x62','\x46','\x1c','\x62','\x26','\xf8','\x6f','\xf6','\x60','\x67','\x36','\x40','\x64','\x06','\x00','\x60','\x06','\x00','\x60','\x3e','\x00','\x60','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x98','\x0c','\x00','\x58','\x7e','\x0e','\x7b','\xe0','\xec','\x78','\x60','\xcc','\x18','\x60','\xcc','\x18','\x6c','\xcc','\x1f','\xfe','\xcc','\x18','\x60','\xcc','\xf8','\xe0','\xcc','\x78','\xf0','\xcc','\x59','\xec','\xcc','\x11','\x66','\xcc','\x13','\x66','\xcc','\x32','\x60','\x0c','\x24','\x60','\x0c','\x28','\x60','\x0c','\x40','\x60','\x0c','\x80','\x60','\x7c','\x00','\x60','\x18','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\xc4','\x30','\x07','\x82','\x78','\x1d','\x81','\x80','\xe1','\x8c','\xe0','\x01','\xf0','\x7f','\x1f','\xc0','\x1e','\x0e','\x00','\x06','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x01','\xbf','\xfc','\x03','\x31','\x8c','\x03','\x31','\x8c','\x06','\x31','\x8c','\x04','\xb1','\x8c','\x0c','\xf1','\x8c','\x1d','\x3f','\xfc','\x2e','\x31','\x8c','\x4d','\x81','\x80','\x8c','\xc1','\x80','\x0c','\xc1','\x8c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x01','\x10','\x06','\x01','\xdc','\x06','\x31','\x98','\xff','\xf9','\x10','\x01','\x02','\x22','\x2d','\xa3','\xff','\x22','\x26','\x20','\x25','\x2a','\x20','\x28','\xb2','\x20','\x20','\x22','\x24','\x3f','\xe3','\xfe','\x03','\x02','\x20','\x42','\x32','\x20','\x7f','\xfa','\x20','\x64','\x32','\x20','\x65','\x32','\x24','\x64','\xb3','\xfe','\x67','\xb2','\x20','\x7c','\xb2','\x20','\x68','\x32','\x20','\x60','\x32','\x20','\x60','\x32','\x22','\x60','\xf3','\xff','\x60','\x62','\x00','\x41','\x83','\x80','\x7f','\xc3','\x00','\x61','\x83','\x00','\x63','\x03','\x18','\x62','\x7f','\xfc','\x64','\x03','\x00','\x68','\x03','\x00','\x64','\x03','\x0c','\x66','\xff','\xfe','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x18','\x60','\x63','\x18','\x7e','\x63','\x30','\x3e','\x63','\x43','\x80','\x63','\x03','\x00','\x6f','\x03','\x18','\x66','\x7f','\xfc','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x06','\x61','\xff','\xff','\x60','\x00','\x00','\x04','\x07','\x00','\x07','\x06','\x00','\x0e','\x06','\x18','\x0c','\xff','\xfc','\x18','\x06','\x18','\x30','\x06','\x18','\x44','\x06','\x1a','\x87','\xff','\xff','\x0e','\x06','\x18','\x0c','\x06','\x18','\x18','\x06','\x18','\x18','\xff','\xf8','\x38','\x06','\x00','\x58','\x06','\x00','\x98','\x06','\x18','\x18','\xff','\xfc','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1b','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x10','\x00','\x20','\x18','\x10','\x18','\x10','\x1c','\x0d','\x24','\x38','\x0c','\xc6','\x40','\x00','\x6c','\x00','\x02','\x68','\x60','\x0c','\x12','\x1c','\x78','\x21','\x8e','\x33','\xfe','\xc6','\x21','\xc0','\xc0','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x80','\x04','\x00','\xe0','\x02','\x00','\xc0','\x03','\x00','\xc0','\x01','\x00','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\xc1','\x00','\x00','\xc1','\x00','\x00','\xc3','\x00','\x00','\xc2','\x00','\x00','\xc2','\x00','\x00','\x04','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x08','\x03','\x80','\x0e','\x03','\x18','\x1c','\x7f','\xfc','\x18','\x03','\x18','\x32','\x03','\x1a','\x63','\xff','\xff','\x87','\x03','\x18','\x06','\x03','\x18','\x0c','\x7f','\xf8','\x18','\x03','\x00','\x38','\x03','\x08','\x58','\xff','\xfc','\x98','\x03','\x00','\x18','\x03','\x02','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x80','\x00','\xff','\xc0','\x00','\x0c','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\x1e','\x18','\x18','\xfc','\x1f','\xf8','\x6c','\x19','\x98','\x4c','\x01','\x80','\x0c','\x21','\x90','\x0c','\x39','\x88','\x0c','\x31','\x8c','\x0c','\x61','\x86','\x0c','\x41','\x86','\x0c','\x81','\x86','\x7c','\x0f','\x80','\x18','\x03','\x00','\x00','\x02','\x00','\x00','\x03','\x80','\x40','\xc3','\x00','\x7f','\xe6','\x18','\x64','\xc7','\xfc','\x64','\xcc','\x18','\x64','\xca','\x30','\x64','\xd2','\x30','\x64','\xe1','\x60','\x64','\xc0','\xc0','\x7f','\xc1','\xe0','\x64','\xc3','\x38','\x64','\xc6','\x1f','\x64','\xcc','\x06','\x64','\xf0','\x00','\x64','\xcf','\xf8','\x64','\xcc','\x18','\x7f','\xcc','\x18','\x60','\xcc','\x18','\x60','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xf8','\x00','\x0c','\x18','\x00','\x0c','\x18','\x02','\x00','\x07','\x27','\x04','\x06','\x3c','\xfe','\x06','\x20','\x24','\xe6','\x24','\x24','\xc6','\x23','\x24','\xc6','\x25','\x24','\xc6','\x78','\x5c','\xc6','\x31','\x8c','\xc6','\x21','\x80','\xc6','\x03','\x60','\xc6','\x06','\x18','\xc6','\x0c','\x0c','\xc6','\x1f','\xec','\xc6','\x31','\x80','\xc6','\xc1','\x80','\xc6','\x3f','\xf8','\xc6','\x01','\x90','\x06','\x11','\x98','\x06','\x0d','\x90','\x06','\x05','\xa0','\x06','\x7f','\xfc','\x06','\x3f','\x00','\x3e','\x20','\x00','\x0c','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x06','\x00','\x00','\x04','\x40','\x80','\x04','\x30','\x60','\x08','\x18','\x32','\xff','\xec','\x32','\x7c','\x0c','\x04','\x40','\x00','\x04','\x00','\x00','\x0c','\x33','\x38','\x08','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x30','\x33','\x30','\xf0','\x33','\x30','\x70','\x33','\x30','\x30','\x63','\x32','\x30','\x63','\x32','\x30','\x43','\x33','\x38','\x83','\x3f','\x1b','\x00','\x1e','\x20','\x0c','\x00','\x18','\x9e','\x06','\x0c','\xf1','\xff','\x0c','\xc0','\x66','\x00','\xc0','\x66','\x00','\xc8','\x66','\x80','\xc4','\x66','\x44','\xc6','\x46','\x64','\xfe','\xc6','\x67','\xe6','\x9e','\x05','\x81','\x0c','\x0d','\x02','\x00','\x08','\x00','\x00','\x08','\x40','\x18','\x18','\x7f','\xfc','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x7f','\xf8','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x00','\x03','\x80','\x03','\x03','\x00','\xff','\x83','\x06','\x18','\x7f','\xff','\x18','\x06','\x00','\x18','\x04','\x40','\x18','\x04','\x30','\x18','\x08','\x18','\x1a','\x7f','\xec','\xff','\x3c','\x0c','\x18','\x20','\x00','\x18','\x00','\x00','\x18','\x33','\x38','\x18','\x33','\x30','\x18','\x33','\x30','\x18','\x33','\x30','\x1f','\x33','\x30','\xfc','\x33','\x30','\x70','\x33','\x30','\x40','\x63','\x32','\x00','\x63','\x32','\x00','\x43','\x33','\x00','\x83','\x3f','\x03','\x00','\x1e','\x00','\x60','\x00','\x11','\xf0','\x06','\x1f','\x0f','\xff','\x18','\x01','\x86','\x18','\x01','\x86','\x18','\x81','\x86','\x18','\x63','\x06','\x18','\x33','\x06','\x19','\xf6','\x0c','\xfe','\x34','\x7c','\x70','\x08','\x18','\x40','\x10','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x03','\x80','\x03','\x03','\x00','\xff','\x83','\x06','\x18','\x7f','\xff','\x18','\x06','\x00','\x18','\x04','\x20','\x10','\x04','\x10','\x10','\x08','\x18','\x30','\x7f','\xec','\x23','\x3c','\x0c','\x3f','\xa0','\x00','\x73','\x00','\x00','\x73','\x19','\x38','\xb3','\x19','\x30','\x33','\x19','\x30','\x33','\x19','\x30','\x33','\x19','\x30','\x33','\x19','\x30','\x3f','\x19','\x30','\x33','\x11','\x32','\x30','\x31','\x32','\x30','\x21','\x33','\x00','\x41','\x3f','\x01','\x80','\x1e','\x0e','\x01','\xc0','\x0c','\x81','\x80','\x8c','\xe1','\x80','\x4c','\xc1','\x80','\x6c','\x81','\x80','\x6d','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\xff','\xc0','\x10','\x0c','\x10','\x1c','\x0c','\x08','\x18','\x1c','\x08','\x18','\x1e','\x0c','\x18','\x1d','\x84','\x10','\x3c','\xc4','\x30','\x2c','\xc6','\x30','\x6c','\x06','\x30','\x4c','\x06','\x20','\x8c','\x06','\x20','\x0c','\x00','\x20','\x0c','\x00','\x40','\x0c','\x00','\x46','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x43','\x08','\x00','\x7f','\x8e','\x00','\x63','\x0c','\x30','\x63','\x1f','\xf8','\x62','\x10','\x60','\x66','\x28','\xc0','\x64','\x45','\x80','\x68','\x83','\x00','\x64','\x07','\x80','\x66','\x0c','\xf0','\x62','\x38','\x3f','\x63','\xd3','\x8e','\x63','\x1b','\x00','\x63','\x33','\x18','\x63','\x3f','\xfc','\x6f','\x63','\x00','\x66','\x43','\x00','\x60','\x83','\x18','\x61','\x7f','\xfc','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x06','\x63','\xff','\xff','\x60','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf2','\x0c','\x18','\x32','\x0c','\x18','\x02','\x00','\x18','\x03','\x00','\x1f','\xff','\x00','\x0f','\xfe','\x07','\x03','\x80','\x06','\x03','\x06','\x06','\x63','\xff','\x7f','\xf3','\x00','\x10','\x83','\x00','\x18','\xc3','\xfc','\x08','\x80','\x0c','\x01','\x30','\x0c','\xff','\xfa','\x0c','\x00','\x03','\xfc','\x00','\x03','\x00','\x3f','\xe3','\x00','\x30','\x63','\xfe','\x30','\x63','\x00','\x3f','\xe3','\x00','\x30','\x63','\xfe','\x30','\x63','\x00','\x3f','\xe3','\x00','\x30','\x63','\xfe','\x30','\x63','\x00','\x30','\x63','\x02','\x30','\x63','\x03','\x33','\xe3','\xff','\x30','\xc1','\xfe','\x04','\x20','\x30','\x07','\x3f','\xf8','\x06','\x30','\x30','\x06','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x38','\x3f','\xf0','\x38','\x33','\x30','\x58','\x03','\x00','\x98','\x02','\x00','\x18','\x06','\x00','\x18','\x84','\x0c','\x18','\xff','\xfe','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x3f','\xa4','\x1b','\xf0','\x30','\x18','\x1f','\xf0','\x18','\x00','\x00','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\x04','\x10','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\x04','\x10','\x19','\xff','\xf0','\x18','\x08','\x00','\x10','\x76','\x08','\x32','\x63','\x26','\x22','\x63','\x23','\x46','\x60','\x33','\x8c','\x7f','\xf0','\x0c','\x3f','\xe0','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xcc','\x06','\xff','\xef','\xff','\x18','\x18','\x40','\x18','\x10','\x70','\x18','\x20','\xe0','\x19','\x81','\x80','\x1f','\xc3','\x08','\x19','\x86','\x0e','\x19','\x8f','\x1c','\x19','\xb7','\x60','\x19','\x86','\x80','\x19','\x86','\x80','\x11','\x86','\x40','\x31','\x86','\x60','\x31','\x86','\x30','\x31','\x86','\x38','\x23','\x86','\x1f','\x63','\x06','\x0e','\x4f','\x06','\x06','\x86','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x3f','\xa4','\x1b','\xf0','\x30','\x18','\x1f','\xf0','\x18','\x00','\x00','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\x04','\x10','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\x04','\x10','\x19','\xff','\xf0','\x18','\x0c','\x00','\x13','\xff','\xfc','\x30','\x18','\x0c','\x20','\x30','\x0c','\x40','\x60','\x18','\x81','\x80','\xf8','\x06','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xc0','\x00','\x01','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x10','\x00','\x00','\x10','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x60','\x00','\x08','\x61','\xc3','\x90','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x02','\x03','\x03','\x02','\x03','\x03','\x02','\x06','\x03','\x03','\x18','\x03','\xff','\xe0','\x01','\xfe','\x08','\x0e','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x0c','\x0f','\xff','\xfe','\x18','\x18','\x80','\x1a','\x10','\x84','\x19','\x30','\x46','\x31','\xa0','\x68','\x30','\x40','\x30','\x70','\xff','\xfc','\x71','\x60','\x6f','\xb2','\x60','\x66','\x34','\x7f','\xe0','\x30','\x60','\x60','\x30','\x60','\x60','\x30','\x7f','\xe0','\x30','\x06','\x00','\x30','\x86','\x40','\x30','\xe6','\x30','\x30','\xc6','\x18','\x31','\x86','\x0c','\x33','\x06','\x0e','\x34','\x3e','\x06','\x30','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xff','\xcc','\x33','\x00','\xcc','\x33','\x00','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x03','\x80','\x20','\x03','\x00','\x18','\x03','\x18','\x0c','\x7f','\xfc','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x04','\x18','\x60','\x04','\x1c','\x60','\x04','\x30','\x7f','\x08','\x68','\x3f','\x09','\x8e','\x00','\x18','\x0c','\x30','\x18','\x1f','\xf8','\x30','\x10','\x30','\xf0','\x28','\x60','\x70','\x44','\x60','\x31','\x86','\xc0','\x30','\x03','\x80','\x30','\x06','\xe0','\x38','\x0c','\x7f','\x18','\x30','\x1e','\x01','\xc0','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x60','\x40','\x0c','\x60','\x70','\x10','\x00','\x60','\x00','\xff','\xff','\xff','\x00','\xc2','\x00','\x19','\x81','\x18','\x0b','\x00','\x90','\x07','\xff','\xe0','\x0a','\x00','\x78','\x32','\x00','\x5f','\xc3','\xff','\xc6','\x02','\x00','\x40','\x02','\x00','\x40','\x03','\xff','\xc0','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x07','\x00','\x1c','\x06','\x44','\x18','\x46','\x73','\x18','\x26','\x61','\x98','\x36','\x41','\x98','\x36','\x80','\x18','\x06','\x00','\x18','\x06','\x68','\x18','\xff','\xf6','\x18','\x06','\x03','\x18','\x06','\x03','\x18','\x0f','\x00','\x18','\x0e','\xc0','\x18','\x1e','\x60','\x1a','\x16','\x60','\x1f','\x36','\x00','\x78','\x26','\x07','\x98','\x46','\x38','\x18','\x86','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x10','\x00','\x00','\x0e','\x00','\x30','\x06','\x7f','\xf8','\x80','\x06','\x30','\x70','\x06','\x30','\x32','\x46','\x38','\x04','\x44','\x34','\x08','\xcc','\x36','\x19','\x88','\x33','\xf1','\x98','\x73','\x70','\x10','\x60','\x30','\x23','\xe0','\x38','\xc0','\xc0','\x18','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x80','\x00','\x00','\x60','\x40','\x18','\x32','\x7f','\xfc','\x32','\x60','\x18','\x04','\x60','\x18','\x04','\x60','\x18','\x0c','\x60','\x18','\x08','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x30','\x43','\x20','\xf0','\x73','\x18','\x70','\x63','\x0c','\x30','\xc3','\x0e','\x30','\x83','\x06','\x31','\x03','\x06','\x3a','\x1f','\x00','\x18','\x06','\x00','\x08','\x08','\x10','\x8e','\x84','\x1c','\x4c','\x46','\x18','\x28','\x63','\x18','\x18','\x33','\x30','\x10','\x30','\x20','\x38','\x00','\x40','\x28','\x7f','\xf8','\x4c','\x63','\x18','\x8c','\x63','\x18','\x0c','\x63','\x18','\x1c','\x7f','\xf8','\x16','\x63','\x18','\x36','\x63','\x18','\x26','\x63','\x18','\x46','\x63','\x18','\x86','\x7f','\xf8','\x06','\x63','\x1a','\x06','\x63','\x0a','\x06','\x43','\x0a','\x0c','\x43','\x0e','\x0c','\xc3','\x06','\x7c','\x83','\x07','\x19','\x00','\x03','\x00','\x0e','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x08','\x00','\x98','\x0e','\x00','\x58','\x0c','\x0c','\x7b','\xff','\xfe','\x78','\x18','\x80','\x19','\x10','\x46','\x19','\xa0','\x24','\x18','\x7f','\xf8','\xf8','\xe0','\x6f','\x79','\x60','\x66','\x5e','\x7f','\xe0','\x18','\x60','\x60','\x18','\x60','\x60','\x10','\x7f','\xe0','\x30','\x06','\x00','\x30','\x86','\x00','\x20','\xe6','\x60','\x61','\xc6','\x1c','\x43','\x06','\x0e','\x8c','\x3e','\x06','\x00','\x0c','\x00','\x00','\x03','\x80','\x46','\x03','\x00','\x7f','\x03','\x06','\x66','\xff','\xff','\x66','\x06','\x84','\x66','\x84','\x46','\x66','\x6c','\x68','\x7e','\x28','\x30','\x66','\x10','\x1c','\x66','\x3f','\xff','\x66','\x58','\x36','\x66','\x98','\x30','\x66','\x1f','\xf0','\x7e','\x18','\x30','\x66','\x18','\x30','\x66','\x1f','\xf0','\x66','\x01','\x80','\x66','\x21','\x90','\x66','\x39','\x8c','\x7e','\x31','\x86','\x66','\x61','\x87','\x60','\xc1','\x83','\x01','\x07','\x80','\x00','\x03','\x00','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xff','\xff','\x0c','\x08','\x30','\x0c','\x0e','\x30','\x1c','\x0c','\x3f','\x1e','\x18','\x1f','\x1d','\x64','\x00','\x3d','\x86','\x18','\x2d','\x87','\xfc','\x6c','\x0c','\x18','\x4c','\x0a','\x30','\x8c','\x12','\x30','\x0c','\x61','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x0c','\x18','\x1e','\x0c','\xe0','\x06','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x8c','\x98','\x18','\x4c','\xd8','\x18','\x6d','\x9f','\xf8','\x6d','\x18','\x18','\x0e','\x18','\x18','\x0c','\x1f','\xf8','\xff','\x80','\x02','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x1e','\x1f','\xf8','\x1d','\x91','\x88','\x1c','\xd1','\x88','\x3c','\xdf','\xf8','\x2c','\x11','\x88','\x6c','\x11','\x88','\x4c','\x1f','\xf8','\x8c','\x01','\x80','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x82','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x08','\x6c','\x06','\x08','\x1e','\x06','\x04','\x70','\x06','\x05','\x80','\x06','\x02','\x00','\x06','\x03','\x00','\x06','\x31','\x80','\x07','\xc0','\xe0','\x7e','\x00','\x7e','\x38','\x00','\x3c','\x20','\x00','\x0c','\x03','\x00','\xe0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\x01','\xbf','\xff','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x08','\x0c','\x03','\x0f','\xfe','\x7f','\x8c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x03','\x0c','\x0c','\x7f','\x8f','\xfc','\x00','\x0c','\xcc','\x00','\x00','\xc0','\x43','\x08','\xc0','\x7f','\x8e','\xd0','\x63','\x0c','\xcc','\x63','\x18','\xc6','\x63','\x10','\xc7','\x63','\x20','\xc3','\x7f','\x47','\xc0','\x60','\x01','\x80','\x00','\x07','\x00','\x40','\x06','\x06','\x31','\xff','\xff','\x18','\x0c','\x84','\x0d','\x08','\x46','\x0c','\xd8','\x68','\x00','\x50','\x30','\x00','\x3f','\xfc','\x00','\x50','\x2f','\x00','\x90','\x26','\x01','\x1f','\xe0','\x0c','\x10','\x20','\xfe','\x10','\x20','\x0c','\x1f','\xe0','\x0c','\x23','\x00','\x0c','\x33','\x20','\x0c','\x63','\x18','\x0c','\xc3','\x0c','\x0d','\x1f','\x0c','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x18','\x63','\x7f','\xfc','\x62','\x03','\x00','\x64','\x03','\x00','\x64','\x03','\x06','\x69','\xff','\xff','\x64','\x18','\x60','\x66','\x1c','\x60','\x62','\x30','\x7f','\x63','\x68','\x3f','\x63','\x8e','\x00','\x63','\x0c','\x30','\x63','\x1f','\xf8','\x63','\x10','\x30','\x6f','\x28','\x60','\x66','\x44','\x60','\x61','\x86','\xc0','\x60','\x03','\x80','\x60','\x06','\xe0','\x60','\x0c','\x7f','\x60','\x30','\x1e','\x61','\xc0','\x06','\x06','\x00','\x06','\x06','\x3f','\xff','\x0d','\x00','\xc0','\x0c','\x80','\x80','\x18','\xc9','\x0c','\x10','\x6f','\xfe','\x20','\x6c','\x0c','\x5f','\x8c','\x0c','\x80','\x0c','\x0c','\x00','\x0f','\xfc','\x00','\xcc','\x0c','\xff','\xec','\x0c','\x18','\xcc','\x0c','\x18','\xcf','\xfc','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x1b','\xcf','\xfc','\x19','\x84','\x00','\x18','\x07','\x18','\x18','\x0e','\x06','\x18','\x18','\x03','\x18','\x60','\x03','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x7f','\xff','\xfc','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x01','\x80','\x18','\x01','\x00','\x38','\x02','\x00','\x30','\x04','\x00','\x70','\x18','\x03','\xe0','\x60','\x00','\xc0','\x08','\x00','\x30','\x0e','\x1f','\xf8','\x0c','\x00','\x30','\x08','\x00','\x30','\x92','\x00','\x30','\x63','\x9f','\xf0','\x33','\x00','\x30','\x36','\x00','\x30','\x04','\x00','\x36','\x09','\x7f','\xff','\x10','\x81','\x80','\xff','\xd1','\x86','\x7c','\xc9','\x87','\x4c','\x0d','\x8c','\x0c','\x0d','\xd0','\x4e','\x01','\xc0','\x7d','\x01','\xa0','\x6d','\x83','\xb0','\x6d','\x8d','\x98','\x4c','\x79','\x9f','\x4c','\x31','\x8e','\x8c','\x21','\x86','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x04','\x06','\x00','\x07','\x06','\x00','\x06','\x0d','\x00','\x06','\x0c','\x80','\x0c','\x18','\xc0','\x0c','\x10','\x60','\x18','\x20','\x38','\x18','\x40','\x9f','\x38','\xbf','\xce','\x39','\x00','\x06','\x5a','\x00','\x00','\x98','\x80','\x18','\x18','\xff','\xfc','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xff','\xf8','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x78','\x18','\xc0','\x30','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\xff','\xf8','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\xff','\xf8','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\xff','\xf8','\x18','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x18','\x33','\xff','\xfc','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x06','\x06','\x0f','\xff','\xff','\x00','\x00','\x00','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x61','\x86','\xff','\xff','\xff','\x06','\x01','\x80','\x06','\x01','\x80','\x0e','\x03','\xc0','\x0f','\x03','\xc0','\x0e','\xc7','\xa0','\x1e','\x65','\xa0','\x16','\x6d','\xb0','\x16','\x09','\x98','\x36','\x19','\x9c','\x26','\x11','\x8f','\x46','\x21','\x8e','\x86','\x41','\x86','\x06','\x81','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x20','\x38','\x70','\x18','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x00','\x32','\x66','\x03','\xff','\xff','\x80','\x30','\x60','\x40','\x30','\x60','\x64','\x38','\x60','\x64','\x74','\xf0','\x04','\x76','\xf0','\x0c','\x76','\xe8','\x08','\xf1','\xe8','\x08','\xb1','\x6c','\x19','\xb3','\x66','\x19','\x32','\x67','\x32','\x34','\x66','\xf4','\x38','\x62','\x70','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x60','\x38','\x30','\x60','\x18','\x30','\x60','\x0e','\x21','\xc8','\x0c','\x11','\x8e','\x0c','\x19','\x8c','\x0c','\x19','\x88','\x0c','\x81','\x92','\x0c','\xff','\xff','\x2c','\xc7','\xa0','\x2d','\x8d','\x90','\x2e','\x09','\x98','\x6c','\x11','\x8f','\x6c','\x21','\x86','\xcc','\xc1','\x80','\xcc','\x20','\x18','\x0c','\x3c','\x1a','\x0c','\x67','\xff','\x0c','\x44','\x98','\x1a','\xb4','\x98','\x1b','\x1c','\x98','\x19','\x88','\x9a','\x11','\x9b','\xff','\x31','\x90','\x18','\x20','\x20','\x18','\x40','\x40','\x18','\x81','\x80','\x18','\x00','\x38','\x70','\x03','\x30','\x60','\xff','\xb0','\x60','\x18','\x30','\x60','\x18','\x32','\x66','\x19','\xff','\xff','\x18','\x30','\x60','\x18','\x30','\x60','\x1a','\x38','\x60','\xff','\x74','\xf0','\x18','\x76','\xf0','\x18','\xf6','\xe8','\x18','\xb1','\xe8','\x19','\xb1','\x6c','\x1b','\x33','\x66','\x1c','\x32','\x67','\x18','\x34','\x66','\x1b','\x38','\x62','\xfc','\x30','\x60','\x70','\x30','\x60','\x40','\x30','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x00','\x04','\x00','\x40','\xc7','\x00','\x7f','\xe6','\x00','\x66','\x0c','\x0c','\x66','\x0f','\xfe','\x66','\x10','\x00','\x66','\x24','\x08','\x66','\x07','\xfc','\x7f','\xc4','\x08','\x60','\xc4','\x08','\x60','\xc4','\x08','\x60','\xc7','\xf8','\x60','\xc4','\x08','\x60','\xc0','\x00','\x7f','\xd1','\x22','\x66','\x1f','\xbf','\x66','\x11','\x22','\x66','\x11','\x22','\x66','\x11','\x22','\x66','\x11','\x22','\x66','\xd1','\x22','\x7f','\xf1','\x22','\x60','\x1f','\x3e','\x60','\x11','\x22','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc3','\x40','\xff','\xe3','\x40','\x0c','\x02','\x20','\x4c','\x86','\x30','\x7f','\xc4','\x1c','\x4c','\x88','\x0f','\x4c','\x97','\xf6','\x4c','\xe0','\x00','\x7f','\x80','\x00','\x4c','\x90','\x06','\x4c','\x9f','\xff','\x4c','\x99','\x26','\x7f','\x99','\x26','\x4c','\x99','\x26','\x0c','\x1f','\xfe','\x0c','\xd9','\x26','\xff','\xf9','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x0c','\x19','\x2e','\x0c','\x18','\x06','\x43','\x21','\xc8','\x7f','\x91','\x8e','\x63','\x19','\x8c','\x62','\x19','\x88','\x66','\x01','\x92','\x64','\x7f','\xff','\x64','\x07','\xa0','\x68','\x0d','\x90','\x64','\x09','\x98','\x66','\x11','\x8f','\x62','\x21','\x86','\x63','\x41','\x80','\x63','\x10','\x18','\x63','\x1e','\x1a','\x63','\x33','\xff','\x6f','\x22','\x98','\x66','\x46','\x98','\x60','\xb4','\x98','\x60','\x1c','\x9a','\x60','\x0b','\xff','\x60','\x10','\x18','\x60','\x20','\x18','\x60','\x40','\x18','\x61','\x80','\x18','\x10','\x21','\xc8','\x1c','\x11','\x8e','\x18','\x19','\x8c','\x19','\x99','\x90','\x1f','\xc1','\x82','\x11','\xbf','\xff','\x31','\x07','\xa0','\x22','\x05','\xa0','\x7f','\x8d','\x90','\xa4','\x89','\x9c','\x24','\x91','\x8f','\x24','\xe1','\x86','\x3f','\x90','\x18','\x24','\x9e','\x1a','\x24','\x93','\xff','\x24','\xb2','\x98','\x3f','\xa6','\x98','\x00','\x54','\x98','\x01','\x14','\x9a','\x55','\x8b','\xff','\x54','\x88','\x18','\xd4','\x10','\x18','\xc0','\x20','\x18','\x00','\xc0','\x18','\x07','\x00','\xe0','\x06','\x08','\xc8','\x46','\x64','\xce','\x7f','\xf6','\xcc','\x49','\x06','\xc8','\x49','\x00','\xd2','\x7f','\xef','\xff','\x49','\x21','\xd0','\x49','\x23','\xc8','\x49','\x26','\xcc','\x7f','\xec','\xc7','\x40','\x10','\xc6','\x4d','\x84','\x00','\x49','\x04','\x04','\x49','\x47','\x84','\x49','\x6c','\xff','\x4f','\x88','\xa4','\x49','\x15','\xa4','\x49','\x05','\x24','\x49','\x23','\x24','\x4b','\x22','\xff','\xbd','\xe4','\x04','\x99','\xc8','\x04','\x00','\x30','\x04','\x00','\x0c','\x00','\x06','\x9e','\x06','\xff','\xf1','\xff','\x18','\xc0','\x66','\x18','\xc0','\x66','\x18','\xc8','\x66','\x18','\xc4','\x66','\x18','\xc6','\x46','\x18','\xde','\xc6','\xff','\xe6','\x8e','\x19','\x81','\x0c','\x19','\x02','\x3c','\x18','\x04','\x18','\x18','\x00','\x00','\x18','\x7f','\xfc','\x1a','\x61','\x0c','\x1c','\x61','\x0c','\xf8','\x61','\x0c','\x60','\x7f','\xfc','\x40','\x61','\x0c','\x00','\x61','\x0c','\x00','\x61','\x0c','\x00','\x7f','\xfc','\x00','\x60','\x0c','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x20','\x0c','\x00','\x70','\x03','\x80','\xc0','\x01','\x83','\x00','\x00','\x00','\x00','\x01','\x81','\xc0','\x1e','\x1c','\x78','\x08','\x18','\x18','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\x00','\x06','\x19','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\x80','\x0c','\x00','\xff','\xfe','\x80','\xc0','\x0c','\x40','\xc0','\x0c','\x64','\xc0','\x0c','\x64','\xff','\xfc','\x04','\xc0','\x0c','\x0c','\xc3','\x80','\x08','\xc3','\x00','\x08','\xc3','\x06','\x18','\xff','\xff','\x18','\xc3','\x00','\x31','\x86','\x80','\xf1','\x86','\x80','\x71','\x04','\x40','\x33','\x0c','\x60','\x32','\x08','\x38','\x34','\x10','\x1f','\x38','\x20','\x0e','\x18','\xc0','\x06','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x41','\x00','\x00','\x63','\x80','\x04','\xc6','\x20','\x03','\x08','\x18','\x01','\x90','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x40','\x18','\x00','\x02','\x18','\x80','\x03','\x98','\x60','\x07','\x18','\x30','\x0e','\x18','\x18','\x18','\x18','\x1c','\x60','\x18','\x0c','\x07','\x00','\x06','\x46','\x4f','\xff','\x36','\x60','\xc0','\x16','\x80','\x80','\x06','\x05','\x0c','\xff','\xf7','\xfe','\x0e','\x06','\x0c','\x1f','\x06','\x0c','\x16','\xc6','\x0c','\x26','\x67','\xfc','\x46','\x66','\x0c','\x86','\x06','\x0c','\x00','\x06','\x0c','\x07','\x07','\xfc','\x06','\x06','\x0c','\x06','\x36','\x0c','\xff','\xfe','\x0c','\x06','\x06','\x0c','\x0d','\x07','\xfc','\x0c','\xc2','\x00','\x18','\x63','\x98','\x10','\x67','\x06','\x20','\x0c','\x03','\xc0','\x30','\x03','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x68','\x00','\x00','\x64','\x00','\x00','\xc2','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0c','\x03','\x3f','\x1b','\xff','\x9e','\x30','\x00','\x06','\xc0','\x00','\x00','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x63','\xe0','\x00','\x60','\xc0','\x00','\x60','\x00','\x00','\x60','\x00','\x04','\x06','\x00','\x07','\x06','\x00','\x06','\x0d','\x00','\x06','\x0c','\x80','\x0c','\x18','\xc0','\x0c','\x30','\x60','\x18','\x20','\x38','\x18','\x40','\x1f','\x38','\x80','\xce','\x39','\x3f','\xe6','\x5a','\x00','\x00','\x98','\x00','\x00','\x18','\x00','\x18','\x19','\xff','\xfc','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\xf8','\x18','\x0c','\x30','\x18','\x0c','\x00','\x18','\x0c','\x00','\x08','\x00','\x07','\x0e','\x03','\x06','\x0d','\xff','\x86','\x0c','\x60','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x18','\x40','\x66','\x30','\x46','\x66','\x30','\xff','\x66','\x70','\xc6','\x66','\xb0','\x86','\x66','\x31','\x86','\x66','\x31','\x4c','\x66','\x32','\x6c','\x66','\x34','\x28','\x66','\x30','\x18','\x66','\x30','\x10','\x66','\x30','\x30','\x66','\x30','\x20','\x06','\x30','\x40','\x06','\x30','\x80','\x06','\x31','\x00','\x06','\x32','\x00','\x3e','\x30','\x00','\x0c','\x00','\x06','\x00','\x40','\x06','\x00','\x30','\x0d','\x00','\x18','\x0c','\x80','\x1c','\x18','\xc0','\x0c','\x10','\x60','\x00','\x30','\x38','\x02','\x20','\x1f','\x02','\x40','\xce','\x04','\xbf','\xe6','\x05','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x18','\x18','\xff','\xfc','\x30','\x0c','\x18','\xf0','\x0c','\x18','\x70','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\xf8','\x38','\x0c','\x30','\x18','\x0c','\x00','\x00','\x0c','\x00','\x20','\x0c','\xe0','\x3f','\xfe','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x18','\xc0','\x37','\xfc','\xc6','\x31','\x03','\xff','\x31','\x00','\xc6','\x31','\x00','\xc6','\x31','\x18','\xc6','\x31','\xfc','\xc6','\x31','\x18','\xc6','\x31','\x18','\xc6','\x31','\x18','\xc6','\x31','\x18','\xc6','\x31','\x18','\xc6','\x33','\x18','\x86','\x32','\x19','\x86','\x22','\x19','\x86','\x26','\x39','\x0e','\x64','\x33','\x0c','\x49','\xf2','\x0c','\x50','\x64','\x7c','\x80','\x08','\x18','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x06','\x00','\x06','\x06','\x3f','\xff','\x0d','\x01','\x80','\x18','\xc1','\x00','\x30','\x6f','\xfc','\x60','\x6c','\x0c','\x9f','\x8c','\x0c','\x00','\x0f','\xfc','\x00','\xcc','\x0c','\xff','\xec','\x0c','\x18','\xcf','\xfc','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcf','\xfc','\x1b','\xc3','\x00','\x19','\x87','\x9c','\x18','\x1c','\x07','\x18','\x60','\x03','\x0e','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0d','\x00','\x0c','\x0c','\x80','\x0e','\x08','\xc0','\x2d','\x18','\x60','\x2d','\x90','\x38','\x6d','\xa0','\x1f','\x6c','\x40','\xce','\xcc','\xbf','\xe6','\xcd','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x18','\x0c','\xff','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\xf8','\x0c','\x06','\x30','\x0c','\x06','\x00','\x0c','\x06','\x00','\x00','\x03','\x00','\x03','\x03','\x00','\xff','\x86','\x80','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x10','\x1f','\x18','\x20','\xce','\xff','\x5f','\xe6','\x18','\x80','\x00','\x19','\x00','\x00','\x18','\x00','\x18','\x18','\x7f','\xfc','\x18','\x06','\x18','\x18','\x06','\x18','\x1f','\x06','\x18','\xfc','\x06','\x18','\x70','\x06','\x18','\x40','\x06','\x18','\x00','\x06','\xf8','\x00','\x06','\x30','\x00','\x06','\x00','\x00','\x06','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\xc3','\x00','\xff','\xe3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x02','\x03','\x00','\x07','\x03','\x00','\x0e','\xc3','\x00','\x16','\x63','\x00','\x26','\x63','\x00','\xc6','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x03','\x06','\x03','\xff','\x06','\x01','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x06','\x78','\x0c','\xff','\x1f','\x30','\x00','\x06','\xc0','\x00','\x60','\x0f','\xff','\xf0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x63','\xe0','\x00','\x60','\xc0','\x00','\x60','\x00','\x00','\x60','\x00','\x06','\x01','\x80','\x06','\x01','\x80','\x0d','\x03','\x40','\x0c','\xc3','\x40','\x08','\x62','\x20','\x18','\x66','\x30','\x10','\x04','\x18','\x21','\x88','\x1c','\x3f','\xd0','\xcf','\x46','\x2f','\xe6','\x86','\x00','\x00','\x06','\xc0','\x00','\x7f','\xe0','\x0c','\x06','\x1f','\xfe','\x46','\x43','\x0c','\x26','\x63','\x0c','\x36','\xc3','\x0c','\x37','\x03','\x0c','\x06','\x03','\x0c','\x07','\xc3','\x0c','\xfe','\x03','\x3c','\x70','\x03','\x18','\x40','\x03','\x00','\x00','\x03','\x00','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x61','\x8c','\xff','\xff','\xfe','\x06','\x01','\x8c','\x06','\x01','\x8c','\x06','\x61','\x8c','\x7f','\xff','\xff','\x00','\x01','\x8c','\x00','\x01','\x8c','\x7f','\xc1','\x8c','\x00','\x1f','\xfc','\x00','\x01','\x80','\xff','\xe1','\x88','\x06','\x11','\x8e','\x46','\x8d','\x9c','\x76','\x45','\xa0','\x66','\x61','\xc0','\x66','\x63','\xa0','\x46','\x0d','\xb0','\x46','\x79','\x9c','\x86','\x31','\x8f','\x1e','\x27','\x86','\x0c','\x03','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x60','\x18','\x04','\x67','\x99','\xe8','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xb9','\xf0','\x00','\x74','\x00','\x00','\xc3','\x00','\x01','\x81','\xe0','\x06','\x7e','\x7f','\x18','\x00','\x0e','\xe0','\x00','\x00','\x0f','\xff','\xf0','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x31','\xf0','\x00','\x30','\x60','\x00','\x30','\x00','\x00','\x00','\x18','\x0f','\xff','\xfc','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x60','\x18','\x04','\x67','\x99','\xe8','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x00','\x66','\x00','\x10','\x66','\x20','\x0c','\x66','\x38','\x06','\x66','\x30','\x06','\x66','\x20','\x00','\x66','\x46','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x60','\x06','\x7f','\xf7','\xff','\x00','\x00','\x00','\x1f','\xc3','\xf8','\x10','\x42','\x08','\x12','\x42','\x48','\x12','\x5a','\x48','\x00','\x18','\x00','\x1f','\xff','\xfe','\x18','\x42','\x00','\x18','\x42','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x19','\xc3','\x80','\x11','\x83','\x10','\x31','\xf3','\x38','\x21','\x83','\xc2','\x21','\x83','\x02','\x5f','\xf3','\x03','\x8f','\x03','\xff','\x08','\x01','\xfe','\x03','\x80','\xc0','\x03','\x00','\xc0','\x33','\x30','\xc0','\x33','\xf9','\xa0','\x33','\x01','\xa0','\x33','\x01','\x10','\x33','\x31','\x18','\xff','\xfb','\x0c','\x40','\x12','\x0f','\x52','\x54','\x06','\x4a','\x5b','\xf0','\x4a','\x90','\x00','\x42','\x10','\x0c','\x5f','\xd7','\xfe','\x46','\x11','\x8c','\x47','\x11','\x8c','\x4a','\x91','\x8c','\x4a','\xd1','\x8c','\x52','\x51','\x8c','\x42','\x11','\x8c','\x42','\x11','\xbc','\x40','\x11','\x98','\x7f','\xf1','\x80','\x40','\x11','\x80','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\xe0','\xe0','\x30','\xc8','\xc6','\x37','\xff','\xff','\x30','\xc0','\xc0','\x31','\xe1','\xe0','\x31','\xd9','\xd0','\x32','\xca','\xd8','\x34','\xc4','\xcc','\x38','\xc8','\xcf','\x30','\xd0','\xc6','\x30','\x00','\x00','\x31','\x00','\x30','\x21','\xff','\xf8','\x21','\x80','\x30','\x61','\x80','\x30','\x41','\xff','\xf0','\x41','\x80','\x30','\x81','\x80','\x30','\x01','\xff','\xf0','\x01','\x80','\x30','\x00','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\xe0','\x30','\xc8','\xc6','\x37','\xff','\xff','\x30','\xc0','\xc0','\x31','\xe1','\xe0','\x31','\xd9','\xd0','\x32','\xca','\xd8','\x34','\xc4','\xcc','\x38','\xc8','\xcf','\x30','\xd0','\xc6','\x30','\x00','\x00','\x30','\x07','\x00','\x21','\xc6','\x00','\x21','\x86','\x18','\x61','\x87','\xfc','\x41','\x86','\x00','\x41','\x86','\x00','\x81','\x86','\x06','\x1f','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x18','\x0c','\x7f','\xfc','\x0c','\x06','\x01','\xcc','\x06','\x01','\x8c','\x06','\x01','\x8c','\x04','\x01','\x8c','\x0c','\x31','\x8c','\x0f','\xf9','\x8c','\x08','\x31','\x8c','\x18','\x31','\x8c','\x14','\x31','\x8c','\x32','\x61','\x8c','\x23','\x61','\x8c','\x43','\x41','\x8c','\x80','\xc1','\x8c','\x00','\x81','\x8c','\x01','\x81','\x8c','\x03','\x00','\x0c','\x02','\x00','\x0c','\x04','\x00','\x0c','\x08','\x00','\x0c','\x10','\x00','\x7c','\x60','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x02','\x18','\x60','\x03','\x98','\x18','\x07','\x18','\x0e','\x0e','\x18','\x87','\x18','\x18','\xe3','\x30','\x79','\xc0','\xc0','\x33','\x80','\x00','\x0e','\x00','\x00','\x38','\x00','\x01','\xe0','\x00','\x1f','\x00','\x00','\xe0','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x30','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\xc0','\x38','\x01','\x80','\x30','\x03','\x00','\x70','\x0c','\x03','\xe0','\xf0','\x00','\xc0','\x00','\x00','\x0e','\x00','\x18','\x0c','\xff','\xfd','\xcc','\x06','\x01','\x8c','\x06','\x01','\x8c','\x0c','\x31','\x8c','\x0f','\xf9','\x8c','\x18','\x31','\x8c','\x10','\x61','\x8c','\x28','\x61','\x8c','\x46','\xc1','\x8c','\x83','\x81','\x8c','\x01','\x01','\x8c','\x02','\x00','\x0c','\x04','\x00','\x0c','\x08','\x00','\x0c','\x10','\x00','\x7c','\x60','\x00','\x18','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x00','\x18','\x0e','\x7f','\xfc','\x0c','\x03','\x01','\xcc','\x06','\x31','\x8c','\x0f','\xf9','\x8c','\x18','\x31','\x8c','\x36','\x61','\x8c','\xc2','\xc1','\x8c','\x01','\x81','\x8c','\x03','\x01','\x8c','\x06','\x00','\x0c','\x18','\x1c','\x7c','\x60','\x18','\x18','\x00','\x18','\x02','\xff','\xff','\xff','\x00','\xe2','\x00','\x01','\xc2','\x08','\x03','\xc1','\x1c','\x0e','\xc1','\xa0','\x38','\xc0','\xc0','\xc0','\xce','\x70','\x0f','\xf0','\x3f','\x07','\x80','\x1e','\x04','\x00','\x06','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x80','\x80','\x30','\x60','\xc0','\x30','\x21','\x0c','\x37','\xff','\xfe','\x30','\x63','\x00','\x30','\x63','\x00','\x33','\xff','\xf0','\x30','\x63','\x10','\x30','\x63','\x16','\x37','\xff','\xff','\x30','\x63','\x10','\x30','\x63','\x10','\x33','\xff','\xf0','\x30','\xe3','\x80','\x21','\xe3','\x40','\x21','\x63','\x20','\x62','\x63','\x38','\x44','\x63','\x1f','\x88','\x63','\x0e','\x30','\x63','\x06','\x00','\x63','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\xc3','\x20','\x0c','\xc3','\x18','\x18','\xc3','\x0c','\x10','\xc3','\x0e','\x21','\x83','\x06','\x41','\x83','\x06','\x83','\x03','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x20','\x11','\x86','\x18','\x11','\x86','\x0c','\x31','\x80','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x43','\x90','\x18','\x23','\x1c','\x18','\x33','\x18','\x18','\x33','\x10','\x18','\x03','\x24','\x5c','\xff','\xfe','\x5a','\x0f','\x40','\x5b','\x1b','\x20','\x5b','\x13','\x18','\xd8','\x23','\x0f','\xd8','\x43','\x06','\xd9','\x83','\x00','\x18','\x20','\x30','\x18','\x3c','\x34','\x18','\x67','\xfe','\x18','\x45','\x30','\x18','\xad','\x30','\x19','\x29','\x30','\x18','\x19','\x32','\x18','\x17','\xff','\x18','\x20','\x30','\x18','\x40','\x30','\x18','\x80','\x30','\x1b','\x00','\x30','\x20','\x00','\xe0','\x19','\x00','\xcc','\x0c','\x9f','\xfe','\x0c','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xcf','\xfc','\x80','\x08','\xc4','\x40','\x08','\xc4','\x64','\x08','\xc4','\x64','\x0f','\xfc','\x04','\xc8','\xc4','\x0f','\xe8','\xc4','\x08','\xc8','\xc4','\x08','\xcf','\xfc','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x30','\xff','\xff','\xf0','\xc0','\xc0','\x70','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xe0','\x00','\x33','\xdf','\xff','\x39','\x87','\xfe','\x19','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x81','\x80','\x0c','\xc1','\x80','\x2d','\xbf','\xfc','\x2d','\x31','\x8c','\x2e','\x31','\x8c','\x6c','\x31','\x8c','\x6c','\x3f','\xfc','\xcc','\x31','\x8c','\xcc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x07','\xc0','\x1a','\x0d','\xa0','\x19','\x0d','\xa0','\x11','\x99','\x90','\x31','\xb1','\x98','\x20','\x61','\x8f','\x40','\xc1','\x8e','\x83','\x01','\x86','\x00','\x01','\x80','\x10','\x04','\x00','\x18','\xc6','\x06','\x3f','\xef','\xff','\x64','\x19','\x00','\x83','\x20','\xc0','\x21','\x18','\x4c','\x3f','\xff','\xfe','\x30','\x80','\x80','\x30','\xc1','\x88','\x37','\xff','\xfc','\x30','\x22','\x00','\x33','\xff','\xf0','\x30','\x22','\x10','\x30','\x22','\x16','\x37','\xff','\xff','\x30','\x22','\x10','\x30','\x22','\x10','\x33','\xff','\xf0','\x20','\xe2','\x80','\x61','\xa2','\x40','\x43','\x22','\x30','\x86','\x22','\x1e','\x18','\x22','\x0c','\x00','\x22','\x00','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\xff','\xff','\x92','\x01','\x80','\x63','\x81','\x80','\x33','\x3f','\xfc','\x36','\x31','\x8c','\x04','\x31','\x8c','\x0a','\x31','\x8c','\x11','\x3f','\xfc','\xff','\xb1','\x8c','\x7d','\xb1','\x8c','\x4c','\x31','\x8c','\x0c','\x3f','\xfc','\x4e','\x07','\xc0','\x7d','\x8d','\xa0','\x6c','\xcd','\xa0','\x6c','\xc9','\x90','\x4c','\x19','\x98','\x4c','\x11','\x8f','\x8c','\x21','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x00','\xc4','\x08','\xff','\xe6','\x0c','\x33','\x04','\x08','\x33','\x48','\x90','\x33','\x32','\x64','\x33','\x13','\x26','\x3f','\x06','\x0c','\x33','\x04','\x08','\x33','\x09','\x12','\x33','\x7f','\xff','\x33','\x31','\xb3','\x33','\x20','\x20','\x3f','\x00','\x00','\x33','\x26','\x62','\x33','\x26','\x62','\x33','\x26','\x62','\x33','\x26','\x62','\x33','\x26','\x62','\xff','\x3e','\x7e','\x73','\x24','\x62','\x43','\x0c','\x62','\x03','\x08','\x60','\x03','\x10','\x60','\x03','\x60','\x60','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x00','\x00','\x03','\x80','\x60','\x03','\x0c','\x19','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x7f','\xf8','\x00','\x43','\x08','\x00','\x43','\x08','\x0c','\x7f','\xf8','\xfe','\x43','\x08','\x0c','\x43','\x08','\x0c','\x7f','\xf8','\x0c','\x03','\x02','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x0c','\x18','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x7f','\xf8','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x7f','\xf8','\x0c','\x63','\x18','\xfe','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0a','\x01','\x86','\x19','\x7f','\xff','\x19','\x81','\x80','\x11','\x81','\x80','\x30','\x3f','\xfc','\x23','\x31','\x8c','\x7f','\xb1','\x8c','\x4c','\x31','\x8c','\x8c','\x3f','\xfc','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x8d','\x07','\xc0','\x4d','\x8d','\xa0','\x6d','\x0d','\xa0','\x6e','\x09','\x90','\x0c','\x19','\x98','\x0f','\x91','\x8f','\xfc','\x21','\x8e','\x70','\xc1','\x86','\x40','\x01','\x80','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x30','\x60','\x00','\x20','\x00','\x00','\x20','\x00','\x10','\x40','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x01','\x00','\x00','\x01','\x83','\x00','\x03','\xff','\x80','\x06','\x04','\x00','\x0c','\x08','\x30','\x37','\xff','\xf8','\xc4','\x08','\x10','\x04','\x08','\x10','\x07','\xff','\xf0','\x04','\x08','\x10','\x04','\x08','\x10','\x07','\xff','\xf0','\x10','\x42','\x08','\x20','\xc3','\x06','\xe0','\xc3','\x03','\xc0','\x00','\x03','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x1c','\x08','\x00','\x18','\x0c','\xc0','\x18','\x1f','\xe0','\x18','\x10','\x80','\x1a','\x21','\x08','\xff','\x7f','\xfc','\x18','\xa1','\x08','\x18','\x21','\x08','\x1c','\x3f','\xf8','\x3a','\x21','\x08','\x3b','\x21','\x08','\x3b','\x3f','\xf8','\x38','\x44','\x44','\x78','\xcc','\x62','\x59','\x8c','\x63','\x59','\x80','\x03','\x98','\x3f','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x18','\x30','\x30','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x10','\x0c','\x0d','\x1f','\xfe','\x2d','\xd8','\x0c','\x2d','\x98','\x0c','\x6d','\x18','\x0c','\x6e','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x00','\x0a','\x18','\x00','\x19','\x18','\x00','\x19','\xb0','\x00','\x19','\xb0','\x00','\x10','\x20','\x00','\x30','\x60','\x00','\x20','\x40','\x00','\x40','\x80','\x00','\x81','\x00','\x00','\x20','\xc4','\x00','\x3f','\xe7','\x00','\x30','\xc6','\x18','\x30','\xc7','\xfc','\x30','\xc6','\x18','\x30','\xcc','\x30','\x3f','\xca','\x30','\x30','\xd2','\x60','\x30','\xe1','\xc0','\x30','\xc1','\xc0','\x30','\xc3','\x70','\x3f','\xc6','\x3f','\x30','\xcc','\x1e','\x30','\xd8','\x06','\x30','\xe0','\x00','\x30','\xc7','\xf8','\x3f','\xc6','\x18','\x00','\x06','\x18','\x11','\x06','\x18','\x1c','\xc6','\x18','\x18','\x66','\x18','\x30','\x66','\x18','\x60','\x67','\xf8','\x80','\x06','\x18','\x20','\xc2','\x00','\x3f','\xe3','\x80','\x30','\xc3','\x18','\x30','\xc3','\xfc','\x30','\xc6','\x18','\x30','\xc4','\x18','\x30','\xca','\x30','\x30','\xd2','\x30','\x3f','\xc1','\x60','\x06','\x00','\xc0','\x06','\x01','\xe0','\x76','\xc3','\x30','\x67','\xe6','\x1c','\x66','\x0c','\x0f','\x66','\x18','\x06','\x66','\x67','\xf8','\x66','\x06','\x18','\x66','\x06','\x18','\x66','\x06','\x18','\x66','\x06','\x18','\x67','\xc6','\x18','\xfe','\x06','\x18','\x70','\x07','\xf8','\x40','\x06','\x18','\x00','\x00','\x30','\x0f','\xff','\xf8','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x18','\x06','\x67','\x99','\xe4','\x60','\x18','\x00','\x07','\x99','\xe0','\x00','\x18','\x00','\x00','\x04','\x00','\x3f','\xc6','\x18','\x30','\xc7','\xfc','\x30','\xc4','\x30','\x3f','\xca','\x60','\x06','\x11','\xc0','\x26','\x03','\x70','\x27','\xc6','\x1f','\x26','\x0c','\x06','\x26','\x37','\xf8','\x26','\x06','\x18','\xff','\xc6','\x18','\x78','\x07','\xf8','\x40','\x06','\x18','\x00','\x20','\x10','\x08','\x10','\x1c','\x06','\x18','\x38','\x03','\x0c','\x30','\x01','\x8c','\x60','\x11','\x80','\x40','\x10','\x00','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x38','\x04','\x60','\x30','\x08','\x00','\x30','\x30','\x1f','\xff','\xf8','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x01','\x80','\x70','\x03','\x00','\x60','\x06','\x00','\xe0','\x0c','\x07','\xc0','\x70','\x01','\x80','\x00','\x1c','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x80','\x01','\x83','\x00','\x03','\x76','\x00','\x06','\x0d','\x80','\x00','\x38','\xf0','\x01','\xe0','\x38','\x3e','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\x00','\x30','\xc0','\x86','\x32','\xc8','\xff','\x33','\xfc','\xc6','\x32','\x08','\xc4','\x32','\x08','\xcc','\x33','\xf8','\xc8','\x32','\x08','\xd0','\x32','\x08','\xc8','\x33','\xf8','\xcc','\x32','\x08','\xc4','\x32','\x00','\xc6','\x22','\x20','\xc6','\x62','\x18','\xc6','\x42','\x6c','\xc6','\x5f','\x8c','\xfe','\x8e','\x0c','\xcc','\x08','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x07','\x02','\x0c','\x06','\x03','\xfe','\x26','\x63','\x0c','\x3f','\xf3','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3f','\xe3','\xfc','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3f','\xe3','\x0c','\x30','\x63','\x0c','\x30','\x03','\xfc','\x31','\x03','\x0c','\x30','\x83','\x0c','\x30','\xc3','\x0c','\x31','\x66','\x0c','\x36','\x66','\x0c','\x3c','\x64','\x0c','\xf8','\x0c','\x0c','\x60','\x08','\x0c','\x40','\x10','\x7c','\x00','\x60','\x18','\x0e','\x21','\xc8','\x0c','\x11','\x8e','\x0c','\x19','\x8c','\x0c','\x19','\x88','\x0d','\x81','\x92','\xff','\xff','\xff','\x0c','\x07','\xa0','\x0c','\x0d','\x90','\x0c','\x09','\x9c','\x1e','\x11','\x8f','\x1d','\x61','\x86','\x1d','\x80','\x00','\x3d','\x87','\x00','\x2c','\x06','\x06','\x2c','\x7f','\xff','\x6c','\x0c','\x30','\x4c','\x18','\x30','\x8c','\x18','\x60','\x0c','\x37','\x60','\x0c','\x30','\xc0','\x0c','\x01','\xb0','\x0c','\x03','\x1c','\x0c','\x0c','\x0e','\x0c','\x70','\x06','\x1c','\x38','\x86','\x18','\x30','\xff','\x18','\x30','\xc6','\x18','\x30','\xc6','\x1a','\xfc','\xc4','\xff','\x84','\xc4','\x18','\x84','\xcc','\x18','\x84','\xc8','\x18','\xfc','\xc8','\x3c','\x84','\xd0','\x3a','\x84','\xc8','\x3a','\x84','\xcc','\x38','\xfc','\xc4','\x78','\x80','\xc6','\x58','\x80','\xc6','\x58','\x90','\xc6','\x98','\x88','\xc6','\x18','\x88','\xc6','\x18','\x8c','\xc6','\x18','\xbc','\xde','\x1b','\xcc','\xcc','\x19','\x8c','\xc0','\x19','\x00','\xc0','\x18','\x00','\xc0','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x00','\x0c','\x43','\x18','\x00','\x7f','\xfc','\x00','\x60','\x18','\x80','\x60','\x18','\x60','\x60','\x18','\x32','\x7f','\xf8','\x32','\x60','\x18','\x04','\x60','\x18','\x04','\x60','\x18','\x0c','\x7f','\xf8','\x08','\x62','\x04','\x18','\x62','\x0e','\x18','\x61','\x18','\x30','\x61','\x60','\xf0','\x60','\x80','\x70','\x60','\xc0','\x30','\x60','\x60','\x30','\x67','\x38','\x33','\xf8','\x1f','\x39','\xc0','\x0e','\x19','\x00','\x06','\x20','\x80','\x0c','\x18','\xff','\xfe','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xff','\xfc','\x80','\xc0','\x00','\x62','\xc0','\x06','\x32','\xff','\xff','\x34','\xc1','\x80','\x04','\xc1','\x80','\x04','\xc1','\x86','\x08','\xff','\xff','\x08','\xe1','\x86','\x19','\xed','\xb6','\x11','\x65','\x96','\x31','\x61','\x86','\xf1','\x61','\x86','\x73','\x6d','\xb6','\x32','\x65','\x96','\x32','\x61','\x86','\x34','\x61','\x86','\x38','\x61','\x9e','\x18','\x61','\x8c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x64','\x1c','\x08','\x07','\x18','\x00','\x06','\x18','\x00','\x0c','\x18','\x30','\x0f','\xff','\xf8','\x10','\x18','\x00','\x20','\x18','\x00','\x40','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x02','\x03','\x80','\x03','\x83','\x00','\x83','\x03','\x00','\x42','\x23','\x18','\x26','\x3f','\xfc','\x34','\x30','\x18','\x1c','\x30','\x18','\x18','\x30','\x18','\x28','\x3f','\xf8','\x2c','\x30','\x18','\x4c','\x30','\x18','\x8c','\x30','\x18','\x1c','\x3f','\xf8','\x16','\x31','\x04','\x36','\x31','\x07','\x26','\x31','\x0e','\x46','\x30','\x98','\x86','\x30','\xa0','\x06','\x30','\x40','\x06','\x30','\x60','\x06','\x33','\x38','\x0d','\xfc','\x1f','\x7c','\xe0','\x0e','\x18','\x80','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x08','\x80','\x21','\x80','\x60','\x41','\x9c','\x60','\x80','\x18','\x00','\x1f','\xff','\xf8','\x02','\x00','\x80','\x01','\x80','\xc0','\x00','\x81','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x32','\x0c','\x18','\x32','\x0f','\xff','\xf2','\x0c','\x18','\x03','\x00','\x18','\x03','\x00','\x0f','\xfe','\x00','\x38','\x00','\x00','\x30','\x20','\x00','\x30','\x38','\x00','\x33','\x30','\x1f','\xff','\xf0','\x00','\x30','\x60','\x00','\x30','\xc0','\x00','\x31','\x80','\x00','\x33','\x06','\xff','\xff','\xff','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\xe0','\x60','\x00','\xc0','\xf0','\x03','\xc3','\x80','\x0c','\xce','\x00','\x30','\xf0','\x00','\xc0','\xc0','\x04','\x00','\xc0','\x04','\x00','\xc0','\x04','\x00','\xc0','\x06','\x00','\xff','\xfe','\x00','\x7f','\xfc','\x03','\x03','\x04','\x7f','\xf3','\xfe','\x10','\xc3','\x00','\x18','\x83','\xfc','\xff','\xf8','\x04','\x00','\x03','\xfc','\x1f','\xc2','\x00','\x10','\x43','\xf8','\x1f','\xc2','\x00','\x10','\x43','\xf8','\x1f','\xc2','\x00','\x10','\x43','\xfa','\x11','\xc2','\x03','\x10','\xc1','\xff','\x00','\x00','\x00','\xff','\xff','\xff','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x46','\x03','\xff','\xff','\xfe','\x00','\x40','\x00','\x00','\x40','\x0e','\x02','\x08','\x0c','\x21','\x8e','\x0c','\x18','\xcc','\x0c','\x0c','\xcc','\x4c','\x8c','\x18','\x7f','\xc0','\x10','\x4c','\x80','\x20','\x4c','\x9f','\xf8','\x4c','\x99','\x18','\x4c','\x99','\x18','\x4c','\x99','\x18','\x4c','\x99','\x18','\x4c','\x9f','\xf8','\x7f','\x99','\x18','\x4c','\x99','\x18','\x4c','\x19','\x18','\x0d','\x19','\x18','\x0c','\x9f','\xfa','\x0c','\xd1','\x0a','\x0f','\xd1','\x0a','\xfc','\xd1','\x0e','\x70','\x31','\x06','\x40','\x21','\x07','\x00','\x41','\x03','\x03','\x80','\x00','\x03','\x02','\x0c','\x23','\x33','\xfe','\x3f','\xfb','\x0c','\x30','\x33','\x0c','\x30','\x33','\x08','\x30','\x33','\x18','\x3f','\xf3','\x10','\x30','\x33','\x10','\x30','\x33','\x20','\x30','\x33','\x10','\x30','\x33','\x18','\x3f','\xf3','\x0c','\x30','\x33','\x0c','\x30','\x03','\x06','\x30','\x83','\x06','\x30','\x43','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x33','\xb3','\x3e','\xfc','\x33','\x0c','\x70','\x33','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc1','\x00','\x01','\x80','\x80','\x01','\x80','\x40','\x03','\x00','\x20','\x03','\x00','\x30','\x06','\x00','\x18','\x0c','\x00','\x1c','\x08','\x00','\x0c','\x10','\x00','\x0e','\x20','\x00','\x06','\xc0','\x00','\x06','\x00','\x00','\x00','\x03','\x81','\xc0','\x03','\x31','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x07','\x83','\xc0','\x0f','\x67','\xb0','\x1b','\x2d','\x9f','\x33','\x19','\x86','\xc3','\x61','\x80','\x10','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x42','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x19','\x83','\x90','\x11','\xfb','\x38','\x31','\x83','\xc2','\x21','\x83','\x02','\x5f','\xf3','\x03','\x8f','\x83','\xff','\x08','\x01','\xfe','\x0e','\x00','\x30','\x0c','\x1f','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\x80','\x30','\xff','\xdf','\xf0','\x01','\x80','\x30','\x03','\x00','\x30','\x03','\x00','\x36','\x06','\x7f','\xff','\x04','\x01','\x80','\x0e','\x21','\x88','\x1d','\x11','\x8e','\x2d','\x99','\x8c','\xcd','\x99','\xd0','\x0c','\x01','\xc0','\x0c','\x01','\xa0','\x0c','\x05','\xb0','\x0c','\x19','\x98','\x0c','\xf1','\x9f','\x0c','\x61','\x8e','\x0c','\x41','\x86','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x20','\xc3','\x80','\x3f','\xe3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x0c','\x3f','\xdf','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc4','\x0c','\x20','\xcc','\x1c','\x60','\xc8','\x18','\x47','\xd0','\xf8','\x81','\xa0','\x30','\x06','\x00','\x30','\x06','\x07','\xf8','\x0d','\x00','\x30','\x0c','\xc0','\x30','\x08','\x60','\x30','\x18','\x67','\xf0','\x10','\x00','\x30','\x21','\x80','\x30','\x3f','\xc0','\x36','\x46','\x1f','\xff','\x86','\x00','\xc0','\x06','\xc8','\xc2','\x7f','\xe4','\xc3','\x06','\x06','\xc6','\x06','\x46','\xe8','\x46','\x60','\xe0','\x26','\xc0','\xd0','\x37','\x01','\xd0','\x36','\x06','\xd8','\x06','\x3c','\xcf','\x07','\x98','\xce','\xfe','\x10','\xc6','\x70','\x07','\xc0','\x40','\x01','\x80','\x06','\x03','\x00','\x7f','\x03','\x00','\x00','\x06','\x80','\x00','\x06','\x80','\x03','\x0c','\x40','\xff','\x8c','\x60','\x00','\x18','\x38','\x00','\x10','\x1f','\x06','\x2f','\xee','\x7f','\x40','\x06','\x00','\x80','\x00','\x00','\x20','\x0c','\x06','\x3f','\xfe','\x7f','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x46','\x32','\x4c','\x7f','\x3f','\xfc','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x7e','\x32','\x5c','\x66','\x30','\x0c','\x04','\x00','\x30','\x07','\x03','\xf8','\x06','\x7f','\x00','\x06','\x03','\x00','\x0c','\x03','\x0c','\x0d','\xff','\xfe','\x18','\x0f','\x40','\x18','\x1b','\x40','\x38','\x1b','\x20','\x38','\x33','\x38','\x58','\x63','\x1f','\x98','\xc3','\x0e','\x1b','\x00','\x06','\x18','\x0e','\x00','\x18','\x0c','\x00','\x1b','\xff','\xff','\x18','\x18','\x30','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x6e','\xc0','\x18','\x61','\x80','\x18','\x03','\x70','\x18','\x1c','\x1c','\x19','\xe0','\x0c','\x00','\x60','\x00','\x03','\xf0','\x00','\x7f','\x00','\x00','\x03','\x04','\x06','\x03','\x07','\xff','\x03','\x06','\x06','\x03','\x36','\x06','\xff','\xfe','\x06','\x03','\x06','\x06','\x03','\x06','\x06','\x07','\x06','\x06','\x07','\x86','\x06','\x0f','\x66','\x06','\x0b','\x36','\x06','\x1b','\x36','\x06','\x13','\x06','\x06','\x23','\x06','\x06','\x43','\x06','\x06','\x83','\x06','\x06','\x03','\x07','\xfe','\x03','\x06','\x06','\x03','\x06','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x18','\x7f','\x80','\x7c','\x00','\x01','\xe0','\x00','\x3f','\x80','\x01','\x81','\x80','\xff','\xc1','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x03','\x7f','\xff','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x91','\x8c','\x00','\x1f','\xfe','\x00','\x18','\x0c','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x7f','\x18','\x0c','\x63','\x18','\x0c','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x7b','\x00','\x00','\xd8','\xe0','\x03','\x98','\x38','\x0e','\x18','\x1c','\x70','\x18','\x0c','\x00','\x18','\x00','\x00','\x00','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x41','\x82','\x00','\x7f','\xc3','\x80','\x61','\x83','\x00','\x61','\x83','\x06','\x61','\xff','\xff','\x61','\x86','\x00','\x7f','\x86','\x00','\x61','\x84','\x00','\x61','\x8c','\x0c','\x61','\x8f','\xfe','\x61','\x9e','\x0c','\x7f','\x96','\x0c','\x61','\xa6','\x0c','\x61','\xc7','\xfc','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x7f','\x87','\xfc','\x00','\x06','\x0c','\x22','\x06','\x0c','\x39','\x86','\x0c','\x30','\xc6','\x0c','\x60','\xc6','\x3c','\x80','\xc6','\x18','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x0c','\x63','\x3f','\xfe','\x63','\x03','\x0c','\x63','\x06','\x0c','\x63','\x06','\x1c','\x7f','\x0c','\x18','\x63','\x18','\xf8','\x63','\x60','\x30','\x63','\x00','\x00','\x63','\x18','\x30','\x63','\x10','\x20','\x7f','\x12','\x26','\x63','\xfe','\xff','\x63','\x12','\x26','\x63','\x12','\x26','\x63','\x12','\x26','\x63','\x32','\x66','\x63','\x22','\x46','\x43','\x22','\x46','\x43','\x66','\xc6','\x4f','\x5c','\x9e','\x86','\x8d','\x0c','\x00','\x1c','\x80','\x00','\x18','\x60','\x00','\x18','\x20','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x0c','\x20','\x00','\x0c','\x38','\x1f','\xc6','\x30','\x18','\xc6','\x60','\x18','\xc3','\xc0','\x1f','\xc1','\x82','\x00','\x03','\xc2','\x00','\xc6','\xe2','\x7f','\x0c','\x73','\x38','\x30','\x3f','\x20','\x00','\x0e','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x11','\x86','\x46','\x21','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x30','\x0d','\xbf','\xf8','\xff','\xc6','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0e','\x06','\x32','\x1d','\x84','\x32','\x1c','\xcc','\x33','\x1c','\xc8','\x3f','\x3c','\x11','\x9e','\x2c','\x61','\x80','\x2c','\x01','\x80','\x6c','\x01','\x86','\x4c','\x7f','\xff','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x03','\x81','\xd0','\x03','\x19','\x8c','\xff','\xfd','\x84','\x00','\x01','\x80','\x1f','\xef','\xff','\x10','\x21','\x30','\x10','\x21','\x30','\x1f','\xe3','\x32','\x23','\x02','\x33','\x33','\x64','\x3f','\x67','\x30','\x1e','\x83','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x06','\x03','\xff','\xff','\x02','\x00','\x00','\x13','\xff','\xfc','\x11','\x11','\x0c','\x31','\x99','\x8c','\x60','\x88','\xbc','\x60','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\xa0','\xc0','\x03','\x19','\x80','\x03','\x0d','\x80','\x03','\x0d','\x80','\x03','\x01','\x80','\x06','\x41','\x80','\x06','\x33','\x00','\x06','\x1b','\x00','\x0c','\x1b','\x00','\x0c','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x00','\x1c','\x11','\x22','\x18','\x1f','\xbf','\x19','\x91','\x22','\x1f','\xd1','\x22','\x11','\x91','\x22','\x31','\x11','\x22','\x22','\x1f','\x3e','\x7f','\x91','\x22','\xa4','\x80','\x00','\x24','\x80','\x08','\x24','\x8f','\xfc','\x3f','\x80','\x00','\x24','\x80','\x02','\x24','\xbf','\xff','\x24','\x86','\x00','\x3f','\x86','\x0c','\x00','\x07','\xfe','\x00','\x8c','\x0c','\x2a','\xcc','\x0c','\x2a','\x40','\x1c','\x6a','\x00','\x18','\xc8','\x00','\xf8','\xc0','\x00','\x30','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x11','\x80','\x00','\x11','\x86','\x03','\x3f','\xff','\xff','\xb0','\x06','\x00','\x60','\x04','\x00','\x60','\x08','\x06','\x00','\x60','\x7f','\x03','\xf0','\x00','\x3f','\x00','\x00','\x03','\x00','\x06','\x03','\x00','\x7f','\x03','\x06','\x00','\x7f','\xff','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x02','\x63','\x03','\x02','\x63','\x03','\x03','\x7f','\x03','\xff','\x63','\x01','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x00','\xbc','\x31','\xff','\x98','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\x99','\x80','\x07','\x18','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x22','\x00','\x34','\x33','\x80','\x33','\x23','\x00','\x31','\x43','\x06','\x37','\xfb','\xff','\x30','\x82','\xc6','\x34','\x96','\xc4','\x34','\x94','\xc8','\x34','\x98','\xc0','\x34','\x91','\xa0','\x37','\xf1','\xa0','\x24','\x91','\x10','\x21','\x83','\x10','\x61','\x02','\x18','\x42','\x04','\x0f','\x84','\x08','\x0e','\x08','\x30','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0d','\x7f','\xff','\xff','\xc0','\x06','\x0c','\xc0','\x04','\x0c','\x20','\x00','\x0e','\x38','\x8c','\x1d','\x30','\xfe','\x1d','\xbe','\xcc','\x1d','\xa6','\xcc','\x3c','\x66','\xcc','\x2c','\x46','\xcc','\x2c','\x44','\xcc','\x6c','\xac','\xcc','\x4d','\x28','\xdc','\x8c','\x18','\xcc','\x0c','\x10','\xc0','\x0c','\x30','\xc2','\x0c','\x20','\xc2','\x0c','\x40','\xc3','\x0c','\x80','\xff','\x0d','\x00','\x7e','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x4c','\xc0','\x00','\x6c','\xd0','\x80','\xcc','\xcc','\x60','\x88','\xc6','\x31','\x10','\xc6','\x30','\x20','\xc0','\x04','\x00','\x00','\x04','\xff','\xf8','\x0c','\x00','\x18','\x08','\x00','\x18','\x18','\x7f','\xf8','\x18','\x60','\x00','\x30','\x60','\x0c','\xf0','\xff','\xfe','\x70','\xc0','\x0c','\x30','\x00','\x1c','\x30','\x00','\x18','\x30','\x00','\x38','\x38','\x01','\xf0','\x18','\x00','\x60','\x00','\x01','\xc0','\x01','\x81','\x80','\xff','\xd1','\x80','\x18','\x11','\x86','\x18','\x3f','\xff','\x18','\x60','\x06','\x18','\x60','\x04','\x10','\x1c','\x00','\x31','\x98','\x8c','\x3f','\x98','\xfe','\x39','\x9e','\xcc','\x39','\x92','\xcc','\x59','\x92','\xcc','\x59','\xb2','\xcc','\x99','\xaa','\xcc','\x19','\xaa','\xcc','\x19','\xc6','\xdc','\x19','\x84','\xcc','\x19','\x8c','\xc0','\x1f','\x88','\xc2','\x19','\x98','\xc2','\x18','\x30','\xc3','\x00','\x60','\xff','\x01','\x80','\x7e','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x21','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x33','\x60','\x06','\x33','\x60','\x04','\x3f','\x1c','\x00','\x33','\x18','\x8c','\x33','\x18','\xfe','\x33','\x1e','\xcc','\x33','\x12','\xcc','\x33','\x32','\xcc','\x3f','\x2a','\xcc','\x33','\x2a','\xcc','\x33','\x46','\xcc','\x33','\x04','\xdc','\x33','\x0c','\xcc','\x33','\x08','\xc0','\x23','\x18','\xc2','\x23','\x10','\xc2','\x63','\x20','\xc3','\x4f','\x40','\xff','\x86','\x80','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\x20','\x00','\x06','\x10','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x61','\x80','\x7f','\xf1','\x80','\x00','\x00','\xc4','\x00','\x00','\xc4','\x00','\x00','\x64','\x00','\x00','\x74','\x00','\x00','\x3e','\x00','\x00','\x1e','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x1c','\x18','\x18','\x18','\x1f','\xfc','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x07','\xe0','\x00','\x01','\xc0','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x7c','\x80','\x00','\xd8','\x60','\x01','\x98','\x30','\x03','\x18','\x18','\x06','\x18','\x0c','\x0c','\x18','\x0e','\x30','\x18','\x06','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x1c','\x3f','\x0c','\x18','\x1e','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x38','\xc3','\x0e','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x00','\x60','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x00','\xe0','\x00','\x00','\x78','\x00','\x00','\x3c','\x00','\x00','\x1e','\x00','\x00','\x0f','\x00','\x00','\x0f','\x80','\x00','\x07','\x80','\x00','\x03','\xc0','\x00','\x03','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\xc1','\x80','\x01','\xb1','\x80','\x01','\x99','\x80','\x01','\x99','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x08','\x00','\x70','\x08','\x00','\x60','\x04','\x00','\x60','\x04','\x00','\xe0','\x06','\x00','\xc0','\x02','\x00','\xc0','\x03','\x01','\xc0','\x01','\x81','\x80','\x00','\x81','\x80','\x00','\xc3','\x00','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1e','\x00','\x00','\x0c','\x00','\x00','\x1e','\x00','\x00','\x37','\x00','\x00','\x63','\x80','\x00','\xc1','\xe0','\x01','\x80','\xf8','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\x00','\x60','\x00','\x03','\xf0','\x00','\x3f','\x80','\x1f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x03','\x98','\xe0','\x03','\x18','\xc0','\x03','\x18','\xc2','\xff','\x18','\xc7','\x03','\x18','\xcc','\x03','\x18','\xf0','\x03','\x18','\xc0','\x03','\x18','\xc2','\x07','\x18','\xc2','\xfb','\x18','\xc3','\x73','\x18','\xff','\x43','\x18','\x7e','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x01','\xc0','\x00','\x1f','\xf0','\x1f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x03','\x98','\xe4','\x03','\x18','\xce','\xff','\x18','\xd8','\x03','\x18','\xe0','\x03','\x18','\xc2','\x0f','\x18','\xc3','\xfb','\x3c','\xff','\x63','\x3c','\x7e','\x40','\x7a','\x00','\x00','\xdb','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x38','\xe0','\x03','\xfc','\xc0','\xff','\x88','\xc0','\x44','\x0c','\xc0','\x33','\x18','\xc0','\x11','\x20','\xc0','\x7f','\xf8','\xc0','\x00','\x30','\xc0','\x06','\xc0','\xc0','\x43','\x0c','\xc0','\x7f','\xfe','\xc0','\x62','\x0c','\xc0','\x62','\x4c','\xc0','\x64','\x6c','\xc0','\x7f','\xac','\xc0','\x6c','\x0c','\xc0','\x60','\x8c','\xc0','\x66','\xcc','\xc0','\x61','\x8c','\xc2','\x63','\xcc','\xc2','\x66','\x4c','\xc2','\x78','\x0c','\xc3','\x60','\x7c','\xff','\x60','\x18','\x7e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xf8','\x00','\x00','\x70','\x00','\x00','\x08','\x00','\x01','\x8c','\x60','\x7f','\xcf','\xf0','\x01','\x98','\x60','\x01','\x10','\x40','\x1a','\x20','\x80','\x0c','\x5f','\xfc','\x0c','\x18','\x8c','\x00','\xd8','\x8c','\xff','\xf8','\x8c','\x0c','\xdf','\xfc','\x0c','\x83','\x00','\x0d','\x07','\x08','\x0c','\x0d','\x8e','\x0c','\x19','\x8c','\x0c','\x62','\xd8','\x0c','\x04','\xe0','\x0c','\x19','\xd0','\x0c','\x62','\xd8','\x0c','\x04','\xcc','\x0c','\x18','\xcf','\x0c','\xe1','\xc6','\x7c','\x0f','\x80','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x04','\x18','\x80','\x02','\x18','\xe0','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x30','\x1f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x06','\x00','\x00','\x06','\x00','\x0c','\x0d','\x8f','\xfe','\x0c','\x60','\x0c','\x18','\x32','\x18','\x10','\x31','\xa0','\x20','\xc0','\xc0','\x7f','\xe0','\xc0','\x86','\x00','\x06','\x06','\x1f','\xff','\x06','\x00','\xc6','\x06','\x30','\xc6','\xff','\xf8','\xc4','\x06','\x00','\xc8','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc0','\x60','\x60','\xc0','\x7f','\xe7','\xc0','\x60','\x61','\x80','\x00','\x07','\x20','\x00','\x06','\x10','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x03','\x00','\x00','\x63','\x00','\x3f','\xf3','\x00','\x00','\x03','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\xc4','\x00','\x30','\xc4','\x7f','\xf8','\x64','\x00','\x00','\x74','\x00','\x00','\x3e','\x00','\x00','\x1e','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xf8','\x00','\x00','\x70','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xc3','\xfc','\x18','\xc3','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\xc2','\x18','\x1f','\xe3','\xf8','\x18','\xc3','\x18','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x98','\x00','\x01','\xfc','\x00','\x01','\x98','\x00','\x00','\x18','\x0c','\x43','\x1b','\xfe','\x7f','\x99','\x0c','\x63','\x18','\x98','\x63','\x18','\xd8','\x63','\x18','\x70','\x63','\x18','\x20','\x7f','\x18','\x70','\x63','\x38','\xdc','\x60','\x31','\x8f','\x01','\xf6','\x06','\x00','\x60','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x01','\x03','\x00','\x01','\xff','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x18','\x03','\xff','\x60','\x01','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\x40','\x0e','\x18','\x30','\x1c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x20','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x07','\x04','\xc0','\x3f','\x88','\xcf','\xf0','\x00','\x00','\x30','\x00','\x00','\x30','\x30','\x7f','\xff','\xf8','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x7e','\x30','\x0c','\x42','\x30','\x0c','\x42','\x30','\x0c','\x7e','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x03','\xc0','\x03','\x03','\x40','\x07','\x03','\x40','\x06','\x83','\x60','\x06','\xc6','\x20','\x06','\x46','\x20','\x0c','\x66','\x30','\x0c','\x6c','\x30','\x18','\x6c','\x18','\x18','\x18','\x1c','\x30','\x30','\x0f','\x60','\x60','\x0e','\x81','\x80','\x06','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x80','\x60','\x03','\x7f','\xf0','\x07','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x1c','\x18','\x60','\x1c','\x18','\x60','\x2c','\x18','\x66','\x4c','\x18','\x7f','\x8c','\x18','\x66','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x20','\x0e','\x0c','\x60','\x0c','\x0c','\x40','\x1c','\x0c','\x80','\xf8','\x0d','\x00','\x30','\x00','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x07','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x0d','\x00','\x18','\x0d','\x00','\x18','\x0c','\x80','\x18','\x18','\x80','\x38','\x18','\xc0','\x30','\x18','\x40','\x30','\x30','\x60','\x20','\x30','\x30','\x60','\x60','\x38','\x40','\xc0','\x1f','\x81','\x80','\x0e','\x06','\x00','\x06','\x01','\x00','\x00','\x01','\xc3','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x00','\x0e','\x03','\xc0','\x16','\x03','\x30','\x26','\x03','\x1c','\x46','\x03','\x0e','\x86','\x03','\x07','\x06','\x03','\x03','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x02','\x07','\x00','\x03','\x86','\x00','\x03','\x06','\x00','\x07','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x00','\x0c','\x06','\x0c','\x0c','\xff','\xfe','\x1c','\x06','\x0c','\x1c','\x06','\x0c','\x2c','\x06','\x0c','\x4c','\x06','\x0c','\x8c','\x0e','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x1c','\x0c','\x10','\x18','\x0c','\x30','\x18','\x0c','\x20','\x38','\x0c','\x41','\xf0','\x0d','\x80','\x60','\x04','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x19','\xff','\xff','\x18','\x01','\x80','\x38','\x01','\x80','\x38','\x41','\x80','\x58','\x41','\x80','\x98','\x23','\x80','\x18','\x23','\x00','\x18','\x13','\x00','\x18','\x1b','\x00','\x18','\x0e','\x00','\x18','\x06','\x00','\x18','\x07','\x00','\x18','\x0d','\xc0','\x18','\x18','\xf0','\x18','\x30','\x7f','\x18','\xc0','\x1e','\x1b','\x00','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0e','\xff','\xfe','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x38','\x06','\x0c','\x38','\x06','\x0c','\x58','\x46','\x0c','\x98','\x34','\x0c','\x18','\x1c','\x0c','\x18','\x0e','\x0c','\x18','\x0f','\x0c','\x18','\x0b','\x8c','\x18','\x19','\x8c','\x18','\x18','\x1c','\x18','\x10','\x18','\x18','\x30','\x18','\x18','\x20','\x38','\x18','\x40','\x30','\x18','\x81','\xf0','\x1b','\x00','\x60','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0e','\xff','\xfe','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x38','\x46','\x0c','\x38','\x46','\x0c','\x58','\x26','\x0c','\x98','\x34','\x0c','\x18','\x1c','\x0c','\x18','\x0c','\x1c','\x18','\x0e','\x18','\x18','\x0b','\x18','\x18','\x19','\xd8','\x18','\x18','\xf8','\x18','\x10','\x3f','\x18','\x30','\x3e','\x18','\x20','\x30','\x18','\x40','\x70','\x18','\x83','\xe0','\x1b','\x00','\xc0','\x02','\x00','\x00','\x03','\x80','\x18','\x03','\x00','\x7c','\x07','\x03','\xe0','\x06','\x3f','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x01','\x80','\x1c','\x01','\x80','\x2c','\x01','\x86','\x4c','\xff','\xff','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x04','\x03','\x00','\x07','\x03','\x00','\x06','\x06','\x80','\x0e','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x60','\x18','\x18','\x30','\x18','\x30','\x1c','\x38','\x60','\x0f','\x38','\xc0','\x06','\x5b','\x1c','\x70','\x98','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x20','\x60','\x18','\x60','\x60','\x18','\x40','\x60','\x19','\x80','\x60','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x20','\x60','\x38','\x3f','\xf0','\x58','\x30','\x60','\x98','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x60','\x62','\x18','\x60','\x62','\x18','\x60','\x62','\x18','\xc0','\x63','\x18','\x80','\x7f','\x1b','\x00','\x3e','\x04','\x03','\x80','\x07','\x23','\x00','\x06','\x3b','\x00','\x0e','\x33','\x00','\x0c','\x33','\x00','\x0c','\x63','\x18','\x18','\x7f','\xfc','\x18','\xc3','\x00','\x38','\x83','\x00','\x39','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x06','\x1b','\xff','\xff','\x18','\x03','\x00','\x18','\x06','\x80','\x18','\x06','\x80','\x18','\x06','\x40','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x30','\x18','\x30','\x38','\x18','\x60','\x1f','\x18','\xc0','\x0e','\x1b','\x00','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x00','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\x43','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x1c','\xe0','\x07','\x18','\xc0','\x06','\x18','\xc0','\x0e','\x18','\xcc','\x0d','\xff','\xfe','\x0c','\x18','\xc4','\x18','\x18','\xc4','\x19','\x18','\xc4','\x39','\xff','\xfc','\x39','\x18','\xc4','\x59','\x18','\xc0','\x99','\x18','\xc0','\x19','\x18','\xc6','\x1b','\xff','\xff','\x1b','\x18','\xc6','\x1b','\x18','\xc6','\x18','\x18','\xc6','\x18','\x38','\xc6','\x18','\x30','\xcc','\x18','\x30','\xfc','\x18','\x60','\xd8','\x18','\x60','\xc0','\x18','\xc0','\xc0','\x1b','\x00','\xc0','\x04','\x10','\x00','\x07','\x1c','\x00','\x06','\x18','\x00','\x0e','\x18','\x00','\x0c','\x30','\x00','\x0c','\x30','\x06','\x18','\x7f','\xff','\x18','\x40','\x06','\x38','\x80','\x06','\x39','\x41','\x86','\x58','\x7f','\xc6','\x98','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\x8e','\x18','\x61','\x8c','\x18','\x60','\x0c','\x18','\x00','\x1c','\x18','\x00','\x18','\x18','\x00','\x38','\x18','\x01','\xf0','\x18','\x00','\x60','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x43','\x00','\x0c','\x43','\x06','\x0c','\xff','\xff','\x18','\xc0','\x06','\x19','\x80','\x04','\x39','\x80','\x08','\x38','\x1c','\x00','\x58','\x18','\x00','\x98','\x18','\x18','\x18','\x18','\x3c','\x18','\x18','\x70','\x18','\x19','\xc0','\x18','\x1e','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x04','\x18','\x18','\x04','\x18','\x18','\x04','\x18','\x18','\x06','\x18','\x1f','\xfe','\x18','\x0f','\xfc','\x04','\x01','\xc0','\x07','\x01','\x80','\x06','\x21','\x80','\x0e','\x21','\x86','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x18','\xc0','\x04','\x18','\xc0','\x08','\x38','\x00','\x00','\x38','\x00','\x06','\x58','\xff','\xff','\x98','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x0f','\x80','\x18','\x03','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x0c','\x98','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x40','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x18','\x0e','\x0f','\xfc','\x0c','\x18','\x38','\x0c','\x30','\x70','\x18','\x68','\xe0','\x19','\x85','\xc0','\x38','\x03','\x00','\x38','\x06','\x00','\x58','\x19','\x00','\x98','\x61','\xc0','\x19','\x81','\x86','\x18','\x03','\xff','\x18','\x06','\x0e','\x18','\x0c','\x1c','\x18','\x1a','\x18','\x18','\x61','\x30','\x18','\x01','\x60','\x18','\x00','\xc0','\x18','\x01','\x80','\x18','\x06','\x00','\x18','\x18','\x00','\x18','\xe0','\x00','\x04','\x03','\x80','\x07','\x43','\x00','\x06','\x73','\x00','\x0e','\x63','\x00','\x0c','\x63','\x18','\x0c','\x7f','\xfc','\x18','\xc3','\x00','\x18','\x83','\x00','\x39','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x06','\x9b','\xff','\xff','\x18','\x0f','\x40','\x18','\x0f','\x40','\x18','\x1b','\x20','\x18','\x1b','\x20','\x18','\x33','\x30','\x18','\x33','\x18','\x18','\x63','\x1f','\x18','\xc3','\x0e','\x1b','\x03','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x43','\x00','\x0e','\x43','\x06','\x0c','\xff','\xff','\x0c','\xc0','\x06','\x19','\x80','\x04','\x19','\x80','\xc8','\x38','\x03','\xe0','\x38','\x1e','\x00','\x58','\xe6','\x00','\x98','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1b','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x04','\x18','\x06','\x04','\x18','\x06','\x04','\x18','\x06','\x06','\x18','\x07','\xfe','\x18','\x03','\xfc','\x04','\x00','\x00','\x07','\x19','\xc0','\x06','\x19','\x80','\x0e','\x19','\x80','\x0c','\x19','\x80','\x0c','\x19','\x88','\x19','\x19','\x8e','\x18','\x99','\x8c','\x38','\xd9','\x98','\x38','\xd9','\x90','\x58','\xd9','\xa0','\x98','\x19','\x80','\x18','\x19','\x80','\x18','\x39','\xc0','\x18','\xd9','\xb0','\x1b','\x99','\x98','\x19','\x99','\x8c','\x19','\x19','\x8c','\x18','\x19','\x80','\x18','\x31','\x82','\x18','\x31','\x82','\x18','\x61','\x83','\x18','\xc1','\xff','\x1b','\x00','\xfe','\x04','\x80','\x18','\x06','\xff','\xfc','\x06','\xc0','\x18','\x0e','\xc0','\x18','\x0c','\xc0','\xd8','\x0c','\xff','\xf8','\x18','\xc2','\x18','\x18','\xc2','\x18','\x38','\xc2','\x18','\x38','\xd2','\x58','\x58','\xdf','\xd8','\x98','\xd2','\x58','\x18','\xd2','\x58','\x18','\xd2','\x58','\x18','\xd2','\x58','\x18','\xd2','\x58','\x18','\xd2','\x5a','\x18','\x92','\x4a','\x18','\x93','\xca','\x18','\x92','\xca','\x19','\x92','\x0e','\x19','\x02','\x06','\x19','\x02','\x07','\x1a','\x02','\x03','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\xff','\xff','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x02','\x00','\x18','\x06','\x00','\x18','\x44','\x0c','\x38','\x7f','\xfe','\x38','\x60','\x0c','\x58','\x60','\x0c','\x98','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x00','\x0e','\x06','\x06','\x0d','\xff','\xff','\x0c','\x0c','\x00','\x18','\x0c','\x00','\x18','\x18','\x00','\x38','\x18','\x18','\x38','\x1f','\xfc','\x58','\x38','\x18','\x98','\x38','\x18','\x18','\x78','\x18','\x18','\x5f','\xf8','\x18','\x98','\x18','\x19','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x04','\x20','\x20','\x07','\x10','\x38','\x06','\x18','\x30','\x0e','\x0c','\x60','\x0c','\x0c','\x40','\x0c','\x00','\x8c','\x18','\xff','\xfe','\x18','\x03','\x00','\x38','\x03','\x00','\x38','\x03','\x00','\x58','\x03','\x18','\x98','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x18','\x40','\x07','\x18','\x70','\x06','\x18','\x60','\x06','\x18','\x60','\x0d','\x98','\x60','\x0c','\xd8','\xd0','\x18','\xd8','\x8c','\x30','\x3d','\x06','\x40','\x3a','\x06','\x00','\x7b','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x00','\x60','\x06','\x01','\xb8','\x0d','\xff','\xdf','\x30','\x00','\x06','\xc0','\x00','\x00','\x08','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0f','\xff','\xf8','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x78','\x0c','\x00','\x30','\x08','\x07','\x00','\x0e','\x06','\x00','\x0c','\xff','\xf0','\x0c','\x06','\x30','\x18','\x06','\x36','\x1b','\xff','\xff','\x18','\x06','\x30','\x30','\x06','\x30','\x30','\xff','\xf0','\x70','\x06','\x00','\x70','\x06','\x04','\xb3','\xff','\xfe','\x30','\x91','\x10','\x31','\x99','\x8c','\x33','\x08','\x86','\x33','\x00','\x06','\x30','\xff','\xf0','\x30','\xc9','\x30','\x30','\xc9','\x30','\x30','\xc9','\x30','\x30','\xc9','\x30','\x30','\xc9','\x36','\x37','\xff','\xff','\x30','\x00','\x00','\x04','\x00','\x00','\x07','\x40','\x30','\x06','\x7f','\xf8','\x0e','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\x18','\x7f','\xf0','\x18','\x60','\x30','\x38','\x60','\x30','\x38','\x60','\x30','\x58','\x7f','\xf0','\x98','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x7f','\xf0','\x18','\x11','\x80','\x18','\x1d','\x80','\x18','\x19','\x80','\x18','\x19','\x82','\x18','\x31','\x82','\x18','\x31','\x82','\x18','\x61','\x83','\x18','\xc1','\xff','\x1b','\x00','\xfe','\x04','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x40','\x0e','\x08','\x30','\x0c','\x18','\x18','\x0c','\x10','\xec','\x19','\xff','\x0c','\x18','\xf0','\x00','\x38','\x20','\x00','\x38','\x38','\x00','\x58','\x30','\x18','\x98','\x7f','\xfc','\x18','\x43','\x00','\x18','\x83','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\x60','\x0e','\x19','\x80','\x06','\x00','\x10','\x30','\x0e','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x1a','\x18','\x30','\x19','\x18','\x30','\x31','\x98','\x30','\x20','\xdf','\xf0','\x40','\xd8','\x30','\x80','\x18','\x30','\x0e','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x1a','\x1f','\xf0','\x19','\x18','\x30','\x31','\x98','\x30','\x20','\xd8','\x30','\x40','\xd8','\x30','\x80','\x18','\x30','\x00','\x18','\x36','\x03','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x30','\x07','\x00','\xf8','\x06','\x0f','\xc0','\x0e','\xf8','\x08','\x0c','\x04','\x0e','\x0d','\x02','\x0c','\x18','\xc3','\x18','\x18','\x63','\x10','\x38','\x60','\x20','\x38','\x00','\x18','\x58','\x7f','\xfc','\x98','\x00','\x30','\x18','\x00','\x60','\x18','\x02','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x1f','\x00','\x18','\x06','\x00','\x04','\x10','\x00','\x07','\x1c','\x00','\x06','\x18','\x00','\x0e','\x30','\xc0','\x0c','\x3f','\xe0','\x0c','\x60','\xc0','\x18','\x41','\x80','\x18','\x81','\x00','\x39','\x42','\x18','\x38','\x7f','\xfc','\x58','\x63','\x18','\x98','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x11','\x80','\x18','\x1d','\x80','\x18','\x19','\x80','\x18','\x19','\x82','\x18','\x31','\x82','\x18','\x31','\x82','\x18','\x61','\x83','\x18','\xc1','\xff','\x1b','\x00','\xfe','\x04','\x00','\x00','\x07','\x00','\x18','\x06','\xff','\xfc','\x0e','\x00','\x30','\x0c','\x08','\x60','\x0c','\x06','\x80','\x18','\x03','\x00','\x18','\x83','\x0c','\x38','\xff','\xfe','\x38','\xc3','\x0c','\x58','\xc3','\x0c','\x98','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x7c','\x18','\xc0','\x18','\x04','\x00','\x00','\x07','\x40','\x18','\x06','\x7f','\xfc','\x0e','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x38','\x63','\x18','\x38','\x63','\x18','\x58','\x63','\x18','\x98','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x18','\x18','\xff','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x00','\x00','\x08','\x0c','\x00','\x0e','\x1e','\x07','\x0c','\x78','\x06','\x0d','\xf0','\xe6','\x1c','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x38','\x36','\xc6','\x3b','\xff','\xc6','\x78','\x30','\xc6','\x58','\x70','\xc6','\x98','\x70','\xc6','\x18','\x78','\xc6','\x18','\xf4','\xc6','\x18','\xf6','\xc6','\x18','\xb6','\xc6','\x19','\xb0','\xc6','\x19','\x30','\xc6','\x1a','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x3e','\x18','\x30','\x0c','\x04','\x20','\x20','\x07','\x18','\x38','\x06','\x0c','\x70','\x0e','\x0c','\x40','\x0c','\x00','\x8c','\x0d','\xff','\xfe','\x18','\x03','\x0c','\x18','\x03','\x0c','\x38','\x83','\x0c','\x38','\xff','\xfc','\x58','\xc3','\x00','\x98','\xc3','\x00','\x18','\xc3','\x06','\x19','\xff','\xff','\x19','\x87','\x06','\x19','\x8f','\x06','\x18','\x0b','\x06','\x18','\x1b','\x0e','\x18','\x33','\x0c','\x18','\x63','\x0c','\x18','\xc3','\x7c','\x1b','\x03','\x18','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x0e','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x43','\x18','\x18','\x7f','\xfc','\x18','\x63','\x18','\x38','\x63','\x18','\x38','\x63','\x18','\x58','\x7f','\xf8','\x98','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x0e','\xff','\xfe','\x0c','\x06','\x80','\x0c','\x06','\x60','\x18','\x0c','\x30','\x18','\x18','\x38','\x38','\x60','\x18','\x38','\x00','\x06','\x59','\xff','\xff','\x98','\x00','\x18','\x18','\x00','\x18','\x18','\x43','\x18','\x18','\x7f','\x98','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\xf8','\x18','\x00','\x30','\x08','\x00','\x00','\x0e','\x80','\x0c','\x0c','\xff','\xfe','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x38','\xc1','\xc0','\x38','\xc1','\x80','\x58','\xc1','\x86','\x98','\xff','\xff','\x18','\xc1','\x80','\x18','\xc1','\x80','\x19','\x81','\x80','\x19','\xa1','\x8c','\x19','\xbf','\xfe','\x19','\x30','\x0c','\x1b','\x30','\x0c','\x1a','\x30','\x0c','\x1c','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x08','\x00','\x00','\x0e','\x80','\x0c','\x0c','\xff','\xfe','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x38','\xc1','\xc0','\x38','\xc1','\x80','\x58','\xdd','\x9c','\x98','\xd9','\x98','\x18','\xd9','\x98','\x18','\xd9','\x98','\x18','\xdf','\xf8','\x19','\x99','\x98','\x19','\x81','\x80','\x19','\x01','\x80','\x1b','\x39','\x8e','\x1a','\x31','\x8c','\x1c','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x04','\x04','\x00','\x07','\x0e','\x00','\x06','\x98','\x0c','\x0e','\xe0','\xfe','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x18','\xc8','\x0c','\x18','\xfc','\xfc','\x38','\xc0','\x0c','\x38','\xc0','\x0c','\x58','\xc0','\x0c','\x98','\xc0','\x0c','\x18','\xff','\xfc','\x18','\xc0','\xcc','\x18','\x10','\xc0','\x18','\x1c','\xc0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x30','\xc2','\x18','\x30','\xc2','\x18','\x20','\xc2','\x18','\x60','\xc3','\x18','\xc0','\xff','\x1b','\x00','\x7e','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x43','\x00','\x0e','\x43','\x06','\x0c','\xff','\xff','\x0c','\xcc','\xc6','\x19','\x8c','\xc4','\x19','\x8c','\xc8','\x38','\x08','\xc0','\x38','\x18','\xc0','\x58','\x10','\xfe','\x98','\x20','\x7e','\x18','\xc0','\x00','\x18','\x00','\x00','\x18','\x00','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x18','\x20','\x20','\x18','\x38','\x38','\x38','\x30','\x30','\x38','\x30','\x30','\x58','\x6c','\x6c','\x98','\x46','\x46','\x18','\x86','\x86','\x19','\x00','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x0e','\x00','\x07','\x0c','\x00','\x06','\x0c','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x60','\x0c','\xff','\xf0','\x18','\x0c','\x60','\x18','\x0c','\x60','\x38','\x0c','\x62','\x38','\x18','\x62','\x58','\x18','\x63','\x98','\x30','\x7f','\x18','\x60','\x3e','\x19','\x83','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x38','\x00','\x07','\x30','\x00','\x06','\x30','\x06','\x0e','\x31','\xff','\x0c','\x3e','\x86','\x0c','\x30','\x86','\x18','\x30','\x86','\x18','\x30','\x86','\x38','\x30','\x8c','\x3b','\xff','\x8c','\x58','\x30','\xcc','\x98','\x30','\x4c','\x18','\x30','\x58','\x19','\x34','\x58','\x19','\xf2','\x70','\x19','\xb3','\x30','\x19','\xb3','\x20','\x19','\x33','\x70','\x19','\x30','\x58','\x1a','\x30','\x58','\x18','\x30','\xcc','\x18','\x30','\x8f','\x19','\xf1','\x06','\x18','\x66','\x06','\x04','\x00','\x00','\x07','\x20','\x18','\x06','\x3f','\xfc','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x38','\x30','\x18','\x38','\x30','\x18','\x58','\x3f','\xf8','\x98','\x30','\x18','\x18','\x00','\x00','\x18','\x80','\x06','\x18','\xff','\xff','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xff','\xfe','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xff','\xfe','\x18','\xc0','\x06','\x04','\x03','\x80','\x07','\x03','\x0c','\x06','\xff','\xfe','\x0e','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x06','\x39','\xff','\xff','\x38','\x00','\x00','\x58','\x40','\x18','\x98','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\xf8','\x18','\x60','\x30','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x0e','\x03','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\x43','\x18','\x18','\x7f','\xfc','\x38','\x60','\x18','\x38','\x60','\x18','\x58','\x7f','\xf8','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x0e','\x48','\x18','\x0c','\x7f','\xfc','\x0c','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x38','\x7f','\xf8','\x38','\x63','\x18','\x58','\x63','\x18','\x98','\x63','\x18','\x18','\x7f','\xf8','\x18','\x10','\x00','\x18','\x19','\xc0','\x18','\x31','\x80','\x18','\x41','\x86','\x1b','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x08','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0d','\x03','\x06','\x0d','\xff','\xff','\x19','\x88','\x00','\x19','\x8e','\x1c','\x19','\x8c','\x18','\x39','\x8c','\x18','\x39','\x98','\x1a','\x59','\x9b','\xff','\x99','\x98','\x18','\x19','\xb8','\x18','\x19','\xda','\x18','\x19','\x99','\x98','\x19','\x98','\xd8','\x19','\x98','\xd8','\x19','\x18','\x18','\x19','\x18','\x18','\x1b','\x18','\x18','\x1a','\x18','\x18','\x1c','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x08','\x00','\x00','\x0d','\x0c','\x86','\x0d','\xfe','\xff','\x0d','\x8c','\xc6','\x1d','\x8c','\xc6','\x19','\xfc','\xfe','\x19','\x8c','\xc6','\x19','\x8c','\xc6','\x39','\xfc','\xfe','\x39','\x8c','\xc6','\x59','\x80','\x06','\x99','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x3e','\x19','\x80','\x0c','\x08','\x00','\x00','\x0e','\x00','\x0c','\x0d','\xff','\xfe','\x0c','\x03','\x00','\x1c','\x03','\x00','\x18','\x03','\x00','\x19','\x03','\x06','\x19','\xff','\xff','\x39','\x83','\x06','\x39','\x83','\x06','\x59','\x93','\x26','\x99','\xfb','\xf6','\x19','\x93','\x26','\x19','\x93','\x26','\x19','\xbb','\x76','\x19','\xab','\x56','\x19','\xaf','\x5e','\x19','\xcb','\x96','\x19','\x83','\x06','\x19','\x83','\x06','\x19','\x83','\x06','\x19','\x83','\x06','\x19','\x83','\x3e','\x19','\x80','\x0c','\x08','\x00','\x00','\x0d','\x00','\x0c','\x0d','\xff','\xfe','\x0d','\x80','\x00','\x1d','\x8f','\xf0','\x19','\x88','\x10','\x19','\x88','\x10','\x19','\x8f','\xf0','\x39','\x88','\x10','\x39','\x88','\x10','\x59','\x8f','\xf0','\x99','\x82','\x00','\x19','\x83','\x06','\x19','\xff','\xff','\x19','\x86','\x30','\x19','\x84','\x20','\x19','\x8c','\x60','\x19','\x9b','\x40','\x19','\x81','\xe0','\x19','\x87','\x38','\x19','\xb8','\x18','\x19','\x80','\x06','\x19','\xff','\xff','\x19','\x80','\x00','\x08','\x00','\x00','\x0e','\x86','\x0c','\x0c','\xfe','\xfe','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xfe','\xfc','\x38','\xc6','\x0c','\x38','\xc0','\x00','\x58','\xc0','\x00','\x98','\xcc','\x0c','\x18','\xff','\xfe','\x18','\xc1','\x0c','\x18','\xc0','\x8c','\x18','\xc0','\x98','\x18','\xcc','\x58','\x18','\xfe','\x70','\x18','\xc0','\x20','\x18','\xc0','\x70','\x18','\xc0','\xd8','\x18','\xc1','\x8c','\x18','\xc3','\x0f','\x18','\xcc','\x06','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\x81','\xc0','\x03','\x02','\xf8','\x0c','\xff','\x3f','\x30','\x00','\x0e','\xcf','\xff','\xf0','\x0c','\x18','\x30','\x0d','\x19','\xb0','\x0c','\x99','\x30','\x0c','\xda','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x00','\x07','\x70','\xe0','\x06','\x60','\xc0','\x0e','\x60','\xc4','\x0c','\x64','\xc7','\x0c','\x7e','\xce','\x18','\x60','\xf0','\x18','\x60','\xc2','\x38','\x60','\xc2','\x38','\x66','\xc3','\x5b','\xf8','\xff','\x99','\xe0','\x7e','\x19','\x04','\x00','\x18','\x07','\x00','\x18','\x46','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x0c','\x0e','\xff','\xfe','\x0c','\x00','\x20','\x0c','\x10','\x30','\x18','\x0c','\x60','\x18','\x0c','\x40','\x38','\x80','\x86','\x38','\xff','\xff','\x58','\xc0','\x00','\x98','\xc0','\x20','\x18','\xc0','\x70','\x18','\xc1','\xc0','\x18','\xce','\x08','\x18','\xc0','\x1c','\x18','\xc0','\x70','\x18','\xc1','\xc0','\x19','\x8e','\x04','\x19','\x80','\x0e','\x19','\x00','\x38','\x1a','\x00','\xe0','\x18','\x03','\x80','\x18','\x1c','\x00','\x04','\x00','\x00','\x07','\x40','\x30','\x06','\x7f','\xf8','\x0e','\x60','\x30','\x0c','\x60','\x30','\x0c','\x7f','\xf0','\x18','\x60','\x30','\x18','\x60','\x30','\x38','\x60','\x30','\x38','\x7f','\xf0','\x58','\x18','\x00','\x98','\x30','\x06','\x18','\x3f','\xff','\x18','\x60','\x06','\x18','\xe1','\x06','\x1b','\x63','\x86','\x18','\x6e','\x06','\x18','\x70','\x06','\x18','\x60','\x86','\x18','\x60','\xc6','\x18','\x7f','\xce','\x18','\x3f','\x8c','\x18','\x00','\x7c','\x18','\x00','\x18','\x08','\x00','\x80','\x0e','\x70','\xe0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x18','\x6c','\x80','\x1b','\xfe','\x86','\x18','\x61','\xff','\x38','\x61','\x18','\x38','\x61','\x18','\x58','\x62','\x98','\x98','\x60','\x98','\x19','\x6c','\x98','\x19','\xfe','\x50','\x19','\x8c','\x50','\x19','\x8c','\x70','\x19','\x8c','\x20','\x19','\x8c','\x60','\x19','\x8c','\x50','\x19','\xfc','\xd0','\x19','\x8c','\x98','\x19','\x81','\x0c','\x18','\x02','\x0f','\x18','\x0c','\x06','\x04','\x0e','\x00','\x07','\x0c','\x08','\x06','\x0c','\x0e','\x0e','\x0c','\xcc','\x0c','\xff','\xf8','\x0c','\x0c','\x18','\x18','\x0c','\x30','\x18','\x0c','\x60','\x38','\x0c','\xc6','\x3b','\xff','\xff','\x58','\x03','\x00','\x98','\x06','\x00','\x18','\x0c','\x18','\x18','\x3f','\xfc','\x18','\xf0','\x18','\x1b','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x04','\x10','\x00','\x07','\x1c','\x00','\x06','\x18','\x00','\x0e','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x66','\x66','\x18','\x44','\x46','\x18','\x88','\xc6','\x39','\x3c','\x86','\x38','\x17','\x8e','\x58','\x21','\xcc','\x98','\x42','\xcc','\x18','\x84','\x1c','\x18','\x08','\x78','\x18','\x10','\x30','\x18','\x01','\x00','\x18','\x1c','\x80','\x18','\x98','\xc4','\x18','\x98','\xc2','\x19','\x98','\x13','\x19','\x98','\x13','\x1b','\x18','\x18','\x1b','\x1f','\xf8','\x18','\x0f','\xf0','\x04','\x03','\x00','\x07','\x07','\x00','\x06','\x06','\x80','\x0e','\x0c','\x40','\x0c','\x0c','\x60','\x0c','\x18','\x30','\x18','\x30','\x1c','\x18','\x60','\x4f','\x38','\xdf','\xe6','\x3b','\x00','\x00','\x58','\x00','\x00','\x98','\x86','\x07','\x18','\xff','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xfe','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xfe','\x66','\x18','\xc6','\x66','\x18','\xc6','\x06','\x18','\xc6','\x06','\x18','\xde','\x3e','\x18','\xcc','\x0c','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x0e','\x88','\x18','\x0c','\xff','\xfc','\x0c','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x38','\xff','\xf8','\x38','\xc6','\x18','\x58','\xc6','\x18','\x98','\xc6','\x18','\x18','\xff','\xf8','\x18','\x03','\x20','\x18','\x23','\x30','\x18','\x3b','\x30','\x18','\x33','\x24','\x18','\x33','\x26','\x18','\x33','\xfa','\x18','\x63','\x60','\x18','\x63','\x02','\x18','\x43','\x03','\x18','\x83','\xff','\x1b','\x01','\xfe','\x08','\x38','\x80','\x0e','\x30','\xe0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x32','\xc0','\x1b','\xff','\xc0','\x18','\x00','\xc6','\x18','\x90','\xff','\x38','\xc8','\x8c','\x38','\xcc','\x8c','\x59','\x8d','\x4c','\x99','\x11','\x48','\x1a','\x1a','\x58','\x18','\x98','\x58','\x18','\x50','\x50','\x18','\x30','\x30','\x18','\x30','\x20','\x18','\x68','\x70','\x18','\x4c','\x50','\x18','\xcc','\xd0','\x18','\x80','\x98','\x19','\x01','\x0c','\x1a','\x02','\x0f','\x18','\x0c','\x06','\x04','\x03','\x90','\x07','\x03','\x0c','\x06','\x03','\x04','\x0f','\xff','\xff','\x0c','\x03','\x00','\x0c','\x43','\x18','\x18','\x7f','\xfc','\x18','\x63','\x18','\x38','\x63','\x18','\x38','\x7f','\xf8','\x58','\x63','\x18','\x98','\x63','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x00','\x60','\x18','\x00','\x66','\x1b','\xff','\xff','\x18','\x20','\x60','\x18','\x18','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x00','\x60','\x18','\x03','\xe0','\x18','\x00','\xc0','\x08','\x00','\x00','\x0e','\x80','\x0c','\x0c','\xff','\xfe','\x0c','\xc0','\x00','\x0c','\xc0','\x00','\x18','\xc7','\xf0','\x18','\xc4','\x10','\x18','\xc4','\x10','\x38','\xc4','\x10','\x38','\xc4','\x10','\x58','\xc7','\xf0','\x98','\xc0','\x00','\x18','\xc0','\x00','\x18','\xdf','\x3e','\x18','\xd1','\x22','\x18','\xd1','\x22','\x18','\xd1','\x22','\x18','\xd1','\x22','\x18','\xdf','\x3e','\x18','\xc0','\x00','\x18','\xc0','\x00','\x18','\xc0','\x06','\x18','\xff','\xff','\x18','\xc0','\x00','\x08','\x38','\x40','\x0e','\x30','\x70','\x0c','\x32','\x60','\x0d','\xff','\x60','\x0c','\x30','\x60','\x18','\x30','\x40','\x18','\x30','\xc6','\x1b','\xff','\xff','\x38','\x00','\x8c','\x38','\x38','\x8c','\x58','\x31','\x4c','\x98','\x30','\x48','\x1b','\xff','\x48','\x18','\x40','\x58','\x18','\x44','\x50','\x18','\x7e','\x50','\x18','\x44','\x30','\x18','\xc4','\x20','\x18','\x84','\x70','\x18','\x8c','\x50','\x19','\x8c','\xd8','\x19','\x38','\x8c','\x1a','\x19','\x0f','\x18','\x02','\x06','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xe0','\x07','\x01','\x78','\x0e','\xff','\xbf','\x38','\x00','\x0e','\xc0','\x00','\x00','\x10','\x64','\x18','\x1f','\xf7','\xfc','\x18','\x66','\x18','\x18','\x66','\x18','\x18','\x66','\x18','\x1f','\xe7','\xf8','\x00','\x00','\x00','\x02','\x00','\x80','\x03','\x80','\xe0','\x07','\x01','\xc0','\x06','\xc1','\x80','\x0c','\x63','\x70','\x18','\x66','\x1c','\x60','\x08','\x0c','\x04','\x00','\x00','\x06','\x00','\x06','\x07','\xff','\xff','\x0e','\x08','\x80','\x0c','\x88','\x8c','\x0c','\xff','\xfe','\x18','\xc8','\x8c','\x18','\xc8','\x8c','\x38','\xc8','\x8c','\x38','\xff','\xfc','\x58','\x06','\x00','\x98','\x0c','\x06','\x1b','\xff','\xff','\x18','\x18','\x20','\x18','\x30','\x18','\x18','\x7f','\xef','\x18','\xc0','\x66','\x1b','\x20','\x60','\x18','\x3f','\xe0','\x18','\x30','\x04','\x18','\x30','\x04','\x18','\x30','\x06','\x18','\x3f','\xfe','\x18','\x1f','\xfc','\x04','\x03','\x80','\x06','\x03','\x06','\x07','\xff','\xff','\x0e','\x03','\x00','\x0c','\x43','\x18','\x0c','\x7f','\xfc','\x18','\x63','\x18','\x18','\x63','\x18','\x38','\x7f','\xf8','\x38','\x63','\x18','\x58','\x63','\x18','\x98','\x7f','\xf8','\x18','\x03','\x10','\x18','\x03','\x0c','\x19','\xff','\xf6','\x18','\x78','\x06','\x18','\x00','\x30','\x1b','\xff','\xff','\x18','\x20','\x30','\x18','\x18','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x01','\xf0','\x18','\x00','\x60','\x04','\x03','\x80','\x07','\x43','\x18','\x06','\x7f','\xfc','\x0e','\x63','\x18','\x0c','\x63','\x1a','\x0f','\xff','\xff','\x18','\x63','\x18','\x18','\x63','\x18','\x38','\x7f','\xf8','\x38','\x03','\x00','\x58','\xff','\xfc','\x98','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\x06','\x00','\x18','\x0c','\x06','\x1b','\xff','\xff','\x18','\x18','\x60','\x18','\x30','\x60','\x18','\x7f','\xc0','\x18','\x61','\xf0','\x18','\x07','\x3c','\x18','\x1c','\x0e','\x19','\xe0','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x0f','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x18','\xff','\xfc','\x18','\x00','\x00','\x38','\x00','\x00','\x38','\x7f','\xf8','\x58','\x60','\x18','\x98','\x60','\x18','\x18','\x7f','\xf8','\x18','\x10','\x60','\x18','\x0c','\x60','\x18','\x0c','\x86','\x1b','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x00','\x60','\x07','\x03','\xf0','\x06','\x7f','\x84','\x0e','\x04','\x06','\x0c','\x83','\x0c','\x0c','\x61','\x08','\x18','\x20','\x10','\x18','\x7f','\xf8','\x38','\x60','\x18','\x38','\x60','\x10','\x58','\x60','\x10','\x98','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x08','\x18','\x60','\x0a','\x18','\x7f','\xff','\x18','\xc0','\x06','\x18','\xc0','\x46','\x18','\xc1','\x36','\x18','\x94','\x96','\x19','\x92','\x8e','\x19','\x32','\x0c','\x1a','\x30','\xfc','\x18','\x00','\x38','\x04','\x03','\x80','\x07','\x03','\x08','\x06','\x7f','\xfc','\x0e','\x03','\x00','\x0c','\x03','\x04','\x0c','\xff','\xfe','\x18','\x00','\x00','\x18','\x30','\x30','\x38','\x34','\x34','\x39','\xfe','\xfe','\x58','\x30','\x30','\x98','\x30','\x30','\x18','\x3c','\x32','\x1b','\xf1','\xff','\x19','\x80','\x00','\x18','\x00','\x00','\x19','\xff','\xfe','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x30','\x62','\x18','\x30','\x62','\x18','\x60','\x63','\x18','\xc0','\x7f','\x1b','\x00','\x3e','\x04','\x38','\x38','\x07','\x30','\x30','\x06','\x32','\x34','\x0f','\xff','\xfe','\x0d','\x31','\x30','\x0d','\x31','\x30','\x19','\x31','\x32','\x1b','\xff','\xff','\x38','\x50','\x60','\x38','\x52','\x52','\x58','\xd4','\xd3','\x98','\x98','\x9f','\x19','\x91','\x0e','\x1b','\x00','\x00','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x30','\x30','\x07','\x20','\x20','\x06','\x24','\x24','\x0f','\xfe','\xfe','\x0c','\x20','\x20','\x0c','\x20','\x20','\x18','\x22','\x22','\x1b','\xff','\xff','\x38','\x50','\x50','\x38','\x48','\xc8','\x58','\xcc','\x8c','\x98','\x8d','\x07','\x19','\x02','\x02','\x1a','\x40','\x18','\x18','\x7f','\xfc','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x18','\x0e','\xff','\xfc','\x0c','\x10','\x40','\x0c','\x08','\x60','\x18','\x08','\x40','\x18','\x00','\x8c','\x39','\xff','\xfe','\x38','\x00','\x00','\x58','\x7f','\xf8','\x98','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x03','\x00','\x18','\x03','\x08','\x18','\xff','\xfc','\x18','\x03','\x00','\x18','\x03','\x02','\x1b','\xff','\xff','\x18','\x00','\x00','\x04','\x00','\x06','\x07','\xff','\xff','\x06','\x08','\x80','\x0e','\x88','\x8c','\x0c','\xff','\xfe','\x0c','\xc8','\x8c','\x18','\xc8','\x8c','\x18','\xc8','\x8c','\x38','\xff','\xfc','\x38','\x00','\x00','\x58','\x7f','\xf8','\x98','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x08','\x00','\x18','\x1c','\x78','\x18','\x70','\x1e','\x19','\x80','\x06','\x04','\x00','\x06','\x07','\xff','\xff','\x06','\x00','\x00','\x0e','\x7f','\xf8','\x0c','\x63','\x18','\x0c','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x38','\x63','\x18','\x38','\x7f','\xf8','\x58','\x00','\x06','\x9b','\xff','\xff','\x18','\x00','\x00','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x00','\x00','\x18','\x00','\x06','\x1b','\xff','\xff','\x18','\x00','\x00','\x04','\x03','\x00','\x07','\x07','\x00','\x06','\x06','\x80','\x0e','\x0e','\x40','\x0c','\x1c','\x60','\x0c','\x38','\x38','\x18','\x60','\x1f','\x18','\xcf','\xce','\x3b','\x00','\x06','\x38','\x00','\x00','\x58','\x8c','\x8c','\x98','\xfe','\xfe','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xcc','\xcc','\x18','\xfc','\xfc','\x18','\x00','\x00','\x18','\x20','\x20','\x18','\x38','\x38','\x18','\x70','\x30','\x18','\x6c','\x70','\x18','\xc6','\x6c','\x19','\x86','\xc7','\x1a','\x01','\x03','\x04','\x20','\x80','\x07','\x38','\xe0','\x06','\x30','\xc0','\x0e','\x61','\x08','\x0c','\x7f','\xfc','\x0c','\xe3','\x00','\x18','\xe3','\x00','\x19','\x7f','\xf8','\x3a','\x63','\x00','\x38','\x63','\x00','\x58','\x7f','\xf8','\x98','\x63','\x00','\x18','\x63','\x04','\x18','\x7f','\xfe','\x18','\x00','\x00','\x19','\x18','\x86','\x19','\xfc','\xff','\x19','\x98','\xc6','\x19','\x98','\xc6','\x19','\x9f','\xc6','\x19','\x80','\x06','\x19','\x80','\x06','\x19','\x80','\x3e','\x19','\x80','\x0c','\x04','\x06','\x60','\x07','\x04','\x40','\x06','\x7f','\xfc','\x0e','\x44','\x44','\x0c','\x44','\x44','\x0c','\x7f','\xfc','\x18','\x44','\x44','\x18','\x44','\x44','\x38','\x7f','\xfc','\x38','\x00','\x00','\x58','\xff','\xff','\x98','\xc0','\x00','\x18','\xcf','\xf8','\x18','\xc0','\x00','\x18','\xc0','\x06','\x18','\xff','\xff','\x18','\xcc','\x80','\x18','\xcc','\x84','\x18','\x8c','\x46','\x19','\x8c','\x68','\x19','\x0c','\x30','\x19','\x7f','\x9c','\x1a','\x3c','\x0f','\x18','\x20','\x06','\x04','\x00','\x20','\x07','\x86','\x38','\x06','\xff','\x30','\x0e','\xc8','\x60','\x0c','\xc8','\x46','\x0c','\xfe','\xff','\x18','\xc2','\x80','\x18','\xc3','\x00','\x38','\xfe','\x00','\x38','\xc8','\x0c','\x58','\xc8','\x7e','\x98','\xc8','\x00','\x18','\xff','\x00','\x18','\x00','\x00','\x18','\x40','\x18','\x18','\x7f','\xfc','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x9a','\x1b','\xff','\xff','\x18','\x00','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x0f','\xff','\xff','\x0c','\x08','\x80','\x0c','\x04','\xc6','\x19','\xf6','\xbc','\x18','\x53','\x28','\x38','\x53','\x28','\x38','\x53','\x2c','\x58','\x93','\x34','\x98','\xb3','\x67','\x19','\x03','\x02','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x18','\x60','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x19','\x80','\x18','\x1a','\x00','\x18','\x04','\x03','\x00','\x07','\x02','\x00','\x07','\xff','\xfc','\x0e','\x02','\x00','\x0c','\x02','\x00','\x0c','\xff','\xf8','\x18','\x00','\x02','\x19','\xff','\xff','\x38','\x00','\x02','\x38','\x7f','\xf4','\x58','\x02','\x00','\x98','\x02','\x00','\x18','\xff','\xf8','\x18','\x00','\x00','\x1b','\xff','\xff','\x18','\x00','\x18','\x18','\x00','\x18','\x19','\xfb','\xff','\x19','\x98','\x18','\x19','\x99','\x98','\x19','\x98','\x98','\x19','\xf8','\x18','\x18','\x00','\x78','\x18','\x00','\x30','\x04','\x1c','\x70','\x07','\x18','\x66','\x06','\xff','\xff','\x0e','\x18','\x60','\x0c','\x18','\x60','\x0c','\x00','\x00','\x18','\xff','\xfe','\x18','\xc4','\x46','\x38','\xc4','\x46','\x38','\xff','\xfe','\x59','\x00','\x00','\x99','\x00','\x06','\x1b','\xff','\xff','\x1b','\x06','\x06','\x1b','\x0c','\x04','\x18','\x1f','\xf8','\x18','\x30','\x18','\x18','\xc8','\x30','\x18','\x06','\x60','\x18','\x06','\xc0','\x18','\x01','\x80','\x18','\x06','\x00','\x18','\x18','\x00','\x18','\xe0','\x00','\x04','\x40','\x18','\x07','\x7f','\xfc','\x06','\x63','\x18','\x0e','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\xf8','\x18','\x63','\x18','\x18','\x63','\x18','\x38','\x63','\x18','\x38','\x7f','\xf8','\x58','\x60','\x18','\x98','\x00','\x00','\x19','\x0c','\x86','\x19','\xfe','\xff','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\xfc','\xfe','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\xfc','\xfe','\x19','\x04','\x82','\x10','\xcc','\x40','\x1c','\x88','\x74','\x18','\x88','\x66','\x1f','\xff','\x64','\x18','\x88','\x48','\x38','\x88','\xfe','\x30','\x00','\x90','\x33','\xfc','\x90','\x32','\x65','\x90','\x72','\x66','\x94','\x72','\x64','\xfe','\xb3','\xfc','\x90','\x30','\x60','\x90','\x30','\x60','\x90','\x33','\xfc','\x90','\x30','\x60','\x94','\x30','\x60','\xfe','\x37','\xfe','\x90','\x30','\x60','\x90','\x30','\x50','\x90','\x30','\xc8','\x90','\x30','\x8c','\x96','\x31','\x0c','\xff','\x36','\x00','\x80','\x10','\x0c','\x06','\x1f','\xfe','\xff','\x18','\x00','\x00','\x19','\xfc','\xfe','\x19','\x04','\x82','\x39','\x24','\x92','\x31','\x24','\x92','\x30','\x03','\x00','\x31','\xff','\xfe','\x71','\x88','\x80','\x71','\x88','\x8c','\xb1','\xff','\xfe','\x31','\x88','\x8c','\x31','\x88','\x8c','\x31','\xff','\xfc','\x31','\x80','\x00','\x31','\xb8','\xe0','\x31','\xb0','\xc8','\x31','\x3e','\xdc','\x31','\x30','\xf0','\x33','\x30','\xc2','\x32','\xfe','\xc3','\x34','\x70','\xff','\x30','\x40','\x7e','\x08','\x8c','\x8c','\x0e','\xfe','\xfe','\x0c','\x8c','\x8c','\x0c','\x8c','\x8c','\x18','\xfc','\xfc','\x18','\x00','\x00','\x1a','\x00','\x06','\x33','\xff','\xff','\x33','\x00','\x40','\x73','\x7c','\x70','\x73','\x10','\x60','\xb3','\xff','\x66','\x33','\x44','\x7f','\x33','\x44','\xcc','\x33','\x7c','\x8c','\x33','\x45','\x4c','\x33','\x44','\x48','\x33','\x7c','\x28','\x32','\x44','\x38','\x32','\x44','\x10','\x36','\x7c','\x38','\x35','\xe4','\x2f','\x38','\xc4','\x4e','\x30','\x05','\x86','\x08','\x87','\x20','\x0e','\x66','\x38','\x0c','\x26','\x30','\x0d','\x06','\x46','\x19','\xff','\xff','\x19','\x00','\x06','\x1b','\x3f','\xe4','\x33','\x20','\x28','\x30','\x3f','\xe0','\x30','\x00','\x00','\x70','\xff','\xf8','\xb0','\x82','\x08','\x30','\xff','\xf8','\x30','\x82','\x08','\x30','\xff','\xf8','\x30','\x02','\x00','\x31','\xff','\xfc','\x30','\x02','\x00','\x37','\xff','\xff','\x30','\x00','\x00','\x30','\x88','\x88','\x31','\x88','\x8c','\x33','\x18','\xc6','\x33','\x18','\xc6','\x00','\x00','\x00','\x01','\xc3','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x07','\x03','\x00','\x06','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x02','\x18','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x83','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x02','\x18','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x00','\x30','\x00','\x00','\x78','\x00','\x09','\xe0','\x30','\x0f','\x07','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x40','\x30','\x0f','\xe7','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x03','\x30','\x00','\x83','\x00','\x00','\xe3','\x00','\x01','\xc3','\x00','\x01','\x83','\x02','\x03','\x83','\x02','\x07','\x03','\x02','\x0e','\x03','\x03','\x38','\x03','\xff','\xc0','\x01','\xfe','\x00','\x00','\x40','\x08','\x00','\x70','\x06','\x00','\xe0','\x03','\x80','\xc0','\x01','\xc1','\x80','\x00','\xc1','\x00','\x04','\x02','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x03','\x00','\x00','\x83','\x00','\x00','\xe3','\x00','\x01','\xc3','\x02','\x03','\x83','\x02','\x07','\x03','\x02','\x0e','\x03','\x03','\x38','\x03','\xff','\xc0','\x01','\xfe','\x00','\x80','\x00','\x00','\xe0','\x00','\x01','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x01','\x80','\x06','\x03','\x00','\x0c','\x02','\x00','\x38','\x04','\x18','\xdf','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x06','\x18','\x00','\x86','\x00','\x00','\xe6','\x40','\x01','\xc6','\x30','\x01','\x86','\x18','\x03','\x06','\x1a','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x30','\xc6','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x26','\x64','\xcc','\x3f','\xf7','\xfe','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x01','\x80','\x30','\x11','\x82','\x30','\x1d','\x83','\xb0','\x19','\x8b','\x30','\x19','\x93','\x30','\x31','\xa2','\x32','\x31','\xc6','\x32','\x63','\x84','\x33','\x41','\x08','\x3f','\x80','\x30','\x1e','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x30','\xcc','\x7f','\xff','\xfe','\x10','\x82','\x10','\x08','\x81','\x10','\x09','\x31','\x26','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x11','\x82','\x30','\x19','\x93','\x30','\x19','\xa3','\x32','\x11','\xc6','\x32','\x33','\x84','\x33','\x21','\x08','\x3f','\xc0','\x30','\x1e','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x31','\x18','\x8c','\x3f','\x9f','\xcc','\x31','\x18','\x8c','\x31','\x18','\x8c','\x33','\x99','\xcc','\x32','\x99','\x4c','\x36','\xdb','\x6c','\x34','\xfa','\x7c','\x38','\x5c','\x2c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x30','\x00','\x18','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xe3','\x00','\x01','\xc1','\x80','\x03','\x80','\xe0','\x06','\x02','\x78','\x0c','\xff','\x3f','\x30','\x00','\x0e','\xc0','\x00','\x00','\x10','\x62','\x10','\x1f','\xf3','\x9c','\x18','\x63','\x18','\x1c','\x66','\x30','\x1b','\x66','\x30','\x19','\x6c','\x60','\x1c','\x68','\x40','\x1b','\x6c','\x60','\x19','\x66','\x30','\x18','\x63','\x18','\x18','\x63','\x9c','\x19','\xe1','\x8c','\x18','\xc1','\x8c','\x01','\x01','\x00','\x01','\xc1','\x00','\x01','\x80','\x80','\x03','\x80','\x80','\x03','\x00','\x40','\x06','\x00','\x60','\x0c','\x00','\x38','\x18','\x00','\x1f','\x37','\xff','\xee','\xc0','\x60','\x06','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x7e','\x00','\x00','\x1c','\x00','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xc3','\x3e','\x00','\xc3','\xe0','\x00','\xc3','\x02','\x07','\xc3','\x03','\xfc','\xc3','\xff','\x70','\xc1','\xfe','\x40','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x10','\x30','\x0f','\xff','\xf0','\x0c','\x10','\x30','\x0c','\x10','\x30','\x0f','\xff','\xf0','\x00','\x81','\x00','\x3f','\xff','\xfc','\x00','\x81','\x00','\x00','\x81','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x80','\x06','\x61','\x80','\x06','\x61','\x80','\x46','\x61','\x80','\x46','\x61','\x80','\x66','\x61','\xff','\xe6','\x60','\xff','\xc6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x10','\xc2','\x18','\x1f','\xe3','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x1e','\xff','\xff','\xff','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x38','\xc7','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x20','\xc4','\x18','\x60','\xcc','\x18','\x47','\xc8','\xf8','\x81','\x90','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x86','\x06','\x60','\xe6','\x06','\x60','\xc6','\x06','\x60','\xc6','\x06','\x61','\x86','\x06','\x61','\x87','\xe6','\x63','\x03','\xe6','\x6c','\x00','\x06','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xff','\xb0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xff','\xb0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x08','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x02','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xff','\xb0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xff','\xb0','\x0c','\xc0','\x30','\x01','\xff','\x00','\x03','\x06','\x00','\x06','\x0c','\x30','\x1f','\xff','\xf8','\x6c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x06','\x00','\x01','\x06','\x00','\x01','\xc6','\x02','\x03','\x86','\x02','\x07','\x06','\x03','\x1c','\x07','\xff','\xe0','\x03','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x80','\x06','\x60','\xe0','\x04','\x61','\xc1','\x88','\x01','\xff','\xc0','\x03','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x30','\x1f','\xff','\xf8','\x6c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x06','\x30','\x00','\x86','\x00','\x00','\xe6','\x40','\x01','\xc6','\x38','\x03','\x86','\x1a','\x07','\x06','\x02','\x0e','\x06','\x03','\x38','\x07','\xff','\xc0','\x03','\xfe','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x60','\xc1','\xc8','\x1f','\xe1','\x80','\x00','\x01','\x98','\x00','\x01','\xfc','\x00','\x31','\x80','\x7f','\xf9','\x80','\x0c','\xc7','\xf8','\x0c','\xc0','\x18','\x0c','\xc4','\x30','\x0c','\xc3','\x30','\x0c','\xc1','\xe0','\x0c','\xc0','\xe0','\x0c','\xc1','\xb0','\x18','\xc3','\x1a','\x18','\xcc','\x1a','\x10','\xc0','\x03','\x30','\xff','\xff','\x20','\x7f','\xfe','\xc0','\x00','\x00','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x68','\x1f','\xff','\xf0','\x00','\x38','\x00','\x00','\x70','\x08','\x00','\xf0','\x0e','\x03','\x98','\x1c','\x0e','\x3c','\x18','\x70','\x74','\x30','\x00','\xc6','\x40','\x03','\x8f','\x00','\x0e','\x1e','\x80','\x70','\x36','\x40','\x00','\x66','\x60','\x01','\xc6','\x38','\x07','\x06','\x1f','\x1c','\x0e','\x0e','\xe0','\x0c','\x06','\x00','\xfc','\x00','\x00','\x38','\x00','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x60','\x04','\x64','\xf0','\x68','\x07','\x07','\xf0','\x06','\x00','\x60','\x06','\x40','\x60','\x07','\xe7','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x03','\x80','\x0c','\x07','\xff','\xfe','\x0c','\x00','\x0c','\x30','\x02','\x0c','\x04','\x91','\x8c','\x04','\x4c','\x8c','\x0c','\x64','\x1c','\x18','\x60','\x18','\x18','\x00','\xf8','\x00','\x00','\x30','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xc3','\x04','\x6f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xc0','\x06','\xff','\xff','\xff','\x03','\x18','\x60','\x0e','\x18','\x38','\x37','\xff','\xef','\xc6','\x18','\x66','\x06','\x18','\x60','\x06','\x19','\xe0','\x06','\x18','\xc0','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x00','\x60','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x70','\x00','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x07','\x00','\x40','\x06','\x00','\x30','\x06','\x00','\x18','\x06','\x00','\x1c','\x06','\x18','\x0c','\x7f','\xfc','\x00','\x06','\x18','\x01','\x06','\x18','\x01','\x06','\x18','\x02','\x06','\x18','\x02','\x06','\x18','\x04','\x06','\x18','\x0c','\x06','\x1a','\x19','\xff','\xff','\x38','\x0d','\x00','\xf0','\x0d','\x00','\x70','\x1c','\x80','\x30','\x18','\xc0','\x30','\x18','\x60','\x30','\x30','\x70','\x30','\x30','\x38','\x38','\x60','\x1f','\x18','\xc0','\x0e','\x03','\x00','\x06','\x00','\x00','\x00','\x40','\x00','\x0c','\x31','\xff','\xfe','\x18','\x18','\x00','\x1c','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x00','\x01','\x18','\x60','\x01','\x3f','\xf0','\x02','\x30','\x60','\x02','\x30','\x60','\x04','\x30','\x60','\x0c','\x30','\x60','\x18','\x30','\x60','\x38','\x30','\x60','\xf0','\x7f','\xe0','\x70','\x60','\x60','\x30','\x60','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x38','\x00','\x66','\x19','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x40','\x01','\x80','\x30','\x01','\x80','\x18','\x01','\x80','\x1c','\x41','\x86','\x0c','\x7f','\xff','\x00','\x61','\x86','\x01','\x61','\x86','\x01','\x61','\x86','\x02','\x61','\x86','\x02','\x61','\x86','\x04','\x61','\x86','\x0c','\x61','\x86','\x18','\x61','\x86','\x38','\x7f','\xfe','\xf0','\x61','\x86','\x70','\x61','\x86','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x38','\x01','\x80','\x18','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x00','\x1c','\x03','\x08','\x0c','\x03','\x0e','\x01','\x1b','\x0c','\x01','\xfb','\x18','\x02','\x1b','\x98','\x02','\x1b','\x90','\x06','\x1b','\xa0','\x04','\x3b','\xc0','\x0c','\x33','\x40','\x18','\x33','\x40','\x38','\x33','\x60','\xf0','\x63','\x20','\x70','\x63','\x30','\x30','\x43','\x38','\x30','\xc3','\x1c','\x30','\x83','\x1f','\x31','\x03','\x0e','\x3a','\x03','\x06','\x18','\x1f','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x40','\x40','\x18','\x30','\x7f','\xfc','\x18','\x60','\x18','\x1c','\x60','\x18','\x0c','\x60','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\x02','\x60','\x18','\x02','\x60','\x18','\x04','\x7f','\xf8','\x04','\x00','\xc0','\x0c','\x10','\xc0','\x18','\x1c','\xc0','\x38','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc0','\x30','\x30','\xc0','\x30','\x30','\xc2','\x30','\x20','\xc2','\x30','\x60','\xc2','\x38','\x40','\xc3','\x18','\x80','\xff','\x03','\x00','\x7e','\x00','\x00','\x07','\x40','\x06','\x06','\x33','\xff','\x06','\x18','\x60','\x76','\x1c','\x60','\x66','\x0c','\x60','\x66','\x00','\x60','\x66','\x00','\xc6','\x66','\x04','\xff','\x66','\x04','\xc6','\x66','\x08','\x86','\x66','\x09','\x8e','\x66','\x19','\x4c','\x66','\x11','\x6c','\x66','\x32','\x6c','\x66','\xf0','\x18','\x66','\x70','\x18','\x66','\x30','\x10','\x66','\x30','\x30','\x06','\x30','\x20','\x06','\x30','\x60','\x06','\x38','\x40','\x06','\x18','\x80','\x3e','\x01','\x00','\x0c','\x00','\x80','\x06','\x40','\xff','\xff','\x30','\xc0','\x06','\x18','\xc0','\x06','\x1c','\xc3','\x86','\x0c','\xc3','\x06','\x00','\xc3','\x36','\x00','\xff','\xfe','\x02','\xc3','\x06','\x02','\xc3','\x06','\x04','\xc3','\x06','\x04','\xcb','\x66','\x08','\xcf','\xf6','\x18','\xcc','\x66','\x30','\xcc','\x66','\xf0','\xcc','\x66','\x70','\xcc','\x66','\x30','\xcc','\x66','\x30','\xcf','\xe6','\x30','\xcc','\x66','\x30','\xc0','\x06','\x38','\xc0','\x06','\x18','\xff','\xfe','\x00','\xc0','\x06','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x06','\x1d','\xff','\xff','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x18','\x02','\x7f','\xfc','\x02','\x60','\x18','\x04','\x60','\x18','\x04','\x60','\x18','\x08','\x60','\x18','\x18','\x7f','\xf8','\x30','\x63','\x18','\xf0','\x03','\x00','\x70','\x43','\x20','\x30','\x73','\x18','\x30','\x63','\x0c','\x30','\xc3','\x0e','\x30','\x83','\x06','\x39','\x03','\x06','\x1a','\x1f','\x00','\x00','\x06','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x06','\x1b','\xff','\xff','\x1c','\x00','\x00','\x0c','\xff','\xfc','\x00','\xc0','\x0c','\x00','\xcf','\xcc','\x04','\xc8','\x4c','\x04','\xc8','\x4c','\x08','\xcf','\xcc','\x08','\xc0','\x0c','\x18','\xff','\xfc','\x18','\x00','\x00','\x30','\x7f','\xf8','\xf0','\x00','\x00','\x70','\x00','\x06','\x33','\xff','\xff','\x30','\x43','\x00','\x30','\x73','\x30','\x30','\xe3','\x0c','\x39','\x83','\x06','\x1a','\x1f','\x06','\x00','\x06','\x00','\x01','\x01','\x80','\x01','\xff','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x82','\x06','\x01','\x82','\x0c','\x01','\x82','\x18','\x01','\x83','\x30','\x01','\xff','\xc0','\x00','\xfe','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x30','\x04','\x18','\x3f','\x90','\x1b','\xf0','\x18','\x18','\x30','\x18','\x18','\x1f','\xf0','\x19','\x00','\x00','\x19','\x80','\x00','\x19','\x92','\x30','\x19','\xfb','\xf8','\x19','\x33','\x30','\x1b','\x33','\x32','\x1a','\xb2','\x33','\x14','\x62','\x3f','\x30','\x64','\x1e','\x20','\xd8','\x00','\x41','\x8e','\x00','\x83','\x07','\xff','\x0c','\x00','\xfe','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x38','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x31','\xb0','\x1f','\xff','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x70','\x30','\x18','\x78','\x30','\x18','\x74','\x30','\x18','\xf6','\x30','\x18','\xb3','\x30','\x19','\xb3','\x12','\x19','\x31','\x92','\x12','\x31','\x9a','\x34','\x31','\x8a','\x20','\x30','\x0e','\x20','\x30','\x06','\x40','\x30','\x07','\x80','\x00','\x03','\x04','\x00','\x00','\x07','\x00','\x38','\x0e','\x03','\xfc','\x0c','\x7f','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x39','\xff','\xff','\x58','\x03','\x00','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x00','\x00','\x00','\x00','\x00','\x02','\x01','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x82','\x06','\x01','\x82','\x06','\x01','\x82','\x0c','\x01','\x83','\x18','\x01','\xff','\x60','\x00','\xfe','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x40','\x30','\x18','\x70','\x30','\x19','\x63','\x30','\x19','\xff','\xb0','\x19','\x83','\x30','\x19','\x83','\x30','\x19','\xff','\x30','\x19','\x83','\x30','\x19','\x83','\x30','\x19','\xff','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1b','\xff','\xb0','\x18','\x30','\x12','\x18','\x30','\x12','\x11','\xff','\x1a','\x30','\x30','\x0a','\x20','\x30','\x0e','\x20','\x30','\xc6','\x4f','\xff','\xe7','\x80','\x00','\x03','\x70','\x00','\x07','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x00','\xc0','\x07','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x14','\x00','\x70','\x18','\x07','\x60','\x18','\x66','\x64','\x9f','\xf6','\x67','\xd8','\x66','\x64','\x98','\x66','\x64','\x9a','\x46','\x64','\x99','\x46','\x64','\x98','\xc6','\x64','\x98','\xe6','\x64','\x98','\xa6','\x67','\x99','\x36','\x64','\x19','\x36','\x60','\x1a','\x36','\x60','\xf8','\x06','\x60','\x30','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x30','\x3f','\xff','\xf8','\x00','\x30','\x30','\x00','\x30','\x30','\x08','\x30','\x30','\x08','\x30','\x30','\x04','\x30','\x30','\x06','\x70','\x30','\x02','\x60','\x30','\x03','\x60','\x70','\x01','\x60','\x60','\x01','\xe0','\x60','\x00','\xc0','\x60','\x00','\xe0','\x60','\x01','\xb0','\xe0','\x01','\x9c','\xc0','\x03','\x0f','\xc0','\x03','\x03','\xf0','\x06','\x01','\xff','\x0c','\x03','\x1e','\x18','\x07','\x00','\x30','\x3e','\x00','\xc0','\x0c','\x00','\x00','\x30','\x0e','\x00','\xf8','\x0c','\x07','\xc1','\xcc','\x7f','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x07','\x01','\x8c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x00','\x7c','\xc0','\x00','\x18','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x01','\xcc','\x03','\x01','\x8c','\x03','\x19','\x8c','\x7f','\xfd','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\xff','\xff','\x8c','\x06','\x01','\x8c','\x07','\x01','\x8c','\x06','\xc1','\x8c','\x0e','\x61','\x8c','\x0c','\x30','\x0c','\x0c','\x18','\x0c','\x18','\x1c','\x0c','\x18','\x0c','\x0c','\x30','\x0c','\x0c','\x60','\x00','\x7c','\x80','\x00','\x18','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x00','\x76','\x0c','\x06','\x66','\x0f','\xff','\x66','\x19','\x26','\x66','\x19','\x26','\x66','\x13','\x26','\x66','\x33','\x66','\x66','\x22','\x66','\x66','\x46','\x46','\x66','\x84','\x46','\x66','\x0c','\xc6','\x66','\x08','\x8e','\x66','\x11','\x8c','\x66','\x21','\x0c','\x66','\x43','\x0c','\x66','\x02','\x0c','\x06','\x04','\x1c','\x06','\x08','\x18','\x06','\x30','\x18','\x06','\x00','\x38','\x06','\x01','\xf0','\x3e','\x00','\x60','\x0c','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x0f','\xff','\x06','\x01','\x86','\x06','\x61','\x86','\x7f','\xf1','\x86','\x06','\x01','\x86','\x06','\x01','\x86','\x06','\x01','\x86','\x06','\x01','\x86','\x06','\x31','\x86','\xff','\xf9','\x86','\x08','\x01','\x86','\x0e','\x01','\x86','\x0c','\x03','\x86','\x0c','\x03','\x06','\x08','\x83','\x0e','\x08','\x43','\x0c','\x10','\x62','\x0c','\x11','\xb6','\x0c','\xfe','\x34','\x1c','\x70','\x08','\x18','\x40','\x10','\xf8','\x00','\x60','\x30','\x20','\x0c','\x07','\x3f','\xfe','\x06','\x32','\x4c','\x76','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\xff','\xff','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x06','\x32','\x4c','\x06','\x32','\x4c','\x06','\x32','\x4c','\x06','\x32','\x4c','\x06','\x30','\x3c','\x3e','\x30','\x18','\x0c','\x00','\x30','\x0e','\x00','\xf8','\x0c','\x07','\xc1','\xcc','\x7f','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x0d','\x8c','\xff','\xff','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x23','\x31','\x8c','\x3f','\xf9','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x3f','\xf0','\x7c','\x30','\x30','\x18','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x01','\xcc','\x03','\x0d','\x8c','\xff','\xff','\x8c','\x06','\x41','\x8c','\x0c','\x21','\x8c','\x08','\x39','\x8c','\x10','\x1f','\x8c','\x2f','\xed','\x8c','\xc0','\x01','\x8c','\x00','\x19','\x8c','\x7f','\xfd','\x8c','\x06','\x01','\x8c','\x0e','\x01','\x8c','\x0c','\x31','\x8c','\x1f','\xf9','\x8c','\x18','\x30','\x0c','\x00','\x30','\x0c','\x00','\x70','\x0c','\x00','\x60','\x0c','\x00','\xe0','\x0c','\x07','\xc0','\x7c','\x01','\x80','\x18','\x00','\x40','\x0e','\x30','\x70','\x0c','\x0c','\xe1','\xcc','\x07','\xc1','\x8c','\x03','\x81','\x8c','\x06','\xe1','\x8c','\x0c','\x71','\x8c','\x30','\x31','\x8c','\xc0','\x01','\x8c','\x03','\x81','\x8c','\x03','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x07','\x01','\x8c','\x0f','\x01','\x8c','\x0f','\x81','\x8c','\x1b','\x61','\x8c','\x1b','\x31','\x8c','\x33','\x30','\x0c','\x63','\x00','\x0c','\x83','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x00','\x80','\x00','\x40','\xe0','\x0c','\x30','\xcf','\xfe','\x18','\xc0','\xcc','\x19','\x80','\xcc','\x01','\x20','\xcc','\x7f','\xf4','\xcc','\x18','\xc4','\xcc','\x18','\xc2','\xcc','\x18','\xc2','\xcc','\x18','\xc3','\x8c','\x18','\xd1','\x8c','\xff','\xf9','\x8c','\x18','\xc1','\xcc','\x18','\xc1','\x4c','\x18','\xc3','\x68','\x18','\xc3','\x38','\x38','\xc2','\x38','\x30','\xc6','\x1c','\x30','\xc4','\x3f','\x20','\xcc','\x36','\x60','\xc8','\x60','\x40','\xd3','\xe0','\x80','\x20','\xc0','\x00','\x00','\x0e','\x00','\x18','\x0c','\xff','\xfd','\xcc','\x00','\x01','\x8c','\x22','\x21','\x8c','\x33','\x31','\x8c','\x66','\x61','\x8c','\x44','\x41','\x8c','\x88','\x81','\x8c','\x44','\x41','\x8c','\x66','\x61','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x00','\x01','\x8c','\x00','\x19','\x8c','\xff','\xfd','\x8c','\x06','\x01','\x8c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x38','\x0c','\x07','\xe0','\x0c','\xff','\x00','\x0c','\x78','\x00','\x7c','\x40','\x00','\x18','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x19','\xcc','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x23','\x31','\x8c','\x3f','\xf9','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x3f','\xf1','\x8c','\x0c','\xc1','\x8c','\x0c','\xc1','\x8c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x18','\xc0','\x7c','\x18','\xc0','\x1a','\x10','\xc0','\x02','\x30','\xc0','\x03','\x20','\xff','\xff','\x40','\x7f','\xfe','\x80','\x00','\x00','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\x8c','\xe6','\xff','\xfe','\xc6','\x01','\x80','\xc6','\x01','\x80','\xc6','\x21','\x8c','\xc6','\x3f','\xfe','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x3f','\xfc','\xc6','\x33','\x8c','\xc6','\x03','\x80','\xc6','\x07','\xc0','\xc6','\x05','\xb0','\xc6','\x0d','\x98','\xc6','\x09','\x9c','\x06','\x19','\x8c','\x06','\x31','\x80','\x06','\x61','\x80','\x06','\x81','\x80','\x3e','\x01','\x80','\x0c','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x18','\xe6','\x7f','\xfc','\xc6','\x03','\x00','\xc6','\x06','\x80','\xc6','\x06','\x60','\xc6','\x0c','\x30','\xc6','\x30','\x30','\xc6','\x00','\x06','\xc6','\xff','\xff','\xc6','\x00','\x18','\xc6','\x00','\x18','\xc6','\x21','\x98','\xc6','\x3f','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\x06','\x3f','\x98','\x06','\x31','\x98','\x06','\x30','\x18','\x06','\x00','\x18','\x06','\x00','\xf8','\x3e','\x00','\x30','\x0c','\x10','\x30','\x07','\x1f','\xf8','\x06','\x18','\x30','\xe6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x1f','\xf0','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x1f','\xf0','\xc6','\x06','\x00','\xc6','\x06','\x00','\xc6','\x0c','\x0c','\xc6','\x0f','\xfe','\xc6','\x1a','\x4c','\xc6','\x12','\x4c','\xc6','\x26','\xcc','\xc6','\xcc','\x8c','\x06','\x09','\x98','\x06','\x11','\x18','\x06','\x62','\x18','\x06','\x04','\x30','\x06','\x19','\xf0','\x3e','\x00','\x60','\x0c','\x00','\x00','\x80','\x06','\x00','\xe0','\x01','\xc1','\xc0','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x60','\x1c','\x1f','\xf3','\x98','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x1f','\xe3','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x19','\xe0','\xf8','\x18','\xc0','\x30','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x0c','\x00','\xe0','\x1c','\x01','\xc0','\x18','\x03','\x80','\x38','\x0e','\x01','\xf0','\x70','\x00','\x60','\x03','\x80','\x07','\x73','\x1c','\x06','\x63','\x18','\xe6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x00','\x00','\xc6','\x00','\x0c','\xc6','\xff','\xfe','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x3f','\xf0','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x3f','\xf0','\xc6','\x00','\x40','\xc6','\x20','\x70','\x06','\x18','\x60','\x06','\x0c','\x40','\x06','\x0c','\xf8','\x06','\xff','\x80','\x06','\x7c','\x00','\x3e','\x40','\x00','\x0c','\x00','\x30','\x07','\x01','\xf8','\x06','\x3f','\x80','\xe6','\x01','\x80','\xc6','\x01','\x86','\xc6','\xff','\xff','\xc6','\x01','\x80','\xc6','\x0d','\xb0','\xc6','\x09','\xa4','\xc6','\xf9','\xae','\xc6','\x09','\xb0','\xc6','\x09','\xa0','\xc6','\x39','\xa2','\xc6','\xe9','\xbe','\xc6','\x49','\x9e','\xc6','\x03','\xc0','\xc6','\x03','\xb0','\xc6','\x07','\x98','\x06','\x0d','\x8c','\x06','\x19','\x8c','\x06','\x31','\x80','\x06','\xc1','\x80','\x06','\x01','\x80','\x3e','\x01','\x80','\x0c','\x1c','\x70','\x07','\x18','\x60','\x06','\x18','\x64','\xe6','\xff','\xfe','\xc6','\x18','\x60','\xc6','\x18','\x60','\xc6','\x03','\x00','\xc6','\x03','\x00','\xc6','\x06','\x80','\xc6','\x06','\x60','\xc6','\x0c','\x30','\xc6','\x08','\x18','\xc6','\x17','\xdc','\xc6','\x20','\x0c','\xc6','\xc0','\x00','\xc6','\x10','\x30','\xc6','\x1f','\xf8','\xc6','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x1f','\xf0','\x3e','\x18','\x30','\x0c','\x04','\x08','\x07','\x43','\x0e','\x06','\x31','\x8c','\xe6','\x19','\x98','\xc6','\x18','\x10','\xc6','\x00','\x20','\xc6','\x3f','\xfc','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x3f','\xfc','\xc6','\x31','\x8c','\xc6','\x31','\x8c','\xc6','\x3f','\xfc','\xc6','\x01','\x80','\xc6','\x01','\x86','\xc6','\xff','\xff','\xc6','\x03','\x80','\xc6','\x07','\xc0','\x06','\x07','\xb0','\x06','\x0d','\x9c','\x06','\x19','\x8e','\x06','\x31','\x86','\x06','\xc1','\x80','\x3e','\x01','\x80','\x0c','\x00','\x0c','\x07','\xff','\xfe','\x06','\x04','\x80','\xe6','\x04','\x80','\xc6','\x44','\x98','\xc6','\x7f','\xfc','\xc6','\x64','\x98','\xc6','\x64','\x98','\xc6','\x64','\x98','\xc6','\x7f','\xf8','\xc6','\x60','\x18','\xc6','\x00','\x00','\xc6','\x3f','\xf0','\xc6','\x00','\x00','\xc6','\x00','\x0c','\xc6','\xff','\xfe','\xc6','\x03','\x00','\xc6','\x23','\x00','\x06','\x3b','\x20','\x06','\x33','\x18','\x06','\x63','\x0c','\x06','\x43','\x0c','\x06','\x9f','\x00','\x3e','\x06','\x00','\x0c','\x03','\x00','\x07','\x03','\x00','\x06','\x06','\xc0','\xe6','\x06','\x30','\xc6','\x0c','\x1c','\xc6','\x18','\x0e','\xc6','\x30','\x66','\xc6','\xcf','\xf0','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x46','\x8c','\xc6','\x7e','\xfe','\xc6','\x46','\x8c','\xc6','\x46','\x8c','\xc6','\x46','\x8c','\xc6','\x7e','\xfc','\xc6','\x00','\x00','\xc6','\x10','\x20','\x06','\x1c','\x38','\x06','\x18','\x30','\x06','\x36','\x6c','\x06','\x22','\x46','\x06','\x40','\x86','\x3e','\x81','\x00','\x0c','\x03','\x00','\x0c','\x03','\x07','\xfe','\x06','\x80','\xcc','\x06','\x60','\xcc','\x0c','\x30','\xcc','\x18','\x18','\xcc','\x30','\xd8','\xcc','\x6f','\xe2','\xcc','\x80','\x02','\xcc','\x00','\x01','\xcc','\x4d','\x31','\xcc','\x7d','\xf8','\xcc','\x4d','\x30','\xcc','\x4d','\x30','\xec','\x4d','\x30','\xac','\x7d','\xf1','\xbc','\x00','\x01','\x9c','\x20','\x81','\x8f','\x38','\xe1','\x0e','\x30','\xc3','\x18','\x2c','\xa2','\x18','\x65','\xb2','\x18','\x41','\x14','\xf8','\x82','\x08','\x30','\x03','\x00','\x06','\x03','\x07','\xff','\x06','\x80','\xc6','\x06','\x60','\xc6','\x0c','\x30','\xc6','\x18','\x18','\xc6','\x30','\xd8','\xc6','\x6f','\xe0','\xc6','\x80','\x00','\xc6','\x00','\x02','\xc6','\x4d','\x31','\xc6','\x7d','\xf8','\xc6','\x4d','\x30','\xe6','\x4d','\x30','\xe6','\x4d','\x30','\xb6','\x7d','\xf0','\xb6','\x00','\x00','\x86','\x20','\x81','\x86','\x38','\xe1','\x86','\x30','\xc1','\x0e','\x2c','\xa1','\x0c','\x65','\xb3','\x0c','\x41','\x12','\x7c','\x82','\x04','\x18','\x03','\x00','\x0c','\x03','\x07','\xfe','\x06','\x80','\xcc','\x06','\x60','\xcc','\x0c','\x30','\xcc','\x18','\x18','\xcc','\x30','\xd8','\xcc','\xdf','\xe2','\xcc','\x03','\x02','\xcc','\x43','\x19','\xcc','\x7f','\xfd','\xcc','\x63','\x18','\xcc','\x63','\x18','\xcc','\x63','\x18','\xec','\x63','\x18','\xac','\x7f','\xf9','\xbc','\x63','\x19','\x9c','\x06','\x81','\x8f','\x06','\x41','\x0e','\x0c','\x63','\x18','\x0c','\x32','\x18','\x18','\x32','\x18','\x30','\x04','\xf8','\xc0','\x08','\x30','\x10','\x60','\x70','\x1f','\xf0','\x60','\x18','\x60','\x64','\x18','\x67','\xfe','\x18','\x61','\x08','\x1f','\xe1','\x8c','\x18','\x00','\x88','\x18','\x00','\x12','\x18','\x6f','\xff','\x3f','\xf0','\x60','\x2c','\x60','\x62','\x2c','\x6f','\xff','\x4c','\x60','\x60','\x8c','\x60','\x60','\x0f','\xe0','\x60','\x0c','\x60','\x60','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x0c','\x00','\xe0','\x1c','\x01','\xc0','\x18','\x03','\x80','\x38','\x0e','\x01','\xf0','\x70','\x00','\x60','\x01','\xc0','\x07','\x01','\x80','\x06','\x01','\x86','\x76','\xff','\xff','\x66','\x04','\x40','\x66','\x02','\x66','\x66','\xfb','\x5c','\x66','\x29','\x90','\x66','\x29','\x92','\x66','\x69','\xbf','\x66','\x59','\x91','\x66','\x81','\x80','\x66','\x00','\x00','\x66','\x30','\x18','\x66','\x3f','\xf8','\x66','\x30','\x18','\x66','\x30','\x18','\x66','\x30','\x18','\x06','\x3f','\xf8','\x06','\x30','\x18','\x06','\x20','\x18','\x06','\x60','\x18','\x06','\x40','\x18','\x3e','\x80','\x18','\x0c','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\xcc','\x36','\xff','\xef','\xff','\x41','\x0c','\x04','\x21','\x8d','\x06','\x31','\x0c','\x84','\x12','\x4c','\xc4','\x02','\x4c','\x48','\xff','\xcc','\x0a','\x0c','\xcf','\xff','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0f','\xcc','\x30','\xff','\x08','\x36','\x7c','\x1b','\xff','\x58','\x18','\x30','\x18','\x10','\x30','\x10','\x30','\x30','\x30','\x20','\x30','\x20','\x40','\x30','\x40','\x80','\x30','\x81','\x00','\x30','\x0e','\x00','\x38','\x0c','\x00','\x30','\x0c','\x06','\x30','\x0c','\x7e','\x32','\xff','\xa7','\xff','\x41','\x26','\x04','\x21','\xa6','\x86','\x31','\x26','\x44','\x12','\x26','\x44','\x02','\x26','\x48','\xff','\xe6','\x0a','\x0c','\x27','\xff','\x0c','\x26','\x30','\x0c','\x26','\x30','\x0f','\xa6','\x30','\xfe','\x26','\x32','\x78','\x67','\xff','\x58','\x46','\x30','\x18','\x46','\x30','\x10','\xce','\x30','\x30','\x8c','\x30','\x20','\x8c','\x30','\x41','\x3c','\x30','\x82','\x18','\x30','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x18','\xc0','\x3f','\xf8','\xc6','\x30','\x1f','\xff','\x20','\x18','\xc6','\x61','\x98','\xc6','\x7f','\xd8','\xc6','\xb1','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x98','\x86','\x31','\xb9','\x86','\x00','\x31','\x86','\x00','\x31','\x0e','\x00','\x73','\x0c','\x00','\x62','\x0c','\x03','\xe4','\x7c','\x00','\xc8','\x18','\x00','\x00','\xe0','\x00','\x60','\xc0','\xff','\xf0','\xc0','\x0c','\x60','\xc0','\x0c','\x60','\xc0','\x1c','\x60','\xc6','\x18','\x6f','\xff','\x18','\x60','\xc6','\x30','\xe0','\xc6','\x20','\xc0','\xc6','\x47','\xc0','\xc6','\x81','\x80','\xc6','\x00','\x01','\xc6','\x40','\xc1','\x86','\x7f','\xe1','\x86','\x60','\xc1','\x86','\x60','\xc1','\x8e','\x60','\xc3','\x0c','\x60','\xc3','\x0c','\x60','\xc2','\x0c','\x60','\xc6','\x1c','\x7f','\xc4','\x18','\x60','\xc8','\xf8','\x60','\x10','\x30','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x30','\xc0','\xff','\xf8','\xc0','\x06','\x00','\xc6','\x06','\x07','\xff','\x06','\x00','\xc6','\x06','\x00','\xc6','\x06','\x60','\xc6','\x7f','\xf0','\xc6','\x00','\x00','\xc6','\x00','\x01','\xc6','\x00','\x01','\x86','\x40','\x61','\x86','\x7f','\xf1','\x86','\x60','\x61','\x8e','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x62','\x0c','\x60','\x66','\x1c','\x7f','\xe4','\x18','\x60','\x68','\xf8','\x60','\x10','\x30','\x00','\x38','\x00','\x10','\x30','\x80','\x0c','\x30','\xe0','\x06','\x31','\xc0','\x06','\x31','\x00','\x00','\x32','\x18','\x3f','\xff','\xfc','\x00','\x64','\x00','\x00','\x64','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x38','\xc0','\x02','\x30','\x60','\x06','\x30','\x38','\x0f','\xff','\xdf','\x18','\x60','\xce','\x30','\x60','\xc6','\xc0','\xc1','\x80','\x00','\xc1','\x80','\x01','\x81','\x80','\x03','\x03','\x00','\x06','\x1f','\x00','\x18','\x06','\x00','\x00','\x00','\xe0','\x00','\x18','\xc0','\xff','\xfc','\xc0','\x00','\x00','\xc0','\x22','\x20','\xc0','\x33','\x30','\xc6','\x66','\x67','\xff','\x44','\x40','\xc6','\x88','\x80','\xc6','\x44','\x40','\xc6','\x66','\x60','\xc6','\x33','\x30','\xc6','\x33','\x30','\xc6','\x00','\x00','\xc6','\x00','\x18','\xc6','\xff','\xfc','\xc6','\x06','\x00','\x86','\x06','\x01','\x86','\x06','\x01','\x86','\x06','\x39','\x0e','\x07','\xe3','\x0c','\xff','\x02','\x0c','\x78','\x04','\x7c','\x40','\x08','\x18','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x00','\x00','\xc6','\x20','\x33','\xff','\x3f','\xf8','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x3f','\xf0','\xc6','\x33','\x30','\xc6','\x03','\x00','\xc6','\x23','\x00','\xc6','\x3b','\x20','\x86','\x33','\x11','\x86','\x33','\x19','\x86','\x63','\x19','\x0e','\x43','\x1b','\x0c','\x83','\x02','\x0c','\x1f','\x04','\x7c','\x06','\x08','\x18','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x20','\xc1','\xc0','\x3f','\xe1','\x80','\x30','\xc1','\x86','\x30','\xdf','\xff','\x3f','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc3','\x86','\x3f','\xc3','\x0e','\x30','\xc3','\x0c','\x30','\xc6','\x0c','\x30','\xe6','\x1c','\xff','\x8c','\x18','\x78','\x18','\xf8','\x40','\x60','\x30','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x1b','\x0d','\x80','\x12','\x89','\x40','\x06','\x63','\x30','\x04','\x22','\x18','\x28','\x04','\x08','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x70','\x04','\xc0','\x60','\x08','\x00','\x60','\x30','\x3f','\xff','\xf8','\x00','\x60','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x01','\x80','\x70','\x03','\x00','\x60','\x06','\x00','\xe0','\x0c','\x07','\xc0','\x30','\x01','\x80','\x03','\x80','\xe0','\x03','\x00','\xc0','\x7f','\xf8','\xc0','\x03','\x00','\xc0','\x3f','\xf0','\xc0','\x03','\x00','\xc6','\x03','\x03','\xff','\xff','\xfc','\xc6','\x00','\x00','\xc6','\x3f','\xf0','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x3f','\xf0','\xc6','\x30','\x30','\xc6','\x30','\x30','\xc6','\x3f','\xf0','\xc6','\x30','\x31','\x86','\x30','\x31','\x86','\x3f','\xf1','\x86','\x10','\x81','\x0e','\x1c','\x61','\x0c','\x18','\x33','\x0c','\x30','\x32','\x7c','\xc0','\x04','\x18','\x08','\x10','\xe0','\x86','\x1c','\xc0','\x63','\x18','\xc0','\x33','\x30','\xc0','\x30','\x20','\xc0','\x00','\x40','\xc6','\x7f','\xfb','\xff','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x03','\x00','\xc6','\x03','\x0c','\xc6','\xff','\xfe','\xc6','\x07','\x01','\x86','\x0f','\x81','\x86','\x0f','\x61','\x86','\x1b','\x31','\x0e','\x33','\x39','\x0c','\x63','\x1b','\x0c','\x83','\x02','\x7c','\x03','\x04','\x18','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x03','\x00','\x0c','\x83','\x00','\x18','\xc6','\x06','\x16','\xc7','\xff','\x26','\x0c','\x00','\x46','\x11','\xc0','\xbf','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x8c','\x3f','\xdf','\xfe','\x30','\xc1','\x8c','\x30','\xc1','\x8c','\x30','\xc1','\x8c','\x3f','\xc3','\x8c','\x30','\xc3','\x0c','\x31','\x03','\x0c','\x30','\x83','\x0c','\x30','\xc2','\x0c','\x33','\x66','\x1c','\xfc','\x64','\x18','\x70','\x08','\xf8','\x40','\x10','\x30','\x04','\x08','\xe0','\xff','\xfc','\xc0','\x44','\x88','\xc0','\x64','\xc8','\xc0','\x24','\x48','\xc0','\x0c','\x18','\xc6','\x34','\x6b','\xff','\xe5','\xc8','\xc6','\x44','\x88','\xc6','\x00','\x08','\xc6','\x03','\x00','\xc6','\x06','\xe0','\xc6','\x0c','\x38','\xc6','\x31','\x1c','\xc6','\xc3','\x8c','\xc6','\x06','\x40','\xc6','\x18','\xe1','\x86','\x61','\x91','\x86','\x06','\x39','\x8e','\x38','\x73','\x0c','\x00','\xe3','\x0c','\x03','\x86','\x1c','\x0e','\x0c','\xf8','\x70','\x30','\x30','\x00','\x60','\xe0','\x03','\xf0','\xc0','\x7f','\x00','\xc0','\x03','\x18','\xc0','\xff','\xfc','\xc0','\x03','\x00','\xc6','\x7f','\xfb','\xff','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\xf8','\xc6','\x03','\x00','\xc6','\x7f','\xf8','\xc6','\x03','\x00','\xc6','\x03','\x01','\x86','\xff','\xf9','\x86','\x7f','\x01','\x86','\x00','\x41','\x0e','\x29','\x33','\x0c','\x6d','\x92','\x0c','\xc4','\x84','\x7c','\xc0','\x08','\x18','\x40','\x0c','\x70','\x7f','\xfe','\x60','\x62','\x20','\x60','\x62','\x20','\x60','\x7f','\xfc','\x60','\x62','\x20','\x66','\x6f','\xf9','\xff','\x68','\x88','\x66','\x68','\x88','\x66','\x6f','\xf8','\x66','\x68','\x88','\x66','\x68','\x88','\x66','\x6f','\xf8','\x66','\x60','\x80','\x66','\x70','\x8c','\x66','\x5f','\xfe','\x66','\x58','\x8c','\x66','\x58','\x8c','\xc6','\x58','\xac','\xc6','\x5f','\xec','\xce','\x9b','\x2c','\x8c','\x18','\x0d','\x8c','\x18','\x3d','\x7c','\x18','\x1a','\x18','\x1c','\x70','\xe0','\x18','\x60','\xc0','\xff','\xfc','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x7c','\xf8','\xc6','\x44','\x8b','\xff','\x44','\x88','\xc6','\x7c','\xf8','\xc6','\x11','\x00','\xc6','\x1d','\xc0','\xc6','\x19','\x90','\xc6','\x3f','\xf8','\xc6','\x31','\x00','\xc6','\x71','\x20','\xc6','\xbf','\xf1','\x86','\x31','\x01','\x86','\x31','\x21','\x86','\x3f','\xf1','\x0e','\x31','\x03','\x0c','\x31','\x02','\x0c','\x31','\x16','\x1c','\x3f','\xfc','\xf8','\x30','\x08','\x30','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x00','\x0c','\x20','\x00','\x0c','\xc0','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x07','\xc0','\x00','\x01','\x80','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x18','\x61','\x8c','\x32','\x63','\x0c','\x61','\xc3','\x0c','\x80','\xe3','\x0c','\x01','\xb6','\x0c','\x01','\x9e','\x0c','\x03','\x0c','\x0c','\x06','\x0e','\x1c','\x0c','\x1b','\x18','\x18','\x33','\x98','\x60','\x61','\xb8','\x00','\xc0','\x30','\x01','\x80','\x70','\x06','\x00','\xe0','\x18','\x07','\xc0','\x00','\x01','\x80','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x08','\x0c','\x30','\x0e','\x0c','\x6e','\x0d','\xcc','\x8d','\x99','\x8c','\x0c','\x59','\x8c','\x0c','\x31','\x8c','\x0c','\x71','\x8c','\x0c','\x59','\x8c','\x0c','\x8d','\x8c','\x0d','\x0d','\x9c','\x0c','\x01','\x98','\x0f','\xff','\x98','\x0c','\x01','\xb8','\x0c','\x00','\x30','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xc0','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x01','\x8c','\x6f','\xff','\xcc','\x8c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0f','\xff','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x61','\x9c','\x0c','\x61','\x98','\x0f','\xff','\x98','\x0c','\x01','\xb8','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xc0','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x1f','\xff','\xff','\x18','\x02','\x06','\x30','\x71','\x86','\x20','\x60','\x86','\x7f','\xff','\xe6','\x80','\x60','\x06','\x10','\x61','\x86','\x1f','\xff','\xc6','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x1f','\xff','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x1f','\xff','\x86','\x18','\x61','\x86','\x18','\x61','\x8e','\x18','\x61','\x8c','\x18','\x6f','\xbc','\x18','\x63','\x18','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x30','\x01','\x8c','\x3f','\xff','\xcc','\x40','\x00','\x0c','\x80','\x00','\x0c','\x07','\xfe','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x07','\xfe','\x0c','\x00','\x00','\x0c','\x1f','\xff','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x1f','\xff','\x8c','\x18','\x61','\x8c','\x18','\x61','\x9c','\x1f','\xff','\x98','\x18','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x03','\x00','\x06','\x33','\x06','\xff','\xfb','\xff','\x0c','\x02','\x06','\x0d','\x06','\x06','\x18','\xc4','\x66','\x10','\x6f','\xf6','\x2f','\x30','\x66','\xc0','\x30','\x66','\x00','\xc0','\x66','\x7f','\xe4','\x66','\x0c','\x07','\xe6','\x18','\x06','\x0e','\x18','\xc6','\x0c','\x3f','\xe6','\x3c','\x30','\xc6','\x18','\x00','\xc6','\x00','\x01','\xc6','\x02','\x01','\x86','\x02','\x03','\x86','\x03','\x1f','\x07','\xff','\x06','\x03','\xfe','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x30','\x06','\x00','\x78','\x06','\x00','\xe0','\x06','\x01','\xc0','\x06','\x03','\x80','\x06','\x06','\x00','\x06','\x1c','\x00','\x06','\x30','\x00','\x06','\xe0','\x00','\x07','\x80','\x00','\x3e','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x00','\x06','\x07','\xff','\xfe','\x03','\xff','\xfc','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x00','\x31','\x00','\x18','\x31','\xff','\xfc','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xff','\xf8','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\xff','\xf8','\x31','\x86','\x18','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x40','\x00','\x0c','\x7f','\xff','\xfe','\x60','\x00','\x00','\x64','\x08','\x40','\x63','\x0e','\x70','\x61','\x8c','\xe0','\x61','\x98','\x88','\x68','\x1f','\xfc','\x64','\xb8','\x80','\x66','\xd8','\x80','\x66','\x98','\x90','\x60','\x9f','\xf8','\x61','\x98','\x80','\x61','\x18','\x80','\x6f','\x18','\x90','\x67','\x1f','\xf8','\x63','\x18','\x80','\x63','\x18','\x80','\x63','\x18','\x84','\x63','\x9f','\xfe','\x61','\x98','\x00','\x60','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x0c','\x00','\x31','\xff','\xe0','\x31','\x0c','\x20','\x31','\x0c','\x20','\x31','\xff','\xe0','\x30','\x0c','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\xff','\xc0','\x30','\x80','\x40','\x30','\xff','\xc0','\x30','\x80','\x40','\x30','\xff','\xc0','\x30','\x80','\x40','\x30','\xff','\xc0','\x30','\x20','\x00','\x30','\xf1','\xe0','\x33','\x80','\x70','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x40','\x00','\x0c','\x7f','\xff','\xfe','\x60','\x00','\x00','\x60','\x0c','\x00','\x60','\x1c','\x00','\x60','\x3a','\x00','\x60','\x71','\x80','\x60','\xc0','\xf0','\x63','\x00','\x3e','\x6c','\x7f','\x8c','\x60','\x00','\x00','\x60','\x00','\x00','\x63','\xf3','\xf0','\x62','\x32','\x30','\x62','\x32','\x30','\x63','\xf3','\xf0','\x60','\x80','\x80','\x60','\xc0','\xc0','\x61','\xb1','\x80','\x63','\x13','\x70','\x6c','\x0c','\x18','\x60','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x3f','\xff','\xfe','\x1f','\xff','\xfe','\x00','\x00','\x00','\x40','\x00','\x0c','\x7f','\xff','\xfe','\x60','\x00','\x00','\x60','\x80','\xc0','\x60','\xff','\xe0','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\x60','\xff','\xc0','\x60','\xc0','\xc0','\x60','\x00','\x00','\x64','\x32','\x18','\x67','\xfb','\xfc','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x33','\x18','\x67','\xf3','\xf8','\x66','\x33','\x18','\x60','\x00','\x00','\x60','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x61','\x80','\x3f','\xff','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x80','\x01','\xc1','\x82','\x01','\x81','\x82','\x03','\x81','\x82','\x07','\x01','\x83','\x0e','\x01','\xff','\x38','\x00','\xfe','\xc0','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x1c','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x1c','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x60','\x18','\x30','\x80','\x18','\x30','\x0e','\x1c','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x03','\x98','\xe0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0c','\x00','\xc0','\x18','\x00','\xc0','\x60','\x00','\xc0','\x00','\x00','\x00','\x00','\x18','\x0e','\xff','\xfc','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x20','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x06','\x30','\x1f','\xff','\x30','\x18','\x00','\x00','\x00','\x00','\x00','\x20','\x80','\x40','\x38','\xe0','\x30','\x30','\xc0','\x18','\x31','\x0c','\x18','\x7f','\xfe','\x02','\x61','\x80','\x04','\x61','\x88','\x04','\xff','\xfc','\x08','\xe1','\x80','\x19','\x61','\x88','\xf2','\x7f','\xfc','\x70','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x38','\x7f','\xff','\x18','\x60','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1e','\x00','\x00','\x19','\xc0','\x00','\x18','\x70','\x00','\x18','\x38','\x00','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x01','\x00','\x60','\x01','\xff','\xf0','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x87','\xe0','\x01','\x81','\xc0','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x00','\x70','\x00','\x03','\xf8','\x10','\x7f','\x80','\x1f','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x00','\x30','\x19','\xff','\xf8','\x19','\x80','\x30','\x19','\x80','\x30','\x19','\x80','\x30','\x19','\x80','\x30','\x19','\x81','\xf0','\x19','\x80','\x60','\x31','\x80','\x04','\x31','\x80','\x04','\x21','\x80','\x04','\x61','\x80','\x06','\x41','\xff','\xfe','\x80','\xff','\xfc','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x02','\x06','\x0c','\x33','\xff','\x0f','\xfb','\x06','\x18','\x33','\x06','\x18','\x33','\x06','\x10','\x33','\x06','\x30','\x73','\x06','\x28','\x63','\x06','\x44','\x63','\x06','\x86','\xe3','\x06','\x06','\xc3','\x06','\x00','\xc3','\x06','\x01','\x83','\x06','\x01','\x83','\x06','\x03','\x03','\x06','\x02','\x03','\x06','\x06','\x03','\x3e','\x0c','\x03','\x0c','\x18','\x03','\x00','\x30','\x03','\x00','\xc0','\x03','\x00','\x00','\x03','\x00','\x08','\x00','\x00','\x0e','\x81','\x06','\x0c','\x61','\xff','\x18','\x31','\x86','\x10','\x31','\x86','\x20','\x01','\x86','\x43','\x01','\x86','\x03','\x01','\x86','\x06','\x81','\x86','\x06','\x61','\x86','\x0c','\x31','\x86','\x18','\x39','\x86','\x10','\x19','\x86','\x20','\x01','\x86','\x50','\x61','\x86','\x9f','\xf1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\xbe','\x18','\x61','\x8c','\x18','\x61','\x80','\x1f','\xe1','\x80','\x18','\x61','\x80','\x18','\x01','\x80','\x00','\x38','\x00','\x10','\x30','\x80','\x0c','\x30','\xe0','\x06','\x30','\xc0','\x06','\x30','\x80','\x00','\x31','\x18','\x3f','\xff','\xfc','\x00','\x64','\x00','\x00','\x64','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x80','\xc0','\x03','\x00','\x60','\x07','\xff','\xb8','\x0d','\x81','\x9f','\x19','\x81','\x8e','\x31','\x81','\x86','\xc1','\x8f','\x80','\x01','\x83','\x10','\x01','\x80','\x10','\x01','\x80','\x18','\x01','\xff','\xf8','\x00','\xff','\xf0','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\xe8','\x08','\x30','\xc6','\x1c','\x30','\xc2','\x18','\x30','\xc0','\x30','\x3f','\xfe','\x64','\x30','\xc0','\xce','\x30','\xc1','\x0c','\x30','\xc0','\x18','\x30','\xf8','\x30','\x31','\xf0','\x62','\x31','\xb1','\x87','\x31','\xb0','\x0e','\x31','\xb0','\x1c','\x21','\x30','\x30','\x63','\x30','\xc0','\x62','\x33','\x02','\x46','\x30','\x02','\x44','\x30','\x03','\x88','\x3f','\xff','\x00','\x1f','\xfe','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x32','\x18','\x0e','\x33','\xfc','\xec','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xf8','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xf8','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x23','\xf8','\xcc','\x60','\x00','\x0c','\x62','\x20','\x0c','\x43','\x98','\x0c','\x43','\x0c','\x0c','\x86','\x0c','\x7c','\x08','\x00','\x18','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x0c','\x37','\xff','\xfe','\x30','\x0c','\x00','\x30','\x08','\x00','\x30','\xff','\xf0','\x30','\xc0','\x30','\x30','\xff','\xf0','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xff','\xf0','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xff','\xf0','\x30','\x30','\x00','\x20','\x7f','\xe0','\x60','\xe0','\xc0','\x61','\x91','\x80','\x46','\x0b','\x00','\x40','\x1f','\xc0','\x80','\xf1','\xff','\x07','\x80','\x1e','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x34','\x10','\x80','\x32','\x1c','\xe0','\x33','\x18','\xc0','\x33','\x10','\xc0','\x30','\x20','\x86','\x3f','\xfd','\xff','\x30','\xc1','\x06','\x30','\xc1','\x04','\x34','\xca','\x68','\x34','\xc8','\x60','\x34','\xc8','\x60','\x34','\xc8','\x60','\x34','\xc8','\x60','\x37','\xf8','\xd0','\x24','\xc8','\xd0','\x60','\xc0','\xd8','\x60','\x80','\x88','\x41','\x81','\x8c','\x41','\x01','\x0f','\x82','\x02','\x06','\x0c','\x0c','\x06','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x33','\x18','\x0c','\x32','\x11','\x3e','\x32','\x11','\xf0','\x3f','\xfd','\x80','\x32','\x11','\x80','\x32','\x11','\x80','\x33','\xf1','\x86','\x32','\x11','\xff','\x32','\x11','\x98','\x33','\xf1','\x98','\x32','\x11','\x98','\x32','\x11','\x98','\x32','\x11','\x98','\x3f','\xfd','\x98','\x20','\x01','\x98','\x60','\x01','\x98','\x64','\x61','\x18','\x47','\x3b','\x18','\x46','\x1a','\x18','\x8c','\x04','\x18','\x10','\x08','\x18','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\x80','\x34','\xc8','\xe0','\x34','\xcc','\xc0','\x36','\xc8','\xc0','\x36','\xd0','\x80','\x30','\xc0','\x86','\x30','\xc1','\xff','\x37','\xf9','\x18','\x34','\x09','\x18','\x34','\x0a','\x98','\x35','\xe8','\x98','\x35','\x28','\xd0','\x35','\x28','\x50','\x35','\x28','\x70','\x25','\x28','\x20','\x65','\xe8','\x70','\x64','\x08','\x50','\x44','\x08','\xd8','\x44','\x08','\x8f','\x84','\x79','\x0e','\x04','\x32','\x06','\x00','\x00','\x00','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x80','\x02','\x00','\x40','\x06','\x00','\x20','\x04','\x00','\x30','\x08','\x00','\x18','\x10','\x07','\xf8','\x7f','\xfc','\x1c','\x3f','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x71','\x00','\x00','\x60','\xc0','\x00','\x80','\x70','\x3f','\xff','\xb8','\x1f','\x80','\x18','\x08','\x00','\x40','\x0c','\x00','\x60','\x09','\x18','\x48','\x11','\x98','\x84','\xff','\xb5','\xfe','\x70','\x63','\x06','\x00','\xc1','\x80','\x01','\x88','\xe0','\x07','\x1c','\x78','\x1c','\x39','\x1f','\xe0','\xe3','\x86','\x03','\x87','\x20','\x1c','\x1c','\x70','\x00','\x70','\xe0','\x07','\x83','\x80','\x00','\x0e','\x00','\x00','\x78','\x00','\x03','\x80','\x00','\x08','\x01','\x00','\x0e','\x01','\xc0','\x1c','\x31','\x86','\x1f','\xfb','\xff','\x31','\x82','\x30','\x60','\x84','\x10','\x87','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x30','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x20','\xc0','\x0c','\x74','\x78','\x30','\xe6','\x1f','\xc1','\x8c','\x86','\x06','\x10','\x60','\x39','\xff','\xf0','\x00','\xe0','\x30','\x08','\x02','\x00','\x0c','\x83','\x20','\x18','\xc6','\x30','\x11','\x84','\x64','\x3f','\xef','\xfe','\x71','\x16','\x20','\xb1','\x06','\x20','\x3f','\xe7','\xfc','\x31','\x06','\x20','\x31','\x06','\x20','\x3f','\xe7','\xfc','\x31','\x06','\x20','\x31','\x06','\x26','\x3f','\xf7','\xff','\x30','\x06','\x00','\x00','\x00','\x60','\x3f','\xff','\xf0','\x01','\x01','\xc0','\x00','\xc3','\x80','\x00','\x66','\x00','\x00','\x3c','\x00','\x00','\xe7','\x80','\x07','\x81','\xff','\xf8','\x00','\x1e','\x00','\x1c','\x00','\x00','\x98','\x00','\x13','\xd8','\x18','\x1e','\x19','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\x99','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x30','\x3f','\xff','\xf8','\x02','\x00','\xe0','\x01','\x01','\xc0','\x00','\x83','\x80','\x00','\x6e','\x00','\x00','\x38','\x00','\x00','\xef','\x00','\x07','\x83','\xff','\xf8','\x00','\x7e','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x1f','\xff','\xe0','\x01','\x01','\xc0','\x00','\x83','\x80','\x00','\x6e','\x00','\x00','\x38','\x00','\x00','\xef','\x00','\x07','\x83','\xff','\xf8','\x00','\x7e','\x0e','\x00','\x38','\x0c','\x3c','\x30','\x0c','\x00','\x32','\x0d','\x7e','\x33','\x2d','\x80','\xb6','\x2d','\x3c','\xb4','\x6e','\x01','\xb8','\xcc','\x3d','\x30','\xcc','\x00','\x30','\x1a','\x7e','\x68','\x1b','\x42','\x64','\x33','\x42','\x46','\x20','\x7e','\x83','\x40','\x01','\x03','\x80','\x00','\x60','\x1f','\xff','\xf0','\x02','\x01','\xc0','\x01','\x83','\x80','\x00','\xee','\x00','\x00','\x38','\x00','\x00','\x6f','\x00','\x01','\xc3','\xf0','\x0e','\x00','\xff','\xf0','\x00','\x1e','\x00','\x00','\x00','\x00','\x00','\x06','\x41','\xbf','\xff','\x7f','\xc0','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x60','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x06','\x41','\xbf','\xff','\x7f','\xc3','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x83','\x06','\x61','\x87','\x06','\x61','\x86','\x06','\x61','\x86','\x06','\x7f','\x86','\x06','\x61','\x8e','\x0e','\x60','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\x18','\x0c','\x00','\x30','\x1c','\x00','\x60','\x18','\x00','\xc0','\xf8','\x03','\x00','\x30','\x00','\x01','\x80','\x00','\x00','\x80','\x00','\x10','\x80','\x43','\x1c','\x80','\x7f','\x98','\x80','\x63','\x18','\x80','\x63','\x18','\x80','\x63','\x18','\xc0','\x63','\x18','\x40','\x63','\x18','\x40','\x63','\x18','\x40','\x63','\x18','\x40','\x63','\x38','\x40','\x63','\x30','\x60','\x63','\x30','\x20','\x63','\x30','\x20','\x7f','\x60','\x30','\x63','\x60','\x30','\x60','\x40','\x18','\x00','\xc0','\x18','\x00','\x80','\x1c','\x01','\x00','\x0f','\x02','\x00','\x0e','\x04','\x00','\x06','\x00','\x01','\x80','\x00','\x7f','\xc0','\x00','\x01','\x00','\x43','\x01','\x00','\x7f','\x81','\x00','\x63','\x01','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x80','\x63','\x03','\x80','\x63','\x06','\x80','\x63','\x06','\x80','\x63','\x06','\xc0','\x63','\x0e','\x40','\x63','\x0c','\x40','\x63','\x0c','\x60','\x7f','\x18','\x20','\x63','\x18','\x30','\x60','\x30','\x30','\x00','\x30','\x18','\x00','\x60','\x1c','\x00','\xc0','\x0f','\x01','\x80','\x0e','\x06','\x00','\x06','\x00','\x00','\x0c','\x00','\x3f','\xfe','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x86','\x61','\xff','\xff','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x7f','\x81','\x80','\x61','\x81','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x11','\x80','\x7f','\x9d','\x80','\x63','\x19','\x80','\x63','\x19','\x80','\x63','\x11','\x8c','\x63','\x3f','\xfe','\x63','\x21','\x80','\x63','\x21','\x80','\x63','\x41','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\xff','\xff','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x0c','\x00','\x7f','\xfe','\x43','\x18','\x60','\x7f','\x98','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x66','\x63','\xff','\xff','\x63','\x01','\xe0','\x63','\x03','\x60','\x63','\x03','\x60','\x7f','\x06','\x60','\x63','\x06','\x60','\x60','\x0c','\x60','\x00','\x18','\x60','\x00','\x30','\x60','\x00','\x60','\x60','\x00','\xc0','\x60','\x03','\x00','\x60','\x00','\x03','\xe0','\x00','\x00','\xc0','\x00','\x00','\x18','\x00','\x00','\x7c','\x43','\x13','\xe0','\x7f','\x9e','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x18','\x06','\x63','\x1f','\xff','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x7f','\x18','\x60','\x63','\x38','\x60','\x60','\x30','\x60','\x00','\x30','\x60','\x00','\x60','\x60','\x00','\x40','\x60','\x00','\x80','\x60','\x03','\x00','\x60','\x00','\x00','\x60','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x10','\x60','\x63','\x1f','\xf0','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x7f','\x18','\x60','\x63','\x18','\x60','\x60','\x18','\x60','\x00','\x18','\x62','\x00','\x30','\x62','\x00','\x30','\x62','\x00','\x60','\x63','\x00','\xc0','\x7f','\x03','\x00','\x3e','\x00','\x00','\x70','\x00','\x03','\x60','\x46','\xff','\xe0','\x7f','\x03','\x60','\x66','\x02','\x60','\x66','\x06','\x60','\x66','\x14','\x60','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x1b','\x60','\x66','\x1e','\x60','\x66','\x38','\x60','\x67','\xf8','\x60','\x66','\xd8','\x60','\x66','\x98','\x60','\x7e','\x18','\x60','\x66','\x18','\x60','\x60','\x18','\x62','\x00','\x18','\x62','\x00','\x18','\x62','\x00','\x18','\x63','\x00','\xf8','\x7f','\x00','\x30','\x3e','\x00','\x04','\x00','\x00','\x07','\x00','\x43','\x06','\x00','\x7f','\x8c','\x20','\x63','\x0c','\x10','\x63','\x08','\x18','\x63','\x18','\x0c','\x63','\x10','\x7e','\x63','\x7f','\xc6','\x63','\x3c','\x06','\x63','\x20','\x70','\x63','\x0e','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x7f','\x0c','\x60','\x63','\x0c','\x60','\x60','\x1c','\x60','\x00','\x18','\x62','\x00','\x18','\x62','\x00','\x30','\x62','\x00','\x60','\x63','\x00','\xc0','\x7f','\x03','\x00','\x3e','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\xa1','\x86','\x63','\x3f','\xff','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x33','\x46','\x63','\x33','\x66','\x63','\x32','\x26','\x63','\x36','\x36','\x63','\x34','\x36','\x7f','\x38','\x36','\x63','\x30','\x06','\x60','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x3e','\x00','\x30','\x0c','\x00','\x08','\x40','\x00','\x0e','\x40','\x43','\x0c','\x40','\x7f','\x8c','\x20','\x63','\x18','\x20','\x63','\x18','\x30','\x63','\x10','\x10','\x63','\x30','\x18','\x63','\x20','\x0c','\x63','\x40','\x0f','\x63','\x80','\x06','\x63','\x3f','\xf8','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x7f','\x06','\x18','\x63','\x0e','\x18','\x60','\x0c','\x18','\x00','\x0c','\x18','\x00','\x18','\x38','\x00','\x18','\x30','\x00','\x30','\x30','\x00','\x61','\xf0','\x01','\x80','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x02','\x01','\x80','\x01','\x03','\x80','\x00','\x83','\x00','\x00','\xc7','\x00','\x00','\x6e','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\xe3','\x80','\x03','\x80','\xf0','\x1e','\x00','\x3f','\xe0','\x00','\x0e','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x20','\x0c','\x43','\x3f','\xfe','\x7f','\xb0','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x31','\x0c','\x63','\x31','\x00','\x63','\x31','\x80','\x63','\x30','\x80','\x63','\x30','\x80','\x7f','\x30','\xc0','\x63','\x30','\x40','\x60','\x60','\x60','\x60','\x60','\x60','\x00','\x60','\x30','\x00','\x40','\x38','\x00','\xc0','\x1c','\x00','\x80','\x1f','\x01','\x00','\x0e','\x02','\x00','\x06','\x00','\x18','\x00','\x00','\x07','\x00','\x00','\x01','\xc0','\x00','\x00','\xc0','\x43','\x00','\x00','\x7f','\x83','\x00','\x63','\x7f','\x80','\x63','\x03','\x00','\x63','\x03','\x08','\x63','\x03','\x0e','\x63','\x1b','\x0c','\x63','\xfb','\x98','\x63','\x1b','\xa0','\x63','\x33','\x40','\x63','\x33','\x40','\x63','\x23','\x60','\x7f','\x63','\x20','\x63','\x43','\x30','\x60','\xc3','\x18','\x00','\x83','\x1f','\x01','\x03','\x0e','\x02','\x03','\x06','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x43','\x7f','\xff','\x7f','\x80','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x21','\x98','\x63','\x3f','\xd8','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x31','\x98','\x63','\x3f','\x98','\x63','\x31','\x98','\x7f','\x30','\x18','\x63','\x00','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x08','\x00','\x00','\x0e','\x00','\x80','\x0c','\x00','\xe0','\x0c','\x60','\xc0','\x1f','\xf0','\xc0','\x18','\x61','\xa0','\x30','\xc1','\x90','\x28','\xc3','\x08','\x45','\x82','\x0c','\x87','\x04','\x06','\x03','\x88','\x06','\x06','\xe0','\x00','\x0c','\x7e','\x00','\x18','\x0f','\xff','\x30','\x01','\xfe','\xc0','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x41','\x81','\x80','\x7f','\x81','\x86','\x61','\xff','\xff','\x61','\x81','\x00','\x61','\x81','\xc0','\x61','\x81','\x80','\x61','\x81','\x00','\x61','\x92','\x10','\x61','\x8c','\x1c','\x61','\x86','\x38','\x61','\x83','\x30','\x61','\x83','\x70','\x61','\x80','\x60','\x7f','\x80','\xc0','\x61','\x81','\x80','\x60','\x01','\x08','\x00','\x02','\x04','\x00','\x04','\x06','\x00','\x7f','\xfb','\x00','\x3f','\x03','\x00','\x20','\x03','\x00','\x00','\x18','\x00','\x20','\xfc','\x43','\x3f','\xe0','\x7f','\xb0','\x20','\x63','\x33','\x20','\x63','\x33','\x20','\x63','\x33','\x20','\x63','\x33','\x20','\x63','\x33','\x20','\x63','\x33','\x20','\x63','\x33','\x30','\x63','\x33','\x10','\x63','\x33','\x10','\x63','\x33','\x10','\x63','\x33','\x10','\x7f','\x33','\x18','\x63','\x33','\x18','\x60','\x63','\x08','\x00','\x63','\x48','\x00','\x43','\x4c','\x00','\xc3','\xec','\x00','\x9e','\x6f','\x01','\x0c','\x66','\x06','\x00','\x06','\x00','\x20','\x06','\x00','\x3f','\xff','\x43','\x31','\x86','\x7f','\xb1','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x7f','\x3f','\xfe','\x63','\x31','\x86','\x60','\x31','\x86','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x0c','\x3b','\x03','\x1e','\x33','\x33','\x38','\x33','\xfb','\x60','\x33','\x03','\x80','\x33','\x03','\x02','\x33','\x03','\x02','\x33','\x03','\x02','\x33','\xf3','\x03','\xff','\x03','\xff','\x78','\x01','\xfe','\x40','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x20','\xc4','\x18','\x3f','\xe7','\xfc','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x02','\x03','\x00','\x03','\xff','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x02','\x06','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x18','\x03','\xff','\xe0','\x01','\xfe','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x43','\x21','\x86','\x7f','\xbf','\xff','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x7f','\x31','\x86','\x63','\x3f','\xfe','\x60','\x31','\x86','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x10','\x30','\x00','\x1f','\xf8','\x43','\x18','\x30','\x7f','\x98','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x7f','\x18','\x30','\x63','\x18','\x30','\x60','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x38','\x00','\x00','\x30','\x0c','\x46','\x33','\xfe','\x7f','\x30','\x8c','\x66','\x30','\x8c','\x66','\x36','\x8c','\x67','\xfe','\x8c','\x66','\x66','\x88','\x66','\x66','\xc8','\x66','\x66','\x58','\x66','\x64','\x50','\x66','\x64','\x50','\x66','\xcc','\x70','\x66','\xc8','\x20','\x66','\xc8','\x20','\x66','\xd8','\x70','\x7e','\xf0','\x50','\x66','\x38','\x50','\x60','\x2c','\xd8','\x00','\x66','\x88','\x00','\x47','\x8c','\x00','\x81','\x0f','\x01','\x02','\x06','\x06','\x0c','\x06','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x39','\x8e','\x7f','\xb1','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x71','\x87','\x7f','\x61','\x86','\x63','\x61','\x86','\x60','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x08','\x38','\x00','\x0e','\x30','\x43','\x0c','\x30','\x7f','\x8c','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x36','\x63','\x37','\xff','\x63','\x30','\x30','\x63','\x30','\x30','\x63','\x74','\x30','\x63','\xb2','\x30','\x63','\x33','\x30','\x63','\x33','\x30','\x63','\x33','\x30','\x7f','\x30','\x30','\x63','\x30','\x30','\x60','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x00','\x31','\xf0','\x00','\x30','\x60','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x43','\x0c','\x00','\x7f','\x98','\x0c','\x63','\x1f','\xfe','\x63','\x10','\x0c','\x63','\x30','\x0c','\x63','\x21','\x8c','\x63','\x7f','\xcc','\x63','\x81','\x8c','\x63','\x01','\x8c','\x63','\x01','\x8c','\x63','\x21','\x8c','\x63','\x3f','\x9c','\x7f','\x30','\x18','\x63','\x30','\x18','\x60','\x30','\xf8','\x00','\x30','\x30','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x8c','\x63','\x3f','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x8c','\x63','\x3f','\xfe','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x01','\xc0','\x63','\x01','\x80','\x63','\x01','\x8c','\x7f','\x3f','\xfe','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x10','\x64','\x18','\x1f','\xf7','\xfc','\x18','\x66','\x18','\x18','\x66','\x18','\x18','\x66','\x18','\x18','\x66','\x18','\x1f','\xe7','\xf8','\x18','\x66','\x18','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x01','\x80','\x30','\x03','\xff','\xf8','\x03','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x1f','\x00','\x00','\x06','\x00','\x00','\x03','\xa0','\x00','\x03','\x18','\x00','\x03','\x18','\x20','\x03','\x06','\x3f','\xff','\xff','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x13','\x08','\x37','\xfb','\x0e','\x30','\x03','\x0c','\x30','\x01','\x0c','\x32','\x31','\x98','\x33','\xf9','\x98','\x33','\x31','\x90','\x33','\x30','\xb0','\x33','\x30','\xe0','\x33','\x30','\x40','\x33','\x30','\xe0','\x23','\xf0','\xa2','\x23','\x31','\x32','\x63','\x02','\x1a','\x40','\x04','\x1f','\x40','\x18','\x0f','\x80','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\x7f','\xff','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x06','\x10','\x63','\x06','\x08','\x63','\x04','\x0c','\x63','\x08','\x76','\x63','\x7f','\x86','\x63','\x3c','\x06','\x63','\x20','\x00','\x63','\x01','\xc0','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x01','\x8c','\x63','\x3f','\xfe','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x86','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x08','\x00','\x63','\x0e','\x20','\x63','\x0c','\x18','\x63','\x18','\x0c','\x63','\x10','\x4e','\x63','\x28','\x76','\x63','\x48','\x60','\x63','\x04','\x60','\x63','\x04','\xc0','\x7f','\x02','\xc0','\x63','\x03','\x80','\x60','\x01','\x00','\x00','\x03','\x80','\x00','\x06','\xc0','\x00','\x0c','\x70','\x00','\x18','\x3f','\x00','\x60','\x1e','\x01','\x80','\x06','\x00','\x0e','\x70','\x00','\x0c','\x60','\x43','\x0c','\x60','\x7f','\x8c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x6c','\x63','\x7f','\xfe','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x66','\x63','\xff','\xff','\x7f','\x00','\x00','\x63','\x00','\x00','\x60','\x08','\x40','\x00','\x0e','\x30','\x00','\x1c','\x18','\x00','\x18','\x0c','\x00','\x30','\x0e','\x00','\x60','\x06','\x01','\x80','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x07','\x80','\x43','\x06','\x80','\x7f','\x86','\xc0','\x63','\x0c','\x40','\x63','\x0c','\x60','\x63','\x18','\x30','\x63','\x10','\x38','\x63','\x20','\x1c','\x63','\x5f','\xef','\x63','\x80','\x06','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x20','\x18','\x63','\x3f','\xfc','\x7f','\x30','\x18','\x63','\x30','\x18','\x60','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x10','\x00','\x00','\x1c','\x00','\x03','\x18','\x00','\x7f','\x98','\x06','\x00','\x1f','\xff','\x00','\x33','\x06','\x00','\x23','\x04','\x00','\x46','\x88','\x00','\x06','\x40','\x03','\x84','\x60','\xfc','\x0c','\x30','\x70','\x18','\x1c','\x40','\x30','\x0f','\x01','\xc0','\x06','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x20','\x64','\x0c','\x3f','\xf7','\xfe','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe6','\x0c','\x32','\x67','\xfc','\x32','\x06','\x0c','\x32','\x00','\x00','\x31','\x02','\x10','\x31','\x03','\x88','\x31','\x83','\x0c','\x30','\x86','\x06','\x30','\xc4','\x06','\x30','\x68','\x06','\x20','\x30','\x00','\x20','\x1c','\x00','\x60','\x0f','\x80','\x40','\x03','\xff','\x80','\x00','\xfe','\x00','\x00','\x00','\x00','\x00','\x06','\x43','\x7f','\xff','\x7f','\x86','\x60','\x63','\x06','\x60','\x63','\x06','\x60','\x63','\x46','\x66','\x63','\x7f','\xff','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x66','\x66','\x63','\x64','\x66','\x63','\x6c','\x7e','\x7f','\x68','\x3e','\x63','\x70','\x06','\x60','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x21','\x80','\x43','\x21','\x86','\x7f','\xff','\xff','\x63','\x60','\x06','\x63','\x60','\x44','\x63','\x01','\xe8','\x63','\x07','\x80','\x63','\x3f','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\x7f','\xff','\x63','\x03','\x00','\x7f','\x03','\x00','\x63','\x03','\x00','\x60','\x03','\x00','\x00','\x03','\x04','\x00','\x03','\x04','\x00','\x03','\x06','\x00','\x03','\xfe','\x00','\x01','\xfc','\x00','\x07','\x00','\x00','\x06','\x08','\x43','\x06','\x0e','\x7f','\x86','\x1c','\x63','\x7f','\xf8','\x63','\x06','\x18','\x63','\x06','\x30','\x63','\x06','\x60','\x63','\x06','\xc6','\x63','\xff','\xff','\x63','\x03','\x00','\x63','\x06','\x00','\x63','\x06','\x08','\x63','\x0f','\x0e','\x7f','\x1e','\x1c','\x63','\x36','\x30','\x60','\x66','\xc0','\x00','\xc7','\x00','\x03','\x06','\x00','\x00','\x06','\x04','\x00','\x06','\x04','\x00','\x06','\x06','\x00','\x07','\xfe','\x00','\x03','\xfc','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x10','\xc0','\x03','\x1f','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x03','\x18','\xc0','\x23','\x18','\xcc','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x08','\x00','\x00','\x0e','\x0c','\x43','\x1d','\xfe','\x7f','\x98','\x00','\x63','\x30','\x00','\x63','\x24','\x00','\x63','\x47','\x00','\x63','\x06','\x00','\x63','\x0c','\x06','\x63','\x0d','\xff','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x38','\x18','\x63','\x58','\x18','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\xf8','\x00','\x18','\x30','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x60','\x04','\x0c','\x60','\x07','\xfe','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x07','\xfc','\x60','\x06','\x03','\xe0','\x00','\x00','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x30','\x08','\x18','\x30','\x0f','\xfc','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xf8','\x30','\x0c','\x18','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x08','\xe0','\x00','\x0e','\xc8','\x43','\x1c','\xc4','\x7f','\x38','\xc6','\x63','\xd8','\xc6','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc6','\x63','\xff','\xff','\x63','\x18','\xc0','\x63','\x18','\xc8','\x63','\x18','\xce','\x63','\x18','\xcc','\x63','\x1e','\xc8','\x63','\xf8','\x58','\x63','\x78','\x50','\x7f','\x58','\x70','\x63','\x18','\x22','\x60','\x18','\x72','\x00','\x18','\xda','\x00','\x18','\x9a','\x00','\x19','\x0e','\x00','\xfa','\x07','\x00','\x30','\x03','\x00','\x00','\x10','\x00','\x18','\x3c','\x43','\x07','\x70','\x7f','\x81','\xe0','\x63','\x07','\x38','\x63','\x38','\x18','\x63','\x03','\x80','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x06','\x00','\x63','\x0d','\xc0','\x63','\x0d','\x80','\x63','\x19','\x86','\x63','\x3f','\xff','\x63','\x71','\x86','\x7f','\xb1','\x86','\x63','\x31','\x86','\x60','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\xbe','\x00','\x31','\x8c','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x0c','\x00','\x7f','\xfe','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x18','\x63','\x3f','\xfc','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x1e','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x7f','\x10','\x0c','\x63','\x1f','\xfe','\x60','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x00','\x06','\x00','\x7f','\xff','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x7f','\x31','\x8c','\x63','\x01','\x80','\x60','\x11','\x80','\x00','\x0d','\x00','\x00','\x07','\x00','\x00','\x03','\x80','\x00','\x06','\xe0','\x00','\x0c','\x7f','\x00','\x30','\x1e','\x00','\xc0','\x06','\x00','\x07','\x00','\x00','\x06','\x00','\x43','\x06','\x10','\x7f','\x86','\x1c','\x63','\x7f','\xf8','\x63','\x06','\x30','\x63','\x06','\x60','\x63','\x06','\xc6','\x63','\xff','\xff','\x63','\x01','\x80','\x63','\x03','\x18','\x63','\x7f','\xfc','\x63','\x0c','\x30','\x63','\x18','\x20','\x63','\x31','\x40','\x7f','\xc1','\x80','\x63','\x01','\x8c','\x60','\xff','\xfe','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x00','\x00','\x00','\x00','\x1c','\x40','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x63','\x00','\x00','\x61','\x80','\x00','\xc1','\xc0','\x01','\x80','\xf0','\x03','\x00','\x7e','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x00','\x03','\xa0','\x00','\x03','\x18','\x43','\x03','\x18','\x7f','\x03','\x06','\x63','\xff','\xff','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x43','\x0c','\x63','\x7f','\xfe','\x63','\x63','\x0c','\x63','\x63','\x0c','\x63','\x63','\x0c','\x63','\x7f','\xfc','\x63','\x63','\x0c','\x63','\x63','\x0c','\x7f','\x63','\x0c','\x63','\x7f','\xfc','\x60','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x3c','\x00','\x63','\x18','\x00','\x00','\x0c','\x00','\x3f','\xfe','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x98','\x63','\x1f','\xfc','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x0e','\x38','\x63','\x0c','\x30','\x7f','\x0c','\x36','\x60','\xff','\xff','\x60','\x0c','\x30','\x00','\x0c','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x30','\x30','\x00','\x20','\x30','\x00','\x40','\x30','\x01','\x80','\x30','\x00','\x70','\x60','\x00','\x60','\x60','\x46','\x60','\x60','\x7e','\x60','\x60','\x66','\x66','\xd0','\x67','\xff','\xd0','\x66','\x60','\xd0','\x66','\x60','\x98','\x66','\x60','\x88','\x66','\x6d','\x8c','\x66','\x7d','\x0f','\x66','\x4d','\x46','\x66','\x4e','\x26','\x66','\x4c','\x30','\x66','\x4c','\x18','\x66','\xcc','\x18','\x7e','\xcc','\x00','\x66','\x8c','\x80','\x60','\x8c','\x60','\x00','\x98','\x30','\x01','\x98','\x18','\x01','\x18','\x1c','\x01','\x78','\x0c','\x02','\x30','\x0c','\x00','\x40','\x06','\x46','\x7f','\xff','\x7f','\x60','\x00','\x66','\x60','\xe0','\x66','\x60','\xc0','\x66','\x60','\xd8','\x66','\x67','\xfc','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xcc','\x66','\x6f','\xfe','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\xe0','\x66','\x60','\xc0','\x7e','\x60','\xcc','\x66','\x4f','\xfe','\x60','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\x80','\xc0','\x01','\x80','\xc0','\x01','\x00','\xc6','\x02','\x3f','\xff','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\x70','\x00','\x46','\x60','\x46','\x7e','\x62','\x7f','\x66','\x7f','\x66','\x66','\xd8','\x66','\x66','\x98','\x66','\x67','\x18','\x66','\x66','\x18','\x66','\x66','\x19','\x66','\x67','\xff','\xe6','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x98','\x66','\x66','\x9f','\x66','\x7e','\x98','\x66','\x66','\x98','\x66','\x60','\x98','\x66','\x00','\x9b','\x7e','\x00','\xbc','\x6c','\x03','\xf0','\x60','\x01','\xc0','\x60','\x01','\x00','\x60','\x00','\x00','\x60','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x11','\x80','\x43','\x11','\x86','\x7f','\xbf','\xff','\x63','\x26','\x66','\x63','\x66','\x64','\x63','\x66','\x68','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x08','\x7e','\x63','\x10','\x3e','\x63','\x60','\x00','\x63','\x00','\x00','\x63','\x00','\x0c','\x7f','\x3f','\xfe','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x02','\x04','\x00','\x03','\x87','\x00','\x07','\x06','\x00','\x06','\x08','\x18','\x0f','\xff','\xfc','\x18','\x08','\x00','\x38','\x08','\x00','\xdf','\xff','\xf0','\x18','\x08','\x00','\x18','\x08','\x00','\x1f','\xff','\xf0','\x18','\x08','\x00','\x18','\x08','\x00','\x18','\x08','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x06','\x0c','\x00','\xff','\xfe','\x43','\x06','\x0c','\x7f','\x0c','\x18','\x63','\x6d','\x98','\x63','\x38','\x70','\x63','\x1c','\x38','\x63','\x36','\x6c','\x63','\x60','\xc6','\x63','\x83','\x06','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x06','\x06','\x63','\xff','\xff','\x63','\x06','\x86','\x7f','\x0c','\x8c','\x60','\xcc','\x4c','\x60','\x28','\x58','\x00','\x18','\x70','\x00','\x1c','\x20','\x00','\x36','\x70','\x00','\x66','\xdc','\x00','\xc1','\x8f','\x03','\x06','\x06','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x8c','\x7f','\x81','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x7f','\x31','\x8c','\x63','\x01','\x80','\x60','\x01','\x86','\x01','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x08','\x43','\x13','\x0e','\x7f','\x93','\x1c','\x63','\x33','\x10','\x63','\x67','\x20','\x63','\x66','\x80','\x63','\x06','\x60','\x63','\x0c','\x38','\x63','\x0c','\x1c','\x63','\x18','\x0e','\x63','\x33','\x86','\x63','\xc3','\x00','\x63','\x03','\x08','\x63','\x23','\x0e','\x7f','\x26','\x9c','\x60','\x46','\x90','\x61','\xc6','\x40','\x01','\x8c','\x40','\x00','\x0c','\x20','\x00','\x18','\x30','\x00','\x30','\x1c','\x00','\x60','\x0f','\x03','\x80','\x06','\x00','\x04','\x00','\x00','\x07','\x00','\x43','\x06','\x0c','\x7f','\x87','\xfe','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x18','\x1c','\x63','\x10','\x18','\x63','\x20','\x38','\x63','\x41','\xf0','\x63','\x00','\x60','\x63','\x02','\x00','\x63','\x27','\x06','\x63','\x3c','\x3f','\x63','\x30','\x06','\x7f','\x30','\x06','\x63','\x32','\x06','\x60','\x3f','\x3e','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x3f','\xfe','\x00','\x30','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x80','\x43','\x06','\x80','\x7f','\x8c','\x40','\x63','\x08','\x60','\x63','\x10','\x30','\x63','\x2f','\xdc','\x63','\x40','\x0f','\x63','\x80','\x66','\x63','\x3f','\xf0','\x63','\x00','\x60','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x01','\x80','\x7f','\x01','\x80','\x63','\x1a','\x10','\x60','\x59','\x0c','\x00','\x59','\x86','\x00','\xd9','\xa3','\x00','\x98','\x23','\x01','\x98','\x30','\x01','\x9f','\xf0','\x00','\x0f','\xe0','\x00','\x00','\x06','\x00','\xff','\xff','\x46','\x00','\x00','\x7f','\x00','\x00','\x66','\x40','\x0c','\x66','\x7f','\xfe','\x66','\x60','\x0c','\x66','\x60','\x0c','\x66','\x60','\x0c','\x66','\x7f','\xfc','\x66','\x60','\x0c','\x66','\x61','\xc0','\x66','\x61','\x80','\x66','\x61','\x86','\x66','\x7f','\xff','\x7e','\x61','\x80','\x66','\xc3','\x40','\x60','\xc3','\x40','\x00','\x83','\x20','\x01','\x86','\x30','\x01','\x06','\x18','\x02','\x0c','\x1f','\x00','\x18','\x0e','\x00','\x60','\x06','\x00','\x06','\x00','\x00','\x3f','\x00','\x01','\xf0','\x00','\x46','\x30','\x86','\x7f','\x30','\xff','\x66','\x30','\xc6','\x66','\x30','\xc6','\x66','\x36','\xc6','\x67','\xff','\xc6','\x66','\x30','\xc6','\x66','\x30','\xc6','\x66','\x78','\xc6','\x66','\x74','\xc6','\x66','\x74','\xc6','\x66','\xf6','\xc6','\x7e','\xb6','\xc6','\x61','\xb0','\xc6','\x61','\x30','\xc6','\x02','\x30','\xc6','\x04','\x30','\xfe','\x08','\x30','\xc6','\x00','\x30','\xc0','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x00','\x30','\x00','\x1f','\xf8','\x43','\x00','\x30','\x7f','\x80','\x30','\x63','\x1f','\xf0','\x63','\x00','\x30','\x63','\x00','\x30','\x63','\x00','\x36','\x63','\x7f','\xff','\x63','\x03','\x80','\x63','\x07','\x04','\x63','\x0d','\x87','\x63','\x19','\x86','\x63','\x63','\xcc','\x63','\x06','\xd0','\x7f','\x0c','\xe0','\x63','\x19','\xe0','\x60','\x63','\xd0','\x00','\x06','\xd8','\x00','\x0c','\xcf','\x00','\x30','\xce','\x00','\xc0','\xc6','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x11','\x80','\x43','\x11','\x86','\x7f','\xbf','\xff','\x63','\x30','\x06','\x63','\x64','\x04','\x63','\x66','\x30','\x63','\x0f','\xf8','\x63','\x0c','\x30','\x63','\x18','\x60','\x63','\x34','\x60','\x63','\x42','\xc0','\x63','\x01','\x80','\x63','\x03','\x60','\x63','\x06','\x3f','\x7f','\x0c','\x1e','\x63','\x30','\x06','\x60','\xdf','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x18','\x43','\x0f','\xfc','\x7f','\x8c','\x18','\x63','\x18','\x30','\x63','\x14','\x30','\x63','\x24','\x60','\x63','\x42','\xc0','\x63','\x01','\x80','\x63','\x03','\xc0','\x63','\x06','\x70','\x63','\x0c','\x3f','\x63','\x30','\x1e','\x63','\xc0','\x06','\x7f','\x10','\x18','\x63','\x1f','\xfc','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x00','\xe8','\x00','\x00','\xc6','\x00','\x00','\xc6','\x46','\x00','\xc0','\x7f','\x40','\xc6','\x66','\x7f','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x6f','\xc4','\x66','\x60','\xc7','\x66','\x60','\xc6','\x66','\x6f','\x4c','\x66','\x69','\x4c','\x66','\x69','\x48','\x66','\x69','\x58','\x7e','\x49','\x70','\x66','\xcf','\x22','\x60','\xc0','\x72','\x00','\x80','\x52','\x01','\x80','\xda','\x01','\x01','\x8e','\x02','\x03','\x07','\x04','\x0c','\x03','\x00','\x20','\x06','\x00','\x3f','\xff','\x43','\x31','\x86','\x7f','\xb1','\x86','\x63','\x3f','\xfe','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x30','\x06','\x63','\x00','\x00','\x63','\x1f','\xfc','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\x1f','\xfc','\x63','\x18','\x0c','\x60','\x18','\x0c','\x00','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x7c','\x00','\x18','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x02','\x01','\x00','\x01','\x81','\xc0','\x20','\xc1','\x80','\x20','\xc2','\x06','\x7f','\xff','\xff','\x60','\x1c','\x06','\xc0','\x18','\x08','\xcf','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x0c','\x70','\x00','\x3e','\x60','\x01','\xf0','\x60','\x46','\x30','\x60','\x7f','\x30','\x64','\x66','\x31','\x67','\x66','\x31','\x66','\x67','\xff','\x66','\x66','\x31','\x64','\x66','\x33','\x6c','\x66','\x73','\x68','\x66','\x78','\x60','\x66','\x74','\x70','\x66','\xf6','\x50','\x66','\xb6','\x50','\x66','\xb0','\xd0','\x7f','\xb0','\xd0','\x61','\x30','\xd8','\x62','\x30','\x88','\x00','\x30','\x88','\x00','\x31','\x8c','\x00','\x31','\x0f','\x00','\x31','\x06','\x00','\x32','\x06','\x00','\x01','\xc0','\x00','\x39','\x87','\x43','\x31','\x86','\x7f','\xb1','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x30','\x06','\x63','\x00','\x00','\x63','\x00','\x06','\x63','\xff','\xff','\x63','\x01','\x80','\x63','\x01','\x00','\x63','\x22','\x06','\x63','\x3f','\xff','\x7f','\x32','\x46','\x63','\x32','\x46','\x60','\x32','\x46','\x00','\x32','\x46','\x00','\x32','\x46','\x00','\x32','\x46','\x00','\x32','\x46','\x00','\x32','\x5e','\x00','\x30','\x0c','\x00','\x00','\x00','\x00','\x46','\x46','\x46','\x7f','\x7f','\x7f','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7e','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7e','\x66','\x66','\x66','\x66','\x66','\x60','\x66','\x66','\x60','\x66','\x7e','\x68','\x66','\x66','\x64','\x66','\x60','\x66','\x66','\x00','\x6b','\x7e','\x01','\xf3','\x6c','\x00','\xe3','\x60','\x00','\x80','\x60','\x00','\x00','\x60','\x20','\x64','\x0c','\x3f','\xf7','\xfe','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x8c','\x7f','\xbf','\xfe','\x63','\x08','\x20','\x63','\x04','\x38','\x63','\x06','\x30','\x63','\x26','\x42','\x63','\x3f','\xff','\x63','\x60','\x06','\x63','\x61','\xc8','\x63','\x01','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x63','\x31','\x8c','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x60','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\xbc','\x00','\x31','\x98','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x46','\x03','\x06','\x7e','\xff','\xff','\x66','\x03','\x00','\x66','\x03','\x00','\x66','\x43','\x0c','\x66','\x7f','\xfe','\x66','\x60','\x0c','\x66','\x68','\x4c','\x66','\x64','\x6c','\x66','\x64','\x4c','\x66','\x60','\x8c','\x66','\x6f','\xec','\x66','\x63','\x0c','\x66','\x63','\x0c','\x7e','\x63','\x0c','\x66','\x6f','\xec','\x60','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x3c','\x00','\x60','\x18','\x00','\x03','\x00','\x00','\x03','\x00','\x46','\x06','\x80','\x7f','\x06','\x40','\x66','\x0c','\x60','\x66','\x18','\x30','\x66','\x30','\x1c','\x66','\x60','\x4f','\x67','\x9f','\xe6','\x66','\x00','\x00','\x66','\x00','\x00','\x66','\x42','\x0e','\x66','\x7f','\x4c','\x66','\x42','\x4c','\x66','\x42','\x4c','\x7e','\x7e','\x4c','\x66','\x42','\x4c','\x60','\x42','\x4c','\x00','\x7e','\x4c','\x00','\x42','\x4c','\x00','\x42','\x0c','\x00','\x42','\x0c','\x00','\x4e','\x3c','\x00','\x46','\x18','\x00','\x1c','\x07','\x00','\x18','\x06','\x46','\x19','\xa6','\x7f','\xff','\xe6','\x66','\x18','\x26','\x66','\x18','\x26','\x66','\x99','\x26','\x66','\xff','\xa6','\x66','\x99','\x26','\x66','\x99','\x26','\x66','\x99','\x26','\x66','\x99','\x26','\x66','\xff','\x26','\x66','\x99','\x26','\x66','\x38','\x26','\x7e','\x38','\x26','\x66','\x7c','\x26','\x60','\x5b','\x26','\x00','\xd9','\x86','\x00','\x99','\x86','\x01','\x18','\x06','\x06','\x18','\x06','\x00','\x18','\x3e','\x00','\x18','\x0c','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x06','\x7f','\xff','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x1f','\xf0','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x63','\x40','\x00','\x63','\x40','\x06','\x63','\x7f','\xff','\x63','\xc0','\x06','\x63','\xc0','\x04','\x7f','\x1c','\xe8','\x63','\x18','\xc0','\x60','\x18','\xc0','\x00','\x18','\xc2','\x00','\x30','\xc2','\x00','\x30','\xc2','\x00','\x60','\xc3','\x00','\xc0','\xff','\x03','\x00','\x7e','\x00','\x02','\x00','\x00','\x03','\x80','\x00','\x23','\x18','\x43','\x3f','\xfc','\x7f','\xb0','\x18','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x00','\x63','\x30','\x06','\x63','\x3f','\xff','\x63','\x30','\x00','\x7f','\x30','\x06','\x63','\x3f','\xff','\x60','\x30','\x06','\x00','\x80','\x46','\x00','\x92','\x26','\x01','\x91','\x26','\x01','\x99','\x0e','\x03','\x18','\x0c','\x03','\x00','\x7c','\x00','\x00','\x18','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x26','\x18','\x43','\x3f','\xfc','\x7f','\xb0','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x7f','\x03','\x80','\x60','\x03','\x06','\x61','\xff','\xff','\x00','\x06','\x80','\x00','\x06','\x40','\x00','\x0c','\x60','\x00','\x18','\x38','\x00','\x30','\x1f','\x01','\xc0','\x06','\x00','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x43','\x06','\x20','\x7f','\xbf','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x98','\x63','\x1f','\xfc','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\x7f','\xff','\x63','\x06','\x00','\x63','\x06','\x00','\x7f','\x0c','\x00','\x63','\x08','\x0c','\x60','\x1f','\xfe','\x00','\x30','\xc0','\x00','\x60','\xc0','\x00','\xc0','\xc0','\x03','\x00','\xc0','\x00','\x00','\xc6','\x00','\x3f','\xff','\x00','\x00','\x06','\x00','\xff','\xff','\x43','\x03','\x00','\x7f','\x82','\x00','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x06','\x00','\x7f','\x0c','\x18','\x63','\x1f','\xfc','\x60','\x30','\x30','\x00','\x68','\x60','\x01','\x86','\xc0','\x00','\x03','\x80','\x00','\x0e','\xf0','\x00','\x38','\x3f','\x01','\xc0','\x0e','\x00','\x07','\x04','\x00','\x06','\x07','\x43','\x06','\x0e','\x7f','\xbf','\xec','\x63','\x06','\x18','\x63','\x06','\x32','\x63','\xff','\xff','\x63','\x01','\xc0','\x63','\x03','\x08','\x63','\x0c','\x1c','\x63','\x3c','\x70','\x63','\xcf','\x84','\x63','\x0c','\x06','\x63','\x07','\xfe','\x63','\x00','\x00','\x7f','\x00','\x00','\x63','\x1f','\xf8','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x01','\xc0','\x00','\x39','\x8e','\x43','\x31','\x8c','\x7f','\xb1','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x33','\x0c','\x63','\x02','\x00','\x63','\x04','\x06','\x63','\xff','\xff','\x63','\x01','\xc0','\x63','\x01','\x80','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x60','\x3f','\xfc','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x88','\x00','\x01','\x84','\x00','\xff','\xfe','\x00','\x7f','\x03','\x00','\x40','\x03','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x8c','\x7f','\x7f','\xfe','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x1f','\xf8','\x63','\x00','\x00','\x60','\x00','\x06','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x0c','\x60','\x00','\x1e','\x1c','\x00','\x38','\x0e','\x00','\xc0','\x06','\x00','\x40','\x0c','\x00','\x7f','\xfe','\x46','\x60','\x00','\x7f','\x60','\x00','\x66','\x63','\xf0','\x66','\x62','\x10','\x66','\x62','\x10','\x66','\x62','\x10','\x66','\x62','\x10','\x66','\x63','\xf0','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x6f','\x3c','\x66','\x69','\x24','\x66','\x69','\x24','\x66','\x69','\x24','\x7e','\x69','\x24','\x66','\x69','\x24','\x60','\x6f','\x3c','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\x00','\x7f','\xff','\x00','\x60','\x00','\x00','\x38','\x80','\x00','\x30','\xe0','\x46','\x30','\xc0','\x7f','\xfe','\xc0','\x66','\x30','\xc0','\x66','\x30','\x86','\x66','\x30','\xff','\x67','\xff','\x88','\x66','\x01','\x0e','\x66','\x31','\x4c','\x66','\x32','\x4c','\x66','\x30','\x4c','\x67','\xff','\x48','\x66','\x60','\x28','\x66','\x60','\x28','\x66','\x7e','\x38','\x7e','\x66','\x10','\x66','\x66','\x10','\x60','\xc6','\x38','\x00','\xc6','\x28','\x00','\x8c','\x2c','\x01','\x8c','\x6f','\x01','\x3c','\x46','\x06','\x19','\x86','\x00','\x03','\x80','\x00','\x03','\x0c','\x43','\x7f','\xfe','\x7f','\x83','\x00','\x63','\x03','\x18','\x63','\x3f','\xfc','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x7f','\x30','\x18','\x63','\x3f','\xf8','\x60','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x0c','\x00','\x00','\x1e','\x78','\x00','\x38','\x1e','\x00','\xc0','\x06','\x00','\x38','\x40','\x00','\x30','\x70','\x46','\x30','\x60','\x7f','\x30','\xc6','\x66','\x32','\xff','\x67','\xff','\x80','\x66','\x61','\x40','\x66','\x62','\x60','\x66','\x60','\x44','\x66','\x66','\xfe','\x66','\x7e','\xb0','\x66','\x67','\x30','\x66','\x66','\x30','\x66','\x66','\x32','\x66','\x67','\xff','\x66','\x66','\x30','\x7e','\x66','\x30','\x66','\x46','\x38','\x60','\xc6','\x68','\x00','\xc6','\x68','\x00','\x8c','\x4c','\x01','\x8c','\xcf','\x01','\x3c','\x86','\x02','\x19','\x06','\x00','\x38','\x40','\x00','\x30','\x70','\x44','\x32','\x60','\x7f','\xff','\x60','\x64','\x30','\x46','\x64','\x30','\xff','\x65','\x32','\x86','\x65','\xff','\x04','\x65','\x32','\x68','\x65','\x32','\x60','\x65','\x32','\x60','\x65','\x32','\x60','\x65','\xfe','\x60','\x65','\x32','\x60','\x64','\x70','\x70','\x7c','\x78','\x50','\x64','\xf4','\xd0','\x60','\xb6','\xd0','\x01','\xb6','\xd8','\x01','\x30','\x88','\x02','\x30','\x8c','\x0c','\x31','\x8f','\x00','\x31','\x06','\x00','\x32','\x06','\x00','\x03','\x80','\x00','\x03','\x00','\x01','\x03','\x06','\x89','\xff','\xff','\xfd','\x80','\x00','\xc9','\x8c','\x30','\xc9','\x88','\x20','\xc9','\x8b','\x26','\xc9','\xff','\xff','\xc9','\x88','\x20','\xc9','\x88','\x20','\xc9','\x98','\x70','\xc9','\x9e','\x70','\xc9','\x9b','\x70','\xc9','\x9b','\x78','\xc9','\xb8','\xe8','\xf9','\xa8','\xa8','\xcb','\x28','\xac','\xc3','\x69','\xa6','\x02','\x49','\x27','\x02','\x8a','\x22','\x04','\x08','\x20','\x08','\x08','\x20','\x00','\x08','\x20','\x00','\x00','\xe0','\x00','\x80','\xcc','\x46','\x4f','\xfe','\x7f','\x60','\xc0','\x66','\x60','\xc0','\x66','\x67','\xfc','\x66','\x04','\xc4','\x66','\x04','\xc4','\x66','\x04','\xc4','\x66','\x07','\xfc','\x66','\x64','\xc4','\x67','\xf4','\xc4','\x66','\x64','\xc4','\x66','\x67','\xfc','\x66','\x60','\xc0','\x7e','\x60','\xc6','\x66','\x7f','\xff','\x60','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x00','\x70','\x00','\x03','\xdf','\xff','\x01','\x87','\xfe','\x01','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x8c','\x43','\x3f','\xfe','\x7f','\x81','\x80','\x63','\x01','\x98','\x63','\x1f','\xfc','\x63','\x00','\x00','\x63','\x20','\x06','\x63','\x3f','\xff','\x63','\x60','\x06','\x63','\x6f','\xf4','\x63','\x00','\x00','\x63','\x1f','\xf8','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x1f','\xf8','\x00','\x00','\x20','\x00','\x10','\x38','\x00','\x0c','\x30','\x00','\x06','\x20','\x00','\x06','\x46','\x00','\xff','\xff','\x00','\x00','\x00','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x01','\x80','\xc0','\x05','\x24','\x88','\x05','\x74','\xbc','\x0d','\x0d','\x80','\x0a','\x89','\x40','\x02','\x62','\x30','\x14','\x24','\x10','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x30','\xc0','\x00','\x20','\x00','\x08','\x40','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x0e','\x70','\x00','\x0c','\x64','\x46','\x6c','\x6e','\x7f','\x4f','\x78','\x66','\x4c','\x62','\x66','\x4c','\x63','\x66','\x4f','\x7f','\x67','\xf8','\x3e','\x66','\xcc','\x00','\x66','\x0f','\xe0','\x66','\x18','\x60','\x66','\x30','\x8c','\x66','\xff','\xfe','\x66','\x31','\x0c','\x66','\x31','\x0c','\x7e','\x3f','\xfc','\x66','\x31','\x0c','\x60','\x31','\x0c','\x00','\x3f','\xfc','\x00','\x20','\x0c','\x00','\x60','\x0c','\x00','\x40','\x0c','\x00','\x80','\x7c','\x03','\x00','\x18','\x00','\xcc','\x04','\x00','\x88','\x0e','\x44','\x88','\x98','\x7c','\x88','\xe0','\x67','\xfe','\xc0','\x64','\x88','\xc0','\x64','\x88','\xc0','\x64','\x88','\xc6','\x64','\xf8','\xff','\x64','\x88','\xcc','\x64','\x88','\xcc','\x64','\x88','\xcc','\x64','\xf8','\xcc','\x64','\x88','\xcc','\x64','\x88','\xcc','\x7c','\x88','\xcc','\x67','\xfe','\xcc','\x60','\x00','\xcc','\x01','\x10','\x8c','\x01','\xc8','\x8c','\x03','\x8d','\x8c','\x03','\x0d','\x0c','\x06','\x01','\x0c','\x08','\x02','\x0c','\x00','\x38','\x46','\x00','\x30','\x7f','\x44','\x31','\x46','\x7f','\xff','\xc6','\x64','\x30','\x46','\x64','\x30','\x46','\x64','\x30','\x46','\x65','\xfe','\x7e','\x65','\x02','\x46','\x65','\x02','\x46','\x65','\xfe','\x46','\x65','\x02','\x46','\x65','\x02','\x46','\x65','\x02','\x7e','\x65','\xfe','\x46','\x64','\x30','\x46','\x7c','\x30','\x46','\x64','\x31','\x46','\x63','\xff','\xc6','\x00','\x30','\xc6','\x00','\x30','\x86','\x00','\x31','\x86','\x00','\x31','\x1e','\x00','\x32','\x0c','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x46','\x60','\x0c','\x7e','\x7f','\xfe','\x66','\xa4','\x90','\x67','\x24','\x90','\x66','\x24','\x90','\x66','\x24','\x90','\x66','\x24','\x96','\x67','\xff','\xff','\x66','\x24','\x90','\x66','\x24','\x90','\x66','\x24','\x90','\x66','\x24','\x90','\x66','\x24','\x96','\x7f','\xff','\xff','\x66','\x00','\x00','\x60','\x00','\x00','\x00','\x44','\x88','\x00','\x44','\x44','\x00','\x8c','\x46','\x03','\x8c','\x63','\x03','\x0c','\x63','\x00','\x03','\x80','\x00','\x03','\x0c','\x00','\x7f','\xfe','\x43','\x10','\x20','\x7f','\x88','\x20','\x63','\x08','\x46','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x63','\x3f','\xf8','\x63','\x30','\x18','\x63','\x30','\x18','\x7f','\x3f','\xf8','\x63','\x00','\x00','\x60','\x0e','\x88','\x00','\x4c','\xc6','\x00','\x4c','\xd3','\x00','\xcc','\x13','\x01','\x8c','\x18','\x01','\x8f','\xf8','\x00','\x07','\xf0','\x00','\x18','\x18','\x00','\x10','\x10','\x46','\x13','\x16','\x7f','\xff','\xff','\x66','\x10','\x10','\x66','\x3c','\x30','\x66','\x36','\x38','\x66','\x76','\x7c','\x66','\xd0','\xd7','\x67','\x13','\x12','\x66','\x10','\x10','\x66','\x00','\x00','\x66','\x7f','\xf8','\x66','\x00','\x00','\x66','\x00','\x06','\x7f','\xff','\xff','\x66','\x03','\x00','\x60','\x43','\x00','\x00','\x73','\x20','\x00','\x63','\x18','\x00','\xc3','\x0c','\x01','\x83','\x0e','\x02','\x1f','\x06','\x00','\x06','\x00','\x00','\x00','\xc0','\x00','\x00','\x84','\x43','\x1f','\xfe','\x7f','\x80','\x84','\x63','\x00','\x84','\x63','\x3f','\xff','\x63','\x00','\x84','\x63','\x00','\x84','\x63','\x1f','\xfc','\x63','\x00','\x80','\x63','\x38','\x87','\x63','\x34','\x96','\x63','\x36','\xb6','\x63','\x32','\xa6','\x63','\x30','\x86','\x7f','\x3f','\xfe','\x63','\x31','\x86','\x60','\x31','\xc6','\x00','\x32','\xa6','\x00','\x22','\xb6','\x00','\x24','\x96','\x00','\x68','\x96','\x00','\x40','\x86','\x00','\x80','\x06','\x00','\x40','\x80','\x00','\x70','\xe0','\x46','\x66','\xc6','\x7e','\xff','\xff','\x66','\xa1','\x20','\x67','\x12','\x18','\x66','\x18','\x18','\x66','\x18','\x00','\x66','\x00','\x0c','\x66','\xff','\xfe','\x66','\x03','\x00','\x66','\x23','\x10','\x66','\x33','\x18','\x66','\x33','\x18','\x66','\x63','\x30','\x7e','\x63','\x30','\x66','\xd3','\x68','\x60','\x9b','\x46','\x01','\x1b','\x83','\x02','\x03','\x03','\x00','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x00','\x10','\x30','\x00','\x1f','\xf8','\x43','\x18','\x30','\x7f','\x98','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x7c','\x7c','\x63','\x44','\x44','\x63','\x44','\x44','\x63','\x44','\x44','\x63','\x7c','\x7c','\x63','\x03','\x80','\x63','\x03','\x06','\x7f','\xff','\xff','\x63','\x07','\x40','\x60','\x0f','\x40','\x00','\x0b','\x20','\x00','\x1b','\x38','\x00','\x33','\x1f','\x00','\x63','\x0e','\x01','\x83','\x06','\x00','\x03','\x00','\x00','\x0e','\x38','\x00','\x0c','\x32','\x43','\x7f','\xff','\x7f','\x8c','\x30','\x63','\x0c','\x30','\x63','\x01','\x80','\x63','\x01','\x86','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x0f','\xf0','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0f','\xf0','\x63','\x40','\x06','\x7f','\x7f','\xff','\x63','\x60','\x06','\x60','\x67','\xe6','\x00','\x64','\x26','\x00','\x64','\x26','\x00','\x64','\x26','\x00','\x67','\xe6','\x00','\x60','\x06','\x00','\x60','\x3e','\x00','\x60','\x0c','\x00','\x01','\xc0','\x00','\x41','\x80','\x46','\x41','\x86','\x7f','\x7f','\xff','\x66','\xc0','\x04','\x66','\xc1','\x00','\x66','\x0c','\x8c','\x66','\x2c','\xa6','\x66','\x6c','\x36','\x66','\x67','\xf0','\x66','\x00','\x00','\x66','\x00','\x00','\x66','\x7f','\xfc','\x66','\x44','\x44','\x66','\x44','\x44','\x7e','\x7f','\xfc','\x66','\x00','\x00','\x60','\x00','\x06','\x01','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x13','\x30','\x00','\x1f','\xf8','\x46','\x10','\x10','\x7f','\x1f','\xf0','\x66','\x10','\x10','\x66','\x1f','\xf0','\x66','\x10','\x10','\x66','\x1f','\xf0','\x66','\x00','\x00','\x66','\x7f','\xfc','\x66','\x41','\x04','\x66','\x41','\x04','\x66','\x7f','\xfc','\x66','\x41','\x04','\x7e','\x41','\x04','\x66','\x7f','\xfc','\x60','\x18','\x30','\x01','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x30','\x30','\x00','\x60','\x30','\x01','\x80','\x30','\x00','\x20','\x07','\x01','\x70','\x86','\x89','\xcf','\xc6','\xfd','\x04','\xb6','\xc9','\x24','\xa6','\xc9','\x34','\xa6','\xc9','\xd4','\xa6','\xcb','\x8b','\xa6','\xc9','\x31','\xa6','\xc8','\x30','\x26','\xc8','\x6c','\x26','\xc8','\x63','\x26','\xc8','\xc1','\xa6','\xc9','\xfd','\xa6','\xcb','\x10','\x26','\xfc','\x10','\x26','\xc9','\xff','\x26','\xc0','\x12','\x06','\x01','\x13','\x06','\x00','\xd2','\x06','\x00','\x54','\x06','\x03','\xff','\x06','\x01','\xe0','\x3e','\x01','\x00','\x0c','\x00','\x03','\x80','\x00','\x03','\x06','\x46','\xff','\xff','\x7f','\x03','\x00','\x66','\x43','\x06','\x66','\x7f','\xff','\x66','\xc0','\x06','\x66','\xdf','\xf4','\x66','\x11','\x10','\x66','\x1f','\xf0','\x66','\x11','\x10','\x66','\x11','\x10','\x66','\x1f','\xf0','\x66','\x04','\x0c','\x66','\xff','\xfe','\x7e','\x7f','\x06','\x66','\x03','\x00','\x60','\x23','\x18','\x00','\x3b','\xfc','\x00','\x33','\x00','\x00','\x7b','\x00','\x00','\x6f','\x00','\x00','\xc3','\xff','\x03','\x00','\xfe','\x00','\x03','\x80','\x00','\x03','\x06','\x46','\xff','\xff','\x7f','\x03','\x00','\x66','\x43','\x06','\x66','\x7f','\xff','\x66','\xc0','\x06','\x66','\xdf','\xf4','\x66','\x11','\x10','\x66','\x1f','\xf0','\x66','\x11','\x10','\x66','\x11','\x10','\x66','\x1f','\xf0','\x66','\x00','\x06','\x66','\xff','\xff','\x7e','\x03','\x06','\x66','\x23','\x04','\x60','\x3b','\x18','\x00','\x33','\xfc','\x00','\x33','\x00','\x00','\x6b','\x00','\x00','\x47','\x00','\x00','\x83','\xff','\x03','\x00','\xfe','\x00','\x0e','\x70','\x00','\x0c','\x60','\x00','\x0c','\x66','\x46','\xff','\xff','\x7f','\x0c','\x60','\x66','\x0c','\x60','\x66','\x0f','\xe0','\x66','\x00','\x00','\x66','\x30','\x32','\x66','\x37','\xb3','\x67','\xf4','\xb6','\x66','\x34','\xb8','\x66','\x34','\xb0','\x66','\x34','\xb2','\x67','\xf4','\xb2','\x66','\xb7','\xb3','\x7e','\x30','\x3f','\x66','\x30','\x1e','\x60','\x00','\x00','\x00','\x44','\x88','\x00','\x44','\x44','\x00','\x8c','\x46','\x03','\x8c','\x63','\x03','\x0c','\x63','\x0c','\x42','\x46','\x0e','\x7f','\x7f','\x50','\x42','\x66','\x24','\x7e','\x66','\x37','\x42','\x64','\x06','\x42','\x68','\x08','\x7e','\x64','\x12','\x44','\x62','\xff','\x42','\x63','\x66','\x4f','\x63','\x0d','\xf3','\x6f','\x30','\xc0','\x66','\xc0','\x70','\x60','\x20','\x60','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x31','\x03','\x0c','\x31','\xff','\x8c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\xff','\x0c','\x31','\x83','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x4c','\x4c','\x00','\x7e','\x7e','\x46','\x44','\x44','\x7f','\x44','\x44','\x66','\x7c','\x7c','\x66','\x44','\x44','\x66','\x44','\x44','\x66','\x7c','\x7c','\x66','\x44','\x44','\x66','\x44','\x44','\x66','\x7c','\x7c','\x66','\x00','\x00','\x66','\x4c','\x4c','\x66','\xe4','\xe6','\x7f','\x81','\x86','\x66','\x0c','\x00','\x61','\xff','\xff','\x00','\x18','\x30','\x00','\x30','\x60','\x00','\x7e','\xc0','\x00','\x63','\x80','\x00','\x06','\xf0','\x00','\x1c','\x3e','\x01','\xe0','\x06','\x08','\x62','\x18','\x0f','\xf3','\xfc','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0f','\xe3','\xf8','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x80','\x37','\xf8','\xe0','\x30','\xc0','\xc0','\x30','\xc8','\x86','\x3f','\xfd','\xff','\x32','\x11','\x18','\x32','\x13','\x18','\x33','\xf2','\x98','\x32','\x14','\x98','\x32','\x10','\x50','\x23','\xf0','\x70','\x62','\x10','\x20','\x62','\x10','\x70','\x5f','\xf0','\x58','\x4f','\x10','\xcc','\x88','\x11','\x8f','\x00','\x16','\x06','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x30','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\xc0','\x00','\x03','\xe1','\xc0','\x1f','\x00','\x3c','\xf0','\x00','\x0f','\x1f','\xe7','\xfb','\x18','\x66','\x18','\x18','\x66','\x18','\x1f','\xe7','\xf8','\x18','\x66','\x18','\x00','\x00','\x1c','\x00','\x03','\xfe','\x00','\xff','\x88','\x46','\x44','\x0c','\x7f','\x33','\x18','\x66','\x91','\x16','\x66','\xff','\xff','\x66','\xc4','\x46','\x66','\xc4','\x46','\x66','\xff','\xfe','\x66','\x00','\x00','\x66','\xfe','\x0e','\x66','\xc6','\x0c','\x66','\xc6','\x0c','\x66','\xfe','\xff','\x7e','\xc6','\x0c','\x66','\xc6','\x8c','\x60','\xfe','\x4c','\x00','\xc0','\x6c','\x00','\xc8','\x6c','\x00','\xc6','\x0c','\x03','\xfb','\x0c','\x01','\xc3','\x7c','\x01','\x00','\x18','\x00','\x00','\x0c','\x00','\x7f','\xfe','\x46','\x08','\x20','\x7f','\x0f','\xe0','\x66','\x08','\x20','\x66','\x08','\x20','\x66','\x0f','\xe0','\x66','\x08','\x20','\x66','\x08','\x3e','\x66','\xff','\xe0','\x66','\x38','\x20','\x66','\x00','\x20','\x66','\x06','\x06','\x67','\xff','\xff','\x66','\x44','\x44','\x7e','\x7c','\x7c','\x66','\x44','\x44','\x60','\x44','\x44','\x00','\x7c','\x7c','\x00','\x44','\x44','\x00','\x44','\x44','\x03','\xff','\xfc','\x01','\xc5','\xc4','\x00','\x04','\x04','\x00','\x70','\x80','\x00','\x60','\xe8','\x88','\x66','\xcc','\xff','\xff','\x98','\xc8','\x01','\x90','\xc9','\x11','\x26','\xc9','\x13','\xff','\xc9','\x37','\x90','\xca','\xa9','\x90','\xca','\x4d','\x90','\xcc','\x85','\x94','\xc8','\x01','\xfe','\xc8','\x61','\x90','\xc8','\x65','\x90','\xcf','\xff','\x90','\xc8','\xe1','\x94','\xf8','\xf1','\xfe','\xc9','\xe9','\x90','\xc1','\x6d','\x90','\x03','\x6d','\x90','\x06','\x61','\x96','\x08','\x61','\xff','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x38','\x18','\x00','\x30','\x10','\x00','\x34','\x12','\x45','\xfe','\xff','\x7e','\x30','\x10','\x64','\x30','\x12','\x65','\xfe','\xff','\x65','\x32','\x92','\x65','\x32','\x92','\x65','\x32','\xfe','\x65','\xfe','\x92','\x65','\x32','\x92','\x65','\x32','\xfe','\x65','\x32','\x64','\x65','\xfe','\x42','\x64','\x31','\xff','\x7c','\x30','\xc3','\x64','\x34','\x0c','\x63','\xfe','\xff','\x60','\x30','\x0c','\x00','\x31','\xcc','\x00','\x30','\xcc','\x00','\x30','\x3c','\x00','\x30','\x18','\x00','\x0e','\x70','\x00','\x0c','\x66','\x00','\xff','\xff','\x46','\x0c','\x60','\x7f','\x10','\x30','\x66','\x7c','\x24','\x66','\x10','\xfe','\x66','\xfe','\x24','\x66','\x24','\xa4','\x66','\x47','\x64','\x67','\x90','\x24','\x66','\x7e','\x75','\x66','\x10','\x57','\x66','\xfe','\x93','\x7e','\x60','\x00','\x66','\x00','\x0c','\x60','\xff','\xfe','\x60','\x00','\x00','\x03','\xff','\xff','\x00','\x0c','\x10','\x00','\x08','\x0c','\x00','\xff','\xf6','\x00','\x7e','\x06','\x00','\x40','\x00','\x00','\x02','\x08','\x01','\x31','\x0e','\x01','\xf9','\x8c','\x45','\x11','\x98','\x7d','\x14','\x12','\x65','\x17','\xff','\x65','\x16','\x46','\x65','\xf6','\x46','\x65','\x17','\xfe','\x65','\x16','\x46','\x65','\x16','\x46','\x65','\x16','\x46','\x65','\xf7','\xfe','\x65','\x10','\x00','\x65','\x12','\x0c','\x7d','\x13','\xfe','\x65','\x13','\x0c','\x61','\xf3','\x0c','\x00','\x03','\xfc','\x01','\x23','\x0c','\x01','\x93','\x0c','\x03','\x1b','\x0c','\x02','\x1b','\xfc','\x04','\x03','\x0c','\x01','\x00','\x06','\x01','\xff','\xff','\x01','\x80','\x06','\x45','\xff','\xfe','\x7d','\x80','\x00','\x65','\x9c','\x9c','\x65','\x80','\x80','\x65','\x9c','\x9c','\x65','\x80','\x00','\x65','\xbf','\xfe','\x65','\xa2','\x22','\x65','\xa2','\x22','\x65','\xbf','\xfe','\x65','\x8c','\x00','\x65','\x9f','\xfe','\x7d','\xb2','\x06','\x61','\xff','\xe6','\x61','\x22','\x26','\x03','\x22','\x26','\x02','\x3f','\xe6','\x02','\x02','\x0e','\x04','\x02','\x4c','\x08','\x7f','\xfc','\x00','\x38','\x58','\x00','\x18','\x00','\x00','\x10','\x06','\x46','\xfe','\xff','\x7e','\x10','\x26','\x66','\x10','\x26','\x66','\xfe','\x26','\x66','\x10','\x66','\x66','\x10','\x5e','\x66','\xfe','\x4c','\x66','\x61','\x80','\x66','\x19','\xf8','\x66','\x19','\x80','\x67','\xff','\xff','\x66','\x60','\x0c','\x66','\x69','\x2c','\x7e','\x65','\x4c','\x66','\x6f','\xec','\x60','\x63','\x0c','\x00','\x67','\x8c','\x00','\x65','\x6c','\x00','\x69','\x2c','\x00','\x60','\x0c','\x00','\x7f','\xfc','\x00','\x60','\x0c','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x80','\x06','\x60','\xee','\x06','\x60','\xcc','\x06','\x61','\xcc','\x06','\x61','\x8c','\x46','\x61','\x8c','\x76','\x63','\x8c','\xe6','\x63','\x8d','\x86','\x65','\x8e','\x06','\x69','\x8c','\x06','\x61','\x8c','\x06','\x61','\x8c','\x26','\x61','\x8c','\x26','\x61','\x8c','\x26','\x61','\x8c','\x36','\x61','\x8f','\xf6','\x61','\x87','\xe6','\x60','\x00','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x18','\x06','\x60','\x38','\x06','\x60','\x34','\x06','\x60','\x62','\x06','\x60','\xc1','\x86','\x63','\x00','\xf6','\x6c','\xff','\x66','\x60','\x00','\x06','\x60','\x00','\xc6','\x67','\xff','\xe6','\x60','\x30','\xc6','\x60','\x30','\xc6','\x60','\x30','\xc6','\x60','\x30','\xc6','\x60','\x33','\xc6','\x60','\x31','\x86','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x86','\x06','\x60','\xe6','\x06','\x61','\xc6','\x06','\x61','\x87','\xf6','\x63','\x03','\xf6','\x6c','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\x66','\x67','\xff','\xf6','\x60','\x30','\x06','\x60','\x31','\x86','\x60','\x3f','\xc6','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\xc3','\x86','\x60','\x83','\x06','\x61','\x1f','\x06','\x66','\x06','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x20','\x06','\x60','\x38','\x06','\x60','\x30','\x66','\x6f','\xff','\xf6','\x60','\x60','\x06','\x60','\x60','\x06','\x60','\xc0','\xc6','\x60','\xff','\xe6','\x61','\xc0','\xc6','\x62','\xc0','\xc6','\x6c','\xff','\xc6','\x60','\xc0','\xc6','\x60','\xc0','\xc6','\x60','\xff','\xc6','\x60','\xc0','\xc6','\x60','\xc0','\xc6','\x60','\xc0','\xc6','\x60','\xc7','\xc6','\x60','\xc1','\x86','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\xc6','\x67','\xff','\xe6','\x60','\x60','\x06','\x60','\x63','\x06','\x63','\xff','\x86','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x66','\x6f','\xff','\xf6','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x61','\x81','\x86','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x86','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x18','\x26','\x6f','\xff','\xf6','\x60','\x81','\x06','\x60','\x41','\x06','\x60','\x42','\x46','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x26','\x6f','\xff','\xf6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x62','\x10','\x86','\x61','\x9c','\xe6','\x61','\x98','\xc6','\x60','\x31','\x06','\x67','\xff','\xe6','\x60','\x24','\x06','\x60','\x42','\x06','\x6f','\xff','\xf6','\x60','\x81','\x86','\x61','\x00','\xe6','\x66','\xff','\x7e','\x78','\xc1','\x36','\x60','\xc1','\x06','\x60','\xcf','\x06','\x60','\xc6','\x46','\x60','\xc0','\x66','\x60','\xff','\xe6','\x60','\x7f','\xc6','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x0e','\x86','\x60','\x0c','\x46','\x60','\x0c','\x46','\x6f','\xff','\xf6','\x60','\x0c','\x06','\x60','\x0c','\x06','\x67','\xec','\x46','\x64','\x24','\x66','\x64','\x26','\x46','\x64','\x26','\xc6','\x67','\xe2','\x86','\x60','\x03','\x86','\x60','\x11','\x06','\x60','\xe3','\x26','\x6f','\x85','\xa6','\x66','\x08','\xb6','\x60','\x30','\xf6','\x60','\xc0','\x66','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x38','\x06','\x60','\x31','\x86','\x63','\xff','\xc6','\x60','\x61','\x86','\x60','\x61','\x86','\x6f','\xff','\xf6','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x00','\x86','\x61','\xff','\x86','\x60','\x06','\x06','\x67','\xff','\xe6','\x60','\x86','\x06','\x60','\x86','\x06','\x6f','\xff','\xf6','\x60','\x06','\x06','\x60','\x06','\x06','\x60','\x06','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x60','\x00','\x06','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\x00','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\x00','\xc6','\x63','\xff','\xc6','\x60','\x80','\x06','\x61','\xc1','\xe6','\x66','\x00','\x66','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x18','\x06','\x60','\x10','\x46','\x67','\xff','\xe6','\x60','\x10','\x06','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x60','\x10','\x46','\x67','\xff','\xe6','\x63','\x80','\x26','\x60','\x01','\x06','\x6f','\xff','\xf6','\x60','\x81','\x06','\x60','\x41','\x06','\x60','\x4f','\x06','\x60','\x06','\x06','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x61','\x01','\x86','\x61','\xff','\xc6','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x18','\x26','\x6f','\xff','\xf6','\x60','\x00','\x06','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\x3c','\xc6','\x63','\x24','\xc6','\x63','\x24','\xc6','\x63','\x3c','\xc6','\x63','\x00','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x04','\x18','\x40','\x06','\x18','\x60','\x0c','\x18','\xc0','\x0a','\x18','\xa0','\x11','\x99','\x18','\x60','\x9a','\x08','\x00','\x18','\x02','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\xff','\x18','\x18','\x81','\x18','\x18','\x81','\x18','\x18','\x81','\x18','\x18','\xff','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x06','\x63','\xff','\xc6','\x62','\x24','\x46','\x62','\x24','\x46','\x63','\xff','\xc6','\x60','\x00','\x06','\x6f','\xff','\xf6','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x00','\x86','\x61','\x00','\x86','\x61','\xff','\xa6','\x60','\x68','\x76','\x61','\xc4','\xc6','\x6e','\x86','\x06','\x60','\x83','\x06','\x63','\xf1','\xe6','\x61','\x80','\xc6','\x60','\x00','\x06','\x7f','\xff','\xfe','\x60','\x00','\x06','\x00','\x00','\x00','\x0e','\x00','\xc0','\x0c','\x1f','\xe0','\x0c','\x00','\x80','\x0c','\x00','\x80','\x0c','\x00','\x80','\x0c','\xc0','\x80','\xff','\xe0','\x80','\x0c','\x00','\x80','\x0c','\x02','\x80','\x0c','\x03','\x80','\x0c','\x03','\xc0','\x0c','\x03','\x40','\x0c','\x07','\x40','\x0c','\x06','\x40','\x0c','\xc6','\x60','\x0f','\x0c','\x20','\xfc','\x0c','\x20','\x70','\x18','\x30','\x40','\x30','\x18','\x00','\x60','\x1c','\x00','\xc0','\x0f','\x01','\x80','\x0e','\x06','\x00','\x04','\x00','\x00','\x00','\x1c','\x00','\x06','\x18','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x19','\x83','\x00','\xff','\xc3','\x80','\x18','\x03','\x60','\x18','\x03','\x38','\x18','\x03','\x1c','\x18','\x03','\x0e','\x18','\x03','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x19','\x83','\x00','\x1e','\x03','\x00','\xf8','\x03','\x00','\x60','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x71','\x87','\xff','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x1f','\x61','\x86','\xfc','\x61','\x86','\x70','\x61','\x86','\x40','\x61','\x86','\x00','\x61','\x86','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x08','\x06','\x0d','\x9f','\xff','\xff','\xd0','\x06','\x0c','\x20','\x04','\x0c','\x43','\x88','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc6','\x80','\x0f','\x06','\x80','\xfc','\x06','\xc0','\x70','\x06','\x40','\x40','\x0c','\x60','\x00','\x0c','\x30','\x00','\x18','\x38','\x00','\x30','\x1f','\x00','\x60','\x0e','\x01','\x80','\x06','\x00','\x00','\x18','\x0e','\x00','\x7c','\x0c','\x13','\xe0','\x0c','\x1e','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\xd8','\x00','\xff','\xf8','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\xd8','\x60','\x0f','\x18','\x60','\xfc','\x30','\x60','\x70','\x30','\x60','\x40','\x20','\x60','\x00','\x60','\x60','\x00','\x40','\x60','\x00','\x80','\x60','\x01','\x00','\x60','\x00','\x00','\x60','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x39','\x80','\xff','\xb1','\x80','\x18','\x31','\x80','\x18','\x31','\x8c','\x18','\x31','\xfe','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x1f','\x31','\x80','\xfc','\x31','\x80','\x70','\x31','\x80','\x40','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x86','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x80','\x0c','\x00','\xe0','\x0c','\x01','\xc0','\x0d','\x81','\x80','\xff','\xc3','\x00','\x0c','\x02','\x00','\x0c','\x07','\xd0','\x0c','\x0d','\x8c','\x0c','\x19','\x86','\x0c','\x31','\x87','\x0c','\xc1','\x83','\x0c','\x01','\x83','\x0c','\x01','\x80','\x0f','\x81','\x80','\xfc','\x01','\x80','\x70','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x1c','\x38','\x1c','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x36','\x19','\xff','\xff','\xff','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x1f','\xf0','\x18','\x18','\x30','\x1f','\x18','\x30','\xfc','\x18','\x30','\x70','\x18','\x30','\x40','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x1f','\xf0','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x1f','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x03','\x98','\xe0','\x03','\x18','\xc4','\x7f','\x18','\xce','\x03','\x18','\xf0','\x03','\x18','\xc0','\x03','\x18','\xc2','\x0f','\x18','\xc3','\x7b','\x18','\xff','\x23','\x18','\x7e','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x02','\x0e','\x80','\x03','\x8c','\x40','\x07','\x0c','\x60','\x06','\x0c','\x60','\x0e','\x0c','\x0c','\x0d','\xff','\xfe','\x1c','\x06','\x00','\x2c','\x06','\x00','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x01','\x84','\x0c','\x01','\xc4','\x0c','\x00','\xe6','\x0c','\x00','\x7e','\x0c','\x1c','\x1c','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x41','\x86','\x18','\x7f','\xff','\x1b','\x61','\x8c','\xff','\xe1','\x88','\x18','\x61','\x90','\x18','\x61','\x80','\x18','\x61','\x8c','\x18','\x7f','\xfe','\x18','\x68','\x0c','\x18','\x64','\x18','\x18','\x64','\x18','\x1f','\x62','\x30','\xfc','\xc3','\x60','\x70','\xc1','\xc0','\x40','\x81','\xc0','\x01','\x83','\x60','\x01','\x06','\x38','\x02','\x0c','\x1f','\x00','\x30','\x0e','\x00','\xc0','\x06','\x00','\x08','\x1c','\x1c','\x0e','\x18','\x18','\x0c','\x18','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1b','\x30','\x1a','\xff','\xb7','\xff','\x18','\x70','\x18','\x18','\x70','\x18','\x18','\xb2','\x18','\x19','\x31','\x18','\x18','\x31','\x18','\x18','\x31','\x98','\x18','\x31','\x98','\x1f','\x30','\x18','\xfc','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\xf8','\x00','\x30','\x30','\x00','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0d','\x90','\x0c','\xff','\xf1','\x8c','\x0c','\x3f','\xcc','\x0c','\x41','\x8c','\x0c','\x81','\x8c','\x0c','\x01','\x8c','\x0c','\x21','\x8c','\x0c','\x3f','\x8c','\x0c','\xb1','\x9c','\x0f','\x30','\x18','\xfc','\x30','\xf8','\x70','\x30','\x30','\x40','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x02','\x00','\x0d','\x83','\x80','\xff','\xc3','\x00','\x0c','\x02','\x20','\x0c','\x24','\x38','\x0c','\x18','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\xc0','\x0c','\x01','\x88','\x0c','\xc3','\x0e','\x0f','\x06','\x1c','\xfc','\x18','\x38','\x70','\x60','\x70','\x40','\x00','\xc0','\x00','\x01','\xa0','\x00','\x03','\x18','\x00','\x0c','\x0c','\x00','\x30','\x06','\x00','\xc0','\x06','\x00','\x10','\x18','\x0e','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x9f','\xf8','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x84','\x0c','\x18','\x87','\x0c','\xd8','\x86','\x0f','\x18','\x4c','\xfc','\x18','\x50','\x70','\x18','\x60','\x40','\x18','\x20','\x00','\x19','\xb0','\x00','\x1e','\x18','\x01','\xf8','\x1f','\x00','\xe0','\x0e','\x00','\x80','\x06','\x00','\x10','\x00','\x1c','\x1c','\x0c','\x18','\x39','\xfe','\x18','\x30','\x00','\x18','\x60','\x00','\x18','\x88','\x00','\x1b','\x0e','\x00','\xff','\x9c','\x06','\x18','\x1b','\xff','\x18','\x30','\x18','\x18','\x70','\x18','\x18','\xb0','\x18','\x19','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x1f','\x30','\x18','\xfc','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\xf8','\x00','\x30','\x30','\x00','\x00','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x02','\x10','\x0d','\x86','\x08','\xff','\xc4','\x0c','\x0c','\x3f','\xf6','\x0c','\x1f','\x06','\x0c','\x10','\x06','\x0c','\x00','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\xc1','\x80','\x0f','\x01','\x8c','\xfc','\x3f','\xfe','\x70','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x10','\x10','\x0e','\x08','\x1c','\x0c','\x0c','\x18','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0c','\x00','\x4c','\x0d','\xbf','\xfe','\xff','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0f','\x0c','\x30','\xfc','\x0c','\x30','\x70','\x0c','\x30','\x40','\x0c','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x30','\x30','\x00','\x60','\x30','\x01','\x80','\x30','\x00','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x03','\xfc','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc3','\x00','\x0c','\x03','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x80','\x06','\x0f','\x7f','\xff','\x1c','\x03','\x00','\xf8','\x03','\x00','\x60','\x03','\xc0','\x40','\x03','\x38','\x00','\x03','\x1c','\x00','\x03','\x0c','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x20','\x0c','\x04','\x10','\x0c','\x08','\x18','\x0c','\x7f','\xfc','\x0c','\x3e','\x0c','\x0d','\xa0','\x0c','\xff','\xc0','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x18','\x0c','\x3f','\xfc','\x0c','\x23','\x00','\x0c','\x43','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0f','\x06','\x80','\xfc','\x06','\x80','\x70','\x0c','\x40','\x40','\x0c','\x60','\x00','\x18','\x38','\x00','\x30','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x00','\x08','\x00','\x1c','\x0e','\x00','\x18','\x0c','\x30','\x18','\x1f','\xf8','\x18','\x18','\x60','\x1b','\x30','\x40','\xff','\xa0','\x86','\x18','\x7f','\xff','\x18','\xb1','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x3f','\xfe','\x18','\x31','\x86','\x18','\x31','\x86','\x19','\xb1','\x86','\x1e','\x31','\x86','\xf8','\x3f','\xfe','\x70','\x30','\x06','\x40','\x30','\x06','\x00','\x20','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x80','\x3e','\x01','\x00','\x0c','\x00','\x01','\xc8','\x0e','\x01','\x86','\x0c','\x01','\x86','\x0c','\x01','\x80','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x81','\x80','\xff','\xc1','\x86','\x0c','\x7f','\xff','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x7f','\xfe','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0f','\xff','\xfe','\xfe','\x61','\x86','\x78','\x61','\x86','\x40','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\xbe','\x00','\x61','\x8c','\x00','\x00','\x1c','\x0e','\x01','\xfe','\x0c','\x7f','\x80','\x0c','\x00','\x04','\x0c','\x04','\x07','\x0c','\x42','\x06','\x0d','\x23','\x0c','\xff','\xb1','\x88','\x0c','\x19','\x90','\x0c','\x18','\x00','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x00','\x32','\x0c','\x7f','\xff','\x0c','\x00','\x30','\x0f','\x00','\x30','\xfc','\x20','\x30','\x70','\x18','\x30','\x40','\x0c','\x30','\x00','\x0c','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x00','\x80','\x1c','\x00','\xe0','\x18','\x01','\xc0','\x18','\x03','\x04','\x18','\x06','\x87','\x18','\x18','\xce','\x18','\x64','\x5c','\x1b','\x06','\x38','\xff','\x82','\x70','\x18','\x01','\xc0','\x18','\x07','\x00','\x18','\x78','\x38','\x18','\x00','\x30','\x18','\x00','\x36','\x18','\x7f','\xff','\x18','\x00','\x30','\x1f','\x20','\x30','\xfc','\x18','\x30','\x70','\x0c','\x30','\x40','\x0c','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xc3','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xc3','\xf8','\x18','\xc3','\x18','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x70','\x1c','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x66','\x18','\xff','\xff','\x18','\x0c','\x60','\x19','\x0c','\x60','\xff','\x8c','\x60','\x18','\x00','\x00','\x18','\x10','\x00','\x18','\x1c','\xe0','\x18','\x18','\xc4','\x18','\x38','\xc7','\x18','\x30','\xce','\x18','\x70','\xcc','\x1f','\x70','\xd8','\xfc','\xb0','\xe0','\x71','\x30','\xc0','\x40','\x30','\xc0','\x00','\x30','\xc2','\x00','\x30','\xc2','\x00','\x30','\xc3','\x00','\x30','\xff','\x00','\x30','\x7e','\x00','\x03','\x80','\x1c','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x00','\x00','\x1b','\x10','\x20','\xff','\x9c','\x38','\x18','\x18','\x30','\x18','\x30','\x60','\x18','\x2e','\x58','\x18','\x46','\x8e','\x18','\x81','\x06','\x18','\x00','\x00','\x18','\x03','\x00','\x1e','\x03','\x06','\xf9','\xff','\xff','\x60','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x46','\x46','\x1c','\x7f','\x7f','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x1b','\x46','\x46','\xff','\xfe','\x7e','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x7e','\x7e','\x18','\x46','\x46','\x1f','\x46','\x46','\xfc','\x46','\x46','\x70','\x46','\x46','\x40','\x46','\x46','\x00','\xc6','\x46','\x00','\x86','\x46','\x00','\x9e','\x86','\x01','\x0c','\x9e','\x02','\x01','\x0c','\x00','\x00','\x00','\x1c','\x00','\x06','\x19','\xff','\xff','\x18','\x04','\x80','\x18','\x04','\x80','\x18','\x44','\x8c','\x18','\x7f','\xfe','\x1b','\x64','\x8c','\xff','\xe4','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x00','\x00','\x18','\x03','\x80','\x18','\x03','\x00','\x1f','\x03','\x18','\xfc','\x7f','\xfc','\x70','\x03','\x00','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x00','\x00','\x00','\x10','\x18','\x1c','\x1f','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\xf8','\x1b','\x19','\x18','\xff','\x99','\x18','\x18','\x19','\x18','\x18','\x59','\x1a','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x64','\x66','\x18','\x67','\xf6','\x1f','\x66','\x66','\xfc','\x66','\x66','\x70','\x66','\x66','\x40','\x67','\xe6','\x00','\x66','\x66','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x3e','\x00','\x60','\x0c','\x00','\x10','\x00','\x1c','\x1c','\x00','\x18','\x18','\x0c','\x18','\x3f','\xfe','\x18','\x30','\x00','\x18','\x7f','\xf0','\x18','\xd8','\x30','\xff','\x18','\x30','\x18','\x1f','\xf0','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x1f','\xf0','\x18','\x00','\x06','\x19','\xff','\xff','\x18','\x30','\x00','\x1f','\x20','\x0c','\xfc','\x7f','\xfe','\x70','\x48','\x8c','\x40','\x98','\x8c','\x03','\x11','\x0c','\x00','\x21','\x1c','\x00','\xc2','\x18','\x00','\x0c','\xf8','\x00','\x00','\x30','\x04','\x00','\x00','\x07','\x40','\x30','\x06','\x7f','\xf8','\x0e','\x60','\x30','\x0c','\x60','\x30','\x1c','\x60','\x30','\x18','\x7f','\xf0','\x38','\x06','\x00','\x58','\x06','\x0c','\x9b','\xff','\xfe','\x18','\x0e','\x80','\x18','\x1e','\x60','\x18','\x36','\x38','\x18','\xc6','\x1f','\x1b','\x06','\x06','\x18','\x06','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x04','\x00','\x1c','\x07','\x00','\x18','\x46','\x30','\x18','\x7f','\xf8','\x18','\x60','\x30','\x18','\x60','\x30','\x1b','\x60','\x30','\xff','\xe0','\x30','\x18','\x7f','\xf0','\x18','\x60','\x30','\x18','\x60','\x00','\x18','\x60','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x00','\x18','\x60','\x06','\x1f','\x7f','\xff','\xfc','\x00','\x86','\x70','\x04','\x46','\x41','\x22','\x66','\x01','\x33','\x66','\x02','\x33','\x0e','\x06','\x30','\x0c','\x06','\x00','\x7c','\x00','\x00','\x18','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x19','\x0c','\x80','\x13','\x09','\x80','\x02','\x81','\x40','\x06','\x63','\x30','\x04','\x22','\x18','\x28','\x04','\x08','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x1c','\x08','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x20','\x00','\x0c','\x30','\x06','\x06','\x3f','\xff','\x86','\x30','\x00','\x60','\x60','\x18','\x30','\x5f','\xfc','\x32','\x99','\x18','\x04','\x19','\x18','\x04','\x19','\x1a','\x09','\xff','\xff','\x18','\x31','\x18','\xf0','\x31','\x18','\x70','\x31','\x1a','\x30','\x7f','\xff','\x30','\x60','\x30','\x38','\x00','\xf0','\x18','\x1c','\x60','\x00','\x18','\x08','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x02','\x30','\x5e','\x63','\xf8','\x71','\xf3','\x30','\x60','\x63','\x30','\x60','\x63','\x30','\x60','\x63','\x30','\x79','\xe2','\x30','\x60','\x66','\x3f','\x60','\x64','\x1f','\x60','\x68','\x00','\x7f','\xe0','\x00','\x60','\x60','\x0c','\x00','\x07','\xfe','\x07','\x02','\x0c','\x06','\x02','\x18','\x06','\x31','\x18','\xff','\xf9','\xb0','\x06','\x00','\xe0','\x06','\x00','\x40','\x06','\x00','\xe0','\x07','\xf1','\xb8','\xff','\x03','\x1f','\x78','\x06','\x0e','\x40','\x18','\x06','\x00','\x00','\xe0','\x1c','\x00','\xc0','\x19','\x18','\xc0','\x19','\xf8','\xcc','\x19','\x9f','\xfe','\x19','\x98','\xc0','\x19','\x98','\xc0','\xff','\x98','\xc0','\x19','\x98','\xc6','\x19','\x9f','\xff','\x19','\xf8','\x00','\x19','\x98','\x18','\x19','\x98','\x1a','\x19','\x9f','\xff','\x19','\x98','\x18','\x19','\x9a','\x18','\x1f','\x99','\x18','\xf9','\x99','\x98','\x71','\xf9','\x98','\x41','\x98','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x64','\x46','\x18','\x64','\x46','\x18','\x64','\x46','\x1b','\x64','\x46','\xff','\xff','\xfe','\x18','\x60','\x06','\x18','\x00','\x00','\x18','\x00','\x0c','\x18','\x7f','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x71','\x80','\x1f','\x61','\x8c','\xfc','\x61','\xfe','\x70','\x61','\x80','\x40','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x86','\x00','\x7f','\xff','\x00','\x60','\x00','\x03','\x80','\x0c','\x03','\x1a','\x3e','\xff','\xff','\xe0','\x03','\x03','\x00','\x3f','\xf3','\x00','\x23','\x13','\x06','\x23','\x13','\xff','\x3f','\xf3','\x18','\x23','\x13','\x18','\x23','\x13','\x18','\x3f','\xf3','\x18','\x03','\x02','\x18','\xff','\xfe','\x18','\x03','\x04','\x18','\x03','\x18','\x18','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\x30','\x0c','\x3f','\xff','\xfe','\x23','\x10','\x0c','\x23','\x10','\x18','\x3f','\xf1','\x20','\x23','\x10','\xc0','\x23','\x10','\x46','\x3f','\xf7','\xff','\x03','\x00','\x66','\x03','\x30','\x64','\x7f','\xf8','\x68','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xf8','\x60','\x7f','\x83','\xe0','\x3c','\x00','\xc0','\x20','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x82','\x86','\x1c','\xfe','\xff','\x18','\xc2','\x86','\x18','\xc2','\x86','\x18','\xfe','\xfe','\x18','\xc2','\x86','\x1a','\xc2','\x86','\xff','\xc2','\x86','\x18','\xfe','\xfe','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xcf','\xe6','\x18','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x1f','\xcf','\xe6','\xfc','\xcc','\x66','\x70','\xcc','\x66','\x40','\xcc','\x66','\x00','\xcf','\xe6','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x3e','\x00','\xc0','\x0c','\x00','\x03','\x80','\x1c','\x03','\x18','\x18','\x03','\xfc','\x18','\x03','\x00','\x18','\x83','\x06','\x18','\xff','\xff','\x1a','\xc6','\x0c','\xff','\xc6','\x08','\x18','\xc7','\xd0','\x18','\xfe','\x04','\x18','\xc6','\x06','\x18','\xc7','\xfe','\x18','\xc3','\xfc','\x18','\xc0','\x00','\x18','\xc6','\x60','\x1e','\xc6','\x64','\xf9','\xa6','\x67','\x71','\xa6','\x66','\x41','\xb6','\x6c','\x01','\x36','\x68','\x03','\x36','\x70','\x02','\x06','\x60','\x04','\x06','\x66','\x01','\xff','\xff','\x00','\x20','\x40','\x1c','\x18','\x70','\x18','\x18','\xe0','\x18','\x00','\x86','\x18','\xff','\xff','\x18','\x04','\x80','\x1b','\x04','\x80','\xff','\xff','\xfc','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x78','\xfc','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x7f','\xfc','\x1f','\x00','\x30','\xfc','\x00','\x36','\x71','\xff','\xff','\x40','\x00','\x30','\x00','\x18','\x30','\x00','\x0c','\x30','\x00','\x0d','\xf0','\x00','\x00','\x60','\x00','\x04','\x00','\x1c','\x07','\x00','\x18','\x46','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x0c','\x18','\x69','\x2c','\x1b','\x65','\x2c','\xff','\xe5','\x4c','\x18','\x61','\x0c','\x18','\x6f','\xec','\x18','\x61','\x0c','\x18','\x63','\x8c','\x18','\x63','\x4c','\x18','\x65','\x2c','\x18','\x69','\x2c','\x1f','\x61','\x0c','\xfc','\x63','\x0c','\x71','\xff','\xff','\x40','\x06','\x80','\x00','\x0c','\x40','\x00','\x0c','\x70','\x00','\x18','\x3f','\x00','\x30','\x1e','\x01','\xc0','\x06','\x00','\x03','\x80','\x1c','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x7f','\xfc','\x18','\x44','\x44','\x1a','\x44','\x44','\xff','\x44','\x44','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\xf3','\x3c','\x18','\x03','\x00','\x18','\xf3','\x3c','\x18','\x03','\x00','\x18','\x06','\x08','\x1f','\x0f','\x0e','\xfc','\x1d','\x1c','\x70','\x38','\xa0','\x40','\xf0','\xc0','\x07','\x30','\x60','\x00','\x33','\x38','\x01','\xfc','\x1f','\x00','\xf0','\x0e','\x00','\x80','\x06','\x00','\x03','\x80','\x1c','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x23','\x10','\x18','\x3b','\x1c','\x1b','\x33','\x18','\xff','\xe3','\x30','\x18','\x5b','\x2c','\x18','\x8b','\x44','\x18','\x03','\x02','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x40','\x0c','\x18','\x7f','\xfe','\x1f','\x60','\x0c','\xfc','\x67','\xcc','\x70','\x64','\x4c','\x40','\x64','\x4c','\x00','\x64','\x4c','\x00','\x67','\xcc','\x00','\x60','\x0c','\x00','\x7f','\xfc','\x00','\x60','\x0c','\x00','\x0e','\x70','\x1c','\x0c','\x66','\x18','\xff','\xff','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x00','\x00','\x1b','\x03','\x88','\xff','\x83','\x0e','\x18','\x3f','\xfc','\x18','\x03','\x18','\x18','\x03','\x32','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x03','\x00','\x18','\x0c','\x18','\x1f','\x3f','\xfc','\xfc','\xcc','\x18','\x70','\x0c','\x18','\x40','\x0f','\xf8','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xf8','\x00','\x0c','\x18','\x41','\x82','\x00','\x7f','\xc3','\x06','\x61','\xbf','\xff','\x63','\x06','\x00','\x62','\x0d','\xfc','\x64','\x18','\x20','\x62','\x67','\xff','\x63','\x00','\x00','\x61','\x8f','\xfc','\x61','\x88','\x04','\x61','\x8f','\xfc','\x67','\x88','\x04','\x63','\x0f','\xfc','\x60','\x08','\x04','\x60','\x08','\x3c','\x60','\x08','\x18','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x08','\x80','\x06','\x1c','\xe0','\x0c','\x18','\xcc','\x90','\x3f','\xfe','\x64','\x70','\x80','\x26','\xb0','\x88','\x0c','\x3f','\xfc','\x11','\x30','\x80','\xff','\xb0','\x88','\x63','\x3f','\xfc','\x06','\x30','\x80','\x08','\x30','\x86','\x30','\x3f','\xff','\xc0','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x33','\xf0','\x08','\x32','\x10','\xec','\x33','\xf0','\xcc','\x32','\x10','\xc0','\x33','\xf0','\xc6','\x30','\x07','\xff','\x33','\xf0','\xa0','\x32','\x10','\xa0','\x33','\xf1','\x90','\x32','\x11','\x18','\x23','\xf1','\x0c','\x62','\x12','\x0f','\x62','\x14','\x06','\x42','\x30','\x00','\x80','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x0c','\x23','\xf3','\xfe','\x23','\x01','\x0c','\x7f','\xfd','\x0c','\xc8','\x0c','\x8c','\xcc','\xc8','\x98','\x18','\x30','\xd8','\x63','\x10','\x50','\x06','\xc0','\x70','\x0c','\x30','\x20','\x30','\x18','\x70','\xdf','\xf8','\xd8','\x18','\x61','\x9f','\x18','\x66','\x0e','\x1f','\xe0','\x06','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x1c','\x01','\x8c','\x18','\x3f','\xfe','\x18','\x01','\x8c','\x18','\x01','\x8c','\x18','\x7f','\xff','\x1b','\x01','\x8c','\xff','\x81','\x8c','\x18','\x3f','\xfc','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x18','\x24','\x48','\x18','\x66','\x66','\x18','\xc2','\x23','\x1e','\xc0','\x03','\xf8','\x3f','\xfc','\x70','\x32','\x4c','\x40','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x01','\xff','\xff','\x00','\x00','\x00','\x1c','\x01','\xc0','\x18','\x81','\x86','\x18','\xff','\xff','\x18','\xc0','\x00','\x18','\xc2','\x20','\x18','\xc2','\x24','\x1a','\xdf','\xfe','\xff','\xc2','\x20','\x18','\xc2','\x22','\x18','\xff','\xff','\x18','\xc0','\x80','\x18','\xc0','\x80','\x18','\xcf','\xfc','\x18','\xc8','\x84','\x18','\xc8','\x84','\x1a','\xcf','\xfc','\x1c','\xc8','\x84','\xf9','\x88','\x84','\x61','\x8f','\xfc','\x41','\x00','\x00','\x03','\x08','\x30','\x02','\x0e','\x0c','\x04','\x1c','\x06','\x00','\x60','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x7f','\xc3','\xfe','\x44','\x42','\x22','\x44','\x42','\x22','\x7f','\xc3','\xfe','\x44','\x42','\x22','\x44','\x42','\x22','\x7f','\xc3','\xfe','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x80','\x06','\x18','\xff','\xff','\x18','\xc0','\x00','\x18','\xc8','\x04','\x18','\xcf','\xfe','\x18','\xc8','\x84','\x1a','\xc8','\x84','\xff','\xcf','\xfc','\x18','\xc8','\x84','\x18','\xc8','\x84','\x18','\xcf','\xfc','\x18','\xc0','\x80','\x18','\xcf','\xfc','\x18','\xc0','\x80','\x18','\xff','\xff','\x1a','\xc0','\x00','\x1c','\xc9','\x26','\xf9','\xb9','\x23','\x61','\xb0','\x03','\x41','\x00','\xc0','\x03','\x1f','\xfe','\x02','\x00','\xc0','\x04','\x00','\xc0','\x00','\x7f','\xff','\x00','\x20','\x08','\x1c','\x3f','\xfc','\x18','\x20','\x08','\x18','\x3f','\xf8','\x18','\x20','\x08','\x1b','\x3f','\xf8','\xff','\x80','\x00','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x83','\x06','\x18','\xff','\xff','\x19','\x83','\x06','\x19','\xbb','\x74','\x18','\x03','\x00','\x1e','\x3b','\x70','\xfc','\x00','\x00','\x70','\xff','\xfc','\x40','\x00','\x00','\x03','\xff','\xff','\x00','\x18','\x00','\x00','\x10','\x20','\x00','\x20','\x18','\x01','\xff','\xec','\x00','\x7c','\x0c','\x00','\x03','\x80','\x1c','\x03','\x0c','\x19','\xff','\xfe','\x18','\x00','\x00','\x18','\x7c','\xf8','\x18','\x44','\x88','\xff','\x44','\x88','\x18','\x7c','\xf8','\x18','\x08','\x40','\x18','\xff','\xfc','\x18','\x08','\x40','\x18','\x08','\x40','\x18','\x7f','\xf8','\x18','\x08','\x40','\x1e','\x08','\x46','\xf9','\xff','\xff','\x60','\x1c','\x88','\x40','\x38','\x8c','\x00','\x78','\x58','\x01','\x98','\x60','\x0e','\x19','\xb0','\x00','\xfe','\x1f','\x00','\x70','\x0e','\x00','\x40','\x06','\x07','\x03','\x80','\x06','\x63','\x06','\x7f','\xf3','\xff','\x10','\x83','\x00','\x08','\x83','\xfc','\x09','\x10','\x0c','\xff','\xf8','\x0c','\x00','\x03','\xfc','\x3f','\xc2','\x00','\x20','\x43','\xf8','\x3f','\xc2','\x00','\x20','\x43','\xf8','\x3f','\xc2','\x00','\x20','\x43','\xfa','\x20','\x42','\x03','\x21','\xc3','\xff','\x20','\xc1','\xfe','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x39','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x86','\x31','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\xff','\x81','\x80','\x19','\x81','\x80','\x19','\x81','\x80','\x19','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x61','\x81','\x80','\x41','\x81','\x80','\x81','\x81','\x8c','\x01','\xbf','\xfe','\x01','\x80','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\xc3','\x06','\xc0','\xc3','\x04','\xc8','\xc3','\x30','\x0f','\xc3','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xc3','\xf0','\x0c','\xc3','\x30','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc7','\xff','\xe8','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1c','\x00','\x06','\x18','\xff','\xff','\x18','\x01','\x86','\x18','\x21','\x84','\x18','\x39','\x80','\x18','\x31','\xfe','\x1b','\x31','\x80','\xff','\xa9','\x80','\x18','\x67','\x80','\x18','\x43','\xff','\x18','\x80','\x7e','\x19','\x00','\x00','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x19','\x3f','\xf8','\x1e','\x30','\x18','\xf8','\x30','\x18','\x60','\x3f','\xf8','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\xf8','\x00','\x30','\x30','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xdf','\xff','\xf8','\x00','\xc3','\x00','\x08','\xc3','\x30','\x0f','\xc3','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xc3','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x06','\x07','\xff','\xe4','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x30','\x00','\x00','\x30','\x1f','\xdf','\xfe','\x18','\xc4','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x1f','\xc0','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x60','\x01','\xff','\xf0','\x03','\x00','\x60','\x06','\x80','\xc0','\x04','\x80','\xc0','\x08','\x41','\x80','\x10','\x61','\x80','\x60','\x23','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x78','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\x10','\x00','\x00','\x1c','\x00','\x08','\x18','\x00','\x08','\x30','\x00','\x04','\x30','\x00','\x04','\x60','\x60','\x02','\x7f','\xf0','\x02','\xc0','\x60','\x01','\x80','\xc0','\x01','\x00','\xc0','\x03','\x81','\x80','\x06','\xc1','\x80','\x0c','\x63','\x00','\x30','\x36','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x36','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x78','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x01','\x00','\x00','\x03','\x83','\x00','\x07','\xff','\x80','\x0e','\x06','\x00','\x38','\x08','\x00','\xcf','\xff','\xf0','\x0c','\x30','\x30','\x0c','\x6e','\x30','\x0d','\x83','\x30','\x0c','\x00','\x30','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\xc0','\x00','\x03','\xff','\xc0','\x1e','\x43','\x80','\xe0','\x3e','\x00','\x01','\xe3','\xfe','\x3e','\x00','\x3c','\x00','\x00','\xc0','\x07','\xff','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x07','\xff','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc6','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\xe0','\x60','\x00','\xff','\xf0','\x01','\x80','\xe0','\x03','\x01','\xc0','\x0c','\x83','\x80','\x30','\x67','\x00','\x00','\x2e','\x00','\x00','\x1c','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x18','\xc6','\xff','\xff','\xff','\x07','\x01','\xc0','\x0f','\x83','\xe0','\x0f','\x73','\xd0','\x1b','\x36','\xd8','\x33','\x04','\xcc','\x63','\x08','\xcf','\x83','\x10','\xc6','\x03','\x40','\xc0','\x00','\x70','\x00','\x00','\xe0','\x60','\x00','\xff','\xf0','\x01','\x80','\xe0','\x03','\x41','\xc0','\x0c','\x33','\x80','\x30','\x17','\x00','\x00','\x0e','\x00','\x00','\x38','\x00','\x00','\xe0','\x00','\x03','\x80','\x00','\x1c','\x00','\x00','\x40','\x61','\x00','\x7f','\xf1','\x8c','\x66','\x61','\xfe','\x66','\x63','\x0c','\x66','\x62','\x18','\x7f','\xe5','\x98','\x66','\x68','\xb0','\x66','\x60','\x60','\x66','\x60','\xc0','\x66','\x61','\x80','\x7f','\xe3','\x40','\x66','\x0c','\x66','\x06','\x00','\xff','\x06','\x30','\xc6','\xff','\xf9','\x86','\x0e','\x03','\x0c','\x1f','\x04','\xcc','\x1e','\xc0','\x58','\x36','\x60','\x30','\x26','\x30','\x60','\x46','\x30','\xc0','\x86','\x01','\x80','\x06','\x03','\x00','\x06','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x18','\x00','\x1e','\x60','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\x03','\xf8','\x00','\x7f','\x80','\x3f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\xe0','\x06','\x00','\x78','\x0c','\x00','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x32','\x00','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x1c','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x66','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xe2','\x00','\x00','\xc3','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\xff','\x70','\x0c','\x00','\x3c','\x30','\x00','\x1f','\xcf','\xff','\xe6','\x00','\xc0','\x00','\x01','\x80','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x7e','\x00','\x00','\x1c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x08','\x18','\x40','\x0e','\x18','\x70','\x0c','\x18','\x60','\x0c','\x18','\x60','\x1a','\x18','\x50','\x11','\x18','\xc8','\x21','\x98','\x8c','\x41','\x99','\x06','\x80','\x34','\x06','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x18','\x00','\x1e','\xe0','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x02','\x00','\x80','\x01','\x80','\xe0','\x00','\xc1','\xc0','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x60','\x00','\x00','\x60','\x08','\x18','\x60','\x0f','\xfc','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0f','\xf8','\x60','\x0c','\x18','\x60','\x0c','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x03','\xe0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x63','\x00','\x08','\x63','\x00','\x0e','\x63','\x20','\x0c','\x63','\x18','\x18','\x63','\x0c','\x10','\xc3','\x06','\x20','\xc3','\x06','\x41','\x83','\x00','\x03','\x03','\x00','\x04','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xe3','\x00','\x01','\xc1','\xc0','\x03','\x80','\xf0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x00','\x80','\x00','\x00','\xe0','\x00','\x01','\xc3','\x00','\x03','\xff','\x80','\x06','\x06','\x00','\x0c','\x04','\x00','\x18','\x08','\x30','\x6f','\xff','\xf8','\x0c','\x66','\x30','\x0c','\x66','\x30','\x0c','\xc6','\x30','\x0c','\x87','\xf0','\x0d','\x03','\xf0','\x0e','\x00','\x30','\x0c','\x38','\x30','\x0c','\x30','\x30','\x0c','\x30','\x36','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xf0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x62','\x00','\x00','\xe1','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x1c','\x70','\x06','\x18','\x3c','\x0d','\xff','\xdf','\x30','\x18','\x06','\xc0','\x18','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\xe0','\x00','\x07','\xf0','\x08','\x7f','\x00','\x0f','\xe0','\x00','\x0c','\x10','\x20','\x18','\x0c','\x18','\x10','\x44','\x0c','\x20','\x60','\x0c','\x44','\xc4','\x00','\x03','\x07','\x00','\x01','\x8e','\x00','\x01','\x98','\x00','\x00','\x20','\x40','\x00','\x40','\x30','\x3f','\xff','\xf8','\x1f','\x80','\x18','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc3','\x00','\x03','\x81','\xe0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x03','\x81','\xc0','\x43','\x01','\x80','\x33','\x01','\x80','\x1b','\x01','\x80','\x1b','\x01','\x86','\x03','\x7f','\xff','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x1b','\x01','\x80','\xf3','\x01','\x8c','\x63','\x3f','\xfe','\x43','\x00','\x00','\x03','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xe3','\x00','\x01','\xc1','\xc0','\x03','\x80','\xf0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x62','\x00','\x00','\xe1','\x00','\x01','\xc0','\xc0','\x03','\xb8','\x78','\x0e','\x31','\x3f','\x38','\x31','\xce','\xc3','\xff','\x80','\x00','\x33','\x00','\x00','\x36','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x00','\x00','\xc0','\x00','\x03','\xff','\xc0','\x0d','\x80','\xc0','\x71','\x80','\xc0','\x01','\xff','\xc0','\x01','\x80','\xc0','\x01','\x80','\xc0','\x01','\xff','\xc0','\x01','\x80','\xc0','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x66','\x00','\x08','\x66','\x30','\x0f','\xff','\xf8','\x0c','\x46','\x30','\x0c','\x86','\x30','\x0f','\x03','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc3','\x00','\x03','\x81','\xe0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x00','\x80','\x00','\x00','\xe0','\x00','\x10','\xc0','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x07','\x18','\x19','\xff','\x98','\x18','\x19','\x18','\x19','\x19','\x98','\x18','\x9a','\x18','\x1b','\xff','\xd8','\x18','\x38','\x18','\x18','\x7c','\x18','\x18','\x5b','\x18','\x18','\x99','\x98','\x1b','\x19','\x98','\x18','\x18','\x18','\x18','\x30','\x1a','\xff','\xff','\xff','\x00','\x62','\x00','\x00','\xc1','\x80','\x03','\x80','\xe0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x01','\xc1','\x00','\x39','\x81','\x86','\x31','\x83','\xff','\x31','\x86','\x0c','\x31','\xb8','\x98','\x3f','\x84','\x60','\x01','\x83','\x80','\x01','\xbc','\x38','\xff','\x80','\x32','\x19','\xbf','\xff','\x19','\x84','\x30','\x31','\x86','\x30','\x21','\x86','\x30','\x41','\x80','\xf0','\x81','\xb8','\x60','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc2','\x00','\x01','\x81','\x80','\x03','\x00','\xe0','\x0c','\x00','\x7e','\x70','\x00','\x1c','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x62','\x00','\x00','\xe1','\x00','\x01','\xc1','\x80','\x03','\x80','\xe0','\x06','\x00','\x78','\x0f','\xff','\xff','\x3c','\x00','\x0e','\xcc','\x7f','\x80','\x0c','\x40','\x80','\x0c','\x40','\x80','\x0c','\x7f','\x80','\x0c','\x00','\x00','\x0d','\xf9','\xf8','\x0d','\x09','\x08','\x0d','\x09','\x08','\x0d','\xf9','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x0f','\xfe','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x18','\xdf','\xff','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x33','\x00','\xc0','\x6b','\x00','\xc0','\x66','\x00','\xc0','\x07','\x00','\xc0','\x0d','\x80','\xc0','\x08','\xc0','\xc0','\x10','\xc0','\xc0','\x20','\x00','\xc0','\xc0','\x00','\xc0','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc6','\x06','\xff','\xe7','\xff','\x18','\xc4','\x06','\x18','\xcc','\x06','\x18','\xc8','\x06','\x18','\xd2','\x06','\x18','\xc1','\x86','\x31','\x80','\xc6','\x31','\x80','\xc6','\x31','\x80','\xc6','\x33','\x00','\x06','\x6b','\x00','\x0e','\x66','\x00','\x0c','\x07','\x00','\x0c','\x0d','\x80','\x1c','\x09','\x80','\x18','\x11','\x80','\x38','\x20','\x01','\xf0','\xc0','\x00','\x60','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x43','\x03','\x00','\x23','\x06','\x00','\x33','\x06','\x00','\x1b','\x06','\x06','\x1b','\xff','\xff','\x03','\x0c','\x30','\x03','\x0c','\x30','\x03','\x0c','\x30','\x03','\x0c','\x30','\x03','\x18','\x60','\x07','\x18','\x60','\x0b','\x18','\x60','\x3b','\x18','\xc0','\xf3','\x36','\xc0','\x63','\x31','\x80','\x43','\x01','\xc0','\x03','\x03','\x60','\x03','\x06','\x30','\x03','\x0c','\x18','\x03','\x18','\x1c','\x03','\x60','\x0c','\x04','\x00','\x00','\x07','\x00','\x18','\x06','\x7f','\xfc','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x06','\x19','\xff','\xff','\x38','\x00','\x00','\x38','\x07','\x00','\x58','\x06','\x00','\x98','\x0e','\x00','\x18','\x0c','\x06','\x19','\xff','\xff','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x6e','\xc0','\x18','\x61','\x80','\x18','\x03','\x60','\x18','\x06','\x38','\x18','\x18','\x1c','\x18','\xe0','\x0c','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x06','\x0f','\xff','\xff','\x0c','\x60','\x00','\x0c','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x38','\x60','\x00','\x38','\x7f','\xfc','\x58','\x3f','\xfc','\x98','\x08','\x00','\x18','\x0e','\x00','\x18','\x0c','\x06','\x1b','\xff','\xff','\x18','\x18','\x30','\x18','\x38','\x30','\x18','\x30','\x60','\x18','\x70','\x60','\x18','\x6e','\xc0','\x18','\x03','\xe0','\x18','\x06','\x78','\x18','\x18','\x1c','\x18','\xe0','\x0c','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x60','\x19','\x98','\x60','\xff','\xd8','\x64','\x19','\x98','\x67','\x19','\x9a','\x66','\x19','\x9f','\x6c','\x19','\x98','\x68','\x31','\x98','\x70','\x33','\x18','\x60','\x33','\x18','\x60','\x33','\x18','\x60','\x32','\x18','\x60','\x6a','\x18','\x60','\x66','\x18','\x60','\x07','\x18','\x62','\x0d','\x98','\x62','\x09','\x98','\x62','\x10','\x7f','\x63','\x20','\x38','\x7f','\xc0','\x20','\x3e','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\xcc','\x0c','\xff','\xec','\x0c','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x18','\xcf','\xfc','\x18','\xcc','\x0c','\x18','\xcc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x33','\x0c','\x0c','\x6b','\x0c','\x0c','\x66','\x0f','\xfc','\x07','\x0c','\x0c','\x0d','\x80','\x00','\x08','\xc0','\x00','\x10','\xc0','\x06','\x20','\x3f','\xff','\xc0','\x00','\x00','\x0e','\x04','\x0c','\x0c','\x07','\xfe','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x8c','\x0c','\xc6','\x4c','\xff','\xe6','\x6c','\x18','\xc6','\x6c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xff','\xff','\x18','\xcc','\x0c','\x31','\x8c','\x0c','\x31','\x8d','\x0c','\x31','\x8c','\x8c','\x33','\x0c','\xcc','\x6b','\x0c','\xcc','\x66','\x0c','\x0c','\x07','\x0c','\x0c','\x0d','\x9f','\xff','\x08','\xd8','\x18','\x10','\xc0','\x18','\x20','\x00','\xf8','\xc0','\x00','\x30','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x18','\x01','\x80','\x19','\x81','\x8c','\xff','\xbf','\xfe','\x19','\x81','\x8c','\x19','\x91','\x8c','\x19','\x9f','\xfc','\x19','\x99','\x8c','\x31','\x99','\x80','\x33','\x19','\x86','\x33','\x3f','\xff','\x33','\x33','\x46','\x32','\x03','\x46','\x6a','\x03','\x66','\x66','\x06','\x2e','\x07','\x06','\x34','\x0d','\x8c','\x30','\x09','\x8c','\x18','\x10','\x18','\x1f','\x20','\x30','\x0e','\xc0','\xc0','\x06','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\xe0','\x06','\xff','\xff','\xff','\x03','\x80','\xc0','\x07','\x01','\xc0','\x0e','\x03','\x80','\x0d','\xe7','\x00','\x00','\x3c','\x00','\x00','\x77','\xe0','\x03','\xc0','\xfc','\x7c','\x00','\x1c','\x0e','\x00','\x06','\x0c','\x1f','\xff','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\xc3','\x18','\xff','\xe3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x1a','\x18','\xdf','\xff','\x18','\xc3','\x18','\x31','\x83','\x18','\x31','\x83','\x18','\x31','\x83','\x18','\x33','\x03','\x18','\x6b','\x07','\x18','\x66','\x06','\x18','\x07','\x06','\x18','\x0d','\x84','\x18','\x08','\xcc','\x18','\x10','\xc8','\x18','\x20','\x10','\x18','\xc0','\x20','\x18','\x1c','\x08','\x18','\x18','\x0e','\x7c','\x18','\x0d','\xe0','\x18','\x0c','\x60','\x18','\x0c','\x60','\x19','\x8c','\x60','\xff','\xd8','\x60','\x19','\x98','\x60','\x19','\x98','\x60','\x19','\x98','\x66','\x19','\xbf','\xff','\x31','\xb8','\x60','\x33','\x58','\x60','\x33','\x18','\x60','\x33','\x18','\x60','\x32','\x18','\x60','\x6a','\x18','\x60','\x66','\x18','\x60','\x07','\x18','\x60','\x0d','\x98','\x60','\x09','\x98','\x60','\x10','\x18','\x6c','\x20','\x1b','\xfe','\xc0','\x18','\x00','\x1c','\x06','\x70','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x26','\x64','\x19','\x96','\x66','\xff','\xde','\x6c','\x19','\x9e','\x68','\x19','\x86','\x70','\x19','\x86','\x60','\x19','\x86','\x60','\x31','\x86','\x60','\x33','\x0e','\x70','\x33','\x16','\x6c','\x33','\x76','\x66','\x32','\x26','\x66','\x6a','\x06','\x60','\x66','\x0c','\x60','\x07','\x0c','\x62','\x0d','\x88','\x62','\x09','\x98','\x63','\x10','\x10','\x7f','\x20','\x20','\x3e','\xc0','\xc0','\x00','\x1c','\x04','\xe0','\x18','\x0e','\xc8','\x18','\x1c','\xc4','\x18','\x6c','\xc6','\x18','\x0c','\xc6','\x19','\x8c','\xc0','\xff','\xcc','\xc0','\x19','\x8c','\xc6','\x19','\xff','\xff','\x19','\x8c','\xc0','\x19','\x8c','\xc8','\x31','\x8c','\xce','\x33','\x0c','\xcc','\x33','\x0e','\xcc','\x33','\x7c','\x48','\x32','\x3c','\x58','\x6a','\x2c','\x50','\x66','\x0c','\x70','\x07','\x0c','\x22','\x0d','\x8c','\x72','\x09','\x8c','\x52','\x10','\x0c','\x9b','\x20','\x7d','\x0f','\xc0','\x18','\x06','\x0e','\x08','\x06','\x0c','\x0f','\xff','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\xcf','\xfe','\xff','\xec','\x06','\x18','\xc0','\x00','\x18','\xc8','\x06','\x18','\xcf','\xff','\x18','\xcc','\x06','\x18','\xcc','\x06','\x31','\x8c','\x06','\x31','\x8f','\xfe','\x31','\x8c','\x06','\x33','\x0c','\x06','\x6b','\x0c','\x06','\x66','\x0f','\xfe','\x07','\x0c','\x06','\x0d','\x8c','\x06','\x08','\xcc','\x06','\x10','\xcc','\x06','\x20','\x0c','\x3e','\xc0','\x0c','\x0c','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x11','\x90','\x86','\x1d','\x8c','\x60','\x19','\x86','\x30','\x31','\x87','\x32','\x21','\x83','\x04','\x41','\x90','\x0c','\x87','\x9c','\x18','\x03','\x38','\xf0','\x00','\x70','\x30','\x01','\xc0','\x30','\x0f','\x00','\x38','\xf0','\x00','\x18','\x40','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x80','\xc0','\x03','\x01','\x80','\x0e','\xf3','\x00','\x0c','\x0e','\x00','\x00','\x39','\xe0','\x01','\xe0','\x7c','\x7e','\x00','\x1c','\x38','\x06','\x46','\x30','\xff','\x7f','\x30','\x26','\x66','\x30','\x26','\x66','\x30','\x26','\x66','\x32','\x26','\x64','\xff','\x26','\x64','\x32','\xfe','\x64','\x32','\x26','\x68','\x32','\x26','\x68','\x32','\x26','\x64','\x62','\x26','\x64','\x62','\x26','\x64','\x66','\xfe','\x66','\x64','\x26','\x66','\x64','\x26','\x66','\xd4','\x26','\x66','\xcc','\x26','\x66','\x0e','\x26','\x66','\x0b','\x66','\x7e','\x1b','\x46','\x6c','\x10','\x46','\x60','\x20','\x9e','\x60','\xc1','\x0c','\x60','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x21','\x8c','\x18','\x3f','\xfe','\x18','\x31','\x8c','\x19','\xb1','\x8c','\xff','\xb1','\x8c','\x19','\xbf','\xfc','\x19','\xb1','\x8c','\x19','\xb1','\x8c','\x19','\xb1','\x8c','\x31','\xbf','\xfc','\x33','\x00','\x00','\x33','\x00','\x06','\x33','\x7f','\xff','\x32','\x06','\x00','\x6a','\x06','\x0c','\x66','\x0f','\xfe','\x07','\x0c','\x0c','\x0d','\x80','\x1c','\x09','\x80','\x18','\x10','\x00','\x38','\x20','\x03','\xf0','\xc0','\x00','\xe0','\x1c','\x10','\x06','\x18','\x1f','\xff','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x19','\x9f','\xfe','\xff','\xd8','\xc6','\x19','\x98','\xc6','\x19','\x98','\xc6','\x19','\x9f','\xfe','\x19','\x98','\x06','\x31','\x81','\xc0','\x33','\x01','\x80','\x33','\x01','\x86','\x33','\x3f','\xff','\x32','\x01','\x86','\x6a','\x01','\x86','\x66','\x03','\x86','\x07','\x03','\x06','\x0d','\x87','\x06','\x09','\x86','\x0e','\x10','\x0c','\x0c','\x20','\x18','\x7c','\xc0','\x60','\x18','\x38','\x46','\x06','\x30','\x7f','\xff','\x30','\x66','\x0c','\x30','\x66','\x0c','\x30','\x64','\x0c','\x32','\x64','\x0c','\xff','\x64','\x0c','\x32','\x69','\xec','\x32','\x69','\x2c','\x32','\x65','\x2c','\x32','\x65','\x2c','\x62','\x65','\x2c','\x62','\x65','\x2c','\x66','\x65','\x2c','\x64','\x65','\xec','\x64','\x64','\x0c','\xd4','\x64','\x0c','\xcc','\x7c','\x0c','\x0e','\x6c','\x0c','\x0b','\x60','\x0c','\x1b','\x60','\x0c','\x10','\x60','\x0c','\x20','\x60','\x7c','\xc0','\x60','\x18','\x1c','\x00','\x38','\x18','\x01','\xfc','\x18','\x1f','\xc0','\x18','\x02','\x04','\x18','\x21','\x87','\x19','\x98','\xc6','\xff','\xcc','\xcc','\x19','\x8c','\x08','\x19','\x80','\x00','\x19','\x80','\x38','\x19','\x81','\xfc','\x31','\x9f','\xc0','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x01','\x80','\x32','\x01','\x86','\x6a','\x7f','\xff','\x66','\x01','\x80','\x07','\x01','\x80','\x0d','\x81','\x80','\x09','\x81','\x80','\x10','\x01','\x8c','\x20','\x3f','\xfe','\xc0','\x00','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x21','\x80','\x18','\x21','\x86','\x18','\x3f','\xff','\x18','\x60','\x06','\xff','\xe0','\x04','\x19','\x9c','\x00','\x19','\x98','\x8c','\x19','\x98','\xfe','\x19','\x9e','\xcc','\x31','\x92','\xcc','\x33','\x32','\xcc','\x33','\x2a','\xcc','\x33','\x2a','\xcc','\x32','\x46','\xcc','\x6a','\x04','\xdc','\x66','\x0c','\xcc','\x07','\x08','\xc0','\x0d','\x98','\xc2','\x09','\x90','\xc2','\x10','\x20','\xc3','\x20','\x40','\xff','\xc0','\x80','\x7e','\x1c','\x00','\x0c','\x18','\xff','\xfe','\x18','\x26','\x00','\x18','\x26','\x00','\x18','\x26','\x0c','\x19','\xa7','\xfe','\xff','\xbe','\x8c','\x19','\xa6','\x8c','\x19','\xa6','\x8c','\x19','\xa6','\x8c','\x19','\xa6','\x58','\x31','\xa6','\x58','\x33','\x3e','\x58','\x33','\x26','\x50','\x33','\x26','\x30','\x32','\x26','\x20','\x6a','\x26','\x20','\x66','\x26','\x70','\x04','\xfe','\x50','\x0e','\x76','\x58','\x0b','\x46','\xcf','\x11','\x86','\x8e','\x21','\x87','\x06','\xc0','\x06','\x00','\x00','\x18','\x00','\xff','\xfc','\x00','\x18','\x60','\x0c','\x18','\x6f','\xfe','\x1f','\xe2','\x0c','\x18','\x61','\x18','\x18','\x61','\x98','\x1f','\xe0','\xf0','\x18','\x60','\x60','\x18','\x60','\xf0','\x18','\x61','\x9c','\xff','\xe3','\x0f','\x78','\x6c','\x06','\x40','\x60','\x00','\x00','\x38','\x00','\x00','\x70','\x06','\xff','\xff','\xff','\x01','\xc0','\xc0','\x03','\x81','\x80','\x07','\x73','\x00','\x06','\x0e','\x00','\x00','\x39','\xe0','\x01','\xc0','\x78','\x3e','\x00','\x18','\x1c','\x01','\x00','\x18','\x01','\xc0','\x18','\x01','\x80','\x18','\x12','\x0c','\x18','\x1f','\xfe','\x19','\x98','\x8c','\xff','\xd8','\x8c','\x19','\x98','\x8c','\x19','\x9f','\xfc','\x19','\x98','\x8c','\x19','\x98','\x8c','\x31','\x98','\x8c','\x33','\x1f','\xfc','\x33','\x04','\x00','\x33','\x06','\x70','\x32','\x04','\x60','\x6a','\x08','\x66','\x66','\x7f','\xff','\x07','\x00','\x60','\x0d','\x80','\x60','\x09','\x80','\x60','\x10','\x00','\x60','\x20','\x00','\x60','\xc0','\x00','\x60','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x30','\xcc','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x07','\x01','\xe0','\x07','\xc1','\xd0','\x0f','\x33','\xd8','\x1b','\x16','\xcc','\x33','\x0c','\xcf','\xc3','\x30','\xc6','\x03','\x00','\xc0','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\xc0','\xc0','\x03','\x81','\xc0','\x07','\x03','\x80','\x0e','\xf7','\x00','\x0c','\x0e','\x00','\x00','\x39','\xe0','\x01','\xc0','\x78','\x3e','\x00','\x18','\x1c','\x10','\x06','\x18','\x1f','\xff','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x19','\x98','\xc6','\xff','\xdf','\xfe','\x19','\x98','\x00','\x19','\x98','\x00','\x19','\x9a','\x06','\x19','\x9b','\xff','\x31','\x9b','\x06','\x33','\x1b','\x06','\x33','\x1b','\x06','\x33','\x1b','\xfe','\x32','\x1b','\x06','\x6a','\x13','\x06','\x66','\x13','\x06','\x07','\x33','\xfe','\x0d','\xa3','\x06','\x09','\xa3','\x06','\x10','\x43','\x06','\x20','\x83','\xfe','\xc0','\x03','\x06','\x1c','\x00','\x00','\x18','\x10','\x18','\x18','\x1f','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\x98','\x18','\xff','\xdf','\xf8','\x19','\x98','\x18','\x19','\x98','\x18','\x19','\x98','\x18','\x19','\x9f','\xf8','\x31','\x98','\x18','\x33','\x00','\x00','\x33','\x20','\x0c','\x33','\x3f','\xfe','\x32','\x32','\x4c','\x6a','\x32','\x4c','\x66','\x32','\x4c','\x07','\x32','\x4c','\x0d','\xb2','\x4c','\x09','\xb2','\x4c','\x10','\x32','\x4c','\x20','\xff','\xff','\xc0','\x00','\x00','\x1c','\x07','\x38','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x7f','\xff','\x18','\x06','\x30','\x19','\x86','\x30','\xff','\xbf','\xfe','\x19','\x86','\x30','\x19','\x86','\x30','\x19','\xff','\xff','\x19','\x80','\x80','\x31','\x90','\x8c','\x33','\x1f','\xfe','\x33','\x18','\x8c','\x33','\x18','\x8c','\x32','\x1f','\xfc','\x6a','\x18','\x8c','\x66','\x18','\x8c','\x07','\x7f','\xff','\x0d','\x98','\x0c','\x09','\x98','\x0c','\x10','\x18','\x0c','\x20','\x18','\x7c','\xc0','\x18','\x18','\x1c','\x06','\x06','\x18','\xff','\x7f','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x46','\x46','\xff','\x7e','\x7e','\x33','\x60','\x60','\x33','\x60','\x60','\x33','\x66','\x66','\x33','\x7f','\x7f','\x63','\x06','\x06','\x66','\x46','\x46','\x66','\x36','\x36','\x66','\x16','\x16','\x64','\x0e','\x0e','\xd4','\x36','\x36','\xcc','\xe6','\xe6','\x0e','\x46','\x46','\x1b','\x06','\x06','\x13','\x0e','\x0e','\x20','\x0c','\x0c','\x40','\x7c','\x7c','\x80','\x18','\x18','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x21','\x8c','\x18','\x3f','\xfe','\x18','\x31','\x8c','\x19','\xb1','\x8c','\xff','\xf1','\x8c','\x19','\xbf','\xfc','\x19','\xb1','\x8c','\x19','\xb1','\x8c','\x19','\xb1','\x8c','\x31','\xbf','\xfc','\x33','\x01','\x80','\x33','\x01','\x8c','\x33','\x7f','\xfe','\x32','\x08','\x0c','\x6a','\x08','\x18','\x66','\x04','\x30','\x07','\x03','\x60','\x0d','\x81','\xc0','\x09','\x83','\x70','\x10','\x06','\x3f','\x20','\x18','\x1e','\xc0','\xe0','\x06','\x1c','\x00','\x00','\x18','\x10','\x0c','\x18','\x1f','\xfe','\x18','\x18','\xc0','\x18','\x18','\xc0','\x19','\x98','\xc8','\xff','\xdf','\xfc','\x19','\x98','\xc0','\x19','\x98','\xc0','\x19','\x98','\xc8','\x19','\x9f','\xfc','\x31','\x98','\xc0','\x33','\x18','\xc0','\x33','\x18','\xc6','\x33','\x1f','\xff','\x32','\x18','\x06','\x6a','\x00','\x46','\x66','\x11','\x36','\x07','\x14','\x96','\x0d','\xb2','\xc6','\x09','\xb2','\x4e','\x10','\x62','\x0c','\x20','\x60','\x7c','\xc0','\x00','\x18','\x1c','\x00','\x0c','\x18','\x3f','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x1d','\x98','\x19','\x99','\xfc','\xff','\xd9','\x80','\x19','\x99','\x80','\x19','\x99','\x86','\x19','\xff','\xff','\x19','\x98','\x00','\x31','\x98','\x18','\x33','\x1f','\xfc','\x33','\x18','\x00','\x33','\x18','\x06','\x32','\x1f','\xff','\x6a','\x18','\x06','\x66','\x00','\x46','\x07','\x11','\x36','\x0d','\x94','\x96','\x09','\xb2','\x8e','\x10','\x62','\x0c','\x20','\x60','\x7c','\xc0','\x00','\x18','\x1c','\x20','\x06','\x18','\x3f','\xff','\x18','\x30','\x00','\x18','\x31','\x08','\x18','\x31','\xfc','\x19','\xb1','\x08','\xff','\xb1','\x08','\x19','\xb1','\x08','\x19','\xb1','\xf8','\x19','\xb1','\x08','\x19','\xb0','\x00','\x31','\xb0','\x00','\x33','\x34','\x92','\x33','\x37','\xdf','\x33','\x34','\x92','\x32','\x34','\x92','\x6a','\x34','\x92','\x66','\x34','\x92','\x07','\x37','\x9e','\x0d','\xb4','\x92','\x09','\xb0','\x00','\x10','\x30','\x06','\x20','\x3f','\xff','\xc0','\x30','\x00','\x1c','\x10','\xe8','\x18','\x0c','\xce','\x18','\x06','\xcc','\x18','\x06','\xc8','\x18','\x10','\xd2','\x19','\x9f','\xff','\xff','\xf0','\x06','\x19','\xb0','\x04','\x19','\x87','\xf8','\x19','\x86','\x18','\x19','\x86','\x18','\x31','\x86','\x18','\x33','\x07','\xf8','\x33','\x00','\xc0','\x33','\x10','\xc6','\x32','\x1f','\xff','\x6a','\x18','\xc6','\x66','\x18','\xc6','\x07','\x18','\xc6','\x0d','\x98','\xc6','\x09','\x98','\xde','\x10','\x18','\xcc','\x20','\x00','\xc0','\xc0','\x00','\xc0','\x38','\x18','\x40','\x30','\x10','\x70','\x30','\x10','\x60','\x30','\x13','\x60','\x31','\xff','\xe0','\x30','\x10','\x66','\xfe','\x92','\x7f','\x32','\xfe','\x4c','\x32','\x92','\xcc','\x32','\x92','\x8c','\x32','\x93','\x4c','\x62','\x92','\x4c','\x62','\x92','\x4c','\x66','\xfe','\x28','\x64','\x92','\x28','\x64','\x10','\x38','\xd4','\x38','\x10','\xcc','\x34','\x10','\x0e','\x76','\x38','\x0b','\x53','\x28','\x1b','\xd3','\x6c','\x10','\x90','\x4f','\x21','\x10','\x86','\xc0','\x13','\x06','\x1c','\x00','\x06','\x18','\x3f','\xff','\x18','\x01','\x20','\x18','\x01','\x20','\x18','\x11','\x26','\x19','\x9f','\xff','\xff','\xd9','\x26','\x19','\x99','\x26','\x19','\x99','\x26','\x19','\x99','\x26','\x19','\x9f','\xfe','\x31','\x98','\x06','\x33','\x00','\x00','\x33','\x0f','\xfc','\x33','\x00','\x00','\x32','\x00','\x06','\x6a','\x3f','\xff','\x66','\x00','\xc0','\x07','\x10','\xc0','\x0d','\x9c','\xc8','\x09','\x98','\xc6','\x10','\x30','\xc3','\x20','\x47','\xc3','\xc0','\x01','\x80','\x38','\x42','\x46','\x30','\x7f','\x7f','\x30','\x62','\x46','\x30','\x62','\x46','\x30','\x7e','\x7e','\x33','\x62','\x46','\xff','\xe2','\x46','\x33','\x7e','\x7e','\x33','\x60','\x06','\x33','\x60','\x06','\x33','\x64','\x26','\x63','\x67','\xf6','\x66','\x64','\x26','\x66','\x64','\x26','\x66','\x64','\x26','\x64','\x67','\xe6','\xd4','\x64','\x26','\xcc','\x64','\x26','\x0e','\x64','\x26','\x0b','\x67','\xe6','\x1b','\x64','\x26','\x10','\x60','\x06','\x20','\x60','\x3e','\xc0','\x60','\x0c','\x38','\x42','\x46','\x30','\x7f','\x7f','\x30','\x62','\x46','\x30','\x62','\x46','\x30','\x7e','\x7e','\x33','\x62','\x46','\xff','\xe2','\x46','\x33','\x7e','\x7e','\x33','\x60','\x06','\x33','\x61','\xc6','\x33','\x61','\x86','\x63','\x61','\x86','\x66','\x6f','\xf6','\x66','\x61','\x86','\x66','\x63','\x86','\x64','\x63','\xc6','\xd4','\x63','\xa6','\xcc','\x65','\xb6','\x0e','\x65','\x96','\x0b','\x69','\x96','\x1b','\x61','\x86','\x10','\x61','\x86','\x20','\x60','\x3e','\xc0','\x60','\x0c','\x1c','\x00','\x38','\x18','\x01','\xfc','\x18','\x1f','\x80','\x18','\x01','\x80','\x18','\x01','\x06','\x19','\xbf','\xff','\xff','\xc6','\x20','\x19','\x8c','\x10','\x19','\x8f','\xfc','\x19','\x94','\x2f','\x19','\xa4','\x26','\x31','\xc7','\xe0','\x33','\x00','\x00','\x33','\x20','\x06','\x33','\x3f','\xff','\x32','\x30','\x06','\x6a','\x30','\x06','\x66','\x33','\xe6','\x07','\x32','\x26','\x0d','\xb2','\x26','\x09','\xb3','\xe6','\x10','\x30','\x06','\x20','\x30','\x3e','\xc0','\x30','\x0c','\x1c','\x13','\x26','\x18','\x1f','\xbf','\x18','\x13','\x26','\x18','\x13','\x26','\x18','\x13','\x26','\x19','\x9f','\x3e','\xff','\xc0','\x00','\x19','\x90','\x06','\x19','\x9f','\xff','\x19','\x98','\xc6','\x19','\x98','\xc6','\x31','\x9f','\xfe','\x33','\x18','\xc6','\x33','\x18','\xc6','\x33','\x1f','\xfe','\x32','\x18','\xc6','\x6a','\x00','\xc0','\x66','\x00','\xc6','\x07','\x3f','\xff','\x0d','\x80','\xc0','\x09','\x80','\xc0','\x10','\x00','\xc0','\x20','\x00','\xc0','\xc0','\x00','\xc0','\x10','\x60','\xe0','\x1f','\xf0','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x18','\x63','\x18','\x1f','\xe1','\x10','\x18','\x00','\x24','\x18','\x0f','\xfe','\x1f','\xe0','\xc0','\x3c','\x60','\xc4','\x2c','\x6f','\xfe','\x2c','\x60','\xc0','\x4f','\xe0','\xc0','\x8c','\x60','\xc0','\x00','\x38','\x00','\x00','\x70','\x06','\xff','\xff','\xff','\x01','\xc0','\xc0','\x03','\x81','\x80','\x07','\x73','\x00','\x06','\x0e','\x00','\x00','\x39','\xe0','\x01','\xc0','\x78','\x3e','\x00','\x18','\x41','\x38','\x82','\x7f','\xb0','\xff','\x49','\x30','\x92','\x49','\x30','\x92','\x49','\x30','\x92','\x7f','\x36','\xfe','\x49','\xff','\x92','\x49','\x32','\x92','\x49','\x32','\x92','\x49','\x32','\x92','\x7f','\x32','\xfe','\x10','\x32','\x20','\x10','\x66','\x20','\x13','\x64','\x26','\xff','\xe5','\xff','\x13','\x64','\x26','\x13','\x1c','\x26','\x13','\x08','\x26','\x33','\x1c','\x66','\x23','\x14','\x46','\x26','\x36','\x4c','\x46','\x26','\x8c','\x5e','\x40','\xbc','\x8c','\x81','\x18','\x38','\x82','\x38','\x30','\xff','\x30','\x30','\x92','\x30','\x30','\x92','\x30','\x30','\x92','\x30','\x30','\xfe','\x36','\xfe','\x93','\xff','\x32','\x92','\x64','\x32','\x92','\x64','\x32','\x92','\x64','\x32','\xfe','\x64','\x62','\x20','\x64','\x66','\x20','\x64','\x64','\x26','\xcc','\x65','\xfe','\xc8','\x64','\x26','\xc8','\xd4','\x26','\xa8','\xcc','\x26','\x18','\x0e','\x66','\x1c','\x0b','\x46','\x14','\x1b','\x4c','\x36','\x10','\x8c','\x22','\x20','\xbc','\x43','\xc1','\x19','\x83','\x1c','\x01','\xc0','\x18','\x21','\x86','\x18','\x3f','\xff','\x18','\x60','\x06','\x18','\x6f','\xf4','\x19','\x81','\x80','\xff','\xcd','\xac','\x19','\x99','\xf6','\x19','\xa3','\xc6','\x19','\x8e','\x00','\x19','\xbf','\xfc','\x31','\x98','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x33','\x18','\x0c','\x32','\x18','\x0c','\x6a','\x1f','\xfc','\x66','\x18','\x0c','\x07','\x18','\x0c','\x0d','\x9f','\xfc','\x09','\x84','\x00','\x10','\x0f','\x38','\x20','\x1c','\x0e','\xc0','\x60','\x06','\x1c','\x01','\x00','\x18','\x09','\x98','\x18','\x0f','\xfc','\x18','\x08','\x08','\x18','\x0f','\xf8','\x19','\x88','\x08','\xff','\xcf','\xf8','\x19','\x88','\x08','\x19','\x8f','\xf8','\x19','\x80','\x00','\x19','\x9f','\xfc','\x31','\x90','\x84','\x33','\x10','\x84','\x33','\x1f','\xfc','\x33','\x10','\x84','\x32','\x10','\x84','\x6a','\x1f','\xfc','\x66','\x06','\x30','\x07','\x7f','\xff','\x0d','\x86','\x30','\x09','\x86','\x30','\x10','\x0c','\x30','\x20','\x18','\x30','\xc0','\x60','\x30','\x38','\x18','\x06','\x30','\x11','\xff','\x30','\x10','\x30','\x30','\x12','\x30','\x31','\xff','\x20','\x30','\x10','\xfe','\xfe','\x92','\xc6','\x32','\xfe','\xc6','\x32','\x92','\xc6','\x32','\x92','\xfe','\x32','\x92','\xc6','\x62','\x92','\xc6','\x62','\x92','\xc6','\x66','\xfe','\xfe','\x64','\x92','\xc6','\x64','\x10','\xc6','\xd4','\x38','\xc6','\xcc','\x34','\xc6','\x0e','\x76','\xfe','\x0b','\x56','\x00','\x1b','\xd0','\x48','\x10','\x90','\x66','\x21','\x10','\xc3','\xc0','\x11','\x03','\x1c','\x01','\xc0','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x00','\x00','\x18','\x3e','\x7c','\x1b','\x22','\x44','\xff','\xa2','\x44','\x33','\x3e','\x7c','\x33','\x04','\x20','\x33','\x3f','\xfc','\x33','\x04','\x20','\x63','\x04','\x20','\x66','\x3f','\xfc','\x66','\x04','\x20','\x66','\x04','\x26','\xd4','\xff','\xff','\xce','\x0c','\x88','\x0b','\x18','\x8c','\x1b','\x38','\x58','\x10','\x68','\x60','\x31','\x89','\xb0','\x20','\x7e','\x1f','\x40','\x38','\x0e','\x80','\x20','\x06','\x38','\x44','\x70','\x30','\x66','\x60','\x30','\x66','\x68','\x30','\xcc','\x66','\x30','\xab','\x62','\x31','\x11','\x60','\xff','\x00','\x66','\x33','\xff','\xff','\x33','\x24','\x60','\x33','\x24','\x60','\x33','\x24','\x60','\x32','\xe7','\x64','\x62','\x24','\x67','\x66','\x24','\x66','\x66','\xe7','\x26','\x64','\x24','\x2c','\xdc','\x24','\x2c','\xc8','\xe7','\x38','\x1c','\x24','\x12','\x16','\x24','\x3a','\x36','\x27','\x2a','\x21','\xfc','\x4e','\x40','\xe0','\x87','\x80','\x81','\x03','\x1c','\x00','\x18','\x18','\x1f','\xfc','\x18','\x01','\x80','\x18','\x21','\x86','\x18','\x3f','\xff','\x18','\x61','\x86','\xff','\xe1','\x84','\x19','\x9d','\xb8','\x19','\x81','\x80','\x19','\xbd','\xbc','\x19','\x81','\x80','\x31','\x8c','\x00','\x33','\x08','\x42','\x33','\x08','\x7f','\x33','\x7f','\x42','\x32','\x18','\x42','\x6a','\x1c','\x7e','\x66','\x1a','\x42','\x07','\x3b','\x42','\x0d','\xa9','\x7e','\x09','\xe8','\x42','\x10','\x48','\x42','\x20','\x88','\x7e','\xc0','\x08','\x42','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x00','\x00','\x02','\x00','\x00','\x14','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x00','\x18','\xf0','\x00','\x1f','\xc0','\x00','\x7e','\x00','\x03','\xf8','\x00','\x7f','\x98','\x00','\x3c','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\xc0','\x3f','\xff','\xe0','\x01','\x80','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\x03','\x03','\xff','\x03','\x03','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x0c','\x01','\x8e','\x1b','\xff','\xcc','\x30','\x01','\xbc','\xc0','\x03','\x18','\x00','\x02','\x00','\x00','\x14','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x01','\xc0','\x04','\x1f','\xe0','\x07','\xf8','\x00','\x0e','\x10','\x20','\x0c','\x08','\x18','\x18','\x0c','\x0c','\x10','\x0c','\x06','\x20','\x00','\x06','\x40','\x00','\xc0','\x07','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x00','\x00','\x14','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\xc4','\x67','\xff','\xe8','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x32','\x18','\x18','\x61','\x30','\x38','\x61','\x60','\x37','\xc0','\xc0','\x01','\xf1','\xe0','\x03','\x33','\x3f','\x06','\x06','\x1e','\x18','\x18','\x06','\x60','\x00','\xc0','\x07','\xff','\xe0','\x00','\x01','\x80','\x00','\x02','\x00','\x00','\x14','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\xc1','\xc0','\xff','\xe1','\x80','\x00','\xc1','\x80','\x01','\x81','\x86','\x01','\x7f','\xff','\x0a','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x12','\x20','\x0c','\x0c','\x38','\x0f','\x86','\x70','\x1e','\x06','\x60','\xfc','\x00','\xc8','\x6c','\x01','\x8e','\x4c','\x03','\x1c','\x0c','\x06','\x18','\x0c','\x0c','\x30','\x0c','\x18','\x60','\x0c','\x60','\xc0','\x0c','\x01','\xb0','\x0c','\x03','\x0c','\x0c','\x06','\x06','\x7c','\x18','\x07','\x18','\x60','\x03','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x19','\x80','\xff','\xfd','\x80','\x00','\x01','\x80','\x00','\x01','\x98','\x3f','\xe7','\xfc','\x30','\x61','\x98','\x30','\x61','\x98','\x3f','\xe1','\x98','\x00','\x01','\x98','\x00','\x65','\x98','\x7f','\xf3','\x98','\x00','\xc1','\x18','\x02','\x81','\x18','\x03','\x03','\x98','\x03','\x32','\x98','\x0f','\xc2','\xd8','\xff','\x02','\xda','\x73','\x06','\x1a','\x43','\x04','\x1a','\x03','\x0c','\x1b','\x1f','\x08','\x1f','\x06','\x10','\x0e','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x06','\xff','\xff','\xff','\x02','\x00','\x80','\x03','\x00','\xc0','\x26','\x49','\x90','\x18','\xe6','\x38','\x09','\x82','\x60','\x02','\x40','\x90','\x04','\x21','\x08','\x7f','\xff','\xfc','\x38','\x33','\x0c','\x00','\x00','\x00','\x0f','\xff','\xe0','\x00','\x03','\x80','\x00','\x16','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x04','\x00','\x0c','\x0e','\x88','\x3e','\x58','\xfd','\xf0','\x70','\xc8','\x42','\x4c','\xca','\x23','\x4c','\xc9','\x33','\x4c','\xc9','\xb6','\x4c','\xc9','\x84','\x6c','\xe8','\x02','\x5c','\xdb','\xff','\x5c','\xd8','\x06','\x4c','\xc8','\x04','\x4c','\xc8','\x28','\x4c','\xc8','\x30','\x4c','\xc8','\x32','\x4c','\xcb','\xff','\x7c','\xc8','\x30','\xec','\xc8','\x30','\x4c','\xf8','\x30','\x08','\xd8','\x30','\x18','\xc0','\x30','\x10','\xc0','\x30','\x20','\xc1','\xf0','\x40','\xc0','\x60','\x00','\xc0','\x00','\x13','\xe0','\x18','\x1e','\x01','\xfc','\x18','\x24','\x18','\x18','\x18','\x18','\x1f','\x24','\xf8','\x18','\x00','\x18','\x18','\x24','\x18','\x1f','\x18','\xf8','\x18','\x24','\x18','\x58','\x00','\x1a','\x7f','\xff','\xff','\x40','\x00','\x06','\xc0','\x00','\xc4','\xcf','\xff','\xe8','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x02','\x00','\xc0','\x01','\x01','\xc0','\x00','\xc3','\x80','\x00','\x67','\x00','\x00','\x3c','\x00','\x00','\x77','\x00','\x01','\xc3','\xf0','\x0f','\x00','\xff','\xf0','\x00','\x1e','\x07','\xff','\xc0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x14','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x03','\x00','\x0c','\xff','\xbf','\xfe','\x03','\x03','\x00','\x03','\x43','\x06','\x02','\x7f','\xff','\x14','\xc3','\x06','\x18','\xc3','\x04','\x18','\x1b','\x30','\x18','\x03','\x00','\x18','\x3b','\x38','\x18','\x03','\x00','\x1a','\x00','\x06','\x1c','\xff','\xff','\xf8','\x03','\x00','\x78','\x42','\x0c','\x58','\x7f','\xfe','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\x18','\x64','\x8c','\xf8','\x64','\xbc','\x30','\x64','\x98','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x08','\x03','\x80','\x00','\x03','\x00','\x00','\x03','\x01','\x80','\x03','\x03','\xc0','\x03','\x0f','\x00','\x03','\x38','\x00','\x03','\xc0','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x10','\x03','\x00','\x10','\x03','\x00','\x18','\x03','\xff','\xf8','\x01','\xff','\xf0','\x00','\x1c','\x00','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc8','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x68','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\xff','\xf0','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x18','\xc4','\x20','\x18','\xc4','\x38','\x18','\xc2','\x60','\x10','\xc2','\x80','\x30','\xc1','\x00','\x20','\xc1','\x80','\x40','\xcc','\xe0','\x8f','\xf0','\x7e','\x07','\x80','\x3c','\x04','\x00','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x60','\x04','\x60','\xff','\x88','\x01','\x83','\x00','\x03','\x06','\x00','\x06','\x0c','\x30','\x1f','\xff','\xf8','\x6c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x06','\x30','\x00','\x86','\x00','\x00','\xe6','\x40','\x01','\xc6','\x38','\x01','\x86','\x1a','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x01','\xc4','\x60','\xc1','\x80','\x1f','\xe1','\x98','\x00','\x01','\xfc','\x00','\x01','\x80','\x00','\x31','\x80','\x7f','\xff','\xfc','\x0c','\xc0','\x18','\x0c','\xc6','\x18','\x0c','\xc1','\xb0','\x0c','\xc0','\xe0','\x0c','\xc0','\xe0','\x0c','\xc1','\xb0','\x18','\xc3','\x1a','\x18','\xcc','\x1a','\x10','\xc0','\x03','\x30','\xff','\xff','\x20','\x7f','\xfe','\xc0','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x61','\x00','\x04','\x61','\xc2','\x08','\x03','\x83','\x80','\x03','\x03','\x00','\x06','\x04','\x18','\x07','\xff','\xfc','\x0e','\x0c','\x00','\x1e','\x0c','\x00','\x36','\x0c','\x30','\xc7','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x30','\x07','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x0c','\x07','\xff','\xfe','\x06','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x63','\xff','\xc8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x04','\x18','\x18','\x07','\x1f','\xfc','\x0e','\x18','\x00','\x0d','\x18','\x00','\x18','\xf8','\x00','\x30','\x3f','\xff','\xc0','\x07','\xfe','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\x03','\x88','\x06','\x03','\x00','\x06','\x03','\x18','\x46','\x7f','\xfc','\x26','\x03','\x00','\x36','\x03','\x00','\x36','\x03','\x0c','\x06','\xff','\xfe','\x06','\x07','\x40','\x06','\x0f','\x40','\x1e','\x0b','\x20','\xf6','\x1b','\x30','\x66','\x13','\x18','\x46','\x23','\x1c','\x06','\x43','\x0f','\x07','\x83','\x06','\x06','\x1f','\x00','\x06','\x06','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\x00','\x18','\x06','\x7f','\xfc','\x06','\x06','\x00','\x46','\x06','\x30','\x26','\x3f','\xf8','\x36','\x0c','\x30','\x36','\x0c','\x30','\x06','\x0c','\x36','\x06','\xff','\xff','\x06','\x00','\x00','\x1e','\x20','\x18','\xf6','\x3f','\xfc','\x66','\x30','\x18','\x46','\x30','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x3f','\xf8','\x06','\x30','\x18','\x00','\x1c','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x04','\x10','\x26','\xff','\xff','\xff','\x04','\x10','\x20','\x04','\x10','\x20','\x07','\xff','\xe0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x80','\x00','\x07','\xc1','\xfc','\x38','\x00','\x1c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x00','\x04','\x03','\x9f','\xf0','\x33','\x00','\x10','\x33','\x1f','\xf0','\x33','\x00','\x10','\x33','\x1f','\xf0','\x3f','\x00','\x00','\x33','\x20','\x06','\x03','\x3f','\xff','\x03','\x60','\x06','\xff','\x60','\x04','\x33','\x1f','\xf0','\x33','\x08','\x30','\x33','\x04','\x60','\x23','\x06','\xc0','\x63','\x03','\x80','\x43','\x06','\xf0','\x83','\x18','\x3f','\x03','\x60','\x0e','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xe3','\x84','\x60','\xc3','\x30','\x1f','\xff','\xf8','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xc3','\x00','\x03','\x81','\xe0','\x0e','\x00','\x7e','\x70','\x00','\x1c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xc0','\x34','\x7f','\xe7','\xf8','\x08','\xc2','\x30','\x0c','\xc3','\x30','\x04','\xe1','\x30','\x03','\xc0','\xf0','\x1e','\xc7','\xb0','\x08','\xda','\x30','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xc3','\x00','\x03','\xa0','\xf0','\x1e','\x34','\x3f','\xe0','\xce','\x4e','\x0f','\x18','\xe0','\x00','\x61','\x80','\x03','\x86','\x00','\x00','\x38','\x00','\x07','\xc0','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x60','\x04','\x64','\xf0','\x68','\x07','\x07','\xf0','\x06','\x00','\x60','\x06','\x40','\x60','\x07','\xe7','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x00','\x01','\x80','\x0c','\x03','\xff','\xfe','\x06','\x00','\x0c','\x0c','\x02','\x0c','\x30','\x91','\x8c','\x04','\x4c','\x9c','\x0c','\x64','\x18','\x18','\x60','\xf8','\x18','\x00','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x00','\x04','\x67','\xff','\xe8','\x06','\x44','\x60','\x06','\x44','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x02','\x00','\x40','\x03','\xff','\xd0','\x01','\xc4','\x38','\x03','\x82','\x60','\x0d','\x81','\x80','\x71','\xfc','\xe0','\x07','\xe0','\x7e','\x03','\x00','\x1c','\x00','\x1c','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x06','\x06','\x60','\x04','\x04','\x7f','\xcf','\xf8','\x06','\x18','\x80','\x06','\x00','\x80','\x3f','\xdf','\xfe','\x06','\x08','\x88','\x06','\x08','\x88','\x7f','\xcf','\xf8','\x30','\x00','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x01','\x00','\x00','\x03','\xc0','\xf8','\x0f','\x00','\x1e','\x70','\x00','\x06','\x00','\x1c','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x30','\x08','\x06','\x60','\x0e','\x04','\x7f','\xcc','\x18','\x06','\x1f','\xfc','\x06','\x10','\x80','\x3f','\xa8','\x90','\x06','\x0c','\x8c','\x06','\x18','\x86','\x7f','\xa3','\x86','\x30','\x01','\x80','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x01','\x00','\x00','\x03','\xc0','\xf8','\x0f','\x00','\x1e','\x70','\x00','\x06','\x07','\x00','\x1c','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x30','\x18','\xff','\xf8','\x1a','\x06','\x07','\xff','\x06','\x00','\x18','\x46','\x60','\x18','\x7f','\xf2','\x18','\x60','\x61','\x18','\x60','\x61','\x98','\x60','\x60','\xd8','\x60','\x60','\xd8','\x7f','\xe0','\x18','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\x80','\x18','\x19','\x80','\xfa','\x31','\x80','\x32','\x31','\x80','\x02','\x21','\x80','\x03','\x61','\xff','\xff','\x40','\xff','\xfe','\x80','\x00','\x00','\x03','\x82','\x00','\x73','\x03','\x80','\x63','\x07','\x18','\x63','\x07','\xfc','\x63','\x0c','\x18','\x63','\x1b','\x30','\x63','\x31','\x30','\x63','\x4c','\x60','\x7f','\x04','\xc0','\x63','\x01','\x80','\x03','\x03','\x38','\x03','\x0c','\x30','\x03','\x30','\x30','\xff','\x00','\x36','\x33','\x7f','\xff','\x33','\x00','\x30','\x33','\x10','\x30','\x33','\x0c','\x30','\x23','\x06','\x30','\x63','\x06','\x30','\x43','\x00','\x30','\x43','\x00','\x30','\x83','\x01','\xf0','\x03','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x80','\x00','\x18','\x60','\x3f','\xff','\xf8','\x0f','\xe0','\x18','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x02','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xcf','\x80','\x00','\x03','\x00','\x0c','\xc0','\x1c','\x8c','\xc8','\x18','\x4c','\xce','\x18','\x6c','\xcc','\x18','\x6c','\xc8','\x18','\x0c','\xd0','\x18','\xff','\xfc','\x1a','\x20','\x43','\xff','\x10','\x70','\x18','\x18','\x60','\x18','\x18','\x42','\x18','\x00','\x99','\x18','\xff','\xfd','\x98','\x03','\x01','\x98','\x03','\x01','\x98','\x03','\x30','\x18','\x7f','\xf8','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\xf8','\x18','\xff','\x80','\x18','\x78','\x00','\xf8','\x40','\x00','\x30','\x02','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x10','\x1c','\x00','\x20','\x18','\x00','\x40','\x18','\x00','\x02','\x18','\x00','\x03','\x98','\x80','\x03','\x18','\x40','\x07','\x18','\x20','\x06','\x18','\x30','\x0c','\x18','\x18','\x08','\x18','\x1c','\x10','\x18','\x0c','\x20','\x18','\x0c','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x70','\x70','\x18','\x60','\x60','\x18','\x68','\x60','\xff','\xfc','\x60','\x18','\x60','\x60','\x18','\x62','\x68','\x1f','\xe3','\x64','\x18','\x63','\x66','\x18','\x62','\x63','\x1f','\xe2','\x63','\x18','\x64','\x60','\x18','\x60','\x68','\x18','\x68','\x6e','\xff','\xfd','\xec','\x66','\x60','\xcc','\x66','\x60','\x18','\x64','\x60','\x18','\x6c','\x7c','\x30','\x68','\x3c','\x30','\x70','\x00','\x60','\x60','\x00','\x40','\x7f','\xfc','\x80','\x60','\x01','\x00','\x60','\x06','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xcc','\x00','\x00','\xcc','\x00','\x00','\xcc','\x00','\x00','\xcc','\x00','\x00','\xcc','\x00','\x01','\x8c','\x00','\x01','\x8c','\x00','\x01','\x8c','\x00','\x03','\x0c','\x00','\x03','\x0c','\x00','\x06','\x0c','\x02','\x06','\x0c','\x02','\x0c','\x0c','\x02','\x18','\x0c','\x03','\x30','\x0f','\xff','\xc0','\x07','\xfe','\x0e','\x00','\x10','\x0c','\x80','\x1c','\x0c','\x60','\x38','\x0c','\x20','\x70','\x0c','\x00','\xe0','\x0c','\x61','\x80','\xff','\xf3','\x08','\x0d','\x8c','\x0e','\x0d','\x80','\x1c','\x0d','\x80','\x38','\x0d','\x80','\x60','\x1d','\x80','\xc4','\x19','\x83','\x07','\x19','\x8c','\x0e','\x19','\x80','\x1c','\x19','\x80','\x38','\x31','\x80','\x60','\x31','\x80','\xc0','\x31','\x83','\x02','\x21','\x8c','\x02','\x61','\x80','\x02','\x41','\x80','\x03','\x81','\xff','\xff','\x00','\xff','\xfe','\x00','\x00','\x00','\x08','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0f','\xff','\xfc','\x0c','\x00','\x0c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x19','\xc1','\xc0','\x19','\x81','\x80','\x19','\x81','\x88','\x19','\x81','\x8e','\x19','\x99','\x9c','\x19','\xfd','\x98','\x19','\x81','\xb0','\x31','\x81','\xc0','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x61','\x81','\x82','\x41','\x99','\x82','\x8f','\xe1','\x83','\x07','\x01','\xff','\x04','\x00','\xfe','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x07','\x00','\x18','\x06','\x00','\x1b','\x86','\x07','\x1b','\x06','\x66','\x1b','\x7f','\xf6','\x1b','\x06','\x06','\x1b','\x06','\x06','\x1b','\x06','\x06','\x33','\x06','\x06','\x33','\x06','\x06','\x33','\x06','\x66','\x23','\x7f','\xf6','\x63','\x00','\x06','\x43','\x00','\x06','\x83','\x00','\x06','\x03','\xff','\xfe','\x03','\x00','\x06','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x07','\x00','\x19','\x06','\x20','\x18','\xc6','\x38','\x18','\x66','\x70','\x18','\x66','\x40','\x18','\x06','\x8c','\x1b','\xff','\xfe','\x18','\x1e','\x80','\x30','\x1e','\x80','\x30','\x36','\x40','\x30','\x36','\x60','\x20','\x66','\x30','\x60','\xc6','\x1c','\x41','\x86','\x0f','\x86','\x06','\x06','\x00','\x06','\x00','\x00','\x06','\x00','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x00','\x0c','\x19','\xff','\xfe','\x19','\x80','\x0c','\x19','\x80','\x0c','\x19','\xff','\xfc','\x19','\x80','\x0c','\x19','\x80','\x0c','\x31','\xff','\xfc','\x31','\x80','\x0c','\x31','\x80','\x0c','\x21','\xff','\xfc','\x60','\x40','\x00','\x40','\x70','\x60','\x80','\xe0','\x1c','\x01','\x80','\x0e','\x06','\x00','\x06','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x80','\xe0','\x18','\xe0','\xc0','\x19','\xc0','\xc6','\x19','\x9f','\xff','\x1b','\x00','\xc0','\x1c','\x80','\xc0','\x18','\xe0','\xcc','\x19','\xcf','\xfe','\x31','\x82','\x0c','\x33','\x82','\x18','\x35','\x81','\x18','\x21','\x81','\xb0','\x61','\x80','\xe0','\x41','\x80','\xf0','\x81','\x81','\xbf','\x01','\x86','\x1e','\x01','\x98','\x06','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x80','\x20','\x18','\x60','\x38','\x18','\x30','\x70','\x18','\x30','\x40','\x18','\x00','\x8c','\x19','\xff','\xfe','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x30','\x30','\x66','\x33','\xff','\xff','\x30','\x30','\x60','\x20','\x30','\x60','\x60','\x60','\x60','\x40','\x60','\x60','\x80','\xc0','\x60','\x01','\x80','\x60','\x06','\x00','\x60','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x7f','\xe0','\x18','\x00','\xc0','\x18','\x03','\x00','\x19','\xff','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x1f','\x00','\x18','\x06','\x00','\x37','\xf9','\xfe','\x30','\x30','\x0c','\x30','\x40','\x08','\x20','\xf8','\x30','\x6f','\xc3','\xff','\x46','\xc0','\x30','\x80','\xc0','\x30','\x03','\xc0','\xf0','\x01','\x80','\x60','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x19','\xe6','\x78','\x18','\x06','\x00','\x19','\xe6','\x78','\x18','\x00','\x00','\x19','\xff','\xfc','\x19','\x08','\x84','\x19','\x08','\x84','\x19','\xff','\xfc','\x18','\x30','\x00','\x18','\x7f','\xfe','\x30','\xc8','\x06','\x31','\xff','\xc6','\x36','\x88','\x46','\x20','\x88','\x46','\x60','\xff','\xc6','\x40','\x08','\x0e','\x80','\x08','\x8c','\x03','\xff','\xfc','\x01','\xe0','\xd8','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x00','\x66','\x63','\x02','\x7f','\xe3','\x02','\x60','\x63','\x02','\x60','\x03','\x03','\x00','\x03','\xff','\x00','\x01','\xfe','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1c','\x01','\x80','\x18','\x03','\x00','\x18','\x06','\x00','\x38','\x18','\x01','\xf0','\xe0','\x00','\x60','\x00','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x4c','\x8f','\xff','\x4c','\x8c','\x00','\x4c','\x88','\x00','\x4c','\x98','\x00','\x4c','\x90','\x18','\x4c','\xbf','\xfc','\x4c','\xc0','\x70','\x4c','\x80','\xe0','\x4c','\x81','\xc0','\x4c','\x83','\x80','\x4c','\x87','\x00','\x4c','\x8e','\x00','\x7f','\x8c','\x02','\x40','\x98','\x02','\x40','\x18','\x02','\x00','\x18','\x02','\x00','\x1e','\x07','\x00','\x0f','\xff','\x00','\x03','\xfe','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x03','\x00','\x3f','\xff','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x30','\x01','\xa7','\xf8','\x01','\xa6','\x30','\x01','\x90','\x60','\x03','\x18','\x60','\x03','\x0c','\xc0','\x06','\x07','\x80','\x0c','\x03','\x00','\x18','\x07','\xc0','\x30','\x1c','\xff','\xc0','\x70','\x3e','\x03','\x80','\x0e','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xc0','\x06','\x00','\x70','\x0c','\xff','\x3f','\x30','\x00','\x1e','\xc0','\x00','\xc6','\x07','\xff','\xe0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x82','\x00','\x00','\xe1','\x00','\x01','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x00','\x3f','\x0f','\xff','\xde','\x30','\x60','\xc6','\xc0','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc1','\xc0','\x01','\x81','\x80','\x03','\x0f','\x80','\x0c','\x03','\x00','\x70','\x00','\x00','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\xc0','\xc0','\x03','\x81','\xc0','\x07','\x01','\x80','\x0e','\xe3','\x00','\x0c','\x1e','\x00','\x00','\x0f','\x80','\x00','\x39','\xe0','\x01','\xe0','\x78','\x3e','\x00','\x18','\x00','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x4c','\x90','\xc6','\x4c','\x9f','\xff','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x7f','\x98','\xc6','\x40','\x98','\xc6','\x40','\x18','\xc6','\x00','\x18','\xc6','\x00','\x18','\xc6','\x00','\x1f','\xfe','\x00','\x18','\x06','\x00','\x00','\x18','\x0e','\x11','\xfc','\x0c','\x1f','\xc0','\x0c','\x18','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xcc','\x4c','\x9f','\xfe','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xe0','\x4c','\x98','\x60','\x7f','\x98','\x60','\x40','\x9f','\x72','\x40','\x7c','\x32','\x00','\x30','\x32','\x00','\x20','\x1a','\x00','\x03','\x1f','\x00','\xff','\x8f','\x00','\x00','\x06','\x00','\x01','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x00','\x4c','\x92','\x06','\x4c','\x9f','\xff','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x9f','\xfe','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x7f','\x98','\x06','\x40','\x98','\x06','\x40','\x18','\x06','\x00','\x18','\x06','\x00','\x1f','\xfe','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x4c','\x81','\x80','\x4c','\x81','\x88','\x4c','\x81','\x8e','\x4c','\xa1','\x8c','\x4c','\x91','\x8c','\x4c','\x99','\x98','\x4c','\x99','\x90','\x4c','\x99','\xa0','\x4c','\x81','\x80','\x4c','\x81','\x86','\x4c','\xff','\xff','\x4c','\x81','\x80','\x7f','\x81','\x80','\x40','\x81','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4c','\x98','\xcc','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc6','\x4c','\x9f','\xff','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x7f','\x98','\x60','\x40','\x98','\x60','\x40','\x18','\x62','\x00','\x18','\x32','\x00','\x19','\xba','\x00','\xfe','\x1f','\x00','\x70','\x0f','\x00','\x40','\x06','\x00','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x10','\x0c','\x06','\x08','\x4c','\x84','\x0c','\x4c','\x88','\x7e','\x4c','\xbf','\xc6','\x4c','\x9e','\x06','\x4c','\x90','\x00','\x4c','\x86','\x30','\x4c','\x86','\x30','\x4c','\x86','\x30','\x4c','\x86','\x36','\x4c','\xff','\xff','\x4c','\x86','\x30','\x4c','\x86','\x30','\x4c','\x86','\x30','\x7f','\x8c','\x30','\x40','\x8c','\x30','\x40','\x08','\x30','\x00','\x18','\x30','\x00','\x10','\x30','\x00','\x20','\x30','\x00','\x40','\x30','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc6','\x66','\x60','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x68','\xc6','\x66','\x6f','\xff','\x66','\x6c','\x06','\x7f','\xec','\x06','\x60','\x6c','\x06','\x60','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0f','\xfe','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xc0','\x06','\x06','\x70','\x0c','\xff','\x3f','\x30','\x00','\x1e','\xc0','\x00','\x06','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x4c','\x81','\x80','\x4c','\x81','\x80','\x4c','\x81','\x80','\x4c','\x81','\x86','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x80','\x30','\x4c','\x80','\x32','\x4c','\xff','\xff','\x4c','\x80','\x30','\x4c','\x90','\x30','\x7f','\x8c','\x30','\x40','\x86','\x30','\x40','\x06','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x60','\x40','\x01','\xf7','\x30','\x0f','\x86','\x18','\x73','\x06','\x18','\x03','\x06','\x06','\xff','\xff','\xff','\x03','\x03','\x00','\x03','\x03','\x08','\x03','\x01','\x8e','\x03','\x61','\x9c','\x0f','\x80','\xf8','\xff','\x00','\xe2','\x73','\x01','\xf2','\x43','\x03','\x3a','\x03','\x0c','\x1e','\x1f','\x30','\x0f','\x06','\x00','\x03','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x4c','\x81','\x80','\x4c','\x91','\x88','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x4c','\x91','\x88','\x4c','\xb1','\x98','\x4c','\xad','\x94','\x4c','\xa5','\xa6','\x4c','\xc3','\xc2','\x4c','\x83','\x40','\x4c','\x83','\x40','\x7f','\x86','\x20','\x40','\x86','\x20','\x40','\x04','\x30','\x00','\x0c','\x18','\x00','\x08','\x1c','\x00','\x10','\x0f','\x00','\x20','\x0e','\x00','\xc0','\x06','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x4c','\xa1','\x8c','\x4c','\xbf','\xfe','\x4c','\xb1','\x8c','\x4c','\xb1','\x8c','\x4c','\xb1','\x8c','\x4c','\xbf','\xfc','\x4c','\xb1','\x8c','\x4c','\xb1','\x8c','\x4c','\xb1','\x8c','\x4c','\xbf','\xfc','\x4c','\xb1','\x8c','\x4c','\x89','\x80','\x7f','\x89','\x80','\x40','\x85','\x00','\x40','\x03','\x00','\x00','\x03','\x80','\x00','\x06','\xe0','\x00','\x0c','\x7f','\x00','\x30','\x1e','\x00','\xc0','\x06','\x00','\x01','\xc4','\x0e','\x41','\x87','\x0c','\x31','\x86','\x0c','\x19','\x8c','\x0c','\x19','\x88','\x4c','\x99','\x90','\x4c','\x81','\x80','\x4c','\x91','\x8c','\x4c','\x9f','\xfe','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x7f','\x98','\x0c','\x40','\x98','\x0c','\x40','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x7c','\x00','\x18','\x18','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x04','\x30','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x18','\x07','\xff','\xfc','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x10','\x02','\x0c','\x12','\x21','\x8c','\x23','\x18','\x9c','\x63','\x08','\x18','\x60','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x00','\x0e','\x0e','\x20','\x0c','\x0c','\x18','\x0c','\x0c','\x0c','\x0c','\x18','\x0e','\x4c','\x91','\x86','\x4c','\xa1','\x80','\x4c','\x83','\x40','\x4c','\x83','\x40','\x4c','\x86','\x20','\x4c','\x86','\x30','\x4c','\x8c','\x18','\x4c','\x88','\x1c','\x4c','\x90','\x0f','\x4c','\xa0','\x06','\x4c','\x8f','\xf8','\x4c','\x8c','\x18','\x7f','\x8c','\x18','\x40','\x8c','\x18','\x40','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xf8','\x00','\x0c','\x18','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x68','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x40','\x06','\x1c','\x7f','\xff','\x18','\x60','\x00','\x18','\x60','\xe0','\x99','\x60','\xc0','\x99','\x60','\xcc','\x99','\x6f','\xfe','\x99','\x60','\xc0','\x99','\x60','\xc0','\x99','\x60','\xc6','\x99','\x7f','\xff','\x99','\x60','\x00','\x99','\x60','\x00','\x99','\x60','\xe0','\x99','\x60','\xc0','\xff','\x60','\xcc','\x80','\x4f','\xfe','\x80','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\x80','\xc0','\x01','\x80','\xc0','\x01','\x00','\xc6','\x02','\x3f','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x62','\x01','\x06','\x61','\x81','\xc6','\x60','\xc1','\x86','\x60','\xc2','\x06','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x60','\x00','\x3e','\x60','\x00','\x0c','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x00','\x80','\x01','\x81','\xc0','\x00','\xc1','\x06','\xff','\xff','\xff','\x00','\x00','\x30','\x08','\x0c','\x30','\x0f','\xfe','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0f','\xfc','\x30','\x0c','\x0c','\x30','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xc0','\x06','\x00','\x70','\x0d','\xff','\xbf','\x30','\x18','\x1e','\xc0','\x18','\x06','\x07','\xff','\xe0','\x00','\x18','\x80','\x04','\x18','\xe0','\x03','\x18','\xc0','\x01','\x98','\x80','\x01','\x99','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x20','\x06','\x0e','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x30','\x06','\x4c','\xb0','\x06','\x4c','\xbf','\xfe','\x4c','\xb0','\x06','\x4c','\xb0','\xe0','\x4c','\xb0','\xc0','\x4c','\xb4','\xc7','\x4c','\xb4','\xc6','\x4c','\xb4','\xc6','\x4c','\xb4','\xc6','\x4c','\xb7','\xfe','\x4c','\xb4','\xc6','\x7f','\xb0','\xc0','\x40','\x60','\xc0','\x40','\x6e','\xc7','\x00','\x4c','\xc6','\x00','\xcc','\xc6','\x00','\x8c','\xc6','\x01','\x0f','\xfe','\x02','\x0c','\x06','\x00','\x0c','\x06','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0e','\x07','\x10','\x0c','\x66','\x1c','\x0f','\xf6','\x38','\x0c','\x06','\x60','\x0c','\x07','\x82','\x0c','\x66','\x02','\xff','\x86','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x32','\x04','\x00','\x03','\x87','\x00','\x07','\x06','\x00','\x06','\x08','\x18','\x0f','\xff','\xfc','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\x2c','\x0c','\x30','\xcf','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x30','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x00','\x00','\x18','\x0e','\x00','\xfc','\x0c','\x1f','\xc0','\x0c','\x02','\x04','\x4c','\xa1','\x87','\x4c','\x98','\x8e','\x4c','\x88','\x08','\x4c','\x80','\x10','\x4c','\x9f','\xfc','\x4c','\x81','\x8c','\x4c','\x81','\x8c','\x4c','\x81','\x8c','\x4c','\xff','\xff','\x4c','\x81','\x8c','\x4c','\x81','\x8c','\x4c','\x81','\x8c','\x7f','\x9f','\xfc','\x40','\x81','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x84','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x4c','\x81','\x82','\x4c','\xff','\xff','\x4c','\x86','\x30','\x4c','\x86','\x30','\x4c','\x8c','\x30','\x4c','\x8a','\x3f','\x4c','\x93','\x9f','\x4c','\xa3','\x00','\x4c','\x86','\x18','\x4c','\x87','\xfc','\x4c','\x8c','\x18','\x7f','\x94','\x30','\x40','\xa2','\x30','\x40','\x03','\x60','\x00','\x01','\xc0','\x00','\x03','\x70','\x00','\x06','\x3f','\x00','\x18','\x1e','\x00','\x60','\x06','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\xc1','\xc0','\x07','\x00','\xf8','\x1c','\xff','\x3f','\xe0','\x00','\x0e','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x78','\x18','\x42','\x30','\x00','\x01','\x80','\x0e','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x40','\x4c','\x86','\x20','\x4c','\x84','\x30','\x4c','\x88','\x1c','\x4c','\x90','\x0f','\x4c','\xaf','\xf6','\x4c','\xc0','\x00','\x4c','\x80','\x00','\x4c','\xa0','\x0c','\x4c','\xbf','\xfe','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x7f','\xbf','\xfc','\x40','\xb2','\x4c','\x40','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x4c','\x00','\x32','\x7c','\x00','\x30','\x18','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x02','\x00','\x38','\xe3','\x80','\x30','\xc3','\x00','\x30','\xc6','\x06','\xff','\xff','\xff','\x30','\xc4','\x06','\x30','\xc9','\xc4','\x30','\xd1','\x88','\x30','\xc1','\x80','\x3f','\xc1','\x80','\x30','\xc3','\x40','\x30','\xc3','\x40','\x30','\xc2','\x20','\x30','\xc6','\x38','\x3f','\xc4','\x1f','\x30','\xc8','\x0e','\x30','\x30','\x06','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x40','\xc2','\x06','\x7f','\xe3','\xff','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x7f','\xc3','\xfe','\x60','\xc3','\x06','\x00','\x00','\x00','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x10','\x0c','\x0e','\x1f','\xfe','\x0c','\x18','\x8c','\x0c','\x18','\x8c','\x4c','\x98','\x8c','\x4c','\x9f','\xfc','\x4c','\x98','\x8c','\x4c','\x98','\x8c','\x4c','\x98','\x8c','\x4c','\x9f','\xfc','\x4c','\x98','\x8c','\x4c','\x80','\x80','\x4c','\xa0','\x86','\x4c','\xbf','\xff','\x4c','\xb0','\x86','\x4c','\xb0','\xa6','\x7f','\xb0','\xb6','\x40','\xb0','\xf6','\x40','\x3f','\x96','\x00','\x36','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x30','\x3e','\x00','\x30','\x0c','\x00','\x40','\x06','\x1c','\x7f','\xff','\x18','\x61','\x86','\x18','\x61','\x86','\x99','\x61','\x86','\x99','\x61','\x86','\x99','\x7f','\xfe','\x99','\x60','\x06','\x99','\x60','\x00','\x99','\x68','\x06','\x99','\x6f','\xff','\x99','\x6c','\x06','\x99','\x6c','\x06','\x99','\x6c','\x06','\x99','\x6f','\xfe','\xff','\x6c','\x06','\x80','\x4c','\x06','\x80','\xcc','\x06','\x00','\xcf','\xfe','\x00','\x8c','\x06','\x01','\x8c','\x06','\x01','\x0c','\x06','\x02','\x0f','\xfe','\x00','\x0c','\x06','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x10','\x0c','\x00','\x1c','\x00','\x08','\x18','\x00','\x08','\x20','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x0c','\xc0','\x00','\x8c','\x80','\x00','\xec','\x92','\x01','\xcd','\xfa','\x03','\x8c','\x8a','\x07','\x0c','\x03','\x1c','\x0f','\xff','\x60','\x07','\xfe','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x32','\x00','\x8c','\x01','\x80','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x00','\x00','\x0c','\x00','\x18','\x0b','\xff','\xfc','\x10','\x0c','\x00','\x20','\x0c','\x00','\xc0','\x0c','\x06','\x1f','\xff','\xff','\x00','\x00','\x00','\x00','\x06','\x06','\x18','\xff','\x7f','\x10','\x06','\x06','\x10','\x06','\x06','\x10','\x06','\x06','\x92','\x46','\x46','\x92','\x7e','\x7e','\x92','\x60','\x60','\x92','\x60','\x60','\x92','\x66','\x66','\x92','\x7f','\x7f','\x92','\x06','\x06','\x92','\x46','\x46','\x92','\x36','\x36','\x92','\x16','\x16','\x92','\x0e','\x0e','\x92','\x36','\x36','\xfe','\xe6','\xe6','\x82','\x46','\x46','\x80','\x06','\x06','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x7c','\x7c','\x00','\x18','\x18','\x00','\x40','\x0c','\x1c','\x7f','\xfe','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x63','\xf0','\x99','\x62','\x10','\x99','\x62','\x10','\x99','\x62','\x10','\x99','\x62','\x10','\x99','\x63','\xf0','\x99','\x60','\x00','\x99','\x60','\x00','\x99','\x6f','\x3c','\x99','\x69','\x24','\x99','\x69','\x24','\x99','\x69','\x24','\xff','\x69','\x24','\x81','\x69','\x24','\x80','\x6f','\x3c','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x06','\x00','\x7f','\xff','\x00','\x60','\x00','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x07','\x00','\x0c','\x06','\x62','\x3e','\xff','\xf3','\xf0','\x06','\x03','\x00','\x06','\x03','\x00','\x7f','\xe3','\x06','\x66','\x63','\xff','\x66','\x63','\x18','\x7f','\xe3','\x18','\x66','\x63','\x18','\x66','\x63','\x18','\x7f','\xe3','\x18','\x06','\x06','\x18','\x06','\x26','\x18','\xff','\xf4','\x18','\x06','\x0c','\x18','\x06','\x08','\x18','\x06','\x10','\x18','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x08','\x20','\x4c','\x84','\x30','\x4c','\x86','\x20','\x4c','\x82','\x46','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x4c','\x98','\x18','\x7f','\x9f','\xf8','\x40','\x81','\x80','\x40','\x01','\x86','\x00','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\xc0','\x0c','\x01','\x88','\x08','\x3f','\xfc','\x08','\x01','\x80','\x49','\x01','\x84','\x49','\x7f','\xfe','\x49','\x00','\x00','\x49','\x0c','\x18','\x49','\x08','\x10','\x49','\x7f','\x7e','\x49','\x08','\x10','\x49','\x08','\x10','\x49','\x0f','\x12','\x49','\x7c','\x7f','\x49','\x20','\x00','\x49','\x00','\x00','\x7f','\x7f','\xfe','\x41','\x0c','\x60','\x40','\x0c','\x60','\x00','\x18','\x62','\x00','\x18','\x62','\x00','\x30','\x63','\x00','\x60','\x7f','\x01','\x80','\x3e','\x00','\x01','\x88','\x0e','\x3f','\x8c','\x0c','\x03','\x58','\x0c','\x03','\x62','\x4c','\xa6','\x43','\x4c','\x96','\x26','\x4c','\x9c','\x28','\x4c','\x88','\x10','\x4c','\x9b','\xdc','\x4c','\x90','\x0f','\x4c','\xa0','\x06','\x4c','\xcf','\xf8','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x7f','\x8f','\xf8','\x40','\x80','\x00','\x40','\x08','\x20','\x00','\x04','\x38','\x00','\x06','\x30','\x00','\x06','\x20','\x00','\x00','\x46','\x00','\x7f','\xff','\x00','\x00','\x00','\x00','\x08','\x30','\x0e','\x06','\x20','\x0c','\x02','\x44','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x4c','\x81','\x80','\x4c','\x9f','\xfc','\x4c','\x81','\x80','\x4c','\x81','\x82','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x82','\x68','\x4c','\x8f','\x66','\x4c','\xbc','\x62','\x4c','\x8c','\x60','\x4c','\xff','\xff','\x4c','\x8c','\x64','\x7f','\x8c','\x26','\x40','\x8f','\x2c','\x40','\x7c','\x18','\x00','\x2c','\x3a','\x00','\x0c','\x6e','\x00','\x7d','\x87','\x00','\x18','\x03','\x00','\x03','\x00','\x0e','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0c','\x0c','\x30','\x4c','\x98','\x1f','\x4c','\xb0','\x4e','\x4c','\xcf','\xe6','\x4c','\x80','\x00','\x4c','\x80','\x00','\x4c','\xa6','\x4c','\x4c','\xbf','\x7e','\x4c','\xa6','\x4c','\x4c','\xa6','\x4c','\x4c','\xa6','\x4c','\x4c','\xbe','\x7c','\x7f','\x80','\x00','\x40','\x90','\x20','\x40','\x1c','\x38','\x00','\x18','\x30','\x00','\x36','\x30','\x00','\x23','\x6c','\x00','\x43','\x46','\x00','\x80','\x86','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x04','\x00','\x00','\x86','\xf8','\x70','\x4e','\x00','\x68','\x2d','\xfc','\x66','\x38','\x00','\x62','\x10','\x00','\x60','\x38','\xf8','\x66','\x48','\x03','\xff','\x8c','\x00','\x60','\x1c','\xf8','\x50','\x3c','\x00','\x50','\x2c','\x00','\x50','\x4c','\xf8','\xc8','\x8c','\x88','\xc8','\x0c','\x88','\x8c','\x18','\x89','\x86','\xf8','\xf9','\x07','\x30','\x02','\x02','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x43','\x0e','\x00','\x7f','\x8c','\x30','\x63','\x1f','\xf8','\x66','\x18','\x60','\x64','\x34','\xc0','\x68','\xc3','\x00','\x64','\x07','\x80','\x62','\x0c','\xf0','\x63','\x30','\x3f','\x63','\xe3','\x8e','\x63','\x33','\x00','\x6f','\x3f','\xf8','\x66','\x63','\x00','\x60','\x9f','\xf8','\x60','\x03','\x00','\x60','\x03','\x06','\x61','\xff','\xff','\x60','\x00','\x00','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x30','\xc0','\x0c','\x33','\xef','\xfe','\x3e','\x00','\x0c','\x30','\x42','\x18','\x30','\x61','\xa0','\x1f','\xe0','\xc6','\x20','\x1f','\xff','\x30','\x80','\xc6','\x7f','\xc0','\xc4','\x46','\x08','\xc8','\x86','\x4e','\xc2','\x7f','\xec','\xff','\x0c','\x0c','\xc0','\x1b','\x1a','\xc0','\x19','\x99','\xc0','\x31','\xb0','\xf0','\x60','\x60','\x7f','\x81','\x80','\x1e','\x00','\x02','\x00','\x0e','\x07','\x0c','\x0c','\x2c','\x3e','\x0c','\x31','\x0c','\x0c','\x31','\xec','\x4c','\xb1','\x0c','\x4c','\xb1','\x0c','\x4c','\xbd','\x3c','\x4c','\xb1','\xcc','\x4c','\xb0','\x4c','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x4c','\xbe','\x7c','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x4c','\xb2','\x4c','\x7f','\xff','\xff','\x40','\x88','\x00','\x40','\x0e','\x20','\x00','\x1c','\x18','\x00','\x18','\x0c','\x00','\x30','\x0e','\x00','\x40','\x06','\x00','\x04','\x00','\x00','\x06','\x30','\x0e','\x0f','\xf8','\x0c','\x18','\x20','\x0c','\x60','\x40','\x4c','\xbf','\xfc','\x4c','\xa0','\x04','\x4c','\xa0','\x04','\x4c','\xbf','\xfc','\x4c','\x90','\x40','\x4c','\x9e','\x78','\x4c','\x90','\x42','\x4c','\xfe','\x43','\x4c','\xb0','\x7f','\x4c','\x80','\x00','\x4c','\xbf','\xf8','\x7f','\xa1','\x08','\x40','\xa1','\x08','\x40','\x3f','\xf8','\x00','\x00','\x90','\x00','\x08','\x8a','\x00','\x1c','\x83','\x00','\x30','\xff','\x00','\xc0','\x7e','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x00','\x01','\x00','\x00','\xc1','\xc0','\x07','\xe9','\x84','\x7e','\x0f','\xfe','\x06','\x08','\x84','\xff','\xe8','\x84','\x0e','\x0f','\xfc','\x1f','\x88','\x84','\x36','\xe8','\x84','\xc6','\x6f','\xfc','\x0c','\x00','\x48','\x0c','\x04','\x48','\xff','\xf7','\x58','\x18','\x86','\x52','\x11','\x86','\x7e','\x3b','\x04','\x42','\x0e','\x0c','\x43','\x1b','\xc8','\x7f','\xe0','\xd0','\x3e','\x00','\x1c','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x07','\x00','\x06','\x06','\x6f','\xff','\x7f','\xf0','\xc0','\x06','\x00','\x80','\x3f','\xc7','\xfc','\x20','\x46','\x0c','\x3f','\xc6','\x0c','\x20','\x47','\xfc','\x3f','\xc6','\x0c','\x20','\x46','\x0c','\x20','\x47','\xfc','\x3f','\xc6','\x0c','\x00','\x36','\x0c','\xff','\xff','\xfc','\x10','\x02','\x00','\x19','\x83','\x18','\x30','\xc6','\x0e','\xc0','\xd8','\x06','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x18','\x00','\x18','\x22','\x7e','\x22','\xff','\x00','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6b','\x69','\x42','\x49','\x88','\x7e','\x88','\x08','\x00','\x08','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x0f','\xc3','\xf0','\x08','\x42','\x10','\x0f','\xc3','\xf0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x01','\x00','\x37','\xf1','\xc0','\x30','\x81','\x86','\x3f','\xff','\xff','\x32','\x13','\x18','\x33','\xf2','\x18','\x32','\x15','\x18','\x22','\x11','\x10','\x23','\xf0','\xb0','\x62','\x10','\xa0','\x42','\x10','\x60','\x5f','\xf0','\xff','\x8e','\x11','\x9e','\x08','\x16','\x06','\x00','\x00','\x00','\x02','\x04','\x08','\x03','\x87','\x0e','\x03','\x06','\x0c','\x07','\x0e','\x1c','\x06','\x0c','\x18','\x0c','\x18','\x30','\x0c','\x18','\x30','\x18','\x30','\x60','\x10','\x20','\x40','\x20','\x40','\x80','\x40','\x81','\x00','\x20','\x40','\x80','\x10','\x20','\x40','\x18','\x30','\x60','\x08','\x10','\x20','\x0c','\x18','\x30','\x0c','\x18','\x30','\x06','\x0c','\x18','\x06','\x0c','\x18','\x07','\x0e','\x1c','\x03','\x06','\x0c','\x03','\x06','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x20','\x0e','\x18','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x60','\x1a','\x18','\x50','\x19','\x18','\xc8','\x31','\x98','\x8c','\x20','\xd9','\x06','\x40','\xda','\x06','\x80','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x38','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x3f','\xff','\xf8','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x30','\x00','\x02','\x38','\x00','\x07','\x3f','\xff','\xff','\x1f','\xff','\xfe','\x00','\x00','\x70','\x00','\x03','\xf8','\x10','\x3f','\x80','\x1f','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x00','\x18','\x19','\xff','\xfc','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x19','\x86','\x18','\x31','\xff','\xf8','\x31','\x80','\x18','\x31','\x80','\x00','\x21','\x80','\x02','\x61','\x80','\x02','\x41','\x80','\x02','\x81','\x80','\x03','\x01','\xff','\xff','\x00','\xff','\xfe','\x00','\x00','\x60','\x00','\x03','\xf0','\x10','\x3f','\x80','\x1f','\xf8','\x00','\x18','\x18','\x00','\x18','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x06','\x00','\x18','\x03','\x00','\x18','\x03','\x82','\x18','\xe1','\xc2','\xff','\x00','\xf3','\x78','\x00','\x3f','\x40','\x1c','\x0e','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x00','\x00','\x30','\x00','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x30','\x00','\x00','\x30','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xc8','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x11','\x80','\x0c','\x1d','\x80','\x0c','\x19','\x80','\x4c','\x99','\x80','\x7f','\x99','\x8c','\x4c','\x9f','\xfe','\x4c','\x91','\x80','\x4c','\x91','\x80','\x4c','\xa1','\x80','\x4c','\x81','\x80','\x4c','\x81','\x86','\x4c','\xff','\xff','\x4c','\x83','\x40','\x4c','\x83','\x40','\x4f','\x83','\x40','\x4d','\x86','\x20','\x4c','\x06','\x20','\x0c','\x04','\x30','\x0c','\x0c','\x10','\x0c','\x08','\x18','\x0c','\x10','\x0f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x32','\x18','\x18','\x61','\x30','\x38','\x61','\x60','\x37','\xc0','\xc0','\x01','\xf1','\xe0','\x03','\x33','\x3f','\x06','\x06','\x1e','\x18','\x18','\x06','\x60','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x04','\x30','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x66','\x70','\x06','\x66','\x60','\x06','\x66','\x66','\xff','\xff','\xff','\x06','\x66','\x60','\x0c','\x66','\x64','\x0c','\x66','\x66','\x18','\x7e','\x7e','\x60','\x66','\x3c','\x10','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x18','\x04','\x60','\x18','\x08','\x68','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x0e','\x04','\x20','\x0c','\x07','\x38','\x0c','\x06','\x30','\x0c','\x06','\x20','\x4c','\x8c','\x46','\x7f','\xcf','\xff','\x4c','\x9c','\x60','\x4c','\x9c','\x60','\x4c','\xac','\x60','\x4c','\xcc','\x6c','\x4c','\x8f','\xfe','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x4f','\x8c','\x6c','\x4d','\x8f','\xfe','\x4c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x66','\x0c','\x0f','\xff','\x0c','\x0c','\x00','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x30','\x06','\x4c','\xb0','\x06','\x7f','\xbf','\xfe','\x4c','\xb0','\x00','\x4c','\xb0','\x0c','\x4c','\xbf','\xfe','\x4c','\xb1','\x80','\x4c','\xb1','\x90','\x4c','\xb1','\x08','\x4c','\xb2','\x0c','\x4c','\xbf','\xf6','\x4f','\xb7','\x06','\x4d','\xb0','\xe0','\x4c','\x60','\xc0','\x0c','\x60','\xcc','\x0c','\x6f','\xfe','\x0c','\x40','\xc0','\x0c','\xc0','\xc0','\x0c','\x80','\xc6','\x0d','\x3f','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0c','\x1f','\xfc','\x4c','\x83','\x18','\x7f','\x83','\x1a','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x88','\x0c','\x4c','\x8f','\xfe','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x00','\x4c','\x80','\x70','\x4f','\x80','\x64','\x4d','\xbf','\xfe','\x4c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x66','\x0c','\x7f','\xff','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x01','\xff','\x4c','\x81','\x80','\x7f','\xd1','\x8c','\x4c','\x9f','\xfe','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4f','\x98','\x0c','\x4d','\x98','\x0c','\x4c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x30','\x0c','\x0c','\x0c','\x0c','\x18','\x06','\x0c','\x60','\x06','\x0e','\x10','\x00','\x0c','\x10','\x06','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x4c','\x60','\x04','\x7f','\x90','\x18','\x4c','\x9f','\xfc','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x4c','\x81','\x80','\x4f','\x81','\x86','\x4d','\xff','\xff','\x4c','\x00','\x00','\x0c','\x08','\x00','\x0c','\x0e','\x60','\x0c','\x1c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\xc6','\x99','\x60','\x96','\xff','\x7f','\xfe','\x99','\x60','\x86','\x99','\x60','\x86','\x99','\x6e','\x96','\x99','\x6a','\x9e','\x99','\x6a','\x96','\x99','\x6a','\xb6','\x99','\x6a','\xa6','\x99','\x6a','\xe6','\x99','\x6e','\x46','\x9f','\x60','\x56','\x9b','\x62','\xd6','\x18','\x7c','\xd6','\x18','\x69','\x36','\x18','\x62','\x36','\x18','\x6c','\x16','\x18','\x60','\x06','\x18','\x7f','\xfe','\x18','\x60','\x06','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x8f','\xf8','\x7f','\xcc','\x18','\x4c','\x8c','\x18','\x4c','\x8f','\xf8','\x4c','\x80','\x00','\x4c','\xbf','\xfe','\x4c','\xa2','\x22','\x4c','\xa2','\x22','\x4c','\xbf','\xfe','\x4c','\x80','\x00','\x4f','\x80','\x18','\x4d','\xbf','\xfc','\x4c','\x08','\x18','\x0c','\x04','\x30','\x0c','\x03','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x0c','\x18','\x1e','\x0c','\xe0','\x06','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x68','\x18','\xff','\x66','\x99','\x02','\x63','\xff','\x43','\x63','\x99','\x22','\x60','\x99','\x22','\x60','\x99','\x04','\x66','\x99','\xff','\xff','\x99','\x00','\x60','\x99','\x00','\x60','\x99','\x7e','\x64','\x99','\x42','\x67','\x99','\x42','\x66','\x9f','\x42','\x2c','\x9b','\x7e','\x2c','\x98','\x42','\x38','\x18','\x42','\x12','\x18','\x42','\x3a','\x18','\x7e','\x6a','\x18','\x00','\xce','\x18','\x03','\x07','\x18','\x0c','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x4c','\x88','\x20','\x7f','\xc6','\x30','\x4c','\x82','\x20','\x4c','\x80','\x46','\x4c','\xff','\xff','\x4c','\x80','\x00','\x4c','\x9f','\xfc','\x4c','\x98','\x8c','\x4c','\x98','\x8c','\x4c','\x9f','\xfc','\x4f','\x98','\x8c','\x4d','\x98','\x8c','\x4c','\x1f','\xfc','\x0c','\x00','\x80','\x0c','\x00','\x88','\x0c','\x1f','\xfc','\x0c','\x00','\x80','\x0c','\x00','\x82','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x07','\x20','\x80','\x86','\x38','\xe0','\x66','\x30','\xc0','\x26','\x61','\x86','\x06','\x41','\xff','\x7f','\xf2','\x10','\x60','\x35','\x1c','\x6f','\x31','\x18','\x69','\x30','\xb0','\x69','\x30','\x60','\x69','\x30','\xf0','\x6f','\x31','\x9c','\x60','\xf6','\x0f','\x60','\x60','\x06','\x00','\x1c','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x07','\x00','\x38','\x06','\x00','\x30','\x7f','\xe0','\x30','\x06','\x00','\x36','\x06','\x0f','\xff','\xff','\xf0','\x30','\x06','\x00','\x30','\x06','\x04','\x30','\x7f','\xe3','\x30','\x06','\x01','\xb0','\x06','\x01','\xb0','\x07','\xf0','\x30','\xff','\x80','\x30','\x78','\x01','\xf0','\x40','\x1c','\x60','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\xc0','\x0c','\x7f','\xef','\xfe','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x60','\xc6','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x00','\x00','\x80','\x04','\x00','\xe0','\x03','\x00','\xc0','\x01','\x81','\x80','\x01','\x81','\x00','\x00','\x02','\x18','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x10','\x81','\x00','\x0d','\x01','\xc0','\x06','\x03','\x80','\x03','\x03','\x00','\x03','\x86','\x00','\x01','\x8e','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x60','\x40','\x00','\x40','\x20','\x00','\x80','\x10','\x01','\x00','\x18','\x02','\x07','\xec','\x7f','\xfc','\x0c','\x3f','\x00','\x06','\x20','\x00','\x06','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x40','\x80','\x30','\x48','\x84','\x37','\xff','\xfe','\x30','\xc1','\xa0','\x31','\xf3','\x90','\x31','\x52','\x9c','\x32','\x44','\x8f','\x34','\x40','\x86','\x30','\x40','\x80','\x30','\x10','\x00','\x30','\x1c','\x00','\x31','\x31','\x80','\x20','\xc3','\xc0','\x60','\x67','\x00','\x60','\x6c','\x20','\x40','\x18','\x10','\x40','\x60','\x18','\x87','\xff','\xfc','\x03','\xf0','\x0c','\x02','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x20','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x40','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x40','\x31','\x00','\x70','\x30','\xc0','\xe0','\x30','\x60','\x80','\x30','\x61','\x18','\x37','\xff','\xfc','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x30','\x33','\xff','\xf8','\x30','\x0c','\x00','\x30','\x0c','\x00','\x20','\x0c','\x00','\x60','\x0c','\x0c','\x6f','\xff','\xfe','\x40','\x0c','\x00','\x40','\x0c','\x00','\x80','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x00','\x33','\xf8','\x0e','\x33','\x18','\xec','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xf8','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\x18','\xcc','\x33','\xf8','\xcc','\x33','\x18','\xcc','\x23','\x18','\xcc','\x63','\x18','\xcc','\x63','\xf8','\xcc','\x40','\x00','\x0c','\x41','\x20','\x0c','\x83','\x98','\x0c','\x06','\x0c','\x7c','\x18','\x0c','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xe0','\x00','\x30','\xc2','\x0c','\x30','\xc3','\xfe','\x30','\xdb','\x0c','\x3f','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x31','\xe3','\xfc','\x31','\xd3','\x0c','\x33','\xdb','\x0c','\x32','\xdb','\x0c','\x26','\xc3','\x0c','\x64','\xc3','\xfc','\x68','\xc3','\x0c','\x40','\xc3','\x0c','\x40','\xc3','\x0c','\x80','\xc3','\x0c','\x00','\xc3','\xfc','\x00','\xc3','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x00','\x0c','\x37','\xff','\xfe','\x30','\x0c','\x00','\x30','\x08','\x00','\x30','\xff','\xf0','\x30','\x80','\x10','\x30','\xff','\xf0','\x30','\x80','\x10','\x30','\xff','\xf0','\x30','\x80','\x10','\x30','\xff','\xf0','\x20','\x18','\x00','\x60','\x3f','\xe0','\x60','\x60','\xc0','\x41','\x99','\x80','\x46','\x0f','\x00','\x80','\x3b','\xe0','\x00','\xe0','\xfe','\x07','\x00','\x1c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x34','\x30','\x00','\x37','\xf8','\x0c','\x36','\x37','\xfe','\x36','\x33','\x30','\x36','\x33','\x30','\x37','\xf3','\x30','\x36','\x33','\x30','\x36','\x33','\x32','\x36','\x3f','\xff','\x37','\xf0','\x60','\x36','\x30','\x78','\x26','\x00','\xf0','\x66','\x40','\xf0','\x66','\x20','\xb0','\x46','\x31','\xb2','\x46','\x59','\x32','\x9f','\x9a','\x33','\x0e','\x04','\x3f','\x08','\x18','\x1e','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x34','\x31','\x18','\x37','\xf9','\xfc','\x36','\x31','\x98','\x36','\x31','\x98','\x36','\x31','\x98','\x37','\xf3','\x1f','\x36','\x32','\x0f','\x36','\x34','\x00','\x36','\x30','\x0c','\x37','\xf3','\xfe','\x36','\x31','\x0c','\x26','\x01','\x0c','\x66','\x40','\x98','\x66','\x20','\xd8','\x46','\x30','\x70','\x46','\x58','\x78','\x9f','\x98','\xdc','\x0e','\x01','\x8f','\x08','\x06','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x18','\x18','\x37','\xff','\xfc','\x31','\x19','\x18','\x30','\x98','\x98','\x30','\x38','\x38','\x30','\xd9','\xd8','\x33','\x8c','\x98','\x31','\x1a','\x18','\x30','\x31','\x80','\x30','\x64','\xf0','\x31','\x8e','\x3f','\x2e','\x19','\x0e','\x60','\x63','\x80','\x63','\x8e','\x20','\x40','\x38','\x70','\x41','\xc1','\xc0','\x80','\x07','\x00','\x00','\x3c','\x00','\x01','\xc0','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x38','\xe0','\x30','\x30','\xc8','\x33','\xff','\xfc','\x30','\x30','\xc0','\x30','\x30','\xc6','\x37','\xff','\xff','\x30','\x06','\x00','\x30','\x06','\x00','\x31','\xff','\xf8','\x31','\x86','\x18','\x31','\x86','\x18','\x21','\xff','\xf8','\x61','\x86','\x18','\x61','\x86','\x18','\x41','\xff','\xf8','\x40','\x40','\x00','\x80','\xf0','\xe0','\x01','\xc0','\x3c','\x06','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x33','\x18','\x0c','\x32','\x11','\x3e','\x3f','\xfd','\xf0','\x32','\x11','\x80','\x32','\x11','\x80','\x33','\xf1','\x86','\x32','\x11','\xff','\x32','\x11','\x98','\x32','\x11','\x98','\x33','\xf1','\x98','\x32','\x11','\x98','\x22','\x11','\x98','\x62','\x11','\x98','\x6f','\xfd','\x98','\x42','\x01','\x18','\x43','\x33','\x18','\x86','\x1a','\x18','\x0c','\x1a','\x18','\x10','\x04','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\xe0','\x1c','\x30','\xc0','\x18','\x3f','\xfe','\x18','\x30','\xc0','\x1a','\x30','\xc1','\xff','\x37','\xfc','\x18','\x30','\x00','\x18','\x33','\xf8','\x18','\x32','\x09','\x18','\x32','\x08','\x98','\x33','\xf8','\xd8','\x20','\x00','\xd8','\x62','\x10','\x18','\x61','\x18','\x18','\x41','\x10','\x18','\x40','\x20','\x18','\x8f','\xfc','\x18','\x07','\xc0','\xf8','\x04','\x00','\x30','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x31','\xff','\xf8','\x31','\x04','\x08','\x31','\xff','\xf8','\x31','\x04','\x08','\x31','\x04','\x08','\x31','\xff','\xf8','\x30','\x04','\x00','\x31','\xff','\xf8','\x30','\x04','\x00','\x37','\xff','\xfe','\x30','\x30','\xc0','\x30','\x70','\xc0','\x20','\xe0','\xfe','\x61','\x87','\x7e','\x66','\x06','\x00','\x40','\xff','\xf0','\x40','\x06','\x00','\x80','\x06','\x06','\x0f','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x0c','\x40','\x31','\xfc','\x60','\x34','\x1a','\xc8','\x33','\x31','\x0c','\x31','\x60','\xd8','\x30','\xc0','\x70','\x33','\xf3','\xff','\x3c','\x33','\x36','\x30','\x33','\x30','\x33','\xf2','\x3e','\x33','\x02','\x1e','\x33','\x04','\x00','\x33','\xf3','\xfc','\x20','\x30','\x18','\x60','\x33','\x18','\x40','\x70','\xd0','\x40','\x60','\x70','\x80','\xe0','\xdc','\x07','\xc1','\x8e','\x01','\x86','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x00','\x00','\x31','\xc0','\x00','\x31','\x80','\x18','\x33','\xff','\xfc','\x33','\x11','\x10','\x35','\x11','\x10','\x39','\x11','\x10','\x31','\x11','\x16','\x37','\xff','\xff','\x31','\x11','\x10','\x31','\x11','\x10','\x31','\x11','\x10','\x21','\x11','\x14','\x67','\xff','\xfe','\x60','\x00','\x00','\x40','\x00','\x00','\x41','\x11','\x10','\x82','\x30','\x8c','\x0e','\x30','\xc6','\x0c','\x30','\xc6','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x00','\x00','\x31','\x90','\x0c','\x31','\xfb','\xfe','\x33','\x30','\xcc','\x32','\x20','\xcc','\x34','\x40','\x8c','\x33','\xf9','\xbc','\x32','\x49','\x18','\x32','\x4a','\x00','\x33','\xf9','\x38','\x32','\x49','\xb0','\x32','\x49','\xfe','\x22','\x49','\x30','\x63','\xfa','\x30','\x62','\x08','\x30','\x42','\x0b','\xff','\x42','\x08','\x30','\x86','\x08','\x30','\x04','\x78','\x30','\x08','\x18','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x06','\x00','\x30','\x06','\x00','\x37','\xff','\xfe','\x30','\x00','\x00','\x31','\xff','\xf8','\x31','\x80','\x18','\x31','\x9f','\x98','\x31','\x90','\x98','\x31','\x9f','\x98','\x31','\x80','\x18','\x31','\xff','\xf8','\x30','\x00','\x60','\x20','\x07','\xf0','\x61','\xfe','\x00','\x60','\x06','\x06','\x4f','\xff','\xff','\x40','\x36','\x80','\x80','\x66','\x70','\x01','\x86','\x1f','\x0e','\x06','\x06','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x0c','\x00','\x30','\x0f','\xf0','\x30','\x0c','\x02','\x33','\xff','\xff','\x32','\x0c','\x06','\x32','\x0f','\x94','\x32','\x7c','\x18','\x32','\x07','\xf8','\x32','\x00','\x00','\x32','\x3f','\xf0','\x32','\x22','\x10','\x32','\x3f','\xf0','\x22','\x22','\x10','\x66','\x22','\x10','\x64','\x3f','\xf0','\x44','\x00','\x00','\x4c','\xff','\xfc','\x88','\x88','\x84','\x10','\x88','\x84','\x03','\xff','\xff','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x24','\x80','\x33','\x6c','\xe8','\x34','\x90','\xcc','\x32','\x48','\xc8','\x31','\x25','\x92','\x30','\x01','\xff','\x33','\xf3','\x10','\x32','\x15','\x10','\x33','\xf1','\x14','\x30','\x01','\xfe','\x37','\xf9','\x10','\x34','\x89','\x10','\x24','\x89','\x14','\x67','\xf9','\xfe','\x64','\x01','\x10','\x44','\x09','\x10','\x44','\x09','\x10','\x84','\x0d','\x12','\x07','\xfd','\xff','\x03','\xf9','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x30','\x60','\x3f','\xf8','\x44','\x32','\x27','\xfe','\x33','\xe0','\x40','\x32','\x20','\x40','\x33','\xe7','\xfe','\x32','\x24','\x92','\x32','\x24','\x92','\x3f','\xe7','\xfe','\x36','\x20','\x00','\x30','\x2f','\xff','\x2f','\xa0','\x80','\x62','\x20','\x60','\x62','\x21','\xa4','\x4f','\xa5','\x03','\x42','\x25','\x09','\x83','\xad','\x0c','\x0e','\x2d','\xfc','\x00','\x20','\xf8','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x30','\x60','\x3f','\xf8','\x44','\x32','\x27','\xfe','\x32','\x20','\x40','\x32','\x20','\x40','\x33','\xe7','\xfe','\x32','\x24','\x92','\x32','\x24','\x92','\x32','\x24','\x92','\x33','\xe7','\xfe','\x32','\x20','\x00','\x22','\x20','\x40','\x62','\x20','\x30','\x62','\x21','\x94','\x43','\xe5','\x03','\x5f','\x25','\x09','\x8c','\x2d','\x0c','\x00','\x2d','\xfc','\x00','\x20','\xf8','\x00','\x00','\x00','\x0c','\x00','\x00','\xfe','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x33','\x00','\x00','\x3f','\x80','\x00','\x63','\x00','\x00','\x63','\x00','\x00','\x02','\x00','\x00','\x26','\x00','\x00','\x26','\x00','\x00','\x14','\x00','\x00','\x1c','\x00','\x00','\x08','\x00','\x00','\x1c','\x00','\x00','\x16','\x00','\x00','\x33','\x80','\x00','\x21','\xff','\xff','\x40','\x7f','\xfe','\x80','\x00','\x00','\x00','\x03','\x80','\x0c','\x03','\x00','\xfe','\x03','\x00','\x0c','\x03','\x00','\x0c','\x43','\x0c','\x18','\x7f','\xfe','\x18','\x63','\x0c','\x18','\x63','\x0c','\x33','\x63','\x0c','\x3f','\x63','\x0c','\x63','\x63','\x0c','\x63','\x7f','\xfc','\x02','\x63','\x0c','\x26','\x63','\x0c','\x26','\x63','\x0c','\x14','\x63','\x0c','\x1c','\x63','\x0c','\x08','\x7f','\xfc','\x1c','\x60','\x0c','\x16','\x00','\x00','\x33','\x80','\x00','\x21','\xff','\xff','\x40','\x7f','\xfe','\x80','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x80','\x00','\x00','\xe0','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x01','\x00','\x60','\x1f','\xff','\xf0','\x0f','\xe0','\x38','\x09','\x81','\x98','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x01','\xc1','\xc0','\x41','\x81','\x80','\x31','\x81','\x80','\x1d','\x81','\x86','\x0d','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x07','\x81','\x80','\xfd','\x81','\x80','\x71','\x81','\x8c','\x41','\xbf','\xfe','\x01','\x80','\x00','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x00','\xc0','\x00','\x00','\xff','\x80','\x01','\x81','\x00','\x01','\x03','\x00','\x03','\xfe','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x80','\x22','\x40','\xd0','\x1a','\x64','\x98','\x0a','\x83','\x30','\x7f','\xe1','\x24','\x06','\x0f','\xfe','\x0f','\x87','\xc2','\x0a','\x62','\x50','\x12','\x66','\x4c','\x62','\x08','\x44','\x00','\x00','\x00','\x01','\x81','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x00','\xc0','\x00','\x00','\xff','\x80','\x01','\x81','\x00','\x01','\x03','\x00','\x03','\xfe','\x00','\x00','\x04','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x22','\x42','\x20','\x1a','\x63','\x10','\x0a','\x86','\x1c','\x7f','\xe4','\x0f','\x06','\x0f','\xfe','\x0f','\x11','\x98','\x0a','\xc1','\x18','\x12','\x42','\x78','\x62','\x0c','\x30','\x00','\x00','\x00','\x01','\x81','\x86','\xff','\xff','\xff','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x00','\x70','\x00','\x00','\x60','\x80','\x00','\x60','\x60','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x38','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x0c','\x00','\x00','\x0e','\x00','\x00','\x06','\x00','\x00','\x07','\x00','\x00','\x03','\x84','\x00','\x01','\xc4','\x00','\x00','\xe4','\x00','\x00','\x7e','\x00','\x00','\x3e','\x00','\x00','\x0c','\x01','\x00','\x70','\x61','\xc0','\x6c','\x1b','\x80','\x66','\x07','\x00','\x66','\x06','\x00','\x60','\x0d','\x80','\x66','\x18','\xdf','\xff','\x30','\xc0','\x60','\xc0','\x00','\x60','\x0e','\x00','\x60','\x0c','\x00','\x60','\x0c','\xbf','\xe0','\xff','\xc6','\x60','\x0c','\x06','\x30','\x1c','\x06','\x30','\x1e','\x06','\x30','\x3d','\x86','\x30','\x2c','\xc6','\x1a','\x6c','\xc6','\x1a','\x4c','\x07','\x9a','\x8c','\x7e','\x0e','\x0c','\x38','\x0e','\x0c','\x20','\x07','\x0c','\x00','\x03','\x00','\x00','\x00','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x04','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x32','\x18','\x18','\x61','\x30','\x18','\x61','\x60','\x37','\xc0','\xc0','\x31','\xf1','\xe0','\x03','\x33','\x3f','\x0c','\x0c','\x1e','\x70','\x00','\x06','\x0f','\xff','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x03','\x00','\x00','\xff','\x80','\x06','\x03','\x7f','\xff','\x03','\x0c','\x18','\x03','\x0c','\x18','\x43','\x0c','\x18','\x7f','\x0c','\x18','\x63','\x0f','\xf8','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x63','\x0c','\x18','\x7f','\x8f','\xf8','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\x03','\x0c','\x18','\x03','\x0c','\x18','\x03','\x0c','\x18','\x03','\x7f','\xf8','\x03','\x3e','\x18','\x06','\x20','\x18','\x06','\x00','\x18','\x7e','\x00','\x18','\x0c','\x00','\x18','\x06','\x46','\x46','\xff','\x7f','\x7f','\x06','\x46','\x46','\x06','\x46','\x46','\x06','\x46','\x46','\x46','\x46','\x46','\x7e','\x46','\x46','\x66','\x7e','\x7e','\x60','\x46','\x46','\x60','\x46','\x46','\x60','\x46','\x46','\x66','\x46','\x46','\x7f','\x46','\x46','\xc6','\x7e','\x7e','\xc6','\x46','\x46','\x06','\x46','\x46','\x06','\x46','\x46','\x06','\x46','\x46','\x06','\x46','\x46','\x06','\x46','\x46','\x0c','\xc6','\xc6','\x0c','\x9e','\x86','\x7c','\x8c','\x9e','\x19','\x01','\x0c','\x03','\x00','\x06','\xff','\xbf','\xff','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x1f','\x8c','\x43','\x19','\x8c','\x7f','\x19','\x8c','\x63','\x19','\x8c','\x60','\x1f','\x8c','\x60','\x00','\x3c','\x60','\x00','\x18','\x63','\x00','\x06','\x7f','\xbf','\xff','\xc3','\x00','\x0c','\xc3','\x00','\x0c','\x03','\x1f','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x19','\x8c','\x03','\x1f','\x8c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x7e','\x00','\x7c','\x0c','\x00','\x18','\x03','\x46','\x46','\xff','\x7f','\x7f','\x03','\x46','\x46','\x03','\x46','\x46','\x03','\x46','\x46','\x43','\x7e','\x7e','\x7f','\x00','\x00','\x63','\x3f','\xfc','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x63','\x3f','\xfc','\xff','\xb1','\x8c','\xc3','\x31','\x8c','\xc3','\x31','\x8c','\x03','\x3f','\xfc','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\x03','\x7f','\xff','\x06','\x01','\x80','\x06','\x01','\x80','\x7e','\x01','\x80','\x0c','\x01','\x80','\x06','\x00','\x06','\xff','\xff','\xff','\x06','\x11','\x80','\x06','\x1d','\x98','\x06','\x39','\x86','\x46','\x61','\x83','\x7e','\x81','\x83','\x66','\x7f','\xfe','\x60','\x41','\x82','\x60','\x41','\x82','\x60','\x55','\xaa','\x66','\x49','\x92','\xff','\x49','\x92','\xc6','\x55','\xaa','\xc6','\x41','\x82','\x06','\x41','\x82','\x06','\x55','\xaa','\x06','\x49','\x92','\x06','\x49','\x92','\x06','\x55','\xaa','\x0c','\x41','\x82','\x0c','\x41','\x82','\x7c','\x41','\x9e','\x18','\x41','\x8c','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x12','\x00','\x12','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4a','\x39','\x42','\x69','\x69','\x7e','\x89','\x80','\x00','\x00','\x0f','\xff','\xe0','\x00','\x00','\x20','\x0f','\xff','\xe0','\x08','\x00','\x00','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x30','\x00','\x01','\xf0','\x00','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x08','\xc3','\x00','\x0c','\xc3','\x20','\x18','\xc3','\x18','\x11','\x83','\x0c','\x21','\x03','\x0c','\x42','\x03','\x00','\x00','\x00','\x00','\x1f','\xff','\xe0','\x00','\x00','\x60','\x00','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x00','\x0c','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\xe0','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\xe0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\xc0','\x01','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x0f','\xff','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\xff','\x80','\x06','\x03','\x00','\x00','\x03','\x06','\xff','\xff','\xff','\x00','\x70','\x00','\x00','\xe8','\x20','\x01','\x88','\x38','\x06','\x1c','\x30','\x38','\x34','\x60','\x00','\x66','\x80','\x01','\x8f','\x00','\x06','\x1e','\x80','\x38','\x36','\xc0','\x00','\x66','\x70','\x01','\x86','\x3e','\x0e','\x06','\x1c','\x70','\x0e','\x0c','\x00','\x7c','\x00','\x00','\x18','\x00','\x07','\x00','\x70','\x06','\x00','\x60','\x06','\x30','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xe0','\x66','\xff','\x8f','\xff','\x7e','\x00','\x60','\x46','\x00','\x60','\x00','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x18','\x01','\x80','\x00','\x01','\xff','\x80','\x03','\x01','\x80','\x03','\xff','\x00','\x00','\x03','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x67','\xff','\xe4','\x66','\x18','\x68','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x80','\x03','\x98','\xf0','\x0e','\x18','\x3e','\x70','\x18','\x0c','\x00','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x30','\x00','\x00','\xe0','\x40','\x03','\x80','\x70','\x1c','\x00','\xe0','\x00','\x01','\xc0','\x00','\x03','\x00','\x00','\x0e','\x00','\x00','\x38','\x10','\x00','\xe0','\x1c','\x07','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\xc0','\x00','\x07','\x80','\x00','\x0e','\x00','\x00','\x38','\x00','\x01','\xe0','\x00','\x1e','\x00','\x00','\x03','\x80','\x10','\x03','\x00','\x1c','\x03','\x30','\x38','\x7f','\xf8','\x30','\x03','\x00','\x60','\x03','\x18','\xc0','\xff','\xfd','\x88','\x00','\x02','\x0e','\x00','\x00','\x1c','\x3f','\xf0','\x18','\x30','\x30','\x30','\x30','\x30','\x60','\x30','\x30','\xc0','\x3f','\xf3','\x04','\x00','\x00','\x07','\x20','\x40','\x0e','\x10','\x70','\x0c','\x18','\x60','\x1c','\x18','\x40','\x18','\x00','\x80','\x30','\x00','\xf0','\x60','\xff','\x00','\xc0','\x78','\x01','\x80','\x40','\x06','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x71','\x00','\x00','\xe1','\xc0','\x01','\x83','\x80','\x03','\x07','\x00','\x0c','\x0e','\x00','\x00','\x1c','\x00','\x00','\x38','\x00','\x00','\x78','\x00','\x00','\xd8','\x00','\x03','\x18','\x00','\x0c','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x00','\x18','\x03','\x06','\x10','\xff','\xff','\x22','\x06','\x00','\x43','\x86','\x00','\x87','\x06','\x00','\x06','\x06','\x0c','\x0c','\x07','\xfe','\x1c','\x06','\x0c','\x3c','\x06','\x0c','\x6c','\x0e','\x0c','\x8c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1c','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x10','\x18','\x0c','\x30','\x38','\x0c','\x20','\x30','\x0c','\x41','\xf0','\x0c','\x80','\x60','\x04','\x01','\xc0','\x07','\x01','\x80','\x0e','\x21','\x80','\x0c','\x39','\x80','\x18','\x31','\x80','\x10','\x31','\x8c','\x24','\x3f','\xfe','\x47','\x61','\x80','\x8e','\x61','\x80','\x0c','\x41','\x80','\x1c','\x81','\x80','\x3c','\x01','\x80','\x2c','\x01','\x8c','\x4c','\x3f','\xfe','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x04','\x10','\x30','\x07','\x1f','\xf8','\x0e','\x18','\x30','\x0c','\x18','\x30','\x18','\x18','\x30','\x10','\x18','\x30','\x22','\x18','\x30','\x43','\x98','\x30','\x87','\x1f','\xf0','\x06','\x18','\x30','\x0c','\x18','\x30','\x1c','\x18','\x30','\x3c','\x18','\x30','\x6c','\x18','\x30','\x8c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\x0d','\xff','\xff','\x0c','\x00','\x00','\x04','\x1c','\xe0','\x07','\x18','\xc0','\x0e','\x18','\xc0','\x0c','\x18','\xc4','\x19','\xff','\xfe','\x10','\x18','\xc4','\x24','\x18','\xc4','\x47','\x18','\xc4','\x8e','\x98','\xc4','\x0c','\xff','\xfc','\x18','\x98','\xc4','\x18','\x98','\xc0','\x38','\x98','\xc0','\x58','\x98','\xc6','\x98','\xff','\xff','\x19','\x98','\xc6','\x19','\x98','\xc6','\x18','\x18','\xc6','\x18','\x18','\xcc','\x18','\x10','\xfc','\x18','\x30','\xd8','\x18','\x20','\xc0','\x18','\x40','\xc0','\x19','\x80','\xc0','\x04','\x40','\x06','\x07','\x7f','\xff','\x0e','\x60','\x06','\x0c','\x60','\x06','\x18','\x60','\x06','\x10','\x64','\x66','\x24','\x67','\xf6','\x47','\x66','\x66','\x8e','\x66','\x66','\x0c','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x38','\x66','\x66','\x58','\x66','\x66','\x98','\x66','\x66','\x18','\x67','\xe6','\x18','\x66','\x66','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x7f','\xfe','\x18','\x60','\x06','\x18','\x60','\x06','\x04','\x20','\x18','\x07','\x3f','\xfc','\x0e','\x30','\x18','\x0c','\x30','\x18','\x18','\x30','\x18','\x10','\x30','\x18','\x22','\x3f','\xf8','\x43','\xb0','\x18','\x87','\x30','\x18','\x06','\x30','\x18','\x0c','\x30','\x18','\x1c','\x3f','\xf8','\x3c','\x31','\x04','\x6c','\x31','\x07','\x8c','\x30','\x86','\x0c','\x30','\x8c','\x0c','\x30','\xd0','\x0c','\x30','\x40','\x0c','\x30','\x60','\x0c','\x30','\x30','\x0c','\x33','\x38','\x0d','\xfc','\x1f','\x0c','\xe0','\x0e','\x0c','\x80','\x06','\x04','\x00','\x00','\x07','\x00','\x06','\x0e','\xff','\xff','\x0c','\x00','\x00','\x18','\x10','\x84','\x10','\x18','\xc6','\x20','\x31','\x8c','\x48','\x63','\x18','\x8e','\x84','\x20','\x0c','\x42','\x10','\x18','\x31','\x8c','\x18','\x18','\xc6','\x38','\x18','\xc6','\x58','\x00','\x00','\x98','\x00','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x04','\x10','\x00','\x07','\x1c','\x00','\x0e','\x18','\x00','\x0c','\x30','\x06','\x18','\x3f','\xff','\x10','\x60','\x06','\x28','\x40','\x06','\x4e','\x81','\x86','\x8c','\x7f','\xc6','\x1c','\x61','\x86','\x18','\x61','\x86','\x38','\x61','\x86','\x38','\x61','\x86','\x58','\x7f','\x86','\x98','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x7f','\x8e','\x18','\x61','\x8c','\x18','\x00','\x0c','\x18','\x00','\x1c','\x18','\x00','\xf8','\x18','\x00','\x30','\x04','\x10','\x20','\x07','\x1c','\x38','\x0e','\x18','\x30','\x0c','\x18','\x30','\x18','\x34','\x68','\x24','\x36','\x64','\x47','\x66','\xc6','\x86','\x40','\x83','\x0c','\x81','\x03','\x0c','\x00','\x00','\x18','\x03','\x80','\x18','\x03','\x00','\x38','\x43','\x00','\x58','\x73','\x0c','\x98','\x63','\xfe','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\xd3','\x00','\x18','\xcb','\x00','\x18','\x87','\x00','\x19','\x83','\xc0','\x19','\x00','\xff','\x1a','\x00','\x3e','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x00','\x0c','\x73','\x18','\x18','\x63','\xfc','\x10','\x63','\x00','\x24','\x63','\x00','\x47','\x63','\x00','\x8e','\x63','\x06','\x0d','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x38','\x43','\x00','\x58','\x73','\x00','\x98','\x63','\x0c','\x18','\x63','\xfe','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\xd3','\x00','\x18','\xcb','\x00','\x18','\x87','\x00','\x19','\x83','\x80','\x19','\x00','\xff','\x1a','\x00','\x3e','\x04','\x0e','\x70','\x07','\x0c','\x60','\x0e','\x0c','\x60','\x0c','\x0c','\x60','\x18','\x0c','\x66','\x10','\xfc','\x7f','\x24','\x0c','\x60','\x47','\x0c','\x60','\x8e','\x0c','\x60','\x0c','\x0c','\x6c','\x18','\xfc','\x7e','\x18','\x0c','\x60','\x38','\x0c','\x60','\x58','\x0c','\x60','\x98','\x0c','\x60','\x18','\x3c','\x66','\x19','\xec','\x7f','\x18','\xc8','\x60','\x18','\x98','\x60','\x18','\x10','\x60','\x18','\x30','\x60','\x18','\x20','\x60','\x18','\x40','\x60','\x18','\x80','\x60','\x04','\x03','\x80','\x07','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x06','\x19','\xff','\xff','\x10','\x03','\x00','\x24','\x43','\x10','\x47','\x73','\x1c','\x8e','\x63','\x18','\x0c','\x63','\x14','\x18','\x53','\x32','\x18','\xdb','\x23','\x38','\x9b','\x43','\x59','\x07','\x80','\x98','\x07','\x80','\x18','\x0f','\x40','\x18','\x0b','\x60','\x18','\x1b','\x30','\x18','\x13','\x38','\x18','\x23','\x1c','\x18','\x43','\x0f','\x19','\x83','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x04','\x04','\x00','\x07','\x07','\x00','\x0e','\x46','\x18','\x0c','\x7f','\xfc','\x18','\x60','\x18','\x10','\x60','\x18','\x24','\x7f','\xf8','\x47','\x60','\x18','\x8e','\x60','\x18','\x0c','\x60','\x18','\x18','\x7f','\xf8','\x18','\x00','\x00','\x38','\x00','\x0c','\x58','\xff','\xfe','\x98','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x04','\x02','\x00','\x07','\x03','\x80','\x0e','\x07','\x0c','\x0c','\x0f','\xfe','\x18','\x18','\x1c','\x10','\x36','\x38','\x28','\xc2','\x70','\x4e','\x30','\xe0','\x8c','\x11','\xc0','\x1c','\x07','\x00','\x18','\x1c','\x00','\x38','\xe0','\x00','\x38','\x30','\x18','\x58','\x7f','\xfc','\x98','\x43','\x00','\x18','\x83','\x06','\x1b','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\xe3','\x0e','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\xfc','\x18','\xc0','\x0c','\x08','\x40','\x80','\x0e','\x70','\xe0','\x0c','\x60','\xc0','\x19','\xfc','\xc0','\x11','\x8c','\xc0','\x21','\x8c','\xc6','\x49','\xfc','\xff','\x8f','\x8c','\x8c','\x0d','\x8d','\x8c','\x19','\xfd','\x4c','\x18','\x02','\x4c','\x30','\x30','\x4c','\x30','\x30','\x58','\x73','\xff','\x58','\xb0','\x60','\x58','\x30','\x60','\x30','\x30','\x7c','\x30','\x30','\x4c','\x20','\x30','\xcc','\x70','\x30','\x8c','\x50','\x31','\x98','\xd8','\x31','\x18','\x8f','\x32','\x79','\x0e','\x30','\x36','\x06','\x0e','\x00','\x38','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x2c','\x00','\x36','\x2d','\x3f','\xff','\x2c','\x80','\x30','\x6c','\xc0','\x30','\x6c','\xc0','\x30','\x4c','\x10','\x30','\xcc','\x0c','\x30','\xcc','\x06','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x00','\x0c','\x0c','\x00','\x3e','\x0c','\x11','\xf0','\x0c','\x1f','\x00','\x0c','\x18','\x00','\x2c','\x18','\x00','\x2e','\x18','\x00','\x2d','\x18','\x06','\x6d','\x9f','\xff','\x6d','\x98','\x30','\x4c','\x18','\x30','\xcc','\x18','\x30','\xcc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x38','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x20','\x30','\x0c','\x60','\x30','\x0c','\x40','\x30','\x0c','\x80','\x30','\x0c','\x00','\x30','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x18','\x0e','\x1f','\xfc','\x2d','\x11','\x80','\x2d','\xb1','\x80','\x2d','\xa1','\x80','\x6c','\x41','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\xcc','\x01','\x86','\xcc','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x00','\x00','\x0c','\x00','\x30','\x0c','\x7f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x2c','\x0c','\x30','\x2e','\x0c','\x30','\x2d','\x0c','\x30','\x6d','\x8c','\x30','\x6d','\x8c','\x30','\x4c','\x0c','\x36','\xcc','\xff','\xff','\xcc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x23','\x00','\x2e','\x23','\x06','\x2d','\x3f','\xff','\x2d','\xa3','\x06','\x6d','\xe3','\x04','\x6c','\x63','\x08','\x4c','\x03','\x00','\xcc','\x06','\xe0','\xcc','\x06','\xc0','\x0c','\x06','\xc0','\x0c','\x06','\xc0','\x0c','\x04','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x08','\xc2','\x0c','\x18','\xc2','\x0c','\x10','\xc2','\x0c','\x20','\xc3','\x0c','\x40','\xff','\x0c','\x80','\x7e','\x00','\x00','\x60','\x00','\x03','\xf0','\x00','\x3f','\x80','\x1f','\xf0','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\xc0','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x06','\x38','\x3c','\x0c','\x30','\x1f','\x30','\x30','\x06','\xc0','\x30','\x40','\x02','\x32','\x30','\x02','\x31','\x18','\x04','\x31','\x9c','\x0c','\x30','\xcc','\x38','\x30','\xcc','\x30','\x30','\xc0','\x01','\xf0','\x00','\x00','\x60','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x39','\xff','\xe0','\x31','\x00','\x20','\x31','\xff','\xe0','\x31','\x00','\x20','\x31','\xff','\xe0','\x31','\x00','\x20','\x31','\x00','\x20','\x31','\xff','\xe0','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x01','\x01','\x00','\x01','\xc1','\x00','\x01','\x80','\x80','\x03','\x80','\xc0','\x03','\x00','\x60','\x06','\x00','\x78','\x0c','\x00','\x3f','\x1b','\xff','\xde','\x30','\x60','\xc6','\xc0','\x60','\xc0','\x00','\xc0','\xc0','\x00','\xc1','\xc0','\x01','\x81','\x80','\x03','\x0f','\x80','\x1c','\x03','\x00','\x00','\x20','\x00','\x03','\x98','\x00','\x03','\x0c','\x10','\x13','\x0c','\x0c','\x13','\x00','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x80','\x0e','\x03','\x00','\x2d','\x02','\x08','\x2d','\x86','\x04','\x2d','\x84','\x06','\x6c','\x08','\x3b','\x6c','\x7f','\xc3','\x4c','\x3c','\x03','\xcc','\x20','\x00','\xcc','\x00','\x00','\x0c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x2c','\xff','\xff','\x2e','\x0c','\x00','\x2d','\x0c','\x00','\x6d','\x9c','\x70','\x6d','\x98','\x60','\x4c','\x18','\x60','\xcc','\x30','\x60','\xcc','\x30','\x6c','\x0c','\x73','\xfe','\x0c','\xb0','\x60','\x0d','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x66','\x0c','\x37','\xff','\x0c','\x30','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x2c','\xff','\xff','\x2e','\x03','\x00','\x2d','\x03','\x00','\x6d','\x83','\x00','\x6d','\x83','\x00','\x4c','\x03','\x00','\xcc','\x03','\x00','\xcc','\x23','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x2c','\x60','\x06','\x2c','\x40','\x06','\x2e','\x80','\x06','\x6d','\x21','\x86','\x6d','\xbf','\xc6','\x4d','\xb1','\x86','\xcc','\x31','\x86','\xcc','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x3f','\x86','\x0c','\x31','\x86','\x0c','\x30','\x0e','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x2c','\x30','\x0c','\x2e','\x3f','\xfc','\x2d','\x30','\x0c','\x6d','\xb0','\x00','\x6d','\xb3','\x80','\x4c','\x33','\x00','\xcc','\x33','\x0c','\xcc','\x33','\x1e','\x0c','\x33','\x38','\x0c','\x33','\x60','\x0c','\x73','\x80','\x0c','\x63','\x00','\x0c','\x63','\x00','\x0c','\x43','\x02','\x0c','\xc3','\x02','\x0c','\x83','\x02','\x0d','\x03','\x03','\x0c','\x03','\xff','\x0c','\x01','\xfe','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x03','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x18','\x00','\x18','\x18','\x30','\x30','\x1f','\xf8','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x01','\xd0','\x00','\x11','\x8c','\x30','\x11','\x86','\x0c','\x21','\x86','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x01','\x00','\x00','\x01','\xc0','\x00','\x03','\x80','\x00','\x03','\x00','\x0c','\x07','\xff','\xfe','\x0c','\x31','\x8c','\x18','\x61','\x8c','\x67','\x43','\x0c','\x01','\xe6','\x0c','\x03','\x3c','\x1c','\x0c','\x1f','\x18','\x30','\x33','\x18','\x00','\xc0','\x38','\x03','\x01','\xf0','\x0c','\x20','\x60','\x00','\x18','\x00','\x01','\xcc','\x30','\x11','\x86','\x0c','\x11','\x86','\x06','\x21','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x00','\x00','\x0c','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x2c','\x30','\x18','\x2e','\x30','\x18','\x2d','\x30','\x18','\x6d','\xb0','\x18','\x6d','\xbf','\xf8','\x4c','\x30','\x18','\xcc','\x30','\x18','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0c','\x02','\x00','\x2c','\x24','\x06','\x2e','\x3f','\xff','\x2d','\x30','\x06','\x6d','\xb0','\x06','\x6d','\xb0','\x06','\x4c','\x30','\x06','\xcc','\x30','\x06','\xcc','\x30','\x06','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0e','\x0e','\xe0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc4','\x0c','\xff','\xfe','\x2e','\x0c','\xc4','\x2d','\x0c','\xc4','\x2d','\x8c','\xc4','\x6d','\x8c','\xc4','\x6c','\x7f','\xfc','\x4c','\x4c','\xc4','\xcc','\x4c','\xc0','\xcc','\x4c','\xc0','\x0c','\x4c','\xc6','\x0c','\x7f','\xff','\x0c','\xcc','\xc6','\x0c','\xcc','\xc6','\x0c','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x08','\xde','\x0c','\x18','\xcc','\x0c','\x10','\xc0','\x0c','\x20','\xc0','\x0c','\xc0','\xc0','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x2c','\x01','\x88','\x2e','\x21','\x8e','\x2d','\x11','\x8c','\x6d','\x91','\x8c','\x6d','\x99','\x98','\x4c','\x19','\x90','\xcc','\x19','\xa0','\xcc','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x2c','\x3f','\xfe','\x2e','\x31','\x8c','\x2d','\x31','\x8c','\x6d','\xb1','\x8c','\x6d','\xb1','\x8c','\x4c','\x31','\x8c','\xcc','\x31','\x8c','\xcc','\x31','\x8c','\x0c','\xff','\xff','\x0c','\x03','\x40','\x0c','\x03','\x40','\x0c','\x06','\x40','\x0c','\x06','\x20','\x0c','\x04','\x20','\x0c','\x0c','\x30','\x0c','\x08','\x18','\x0c','\x10','\x1f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x0e','\x18','\x00','\x0c','\x07','\x00','\x0c','\x01','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\x00','\x2c','\x03','\x00','\x2e','\x3f','\x80','\x2d','\x03','\x00','\x6d','\x83','\x08','\x6d','\x83','\x0e','\x4c','\x1b','\x0c','\xcc','\xfb','\x98','\xcc','\x1b','\xa0','\x0c','\x1b','\x40','\x0c','\x33','\x40','\x0c','\x33','\x60','\x0c','\x23','\x20','\x0c','\x63','\x30','\x0c','\x43','\x18','\x0c','\xc3','\x1f','\x0c','\x83','\x0e','\x0d','\x03','\x06','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x02','\x00','\x30','\x03','\x80','\xf8','\x07','\x07','\xc0','\x06','\x7f','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1c','\x03','\x06','\x3d','\xff','\xff','\x6c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x00','\x20','\x00','\x03','\x98','\x00','\x03','\x0c','\x10','\x13','\x0c','\x0c','\x13','\x00','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x2c','\x30','\x60','\x2e','\x28','\x60','\x2d','\x44','\xc0','\x6d','\x83','\x80','\x6d','\x83','\x80','\x4c','\x06','\xe0','\xcc','\x0c','\x7f','\xcc','\x10','\x1e','\x0c','\x60','\x06','\x0d','\x80','\x00','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x02','\x07','\x00','\x03','\x86','\x00','\x07','\x06','\x00','\x06','\x06','\x0c','\x0d','\xff','\xfe','\x0c','\x0e','\x80','\x1c','\x1e','\x80','\x3c','\x1e','\x40','\x6c','\x36','\x60','\x8c','\x36','\x30','\x0c','\x66','\x38','\x0c','\xc6','\x1f','\x0f','\x06','\x0e','\x0c','\x06','\x06','\x0c','\x06','\x00','\x00','\x20','\x00','\x03','\x98','\x00','\x03','\x0c','\x10','\x13','\x0c','\x0c','\x13','\x00','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x06','\x2c','\x3f','\xff','\x2e','\x20','\x06','\x2d','\x41','\x06','\x6d','\x81','\xc6','\x6d','\x89','\x86','\x4c','\x25','\x26','\xcc','\x27','\x26','\xcc','\x22','\x26','\x0c','\x27','\x26','\x0c','\x25','\x26','\x0c','\x29','\xa6','\x0c','\x31','\xa6','\x0c','\x20','\x26','\x0c','\x3f','\xe6','\x0c','\x20','\x26','\x0c','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x00','\x7c','\x0c','\x00','\x18','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x18','\x0c','\x7f','\xfc','\x0c','\x06','\x18','\x2e','\x06','\x18','\x2d','\x04','\x18','\x2d','\x8c','\x30','\x6d','\x88','\x30','\x6c','\x11','\xf0','\x4c','\x60','\x60','\xcc','\x00','\x00','\xcc','\x60','\x60','\x0c','\x66','\x66','\x0d','\xff','\xff','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x46','\x46','\x0c','\x46','\xc6','\x0c','\xcc','\x8c','\x0c','\x8c','\x8c','\x0c','\xbd','\x3c','\x0d','\x1a','\x18','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\xff','\xfe','\x0c','\x18','\x00','\x0c','\x18','\x00','\x2c','\x18','\x00','\x2e','\x18','\x30','\x2d','\x1f','\xf8','\x6d','\x98','\x30','\x6d','\x98','\x30','\x4c','\x1a','\x30','\xcc','\x19','\xb0','\xcc','\x18','\xb0','\x0c','\x18','\x30','\x0c','\x1a','\x30','\x0c','\x19','\xb0','\x0c','\x18','\xb0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x36','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x08','\x0c','\x43','\x0e','\x0c','\x23','\x0c','\x0c','\x33','\x18','\x2e','\x33','\x18','\x2d','\x1b','\x30','\x2d','\x9b','\x20','\x6d','\x83','\x40','\x6c','\x03','\x06','\x4c','\xff','\xff','\xcc','\x0c','\x60','\xcc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x18','\x60','\x0c','\x18','\x62','\x0c','\x10','\x62','\x0c','\x30','\x62','\x0c','\x20','\x63','\x0c','\x40','\x7f','\x0c','\x80','\x3e','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x06','\x30','\x0c','\x7f','\x3f','\xfe','\x00','\x66','\x0c','\x00','\x46','\x08','\x00','\x86','\x10','\x00','\x0d','\x00','\x07','\x0c','\xc0','\xfc','\x18','\x70','\x70','\x30','\x3f','\x40','\xc0','\x1e','\x03','\x00','\x06','\x00','\x20','\x00','\x00','\x18','\x00','\x01','\xcc','\x30','\x11','\x86','\x0c','\x11','\x86','\x06','\x21','\x80','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x2c','\x03','\x00','\x2c','\x03','\x00','\x2e','\x03','\x00','\x6d','\x03','\x06','\x6d','\xff','\xff','\x4d','\x80','\x00','\xcc','\x00','\x30','\xcc','\x00','\x32','\x0c','\xff','\xff','\x0c','\x00','\x30','\x0c','\x20','\x30','\x0c','\x18','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x24','\x0c','\x2c','\x3f','\xfe','\x2e','\x32','\x4c','\x2d','\x32','\x4c','\x6d','\xb2','\x4c','\x6d','\xb2','\x4c','\x4c','\x32','\x4c','\xcc','\x32','\x4c','\xcc','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x2c','\x60','\x06','\x2c','\x40','\x06','\x2e','\xa1','\x86','\x6d','\x3f','\xc6','\x6d','\xb1','\x86','\x4d','\xb1','\x86','\xcc','\x31','\x86','\xcc','\x3f','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x3f','\x86','\x0c','\x31','\x8e','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x0e','\x00','\x0c','\x0c','\x00','\x7e','\x0c','\x03','\xf0','\x0c','\x3d','\x80','\x0c','\x01','\x80','\x2c','\x01','\x80','\x2e','\x01','\x80','\x2d','\x81','\x86','\x6c','\xff','\xff','\x6c','\xc1','\x80','\x4c','\x01','\x80','\xcc','\x01','\x80','\xcc','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0e','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x66','\x2c','\x6f','\xf6','\x2e','\x60','\x06','\x2d','\x60','\x06','\x6d','\xe0','\x06','\x6d','\xe4','\x66','\x4c','\x67','\xf6','\xcc','\x66','\x66','\xcc','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x67','\xe6','\x0c','\x66','\x66','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x3e','\x0c','\x60','\x0c','\x02','\x00','\x80','\x01','\x80','\xe0','\x00','\xc1','\xc0','\x00','\xc1','\x00','\x00','\x02','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x30','\x11','\xcc','\x0c','\x11','\x86','\x06','\x21','\x86','\x47','\x61','\x80','\x43','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x2c','\x3f','\xfc','\x2e','\x30','\x0c','\x2d','\x00','\x00','\x6d','\xa0','\x0c','\x6d','\xbf','\xfe','\x4c','\x30','\x0c','\xcc','\x30','\x0c','\xcc','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x7c','\x0c','\x30','\x18','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x2c','\x30','\x0c','\x2e','\x30','\x0c','\x2d','\x30','\x0c','\x6d','\xbf','\xfc','\x6d','\x80','\x00','\x4c','\x00','\x00','\xcc','\x00','\x0c','\xcc','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x2c','\x3f','\xf8','\x2e','\x30','\x18','\x2d','\x30','\x18','\x6d','\xb0','\x18','\x6d','\xbf','\xf8','\x4c','\x30','\x18','\xcc','\x30','\x18','\xcc','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x0c','\x10','\x40','\x0c','\x1c','\x30','\x0c','\x38','\x18','\x0c','\x60','\x1c','\x0c','\x80','\x0c','\x0e','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x61','\xc6','\x2c','\x61','\x86','\x2e','\x61','\x86','\x2d','\x6f','\xf6','\x6d','\xe1','\x86','\x6d','\xe1','\x86','\x4c','\x63','\xc6','\xcc','\x63','\xa6','\xcc','\x63','\xa6','\x0c','\x65','\xb6','\x0c','\x65','\x96','\x0c','\x69','\x96','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x7f','\xfe','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x03','\x00','\x2c','\x03','\x00','\x2e','\x43','\x0c','\x2d','\x7f','\xfe','\x6d','\x63','\x0c','\x6d','\x63','\x0c','\x4c','\x63','\x0c','\xcc','\x63','\x0c','\xcc','\x7f','\xfc','\x0c','\x67','\x4c','\x0c','\x07','\x40','\x0c','\x0f','\x20','\x0c','\x0b','\x20','\x0c','\x1b','\x30','\x0c','\x13','\x18','\x0c','\x33','\x1f','\x0c','\x63','\x0e','\x0d','\x83','\x06','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0e','\x01','\xc4','\x0c','\x41','\x87','\x0c','\x31','\x86','\x0c','\x19','\x8c','\x0c','\x19','\x88','\x2c','\x01','\x90','\x2e','\x11','\x8c','\x2d','\x9f','\xfe','\x6c','\xd8','\x0c','\x6c','\xd8','\x0c','\x4c','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0c','\x18','\x18','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x04','\x18','\x0c','\x08','\x0c','\x2c','\x7f','\xf6','\x2e','\x3c','\x06','\x2d','\x10','\x70','\x6d','\x9c','\x60','\x6d','\x98','\x60','\x4c','\x34','\x7f','\xcc','\x67','\x3f','\xcc','\x86','\x00','\x0c','\x0c','\x18','\x0c','\x0f','\xfc','\x0c','\x18','\x30','\x0c','\x24','\x60','\x0c','\xc2','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x0c','\x30','\x1e','\x0c','\xc0','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0e','\x01','\x80','\x2d','\x21','\x80','\x2d','\xa1','\x86','\x2d','\xbf','\xff','\x6c','\x60','\x06','\x6c','\x60','\x04','\x4c','\x60','\x18','\xcc','\x1f','\xfc','\xcc','\x00','\x30','\x0c','\x00','\x20','\x0c','\x01','\x40','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x60','\x0c','\x0f','\xf0','\x0c','\x18','\x60','\x2c','\x10','\xc0','\x2e','\x20','\x80','\x2d','\x41','\x0c','\x6d','\xbf','\xfe','\x6d','\xb1','\x8c','\x4c','\x31','\x8c','\xcc','\x31','\x8c','\xcc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x30','\xcc','\x0c','\x08','\xc0','\x0c','\x0e','\xc0','\x0c','\x0c','\xc0','\x0c','\x1c','\xc2','\x0c','\x18','\xc2','\x0c','\x30','\xc3','\x0c','\x60','\xff','\x0d','\x80','\x7e','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x2c','\x1f','\xf8','\x2e','\x00','\x00','\x2d','\x20','\x0c','\x6d','\xbf','\xfe','\x6d','\xb1','\x8c','\x4c','\x31','\x8c','\xcc','\x31','\x8c','\xcc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x03','\x0c','\x3f','\xff','\x0c','\x1f','\xfe','\x0e','\x06','\x07','\x0c','\x1f','\x06','\x0c','\xf8','\x66','\x0c','\x18','\x66','\x0c','\x18','\x66','\x2e','\x18','\x66','\x2d','\x1b','\x66','\x2d','\xff','\xe6','\x6d','\x98','\x66','\x6c','\x18','\x66','\x4c','\x3c','\x66','\xcc','\x3a','\x66','\xcc','\x3b','\x66','\x0c','\x7b','\x66','\x0c','\x58','\x66','\x0c','\x58','\x66','\x0c','\xd8','\x66','\x0c','\x98','\x66','\x0d','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x3e','\x0c','\x18','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x08','\x18','\x2c','\x08','\x38','\x2e','\x04','\x30','\x2d','\x86','\x60','\x6c','\xc3','\xc0','\x6c','\xc1','\x80','\x4c','\x03','\xe0','\xcc','\x06','\x7f','\xcc','\x18','\x1e','\x0c','\xe0','\x06','\x0c','\x00','\x00','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x10','\xc3','\x18','\x1f','\xc3','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xc3','\xf8','\x18','\xc3','\x18','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x10','\x00','\x11','\xcc','\x10','\x11','\x86','\x0c','\x21','\x86','\x47','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x00','\x30','\x0c','\x01','\xf8','\x0c','\x3f','\xc0','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x2e','\xff','\xfe','\x2d','\x07','\x40','\x2d','\x8f','\x20','\x6d','\x9b','\x30','\x6c','\x33','\x1c','\x4c','\x63','\x0f','\xcd','\x80','\x06','\xcc','\x00','\x30','\x0c','\x3f','\xf8','\x0c','\x00','\x60','\x0c','\x02','\xc0','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xfc','\x1f','\x80','\x0c','\x00','\x10','\x00','\x01','\xcc','\x10','\x09','\x86','\x0c','\x11','\x86','\x46','\x71','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x02','\x10','\x0c','\x43','\x9c','\x0c','\x23','\x18','\x0c','\x33','\x30','\x0c','\x33','\x40','\x2e','\x03','\x0c','\x2d','\x7f','\xfe','\x2d','\x86','\x80','\x6d','\x86','\x80','\x6c','\x0c','\x46','\x4c','\xff','\xff','\xcc','\x08','\x20','\xcc','\x18','\x30','\x0c','\x10','\x18','\x0c','\x3f','\xff','\x0c','\x40','\x6e','\x0d','\x80','\x66','\x0c','\x10','\x60','\x0c','\x1f','\xe0','\x0c','\x18','\x08','\x0c','\x18','\x08','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x0f','\xf8','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x2c','\x10','\x20','\x2e','\x1c','\x38','\x2d','\x18','\x30','\x6d','\x98','\x30','\x6d','\xb4','\x28','\x4c','\x26','\x64','\xcc','\x42','\x46','\xcc','\x80','\x86','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x30','\x0c','\x7f','\xf8','\x2c','\x06','\x30','\x2e','\x06','\x32','\x2d','\x04','\x32','\x6d','\x8c','\x33','\x6d','\x88','\x3f','\x4c','\x10','\x1e','\xcc','\x60','\x00','\xcc','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x03','\x00','\x2e','\x03','\x00','\x2d','\x3f','\xf8','\x2d','\x83','\x18','\x6d','\x83','\x1a','\x6c','\x7f','\xff','\x4c','\x03','\x18','\xcc','\x03','\x18','\xcc','\x3f','\xf8','\x0c','\x04','\x00','\x0c','\x06','\x06','\x0c','\xff','\xff','\x0c','\x0c','\x30','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x36','\xc0','\x0c','\x31','\xe0','\x0c','\x03','\x38','\x0c','\x0c','\x1c','\x0c','\x70','\x0c','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x31','\xc6','\x0c','\x31','\x86','\x2c','\x31','\x86','\x2e','\x37','\xf6','\x2d','\x31','\x86','\x6d','\xb1','\x86','\x6d','\xb1','\x86','\x4c','\x37','\xf6','\xcc','\x30','\x06','\xcc','\x30','\x06','\x0c','\x32','\x26','\x0c','\x33','\xf6','\x0c','\x32','\x26','\x0c','\x32','\x26','\x0c','\x32','\x26','\x0c','\x63','\xe6','\x0c','\x62','\x26','\x0c','\x40','\x06','\x0c','\xc0','\x06','\x0c','\x80','\x3e','\x0d','\x00','\x0c','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x30','\x2c','\x1f','\xf8','\x2e','\x18','\x00','\x2d','\x18','\x00','\x6d','\x98','\x30','\x6d','\x9f','\xf8','\x4c','\x18','\x00','\xcc','\x18','\x00','\xcc','\x18','\x06','\x0d','\xff','\xff','\x0c','\x19','\x08','\x0c','\x19','\x0c','\x0c','\x18','\x88','\x0c','\x18','\x90','\x0c','\x18','\x40','\x0c','\x18','\x60','\x0c','\x1b','\x30','\x0c','\xfc','\x3e','\x0c','\x70','\x1c','\x0c','\x40','\x0c','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x34','\x26','\x0c','\x32','\x36','\x2c','\x33','\x66','\x2e','\x30','\x46','\x2d','\x30','\x86','\x6d','\xbf','\xfe','\x6d','\xb1','\x86','\x4c','\x31','\x86','\xcc','\x31','\x86','\xcc','\x3f','\xfe','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x33','\xf6','\x0c','\x31','\xf6','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x00','\x00','\x0c','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x2c','\x18','\x18','\x2e','\x1f','\xf8','\x2d','\x18','\x18','\x6d','\x98','\x18','\x6d','\x98','\x18','\x4c','\x1f','\xf8','\xcc','\x18','\x18','\xcc','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x46','\x46','\x0c','\x7f','\x7f','\x0c','\x46','\x46','\x0c','\x46','\x46','\x0c','\x46','\x46','\x2c','\x46','\x46','\x2e','\x7e','\x7e','\x2d','\x00','\x00','\x6d','\x80','\x00','\x6d','\x80','\x18','\x4c','\x3f','\xfc','\xcc','\x00','\x00','\xcc','\x00','\x06','\x0c','\xff','\xff','\x0c','\x0c','\x00','\x0c','\x0c','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x00','\x18','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x00','\x70','\x0c','\x03','\xe0','\x0c','\x00','\xc0','\x08','\x00','\x00','\x0e','\x30','\x0c','\x1c','\x1b','\xfe','\x18','\x18','\x00','\x30','\xc0','\x00','\x64','\x60','\x06','\x87','\x63','\xff','\x0e','\x08','\x30','\x1c','\x18','\x30','\x3c','\x30','\x30','\x6c','\xe0','\x30','\x8c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x70','\x30','\x0c','\x31','\xf0','\x0c','\x00','\x60','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x13','\x0c','\x46','\x23','\x00','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x23','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x2c','\x30','\x0c','\x2e','\x3f','\xfc','\x2d','\x30','\x0c','\x6d','\xb0','\x0c','\x6d','\xb0','\x0c','\x4c','\x3f','\xfc','\xcc','\x00','\x00','\xcc','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x00','\x38','\x00','\x00','\x30','\x30','\x1f','\xff','\xf8','\x00','\x60','\x00','\x0f','\xff','\xf0','\x00','\xc2','\x00','\x01','\x81','\x0c','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x06','\x00','\x60','\x0d','\xff','\xb8','\x31','\x81','\x9f','\xc1','\x81','\x86','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x00','\x20','\x10','\x13','\x98','\x0c','\x13','\x0c','\x46','\x23','\x0c','\x47','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x0c','\x70','\x0c','\x3e','\x60','\x0d','\xf0','\x60','\x0c','\x30','\x60','\x0c','\x30','\x64','\x2e','\x31','\x67','\x2d','\x31','\x66','\x2d','\xff','\x66','\x6d','\xb1','\x64','\x6c','\x33','\x68','\x4c','\x33','\x60','\xcc','\x78','\x60','\xcc','\x74','\x60','\x0c','\x76','\x50','\x0c','\x76','\x50','\x0c','\xf0','\xd0','\x0c','\xb0','\xd0','\x0c','\xb0','\xd8','\x0d','\x30','\x88','\x0c','\x31','\x88','\x0c','\x31','\x0c','\x0c','\x33','\x0f','\x0c','\x32','\x06','\x0c','\x34','\x06','\x0e','\x01','\xc0','\x0c','\x39','\x87','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x2c','\x31','\x86','\x2e','\x3f','\xfe','\x2d','\x30','\x06','\x6d','\x80','\x00','\x6d','\x80','\x06','\x4c','\x7f','\xff','\xcc','\x01','\x80','\xcc','\x01','\x00','\x0c','\x22','\x06','\x0c','\x3f','\xff','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x5e','\x0c','\x30','\x0c','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x2c','\x18','\x18','\x2e','\x18','\x18','\x2d','\x18','\x18','\x6d','\x9f','\xf8','\x6d','\x80','\x00','\x4c','\x21','\xc0','\xcc','\x39','\x80','\xcc','\x31','\x8c','\x0c','\x3f','\xfe','\x0c','\x61','\x80','\x0c','\x41','\x80','\x0c','\x81','\x98','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x2c','\x60','\x04','\x2e','\x00','\x18','\x2d','\x3f','\xfc','\x6d','\x80','\x00','\x6d','\x80','\x00','\x4c','\x10','\x18','\xcc','\x1f','\xfc','\xcc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x0c','\x0c','\x3f','\xfe','\x2c','\x26','\x6c','\x2e','\x44','\x4c','\x2d','\x1c','\xcc','\x6d','\x8e','\x8c','\x6d','\x93','\x8c','\x4c','\x21','\xcc','\xcc','\x42','\xdc','\xcc','\x04','\x18','\x0c','\x08','\xf8','\x0c','\x00','\x30','\x0c','\x02','\x00','\x0c','\x01','\x80','\x0c','\x0e','\xc8','\x0c','\x4c','\xc6','\x0c','\x4c','\x13','\x0c','\xcc','\x13','\x0d','\x8c','\x18','\x0d','\x8f','\xf8','\x0c','\x07','\xf0','\x1c','\x00','\x07','\x18','\x86','\x06','\x18','\xff','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x5c','\xc6','\x66','\x5a','\xfe','\x66','\x5a','\xc6','\x66','\x5a','\xc6','\x66','\xd8','\xc6','\x66','\xd8','\xc6','\x66','\xd8','\xfe','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xc6','\x66','\x18','\xfe','\x66','\x18','\x00','\x06','\x18','\x84','\x06','\x18','\xe2','\x06','\x18','\xc3','\x06','\x19','\x81','\xbe','\x1a','\x01','\x8c','\x0e','\x10','\x84','\x0c','\x1c','\xe7','\x0c','\x18','\xc6','\x0c','\x31','\x8c','\x0c','\x21','\x08','\x2c','\x42','\x10','\x2e','\x21','\x08','\x2d','\x31','\x8c','\x6d','\x98','\xc6','\x6d','\x98','\xc6','\x4c','\x04','\x00','\xcc','\x46','\x06','\xcc','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x46','\x0c','\x64','\x66','\x0c','\x62','\xc6','\x0c','\x61','\x86','\x0c','\x61','\xc6','\x0c','\x62','\x66','\x0c','\x6c','\x66','\x0c','\x60','\x06','\x0c','\x7f','\xfe','\x0c','\x60','\x06','\x20','\x61','\x00','\x3f','\xf1','\xc0','\x30','\x61','\x80','\x30','\x61','\x8c','\x30','\x63','\xfe','\x3f','\xe2','\x18','\x33','\x05','\x18','\x33','\x01','\x30','\x3f','\xf0','\xb0','\x31','\x00','\xe0','\x31','\x80','\x40','\x30','\x90','\xe0','\x30','\xd8','\xb8','\xfc','\x79','\x1f','\x70','\x36','\x06','\x40','\x00','\x00','\x00','\x10','\x00','\x11','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x20','\x00','\x0c','\x38','\x00','\x0c','\x30','\x06','\x0c','\x7f','\xff','\x0c','\x40','\x00','\x2c','\x80','\x00','\x2e','\x1f','\xf8','\x2d','\x18','\x18','\x6d','\x98','\x18','\x6d','\x9f','\xf8','\x4c','\x18','\x18','\xcc','\x18','\x18','\xcc','\x1f','\xf8','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x0f','\xf8','\x0c','\x18','\x30','\x0c','\x34','\x60','\x0c','\xc2','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xe0','\x0c','\x06','\x7f','\x0c','\x18','\x1e','\x0c','\xe0','\x06','\x00','\xc2','\x30','\x23','\xe3','\xf8','\x3e','\x03','\x30','\x30','\x03','\x30','\x3f','\xe3','\x30','\x30','\x26','\x3e','\x3f','\xe4','\x1e','\x30','\x28','\x00','\x3f','\xe7','\xfc','\x30','\x01','\x0c','\x30','\x61','\x98','\x3f','\xf0','\xb0','\x20','\x60','\xe0','\x60','\xe1','\xb8','\x47','\xc3','\x1f','\x81','\x8c','\x06','\x00','\x00','\x00','\x03','\xa0','\x10','\x13','\x18','\x0c','\x33','\x0c','\x46','\x63','\x0c','\x43','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x1c','\x40','\x00','\x18','\x70','\x00','\x18','\x60','\x06','\x18','\x7f','\xff','\x18','\xc0','\x00','\x18','\x80','\x30','\x5d','\x3f','\xf8','\x5a','\x00','\x00','\x5b','\x00','\x30','\x5b','\x7f','\xf8','\xd8','\x00','\x30','\xd8','\x9d','\x30','\xd8','\x59','\x30','\x18','\x5a','\x30','\x18','\x18','\x30','\x19','\xff','\xb0','\x18','\x38','\x32','\x18','\x7c','\x32','\x18','\x5a','\x12','\x18','\xdb','\x1a','\x18','\x99','\x9a','\x19','\x19','\x8f','\x18','\x18','\x0f','\x18','\x00','\x06','\x0e','\x02','\x30','\x0c','\x03','\xf8','\x0c','\x63','\x30','\xff','\xf3','\x30','\x0c','\x03','\x30','\x0c','\xc6','\x3e','\x7f','\xe4','\x1e','\x00','\x08','\x00','\x40','\xc7','\xfc','\x7f','\xe1','\x0c','\xc0','\xc1','\x98','\xc0','\x80','\xb0','\x00','\x00','\xe0','\x7f','\xc1','\xb8','\x00','\x03','\x1f','\x00','\x0c','\x06','\x00','\x20','\x00','\x03','\x98','\x10','\x13','\x0c','\x0c','\x33','\x0c','\x46','\x63','\x00','\x43','\xe3','\x00','\x63','\xc3','\xff','\xe0','\x01','\xff','\xc0','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x46','\x0c','\x0c','\x7f','\xfe','\x0c','\x63','\x0c','\x2c','\x63','\x0c','\x2e','\x63','\x0c','\x2d','\x7f','\xfc','\x6d','\xe3','\x0c','\x6d','\xe3','\x0c','\x4c','\x63','\x0c','\xcc','\x7f','\xfc','\xcc','\x01','\x90','\x0c','\x11','\x98','\x0c','\x1d','\x90','\x0c','\x19','\xa4','\x0c','\x19','\xa4','\x0c','\x31','\xfe','\x0c','\x31','\xb2','\x0c','\x21','\x80','\x0c','\x61','\x82','\x0c','\x41','\x83','\x0c','\x81','\xff','\x0d','\x00','\xfe','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x40','\x0c','\xff','\xfe','\x2c','\x04','\x80','\x2c','\x04','\x8c','\x2e','\x7f','\xfe','\x6d','\x04','\x8c','\x6d','\x84','\x8c','\x4d','\xff','\xff','\xcd','\x84','\x8c','\xcc','\x04','\x8c','\x0c','\x7f','\xfc','\x0c','\x04','\x8c','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x1c','\xa0','\x0c','\x14','\xb0','\x0c','\x34','\x98','\x0c','\x24','\x9f','\x0c','\x44','\x8e','\x0d','\x84','\x86','\x0c','\x04','\x80','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x06','\x00','\x18','\x04','\x00','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xff','\xf0','\x18','\xc0','\x30','\x18','\xc0','\x30','\x30','\xff','\xf0','\x31','\x06','\x00','\x21','\xc6','\x60','\x63','\x86','\x1c','\x46','\x3e','\x0e','\x88','\x0c','\x06','\x00','\x00','\x00','\x01','\xd0','\x10','\x11','\x8c','\x0c','\x31','\x86','\x46','\x61','\x86','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x38','\x30','\x0c','\x31','\xf8','\x0c','\x3f','\x80','\x0c','\x30','\x04','\x0c','\x30','\x06','\x2e','\x3f','\xfe','\x2d','\x1f','\xfc','\x2d','\x80','\x00','\x6d','\x87','\xf8','\x6c','\x64','\x08','\x4c','\x64','\x08','\xcc','\x67','\xf8','\xcc','\x64','\x08','\x0c','\x64','\x08','\x0c','\x67','\xf8','\x0c','\x64','\x08','\x0c','\x64','\x08','\x0c','\x67','\xf8','\x0c','\x60','\x06','\x0c','\x7f','\xff','\x0c','\x08','\x00','\x0c','\x1e','\x38','\x0c','\x38','\x0e','\x0c','\xc0','\x06','\x20','\x41','\x0c','\x18','\x71','\xfe','\x0c','\x61','\x8c','\x0c','\x81','\x8c','\xff','\xfd','\x8c','\x03','\x01','\xfc','\x03','\x01','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x31','\xfc','\x3f','\xf1','\x8c','\x33','\x31','\x0c','\x03','\x03','\x0c','\x06','\x02','\x7c','\x0c','\x04','\x18','\x30','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0e','\x0c','\x30','\x2d','\x08','\x1c','\x2d','\x97','\xef','\x2d','\xa0','\x06','\x6c','\x50','\x18','\x6c','\x1f','\xfc','\x4c','\x18','\x18','\xcc','\x18','\x18','\xcc','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x30','\x00','\x0c','\x30','\x0c','\x0c','\x2f','\xfe','\x0c','\x6c','\x0c','\x0c','\x4c','\x0c','\x0c','\x8c','\x0c','\x0d','\x0f','\xfc','\x0c','\x0c','\x0c','\x0e','\x01','\xd0','\x0c','\x01','\x98','\x0c','\x01','\x8a','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x2c','\x21','\x8c','\x2e','\x3f','\xfe','\x2d','\x31','\x8c','\x6d','\xb1','\x8c','\x6d','\xbf','\xfc','\x4c','\x31','\x8c','\xcc','\x31','\x8c','\xcc','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x00','\x00','\x0c','\x00','\x36','\x0c','\x7f','\xff','\x0c','\x00','\x30','\x0c','\x10','\x30','\x0c','\x0c','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\xf0','\x0c','\x00','\x60','\x20','\x00','\x18','\x18','\xff','\xfc','\x0c','\x00','\x30','\x0c','\x08','\x60','\x80','\x06','\x80','\x60','\x83','\x0c','\x30','\xff','\xfe','\x32','\xc3','\x0c','\x04','\xc3','\x0c','\x08','\xff','\xfc','\x18','\xc3','\x0c','\xf0','\xc3','\x0c','\x70','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x38','\xc3','\x3c','\x18','\xc3','\x18','\x00','\x10','\x00','\x11','\xcc','\x08','\x11','\x86','\x46','\x31','\x86','\x43','\x61','\x80','\x63','\xe1','\xff','\xe0','\xc0','\xff','\xc0','\x0e','\x00','\x06','\x0d','\xff','\xff','\x0c','\x04','\x80','\x0c','\x04','\x80','\x0c','\x44','\x8c','\x2c','\x7f','\xfe','\x2e','\x64','\x8c','\x2d','\x64','\x8c','\x6d','\x64','\x8c','\x6d','\x64','\x8c','\x4c','\x7f','\xfc','\xcc','\x63','\x0c','\xcc','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x0f','\x40','\x0c','\x0f','\x20','\x0c','\x1b','\x30','\x0c','\x1b','\x18','\x0c','\x33','\x1c','\x0c','\x63','\x0f','\x0d','\x83','\x06','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1c','\x84','\x00','\x18','\xfe','\x0c','\x18','\xc9','\xfe','\x18','\xc8','\x8c','\x18','\xc8','\x8c','\x18','\xfe','\x88','\x5c','\xc2','\x58','\x5a','\xc2','\x50','\x5b','\xc2','\x70','\x5b','\xfe','\x20','\xd8','\xc8','\x70','\xd8','\xc8','\x58','\xd8','\xc8','\xcc','\x18','\xfe','\x8f','\x18','\xc1','\x06','\x18','\x00','\x00','\x18','\x03','\x80','\x18','\x03','\x18','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x41','\x86','\x0c','\x7f','\xff','\x0c','\x41','\x80','\x2c','\x41','\x80','\x2e','\x5f','\xf8','\x2d','\x41','\x88','\x6d','\x41','\x8a','\x6d','\x7f','\xff','\x4c','\x41','\x88','\xcc','\x41','\x88','\xcc','\x5f','\xf8','\x0c','\x41','\x80','\x0c','\x51','\x84','\x0c','\x4d','\xc7','\x0c','\x4d','\xc6','\x0c','\x41','\xa8','\x0c','\x43','\xb0','\x0c','\xcd','\x98','\x0c','\xb9','\x9f','\x0c','\x99','\x8e','\x0d','\x17','\x86','\x0c','\x03','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x08','\x18','\x0c','\x7f','\xec','\x2e','\x3c','\x0c','\x2d','\x00','\x00','\x2d','\x63','\x0c','\x6c','\x43','\x08','\x6c','\x96','\x92','\x4d','\xf6','\x5f','\xcc','\x8c','\x31','\xcc','\x19','\x18','\x0c','\x33','\x8f','\x0c','\x67','\x06','\x0d','\x8c','\x40','\x0c','\x18','\xe0','\x0c','\x61','\xc4','\x0c','\x07','\x0e','\x0c','\x18','\x1c','\x0c','\x00','\x70','\x0c','\x01','\xc0','\x0c','\x0e','\x00','\x0c','\x70','\x00','\x03','\x80','\x0c','\x03','\x1a','\x3e','\xff','\xff','\xe0','\x03','\x03','\x00','\x3f','\xf3','\x00','\x23','\x13','\x06','\x23','\x13','\xff','\x3f','\xf3','\x18','\x23','\x13','\x18','\x23','\x13','\x18','\x3f','\xf3','\x18','\x03','\x02','\x18','\xff','\xfe','\x18','\x03','\x04','\x18','\x03','\x18','\x18','\x00','\x00','\x00','\x00','\x10','\x00','\x11','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x38','\x06','\x18','\x30','\x4f','\x18','\x30','\x78','\x1b','\xff','\x40','\x18','\x30','\x40','\x18','\x30','\x40','\x59','\xfe','\x40','\x5d','\x32','\x46','\x5b','\x32','\x7f','\x5b','\x32','\x4c','\xd9','\xfe','\x4c','\xd9','\x32','\x4c','\xd9','\x32','\x4c','\x19','\x32','\x4c','\x19','\xfe','\x4c','\x18','\x30','\x4c','\x18','\x30','\xcc','\x18','\x30','\x8c','\x1b','\xfe','\x8c','\x18','\x30','\x8c','\x18','\x31','\x0c','\x18','\x31','\x0c','\x18','\x32','\x0c','\x18','\x30','\x0c','\x04','\x20','\x10','\x07','\x18','\x1c','\x0e','\x0c','\x38','\x1c','\x0c','\x20','\x30','\x00','\x46','\x64','\xff','\xff','\x87','\x01','\x80','\x0e','\x21','\x80','\x1c','\x39','\x8c','\x3c','\x31','\xfe','\x6c','\x31','\x80','\x8c','\x29','\x80','\x0c','\x65','\x80','\x0c','\x43','\xc0','\x0c','\x80','\xff','\x0d','\x00','\x3e','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x03','\x06','\x0c','\xff','\xff','\x0c','\x03','\x06','\x0c','\x23','\x46','\x0c','\x33','\x66','\x2e','\x13','\x26','\x2d','\x07','\x0e','\x2d','\x8b','\x16','\x6d','\x9b','\x36','\x6c','\x73','\xe6','\x4c','\x23','\x46','\xcc','\x04','\x00','\xcc','\x07','\x00','\x0c','\x26','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x0c','\x0c','\x1f','\xfe','\x0c','\x30','\x00','\x2c','\x2f','\xf0','\x2e','\x4c','\x30','\x2d','\x0c','\x30','\x6d','\x8f','\xf0','\x6d','\x8c','\x30','\x4c','\x0c','\x30','\xcc','\x0f','\xf0','\xcc','\x00','\x06','\x0c','\xff','\xff','\x0c','\x18','\x00','\x0c','\x10','\x0c','\x0c','\x3f','\xfe','\x0c','\x24','\x8c','\x0c','\x4c','\x8c','\x0c','\x89','\x0c','\x0c','\x11','\x1c','\x0c','\x22','\x18','\x0c','\x04','\xf8','\x0c','\x00','\x30','\x0e','\x00','\x70','\x0c','\x82','\x60','\x0c','\x63','\x60','\x0c','\x33','\x6c','\x0c','\x37','\xfe','\x2e','\x04','\x60','\x2d','\x08','\x60','\x2d','\x80','\x66','\x6d','\x8f','\xff','\x6c','\x00','\x00','\x4c','\x30','\x00','\xcd','\xfa','\x0c','\xcc','\x33','\xfe','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\xfc','\x0c','\x33','\x0c','\x0c','\x30','\x00','\x0c','\x38','\x00','\x0d','\xe7','\xff','\x0c','\xc1','\xfe','\x0c','\x80','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x2c','\x3f','\xfe','\x2e','\x31','\x8c','\x2d','\x31','\x8c','\x6d','\xbf','\xfc','\x6d','\xb1','\x8c','\x4c','\x31','\x8c','\xcc','\x3f','\xfc','\xcc','\x01','\x88','\x0c','\x01','\x86','\x0c','\xff','\xfb','\x0c','\x3c','\x03','\x0c','\x00','\x30','\x0c','\xff','\xff','\x0c','\x10','\x30','\x0c','\x08','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x1c','\x06','\x30','\x18','\x3f','\x20','\x19','\xf0','\x20','\x18','\x10','\x20','\x18','\x10','\x20','\x19','\xff','\x26','\x5c','\x10','\xff','\x5a','\x10','\x26','\x5b','\xff','\x26','\x59','\x11','\x26','\xd9','\x11','\x26','\xd9','\xff','\x26','\xd9','\x11','\x26','\x19','\x11','\x26','\x19','\xff','\x26','\x18','\x10','\x26','\x18','\x10','\x26','\x19','\xff','\x66','\x18','\x10','\x46','\x18','\x10','\x4e','\x18','\x1f','\x4c','\x1b','\xf8','\x8c','\x19','\xc0','\xbc','\x19','\x01','\x18','\x20','\x00','\x18','\x3f','\xff','\xfc','\x30','\x00','\x00','\x30','\x61','\x80','\x33','\xff','\xf8','\x30','\x61','\x80','\x30','\x18','\x00','\x37','\xff','\xfc','\x30','\x30','\x00','\x30','\x60','\x00','\x30','\xff','\xe0','\x31','\xa0','\x20','\x36','\x20','\x20','\x30','\x3f','\xe0','\x30','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x00','\x06','\x0c','\xff','\xff','\x0c','\x02','\x40','\x0c','\x02','\x40','\x0c','\x22','\x4c','\x2c','\x3f','\xfe','\x2e','\x32','\x4c','\x2d','\x32','\x4c','\x6d','\xb2','\x4c','\x6d','\xb2','\x4c','\x4c','\x3f','\xfc','\xcc','\x30','\x0c','\xcc','\x00','\x00','\x0c','\x3f','\xfc','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x21','\x90','\x0c','\x39','\x88','\x0c','\x31','\x8c','\x0c','\x61','\x86','\x0c','\x8f','\x86','\x0c','\x03','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x83','\x06','\x18','\xff','\xff','\x18','\xc0','\x80','\x58','\xcf','\xf8','\x5c','\xc0','\x88','\x5a','\xc0','\x8a','\x5a','\xff','\xff','\xda','\xc0','\x88','\xd8','\xc0','\x88','\xd8','\xcf','\xf8','\x18','\xc0','\x80','\x18','\xdf','\xfc','\x18','\xd0','\x84','\x18','\xd0','\x84','\x18','\xdf','\xfc','\x18','\x90','\x84','\x18','\x90','\x84','\x19','\x9f','\xfc','\x19','\x10','\x84','\x19','\x10','\x84','\x1a','\x10','\x9c','\x18','\x10','\x8c','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x80','\x00','\x81','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x08','\x00','\x11','\xc6','\x08','\x11','\x82','\x46','\x21','\x80','\x63','\xe1','\xff','\xe3','\xc0','\xff','\xc0','\x07','\x00','\xe8','\x06','\x00','\xc4','\x06','\x30','\xc6','\xff','\xf8','\xc6','\x06','\x00','\xc0','\x36','\x60','\xc6','\x26','\x4f','\xff','\x56','\xb1','\xa0','\x56','\x11','\xa0','\x8f','\x01','\xb0','\x0e','\xc1','\x18','\x1e','\x63','\x1c','\x36','\x32','\x0f','\x66','\x34','\x0e','\x86','\x08','\x06','\x06','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\xc3','\x8e','\x07','\xe3','\x0c','\x7e','\x03','\x0c','\x06','\x03','\x0c','\x06','\x1f','\xff','\xff','\xf3','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x26','\x63','\xfc','\x3f','\xf3','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3f','\xe3','\xfc','\x30','\x63','\x0c','\x00','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x2c','\x18','\x18','\x2e','\x18','\x18','\x2d','\x1f','\xf8','\x6d','\x81','\x82','\x6d','\xff','\xff','\x4d','\x80','\x00','\xcc','\x10','\x18','\xcc','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x39','\x90','\x0c','\x31','\x8c','\x0c','\x61','\x86','\x0c','\x8f','\x86','\x0c','\x03','\x00','\x0e','\x08','\x40','\x0c','\x0e','\x70','\x0c','\x1c','\x60','\x0c','\x18','\xc0','\x0c','\x30','\x8c','\x2c','\x3f','\xfe','\x2c','\x70','\xc0','\x2e','\xb0','\xc0','\x6d','\x3f','\xfc','\x6d','\xb0','\xc0','\x4d','\xb0','\xc0','\xcc','\x30','\xc0','\xcc','\x3f','\xfc','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc6','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0c','\x00','\x00','\x0c','\x44','\x88','\x0c','\x44','\x46','\x0c','\xcc','\x63','\x0d','\x8c','\x63','\x0d','\x8c','\x63','\x0e','\x46','\x46','\x0c','\x7f','\x7f','\x0c','\x46','\x46','\x0c','\x46','\x46','\x0c','\x46','\x46','\x2c','\x7e','\x7e','\x2e','\x00','\x00','\x2d','\x3f','\xfc','\x6d','\xb1','\x8c','\x6d','\xb1','\x8c','\x4c','\x31','\x8c','\xcc','\x3f','\xfc','\xcc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x04','\x0e','\x70','\x07','\x0c','\x64','\x0e','\xff','\xfe','\x0c','\x0c','\x60','\x18','\x8c','\x62','\x18','\xff','\xff','\x38','\xc0','\x00','\x58','\xdf','\xfc','\x98','\xd0','\x84','\x18','\xd0','\x84','\x18','\xdf','\xfc','\x18','\x90','\x84','\x18','\x90','\x84','\x19','\x9f','\xfc','\x19','\x10','\x84','\x1a','\x10','\x9c','\x18','\x10','\x8c','\x00','\x00','\x00','\x11','\xcc','\x30','\x31','\x86','\x0c','\x61','\x86','\x46','\xe1','\x80','\x67','\xc1','\xff','\xe3','\x00','\xff','\xc0','\x00','\x40','\x30','\x40','\x7f','\xf8','\x30','\x61','\x00','\x18','\x61','\x00','\x18','\x7f','\xf0','\x00','\x61','\x00','\x02','\x61','\x00','\x04','\x7f','\xf0','\x0c','\x61','\x00','\x18','\x61','\x0c','\xf8','\x7f','\xfe','\x70','\x80','\x0c','\x30','\xa4','\x8c','\x31','\x92','\x4c','\x3b','\x12','\x18','\x1b','\x00','\xf8','\x00','\x10','\x30','\x01','\xcc','\x00','\x11','\x86','\x10','\x31','\x86','\x4e','\x61','\x80','\x47','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x1c','\x84','\x46','\x18','\xfe','\x7f','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xfc','\x7e','\x58','\xc4','\x46','\x5c','\xc4','\x46','\x5a','\xfc','\x7e','\x5b','\xc0','\x06','\xdb','\xc3','\x86','\xd8','\xc3','\x06','\xd8','\xdf','\xf6','\x18','\xc0','\xc6','\x18','\xc0','\xc6','\x18','\xc9','\x86','\x18','\xc5','\x86','\x18','\xc3','\x06','\x18','\xc2','\x86','\x18','\xc4','\xc6','\x18','\xc8','\x66','\x18','\xd0','\x66','\x18','\xc0','\x06','\x18','\xc0','\x3e','\x18','\xc0','\x0c','\x1c','\x10','\x00','\x18','\x1c','\x00','\x18','\x18','\x00','\x18','\x30','\x00','\x1c','\x20','\x0c','\x5a','\x7f','\xfe','\x5a','\x64','\x90','\x58','\xa4','\x90','\x58','\x24','\x90','\xd8','\x24','\x96','\xd9','\xff','\xff','\xd8','\x24','\x90','\x18','\x24','\x90','\x18','\x24','\x90','\x18','\x24','\x90','\x18','\x24','\x96','\x19','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x44','\x88','\x18','\x44','\x46','\x18','\xcc','\x63','\x19','\x8c','\x63','\x19','\x8c','\x63','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x2c','\x3f','\xfc','\x2e','\x01','\x80','\x2d','\x01','\x84','\x6d','\xbf','\xfe','\x6d','\x81','\x80','\x4c','\x01','\x82','\xcc','\x7f','\xff','\xcc','\x08','\x10','\x0c','\x04','\x10','\x0c','\x04','\x22','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x84','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x46','\x0c','\x0c','\x7f','\xfe','\x0c','\x60','\x0c','\x2c','\x69','\xac','\x2e','\x65','\x2c','\x2d','\x65','\x4c','\x6d','\x61','\x0c','\x6d','\x6f','\xec','\x4c','\x63','\x0c','\xcc','\x67','\x8c','\xcc','\x65','\x6c','\x0c','\x69','\x2c','\x0c','\x61','\x0c','\x0c','\x60','\x0c','\x0c','\x63','\x0c','\x0d','\xff','\xff','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0c','\x0c','\x70','\x0c','\x18','\x3e','\x0c','\x30','\x1c','\x0c','\xc0','\x0c','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x84','\x20','\x30','\xe6','\x30','\x30','\xcc','\x44','\x31','\x8f','\xfe','\x31','\x9c','\x40','\x33','\xaf','\xfc','\x35','\x8c','\x40','\x39','\x8c','\x40','\x31','\x8f','\xfc','\x31','\x8c','\x40','\x31','\x8c','\x42','\x31','\x8f','\xff','\x31','\x8c','\x00','\x20','\x00','\x00','\x20','\x76','\x10','\x62','\x63','\x0c','\x62','\x63','\x26','\x46','\x60','\x27','\x4e','\x60','\x33','\x8c','\x7f','\xf0','\x00','\x3f','\xe0','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x18','\x00','\x00','\x58','\x7f','\xfc','\x5c','\x44','\x44','\x5a','\x44','\x44','\x5b','\x44','\x44','\xdb','\x7f','\xfc','\xd8','\x03','\x00','\xd8','\xf3','\x3c','\x18','\x03','\x00','\x19','\xf3','\x3e','\x18','\x07','\x00','\x18','\x0e','\x84','\x18','\x1c','\x8e','\x18','\x38','\x58','\x18','\xd8','\x60','\x1b','\x18','\x30','\x18','\x18','\x38','\x18','\xff','\x1f','\x18','\x78','\x0e','\x18','\x40','\x06','\x1c','\x40','\x00','\x18','\x66','\x06','\x18','\x7f','\xff','\x18','\xc6','\x66','\x18','\x8c','\x66','\x59','\x08','\x66','\x5c','\x90','\x46','\x5a','\xfe','\xc6','\x5a','\x92','\x9e','\xda','\x93','\x0c','\xd8','\x92','\x00','\xd8','\xfe','\x1c','\x18','\x92','\x98','\x18','\x92','\xda','\x18','\x92','\xff','\x18','\xfe','\x98','\x18','\x83','\x18','\x18','\x82','\x1a','\x18','\x82','\xff','\x18','\x82','\x18','\x19','\x82','\x18','\x19','\x02','\x18','\x19','\x1e','\x18','\x1a','\x06','\x18','\x1c','\xe0','\xe0','\x18','\xc0','\xc0','\xff','\xf8','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc6','\x7f','\xf7','\xff','\x42','\x10','\xc6','\x42','\x10','\xc6','\x7f','\xf0','\xc6','\x02','\x00','\x86','\x7f','\xf1','\x86','\x02','\x01','\x8e','\x3f','\xe1','\x0c','\x02','\x03','\x0c','\xff','\xf2','\x7c','\x7c','\x04','\x18','\x40','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x0e','\x08','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x2c','\x0f','\xf0','\x2e','\x00','\x00','\x2d','\x00','\x00','\x6d','\xbe','\x7c','\x6d','\xa2','\x44','\x4c','\x22','\x44','\xcc','\x22','\x44','\xcc','\x3e','\x7c','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x03','\x80','\x0c','\x07','\xc0','\x0c','\x05','\xa0','\x0c','\x0d','\xb8','\x0c','\x19','\x9f','\x0c','\x31','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x08','\x00','\x0c','\x0c','\x60','\x0c','\x1f','\xf0','\x0c','\x18','\xc0','\x0c','\x30','\x86','\x2c','\x7f','\xff','\x2e','\xe6','\x60','\x2d','\x66','\x60','\x6d','\x6c','\x7e','\x6d','\x68','\x3e','\x4c','\x70','\x00','\xcc','\x67','\xf8','\xcc','\x60','\x00','\x0c','\x7f','\xff','\x0c','\x60','\x00','\x0c','\x67','\xf8','\x0c','\x60','\x00','\x0c','\x67','\xf8','\x0c','\x40','\x00','\x0c','\xcf','\xfc','\x0c','\x8c','\x0c','\x0c','\x8c','\x0c','\x0d','\x0f','\xfc','\x0c','\x0c','\x0c','\x1c','\x06','\x38','\x18','\xff','\x30','\x18','\x04','\x30','\x18','\x48','\x30','\x18','\x30','\x34','\xff','\x12','\xfe','\x18','\xff','\x30','\x18','\x2b','\x38','\x3c','\x2a','\x78','\x3a','\x68','\x74','\x3a','\x48','\x74','\x58','\x48','\xb6','\x58','\xc8','\xb3','\x98','\x89','\x32','\x19','\x38','\x30','\x18','\x18','\x30','\x00','\x00','\x00','\x01','\xd0','\x10','\x11','\x8c','\x0c','\x31','\x86','\x46','\x61','\x86','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x08','\x00','\x0e','\x0e','\x40','\x0c','\x0c','\x60','\x0c','\x18','\x84','\x0c','\x1f','\xfe','\x2e','\x30','\x80','\x2d','\x70','\x80','\x6d','\xb0','\x88','\x6d','\xbf','\xfc','\xcc','\x30','\x80','\xcc','\x30','\x80','\x0c','\x30','\x88','\x0c','\x3f','\xfc','\x0c','\x30','\x80','\x0c','\x30','\x80','\x0c','\x30','\x82','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0c','\x3f','\xfc','\x2c','\x30','\x0c','\x2e','\x33','\xcc','\x2d','\x32','\x4c','\x6d','\xb2','\x4c','\x6d','\xb3','\xcc','\x4c','\x30','\x0c','\xcc','\x3f','\xfc','\xcc','\x00','\x00','\x0c','\x00','\x78','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x07','\xa0','\x0c','\x0d','\x90','\x0c','\x19','\x9c','\x0c','\x31','\x8f','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x03','\x00','\x0c','\x43','\x06','\x0c','\x7f','\xff','\x2c','\xc3','\x06','\x2e','\xc3','\x04','\x2d','\x3b','\x78','\x6d','\x83','\x00','\x6d','\xbb','\x78','\x4c','\x03','\x00','\xcc','\x00','\x06','\xcc','\xff','\xff','\x0c','\x03','\x00','\x0c','\x42','\x06','\x0c','\x7f','\xff','\x0c','\x64','\x46','\x0c','\x64','\x46','\x0c','\x64','\x46','\x0c','\x64','\x46','\x0c','\x64','\x46','\x0c','\x64','\x46','\x0c','\x64','\x5e','\x0c','\x60','\x0c','\x20','\x1c','\x70','\x18','\x18','\x66','\x0d','\xff','\xff','\x0c','\x18','\x60','\x80','\x18','\x60','\x60','\x1f','\xe0','\x31','\x03','\x06','\x33','\xff','\xff','\x05','\x03','\x02','\x09','\x73','\xe2','\x19','\x13','\x22','\xf1','\x3b','\x72','\x71','\x2b','\x52','\x31','\x4f','\x9a','\x31','\x03','\x02','\x39','\x03','\x1e','\x19','\x03','\x0c','\x00','\x10','\x00','\x11','\xcc','\x10','\x11','\x86','\x4c','\x31','\x86','\x46','\x61','\x80','\x63','\xe1','\xff','\xe3','\xc0','\xff','\xc0','\x1c','\x38','\x06','\x18','\x31','\xff','\x18','\x30','\x30','\x18','\x36','\x20','\x1b','\xff','\x26','\x18','\x30','\xff','\x59','\x32','\xc6','\x5d','\xfe','\xc6','\x5b','\x32','\xc6','\x5b','\x32','\xfe','\xd9','\x32','\xc6','\xd9','\x32','\xc6','\xd9','\x32','\xc6','\x19','\xfe','\xfe','\x19','\x32','\xc6','\x18','\x30','\xc6','\x18','\x70','\xc6','\x18','\x7c','\xc6','\x18','\xb6','\xfe','\x18','\xb6','\x00','\x19','\x30','\x48','\x1a','\x30','\x66','\x18','\x30','\xc3','\x18','\x33','\x03','\x1c','\x44','\x70','\x18','\x66','\x60','\x18','\x44','\x68','\x18','\xcc','\x66','\x18','\xaa','\x63','\x19','\x2b','\x63','\x5c','\x11','\x60','\x5a','\x00','\x66','\x5b','\xff','\xff','\x5b','\x24','\x60','\xd8','\x24','\x64','\xd9','\xe7','\xe7','\xd8','\x24','\x66','\x18','\x24','\x26','\x19','\xe7','\xa4','\x18','\x24','\x2c','\x18','\x24','\x28','\x19','\xe7','\xb8','\x18','\x24','\x12','\x18','\x24','\x3a','\x19','\xff','\x6a','\x18','\xf0','\xce','\x18','\x81','\x87','\x18','\x06','\x03','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x68','\x18','\x1a','\x66','\x18','\xff','\x63','\x18','\x18','\x63','\x5c','\x18','\x60','\x5a','\x18','\x66','\x5b','\xff','\xff','\x5b','\x24','\x60','\xd8','\x24','\x64','\xd9','\xe7','\xe7','\xd8','\x24','\x66','\x18','\x24','\x26','\x19','\xe7','\xa4','\x18','\x24','\x2c','\x18','\x24','\x28','\x19','\xe7','\xb8','\x18','\x24','\x12','\x18','\x24','\x3a','\x19','\xff','\x6a','\x18','\xf0','\xce','\x18','\x81','\x87','\x18','\x06','\x03','\x07','\x00','\x80','\x06','\x00','\xe0','\xff','\xe0','\xc0','\x06','\x1d','\x86','\x06','\x01','\xff','\x7f','\xc2','\x66','\x00','\x04','\x64','\x40','\x60','\x60','\x7f','\xf0','\xd0','\xc0','\x62','\xd0','\xc0','\x44','\x98','\x3f','\x9d','\x8c','\x00','\x09','\x0f','\x7f','\xc2','\x06','\x40','\x40','\x40','\x40','\x41','\xa0','\x7f','\xc1','\xb0','\x00','\x85','\xb4','\x40','\xc5','\x82','\x31','\x8d','\x8b','\x11','\x0d','\x8b','\xff','\xd9','\x8c','\x7c','\x19','\xfc','\x40','\x00','\xf8','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\xff','\xff','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x2c','\x7e','\x7e','\x2e','\x42','\x42','\x2d','\x42','\x42','\x6d','\xfe','\x7e','\x6d','\x90','\x80','\x4c','\x1c','\xe0','\xcc','\x18','\xc4','\xcc','\x3f','\xfe','\x0c','\x30','\x80','\x0c','\x70','\x84','\x0c','\x7f','\xfe','\x0c','\xb0','\x80','\x0d','\x30','\x84','\x0c','\x3f','\xfe','\x0c','\x30','\x80','\x0c','\x30','\x80','\x0c','\x30','\x86','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x42','\x42','\x0c','\x7f','\x7f','\x0c','\x42','\x42','\x0c','\x7e','\x7e','\x0c','\x42','\x42','\x2c','\x7e','\x7e','\x2e','\x42','\x42','\x2d','\x42','\x42','\x6d','\xfe','\x7e','\x6d','\x90','\x80','\x4c','\x18','\xc0','\xcc','\x31','\x84','\xcc','\x3f','\xfe','\x0c','\x70','\x80','\x0c','\x70','\x84','\x0c','\xbf','\xfe','\x0d','\x30','\x80','\x0c','\x30','\x84','\x0c','\x3f','\xfe','\x0c','\x30','\x80','\x0c','\x30','\x80','\x0c','\x30','\x82','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x00','\x18','\x0c','\x7f','\xfc','\x0c','\x08','\x20','\x0c','\x0f','\xe0','\x0c','\x08','\x20','\x2e','\x08','\x20','\x2d','\x0f','\xe0','\x2d','\x88','\x20','\x6d','\x88','\x3c','\x6c','\x7f','\xe0','\x4c','\x38','\x20','\xcc','\x06','\x06','\xcd','\xff','\xff','\x0c','\x44','\x44','\x0c','\x44','\x44','\x0c','\x7c','\x7c','\x0c','\x44','\x44','\x0c','\x44','\x44','\x0c','\x7c','\x7c','\x0c','\x44','\x44','\x0c','\x44','\x44','\x0d','\xfd','\xfc','\x0c','\xc4','\xc4','\x0c','\x04','\x04','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x18','\x00','\x18','\x22','\x7e','\x22','\xff','\x00','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6b','\x69','\x42','\x49','\x88','\x7e','\x88','\x08','\x00','\x08','\x00','\x10','\x00','\x01','\xcc','\x10','\x11','\x86','\x0c','\x31','\x86','\x46','\x61','\x80','\x43','\xe1','\x80','\x63','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x00','\x70','\x00','\x00','\x60','\x80','\x00','\x60','\x60','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x70','\x40','\x00','\x30','\x70','\x00','\x30','\xe0','\x00','\x38','\xc0','\x00','\x19','\xc0','\x00','\x1b','\x80','\x00','\x0f','\x00','\x00','\x0e','\x00','\x00','\x1f','\x04','\x00','\x73','\x84','\x01','\xc1','\xc4','\x07','\x00','\xe4','\x38','\x00','\x7e','\x00','\x00','\x3e','\x00','\x00','\x0c','\x00','\x0e','\x40','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x0c','\x18','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0e','\x08','\x18','\x06','\x0e','\x18','\x06','\x1c','\x18','\x06','\x18','\x18','\x03','\x38','\x18','\x03','\x70','\x18','\x01','\xe0','\x18','\x00','\x80','\x19','\xc1','\xc2','\x1f','\x03','\x62','\xfc','\x06','\x72','\x70','\x0c','\x3a','\x40','\x38','\x1f','\x00','\xe0','\x0f','\x07','\x00','\x06','\x00','\x0e','\x40','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x0c','\x18','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0e','\x08','\x32','\x06','\x0e','\x31','\x86','\x1c','\x30','\xc6','\x18','\x30','\xe3','\x38','\x30','\x63','\x70','\x30','\x01','\xe0','\x30','\x00','\x80','\x20','\x01','\xc2','\x20','\x03','\x62','\x60','\x06','\x72','\x40','\x0c','\x3a','\x40','\x38','\x1f','\x80','\xe0','\x0f','\x07','\x00','\x06','\x00','\x0e','\x40','\x00','\x0c','\x30','\x00','\x0c','\x18','\x00','\x0c','\x18','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0e','\x08','\x30','\x06','\x0e','\x30','\x66','\x1c','\x37','\xf6','\x18','\x30','\x03','\x38','\x30','\x03','\x70','\x30','\x01','\xe0','\x30','\x00','\x80','\x20','\x01','\xc2','\x20','\x03','\x62','\x60','\x06','\x72','\x40','\x0c','\x3a','\x40','\x38','\x1f','\x80','\xe0','\x0f','\x07','\x00','\x06','\x00','\xe4','\x00','\x00','\xc3','\x00','\x00','\xc1','\x18','\x7f','\xff','\xfc','\x00','\x61','\x00','\x00','\x33','\x80','\x00','\x1f','\x10','\x00','\x3c','\x10','\x00','\xe7','\x18','\x07','\x83','\xf8','\x78','\x00','\xf0','\x00','\x72','\x00','\x00','\x61','\x80','\x00','\x60','\x86','\x7f','\xff','\xff','\x00','\x30','\x80','\x00','\x18','\xe0','\x00','\x19','\xc0','\x00','\x0f','\x00','\x00','\x1e','\x04','\x00','\x73','\x84','\x03','\xc1','\xe6','\x3c','\x00','\x7e','\x00','\x00','\x1c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x20','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xe0','\xc0','\x00','\xc0','\x66','\xff','\xff','\xff','\x00','\x61','\x00','\x00','\x33','\x80','\x00','\x1f','\x04','\x00','\x1c','\x04','\x00','\x77','\xc6','\x03','\xc1','\xfe','\x3c','\x00','\x3c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x20','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x26','\x00','\x60','\x26','\x00','\x66','\x7f','\xff','\xff','\x60','\x04','\x06','\xc0','\xe3','\x04','\xc0','\xc1','\x08','\x1f','\xff','\xe0','\x00','\x61','\x00','\x00','\x33','\x88','\x00','\x1e','\x08','\x00','\x77','\x8c','\x03','\xc1','\xfc','\x3c','\x00','\x38','\x1c','\x71','\xc0','\x18','\x61','\x98','\x18','\x61','\x86','\xff','\xfd','\x86','\x18','\x61','\x80','\x18','\x61','\x82','\x1f','\xe1','\x8f','\x18','\x61','\xf0','\x18','\x6f','\x80','\x18','\x61','\x88','\x1f','\xe1','\x8e','\x18','\x61','\x8c','\x18','\x60','\xcc','\x18','\x60','\xd8','\xff','\xfc','\xd8','\x66','\xc0','\xd0','\x64','\xc0','\x70','\x6c','\xf8','\x62','\x68','\x78','\xe2','\x70','\x00','\xb2','\x60','\x01','\x9a','\x7f','\xfb','\x1f','\x60','\x06','\x0f','\x60','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x90','\x01','\x99','\x88','\x3f','\xfd','\x8c','\x01','\x81','\x8c','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x08','\x01','\x80','\x0e','\x41','\x84','\x1c','\x61','\x87','\x18','\xc8','\x86','\x3f','\xfc','\xc6','\x31','\x80','\xcc','\x71','\x90','\xcc','\xbf','\xf8','\x58','\x31','\x80','\x58','\x31','\x90','\x72','\x3f','\xf8','\x22','\x31','\x80','\x72','\x31','\x80','\x5a','\x31','\x88','\x9f','\x3f','\xfd','\x0f','\x30','\x02','\x06','\x04','\x08','\xe0','\xff','\xfc','\xc8','\x44','\x88','\xc6','\x64','\xc8','\xc6','\x24','\x48','\xc0','\x0c','\x18','\xc6','\x34','\x68','\xcf','\xe5','\xc8','\xf0','\x44','\x8b','\xc0','\x00','\x08','\xc4','\x03','\x00','\xc7','\x06','\xe0','\x46','\x0c','\x38','\x66','\x31','\x1c','\x6c','\xc3','\x8c','\x6c','\x06','\x40','\x38','\x18','\xe0','\x30','\x61','\x90','\x72','\x06','\x38','\x52','\x38','\x70','\xda','\x00','\xe1','\x9a','\x03','\x83','\x0f','\x0e','\x06','\x0f','\x70','\x18','\x06','\x4c','\x99','\xc0','\x7e','\xfd','\x98','\x4c','\x99','\x86','\x4c','\x99','\x86','\x4c','\x99','\x80','\x7c','\xf9','\x82','\x00','\x01','\x8f','\x40','\x19','\xf0','\x7f','\xff','\x80','\x63','\x19','\x88','\x63','\x19','\x8e','\x7f','\xf9','\x8c','\x63','\x18','\xcc','\x63','\x18','\xd8','\x7f','\xf8','\xd8','\x63','\x18','\xd0','\x03','\x00','\x70','\x03','\x0c','\x62','\xff','\xfe','\xe2','\x03','\x00','\xb2','\x03','\x01','\x9a','\x03','\x03','\x1f','\x03','\x0c','\x0f','\x03','\x30','\x06','\x07','\x01','\xc0','\x06','\x61','\x90','\x07','\xf1','\x88','\x06','\x01','\x8c','\x46','\x19','\x8c','\x7f','\xfd','\x80','\x62','\x19','\x86','\x63','\xd1','\x9f','\x6e','\x01','\xf0','\x62','\x17','\x84','\x63','\xf1','\x87','\x60','\x01','\x86','\x7f','\xf8','\x86','\x60','\x00','\xcc','\x6f','\xf0','\xcc','\x68','\x10','\xc8','\x68','\x10','\x58','\x6f','\xf0','\x72','\x64','\x20','\x22','\x42','\x20','\x72','\x42','\x40','\xda','\x5f','\xf9','\x9f','\x8f','\x03','\x0f','\x08','\x0c','\x06','\x0c','\x18','\xe0','\x7e','\xfc','\xc8','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x7c','\xf8','\xc0','\x0c','\x18','\xc6','\x0c','\x18','\xcf','\x7c','\xf8','\xf0','\x0c','\x1b','\xc0','\x10','\x40','\xc4','\x1c','\x60','\xc7','\x18','\xc0','\x46','\x30','\x88','\x66','\x3f','\xfc','\x6c','\x70','\x80','\x6c','\xb0','\x90','\x28','\x3f','\xf8','\x38','\x30','\x80','\x12','\x30','\x90','\x32','\x3f','\xf8','\x3a','\x30','\x80','\x6a','\x30','\x88','\xcf','\x3f','\xfd','\x8f','\x30','\x02','\x06','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x00','\x30','\x00','\x00','\x37','\xff','\xfc','\x36','\x31','\x8c','\x36','\x31','\x8c','\x36','\x31','\x8c','\x36','\x31','\x8c','\x37','\xff','\xfc','\x36','\x31','\x8c','\x66','\x31','\x8c','\x66','\x31','\x8c','\x46','\x31','\x8c','\x46','\x31','\x8c','\x86','\x31','\xbc','\x06','\x00','\x18','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xc6','\x00','\xff','\xe6','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xc6','\x00','\x0f','\x06','\x00','\xfc','\x06','\x00','\x7c','\x06','\x00','\x4c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\x06','\x02','\x0c','\x06','\x03','\x7c','\x07','\xff','\x18','\x03','\xfe','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x86','\x0e','\x7f','\xff','\x1c','\x01','\x80','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\xff','\xf0','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\x1e','\x30','\x0c','\xfc','\x30','\x0c','\x6c','\x30','\x0c','\x4c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x7c','\x30','\x0c','\x18','\x30','\x0c','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\x1e','\x01','\x80','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\x7f','\xff','\x18','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x7f','\xfe','\x0c','\x10','\x0c','\x0c','\x12','\x0c','\x0d','\x91','\x1c','\xff','\xd1','\x98','\x0c','\x09','\x98','\x0c','\x09','\x98','\x0c','\x08','\x30','\x0c','\x0c','\x30','\x0d','\x84','\x20','\x1e','\x04','\x60','\xfc','\x06','\x40','\x6c','\x02','\xc0','\x4c','\x03','\x80','\x0c','\x01','\x00','\x0c','\x03','\x80','\x0c','\x02','\xc0','\x0c','\x06','\x60','\x0c','\x0c','\x38','\x0c','\x18','\x1f','\x7c','\x30','\x0e','\x18','\xc0','\x06','\x0e','\x00','\x00','\x0c','\x00','\x18','\x0c','\x3f','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0d','\x86','\x18','\xff','\xc6','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x26','\x18','\x0c','\x16','\x18','\x0d','\x8e','\x18','\x1e','\x06','\x18','\xfc','\x07','\x18','\x6c','\x05','\x98','\x4c','\x0c','\xd8','\x0c','\x0c','\x78','\x0c','\x0c','\x3f','\x0c','\x08','\x1e','\x0c','\x18','\x36','\x0c','\x10','\x30','\x0c','\x20','\x60','\x7c','\x43','\xe0','\x19','\x80','\xc0','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0d','\xb2','\x0c','\xff','\xf3','\xfe','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0d','\xb3','\x0c','\x1e','\x33','\x0c','\xfc','\x33','\x0c','\x6c','\x33','\x3c','\x4c','\x33','\x18','\x0c','\x23','\x00','\x0c','\x23','\x00','\x0c','\x63','\x02','\x0c','\x43','\x02','\x0c','\x43','\x02','\x0c','\x83','\x03','\x7c','\x03','\xff','\x18','\x01','\xfe','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0d','\x9f','\xfc','\x1e','\x01','\x80','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\x7f','\xff','\x18','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0d','\xbf','\xfc','\xff','\xc3','\x18','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0d','\x83','\x1a','\x1e','\x7f','\xff','\xfc','\x06','\x80','\x6c','\x06','\x80','\x4c','\x06','\x80','\x0c','\x0c','\x40','\x0c','\x0c','\x40','\x0c','\x08','\x60','\x0c','\x18','\x30','\x0c','\x10','\x38','\x0c','\x20','\x1f','\x7c','\x40','\x0e','\x19','\x80','\x06','\x0e','\x03','\x80','\x0c','\x03','\x20','\x0c','\x03','\x18','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0d','\x83','\x00','\xff','\xc3','\x06','\x0c','\x3f','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x08','\x0d','\x81','\x8e','\x1e','\x01','\x9c','\xfc','\x01','\x98','\x6c','\x00','\xb0','\x4c','\x00','\xe0','\x0c','\x00','\x40','\x0c','\x00','\xe2','\x0c','\x01','\xa2','\x0c','\x03','\x32','\x0c','\x0c','\x1a','\x0c','\x70','\x1f','\x7c','\x00','\x0f','\x18','\x00','\x06','\x0e','\x00','\x18','\x0c','\x3f','\xfc','\x0c','\x00','\x30','\x0c','\x00','\x60','\x0c','\x04','\x80','\x0d','\x83','\x00','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x86','\x0d','\x81','\x84','\x1e','\x01','\x88','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x0f','\x80','\x18','\x03','\x00','\x0e','\x00','\x18','\x0c','\x20','\xfc','\x0c','\x3f','\xc0','\x0c','\x30','\x20','\x0c','\x33','\x20','\x0d','\xb3','\x20','\xff','\xf3','\x20','\x0c','\x33','\x20','\x0c','\x33','\x20','\x0c','\x33','\x20','\x0c','\x33','\x20','\x0d','\xb3','\x20','\x1e','\x33','\x30','\xfc','\x33','\x10','\x6c','\x33','\x10','\x4c','\x33','\x10','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x43','\x0c','\x0c','\xc3','\x0c','\x0c','\x83','\x0f','\x7d','\x03','\x06','\x1a','\x00','\x06','\x0e','\x00','\x38','\x0c','\x08','\x30','\x0c','\x06','\x30','\x0c','\x03','\x30','\x0c','\x03','\x30','\x0d','\x80','\x30','\xff','\xc0','\x30','\x0c','\x10','\x30','\x0c','\x0c','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0d','\x80','\x30','\x1e','\x00','\x30','\xfc','\x00','\x36','\x6c','\x00','\x3f','\x4c','\x03','\xf0','\x0c','\x7c','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x7c','\x00','\x30','\x18','\x00','\x30','\x0e','\x07','\x00','\x0c','\x06','\x40','\x0c','\x06','\x30','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0d','\x86','\x06','\xff','\xff','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x20','\x0c','\x0c','\x38','\x0d','\x8c','\x30','\x1e','\x0a','\x30','\xfc','\x1a','\x60','\x6c','\x19','\x60','\x4c','\x11','\xc0','\x0c','\x30','\x80','\x0c','\x21','\xc0','\x0c','\x41','\x60','\x0c','\x82','\x30','\x0d','\x04','\x38','\x0c','\x08','\x1f','\x7c','\x30','\x0e','\x18','\xc0','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc3','\x06','\xff','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x80','\x0d','\x83','\x60','\x1e','\x03','\x38','\xfc','\x03','\x1c','\x6c','\x03','\x0c','\x4c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x03','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x40','\x0c','\x00','\x70','\x0c','\xc0','\x60','\xff','\xe0','\xc0','\x0c','\x02','\xc0','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x07','\x20','\x0d','\x87','\x18','\x1e','\x0b','\x0c','\xfc','\x13','\x06','\x6c','\x23','\x07','\x4c','\xc3','\x03','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x03','\x00','\x1c','\x20','\x70','\x18','\x38','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x1a','\x20','\x60','\xff','\x20','\x66','\x18','\x49','\xff','\x1a','\x4e','\x66','\x19','\x0c','\x66','\x19','\x8c','\x66','\x18','\xd8','\x66','\x18','\xd8','\x66','\x1e','\x10','\x66','\xfc','\x30','\x66','\x78','\x20','\x66','\x58','\x28','\x66','\x18','\x44','\xc6','\x18','\x44','\xc6','\x18','\x9e','\xc6','\x1b','\xe6','\x8e','\x19','\xc1','\x8c','\x19','\x01','\x0c','\xf8','\x02','\x7c','\x30','\x04','\x18','\x0e','\x1c','\x1c','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x1a','\xff','\xff','\xff','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\x1e','\x18','\x18','\xfc','\x1f','\xf8','\x6c','\x18','\x18','\x4c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x7c','\x18','\x18','\x18','\x18','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x21','\x86','\x0d','\xbf','\xff','\xff','\xf1','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x3f','\xfe','\x0d','\xb1','\x86','\x1e','\x31','\x86','\xfc','\x31','\x86','\x6c','\x31','\x86','\x4c','\x31','\x86','\x0c','\x3f','\xfe','\x0c','\x31','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x32','\x18','\x0c','\x61','\x30','\x0c','\x61','\x60','\x1b','\xc0','\xc0','\x18','\xf1','\xe0','\x01','\xb3','\x3f','\x03','\x06','\x1e','\x0c','\x18','\x06','\x30','\x03','\x00','\x00','\x1f','\x80','\x03','\xf8','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc3','\x00','\x01','\x81','\xc0','\x03','\x7e','\xf0','\x0c','\x00','\x7f','\x33','\xff','\xde','\xc3','\x00','\xc6','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x03','\x00','\x00','\x1f','\x80','\x07','\xf8','\x00','\x00','\x18','\x30','\x3f','\xff','\xf8','\x00','\x18','\x02','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x23','\xe0','\x0c','\x3e','\x00','\x0c','\x30','\x00','\x0d','\xb0','\x00','\xff','\xf0','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0d','\xb0','\xc0','\x1e','\x36','\xc0','\xfc','\x31','\xc0','\x6c','\x30','\xf0','\x4c','\x60','\xdc','\x0c','\x60','\xce','\x0c','\x60','\xc6','\x0c','\x40','\xc0','\x0c','\xc0','\xc0','\x0c','\x80','\xc0','\x0d','\x00','\xc0','\x7c','\x00','\xc0','\x18','\x00','\xc0','\x0e','\x08','\x00','\x0c','\x0c','\x60','\x0c','\x1f','\xf0','\x0c','\x10','\xc0','\x0c','\x20','\x86','\x0d','\x7f','\xff','\xff','\xe6','\x60','\x0c','\x66','\x60','\x0c','\x6c','\x7e','\x0c','\x68','\x3e','\x0c','\x70','\x00','\x0d','\x67','\xf8','\x1e','\x60','\x00','\xfc','\x7f','\xff','\x6c','\x60','\x00','\x4c','\x67','\xf8','\x0c','\x60','\x00','\x0c','\x67','\xf8','\x0c','\x40','\x00','\x0c','\xcf','\xfc','\x0c','\x8c','\x0c','\x0c','\x8c','\x0c','\x7d','\x0f','\xfc','\x18','\x0c','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x86','\xff','\xe1','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\x1e','\x21','\x8c','\xfc','\x3f','\xfe','\x6c','\x30','\x0c','\x4c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x7c','\x30','\x0c','\x18','\x30','\x0c','\x01','\x80','\x06','\x03','\xdf','\xff','\x0f','\x00','\xc0','\x7e','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xcc','\x06','\x0f','\xfe','\x06','\x60','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xcc','\x06','\x0f','\xfe','\x07','\xc0','\xc0','\x1f','\x00','\xc0','\xfe','\x00','\xc0','\x76','\x00','\xc6','\x46','\x3f','\xff','\x04','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x18','\x00','\xc0','\x10','\x00','\xc0','\x20','\x00','\xc0','\x40','\x00','\xc0','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\x21','\x8e','\x0c','\x11','\x8c','\x0c','\x19','\x88','\x0d','\x99','\x90','\xff','\xc1','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\x1e','\x01','\x80','\xfc','\x01','\x86','\x6c','\x7f','\xff','\x4c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x1c','\x10','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1b','\x38','\x18','\xff','\xb0','\x1a','\x18','\x37','\xff','\x18','\x30','\x18','\x18','\x70','\x18','\x18','\x72','\x18','\x1a','\xf1','\x18','\x3c','\xb1','\x98','\xf9','\x31','\x98','\x78','\x31','\x98','\x58','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\xf8','\x30','\xf8','\x30','\x30','\x30','\x1c','\x1c','\xe0','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\xcc','\x19','\xff','\xfe','\x18','\x18','\xc4','\xff','\x18','\xc4','\x18','\x18','\xc4','\x18','\xff','\xfc','\x18','\x98','\xc4','\x18','\x98','\xc0','\x18','\x98','\xc0','\x1e','\x98','\xc6','\xfd','\xff','\xff','\x79','\x98','\xc6','\x59','\x98','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xcc','\x18','\x30','\xfc','\x18','\x30','\xd8','\x18','\x60','\xc0','\xf8','\xc0','\xc0','\x33','\x00','\xc0','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1a','\x18','\x0d','\x99','\x98','\xff','\xd8','\xd8','\x0c','\x18','\xd8','\x0c','\x18','\x18','\x0c','\x18','\x1a','\x0c','\xff','\xff','\x0c','\x18','\x18','\x0f','\x98','\x18','\xfe','\x1a','\x18','\x7c','\x19','\x98','\x4c','\x18','\xd8','\x0c','\x18','\xd8','\x0c','\x18','\x18','\x0c','\x18','\x1a','\x0c','\x3f','\xff','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x00','\xf8','\x18','\x00','\x30','\x1c','\x70','\x00','\x18','\x60','\x60','\x18','\x60','\x40','\x18','\x60','\x40','\x18','\x60','\x40','\x18','\x60','\x4c','\xfe','\x65','\xfe','\x19','\xfe','\x4c','\x18','\x4c','\x4c','\x18','\x4c','\x4c','\x18','\x4c','\x4c','\x18','\x4c','\x4c','\x1e','\x4c','\x4c','\xfc','\x4c','\xcc','\x78','\x4c','\x8c','\x58','\x4c','\x8c','\x18','\x4c','\x9c','\x18','\x4d','\x98','\x18','\xcd','\x78','\x18','\x8e','\x32','\x18','\x8c','\x02','\x19','\x8c','\x03','\xf9','\x0f','\xff','\x32','\x07','\xfe','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x8c','\xff','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x10','\x0c','\x10','\x1c','\x0c','\x08','\x18','\x0d','\x88','\x18','\x1e','\x0c','\x18','\xfc','\x0c','\x10','\x6c','\x04','\x10','\x4c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0c','\x06','\x20','\x0c','\x00','\x20','\x0c','\x00','\x40','\x0c','\x00','\x46','\x7c','\x7f','\xff','\x18','\x00','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0d','\xb0','\x60','\xff','\xe8','\x60','\x0c','\x44','\xc0','\x0c','\x83','\x80','\x0c','\x03','\x80','\x0c','\x06','\xe0','\x0d','\x8c','\x7f','\x1e','\x10','\x1e','\xfc','\x60','\x06','\x6d','\x80','\x00','\x4c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x7c','\x30','\x18','\x18','\x30','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\xff','\x81','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0d','\xbf','\xfe','\x1e','\x00','\x00','\xfc','\x00','\x00','\x6c','\x10','\x18','\x4c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x7c','\x1f','\xf8','\x18','\x18','\x18','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\xcc','\x6c','\xff','\xff','\xfe','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0d','\x8c','\x60','\x1e','\x0c','\x60','\xfc','\x0c','\x66','\x6c','\xff','\xff','\x4c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x08','\x40','\x0c','\x0e','\x30','\x0c','\x1c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x7c','\x60','\x06','\x19','\x80','\x06','\x1c','\x00','\x00','\x18','\x06','\x06','\x18','\xff','\xff','\x18','\x06','\x06','\x18','\x06','\x06','\x1b','\x46','\x46','\xff','\xa6','\x26','\x18','\x36','\x36','\x18','\x36','\x36','\x18','\x06','\x06','\x18','\x06','\x06','\x1b','\x06','\x06','\x1c','\x0e','\x0e','\xf8','\x16','\x16','\x78','\x36','\x36','\x58','\xe6','\xe6','\x18','\x66','\x66','\x18','\x46','\x46','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\xf8','\x3e','\x3e','\x30','\x0c','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0c','\x1f','\xfc','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x0d','\x80','\x00','\x1e','\x01','\xc0','\xfc','\x01','\x80','\x6c','\x01','\x8c','\x4c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\x7f','\xff','\x18','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x07','\xef','\xfe','\x7e','\x01','\x8c','\x06','\x01','\x8c','\x06','\x01','\x8c','\x07','\xe1','\x8c','\x7e','\x03','\x0c','\x06','\x03','\x1c','\x06','\x06','\x18','\x07','\xe4','\xf8','\x7e','\x18','\x30','\x00','\x03','\x00','\x00','\x1f','\x80','\x03','\xf8','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x00','\x18','\x0c','\x1f','\xfc','\x0c','\x00','\x18','\x0c','\x00','\x30','\x0c','\x00','\x20','\x0d','\x81','\x40','\xff','\xc1','\x88','\x0c','\x01','\x8e','\x0c','\x0d','\x8c','\x0c','\x7d','\xd8','\x0c','\x0d','\xd0','\x0d','\x8d','\xa0','\x1e','\x19','\xa0','\xfc','\x19','\x90','\x6c','\x11','\x90','\x4c','\x31','\x98','\x0c','\x21','\x8f','\x0c','\x41','\x8e','\x0c','\x81','\x86','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0c','\x00','\x06','\x7c','\x7f','\xff','\x18','\x00','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x0c','\x7f','\xff','\x0d','\x8c','\x00','\xff','\xcc','\x00','\x0c','\x0c','\x0c','\x0c','\x1b','\xfe','\x0c','\x18','\x0c','\x0c','\x38','\x18','\x0d','\x30','\x50','\x1e','\x70','\x60','\xfc','\x70','\x60','\x6c','\xb0','\x66','\x4d','\x37','\xff','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x7c','\x33','\xe0','\x18','\x30','\xc0','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xbf','\xfc','\xff','\xc0','\x00','\x0c','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\x1e','\x30','\x0c','\xfc','\x3f','\xfc','\x6c','\x30','\x0c','\x4c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x7c','\x30','\x7c','\x18','\x30','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\xff','\x81','\x80','\x0c','\x21','\x90','\x0c','\x39','\x9c','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0d','\xb9','\x94','\x1e','\x6d','\xb2','\xfc','\x4d','\xa3','\x6c','\x83','\xc3','\x4c','\x03','\x40','\x0c','\x03','\x40','\x0c','\x06','\x60','\x0c','\x06','\x20','\x0c','\x0c','\x30','\x0c','\x0c','\x18','\x0c','\x18','\x1f','\x7c','\x30','\x0e','\x18','\xc0','\x06','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0d','\x80','\x0c','\x1e','\x3f','\xfe','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x05','\x80','\x0c','\x2f','\x8c','\x0c','\x39','\xbe','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x3d','\xbc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xbf','\xfc','\x1e','\x01','\x80','\xfc','\x01','\x8c','\x6c','\x7f','\xfe','\x4c','\x08','\x0c','\x0c','\x04','\x18','\x0c','\x06','\x30','\x0c','\x03','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x7c','\x18','\x1e','\x18','\xe0','\x06','\x0e','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xb0','\x0c','\xff','\xff','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0d','\xb0','\x0c','\x1e','\x00','\x00','\xfc','\x01','\xc0','\x6c','\x01','\x80','\x4c','\x01','\x8c','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\xff','\xff','\x18','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x08','\x00','\x0d','\x0e','\x80','\xff','\x8c','\xe0','\x0c','\x1c','\xc0','\x0c','\x18','\xcc','\x0c','\x19','\xfe','\x0d','\x31','\x8c','\x0e','\x31','\x4c','\x1c','\x73','\x68','\xfc','\xb2','\x58','\x6d','\x35','\x18','\x4c','\x31','\x10','\x0c','\x30','\xb0','\x0c','\x30','\xe0','\x0c','\x30','\x60','\x0c','\x30','\xf0','\x0c','\x30','\xb8','\x0c','\x31','\x1f','\x7c','\x32','\x0e','\x18','\x34','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\x7f','\xfe','\x0c','\x03','\x00','\x0d','\x86','\xc0','\xff','\xc6','\x30','\x0c','\x0c','\x18','\x0c','\x30','\x18','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0d','\x00','\x18','\x1e','\x00','\x18','\xfc','\x21','\x98','\x6c','\x3f','\x98','\x4c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x3f','\x98','\x0c','\x31','\x98','\x0c','\x00','\x18','\x0c','\x00','\x18','\x7c','\x00','\xf8','\x18','\x00','\x30','\x1c','\x04','\x80','\x18','\x0e','\xe0','\x18','\x98','\xc0','\x18','\xe0','\xc0','\x18','\x80','\xc0','\x1a','\x80','\x86','\xff','\x8c','\xff','\x18','\xff','\x86','\x18','\x99','\x06','\x18','\x99','\x64','\x18','\x9a','\x68','\x1a','\x98','\x60','\x1c','\x98','\x60','\xf8','\x98','\x60','\x78','\x98','\x60','\x58','\x98','\x70','\x18','\x98','\xd0','\x18','\x98','\xd0','\x18','\x98','\xd8','\x19','\x98','\x88','\x19','\x18','\x8c','\x19','\x19','\x8f','\xfa','\x19','\x06','\x30','\x1a','\x06','\x1c','\x00','\x0c','\x19','\xff','\xfe','\x18','\x46','\x00','\x18','\x46','\x00','\x18','\x46','\x0c','\x1b','\x47','\xfe','\xff','\xfe','\x8c','\x18','\x46','\x8c','\x18','\x46','\x8c','\x18','\x46','\x8c','\x18','\x46','\x5c','\x18','\x46','\x58','\x1e','\x7e','\x58','\xfc','\x46','\x78','\x78','\x46','\x30','\x58','\x46','\x30','\x18','\x46','\x30','\x18','\x46','\x38','\x1b','\xfe','\x68','\x19','\xe6','\x4c','\x19','\x06','\x8f','\x18','\x07','\x06','\xf8','\x06','\x06','\x30','\x06','\x00','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x1f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x8c','\xff','\xff','\xfe','\x0c','\x11','\x88','\x0c','\x11','\x88','\x0c','\x11','\x88','\x0d','\x11','\x8a','\x0e','\xff','\xff','\x1c','\x11','\x88','\xfc','\x11','\x88','\x6c','\x11','\x88','\x4c','\x11','\x88','\x0c','\x11','\x88','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7c','\xff','\xff','\x18','\x00','\x00','\x23','\x80','\x0e','\x33','\x11','\xcc','\x3f','\xf9','\x8c','\x23','\x01','\x8c','\x43','\x09','\x8c','\xff','\xfd','\x8c','\x03','\x01','\x8c','\x23','\x19','\x8c','\x3f','\xfd','\x8c','\x33','\x19','\x8c','\x33','\x18','\x0c','\x33','\x78','\x7c','\x33','\x33','\x18','\x00','\x1f','\x80','\x03','\xf8','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x10','\x00','\x0c','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x70','\x06','\xff','\xd8','\x06','\x0c','\x90','\x46','\x0c','\x3f','\xe6','\x0c','\x26','\x06','\x0c','\x46','\x06','\x0d','\x06','\x26','\x0e','\x7f','\xf6','\x1c','\x06','\x06','\xfc','\x06','\x06','\x6c','\x46','\x26','\x4c','\x46','\x26','\x0c','\x46','\x26','\x0c','\x7f','\xe6','\x0c','\x40','\x26','\x0c','\x00','\x0e','\x0c','\x00','\x0c','\x7c','\x00','\x7c','\x18','\x00','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x01','\xfe','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xe1','\x8c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0d','\xb0','\x0c','\x1e','\x30','\x0c','\xfc','\x30','\x0c','\x6c','\x3f','\xfc','\x4c','\x31','\x8c','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0d','\x60','\x06','\xff','\xe0','\x04','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0d','\x81','\x80','\x1e','\x01','\x80','\xfc','\x21','\x8c','\x6c','\x39','\xfe','\x4c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x69','\x80','\x0c','\x67','\x80','\x0c','\x43','\xe0','\x7c','\x80','\xff','\x19','\x00','\x1e','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0c','\x04','\x40','\x0d','\x8c','\x60','\xff','\xc8','\x30','\x0c','\x10','\x1c','\x0c','\x27','\xcf','\x0c','\xc0','\x06','\x0c','\x00','\x00','\x0d','\x44','\x8c','\x1e','\x7e','\xfe','\xfc','\x64','\xcc','\x6c','\x64','\xcc','\x4c','\x64','\xcc','\x0c','\x64','\xcc','\x0c','\x64','\xcc','\x0c','\x64','\xcc','\x0c','\x7c','\xfc','\x0c','\x64','\xd8','\x0c','\x00','\xc0','\x7c','\x00','\xc0','\x18','\x00','\xc0','\x1c','\x42','\x46','\x18','\x7f','\x7f','\x18','\x62','\x46','\x18','\x62','\x46','\x18','\x62','\x46','\x1b','\x7e','\x7e','\xff','\xe2','\x46','\x18','\x62','\x46','\x18','\x62','\x46','\x18','\x7e','\x7e','\x18','\x60','\x06','\x1b','\x60','\x06','\x1c','\x60','\x06','\xf8','\x60','\x06','\x78','\x60','\x06','\x58','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\xf8','\x60','\x3e','\x30','\x60','\x0c','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x20','\x0c','\x0d','\xbf','\xfe','\xff','\xf0','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0d','\x31','\xc0','\x1e','\x31','\x80','\xfc','\x31','\x86','\x6c','\x3f','\xff','\x4c','\x31','\x80','\x0c','\x63','\x40','\x0c','\x63','\x40','\x0c','\x42','\x60','\x0c','\xc6','\x30','\x0c','\x84','\x38','\x0d','\x08','\x1f','\x7c','\x10','\x0e','\x18','\x60','\x06','\x0e','\x00','\x30','\x0c','\x1f','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x1f','\xf0','\x0d','\x80','\x30','\xff','\xc0','\x30','\x0c','\x00','\x32','\x0c','\x7f','\xff','\x0c','\x03','\x80','\x0c','\x07','\x04','\x0d','\x8d','\x87','\x1e','\x19','\x86','\xfc','\x63','\xcc','\x6c','\x06','\xd0','\x4c','\x0c','\xe0','\x0c','\x31','\xe0','\x0c','\xc3','\xd0','\x0c','\x06','\xd8','\x0c','\x0c','\xcf','\x0c','\x30','\xce','\x0c','\xc0','\xc6','\x7c','\x07','\xc0','\x18','\x01','\x80','\x0e','\x38','\xe0','\x0c','\x30','\xc0','\x0c','\x30','\xc4','\x0c','\x30','\xce','\x0c','\x3e','\xd8','\x0d','\xb0','\xe0','\xff','\xf0','\xc2','\x0c','\x30','\xc2','\x0c','\x36','\xc3','\x0c','\xf8','\xff','\x0c','\x60','\x7e','\x0d','\x42','\x00','\x1e','\x03','\x80','\xfc','\x23','\x18','\x6c','\x3f','\xfc','\x4c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x3f','\xf8','\x18','\x30','\x18','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0d','\xa1','\x8c','\xff','\xff','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0d','\xb1','\x8c','\x1e','\x31','\x8c','\xfc','\x31','\x8c','\x6c','\x3f','\xfc','\x4c','\x33','\xac','\x0c','\x07','\xa0','\x0c','\x07','\x90','\x0c','\x0d','\x90','\x0c','\x0d','\x98','\x0c','\x19','\x8f','\x0c','\x31','\x8e','\x7c','\xc1','\x86','\x18','\x01','\x80','\x0e','\x03','\x00','\x0c','\x7f','\x08','\x0c','\x06','\x9c','\x0c','\x86','\xb0','\x0c','\x6c','\x42','\x0c','\x2c','\x47','\xff','\x88','\x2c','\x0c','\x18','\x30','\x0c','\x10','\x1c','\x0c','\x20','\x4f','\x0d','\x5f','\xe6','\x0e','\x83','\x00','\x1c','\x03','\x00','\xfc','\x03','\x0c','\x6c','\xff','\xfe','\x4c','\x03','\x00','\x0c','\x07','\x00','\x0c','\x06','\x80','\x0c','\x06','\x60','\x0c','\x0c','\x30','\x0c','\x0c','\x18','\x0c','\x18','\x1c','\x7c','\x30','\x0c','\x18','\xc0','\x0c','\x0e','\x01','\xc0','\x0c','\x39','\x87','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0d','\xb1','\x86','\xff','\xff','\xfe','\x0c','\x30','\x06','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0d','\x01','\x80','\x1e','\x01','\x00','\xfc','\x22','\x06','\x6c','\x3f','\xff','\x4c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x7c','\x32','\x5e','\x18','\x30','\x0c','\x0e','\x00','\x18','\x0c','\x3f','\xfc','\x0c','\x00','\x30','\x0c','\x04','\x60','\x0c','\x03','\x80','\x0d','\x81','\x86','\xff','\xff','\xff','\x0c','\x07','\x86','\x0c','\x0d','\x84','\x0c','\x0d','\x88','\x0d','\x99','\x80','\x0e','\x31','\x80','\x1c','\xc1','\x80','\xfc','\x03','\x00','\x6c','\x03','\x06','\x4d','\xff','\xff','\x0c','\x0f','\x40','\x0c','\x0f','\x60','\x0c','\x1b','\x30','\x0c','\x1b','\x38','\x0c','\x33','\x1f','\x0c','\x63','\x0e','\x7d','\x83','\x06','\x18','\x03','\x00','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\xff','\xc1','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x09','\x80','\x0d','\x5d','\x86','\x1e','\x71','\xbf','\xfc','\x61','\x86','\x6c','\x61','\x86','\x4c','\x61','\x86','\x0c','\x7d','\xbe','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x7f','\xfe','\x7c','\x60','\x06','\x18','\x60','\x06','\x1c','\x06','\x86','\x1b','\xff','\xff','\x18','\x8c','\xc6','\x18','\x8c','\xc6','\x18','\x8c','\xcc','\x18','\x8c','\xcc','\xff','\xfc','\xc8','\x18','\x8c','\xd8','\x18','\x8c','\xd0','\x18','\x8c','\xd0','\x18','\x8c','\xc8','\x1a','\x8c','\xc8','\x1c','\xfc','\xcc','\xf8','\x8c','\xc4','\x78','\x8c','\xc6','\x58','\x8c','\xc6','\x18','\x8c','\xc6','\x18','\x8c','\xc6','\x1b','\xfc','\xc6','\x19','\xcc','\xde','\x19','\x0c','\xcc','\x18','\x0c','\xc0','\xf8','\x0c','\xc0','\x30','\x0c','\xc0','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x60','\xff','\xd8','\x38','\x0c','\x30','\x1f','\x0c','\x6f','\xee','\x0d','\x80','\x06','\x0c','\x00','\x00','\x0c','\x42','\x0e','\x0d','\x7f','\x4c','\x1e','\x42','\x4c','\xfc','\x42','\x4c','\x6c','\x7e','\x4c','\x4c','\x42','\x4c','\x0c','\x42','\x4c','\x0c','\x7e','\x4c','\x0c','\x42','\x4c','\x0c','\x42','\x0c','\x0c','\x42','\x0c','\x0c','\x42','\x0c','\x7c','\x4e','\x3c','\x18','\x46','\x18','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x03','\x8c','\x0c','\x07','\xfe','\x0d','\x0c','\x1c','\xff','\x9b','\x38','\x0c','\x61','\x70','\x0c','\x18','\xe0','\x0c','\x09','\xc0','\x0c','\x03','\x00','\x0d','\x8e','\x00','\x0e','\x38','\x00','\x1c','\x0c','\x18','\xfc','\x1f','\xfc','\x6c','\x11','\x80','\x4c','\x21','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x7c','\x3f','\xfc','\x18','\x30','\x0c','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\xc3','\x06','\x60','\xc3','\x04','\x6f','\xff','\xf0','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x86','\x60','\x07','\x7f','\x38','\x0c','\x18','\x1f','\x33','\xff','\xc6','\xc0','\x18','\x00','\x00','\x18','\x0c','\x3f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x7f','\xfe','\x0d','\x0c','\x30','\xff','\x8c','\x30','\x0c','\x3f','\xfc','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0d','\x21','\x8c','\x1e','\x3f','\xfe','\xfc','\x31','\x8c','\x6c','\x31','\x8c','\x4c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\xff','\xff','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x7c','\x30','\x7c','\x18','\x30','\x18','\x0e','\x10','\x10','\x0c','\x0c','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x20','\x0c','\x3f','\xfe','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x98','\x0c','\x1f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x86','\x1e','\x7f','\xff','\xfc','\x06','\x00','\x6c','\x06','\x00','\x4c','\x0c','\x0c','\x0c','\x0f','\xfe','\x0c','\x18','\xc0','\x0c','\x30','\xc0','\x0c','\x60','\xc0','\x0d','\x80','\xc0','\x0c','\x00','\xc6','\x7c','\x3f','\xff','\x18','\x00','\x00','\x1c','\x06','\x06','\x18','\xff','\x7f','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x1a','\x46','\x46','\xff','\x7e','\x7e','\x18','\x46','\x46','\x18','\x40','\x40','\x18','\x40','\x40','\x18','\x46','\x46','\x1a','\xfe','\xff','\x1c','\xc6','\xc6','\xf8','\x06','\x06','\x78','\x86','\x86','\x58','\x66','\x66','\x18','\x2e','\x2e','\x18','\x16','\x16','\x18','\x66','\x66','\x19','\xc7','\xc6','\x18','\x8e','\x8e','\x18','\x0c','\x0c','\xf8','\x7c','\x7c','\x30','\x18','\x18','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x60','\xff','\xd8','\x38','\x0c','\x37','\xdf','\x0c','\x60','\x0e','\x0d','\x80','\x06','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0d','\x30','\x18','\x1e','\x3f','\xf8','\xfc','\x30','\x18','\x6c','\x30','\x18','\x4c','\x3f','\xf8','\x0c','\x30','\x00','\x0c','\x60','\x00','\x0c','\x6f','\xfc','\x0c','\x4c','\x0c','\x0c','\xcc','\x0c','\x0c','\x8c','\x0c','\x7d','\x0f','\xfc','\x18','\x0c','\x0c','\x0e','\x00','\x18','\x0c','\x7f','\xfc','\x0c','\x08','\x20','\x0c','\x0f','\xe0','\x0c','\x08','\x20','\x0d','\x88','\x20','\xff','\xcf','\xe0','\x0c','\x08','\x20','\x0c','\x08','\x3c','\x0c','\x7f','\xe0','\x0d','\x38','\x20','\x0e','\x06','\x06','\x1d','\xff','\xff','\xfc','\x44','\x44','\x6c','\x44','\x44','\x4c','\x7c','\x7c','\x0c','\x44','\x44','\x0c','\x44','\x44','\x0c','\x7c','\x7c','\x0c','\x44','\x44','\x0c','\x44','\x44','\x0d','\xfd','\xfc','\x7c','\xc4','\xc4','\x18','\x04','\x04','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x23','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0d','\xb0','\x18','\xff','\xff','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x00','\x0d','\xb0','\x06','\x1e','\x3f','\xff','\xfc','\x30','\x00','\x6c','\x30','\x06','\x4c','\x3f','\xff','\x0c','\x00','\x06','\x0c','\x0c','\x06','\x0c','\xcc','\xc6','\x0c','\xcc','\xc6','\x0c','\xcc','\xc6','\x0c','\xff','\xcc','\x7c','\xc0','\x7c','\x18','\x00','\x18','\x1c','\x20','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1b','\x30','\x18','\xff','\xb0','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x00','\x00','\x1b','\x06','\x06','\x1c','\xfe','\xff','\xf8','\x06','\x06','\x78','\x86','\x86','\x58','\x66','\x66','\x18','\x2e','\x2e','\x18','\x16','\x16','\x18','\x66','\x66','\x19','\xc7','\xc6','\x18','\x86','\x86','\x18','\x06','\x06','\xf8','\x3e','\x3e','\x30','\x0c','\x0c','\x0e','\x01','\xd0','\x0c','\x01','\x98','\x0c','\x01','\x8a','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0d','\x21','\x8c','\xff','\xbf','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0d','\xb1','\x8c','\x0e','\x31','\x8c','\x1c','\x3f','\xfc','\xfc','\x30','\x0c','\x6c','\x00','\x00','\x4c','\x00','\x36','\x0c','\xff','\xff','\x0c','\x00','\x30','\x0c','\x20','\x30','\x0c','\x18','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x7c','\x01','\xf0','\x18','\x00','\x60','\x0e','\x01','\xc0','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xbf','\xfc','\xff','\xd0','\x80','\x0c','\x1c','\xe0','\x0c','\x18','\xc0','\x0c','\x31','\x0c','\x0d','\x3f','\xfe','\x0e','\x71','\x80','\x1c','\xb1','\x80','\xfd','\x31','\x88','\x6c','\x3f','\xfc','\x4c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x88','\x0c','\x3f','\xfc','\x0c','\x31','\x80','\x0c','\x31','\x80','\x0c','\x31','\x86','\x7c','\x3f','\xff','\x18','\x30','\x00','\x07','\x03','\x80','\x06','\x03','\x00','\x3f','\xc3','\x00','\x06','\x03','\x30','\x06','\x0f','\xf8','\x7f','\xe3','\x30','\x10','\x8b','\x30','\x09','\x06','\x30','\x7f','\xe7','\x32','\x06','\x05','\xb2','\x06','\x09','\xb3','\x3f','\xd0','\x3f','\x06','\x00','\x1e','\x06','\x01','\x80','\x00','\x1f','\xc0','\x07','\xf8','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0d','\xbf','\xfe','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\x0e','\x3f','\xfc','\x1c','\x01','\x90','\xfc','\x01','\x8c','\x6c','\x7f','\xf6','\x4c','\x1c','\x06','\x0c','\x00','\x30','\x0c','\xff','\xff','\x0c','\x10','\x30','\x0c','\x08','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x7c','\x01','\xf0','\x18','\x00','\x60','\x0e','\x02','\x04','\x0c','\x7f','\xfe','\x0c','\x02','\x04','\x0c','\x22','\x44','\x0c','\x1a','\x34','\x0d','\x8a','\x14','\xff','\xc2','\x04','\x0c','\x0e','\x1c','\x0c','\x72','\xe4','\x0c','\x22','\x44','\x0c','\x07','\x00','\x0d','\x86','\x80','\x1e','\x0c','\x60','\xfc','\x18','\x38','\x6c','\x32','\x1f','\x4c','\xc7','\x06','\x0c','\x0c','\x40','\x0c','\x30','\xe0','\x0c','\x01','\x88','\x0c','\x06','\x1c','\x0c','\x18','\x70','\x0c','\x01','\xc0','\x7c','\x07','\x00','\x18','\x38','\x00','\x1c','\x08','\x00','\x18','\x5c','\x0c','\x18','\x72','\xbe','\x18','\x41','\x04','\x18','\x72','\x9c','\x1b','\x40','\x04','\xff','\xf2','\x9c','\x18','\x41','\x04','\x18','\x42','\x84','\x18','\xff','\xff','\x18','\x80','\x06','\x1d','\x80','\x04','\x39','\xbf','\xf8','\xf8','\x20','\x08','\x78','\x3f','\xf8','\x58','\x20','\x08','\x18','\x3f','\xf8','\x18','\x20','\x08','\x18','\x3f','\xf8','\x18','\x0c','\x62','\x18','\x0c','\x62','\x18','\x18','\x63','\xf8','\x30','\x7f','\x30','\xc0','\x3e','\x1c','\xcc','\x04','\x18','\x88','\x0e','\x18','\x88','\x98','\x1b','\xfe','\xe0','\x18','\x88','\xc0','\x18','\x88','\xc0','\xfe','\x88','\xc0','\x18','\xf8','\xc6','\x18','\x88','\xff','\x18','\x88','\xcc','\x18','\x88','\xcc','\x1a','\xf8','\xcc','\x1c','\x88','\xcc','\xf8','\x88','\xcc','\x78','\x88','\xcc','\x58','\x88','\xcc','\x1b','\xfe','\xcc','\x18','\x00','\xcc','\x18','\x10','\x8c','\x18','\x88','\x8c','\x18','\xcd','\x8c','\x19','\x8d','\x0c','\xf9','\x01','\x0c','\x32','\x02','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x84','\x0c','\x7f','\xfe','\xff','\x80','\x00','\x0c','\x18','\x18','\x0c','\x10','\x10','\x0c','\xfe','\xfe','\x0c','\x10','\x10','\x0d','\x10','\x10','\x1e','\x1c','\x12','\xfc','\xf1','\xff','\x6c','\x40','\x00','\x4c','\x00','\x00','\x0c','\x7f','\xfe','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x62','\x0c','\x18','\x62','\x0c','\x18','\x63','\x7c','\x30','\x7f','\x18','\xc0','\x3e','\x0e','\x03','\x00','\x0c','\xff','\x08','\x0c','\x06','\x9c','\x0c','\x86','\xb0','\x0c','\x6c','\x42','\x0c','\x2c','\x47','\xff','\x98','\x2c','\x0c','\x10','\x30','\x0c','\x20','\x1c','\x0c','\x7f','\xff','\x0c','\x98','\xc6','\x0e','\x18','\xc0','\x3c','\x18','\xc0','\xfc','\x18','\xcc','\x6d','\xff','\xfe','\x4c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc2','\x0c','\x30','\xc2','\x0c','\x30','\xc2','\x0c','\x20','\xc3','\x7c','\x40','\xff','\x19','\x80','\x7e','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x06','\x84','\x0c','\x84','\x46','\xff','\x6c','\x68','\x0c','\x28','\x30','\x0c','\x10','\x1c','\x0c','\x3f','\xff','\x0c','\x58','\x36','\x0e','\x98','\x30','\x3c','\x1f','\xf0','\xfc','\x18','\x30','\x6c','\x18','\x30','\x4c','\x1f','\xf0','\x0c','\x01','\x80','\x0c','\x21','\x90','\x0c','\x39','\x8c','\x0c','\x31','\x86','\x0c','\x61','\x87','\x0c','\xc1','\x83','\x7d','\x07','\x80','\x18','\x03','\x00','\x0e','\x0c','\x18','\x0c','\x29','\x52','\x0c','\x2b','\x57','\x0c','\x68','\xd0','\x0c','\x58','\xb0','\x0d','\x14','\x28','\xff','\x92','\x26','\x0c','\x22','\x42','\x0c','\x00','\x00','\x0c','\x40','\x06','\x0c','\x7f','\xff','\x0e','\xc0','\x06','\x1c','\xc3','\x84','\xfc','\x03','\x00','\x6c','\x03','\x0c','\x4c','\x3f','\xfe','\x0c','\x03','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1c','\x0c','\x18','\x18','\x7c','\x30','\xf8','\x18','\xc0','\x30','\x1c','\x01','\xd0','\x18','\x01','\x8c','\x18','\x81','\x84','\x18','\xff','\xfe','\x18','\x81','\x80','\x1a','\x81','\x90','\xff','\xbd','\x9c','\x18','\x80','\x98','\x18','\x80','\xb0','\x18','\xbc','\xe0','\x1a','\xa4','\x42','\x1c','\xa4','\xe2','\x39','\xbd','\xb2','\xf9','\x03','\x1b','\x79','\x0c','\x0f','\x5a','\x00','\x06','\x18','\x08','\x00','\x18','\x06','\x10','\x18','\xbb','\x0c','\x18','\xb3','\x26','\x19','\xb0','\x23','\x1b','\x30','\x33','\xfb','\x3f','\xf0','\x30','\x1f','\xe0','\x1c','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\xf8','\x18','\x43','\x02','\x18','\x7f','\xff','\x1b','\x63','\x06','\xff','\xe3','\xe4','\x18','\x7f','\x00','\x18','\x63','\x04','\x18','\x61','\xfc','\x18','\x60','\x00','\x1b','\x6f','\xfc','\x1c','\x61','\x00','\xf8','\x63','\x84','\x78','\x6c','\x86','\x58','\x61','\xcc','\x18','\x66','\x68','\x18','\x58','\xd0','\x18','\xc1','\xd8','\x18','\xc3','\x4c','\x18','\x8c','\x4f','\x18','\xb0','\x46','\xf9','\x03','\xc0','\x30','\x01','\x80','\x0e','\x01','\x80','\x0c','\x03','\x80','\x0c','\x03','\x40','\x0c','\x06','\x20','\x0d','\x8c','\x30','\xff','\xd9','\x9c','\x0c','\x31','\x8f','\x0c','\xcf','\xf6','\x0c','\x00','\x00','\x0c','\x1a','\x58','\x0c','\x19','\x98','\x0d','\x9a','\x58','\x1e','\x18','\x18','\xfc','\x1f','\xf8','\x6c','\x01','\x80','\x4c','\x41','\x06','\x0c','\x7f','\xff','\x0c','\x63','\x06','\x0c','\x62','\x26','\x0c','\x6f','\xf6','\x0c','\x67','\x36','\x0c','\x60','\x06','\x7c','\x60','\x3e','\x18','\x60','\x0c','\x0e','\x03','\x80','\x0c','\x03','\x06','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0c','\x3f','\xf8','\x0d','\xa0','\x08','\xff','\xe7','\xc8','\x0c','\x24','\x48','\x0c','\x24','\x48','\x0c','\x27','\xc8','\x0c','\x20','\x08','\x0d','\xbf','\xf8','\x1e','\x00','\x00','\xfc','\x1f','\xf0','\x6c','\x18','\x30','\x4c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x0c','\x00','\x06','\x7d','\xff','\xff','\x18','\x00','\x00','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0d','\x3f','\xfe','\xff','\x81','\x80','\x0c','\x01','\x84','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0d','\x01','\x82','\x0e','\x7f','\xff','\x1c','\x08','\x10','\xfc','\x04','\x10','\x6c','\x04','\x22','\x4c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x84','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x01','\x80','\x1c','\x00','\xe0','\x19','\x00','\xc0','\x18','\xc0','\xc4','\x18','\x6f','\xfe','\x18','\x60','\xc0','\x1b','\x00','\xc2','\xff','\x9f','\xff','\x18','\x02','\x10','\x18','\x01','\x10','\x18','\x01','\x24','\x18','\x6f','\xfe','\x1b','\xf0','\xc0','\x1c','\x60','\xc8','\xf8','\x67','\xfc','\x78','\x60','\xc0','\x58','\x60','\xc2','\x18','\x7f','\xff','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\xf0','\x00','\x1f','\x9f','\xff','\xfb','\x07','\xfe','\x32','\x00','\x00','\x10','\x60','\xe0','\x1f','\xf0','\xc0','\x18','\x60','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe1','\x10','\x18','\x01','\x24','\x18','\x0f','\xfe','\x1f','\xe0','\xc0','\x3c','\x60','\xc4','\x2c','\x6f','\xfe','\x2c','\x60','\xc0','\x4f','\xe0','\xc0','\x8c','\x60','\xc0','\x00','\x07','\x00','\x07','\xff','\x80','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x00','\x30','\x18','\x3f','\xf8','\x18','\x03','\x00','\x18','\x43','\x06','\x18','\x7f','\xff','\x1a','\xc3','\x06','\xff','\xc3','\x04','\x18','\x3b','\x70','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x7b','\x78','\x1b','\x03','\x00','\x1c','\x03','\x00','\xf8','\x40','\x0c','\x78','\x7f','\xfe','\x58','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\xf8','\x7f','\xfc','\x30','\x60','\x0c','\x1c','\x84','\x46','\x18','\xfe','\x7f','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xfc','\x7e','\x1a','\xc4','\x46','\xff','\xc4','\x46','\x18','\xfc','\x7e','\x18','\xc4','\x06','\x18','\xc6','\x46','\x18','\xc7','\xe6','\x1a','\xcc','\x46','\x1c','\xca','\xc6','\xf8','\xd1','\x86','\x78','\xc2','\xc6','\x58','\xc4','\x7e','\x18','\xd8','\x36','\x18','\xc7','\xc6','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc7','\xc6','\xf8','\xc0','\x1e','\x30','\xc0','\x0c','\x01','\x30','\x00','\x13','\xbe','\x18','\x1e','\x30','\xfc','\x18','\x30','\x18','\x1f','\x3e','\xf8','\x18','\x06','\x18','\x18','\x66','\x18','\x1f','\x66','\xf8','\x18','\x66','\x18','\x18','\x66','\x1e','\xff','\xff','\xff','\x03','\x00','\x40','\x06','\x06','\x20','\x0c','\x1f','\x30','\x19','\xf8','\x1c','\x30','\x18','\xcf','\xc7','\xff','\xe6','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x01','\x30','\x00','\x13','\xbe','\x18','\x1e','\x30','\xfc','\x18','\x30','\x18','\x18','\x3e','\x18','\x1f','\x06','\xf8','\x18','\x66','\x18','\x18','\x66','\x18','\x1f','\x66','\xf8','\x18','\x66','\x18','\x18','\x66','\x1e','\xff','\xff','\xff','\x03','\x00','\x40','\x06','\x1c','\x20','\x0c','\x18','\x30','\x18','\x19','\x9c','\x33','\xff','\xcf','\xc0','\x18','\x06','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x1a','\x04','\x80','\xff','\x02','\xc6','\x18','\x7a','\xbc','\x18','\x29','\x28','\x18','\x29','\x28','\x18','\x69','\x2c','\x1a','\x49','\x34','\x1c','\x59','\x67','\x38','\x81','\x02','\xf8','\x30','\x18','\x78','\x30','\x18','\x58','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\xf8','\xc0','\x18','\x31','\x00','\x18','\x1c','\x03','\x80','\x18','\x03','\x0c','\x18','\xff','\xfe','\x18','\x03','\x00','\x18','\x7f','\xfc','\x1b','\x00','\x00','\xff','\xbf','\xf0','\x18','\x20','\x10','\x18','\x3f','\xf0','\x18','\x80','\x06','\x18','\xff','\xff','\x19','\x80','\x06','\x1d','\xbf','\xf4','\xf8','\x0c','\x40','\x78','\x08','\x30','\x58','\xff','\xf8','\x18','\x70','\x18','\x18','\x03','\x80','\x18','\x03','\x00','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x06','\xf9','\xff','\xff','\x30','\x00','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0d','\x86','\x20','\xff','\xc4','\x18','\x0c','\x0c','\x0c','\x0c','\x08','\x76','\x0c','\x7f','\x87','\x0c','\x3c','\x03','\x0d','\xa0','\x03','\x1e','\x00','\x00','\xfc','\x10','\x0c','\x6c','\x1f','\xfe','\x4c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x7c','\x1f','\xfc','\x18','\x18','\x0c','\x0e','\x01','\x80','\x0c','\x01','\x00','\x0c','\x7f','\xfc','\x0c','\x01','\x00','\x0c','\x01','\x00','\x0d','\x3f','\xf8','\xff','\x80','\x02','\x0c','\x7f','\xff','\x0c','\x00','\x02','\x0c','\x1f','\xf4','\x0c','\x01','\x00','\x0d','\x81','\x00','\x1e','\x3f','\xf8','\xfc','\x00','\x00','\x6c','\xff','\xff','\x4c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x7d','\xff','\x0c','\x44','\x18','\x0c','\x45','\x98','\x0c','\x44','\x98','\x0c','\x7c','\x18','\x7c','\x00','\x78','\x18','\x00','\x30','\x1c','\x03','\x80','\x18','\x43','\x06','\x18','\x7f','\xff','\x18','\xc0','\x06','\x18','\xdf','\xf4','\x1b','\x01','\x00','\xff','\x91','\x4c','\x18','\x39','\xe6','\x18','\x63','\x86','\x18','\x0e','\x00','\x18','\xff','\xf8','\x18','\x30','\x18','\x1f','\x30','\x18','\xfc','\x3f','\xf8','\x78','\x30','\x18','\x58','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x10','\x00','\x18','\x3c','\x78','\xf8','\x70','\x1e','\x31','\x80','\x06','\x1c','\x84','\x40','\x18','\xfe','\x70','\x18','\x90','\x60','\x18','\x90','\x66','\x18','\xfc','\xff','\x1a','\x84','\x80','\xff','\x85','\x00','\x18','\xfc','\x0c','\x18','\x90','\x7e','\x18','\x90','\x00','\x18','\xfe','\x00','\x18','\x00','\x00','\x1b','\x7f','\xf8','\xfc','\x40','\x08','\x78','\x7f','\xf8','\x58','\x40','\x08','\x18','\x7f','\xf8','\x18','\x40','\x08','\x18','\x7f','\xf8','\x18','\x18','\xc2','\x18','\x18','\xc2','\x18','\x30','\xc3','\xf8','\x60','\xff','\x31','\x80','\x7e','\x1c','\x40','\x40','\x18','\x60','\x60','\x18','\x62','\x62','\x18','\xff','\x7f','\x18','\xa0','\xd0','\x19','\x18','\x8c','\xff','\x89','\x04','\x18','\x20','\x40','\x18','\x18','\x70','\x18','\x08','\x66','\x19','\xff','\xff','\x18','\x00','\x00','\x1e','\x86','\x0e','\xf8','\xff','\x4c','\x78','\xc6','\x4c','\x58','\xc6','\x4c','\x18','\xfe','\x4c','\x18','\xc6','\x4c','\x18','\xc6','\x4c','\x18','\xfe','\x4c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\xf8','\xde','\x7c','\x30','\xcc','\x18','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x81','\x86','\x18','\xff','\xff','\x18','\xc0','\x00','\x1a','\xc2','\x20','\xff','\xdf','\xfe','\x18','\xc2','\x20','\x18','\xc2','\x20','\x18','\xff','\xff','\x18','\xc0','\x80','\x18','\xc0','\x80','\x1e','\xcf','\xfc','\xf8','\xc8','\x84','\x78','\xc8','\x84','\x58','\xcf','\xfc','\x18','\xc8','\x84','\x18','\xc8','\x84','\x18','\xcf','\xfc','\x18','\x80','\x00','\x19','\x84','\x00','\x19','\x07','\x38','\xfa','\x0e','\x0e','\x30','\x30','\x06','\x1c','\x84','\x46','\x18','\x46','\x7f','\x18','\x48','\x66','\x19','\xff','\x66','\x18','\x28','\x66','\x1b','\x28','\x64','\xff','\xfe','\x64','\x18','\xaa','\x6c','\x18','\xaa','\x68','\x18','\xae','\x68','\x18','\xc2','\x64','\x18','\x82','\x64','\x1e','\xfe','\x66','\xf8','\x82','\x66','\x78','\x82','\x66','\x58','\xfe','\x66','\x18','\x30','\x66','\x1b','\xff','\xe6','\x18','\x30','\x7e','\x18','\x28','\x6c','\x18','\x64','\x60','\x18','\x46','\x60','\xf8','\x83','\x60','\x33','\x03','\x60','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x64','\x46','\x18','\x64','\x46','\x18','\x64','\x46','\x1b','\x7f','\xfe','\xff','\xa0','\x00','\x18','\x38','\x60','\x18','\x30','\x44','\x18','\x22','\x4e','\x19','\xff','\x70','\x18','\xe3','\x42','\x1e','\x80','\x43','\xf8','\x7e','\x7f','\x78','\x42','\x3e','\x58','\x42','\x00','\x18','\x7e','\x60','\x18','\x42','\x44','\x18','\x42','\x4e','\x18','\x7e','\x70','\x18','\x42','\x42','\x18','\x42','\x43','\xf8','\x4e','\x7f','\x30','\x46','\x3e','\x06','\x00','\x30','\x04','\x66','\x20','\x05','\x18','\x22','\xff','\xb5','\xff','\x1c','\x42','\x70','\x16','\x00','\xa8','\x35','\xa4','\xac','\x64','\x99','\x27','\x84','\x34','\x22','\x04','\x42','\x20','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xe2','\x00','\x01','\x81','\x80','\x06','\x0c','\x70','\x18','\xff','\x1f','\xe0','\x18','\x06','\x07','\xff','\xe0','\x00','\x18','\x00','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x02','\x00','\x18','\x83','\x88','\x18','\x43','\x0e','\x18','\x6f','\xcc','\x18','\x6c','\xc8','\x1a','\x0c','\xd0','\xff','\x0c','\xc0','\x18','\x0f','\xc0','\x18','\x1c','\xd0','\x19','\xec','\xcc','\x18','\xcc','\xc6','\x18','\x8f','\xc6','\x1e','\x00','\x00','\xfc','\x03','\x80','\x78','\x03','\x06','\x59','\xff','\xff','\x18','\x0f','\x40','\x18','\x0f','\x20','\x18','\x1b','\x30','\x18','\x1b','\x18','\x18','\x33','\x1f','\x18','\x63','\x0e','\xf9','\x83','\x06','\x30','\x03','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x08','\x00','\x1b','\x0e','\x30','\xff','\x9c','\x0c','\x18','\x30','\x06','\x18','\xc4','\x46','\x18','\x3f','\xf8','\x18','\x04','\x40','\x18','\x04','\x40','\x1b','\x3f','\xf8','\xfc','\x04','\x40','\x78','\x04','\x46','\x58','\xff','\xff','\x18','\x0c','\x88','\x18','\x18','\x8c','\x18','\x68','\x58','\x1b','\x88','\x60','\x18','\x09','\xb0','\x18','\x7e','\x1f','\xf8','\x38','\x0e','\x30','\x20','\x06','\x1c','\x73','\x8e','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x10','\x80','\x1b','\x18','\xc0','\xff','\xbf','\xfc','\x18','\x21','\x00','\x18','\x7f','\xf8','\x18','\xa1','\x00','\x18','\x3f','\xf8','\x18','\x21','\x00','\x1b','\x3f','\xfe','\xfc','\x00','\x00','\x78','\xff','\xfe','\x58','\xc4','\x46','\x18','\xcc','\x46','\x18','\xd8','\x3e','\x18','\xe7','\xc6','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xc7','\xc6','\xf8','\xc0','\x3e','\x30','\xc0','\x0c','\x1c','\x18','\x18','\x18','\x10','\x10','\x18','\xfe','\x7e','\x18','\x10','\x10','\x18','\x10','\x10','\x19','\xff','\xff','\xff','\x30','\x30','\x18','\x2c','\x28','\x18','\x64','\x4c','\x18','\xc0','\x87','\x19','\x3f','\xfa','\x18','\x30','\x18','\x1f','\x30','\x18','\xfc','\x3f','\xf8','\x78','\x30','\x18','\x58','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x08','\x00','\x18','\x1c','\x38','\xf8','\x78','\x0e','\x31','\xc0','\x06','\x1c','\x66','\x40','\x18','\x44','\x74','\x18','\x44','\x66','\x19','\xff','\x64','\x18','\x44','\x48','\x1a','\x44','\x7e','\xff','\x00','\x48','\x18','\xfe','\xc8','\x18','\x92','\xc8','\x18','\x93','\x48','\x18','\x92','\x7e','\x18','\xfe','\x48','\x1e','\x10','\x48','\xf8','\x10','\x48','\x78','\xfe','\x48','\x58','\x10','\x48','\x18','\x10','\x7e','\x19','\xff','\x48','\x18','\x30','\x48','\x18','\x28','\x48','\x18','\x66','\x48','\x18','\x43','\x4a','\xf8','\x83','\x7f','\x31','\x00','\x40','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x12','\x00','\x12','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6b','\x69','\x7e','\x49','\x88','\x00','\x88','\x08','\x07','\x08','\x03','\xff','\x80','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x1c','\x44','\x44','\x18','\x7e','\x7e','\x18','\x44','\x44','\x18','\x7c','\x7c','\x18','\x44','\x44','\x1b','\x7c','\x7c','\xff','\xc4','\x44','\x18','\x7c','\x7c','\x18','\x10','\x80','\x18','\x18','\xc0','\x18','\x3f','\xfc','\x18','\x21','\x00','\x1e','\x7f','\xf8','\xfc','\xa1','\x00','\x79','\x3f','\xf8','\x58','\x21','\x00','\x18','\x3f','\xfe','\x18','\x00','\x00','\x18','\x7f','\xf8','\x18','\x08','\x30','\x18','\x04','\xe0','\x18','\x03','\x80','\xf8','\x1c','\xff','\x31','\xe0','\x1e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x02','\x00','\x30','\x01','\x00','\x60','\x01','\x00','\x60','\x00','\x80','\xc0','\x00','\xc1','\x80','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x37','\x00','\x00','\x63','\xe0','\x01','\x80','\xff','\x0e','\x00','\x3e','\xf0','\x00','\x0c','\x01','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x06','\x07','\xff','\xff','\x0c','\x00','\x80','\x0a','\x00','\xe0','\x12','\x00','\xc0','\x21','\x00','\xc0','\x41','\x01','\x80','\x00','\x81','\x80','\x00','\xc3','\x00','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x1e','\x00','\x00','\x37','\x00','\x00','\x63','\xc0','\x01','\xc1','\xf0','\x03','\x00','\x7f','\x1c','\x00','\x3e','\xe0','\x00','\x0c','\x00','\x04','\x00','\x00','\x67','\x00','\xff','\xf6','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x38','\x0f','\xff','\x30','\x0c','\x20','\x31','\x88','\x38','\x3f','\xd8','\x30','\x61','\x94','\x30','\x61','\xa4','\x30','\x01','\x82','\x60','\x01','\x82','\x60','\x01','\x81','\x40','\x01','\x81','\xc0','\x03','\x80','\x80','\x03','\x01','\xc0','\x03','\x01','\x60','\x07','\x03','\x30','\x06','\x06','\x38','\x0e','\x0c','\x1f','\x7c','\x18','\x0e','\x18','\x60','\x06','\x01','\xc2','\x00','\x01','\x83','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x39','\x83','\x00','\x31','\x86','\x06','\x31','\x87','\xff','\x31','\x84','\x20','\x31','\x8c','\x38','\x31','\x8a','\x30','\x31','\x92','\x30','\x31','\xa2','\x30','\x31','\x83','\x60','\x31','\x81','\x60','\x31','\x81','\x40','\x33','\x81','\xc0','\x3d','\x80','\x80','\xf1','\x81','\xc0','\x61','\x81','\x60','\x41','\x83','\x30','\x01','\x82','\x38','\x01','\x84','\x1f','\x01','\x88','\x0e','\x01','\xb0','\x06','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x00','\x0e','\x06','\x00','\x0d','\xc6','\x00','\x0d','\x86','\x06','\x19','\x8f','\xff','\x19','\x8c','\x20','\x39','\x88','\x38','\x39','\x98','\x30','\x59','\x94','\x30','\x99','\xa4','\x30','\x19','\x82','\x60','\x19','\x82','\x60','\x19','\x81','\x40','\x19','\x81','\xc0','\x19','\x80','\x80','\x19','\x81','\xc0','\x19','\x81','\x60','\x19','\x83','\x30','\x19','\x86','\x38','\x18','\x0c','\x1f','\x18','\x18','\x0e','\x18','\x60','\x06','\x00','\x04','\x00','\x00','\x07','\x00','\x40','\xc6','\x00','\x7f','\xe6','\x00','\x64','\xc6','\x00','\x64','\xc6','\x06','\x64','\xcf','\xff','\x64','\xcc','\x20','\x64','\xc8','\x38','\x64','\xd8','\x30','\x7f','\xd4','\x30','\x64','\xe4','\x30','\x64','\xc2','\x60','\x64','\xc2','\x60','\x64','\xc1','\x40','\x64','\xc1','\xc0','\x64','\xc0','\x80','\x64','\xc1','\xc0','\x7f','\xc1','\x60','\x60','\xc3','\x30','\x00','\x06','\x38','\x00','\x0c','\x1f','\x00','\x18','\x0e','\x00','\x60','\x06','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x01','\x80','\x06','\x31','\x80','\xff','\xf9','\x80','\x00','\x01','\x06','\x10','\x83','\xff','\x1c','\x63','\x10','\x18','\x32','\x1c','\x30','\x36','\x18','\x31','\x05','\x18','\x61','\xc9','\x18','\x51','\x81','\xb0','\x8d','\x80','\xb0','\x07','\x00','\xa0','\x03','\x00','\xe0','\x07','\x80','\x40','\x06','\xc0','\xe0','\x0c','\x60','\xa0','\x0c','\x71','\xb0','\x18','\x31','\x18','\x30','\x02','\x1f','\x60','\x04','\x0e','\x80','\x18','\x06','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x63','\x00','\x7f','\xf3','\x00','\x06','\x02','\x00','\x06','\x06','\x06','\x06','\x37','\xff','\xff','\xfc','\x20','\x00','\x0a','\x38','\x07','\x12','\x30','\x06','\x02','\x30','\x06','\x32','\x30','\xff','\xfb','\x60','\x0c','\x01','\x60','\x0c','\x61','\x40','\x0f','\xf1','\xc0','\x0c','\x60','\x80','\x18','\x61','\xc0','\x18','\x61','\x60','\x10','\xe3','\x30','\x30','\xc2','\x38','\x21','\xc4','\x1f','\x4f','\x88','\x0e','\x83','\x30','\x06','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x19','\x80','\xff','\xfd','\x80','\x06','\x01','\x80','\x06','\x01','\x06','\x46','\x33','\xff','\x7f','\xfb','\x10','\x66','\x32','\x1c','\x66','\x36','\x18','\x66','\x35','\x18','\x66','\x39','\x18','\x7f','\xf1','\xb0','\x66','\x30','\xb0','\x0e','\x00','\xa0','\x0f','\x00','\xe0','\x1e','\xc0','\x40','\x16','\x60','\xe0','\x36','\x30','\xa0','\x26','\x31','\xb0','\x46','\x01','\x18','\x86','\x02','\x1f','\x06','\x04','\x0e','\x06','\x18','\x06','\x03','\x00','\xe0','\x03','\x00','\xc0','\x06','\x80','\xc0','\x06','\x60','\xc0','\x0c','\x30','\xc6','\x08','\x18','\xff','\x18','\x18','\xc0','\x10','\x60','\xc0','\x3f','\xf0','\xc0','\x43','\x00','\xcc','\x83','\x0f','\xfe','\x03','\x32','\x0c','\x7f','\xfa','\x0c','\x03','\x01','\x18','\x23','\x01','\x18','\x3b','\x40','\xb0','\x33','\x30','\xe0','\x33','\x18','\x40','\x23','\x18','\xe0','\x63','\x18','\xb0','\x43','\x01','\xb8','\x83','\x03','\x1f','\x1f','\x06','\x0e','\x06','\x18','\x06','\x03','\x01','\x00','\x03','\x01','\xc0','\x06','\x81','\x80','\x06','\x61','\x80','\x0c','\x31','\x80','\x08','\x1b','\x06','\x18','\x1b','\xff','\x10','\x62','\x10','\x3f','\xf6','\x1c','\x43','\x05','\x18','\x83','\x09','\x18','\x03','\x31','\x18','\x7f','\xf9','\x30','\x03','\x00','\xb0','\x23','\x00','\xa0','\x3b','\x40','\xe0','\x33','\x30','\x40','\x33','\x18','\xe0','\x23','\x18','\xa0','\x63','\x19','\xb0','\x43','\x01','\x18','\x83','\x02','\x1f','\x1f','\x04','\x0e','\x06','\x18','\x06','\x03','\x81','\x00','\x83','\x11','\xc0','\x43','\x1d','\x80','\x63','\x19','\x80','\x33','\x31','\x80','\x33','\x21','\x86','\x33','\x41','\xff','\x03','\x01','\x10','\x43','\x1b','\x1c','\x7f','\xfa','\x18','\x60','\x1d','\x18','\x60','\x19','\x18','\x67','\x99','\x30','\x64','\x98','\xb0','\x64','\x98','\xa0','\x64','\x98','\xe0','\x64','\x98','\x40','\x64','\x98','\xe0','\x67','\x98','\xa0','\x60','\x18','\xb0','\x60','\x19','\x98','\x60','\x19','\x1f','\x60','\xfa','\x0e','\x60','\x34','\x06','\x03','\x81','\x00','\x83','\x11','\xc0','\x43','\x1d','\x80','\x63','\x19','\x80','\x33','\x31','\x80','\x33','\x21','\x86','\x33','\x41','\xff','\x03','\x01','\x10','\x43','\x1b','\x1c','\x7f','\xfa','\x18','\x43','\x0d','\x18','\x43','\x09','\x18','\x4b','\x49','\x30','\x4b','\x48','\xb0','\x4b','\x48','\xa0','\x4b','\x48','\xe0','\x4b','\x48','\x40','\x4b','\x48','\xe0','\x4b','\x48','\xa0','\x43','\x08','\xb0','\x43','\x09','\x98','\x43','\x09','\x1f','\x43','\x7a','\x0e','\x40','\x34','\x06','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x18','\xc0','\xff','\xfc','\xc0','\x00','\x00','\xc6','\x00','\x00','\xff','\x1f','\xc0','\xc0','\x10','\x40','\xc0','\x10','\x40','\xc0','\x1f','\xc0','\xcc','\x00','\x07','\xfe','\x40','\x32','\x0c','\x7f','\xfa','\x0c','\x60','\x31','\x18','\x60','\x31','\x18','\x6f','\xb0','\xb0','\x68','\xb0','\xe0','\x68','\xb0','\x40','\x68','\xb0','\xe0','\x6f','\xb0','\xb0','\x60','\x31','\xb8','\x60','\x31','\x1f','\x61','\xf2','\x0e','\x60','\x6c','\x06','\x03','\x81','\x00','\x03','\x01','\xc0','\x3f','\xf1','\x80','\x23','\x11','\x80','\x23','\x11','\x80','\xff','\xff','\x06','\x23','\x13','\xff','\x23','\x12','\x10','\x3f','\xf6','\x1c','\x03','\x05','\x18','\x3f','\xf1','\x18','\x23','\x11','\x18','\x23','\x11','\x30','\x3f','\xf0','\xb0','\x06','\x00','\xa0','\x06','\x0c','\xe0','\xff','\xfe','\x40','\x0c','\x60','\xe0','\x18','\xc0','\xa0','\x3e','\xc0','\xb0','\x33','\x81','\x98','\x06','\xf1','\x1f','\x0c','\x32','\x0e','\x70','\x0c','\x06','\x06','\x01','\x00','\x06','\x01','\xc0','\x0d','\x01','\x80','\x0c','\xc1','\x80','\x18','\x61','\x80','\x10','\x33','\x06','\x21','\xb3','\xff','\x5f','\xc3','\x10','\x80','\x02','\x1c','\x00','\x06','\x18','\x79','\xe5','\x18','\x49','\x29','\x18','\x49','\x21','\x30','\x49','\x20','\xb0','\x49','\x20','\xa0','\x79','\xe0','\xe0','\x00','\x00','\x40','\x20','\x80','\xe0','\x38','\xe0','\xa0','\x30','\xc1','\xb0','\x30','\xc1','\x18','\x6d','\xb2','\x1f','\x45','\x14','\x0e','\x82','\x08','\x06','\x07','\x20','\x80','\x86','\x38','\xe0','\x66','\x70','\xc0','\x26','\x41','\x86','\x06','\x81','\xff','\x7f','\xf2','\x10','\x46','\x15','\x1c','\x46','\x90','\xb8','\x56','\x50','\x60','\x56','\x50','\xf0','\x66','\x11','\x9c','\x46','\x76','\x0f','\x46','\x20','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x03','\x00','\x00','\x06','\x07','\x08','\x0f','\xf6','\x1e','\x18','\x36','\x78','\x66','\x67','\xc0','\x02','\xc6','\x02','\x03','\x86','\x03','\x0e','\x07','\xff','\xf0','\x03','\xfe','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x2e','\x00','\x2e','\x18','\x7e','\x18','\x22','\x00','\x22','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6b','\x69','\x42','\x49','\x88','\x7e','\x88','\x09','\x00','\x08','\x01','\x80','\x00','\x03','\xff','\xf8','\x06','\x03','\x80','\x0d','\x07','\x00','\x30','\xce','\x00','\x00','\x78','\x00','\x00','\xef','\xc0','\x07','\x81','\xff','\xf8','\x00','\x1e','\x10','\x00','\x1c','\x1c','\x00','\x18','\x19','\x84','\x18','\x1f','\xc3','\x18','\x31','\x81','\x98','\x21','\x01','\x98','\x62','\x60','\x18','\xbf','\xf0','\x18','\x32','\x64','\x18','\x32','\x63','\x18','\x32','\x61','\x98','\x3f','\xe1','\x98','\x32','\x60','\x18','\x32','\x60','\x1a','\x32','\x60','\x1f','\x3f','\xe1','\xf8','\x30','\x6f','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x20','\x60','\x18','\x60','\x60','\x18','\x43','\xe0','\x18','\x80','\xc0','\x18','\x1c','\xe0','\x1c','\x18','\xc0','\x18','\x18','\xc9','\x18','\xff','\xfc','\x98','\x18','\xc0','\xd8','\x18','\xc0','\xd8','\x1f','\xc0','\xd8','\x18','\xc0','\x18','\x18','\xc2','\x18','\x1f','\xc1','\x18','\x18','\xc1','\x98','\x18','\xc1','\x98','\x18','\xc9','\x98','\xff','\xfc','\x1a','\x66','\xc0','\x1f','\x66','\xc0','\xf8','\x64','\xc7','\x98','\x6c','\xf0','\x18','\x68','\x70','\x18','\x70','\x00','\x18','\x60','\x08','\x18','\x7f','\xfc','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x00','\x00','\x0c','\x00','\x60','\x3e','\xff','\xf4','\xf0','\x0c','\x07','\x80','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x06','\x18','\x07','\xff','\x10','\xc6','\x30','\x3f','\xe6','\x30','\x38','\xc6','\x30','\x78','\xc6','\x30','\x58','\xc6','\x30','\x98','\xc6','\x30','\x18','\xc6','\x30','\x18','\xcc','\x30','\x18','\xcc','\x30','\x1f','\xcc','\x30','\x18','\xc8','\x30','\x18','\xd8','\x30','\x18','\x10','\x30','\x00','\x20','\x30','\x00','\x00','\x30','\x72','\x10','\x0c','\x62','\x10','\x1e','\x6c','\x61','\x38','\x65','\x29','\xe0','\x62','\x11','\x80','\x64','\x21','\x80','\x65','\x29','\x80','\x7f','\xfd','\x86','\x68','\x85','\xff','\x60','\x01','\x98','\x7f','\xfd','\x98','\x62','\x11','\x98','\x62','\x11','\x98','\x6c','\x61','\x98','\x65','\x29','\x98','\x62','\x11','\x98','\x64','\x21','\x98','\x65','\x29','\x98','\x7f','\xfd','\x98','\x68','\x85','\x18','\x60','\x01','\x18','\x7f','\xfb','\x18','\x60','\x02','\x18','\x60','\x04','\x18','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xcc','\x06','\xff','\xef','\xff','\x18','\x18','\x00','\x18','\x10','\x00','\x18','\x28','\x0c','\x19','\x8f','\xfe','\x1f','\xcc','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\xcc','\x19','\x8c','\xcc','\x19','\xbf','\xff','\x19','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x23','\x0c','\x0c','\x63','\x0c','\x0c','\x4f','\x0c','\x7c','\x86','\x0c','\x18','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\xcc','\x06','\xff','\xef','\xff','\x18','\x08','\xc0','\x18','\x10','\xc0','\x18','\x00','\xc6','\x19','\xbf','\xff','\x1f','\xc0','\xc0','\x19','\x80','\xc0','\x19','\x90','\xc6','\x19','\x9f','\xff','\x19','\x98','\xc6','\x19','\x98','\xc6','\x19','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x23','\x18','\xde','\x63','\x18','\xcc','\x4f','\x00','\xc0','\x86','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x01','\x01','\x00','\x00','\xc1','\xc0','\x10','\x61','\x80','\x10','\x62','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x1c','\x04','\x60','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x00','\x00','\x60','\x60','\x00','\x7f','\xf0','\x00','\x60','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\xe0','\x03','\x00','\xc0','\x0c','\x07','\xc0','\x30','\x01','\x80','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x06','\x0c','\xcf','\xff','\xff','\xf8','\x00','\x18','\x10','\x00','\x18','\x20','\x30','\x18','\x01','\xf8','\x19','\x9f','\x80','\x1f','\xc1','\x80','\x19','\x81','\x8c','\x19','\x9f','\xfe','\x19','\x81','\x80','\x19','\x81','\x80','\x19','\x81','\x86','\x19','\xbf','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x82','\x23','\x01','\x82','\x63','\x01','\x83','\x4f','\x01','\xff','\x86','\x00','\xfe','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x06','\x0c','\xcf','\xff','\xff','\xf8','\x00','\x18','\x10','\x00','\x18','\x24','\xe0','\x18','\x06','\xc0','\x19','\x86','\xc0','\x1f','\xcc','\xcc','\x19','\x8f','\xfe','\x19','\x88','\xc0','\x19','\x90','\xc0','\x19','\x80','\xc0','\x19','\x80','\xcc','\x19','\x8f','\xfe','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x23','\x00','\xc0','\x63','\x00','\xc6','\x4f','\x3f','\xff','\x86','\x00','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x0c','\x0c','\x0f','\xfe','\x0c','\xd8','\x00','\xff','\xf1','\xc0','\x18','\x21','\x88','\x18','\x1f','\xfc','\x18','\x03','\x00','\x19','\x82','\x20','\x1f','\xc4','\x18','\x19','\xbf','\xfc','\x19','\x9e','\x0c','\x19','\x80','\x00','\x19','\x99','\x30','\x19','\x99','\x30','\x19','\x99','\x30','\x31','\x99','\x30','\x31','\x99','\x30','\x31','\x99','\x32','\x23','\x11','\x32','\x63','\x31','\x33','\x4f','\x21','\x3f','\x86','\x40','\x1e','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x0c','\x0c','\x0f','\xfe','\x0c','\xd8','\x00','\xff','\xf0','\x60','\x18','\x21','\xf0','\x18','\x07','\x88','\x18','\x10','\x8c','\x19','\x8c','\x88','\x1f','\xc4','\x92','\x19','\xbf','\xff','\x19','\x86','\xa0','\x19','\x84','\x90','\x19','\x8c','\x98','\x19','\x88','\x8c','\x19','\x9f','\xff','\x31','\xe8','\x8e','\x31','\x88','\x88','\x31','\x8f','\xf8','\x23','\x08','\x88','\x63','\x08','\x88','\x4f','\x0f','\xf8','\x86','\x08','\x08','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x1f','\xc0','\x0c','\x00','\x88','\x0c','\xc8','\x8c','\xff','\xe6','\x88','\x18','\x02','\x90','\x18','\x00','\x86','\x18','\x3f','\xff','\x19','\x83','\xa0','\x1f','\xc6','\x90','\x19','\x84','\x98','\x19','\x88','\x8f','\x19','\xb0','\x86','\x19','\x80','\x80','\x19','\x9f','\xfc','\x19','\x90','\x84','\x31','\x90','\x84','\x31','\x9f','\xfc','\x31','\x90','\x84','\x23','\x10','\x84','\x63','\x10','\x84','\x4f','\x1f','\xfc','\x86','\x10','\x04','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x37','\x00','\x00','\x36','\x00','\x00','\x66','\x00','\x00','\x66','\x00','\x00','\x66','\x00','\x00','\xc6','\x00','\x00','\xc6','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x00','\x00','\x00','\x00','\x00','\x30','\x3f','\xff','\xf8','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1f','\x00','\x00','\x36','\x00','\x00','\x36','\x00','\x00','\x66','\x00','\x00','\x66','\x00','\x00','\xc6','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x7e','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x02','\x00','\x30','\x03','\xff','\xf8','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x00','\x00','\x00','\x10','\x00','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x0e','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x1c','\x00','\x18','\x1a','\x00','\x30','\x19','\x00','\x30','\x31','\x80','\x20','\x30','\xc0','\x60','\x60','\x70','\x40','\xc0','\x3e','\x81','\x80','\x1c','\x06','\x00','\x0c','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x00','\xc0','\x00','\x81','\xc0','\x00','\x81','\x80','\x00','\x43','\x80','\x00','\x67','\x00','\x00','\x3e','\x00','\x00','\x1c','\x00','\x00','\x37','\x00','\x00','\xe3','\xe0','\x07','\x80','\xfe','\x78','\x00','\x3c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xfa','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc4','\x00','\x66','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x20','\x0c','\x00','\x3f','\xfe','\x43','\x30','\x0c','\x7f','\xb0','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x00','\x7f','\x33','\x80','\x63','\x33','\x00','\x63','\x33','\x08','\x63','\x33','\x0e','\x63','\x33','\x1c','\x63','\x33','\x30','\x63','\x33','\xc0','\x7f','\x23','\x00','\x63','\x63','\x00','\x60','\x63','\x02','\x00','\x43','\x02','\x00','\xc3','\x02','\x00','\x83','\x03','\x01','\x03','\xff','\x00','\x01','\xfe','\x00','\x00','\x00','\x00','\x60','\x00','\x7f','\xf2','\x0c','\x00','\x03','\xfe','\x00','\x03','\x0c','\x01','\x83','\x0c','\x3f','\xc3','\x0c','\x01','\x93','\x0c','\x01','\x9f','\x0c','\x19','\x9b','\xfc','\xfd','\xb3','\x0c','\x19','\xa3','\x0c','\x19','\xc3','\x0c','\x19','\xc3','\x0c','\x19','\xa3','\x0c','\x11','\xa3','\x0c','\x11','\x93','\xfc','\x31','\x9b','\x0c','\x21','\x8c','\x00','\x21','\x87','\x00','\x41','\x83','\xe0','\x81','\x80','\xff','\x0f','\x80','\x1e','\x03','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x00','\x60','\x00','\x23','\xf2','\x0c','\x3e','\x03','\xfe','\x30','\x03','\x0c','\x30','\xe3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\xff','\xc3','\x0c','\x78','\xc3','\x7c','\x41','\x83','\x18','\x01','\x83','\x00','\x03','\x03','\x00','\x0c','\x03','\x00','\x02','\x00','\xc0','\x03','\xff','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\x00','\x18','\x07','\xff','\xfc','\x0c','\x63','\x18','\x18','\xc6','\x18','\x61','\x86','\x18','\x03','\x0c','\x38','\x0c','\x18','\x30','\x30','\x30','\x30','\x00','\xc0','\x70','\x07','\x03','\xe0','\x00','\x00','\xc0','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\xe0','\x04','\x00','\xc0','\x00','\xff','\xff','\xff','\x01','\x80','\xc0','\x03','\x01','\xc0','\x06','\x03','\x80','\x0f','\xf6','\x00','\x0c','\x1f','\x80','\x00','\x71','\xf0','\x03','\xc0','\x38','\x3c','\x00','\x18','\x00','\x01','\xc0','\x00','\x01','\x88','\x43','\x21','\x8e','\x7f','\x91','\x8c','\x63','\x11','\x8c','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x90','\x63','\x01','\xa0','\x7f','\x01','\x86','\x63','\x7f','\xff','\x63','\x06','\x60','\x63','\x06','\x60','\x63','\x06','\x60','\x63','\x06','\x60','\x63','\x06','\x60','\x7f','\x06','\x60','\x63','\x0c','\x60','\x60','\x0c','\x62','\x00','\x08','\x62','\x00','\x18','\x62','\x00','\x10','\x63','\x00','\x20','\x7f','\x00','\xc0','\x3e','\x00','\x00','\x18','\x3f','\xff','\xfc','\x02','\x01','\x00','\x03','\x81','\xc0','\x03','\x01','\x80','\x06','\x01','\x00','\x04','\x83','\x20','\x08','\x42','\x10','\x3f','\xef','\xf8','\x1c','\x67','\x18','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x20','\xe7','\x10','\x18','\xc6','\x1c','\x0c','\xc6','\x38','\x0c','\xc6','\x60','\x00','\xc7','\x80','\x02','\xc6','\x60','\x1c','\xc6','\x30','\xf9','\x86','\x18','\x61','\x86','\x1a','\x43','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\x60','\x03','\xfe','\x00','\x00','\x10','\x00','\x0c','\x1c','\x43','\x03','\xb8','\x7f','\x80','\xe0','\x63','\x03','\xb8','\x63','\x3e','\x18','\x63','\x03','\x80','\x63','\x03','\x06','\x63','\x7f','\xff','\x63','\x06','\x00','\x7f','\x06','\xe0','\x63','\x0c','\xc0','\x63','\x08','\xc6','\x63','\x1f','\xff','\x63','\x38','\xc6','\x63','\xd8','\xc6','\x63','\x18','\xc6','\x7f','\x18','\xc6','\x63','\x18','\xc6','\x60','\x18','\xc6','\x00','\x18','\xde','\x00','\x18','\xcc','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\x3f','\xfe','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x30','\x63','\x1f','\xf8','\x63','\x06','\x30','\x63','\x06','\x30','\x7f','\x06','\x30','\x63','\x06','\x30','\x63','\x06','\x36','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x10','\x18','\x7f','\x1f','\xfc','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x01','\xc0','\x00','\x11','\x80','\x43','\x1d','\x80','\x7f','\x99','\x80','\x63','\x19','\x8c','\x63','\x3f','\xfe','\x63','\x31','\x80','\x63','\x21','\x80','\x63','\x41','\x80','\x7f','\x01','\x80','\x63','\x01','\x86','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x02','\x00','\x60','\x03','\xff','\xf0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\xff','\xe0','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x00','\x00','\x1b','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x19','\x84','\x08','\x31','\x82','\x1c','\x31','\x83','\x30','\x21','\x81','\x80','\x61','\x9c','\xe0','\x4f','\xf0','\x7f','\x87','\x80','\x3e','\x04','\x00','\x0e','\x04','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x00','\x01','\x00','\x00','\x0c','\xc0','\x10','\x0c','\x4c','\x1f','\xff','\xfe','\x18','\x06','\x00','\x18','\x06','\x10','\x18','\xc6','\x1c','\x1f','\xe3','\x38','\x18','\xc3','\x70','\x18','\xc1','\xe0','\x30','\xc0','\x82','\x31','\xc1','\xc2','\x21','\x83','\x62','\x6f','\x8c','\x73','\x43','\x30','\x3f','\x80','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x08','\x7e','\x0c','\xcf','\xe0','\xff','\xec','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0c','\x0f','\xff','\x0f','\x8c','\x30','\xfe','\x0c','\x30','\x7c','\x0c','\x30','\x4c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x10','\x30','\x7c','\x20','\x30','\x18','\x40','\x30','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x38','\x0c','\x00','\x30','\x1e','\x46','\x31','\x38','\x7f','\x31','\xe0','\x66','\x31','\x80','\x67','\xff','\x80','\x66','\x31','\x80','\x66','\x31','\x86','\x66','\x31','\xff','\x66','\x79','\x98','\x7e','\x75','\x98','\x66','\x75','\x98','\x66','\x75','\x98','\x66','\xf1','\x98','\x66','\xb1','\x98','\x66','\xb1','\x98','\x67','\x31','\x98','\x7e','\x31','\x98','\x66','\x31','\x98','\x60','\x31','\x18','\x00','\x33','\x18','\x00','\x32','\x18','\x00','\x34','\x18','\x00','\x30','\x18','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\xff','\xc3','\x06','\x79','\x83','\xff','\x41','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x38','\x03','\x00','\x04','\x00','\x20','\x07','\xff','\xf0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x27','\xff','\xe0','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x18','\x04','\xcf','\xff','\xf0','\x00','\x18','\x00','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x0e','\x38','\x00','\x0c','\x30','\x43','\x0c','\x32','\x7f','\xff','\xff','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x01','\xc0','\x63','\x01','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\xff','\xff','\x63','\x03','\x40','\x7f','\x03','\x40','\x63','\x06','\x20','\x60','\x06','\x30','\x00','\x0c','\x18','\x00','\x18','\x1f','\x00','\x30','\x0e','\x00','\xc0','\x06','\x00','\x10','\x00','\x00','\x10','\x06','\x43','\x3f','\xff','\x7f','\xf0','\x06','\x63','\x61','\xc4','\x63','\x01','\x80','\x63','\x7f','\xfe','\x63','\x01','\x80','\x63','\x21','\x8c','\x63','\x3f','\xfe','\x7f','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x7f','\x01','\x80','\x63','\x01','\x86','\x60','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\xc0','\x00','\x21','\x80','\x43','\x21','\x86','\x7f','\xbf','\xff','\x63','\x60','\x06','\x63','\x60','\x04','\x63','\x00','\x18','\x63','\x3f','\xfc','\x63','\x00','\x00','\x7f','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x1f','\xf8','\x00','\x18','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x10','\x30','\x00','\x1f','\xf8','\x43','\x18','\x30','\x7f','\x98','\x30','\x63','\x1f','\xf0','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x1f','\xf0','\x7f','\x00','\x00','\x63','\x00','\x06','\x63','\xff','\xff','\x63','\x18','\x00','\x63','\x10','\x0c','\x63','\x3f','\xfe','\x7f','\x26','\x6c','\x63','\x4c','\x4c','\x60','\x88','\xcc','\x00','\x10','\x8c','\x00','\x21','\x0c','\x00','\xc2','\x1c','\x00','\x04','\x18','\x00','\x18','\xf8','\x00','\x00','\x30','\x00','\x10','\x00','\x00','\x10','\x06','\x43','\x3f','\xff','\x7f','\xf0','\x06','\x63','\x60','\x04','\x63','\x10','\x18','\x63','\x1f','\xfc','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x01','\xc0','\x63','\x01','\x86','\x7f','\x7f','\xff','\x63','\x00','\x00','\x60','\x00','\x00','\x00','\x08','\x20','\x00','\x0e','\x18','\x00','\x1c','\x0c','\x00','\x30','\x0e','\x00','\xc0','\x06','\x20','\xc0','\x18','\x3f','\xef','\xfc','\x30','\xc4','\xc0','\x30','\xc4','\xc0','\x3f','\xc4','\xc0','\x30','\xc4','\xcc','\x30','\xdf','\xfe','\x3f','\xc1','\x80','\x31','\x01','\xe0','\x30','\x83','\x64','\x33','\xc2','\x66','\xfc','\x64','\x7e','\x70','\x68','\x3c','\x40','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x40','\x18','\x40','\x7f','\xfc','\x30','\x60','\x18','\x18','\x7f','\xf8','\x0c','\x60','\x18','\x0c','\x60','\x18','\x00','\x7f','\xf8','\x00','\x21','\x00','\x00','\x31','\x8c','\x00','\x7f','\xfe','\x0c','\x61','\x80','\xfc','\xe1','\x80','\x0d','\x7f','\xfc','\x0e','\x61','\x80','\x0c','\x61','\x80','\x0c','\x7f','\xfc','\x0c','\x61','\x80','\x0c','\x61','\x86','\x0c','\x7f','\xff','\x0c','\x60','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x88','\x43','\x3f','\xfc','\x7f','\x81','\x80','\x63','\x01','\x84','\x63','\x7f','\xfe','\x63','\x00','\x00','\x63','\x18','\x18','\x63','\x10','\x10','\x7f','\xfe','\xfe','\x63','\x10','\x10','\x63','\x10','\x10','\x63','\x1c','\x12','\x63','\xf1','\xff','\x63','\x40','\x00','\x63','\x00','\x00','\x7f','\x7f','\xfe','\x63','\x0c','\x60','\x60','\x0c','\x60','\x00','\x18','\x62','\x00','\x18','\x62','\x00','\x30','\x63','\x00','\x60','\x7f','\x01','\x80','\x3e','\x00','\x1c','\x40','\x00','\x18','\x70','\x46','\x18','\x60','\x7f','\xff','\xe0','\x66','\x00','\x60','\x66','\x00','\x46','\x66','\x7e','\xff','\x66','\x42','\x88','\x66','\x43','\x4e','\x7e','\x7e','\x4c','\x66','\x00','\x4c','\x66','\x06','\x4c','\x66','\xff','\x28','\x66','\x06','\x28','\x66','\x04','\x38','\x66','\x18','\x10','\x7e','\x18','\x10','\x67','\xff','\x38','\x61','\xf8','\x28','\x01','\x18','\x2c','\x00','\x18','\x6c','\x00','\x18','\x4f','\x00','\xf8','\x86','\x00','\x31','\x06','\x07','\x20','\x80','\x86','\x38','\xe0','\x66','\x70','\xc0','\x26','\x41','\x86','\x06','\x81','\xff','\x7f','\xf2','\x10','\x46','\x15','\x1c','\x46','\x91','\x18','\x56','\x50','\xb0','\x56','\x50','\x60','\x56','\x50','\xf0','\x66','\x11','\x9c','\x46','\x76','\x0f','\x46','\x20','\x06','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x0e','\x70','\x00','\x0c','\x60','\x43','\x0c','\x66','\x7f','\xff','\xff','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x00','\x04','\x63','\x7f','\xfe','\x63','\x11','\x88','\x7f','\x11','\x88','\x63','\x11','\x8a','\x63','\xff','\xff','\x63','\x11','\x88','\x63','\x11','\x88','\x63','\x11','\x88','\x63','\x7f','\xfe','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x86','\x00','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x06','\x7f','\xff','\xff','\x63','\x03','\x44','\x63','\x42','\x46','\x63','\x36','\x28','\x63','\x14','\x30','\x63','\x08','\x18','\x7f','\x1f','\xfc','\x63','\x2c','\x3f','\x63','\x4c','\x36','\x63','\x0f','\xf0','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0f','\xf0','\x7f','\x01','\x80','\x63','\x21','\x90','\x60','\x39','\x8c','\x00','\x31','\x86','\x00','\x61','\x87','\x00','\x41','\x83','\x00','\x8f','\x80','\x00','\x03','\x00','\x00','\x00','\x18','\x00','\x01','\xfc','\x46','\x3f','\xc8','\x7f','\x11','\x0c','\x66','\x08','\x88','\x66','\x48','\x92','\x66','\x7f','\xff','\x66','\xc2','\x06','\x66','\xc1','\x88','\x66','\x0c','\x80','\x7e','\x2c','\x28','\x66','\x6c','\x26','\x66','\x47','\xe2','\x66','\x08','\x00','\x66','\x0c','\x18','\x66','\x0f','\xfc','\x66','\x18','\x18','\x7e','\x14','\x30','\x66','\x23','\x60','\x60','\xc1','\xc0','\x00','\x03','\x60','\x00','\x06','\x38','\x00','\x18','\x1f','\x00','\xe0','\x06','\x00','\x0e','\x70','\x00','\x0c','\x66','\x46','\xff','\xff','\x7f','\x0c','\x60','\x66','\x0c','\x60','\x66','\x40','\x06','\x66','\x7f','\xff','\x66','\xc0','\x06','\x66','\xcf','\xe4','\x7e','\x00','\x00','\x66','\x00','\x06','\x66','\xff','\xff','\x66','\x03','\x00','\x66','\x0e','\x08','\x66','\x33','\x0e','\x66','\xc5','\x8c','\x7e','\x09','\xd0','\x66','\x32','\xe0','\x60','\xc6','\xd0','\x00','\x0c','\xcc','\x00','\x18','\xcf','\x00','\x61','\xc6','\x01','\x87','\x80','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x46','\x41','\x86','\x7f','\x7f','\xff','\x66','\x60','\x00','\x66','\x61','\x10','\x66','\x6f','\xfe','\x66','\x61','\x10','\x66','\x61','\x10','\x7e','\x7f','\xff','\x66','\x60','\x40','\x66','\x60','\x40','\x66','\x67','\xfc','\x66','\x64','\x44','\x66','\x64','\x44','\x66','\x67','\xfc','\x7e','\x64','\x44','\x66','\xc4','\x44','\x60','\xc7','\xfc','\x00','\x80','\x00','\x01','\x82','\x10','\x01','\x03','\x0c','\x02','\x06','\x06','\x00','\x18','\x06','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x21','\x86','\x63','\x3f','\xff','\x63','\x30','\x00','\x63','\x30','\x00','\x63','\x30','\x80','\x7f','\x30','\xe0','\x63','\x30','\xc0','\x63','\x30','\xc0','\x63','\x30','\xc0','\x63','\x31','\x80','\x63','\x31','\x80','\x63','\x31','\x90','\x7f','\x21','\x08','\x63','\x61','\x0c','\x60','\x63','\x06','\x00','\x42','\x06','\x00','\xc2','\x3b','\x00','\x9f','\xe3','\x01','\x0f','\x03','\x00','\x08','\x00','\x00','\x10','\x18','\x00','\x0c','\x18','\x46','\x0c','\x20','\x7e','\x7f','\xfe','\x66','\x01','\x80','\x66','\x01','\x80','\x66','\x3f','\xfc','\x66','\x01','\x80','\x66','\x01','\x82','\x7e','\xff','\xff','\x66','\x00','\x00','\x66','\x04','\xe8','\x66','\x0e','\xc6','\x66','\x78','\xc2','\x66','\x08','\xc0','\x66','\xff','\xff','\x7e','\x08','\xc8','\x60','\x08','\x4c','\x60','\xfe','\x58','\x00','\x78','\x32','\x00','\x48','\x72','\x00','\x08','\xda','\x00','\x7b','\x0f','\x00','\x30','\x03','\x04','\x00','\x20','\x07','\xff','\xf0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x02','\x00','\x00','\x07','\x42','\x38','\x1c','\x42','\x0e','\x67','\xff','\xe6','\x00','\x42','\x00','\x07','\xff','\xe0','\x00','\x42','\x00','\x00','\x42','\x0c','\x7f','\xff','\xfe','\x00','\xe4','\x10','\x03','\x82','\x38','\x1f','\x83','\x60','\xf1','\x81','\xc0','\x01','\xfc','\xf0','\x1f','\xc0','\x3f','\x0e','\x00','\x0e','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x01','\x8c','\x3f','\xff','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x39','\x00','\x00','\x30','\xc0','\x00','\x30','\xc0','\x00','\x30','\x00','\x20','\x30','\x18','\x3f','\xff','\xfc','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x31','\x18','\x3f','\xff','\x98','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xff','\xf8','\x30','\x18','\x18','\x30','\x18','\x40','\x00','\x0c','\xe0','\x00','\x0d','\xc0','\x00','\x07','\x02','\x00','\x1e','\x02','\x00','\x73','\x82','\x03','\xc1','\xe3','\x7c','\x00','\x7f','\x00','\x00','\x1e','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\x80','\x0c','\x03','\xff','\xfe','\x06','\x00','\x0c','\x1f','\x0c','\x0c','\x66','\x1e','\x0c','\x06','\x70','\x0c','\x07','\x80','\x0c','\x06','\x02','\x0c','\x06','\x03','\x0c','\x07','\xff','\x1c','\x03','\xfe','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x21','\x80','\xe0','\x3f','\xc0','\xc0','\x31','\x9c','\xc7','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc0','\x31','\x9c','\xc7','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x21','\x98','\xc6','\x61','\x98','\xc6','\x41','\x9f','\xfe','\x4f','\x98','\x06','\x83','\x18','\x06','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x91','\x98','\x31','\x9f','\xfc','\x31','\x98','\x18','\x31','\x98','\x18','\x3f','\x98','\x18','\x31','\x9f','\xf8','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x98','\x18','\x31','\x9f','\xf8','\x3f','\x99','\x04','\x31','\x99','\x0e','\x31','\x98','\x9c','\x31','\x98','\xb0','\x31','\x98','\xc0','\x21','\x98','\x40','\x21','\x98','\x60','\x61','\x99','\xb8','\x41','\xfe','\x1f','\x4f','\xb8','\x0e','\x83','\x20','\x06','\x01','\xc1','\xc0','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x00','\x40','\x03','\xff','\xe0','\x07','\x81','\xb8','\x0d','\x81','\x9f','\x31','\xff','\x8e','\xc1','\x81','\x86','\x01','\x81','\x80','\x01','\xff','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x0f','\x80','\x18','\x03','\x00','\x23','\x0e','\x70','\x3f','\x0c','\x66','\x33','\xff','\xff','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x20','\x06','\x33','\x3f','\xff','\x3f','\x60','\x06','\x33','\x67','\xe4','\x33','\x00','\x00','\x33','\x00','\x06','\x33','\x7f','\xff','\x33','\x07','\x00','\x33','\x0e','\x08','\x3f','\x13','\x0e','\x33','\x65','\x8c','\x33','\x09','\xd0','\x33','\x13','\xe0','\x33','\x66','\xf0','\x23','\x0c','\xdc','\x63','\x18','\xcf','\x43','\x61','\xc6','\x4f','\x07','\x80','\x86','\x03','\x00','\x26','\x1c','\x70','\x3f','\x18','\x66','\x26','\x19','\x7f','\x26','\xff','\xe0','\x26','\x44','\x60','\x26','\x26','\x7e','\x26','\x24','\x06','\x3e','\x09','\x86','\x27','\xff','\xc6','\x26','\x00','\x7e','\x26','\x00','\x60','\x26','\x7e','\x60','\x26','\x42','\x7e','\x26','\x42','\x60','\x3e','\x7e','\x60','\x26','\x42','\x7e','\x26','\x42','\x60','\x26','\x7e','\x60','\x26','\x42','\x7e','\x66','\x42','\x60','\x46','\x42','\x62','\x46','\x42','\x63','\x5e','\x5e','\x7f','\x8c','\x4c','\x3e','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\x99','\xf0','\x00','\x18','\x00','\x1f','\x99','\xf8','\x00','\x00','\x00','\x10','\x82','\x0c','\xff','\xfb','\xfe','\x10','\x83','\x0c','\x1f','\x83','\x0c','\x06','\x03','\xfc','\x7f','\xe3','\x0c','\x46','\x23','\x0c','\x46','\x23','\xfc','\x7f','\xe3','\x0c','\x06','\x03','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x0c','\x7c','\x06','\x30','\x18','\x00','\x1c','\x00','\x00','\x18','\x80','\x00','\x18','\x60','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\xe0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc0','\x06','\x18','\xc2','\x0c','\x18','\xc2','\x0c','\x18','\xc2','\x08','\x18','\xc3','\x10','\x18','\xff','\x20','\x18','\x7e','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x3c','\x30','\x0c','\x3c','\x30','\x0c','\x7a','\xf0','\x0c','\x7a','\x60','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3c','\x30','\x18','\x1f','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x03','\x00','\x3f','\xff','\x80','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x0c','\x03','\x87','\xfe','\x03','\x06','\x0c','\x03','\x00','\x0c','\x06','\x00','\x1c','\x0c','\x00','\x18','\x18','\x00','\xf8','\x60','\x1c','\x30','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x01','\x80','\x0c','\x3f','\xc0','\x0c','\x01','\x00','\x0c','\x01','\x00','\x0d','\x81','\x00','\xff','\xc1','\x00','\x0c','\x01','\x00','\x0c','\x01','\x00','\x0c','\x03','\x00','\x1e','\x03','\x00','\x1d','\x83','\x80','\x1c','\xc3','\x80','\x3c','\xc2','\x80','\x2c','\x06','\x80','\x2c','\x06','\xc0','\x6c','\x06','\x40','\x4c','\x04','\x60','\x8c','\x0c','\x60','\x0c','\x08','\x30','\x0c','\x18','\x38','\x0c','\x10','\x1c','\x0c','\x20','\x1f','\x0c','\x40','\x0e','\x0d','\x80','\x06','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc3','\x0c','\x0c','\x3f','\xfe','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x1e','\x03','\x0c','\x1d','\x83','\x0c','\x1c','\xc3','\x0c','\x3c','\xc3','\x0c','\x2c','\x03','\x0c','\x2c','\x03','\x0c','\x6c','\x03','\x0c','\x4c','\x06','\x0c','\x8c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x04','\x0c','\x0c','\x0c','\x1c','\x0c','\x08','\x18','\x0c','\x10','\xf8','\x0c','\x60','\x30','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x03','\x0c','\x0d','\x83','\x0c','\xff','\xc3','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x1e','\x03','\x0c','\x1d','\x83','\x0c','\x1c','\xc3','\x0c','\x3c','\xc3','\x0c','\x2c','\x07','\x0c','\x2c','\x06','\x0c','\x6c','\x06','\x0c','\x4c','\x06','\x0c','\x8c','\x04','\x0c','\x0c','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x18','\x1c','\x0c','\x10','\x18','\x0c','\x20','\xf8','\x0c','\xc0','\x30','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x01','\x86','\x1e','\x7f','\xff','\x1d','\x81','\x80','\x3c','\xc1','\x80','\x2c','\xc1','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x00','\x0c','\x0c','\xc0','\x0c','\xff','\xe0','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x1e','\x08','\x0c','\x1d','\x8f','\xfc','\x1c','\xcc','\x0c','\x3c','\xcc','\x0c','\x2c','\x0c','\x00','\x2c','\x0c','\x00','\x6c','\x0c','\x00','\x4c','\x0c','\x00','\x8c','\x0c','\x00','\x0c','\x0c','\x02','\x0c','\x0c','\x02','\x0c','\x0c','\x02','\x0c','\x0c','\x03','\x0c','\x0f','\xff','\x0c','\x07','\xfe','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x81','\x80','\x1c','\xc1','\x80','\x3c','\xc1','\x80','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x20','\x0c','\x03','\x18','\x0c','\x03','\x0c','\x0d','\x83','\x0c','\xff','\xc3','\x00','\x0c','\x03','\x06','\x0c','\x3f','\xff','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x81','\x80','\x1c','\xc1','\x80','\x3c','\xc1','\xc0','\x2c','\x00','\xc0','\x2c','\x00','\xc0','\x6c','\x00','\xc0','\x4c','\x00','\xe0','\x8c','\x00','\x60','\x0c','\x00','\x72','\x0c','\x00','\x32','\x0c','\x00','\x3a','\x0c','\x00','\x1f','\x0c','\x00','\x0f','\x0c','\x00','\x06','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0d','\x80','\xc0','\xff','\xc0','\xc0','\x0c','\x1c','\xc7','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x1e','\x18','\xc6','\x1d','\x98','\xc6','\x1c','\xd8','\xc6','\x3c','\xd8','\xc6','\x2c','\x18','\xc6','\x2c','\x18','\xc6','\x6c','\x18','\xc6','\x4c','\x18','\xc6','\x8c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x06','\x00','\x0d','\x86','\x00','\xff','\xc6','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0c','\x0c','\x07','\xfe','\x1e','\x06','\x0c','\x1d','\x86','\x0c','\x1c','\xc6','\x0c','\x3c','\xc6','\x0c','\x2c','\x0e','\x0c','\x2c','\x0c','\x0c','\x6c','\x0c','\x0c','\x4c','\x0c','\x0c','\x8c','\x08','\x0c','\x0c','\x18','\x1c','\x0c','\x10','\x18','\x0c','\x30','\x18','\x0c','\x20','\x38','\x0c','\x41','\xf0','\x0c','\x80','\x60','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x01','\x80','\x1e','\x01','\x8c','\x1d','\xbf','\xfe','\x3c','\xc1','\x80','\x2c','\xc1','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xfa','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xc0','\x07','\x18','\x70','\x0e','\x18','\x3f','\x38','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x44','\x10','\x10','\x42','\x0c','\x30','\xc2','\x06','\xe0','\xc3','\x07','\xc0','\xc3','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xf9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\x60','\x80','\x06','\x00','\xe3','\x00','\x01','\xc0','\xe0','\x03','\x80','\x38','\x07','\x20','\x1c','\x0c','\x38','\x0e','\x30','\x30','\x06','\xc0','\x61','\x00','\x00','\x40','\xc0','\x00','\x80','\x70','\x0f','\xff','\xb8','\x07','\xe0','\x18','\x04','\x00','\x18','\x0e','\x00','\x18','\x0c','\x1f','\xfc','\x0c','\x00','\x18','\x0c','\x00','\x30','\x0d','\x84','\x20','\xff','\xc3','\x40','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x00','\x06','\x1e','\x3f','\xff','\x1d','\x81','\x86','\x1c','\xc1','\x84','\x3c','\xc1','\x88','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x91','\x80','\xff','\xdd','\xa0','\x0c','\x19','\x98','\x0c','\x19','\x8c','\x0e','\x19','\x86','\x1d','\x19','\x87','\x1d','\x91','\x83','\x1d','\xb1','\x90','\x3c','\x21','\x9c','\x2c','\x41','\x98','\x2c','\x0f','\xb0','\x6c','\x03','\x30','\x4c','\x00','\x60','\x8c','\x00','\xc0','\x0c','\x01','\x80','\x0c','\x03','\x00','\x0c','\x06','\x00','\x0c','\x0c','\x00','\x0c','\x30','\x00','\x0c','\xc0','\x00','\x0e','\x08','\x40','\x0c','\x0e','\x40','\x0c','\x0c','\x40','\x0c','\x0c','\x40','\x0d','\x88','\x20','\xff','\xc8','\x20','\x0c','\x18','\x30','\x0c','\x10','\x10','\x0c','\x10','\x18','\x1c','\x20','\x0c','\x1e','\x3f','\xff','\x1d','\x46','\x36','\x3d','\x86','\x30','\x2d','\x86','\x30','\x2c','\x06','\x30','\x6c','\x06','\x30','\x4c','\x0c','\x30','\x8c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x70','\x0c','\x10','\x60','\x0c','\x23','\xe0','\x0c','\xc0','\xc0','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x83','\x06','\xff','\xff','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x1e','\x06','\x0c','\x1d','\x87','\xfe','\x1c','\xc6','\x0c','\x3c','\xc6','\x0c','\x2c','\x06','\x0c','\x2c','\x06','\x0c','\x6c','\x06','\x0c','\x4c','\x0c','\x0c','\x8c','\x0c','\x0c','\x0c','\x0c','\x1c','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x30','\x38','\x0c','\x61','\xf0','\x0d','\x80','\x60','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0d','\x90','\x0c','\xff','\xdf','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x98','\x0c','\x1c','\xdf','\xfc','\x3c','\xd8','\x0c','\x2c','\x18','\x0c','\x2c','\x18','\x00','\x6c','\x18','\x00','\x4c','\x18','\x00','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x20','\x00','\x0c','\x60','\x00','\x0c','\x40','\x00','\x0c','\x80','\x00','\x0d','\x00','\x00','\x0e','\x00','\x38','\x0c','\x01','\xb0','\x0c','\x07','\xf0','\x0c','\x3e','\x30','\x0d','\x86','\x30','\xff','\xc6','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x1e','\x06','\x36','\x1d','\xbf','\xff','\x1c','\xc6','\x30','\x3c','\xc6','\x30','\x2c','\x06','\x30','\x2c','\x06','\x30','\x6c','\x0e','\x30','\x4c','\x0c','\x30','\x8c','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x30','\x0c','\x10','\x30','\x0c','\x20','\x30','\x0c','\x40','\x30','\x0c','\x00','\x30','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x06','\x30','\x0d','\x86','\x30','\xff','\xc6','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x1e','\x06','\x36','\x1d','\xbf','\xff','\x1c','\xc6','\x30','\x3c','\xc6','\x30','\x2c','\x06','\x30','\x2c','\x06','\x30','\x6c','\x06','\x30','\x4c','\x0e','\x30','\x8c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x30','\x0c','\x10','\x30','\x0c','\x20','\x30','\x0c','\x40','\x30','\x1c','\x70','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x1b','\x66','\x46','\xff','\xff','\x7f','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x1c','\x66','\x66','\x3a','\x66','\x66','\x3b','\x66','\x66','\x3b','\x66','\x66','\x38','\x66','\x66','\x78','\x66','\x66','\x58','\xc6','\x66','\x58','\xc6','\x66','\x98','\xc6','\x66','\x18','\xcc','\x66','\x18','\x8c','\x66','\x19','\x8c','\x7e','\x19','\x0c','\x66','\x19','\x7c','\x66','\x1a','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x18','\x0d','\x80','\x18','\xff','\xc0','\x18','\x0c','\x21','\x98','\x0c','\x3f','\xd8','\x0c','\x31','\x98','\x1e','\x31','\x98','\x1d','\x31','\x98','\x1d','\xb1','\x98','\x3d','\xb1','\x98','\x2c','\x31','\x98','\x2c','\x3f','\x98','\x6c','\x31','\x98','\x4c','\x30','\x18','\x8c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0e','\x18','\x0c','\x1d','\x80','\x00','\x1c','\xc0','\x00','\x1c','\xc0','\x06','\x3c','\x3f','\xff','\x2c','\x03','\x06','\x2c','\x03','\x06','\x6c','\x03','\x06','\x4c','\x03','\x06','\x8c','\x07','\x06','\x0c','\x06','\x06','\x0c','\x0e','\x0e','\x0c','\x0c','\x0c','\x0c','\x18','\x0c','\x0c','\x30','\x7c','\x0c','\xc0','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x1a','\x18','\x98','\x19','\x99','\xd8','\x18','\x99','\x18','\x18','\x1a','\x18','\x1f','\xff','\xf8','\x18','\x7a','\x18','\x00','\xda','\x00','\x00','\xd9','\x00','\x01','\x99','\x80','\x03','\x18','\xc0','\x06','\x18','\x70','\x0c','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x00','\x00','\x0c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x98','\x0c','\x1c','\xd8','\x0c','\x3c','\xd8','\x0c','\x2c','\x1f','\xfc','\x2c','\x18','\x0c','\x6c','\x00','\x00','\x4c','\x00','\x00','\x8c','\x08','\x20','\x0c','\x0e','\x10','\x0c','\x0c','\x18','\x0c','\x18','\x0c','\x0c','\x10','\x0e','\x0c','\x20','\x06','\x0c','\x40','\x06','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x00','\x0c','\x31','\x00','\x0d','\xb1','\xc0','\xff','\xf1','\x80','\x0c','\x31','\x98','\x0c','\x31','\xfc','\x0c','\x31','\x18','\x1e','\x33','\x18','\x1d','\x32','\x30','\x1d','\xb4','\x30','\x3d','\xb0','\x60','\x2c','\x30','\x70','\x2c','\x30','\xd0','\x6c','\x30','\x98','\x4c','\x31','\x0c','\x8c','\x32','\x0f','\x0c','\x34','\x06','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0d','\x98','\x06','\xff','\xdf','\xff','\x0c','\x30','\x06','\x0c','\x20','\x06','\x0c','\x40','\x06','\x1e','\x10','\xc6','\x1d','\x9f','\xe6','\x1c','\xd8','\xc6','\x3c','\xd8','\xc6','\x2c','\x18','\xc6','\x2c','\x18','\xc6','\x6c','\x18','\xc6','\x4c','\x1f','\xc6','\x8c','\x18','\xc6','\x0c','\x00','\x06','\x0c','\x00','\x0e','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x0e','\x10','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0d','\x98','\x30','\xff','\xd8','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x1e','\x18','\x30','\x1d','\x98','\x30','\x1c','\xd8','\x30','\x3c','\xd8','\x30','\x2c','\x18','\x30','\x2c','\x18','\x30','\x6c','\x1f','\xf0','\x4c','\x18','\x30','\x8c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0d','\x8c','\x06','\xff','\xcf','\xff','\x0c','\x1b','\x00','\x0c','\x13','\x00','\x0c','\x23','\x00','\x1e','\x43','\x0c','\x1d','\x83','\xfe','\x1c','\xc3','\x00','\x3c','\xc3','\x00','\x2c','\x03','\x00','\x2c','\x03','\x00','\x6c','\x03','\x06','\x4c','\x03','\xff','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x11','\xe0','\x0c','\x1f','\x00','\x0d','\x98','\x00','\xff','\xd8','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x60','\x1e','\x18','\x60','\x1d','\x98','\x60','\x1c','\xdb','\x60','\x3c','\xd8','\xe0','\x2c','\x18','\x70','\x2c','\x18','\x7c','\x6c','\x10','\x6e','\x4c','\x30','\x66','\x8c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x60','\x60','\x0c','\x40','\x60','\x0c','\x80','\x60','\x0d','\x00','\x60','\x0c','\x00','\x60','\x0e','\x00','\x18','\x0c','\x21','\xfc','\x0c','\x3f','\xc0','\x0c','\x30','\xc0','\x0d','\xb0','\xc0','\xff','\xf0','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xcc','\x1e','\x3f','\xfe','\x1d','\x30','\xc0','\x1d','\xb0','\xc0','\x3d','\xb0','\xc0','\x2c','\x30','\xe0','\x2c','\x30','\x60','\x6c','\x30','\x60','\x4c','\x30','\x60','\x8c','\x36','\x72','\x0d','\xf8','\x32','\x0c','\xe0','\x32','\x0c','\x80','\x1a','\x0c','\x01','\x9f','\x0c','\xff','\xcf','\x0c','\x00','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x3f','\xfc','\x1d','\xb1','\x8c','\x1c','\xc1','\x80','\x3c','\xc1','\x80','\x2c','\x01','\x80','\x2c','\x71','\x87','\x6c','\x61','\x86','\x4c','\x61','\x86','\x8c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x7f','\xfe','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0d','\x9f','\xfe','\xff','\xd8','\x0c','\x0c','\x30','\x0c','\x0c','\x20','\x0c','\x0c','\x7f','\x8c','\x1c','\x81','\x8c','\x1e','\x01','\x8c','\x1d','\x01','\x8c','\x3d','\xa1','\x8c','\x2d','\xbf','\x8c','\x2c','\x30','\x1c','\x6c','\x30','\x18','\x4c','\x30','\xf8','\x8c','\x30','\x30','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x02','\x0c','\x30','\x03','\x0c','\x3f','\xff','\x0c','\x1f','\xfe','\x0e','\x04','\x1c','\x0c','\x07','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0d','\x8c','\x18','\xff','\xcc','\x18','\x0c','\x0c','\x1a','\x0c','\x1b','\xff','\x0c','\x18','\x18','\x1e','\x38','\x18','\x1d','\x5a','\x18','\x1d','\x99','\x18','\x3d','\x99','\x98','\x2c','\x19','\x98','\x2c','\x19','\x98','\x6c','\x18','\x18','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\xf8','\x0c','\x18','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x8c','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x10','\x1e','\x10','\x1c','\x1d','\x88','\x18','\x1c','\xc8','\x18','\x3c','\xcc','\x18','\x2c','\x0c','\x10','\x2c','\x04','\x30','\x6c','\x06','\x30','\x4c','\x06','\x20','\x8c','\x06','\x20','\x0c','\x06','\x20','\x0c','\x00','\x40','\x0c','\x00','\x40','\x0c','\x00','\x46','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x00','\x18','\x0c','\x20','\xfc','\x0c','\x3f','\xe0','\x0c','\x30','\x20','\x0d','\xb3','\x20','\xff','\xf3','\x20','\x0c','\x33','\x20','\x0c','\x33','\x20','\x0c','\x33','\x20','\x1e','\x33','\x20','\x1d','\x33','\x20','\x1d','\xb3','\x30','\x3d','\xb3','\x10','\x2c','\x33','\x10','\x2c','\x33','\x10','\x6c','\x33','\x10','\x4c','\x33','\x18','\x8c','\x23','\x18','\x0c','\x63','\x48','\x0c','\x63','\x4c','\x0c','\x43','\xec','\x0c','\xdf','\x6f','\x0c','\x8c','\x66','\x0d','\x00','\x06','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x40','\x0d','\x8c','\x30','\xff','\xdb','\xdc','\x0c','\x30','\x0f','\x0c','\x60','\x06','\x0c','\xbf','\xf8','\x1e','\x21','\x08','\x1d','\x29','\x28','\x1d','\xa5','\x48','\x3d','\xa1','\x08','\x2c','\x3f','\xf8','\x2c','\x00','\x00','\x6c','\x00','\x00','\x4c','\x1f','\xf0','\x8c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x00','\xc0','\x0c','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x60','\x66','\xff','\xf7','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xf9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x0e','\x18','\x3f','\x38','\x18','\x1e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0d','\xb0','\x18','\xff','\xf7','\xfc','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x1e','\x30','\xc0','\x1d','\x30','\xd8','\x1d','\xb7','\xfc','\x3d','\xb0','\xc0','\x2c','\x30','\xc0','\x2c','\x30','\xc0','\x6c','\x30','\xc0','\x4c','\x30','\xc0','\x8c','\x30','\xcc','\x0c','\x37','\xfe','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x1c','\x06','\x06','\x18','\xff','\xff','\x18','\x06','\x06','\x18','\x06','\x06','\x1a','\x06','\x06','\xff','\x46','\x46','\x18','\x26','\x26','\x18','\x36','\x36','\x18','\x36','\x36','\x1c','\x06','\x06','\x3a','\x06','\x06','\x3b','\x06','\x06','\x3b','\x0e','\x0e','\x38','\x16','\x16','\x78','\x36','\x36','\x58','\xe6','\xe6','\x58','\x66','\x66','\x98','\x46','\x46','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x3e','\x3e','\x18','\x0c','\x0c','\x04','\x00','\x38','\x07','\x00','\x30','\x06','\x30','\x30','\x0f','\xf8','\x34','\x0c','\x37','\xfe','\x18','\x73','\x30','\x36','\x63','\x30','\x42','\xc3','\x30','\x01','\x83','\x32','\x03','\x0f','\xff','\x06','\x00','\x30','\x18','\x00','\x30','\x60','\x1c','\x30','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xf9','\x00','\x01','\xd8','\xc0','\x03','\x98','\x70','\x07','\x18','\x3f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xbf','\xff','\xff','\xc6','\x40','\x0c','\x06','\x40','\x0c','\x04','\x20','\x0e','\x0c','\x30','\x1d','\x08','\x1c','\x1d','\x97','\xef','\x1d','\xa0','\x06','\x3c','\x40','\x00','\x2c','\x3f','\xfc','\x2c','\x06','\x00','\x6c','\x06','\x18','\x4c','\x07','\xfc','\x8c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x00','\x18','\x0c','\x00','\x38','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x07','\x00','\x0c','\x06','\x10','\x0c','\x06','\x1c','\x0c','\x06','\xd8','\x0d','\xbf','\xf8','\xff','\xc6','\x30','\x0c','\x06','\x30','\x0c','\x06','\x66','\x0c','\x7f','\xff','\x1e','\x01','\x80','\x1d','\x83','\x00','\x1c','\xce','\x18','\x3c','\xcf','\xfc','\x2c','\x1c','\x00','\x2c','\x2c','\x00','\x6c','\xcc','\x0c','\x4c','\x0f','\xfe','\x8c','\x0c','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x1c','\x0c','\x00','\x18','\x0c','\x00','\x38','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x03','\x00','\x0d','\x83','\x00','\xff','\xc2','\x10','\x0c','\x06','\x08','\x0c','\x04','\x0c','\x0c','\x04','\x76','\x1e','\x3f','\x86','\x1d','\x9c','\x06','\x1c','\xd0','\x00','\x3c','\xc1','\xc0','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x01','\x8c','\x4c','\x3f','\xfe','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x86','\x00','\xff','\xc4','\x20','\x0c','\x04','\x18','\x0c','\x08','\x0c','\x0c','\x7f','\xf6','\x1e','\x3c','\x06','\x1d','\x20','\x00','\x1d','\x80','\x00','\x3d','\x99','\x38','\x2c','\x19','\x30','\x2c','\x19','\x30','\x6c','\x19','\x30','\x4c','\x19','\x30','\x8c','\x19','\x30','\x0c','\x19','\x30','\x0c','\x31','\x32','\x0c','\x31','\x32','\x0c','\x21','\x33','\x0c','\x41','\x3f','\x0c','\x80','\x1e','\x0e','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0c','\x0d','\x7f','\xfe','\xff','\x8c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x18','\x0e','\x1d','\xfc','\x1d','\x18','\x18','\x1d','\x98','\x30','\x1d','\xb8','\x60','\x3c','\x38','\x60','\x2c','\x58','\x60','\x2c','\x98','\x66','\x6c','\x1b','\xff','\x4c','\x18','\x60','\x8c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x1b','\xe0','\x0c','\x18','\xc0','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x04','\x18','\x0d','\x88','\x0c','\xff','\xff','\xfe','\x0c','\x3f','\x06','\x0c','\x20','\x06','\x0c','\x11','\xc0','\x1e','\x19','\x80','\x1d','\x19','\x98','\x1d','\x9f','\xfc','\x3d','\xb1','\x80','\x2c','\x21','\x80','\x2c','\x41','\x80','\x6c','\x01','\x86','\x4c','\xff','\xff','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x84','\x0c','\x21','\x87','\x0c','\x11','\x86','\x0d','\x99','\x8c','\xff','\xcd','\x8c','\x0c','\x0d','\x88','\x0c','\x0d','\x90','\x0c','\x01','\x80','\x1e','\x01','\x86','\x1d','\x9f','\xff','\x1c','\xc0','\x06','\x3c','\xc0','\x06','\x2c','\x00','\x06','\x2c','\x00','\x06','\x6c','\x00','\x06','\x4c','\x1f','\xfe','\x8c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x1f','\xfe','\x0c','\x00','\x06','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x60','\x0c','\x0f','\xf0','\x0d','\x98','\x60','\xff','\xd0','\x40','\x0c','\x20','\x86','\x0c','\x7f','\xff','\x0c','\xb1','\x86','\x1e','\x31','\x86','\x1d','\x31','\x86','\x1d','\xbf','\xfe','\x3d','\xb1','\x86','\x2c','\x31','\x86','\x2c','\x31','\x86','\x6c','\x31','\x86','\x4c','\x3f','\xfe','\x8c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x40','\x06','\x0c','\x80','\x7e','\x0d','\x00','\x0c','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xdf','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x1f','\xfc','\x1d','\x98','\x0c','\x1c','\xc0','\x00','\x3c','\xc0','\x0c','\x2c','\x3f','\xfe','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x86','\x8c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x00','\x40','\x00','\x00','\x70','\x00','\x08','\x60','\x20','\x0f','\xff','\xf0','\x08','\x00','\x20','\x0f','\xff','\xe0','\x08','\x00','\x20','\x0f','\xff','\xe0','\x08','\x00','\x04','\x0f','\xff','\xfe','\x08','\x00','\x00','\x0f','\xff','\xfc','\x08','\x00','\x0c','\x00','\x1c','\x7c','\x00','\x18','\x18','\x00','\x18','\x02','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x01','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x11','\x80','\x0c','\x1d','\x80','\x0c','\x19','\x80','\x0d','\x99','\x8c','\xff','\xff','\xfe','\x0c','\x31','\x80','\x0c','\x21','\x80','\x0c','\x41','\x80','\x1e','\x01','\x80','\x1d','\x81','\x86','\x1c','\xff','\xff','\x3c','\xc0','\x00','\x2c','\x00','\x00','\x2c','\x10','\x18','\x6c','\x1f','\xfc','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x20','\x0c','\x04','\x18','\x0d','\x88','\x0c','\xff','\xff','\xf6','\x0c','\x3e','\x06','\x0c','\x28','\x70','\x0c','\x0e','\x60','\x1c','\x0c','\x60','\x1e','\x18','\x7e','\x1d','\xb4','\x3e','\x3c','\xc7','\x00','\x2c','\xc6','\x18','\x2c','\x0f','\xfc','\x6c','\x08','\x30','\x4c','\x14','\x60','\x8c','\x62','\xc0','\x0c','\x01','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x0c','\x3f','\x0c','\x30','\x1e','\x0c','\xc0','\x06','\x0e','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x23','\xe0','\x0c','\x3e','\x00','\x0d','\xb0','\x00','\xff','\xf0','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0c','\x30','\x00','\x1e','\x37','\xfc','\x1d','\x36','\x4c','\x1d','\xb6','\x4c','\x3d','\xb6','\x4c','\x2c','\x36','\x4c','\x2c','\x36','\x4c','\x6c','\x37','\xfc','\x4c','\x66','\x00','\x8c','\x66','\x00','\x0c','\x46','\x00','\x0c','\xc6','\x02','\x0c','\x86','\x02','\x0d','\x06','\x03','\x0c','\x07','\xff','\x0c','\x03','\xfe','\x08','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x0f','\xff','\x19','\xd8','\x18','\x19','\x94','\x30','\x19','\xa2','\x30','\x39','\x83','\x60','\x39','\x81','\xc0','\x59','\x83','\x70','\x59','\x8c','\x3f','\x99','\xb0','\x0e','\x19','\x81','\xc0','\x19','\x81','\x86','\x19','\xff','\xff','\x19','\x83','\xa0','\x19','\x87','\xa0','\x19','\x85','\x90','\x19','\x8d','\x98','\x19','\x89','\x8c','\x18','\x11','\x8f','\x18','\x61','\x86','\x18','\x01','\x80','\x18','\x01','\x80','\x1c','\x06','\x46','\x19','\xff','\x7f','\x18','\x26','\x66','\x18','\x26','\x66','\x18','\x26','\x64','\xff','\x26','\x6c','\x18','\x26','\x68','\x18','\xfe','\x68','\x18','\x26','\x70','\x3c','\x26','\x68','\x3b','\x26','\x6c','\x3b','\x26','\x64','\x38','\x26','\x66','\x78','\xfe','\x66','\x58','\x26','\x66','\x58','\x26','\x66','\x58','\x26','\x66','\x98','\x66','\x66','\x18','\x46','\x66','\x18','\x46','\x7e','\x18','\xce','\x6c','\x18','\x8c','\x60','\x19','\x3c','\x60','\x18','\x18','\x60','\x0e','\x00','\x0c','\x0c','\x18','\x3e','\x0c','\xfd','\xf0','\x0c','\x18','\x60','\x0c','\x10','\x60','\xff','\xb0','\x60','\x0c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x60','\x66','\x1e','\x47','\xff','\x1d','\x7c','\x60','\x1d','\x8c','\x60','\x3d','\x8c','\x60','\x2c','\x08','\x60','\x2c','\x08','\x60','\x6c','\x98','\x60','\x4c','\x90','\x60','\x8c','\x50','\x6c','\x0c','\x63','\xfe','\x0c','\x30','\x00','\x0c','\x5c','\x00','\x0c','\x4f','\xff','\x0c','\x83','\xfe','\x0d','\x00','\x00','\x0e','\x01','\x80','\x0c','\x01','\x00','\x0c','\x7f','\xfc','\x0c','\x01','\x00','\x0d','\x01','\x00','\xff','\xbf','\xf8','\x0c','\x00','\x02','\x0c','\xff','\xff','\x0c','\x00','\x02','\x1e','\x1f','\xf4','\x1d','\x01','\x00','\x1d','\x81','\x00','\x3d','\xbf','\xf8','\x2c','\x00','\x00','\x2c','\xff','\xff','\x6c','\x00','\x18','\x4c','\x00','\x18','\x8c','\xfd','\xff','\x0c','\xcc','\x18','\x0c','\xcd','\x98','\x0c','\xcc','\x98','\x0c','\xfc','\x18','\x0c','\x00','\x78','\x0c','\x00','\x30','\x0e','\x00','\x30','\x0c','\x00','\xf8','\x0c','\x13','\xc0','\x0c','\x1e','\x00','\x0d','\x98','\x00','\xff','\xd8','\x00','\x0c','\x18','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x60','\x1e','\x18','\x60','\x1d','\x98','\x60','\x1c','\xd8','\x60','\x3c','\xd8','\x60','\x2c','\x18','\x66','\x6c','\xff','\xff','\x4c','\x00','\x00','\x8c','\x00','\x00','\x0c','\x08','\x40','\x0c','\x0e','\x30','\x0c','\x1c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\x60','\x06','\x0d','\x80','\x06','\x0e','\x00','\x18','\x0c','\x00','\xfc','\x0c','\x0f','\xc0','\x0d','\xf8','\x10','\x0c','\x86','\x1c','\xff','\xe3','\x18','\x0c','\x33','\x30','\x0c','\x30','\x40','\x0c','\x00','\x18','\x1e','\x7f','\xfc','\x1d','\x80','\x30','\x1c','\xc0','\x60','\x3c','\xc2','\x80','\x2c','\x03','\x00','\x2c','\x03','\x06','\x6d','\xff','\xff','\x4c','\x03','\x00','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x30','\xcc','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x07','\xc1','\xe0','\x0f','\x33','\xd0','\x1b','\x36','\xdc','\x33','\x0c','\xcf','\xc3','\x30','\xc6','\x03','\x00','\xc0','\x00','\x00','\x00','\x02','\x03','\x00','\x03','\xff','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x63','\x00','\x03','\x3b','\x00','\x07','\x1b','\x02','\x06','\x03','\x02','\x0e','\x03','\x02','\x0c','\x03','\x03','\x18','\x03','\xff','\x60','\x01','\xfe','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x1e','\x19','\x8c','\x1d','\x81','\x80','\x1c','\xc1','\x00','\x3c','\xc1','\x00','\x2c','\x22','\x06','\x2c','\x3f','\xff','\x6c','\x30','\x06','\x4c','\x30','\x06','\x8c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x03','\x81','\xc0','\x03','\x01','\x80','\x03','\x31','\x8c','\x7f','\xff','\xfe','\x03','\x01','\x80','\x07','\xc3','\xc0','\x07','\x33','\xa0','\x0f','\x37','\xb0','\x1b','\x0d','\x9c','\x33','\x19','\x8f','\xc3','\x21','\x86','\x03','\x01','\x80','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x3c','\x00','\x00','\x33','\x80','\x00','\x30','\xe0','\x00','\x30','\x70','\x00','\x30','\x30','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x06','\x60','\x0d','\x86','\x60','\xff','\xc6','\x60','\x0c','\x06','\x60','\x0c','\x26','\x66','\x0c','\x3e','\x7f','\x1e','\x30','\x06','\x1d','\x30','\x06','\x1d','\xb0','\x06','\x3d','\xb0','\x06','\x2c','\x30','\x06','\x2c','\x30','\x06','\x6c','\x3e','\x7e','\x4c','\x36','\x66','\x8c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x06','\x66','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x13','\x0c','\x0c','\x1f','\xfe','\x0d','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x98','\x0c','\x1c','\xdf','\xfc','\x3c','\xd8','\x0c','\x2c','\x03','\x80','\x2c','\x03','\x00','\x6c','\x03','\x06','\x4c','\x7f','\xff','\x8c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x02','\x0c','\x03','\x02','\x0c','\x03','\x03','\x0c','\x03','\xff','\x0c','\x01','\xfe','\x0e','\x00','\x18','\x0c','\x3f','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0d','\x86','\x1a','\xff','\xff','\xff','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x1e','\x06','\x18','\x1d','\xbf','\xf8','\x1c','\xc6','\x18','\x3c','\xc6','\x00','\x2c','\x0e','\x00','\x2c','\x0c','\x0c','\x6c','\x0f','\xfe','\x4c','\x1c','\x0c','\x8c','\x1c','\x0c','\x0c','\x3c','\x0c','\x0c','\x2c','\x0c','\x0c','\xcc','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x80','\x00','\xff','\xc8','\x30','\x0c','\x0f','\xf8','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x1e','\x0c','\x30','\x1d','\x8f','\xf0','\x1c','\xc0','\x00','\x3c','\xc0','\x18','\x2c','\x1f','\xfc','\x2c','\x00','\x30','\x6c','\x01','\x40','\x4c','\x01','\x86','\x8c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x1c','\x40','\x06','\x18','\x60','\x0c','\x18','\x38','\x33','\xff','\xdf','\xc0','\x7a','\x06','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x0c','\x18','\x3e','\x30','\x18','\x0c','\x00','\x18','\x00','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0d','\x98','\x06','\xff','\xdf','\xff','\x0c','\x30','\x06','\x0c','\x67','\x06','\x0c','\x06','\x46','\x1e','\x26','\x76','\x1d','\x26','\x66','\x1d','\xb6','\xc6','\x3d','\xb7','\x06','\x2c','\x06','\x26','\x2c','\x7f','\xf6','\x6c','\x0e','\x06','\x4c','\x1f','\x06','\x8c','\x16','\xc6','\x0c','\x36','\x66','\x0c','\x66','\x66','\x0d','\x86','\x0e','\x0c','\x06','\x0c','\x0c','\x06','\x7c','\x0c','\x00','\x18','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x30','\xc6','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x68','\xcc','\x7f','\xef','\xfe','\x66','\x6c','\xcc','\x66','\x6c','\xcc','\x66','\x6c','\xcc','\x66','\x6c','\xcc','\x66','\xec','\xdc','\x66','\x6c','\xcc','\x0e','\x01','\xe0','\x0f','\x01','\xe0','\x1e','\xc3','\xd0','\x16','\x62','\xd0','\x36','\x66','\xd8','\x26','\x04','\xcf','\x46','\x08','\xce','\x86','\x10','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0e','\x40','\x06','\x0c','\x7f','\xff','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0d','\x60','\x06','\xff','\xef','\xf6','\x0c','\x61','\x86','\x0c','\x61','\x86','\x0c','\x61','\x86','\x1e','\x61','\x86','\x1d','\x67','\xe6','\x1d','\x61','\x86','\x3d','\x61','\x86','\x2c','\x61','\xe6','\x2c','\x61','\xb6','\x6c','\x61','\xb6','\x4c','\x61','\x86','\x8c','\x61','\x86','\x0c','\x6f','\xf6','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x60','\x06','\x0c','\x7f','\xfe','\x0c','\x60','\x06','\x0e','\x23','\x90','\x0c','\x13','\x1c','\x0c','\x1b','\x18','\x0c','\x1b','\x30','\x0d','\x83','\x24','\xff','\xff','\xfe','\x0c','\x06','\x40','\x0c','\x06','\x40','\x0e','\x0c','\x26','\x1d','\x7f','\xff','\x1d','\x88','\x30','\x1d','\x98','\x18','\x3c','\x13','\x8c','\x2c','\x23','\x0f','\x2c','\x43','\x06','\x6c','\xbf','\xf8','\x4c','\x03','\x18','\x8c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x30','\x0c','\x18','\x30','\x0c','\x31','\xf0','\x0c','\xc0','\x60','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x34','\x26','\x0d','\xb2','\x36','\xff','\xf3','\x36','\x0c','\x33','\x26','\x0c','\x30','\x46','\x0c','\x3f','\xfe','\x1e','\x30','\x86','\x1d','\x30','\x86','\x1d','\xb4','\x96','\x3d','\xb4','\x96','\x2c','\x34','\x96','\x2c','\x34','\x96','\x6c','\x34','\x96','\x4c','\x34','\x96','\x8c','\x34','\x96','\x0c','\x37','\xf6','\x0c','\x34','\x16','\x0c','\x34','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0d','\xbf','\xff','\xff','\xe6','\x66','\x0c','\x66','\x64','\x0c','\x66','\x68','\x0c','\x0c','\x60','\x1e','\x0c','\x60','\x1d','\x08','\x7e','\x1d','\x90','\x3e','\x3d','\xa0','\x00','\x2c','\x00','\x00','\x2c','\x00','\x18','\x6c','\x1f','\xfc','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xdf','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x1f','\xf8','\x1d','\x98','\x18','\x1c','\xc0','\x00','\x3c','\xdc','\x70','\x2c','\x18','\x62','\x2c','\x18','\x67','\x6c','\x1f','\x6e','\x4c','\x18','\x78','\x8c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x62','\x0c','\x1f','\x62','\x0c','\xfc','\x63','\x0c','\x70','\x7f','\x0c','\x40','\x3e','\x0e','\x00','\x18','\x0c','\x10','\xfc','\x0c','\x1f','\xc0','\x0c','\x18','\xc0','\x0d','\x98','\xc0','\xff','\xd8','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\x60','\x0e','\x18','\x60','\x1d','\x18','\x32','\x1d','\x98','\x32','\x1d','\x9f','\x1b','\x3c','\x7c','\x0f','\x2c','\x30','\x06','\x2c','\x00','\x00','\x6c','\x1f','\xfc','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0e','\x0e','\xc0','\x0c','\x0c','\x60','\x0c','\x0c','\x0c','\x0c','\x04','\x7e','\x0c','\x07','\x80','\x0d','\xbe','\x30','\xff','\xc3','\x60','\x0c','\x01','\x82','\x0c','\x02','\xc2','\x1e','\x0c','\x72','\x1d','\x30','\x1f','\x1d','\x8d','\x87','\x3d','\x8c','\xc0','\x2c','\x04','\x1e','\x2c','\x07','\xe0','\x6c','\x7e','\x10','\x4c','\x03','\x18','\x8c','\x01','\x30','\x0c','\x01','\xe0','\x0c','\x00','\x82','\x0c','\x01','\xe2','\x0c','\x03','\x3a','\x0c','\x0c','\x1f','\x0c','\x70','\x07','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x11','\x80','\x0c','\x11','\x86','\x0d','\xbf','\xff','\xff','\xe0','\x06','\x0c','\x60','\x04','\x0c','\x00','\x30','\x0e','\x0f','\xf8','\x1d','\x80','\x00','\x1c','\xc0','\x00','\x1c','\xc0','\x06','\x3c','\x3f','\xff','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x11','\x90','\x4c','\x1d','\x88','\x8c','\x19','\x8c','\x0c','\x31','\x86','\x0c','\x21','\x86','\x0c','\x41','\x83','\x0c','\x81','\x83','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0e','\x1c','\x4e','\x0c','\x1a','\x6c','\x0c','\x19','\xcc','\x0c','\x18','\x8c','\x0d','\x99','\x6c','\xff','\xda','\x2c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x1e','\x08','\x70','\x1d','\x8e','\x60','\x1c','\xcc','\x60','\x3c','\xd8','\x7e','\x2c','\x14','\x3e','\x2c','\x26','\x00','\x6c','\x07','\xf8','\x4c','\x0c','\x38','\x8c','\x0a','\x70','\x0c','\x12','\xe0','\x0c','\x61','\x80','\x0c','\x03','\xc0','\x0c','\x06','\x70','\x0c','\x18','\x3f','\x0c','\x60','\x0e','\x0e','\x1c','\x00','\x0c','\x18','\x06','\x0c','\x18','\xff','\x0c','\x18','\x26','\x0d','\x99','\x26','\xff','\xdf','\xa6','\x0c','\x18','\x26','\x0c','\x18','\x26','\x0e','\x18','\x26','\x1d','\x19','\xa6','\x1d','\xff','\xec','\x1d','\x98','\x2c','\x3c','\x18','\x2c','\x2c','\x9a','\x2c','\x2c','\xd9','\x28','\x6c','\xd9','\xb8','\x4c','\x99','\x90','\x8d','\x99','\xb8','\x0d','\x18','\x28','\x0e','\x18','\x68','\x0c','\x18','\x4c','\x0c','\x18','\x8f','\x0c','\xf9','\x06','\x0c','\x32','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0d','\x88','\x20','\xff','\xc4','\x38','\x0c','\x06','\x30','\x0c','\x06','\x20','\x0c','\x00','\x46','\x1e','\x7f','\xff','\x1d','\x00','\x00','\x1d','\x84','\x00','\x3d','\x87','\x00','\x2c','\x06','\x06','\x2c','\x7f','\xff','\x6c','\x0c','\x18','\x4c','\x18','\x30','\x8c','\x18','\x30','\x0c','\x37','\x60','\x0c','\x30','\xc0','\x0c','\x01','\xe0','\x0c','\x03','\x38','\x0c','\x0c','\x1c','\x0c','\x70','\x0c','\x00','\x1c','\x00','\x00','\x18','\x18','\x7f','\xff','\xfc','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x3e','\x30','\x0c','\x7b','\xb0','\x01','\x98','\xe0','\x0e','\x18','\x70','\x70','\x00','\x38','\x00','\x1c','\x18','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x3c','\x30','\x0c','\x7a','\x30','\x00','\xd9','\x80','\x03','\x98','\xf0','\x0e','\x18','\x3f','\xf0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x1f','\xfe','\x0d','\x81','\x8c','\xff','\xc1','\x8c','\x0c','\x01','\x8c','\x0c','\x7f','\xff','\x0c','\x01','\x8c','\x1e','\x01','\x8c','\x1d','\x01','\x8c','\x1d','\x9f','\xfc','\x3d','\x81','\x80','\x3c','\x01','\x88','\x2c','\x11','\x8e','\x6c','\x0d','\x9c','\x4c','\x05','\xa0','\x8c','\x01','\xc0','\x0c','\x03','\xa0','\x0c','\x0d','\xb0','\x0c','\x79','\x9c','\x0c','\x31','\x8f','\x0c','\x27','\x86','\x0c','\x03','\x00','\x0e','\x20','\x00','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x30','\x86','\x0d','\xb0','\xff','\xff','\xff','\xc6','\x0c','\x58','\xc6','\x0c','\x58','\xc6','\x0c','\x98','\xc6','\x1e','\x18','\xc6','\x1d','\x18','\xc6','\x1d','\xff','\xc6','\x3d','\x98','\xc6','\x2c','\x18','\xc6','\x2c','\x18','\xc6','\x6c','\x18','\xc6','\x4c','\x14','\xc6','\x8c','\x34','\xc6','\x0c','\x36','\xc6','\x0c','\x26','\xc6','\x0c','\x66','\xfe','\x0c','\x40','\xc6','\x0c','\x80','\xc6','\x0d','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x01','\xff','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x11','\x8c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x9f','\xfc','\x1c','\xd8','\x0c','\x3c','\xd8','\x0c','\x2c','\x18','\x0c','\x2c','\x1f','\xfc','\x6c','\x19','\x8c','\x4c','\x01','\x80','\x8c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x00','\x1c','\x40','\x04','\x18','\x70','\x03','\x18','\x60','\x11','\x98','\x40','\x11','\x98','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xf9','\x80','\x01','\xd8','\xf0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0d','\x8c','\x40','\xff','\xcc','\x60','\x0c','\x18','\x30','\x0c','\x17','\xdc','\x0c','\x20','\x0f','\x1e','\x40','\x66','\x1d','\x1f','\xf0','\x1d','\x80','\x60','\x3d','\x80','\x60','\x2c','\x00','\xc0','\x2c','\x00','\xc0','\x6c','\x00','\x00','\x4c','\x0d','\x10','\x8c','\x2c','\x8c','\x0c','\x2c','\xc6','\x0c','\x6c','\xd3','\x0c','\x4c','\x13','\x0c','\xcc','\x18','\x0c','\xcf','\xf8','\x0c','\x07','\xf0','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x41','\x86','\x18','\x7f','\xff','\x1b','\x60','\x00','\xff','\xe4','\x00','\x18','\x67','\x1c','\x18','\x66','\x18','\x18','\x66','\x18','\x3c','\x66','\x1a','\x3a','\x6d','\xff','\x3b','\x6c','\x18','\x3b','\x6c','\x18','\x78','\x7d','\x18','\x58','\x6c','\x98','\x58','\x6c','\xd8','\x58','\xcc','\xd8','\x98','\xcc','\x18','\x18','\x8c','\x18','\x19','\x8c','\x18','\x19','\x0c','\x18','\x1a','\x0c','\x18','\x18','\x0c','\x78','\x18','\x0c','\x30','\x0e','\x00','\x10','\x0c','\x10','\x1c','\x0c','\x0c','\x18','\x0c','\x06','\x30','\x0d','\x86','\x20','\xff','\xc0','\x4c','\x0c','\x3f','\xfe','\x0c','\x06','\x60','\x0e','\x06','\x60','\x1d','\x06','\x60','\x1d','\x86','\x60','\x1d','\x86','\x64','\x3c','\x06','\x67','\x2c','\x46','\x66','\x2c','\x26','\x66','\x6c','\x26','\x64','\x4c','\x36','\x64','\x8c','\x36','\x68','\x0c','\x36','\x68','\x0c','\x06','\x60','\x0c','\x06','\x60','\x0c','\x06','\x66','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x1c','\x42','\x46','\x18','\x7f','\x7f','\x18','\x62','\x46','\x18','\x62','\x46','\x1b','\x7e','\x7e','\xff','\xe2','\x46','\x18','\x62','\x46','\x18','\x62','\x46','\x18','\x7e','\x7e','\x3c','\x60','\x06','\x3a','\x60','\x06','\x3b','\x60','\x06','\x3b','\x60','\x06','\x78','\x60','\x06','\x58','\x60','\x06','\x58','\x60','\x06','\x58','\x60','\x06','\x98','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x3e','\x18','\x60','\x0c','\x0e','\x03','\x60','\x0c','\x02','\x40','\x0c','\x02','\x40','\x0c','\x02','\x40','\x0d','\xa2','\x4c','\xff','\xff','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x1e','\x32','\x4c','\x1d','\x3f','\xfc','\x1d','\xb2','\x4c','\x3d','\xb2','\x4c','\x2c','\x32','\x4c','\x2c','\x32','\x4c','\x6c','\x32','\x4c','\x4c','\xff','\xff','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x08','\x20','\x0c','\x0e','\x18','\x0c','\x1c','\x0c','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x1c','\x00','\x07','\x18','\x01','\x86','\x18','\xff','\xc6','\x18','\x18','\x06','\x1b','\x18','\x26','\xff','\x92','\x26','\x18','\x31','\x26','\x18','\x21','\x26','\x18','\xff','\xa6','\x3c','\x71','\xa6','\x3a','\x00','\x26','\x3b','\x1c','\x26','\x3b','\x18','\x26','\x78','\x1a','\x26','\x58','\xff','\x26','\x58','\x18','\x26','\x58','\x18','\x26','\x98','\x18','\x26','\x18','\x19','\x86','\x18','\x1e','\x06','\x19','\xf8','\x06','\x18','\xe0','\x06','\x18','\x80','\x3e','\x18','\x00','\x0c','\x0e','\x03','\x00','\x0c','\x03','\x00','\x0c','\x06','\x80','\x0c','\x06','\x80','\x0d','\x8c','\x40','\xff','\xcc','\x60','\x0c','\x18','\x38','\x0c','\x10','\x1f','\x0c','\x2f','\xee','\x1e','\x40','\x06','\x1d','\x00','\x00','\x1d','\xa0','\x0c','\x3d','\xbf','\xfe','\x2c','\x32','\x4c','\x2c','\x32','\x4c','\x6c','\x32','\x4c','\x4c','\x32','\x4c','\x8c','\x3f','\xfc','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x5c','\x0c','\x30','\x0c','\x0e','\x00','\x60','\x0c','\x7f','\xf0','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0d','\x8c','\x66','\xff','\xcc','\x7f','\x0c','\x18','\x06','\x0c','\x1f','\xc6','\x0e','\x18','\x46','\x1d','\x12','\x86','\x1d','\xb1','\x06','\x1d','\xa2','\xc6','\x3c','\x4c','\x5e','\x2c','\x80','\x0c','\x2c','\x00','\x00','\x6c','\x3f','\xfc','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x1c','\x70','\x0c','\x18','\x60','\x0c','\x18','\x64','\x0c','\x18','\x67','\x0d','\x9f','\x6e','\xff','\xd8','\x70','\x0c','\x18','\x62','\x0c','\x18','\x62','\x0c','\x18','\x63','\x1e','\x7f','\x7f','\x1d','\x38','\x3e','\x1d','\xa2','\x00','\x3d','\x83','\x80','\x2c','\x13','\x0c','\x2c','\x1f','\xfe','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0e','\x1c','\x46','\x0c','\x18','\x7f','\x0c','\x18','\x66','\x0c','\x18','\x66','\x0d','\x9b','\x66','\xff','\xff','\xe6','\x0c','\x18','\x66','\x0c','\x18','\x7e','\x0e','\x18','\x66','\x1d','\x18','\x66','\x1d','\x98','\x66','\x1d','\x98','\x66','\x3c','\x7e','\x66','\x2c','\x66','\x7e','\x2c','\x66','\x66','\x6c','\x66','\x66','\x4c','\x66','\x66','\x8c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x7e','\xc6','\x0c','\x66','\xc6','\x0c','\x60','\x86','\x0c','\x01','\x3e','\x0c','\x02','\x0c','\x1c','\x0c','\x70','\x18','\x3e','\x60','\x19','\xf0','\x60','\x18','\x30','\x60','\x18','\x30','\x64','\xff','\x31','\x67','\x18','\x31','\x66','\x19','\xff','\x66','\x18','\x31','\x64','\x3c','\x33','\x68','\x3a','\x33','\x60','\x3b','\x78','\x60','\x3b','\x74','\x60','\x78','\x76','\xf0','\x58','\xf6','\xd0','\x58','\xb0','\xd0','\x59','\xb0','\xd0','\x99','\x30','\xd8','\x1a','\x31','\x88','\x18','\x31','\x8c','\x18','\x31','\x0c','\x18','\x33','\x0f','\x18','\x32','\x06','\x18','\x34','\x06','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\x18','\xff','\xcf','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x1e','\x0c','\x18','\x1d','\x8c','\x18','\x1c','\xcf','\xf8','\x3c','\xcc','\x18','\x2c','\x0c','\x18','\x2c','\x0c','\x18','\x6c','\x0f','\xf8','\x4c','\x0c','\x18','\x8c','\x0c','\x18','\x0c','\x0c','\x1f','\x0c','\x7f','\xf8','\x0c','\x3e','\x18','\x0c','\x20','\x18','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0e','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x19','\x86','\x0c','\xff','\xff','\x0c','\x18','\x26','\xff','\x98','\x26','\x0c','\x1a','\x26','\x0c','\x7f','\x66','\x0e','\x18','\x46','\x1d','\x98','\x4e','\x1d','\x98','\xcc','\x1c','\x1e','\xbc','\x3c','\xf9','\x18','\x2c','\x60','\x00','\x2c','\x03','\x80','\x6c','\x03','\x06','\x4c','\xff','\xff','\x8c','\x06','\x80','\x0c','\x06','\x40','\x0c','\x0c','\x60','\x0c','\x0c','\x38','\x0c','\x18','\x1f','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x13','\x18','\x0c','\x1f','\xfc','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x18','\x18','\x1d','\x9f','\xf8','\x1c','\xc1','\x80','\x3c','\xc1','\x88','\x2c','\x0d','\x8e','\x2c','\x7f','\x9c','\x6c','\x0d','\xa0','\x4c','\x0d','\xc0','\x8c','\x19','\xa0','\x0c','\x19','\xb0','\x0c','\x31','\x98','\x0c','\x21','\x9f','\x0c','\x41','\x8e','\x0d','\x8f','\x86','\x0c','\x03','\x00','\x0e','\x03','\x80','\x0c','\x03','\x08','\x0c','\x03','\x0e','\x0c','\x03','\x6c','\x0d','\x9f','\xf8','\xff','\xc3','\x18','\x0c','\x03','\x30','\x0c','\x03','\x60','\x0c','\x03','\x46','\x1e','\x3f','\xff','\x1d','\x83','\x00','\x1c','\xc6','\x00','\x3c','\xcc','\x18','\x2c','\x1f','\xfc','\x2c','\x2c','\x18','\x6c','\xcc','\x18','\x4c','\x0c','\x18','\x8c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0e','\x0e','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x34','\x0c','\x7f','\xfe','\x0d','\x8c','\x30','\xff','\xcc','\x30','\x0c','\x0f','\xf0','\x0c','\x0c','\x30','\x0e','\x0c','\x30','\x1d','\x0f','\xf0','\x1d','\x8c','\x30','\x1d','\x8c','\x30','\x3c','\x0c','\x36','\x2c','\xff','\xff','\x2c','\x33','\x30','\x6c','\x33','\x30','\x4c','\x32','\x30','\x8c','\x32','\x3e','\x0c','\x34','\x1e','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x88','\x20','\xff','\xc4','\x38','\x0c','\x06','\x30','\x0c','\x26','\x20','\x0c','\x20','\x46','\x1c','\x3f','\xff','\x1e','\x60','\x04','\x1d','\x61','\xc8','\x3d','\x81','\x80','\x2d','\xa1','\x8c','\x2c','\x3f','\xfe','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x8c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\xbc','\x0c','\x31','\x98','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x00','\x60','\x0c','\x1f','\xf0','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0d','\x9f','\xe0','\xff','\xc0','\x60','\x0c','\x00','\x66','\x0c','\x7f','\xff','\x0e','\x01','\x80','\x1d','\x03','\x00','\x1d','\x87','\x08','\x1d','\x8d','\x8e','\x3c','\x19','\x8c','\x2c','\x63','\xd8','\x2c','\x06','\xd0','\x6c','\x0c','\xe0','\x4c','\x19','\xd0','\x8c','\x63','\xd8','\x0c','\x06','\xcc','\x0c','\x0c','\xcf','\x0c','\x18','\xc6','\x0c','\x61','\xc0','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x1c','\x06','\x38','\x18','\xff','\x30','\x18','\x06','\x30','\x18','\x0c','\x30','\x1b','\x48','\x36','\xff','\xb1','\xff','\x18','\x18','\x30','\x18','\x1a','\x30','\x18','\xff','\x30','\x1c','\x1b','\x78','\x3a','\x1a','\x78','\x3b','\x3a','\x78','\x3b','\x38','\xf4','\x38','\x38','\xb4','\x78','\x78','\xb6','\x58','\x59','\xb6','\x58','\x59','\x33','\x98','\x9a','\x32','\x18','\x98','\x30','\x19','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\xf8','\x30','\x18','\x30','\x30','\x1c','\x03','\x46','\x19','\xff','\xff','\x18','\x46','\x66','\x18','\x46','\x66','\x1b','\x46','\x66','\xff','\xc6','\x64','\x18','\x7e','\x64','\x18','\x46','\x64','\x18','\x46','\x68','\x3c','\x46','\x68','\x3a','\x46','\x64','\x3b','\x46','\x64','\x3b','\x7e','\x64','\x78','\x46','\x66','\x58','\x46','\x66','\x58','\x46','\x66','\x58','\x46','\x66','\x98','\x46','\x66','\x19','\xfe','\x66','\x18','\xe6','\x7e','\x18','\x86','\x6c','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x20','\x0d','\x86','\x30','\xff','\xcc','\x1c','\x0c','\x18','\x0f','\x0c','\x60','\x26','\x0c','\x0f','\xf0','\x1e','\x00','\x00','\x1d','\x22','\x0e','\x1d','\xbf','\x4c','\x3d','\xa2','\x4c','\x2c','\x22','\x4c','\x2c','\x3e','\x4c','\x6c','\x22','\x4c','\x4c','\x22','\x4c','\x8c','\x3e','\x4c','\x0c','\x22','\x4c','\x0c','\x22','\x0c','\x0c','\x22','\x0c','\x0c','\x22','\x0c','\x0c','\x2e','\x3c','\x0c','\x26','\x18','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0d','\xb2','\x46','\xff','\xf2','\x46','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x0c','\x01','\xc0','\x1e','\x01','\x80','\x1d','\x81','\x86','\x1c','\xff','\xff','\x3c','\xc6','\x00','\x2c','\x06','\x00','\x2c','\x06','\x0c','\x6c','\x07','\xfe','\x4c','\x06','\x0c','\x8c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x18','\x1c','\x0c','\x10','\x18','\x0c','\x20','\xf8','\x0c','\xc0','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x1e','\x39','\x9c','\x1d','\x35','\xac','\x1d','\xb5','\xac','\x3d','\xb1','\x8c','\x2c','\x3f','\xfc','\x2c','\x33','\xac','\x6c','\x07','\xa0','\x4c','\x07','\xb0','\x8c','\x0d','\x90','\x0c','\x0d','\x98','\x0c','\x19','\x8c','\x0c','\x11','\x8f','\x0c','\x21','\x86','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x11','\x80','\x0c','\x11','\x86','\x0c','\x3f','\xff','\x0d','\x30','\x06','\xff','\xe0','\x04','\x0c','\x60','\x18','\x0c','\x1f','\xfc','\x0c','\x03','\x00','\x1e','\x02','\x20','\x1d','\x04','\x18','\x1d','\xbf','\xec','\x3d','\x9e','\x0c','\x2c','\x10','\x00','\x2c','\x01','\xc0','\x6c','\x01','\x80','\x4c','\x01','\x8c','\x8c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x1c','\xcc','\x0c','\x18','\x88','\x0c','\x18','\x88','\x0c','\x18','\x8a','\x0c','\x7f','\xff','\xff','\x98','\x88','\x0c','\x18','\x88','\x0c','\x18','\x88','\x0c','\x18','\xf8','\x1e','\x18','\x00','\x1d','\x98','\x04','\x1c','\xdf','\xfe','\x3c','\xd8','\x00','\x2c','\x01','\xc0','\x2c','\x01','\x86','\x6c','\x7f','\xff','\x4c','\x03','\xa0','\x8c','\x07','\xa0','\x0c','\x05','\x90','\x0c','\x0d','\x98','\x0c','\x19','\x8f','\x0c','\x31','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x00','\x00','\x0c','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x18','\x18','\x1d','\x9f','\xf8','\x1c','\xc0','\x00','\x3c','\xc0','\x00','\x2c','\x20','\x0c','\x2c','\x3f','\xfe','\x6c','\x32','\x4c','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x1b','\x0d','\x80','\x12','\x89','\x40','\x06','\x63','\x30','\x04','\x22','\x18','\x28','\x04','\x08','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x1c','\x04','\xc0','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\xd9','\x80','\x03','\x98','\xe0','\x07','\x18','\x7e','\x1c','\x18','\x3c','\x60','\x18','\x0c','\x00','\x18','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x23','\x0c','\x0c','\x3f','\xfe','\x0d','\xb1','\x0c','\xff','\xf1','\x0c','\x0c','\x31','\x0c','\x0c','\x3f','\xfc','\x0c','\x31','\x0c','\x1e','\x31','\x0c','\x1d','\x31','\x0c','\x1d','\xbf','\xfc','\x3d','\x80','\xc8','\x2c','\x08','\xcc','\x2c','\x0e','\xc8','\x6c','\x0c','\xd8','\x4c','\x0c','\xd2','\x8c','\x18','\xff','\x0c','\x18','\xd9','\x0c','\x10','\xc0','\x0c','\x30','\xc2','\x0c','\x20','\xc3','\x0c','\x40','\xff','\x0d','\x80','\x7e','\x0e','\x01','\xc0','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0d','\xb1','\x8c','\xff','\xff','\xfc','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x7f','\xfe','\x1e','\x00','\x00','\x1d','\x80','\x00','\x1c','\xdf','\xf8','\x3c','\xd8','\x18','\x2c','\x18','\x18','\x2c','\x18','\x18','\x6c','\x1f','\xf8','\x4c','\x00','\x00','\x8c','\x10','\x20','\x0c','\x08','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x60','\x0c','\x00','\x46','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x80','\x00','\xff','\xc0','\x00','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x1e','\x0f','\xf8','\x1d','\x00','\x00','\x1d','\xa0','\x06','\x3d','\xbf','\xff','\x2c','\x30','\x06','\x2c','\x30','\x06','\x6c','\x33','\xe6','\x4c','\x32','\x26','\x8c','\x32','\x26','\x0c','\x32','\x26','\x0c','\x33','\xe6','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x00','\x00','\x0c','\x00','\x18','\x0c','\x1f','\xfc','\x0c','\x01','\x80','\x0d','\x81','\x80','\xff','\xc1','\x86','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1e','\x1f','\xfc','\x1d','\x98','\x0c','\x1c','\xd8','\x0c','\x3c','\xdf','\xfc','\x2c','\x18','\x0c','\x2c','\x18','\x0c','\x6c','\x1f','\xfc','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x0c','\x04','\x00','\x0c','\x0e','\x38','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\xf8','\xff','\xcc','\x98','\x0c','\x0c','\x98','\x0c','\x2c','\x9a','\x0c','\x3f','\xff','\x1c','\x60','\x06','\x1e','\x60','\x04','\x1d','\x08','\x18','\x3d','\x8f','\xfc','\x2d','\x8c','\x18','\x2c','\x0c','\x18','\x6c','\x0f','\xf8','\x4c','\x0c','\x18','\x8c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\xf8','\x0c','\x0c','\x30','\x0e','\x10','\x10','\x0c','\x0c','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x20','\x0d','\xbf','\xfe','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x1f','\xfc','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x81','\x86','\x1c','\xff','\xff','\x3c','\xc6','\x00','\x2c','\x06','\x00','\x2c','\x0c','\x00','\x6c','\x08','\x0c','\x4c','\x1f','\xfe','\x8c','\x10','\xc0','\x0c','\x20','\xc0','\x0c','\xc0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xc3','\x04','\x6f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x00','\x80','\x06','\x1c','\x60','\x0c','\x18','\x38','\x33','\xff','\xdf','\xc0','\x7a','\x06','\x00','\xd9','\x00','\x01','\x98','\xc0','\x06','\x18','\x7c','\x38','\x18','\x18','\x00','\x18','\x00','\x20','\x41','\x06','\x18','\x71','\xff','\x0c','\x61','\x86','\x0c','\x89','\x86','\xff','\xfd','\xfe','\x03','\x01','\x86','\x03','\x01','\x86','\x33','\x31','\xfe','\x33','\x31','\x86','\x33','\x31','\x86','\x3f','\xf1','\x06','\x06','\x03','\x06','\x04','\x02','\x3e','\x08','\x04','\x0c','\x30','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xf9','\x00','\x01','\xd8','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x26','\x30','\x0c','\x3f','\xf8','\x0d','\xb0','\x30','\xff','\xf0','\x30','\x0c','\x3f','\xf0','\x0c','\x30','\x30','\x0c','\x30','\x30','\x1e','\x3f','\xf0','\x1d','\x30','\x00','\x1d','\xb0','\x0c','\x3d','\xbf','\xfe','\x2c','\x30','\x00','\x2c','\x30','\x06','\x6c','\x3f','\xff','\x4c','\x00','\x06','\x8c','\x0c','\x06','\x0c','\xcc','\xc6','\x0c','\xcc','\xc6','\x0c','\xcc','\xce','\x0c','\xff','\xcc','\x0c','\xc0','\xfc','\x0c','\x00','\x18','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0d','\xbf','\xfc','\xff','\xf0','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x1e','\x00','\x00','\x1d','\x06','\x06','\x1d','\xff','\xff','\x3d','\x86','\x06','\x2c','\x46','\x46','\x2c','\x66','\x66','\x6c','\x26','\x26','\x4c','\x0e','\x0e','\x8c','\x16','\x16','\x0c','\x66','\x66','\x0d','\xc7','\xc6','\x0c','\x86','\x86','\x0c','\x06','\x06','\x0c','\x3e','\x3e','\x0c','\x0c','\x0c','\x04','\x00','\x00','\x07','\x04','\x30','\x26','\x67','\xf8','\x3f','\xf6','\x30','\x30','\x66','\x30','\x36','\x64','\x3f','\x32','\x64','\x1f','\x30','\x68','\x00','\xff','\xf7','\xf8','\x70','\x62','\x18','\x32','\x61','\x30','\x32','\x60','\xe0','\x60','\x61','\xb8','\x41','\xe3','\x1f','\x80','\xdc','\x06','\x00','\x18','\x00','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xd9','\x80','\x01','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x1c','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x00','\x18','\x60','\x00','\x1b','\x63','\x38','\xff','\xe3','\x30','\x18','\x63','\x30','\x18','\x6f','\x3e','\x18','\x63','\x30','\x3c','\x63','\x30','\x3a','\x6f','\x3e','\x3b','\x63','\x30','\x3b','\x63','\x30','\x78','\x63','\x30','\x58','\x6f','\x3e','\x58','\x63','\x30','\x58','\x62','\x30','\x98','\x66','\x30','\x18','\x64','\x30','\x18','\x68','\x30','\x18','\x60','\x00','\x18','\x60','\x06','\x18','\x7f','\xff','\x18','\x60','\x00','\x0e','\x00','\x06','\x0c','\xff','\xff','\x0c','\x02','\x40','\x0c','\x02','\x40','\x0d','\xa2','\x4c','\xff','\xff','\xfe','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x1e','\x32','\x4c','\x1d','\x3f','\xfc','\x1d','\xb0','\x0c','\x3d','\x80','\x00','\x2c','\x03','\x88','\x2c','\x13','\x0e','\x6c','\x13','\x1c','\x4c','\x33','\x10','\x8c','\x66','\xa0','\x0c','\x66','\x40','\x0c','\x0c','\x60','\x0c','\x0c','\x38','\x0c','\x18','\x1f','\x0c','\x30','\x0e','\x0c','\xc0','\x06','\x0e','\x01','\xd0','\x0c','\x01','\x98','\x0c','\x01','\x8a','\x0c','\xff','\xff','\x0c','\x01','\x80','\xff','\xa1','\x8c','\x0c','\x3f','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x3f','\xfc','\x1d','\x31','\x8c','\x1d','\xb1','\x8c','\x3d','\xbf','\xfc','\x2c','\x30','\x0c','\x2c','\x00','\x00','\x6c','\x00','\x32','\x4c','\xff','\xff','\x8c','\x00','\x30','\x0c','\x10','\x30','\x0c','\x0c','\x30','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\xf0','\x0c','\x00','\x60','\x0e','\x10','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x0d','\x60','\x04','\xff','\x90','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x1f','\xf8','\x1d','\x18','\x18','\x1d','\x98','\x18','\x3d','\x9f','\xf8','\x2c','\x18','\x18','\x2c','\x01','\xc0','\x6c','\x01','\x86','\x4c','\x7f','\xff','\x8c','\x00','\x00','\x0c','\x08','\x00','\x0c','\x0e','\x20','\x0c','\x1c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\x40','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x3f','\xff','\x0d','\x88','\x20','\xff','\xc4','\x30','\x0c','\x06','\x20','\x0c','\x22','\x46','\x0c','\x3f','\xff','\x1e','\x60','\x04','\x1d','\x63','\x88','\x1d','\x03','\x00','\x3d','\x03','\x06','\x2c','\x7f','\xff','\x2c','\x03','\x00','\x6c','\x03','\x18','\x4c','\x07','\xfc','\x8c','\x06','\x18','\x0c','\x04','\x18','\x0c','\x0c','\x18','\x0c','\x08','\x38','\x0c','\x10','\x30','\x0c','\x21','\xf0','\x0c','\xc0','\x60','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x7f','\xff','\x0d','\x60','\x06','\xff','\xc8','\x08','\x0c','\xce','\x20','\x0c','\x0c','\x18','\x0c','\x19','\x8c','\x1e','\x11','\x86','\x1d','\x23','\x46','\x1d','\x83','\x40','\x3d','\x86','\x20','\x2c','\x0c','\x30','\x2c','\x18','\x1c','\x6c','\x30','\x0f','\x4c','\xdf','\xfe','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0e','\x0c','\x00','\x0c','\x5e','\x06','\x0c','\x71','\xff','\x0c','\x60','\x66','\x0c','\x60','\x66','\xff','\xe4','\x66','\x0c','\x64','\x66','\x0c','\x66','\x46','\x0c','\x7e','\xc6','\x1d','\xe6','\x9e','\x1c','\x81','\x0c','\x1e','\x02','\x00','\x3d','\x00','\x00','\x2d','\xa0','\x0c','\x2d','\xbf','\xfe','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x8c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0d','\x88','\x20','\xff','\xc4','\x30','\x0c','\x04','\x20','\x0c','\x00','\x46','\x0c','\x7f','\xff','\x1e','\x00','\x00','\x1d','\x20','\x0c','\x1d','\xbf','\xfe','\x3d','\xb1','\x8c','\x2c','\x31','\x8c','\x2c','\x3f','\xfc','\x6c','\x31','\x8c','\x4c','\x31','\x8c','\x8c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x82','\x0c','\x01','\x82','\x0c','\x01','\x83','\x0c','\x01','\xff','\x0c','\x00','\xfe','\x1c','\x1c','\x00','\x18','\x18','\x46','\x18','\x19','\x7f','\x19','\xff','\xe6','\x1a','\x00','\x66','\xff','\x00','\x66','\x18','\x7e','\x64','\x18','\x42','\x64','\x18','\x42','\x64','\x3c','\x42','\x68','\x3a','\x7e','\x68','\x3b','\x00','\x64','\x3b','\x06','\x64','\x78','\xff','\x64','\x58','\x06','\x66','\x58','\x04','\x66','\x58','\x18','\x66','\x98','\x1f','\x66','\x19','\xfc','\x66','\x18','\xf8','\x7e','\x18','\x18','\x6c','\x18','\x18','\x60','\x18','\xf8','\x60','\x18','\x30','\x60','\x08','\x20','\x08','\x0c','\x38','\x0c','\x08','\xb3','\x08','\x90','\xff','\x90','\x60','\xc3','\x60','\x34','\xc3','\x34','\x36','\xc3','\x36','\x0c','\xff','\x0c','\x08','\xc3','\x08','\x10','\xc3','\x10','\x24','\xc3','\x22','\xfe','\xff','\xff','\x72','\xc3','\x71','\x40','\x00','\x40','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x80','\x03','\x98','\xe0','\x06','\x18','\x7f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x0e','\x02','\x04','\x0c','\x7f','\xfe','\x0c','\x02','\x04','\x0c','\x22','\x44','\x0d','\x9a','\x34','\xff','\xca','\x14','\x0c','\x02','\x04','\x0c','\x0e','\x1c','\x0c','\x72','\xe4','\x1e','\x22','\x44','\x1d','\x07','\x00','\x1d','\x86','\x80','\x3d','\x8c','\x60','\x2c','\x18','\x38','\x2c','\x32','\x1f','\x6c','\xc7','\x06','\x4c','\x0c','\x40','\x8c','\x30','\xe0','\x0c','\x01','\x88','\x0c','\x06','\x1c','\x0c','\x18','\x70','\x0c','\x01','\xc0','\x0c','\x07','\x00','\x0c','\x38','\x00','\x0e','\x07','\x70','\x0c','\x06','\x60','\x0c','\x06','\x66','\x0c','\x7f','\xff','\x0d','\x86','\x60','\xff','\xc6','\x60','\x0c','\x00','\x00','\x0c','\x20','\x0c','\x0c','\x3f','\xfe','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x1d','\xb1','\x8c','\x3d','\xbf','\xfc','\x2c','\x31','\x8c','\x2c','\x01','\x80','\x6c','\x01','\x88','\x4c','\x3f','\xfc','\x8c','\x01','\x80','\x0c','\x01','\x88','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x82','\x0c','\xff','\xff','\x0c','\x00','\x00','\x0e','\x1c','\x38','\x0c','\x18','\x30','\x0c','\xff','\xff','\x0c','\x18','\x30','\x0d','\x98','\x30','\xff','\xfe','\xfc','\x0c','\x42','\x84','\x0c','\x42','\x84','\x0c','\x7e','\xfc','\x1e','\x10','\x40','\x1d','\x1c','\x60','\x1d','\x98','\x84','\x3d','\xbf','\xfe','\x2c','\x30','\x80','\x2c','\x70','\x88','\x6c','\x7f','\xfc','\x4c','\xb0','\x80','\x8d','\x30','\x88','\x0c','\x3f','\xfc','\x0c','\x30','\x80','\x0c','\x30','\x80','\x0c','\x30','\x86','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x23','\x0c','\x0c','\x3f','\xfe','\x0d','\xb0','\x0c','\xff','\xf0','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0e','\x30','\x0c','\x1d','\x3f','\xfc','\x1d','\x80','\x00','\x1d','\x81','\xc0','\x3c','\x39','\x9c','\x2c','\x01','\x80','\x2c','\x01','\x80','\x6c','\x39','\x9c','\x4c','\x01','\x80','\x8c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x40','\x0e','\x18','\x70','\x0c','\x18','\x64','\x8c','\x18','\x7e','\x4c','\x1a','\x46','\x6c','\xff','\xc4','\x6c','\x18','\x88','\x0c','\x19','\x7f','\x0c','\x18','\x49','\x0c','\x3c','\x49','\x8c','\x3a','\x49','\x4c','\x3b','\x7f','\x6c','\x3b','\x49','\x6c','\x78','\x49','\x0c','\x58','\x49','\x0c','\x58','\x7f','\x0f','\x58','\x41','\x3c','\x98','\x41','\xec','\x18','\x41','\x0c','\x18','\x41','\x0c','\x18','\xc1','\x0c','\x18','\x81','\x0c','\x18','\x8f','\x0c','\x19','\x03','\x0c','\x03','\x80','\x0c','\x03','\x1a','\x3e','\xff','\xff','\xe0','\x03','\x03','\x00','\x3f','\xf3','\x00','\x23','\x13','\x06','\x23','\x13','\xff','\x3f','\xf3','\x18','\x23','\x13','\x18','\x23','\x13','\x18','\x3f','\xf3','\x18','\x03','\x02','\x18','\xff','\xfe','\x18','\x03','\x04','\x18','\x03','\x18','\x18','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x01','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x1c','\x20','\x08','\x18','\x3a','\x0e','\x18','\x31','\x0c','\x18','\x61','\x08','\x1b','\x41','\x98','\xff','\x81','\x90','\x18','\x20','\x10','\x18','\x38','\x26','\x18','\x37','\xff','\x3c','\x30','\x60','\x3a','\x60','\x60','\x3b','\x67','\x60','\x3b','\x66','\x60','\x78','\xe6','\x6c','\x59','\x66','\x7e','\x58','\x66','\x60','\x58','\x66','\x60','\x98','\x66','\x60','\x18','\x66','\x60','\x18','\x65','\x60','\x18','\x64','\xe0','\x18','\x64','\x70','\x18','\x64','\x3f','\x18','\x68','\x0e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x7f','\xfe','\x0d','\x80','\x00','\xff','\xc0','\x00','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x1a','\x1c','\xff','\xff','\x1e','\x18','\x18','\x1d','\x18','\x18','\x3d','\x9f','\xf8','\x2d','\x86','\x80','\x2c','\x0e','\x84','\x6c','\x0c','\x47','\x4c','\x1c','\x46','\x8c','\x3c','\x6c','\x0c','\x6c','\x28','\x0d','\x8c','\x30','\x0c','\x0c','\x18','\x0c','\x7f','\x9f','\x0c','\x3c','\x0e','\x0c','\x20','\x06','\x1c','\x40','\x0c','\x18','\x7f','\xfe','\x18','\x60','\x00','\x18','\x62','\x08','\x1b','\x63','\xfc','\xff','\xe2','\x08','\x18','\x62','\x08','\x18','\x62','\x08','\x18','\x63','\xf8','\x3c','\x62','\x08','\x3a','\x60','\x00','\x3b','\x60','\x00','\x3b','\x68','\xa2','\x78','\x6f','\xbf','\x58','\x68','\xa2','\x58','\x68','\xa2','\x58','\x68','\xa2','\x98','\x68','\xa2','\x18','\x6f','\xbe','\x18','\x68','\xa2','\x18','\x60','\x00','\x18','\x60','\x06','\x18','\x7f','\xff','\x18','\x60','\x00','\x1c','\x00','\x70','\x18','\x00','\x68','\x18','\x00','\x66','\x18','\x00','\x62','\x1b','\x40','\x60','\xff','\xff','\xff','\x18','\x60','\x60','\x18','\x64','\x60','\x18','\x64','\x64','\x3c','\x67','\x67','\x3a','\x64','\x26','\x3b','\x64','\x26','\x3b','\x64','\x2c','\x78','\x7f','\xac','\x58','\x64','\x28','\x58','\x44','\x38','\x58','\x55','\x10','\x98','\xd5','\x92','\x18','\xd4','\xba','\x18','\xa4','\xaa','\x18','\x84','\x6e','\x19','\x9c','\x46','\x19','\x0c','\x87','\x1a','\x00','\x03','\x0e','\x04','\x08','\x0c','\x43','\x0e','\x0c','\x31','\x8c','\x0c','\x19','\x98','\x0d','\x98','\x10','\xff','\xc0','\x20','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x1e','\x3f','\xfc','\x1d','\x31','\x8c','\x1d','\xb1','\x8c','\x3d','\xb1','\x8c','\x2c','\x3f','\xfc','\x2c','\x01','\x80','\x6c','\x01','\x86','\x4c','\xff','\xff','\x8c','\x07','\xa0','\x0c','\x0d','\xb0','\x0c','\x0d','\x98','\x0c','\x19','\x9f','\x0c','\x31','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0d','\xa1','\x8c','\xff','\xff','\xfe','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x1d','\xbf','\xfc','\x3d','\x81','\x90','\x2c','\x01','\x8c','\x2c','\x7f','\xf6','\x6c','\x1c','\x06','\x4c','\x00','\x30','\x8c','\xff','\xff','\x0c','\x10','\x30','\x0c','\x08','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x0e','\x04','\x38','\x0c','\x26','\x30','\x0c','\x14','\x30','\x0d','\x88','\x36','\xff','\xd5','\xff','\x1c','\x22','\x30','\x1e','\x00','\x78','\x3d','\x04','\x78','\x2d','\xa6','\xb4','\x6d','\x94','\xb6','\x4c','\x09','\x37','\x8c','\x14','\x32','\x0c','\x62','\x30','\x0c','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xe0','\x03','\x80','\x7e','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0d','\x60','\x06','\xff','\xe2','\x24','\x0c','\x61','\xb0','\x0c','\x04','\xb0','\x0c','\x24','\x64','\x1c','\x34','\x42','\x1e','\x24','\x83','\x1d','\x45','\x13','\x3d','\x86','\x18','\x2d','\x9b','\xf8','\x2c','\x60','\x00','\x6c','\x01','\xc0','\x4c','\x39','\x8e','\x8c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0d','\x60','\x06','\xff','\xe2','\x14','\x0c','\x01','\x98','\x0c','\x24','\xb4','\x0c','\x34','\x62','\x1c','\x24','\xc3','\x1e','\x45','\x13','\x1d','\x0e','\x18','\x3d','\xb3','\xf8','\x2d','\x80','\x00','\x2c','\x01','\x80','\x6c','\x3f','\xfc','\x4c','\x31','\x8c','\x8c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x01','\x90','\x0c','\x01','\x88','\x0c','\x7f','\xfc','\x0c','\x3f','\x86','\x0c','\x30','\x06','\x0e','\x20','\x20','\x0c','\x18','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x44','\x0c','\x7f','\xfe','\xff','\x83','\x00','\x0c','\x03','\x08','\x0c','\x7f','\xfc','\x0e','\x03','\x00','\x1d','\x03','\x02','\x1d','\xff','\xff','\x1d','\x88','\x00','\x3c','\x07','\x00','\x2c','\x03','\x08','\x2c','\xff','\x8e','\x6c','\x03','\x1c','\x4c','\x03','\xa0','\x8c','\xfb','\x40','\x0c','\x1b','\x60','\x0c','\x33','\x38','\x0c','\x23','\x1f','\x0c','\x43','\x0e','\x0d','\x8f','\x06','\x0c','\x06','\x00','\x1c','\x03','\x80','\x18','\x23','\x08','\x18','\x3f','\xfc','\x18','\x23','\x08','\x1b','\x23','\x0a','\xff','\xff','\xff','\x18','\x23','\x08','\x18','\x23','\x08','\x18','\x3f','\xf8','\x3c','\x03','\x00','\x3a','\x3f','\xf8','\x3b','\x23','\x08','\x3b','\x23','\x08','\x78','\x3f','\xf8','\x58','\x03','\x00','\x58','\x06','\x06','\x59','\xff','\xff','\x98','\x0c','\x30','\x18','\x18','\x60','\x18','\x3f','\xc0','\x18','\x31','\xf0','\x18','\x07','\x3c','\x18','\x1c','\x0e','\x18','\xe0','\x06','\x1c','\x00','\x40','\x18','\x06','\x70','\x18','\xff','\x60','\x18','\x18','\x60','\x1a','\x18','\x60','\xff','\x1b','\x66','\x18','\xff','\xff','\x18','\x44','\xc8','\x18','\x44','\x8e','\x3c','\x44','\x8c','\x3a','\x7d','\x4c','\x3b','\x44','\x4c','\x3b','\x44','\x48','\x78','\x44','\x58','\x58','\x7c','\x58','\x58','\x44','\x50','\x58','\x44','\x30','\x98','\x44','\x30','\x18','\x44','\x38','\x18','\x7c','\x68','\x19','\xe4','\x4c','\x18','\xc4','\xcf','\x18','\x84','\x86','\x18','\x05','\x06','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x19','\x18','\x0d','\x99','\x18','\xff','\xff','\xff','\x0c','\x19','\x18','\x0c','\x19','\x18','\x0c','\x1f','\xf8','\x1c','\x00','\x00','\x1e','\x20','\x0c','\x1d','\x3f','\xfe','\x1d','\xb0','\x0c','\x3d','\xb0','\x0c','\x2c','\x3f','\xfc','\x2c','\x30','\x0c','\x6c','\x30','\x0c','\x4c','\x3f','\xfc','\x8c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x38','\x0c','\x1c','\x0f','\x0c','\xe0','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x80','\xff','\x81','\x80','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1e','\x1f','\xfc','\x1d','\x18','\x0c','\x1d','\x98','\x0c','\x3d','\x9f','\xfc','\x2c','\x08','\x30','\x2c','\x06','\x30','\x6c','\x06','\x42','\x4c','\x7f','\xff','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x1c','\x20','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x1b','\x3f','\xf8','\xff','\xb0','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1c','\x00','\x00','\x3a','\x00','\x06','\x3b','\xff','\xff','\x3b','\x44','\x00','\x38','\x44','\x0c','\x78','\x7d','\xfe','\x58','\x44','\x8c','\x58','\x44','\x8c','\x58','\x7c','\x88','\x98','\x44','\x58','\x18','\x44','\x50','\x18','\x44','\x30','\x19','\xfc','\x7c','\x18','\xe4','\xcf','\x18','\x87','\x06','\x18','\x04','\x00','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x9f','\xf8','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x1e','\x18','\x18','\x1d','\x00','\x00','\x1d','\x80','\x00','\x3d','\x86','\x46','\x2c','\x7f','\x7f','\x2c','\x46','\x46','\x6c','\x46','\x46','\x4c','\x46','\x46','\x8c','\x7e','\x7e','\x0c','\x46','\x46','\x0c','\x46','\x46','\x0c','\x46','\x46','\x0c','\x46','\x46','\x0c','\x7e','\x7e','\x0c','\x46','\x46','\x0e','\x00','\x60','\x0c','\x03','\xf0','\x0c','\x1f','\x00','\x0c','\x02','\x00','\x0d','\x9f','\xf0','\xff','\xc2','\x00','\x0c','\x3f','\xfc','\x0c','\x02','\x10','\x0e','\x02','\x18','\x1d','\x03','\xf8','\x1d','\x81','\xf0','\x1d','\x88','\x08','\x3c','\x3c','\x3c','\x2d','\xe1','\xe0','\x2c','\x20','\x20','\x6d','\xfd','\xfe','\x4c','\x20','\x20','\x8c','\x20','\x20','\x0f','\xfd','\xff','\x0c','\x20','\x20','\x0c','\x22','\x22','\x0c','\x23','\x23','\x0c','\x3f','\x3f','\x0c','\x1e','\x1e','\x1c','\x00','\x40','\x18','\x88','\x70','\x18','\xfc','\x66','\x18','\xcb','\xff','\x1a','\xc8','\xc0','\xff','\xc8','\x80','\x18','\xc9','\xfe','\x18','\xc9','\x10','\x18','\xd2','\x10','\x3c','\xd0','\xff','\x3a','\xc8','\x00','\x3b','\xc8','\x00','\x3b','\xc9','\xfe','\x78','\xc9','\x86','\x58','\xc9','\x86','\x58','\xc9','\xfe','\x58','\xc9','\x86','\x98','\xf9','\x86','\x18','\xd9','\xfe','\x18','\xc1','\x86','\x18','\xc1','\x86','\x18','\xc1','\x86','\x18','\xc1','\x9e','\x18','\xc1','\x8c','\x0e','\x01','\x88','\x0c','\x7f','\x8c','\x0c','\x03','\x48','\x0c','\x23','\x52','\x0d','\x9a','\x23','\xff','\xce','\x22','\x0c','\x04','\x14','\x0c','\x08','\x1c','\x0c','\x17','\xef','\x1e','\x20','\x06','\x1d','\x80','\x00','\x1c','\xc8','\x18','\x3c','\xcf','\xfc','\x2c','\x0c','\x18','\x2c','\x0c','\x18','\x6c','\x0c','\x18','\x4c','\x0f','\xf8','\x8c','\x00','\x20','\x0c','\x08','\x38','\x0c','\x06','\x30','\x0c','\x02','\x20','\x0c','\x00','\x46','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0d','\x90','\x40','\xff','\xcc','\x60','\x0c','\x04','\x40','\x0c','\x00','\x8c','\x0c','\xff','\xfe','\x1e','\x00','\x00','\x1d','\x3f','\xf8','\x1d','\xb1','\x18','\x3d','\xb1','\x18','\x2c','\x3f','\xf8','\x2c','\x31','\x18','\x6c','\x31','\x18','\x4c','\x3f','\xf8','\x8c','\x01','\x00','\x0c','\x01','\x08','\x0c','\x7f','\xfc','\x0c','\x01','\x00','\x0c','\x01','\x02','\x0d','\xff','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\x1f','\xfc','\x0c','\x01','\x80','\x0d','\x81','\x84','\xff','\xff','\xfe','\x0c','\x00','\x00','\x0c','\x0c','\x18','\x0e','\x08','\x10','\x1d','\x7f','\x7e','\x1d','\x88','\x10','\x1d','\x88','\x10','\x3c','\x0e','\x12','\x2c','\xf8','\xff','\x2c','\x60','\x00','\x6c','\x00','\x00','\x4c','\x7f','\xfe','\x8c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x62','\x0c','\x18','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x1c','\x0c','\xc0','\x18','\x8c','\xc8','\x18','\x4c','\xce','\x18','\x6c','\xcc','\x18','\x6c','\xd0','\xff','\x0c','\xc0','\x18','\xff','\xfe','\x18','\x20','\x20','\x18','\x18','\x30','\x3c','\x08','\x40','\x3a','\x7f','\xfc','\x3b','\x03','\x00','\x3b','\x03','\x00','\x78','\x7f','\xfc','\x58','\x03','\x00','\x58','\x03','\x06','\x59','\xff','\xff','\x98','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\x60','\x0e','\x19','\x80','\x06','\x0e','\x01','\x00','\x0c','\x01','\x80','\x0c','\x13','\x18','\x0c','\x1f','\xfc','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x1f','\xf8','\x1d','\x98','\x00','\x1c','\xd8','\x06','\x3c','\xdf','\xff','\x2c','\x18','\x00','\x2c','\x18','\x06','\x6c','\x1f','\xff','\x4c','\x18','\x06','\x8c','\x00','\x26','\x0c','\x49','\x36','\x0c','\x49','\x96','\x0c','\xcc','\x86','\x0d','\x8c','\x0c','\x0d','\x80','\x7c','\x0c','\x00','\x18','\x0e','\x08','\x00','\x0c','\x0c','\x60','\x0c','\x0f','\xf0','\x0c','\x18','\x40','\x0d','\x10','\x86','\xff','\xbf','\xff','\x0c','\x73','\x30','\x0c','\x33','\x30','\x0c','\x32','\x3e','\x1e','\x34','\x1e','\x1d','\x38','\x00','\x1d','\xb1','\xf8','\x3d','\xb0','\x00','\x2c','\x3f','\xff','\x2c','\x30','\x00','\x6c','\x33','\xfc','\x4c','\x20','\x00','\x8c','\x63','\xfc','\x0c','\x60','\x00','\x0c','\x47','\xfe','\x0c','\xc6','\x06','\x0c','\x86','\x06','\x0d','\x07','\xfe','\x0c','\x06','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0d','\x88','\x10','\xff','\xc4','\x10','\x0c','\x04','\x26','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x1e','\x1f','\xf8','\x1d','\x18','\x18','\x1d','\x98','\x18','\x3d','\x9f','\xf8','\x2c','\x18','\x18','\x2c','\x18','\x18','\x6c','\x1f','\xf8','\x4c','\x02','\x00','\x8c','\x01','\x80','\x0c','\x2c','\xc8','\x0c','\x2c','\xc6','\x0c','\x4c','\x13','\x0c','\xcc','\x1b','\x0c','\xcf','\xf8','\x0c','\x07','\xf0','\x0e','\xe1','\x00','\x0c','\xc1','\xc0','\x7f','\xf9','\x86','\x0c','\xc1','\xff','\x20','\x03','\x08','\x3f','\xf2','\x8c','\x30','\x34','\xd8','\x2f','\x30','\x70','\x69','\x30','\x20','\x49','\x30','\x70','\x8f','\x30','\xdc','\x00','\x61','\x8f','\x03','\xe6','\x06','\x00','\xc0','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x80','\x01','\xd8','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x1c','\x20','\x40','\x18','\x38','\x70','\x18','\x30','\x60','\x18','\xfe','\x60','\x18','\xc6','\x60','\xff','\xc6','\x66','\x18','\xfe','\x7f','\x18','\xc6','\xc8','\x1c','\xc6','\x8e','\x3a','\xfe','\x8c','\x3b','\x01','\x4c','\x3b','\x30','\x4c','\x38','\x30','\x4c','\x79','\xff','\x28','\x58','\x30','\x28','\x58','\x30','\x38','\x58','\x7e','\x10','\x98','\x66','\x10','\x18','\x66','\x38','\x18','\x46','\x28','\x18','\xce','\x6c','\x18','\x8c','\x4f','\x19','\x3c','\x86','\x1a','\x19','\x06','\x1c','\x03','\x00','\x18','\x03','\x00','\x18','\x06','\x80','\x18','\x06','\x40','\x1b','\x0c','\x30','\xff','\x98','\x1f','\x18','\x30','\x0e','\x18','\xcf','\xe6','\x18','\x00','\x00','\x3c','\x00','\x00','\x3a','\x46','\x46','\x3b','\x7f','\x7f','\x3b','\x46','\x46','\x78','\x46','\x46','\x58','\x46','\x46','\x58','\x7e','\x7e','\x58','\x00','\x00','\x98','\x10','\x20','\x18','\x1c','\x38','\x18','\x18','\x30','\x18','\x36','\x68','\x18','\x22','\x46','\x18','\x40','\x83','\x18','\x81','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x8c','\x0c','\x7f','\xfe','\x0c','\x01','\x80','\x0d','\x91','\x88','\xff','\xdd','\x8e','\x0c','\x19','\x8c','\x0c','\x31','\x98','\x0c','\x2d','\x96','\x1e','\x45','\xa2','\x1d','\x01','\x80','\x1d','\xff','\xff','\x3d','\x80','\x00','\x2c','\x20','\x0c','\x2c','\x3f','\xfe','\x6c','\x30','\x0c','\x4c','\x33','\xcc','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x33','\xcc','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x10','\x60','\xe0','\x1f','\xf0','\xc0','\x18','\x60','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe3','\x18','\x18','\x01','\x10','\x18','\x00','\x24','\x1f','\xef','\xfe','\x3c','\x60','\xc0','\x2c','\x60','\xc4','\x2c','\x6f','\xfe','\x4f','\xe0','\xc0','\x8c','\x60','\xc0','\x0c','\x1c','\xc0','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x00','\xd9','\x80','\x01','\x98','\xe0','\x07','\x18','\x7f','\x1c','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\x00','\xe0','\x1f','\xe0','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe1','\x10','\x18','\x01','\x24','\x38','\x0f','\xfe','\x2f','\xe0','\xc0','\x2c','\x60','\xc4','\x4c','\x6f','\xfe','\x8c','\x60','\xc0','\x0f','\xe0','\xc0','\x00','\x1c','\xc0','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x01','\xd9','\xe0','\x0f','\x18','\x7f','\xf0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x23','\x20','\x0c','\x3f','\xb8','\x0c','\x24','\x30','\x0c','\x24','\x30','\x0d','\xa4','\x26','\xff','\xff','\x7f','\x0c','\x21','\x40','\x0c','\x21','\x80','\x0c','\x3f','\x00','\x1e','\x24','\x06','\x1d','\x24','\x7f','\x1d','\xa4','\x00','\x3d','\xbf','\x80','\x2c','\x20','\x00','\x2c','\x00','\x00','\x6c','\x3f','\xfc','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x1c','\x80','\x0c','\x18','\xff','\xfe','\x18','\xc0','\x00','\x18','\xc0','\x80','\x1a','\xcf','\xf8','\xff','\xc8','\x88','\x18','\xc8','\x88','\x18','\xcf','\xf8','\x18','\xc0','\x80','\x38','\xff','\xfe','\x3c','\xc0','\x00','\x3a','\xcf','\xf8','\x3a','\xc8','\x08','\x7a','\xcf','\xf8','\x58','\xc8','\x08','\x58','\xcf','\xf8','\x58','\xc8','\x08','\x98','\xcf','\xf8','\x18','\xc4','\x00','\x18','\xce','\x78','\x18','\xd8','\x18','\x18','\xc0','\x06','\x18','\xff','\xff','\x18','\xc0','\x00','\x0e','\x06','\x06','\x0c','\x7f','\x7f','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x7e','\x7e','\xff','\x86','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x7e','\x7e','\x1e','\x06','\x06','\x1d','\x10','\x80','\x1d','\x9c','\xe0','\x3d','\x98','\xcc','\x2c','\x3f','\xfe','\x2c','\x30','\x80','\x6c','\x70','\x88','\x4c','\xbf','\xfc','\x8d','\x30','\x80','\x0c','\x30','\x88','\x0c','\x3f','\xfc','\x0c','\x30','\x80','\x0c','\x30','\x86','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0d','\x60','\x04','\xff','\xe1','\x00','\x0c','\x64','\x8c','\x0c','\x14','\xa6','\x0c','\x34','\x36','\x1e','\x37','\xf0','\x1d','\x00','\x00','\x1d','\x80','\x00','\x3d','\xbf','\xfe','\x2c','\x22','\x22','\x2c','\x22','\x22','\x6c','\x3f','\xfe','\x4c','\x00','\x00','\x8c','\x00','\x06','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0e','\x01','\xc0','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x0d','\x6f','\xf4','\xff','\x81','\x00','\x0c','\x11','\x26','\x0c','\x39','\x73','\x0c','\x61','\xc3','\x1e','\x07','\x00','\x1d','\x7f','\xf8','\x1d','\x98','\x18','\x3d','\x98','\x18','\x2c','\x1f','\xf8','\x2c','\x18','\x18','\x6c','\x18','\x18','\x4c','\x1f','\xf8','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x04','\x00','\x0c','\x0e','\x38','\x0c','\x1c','\x0e','\x0c','\x60','\x06','\x0e','\x07','\x70','\x0c','\x06','\x66','\x0c','\x7f','\xff','\x0c','\x06','\x60','\x0d','\x26','\x66','\xff','\xbf','\xff','\x0c','\x60','\x06','\x0c','\x60','\x04','\x0c','\x0f','\xf0','\x1e','\x00','\x00','\x1d','\x80','\x06','\x1c','\xff','\xff','\x3c','\xc3','\x80','\x2c','\x07','\x08','\x2c','\x19','\x8e','\x6c','\x63','\x8c','\x4c','\x06','\xd0','\x8c','\x18','\xe0','\x0c','\x61','\xd0','\x0c','\x06','\xdc','\x0c','\x18','\xcf','\x0c','\xe0','\xc6','\x0c','\x07','\xc0','\x0c','\x01','\x80','\x1c','\x10','\x18','\x18','\x19','\xfc','\x18','\x30','\x18','\x18','\x20','\x18','\x19','\x41','\xf8','\xfe','\x88','\x18','\x18','\xcc','\x18','\x18','\xd8','\x1a','\x18','\x13','\xff','\x3c','\x24','\x30','\x3a','\x46','\x60','\x3b','\xfa','\xc2','\x3a','\xf1','\x43','\x78','\x32','\x66','\x58','\x30','\xa8','\x59','\x35','\x20','\x59','\xb6','\x30','\x99','\xb6','\x68','\x19','\xb0','\xac','\x19','\x31','\x26','\x19','\x36','\x27','\x1a','\x30','\x22','\x18','\x31','\xe0','\x18','\x30','\x60','\x1c','\x20','\x18','\x18','\x3f','\xfc','\x18','\x31','\x18','\x18','\x31','\x18','\x1b','\x31','\x18','\xff','\xbf','\xf8','\x18','\x31','\x18','\x18','\x31','\x18','\x1c','\x31','\x18','\x3a','\x3f','\xf8','\x3b','\x30','\x18','\x3b','\x00','\x00','\x38','\x00','\x00','\x79','\x04','\x82','\x59','\xfe','\xff','\x59','\x24','\x92','\x59','\x24','\x92','\x99','\x24','\x92','\x19','\xfc','\xfe','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\x24','\x92','\x19','\xfc','\xfe','\x19','\x04','\x82','\x1c','\x22','\x04','\x18','\x33','\x86','\x18','\x33','\x06','\x18','\xa7','\xd4','\x18','\xc4','\x58','\xff','\x54','\x4a','\x18','\x5c','\x4b','\x18','\x37','\xc6','\x18','\x24','\x44','\x3c','\x44','\x48','\x3a','\x54','\x52','\x3b','\xff','\xff','\x3b','\x48','\x11','\x78','\x03','\x80','\x58','\x03','\x00','\x59','\xff','\xff','\x58','\x07','\x40','\x98','\x0f','\x20','\x18','\x0b','\x30','\x18','\x1b','\x18','\x18','\x33','\x1f','\x18','\x63','\x0e','\x19','\x83','\x06','\x18','\x03','\x00','\x1c','\x02','\x00','\x18','\x03','\x80','\x18','\x83','\x04','\x18','\x4f','\xe7','\x1b','\x6c','\x66','\xff','\xec','\x6c','\x18','\x6c','\x68','\x18','\x0f','\xe0','\x1e','\x0c','\x60','\x3b','\x1c','\x70','\x3b','\x2c','\x6c','\x38','\xef','\xe6','\x38','\x40','\x06','\x78','\x03','\x80','\x58','\x03','\x00','\x59','\xff','\xff','\x58','\x07','\x40','\x98','\x0f','\x20','\x18','\x0b','\x30','\x18','\x1b','\x18','\x18','\x33','\x1f','\x18','\x63','\x0e','\x19','\x83','\x06','\x18','\x03','\x00','\x1c','\x84','\x46','\x18','\xfe','\x7f','\x18','\xc4','\x46','\x18','\xc4','\x46','\x1a','\xfc','\x7e','\xff','\xc4','\x46','\x18','\xc4','\x46','\x18','\xfc','\x7e','\x18','\xc0','\x06','\x3c','\xc0','\x06','\x3a','\xc7','\xc6','\x3a','\xc4','\x46','\x3a','\xc4','\x46','\x78','\xc7','\xc6','\x58','\xc1','\x06','\x58','\xc2','\x06','\x58','\xcf','\xe6','\x98','\xc8','\x26','\x18','\xc8','\x26','\x18','\xc8','\x26','\x18','\xcf','\xe6','\x18','\xc0','\x06','\x18','\xc0','\x3e','\x18','\xc0','\x0c','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x00','\x18','\x63','\x18','\x1b','\x62','\x10','\xff','\xe2','\x92','\x18','\x7f','\xff','\x18','\x62','\x10','\x18','\x67','\xb8','\x3c','\x66','\xb8','\x3a','\x6a','\x54','\x3b','\x72','\x97','\x3b','\x62','\x12','\x78','\x62','\x10','\x58','\x60','\xe0','\x58','\xc0','\xc0','\x58','\xce','\xcc','\x98','\x8c','\xfe','\x19','\x8c','\xc0','\x19','\x0c','\xc0','\x1a','\x0c','\xc0','\x18','\x0c','\xc6','\x18','\x7f','\xff','\x18','\x00','\x00','\x0e','\x22','\x44','\x0c','\x3f','\x7e','\x0c','\x22','\x44','\x0c','\x22','\x44','\x0d','\xbe','\x7c','\xff','\xe2','\x44','\x0c','\x22','\x44','\x0c','\x3e','\x7c','\x0e','\x22','\x44','\x1d','\x22','\x44','\x1d','\xbe','\x7c','\x1d','\x94','\x28','\x3c','\x32','\x64','\x2c','\x62','\xc4','\x2c','\x00','\x00','\x6c','\x06','\x06','\x4c','\xff','\xff','\x8c','\x0c','\x30','\x0c','\x18','\x30','\x0c','\x3f','\x60','\x0c','\x31','\xc0','\x0c','\x03','\x78','\x0c','\x0c','\x1e','\x0c','\x70','\x06','\x0e','\x02','\x08','\x0c','\x21','\x0e','\x0c','\x11','\x8c','\x0c','\x19','\x98','\x0d','\x98','\x10','\xff','\xc0','\x26','\x0c','\x7f','\xff','\x0c','\x08','\x20','\x0f','\x0e','\x10','\x1d','\x9c','\x58','\x1d','\x99','\xec','\x1c','\x37','\x8f','\x3c','\x61','\x86','\x2d','\x81','\x98','\x2c','\x3f','\xfc','\x6c','\x01','\x80','\x4c','\x01','\x86','\x8c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x04','\x00','\xe0','\x26','\xc0','\xc4','\x3f','\xef','\xfe','\x30','\xc2','\x10','\x30','\xc1','\x10','\x3f','\xc1','\x24','\x30','\x0f','\xfe','\x30','\x00','\xc0','\x3f','\xc0','\xc4','\x30','\xcf','\xfe','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x00','\x1c','\xc0','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x7a','\x00','\x01','\xd9','\xe0','\x0f','\x18','\x7f','\xf0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x21','\x86','\x0d','\x3f','\xff','\xff','\xe1','\x86','\x0c','\x61','\x84','\x0c','\x1d','\xb8','\x0c','\x01','\x80','\x1e','\x01','\x80','\x1d','\x3d','\xbc','\x1d','\x81','\x80','\x3d','\x81','\x80','\x2c','\x00','\x00','\x2c','\x00','\x00','\x6c','\x7b','\xde','\x4c','\x4a','\x52','\x8c','\x4a','\x52','\x0c','\x4a','\x52','\x0c','\x4a','\x52','\x0c','\x4a','\x52','\x0c','\x4a','\x52','\x0c','\x7b','\xde','\x0c','\x00','\x00','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x11','\x00','\x12','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6b','\x69','\x42','\x49','\x88','\x7e','\x88','\x08','\x00','\x08','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x03','\x98','\xf0','\x1e','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x1c','\x86','\x40','\x18','\xff','\x70','\x18','\x88','\x60','\x18','\x88','\x46','\x1a','\xfe','\xff','\xff','\x82','\x80','\x18','\x83','\x00','\x18','\xfe','\x0c','\x18','\x88','\x7e','\x3c','\x88','\x00','\x3a','\xff','\x00','\x3b','\x00','\x00','\x3b','\x3f','\xf8','\x78','\x20','\x08','\x58','\x3f','\xf8','\x58','\x20','\x08','\x58','\x3f','\xf8','\x98','\x20','\x08','\x18','\x3f','\xf8','\x18','\x0c','\xc2','\x18','\x0c','\xc2','\x18','\x18','\xc3','\x18','\x30','\xff','\x18','\xc0','\x7e','\x0c','\x20','\x18','\x08','\x20','\x10','\x08','\x7f','\x12','\xff','\x88','\xff','\x18','\x7f','\x10','\x3e','\x08','\x3c','\x6b','\x49','\x37','\x88','\x49','\x52','\x08','\x7f','\x10','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xe6','\x60','\x44','\xd1','\x88','\xe8','\x16','\x6b','\x80','\x10','\x08','\x08','\x1f','\xf8','\x1c','\x00','\x00','\x70','\x1c','\x83','\x80','\x19','\xc0','\x04','\x1e','\x10','\x0e','\x18','\x18','\x18','\x1f','\xf8','\x60','\x0f','\xf3','\x80','\x1c','\x66','\x44','\x18','\x44','\x7e','\x1b','\xff','\xc4','\x18','\x44','\x44','\x1a','\x44','\x44','\xff','\xef','\x7c','\x19','\x29','\x44','\x19','\x29','\x44','\x19','\xef','\x44','\x1c','\x40','\x44','\x3a','\x6c','\x7c','\x3a','\xc8','\x44','\x38','\xff','\x44','\x39','\x88','\x44','\x7a','\x88','\x44','\x58','\xff','\x7c','\x58','\x88','\x28','\x98','\x88','\x28','\x18','\xff','\x28','\x18','\x88','\x6a','\x18','\x88','\x4a','\x18','\xff','\x4b','\x18','\x80','\x8f','\x18','\x01','\x06','\x08','\x01','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x18','\x41','\x80','\x10','\x21','\x80','\x21','\xf3','\x06','\xff','\x33','\xff','\x78','\x32','\x06','\x50','\x06','\x04','\x1c','\x04','\xe8','\x18','\x60','\xc0','\x3f','\xf0','\xc0','\x26','\x00','\xc0','\x46','\x00','\xc0','\x06','\x31','\xa0','\xff','\xf9','\xa0','\x06','\x01','\xa0','\x0d','\x01','\x30','\x0c','\xc3','\x10','\x08','\x62','\x18','\x18','\x66','\x1c','\x10','\x04','\x0f','\x20','\x08','\x0e','\xc0','\x30','\x06','\x00','\x41','\x00','\x18','\x71','\xc0','\x06','\xe1','\x80','\x03','\x81','\x80','\x0e','\xe1','\x80','\x78','\x63','\x06','\x0e','\x03','\xff','\x0c','\x32','\x06','\xff','\xfe','\x04','\x18','\x04','\xe8','\x13','\x08','\xc0','\x23','\x30','\xc0','\x3f','\xf8','\xc0','\x73','\x30','\xc0','\xb3','\x31','\xa0','\x33','\x31','\xa0','\x33','\x31','\xa0','\x33','\x31','\x30','\x33','\x33','\x10','\x33','\xf2','\x18','\x33','\x66','\x1c','\x33','\x04','\x0f','\x03','\x08','\x0e','\x03','\x30','\x06','\x00','\x10','\x00','\x10','\x1c','\x00','\x0c','\x18','\x0c','\x86','\x1f','\xfe','\x66','\x30','\x0c','\x30','\x20','\x08','\x30','\x47','\x10','\x02','\x86','\x00','\x04','\x06','\x00','\x18','\x0d','\x00','\xf0','\x0c','\xc0','\x70','\x18','\x70','\x30','\x30','\x3f','\x38','\x60','\x1e','\x19','\x80','\x06','\x00','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\x01','\x00','\x06','\x01','\xc0','\x06','\x61','\x80','\x7f','\xf1','\x80','\x06','\x01','\x80','\x0d','\x03','\x06','\x0c','\xc3','\xff','\x18','\x62','\x06','\x60','\x66','\x04','\x00','\x04','\xe8','\xff','\xf8','\xc0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x43','\x60','\xc0','\x7f','\x61','\xa0','\x63','\x61','\xa0','\x63','\x61','\xa0','\x63','\x61','\x30','\x7f','\x63','\x10','\x63','\x62','\x18','\x00','\x66','\x1c','\x00','\x64','\x0f','\x03','\xe8','\x0e','\x00','\xd0','\x06','\x03','\x01','\x00','\x03','\x01','\xc0','\x06','\x81','\x80','\x06','\x61','\x80','\x0c','\x31','\x80','\x18','\x33','\x06','\x17','\xc3','\xff','\x20','\x02','\x06','\x50','\x66','\x04','\x9f','\xf4','\xe8','\x18','\x68','\xc0','\x18','\x60','\xc0','\x1f','\xe0','\xc0','\x18','\x60','\xc0','\x18','\x61','\xa0','\x1f','\xe1','\xa0','\x18','\x01','\xa0','\x18','\x01','\x30','\x1f','\xe3','\x10','\x18','\x02','\x18','\x18','\x06','\x1c','\x1f','\xe4','\x0f','\x18','\x08','\x0e','\x18','\x30','\x06','\x20','\x61','\x00','\x3f','\xf1','\xc0','\x30','\x61','\x80','\x30','\x61','\x80','\x3f','\xe1','\x80','\x30','\x63','\x06','\x30','\x63','\xff','\x30','\x62','\x06','\x3f','\xe2','\x04','\x0c','\x04','\xe8','\x0c','\x00','\xc0','\x18','\x30','\xc0','\x1f','\xf8','\xc0','\x30','\x30','\xc0','\x22','\x31','\xa0','\x77','\x31','\xa0','\xbc','\x31','\xa0','\x31','\x31','\xb0','\x31','\xb1','\x10','\x3f','\xb1','\x18','\x1f','\x73','\x1c','\x00','\x62','\x0f','\x03','\xe4','\x0e','\x00','\xd8','\x06','\x00','\x61','\x00','\x03','\xf1','\xc0','\x7f','\x01','\x80','\x02','\x01','\x80','\x02','\x01','\x80','\x02','\x1b','\x06','\xff','\xff','\xff','\x02','\x02','\x06','\x02','\x06','\x04','\x0a','\x04','\xe8','\x5e','\x30','\xc0','\x72','\xf8','\xc0','\x62','\x30','\xc0','\x62','\x30','\xc0','\x62','\x31','\xa0','\x7a','\xf1','\xa0','\x62','\x31','\xa0','\x62','\x31','\x30','\x62','\x33','\x10','\x62','\x32','\x18','\x62','\x36','\x1c','\x7f','\xf4','\x0f','\x60','\x08','\x0e','\x60','\x30','\x06','\x40','\x40','\x80','\x30','\x70','\xe0','\x18','\x60','\xc0','\x18','\x80','\xc0','\xff','\xfd','\xc0','\x09','\x01','\x86','\x09','\x31','\xff','\x7f','\xf9','\x06','\x09','\x33','\x04','\x09','\x32','\xe8','\xff','\xfc','\xc0','\x09','\x30','\xc0','\x09','\x30','\xc0','\x7f','\xf0','\xc0','\x09','\x31','\xa0','\x19','\x01','\xa0','\x19','\x81','\xa0','\x39','\x61','\x30','\x29','\x33','\x10','\x49','\x32','\x18','\x89','\x06','\x1c','\x09','\x04','\x0f','\x09','\x08','\x0e','\x09','\x30','\x06','\x40','\x32','\x00','\x7f','\xfb','\x80','\x60','\x03','\x00','\x60','\x03','\x00','\x67','\xe3','\x06','\x64','\x23','\xff','\x64','\x26','\x06','\x64','\x26','\x04','\x67','\xe4','\xe8','\x60','\x08','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x6f','\x78','\xc0','\x69','\x48','\xc0','\x69','\x49','\xa0','\x69','\x49','\xa0','\x69','\x49','\xa0','\x6f','\x79','\xb0','\x60','\x01','\x10','\x60','\x03','\x18','\x60','\x32','\x1c','\x7f','\xfa','\x0f','\x60','\x04','\x0e','\x00','\x18','\x06','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x83','\x00','\x08','\x63','\x00','\x10','\x3b','\x06','\x2f','\x9b','\xff','\xc0','\x06','\x06','\x1f','\xc6','\x04','\x10','\x44','\xe8','\x10','\x48','\xc0','\x1f','\xc0','\xc0','\x00','\x00','\xc0','\x04','\x10','\xc0','\xff','\xf8','\xc0','\x0c','\x31','\xa0','\x4d','\x31','\xa0','\x2c','\xb1','\xa0','\x1c','\x71','\xb0','\x2c','\xb1','\x10','\xef','\xb3','\x18','\x4d','\x32','\x1c','\x0c','\x32','\x0f','\x3c','\xf4','\x0e','\x18','\x68','\x06','\x07','\x01','\x00','\x06','\x61','\xc0','\x07','\xf1','\x80','\x06','\x01','\x80','\x46','\x31','\x80','\x7f','\xfb','\x06','\x60','\x33','\xff','\x66','\x22','\x06','\x67','\x86','\x04','\x7e','\x04','\xe8','\x66','\x28','\xc0','\x63','\xe0','\xc0','\x60','\x00','\xc0','\x62','\x80','\xc0','\x62','\x90','\xa0','\x72','\x9d','\xa0','\x7a','\x99','\xa0','\x6a','\x91','\xb0','\x6a','\xa1','\x10','\x42','\x81','\x18','\x42','\x9b','\x1c','\x7f','\xe2','\x0f','\x9e','\x04','\x0e','\x10','\x18','\x06','\x03','\x01','\x00','\x03','\x01','\xc0','\x06','\x81','\x80','\x06','\x61','\x80','\x0c','\x31','\x80','\x08','\x1b','\x06','\x10','\x5b','\xff','\x2f','\xe2','\x06','\xc0','\x06','\x04','\x00','\x04','\xe8','\x7c','\xf8','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x4c','\x98','\xc0','\x7c','\xf8','\xa0','\x00','\x00','\xa0','\x20','\x81','\xb0','\x38','\xe1','\x90','\x30','\xc1','\x18','\x2c','\xb1','\x1c','\x65','\x9b','\x0f','\x41','\x1a','\x0e','\x82','\x04','\x06','\x02','\x01','\x00','\x0a','\x09','\xc0','\x5e','\x3d','\x80','\x73','\xc9','\x80','\x42','\x09','\x80','\x42','\x09','\x86','\x72','\x39','\xff','\x43','\x89','\x06','\x40','\x8b','\x04','\x44','\x8a','\xe8','\x44','\x8c','\xc0','\x74','\xb8','\xc0','\x44','\x88','\xc0','\x44','\x88','\xc0','\x44','\x88','\xc0','\xff','\xfc','\xa0','\x00','\x00','\xa0','\x01','\x01','\xb0','\x10','\xc1','\x90','\x1c','\x61','\x18','\x38','\x33','\x1c','\x30','\x32','\x0f','\x60','\x04','\x0e','\x80','\x08','\x06','\x1c','\x71','\x00','\x18','\x61','\xc0','\xff','\xfd','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x7c','\xf9','\x06','\x44','\x8b','\xff','\x44','\x8b','\x06','\x7c','\xfa','\x04','\x11','\x02','\xe8','\x1d','\xc4','\xc0','\x19','\x80','\xc0','\x3f','\xf8','\xc0','\x31','\x00','\xc0','\x71','\x01','\xa0','\xbf','\xf1','\xa0','\x31','\x01','\xa0','\x31','\x01','\x30','\x3f','\xf3','\x10','\x31','\x02','\x18','\x31','\x06','\x1c','\x3f','\xfc','\x0f','\x30','\x08','\x0e','\x30','\x30','\x06','\x08','\x00','\x18','\x0e','\x07','\xfc','\x4c','\xc0','\x18','\x7f','\xe0','\x18','\x60','\xc7','\xf8','\x60','\xc0','\x18','\x7f','\xc0','\x18','\x60','\x07','\xf8','\x60','\x00','\x00','\x7f','\xc8','\x06','\x60','\xcf','\xff','\x60','\xd8','\xc6','\x7f','\xd8','\xc8','\x06','\x00','\xc0','\x06','\x0f','\xfc','\x66','\xcc','\xcc','\x67','\xec','\xcc','\x66','\x0c','\xcc','\x66','\x0c','\xcc','\x66','\x0c','\xcc','\x67','\xcc','\xfc','\xfe','\x0c','\xd8','\x70','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\x60','\x30','\x00','\xff','\xf8','\x00','\xc0','\x30','\x01','\x80','\x30','\x03','\x00','\x60','\x06','\xc0','\x60','\x0c','\x30','\xc0','\x30','\x18','\xc0','\x00','\x19','\x80','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x06','\x00','\x00','\x0c','\x00','\x00','\x18','\x00','\x00','\x70','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x00','\xc4','\x00','\xff','\xe7','\x00','\x18','\x06','\x0c','\x18','\x07','\xfe','\x18','\x06','\x0c','\x18','\x04','\x0c','\x19','\x8c','\x1c','\x3f','\xc8','\x18','\x31','\x90','\xf8','\x31','\xa0','\x30','\x21','\x80','\x00','\x61','\x80','\x18','\x53','\x3f','\xfc','\x8b','\x08','\x18','\x0f','\x04','\x30','\x06','\x04','\x30','\x06','\x02','\x60','\x04','\x03','\xc0','\x0c','\x01','\x80','\x08','\x03','\xc0','\x18','\x06','\x70','\x10','\x0c','\x3f','\x20','\x30','\x0e','\x40','\xc0','\x06','\x00','\xc0','\x18','\xff','\xe0','\x7c','\x18','\x01','\xe0','\x18','\x1f','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x19','\x81','\x80','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x21','\xbf','\xff','\x61','\x81','\x80','\x53','\x01','\x80','\x8b','\x03','\xc0','\x0f','\x03','\x40','\x06','\x03','\x40','\x06','\x06','\x60','\x04','\x06','\x20','\x0c','\x04','\x30','\x08','\x0c','\x30','\x18','\x08','\x18','\x10','\x10','\x1f','\x20','\x20','\x0e','\x40','\xc0','\x06','\x00','\xc1','\x80','\xff','\xe1','\x80','\x18','\x03','\x40','\x18','\x03','\x40','\x18','\x02','\x60','\x18','\x06','\x20','\x19','\x84','\x30','\x3f','\xcc','\x18','\x31','\x89','\x1c','\x31','\x91','\xcf','\x21','\xa3','\x86','\x61','\x83','\x00','\x53','\x06','\x40','\x8b','\x0c','\x70','\x0f','\x10','\xe0','\x06','\x01','\xc0','\x06','\x03','\x08','\x04','\x06','\x0e','\x0c','\x18','\x1c','\x08','\x00','\x38','\x18','\x00','\x60','\x10','\x01','\xc0','\x20','\x07','\x00','\x40','\x38','\x00','\x00','\xc1','\xc0','\xff','\xe1','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x11','\x8c','\x18','\x1f','\xfe','\x19','\x99','\x8c','\x3f','\xd9','\x8c','\x31','\x99','\x8c','\x31','\x99','\x8c','\x21','\x99','\x8c','\x61','\x99','\x8c','\x53','\x7f','\xff','\x8b','\x03','\x40','\x0f','\x03','\x40','\x06','\x03','\x40','\x06','\x02','\x60','\x04','\x06','\x20','\x0c','\x06','\x30','\x08','\x04','\x30','\x18','\x0c','\x18','\x10','\x08','\x1f','\x20','\x10','\x0e','\x40','\x20','\x06','\x00','\xc0','\x18','\xff','\xe0','\x7c','\x18','\x03','\xe0','\x18','\x7e','\x08','\x18','\x23','\x0e','\x18','\x11','\x8c','\x19','\x99','\x98','\x3f','\xd8','\x20','\x31','\x80','\x0c','\x31','\x9f','\xfe','\x21','\x80','\x18','\x61','\x80','\x30','\x53','\x01','\x40','\x8b','\x01','\x80','\x0f','\x01','\x86','\x06','\x3f','\xff','\x06','\x01','\x80','\x04','\x01','\x80','\x0c','\x01','\x80','\x08','\x01','\x80','\x18','\x01','\x80','\x10','\x01','\x80','\x20','\x0f','\x80','\x40','\x03','\x00','\x00','\xce','\xc0','\xff','\xec','\x60','\x18','\x0c','\x0c','\x18','\x04','\x7e','\x18','\x07','\x80','\x18','\x3e','\x30','\x19','\x83','\x60','\x3f','\xc1','\x82','\x31','\x82','\xc2','\x31','\x8c','\x72','\x21','\xb0','\x1f','\x61','\x86','\xc7','\x53','\x06','\x60','\x8b','\x02','\x1e','\x0f','\x03','\xe0','\x06','\x3f','\x10','\x06','\x01','\x18','\x04','\x01','\xb0','\x0c','\x00','\xe0','\x08','\x01','\xc2','\x18','\x03','\x62','\x10','\x06','\x3a','\x20','\x18','\x1f','\x40','\x60','\x07','\x00','\xc1','\xc0','\xff','\xe1','\x80','\x18','\x01','\x80','\x18','\x01','\x8c','\x18','\x3f','\xfe','\x18','\x00','\x10','\x19','\x90','\x1c','\x3f','\xc8','\x18','\x31','\x8c','\x30','\x31','\x8c','\x20','\x21','\x80','\x46','\x61','\xff','\xff','\x53','\x00','\x00','\x8b','\x00','\x00','\x0f','\x10','\x18','\x06','\x1f','\xfc','\x06','\x18','\x18','\x04','\x18','\x18','\x0c','\x18','\x18','\x08','\x18','\x18','\x18','\x18','\x18','\x10','\x1f','\xf8','\x20','\x18','\x18','\x40','\x18','\x18','\x00','\xc8','\x0c','\xff','\xef','\xfe','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0f','\xfc','\x19','\x80','\x00','\x3f','\xc8','\x0c','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x21','\x8c','\x0c','\x61','\x8f','\xfc','\x53','\x0c','\x0c','\x8b','\x0c','\x0c','\x0f','\x0f','\xfc','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x04','\x0c','\x0c','\x0c','\x0f','\xfc','\x08','\x04','\x00','\x18','\x07','\x10','\x10','\x06','\x0c','\x20','\x0c','\x06','\x40','\x30','\x06','\x00','\xc8','\x00','\xff','\xee','\x00','\x18','\x0c','\x0c','\x18','\x0f','\xfe','\x18','\x18','\x00','\x18','\x1f','\xf0','\x19','\xac','\x30','\x3f','\xcc','\x30','\x31','\x8f','\xf0','\x31','\x8c','\x30','\x21','\x8c','\x30','\x61','\x8f','\xf0','\x53','\x00','\x06','\x8b','\x7f','\xff','\x0f','\x0c','\x00','\x06','\x08','\x0c','\x06','\x1f','\xfe','\x04','\x12','\x4c','\x0c','\x26','\x4c','\x08','\xc4','\x8c','\x18','\x08','\x9c','\x10','\x31','\x18','\x20','\x06','\x78','\x40','\x00','\x30','\x01','\x81','\xc0','\xff','\xc1','\x8c','\x18','\x3f','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x1f','\xfc','\x1b','\x00','\x00','\x3f','\xa0','\x06','\x33','\x3f','\xff','\x33','\x60','\x06','\x23','\x6f','\xf4','\x63','\x00','\x00','\x53','\x0f','\xf0','\x8b','\x08','\x10','\x0e','\x08','\x10','\x06','\x0f','\xf0','\x06','\x00','\x00','\x04','\x10','\x10','\x0c','\x0c','\x1c','\x08','\x06','\x38','\x18','\x06','\x20','\x10','\x00','\x46','\x20','\xff','\xff','\x40','\x00','\x00','\x00','\xd3','\x26','\xff','\xff','\xbf','\x18','\x13','\x26','\x18','\x13','\x26','\x18','\x13','\x26','\x18','\x1f','\x3e','\x19','\x80','\x00','\x3f','\xc0','\x00','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x21','\x98','\xc6','\x61','\x9f','\xfe','\x53','\x18','\xc6','\x8b','\x18','\xc6','\x0f','\x18','\xc6','\x06','\x1f','\xfe','\x06','\x00','\xc0','\x04','\x00','\xc0','\x0c','\x00','\xc6','\x08','\x3f','\xff','\x18','\x00','\xc0','\x10','\x00','\xc0','\x20','\x00','\xc0','\x40','\x00','\xc0','\x00','\xc3','\x80','\xff','\xe3','\x06','\x18','\x3f','\xff','\x18','\x60','\x06','\x18','\x6f','\xf4','\x18','\x01','\x00','\x19','\x89','\x4c','\x3f','\xdd','\xe6','\x31','\xb1','\x86','\x31','\x87','\x00','\x21','\x9f','\xf8','\x61','\xf8','\x18','\x53','\x18','\x18','\x8b','\x1f','\xf8','\x0f','\x18','\x18','\x06','\x18','\x18','\x06','\x1f','\xf8','\x04','\x18','\x18','\x0c','\x18','\x18','\x08','\x1f','\xf8','\x18','\x08','\x00','\x10','\x1e','\x78','\x20','\x38','\x1e','\x40','\xc0','\x06','\x03','\x22','\x70','\xff','\xb3','\x60','\x18','\x22','\x68','\x18','\x66','\x66','\x18','\x55','\x63','\x18','\x95','\x63','\x18','\x09','\x60','\x3f','\x00','\x66','\x33','\xff','\xff','\x33','\x24','\x60','\x23','\x24','\x64','\x63','\xe7','\x67','\x52','\x24','\x66','\x8a','\x24','\x26','\x0e','\xe7','\x24','\x06','\x24','\x2c','\x04','\x24','\x28','\x0c','\xe7','\x38','\x0c','\x24','\x12','\x08','\x24','\x3a','\x19','\xff','\x6a','\x10','\xf0','\xce','\x20','\x81','\x87','\x40','\x06','\x03','\x03','\x1c','\x70','\xff','\x98','\x60','\x18','\x18','\x68','\x18','\x1a','\x66','\x18','\xff','\x63','\x18','\x18','\x63','\x18','\x18','\x60','\x3f','\x18','\x66','\x33','\xff','\xff','\x33','\x24','\x60','\x23','\x24','\x64','\x63','\xe7','\x67','\x52','\x24','\x66','\x8a','\x24','\x26','\x0e','\xe7','\x24','\x06','\x24','\x2c','\x04','\x24','\x28','\x0c','\xe7','\x38','\x0c','\x24','\x12','\x08','\x24','\x3a','\x19','\xff','\x6a','\x10','\xf0','\xce','\x20','\x81','\x87','\x40','\x06','\x03','\x02','\x03','\x00','\x03','\xff','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\xfe','\x0c','\x01','\xfe','\x18','\x00','\x00','\x60','\x00','\x60','\x0f','\xff','\xf0','\x02','\x00','\xc0','\x01','\x01','\x80','\x01','\x83','\x00','\x00','\xc6','\x00','\x00','\x6c','\x00','\x00','\x38','\x00','\x00','\x6c','\x00','\x00','\xc7','\x80','\x03','\x81','\xfe','\x0e','\x00','\x7c','\x70','\x00','\x1c','\x00','\x62','\x30','\x23','\xf3','\xf8','\x3f','\x03','\x30','\x30','\x03','\x30','\x30','\x63','\x30','\x3f','\xf3','\x30','\x30','\x63','\x30','\x30','\x62','\x30','\x3f','\xe6','\x3f','\x30','\x64','\x1f','\x30','\x68','\x00','\x3f','\xe0','\x0c','\x30','\x0f','\xfe','\x30','\x02','\x0c','\x30','\x62','\x18','\x3f','\xf1','\x18','\x30','\x61','\xb0','\x30','\x60','\xe0','\x20','\x60','\x40','\x60','\x60','\xe0','\x40','\xe1','\xb8','\x40','\xc3','\x1f','\x87','\xc6','\x0e','\x01','\x98','\x06','\x07','\x02','\x30','\x06','\x03','\xf8','\x06','\x33','\x30','\xff','\xfb','\x30','\x06','\x03','\x30','\x06','\x03','\x30','\x7f','\xf3','\x30','\x00','\x02','\x30','\x40','\x36','\x3f','\x7f','\xfc','\x1f','\xc0','\x30','\x00','\xc0','\x20','\x0c','\x3f','\xcf','\xfe','\x00','\x02','\x0c','\x00','\x02','\x18','\x1f','\x81','\x18','\x19','\x89','\xb0','\x19','\x90','\xe0','\x19','\xa0','\x40','\x31','\xe0','\xe0','\x31','\xc1','\xb8','\x23','\x83','\x1f','\x41','\x06','\x0e','\x80','\x18','\x06','\x40','\x31','\x18','\x7f','\xf9','\xfc','\x60','\x01','\x98','\x60','\x01','\x98','\x67','\xe1','\x98','\x64','\x21','\x98','\x64','\x21','\x98','\x64','\x21','\x18','\x67','\xe3','\x1f','\x60','\x02','\x0f','\x60','\x04','\x00','\x60','\x00','\x0c','\x6f','\x7b','\xfe','\x69','\x49','\x0c','\x69','\x49','\x0c','\x69','\x48','\x98','\x69','\x48','\xd8','\x6f','\x78','\x70','\x60','\x00','\x20','\x60','\x00','\x70','\x60','\x18','\xd8','\x7f','\xfd','\x9f','\x60','\x03','\x0e','\x00','\x0c','\x06','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x66','\xff','\xff','\xff','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xcc','\x1f','\xff','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x20','\x01','\xc0','\x38','\x01','\x80','\x30','\x01','\x86','\x31','\xbf','\xff','\x3f','\xc3','\x00','\x60','\x02','\x20','\x40','\x02','\x10','\xbf','\x84','\x18','\x24','\x9f','\xec','\x24','\x8f','\x0c','\x24','\x88','\x00','\x24','\x80','\x00','\x24','\x8c','\x9c','\xff','\xec','\x98','\x24','\x8c','\x98','\x24','\x8c','\x98','\x24','\x8c','\x98','\x24','\x8c','\x98','\x24','\x8c','\x98','\x7f','\xe8','\x9a','\x41','\x18','\x9a','\x01','\x10','\x9b','\x0f','\x20','\x1f','\x06','\x40','\x0e','\x00','\x1c','\x00','\x04','\x18','\x00','\x07','\x18','\x60','\x0e','\x18','\x18','\x0c','\x18','\x8e','\x18','\x18','\xe7','\x30','\xf9','\xc3','\x60','\x33','\x80','\x80','\x0e','\x00','\x00','\x38','\x00','\x01','\xe1','\x80','\x1f','\x07','\xc0','\xe0','\x3e','\x00','\x03','\xf0','\x00','\x00','\x30','\x60','\x1f','\xff','\xf0','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x30','\x00','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x01','\x81','\xc0','\x07','\xc1','\x98','\x1e','\x01','\x8c','\xf8','\x01','\x8c','\x18','\x01','\x82','\x18','\x3f','\xff','\x18','\x01','\x80','\x19','\x81','\x88','\xff','\xd9','\x8e','\x18','\x0d','\x8c','\x18','\x0d','\x98','\x18','\x01','\xa0','\x19','\x81','\x80','\xff','\xc1','\xa0','\x18','\x0d','\x98','\x18','\x79','\x8c','\x18','\x31','\x8e','\x18','\x21','\x86','\x18','\x07','\x80','\x18','\x03','\x02','\x18','\x00','\x02','\x18','\x00','\x03','\x1f','\xff','\xff','\x0f','\xff','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x13','\xff','\xc0','\x10','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\x06','\x04','\x60','\x3f','\x08','\x07','\xf0','\x00','\x00','\x30','\x00','\x1f','\xff','\xe0','\x00','\x30','\x00','\x00','\x30','\x00','\x7f','\xff','\xfa','\x00','\x30','\x02','\x00','\x30','\x03','\x00','\x3f','\xff','\x00','\x1f','\xfe','\x00','\x06','\x00','\x00','\x3f','\x00','\x07','\xf0','\x00','\x00','\x60','\x00','\x1f','\xff','\xe0','\x00','\x60','\x00','\x7f','\xff','\xf8','\x00','\x60','\x04','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x3f','\xfc','\x03','\x00','\x60','\x0f','\x81','\xf0','\x7c','\x0f','\x80','\x0c','\x01','\x80','\x7f','\xcf','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\xff','\xef','\xfe','\x0c','\x01','\x80','\x0c','\x21','\x82','\x0c','\x31','\x83','\x0f','\xf1','\xff','\x07','\xe0','\xfe','\x01','\x81','\xc0','\x07','\xc1','\x88','\x1e','\x09','\x8c','\xf8','\x09','\x98','\x18','\x19','\xa0','\x18','\x19','\x40','\x18','\x03','\x30','\x19','\x82','\x18','\xff','\xc4','\x0c','\x18','\x18','\x0c','\x18','\x01','\xc0','\x18','\x01','\x88','\x19','\x89','\x8c','\xff','\xc9','\x98','\x18','\x19','\xa0','\x18','\x19','\x40','\x18','\x03','\x20','\x18','\x02','\x30','\x18','\x04','\x18','\x18','\x18','\x1a','\x18','\x00','\x02','\x18','\x00','\x03','\x1f','\xff','\xff','\x0f','\xff','\xfe','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x40','\x80','\x30','\x48','\x84','\x37','\xff','\xfe','\x30','\xc1','\xa0','\x31','\xf3','\x90','\x33','\x52','\x9c','\x34','\x44','\x8f','\x30','\x40','\x86','\x30','\x00','\xc0','\x30','\x0f','\xe0','\x31','\xfc','\x00','\x30','\x0c','\x00','\x23','\xff','\xf8','\x60','\x0c','\x00','\x60','\x0c','\x00','\x4f','\xff','\xfe','\x40','\x0c','\x02','\x80','\x0c','\x03','\x00','\x0f','\xff','\x00','\x07','\xfe','\x07','\x00','\x18','\x06','\x30','\x7c','\xff','\xf9','\xe0','\x00','\x07','\xc0','\x7f','\xf0','\xc0','\x40','\x10','\xc0','\x4f','\x90','\xc0','\x48','\x90','\xd8','\x48','\x97','\xfc','\x4f','\x90','\xc0','\x40','\x10','\xc0','\x7f','\xf0','\xc0','\x00','\x00','\xcc','\x3f','\xe7','\xfe','\x30','\x60','\xc0','\x30','\x60','\xc0','\x3f','\xe0','\xc0','\x30','\x60','\xc0','\x30','\x60','\xc0','\x3f','\xe0','\xc2','\x30','\x60','\xc2','\x30','\x60','\xc3','\xff','\xf8','\xff','\x00','\x00','\x7e','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\xd8','\x0c','\xff','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x1f','\xfc','\x30','\x18','\xcc','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc6','\x30','\x1f','\xff','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\x60','\x3f','\xd8','\x60','\x1f','\xd8','\x62','\x00','\x18','\x32','\x00','\x19','\xba','\x00','\xfe','\x1f','\x00','\x70','\x0f','\x00','\x40','\x06','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x33','\xff','\xf0','\x20','\x00','\x00','\x40','\x00','\x00','\x80','\x00','\x60','\x3f','\xff','\xf0','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x62','\x00','\x00','\x32','\x00','\x00','\x32','\x00','\x00','\x1a','\x00','\x00','\x1e','\x00','\x00','\x0e','\x00','\x00','\x07','\x00','\x00','\x03','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x33','\xff','\xf0','\x60','\x00','\x00','\x80','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x30','\x04','\x00','\x30','\x07','\x08','\x30','\x06','\x04','\x30','\x0c','\x06','\x30','\x0f','\xff','\x30','\x19','\x8d','\xf2','\x21','\x8c','\xda','\x41','\x8c','\x1a','\x03','\x0c','\x1a','\x03','\x0c','\x0e','\x06','\x0c','\x0e','\x0c','\x7c','\x07','\x30','\x18','\x03','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x33','\xff','\xf0','\x60','\x00','\x00','\x80','\x00','\x30','\x3f','\xff','\xf8','\x00','\x00','\x30','\x00','\x00','\x30','\x1f','\xff','\x30','\x18','\x03','\x30','\x18','\xc3','\x30','\x18','\xc3','\x30','\x1b','\xfb','\x32','\x18','\xc3','\x1a','\x18','\xb3','\x1a','\x19','\x9b','\x1a','\x1b','\x1b','\x0e','\x18','\x03','\x0e','\x1f','\xff','\x07','\x18','\x03','\x03','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x18','\x00','\x00','\x33','\xff','\xf0','\x60','\x00','\x00','\x80','\x00','\x30','\x3f','\xff','\xf8','\x00','\x00','\x30','\x10','\xe4','\x30','\x0c','\xc6','\x30','\x04','\xcc','\x30','\x00','\xd0','\x30','\x3f','\xff','\x30','\x03','\xc0','\x32','\x03','\xe0','\x1a','\x06','\xd8','\x1a','\x06','\xce','\x1a','\x0c','\xc7','\x0e','\x18','\xc3','\x0e','\x60','\xc0','\x07','\x00','\xc0','\x03','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x10','\x01','\x98','\x1c','\x7f','\xdc','\x38','\x01','\x9c','\x60','\x01','\x9a','\x80','\x03','\x19','\x00','\x03','\x19','\x80','\x06','\x18','\xc0','\x0c','\x18','\x70','\x18','\x18','\x3f','\x30','\x18','\x1e','\xc0','\x18','\x06','\x00','\xf8','\x00','\x00','\x30','\x00','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x80','\x71','\x87','\x60','\x61','\x86','\x32','\x61','\x86','\x32','\x61','\x86','\x04','\x61','\x86','\x04','\x61','\x86','\x0c','\x61','\x86','\x08','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x30','\x61','\x86','\xf0','\x61','\x86','\x70','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x0c','\x32','\xff','\xfe','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x00','\x00','\x0c','\x00','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x18','\x04','\x7f','\xfc','\x0c','\x03','\x00','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x00','\x18','\x0c','\x00','\x7c','\x06','\x23','\xe0','\x06','\x3e','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x80','\x30','\x00','\x60','\x30','\x06','\x32','\x3f','\xff','\x32','\x30','\x60','\x04','\x30','\x60','\x04','\x30','\x60','\x0c','\x30','\x60','\x08','\x30','\x60','\x18','\x30','\x60','\x18','\x20','\x60','\x30','\x60','\x60','\xf0','\x60','\x60','\x70','\x40','\x60','\x30','\xc0','\x60','\x30','\x80','\x60','\x31','\x00','\x60','\x3a','\x00','\x60','\x18','\x00','\x60','\x10','\x00','\x00','\x0c','\x00','\x18','\x06','\xff','\xfc','\x06','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x80','\x18','\x00','\x60','\x18','\x60','\x32','\x3f','\xf0','\x32','\x30','\x60','\x04','\x30','\x60','\x04','\x30','\x60','\x0c','\x30','\x60','\x08','\x30','\x60','\x18','\x30','\x60','\x18','\x7f','\xe0','\x30','\x60','\x60','\xf0','\x60','\x60','\x70','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x60','\x30','\x00','\x66','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x80','\x39','\x80','\x60','\x31','\x80','\x32','\x31','\x8c','\x32','\x31','\xfe','\x04','\x31','\x80','\x04','\x31','\x80','\x0c','\x31','\x80','\x08','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x30','\x31','\x80','\xf0','\x31','\x80','\x70','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x86','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x04','\x00','\x0c','\x03','\x00','\x06','\x01','\x80','\x06','\x00','\xc0','\x00','\x00','\xc0','\x00','\x0e','\x00','\x80','\x0c','\x00','\x60','\x0c','\x00','\x32','\x0c','\x00','\x32','\x0c','\x00','\x04','\x0c','\x00','\x04','\x4c','\x08','\x0c','\x4c','\x04','\x08','\x4c','\x06','\x18','\xcc','\x03','\x18','\xcc','\x03','\x30','\xcc','\x03','\xf1','\x8c','\x00','\x71','\x8c','\x10','\x30','\x0c','\x10','\x30','\x0c','\x10','\x30','\x0c','\x18','\x38','\x0f','\xf8','\x18','\x07','\xf0','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x01','\xff','\xff','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x00','\x32','\x43','\x0c','\x32','\x7f','\xfe','\x04','\x63','\x0c','\x04','\x63','\x0c','\x0c','\x63','\x0c','\x08','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x30','\x63','\x0c','\xf0','\x63','\x0c','\x70','\x63','\x3c','\x30','\x63','\x18','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x08','\x40','\x0c','\x0e','\x40','\x06','\x0c','\x40','\x06','\x0c','\x20','\x00','\x18','\x20','\x00','\x18','\x30','\x80','\x10','\x18','\x60','\x30','\x1c','\x32','\x20','\x0f','\x32','\x40','\x06','\x04','\x80','\x00','\x04','\x3f','\xf8','\x0c','\x06','\x18','\x08','\x06','\x18','\x18','\x06','\x18','\x18','\x06','\x18','\x30','\x06','\x18','\xf0','\x0c','\x18','\x70','\x0c','\x18','\x30','\x08','\x18','\x30','\x18','\x38','\x30','\x10','\x30','\x38','\x21','\xf0','\x18','\xc0','\x60','\x10','\x00','\x00','\x0c','\x40','\x06','\x06','\x7f','\xff','\x06','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x80','\x60','\x06','\x60','\x60','\x06','\x32','\x60','\x06','\x32','\x60','\x06','\x04','\x60','\x06','\x04','\x7f','\xfe','\x0c','\x60','\x06','\x08','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x30','\x60','\x06','\xf0','\x60','\x06','\x70','\x60','\x06','\x30','\x60','\x06','\x30','\x60','\x06','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x10','\x00','\x00','\x0c','\x40','\x0c','\x06','\x7f','\xfe','\x06','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x80','\x60','\x00','\x60','\x60','\x18','\x32','\x7f','\xfc','\x32','\x64','\x18','\x04','\x64','\x18','\x04','\x64','\x30','\x0c','\x62','\x30','\x08','\x62','\x30','\x18','\x63','\x60','\x18','\x61','\x60','\x30','\xc1','\xc0','\xf0','\xc0','\x80','\x70','\xc1','\xc0','\x30','\x83','\x60','\x31','\x86','\x38','\x31','\x0c','\x1f','\x3a','\x10','\x0e','\x18','\x60','\x06','\x10','\x08','\x00','\x0c','\x0e','\x00','\x06','\x0c','\x18','\x06','\x0f','\xfc','\x00','\x0c','\x18','\x00','\x08','\x18','\x80','\x18','\x38','\x60','\x10','\x30','\x32','\x21','\xf0','\x32','\x40','\x60','\x04','\x00','\x00','\x04','\x00','\x18','\x0c','\x7f','\xfc','\x08','\x10','\x30','\x18','\x08','\x70','\x18','\x0c','\x60','\x30','\x06','\xc0','\xf0','\x03','\x80','\x70','\x01','\x80','\x30','\x03','\xc0','\x30','\x06','\x70','\x30','\x0c','\x3f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x81','\xff','\xff','\x60','\x07','\x40','\x32','\x0f','\x40','\x32','\x0f','\x40','\x04','\x0f','\x20','\x04','\x1b','\x20','\x0c','\x1b','\x30','\x08','\x13','\x10','\x18','\x33','\x18','\x18','\x23','\x18','\x30','\x63','\x0c','\xf0','\x43','\x0f','\x70','\x83','\x06','\x31','\x03','\x06','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x03','\x80','\x0c','\x73','\x1c','\x06','\x63','\x18','\x06','\x63','\x18','\x00','\x63','\x18','\x00','\x63','\x18','\x80','\x63','\x18','\x63','\xff','\xff','\x30','\x63','\x18','\x32','\x63','\x18','\x02','\x63','\x18','\x04','\x63','\x18','\x04','\x63','\x18','\x0c','\x63','\x18','\x08','\x63','\x18','\x18','\x63','\xf8','\x38','\x63','\x18','\xf0','\x60','\x00','\x70','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x00','\x30','\x60','\x0c','\x38','\x7f','\xfe','\x18','\x60','\x00','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x43','\x0c','\x00','\x7f','\xfe','\x80','\x63','\x0c','\x60','\x63','\x0c','\x32','\x63','\x0c','\x32','\x63','\x0c','\x04','\x63','\x0c','\x04','\x63','\x0c','\x0c','\x63','\x0c','\x08','\x63','\x0c','\x19','\xff','\xff','\x18','\x06','\x80','\x30','\x06','\x80','\xf0','\x0c','\x40','\x70','\x0c','\x60','\x30','\x18','\x30','\x30','\x18','\x38','\x30','\x30','\x1f','\x38','\x60','\x0e','\x19','\x80','\x06','\x20','\x0c','\x20','\x19','\xfe','\x38','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x00','\x0c','\x30','\x00','\x8c','\x30','\x80','\xfc','\x30','\x40','\xcc','\x30','\x64','\xc0','\x30','\x64','\xc0','\x60','\x04','\xc0','\x60','\x0c','\xcc','\x60','\x09','\xfe','\x60','\x09','\x8c','\x40','\x19','\x8c','\x40','\x18','\x0c','\x48','\x30','\x0c','\x44','\xf0','\x0c','\xc4','\x70','\x0c','\x86','\x30','\x1c','\x82','\x30','\x18','\x9e','\x30','\x3b','\xf3','\x39','\xf1','\xc3','\x18','\x61','\x03','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x80','\xff','\xff','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x23','\x18','\x08','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x3f','\xf8','\x38','\x30','\x18','\x18','\x30','\x18','\x10','\x80','\x06','\x0c','\xff','\xff','\x06','\xcc','\xc6','\x06','\xcc','\xc6','\x00','\xcc','\xc6','\x00','\xcc','\xc6','\x80','\xcc','\xc6','\x60','\xcc','\xc6','\x32','\xcc','\xc6','\x32','\xcc','\xc6','\x04','\xcc','\xc6','\x04','\xcc','\xc6','\x0c','\xcc','\xc6','\x08','\xc8','\xc6','\x18','\xd8','\xfe','\x18','\xd0','\x7e','\x30','\xe0','\x06','\xf0','\xc0','\x06','\x70','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x38','\xff','\xfe','\x18','\xc0','\x06','\x10','\x80','\x06','\x0c','\xff','\xff','\x06','\xc0','\x06','\x06','\xc0','\x06','\x00','\xc3','\x86','\x00','\xc3','\x06','\x80','\xc3','\x06','\x60','\xc3','\x06','\x32','\xc3','\x06','\x32','\xc3','\x06','\x04','\xc2','\x86','\x04','\xc2','\x86','\x0c','\xc6','\x86','\x08','\xc6','\x86','\x18','\xc4','\xc6','\x18','\xc4','\xc6','\x30','\xcc','\x66','\xf0','\xc8','\x76','\x70','\xd0','\x26','\x30','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x38','\xff','\xfe','\x18','\xc0','\x06','\x10','\x00','\x18','\x0c','\x00','\x7c','\x06','\x23','\xe0','\x06','\x3e','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x80','\x30','\x00','\x60','\x30','\x06','\x32','\x3f','\xff','\x32','\x30','\x60','\x04','\x30','\x60','\x04','\x30','\x60','\x0c','\x33','\x60','\x08','\x30','\xe0','\x18','\x30','\x70','\x18','\x20','\x7c','\x30','\x60','\x6e','\xf0','\x60','\x66','\x70','\x40','\x60','\x30','\xc0','\x60','\x30','\x80','\x60','\x31','\x00','\x60','\x3a','\x00','\x60','\x18','\x00','\x60','\x10','\x20','\x30','\x0c','\x3f','\xf8','\x06','\x30','\x30','\x06','\x30','\x30','\x00','\x30','\x30','\x00','\x30','\x30','\x80','\x30','\x30','\x60','\x30','\x30','\x32','\x3f','\xf0','\x32','\x30','\x30','\x04','\x30','\x30','\x04','\x30','\x30','\x0c','\x30','\x30','\x08','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x30','\x30','\x30','\xf0','\x30','\x30','\x70','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x30','\x36','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x23','\x00','\x00','\x23','\x06','\x00','\x7f','\xff','\x80','\x60','\x06','\x60','\xc0','\x04','\x32','\xc0','\x08','\x32','\x1c','\x00','\x04','\x18','\x10','\x04','\x18','\x1c','\x0c','\x18','\x38','\x08','\x18','\x70','\x18','\x19','\xc0','\x18','\x1e','\x00','\x30','\x18','\x00','\xf0','\x18','\x00','\x70','\x18','\x00','\x30','\x18','\x04','\x30','\x18','\x04','\x30','\x18','\x06','\x38','\x1f','\xfe','\x18','\x0f','\xfc','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x06','\x80','\x03','\xff','\x60','\x03','\x00','\x32','\x03','\x00','\x32','\x03','\x00','\x04','\x03','\x00','\x04','\x03','\x00','\x0c','\x43','\x0c','\x08','\x7f','\xfe','\x18','\x60','\x0c','\x18','\x60','\x0c','\x30','\x60','\x0c','\xf0','\x60','\x0c','\x70','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x7f','\xfc','\x38','\x60','\x0c','\x18','\x60','\x0c','\x10','\x00','\x00','\x0c','\x40','\x06','\x06','\x7f','\xff','\x06','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x80','\x61','\x86','\x60','\x61','\x86','\x32','\x61','\x86','\x32','\x61','\x86','\x04','\x61','\x86','\x04','\x7f','\xfe','\x0c','\x61','\x86','\x08','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x30','\x61','\x86','\xf0','\x61','\x86','\x70','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x10','\x00','\x0c','\x0c','\x00','\x7e','\x06','\x03','\xe0','\x06','\x7e','\x00','\x00','\x03','\x80','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x0c','\x32','\x7f','\xfe','\x32','\x00','\x0c','\x04','\x00','\x1c','\x04','\x00','\x18','\x0c','\x00','\x30','\x08','\x00','\x20','\x18','\x00','\x60','\x18','\x00','\xc0','\x30','\x10','\x80','\xf0','\x11','\x00','\x70','\x2a','\x00','\x30','\x2c','\x00','\x30','\x66','\x00','\x31','\xc3','\x80','\x38','\xc1','\xff','\x18','\x80','\x7e','\x10','\x40','\x0c','\x0c','\x7f','\xfe','\x06','\x60','\x0c','\x06','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x80','\x60','\x0c','\x60','\x7f','\xfc','\x32','\x61','\x8c','\x32','\x61','\x80','\x04','\x61','\x80','\x04','\x61','\x8c','\x0c','\x7f','\xfe','\x08','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x30','\x60','\xe0','\xf0','\x60','\x60','\x70','\x60','\x72','\x30','\x60','\x32','\x30','\x66','\x3a','\x33','\xf8','\x1f','\x39','\xc0','\x0f','\x19','\x00','\x06','\x10','\x00','\x00','\x0c','\x00','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x00','\x43','\x10','\x00','\x23','\x1c','\x80','\x23','\x18','\x60','\x33','\x10','\x32','\x33','\x30','\x32','\x33','\x20','\x04','\x03','\x20','\x04','\x03','\x06','\x0d','\xff','\xff','\x08','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x20','\x0c','\x0c','\x3f','\xfe','\x06','\x30','\x0c','\x06','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x80','\x30','\x0c','\x60','\x30','\x0c','\x32','\x3f','\xfc','\x32','\x30','\x0c','\x04','\x30','\x0c','\x04','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x30','\x30','\x0c','\xf0','\x30','\x0c','\x70','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x38','\x3f','\xfc','\x18','\x30','\x0c','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x03','\x00','\x00','\x03','\x18','\x80','\xff','\xfc','\x60','\x03','\x18','\x32','\x43','\x18','\x32','\x7f','\xf8','\x04','\x63','\x18','\x04','\x63','\x00','\x0c','\x63','\x06','\x08','\xff','\xff','\x18','\xc6','\x86','\x18','\x06','\x86','\x30','\x06','\x46','\xf0','\x0c','\x4e','\x70','\x0c','\x64','\x30','\x18','\x30','\x30','\x18','\x38','\x30','\x30','\x1f','\x38','\x60','\x0e','\x19','\x80','\x06','\x08','\x00','\x00','\x0e','\x40','\x0c','\x1c','\x31','\xfe','\x18','\x18','\x00','\x30','\x18','\x00','\x20','\x00','\x00','\x41','\x00','\x00','\x88','\xc0','\x00','\x0e','\x64','\x06','\x0c','\x65','\xff','\x18','\x08','\x30','\x18','\x08','\x30','\x38','\x18','\x30','\x38','\x10','\x30','\x58','\x30','\x30','\x98','\x30','\x30','\x18','\x60','\x30','\x19','\xe0','\x30','\x18','\xe0','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x18','\x71','\xf0','\x18','\x30','\x60','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x00','\x30','\x06','\x00','\x3f','\xff','\x80','\x60','\x06','\x60','\x41','\x06','\x32','\x81','\x86','\x32','\x11','\x86','\x04','\x4b','\x26','\x04','\x4b','\x26','\x0c','\x46','\x26','\x08','\x47','\x26','\x18','\x4d','\x26','\x18','\x49','\xa6','\x30','\x51','\xa6','\xf0','\x60','\x26','\x70','\x40','\x26','\x30','\x7f','\xe6','\x30','\x40','\x2e','\x30','\x00','\x0c','\x38','\x00','\x7c','\x18','\x00','\x18','\x10','\x02','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x02','\x00','\x00','\x44','\x18','\x00','\x7f','\xfc','\x80','\x64','\x98','\x60','\x64','\x98','\x32','\x64','\x98','\x32','\x64','\x98','\x04','\x64','\x98','\x04','\x64','\x98','\x0c','\x64','\x98','\x08','\x64','\x98','\x18','\x64','\x98','\x18','\x64','\x98','\x30','\x64','\x98','\xf0','\x64','\x98','\x70','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x9a','\x3b','\xff','\xff','\x18','\x00','\x00','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x06','\x80','\x06','\x06','\x80','\x00','\x04','\x40','\x00','\x0c','\x60','\x80','\x08','\x30','\x60','\x18','\x38','\x32','\x10','\x1f','\x32','\x20','\x6e','\x04','\xdf','\xf6','\x04','\x00','\x00','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\x20','\x18','\x18','\x3f','\xfc','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x3f','\xf8','\x38','\x30','\x18','\x18','\x30','\x18','\x10','\x03','\x80','\x0c','\x03','\x08','\x06','\x83','\x0e','\x06','\x43','\x0c','\x00','\x63','\x18','\x00','\x33','\x18','\x80','\x33','\x10','\x60','\x33','\x30','\x32','\x03','\x20','\x32','\x03','\x06','\x04','\xff','\xff','\x04','\x0c','\xc0','\x0c','\x0c','\xc0','\x08','\x0c','\xc0','\x18','\x0c','\xc0','\x18','\x0c','\xc0','\x30','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc2','\x30','\x10','\xc2','\x30','\x30','\xc2','\x30','\x20','\xc3','\x38','\x40','\xff','\x19','\x80','\x7e','\x10','\x03','\x80','\x0c','\x23','\x00','\x06','\x3b','\x00','\x06','\x33','\x00','\x00','\x33','\x18','\x00','\x3f','\xfc','\x80','\x63','\x00','\x60','\x43','\x00','\x32','\x83','\x00','\x32','\x03','\x00','\x04','\x03','\x06','\x05','\xff','\xff','\x0c','\x0f','\x40','\x08','\x0f','\x40','\x18','\x1b','\x20','\x18','\x1b','\x20','\x30','\x13','\x30','\xf0','\x33','\x18','\x70','\x23','\x1c','\x30','\x43','\x0f','\x30','\x83','\x0e','\x33','\x03','\x06','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x10','\x00','\x0c','\x1c','\x00','\x06','\x18','\x00','\x06','\x18','\x00','\x00','\x30','\x06','\x00','\x3f','\xff','\x80','\x20','\x06','\x60','\x60','\x06','\x32','\x41','\x86','\x32','\xbf','\xc6','\x04','\x31','\x86','\x04','\x31','\x86','\x0c','\x31','\x86','\x08','\x3f','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x30','\x31','\x86','\xf0','\x3f','\x86','\x70','\x31','\x8e','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x1c','\x38','\x01','\xf8','\x18','\x00','\x30','\x20','\x70','\x00','\x18','\x60','\x00','\x0c','\x60','\x46','\x0c','\x60','\x7f','\x00','\x60','\x66','\x00','\x66','\x66','\x81','\xff','\x66','\x40','\x66','\x66','\x64','\x66','\x66','\x64','\x66','\x66','\x04','\xc6','\x66','\x0c','\xc6','\x66','\x08','\xcc','\x66','\x08','\xcc','\x66','\x18','\xcc','\x66','\x19','\xa8','\x66','\x31','\xb8','\x66','\xf0','\x10','\x66','\x70','\x38','\x66','\x30','\x2c','\x66','\x30','\x66','\x7e','\x30','\x46','\x66','\x38','\x80','\x00','\x1b','\x00','\x00','\x10','\x00','\x06','\x0c','\xff','\xff','\x06','\x06','\x60','\x06','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x80','\x46','\x66','\x60','\x7f','\xff','\x32','\x66','\x66','\x32','\x66','\x66','\x04','\x66','\x66','\x04','\x66','\x66','\x0c','\x66','\x66','\x08','\x66','\x66','\x18','\x64','\x7e','\x18','\x6c','\x3e','\x30','\x68','\x06','\xf0','\x70','\x06','\x70','\x60','\x06','\x30','\x60','\x06','\x30','\x60','\x06','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x20','\x00','\x07','\x18','\x06','\x06','\x0d','\xff','\x06','\x0c','\x60','\x66','\x00','\x60','\x66','\x00','\x60','\x66','\x80','\x40','\x66','\x40','\x46','\x66','\x64','\xff','\x66','\x64','\xc6','\x66','\x04','\x86','\x66','\x0d','\x86','\x66','\x09','\x4c','\x66','\x0a','\x6c','\x66','\x18','\x28','\x66','\x18','\x18','\x66','\x30','\x10','\x66','\xf0','\x30','\x66','\x70','\x20','\x06','\x30','\x40','\x06','\x30','\x80','\x06','\x31','\x00','\x06','\x3a','\x00','\x3e','\x18','\x00','\x0c','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x43','\x00','\x06','\x43','\x06','\x00','\xff','\xff','\x00','\xc0','\x06','\x81','\x80','\x04','\x61','\x80','\x08','\x30','\x00','\x30','\x30','\x7f','\xf8','\x04','\x00','\x00','\x04','\x00','\x00','\x0c','\x00','\x06','\x09','\xff','\xff','\x18','\x18','\xc0','\x18','\x18','\xc0','\x30','\x18','\xc0','\xf0','\x18','\xc0','\x70','\x18','\xc2','\x30','\x30','\xc2','\x30','\x30','\xc2','\x30','\x60','\xc3','\x38','\xc0','\xff','\x1b','\x00','\x7e','\x10','\x40','\x0c','\x0c','\x7f','\xfe','\x06','\x60','\x0c','\x06','\x60','\x0c','\x00','\x60','\x0c','\x00','\x7f','\xfc','\x80','\x00','\x00','\x60','\x00','\x00','\x32','\x40','\x0c','\x32','\x7f','\xfe','\x04','\x60','\x0c','\x04','\x60','\x0c','\x0c','\x60','\x0c','\x08','\x7f','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x30','\x60','\x0c','\xf0','\x7f','\xfc','\x70','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x38','\x60','\x7c','\x18','\x60','\x18','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x21','\x80','\x06','\x21','\x86','\x00','\x7f','\xff','\x00','\x60','\x06','\x80','\xc4','\x04','\x60','\xc7','\x08','\x32','\x06','\x00','\x32','\x06','\x06','\x04','\xff','\xff','\x04','\x0c','\x00','\x0c','\x0c','\x80','\x08','\x18','\xe0','\x18','\x18','\xc0','\x18','\x30','\xc0','\x30','\x21','\x80','\xf0','\x61','\x90','\x70','\x43','\x08','\x30','\x82','\x0c','\x31','\x04','\x04','\x30','\x3f','\xfe','\x38','\x1f','\x86','\x18','\x10','\x06','\x10','\x08','\x00','\x0c','\x0e','\x00','\x06','\x0c','\x20','\x06','\x08','\x18','\x00','\x10','\x0c','\x00','\xff','\xf6','\x80','\x7e','\x06','\x60','\x50','\x70','\x32','\x1c','\x60','\x32','\x18','\x60','\x04','\x30','\x7e','\x04','\x68','\x3e','\x0c','\x8e','\x00','\x08','\x0c','\x30','\x18','\x1f','\xf8','\x18','\x18','\x60','\x30','\x34','\x60','\xf0','\x62','\xc0','\x70','\x83','\x80','\x30','\x06','\xc0','\x30','\x0c','\x70','\x30','\x18','\x3f','\x38','\x60','\x1e','\x19','\x80','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x01','\xff','\xff','\x00','\x03','\x00','\x80','\x43','\x20','\x60','\x73','\x38','\x32','\x63','\x30','\x32','\x63','\x30','\x04','\x53','\x28','\x04','\xdb','\x64','\x0c','\x9b','\x46','\x08','\x83','\x06','\x19','\x07','\x80','\x18','\x06','\x80','\x30','\x06','\xc0','\xf0','\x0c','\x40','\x70','\x0c','\x60','\x30','\x18','\x30','\x30','\x10','\x18','\x30','\x20','\x1f','\x38','\x40','\x0e','\x19','\x80','\x06','\x20','\x70','\x0c','\x18','\x60','\x1e','\x0c','\x61','\x38','\x0c','\x61','\xe0','\x00','\x61','\x80','\x00','\x6d','\x80','\x83','\xff','\x80','\x40','\x61','\x86','\x64','\x61','\xff','\x64','\x61','\x98','\x04','\x61','\x98','\x0c','\x61','\x98','\x08','\x6d','\x98','\x08','\x71','\x98','\x1b','\xe1','\x98','\x11','\xe1','\x98','\x31','\x61','\x18','\xf0','\x63','\x18','\x70','\x63','\x18','\x30','\x62','\x18','\x30','\x66','\x18','\x30','\x64','\x18','\x39','\xe8','\x18','\x18','\xc0','\x18','\x20','\x00','\x0c','\x18','\x30','\x7e','\x0d','\xfb','\xe0','\x0c','\x30','\x60','\x00','\x20','\x60','\x00','\x60','\x60','\x80','\x62','\x60','\x60','\x42','\x60','\x32','\xc2','\x66','\x32','\x9a','\x7f','\x05','\xfa','\x60','\x05','\x9a','\x60','\x0c','\x1a','\x60','\x08','\x12','\x60','\x19','\x12','\x60','\x19','\x32','\x60','\x30','\xa2','\x60','\xf0','\xa2','\x66','\x70','\x4f','\xff','\x30','\x40','\x00','\x30','\xb0','\x00','\x30','\x9f','\xff','\x39','\x07','\xfe','\x1a','\x00','\x00','\x10','\x20','\x20','\x0c','\x18','\x38','\x06','\x0c','\x70','\x06','\x0c','\x40','\x00','\x00','\x8c','\x00','\xff','\xfe','\x80','\x03','\x0c','\x60','\x03','\x0c','\x32','\x43','\x0c','\x32','\x7f','\xfc','\x04','\x63','\x0c','\x04','\x63','\x00','\x0c','\x63','\x00','\x08','\x63','\x06','\x18','\xff','\xff','\x18','\xc7','\x06','\x30','\xcf','\x06','\xf0','\x0b','\x06','\x70','\x1b','\x06','\x30','\x33','\x0c','\x30','\x63','\x7c','\x30','\xc3','\x18','\x3b','\x03','\x00','\x18','\x03','\x00','\x20','\x03','\x00','\x18','\x02','\x00','\x0d','\xff','\xfc','\x0c','\x02','\x00','\x00','\x02','\x00','\x00','\xff','\xf8','\x80','\x00','\x02','\x61','\xff','\xff','\x32','\x00','\x02','\x32','\x7f','\xf4','\x04','\x02','\x00','\x04','\x02','\x00','\x0c','\xff','\xf8','\x08','\x00','\x00','\x1b','\xff','\xff','\x18','\x00','\x18','\x30','\x00','\x18','\xf1','\xfb','\xff','\x71','\x98','\x18','\x31','\x99','\x98','\x31','\x98','\x98','\x31','\xf8','\x18','\x38','\x00','\x78','\x18','\x00','\x30','\x10','\x00','\x00','\x0c','\x40','\x0c','\x06','\x7f','\xfe','\x06','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x80','\x7f','\xfc','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x60','\x0c','\x04','\x7f','\xfc','\x04','\x60','\x0c','\x0c','\x00','\x00','\x08','\x03','\x80','\x18','\x03','\x00','\x18','\x03','\x18','\x30','\x7f','\xfc','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x04','\x00','\x0c','\x07','\x00','\x06','\x06','\x00','\x06','\x06','\x06','\x01','\xff','\xff','\x00','\x0c','\x40','\x80','\x18','\x20','\x60','\x18','\x30','\x32','\x33','\x1c','\x32','\x63','\x0f','\x04','\xff','\xfe','\x05','\x63','\x18','\x0c','\x63','\x18','\x08','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x7f','\xf8','\x30','\x63','\x02','\x30','\x03','\x02','\x30','\x03','\x03','\x38','\x03','\xff','\x18','\x01','\xfe','\x20','\x04','\x07','\x19','\x07','\x06','\x0c','\x86','\x66','\x0c','\xc4','\x66','\x00','\xcc','\x66','\x00','\x08','\x66','\x81','\xff','\x66','\x40','\x30','\x66','\x64','\x30','\x66','\x64','\x30','\x66','\x04','\x32','\x66','\x0d','\xff','\x66','\x08','\x30','\x66','\x08','\x30','\x66','\x18','\x30','\x66','\x18','\x30','\x66','\x30','\x68','\x66','\xf0','\x64','\x06','\x70','\x46','\x06','\x30','\xc3','\x06','\x30','\x83','\x06','\x31','\x03','\x06','\x3a','\x00','\x3e','\x18','\x00','\x0c','\x20','\xe0','\x07','\x18','\xc3','\x86','\x0c','\xc3','\x06','\x0c','\xc3','\x06','\x00','\xd3','\x26','\x00','\xdb','\x36','\x80','\xcb','\x26','\x60','\xcb','\x46','\x32','\xc3','\x06','\x32','\xc3','\x26','\x04','\xdf','\xf6','\x04','\xc3','\x06','\x0c','\xc7','\x06','\x08','\xc7','\x86','\x18','\xc7','\x46','\x18','\xcf','\x66','\x30','\xcb','\x26','\xf0','\xcb','\x36','\x70','\xdb','\x36','\x30','\x93','\x36','\x30','\xa3','\x06','\x31','\x83','\x06','\x39','\x00','\x06','\x1a','\x00','\x06','\x20','\x00','\x00','\x18','\x00','\x06','\x0f','\xff','\xff','\x0c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x80','\x81','\x9f','\xc7','\x41','\x99','\x86','\x61','\x81','\x96','\x65','\xb1','\x9e','\x05','\x99','\xb6','\x0d','\x99','\xa6','\x09','\x81','\x86','\x09','\x81','\x86','\x19','\x85','\xc6','\x19','\x99','\xb6','\x31','\xf1','\x9e','\xf1','\xa3','\x9e','\x71','\x8f','\x06','\x31','\x86','\x06','\x31','\x80','\x06','\x31','\xff','\xfe','\x39','\x80','\x06','\x19','\x80','\x06','\x10','\x1c','\x70','\x0c','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x6c','\x00','\xff','\xfe','\x00','\x18','\x60','\x80','\x18','\x60','\x60','\x18','\x60','\x32','\x1f','\xe0','\x32','\x18','\x60','\x04','\x18','\x60','\x04','\x18','\x60','\x0c','\x1f','\xe0','\x08','\x18','\x60','\x18','\x18','\x60','\x18','\x18','\x66','\x31','\xff','\xff','\xf0','\x00','\x00','\x70','\x10','\x40','\x30','\x1c','\x30','\x30','\x18','\x18','\x30','\x30','\x0c','\x38','\x60','\x0e','\x19','\x80','\x06','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x06','\x80','\x06','\x06','\x80','\x00','\x0c','\x40','\x00','\x0c','\x60','\x80','\x18','\x30','\x60','\x10','\x18','\x32','\x20','\xdc','\x32','\x5f','\xef','\x04','\x83','\x06','\x05','\x03','\x00','\x0c','\x03','\x30','\x08','\x7f','\xf8','\x18','\x03','\x00','\x18','\x03','\x10','\x30','\x43','\x1c','\xf0','\x23','\x18','\x70','\x33','\x30','\x30','\x33','\x20','\x30','\x33','\x40','\x30','\x03','\x0c','\x38','\xff','\xfe','\x18','\x00','\x00','\x10','\x80','\x06','\x0c','\xff','\xff','\x06','\xc0','\x06','\x06','\xc0','\x06','\x00','\xc3','\x86','\x00','\xc3','\x06','\x80','\xc3','\x26','\x60','\xdf','\xf6','\x32','\xc3','\x06','\x32','\xc3','\x06','\x04','\xc3','\x06','\x04','\xcb','\x66','\x0c','\xcf','\xe6','\x08','\xcc','\x66','\x18','\xcc','\x66','\x18','\xcc','\x66','\x30','\xcc','\x66','\xf0','\xcf','\xe6','\x70','\xcc','\x66','\x30','\xc0','\x06','\x30','\xc0','\x06','\x30','\xc0','\x06','\x38','\xff','\xfe','\x18','\xc0','\x06','\x10','\x00','\x10','\x0c','\x18','\x3c','\x06','\x06','\x70','\x06','\x01','\xc0','\x00','\x03','\x70','\x00','\x0c','\x1c','\x80','\x70','\x0c','\x60','\x07','\x00','\x32','\x06','\x06','\x32','\xff','\xff','\x04','\x0c','\x00','\x04','\x18','\x00','\x0c','\x1f','\xfc','\x08','\x38','\x0c','\x18','\x58','\x0c','\x19','\x9f','\xfc','\x30','\x18','\x0c','\xf0','\x18','\x0c','\x70','\x1f','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x38','\x18','\x7c','\x18','\x18','\x18','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x0c','\x00','\xff','\xfe','\x00','\x10','\x40','\x80','\x1c','\x70','\x60','\x18','\x60','\x32','\x18','\x60','\x32','\x36','\xd8','\x04','\x22','\x8c','\x04','\x41','\x0c','\x0c','\x80','\x00','\x08','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x71','\x10','\x18','\x61','\xd0','\x0c','\x61','\x90','\x0c','\x61','\x90','\x00','\x61','\x90','\x03','\xfd','\x98','\x80','\x61','\x18','\x40','\x61','\x08','\x64','\xe1','\x0c','\x64','\xfa','\x0c','\x04','\xea','\x8f','\x0c','\xec','\xe6','\x09','\xec','\xc6','\x09','\x60','\xc0','\x19','\x60','\xc0','\x1b','\x60','\x80','\x32','\x60','\x88','\xf4','\x61','\x88','\x70','\x61','\x84','\x30','\x61','\x04','\x30','\x61','\x3c','\x30','\x67','\xe6','\x38','\x63','\x86','\x18','\x62','\x06','\x10','\x03','\x80','\x0c','\x83','\x08','\x06','\x43','\x0e','\x06','\x63','\x0c','\x00','\x23','\x0c','\x00','\x33','\x18','\x80','\x33','\x10','\x60','\x33','\x20','\x32','\x03','\x00','\x32','\x83','\x06','\x04','\xff','\xff','\x04','\xc0','\x06','\x0c','\xc0','\x06','\x08','\xc8','\x66','\x18','\xcf','\xe6','\x18','\xcc','\x66','\x30','\xcc','\x66','\xf0','\xcc','\x66','\x70','\xcf','\xe6','\x30','\xcc','\x66','\x30','\xc0','\x06','\x30','\xc0','\x06','\x38','\xc0','\x3e','\x18','\xc0','\x0c','\x10','\x00','\x30','\x0c','\x01','\xf8','\x06','\x3f','\x80','\x06','\x84','\x08','\x00','\x63','\x0e','\x00','\x31','\x9c','\x80','\x31','\x90','\x60','\x00','\x20','\x32','\x7f','\xf8','\x32','\x03','\x18','\x04','\x03','\x18','\x04','\x03','\x1a','\x0d','\xff','\xff','\x08','\x03','\x18','\x18','\x03','\x18','\x18','\x03','\x18','\x30','\x7f','\xf8','\xf0','\x03','\x18','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x1f','\x00','\x18','\x06','\x00','\x10','\x07','\x00','\x0c','\x06','\x00','\x06','\x06','\x0c','\x06','\xff','\xfe','\x00','\x06','\x00','\x00','\x06','\x00','\x80','\x7f','\xf0','\x60','\x06','\x30','\x32','\x06','\x36','\x32','\xff','\xff','\x04','\x06','\x30','\x04','\x06','\x30','\x0c','\x7f','\xf0','\x08','\x08','\x00','\x18','\x0c','\x06','\x19','\xff','\xff','\x30','\x18','\x60','\xf0','\x30','\xc0','\x70','\x30','\xc0','\x30','\x6d','\x80','\x30','\x63','\xc0','\x30','\x06','\x70','\x38','\x18','\x38','\x19','\xe0','\x18','\x20','\x70','\x0c','\x18','\x60','\x1e','\x0c','\x61','\x38','\x0c','\x61','\xe0','\x00','\x6d','\x80','\x03','\xff','\x80','\x80','\x61','\x80','\x40','\x61','\x86','\x64','\x61','\xff','\x64','\xf1','\x98','\x04','\xe9','\x98','\x0c','\xed','\x98','\x09','\xed','\x98','\x09','\x61','\x98','\x19','\x61','\x98','\x13','\x61','\x98','\x32','\x61','\x18','\xf4','\x63','\x18','\x70','\x63','\x18','\x30','\x62','\x18','\x30','\x66','\x18','\x30','\x64','\x18','\x38','\x68','\x18','\x18','\x60','\x18','\x10','\x1c','\xc0','\x0c','\x18','\x60','\x06','\x18','\x18','\x06','\x08','\xfc','\x00','\x0f','\x00','\x00','\xfc','\x60','\x80','\x06','\xc0','\x60','\x03','\x04','\x32','\x05','\x84','\x32','\x18','\xe4','\x04','\xe0','\x3e','\x04','\x0d','\x8e','\x0c','\x0c','\xc0','\x08','\x04','\x1e','\x18','\x07','\xe0','\x18','\xfe','\x10','\x30','\x02','\x38','\xf0','\x03','\x70','\x70','\x01','\xc0','\x30','\x03','\x82','\x30','\x06','\xc2','\x30','\x1c','\x72','\x38','\x70','\x3f','\x19','\x80','\x07','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x21','\x80','\x06','\x21','\x86','\x00','\x7f','\xff','\x00','\x60','\x06','\x80','\xc0','\x04','\x60','\xc0','\x30','\x32','\x1f','\xf8','\x32','\x00','\x00','\x04','\x00','\x00','\x04','\x00','\x06','\x0c','\xff','\xff','\x08','\x01','\x80','\x18','\x01','\x80','\x18','\x21','\x90','\x30','\x39','\x88','\xf0','\x31','\x8c','\x70','\x61','\x86','\x30','\x41','\x87','\x30','\x81','\x83','\x31','\x01','\x83','\x38','\x0f','\x80','\x18','\x03','\x00','\x20','\x70','\x60','\x18','\x60','\x60','\x0c','\x60','\x60','\x0c','\x60','\x70','\x00','\x64','\x50','\x03','\xfe','\xd0','\x80','\xc0','\xd8','\x40','\xc0','\x88','\x64','\xc1','\x8c','\x64','\xcd','\x06','\x04','\xfe','\x07','\x0c','\xcc','\x82','\x08','\xcc','\x40','\x08','\xcc','\x60','\x18','\xcc','\x30','\x18','\xcc','\x30','\x30','\x8c','\x00','\xf0','\x8c','\x80','\x70','\x8c','\x40','\x31','\x9c','\x60','\x31','\x18','\x30','\x31','\x18','\x38','\x3a','\x78','\x18','\x18','\x30','\x18','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x18','\x00','\x7f','\xfc','\x00','\x03','\x00','\x80','\x03','\x00','\x60','\x03','\x0c','\x32','\xff','\xfe','\x32','\x0c','\x60','\x04','\x0c','\x60','\x04','\x18','\x60','\x0c','\x18','\x7e','\x08','\x30','\x3e','\x18','\x43','\x80','\x18','\x03','\x00','\x30','\x03','\x18','\xf0','\x7f','\xfc','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x06','\x00','\x0c','\x06','\x00','\x06','\x0d','\x00','\x06','\x0c','\x80','\x00','\x18','\xc0','\x00','\x30','\x60','\x80','\x20','\x38','\x60','\x40','\x9f','\x30','\xbf','\xce','\x35','\x00','\x06','\x04','\x00','\x00','\x04','\x80','\x18','\x08','\xff','\xfc','\x08','\xc9','\x18','\x18','\xc9','\x18','\x18','\xc9','\x18','\x30','\xff','\xf8','\xf0','\xc9','\x18','\x70','\xc9','\x18','\x30','\xc9','\x18','\x30','\xc9','\x18','\x30','\xc9','\x18','\x38','\xc9','\x78','\x18','\xc0','\x30','\x10','\x10','\x00','\x0c','\x1c','\x40','\x06','\x18','\x70','\x06','\x18','\x60','\x00','\x30','\x40','\x00','\x30','\x8c','\x80','\x3f','\xfe','\x60','\x61','\x80','\x32','\x61','\x80','\x32','\xe1','\x80','\x04','\xe1','\x98','\x05','\x7f','\xfc','\x0c','\x61','\x80','\x08','\x61','\x80','\x18','\x61','\x80','\x18','\x61','\x98','\x30','\x7f','\xfc','\xf0','\x61','\x80','\x70','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x38','\x7f','\xff','\x18','\x60','\x00','\x10','\x40','\x06','\x0c','\x7f','\xff','\x06','\x61','\x86','\x06','\x61','\x86','\x00','\x7f','\xfe','\x00','\x61','\x86','\x80','\x61','\x86','\x60','\x61','\x86','\x32','\x7f','\xfe','\x32','\x00','\x00','\x04','\x00','\x00','\x04','\x3f','\xfc','\x0c','\x30','\x0c','\x08','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x30','\x30','\x0c','\xf0','\x30','\x0c','\x70','\x3f','\xfc','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x38','\x30','\x7c','\x18','\x30','\x18','\x20','\x00','\x0c','\x18','\xff','\xfe','\x0c','\x04','\x40','\x0c','\x04','\x40','\x00','\x44','\x4c','\x00','\x7f','\xfe','\x80','\x64','\x4c','\x60','\x64','\x4c','\x32','\x64','\x4c','\x32','\x64','\x4c','\x04','\x64','\x4c','\x04','\x7f','\xfc','\x0c','\x60','\x0c','\x08','\x00','\x00','\x18','\x03','\x80','\x18','\x03','\x00','\x30','\x03','\x18','\xf0','\x7f','\xfc','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x1c','\x70','\x0c','\x18','\x60','\x06','\x18','\x66','\x06','\xff','\xff','\x00','\x18','\x60','\x00','\x18','\x60','\x80','\x00','\x00','\x60','\x00','\x06','\x32','\xff','\xff','\x32','\x00','\x18','\x04','\x00','\x18','\x04','\x43','\x18','\x0c','\x7f','\x98','\x08','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x30','\x63','\x18','\xf0','\x7f','\x18','\x70','\x63','\x18','\x30','\x60','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x38','\x00','\xf8','\x18','\x00','\x30','\x10','\x08','\x00','\x0c','\x0c','\x60','\x06','\x1f','\xf0','\x06','\x18','\x60','\x00','\x30','\x40','\x00','\x60','\x8c','\x80','\xff','\xfe','\x60','\x64','\x8c','\x32','\x64','\x8c','\x32','\x64','\x8c','\x04','\x64','\x8c','\x04','\x6c','\xfc','\x0c','\x68','\x7c','\x08','\x70','\x0c','\x18','\x63','\x8c','\x18','\x63','\x0c','\x30','\x63','\x0c','\xf1','\xff','\xff','\x70','\x06','\x80','\x30','\x0c','\x40','\x30','\x18','\x70','\x30','\x30','\x3f','\x38','\x60','\x1e','\x19','\x80','\x06','\x10','\x00','\x1c','\x0c','\x01','\xfe','\x06','\x7f','\x88','\x06','\x02','\x0e','\x00','\x21','\x0c','\x00','\x19','\x88','\x80','\x08','\x90','\x60','\x7f','\xfe','\x32','\x06','\x00','\x32','\x06','\x00','\x04','\x06','\x06','\x04','\xff','\xff','\x0c','\x0c','\x00','\x08','\x0c','\x00','\x18','\x08','\x18','\x18','\x1f','\xfc','\x30','\x12','\x18','\xf0','\x32','\x30','\x70','\x21','\x60','\x30','\x41','\xc0','\x30','\x83','\x70','\x30','\x06','\x3f','\x38','\x18','\x1e','\x18','\xe0','\x06','\x10','\x04','\x00','\x0c','\x07','\x00','\x06','\x46','\x18','\x06','\x7f','\xfc','\x00','\x60','\x18','\x00','\x60','\x18','\x80','\x7f','\xf8','\x60','\x60','\x18','\x32','\x60','\x18','\x32','\x60','\x18','\x04','\x7f','\xf8','\x04','\x60','\x18','\x0c','\x00','\x00','\x08','\x00','\x00','\x18','\xff','\xfc','\x18','\x03','\x00','\x30','\x03','\x00','\xf0','\x03','\x18','\x70','\xff','\xfc','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x06','\x3b','\xff','\xff','\x18','\x00','\x00','\x10','\x10','\x00','\x0c','\x10','\x06','\x06','\x3f','\xff','\x06','\x60','\x06','\x00','\x61','\xc4','\x00','\x01','\x80','\x80','\x7f','\xfe','\x60','\x01','\x80','\x32','\x21','\x8c','\x32','\x3f','\xfe','\x04','\x31','\x8c','\x04','\x31','\x8c','\x0c','\x3f','\xfc','\x08','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x30','\x31','\x8c','\xf0','\x01','\x80','\x70','\x01','\x86','\x30','\xff','\xff','\x30','\x01','\x80','\x30','\x01','\x80','\x38','\x01','\x80','\x18','\x01','\x80','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x06','\x01','\xff','\xff','\x00','\x0f','\x40','\x80','\x0b','\x40','\x60','\x1b','\x20','\x32','\x13','\x30','\x32','\x33','\x18','\x04','\x23','\x1c','\x04','\x43','\x0f','\x0d','\x80','\x06','\x08','\x3f','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x30','\x3f','\xf0','\xf0','\x30','\x30','\x70','\x30','\x30','\x30','\x3f','\xf0','\x30','\x30','\x30','\x30','\x30','\x36','\x39','\xff','\xff','\x18','\x00','\x00','\x20','\x0c','\x70','\x18','\x7e','\x60','\x0f','\xe0','\x60','\x0c','\x60','\x60','\x00','\x60','\x64','\x00','\x61','\x67','\x80','\x69','\x66','\x43','\xfd','\x66','\x60','\x63','\x6c','\x64','\x63','\x68','\x04','\x63','\x60','\x0c','\xf0','\x60','\x08','\xec','\x60','\x08','\xe6','\x60','\x19','\xe6','\x70','\x19','\x60','\x50','\x33','\x60','\xd0','\xf2','\x60','\xd0','\x74','\x60','\x98','\x30','\x60','\x88','\x30','\x61','\x8c','\x30','\x61','\x0f','\x38','\x62','\x06','\x18','\x64','\x06','\x10','\x39','\x98','\x0c','\x31','\x10','\x06','\x31','\x10','\x06','\x31','\x12','\x01','\xff','\xff','\x00','\x31','\x10','\x80','\x31','\x10','\x60','\x31','\x10','\x32','\x31','\xf0','\x32','\x30','\x00','\x04','\x30','\x0c','\x04','\x3f','\xfe','\x0c','\x33','\x00','\x08','\x03','\x00','\x18','\x03','\x06','\x19','\xff','\xff','\x30','\x0f','\x40','\xf0','\x1b','\x20','\x70','\x1b','\x30','\x30','\x33','\x18','\x30','\x63','\x1f','\x30','\xc3','\x0e','\x3b','\x03','\x06','\x18','\x03','\x00','\x10','\x02','\x00','\x0c','\x03','\x80','\x06','\x43','\x18','\x06','\x7f','\xfc','\x00','\x60','\x18','\x00','\x60','\x18','\x80','\x7f','\xf8','\x60','\x60','\x18','\x32','\x60','\x18','\x32','\x60','\x18','\x04','\x7f','\xf8','\x04','\x03','\x00','\x0c','\x03','\x08','\x08','\x33','\x0e','\x19','\xfb','\x8c','\x18','\x33','\x98','\x30','\x33','\x50','\xf0','\x63','\x60','\x70','\x63','\x30','\x30','\xc3','\x1c','\x30','\x83','\x0f','\x31','\x03','\x06','\x3a','\x1f','\x00','\x18','\x06','\x00','\x10','\x01','\xc0','\x0c','\x71','\x87','\x06','\x61','\x86','\x06','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x80','\x7f','\xfe','\x60','\x60','\x06','\x32','\x00','\x00','\x32','\x00','\x06','\x04','\xff','\xff','\x04','\x03','\x00','\x0c','\x02','\x00','\x08','\x44','\x06','\x18','\x7f','\xff','\x18','\x64','\x46','\x30','\x64','\x46','\xf0','\x64','\x46','\x70','\x64','\x46','\x30','\x64','\x46','\x30','\x64','\x46','\x30','\x64','\x46','\x38','\x64','\x5e','\x18','\x60','\x0c','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x0c','\x06','\xff','\xfe','\x00','\x00','\x00','\x00','\x20','\x30','\x80','\x3f','\xf8','\x60','\x30','\x30','\x32','\x30','\x30','\x32','\x3f','\xf0','\x04','\x00','\x00','\x04','\x80','\x06','\x0c','\xff','\xff','\x09','\x80','\x06','\x19','\x80','\x04','\x18','\x3f','\xf0','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x1f','\x00','\x18','\x06','\x00','\x20','\x0c','\x00','\x18','\x1e','\x02','\x0c','\x39','\xff','\x0c','\x70','\x30','\x00','\xf0','\x30','\x03','\x30','\x30','\x80','\x30','\x34','\x40','\x31','\xfe','\x64','\x30','\x30','\x65','\xfe','\x30','\x04','\x30','\x30','\x0c','\x30','\x34','\x08','\x31','\xfe','\x08','\x30','\x30','\x1b','\xfe','\x30','\x19','\xf0','\x30','\x31','\x30','\x32','\xf0','\x33','\xff','\x70','\x60','\x30','\x30','\x60','\x30','\x30','\x40','\x30','\x30','\xc0','\x30','\x38','\x80','\x30','\x19','\x00','\x30','\x20','\x00','\x70','\x18','\x00','\x60','\x0d','\xf0','\x60','\x0d','\x10','\x60','\x01','\x12','\x68','\x01','\x13','\x64','\x81','\x13','\x66','\x41','\xf3','\x62','\x65','\x12','\x63','\x65','\x12','\x63','\x05','\x16','\x60','\x0d','\x14','\x64','\x09','\xf4','\x67','\x09','\x18','\x66','\x19','\x10','\x66','\x19','\x11','\xec','\x31','\x10','\xcc','\xf1','\x10','\x18','\x71','\xf0','\x18','\x30','\x00','\x30','\x30','\x00','\x60','\x30','\x00','\xc0','\x38','\x03','\x80','\x18','\x0c','\x00','\x10','\x00','\x00','\x0c','\x00','\x06','\x06','\xff','\xff','\x06','\x01','\x80','\x00','\x01','\x00','\x00','\x01','\x00','\x80','\x42','\x06','\x60','\x7f','\xff','\x32','\x64','\x26','\x32','\x64','\x26','\x04','\x64','\x26','\x04','\x67','\xe6','\x0c','\x64','\x26','\x08','\x64','\x26','\x18','\x64','\x26','\x18','\x64','\x26','\x30','\x67','\xe6','\xf0','\x64','\x26','\x70','\x64','\x26','\x30','\x64','\x26','\x30','\x64','\x26','\x30','\x7f','\xfe','\x38','\x60','\x06','\x18','\x60','\x06','\x20','\x38','\x70','\x18','\x30','\x60','\x0c','\x32','\x60','\x0d','\xff','\x60','\x00','\x30','\x60','\x01','\x30','\x60','\x81','\x33','\x66','\x43','\xff','\xff','\x63','\x03','\x66','\x63','\x02','\x66','\x08','\x0c','\x66','\x09','\xfe','\x66','\x08','\x0c','\x66','\x18','\x08','\x66','\x18','\x30','\x66','\x10','\x30','\x66','\x30','\x3e','\x66','\xf3','\xf8','\xc6','\x71','\xf0','\xc6','\x31','\x30','\x8e','\x30','\x31','\x8c','\x30','\x31','\x0c','\x39','\xf2','\x7c','\x18','\x64','\x18','\x20','\x38','\x38','\x18','\x30','\x30','\x0c','\x30','\x36','\x0f','\xff','\xff','\x00','\x30','\x30','\x00','\x30','\x30','\x80','\x3f','\xf0','\x60','\x03','\x00','\x31','\x03','\x06','\x31','\xff','\xff','\x05','\x83','\x06','\x05','\x83','\x06','\x0d','\xb3','\x66','\x09','\x93','\x26','\x19','\x93','\x26','\x19','\x93','\x26','\x31','\xbb','\x76','\xf1','\xaf','\x5e','\x71','\xcb','\x96','\x31','\x83','\x06','\x31','\x83','\x06','\x31','\x83','\x06','\x39','\x83','\x3e','\x19','\x80','\x0c','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x06','\x80','\x06','\x06','\x40','\x00','\x0c','\x60','\x00','\x18','\x38','\x80','\x30','\x1f','\x60','\x6f','\xee','\x31','\x80','\x06','\x30','\x00','\x00','\x04','\x84','\x0e','\x04','\xfe','\xcc','\x08','\x84','\xcc','\x08','\x84','\xcc','\x18','\xfc','\xcc','\x10','\x84','\xcc','\x30','\x84','\xcc','\xf0','\x84','\xcc','\x70','\xfc','\xcc','\x30','\x84','\x0c','\x30','\x84','\x0c','\x30','\x84','\x0c','\x38','\x9c','\x7c','\x18','\x8c','\x18','\x20','\x70','\x80','\x18','\x60','\xe0','\x0c','\x60','\xc0','\x0c','\x60','\xc6','\x00','\x66','\xff','\x07','\xff','\x80','\x80','\xc1','\x00','\x60','\xc2','\x0c','\x30','\xc0','\xfe','\x30','\xcc','\x0c','\x04','\xfe','\x08','\x04','\xcc','\x28','\x08','\xcc','\x30','\x08','\xcc','\x30','\x18','\xcd','\xff','\x10','\xcc','\x30','\x30','\xcc','\x30','\xf0','\xcc','\x30','\x61','\x8c','\x30','\x61','\x8c','\x30','\x61','\x1c','\x30','\x63','\x18','\x30','\x72','\x79','\xf0','\x34','\x30','\x60','\x20','\x38','\x07','\x18','\x30','\x06','\x0c','\x30','\x66','\x0c','\x33','\x66','\x03','\xff','\xe6','\x00','\x30','\x66','\x80','\x30','\x66','\x41','\xfe','\x66','\x61','\x32','\x66','\x69','\x32','\x66','\x09','\x32','\x66','\x09','\x32','\x66','\x09','\x32','\x66','\x11','\xfe','\x66','\x10','\x70','\x66','\x10','\x70','\x66','\x30','\xf8','\x66','\xf0','\xb4','\x66','\x71','\xb6','\x06','\x31','\x33','\x06','\x32','\x33','\x06','\x34','\x30','\x06','\x38','\x30','\x3e','\x18','\x30','\x0c','\x10','\x00','\x38','\x0c','\x03','\xfc','\x06','\x7f','\x80','\x06','\x04','\x08','\x00','\x83','\x0e','\x00','\x61','\x8c','\x80','\x31','\x88','\x60','\x32','\x10','\x32','\x03','\x00','\x32','\x06','\x40','\x04','\x24','\x70','\x04','\x18','\xe0','\x0c','\x09','\x88','\x08','\x02','\x04','\x18','\xff','\xfe','\x18','\x7e','\x06','\x30','\x03','\x00','\xf0','\x03','\x00','\x71','\xff','\xff','\x30','\x06','\x80','\x30','\x0c','\x60','\x30','\x18','\x38','\x38','\x60','\x1f','\x19','\x80','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x18','\x06','\x7f','\xfc','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x03','\x06','\x61','\xff','\xff','\x30','\x0c','\x00','\x30','\x08','\x20','\x04','\x18','\x10','\x04','\x10','\x18','\x0c','\xff','\xfc','\x08','\x7c','\x0c','\x18','\x40','\x0c','\x18','\x00','\x00','\x30','\x7f','\xf8','\xf0','\x64','\x98','\x70','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x98','\x30','\x64','\x9a','\x3b','\xff','\xff','\x18','\x00','\x00','\x10','\x20','\x18','\x0c','\x3f','\xfc','\x06','\x30','\x18','\x06','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x80','\x30','\x18','\x60','\x30','\x18','\x32','\x3f','\xf8','\x32','\x03','\x10','\x04','\x43','\x1c','\x04','\x23','\x18','\x0c','\x33','\x10','\x08','\x33','\x26','\x19','\xff','\xff','\x18','\x0c','\xc0','\x30','\x0c','\xc0','\xf0','\x0c','\xc0','\x70','\x18','\xc0','\x30','\x18','\xc2','\x30','\x30','\xc2','\x30','\x20','\xc3','\x38','\x40','\xff','\x19','\x80','\x7e','\x21','\x00','\x06','\x19','\xff','\xff','\x0d','\x80','\x06','\x0d','\x80','\x06','\x01','\x80','\x66','\x01','\xbf','\xf6','\x81','\x82','\x06','\x61','\x86','\x06','\x31','\x84','\x26','\x31','\x8a','\x36','\x05','\xb3','\x26','\x05','\x85','\x46','\x0d','\x85','\x86','\x09','\x89','\x46','\x19','\xb3','\x66','\x19','\x85','\x36','\x31','\x89','\x36','\xf1','\xb1','\x06','\x71','\x87','\x06','\x31','\x83','\x06','\x31','\x80','\x06','\x31','\x80','\x06','\x39','\xff','\xfe','\x19','\x80','\x06','\x20','\x03','\x80','\x18','\x43','\x00','\x0c','\x43','\x06','\x0c','\xff','\xff','\x00','\xc0','\x06','\x01','\x83','\x84','\x81','\x83','\x08','\x60','\x7f','\xfc','\x32','\x10','\x20','\x32','\x08','\x30','\x04','\x0c','\x60','\x04','\x0c','\x40','\x0c','\x00','\x86','\x09','\xff','\xff','\x18','\x03','\x00','\x18','\x03','\x00','\x30','\x03','\x0c','\xf0','\xff','\xfe','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x80','\x0c','\x18','\xff','\xfe','\x0c','\xc0','\x00','\x0c','\xc0','\x00','\x00','\xcf','\xf8','\x00','\xc0','\x00','\x80','\xc0','\x06','\x60','\xff','\xff','\x30','\xcc','\x84','\x34','\xcc','\x46','\x04','\xcc','\x6c','\x04','\x8c','\x30','\x09','\x8d','\x9c','\x09','\x3e','\x0f','\x1a','\x18','\x76','\x18','\x10','\x60','\x30','\x00','\x60','\xf3','\xff','\xff','\x70','\x20','\x60','\x30','\x10','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x38','\x03','\xe0','\x18','\x00','\xc0','\x20','\x04','\x00','\x19','\x07','\x46','\x0c','\x86','\x7f','\x0c','\xc4','\x46','\x00','\xcc','\x46','\x00','\x08','\x46','\x83','\xff','\x46','\x60','\x30','\x46','\x30','\x30','\x7e','\x35','\x32','\x46','\x05','\x32','\x46','\x05','\x32','\x46','\x0d','\x32','\x46','\x09','\x32','\x46','\x19','\x32','\x7e','\x19','\xfe','\x46','\x31','\x32','\x46','\xf1','\x32','\x46','\x70','\x30','\xc6','\x30','\x20','\x86','\x30','\x60','\x86','\x30','\x41','\x86','\x38','\x81','\x3e','\x19','\x02','\x0c','\x10','\x03','\x00','\x0c','\x03','\x00','\x06','\x06','\x80','\x06','\x06','\x40','\x00','\x0c','\x60','\x00','\x08','\x30','\x80','\x1f','\xdc','\x60','\x30','\x0f','\x32','\x60','\x06','\x32','\xbf','\xf8','\x04','\x30','\x18','\x04','\x30','\x18','\x0c','\x3f','\xf8','\x08','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x30','\x20','\x00','\xf0','\x60','\x0c','\x70','\x7f','\xfe','\x30','\x58','\x0c','\x30','\xd8','\x0c','\x30','\x98','\x0c','\x39','\x1f','\xfc','\x18','\x18','\x0c','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x43','\x18','\x06','\x7f','\xfc','\x00','\x63','\x18','\x00','\x63','\x18','\x80','\x63','\x18','\x60','\x7f','\xf8','\x32','\x63','\x18','\x32','\x63','\x18','\x04','\x63','\x18','\x04','\x7f','\xf8','\x0c','\x03','\x00','\x08','\x03','\x18','\x18','\xff','\xfc','\x18','\x20','\x18','\x30','\x10','\x30','\xf0','\x0c','\x60','\x70','\x06','\xc0','\x30','\x03','\x80','\x30','\x06','\xc0','\x30','\x0c','\x78','\x38','\x30','\x1f','\x19','\xc0','\x06','\x10','\x00','\x1c','\x0c','\x01','\xfe','\x06','\x3f','\xc0','\x06','\x04','\x04','\x00','\x83','\x07','\x00','\x61','\x86','\x80','\x31','\x86','\x60','\x31','\x8c','\x32','\x30','\x08','\x32','\x00','\x10','\x04','\x06','\x00','\x04','\x4f','\x06','\x0c','\x78','\x7f','\x08','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x30','\x64','\x06','\xf0','\x7e','\x7e','\x70','\x60','\x06','\x30','\x60','\x06','\x30','\x60','\x06','\x30','\x60','\x06','\x38','\x7f','\xfe','\x18','\x60','\x06','\x00','\x03','\x80','\x23','\x23','\x10','\x3f','\x93','\x1c','\x33','\x1b','\x18','\x33','\x1b','\x10','\x33','\x03','\x20','\x33','\x7f','\xfe','\x33','\x06','\x80','\x3f','\x06','\x80','\x33','\x0c','\x46','\x33','\xff','\xff','\x33','\x08','\x20','\x33','\x18','\x30','\x33','\x31','\x98','\x3f','\x61','\x0f','\x33','\x91','\x26','\x33','\x0d','\x30','\x33','\x05','\x40','\x23','\x01','\x00','\x23','\x05','\x60','\x63','\x79','\x1c','\x43','\x31','\x0e','\x4f','\x27','\x06','\x86','\x03','\x00','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x81','\x86','\x06','\xff','\xff','\x00','\xc1','\x80','\x00','\xc1','\x80','\x80','\xdf','\xfc','\x60','\xc1','\x8c','\x32','\xc1','\x8c','\x32','\xff','\xff','\x04','\xc1','\x8c','\x04','\xc1','\x8c','\x0c','\xc1','\x8c','\x08','\xdf','\xfc','\x18','\xc0','\x00','\x18','\xc0','\x00','\x30','\x90','\x0c','\xf0','\x9f','\xfe','\x71','\x98','\x0c','\x31','\x18','\x0c','\x31','\x18','\x0c','\x32','\x18','\x0c','\x38','\x1f','\xfc','\x18','\x18','\x0c','\x20','\x03','\xa0','\x18','\x03','\x30','\x0c','\x03','\x16','\x0d','\xff','\xff','\x00','\x03','\x00','\x00','\x43','\x18','\x80','\x7f','\xfc','\x60','\x63','\x18','\x32','\x63','\x18','\x32','\x7f','\xf8','\x04','\x63','\x18','\x04','\x63','\x18','\x0c','\x7f','\xf8','\x08','\x60','\x18','\x18','\x00','\x00','\x18','\x00','\x66','\x31','\xff','\xff','\xf0','\x00','\x60','\x70','\x20','\x60','\x30','\x18','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x38','\x01','\xe0','\x18','\x00','\xc0','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x06','\x06','\xff','\xff','\x00','\x10','\x20','\x00','\x08','\x30','\x80','\x4c','\x20','\x60','\x44','\x46','\x32','\x7f','\xff','\x32','\xc0','\x04','\x04','\xc3','\x88','\x04','\x03','\x00','\x0c','\x03','\x06','\x08','\xff','\xff','\x18','\x0c','\x00','\x18','\x0c','\x18','\x30','\x0f','\xfc','\xf0','\x0c','\x18','\x70','\x0c','\x18','\x30','\x18','\x18','\x30','\x18','\x38','\x30','\x30','\x30','\x38','\x61','\xf0','\x19','\x80','\x60','\x20','\x40','\x00','\x18','\x40','\x06','\x0c','\xff','\xff','\x0d','\x80','\x06','\x01','\x80','\x04','\x00','\x20','\x30','\x80','\x3f','\xf8','\x60','\x30','\x30','\x32','\x30','\x30','\x32','\x3f','\xf0','\x04','\x30','\x30','\x04','\x30','\x30','\x0c','\x3f','\xf0','\x08','\x30','\x30','\x18','\x03','\x00','\x18','\x03','\x06','\x31','\xff','\xff','\xf0','\x00','\x00','\x70','\x10','\x40','\x30','\x1c','\x30','\x30','\x38','\x18','\x30','\x30','\x0c','\x38','\x60','\x0e','\x19','\x80','\x06','\x38','\x00','\x06','\x30','\xcf','\xff','\x33','\xe0','\x60','\x3e','\x00','\x40','\x30','\x04','\x86','\x30','\x47','\xff','\x30','\x66','\x06','\x3f','\xe6','\x06','\x1f','\xc6','\x06','\x00','\x07','\xfe','\x00','\x06','\x06','\x07','\x06','\x06','\x06','\x26','\x06','\xf6','\x37','\xfe','\x37','\x66','\x06','\x37','\x86','\x06','\x36','\x86','\x06','\x26','\xc6','\x06','\x26','\x67','\xfe','\x66','\x72','\x00','\x46','\x23','\x98','\x86','\x07','\x06','\x1e','\x0c','\x07','\x0c','\x30','\x03','\x21','\x0c','\x00','\x19','\xfe','\x06','\x0d','\x8d','\xff','\x0d','\x8c','\x98','\x01','\x8c','\x98','\x01','\x8c','\x98','\x81','\xfc','\x98','\x61','\x8c','\x98','\x31','\x8c','\x98','\x35','\x8c','\x98','\x05','\x8c','\x9a','\x05','\xff','\xff','\x0d','\x8c','\x30','\x09','\x80','\x3c','\x19','\x90','\x78','\x19','\x88','\x58','\x31','\x8c','\x58','\xf1','\xb6','\xd8','\x71','\xe6','\x98','\x37','\x81','\x9a','\x33','\x01','\x1a','\x32','\x02','\x1b','\x38','\x04','\x1f','\x18','\x18','\x0e','\x20','\x1c','\x38','\x18','\x18','\x30','\x0d','\xff','\xff','\x0c','\x18','\x30','\x00','\x18','\x30','\x00','\xfe','\xfe','\x80','\xc6','\xc6','\x60','\xc6','\xc6','\x30','\xfe','\xfe','\x34','\x20','\x40','\x04','\x38','\x60','\x04','\x30','\x84','\x08','\x7f','\xfe','\x08','\x61','\x80','\x18','\xe1','\x88','\x18','\xff','\xfc','\x31','\x61','\x80','\xf2','\x61','\x88','\x70','\x7f','\xfc','\x30','\x61','\x80','\x30','\x61','\x80','\x30','\x61','\x86','\x38','\x7f','\xff','\x18','\x60','\x00','\x20','\x00','\x06','\x19','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\xff','\xfc','\x00','\xc0','\x0c','\x80','\xc0','\x0c','\x60','\xff','\xfc','\x32','\xc0','\x00','\x32','\xcf','\xf0','\x04','\xc8','\x10','\x04','\xcf','\xf0','\x0c','\xc0','\x00','\x08','\xdf','\xfc','\x18','\xd8','\x8c','\x18','\xd8','\x8c','\x30','\x98','\x8c','\xf0','\x9f','\xfc','\x71','\x98','\x00','\x31','\x18','\x02','\x31','\x18','\x02','\x32','\x18','\x03','\x38','\x1f','\xff','\x18','\x0f','\xfe','\x20','\x18','\x80','\x11','\xfc','\xe0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x00','\x0c','\x86','\x03','\xff','\xff','\x80','\x01','\x30','\x40','\x02','\x30','\x64','\x18','\x30','\x65','\xfc','\x30','\x04','\x00','\x30','\x08','\x00','\x36','\x08','\x19','\xff','\x09','\xfc','\x30','\x18','\x00','\x30','\x10','\x00','\x30','\x31','\x0c','\x30','\xf1','\xfe','\x30','\x71','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x39','\xfc','\x30','\x19','\x8c','\x30','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x06','\x06','\xff','\xff','\x00','\x08','\x00','\x00','\x1c','\x38','\x80','\x30','\x0e','\x60','\xc0','\x06','\x32','\x3f','\xf8','\x32','\x30','\x18','\x04','\x30','\x18','\x04','\x30','\x18','\x0c','\x30','\x18','\x08','\x3f','\xf8','\x18','\x06','\x84','\x18','\x0c','\x87','\x30','\x18','\x4e','\xf0','\x38','\x58','\x70','\xd8','\x60','\x33','\x18','\x30','\x30','\x18','\x38','\x30','\xff','\x9f','\x38','\x78','\x0e','\x18','\x40','\x06','\x01','\xc1','\x00','\x39','\x81','\x8c','\x31','\x83','\xfe','\x31','\x8e','\x18','\x31','\xb9','\x30','\x3f','\x84','\xe0','\x31','\x83','\x80','\x01','\x9e','\x38','\x01','\x80','\x30','\x7f','\xff','\xff','\x19','\x84','\x30','\x11','\x86','\x30','\x31','\x86','\x30','\x21','\x80','\xf0','\x41','\x9c','\x60','\x80','\x18','\x0c','\x01','\x9c','\x3e','\x7f','\xda','\xe0','\x03','\x99','\x00','\x07','\x18','\xc0','\x0c','\x18','\x78','\x30','\x18','\x1f','\xc0','\xf8','\x06','\x00','\x30','\x00','\x10','\x08','\x00','\x0c','\x0e','\x00','\x06','\x0c','\x20','\x06','\x08','\x10','\x00','\x10','\x18','\x00','\xff','\xfc','\x80','\x7c','\x0c','\x60','\x47','\x00','\x32','\x06','\x06','\x33','\xff','\xff','\x04','\x0c','\x40','\x04','\x18','\x20','\x0c','\x32','\x18','\x08','\x67','\x0f','\x19','\x8e','\x46','\x18','\x18','\xe0','\x30','\x61','\xc8','\xf0','\x03','\x1c','\x70','\x0c','\x38','\x30','\x70','\x70','\x30','\x00','\xe0','\x30','\x03','\x80','\x38','\x0e','\x00','\x18','\x70','\x00','\x20','\x70','\x80','\x18','\x60','\xe0','\x0c','\x60','\xc0','\x0c','\x66','\xc0','\x03','\xff','\xc6','\x00','\x60','\xff','\x80','\x60','\x86','\x63','\xfd','\x84','\x32','\x65','\x68','\x32','\x66','\x60','\x0a','\x64','\x60','\x0a','\x64','\x60','\x0b','\xfc','\x60','\x18','\x60','\x60','\x10','\x60','\x70','\x10','\xf8','\xd0','\x30','\xec','\xd0','\xf1','\xec','\xd0','\x71','\x6c','\x98','\x32','\x61','\x98','\x34','\x61','\x0c','\x30','\x63','\x0f','\x38','\x62','\x0e','\x18','\x64','\x06','\x20','\x64','\x98','\x18','\x64','\x98','\x0c','\x64','\x98','\x0d','\xff','\xff','\x00','\x64','\x98','\x00','\x44','\x98','\x80','\xc4','\x9f','\x40','\x87','\x8f','\x65','\x00','\x00','\x64','\x80','\x06','\x04','\xff','\xff','\x08','\x83','\x06','\x09','\x83','\x04','\x09','\x83','\x00','\x18','\x7f','\xfc','\x18','\x63','\x0c','\x30','\x63','\x0c','\xf0','\x63','\x0c','\x70','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x7c','\x30','\x63','\x18','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x31','\x0c','\x13','\xf9','\xfe','\x18','\x31','\x80','\x18','\x31','\x80','\x00','\x31','\x88','\x02','\x31','\xfc','\x83','\xf1','\x80','\x43','\x31','\x80','\x63','\x01','\x88','\x63','\x01','\xfc','\x0b','\x01','\x80','\x0b','\x31','\x80','\x0b','\xf1','\x86','\x1b','\x3f','\xff','\x10','\x31','\x90','\x10','\x31','\x92','\x30','\x31','\x93','\xf0','\x31','\x96','\x70','\x31','\x98','\x30','\x31','\x88','\x30','\x71','\x8c','\x30','\x6f','\xef','\x3b','\xe7','\x06','\x18','\xc4','\x06','\x20','\x42','\x00','\x18','\x73','\x80','\x0c','\x63','\x06','\x0c','\x63','\xff','\x00','\x46','\x18','\x00','\xd5','\x18','\x80','\xd8','\xb0','\x40','\x90','\x70','\x69','\x90','\xe0','\x69','\x91','\xb8','\x0b','\x93','\x1f','\x0d','\x9c','\x06','\x19','\x90','\xe0','\x11','\x90','\xc0','\x11','\x90','\xc6','\x31','\x9f','\xff','\x31','\x91','\xd0','\xf1','\x93','\xd0','\x71','\x92','\xd8','\x31','\x86','\xcc','\x31','\x84','\xcf','\x31','\x88','\xc6','\x39','\x90','\xc6','\x19','\x80','\xc0','\x10','\x20','\x20','\x0c','\x18','\x38','\x06','\x0c','\x30','\x06','\x0c','\x44','\x00','\xff','\xfe','\x00','\x03','\x00','\x80','\x03','\x08','\x60','\x7f','\xfc','\x32','\x03','\x00','\x32','\x03','\x02','\x05','\xff','\xff','\x04','\x08','\x00','\x0c','\x07','\x00','\x08','\x03','\x08','\x18','\xff','\x8e','\x18','\x03','\x1c','\x30','\x03','\xa0','\xf1','\xfb','\x40','\x70','\x1b','\x60','\x30','\x33','\x38','\x30','\x23','\x1f','\x30','\x43','\x0e','\x39','\x8f','\x06','\x18','\x06','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x00','\x00','\x00','\x60','\x4c','\x80','\x6c','\xec','\x60','\x63','\x8c','\x32','\x66','\x6c','\x32','\x68','\x2c','\x04','\x60','\x0c','\x04','\x7f','\xfc','\x0c','\x03','\x00','\x08','\x82','\x06','\x18','\xff','\xff','\x18','\xc2','\x06','\x30','\xc4','\x46','\xf0','\xc4','\x26','\x70','\xdf','\xf6','\x30','\xce','\x36','\x30','\xc8','\x06','\x30','\xc0','\x06','\x38','\xc0','\x3e','\x18','\xc0','\x0c','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x06','\x06','\x03','\xff','\x00','\x03','\x00','\x00','\x03','\x00','\x80','\x83','\x06','\x60','\xff','\xff','\x32','\xc4','\x06','\x32','\xc2','\x46','\x04','\xc2','\x66','\x04','\xc8','\x46','\x0c','\xc4','\xc6','\x08','\xe2','\xa6','\x18','\xd9','\x16','\x18','\xc9','\x96','\x30','\xc2','\xc6','\xf0','\xc4','\x66','\x70','\xc8','\x66','\x30','\xd2','\x06','\x30','\xc1','\x06','\x30','\xc1','\x06','\x38','\xff','\xfe','\x18','\xc0','\x06','\x10','\x03','\x80','\x0c','\x03','\x08','\x06','\x7f','\xfc','\x06','\x03','\x00','\x00','\x03','\x04','\x00','\xff','\xfe','\x80','\x00','\x00','\x60','\x18','\x18','\x32','\x10','\x10','\x32','\xfe','\xfe','\x04','\x10','\x10','\x04','\x10','\x10','\x0c','\x1c','\x12','\x09','\xf1','\xff','\x18','\xc0','\x00','\x18','\x00','\x00','\x30','\xff','\xfe','\xf0','\x18','\xc0','\x70','\x18','\xc0','\x30','\x18','\xc2','\x30','\x30','\xc2','\x30','\x30','\xc3','\x38','\x60','\xff','\x19','\x80','\x7e','\x20','\x80','\x0c','\x18','\xff','\xfe','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x00','\xff','\xfc','\x00','\xc0','\x0c','\x80','\xc0','\x00','\x40','\xcf','\xf8','\x64','\xc0','\x20','\x64','\xc0','\xc0','\x04','\xdf','\xfe','\x0c','\xc0','\xc0','\x08','\xc0','\xc0','\x08','\xc3','\xc0','\x18','\xc1','\x80','\x19','\xbe','\x7e','\x31','\x82','\x04','\xf1','\x84','\x08','\x71','\x0f','\x10','\x33','\x7c','\xff','\x32','\x2c','\x18','\x34','\x0c','\x18','\x38','\x3c','\x78','\x18','\x18','\x30','\x20','\x38','\x38','\x18','\x30','\x30','\x0c','\x32','\x32','\x0d','\xff','\xff','\x00','\x30','\x30','\x00','\x78','\x78','\x80','\x76','\x78','\x60','\xb2','\xb4','\x31','\x31','\x37','\x34','\x30','\x32','\x04','\x00','\x00','\x04','\x20','\x18','\x08','\x3f','\xfc','\x08','\x30','\x18','\x18','\x30','\x18','\x10','\x3f','\xf8','\x30','\x30','\x18','\xf0','\x30','\x18','\x70','\x3f','\xf8','\x30','\x30','\x18','\x30','\x20','\x18','\x30','\x60','\x18','\x38','\x40','\xf8','\x18','\x80','\x30','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x3b','\x00','\x06','\x33','\x30','\x00','\x33','\xf8','\x00','\x33','\x00','\x80','\x33','\x00','\x40','\x33','\x0c','\x65','\xff','\xfe','\x64','\x00','\x00','\x04','\x00','\x00','\x0c','\x38','\x38','\x08','\x30','\x30','\x08','\x30','\x32','\x19','\x3d','\x3f','\x19','\x31','\x30','\x31','\x31','\x30','\xf1','\x31','\x30','\x71','\x31','\x30','\x31','\x31','\x30','\x31','\x3d','\x30','\x33','\xf1','\x36','\x39','\xc7','\xff','\x19','\x00','\x00','\x20','\x06','\x06','\x19','\xff','\xff','\x0c','\x26','\x26','\x0c','\x26','\x26','\x00','\xa6','\xa6','\x00','\x66','\x66','\x80','\x66','\x66','\x40','\x56','\x56','\x64','\xc6','\xc6','\x64','\x9e','\x9e','\x05','\x0d','\x0c','\x0c','\x00','\x00','\x08','\x38','\x38','\x08','\x30','\x30','\x19','\x31','\x32','\x19','\x3f','\x3f','\x31','\x31','\x30','\xf1','\x31','\x30','\x71','\x31','\x30','\x31','\x31','\x30','\x31','\x3d','\x30','\x33','\xf1','\x36','\x39','\xc7','\xff','\x19','\x00','\x00','\x10','\x00','\x30','\x0c','\x3f','\xf8','\x06','\x00','\x30','\x06','\x00','\x30','\x00','\x3f','\xf0','\x00','\x00','\x30','\x80','\x00','\x30','\x60','\x3f','\xf0','\x32','\x00','\x00','\x32','\x00','\x8c','\x04','\xfe','\xfe','\x04','\x30','\x8c','\x0c','\x30','\x8c','\x08','\x3e','\x8c','\x19','\xf0','\xfc','\x18','\xc0','\x30','\x30','\x00','\x36','\xf1','\xff','\xff','\x70','\x20','\x30','\x30','\x10','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x38','\x01','\xf0','\x18','\x00','\x60','\x20','\x30','\x30','\x18','\x20','\x20','\x0c','\x24','\x24','\x0f','\xff','\xfe','\x01','\x21','\x20','\x01','\x21','\x20','\x81','\x21','\x22','\x63','\xff','\xff','\x30','\x50','\x60','\x30','\x52','\x52','\x04','\xd4','\xd3','\x04','\x98','\x9f','\x09','\x91','\x0e','\x0b','\x00','\x00','\x18','\x7f','\xf8','\x18','\x60','\x18','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x7f','\xf8','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x20','\x18','\x30','\x18','\x91','\x20','\x0c','\x91','\x24','\x0c','\xff','\xfe','\x00','\x91','\x20','\x01','\x12','\x20','\x80','\x10','\x22','\x63','\xff','\xff','\x30','\x50','\x60','\x30','\x52','\x52','\x04','\xd4','\xd3','\x04','\x98','\x9f','\x09','\x91','\x0e','\x0b','\x00','\x00','\x18','\x7f','\xf8','\x18','\x60','\x18','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x7f','\xf8','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x20','\x00','\x06','\x19','\xff','\xff','\x0c','\x04','\x40','\x0c','\x04','\x40','\x00','\xff','\xfe','\x00','\xc4','\x46','\x80','\xc4','\x46','\x60','\xc4','\x46','\x32','\xff','\xfe','\x32','\x00','\x00','\x04','\x00','\x00','\x04','\x3f','\xf8','\x0c','\x30','\x18','\x08','\x30','\x18','\x18','\x3f','\xf8','\x18','\x30','\x18','\x30','\x30','\x18','\xf0','\x3f','\xf8','\x70','\x03','\x00','\x30','\x03','\x06','\x31','\xff','\xff','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x20','\x30','\x40','\x19','\x32','\x70','\x0d','\x32','\x60','\x0d','\x32','\x40','\x01','\x32','\xc0','\x01','\x32','\x86','\x81','\xfe','\xff','\x60','\x01','\x08','\x30','\x02','\x0e','\x30','\x00','\x8c','\x05','\xfe','\x8c','\x04','\x30','\x8c','\x08','\x30','\x88','\x08','\x30','\x58','\x18','\x30','\x58','\x11','\xfe','\x50','\x30','\x30','\x70','\xf0','\x30','\x20','\x70','\x30','\x70','\x30','\x36','\x58','\x33','\xf8','\xdc','\x31','\xc1','\x8f','\x39','\x03','\x0e','\x18','\x0c','\x06','\x10','\x03','\x80','\x0c','\x03','\x00','\x06','\x03','\x18','\x06','\x7f','\xfc','\x00','\x10','\x40','\x00','\x0c','\x60','\x80','\x04','\x40','\x60','\x00','\x8c','\x32','\xff','\xfe','\x32','\x00','\x00','\x04','\x3f','\xf8','\x04','\x31','\x18','\x0c','\x31','\x18','\x08','\x3f','\xf8','\x18','\x31','\x18','\x18','\x31','\x18','\x30','\x3f','\xf8','\xf0','\x01','\x00','\x70','\x01','\x08','\x30','\x7f','\xfc','\x30','\x01','\x00','\x30','\x01','\x02','\x39','\xff','\xff','\x18','\x00','\x00','\x10','\x00','\x30','\x0c','\x03','\xf8','\x06','\x7f','\x00','\x06','\x03','\x10','\x00','\x43','\x18','\x00','\x33','\x30','\x80','\x13','\x46','\x63','\xff','\xff','\x30','\x0f','\x40','\x30','\x1b','\x20','\x04','\x1b','\x30','\x04','\x33','\x1c','\x0c','\x63','\x0f','\x08','\xc3','\x06','\x1b','\x00','\x00','\x18','\x7f','\xf8','\x30','\x63','\x18','\xf0','\x63','\x18','\x70','\x7f','\xf8','\x30','\x63','\x18','\x30','\x63','\x18','\x30','\x63','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x20','\x1c','\x08','\x18','\x18','\x0e','\x0c','\x19','\x0c','\x0d','\xff','\x98','\x00','\x18','\x18','\x00','\x18','\x30','\x83','\xff','\xe4','\x60','\x00','\x47','\x30','\x00','\x06','\x30','\xff','\x0c','\x04','\xc3','\x0c','\x04','\xc3','\x18','\x0c','\xc3','\x10','\x08','\xff','\x24','\x18','\x02','\x07','\x19','\x03','\x86','\x30','\x87','\x06','\xf0','\xc4','\x0c','\x70','\xc8','\x0c','\x30','\x07','\x98','\x33','\xfc','\x10','\x31','\xe0','\x20','\x39','\x00','\x40','\x18','\x00','\x80','\x20','\x00','\x06','\x18','\xff','\xff','\x0c','\x02','\x40','\x0c','\x02','\x40','\x00','\x42','\x46','\x00','\x7e','\x7f','\x80','\x62','\x46','\x60','\x62','\x46','\x32','\x62','\x46','\x32','\x62','\x46','\x04','\x7e','\x7e','\x04','\x62','\x46','\x0c','\x02','\x40','\x08','\x02','\x40','\x18','\x7f','\xfe','\x18','\x61','\x86','\x30','\x61','\x86','\xf0','\x61','\x86','\x70','\x7f','\xfe','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x38','\x7f','\xfe','\x18','\x60','\x06','\x20','\x03','\x80','\x18','\x03','\x00','\x0d','\x03','\x06','\x0d','\xff','\xff','\x01','\x90','\x20','\x01','\x8c','\x30','\x81','\x84','\x40','\x61','\xff','\xfe','\x31','\x84','\x40','\x31','\x84','\x40','\x01','\xbf','\xfc','\x09','\x84','\x44','\x09','\x84','\x44','\x09','\xff','\xff','\x19','\x84','\x44','\x19','\x84','\x44','\x31','\xbf','\xfc','\xf1','\x8c','\x40','\x71','\x1c','\x60','\x33','\x14','\x50','\x32','\x34','\x5c','\x34','\x64','\x4f','\x39','\x84','\x46','\x18','\x04','\x40','\x20','\x07','\x00','\x18','\x06','\x00','\x0c','\x06','\x0c','\x0d','\xff','\xfe','\x00','\x0c','\x80','\x01','\x08','\x84','\x80','\x98','\x46','\x60','\xd0','\x68','\x32','\x30','\x30','\x32','\x3f','\xfc','\x04','\x70','\x3f','\x04','\xb0','\x36','\x0d','\x3f','\xf0','\x08','\x30','\x30','\x18','\x30','\x30','\x18','\x3f','\xf0','\x30','\x03','\x00','\xf0','\x43','\x00','\x70','\x73','\x20','\x30','\x63','\x18','\x30','\xc3','\x0c','\x30','\x83','\x0e','\x39','\x1f','\x06','\x18','\x06','\x00','\x10','\x02','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x44','\x0c','\x00','\x7f','\xfe','\x00','\x60','\x0c','\x80','\x69','\x2c','\x60','\x65','\x2c','\x32','\x65','\x4c','\x32','\x6f','\xec','\x04','\x63','\x0c','\x04','\x63','\x8c','\x0c','\x65','\x6c','\x08','\x69','\x2c','\x18','\x61','\x0c','\x18','\x60','\x0c','\x30','\x63','\x0c','\xf1','\xff','\xff','\x70','\x06','\x80','\x30','\x0c','\x40','\x30','\x0c','\x70','\x30','\x18','\x3f','\x38','\x30','\x1e','\x19','\xc0','\x06','\x20','\x70','\x60','\x10','\x60','\x60','\x18','\x64','\x60','\x1b','\xfe','\x50','\x00','\x60','\xd0','\x00','\x60','\xc8','\x81','\xf8','\x8c','\x41','\x09','\x86','\x61','\x09','\x07','\x61','\x0a','\x02','\x09','\xf9','\xfc','\x09','\x08','\x60','\x09','\x08','\x60','\x19','\x08','\x60','\x11','\xf8','\x66','\x10','\x63','\xff','\x30','\x60','\x60','\xf0','\x64','\x60','\x73','\xfe','\x60','\x30','\x60','\x60','\x30','\x60','\x60','\x30','\x60','\x60','\x38','\x60','\x60','\x18','\x60','\x60','\x10','\x10','\x60','\x0c','\x1f','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x00','\x18','\x60','\x00','\x1f','\xe0','\x80','\x00','\x00','\x60','\x00','\x00','\x32','\xfc','\xfc','\x32','\x8c','\x8c','\x04','\x8c','\x8c','\x04','\x8c','\x8c','\x0c','\xfc','\xfc','\x08','\x03','\x00','\x18','\x03','\x06','\x1b','\xff','\xff','\x30','\x0f','\x40','\xf0','\x1b','\x20','\x70','\x1b','\x30','\x30','\x33','\x18','\x30','\x63','\x1f','\x30','\xc3','\x0e','\x3b','\x03','\x06','\x18','\x03','\x00','\x10','\x80','\x06','\x0c','\xff','\xff','\x06','\xc4','\x46','\x06','\xc4','\x46','\x00','\xc4','\x46','\x00','\xff','\xfe','\x80','\x03','\x00','\x60','\x03','\x08','\x32','\x7f','\xfc','\x32','\x03','\x00','\x04','\x03','\x02','\x05','\xff','\xff','\x0c','\x10','\x20','\x08','\x08','\x20','\x18','\x08','\x42','\x19','\xff','\xff','\x30','\x03','\x00','\xf0','\x03','\x00','\x70','\x03','\x04','\x30','\xff','\xfe','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x10','\x20','\x00','\x0c','\x30','\x60','\x06','\x3f','\xf0','\x06','\x60','\xc0','\x00','\x40','\x86','\x00','\xff','\xff','\x81','\xcc','\x60','\x62','\xcc','\x60','\x30','\xd8','\x7e','\x30','\xd0','\x3e','\x04','\xe0','\x00','\x04','\xcf','\xf8','\x0c','\xc0','\x00','\x08','\xff','\xfe','\x18','\xc0','\x00','\x18','\xcf','\xf8','\x30','\xc0','\x00','\xf0','\xcf','\xf8','\x70','\x80','\x00','\x31','\x9f','\xfc','\x31','\x18','\x0c','\x32','\x18','\x0c','\x38','\x1f','\xfc','\x18','\x18','\x0c','\x10','\x01','\xc0','\x0c','\x01','\x80','\x06','\x3f','\xfc','\x06','\x01','\x80','\x00','\x09','\x90','\x00','\x08','\x10','\x80','\xff','\xff','\x60','\x08','\x10','\x32','\x08','\x10','\x32','\x00','\x00','\x04','\x3f','\xfc','\x04','\x30','\x0c','\x0c','\x30','\x0c','\x08','\x3f','\xfc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x30','\x3f','\xfc','\xf0','\x30','\x0c','\x70','\x30','\x0c','\x30','\x3f','\xfc','\x30','\x0c','\x00','\x30','\x1e','\x3c','\x38','\x38','\x0f','\x18','\xc0','\x03','\x20','\x00','\x18','\x18','\xff','\xfc','\x0c','\x06','\x00','\x0d','\x06','\x06','\x01','\xff','\xff','\x03','\x06','\x06','\x83','\x06','\x04','\x40','\xe6','\x70','\x60','\x06','\x00','\x64','\x06','\x00','\x05','\xe6','\x78','\x0c','\x0d','\x00','\x08','\x18','\xc0','\x08','\x30','\x78','\x18','\x6f','\x9f','\x19','\x80','\x06','\x36','\x00','\x00','\xf0','\xff','\xfc','\x70','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x7c','\x38','\x06','\x18','\x18','\x06','\x00','\x20','\x03','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x08','\x80','\x00','\x04','\xcc','\x81','\xf6','\xb8','\x60','\x53','\x28','\x30','\x53','\x28','\x30','\xd3','\x2c','\x04','\x93','\x34','\x04','\xb3','\x67','\x0d','\x03','\x02','\x08','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x30','\x60','\x18','\xf0','\x60','\x18','\x70','\x7f','\xf8','\x30','\x60','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x39','\x80','\x18','\x1a','\x00','\x18','\x10','\x40','\x0c','\x0c','\x7f','\xfe','\x06','\x60','\x0c','\x06','\x60','\x0c','\x00','\x7f','\xfc','\x00','\x60','\x0c','\x80','\x60','\x0c','\x60','\x7f','\xfc','\x32','\x10','\x20','\x32','\x18','\x30','\x04','\x50','\xa0','\x04','\x64','\xc8','\x0c','\x2e','\x5c','\x08','\x08','\x10','\x18','\x10','\x20','\x18','\x24','\x44','\x31','\xff','\xfe','\xf0','\xe2','\x62','\x70','\x00','\x00','\x30','\x44','\x88','\x30','\x44','\x44','\x30','\x8c','\x66','\x39','\x8c','\x63','\x19','\x8c','\x63','\x10','\x07','\x00','\x0c','\x06','\x18','\x06','\x07','\xfc','\x06','\x86','\x00','\x00','\x86','\x06','\x00','\xff','\xff','\x81','\x80','\x06','\x61','\x9f','\xe4','\x30','\x00','\x00','\x30','\x20','\x30','\x04','\x73','\x1c','\x04','\xc7','\x8c','\x0c','\x0e','\xe0','\x08','\x38','\x78','\x18','\xe0','\x1f','\x1b','\x7f','\xfe','\x30','\x60','\x18','\xf0','\x7f','\xf8','\x70','\x60','\x18','\x30','\x7f','\xf8','\x30','\x60','\x18','\x30','\x60','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x20','\x00','\x00','\x18','\x00','\x06','\x0f','\xff','\xff','\x0c','\x23','\x00','\x00','\x73','\x10','\x00','\x63','\x0c','\x80','\xc3','\x06','\x61','\xff','\xff','\x32','\x83','\x07','\x30','\x83','\x04','\x04','\xab','\x54','\x04','\x93','\x24','\x0c','\x93','\x24','\x08','\xab','\x54','\x18','\x83','\x04','\x18','\x83','\x04','\x30','\xab','\x54','\xf0','\x93','\x24','\x70','\x93','\x24','\x30','\xab','\x54','\x30','\x83','\x04','\x30','\x83','\x04','\x38','\x83','\x3c','\x18','\x83','\x18','\x20','\x01','\xc0','\x18','\x41','\x80','\x0c','\x41','\x86','\x0c','\x7f','\xff','\x00','\xc0','\x04','\x00','\xc1','\x00','\x80','\x0c','\x8c','\x60','\x2c','\xa6','\x32','\x6c','\x36','\x32','\x67','\xf0','\x04','\x00','\x00','\x04','\x00','\x00','\x0c','\x7f','\xfc','\x08','\x44','\x44','\x18','\x44','\x44','\x18','\x7f','\xfc','\x30','\x00','\x00','\xf0','\x00','\x06','\x71','\xff','\xff','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x38','\x0f','\x80','\x18','\x03','\x00','\x20','\x03','\x80','\x18','\x83','\x06','\x0c','\xff','\xff','\x0d','\x80','\x06','\x01','\xbf','\xe4','\x00','\x02','\x00','\x80','\x22','\x98','\x60','\x73','\xcc','\x32','\xc7','\x0c','\x32','\x1c','\x00','\x04','\xff','\xf8','\x04','\x30','\x18','\x0c','\x30','\x18','\x08','\x3f','\xf8','\x18','\x30','\x18','\x18','\x30','\x18','\x30','\x3f','\xf8','\xf0','\x30','\x18','\x70','\x30','\x18','\x30','\x3f','\xf8','\x30','\x08','\x00','\x30','\x1c','\x70','\x38','\x30','\x1c','\x18','\xc0','\x0c','\x20','\x41','\x20','\x18','\x69','\x24','\x0c','\x65','\x26','\x0c','\x65','\x24','\x00','\x65','\x28','\x00','\xc1','\x20','\x80','\xdf','\xfe','\x40','\xc4','\x10','\x65','\xc3','\x18','\x65','\xc1','\x20','\x06','\xdf','\xfe','\x0c','\xc0','\xc0','\x08','\xc0','\xc0','\x08','\xcf','\xfc','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x30','\xff','\xff','\xf0','\xc1','\xa0','\x70','\xc1','\xa0','\x30','\xc1','\x30','\x30','\xc3','\x18','\x30','\xc2','\x1f','\x38','\xc4','\x0e','\x18','\xd8','\x06','\x10','\x0e','\x70','\x0c','\x0c','\x66','\x06','\xff','\xff','\x06','\x0c','\x60','\x00','\x0c','\x60','\x00','\x80','\x06','\x80','\xff','\xff','\x61','\x80','\x06','\x31','\x80','\x04','\x34','\x3f','\xf0','\x04','\x00','\x00','\x04','\x00','\x06','\x09','\xff','\xff','\x08','\x07','\x08','\x18','\x0e','\x0c','\x18','\x33','\x18','\x31','\xc5','\xa0','\xf0','\x09','\xc0','\x70','\x33','\xa0','\x31','\xc5','\xb0','\x30','\x09','\x9c','\x30','\x31','\x8f','\x39','\xc7','\x86','\x18','\x03','\x00','\x20','\x03','\x80','\x18','\x43','\x00','\x0c','\x43','\x06','\x0c','\xff','\xff','\x00','\xc0','\x06','\x01','\x8e','\x04','\x81','\xbc','\x78','\x60','\x30','\x18','\x30','\x30','\x18','\x32','\x3c','\x78','\x02','\x30','\x18','\x04','\x30','\x18','\x04','\x3f','\xf8','\x0c','\x0e','\x00','\x08','\x0c','\x06','\x18','\x1f','\xff','\x38','\x30','\x06','\xf0','\x60','\x46','\x71','\x82','\x36','\x30','\x49','\x96','\x30','\x4c','\x86','\x30','\xcc','\x0c','\x38','\xc0','\x7c','\x18','\x00','\x18','\x20','\x43','\x80','\x18','\x43','\x06','\x0c','\xff','\xff','\x0c','\xc0','\x06','\x01','\x80','\x34','\x01','\x83','\xf8','\x80','\x7f','\x20','\x60','\x23','\x30','\x32','\x13','\x20','\x32','\x13','\x46','\x07','\xff','\xff','\x04','\x0f','\x40','\x0c','\x1b','\x20','\x08','\x33','\x30','\x18','\x63','\x1c','\x18','\xc0','\x0f','\x33','\x7f','\xfe','\xf0','\x62','\x18','\x70','\x62','\x18','\x30','\x7f','\xf8','\x30','\x62','\x18','\x30','\x62','\x18','\x38','\x7f','\xf8','\x18','\x60','\x18','\x21','\x31','\xd8','\x19','\xf9','\x88','\x0d','\x11','\x80','\x0d','\x10','\x8e','\x01','\x10','\xf0','\x01','\x17','\xc0','\x81','\xf0','\x4c','\x61','\x10','\x38','\x31','\x10','\x62','\x31','\x11','\x9a','\x05','\x16','\x0f','\x05','\xf0','\x33','\x0d','\x11','\x90','\x09','\x11','\x8e','\x19','\x11','\xf0','\x19','\x17','\x84','\x31','\x10','\x86','\xf1','\xf0','\xcc','\x70','\x00','\x58','\x31','\x30','\x22','\x31','\x98','\x72','\x31','\x18','\xda','\x3a','\x03','\x0f','\x18','\x0c','\x03','\x10','\x40','\x18','\x0c','\x7f','\xfc','\x06','\x60','\x18','\x06','\x60','\x18','\x00','\x7f','\xf8','\x00','\x60','\x18','\x80','\x60','\x18','\x60','\x7f','\xf8','\x32','\x08','\x40','\x32','\x08','\x48','\x04','\x7f','\xfc','\x04','\x08','\x40','\x0c','\x08','\x42','\x09','\xff','\xff','\x18','\x18','\x20','\x18','\x33','\x10','\x30','\x63','\x1c','\xf0','\xdb','\x6f','\x73','\x0b','\x46','\x30','\x03','\x00','\x30','\x1b','\x70','\x31','\xe3','\x1c','\x38','\xcf','\x0c','\x18','\x06','\x00','\x20','\x20','\x20','\x18','\x18','\x30','\x0c','\x08','\x40','\x0c','\xff','\xfe','\x00','\x03','\x00','\x00','\x7f','\xfc','\x80','\x03','\x00','\x40','\x03','\x00','\x61','\xff','\xff','\x64','\x18','\x20','\x04','\x33','\x10','\x0c','\x3f','\xf8','\x08','\x70','\x3f','\x08','\xbf','\xf6','\x1b','\x30','\x30','\x18','\x30','\x30','\x30','\x3f','\xf4','\xf0','\x31','\x0e','\x70','\x30','\x98','\x30','\x30','\xc0','\x30','\x30','\x70','\x31','\xff','\x3f','\x38','\xf0','\x1e','\x18','\x80','\x06','\x20','\x20','\x07','\x19','\x70','\x06','\x0d','\x8f','\xa6','\x0d','\x04','\xa6','\x01','\x04','\xa6','\x01','\x44','\xa6','\x81','\x68','\xa6','\x63','\xa3','\xa6','\x31','\x19','\xa6','\x30','\x18','\x26','\x04','\x34','\x26','\x04','\x23','\x26','\x08','\x41','\xa6','\x08','\xfd','\xa6','\x1b','\x10','\x26','\x18','\x10','\x26','\x31','\xff','\x26','\xf0','\x12','\x06','\x71','\x13','\x06','\x30','\xd2','\x06','\x30','\x54','\x06','\x33','\xff','\x86','\x39','\xf0','\x3e','\x19','\x00','\x0c','\x10','\x00','\x00','\x0c','\x00','\x06','\x06','\xff','\xff','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x40','\x0c','\x80','\x7f','\xfe','\x60','\x60','\x0c','\x32','\x60','\x0c','\x32','\x60','\x0c','\x04','\x60','\x0c','\x04','\x7f','\xfc','\x0c','\x60','\x0c','\x08','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x00','\x30','\x60','\x00','\xf0','\xe0','\x00','\x70','\xc0','\x00','\x30','\xc0','\x00','\x30','\x80','\x00','\x31','\x80','\x00','\x39','\x00','\x00','\x1a','\x00','\x00','\x20','\x07','\x00','\x10','\x06','\x06','\x1b','\xff','\xff','\x18','\x60','\x00','\x00','\x60','\x00','\x00','\x7f','\xfc','\x80','\x00','\x00','\x40','\x7f','\xf8','\x64','\x40','\x08','\x64','\x40','\x08','\x04','\x7f','\xf8','\x0c','\x00','\x00','\x09','\xe4','\x7c','\x09','\x24','\x44','\x19','\x24','\x44','\x19','\xff','\xc4','\x31','\x29','\x64','\xf1','\x29','\x54','\x71','\xeb','\x54','\x31','\x2e','\x44','\x31','\x23','\x45','\x33','\x25','\x85','\x32','\xe8','\x87','\x34','\x51','\x03','\x20','\x70','\x60','\x10','\x60','\x60','\x18','\x64','\x50','\x1f','\xfe','\xd0','\x00','\x60','\xc8','\x00','\x60','\x8c','\x81','\xf9','\x86','\x41','\x09','\x07','\x61','\x0a','\x02','\x61','\x08','\x00','\x09','\xfb','\xde','\x09','\x08','\x42','\x09','\x0a','\x52','\x19','\x09','\x4a','\x11','\xf9','\x4a','\x10','\x60','\x42','\x30','\x60','\xc6','\xf0','\x61','\x4a','\x77','\xff','\x5a','\x30','\x62','\x52','\x30','\x60','\x42','\x30','\x60','\x42','\x38','\x63','\xde','\x18','\x60','\xc6','\x20','\x21','\xc0','\x18','\x39','\x88','\x0d','\x31','\x8e','\x0c','\xa1','\x8c','\x00','\xef','\xf8','\x00','\x41','\x98','\x80','\xc1','\x90','\x61','\x41','\xa6','\x32','\x5f','\xff','\x30','\x60','\xc0','\x04','\x61','\x80','\x04','\xe3','\x00','\x08','\xe6','\x0c','\x09','\x7b','\xfe','\x19','\x63','\x0c','\x12','\x63','\x0c','\x34','\x63','\x0c','\xf0','\x63','\xfc','\x70','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0c','\x3b','\xe3','\xfc','\x18','\xc3','\x0c','\x20','\x00','\x00','\x19','\x00','\x06','\x0d','\xff','\xff','\x0d','\x80','\x00','\x01','\x8c','\x30','\x01','\x89','\x26','\x81','\xff','\xff','\x61','\x88','\x20','\x31','\x98','\x70','\x31','\x9e','\x70','\x05','\xaa','\xa8','\x05','\xc8','\xac','\x09','\x89','\x27','\x09','\x88','\x26','\x19','\x80','\x00','\x19','\x81','\xc0','\x31','\x1d','\x80','\xf1','\x19','\x98','\x73','\x19','\xfc','\x32','\x19','\x80','\x32','\x19','\x80','\x34','\x19','\x86','\x39','\xff','\xff','\x18','\x00','\x00','\x20','\x07','\x00','\x18','\x06','\x30','\x0c','\x07','\xf8','\x0d','\x06','\x02','\x01','\xff','\xff','\x01','\x88','\x06','\x81','\x8f','\xc4','\x41','\xf8','\x10','\x61','\x88','\x18','\x65','\x87','\xf8','\x05','\x80','\x00','\x0d','\x9f','\xf8','\x09','\x91','\x08','\x09','\x91','\x08','\x19','\x9f','\xf8','\x19','\x91','\x08','\x31','\x91','\x08','\xf1','\x1f','\xf8','\x71','\x00','\x00','\x33','\x7f','\xfc','\x32','\x44','\x44','\x34','\x44','\x44','\x38','\x44','\x44','\x19','\xff','\xff','\x10','\x38','\x70','\x0c','\x30','\x66','\x07','\xff','\xff','\x06','\x30','\x60','\x00','\x02','\x00','\x00','\x7f','\xf8','\x80','\x02','\x18','\x63','\xff','\xff','\x30','\x02','\x18','\x30','\x02','\x18','\x04','\x7f','\xf8','\x04','\x02','\x00','\x0c','\xd2','\x4e','\x08','\xca','\x6c','\x18','\xca','\x8c','\x18','\xc2','\x0c','\x30','\xdf','\xec','\xf0','\xc2','\x0c','\x70','\xc7','\x0c','\x30','\xc6','\xcc','\x30','\x8a','\x6c','\x31','\x92','\x6c','\x39','\x22','\x0c','\x1a','\x02','\x0c','\x40','\x80','\x06','\x27','\xff','\xff','\x30','\x88','\x80','\x30','\x8c','\x88','\x00','\x98','\x86','\x00','\x90','\x83','\x84','\xa0','\x83','\x47','\x9f','\xfe','\x64','\x10','\x82','\x64','\x10','\x82','\x04','\x1a','\xaa','\x14','\x14','\x92','\x14','\x9a','\xaa','\x17','\x90','\x82','\x30','\x90','\x82','\x20','\x90','\x82','\x60','\x9a','\xaa','\xe0','\x94','\x92','\x60','\x9a','\xaa','\x60','\x90','\x82','\x60','\x90','\x82','\x60','\x90','\x82','\x77','\x90','\x9e','\x31','\x90','\x86','\x42','\x18','\x86','\x33','\xfc','\xff','\x1b','\x08','\x86','\x1b','\x08','\x86','\x03','\xf8','\xfe','\x03','\x08','\x86','\x83','\x08','\x86','\x43','\xf8','\xfe','\x63','\x02','\x06','\x6b','\x7f','\xf6','\x0b','\x02','\x06','\x0b','\x3f','\xe6','\x0b','\x22','\x26','\x1b','\x3f','\xe6','\x1b','\x22','\x26','\x13','\x22','\x26','\x33','\x3f','\xe6','\xf3','\x06','\x06','\x73','\x0f','\x06','\x33','\x0a','\xc6','\x33','\x12','\x66','\x33','\x62','\x66','\x3b','\x02','\x1e','\x1b','\x00','\x0c','\x20','\x60','\x40','\x10','\x60','\x70','\x18','\xd0','\x60','\x18','\xc8','\x60','\x00','\x8c','\x60','\x01','\x86','\x46','\x81','\x06','\xff','\x42','\xf8','\x88','\x64','\x00','\x8e','\x68','\x01','\x4c','\x03','\xde','\x4c','\x12','\x52','\x4c','\x12','\x52','\x28','\x12','\x52','\x28','\x33','\xde','\x38','\x30','\x00','\x10','\x20','\x00','\x10','\xe1','\x8c','\x38','\x61','\x08','\x28','\x61','\x88','\x28','\x61','\x5c','\x6c','\x63','\x56','\x4f','\x72','\x26','\x86','\x34','\x41','\x06','\x20','\x0c','\x06','\x19','\xfe','\xff','\x0c','\x00','\x00','\x0c','\xfc','\x7e','\x00','\x84','\x42','\x00','\xa4','\x52','\x80','\xa5','\x52','\x40','\x01','\x00','\x64','\xff','\xfe','\x64','\xc4','\x40','\x04','\xc4','\x40','\x0c','\xff','\xfc','\x08','\xc4','\x44','\x08','\xc4','\x44','\x18','\xff','\xfc','\x18','\xc0','\x00','\x30','\xcc','\x60','\xf0','\xc8','\x44','\x70','\xcf','\x4e','\x30','\x88','\x70','\x31','\x88','\x42','\x31','\x7f','\x43','\x3a','\x3c','\x7f','\x18','\x20','\x3e','\x20','\x40','\x08','\x10','\x67','\x8c','\x19','\x40','\x28','\x19','\x8f','\xf0','\x00','\xa0','\x14','\x00','\x77','\x86','\x80','\x40','\x08','\x40','\x97','\x92','\x63','\xf0','\x7f','\x69','\x57','\xa9','\x08','\x44','\x88','\x09','\x54','\xaa','\x19','\x57','\xa9','\x1a','\x40','\x49','\x10','\x00','\x00','\x31','\xff','\xf8','\x30','\x00','\x18','\xf0','\x7f','\xf8','\x70','\x60','\x00','\x30','\xff','\xfc','\x30','\xc0','\x0c','\x30','\x00','\x18','\x38','\x00','\xf8','\x18','\x00','\x30','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x70','\x18','\x00','\xff','\xfc','\x03','\xa0','\x70','\x0e','\x30','\xe0','\x7b','\x13','\x80','\x01','\x0e','\x00','\x00','\x78','\x00','\x07','\xc0','\x00','\xf8','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x10','\x04','\x18','\x1c','\x04','\x1c','\x38','\x0c','\x34','\x30','\x18','\x36','\x60','\x38','\x72','\x00','\x30','\x63','\x00','\x00','\xe1','\x80','\x01','\xc0','\xe0','\x07','\x00','\x78','\x1c','\x00','\x3f','\xe0','\x00','\x0e','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x88','\xd8','\x2c','\xee','\xcc','\x2c','\xcc','\xc6','\x2d','\x8c','\xc7','\x6e','\x0c','\xc3','\x6c','\x18','\xc0','\xcc','\x18','\xc8','\xcc','\x30','\xce','\x0c','\x00','\xcc','\x0c','\x00','\xdc','\x1a','\x07','\xd8','\x19','\x01','\x98','\x19','\x80','\x30','\x10','\xc0','\x30','\x30','\xc0','\x60','\x20','\xc0','\xc0','\x60','\x01','\x80','\x40','\x03','\x00','\x80','\x1c','\x00','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0d','\x30','\x06','\x2d','\xf2','\x26','\x2d','\xb3','\xf6','\x2d','\x32','\x26','\x6e','\x32','\x26','\x6c','\x32','\x26','\xcc','\x32','\x26','\xcc','\x32','\x26','\x0c','\x32','\x26','\x0c','\x32','\x26','\x1a','\x33','\xe6','\x19','\x32','\x26','\x19','\x30','\x06','\x11','\xb0','\x06','\x31','\xb0','\x06','\x21','\xb0','\x06','\x60','\x30','\x06','\x40','\x30','\x3e','\x80','\x30','\x0c','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0d','\x32','\x46','\x2d','\xf6','\x7e','\x2d','\xb4','\x3e','\x2d','\x38','\x06','\x6e','\x30','\x06','\x6c','\x32','\x26','\xcc','\x33','\xf6','\xcc','\x32','\x26','\x0c','\x32','\x26','\x0c','\x32','\x26','\x1a','\x32','\x26','\x19','\x32','\x26','\x19','\x33','\xe6','\x11','\xb2','\x26','\x31','\xb0','\x06','\x21','\xb0','\x06','\x60','\x30','\x06','\x40','\x30','\x3e','\x80','\x30','\x0c','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x98','\x00','\x2c','\xf8','\x0c','\x2c','\xdf','\xfe','\x2d','\x98','\x0c','\x6e','\x18','\x0c','\x6c','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x1a','\x18','\x0c','\x19','\x18','\x00','\x19','\x98','\x00','\x10','\xd8','\x00','\x30','\xd8','\x00','\x20','\xd8','\x00','\x60','\x18','\x06','\x40','\x1f','\xff','\x80','\x18','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x8c','\x06','\x0c','\xef','\xff','\x2c','\xdb','\x00','\x2d','\x93','\x00','\x2e','\x23','\x00','\x6c','\x43','\x0c','\x6c','\x03','\xfe','\xcc','\x03','\x00','\xcc','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x03','\x06','\x19','\x03','\xff','\x19','\x83','\x00','\x10','\xc3','\x00','\x30','\xc3','\x00','\x20','\xc3','\x00','\x60','\x03','\x00','\x40','\x03','\x00','\x80','\x03','\x00','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x01','\x80','\x2d','\xc1','\x86','\x2d','\xbf','\xff','\x2d','\x31','\x86','\x6e','\x31','\x86','\x6c','\x31','\x86','\xcc','\x31','\x46','\xcc','\x33','\x26','\x0c','\x32','\x36','\x0c','\x34','\x36','\x1a','\x38','\x36','\x19','\x30','\x06','\x19','\x30','\x06','\x11','\xb0','\x06','\x31','\xb0','\x06','\x21','\xb0','\x06','\x60','\x30','\x06','\x40','\x30','\x3e','\x80','\x30','\x0c','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0c','\x0f','\xfe','\x0d','\x18','\x0c','\x2d','\xd8','\x0c','\x2d','\x90','\x0c','\x2d','\x3f','\xcc','\x6e','\x20','\xcc','\x6c','\x40','\xcc','\xcc','\x00','\xcc','\xcc','\x10','\xcc','\x0c','\x1f','\xcc','\x0c','\x18','\x1c','\x1a','\x18','\x18','\x19','\x18','\xf8','\x19','\x98','\x30','\x10','\xd8','\x02','\x30','\xd8','\x02','\x20','\xd8','\x02','\x60','\x18','\x03','\x40','\x1f','\xff','\x80','\x0f','\xfe','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0c','\x31','\xc6','\x0c','\x31','\x86','\x0d','\x31','\x86','\x2d','\xf1','\x86','\x2d','\xb1','\xb6','\x2d','\x3f','\xfe','\x6e','\x31','\x86','\x6c','\x31','\x86','\xcc','\x31','\x86','\xcc','\x31','\x86','\x0c','\x31','\x46','\x0c','\x33','\x66','\x1a','\x33','\x26','\x1b','\x32','\x26','\x19','\x36','\x36','\x11','\xb4','\x36','\x31','\xb8','\x36','\x21','\xb0','\x06','\x60','\x30','\x06','\x40','\x3f','\xfe','\x80','\x30','\x06','\x04','\x03','\x80','\x07','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x0c','\x0d','\xff','\xfe','\x1c','\x0f','\x40','\x18','\x0f','\x40','\x38','\x1b','\x60','\x78','\x1b','\x20','\xd8','\x33','\x30','\x18','\x33','\x18','\x18','\x63','\x1f','\x18','\xc3','\x0e','\x1b','\x03','\x06','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x03','\x00','\x00','\x02','\x08','\x01','\x94','\x0e','\x7f','\xd8','\x0c','\x03','\x1c','\x18','\x03','\x1a','\x10','\x06','\x19','\x20','\x06','\x18','\xc0','\x0c','\x18','\x60','\x18','\x18','\x38','\x30','\xf8','\x1f','\xc0','\x30','\x06','\x00','\x00','\x00','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x18','\x0c','\x07','\xfc','\x0c','\x8c','\x18','\x0c','\xec','\x30','\x2c','\xda','\x30','\x2d','\x93','\x60','\x2d','\x21','\xc0','\x6e','\x01','\xc0','\x6c','\x03','\x70','\xcc','\x06','\x3f','\xcc','\x0c','\x1e','\x0c','\x18','\x06','\x0c','\x60','\x00','\x1a','\x1f','\xfc','\x19','\x18','\x0c','\x19','\x18','\x0c','\x11','\x98','\x0c','\x31','\x98','\x0c','\x21','\x98','\x0c','\x60','\x1f','\xfc','\x40','\x18','\x0c','\x80','\x18','\x0c','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\x30','\x06','\x1f','\xf8','\x06','\x18','\x00','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x10','\x02','\x0c','\x12','\x21','\x0c','\x22','\x11','\x8c','\x63','\x19','\x9c','\xc3','\x18','\x18','\xc3','\x00','\xf8','\x00','\x00','\x30','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x30','\x0c','\x0f','\xf8','\x0d','\x08','\x30','\x0d','\xd4','\x60','\x2d','\xa2','\xc0','\x2d','\x01','\x80','\x2e','\x03','\xc0','\x6c','\x06','\x70','\x6c','\x0c','\x3f','\xcc','\x31','\x8e','\xcc','\xc1','\x80','\x0c','\x1f','\xf8','\x0c','\x01','\x80','\x1c','\x01','\x80','\x1a','\x1f','\xf8','\x19','\x01','\x80','\x11','\x81','\x86','\x31','\xff','\xff','\x21','\x81','\x80','\x60','\x01','\x80','\x40','\x01','\x80','\x80','\x01','\x80','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x9f','\xf8','\x2c','\xf8','\x18','\x2c','\xd8','\x18','\x2d','\x98','\x18','\x6e','\x1f','\xf8','\x6c','\x18','\x18','\xcc','\x00','\x00','\xcc','\x1c','\xe0','\x0c','\x18','\xc8','\x0c','\x18','\xce','\x1a','\x18','\xcc','\x19','\x1f','\xd8','\x19','\x98','\xe0','\x10','\xd8','\xc0','\x30','\xd8','\xc2','\x20','\x18','\xc2','\x60','\x7f','\xc3','\x40','\x38','\xff','\x80','\x20','\x7e','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x80','\x10','\x2c','\xe8','\x1c','\x2c','\xc4','\x18','\x2d','\x86','\x30','\x6e','\x06','\x20','\x6c','\x00','\x46','\xcc','\x7f','\xff','\xcc','\x00','\x00','\x0c','\x00','\x00','\x0c','\x10','\x0c','\x1a','\x1f','\xfe','\x19','\x18','\x0c','\x19','\x98','\x0c','\x10','\xd8','\x0c','\x30','\xd8','\x0c','\x20','\xd8','\x0c','\x60','\x1f','\xfc','\x40','\x18','\x0c','\x80','\x18','\x0c','\x0e','\x04','\x00','\x0c','\x06','\x60','\x0c','\x0f','\xf0','\x0c','\x0c','\x60','\x0c','\x18','\x40','\x0d','\x30','\x8c','\x2d','\xff','\xfe','\x2d','\xb2','\x4c','\x2d','\x32','\x4c','\x6e','\x32','\x4c','\x6c','\x32','\x4c','\xcc','\x36','\x7c','\xcc','\x34','\x3c','\x0c','\x38','\x0c','\x0c','\x31','\xcc','\x1a','\x31','\x8c','\x19','\x31','\x8c','\x19','\xff','\xff','\x11','\x83','\x40','\x31','\x86','\x20','\x20','\x06','\x30','\x60','\x0c','\x1f','\x40','\x18','\x0e','\x80','\xe0','\x06','\x40','\x32','\x0c','\x7f','\xfb','\xfe','\x61','\x83','\x0c','\x61','\x83','\x0c','\x65','\xb3','\x0c','\x65','\xfb','\x0c','\x64','\x33','\x0c','\x64','\x33','\x0c','\x64','\x33','\xfc','\x65','\x33','\x0c','\x65','\xf3','\x00','\x65','\xb3','\x00','\x61','\x83','\x02','\x61','\x83','\x02','\x61','\x93','\x03','\x7f','\xfb','\xff','\x60','\x01','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x3a','\x0c','\x8c','\x33','\xfe','\xfe','\x33','\x30','\xcc','\x33','\x30','\xcc','\x33','\x30','\xcc','\x33','\xfc','\xcc','\x33','\x0c','\xcc','\x33','\x0c','\xcc','\x33','\x0c','\xfc','\x33','\x0c','\xcc','\x33','\xfc','\xc0','\x33','\x30','\xc0','\x23','\x30','\xc2','\x63','\x30','\xc2','\x63','\x34','\xc3','\x43','\xfe','\xff','\x83','\x00','\x7e','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x00','\x10','\x00','\x00','\x1c','\x00','\x43','\x18','\x06','\x7f','\x9f','\xff','\x63','\x30','\x06','\x63','\x20','\x06','\x63','\x50','\xc6','\x63','\x9f','\xe6','\x7f','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x1f','\xc6','\x7f','\x18','\xc6','\x63','\x00','\x0e','\x60','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x1b','\x0d','\x80','\x12','\x89','\x40','\x06','\x63','\x30','\x24','\x22','\x10','\x28','\x04','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x64','\xcf','\xff','\xf0','\x00','\x00','\x60','\x00','\x70','\x60','\x00','\x60','\x60','\x00','\x63','\x60','\x0f','\xff','\xe0','\x00','\x60','\x60','\x00','\x60','\x62','\x00','\x60','\x62','\x00','\x60','\x63','\x00','\x60','\x7f','\x00','\x60','\x3e','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x11','\x8c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x98','\x0c','\x2c','\xff','\xfc','\x2c','\xd8','\x0c','\x2d','\x98','\x0c','\x6e','\x18','\x0c','\x6c','\x1f','\xfc','\xcc','\x00','\x00','\xcc','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x1a','\x01','\x80','\x19','\x01','\x98','\x19','\x9f','\xfc','\x10','\xc1','\x80','\x30','\xc1','\x80','\x20','\xc1','\x80','\x60','\x01','\x86','\x40','\x7f','\xff','\x80','\x00','\x00','\x0e','\x00','\x1c','\x0c','\x01','\xfe','\x0c','\x3f','\x88','\x0c','\x02','\x0e','\x0c','\x21','\x0c','\x0d','\x19','\x88','\x2d','\xc8','\x90','\x2d','\xbf','\xfe','\x2d','\x03','\x00','\x6e','\x03','\x00','\x6c','\x03','\x06','\xcc','\x7f','\xff','\xcc','\x06','\x00','\x0c','\x06','\x00','\x0c','\x04','\x18','\x1a','\x0f','\xfc','\x19','\x0a','\x18','\x19','\x9b','\x30','\x11','\x91','\xe0','\x30','\x20','\xc0','\x20','\x41','\xf0','\x61','\x83','\x3f','\x40','\x0c','\x1e','\x80','\x70','\x06','\x0e','\x10','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x9f','\xf0','\x2c','\xf8','\x30','\x2c','\xd8','\x30','\x2d','\x98','\x30','\x6e','\x1f','\xf0','\x6c','\x00','\x00','\xcc','\x00','\x06','\xcc','\xff','\xff','\x0c','\x18','\x00','\x0c','\x10','\x0c','\x0c','\x3f','\xfe','\x1a','\x24','\x4c','\x19','\x4c','\xcc','\x19','\x88','\x8c','\x11','\x91','\x0c','\x30','\x22','\x1c','\x20','\x44','\x18','\x40','\x18','\xf8','\x80','\x00','\x30','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x0f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x42','\x18','\x70','\xc3','\x0e','\x60','\xc3','\x06','\x0e','\x00','\x18','\x0c','\x01','\xfc','\x0c','\x3f','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0d','\x7f','\xfe','\x2d','\x81','\x80','\x2d','\x9f','\xf8','\x2d','\x11','\x88','\x6e','\x11','\x88','\x6c','\x1f','\xf8','\xcc','\x11','\x88','\xcc','\x11','\x88','\x0c','\x1f','\xf8','\x0c','\x01','\x80','\x1c','\x01','\x88','\x1a','\x3f','\xfc','\x19','\x01','\x80','\x11','\x81','\x82','\x31','\xff','\xff','\x21','\x80','\x00','\x60','\x12','\x4c','\x40','\x76','\x66','\x80','\x66','\x66','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x13','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0d','\x18','\x0c','\x2d','\xdf','\xfc','\x2d','\x98','\x0c','\x2d','\x18','\x0c','\x6e','\x1f','\xfc','\x6c','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x1a','\x01','\x00','\x19','\x06','\xc0','\x19','\x86','\x68','\x11','\x96','\x64','\x31','\x96','\x06','\x20','\x36','\x13','\x60','\x66','\x1b','\x40','\x67','\xf8','\x80','\x03','\xf0','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x81','\x86','\x2c','\xff','\xff','\x2c','\xc0','\x00','\x2d','\x80','\x00','\x6e','\x1f','\xfc','\x6c','\x18','\x0c','\xcc','\x18','\x0c','\xcc','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1a','\x1f','\xfc','\x19','\x18','\x0c','\x19','\x98','\x0c','\x10','\xdf','\xfc','\x30','\xc8','\x00','\x20','\xce','\x10','\x60','\x0c','\x0c','\x40','\x18','\x06','\x80','\x60','\x06','\x20','\x18','\x1c','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x1a','\x30','\x1b','\xff','\x30','\x00','\x18','\x37','\xfa','\x18','\x30','\x01','\x98','\x2f','\xfc','\xd8','\x20','\xc0','\xd8','\x68','\xd0','\x18','\x4c','\xcc','\x18','\x9b','\xcc','\xf8','\x21','\x80','\x30','\x00','\x38','\x00','\x00','\x30','\x20','\x04','\x30','\x38','\x0c','\x78','\x70','\x38','\x64','\xc0','\x30','\xe3','\x00','\x01','\xc1','\xf0','\x0f','\x00','\x7f','\xf0','\x00','\x1e','\x07','\x01','\x00','\x06','\x01','\xc0','\x7f','\xe1','\x80','\x06','\x01','\x86','\x06','\x03','\xff','\xff','\xf3','\x10','\x06','\x06','\x1c','\x06','\x05','\x18','\xff','\xf9','\x30','\x0c','\x00','\xb0','\x0c','\x60','\xe0','\x0f','\xf0','\x40','\x18','\x60','\xe0','\x18','\x60','\xb8','\x30','\xe1','\x1f','\x20','\xc2','\x0e','\x47','\xcc','\x06','\x81','\x80','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x86','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x1c','\x46','\x46','\x18','\x7f','\x7f','\x18','\x62','\x46','\x18','\x62','\x46','\x18','\x7e','\x7e','\x1a','\x62','\x46','\x5b','\xe2','\x46','\x5b','\x62','\x46','\x5a','\x7e','\x7e','\x5c','\x60','\x06','\xd8','\x60','\x06','\xd8','\x67','\xe6','\xd8','\x64','\x26','\x18','\x64','\x26','\x18','\x64','\x26','\x14','\x67','\xe6','\x12','\x64','\x26','\x12','\x64','\x26','\x33','\x64','\x26','\x23','\x67','\xe6','\x23','\x60','\x06','\x60','\x60','\x06','\x40','\x60','\x3e','\x80','\x60','\x0c','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x00','\x80','\x00','\x81','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x10','\x42','\x08','\x20','\x41','\x06','\xe0','\xc1','\x83','\xc0','\xc1','\x83','\x1c','\x1c','\x70','\x18','\x18','\x60','\x18','\x18','\x68','\x18','\xff','\xe6','\x18','\x02','\x63','\x1a','\x43','\x63','\x5b','\xa2','\x60','\x5b','\x22','\x60','\x5a','\x04','\x66','\x5c','\xff','\xff','\xd8','\x00','\x60','\xd8','\x00','\x60','\xd8','\x7e','\x64','\x18','\x42','\x67','\x18','\x42','\x66','\x18','\x42','\x2c','\x18','\x7e','\x2c','\x34','\x42','\x38','\x32','\x42','\x12','\x33','\x42','\x3a','\x23','\x7e','\x6a','\x63','\x00','\xce','\x40','\x03','\x07','\x80','\x0c','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\x3f','\xfc','\x0c','\x01','\x80','\x0d','\x01','\x84','\x0d','\xff','\xfe','\x2d','\x80','\x00','\x2d','\x18','\x18','\x2e','\x10','\x10','\x6c','\xfe','\xfe','\x6c','\x10','\x10','\xcc','\x10','\x10','\xcc','\x1c','\x12','\x0c','\xf1','\xff','\x0c','\x40','\x00','\x1a','\x00','\x00','\x19','\x7f','\xfe','\x19','\x8c','\x60','\x11','\x8c','\x60','\x31','\x8c','\x62','\x20','\x18','\x62','\x60','\x18','\x63','\x40','\x30','\x7f','\x80','\xc0','\x3e','\x1c','\x1c','\x40','\x18','\x18','\x70','\x18','\x18','\x60','\x18','\xff','\x60','\x18','\x00','\x60','\x1a','\x00','\x66','\x5b','\x7e','\x7f','\x5b','\x42','\xc8','\x5a','\x42','\xce','\x5c','\x7e','\x8c','\xd8','\x01','\x0c','\xd8','\x06','\x4c','\xd8','\xff','\x4c','\x18','\x06','\x28','\x18','\x04','\x28','\x18','\x18','\x38','\x14','\x18','\x10','\x16','\xfe','\x10','\x32','\x78','\x38','\x33','\x58','\x28','\x23','\x18','\x6c','\x60','\x18','\x4f','\x40','\x78','\x86','\x80','\x31','\x06','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x3f','\x90','\x0c','\x11','\x98','\x0c','\x09','\x90','\x0c','\x89','\xa0','\x2c','\xc1','\x86','\x2c','\xff','\xff','\x2d','\x87','\xa0','\x6e','\x0d','\x90','\x6c','\x0d','\x98','\xcc','\x19','\x8c','\xcc','\x31','\x8f','\x0c','\xc1','\x86','\x0c','\x00','\x00','\x1a','\x1f','\xfc','\x19','\x18','\x8c','\x19','\x18','\x8c','\x11','\x9f','\xfc','\x31','\x98','\x8c','\x21','\x98','\x8c','\x60','\x18','\x8c','\x40','\x1f','\xfc','\x80','\x18','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x03','\x44','\x0c','\x42','\x46','\x2d','\x36','\x28','\x2d','\x94','\x30','\x2d','\x88','\x18','\x6d','\x1f','\xfc','\x6e','\x28','\x1f','\xcc','\x48','\x16','\xcc','\x0f','\xf0','\x0c','\x08','\x10','\x0c','\x08','\x10','\x1a','\x0f','\xf0','\x19','\x01','\x80','\x19','\x91','\x90','\x11','\x9d','\x88','\x31','\x99','\x8c','\x20','\x31','\x86','\x60','\x21','\x86','\x40','\x47','\x80','\x80','\x03','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x23','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x0d','\x30','\x86','\x2d','\xf4','\x96','\x2d','\xb2','\xa6','\x2d','\x30','\x86','\x6e','\x37','\xf6','\x6c','\x30','\x86','\xcc','\x31','\xc6','\xcc','\x32','\xb6','\x0c','\x34','\x96','\x0c','\x30','\x86','\x1a','\x30','\x06','\x19','\x31','\x86','\x19','\xff','\xff','\x11','\x83','\x40','\x31','\x86','\x20','\x20','\x06','\x30','\x60','\x0c','\x1c','\x40','\x18','\x0f','\x80','\x60','\x06','\x1c','\x30','\x4c','\x18','\xe4','\x7e','\x18','\x9e','\x4c','\x18','\x84','\x4c','\x18','\x84','\x4c','\x1a','\xdc','\x4c','\x5b','\x84','\x4c','\x5a','\x84','\xcf','\x5a','\x84','\x87','\x5c','\x85','\x00','\xd8','\xfc','\x00','\xd8','\x30','\x06','\xd8','\x31','\xff','\x18','\x30','\x46','\x19','\xfe','\x46','\x18','\x30','\x4c','\x34','\x30','\x2c','\x32','\x30','\x28','\x33','\x30','\x38','\x23','\x30','\x10','\x20','\x36','\x38','\x61','\xf8','\x6f','\x40','\xe0','\x8e','\x80','\x83','\x06','\x0e','\x02','\x08','\x0c','\x41','\x0e','\x0c','\x21','\x8c','\x0c','\x31','\x88','\x0c','\x30','\x12','\x0d','\x37','\xff','\x2d','\xc0','\x60','\x2d','\x80','\xc0','\x2d','\x00','\x80','\x6e','\x01','\x42','\x6c','\x36','\x63','\xcc','\xf0','\xe6','\xcc','\x30','\xb4','\x0c','\x31','\x38','\x0c','\x36','\x74','\x1a','\x30','\x76','\x19','\x30','\xb3','\x19','\x31','\x33','\x11','\xb6','\x30','\x31','\xb0','\xf0','\x20','\x30','\x60','\x61','\xe8','\x00','\x40','\xc7','\xff','\x80','\x81','\xfe','\x0e','\x00','\x70','\x0c','\x40','\x60','\x0c','\x20','\x60','\x0c','\x37','\xfe','\x0c','\x30','\x60','\x0c','\x80','\x60','\x2c','\xcf','\xff','\x2d','\x81','\x08','\x2e','\x00','\x8c','\x6c','\x00','\x88','\x6c','\x30','\x10','\xcd','\xfb','\xfe','\xcc','\x30','\x60','\x0c','\x30','\x60','\x0c','\x33','\xfe','\x1a','\x30','\x60','\x19','\x30','\x60','\x19','\x37','\xff','\x11','\xb0','\x60','\x31','\xb0','\x60','\x20','\x30','\x60','\x61','\xe8','\x00','\x40','\xc7','\xff','\x80','\x81','\xfe','\x0e','\x01','\xc0','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x01','\x8c','\x0d','\x01','\x8c','\x0d','\xff','\xff','\x2d','\x81','\x8c','\x2d','\x01','\x8c','\x2e','\x3f','\xfc','\x6c','\x01','\x80','\x6c','\x01','\x80','\xcc','\xff','\xff','\xcc','\x00','\x00','\x0c','\x24','\x4c','\x0c','\x66','\x66','\x1a','\x66','\x66','\x1a','\x00','\x00','\x1b','\x3f','\xfc','\x13','\x32','\x4c','\x33','\x32','\x4c','\x20','\x32','\x4c','\x60','\x32','\x4c','\x40','\xff','\xff','\x80','\x00','\x00','\x00','\x60','\x06','\xff','\xf7','\xff','\x06','\x00','\x60','\x0c','\x40','\xc4','\x18','\x61','\x86','\x34','\xc3','\x4c','\xc6','\x8c','\x68','\x0b','\x00','\xb0','\x33','\xc3','\x38','\xc5','\x6c','\x56','\x09','\x60','\x93','\x31','\x03','\x13','\xcf','\x0c','\xf0','\x06','\x00','\x60','\x00','\x1c','\x00','\x00','\x18','\x10','\x02','\x18','\x1c','\x06','\x3c','\x38','\x1c','\x36','\x60','\x18','\x73','\x00','\x00','\xe1','\xc0','\x03','\x80','\xf8','\x0e','\x00','\x3f','\xf0','\x00','\x0e','\x0e','\x03','\x06','\x0c','\x3f','\x7f','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0d','\x3f','\x7e','\x0d','\x83','\x06','\x2d','\x83','\x06','\x2d','\x03','\x06','\x2e','\x3f','\x7e','\x6c','\x03','\x06','\x6c','\x08','\x40','\xcc','\x0e','\x70','\xcc','\x0c','\x64','\x0c','\x1f','\xfe','\x0c','\x18','\x40','\x1a','\x38','\x44','\x19','\x5f','\xfe','\x19','\x98','\x40','\x11','\x98','\x44','\x31','\x9f','\xfe','\x20','\x18','\x40','\x60','\x18','\x42','\x40','\x1f','\xff','\x80','\x18','\x00','\x0e','\x01','\x00','\x0c','\x01','\x82','\x0c','\x41','\x03','\x0c','\x27','\xe6','\x0c','\x34','\x24','\x0d','\x34','\x28','\x2d','\x84','\x20','\x2d','\x87','\xe0','\x2d','\x14','\x28','\x6e','\x34','\x26','\x6c','\xe4','\x23','\xcc','\x67','\xe3','\xcc','\x41','\x80','\x0c','\x01','\x80','\x0c','\xff','\xff','\x1a','\x07','\xa0','\x19','\x07','\xa0','\x19','\x0d','\x90','\x11','\x8d','\x90','\x31','\x99','\x98','\x20','\x31','\x8f','\x60','\x61','\x8e','\x41','\x81','\x86','\x80','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x8c','\x0c','\x01','\xfe','\x0c','\x01','\x80','\x0c','\x41','\x86','\x0d','\x7f','\xff','\x2d','\xe2','\x06','\x2d','\x63','\xe4','\x2d','\x6e','\x08','\x6e','\x62','\x0c','\x6c','\x61','\xfc','\xcc','\x60','\x00','\xcc','\x67','\xfc','\x0c','\x64','\x44','\x0c','\x67','\xfc','\x1a','\x64','\x44','\x19','\x67','\xfc','\x19','\xe0','\x00','\x11','\xef','\xfe','\x30','\x49','\x22','\x20','\xc9','\x22','\x60','\x89','\x22','\x41','\x1f','\xff','\x80','\x00','\x00','\x1c','\x84','\x46','\x18','\xfe','\x7f','\x18','\xc4','\x46','\x18','\xc4','\x46','\x18','\xfc','\x7e','\x1a','\xc4','\x46','\x5b','\xc4','\x46','\x5a','\xfc','\x7e','\x5a','\xc1','\x06','\x5c','\xdf','\xf6','\xd8','\xc1','\x06','\xd8','\xcf','\xe6','\xd8','\xc9','\x26','\x18','\xcf','\xe6','\x18','\xc9','\x26','\x14','\xc9','\x26','\x14','\xcf','\xe6','\x14','\xc3','\x06','\x36','\xc3','\x86','\x26','\xc5','\x66','\x26','\xd9','\x26','\x60','\xc1','\x06','\x40','\xc1','\x1e','\x80','\xc0','\x0c','\x02','\xff','\x08','\x17','\x81','\x7c','\x1c','\xf9','\x08','\x10','\x81','\x78','\x1e','\xf9','\x08','\x10','\x89','\x78','\x1e','\xf9','\x08','\x50','\x81','\x0a','\x7f','\xff','\xff','\x42','\x00','\x86','\xdf','\xc7','\xf4','\xc6','\x01','\x80','\x0b','\x82','\xf0','\x32','\xcc','\x98','\x02','\x30','\x82','\xff','\xff','\xff','\x00','\xc0','\x80','\x01','\x9c','\x40','\x07','\x18','\xf0','\x1d','\x9d','\x9f','\xe0','\xb6','\x06','\x00','\xe3','\x80','\x03','\x81','\xf8','\x1c','\x00','\x70','\x00','\x00','\xc0','\x00','\x07','\xe0','\x04','\x3e','\x00','\x07','\xe0','\x80','\x0e','\x30','\x60','\x0c','\x1c','\x38','\x18','\x0c','\x1c','\x10','\x00','\x0c','\x2f','\xff','\xf0','\x40','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xf4','\x0c','\x23','\xc7','\xfe','\x3e','\x46','\x4c','\x30','\x46','\x4c','\x33','\x46','\x4c','\x33','\x46','\x4c','\x33','\x46','\x4c','\x33','\x46','\x4c','\x33','\x47','\xfc','\x33','\x46','\x0c','\x33','\x66','\x00','\x33','\x26','\x00','\x33','\x26','\x02','\x33','\x26','\x02','\x33','\x36','\x03','\x33','\x17','\xff','\x33','\x1b','\xfe','\x33','\x08','\x00','\x23','\x0c','\x00','\x23','\x07','\x00','\x63','\x03','\xe0','\x43','\x00','\xff','\x83','\x00','\x3e','\x00','\x00','\xe0','\x00','\x07','\xf0','\x08','\x7f','\x00','\x0f','\xe0','\xc0','\x1c','\x30','\x30','\x18','\x18','\x1c','\x30','\x18','\x0e','\x20','\x00','\x66','\x4f','\xff','\xf0','\x00','\x60','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc0','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x01','\x80','\xc0','\x03','\x41','\x80','\x06','\x63','\x00','\x0c','\x36','\x00','\x18','\x1c','\x00','\x30','\x37','\x00','\xc0','\xe3','\xe0','\x03','\x80','\xff','\x1c','\x00','\x1e','\x00','\x00','\xe0','\x00','\x07','\xf0','\x10','\x7e','\x00','\x1f','\xe0','\xc0','\x18','\x30','\x30','\x38','\x18','\x1c','\x30','\x18','\x0e','\x6f','\xff','\x86','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\xb0','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x36','\x0f','\xff','\xff','\x0c','\x00','\x06','\x0c','\x00','\xc6','\x18','\x0c','\x66','\x1a','\x46','\x66','\x12','\x66','\x0e','\x26','\x60','\x0c','\x46','\x00','\xfc','\x00','\x00','\x38','\x00','\x00','\x80','\x00','\x00','\xe0','\x07','\x01','\xc0','\x00','\xf3','\x80','\x00','\x3e','\x00','\x00','\x0f','\x80','\x00','\x19','\xe0','\x00','\x70','\x70','\x01','\xc0','\x38','\x07','\x01','\x18','\x38','\x01','\xc0','\x01','\x01','\x80','\x01','\x03','\x80','\x00','\x83','\x00','\x00','\x83','\x00','\x00','\x46','\x00','\x00','\x66','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x00','\x3e','\x00','\x00','\x67','\xc0','\x01','\xc1','\xff','\x0f','\x00','\x7e','\xf0','\x00','\x0e','\x01','\x08','\x18','\x01','\xcf','\xfc','\x61','\x8c','\x18','\x1b','\x8c','\x18','\x0f','\x0c','\x18','\x06','\x0c','\x18','\x0f','\x0c','\x18','\x09','\x8c','\x18','\x11','\xcf','\xf8','\x20','\xcc','\x18','\xc0','\x0c','\x18','\x01','\x0c','\x18','\x01','\xcc','\x18','\x01','\x8c','\x18','\x63','\x0c','\x18','\x1b','\x0f','\xf8','\x0e','\x0c','\x18','\x07','\x0c','\x18','\x0d','\x8c','\x18','\x09','\xcc','\x18','\x10','\xcc','\x18','\x20','\x0c','\x1e','\xc0','\x7f','\xff','\x00','\x00','\x00','\x00','\x00','\x70','\x00','\xe0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xff','\xe0','\x00','\xc0','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x3f','\xff','\xe0','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x03','\x00','\x60','\x06','\x00','\x60','\x18','\x00','\x60','\x00','\x00','\x60','\x03','\x83','\x80','\x03','\x03','\x00','\x03','\x03','\x00','\x43','\x03','\x00','\x23','\x03','\x00','\x33','\x03','\x06','\x1b','\xff','\xff','\x1b','\x07','\x40','\x1b','\x07','\x40','\x03','\x07','\x40','\x03','\x0f','\x60','\x03','\x0f','\x20','\x03','\x0b','\x20','\x07','\x1b','\x30','\x0b','\x13','\x10','\x3b','\x13','\x18','\xf3','\x33','\x1c','\x63','\x23','\x0f','\x43','\x43','\x0e','\x03','\x83','\x06','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x03','\x03','\x00','\x07','\x03','\x80','\x06','\x03','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x46','\x23','\x10','\x26','\x3b','\x1c','\x36','\x33','\x18','\x36','\x63','\x30','\x36','\x5b','\x2c','\x06','\x8b','\x44','\x06','\x03','\x02','\x07','\xff','\xff','\x06','\x00','\x00','\x0e','\x40','\x0c','\x16','\x7f','\xfe','\x36','\x60','\x0c','\xe6','\x67','\xcc','\x66','\x64','\x4c','\x46','\x64','\x4c','\x06','\x64','\x4c','\x06','\x67','\xcc','\x06','\x60','\x0c','\x06','\x7f','\xfc','\x06','\x60','\x0c','\x3b','\x8e','\xc0','\x33','\x0c','\x60','\x33','\x0c','\x0c','\x33','\x04','\x7e','\x33','\x07','\x80','\x33','\x3e','\x30','\x33','\x03','\x60','\x3f','\xc1','\x82','\x30','\x02','\xc2','\x30','\x0c','\x72','\x30','\x30','\x1f','\x31','\x8d','\x87','\x3f','\xcc','\xc0','\x31','\x84','\x1e','\x31','\x87','\xe0','\x31','\xbe','\x10','\x31','\x83','\x18','\x21','\x81','\x30','\x21','\x81','\xa0','\x61','\x80','\xc2','\x41','\x81','\x62','\x41','\x82','\x3a','\x81','\x8c','\x1f','\x01','\xb0','\x07','\x3b','\x81','\xc0','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x01','\x80','\x33','\x3f','\xfe','\x33','\x00','\x00','\x33','\x3f','\xfe','\x3f','\xe6','\x42','\x30','\x3c','\x7e','\x30','\x20','\x02','\x30','\x3f','\xfe','\x33','\x00','\x00','\x3f','\x90','\x04','\x33','\x1f','\xfe','\x33','\x10','\x04','\x33','\x1f','\xfc','\x33','\x10','\x04','\x23','\x1f','\xfc','\x23','\x10','\x04','\x63','\x1f','\xfc','\x43','\x08','\x00','\x43','\x0e','\x38','\x83','\x1c','\x0e','\x03','\x60','\x06','\x0e','\x00','\x18','\x0c','\x21','\xfc','\x0c','\x3f','\xc0','\x4c','\x30','\xc0','\x6c','\x30','\xc0','\x6d','\x30','\xc0','\x7f','\xb0','\xc0','\x4c','\x30','\xc0','\x4c','\x30','\xcc','\x8c','\x3f','\xfe','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0d','\xb0','\xc0','\x1e','\x30','\x60','\xfc','\x30','\x60','\x6c','\x30','\x60','\x4c','\x30','\x60','\x0c','\x33','\x32','\x0d','\xfc','\x32','\x0c','\xf0','\x32','\x0c','\x80','\x1a','\x0c','\x01','\x9f','\x0c','\xff','\xcf','\x0c','\x00','\x06','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x0c','\x03','\x00','\x4c','\x03','\x00','\x6c','\x03','\x00','\x6d','\x83','\x18','\x7f','\xdf','\xfc','\x4c','\x06','\x18','\x4c','\x06','\x18','\x8c','\x06','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\x1a','\x1e','\x7f','\xff','\xfc','\x00','\x00','\x6c','\x00','\x00','\x4c','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x00','\xc2','\x00','\x07','\xe3','\x80','\x7e','\x03','\x00','\x06','\x03','\x06','\x06','\x63','\xff','\xff','\xf6','\x66','\x0e','\x04','\x66','\x1f','\x08','\xc6','\x1e','\xc0','\xc6','\x36','\x61','\x8e','\x66','\x63','\x0c','\x86','\x04','\x7c','\x06','\x00','\x18','\x00','\x1c','\x00','\x08','\x18','\x00','\x0c','\x18','\x30','\x1f','\xff','\xf8','\x10','\x18','\x00','\x20','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x60','\x0e','\x03','\xf1','\xcc','\x7f','\x01','\x8c','\x03','\x01','\x8c','\x03','\x19','\x8c','\xff','\xfd','\x8c','\x07','\x01','\x8c','\x0f','\x81','\x8c','\x0f','\x61','\x8c','\x1b','\x30','\x0c','\x33','\x30','\x0c','\xc3','\x00','\x7c','\x03','\x00','\x18','\x00','\x1c','\x00','\x08','\x18','\x00','\x0c','\x18','\x30','\x1f','\xff','\xf8','\x10','\x18','\x00','\x20','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x60','\x0f','\xff','\xf0','\x08','\x18','\x00','\x10','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x07','\x18','\x70','\x26','\x02','\x60','\x36','\x03','\x60','\x36','\xc3','\x6c','\x7f','\xe7','\xfe','\x46','\x04','\x60','\x86','\x08','\x60','\x07','\xe0','\x66','\xff','\x8f','\xff','\x7e','\x00','\x60','\x46','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x4c','\x7f','\xff','\x6c','\x00','\x00','\x6d','\x88','\x18','\x7f','\xcf','\xfc','\x4c','\x0c','\x18','\x4c','\x0c','\x18','\x8c','\x0f','\xf8','\x0c','\x00','\x00','\x0c','\x20','\x06','\x0d','\xbf','\xff','\x1e','\x30','\x06','\xfc','\x30','\x06','\x6c','\x33','\xe6','\x4c','\x32','\x26','\x0c','\x32','\x26','\x0c','\x32','\x26','\x0c','\x33','\xe6','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x1b','\x0d','\x80','\x12','\x89','\x40','\x06','\x63','\x30','\x04','\x22','\x18','\x28','\x04','\x08','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc4','\x1c','\x04','\xc7','\x18','\x08','\x06','\x18','\x30','\x0f','\xff','\xf8','\x08','\x18','\x00','\x10','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x4c','\x01','\x80','\x6c','\x3f','\xfe','\x6d','\x00','\x00','\x7f','\xbf','\xfe','\x4c','\x26','\x42','\x4c','\x3c','\x7e','\x8c','\x20','\x02','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x0d','\x90','\x04','\x1e','\x1f','\xfe','\xfc','\x10','\x04','\x6c','\x1f','\xfc','\x4c','\x10','\x04','\x0c','\x1f','\xfc','\x0c','\x10','\x04','\x0c','\x1f','\xfc','\x0c','\x08','\x00','\x0c','\x0e','\x38','\x0c','\x1c','\x0e','\x0c','\x60','\x06','\x0e','\x10','\x10','\x0c','\x0c','\x30','\x0c','\x04','\x44','\x4c','\x7f','\xfe','\x6c','\x01','\x00','\x6d','\x3f','\xfc','\x7f','\x81','\x00','\x4c','\x01','\x02','\x4c','\xff','\xff','\x8c','\x00','\x08','\x0c','\x7f','\x26','\x0e','\x08','\x22','\x1d','\xff','\xff','\xfc','\x18','\x20','\x6c','\x2f','\x24','\x4c','\xc9','\xa7','\x0f','\x08','\xa6','\x0c','\xff','\x2c','\x0c','\x20','\x18','\x0c','\x7e','\x12','\x0c','\x06','\x2a','\x0c','\x04','\x4e','\x0c','\x7d','\x87','\x0c','\x18','\x03','\x01','\x07','\x00','\x01','\xc6','\x40','\x43','\x86','\x20','\x23','\x06','\x30','\x16','\x06','\x30','\x0c','\x06','\x06','\x1c','\xff','\xff','\x36','\x06','\x00','\x66','\x06','\x00','\x86','\x06','\x00','\x0f','\x0e','\x00','\x0b','\x0d','\xc0','\x1b','\x0d','\x80','\x13','\x0d','\x80','\x23','\x0d','\x80','\x43','\x19','\x80','\x83','\x19','\x80','\x03','\x19','\x80','\x03','\x11','\x80','\x03','\x31','\x82','\x07','\x21','\x82','\x06','\x41','\x83','\x3e','\x81','\xff','\x0c','\x00','\xfe','\x01','\x00','\x38','\x01','\xc0','\x30','\x43','\x80','\x30','\x23','\x00','\x30','\x16','\x00','\x30','\x0c','\x00','\x36','\x1c','\x7f','\xff','\x36','\x00','\x70','\x66','\x00','\x70','\x86','\x00','\xf0','\x0f','\x00','\xf0','\x0b','\x01','\xb0','\x1b','\x01','\xb0','\x13','\x03','\x30','\x23','\x03','\x30','\x43','\x06','\x30','\x83','\x0c','\x30','\x03','\x18','\x30','\x03','\x60','\x30','\x03','\x00','\x30','\x07','\x00','\x30','\x06','\x00','\x30','\x3e','\x03','\xf0','\x0c','\x00','\x60','\x01','\x00','\x00','\x01','\xc0','\x30','\x43','\xbf','\xf8','\x23','\x06','\x30','\x16','\x06','\x30','\x0c','\x06','\x30','\x1c','\x06','\x30','\x36','\x06','\x30','\x66','\x06','\x30','\x86','\x06','\x30','\x0f','\x06','\x36','\x0b','\x7f','\xff','\x1b','\x0c','\x30','\x13','\x0c','\x30','\x23','\x0c','\x30','\x43','\x0c','\x30','\x83','\x0c','\x30','\x03','\x0c','\x30','\x03','\x0c','\x30','\x03','\x0c','\x30','\x07','\x0c','\x30','\x06','\x0c','\x36','\x3e','\x7f','\xff','\x0c','\x00','\x00','\x01','\x01','\xc0','\x01','\xc1','\x80','\x43','\x81','\x80','\x23','\x01','\x80','\x16','\x01','\x80','\x0c','\x21','\x86','\x1c','\x3f','\xff','\x36','\x31','\x86','\x66','\x31','\x86','\x86','\x31','\x86','\x0f','\x31','\x86','\x0b','\x31','\x86','\x1b','\x31','\x86','\x13','\x31','\x86','\x23','\x3f','\xfe','\x43','\x31','\x86','\x83','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x06','\x01','\x80','\x3e','\x01','\x80','\x0c','\x01','\x80','\x01','\x01','\xc0','\x01','\xc1','\x80','\x43','\x81','\x80','\x23','\x01','\x80','\x16','\x01','\x84','\x0c','\x11','\x87','\x1c','\x11','\x86','\x36','\x11','\x8c','\x66','\x31','\x88','\x86','\x31','\x90','\x0f','\x61','\x80','\x0b','\x61','\x80','\x1b','\x03','\x40','\x13','\x03','\x40','\x23','\x03','\x40','\x43','\x02','\x20','\x83','\x06','\x20','\x03','\x06','\x30','\x03','\x04','\x30','\x03','\x0c','\x18','\x07','\x08','\x1c','\x06','\x10','\x0f','\x3e','\x20','\x0e','\x0c','\xc0','\x06','\x02','\x00','\x00','\x03','\xa0','\x06','\x43','\x3f','\xff','\x26','\x31','\x86','\x16','\x31','\x86','\x0c','\x31','\x86','\x1c','\x31','\x86','\x36','\x31','\x86','\x66','\x3f','\xfe','\x86','\x31','\x86','\x0f','\x31','\x86','\x0b','\x31','\x86','\x1b','\x31','\x86','\x13','\x31','\x86','\x23','\x3f','\xfe','\x43','\x31','\x86','\x83','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x07','\x01','\x80','\x06','\x01','\x80','\x3e','\x01','\x80','\x0c','\x01','\x80','\x02','\x0e','\xe0','\x03','\x8c','\xc0','\x43','\x0c','\xc0','\x26','\x0c','\xc4','\x16','\xff','\xfe','\x0c','\x0c','\xc4','\x1c','\x0c','\xc4','\x34','\x4c','\xc4','\x66','\x7f','\xfc','\x86','\x4c','\xc4','\x0e','\x4c','\xc0','\x0e','\x4c','\xc0','\x1e','\x4c','\xc6','\x16','\xff','\xff','\x26','\xcc','\xc6','\x46','\x0c','\xc6','\x86','\x0c','\xc6','\x06','\x0c','\xc6','\x06','\x0c','\xc6','\x06','\x18','\xfe','\x0e','\x18','\xcc','\x0c','\x30','\xc0','\x7c','\x60','\xc0','\x19','\x80','\xc0','\x02','\x08','\x00','\x03','\x8e','\x00','\x43','\x0c','\x30','\x26','\x1f','\xf8','\x16','\x18','\x30','\x0c','\x30','\x60','\x1c','\x28','\x60','\x34','\x44','\xc0','\x66','\x83','\x80','\x86','\x03','\x80','\x0e','\x06','\xe0','\x0e','\x0c','\x7f','\x1e','\x10','\x1e','\x16','\x60','\x06','\x27','\x80','\x00','\x46','\x3f','\xf8','\x86','\x30','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x30','\x18','\x0e','\x30','\x18','\x0c','\x3f','\xf8','\x7c','\x30','\x18','\x18','\x30','\x18','\x01','\x10','\x18','\x01','\xdf','\xfc','\x43','\x98','\x18','\x23','\x18','\x18','\x16','\x18','\x18','\x0c','\x18','\x18','\x1c','\x1f','\xf8','\x36','\x18','\x18','\x66','\x18','\x18','\x86','\x18','\x18','\x0f','\x18','\x18','\x0b','\x1f','\xf8','\x1b','\x18','\x84','\x13','\x18','\x87','\x23','\x18','\x86','\x43','\x18','\x4c','\x83','\x18','\x50','\x03','\x18','\x60','\x03','\x18','\x20','\x03','\x19','\xb0','\x07','\x1e','\x18','\x06','\xf8','\x1f','\x3e','\x70','\x0e','\x0c','\x40','\x06','\x02','\x01','\xc0','\x03','\x81','\x80','\x43','\x01','\x80','\x26','\x01','\x86','\x16','\xff','\xff','\x0c','\x00','\x00','\x1c','\x10','\x20','\x34','\x1c','\x18','\x66','\x18','\x0c','\x86','\x30','\x06','\x0e','\x20','\x06','\x0e','\x40','\x20','\x1e','\x08','\x38','\x16','\x08','\x30','\x26','\x04','\x70','\x46','\x04','\x60','\x86','\x02','\xe0','\x06','\x03','\xc0','\x06','\x01','\x80','\x06','\x03','\xc0','\x0e','\x06','\x70','\x0c','\x0c','\x3f','\x7c','\x30','\x1e','\x18','\xc0','\x06','\x02','\x03','\x80','\x03','\x83','\x00','\x43','\x03','\x00','\x26','\x03','\x06','\x16','\xff','\xff','\x0c','\x03','\x00','\x1c','\x23','\x20','\x34','\x3b','\x38','\x66','\x33','\x30','\x86','\x33','\x30','\x0e','\x23','\x30','\x0e','\x73','\x28','\x1e','\x5b','\x24','\x16','\x9b','\x46','\x27','\x07','\x86','\x46','\x06','\x80','\x86','\x06','\xc0','\x06','\x0c','\x40','\x06','\x0c','\x60','\x06','\x18','\x30','\x0e','\x18','\x38','\x0c','\x30','\x1f','\x7c','\x60','\x0e','\x19','\x80','\x06','\x02','\x10','\x0c','\x03','\x9f','\xfe','\x43','\x18','\x0c','\x26','\x18','\x0c','\x16','\x18','\x0c','\x0c','\x1f','\xfc','\x1c','\x00','\x00','\x36','\x00','\x00','\x66','\x10','\x0c','\x86','\x1f','\xfe','\x0f','\x18','\x0c','\x0b','\x18','\x0c','\x1b','\x18','\x0c','\x13','\x1f','\xfc','\x23','\x18','\x0c','\x43','\x18','\x0c','\x83','\x18','\x0c','\x03','\x1f','\xfc','\x03','\x18','\x0c','\x03','\x18','\x0c','\x07','\x18','\x0c','\x06','\x18','\x0c','\x3e','\x18','\x7c','\x0c','\x18','\x18','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x0c','\x0f','\xfc','\x19','\xcc','\x18','\x19','\x9a','\x30','\x19','\x92','\x30','\x39','\xa1','\x60','\x39','\x81','\xc0','\x59','\x83','\x60','\x59','\x86','\x38','\x99','\x8c','\x1f','\x19','\xb0','\x66','\x19','\x83','\xb0','\x19','\x83','\x30','\x19','\x83','\x00','\x19','\x83','\x06','\x19','\xff','\xff','\x19','\x86','\x40','\x19','\x86','\x20','\x18','\x0c','\x38','\x18','\x18','\x1f','\x18','\x30','\x0e','\x18','\xc0','\x06','\x01','\x03','\x80','\x01','\xc3','\x00','\x43','\x83','\x18','\x23','\x7f','\xfc','\x16','\x03','\x00','\x0c','\x06','\x80','\x1c','\x06','\x60','\x36','\x0c','\x30','\x66','\x30','\x30','\x86','\x00','\x06','\x0f','\xff','\xff','\x0b','\x00','\x18','\x1b','\x00','\x18','\x13','\x21','\x98','\x23','\x3f','\x98','\x43','\x31','\x98','\x83','\x31','\x98','\x03','\x31','\x98','\x03','\x3f','\x98','\x03','\x31','\x98','\x07','\x00','\x18','\x06','\x00','\x18','\x3e','\x00','\xf8','\x0c','\x00','\x30','\x02','\x03','\x00','\x03','\xa7','\x8c','\x43','\x3c','\x7e','\x26','\x30','\x0c','\x16','\x30','\x0c','\x0c','\x30','\x0c','\x1c','\x3e','\x7c','\x36','\x30','\x0c','\x66','\x30','\x0c','\x86','\x30','\x0c','\x0f','\x30','\x0c','\x0b','\x3f','\xfc','\x1b','\x30','\xcc','\x13','\x00','\xc0','\x23','\x08','\xc0','\x43','\x0e','\xc0','\x83','\x0c','\xc0','\x03','\x0c','\xc0','\x03','\x0c','\xc2','\x03','\x18','\xc2','\x07','\x18','\xc2','\x06','\x10','\xc3','\x3e','\x20','\xff','\x0c','\xc0','\x7e','\x01','\x01','\xc0','\x01','\xc1','\x80','\x43','\x81','\x84','\x23','\x3f','\xfe','\x16','\x01','\x80','\x0c','\x01','\x88','\x1c','\x1f','\xfc','\x36','\x01','\x80','\x66','\x01','\x82','\x87','\x7f','\xff','\x0f','\x00','\x00','\x0b','\x10','\x18','\x1b','\x1f','\xfc','\x13','\x18','\x18','\x23','\x18','\x18','\x43','\x1f','\xf8','\x83','\x18','\x18','\x03','\x18','\x18','\x03','\x1f','\xf8','\x03','\x18','\x18','\x07','\x18','\x18','\x06','\x18','\x18','\x3e','\x18','\xf8','\x0c','\x18','\x30','\x01','\x10','\x0c','\x01','\xdf','\xfe','\x43','\x98','\x0c','\x23','\x18','\x0c','\x16','\x18','\x0c','\x0c','\x1f','\xfc','\x1c','\x18','\x0c','\x36','\x18','\x0c','\x66','\x18','\x0c','\x86','\x1f','\xfc','\x0f','\x00','\x00','\x0b','\x00','\x00','\x1b','\x20','\x06','\x13','\x3f','\xff','\x23','\x30','\x06','\x43','\x30','\x06','\x83','\x30','\x06','\x03','\x3f','\xfe','\x03','\x30','\x06','\x03','\x30','\x06','\x07','\x30','\x06','\x06','\x30','\x06','\x3e','\x3f','\xfe','\x0c','\x30','\x06','\x02','\x03','\x80','\x03','\x83','\x00','\x43','\x03','\x00','\x26','\x03','\x0c','\x16','\xff','\xfe','\x0c','\x00','\x00','\x1c','\x10','\x40','\x34','\x1c','\x70','\x66','\x18','\x60','\x86','\x30','\x60','\x0e','\x2c','\xd8','\x0e','\x44','\x8c','\x1e','\x81','\x0c','\x16','\x00','\x00','\x26','\x03','\x06','\x47','\xff','\xff','\x86','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x06','\x03','\x00','\x0e','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x03','\x00','\x04','\x40','\x30','\x07','\x77','\xf8','\x86','\x60','\x30','\x4c','\x60','\x30','\x2c','\x60','\x36','\x38','\xdf','\xff','\x18','\xc0','\x00','\x38','\xc4','\x00','\x2c','\xc7','\x00','\x4d','\xc6','\x18','\x8d','\xc7','\xfc','\x1e','\xcc','\xc0','\x1c','\xc8','\xc0','\x2c','\xd0','\xc0','\x2c','\xc0','\xc6','\x4c','\xdf','\xff','\x8c','\xc1','\xa0','\x0c','\xc1','\xa0','\x0c','\xc1','\x90','\x0c','\xc1','\x10','\x1c','\xc3','\x18','\x18','\xc2','\x0f','\xf8','\xc4','\x0e','\x30','\xd8','\x06','\x02','\x01','\xc0','\x03','\x71','\x87','\x43','\x61','\x86','\x26','\x61','\x86','\x16','\x61','\x86','\x0c','\x61','\x86','\x1c','\x7f','\xfe','\x34','\x60','\x06','\x66','\x00','\x00','\x86','\x00','\x06','\x0e','\xff','\xff','\x0e','\x01','\x80','\x1e','\x01','\x00','\x16','\x42','\x06','\x26','\x7f','\xff','\x46','\x64','\x46','\x86','\x64','\x46','\x06','\x64','\x46','\x06','\x64','\x46','\x06','\x64','\x46','\x0e','\x64','\x46','\x0c','\x64','\x46','\x7c','\x64','\x5e','\x18','\x60','\x0c','\x01','\x10','\x0c','\x01','\xdf','\xfe','\x43','\x98','\x0c','\x23','\x18','\x0c','\x16','\x1f','\xfc','\x0c','\x18','\x0c','\x1c','\x18','\x0c','\x36','\x18','\x0c','\x66','\x1f','\xfc','\x86','\x18','\x0c','\x0f','\x00','\x00','\x0b','\x11','\xc0','\x1b','\x1d','\x80','\x13','\x19','\x8c','\x23','\x1f','\xfe','\x43','\x31','\x80','\x83','\x21','\x80','\x03','\x41','\x8c','\x03','\x1f','\xfe','\x03','\x01','\x80','\x07','\x01','\x80','\x06','\x01','\x86','\x3e','\x7f','\xff','\x0c','\x00','\x00','\x02','\x20','\x0c','\x03','\xbf','\xfe','\x43','\x31','\x8c','\x26','\x31','\x8c','\x16','\x31','\x8c','\x0c','\x3f','\xfc','\x1c','\x31','\x8c','\x36','\x31','\x8c','\x66','\x31','\x8c','\x86','\x3f','\xfc','\x0f','\x30','\x0c','\x0b','\x00','\x00','\x1b','\x00','\x06','\x13','\xff','\xff','\x23','\x19','\x08','\x43','\x19','\x0e','\x83','\x18','\x9c','\x03','\x18','\xb0','\x03','\x18','\x40','\x03','\x18','\x60','\x07','\x1b','\x38','\x06','\xfc','\x1f','\x3e','\x70','\x0e','\x0c','\x40','\x06','\x02','\x10','\x18','\x03','\x9f','\xfc','\x43','\x18','\x18','\x26','\x18','\x18','\x16','\x19','\xf8','\x0c','\x19','\x18','\x1c','\x59','\x18','\x34','\x59','\x1a','\x66','\x7f','\xff','\x86','\xc0','\x06','\x0e','\xc0','\x04','\x0e','\x10','\x18','\x1e','\x1f','\xfc','\x16','\x18','\x18','\x26','\x18','\x18','\x46','\x1f','\xf8','\x86','\x18','\x18','\x06','\x18','\x18','\x06','\x1f','\xf8','\x06','\x18','\x18','\x0e','\x18','\x18','\x0c','\x18','\x18','\x7c','\x18','\xf8','\x18','\x18','\x30','\x00','\x01','\x00','\x39','\xc1','\x8c','\x31','\x83','\xfe','\x31','\x86','\x0c','\x31','\x98','\xd8','\x3f','\x86','\x70','\x01','\x83','\xc0','\x01','\x9c','\x1c','\xff','\x80','\x18','\x19','\xbf','\xff','\x19','\x88','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x61','\x80','\xf8','\x81','\xba','\x30','\x00','\x31','\x80','\x00','\x30','\x86','\xff','\xff','\xff','\x00','\x64','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xf0','\x0e','\x00','\x3f','\xf0','\x00','\x0e','\x02','\x0e','\x38','\x03','\x8c','\x30','\x43','\x0c','\x36','\x26','\xff','\xff','\x16','\x0c','\x30','\x0c','\x0c','\x30','\x1c','\x3f','\xfc','\x34','\x30','\x0c','\x66','\x30','\x0c','\x86','\x3f','\xfc','\x0e','\x30','\x0c','\x0e','\x30','\x0c','\x1e','\x30','\x0c','\x16','\x3f','\xfc','\x26','\x01','\x80','\x46','\x01','\x80','\x86','\x01','\x86','\x06','\xff','\xff','\x06','\x03','\x40','\x06','\x06','\x20','\x0e','\x06','\x38','\x0c','\x0c','\x1f','\x7c','\x18','\x0e','\x18','\xe0','\x06','\x20','\x10','\xe0','\x3f','\xf8','\xc8','\x23','\x10','\xc4','\x23','\x10','\xc6','\x3f','\xf0','\xc6','\x23','\x10','\xc0','\x23','\x10','\xc6','\x23','\x1f','\xff','\x3f','\xf0','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x3f','\xf0','\xc0','\x03','\x01','\xe0','\x03','\x01','\xa0','\x03','\xf9','\xa0','\xff','\x81','\xa0','\x78','\x01','\xb0','\x40','\x21','\x10','\x01','\x13','\x10','\x24','\x9b','\x18','\x24','\xda','\x1c','\x66','\xc6','\x0f','\xc6','\x04','\x0e','\xc0','\x08','\x06','\x04','\x00','\x00','\x06','\x80','\x06','\x84','\xff','\xff','\x4c','\x82','\x40','\x28','\xa3','\x70','\x38','\x92','\x60','\x10','\x92','\x60','\x38','\x84','\x66','\x28','\xff','\x7f','\x48','\x88','\x46','\x8c','\x88','\xc4','\x1c','\xaa','\xb8','\x1c','\xab','\x30','\x2c','\xaa','\x30','\x2c','\xaa','\x30','\x4c','\xaa','\x30','\x8c','\xaa','\x38','\x0c','\xbe','\x28','\x0c','\x88','\x68','\x0d','\x88','\x6c','\x1d','\x18','\x4c','\x19','\x10','\xcf','\xfa','\x10','\x86','\x30','\x21','\x06','\x02','\x03','\x00','\x03','\x83','\x00','\x43','\x06','\x80','\x26','\x0c','\x60','\x16','\x18','\x38','\x0c','\x37','\xdf','\x1c','\xc0','\x06','\x34','\x00','\x00','\x66','\x7f','\xfc','\x86','\x41','\x04','\x0e','\x51','\x14','\x0e','\x49','\x24','\x1e','\x41','\x04','\x16','\x7f','\xfc','\x26','\x00','\x00','\x46','\x00','\x00','\x86','\x3f','\xf8','\x06','\x30','\x18','\x06','\x30','\x18','\x06','\x3f','\xf8','\x0e','\x30','\x18','\x0c','\x30','\x18','\x7c','\x3f','\xf8','\x18','\x30','\x18','\x04','\x40','\x0c','\x07','\x7f','\xfe','\x46','\x64','\x8c','\x26','\x64','\x8c','\x1c','\x64','\x8c','\x08','\x7f','\xfc','\x1c','\x10','\x00','\x14','\x1c','\x00','\x26','\x18','\x06','\x46','\x3f','\xff','\x8e','\x22','\x06','\x0e','\x42','\x06','\x16','\xbf','\xe6','\x17','\x22','\x26','\x26','\x22','\x26','\x46','\x22','\x26','\x86','\x3f','\xe6','\x06','\x02','\x06','\x06','\x02','\x86','\x06','\x02','\x46','\x0e','\x7f','\xee','\x0c','\x3c','\x6c','\x7c','\x20','\x7c','\x18','\x00','\x18','\x02','\x01','\xc0','\x03','\xa1','\x80','\x43','\x21','\x86','\x26','\x3f','\xff','\x16','\x60','\x04','\x0c','\x61','\x00','\x1c','\x04','\x8c','\x34','\x14','\xa6','\x66','\x34','\x36','\x86','\x37','\xf0','\x0e','\x00','\x00','\x0e','\x00','\x00','\x1e','\x3f','\xfc','\x16','\x24','\x44','\x26','\x24','\x44','\x46','\x3f','\xfc','\x86','\x00','\x00','\x06','\x00','\x06','\x06','\xff','\xff','\x06','\x01','\x80','\x0e','\x01','\x80','\x0c','\x01','\x80','\x7c','\x0f','\x80','\x18','\x03','\x00','\x4c','\x98','\x70','\x7e','\xfc','\x60','\x4c','\x98','\x6c','\x4c','\x98','\x66','\x4c','\x98','\x66','\x7c','\xf8','\x60','\x00','\x00','\x66','\x3f','\xf3','\xff','\x22','\x10','\x60','\x22','\x10','\x60','\x3f','\xf0','\x60','\x22','\x10','\x60','\x22','\x10','\x60','\x3f','\xf0','\xf0','\x00','\x00','\xd0','\xff','\xfe','\xd0','\x00','\x00','\xd0','\x00','\x00','\xd8','\x3f','\xf0','\x98','\x30','\x30','\x88','\x30','\x31','\x8c','\x30','\x31','\x0f','\x3f','\xf1','\x06','\x30','\x32','\x06','\x04','\x11','\x08','\x07','\x19','\x8c','\x86','\x33','\x18','\x4c','\x44','\x20','\x2c','\x22','\x10','\x38','\x33','\x18','\x18','\x11','\x08','\x38','\x7f','\xfc','\x2c','\x66','\x4c','\x4c','\x61','\x8c','\x8c','\x63','\x0c','\x1c','\x64','\xcc','\x1c','\x7f','\xfc','\x2c','\x00','\x00','\x2c','\x42','\x18','\x4c','\x52','\x98','\x8c','\x4a','\x58','\x0c','\x42','\x18','\x0c','\x52','\x9a','\x0c','\x4a','\x5a','\x1c','\x42','\x0a','\x19','\xff','\xce','\xf8','\xe7','\x07','\x30','\x84','\x03','\x03','\x80','\x70','\x03','\x30','\x60','\x03','\xf8','\x6c','\x23','\x04','\x66','\x3f','\xfe','\x66','\x32','\x04','\x60','\x3f','\xf0','\x66','\x32','\x0b','\xff','\x31','\xf8','\x60','\x30','\x00','\x60','\x3f','\xfc','\x60','\x30','\x00','\x70','\x37','\xf0','\xd0','\x34','\x10','\xd0','\x37','\xf0','\xd0','\x30','\x00','\xd0','\x2f','\xf8','\xd8','\x29','\x48','\x98','\x6b','\x78','\x8c','\x4c','\x08','\x8c','\x49','\xc9','\x8e','\x88','\x89','\x0f','\x08','\xb9','\x06','\x08','\x9a','\x06','\x04','\x38','\x06','\x07','\x31','\xff','\x86','\x30','\x30','\x4c','\x32','\x20','\x2d','\xff','\x26','\x38','\x30','\xff','\x18','\x30','\xc6','\x39','\xfe','\xc6','\x2d','\x32','\xc6','\x4d','\x32','\xfe','\x8d','\x32','\xc6','\x1d','\x32','\xc6','\x1d','\x32','\xc6','\x2d','\xfe','\xfe','\x2c','\x30','\xc6','\x4c','\x30','\xc6','\x8c','\x78','\xc6','\x0c','\x74','\xc6','\x0c','\xf6','\xfe','\x0c','\xb6','\x00','\x1d','\x30','\x48','\x1a','\x30','\x66','\xf8','\x30','\xc3','\x30','\x33','\x03','\x00','\x70','\x00','\x00','\x60','\x00','\x06','\x60','\x00','\xff','\x60','\x00','\x30','\x66','\x46','\x31','\xff','\x7f','\x30','\x66','\x66','\x30','\x66','\x66','\x30','\x66','\x66','\x36','\x66','\x66','\xff','\x66','\x66','\x30','\x66','\x66','\x30','\x66','\x66','\x30','\x66','\x66','\x30','\x66','\x66','\x30','\xe6','\x66','\x30','\xc6','\x66','\x32','\xc6','\x66','\xfc','\xc6','\x66','\x70','\x8e','\x66','\x41','\x8c','\x7e','\x01','\x0c','\x66','\x02','\x7c','\x66','\x0c','\x18','\x00','\x00','\x10','\xe0','\x00','\x1c','\xc8','\x03','\x18','\xc4','\xff','\x98','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc0','\x18','\x30','\xc6','\x18','\x37','\xff','\x1b','\x30','\xc0','\xff','\xf0','\xc0','\x18','\x70','\xc0','\x18','\xb0','\xc0','\x19','\x30','\xc0','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x19','\x30','\x60','\x1e','\x30','\x32','\xf8','\x30','\x32','\x70','\x30','\x32','\x40','\x30','\x1a','\x00','\x30','\x1f','\x00','\x30','\x0f','\x00','\x30','\x06','\x00','\x08','\x00','\x00','\x0e','\x00','\x03','\x0c','\x00','\xff','\x8c','\x00','\x18','\x18','\x06','\x18','\x1f','\xff','\x18','\x10','\x00','\x18','\x31','\xc0','\x18','\x21','\x80','\x1b','\x41','\x80','\xff','\x81','\x80','\x18','\x11','\x90','\x18','\x1d','\x88','\x18','\x19','\x8c','\x18','\x19','\x86','\x18','\x31','\x86','\x19','\x31','\x87','\x1e','\x61','\x83','\xf8','\x41','\x83','\x70','\x81','\x83','\x41','\x01','\x80','\x00','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x03','\x01','\x80','\xff','\x81','\x80','\x18','\x21','\x86','\x18','\x3f','\xff','\x18','\x31','\x86','\x18','\x31','\x84','\x18','\x31','\x88','\x1b','\x31','\x80','\xff','\xb1','\x98','\x18','\x3f','\xfc','\x18','\x34','\x18','\x18','\x34','\x18','\x18','\x32','\x30','\x18','\x32','\x30','\x18','\x63','\x60','\x1f','\x61','\xc0','\xfc','\x40','\x80','\x70','\xc1','\xc0','\x40','\x83','\x70','\x01','\x06','\x3f','\x00','\x18','\x1e','\x00','\x60','\x06','\x00','\x01','\x00','\x00','\x01','\xc0','\x03','\x01','\x80','\xff','\x81','\x80','\x18','\x03','\x00','\x18','\x22','\x06','\x18','\x3f','\xff','\x18','\x30','\x06','\x18','\x30','\x06','\x1b','\x30','\x06','\xff','\xb0','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x3f','\xfe','\x18','\x30','\x06','\x18','\x30','\x06','\x19','\x30','\x06','\x1e','\x30','\x06','\xf8','\x30','\x06','\x70','\x30','\x06','\x40','\x30','\x06','\x00','\x3f','\xfe','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x00','\x06','\x00','\x7f','\xff','\x03','\x0c','\x18','\xff','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xf8','\x18','\x0c','\x18','\x1b','\x0c','\x18','\xff','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xf8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x19','\x0c','\x18','\x1e','\x0c','\x18','\xf8','\x0c','\x1f','\x70','\xff','\xf8','\x40','\x7e','\x18','\x00','\x40','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x80','\x18','\x00','\xff','\xfc','\x06','\xc0','\x18','\xff','\xc0','\x18','\x30','\xc0','\x98','\x30','\xdf','\xd8','\x30','\xc2','\x18','\x30','\xc2','\x18','\x36','\xd2','\x58','\xff','\xdf','\xd8','\x30','\xd2','\x58','\x30','\xd2','\x58','\x30','\xd2','\x58','\x30','\xd2','\x58','\x30','\xd2','\x58','\x3e','\xd2','\x58','\xf8','\xd3','\xda','\x61','\x92','\xda','\x41','\x82','\x0a','\x01','\x02','\x0a','\x03','\x02','\x0e','\x02','\x02','\x06','\x04','\x02','\x07','\x08','\x00','\x03','\x00','\x08','\x00','\x00','\x0e','\x00','\x03','\x0c','\x30','\xff','\x9f','\xf8','\x18','\x18','\x30','\x18','\x30','\x60','\x18','\x28','\x60','\x18','\x44','\xc0','\x1b','\x03','\x80','\xff','\x83','\x80','\x18','\x06','\xe0','\x18','\x0c','\x7f','\x18','\x10','\x1e','\x18','\x60','\x06','\x19','\x80','\x00','\x18','\x3f','\xf8','\x1f','\x30','\x18','\xfc','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x00','\x06','\x00','\x7f','\xff','\x03','\x02','\x40','\xff','\x82','\x40','\x18','\x42','\x46','\x18','\x7e','\x7f','\x18','\x62','\x46','\x18','\x62','\x46','\x1b','\x62','\x46','\xff','\xe2','\x46','\x18','\x7e','\x7e','\x18','\x62','\x46','\x18','\x02','\x40','\x18','\x02','\x40','\x18','\x7f','\xfe','\x19','\x61','\x86','\x1e','\x61','\x86','\xf8','\x61','\x86','\x70','\x7f','\xfe','\x40','\x61','\x86','\x00','\x61','\x86','\x00','\x61','\x86','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x03','\x80','\x00','\x03','\x00','\x03','\x03','\x00','\xff','\xa3','\x18','\x18','\x3f','\xfc','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x1b','\x3f','\xf8','\xff','\xb0','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x3f','\xf8','\x18','\x32','\x04','\x18','\x32','\x0e','\x19','\x31','\x18','\x1e','\x31','\x60','\xf8','\x30','\x80','\x70','\x30','\xc0','\x40','\x30','\x60','\x00','\x33','\x38','\x01','\xfc','\x1f','\x00','\xe0','\x0e','\x00','\x80','\x06','\x00','\x38','\x00','\x06','\x30','\x86','\xff','\x30','\xff','\x18','\x30','\xc6','\x18','\xfc','\xc6','\x18','\x84','\xc4','\x18','\x84','\xcc','\x18','\x84','\xc8','\x1a','\xfc','\xc8','\xff','\x84','\xd0','\x18','\x84','\xc8','\x18','\x84','\xcc','\x18','\xfc','\xc4','\x18','\x80','\xc6','\x18','\x80','\xc6','\x18','\x90','\xc6','\x18','\x88','\xc6','\x1e','\x8c','\xc6','\xf8','\x8c','\xc6','\x60','\xf6','\xde','\x43','\xc6','\xcc','\x01','\x86','\xc0','\x01','\x00','\xc0','\x00','\x00','\xc0','\x00','\x03','\x80','\x00','\x03','\x18','\x03','\x03','\xfc','\xff','\x83','\x00','\x18','\x43','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x63','\x84','\x1b','\x63','\x08','\xff','\xe3','\xe0','\x18','\x7f','\x04','\x18','\x63','\x06','\x18','\x63','\xfe','\x18','\x61','\xfc','\x18','\x60','\x00','\x19','\x64','\x00','\x1e','\x67','\x70','\xf8','\xc6','\x60','\x70','\xc6','\x60','\x40','\x8c','\x62','\x01','\x8c','\x62','\x01','\x18','\x63','\x02','\x30','\x7f','\x00','\xc0','\x3e','\x00','\x00','\x0c','\x03','\x7f','\xfe','\xff','\x86','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x30','\x18','\x3f','\xf8','\x18','\x0c','\x30','\x1b','\x0c','\x30','\xff','\x8c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x36','\x18','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x19','\x20','\x18','\x1e','\x3f','\xfc','\xf8','\x30','\x18','\x70','\x30','\x18','\x40','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x0e','\x70','\x00','\x0c','\x60','\x03','\x0c','\x60','\xff','\x8c','\x60','\x18','\x0c','\x66','\x18','\xfc','\x7f','\x18','\x0c','\x60','\x18','\x0c','\x60','\x1b','\x0c','\x60','\xff','\x8c','\x6c','\x18','\xfc','\x7e','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x19','\x0c','\x60','\x1e','\x1c','\x66','\xf8','\x6c','\x7f','\x63','\xc8','\x60','\x41','\x98','\x60','\x00','\x10','\x60','\x00','\x30','\x60','\x00','\x20','\x60','\x00','\x40','\x60','\x00','\x80','\x60','\x00','\x00','\x70','\x00','\x20','\x60','\x06','\x10','\x60','\xff','\x18','\x60','\x18','\x18','\x6c','\x18','\x03','\xfe','\x18','\x80','\x60','\x18','\x40','\x60','\x18','\x60','\x60','\x1a','\x68','\x60','\xff','\x08','\x60','\x18','\x08','\x66','\x18','\x1f','\xff','\x18','\x10','\x80','\x18','\x30','\xe0','\x1a','\x30','\xc0','\x1c','\x60','\xc0','\x39','\xe0','\x90','\xf0','\xe1','\x88','\x60','\x61','\x0c','\x40','\x61','\x0c','\x00','\x67','\xfe','\x00','\x73','\xc6','\x00','\x32','\x06','\x00','\x86','\x0c','\x06','\xfe','\xfe','\xff','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xfe','\xfc','\x18','\xc6','\x0c','\xff','\xc0','\x00','\x18','\xc0','\x0c','\x18','\xc1','\xfe','\x18','\xcc','\x8c','\x18','\xfe','\x8c','\x18','\xc0','\x8c','\x1b','\xc0','\x58','\x1c','\xc0','\x58','\xf8','\xcc','\x30','\x60','\xfe','\x30','\x40','\xc0','\x78','\x00','\xc0','\x68','\x00','\xc0','\xcc','\x00','\xc1','\x87','\x00','\xc6','\x06','\x00','\x10','\x00','\x00','\x10','\x06','\x03','\x3f','\xff','\xff','\xe0','\x06','\x18','\x61','\xc4','\x18','\x01','\x80','\x18','\x7f','\xff','\x18','\x01','\x80','\x18','\x21','\x8c','\x1b','\x3f','\xfe','\xff','\xb1','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\xfc','\x19','\x31','\x8c','\x1e','\x01','\x80','\xf8','\x01','\x86','\x70','\xff','\xff','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x60','\x06','\xff','\xff','\xff','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x40','\xc4','\x7f','\xef','\xfe','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x40','\xc2','\xff','\xef','\xff','\x00','\x00','\x00','\x00','\x20','\x00','\x00','\x18','\x80','\x00','\x0c','\xe0','\x01','\xcd','\xc0','\x11','\x81','\x90','\x11','\x83','\x0c','\x31','\x86','\x06','\x31','\x8c','\x27','\x71','\xb8','\x23','\x61','\xe0','\x20','\x01','\x80','\x30','\x07','\xff','\xf0','\x78','\xff','\xe0','\x00','\x10','\x84','\x00','\x18','\xc6','\x03','\x31','\x8c','\xff','\xa1','\x08','\x18','\x42','\x10','\x18','\x21','\x08','\x18','\x31','\x8c','\x18','\x18','\xc6','\x18','\x18','\xc6','\x1b','\x03','\x00','\xff','\x83','\x06','\x18','\x7f','\xff','\x18','\x60','\x06','\x18','\x60','\x46','\x18','\x64','\x66','\x18','\x62','\xc6','\x19','\x61','\x86','\x1e','\x61','\x86','\xf8','\x62','\xc6','\x70','\x64','\x66','\x40','\x68','\x66','\x00','\x60','\x06','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x40','\x06','\x00','\x7f','\xff','\x03','\x60','\x06','\xff','\xe0','\x06','\x18','\x6f','\xf6','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x6f','\xf6','\x1b','\x60','\x06','\xff','\x80','\x00','\x18','\x20','\x0c','\x18','\x3f','\xfe','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x19','\x30','\x0c','\x1e','\x30','\x0c','\xf8','\x3f','\xfc','\x70','\x30','\x0c','\x40','\x30','\x0c','\x00','\x30','\x0c','\x00','\x3f','\xfc','\x00','\x30','\x0c','\x00','\x03','\x00','\x00','\x03','\x00','\x03','\x06','\x80','\xff','\x86','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x18','\x60','\xc6','\x19','\x9f','\xe0','\x18','\x00','\x00','\xff','\x86','\x0e','\x18','\xff','\x6c','\x18','\xc6','\x4c','\x18','\xc6','\x4c','\x18','\xfe','\x4c','\x18','\xc6','\x4c','\x18','\xc6','\x4c','\x1e','\xfe','\x4c','\xf8','\xc6','\x4c','\x60','\xc6','\x0c','\x40','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\xde','\x3c','\x00','\xcc','\x18','\x01','\x80','\xc0','\x01','\x20','\x88','\x09','\x34','\x9c','\x09','\x64','\xb0','\x1b','\x0d','\x80','\x12','\x89','\x40','\x06','\x63','\x30','\x04','\x22','\x18','\x28','\x04','\x08','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc0','\x00','\x34','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x80','\x00','\x18','\xc0','\x00','\x18','\x60','\x00','\x18','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x03','\x46','\x0c','\xff','\xff','\xfe','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x1b','\x63','\x0c','\xff','\xe3','\x0c','\x18','\x63','\x0c','\x18','\x7f','\xfc','\x18','\x01','\x90','\x18','\x11','\x9c','\x18','\x1d','\x98','\x19','\x19','\x90','\x1e','\x19','\xa2','\xf8','\x31','\xff','\x70','\x31','\xb3','\x40','\x61','\x80','\x00','\xc1','\x82','\x01','\x81','\x83','\x03','\x01','\xff','\x0c','\x00','\xfe','\x00','\x01','\xc4','\x00','\x41','\x87','\x03','\x31','\x86','\xff','\x99','\x8c','\x18','\x19','\x88','\x18','\x01','\x80','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x1b','\x30','\x0c','\xff','\xb0','\x0c','\x18','\x3f','\xfc','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x1b','\x30','\x0c','\x1c','\x30','\x0c','\xf8','\x30','\x0c','\x60','\x3f','\xfc','\x40','\x10','\x00','\x00','\x1c','\x30','\x00','\x38','\x0e','\x00','\x60','\x07','\x01','\x80','\x03','\x00','\x00','\x00','\x00','\x20','\x0c','\x03','\x3f','\xfe','\xff','\xb1','\x80','\x18','\x31','\x80','\x18','\x31','\x98','\x18','\x3f','\xfc','\x18','\x31','\x80','\x1b','\x31','\x80','\xff','\xb1','\x98','\x18','\x3f','\xfc','\x18','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\x86','\x18','\x3f','\xff','\x19','\x30','\x06','\x1e','\x00','\x46','\xf8','\x02','\x26','\x70','\x91','\x36','\x40','\x91','\xb6','\x01','\x99','\x8e','\x03','\x98','\x0c','\x03','\x00','\x7c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x7c','\x03','\x03','\xe0','\xff','\xbe','\x00','\x18','\x00','\x04','\x18','\x04','\x07','\x18','\x43','\x0e','\x18','\x31','\x8c','\x18','\x19','\x98','\x1b','\x18','\x10','\xff','\x80','\x00','\x18','\x3f','\xfc','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x1f','\x01','\x80','\xfc','\x71','\x87','\x70','\x61','\x86','\x40','\x61','\x86','\x00','\x61','\x86','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x1c','\x70','\x00','\x18','\x60','\x03','\x18','\x64','\xff','\xff','\xfe','\x18','\x18','\x60','\x18','\x18','\x60','\x18','\x00','\x00','\x18','\x40','\x18','\x1b','\x7f','\xfc','\xff','\xe3','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\xf8','\x18','\x63','\x18','\x18','\x03','\x00','\x19','\x03','\x04','\x1e','\xff','\xfe','\xf8','\x03','\x00','\x70','\x03','\x08','\x40','\x7f','\xfc','\x00','\x03','\x00','\x00','\x03','\x02','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x03','\x01','\x8c','\xff','\xbf','\xfe','\x18','\x08','\x20','\x18','\x04','\x30','\x18','\x06','\x20','\x18','\x02','\x46','\x18','\xff','\xff','\x1b','\x00','\x00','\xff','\x9f','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x19','\x1f','\xf8','\x1e','\x01','\x80','\xf8','\x01','\x86','\x70','\xff','\xff','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0c','\xc0','\x00','\x8c','\xc8','\x06','\x4c','\xce','\xff','\x6c','\xcc','\x18','\x6c','\xd0','\x18','\x0c','\xc0','\x19','\xff','\xfe','\x18','\x20','\x20','\x1a','\x18','\x30','\xff','\x08','\x40','\x18','\x7f','\xfc','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x7f','\xfc','\x18','\x03','\x00','\x19','\x03','\x06','\x1e','\xff','\xff','\xf8','\x06','\x80','\x70','\x0c','\x40','\x40','\x0c','\x60','\x00','\x18','\x38','\x00','\x30','\x1f','\x00','\xc0','\x0e','\x03','\x00','\x06','\x10','\x60','\xe0','\x1f','\xf0','\xc0','\x18','\x60','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe3','\x18','\x18','\x01','\x10','\x18','\x00','\x24','\x1f','\xef','\xfe','\x3c','\x60','\xc0','\x2c','\x60','\xc4','\x2c','\x6f','\xfe','\x4c','\x60','\xc0','\x8f','\xe0','\xc0','\x0c','\x60','\xc0','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x80','\x00','\x18','\x60','\x00','\x18','\x26','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x08','\x00','\x00','\x0c','\x60','\x03','\x1f','\xf0','\xff','\xb0','\x40','\x18','\x60','\x86','\x18','\xff','\xff','\x18','\x61','\x86','\x18','\x63','\x66','\x18','\x6c','\x26','\x1b','\x60','\x06','\xff','\xbf','\xfc','\x18','\x20','\x04','\x18','\x3f','\xfc','\x18','\x20','\x04','\x18','\x3f','\xfc','\x18','\x20','\x04','\x19','\x3f','\xfc','\x1e','\x0c','\x00','\xf8','\x1f','\xf8','\x70','\x34','\x30','\x40','\x62','\x60','\x00','\xc1','\xc0','\x03','\x07','\x7f','\x00','\x38','\x1e','\x00','\x38','\xe0','\x00','\x30','\xc6','\x0c','\x30','\xff','\xff','\xfe','\xc0','\x31','\x08','\xc0','\x30','\x8c','\xfe','\x30','\x88','\x06','\x30','\x10','\x06','\x33','\xfe','\x86','\x30','\x00','\xfe','\xfc','\x00','\xc0','\x31','\xfc','\xc0','\x31','\x8c','\xfe','\x31','\x8c','\xc0','\x31','\xfc','\xc0','\x31','\x8c','\xfe','\x31','\x8c','\xc0','\x3d','\xfc','\xc0','\xf1','\x8c','\xfe','\x61','\x8c','\xc0','\x41','\x8c','\xc2','\x01','\x8c','\xc3','\x01','\xbc','\xff','\x01','\x98','\x7e','\x00','\x42','\x42','\x00','\x7f','\x7f','\x03','\x42','\x42','\xff','\xc2','\x42','\x18','\x7e','\x7e','\x18','\x42','\x42','\x18','\x42','\x42','\x18','\x7e','\x7e','\x18','\x42','\x42','\x1b','\x42','\x42','\xff','\xfe','\x7e','\x18','\x20','\x20','\x18','\x36','\x36','\x18','\x62','\x63','\x18','\x80','\x83','\x18','\x06','\x00','\x19','\xff','\xff','\x1e','\x0c','\x30','\xf8','\x18','\x30','\x70','\x3f','\x60','\x40','\x31','\xc0','\x00','\x03','\x78','\x00','\x0c','\x1e','\x00','\x70','\x06','\x00','\x04','\x04','\x00','\x42','\x07','\x03','\x23','\x06','\xff','\xb1','\x0c','\x18','\x11','\x8c','\x18','\x19','\x88','\x18','\x19','\x98','\x18','\x18','\x10','\x18','\x00','\x20','\x1b','\x04','\x00','\xff','\x87','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x18','\xff','\xff','\x18','\x0c','\x30','\x18','\x0c','\x30','\x19','\x18','\x60','\x1e','\x18','\x60','\xf8','\x36','\xc0','\x70','\x31','\x80','\x40','\x03','\x60','\x00','\x06','\x38','\x00','\x18','\x1c','\x00','\xe0','\x0c','\x0e','\x00','\x18','\x0c','\x08','\xfc','\x0c','\x0f','\xd0','\x0c','\x6c','\x10','\xff','\xfc','\x10','\x1a','\x0c','\x90','\x1a','\x0c','\x90','\x11','\x0c','\x90','\x31','\x8c','\x90','\x20','\xcc','\x90','\x5e','\xfc','\x90','\x80','\x6c','\x90','\x00','\x0c','\x90','\x7f','\x8c','\x90','\x18','\x0c','\x90','\x19','\x8c','\x98','\x3f','\xcc','\x88','\x31','\x88','\x88','\x01','\x88','\x88','\x03','\x98','\xac','\x03','\x10','\xac','\x07','\x17','\xf7','\x3e','\x23','\x16','\x0c','\x40','\x06','\x1c','\x03','\x1c','\x18','\x8f','\x98','\x18','\xfa','\x18','\x18','\x82','\x18','\xff','\x82','\xff','\x00','\x92','\x00','\x44','\x92','\x44','\x26','\x92','\x26','\x24','\x92','\x24','\x24','\x92','\x24','\x08','\x92','\x08','\xff','\x92','\xff','\x18','\x92','\x18','\x18','\x92','\x18','\x1b','\x92','\x18','\xfc','\x93','\xff','\x78','\x91','\x18','\x58','\x91','\x18','\x18','\x91','\x18','\x11','\x95','\x98','\x31','\x15','\x98','\x21','\xfe','\xf8','\x42','\x62','\xd8','\x84','\x00','\xd8','\x00','\x00','\xe0','\x00','\x60','\xc0','\xff','\xf0','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\xc0','\xc6','\x3f','\xef','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x38','\xc0','\xc0','\x34','\xc0','\xc0','\x36','\xc0','\xc0','\x36','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc2','\x30','\xc0','\xc2','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x18','\x00','\x60','\x3c','\xff','\xf0','\xf0','\x30','\x03','\xc0','\x30','\x0c','\xc0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\xc0','\xc0','\x3f','\xe0','\xc6','\x30','\xdf','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x38','\xc0','\xc0','\x34','\xc0','\xc0','\x36','\xc0','\xc0','\x36','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc2','\x30','\xc0','\xc2','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x02','\x00','\x80','\x03','\x80','\x80','\x03','\x00','\x40','\x07','\x20','\x60','\x06','\x38','\x38','\x0c','\x30','\x1f','\x18','\x61','\x0e','\x20','\x40','\xc6','\xc0','\x87','\x60','\x0f','\xf8','\x30','\x07','\x80','\x30','\x04','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x03','\x79','\x82','\x06','\x19','\x82','\x06','\x01','\x83','\x7f','\xfd','\xff','\x3f','\x00','\xfe','\x20','\x00','\x00','\x00','\x01','\xc0','\x00','\x61','\x80','\xff','\xf1','\x88','\x30','\x01','\xbc','\x30','\x03','\xe0','\x30','\x1d','\x80','\x30','\x01','\x80','\x30','\xc9','\x9c','\x3f','\xe9','\x98','\x30','\xc9','\x98','\x30','\xc9','\x98','\x30','\xc9','\x98','\x38','\xcf','\xf8','\x34','\xc9','\x84','\x36','\xc1','\x84','\x36','\xc1','\x86','\x30','\xc1','\xfe','\x30','\xc0','\xfc','\x30','\xc0','\x02','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x64','\x20','\xff','\xf7','\x20','\x30','\x06','\x20','\x30','\x06','\x10','\x30','\x06','\x10','\x30','\x04','\x18','\x30','\xcc','\x0c','\x3f','\xc8','\x0f','\x30','\xdf','\xfe','\x30','\xe3','\x18','\x30','\xc3','\x18','\x38','\xc3','\x18','\x34','\xc3','\x18','\x36','\xc3','\x18','\x36','\xc6','\x38','\x30','\xc6','\x30','\x30','\xcc','\xf2','\x30','\xd0','\x62','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x10','\x00','\x60','\x78','\xff','\xf1','\xe0','\x30','\x0f','\x80','\x30','\x01','\x80','\x30','\x01','\x80','\x30','\x01','\x98','\x30','\xcf','\xfc','\x3f','\xe1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x8c','\x30','\xdf','\xfe','\x38','\xc1','\x80','\x34','\xc1','\x84','\x36','\xc1','\x84','\x36','\xc1','\x86','\x30','\xc1','\xfe','\x30','\xc0','\xfc','\x30','\xc0','\x02','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x30','\x00','\xc0','\x30','\x00','\x80','\x30','\x00','\x80','\x30','\x09','\x0c','\x30','\xcf','\xfe','\x3f','\xec','\x0c','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x30','\xcf','\xfc','\x38','\xcc','\x0c','\x34','\xcc','\x0c','\x36','\xcc','\x0c','\x36','\xcc','\x0c','\x30','\xcf','\xfc','\x30','\xcc','\x0c','\x30','\xc0','\x02','\x33','\xc0','\x02','\x3c','\xc0','\x03','\xf8','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x00','\x00','\x38','\x00','\x06','\x30','\x0c','\x7f','\x7f','\xfe','\x00','\x46','\x0c','\x00','\x86','\x08','\x00','\x0d','\x10','\x03','\x8c','\x80','\xfc','\x18','\x60','\x70','\x30','\x38','\x40','\xc0','\x1f','\x03','\x00','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x01','\x80','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x03','\x79','\x82','\x06','\x19','\x82','\x06','\x01','\x83','\x7f','\xfd','\xff','\x3f','\x00','\xfe','\x20','\x00','\x00','\x00','\x00','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x09','\x06','\x00','\x09','\x06','\x00','\x49','\x26','\x00','\x7f','\xf6','\x18','\x49','\x27','\xfc','\x49','\x26','\x18','\x49','\x26','\x18','\x49','\x27','\x18','\x7f','\xe6','\x98','\x40','\x26','\xd8','\x07','\x06','\xd8','\x06','\x06','\x18','\x06','\x66','\x18','\x7f','\xf6','\x18','\x06','\x06','\x1a','\x06','\x06','\x0a','\x06','\x06','\x0a','\x07','\xe6','\x6e','\xff','\x1f','\x86','\x78','\x0e','\x07','\x40','\x08','\x03','\x00','\xc0','\xe0','\x07','\xe0','\xc4','\x7e','\x00','\xc7','\x06','\x04','\xc6','\x06','\x64','\xc4','\xff','\xf4','\xc8','\x06','\x0d','\xa0','\x0f','\x0d','\xa0','\x0e','\xc1','\x10','\x1e','\x63','\x18','\x36','\x62','\x0f','\xc6','\x04','\x0e','\x06','\x18','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x01','\x80','\x03','\xff','\xc0','\x06','\x41','\x80','\x06','\x31','\x82','\x06','\x11','\x82','\x7f','\xfd','\x83','\x3f','\x01','\xff','\x20','\x00','\xfe','\x00','\x00','\x00','\x00','\xc8','\x0c','\xff','\xef','\xfe','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0d','\xfc','\x30','\x0d','\x24','\x31','\x8d','\x24','\x3f','\xcd','\xfc','\x31','\x8d','\x24','\x31','\x8d','\x24','\x31','\x8d','\xfc','\x39','\x88','\x20','\x35','\x88','\x20','\x35','\x99','\xfc','\x35','\x90','\x20','\x31','\xa0','\x20','\x31','\x83','\xfe','\x31','\x80','\x00','\x33','\x80','\x02','\x3d','\x80','\x03','\xf1','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x40','\x60','\x00','\x7f','\xf0','\x06','\x60','\x0f','\xff','\x60','\x03','\x00','\x67','\xc3','\x00','\x64','\x43','\x00','\x64','\x43','\x18','\x64','\x43','\xfc','\x64','\x43','\x18','\x67','\xc3','\x18','\x60','\x03','\x18','\x60','\x03','\x98','\x6f','\xe3','\x58','\x69','\x23','\x58','\x69','\x23','\x58','\x69','\x23','\x18','\x69','\x23','\x18','\x6f','\xe3','\x1a','\x60','\x03','\x0a','\x60','\x03','\x0a','\x60','\x33','\x6e','\x7f','\xff','\x86','\x60','\x0e','\x07','\x60','\x08','\x03','\x07','\x00','\x00','\x06','\x30','\x06','\xff','\xff','\xff','\x06','\x03','\x00','\x46','\x23','\x00','\x7f','\xf3','\x00','\x46','\x23','\x18','\x46','\x23','\xfc','\x7f','\xe3','\x18','\x46','\x23','\x18','\x46','\x23','\x98','\x7f','\xe3','\x58','\x06','\x43','\x58','\x06','\x33','\x58','\xff','\xdb','\x18','\x70','\x1b','\x18','\x01','\x83','\x18','\xff','\xfb','\x1a','\x21','\x83','\x0a','\x31','\x83','\x0a','\x31','\x83','\xee','\x01','\x9f','\x86','\x0f','\x8e','\x07','\x03','\x08','\x03','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xdf','\xff','\xf0','\x01','\x80','\x00','\x01','\x81','\x80','\x03','\xff','\xc0','\x03','\x21','\x80','\x06','\x19','\x82','\x06','\x09','\x82','\x3f','\xfd','\x83','\x1f','\x01','\xff','\x10','\x00','\xfe','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x04','\x20','\x06','\x06','\x30','\x48','\x0c','\x40','\x31','\x0f','\xfe','\x13','\x98','\x40','\x06','\x2f','\xfc','\x08','\x88','\x40','\xff','\xcf','\xfc','\x63','\x08','\x40','\x06','\x08','\x40','\x18','\x0f','\xfe','\x60','\x08','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x03','\x00','\x00','\x03','\xff','\x80','\x06','\x21','\x82','\x06','\x11','\x82','\x7f','\xfd','\x83','\x3f','\x01','\xff','\x20','\x00','\xfe','\x10','\x60','\xe0','\x1f','\xf0','\xc0','\x18','\x60','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe1','\x18','\x18','\x01','\x10','\x18','\x0f','\xfe','\x1f','\xe0','\xc0','\x3c','\x60','\xc4','\x2c','\x6f','\xfe','\x2c','\x60','\xc0','\x4f','\xe0','\xc0','\x8c','\x60','\xc0','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x01','\x80','\x00','\x01','\xff','\x80','\x03','\x21','\x80','\x03','\x19','\x82','\x06','\x09','\x82','\x7f','\xfd','\x83','\x3f','\x01','\xff','\x20','\x00','\xfe','\x04','\x1c','\x40','\x03','\x18','\x70','\x01','\x98','\x60','\x11','\x98','\xc0','\x10','\x19','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x60','\xe0','\xff','\xf0','\xc0','\x06','\x04','\xc0','\x06','\x06','\xc0','\x46','\x66','\xc0','\x7f','\xe4','\xcc','\x66','\x67','\xfe','\x66','\x6c','\xc0','\x66','\x68','\xc0','\x7f','\xf0','\xc0','\x66','\x60','\xcc','\x66','\x6f','\xfe','\x66','\x60','\xc0','\x7f','\xe0','\xc0','\x06','\x00','\xc0','\x26','\x00','\xc0','\x16','\x00','\xc6','\x1c','\x1f','\xff','\x0c','\x00','\x00','\x0e','\x00','\x00','\x1b','\xc0','\x00','\x11','\xff','\xff','\x20','\x3f','\xfe','\xc0','\x00','\x00','\x00','\x00','\xc0','\x0f','\xff','\xe0','\x00','\x01','\x80','\x00','\x43','\x00','\x00','\x34','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x00','\x30','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x00','\x00','\x10','\x00','\x80','\x1c','\x20','\x40','\x38','\x10','\x20','\x30','\x08','\x30','\x30','\x0c','\x18','\x60','\x06','\x18','\x40','\x06','\x00','\xc0','\x10','\x00','\x98','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x00','\x01','\x80','\x00','\x01','\x80','\x40','\xc3','\x40','\x7f','\xe3','\x40','\x64','\xc2','\x20','\x64','\xc6','\x30','\x64','\xc4','\x18','\x64','\xc8','\x1c','\x64','\xd0','\x0f','\x7f','\xe0','\x06','\x64','\xce','\x38','\x64','\xcc','\x30','\x64','\xcc','\x30','\x64','\xcc','\x30','\x64','\xcc','\x30','\x64','\xcc','\x30','\x7f','\xcc','\x30','\x60','\xcc','\x30','\x60','\x0c','\x30','\x00','\x08','\x30','\x00','\x18','\x30','\x00','\x10','\x30','\x00','\x20','\x30','\x00','\x40','\x30','\x00','\x07','\x38','\x00','\x06','\x30','\x40','\xc6','\x30','\x7f','\xe6','\x30','\x64','\xc6','\x30','\x64','\xc6','\x34','\x64','\xff','\xfe','\x64','\xc6','\x30','\x64','\xc6','\x30','\x7f','\xc6','\x30','\x64','\xc6','\x30','\x64','\xc6','\x30','\x64','\xc6','\x36','\x64','\xff','\xff','\x64','\xc6','\x30','\x64','\xc6','\x30','\x7f','\xc6','\x30','\x60','\xc6','\x30','\x60','\x0c','\x30','\x00','\x0c','\x30','\x00','\x08','\x30','\x00','\x18','\x30','\x00','\x10','\x30','\x00','\x60','\x30','\x00','\x01','\xc0','\x00','\x01','\x80','\x40','\xc1','\x80','\x7f','\xe1','\x80','\x64','\xc1','\x8c','\x64','\xdf','\xfe','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x7f','\xc1','\x80','\x64','\xc1','\x86','\x64','\xff','\xff','\x64','\xc3','\x40','\x64','\xc3','\x40','\x64','\xc3','\x40','\x64','\xc6','\x60','\x7f','\xc6','\x20','\x60','\xc4','\x30','\x60','\x0c','\x30','\x00','\x08','\x18','\x00','\x10','\x1f','\x00','\x20','\x0e','\x00','\xc0','\x06','\x00','\x01','\x80','\x00','\x01','\x80','\x40','\xc3','\x40','\x7f','\xe3','\x40','\x64','\xc2','\x20','\x64','\xc6','\x30','\x64','\xc4','\x18','\x64','\xc9','\x1c','\x64','\xd1','\xcf','\x7f','\xe3','\x86','\x64','\xc3','\x00','\x64','\xc6','\x20','\x64','\xcc','\x38','\x64','\xd0','\x70','\x64','\xc0','\xe0','\x64','\xc1','\x88','\x7f','\xc3','\x0e','\x60','\xcc','\x1c','\x60','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x07','\x00','\x40','\x06','\x00','\x70','\x06','\x00','\x60','\x06','\x18','\x60','\xff','\xfc','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x00','\x00','\x60','\x40','\x30','\x60','\x7f','\xf8','\xc0','\x62','\x30','\xc0','\x62','\x30','\xc0','\x62','\x30','\xc0','\x62','\x30','\xc0','\x62','\x30','\x80','\x7f','\xf0','\x80','\x62','\x30','\x88','\x62','\x31','\x84','\x62','\x31','\x04','\x62','\x31','\x06','\x62','\x31','\x3e','\x7f','\xf7','\xe3','\x60','\x33','\x83','\x60','\x32','\x03','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\xe1','\x00','\x00','\x80','\xc0','\x01','\x00','\x70','\x3f','\xff','\xb8','\x1f','\x80','\x18','\x10','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xe1','\x00','\x01','\xc0','\x80','\x03','\x80','\x60','\x06','\x00','\x38','\x0f','\xff','\xff','\x36','\x18','\x6e','\xc6','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\xe0','\x00','\x00','\xc0','\x40','\xc0','\xc0','\x7f','\xe0','\xc0','\x64','\xc0','\xc6','\x64','\xff','\xff','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc3','\x44','\x7f','\xc3','\x47','\x64','\xc6','\x46','\x64','\xc6','\x24','\x64','\xce','\x28','\x64','\xd6','\x20','\x64','\xe6','\x30','\x64','\xc6','\x10','\x7f','\xc6','\x18','\x60','\xc6','\x18','\x00','\x06','\x0c','\x00','\x06','\xcf','\x00','\x3f','\x06','\x00','\x1c','\x06','\x00','\x10','\x00','\x00','\x00','\xe0','\x00','\x00','\xc0','\x40','\xc0','\xc0','\x7f','\xe0','\xcc','\x64','\xcf','\xfe','\x64','\xc0','\xc0','\x64','\xc0','\xc0','\x64','\xc0','\xc0','\x64','\xc0','\xc6','\x64','\xdf','\xff','\x7f','\xc0','\x00','\x64','\xc0','\x18','\x64','\xc0','\x1a','\x64','\xdf','\xff','\x64','\xc0','\x18','\x64','\xc8','\x18','\x64','\xc6','\x18','\x7f','\xc3','\x18','\x60','\xc3','\x18','\x60','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x80','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x81','\xc0','\x06','\x43','\x80','\x38','\x6e','\x00','\x00','\x3c','\x00','\x00','\xe7','\x00','\x03','\x81','\xf0','\x1e','\x00','\x7f','\xe3','\xff','\xce','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\x80','\x00','\x01','\x80','\x40','\xc3','\x40','\x7f','\xe3','\x40','\x64','\xc2','\x20','\x64','\xc6','\x30','\x64','\xc4','\x18','\x64','\xc8','\x1c','\x64','\xd0','\x0f','\x7f','\xef','\xf6','\x64','\xc1','\x80','\x64','\xc1','\x80','\x64','\xc1','\x8c','\x64','\xff','\xfe','\x64','\xc1','\x80','\x64','\xc1','\x80','\x7f','\xd1','\x90','\x60','\xdd','\x88','\x60','\x19','\x8c','\x00','\x31','\x86','\x00','\x21','\x86','\x00','\x41','\x86','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x01','\xc0','\x00','\x01','\x80','\x40','\xc1','\x86','\x7f','\xff','\xff','\x64','\xc1','\x80','\x64','\xc3','\x40','\x64','\xc3','\x30','\x64','\xc6','\x18','\x64','\xc8','\x18','\x64','\xc0','\x06','\x7f','\xff','\xff','\x64','\xc0','\x0c','\x64','\xc0','\x0c','\x64','\xc8','\xcc','\x64','\xcf','\xcc','\x64','\xcc','\xcc','\x64','\xcc','\xcc','\x7f','\xcc','\xcc','\x60','\xcf','\xcc','\x60','\x0c','\xcc','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x04','\x1c','\x40','\x03','\x18','\x70','\x01','\x98','\x60','\x11','\x98','\xc0','\x10','\x19','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x62','\x00','\xc4','\x63','\xff','\xe8','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x03','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x1f','\xfc','\x43','\x18','\x8c','\x7f','\x18','\x8c','\x63','\x1f','\xfc','\x60','\x18','\x8c','\x60','\x18','\x8c','\x63','\x1f','\xfc','\xff','\x00','\x00','\xc3','\xff','\xff','\x23','\x00','\x00','\x23','\x1f','\xfc','\xfb','\x18','\x8c','\x23','\x18','\x8c','\x23','\x1f','\xfc','\x2b','\x18','\x8c','\xf3','\x18','\x8c','\x43','\x1f','\xfc','\x07','\x00','\x00','\x06','\x00','\x06','\x3e','\x7f','\xff','\x0c','\x00','\x00','\x00','\x01','\x80','\x00','\x01','\x00','\x41','\x3f','\xfc','\x7f','\x81','\x00','\x49','\x01','\x00','\x49','\x1f','\xf8','\x49','\x00','\x02','\x49','\x7f','\xff','\x49','\x00','\x02','\x7f','\x1f','\xf4','\x49','\x01','\x00','\x49','\x01','\x00','\x49','\x3f','\xf8','\x49','\x00','\x00','\x49','\xff','\xff','\x49','\x00','\x0c','\x7f','\x00','\x0c','\x41','\x7e','\xff','\x40','\x66','\x0c','\x00','\x66','\xcc','\x00','\x66','\x4c','\x00','\x7e','\x0c','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x03','\x80','\x00','\x03','\x00','\x40','\xc3','\x04','\x7f','\xff','\xfe','\x64','\xc3','\x00','\x64','\xc3','\x08','\x64','\xdf','\xfc','\x64','\xc3','\x00','\x64','\xc3','\x00','\x7f','\xc3','\x04','\x64','\xff','\xfe','\x64','\xc6','\x00','\x64','\xc6','\x18','\x64','\xc4','\x1a','\x64','\xff','\xff','\x64','\xcc','\x18','\x7f','\xca','\x18','\x60','\xd9','\x18','\x60','\x11','\x98','\x00','\x31','\x98','\x00','\x20','\x18','\x00','\x40','\x18','\x01','\x80','\xf8','\x00','\x00','\x30','\x02','\x00','\x40','\x03','\xff','\xe0','\x02','\x10','\x40','\x03','\xff','\xc0','\x02','\x10','\x40','\x03','\xff','\xc0','\x00','\x00','\x00','\x1f','\xe7','\xf8','\x12','\x24','\x88','\x1f','\xe7','\xf8','\x12','\x24','\x88','\x1f','\xe7','\xf8','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xc3','\xff','\xc4','\xc3','\x00','\xc8','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x02','\x00','\x40','\x03','\xff','\xe0','\x02','\x10','\x40','\x03','\xff','\xc0','\x02','\x10','\x40','\x03','\xff','\xc0','\x00','\x00','\x00','\x3f','\xc3','\xfc','\x24','\x42','\x44','\x3f','\xc3','\xfc','\x24','\x42','\x44','\x3f','\xc3','\xfc','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x61','\x80','\x06','\xc1','\x81','\x84','\xc3','\xff','\xc8','\x03','\x01','\x80','\x06','\x61','\x80','\x06','\x33','\x80','\x00','\x33','\x00','\x00','\x03','\x06','\xff','\xff','\xff','\x04','\x00','\x20','\x07','\xff','\xf0','\x04','\x10','\x20','\x07','\xff','\xe0','\x04','\x10','\x20','\x04','\x10','\x20','\x07','\xff','\xe0','\x18','\x00','\x18','\x06','\x00','\x60','\x00','\xe7','\x00','\x0f','\x00','\xf0','\x24','\x00','\x36','\x3f','\xff','\xff','\x60','\x00','\x06','\xc3','\xff','\xc4','\xc3','\x00','\xc8','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x00','\x00','\x6c','\x00','\x06','\x6c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\xfc','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x10','\x01','\x80','\x30','\x01','\x80','\x20','\x01','\x80','\x40','\x01','\x80','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x10','\x00','\x4c','\x1c','\x00','\x6c','\x18','\x00','\x6c','\x18','\xc0','\x0c','\x3f','\xe0','\x0c','\x30','\xc0','\x0c','\x61','\x80','\xfc','\x41','\x80','\x6c','\x83','\x00','\x4d','\x03','\x80','\x0c','\x06','\x80','\x18','\x04','\xc0','\x18','\x0c','\x40','\x10','\x18','\x60','\x30','\x30','\x30','\x20','\x60','\x38','\x40','\xc0','\x1f','\x01','\x80','\x0e','\x06','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x03','\x80','\x6c','\x03','\x00','\x6c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xe3','\x0e','\x0c','\xc3','\x0c','\xfc','\xc3','\x0c','\x6c','\xc3','\x0c','\x4c','\xc3','\x0c','\x0c','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x10','\xc3','\x0c','\x30','\xc3','\x0c','\x20','\xc3','\x0c','\x40','\xff','\xfc','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x06','\x00','\x8c','\x06','\x00','\x4c','\x0d','\x00','\x6c','\x0c','\x80','\x6c','\x18','\x60','\x0c','\x30','\x38','\x0c','\x60','\x1f','\x0d','\x80','\x06','\xfc','\x38','\x70','\x6c','\x30','\x60','\x4c','\x30','\x60','\x0c','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x10','\x30','\x60','\x30','\x60','\x60','\x20','\x60','\x60','\x40','\x40','\x60','\x00','\x80','\x60','\x03','\x00','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x1c','\x80','\x4c','\x18','\x60','\x6c','\x18','\x20','\x6c','\x18','\x0c','\x0d','\xff','\xfe','\x0c','\x18','\x00','\x0c','\x19','\xc0','\xfc','\x19','\x80','\x6c','\x19','\x80','\x4c','\x19','\x80','\x0c','\x19','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x10','\x31','\x82','\x30','\x61','\x82','\x20','\x61','\x82','\x40','\xc1','\x83','\x01','\x81','\xff','\x06','\x00','\xfe','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\xe0','\x00','\x6c','\xc0','\x00','\x6c','\xc0','\x86','\x0c','\xcc','\xff','\x0f','\xfe','\xc6','\x0c','\xcc','\xc6','\xfc','\xcc','\xc6','\x6c','\xcc','\xc6','\x4c','\xcc','\xc6','\x0c','\xcc','\xc6','\x18','\xcc','\xc6','\x18','\xcc','\xc6','\x11','\x8c','\xc6','\x31','\x8c','\xc6','\x21','\x1c','\xfe','\x43','\x18','\xc6','\x02','\x78','\xc6','\x0c','\x30','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x70','\x70','\x6c','\x60','\x60','\x6c','\x60','\x66','\x0f','\xff','\xff','\x0c','\x60','\x60','\x0c','\x60','\x60','\xfc','\x60','\x60','\x6c','\x60','\x60','\x4c','\x60','\x60','\x0c','\x7f','\xe0','\x18','\x60','\x60','\x18','\x60','\x60','\x10','\x60','\x60','\x30','\x60','\x60','\x20','\x60','\x60','\x40','\x7f','\xe0','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x06','\x00','\x6c','\x06','\x0c','\x6d','\xff','\xfe','\x0c','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\xfc','\x08','\x80','\x6c','\x90','\xe0','\x4c','\x61','\xc0','\x0c','\x31','\x80','\x18','\x33','\x00','\x18','\x06','\x00','\x10','\x04','\x20','\x30','\x08','\x10','\x20','\x10','\x18','\x41','\xff','\xfc','\x00','\xf8','\x0c','\x00','\x80','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x38','\xe0','\x6c','\x30','\xc0','\x6c','\x30','\xc0','\x0d','\x30','\xc4','\x0d','\x34','\xc7','\x0d','\x3e','\xce','\xfd','\x30','\xd8','\x6d','\x30','\xe0','\x4d','\x30','\xc0','\x0d','\x30','\xc0','\x19','\x30','\xc0','\x19','\x30','\xc0','\x11','\x30','\xc2','\x31','\x30','\xc2','\x21','\x3e','\xc2','\x4f','\xf0','\xc3','\x07','\x80','\xff','\x04','\x00','\x7e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x40','\x30','\x6c','\x7f','\xf8','\x6c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\xfc','\x7f','\xf0','\x6c','\x60','\x30','\x4c','\x60','\x30','\x0c','\x60','\x30','\x18','\x60','\x30','\x18','\x7f','\xf0','\x10','\x60','\x30','\x30','\x60','\x30','\x20','\x60','\x30','\x40','\x60','\x36','\x07','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x40','\x30','\x6c','\x7f','\xf8','\x6c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\x0c','\x60','\x30','\xfc','\x7f','\xf0','\x6c','\x60','\x30','\x4c','\x60','\x30','\x0c','\x60','\x30','\x18','\x60','\x30','\x18','\x60','\x30','\x10','\x7f','\xf0','\x30','\x60','\x30','\x20','\x00','\x00','\x40','\x00','\x06','\x07','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x10','\x00','\x8c','\x1c','\x00','\x4c','\x18','\x60','\x6c','\x3f','\xf0','\x6c','\x30','\x60','\x0c','\x68','\xc0','\x0c','\xc5','\x80','\x0d','\x03','\x00','\xfc','\x07','\x80','\x6c','\x0c','\xe0','\x4c','\x18','\x7f','\x0c','\x60','\x1e','\x1b','\x8e','\x06','\x18','\x03','\x80','\x10','\x01','\x80','\x30','\x00','\x00','\x20','\x3c','\x00','\x40','\x07','\xc0','\x00','\x01','\xe0','\x00','\x00','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x20','\x00','\x8c','\x38','\x00','\x4c','\x30','\x18','\x6c','\x3f','\xfc','\x6c','\x60','\x18','\x0c','\x40','\x18','\x0c','\xff','\x18','\x0d','\x03','\x18','\xfe','\x03','\x18','\x6c','\x03','\x18','\x4c','\x43','\x18','\x18','\x7f','\x38','\x18','\x60','\x30','\x18','\x61','\xf0','\x10','\x60','\x62','\x30','\x60','\x02','\x20','\x60','\x02','\x40','\x60','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x00','\x0e','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x06','\x0c','\x6f','\xff','\xfe','\x6c','\x06','\x00','\x0c','\x06','\x18','\x0d','\xff','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\xfc','\xff','\xf8','\x6c','\xc6','\x00','\x4c','\xc6','\x0c','\x0d','\xff','\xfe','\x19','\x8d','\x0c','\x18','\x0d','\x0c','\x10','\x18','\xbc','\x30','\x18','\xd8','\x20','\x30','\x70','\x40','\x60','\x3c','\x01','\x80','\x1f','\x06','\x00','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x06','\x00','\x4c','\x06','\x00','\x6c','\x0d','\x00','\x6c','\x18','\x80','\x0c','\x30','\x60','\x0c','\x60','\x38','\x0c','\xc0','\x1f','\xff','\x3f','\xe6','\x6c','\x06','\x00','\x4c','\x06','\x00','\x0c','\x06','\x30','\x18','\xff','\xf8','\x18','\x06','\x00','\x10','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x0c','\x03','\xff','\xfe','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x40','\x8c','\x40','\x70','\x4c','\x30','\x60','\x6c','\x18','\x40','\x6c','\x18','\x98','\x0c','\xff','\xfc','\x0c','\x06','\x00','\x0c','\x06','\x00','\xfc','\x06','\x18','\x6c','\xff','\xfc','\x4c','\x06','\x00','\x0c','\x06','\x00','\x18','\x06','\x06','\x1b','\xff','\xff','\x10','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4d','\xff','\xfc','\x6c','\x42','\x10','\x6c','\x63','\x18','\x0c','\xc6','\x30','\x0c','\x84','\x20','\x0d','\x08','\x40','\xfc','\x84','\x20','\x6c','\x42','\x10','\x4c','\x63','\x18','\x0c','\x63','\x18','\x18','\x00','\x00','\x19','\xff','\xfc','\x10','\x06','\x00','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x06','\x07','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x06','\x00','\x6c','\x06','\x0c','\x6d','\xff','\xfe','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\xfc','\x06','\x18','\x6c','\xff','\xfc','\x4c','\x00','\x00','\x0c','\x04','\x00','\x18','\x1b','\x00','\x18','\x99','\x90','\x10','\x99','\x8c','\x31','\x98','\x26','\x21','\x98','\x23','\x43','\x18','\x33','\x03','\x1f','\xf0','\x00','\x0f','\xe0','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x0c','\x4d','\xff','\xfe','\x6c','\x03','\x00','\x6c','\x07','\x00','\x0c','\x0e','\x00','\x0c','\x1e','\x70','\x0c','\x36','\x1c','\xfc','\x66','\x0e','\x6d','\x86','\x06','\x4c','\x06','\x00','\x0c','\x06','\x00','\x18','\x80','\x18','\x18','\xff','\xfc','\x10','\xc0','\x18','\x30','\xc0','\x18','\x20','\xc0','\x18','\x40','\xc0','\x18','\x00','\xff','\xf8','\x00','\xc0','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4d','\x18','\x06','\x6d','\xff','\xff','\x6d','\x98','\x0c','\x0d','\x98','\x0c','\x0d','\x93','\xcc','\x0d','\x92','\x4c','\xfd','\xa2','\x4c','\x6d','\x92','\x4c','\x4d','\x92','\x4c','\x0d','\x9a','\x4c','\x19','\x9a','\x4c','\x19','\x9b','\xcc','\x11','\x98','\x0c','\x31','\xf8','\x0c','\x21','\xb0','\x0c','\x41','\x80','\x0c','\x01','\x80','\x7c','\x01','\x80','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\xe0','\x4c','\x07','\xf0','\x6c','\xfe','\x00','\x6c','\x06','\x06','\x0f','\xff','\xff','\x0c','\x1e','\x80','\x0c','\x36','\x60','\xfc','\x66','\x38','\x6c','\xc6','\x1f','\x4f','\x06','\x06','\x0c','\x18','\x00','\x1b','\xff','\xfe','\x18','\x30','\x60','\x10','\x60','\xc0','\x30','\xff','\x80','\x20','\xc3','\xe0','\x40','\x0e','\x78','\x00','\x38','\x1c','\x03','\xc0','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x80','\x0c','\x4c','\xff','\xfe','\x6c','\xc0','\x0c','\x6c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xdf','\xec','\x0c','\xc3','\x0c','\xfc','\xc3','\x0c','\x6c','\xc3','\x0c','\x4c','\xcf','\xcc','\x0c','\xc8','\x4c','\x18','\xc8','\x4c','\x18','\xc8','\x4c','\x10','\xc8','\x4c','\x30','\xcf','\xcc','\x20','\xc0','\x0c','\x40','\xc0','\x0c','\x00','\xff','\xfc','\x00','\xc0','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x00','\x4c','\x06','\x0c','\x6d','\xff','\xfe','\x6c','\x00','\x00','\x0c','\x20','\x80','\x0c','\x38','\xe0','\x0c','\x30','\xc0','\xfc','\x60','\xc0','\x6c','\x58','\xb0','\x4c','\x8d','\x18','\x0d','\x00','\x18','\x18','\x06','\x00','\x18','\x06','\x06','\x13','\xff','\xff','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x07','\x10','\x4c','\x46','\x1c','\x6c','\x46','\x18','\x6c','\xc6','\x20','\x0c','\xcd','\x80','\x0c','\x0c','\x60','\x0c','\x18','\x38','\xfc','\x60','\x1c','\x6d','\x80','\x0c','\x4c','\x07','\x00','\x0c','\x46','\x10','\x18','\x46','\x1c','\x18','\xc6','\x18','\x11','\xcd','\x10','\x31','\x8c','\xa0','\x20','\x1c','\xc0','\x40','\x38','\x70','\x00','\xe0','\x3f','\x07','\x00','\x0e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x04','\x00','\x8c','\x07','\x00','\x4c','\x86','\x0c','\x6c','\xff','\xfe','\x6c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xff','\xfc','\x0c','\xc3','\x0c','\xfc','\xc3','\x0c','\x6c','\xff','\xfc','\x4c','\x10','\x00','\x0c','\x18','\x00','\x18','\x31','\xc0','\x18','\x41','\x86','\x13','\xff','\xff','\x30','\x01','\x80','\x20','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x70','\x70','\x4c','\x60','\x60','\x6c','\x60','\x60','\x6c','\x66','\x66','\x0f','\xff','\xff','\x0c','\x60','\x60','\x0c','\x60','\x60','\xfd','\x69','\x68','\x6d','\x69','\x68','\x4d','\x69','\x68','\x0d','\x69','\x68','\x19','\x69','\x68','\x19','\x69','\x6a','\x11','\x69','\x6a','\x33','\x6b','\x6a','\x22','\x62','\x6f','\x42','\x62','\x67','\x04','\x64','\x60','\x00','\x60','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x70','\x70','\x4c','\x60','\x60','\x6c','\x60','\x60','\x6c','\x66','\x66','\x0f','\xff','\xff','\x0c','\x60','\x60','\x0c','\x60','\x60','\xfc','\xf0','\xf0','\x6c','\xe8','\xf0','\x4c','\xec','\xf0','\x0d','\xed','\xe8','\x19','\x61','\x68','\x19','\x61','\x6c','\x13','\x63','\x67','\x32','\x62','\x66','\x24','\x64','\x62','\x40','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x80','\x30','\x4c','\xff','\xf8','\x6c','\xc0','\x30','\x6c','\xc1','\x30','\x0c','\xc7','\xb0','\x0c','\xdc','\x30','\x0c','\xc4','\x30','\xfc','\xdf','\xb0','\x6c','\xd4','\xb0','\x4c','\xd4','\xb0','\x0c','\xd4','\xb0','\x18','\xdf','\xb0','\x18','\xc4','\x10','\x11','\x84','\x12','\x31','\x85','\x1a','\x21','\x04','\xca','\x43','\x7f','\x6e','\x02','\x38','\x67','\x04','\x00','\x03','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x3f','\xe0','\x4c','\x30','\x60','\x6c','\x30','\x60','\x6c','\x3f','\xe0','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x3f','\xe0','\xfc','\x00','\x06','\x6d','\xff','\xff','\x4c','\x30','\x00','\x0c','\x20','\x0c','\x18','\x7f','\xfe','\x18','\x48','\x8c','\x10','\x98','\x8c','\x33','\x11','\x0c','\x20','\x21','\x1c','\x40','\xc2','\x18','\x00','\x0c','\xf8','\x00','\x00','\x30','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x06','\x00','\x8c','\x0e','\x00','\x4c','\x0d','\x00','\x6c','\x18','\xc0','\x6c','\x30','\x78','\x0c','\xcf','\x9f','\x0f','\x00','\x06','\x0c','\x00','\x00','\xfc','\xfc','\x0e','\x6c','\x84','\xcc','\x4c','\x84','\xcc','\x0c','\xfc','\xcc','\x18','\x84','\xcc','\x18','\x84','\xcc','\x10','\xfc','\xcc','\x30','\x84','\xcc','\x20','\x84','\x0c','\x40','\x84','\x0c','\x00','\x9c','\x7c','\x00','\x8c','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\x3f','\xf0','\x6c','\x30','\x30','\x6c','\x30','\x30','\x0c','\x3f','\xf0','\x0c','\x30','\x30','\x0c','\x30','\x30','\xfc','\x3f','\xf0','\x6c','\x00','\x00','\x4c','\x00','\x00','\x0c','\x80','\x0c','\x18','\xff','\xfe','\x18','\xcc','\xcc','\x10','\xcc','\xcc','\x30','\xcc','\xcc','\x20','\xcc','\xcc','\x40','\xcc','\xce','\x03','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x06','\x10','\x4c','\x07','\xf8','\x6c','\x86','\x02','\x6c','\xff','\xff','\x0c','\xc0','\x06','\x0c','\xc6','\x04','\x0c','\xc7','\xe0','\xfc','\xfe','\x08','\x6c','\xc6','\x0c','\x4c','\xc3','\xfc','\x0c','\xc0','\x00','\x18','\xa0','\x00','\x18','\xbf','\xfc','\x11','\xb0','\x00','\x31','\x3f','\xfc','\x22','\x30','\x00','\x44','\x30','\x00','\x00','\x3f','\xfc','\x00','\x30','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x06','\x00','\x4d','\xe6','\x3c','\x6c','\x0d','\x00','\x6c','\x0d','\x80','\x0d','\xf8','\xfc','\x0c','\x30','\x60','\x0c','\x60','\x38','\xfc','\xc0','\x1f','\x6f','\x7f','\xf6','\x4c','\x60','\x30','\x0c','\x60','\x30','\x18','\x7f','\xf0','\x18','\x60','\x30','\x10','\x60','\x30','\x30','\x7f','\xf0','\x20','\x60','\x30','\x40','\x60','\x30','\x00','\x61','\xf0','\x00','\x60','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x06','\x00','\x8c','\x0d','\x00','\x4c','\x18','\xc0','\x6c','\x30','\x78','\x6c','\xcf','\x9f','\x0f','\x00','\x06','\x0c','\x7f','\xf0','\x0c','\x60','\x30','\xfc','\x60','\x30','\x6c','\x7f','\xf0','\x4c','\x60','\x30','\x0c','\x60','\x30','\x18','\xff','\xf0','\x18','\xc0','\x00','\x10','\x80','\x00','\x31','\xbf','\xf8','\x21','\x30','\x18','\x42','\x30','\x18','\x04','\x3f','\xf8','\x00','\x30','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x20','\x00','\x8c','\x38','\x98','\x4c','\x30','\xfc','\x6c','\xa4','\x98','\x6c','\xfe','\x98','\x0c','\x8c','\x98','\x0c','\xcd','\x9f','\x0c','\xad','\x0f','\xfc','\xae','\x00','\x6c','\x8c','\x0c','\x4f','\xfd','\xfe','\x0d','\x8c','\x8c','\x18','\x8c','\x8c','\x18','\xac','\x58','\x11','\xac','\x58','\x31','\x2c','\x30','\x21','\x0c','\x70','\x43','\x0c','\x5c','\x02','\x3c','\x8f','\x04','\x1b','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x08','\x00','\x4c','\x9c','\x06','\x6c','\xf3','\xff','\x6c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc8','\x46','\x0c','\xcc','\xc6','\xfc','\xf4','\x9e','\x6d','\xc1','\x0c','\x4c','\x80','\x00','\x0c','\x7f','\xfc','\x18','\x61','\x0c','\x18','\x61','\x0c','\x10','\x7f','\xfc','\x30','\x61','\x0c','\x20','\x61','\x0c','\x40','\x61','\x0c','\x00','\x7f','\xfc','\x00','\x60','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x03','\x80','\x4c','\x03','\x0c','\x6c','\xff','\xfe','\x6c','\x10','\x20','\x0c','\x08','\x42','\x0d','\xff','\xff','\x0c','\x00','\x00','\xfc','\x7f','\xf8','\x6c','\x60','\x18','\x4c','\x7f','\xf8','\x0c','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x10','\x03','\x00','\x30','\x03','\x06','\x21','\xff','\xff','\x40','\x03','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x00','\x0e','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x8c','\xff','\xf8','\x4c','\xc2','\x18','\x6c','\xc2','\x18','\x6c','\xff','\xf8','\x0c','\xc2','\x18','\x0c','\xc2','\x18','\x0c','\xff','\xf8','\xfc','\x0c','\x00','\x6c','\x88','\x80','\x4c','\x71','\xc0','\x0c','\x33','\x10','\x18','\x04','\x0c','\x1b','\xff','\xf6','\x11','\xfe','\x06','\x30','\x06','\x00','\x20','\x46','\x60','\x40','\x66','\x18','\x00','\xc6','\x0c','\x03','\x06','\x0c','\x00','\x0e','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x0c','\x02','\x00','\x8c','\x7f','\xf0','\x4c','\x42','\x16','\x6f','\xff','\xff','\x6c','\x42','\x10','\x0c','\x7f','\xf0','\x0c','\x02','\x00','\x0c','\x7f','\xf0','\xfc','\x42','\x10','\x6c','\x42','\x10','\x4c','\x7f','\xf0','\x0c','\x08','\x00','\x18','\x0c','\x06','\x1f','\xff','\xff','\x10','\x38','\x60','\x30','\x70','\xc0','\x20','\x6d','\x80','\x40','\x07','\xe0','\x00','\x1c','\x78','\x01','\xe0','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x00','\x00','\x4c','\xfc','\xfc','\x6c','\xc4','\x8c','\x6c','\xc4','\x8c','\x0c','\xfc','\xfc','\x0c','\xc4','\x8c','\x0c','\xc4','\x8c','\xfc','\xfc','\xfc','\x6c','\xc0','\x0c','\x4c','\xcf','\xcc','\x0c','\xc8','\x4c','\x18','\xc8','\x4c','\x18','\xcf','\xcc','\x10','\xc8','\x4c','\x30','\xc8','\x4c','\x20','\xcf','\xcc','\x40','\xc0','\x0c','\x00','\xc0','\x3c','\x00','\xc0','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x06','\x20','\x4c','\xff','\x30','\x6c','\x0d','\x44','\x6e','\x18','\x86','\x0d','\x98','\xc8','\x0c','\xb0','\x60','\x0c','\x60','\x38','\xfc','\xff','\xff','\x6f','\x18','\xce','\x4c','\x18','\xc0','\x0c','\x18','\xc0','\x19','\xff','\xfc','\x18','\x18','\xc0','\x10','\x18','\xc0','\x30','\x30','\xc2','\x20','\x30','\xc2','\x40','\x60','\xc3','\x00','\xc0','\xff','\x03','\x00','\x7e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x10','\x20','\x4c','\x52','\xa4','\x6c','\x54','\xa8','\x6c','\xb0','\x60','\x0c','\x2c','\x58','\x0c','\x44','\x88','\x0c','\x80','\x06','\xfc','\xff','\xff','\x6d','\x80','\x06','\x4d','\x86','\x04','\x0c','\x06','\x18','\x18','\xff','\xfc','\x18','\x0c','\x18','\x10','\x0c','\x18','\x30','\x18','\x18','\x20','\x18','\x38','\x40','\x30','\x30','\x00','\x61','\xf0','\x01','\x80','\x60','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8d','\x04','\x98','\x4d','\xfe','\xfc','\x6d','\x04','\x98','\x6d','\x04','\x98','\x0d','\xfc','\x98','\x0d','\x00','\x9f','\x0d','\x48','\x8f','\xfd','\x49','\x00','\x6d','\xfc','\x0c','\x4d','\x49','\xfe','\x0d','\x48','\x8c','\x19','\x48','\x8c','\x1b','\xfe','\x58','\x12','\x00','\x58','\x32','\x48','\x30','\x26','\x66','\x70','\x44','\xc2','\x5c','\x08','\x80','\x8f','\x01','\x03','\x06','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x18','\x60','\x4d','\xff','\xfe','\x6c','\x10','\x40','\x6c','\x10','\x40','\x0c','\x7f','\xf8','\x0c','\x42','\x08','\x0c','\x7f','\xf8','\xfc','\x42','\x08','\x6c','\x42','\x08','\x4c','\x7f','\xf8','\x0d','\x02','\x06','\x19','\xff','\xff','\x19','\x82','\x06','\x11','\x82','\x46','\x31','\x82','\x26','\x21','\xbf','\xe6','\x41','\x9c','\x26','\x01','\x80','\x1e','\x01','\x80','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\xc0','\x0c','\x4c','\x89','\xfe','\x6c','\x9c','\x18','\x6c','\xe0','\x90','\x0c','\x88','\x60','\x0c','\x8c','\x22','\x0c','\x7d','\xff','\xfc','\x00','\x26','\x6c','\x80','\x24','\x4c','\xf9','\x20','\x0c','\xa1','\x24','\x19','\x21','\x3e','\x1b','\xfd','\x20','\x10','\x21','\x20','\x30','\x61','\x20','\x20','\x5b','\xa0','\x40','\x4a','\x60','\x00','\x82','\x3f','\x03','\x04','\x0e','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x20','\x20','\x8c','\x30','\x60','\x4d','\xff','\xfc','\x6c','\x02','\x00','\x6c','\xff','\xf8','\x0c','\x02','\x00','\x0f','\xff','\xfe','\x0c','\x18','\x40','\xfc','\x32','\x20','\x6c','\x7f','\xf8','\x4c','\xe0','\x2f','\x0f','\x3f','\xe6','\x18','\x20','\x20','\x18','\x20','\x20','\x10','\x3f','\xe8','\x30','\x20','\x0c','\x20','\x21','\x98','\x41','\xfe','\x70','\x00','\xf0','\x1c','\x00','\x80','\x0c','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x3f','\xf8','\x4c','\x81','\x02','\x6c','\xff','\xff','\x6d','\x81','\x02','\x0d','\xb9','\x38','\x0c','\x01','\x00','\x0c','\x79','\x3c','\xfc','\x20','\x80','\x6c','\x30','\xc0','\x4c','\x7f','\xfe','\x0c','\x60','\x80','\x18','\xff','\xfc','\x19','\x60','\x80','\x12','\x60','\x80','\x30','\x7f','\xfc','\x20','\x60','\x80','\x40','\x60','\x82','\x00','\x7f','\xff','\x00','\x60','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x30','\x02','\x4c','\x21','\xff','\x6f','\xfe','\x30','\x6c','\x20','\x20','\x0c','\x20','\xfe','\x0d','\xfc','\x82','\x0d','\x24','\x82','\xfd','\x24','\xfe','\x6d','\x24','\x82','\x4d','\xfc','\x82','\x0c','\x20','\xfe','\x18','\x70','\x82','\x18','\x68','\x82','\x10','\xac','\xfe','\x30','\xa4','\x00','\x21','\x24','\x48','\x42','\x20','\x66','\x00','\x20','\xc3','\x00','\x21','\x03','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x10','\x30','\x4c','\x78','\x20','\x6d','\xc3','\xfe','\x6c','\x40','\x20','\x0c','\x43','\xfe','\x0f','\xf8','\x20','\x0c','\x47','\xff','\xfc','\x40','\x00','\x6c','\xe1','\xfc','\x4c','\xd9','\x04','\x0c','\xc9','\xfc','\x19','\x41','\x04','\x19','\x41','\xfc','\x12','\x41','\x04','\x34','\x41','\xfc','\x20','\x40','\x80','\x40','\x40','\xc8','\x00','\x41','\x86','\x00','\x42','\x02','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x80','\x00','\x4c','\xff','\xfe','\x6c','\x84','\x10','\x6c','\x84','\x10','\x0c','\xbf','\x7e','\x0c','\x8c','\x30','\x0c','\x8f','\x38','\xfc','\x95','\x57','\x6c','\xa4','\x92','\x4c','\x84','\x10','\x0c','\x80','\x00','\x19','\x80','\xe0','\x19','\x1c','\xcc','\x11','\x18','\xfe','\x33','\x18','\xc0','\x22','\x18','\xc0','\x44','\x18','\xc6','\x08','\xff','\xff','\x00','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x40','\x04','\x4c','\x60','\x86','\x6c','\x7e','\x44','\x6c','\xc4','\x4c','\x0c','\x88','\x08','\x0d','\xfe','\xfe','\x0e','\x92','\x10','\xfc','\x92','\x10','\x6c','\xfe','\x10','\x4c','\x92','\xfe','\x0c','\x92','\x10','\x18','\x92','\x10','\x18','\xfe','\x10','\x10','\x01','\xff','\x31','\x00','\x10','\x21','\x52','\x10','\x43','\x49','\x10','\x06','\x49','\x10','\x06','\x00','\x10','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x92','\x44','\x4c','\x92','\x66','\x6d','\x24','\x64','\x6c','\x92','\x48','\x0c','\x92','\x7f','\x0c','\x00','\xc8','\x0c','\xfc','\xc8','\xfc','\x85','\x48','\x6c','\xfc','\x7e','\x4c','\x00','\x48','\x0d','\xfe','\x48','\x19','\x22','\x48','\x19','\x22','\x7e','\x11','\xfe','\x48','\x31','\x00','\x48','\x21','\x04','\x48','\x41','\x06','\x48','\x01','\xfe','\x7f','\x00','\xfc','\x40','\x00','\x0e','\x00','\x00','\x0c','\x00','\x08','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x8c','\x30','\x02','\x4c','\x21','\xff','\x6f','\xfe','\x30','\x6c','\x20','\x20','\x0d','\xfc','\xfe','\x0d','\x04','\x82','\x0d','\xfc','\x82','\xfd','\x04','\xfe','\x6d','\x04','\x82','\x4d','\xfc','\x82','\x0d','\x04','\xfe','\x19','\x04','\x82','\x19','\xfc','\x82','\x10','\x00','\xfe','\x37','\xff','\x00','\x21','\x10','\x48','\x41','\x8c','\x66','\x03','\x04','\xc3','\x04','\x01','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x40','\x3f','\xf8','\x60','\x00','\x34','\xc0','\x00','\x65','\x08','\x10','\x62','\x0c','\x0c','\xc3','\x18','\x05','\x81','\xa0','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x00','\x38','\x18','\x00','\x1f','\x30','\x00','\x0e','\xc0','\x00','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x18','\x40','\x3f','\xf8','\x60','\x00','\x34','\xc0','\x00','\x65','\x08','\x10','\x62','\x0c','\x0c','\xc3','\x18','\x05','\x81','\xa0','\x03','\x00','\xc0','\x06','\x00','\x60','\x0c','\x01','\xb8','\x1b','\xff','\xdf','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x34','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\xc0','\x01','\x80','\xfc','\x06','\x00','\x78','\x38','\x00','\x18','\x00','\x18','\x20','\x1f','\xf8','\x30','\x00','\x34','\x64','\x10','\x62','\x86','\x0c','\xc1','\x0c','\x05','\x80','\xd0','\x03','\x00','\x60','\x06','\x00','\x38','\x0f','\xcf','\xdf','\x30','\xcc','\xce','\xc0','\xcc','\xc6','\x10','\xc8','\xc0','\x1f','\xd8','\xfc','\x18','\x10','\x7c','\x18','\x20','\x00','\x1f','\xdf','\xf0','\x18','\xc8','\x30','\x00','\xc4','\x60','\x00','\xc4','\x60','\x01','\xc2','\xc0','\x01','\x81','\x80','\x03','\x83','\x60','\x1f','\x0c','\x3e','\x06','\x30','\x0c','\x00','\x20','\x00','\x00','\x38','\x00','\x10','\x30','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x30','\x00','\x00','\x00','\x07','\x00','\xc0','\x06','\x07','\xe0','\x06','\x3f','\x00','\x07','\xe0','\x00','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x00','\x04','\x06','\x00','\x06','\x07','\xff','\xfe','\x03','\xff','\xfc','\x00','\x20','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x08','\x60','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x06','\x30','\x00','\x86','\x00','\x00','\xe6','\x00','\x00','\xc6','\x00','\x00','\xc6','\x00','\x01','\x86','\x02','\x01','\x86','\x02','\x03','\x06','\x02','\x06','\x06','\x03','\x18','\x07','\xff','\xe0','\x03','\xfe','\x08','\x00','\x00','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x49','\x98','\x00','\x7f','\xd8','\x00','\x61','\x98','\x00','\x61','\x98','\x00','\x61','\x98','\x0c','\x61','\x9f','\xfe','\x61','\x9a','\x0c','\x7f','\x9a','\x0c','\x61','\x99','\x18','\x61','\x99','\x18','\x61','\x99','\x90','\x61','\x98','\xb0','\x61','\x98','\xe0','\x7f','\xb0','\x40','\x61','\xb0','\xe0','\x60','\x20','\xa0','\x00','\x61','\xb0','\x00','\x43','\x18','\x00','\x86','\x1f','\x01','\x0c','\x0e','\x00','\x30','\x06','\x00','\x20','\x00','\x00','\x38','\x00','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xe2','\x00','\x01','\xc1','\x80','\x07','\x1c','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x07','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x01','\xc0','\x08','\x01','\x80','\x0e','\x01','\x80','\x0c','\x01','\x86','\x49','\xbf','\xff','\x7f','\xc0','\x00','\x61','\x88','\x20','\x61','\x8e','\x18','\x61','\x8c','\x0c','\x61','\x98','\x0e','\x61','\x90','\x06','\x7f','\xa4','\x20','\x61','\x84','\x38','\x61','\x82','\x30','\x61','\x82','\x60','\x61','\x81','\x60','\x61','\x81','\xc0','\x7f','\x80','\x80','\x61','\x81','\xc0','\x60','\x03','\x60','\x00','\x06','\x38','\x00','\x0c','\x1f','\x00','\x18','\x0e','\x00','\x60','\x06','\x00','\x01','\xc0','\x10','\x01','\x80','\x1c','\x21','\x80','\x18','\x21','\x86','\x53','\x7f','\xff','\x7f','\xe0','\x06','\x63','\x60','\x04','\x63','\x00','\x00','\x63','\x00','\x18','\x63','\x3f','\xfc','\x63','\x00','\x00','\x7f','\x00','\x00','\x63','\x00','\x0c','\x63','\x7f','\xfe','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x7f','\x0c','\x60','\x63','\x0c','\x60','\x60','\x18','\x62','\x00','\x18','\x62','\x00','\x10','\x63','\x00','\x20','\x7f','\x00','\xc0','\x3e','\x00','\x01','\xc0','\x08','\x11','\x80','\x0e','\x1d','\x80','\x0c','\x19','\x80','\x49','\x99','\x8c','\x7f','\x9f','\xfe','\x61','\xb1','\x80','\x61','\xa1','\x80','\x61','\xc1','\x80','\x61','\x81','\x80','\x61','\x81','\x86','\x7f','\xff','\xff','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x90','\x18','\x61','\x9f','\xfc','\x61','\x98','\x18','\x7f','\x98','\x18','\x61','\x98','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x07','\x00','\x0c','\x06','\x04','\x3e','\x06','\x67','\xe0','\xff','\xf6','\x00','\x0e','\x06','\x06','\x0e','\x07','\xff','\x1f','\x06','\x30','\x16','\xc6','\x30','\x36','\x66','\x30','\x26','\x64','\x30','\x46','\x0c','\x30','\x86','\x08','\x30','\x06','\x90','\x30','\x00','\xe0','\x00','\x08','\xc0','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x01','\xc0','\x10','\x39','\x8e','\x1c','\x31','\x8c','\x18','\x31','\x8c','\x53','\x31','\x8c','\x7f','\xbf','\xfc','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\xff','\xff','\x63','\x00','\x00','\x63','\x20','\x0c','\x7f','\x3f','\xfe','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x00','\x10','\x7f','\x10','\x1c','\x63','\x0c','\x18','\x60','\x06','\x30','\x00','\x06','\x20','\x00','\x00','\x46','\x00','\xff','\xff','\x00','\x00','\x00','\x03','\x04','\x00','\x02','\x07','\x00','\x02','\x06','\x00','\x22','\x66','\x0c','\x3f','\xf7','\xfe','\x32','\x64','\x0c','\x32','\x4c','\x0c','\x32','\x48','\x0c','\x32','\x0f','\xcc','\x32','\x10','\xcc','\x32','\x40','\xcc','\x3f','\xe0','\xcc','\x30','\xc8','\xcc','\x30','\xcf','\xcc','\x34','\xcc','\x0c','\x32','\x8c','\x1c','\x33','\x8c','\x18','\x31','\x0c','\x78','\x23','\x8c','\x30','\x62','\xcc','\x02','\x44','\xcc','\x02','\x48','\x0c','\x03','\x90','\x0f','\xff','\x00','\x07','\xfe','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x10','\x80','\xc0','\x20','\x48','\xc6','\xff','\xef','\xff','\x78','\x6c','\xc6','\x23','\x0c','\xc4','\x33','\x0c','\xc8','\x33','\x0c','\xc0','\x23','\xec','\xcc','\x41','\xef','\xfe','\x90','\x0d','\x0c','\x19','\x8d','\x0c','\x1f','\xcd','\x98','\x31','\x8c','\x98','\x23','\x0c','\xb0','\x53','\x08','\xe0','\x8e','\x18','\x40','\x04','\x10','\xe0','\x0f','\x11','\xb8','\x19','\xa3','\x1f','\x21','\x86','\x0e','\xc0','\x18','\x06','\x40','\x00','\xe0','\x40','\x60','\xc0','\x7f','\xf0','\xc0','\xc0','\x60','\xc0','\xce','\x48','\xc6','\x0c','\x0f','\xff','\xff','\xcc','\xc6','\x0c','\x0c','\xc4','\x0c','\x0c','\xc8','\x7f','\x8c','\xc0','\x4c','\x8c','\xcc','\x4c','\x8f','\xfe','\x7f','\x8d','\x0c','\x4c','\x8d','\x0c','\x4c','\x8d','\x98','\x4c','\x8c','\x98','\x7f','\x8c','\xb0','\x0c','\x08','\xe0','\x0c','\x18','\x40','\xff','\xd0','\xe0','\x0c','\x11','\xb8','\x0c','\x23','\x1f','\x0c','\x06','\x0e','\x0c','\x18','\x06','\x03','\x08','\x00','\x02','\x08','\x06','\x02','\x0f','\xff','\x22','\x58','\x06','\x3f','\xf8','\xe4','\x32','\x40','\xc0','\x32','\x5f','\xfe','\x32','\x80','\xc0','\x32','\x00','\xc0','\x32','\x0f','\xfc','\x32','\x48','\xc4','\x3f','\xe8','\xc4','\x30','\xcf','\xfc','\x30','\xc8','\xc4','\x34','\xc8','\xc4','\x32','\x88','\xc4','\x33','\x8f','\xfc','\x21','\x00','\xc0','\x23','\x80','\xc6','\x62','\xff','\xff','\x44','\xc0','\xc0','\x48','\x00','\xc0','\x90','\x00','\xc0','\x00','\x00','\xc0','\x20','\x00','\x70','\x30','\x60','\x60','\x3f','\xf0','\x60','\x60','\x60','\x60','\x48','\x64','\x66','\xa9','\x67','\xff','\x29','\x66','\x66','\x3f','\x66','\x64','\x08','\x66','\x60','\x10','\xc6','\x60','\x27','\xc6','\x6c','\x41','\x87','\xfe','\x20','\x06','\x8c','\x30','\x66','\x8c','\x3f','\xf6','\x8c','\x60','\x66','\xd8','\x48','\x66','\x58','\xa9','\x66','\x50','\x29','\x64','\x70','\x3f','\x64','\x20','\x08','\x64','\x70','\x10','\xc8','\xdc','\x27','\xc1','\x8f','\x41','\x86','\x06','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x40','\x00','\x00','\x60','\x00','\x00','\xc1','\x80','\x01','\x00','\x60','\x3f','\xff','\xb0','\x1f','\xe0','\x18','\x10','\x00','\x18','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x68','\x00','\x00','\x64','\x00','\x00','\xc6','\x00','\x01','\x83','\x00','\x03','\x01','\xc0','\x06','\xfe','\xf0','\x0c','\x00','\x7f','\x32','\x01','\x9e','\xc3','\xff','\xc6','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\xff','\x80','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc4','\x00','\x01','\x83','\x00','\x01','\x81','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x00','\x00','\x39','\x90','\x01','\xe6','\x18','\x3e','\x01','\xf8','\x00','\xe0','\x00','\x00','\xc6','\x00','\x00','\xc3','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x00','\x00','\x39','\x90','\x01','\xe6','\x18','\x3e','\x01','\xf8','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x18','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x18','\x00','\x18','\x00','\xff','\xff','\xff','\x08','\x82','\x10','\x10','\xc3','\x0c','\x30','\xc3','\x06','\xe0','\x41','\x07','\xc0','\x00','\x03','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\x00','\x00','\x27','\x9c','\x0c','\x3c','\x18','\x7e','\x30','\x19','\x0c','\x30','\x19','\x8c','\x31','\xfb','\x0c','\x3e','\x5c','\x7c','\x30','\x5c','\x0c','\x30','\xda','\x0c','\x3e','\x9a','\x7c','\x30','\x99','\x0c','\x31','\x19','\xcc','\x32','\x78','\x8c','\x30','\x30','\x0c','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x3f','\xa4','\x1b','\xf0','\x30','\x18','\x1f','\xf0','\x18','\x00','\x00','\x18','\xff','\xe0','\x18','\x84','\x20','\x18','\xff','\xe0','\x18','\x84','\x20','\x18','\x84','\x20','\x18','\xff','\xe0','\x18','\x00','\x00','\x1b','\xff','\xf8','\x13','\x11','\x18','\x33','\x11','\x18','\x23','\x11','\x18','\x43','\x11','\x1a','\x9f','\xff','\xff','\x00','\x00','\x00','\x10','\x20','\x10','\x0e','\x3f','\xf8','\x06','\x20','\x10','\x80','\x3f','\xf0','\x70','\x20','\x10','\x30','\x3f','\xf0','\x02','\x00','\x06','\x05','\xff','\xff','\x08','\x18','\x00','\x18','\x3f','\xfc','\xf0','\x64','\x4c','\x71','\x88','\x8c','\x30','\x31','\x18','\x38','\xc6','\x78','\x18','\x18','\x30','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x10','\x00','\x00','\x0e','\x3f','\xf0','\x06','\x20','\x10','\x80','\x3f','\xf0','\x70','\x20','\x10','\x32','\x3f','\xf0','\x04','\x00','\x06','\x09','\xff','\xff','\x18','\x30','\x00','\xf0','\x7f','\xfc','\x71','\x88','\x8c','\x30','\x31','\x18','\x38','\xc6','\x78','\x18','\x18','\x30','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x08','\x40','\x00','\x0e','\x40','\x43','\x0c','\x40','\x7f','\x8c','\x20','\x63','\x1c','\x20','\x63','\x18','\x30','\x63','\x18','\x18','\x63','\x30','\x1c','\x7f','\x3f','\xef','\x63','\x46','\x06','\x63','\x86','\x00','\x63','\x06','\x00','\x63','\x06','\x18','\x7f','\x0f','\xfc','\x63','\x0c','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x7f','\x00','\x18','\x63','\x00','\x38','\x60','\x00','\x30','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xc0','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x23','\x00','\x63','\x23','\x06','\x63','\x3f','\xff','\x63','\x63','\x06','\x7f','\x63','\x04','\x63','\x63','\x08','\x63','\x03','\x00','\x63','\x06','\xe0','\x63','\x06','\xc0','\x7f','\x06','\xc0','\x63','\x06','\xc0','\x63','\x04','\xc0','\x63','\x0c','\xc0','\x63','\x0c','\xc0','\x7f','\x08','\xc2','\x63','\x18','\xc2','\x60','\x10','\xc2','\x00','\x20','\xc3','\x00','\x40','\xff','\x01','\x80','\x7e','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x11','\x80','\x63','\x1d','\xa0','\x63','\x19','\x98','\x63','\x19','\x8c','\x7f','\x19','\x86','\x63','\x11','\x87','\x63','\x31','\x83','\x63','\x21','\x90','\x63','\x21','\x9c','\x7f','\x41','\x98','\x63','\x0f','\xb0','\x63','\x03','\x30','\x63','\x00','\x60','\x63','\x00','\xc0','\x7f','\x01','\x80','\x63','\x03','\x00','\x60','\x06','\x00','\x00','\x0c','\x00','\x00','\x30','\x00','\x00','\xc0','\x00','\x00','\x00','\x06','\x43','\x7f','\xff','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x39','\x86','\x63','\x31','\xff','\x63','\x31','\x86','\x63','\x31','\x86','\x63','\x31','\x86','\x7f','\x31','\x86','\x63','\x31','\x86','\x63','\x3f','\xfe','\x63','\x30','\x06','\x63','\x00','\x06','\x63','\x00','\x06','\x7f','\x00','\x06','\x63','\x00','\x0e','\x60','\x00','\x0c','\x00','\x00','\x1c','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x01','\xc0','\x00','\x01','\x80','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x81','\x86','\x61','\xbf','\xff','\x61','\x81','\x00','\x61','\x81','\xc0','\x7f','\x81','\x80','\x61','\x81','\x00','\x61','\x92','\x10','\x61','\x8c','\x1c','\x61','\x86','\x38','\x7f','\x83','\x30','\x61','\x83','\x70','\x61','\x80','\x60','\x61','\x80','\xc0','\x61','\x81','\x80','\x7f','\x81','\x08','\x61','\x82','\x04','\x60','\x04','\x06','\x00','\x7f','\xfb','\x00','\x3f','\x03','\x00','\x20','\x03','\x00','\x20','\x0c','\x43','\x3f','\xfe','\x7f','\xb0','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x7f','\x30','\x0c','\x63','\x30','\x00','\x63','\x33','\x80','\x63','\x33','\x00','\x63','\x33','\x08','\x7f','\x33','\x0e','\x63','\x33','\x1c','\x63','\x33','\x38','\x63','\x33','\x60','\x63','\x63','\x80','\x7f','\x63','\x00','\x63','\x43','\x02','\x60','\xc3','\x02','\x00','\x83','\x02','\x01','\x03','\x03','\x02','\x03','\xff','\x00','\x01','\xfe','\x07','\x00','\xc0','\x06','\x0f','\xe0','\x07','\xfc','\x00','\x06','\x00','\x10','\x06','\x00','\x18','\x07','\xff','\xf8','\x03','\xff','\xf0','\x00','\x00','\x00','\x39','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\xff','\xe0','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x80','\x00','\x01','\xe1','\xf0','\x07','\x80','\x3c','\x38','\x00','\x0c','\x01','\xc3','\x80','\x01','\x83','\x00','\x39','\x83','\x18','\x31','\xb3','\x3c','\x31','\xfb','\x70','\x31','\x83','\x80','\x31','\x83','\x02','\x31','\x83','\x02','\x31','\x83','\x03','\x31','\xfb','\xff','\xff','\x81','\xfe','\x78','\x00','\x00','\x40','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x00','\x0e','\x70','\x00','\x0c','\x60','\x46','\x0c','\x60','\x7f','\x0c','\x60','\x66','\x0c','\x60','\x66','\x4c','\x60','\x66','\x4c','\x64','\x66','\x4c','\x67','\x7e','\x4c','\x66','\x66','\x4d','\x6c','\x66','\x4f','\xf8','\x66','\x4c','\x60','\x66','\x4c','\x60','\x7e','\x4c','\x60','\x66','\x4c','\x60','\x66','\x4c','\x60','\x66','\x4c','\x60','\x66','\x4c','\x60','\x7e','\x4c','\x62','\x66','\x4c','\x62','\x60','\x4f','\xe2','\x01','\xfe','\x63','\x00','\xf0','\x7f','\x00','\x80','\x3e','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x03','\x18','\x63','\x7f','\xfc','\x63','\x03','\x00','\x63','\x03','\x00','\x7f','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x63','\xff','\xff','\x63','\x0f','\x40','\x7f','\x0f','\x40','\x63','\x1b','\x40','\x63','\x1b','\x20','\x63','\x13','\x20','\x63','\x33','\x30','\x7f','\x23','\x18','\x63','\x43','\x1f','\x60','\x83','\x0e','\x03','\x03','\x06','\x00','\x03','\x00','\x00','\x03','\x00','\x08','\x10','\x40','\x06','\x1c','\x70','\x03','\x18','\xe0','\x03','\x38','\x80','\x00','\x31','\x18','\x3f','\xff','\xfc','\x00','\x64','\x00','\x00','\x64','\x00','\x00','\xc2','\x06','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0f','\xff','\xff','\x33','\x00','\xde','\xc3','\x00','\xc6','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x02','\x00','\x00','\x03','\x80','\x43','\x03','\x00','\x7f','\x86','\x10','\x63','\x04','\x08','\x63','\x08','\x0c','\x63','\x7f','\xf6','\x63','\x3e','\x06','\x7f','\x20','\x00','\x63','\x01','\xc0','\x63','\x11','\x80','\x63','\x19','\x8c','\x63','\x1f','\xfe','\x7f','\x31','\x80','\x63','\x21','\x80','\x63','\x41','\x80','\x63','\x01','\x86','\x63','\xff','\xff','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x00','\x20','\x00','\x10','\x38','\x43','\x0c','\x30','\x7f','\x86','\x20','\x63','\x06','\x4c','\x63','\x3f','\xfe','\x63','\x01','\x8c','\x63','\x01','\x8c','\x7f','\x21','\x8c','\x63','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x80','\x63','\x31','\x80','\x7f','\x31','\x86','\x63','\x7f','\xff','\x63','\x63','\x86','\x63','\x07','\x86','\x63','\x07','\x86','\x7f','\x0d','\x8e','\x63','\x19','\x8c','\x60','\x31','\xbc','\x00','\x61','\x98','\x01','\x81','\x80','\x00','\x01','\x80','\x00','\x20','\x06','\x43','\x3f','\xff','\x7f','\xb0','\x00','\x63','\x30','\xe0','\x63','\x30','\xc0','\x63','\x30','\xd8','\x63','\x37','\xfc','\x7f','\x30','\xc0','\x63','\x30','\xc0','\x63','\x30','\xcc','\x63','\x37','\xfe','\x63','\x30','\x00','\x7f','\x30','\x00','\x63','\x30','\xe0','\x63','\x30','\xc0','\x63','\x30','\xcc','\x63','\x37','\xfe','\x7f','\x60','\xc0','\x63','\x60','\xc0','\x60','\x40','\xc0','\x00','\xc0','\xc0','\x00','\x80','\xc6','\x01','\x1f','\xff','\x00','\x00','\x00','\x00','\x03','\x00','\x00','\x27','\x8c','\x43','\x3c','\x3e','\x7f','\xb0','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3e','\x7c','\x63','\x30','\x0c','\x7f','\x30','\x0c','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x6c','\x7f','\x08','\x60','\x63','\x0e','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x63','\x0c','\x60','\x7f','\x18','\x62','\x63','\x18','\x62','\x60','\x30','\x62','\x00','\x20','\x63','\x00','\x40','\x7f','\x01','\x80','\x3e','\x00','\x03','\x80','\x00','\x03','\x00','\x43','\x03','\x0c','\x7f','\xff','\xfe','\x63','\x03','\x00','\x63','\x03','\x18','\x63','\x3f','\xfc','\x63','\x03','\x18','\x7f','\x03','\x1a','\x63','\xff','\xff','\x63','\x03','\x18','\x63','\x03','\x18','\x63','\x3f','\xf8','\x7f','\x03','\x18','\x63','\x23','\x00','\x63','\x3b','\x00','\x63','\x33','\x0c','\x63','\x33','\xfe','\x7f','\x33','\x00','\x63','\x2b','\x00','\x60','\x67','\x00','\x00','\x43','\xc0','\x00','\x80','\xff','\x01','\x00','\x3e','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x84','\x7f','\xbf','\xfe','\x63','\x01','\x80','\x63','\x01','\x88','\x63','\x1f','\xfc','\x63','\x01','\x80','\x7f','\x01','\x82','\x63','\x7f','\xff','\x63','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x7f','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x1f','\xf8','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\xf8','\x00','\x18','\x30','\x00','\x01','\x00','\x00','\x01','\xc0','\x43','\x01','\x80','\x7f','\xa2','\x0c','\x63','\x3f','\xfe','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x7f','\x3f','\xfc','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x7f','\x08','\x00','\x63','\x0c','\xe0','\x63','\x18','\xc0','\x63','\x20','\xc6','\x63','\xff','\xff','\x7f','\x00','\xc0','\x63','\x00','\xc0','\x60','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x60','\x00','\x1f','\xf0','\x10','\x18','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x63','\xff','\xc4','\x60','\x00','\x08','\x02','\x19','\x80','\x07','\x38','\x60','\x0c','\x74','\x38','\x30','\xe2','\x18','\x01','\x81','\x80','\x07','\xff','\xf0','\x1b','\x00','\xff','\xe3','\xff','\xce','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x00','\x40','\x00','\x00','\x70','\x00','\x20','\x60','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x1c','\x0c','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x01','\x00','\x00','\xc1','\x80','\x00','\x42','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x03','\x80','\x00','\x03','\x04','\x43','\x03','\x07','\x7f','\x83','\x36','\x63','\x3f','\xfc','\x63','\x03','\x0c','\x63','\x03','\x18','\x63','\x03','\x30','\x7f','\x03','\x66','\x63','\x7f','\xff','\x63','\x01','\x80','\x63','\x03','\x00','\x63','\x06','\x0c','\x7f','\x0f','\xfe','\x63','\x3c','\x0c','\x63','\xcc','\x0c','\x63','\x0c','\x0c','\x63','\x0f','\xfc','\x7f','\x0c','\x0c','\x63','\x0c','\x0c','\x60','\x0c','\x0c','\x00','\x0f','\xfc','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x01','\xc0','\x00','\x11','\x80','\x43','\x11','\x86','\x7f','\xbf','\xff','\x63','\x60','\x06','\x63','\x61','\xc4','\x63','\x01','\x88','\x63','\x1f','\xfc','\x7f','\x01','\x80','\x63','\x01','\x88','\x63','\x1f','\xfc','\x63','\x01','\x80','\x63','\x01','\x82','\x7f','\x7f','\xff','\x63','\x00','\x00','\x63','\x00','\x00','\x63','\x10','\x18','\x63','\x1f','\xfc','\x7f','\x18','\x18','\x63','\x18','\x18','\x60','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x00','\x01','\xc0','\x00','\x01','\x80','\x43','\x01','\x86','\x7f','\x7f','\xff','\x63','\x01','\x80','\x63','\x11','\x98','\x63','\x1f','\xfc','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x7f','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x00','\x06','\x7f','\x7f','\xff','\x63','\x08','\x00','\x60','\x0e','\x30','\x00','\x0c','\x0c','\x00','\x18','\x06','\x00','\x60','\x06','\x00','\x10','\x00','\x00','\x10','\x06','\x43','\x3f','\xff','\x7f','\xe0','\x06','\x63','\x60','\x04','\x63','\x10','\x18','\x63','\x1f','\xfc','\x63','\x18','\x18','\x7f','\x18','\x18','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x1f','\xf8','\x7f','\x18','\x18','\x63','\x01','\xc0','\x63','\x01','\x86','\x63','\x7f','\xff','\x63','\x00','\x00','\x7f','\x08','\x40','\x63','\x0e','\x30','\x60','\x0c','\x18','\x00','\x18','\x0c','\x00','\x30','\x0e','\x00','\xc0','\x06','\x00','\x01','\xc8','\x00','\x21','\x8e','\x43','\x19','\x8c','\x7f','\x8d','\x98','\x63','\x0d','\xa0','\x63','\x21','\x86','\x63','\x3f','\xff','\x63','\x60','\x06','\x7f','\x60','\x04','\x63','\x1f','\xf8','\x63','\x18','\x18','\x63','\x18','\x18','\x63','\x18','\x18','\x7f','\x1f','\xf8','\x63','\x00','\x00','\x63','\x01','\xc0','\x63','\x01','\x8c','\x63','\x3f','\xfe','\x7f','\x01','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x38','\x00','\x18','\x30','\x44','\x18','\x32','\x7f','\xff','\xff','\x64','\x18','\x30','\x64','\x18','\x30','\x64','\x1f','\xf0','\x64','\x01','\x00','\x7c','\x81','\x06','\x64','\xff','\xff','\x64','\xc1','\x06','\x64','\xc1','\x06','\x64','\xd9','\x66','\x7c','\xc9','\x26','\x64','\xc9','\x26','\x64','\xc9','\x26','\x64','\xdd','\x76','\x64','\xd5','\x56','\x7c','\xe7','\x9e','\x64','\xc1','\x06','\x60','\xc1','\x06','\x00','\xc1','\x06','\x00','\xc1','\x1e','\x00','\xc0','\x0c','\x00','\x00','\x40','\x00','\x06','\x70','\x46','\xff','\x60','\x7e','\x30','\x60','\x66','\x30','\x60','\x66','\x33','\x66','\x67','\xff','\xff','\x66','\x46','\x48','\x7e','\x46','\x4e','\x66','\x46','\x4c','\x66','\x7e','\x8c','\x66','\x46','\xac','\x66','\x46','\x28','\x7e','\x46','\x28','\x66','\x7e','\x28','\x66','\x46','\x18','\x66','\x46','\x10','\x66','\x46','\x10','\x7e','\x46','\x38','\x66','\x5e','\x28','\x61','\xe6','\x2c','\x00','\xc6','\x6f','\x00','\x06','\x46','\x00','\x06','\x86','\x00','\x01','\xc0','\x00','\x21','\x8c','\x43','\x3f','\xfe','\x7f','\xb1','\x8c','\x63','\x31','\x8c','\x63','\x3f','\xfc','\x63','\x01','\x80','\x63','\x01','\x82','\x7f','\xff','\xff','\x63','\x00','\x00','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x7f','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x7f','\x30','\x0c','\x63','\x3f','\xfc','\x60','\x08','\x00','\x00','\x1c','\x38','\x00','\x38','\x0e','\x00','\xc0','\x06','\x00','\x00','\x18','\x00','\x01','\xfc','\x46','\x3f','\x80','\x7f','\x00','\x08','\x66','\x22','\x0c','\x66','\x19','\x88','\x66','\x48','\x92','\x66','\x7f','\xff','\x7e','\xc2','\x06','\x66','\xc1','\x84','\x66','\x0c','\x80','\x66','\x2c','\x2c','\x66','\x6c','\x36','\x7e','\x67','\xf6','\x66','\x08','\x00','\x66','\x0c','\x30','\x66','\x1f','\xf8','\x66','\x10','\x30','\x7e','\x28','\x60','\x66','\xc4','\xc0','\x60','\x03','\x80','\x00','\x06','\xe0','\x00','\x18','\x3f','\x00','\xe0','\x0e','\x20','\xc4','\x18','\x3f','\xe7','\xfc','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x04','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x08','\x0f','\xff','\xfc','\x1c','\x0c','\x00','\x3c','\x0c','\x10','\xcf','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x10','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x04','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x00','\x03','\x00','\x00','\x03','\x00','\x43','\x06','\x80','\x7f','\x86','\x40','\x63','\x0c','\x60','\x63','\x18','\x38','\x63','\x30','\x1f','\x63','\x6f','\xee','\x7f','\x80','\x06','\x63','\x00','\x00','\x63','\x26','\x4c','\x63','\x3f','\x7e','\x63','\x26','\x4c','\x7f','\x26','\x4c','\x63','\x26','\x4c','\x63','\x3e','\x7c','\x63','\x00','\x00','\x63','\x10','\x20','\x7f','\x1c','\x38','\x63','\x18','\x30','\x60','\x36','\x68','\x00','\x22','\x44','\x00','\x40','\x86','\x00','\x81','\x06','\x07','\x00','\x70','\x06','\x20','\x60','\xff','\xf0','\x66','\x06','\x0f','\xff','\x7f','\xe0','\x60','\x00','\x00','\x60','\x3f','\xc7','\xfe','\x20','\x41','\x0c','\x3f','\xc1','\x18','\x01','\x00','\xb0','\x21','\x80','\x60','\x11','\x00','\xf0','\x13','\xe3','\x9f','\xfe','\x0c','\x0e','\x70','\x00','\x06','\x47','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x08','\x00','\x00','\x0c','\x60','\x43','\x1f','\xf0','\x7f','\x90','\x40','\x63','\x20','\x86','\x63','\x7f','\xff','\x63','\xb3','\x30','\x63','\x33','\x30','\x7f','\x32','\x3e','\x63','\x34','\x1e','\x63','\x38','\x00','\x63','\x33','\xfc','\x63','\x30','\x00','\x7f','\x3f','\xff','\x63','\x30','\x00','\x63','\x33','\xfc','\x63','\x30','\x00','\x63','\x33','\xfc','\x7f','\x20','\x00','\x63','\x27','\xfe','\x60','\x66','\x06','\x00','\x46','\x06','\x00','\x87','\xfe','\x00','\x06','\x06','\x00','\x07','\x38','\x00','\x06','\x30','\x43','\x7f','\xff','\x7f','\x86','\x30','\x63','\x26','\x36','\x63','\x3f','\xff','\x63','\x60','\x06','\x63','\x60','\x04','\x7f','\x0f','\xf0','\x63','\x00','\x00','\x63','\x00','\x06','\x63','\x7f','\xff','\x63','\x01','\x80','\x7f','\x03','\x08','\x63','\x05','\x8e','\x63','\x19','\x8c','\x63','\x62','\xd0','\x63','\x04','\xe0','\x7f','\x19','\xd0','\x63','\x62','\xd8','\x60','\x04','\xcf','\x00','\x18','\xce','\x00','\x67','\xc6','\x00','\x01','\x80','\x10','\x42','\x08','\x1f','\xe3','\xfc','\x10','\x42','\x08','\x1f','\xc3','\xf8','\x10','\x42','\x08','\x1f','\xc3','\xf8','\x10','\x42','\x08','\x1f','\xc3','\xf8','\x02','\x08','\x00','\x07','\x0c','\x00','\x0f','\xff','\xf8','\x1c','\x08','\x00','\x3f','\xff','\xf0','\xcc','\x08','\x00','\x0f','\xff','\xf0','\x0c','\x08','\x00','\x0f','\xff','\xfc','\x00','\x00','\x00','\x3f','\xff','\xf0','\x01','\x01','\xc0','\x00','\xe7','\x00','\x00','\x3c','\x00','\x07','\xe7','\xff','\xfc','\x00','\x7e','\x00','\x0e','\x00','\x00','\x0c','\x0c','\x3f','\xff','\xfe','\x00','\x0c','\x00','\x0e','\xff','\xc0','\x0c','\x80','\x40','\x0c','\xff','\xc0','\x0c','\x80','\x40','\x0c','\xff','\xc0','\x0c','\x80','\x4c','\x0f','\xff','\xfe','\x0c','\x00','\x00','\x03','\x00','\x30','\x02','\x20','\x22','\xff','\xf7','\xff','\x02','\x00','\x20','\x4f','\xc4','\xfc','\x48','\x44','\x84','\x4f','\xc4','\xfc','\x48','\x44','\x84','\x4f','\xc4','\xfc','\x48','\x44','\x84','\x7f','\xf7','\xff','\x40','\x04','\x00','\x00','\x80','\x06','\x44','\xff','\xff','\x7e','\x80','\x06','\x64','\xff','\xfe','\x64','\x80','\x00','\x64','\x9c','\x9c','\x64','\x80','\x80','\x7c','\x9c','\x9c','\x64','\x80','\x00','\x64','\xbf','\xfe','\x64','\xa2','\x22','\x64','\xa2','\x22','\x7c','\xbf','\xfe','\x64','\x8c','\x00','\x64','\x9f','\xfe','\x64','\xb2','\x06','\x64','\xdf','\xe6','\x7c','\x92','\x26','\x65','\x92','\x26','\x61','\x1f','\xe6','\x03','\x02','\x06','\x02','\x02','\x8c','\x04','\x3f','\xfc','\x00','\x1c','\x58','\x00','\xc1','\x80','\x7f','\xe1','\x80','\x01','\x81','\xc0','\x01','\x03','\x40','\x12','\x03','\x60','\x0c','\x03','\x20','\x06','\x06','\x30','\x06','\x46','\x18','\xff','\xec','\x1f','\x06','\xc8','\x0e','\x06','\x93','\xe6','\x0e','\x20','\x00','\x0e','\x00','\x00','\x0e','\x00','\x18','\x1e','\x0f','\xfc','\x16','\x00','\x18','\x36','\x00','\x18','\x26','\x00','\x38','\x46','\x00','\x30','\x86','\x00','\x30','\x06','\x00','\x30','\x06','\x00','\x70','\x3e','\x00','\x60','\x0c','\x00','\x60','\x00','\x40','\x00','\x00','\x70','\x00','\x00','\xe0','\x80','\x00','\xc0','\x60','\x01','\x80','\x30','\x02','\x03','\xf8','\x1f','\xfe','\x18','\x0f','\xc0','\x18','\x08','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x30','\x07','\xff','\xf8','\x0c','\x18','\x00','\x08','\x18','\x00','\x10','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x76','\x00','\x00','\x63','\x00','\x00','\xe3','\x80','\x01','\xc1','\xe0','\x03','\x80','\xfe','\x0e','\x00','\x7c','\x70','\x00','\x1c','\x20','\x00','\x18','\x38','\x00','\x7c','\x30','\x03','\xe0','\x30','\x3f','\x80','\x20','\x01','\x80','\x7f','\x81','\x86','\x4c','\x7f','\xff','\x8c','\x07','\xa0','\x0c','\x0d','\xb0','\x0c','\x0d','\x98','\xff','\xd9','\x9c','\x0c','\x31','\x8f','\x0c','\xc1','\x86','\x0c','\x03','\x00','\x0c','\x03','\x06','\x1a','\x7f','\xff','\x19','\x06','\x18','\x11','\x8e','\x30','\x31','\x9c','\x30','\x20','\x1b','\x60','\x40','\x01','\xc0','\x80','\x03','\x78','\x00','\x0e','\x1e','\x00','\x70','\x06','\x00','\x00','\x00','\x00','\x00','\x0c','\x00','\xcf','\xfe','\xff','\xe0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x11','\x80','\xc0','\x3f','\xc0','\xc0','\x31','\x80','\xc0','\x71','\x80','\xc0','\xb1','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc0','\x31','\x80','\xc0','\x30','\x00','\xc6','\x00','\x1f','\xff','\x00','\x00','\x00','\x00','\x38','\x00','\x01','\xb0','\x06','\xff','\xf3','\xff','\x18','\x30','\x66','\x18','\x30','\x66','\x18','\x32','\x66','\x18','\x37','\x66','\x18','\x3c','\x66','\x10','\xf0','\x66','\x33','\x30','\x66','\x3f','\xb0','\x66','\x33','\x30','\x66','\x73','\x30','\x66','\xb3','\x30','\x66','\x33','\x32','\x66','\x33','\x32','\x66','\x33','\x33','\x66','\x33','\x3f','\x46','\x33','\x1e','\xc6','\x3f','\x00','\x8e','\x33','\x01','\x8c','\x30','\x01','\x0c','\x00','\x02','\x7c','\x00','\x0c','\x18','\x00','\x1c','\x70','\x00','\xd8','\x60','\xff','\xf8','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x64','\x08','\x18','\x67','\x18','\x18','\x66','\x18','\x1b','\x6c','\x11','\x9f','\xe8','\x3f','\xd8','\x70','\x31','\x98','\x60','\x71','\x98','\x60','\xb1','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x62','\x3f','\x98','\x62','\x31','\x9f','\x62','\x30','\x7c','\x63','\x00','\x30','\x7f','\x00','\x20','\x3e','\x00','\x01','\xc0','\x03','\x01','\x80','\xff','\xc1','\x86','\x18','\x7f','\xff','\x18','\x61','\x10','\x18','\x61','\x10','\x18','\x6f','\xfe','\x30','\x61','\x10','\x30','\x61','\x10','\x3e','\x7f','\xff','\x32','\x60','\x40','\x72','\x60','\x40','\x72','\x67','\xfc','\xb2','\x64','\x44','\x32','\x64','\x44','\x32','\x67','\xfc','\x32','\x64','\x44','\x32','\x64','\x44','\x3e','\x67','\xfc','\x32','\x40','\x00','\x30','\xc2','\x10','\x30','\x83','\x0c','\x01','\x06','\x06','\x00','\x18','\x06','\x00','\x08','\x18','\x00','\xcf','\xfc','\xff','\xec','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x08','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xf8','\x11','\x8c','\x18','\x3f','\xcc','\x18','\x31','\x8c','\x18','\x71','\x8c','\x18','\xb1','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8c','\x18','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x30','\x0c','\x1a','\x00','\x7f','\xff','\x00','\x00','\x00','\x00','\x40','\x06','\x03','\x7f','\xff','\xff','\xe2','\x20','\x30','\x62','\x26','\x30','\x7f','\xff','\x30','\x62','\x20','\x30','\x62','\x20','\x20','\x6f','\xf8','\x22','\x68','\x88','\x3f','\x68','\x88','\x62','\x6f','\xf8','\x62','\x68','\x88','\x62','\x68','\x88','\xa2','\x4f','\xf8','\x22','\x40','\x80','\x22','\xe0','\x86','\x22','\xbf','\xff','\x22','\xb0','\x86','\x3f','\xb0','\xa6','\x21','\x37','\xd6','\x22','\x33','\x96','\x20','\x32','\x06','\x00','\x30','\x1e','\x00','\x30','\x0c','\x00','\x00','\xe0','\x00','\xc0','\xc0','\xff','\xe0','\xc0','\x0c','\x00','\xcc','\x0c','\x0f','\xfe','\x0c','\x00','\xc0','\x08','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc6','\x11','\x9f','\xff','\x3f','\xc0','\x00','\x31','\x80','\x00','\x71','\x80','\xe0','\xb1','\x80','\xc0','\x31','\x80','\xcc','\x31','\x8f','\xfe','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc0','\x31','\x80','\xc0','\x30','\x00','\xc6','\x00','\x3f','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x08','\x08','\x20','\x18','\x0e','\x38','\x18','\x0c','\x30','\x11','\x8a','\x28','\x3f','\xdb','\x64','\x31','\x91','\x46','\x71','\xa0','\x86','\xb1','\x80','\x00','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x30','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x07','\x38','\x00','\xc6','\x30','\xff','\xe6','\x30','\x0c','\x06','\x36','\x0c','\x3f','\xff','\x0c','\x06','\x30','\x08','\x06','\x30','\x18','\x00','\x00','\x18','\x04','\x00','\x11','\x87','\x70','\x3f','\xc6','\x64','\x31','\x86','\x67','\x71','\x8c','\x66','\xb1','\x8c','\x6c','\x31','\x9c','\x68','\x31','\x9c','\x70','\x31','\xac','\x60','\x31','\xcc','\x60','\x31','\x8c','\x62','\x3f','\x8c','\x62','\x31','\x8c','\x62','\x30','\x0c','\x63','\x00','\x0c','\x7f','\x00','\x0c','\x3e','\x10','\x01','\xc0','\x0e','\x01','\x80','\x06','\x41','\x86','\x80','\x7f','\xff','\x70','\x61','\x86','\x32','\x61','\x84','\x04','\x61','\x98','\x08','\x7f','\xfc','\x18','\x64','\x18','\xf0','\x62','\x30','\x70','\xc1','\x60','\x30','\xc0','\xc0','\x31','\x83','\x78','\x39','\x0c','\x1f','\x1a','\x70','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\x00','\x00','\x07','\xff','\xf8','\x1b','\x00','\x18','\xe3','\x00','\x18','\x03','\xff','\xf8','\x03','\x00','\x18','\x00','\x46','\x46','\x03','\x7f','\x7f','\xff','\xc6','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x18','\x46','\x46','\x10','\x46','\x46','\x10','\x7e','\x7e','\x30','\x46','\x46','\x22','\x46','\x46','\x3f','\x46','\x46','\x72','\x46','\x46','\x72','\x46','\x46','\xb2','\x7e','\x7e','\x32','\x46','\x46','\x32','\x46','\x46','\x32','\x46','\x46','\x32','\x46','\x46','\x32','\x46','\x46','\x3e','\x46','\x46','\x32','\xc6','\xc6','\x30','\x86','\x86','\x00','\x9e','\x9e','\x01','\x0d','\x0c','\x00','\x00','\xe0','\x00','\xc0','\xc0','\xff','\xe0','\xc0','\x0c','\x00','\xcc','\x0c','\x1f','\xfe','\x0c','\x00','\x00','\x08','\x08','\x10','\x18','\x04','\x1c','\x18','\x06','\x18','\x11','\x86','\x10','\x3f','\xc0','\x26','\x31','\xbf','\xff','\x71','\x80','\x00','\xb1','\x80','\x00','\x31','\x88','\x0c','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\x8c','\x0c','\x31','\x8c','\x0c','\x30','\x0f','\xfc','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x00','\x30','\x00','\xcf','\xf8','\xff','\xe0','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x0f','\xf0','\x08','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x36','\x11','\xbf','\xff','\x3f','\xc1','\x80','\x31','\x91','\x84','\x71','\x89','\x86','\xb1','\x8d','\x8c','\x31','\x8d','\xd0','\x31','\x81','\xc0','\x31','\x81','\xa0','\x31','\x83','\xb0','\x31','\x8d','\x98','\x3f','\xf9','\x9f','\x31','\xb1','\x8e','\x30','\x21','\x86','\x00','\x0f','\x80','\x00','\x03','\x00','\x00','\x10','\x18','\x01','\x9f','\xfc','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x08','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xf8','\x11','\x84','\x00','\x3f','\xc7','\x00','\x31','\x8e','\x06','\x71','\x8f','\xff','\xb1','\x98','\x06','\x31','\xbc','\x86','\x31','\xd9','\xc6','\x31','\x9e','\x06','\x31','\x98','\x46','\x31','\x98','\x66','\x3f','\x9f','\xe6','\x31','\x8f','\xce','\x30','\x00','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x00','\x01','\xc0','\x00','\xc1','\x80','\xff','\xe1','\x86','\x0c','\x01','\xff','\x0c','\x01','\x80','\x0c','\x11','\x8c','\x08','\x1f','\xfe','\x18','\x18','\x0c','\x18','\x18','\x0c','\x11','\x98','\x0c','\x3f','\xdf','\xfc','\x31','\x98','\x0c','\x71','\x98','\x0c','\xb1','\x98','\x0c','\x31','\x9f','\xfc','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x98','\x0c','\x31','\x9f','\xfc','\x3f','\x84','\x00','\x31','\x87','\x30','\x30','\x0e','\x0e','\x00','\x18','\x07','\x00','\x60','\x03','\x00','\x07','\x38','\x01','\x86','\x30','\xff','\xc6','\x36','\x0c','\x3f','\xff','\x0c','\x06','\x30','\x0c','\x06','\x30','\x08','\x07','\xf0','\x18','\x06','\x30','\x18','\x06','\x30','\x11','\x86','\x30','\x3f','\xc7','\xf0','\x31','\x86','\x30','\x71','\x86','\x30','\xb1','\x86','\x36','\x31','\xff','\xff','\x31','\x99','\xb0','\x31','\x99','\xb0','\x31','\x99','\x30','\x31','\x9b','\x3e','\x3f','\x9a','\x1e','\x31','\x9c','\x00','\x30','\x18','\x06','\x00','\x1f','\xff','\x00','\x18','\x00','\x00','\x10','\x84','\x03','\x18','\xc6','\xff','\xb1','\x8c','\x18','\x21','\x08','\x18','\x42','\x10','\x18','\x21','\x08','\x10','\x31','\x8c','\x30','\x18','\xc6','\x30','\x18','\xc6','\x23','\x03','\x00','\x3f','\xa3','\x06','\x73','\x3f','\xff','\x73','\x30','\x06','\xb3','\x30','\x26','\x33','\x32','\x36','\x33','\x31','\x66','\x33','\x30','\xc6','\x33','\x30','\xc6','\x33','\x31','\x66','\x3f','\x32','\x36','\x33','\x34','\x36','\x30','\x30','\x06','\x00','\x3f','\xfe','\x00','\x30','\x06','\x00','\x00','\xe0','\x01','\x9c','\xc7','\xff','\xd8','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x08','\x00','\x00','\x18','\x00','\x00','\x18','\x3f','\xff','\x11','\x80','\x00','\x3f','\xc8','\x0c','\x31','\x8f','\xfe','\x71','\x8c','\x0c','\xb1','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x80','\x00','\x31','\x88','\x10','\x31','\x86','\x1c','\x3f','\x83','\x18','\x31','\x83','\x10','\x30','\x00','\x26','\x00','\x3f','\xff','\x00','\x00','\x00','\x00','\x08','\x18','\x01','\x8f','\xfc','\xff','\xcc','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\xf8','\x0c','\x0c','\x98','\x08','\x2c','\x98','\x18','\x2c','\x9a','\x18','\x3f','\xff','\x13','\x60','\x06','\x3f','\x60','\x04','\x33','\x0f','\xf8','\x73','\x0c','\x18','\xb3','\x0c','\x18','\x33','\x0f','\xf8','\x33','\x0c','\x18','\x33','\x0c','\x18','\x33','\x0c','\x18','\x33','\x0f','\xf8','\x3f','\x0c','\x18','\x33','\x0c','\x18','\x30','\x0c','\x18','\x00','\x0c','\xf8','\x00','\x0c','\x30','\x00','\x10','\x10','\x01','\x8c','\x1c','\xff','\xc6','\x18','\x0c','\x06','\x20','\x0c','\x3f','\xfe','\x0c','\x01','\x80','\x08','\x01','\x80','\x18','\x01','\x98','\x18','\x1f','\xfc','\x11','\x81','\x80','\x3f','\xc1','\x80','\x31','\x81','\x86','\x71','\xff','\xff','\xb1','\x86','\x00','\x31','\x84','\x00','\x31','\x8c','\x00','\x31','\x88','\x0c','\x31','\x9f','\xfe','\x31','\x90','\xc0','\x3f','\xa0','\xc0','\x30','\x40','\xc0','\x30','\x80','\xc0','\x00','\x00','\xc6','\x00','\x3f','\xff','\x00','\x10','\x0e','\x03','\x1c','\x0c','\xff','\x98','\x0c','\x18','\x1f','\x0c','\x18','\x33','\xff','\x18','\x23','\x4c','\x10','\x76','\x4c','\x30','\x96','\x4c','\x30','\x0d','\xff','\x23','\x08','\x0c','\x3f','\x90','\x0c','\x73','\x20','\x0c','\x73','\x41','\xcc','\xb3','\x01','\x80','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x07','\xa0','\x33','\x05','\xa0','\x33','\x0d','\xb0','\x3f','\x09','\x98','\x33','\x11','\x9f','\x30','\x21','\x8e','\x00','\xc1','\x86','\x00','\x01','\x80','\x00','\x20','\x0c','\x03','\x3f','\xfe','\xff','\xb0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x10','\x30','\x0c','\x30','\x33','\x30','\x30','\x33','\x30','\x23','\x33','\x30','\x3f','\xbf','\xfe','\x73','\x33','\x30','\x73','\x33','\x30','\xb3','\x33','\x36','\x33','\x7f','\xff','\x33','\x6c','\x44','\x33','\x6c','\x46','\x33','\x4c','\x24','\x3f','\x4c','\x28','\x30','\x8c','\x30','\x30','\x8c','\x18','\x01','\x3f','\xdf','\x00','\x1e','\x0e','\x00','\x10','\x06','\x00','\x00','\x00','\x03','\x20','\x0c','\xff','\xbf','\xfe','\x18','\x31','\x80','\x18','\x31','\x88','\x18','\x3f','\xfc','\x10','\x31','\x80','\x30','\x31','\x80','\x30','\x31','\x88','\x23','\x3f','\xfc','\x3f','\xb1','\x80','\x73','\x31','\x80','\x73','\x31','\x80','\xb3','\x31','\x86','\x33','\x3f','\xff','\x33','\x30','\x06','\x33','\x00','\x06','\x33','\x00','\x46','\x3f','\x22','\x26','\x30','\x29','\x26','\x30','\x69','\x0e','\x00','\xc8','\x0c','\x00','\xc0','\x7c','\x00','\x00','\x18','\x00','\x01','\xc0','\x03','\x01','\x80','\xff','\x81','\x86','\x18','\x7f','\xff','\x18','\x08','\x10','\x18','\x04','\x18','\x10','\x26','\x10','\x30','\x22','\x26','\x30','\x3f','\xff','\x23','\x60','\x04','\x3f','\x63','\x88','\x73','\x03','\x00','\x73','\x03','\x06','\xb3','\x7f','\xff','\x33','\x03','\x00','\x33','\x03','\x0c','\x33','\x07','\xfe','\x33','\x06','\x0c','\x33','\x06','\x0c','\x3f','\x0c','\x0c','\x33','\x0c','\x1c','\x30','\x18','\x18','\x00','\x30','\xf8','\x00','\xc0','\x30','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x00','\x00','\xc0','\x00','\x01','\x80','\x30','\x03','\xff','\xf8','\x07','\x00','\x30','\x1b','\x00','\x30','\x63','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x00','\x00','\x00','\x00','\xc0','\x06','\xff','\xef','\xff','\x0c','\x01','\x80','\x18','\x01','\x80','\x10','\xc3','\x06','\x3f','\xe3','\xff','\x58','\xc7','\x06','\x98','\xcb','\x06','\x18','\xd3','\x06','\x18','\xc3','\x06','\x1f','\xc3','\xfe','\x18','\xc3','\x06','\x07','\x00','\x00','\x06','\x12','\x30','\xff','\xfb','\xf8','\x06','\x03','\x30','\x06','\x23','\x30','\x7f','\xf6','\x3e','\x00','\x04','\x1e','\x00','\x08','\x00','\x3f','\xe7','\xfc','\x32','\x62','\x18','\x32','\x61','\x30','\x3f','\xe0','\xe0','\x60','\x01','\xb8','\x40','\x06','\x1f','\x80','\x18','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x01','\x80','\x00','\x03','\x00','\x00','\x07','\xff','\xf8','\x1b','\x00','\x18','\xe3','\x00','\x18','\x03','\xff','\xf8','\x03','\x00','\x18','\x00','\x00','\xe0','\x01','\x80','\xc4','\xff','\xdf','\xfe','\x0c','\x00','\xc0','\x0c','\x00','\xc8','\x0c','\x0f','\xfc','\x08','\x00','\xc0','\x18','\x00','\xc2','\x18','\x3f','\xff','\x11','\x80','\x00','\x3f','\xcf','\xfc','\x31','\x8c','\x0c','\x71','\x8c','\x0c','\xb1','\x8f','\xfc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\x8f','\xfc','\x31','\x82','\x00','\x30','\x07','\x1c','\x00','\x0c','\x07','\x00','\x30','\x03','\x00','\x01','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x18','\x01','\x80','\x18','\x21','\x8c','\x18','\x3f','\xfe','\x10','\x31','\x8c','\x30','\x31','\x8c','\x30','\x3f','\xfc','\x23','\x31','\x8c','\x3f','\xb1','\x8c','\x73','\x3f','\xfc','\x73','\x01','\x90','\xb3','\x01','\x8c','\x33','\x7f','\xf6','\x33','\x1e','\x06','\x33','\x00','\x30','\x33','\xff','\xff','\x33','\x10','\x30','\x3f','\x0c','\x30','\x33','\x06','\x30','\x30','\x06','\x30','\x00','\x00','\xf0','\x00','\x00','\x60','\x00','\x01','\xc0','\x01','\x81','\x88','\xff','\xdf','\xfc','\x18','\x01','\x80','\x18','\x01','\x82','\x18','\x7f','\xff','\x10','\x00','\x00','\x30','\x0c','\x18','\x30','\x08','\x10','\x23','\x7f','\x7e','\x3f','\x88','\x10','\x73','\x08','\x10','\x73','\x0e','\x10','\xb3','\x78','\xff','\x33','\x20','\x00','\x33','\x00','\x00','\x33','\x7f','\xff','\x33','\x06','\x30','\x33','\x06','\x30','\x3f','\x06','\x32','\x33','\x0c','\x32','\x30','\x0c','\x33','\x00','\x18','\x3f','\x00','\x60','\x1e','\x00','\x01','\x88','\x03','\x3f','\x8c','\xff','\x83','\x58','\x18','\x03','\x42','\x18','\x46','\x63','\x18','\x26','\x26','\x10','\x2c','\x30','\x30','\x08','\x18','\x30','\x17','\xec','\x23','\x20','\x0f','\x3f','\xc0','\x06','\x73','\x1f','\xf8','\x73','\x18','\x18','\xb3','\x18','\x18','\x33','\x18','\x18','\x33','\x1f','\xf8','\x33','\x00','\x00','\x33','\x10','\x20','\x33','\x08','\x38','\x3f','\x0c','\x30','\x33','\x0c','\x20','\x30','\x00','\x46','\x00','\x7f','\xff','\x00','\x00','\x00','\x00','\x02','\x00','\x01','\x83','\x80','\xff','\xc3','\x00','\x0c','\x24','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x06','\x08','\x34','\x96','\x18','\x32','\x96','\x18','\x32','\xa6','\x13','\x37','\xf6','\x3f','\xb1','\xc6','\x33','\x32','\xb6','\x73','\x34','\x96','\xb3','\x30','\x06','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x7f','\xff','\x33','\x01','\x80','\x33','\x03','\x40','\x3f','\x03','\x20','\x33','\x06','\x38','\x30','\x0c','\x1f','\x00','\x18','\x0e','\x00','\x60','\x06','\x00','\x08','\x30','\x03','\x06','\x20','\xff','\x82','\x44','\x18','\x3f','\xfe','\x18','\x01','\x80','\x18','\x01','\x80','\x10','\x1f','\xfc','\x30','\x01','\x80','\x30','\x01','\x82','\x23','\x7f','\xff','\x3f','\x80','\x00','\x73','\x02','\x68','\x73','\x0f','\x66','\xb3','\x3c','\x62','\x33','\x0c','\x60','\x33','\x7f','\xff','\x33','\x0c','\x64','\x33','\x0c','\x26','\x33','\x0f','\x2c','\x3f','\x7c','\x18','\x33','\x2c','\x3a','\x30','\x0c','\x6e','\x00','\x7d','\x87','\x00','\x18','\x03','\x00','\x21','\xc8','\x03','\x19','\x8e','\xff','\x89','\x8c','\x18','\x09','\x90','\x18','\x21','\x86','\x18','\x3f','\xff','\x10','\x60','\x06','\x30','\x60','\x04','\x30','\x0f','\xf0','\x23','\x08','\x10','\x3f','\x88','\x10','\x73','\x0f','\xf0','\x73','\x00','\x00','\xb3','\x20','\x0c','\x33','\x3f','\xfe','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x3f','\x31','\x8c','\x33','\x31','\x8c','\x30','\x31','\x8c','\x00','\x3f','\xfc','\x00','\x30','\x0c','\x00','\x60','\x06','\x03','\x44','\xff','\xff','\xce','\x06','\x18','\x58','\x04','\x18','\x60','\x48','\x18','\x42','\x30','\x10','\x43','\x18','\x30','\x3f','\x18','\x30','\x00','\x02','\x22','\x40','\xff','\x3f','\x60','\x12','\x72','\x60','\x14','\x72','\x7e','\x90','\xb2','\x50','\xd0','\x32','\x90','\xd2','\x32','\x10','\xdf','\x32','\xfe','\x90','\x32','\x10','\x90','\x32','\x30','\x90','\x3e','\x29','\x90','\x32','\x6d','\x50','\x30','\x4d','\x30','\x00','\x82','\x1f','\x01','\x04','\x0e','\x06','\x00','\x30','\x04','\x42','\x20','\x05','\x24','\x26','\xff','\x99','\xff','\x0c','\x2c','\x30','\x1f','\x44','\x68','\x15','\x82','\x68','\x34','\xa4','\xa4','\x64','\x19','\x27','\x84','\x2c','\x22','\x04','\x44','\x20','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x81','\x00','\x03','\x00','\x80','\x06','\x00','\x60','\x0f','\xff','\xf8','\x30','\xc0','\x1f','\xc1','\x80','\x06','\x03','\xff','\xe0','\x0d','\x80','\x60','\x71','\x80','\x60','\x01','\xff','\xe0','\x01','\x80','\x60','\x00','\x01','\x00','\x03','\x01','\xc0','\xff','\xc1','\x84','\x18','\x27','\xe7','\x18','\x34','\x26','\x18','\x34','\x24','\x18','\x04','\x28','\x38','\x07','\xf0','\x30','\x04','\x28','\x33','\x1c','\x2c','\x3f','\xf4','\x26','\x73','\x67','\xe6','\x73','\x40','\x00','\xb3','\x01','\x80','\x33','\x01','\x86','\x33','\xff','\xff','\x33','\x03','\xa0','\x33','\x07','\xa0','\x33','\x05','\x90','\x3f','\x0d','\x98','\x33','\x19','\x8c','\x30','\x31','\x8f','\x00','\xc1','\x86','\x00','\x01','\x80','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\xcc','\x0c','\xff','\xec','\x0c','\x01','\x8c','\x0c','\x01','\x8c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x06','\x0c','\x0c','\x0d','\x0f','\xfc','\x0c','\x8c','\x0c','\x1c','\xcc','\x00','\x2c','\xcc','\x00','\xcc','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x02','\x0c','\x0c','\x02','\x0c','\x0c','\x02','\x0c','\x0c','\x03','\x0c','\x0f','\xff','\x0c','\x07','\xfe','\x0c','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x1f','\xff','\x0c','\x00','\x06','\x0c','\xc0','\x06','\xff','\xe0','\xc6','\x01','\x8f','\xe6','\x01','\x80','\x06','\x03','\x00','\x06','\x03','\x08','\xc6','\x06','\x0f','\xe6','\x0d','\x0c','\xc6','\x0c','\x8c','\xc6','\x1c','\xcc','\xc6','\x2c','\xcc','\xc6','\xcc','\x0f','\xc6','\x0c','\x0c','\xc6','\x0c','\x0c','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x00','\x3e','\x0c','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x3e','\x0c','\x10','\xf0','\x0c','\x1f','\xe0','\x0d','\x98','\x60','\xff','\xd8','\x60','\x01','\x98','\x60','\x03','\x18','\x60','\x03','\x18','\x66','\x06','\x1f','\xff','\x06','\x18','\x60','\x0d','\x18','\x60','\x0c','\x98','\x60','\x1c','\xd8','\x60','\x2c','\xd8','\x60','\xcc','\x18','\x30','\x0c','\x18','\x32','\x0c','\x19','\xb2','\x0c','\x7e','\x32','\x0c','\x38','\x1a','\x0c','\x20','\x1a','\x0c','\x01','\x8f','\x0c','\x7f','\xcf','\x0c','\x00','\x06','\x00','\x1c','\x00','\x0e','\x18','\x38','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x38','\x18','\x0e','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x04','\x18','\x80','\x07','\x18','\x60','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\xc6','\x06','\xff','\xe7','\xff','\x01','\x8d','\x80','\x01','\x89','\x80','\x03','\x11','\x80','\x03','\x21','\x8c','\x06','\x01','\xfe','\x0d','\x01','\x80','\x0c','\x81','\x80','\x1c','\xc1','\x80','\x2c','\xc1','\x80','\xcc','\x01','\x86','\x0c','\x01','\xff','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x02','\x00','\x0c','\x01','\x88','\x0c','\x00','\xce','\x0c','\x00','\xcc','\x0c','\xc7','\x0c','\xff','\xe6','\x18','\x01','\x86','\x18','\x01','\x86','\x18','\x03','\x06','\x30','\x03','\x06','\x30','\x06','\x06','\x60','\x0d','\x86','\x68','\x0c','\xd6','\xc4','\x1c','\xd6','\x86','\x2c','\x37','\x83','\xcc','\x37','\x03','\x0c','\x66','\x03','\x0c','\x66','\x00','\x0c','\x0e','\x08','\x0c','\x16','\x08','\x0c','\x26','\x08','\x0c','\xc6','\x0c','\x0c','\x07','\xfc','\x0c','\x03','\xf8','\x0e','\x07','\x00','\x0c','\x06','\x40','\x0c','\x06','\x30','\x0c','\x06','\x18','\x0d','\x86','\x18','\xff','\x86','\x06','\x01','\xff','\xff','\x03','\x06','\x00','\x03','\x06','\x00','\x06','\x06','\x20','\x06','\x0c','\x38','\x0d','\x0c','\x30','\x0c','\x8c','\x30','\x1c','\xca','\x60','\x2c','\xca','\x60','\xcc','\x19','\x40','\x0c','\x11','\xc0','\x0c','\x30','\x80','\x0c','\x21','\xc0','\x0c','\x43','\x60','\x0d','\x86','\x38','\x0c','\x0c','\x1f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x0e','\x07','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x3f','\xff','\x0d','\x86','\x18','\xff','\xc6','\x18','\x01','\x86','\x18','\x03','\x07','\xf8','\x03','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x0d','\x07','\xf8','\x0c','\x86','\x18','\x1c','\xc6','\x18','\x2c','\xc6','\x18','\xcc','\x06','\x18','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x0c','\x04','\x00','\x0c','\x07','\x10','\x0c','\x0e','\x0c','\x0c','\x0c','\x06','\x0c','\x18','\x03','\x0c','\x60','\x03','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x30','\x0c','\x0f','\xf8','\x0d','\x98','\x30','\xff','\xd8','\x30','\x01','\x98','\x30','\x03','\x1f','\xe0','\x03','\x00','\x60','\x06','\x00','\x66','\x04','\x7f','\xff','\x0e','\x01','\x80','\x1d','\x21','\x88','\x2d','\x91','\x8e','\xcd','\x99','\xcc','\x0c','\x19','\xd0','\x0c','\x01','\xa0','\x0c','\x05','\xb0','\x0c','\x19','\x98','\x0c','\xf1','\x9f','\x0c','\x61','\x8e','\x0c','\x41','\x86','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x1c','\x1c','\x00','\x18','\x18','\x06','\x18','\x18','\xff','\x18','\x7f','\x26','\x1b','\x18','\x26','\xff','\x98','\x26','\x03','\x7f','\x26','\x03','\x18','\x26','\x06','\x18','\x66','\x06','\x18','\x46','\x0c','\x1e','\x46','\x0c','\xf8','\xc6','\x1a','\x61','\x9e','\x39','\x80','\x0c','\x59','\x81','\x80','\x98','\x01','\x80','\x18','\xff','\xff','\x18','\x03','\x40','\x18','\x06','\x20','\x18','\x06','\x30','\x18','\x0c','\x18','\x18','\x18','\x1f','\x18','\x30','\x0e','\x18','\xc0','\x06','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x8c','\x0c','\x18','\x8c','\x0d','\x9f','\xfc','\xff','\xd8','\x8c','\x01','\x98','\x8c','\x03','\x18','\x8c','\x03','\x1f','\xfc','\x06','\x06','\x60','\x06','\x0c','\x60','\x0d','\x08','\x7f','\x0d','\x94','\x3f','\x1d','\xa7','\x00','\x2c','\x06','\x18','\xcc','\x0f','\xfc','\x0c','\x08','\x18','\x0c','\x14','\x30','\x0c','\x63','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x3f','\xff','\x0d','\x80','\xc0','\xff','\xc0','\xc0','\x01','\x9f','\xfe','\x03','\x00','\x00','\x03','\x00','\x00','\x06','\x0f','\xfc','\x06','\x0c','\x0c','\x0d','\x0c','\x0c','\x0c','\x8f','\xfc','\x1c','\xc4','\x10','\x2c','\xc2','\x10','\xcc','\x02','\x26','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x84','\x00','\x00','\x66','\x1c','\x7f','\x24','\xf0','\x11','\x18','\x90','\x11','\x18','\x98','\x33','\x18','\x88','\x22','\x18','\xec','\x6e','\x18','\xcf','\x80','\x00','\x06','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x08','\x18','\x30','\x19','\x18','\x30','\x11','\x9b','\x30','\x33','\x19','\xb0','\x26','\x19','\xb0','\x48','\x78','\x30','\x80','\x30','\x30','\x0e','\x13','\x26','\x0c','\x1f','\x3f','\x0c','\x13','\x26','\x0c','\x13','\x26','\x0d','\x93','\x26','\xff','\xdf','\x3e','\x01','\x80','\x00','\x03','\x00','\x00','\x03','\x1f','\xfe','\x06','\x18','\xc6','\x06','\x18','\xc6','\x0d','\x18','\xc6','\x0c','\x9f','\xfe','\x1c','\xd8','\xc6','\x2c','\xd8','\xc6','\xcc','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x7f','\xff','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1c','\x03','\x60','\x18','\x12','\x48','\x18','\x1f','\xfc','\x18','\x12','\x48','\x1b','\x12','\x48','\xff','\x9f','\xf8','\x03','\x12','\x48','\x03','\x12','\x48','\x06','\x1f','\xf8','\x04','\x00','\x00','\x0c','\x00','\x00','\x1a','\x7f','\xfe','\x19','\x00','\x00','\x39','\x80','\x00','\x59','\x9f','\xf8','\x98','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xf8','\x18','\x00','\x20','\x18','\x08','\x30','\x18','\x04','\x20','\x18','\x04','\x46','\x18','\xff','\xff','\x18','\x00','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x1b','\x08','\x00','\xff','\x8c','\x38','\x03','\x18','\x0e','\x03','\x34','\x26','\x06','\x5f','\xf8','\x04','\x04','\x20','\x0c','\x04','\x20','\x1b','\x1f','\xf8','\x19','\x84','\x20','\x39','\x84','\x26','\x58','\x7f','\xff','\x98','\x06','\x84','\x18','\x0c','\x86','\x18','\x38','\x4c','\x18','\xd8','\x68','\x18','\x18','\x30','\x18','\x1f','\x38','\x18','\x7c','\x1f','\x18','\x30','\x0e','\x18','\x20','\x06','\x00','\x00','\x70','\x00','\x0f','\xf8','\x1f','\xfe','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x40','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\x60','\x19','\x06','\x60','\x18','\xc6','\x60','\x1f','\x66','\x67','\xf8','\x66','\x63','\xc0','\x66','\x62','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x40','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\x60','\x19','\x06','\x60','\x18','\xc6','\x60','\x1f','\x66','\x67','\xf8','\x66','\x63','\xc0','\x66','\x62','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x00','\x00','\xe0','\x00','\x1f','\xf0','\x0f','\xf8','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x01','\x9c','\x70','\x0f','\xd8','\x60','\xfc','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0d','\x98','\x64','\xff','\xd8','\x67','\x0c','\x1b','\x66','\x1c','\x1f','\xec','\x1c','\x18','\x68','\x1e','\x18','\x70','\x1d','\x18','\x60','\x3d','\x98','\x60','\x2d','\x98','\x60','\x2c','\x18','\x60','\x6c','\x18','\x60','\x4c','\x18','\x60','\x8c','\x18','\x62','\x0c','\x18','\x62','\x0c','\x1f','\x62','\x0c','\xfc','\x63','\x0c','\x70','\x7f','\x0c','\x40','\x3e','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x80','\x0c','\x01','\x80','\x0c','\x21','\x8c','\x0c','\x3f','\xfe','\x0d','\xb1','\x8c','\xff','\xf1','\x8c','\x0c','\x31','\x8c','\x1c','\x31','\x8c','\x1c','\x31','\x8c','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x3d','\xff','\xff','\x2d','\x83','\x40','\x2c','\x03','\x40','\x6c','\x06','\x40','\x4c','\x06','\x20','\x8c','\x04','\x20','\x0c','\x0c','\x30','\x0c','\x08','\x18','\x0c','\x10','\x1f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x01','\x90','\x0c','\x0f','\xdf','\xfe','\xfc','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0d','\x98','\x0c','\xff','\xdf','\xfe','\x0c','\x18','\x0c','\x1c','\x18','\x0c','\x1c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x98','\x0c','\x3c','\xd8','\x0c','\x2c','\xdf','\xfc','\x2c','\x18','\x0c','\x6c','\x18','\x00','\x4c','\x18','\x00','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x00','\x01','\x87','\x00','\x0f','\xc6','\x40','\xfc','\x06','\x30','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x06','\x0d','\xbf','\xff','\xff','\xc6','\x00','\x0c','\x06','\x00','\x1c','\x06','\x20','\x1c','\x0c','\x38','\x1e','\x0c','\x30','\x1d','\x8c','\x30','\x3c','\xca','\x60','\x2c','\xca','\x60','\x2c','\x19','\x40','\x6c','\x11','\xc0','\x4c','\x30','\x80','\x8c','\x21','\xc0','\x0c','\x43','\x60','\x0d','\x86','\x38','\x0c','\x0c','\x1f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x01','\x81','\xc0','\x0f','\xc1','\x80','\xfc','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0d','\x81','\x80','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x01','\x8c','\x1e','\x3f','\xfe','\x1d','\x87','\xa0','\x3c','\xc7','\xa0','\x2c','\xc5','\x90','\x2c','\x0d','\x90','\x6c','\x09','\x98','\x4c','\x19','\x8c','\x8c','\x11','\x8f','\x0c','\x21','\x86','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x01','\x90','\x18','\x0f','\xdf','\xfc','\xfc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xd8','\x18','\x0c','\x1f','\xf8','\x1c','\x18','\x18','\x1c','\x00','\x00','\x1e','\x00','\x0c','\x1d','\x3f','\xfe','\x3d','\x81','\x80','\x2d','\x81','\x80','\x2c','\x01','\x80','\x6c','\x01','\x86','\x4c','\x7f','\xff','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x01','\x80','\xe4','\x0f','\xd0','\xc7','\xfc','\x08','\xc6','\x0c','\x0c','\xcc','\x0c','\x06','\xc8','\x0c','\x06','\xd0','\x0d','\x80','\xc0','\xff','\xd0','\xc6','\x0c','\x1f','\xff','\x1c','\x18','\x06','\x1c','\x18','\x06','\x1e','\x18','\x06','\x1d','\x1f','\xfe','\x3d','\x98','\x06','\x2d','\x98','\x06','\x2c','\x18','\x06','\x6c','\x1f','\xfe','\x4c','\x18','\x06','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x3e','\x0c','\x18','\x0c','\x01','\x8e','\x38','\x0f','\xcc','\x30','\xfc','\x0c','\x30','\x0c','\x0c','\x36','\x0c','\x7f','\xff','\x0c','\x0c','\x30','\x0d','\x8c','\x30','\xff','\xcc','\x30','\x0c','\x0f','\xf0','\x1c','\x0c','\x30','\x1c','\x0c','\x30','\x1e','\x0c','\x30','\x1d','\x0f','\xf0','\x3d','\x8c','\x30','\x2d','\x8c','\x30','\x2c','\x0c','\x36','\x6c','\x7f','\xff','\x4c','\x00','\x00','\x8c','\x08','\x00','\x0c','\x0e','\x20','\x0c','\x0c','\x18','\x0c','\x18','\x0c','\x0c','\x30','\x0e','\x0c','\x40','\x06','\x01','\x80','\xe0','\x0f','\xc0','\xc0','\xfc','\x00','\xc6','\x0c','\x3f','\xff','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0d','\x84','\xcc','\xff','\xc7','\xfe','\x0c','\x06','\x0c','\x1c','\x36','\x0c','\x1c','\x37','\xfc','\x1e','\x36','\x0c','\x1d','\x36','\x0c','\x3d','\xb6','\x0c','\x2d','\xb7','\xfc','\x2c','\x36','\x0c','\x6c','\x36','\x0c','\x4c','\x36','\x0c','\x8c','\x37','\xfc','\x0c','\x36','\x0c','\x0c','\x30','\x00','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x03','\x40','\x06','\x1f','\xff','\xff','\xf8','\x60','\x06','\x18','\x61','\xc6','\x18','\x61','\x86','\x18','\x61','\x86','\x1b','\x6f','\xf6','\xff','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x38','\x6f','\xf6','\x3c','\x60','\x06','\x3a','\x60','\x06','\x3b','\x67','\xe6','\x7b','\x64','\x26','\x58','\x64','\x26','\x58','\x64','\x26','\x98','\x44','\x26','\x18','\xc7','\xe6','\x18','\xc0','\x06','\x18','\x80','\x06','\x19','\x80','\x06','\x19','\x00','\x3e','\x1a','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x7e','\x30','\x0c','\x42','\x30','\x0c','\x42','\x30','\x0c','\x7e','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x3f','\xf0','\x1f','\xf8','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x03','\x98','\xf0','\x0e','\x18','\x3f','\xf0','\x18','\x0e','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x7e','\x30','\x0c','\x42','\x30','\x0c','\x42','\x30','\x0c','\x7e','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x01','\x80','\x1c','\x0f','\xc1','\xfe','\xfc','\x3f','\xc0','\x0c','\x02','\x04','\x0c','\x21','\x87','\x0c','\x18','\xc6','\x0d','\x8c','\xcc','\xff','\xcc','\x08','\x0c','\x01','\x90','\x1c','\x01','\x80','\x1c','\x1f','\xfc','\x1e','\x19','\x8c','\x1d','\x19','\x8c','\x3d','\x9f','\xfc','\x3d','\x99','\x8c','\x2c','\x19','\x8c','\x6c','\x19','\x8c','\x4c','\x7f','\xff','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0c','\x18','\x18','\x01','\x80','\x1c','\x0f','\xc1','\xfe','\xfc','\x3f','\xc0','\x0c','\x02','\x04','\x0c','\x21','\x07','\x0c','\x11','\x86','\x0d','\x99','\x86','\xff','\xd9','\x8c','\x0c','\x18','\x08','\x1c','\x00','\x10','\x1c','\x01','\x00','\x1e','\x27','\x86','\x1d','\x3c','\x3f','\x3d','\xb0','\x06','\x3d','\xb0','\x06','\x2c','\x30','\x06','\x6c','\x3e','\x3e','\x4c','\x30','\x06','\x8c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x3f','\xfe','\x0c','\x30','\x06','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x00','\x8c','\x31','\xff','\x8c','\x30','\x00','\x3c','\x30','\x03','\x98','\x00','\x3f','\xc0','\x0f','\xf8','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x01','\xd9','\xe0','\x0f','\x18','\x7f','\xf0','\x18','\x0e','\x00','\x18','\x00','\x01','\x90','\x0c','\x0f','\xdf','\xfe','\xfc','\x18','\x8c','\x0c','\x18','\x8c','\x0c','\x1f','\xfc','\x0c','\x18','\x8c','\x0d','\x98','\x8c','\xff','\xd8','\x8c','\x0c','\x1f','\xfc','\x0c','\x06','\x60','\x1c','\x0c','\x60','\x1e','\x08','\x7f','\x1d','\x14','\x3f','\x1d','\xa7','\x00','\x3d','\x86','\x18','\x2c','\x0f','\xfc','\x6c','\x08','\x18','\x4c','\x14','\x30','\x8c','\x63','\x60','\x0c','\x01','\xc0','\x0c','\x03','\x70','\x0c','\x06','\x3f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x03','\x01','\xc0','\x0f','\xa1','\x80','\xfc','\x21','\x86','\x0c','\x3f','\xff','\x0c','\x60','\x06','\x0c','\x68','\x04','\x0d','\x8c','\x48','\xff','\xd8','\x30','\x0c','\x13','\x18','\x0c','\x23','\x0c','\x1c','\x46','\x8c','\x1e','\x06','\x40','\x1d','\x0c','\x60','\x3d','\x88','\x30','\x3d','\x90','\x1c','\x2c','\x20','\x0f','\x6c','\xdf','\xf6','\x4c','\x18','\x30','\x8c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x01','\x81','\xc0','\x0f','\xc1','\x86','\xfc','\x3f','\xff','\x0c','\x01','\x80','\x0c','\x1f','\xfc','\x0c','\x19','\x8c','\x0d','\x99','\x8c','\xff','\xdf','\xfc','\x0c','\x19','\x8c','\x1c','\x19','\x8c','\x1c','\x1f','\xfc','\x1e','\x01','\x88','\x1d','\x01','\x84','\x3d','\xbf','\xfe','\x3d','\x9f','\x06','\x2c','\x00','\x80','\x6c','\x06','\x40','\x4c','\x16','\x68','\x8c','\x16','\x66','\x0c','\x36','\x03','\x0c','\x36','\x13','\x0c','\x66','\x18','\x0c','\x67','\xf8','\x0c','\x03','\xf0','\x03','\x40','\x06','\x1f','\xff','\xff','\xf8','\x60','\x06','\x18','\x60','\x06','\x18','\x60','\x06','\x18','\x7f','\xfe','\x1b','\x60','\x06','\xff','\xe0','\xc0','\x18','\x6e','\xdc','\x18','\x60','\xc0','\x18','\x6e','\xdc','\x3c','\x60','\xc0','\x3a','\x60','\x00','\x3b','\x68','\xe0','\x3b','\x6c','\xcc','\x78','\x4f','\xfe','\x58','\x48','\xc0','\x58','\xd0','\xc0','\x98','\x80','\xc6','\x18','\xbf','\xff','\x19','\x00','\xc0','\x1a','\x00','\xc0','\x18','\x00','\xc0','\x18','\x00','\xc0','\x03','\x01','\xc0','\x0f','\x81','\x8c','\xfc','\x7f','\xfe','\x0c','\x01','\x80','\x0c','\x11','\x88','\x0c','\x1d','\x8e','\x0d','\x19','\x8c','\xff','\xb1','\x98','\x0c','\x2d','\x96','\x0c','\x45','\xa2','\x0c','\x01','\x80','\x1c','\xff','\xff','\x1e','\x00','\x00','\x1d','\x20','\x0c','\x3d','\xbf','\xfe','\x2d','\xb0','\x0c','\x6c','\x33','\xcc','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x4c','\x0c','\x33','\xcc','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x03','\x01','\xc0','\x1f','\x81','\x80','\xf8','\x1d','\x88','\x18','\x19','\xfc','\x18','\x19','\x80','\x18','\x19','\x82','\x1b','\x7f','\xff','\xff','\x80','\x60','\x18','\x00','\x66','\x18','\x40','\x62','\x18','\x7f','\xff','\x3c','\x60','\x60','\x3a','\x60','\x60','\x3b','\x6f','\xa2','\x3b','\x60','\x23','\x78','\x62','\x32','\x58','\x6a','\xb6','\x58','\x6a','\x54','\x98','\x72','\x98','\x18','\x41','\x1a','\x18','\x46','\x2a','\x18','\xd8','\x6e','\x18','\x80','\xc7','\x19','\x03','\x03','\x01','\x80','\x38','\x0f','\xc1','\xfc','\xfc','\x1f','\x88','\x0c','\x22','\x0e','\x0c','\x19','\x9c','\x0c','\x08','\x90','\x0d','\x9f','\xfc','\xff','\xc0','\x80','\x0c','\x00','\x80','\x1c','\x3f','\xfe','\x1c','\x00','\x00','\x1e','\x1f','\xfc','\x1d','\x00','\x0c','\x3d','\x9f','\xfc','\x3d','\x80','\x0c','\x2c','\x00','\x0c','\x6c','\x1f','\xfc','\x4c','\x01','\x00','\x8c','\x06','\xc8','\x0c','\x16','\x46','\x0c','\x36','\x13','\x0c','\x66','\x1b','\x0c','\x67','\xf8','\x0c','\x03','\xf0','\x03','\x10','\x00','\x1f','\x98','\xc0','\xf8','\x3f','\xe0','\x18','\x60','\xc0','\x18','\xc0','\x80','\x1b','\xff','\xf8','\x18','\x89','\x08','\xff','\x89','\x08','\x18','\xf9','\xf8','\x18','\x09','\x00','\x1c','\xe9','\x00','\x3a','\x29','\x04','\x3b','\xff','\xfe','\x3a','\x29','\x04','\x38','\xe9','\x54','\x78','\x09','\x24','\x58','\x09','\x24','\x58','\xe9','\x54','\x98','\x29','\x04','\x19','\xff','\xfc','\x18','\x28','\x02','\x18','\xe8','\x03','\x18','\x0f','\xff','\x18','\x07','\xfe','\x01','\x81','\xc0','\x0f','\xc1','\x86','\xfc','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x3e','\x7c','\x0c','\x22','\x44','\x0d','\xa2','\x44','\xff','\xfe','\x7c','\x0c','\x04','\x20','\x0c','\x3f','\xfc','\x1e','\x04','\x20','\x1d','\x04','\x20','\x1d','\xbf','\xfc','\x3d','\x84','\x20','\x2c','\x04','\x26','\x2c','\xff','\xff','\x6c','\x0c','\x88','\x4c','\x18','\x8c','\x8c','\x38','\x58','\x0c','\x68','\x60','\x0d','\x89','\xb0','\x0c','\x7e','\x1f','\x0c','\x38','\x0e','\x0c','\x20','\x06','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x00','\x00','\x60','\x1f','\xff','\xf0','\x00','\x00','\x60','\x08','\x00','\x60','\x0f','\xff','\xe0','\x0c','\x00','\x00','\x0c','\x00','\x18','\x0f','\xff','\xfc','\x0c','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x70','\x00','\x03','\xe0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x98','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x02','\x03','\x80','\x03','\x03','\x00','\x46','\x03','\x0c','\x28','\x1f','\xfe','\x31','\x03','\x0c','\x19','\x83','\x0c','\x1b','\x03','\x0c','\x02','\x03','\x0c','\x04','\x43','\x0c','\x08','\x62','\x0c','\x11','\xe6','\x1c','\xfe','\x64','\x18','\x70','\x08','\xf8','\x40','\x30','\x30','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x23','\xfe','\x0c','\x39','\xfe','\x70','\x30','\x00','\x00','\x40','\x00','\x1f','\xff','\xf8','\x18','\x10','\x18','\x18','\x19','\x18','\x18','\x9f','\x98','\x18','\x51','\x18','\x18','\x23','\x18','\x18','\x5a','\x18','\x19','\x8e','\x18','\x18','\x1b','\x18','\x18','\x31','\x98','\x18','\xc0','\x98','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x00','\xe7','\x00','\x20','\xc6','\x10','\x18','\xc6','\x1c','\x0c','\xc6','\x38','\x0c','\xc6','\x60','\x00','\xc7','\x00','\x00','\xc6','\xc0','\x07','\xc6','\x70','\xfc','\xc6','\x38','\x71','\x86','\x1a','\x41','\x86','\x02','\x03','\x06','\x03','\x0e','\x07','\xff','\x70','\x03','\xfe','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x0f','\xff','\xe0','\x00','\x30','\x60','\x00','\x30','\x66','\xff','\xff','\xff','\x00','\x60','\x60','\x00','\xc0','\x60','\x0f','\xff','\xe0','\x01','\x80','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x1b','\x00','\x30','\x63','\x00','\x30','\x03','\x00','\x30','\x03','\xff','\xf0','\x03','\x00','\x30','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x1d','\xfe','\x73','\x98','\x00','\x03','\x18','\x30','\x07','\xff','\xf8','\x0c','\x18','\x00','\x30','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x1c','\x00','\x10','\x18','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\xfe','\x03','\x01','\xfe','\x0e','\x00','\x00','\x73','\xff','\xc0','\x03','\x00','\xc0','\x03','\x1f','\xc0','\x03','\x10','\xc0','\x23','\x10','\xcc','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\xc1','\x86','\x06','\xc3','\x86','\x04','\x0e','\x03','\xf8','\x70','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1f','\xff','\xf0','\x10','\x44','\x10','\x1f','\xc7','\xf0','\x00','\x44','\x00','\x3f','\xc7','\xf8','\x20','\x44','\x08','\x20','\x47','\xf8','\x3f','\xc4','\x08','\x20','\x44','\x0a','\x20','\x47','\xfa','\x3f','\xc0','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x41','\xfe','\x70','\xe0','\x00','\x01','\xff','\xc0','\x07','\x43','\x80','\x3a','\x2e','\x00','\x01','\x78','\x00','\x03','\xc0','\x00','\x7e','\x00','\x60','\x07','\xff','\xf0','\x04','\x18','\x00','\x08','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x0e','\x18','\x38','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x61','\x83','\x08','\x63','\x03','\xfe','\x0c','\x01','\xfe','\x30','\x18','\x00','\x07','\xff','\xe0','\x04','\x18','\x26','\xff','\xff','\xff','\x04','\x18','\x20','\x07','\xff','\xe0','\x00','\x18','\x00','\x0f','\xff','\xf0','\x08','\x18','\x10','\x0f','\xff','\xf0','\x00','\xc0','\x06','\xff','\xff','\xff','\x03','\x01','\xc0','\x06','\xc3','\x00','\x00','\x3f','\xc0','\x00','\xf0','\xf0','\x1f','\x00','\x30','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x61','\xc3','\x08','\x63','\x83','\x00','\x06','\x03','\xfe','\x18','\x01','\xfe','\xe7','\x02','\x00','\x06','\x03','\x80','\x3f','\xe3','\x06','\x30','\x63','\xff','\x3f','\xe6','\x10','\x30','\x65','\x1c','\x3f','\xe9','\x18','\x06','\x01','\x18','\xff','\xf8','\xb0','\x0c','\x00','\xb0','\x0f','\xe0','\x60','\x08','\x60','\x70','\x18','\x60','\xd8','\x10','\xc1','\x9f','\x23','\xc3','\x0e','\x41','\x8c','\x06','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x60','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x71','\x80','\x00','\x17','\xc7','\xf0','\x18','\x00','\x10','\x1f','\xc7','\xf0','\x18','\x00','\x10','\x1f','\xff','\xf0','\x00','\x00','\x00','\x0c','\x18','\x70','\x0f','\xdf','\x60','\x0c','\x18','\x60','\x0f','\xdf','\x62','\x0c','\x18','\x32','\x0c','\x18','\x3a','\xfe','\xfe','\x1e','\x70','\x70','\x0f','\x40','\x40','\x03','\x10','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x61','\xc3','\x08','\x63','\x83','\xfe','\x0e','\x01','\xfe','\x70','\x08','\x00','\x01','\x0c','\x30','\x7f','\x8f','\xf8','\x63','\x18','\x70','\x66','\x34','\xc0','\x64','\x43','\x80','\x68','\x06','\x70','\x64','\x18','\x1f','\x66','\xf1','\xc6','\x63','\x19','\x80','\x63','\x1f','\xfc','\x63','\x21','\x80','\x6f','\x41','\x80','\x66','\x1f','\xf8','\x60','\x01','\x80','\x60','\x01','\x86','\x60','\xff','\xff','\x00','\x83','\x80','\x40','\x83','\x0c','\x30','\xff','\xfe','\x19','\x98','\xcc','\x0d','\x98','\xc8','\x0c','\x30','\xfe','\x00','\x60','\x7e','\x01','\x90','\x40','\x00','\x18','\xc0','\x00','\xff','\xfe','\x0c','\x06','\x00','\xfe','\x0c','\x08','\x0c','\x32','\x1c','\x0c','\xc5','\x30','\x0c','\x19','\xc0','\x0c','\xe3','\xa0','\x0c','\x05','\x98','\x0c','\x19','\x8c','\x0c','\xe7','\x8c','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x3f','\xfe','\x40','\x00','\x00','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\xc0','\xc3','\x06','\xc3','\x83','\x04','\x1c','\x01','\xf8','\x00','\x18','\x00','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf0','\x00','\x00','\x00','\x3f','\xff','\xfc','\x30','\x66','\x0c','\x37','\xc3','\xec','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x03','\x80','\xfe','\x7e','\x00','\x0e','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\xc1','\x86','\x06','\xc3','\x86','\x04','\x0e','\x03','\xf8','\x70','\x00','\x00','\x01','\x81','\xc0','\x0f','\xc1','\x8c','\xfc','\x01','\xfe','\x0c','\x81','\x80','\x4c','\xcf','\xf8','\x2c','\x89','\x88','\x2d','\x09','\x68','\xff','\xca','\x28','\x1c','\x08','\x08','\x1c','\x3f','\xfe','\x3e','\x31','\x86','\x2d','\x31','\x06','\x6d','\xb1','\x26','\x4d','\xb7','\xf6','\x8c','\x33','\x16','\x0c','\x30','\x1e','\x0c','\x30','\x0c','\x00','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x01','\x00','\xc0','\x01','\xc0','\xc0','\x41','\x80','\xc6','\x21','\x9f','\xff','\x21','\x00','\xc0','\x21','\x00','\xc0','\x31','\x00','\xc0','\x31','\x00','\xc0','\x32','\x00','\xc0','\x02','\x00','\xc0','\x03','\xc0','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\x18','\x0e','\x00','\x7c','\x0c','\x01','\xf0','\x0c','\x0f','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x01','\x00','\xc0','\x01','\xc0','\xc0','\x41','\x80','\xc0','\x21','\x80','\xc6','\x21','\x1f','\xff','\x21','\x00','\xc0','\x31','\x00','\xc0','\x31','\x00','\xc0','\x32','\x00','\xc0','\x02','\x00','\xc0','\x03','\xc0','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x00','\x08','\x20','\x1c','\x0e','\x20','\x18','\x0c','\x20','\x18','\x0c','\x20','\x18','\x0c','\x10','\x19','\x88','\x10','\xff','\xc8','\x10','\x02','\x18','\x18','\x03','\x90','\x08','\x43','\x10','\x0c','\x23','\x3f','\xff','\x22','\x26','\x36','\x22','\x46','\x30','\x32','\x06','\x30','\x32','\x06','\x30','\x34','\x06','\x30','\x04','\x0c','\x30','\x05','\x8c','\x30','\xfe','\x0c','\x30','\x70','\x08','\x30','\x40','\x18','\x70','\x00','\x10','\x60','\x00','\x23','\xe0','\x00','\xc0','\xc0','\x00','\x00','\x18','\x1c','\x00','\x3c','\x18','\x00','\xf0','\x18','\x03','\xc0','\x18','\x1f','\x80','\x19','\x81','\x80','\xff','\xc1','\x80','\x02','\x01','\x8c','\x03','\x9f','\xfe','\x43','\x01','\x80','\x23','\x01','\x80','\x22','\x01','\x80','\x22','\x01','\x80','\x32','\x01','\x86','\x32','\x3f','\xff','\x34','\x01','\x80','\x04','\x01','\x80','\x05','\x81','\x80','\xfe','\x01','\x82','\x70','\x01','\x82','\x40','\x01','\x82','\x00','\x01','\x83','\x00','\x01','\xff','\x00','\x00','\xfe','\x00','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc1','\x80','\xff','\xe1','\x86','\x01','\x01','\xff','\x01','\xc1','\x80','\x41','\x81','\x80','\x21','\x81','\x80','\x21','\x01','\x80','\x21','\x01','\x80','\x31','\x11','\x8c','\x31','\x1f','\xfe','\x32','\x18','\x0c','\x02','\x18','\x0c','\x03','\xd8','\x0c','\xfe','\x18','\x0c','\x70','\x18','\x0c','\x40','\x18','\x0c','\x00','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x18','\x08','\xc0','\x18','\x08','\xc6','\x19','\x8f','\xff','\xff','\xd8','\x06','\x02','\x18','\x04','\x03','\x98','\x08','\x43','\x00','\x00','\x23','\x00','\x06','\x22','\x3f','\xff','\x22','\x00','\xc0','\x32','\x00','\xc0','\x32','\x00','\xc0','\x34','\x00','\xc0','\x04','\x00','\xc0','\x05','\x80','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xcc','\xff','\xef','\xfe','\x00','\x00','\x00','\x01','\x00','\x08','\x01','\xc0','\x0e','\x41','\x84','\x0c','\x21','\x84','\x0c','\x21','\x82','\x0c','\x21','\x02','\x0c','\x31','\x02','\x18','\x31','\x02','\x18','\x31','\x03','\x18','\x32','\x03','\x10','\x02','\x03','\x10','\x02','\x03','\x10','\x03','\xc0','\x20','\xfe','\x00','\x20','\x70','\x00','\x26','\x40','\x1f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x1c','\x00','\x06','\x18','\x7f','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x19','\x81','\x00','\xff','\xc1','\x00','\x02','\x12','\x0c','\x03','\x9f','\xfe','\x43','\x18','\x0c','\x23','\x18','\x0c','\x22','\x18','\x0c','\x22','\x18','\x0c','\x32','\x18','\x0c','\x32','\x1f','\xfc','\x34','\x18','\x0c','\x04','\x18','\x0c','\x05','\x98','\x0c','\xfe','\x18','\x0c','\x70','\x18','\x0c','\x40','\x18','\x0c','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x00','\x02','\x00','\x1c','\x03','\x80','\x18','\x03','\x10','\x18','\x02','\x08','\x18','\x04','\x0c','\x19','\xbf','\xf6','\xff','\xdf','\x06','\x00','\x10','\x06','\x02','\x04','\x00','\x43','\x87','\x00','\x23','\x06','\x18','\x23','\x0f','\xfc','\x22','\x09','\x80','\x32','\x11','\x80','\x32','\x01','\x86','\x34','\x7f','\xff','\x04','\x03','\x40','\x05','\x83','\x40','\xfe','\x02','\x20','\x70','\x06','\x30','\x40','\x04','\x18','\x00','\x08','\x1f','\x00','\x10','\x0e','\x00','\x60','\x06','\x00','\x01','\xc0','\x1c','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x19','\x81','\x80','\xff','\xc1','\x80','\x02','\x21','\x8c','\x03','\xbf','\xfe','\x43','\x31','\x8c','\x23','\x31','\x8c','\x22','\x31','\x8c','\x22','\x31','\x8c','\x32','\x3f','\xfc','\x32','\x33','\x8c','\x34','\x03','\xc0','\x04','\x07','\xa0','\x05','\x85','\xa0','\xfe','\x0d','\x90','\x70','\x09','\x98','\x40','\x11','\x8f','\x00','\x21','\x8e','\x00','\xc1','\x86','\x00','\x01','\x80','\x00','\x10','\x18','\x1c','\x1f','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xf8','\x19','\x98','\x18','\xff','\xd8','\x18','\x02','\x18','\x18','\x03','\x9f','\xf8','\x43','\x06','\x00','\x23','\x06','\x00','\x23','\x0c','\x06','\x22','\x0f','\xff','\x32','\x18','\x06','\x32','\x3c','\xc6','\x34','\x59','\xe6','\x04','\x1b','\x06','\x05','\x9c','\x06','\xfe','\x18','\x46','\x70','\x18','\x66','\x40','\x1f','\xe6','\x00','\x0f','\xcc','\x00','\x00','\x3c','\x00','\x00','\x18','\x00','\x40','\x06','\x1c','\x7f','\xff','\x18','\x60','\x00','\x18','\x60','\x00','\x1b','\x68','\x0c','\xff','\xef','\xfe','\x00','\x68','\xc4','\x04','\x68','\xc4','\x87','\x68','\xc4','\x46','\x6f','\xfc','\x46','\x68','\xc4','\x66','\x68','\xc4','\x64','\x68','\xc4','\x64','\x6f','\xfc','\x04','\x60','\xc0','\x07','\x60','\xc0','\xfc','\x40','\xc4','\x70','\xcf','\xfe','\x40','\xc0','\xc0','\x00','\x80','\xc0','\x01','\x80','\xc0','\x01','\x00','\xc6','\x02','\x3f','\xff','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x00','\x00','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\xc0','\x7f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x60','\xc0','\x06','\x60','\xc0','\x01','\xc0','\xc0','\x00','\xf0','\xc0','\x00','\xb8','\xc2','\x01','\x9c','\xc2','\x03','\x0c','\xc2','\x06','\x00','\xc3','\x18','\x00','\xff','\xe0','\x00','\x7e','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x08','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x18','\x63','\x0c','\x10','\xc3','\x0c','\x20','\xc6','\x0c','\x41','\x86','\x0c','\x03','\x0c','\x1c','\x06','\x0c','\x18','\x0c','\x18','\x18','\x30','\x30','\x38','\x00','\x60','\x30','\x01','\x80','\x70','\x0e','\x03','\xe0','\x00','\x00','\xc0','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x60','\x81','\x80','\x00','\x00','\x00','\x78','\x08','\x1f','\xfc','\x0f','\xfc','\x40','\x0c','\x00','\x40','\x0c','\x1c','\x40','\x0c','\x18','\x40','\x0c','\x18','\x40','\x0c','\x18','\x60','\x0c','\x18','\x20','\x0c','\x18','\x20','\x08','\x18','\x30','\x08','\x18','\x30','\x18','\x18','\x18','\x10','\x18','\x1f','\x20','\x18','\x0e','\xc0','\x18','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x40','\x41','\x90','\x60','\x81','\x80','\x60','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x00','\x18','\x00','\x02','\x18','\x00','\x02','\x18','\x00','\x02','\x18','\x00','\x03','\x1f','\xff','\xff','\x0f','\xff','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x11','\x04','\x80','\x20','\x88','\x60','\x40','\xd0','\x30','\x80','\xc0','\x30','\x07','\x00','\x00','\x06','\x02','\x0c','\x06','\x33','\xfe','\x7f','\xfb','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x06','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x08','\x73','\x0c','\x18','\x63','\xfc','\x10','\x63','\x0c','\x23','\xe3','\x0c','\xc0','\xc0','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x00','\x0c','\x18','\x18','\x0f','\xff','\xfc','\x18','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x40','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x14','\x04','\x80','\x22','\x08','\x60','\x43','\x10','\x30','\x83','\x40','\x30','\x00','\x70','\x00','\x00','\x60','\x40','\x00','\xc0','\x30','\x00','\x80','\x18','\x7f','\xff','\xec','\x3f','\xc0','\x0e','\x20','\x00','\x06','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x10','\x00','\x00','\x0e','\x20','\x18','\x06','\x3f','\xfc','\x80','\x30','\x18','\x70','\x30','\x18','\x31','\x30','\x18','\x02','\x30','\x18','\x04','\x30','\x18','\x0c','\x30','\xf8','\x18','\x30','\x30','\xf0','\x30','\x02','\x70','\x30','\x02','\x30','\x30','\x02','\x30','\x30','\x03','\x38','\x3f','\xff','\x18','\x1f','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x19','\x9f','\x33','\xff','\xce','\xc0','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x30','\x84','\x00','\x30','\x07','\x00','\x00','\x06','\x00','\x30','\x0f','\xff','\xf8','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x7e','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\xa0','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x20','\x31','\xff','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x20','\x31','\xff','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x10','\x33','\xff','\xf8','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\xa0','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x00','\x20','\x31','\xff','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x20','\x31','\xff','\xf0','\x30','\x0c','\x00','\x30','\x0c','\x80','\x30','\x0c','\x60','\x30','\x0c','\x20','\x33','\xff','\xf8','\x30','\x00','\x00','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x40','\x41','\x90','\x60','\x81','\x80','\x60','\x00','\x00','\x18','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x30','\x84','\x00','\x30','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x27','\xfe','\x0c','\xc6','\x06','\x0c','\x06','\x06','\x0c','\x07','\xfe','\x0c','\x06','\x06','\x0c','\x06','\x06','\x1c','\x07','\xfe','\x18','\x06','\x06','\x18','\x00','\x00','\x38','\x00','\x01','\xf0','\x00','\x00','\x60','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x60','\x00','\x00','\xc0','\x00','\x03','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x80','\x30','\x81','\x98','\x30','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\x81','\xc0','\x07','\x00','\xf8','\x1c','\x00','\x3f','\xe3','\xff','\xce','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x30','\x84','\x1c','\x30','\x07','\x18','\x00','\x06','\x18','\x30','\x0f','\xff','\xf8','\x08','\x18','\x00','\x10','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\xc3','\x00','\x01','\x83','\x02','\x03','\x83','\x02','\x07','\x03','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x0c','\x1f','\xff','\xfe','\x12','\x09','\x00','\x21','\x10','\xc0','\x41','\xa0','\x40','\x01','\x80','\x18','\x06','\x01','\xfc','\xff','\x3f','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x18','\x39','\x8c','\x33','\x31','\xfe','\x7f','\xb1','\x80','\x63','\x31','\x80','\x03','\x31','\x80','\x26','\x31','\x86','\x16','\xff','\xff','\x0c','\x00','\x00','\x0b','\x00','\x00','\x11','\xff','\xff','\x20','\x3f','\xfe','\xc0','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x30','\x00','\x00','\x20','\x00','\x10','\x40','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x80','\x30','\x81','\x9c','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x08','\x18','\x40','\x0e','\x18','\x70','\x0c','\x18','\x60','\x0b','\x18','\xd0','\x19','\xb4','\x88','\x11','\xb5','\x0c','\x20','\x32','\x0c','\x00','\x62','\x00','\x00','\x61','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x7e','\x0c','\x00','\x3c','\x70','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x30','\x80','\x00','\x30','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x06','\x02','\x01','\xc6','\x02','\x03','\x86','\x02','\x07','\x06','\x03','\x1c','\x07','\xff','\xe0','\x03','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x02','\x08','\x00','\x03','\x8e','\x00','\x07','\x1c','\x0c','\x06','\x1f','\xfe','\x0c','\x36','\x00','\x1c','\x66','\x00','\x3c','\xc6','\x0c','\x6d','\x07','\xfe','\x8c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x06','\x0c','\x07','\xff','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x84','\x30','\x08','\x07','\x00','\x0e','\x06','\x00','\x0c','\x06','\x06','\x0d','\xcf','\xff','\x19','\x88','\x20','\x19','\x94','\x38','\x39','\xa4','\x30','\x39','\x82','\x60','\x59','\x83','\x60','\x99','\x81','\xc0','\x19','\x80','\x80','\x19','\x81','\xc0','\x19','\x83','\x70','\x19','\x86','\x3f','\x18','\x0c','\x1e','\x18','\x30','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x40','\x21','\x08','\x30','\x41','\x90','\x30','\x81','\x8e','\x00','\x00','\x0c','\xc0','\x10','\x0c','\x4c','\x1f','\xff','\xfe','\x18','\x06','\x00','\x18','\x06','\x10','\x18','\x66','\x1c','\x1f','\xf3','\x18','\x18','\x63','\x30','\x18','\x61','\xb0','\x18','\x61','\xe2','\x18','\xe0','\xc2','\x30','\xc1','\xe2','\x37','\xc3','\x72','\x21','\x8c','\x3f','\x40','\x30','\x1f','\x80','\x00','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x04','\x18','\x40','\x07','\x18','\x70','\x06','\x18','\x60','\x0c','\x18','\x60','\x0b','\x18','\xd8','\x11','\x98','\x8c','\x21','\x99','\x0c','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x00','\x00','\x0e','\x0e','\x1c','\x0c','\x0c','\x18','\x0d','\x8c','\x18','\xff','\xff','\xff','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0d','\x8c','\x18','\xfe','\x0f','\xf8','\x7c','\x0c','\x18','\x4c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x7c','\x0f','\xf8','\x18','\x0c','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\xa0','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x07','\x0c','\x31','\xff','\x8c','\x30','\x18','\x0c','\x30','\x18','\xcc','\x37','\xff','\xec','\x30','\x3c','\x0c','\x30','\x7b','\x0c','\x30','\xd9','\x8c','\x31','\x18','\xcc','\x36','\x18','\xcc','\x30','\x18','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\x80','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0e','\x07','\x0c','\x0c','\x06','\x1e','\x0f','\xf6','\x70','\x0c','\x07','\x82','\x0c','\x06','\x02','\xff','\xe6','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x0e','\x20','\x0c','\x0c','\x3f','\xfe','\x0d','\xb0','\x00','\xff','\xf0','\xe0','\x0c','\x30','\xc0','\x0c','\x37','\xfc','\x0c','\x34','\xc4','\x0d','\xb4','\xc4','\x1e','\x34','\xc4','\xfc','\x34','\xdc','\x6c','\x34','\xcc','\x4c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\x06','\x7c','\x3f','\xff','\x18','\x30','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x40','\x21','\x88','\x30','\x41','\x80','\x30','\x90','\x1c','\x00','\x10','\x18','\x0c','\x3f','\xff','\xfe','\x31','\x03','\x0c','\x61','\xc3','\x08','\x61','\x83','\x00','\x03','\x03','\xfe','\x0c','\x01','\xfe','\x70','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\xd0','\x30','\x80','\xc0','\x30','\x03','\x00','\x00','\x03','\x00','\x0e','\x06','\xc1','\xcc','\x0c','\x31','\x8c','\x18','\x19','\x8c','\x30','\xd9','\x8c','\xcf','\xe1','\x8c','\x00','\x01','\x8c','\x20','\x31','\x8c','\x3f','\xf9','\x8c','\x30','\x31','\x8c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x30','\x0c','\x3f','\xf0','\x7c','\x30','\x30','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x30','\x80','\x04','\x30','\x00','\xe3','\x00','\x00','\xc1','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x80','\x00','\x33','\xc0','\x00','\x1c','\x08','\x01','\xe7','\x8c','\x7e','\x00','\xfc','\x00','\xe6','\x00','\x00','\xc2','\x06','\x7f','\xff','\xff','\x00','\x60','\x80','\x00','\x33','\xc0','\x00','\x1c','\x04','\x01','\xe7','\x86','\x7e','\x00','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x60','\x80','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x10','\x0f','\xff','\xf0','\x00','\x00','\x10','\x0f','\xff','\xf0','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x40','\x21','\x88','\x30','\x41','\x90','\x30','\x80','\x01','\xc0','\x00','\x1f','\xe0','\x0f','\xf8','\x40','\x04','\x20','\x60','\x06','\x30','\x80','\x1f','\xff','\xf8','\x00','\x18','\x18','\x00','\x18','\x1a','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x30','\x81','\x03','\x30','\x01','\xff','\x80','\x03','\x06','\x00','\x06','\x04','\x30','\x0f','\xff','\xf8','\x30','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x60','\x80','\x00','\x00','\x21','\x88','\x0c','\x3f','\xcf','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x3c','\x3f','\x8c','\x18','\x31','\x8c','\x00','\x31','\x8f','\xfe','\x31','\x8c','\x86','\x3f','\x8c','\x8c','\x31','\x8c','\x4c','\x31','\x8c','\x58','\x21','\x8c','\x30','\x61','\x8c','\x58','\x4f','\x8d','\x8f','\x83','\x0c','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x90','\x20','\xa0','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x0c','\x00','\x30','\x0c','\x00','\x37','\xff','\xfc','\x31','\x0c','\x20','\x31','\x0c','\x20','\x33','\x8c','\x70','\x32','\xda','\x98','\x34','\x59','\x08','\x30','\x31','\x80','\x30','\x60','\xe0','\x31','\x80','\x7c','\x36','\x00','\x18','\x30','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\xa0','\x60','\x80','\x30','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x08','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x10','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x60','\x80','\x00','\x00','\x04','\x3f','\xe0','\x07','\x00','\x60','\x06','\x00','\x6c','\x0c','\xff','\xfe','\x0c','\x20','\x00','\x18','\x30','\x00','\x18','\x3f','\xf8','\x38','\x23','\x00','\x58','\x43','\x06','\x99','\xff','\xff','\x18','\x06','\x80','\x18','\x0c','\x40','\x18','\x0c','\x60','\x18','\x18','\x38','\x18','\x30','\x1f','\x19','\xc0','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x08','\x60','\x41','\x90','\x30','\x81','\x80','\x30','\x00','\x04','\x00','\x39','\xc7','\x00','\x31','\x86','\x0c','\xff','\xe7','\xfe','\x31','\x84','\x0c','\x31','\x8c','\x08','\x31','\x89','\xd0','\x31','\x91','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x83','\x40','\x31','\x83','\x20','\x31','\x82','\x38','\x3f','\x86','\x1f','\x31','\x8c','\x0e','\x00','\x30','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x40','\x21','\x08','\x30','\x41','\x90','\x30','\x81','\x8e','\x00','\x00','\x0c','\xc0','\x20','\x0c','\x4c','\x3f','\xff','\xfe','\x30','\x06','\x00','\x30','\x06','\x10','\x33','\xf6','\x1c','\x30','\x03','\x18','\x30','\x03','\x30','\x33','\xf1','\xb0','\x32','\x11','\xe2','\x32','\x10','\xc2','\x33','\xf1','\xe2','\x20','\x03','\x72','\x60','\x0c','\x3f','\x40','\x30','\x1f','\x80','\x00','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x30','\x81','\xff','\xb0','\x01','\x81','\x80','\x03','\x03','\x00','\x03','\xff','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\x70','\x00','\x01','\xc0','\x20','\x07','\x30','\x38','\x38','\x58','\x70','\x01','\x9c','\xc0','\x06','\x2e','\x00','\x38','\x4d','\x80','\x01','\x8c','\xe0','\x0e','\x0c','\x7e','\x70','\x7c','\x1c','\x00','\x18','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x20','\x81','\x00','\x88','\x3f','\xff','\xfc','\x01','\x00','\x80','\x1f','\xff','\xf8','\x01','\x00','\x82','\xff','\xff','\xff','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x60','\x08','\x00','\x00','\x4d','\x80','\x06','\x7f','\xdf','\xff','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x88','\xc6','\x7f','\x8f','\xff','\x60','\x0c','\xc6','\x60','\x0c','\xc6','\x7f','\x8c','\xc6','\x61','\x8c','\xc6','\x61','\x8c','\xc6','\x61','\x8c','\xde','\x61','\x8c','\xcc','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x00','\x00','\xc0','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x80','\x60','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\xe4','\x08','\x01','\xc2','\x1c','\x07','\x81','\x60','\x19','\x81','\x80','\xe1','\x80','\xe0','\x0f','\xfc','\x7e','\x07','\xc0','\x3c','\x04','\x00','\x0c','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x66','\x06','\x1f','\xff','\xff','\x14','\x10','\x80','\x23','\x20','\x60','\x41','\x18','\x20','\xbf','\xff','\xfc','\x00','\x00','\x00','\x1f','\xff','\xf8','\x06','\x00','\x60','\x06','\x00','\x62','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x1f','\xff','\xf8','\x00','\xe4','\x04','\x01','\xc2','\x0e','\x07','\x81','\x30','\x19','\x81','\x80','\xe1','\x80','\xe0','\x0f','\xfc','\x7e','\x07','\xc0','\x3c','\x04','\x00','\x0c','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\xa0','\x60','\x80','\x30','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\xc3','\x30','\x0c','\x3c','\x30','\x0c','\xc3','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0e','\x07','\x00','\x0c','\x66','\x10','\x0f','\xf6','\x78','\x0c','\x07','\xc2','\x0c','\x06','\x02','\xff','\xe6','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x32','\x04','\x80','\x41','\x88','\x60','\x00','\x80','\x20','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x00','\x01','\xd8','\xc0','\x07','\x18','\x78','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x10','\x02','\x00','\x18','\x63','\x06','\x3f','\xf7','\xff','\x2c','\x04','\x40','\x44','\x08','\x30','\x83','\x13','\x90','\x03','\x03','\x06','\x7f','\xf3','\xff','\x10','\x43','\x00','\x08','\x43','\xfc','\x08','\x80','\x0c','\xff','\xf8','\x0c','\x00','\x03','\xfc','\x3f','\xe3','\x00','\x30','\x63','\xfe','\x30','\x63','\x00','\x3f','\xe3','\xfe','\x30','\x63','\x00','\x30','\x63','\xfe','\x3f','\xe3','\x00','\x30','\x63','\x02','\x30','\x63','\x03','\x31','\xe3','\xff','\x30','\xc1','\xfe','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x08','\x80','\x21','\x80','\x60','\x41','\x9c','\x60','\x80','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x01','\x80','\x00','\x07','\xc1','\xfc','\x78','\x00','\x1e','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x41','\x90','\x60','\x8e','\x04','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x0c','\xff','\xef','\xfe','\x18','\x0a','\x00','\x18','\x13','\x00','\x19','\x87','\xfc','\x1f','\xc4','\xc0','\x19','\x88','\xc0','\x19','\x80','\xc6','\x19','\x9f','\xff','\x31','\x81','\xa0','\x31','\x81','\xa0','\x23','\x83','\x10','\x63','\x02','\x1c','\x4f','\x04','\x0f','\x86','\x18','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x05','\x00','\x21','\x88','\xc0','\x41','\x90','\x60','\x80','\x00','\x68','\x3f','\xf8','\x0e','\x30','\x18','\x1c','\x31','\x18','\x38','\x37','\xd8','\x60','\x31','\x19','\x88','\x31','\x18','\x0e','\x37','\xd8','\x1c','\x30','\x18','\x38','\x37','\xd8','\x60','\x34','\x59','\x84','\x34','\x58','\x07','\x37','\xd8','\x0e','\x20','\x18','\x1c','\x60','\x18','\x30','\x40','\xf8','\xc0','\x80','\x33','\x00','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x80','\x20','\x9f','\xff','\xf8','\x10','\x18','\x08','\x1f','\xff','\xf8','\x10','\x18','\x08','\x10','\x18','\x08','\x1f','\xff','\xf8','\x03','\x18','\xc0','\x03','\x18','\xc6','\xff','\xff','\xff','\x03','\x18','\xc0','\x03','\x18','\xc0','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x0c','\x80','\x43','\x10','\x60','\x81','\x00','\x20','\x00','\x04','\x00','\x00','\x0f','\xf0','\x70','\x18','\x60','\x1c','\x64','\xc0','\x0c','\x03','\x80','\x00','\x0c','\x70','\x00','\x31','\x1f','\x0c','\xcf','\xe6','\xfe','\x01','\x00','\x0c','\x0f','\xe0','\x0c','\x01','\x00','\x0c','\x7f','\xfc','\x0c','\x01','\x00','\x1a','\x01','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x10','\x00','\x00','\x0c','\x3f','\xf0','\x84','\x06','\x30','\x61','\x06','\x30','\x22','\x24','\x38','\x0c','\x4c','\x66','\xf8','\xc9','\xe2','\x30','\x10','\xc0','\x30','\x20','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x80','\x03','\x98','\xf0','\x1e','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x00','\x18','\x00','\x07','\xff','\xe0','\x04','\x18','\x26','\xff','\xff','\xff','\x04','\x18','\x20','\x07','\xff','\xe0','\x00','\x18','\x00','\x0f','\xff','\xf0','\x08','\x18','\x10','\x0f','\xff','\xf0','\x00','\xc0','\x06','\xff','\xff','\xff','\x03','\x01','\xc0','\x06','\xc3','\x00','\x00','\x3f','\xc0','\x00','\xf0','\xf0','\x1f','\x00','\x30','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x3f','\xff','\xfc','\x00','\x18','\x00','\x07','\x1f','\xf0','\x06','\x18','\x00','\x06','\x18','\x06','\xff','\xff','\xff','\x06','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\x00','\x06','\x00','\x0c','\x07','\xff','\xfe','\x10','\x02','\x0c','\x12','\x21','\x8c','\x33','\x18','\x9c','\x63','\x08','\x18','\x60','\x00','\xf8','\x00','\x00','\x30','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x08','\x80','\x21','\x80','\x60','\x40','\x98','\x20','\x8f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x01','\x80','\x00','\x07','\xc1','\xfc','\x78','\x00','\x1e','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x11','\x08','\x80','\x20','\xc0','\x60','\x40','\x40','\x20','\x01','\x81','\x80','\x1f','\xff','\xf8','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x01','\x00','\x00','\x03','\xc1','\xf0','\x07','\x00','\x3c','\x38','\x00','\x0c','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x10','\x20','\x3f','\xc7','\xf8','\x12','\x02','\x40','\x12','\x02','\x44','\xff','\xef','\xfe','\x05','\x00','\xa0','\x0d','\x21','\x22','\x19','\xc6','\x23','\x31','\x98','\x3f','\xc0','\x00','\x1e','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x02','\x00','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x42','\x08','\x60','\x82','\xc0','\x20','\x01','\xff','\x80','\x03','\x01','\x00','\x06','\x02','\x06','\x0f','\xff','\xff','\x3c','\x30','\xc0','\xcc','\xc0','\x7e','\x0f','\x3f','\x80','\x0c','\x00','\x00','\x0f','\xff','\xfc','\x0c','\x00','\x00','\x0c','\xff','\xe0','\x18','\x00','\x00','\x18','\xff','\xe0','\x10','\x00','\x00','\x33','\xff','\xf8','\x23','\x00','\x18','\x43','\xff','\xf8','\x03','\x00','\x18','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x08','\xff','\xff','\xff','\x00','\x18','\x08','\x1f','\xff','\xf8','\x00','\x18','\x00','\x1d','\x19','\x1c','\x18','\xd9','\x98','\x18','\x5a','\x18','\x1b','\xff','\xd8','\x18','\x38','\x18','\x30','\x7c','\x18','\x30','\xdb','\x18','\x21','\x99','\x98','\x46','\x19','\x98','\x80','\x18','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x08','\x80','\x21','\x00','\x60','\x41','\x98','\x30','\x81','\xb8','\x30','\x00','\x74','\x00','\x00','\xe3','\x00','\x01','\x81','\xe0','\x06','\x7e','\x7f','\x18','\x00','\x0e','\xe0','\x00','\x00','\x0f','\xe7','\xf0','\x0c','\x66','\x30','\x0c','\x66','\x30','\x0c','\x66','\x30','\x0f','\xe7','\xf0','\x02','\x00','\x80','\x03','\x00','\xc0','\x06','\xe1','\xb0','\x0c','\x63','\x1c','\x30','\x0c','\x0c','\x10','\x02','\x00','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x00','\x20','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x04','\x07','\xff','\xe8','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x30','\x1f','\xdf','\xfe','\x10','\x48','\x30','\x10','\x46','\x30','\x1f','\xc6','\xf0','\x00','\x00','\x60','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x02','\x20','\x7f','\xf3','\x80','\x62','\x03','\x00','\x62','\x02','\x06','\x7f','\xe7','\xff','\x60','\x64','\x00','\x60','\x68','\x00','\x7f','\xe0','\x0c','\x62','\x03','\xfe','\x62','\x00','\x00','\x7f','\xf0','\x00','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x22','\x04','\x80','\x41','\x88','\x60','\x80','\x80','\x20','\x07','\x21','\x00','\x46','\x31','\xc0','\x36','\x61','\x80','\x16','\x81','\x86','\xff','\xfb','\xff','\x0e','\x02','\x10','\x1f','\x85','\x1c','\x36','\x69','\x18','\xc6','\x21','\x18','\x0c','\x00','\xb0','\xff','\xf8','\xb0','\x18','\xc0','\x60','\x30','\xc0','\x60','\x3d','\x80','\xf0','\x07','\x01','\x9f','\x1d','\xc3','\x0e','\xe0','\xcc','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x21','\x88','\x60','\x40','\x94','\x20','\x8e','\x07','\x00','\x0c','\x06','\x06','\x0c','\xcf','\xff','\xff','\xe8','\x00','\x18','\x12','\x08','\x18','\x0f','\xfe','\x19','\x82','\x08','\x1f','\xc3','\xf8','\x19','\x82','\x08','\x19','\x83','\xf8','\x19','\x82','\x08','\x31','\x82','\x08','\x31','\x9f','\xff','\x23','\x82','\x00','\x63','\x03','\x18','\x4f','\x06','\x0e','\x86','\x18','\x06','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x63','\x06','\x1f','\xf7','\xff','\x12','\x04','\x80','\x23','\x08','\x60','\x41','\x04','\x20','\x8e','\x4e','\x06','\x0c','\x79','\xff','\x0c','\x60','\x66','\xff','\xe0','\x66','\x0c','\x64','\x46','\x0c','\x66','\xc6','\x0c','\xfa','\x9e','\x0c','\x61','\x0c','\x0f','\x00','\x00','\xfc','\x3f','\xfc','\x6c','\x31','\x0c','\x4c','\x31','\x0c','\x0c','\x3f','\xfc','\x0c','\x31','\x0c','\x0c','\x31','\x0c','\x7c','\x3f','\xfc','\x18','\x30','\x0c','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x10','\x28','\x3f','\x1b','\x8c','\x33','\x1b','\x18','\x33','\x03','\x20','\x33','\x7f','\xfc','\x3f','\x06','\x80','\x33','\x04','\x40','\x33','\xff','\xff','\x33','\x08','\x30','\x33','\x11','\x98','\x3f','\x29','\x2f','\x33','\x4d','\x36','\x33','\x8d','\x40','\x33','\x01','\x00','\x23','\x0d','\x70','\x63','\x71','\x1c','\x4f','\x27','\x0c','\x86','\x03','\x00','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x81','\x23','\x28','\x3f','\x13','\x0c','\x33','\x03','\x10','\x33','\x7f','\xfc','\x33','\x04','\x80','\x3f','\x0c','\x40','\x33','\xff','\xff','\x33','\x11','\x30','\x33','\x23','\x1c','\x33','\x54','\x4f','\x3f','\x88','\x86','\x33','\x05','\x10','\x33','\x7f','\xf8','\x33','\x31','\x08','\x23','\x19','\x20','\x63','\x11','\x18','\x4f','\x27','\x0c','\x86','\x43','\x0c','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x22','\x04','\x80','\x41','\x88','\x60','\x86','\x80','\x26','\x06','\x0f','\xff','\xff','\xf0','\xc0','\x06','\x00','\x80','\x46','\x27','\xfc','\x7f','\xf6','\x0c','\x46','\x26','\x0c','\x46','\x27','\xfc','\x46','\x26','\x0c','\x7f','\xe6','\x0c','\x4e','\x27','\xfc','\x0f','\x06','\x0c','\x16','\xc6','\x0c','\x16','\x67','\xfc','\x26','\x62','\x00','\x46','\x03','\x38','\x86','\x06','\x0e','\x06','\x18','\x06','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x43','\x08','\x60','\x89','\x20','\x20','\x08','\x21','\xc0','\x16','\x59','\x90','\x22','\x89','\x8c','\x00','\x01','\x84','\xff','\xff','\xff','\x00','\x01','\x80','\x04','\x40','\x88','\x3c','\x78','\xce','\x04','\x40','\xcc','\x3c','\x78','\x58','\x04','\x40','\x70','\x3c','\x78','\x22','\x04','\x40','\x72','\x04','\x7c','\xda','\xff','\xc1','\x9e','\x78','\x03','\x0f','\x40','\x0c','\x03','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x24','\x04','\x80','\x42','\x08','\x60','\x82','\x00','\x20','\x01','\x81','\xc0','\x3f','\xf9','\x90','\x01','\x81','\x8c','\x01','\x81','\x84','\xff','\xff','\xff','\x00','\x01','\x80','\x04','\x40','\x88','\x3c','\x78','\xce','\x04','\x40','\xcc','\x3c','\x78','\x58','\x04','\x40','\x70','\x3c','\x78','\x22','\x04','\x40','\x72','\x04','\x7c','\xda','\xff','\xc1','\x9e','\x78','\x03','\x0f','\x40','\x0c','\x03','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x1f','\xf7','\xff','\x34','\x04','\x80','\x23','\x18','\x60','\x43','\x3c','\x60','\x80','\x72','\x00','\x01','\xc1','\x80','\x07','\x00','\xf0','\x1c','\xff','\x3f','\xe0','\x00','\x0e','\x1f','\x7e','\xf8','\x11','\x42','\x88','\x11','\x42','\x88','\x1f','\x7e','\xf8','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x78','\x18','\x42','\x30','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x63','\x06','\x3f','\xf7','\xff','\x22','\x04','\x80','\x41','\x88','\x60','\x86','\x80','\x20','\x06','\x11','\x08','\xff','\xf9','\x98','\x08','\x83','\x12','\x27','\x23','\xff','\x28','\xa6','\x20','\x20','\x2a','\x20','\x3f','\xe2','\x24','\x06','\x03','\xfe','\x44','\x32','\x20','\x7f','\xfa','\x20','\x64','\x32','\x24','\x65','\x33','\xfe','\x7f','\xb2','\x20','\x6c','\xb2','\x20','\x60','\x32','\x22','\x61','\xf3','\xff','\x60','\x62','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4c','\x81','\x80','\x4c','\xe1','\x80','\x6c','\xc1','\x80','\x6c','\x81','\x80','\x0d','\x01','\x80','\x0c','\x41','\x80','\xff','\xe1','\x80','\x0c','\x01','\x86','\x0c','\x3f','\xff','\x1e','\x01','\x80','\x1d','\x81','\x80','\x1c','\xc1','\x80','\x3c','\xc1','\x80','\x2c','\x01','\x80','\x6c','\x01','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x1c','\xe0','\x0c','\x18','\xc0','\x4c','\x98','\xc0','\x4c','\xd8','\xc0','\x6d','\x98','\xc0','\x6d','\x18','\xc0','\x0e','\x18','\xc4','\x0c','\x98','\xc7','\xff','\xda','\xc6','\x0c','\x1f','\xcc','\x0c','\x18','\xd0','\x1e','\x18','\xe0','\x1d','\x98','\xc0','\x1c','\xd8','\xc0','\x3c','\xd8','\xc0','\x2c','\x18','\xc0','\x6c','\x18','\xc0','\x4c','\x18','\xc0','\x8c','\x18','\xc2','\x0c','\x18','\xc2','\x0c','\x1f','\xc2','\x0c','\xfc','\xc3','\x0c','\x70','\xff','\x0c','\x40','\x7e','\x0e','\x00','\x00','\x0c','\x00','\x06','\x4c','\x9f','\xff','\x4c','\xe0','\x00','\x6c','\xc0','\x00','\x6c','\x88','\x0c','\x0d','\x0f','\xfe','\x0c','\x4c','\x0c','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1e','\x0c','\x0c','\x1d','\x8f','\xfc','\x1c','\xcc','\x0c','\x3c','\xcc','\x0c','\x2c','\x0c','\x00','\x6c','\x0c','\x00','\x4c','\x0c','\x00','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x10','\x00','\x0c','\x30','\x00','\x0c','\x20','\x00','\x0c','\x40','\x00','\x00','\x80','\x00','\x00','\xe0','\x00','\x10','\xc0','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x19','\x11','\x18','\x18','\x92','\x18','\x1b','\xff','\xd8','\x18','\x30','\x18','\x18','\x7e','\x18','\x18','\xd3','\x98','\x1b','\x10','\x98','\x18','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x07','\xc0','\x00','\x01','\x80','\x0e','\x03','\x00','\x0c','\x03','\x00','\x4c','\x83','\x00','\x4c','\xc6','\x80','\x6d','\x86','\x80','\x6d','\x04','\x40','\x0e','\x0c','\x60','\x0c','\x88','\x30','\xff','\xd0','\x1c','\x0c','\x20','\xcf','\x0c','\x4f','\xe6','\x1e','\x00','\x00','\x1d','\x00','\x00','\x1d','\x80','\x00','\x3d','\xa0','\x18','\x2c','\x3f','\xfc','\x6c','\x30','\x18','\x4c','\x30','\x18','\x8c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x00','\x20','\x00','\x00','\x38','\x00','\x06','\x30','\x0c','\x7f','\x7f','\xfe','\x00','\x46','\x0c','\x00','\x86','\x08','\x00','\x0d','\x10','\x01','\x8c','\x80','\x0e','\x18','\x60','\xf8','\x30','\x38','\x70','\xc0','\x1f','\x43','\x00','\x06','\x08','\x1c','\x40','\x06','\x18','\x70','\x03','\x18','\xe0','\x03','\x19','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x00','\x03','\x98','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x4c','\xbf','\xff','\x4c','\xc1','\x80','\x6d','\x81','\x00','\x6d','\x01','\x00','\x0e','\x22','\x06','\x0c','\xbf','\xff','\xff','\xf2','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x1e','\x32','\x46','\x1d','\x32','\x46','\x1d','\xb2','\x46','\x3d','\xb2','\x46','\x2c','\x32','\x46','\x6c','\x32','\x46','\x4c','\x32','\x46','\x8c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x20','\x06','\x0c','\x3f','\xff','\x4c','\xb0','\x06','\x4c','\xf0','\x06','\x6d','\xb0','\x66','\x6d','\x37','\xf6','\x0e','\x30','\x06','\x0c','\xb0','\x06','\xff','\xf0','\x06','\x0c','\x32','\x26','\x0c','\x33','\xf6','\x1e','\x32','\x26','\x1d','\x32','\x26','\x1d','\xb2','\x26','\x3d','\xb2','\x26','\x2c','\x32','\x26','\x6c','\x33','\xe6','\x4c','\x32','\x26','\x8c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x4c','\x81','\x80','\x4c','\xc1','\x80','\x6d','\x81','\x00','\x6d','\x01','\x00','\x0e','\x12','\x0c','\x0c','\x9f','\xfe','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x18','\x0c','\x1d','\x98','\x0c','\x3d','\x9f','\xfc','\x2c','\x18','\x0c','\x6c','\x18','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x4c','\x01','\x80','\x4d','\x01','\x80','\x6d','\xa1','\x8c','\x6d','\x3f','\xfe','\x0e','\x31','\x8c','\x0c','\x31','\x8c','\xff','\xb1','\x8c','\x0c','\x3f','\xfc','\x0c','\x31','\x8c','\x1e','\x31','\x8c','\x1d','\x31','\x8c','\x1d','\xbf','\xfc','\x3d','\xb1','\x8c','\x2c','\x01','\x80','\x6c','\x09','\x80','\x4c','\x05','\x00','\x8c','\x03','\x00','\x0c','\x03','\x80','\x0c','\x06','\xe0','\x0c','\x0c','\x7f','\x0c','\x18','\x1e','\x0c','\xe0','\x06','\x03','\x80','\x00','\x03','\x30','\x00','\x03','\xf8','\x0c','\x03','\x07','\xfe','\x23','\x02','\x0c','\x3f','\xf1','\x18','\x30','\x61','\xb0','\x6c','\xc0','\xc0','\x47','\x81','\xe0','\x83','\x06','\x38','\x06','\x00','\x1f','\x18','\x1c','\x86','\x66','\x18','\xe0','\x03','\x98','\xc0','\x01','\x98','\x80','\x00','\x19','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x00','\x03','\x98','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x10','\x00','\x00','\x0e','\x00','\x30','\x06','\x7f','\xf8','\x80','\x06','\x30','\x70','\x06','\x30','\x32','\x46','\x38','\x04','\x4c','\x34','\x08','\xcc','\x76','\x19','\x98','\x63','\xf1','\x93','\xe3','\x70','\x20','\xc0','\x30','\x40','\x00','\x34','\x1c','\x40','\x03','\x18','\x70','\x01','\x98','\xe0','\x01','\x99','\x06','\xff','\xff','\xff','\x00','\xfa','\x00','\x01','\xd9','\x00','\x03','\x98','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4c','\x91','\x98','\x4c','\xdf','\xfc','\x6d','\x98','\x18','\x6d','\x18','\x18','\x0e','\x18','\x18','\x0c','\x9f','\xf8','\xff','\xd8','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x1e','\x18','\x18','\x1d','\x1f','\xf8','\x1d','\x99','\x04','\x3d','\x99','\x07','\x2c','\x18','\x8e','\x6c','\x18','\x88','\x4c','\x18','\xd0','\x8c','\x18','\x60','\x0c','\x18','\x70','\x0c','\x1f','\x38','\x0c','\xfc','\x1f','\x0c','\x70','\x0e','\x0c','\x40','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4c','\x81','\x80','\x4c','\xc1','\x8c','\x6d','\xbf','\xfe','\x6d','\x00','\x00','\x0e','\x08','\x20','\x0c','\x8e','\x38','\xff','\xcc','\x30','\x0c','\x0a','\x28','\x0c','\x1b','\x64','\x1e','\x13','\x46','\x1d','\x20','\x86','\x1d','\x80','\x00','\x3d','\x81','\xc0','\x2c','\x01','\x86','\x6c','\x7f','\xff','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x4c','\x91','\x80','\x4c','\xd1','\x86','\x6d','\x9f','\xff','\x6d','\x30','\x06','\x0e','\x30','\x04','\x0c','\x80','\x30','\xff','\xcf','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1e','\x00','\x0c','\x1d','\x3f','\xfe','\x1d','\x81','\x80','\x3d','\x81','\x80','\x2c','\x11','\x90','\x6c','\x1d','\x88','\x4c','\x19','\x8c','\x8c','\x31','\x86','\x0c','\x21','\x86','\x0c','\x41','\x86','\x0c','\x01','\x80','\x0c','\x0f','\x80','\x0c','\x03','\x00','\x0e','\x0e','\x70','\x0c','\x0c','\x60','\x4c','\x8c','\x60','\x4c','\xcc','\x66','\x6d','\xbf','\xff','\x6d','\x0c','\x60','\x0e','\x0c','\x60','\x0c','\x8c','\x60','\xff','\xc0','\x00','\x0c','\x08','\xe0','\x0c','\x0e','\xc0','\x1e','\x0c','\xc8','\x1d','\x1c','\xce','\x1d','\x98','\xcc','\x3d','\x98','\xd8','\x2c','\x38','\xe0','\x6c','\x38','\xc0','\x4c','\x58','\xc0','\x8c','\x98','\xc2','\x0c','\x18','\xc2','\x0c','\x18','\xc2','\x0c','\x18','\xc3','\x0c','\x18','\xff','\x0c','\x18','\x7e','\x0e','\x00','\x18','\x0c','\x1f','\xfc','\x4c','\x80','\x30','\x4c','\xc2','\x40','\x6d','\x81','\x80','\x6d','\x00','\x86','\x0e','\x3f','\xff','\x0c','\x81','\xcc','\xff','\xc3','\xc8','\x0c','\x06','\xd0','\x0c','\x0c','\xc0','\x1e','\x30','\xc0','\x1d','\x00','\x00','\x1d','\x81','\xc0','\x3d','\x81','\x86','\x2c','\x7f','\xff','\x6c','\x07','\xa0','\x4c','\x07','\xa0','\x8c','\x0d','\x90','\x0c','\x0d','\x98','\x0c','\x19','\x8f','\x0c','\x31','\x8e','\x0c','\xc1','\x86','\x0c','\x01','\x80','\x0e','\x0e','\x38','\x0c','\x8c','\x30','\x4c','\xcc','\x36','\x4d','\xbf','\xff','\x6d','\x0c','\x30','\x6e','\x0c','\x30','\x0c','\x0f','\xf0','\x0c','\x8c','\x30','\xff','\xcc','\x30','\x0c','\x0c','\x30','\x0c','\x0f','\xf0','\x1e','\x0c','\x30','\x1d','\x0c','\x30','\x1d','\x8c','\x36','\x3d','\xff','\xff','\x2c','\x33','\x30','\x6c','\x33','\x30','\x4c','\x32','\x30','\x8c','\x36','\x3e','\x0c','\x34','\x1e','\x0c','\x38','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\x0c','\x30','\x00','\x0e','\x01','\xc0','\x0c','\x91','\x80','\x4c','\xd1','\x86','\x4d','\x9f','\xff','\x6d','\x30','\x04','\x6e','\x30','\x08','\x0c','\x00','\x04','\x0c','\xbf','\xfe','\xff','\xc3','\x00','\x0c','\x06','\x08','\x0c','\x0d','\x0e','\x1e','\x19','\x9c','\x1d','\x63','\xb0','\x1d','\x86','\xc0','\x3d','\x8c','\xc0','\x2c','\x18','\xe0','\x6c','\x61','\xe0','\x4c','\x03','\xd0','\x8c','\x06','\xd8','\x0c','\x0c','\xcf','\x0c','\x30','\xce','\x0c','\xc0','\xc6','\x0c','\x0f','\xc0','\x0c','\x03','\x80','\x0e','\x07','\x38','\x0c','\x86','\x30','\x4c','\xc6','\x32','\x4d','\xbf','\xff','\x6d','\x06','\x30','\x6e','\x06','\x30','\x0c','\x26','\x32','\x0c','\x3f','\xff','\xff','\xb0','\x00','\x0c','\x30','\x00','\x0c','\x33','\xfe','\x1e','\x32','\x22','\x1d','\x32','\x22','\x1d','\xb2','\x22','\x3d','\xb3','\xfe','\x2c','\x32','\x22','\x6c','\x32','\x22','\x4c','\x32','\x22','\x8c','\x23','\xfe','\x0c','\x22','\x22','\x0c','\x62','\x22','\x0c','\x42','\x22','\x0c','\x82','\x2e','\x0c','\x02','\x26','\x00','\x0e','\x00','\x00','\x0c','\x00','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x60','\x30','\x18','\x40','\x20','\x1b','\xfd','\xfe','\x18','\x40','\x20','\x18','\xe0','\x70','\x18','\xd8','\xa8','\x19','\x49','\x2c','\x1a','\x40','\x27','\x18','\x00','\x02','\x18','\x87','\x30','\x18','\x66','\x20','\x30','\x26','\x4c','\x33','\xff','\xfe','\x20','\x1e','\x80','\x60','\x36','\x40','\x40','\x66','\x30','\x81','\x86','\x1f','\x06','\x06','\x06','\x00','\x06','\x00','\x0e','\x07','\x38','\x0c','\x06','\x30','\x4c','\x86','\x36','\x4c','\xff','\xff','\x6d','\x86','\x30','\x6d','\x06','\x30','\x0e','\x1f','\xfc','\x0c','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x1e','\x18','\x0c','\x1d','\x18','\x0c','\x1d','\x9f','\xfc','\x3d','\x81','\x80','\x2c','\x01','\x86','\x6c','\x7f','\xff','\x4c','\x03','\x40','\x8c','\x03','\x40','\x0c','\x06','\x20','\x0c','\x06','\x30','\x0c','\x0c','\x1f','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x00','\x9a','\x00','\xfe','\x53','\x7e','\x02','\x52','\x02','\x7e','\x14','\x7e','\x41','\xff','\x40','\x7e','\x30','\x7e','\x06','\x78','\x06','\x06','\x56','\x06','\x0c','\x93','\x0c','\x7d','\x11','\x7c','\x18','\x00','\x18','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc6','\x0c','\x31','\x87','\xec','\x36','\x00','\x0c','\x30','\xff','\x0c','\x30','\x18','\x7c','\x30','\x18','\x18','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x4d','\x01','\x80','\x4d','\xa1','\x86','\x6d','\x3f','\xff','\x6e','\x61','\x86','\x0c','\x61','\x84','\x0c','\x1d','\xb8','\xff','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x1d','\xb8','\x1e','\x01','\x80','\x1d','\x00','\x06','\x1d','\xff','\xff','\x3d','\x83','\x00','\x2c','\x22','\x06','\x6c','\x3f','\xff','\x4c','\x32','\x46','\x8c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x46','\x0c','\x32','\x5e','\x0c','\x32','\x4c','\x0e','\x20','\x06','\x0c','\xbf','\xff','\x4c','\xf0','\x00','\x4d','\xb1','\x10','\x6d','\x3f','\xfe','\x6e','\x31','\x10','\x0c','\x31','\x10','\x0c','\x37','\xfc','\xff','\xf4','\x44','\x0c','\x34','\x44','\x0c','\x37','\xfc','\x1e','\x34','\x44','\x1d','\x34','\x44','\x1d','\xb7','\xfc','\x3d','\xb0','\x40','\x2c','\x28','\x42','\x6c','\x2f','\xff','\x4c','\x28','\x42','\x8c','\x28','\x52','\x0c','\x68','\x7a','\x0c','\x4b','\xca','\x0c','\x49','\x02','\x0c','\x88','\x1e','\x0c','\x08','\x0c','\x06','\x03','\x06','\x7f','\x1f','\xbf','\x04','\x03','\x06','\x04','\x03','\x06','\x0e','\x1f','\x3e','\x0a','\x03','\x06','\x1b','\x03','\x06','\x11','\x9f','\x3e','\x21','\xe3','\x06','\x40','\xc0','\x00','\x80','\x04','\x40','\x0e','\x86','\x64','\x4c','\xcf','\xfe','\x6c','\x8c','\x40','\x2d','\x0c','\x48','\xff','\xdf','\xfc','\x0c','\x2c','\x40','\x1c','\x0c','\x48','\x1e','\x0f','\xfc','\x3d','\x8c','\x40','\x2c','\xcc','\x40','\x4c','\xcc','\x46','\x8c','\x0f','\xff','\x0c','\x0c','\x00','\x0e','\x03','\x06','\x0c','\x1f','\xbf','\x4c','\x83','\x06','\x4c','\x83','\x06','\x7f','\x9f','\x3e','\x0c','\x03','\x06','\x0c','\x03','\x06','\x4c','\x9f','\x3e','\x4c','\x83','\x06','\x7f','\x80','\x00','\x00','\x04','\x40','\x0e','\x06','\x64','\x4c','\x8f','\xfe','\x6c','\xcc','\x40','\x2d','\x0c','\x48','\xff','\xdf','\xfc','\x0c','\x2c','\x40','\x1c','\x0c','\x48','\x1e','\x0f','\xfc','\x3d','\x8c','\x40','\x2c','\xcc','\x40','\x4c','\xcc','\x46','\x8c','\x0f','\xff','\x0c','\x0c','\x00','\x04','\x07','\x00','\x07','\x06','\x00','\x06','\x06','\x00','\x04','\x06','\x00','\x49','\x06','\x00','\x31','\xc6','\x00','\x19','\x86','\x00','\x1b','\x06','\x00','\x06','\x06','\x00','\x04','\x86','\x00','\x08','\x46','\x00','\xff','\xe6','\x00','\x7e','\x66','\x00','\x46','\x66','\x00','\x06','\x06','\x00','\x26','\x06','\x00','\x3e','\x86','\x00','\x36','\x46','\x00','\x26','\x66','\x02','\x66','\x66','\x02','\x46','\x66','\x02','\x86','\x06','\x03','\x06','\x07','\xff','\x06','\x03','\xfe','\x04','\x00','\x00','\x07','\x00','\x0c','\x06','\x0f','\xfe','\x04','\x00','\xc0','\x49','\x00','\xc0','\x31','\xc0','\xc0','\x19','\x80','\xc0','\x1b','\x00','\xc0','\x06','\x00','\xc0','\x04','\x80','\xc6','\x08','\x5f','\xff','\xff','\xe0','\xc0','\x7e','\x60','\xc0','\x46','\x60','\xc0','\x06','\x00','\xc0','\x26','\x00','\xc0','\x3e','\x80','\xc0','\x36','\x40','\xc0','\x26','\x60','\xc0','\x66','\x60','\xc0','\x46','\x60','\xc0','\x86','\x00','\xc0','\x06','\x07','\xc0','\x06','\x01','\x80','\x04','\x00','\x38','\x07','\x00','\x30','\x06','\x00','\x30','\x04','\x00','\x30','\x49','\x00','\x30','\x31','\xc0','\x30','\x19','\x80','\x36','\x1b','\x1f','\xff','\x06','\x00','\x30','\x04','\x80','\x30','\x08','\x48','\x30','\xff','\xe4','\x30','\x7e','\x66','\x30','\x46','\x63','\x30','\x06','\x03','\x30','\x26','\x03','\x30','\x3e','\x80','\x30','\x36','\x40','\x30','\x26','\x60','\x30','\x66','\x60','\x30','\x46','\x60','\x30','\x86','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x08','\x00','\x00','\x0e','\x00','\x18','\x0c','\x0f','\xfc','\x08','\x00','\x00','\x92','\x00','\x00','\x63','\x80','\x00','\x33','\x00','\x00','\x36','\x00','\x00','\x0c','\x00','\x00','\x09','\x00','\x06','\x10','\x9f','\xff','\xff','\xc1','\x00','\x7c','\xc1','\xc0','\x4c','\xc1','\x80','\x0c','\x01','\x80','\x4d','\x03','\x10','\x7c','\x83','\x18','\x6c','\xc2','\x08','\x6c','\xc6','\x0c','\x4c','\xc4','\x0c','\x4c','\x04','\x76','\x8c','\x3f','\xc6','\x0c','\x1e','\x06','\x0c','\x10','\x06','\x08','\x1c','\x70','\x0e','\x18','\x60','\x0c','\x18','\x60','\x08','\x18','\x60','\x92','\x18','\x60','\x63','\x98','\x60','\x33','\x18','\x64','\x36','\x18','\x67','\x0c','\x1b','\x66','\x09','\x1f','\xec','\x10','\x98','\x70','\xff','\xd8','\x60','\x7c','\xd8','\x60','\x4c','\xd8','\x60','\x0c','\x18','\x60','\x4d','\x18','\x60','\x7c','\x98','\x60','\x6c','\xd8','\x60','\x6c','\xd8','\x62','\x4c','\xd8','\x62','\x4c','\x1f','\x62','\x8c','\x7c','\x63','\x0c','\x30','\x7f','\x0c','\x20','\x3e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x01','\xc0','\x00','\x83','\x80','\x00','\x67','\x00','\x00','\x3c','\x00','\x00','\xf7','\xc0','\x07','\xa1','\xff','\xf8','\x38','\x1e','\x04','\x32','\x00','\x03','\x43','\x80','\x01','\x87','\x20','\x01','\x8c','\x18','\x00','\x10','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x42','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x70','\x0e','\x18','\x1c','\x18','\x18','\x0e','\x60','\x18','\x06','\x08','\x10','\x06','\x0e','\x1f','\xff','\x0c','\x18','\x06','\x08','\x18','\x06','\x92','\x18','\x06','\x63','\x98','\x06','\x33','\x19','\x26','\x36','\x19','\xf6','\x0c','\x19','\x26','\x09','\x19','\x26','\x10','\x99','\x26','\xff','\xd9','\x26','\x7c','\xd9','\x26','\x4c','\xd9','\x26','\x0c','\x19','\x26','\x4c','\x19','\xe6','\x7d','\x19','\x26','\x6c','\x98','\x06','\x6c','\xd8','\x06','\x4c','\xd8','\x06','\x4c','\xd8','\x06','\x8c','\x18','\x06','\x0c','\x18','\x3e','\x0c','\x18','\x0c','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x10','\xc6','\x92','\x1f','\xff','\x63','\x98','\x00','\x33','\x18','\x00','\x36','\x18','\x80','\x0c','\x18','\xe0','\x09','\x18','\xc0','\x10','\x98','\xc0','\xff','\xd8','\xc0','\x7c','\xd8','\xc0','\x4c','\xd8','\x80','\x0c','\x18','\x80','\x4e','\x18','\x90','\x7d','\x18','\x88','\x6d','\x91','\x88','\x6d','\x91','\x0c','\x4d','\xb1','\x04','\x4c','\x21','\x3e','\x8c','\x2f','\xe6','\x0c','\x47','\x06','\x0c','\x04','\x06','\x07','\x03','\x80','\x06','\x03','\x00','\x06','\x63','\x00','\xff','\xf3','\x00','\x0e','\x03','\x00','\x0f','\x03','\x02','\x1e','\xc3','\x02','\x16','\x63','\x02','\x26','\x63','\x03','\xc6','\x03','\xff','\x06','\x21','\xfe','\x00','\x3a','\x00','\x04','\x33','\x80','\x03','\x43','\x20','\x01','\x86','\x18','\x01','\x88','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x42','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x70','\x0e','\x18','\x1c','\x18','\x18','\x0e','\x60','\x18','\x06','\x08','\x1d','\x98','\x0e','\x19','\x10','\x0c','\x19','\x10','\x08','\x19','\x10','\x92','\x19','\x10','\x63','\x99','\x10','\x33','\x19','\x10','\x36','\x19','\x16','\x0c','\x7f','\xff','\x0a','\x19','\x10','\x11','\x19','\x10','\xff','\x99','\x10','\x7d','\x99','\x10','\x4d','\x99','\x10','\x0c','\x19','\x10','\x4c','\x19','\xf0','\x7e','\x19','\x10','\x6d','\x19','\x10','\x6d','\x98','\x00','\x4d','\x98','\x00','\x4c','\x18','\x00','\x8c','\x18','\x0c','\x0c','\x1f','\xfe','\x0c','\x18','\x00','\x08','\x01','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x08','\x01','\x80','\x92','\x03','\x10','\x63','\x83','\x08','\x33','\x02','\x0c','\x36','\x06','\x06','\x0c','\x04','\x3f','\x09','\x3f','\xe3','\x10','\x9e','\x03','\xff','\xd0','\x00','\x7c','\xc0','\x00','\x4c','\xc8','\x0c','\x0c','\x0f','\xfe','\x4c','\x0c','\x0c','\x7d','\x0c','\x0c','\x6c','\x8c','\x0c','\x6c','\xcc','\x0c','\x4c','\xcc','\x0c','\x4c','\xcc','\x0c','\x8c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x10','\xc0','\x08','\x10','\xc6','\x92','\x1f','\xff','\x63','\xb0','\x06','\x33','\x30','\x04','\x36','\x00','\x08','\x0c','\x00','\x00','\x09','\x00','\x00','\x10','\x80','\x06','\xff','\xdf','\xff','\x7c','\xc0','\xc0','\x4c','\xc0','\xc0','\x0c','\x00','\xc0','\x4c','\x00','\xc0','\x7d','\x00','\xc0','\x6c','\x80','\xc0','\x6c','\xc0','\xc0','\x4c','\xc0','\xc0','\x4c','\xc0','\xc0','\x8c','\x00','\xc0','\x0c','\x0f','\xc0','\x0c','\x03','\x80','\x08','\x01','\xc0','\x0e','\x01','\x88','\x0c','\x21','\x8e','\x08','\x19','\x8c','\x92','\x0d','\x98','\x63','\x8d','\x90','\x33','\x01','\xa0','\x36','\x01','\x8c','\x0c','\x1f','\xfe','\x09','\x01','\x80','\x10','\x81','\x80','\xff','\xc1','\x80','\x7c','\xc1','\x80','\x4c','\xc1','\x86','\x0c','\x3f','\xff','\x4c','\x01','\x80','\x7d','\x01','\x80','\x6c','\x81','\x80','\x6c','\xc1','\x80','\x4c','\xc1','\x80','\x4c','\xc1','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x06','\x18','\x08','\x07','\xfc','\x92','\x0c','\x18','\x63','\x8a','\x30','\x33','\x11','\x60','\x36','\x20','\xc0','\x0c','\x01','\xe0','\x09','\x03','\x38','\x10','\x86','\x1f','\xff','\xd8','\x06','\x7c','\xc0','\xe0','\x4c','\xc0','\xc0','\x0c','\x00','\xd8','\x4c','\x3f','\xfc','\x7d','\x0c','\xc0','\x6c','\x8c','\xc0','\x6c','\xcc','\xc6','\x4c','\xff','\xff','\x4c','\xc0','\xc0','\x8c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x01','\xc0','\x0e','\x01','\x88','\x0c','\x21','\x8e','\x08','\x31','\x8c','\x92','\x11','\x8c','\x63','\x99','\x98','\x33','\x19','\x98','\x36','\x19','\x90','\x0c','\x01','\x80','\x09','\x01','\x86','\x10','\xbf','\xff','\xff','\xc6','\x60','\x7c','\xc6','\x60','\x4c','\xc6','\x60','\x0c','\x06','\x60','\x4e','\x06','\x60','\x7d','\x06','\x60','\x6d','\x8c','\x60','\x6d','\x8c','\x62','\x4d','\x8c','\x62','\x4c','\x08','\x62','\x8c','\x18','\x63','\x0c','\x10','\x7f','\x0c','\x60','\x3e','\x08','\x08','\x00','\x0e','\x0e','\x0c','\x0c','\x0c','\xfe','\x08','\x1c','\x00','\x90','\x18','\x00','\x64','\x30','\x00','\x37','\x20','\x00','\x36','\x48','\x00','\x0c','\x0e','\x06','\x0a','\x0d','\xff','\x11','\x18','\x18','\xff','\x98','\x18','\x7c','\xb8','\x18','\x4c','\x38','\x18','\x0c','\x58','\x18','\x4e','\x18','\x18','\x7d','\x18','\x18','\x6d','\x98','\x18','\x6d','\x98','\x18','\x4c','\x18','\x18','\x4c','\x18','\x18','\x8c','\x18','\x18','\x0c','\x18','\xf8','\x0c','\x18','\x30','\x04','\x00','\x40','\x07','\x00','\x70','\x06','\x00','\x60','\x04','\x00','\x40','\x49','\x04','\x90','\x31','\xc3','\x1c','\x19','\x81','\x98','\x1b','\x01','\xb0','\x06','\x00','\x60','\x04','\x80','\x48','\x08','\x40','\x84','\xff','\xef','\xfe','\x7e','\x67','\xe6','\x46','\x64','\x66','\x06','\x00','\x60','\x26','\x82','\x68','\x3e','\x63','\xe4','\x36','\x33','\x66','\x26','\x36','\x63','\x66','\x04','\x63','\x46','\x08','\x63','\x86','\x10','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x08','\x00','\xe0','\x0e','\x00','\xcc','\x0c','\x00','\xc6','\x08','\x00','\xc6','\x92','\x00','\xc0','\x63','\x80','\xc6','\x33','\x3f','\xff','\x36','\x00','\xc0','\x0c','\x00','\xc0','\x09','\x0e','\xc4','\x10','\x8c','\x67','\xff','\xcc','\x66','\x7c','\xcc','\x66','\x4c','\xcc','\x6c','\x0c','\x3f','\x2c','\x4d','\x0c','\x38','\x7c','\x8c','\x10','\x6c','\xcc','\x3a','\x6c','\xc8','\x2a','\x4c','\xd8','\x6a','\x4c','\x10','\x4e','\x8c','\x10','\x86','\x0c','\x21','\x07','\x0c','\x46','\x03','\x07','\x00','\x00','\x06','\x00','\x00','\x06','\x32','\x06','\xff','\xfb','\xff','\x0c','\x33','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x36','\xc3','\x06','\x31','\x83','\x06','\x03','\xc3','\xfe','\x06','\xc3','\x06','\x1c','\x20','\x00','\xe0','\x3a','\x00','\x04','\x33','\x80','\x03','\x63','\x20','\x01','\x86','\x18','\x01','\x88','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x04','\x18','\x00','\x07','\x18','\xe0','\x0e','\x18','\x3c','\x18','\x18','\x0e','\x60','\x18','\x06','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x08','\x11','\x8c','\x92','\x1f','\xfe','\x63','\x99','\x8c','\x33','\x19','\x8c','\x36','\x19','\x8c','\x0c','\x1f','\xfc','\x09','\x19','\x8c','\x10','\x99','\x8c','\xff','\xd9','\x8c','\x7c','\xdf','\xfc','\x4c','\xd9','\x90','\x0c','\x01','\x9c','\x4d','\x00','\xb8','\x7c','\x80','\xf0','\x6c','\xc0','\x42','\x6c','\xc0','\xe2','\x4c','\xc1','\xb2','\x4c','\x03','\x3a','\x8c','\x0c','\x1f','\x0c','\x30','\x0f','\x0c','\x00','\x06','\x08','\x10','\x10','\x0e','\x0c','\x1c','\x0c','\x06','\x18','\x08','\x06','\x30','\x92','\x00','\x24','\x63','\x9f','\xfe','\x33','\x06','\x30','\x36','\x06','\x30','\x0c','\x06','\x30','\x09','\x06','\x30','\x10','\x86','\x36','\xff','\xff','\xff','\x7c','\xc6','\x30','\x4c','\xc6','\x30','\x0c','\x06','\x30','\x4d','\x06','\x30','\x7c','\x86','\x30','\x6c','\xc6','\x30','\x6c','\xce','\x30','\x4c','\xcc','\x30','\x4c','\x0c','\x30','\x8c','\x18','\x30','\x0c','\x10','\x30','\x0c','\x20','\x30','\x08','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x08','\x00','\x00','\x92','\x08','\x88','\x63','\x8c','\xcc','\x33','\x19','\x98','\x36','\x11','\x10','\x0c','\x22','\x20','\x09','\x11','\x10','\x10','\x99','\x98','\xff','\xcc','\xcc','\x7c','\xcc','\xcc','\x4c','\xc0','\x00','\x0c','\x00','\x00','\x4d','\x00','\x18','\x7c','\x9f','\xfc','\x6c','\xc1','\x80','\x6c','\xc1','\x80','\x4c','\xc1','\x80','\x4c','\x01','\x80','\x8c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x08','\x00','\x30','\x0e','\x01','\xf8','\x0c','\x1f','\x80','\x08','\x01','\x80','\x92','\x01','\x86','\x63','\xbf','\xff','\x33','\x03','\xa0','\x36','\x07','\x90','\x0c','\x07','\x98','\x09','\x0d','\x8c','\x10','\x99','\x8f','\xff','\xf1','\x86','\x7c','\xc0','\x60','\x4c','\xdf','\xf0','\x0c','\x06','\x60','\x4d','\x06','\x6c','\x7c','\x86','\x7e','\x6c','\xc4','\x0c','\x6c','\xcc','\x0c','\x4c','\xc8','\x0c','\x4c','\x18','\x1c','\x8c','\x10','\x18','\x0c','\x20','\xf8','\x0c','\xc0','\x30','\x04','\x04','\x00','\x07','\x07','\x00','\x06','\x06','\x0c','\x0e','\x0f','\xfe','\x0d','\xc8','\x30','\x0d','\x94','\x60','\x19','\xa2','\xc0','\x19','\x81','\x80','\x39','\x83','\x70','\x39','\x8c','\x3f','\x59','\xb1','\x8e','\x99','\x8b','\x20','\x19','\x84','\x70','\x19','\x86','\xc0','\x19','\x81','\x88','\x19','\x82','\x04','\x19','\xff','\xfe','\x19','\xbf','\x86','\x19','\xa1','\x86','\x19','\x91','\xa0','\x18','\x1d','\x98','\x18','\x19','\x8c','\x18','\x31','\x8e','\x18','\x41','\x86','\x08','\x00','\x1c','\x0e','\x01','\xfe','\x0c','\x3f','\xc0','\x08','\x00','\x00','\x92','\x02','\x08','\x63','\xa1','\x0e','\x33','\x11','\x8c','\x36','\x19','\x88','\x0c','\x18','\x18','\x09','\x02','\x10','\x10','\x83','\x80','\xff','\xc3','\x06','\x7c','\xff','\xff','\x4c','\xc6','\x18','\x0c','\x06','\x18','\x4c','\x0c','\x30','\x7d','\x0c','\x30','\x6c','\x9a','\x60','\x6c','\xd9','\xc0','\x4c','\xc0','\xe0','\x4c','\xc1','\xb8','\x8c','\x03','\x1c','\x0c','\x0c','\x0e','\x0c','\x70','\x06','\x08','\x00','\x00','\x0e','\x08','\x0c','\x0c','\x0f','\xfe','\x08','\x0c','\x0c','\x92','\x0c','\x0c','\x63','\x8c','\x0c','\x33','\x0c','\x0c','\x36','\x0c','\x0c','\x0c','\x0c','\x0c','\x09','\x0f','\xfc','\x10','\x8c','\xcc','\xff','\xc0','\x80','\x7c','\xc1','\x80','\x4c','\xd1','\x06','\x0c','\x1f','\xff','\x4c','\x18','\x06','\x7d','\x18','\x06','\x6c','\x98','\x06','\x6c','\xd8','\x06','\x4c','\xd8','\x06','\x4c','\xd8','\x06','\x8c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x08','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x08','\x03','\x0c','\x92','\x03','\x0c','\x63','\x9b','\x0c','\x33','\x0e','\x0c','\x36','\x07','\x0c','\x0c','\x05','\x8c','\x09','\x0d','\x9c','\x10','\x88','\x18','\xff','\xd8','\xf8','\x7c','\xf0','\x30','\x4c','\xc0','\x80','\x0c','\x07','\x40','\x4e','\x06','\x60','\x7d','\x06','\x64','\x6d','\x96','\x62','\x6d','\x96','\x03','\x4c','\x36','\x13','\x4c','\x36','\x13','\x8c','\x66','\x18','\x0c','\x67','\xf8','\x0c','\x03','\xf0','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x8c','\x08','\x3f','\xfe','\x92','\x01','\x80','\x63','\x83','\x40','\x33','\x02','\x30','\x36','\x04','\x18','\x0c','\x18','\x18','\x09','\x00','\x06','\x10','\xbf','\xff','\xff','\xc0','\x18','\x7c','\xc0','\x18','\x4c','\xd1','\x98','\x0c','\x1f','\xd8','\x4c','\x19','\x98','\x7d','\x19','\x98','\x6c','\x99','\x98','\x6c','\xdf','\x98','\x4c','\xd9','\x98','\x4c','\xc0','\x18','\x8c','\x00','\x18','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x00','\x02','\x00','\x00','\x63','\x80','\xff','\xf3','\x00','\x00','\x03','\x06','\x20','\xc7','\xff','\x3f','\xe4','\x20','\x30','\xca','\x38','\x30','\xd1','\x70','\x30','\xc0','\xe0','\x3f','\xc1','\xc0','\x30','\x03','\x30','\x20','\x0c','\x1f','\x60','\x20','\x06','\x44','\x71','\x00','\x83','\x43','\x80','\x01','\x86','\x08','\x01','\x88','\x0c','\xff','\xff','\xf6','\x7f','\xf8','\x06','\x44','\x18','\xc0','\x07','\x18','\x30','\x0e','\x18','\x18','\x18','\x18','\x1c','\x60','\x18','\x0c','\x08','\x01','\xc8','\x0e','\x21','\x8e','\x0c','\x19','\x8c','\x08','\x09','\x88','\x92','\x01','\x90','\x63','\x9f','\xfe','\x33','\x03','\x40','\x36','\x03','\x40','\x0c','\x02','\x22','\x09','\x3f','\xff','\x10','\x84','\x10','\xff','\xcc','\x18','\x7c','\xc8','\x0c','\x4c','\x17','\xff','\x0c','\x20','\x36','\x4d','\x00','\x30','\x7c','\x84','\x30','\x6c','\xc7','\xf0','\x6c','\xc6','\x00','\x4c','\xc6','\x04','\x4c','\x06','\x04','\x8c','\x06','\x06','\x0c','\x07','\xfe','\x0c','\x03','\xfc','\x08','\x00','\x1c','\x0e','\x01','\xfe','\x0c','\x3f','\xc0','\x08','\x00','\x08','\x92','\x02','\x0e','\x63','\xa1','\x0c','\x33','\x11','\x8c','\x36','\x19','\x88','\x0c','\x18','\x18','\x09','\x00','\x10','\x10','\x81','\xc0','\xff','\xc1','\x80','\x7c','\xc1','\x86','\x4c','\x3f','\xff','\x0c','\x03','\xa0','\x4d','\x03','\xa0','\x7c','\x87','\x90','\x6c','\xc7','\x90','\x6c','\xcd','\x98','\x4c','\x09','\x8f','\x4c','\x11','\x8e','\x8c','\x61','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x08','\x84','\x0e','\x0e','\xe7','\x0c','\x0c','\xc6','\x08','\x19','\x8c','\x92','\x11','\x10','\x63','\xa2','\x20','\x33','\x11','\x18','\x36','\x19','\x8c','\x0c','\x0c','\xc6','\x09','\x0c','\xc6','\x10','\x80','\x00','\xff','\xd0','\x06','\x7c','\xdf','\xff','\x4c','\xd8','\xc6','\x0c','\x18','\xc6','\x4c','\x18','\xc6','\x7d','\x18','\xc6','\x6c','\x9f','\xfe','\x6c','\xd8','\xc6','\x4c','\xd8','\xc6','\x4c','\xd8','\xc6','\x8c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x8c','\x08','\x01','\xfe','\x92','\x01','\x80','\x63','\x81','\x80','\x33','\x11','\x8c','\x36','\x1f','\xfe','\x0c','\x18','\x0c','\x09','\x18','\x0c','\x10','\x9f','\xfc','\xff','\xd8','\x0c','\x7c','\xd8','\x0c','\x4c','\xd8','\x0c','\x0c','\x1f','\xfc','\x4c','\x19','\x8c','\x7d','\x01','\x80','\x6c','\x81','\x86','\x6c','\xff','\xff','\x4c','\xc1','\x80','\x4c','\xc1','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x0e','\xc0','\x0e','\x0c','\x60','\x0c','\x0c','\x0c','\x08','\x04','\x7e','\x92','\x07','\x80','\x63','\xbe','\x30','\x33','\x03','\x60','\x36','\x01','\x82','\x04','\x02','\xc2','\x09','\x0c','\x72','\x10','\xb0','\x1f','\xff','\xcd','\x87','\x7c','\xcc','\xc0','\x4c','\xc4','\x1e','\x0c','\x07','\xe0','\x4d','\x3e','\x10','\x7c','\x83','\x18','\x6c','\xc1','\x30','\x6c','\xc1','\xa0','\x4c','\xc0','\xc2','\x4c','\x01','\x62','\x8c','\x02','\x3a','\x0c','\x0c','\x1f','\x0c','\x30','\x07','\x08','\x04','\x00','\x0e','\x07','\x00','\x0c','\x26','\x0c','\x18','\x3f','\xfe','\x92','\x31','\x0c','\x63','\xb1','\xec','\x33','\x35','\x2c','\x36','\x32','\x6c','\x04','\x35','\x4c','\x0a','\x30','\x8c','\x11','\x31','\x4c','\xff','\xb2','\x6c','\x7d','\xb4','\x2c','\x4c','\x30','\x0c','\x0c','\x3f','\xfc','\x4e','\x30','\x0c','\x7d','\x01','\x00','\x6d','\x86','\x88','\x6d','\x96','\xc6','\x4c','\x16','\xd3','\x4c','\x36','\x13','\x8c','\x66','\x18','\x0c','\x67','\xf8','\x0c','\x03','\xf0','\x08','\x20','\x06','\x0e','\x3f','\xff','\x0c','\x30','\x06','\x08','\x30','\x06','\x90','\x31','\xc6','\x64','\x31','\x86','\x37','\x31','\x86','\x36','\x37','\xf6','\x0c','\x31','\x86','\x0a','\x31','\x86','\x11','\x31','\x86','\xff','\xb7','\xf6','\x7c','\xb0','\x06','\x4c','\x30','\x06','\x0c','\x33','\xe6','\x4e','\x32','\x26','\x7d','\x32','\x26','\x6d','\xb2','\x26','\x6d','\xb2','\x26','\x4c','\x33','\xe6','\x4c','\x20','\x06','\x8c','\x60','\x06','\x0c','\x40','\x3e','\x0c','\x80','\x0c','\x08','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x00','\x08','\x18','\x06','\x92','\x1f','\xff','\x63','\xb0','\x06','\x33','\x28','\x06','\x36','\x4c','\x46','\x0c','\x0f','\xe6','\x09','\x0b','\x06','\x10','\x93','\x06','\xff','\xc3','\x26','\x7c','\xff','\xf6','\x4c','\xc3','\x06','\x0c','\x13','\x26','\x4c','\x13','\x26','\x7d','\x13','\x26','\x6c','\x93','\x26','\x6c','\xdf','\xee','\x4c','\xd0','\x2c','\x4c','\xc0','\x0c','\x8c','\x00','\x1c','\x0c','\x00','\xf8','\x0c','\x00','\x30','\x04','\x00','\x38','\x07','\x01','\xfc','\x06','\x0f','\x80','\x24','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\x80','\x30','\xc9','\x20','\x3f','\xc6','\x38','\x30','\xc3','\x30','\x30','\xc3','\x60','\x30','\xc0','\xc8','\x3f','\xc1','\x04','\x06','\x0f','\xfe','\x46','\x67','\xc6','\x7f','\xf4','\xc6','\x66','\x60','\xc0','\x66','\x64','\xd0','\x66','\x67','\xc8','\x66','\x66','\xcc','\x66','\x6c','\xc6','\x67','\xe8','\xc6','\x66','\xd0','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x08','\x03','\x00','\x0e','\x03','\x00','\x0c','\x06','\x80','\x08','\x06','\x40','\x90','\x0c','\x60','\x64','\x08','\x30','\x37','\x10','\x1c','\x36','\x20','\x0f','\x0c','\x4f','\xe6','\x0a','\x00','\x00','\x11','\x00','\x00','\xff','\xa0','\x0c','\x7c','\xbf','\xfe','\x4c','\x32','\x4c','\x0c','\x32','\x4c','\x4e','\x32','\x4c','\x7d','\x3f','\xfc','\x6d','\xb2','\x4c','\x6d','\xb2','\x4c','\x4c','\x32','\x4c','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\x32','\x7c','\x0c','\x30','\x18','\x08','\x00','\x06','\x0e','\x3f','\xff','\x0c','\x00','\x00','\x08','\x00','\x00','\x92','\x10','\x0c','\x63','\x9f','\xfe','\x33','\x18','\x0c','\x36','\x18','\x0c','\x0c','\x18','\x0c','\x09','\x1f','\xfc','\x10','\x98','\x0c','\xff','\xd8','\xe0','\x7c','\xd8','\xc0','\x4c','\x18','\xc6','\x0c','\x1f','\xff','\x4e','\x18','\xc0','\x7d','\x18','\xc0','\x6d','\xb1','\xa0','\x6d','\xb1','\xa0','\x4c','\x21','\x10','\x4c','\x63','\x18','\x8c','\x42','\x0f','\x0c','\x84','\x0e','\x0c','\x18','\x06','\x08','\x00','\xe0','\x0e','\x08','\xc0','\x0c','\x08','\xc6','\x08','\x1f','\xff','\x92','\x18','\x06','\x63','\xb0','\x04','\x37','\x34','\x18','\x36','\x07','\xfc','\x0c','\x06','\x18','\x09','\x06','\x18','\x10','\x86','\x18','\xff','\xc6','\x18','\x7c','\xc7','\xf8','\x4c','\xc6','\x18','\x0c','\x06','\x00','\x4c','\x06','\x0c','\x7d','\x07','\xfe','\x6c','\x86','\x0c','\x6c','\xc6','\x0c','\x4c','\xc6','\x0c','\x4c','\xc6','\x0c','\x8c','\x06','\x0c','\x0c','\x07','\xfc','\x0c','\x06','\x0c','\x08','\x00','\xec','\x0e','\x00','\xc6','\x0c','\x00','\xc6','\x08','\x00','\xc0','\x90','\x40','\xc6','\x64','\x7f','\xff','\x37','\x60','\xc0','\x36','\x60','\xc0','\x0c','\x60','\xc0','\x0a','\x7f','\xc4','\x11','\x60','\x47','\xff','\x60','\x66','\x7d','\x6f','\x66','\x4c','\x69','\x6c','\x0e','\x69','\x2c','\x4d','\x69','\x38','\x7d','\x69','\x10','\x6d','\x6f','\x3a','\x6c','\x40','\x2a','\x4c','\x40','\x6a','\x4c','\xc0','\xce','\x8c','\x81','\x86','\x0c','\x83','\x07','\x0d','\x0c','\x03','\x08','\x08','\x18','\x0e','\x0f','\xfc','\x0c','\x0c','\x18','\x08','\x0c','\x18','\x92','\x0c','\x18','\x63','\x8f','\xf8','\x33','\x00','\x00','\x36','\x00','\x06','\x0c','\x3f','\xff','\x09','\x0c','\x18','\x10','\x8c','\x18','\xff','\xcc','\x18','\x7c','\xcf','\xf8','\x4c','\xcc','\x18','\x0c','\x0c','\x18','\x4d','\x0c','\x18','\x7c','\x8f','\xf8','\x6c','\xcc','\x18','\x6c','\xcc','\x18','\x4c','\x0c','\x1e','\x4c','\x7f','\xf8','\x8c','\x3e','\x18','\x0c','\x20','\x18','\x0c','\x00','\x18','\x08','\x1c','\xcc','\x0e','\x18','\x88','\x0c','\x18','\x8a','\x08','\x7f','\xff','\x92','\x18','\x88','\x63','\x98','\x88','\x33','\x18','\x88','\x36','\x18','\xf8','\x0c','\x18','\x00','\x09','\x18','\x04','\x10','\x9f','\xfe','\xff','\xd8','\x00','\x7c','\xc1','\xc0','\x4c','\xc1','\x86','\x0c','\x3f','\xff','\x4d','\x03','\xa0','\x7c','\x83','\xa0','\x6c','\xc7','\x90','\x6c','\xc5','\x90','\x4c','\xcd','\x98','\x4c','\x09','\x8f','\x8c','\x11','\x8e','\x0c','\x61','\x86','\x0c','\x01','\x80','\x08','\x06','\x98','\x0e','\x2f','\xfc','\x0c','\x38','\x98','\x08','\x30','\x98','\x90','\x30','\x98','\x64','\x30','\x98','\x37','\x3e','\x98','\x36','\x30','\x98','\x0c','\x30','\x9f','\x0a','\x30','\x8f','\x11','\x31','\x00','\xff','\xb0','\x0c','\x7c','\xbf','\xfe','\x4c','\x30','\x8c','\x0e','\x30','\x8c','\x4d','\x30','\xc8','\x7d','\x30','\x58','\x6c','\x32','\x50','\x6c','\x3c','\x70','\x4c','\xf0','\x20','\x4c','\x70','\x78','\x8c','\x30','\x5f','\x0c','\x30','\x8e','\x0c','\x33','\x06','\x08','\x00','\x40','\x0e','\x06','\x70','\x0c','\xff','\x60','\x08','\x20','\x60','\x90','\x38','\x60','\x64','\x30','\x66','\x37','\x34','\x7f','\x36','\x26','\x48','\x0c','\xfe','\xce','\x0a','\x66','\x8c','\x11','\x01','\x4c','\xff','\x80','\x4c','\x7c','\x9c','\x4c','\x4c','\x18','\x28','\x0c','\x18','\x28','\x4e','\xff','\x38','\x7d','\x18','\x10','\x6d','\x98','\x10','\x6d','\x98','\x38','\x4c','\x18','\x28','\x4c','\x3f','\x6c','\x8c','\xfc','\x4f','\x0c','\x70','\x86','\x0c','\x43','\x06','\x08','\x00','\x38','\x0e','\x44','\x30','\x0c','\x7e','\x30','\x08','\x44','\x30','\x90','\x44','\x30','\x64','\x45','\x34','\x37','\x45','\xb6','\x36','\x7d','\xb2','\x0c','\x45','\xb3','\x0a','\x45','\x33','\x11','\x45','\x33','\xff','\x46','\x30','\x7d','\x44','\x34','\x4c','\x7c','\x37','\x0c','\x44','\xf6','\x4e','\x44','\x66','\x7d','\x44','\x0c','\x6d','\x44','\x0c','\x6d','\x44','\x18','\x4c','\x7c','\x18','\x4c','\x44','\x30','\x8c','\x40','\x60','\x0c','\x00','\xc0','\x0c','\x03','\x00','\x08','\x08','\x0c','\x0e','\x0f','\xfe','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x92','\x0f','\xfc','\x63','\x8c','\x60','\x33','\x0c','\x66','\x36','\x0f','\xff','\x0c','\x0c','\x60','\x09','\x0c','\x32','\x10','\x8c','\x32','\xff','\xdf','\x9b','\x7c','\xce','\x0f','\x4c','\xc8','\x06','\x0c','\x00','\x00','\x4c','\x0f','\xfc','\x7d','\x0c','\x0c','\x6c','\x8c','\x0c','\x6c','\xcf','\xfc','\x4c','\xcc','\x0c','\x4c','\xcc','\x0c','\x8c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x08','\x00','\x74','\x0e','\x00','\x66','\x0c','\x00','\x66','\x08','\x00','\x60','\x90','\x40','\x66','\x64','\x7f','\xff','\x37','\x60','\x60','\x36','\x60','\x60','\x0c','\x60','\x60','\x0a','\x7f','\xe4','\x11','\x64','\x67','\xff','\x64','\x66','\x7d','\x64','\x66','\x4c','\x7f','\xec','\x0e','\x65','\x2c','\x4d','\x69','\x38','\x7d','\x69','\x10','\x6d','\x6f','\x3a','\x6c','\x42','\x2a','\x4c','\x45','\x6a','\x4c','\xd9','\x4e','\x8c','\x80','\x86','\x0c','\x81','\x07','\x0d','\x06','\x03','\x08','\x00','\x10','\x0e','\x20','\x1c','\x0c','\x18','\x38','\x08','\x0c','\x30','\x92','\x0c','\x20','\x63','\x80','\x4c','\x33','\x7f','\xfe','\x36','\x08','\x20','\x0c','\x0e','\x20','\x0a','\x0c','\x10','\x11','\x0c','\x18','\xff','\x98','\x0c','\x7d','\x90','\x0f','\x4c','\x20','\x06','\x0c','\x5f','\xf8','\x4e','\x12','\x48','\x7d','\x12','\x48','\x6d','\x92','\x48','\x6d','\x92','\x48','\x4c','\x12','\x48','\x4c','\x12','\x48','\x8c','\x12','\x4a','\x0c','\xff','\xff','\x0c','\x00','\x00','\x08','\x40','\x38','\x0f','\xe1','\xfc','\x68','\x4f','\x80','\x68','\x40','\xe0','\x6f','\xc0','\xc0','\x68','\x40','\x80','\x68','\x49','\x20','\x6f','\xc6','\x38','\x68','\x43','\x30','\x68','\x43','\x60','\x68','\x40','\xc8','\x6f','\xc1','\x04','\x60','\x0f','\xfe','\x60','\x67','\xc6','\x7f','\xf4','\xc6','\x06','\x00','\xc0','\x26','\x84','\xd0','\x3e','\x47','\xc8','\x36','\x66','\xcc','\x66','\x6c','\xc6','\x46','\x08','\xc6','\x86','\x10','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x08','\x01','\xc0','\x0e','\x11','\x80','\x0c','\x11','\x86','\x08','\x3f','\xff','\x90','\x60','\x06','\x64','\x61','\xc4','\x37','\x01','\x80','\x36','\x3f','\xfc','\x0c','\x08','\x20','\x09','\x04','\x38','\x10','\x86','\x30','\xff','\xc6','\x20','\x7c','\xc0','\x46','\x4c','\xff','\xff','\x0c','\x01','\x80','\x4c','\x01','\x80','\x7d','\x01','\x8c','\x6c','\xbf','\xfe','\x6c','\xc1','\x80','\x4c','\xc1','\x80','\x4c','\x01','\x80','\x8c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x08','\x10','\x10','\x0e','\x0c','\x1c','\x0c','\x06','\x18','\x08','\x06','\x20','\x92','\x3f','\xfe','\x63','\x81','\x80','\x33','\x01','\x80','\x36','\x01','\x98','\x0c','\x1f','\xfc','\x09','\x01','\x80','\x10','\x81','\x80','\xff','\xc1','\x86','\x7c','\xff','\xff','\x4c','\xc3','\x00','\x0c','\x03','\x00','\x4d','\x06','\x00','\x7c','\x84','\x0c','\x6c','\xcf','\xfe','\x6c','\xd8','\xc0','\x4c','\x30','\xc0','\x4c','\x60','\xc0','\x8c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x3f','\xff','\x08','\x11','\x08','\x0e','\x1d','\xce','\x0c','\x19','\x8c','\x08','\x19','\x8c','\x90','\x31','\xd8','\x64','\x21','\x54','\x37','\x43','\x32','\x36','\x02','\x23','\x0c','\x14','\x43','\x0a','\x18','\x00','\x11','\x18','\x38','\xff','\xb0','\x30','\x7c','\xb3','\xb0','\x4c','\x73','\x36','\x0c','\xb3','\x3f','\x4c','\x33','\x30','\x7e','\x33','\x30','\x6d','\x33','\x30','\x6d','\xb3','\x30','\x4d','\xb3','\x30','\x4c','\x32','\xb0','\x8c','\x32','\x70','\x0c','\x32','\x3f','\x0c','\x34','\x0e','\x08','\x10','\x06','\x0e','\x1f','\xff','\x0c','\x18','\x00','\x08','\x18','\x04','\x92','\x1b','\xfe','\x63','\x98','\x00','\x33','\x18','\x02','\x36','\x1f','\xff','\x0c','\x19','\x22','\x09','\x19','\x26','\x11','\x99','\x14','\xff','\x91','\x18','\x7c','\xb1','\xcc','\x4c','\x27','\x0f','\x0c','\x42','\x06','\x4d','\x00','\x18','\x7c','\x80','\x18','\x6c','\xff','\xff','\x6c','\xc8','\x18','\x4c','\xc6','\x18','\x4c','\x03','\x18','\x8c','\x03','\x18','\x0c','\x00','\x78','\x0c','\x00','\x30','\x08','\x00','\x00','\x0e','\x00','\x0c','\x0c','\x3f','\xfe','\x08','\x08','\x10','\x92','\x0c','\x18','\x63','\x88','\x10','\x33','\x08','\x10','\x36','\x12','\x24','\x0c','\x11','\x22','\x0a','\x7f','\xfe','\x11','\x31','\x62','\xff','\x80','\x00','\x7c','\xff','\xff','\x4c','\x80','\x00','\x0c','\x00','\x00','\x4e','\x1f','\xfc','\x7d','\x18','\x0c','\x6d','\x98','\x0c','\x6d','\x9f','\xfc','\x4d','\x98','\x0c','\x4c','\x18','\x0c','\x8c','\x18','\x0c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x08','\x00','\x40','\x0e','\x40','\x70','\x0c','\x22','\x64','\x08','\x33','\xfe','\x90','\x33','\x0c','\x64','\x33','\x0c','\x37','\x03','\x0c','\x36','\x03','\x0c','\x0c','\x03','\xfc','\x0a','\x03','\x00','\x11','\x33','\x00','\xff','\xfb','\x0c','\x7c','\xb3','\xfe','\x4c','\x33','\x0c','\x0c','\x33','\x0c','\x4e','\x33','\x0c','\x7d','\x33','\x0c','\x6d','\xb3','\xfc','\x6d','\xb3','\x0c','\x4c','\x30','\x00','\x4c','\x30','\x00','\x8d','\xef','\xff','\x0c','\xc3','\xfe','\x0c','\x80','\x00','\x23','\x21','\xc8','\x3f','\x99','\x8c','\x33','\x19','\x88','\x33','\x01','\x90','\x33','\x3f','\xfc','\x33','\x03','\x40','\x33','\x02','\x22','\x3f','\x7f','\xff','\x33','\x04','\x30','\x33','\x09','\x1c','\x33','\x11','\x8f','\x33','\x2b','\x06','\x33','\x44','\x40','\x3f','\x06','\xe0','\x33','\x01','\x88','\x33','\x02','\x04','\x33','\x7f','\xfe','\x33','\x3f','\x86','\x33','\x01','\x80','\x23','\x11','\x90','\x63','\x1d','\x88','\x43','\x19','\x8c','\x4f','\x31','\x86','\x86','\x41','\x86','\x08','\x02','\x04','\x0e','\x7f','\xfe','\x0c','\x22','\x44','\x08','\x32','\x64','\x92','\x12','\x24','\x63','\x82','\x0c','\x33','\x06','\x14','\x36','\x1a','\x74','\x04','\x72','\x24','\x09','\x21','\x84','\x10','\x81','\x80','\xff','\xc3','\x40','\x7c','\xc6','\x30','\x4c','\x0c','\x9f','\x0c','\x19','\xce','\x4c','\x63','\x26','\x7d','\x06','\x70','\x6c','\x98','\xe4','\x6c','\xc1','\x8e','\x4c','\xc6','\x1c','\x4c','\x18','\x38','\x8c','\x00','\xe0','\x0c','\x03','\x80','\x0c','\x1c','\x00','\x08','\x08','\x80','\x0e','\xfc','\xe0','\x0c','\x08','\xc0','\x08','\x08','\xcc','\x90','\x08','\x86','\x64','\x4b','\xff','\x37','\x79','\xf3','\x36','\x49','\x30','\x0c','\x40','\x30','\x08','\x41','\x32','\x12','\x41','\xff','\xff','\x49','\x32','\x7d','\x7d','\x32','\x4c','\x49','\x32','\x0c','\x09','\x32','\x4e','\x09','\xfe','\x7d','\x09','\x32','\x6d','\x88','\x30','\x6d','\x88','\x30','\x4c','\x08','\x32','\x4c','\x18','\x32','\x8c','\x1b','\xff','\x0c','\xf9','\xe3','\x0c','\x31','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\x60','\x30','\x30','\x48','\x24','\x37','\xfd','\xfe','\x30','\xc0','\x70','\x31','\xf8','\xe8','\x31','\x59','\xac','\x32','\x42','\x27','\x34','\x08','\x02','\x30','\x0c','\x80','\x31','\x99','\xc0','\x30','\xe3','\x10','\x30','\x64','\x0c','\x37','\xff','\xfe','\x33','\xfe','\x06','\x20','\x86','\x00','\x60','\xe6','\x60','\x41','\xc6','\x1c','\x83','\x06','\x0e','\x0c','\x06','\x06','\x08','\x08','\x0c','\x0e','\x0f','\xfe','\x0c','\x0c','\x0c','\x08','\x0c','\x0c','\x92','\x0f','\xfc','\x63','\x8c','\x0c','\x33','\x0c','\x0c','\x36','\x0f','\xfc','\x0c','\x00','\x00','\x09','\x1f','\xfe','\x10','\x99','\x26','\xff','\xd9','\x26','\x7c','\xd9','\x26','\x4c','\xdf','\xfe','\x0c','\x00','\x00','\x4c','\x00','\x0c','\x7d','\x1f','\xfe','\x6c','\x84','\x0c','\x6c','\xc2','\x18','\x4c','\xc1','\x30','\x4c','\xc0','\xe0','\x8c','\x01','\xb8','\x0c','\x06','\x1f','\x0c','\x38','\x06','\x08','\x00','\x06','\x0e','\x3f','\xff','\x0c','\x01','\x20','\x08','\x01','\x20','\x92','\x11','\x26','\x63','\x9f','\xff','\x33','\x19','\x26','\x36','\x19','\x26','\x0c','\x19','\x26','\x09','\x1f','\xfe','\x10','\x98','\x06','\xff','\xc0','\x00','\x7c','\xcf','\xfc','\x4c','\xc0','\x00','\x0c','\x00','\x06','\x4c','\x3f','\xff','\x7d','\x00','\xc0','\x6c','\x88','\xc0','\x6c','\xce','\xc8','\x4c','\xcc','\xc4','\x4c','\xc8','\xc6','\x8c','\x10','\xc6','\x0c','\x23','\xc6','\x0c','\x01','\x80','\x08','\x01','\xc0','\x0e','\x39','\x87','\x0c','\x31','\x86','\x08','\x31','\x86','\x90','\x31','\x86','\x64','\x3f','\xfe','\x37','\x00','\x00','\x36','\x00','\x00','\x0c','\x3e','\x3e','\x0a','\x22','\x22','\x11','\x22','\x22','\xff','\xa2','\x22','\x7c','\xbe','\x3e','\x4c','\x22','\x22','\x0c','\x22','\x22','\x4e','\x22','\x22','\x7d','\x3e','\x3e','\x6d','\xa2','\x22','\x6d','\xa2','\x22','\x4c','\x22','\x22','\x4c','\x22','\x22','\x8c','\x62','\x62','\x0c','\x4e','\x4e','\x0c','\x84','\x84','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x0f','\xfc','\x08','\x08','\xc4','\x92','\x08','\xc4','\x63','\xbf','\xff','\x33','\x08','\xc4','\x36','\x08','\xc4','\x0c','\x0f','\xfc','\x09','\x00','\xc0','\x10','\x9f','\xfe','\xff','\xd0','\xc2','\x7c','\xd0','\xc2','\x4c','\xdf','\xfe','\x0c','\x03','\x00','\x4c','\x03','\x06','\x7d','\x3f','\xff','\x6c','\x86','\x18','\x6c','\xc6','\x18','\x4c','\xcf','\xb0','\x4c','\xcc','\x60','\x8c','\x00','\xd8','\x0c','\x03','\x0e','\x0c','\x1c','\x06','\x08','\x10','\x0c','\x0e','\x1f','\xfe','\x0c','\x18','\x8c','\x08','\x18','\x8c','\x92','\x1f','\xfc','\x63','\x98','\x8c','\x33','\x18','\x8c','\x36','\x18','\x8c','\x0c','\x1f','\xfc','\x09','\x01','\x00','\x10','\x81','\xa0','\xff','\xc9','\x30','\x7c','\xc6','\x60','\x4c','\xc2','\x48','\x0c','\x00','\x84','\x4c','\x3f','\xfe','\x7d','\x1f','\x86','\x6c','\x81','\x80','\x6c','\xc9','\x90','\x4c','\xcd','\x88','\x4c','\xd9','\x8c','\x8c','\x11','\x86','\x0c','\x21','\x86','\x0c','\x01','\x80','\x08','\x00','\x70','\x0e','\x40','\x66','\x0c','\x27','\xff','\x08','\x30','\x60','\x90','\x18','\x60','\x64','\x1b','\xfc','\x37','\x02','\x64','\x36','\x02','\x64','\x0c','\x02','\x64','\x0a','\x03','\xfc','\x11','\x1a','\x64','\xff','\xfa','\x64','\x7d','\x9a','\x64','\x4c','\x1b','\xfc','\x0c','\x18','\x60','\x4e','\x18','\x66','\x7d','\x1f','\xff','\x6d','\x98','\x60','\x6d','\x98','\x60','\x4c','\x18','\x60','\x4c','\x18','\x00','\x8c','\xf7','\xff','\x0c','\x61','\xfe','\x0c','\x40','\x00','\x08','\x00','\x0c','\x0e','\x3f','\xfe','\x0c','\x01','\x80','\x08','\x21','\x86','\x90','\x3f','\xff','\x64','\x61','\x86','\x37','\x61','\x84','\x36','\x1d','\xb8','\x0c','\x01','\x80','\x0a','\x01','\x80','\x11','\x3d','\xbc','\xff','\x81','\x80','\x7c','\x80','\x00','\x4c','\x00','\x30','\x0c','\x1f','\xf8','\x4e','\x00','\x00','\x7d','\x00','\x06','\x6d','\xff','\xff','\x6d','\x86','\x00','\x4c','\x04','\x20','\x4c','\x08','\x18','\x8c','\x7f','\xec','\x0c','\x3e','\x06','\x0c','\x20','\x06','\x08','\x42','\x46','\x0e','\x7f','\x7f','\x0c','\x62','\x46','\x08','\x62','\x46','\x90','\x7e','\x7e','\x64','\x62','\x46','\x37','\x62','\x46','\x36','\x7e','\x7e','\x0c','\x60','\x06','\x08','\x60','\x06','\x12','\x64','\x26','\xff','\x67','\xf6','\x7d','\x64','\x26','\x4c','\x64','\x26','\x0c','\x67','\xe6','\x4e','\x64','\x26','\x7d','\x64','\x26','\x6d','\x64','\x26','\x6d','\x67','\xe6','\x4c','\x64','\x26','\x4c','\x60','\x06','\x8c','\x60','\x06','\x0c','\x60','\x3e','\x0c','\x60','\x0c','\x08','\x36','\x40','\x0e','\x24','\x70','\x0c','\x24','\x60','\x08','\xff','\x60','\x90','\x24','\x60','\x64','\x24','\x66','\x37','\x24','\x7f','\x36','\xff','\x48','\x0c','\x00','\x4e','\x08','\x00','\xcc','\x12','\x7e','\xac','\xff','\x43','\x2c','\x7d','\x42','\x2c','\x4c','\x7e','\x28','\x0c','\x42','\x38','\x4e','\x42','\x18','\x7d','\x42','\x10','\x6d','\x7e','\x10','\x6d','\x42','\x38','\x4c','\x42','\x28','\x4c','\x42','\x2c','\x8c','\x42','\x6f','\x0c','\x4e','\x46','\x0c','\x46','\x86','\x08','\x01','\xc0','\x0e','\x01','\x88','\x0c','\x1f','\xfc','\x08','\x01','\x80','\x92','\x01','\x84','\x63','\xbf','\xfe','\x33','\x00','\x00','\x36','\x0c','\x18','\x0c','\x08','\x10','\x0a','\x3f','\x7e','\x11','\x08','\x10','\xff','\x88','\x10','\x7c','\x8e','\x12','\x4c','\x78','\xff','\x0c','\x20','\x00','\x4c','\x00','\x00','\x7d','\x3f','\xfe','\x6c','\x86','\x60','\x6c','\xc6','\x60','\x4c','\xc6','\x62','\x4c','\x0c','\x62','\x8c','\x0c','\x63','\x0c','\x18','\x7f','\x0c','\x60','\x3e','\x08','\x00','\x30','\x0e','\x01','\xf8','\x0c','\x1f','\x80','\x08','\x01','\x88','\x92','\x21','\x8c','\x63','\x99','\x88','\x33','\x09','\x92','\x36','\x7f','\xff','\x0c','\x07','\xa0','\x0a','\x05','\x90','\x11','\x0d','\x98','\xff','\x89','\x8c','\x7c','\x91','\x8f','\x4c','\x21','\x86','\x0c','\x40','\x00','\x4c','\x1f','\xfc','\x7d','\x18','\x8c','\x6c','\x98','\x8c','\x6c','\xdf','\xfc','\x4c','\xd8','\x8c','\x4c','\xd8','\x8c','\x8c','\x18','\x8c','\x0c','\x1f','\xfc','\x0c','\x18','\x0c','\x08','\x03','\x80','\x0e','\x03','\x00','\x0c','\x03','\x06','\x08','\x7f','\xff','\x90','\x06','\x40','\x64','\x46','\x44','\x37','\x24','\x26','\x36','\x2c','\x28','\x0c','\x08','\x10','\x0a','\x1f','\xf8','\x11','\x18','\x1c','\xff','\xa8','\x17','\x7c','\xcf','\xf2','\x4c','\x08','\x10','\x0c','\x08','\x10','\x4e','\x0f','\xf0','\x7d','\x01','\x80','\x6d','\x91','\x90','\x6d','\x9d','\x88','\x4d','\x99','\x8c','\x4c','\x31','\x86','\x8c','\x21','\x86','\x0c','\x4f','\x86','\x0c','\x03','\x00','\x08','\x10','\x06','\x0e','\x1f','\xff','\x0c','\x19','\x26','\x08','\x19','\x26','\x92','\x19','\x26','\x63','\x9f','\xfe','\x33','\x00','\xc0','\x36','\x00','\xc4','\x0c','\x1f','\xfe','\x09','\x00','\xc0','\x10','\x80','\xc2','\xff','\xff','\xff','\x7c','\xc4','\x08','\x4c','\xc2','\x08','\x0c','\x02','\x12','\x4c','\x3f','\xff','\x7d','\x00','\xc0','\x6c','\x80','\xc0','\x6c','\xc0','\xc4','\x4c','\xdf','\xfe','\x4c','\xc0','\xc0','\x8c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x08','\x01','\x80','\x0e','\x01','\x80','\x0c','\x03','\x40','\x08','\x06','\x20','\x92','\x0c','\x18','\x63','\x9b','\xef','\x33','\x60','\x06','\x36','\x00','\x00','\x0c','\x1f','\xfc','\x09','\x10','\x84','\x10','\x94','\x94','\xff','\xd2','\xa4','\x7c','\xd0','\x84','\x4c','\xdf','\xfc','\x0c','\x00','\x00','\x4c','\x08','\x18','\x7d','\x0f','\xfc','\x6c','\x8c','\x18','\x6c','\xcc','\x18','\x4c','\xcf','\xf8','\x4c','\xcc','\x18','\x8c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x18','\x08','\x20','\x04','\x0e','\x3f','\xfe','\x0c','\x22','\x44','\x08','\x22','\x44','\x90','\x22','\x44','\x64','\x3e','\x7c','\x37','\x22','\x44','\x36','\x02','\x40','\x0c','\x02','\x40','\x0a','\x3e','\x7c','\x11','\x22','\x44','\xff','\xa2','\x44','\x7c','\xa2','\x44','\x4c','\x3e','\x7c','\x0c','\x22','\x44','\x4e','\x22','\x44','\x7d','\x22','\x44','\x6d','\xa2','\x44','\x6d','\xbe','\x7c','\x4c','\x22','\x42','\x4c','\x22','\x02','\x8c','\x02','\x03','\x0c','\x03','\xff','\x0c','\x01','\xfe','\x08','\x71','\x04','\x0e','\x61','\x86','\x0c','\x6a','\x28','\x08','\x64','\x10','\x90','\x65','\x14','\x64','\x62','\x08','\x37','\x64','\x92','\x36','\x6f','\xff','\x0c','\x64','\x51','\x08','\x60','\x00','\x12','\x7f','\xff','\xff','\x60','\x00','\x7d','\x61','\x04','\x4c','\x61','\x86','\x0c','\x6a','\x28','\x4e','\x64','\x10','\x7d','\x65','\x14','\x6d','\x62','\x08','\x6d','\x64','\x92','\x4c','\x6f','\xff','\x4c','\x64','\x51','\x8c','\x60','\x00','\x0c','\x7f','\xff','\x0c','\x60','\x00','\x08','\x00','\x0c','\x0e','\x3f','\xfe','\x0c','\x01','\x80','\x08','\x21','\x86','\x90','\x3f','\xff','\x64','\x61','\x86','\x37','\x61','\x84','\x36','\x1d','\xb8','\x0c','\x01','\x80','\x0a','\x3d','\xbc','\x11','\x01','\x80','\xff','\x80','\x06','\x7c','\xff','\xff','\x4c','\x01','\x80','\x0c','\x21','\x06','\x4e','\x3f','\xff','\x7d','\x32','\x46','\x6d','\xb2','\x46','\x6d','\xb2','\x46','\x4c','\x32','\x46','\x4c','\x32','\x46','\x8c','\x32','\x46','\x0c','\x32','\x5e','\x0c','\x30','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\x7f','\xff','\x90','\x02','\x40','\x64','\x01','\x66','\x37','\x7d','\x5c','\x36','\x14','\x94','\x0c','\x14','\x94','\x0a','\x34','\x96','\x11','\x24','\x9a','\xff','\xcc','\xb3','\x7c','\x80','\x82','\x4c','\x18','\x0c','\x0c','\x18','\x0c','\x4e','\x1f','\xfc','\x7d','\x18','\x0c','\x6d','\x98','\x0c','\x6d','\x9f','\xfc','\x4c','\x18','\x0c','\x4c','\x10','\x0c','\x8c','\x30','\x0c','\x0c','\x20','\x0c','\x0c','\x40','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x86','\x08','\x3f','\xff','\x92','\x04','\x18','\x63','\x84','\x18','\x33','\x02','\x30','\x36','\x03','\x60','\x0c','\x01','\xc0','\x09','\x03','\x70','\x10','\x8e','\x3f','\xff','\xf8','\x0e','\x7c','\xcc','\x18','\x4c','\xcc','\x18','\x0c','\x0f','\xf8','\x4c','\x0c','\x18','\x7d','\x0c','\x18','\x6c','\x8c','\x18','\x6c','\xcf','\xf8','\x4c','\xcc','\x18','\x4c','\xc8','\x18','\x8c','\x18','\x18','\x0c','\x10','\x18','\x0c','\x20','\x18','\x08','\x21','\xc0','\x0e','\x21','\x86','\x0c','\x7f','\xff','\x08','\xc0','\x06','\x90','\xdf','\xf4','\x64','\x09','\x00','\x37','\x1d','\x4c','\x36','\x61','\xe6','\x0c','\x07','\x06','\x0a','\x78','\x00','\x11','\x1f','\xf8','\xff','\x98','\x18','\x7c','\x98','\x18','\x4c','\x1f','\xf8','\x0c','\x18','\x18','\x4e','\x18','\x18','\x7d','\x1f','\xf8','\x6d','\x98','\x18','\x6d','\x98','\x18','\x4c','\x1f','\xf8','\x4c','\x08','\x00','\x8c','\x0e','\x38','\x0c','\x1c','\x0e','\x0c','\x60','\x06','\x0e','\x10','\x38','\x0c','\x1c','\x30','\x0c','\x18','\x30','\x7f','\x91','\xfe','\x02','\x20','\x08','\x23','\x48','\x8c','\x12','\x6e','\x48','\x16','\x2c','\x58','\x14','\x18','\x50','\x04','\x10','\x12','\xff','\x95','\xff','\x0c','\x26','\x30','\x0d','\xfe','\x30','\x0c','\xfa','\x30','\x0e','\x98','\x30','\xfc','\x18','\x34','\x6c','\x9c','\xfe','\x4c','\xfa','\x30','\x08','\xda','\x30','\x08','\x9b','\x30','\x11','\x9b','\x30','\x11','\x18','\x30','\x22','\x18','\x30','\xc0','\x18','\x30','\x08','\x40','\x20','\x0e','\x7f','\xb8','\x0c','\x64','\x30','\x08','\x64','\x30','\x90','\x7f','\x26','\x64','\x61','\x7f','\x37','\x61','\x40','\x36','\x61','\x80','\x0c','\x7f','\x00','\x0a','\x64','\x06','\x11','\x64','\x7f','\xff','\x64','\x00','\x7d','\x7f','\x80','\x4c','\x60','\x00','\x0c','\x00','\x00','\x4e','\x3f','\xfc','\x7d','\x32','\x4c','\x6d','\xb2','\x4c','\x6d','\xb2','\x4c','\x4c','\x32','\x4c','\x4c','\x32','\x4c','\x8c','\x32','\x4c','\x0c','\xff','\xff','\x0c','\x00','\x00','\x08','\x38','\x06','\x0e','\x33','\xff','\x0c','\x30','\x30','\x08','\x30','\x30','\x91','\xfe','\x20','\x64','\x31','\x26','\x37','\x31','\xff','\x36','\x31','\x86','\x0c','\x31','\x86','\x08','\xfd','\x86','\x12','\x01','\xfe','\xff','\x01','\x86','\x7d','\x01','\x86','\x4c','\x79','\x86','\x0c','\x49','\xfe','\x4e','\x49','\x86','\x7d','\x49','\x86','\x6d','\x49','\x86','\x6d','\x49','\xfe','\x4c','\x48','\x00','\x4c','\x78','\x88','\x8c','\x00','\xe6','\x0c','\x01','\xc3','\x0c','\x07','\x03','\x08','\x06','\x18','\x0e','\x04','\x10','\x0c','\x1f','\x7e','\x08','\x04','\x10','\x92','\x04','\x10','\x63','\xbf','\xff','\x33','\x0a','\x28','\x36','\x1b','\x24','\x0c','\x11','\x47','\x09','\x20','\x02','\x10','\x8f','\xfc','\xff','\xcc','\x0c','\x7c','\xcc','\x0c','\x4c','\xcf','\xfc','\x0c','\x0c','\x0c','\x4c','\x0c','\x0c','\x7d','\x0f','\xfc','\x6c','\x8c','\x0c','\x6c','\xcc','\x0c','\x4c','\xcf','\xfc','\x4c','\xc2','\x00','\x8c','\x07','\x38','\x0c','\x0c','\x0e','\x0c','\x30','\x06','\x08','\x00','\xe0','\x0e','\x00','\xc6','\x0c','\x3f','\xff','\x08','\x00','\xc0','\x92','\x1f','\xfe','\x63','\x80','\x00','\x33','\x1f','\xfe','\x36','\x13','\x22','\x0c','\x1e','\x3e','\x09','\x10','\x02','\x10','\x9f','\xfe','\xff','\xc0','\x00','\x7c','\xc8','\x04','\x4c','\x0f','\xfe','\x0c','\x08','\x04','\x4d','\x0f','\xfc','\x7c','\x88','\x04','\x6c','\xcf','\xfc','\x6c','\xc8','\x04','\x4c','\xcf','\xfc','\x4c','\x04','\x00','\x8c','\x07','\x38','\x0c','\x0e','\x0e','\x0c','\x30','\x06','\x08','\x40','\x06','\x0e','\x7f','\xff','\x0c','\x60','\x00','\x08','\x67','\xfc','\x90','\x64','\x44','\x64','\x64','\x44','\x37','\x67','\xfc','\x36','\x64','\x44','\x0c','\x64','\x44','\x08','\x67','\xfc','\x12','\x60','\x40','\xff','\x67','\xfc','\x7d','\x60','\x40','\x4c','\x7f','\xff','\x0c','\x64','\x08','\x4e','\x65','\x26','\x7d','\x69','\x22','\x6d','\x40','\x00','\x6c','\x40','\xc0','\x4c','\xcf','\xfc','\x4c','\x80','\xc0','\x8d','\x00','\xc0','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x08','\x1c','\x06','\x0e','\x19','\xff','\x0c','\x18','\x30','\x08','\x18','\x30','\x90','\xff','\x20','\x64','\x00','\xa6','\x37','\x48','\xff','\x36','\x64','\xc6','\x0c','\x46','\xc6','\x08','\x86','\xc6','\x12','\x00','\xfe','\xff','\x08','\xc6','\x7d','\x4c','\xc6','\x4c','\x28','\xc6','\x0c','\x38','\xfe','\x4e','\x10','\xc6','\x7d','\x18','\xc6','\x6d','\x14','\xc6','\x6d','\x34','\xfe','\x4c','\x26','\x00','\x4c','\x66','\x4c','\x8c','\x40','\x66','\x0c','\x80','\xc3','\x0c','\x03','\x03','\x08','\x22','\x44','\x0e','\x3f','\x7e','\x0c','\x22','\x44','\x08','\x22','\x44','\x90','\x3e','\x7c','\x64','\x22','\x44','\x37','\x22','\x44','\x36','\x3e','\x7c','\x0c','\x22','\x44','\x0a','\x22','\x44','\x11','\x3e','\x7c','\xff','\x94','\x28','\x7c','\xb2','\x64','\x4c','\x62','\xc4','\x0c','\x00','\x00','\x4e','\x06','\x06','\x7d','\x7f','\xff','\x6d','\x8c','\x30','\x6d','\x98','\x30','\x4c','\x3f','\x60','\x4c','\x31','\xc0','\x8c','\x03','\x78','\x0c','\x0c','\x1e','\x0c','\x70','\x06','\x08','\x04','\x00','\x0e','\x06','\x30','\x0c','\x07','\xf8','\x08','\x0c','\x20','\x92','\x10','\x40','\x63','\xbf','\xfc','\x33','\x10','\x04','\x36','\x10','\x04','\x0c','\x1f','\xfc','\x0a','\x08','\x40','\x11','\x0f','\x78','\xff','\x88','\x42','\x7d','\xbf','\x43','\x4c','\x18','\x7f','\x0c','\x00','\x00','\x4c','\x1f','\xf8','\x7d','\x11','\x08','\x6c','\x91','\x08','\x6c','\xdf','\xf8','\x4c','\xc0','\x90','\x4c','\x04','\x8a','\x8c','\x0e','\x83','\x0c','\x18','\xff','\x0c','\x60','\x7e','\x08','\x22','\x70','\x0e','\x33','\x60','\x0c','\x22','\x68','\x08','\x66','\x66','\x90','\x55','\x63','\x60','\x55','\x63','\x36','\x89','\x60','\x36','\x00','\x66','\x0c','\xff','\xff','\x08','\x14','\x60','\x12','\x14','\x64','\xff','\x77','\x67','\x7d','\x14','\x66','\x4c','\x14','\x26','\x0c','\x77','\x24','\x4e','\x14','\x2c','\x7d','\x14','\x28','\x6d','\x77','\x38','\x6d','\x14','\x12','\x4c','\x14','\x3a','\x4c','\xff','\x6a','\x8c','\x78','\xce','\x0c','\x41','\x87','\x0c','\x06','\x03','\x08','\x1c','\x70','\x0e','\x18','\x60','\x0c','\x18','\x68','\x08','\x1b','\x66','\x90','\xff','\xe3','\x64','\x18','\x63','\x37','\x18','\x60','\x36','\x18','\x66','\x0d','\xff','\xff','\x08','\x14','\x60','\x12','\x14','\x64','\xff','\x77','\x67','\x7d','\x14','\x66','\x4c','\x14','\x26','\x0c','\x77','\x24','\x4e','\x14','\x2c','\x7d','\x14','\x28','\x6d','\x77','\x38','\x6d','\x14','\x12','\x4c','\x14','\x3a','\x4c','\xff','\x6a','\x8c','\x78','\xce','\x0c','\x41','\x87','\x0c','\x06','\x03','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xf0','\x04','\x10','\x10','\xff','\xff','\xff','\x08','\x10','\x20','\x0f','\xff','\xfc','\x00','\x01','\xc0','\x0f','\xe0','\x1c','\x48','\x27','\xfe','\x4f','\xe0','\x90','\x48','\x23','\x18','\x4f','\xe1','\x30','\x48','\x20','\x44','\x7f','\xff','\xfe','\x13','\x06','\x62','\x1b','\x61','\x6c','\x33','\x33','\x66','\x43','\x34','\x66','\x08','\x46','\x20','\x0e','\x7f','\x38','\x0c','\x48','\x30','\x08','\x48','\x26','\x90','\x7e','\x7f','\x64','\x42','\x40','\x37','\x42','\x80','\x36','\x7e','\x0c','\x0c','\x48','\x7e','\x0a','\x48','\x00','\x11','\x7f','\x00','\xff','\x80','\x00','\x7d','\x9f','\xf8','\x4c','\x10','\x08','\x0c','\x1f','\xf8','\x4e','\x10','\x08','\x7d','\x1f','\xf8','\x6d','\x90','\x08','\x6d','\x9f','\xf8','\x4c','\x06','\x62','\x4c','\x06','\x62','\x8c','\x0c','\x63','\x0c','\x18','\x7f','\x0c','\x60','\x3e','\x20','\x00','\x00','\x38','\x00','\x0c','\x30','\x0f','\xfe','\x30','\x60','\xc0','\x3f','\xf0','\xc0','\x66','\x00','\xc0','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\x00','\xc0','\x06','\x30','\xc0','\xff','\xf8','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x76','\x70','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x7f','\xe0','\xc0','\x60','\x60','\xc6','\x60','\x1f','\xff','\x00','\x00','\x00','\x20','\x01','\xc0','\x38','\x01','\x80','\x30','\x01','\x80','\x30','\xc1','\x80','\x3f','\xe1','\x80','\x66','\x01','\x8c','\x46','\x0f','\xfe','\x86','\x01','\x8c','\x06','\x01','\x8c','\x06','\x61','\x8c','\xff','\xf1','\x8c','\x06','\x01','\x8c','\x06','\x01','\x8c','\x06','\x1f','\xff','\x76','\x61','\xa0','\x66','\x61','\xa0','\x66','\x61','\x20','\x66','\x63','\x10','\x66','\x63','\x10','\x7f','\xe2','\x18','\x60','\x66','\x1c','\x60','\x04','\x0f','\x00','\x08','\x0e','\x00','\x30','\x06','\x20','\x01','\xc0','\x38','\x01','\x8c','\x30','\x01','\xfe','\x21','\x01','\x80','\x7f','\xa1','\x82','\x48','\x3f','\xff','\x88','\x30','\x06','\x08','\x31','\x04','\x08','\xb1','\xe0','\xff','\xff','\x08','\x08','\x31','\x0c','\x08','\x31','\xfc','\x08','\x30','\x00','\x49','\x30','\x7c','\x49','\x37','\xe0','\x49','\x30','\x66','\x49','\x32','\x64','\x49','\x21','\x68','\x7f','\x2f','\xff','\x41','\x60','\x60','\x40','\x40','\x60','\x00','\x40','\x60','\x00','\x83','\xe0','\x00','\x00','\xc0','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x10','\x00','\x80','\x18','\xe1','\xcc','\x32','\x63','\x06','\x63','\x04','\x06','\x87','\xff','\xf0','\x04','\x18','\x00','\x08','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x07','\xff','\xf0','\x04','\x08','\x10','\x07','\xff','\xf0','\x04','\x08','\x10','\x07','\xff','\xf0','\x00','\x00','\x00','\x7f','\xe7','\xfe','\x44','\x24','\x42','\x7f','\xe7','\xfe','\x44','\x24','\x42','\x7f','\xe7','\xfe','\x04','\x00','\x00','\x06','\x00','\x30','\x0f','\xff','\xf8','\x08','\x18','\x00','\x10','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x20','\x00','\x00','\x38','\x0f','\xf8','\x30','\x08','\x08','\x31','\x0f','\xf8','\x3f','\x88','\x08','\x68','\x0f','\xf8','\x48','\x00','\x00','\x88','\x1f','\xfc','\x08','\x00','\x80','\x08','\x90','\x82','\xff','\xdf','\xff','\x08','\x30','\x82','\x08','\x36','\xb4','\x49','\x00','\x80','\x49','\x0e','\xb8','\x49','\x00','\x00','\x49','\x1f','\xfc','\x49','\x00','\x00','\x49','\x7f','\xff','\x7f','\x06','\x10','\x41','\x04','\x08','\x40','\x3f','\xfc','\x00','\x1f','\x06','\x00','\x10','\x06','\x20','\x0e','\x38','\x38','\x0c','\x32','\x30','\x7f','\xff','\x31','\x0c','\x30','\x3f','\x8c','\x30','\x68','\x3e','\x7c','\x48','\x22','\x44','\x88','\x22','\x44','\x08','\x3e','\x7c','\x08','\x88','\x20','\xff','\xce','\x70','\x08','\x0c','\x44','\x08','\x1f','\xfe','\x49','\x18','\x40','\x49','\x38','\x48','\x49','\x5f','\xfc','\x49','\x18','\x40','\x49','\x18','\x48','\x49','\x1f','\xfc','\x7f','\x18','\x40','\x41','\x18','\x40','\x40','\x18','\x42','\x00','\x1f','\xff','\x00','\x18','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\xc1','\x86','\x60','\xc1','\x86','\x60','\xc1','\x86','\x60','\xc1','\x86','\x60','\xc1','\x86','\x64','\xc9','\x86','\x62','\xc5','\x86','\x61','\xc3','\x86','\x60','\xc1','\x86','\x60','\xc1','\xc6','\x60','\xe3','\x66','\x61','\xb3','\x76','\x61','\xb3','\x36','\x61','\x02','\x06','\x63','\x06','\x06','\x62','\x04','\x06','\x64','\x0c','\x06','\x68','\x08','\x06','\x60','\x10','\x06','\x60','\x20','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x10','\x00','\x00','\x10','\x00','\x06','\x1f','\xff','\xff','\x30','\x03','\x06','\x30','\x83','\x06','\x60','\xe3','\x04','\x61','\xc3','\x08','\x03','\x83','\x00','\x07','\x03','\xff','\x1c','\x01','\xff','\xe0','\x00','\x00','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x40','\x00','\x06','\x7f','\xff','\xff','\x60','\x01','\x06','\x61','\x01','\xc6','\x60','\xc1','\x86','\x60','\x63','\x06','\x60','\x62','\x06','\x60','\x04','\xc6','\x67','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\xc6','\x67','\xff','\xe6','\x60','\xc0','\x06','\x60','\xc0','\x06','\x60','\xc0','\x06','\x60','\xc0','\x06','\x60','\xc0','\x06','\x60','\xff','\xc6','\x60','\x7f','\xc6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x08','\x00','\x00','\x0e','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x39','\x80','\x00','\x78','\x60','\x00','\xd8','\x38','\x03','\x98','\x1c','\x0e','\x18','\x0e','\x70','\x18','\x06','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x18','\x00','\x18','\x18','\x0c','\x1f','\xff','\xfe','\x18','\x0c','\x00','\x18','\x06','\x00','\x18','\x07','\x02','\x18','\x03','\x82','\x18','\x79','\xc2','\xff','\xc0','\xf3','\x7c','\x00','\x3f','\x60','\x00','\x0e','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x20','\x0c','\x00','\x38','\x00','\x00','\x70','\x06','\xff','\xff','\xff','\x00','\xc2','\x00','\x01','\x99','\x00','\x03','\x18','\xc0','\x07','\xff','\xf0','\x0e','\x18','\x7f','\x36','\x18','\x6e','\xc7','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe4','\x06','\x18','\x04','\x00','\x18','\x06','\x00','\x1f','\xfe','\x00','\x0f','\xfc','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x1c','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\xc0','\xc6','\xff','\xef','\xff','\x0e','\x01','\xe0','\x0f','\x01','\xe0','\x1e','\xc3','\xd0','\x16','\x62','\xd8','\x36','\x66','\xcc','\x26','\x04','\xcf','\x46','\x08','\xc6','\x86','\x10','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x01','\x80','\x38','\x3f','\xc0','\x30','\x00','\x00','\x30','\xff','\xf0','\x36','\x00','\x0f','\xff','\x3f','\xc0','\x30','\x00','\x00','\x30','\x00','\x04','\x30','\x3f','\xc2','\x30','\x00','\x03','\x30','\x20','\xc3','\x30','\x3f','\xe0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x30','\x30','\xc0','\x30','\x3f','\xc1','\xf0','\x30','\xc0','\x60','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x04','\x00','\x00','\x0e','\x0f','\xfe','\x98','\x0c','\x06','\x61','\x0c','\x06','\x33','\x8f','\xfe','\x37','\x00','\x00','\x0c','\x0f','\xfe','\x10','\x8c','\x06','\xff','\xcc','\x06','\x7c','\xcf','\xfe','\x0c','\x0c','\x06','\x4e','\x0c','\x06','\x7d','\x8f','\xfe','\x6c','\xcc','\x06','\x4c','\xcc','\x06','\x8c','\x0c','\x3e','\x0c','\x0c','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x08','\x00','\x00','\x0c','\x83','\x88','\x18','\x63','\x3c','\xff','\xf3','\xc0','\x70','\x33','\x04','\x00','\x03','\x06','\x3f','\xe1','\xfe','\x20','\x20','\x00','\x3f','\xe3','\x88','\x20','\x23','\x3c','\x3f','\xe3','\xc0','\x20','\x23','\x04','\x21','\xe3','\x06','\x20','\x61','\xfe','\x00','\x00','\x00','\x10','\x42','\x18','\x20','\x41','\x06','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x40','\x06','\xff','\xff','\xff','\x01','\x80','\xc0','\x06','\x18','\x30','\x1f','\xff','\xff','\xe6','\x18','\x36','\x06','\x18','\x30','\x06','\x19','\xf0','\x06','\x18','\x60','\x00','\x18','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x11','\x08','\x04','\x11','\x0f','\xfe','\xff','\xec','\x40','\x11','\x0c','\x48','\x11','\x0f','\xfc','\x1f','\x0c','\x40','\x04','\x0c','\x48','\x7f','\xcf','\xfc','\x44','\x4c','\x40','\x44','\x4c','\x46','\x7f','\xcf','\xff','\x04','\x00','\x06','\x04','\x0a','\xb6','\xff','\xfa','\x96','\x04','\x32','\x8c','\x04','\x30','\x3c','\x04','\x00','\x18','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x11','\x00','\xe0','\x11','\x00','\xc4','\xff','\xef','\xfe','\x11','\x00','\xc0','\x11','\x00','\xa0','\x1f','\x01','\x18','\x04','\x02','\x0a','\x7f','\xdf','\xff','\x44','\x40','\x0c','\x44','\x47','\xcc','\x7f','\xc4','\x4c','\x04','\x04','\x4c','\x04','\x04','\x4c','\xff','\xe7','\xcc','\x04','\x00','\x0c','\x04','\x00','\x7c','\x04','\x00','\x18','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x01','\x83','\x00','\x01','\x83','\x02','\x03','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x04','\x00','\x80','\x03','\x00','\xe0','\x01','\x80','\xc0','\x01','\x80','\x80','\x00','\x01','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x30','\xc1','\x06','\xe0','\xc1','\x87','\xc0','\xc1','\x83','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc2','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x60','\x06','\xff','\xf0','\x06','\x18','\x60','\x0c','\x18','\x60','\x08','\x18','\x64','\x13','\xff','\xfe','\x20','\x18','\x60','\xc0','\x18','\x60','\x00','\x18','\x66','\x1f','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x08','\x41','\xc0','\x3c','\x21','\x90','\xf0','\x33','\x1f','\xc0','\x32','\x18','\xc0','\x04','\xd8','\xc0','\xff','\xf8','\xc0','\x0c','\x18','\xc0','\x0c','\x18','\xc0','\x0c','\x98','\xc6','\x7f','\xdf','\xff','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\xd8','\x60','\x0f','\x18','\x60','\xfc','\x18','\x30','\x7c','\x18','\x30','\x4c','\x1f','\x32','\x0c','\xfc','\x1a','\x08','\x70','\x1a','\x18','\x40','\x0e','\x10','\x01','\x8e','\x20','\x7f','\xc7','\x40','\x00','\x03','\x01','\x01','\x80','\x41','\xc1','\x80','\x21','\x83','\x40','\x33','\x03','\x40','\x32','\x02','\x20','\x04','\xc6','\x30','\xff','\xe4','\x18','\x0c','\x08','\x1c','\x0c','\x10','\xcf','\x0c','\xa7','\xe6','\x7f','\xc0','\x00','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0c','\xdf','\xfe','\x0f','\x03','\x0c','\xfc','\x03','\x0c','\x7c','\x03','\x0c','\x4c','\x03','\x0c','\x0c','\x03','\x0c','\x08','\x03','\x7c','\x18','\x03','\x18','\x10','\x03','\x00','\x20','\x03','\x00','\x40','\x03','\x00','\x00','\x00','\x20','\x0f','\xff','\xf0','\x00','\x20','\x26','\xff','\xff','\xff','\x00','\x40','\x20','\x00','\x40','\x20','\x0f','\xff','\xe0','\x01','\x80','\x00','\x03','\xff','\xf8','\x06','\xc0','\x18','\x0c','\xc0','\x18','\x30','\xff','\xf8','\xc2','\x00','\x80','\x01','\x80','\xc0','\x00','\x81','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\x08','\x0c','\x41','\xcf','\xfe','\x21','\x8c','\x0c','\x33','\x0c','\x0c','\x32','\x0f','\xfc','\x04','\xcc','\x0c','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x83','\x00','\x7f','\xc3','\x00','\x0c','\x06','\x06','\x0c','\x07','\xff','\x0c','\xcc','\x06','\x0f','\x0e','\x46','\xfc','\x1c','\xe6','\x7c','\x2d','\x86','\x4c','\x4e','\x06','\x0c','\x0c','\x46','\x08','\x0c','\x66','\x18','\x0f','\xec','\x10','\x07','\xcc','\x20','\x00','\x3c','\x40','\x00','\x18','\x01','\x01','\x80','\x00','\xc1','\xc0','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xc0','\x20','\x03','\xe3','\x98','\x3f','\x03','\x08','\x03','\x03','\x06','\xff','\xff','\xff','\x0f','\x43','\x00','\x1b','\x39','\x90','\x33','\x19','\x9c','\xdf','\xe0','\xb8','\x08','\x00','\xe0','\x1f','\xf0','\x42','\x30','\x60','\xe2','\x00','\xe3','\xba','\x07','\xcc','\x1f','\x01','\x80','\x07','\x01','\x01','\x80','\x00','\xc1','\xc0','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\xff','\xff','\xff','\x08','\x84','\x10','\x10','\xc6','\x0c','\x72','\x42','\x86','\x61','\x81','\xc6','\x00','\x81','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x34','\x00','\x00','\xe3','\x80','\x03','\x80','\xfe','\x7c','\x00','\x3c','\x01','\x01','\x80','\x00','\xc1','\xc0','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x08','\x42','\x10','\x10','\xc3','\x0c','\x70','\xc3','\x06','\x60','\x00','\x06','\x0f','\xff','\xf0','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x63','\x00','\x01','\xc1','\xe0','\x07','\x00','\x7e','\x78','\x00','\x1c','\x02','\x01','\xc0','\x43','\x81','\x86','\x23','\x7f','\xff','\x32','\x00','\x00','\x32','\x1f','\xfc','\x04','\x90','\x04','\xff','\xd3','\xe4','\x0c','\x12','\x24','\x0c','\x12','\x24','\x0d','\x13','\xe4','\x7f','\x90','\x04','\x0c','\x1f','\xfc','\x0c','\x00','\x00','\x0d','\x8f','\xf8','\x0e','\x0c','\x18','\xfc','\x0c','\x18','\x7c','\x0f','\xf8','\x4c','\x0c','\x18','\x0c','\x0c','\x18','\x08','\x0f','\xf8','\x18','\x0c','\x18','\x10','\x00','\x02','\x20','\x7f','\xff','\x40','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x3e','\x85','\xf8','\x22','\x49','\x18','\x22','\xfd','\x18','\x3e','\x31','\x18','\x22','\x31','\x98','\x22','\xfd','\x58','\x3e','\x31','\x5a','\x22','\x31','\x1a','\x22','\xfd','\x1a','\x62','\x33','\x1a','\x4e','\x32','\x1f','\x86','\x34','\x0f','\x01','\x01','\x80','\x00','\xc1','\xc0','\x00','\xc2','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x3f','\x18','\xfc','\x00','\x18','\x00','\xff','\xdb','\xff','\x00','\x18','\x00','\x3f','\x18','\xfc','\x00','\x18','\x00','\x3f','\x18','\xfc','\x00','\x18','\x00','\x7f','\x99','\xfe','\x61','\x99','\x86','\x61','\x99','\x86','\x7f','\x99','\xfe','\x61','\x99','\x86','\x0e','\x03','\x06','\x0c','\x3f','\xff','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0d','\xa3','\x46','\xff','\xd3','\x26','\x0c','\x1b','\x36','\x0c','\x1b','\x36','\x0c','\x03','\x06','\x0d','\x83','\x06','\xff','\xc7','\x0e','\x21','\x8b','\x16','\x21','\xbb','\x76','\x11','\x93','\x26','\x13','\x13','\x26','\x1b','\x03','\x06','\x0a','\x03','\x06','\x0e','\x03','\x06','\x04','\x1f','\x3e','\x0f','\x06','\x0c','\x09','\xc0','\x00','\x10','\xff','\xff','\x20','\x3f','\xfe','\xc0','\x00','\x00','\x00','\xc0','\x0c','\x7f','\xe7','\xfe','\x10','\xc2','\x0c','\x0c','\xc1','\x8c','\x04','\xc0','\x8c','\x01','\xc0','\x3c','\x0e','\xc7','\xcc','\x78','\xc3','\x0c','\x30','\x30','\x0c','\x00','\x31','\x80','\x1f','\xff','\xc0','\x00','\x61','\x84','\x00','\xe1','\x84','\x01','\xc1','\x86','\x07','\x01','\xfe','\x78','\x1c','\xfc','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x00','\x1c','\x03','\x06','\x18','\x7f','\xff','\x18','\x03','\x06','\x18','\x03','\x06','\x1b','\x23','\x46','\xff','\x93','\x26','\x00','\x13','\x26','\x00','\x1b','\x36','\x04','\x1b','\x36','\x87','\x03','\x06','\x46','\x03','\x06','\x46','\x03','\x06','\x66','\x07','\x0e','\x66','\x0b','\x16','\x64','\x1b','\x36','\x04','\x73','\xe6','\x04','\x33','\x66','\x07','\x23','\x46','\xfc','\x03','\x06','\x70','\x03','\x06','\x40','\x03','\x06','\x00','\x1f','\x3e','\x00','\x06','\x0c','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x7e','\xe0','\x06','\x00','\x78','\x18','\x00','\x1f','\xe3','\xff','\xc6','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x00','\x00','\x00','\x00','\x60','\x18','\x7f','\xff','\xfc','\x10','\x64','\x18','\x0c','\x63','\x18','\x04','\x61','\x18','\x01','\xe0','\x38','\x0e','\x61','\xd8','\x78','\x6f','\x18','\x20','\x64','\x18','\x03','\xe0','\xf8','\x00','\xc0','\x30','\x01','\x00','\x00','\x41','\xc3','\x06','\x21','\xbf','\xff','\x33','\x03','\x06','\x32','\x03','\x06','\x04','\x23','\x46','\xff','\xd3','\x26','\x0c','\x13','\x26','\x0c','\x1b','\x36','\x0c','\x1b','\x36','\x7f','\x83','\x06','\x0c','\x03','\x06','\x0c','\x03','\x06','\x0d','\x87','\x0e','\x0e','\x0b','\x16','\xfc','\x1b','\x36','\x7c','\x73','\xe6','\x4c','\x33','\x66','\x0c','\x23','\x46','\x18','\x03','\x06','\x18','\x03','\x06','\x10','\x03','\x06','\x20','\x1f','\x3e','\x40','\x06','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x08','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\xff','\x83','\x06','\x79','\x83','\xff','\x43','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x00','\x60','\x18','\x7f','\xff','\xfc','\x10','\x64','\x18','\x0c','\x63','\x18','\x04','\x61','\x18','\x01','\xe0','\x38','\x0e','\x61','\xd8','\x78','\x6f','\x18','\x20','\x64','\x18','\x03','\xe0','\xf8','\x00','\xc0','\x30','\x02','\x01','\x80','\x01','\x81','\xc0','\x01','\x82','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1f','\xe3','\x9c','\x10','\x23','\x18','\x1f','\xe3','\x18','\x10','\x23','\x18','\x1f','\xe3','\x18','\x10','\x20','\x18','\x11','\xe0','\xf8','\x10','\x60','\x30','\x00','\x00','\x00','\x7f','\xe7','\xfc','\x10','\x62','\x0c','\x0c','\x61','\x8c','\x04','\x60','\x8c','\x01','\xe0','\x3c','\x0e','\x61','\xcc','\x78','\x6f','\x0c','\x20','\x64','\x0c','\x03','\xe0','\x7c','\x00','\xc0','\x18','\x00','\x60','\x00','\xff','\xf1','\x86','\x00','\x0f','\xff','\x00','\x01','\x86','\x7f','\xe1','\x86','\x60','\x61','\x86','\x60','\x69','\xa6','\x60','\x6d','\xb6','\x7f','\xe5','\x96','\x60','\x05','\x96','\x60','\x01','\x86','\x7f','\xe1','\x86','\x55','\x21','\x86','\x55','\x23','\x8e','\x55','\x25','\x96','\x55','\x3d','\xf6','\x5f','\xe9','\xa6','\x55','\x21','\x86','\x55','\x21','\x86','\x55','\x21','\x86','\x95','\x21','\x86','\x15','\x21','\x86','\x10','\xe7','\x9e','\x10','\x63','\x0c','\x40','\x32','\x18','\x7f','\xfb','\xfc','\x60','\x03','\x18','\x64','\x03','\x18','\x67','\xe2','\x1f','\x69','\x02','\x0f','\x61','\x04','\x00','\x7f','\xf3','\xfc','\x62','\x81','\x18','\x64','\x60','\xb0','\x68','\x20','\x60','\x7f','\xf9','\x98','\x60','\x06','\x0f','\x00','\x00','\x06','\x7f','\xe7','\xfc','\x10','\x62','\x0c','\x0c','\x61','\x8c','\x04','\x60','\x8c','\x01','\xe0','\x3c','\x0e','\x61','\xcc','\x78','\x6f','\x0c','\x20','\x64','\x0c','\x03','\xe0','\x7c','\x00','\xc0','\x18','\x0e','\x00','\x00','\x0c','\x03','\x06','\x7f','\xbf','\xff','\x0c','\x03','\x06','\x0c','\x03','\x06','\xff','\xd3','\x26','\x00','\x1b','\x36','\x21','\x1b','\x36','\x21','\x03','\x06','\xf7','\xc3','\x06','\x21','\x07','\x0e','\x21','\x0b','\x16','\x31','\x3b','\x76','\xe7','\xd3','\x26','\x40','\x03','\x06','\x00','\x03','\x06','\xff','\xc3','\x06','\x33','\x1f','\x3e','\x33','\x06','\x0c','\x33','\x00','\x00','\x23','\x00','\x02','\x63','\x00','\x03','\x43','\xff','\xff','\x81','\xff','\xfe','\x00','\xc0','\x10','\x07','\xef','\xfa','\x7e','\x00','\x13','\x04','\x80','\x96','\x24','\xc6','\x98','\x34','\x9e','\x96','\x15','\x04','\x93','\xff','\xf4','\x99','\x0c','\x04','\x8a','\x1d','\x04','\x8e','\x14','\xc4','\x87','\x34','\x6f','\xf3','\x24','\x64','\x94','\x40','\x04','\x96','\xbf','\xc4','\x94','\x24','\x44','\x98','\x24','\x44','\x96','\x24','\x44','\x93','\x3f','\xc4','\x99','\x24','\x4c','\x8a','\x24','\x48','\x8e','\x24','\x48','\x87','\x3f','\xd0','\x83','\x20','\x40','\x80','\x00','\x70','\x00','\x00','\x60','\x40','\x00','\x66','\x70','\x1f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x61','\x86','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x30','\xc0','\x00','\x63','\xe0','\x01','\xfc','\x00','\x07','\x60','\x08','\x1c','\x60','\x0c','\xe0','\x7f','\xfc','\x00','\x3f','\xf8','\x00','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x00','\x70','\x00','\x00','\x60','\x40','\x00','\x66','\x70','\x1f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x61','\x86','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x30','\xc0','\x00','\x63','\xe0','\x01','\xfc','\x08','\x07','\x60','\x0c','\x1c','\x3f','\xfc','\xe0','\x06','\x00','\x00','\x7f','\x00','\x0f','\xe0','\x00','\x00','\x60','\x00','\x3f','\xff','\xf0','\x00','\x60','\x00','\xff','\xff','\xfa','\x00','\x60','\x02','\x00','\x60','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x00','\x70','\x40','\x00','\x60','\x70','\x1f','\xff','\xe0','\x00','\x60','\xc0','\x00','\x61','\x86','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x70','\xc0','\x01','\xe3','\xe0','\x0f','\x7c','\x08','\xf0','\x60','\x0c','\x00','\x3f','\xfc','\x00','\x00','\x00','\x7f','\xff','\xfe','\x00','\xc0','\x80','\x00','\x80','\x60','\x1f','\xff','\xb0','\x0f','\x18','\x30','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\x7a','\x00','\x00','\xd9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0c','\xc7','\xfe','\xff','\xe0','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x80','\x00','\x7f','\xc0','\x00','\x0c','\x00','\x06','\x0c','\x0f','\xff','\x0c','\xc1','\x80','\xff','\xe1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x00','\x1e','\x01','\x00','\x1d','\x83','\x10','\x1c','\xc3','\x08','\x2c','\xc2','\x0c','\x2c','\x02','\x0c','\x4c','\x02','\x3e','\x8c','\x1f','\xe6','\x0c','\x0f','\x06','\x0c','\x08','\x06','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\xcc','\xcc','\xff','\xec','\xcc','\x0c','\x0c','\xcc','\x0c','\x0c','\xcc','\x0c','\x8c','\xcc','\x7f','\xcc','\xcc','\x0c','\x0c','\xcc','\x0c','\x0c','\xcc','\x0c','\xcc','\xcc','\xff','\xef','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1e','\x0c','\x00','\x1d','\x8c','\x00','\x1c','\xcc','\x00','\x2c','\xcc','\x02','\x2c','\x0c','\x02','\x4c','\x0c','\x02','\x8c','\x0c','\x03','\x0c','\x0f','\xff','\x0c','\x07','\xfe','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\xcc','\x0c','\xff','\xec','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x8c','\x0c','\x7f','\xcc','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\xcc','\x00','\xff','\xec','\x00','\x0c','\x0c','\x0c','\x0c','\x0f','\xfe','\x1e','\x0c','\x0c','\x1d','\x8c','\x0c','\x1c','\xcc','\x0c','\x2c','\xcc','\x0c','\x2c','\x0c','\x0c','\x4c','\x0c','\x0c','\x8c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x1c','\x00','\x70','\x18','\x44','\x60','\x18','\x7e','\x60','\x19','\x44','\x60','\xff','\xc4','\x60','\x18','\x44','\x66','\x18','\x47','\xff','\x1a','\x7c','\x66','\x7f','\x44','\x66','\x18','\x44','\x66','\x18','\x44','\x66','\x19','\x44','\x66','\xff','\xfc','\x66','\x18','\x44','\x66','\x18','\x44','\x66','\x1c','\x44','\x66','\x3a','\x44','\x46','\x3b','\x44','\xc6','\x3b','\x46','\xc6','\x58','\x7c','\x8e','\x59','\xe1','\x8c','\x98','\x81','\x0c','\x18','\x02','\x7c','\x18','\x04','\x18','\x1c','\x40','\x06','\x18','\x7f','\xff','\x18','\x60','\x00','\x19','\x60','\x08','\xff','\xe7','\xfc','\x18','\x60','\x00','\x18','\x60','\x02','\x1a','\x7f','\xff','\x7f','\x66','\x44','\x18','\x66','\x46','\x18','\x66','\x2c','\x19','\x66','\x30','\xff','\xef','\xdc','\x18','\x67','\x0f','\x18','\x64','\x06','\x1c','\x60','\x18','\x3a','\x7f','\xff','\x3b','\x60','\x18','\x3b','\x44','\x18','\x58','\x42','\x18','\x58','\xc3','\x18','\x98','\x83','\x18','\x19','\x00','\x78','\x18','\x00','\x30','\x00','\x61','\xc0','\xff','\xf1','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x88','\x31','\x89','\x8e','\x31','\x89','\x8c','\x3f','\x89','\x8c','\x31','\x89','\x88','\x31','\x99','\x98','\x31','\x99','\x90','\x31','\x99','\xc0','\x31','\x81','\x40','\x3f','\x81','\x40','\x31','\x83','\x40','\x31','\x83','\x60','\x31','\x83','\x20','\x31','\x82','\x30','\x33','\x82','\x30','\xfd','\x86','\x18','\x71','\x84','\x1c','\x41','\x84','\x0f','\x01','\x88','\x0e','\x01','\xb0','\x06','\x00','\x60','\xe0','\xff','\xf0','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x8e','\xc0','\x31','\x8c','\xcc','\x31','\x8c','\xfe','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x3f','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x33','\x8c','\xc0','\xfd','\x8c','\xc0','\x71','\x8c','\xc0','\x41','\x8c','\xc6','\x01','\xbf','\xff','\x01','\x80','\x00','\x00','\xc1','\x00','\xff','\xe3','\x80','\x33','\x06','\x26','\x33','\x18','\x3f','\x33','\x10','\x26','\x33','\x12','\x26','\x33','\x13','\xa6','\x3f','\x13','\x26','\x33','\x13','\x26','\x33','\x13','\x26','\x33','\x13','\x26','\x33','\x13','\x26','\x33','\x13','\x26','\x3f','\x13','\x26','\x33','\x13','\x26','\x33','\x13','\x26','\x33','\x7f','\x26','\x33','\x33','\x26','\x33','\x23','\x2e','\xff','\x02','\x26','\x73','\x06','\x20','\x43','\x04','\x20','\x03','\x08','\x20','\x03','\x30','\x20','\x00','\x61','\x80','\xff','\xf1','\x80','\x31','\x83','\x40','\x31','\x83','\x40','\x31','\x82','\x20','\x31','\x86','\x30','\x31','\x84','\x18','\x3f','\x88','\x1c','\x31','\x90','\x6f','\x31','\xaf','\xf6','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x80','\x0c','\x3f','\x9f','\xfe','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x0c','\x33','\x83','\x0c','\xfd','\x83','\x7c','\x71','\x83','\x18','\x41','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x00','\x60','\x0c','\xff','\xf0','\x3e','\x31','\x81','\xf0','\x31','\x9f','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc6','\x31','\xbf','\xff','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x88','\xcc','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x33','\x8c','\x0c','\xfd','\x8c','\x0c','\x71','\x8c','\x0c','\x41','\x8f','\xfc','\x01','\x8c','\x0c','\x01','\x8c','\x0c','\x00','\x60','\xe0','\xff','\xf0','\xc0','\x31','\x80','\xc0','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x80','\x00','\x3f','\x80','\x00','\x31','\xbf','\xff','\x31','\x86','\x00','\x31','\x86','\x0c','\x31','\x8f','\xfe','\x33','\x8c','\x0c','\xfd','\x80','\x0c','\x71','\x80','\x1c','\x41','\x80','\x18','\x01','\x80','\xf8','\x01','\x80','\x30','\x00','\x30','\x00','\xff','\xf8','\x0c','\x18','\xc3','\xfe','\x18','\xc0','\x0c','\x1f','\xc0','\x1c','\x18','\xc3','\x18','\x18','\xc0','\xb0','\x1f','\xc0','\x60','\x18','\xc0','\xd8','\x18','\xf1','\x8c','\xff','\xc6','\x06','\x78','\xc0','\x06','\x40','\xc1','\x80','\x02','\x0f','\xc0','\x07','\x78','\x08','\x0e','\x18','\x1c','\x18','\x1c','\x30','\x61','\x1a','\x40','\x03','\x99','\x80','\x07','\x18','\xc0','\x0c','\x18','\x70','\x30','\x18','\x3f','\xc0','\x18','\x0e','\x00','\x18','\x00','\x10','\x00','\x00','\x1c','\x00','\x00','\x18','\x62','\x0c','\x1f','\xf3','\xfe','\x23','\x03','\x0c','\x03','\x13','\x0c','\xff','\xfb','\x0c','\x06','\x03','\x0c','\x07','\x83','\x0c','\x0c','\xe3','\xfc','\x18','\x73','\x0c','\x60','\x30','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x7f','\xff','\xfe','\x3f','\xc0','\xc0','\x20','\x00','\xc0','\x00','\x00','\xc0','\x00','\xc0','\xe0','\xff','\xe0','\xc0','\x31','\x88','\xc0','\x31','\x88','\xc6','\x31','\x8f','\xff','\x31','\x98','\x06','\x31','\x98','\x04','\x3f','\x80','\x00','\x31','\x80','\x0c','\x31','\x9f','\xfe','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x88','\xc0','\x31','\x8e','\xcc','\x31','\x8c','\xfe','\x31','\x8c','\xc0','\x31','\x8c','\xc0','\x33','\x8c','\xc0','\xfd','\x8a','\xc0','\x71','\x99','\xc0','\x41','\x90','\xe0','\x01','\x90','\x7f','\x01','\xa0','\x1e','\x01','\x84','\x08','\xff','\xc6','\x0c','\x33','\x0c','\x18','\x33','\x50','\xa0','\x33','\x22','\x44','\x33','\x33','\x66','\x33','\x16','\x2c','\x3f','\x0c','\x18','\x33','\x08','\x10','\x33','\x12','\x24','\x33','\x7f','\xfe','\x33','\x31','\x62','\x33','\x00','\x00','\x3f','\x0e','\x38','\x33','\x0c','\x30','\x33','\x0c','\x32','\x33','\x7f','\xff','\x33','\x0c','\x30','\x33','\x0c','\x30','\xff','\x08','\x30','\x73','\x18','\x30','\x43','\x10','\x30','\x03','\x20','\x30','\x03','\x40','\x30','\x02','\x20','\x20','\x07','\x18','\x38','\x0e','\x0c','\x30','\x38','\x0c','\x46','\xc2','\xff','\xff','\x07','\x01','\x80','\x0e','\x21','\x80','\x3c','\x39','\xfe','\xcc','\x31','\x80','\x0c','\x69','\x80','\x0c','\x47','\xff','\x0c','\x80','\xfe','\x00','\x00','\x00','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x7f','\xff','\xfe','\x3f','\xc0','\xc0','\x20','\x00','\xc0','\x00','\x00','\xc0','\x03','\x82','\x30','\x03','\x03','\xf8','\x7f','\xfb','\x30','\x03','\x03','\x30','\x3f','\xf2','\x3e','\x00','\x04','\x1e','\x3f','\xf0','\x00','\x33','\x37','\xfc','\x33','\x32','\x18','\x3f','\xf1','\x30','\x30','\x00','\xc0','\x20','\x07','\x30','\x60','\x00','\x1f','\x5f','\xff','\xf6','\x83','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x7f','\xff','\xfc','\x3f','\xe0','\xc0','\x20','\x00','\xc0','\x00','\x00','\xc0','\x01','\x84','\x00','\xff','\xc7','\x00','\x33','\x26','\x0c','\x33','\x3f','\xfe','\x33','\x31','\x0c','\x33','\x31','\xec','\x33','\x35','\x2c','\x3f','\x32','\x6c','\x33','\x35','\x4c','\x33','\x30','\x8c','\x33','\x31','\x4c','\x33','\x32','\x6c','\x33','\x34','\x2c','\x3f','\x30','\x0c','\x33','\x3f','\xfc','\x33','\x30','\x0c','\x33','\x01','\x00','\x33','\x06','\x88','\x33','\x16','\xc6','\xff','\x16','\xd3','\x73','\x36','\x13','\x43','\x66','\x18','\x03','\x67','\xf8','\x03','\x03','\xf0','\x00','\x00','\x18','\x3f','\xff','\xfc','\x01','\x01','\x80','\x01','\xff','\x80','\x01','\x01','\x80','\x01','\xff','\x80','\x01','\x01','\x80','\x01','\x01','\xf8','\x3f','\xff','\x80','\x0f','\x01','\x80','\x00','\x01','\x80','\x00','\x30','\x06','\xff','\xff','\xff','\x10','\xc2','\x18','\x1f','\xc3','\xf8','\x10','\xc2','\x18','\x10','\xc2','\x18','\x1f','\xc3','\xf8','\x10','\xc2','\x18','\x10','\xc2','\x18','\x1f','\xc3','\xf8','\xf8','\xdf','\x18','\x40','\xc8','\x18','\x00','\xc0','\x18','\x01','\x81','\xc0','\xff','\xc1','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x33','\x60','\x04','\x33','\x60','\x80','\x33','\x06','\x46','\x3f','\x16','\x53','\x33','\x36','\x1b','\x33','\x33','\xf8','\x33','\x00','\x00','\x33','\x00','\x00','\x33','\x3f','\xfe','\x3f','\x22','\x22','\x33','\x22','\x22','\x33','\x3f','\xfe','\x33','\x00','\x00','\x33','\x00','\x06','\x33','\x7f','\xff','\xff','\x00','\xc0','\x73','\x00','\xc0','\x43','\x00','\xc0','\x03','\x07','\xc0','\x03','\x01','\x80','\x00','\xc0','\xe0','\xff','\xe0','\xc0','\x31','\x80','\xc6','\x31','\xbf','\xff','\x3f','\x80','\xc0','\x31','\x90','\xc6','\x31','\x9f','\xff','\x3f','\x99','\x26','\x31','\x99','\x26','\x31','\x99','\x26','\xff','\x9f','\xfe','\x71','\x98','\x06','\x41','\x80','\x00','\x01','\x80','\x06','\x7d','\xbf','\xff','\x11','\x80','\x00','\x11','\x80','\xc0','\x7d','\x83','\x60','\x11','\x8b','\x64','\x11','\x8b','\x02','\x1d','\x9b','\x13','\xf1','\xb3','\x1b','\x41','\xb3','\xf8','\x01','\x81','\xf0','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x30','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x38','\x01','\xc0','\x31','\x81','\x80','\x33','\xc1','\x8c','\x36','\x1f','\xfe','\x38','\x01','\x8c','\x30','\x81','\x8c','\x30','\xff','\xff','\x3f','\xc1','\x8c','\x1f','\x81','\x8c','\x20','\x01','\x8c','\x38','\x1f','\xfc','\x30','\x81','\x80','\x3f','\xc1','\x80','\x66','\x01','\x8c','\x86','\x1f','\xfe','\x06','\x41','\x80','\xff','\xe1','\x80','\x0c','\x01','\x86','\x0c','\x3f','\xff','\x1b','\x01','\x80','\x19','\x81','\x80','\x31','\x81','\x80','\x60','\x01','\x80','\x80','\x01','\x80','\x00','\x00','\xe0','\x10','\xc0','\xc0','\x1f','\xe0','\xcc','\x18','\x07','\xfe','\x18','\x00','\xcc','\x19','\x80','\xcc','\x1f','\xcf','\xff','\x18','\x00','\xcc','\x18','\x00','\xcc','\x19','\x80','\xcc','\x1f','\xc7','\xfc','\x18','\x00','\xc0','\x18','\x00','\xc0','\x18','\x60','\xcc','\xff','\xf7','\xfe','\x18','\x00','\xc0','\x18','\x00','\xc0','\x11','\x00','\xc6','\x30','\x8f','\xff','\x20','\xc0','\xc0','\xff','\xe0','\xc0','\x78','\x60','\xc0','\x40','\x60','\xc0','\x00','\x00','\xc0','\x00','\x1c','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x00','\x18','\x18','\x00','\x18','\x1a','\xff','\xff','\xff','\x00','\x18','\x18','\x00','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x1c','\x99','\x1c','\x18','\x99','\x18','\x1f','\x99','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\x99','\xf8','\x10','\x99','\x18','\x30','\x99','\x18','\x20','\x99','\x18','\x40','\x18','\x18','\x21','\x80','\x00','\x3f','\xc0','\x0c','\x31','\x9f','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x21','\x81','\x80','\x61','\x81','\x86','\x47','\xbf','\xff','\x83','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0f','\xff','\xf8','\x07','\xff','\xf8','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x8c','\x31','\x9f','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x21','\x81','\x80','\x61','\x81','\x86','\x47','\xbf','\xff','\x83','\x00','\x00','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x3f','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x33','\x46','\x33','\x33','\x26','\x3f','\x32','\x26','\x33','\x36','\x36','\x33','\x34','\x36','\x33','\x38','\x36','\x33','\x30','\x06','\x33','\x30','\x06','\x23','\x30','\x06','\x23','\x30','\x06','\x63','\x30','\x06','\x4f','\x30','\x3e','\x86','\x30','\x0c','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x33','\xff','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x33','\xff','\xcc','\x30','\x00','\x0c','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x21','\x83','\x80','\x3f','\xc3','\x20','\x31','\x83','\x18','\x31','\x83','\x0c','\x31','\x83','\x0c','\x31','\x83','\x00','\x31','\x83','\x06','\x3f','\xbf','\xff','\x31','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x00','\x31','\x83','\x70','\x31','\x83','\x60','\x3f','\x87','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x84','\x60','\x31','\x8c','\x62','\x21','\x88','\x62','\x21','\x98','\x62','\x61','\x90','\x63','\x47','\xa0','\x7f','\x83','\x00','\x3e','\x21','\x90','\x06','\x3f','\xdf','\xff','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x80','\xc0','\x31','\x80','\xc0','\x31','\x80','\xc0','\x21','\x80','\xc0','\x21','\x80','\xc0','\x61','\x80','\xc0','\x47','\x80','\xc0','\x83','\x00','\xc0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x18','\x06','\x04','\x18','\x04','\x07','\x18','\x18','\x06','\x1f','\xfc','\x06','\x18','\x00','\x0d','\x18','\x00','\x0c','\xd8','\x00','\x18','\x3f','\xff','\x30','\x07','\xfe','\xc0','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x21','\x84','\x00','\x3f','\xc7','\x00','\x31','\x86','\x00','\x31','\x86','\x00','\x31','\x8c','\x06','\x31','\x8f','\xff','\x31','\x89','\x80','\x3f','\x99','\x80','\x31','\x91','\x80','\x31','\xa1','\x8c','\x31','\x81','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x86','\x31','\x81','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x21','\x81','\x80','\x61','\x81','\x80','\x47','\x81','\x80','\x83','\x01','\x80','\x21','\x80','\x0c','\x3f','\xc0','\x3e','\x31','\x88','\xf0','\x31','\x8f','\xe0','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x3f','\x8c','\x60','\x31','\x8c','\x66','\x31','\x8f','\xff','\x31','\x8c','\x60','\x31','\x8c','\x60','\x31','\x8c','\x60','\x3f','\x8c','\x60','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x8c','\x32','\x31','\x8c','\x32','\x31','\xbf','\x9a','\x21','\x9c','\x1a','\x21','\x90','\x0e','\x61','\x80','\x0e','\x47','\xbf','\xc7','\x83','\x00','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x21','\x80','\x00','\x3f','\xc0','\x0c','\x31','\x9f','\xfe','\x31','\x80','\x40','\x31','\x80','\x70','\x31','\x80','\xe0','\x31','\x80','\xc0','\x3f','\x81','\xc0','\x31','\x81','\x80','\x31','\x83','\x80','\x31','\x83','\x90','\x31','\x87','\x8c','\x31','\x85','\x86','\x3f','\x89','\x87','\x31','\x91','\x83','\x31','\xa1','\x83','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x21','\x81','\x80','\x61','\x80','\x06','\x47','\xbf','\xff','\x83','\x00','\x00','\x21','\x81','\xc0','\x3f','\xa1','\x88','\x31','\x91','\x8e','\x31','\x99','\x8c','\x31','\x8d','\x98','\x31','\x8d','\x90','\x31','\x81','\xa0','\x3f','\x81','\x8c','\x31','\xbf','\xfe','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x86','\x31','\xff','\xff','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x80','\x21','\x81','\x80','\x61','\x81','\x80','\x47','\x81','\x80','\x83','\x01','\x80','\x23','\x04','\x00','\x3f','\x83','\x00','\x33','\x01','\xc0','\x33','\x00','\xc0','\x33','\x00','\x00','\x33','\x01','\x80','\x33','\x3f','\xc0','\x3f','\x01','\x88','\x33','\x01','\x8e','\x33','\x01','\x8c','\x33','\x0d','\xc8','\x33','\x7d','\xd0','\x33','\x0d','\xa0','\x3f','\x0d','\xa0','\x33','\x0d','\xb0','\x33','\x09','\x90','\x33','\x19','\x98','\x33','\x19','\x98','\x33','\x11','\x8c','\x23','\x31','\x8f','\x23','\x21','\x86','\x63','\x41','\x86','\x4f','\x07','\x80','\x86','\x03','\x00','\x23','\x03','\x80','\x3f','\x83','\x00','\x33','\x03','\x00','\x33','\x03','\x06','\x33','\x7f','\xff','\x33','\x06','\x40','\x33','\x06','\x20','\x3f','\x0c','\x30','\x33','\x08','\x18','\x33','\x10','\xcf','\x33','\x2f','\xe6','\x33','\x40','\x00','\x33','\x00','\x0c','\x3f','\x7f','\xfe','\x33','\x0c','\x00','\x33','\x0c','\x18','\x33','\x1f','\xfc','\x33','\x18','\x18','\x33','\x00','\x18','\x23','\x00','\x38','\x23','\x00','\x30','\x63','\x00','\x70','\x4f','\x03','\xe0','\x86','\x00','\xc0','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x31','\x81','\x84','\x31','\xa1','\x87','\x31','\x91','\x86','\x31','\x99','\x8c','\x31','\x8d','\x88','\x3f','\x8d','\x90','\x31','\x81','\x80','\x31','\x81','\x86','\x31','\xff','\xff','\x31','\x86','\x60','\x31','\x86','\x60','\x3f','\x86','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x86','\x60','\x31','\x8c','\x62','\x21','\x8c','\x62','\x21','\x88','\x62','\x61','\x98','\x63','\x47','\x90','\x7f','\x83','\x20','\x3e','\x23','\x00','\x00','\x3f','\x80','\x06','\x33','\x7f','\xff','\x33','\x00','\x00','\x33','\x08','\x88','\x33','\x0c','\xcc','\x33','\x19','\x98','\x3f','\x11','\x10','\x33','\x22','\x20','\x33','\x11','\x10','\x33','\x19','\x98','\x33','\x0c','\xcc','\x33','\x0c','\xcc','\x3f','\x00','\x00','\x33','\x00','\x0c','\x33','\x3f','\xfe','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x01','\x80','\x23','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x86','\x4f','\x7f','\xff','\x86','\x00','\x00','\x04','\x08','\x00','\x07','\x0e','\x00','\x06','\x0c','\x0c','\x0e','\x0f','\xfe','\x0c','\x18','\x30','\x0d','\x94','\x30','\x19','\xa4','\x60','\x19','\x82','\xc0','\x39','\x81','\x80','\x39','\x83','\x60','\x59','\x86','\x3f','\x99','\x98','\x0e','\x19','\xef','\xf8','\x19','\x8c','\x18','\x19','\x8c','\x18','\x19','\x8f','\xf8','\x19','\x8c','\x18','\x19','\x8c','\x18','\x19','\x8f','\xf8','\x19','\x8c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\xf8','\x18','\x0c','\x30','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x19','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\xc4','\x10','\x18','\xc2','\x38','\x30','\xc1','\xa0','\x33','\xfc','\xf0','\x21','\xc0','\x3f','\x40','\x00','\x0e','\x87','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x01','\xf0','\x06','\x00','\x60','\x23','\x01','\xd0','\x3f','\x81','\x8c','\x33','\x01','\x84','\x33','\x01','\x80','\x33','\xff','\xff','\x33','\x01','\x80','\x33','\x01','\x80','\x3f','\x21','\x8c','\x33','\x3f','\xfe','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x3f','\x31','\x8c','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x33','\x31','\x8c','\x33','\x31','\x8c','\x23','\x31','\x8c','\x23','\x31','\x8c','\x63','\x31','\x8c','\x4f','\x31','\xbc','\x86','\x30','\x18','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x01','\x80','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x08','\x80','\x33','\x0c','\xe0','\x3f','\x0c','\xc0','\x33','\x18','\xcc','\x33','\x18','\xfe','\x33','\x18','\x8c','\x33','\x39','\x4c','\x33','\x39','\x28','\x3f','\x5a','\x18','\x33','\x9d','\x10','\x33','\x18','\xb0','\x33','\x18','\xe0','\x33','\x18','\x40','\x33','\x18','\xe0','\x23','\x18','\xb0','\x23','\x19','\x18','\x63','\x1a','\x1f','\x4f','\x18','\x0e','\x86','\x18','\x06','\x43','\x04','\x00','\x7f','\x87','\x00','\x63','\x06','\x06','\x63','\x7f','\xff','\x62','\x0c','\x00','\x66','\x08','\x00','\x64','\x1f','\xfc','\x68','\x10','\xc0','\x64','\x20','\xc0','\x66','\x5f','\xff','\x62','\x80','\x00','\x63','\x00','\x00','\x63','\x1f','\xfc','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x6f','\x18','\x0c','\x66','\x18','\x0c','\x60','\x1f','\xfc','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x7c','\x60','\x18','\x18','\x23','\x03','\x60','\x3f','\x82','\x40','\x33','\x02','\x40','\x33','\x22','\x4c','\x33','\x3f','\xfe','\x33','\x32','\x4c','\x33','\x32','\x4c','\x3f','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x3f','\xfc','\x33','\x32','\x4c','\x33','\x32','\x4c','\x3f','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4e','\x33','\xff','\xff','\x33','\x00','\x00','\x33','\x08','\x00','\x23','\x0e','\x20','\x23','\x0c','\x18','\x63','\x18','\x0c','\x4f','\x30','\x0e','\x86','\x40','\x06','\x23','\x02','\x00','\x3f','\x83','\x80','\x33','\x23','\x06','\x33','\x3f','\xff','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x3f','\x3f','\xfe','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x3f','\xfe','\x33','\x04','\x00','\x3f','\x06','\x00','\x33','\x0c','\xe0','\x33','\x10','\xc0','\x33','\x00','\xc6','\x33','\x7f','\xff','\x33','\x00','\xc0','\x23','\x00','\xc0','\x23','\x00','\xc0','\x63','\x00','\xc0','\x4f','\x00','\xc0','\x86','\x00','\xc0','\x23','\x07','\x70','\x3f','\x86','\x60','\x33','\x06','\x60','\x33','\x06','\x60','\x33','\x06','\x66','\x33','\x7e','\x7f','\x33','\x06','\x60','\x3f','\x06','\x60','\x33','\x06','\x60','\x33','\x06','\x66','\x33','\x7e','\x7f','\x33','\x06','\x60','\x33','\x06','\x60','\x3f','\x06','\x60','\x33','\x06','\x60','\x33','\x1e','\x66','\x33','\x76','\x7f','\x33','\x26','\x60','\x33','\x06','\x60','\x23','\x0c','\x60','\x23','\x0c','\x60','\x63','\x08','\x60','\x4f','\x10','\x60','\x86','\x20','\x60','\x26','\x01','\xc0','\x3f','\x01','\x80','\x26','\x41','\x86','\x26','\x7f','\xff','\x26','\x40','\x00','\x26','\x44','\x00','\x26','\x47','\x1c','\x3e','\x46','\x18','\x26','\x46','\x18','\x26','\x46','\x1a','\x26','\x4d','\xff','\x26','\x4c','\x18','\x26','\x4c','\x18','\x3e','\x5d','\x18','\x26','\x6c','\x98','\x26','\x4c','\xd8','\x26','\x4c','\xd8','\x26','\xcc','\x18','\x26','\x8c','\x18','\x66','\x8c','\x18','\x47','\x0c','\x18','\x46','\x0c','\x18','\x5e','\x0c','\xf8','\x8c','\x0c','\x30','\x21','\x80','\x10','\x3f','\xc8','\x1c','\x31','\x86','\x18','\x31','\x83','\x30','\x31','\x83','\x20','\x31','\x80','\x4c','\x31','\x9f','\xfe','\x3f','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x36','\x31','\xbf','\xff','\x3f','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x21','\x8c','\x30','\x21','\x8c','\x30','\x61','\x88','\x30','\x47','\x90','\x30','\x83','\x20','\x30','\x26','\x00','\xe0','\x3e','\x30','\xc0','\x27','\xf0','\xc4','\x26','\x37','\xfe','\x26','\x20','\xc4','\x26','\x60','\xc4','\x26','\x6f','\xff','\x3e','\x40','\xc4','\x26','\x40','\xc4','\x26','\xc7','\xfc','\x26','\xf0','\xc4','\x26','\x10','\xc0','\x26','\x10','\xc4','\x3e','\x17','\xfe','\x26','\x10','\xc0','\x26','\xb0','\xc0','\x26','\xa0','\xc2','\x26','\xaf','\xff','\x26','\x60','\xc0','\x26','\x70','\xc0','\x66','\x58','\xc0','\x46','\xce','\x00','\x5e','\x87','\xff','\x8d','\x01','\xfe','\x21','\x90','\x06','\x3f','\xdf','\xff','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x3f','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\x06','\x3f','\x80','\x80','\x31','\x80','\x40','\x31','\x83','\x60','\x31','\x83','\x68','\x31','\x8b','\x04','\x31','\x8b','\x06','\x21','\x9b','\x13','\x21','\x9b','\x13','\x61','\xb3','\x18','\x47','\xb3','\xf8','\x83','\x01','\xf0','\x21','\x88','\x0c','\x3f','\xcf','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\x3f','\x8c','\x0c','\x31','\x8c','\x0c','\x31','\x8f','\xfc','\x31','\x80','\x00','\x31','\x88','\xe0','\x31','\x8e','\xc0','\x3f','\x8c','\xcc','\x31','\x8f','\xfe','\x31','\x98','\xc0','\x31','\x90','\xc0','\x31','\xa0','\xd8','\x31','\x87','\xfc','\x21','\x80','\xc0','\x21','\x80','\xc0','\x61','\x80','\xc6','\x47','\xbf','\xff','\x83','\x00','\x00','\x23','\x08','\x84','\x3f','\x8e','\xe7','\x33','\x0c','\xc6','\x33','\x19','\x8c','\x33','\x11','\x10','\x33','\x22','\x20','\x33','\x11','\x10','\x3f','\x19','\x8c','\x33','\x0c','\xc6','\x33','\x0c','\xc6','\x33','\x02','\x00','\x33','\x23','\x06','\x33','\x3f','\xff','\x3f','\x30','\x06','\x33','\x30','\x26','\x33','\x32','\x36','\x33','\x31','\x66','\x33','\x30','\xc6','\x33','\x31','\x66','\x23','\x32','\x36','\x23','\x34','\x36','\x63','\x30','\x06','\x4f','\x3f','\xfe','\x86','\x30','\x06','\x21','\x80','\xe0','\x3f','\xc0','\xc0','\x31','\x80','\xc0','\x31','\x90','\xc6','\x31','\x9f','\xff','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x9f','\xfe','\x31','\x99','\xa6','\x31','\x81','\xa0','\x31','\x81','\xa0','\x31','\x83','\x30','\x31','\x83','\x10','\x21','\x82','\x18','\x21','\x86','\x1c','\x61','\x84','\x0f','\x47','\x88','\x0e','\x83','\x30','\x06','\x23','\x10','\x18','\x3f','\x9f','\xfc','\x33','\x18','\x18','\x33','\x18','\x18','\x33','\x18','\x18','\x33','\x1f','\xf8','\x33','\x18','\x18','\x3f','\x18','\x18','\x33','\x18','\x18','\x33','\x1f','\xf8','\x33','\x18','\x18','\x33','\x00','\x00','\x33','\x00','\x00','\x3f','\x20','\x0c','\x33','\x3f','\xfe','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x33','\x32','\x4c','\x23','\x32','\x4c','\x23','\x32','\x4c','\x63','\x32','\x4c','\x4f','\xff','\xff','\x86','\x00','\x00','\x23','\x00','\x06','\x3f','\xbf','\xff','\x33','\x00','\x00','\x33','\x08','\x18','\x33','\x0f','\xfc','\x33','\x0c','\x18','\x33','\x0c','\x18','\x3f','\x0c','\x18','\x33','\x0f','\xf8','\x33','\x00','\x00','\x33','\x20','\x06','\x33','\x3f','\xff','\x33','\x32','\x66','\x3f','\x32','\x66','\x33','\x36','\x66','\x33','\x34','\x3e','\x33','\x38','\x06','\x33','\x30','\x06','\x33','\x37','\xf6','\x23','\x31','\x86','\x23','\x31','\x86','\x63','\x31','\x86','\x4f','\x31','\x9e','\x86','\x31','\x8c','\x21','\x80','\xe8','\x3f','\xc0','\xc6','\x31','\x80','\xc2','\x31','\xbf','\xff','\x31','\x80','\xc0','\x31','\x90','\xc6','\x31','\x9f','\xff','\x3f','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x3f','\x98','\x06','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\xbf','\xff','\x31','\x88','\x18','\x31','\x86','\x18','\x21','\x83','\x18','\x21','\x83','\x18','\x61','\x80','\x18','\x47','\x80','\xf8','\x83','\x00','\x30','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x01','\x86','\x33','\x7f','\xff','\x33','\x08','\x10','\x33','\x04','\x18','\x33','\x26','\x10','\x3f','\x22','\x26','\x33','\x3f','\xff','\x33','\x60','\x04','\x33','\x63','\x88','\x33','\x03','\x00','\x33','\x03','\x06','\x3f','\x7f','\xff','\x33','\x06','\x00','\x33','\x06','\x18','\x33','\x07','\xfc','\x33','\x0c','\x18','\x33','\x0c','\x18','\x23','\x08','\x18','\x23','\x18','\x38','\x63','\x10','\x30','\x4f','\x21','\xf0','\x86','\x40','\x60','\x0e','\x02','\x00','\x0c','\x63','\x06','\xff','\xf7','\xff','\x0c','\x04','\x10','\x0c','\x08','\x78','\x0f','\xd7','\xe2','\x18','\xc6','\x87','\x18','\xc6','\x4c','\x10','\xc6','\x30','\x31','\x86','\x1c','\x27','\x8f','\xcf','\x43','\x06','\x06','\x80','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x23','\x06','\x0c','\x3f','\xff','\xfe','\x33','\x46','\x8c','\x33','\x66','\xcc','\x33','\x26','\x4c','\x33','\x0e','\x1c','\x33','\x36','\x6c','\x3f','\xe7','\xcc','\x33','\x46','\x8c','\x33','\x00','\x0c','\x33','\x03','\x00','\x33','\x06','\x80','\x33','\x0c','\x60','\x3f','\x31','\x38','\x33','\xc3','\x9f','\x33','\x06','\x46','\x33','\x18','\xe0','\x33','\x61','\x90','\x33','\x06','\x38','\x23','\x18','\x70','\x23','\x00','\xe0','\x63','\x03','\x80','\x4f','\x0e','\x00','\x86','\x30','\x00','\x22','\x40','\x06','\x3f','\x7f','\xff','\x32','\x60','\x06','\x32','\x60','\xb6','\x32','\x60','\x96','\x32','\x60','\x86','\x32','\x6f','\xf6','\x3e','\x60','\x86','\x32','\x60','\x86','\x32','\x6e','\x96','\x32','\x6a','\x96','\x32','\x6a','\xb6','\x32','\x6a','\xa6','\x3e','\x6a','\xe6','\x32','\x6e','\x46','\x32','\x60','\x56','\x32','\x62','\xd6','\x32','\x6c','\xb6','\x32','\x69','\x3e','\x22','\x62','\x16','\x22','\x60','\x06','\x62','\x60','\x06','\x4e','\x7f','\xfe','\x86','\x60','\x06','\x23','\x00','\x0c','\x3f','\xbf','\xfe','\x33','\x01','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x33','\x61','\x86','\x33','\x61','\x84','\x3f','\x1d','\xb8','\x33','\x01','\x80','\x33','\x01','\x80','\x33','\x3d','\xbc','\x33','\x01','\x80','\x33','\x01','\x80','\x3f','\x00','\x0c','\x33','\x3f','\xfe','\x33','\x00','\x0c','\x33','\x00','\x0c','\x33','\x00','\x0c','\x33','\x3f','\xfc','\x23','\x00','\x0c','\x23','\x00','\x0c','\x63','\x00','\x0c','\x4f','\x3f','\xfc','\x86','\x00','\x0c','\x23','\x01','\xc0','\x3f','\xa1','\x86','\x33','\x3f','\xff','\x33','\x64','\x66','\x33','\x67','\x64','\x33','\x06','\x60','\x33','\x0c','\x7e','\x3f','\x18','\x3e','\x33','\x60','\x00','\x33','\x00','\x00','\x33','\x3f','\xfe','\x33','\x03','\x00','\x33','\x02','\x10','\x3f','\x04','\x0c','\x33','\x3f','\xf6','\x33','\x1e','\x06','\x33','\x01','\xc0','\x33','\x01','\x8c','\x33','\x3f','\xfe','\x23','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x86','\x4f','\x7f','\xff','\x86','\x00','\x00','\x23','\x01','\xc0','\x3f','\x81','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x33','\x60','\x06','\x33','\x60','\x04','\x33','\x00','\x00','\x3f','\x3f','\xfe','\x33','\x03','\x00','\x33','\x02','\x00','\x33','\x06','\x10','\x33','\x04','\x0c','\x33','\x3f','\xf6','\x3f','\x1c','\x06','\x33','\x01','\xc0','\x33','\x01','\x80','\x33','\x01','\x8c','\x33','\x3f','\xfe','\x33','\x01','\x80','\x23','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x86','\x4f','\x7f','\xff','\x86','\x00','\x00','\x23','\x08','\x00','\x3f','\x8e','\x00','\x33','\x0c','\x0c','\x33','\x1f','\xfe','\x33','\x18','\x00','\x33','\x3f','\xf8','\x33','\x2c','\x18','\x3f','\x4c','\x18','\x33','\x0f','\xf8','\x33','\x0c','\x18','\x33','\x0c','\x18','\x33','\x0f','\xf8','\x33','\x00','\x06','\x3f','\x7f','\xff','\x33','\x0c','\x00','\x33','\x08','\x06','\x33','\x1f','\xff','\x33','\x12','\x46','\x33','\x26','\x46','\x23','\x44','\x86','\x23','\x08','\x8e','\x63','\x31','\x0c','\x4f','\x06','\x7c','\x86','\x00','\x18','\x23','\x00','\x70','\x3f','\x80','\x64','\x33','\x00','\x66','\x33','\x00','\x62','\x33','\x7f','\xff','\x33','\x00','\x60','\x33','\x00','\x60','\x3f','\x3f','\x60','\x33','\x00','\x60','\x33','\x7f','\xa0','\x33','\x00','\x20','\x33','\x00','\x30','\x33','\x3f','\x30','\x3f','\x21','\x30','\x33','\x3f','\x30','\x33','\x21','\x10','\x33','\x3f','\x12','\x33','\x21','\x1a','\x33','\x3f','\x1a','\x23','\x00','\x0a','\x23','\x12','\x0e','\x63','\x19','\x86','\x4f','\x30','\xc7','\x86','\x40','\xc3','\x23','\x00','\x18','\x3f','\x81','\xfc','\x33','\x3f','\x80','\x33','\x01','\x88','\x33','\x21','\x8c','\x33','\x19','\x88','\x33','\x09','\x92','\x3f','\x7f','\xff','\x33','\x03','\xa0','\x33','\x07','\xa0','\x33','\x05','\x90','\x33','\x09','\x98','\x33','\x11','\x8f','\x3f','\x61','\x86','\x33','\x00','\x00','\x33','\x1f','\xf8','\x33','\x19','\x18','\x33','\x19','\x18','\x33','\x1f','\xf8','\x23','\x19','\x18','\x23','\x19','\x18','\x63','\x19','\x18','\x4f','\x1f','\xf8','\x86','\x18','\x18','\x23','\x0e','\x38','\x3f','\x8c','\x32','\x33','\x7f','\xff','\x33','\x0c','\x30','\x33','\x0c','\x30','\x33','\x01','\xc0','\x33','\x01','\x86','\x3f','\x7f','\xff','\x33','\x00','\x00','\x33','\x11','\xc8','\x33','\x19','\x8c','\x33','\x11','\x88','\x33','\x11','\x88','\x3f','\x29','\x94','\x33','\x25','\x92','\x33','\x45','\xa2','\x33','\x01','\x80','\x33','\x01','\x86','\x33','\x7f','\xff','\x23','\x01','\x80','\x23','\x01','\x80','\x63','\x01','\x80','\x4f','\x01','\x80','\x86','\x01','\x80','\x23','\x01','\x80','\x3f','\x81','\x80','\x33','\x03','\x40','\x33','\x06','\x30','\x33','\x0c','\x1c','\x33','\x1b','\xef','\x33','\x60','\x06','\x3f','\x00','\x00','\x33','\x3f','\xfe','\x33','\x30','\x86','\x33','\x34','\x96','\x33','\x32','\xa6','\x33','\x30','\x86','\x3f','\x3f','\xfe','\x33','\x00','\x00','\x33','\x10','\x0c','\x33','\x1f','\xfe','\x33','\x18','\x0c','\x33','\x18','\x0c','\x23','\x1f','\xfc','\x23','\x18','\x0c','\x63','\x18','\x0c','\x4f','\x1f','\xfc','\x86','\x18','\x0c','\x23','\x00','\xe0','\x3f','\x40','\xc6','\x33','\x37','\xff','\x33','\x18','\x80','\x33','\x19','\xfe','\x33','\x19','\x10','\x33','\x02','\x10','\x3f','\x05','\xff','\x33','\x00','\x00','\x33','\x01','\xfe','\x33','\x19','\x86','\x33','\x7d','\x86','\x33','\x19','\xfe','\x3f','\x19','\x86','\x33','\x19','\x86','\x33','\x19','\xfe','\x33','\x19','\x86','\x33','\x19','\x86','\x33','\x19','\x9e','\x23','\x19','\x8c','\x23','\x18','\x00','\x63','\xf7','\xff','\x4f','\x61','\xfe','\x86','\x40','\x00','\x23','\x08','\x00','\x3f','\x8c','\x60','\x33','\x1f','\xf0','\x33','\x18','\x40','\x33','\x30','\x86','\x33','\x7f','\xff','\x33','\xb3','\x30','\x3f','\x33','\x30','\x33','\x32','\x3e','\x33','\x34','\x1e','\x33','\x38','\x00','\x33','\x33','\xf8','\x33','\x30','\x00','\x3f','\x3f','\xfe','\x33','\x30','\x00','\x33','\x33','\xf8','\x33','\x20','\x00','\x33','\x23','\xf8','\x33','\x60','\x00','\x23','\x47','\xfc','\x23','\x86','\x0c','\x63','\x06','\x0c','\x4f','\x07','\xfc','\x86','\x06','\x0c','\x20','\x62','\x30','\x3f','\xf3','\xf8','\x30','\x63','\x30','\x30','\x63','\x30','\x3f','\xe6','\x3f','\x24','\x84','\x1f','\x3f','\xe8','\x00','\x24','\x87','\xfc','\x24','\x81','\x18','\x7f','\xf0','\xb0','\x48','\x00','\x60','\x8c','\xe1','\xb8','\x18','\x66','\x1f','\x20','\x00','\x06','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x10','\x60','\xe0','\x1f','\xf0','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe3','\x18','\x18','\x01','\x12','\x18','\x1f','\xff','\x1f','\xe0','\xc0','\x3c','\x60','\xc4','\x2c','\x6f','\xfe','\x2c','\x60','\xc0','\x4f','\xe0','\xc0','\x8c','\x60','\xc0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x84','\x20','\x30','\xe6','\x30','\x31','\xcc','\x40','\x31','\x8f','\xfe','\x33','\x98','\x40','\x35','\xaf','\xfc','\x39','\x88','\x40','\x31','\x8f','\xfc','\x31','\x88','\x40','\x31','\x8f','\xff','\x30','\x00','\x00','\x31','\xff','\xf8','\x31','\x80','\x18','\x31','\xff','\xf8','\x31','\x80','\x18','\x21','\x80','\x18','\x21','\xff','\xf8','\x61','\x80','\x18','\x41','\x80','\x18','\x81','\x80','\xf8','\x01','\x80','\x30','\x23','\x03','\x00','\x3f','\x83','\x00','\x33','\x06','\x80','\x33','\x06','\x40','\x33','\x0c','\x60','\x33','\x08','\x38','\x33','\x10','\x1f','\x3f','\x2f','\xee','\x33','\xc0','\x06','\x33','\x00','\x00','\x33','\x26','\x4c','\x33','\x3f','\x7e','\x33','\x26','\x4c','\x3f','\x26','\x4c','\x33','\x26','\x4c','\x33','\x3e','\x7c','\x33','\x00','\x00','\x33','\x10','\x20','\x33','\x1c','\x38','\x23','\x18','\x30','\x23','\x18','\x30','\x63','\x36','\x6c','\x4f','\x22','\x46','\x86','\x40','\x86','\x23','\x00','\xe0','\x3f','\x80','\xc0','\x33','\x00','\xc6','\x33','\x7f','\xff','\x33','\x02','\x40','\x33','\x01','\x66','\x33','\x3d','\x5c','\x3f','\x14','\x94','\x33','\x14','\x94','\x33','\x34','\x96','\x33','\x24','\x9a','\x33','\x2c','\xb3','\x33','\x40','\x82','\x3f','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x33','\x18','\x0c','\x33','\x18','\x0c','\x33','\x1f','\xfc','\x23','\x18','\x0c','\x23','\x10','\x0c','\x63','\x30','\x0c','\x4f','\x20','\x0c','\x86','\x40','\x0c','\x23','\x00','\x0c','\x3f','\xbf','\xfe','\x33','\x01','\x80','\x33','\x21','\x86','\x33','\x3f','\xff','\x33','\x61','\x86','\x33','\x61','\x84','\x3f','\x1d','\xb8','\x33','\x01','\x80','\x33','\x3d','\xbc','\x33','\x01','\x80','\x33','\x00','\x00','\x33','\x7f','\xff','\x3f','\x01','\x80','\x33','\x21','\x06','\x33','\x3f','\xff','\x33','\x32','\x46','\x33','\x32','\x46','\x33','\x32','\x46','\x23','\x32','\x46','\x23','\x32','\x46','\x63','\x32','\x46','\x4f','\x32','\x5e','\x86','\x30','\x0c','\x23','\x0e','\x38','\x3f','\x8c','\x30','\x33','\x0c','\x36','\x33','\x7f','\xff','\x33','\x0c','\x30','\x33','\x0c','\x30','\x33','\x0f','\xf0','\x3f','\x00','\x00','\x33','\x08','\x10','\x33','\x0b','\xd2','\x33','\x7a','\x57','\x33','\x0a','\x58','\x33','\x0a','\x50','\x3f','\x0a','\x52','\x33','\x1a','\x53','\x33','\xeb','\xdf','\x33','\x48','\x0e','\x33','\x00','\x00','\x33','\x00','\x00','\x23','\x12','\x48','\x23','\x12','\x24','\x63','\x32','\x26','\x4f','\x66','\x33','\x86','\x66','\x33','\x26','\x11','\x08','\x3f','\x19','\x8c','\x26','\x33','\x18','\x26','\x44','\x20','\x26','\x22','\x10','\x26','\x33','\x18','\x26','\x11','\x08','\x3e','\x7f','\xfc','\x26','\x66','\x4c','\x26','\x61','\x8c','\x26','\x63','\x0c','\x26','\x64','\xcc','\x26','\x7f','\xfc','\x3e','\x00','\x00','\x26','\x42','\x18','\x26','\x52','\x98','\x26','\x4a','\x58','\x26','\x42','\x18','\x26','\x52','\x9a','\x66','\x4a','\x5a','\x46','\x42','\x0a','\x47','\xff','\xce','\x5e','\xe7','\x07','\x8c','\x84','\x03','\x23','\x0e','\x70','\x3f','\x8c','\x66','\x33','\x7f','\xff','\x33','\x0c','\x60','\x33','\x0c','\x60','\x33','\x1f','\xf8','\x33','\x18','\x18','\x3f','\x18','\x18','\x33','\x1f','\xf8','\x33','\x18','\x18','\x33','\x18','\x18','\x33','\x1f','\xf8','\x33','\x06','\x00','\x3f','\x0c','\x06','\x33','\x1f','\xff','\x33','\x38','\x86','\x33','\xd9','\xc6','\x33','\x1e','\x06','\x33','\x18','\x46','\x23','\x18','\x66','\x23','\x1f','\xee','\x63','\x0f','\xcc','\x4f','\x00','\x3c','\x86','\x00','\x18','\x23','\x01','\xc0','\x3f','\x81','\x88','\x33','\x01','\xfc','\x33','\x21','\x82','\x33','\x3f','\xff','\x33','\x22','\x06','\x33','\x23','\xc4','\x3f','\x2e','\x08','\x33','\x21','\xf8','\x33','\x20','\x00','\x33','\x27','\xf8','\x33','\x24','\x88','\x33','\x24','\x88','\x3f','\x27','\xf8','\x33','\x24','\x88','\x33','\x24','\x88','\x33','\x27','\xf8','\x33','\x60','\x00','\x33','\x4f','\xfc','\x23','\x49','\x24','\x23','\x89','\x24','\x63','\x09','\x24','\x4f','\x3f','\xff','\x86','\x00','\x00','\x26','\x0e','\x70','\x3f','\x0c','\x60','\x26','\x0c','\x66','\x26','\xff','\xff','\x26','\x0c','\x60','\x26','\x0c','\x04','\x26','\x00','\x36','\x3e','\x20','\x32','\x26','\x3f','\xff','\x27','\xa0','\x30','\x26','\xff','\xb0','\x26','\xe4','\x32','\x26','\x24','\x33','\x3e','\x3f','\x32','\x26','\x61','\x36','\x26','\xe1','\x34','\x27','\xbf','\x1c','\x26','\xa4','\x18','\x26','\x24','\x12','\x66','\x3f','\xba','\x46','\x60','\x6a','\x46','\x40','\xce','\x5e','\x43','\x07','\x8c','\x8c','\x03','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x50','\x00','\x50','\x64','\xff','\x64','\x2e','\x00','\x2e','\x08','\x7e','\x08','\x12','\x00','\x12','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x2a','\x42','\x4c','\x39','\x42','\x6a','\x69','\x7e','\x4b','\x88','\x00','\x89','\x00','\x18','\x00','\x1f','\xff','\xf8','\x18','\x30','\x18','\x18','\x6f','\x18','\x19','\x81','\x98','\x18','\x18','\x18','\x18','\x38','\x18','\x18','\x67','\x18','\x19','\x83','\x78','\x18','\x00','\x30','\x00','\x01','\xd0','\x00','\x01','\x8c','\x00','\x01','\x8c','\x04','\x01','\x80','\x47','\xff','\xfe','\x26','\x01','\x80','\x36','\x01','\x80','\x36','\xff','\x80','\x36','\x91','\x80','\x06','\x91','\x88','\x06','\x91','\x8e','\x06','\xfd','\x8c','\x0e','\x84','\x8c','\x16','\x84','\xc8','\x36','\x84','\xd8','\xe6','\xfc','\x50','\x66','\x90','\x70','\x4c','\x90','\x22','\x0c','\x90','\x72','\x08','\xfe','\xd2','\x18','\x00','\x9a','\x10','\x01','\x0e','\x20','\x02','\x07','\x40','\x0c','\x03','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xe7','\xff','\xe4','\xc0','\x61','\x08','\x00','\x40','\xc0','\x0f','\xff','\x60','\x07','\xe0','\x60','\x04','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x03','\x80','\x01','\x83','\x00','\xff','\xc3','\x04','\x18','\x3f','\xfe','\x10','\x03','\x00','\x22','\x03','\x08','\x21','\x1f','\xfc','\xff','\x86','\x40','\x79','\x84','\x42','\x40','\x7f','\xff','\x1c','\x08','\x20','\x18','\x18','\xb0','\x19','\x13','\xdc','\xff','\xaf','\x0f','\x18','\x43','\x06','\x18','\x03','\x10','\x18','\x3f','\xf8','\x18','\x07','\x40','\x1f','\x0f','\x20','\xfc','\x1b','\x30','\x70','\x33','\x1c','\x40','\xc3','\x0f','\x03','\x03','\x06','\x00','\x03','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x01','\x18','\x00','\x27','\x98','\x0c','\x3c','\x19','\xfe','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\x99','\xfc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\x99','\xfc','\x30','\x34','\x0c','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\x63','\x00','\x00','\xc1','\xc0','\x01','\x80','\xf0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x00','\x60','\x00','\x09','\xf0','\x30','\x0f','\x07','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x40','\x30','\x0f','\xe7','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x18','\x01','\x80','\x60','\x01','\x80','\x00','\x38','\x00','\x00','\x30','\x00','\x00','\x30','\x18','\x3f','\xff','\xfc','\x00','\x60','\x00','\x00','\x60','\x00','\x1f','\xff','\xf8','\x00','\xc2','\x00','\x00','\x82','\x00','\x01','\x81','\x06','\xff','\xff','\xff','\x03','\x00','\xc0','\x06','\x20','\x60','\x0c','\xf0','\x30','\x1f','\x87','\xfc','\x36','\x00','\x6f','\xc6','\x00','\x66','\x06','\x00','\x60','\x07','\xe7','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x60','\x00','\x11','\xf0','\x18','\x1f','\x07','\xfc','\x18','\x00','\x18','\x1f','\xc3','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x30','\x00','\x00','\x30','\x0c','\x7f','\xff','\xfe','\x00','\x60','\x0c','\x00','\xc0','\x0c','\x01','\x80','\x18','\x06','\x00','\xf8','\x38','\x00','\x30','\x03','\x70','\x00','\x07','\xe0','\x0c','\x2c','\x62','\xfe','\x30','\x7f','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x66','\x0c','\x3e','\x7f','\x7c','\x30','\x66','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\xe6','\x0c','\x3e','\xc6','\x7c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\xff','\xff','\xff','\x02','\x00','\x00','\x03','\x81','\x80','\x07','\x00','\x60','\x0e','\x00','\x38','\x18','\x00','\x1c','\x60','\x00','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x02','\x08','\x00','\x03','\x8e','\x00','\x07','\x0c','\x30','\x0f','\xff','\xf8','\x1c','\x08','\x00','\x3f','\xff','\xf0','\xcc','\x08','\x00','\x0f','\xff','\xf0','\x0c','\x08','\x00','\x0c','\x08','\x0c','\x0f','\xff','\xfe','\x00','\x00','\x00','\x10','\x70','\x18','\x1f','\xc3','\xfc','\x18','\x00','\x18','\x1f','\xc3','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x03','\x00','\x78','\x0c','\x01','\x9f','\x33','\xff','\xc6','\xc0','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x0c','\x01','\x88','\x7e','\x0f','\xcf','\xe0','\x7c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\xcc','\x60','\xff','\xec','\x60','\x0c','\x0c','\x66','\x0c','\x0f','\xff','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x4d','\x8c','\x30','\x7f','\xcc','\x30','\x61','\x8c','\x30','\x61','\x8c','\x30','\x61','\x8c','\x12','\x61','\x8c','\x1a','\x61','\x8c','\x1a','\x7f','\x8c','\x0e','\x61','\xbf','\x8e','\x60','\x1c','\x07','\x00','\x10','\x03','\x0c','\x00','\xe0','\x0c','\x00','\xc8','\x1a','\x00','\xc6','\x19','\x80','\xc2','\x10','\xff','\xff','\x30','\xc0','\xc0','\x20','\x00','\xc0','\x7f','\x90','\xc6','\x8c','\x1f','\xff','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\xff','\xd8','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\xc6','\x4d','\x98','\xc6','\x7f','\xd8','\xc6','\x61','\x9f','\xfe','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x61','\x98','\xc6','\x7f','\x98','\xc6','\x61','\x98','\xde','\x60','\x18','\xcc','\x04','\x00','\x20','\x07','\x04','\x20','\x06','\x07','\x20','\x24','\xc6','\x10','\x3f','\xe6','\x10','\x30','\xc6','\x10','\x38','\xc6','\x18','\x34','\xc4','\x08','\x34','\xc4','\x0c','\x30','\xcd','\x0c','\x30','\xe9','\xce','\xff','\xc9','\x87','\x70','\xd1','\x86','\x30','\xc1','\x80','\x34','\xc1','\x00','\x34','\xc1','\x00','\x34','\xc3','\x10','\x34','\xc3','\x08','\x34','\xc2','\x08','\x30','\xc2','\x0c','\x20','\xc2','\x7c','\x60','\xdf','\xc6','\x43','\xce','\x06','\x81','\x88','\x06','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc0','\xc0','\x3f','\xe0','\xc6','\x30','\xdf','\xff','\x38','\xc3','\x00','\x34','\xc3','\x00','\x34','\xc3','\x00','\x30','\xc3','\x0c','\x30','\xe3','\xfe','\xff','\xc3','\x0c','\x70','\xc3','\x0c','\x30','\xc3','\x0c','\x34','\xc3','\x0c','\x34','\xc3','\x0c','\x34','\xc3','\x0c','\x34','\xc6','\x0c','\x34','\xc6','\x0c','\x30','\xc6','\x1c','\x20','\xc4','\x18','\x60','\xcc','\x18','\x43','\xc8','\xf8','\x81','\x90','\x30','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\x1f','\xff','\x24','\xc0','\x0c','\x3f','\xe0','\x0c','\x30','\xc0','\x0c','\x38','\xc8','\xcc','\x34','\xcf','\xec','\x34','\xcc','\xcc','\x30','\xcc','\xcc','\x30','\xec','\xcc','\xff','\xcc','\xcc','\x70','\xcc','\xcc','\x30','\xcc','\xcc','\x34','\xcc','\xcc','\x34','\xcf','\xcc','\x34','\xcc','\xcc','\x34','\xc0','\x0c','\x34','\xc0','\x0c','\x30','\xc0','\x0c','\x20','\xc0','\x0c','\x60','\xc0','\x0c','\x43','\xc0','\x7c','\x81','\x80','\x18','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc0','\xc0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x38','\xc8','\xc6','\x34','\xcf','\xff','\x34','\xcc','\xc6','\x30','\xcc','\xc6','\x30','\xec','\xc6','\xff','\xcc','\xc6','\x70','\xcc','\xc6','\x30','\xcc','\xc6','\x34','\xcf','\xfe','\x34','\xcc','\xc6','\x34','\xcc','\xc6','\x34','\xcc','\xc6','\x34','\xcc','\xc6','\x30','\xcc','\xc6','\x20','\xcc','\xc6','\x60','\xcc','\xc6','\x43','\xcf','\xfe','\x81','\x8c','\x06','\x04','\x00','\x0c','\x07','\x00','\x3e','\x06','\x00','\xf0','\x24','\xcf','\x04','\x3f','\xe1','\x07','\x30','\xc8','\xc6','\x38','\xc6','\x4c','\x34','\xc2','\x08','\x34','\xc0','\x10','\x30','\xcf','\xfe','\x30','\xe0','\x0c','\xff','\xc0','\x18','\x70','\xc0','\xa0','\x30','\xc0','\xc0','\x34','\xc0','\xc6','\x34','\xff','\xff','\x34','\xc0','\xc0','\x34','\xc0','\xc0','\x34','\xc0','\xc0','\x30','\xc0','\xc0','\x20','\xc0','\xc0','\x60','\xc0','\xc0','\x43','\xc7','\xc0','\x81','\x81','\x80','\x04','\x01','\x80','\x07','\x01','\x80','\x06','\x03','\x40','\x24','\xc3','\x20','\x3f','\xe6','\x30','\x30','\xc4','\x1c','\x38','\xcb','\xef','\x34','\xd0','\x06','\x34','\xc0','\x00','\x30','\xcf','\xf8','\x30','\xec','\x18','\xff','\xcc','\x18','\x70','\xcf','\xf8','\x30','\xcc','\x18','\x34','\xcc','\x18','\x34','\xcf','\xf8','\x34','\xcc','\x00','\x34','\xc8','\x00','\x34','\xdf','\xfc','\x30','\xd6','\x0c','\x20','\xe6','\x0c','\x60','\xc6','\x0c','\x43','\xc7','\xfc','\x81','\x86','\x0c','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x08','\xc4','\x24','\xcf','\xfe','\x3f','\xe8','\xc4','\x30','\xc8','\xc4','\x38','\xc8','\xc4','\x34','\xcf','\xfc','\x34','\xc8','\xc4','\x30','\xc8','\xc4','\x30','\xe8','\xc4','\xff','\xcf','\xfc','\x70','\xc0','\xc0','\x30','\xc0','\xc0','\x34','\xc0','\xcc','\x34','\xdf','\xfe','\x34','\xc4','\x0c','\x34','\xc2','\x18','\x34','\xc3','\x30','\x30','\xc1','\xe0','\x20','\xc0','\xf0','\x60','\xc1','\x3f','\x43','\xc6','\x1e','\x81','\x98','\x06','\x04','\x00','\x0c','\x07','\x0f','\xfe','\x06','\x00','\xc0','\x24','\xc8','\xc6','\x3f','\xef','\xff','\x30','\xd8','\xc6','\x38','\xd8','\xc4','\x34','\xc0','\xc0','\x34','\xce','\xdc','\x30','\xc0','\xc0','\x30','\xe0','\xc0','\xff','\xce','\xdc','\x70','\xc0','\xc0','\x30','\xc0','\xc0','\x34','\xc0','\x0c','\x34','\xcf','\xfe','\x34','\xc0','\x0c','\x34','\xc0','\x0c','\x34','\xcf','\xfc','\x30','\xc0','\x0c','\x20','\xc0','\x0c','\x60','\xc0','\x0c','\x43','\xcf','\xfc','\x81','\x80','\x0c','\x08','\x03','\x30','\x0e','\x02','\x20','\x0c','\x02','\x26','\x29','\xbf','\xff','\x3f','\xc2','\x20','\x31','\x82','\x20','\x39','\x9f','\xfe','\x35','\x92','\x22','\x35','\x92','\x22','\x31','\x9f','\xfe','\x31','\xd2','\x22','\xff','\x92','\x22','\x71','\x9f','\xfe','\x31','\x80','\x00','\x35','\x88','\x0c','\x35','\x8f','\xfe','\x35','\x8c','\x0c','\x35','\x8c','\x0c','\x35','\x8f','\xfc','\x31','\x8c','\x0c','\x21','\x8c','\x0c','\x61','\x8c','\x0c','\x47','\x8f','\xfc','\x83','\x0c','\x0c','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc4','\x29','\x9f','\xfe','\x3f','\xc4','\x10','\x31','\x82','\x18','\x39','\x82','\x10','\x35','\x80','\x22','\x35','\xbf','\xff','\x31','\x80','\x00','\x31','\xcf','\xfc','\xff','\x88','\xc4','\x71','\x88','\xc4','\x31','\x8f','\xfc','\x35','\x88','\xc4','\x35','\x88','\xc4','\x35','\x8f','\xfc','\x35','\x80','\xc0','\x35','\x80','\xc4','\x31','\x9f','\xfe','\x21','\x80','\xc0','\x61','\x80','\xc2','\x47','\xbf','\xff','\x83','\x00','\x00','\x08','\x08','\x10','\x0e','\x06','\x18','\x0c','\x02','\x20','\x29','\x3f','\xfe','\x3f','\x80','\x80','\x23','\x00','\x80','\x33','\x1f','\xfc','\x2b','\x00','\x80','\x2b','\x00','\x80','\x23','\x7f','\xff','\x23','\x80','\x00','\xff','\x02','\x68','\x73','\x0f','\x46','\x23','\x78','\x42','\x2b','\x08','\x40','\x2b','\x7f','\xff','\x2b','\x08','\x44','\x2b','\x08','\x66','\x2b','\x7f','\x2c','\x23','\x38','\x38','\x63','\x08','\x12','\x43','\x08','\x2a','\x4f','\x78','\x47','\x86','\x19','\x83','\x08','\x00','\xe0','\x0e','\x00','\xc0','\x0c','\x00','\xc6','\x29','\xbf','\xff','\x3f','\xc0','\xc0','\x31','\x8c','\xcc','\x39','\x88','\xc8','\x35','\x8c','\xcc','\x35','\x8a','\xca','\x31','\x92','\xd2','\x31','\xc0','\xc0','\xff','\xbf','\xff','\x71','\x80','\x00','\x31','\x80','\x00','\x35','\x9f','\xfe','\x35','\x98','\x06','\x35','\x99','\xe6','\x35','\x99','\x26','\x35','\x99','\x26','\x31','\x99','\x26','\x21','\x99','\xe6','\x61','\x98','\x06','\x47','\x9f','\xfe','\x83','\x18','\x06','\x08','\x07','\x38','\x0e','\x06','\x32','\x0c','\x3f','\xff','\x29','\x86','\x30','\x3f','\xc6','\x30','\x31','\x90','\x06','\x39','\x9f','\xff','\x35','\xb0','\x06','\x35','\xb3','\xe4','\x31','\x80','\x00','\x31','\xc0','\x02','\xff','\xbf','\xff','\x71','\x81','\x80','\x31','\x83','\x04','\x35','\x8d','\x86','\x35','\xb1','\x8c','\x35','\x82','\xd0','\x35','\x8c','\xc0','\x35','\xb1','\xe0','\x31','\x82','\xd8','\x21','\x8c','\xcf','\x61','\xb0','\xc6','\x47','\x87','\xc0','\x83','\x01','\x80','\x08','\x02','\x00','\x0e','\x03','\x30','\x0c','\x07','\xf8','\x29','\x84','\x20','\x3f','\xc8','\x40','\x31','\x9f','\xfe','\x39','\x8c','\x46','\x35','\x8c','\x46','\x35','\x8f','\xfe','\x31','\x8c','\x46','\x31','\xcc','\x46','\xff','\x8f','\xfe','\x71','\x80','\x00','\x31','\x89','\x26','\x35','\x99','\x23','\x35','\x98','\x03','\x35','\x87','\xfc','\x35','\x86','\x0c','\x35','\x86','\x0c','\x31','\x87','\xfc','\x21','\x86','\x0c','\x61','\x86','\x0c','\x47','\x87','\xfc','\x83','\x06','\x0c','\x08','\x01','\xc0','\x0e','\x01','\x90','\x0c','\x01','\xf8','\x29','\x21','\x82','\x3f','\xbf','\xff','\x23','\x23','\x06','\x33','\x23','\xc4','\x2b','\x2f','\x10','\x2b','\x23','\x18','\x23','\x21','\xf8','\x23','\xa0','\x00','\xff','\x27','\xf8','\x73','\x24','\x88','\x23','\x27','\xf8','\x2b','\x24','\x88','\x2b','\x27','\xf8','\x2b','\x20','\x00','\x2b','\x6f','\xfc','\x2b','\x49','\x24','\x23','\x49','\x24','\x63','\x89','\x24','\x43','\x09','\x24','\x4f','\x3f','\xff','\x86','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\x0f','\xff','\x24','\xc0','\x00','\x3f','\xe0','\x00','\x30','\xc4','\x0c','\x38','\xc7','\xfe','\x34','\xc6','\x0c','\x34','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xe6','\x0c','\xff','\xc6','\x0c','\x70','\xc7','\xfc','\x30','\xc6','\x0c','\x34','\xc6','\x00','\x34','\xc6','\x00','\x34','\xc6','\x00','\x34','\xc6','\x00','\x34','\xc6','\x00','\x30','\xc6','\x00','\x20','\xcc','\x00','\x60','\xcc','\x00','\x43','\xc8','\x00','\x81','\x90','\x00','\x1d','\xc4','\x0c','\x19','\x87','\xfe','\x19','\x96','\x0c','\xff','\xfe','\x0c','\x19','\x86','\x0c','\x19','\x87','\xfc','\x00','\x06','\x0c','\x7f','\xe6','\x0c','\x46','\x26','\x0c','\x46','\x26','\x0c','\x46','\x27','\xfc','\x7f','\xe6','\x40','\x06','\x06','\x44','\x06','\x06','\x47','\x7f','\xe6','\x46','\x06','\x06','\x24','\x06','\x06','\x28','\xff','\xf6','\x20','\x06','\x06','\x30','\x0d','\x06','\x10','\x0c','\x86','\x18','\x18','\xdf','\xcf','\x30','\xce','\x0e','\xc0','\x08','\x06','\x52','\x51','\x00','\x7a','\xf1','\xc0','\x52','\x51','\x88','\x7a','\xf1','\xfc','\x52','\x51','\x18','\x7a','\xf3','\x10','\x52','\x52','\x30','\x42','\x14','\x26','\x7f','\xf3','\xff','\x00','\x03','\x26','\x00','\x03','\x26','\xff','\xfb','\x26','\x00','\x03','\x26','\x3f','\xe3','\x26','\x30','\x63','\xfe','\x30','\x63','\x06','\x3f','\xe3','\x00','\x00','\x43','\x00','\x20','\x63','\x02','\x18','\x43','\x02','\x08','\x83','\x02','\xff','\xf3','\x03','\x7c','\x03','\xff','\x40','\x01','\xfe','\x07','\x00','\x70','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x76','\x77','\x67','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7f','\xe7','\xfe','\x66','\x66','\x66','\x04','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x08','\x00','\x60','\x18','\x00','\x60','\x10','\x00','\x60','\x20','\x00','\x60','\x40','\x00','\x60','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\x00','\x80','\x02','\x00','\xe0','\x02','\x00','\xc0','\x01','\x00','\xc0','\x01','\x01','\x80','\x00','\x81','\x80','\x00','\xc3','\x00','\x00','\x63','\x00','\x00','\x36','\x00','\x00','\x1c','\x00','\x00','\x1e','\x00','\x00','\x37','\x80','\x00','\x61','\xf0','\x01','\x80','\x7f','\x0e','\x00','\x1e','\x70','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x04','\xc3','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x18','\x00','\x0c','\x10','\x00','\x0c','\x21','\x80','\x0c','\x40','\xe0','\x0c','\x00','\x38','\x0c','\x00','\x1c','\x0c','\x00','\x0c','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x03','\xf0','\x00','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0f','\xff','\xfc','\x07','\xff','\xfc','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x02','\x03','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x30','\x03','\xff','\xc0','\x01','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x02','\x01','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x02','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\xfe','\x08','\x00','\xfe','\x30','\x00','\x00','\x07','\xff','\xe0','\x01','\x00','\xc0','\x00','\x81','\x80','\x00','\x67','\x00','\x00','\x1c','\x00','\x00','\x77','\x00','\x01','\xc1','\xf0','\x0f','\x00','\x7f','\xf0','\x00','\x0e','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x18','\x07','\xff','\xfc','\x0c','\x00','\x18','\x08','\x30','\x18','\x16','\x31','\x98','\x66','\x61','\x98','\x07','\xff','\xb8','\x00','\xc0','\x30','\x01','\x81','\xf0','\x07','\x00','\x60','\x39','\x80','\x0c','\x03','\xff','\xfe','\x06','\x00','\x0c','\x0c','\x30','\x0c','\x1e','\x31','\x8c','\x66','\x31','\x8c','\x06','\x31','\x8c','\x07','\xff','\x9c','\x00','\x60','\x18','\x00','\xc0','\x38','\x03','\x03','\xf0','\x3c','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x01','\x02','\x00','\x01','\xc1','\x00','\x01','\x81','\x80','\x03','\x00','\xc0','\x06','\x00','\x70','\x0c','\x00','\x3f','\x30','\x00','\x0e','\xc7','\xff','\xe6','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\xc0','\x60','\x00','\xc0','\x60','\x01','\x80','\xe0','\x03','\x00','\xc0','\x0c','\x07','\xc0','\x70','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x1c','\x00','\x1c','\x18','\x00','\x18','\x18','\x40','\x18','\x18','\x30','\x18','\x18','\x18','\x18','\x18','\x1c','\x38','\x18','\x0c','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x60','\x18','\x00','\x60','\x18','\xe0','\xd0','\xff','\x01','\x8c','\x78','\x03','\x06','\x40','\x0c','\x03','\x00','\x30','\x03','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xff','\xf0','\x18','\x00','\x30','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x30','\x00','\x0c','\x24','\x06','\x0c','\x47','\xff','\x0c','\x86','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x07','\xfe','\x1c','\x06','\x06','\x18','\x00','\x00','\x18','\x00','\x00','\x38','\x00','\x03','\xf0','\x00','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\xe0','\x00','\x00','\xc0','\xc0','\x01','\xff','\xe0','\x03','\x83','\x80','\x06','\x87','\x00','\x18','\x6e','\x00','\x60','\x38','\x00','\x00','\x6e','\x00','\x01','\xc3','\xc0','\x07','\x00','\xff','\x1c','\x70','\x3e','\xe0','\x1e','\x06','\x00','\x06','\x00','\x00','\x00','\x00','\x01','\xc0','\x00','\x00','\x3c','\x00','\x00','\x0f','\x00','\x00','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x40','\x30','\x0c','\x38','\x30','\x0c','\x18','\x30','\x0c','\x00','\x36','\xff','\xff','\xff','\x18','\x00','\x60','\x18','\x40','\x60','\x18','\x38','\x60','\x18','\x18','\x60','\x18','\x00','\x66','\x3f','\xff','\xff','\x30','\x00','\xc0','\x30','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x11','\x81','\x80','\x1c','\x00','\x00','\x18','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x60','\x00','\x00','\x4f','\xff','\xf0','\x8c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x66','\x3f','\xff','\xff','\x30','\x00','\xc0','\x00','\x00','\xc0','\x00','\x07','\xc0','\x00','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x20','\x18','\x06','\x3f','\xfc','\x06','\x30','\x18','\x80','\x30','\x18','\x60','\x30','\x18','\x31','\x30','\x18','\x32','\x30','\x18','\x04','\x30','\x18','\x0c','\x30','\xf8','\x18','\x30','\x30','\xf8','\x30','\x00','\x70','\x30','\x02','\x30','\x30','\x02','\x30','\x30','\x02','\x30','\x30','\x03','\x38','\x3f','\xff','\x18','\x1f','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x02','\x00','\x70','\x03','\x80','\x60','\x07','\x00','\x60','\x06','\x00','\x66','\x0c','\xff','\xff','\x0c','\x00','\x60','\x1c','\x00','\x60','\x2c','\x40','\x60','\x4c','\x30','\x60','\x8c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x03','\xe0','\x0c','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x08','\x18','\x40','\x06','\x18','\x70','\x03','\x18','\x60','\x03','\x18','\xc0','\x03','\x18','\x80','\x00','\x19','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x09','\x81','\x80','\x0e','\x00','\x00','\x0c','\x00','\x30','\x0f','\xff','\xf8','\x18','\x00','\x30','\x10','\x00','\x30','\x3f','\xfc','\x30','\x20','\x0c','\x30','\x40','\x0c','\x30','\x88','\x0c','\x30','\x0f','\xfc','\x30','\x0c','\x0c','\x70','\x0c','\x00','\x60','\x0c','\x03','\xe2','\x0c','\x00','\xc2','\x0c','\x00','\x02','\x0c','\x00','\x03','\x0f','\xff','\xff','\x07','\xff','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x60','\x00','\x21','\xf2','\x0c','\x3e','\x03','\xfe','\x30','\x03','\x0c','\x30','\xe3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\xfe','\xc3','\x0c','\x71','\x83','\x0c','\x41','\x83','\x7c','\x03','\x03','\x18','\x06','\x03','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x7a','\x00','\x00','\xf9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x60','\x06','\x18','\x38','\x0c','\x18','\x1f','\x30','\x18','\x0e','\xc0','\x18','\x06','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x00','\x00','\x80','\x04','\x00','\xe0','\x02','\x00','\xc0','\x03','\x00','\xc0','\x03','\x01','\x80','\x01','\x81','\x80','\x01','\x81','\x00','\x01','\x81','\x00','\x00','\x02','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x38','\x0c','\x30','\x30','\x0c','\x30','\x31','\x8c','\x33','\xff','\xcc','\x30','\x30','\x0c','\x30','\x30','\x0c','\x30','\x64','\x0c','\x30','\x63','\x0c','\x30','\x41','\x8c','\x30','\x80','\xcc','\x33','\x00','\xcc','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\xe0','\x00','\x00','\xc1','\x80','\x01','\xff','\xc0','\x03','\x03','\x80','\x0c','\x87','\x00','\x30','\x4c','\x00','\x00','\x38','\x00','\x00','\x6e','\x00','\x01','\xc3','\xe0','\x07','\x00','\xff','\x1c','\x00','\x1e','\xe7','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x02','\x00','\x80','\x03','\x80','\xe0','\x03','\x00','\xc0','\x06','\x01','\x80','\x24','\x09','\x00','\x18','\x06','\x00','\x0c','\x83','\x20','\x0c','\xe3','\x38','\x01','\xc0','\x70','\x01','\x80','\x60','\x03','\x00','\xc0','\x02','\x00','\x80','\x04','\x81','\x10','\x08','\x42','\x08','\x7f','\xef','\xfc','\x3c','\x67','\x8c','\x20','\x64','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x0f','\xff','\xf8','\x08','\x18','\x00','\x10','\x18','\x00','\x20','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xf9','\x00','\x00','\xd9','\x80','\x01','\x98','\xc0','\x03','\x18','\x70','\x06','\x18','\x3f','\x18','\x18','\x1e','\xe0','\x18','\x06','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x08','\xc3','\x00','\x0e','\x00','\x00','\x0c','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x0c','\x30','\x00','\x0c','\x27','\xfe','\x0c','\x46','\x06','\x0c','\x86','\x06','\x0c','\x07','\xfe','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x1c','\x07','\xfe','\x18','\x06','\x06','\x18','\x00','\x00','\x38','\x00','\x03','\xf0','\x00','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x00','\x0c','\x62','\x06','\xff','\xf3','\xff','\x18','\x63','\x06','\x18','\x63','\x06','\x18','\x63','\x06','\x30','\xc3','\x06','\x30','\xc3','\x06','\x30','\x83','\x06','\x69','\x83','\x06','\x67','\x03','\x06','\x03','\x83','\x06','\x06','\xc3','\xfe','\x0c','\x63','\x06','\x30','\x60','\x00','\xc0','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc0','\x18','\x01','\x9f','\xfc','\x07','\x00','\x30','\x06','\x00','\x20','\x0e','\x01','\x40','\x36','\x01','\x86','\xc6','\x7f','\xff','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x80','\x06','\x0f','\x80','\x06','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x00','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xe0','\x0e','\x02','\x7f','\x38','\xff','\x1e','\xc0','\x00','\x06','\x00','\x00','\x00','\x08','\x00','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x20','\x02','\x03','\x98','\x03','\x83','\x0c','\x07','\x03','\x0c','\x06','\x03','\x00','\x0c','\x03','\x06','\x0c','\xff','\xff','\x1c','\x03','\x00','\x2c','\x03','\x00','\x4c','\x06','\x80','\x8c','\x06','\x80','\x0c','\x04','\x40','\x0c','\x0c','\x60','\x0c','\x08','\x30','\x0c','\x18','\x38','\x0c','\x10','\x1f','\x0c','\x20','\x0e','\x0c','\xc0','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x06','\x80','\xff','\xff','\x60','\x18','\x00','\x31','\x18','\x00','\x32','\x18','\x00','\x04','\x18','\x00','\x0c','\x18','\x00','\x18','\x18','\x00','\xf8','\x18','\x00','\x70','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x30','\x1f','\xfe','\x38','\x0f','\xfe','\x18','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\xa1','\x80','\x00','\x38','\x00','\x00','\x70','\x60','\x00','\xff','\xf0','\x01','\x80','\xe0','\x03','\x01','\xc0','\x0c','\x83','\x80','\x30','\x67','\x00','\x00','\x2c','\x00','\x00','\x30','\x00','\x00','\xc0','\x18','\x03','\xff','\xfc','\x1f','\x00','\x18','\xe3','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\x00','\x18','\x03','\xff','\xf8','\x03','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x60','\x0f','\xff','\xf0','\x00','\x30','\x60','\x00','\x60','\x60','\x00','\x60','\x60','\x00','\xc0','\xc0','\x01','\x87','\xc0','\x06','\x01','\x80','\x00','\x60','\x06','\xff','\xf7','\xff','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x08','\x60','\x86','\x18','\x61','\x86','\x10','\xc1','\x0c','\x10','\xc1','\x0c','\x27','\xc2','\x7c','\xc1','\x8c','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x02','\x00','\x00','\x03','\x81','\xc0','\x07','\x01','\x80','\x06','\x01','\x8c','\x0c','\x7f','\xfe','\x0c','\x00','\x00','\x1c','\x00','\x10','\x2c','\x10','\x1c','\x4c','\x08','\x18','\x8c','\x08','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x20','\x0c','\x0c','\x20','\x0c','\x00','\x40','\x0c','\x00','\x46','\x0c','\xff','\xff','\x0c','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x06','\x00','\x18','\xff','\x01','\xfc','\x0c','\x3f','\x80','\x18','\x01','\x80','\x18','\x01','\x8c','\x33','\x39','\xfe','\x7f','\xb1','\x80','\x63','\x31','\x80','\x03','\x31','\x80','\x42','\x31','\x80','\x26','\x31','\x86','\x14','\xff','\xff','\x0c','\x00','\x00','\x0b','\x00','\x00','\x11','\xff','\xff','\x20','\x7f','\xfe','\xc0','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\xc7','\x20','\x07','\xe6','\x18','\x7e','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x00','\xff','\xff','\xff','\x06','\x03','\x00','\x06','\x03','\x08','\x06','\x63','\x0e','\x0f','\x81','\x9c','\xfe','\x01','\xb8','\x76','\x00','\xe2','\x46','\x01','\xc2','\x06','\x03','\x62','\x06','\x0c','\x73','\x3e','\x30','\x3f','\x0c','\x00','\x0e','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\x81','\x80','\x07','\x7c','\xf0','\x1c','\x00','\x3f','\xe0','\x01','\x8e','\x07','\xff','\xc0','\x00','\x03','\x00','\x00','\x06','\x00','\x04','\x0c','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x04','\x18','\x40','\x07','\x18','\x70','\x06','\x18','\x60','\x0c','\x18','\x60','\x0b','\x18','\xd0','\x11','\xb4','\x8c','\x21','\xb5','\x06','\x40','\x62','\x06','\x00','\x63','\x00','\x00','\xc1','\x80','\x01','\x80','\xe0','\x07','\x00','\x78','\x1c','\x00','\x3f','\xe0','\x00','\x0e','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x04','\x08','\x10','\x0e','\x1c','\x38','\x18','\x30','\x60','\x20','\x40','\x80','\x10','\x20','\x40','\x0c','\x18','\x30','\x06','\x0c','\x18','\x06','\x0c','\x18','\x00','\x00','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x1c','\xff','\xe0','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xff','\xe0','\x18','\x00','\x00','\x18','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x00','\x00','\x30','\x00','\x00','\x36','\xff','\xff','\xff','\x01','\x00','\x00','\x01','\xc3','\x00','\x03','\x80','\xf0','\x0e','\x00','\x38','\x30','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x03','\x80','\x06','\x03','\x00','\x06','\x03','\x00','\x80','\x23','\x10','\x60','\x3b','\x0c','\x31','\x33','\x06','\x32','\x63','\x07','\x04','\x43','\x23','\x0c','\x83','\x38','\x18','\x1f','\x30','\xf8','\x06','\x70','\x70','\x00','\x60','\x30','\x00','\xc0','\x30','\x01','\x80','\x30','\x07','\x00','\x38','\x1c','\x00','\x18','\xe0','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x20','\xc1','\xc0','\x3f','\xe1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x86','\x30','\xdf','\xff','\x3f','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x3f','\xc3','\x06','\x30','\xc3','\x06','\x30','\xc2','\x06','\x30','\xf6','\x0e','\xff','\x84','\x0c','\x78','\x08','\x7c','\x40','\x30','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x00','\x00','\x39','\xc1','\xc0','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x80','\x3f','\x81','\x86','\x31','\xbf','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\xff','\x81','\x80','\x19','\x81','\x80','\x19','\x81','\x80','\x11','\x81','\x80','\x31','\x81','\x80','\x21','\x81','\x8c','\x41','\x9f','\xfe','\x01','\x80','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x38','\x00','\x00','\x74','\x00','\x00','\xe2','\x00','\x01','\xc1','\x80','\x03','\x80','\xe0','\x0e','\x00','\x7f','\x39','\xff','\x9e','\xc0','\x18','\x06','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x02','\x18','\x00','\x03','\x99','\x80','\x07','\x18','\x60','\x0e','\x18','\x38','\x18','\x18','\x1c','\x60','\xf8','\x0c','\x00','\x30','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x91','\x80','\x00','\x1c','\x00','\x00','\x38','\x00','\x10','\x20','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x06','\x18','\x01','\x06','\x40','\x01','\xc6','\x20','\x03','\x86','\x32','\x03','\x06','\x32','\x06','\x06','\x02','\x0c','\x06','\x03','\x30','\x07','\xff','\xc0','\x03','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x00','\x00','\x00','\x02','\x01','\x00','\x01','\x81','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x30','\x1f','\xff','\xf8','\x00','\x30','\x30','\x03','\x60','\x30','\x00','\xc0','\x70','\x01','\xb0','\x60','\x03','\x1b','\xe0','\x0c','\x18','\xc0','\x70','\x00','\x00','\x00','\x10','\x00','\x01','\xcc','\x20','\x11','\x86','\x18','\x11','\x86','\x0c','\x31','\x80','\x4e','\x61','\x80','\x46','\xe1','\x80','\x60','\xc1','\xff','\xe0','\x00','\xff','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1f','\xc0','\x0f','\xf8','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x7a','\x00','\x00','\xd9','\x00','\x01','\x98','\xc0','\x07','\x18','\x70','\x1c','\x18','\x3f','\xe7','\xff','\x0e','\x00','\xc3','\x00','\x00','\xc3','\x30','\x01','\x83','\xf8','\x01','\x80','\x30','\x03','\x00','\x30','\x06','\x00','\x70','\x0c','\x03','\xe0','\x70','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x60','\x0e','\x03','\xf0','\x0c','\x7f','\x01','\xcc','\x03','\x01','\x8c','\x03','\x31','\x8c','\xff','\xf9','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x07','\x81','\x8c','\x07','\x61','\x8c','\x0f','\x31','\x8c','\x0b','\x31','\x8c','\x13','\x01','\x8c','\x23','\x00','\x0c','\xc3','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x7c','\x03','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x68','\x07','\xff','\xee','\x06','\x04','\x1c','\x06','\x02','\x30','\x06','\x03','\x40','\x06','\x31','\x80','\x07','\xc0','\xe0','\x7e','\x00','\x7e','\x38','\x00','\x3c','\x20','\x00','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x70','\x00','\x00','\x60','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x98','\x80','\x03','\x18','\x60','\x07','\xff','\xf8','\x0e','\x18','\x7f','\x36','\x18','\x6e','\xc7','\xff','\xe0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x64','\x00','\x18','\x04','\x00','\x18','\x06','\x00','\x1f','\xfe','\x00','\x0f','\xfc','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xc4','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x0e','\x07','\x00','\x0c','\x66','\x18','\x0f','\xf6','\x7c','\x0c','\x07','\xc0','\x0c','\x06','\x02','\x0c','\x06','\x02','\xff','\xe6','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x06','\x4f','\xfe','\x07','\xe2','\x0c','\x06','\x02','\x0c','\x06','\x11','\x18','\xff','\xf9','\x18','\x06','\x01','\x30','\x06','\x00','\xb0','\x46','\x80','\xe0','\x76','\x40','\x40','\x66','\x60','\xe0','\x66','\x30','\xb0','\x46','\x31','\x98','\x86','\x03','\x1f','\x1e','\x06','\x0e','\x0c','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x00','\x80','\x03','\x00','\xc0','\x06','\x01','\x80','\x05','\x01','\x40','\x09','\x82','\x30','\x10','\x98','\x10','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x0e','\x00','\x40','\x0c','\x08','\x40','\x0c','\x0e','\x20','\x0d','\x8c','\x30','\xff','\xcc','\x18','\x0c','\x18','\x1c','\x0c','\x12','\x0f','\x1e','\x23','\x86','\x1d','\x83','\x00','\x3c','\xc3','\x00','\x2c','\xc6','\x20','\x6c','\x04','\x10','\x4c','\x04','\x18','\x8c','\x08','\x0c','\x0c','\x7f','\xfe','\x0c','\x3e','\x06','\x0c','\x20','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x32','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x1f','\xff','\xf0','\x00','\x60','\x00','\x00','\xc0','\x06','\xff','\xff','\xff','\x01','\x80','\xc0','\x03','\x01','\x80','\x06','\xe7','\x00','\x00','\x3e','\x00','\x00','\xe3','\xf8','\x3f','\x00','\x38','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x03','\xe0','\x06','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0f','\xff','\xf0','\x00','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x30','\x00','\x00','\x30','\x0f','\xff','\xf0','\x20','\x00','\x00','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xcf','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x00','\x06','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x00','\x06','\x00','\x06','\xff','\xff','\xff','\x06','\x08','\x20','\x06','\x04','\x70','\x06','\x06','\x80','\x06','\x03','\x00','\x06','\x39','\xc0','\x3f','\xc0','\xfe','\x1e','\x00','\x3c','\x10','\x00','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x01','\xc0','\x06','\x41','\x86','\x06','\x7f','\xff','\x80','\x61','\x86','\x60','\x61','\x84','\x31','\x61','\x98','\x32','\x7f','\xfc','\x04','\x68','\x18','\x0c','\x64','\x18','\x18','\x64','\x30','\xf8','\x62','\x30','\x70','\xc3','\x60','\x30','\xc1','\xc0','\x30','\x83','\x60','\x31','\x06','\x38','\x3a','\x18','\x1f','\x18','\x60','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x3f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x03','\xc3','\x00','\xfc','\xc3','\x06','\x71','\x83','\xff','\x41','\x83','\x00','\x03','\x03','\x00','\x06','\x03','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x00','\x0c','\x06','\xff','\xfe','\x06','\x03','\x00','\x80','\x43','\x08','\x60','\x23','\x0c','\x31','\x23','\x18','\x32','\x33','\x10','\x04','\x33','\x20','\x0c','\x03','\x06','\x19','\xff','\xff','\xf8','\x03','\x00','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x00','\x38','\x03','\x00','\x18','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x91','\x80','\x10','\x1c','\x00','\x0c','\x18','\x00','\x06','\x10','\x0c','\x06','\x3f','\xfe','\x80','\x20','\x0c','\x60','\x40','\x0c','\x32','\x7f','\x8c','\x34','\x81','\x8c','\x04','\x01','\x8c','\x08','\x21','\x8c','\x18','\x3f','\x9c','\xf8','\x30','\x18','\x70','\x30','\xf8','\x30','\x30','\x32','\x30','\x30','\x02','\x30','\x30','\x03','\x38','\x3f','\xff','\x18','\x1f','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x20','\xc2','\x0c','\x60','\xc6','\x0c','\x47','\xc4','\x7c','\x81','\x88','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xc2','\x00','\x01','\x81','\x00','\x03','\x00','\xc0','\x0e','\x00','\x78','\x39','\x81','\x9f','\xc1','\x81','\x86','\x01','\x81','\x80','\x3f','\xff','\xfc','\x01','\x81','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x01','\x80','\x0c','\x01','\x80','\x30','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x34','\x30','\x00','\x72','\x00','\x00','\xe1','\x80','\x01','\xc0','\xe0','\x07','\x00','\x7f','\x1c','\x00','\x1e','\xe0','\x00','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x10','\x03','\x80','\x0c','\x03','\x18','\x06','\x7f','\xfc','\x06','\x03','\x00','\x80','\x03','\x06','\x61','\xff','\xff','\x30','\x18','\x60','\x32','\x30','\x60','\x04','\x68','\x7f','\x0d','\x8c','\x3f','\x18','\x1f','\xf0','\xf8','\x18','\x60','\x70','\x34','\xe0','\x30','\xc5','\xc0','\x30','\x03','\x80','\x30','\x0e','\xf0','\x38','\x38','\x3f','\x19','\xc0','\x0e','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x00','\xc0','\x07','\x01','\xe0','\x07','\x81','\xe0','\x0f','\x63','\xf0','\x0b','\x32','\xd0','\x1b','\x36','\xd8','\x33','\x04','\xcc','\x63','\x08','\xcf','\x83','\x10','\xc6','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x20','\x60','\x0c','\x3f','\xf7','\xfe','\x30','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x3f','\xe7','\xfc','\x30','\x60','\x00','\x30','\x00','\x0c','\x30','\x0f','\xfe','\x30','\xc2','\x0c','\x3f','\xe2','\x18','\x30','\x01','\x18','\x30','\x01','\xb0','\x30','\x60','\xe0','\x3f','\xf1','\xb0','\x30','\x03','\x1c','\x30','\x06','\x0f','\x30','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x60','\x1c','\x03','\xf2','\x18','\x7e','\x01','\x98','\x06','\x00','\xd8','\x06','\x60','\xd8','\xff','\xf4','\x18','\x06','\x03','\x18','\x06','\x01','\x98','\x0f','\x01','\x98','\x0e','\xc0','\x18','\x1e','\x60','\x1a','\x16','\x6f','\xff','\x26','\x00','\x18','\x46','\x00','\x18','\x86','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x1f','\xe7','\xf8','\x18','\x66','\x18','\x18','\x66','\x18','\x1f','\xe7','\xf8','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x07','\xc0','\x00','\x01','\x80','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\x00','\x00','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x00','\x00','\x00','\x3f','\xe7','\xfc','\x20','\x24','\x04','\x3f','\xe7','\xfc','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x03','\x00','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x06','\x00','\x30','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x07','\xc0','\x00','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x21','\x81','\x80','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x40','\x04','\xdf','\xe0','\x38','\x00','\x00','\x32','\x00','\x17','\xff','\x7f','\xf8','\x30','\x0c','\xc2','\x30','\x0c','\xc3','\x30','\x0c','\xc1','\x30','\x0c','\xc0','\x30','\x08','\xc0','\x30','\x18','\xc1','\xf2','\x10','\xc0','\x62','\x10','\xc0','\x03','\x20','\xff','\xff','\xc0','\x7f','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x21','\x81','\x80','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x18','\x04','\xdf','\xff','\xf8','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x07','\x02','\x0c','\x06','\x03','\xfe','\x06','\x33','\x0c','\xff','\xfb','\x0c','\x06','\x03','\x0c','\x06','\x03','\xfc','\x06','\x03','\x0c','\x26','\xc3','\x0c','\x3f','\xe3','\x0c','\x30','\xc3','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc2','\x0c','\x30','\xc6','\x0c','\x3f','\xc4','\x0c','\x30','\xc8','\x7c','\x30','\x10','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x05','\x81','\x80','\x06','\x00','\x18','\x0f','\xff','\xfc','\x08','\x00','\x18','\x16','\x31','\x98','\x26','\x31','\x98','\x47','\xff','\xb8','\x00','\xc0','\x30','\x03','\x00','\xf0','\x1c','\x80','\x60','\x01','\xc0','\x0c','\x03','\xff','\xfe','\x06','\x00','\x0c','\x18','\x30','\x0c','\x66','\x31','\x8c','\x06','\x31','\x9c','\x07','\xff','\x98','\x00','\xe0','\x38','\x03','\x83','\xf0','\x3c','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\xc4','\x30','\x23','\xe7','\xf8','\x3e','\x06','\x30','\x30','\x06','\x30','\x30','\x86','\x30','\x3f','\xcc','\x3f','\x30','\x08','\x1f','\x30','\x10','\x00','\x30','\x80','\x18','\x3f','\xcf','\xfc','\x30','\x04','\x18','\x30','\x02','\x30','\x31','\xc3','\x60','\xfe','\x01','\xc0','\x78','\x03','\x60','\x30','\x06','\x38','\x30','\x0c','\x1f','\x30','\x30','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x01','\x01','\x00','\x00','\x81','\x80','\x20','\xc1','\x00','\x20','\x42','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xc8','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x08','\x00','\x00','\x0c','\x10','\x0c','\x08','\x1f','\xfe','\x51','\x98','\x8c','\x7f','\xd8','\x8c','\x61','\x98','\x8c','\x61','\x98','\x8c','\x61','\x98','\x8c','\x7f','\x98','\x8c','\x61','\x9f','\xfc','\x61','\x98','\x0c','\x61','\x98','\x00','\x61','\x98','\x02','\x7f','\x98','\x02','\x61','\x98','\x02','\x60','\x18','\x03','\x00','\x1f','\xff','\x00','\x0f','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x00','\x00','\x07','\x40','\x18','\x06','\x7f','\xfc','\x0c','\x60','\x18','\x0c','\x60','\x18','\x18','\x60','\x18','\x18','\x7f','\xf8','\x38','\x63','\x18','\x58','\x03','\x00','\x98','\x03','\x06','\x1b','\xff','\xff','\x18','\x0f','\x40','\x18','\x1b','\x20','\x18','\x33','\x38','\x18','\x63','\x1f','\x18','\xc3','\x0e','\x1b','\x03','\x06','\x18','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x18','\x0c','\x30','\x19','\x0c','\x30','\x18','\x8c','\x37','\xff','\xcc','\x33','\xe0','\xcc','\x32','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\xe1','\xc0','\x00','\xc1','\x80','\x00','\xc1','\x86','\xff','\xff','\xff','\x00','\xc1','\x80','\x04','\xc1','\x80','\x06','\x04','\x00','\x04','\x07','\x00','\x49','\x06','\x06','\x31','\x87','\xff','\x1b','\x0c','\x06','\x1a','\x08','\x06','\x04','\x90','\x06','\x08','\x42','\x06','\xff','\xe1','\x86','\x7e','\x60','\xc6','\x46','\x00','\xc6','\x07','\x00','\x06','\x46','\xc0','\x0e','\x76','\x60','\x0c','\x66','\x60','\x0c','\x46','\x00','\x1c','\x86','\x00','\xf8','\x06','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x06','\xff','\xef','\xff','\x18','\x08','\x00','\x18','\x10','\x60','\x19','\xa7','\x44','\x1f','\xc6','\x5e','\x19','\x86','\x64','\x19','\x87','\xc4','\x19','\x8e','\x44','\x11','\xb6','\x5c','\x31','\x86','\x4c','\x31','\x86','\x42','\x23','\x06','\x02','\x63','\x06','\x03','\x4f','\x07','\xff','\x86','\x03','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x20','\x60','\x06','\x3f','\xe0','\x06','\x30','\x60','\x26','\x30','\x6c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x31','\x01','\x8c','\x31','\xff','\xcc','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x02','\x00','\x00','\x03','\x20','\x80','\x06','\x30','\x60','\x0c','\x62','\x38','\x30','\x81','\x9f','\xc7','\xfe','\xc6','\x03','\x80','\xc0','\x00','\x00','\x00','\x00','\x60','\x0c','\x7f','\xf7','\xfe','\x10','\x62','\x0c','\x0c','\x61','\x8c','\x04','\x60','\x8c','\x00','\xe0','\x1c','\x07','\x60','\xec','\x7c','\x67','\x8c','\x30','\x63','\x0c','\x03','\xe0','\x7c','\x00','\xc0','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x38','\x00','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\xa0','\xc0','\x03','\x18','\x70','\x0e','\x0c','\x3f','\x38','\x0c','\x1e','\xc0','\x00','\x06','\x0f','\xff','\xf0','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x30','\x0c','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x04','\xc3','\x40','\x03','\x00','\x60','\x01','\x00','\x8c','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x18','\x1f','\xff','\xfc','\x00','\xc3','\x18','\x00','\xc3','\x18','\xff','\xff','\xff','\x00','\xc3','\x18','\x00','\xc3','\x18','\x1f','\xff','\xf8','\x01','\xc3','\x18','\x03','\xc3','\x80','\x06','\xc3','\x60','\x0c','\xc3','\x38','\x30','\xc3','\x1f','\xc0','\xc3','\x06','\x00','\xc3','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x00','\x0c','\x31','\xff','\x8c','\x31','\x81','\x8c','\x31','\x81','\x8c','\x31','\xff','\x8c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x8f','\xff','\xff','\xd8','\x06','\x00','\x10','\x06','\x42','\x28','\xc6','\x23','\x8f','\xe6','\x23','\x0c','\xc6','\x33','\x0c','\xc6','\x33','\x0c','\xc6','\x32','\x0f','\xc6','\x02','\x0c','\xc6','\x03','\xc0','\x0e','\xfe','\x00','\x0c','\x70','\x00','\x1c','\x40','\x00','\xf8','\x00','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x0c','\x00','\x10','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x80','\x20','\x18','\xe7','\x38','\x18','\xc6','\x30','\x19','\xa6','\x6c','\x19','\x36','\x46','\x1a','\x36','\x86','\x18','\x06','\x00','\x18','\x06','\x18','\x31','\xff','\xfc','\x30','\x06','\x00','\x20','\x06','\x00','\x40','\x06','\x06','\x8f','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x88','\x00','\x18','\x1c','\x1f','\xff','\xf0','\x00','\x18','\xc6','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\xc0','\x60','\x03','\x07','\xf0','\x1f','\xfc','\x04','\xe3','\x00','\x06','\x03','\xff','\xfe','\x01','\xff','\xfc','\x00','\x00','\x00','\x07','\xff','\xf0','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x06','\x00','\x30','\x07','\xff','\xf0','\x06','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x40','\x0c','\xff','\xef','\xfe','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x3f','\xc3','\xfc','\x30','\x03','\x00','\x30','\x03','\x00','\x30','\x63','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x18','\x61','\x86','\x0c','\x60','\xc6','\x00','\xe0','\x0e','\x03','\x60','\x36','\x1c','\x61','\xc6','\xf8','\xef','\x8e','\x60','\xc6','\x0c','\x07','\xc0','\x7c','\x01','\x80','\x18','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x89','\x80','\x08','\x0e','\x00','\x0e','\x0c','\x06','\x0c','\x0f','\xff','\x1d','\x98','\x30','\x19','\x94','\x60','\x39','\xa2','\xc0','\x39','\x81','\x80','\x59','\x83','\x70','\x99','\x8c','\x3f','\x19','\xb0','\xce','\x19','\x81','\x80','\x19','\x86','\x30','\x19','\x98','\x64','\x19','\x81','\x8e','\x19','\x8e','\x1c','\x18','\x00','\x70','\x18','\x01','\xc0','\x18','\x1e','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x19','\xff','\xf8','\x18','\x00','\x00','\x1f','\xff','\xff','\x18','\xc2','\x04','\x18','\xc1','\x0e','\x18','\xc0','\xd8','\x1b','\xfc','\x70','\x19','\xe0','\x1f','\x19','\x00','\x06','\x30','\x00','\x30','\x37','\xff','\xff','\x20','\x80','\x30','\x60','\x60','\x30','\x40','\x30','\x30','\x80','\x31','\xf0','\x00','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x1f','\xff','\xf8','\x00','\xc2','\x00','\x00','\x81','\x06','\xff','\xff','\xff','\x03','\x00','\x40','\x06','\x06','\x30','\x0c','\x1f','\x1c','\x31','\xf8','\x0f','\xc0','\x18','\x66','\x0f','\xff','\xf0','\x00','\x78','\x00','\x00','\xdf','\x80','\x03','\x98','\xf8','\x0e','\x18','\x3c','\x70','\x18','\x0c','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x8d','\x80','\x10','\x0c','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\x38','\xe0','\x18','\x30','\xc6','\x1f','\xff','\xff','\x18','\x30','\xc0','\x18','\x30','\xc0','\x18','\x3f','\xc0','\x18','\x06','\x00','\x19','\x06','\x18','\x19','\xff','\xfc','\x19','\x86','\x18','\x31','\x86','\x18','\x31','\x86','\x18','\x21','\x86','\x18','\x41','\x86','\x78','\x81','\x86','\x30','\x00','\x06','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\xa1','\x80','\x08','\x30','\x30','\x0f','\xff','\xf8','\x0c','\x02','\x30','\x0c','\x67','\x30','\x0c','\x18','\x30','\x0c','\x36','\x30','\x0d','\xc3','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0e','\x07','\x08','\x0c','\x46','\x1c','\x0f','\xe6','\x70','\x0c','\x07','\x82','\x0c','\x06','\x02','\xff','\xe6','\x03','\x7c','\x07','\xff','\x40','\x03','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x01','\x01','\x00','\x00','\xc1','\x80','\x20','\x42','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xc0','\x38','\x04','\xc0','\x30','\x30','\x1f','\xff','\xf8','\x00','\x60','\x00','\x00','\x60','\x60','\x00','\xff','\xf0','\x00','\xc0','\x60','\x01','\x80','\x60','\x03','\x00','\xe0','\x0c','\x07','\xc0','\x30','\x01','\x80','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x05','\x81','\x80','\x06','\x18','\x18','\x0f','\xff','\xfc','\x0c','\x34','\x18','\x1a','\x62','\x10','\x32','\xc1','\x20','\x49','\x80','\xc0','\x0b','\x00','\x60','\x06','\xff','\x38','\x0c','\x00','\x1f','\x30','\x00','\x06','\xcf','\xff','\xf0','\x00','\x18','\x00','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x30','\x1c','\x18','\x1c','\x30','\x18','\x0e','\xc0','\xf8','\x06','\x00','\x30','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x20','\x1c','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc4','\x00','\x04','\xc7','\x7f','\xfe','\x0e','\x03','\x00','\x0c','\x22','\x0c','\x1c','\x3f','\xfe','\x3c','\x30','\x0c','\x6c','\x30','\x0c','\x8c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x08','\x18','\x10','\x0f','\xff','\xf0','\x08','\x18','\x10','\x0f','\xff','\xf0','\x00','\x18','\x80','\x00','\x18','\x60','\x3f','\xff','\xf8','\x0f','\x01','\x98','\x00','\x01','\x82','\xff','\xff','\xff','\x02','\x01','\x80','\x01','\x81','\x80','\x00','\xc1','\x80','\x00','\xcf','\x80','\x00','\x03','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x0c','\x00','\x10','\x0c','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x18','\x60','\xc0','\x18','\x60','\xc6','\x1f','\xff','\xff','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x7f','\xc0','\x18','\x00','\x00','\x30','\x00','\x00','\x31','\x11','\x08','\x22','\x10','\x84','\x46','\x30','\xc6','\x8e','\x30','\xc3','\x0c','\x30','\xc3','\x03','\x80','\xe0','\x03','\x00','\xc6','\xff','\xff','\xff','\x03','\x00','\xc0','\x03','\x20','\xc0','\x00','\x70','\x00','\x00','\xc1','\x00','\x01','\x00','\xc0','\x1f','\xff','\xe0','\x0f','\x30','\x60','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x88','\xc0','\x07','\x1c','\x70','\x1c','\x31','\x3f','\xe0','\xc3','\x8e','\x07','\x06','\x00','\x00','\x18','\x20','\x00','\xe0','\x70','\x07','\x01','\xc0','\x00','\x07','\x00','\x00','\x78','\x00','\x0f','\x80','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\x00','\x00','\xc1','\xc0','\xff','\xc1','\x86','\x00','\xff','\xff','\x00','\x83','\x00','\x05','\x02','\x10','\x06','\x04','\x0c','\x76','\x3f','\xf6','\x66','\x1e','\x06','\x67','\xc0','\x00','\x66','\x11','\x38','\x66','\x1d','\x30','\x66','\x19','\x30','\x66','\x19','\x30','\x67','\xd9','\x32','\xfe','\x11','\x32','\x70','\x11','\x33','\x40','\x20','\x3f','\x00','\xc0','\x1e','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x06','\xff','\xef','\xff','\x18','\x08','\x00','\x18','\x12','\x00','\x19','\x83','\x0c','\x1f','\xc7','\xfe','\x19','\x84','\xc0','\x19','\x88','\xc0','\x19','\x80','\xc6','\x11','\x9f','\xff','\x31','\x81','\xa0','\x31','\x81','\x90','\x23','\x03','\x18','\x63','\x02','\x0c','\x4f','\x04','\x0f','\x86','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0c','\x42','\x30','\x0c','\x42','\x32','\xff','\xff','\xff','\x0c','\x42','\x30','\x08','\x42','\x3c','\x10','\x7e','\x1c','\x00','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x18','\x06','\xc0','\x18','\x04','\xc8','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x19','\xf0','\x0c','\x18','\x60','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x09','\x81','\x80','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x18','\x00','\x0c','\x10','\x00','\x0c','\x3f','\xff','\x8c','\x40','\x00','\x0c','\x07','\xfc','\x0c','\x04','\x04','\x0c','\x07','\xfc','\x0c','\x00','\x00','\x0c','\x1f','\xff','\x0c','\x18','\x43','\x0c','\x18','\x43','\x0c','\x1f','\xff','\x0c','\x18','\x43','\x0c','\x18','\x43','\x1c','\x1f','\xff','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x7f','\xc7','\xf8','\x10','\xc1','\x18','\x18','\xc1','\x98','\x08','\xc0','\x38','\x02','\xd8','\xd8','\x0c','\xf7','\x18','\x70','\x62','\x18','\x20','\xc1','\x80','\x03','\x10','\xf0','\x1c','\x38','\x3f','\xe0','\x62','\x0e','\x01','\x87','\x00','\x0e','\x1c','\x20','\x00','\x70','\x70','\x07','\x81','\xc0','\x00','\x07','\x00','\x00','\x78','\x00','\x07','\x80','\x00','\x01','\xc3','\x80','\x01','\x83','\x06','\xff','\xff','\xff','\x01','\x83','\x00','\x01','\x83','\x00','\x06','\x00','\xe0','\x06','\x30','\xc6','\xff','\xff','\xff','\x06','\x00','\xc0','\x26','\x44','\xc4','\x3f','\xe7','\xfe','\x26','\x44','\xc4','\x26','\x44','\xc4','\x26','\x44','\xc4','\x26','\xc4','\xcc','\x2e','\x44','\xe4','\x0f','\x01','\xe0','\x1e','\xc1','\xd0','\x16','\x62','\xd8','\x26','\x62','\xcc','\x46','\x04','\xcf','\x86','\x18','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x80','\x70','\x00','\x07','\xf8','\x1f','\xfe','\x20','\x04','\x20','\x30','\x03','\x18','\x60','\x21','\x08','\x86','\x7f','\xff','\xff','\x60','\x00','\x06','\xc8','\x00','\x04','\xcc','\x60','\x70','\x0f','\xe0','\x64','\x18','\x7f','\xfe','\x10','\xc4','\x60','\x28','\xc4','\x60','\x45','\x84','\x62','\x03','\x3f','\xff','\x06','\x00','\x60','\x0c','\x00','\x60','\x18','\x00','\x60','\x60','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\xff','\xcf','\xff','\x70','\x00','\x00','\x00','\x00','\x00','\x3f','\xff','\xfc','\x01','\x03','\x00','\x01','\xc3','\x02','\x03','\x83','\x03','\x0e','\x03','\xff','\xf0','\x01','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x7f','\xff','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x0f','\xff','\xe0','\x00','\x00','\x20','\x0f','\xff','\xe0','\x00','\x00','\x20','\x00','\x00','\x20','\x0f','\xff','\xe0','\x00','\x00','\x00','\x3f','\xc7','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x7f','\xe7','\xfc','\x38','\x00','\x60','\x00','\x00','\x62','\xff','\xff','\xff','\x02','\x00','\x60','\x01','\x80','\x60','\x00','\xc0','\x60','\x00','\xc3','\xe0','\x00','\x00','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x10','\x00','\x04','\xcc','\x60','\x04','\xc5','\x18','\x18','\xc1','\x98','\x18','\x7f','\x80','\x00','\x00','\x00','\x03','\x00','\x30','\x19','\x65','\x94','\x58','\x2d','\x83','\xd8','\x8d','\x8b','\xcf','\x80','\xf8','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\x99','\x00','\x07','\x18','\xe0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x1c','\x00','\x03','\x18','\x60','\x03','\x1f','\xf0','\x03','\x18','\x00','\x03','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x80','\x70','\x33','\x06','\x60','\x33','\x06','\x64','\x33','\xe6','\x7e','\x33','\x06','\x60','\x33','\x06','\x60','\x33','\x06','\x60','\xff','\xe6','\x62','\x7c','\x1f','\xff','\x40','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x10','\x20','\x07','\x0c','\x30','\x8e','\x04','\x46','\x4d','\xff','\xff','\x38','\x04','\x80','\x18','\x04','\x80','\x2c','\x7f','\xfc','\x4c','\x64','\x8c','\x9e','\x64','\x8c','\x16','\x6c','\xfc','\x36','\x68','\x7c','\x26','\x70','\x0c','\x46','\x60','\x0c','\x86','\x7f','\xfc','\x06','\x60','\x0c','\x0c','\x60','\x0c','\x7c','\x7f','\xfc','\x18','\x60','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x10','\x00','\x00','\x0c','\x3f','\xf0','\x06','\x30','\x30','\x06','\x30','\x30','\x80','\x3f','\xf0','\x60','\x30','\x30','\x31','\x30','\x30','\x32','\x3f','\xf0','\x04','\x00','\x00','\x0c','\x80','\x0c','\x18','\xff','\xfe','\xf8','\xc8','\x8c','\x70','\xc8','\x8c','\x30','\xc8','\x8c','\x30','\xc8','\x8c','\x30','\xc8','\x8c','\x38','\xc8','\x8c','\x1b','\xff','\xff','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x00','\x0e','\x70','\xff','\xcc','\x60','\x18','\x0c','\x64','\x18','\x7c','\x7e','\x18','\x0c','\x60','\x3f','\x8c','\x60','\x31','\x8c','\x64','\x21','\xfc','\x7e','\x73','\x0c','\x60','\x4b','\x0c','\x60','\x86','\x0c','\x64','\x06','\x7c','\x7e','\x0c','\x0c','\x60','\x08','\x0c','\x60','\x10','\x0c','\x60','\x20','\x0c','\x66','\xc1','\xff','\xff','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x3c','\x00','\x00','\x72','\x00','\x00','\xc1','\x80','\x03','\x00','\xf0','\x1c','\xff','\x3f','\xe0','\x00','\x0e','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x99','\x30','\x0c','\x5a','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x09','\x81','\x80','\x0c','\x00','\x00','\x0f','\xe0','\x0e','\x18','\xc1','\xcc','\x10','\x81','\x8c','\x21','\x01','\x8c','\x7f','\xf1','\x8c','\xb2','\x31','\x8c','\x32','\x31','\x8c','\x3f','\xf1','\x8c','\x32','\x31','\x8c','\x32','\x31','\x8c','\x32','\x31','\x8c','\x3f','\xf1','\x8c','\x00','\x01','\x8c','\x20','\x20','\x0c','\x24','\x90','\x0c','\x64','\x98','\x0c','\xc4','\x98','\x7c','\xc0','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x1f','\xff','\xf8','\x10','\x42','\x08','\x10','\x42','\x08','\x1f','\xff','\xf8','\x00','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xc0','\x00','\x04','\xdf','\xff','\xf8','\x06','\x03','\x00','\x0f','\xf3','\x08','\x18','\x63','\x3c','\x66','\xc3','\xe0','\x01','\x83','\x02','\x07','\x03','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x18','\x10','\x00','\x18','\x16','\xff','\xff','\xff','\x00','\x18','\x10','\x00','\x18','\x10','\x0f','\xff','\xf0','\x00','\x18','\x00','\x1d','\x19','\x9c','\x18','\xd9','\x18','\x18','\x5a','\x18','\x1b','\xff','\xd8','\x18','\x38','\x18','\x18','\x7e','\x18','\x10','\xd9','\x98','\x31','\x98','\xd8','\x26','\x18','\xd8','\x40','\x18','\x18','\x80','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x99','\x80','\x00','\x18','\x18','\x3f','\xff','\xfc','\x04','\x18','\x40','\x06','\x18','\x60','\x0c','\x18','\xc0','\x0b','\x18','\xb0','\x11','\x19','\x16','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\xff','\x18','\x18','\x81','\x18','\x18','\x81','\x18','\x18','\xff','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x04','\xc3','\x00','\x06','\x00','\xe0','\x04','\x00','\xc0','\x49','\x80','\xc4','\x7f','\xdf','\xfe','\x61','\x84','\x10','\x61','\x82','\x18','\x61','\x82','\x10','\x7f','\x80','\x22','\x60','\x3f','\xff','\x60','\x00','\xc0','\x61','\x80','\xc0','\x7f','\xc0','\xc4','\x61','\x9f','\xfe','\x61','\x80','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc0','\x7f','\x80','\xc0','\x61','\x80','\xc0','\x00','\x00','\xc0','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x80','\x01','\x00','\xe0','\x1f','\xf0','\xc0','\x11','\x10','\xc0','\x7f','\xfc','\x86','\x11','\x11','\xff','\x1f','\xf1','\x0c','\x01','\x03','\x0c','\x1f','\xf2','\x88','\x11','\x14','\x98','\x11','\x10','\x98','\x1f','\xf0','\x50','\x06','\x00','\x70','\xff','\xfc','\x20','\x0c','\x60','\x70','\x38','\xc0','\x50','\x36','\x80','\xd8','\x01','\xc1','\x8f','\x06','\x63','\x0e','\x78','\x6c','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x80','\x00','\x10','\x20','\x80','\x1d','\x24','\xe0','\x19','\x24','\xc0','\x31','\x24','\xc6','\x21','\x24','\xff','\x49','\xfd','\x90','\x8e','\x01','\x1c','\x1c','\x02','\x98','\x19','\x18','\x98','\x31','\xfc','\x58','\x71','\x18','\x50','\xb1','\x18','\x30','\x31','\x18','\x20','\x31','\x19','\x70','\x31','\x1a','\x50','\x31','\x1c','\xd8','\x33','\x38','\x8f','\x32','\x11','\x0e','\x34','\x06','\x06','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\x00','\xe0','\x20','\xc0','\xc0','\x3f','\xe0','\xc4','\x30','\xcf','\xfe','\x30','\xc4','\x10','\x30','\xc2','\x18','\x30','\xc2','\x10','\x3f','\xc0','\x22','\x30','\x1f','\xff','\x30','\x00','\xc0','\x30','\xc0','\xc0','\x3f','\xe0','\xc4','\x38','\xcf','\xfe','\x78','\xc0','\xc0','\x58','\xc0','\xc0','\x58','\xc0','\xc0','\x98','\xc0','\xc0','\x1f','\xc0','\xc0','\x18','\xc0','\xc0','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x06','\x7f','\xef','\xff','\x00','\xc0','\xc0','\x01','\x80','\x80','\x09','\x07','\xfc','\x06','\x06','\x0c','\x02','\x66','\x0c','\xff','\xf7','\xfc','\x06','\x66','\x0c','\x06','\x46','\x0c','\x06','\x87','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x02','\x00','\x06','\x03','\x98','\x3e','\x06','\x06','\x0c','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x20','\x18','\x02','\x3f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\x00','\x00','\x01','\x81','\xc0','\x0f','\xc1','\x84','\xfc','\x3f','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x82','\x0c','\x7f','\xff','\xff','\xc4','\x30','\x0c','\x06','\x30','\x0c','\x0c','\x1f','\x1e','\x18','\x00','\x1d','\x27','\xf8','\x3d','\x86','\x18','\x2d','\x8c','\x30','\x4c','\x1a','\x60','\x8c','\x21','\xc0','\x0c','\x03','\x60','\x0c','\x06','\x38','\x0c','\x18','\x1f','\x0c','\x60','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x07','\x01','\x10','\x06','\x01','\x14','\x7f','\xef','\xfe','\x06','\x01','\x10','\x06','\x01','\x10','\x7f','\xe1','\x12','\x06','\x1f','\xff','\x06','\x00','\x00','\xff','\xf4','\x0c','\x0e','\x07','\xfe','\x1f','\x06','\x0c','\x16','\xc6','\x0c','\x36','\x67','\xfc','\x26','\x66','\x0c','\x46','\x06','\x0c','\x86','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x84','\x00','\x00','\x66','\x0c','\x7f','\x24','\xf8','\x09','\x18','\x90','\x19','\x18','\x90','\x11','\x19','\xf8','\x27','\x18','\x8f','\x40','\x00','\x06','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x18','\x00','\x30','\x30','\x00','\x30','\xc0','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc0','\x20','\x00','\x01','\x98','\x64','\x01','\x8a','\x67','\xff','\xff','\x66','\x01','\x80','\x66','\x01','\x80','\x7e','\xfd','\x88','\x66','\x90','\x8e','\x06','\x90','\xcc','\x06','\xfc','\xd8','\xfe','\x84','\x58','\x26','\x84','\x70','\x26','\xfc','\x20','\x24','\x90','\x72','\x6c','\x90','\xd2','\x48','\xfd','\x9a','\x88','\x03','\x0e','\x10','\x0c','\x07','\x20','\x00','\x03','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xcf','\xff','\xf4','\xc0','\xc0','\x80','\x00','\x80','\x60','\x0f','\xff','\xb0','\x07','\x18','\x30','\x00','\x18','\x00','\x1f','\xff','\xf8','\x00','\x18','\x00','\x7f','\xff','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x80','\x00','\x02','\x02','\x00','\x07','\x03','\x80','\x0c','\x13','\x0c','\x30','\x9f','\xfe','\xcd','\xd8','\x0c','\x23','\x98','\x0c','\x16','\x1f','\xfc','\x0c','\x18','\x0c','\x32','\x18','\x0c','\xc3','\x1f','\xfc','\x05','\x18','\x6c','\x09','\x84','\x60','\x33','\x87','\x60','\xc5','\x86','\x60','\x09','\x86','\x62','\x31','\x8c','\x62','\xc1','\x88','\x63','\x0f','\x10','\x7f','\x06','\x60','\x3e','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x0e','\x10','\x0c','\x0c','\x1f','\xfe','\x7f','\x98','\x8c','\x0c','\x18','\x8c','\x0c','\x1f','\xfc','\x7f','\x98','\x8c','\x0c','\x18','\x8c','\x0c','\x1f','\xfc','\xff','\xc0','\x80','\x0c','\x20','\x86','\x1c','\x3f','\xff','\x1e','\x30','\x86','\x3d','\xb0','\xa6','\x2c','\xb0','\xb6','\x4c','\x37','\xd6','\x8c','\x33','\x06','\x0c','\x30','\x1e','\x0c','\x30','\x0c','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x04','\x00','\x00','\x7f','\xc1','\xc0','\x04','\x01','\x98','\xff','\xef','\xfc','\x11','\x01','\x98','\x31','\xe1','\x98','\xc4','\x05','\x18','\x3f','\x83','\x1a','\x04','\x02','\xdb','\x07','\xc4','\x5f','\xfc','\x18','\x0e','\x60','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\xff','\xff','\xff','\x01','\x80','\x80','\x01','\x00','\x60','\x3f','\xff','\xb0','\x1f','\xc0','\x18','\x10','\x00','\x18','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x08','\xd3','\x10','\x0c','\x18','\x18','\x08','\x10','\x10','\x50','\x7e','\xa0','\x20','\x42','\x40','\x34','\x42','\x68','\x36','\x7e','\x6c','\x0c','\x42','\x18','\x08','\x42','\x10','\x12','\x42','\x24','\x7f','\x7e','\xfe','\x31','\x18','\x62','\x00','\x18','\x00','\xff','\xff','\xff','\x00','\xda','\x00','\x01','\x99','\x80','\x07','\x18','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x01','\x80','\x00','\x07','\xc2','\x0c','\x7e','\x03','\xfe','\x06','\x66','\xcc','\xff','\xf4','\xcc','\x0e','\x09','\x8c','\x1f','\x01','\x1c','\x16','\xc2','\x18','\x26','\x58','\x78','\xc6','\x34','\x30','\x00','\xe3','\x00','\x03','\x81','\xe0','\x1e','\x1c','\x7f','\xe3','\x18','\xce','\x01','\x99','\x80','\x00','\x18','\x00','\x03','\xdb','\xe0','\x7e','\x18','\x7c','\x30','\xf8','\x0c','\x00','\x30','\x00','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x00','\x00','\x00','\x7f','\x1f','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\xff','\x9f','\xf8','\x00','\x18','\x18','\x00','\x18','\x18','\x7f','\x1f','\xf8','\x00','\x06','\x00','\x00','\x0c','\x06','\x7f','\x0f','\xff','\x00','\x18','\x06','\x00','\x79','\x86','\x7f','\x1f','\x06','\x63','\x18','\x86','\x63','\x18','\xce','\x63','\x1f','\xcc','\x7f','\x0f','\xbc','\x63','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x00','\x00','\x06','\x04','\x18','\x04','\x07','\xfc','\x49','\x06','\x18','\x31','\xc6','\x18','\x1b','\x87','\xf8','\x1a','\x06','\x18','\x04','\x86','\x18','\x08','\x47','\xf8','\xff','\xe0','\x00','\x7e','\x68','\x04','\x46','\x0f','\xfe','\x27','\x09','\x24','\x3e','\xc9','\x24','\x36','\x69','\x24','\x66','\x69','\x24','\x46','\x09','\x24','\x86','\x09','\x24','\x06','\x3f','\xff','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x01','\x80','\x01','\x84','\x00','\x0f','\xc6','\x30','\xfc','\x0f','\xf8','\x0c','\x0c','\x60','\x0c','\x18','\x40','\x0d','\xbf','\xfe','\xff','\xd8','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x1e','\x18','\xc6','\x1d','\x98','\xc6','\x3c','\xd8','\xc6','\x2c','\xdf','\xfe','\x4c','\x00','\x00','\x8c','\x00','\x00','\x0c','\x12','\x44','\x0c','\x32','\x22','\x0c','\x63','\x33','\x0c','\x63','\x33','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x06','\x00','\x06','\x26','\x4f','\xff','\x27','\xe0','\xc0','\x26','\x00','\x80','\x26','\x07','\xfc','\x26','\x16','\x0c','\xff','\xfe','\x0c','\x06','\x07','\xfc','\x26','\x46','\x0c','\x36','\x26','\x0c','\x66','\x37','\xfc','\x46','\xb6','\x0c','\x9e','\xc6','\x0c','\x0d','\xc6','\x0c','\x01','\x87','\xfc','\x03','\x02','\x00','\x06','\x03','\x98','\x0c','\x06','\x06','\x30','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x06','\x00','\x06','\x06','\x0f','\xff','\xff','\xf0','\xc0','\x06','\x00','\x80','\x06','\x07','\xfc','\x7f','\xe6','\x0c','\x46','\x26','\x0c','\x46','\x27','\xfc','\x46','\x26','\x0c','\x7f','\xe6','\x0c','\x06','\x07','\xfc','\x0e','\x06','\x0c','\x0f','\x06','\x0c','\x1e','\xc6','\x0c','\x16','\x67','\xfc','\x26','\x62','\x00','\xc6','\x03','\x98','\x06','\x06','\x06','\x06','\x18','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\x3f','\xe7','\xfc','\x30','\x80','\x0c','\x30','\xcc','\x0c','\x31','\x88','\x0c','\x31','\xff','\xcc','\x33','\x08','\x0c','\x35','\xff','\x8c','\x31','\x08','\x0c','\x31','\xff','\x8c','\x31','\x08','\x0c','\x31','\xff','\xcc','\x31','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x98','\x00','\x00','\x1f','\xf0','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x60','\x06','\x18','\x7f','\x94','\x1f','\xe0','\x18','\x18','\x3f','\xf8','\x18','\x00','\x00','\x19','\xff','\xf0','\x19','\x04','\x10','\x19','\xff','\xf0','\x31','\x04','\x10','\x31','\xff','\xf0','\x20','\x00','\x00','\x63','\xff','\xf8','\x43','\x11','\x18','\x83','\x11','\x18','\x03','\x11','\x18','\x1f','\xff','\xff','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x00','\x00','\x07','\x03','\x80','\x06','\x63','\x06','\x7f','\xf3','\xff','\x10','\x83','\x00','\x08','\x83','\x00','\x09','\x33','\xfc','\xff','\xf8','\x0c','\x00','\x00','\x0c','\x3f','\xe3','\xfc','\x30','\x63','\x00','\x30','\x63','\xfc','\x3f','\xe3','\x00','\x30','\x63','\xfc','\x30','\x63','\x00','\x3f','\xe3','\xfc','\x30','\x63','\x02','\x30','\x63','\x03','\x33','\xe3','\xff','\x30','\xc1','\xfe','\x01','\xc1','\xc0','\x01','\x81','\x80','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x09','\x81','\x80','\x0c','\x04','\x08','\x0f','\xe3','\x0c','\x18','\xc1','\x08','\x10','\x80','\x10','\x21','\x07','\xfe','\x7f','\xe0','\x60','\xb2','\x60','\x60','\x32','\x60','\x64','\x3f','\xe7','\xfe','\x32','\x60','\x60','\x32','\x60','\x60','\x3f','\xe0','\x62','\x00','\x0f','\xff','\x20','\x40','\x60','\x29','\x20','\x60','\x69','\x30','\x60','\xc9','\x30','\x60','\xc0','\x00','\x60','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x01','\x81','\x80','\x04','\x00','\x00','\x06','\x07','\xf8','\x04','\x04','\x08','\x49','\x07','\xf8','\x31','\x84','\x08','\x1b','\x07','\xf8','\x1a','\x00','\x00','\x04','\x1f','\xfe','\x08','\x99','\x26','\xff','\xd9','\x26','\x7e','\xdf','\xfe','\x46','\x00','\x00','\x27','\x0f','\xfc','\x3e','\x82','\x18','\x36','\xc1','\x30','\x66','\xc0','\xe0','\x46','\x01','\xb8','\x86','\x06','\x1f','\x06','\x38','\x06','\x01','\xc1','\xc0','\x01','\x81','\x86','\xff','\xff','\xff','\x01','\x81','\x80','\x00','\x00','\x00','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x08','\x00','\x00','\x0c','\x04','\x20','\x49','\x06','\x30','\x31','\x8c','\x44','\x13','\x0f','\xfe','\x04','\x1c','\x40','\x08','\xac','\x40','\xff','\xcf','\xfc','\x7e','\xcc','\x40','\x06','\x0c','\x40','\x26','\xcf','\xfc','\x36','\x6c','\x40','\x66','\x6c','\x42','\x86','\x0f','\xff','\x06','\x0c','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x00','\x1f','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x06','\x1f','\xff','\xff','\x18','\x00','\x06','\x18','\x1c','\x04','\x18','\x18','\x08','\x18','\x18','\x00','\x18','\x18','\x00','\x18','\x18','\x18','\x1b','\xff','\xfc','\x18','\x18','\x00','\x18','\x18','\x00','\x30','\x18','\x00','\x30','\x18','\x02','\x20','\x18','\x02','\x60','\x18','\x02','\x40','\x18','\x03','\x80','\x1f','\xff','\x00','\x0f','\xfe','\x00','\x00','\x38','\x00','\x01','\xfc','\x10','\x3f','\xc0','\x1f','\xc6','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x18','\x06','\x06','\x1f','\xff','\xff','\x18','\x06','\x00','\x18','\x06','\x00','\x1a','\x06','\x0c','\x1b','\xff','\xfe','\x1b','\x06','\x0c','\x33','\x06','\x0c','\x33','\x06','\x0c','\x23','\x06','\x0c','\x63','\x06','\x0c','\x43','\x06','\x0c','\x83','\x06','\x7c','\x03','\x06','\x18','\x00','\x06','\x00','\x00','\x38','\x00','\x00','\x30','\x30','\x00','\x3f','\xf8','\x00','\x30','\x00','\x10','\x30','\x06','\x1f','\xff','\xff','\x18','\x30','\x06','\x18','\x30','\x04','\x18','\x3f','\xc0','\x1b','\xf0','\x08','\x18','\x30','\x0c','\x18','\x3f','\xfc','\x18','\x1f','\xf8','\x18','\x00','\x00','\x18','\x0c','\x00','\x18','\x0c','\x0c','\x37','\xff','\xfe','\x30','\x40','\xc0','\x20','\x21','\x80','\x60','\x13','\x00','\x40','\x0e','\x00','\x80','\x3b','\xe0','\x01','\xe0','\xff','\x1e','\x00','\x1e','\x21','\x80','\xe0','\x3f','\xc0','\xc4','\x31','\x80','\xfe','\x31','\x80','\xc0','\x31','\x90','\xc2','\x31','\x9f','\xff','\x3f','\x98','\x06','\x31','\x98','\xc4','\x00','\x18','\xc0','\x00','\x18','\xf0','\xff','\xfb','\xc4','\x18','\x18','\xc6','\x18','\x18','\xfe','\x19','\x98','\x7c','\x3f','\xd8','\x00','\x31','\x99','\x00','\x01','\x99','\xdc','\x01','\x99','\x98','\x01','\x91','\x98','\x03','\x91','\x9a','\x03','\x31','\x1a','\x07','\x23','\x1b','\x3e','\x42','\x1f','\x0c','\x0c','\x0e','\x03','\x80','\x00','\x03','\x20','\x0c','\x03','\xf7','\xfe','\x03','\x00','\xc0','\x43','\x10','\xc0','\x7f','\xf8','\xc0','\x60','\x30','\xc0','\x66','\x20','\xc6','\x67','\x8f','\xff','\x7e','\x21','\x80','\x66','\x31','\x80','\x63','\xf1','\x80','\x64','\x01','\x8c','\x66','\xc3','\xfe','\x64','\x83','\x0c','\x6f','\xf8','\x0c','\x68','\x80','\x0c','\x7f','\xf0','\x0c','\x68','\x80','\x0c','\x4f','\xf0','\x0c','\x48','\x80','\x1c','\x48','\x80','\x18','\x8f','\xf8','\xf8','\x08','\x00','\x30','\x00','\x00','\x30','\xff','\xff','\xf8','\x00','\x00','\x30','\x00','\x00','\x30','\x00','\x0e','\x30','\x00','\xff','\x30','\x3f','\xf0','\x30','\x00','\xc0','\x30','\x00','\xc0','\x30','\x20','\xc3','\x30','\x3f','\xff','\xb0','\x30','\xc3','\x30','\x30','\xc3','\x30','\x30','\xc3','\x30','\x30','\xc3','\x30','\x3f','\xff','\x30','\x30','\xc3','\x12','\x00','\xc0','\x12','\x00','\xc2','\x1a','\x00','\xc1','\x0a','\x00','\xc1','\x8e','\xff','\xff','\xc6','\x7f','\x00','\xc7','\x40','\x00','\xc3','\x0e','\x00','\xc7','\x0c','\x7f','\xe6','\x0c','\x00','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\xc6','\x4c','\x90','\xc6','\x7f','\xdf','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\x06','\x4c','\x98','\xc6','\x4c','\x9f','\xe6','\x7f','\xb0','\xc6','\x4c','\xb0','\xc6','\x0c','\x00','\xc6','\x0c','\x00','\xc6','\x0c','\x80','\xc6','\x0c','\x80','\xc6','\x0f','\xc1','\xc6','\xfc','\xc1','\x86','\x70','\xc3','\x86','\x40','\x1f','\x06','\x00','\x06','\x06','\x07','\x00','\x20','\x06','\x02','\x20','\x06','\x03','\xa0','\x06','\x03','\x20','\x06','\x03','\x10','\x46','\x63','\x10','\x7f','\xf2','\x10','\x66','\x62','\x18','\x66','\x66','\x08','\x66','\x64','\x0c','\x66','\x65','\x0f','\x66','\x69','\xc6','\x66','\x71','\x86','\x7f','\xe1','\x80','\x66','\x61','\x80','\x06','\x01','\x00','\x06','\x01','\x10','\x06','\x43','\x08','\x06','\x62','\x0c','\x07','\xe2','\x04','\xfe','\x62','\x3e','\x78','\x1f','\xe6','\x40','\x0f','\x06','\x00','\x08','\x06','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x30','\x18','\x00','\x60','\x00','\x00','\x80','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x00','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xe0','\x06','\x20','\x00','\x06','\x07','\x00','\x1c','\x06','\x00','\x18','\x06','\x02','\x18','\x06','\x01','\x98','\x06','\x00','\xd8','\x46','\x60','\xd8','\x7f','\xf0','\x18','\x66','\x60','\x18','\x66','\x64','\x18','\x66','\x63','\x18','\x66','\x61','\x98','\x66','\x61','\x98','\x66','\x60','\x18','\x7f','\xe0','\x18','\x66','\x60','\x1a','\x06','\x00','\x1f','\x06','\x00','\xf8','\x06','\x4f','\x18','\x06','\x20','\x18','\x0f','\xf0','\x18','\xfe','\x30','\x18','\x70','\x30','\x18','\x40','\x00','\x18','\x00','\x00','\x18','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x4c','\x90','\xc6','\x7f','\xdf','\xff','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xa6','\x4c','\x99','\xa6','\x7f','\x99','\x36','\x4c','\x99','\x36','\x0c','\x1a','\x36','\x0c','\x18','\x06','\x0d','\x18','\x06','\x0c','\x98','\x06','\x0f','\xd8','\x06','\xfc','\xd8','\x06','\x70','\xd8','\x06','\x40','\x18','\x3e','\x00','\x18','\x0c','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xcc','\x46','\x6f','\xfe','\x7f','\xf0','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xcc','\x66','\x6f','\xfe','\x66','\x60','\xc0','\x66','\x60','\xc0','\x7f','\xe0','\xc0','\x66','\x60','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x06','\x40','\xc0','\x06','\x20','\xc0','\x0f','\xf0','\xc0','\xfe','\x30','\xc0','\x70','\x30','\xc0','\x40','\x00','\xc0','\x00','\x00','\xc0','\x07','\x03','\x8e','\x06','\x03','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x46','\x63','\x0c','\x7f','\xff','\xff','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x7f','\xe3','\xfc','\x66','\x63','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x06','\x43','\x0c','\x06','\x23','\x0c','\x0f','\xf3','\x0c','\xfe','\x33','\x0c','\x70','\x33','\xfc','\x40','\x03','\x0c','\x00','\x03','\x0c','\x07','\x00','\x18','\x06','\x00','\x3c','\x06','\x00','\x70','\x06','\x04','\xc0','\x06','\x07','\x00','\x46','\x66','\x00','\x7f','\xf6','\x00','\x66','\x66','\x00','\x66','\x66','\x0c','\x66','\x67','\xfe','\x66','\x66','\x30','\x66','\x66','\x30','\x66','\x66','\x30','\x7f','\xe6','\x30','\x66','\x66','\x30','\x06','\x06','\x30','\x06','\x06','\x30','\x06','\x46','\x30','\x06','\x66','\x30','\x07','\xe6','\x30','\xfe','\x66','\x30','\x70','\x06','\x36','\x40','\x7f','\xff','\x00','\x00','\x00','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc6','\x7f','\xff','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x64','\xcc','\x7f','\xe7','\xfe','\x66','\x66','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x46','\x0c','\x06','\x26','\x0c','\x0f','\xf6','\x0c','\xfe','\x36','\x0c','\x70','\x37','\xfc','\x40','\x06','\x0c','\x00','\x06','\x0c','\x07','\x04','\x18','\x06','\x07','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x06','\x06','\x18','\x46','\x66','\x18','\x7f','\xf6','\x18','\x66','\x66','\x18','\x66','\x67','\xf8','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x66','\x66','\x18','\x7f','\xe6','\x18','\x66','\x66','\x18','\x06','\x07','\xf8','\x06','\x06','\x18','\x06','\x46','\x18','\x06','\x66','\x18','\x07','\xe6','\x18','\xfe','\x66','\x18','\x70','\x06','\x1a','\x40','\x3f','\xff','\x00','\x00','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x4c','\x90','\xc6','\x7f','\xdf','\xff','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x7f','\x9f','\xfe','\x4c','\x98','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x98','\xc6','\x0c','\x98','\xc6','\x0f','\xd8','\xc6','\xfc','\xd8','\xc6','\x70','\xdf','\xfe','\x40','\x18','\x06','\x00','\x18','\x06','\x07','\x01','\x80','\x06','\x01','\x80','\x06','\x01','\x40','\x06','\x03','\x40','\x06','\x03','\x20','\x46','\x62','\x30','\x7f','\xf6','\x18','\x66','\x64','\x1f','\x66','\x68','\x0e','\x66','\x73','\xe6','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\x0c','\x7f','\xef','\xfe','\x66','\x61','\x8c','\x06','\x01','\x8c','\x06','\x01','\x8c','\x06','\x41','\x8c','\x06','\x21','\x8c','\x0f','\xf1','\x8c','\xfe','\x31','\xbc','\x70','\x31','\x98','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x20','\x06','\x0e','\x3f','\xff','\x0c','\x30','\x00','\x0c','\x31','\x10','\x0c','\x3f','\xfe','\x4c','\xb1','\x10','\x7f','\xb1','\x10','\x4c','\xb7','\xfc','\x4c','\xb4','\x44','\x4c','\xb4','\x44','\x4c','\xb7','\xfc','\x4c','\xb4','\x44','\x4c','\xb4','\x44','\x7f','\xb7','\xfc','\x4c','\xb0','\x40','\x4c','\x28','\x42','\x0d','\x2f','\xff','\x0f','\xa8','\x42','\x1c','\xe8','\x52','\xf8','\x48','\x7a','\x60','\x4b','\xca','\x40','\xc9','\x02','\x00','\x88','\x1e','\x03','\x08','\x0c','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\x06','\x00','\x0c','\x06','\x0c','\x0c','\x07','\xfe','\x4c','\x8c','\x0c','\x7f','\xcc','\x0c','\x4c','\x88','\x0c','\x4c','\x9f','\xcc','\x4c','\x90','\xcc','\x4c','\xa0','\xcc','\x4c','\x80','\xcc','\x4c','\x88','\xcc','\x7f','\x8f','\xcc','\x4c','\x8c','\x0c','\x0c','\x0c','\x18','\x0c','\x0c','\xf8','\x0c','\x8c','\x30','\x0c','\x8c','\x02','\x0f','\xcc','\x02','\xfc','\xcc','\x02','\x70','\xcc','\x03','\x40','\x0f','\xff','\x00','\x07','\xfe','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x4c','\x98','\x06','\x7f','\xd9','\xe6','\x4c','\x99','\x26','\x4c','\x99','\x26','\x4c','\x99','\x26','\x4c','\x99','\x26','\x4c','\x99','\x26','\x4c','\x99','\x26','\x7f','\x99','\x26','\x4c','\x99','\x26','\x0c','\x19','\xe6','\x0c','\x18','\x06','\x0c','\x98','\x06','\x0c','\x98','\x06','\x0f','\xd8','\x06','\xfc','\xd8','\x06','\x70','\xdf','\xfe','\x40','\x18','\x06','\x00','\x18','\x06','\x07','\x00','\x18','\x06','\x00','\xfc','\x06','\x0f','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x66','\x60','\xc6','\x66','\x7f','\xff','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x66','\x60','\xc0','\x7f','\xe4','\xcc','\x66','\x67','\xfe','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x46','\x0c','\x06','\x26','\x0c','\x0f','\xf6','\x0c','\xfe','\x36','\x0c','\x70','\x36','\x0c','\x40','\x07','\xfc','\x00','\x06','\x0c','\x00','\x10','\x60','\x03','\x1f','\xf0','\x7f','\x98','\x60','\x0c','\x18','\x60','\x0c','\x1c','\x60','\x0c','\x1a','\x60','\x0c','\x1b','\x62','\x0c','\x9b','\x62','\x0f','\x30','\x63','\xfc','\x30','\x7f','\x70','\x60','\x3e','\x41','\x80','\x00','\x00','\x1c','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xe0','\x06','\x20','\x00','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xff','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x01','\x00','\x01','\xc0','\x80','\x03','\x98','\x40','\x06','\x18','\x30','\x0f','\xff','\xfc','\x36','\x18','\x6f','\xc6','\x18','\x66','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x00','\x18','\x40','\x00','\x18','\x30','\x3f','\xff','\xd8','\x1f','\xe0','\x0c','\x10','\x00','\x0c','\x07','\x00','\x70','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x66','\x06','\x0f','\xff','\x46','\x60','\x00','\x7f','\xf2','\x00','\x66','\x63','\x88','\x66','\x63','\x06','\x66','\x66','\x03','\x66','\x64','\x03','\x66','\x68','\x10','\x66','\x62','\x1c','\x7f','\xe2','\x18','\x66','\x61','\x18','\x06','\x01','\x30','\x06','\x00','\xb0','\x06','\x40','\xe0','\x06','\x20','\x40','\x0f','\xf0','\xe0','\xfe','\x31','\xb8','\x70','\x33','\x1f','\x40','\x06','\x0e','\x00','\x18','\x06','\x0e','\x00','\xe0','\x0c','\x08','\xc0','\x0c','\x0e','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xcc','\x4c','\x8f','\xfe','\x7f','\xc8','\xc0','\x4c','\x88','\xc0','\x4c','\x90','\xc0','\x4c','\x80','\xc0','\x4c','\x80','\xc6','\x4c','\xbf','\xff','\x4c','\x83','\xd0','\x7f','\x83','\xd0','\x4c','\x82','\xd0','\x0c','\x06','\xd8','\x0c','\x86','\xc8','\x0c','\xc4','\xcc','\x0f','\xcc','\xcc','\x1c','\xc8','\xcf','\xf8','\x10','\xc6','\x60','\x20','\xc6','\x40','\x00','\xc0','\x00','\x00','\xc0','\x0e','\x03','\x80','\x0c','\x03','\x08','\x0c','\x03','\x0e','\x0c','\x03','\x2c','\x0c','\x1f','\xfc','\x4c','\x83','\x18','\x7f','\xc3','\x18','\x4c','\x83','\x30','\x4c','\x83','\x26','\x4c','\xff','\xff','\x4c','\x80','\xc0','\x4c','\x80','\x80','\x4c','\x81','\x80','\x7f','\x83','\x04','\x4c','\x83','\x0e','\x0c','\x07','\x18','\x0c','\x0b','\x60','\x0c','\xb3','\x80','\x0c','\x83','\x00','\x0f','\xc3','\x02','\xfc','\xc3','\x02','\x70','\xc3','\x03','\x40','\x03','\xff','\x00','\x01','\xfe','\x0e','\x00','\x0c','\x0c','\x0c','\x3e','\x0c','\x7e','\xf0','\x0c','\x0c','\x10','\x0c','\x0c','\x10','\x4c','\x88','\x10','\x7f','\xd8','\x90','\x4c','\x98','\x90','\x4c','\x90','\x90','\x4c','\x96','\x92','\x4c','\xbe','\x9f','\x4c','\xb6','\x90','\x4c','\x86','\x90','\x7f','\x84','\x90','\x4c','\xa4','\x90','\x0c','\x2c','\x90','\x0c','\x28','\x90','\x0d','\x28','\x92','\x0d','\x93','\xff','\x0f','\x90','\x00','\xfc','\xac','\x00','\x70','\x27','\xff','\x40','\x41','\xfe','\x00','\x80','\x00','\x0e','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x4c','\x8c','\x0c','\x7f','\xcf','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x7f','\x8c','\x0c','\x4c','\x8f','\xfc','\x0c','\x00','\x60','\x0c','\x04','\x60','\x0c','\x87','\x60','\x0c','\x86','\x60','\x0f','\xc6','\x62','\xfc','\xc4','\x62','\x70','\xcc','\x62','\x40','\x08','\x63','\x00','\x10','\x7f','\x00','\x60','\x3e','\x0e','\x02','\x18','\x0c','\x03','\xfc','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x1b','\x18','\x4c','\x9b','\x18','\x7f','\xdb','\x18','\x4c','\x9b','\xf8','\x4c','\x9b','\x18','\x4c','\x98','\x00','\x4c','\x98','\x00','\x4c','\x9f','\xf8','\x4c','\x98','\x18','\x7f','\x98','\x18','\x4c','\x80','\x18','\x0c','\x00','\x1a','\x0c','\x3f','\xff','\x0c','\x80','\x00','\x0c','\x84','\x20','\x0f','\xc7','\x18','\xfc','\xce','\x0c','\x70','\x0c','\x06','\x40','\x18','\x07','\x00','\x60','\x03','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x04','\x00','\x00','\x07','\x00','\x00','\x06','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x60','\x0c','\x18','\x60','\x0c','\x3f','\xff','\x0c','\xcc','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0f','\xff','\x0c','\x00','\x60','\x0c','\x00','\x64','\x0c','\x00','\x63','\x0c','\x3f','\xfd','\x9c','\x1f','\x81','\x98','\x10','\x00','\x78','\x00','\x00','\x30','\x10','\x00','\x0c','\x1f','\xff','\xfe','\x18','\x00','\x00','\x19','\xff','\xf0','\x18','\x00','\x00','\x18','\x00','\x06','\x1f','\xff','\xff','\x18','\xc4','\x18','\x18','\xc2','\x1c','\x18','\xc1','\x20','\x10','\xc0','\xc0','\x37','\xfc','\x78','\x23','\xc0','\x1f','\x40','\x1c','\x06','\x80','\x18','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xe0','\x06','\x20','\x00','\x06','\x0e','\x10','\x10','\x0c','\x0c','\x1c','\x0c','\x06','\x18','\x0c','\x06','\x30','\x0c','\x00','\x20','\x4c','\x90','\x4c','\x7f','\xdf','\xfe','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x7f','\x80','\x60','\x4c','\x84','\x60','\x0c','\x07','\x60','\x0c','\x06','\x60','\x0c','\x86','\x60','\x0c','\xc6','\x62','\x0f','\xcc','\x62','\xfc','\xcc','\x62','\x70','\x18','\x63','\x40','\x30','\x7f','\x00','\xc0','\x3e','\x03','\x00','\x0c','\xff','\x80','\xfe','\x06','\x3f','\xc0','\x0c','\x00','\xc0','\x18','\x18','\xcc','\x31','\x98','\xfe','\x7f','\xd8','\xc0','\x61','\x98','\xc0','\x03','\x18','\xc6','\x13','\x7f','\xff','\x0e','\x00','\x00','\x07','\x80','\x00','\x0c','\xff','\xff','\x30','\x1f','\xfe','\xc0','\x18','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xc0','\x0e','\x20','\x00','\x06','\x07','\x00','\x06','\x06','\x00','\x3f','\x06','\x0f','\xf0','\x06','\x00','\x84','\x06','\x08','\x47','\x46','\x64','\x66','\x7f','\xf6','\x64','\x66','\x66','\x08','\x66','\x60','\x04','\x66','\x67','\xfe','\x66','\x60','\x0c','\x66','\x60','\x08','\x66','\x60','\x50','\x7f','\xe0','\x60','\x66','\x60','\x66','\x06','\x0f','\xff','\x06','\x00','\x60','\x06','\x40','\x60','\x06','\x20','\x60','\x0f','\xf0','\x60','\xfe','\x30','\x60','\x70','\x30','\x60','\x40','\x03','\xe0','\x00','\x00','\xc0','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x40','\x0c','\x06','\x20','\x4c','\x86','\x20','\x7f','\xcc','\x30','\x4c','\x88','\x18','\x4c','\x9f','\xfc','\x4c','\xa1','\x8f','\x4c','\xc1','\x86','\x4c','\x81','\x80','\x4c','\x81','\x80','\x7f','\xbf','\xfe','\x4c','\x81','\x80','\x0c','\x11','\x80','\x0d','\x1d','\x90','\x0d','\x99','\x88','\x0f','\x99','\x8c','\xfc','\xb1','\x86','\x70','\x21','\x86','\x40','\x41','\x86','\x00','\x0f','\x80','\x00','\x03','\x00','\x0e','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x00','\x18','\x0c','\x02','\x10','\x0c','\x01','\xa0','\x4c','\x80','\xc0','\x7f','\xd0','\xc6','\x4c','\x9f','\xff','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x4c','\x98','\xc6','\x7f','\x98','\xc6','\x4c','\x98','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x98','\xc6','\x0c','\x98','\xc6','\x0f','\xd8','\xc6','\xfc','\xd8','\xc6','\x70','\xd8','\xc6','\x40','\x18','\xde','\x00','\x18','\xcc','\x0e','\x01','\x87','\x0c','\x07','\xc6','\x0c','\x3e','\x06','\x0c','\x06','\x26','\x0c','\x06','\x26','\x4c','\x86','\x26','\x7f','\x86','\xa6','\x4c','\xff','\xe6','\x4c','\x86','\x26','\x4c','\x86','\x26','\x4c','\x8e','\x26','\x4c','\x8f','\x26','\x4c','\x8e','\xa6','\x7f','\x8e','\xa6','\x4c','\x9e','\xa6','\x0c','\x16','\x26','\x0c','\x16','\x26','\x0c','\xa6','\x26','\x0c','\x86','\x06','\x0f','\xc6','\x06','\xfc','\xc6','\x06','\x70','\xc6','\x06','\x40','\x06','\x3e','\x00','\x06','\x0c','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x8f','\xf8','\x7f','\xcc','\x18','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8f','\xf8','\x4c','\x83','\x00','\x4c','\x83','\x00','\x4c','\x86','\x06','\x7f','\x87','\xff','\x4c','\x89','\x26','\x0c','\x13','\x26','\x0c','\x22','\x66','\x0c','\x86','\x46','\x0c','\x8c','\xc6','\x0f','\xd1','\x8e','\xfc','\xc3','\x0c','\x70','\xc6','\x1c','\x40','\x18','\xf8','\x00','\x00','\x30','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x21','\x80','\x0c','\x21','\x86','\x0c','\x3f','\xff','\x4c','\x60','\x06','\x7f','\xe0','\x04','\x4c','\x98','\x00','\x4c','\x92','\x44','\x4c','\x9f','\x7e','\x4c','\x92','\x44','\x4c','\x92','\x44','\x4c','\x92','\x44','\x7f','\xb2','\x44','\x4c','\x2a','\x44','\x0c','\x4a','\x44','\x0c','\x06','\x5c','\x0c','\x84','\x4c','\x0c','\x84','\x40','\x0f','\xc8','\x42','\xfc','\xc8','\x42','\x70','\x10','\x43','\x40','\x20','\x7f','\x00','\x40','\x3e','\x0e','\x01','\xc8','\x0c','\x31','\x8e','\x0c','\x19','\x8c','\x0c','\x19','\x98','\x0c','\x01','\x90','\x4c','\xbf','\xfe','\x7f','\xc3','\x40','\x4c','\x83','\x40','\x4c','\x82','\x26','\x4c','\xff','\xff','\x4c','\x86','\x30','\x4c','\x8c','\x18','\x4c','\x88','\x0c','\x7f','\x9f','\xff','\x4c','\xa0','\x36','\x0c','\x00','\x30','\x0c','\x08','\x30','\x0c','\x8f','\xf0','\x0c','\x8c','\x30','\x0f','\xcc','\x04','\xfc','\xcc','\x04','\x70','\xcc','\x06','\x40','\x0f','\xfe','\x00','\x07','\xfc','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc4','\x0c','\x1f','\xfe','\x0c','\x00','\xc0','\x4c','\x80','\xc8','\x7f','\xcf','\xfc','\x4c','\x80','\xc0','\x4c','\x80','\xc2','\x4c','\xbf','\xff','\x4c','\x80','\x00','\x4c','\x80','\x00','\x4c','\x8f','\xfc','\x7f','\x8c','\x0c','\x4c','\x8c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x8c','\x0c','\x0c','\x8f','\xfc','\x0f','\xcc','\x0c','\xfc','\xcc','\x0c','\x70','\xcc','\x0c','\x40','\x0c','\x7c','\x00','\x0c','\x18','\x0e','\x1c','\x06','\x0c','\x18','\x0f','\x0c','\x18','\xb8','\x0c','\x18','\xc0','\x0c','\x1a','\xc0','\x4c','\xff','\xc0','\x7f','\x98','\xc0','\x4c','\x98','\xc6','\x4c','\x98','\xff','\x4c','\xbc','\xcc','\x4c','\xba','\xcc','\x4c','\xba','\xcc','\x4c','\xba','\xcc','\x7f','\xf8','\xcc','\x4c','\x58','\xcc','\x0c','\x58','\xcc','\x0c','\x98','\xcc','\x0c','\x18','\xcc','\x0c','\x98','\x8c','\x0f','\xd8','\x8c','\xfc','\xd9','\x8c','\x70','\xd9','\x0c','\x40','\x1a','\x0c','\x00','\x18','\x0c','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\xe6','\x4c','\x98','\xc6','\x7f','\xd8','\xc6','\x4c','\x9b','\xf6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x98','\xc6','\x4c','\x9b','\xf6','\x4c','\x98','\x06','\x7f','\x98','\x06','\x4c','\x99','\xe6','\x0c','\x19','\x26','\x0c','\x99','\x26','\x0c','\x99','\x26','\x0f','\xd9','\x26','\xfc','\xd1','\xe6','\x70','\x30','\x06','\x40','\x20','\x06','\x00','\x40','\x3e','\x00','\x80','\x0c','\x00','\xe1','\xc0','\x00','\xc1','\x82','\x7f','\xc1','\xff','\x00','\xc1','\x80','\x00','\xc1','\x84','\x3f','\xc1','\xfe','\x00','\xc1','\x80','\x00','\xc1','\x80','\xff','\x81','\x82','\x79','\x81','\xff','\x43','\x01','\x80','\x06','\x01','\x80','\x18','\x1c','\x00','\x00','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x00','\x18','\x20','\x00','\x18','\x18','\x7f','\xff','\xec','\x3f','\xe0','\x06','\x20','\x00','\x06','\x0e','\x00','\x06','\x0c','\x1f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x08','\x0c','\x4c','\x8f','\xfe','\x7f','\xcc','\x0c','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x80','\x00','\x4c','\x90','\x06','\x7f','\x9f','\xff','\x4c','\x98','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x9f','\xfe','\x0c','\x98','\xc6','\x0f','\xd8','\xc6','\xfc','\xd8','\xc6','\x70','\xdf','\xfe','\x40','\x18','\x06','\x00','\x18','\x06','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x4c','\x98','\xc6','\x7f','\xd8','\xc6','\x4c','\x98','\xc6','\x4c','\x9f','\xfe','\x4c','\x98','\x06','\x4c','\x80','\x00','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x7f','\x8c','\x0c','\x4c','\x8f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x8f','\xfc','\x0c','\x8c','\x0c','\x0f','\xcc','\x0c','\xfc','\xcc','\x0c','\x70','\xcc','\x0c','\x40','\x0c','\x7c','\x00','\x0c','\x18','\x0e','\x04','\x18','\x0c','\x07','\xfc','\x0c','\x06','\x18','\x0c','\x06','\x18','\x0c','\x06','\x18','\x4c','\x86','\xf8','\x7f','\xc6','\x98','\x4c','\x86','\x98','\x4c','\x86','\x98','\x4c','\x96','\x9a','\x4c','\x9f','\xff','\x4c','\x98','\x06','\x4c','\x98','\x06','\x7f','\x99','\xe6','\x4c','\x99','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x0c','\x99','\x26','\x0c','\x99','\x26','\x0f','\xd9','\xe6','\xfc','\xd8','\x06','\x70','\xd8','\x06','\x40','\x18','\x3e','\x00','\x18','\x0c','\x0e','\x03','\x0e','\x0c','\x0f','\x8c','\x0c','\x7c','\x0c','\x0c','\x0c','\x4c','\x0c','\x0c','\x6c','\x4c','\x8c','\x6c','\x7f','\x8d','\x0c','\x4c','\xff','\x8c','\x4c','\x8c','\x0c','\x4c','\x8c','\x4c','\x4c','\x9c','\x6c','\x4c','\x9e','\x6c','\x4c','\x9d','\x0c','\x7f','\xbd','\x0c','\x4c','\xac','\x0c','\x0c','\x2c','\x0f','\x0c','\x4c','\x7c','\x0c','\x0d','\xcc','\x0c','\x8c','\x0c','\x0f','\xcc','\x0c','\xfc','\xcc','\x0c','\x70','\xcc','\x0c','\x40','\x0c','\x0c','\x00','\x0c','\x0c','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x1f','\xf8','\x4c','\x98','\x18','\x7f','\xd8','\x18','\x4c','\x98','\x18','\x4c','\x9f','\xf8','\x4c','\x86','\x18','\x4c','\x86','\x00','\x4c','\x8c','\x06','\x4c','\x8f','\xff','\x7f','\x98','\x06','\x4c','\x3c','\x86','\x0c','\xd9','\xc6','\x0c','\x1e','\x06','\x0c','\x18','\x46','\x0c','\x98','\x66','\x0f','\xdf','\xe6','\xfc','\xcf','\xce','\x70','\xc0','\x0c','\x40','\x00','\xfc','\x00','\x00','\x18','\x0e','\x0e','\x46','\x0c','\x0c','\x7f','\x0c','\x0c','\x46','\x0c','\x0c','\x46','\x0c','\x0c','\x46','\x4c','\x8c','\x46','\x7f','\xff','\xc6','\x4c','\x8c','\x7e','\x4c','\x8c','\x46','\x4c','\x8c','\x46','\x4c','\x8c','\x46','\x4c','\x9e','\x46','\x4c','\x92','\x46','\x7f','\x92','\x46','\x4c','\x92','\x7e','\x0c','\x12','\x46','\x0c','\x12','\x46','\x0c','\x92','\x46','\x0c','\x92','\x46','\x0f','\xde','\xc6','\xfc','\xc0','\x86','\x70','\xc0','\x86','\x40','\x01','\x1e','\x00','\x02','\x0c','\x0e','\x00','\x80','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x08','\x8c','\x0c','\x0f','\xfe','\x4c','\x8c','\x0c','\x7f','\xcc','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x80','\x00','\x7f','\x80','\x0c','\x4c','\x9f','\xfe','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x80','\xc8','\x0c','\x8f','\xfc','\x0f','\xc0','\xc0','\xfc','\xc0','\xc0','\x70','\x00','\xc6','\x40','\x3f','\xff','\x00','\x00','\x00','\x00','\x00','\x60','\x3f','\xff','\xf0','\x00','\x00','\x60','\x00','\xe0','\x60','\x00','\xc0','\x62','\x00','\xc6','\x32','\x3f','\xff','\x32','\x01','\x80','\x1b','\x03','\x00','\x0f','\x06','\x00','\x06','\x08','\x00','\x00','\x07','\x00','\x70','\x46','\x64','\x66','\x7f','\xf7','\xff','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7f','\xe7','\xfe','\x66','\x06','\x60','\x06','\x40','\x64','\x06','\x20','\x62','\xff','\xf7','\xff','\x7c','\x33','\xc3','\x40','\x32','\x03','\x00','\x08','\x00','\x0e','\x0e','\x00','\x0c','\x0c','\x06','\x0c','\x1f','\xff','\x0c','\x10','\x00','\x4c','\xa0','\x00','\x7f','\xcf','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x7f','\x83','\x00','\x4c','\x82','\x00','\x0c','\x07','\xfc','\x0c','\x04','\x18','\x0c','\x8a','\x30','\x0c','\xb1','\x60','\x0f','\xc1','\xc0','\xfc','\xc3','\x70','\x70','\xc6','\x3f','\x40','\x18','\x1e','\x00','\x60','\x06','\x0e','\x00','\x06','\x0c','\x7f','\xff','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x1f','\xfc','\x4c','\x98','\x0c','\x7f','\xd8','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4c','\x98','\x00','\x4c','\x98','\x06','\x4c','\x9f','\xff','\x4c','\x99','\x26','\x7f','\x99','\x26','\x4c','\xb9','\x26','\x0c','\x39','\x26','\x0d','\x2f','\xfe','\x0d','\xa9','\x26','\x0f','\xe9','\x26','\xfc','\xc9','\x26','\x70','\x49','\x26','\x40','\x89','\x26','\x00','\x08','\x1e','\x00','\x08','\x0c','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\x03','\x40','\x0c','\x03','\x20','\x0c','\x06','\x30','\x4c','\x84','\x1c','\x7f','\xc8','\x0f','\x4c','\x97','\xf6','\x4c','\xa0','\x00','\x4c','\x80','\x00','\x4c','\x91','\x0e','\x4c','\x9f','\x4c','\x4c','\x91','\x4c','\x7f','\x91','\x4c','\x4c','\x9f','\x4c','\x0c','\x11','\x4c','\x0c','\x11','\x4c','\x0c','\x9f','\x4c','\x0c','\x91','\x4c','\x0f','\xd1','\x4c','\xfc','\xd1','\x0c','\x70','\xd1','\x0c','\x40','\x17','\x3c','\x00','\x13','\x18','\x0e','\x1c','\x40','\x0c','\x18','\x70','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x18','\x46','\x4c','\xff','\xff','\x7f','\x90','\x80','\x4c','\x91','\x0c','\x4c','\x90','\xfe','\x4c','\x90','\x0c','\x4c','\x92','\x08','\x4c','\x9f','\x28','\x4c','\x92','\x30','\x7f','\x92','\x36','\x4c','\x93','\xff','\x0c','\x12','\x30','\x0c','\x12','\x30','\x0d','\x32','\x30','\x0d','\x22','\x30','\x0f','\xa2','\x30','\xfd','\xa6','\x30','\x70','\x66','\x30','\x40','\x5c','\xf0','\x00','\x8c','\x60','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x4c','\x8c','\x18','\x7f','\xcc','\x18','\x4c','\x8c','\x18','\x4c','\x8f','\xf8','\x4c','\x80','\x00','\x4c','\x80','\x06','\x4c','\xbf','\xff','\x4c','\x86','\x00','\x7f','\x84','\x06','\x4c','\x8f','\xff','\x0c','\x09','\x36','\x0c','\x13','\x26','\x0c','\xa2','\x66','\x0c','\x84','\x46','\x0f','\xc8','\x86','\xfc','\xd1','\x0e','\x70','\xc2','\x0c','\x40','\x04','\x7c','\x00','\x00','\x18','\x0c','\x20','\x04','\x08','\x3f','\xfe','\x08','\x22','\x44','\x08','\x22','\x44','\x08','\x22','\x44','\x49','\x3e','\x7c','\x7f','\xa2','\x44','\x49','\x02','\x40','\x49','\x0a','\x40','\x49','\x3a','\x7c','\x49','\x22','\x44','\x49','\x22','\x44','\x49','\x22','\x44','\x7f','\x3e','\x7c','\x49','\x22','\x44','\x48','\x22','\x44','\x0a','\x22','\x44','\x09','\x22','\x44','\x09','\xbe','\x7c','\x0f','\xa2','\x42','\xf9','\xa2','\x02','\x60','\x02','\x03','\x40','\x03','\xff','\x00','\x01','\xfe','\x01','\x80','\xc0','\x09','\x24','\x88','\x09','\x34','\x9c','\x19','\x6c','\xb0','\x13','\x09','\x80','\x02','\x81','\x40','\x04','\x62','\x30','\x28','\x24','\x10','\x20','\x00','\x06','\x7f','\xff','\xff','\x60','\x00','\x06','\xc0','\x1c','\x04','\xc8','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x00','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xd8','\x3f','\xe0','\x1c','\x20','\x00','\x0c','\x0e','\x08','\x00','\x0c','\x08','\x06','\x0c','\x1f','\xff','\x0c','\x30','\x06','\x0c','\x30','\x04','\x4c','\x80','\x00','\x7f','\xcf','\xf8','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8f','\xf8','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x7f','\x8f','\xf8','\x4c','\x80','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x86','\x0c','\xbf','\xff','\x0c','\x80','\x00','\x0f','\xc4','\x20','\xfc','\xc7','\x18','\x70','\xce','\x0c','\x40','\x18','\x0e','\x00','\x60','\x06','\x0c','\x1c','\x46','\x08','\x18','\x7f','\x08','\x18','\x46','\x08','\x18','\x46','\x08','\x7e','\x44','\x49','\x42','\x44','\x7f','\x42','\x4c','\x49','\x42','\x48','\x49','\x7e','\x48','\x49','\x42','\x50','\x49','\x42','\x48','\x49','\x42','\x4c','\x49','\x7e','\x44','\x7f','\x40','\x46','\x49','\x40','\x46','\x08','\x48','\x46','\x08','\x44','\x46','\x08','\x46','\x46','\x0a','\x42','\x46','\x0a','\x7f','\x5e','\xff','\xf3','\x4c','\x72','\xc3','\x40','\x40','\x80','\x40','\x00','\x00','\x40','\x07','\x01','\x00','\x06','\x01','\xc0','\x7f','\xf1','\x80','\x06','\x01','\x86','\xff','\xfb','\xff','\x06','\x02','\x08','\x06','\x05','\x0c','\xff','\xf9','\x18','\x0c','\x00','\xb0','\x0f','\xe0','\x60','\x18','\x60','\xf8','\x10','\xe1','\x9f','\x27','\xc6','\x06','\xc1','\x98','\x00','\x10','\x18','\x18','\x1f','\xff','\xfc','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xe0','\x0e','\x20','\x00','\x06','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x3f','\xc0','\x0c','\x01','\x88','\x0c','\x21','\x9c','\x4c','\x99','\x90','\x7f','\x89','\xa6','\x4c','\xff','\xff','\x4c','\x87','\xa0','\x4c','\x8d','\x90','\x4c','\x8d','\x98','\x4c','\x99','\x8f','\x4c','\xb1','\x8e','\x7f','\xc0','\x06','\x4c','\x81','\x00','\x0c','\x00','\xc0','\x0c','\x06','\x60','\x0c','\x86','\x68','\x0c','\x96','\x06','\x0f','\xd6','\x13','\xfc','\xd6','\x13','\x70','\x36','\x18','\x40','\x37','\xf8','\x00','\x03','\xf0','\x00','\x40','\x00','\x00','\x60','\xc0','\x00','\xff','\xe0','\x01','\xc1','\xc0','\x06','\x43','\x80','\x18','\x37','\x00','\x00','\x1c','\x00','\x00','\x77','\x00','\x01','\xc1','\xf0','\x0f','\x3e','\x7f','\xf0','\x06','\x0e','\x00','\xf8','\x00','\x00','\x1f','\x00','\x07','\x07','\x70','\x46','\x00','\x62','\x7f','\xe7','\xff','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x40','\x64','\xff','\xe7','\xfe','\x7c','\x33','\xc3','\x40','\x32','\x03','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x01','\x00','\x4c','\xa1','\x84','\x7f','\x91','\x0e','\x4c','\x9a','\x0c','\x4c','\x9b','\x50','\x4c','\x81','\x60','\x4c','\x80','\xc8','\x4c','\x84','\x86','\x4c','\x99','\x23','\x7f','\xf7','\xf3','\x4c','\xa6','\x30','\x0c','\x00','\x00','\x0c','\x01','\x86','\x0c','\xbf','\xff','\x0c','\x81','\x80','\x0f','\xc1','\x80','\xfc','\xc1','\x80','\x70','\xc1','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x0e','\x08','\xe4','\x0c','\x04','\xc6','\x0c','\x06','\xcc','\x0c','\x06','\xc8','\x0c','\x10','\xd2','\x4c','\x9f','\xff','\x7f','\xb0','\x06','\x4c','\xb0','\x04','\x4c','\x87','\xf8','\x4c','\x86','\x18','\x4c','\x86','\x18','\x4c','\x86','\x18','\x4c','\x87','\xf8','\x7f','\x80','\xc0','\x4c','\x90','\xc6','\x0c','\x1f','\xff','\x0c','\x18','\xc6','\x0c','\x98','\xc6','\x0c','\x98','\xc6','\x0f','\xd8','\xc6','\xfc','\xd8','\xde','\x70','\xd8','\xcc','\x40','\x00','\xc0','\x00','\x00','\xc0','\x41','\x84','\x20','\x7f','\xc7','\x38','\x61','\x86','\x30','\x61','\x86','\x20','\x61','\x8c','\x4c','\x61','\x8f','\xfe','\x7f','\x8c','\x60','\x0c','\x1c','\x60','\x0c','\x1c','\x60','\x4c','\xac','\x68','\x7f','\xcf','\xfc','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x4c','\x8c','\x68','\x7f','\x8f','\xfc','\x4c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x8c','\x60','\x0c','\x8c','\x60','\xff','\xcc','\x66','\x78','\xcf','\xff','\x40','\xcc','\x00','\x00','\x0c','\x00','\x03','\x81','\x00','\x03','\x21','\xc0','\x3f','\xf1','\x80','\x03','\x01','\x86','\x03','\x11','\xff','\x7f','\xfb','\x08','\x0c','\xc2','\x8c','\x4c','\xc4','\x98','\x6c','\xf0','\x70','\x48','\xd8','\x60','\x98','\xd8','\xf8','\x10','\xc1','\x9f','\x27','\xc6','\x06','\x41','\x98','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xe0','\x0e','\x20','\x00','\x06','\x07','\x01','\xc0','\x06','\x01','\x80','\x7f','\xe1','\x80','\x06','\x01','\x98','\x06','\x0f','\xfc','\xff','\xf1','\x98','\x20','\x41','\x98','\x10','\x8d','\x18','\xff','\xf7','\x1a','\x06','\x03','\x9a','\x06','\x02','\xdb','\x7f','\xe2','\xdf','\x06','\x04','\x0e','\x06','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xe0','\x0e','\x20','\x00','\x06','\x0e','\x01','\xc0','\x0c','\x11','\x88','\x0c','\x09','\x8c','\x0c','\x0d','\x98','\x0c','\x0d','\x90','\x4c','\x91','\xa6','\x7f','\x9f','\xff','\x4c','\xb0','\x06','\x4c','\xb0','\x04','\x4c','\x8f','\xf8','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x4c','\x8c','\x18','\x7f','\x8f','\xf8','\x4c','\x81','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0c','\x9f','\xfc','\x0c','\x81','\x80','\x0f','\xc1','\x80','\xfc','\xc1','\x80','\x70','\x01','\x86','\x40','\x7f','\xff','\x00','\x00','\x00','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x30','\x06','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x98','\xc0','\x07','\x18','\x78','\x1f','\xff','\xff','\xe6','\x18','\x66','\x06','\x18','\x60','\x07','\xff','\xe0','\x00','\x18','\x80','\x00','\x18','\x60','\x3f','\xff','\xb8','\x1f','\xf0','\x1c','\x10','\x00','\x0c','\x0e','\x07','\x38','\x0c','\x06','\x30','\x0c','\x06','\x32','\x0c','\x7f','\xff','\x0c','\x06','\x30','\x4c','\x86','\x30','\x7f','\xdf','\xfc','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x7f','\x9f','\xfc','\x4c','\x81','\x80','\x0c','\x01','\x86','\x0c','\x7f','\xff','\x0c','\x81','\x80','\x0c','\x83','\x40','\x0f','\xc3','\x20','\xfc','\xc6','\x38','\x70','\xcc','\x1f','\x40','\x18','\x0e','\x00','\x60','\x06','\x0e','\x00','\xe0','\x0c','\x08','\xc4','\x0c','\x0f','\xfe','\x0c','\x08','\xc4','\x0c','\x08','\xc4','\x4c','\xbf','\xff','\x7f','\xc8','\xc4','\x4c','\x88','\xc4','\x4c','\x8f','\xfc','\x4c','\x80','\xc0','\x4c','\x9f','\xfe','\x4c','\x90','\xc2','\x4c','\x90','\xc2','\x7f','\x9f','\xfe','\x4c','\x81','\x80','\x0c','\x01','\x86','\x0c','\x3f','\xff','\x0c','\x83','\x18','\x0c','\x86','\x38','\x0f','\xce','\x30','\xfc','\xcd','\xe0','\x70','\xc0','\xfc','\x40','\x03','\x9e','\x00','\x3c','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\x1f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x84','\x4c','\xbf','\xfe','\x7f','\xc0','\x00','\x4c','\x8c','\x18','\x4c','\x88','\x10','\x4c','\xbf','\x7e','\x4c','\x88','\x10','\x4c','\x88','\x10','\x4c','\x8e','\x12','\x7f','\xf8','\xff','\x4c','\xa0','\x00','\x0c','\x00','\x00','\x0c','\x3f','\xfe','\x0c','\x86','\x60','\x0c','\x86','\x60','\x0f','\xcc','\x62','\xfc','\xcc','\x62','\x70','\x18','\x63','\x40','\x30','\x7f','\x00','\xc0','\x3e','\x00','\x1c','\x00','\x04','\x18','\x60','\x07','\xff','\xf0','\x06','\x18','\x60','\x06','\x18','\x60','\x07','\xff','\xe0','\x06','\x18','\x60','\x00','\x18','\x80','\x00','\x18','\x60','\x1f','\xff','\xf0','\x0f','\xe0','\x30','\x00','\x00','\x00','\x07','\x00','\x70','\x46','\x64','\x66','\x7f','\xf7','\xff','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x40','\x64','\xff','\xe7','\xfe','\x7c','\x33','\xc3','\x40','\x32','\x03','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x1f','\xc0','\x0c','\x00','\xc4','\x0c','\x08','\xce','\x4c','\x86','\xc8','\x7f','\xc2','\xd0','\x4c','\xbf','\xff','\x4c','\x86','\xd0','\x4c','\x84','\xd8','\x4c','\x8c','\xcc','\x4c','\x98','\xcf','\x4c','\xa0','\xc6','\x7f','\x80','\x00','\x4c','\x9f','\xfe','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x98','\xc6','\x0c','\x9f','\xfe','\x0f','\xd8','\xc6','\xfc','\xd8','\xc6','\x70','\xd8','\xc6','\x40','\x1f','\xfe','\x00','\x18','\x06','\x00','\x40','\x06','\x18','\x64','\xff','\x10','\x7e','\x26','\x10','\x44','\x26','\x10','\xcc','\x26','\x52','\x88','\x26','\x7f','\x92','\x66','\x52','\xff','\x5e','\x52','\x92','\x8c','\x52','\x92','\x00','\x52','\x92','\x1c','\x52','\xfe','\x58','\x52','\x92','\x58','\x7e','\x92','\x7f','\x52','\x92','\x98','\x10','\x92','\x18','\x14','\xfe','\x18','\x14','\x82','\xff','\x1e','\x82','\x18','\xf2','\x82','\x18','\x61','\x82','\x18','\x41','\x02','\x18','\x01','\x1e','\x18','\x02','\x06','\x18','\x00','\x00','\x40','\x18','\x84','\x70','\x10','\xfe','\x60','\x10','\x84','\x60','\x10','\x84','\x40','\x52','\xfc','\xc6','\x7e','\x84','\xff','\x52','\x84','\x86','\x52','\xfc','\x84','\x52','\x31','\x38','\x52','\x30','\x30','\x52','\x66','\x30','\x52','\x7f','\x30','\x7e','\xc6','\x30','\x51','\x86','\x30','\x10','\xb6','\x38','\x14','\xe6','\x28','\x14','\x86','\x68','\x1e','\x86','\x68','\xf2','\xf6','\x4c','\x60','\x76','\x4c','\x40','\x0c','\xcf','\x00','\x7c','\x86','\x00','\x19','\x06','\x0e','\x08','\x00','\x0c','\x0c','\x60','\x0c','\x1f','\xf0','\x0c','\x18','\x40','\x0c','\x30','\x86','\x4c','\xff','\xff','\x7f','\xb3','\x30','\x4c','\xb3','\x30','\x4c','\xb2','\x3e','\x4c','\xb4','\x1e','\x4c','\xb8','\x00','\x4c','\xb3','\xf8','\x7f','\xb0','\x00','\x4c','\xbf','\xfe','\x0c','\x30','\x00','\x0c','\x33','\xf8','\x0d','\x20','\x00','\x0d','\x23','\xf8','\x0f','\xe0','\x00','\xfc','\xc7','\xfc','\x70','\x46','\x0c','\x40','\x86','\x0c','\x00','\x07','\xfc','\x00','\x06','\x0c','\x0e','\x01','\x80','\x0c','\x7f','\xc6','\x0c','\x11','\x3f','\x0c','\x11','\x26','\x0c','\x1f','\x26','\x4c','\x91','\x26','\x7f','\xd1','\x26','\x4c','\x9f','\x26','\x4c','\x91','\x26','\x4c','\x91','\x26','\x4c','\xff','\x3e','\x4c','\xb1','\x26','\x4c','\x81','\x00','\x7f','\x80','\x30','\x4c','\x81','\xf8','\x0c','\x1f','\x80','\x0c','\x01','\x80','\x0c','\x81','\x8c','\x0c','\xbf','\xfe','\x0f','\xc1','\x80','\xfc','\xc1','\x80','\x70','\x01','\x86','\x40','\x7f','\xff','\x00','\x00','\x00','\x0e','\x08','\xe4','\x0c','\x04','\xc6','\x0c','\x06','\xcc','\x0c','\x06','\xc8','\x0c','\x10','\xd2','\x4c','\x9f','\xff','\x7f','\xb0','\x06','\x4c','\xb0','\x04','\x4c','\x87','\xf8','\x4c','\x84','\x08','\x4c','\x84','\x08','\x4c','\x87','\xf8','\x4c','\x80','\x00','\x7f','\x90','\x06','\x4c','\x9f','\xff','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x98','\xc6','\x0c','\x9f','\xfe','\x0f','\xd8','\xc6','\xfc','\xd8','\xc6','\x70','\xd8','\xc6','\x40','\x1f','\xfe','\x00','\x18','\x06','\x0e','\x0e','\x1c','\x0c','\x0c','\x18','\x0c','\x7f','\xff','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x83','\x80','\x7f','\x83','\x06','\x4c','\xff','\xff','\x4c','\x86','\x20','\x4c','\x8c','\x10','\x4c','\x89','\x9c','\x4c','\x91','\x8f','\x4c','\xef','\xf6','\x7f','\x81','\x80','\x4c','\x81','\x80','\x0c','\x0c','\x18','\x0c','\x0c','\x1a','\x0d','\x7f','\xff','\x0d','\x8c','\x18','\x0f','\x8c','\x18','\xfc','\x98','\x18','\x70','\x18','\x18','\x40','\x30','\x18','\x00','\xc0','\x18','\x0e','\x0e','\x1c','\x0c','\x0c','\x18','\x0c','\x7f','\xff','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x81','\xc0','\x7f','\xc1','\x80','\x4c','\x81','\x8c','\x4c','\xbf','\xfe','\x4c','\x83','\x20','\x4c','\x83','\x10','\x4c','\x86','\x1c','\x4c','\x8c','\x0f','\x7f','\xb0','\x06','\x4c','\x86','\x30','\x0c','\x06','\x30','\x0c','\x06','\x32','\x0d','\x7f','\xff','\x0d','\x86','\x30','\x0f','\x86','\x30','\xfc','\x8c','\x30','\x70','\x0c','\x30','\x40','\x18','\x30','\x00','\x60','\x30','\x0e','\x06','\x0c','\x0c','\x14','\xa9','\x0c','\x15','\xab','\x0c','\x35','\x6a','\x0c','\x2c','\x58','\x4c','\x8a','\x16','\x7f','\xd3','\x23','\x4c','\xa1','\x41','\x4c','\x90','\x06','\x4c','\x9f','\xff','\x4c','\xb0','\x06','\x4c','\xb1','\xc4','\x4c','\x81','\x80','\x7f','\x81','\x86','\x4c','\xbf','\xff','\x0c','\x03','\xa0','\x0c','\x03','\xa0','\x0c','\x87','\xb0','\x0c','\x85','\x90','\x0f','\xcd','\x98','\xfc','\xc9','\x8f','\x70','\x11','\x8e','\x40','\x61','\x86','\x00','\x01','\x80','\x0e','\x07','\x38','\x0c','\x06','\x32','\x0c','\x7f','\xff','\x0c','\x06','\x30','\x0c','\x08','\x40','\x4c','\x8c','\x64','\x7f','\xdf','\xfe','\x4c','\x98','\x40','\x4c','\xbf','\xfc','\x4c','\xf8','\x40','\x4c','\x9f','\xfc','\x4c','\x98','\x40','\x4c','\x98','\x46','\x7f','\x9f','\xff','\x4c','\x98','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\x0d','\x08','\x0c','\x0d','\x84','\x18','\x0f','\x86','\x70','\xfc','\x83','\xc0','\x70','\x01','\xf0','\x40','\x07','\x3f','\x00','\x78','\x0e','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x00','\xc0','\x0c','\x10','\xc6','\x0c','\x1f','\xff','\x4c','\xb0','\xc6','\x7f','\xf0','\xc4','\x4c','\x8e','\xdc','\x4c','\x80','\xc0','\x4c','\x80','\xc0','\x4c','\x8e','\xdc','\x4c','\x80','\xc0','\x4c','\x80','\x06','\x7f','\xbf','\xff','\x4c','\x80','\xc0','\x0c','\x10','\x86','\x0c','\x1f','\xff','\x0c','\x99','\x26','\x0c','\x99','\x26','\x0f','\xd9','\x26','\xfc','\xd9','\x26','\x70','\xd9','\x26','\x40','\x19','\x3e','\x00','\x19','\x2c','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x30','\x00','\x1f','\xff','\xf8','\x00','\x41','\x06','\xff','\xff','\xff','\x03','\x00','\x80','\x0f','\xff','\xf0','\x39','\x00','\xbf','\xc1','\xff','\x86','\x01','\x00','\x80','\x01','\xff','\x80','\x07','\x00','\x70','\x46','\x24','\x62','\x7f','\xf7','\xff','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x40','\x64','\xff','\xe7','\xfe','\x7c','\x33','\xc3','\x40','\x32','\x03','\x00','\xc0','\x00','\x01','\xff','\xc0','\x03','\x01','\x80','\x07','\xff','\x00','\x00','\x06','\x06','\xff','\xff','\xff','\x00','\xe0','\x60','\x01','\x90','\xf0','\x0e','\x79','\x80','\xf1','\xce','\x00','\x0e','\x3d','\xe0','\x70','\xec','\x7f','\x07','\x0c','\x0e','\x78','\x7c','\x00','\x06','\x18','\x60','\x7f','\xe7','\xfe','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x00','\x60','\x06','\x40','\x64','\xff','\xe7','\xfe','\x7c','\x33','\xc3','\x40','\x32','\x03','\x00','\x18','\x00','\x07','\xff','\xe0','\x04','\x18','\x20','\x04','\x18','\x20','\x07','\xff','\xe0','\x00','\x18','\x40','\x1f','\xff','\xb0','\x07','\x00','\x10','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x40','\x64','\x06','\x20','\x62','\xff','\xf7','\xff','\x70','\x13','\x81','\x00','\x00','\x00','\x1f','\xff','\xf0','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x60','\x0c','\x7f','\xf7','\xfe','\x10','\x81','\x10','\x10','\x81','\x10','\xff','\xf7','\xff','\x02','\x80','\x50','\x06','\x80','\xd2','\x0c','\xf1','\x93','\x30','\xc6','\x1f','\xc0','\x00','\x0e','\x1f','\xff','\xf8','\x10','\x00','\x08','\x1f','\xff','\xf8','\x10','\x00','\x08','\x1f','\xff','\xf8','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x40','\x64','\x06','\x60','\x66','\xff','\xb7','\xfb','\x70','\x33','\x03','\x00','\x10','\x00','\x7f','\xff','\xfe','\x00','\x10','\x00','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x40','\x10','\x06','\x7f','\xff','\xff','\xc0','\x00','\x06','\xcf','\xff','\xcc','\x00','\x80','\x00','\x03','\xff','\xe0','\x0e','\x00','\x20','\x33','\xff','\xe0','\x00','\x00','\x00','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x40','\x64','\x06','\x60','\x66','\xff','\xb7','\xfb','\x70','\x33','\x83','\x00','\x18','\x00','\x00','\x10','\x0c','\x7f','\xff','\xfe','\x00','\x10','\x00','\x0f','\xff','\xf0','\x20','\x00','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xcf','\xff','\xe6','\xc1','\x80','\x0c','\x03','\xff','\xe0','\x07','\x00','\x60','\x1b','\x00','\x60','\x63','\xff','\xe0','\x00','\x00','\x00','\x06','\x00','\x60','\x7f','\xe7','\xfe','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x40','\x64','\x06','\x60','\x66','\xff','\xb7','\xfb','\x70','\x33','\x83','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x12','\x00','\x12','\xff','\x7e','\xff','\x69','\x00','\x69','\x08','\x7e','\x08','\x6a','\x42','\x4c','\x49','\x42','\x6a','\x89','\x7e','\x4b','\x08','\x00','\x89','\x00','\x18','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x00','\x18','\x40','\x00','\x18','\x30','\x7f','\xff','\xdc','\x3f','\xe0','\x0e','\x20','\x00','\x06','\x04','\x00','\x00','\x07','\x00','\x18','\x06','\x1f','\xfc','\x0c','\x03','\x18','\x48','\x23','\x18','\x7f','\xf3','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x1a','\x49','\x3f','\xff','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x23','\x18','\x49','\x73','\x18','\x4f','\xc3','\x18','\xfe','\x03','\x18','\x70','\x03','\x18','\x40','\x03','\x1a','\x00','\x3f','\xff','\x00','\x00','\x00','\x04','\x00','\x00','\x07','\x00','\x06','\x06','\x0f','\xff','\x0c','\x00','\xc6','\x48','\x20','\xc6','\x7f','\xf4','\xc6','\x49','\x24','\xc6','\x49','\x24','\xc6','\x49','\x22','\xc6','\x49','\x22','\x86','\x49','\x23','\x86','\x49','\x21','\x86','\x49','\x21','\x8c','\x49','\x21','\xcc','\x49','\x23','\x4c','\x49','\x23','\x6c','\x49','\x22','\x38','\x49','\x76','\x18','\x4f','\xc4','\x0f','\xfe','\x0c','\x1e','\x70','\x08','\x18','\x40','\x10','\x30','\x00','\x21','\xf0','\x00','\x40','\x60','\x10','\x1c','\x00','\x1c','\x18','\x06','\x18','\x18','\x3f','\x30','\x19','\x80','\x31','\xff','\xc0','\x60','\x10','\x00','\x48','\x1c','\x00','\x8e','\x18','\x00','\x0c','\x30','\x06','\x1d','\x20','\x7f','\x18','\xc4','\x0c','\x38','\x67','\x0c','\x38','\x6e','\x0c','\x58','\x0c','\x0c','\x98','\x18','\x0c','\x18','\x10','\x0c','\x18','\x32','\x0c','\x18','\x21','\x0c','\x18','\x41','\x0c','\x1b','\xff','\x8c','\x19','\xe1','\x8c','\x19','\x01','\x8c','\x18','\x00','\x7c','\x18','\x00','\x18','\x10','\x00','\x00','\x1c','\x03','\x06','\x19','\xff','\xbf','\x30','\x30','\x00','\x30','\x30','\x00','\x60','\x33','\x00','\x49','\xff','\x80','\x8e','\x63','\x00','\x0c','\x63','\x06','\x1c','\x63','\x7f','\x18','\x63','\x0c','\x3b','\xff','\xcc','\x38','\x00','\x0c','\x58','\x00','\x0c','\x98','\x83','\x0c','\x18','\xff','\x8c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x18','\xff','\x0c','\x18','\xc3','\x0c','\x18','\x00','\x7c','\x18','\x00','\x18','\x10','\x38','\x00','\x1c','\x30','\x06','\x18','\x33','\x3f','\x31','\xff','\x80','\x30','\x63','\x00','\x60','\x63','\x40','\x4b','\xff','\xe0','\x8e','\x00','\x00','\x0c','\xff','\x06','\x1c','\xc3','\x7f','\x18','\xc3','\x0c','\x38','\xff','\x0c','\x38','\x00','\x0c','\x5b','\xff','\xcc','\x98','\x18','\x0c','\x19','\x19','\x8c','\x19','\xff','\xcc','\x19','\x99','\x8c','\x19','\x99','\x8c','\x19','\x99','\x8c','\x19','\x9b','\x8c','\x19','\x99','\x8c','\x18','\x18','\x7c','\x18','\x18','\x18','\x10','\x00','\x00','\x1d','\xf7','\xc6','\x19','\x14','\x7f','\x31','\xf7','\xc0','\x31','\x14','\x40','\x61','\xf7','\xc0','\x49','\x14','\x40','\x8f','\x14','\x40','\x0d','\xf7','\xc6','\x18','\x80','\x3f','\x18','\xe6','\x0c','\x30','\xc4','\x8c','\x31','\xff','\xcc','\x71','\x88','\x0c','\xb3','\x89','\x0c','\x35','\xff','\x8c','\x31','\x88','\x0c','\x31','\x89','\x0c','\x31','\xff','\x8c','\x31','\x88','\x0c','\x31','\x88','\x8c','\x31','\xff','\xcc','\x31','\x80','\x3c','\x30','\x00','\x18','\x0e','\x00','\x20','\x0c','\x00','\x38','\x0c','\x00','\x70','\x0c','\x00','\x60','\x0c','\xc0','\xc0','\xff','\xe1','\x80','\x00','\xc3','\x08','\x01','\x8c','\x0e','\x01','\x80','\x1c','\x03','\x40','\x18','\x06','\x60','\x30','\x0c','\x40','\x60','\x1c','\x80','\xc0','\x2e','\x01','\x80','\xcd','\x86','\x04','\x0c','\xc0','\x07','\x0c','\xc0','\x0e','\x0c','\x00','\x1c','\x0c','\x00','\x38','\x0c','\x00','\x70','\x0c','\x00','\xe0','\x0c','\x01','\x80','\x0c','\x06','\x00','\x0c','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x04','\x00','\x60','\x07','\xff','\xf0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe8','\x00','\xe4','\x0e','\x01','\xc4','\x1c','\x07','\x82','\x10','\x1d','\x83','\x20','\xe1','\x81','\xc0','\x01','\xf8','\xf0','\x1f','\xc0','\x7f','\x0e','\x00','\x1e','\x08','\x00','\x06','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x03','\x7f','\x70','\x0c','\x00','\x3f','\x30','\x01','\x9e','\xc3','\xff','\xc6','\x00','\x01','\x80','\x00','\x39','\x80','\x00','\x31','\x80','\x00','\x30','\x06','\xff','\xff','\xff','\x01','\xc4','\x10','\x03','\x84','\x18','\x07','\x82','\x30','\x1d','\x83','\x40','\xe1','\x81','\x80','\x01','\xf8','\xe0','\x1f','\xc0','\x7e','\x0e','\x00','\x3c','\x08','\x00','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\x00','\x00','\x01','\xc3','\x00','\x03','\x80','\xe0','\x07','\x00','\x38','\x0c','\x00','\x1c','\x37','\xff','\xec','\xc6','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe8','\x00','\xe4','\x0e','\x01','\xc4','\x1c','\x07','\x82','\x10','\x1d','\x83','\x20','\xe1','\x81','\xc0','\x01','\xf8','\xf0','\x1f','\xc0','\x7f','\x0e','\x00','\x1e','\x08','\x00','\x06','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0d','\x8c','\x0c','\xff','\xcc','\x0c','\x01','\x8c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x06','\x4c','\x0c','\x04','\x6c','\x0c','\x0c','\x4f','\xfc','\x1c','\x8c','\x0c','\x2e','\x0c','\x0c','\xcd','\x8c','\x0c','\x0c','\xcc','\x0c','\x0c','\xcc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0e','\x00','\x00','\x0c','\x00','\x18','\x0c','\x00','\x7c','\x0c','\x01','\xe0','\x0d','\x9f','\x80','\xff','\xc1','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x06','\x41','\x80','\x04','\x61','\x80','\x0c','\x41','\x86','\x1c','\xbf','\xff','\x2e','\x01','\x80','\xcd','\x81','\x80','\x0c','\xc1','\x80','\x0c','\xc1','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\x00','\x00','\x1c','\x10','\x00','\x18','\x1c','\x0c','\x18','\x18','\x1e','\x18','\x18','\x78','\x1b','\x33','\xe0','\xff','\xb0','\x60','\x03','\x30','\x60','\x06','\x70','\x60','\x06','\x70','\x60','\x0c','\xb0','\x60','\x09','\x30','\x60','\x1a','\x30','\x66','\x3b','\x37','\xff','\x5a','\x30','\x60','\x9c','\x30','\x60','\x1b','\x30','\x60','\x19','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x60','\x18','\x30','\x6c','\x18','\x33','\xfe','\x18','\x30','\x00','\x1c','\x01','\xc0','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x01','\x80','\xff','\xa1','\x86','\x03','\x3f','\xff','\x06','\x31','\x86','\x06','\x31','\x86','\x0c','\x31','\x86','\x09','\x31','\x86','\x19','\xb3','\x46','\x3b','\x33','\x26','\x5c','\x32','\x36','\x9b','\x34','\x36','\x19','\xb8','\x36','\x19','\xb0','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x30','\x3e','\x18','\x30','\x0c','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0d','\x81','\x8c','\xff','\xdf','\xfe','\x01','\x81','\x8c','\x03','\x01','\x8c','\x03','\x01','\x8c','\x06','\x01','\x8c','\x04','\x81','\x8c','\x0c','\xc1','\x8c','\x1d','\xbf','\xff','\x2e','\x03','\x40','\xcd','\x83','\x40','\x0c','\xc3','\x60','\x0c','\xc2','\x20','\x0c','\x06','\x30','\x0c','\x06','\x30','\x0c','\x04','\x18','\x0c','\x0c','\x1c','\x0c','\x08','\x0f','\x0c','\x10','\x0e','\x0c','\x60','\x06','\x1c','\x03','\x00','\x18','\x03','\x00','\x18','\x06','\x80','\x18','\x06','\x80','\x1b','\x0c','\x40','\xff','\x8c','\x60','\x03','\x18','\x30','\x06','\x10','\x38','\x06','\x22','\x1c','\x0c','\x43','\x8f','\x09','\x07','\x06','\x19','\x86','\x00','\x3b','\x0c','\x40','\x5c','\x10','\x70','\x9b','\x20','\xe0','\x19','\x81','\xc0','\x19','\x83','\x08','\x18','\x06','\x0e','\x18','\x18','\x1c','\x18','\x00','\x38','\x18','\x00','\x60','\x18','\x01','\xc0','\x18','\x07','\x00','\x18','\x38','\x00','\x0e','\x00','\x00','\x0c','\x08','\x0c','\x0c','\x0f','\xfe','\x0c','\x0c','\x0c','\x0d','\x8c','\x0c','\xff','\xcc','\x0c','\x01','\x8c','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0c','\x06','\x4f','\xfc','\x04','\x6c','\x0c','\x0c','\x4c','\x0c','\x1c','\x8c','\x0c','\x2e','\x0c','\x0c','\xcd','\x8c','\x0c','\x0c','\xcc','\x0c','\x0c','\xcc','\x0c','\x0c','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x00','\x00','\x0e','\x02','\x00','\x0c','\x03','\x80','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0d','\x86','\x00','\xff','\xc6','\x00','\x01','\x84','\x06','\x03','\x0f','\xff','\x03','\x08','\xc0','\x06','\x10','\xc0','\x04','\x80','\xc0','\x0c','\xc0','\xc0','\x1d','\x88','\xd0','\x2e','\x0e','\xc8','\xcd','\x8c','\xc4','\x0c','\xcc','\xc6','\x0c','\xd8','\xc6','\x0c','\x18','\xc3','\x0c','\x10','\xc3','\x0c','\x20','\xc3','\x0c','\x40','\xc0','\x0c','\x00','\xc0','\x0c','\x07','\xc0','\x0c','\x01','\x80','\x0e','\x00','\x80','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\x80','\x0d','\x81','\x00','\xff','\xd1','\x06','\x01','\x9f','\xff','\x03','\x18','\x06','\x03','\x18','\x06','\x06','\x18','\x06','\x04','\x98','\x06','\x0c','\xd8','\x06','\x1d','\x98','\x06','\x2e','\x1f','\xfe','\xcd','\x98','\x06','\x0c','\xd8','\x06','\x0c','\xd8','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x0c','\x18','\x06','\x0e','\x00','\xe0','\x0c','\x00','\xc4','\x0c','\x10','\xc7','\x0c','\x08','\xc6','\x0d','\x8c','\xc4','\xff','\xcc','\xc8','\x01','\x80','\xc0','\x03','\x00','\xcc','\x03','\x1f','\xfe','\x06','\x00','\xc0','\x04','\x80','\xc0','\x0c','\xc0','\xc0','\x1d','\x80','\xc0','\x2e','\x00','\xc6','\xcd','\xbf','\xff','\x0c','\xc0','\xc0','\x0c','\xc0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0c','\x0d','\x8f','\xfe','\xff','\xc8','\x0c','\x01','\x98','\x0c','\x03','\x10','\x0c','\x03','\x1f','\xcc','\x06','\x20','\xcc','\x04','\x80','\xcc','\x0c','\xc0','\xcc','\x1d','\x90','\xcc','\x2e','\x1f','\xcc','\xcd','\x98','\x1c','\x0c','\xd8','\x18','\x0c','\xd8','\xf8','\x0c','\x18','\x30','\x0c','\x18','\x02','\x0c','\x18','\x02','\x0c','\x18','\x02','\x0c','\x18','\x03','\x0c','\x1f','\xff','\x0c','\x0f','\xfe','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x1f','\xff','\xe0','\x00','\x01','\x80','\x00','\x36','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\xf8','\x18','\x01','\xd8','\x10','\x07','\x18','\x20','\x1c','\x18','\x00','\xe0','\xf8','\x00','\x00','\x30','\x10','\x00','\x78','\x1c','\x00','\xec','\x38','\x03','\x86','\x40','\x1f','\x03','\x00','\xe3','\x01','\xc0','\x03','\x1c','\xf0','\x1f','\xe0','\x7e','\x0f','\x00','\x3c','\x08','\x00','\x0c','\x04','\x00','\x30','\x07','\xff','\xf8','\x06','\x20','\x30','\x06','\x1c','\x30','\x06','\x0c','\x30','\x06','\x00','\x36','\xff','\xff','\xff','\x0c','\x40','\x60','\x0c','\x38','\x60','\x0c','\x18','\x60','\x0c','\x00','\x6c','\x1f','\xff','\xfe','\x18','\x00','\xc0','\x00','\x1d','\xc0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc2','\x18','\x07','\x01','\x30','\x1f','\x00','\xc0','\xe3','\x00','\x70','\x03','\xfe','\x3f','\x1f','\xe0','\x1e','\x0e','\x00','\x06','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xcc','\x0d','\x8f','\xfe','\xff','\xc0','\xc0','\x01','\x80','\xc0','\x03','\x00','\xc0','\x03','\x00','\xc6','\x06','\x5f','\xff','\x04','\x60','\x00','\x0c','\x40','\x00','\x1c','\x80','\xe0','\x2e','\x00','\xc0','\xcd','\x80','\xcc','\x0c','\xcf','\xfe','\x0c','\xc0','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc6','\x0c','\x1f','\xff','\x0c','\x00','\x00','\x1c','\x10','\xe0','\x18','\x1c','\xcc','\x18','\x18','\xc6','\x18','\x18','\xc6','\x1b','\x18','\xc0','\xff','\xb0','\xc0','\x03','\x30','\xc6','\x06','\x3f','\xff','\x06','\x70','\xc0','\x0c','\x70','\xc0','\x08','\xb0','\xc0','\x1a','\x30','\xc0','\x3b','\x30','\xe0','\x5a','\x31','\xa0','\x9c','\x31','\xa0','\x1b','\x31','\xa0','\x19','\x31','\xb0','\x18','\x31','\x90','\x18','\x31','\x18','\x18','\x31','\x18','\x18','\x33','\x0c','\x18','\x32','\x0f','\x18','\x32','\x06','\x18','\x34','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x98','\x0d','\x81','\xfc','\xff','\xc1','\x80','\x01','\x81','\x80','\x03','\x01','\x80','\x03','\x01','\x86','\x06','\x3f','\xff','\x04','\x80','\x00','\x0c','\xc0','\x00','\x1d','\x80','\x06','\x2e','\x3f','\xff','\xcd','\x81','\x80','\x0c','\xc1','\x80','\x0c','\xc1','\xe0','\x0c','\x01','\x9c','\x0c','\x01','\x8e','\x0c','\x01','\x86','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1c','\x04','\x00','\x18','\x07','\x00','\x18','\x0e','\x0c','\x18','\x0d','\xfe','\x1b','\x18','\x00','\xff','\x90','\x00','\x03','\x20','\x00','\x06','\x48','\x00','\x06','\x0e','\x00','\x0c','\x0c','\x06','\x09','\x1b','\xff','\x19','\x98','\x18','\x3b','\x38','\x18','\x5c','\x38','\x18','\x9a','\x58','\x18','\x1b','\x18','\x18','\x1b','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x08','\x01','\xc2','\x0c','\x07','\x03','\x18','\x1f','\x01','\xa0','\xe3','\x00','\xc0','\x03','\x1e','\x70','\x1f','\xf0','\x3f','\x0f','\x80','\x1e','\x08','\x00','\x06','\x00','\x00','\x00','\x3f','\xff','\xfc','\x30','\x83','\x0c','\x31','\xc3','\x0c','\x33','\x83','\xec','\x3e','\x01','\xec','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x00','\x1c','\x80','\x00','\x18','\x60','\x00','\x18','\x26','\xff','\xff','\xff','\x00','\x18','\x10','\x38','\x18','\x38','\x0e','\x18','\xe0','\x06','\x1f','\x00','\x00','\xd8','\xe0','\x07','\x18','\x38','\x7e','\x18','\x1c','\x38','\x18','\x0c','\x20','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x08','\x01','\xc2','\x1c','\x07','\x01','\x30','\x1f','\x00','\xc0','\xe3','\x00','\x70','\x03','\xfe','\x3f','\x1f','\xe0','\x1e','\x0e','\x00','\x06','\x0e','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x03','\x0c','\x0c','\x03','\x0c','\x0d','\x83','\x0c','\xff','\xff','\xff','\x01','\x83','\x0c','\x03','\x03','\x0c','\x03','\x03','\x0c','\x06','\x03','\x0c','\x04','\x9f','\xfc','\x0c','\xc6','\x0c','\x1d','\x86','\x00','\x2e','\x04','\x00','\xcd','\x8c','\x0c','\x0c','\xcf','\xfe','\x0c','\xde','\x0c','\x0c','\x16','\x0c','\x0c','\x26','\x0c','\x0c','\x46','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x07','\xfc','\x0c','\x06','\x0c','\x39','\xc1','\xc0','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x81','\x86','\x3f','\xbf','\xff','\x31','\x81','\x80','\x01','\x81','\x80','\xff','\x81','\x80','\x31','\x81','\x8c','\x31','\x9f','\xfe','\x21','\x80','\x00','\x41','\x80','\x00','\x81','\x9c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc4','\x1c','\x03','\x82','\x38','\x0d','\x83','\x40','\x31','\x81','\x80','\xc1','\x8c','\xe0','\x01','\xf0','\x7f','\x3f','\x80','\x1e','\x0e','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x18','\x20','\x06','\x38','\x18','\x0c','\x74','\x4c','\x18','\xe4','\x66','\x61','\x82','\xc6','\x07','\x83','\x00','\x1d','\x81','\x80','\xe1','\x8c','\xe0','\x01','\xf0','\x7f','\x1f','\xc0','\x1e','\x0e','\x00','\x06','\x1c','\x1c','\x38','\x18','\x18','\x30','\x18','\x19','\x30','\x18','\xff','\xb0','\x1b','\x18','\x30','\xff','\x98','\x30','\x03','\x18','\x30','\x06','\x19','\x30','\x06','\xff','\xb8','\x0c','\x00','\x34','\x09','\x00','\x36','\x19','\x9c','\x32','\x3b','\x18','\x33','\x5c','\x18','\x33','\x9b','\x19','\x30','\x19','\xff','\xb0','\x19','\x98','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x18','\x30','\x18','\x19','\xb0','\x19','\xfe','\x30','\x18','\xf0','\x30','\x18','\x80','\x30','\x0e','\x10','\x18','\x0c','\x1f','\xfc','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0d','\x98','\x18','\xff','\xdf','\xf8','\x01','\x98','\x18','\x03','\x18','\x18','\x03','\x18','\x18','\x06','\x1f','\xf8','\x04','\x86','\x18','\x0c','\xcc','\x00','\x1d','\x88','\x06','\x2e','\x1f','\xff','\xcd','\x33','\x66','\x0d','\xc6','\x66','\x0d','\x84','\xc6','\x0c','\x08','\xc6','\x0c','\x11','\x86','\x0c','\x61','\x0e','\x0c','\x02','\x0c','\x0c','\x04','\x1c','\x0c','\x18','\xf8','\x0c','\x00','\x30','\x00','\xe3','\x80','\x00','\xc3','\x06','\xff','\xc3','\xff','\x00','\xc3','\x00','\x00','\xc3','\x04','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x07','\x83','\x06','\xf9','\x83','\xff','\x63','\x03','\x00','\x06','\x03','\x00','\x18','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\xe4','\x10','\x01','\xc4','\x1c','\x03','\x82','\x38','\x0d','\x83','\x40','\x31','\x81','\x80','\xc1','\x8c','\xe0','\x01','\xf0','\x7f','\x3f','\x80','\x1e','\x0e','\x00','\x06','\x0e','\x01','\x00','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x12','\x0c','\x0d','\x9f','\xfe','\xff','\xd8','\x8c','\x01','\x98','\x8c','\x03','\x18','\x8c','\x03','\x1f','\xfc','\x06','\x18','\x8c','\x04','\x98','\x8c','\x0c','\xd8','\x8c','\x1d','\x9f','\xfc','\x2e','\x04','\x00','\xcd','\x86','\x70','\x0c','\xc4','\x60','\x0c','\xc8','\x66','\x0c','\x3f','\xff','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x0c','\x00','\x60','\x1c','\x00','\x06','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x1b','\x01','\x80','\xff','\x81','\x86','\x03','\x7f','\xff','\x06','\x41','\x82','\x06','\x41','\x82','\x0c','\x59','\xb2','\x08','\x49','\x92','\x19','\x49','\x92','\x3b','\x49','\x92','\x5c','\x49','\x92','\x9a','\x55','\xaa','\x1b','\x55','\xaa','\x1b','\x63','\xc6','\x18','\x41','\x82','\x18','\x41','\x82','\x18','\x41','\x82','\x18','\x41','\x82','\x18','\x41','\x82','\x18','\x41','\x8e','\x18','\x41','\x86','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x01','\x86','\x0c','\x3f','\xff','\x0d','\x81','\x80','\xff','\xc1','\x8c','\x01','\x9f','\xfe','\x03','\x01','\x8c','\x03','\x01','\x8c','\x06','\x3f','\xff','\x04','\x81','\x8c','\x0c','\xc1','\x8c','\x1d','\x9f','\xfc','\x2e','\x03','\x00','\xcd','\x83','\x06','\x0c','\xff','\xff','\x0c','\xc6','\x18','\x0c','\x0c','\x38','\x0c','\x1c','\x30','\x0c','\x1b','\x60','\x0c','\x00','\xc0','\x0c','\x01','\xb8','\x0c','\x06','\x0e','\x0c','\x78','\x06','\x1c','\x20','\x00','\x18','\x20','\x06','\x18','\x3f','\xff','\x18','\x60','\x06','\x1b','\x61','\xc4','\xff','\x81','\x80','\x03','\x7f','\xfe','\x06','\x01','\x80','\x06','\x21','\x8c','\x0c','\x3f','\xfe','\x09','\x31','\x8c','\x19','\xb1','\x8c','\x3b','\x3f','\xfc','\x5c','\x31','\x8c','\x9b','\x31','\x8c','\x19','\xbf','\xfc','\x19','\xb1','\x8c','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1c','\x00','\x06','\x18','\x7f','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x1b','\x3f','\xfe','\xff','\xb0','\x06','\x03','\x30','\x06','\x06','\x30','\x06','\x06','\x3f','\xfe','\x0d','\x30','\x00','\x09','\xb0','\x06','\x1b','\x3f','\xff','\x3c','\x39','\x26','\x5a','\x79','\x26','\x9b','\x79','\x26','\x1b','\x59','\x26','\x18','\x5f','\xfe','\x18','\xd9','\x26','\x18','\x99','\x26','\x19','\x19','\x26','\x18','\x19','\x26','\x18','\x19','\x26','\x18','\x18','\x1e','\x18','\x18','\x0c','\x1c','\x24','\x0c','\x18','\x3f','\xfe','\x18','\x36','\x0c','\x18','\x36','\x0c','\x1b','\x36','\x0c','\xff','\x66','\x0c','\x03','\x66','\x0c','\x06','\x67','\xfc','\x06','\xe6','\xcc','\x0c','\xe0','\xc0','\x09','\x60','\xc0','\x18','\x60','\xc6','\x3b','\x7f','\xff','\x5a','\x61','\xd0','\x9c','\x61','\xd0','\x1b','\x63','\xd8','\x19','\x62','\xc8','\x18','\x66','\xcc','\x18','\x64','\xcf','\x18','\x68','\xc6','\x18','\x70','\xc6','\x18','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\xc0','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x88','\x18','\x47','\xcf','\xfc','\x7e','\x0c','\x18','\x60','\x0c','\x18','\x61','\x0f','\xf8','\x7f','\x80','\xc6','\x60','\x3f','\xff','\x60','\x04','\xc0','\x61','\x0e','\xd8','\x7f','\x98','\xce','\x60','\x00','\xc6','\x00','\x30','\x00','\x00','\x70','\x30','\x00','\xc8','\x78','\x03','\x84','\xc0','\x1f','\x03','\x00','\xe3','\x19','\xc0','\x03','\xe0','\x7f','\x1f','\x80','\x1e','\x0c','\x00','\x06','\x1c','\x00','\x00','\x18','\x10','\x18','\x18','\x1f','\xfc','\x18','\x18','\x18','\x1b','\x18','\x18','\xff','\x98','\x18','\x03','\x1f','\xf8','\x06','\x18','\x18','\x06','\x18','\x18','\x0c','\x18','\x18','\x09','\x1f','\xf8','\x19','\x98','\x18','\x3b','\x00','\x00','\x5c','\x20','\x0c','\x9b','\x3f','\xfe','\x19','\xb2','\x4c','\x19','\xb2','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\xff','\xff','\x18','\x00','\x00','\x1c','\x20','\x06','\x18','\x3f','\xff','\x18','\x30','\x00','\x18','\x30','\x00','\x1b','\x37','\xfc','\xff','\xb0','\x00','\x03','\x30','\x02','\x06','\x3f','\xff','\x06','\x32','\x22','\x0c','\x32','\x23','\x09','\x32','\x14','\x19','\xb2','\xd8','\x3b','\x3f','\x0f','\x5c','\x36','\x06','\x9a','\x30','\x18','\x1b','\x30','\x18','\x1b','\x6f','\xff','\x18','\x60','\x18','\x18','\x66','\x18','\x18','\x43','\x18','\x18','\xc3','\x18','\x18','\x80','\x18','\x19','\x00','\xf8','\x18','\x00','\x30','\x1c','\x02','\x0c','\x18','\x43','\xfe','\x18','\x23','\x0c','\x18','\x33','\x0c','\x1b','\x33','\x0c','\xff','\xb3','\xfc','\x03','\x03','\x0c','\x06','\x03','\x0c','\x06','\x03','\x0c','\x0c','\x03','\xfc','\x09','\x33','\x08','\x19','\xfb','\x0e','\x3b','\x33','\x0c','\x5c','\x33','\x48','\x9b','\x33','\x30','\x19','\xb3','\x18','\x19','\xb3','\x2c','\x18','\x33','\xce','\x18','\x37','\x06','\x18','\x32','\x00','\x18','\x68','\x00','\x19','\xc7','\xff','\x18','\xc1','\xfe','\x18','\x80','\x00','\x1c','\x00','\x1c','\x18','\x41','\xfe','\x18','\x7f','\x80','\x18','\x40','\xe0','\x1b','\x40','\xc4','\xff','\x40','\xfe','\x03','\x40','\xc0','\x06','\x48','\xc6','\x06','\x4f','\xff','\x0c','\x48','\x06','\x08','\x48','\xc4','\x1b','\x48','\xfc','\x3a','\x4f','\xc2','\x5c','\x48','\xff','\x9b','\x48','\x7e','\x19','\x48','\x00','\x18','\x4a','\x38','\x18','\xdb','\xb0','\x18','\x93','\x30','\x18','\x93','\x32','\x19','\x32','\x32','\x19','\x26','\x33','\x1a','\x44','\x3f','\x18','\x18','\x1e','\x1c','\x08','\x40','\x18','\xfc','\x70','\x18','\x08','\x60','\x18','\x08','\x44','\x1a','\x08','\xc2','\xff','\x48','\x83','\x06','\x7b','\xff','\x06','\x49','\xf3','\x0c','\x40','\x30','\x0c','\x41','\x32','\x19','\x41','\xff','\x1b','\x49','\x32','\x3a','\xfd','\x32','\x5c','\xc9','\x32','\x9a','\x09','\x32','\x1b','\x09','\xfe','\x1b','\x09','\x32','\x18','\x08','\x30','\x18','\x18','\x34','\x18','\x18','\x32','\x18','\x18','\x32','\x18','\x33','\xff','\x19','\xf1','\xe3','\x18','\x61','\x03','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x02','\x00','\x00','\x03','\x80','\xc0','\x07','\x00','\x30','\x0c','\xe3','\x9c','\x30','\xc3','\x0e','\xcf','\xff','\xf6','\x00','\xc3','\x00','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\xc4','\x10','\x03','\x82','\x38','\x0f','\x03','\x60','\x3b','\x01','\x80','\xc3','\x0c','\xe0','\x03','\xf0','\x7f','\x3f','\x80','\x1e','\x0e','\x00','\x06','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x06','\x01','\xc0','\x3f','\xc1','\x80','\x06','\x01','\x98','\x06','\x0f','\xfc','\xff','\xf1','\x98','\x20','\x89','\x98','\x70','\x67','\x18','\xc6','\x23','\x9a','\x3f','\xc2','\xca','\x06','\x04','\xce','\x07','\xc8','\x07','\xfe','\x30','\x03','\x70','\x70','\x30','\x00','\xc8','\x78','\x03','\x84','\xc0','\x1f','\x03','\x00','\xe3','\x19','\xc0','\x03','\xe0','\x7f','\x1f','\x80','\x1e','\x0c','\x00','\x06','\x1c','\x03','\x06','\x18','\x7f','\xff','\x18','\x03','\x06','\x18','\x23','\x46','\x1b','\x1b','\x36','\xff','\x8b','\x16','\x03','\x03','\x06','\x06','\x07','\x0e','\x06','\x1b','\x76','\x0c','\x73','\x26','\x09','\x23','\x06','\x19','\x80','\x80','\x3b','\x00','\xc0','\x5c','\x11','\x0c','\x9b','\x1f','\xfe','\x19','\x98','\x0c','\x19','\x98','\x0c','\x18','\x18','\x0c','\x18','\x1f','\xfc','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0c','\x18','\x1f','\xfc','\x18','\x18','\x0c','\x1c','\x01','\xc0','\x18','\x11','\x88','\x18','\x1f','\xfc','\x18','\x11','\x88','\x1b','\x11','\x8a','\xff','\xff','\xff','\x03','\x11','\x88','\x06','\x11','\x88','\x06','\x1f','\xf8','\x0c','\x01','\x80','\x09','\x3f','\xfc','\x19','\xa1','\x84','\x3b','\x21','\x84','\x5c','\x3f','\xfc','\x9b','\x03','\x00','\x19','\x86','\x06','\x19','\xff','\xff','\x18','\x0c','\x18','\x18','\x18','\x38','\x18','\x3f','\x70','\x18','\x31','\xe0','\x18','\x03','\xbc','\x18','\x0e','\x0e','\x18','\x70','\x06','\x1c','\x46','\x46','\x18','\x7f','\x7f','\x18','\x46','\x46','\x18','\x46','\x46','\x1b','\x46','\x46','\xff','\xfe','\x7e','\x03','\x00','\x00','\x06','\x00','\x00','\x06','\x3f','\xfc','\x0c','\x31','\x8c','\x09','\x31','\x8c','\x19','\xb1','\x8c','\x3b','\x3f','\xfc','\x5c','\x31','\x8c','\x9b','\x31','\x8c','\x19','\xb1','\x8c','\x19','\xbf','\xfc','\x18','\x01','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x1c','\x02','\x04','\x18','\x21','\x87','\x18','\x18','\xc6','\x18','\x0c','\xcc','\x1b','\x0c','\x08','\xff','\x80','\x10','\x03','\x3f','\xfc','\x06','\x31','\x8c','\x06','\x31','\x8c','\x0c','\x31','\x8c','\x09','\x3f','\xfc','\x19','\xb1','\x8c','\x3b','\x31','\x8c','\x5c','\x31','\x8c','\x9b','\x3f','\xfc','\x19','\xb1','\x8c','\x19','\x81','\x80','\x18','\x01','\x86','\x18','\xff','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x0e','\x08','\xe4','\x0c','\x04','\xc6','\x0c','\x06','\xcc','\x0c','\x06','\xc8','\x0d','\x90','\xd2','\xff','\xdf','\xff','\x01','\xb0','\x06','\x03','\x30','\x04','\x03','\x07','\xf8','\x06','\x04','\x08','\x04','\x84','\x08','\x0c','\xc7','\xf8','\x1d','\x80','\x00','\x2e','\x10','\x06','\xcd','\x9f','\xff','\x0c','\xd8','\xc6','\x0c','\xd8','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x20','\xc0','\xe0','\x3f','\xe0','\xcc','\x30','\xcf','\xfe','\x30','\xc0','\x10','\x30','\xc4','\x18','\x3f','\xc3','\x30','\x30','\x01','\x26','\x30','\xdf','\xff','\x3f','\xe0','\xc0','\x78','\xc0','\xc0','\x58','\xc0','\xcc','\x58','\xcf','\xfe','\x98','\xc0','\xc0','\x1f','\xc0','\xc0','\x18','\xdc','\xc0','\x00','\x18','\x06','\xff','\xff','\xff','\x01','\xc2','\x10','\x07','\x82','\x18','\x1d','\x81','\x30','\xe1','\x80','\xc0','\x01','\x9c','\x78','\x1f','\xe0','\x3f','\x0f','\x00','\x0e','\x1c','\x00','\x0c','\x18','\x3f','\xfe','\x18','\x01','\x80','\x18','\x21','\x86','\x1b','\x3f','\xff','\xff','\xe1','\x86','\x03','\x61','\x84','\x06','\x1d','\xb8','\x06','\x01','\x80','\x0c','\x01','\x80','\x09','\x1d','\xb8','\x19','\x81','\x80','\x3b','\x00','\x06','\x5c','\x7f','\xff','\x9b','\x01','\x80','\x19','\xa1','\x06','\x19','\xbf','\xff','\x18','\x32','\x46','\x18','\x32','\x46','\x18','\x32','\x46','\x18','\x32','\x46','\x18','\x32','\x46','\x18','\x32','\x5e','\x18','\x30','\x0c','\x1c','\x23','\x20','\x18','\x3f','\xb8','\x18','\x24','\x30','\x18','\x24','\x30','\x1b','\x24','\x26','\xff','\xbf','\x7f','\x03','\x21','\x40','\x06','\x21','\x80','\x06','\x3f','\x00','\x0c','\x24','\x06','\x09','\x24','\x7f','\x19','\xa4','\x00','\x3b','\x3f','\x80','\x5c','\x20','\x00','\x9b','\x00','\x00','\x19','\xbf','\xfc','\x19','\xb2','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x18','\x32','\x4c','\x19','\xff','\xff','\x18','\x00','\x00','\x1c','\x38','\x06','\x18','\x31','\xff','\x18','\x30','\x30','\x18','\x30','\x30','\x1b','\x34','\x20','\xff','\xfe','\xa6','\x03','\x30','\xff','\x06','\x30','\xc6','\x06','\x30','\xc6','\x0c','\x34','\xc6','\x0a','\xfe','\xfe','\x1b','\x00','\xc6','\x3a','\x00','\xc6','\x5c','\x44','\xc6','\x9a','\x7e','\xfe','\x1b','\x44','\xc6','\x1b','\x44','\xc6','\x18','\x44','\xc6','\x18','\x44','\xfe','\x18','\x44','\x00','\x18','\x7c','\x48','\x18','\x44','\x66','\x18','\x00','\xc3','\x18','\x01','\x03','\x1c','\x07','\x38','\x18','\x06','\x32','\x18','\x7f','\xff','\x18','\x06','\x30','\x1b','\x06','\x30','\xff','\x80','\x00','\x03','\x3f','\xfe','\x06','\x22','\x22','\x06','\x22','\x22','\x0c','\x3f','\xfe','\x09','\x00','\x10','\x19','\x80','\xcc','\x3b','\x20','\xc4','\x5c','\x3f','\xff','\x9b','\x30','\xc0','\x19','\xb0','\xc4','\x19','\xb0','\x46','\x18','\x22','\x4c','\x18','\x3f','\x78','\x18','\x60','\x22','\x18','\x40','\x72','\x18','\x41','\xda','\x18','\x8e','\x0f','\x19','\x00','\x03','\x1c','\x1c','\x86','\x18','\x18','\xff','\x18','\x18','\xc6','\x18','\xff','\xc6','\x1b','\x00','\xc6','\xff','\x44','\xfe','\x03','\x26','\xc6','\x06','\x24','\xc6','\x06','\x08','\xc6','\x0c','\x08','\xc6','\x0a','\xff','\xfe','\x1b','\x10','\xc6','\x3a','\x10','\xc6','\x5c','\x10','\xc6','\x9a','\xfe','\xc6','\x1b','\x10','\xfe','\x19','\x10','\x18','\x18','\x38','\x98','\x18','\x36','\xd8','\x18','\x52','\xda','\x18','\x90','\x9a','\x19','\x10','\x9b','\x18','\x11','\x1f','\x18','\x12','\x0e','\x1c','\x42','\x46','\x18','\x7f','\x7f','\x18','\x62','\x46','\x18','\x62','\x46','\x1b','\x7e','\x7e','\xff','\xe2','\x46','\x03','\x62','\x46','\x06','\x7e','\x7e','\x06','\x60','\x06','\x0c','\x61','\x06','\x09','\x6f','\xf6','\x19','\xe1','\x06','\x3b','\x6f','\xf6','\x5c','\x69','\x16','\x9a','\x6f','\xf6','\x1b','\x69','\x16','\x1b','\x6f','\xf6','\x18','\x63','\x06','\x18','\x67','\xc6','\x18','\x65','\x36','\x18','\x69','\x16','\x18','\x71','\x06','\x18','\x61','\x3e','\x18','\x60','\x0c','\x1c','\x02','\x08','\x18','\x21','\x0e','\x18','\x11','\x8c','\x18','\x19','\x98','\x1b','\x0d','\x98','\xff','\x8c','\x10','\x03','\x00','\x26','\x06','\x7f','\xff','\x06','\x08','\x20','\x0c','\x0e','\x10','\x09','\x0c','\x5c','\x19','\x99','\xef','\x3b','\x37','\x86','\x5c','\x41','\x80','\x9b','\x01','\x98','\x19','\x9f','\xfc','\x19','\x81','\x80','\x18','\x01','\x86','\x18','\x7f','\xff','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x01','\x80','\x18','\x0f','\x80','\x18','\x03','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x30','\x00','\x0c','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x04','\x02','\x00','\x06','\x03','\x80','\x3f','\xc3','\x00','\x20','\x46','\x0c','\x3f','\xc7','\xfe','\x20','\x44','\x20','\x3f','\xca','\x38','\x06','\x02','\x30','\xff','\xf1','\x60','\x0c','\x01','\x60','\x0f','\xc0','\xc0','\x08','\xc0','\xc0','\x18','\xc1','\xb0','\x10','\xc3','\x1f','\x27','\xc6','\x0e','\xc1','\x98','\x06','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x11','\x08','\x0c','\xff','\xef','\xfe','\x11','\x0c','\x40','\x11','\x0f','\xfc','\x1f','\x0c','\x40','\x04','\x0c','\x40','\x7f','\xcf','\xfc','\x44','\x4c','\x40','\x44','\x4c','\x46','\x7f','\xcf','\xff','\x04','\x00','\x06','\x04','\x0a','\xa6','\xff','\xda','\xae','\x04','\x32','\x0c','\x04','\x30','\x7c','\x04','\x00','\x18','\x00','\x00','\xe0','\x08','\x1f','\xf8','\x0f','\xfc','\x00','\x1c','\x20','\x20','\x18','\x18','\x18','\x30','\x0c','\x0c','\x20','\x0c','\x06','\x44','\x00','\x67','\x87','\xff','\xf3','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x83','\x02','\x00','\xe3','\x02','\x01','\xc3','\x02','\x03','\x83','\x03','\x0e','\x03','\xff','\xf0','\x01','\xfe','\x0e','\x08','\x18','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\xcc','\x18','\x0f','\xef','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x4c','\xcc','\x18','\x7f','\xec','\x18','\x60','\xcc','\x18','\x60','\xcc','\x18','\x60','\xcf','\xf8','\x60','\xc4','\x60','\x60','\xc7','\x60','\x60','\xc6','\x60','\x7f','\xce','\x62','\x60','\xcc','\x62','\x60','\x18','\x63','\x00','\x30','\x7f','\x00','\xc0','\x3e','\x00','\x04','\x0c','\x00','\x37','\xfe','\xff','\xfe','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x26','\x47','\xfc','\x36','\x66','\x0c','\x36','\x66','\x0c','\x26','\x46','\x0c','\x26','\x46','\x0c','\x26','\x47','\xfc','\x76','\xe6','\x0c','\x56','\xa6','\x0c','\x5e','\xb6','\x0c','\x5f','\x36','\x0c','\x86','\x07','\xfc','\x06','\x00','\x30','\x06','\x32','\x30','\x07','\xc3','\xb0','\xfe','\x07','\x32','\x70','\x06','\x32','\x40','\x0c','\x33','\x00','\x18','\x3f','\x00','\x60','\x1e','\x0e','\x04','\x0c','\x0c','\x47','\xfe','\x0c','\x76','\x0c','\x0c','\x66','\x0c','\x7f','\xe6','\x0c','\x0c','\xc7','\xfc','\x0c','\x86','\x0c','\x0d','\x86','\x0c','\x0d','\x36','\x0c','\xff','\xfe','\x0c','\x0c','\x07','\xfc','\x18','\x06','\x0c','\x10','\xc6','\x0c','\x3f','\xe6','\x0c','\x58','\xc6','\x0c','\x98','\xc7','\xfc','\x18','\xc0','\x30','\x1f','\xc2','\x30','\x18','\xc3','\xb0','\x18','\xc7','\x32','\x18','\xc6','\x32','\x1f','\xcc','\x33','\x18','\x18','\x3f','\x00','\x60','\x1e','\x03','\x02','\x0c','\x03','\x03','\xfe','\x06','\x83','\x0c','\x06','\x43','\x0c','\x0c','\x73','\x0c','\x18','\x3f','\xfc','\x30','\x1b','\x0c','\xcf','\xe3','\x0c','\x00','\x03','\x0c','\x00','\x03','\x0c','\x44','\x1b','\xfc','\x7e','\x93','\x0c','\x44','\x93','\x0c','\x44','\x93','\x0c','\x7c','\x93','\x0c','\x44','\x93','\xfc','\x44','\x90','\x30','\x7c','\x91','\x30','\x44','\x91','\xb0','\x44','\x11','\x32','\x44','\x13','\x32','\x44','\x72','\x33','\x5c','\x34','\x3f','\x4c','\x08','\x1e','\x07','\x04','\x0c','\x66','\x77','\xfe','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x7f','\xe7','\xfc','\x00','\x06','\x0c','\x00','\x36','\x0c','\xff','\xfe','\x0c','\x00','\x06','\x0c','\x20','\xc7','\xfc','\x3f','\xe6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x00','\x80','\x30','\x20','\xc2','\x30','\x19','\x83','\xb0','\x09','\x07','\x32','\x01','\xe6','\x32','\xff','\x0c','\x33','\x78','\x18','\x3f','\x40','\x60','\x1e','\x0c','\xc2','\x0c','\x08','\x83','\xfe','\x7f','\xf3','\x0c','\x08','\x83','\x0c','\x08','\x83','\x0c','\x3f','\xe3','\xfc','\x08','\x83','\x0c','\x08','\x83','\x0c','\xff','\xfb','\x0c','\x02','\x03','\x0c','\x02','\x03','\xfc','\x3f','\xe3','\x0c','\x22','\x23','\x0c','\x22','\x23','\x0c','\x3f','\xe3','\x0c','\x22','\x23','\xfc','\x22','\x20','\x30','\x22','\x21','\x30','\xff','\xf9','\xb0','\x20','\x21','\xb2','\x20','\x21','\x32','\x20','\x23','\x33','\x21','\xe2','\x3f','\x20','\xcc','\x1e','\x1d','\xc4','\x0c','\x19','\x87','\xfe','\x19','\xb6','\x0c','\xff','\xfe','\x0c','\x19','\x86','\x0c','\x19','\x87','\xfc','\x40','\x66','\x0c','\x7f','\xf6','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x67','\xfc','\x7f','\xe6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x7f','\xe6','\x0c','\x06','\x07','\xfc','\x06','\x00','\x30','\x7f','\xe2','\x30','\x06','\x03','\xb0','\x06','\x07','\x32','\x07','\xe6','\x32','\xff','\x0c','\x33','\x78','\x18','\x3f','\x40','\x60','\x1e','\x00','\x80','\x00','\x13','\xc0','\x18','\x1e','\x24','\xfc','\x18','\x18','\x18','\x1f','\x24','\xf8','\x18','\x00','\x18','\x18','\x24','\x18','\x1f','\x18','\xf8','\x58','\x24','\x18','\x58','\x00','\x1a','\x7f','\xff','\xff','\x40','\x00','\x06','\xc7','\xff','\xe4','\xc6','\x00','\x68','\x07','\xff','\xe0','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x62','\x07','\xff','\xe2','\x00','\xe3','\x02','\x01','\xc3','\x03','\x0f','\x03','\xff','\xf0','\x01','\xfe','\x40','\x64','\x00','\x7f','\xf6','\x06','\x62','\x07','\xff','\x62','\x04','\x00','\x7f','\xe8','\x08','\x60','\x73','\xfc','\x60','\x60','\x00','\x7f','\xe7','\xfe','\x62','\x04','\x92','\x62','\x04','\x92','\x7f','\xf7','\xfe','\x60','\x00','\x00','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x83','\x02','\x01','\xe3','\x02','\x07','\x83','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x03','\x82','\x0c','\x03','\x1b','\xfe','\xff','\xff','\x0c','\x03','\x03','\x0c','\x3f','\xf3','\x0c','\x00','\x03','\xfc','\x7f','\xfb','\x0c','\x44','\x8b','\x0c','\x58','\xeb','\x0c','\x40','\x0b','\x0c','\x7f','\xfb','\xfc','\x00','\x03','\x0c','\x3f','\xf3','\x0c','\x20','\x13','\x0c','\x3f','\xf3','\x0c','\x20','\x13','\xfc','\x3f','\xf0','\x30','\x20','\x11','\x30','\x3f','\xf1','\xb0','\x10','\x81','\xb2','\x1c','\x63','\x32','\x18','\x33','\x33','\x30','\x36','\x3f','\xc0','\x0c','\x1e','\x1c','\x72','\x0c','\x18','\x63','\xfe','\xff','\xff','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x7c','\xfb','\xfc','\x44','\x8b','\x0c','\x44','\x8b','\x0c','\x7c','\xfb','\x0c','\x11','\x03','\x0c','\x1d','\xc3','\xfc','\x19','\x93','\x0c','\x3f','\xfb','\x0c','\x31','\x03','\x0c','\x71','\x23','\x0c','\xbf','\xf3','\xfc','\x31','\x00','\x30','\x31','\x21','\x30','\x3f','\xf1','\xb0','\x31','\x01','\xb2','\x31','\x01','\x32','\x31','\x13','\x33','\x3f','\xfa','\x3f','\x30','\x04','\x1e','\x10','\x00','\x0c','\x19','\x84','\x7e','\x1f','\xc7','\xe8','\x11','\x84','\x08','\x31','\x04','\xc8','\x23','\x04','\xc8','\x42','\x64','\xc8','\xbf','\xf4','\xc8','\x32','\x64','\xc8','\x32','\x64','\xc8','\x32','\x64','\xc8','\x3f','\xe4','\xc8','\x32','\x64','\xc8','\x32','\x64','\xc8','\x32','\x64','\xc8','\x3f','\xe4','\xcc','\x30','\x64','\xc4','\x30','\x64','\xc4','\x20','\x64','\xd4','\x20','\x64','\xd6','\x60','\x6c','\xf6','\x40','\x6b','\xdb','\x43','\xe9','\x9a','\x80','\xd0','\x02','\x03','\x83','\x80','\x3b','\x03','\x0c','\x33','\x23','\x3e','\x33','\xf3','\xe0','\x33','\x03','\x02','\x33','\x03','\x02','\x33','\xf3','\x03','\xff','\x03','\xff','\x78','\x81','\xfe','\x41','\xc0','\x00','\x03','\xff','\x80','\x07','\x03','\x00','\x0c','\x04','\x18','\x3f','\xff','\xfc','\xcc','\x18','\x18','\x0c','\x18','\x18','\x0f','\xff','\xf8','\x0c','\x18','\x18','\x0c','\x18','\x18','\x0f','\xff','\xf8','\x18','\x00','\x18','\x18','\x00','\x18','\x30','\x01','\xf8','\x40','\x00','\x30','\x10','\x00','\x0c','\x19','\x84','\x7e','\x1f','\xc7','\xf0','\x11','\x86','\x30','\x31','\x06','\x30','\x23','\x06','\x30','\x42','\x66','\x30','\xbf','\xf6','\x30','\x32','\x66','\x36','\x32','\x67','\xff','\x32','\x66','\x30','\x3f','\xe6','\x30','\x32','\x66','\x30','\x32','\x66','\x30','\x32','\x66','\x10','\x3f','\xe6','\x1a','\x30','\x66','\x1a','\x30','\x66','\x1a','\x20','\x7f','\xca','\x20','\x6e','\x0e','\x60','\x68','\x0e','\x40','\x60','\x66','\x43','\xef','\xf7','\x80','\xc0','\x03','\x10','\x00','\x10','\x19','\x88','\x1c','\x1f','\xc6','\x18','\x11','\x83','\x18','\x31','\x03','\x30','\x23','\x00','\x26','\x42','\x6f','\xff','\xbf','\xf0','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xcc','\x3f','\xe7','\xfe','\x32','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x3f','\xe0','\xc6','\x30','\x6f','\xff','\x30','\x60','\xc0','\x20','\x60','\xc0','\x20','\x60','\xc0','\x60','\x60','\xc0','\x40','\x60','\xc0','\x43','\xe0','\xc0','\x80','\xc0','\xc0','\x20','\x08','\x00','\x33','\x0e','\x00','\x3f','\x8c','\x0c','\x33','\x0f','\xfe','\x22','\x18','\x00','\x62','\x17','\xf8','\x44','\x26','\x18','\xbf','\x86','\x18','\x24','\x87','\xf8','\x24','\x86','\x18','\x24','\x86','\x18','\x3f','\x87','\xf8','\x24','\x80','\x06','\x24','\xbf','\xff','\x24','\x86','\x00','\x3f','\x84','\x06','\x20','\x8f','\xff','\x20','\x89','\x26','\x20','\x93','\x66','\x20','\xe2','\x46','\x60','\x84','\xce','\x40','\x98','\x8c','\x47','\x83','\x3c','\x81','\x80','\x18','\x20','\x20','\x0c','\x33','\x3f','\xfe','\x3f','\xb2','\x4c','\x33','\x32','\x4c','\x22','\x32','\x4c','\x62','\x3f','\xfc','\x44','\x34','\x0c','\xbf','\x87','\x00','\x24','\x86','\x06','\x24','\x8f','\xff','\x24','\x89','\x06','\x3f','\x99','\x06','\x24','\x9f','\xe6','\x24','\xa9','\x26','\x24','\x89','\x26','\x3f','\x89','\x26','\x20','\x8f','\xe6','\x20','\x81','\x06','\x20','\x81','\x46','\x20','\x81','\x66','\x60','\xbf','\xae','\x40','\x9c','\x0c','\x47','\x90','\x3c','\x81','\x80','\x18','\x00','\xc1','\xc0','\x7f','\xe1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x61','\x80','\xff','\xf1','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\xc1','\x80','\x7f','\xe1','\xe0','\x00','\x01','\xb8','\x00','\x01','\x8e','\x00','\xc1','\x87','\x7f','\xe1','\x83','\x00','\x01','\x80','\x00','\x01','\x80','\x40','\xc1','\x80','\x7f','\xe1','\x80','\x60','\xc1','\x80','\x60','\xc1','\x80','\x60','\xc1','\x80','\x60','\xc1','\x80','\x7f','\xc1','\x80','\x60','\xc1','\x80','\x03','\x04','\x00','\x7f','\x87','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\x86','\x06','\xff','\xcf','\xff','\x00','\x0c','\x00','\x00','\x0c','\x00','\x03','\x18','\x00','\x7f','\x90','\x18','\x00','\x2f','\xfc','\x00','\x00','\x70','\x03','\x00','\xe0','\x7f','\x81','\xc0','\x00','\x03','\x80','\x00','\x07','\x00','\x43','\x0e','\x00','\x7f','\x8c','\x02','\x63','\x18','\x02','\x63','\x18','\x02','\x63','\x18','\x02','\x63','\x1e','\x07','\x7f','\x0f','\xff','\x63','\x03','\xfe','\x03','\x00','\x00','\x7f','\x80','\x0c','\x00','\x0f','\xfe','\x00','\x00','\xc0','\x01','\x80','\xc0','\xff','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc6','\x00','\x1f','\xff','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x43','\x00','\xc0','\x7f','\x80','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x7f','\x00','\xc0','\x63','\x00','\xc0','\x03','\x00','\x00','\x7f','\x80','\x0c','\x00','\x1f','\xfe','\x00','\x00','\xc0','\x01','\x80','\xc0','\xff','\xc0','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x03','\x00','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc0','\x00','\x00','\xc0','\x43','\x00','\xc0','\x7f','\x80','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc0','\x63','\x00','\xc6','\x7f','\x3f','\xff','\x63','\x00','\x00','\x03','\x04','\x70','\x7f','\x87','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x01','\x86','\x60','\xff','\xce','\x64','\x00','\x0c','\x67','\x00','\x0c','\x66','\x03','\x0c','\x6c','\x7f','\x9c','\x68','\x00','\x1c','\x70','\x00','\x2c','\x60','\x03','\x4c','\x60','\x7f','\x8c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x43','\x0c','\x60','\x7f','\x8c','\x60','\x63','\x0c','\x62','\x63','\x0c','\x62','\x63','\x0c','\x62','\x63','\x0c','\x63','\x7f','\x0c','\x7f','\x63','\x0c','\x3e','\x03','\x00','\x0c','\x7f','\x9f','\xfe','\x00','\x06','\x30','\x00','\x06','\x30','\x01','\x86','\x30','\xff','\xc6','\x30','\x00','\x06','\x30','\x00','\x06','\x30','\x03','\x06','\x30','\x7f','\x86','\x36','\x00','\x3f','\xff','\x00','\x00','\x70','\x03','\x00','\xf0','\x7f','\x80','\xf0','\x00','\x01','\xb0','\x00','\x01','\xb0','\x43','\x03','\x30','\x7f','\x83','\x30','\x63','\x06','\x30','\x63','\x0c','\x30','\x63','\x18','\x30','\x63','\x60','\x30','\x7f','\x01','\xf0','\x63','\x00','\x60','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x21','\x86','\xff','\xbf','\xff','\x00','\x31','\x86','\x00','\x31','\x86','\x06','\x31','\x86','\x7f','\x31','\x86','\x00','\x31','\x46','\x00','\x33','\x26','\x06','\x32','\x26','\x7f','\x34','\x36','\x00','\x38','\x36','\x00','\x30','\x06','\x46','\x30','\x06','\x7f','\x30','\x06','\x66','\x30','\x06','\x66','\x30','\x06','\x66','\x30','\x06','\x66','\x30','\x06','\x7e','\x30','\x3e','\x66','\x30','\x0c','\x06','\x00','\x00','\x7f','\x00','\x06','\x00','\x7f','\xff','\x00','\x00','\x18','\x03','\x00','\x18','\xff','\x80','\x18','\x00','\x00','\x18','\x00','\x21','\x98','\x06','\x3f','\xd8','\x7f','\x31','\x98','\x00','\x31','\x98','\x00','\x31','\x98','\x06','\x31','\x98','\x7f','\x31','\x98','\x00','\x31','\x98','\x00','\x3f','\x98','\x43','\x31','\x98','\x7f','\x80','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x63','\x00','\x18','\x7f','\x00','\xf8','\x63','\x00','\x30','\x03','\x01','\xc0','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x81','\x80','\xff','\xc1','\x86','\x00','\x3f','\xff','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x03','\x01','\x80','\x7f','\x91','\x8c','\x00','\x1f','\xfe','\x00','\x18','\x0c','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x7f','\x18','\x0c','\x63','\x18','\x0c','\x03','\x08','\x18','\x7f','\x8f','\xfc','\x00','\x0c','\x18','\x00','\x0c','\x18','\x01','\x8c','\x18','\xff','\xcc','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x03','\x0f','\xf8','\x7f','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0c','\x18','\x03','\x0c','\x18','\x7f','\x8c','\x18','\x00','\x0c','\x18','\x00','\x0f','\xf8','\x43','\x0c','\x18','\x7f','\x8c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0c','\x1a','\x7f','\x7f','\xff','\x63','\x00','\x00','\x03','\x01','\x00','\x7f','\x81','\xc0','\x00','\x01','\x80','\x00','\x01','\x80','\x01','\x83','\x00','\xff','\xc3','\x10','\x00','\x02','\x08','\x00','\x06','\x0c','\x03','\x04','\x76','\x7f','\xbf','\xc7','\x00','\x1e','\x03','\x00','\x10','\x00','\x03','\x00','\x00','\x7f','\x88','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0f','\xfc','\x7f','\x0c','\x0c','\x63','\x0c','\x0c','\x06','\x00','\x0c','\x7f','\x00','\x3e','\x00','\x11','\xf0','\x00','\x1f','\xe0','\x03','\x18','\x60','\xff','\x98','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x06','\x18','\x60','\x7f','\x18','\x66','\x00','\x1f','\xff','\x00','\x18','\x60','\x06','\x18','\x60','\x7f','\x18','\x60','\x00','\x18','\x60','\x00','\x18','\x60','\x46','\x18','\x30','\x7f','\x1f','\x32','\x66','\x7c','\x32','\x66','\x30','\x32','\x66','\x20','\x1a','\x66','\x01','\x9f','\x7e','\xff','\xcf','\x66','\x00','\x06','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x06','\x20','\x06','\x7f','\x3f','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x03','\x30','\xe0','\xff','\xb0','\xc0','\x00','\x30','\xc4','\x00','\x32','\xc7','\x06','\x32','\xc6','\x7f','\x32','\xc6','\x00','\x36','\xc4','\x00','\x36','\xcc','\x06','\x36','\xc8','\x7f','\x30','\xc0','\x00','\x30','\xc0','\x00','\x31','\xa0','\x46','\x21','\xa0','\x7f','\x21','\xb0','\x66','\x63','\x10','\x66','\x43','\x18','\x66','\x46','\x1c','\x66','\x84','\x0f','\x7e','\x08','\x0e','\x66','\x30','\x06','\x06','\x08','\x00','\x7f','\x0e','\x00','\x00','\x0c','\x30','\x00','\x1f','\xf8','\x03','\x18','\x60','\xff','\xb0','\xc0','\x00','\x20','\x80','\x00','\x41','\x06','\x06','\xbf','\xff','\x7f','\x30','\x00','\x00','\x30','\x00','\x00','\x32','\x18','\x06','\x33','\xfc','\x7f','\x33','\x18','\x00','\x33','\x18','\x00','\x33','\x18','\x46','\x33','\x18','\x7f','\x33','\x78','\x66','\x23','\x30','\x66','\x23','\x02','\x66','\x63','\x02','\x66','\x43','\x03','\x7e','\x83','\xff','\x66','\x01','\xfe','\x06','\x00','\x0c','\x7f','\x00','\x3e','\x00','\x11','\xf0','\x00','\x1f','\x00','\x03','\x18','\x00','\xff','\x98','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\x06','\x1f','\xff','\x7f','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x06','\x1a','\x0c','\x7f','\x1b','\xfe','\x00','\x1b','\x0c','\x00','\x13','\x0c','\x43','\x13','\x0c','\x7f','\xb3','\x0c','\x63','\x23','\x0c','\x63','\x23','\x0c','\x63','\x43','\x0c','\x63','\x03','\xfc','\x7f','\x03','\x0c','\x63','\x03','\x0c','\x03','\x04','\x00','\x7f','\x87','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x01','\x8c','\x06','\xff','\xcf','\xff','\x00','\x18','\x06','\x00','\x10','\x06','\x03','\x2f','\xe6','\x7f','\x8c','\x66','\x00','\x0c','\x66','\x00','\x0c','\x66','\x03','\x0f','\xe6','\x7f','\x8c','\x66','\x00','\x0c','\x66','\x00','\x0c','\x66','\x43','\x0f','\xe6','\x7f','\x8c','\x66','\x63','\x0c','\x06','\x63','\x00','\x0e','\x63','\x00','\x0c','\x63','\x00','\x1c','\x7f','\x00','\xf8','\x63','\x00','\x30','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x11','\x80','\x00','\x1d','\x80','\x03','\x19','\x80','\xff','\x99','\x8c','\x00','\x1f','\xfe','\x00','\x31','\x80','\x06','\x21','\x80','\x7f','\x41','\x80','\x00','\x01','\x80','\x00','\x01','\x86','\x06','\x7f','\xff','\x7f','\x07','\xa0','\x00','\x07','\xa0','\x00','\x05','\x90','\x46','\x0d','\x90','\x7f','\x09','\x98','\x66','\x19','\x8c','\x66','\x11','\x8f','\x66','\x21','\x86','\x66','\xc1','\x86','\x7e','\x01','\x80','\x66','\x01','\x80','\x06','\x06','\x70','\x7f','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x03','\x06','\x64','\xff','\x86','\x67','\x00','\x66','\x66','\x00','\x36','\x6c','\x06','\x36','\x70','\x7f','\x36','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x06','\x0e','\x70','\x7f','\x36','\x6c','\x00','\xe6','\x66','\x00','\x66','\x63','\x46','\x46','\x63','\x7f','\x06','\x60','\x66','\x0e','\x60','\x66','\x0c','\x62','\x66','\x0c','\x62','\x66','\x18','\x63','\x7e','\x30','\x7f','\x66','\xc0','\x3e','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x8c','\x00','\x3f','\xfe','\x03','\x01','\x80','\xff','\x81','\x80','\x00','\x01','\x80','\x00','\x01','\x98','\x06','\x1f','\xfc','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\x01','\x86','\x7f','\x7f','\xff','\x00','\x07','\xa0','\x00','\x05','\xa0','\x46','\x0d','\x90','\x7f','\x09','\x90','\x66','\x19','\x98','\x66','\x11','\x8f','\x66','\x21','\x8e','\x66','\xc1','\x86','\x7e','\x01','\x80','\x66','\x01','\x80','\x06','\x08','\x00','\x7f','\x0e','\x00','\x00','\x0c','\x00','\x00','\x08','\x06','\x03','\x1f','\xff','\xff','\x90','\x00','\x00','\x20','\x00','\x00','\x50','\x18','\x06','\x1f','\xfc','\x7f','\x19','\x18','\x00','\x19','\x18','\x00','\x19','\x18','\x06','\x19','\x1a','\x7f','\x7f','\xff','\x00','\x19','\x18','\x00','\x19','\x18','\x46','\x19','\x18','\x7f','\x19','\x18','\x66','\x19','\x1a','\x66','\x3f','\xff','\x66','\x30','\x30','\x66','\x00','\x30','\x7e','\x01','\xf0','\x66','\x00','\x60','\x06','\x00','\xe8','\x7f','\x00','\xc6','\x00','\x00','\xc6','\x00','\x00','\xc0','\x03','\x00','\xc6','\xff','\xff','\xff','\x00','\x00','\xc0','\x00','\x00','\xc0','\x06','\x24','\xc4','\x7f','\x24','\xc7','\x00','\x24','\x46','\x00','\x24','\x46','\x06','\xff','\x4c','\x7f','\x24','\x6c','\x00','\x24','\x68','\x00','\x24','\x28','\x46','\x24','\x30','\x7f','\x24','\x52','\x66','\x64','\x5a','\x66','\x40','\xda','\x66','\x41','\x8a','\x66','\x83','\x0e','\x7e','\x06','\x07','\x66','\x18','\x03','\x06','\x08','\x00','\x7f','\x0e','\x00','\x00','\x0c','\x0c','\x00','\x4f','\xfe','\x03','\x28','\x60','\xff','\xb8','\x60','\x00','\x10','\x60','\x00','\x30','\x60','\x06','\x30','\x60','\x7f','\x50','\x60','\x00','\x98','\x60','\x00','\x18','\x6c','\x06','\x3b','\xfe','\x7f','\x38','\x60','\x00','\x78','\x60','\x00','\x58','\x60','\x46','\x98','\x60','\x7f','\x18','\x60','\x66','\x18','\x60','\x66','\x18','\x60','\x66','\x38','\x60','\x66','\x30','\x66','\x7e','\xf7','\xff','\x66','\x60','\x00','\x03','\x00','\xe0','\x7f','\x88','\xc0','\x00','\x0e','\xc0','\x00','\x0c','\xc0','\x01','\x8c','\xcc','\xff','\xcf','\xfe','\x00','\x18','\xc0','\x00','\x10','\xc0','\x03','\x20','\xc0','\x7f','\x80','\xc0','\x00','\x00','\xc6','\x00','\x3f','\xff','\x03','\x00','\x00','\x7f','\x80','\x00','\x00','\x08','\x0c','\x00','\x0f','\xfe','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\x0f','\xfc','\x63','\x0c','\x0c','\x03','\x00','\x0c','\x7f','\x9f','\xfe','\x00','\x00','\x18','\x00','\x02','\x30','\x01','\x81','\xa0','\xff','\xc0','\xc0','\x00','\x10','\xc6','\x00','\x1f','\xff','\x03','\x18','\xc6','\x7f','\x98','\xc6','\x00','\x18','\xc6','\x00','\x1f','\xfe','\x03','\x18','\xc6','\x7f','\x98','\xc6','\x00','\x18','\xc6','\x00','\x18','\xc6','\x43','\x1f','\xfe','\x7f','\x98','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x7f','\x18','\xde','\x63','\x18','\x0c','\x03','\x01','\xc4','\x7f','\xa1','\x87','\x00','\x11','\x86','\x00','\x19','\x8c','\x01','\x8d','\x88','\xff','\xcd','\x90','\x00','\x01','\x80','\x00','\x11','\x8c','\x03','\x1f','\xfe','\x7f','\x98','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x03','\x1f','\xfc','\x7f','\x98','\x0c','\x00','\x18','\x0c','\x00','\x18','\x0c','\x43','\x1f','\xfc','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x63','\x18','\x0c','\x7f','\x18','\x7c','\x63','\x18','\x18','\x03','\x00','\x00','\x7f','\x80','\x0c','\x00','\x3f','\xfe','\x00','\x01','\x80','\x01','\x81','\x80','\xff','\xc1','\x80','\x00','\x01','\x80','\x00','\x11','\x90','\x03','\x1d','\x9c','\x7f','\x99','\x98','\x00','\x19','\x98','\x00','\x11','\x90','\x03','\x39','\xb8','\x7f','\xa9','\xac','\x00','\x2d','\xa6','\x00','\x4d','\xc6','\x43','\x01','\x80','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x86','\x7f','\xff','\xff','\x63','\x00','\x00','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x00','\x00','\xff','\x88','\x30','\x00','\x0f','\xf8','\x00','\x0c','\x30','\x06','\x0c','\x30','\x7f','\x0c','\x30','\x00','\x0f','\xf0','\x00','\x00','\x00','\x06','\x00','\x18','\x7f','\x3f','\xfc','\x00','\x00','\x30','\x00','\x01','\x40','\x43','\x01','\x86','\x7f','\x7f','\xff','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x0f','\x80','\x63','\x03','\x00','\x03','\x00','\x18','\x7f','\x80','\xfc','\x00','\x1f','\xc0','\x00','\x01','\x04','\x01','\x90','\xc7','\xff','\xcc','\x4e','\x00','\x04','\x08','\x00','\x00','\x10','\x03','\x1f','\xfc','\x7f','\x81','\x8c','\x00','\x01','\x8c','\x00','\x01','\x8c','\x03','\x3f','\xff','\x7f','\x81','\x8c','\x00','\x01','\x8c','\x00','\x01','\x8c','\x43','\x1f','\xfc','\x7f','\x81','\x8c','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\x0f','\x80','\x63','\x03','\x00','\x03','\x04','\x00','\x7f','\x87','\x00','\x00','\x06','\x0c','\x00','\x07','\xfe','\x01','\x86','\x0c','\xff','\xc6','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x1c','\x03','\x08','\x18','\x7f','\x90','\xf8','\x00','\x20','\x30','\x00','\x01','\x00','\x03','\x13','\x86','\x7f','\x9e','\x3f','\x00','\x18','\x06','\x00','\x18','\x06','\x43','\x18','\x06','\x7f','\x9f','\x3e','\x63','\x18','\x06','\x63','\x18','\x06','\x63','\x18','\x06','\x63','\x18','\x06','\x7f','\x1f','\xfe','\x63','\x18','\x06','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x21','\x80','\x00','\x21','\x86','\x03','\x7f','\xff','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x00','\x18','\x06','\x3f','\xfc','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x06','\x01','\x80','\x7f','\x11','\x98','\x00','\x1d','\xfc','\x00','\x19','\x80','\x46','\x19','\x80','\x7f','\x19','\x80','\x66','\x19','\x80','\x66','\x15','\x80','\x66','\x33','\x80','\x66','\x21','\xe0','\x7e','\x40','\xff','\x66','\x80','\x3e','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x01','\x80','\xff','\x81','\x80','\x00','\x21','\x84','\x00','\x3f','\xfe','\x06','\x21','\x84','\x7f','\x29','\x94','\x00','\x25','\x94','\x00','\x25','\xa4','\x06','\x21','\x84','\x7f','\x3f','\xfc','\x00','\x23','\xa4','\x00','\x07','\xa0','\x46','\x07','\x90','\x7f','\x0d','\x90','\x66','\x0d','\x98','\x66','\x19','\x8c','\x66','\x11','\x8f','\x66','\x21','\x86','\x7e','\xc1','\x86','\x66','\x01','\x80','\x03','\x00','\xe0','\x7f','\x80','\xc0','\x00','\x00','\xcc','\x00','\x1f','\xfe','\x01','\x80','\x10','\xff','\xc4','\x1c','\x00','\x02','\x18','\x00','\x03','\x10','\x03','\x03','\x30','\x7f','\x80','\x26','\x00','\x3f','\xff','\x00','\x00','\x00','\x03','\x00','\x00','\x7f','\x88','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x0f','\xfc','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\x0f','\xfc','\x63','\x0c','\x0c','\x06','\x1c','\x70','\x7f','\x18','\x60','\x00','\x18','\x64','\x00','\x18','\x67','\x03','\x1f','\x6e','\xff','\x98','\x70','\x00','\x18','\x62','\x00','\x18','\x62','\x06','\x1b','\x63','\x7f','\x7c','\x7f','\x00','\x30','\x3e','\x00','\x21','\x00','\x06','\x01','\xc0','\x7f','\x11','\x8c','\x00','\x1f','\xfe','\x00','\x18','\x0c','\x46','\x18','\x0c','\x7f','\x18','\x0c','\x66','\x1f','\xfc','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x7e','\x1f','\xfc','\x66','\x18','\x0c','\x03','\x13','\x26','\x7f','\x9f','\xbf','\x00','\x13','\x26','\x00','\x13','\x26','\x01','\x93','\x26','\xff','\xd3','\x26','\x00','\x1f','\x3e','\x00','\x00','\x00','\x03','\x00','\x08','\x7f','\x8f','\xfc','\x00','\x00','\x00','\x00','\x00','\x02','\x03','\x3f','\xff','\x7f','\x86','\x00','\x00','\x06','\x0c','\x00','\x0f','\xfe','\x43','\x0c','\x0c','\x7f','\x8c','\x0c','\x63','\x00','\x0c','\x63','\x00','\x1c','\x63','\x00','\x18','\x63','\x00','\x38','\x7f','\x01','\xf0','\x63','\x00','\x60','\x03','\x01','\xc0','\x7f','\x81','\x80','\x00','\x01','\x98','\x00','\x0f','\xfc','\x01','\x83','\x18','\xff','\xc3','\x18','\x00','\x03','\x1a','\x00','\x3f','\xff','\x03','\x00','\x00','\x7f','\x88','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x03','\x0c','\x0c','\x7f','\x8f','\xfc','\x00','\x00','\x30','\x00','\x00','\x34','\x43','\x1f','\xfe','\x7f','\x86','\x30','\x63','\x06','\x30','\x63','\x06','\x36','\x63','\x3f','\xff','\x63','\x00','\x30','\x7f','\x00','\x30','\x63','\x00','\x30','\x06','\x01','\xc0','\x7f','\x01','\x8c','\x00','\x01','\xfe','\x00','\x01','\x80','\x03','\x21','\x86','\xff','\xbf','\xff','\x00','\x31','\x86','\x00','\x31','\x84','\x06','\x31','\xf0','\x7f','\x3f','\x82','\x00','\x31','\x83','\x00','\x31','\xff','\x06','\x30','\xfe','\x7f','\x30','\x00','\x00','\x34','\x0c','\x00','\x37','\xfe','\x46','\x36','\x00','\x7f','\x26','\x0c','\x66','\x27','\xfe','\x66','\x66','\x00','\x66','\x46','\x00','\x66','\x46','\x0c','\x7e','\x87','\xfe','\x66','\x06','\x00','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x21','\x80','\x00','\x21','\x86','\x03','\x7f','\xff','\xff','\xe0','\x06','\x00','\x60','\x04','\x00','\x00','\x18','\x06','\x3f','\xfc','\x7f','\x00','\x00','\x00','\x00','\x00','\x00','\x1f','\xf8','\x06','\x18','\x18','\x7f','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x46','\x18','\x18','\x7f','\x18','\x18','\x66','\x18','\x18','\x66','\x1f','\xf8','\x66','\x00','\x00','\x66','\x00','\x06','\x7e','\xff','\xff','\x66','\x00','\x00','\x06','\x20','\x00','\x7f','\x20','\x06','\x00','\x3f','\xff','\x00','\x60','\x06','\x03','\x61','\xc4','\xff','\x81','\x80','\x00','\x7f','\xfe','\x00','\x01','\x80','\x06','\x21','\x8c','\x7f','\x3f','\xfe','\x00','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\xfc','\x7f','\x31','\x8c','\x00','\x31','\x8c','\x00','\x3f','\xfc','\x46','\x31','\x8c','\x7f','\x01','\x80','\x66','\x01','\x86','\x66','\xff','\xff','\x66','\x01','\x80','\x66','\x01','\x80','\x7e','\x01','\x80','\x66','\x01','\x80','\x06','\x20','\x08','\x7f','\x3f','\xfc','\x00','\x20','\x08','\x00','\x20','\xc8','\x03','\x23','\xe8','\xff','\xaf','\x08','\x00','\x21','\x08','\x00','\x21','\x08','\x06','\x21','\x08','\x7f','\x2f','\xe8','\x00','\x29','\x28','\x00','\x29','\x28','\x06','\x29','\x28','\x7f','\x29','\x28','\x00','\x2f','\xe8','\x00','\x21','\x08','\x46','\x21','\x0a','\x7f','\x61','\x0a','\x66','\x41','\x4a','\x66','\x41','\x6e','\x66','\x5f','\xe6','\x66','\xce','\x26','\x7e','\x88','\x03','\x61','\x00','\x03','\x06','\x00','\x06','\x7f','\x7f','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x03','\x3f','\xfe','\xff','\xb0','\x06','\x00','\x30','\x06','\x00','\x30','\x06','\x06','\x3f','\xfe','\x7f','\x30','\x00','\x00','\x30','\x06','\x00','\x3f','\xff','\x06','\x39','\x26','\x7f','\x39','\x26','\x00','\x79','\x26','\x00','\x79','\x26','\x46','\x5f','\xfe','\x7e','\xd9','\x26','\x66','\x99','\x26','\x67','\x19','\x26','\x66','\x19','\x26','\x66','\x19','\x26','\x7e','\x18','\x1e','\x66','\x18','\x0c','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x80','\x00','\x21','\x8c','\x03','\x3f','\xfe','\xff','\xb1','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\xfc','\x7f','\x31','\x8c','\x00','\x31','\x8c','\x00','\x31','\x8c','\x06','\x31','\x8c','\x7f','\x3f','\xfc','\x00','\x33','\x4c','\x00','\x03','\x40','\x46','\x03','\x60','\x7f','\x06','\x20','\x66','\x06','\x30','\x66','\x0c','\x30','\x66','\x0c','\x18','\x66','\x18','\x1f','\x7e','\x30','\x0e','\x66','\xc0','\x06','\x03','\x00','\x06','\x7f','\xbf','\xff','\x00','\x00','\x0c','\x00','\x00','\x0c','\x01','\x8f','\x8c','\xff','\xc8','\x8c','\x00','\x08','\x8c','\x00','\x0f','\x8c','\x03','\x00','\x0c','\x7f','\x80','\x7c','\x00','\x00','\x18','\x00','\x00','\x06','\x03','\x3f','\xff','\x7f','\x80','\x0c','\x00','\x00','\x0c','\x00','\x0f','\x8c','\x43','\x08','\x8c','\x7f','\x88','\x8c','\x63','\x08','\x8c','\x63','\x0f','\x8c','\x63','\x00','\x0c','\x63','\x00','\x0c','\x7f','\x00','\x7c','\x63','\x00','\x18','\x00','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\xc0','\x81','\x04','\xcf','\xff','\xf0','\x00','\x81','\x00','\x0f','\xff','\xf0','\x00','\x81','\x06','\xff','\xff','\xff','\x03','\x00','\x40','\x06','\x7e','\x20','\x0c','\x00','\x10','\x1f','\xff','\xfc','\x30','\x00','\x0f','\xc3','\xff','\xc6','\x00','\x00','\x00','\x03','\xff','\xc0','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x20','\x10','\x7f','\x18','\x1c','\x00','\x0c','\x18','\x00','\x0c','\x30','\x03','\x00','\x20','\xff','\x80','\x46','\x00','\x7f','\xff','\x00','\x08','\x20','\x06','\x0e','\x20','\x7f','\x0c','\x10','\x00','\x0c','\x18','\x00','\x18','\x0c','\x06','\x10','\x0f','\x7f','\x20','\x06','\x00','\x40','\x00','\x00','\x3f','\xfc','\x46','\x32','\x4c','\x7f','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x7e','\xff','\xff','\x66','\x00','\x00','\x06','\x08','\x40','\x7f','\x0e','\x40','\x00','\x0c','\x20','\x00','\x0c','\x30','\x03','\x18','\x18','\xff','\x90','\x1c','\x00','\x3f','\xff','\x00','\x46','\x06','\x06','\x06','\x00','\x7f','\x0f','\xf0','\x00','\x0c','\x30','\x00','\x00','\x30','\x06','\x00','\x60','\x7f','\x03','\xe0','\x00','\x00','\xc0','\x00','\x20','\x0c','\x46','\x3f','\xfe','\x7f','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x7e','\xff','\xff','\x66','\x00','\x00','\x06','\x20','\x0c','\x7f','\x3f','\xfe','\x00','\x31','\x8c','\x00','\x31','\x8c','\x03','\x3f','\xfc','\xff','\xb1','\x8c','\x00','\x31','\x8c','\x00','\x3f','\xfc','\x06','\x08','\x60','\x7f','\x0e','\x60','\x00','\x0c','\x7f','\x00','\x18','\x3f','\x06','\x37','\x00','\x7f','\x46','\x30','\x00','\x07','\xf8','\x00','\x0c','\x30','\x46','\x08','\x60','\x7f','\x14','\x60','\x66','\x62','\xc0','\x66','\x01','\x80','\x66','\x03','\x60','\x66','\x06','\x3f','\x7e','\x18','\x1e','\x66','\x60','\x06','\x06','\x02','\x00','\x7f','\x01','\x80','\x00','\x00','\xd0','\x00','\x06','\xdc','\x03','\x06','\x18','\xff','\x96','\x38','\x00','\x16','\x34','\x00','\x36','\x62','\x06','\x36','\xc3','\x7f','\x67','\x93','\x00','\x67','\x18','\x00','\x0f','\xf8','\x06','\x33','\xf0','\x7f','\x00','\x00','\x00','\x20','\x0c','\x00','\x3f','\xfe','\x46','\x32','\x4c','\x7f','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x66','\x32','\x4c','\x7e','\xff','\xff','\x66','\x00','\x00','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x08','\x10','\xff','\x84','\x18','\x00','\x26','\x10','\x00','\x22','\x26','\x06','\x3f','\xff','\x7f','\x60','\x04','\x00','\x63','\x88','\x00','\x03','\x00','\x06','\x03','\x06','\x7f','\x7f','\xff','\x00','\x03','\x00','\x00','\x03','\x18','\x46','\x07','\xfc','\x7f','\x06','\x18','\x66','\x06','\x18','\x66','\x0c','\x18','\x66','\x0c','\x38','\x66','\x18','\x30','\x7e','\x31','\xf0','\x66','\xc0','\x60','\x06','\x01','\x00','\x7f','\x01','\xc0','\x00','\x03','\x8c','\x00','\x07','\xfe','\x03','\x0c','\x1c','\xff','\x9b','\x38','\x00','\x61','\x70','\x00','\x18','\xe0','\x06','\x09','\xc0','\x7f','\x07','\x00','\x00','\x1c','\x00','\x00','\x70','\x00','\x06','\x18','\x18','\x7f','\x1f','\xfc','\x00','\x11','\x80','\x00','\x21','\x86','\x46','\xff','\xff','\x7f','\x01','\x80','\x66','\x01','\x80','\x66','\x39','\x8e','\x66','\x31','\x8c','\x66','\x31','\x8c','\x7e','\x3f','\xfc','\x66','\x30','\x0c','\x06','\x20','\x06','\x7f','\x3f','\xff','\x00','\x30','\x00','\x00','\x30','\x00','\x03','\x31','\xf8','\xff','\xb1','\x08','\x00','\x31','\x08','\x00','\x31','\x08','\x06','\x31','\x08','\x7f','\x31','\xf8','\x00','\x30','\x00','\x00','\x30','\x00','\x06','\x37','\x9e','\x7f','\x34','\x92','\x00','\x34','\x92','\x00','\x34','\x92','\x46','\x34','\x92','\x7f','\x34','\x92','\x66','\x37','\x9e','\x66','\x30','\x00','\x66','\x30','\x00','\x66','\x30','\x06','\x7e','\x3f','\xff','\x66','\x30','\x00','\x3b','\x88','\x00','\x33','\x0e','\x00','\xff','\xec','\x00','\x33','\x0c','\x06','\x33','\x0f','\xff','\x33','\x18','\x06','\x3f','\x10','\x06','\x0c','\x3f','\xc6','\x4c','\x80','\x06','\x7f','\xbf','\xe6','\x4c','\x80','\x06','\x4c','\x9f','\xc6','\x4c','\x80','\x06','\x4c','\x9f','\xc6','\x7f','\x80','\x06','\x4c','\x90','\xc6','\x0c','\x1f','\xe6','\x0c','\x98','\xc6','\xff','\xd8','\xc6','\x0c','\x1f','\xce','\x0c','\x18','\xcc','\x0c','\x00','\x0c','\x0c','\x00','\x7c','\x0c','\x00','\x18','\x06','\x04','\x30','\xff','\xf7','\xf8','\x06','\x06','\x30','\x7f','\xe4','\x3f','\x00','\x08','\x1f','\x3f','\xe0','\x00','\x22','\x2f','\xfc','\x22','\x22','\x18','\x3f','\xe1','\x30','\x60','\x03','\xc0','\x40','\x1c','\x7f','\x80','\x00','\x0e','\x07','\xff','\xe0','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x06','\x01','\xc0','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\x7f','\xff','\x03','\x08','\x20','\xff','\x84','\x38','\x00','\x06','\x30','\x00','\x06','\x20','\x06','\x20','\x46','\x7f','\x3f','\xff','\x00','\x30','\x06','\x00','\x31','\xc6','\x06','\x31','\x86','\x7f','\x37','\xf6','\x00','\x31','\x86','\x00','\x31','\x86','\x46','\x33','\xe6','\x7f','\x32','\x26','\x66','\x32','\x26','\x66','\x32','\x26','\x66','\x33','\xe6','\x66','\x30','\x06','\x7e','\x30','\x1e','\x66','\x30','\x0c','\x06','\x10','\x30','\x7f','\x1f','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x03','\x1f','\xf0','\xff','\x98','\x30','\x00','\x18','\x30','\x00','\x1f','\xf0','\x06','\x00','\x00','\x7f','\x7f','\xfc','\x00','\x44','\x44','\x00','\x44','\x44','\x06','\x7f','\xfc','\x7f','\x00','\x00','\x00','\x00','\x30','\x00','\x7f','\xf8','\x46','\x10','\x30','\x7f','\x08','\x60','\x66','\x06','\xc0','\x66','\x03','\x80','\x66','\x06','\xe0','\x66','\x0c','\x7f','\x7e','\x30','\x1e','\x61','\xc0','\x06','\x06','\x0e','\x38','\x7f','\x0c','\x30','\x00','\x0c','\x36','\x00','\x7f','\xff','\x03','\x0c','\x30','\xff','\x8c','\x30','\x00','\x3f','\xfc','\x00','\x30','\x0c','\x06','\x30','\x0c','\x7f','\x3f','\xfc','\x00','\x30','\x0c','\x00','\x30','\x0c','\x06','\x30','\x0c','\x7f','\x3f','\xfc','\x00','\x01','\x80','\x00','\x01','\x80','\x46','\x01','\x86','\x7f','\x7f','\xff','\x66','\x03','\x40','\x66','\x07','\x20','\x66','\x06','\x38','\x66','\x0c','\x1f','\x7e','\x18','\x0e','\x66','\x60','\x06','\x06','\x0e','\x38','\x7f','\x0c','\x30','\x00','\x0c','\x36','\x00','\x7f','\xff','\x03','\x0c','\x30','\xff','\x8c','\x30','\x00','\x00','\x00','\x00','\x7f','\xfe','\x06','\x11','\x88','\x7f','\x11','\x88','\x00','\x11','\x88','\x00','\xff','\xff','\x06','\x11','\x88','\x7f','\x11','\x88','\x00','\x11','\x88','\x00','\x7f','\xfe','\x46','\x01','\x80','\x7f','\x01','\x80','\x66','\x01','\x8c','\x66','\x7f','\xfe','\x66','\x01','\x80','\x66','\x01','\x80','\x7e','\x01','\x80','\x66','\x01','\x80','\x06','\x00','\x30','\x7f','\x01','\xf8','\x00','\x3f','\x84','\x00','\x02','\x07','\x03','\x21','\x86','\xff','\x98','\x8c','\x00','\x08','\x08','\x00','\x1f','\xf0','\x06','\x18','\x30','\x7f','\x18','\x30','\x00','\x18','\x30','\x00','\x1f','\xfc','\x06','\x18','\x0c','\x7f','\x18','\x0c','\x00','\x18','\x0c','\x00','\x1f','\xff','\x46','\x30','\x03','\x7f','\x30','\x23','\x66','\x20','\x93','\x66','\x2a','\x53','\x66','\x49','\x46','\x66','\x59','\x06','\x7e','\x98','\x3e','\x66','\x00','\x0c','\x06','\x11','\xc8','\x7f','\x19','\x8c','\x00','\x31','\x98','\x00','\x41','\xe0','\x03','\x69','\xb4','\xff','\xad','\x96','\x00','\x19','\x8c','\x00','\x11','\x88','\x06','\x25','\x92','\x7f','\xff','\xff','\x00','\x72','\xb9','\x00','\x40','\xa4','\x06','\x00','\x82','\x7f','\x7f','\xff','\x00','\x60','\x80','\x00','\x60','\x88','\x46','\x70','\xcc','\x7f','\x6c','\x58','\x66','\x66','\x70','\x66','\x66','\x22','\x66','\x40','\x72','\x66','\xc0','\xda','\x7e','\x83','\x0f','\x61','\x0c','\x03','\x06','\x00','\x18','\x7f','\x3f','\xfc','\x00','\x00','\x38','\x00','\x06','\x60','\x03','\x01','\x86','\xff','\xff','\xff','\x00','\x06','\xc4','\x00','\x0c','\xc8','\x06','\x70','\xc0','\x7f','\x07','\xc0','\x00','\x41','\x86','\x00','\x7f','\xff','\x06','\x66','\x66','\x7f','\x66','\x66','\x00','\x6c','\x7e','\x00','\x68','\x3e','\x46','\x70','\x06','\x7f','\x67','\xe6','\x66','\x66','\x66','\x66','\x66','\x66','\x66','\x67','\xe6','\x66','\x60','\x06','\x7e','\x60','\x3e','\x66','\x60','\x0c','\x06','\x01','\x88','\x7f','\x3f','\x8c','\x00','\x03','\x58','\x00','\x43','\x52','\x03','\x26','\x27','\xff','\xb6','\x2c','\x00','\x3c','\x10','\x00','\x08','\x18','\x06','\x17','\xec','\x7f','\x20','\x0f','\x00','\x40','\x06','\x00','\x1f','\xf8','\x06','\x18','\x18','\x7f','\x18','\x18','\x00','\x18','\x18','\x00','\x1f','\xf8','\x46','\x00','\x10','\x7f','\x20','\x1c','\x66','\x18','\x18','\x66','\x0c','\x30','\x66','\x0c','\x20','\x66','\x00','\x46','\x7e','\xff','\xff','\x66','\x00','\x00','\x06','\x06','\x18','\x7f','\x04','\x10','\x00','\x04','\x12','\x00','\x7f','\xff','\x03','\x24','\x90','\xff','\xa4','\x90','\x00','\x24','\x92','\x00','\xff','\xff','\x06','\x14','\x28','\x7f','\x14','\x28','\x00','\x35','\x69','\x00','\x26','\x4f','\x06','\x24','\x86','\x7f','\x40','\x00','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x46','\x18','\x0c','\x7f','\x18','\x0c','\x66','\x1f','\xfc','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x7e','\x1f','\xfc','\x66','\x18','\x0c','\x06','\x0c','\x18','\x7f','\x08','\x10','\x00','\x09','\x12','\x00','\x7f','\xff','\x03','\x08','\x10','\xff','\x88','\x10','\x00','\x09','\x12','\x00','\x7f','\xff','\x06','\x14','\x28','\x7f','\x12','\x28','\x00','\x33','\x64','\x00','\x23','\x47','\x06','\x40','\x82','\x7f','\x00','\x00','\x00','\x1f','\xfc','\x00','\x18','\x0c','\x46','\x18','\x0c','\x7f','\x18','\x0c','\x66','\x1f','\xfc','\x66','\x18','\x0c','\x66','\x18','\x0c','\x66','\x18','\x0c','\x7e','\x1f','\xfc','\x66','\x18','\x0c','\x06','\x00','\x06','\x7f','\x7f','\xff','\x00','\x02','\x20','\x00','\x02','\x20','\x03','\x3f','\xfe','\xff','\xb2','\x26','\x00','\x32','\x26','\x00','\x32','\x26','\x06','\x3f','\xfe','\x7f','\x00','\x00','\x00','\x10','\x18','\x00','\x1f','\xfc','\x06','\x18','\x18','\x7f','\x18','\x18','\x00','\x1f','\xf8','\x00','\x18','\x18','\x46','\x18','\x18','\x7f','\x1f','\xf8','\x66','\x01','\x80','\x66','\x01','\x86','\x66','\xff','\xff','\x66','\x01','\x80','\x7e','\x01','\x80','\x66','\x01','\x80','\x06','\x08','\x00','\x7f','\x0c','\x30','\x00','\x0f','\xf8','\x00','\x18','\x20','\x03','\x10','\x46','\xff','\xbf','\xff','\x00','\x73','\x30','\x00','\x33','\x30','\x06','\x32','\x3e','\x7f','\x34','\x1e','\x00','\x38','\x00','\x00','\x33','\xf8','\x06','\x30','\x00','\x7f','\x3f','\xfe','\x00','\x30','\x00','\x00','\x37','\xfc','\x46','\x20','\x00','\x7f','\x27','\xfc','\x66','\x60','\x00','\x66','\x4f','\xfe','\x66','\x4c','\x06','\x66','\x8c','\x06','\x7e','\x0f','\xfe','\x66','\x0c','\x06','\x06','\x08','\x30','\x7f','\x0f','\xf8','\x00','\x0c','\x30','\x00','\x0c','\x30','\x03','\x0c','\x30','\xff','\x8f','\xf0','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x3e','\x7c','\x7f','\x22','\x44','\x00','\x22','\x44','\x00','\x22','\x44','\x06','\x3e','\x7c','\x7f','\x01','\x80','\x00','\x01','\x86','\x00','\xff','\xff','\x46','\x03','\x80','\x7f','\x07','\xc0','\x66','\x05','\xa0','\x66','\x0d','\xb0','\x66','\x19','\x9c','\x66','\x31','\x8f','\x7e','\xc1','\x86','\x66','\x01','\x80','\x20','\x60','\xe0','\x3f','\xf0','\xc4','\x30','\x6f','\xfe','\x30','\x62','\x10','\x3f','\xe3','\x30','\x30','\x01','\x22','\x30','\x1f','\xff','\x7f','\xe0','\xc0','\x58','\x60','\xc4','\x58','\x6f','\xfe','\x9f','\xe0','\xc0','\x00','\x00','\xc0','\x01','\xff','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x06','\x10','\x06','\x7f','\x1f','\xff','\x00','\x19','\x26','\x00','\x19','\x26','\x03','\x19','\x26','\xff','\x9f','\xfe','\x00','\x00','\xc0','\x00','\x00','\xc4','\x06','\x1f','\xfe','\x7f','\x00','\xc0','\x00','\x00','\xc2','\x00','\x3f','\xff','\x06','\x04','\x08','\x7f','\x02','\x08','\x00','\x02','\x12','\x00','\x3f','\xff','\x46','\x00','\xc0','\x7f','\x00','\xc0','\x66','\x00','\xc4','\x66','\x1f','\xfe','\x66','\x00','\xc0','\x66','\x00','\xc0','\x7e','\x00','\xc0','\x66','\x00','\xc0','\x06','\x00','\x30','\x7f','\x40','\x20','\x00','\x33','\xfe','\x00','\x1a','\x22','\x03','\x1a','\x22','\xff','\x83','\xfe','\x00','\x00','\x20','\x00','\x07','\xff','\x06','\x00','\x00','\x7f','\x01','\xfc','\x00','\x19','\x8c','\x00','\xfd','\x8c','\x06','\x19','\xfc','\x7f','\x19','\x80','\x00','\x19','\x80','\x00','\x19','\xfc','\x46','\x19','\x8c','\x7f','\x19','\x8c','\x66','\x19','\xfc','\x66','\x18','\x00','\x66','\x1c','\x00','\x66','\xf7','\xff','\x7e','\x61','\xfe','\x66','\x40','\x00','\x01','\x3c','\x00','\x27','\xb0','\x0c','\x3c','\x3e','\xfe','\x30','\x30','\x0c','\x3f','\x30','\xfc','\x30','\x3e','\x0c','\x30','\x06','\x0c','\x3f','\x66','\xfc','\x30','\x66','\x0c','\x30','\x66','\x0c','\xff','\xff','\xff','\x06','\x00','\x20','\x0e','\xff','\x10','\x0c','\x00','\x18','\x1f','\xff','\xfc','\x30','\x00','\x0f','\xc7','\xff','\xe6','\x00','\x00','\x00','\x07','\xff','\xe0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x06','\x01','\xc0','\x7f','\x01','\x86','\x00','\x7f','\xff','\x00','\x01','\x80','\x03','\x1f','\xfc','\xff','\x80','\x00','\x00','\x3f','\xfe','\x00','\x22','\x42','\x06','\x2c','\x7a','\x7f','\x20','\x02','\x00','\x3f','\xfe','\x00','\x00','\x00','\x06','\x10','\x04','\x7f','\x1f','\xfe','\x00','\x10','\x04','\x00','\x1f','\xfc','\x46','\x10','\x04','\x7f','\x1f','\xfc','\x66','\x10','\x04','\x66','\x1f','\xfc','\x66','\x08','\x00','\x66','\x0e','\x38','\x7e','\x1c','\x0e','\x66','\x60','\x06','\x06','\x0e','\x38','\x7f','\x0c','\x30','\x00','\x0c','\x36','\x00','\x7f','\xff','\x03','\x0c','\x30','\xff','\x8c','\x30','\x00','\x0f','\xf0','\x00','\x00','\x00','\x06','\x08','\x12','\x7f','\x0b','\xd3','\x00','\x7a','\x56','\x00','\x0a','\x58','\x06','\x0a','\x50','\x7f','\x0a','\x52','\x00','\x1a','\x52','\x00','\xeb','\xd3','\x46','\x48','\x1f','\x7f','\x08','\x0e','\x66','\x00','\x00','\x66','\x12','\x48','\x66','\x12','\x24','\x66','\x23','\x26','\x7e','\x63','\x33','\x66','\x63','\x33','\x10','\x04','\x20','\x1a','\x7e','\x34','\x1b','\x00','\x36','\x12','\x00','\x24','\x32','\x02','\x64','\x24','\x7f','\x4a','\x7f','\x80','\xff','\x64','\x00','\xc8','\xa4','\x05','\x48','\x24','\x7e','\x48','\x25','\x00','\x4a','\x3f','\x80','\x7f','\x24','\x04','\x48','\x24','\x7e','\x48','\x24','\x00','\x48','\x25','\x00','\x4a','\x3f','\xc6','\x7f','\x24','\x7f','\x48','\x24','\x66','\x48','\x24','\x66','\x48','\x24','\x66','\x48','\x25','\x66','\x4a','\x3f','\xfe','\x7f','\x20','\x66','\x40','\x06','\x04','\x00','\x7f','\x06','\x30','\x00','\x0f','\xf8','\x00','\x18','\x20','\x03','\x20','\x40','\xff','\x9f','\xfc','\x00','\x10','\x04','\x00','\x10','\x04','\x06','\x1f','\xfc','\x7f','\x08','\x20','\x00','\x0f','\x38','\x00','\x08','\x22','\x06','\x3f','\x23','\x7f','\x18','\x3f','\x00','\x00','\x00','\x00','\x1f','\xfc','\x46','\x10','\x84','\x7f','\x10','\x84','\x66','\x1f','\xfc','\x66','\x00','\x50','\x66','\x04','\x4a','\x66','\x0e','\x43','\x7e','\x18','\x7f','\x66','\x60','\x3e','\x06','\x01','\xc0','\x7f','\x01','\x86','\x00','\x7f','\xff','\x00','\x00','\x00','\x03','\x1f','\x7c','\xff','\x91','\x44','\x00','\x11','\x44','\x00','\x1f','\x7c','\x06','\x02','\x20','\x7f','\x1f','\xfc','\x00','\x02','\x20','\x00','\x02','\x20','\x06','\x1f','\xfc','\x7f','\x02','\x20','\x00','\x02','\x26','\x00','\x7f','\xff','\x46','\x06','\x44','\x7f','\x0c','\x46','\x66','\x1c','\x2c','\x66','\x64','\x30','\x66','\x04','\xd8','\x66','\x3f','\x1f','\x7e','\x1c','\x0e','\x66','\x10','\x06','\x04','\x44','\x70','\x7e','\x66','\x60','\x00','\x66','\x68','\x00','\xcc','\x66','\x02','\xab','\x62','\xff','\x11','\x60','\x00','\x00','\x66','\x01','\xff','\xff','\x04','\x24','\x60','\x7e','\x24','\x60','\x00','\x24','\x60','\x00','\xe7','\x64','\x04','\x24','\x67','\x7e','\x24','\x66','\x00','\xe7','\x26','\x00','\x24','\x2c','\x46','\x24','\x2c','\x7e','\xe7','\x38','\x66','\x24','\x12','\x66','\x24','\x3a','\x66','\x27','\x2a','\x67','\xfc','\x4e','\x7e','\xe0','\x87','\x66','\x81','\x03','\x06','\x0e','\x38','\x7f','\x0c','\x32','\x00','\x7f','\xff','\x00','\x0c','\x30','\x03','\x0c','\x30','\xff','\xbe','\x7c','\x00','\x22','\x44','\x00','\x22','\x44','\x06','\x3e','\x7c','\x7f','\x10','\x80','\x00','\x1c','\xe0','\x00','\x18','\xc4','\x06','\x3f','\xfe','\x7f','\x30','\x80','\x00','\x70','\x88','\x00','\xbf','\xfc','\x46','\x30','\x80','\x7f','\x30','\x88','\x66','\x3f','\xfc','\x66','\x30','\x80','\x66','\x30','\x80','\x66','\x30','\x86','\x7e','\x3f','\xff','\x66','\x30','\x00','\x06','\x2c','\x58','\x7f','\x28','\x50','\x00','\x7e','\xfe','\x00','\x48','\x90','\x03','\x08','\x10','\xff','\xff','\xff','\x00','\x14','\x28','\x00','\x15','\x2a','\x06','\x36','\x4b','\x7f','\x24','\x8f','\x00','\x40','\x00','\x00','\x1f','\xfc','\x06','\x18','\x0c','\x7f','\x1f','\xfc','\x00','\x18','\x0c','\x00','\x18','\x0c','\x43','\x1f','\xfc','\x7f','\x98','\x0c','\x63','\x18','\x0c','\x63','\x1f','\xfc','\x63','\x04','\x00','\x63','\x0e','\x38','\x7f','\x1c','\x0e','\x63','\x60','\x06','\x10','\x00','\x0c','\x1c','\x8f','\xfe','\x18','\x43','\x18','\x18','\x63','\x18','\x30','\x33','\x18','\x20','\x33','\x18','\x46','\x03','\x18','\x86','\x03','\x18','\x0d','\x03','\x18','\x0c','\x83','\x1e','\x18','\x5f','\xff','\x10','\x60','\x38','\x20','\x30','\x78','\x40','\x30','\x78','\xa0','\xc0','\x58','\x3f','\xe0','\xd8','\x30','\xc0','\x98','\x30','\xc1','\x98','\x30','\xc1','\x18','\x30','\xc2','\x18','\x30','\xc4','\x18','\x30','\xd8','\x18','\x3f','\xc0','\xf8','\x30','\xc0','\x30','\x07','\x02','\x00','\x46','\x03','\x90','\x46','\x63','\x08','\x7f','\xf3','\x0c','\xc0','\x66','\x06','\xc6','\x44','\xc6','\x06','\x08','\xc0','\x7f','\xe0','\xe0','\x06','\x01','\xa0','\x06','\x01','\xb0','\x7f','\xe1','\x10','\x06','\x03','\x18','\x06','\x02','\x0c','\xff','\xf4','\x0f','\x00','\x08','\x06','\x00','\x07','\xf8','\x40','\xc6','\x18','\x7f','\xe6','\x18','\x60','\xc6','\x18','\x60','\xc6','\x18','\x60','\xc6','\x18','\x60','\xc6','\x18','\x7f','\xc7','\xf8','\x60','\xc6','\x18','\x00','\xc2','\x00','\x07','\xe3','\x90','\x7e','\x03','\x08','\x08','\x23','\x0c','\x86','\x36','\x06','\x62','\x64','\xc6','\x24','\x48','\xc0','\x06','\x00','\xe0','\x4c','\x81','\xa0','\x31','\xc1','\xb0','\x19','\x81','\x10','\x1b','\x03','\x18','\x04','\x42','\x0c','\x08','\x24','\x0f','\xff','\xf8','\x06','\x70','\x33','\xf8','\x06','\x03','\x18','\x06','\x03','\x18','\xff','\xf3','\x18','\x06','\x03','\x18','\x0d','\x03','\x18','\x18','\xc3','\x18','\x30','\x63','\xf8','\xc0','\x63','\x18','\x00','\x1c','\x00','\x1c','\x18','\x1c','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x02','\x00','\x80','\x01','\x00','\xc0','\x01','\x81','\x80','\x01','\x81','\x00','\x00','\x02','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x01','\xc0','\x01','\x91','\x80','\xff','\xd1','\x86','\x00','\x3f','\xff','\x00','\x30','\x06','\x43','\x60','\x04','\x7f','\x78','\x08','\x63','\x10','\x00','\x63','\x12','\x44','\x63','\x1f','\x7e','\x63','\x12','\x44','\x7f','\x12','\x44','\x63','\x32','\x44','\x00','\x22','\x44','\x02','\x3a','\x44','\x43','\x4e','\x44','\x23','\x04','\x5c','\x32','\x04','\x4c','\x36','\x0c','\x40','\x04','\x08','\x42','\x07','\x18','\x42','\xfc','\x10','\x43','\x70','\x20','\x7f','\x40','\xc0','\x3e','\x40','\x60','\x00','\x7f','\xf0','\x0c','\x62','\x07','\xfe','\x62','\x02','\x0c','\x7f','\xe1','\x18','\x60','\x61','\x98','\x60','\x60','\xf0','\x7f','\xe0','\x60','\x62','\x00','\xf8','\x62','\x01','\x9f','\x7f','\xf6','\x06','\x60','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x02','\x00','\x80','\x01','\x81','\x80','\x00','\x82','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x01','\x1c','\x80','\x6f','\xdb','\xf7','\x61','\x18','\x86','\x61','\x18','\x86','\x6f','\xdb','\xf6','\x61','\x18','\x86','\x61','\x18','\x86','\x6f','\xdb','\xf6','\x61','\x18','\x86','\x60','\x18','\x06','\x7f','\xff','\xfe','\x00','\x00','\x00','\x00','\x00','\x18','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x02','\x00','\x80','\x01','\x81','\x80','\x00','\x82','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x38','\x00','\x00','\x70','\x00','\x00','\xe0','\x00','\x01','\xc0','\x10','\x03','\x20','\x1c','\x0c','\x30','\x38','\x70','\x78','\x70','\x00','\xe8','\xc0','\x01','\xcd','\x00','\x07','\x1e','\x00','\x0c','\x3d','\x00','\x38','\x3d','\x80','\xc0','\x6c','\xc0','\x00','\xcc','\xe0','\x01','\x8c','\x78','\x03','\x0c','\x3f','\x0c','\x0c','\x1e','\x30','\x1c','\x06','\xc0','\x18','\x00','\x00','\xf8','\x00','\x00','\x30','\x00','\x08','\x10','\x40','\x06','\x1c','\x60','\x03','\x18','\xc0','\x03','\x19','\x10','\x1f','\xff','\xf8','\x00','\x34','\x00','\x00','\x62','\x04','\x7f','\xff','\xfe','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x0d','\xff','\xbf','\x30','\x30','\x1e','\xc0','\x60','\x26','\x01','\x90','\x70','\x06','\x18','\xc0','\x38','\x6d','\x00','\x01','\x8e','\x00','\x06','\x1d','\x80','\x38','\x6c','\x60','\x01','\x8c','\x38','\x0e','\x1c','\x1c','\x70','\xf8','\x0c','\x00','\x30','\x00','\x00','\xc1','\xc4','\xff','\xe1','\x87','\x0c','\x01','\x86','\x0c','\x01','\x86','\x18','\x1f','\xfc','\x10','\x81','\x8c','\x28','\xc1','\x98','\x4c','\x81','\x90','\x9d','\x01','\xa6','\x16','\x3f','\xff','\x36','\x00','\xc0','\x27','\x01','\x80','\x46','\x82','\x0c','\x8e','\xc7','\xfe','\x1e','\xce','\x0c','\x16','\x16','\x0c','\x26','\x66','\x0c','\x46','\x07','\xfc','\x86','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x0c','\x06','\x0c','\x7c','\x07','\xfc','\x18','\x06','\x0c','\x00','\x03','\x00','\x00','\x07','\x80','\x00','\x0e','\x00','\x00','\x38','\x00','\x01','\xe6','\x30','\x0e','\x03','\x78','\x00','\x60','\xe0','\x00','\x33','\xc0','\x00','\x0f','\x00','\x00','\x3c','\x00','\x01','\xe4','\x00','\x3e','\x06','\x00','\x00','\x0f','\x00','\x00','\x19','\x00','\x00','\x61','\x80','\x03','\x83','\x80','\x1c','\x07','\x80','\x00','\x0d','\x80','\x00','\x39','\x80','\x00','\xe1','\x80','\x07','\x01','\x80','\x38','\x03','\x00','\x00','\x3f','\x00','\x00','\x06','\x00','\x01','\x00','\x38','\x03','\x80','\x30','\x07','\x00','\x30','\x0c','\x00','\x30','\x30','\x40','\x30','\xc6','\x60','\x30','\x02','\xc0','\x36','\x31','\x9f','\xff','\x13','\x00','\x70','\x06','\x00','\x70','\x19','\x00','\xf0','\x61','\x80','\xf0','\x02','\x81','\xb0','\x04','\xc1','\x30','\x18','\xc3','\x30','\x61','\xc2','\x30','\x03','\xc4','\x30','\x06','\xc8','\x30','\x0c','\xd0','\x30','\x30','\xc0','\x30','\xc1','\xc0','\x30','\x01','\x80','\x30','\x0f','\x81','\xf0','\x03','\x00','\x60','\x01','\x00','\x00','\x03','\x80','\x06','\x07','\x1f','\xff','\x0c','\x01','\x86','\x30','\x41','\x86','\xc6','\x63','\x06','\x02','\xc3','\x06','\x31','\x82','\x06','\x13','\x06','\x0c','\x06','\x04','\x0c','\x19','\x08','\x7c','\x61','\x90','\x18','\x02','\x80','\x00','\x04','\xc8','\x0c','\x18','\xcf','\xfe','\x61','\xcc','\x0c','\x03','\xcc','\x0c','\x06','\xcc','\x0c','\x0c','\xcc','\x0c','\x30','\xcc','\x0c','\xc1','\xcc','\x0c','\x01','\x8f','\xfc','\x0f','\x8c','\x0c','\x03','\x0c','\x0c','\x01','\x02','\x00','\x03','\x83','\x80','\x07','\x03','\x00','\x0c','\x06','\x18','\x30','\x47','\xfc','\xc6','\x6c','\x18','\x02','\xca','\x30','\x31','\x92','\x30','\x13','\x21','\x60','\x06','\x00','\xc0','\x19','\x01','\xe0','\x61','\x83','\x30','\x02','\x86','\x1c','\x04','\xcc','\x0f','\x18','\xf0','\x06','\x61','\xcf','\xf8','\x03','\xcc','\x18','\x06','\xcc','\x18','\x0c','\xcc','\x18','\x30','\xcc','\x18','\xc1','\xcc','\x18','\x01','\x8f','\xf8','\x0f','\x8c','\x18','\x03','\x0c','\x18','\x04','\x08','\x70','\x06','\x0e','\x60','\x0c','\x0c','\x60','\x18','\x0c','\x60','\x31','\x18','\x60','\xc9','\x98','\x66','\x0b','\x1f','\xff','\x66','\x38','\x60','\x2c','\x38','\x60','\x18','\x58','\xf0','\x34','\x98','\xf0','\xc6','\x18','\xf0','\x0e','\x18','\xf8','\x1b','\x19','\xe8','\x33','\x19','\x68','\xc7','\x19','\x6c','\x0f','\x1b','\x64','\x1b','\x1a','\x67','\x33','\x1c','\x66','\xc3','\x18','\x62','\x03','\x18','\x60','\x06','\x18','\x60','\x3e','\x18','\x60','\x0c','\x18','\x60','\x01','\x00','\x00','\x03','\x80','\x06','\x07','\x3f','\xff','\x0c','\x00','\xc0','\x30','\x40','\xc0','\xc6','\x60','\x80','\x02','\xc1','\x80','\x31','\x89','\x0c','\x13','\x0f','\xfe','\x06','\x0c','\x0c','\x19','\x0c','\x0c','\x61','\x8c','\x0c','\x02','\x8c','\x0c','\x04','\xcc','\x0c','\x18','\xcf','\xfc','\x61','\xcc','\x0c','\x03','\xcc','\x0c','\x06','\xcc','\x0c','\x0c','\xcc','\x0c','\x30','\xcc','\x0c','\xc1','\xcc','\x0c','\x01','\x8f','\xfc','\x0f','\x8c','\x0c','\x03','\x0c','\x0c','\x01','\x00','\x00','\x03','\x90','\x0c','\x07','\x1f','\xfe','\x0c','\x19','\x8c','\x30','\x99','\x8c','\xcc','\xd9','\x8c','\x05','\x99','\x8c','\x63','\x1f','\xfc','\x26','\x19','\x8c','\x0c','\x19','\x8c','\x32','\x19','\x8c','\xc7','\x19','\x8c','\x0d','\x1f','\xfc','\x19','\x99','\x8c','\x23','\x81','\x80','\xc7','\x81','\x80','\x05','\x81','\x98','\x09','\x9f','\xfc','\x11','\x81','\x80','\x21','\x81','\x80','\xc3','\x81','\x80','\x03','\x01','\x86','\x1f','\x7f','\xff','\x06','\x00','\x00','\x01','\x81','\x00','\x07','\xc3','\x80','\x1c','\x16','\x0c','\xe8','\x18','\x7e','\x06','\x58','\x0c','\x42','\xf8','\x0c','\x31','\xda','\x0c','\x13','\x9f','\x3c','\x06','\x18','\x0c','\x0c','\x18','\x0c','\x36','\x18','\x0c','\xce','\x18','\x0c','\x0b','\x1f','\xfc','\x13','\x18','\x60','\x27','\x80','\x60','\xc5','\x84','\x60','\x09','\x87','\x60','\x11','\x86','\x60','\x21','\x86','\x62','\xc1','\x8c','\x62','\x03','\x8c','\x62','\x03','\x18','\x63','\x1f','\x30','\x7f','\x06','\xc0','\x3e','\x01','\x02','\x00','\x03','\x83','\x80','\x07','\x23','\x0c','\x0c','\x3f','\xfe','\x30','\xb0','\x0c','\xcc','\xf4','\x4c','\x05','\xb2','\x6c','\x63','\x31','\xcc','\x26','\x31','\x8c','\x0c','\x33','\x6c','\x32','\x34','\x2c','\xc7','\x30','\x0c','\x0d','\x3f','\xfc','\x19','\x80','\x00','\x23','\x9c','\xe0','\xc7','\x98','\xc4','\x05','\x98','\xce','\x09','\x9f','\xd8','\x11','\x98','\xe0','\x21','\x98','\xc2','\xc3','\x98','\xc2','\x03','\x7f','\xc3','\x1f','\x38','\xff','\x06','\x20','\x7e','\x01','\x1c','\x70','\x03','\x98','\x60','\x07','\x18','\x60','\x0c','\x18','\x60','\x30','\x98','\x60','\xcc','\xd8','\x60','\x05','\x98','\x64','\x63','\x18','\x67','\x26','\x1b','\x6e','\x0c','\x1f','\xf8','\x32','\x18','\x60','\xc7','\x18','\x60','\x0d','\x18','\x60','\x19','\x98','\x60','\x23','\x98','\x60','\xc7','\x98','\x60','\x05','\x98','\x60','\x09','\x98','\x60','\x11','\x98','\x62','\x21','\x98','\x62','\xc3','\x9f','\xe2','\x03','\x7e','\x63','\x1f','\x38','\x7f','\x06','\x20','\x3e','\x01','\x07','\x38','\x03','\x86','\x30','\x07','\x06','\x36','\x0c','\x7f','\xff','\x30','\x86','\x30','\xcc','\xc6','\x30','\x05','\x9f','\xfc','\x63','\x18','\x0c','\x26','\x18','\x0c','\x0c','\x1f','\xfc','\x32','\x18','\x0c','\xc7','\x18','\x0c','\x0d','\x18','\x0c','\x19','\x9f','\xfc','\x23','\x81','\x80','\xc7','\x81','\x80','\x05','\x81','\x86','\x09','\xff','\xff','\x11','\x83','\x40','\x21','\x83','\x20','\xc3','\x86','\x38','\x03','\x0c','\x1f','\x1f','\x18','\x0e','\x06','\x60','\x06','\x20','\xc1','\xc0','\x3f','\xe1','\x90','\x30','\xc1','\x8c','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x80','\x3f','\xc1','\x86','\x30','\xff','\xff','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x88','\x3f','\xc1','\x8e','\x30','\xc0','\xcc','\x30','\xc0','\xd8','\x30','\xc0','\xd8','\x30','\xc0','\x70','\x3f','\xc0','\x60','\x00','\x00','\x62','\x11','\x80','\xf2','\x1c','\xc1','\xb2','\x18','\xe3','\x1a','\x30','\x66','\x1f','\x60','\x0c','\x0f','\x80','\x30','\x06','\x00','\x00','\x38','\x20','\x0f','\xfc','\x3f','\xfe','\x00','\x30','\x00','\x00','\x30','\x07','\x00','\x30','\x06','\x06','\x37','\xff','\xff','\x30','\x06','\x00','\x30','\x06','\x00','\x31','\xff','\xf8','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\xff','\xf8','\x31','\x80','\x18','\x31','\x80','\x18','\x31','\xff','\xf8','\x21','\x80','\x18','\x21','\x80','\x18','\x61','\xff','\xf8','\x40','\x00','\x00','\x40','\x40','\xc0','\x80','\xf0','\x38','\x03','\xc0','\x0e','\x0c','\x00','\x06','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\x72','\x00','\x00','\xc1','\x80','\x01','\xfe','\xe0','\x03','\x00','\x78','\x0c','\x01','\x9f','\x33','\xff','\xc6','\xc0','\x03','\x00','\x00','\x06','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0e','\x00','\x3c','\x70','\x00','\x0c','\x21','\x81','\x00','\x3f','\xc1','\xc0','\x31','\x81','\x80','\x31','\x81','\x80','\x31','\x83','\x00','\x31','\x83','\x10','\x3f','\x82','\x08','\x31','\x86','\x0c','\x31','\x84','\x76','\x31','\xbf','\xc7','\x31','\x9e','\x03','\x3f','\x90','\x00','\x31','\x80','\x00','\x31','\x88','\x0c','\x31','\x8f','\xfe','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\x8c','\x0c','\x00','\x0c','\x0c','\x22','\x0c','\x0c','\x39','\x8c','\x0c','\x30','\xcf','\xfc','\x60','\xcc','\x0c','\x80','\x0c','\x0c','\x03','\x83','\x80','\x03','\x03','\x0c','\x3b','\x33','\x3e','\x33','\xfb','\xf0','\x33','\x03','\x02','\x33','\x03','\x02','\x33','\x03','\x03','\x33','\xf3','\xff','\xff','\x81','\xfe','\x78','\x00','\x00','\x47','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x01','\x80','\x00','\x03','\xc1','\xf0','\x0f','\x00','\x3c','\x70','\x00','\x0c','\x00','\x01','\xd0','\x00','\x01','\x8c','\x00','\x01','\x84','\x00','\x01','\x80','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x1f','\xf1','\x80','\x00','\x01','\x80','\x7f','\xfd','\x80','\x00','\x01','\x80','\x1f','\xf1','\x80','\x18','\x31','\xc0','\x1f','\xf0','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x1f','\xf0','\xe0','\x18','\x30','\x62','\x18','\x30','\x72','\x1f','\xf0','\x32','\x08','\x00','\x3a','\x0e','\x70','\x1f','\x18','\x1c','\x0f','\x60','\x0c','\x06','\x00','\x01','\xd0','\x00','\x31','\x8c','\x3f','\xf9','\x84','\x00','\x01','\x80','\x00','\x01','\x86','\xff','\xff','\xff','\x00','\x01','\x80','\x00','\x01','\x80','\x10','\x31','\x80','\x1f','\xf9','\x80','\x18','\x31','\x80','\x18','\x31','\x80','\x1f','\xf1','\xc0','\x18','\x30','\xc0','\x18','\x30','\xc0','\x1f','\xf0','\xc0','\x18','\x30','\xe0','\x18','\x30','\x62','\x1f','\xf0','\x72','\x00','\x00','\x32','\x08','\x40','\x3a','\x1e','\x30','\x1f','\x38','\x18','\x0f','\xc0','\x18','\x06','\x21','\x80','\x18','\x3f','\xc0','\x7c','\x31','\x83','\xe0','\x31','\x9e','\x00','\x31','\x81','\xc0','\x31','\x81','\x80','\x3f','\x81','\x80','\x31','\x81','\x8c','\x31','\xbf','\xfe','\x31','\x80','\x1c','\x31','\x80','\x18','\x3f','\x80','\x38','\x31','\x80','\x30','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\x80','\xc0','\x31','\x88','\x80','\x3f','\x89','\x00','\x00','\x1a','\x00','\x22','\x14','\x00','\x39','\x36','\x00','\x31','\xf3','\x80','\x61','\xb1','\xff','\x80','\x20','\x7e','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\xc3','\x00','\x20','\xc3','\x0c','\x3f','\xff','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x00','\x1c','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x06','\x18','\x60','\x06','\x00','\x66','\xff','\xff','\xff','\x06','\x00','\x60','\x06','\x00','\x60','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x43','\x0e','\xc0','\x7f','\x8c','\x60','\x63','\x0c','\x0c','\x63','\x04','\x7e','\x63','\x07','\x80','\x63','\x7e','\x30','\x7f','\x03','\x60','\x63','\x01','\x82','\x63','\x02','\xc2','\x63','\x0c','\x72','\x63','\x70','\x1f','\x7f','\x0d','\x87','\x63','\x0c','\xc0','\x63','\x04','\x1e','\x63','\x07','\xe0','\x63','\x7e','\x10','\x63','\x03','\x18','\x7f','\x01','\x30','\x00','\x01','\xa0','\x24','\x00','\xc2','\x33','\x01','\x62','\x61','\x82','\x3a','\x41','\x8c','\x1f','\x80','\x30','\x07','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x0f','\xff','\xf0','\x00','\x00','\x00','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x18','\x20','\x06','\x18','\x30','\x0c','\x18','\x60','\x0e','\x3c','\xd8','\x1b','\x7b','\x0c','\x61','\xd9','\xc4','\x07','\x18','\x78','\x1c','\x18','\x1f','\xef','\xff','\xf6','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x00','\x1c','\x00','\x10','\x18','\x0c','\x1f','\xff','\xfe','\x30','\x00','\x0c','\x60','\xc3','\x08','\x6f','\xff','\xf0','\x00','\xc3','\x00','\x0f','\xff','\xf0','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x00','\x40','\x07','\xff','\xf0','\x0e','\x00','\x5c','\x33','\xff','\xcf','\xc2','\x00','\x46','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x01','\x80','\x00','\x03','\xc3','\xc0','\x07','\x00','\xf8','\x38','\x00','\x38','\x21','\x90','\x10','\x3f','\xcc','\x1c','\x31','\x86','\x18','\x31','\x86','\x20','\x31','\xff','\xfe','\x31','\x84','\x40','\x3f','\x84','\x44','\x31','\xbf','\xfe','\x31','\x84','\x44','\x31','\x84','\x44','\x31','\xff','\xff','\x3f','\x84','\x44','\x31','\x84','\x44','\x31','\xbf','\xfc','\x31','\x84','\x44','\x31','\x8c','\x40','\x31','\x8c','\x60','\x3f','\x9c','\x60','\x00','\x14','\x50','\x22','\x34','\x58','\x39','\x24','\x4f','\x31','\xc4','\x4e','\x61','\x84','\x46','\x80','\x04','\x40','\x23','\x01','\xc8','\x3f','\x81','\x86','\x33','\x01','\x82','\x33','\x7f','\xff','\x33','\x01','\x80','\x33','\x21','\x8c','\x3f','\x3f','\xfe','\x33','\x31','\x8c','\x33','\x31','\x8c','\x33','\x3f','\xfc','\x33','\x31','\x8c','\x3f','\x31','\x8c','\x33','\x3f','\xfc','\x33','\x30','\x0c','\x33','\x00','\x30','\x33','\x00','\x36','\x33','\x7f','\xff','\x3f','\x10','\x30','\x00','\x0c','\x30','\x22','\x06','\x30','\x39','\x86','\x30','\x30','\xc0','\x30','\x60','\xc1','\xf0','\x80','\x00','\x60','\x07','\x01','\xc0','\x06','\x01','\x80','\x7f','\xe1','\x98','\x06','\x0f','\xfc','\xff','\xf1','\x98','\x20','\x45','\x98','\x10','\x83','\x18','\xff','\xf1','\x1a','\x06','\x03','\x8a','\x06','\x02','\xce','\x7f','\xe4','\xc6','\x06','\x08','\x07','\x06','\x00','\x03','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x07','\x01','\x00','\x06','\x01','\xc0','\x7f','\xe1','\x86','\x06','\x03','\xff','\xff','\xf2','\x10','\x06','\x05','\x1c','\xff','\xf9','\x18','\x0c','\x00','\xb0','\x1f','\xe0','\x60','\x18','\x60','\xb0','\x30','\x63','\x1c','\x63','\xcc','\x0f','\x81','\x80','\x06','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x13','\x84','\xe0','\x1b','\x06','\xc4','\x3f','\xef','\xfe','\x23','\x08','\xc0','\x03','\x00','\xc2','\xff','\xef','\xff','\x0d','\x83','\x30','\x1d','\x83','\x32','\x19','\xf2','\x33','\x33','\xc4','\x3f','\xc1','\x08','\x1e','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xf0','\x0f','\x80','\x3c','\x70','\x00','\x0c','\x0e','\x00','\x74','\x0c','\x1f','\x66','\x0c','\xc0','\x62','\xff','\xff','\xff','\x02','\x04','\x60','\x43','\x84','\x60','\x33','\x17','\xa0','\x16','\x14','\x30','\x0c','\x14','\x32','\x1e','\x17','\x92','\x13','\x7c','\x1b','\x23','\x30','\x0f','\xc0','\x00','\x06','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x08','\x00','\x10','\x0f','\xff','\xf0','\x00','\x00','\x00','\x03','\x01','\xe0','\x0f','\x80','\x7c','\x78','\x00','\x1c','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x18','\x00','\x00','\x18','\x00','\x00','\x1f','\xff','\xf8','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x22','\x01','\x10','\x3e','\xfd','\xf8','\x22','\x85','\x10','\x22','\xfd','\x10','\x3e','\x85','\x90','\x22','\xfd','\x50','\x22','\x85','\x50','\x3e','\xfd','\x12','\x22','\x01','\x12','\x62','\x5b','\x13','\x4e','\x4a','\x1f','\x86','\x84','\x0e','\x43','\x08','\x00','\x7f','\x8c','\x60','\x63','\x1f','\xf0','\x63','\x18','\x40','\x63','\x30','\x86','\x63','\x7f','\xff','\x7f','\xb3','\x30','\x63','\x33','\x30','\x63','\x32','\x3e','\x63','\x34','\x1e','\x63','\x38','\x00','\x7f','\x33','\xf8','\x63','\x30','\x00','\x63','\x3f','\xfe','\x63','\x30','\x00','\x63','\x33','\xf8','\x63','\x20','\x00','\x7f','\x63','\xf8','\x00','\x60','\x00','\x24','\x47','\xfc','\x32','\x86','\x0c','\x63','\x06','\x0c','\x43','\x07','\xfc','\x80','\x06','\x0c','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x3f','\xfc','\x63','\x01','\x8c','\x63','\x01','\x8c','\x63','\xff','\xff','\x7f','\x01','\x8c','\x63','\x01','\x8c','\x63','\x3f','\xfc','\x63','\x01','\x80','\x63','\x01','\x80','\x7f','\xff','\xff','\x63','\x24','\x48','\x63','\x66','\x66','\x63','\x62','\x23','\x63','\x00','\x03','\x63','\x3f','\xfc','\x7f','\x32','\x4c','\x00','\x32','\x4c','\x46','\x32','\x4c','\x73','\x32','\x4c','\x63','\x32','\x4c','\x40','\xff','\xff','\x80','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x42','\x04','\x3f','\x34','\xf8','\x09','\x18','\x90','\x11','\x18','\x88','\x23','\x18','\xe4','\xc0','\x18','\x03','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x19','\xff','\x98','\x19','\x00','\x98','\x19','\xff','\x98','\x19','\x00','\x98','\x19','\xff','\x98','\x11','\x00','\x98','\x31','\xff','\x98','\x20','\x80','\x18','\x41','\xc3','\xd8','\x86','\x00','\xd8','\x22','\x00','\x70','\x3f','\x00','\x64','\x22','\x00','\x66','\x22','\x20','\x62','\x22','\x3f','\xff','\x23','\x20','\x60','\x3e','\xa0','\x60','\x22','\xff','\xe0','\x22','\x24','\x60','\x22','\x24','\x64','\x22','\x24','\x67','\x3e','\x3f','\x26','\x22','\x21','\x26','\x23','\xe1','\x24','\x22','\xe1','\x2c','\x22','\xbf','\x28','\x22','\x24','\x38','\x3e','\x24','\x10','\x00','\x24','\x12','\x24','\x3f','\xba','\x32','\x20','\x6a','\x63','\x60','\xce','\x43','\x43','\x07','\x80','\x84','\x03','\x21','\x80','\xe0','\x3f','\xc0','\xc0','\x31','\x80','\xc0','\x31','\x90','\xc6','\x31','\x9f','\xff','\x31','\x98','\x00','\x3f','\x98','\x00','\x31','\x98','\x70','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x3f','\x98','\x6c','\x31','\x9b','\xfe','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x31','\x98','\x60','\x3f','\x90','\x60','\x00','\x10','\x60','\x22','\x10','\x60','\x39','\xa0','\x60','\x30','\xc0','\x66','\x60','\xcf','\xff','\x80','\x00','\x00','\x01','\x00','\x80','\x01','\xff','\xc0','\x01','\x00','\x80','\x01','\xff','\x80','\x01','\x00','\x80','\x01','\xff','\x80','\x01','\x00','\x80','\x01','\xff','\x80','\x00','\x40','\x00','\x00','\xe3','\xe0','\x07','\x00','\xe0','\x00','\x00','\x00','\x20','\x42','\x04','\x3f','\xe3','\xfe','\x20','\x42','\x04','\x3f','\xc3','\xfc','\x20','\x42','\x04','\x3f','\xc3','\xfc','\x20','\x42','\x04','\x3f','\xc3','\xfc','\x00','\x00','\x00','\x11','\x81','\x18','\x38','\xe3','\x8e','\xc0','\x6c','\x06','\x23','\x01','\xc0','\x3f','\x81','\x86','\x33','\x7f','\xff','\x33','\x01','\x80','\x33','\x1f','\xfc','\x33','\x00','\x00','\x3f','\x3f','\xfe','\x33','\x22','\x42','\x33','\x2c','\x7a','\x33','\x20','\x02','\x33','\x3f','\xfe','\x3f','\x00','\x00','\x33','\x10','\x04','\x33','\x1f','\xfe','\x33','\x10','\x04','\x33','\x1f','\xfc','\x33','\x10','\x04','\x3f','\x1f','\xfc','\x00','\x10','\x04','\x22','\x1f','\xfc','\x39','\x08','\x00','\x31','\x8e','\x38','\x61','\x9c','\x0e','\x80','\x60','\x06','\x07','\x04','\x0c','\x06','\x07','\xfe','\x06','\x06','\x0c','\x06','\x66','\x0c','\x7f','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x06','\x36','\x00','\xff','\xfe','\x00','\x09','\x86','\x06','\x09','\x87','\xff','\x49','\x86','\x86','\x79','\xc6','\x86','\x69','\xa6','\x4c','\x69','\xb6','\x4c','\x49','\xb6','\x28','\x59','\x86','\x38','\x91','\x86','\x10','\x11','\x86','\x38','\x31','\x86','\x2c','\x21','\x86','\x6f','\x4f','\x86','\x46','\x83','\x06','\x86','\x07','\x01','\xc0','\x06','\x01','\x84','\x06','\x01','\x87','\x06','\x61','\x96','\x7f','\xff','\xfc','\x06','\x01','\x8c','\x06','\x01','\x98','\x06','\x01','\xb0','\x06','\x31','\xa6','\xff','\xff','\xff','\x09','\x80','\xc0','\x09','\x81','\x80','\x49','\x83','\x00','\x79','\xc6','\x0c','\x69','\xab','\xfe','\x69','\xb3','\x0c','\x49','\x9b','\x0c','\x59','\x9b','\x0c','\x91','\x83','\xfc','\x11','\x83','\x0c','\x31','\x83','\x0c','\x21','\x83','\x0c','\x4f','\x83','\xfc','\x83','\x03','\x0c','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x40','\x0c','\x00','\x70','\x03','\x80','\xe0','\x01','\xc1','\xc0','\x00','\xc3','\x80','\x00','\x06','\x00','\x00','\x18','\x00','\x08','\x60','\x00','\x0b','\x80','\x00','\x14','\x00','\x00','\x33','\x00','\x00','\xe1','\xe0','\x00','\x60','\x7f','\xff','\x40','\x0f','\xfe','\x07','\x00','\x1c','\x06','\x00','\x18','\x06','\x43','\x98','\x7f','\xe3','\x18','\x06','\x03','\x18','\x06','\x03','\x18','\x06','\x03','\x18','\x06','\x23','\x18','\xff','\xf3','\x18','\x06','\x03','\x18','\x06','\x03','\x18','\x26','\x03','\x1a','\x36','\x43','\x1f','\x37','\xe3','\x78','\x36','\x03','\x98','\x36','\x1c','\x18','\x36','\x00','\x18','\x36','\x00','\x18','\x2e','\x00','\x18','\x26','\x00','\x18','\x63','\xc0','\x00','\x40','\xff','\xff','\x40','\x1f','\xfe','\x80','\x00','\x00','\x07','\x00','\xc0','\x06','\x00','\xc0','\x06','\x41','\xa0','\x7f','\xe1','\xa0','\x06','\x03','\x10','\x06','\x02','\x18','\x06','\x04','\x0c','\x06','\x28','\x8f','\xff','\xf0','\xc6','\x06','\x01','\x80','\x06','\x03','\x20','\x26','\x04','\x30','\x36','\x40','\x60','\x37','\xe0','\xc4','\x36','\x01','\x8e','\x36','\x06','\x1c','\x36','\x00','\x38','\x36','\x00','\xe0','\x2e','\x03','\x80','\x26','\x0c','\x00','\x63','\xc0','\x00','\x40','\xff','\xff','\x40','\x1f','\xfe','\x80','\x00','\x00','\x07','\x00','\xe4','\x06','\x08','\xc6','\x06','\x44','\xcc','\x7f','\xe6','\xc8','\x06','\x06','\xd0','\x06','\x00','\xc0','\x06','\x07','\xfc','\x06','\x26','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x26','\x06','\x0c','\x36','\x46','\x0c','\x37','\xe6','\x0c','\x36','\x07','\xfc','\x36','\x06','\x0c','\x36','\x06','\x0c','\x36','\x06','\x0c','\x2e','\x06','\x7c','\x26','\x06','\x18','\x63','\xc0','\x00','\x40','\xff','\xff','\x40','\x1f','\xfe','\x80','\x00','\x00','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc6','\x30','\xff','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xcc','\x76','\x1f','\xfe','\x66','\xc4','\x0c','\x67','\xe4','\x18','\x66','\x02','\x18','\x66','\x02','\x30','\x66','\x01','\x30','\x66','\x01','\xe0','\x66','\x00','\xc0','\x66','\x01','\xe0','\x67','\xc3','\x78','\xfe','\x06','\x3f','\x70','\x0c','\x1e','\x40','\x30','\x06','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xce','\xc0','\x30','\xcc','\xc0','\x3f','\xcc','\xc0','\x06','\x0c','\xcc','\x06','\x0c','\xfe','\x76','\x0c','\xc0','\x66','\xcc','\xc0','\x67','\xec','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\x67','\xcc','\xc0','\xfe','\x0c','\xc6','\x70','\x7f','\xff','\x40','\x00','\x00','\x20','\xc1','\xc0','\x3f','\xe1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x8c','\x30','\xdf','\xfe','\x30','\xc1','\x80','\x30','\xc1','\x80','\x3f','\xc1','\x80','\x06','\x01','\x80','\x06','\x01','\x86','\x76','\x3f','\xff','\x66','\xc3','\x40','\x67','\xe3','\x40','\x66','\x03','\x40','\x66','\x03','\x20','\x66','\x06','\x20','\x66','\x06','\x30','\x66','\x06','\x30','\x66','\x04','\x18','\x67','\x8c','\x1c','\xfe','\x08','\x0f','\x70','\x10','\x0e','\x40','\x60','\x06','\x43','\x18','\x00','\x7f','\x90','\x00','\x63','\x10','\x26','\x63','\x10','\x3f','\x63','\x10','\x26','\x63','\x13','\x26','\x63','\xff','\xa6','\x63','\x13','\x26','\x7f','\x13','\x26','\x0c','\x13','\x26','\x0c','\x13','\x26','\x4c','\x13','\x26','\x4d','\x13','\x26','\x4f','\x93','\x26','\x4c','\x33','\x26','\x4c','\x23','\x26','\x4c','\x23','\x26','\x4c','\x23','\x26','\x4c','\x23','\x26','\x4c','\x67','\x26','\x4f','\x46','\x3e','\xfc','\x46','\x26','\x70','\x9e','\x00','\x41','\x0c','\x00','\x41','\x90','\x06','\x7f','\xdf','\xff','\x61','\x99','\x26','\x61','\x99','\x26','\x61','\x99','\x26','\x61','\x99','\x26','\x61','\x99','\x26','\x61','\x99','\x26','\x7f','\x99','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x4c','\x3f','\xff','\x4d','\x99','\x26','\x4f','\xd9','\x26','\x4c','\x19','\x26','\x4c','\x19','\x26','\x4c','\x19','\x26','\x4c','\x19','\x26','\x4c','\x19','\x26','\x4c','\x19','\x26','\x4f','\x99','\x26','\xfc','\x19','\x26','\x70','\x18','\x1e','\x40','\x18','\x0c','\x20','\xc0','\x06','\x3f','\xff','\xff','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc1','\x80','\x30','\xc3','\x00','\x30','\xc3','\x00','\x3f','\xc3','\x00','\x06','\x02','\x00','\x06','\x06','\x0c','\x76','\x07','\xfe','\x66','\xc6','\x0c','\x67','\xee','\x0c','\x66','\x0e','\x0c','\x66','\x16','\x0c','\x66','\x26','\x0c','\x66','\x06','\x0c','\x66','\x06','\x0c','\x66','\x06','\x0c','\x67','\xc6','\x0c','\xfe','\x07','\xfc','\x70','\x06','\x0c','\x40','\x06','\x0c','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc8','\xc0','\x30','\xce','\xc0','\x30','\xcc','\xc0','\x30','\xcc','\xcc','\x30','\xcf','\xfe','\x30','\xc8','\xc0','\x3f','\xc8','\xc0','\x06','\x10','\xc0','\x06','\x00','\xc0','\x76','\x00','\xc6','\x66','\xdf','\xff','\x67','\xe1','\xa0','\x66','\x01','\xa0','\x66','\x01','\xa0','\x66','\x03','\x30','\x66','\x03','\x10','\x66','\x03','\x10','\x66','\x06','\x18','\x67','\xc6','\x1c','\xfe','\x0c','\x0f','\x70','\x18','\x0e','\x40','\x60','\x06','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xd0','\xc6','\x30','\xdf','\xff','\x30','\xd8','\xc6','\x30','\xd8','\xc6','\x3f','\xd8','\xc4','\x06','\x18','\xc0','\x06','\x18','\xcc','\x76','\x1f','\xfe','\x66','\xda','\x0c','\x67','\xfa','\x0c','\x66','\x19','\x18','\x66','\x19','\x18','\x66','\x10','\xb0','\x66','\x10','\xe0','\x66','\x30','\x40','\x66','\x20','\xe0','\x67','\xe1','\xb8','\xfe','\x43','\x1f','\x70','\x86','\x0e','\x40','\x18','\x06','\x20','\xc3','\xa0','\x3f','\xe3','\x18','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x00','\x30','\xc3','\x06','\x30','\xff','\xff','\x30','\xc3','\x00','\x3f','\xc3','\x00','\x06','\x07','\x10','\x06','\x06','\x1c','\x76','\x06','\x18','\x66','\xc6','\x18','\x67','\xe5','\x30','\x66','\x0d','\x30','\x66','\x0c','\xa0','\x66','\x0c','\xe0','\x66','\x08','\x40','\x66','\x18','\xe0','\x67','\x90','\xb0','\x7e','\x31','\x18','\xf8','\x22','\x1f','\x60','\x44','\x0e','\x40','\x88','\x06','\x41','\x88','\x00','\x7f','\xce','\x00','\x61','\x8c','\x30','\x61','\x8f','\xf8','\x61','\x98','\x60','\x61','\x90','\xc0','\x61','\xa0','\x80','\x61','\xc1','\x06','\x7f','\x9f','\xff','\x0c','\x18','\x00','\x0c','\x18','\x00','\x4c','\x1a','\x0c','\x4d','\x9b','\xfe','\x4f','\xdb','\x0c','\x4c','\x1b','\x0c','\x4c','\x1b','\x0c','\x4c','\x1b','\x0c','\x4c','\x13','\x3c','\x4c','\x33','\x18','\x4c','\x23','\x02','\x4f','\x23','\x02','\xfc','\x43','\x03','\x70','\x83','\xff','\x40','\x01','\xfe','\x00','\x10','\x60','\x01','\x9f','\xf0','\xff','\xd8','\x60','\x0c','\x18','\x60','\x0c','\x1c','\x60','\x0c','\x1a','\x62','\x0c','\x1b','\x62','\x0f','\xb3','\x63','\xfc','\x30','\x7f','\x70','\x60','\x3e','\x40','\x80','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x18','\x00','\x04','\x18','\x30','\x07','\x1f','\xf8','\x0e','\x18','\x00','\x0d','\x18','\x00','\x18','\xf8','\x00','\x30','\x3f','\xff','\xc0','\x07','\xfe','\x20','\xc8','\x18','\x3f','\xef','\xfc','\x30','\xcc','\x18','\x30','\xcc','\x18','\x30','\xcc','\x18','\x30','\xcf','\xf8','\x30','\xcc','\x18','\x30','\xcc','\x18','\x3f','\xcc','\x18','\x06','\x0c','\x18','\x06','\x0f','\xf8','\x76','\x0c','\x84','\x66','\xcc','\x87','\x67','\xec','\x46','\x66','\x0c','\x4c','\x66','\x0c','\x50','\x66','\x0c','\x60','\x66','\x0c','\x20','\x66','\x0c','\x30','\x66','\x0c','\x30','\x67','\x8f','\xd8','\xfe','\x3f','\x1f','\x70','\x1c','\x0e','\x40','\x10','\x06','\x20','\xc0','\xe0','\x3f','\xe8','\xc0','\x30','\xce','\xc0','\x30','\xcc','\xc0','\x30','\xcc','\xcc','\x30','\xcf','\xfe','\x30','\xc8','\xc0','\x30','\xc8','\xc0','\x3f','\xd0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x76','\x3f','\xff','\x66','\xc3','\x30','\x67','\xe3','\x30','\x66','\x03','\x30','\x66','\x03','\x30','\x66','\x06','\x30','\x66','\x06','\x30','\x66','\x06','\x32','\x66','\x04','\x32','\x67','\x8c','\x32','\xfe','\x08','\x33','\x70','\x10','\x3f','\x40','\x60','\x1e','\x41','\x90','\x0c','\x7f','\xdf','\xfe','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x9f','\xfc','\x61','\x98','\x0c','\x7f','\x98','\x00','\x0c','\x18','\x06','\x0c','\x1f','\xff','\x4c','\x18','\x06','\x4d','\x98','\x06','\x4f','\xdb','\xe6','\x4c','\x1a','\x26','\x4c','\x32','\x26','\x4c','\x32','\x26','\x4c','\x32','\x26','\x4c','\x23','\xe6','\x4c','\x60','\x06','\x4f','\x40','\x0e','\xfc','\x80','\x0c','\x70','\x00','\x7c','\x40','\x00','\x18','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc6','\x30','\xff','\xff','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xd0','\xc6','\x30','\xdf','\xff','\x3f','\xd8','\xc6','\x06','\x18','\xc6','\x06','\x18','\xc6','\x76','\x18','\xc6','\x66','\x1f','\xfe','\x66','\xd8','\xc6','\x67','\xe1','\xc0','\x66','\x01','\xe0','\x66','\x03','\xe0','\x66','\x02','\xd0','\x66','\x06','\xd8','\x66','\x0c','\xcf','\x67','\x98','\xce','\xfe','\x60','\xc6','\x70','\x00','\xc0','\x40','\x00','\xc0','\x20','\xc1','\xc0','\x3f','\xe1','\x80','\x30','\xc1','\x80','\x30','\xc9','\x98','\x30','\xcf','\xfc','\x30','\xcc','\x18','\x30','\xcc','\x18','\x30','\xcc','\x18','\x3f','\xcf','\xf8','\x06','\x0c','\x18','\x06','\x0c','\x18','\x76','\x0c','\x18','\x66','\xcf','\xf8','\x67','\xec','\x44','\x66','\x0c','\x47','\x66','\x0c','\x46','\x66','\x0c','\x64','\x66','\x0c','\x28','\x66','\x0c','\x30','\x66','\x0c','\x30','\x67','\x8f','\xd8','\xfe','\x3f','\x1f','\x70','\x1c','\x0e','\x40','\x10','\x06','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xcc','\x30','\xdf','\xfe','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x3f','\xc0','\xc6','\x06','\x3f','\xff','\x06','\x00','\xc0','\x76','\x00','\xc0','\x66','\xd0','\xc0','\x67','\xfc','\xcc','\x66','\x18','\xfe','\x66','\x18','\xc0','\x66','\x18','\xc0','\x66','\x18','\xc0','\x66','\x18','\xc0','\x66','\x34','\xc0','\x67','\xb2','\xc0','\xfe','\x23','\xc0','\x70','\x41','\xff','\x40','\x80','\x7e','\x20','\xc8','\x0c','\x3f','\xef','\xfe','\x30','\xcc','\xcc','\x30','\xcc','\xcc','\x30','\xcc','\xcc','\x30','\xcf','\xfc','\x30','\xcc','\xcc','\x30','\xcc','\xcc','\x3f','\xcc','\xcc','\x06','\x0c','\xcc','\x06','\x0f','\xfc','\x76','\x0c','\xcc','\x66','\xc0','\xc0','\x67','\xe0','\xc6','\x66','\x1f','\xff','\x66','\x03','\xd0','\x66','\x03','\xd8','\x66','\x06','\xc8','\x66','\x06','\xcc','\x66','\x0c','\xcf','\x67','\x88','\xc6','\xfe','\x10','\xc6','\x70','\x20','\xc0','\x40','\x00','\xc0','\x41','\x90','\x0c','\x7f','\xdf','\xfe','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x9f','\xfc','\x61','\x98','\x0c','\x7f','\x98','\xe0','\x0c','\x18','\xc0','\x0c','\x18','\xc6','\x4c','\x1f','\xff','\x4d','\x98','\xc0','\x4f','\xd8','\xc0','\x4c','\x18','\xc0','\x4c','\x14','\xcc','\x4c','\x37','\xfe','\x4c','\x36','\x0c','\x4c','\x26','\x0c','\x4c','\x66','\x0c','\x4f','\x46','\x0c','\xfc','\x86','\x0c','\x70','\x07','\xfc','\x40','\x06','\x0c','\x20','\xc7','\x60','\x3f','\xe6','\x30','\x30','\xc6','\x0c','\x30','\xc2','\x7e','\x30','\xc3','\xc0','\x30','\xff','\x30','\x30','\xc1','\x60','\x30','\xc1','\x82','\x3f','\xc2','\xc2','\x06','\x0c','\x72','\x06','\x30','\x1f','\x76','\x06','\xc7','\x66','\xc6','\x60','\x67','\xe2','\x1e','\x66','\x03','\xe0','\x66','\x3f','\x10','\x66','\x01','\x18','\x66','\x01','\xb0','\x66','\x00','\xe0','\x66','\x01','\xc2','\x67','\xc3','\x62','\xfe','\x0e','\x3a','\x78','\x38','\x1f','\x40','\x00','\x07','\x43','\x10','\x00','\x7f','\x9c','\x00','\x63','\x18','\x00','\x63','\x18','\x46','\x63','\x11','\x7f','\x63','\x3f','\xe6','\x63','\x2c','\x66','\x63','\x4c','\x66','\x7f','\x0c','\x66','\x0c','\x0c','\x66','\x0c','\x0d','\x66','\x4c','\x7f','\xe6','\x4c','\x0c','\x66','\x4d','\x8c','\x66','\x4f','\xcc','\x66','\x4c','\x0c','\x66','\x4c','\x0a','\x66','\x4c','\x1a','\x66','\x4c','\x1b','\x66','\x4c','\x13','\x66','\x4f','\xb3','\x7e','\xfe','\x20','\x66','\x70','\x40','\x00','\x40','\x80','\x00','\x20','\xc0','\x0c','\x3f','\xef','\xfe','\x30','\xc0','\x18','\x30','\xc2','\x30','\x30','\xc1','\xc0','\x30','\xc0','\xc6','\x30','\xdf','\xff','\x30','\xc1','\xc6','\x3f','\xc3','\xc4','\x06','\x06','\xc8','\x06','\x0c','\xc0','\x76','\x10','\xc0','\x66','\xc0','\x00','\x67','\xe0','\xe0','\x66','\x00','\xc6','\x66','\x3f','\xff','\x66','\x03','\xd0','\x66','\x03','\xd0','\x66','\x06','\xc8','\x66','\x06','\xcc','\x67','\x8c','\xcf','\xfe','\x18','\xc6','\x70','\x60','\xc6','\x40','\x00','\xc0','\x41','\x80','\x18','\x7f','\xc0','\xfc','\x61','\x8f','\xc0','\x61','\x80','\xc0','\x61','\x80','\xc6','\x61','\xbf','\xff','\x61','\x80','\xc0','\x61','\x88','\xc4','\x7f','\x8f','\xfe','\x0c','\x08','\xc4','\x0c','\x08','\xc4','\x4c','\x0f','\xfc','\x4d','\x88','\xc4','\x4f','\xc8','\xc4','\x4c','\x0f','\xfc','\x4c','\x08','\xc4','\x4c','\x00','\xc0','\x4c','\x00','\xcc','\x4c','\x1f','\xfe','\x4c','\x00','\xc0','\x4f','\x80','\xc0','\xfc','\x00','\xc6','\x70','\x3f','\xff','\x40','\x00','\x00','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x83','\x40','\x61','\x83','\x20','\x61','\x86','\x30','\x61','\x8c','\x1c','\x61','\x98','\x0f','\x61','\xe0','\x26','\x7f','\x8f','\xf0','\x0c','\x00','\x00','\x0c','\x22','\x0e','\x4c','\x3f','\x4c','\x4d','\xa2','\x4c','\x4f','\xe2','\x4c','\x4c','\x3e','\x4c','\x4c','\x22','\x4c','\x4c','\x22','\x4c','\x4c','\x3e','\x4c','\x4c','\x22','\x4c','\x4c','\x22','\x0c','\x4f','\xa2','\x0c','\xfc','\x22','\x0c','\x70','\x2e','\x3c','\x40','\x26','\x18','\x41','\x80','\x0c','\x7f','\xdf','\xfe','\x61','\x80','\x18','\x61','\x83','\x30','\x61','\x81','\xc0','\x61','\x90','\xc6','\x61','\x9f','\xff','\x61','\x98','\xc6','\x7f','\x98','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\xc6','\x4c','\x18','\xc6','\x4d','\x9f','\xfe','\x4f','\xd8','\x06','\x4c','\x01','\x80','\x4c','\x01','\x86','\x4c','\x3f','\xff','\x4c','\x03','\x06','\x4c','\x03','\x06','\x4c','\x06','\x06','\x4f','\x86','\x0e','\xfe','\x0c','\x0c','\x70','\x18','\x7c','\x40','\x60','\x18','\x41','\x80','\x18','\x7f','\xc0','\xfc','\x61','\x9f','\xc0','\x61','\x81','\x04','\x61','\xa0','\xc6','\x61','\x98','\x4c','\x61','\x89','\x08','\x61','\x81','\x80','\x7f','\x92','\x20','\x0c','\x0c','\x30','\x0c','\x06','\x60','\x4c','\x06','\x88','\x4c','\x01','\x04','\x4d','\xbf','\xfe','\x4f','\xdf','\x06','\x4c','\x10','\x00','\x4c','\x01','\x80','\x4c','\x01','\x86','\x4c','\x3f','\xff','\x4c','\x03','\x20','\x4f','\x87','\x10','\xfe','\x0e','\x1c','\x70','\x18','\x0f','\x40','\x60','\x06','\x10','\x1c','\x00','\x10','\x18','\x06','\x3f','\xff','\xff','\x30','\x00','\x06','\x60','\xc3','\x0c','\x6f','\xff','\xf0','\x00','\xc3','\x00','\x1f','\xff','\xf8','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x03','\x80','\x80','\x07','\x00','\x40','\x0f','\xff','\xf0','\x1b','\x00','\xdc','\x33','\x00','\xcf','\xc3','\xff','\xc6','\x04','\x18','\x00','\x07','\x18','\x30','\x0e','\x1f','\xf8','\x0d','\x18','\x00','\x18','\xf8','\x00','\x30','\x3f','\xff','\xc0','\x07','\xfe','\x41','\x90','\x10','\x7f','\xcc','\x1c','\x61','\x86','\x18','\x61','\x86','\x20','\x61','\xbf','\xfe','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x98','\x7f','\x9f','\xfc','\x0c','\x01','\x80','\x0c','\x01','\x80','\x4c','\x01','\x86','\x4d','\xbf','\xff','\x4f','\xc6','\x00','\x4c','\x06','\x00','\x4c','\x0c','\x00','\x4c','\x0c','\x0c','\x4c','\x0f','\xfe','\x4c','\x18','\xc0','\x4c','\x90','\xc0','\x4f','\x20','\xc0','\xfc','\x40','\xc0','\x71','\x80','\xc6','\x40','\x1f','\xff','\x41','\x81','\x80','\x7f','\xc1','\x80','\x61','\x83','\x40','\x61','\x83','\x20','\x61','\x86','\x30','\x61','\x8c','\x1c','\x61','\x9b','\xef','\x61','\xe0','\x06','\x7f','\x8f','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x0f','\xf8','\x4d','\x8c','\x18','\x4f','\xcc','\x18','\x4c','\x0f','\xf8','\x4c','\x0c','\x00','\x4c','\x18','\x00','\x4c','\x1f','\xfc','\x4c','\x16','\x0c','\x4c','\x36','\x0c','\x4f','\x26','\x0c','\xfc','\x46','\x0c','\x71','\x87','\xfc','\x40','\x06','\x0c','\x41','\x81','\xc0','\x7f','\xc1','\x80','\x61','\x81','\x80','\x61','\xb9','\x8e','\x61','\x83','\x40','\x61','\x83','\x40','\x61','\xbb','\x2e','\x61','\x86','\x30','\x7f','\x86','\x18','\x0c','\x0c','\x1c','\x0c','\x18','\x0f','\x4c','\x2f','\xfe','\x4d','\x8c','\x18','\x4f','\xcc','\x18','\x4c','\x0f','\xf8','\x4c','\x0c','\x18','\x4c','\x0c','\x18','\x4c','\x0c','\x18','\x4c','\x0f','\xf8','\x4c','\x0c','\x18','\x4f','\x8c','\x18','\xfe','\x0c','\x18','\x70','\x0c','\xf8','\x40','\x0c','\x30','\x20','\xc0','\x0c','\x3f','\xe0','\x7e','\x30','\xcf','\xe0','\x30','\xc1','\x00','\x30','\xd0','\x84','\x30','\xc8','\xc7','\x30','\xcc','\xc6','\x30','\xcc','\x0c','\x3f','\xc0','\x08','\x06','\x00','\x10','\x06','\x01','\x00','\x76','\x13','\x86','\x66','\xde','\x3f','\x67','\xf8','\x06','\x66','\x18','\x06','\x66','\x18','\x06','\x66','\x18','\x06','\x66','\x1f','\x3e','\x66','\x18','\x06','\x66','\x18','\x06','\x67','\x98','\x06','\xfe','\x18','\x06','\x70','\x1f','\xfe','\x40','\x18','\x06','\x00','\x07','\x20','\x00','\x06','\x18','\x20','\x06','\x0a','\x3f','\xff','\xff','\x30','\xc3','\x00','\x30','\xfb','\x10','\x30','\xc1','\x9c','\x3f','\xff','\x98','\x30','\xc0','\xf0','\x34','\xd0','\x62','\x26','\xcc','\xf2','\x6c','\xc4','\xbb','\x53','\xc1','\x1f','\x81','\x80','\x06','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x04','\x18','\x00','\x07','\x1f','\xfc','\x0e','\x18','\x00','\x1d','\x98','\x00','\x30','\x7f','\xff','\xc0','\x0f','\xfe','\x43','\x10','\x04','\x7f','\x9d','\x07','\x63','\x18','\x86','\x63','\x30','\x84','\x63','\x20','\xcc','\x63','\x40','\xc8','\x63','\x10','\x08','\x63','\x1c','\x12','\x7f','\x1b','\xff','\x0c','\x18','\x30','\x0c','\x18','\x30','\x4c','\x30','\x30','\x4d','\xb3','\xb0','\x4f','\xf3','\x36','\x4c','\x73','\x3f','\x4c','\xb3','\x30','\x4c','\x33','\x30','\x4c','\x33','\x30','\x4c','\x33','\x30','\x4c','\x33','\x30','\x4f','\xb2','\xb0','\xfe','\x32','\x70','\x70','\x32','\x3f','\x40','\x34','\x0e','\x41','\x80','\xe0','\x7f','\xc0','\xc0','\x61','\x80','\xc0','\x61','\xa0','\xc6','\x61','\xbf','\xff','\x61','\xb0','\x00','\x61','\xb0','\x00','\x61','\xb3','\x9c','\x7f','\xb3','\x18','\x0c','\x3f','\xff','\x0c','\x33','\x18','\x4c','\x33','\x18','\x4d','\xb3','\x18','\x4f','\xf3','\x18','\x4c','\x33','\xf8','\x4c','\x33','\x18','\x4c','\x30','\x00','\x4c','\x30','\x00','\x4c','\x30','\x00','\x4c','\x25','\x24','\x4f','\x65','\x26','\xfc','\x4d','\xb3','\x70','\x9d','\xb3','\x40','\x18','\x93','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc8','\xc0','\x30','\xc8','\xc6','\x30','\xcf','\xff','\x30','\xd8','\x06','\x30','\xd8','\x04','\x30','\xc0','\x00','\x3f','\xc0','\x18','\x06','\x0f','\xfc','\x06','\x00','\x00','\x76','\x00','\x00','\x66','\xc0','\x06','\x67','\xdf','\xff','\x66','\x00','\xc0','\x66','\x08','\xc0','\x66','\x0e','\xd0','\x66','\x0c','\xc8','\x66','\x0c','\xcc','\x66','\x18','\xc6','\x67','\x90','\xc6','\xfe','\x20','\xc6','\x70','\x07','\xc0','\x40','\x01','\x80','\x43','\x0e','\x38','\x7f','\x8c','\x30','\x63','\x0c','\x32','\x63','\x7f','\xff','\x63','\x0c','\x30','\x63','\x0c','\x30','\x63','\x0f','\xf0','\x63','\x01','\x80','\x7f','\x41','\x82','\x0c','\x7f','\xff','\x0c','\x41','\x82','\x4c','\x41','\x82','\x4d','\x59','\xb2','\x4f','\xc9','\x92','\x4c','\x49','\x92','\x4c','\x5d','\xba','\x4c','\x55','\xaa','\x4c','\x57','\xae','\x4c','\x65','\xca','\x4c','\x41','\x82','\x4f','\xc1','\x82','\xfe','\x41','\x82','\x70','\x41','\x9e','\x40','\x41','\x8c','\x21','\x90','\x06','\x3f','\xdf','\xff','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x9f','\xfe','\x06','\x04','\xc8','\x06','\x04','\xc8','\x76','\x04','\xc8','\x66','\xbf','\xff','\x67','\xc4','\xc8','\x66','\x04','\xc8','\x66','\x04','\xc8','\x66','\x1f','\xfe','\x66','\x00','\xc0','\x66','\x00','\xc0','\x66','\x1f','\xfe','\x67','\x80','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x43','\x40','\x06','\x7f','\xff','\xff','\x63','\x40','\x20','\x63','\x51','\x38','\x63','\x49','\xb0','\x63','\x49','\x30','\x63','\x42','\x26','\x63','\x7f','\xff','\x7f','\x44','\x26','\x08','\x44','\x66','\x08','\x55','\x54','\x48','\x55','\x90','\x4b','\x55','\x10','\x4f','\xd5','\x10','\x48','\x55','\x10','\x48','\x55','\x10','\x48','\x5f','\x30','\x48','\x44','\x28','\x48','\xc4','\x28','\x4e','\x84','\x64','\xfc','\x8c','\x44','\x71','\x08','\x47','\x41','\x10','\x86','\x02','\x21','\x02','\x41','\x88','\x10','\x7f','\xc6','\x18','\x61','\x82','\x10','\x61','\x80','\x26','\x61','\xff','\xff','\x61','\x81','\x40','\x61','\x91','\x4c','\x61','\x9f','\xfe','\x7f','\x99','\x4c','\x0c','\x1a','\x4c','\x0c','\x1c','\x3c','\x4c','\x18','\x0c','\x4d','\x9f','\xfc','\x4f','\xd8','\x0c','\x4c','\x18','\x0c','\x4c','\x1f','\xfc','\x4c','\x00','\x30','\x4c','\x00','\x32','\x4c','\x7f','\xff','\x4c','\x08','\x30','\x4f','\x84','\x30','\xfe','\x06','\x30','\x70','\x06','\xf0','\x40','\x00','\x60','\x41','\x83','\x30','\x7f','\xa3','\x32','\x61','\x9b','\x33','\x61','\x8b','\x32','\x61','\x83','\x34','\x61','\x83','\x30','\x61','\xbf','\xff','\x61','\x84','\x08','\x7f','\x82','\x08','\x0c','\x02','\x10','\x0c','\x1f','\xfe','\x4c','\x00','\xc0','\x4d','\x80','\xc0','\x4f','\xdf','\xfe','\x4c','\x00','\xc0','\x4c','\x00','\xc0','\x4c','\x3f','\xff','\x4c','\x01','\xa0','\x4c','\x01','\xa0','\x4c','\x03','\x10','\x4f','\x83','\x18','\xfe','\x06','\x0c','\x70','\x0c','\x0f','\x40','\x30','\x06','\x41','\x88','\x18','\x7f','\xcf','\xfc','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8c','\x18','\x61','\x8f','\xf8','\x61','\x80','\x00','\x61','\x80','\x00','\x7f','\xbe','\x3e','\x0c','\x22','\x22','\x0c','\x22','\x22','\x4c','\x22','\x22','\x4d','\xbe','\x3e','\x4f','\xc1','\xc0','\x4c','\x01','\x80','\x4c','\x01','\x86','\x4c','\x7f','\xff','\x4c','\x07','\xa0','\x4c','\x0d','\x90','\x4d','\x8d','\x98','\x4e','\x19','\x8f','\xfc','\x31','\x8e','\x70','\xc1','\x86','\x40','\x01','\x80','\x41','\x87','\x1c','\x7f','\xc6','\x18','\x61','\x86','\x18','\x61','\xbf','\xff','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x81','\xc0','\x61','\x81','\x88','\x7f','\x9f','\xfe','\x0c','\x01','\x8c','\x0c','\x01','\x98','\x4c','\x01','\xb2','\x4d','\xbf','\xff','\x4f','\xc0','\xc0','\x4c','\x01','\x8c','\x4c','\x07','\xfe','\x4c','\x0e','\x0c','\x4c','\x36','\x0c','\x4c','\x07','\xfc','\x4c','\x06','\x0c','\x4f','\x86','\x0c','\xfe','\x06','\x0c','\x70','\x07','\xfc','\x40','\x06','\x0c','\x43','\x20','\x0c','\x7f','\xbf','\xfe','\x63','\x32','\x4c','\x63','\x32','\x4c','\x63','\x32','\x4c','\x63','\x3f','\xfc','\x63','\x06','\x00','\x63','\x0c','\x00','\x7f','\x08','\x06','\x0c','\x1f','\xff','\x0c','\x32','\x06','\x4c','\x42','\x06','\x4c','\x3f','\xe6','\x4f','\xa2','\x26','\x4c','\x22','\x26','\x4c','\x22','\x26','\x4c','\x3f','\xe6','\x4c','\x02','\x06','\x4c','\x02','\x86','\x4d','\x82','\x66','\x4e','\x07','\xac','\xfc','\x7c','\x0c','\x70','\x30','\x7c','\x40','\x00','\x18','\x10','\x60','\xe0','\x1f','\xf0','\xc4','\x18','\x6f','\xfe','\x18','\x62','\x10','\x1f','\xe3','\x18','\x18','\x01','\x10','\x18','\x0f','\xfe','\x1f','\xe0','\xc0','\x1c','\x60','\xc0','\x3c','\x6f','\xfe','\x2c','\x60','\xc0','\x2f','\xe0','\xc0','\x4c','\x00','\xc0','\x80','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x04','\x18','\x00','\x07','\x1f','\xfc','\x0e','\x18','\x00','\x1d','\x98','\x00','\x30','\x7f','\xff','\xc0','\x07','\xfe','\x41','\x81','\xc0','\x7f','\xc1','\x80','\x61','\x81','\x86','\x61','\xff','\xff','\x61','\x84','\x40','\x61','\x82','\x66','\x61','\xbd','\x5c','\x61','\x95','\x94','\x7f','\x95','\x94','\x0c','\x35','\x96','\x0c','\x25','\x93','\x4c','\x4d','\x9a','\x4d','\x81','\x80','\x4f','\xd8','\x0c','\x4c','\x18','\x0c','\x4c','\x1f','\xfc','\x4c','\x18','\x0c','\x4c','\x18','\x0c','\x4c','\x1f','\xfc','\x4c','\x18','\x0c','\x4f','\x90','\x0c','\xfe','\x30','\x0c','\x70','\x20','\x0c','\x40','\xc0','\x0c','\x43','\x01','\x80','\x7f','\x81','\x00','\x63','\x3f','\xfc','\x63','\x01','\x00','\x63','\x01','\x00','\x63','\x1f','\xf8','\x63','\x00','\x02','\x63','\x7f','\xff','\x7f','\x00','\x02','\x0c','\x1f','\xf4','\x0c','\x01','\x00','\x4d','\x01','\x00','\x4f','\xbf','\xf8','\x4c','\x00','\x00','\x4c','\xff','\xff','\x4c','\x00','\x18','\x4c','\x00','\x18','\x4c','\x7d','\xff','\x4c','\x44','\x18','\x4c','\x45','\x98','\x4f','\x44','\x98','\xfc','\x7c','\x18','\x70','\x00','\x78','\x40','\x00','\x30','\x43','\x03','\x06','\x7f','\xa7','\xcf','\x63','\x3c','\x78','\x63','\x20','\x40','\x63','\x3f','\xff','\x63','\x26','\x4c','\x63','\x26','\x4c','\x63','\x26','\x4c','\x7f','\x26','\x8c','\x0c','\x40','\x00','\x0c','\x1f','\xfc','\x4c','\x18','\x0c','\x4d','\x98','\x0c','\x4f','\xdf','\xfc','\x4c','\x18','\x0c','\x4c','\x18','\x0c','\x4c','\x1f','\xfc','\x4c','\x18','\x0c','\x4c','\x18','\x0c','\x4c','\x1f','\xfc','\x4f','\x84','\x00','\xfe','\x0e','\x18','\x70','\x18','\x0e','\x40','\x60','\x06','\x22','\x41','\x12','\x3f','\x21','\x9f','\x22','\x21','\x13','\x22','\x02','\x12','\x23','\xff','\xd2','\x22','\x14','\x12','\x22','\x14','\x12','\x22','\xff','\x92','\x3e','\x94','\x94','\x08','\xa4','\x94','\x08','\xc7','\x94','\x48','\x80','\x92','\x4a','\xff','\x92','\x4f','\x80','\x92','\x48','\x80','\x92','\x48','\xff','\x92','\x48','\x18','\x12','\x48','\x18','\x12','\x49','\xff','\xd2','\x48','\x34','\x1e','\x4f','\x32','\x16','\xfc','\x63','\x10','\x70','\xc1','\x90','\x41','\x01','\x90','\x43','\x01','\xc0','\x7f','\xa1','\x86','\x63','\x3f','\xff','\x63','\x20','\x00','\x63','\x27','\xfc','\x63','\x24','\x44','\x63','\x24','\x44','\x63','\x27','\xfc','\x7f','\x24','\x44','\x0c','\x24','\x44','\x0c','\x27','\xfc','\x4c','\x20','\x40','\x4d','\x27','\xfc','\x4f','\xa0','\x40','\x4c','\x3f','\xff','\x4c','\x21','\x10','\x4c','\x22','\x12','\x4c','\x2c','\x4e','\x4c','\x60','\x40','\x4f','\x4f','\xfe','\x4c','\x40','\x40','\xf8','\x80','\x40','\x60','\x1f','\xff','\x40','\x00','\x00','\x43','\x22','\x22','\x7f','\xbf','\x3f','\x63','\x22','\x22','\x63','\x22','\x22','\x63','\x3e','\x3e','\x63','\x22','\x22','\x63','\x22','\x22','\x63','\x3e','\x3e','\x7f','\x23','\x22','\x0c','\x22','\x62','\x0c','\x24','\x42','\x4c','\x27','\xfa','\x4d','\x2c','\x42','\x4f','\xb4','\x42','\x4c','\x27','\xf2','\x4c','\x24','\x42','\x4c','\x24','\x42','\x4c','\x27','\xf2','\x4c','\x24','\x42','\x4c','\x24','\x42','\x4f','\x27','\xfa','\xfc','\x24','\x02','\x70','\x20','\x3e','\x40','\x20','\x0c','\x43','\x07','\x38','\x7f','\x86','\x32','\x63','\x7f','\xff','\x63','\x06','\x30','\x63','\x06','\x30','\x63','\x00','\x00','\x63','\x3e','\x3e','\x63','\x22','\x22','\x7f','\x3e','\x3e','\x0c','\x22','\x22','\x0c','\x22','\x22','\x4c','\x3f','\x3e','\x4d','\x22','\x62','\x4f','\xa4','\x42','\x4c','\x27','\xfa','\x4c','\x2c','\x42','\x4c','\x37','\xf2','\x4c','\x24','\x42','\x4c','\x27','\xf2','\x4c','\x24','\x42','\x4f','\x27','\xfa','\xfc','\x24','\x02','\x70','\x20','\x3e','\x40','\x20','\x0c','\x43','\x00','\x0c','\x7f','\xbf','\xfe','\x63','\x04','\x10','\x63','\x07','\xf0','\x63','\x04','\x10','\x63','\x04','\x10','\x63','\x07','\xf0','\x63','\x04','\x10','\x7f','\x04','\x1e','\x0c','\x3f','\xf0','\x0c','\x18','\x10','\x4c','\x03','\x06','\x4d','\x7f','\xff','\x4f','\xa2','\x44','\x4c','\x22','\x44','\x4c','\x3e','\x7c','\x4c','\x22','\x44','\x4c','\x22','\x44','\x4c','\x3e','\x7c','\x4c','\x22','\x44','\x4f','\x22','\x44','\xfc','\xff','\xfc','\x70','\x62','\xc4','\x40','\x02','\x04','\x04','\x00','\x00','\x07','\x00','\x0c','\x06','\x0f','\xfe','\x24','\xc0','\x0c','\x3f','\xe0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x3f','\xc4','\x0c','\x30','\xc7','\xfc','\x30','\xc6','\x0c','\x30','\xc6','\x00','\x3f','\xc6','\x00','\x30','\xc6','\x06','\x30','\xc7','\xff','\x30','\xcc','\x06','\xff','\xcc','\x06','\x71','\xc0','\x0e','\x43','\xc0','\x0c','\x06','\xc0','\x0c','\x0c','\xc0','\x1c','\x30','\xc0','\x18','\xc0','\xc0','\x38','\x07','\xc1','\xf0','\x01','\x80','\x60','\x04','\x00','\xe0','\x07','\x00','\xc0','\x06','\x00','\xc0','\x24','\xc0','\xc0','\x3f','\xe0','\xc0','\x30','\xc0','\xc6','\x30','\xdf','\xff','\x3f','\xc1','\xd0','\x30','\xc1','\xd0','\x30','\xc1','\xd0','\x30','\xc3','\xd0','\x3f','\xc3','\xd8','\x30','\xc2','\xc8','\x30','\xc2','\xc8','\x30','\xc6','\xcc','\xff','\xc4','\xcc','\x71','\xcc','\xcf','\x43','\xc8','\xc6','\x06','\xd3','\xf6','\x0c','\xc0','\xc0','\x30','\xc0','\xc0','\xc0','\xc0','\xc0','\x07','\xc0','\xc0','\x01','\x80','\xc0','\x08','\x01','\xb0','\x0e','\x01','\x20','\x0c','\x09','\x24','\x29','\x8f','\xfe','\x3f','\xc9','\x24','\x31','\x89','\x24','\x31','\x8f','\xfc','\x3f','\x89','\x24','\x31','\x89','\x24','\x31','\x8f','\xfc','\x31','\x80','\x00','\x3f','\xbf','\xff','\x31','\x80','\x00','\x31','\x8f','\xfc','\x31','\x8c','\x0c','\xff','\x8c','\x0c','\x73','\x8f','\xfc','\x47','\x80','\x00','\x0d','\x88','\x10','\x19','\x86','\x1c','\x31','\x82','\x18','\xc1','\x80','\x20','\x0f','\xbf','\xff','\x03','\x00','\x00','\x04','\x00','\x30','\x07','\x1f','\xf8','\x06','\x06','\x30','\x24','\xc6','\x30','\x3f','\xe6','\x36','\x30','\xc6','\x7f','\x30','\xc6','\x66','\x3f','\xcc','\x06','\x30','\xcc','\x06','\x30','\xc8','\x06','\x30','\xd0','\x3e','\x3f','\xe0','\x0c','\x30','\xc1','\xc0','\x30','\xc1','\x86','\x30','\xff','\xff','\xff','\xc3','\xa0','\x71','\xc7','\xa0','\x43','\xc5','\x90','\x06','\xcd','\x98','\x0c','\xc9','\x8f','\x30','\xd1','\x8e','\xc0','\xe1','\x86','\x07','\xc1','\x80','\x01','\x81','\x80','\x08','\x08','\x10','\x0e','\x06','\x1c','\x0c','\x02','\x18','\x29','\x80','\x20','\x3f','\xdf','\xfe','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc8','\x31','\x8f','\xfc','\x31','\x80','\xc0','\x31','\x80','\xc0','\x3f','\x80','\xc2','\x31','\xbf','\xff','\x31','\x80','\x00','\x31','\x81','\xc0','\xff','\x81','\x82','\x73','\xbf','\xff','\x47','\x81','\xa0','\x0d','\x81','\xa0','\x19','\x83','\x10','\x31','\x83','\x18','\xc1','\x86','\x0f','\x0f','\x8c','\x0e','\x03','\x30','\x06','\x08','\x40','\x06','\x0e','\x7f','\xff','\x0c','\x60','\x00','\x2a','\x64','\x40','\x3f','\x66','\x68','\x22','\x66','\x6c','\x22','\x66','\x48','\x3e','\x64','\xfe','\x22','\x64','\x90','\x22','\x6d','\x90','\x22','\x6d','\x90','\x3e','\x6e','\x94','\x22','\x74','\xfe','\x22','\x64','\x90','\x22','\x64','\x90','\xfe','\x64','\x90','\x66','\x64','\x94','\x4e','\x64','\xfe','\x0a','\x44','\x90','\x12','\x44','\x90','\x22','\xc4','\x90','\xc2','\x84','\x92','\x0f','\x04','\xff','\x06','\x04','\x80','\x08','\x01','\xc0','\x0e','\x01','\x80','\x0c','\x41','\x86','\x2a','\x7f','\xff','\x3f','\x64','\x40','\x22','\x66','\x64','\x22','\x66','\x48','\x3e','\x64','\xfe','\x22','\x6c','\x90','\x22','\x6d','\xfe','\x22','\x76','\x90','\x3e','\x64','\xfe','\x22','\x64','\x90','\x22','\x64','\x90','\x22','\x64','\xff','\xfe','\x64','\x00','\x66','\x60','\xc0','\x4e','\x60','\x60','\x0a','\x43','\x66','\x12','\x4b','\x03','\x22','\x4b','\x13','\xc2','\x9b','\x18','\x0e','\x1b','\xf8','\x06','\x01','\xf0','\x03','\x80','\xe0','\x03','\x00','\xc0','\x03','\x0c','\xc0','\xff','\xfe','\xc0','\x03','\x00','\xc0','\x43','\x18','\xc0','\x7f','\xfc','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x7f','\xf8','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x63','\x18','\xc0','\x7f','\xf8','\xc0','\x63','\x18','\xc0','\x03','\x00','\xc0','\x03','\x0c','\xc0','\xff','\xfe','\xc2','\x03','\x00','\xc2','\x03','\x00','\xc2','\x03','\x00','\xc3','\x03','\x00','\xff','\x03','\x00','\x7e','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0d','\x98','\x00','\xff','\xd8','\x00','\x0c','\x18','\x00','\x0c','\x19','\x0c','\x7f','\x99','\xfe','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x7f','\x99','\x8c','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x7f','\x99','\xbc','\x0c','\x19','\x98','\x0c','\x19','\x80','\x0d','\x91','\x80','\xff','\xd1','\x82','\x0c','\x31','\x82','\x0c','\x21','\x82','\x0c','\x21','\x83','\x0c','\x41','\xff','\x0c','\x00','\xfe','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x1c','\x18','\x30','\x07','\x80','\xf8','\x01','\x83','\x80','\x00','\x00','\x00','\x00','\x66','\x00','\x01','\x81','\xc0','\x0f','\x00','\x70','\x7c','\x00','\x38','\x30','\x00','\x1c','\x20','\x00','\x0c','\x07','\x00','\xe0','\x06','\x04','\xc0','\x06','\x66','\xc0','\xff','\xf6','\xc0','\x06','\x06','\xc0','\x46','\x66','\xcc','\x7f','\xe7','\xfe','\x66','\x6c','\xc0','\x66','\x68','\xc0','\x66','\x70','\xc0','\x7f','\xe0','\xc0','\x66','\x60','\xc6','\x66','\x7f','\xff','\x66','\x61','\xa0','\x7f','\xe1','\xa0','\x66','\x61','\xa0','\x06','\x01','\x90','\x06','\x33','\x10','\xff','\xfb','\x18','\x06','\x02','\x18','\x06','\x06','\x0c','\x06','\x04','\x0f','\x06','\x08','\x06','\x06','\x30','\x06','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x6f','\xff','\xff','\xf0','\x0c','\x06','\x00','\x0c','\x46','\x60','\x0c','\x7f','\xf4','\x4c','\x66','\x67','\xec','\x66','\x64','\x4c','\x66','\x64','\x4c','\x7f','\xe4','\x4c','\x66','\x64','\x4c','\x66','\x64','\x4c','\x66','\x64','\x4c','\x7f','\xe4','\x4c','\x66','\x67','\xcc','\x06','\x04','\x4c','\x06','\x64','\x0c','\xff','\xf0','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x0c','\x06','\x00','\x7c','\x06','\x00','\x18','\x0e','\x01','\x80','\x0c','\x01','\x80','\x0c','\xc3','\x40','\xff','\xe3','\x40','\x0c','\x02','\x20','\x0c','\x06','\x20','\x7f','\x84','\x10','\x4c','\x88','\x98','\x4c','\x90','\xcc','\x4c','\xa1','\x8f','\x7f','\x83','\x26','\x4c','\x86','\x30','\x4c','\x88','\x60','\x4c','\x80','\xc0','\x7f','\x81','\x80','\x0c','\x03','\x08','\x0c','\x0c','\x0e','\x0c','\xc0','\x1c','\xff','\xe0','\x38','\x0c','\x00','\x70','\x0c','\x00','\xe0','\x0c','\x01','\x80','\x0c','\x06','\x00','\x0c','\x18','\x00','\x0e','\x00','\x74','\x0c','\x00','\x62','\x0c','\xc0','\x63','\xff','\xe0','\x63','\x0c','\x00','\x60','\x0c','\x00','\x66','\x7f','\xbf','\xff','\x4c','\x80','\x60','\x4c','\x80','\x60','\x4c','\x80','\x60','\x7f','\x86','\x60','\x4c','\xbf','\x60','\x4c','\x8c','\x60','\x4c','\x8c','\x60','\x7f','\x8c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x32','\x0d','\x8c','\x32','\xff','\xcc','\x12','\x0c','\x0f','\x1a','\x0c','\x7c','\x1a','\x0c','\x30','\x0f','\x0c','\x20','\x0f','\x0c','\x00','\x06','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x6f','\xff','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x46','\x61','\x80','\x7f','\xf1','\x90','\x66','\x61','\x08','\x66','\x62','\x0c','\x66','\x6f','\xfe','\x7f','\xe7','\x86','\x66','\x64','\x06','\x66','\x60','\xe0','\x66','\x60','\xc0','\x7f','\xe0','\xcc','\x66','\x6f','\xfe','\x06','\x00','\xc0','\x06','\x60','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x06','\x00','\x00','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x63','\x18','\xff','\xf3','\xfc','\x06','\x02','\x18','\x46','\x66','\x18','\x7f','\xe5','\x30','\x66','\x69','\xb0','\x66','\x60','\xe0','\x66','\x60','\x40','\x7f','\xe0','\xe0','\x66','\x61','\xb8','\x66','\x63','\x1f','\x66','\x66','\x0e','\x7f','\xf8','\x06','\x66','\x67','\xfc','\x06','\x06','\x0c','\x06','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x6f','\xff','\xff','\xf0','\x00','\x06','\x02','\x44','\x46','\x63','\x66','\x7f','\xf6','\xcc','\x66','\x64','\x90','\x66','\x69','\x20','\x66','\x64','\x90','\x7f','\xe6','\xcc','\x66','\x63','\x66','\x66','\x63','\x66','\x66','\x60','\x00','\x7f','\xe0','\x0c','\x66','\x6f','\xfe','\x06','\x00','\xc0','\x06','\x60','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x06','\x00','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0d','\xbf','\xff','\xff','\xc9','\x30','\x0c','\x09','\x30','\x0c','\x09','\x30','\x7f','\x89','\x30','\x4c','\x8f','\x30','\x4c','\x89','\x30','\x4c','\x89','\x30','\x7f','\x89','\x30','\x4c','\x89','\x30','\x4c','\x89','\x30','\x4c','\x8f','\x30','\x7f','\x89','\x30','\x0c','\x09','\x30','\x0c','\x09','\x30','\x0d','\x89','\x32','\xff','\xc9','\x32','\x0c','\x3f','\x32','\x0c','\x19','\x33','\x0c','\x11','\x3f','\x0c','\x01','\x1e','\x0c','\x01','\x00','\x0e','\x00','\x00','\x0c','\x00','\x06','\x0c','\x7f','\xff','\xff','\xd2','\x00','\x0c','\x12','\x00','\x0c','\x12','\x0c','\x7f','\x93','\xfe','\x4c','\x9e','\x8c','\x4c','\x92','\x8c','\x4c','\x92','\x8c','\x7f','\x92','\x48','\x4c','\x92','\x58','\x4c','\x92','\x58','\x4c','\x9e','\x70','\x7f','\x92','\x30','\x0c','\x12','\x20','\x0c','\x12','\x70','\x0d','\x92','\x50','\xff','\xd2','\x58','\x0c','\x1e','\x8c','\x0c','\x72','\x8f','\x0c','\x23','\x06','\x0c','\x02','\x06','\x0c','\x02','\x00','\x0e','\x04','\x00','\x0c','\x07','\x00','\x0c','\xc6','\x30','\xff','\xe7','\xf8','\x0c','\x0c','\x60','\x0c','\x08','\x40','\x7f','\x90','\x8c','\x4c','\xbf','\xfe','\x4c','\x98','\x8c','\x4c','\x98','\x8c','\x7f','\x98','\x8c','\x4c','\x98','\x8c','\x4c','\x98','\x8c','\x4c','\x9f','\xfc','\x7f','\x98','\x6c','\x0c','\x04','\x60','\x0c','\x07','\x60','\x0c','\xc6','\x60','\xff','\xe6','\x60','\x0c','\x0c','\x62','\x0c','\x0c','\x62','\x0c','\x18','\x63','\x0c','\x30','\x7f','\x0c','\xc0','\x3e','\x0e','\x04','\x42','\x0c','\x06','\x63','\x0c','\xc6','\x66','\xff','\xec','\xc4','\x0c','\x08','\x88','\x0c','\x11','\x10','\x7f','\x88','\x88','\x4c','\x8c','\xc4','\x4c','\x84','\x46','\x4c','\x86','\x63','\x7f','\x86','\x63','\x4c','\x80','\x00','\x4c','\x88','\x06','\x4c','\x8f','\xff','\x7f','\x8c','\x46','\x0c','\x0c','\x46','\x0c','\x0c','\x46','\x0c','\xcf','\xfe','\xff','\xec','\x46','\x0c','\x0c','\x46','\x0c','\x0c','\x46','\x0c','\x0c','\x46','\x0c','\x0f','\xfe','\x0c','\x0c','\x06','\x0e','\x01','\x86','\x0c','\x1f','\xff','\x0c','\xc1','\x86','\xff','\xe9','\x24','\x0c','\x07','\x1c','\x0c','\x02','\x08','\x7f','\x83','\x0c','\x4c','\x85','\x96','\x4c','\x89','\xa6','\x4c','\x90','\x40','\x7f','\x80','\x00','\x4c','\x83','\x06','\x4c','\xbf','\xff','\x4c','\x82','\x46','\x7f','\x92','\x46','\x0c','\x0c','\x24','\x0c','\x06','\x2c','\x0d','\x8b','\x28','\xff','\xc9','\x90','\x0c','\x11','\xa8','\x0c','\x10','\x2c','\x0c','\x20','\x4f','\x0c','\x40','\x86','\x0c','\x01','\x06','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x80','\x80','\xff','\xc0','\x80','\x0c','\x00','\x80','\x0c','\x20','\x86','\x7f','\xbf','\xff','\x4c','\xa0','\x82','\x4c','\xa0','\x82','\x4c','\xac','\xb2','\x7f','\xa4','\x92','\x4c','\xa4','\x92','\x4c','\xa4','\x92','\x4c','\xaa','\xaa','\x7f','\xaa','\xaa','\x0c','\x2a','\xaa','\x0c','\x31','\xc6','\x0c','\xa0','\x82','\xff','\xe0','\x82','\x0c','\x20','\x82','\x0c','\x20','\x82','\x0c','\x20','\x82','\x0c','\x20','\x9e','\x0c','\x20','\x86','\x0e','\x00','\x06','\x0c','\x3f','\xff','\x0c','\x80','\x80','\xff','\xc0','\x80','\x0c','\x00','\x80','\x0c','\x20','\x86','\x7f','\xbf','\xff','\x4c','\xb0','\x86','\x4c','\xb0','\x86','\x4c','\xb0','\x86','\x7f','\xb4','\x96','\x4c','\xb4','\x96','\x4c','\xb4','\x96','\x4c','\xb4','\x96','\x7f','\xb4','\x96','\x0c','\x34','\x96','\x0c','\x37','\xf6','\x0c','\xb4','\x16','\xff','\xf0','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x06','\x0c','\x30','\x3e','\x0c','\x30','\x0c','\x03','\x81','\xc0','\x03','\x01','\x88','\x3f','\xef','\xfc','\x03','\x01','\x80','\x03','\x01','\x82','\xff','\xef','\xff','\x06','\x01','\x40','\x0d','\x83','\x20','\x0c','\xe2','\x18','\x18','\x64','\x0f','\x30','\x18','\x06','\xdf','\xff','\xf8','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\xc1','\x8c','\xff','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x02','\x00','\x7f','\xbf','\xfc','\x4c','\x86','\x40','\x4c','\x84','\x26','\x4c','\xff','\xff','\x7f','\x8c','\x18','\x4c','\x98','\x0c','\x4c','\xb0','\x0f','\x4c','\xef','\xf6','\x7f','\x81','\x80','\x0c','\x01','\x8c','\x0c','\x3f','\xfe','\x0c','\xc1','\x80','\xff','\xe3','\x80','\x0c','\x03','\x60','\x0c','\x06','\x38','\x0c','\x0c','\x1c','\x0c','\x18','\x0e','\x0c','\x60','\x06','\x07','\x00','\x06','\x06','\x0f','\xff','\x06','\x60','\x00','\xff','\xf0','\x00','\x06','\x04','\x0c','\x46','\x67','\xfe','\x7f','\xf6','\x0c','\x66','\x66','\x0c','\x66','\x66','\x0c','\x66','\x67','\xfc','\x7f','\xe6','\x0c','\x66','\x60','\x00','\x66','\x68','\x06','\x66','\x6f','\xff','\x7f','\xec','\x46','\x66','\x6c','\x46','\x06','\x0c','\x46','\x06','\x6f','\xfe','\xff','\xfc','\x46','\x06','\x0c','\x46','\x06','\x0c','\x46','\x06','\x0f','\xfe','\x06','\x0c','\x06','\x06','\x0c','\x06','\x0e','\x08','\x00','\x0c','\x0e','\x00','\x0c','\xcc','\x06','\xff','\xff','\xff','\x0c','\x10','\x00','\x0c','\x20','\x00','\x7f','\x8f','\xfc','\x4c','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x7f','\x8c','\x0c','\x4c','\x8c','\x0c','\x4c','\x8f','\xfc','\x4c','\x83','\x00','\x7f','\x86','\x00','\x0c','\x07','\xfc','\x0c','\x0c','\x18','\x0d','\x8a','\x30','\xff','\xd1','\x60','\x0c','\x20','\xc0','\x0c','\x01','\xe0','\x0c','\x03','\x3f','\x0c','\x0c','\x1e','\x0c','\x30','\x06','\x0e','\x01','\xc0','\x0c','\x01','\x80','\x0c','\x81','\x8c','\xff','\xdf','\xfe','\x0c','\x01','\x80','\x0c','\x01','\x86','\x7f','\xbf','\xff','\x4c','\x80','\x00','\x4c','\x90','\x0c','\x4c','\x9f','\xfe','\x7f','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x98','\x0c','\x4c','\x9f','\xfc','\x7f','\x83','\x87','\x0c','\x06','\x86','\x0c','\x0e','\x4c','\xff','\xdc','\x50','\x0c','\x3c','\x20','\x0c','\xcc','\x30','\x0c','\x0f','\xd8','\x0c','\x3f','\x1f','\x0c','\x1c','\x0e','\x0c','\x10','\x06','\x07','\x02','\x30','\x06','\x13','\xf8','\xff','\xfb','\x30','\x06','\x03','\x30','\x06','\x23','\x30','\x7f','\xf3','\x30','\x00','\x03','\x30','\x40','\x33','\x30','\x7f','\xfa','\x3f','\xc0','\x32','\x1f','\xc6','\x24','\x00','\x06','\x00','\x0c','\xff','\xf7','\xfe','\x06','\x02','\x0c','\x7f','\xe2','\x0c','\x46','\x21','\x18','\x7f','\xe1','\x18','\x46','\x21','\xb0','\x7f','\xe0','\xe0','\x06','\x00','\xe0','\xff','\xf1','\xb8','\x06','\x03','\x1f','\x06','\x06','\x0e','\x06','\x18','\x06','\x0e','\x10','\x06','\x0c','\x1f','\xff','\x0c','\xd8','\x06','\xff','\xf8','\x06','\x0c','\x18','\x06','\x0c','\x1f','\xfe','\x7f','\x98','\x06','\x4c','\x98','\x88','\x4c','\x98','\x88','\x4c','\x98','\x88','\x7f','\x9b','\xfe','\x4c','\x98','\x88','\x4c','\x98','\x88','\x4c','\x98','\x88','\x7f','\x9f','\xff','\x0c','\x19','\x20','\x0c','\x19','\x22','\x0c','\xd9','\x37','\xff','\xf1','\x1c','\x0c','\x31','\x10','\x0c','\x21','\x18','\x0c','\x47','\xef','\x0c','\x03','\x8e','\x0c','\x02','\x06','\x0e','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x80','\xc0','\xff','\xd0','\xc6','\x0c','\x1f','\xff','\x0c','\x30','\xc6','\x7f','\xb0','\xc4','\x4c','\x8e','\xdc','\x4c','\x80','\xc0','\x4c','\x80','\xc0','\x7f','\x9e','\xde','\x4c','\x80','\xc0','\x4c','\x80','\x00','\x4c','\x80','\x0c','\x7f','\x8f','\xfe','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\xc0','\x0c','\xff','\xef','\xfc','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x0f','\xfc','\x0c','\x00','\x0c','\x0e','\x00','\xe0','\x0c','\x00','\xc6','\x0c','\xdf','\xff','\xff','\xe0','\xc0','\x0c','\x00','\xc0','\x0c','\x0f','\xfc','\x7f','\x88','\xc4','\x4c','\x88','\xc4','\x4c','\x8f','\xfc','\x4c','\x88','\xc4','\x7f','\x88','\xc4','\x4c','\x8f','\xfc','\x4c','\x80','\xd0','\x4c','\x80','\xcc','\x7f','\x9f','\xf6','\x0c','\x0e','\x06','\x0c','\x00','\x18','\x0c','\xdf','\xff','\xff','\xe4','\x18','\x0c','\x02','\x18','\x0c','\x03','\x18','\x0c','\x03','\x18','\x0c','\x00','\x78','\x0c','\x00','\x30','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\xd0','\xc6','\xff','\xff','\xff','\x0c','\x18','\x00','\x0c','\x19','\x98','\x7f','\x99','\x12','\x4c','\x9f','\xff','\x4c','\x99','\x12','\x4c','\x99','\x12','\x7f','\x99','\x12','\x4c','\x9f','\xfe','\x4c','\x98','\x00','\x4c','\x98','\x00','\x7f','\x9b','\x30','\x0c','\x1a','\x22','\x0c','\x12','\x27','\x0c','\xd3','\xfc','\xff','\xf2','\x20','\x0c','\x22','\x22','\x0c','\x22','\x22','\x0c','\x4f','\xe3','\x0c','\x07','\x3f','\x0c','\x04','\x1e','\x0e','\x00','\x38','\x0c','\x01','\xfc','\x0c','\x3f','\xc0','\xff','\xc3','\x00','\x0c','\x03','\x06','\x0c','\x3f','\xff','\x7f','\x86','\x40','\x4c','\x8c','\x20','\x4c','\x8f','\xf8','\x4c','\x9c','\x5f','\x7f','\xb4','\x46','\x4c','\xc7','\xc0','\x4c','\x80','\x00','\x4c','\xa0','\x0c','\x7f','\xbf','\xfe','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x33','\xcc','\xff','\xf2','\x4c','\x0c','\x32','\x4c','\x0c','\x33','\xcc','\x0c','\x30','\x0c','\x0c','\x30','\x3c','\x0c','\x30','\x18','\x0e','\x00','\x28','\x0c','\x00','\x26','\x0c','\xd0','\x22','\xff','\xff','\xff','\x0c','\x10','\x20','\x0c','\x10','\x28','\x7f','\x97','\xae','\x4c','\x90','\x2c','\x4c','\x97','\xa8','\x4c','\x94','\xb8','\x7f','\x94','\x92','\x4c','\x97','\xba','\x4c','\x90','\x6a','\x4c','\xa0','\xce','\x7f','\xa7','\x07','\x0c','\x00','\x03','\x0c','\x01','\x00','\x0c','\xc2','\xc0','\xff','\xea','\x44','\x0c','\x0a','\x12','\x0c','\x12','\x13','\x0c','\x32','\x1b','\x0c','\x33','\xf8','\x0c','\x01','\xf0','\x0e','\x00','\x0c','\x0c','\x1f','\xfe','\x0c','\x80','\xc0','\xff','\xd0','\xc6','\x0c','\x1f','\xff','\x0c','\x30','\xc6','\x7f','\xb0','\xc4','\x4c','\x8e','\xdc','\x4c','\x80','\xc0','\x4c','\x9e','\xde','\x7f','\x80','\xc0','\x4c','\x80','\x06','\x4c','\xbf','\xff','\x4c','\x80','\xc0','\x7f','\x90','\x86','\x0c','\x1f','\xff','\x0c','\x19','\x26','\x0d','\x99','\x26','\xff','\xd9','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x0c','\x19','\x26','\x0c','\x19','\x3e','\x0c','\x19','\x2c','\x0e','\x00','\x80','\x0c','\x00','\xc0','\x0c','\xd0','\x82','\xff','\xe9','\xf3','\x0c','\x09','\x16','\x0c','\x0d','\x14','\x7f','\x8d','\x10','\x4c','\x81','\xf0','\x4c','\x83','\x18','\x4c','\x85','\x16','\x7f','\x9d','\x13','\x4c','\x89','\xf3','\x4c','\x80','\x00','\x4c','\x80','\xc0','\x7f','\x80','\xc6','\x0c','\x3f','\xff','\x0c','\x01','\xd0','\x0c','\xc3','\xd0','\xff','\xe3','\xc8','\x0c','\x06','\xcc','\x0c','\x04','\xcf','\x0c','\x08','\xc6','\x0c','\x30','\xc6','\x0c','\x00','\xc0','\x0e','\x00','\x00','\x0c','\x10','\x06','\x0c','\xdf','\xff','\xff','\xf8','\x00','\x0c','\x18','\x88','\x0c','\x18','\x88','\x7f','\x9f','\xff','\x4c','\x98','\x88','\x4c','\x99','\xdc','\x4c','\x99','\xae','\x7f','\x9a','\x8b','\x4c','\x9c','\x8a','\x4c','\x98','\x88','\x4c','\x98','\x00','\x7f','\x98','\x38','\x0c','\x18','\x30','\x0c','\x13','\xb4','\x0c','\xd3','\x3e','\xff','\xf3','\x30','\x0c','\x23','\x30','\x0c','\x23','\x30','\x0c','\x43','\x32','\x0c','\x1f','\xff','\x0c','\x00','\x00','\x0e','\x01','\xc0','\x0c','\x01','\x88','\x0c','\xc1','\xfc','\xff','\xe1','\x82','\x0c','\x1f','\xff','\x0c','\x11','\x06','\x7f','\x91','\xe4','\x4c','\x97','\x08','\x4c','\x91','\x0c','\x4c','\x90','\xfc','\x7f','\x90','\x00','\x4c','\x93','\xfc','\x4c','\x92','\x44','\x4c','\x93','\xfc','\x7f','\x92','\x44','\x0c','\x13','\xfc','\x0c','\x10','\x00','\x0c','\xd7','\xfe','\xff','\xf4','\x92','\x0c','\x24','\x92','\x0c','\x24','\x92','\x0c','\x44','\x92','\x0c','\x1f','\xff','\x0c','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x18','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x1c','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x02','\x00','\x40','\x01','\x80','\xc0','\x00','\x81','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x18','\x3f','\xff','\xfc','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\xc0','\xe0','\x3f','\xe0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xcc','\x30','\xcf','\xfe','\x30','\xc0','\x10','\x30','\xc4','\x1c','\x3f','\xc2','\x18','\x30','\xc3','\x18','\x30','\x03','\x30','\x30','\x00','\x26','\x30','\x1f','\xff','\x30','\xc0','\xc0','\x3f','\xe0','\xc0','\x38','\xc0','\xc0','\x78','\xc0','\xcc','\x78','\xcf','\xfe','\x58','\xc0','\xc0','\x58','\xc0','\xc0','\x98','\xc0','\xc0','\x18','\xc0','\xc0','\x1f','\xc0','\xc0','\x18','\xc0','\xc0','\x18','\xc0','\xc0','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\xc0','\xc6','\xff','\xff','\xff','\x00','\x00','\xc0','\x41','\x10','\xc6','\x21','\xdf','\xff','\x31','\x98','\xc6','\x31','\x18','\xc6','\x02','\x58','\xc6','\xff','\xf8','\xc6','\x0c','\x1f','\xfe','\x0c','\x19','\xc6','\x0c','\x01','\xe0','\x0f','\xc3','\xe0','\xfe','\x03','\xd0','\x7c','\x06','\xd0','\x4c','\x06','\xd8','\x08','\x0c','\xcc','\x18','\x18','\xcf','\x10','\x30','\xc6','\x20','\xc0','\xc0','\x40','\x00','\xc0','\x00','\x60','\x70','\x03','\xf0','\x60','\xff','\x20','\x60','\x44','\x30','\x6c','\x32','\x67','\xfe','\x12','\x40','\x10','\x7f','\xf2','\x1c','\x00','\x61','\x18','\x0e','\x81','\x98','\x43','\x31','\xb0','\x7f','\xf0','\x26','\x62','\x3f','\xff','\x64','\xb0','\x60','\x7f','\xb0','\x60','\x68','\xb0','\x60','\x60','\x30','\x6c','\x6f','\xb7','\xfe','\x60','\xb0','\x60','\x65','\x30','\x60','\x62','\x30','\x60','\x65','\x30','\x60','\x68','\x30','\x60','\x61','\xf0','\x60','\x60','\x60','\x60','\x1c','\x08','\x38','\x18','\xfc','\x30','\x18','\x00','\x30','\x1a','\x00','\x36','\xff','\x05','\xff','\x00','\xfe','\x00','\x44','\x00','\x84','\x26','\x00','\x46','\x24','\x08','\x44','\x28','\xfc','\x48','\x02','\x00','\x00','\xff','\x03','\xff','\x18','\x08','\x30','\x18','\xfc','\x30','\x18','\x00','\x30','\x18','\x00','\x36','\xfe','\x8d','\xff','\x78','\xfe','\x30','\x58','\xcc','\x30','\x10','\xcc','\x30','\x10','\xcc','\x30','\x30','\xcc','\x30','\x20','\xfc','\x30','\x40','\xcc','\x30','\x00','\x00','\x00','\x40','\x00','\x00','\x30','\x00','\x00','\x18','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x06','\x00','\xff','\xff','\x0c','\x00','\x00','\xfe','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x00','\x0c','\x83','\x0c','\x0c','\xff','\xfe','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x0c','\xc3','\x0c','\xfe','\xff','\xfc','\x0c','\xc3','\x0c','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x80','\x0c','\x30','\xff','\xfe','\x18','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc8','\xcc','\x00','\xcf','\xec','\x00','\xcc','\xcc','\x00','\xcc','\xcc','\x00','\xcc','\xcc','\x0c','\xcc','\xcc','\xfe','\xcc','\xcc','\x0c','\xcf','\xcc','\x0c','\xcc','\xcc','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x7c','\x0c','\xc0','\x18','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x0c','\x30','\x7f','\xfe','\x18','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x0c','\x0c','\x00','\x0c','\x1c','\x00','\x18','\x18','\x00','\x10','\xf8','\x00','\x20','\x30','\x0c','\xc0','\x00','\xfe','\x20','\x18','\x0c','\x3f','\xfc','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x00','\x18','\x03','\x00','\x0c','\x83','\x0c','\x0c','\xff','\xfe','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x00','\xc3','\x0c','\x0c','\xc3','\x0c','\xfe','\xff','\xfc','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xff','\xfc','\x0c','\xc0','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x40','\x70','\x40','\x70','\x60','\x30','\x60','\x60','\x18','\x66','\x60','\x0c','\x7f','\x60','\x0c','\x46','\x60','\x00','\xc6','\x60','\x00','\x86','\x70','\x00','\xc6','\x6c','\x01','\x64','\x66','\x0c','\x2c','\x63','\xfe','\x0c','\x63','\x0c','\x08','\x60','\x0c','\x18','\x60','\x0c','\x10','\x60','\x0c','\x30','\x60','\x0c','\x20','\x60','\x0c','\x40','\x60','\x0d','\x80','\x60','\x0c','\x00','\x60','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x06','\x43','\xff','\xff','\x30','\x23','\x10','\x18','\x33','\x0c','\x0c','\x63','\x06','\x0c','\xff','\xff','\x01','\x83','\x07','\x02','\xeb','\x6c','\x00','\x93','\x14','\x00','\xb3','\x34','\x0c','\xcb','\x4c','\xfe','\x83','\x04','\x0c','\x83','\x04','\x0c','\xeb','\x6c','\x0c','\x93','\x14','\x0c','\xb3','\x34','\x0c','\xcb','\x4c','\x0c','\x83','\x04','\x0c','\x83','\x1c','\x0c','\x80','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x80','\x0c','\x30','\xff','\xfe','\x18','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc8','\xcc','\x00','\xcf','\xec','\x00','\xcc','\xcc','\x00','\xcc','\xcc','\x00','\xcc','\xcc','\x0c','\xcc','\xcc','\xfe','\xcc','\xcc','\x0c','\xcf','\xcc','\x0c','\xcc','\xcc','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xff','\xfc','\x0c','\xc0','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x18','\x40','\x00','\x7c','\x30','\x43','\xe0','\x18','\x7e','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x00','\x60','\x06','\x00','\x7f','\xff','\x00','\x60','\x00','\x00','\x60','\x00','\x0c','\x68','\x0c','\xfe','\x6f','\xfe','\x0c','\x6c','\x0c','\x0c','\x6c','\x0c','\x0c','\x4c','\x0c','\x0c','\xcc','\x0c','\x0c','\x8c','\x0c','\x0d','\x0f','\xfc','\x0c','\x0c','\x0c','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x01','\xc0','\x40','\x01','\x80','\x30','\x01','\x80','\x18','\x01','\x86','\x0c','\xff','\xff','\x0c','\x06','\x60','\x00','\x06','\x60','\x00','\x46','\x60','\x00','\x76','\x68','\x00','\x66','\x64','\x0c','\x66','\x66','\xfe','\x46','\x62','\x0c','\xcc','\x63','\x0c','\x8c','\x63','\x0d','\x08','\x63','\x0c','\x18','\x60','\x0c','\x10','\x60','\x0c','\x23','\xe0','\x0c','\x40','\xc0','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x06','\x31','\xff','\xff','\x18','\x0c','\xc0','\x0c','\x0c','\xc0','\x0c','\x0c','\xc0','\x00','\x8c','\xc6','\x00','\xff','\xff','\x00','\xcc','\xc6','\x00','\xcc','\xc6','\x0c','\xc8','\xc6','\xfe','\xc8','\xc6','\x0c','\xd8','\xfe','\x0c','\xd0','\x7e','\x0c','\xe0','\x06','\x0c','\xc0','\x06','\x0c','\xc0','\x06','\x0c','\xff','\xfe','\x0c','\xc0','\x06','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\xa0','\x40','\x03','\x18','\x30','\x03','\x08','\x18','\x03','\x06','\x0d','\xff','\xff','\x0c','\x03','\x00','\x00','\x03','\x08','\x00','\x83','\x0e','\x00','\x63','\x0c','\x00','\x33','\x18','\x0c','\x33','\x20','\xfe','\x03','\x00','\x0c','\x03','\x40','\x0c','\x0b','\x30','\x0c','\x33','\x18','\x0d','\xe3','\x0c','\x0c','\xc3','\x0e','\x0c','\x83','\x06','\x0c','\x1f','\x00','\x0c','\x06','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x0c','\x30','\xff','\xfe','\x18','\x21','\x08','\x0c','\x31','\x8c','\x0c','\x63','\x18','\x00','\x42','\x10','\x00','\x84','\x20','\x00','\x42','\x10','\x00','\x63','\x18','\x0c','\x31','\x8c','\xfe','\x31','\x8c','\x0c','\x00','\x00','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x08','\x00','\x40','\x0e','\x00','\x30','\x0c','\x10','\x18','\x18','\x08','\x0c','\x10','\xfc','\x0c','\xff','\x86','\x00','\x78','\x76','\x00','\x4e','\x60','\x00','\x0c','\x60','\x00','\x18','\x7f','\x0c','\x30','\x3f','\xfe','\xce','\x00','\x0c','\x0c','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x30','\x0c','\x36','\x60','\x0c','\xc1','\xc0','\x0c','\x07','\x78','\x0c','\x1c','\x1e','\x0c','\xe0','\x06','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x01','\xc0','\x40','\x41','\x88','\x30','\x21','\x8e','\x18','\x31','\x8c','\x0c','\x19','\x98','\x0c','\x19','\x90','\x00','\x21','\x8c','\x00','\x3f','\xfe','\x00','\x30','\x0c','\x00','\x30','\x0c','\x0c','\x3f','\xfc','\xfe','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x0c','\x0c','\x30','\x7c','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x20','\x18','\x30','\x3f','\xfc','\x18','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x00','\x3f','\xf8','\x00','\x30','\x18','\x00','\x00','\x00','\x00','\x00','\x18','\x0c','\x7f','\xfc','\xfe','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x30','\x0c','\x3f','\xf8','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x10','\x70','\x40','\x1c','\x60','\x31','\x18','\x60','\x18','\xb0','\x60','\x0c','\xb0','\x62','\x0c','\x61','\x63','\x00','\x61','\x66','\x00','\xa3','\x64','\x01','\x32','\x68','\x00','\x36','\x60','\x0c','\x76','\xd0','\xfe','\x50','\xd0','\x0c','\x50','\xd0','\x0c','\x90','\x98','\x0c','\x90','\x88','\x0d','\x11','\x88','\x0c','\x11','\x0c','\x0c','\x11','\x0f','\x0c','\xf2','\x06','\x0c','\x64','\x06','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x90','\x40','\x03','\x0c','\x30','\x03','\x04','\x19','\xff','\xff','\x0c','\x03','\x00','\x0c','\x43','\x0c','\x00','\x7f','\xfe','\x00','\x63','\x0c','\x00','\x63','\x0c','\x00','\x63','\x0c','\x0c','\x7f','\xfc','\xfe','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x7f','\xfc','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x0c','\x0c','\x63','\x3c','\x0c','\x63','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x10','\x00','\x40','\x1c','\x40','\x30','\x18','\x30','\x18','\x30','\x18','\x0c','\x20','\x0c','\x0c','\x43','\x0c','\x00','\x87','\x00','\x00','\x06','\x80','\x00','\x0c','\x40','\x00','\x18','\x30','\x0c','\x30','\x1c','\xfe','\x60','\x0f','\x0d','\x80','\x06','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x70','\x40','\x03','\xf8','\x30','\x7f','\x80','\x18','\x03','\x00','\x0c','\x03','\x06','\x0d','\xff','\xff','\x00','\x0f','\x40','\x00','\x1b','\x20','\x00','\x33','\x18','\x00','\x63','\x0f','\x0d','\x8c','\x06','\xfc','\x0c','\x00','\x0d','\xff','\xff','\x0c','\x18','\x30','\x0c','\x30','\x70','\x0c','\x7c','\xe0','\x0c','\x63','\xc0','\x0c','\x07','\x78','\x0c','\x1c','\x1e','\x0c','\xe0','\x06','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x18','\x18','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x03','\x0c','\x00','\xff','\xfe','\x00','\x10','\x60','\x00','\x1c','\x60','\x0c','\x18','\x7e','\xfe','\x30','\x3e','\x0c','\xc3','\x80','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x0c','\x0c','\xff','\xfe','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x18','\x18','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x03','\x06','\x01','\xff','\xff','\x00','\x20','\x20','\x00','\x10','\x30','\x0c','\x18','\x60','\xfe','\x08','\x46','\x0d','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x18','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x00','\x0c','\x03','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x10','\x40','\x18','\x1c','\x30','\x0c','\x38','\x18','\x0c','\x20','\x0c','\x00','\x4c','\x0c','\x7f','\xfe','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x00','\x0c','\x60','\x0c','\x0c','\x66','\xfe','\xff','\xff','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x18','\x60','\x0c','\x18','\x60','\x0c','\x10','\x60','\x0c','\x20','\x60','\x0c','\xc0','\x60','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x18','\x40','\x3f','\xfc','\x30','\x30','\x18','\x18','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x00','\x0c','\x00','\x00','\x18','\x06','\x0c','\x1f','\xff','\xfe','\x30','\x06','\x0c','\x78','\x86','\x0d','\xb3','\xc6','\x0c','\x3e','\x06','\x0c','\x30','\x86','\x0c','\x30','\xce','\x0c','\x3f','\xcc','\x0c','\x1f','\xbc','\x0c','\x00','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\x0c','\x0c','\x41','\xfe','\xfe','\x21','\x8c','\x0c','\x31','\x8c','\x0c','\x19','\x8c','\x0c','\x19','\x8c','\x0c','\x01','\xfc','\xfc','\x01','\x8c','\x0c','\x01','\x80','\x00','\x01','\x80','\x0c','\x19','\x99','\xfe','\xfd','\xfc','\x0c','\x19','\x80','\x8c','\x19','\x80','\x58','\x19','\x98','\x78','\x19','\xfc','\x30','\x19','\x80','\x78','\x19','\x80','\xcc','\x19','\x81','\x8e','\x19','\x86','\x06','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x04','\x00','\x40','\x07','\x00','\x30','\x46','\x18','\x18','\x7f','\xfc','\x0c','\x60','\x18','\x0c','\x60','\x18','\x00','\x7f','\xf8','\x00','\x60','\x18','\x00','\x60','\x18','\x00','\x7f','\xf8','\x0c','\x00','\x00','\xfe','\x00','\x04','\x0c','\xff','\xfe','\x0c','\x03','\x00','\x0c','\x03','\x08','\x0c','\x7f','\xfc','\x0c','\x03','\x00','\x0c','\x03','\x02','\x0d','\xff','\xff','\x0c','\x00','\x00','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x40','\x10','\x40','\x30','\x38','\x30','\x18','\x20','\x18','\x18','\x46','\x0d','\xff','\xff','\x0c','\x04','\x80','\x00','\x04','\x80','\x00','\x44','\x8c','\x00','\x7f','\xfe','\x00','\x64','\x8c','\x0c','\x64','\x8c','\xfe','\x6c','\xfc','\x0c','\x68','\x7c','\x0c','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x00','\x40','\x00','\x06','\x31','\xff','\xff','\x18','\x04','\x80','\x0c','\x04','\x80','\x0c','\x44','\x8c','\x00','\x7f','\xfe','\x00','\x64','\x8c','\x00','\x64','\x8c','\x00','\x64','\x8c','\x0c','\x6c','\xfc','\xfe','\x68','\x7c','\x0c','\x70','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x7f','\xfc','\x0c','\x60','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x0c','\x18','\x03','\xfe','\x0c','\x03','\x00','\x0c','\x23','\x18','\x00','\x3f','\xfc','\x00','\x30','\x18','\x00','\x30','\x18','\x00','\x3f','\xf8','\x0c','\x30','\x18','\xfe','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x3f','\xf8','\x0c','\x10','\x00','\x0c','\x1c','\x78','\x0c','\x38','\x1e','\x0c','\xe0','\x06','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x00','\x40','\x03','\x00','\x30','\x06','\x80','\x18','\x0c','\x60','\x0c','\x18','\x38','\x0c','\x60','\x1f','\x01','\x8f','\xc6','\x00','\x00','\x00','\x00','\x86','\x0e','\x00','\xff','\x4c','\x0c','\xc6','\x4c','\xfe','\xc6','\x4c','\x0c','\xfe','\x4c','\x0c','\xc6','\x4c','\x0c','\xc6','\x4c','\x0c','\xfe','\x4c','\x0c','\xc6','\x0c','\x0c','\xc6','\x0c','\x0c','\xde','\x3c','\x0c','\xcc','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x00','\x30','\x03','\x06','\x19','\xff','\xff','\x0c','\x03','\x00','\x0c','\x03','\x00','\x00','\x83','\x0c','\x00','\xff','\xfe','\x00','\xc0','\x4c','\x00','\xd0','\x6c','\x0c','\xcc','\xcc','\xfe','\xc4','\x8c','\x0c','\xdf','\xec','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xdf','\xec','\x0c','\xc3','\x0c','\x0c','\xc3','\x0c','\x0c','\xc3','\x3c','\x0c','\xc3','\x18','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x0e','\x70','\x40','\x0c','\x64','\x30','\xff','\xfe','\x18','\x0c','\x60','\x0c','\x7f','\xfc','\x0c','\x0c','\x60','\x00','\x0c','\x62','\x01','\xff','\xff','\x00','\x01','\x00','\x00','\x3f','\xf8','\x0c','\x31','\x18','\xfe','\x31','\x18','\x0c','\x3f','\xf8','\x0c','\x31','\x18','\x0c','\x31','\x1a','\x0d','\xff','\xff','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x78','\x0c','\x30','\x30','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x00','\x1c','\x41','\x01','\xfe','\x21','\xff','\x80','\x31','\x80','\xc0','\x19','\x80','\xfc','\x19','\x90','\xc2','\x01','\x9f','\xff','\x01','\x90','\x06','\x01','\x91','\x84','\x01','\x91','\xf0','\x19','\x97','\x84','\xfd','\x91','\x86','\x19','\x90','\xfe','\x19','\x10','\x00','\x19','\x32','\x30','\x1b','\x23','\x32','\x1a','\x23','\x32','\x1c','\x46','\x33','\x18','\x8c','\x3f','\x18','\x30','\x1e','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x38','\x40','\x40','\x30','\x70','\x20','\x30','\x60','\x31','\xfe','\x60','\x18','\x30','\x66','\x18','\x30','\x7f','\x03','\xfe','\xc8','\x00','\x30','\x8e','\x00','\x31','\x0c','\x03','\xfe','\x4c','\x18','\x40','\x2c','\xfc','\x4c','\x28','\x18','\x7e','\x18','\x18','\x4c','\x10','\x18','\xcc','\x38','\x18','\x8c','\x2c','\x18','\x8c','\x6c','\x19','\x18','\x46','\x1a','\x78','\x86','\x18','\x31','\x06','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\x30','\x06','\x41','\xf7','\xff','\x21','\x30','\x60','\x31','\x30','\xc0','\x19','\x30','\x84','\x19','\x31','\xc6','\x01','\xf3','\x4c','\x01','\x34','\x68','\x01','\x30','\xf0','\x01','\x30','\xa0','\x19','\x31','\x30','\xfd','\xf2','\x68','\x19','\x34','\xe8','\x19','\x30','\xac','\x19','\x31','\x26','\x19','\x32','\x27','\x1b','\x34','\x22','\x1a','\x30','\x20','\x1c','\xf1','\xe0','\x18','\x60','\xc0','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x08','\x30','\x7f','\xfc','\x18','\x03','\x00','\x0c','\x03','\x04','\x0c','\xff','\xfe','\x00','\x10','\x20','\x00','\x7c','\xfc','\x00','\x10','\x20','\x00','\x10','\x20','\x0c','\xfd','\xfe','\xfe','\x60','\x00','\x0c','\x00','\x04','\x0c','\xff','\xfe','\x0c','\x10','\xc0','\x0c','\x1c','\xc0','\x0c','\x38','\xc4','\x0c','\x30','\xc6','\x0c','\x60','\xfe','\x0d','\x80','\x7c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x43','\x01','\xc0','\x7f','\x81','\x86','\x63','\x1f','\xff','\x62','\xc1','\x00','\x66','\x63','\x00','\x64','\x62','\xfe','\x64','\x04','\x30','\x68','\x08','\x30','\x64','\x13','\xff','\x64','\x00','\x00','\x66','\x60','\x00','\x67','\xf3','\xfc','\x66','\x62','\x04','\x66','\x63','\xfc','\x66','\x62','\x04','\x66','\x63','\xfc','\x7e','\x62','\x04','\x6c','\x62','\x04','\x60','\x62','\x3c','\x60','\x62','\x18','\x60','\xd0','\x00','\x67','\x8f','\xff','\x63','\x03','\xfe','\x62','\x00','\x00','\x00','\x80','\x06','\x40','\xff','\xff','\x30','\xc0','\x06','\x18','\xc0','\x06','\x0c','\xff','\xfe','\x0c','\xc0','\x00','\x00','\xce','\xdc','\x00','\xc0','\xc0','\x00','\xce','\xdc','\x00','\xc0','\xc0','\x0c','\xc0','\x00','\xfe','\xc8','\xe0','\x0c','\xcc','\xc4','\x0c','\xcf','\xfe','\x0c','\xd0','\xc0','\x0c','\x80','\xc2','\x0c','\xbf','\xff','\x0d','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x40','\x00','\x40','\x60','\x06','\x20','\x64','\xff','\x30','\x7e','\x26','\x18','\xcc','\x26','\x18','\x88','\x66','\x01','\x10','\x46','\x00','\xfe','\x5e','\x00','\x92','\x8c','\x00','\x92','\x00','\x18','\xfe','\x58','\xfc','\x92','\x58','\x18','\x92','\xfe','\x18','\xfe','\x98','\x18','\x82','\x18','\x18','\x82','\xff','\x18','\x82','\x18','\x19','\x82','\x18','\x19','\x0e','\x18','\x1a','\x06','\x18','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x00','\x03','\x80','\x40','\x03','\x0c','\x30','\x03','\xfe','\x18','\x83','\x00','\x0c','\xff','\xff','\x0c','\xc4','\x06','\x00','\xc7','\xc4','\x00','\xdc','\x10','\x00','\xc3','\xf8','\x00','\xc0','\x02','\x0c','\xff','\xff','\xfe','\xc1','\x84','\x0c','\xc6','\x8e','\x0c','\xd9','\xd8','\x0c','\xc2','\x40','\x0c','\x8c','\xf0','\x0c','\xb1','\x4c','\x0c','\x86','\x47','\x0d','\x39','\xc3','\x0c','\x00','\xc0','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x1c','\x70','\x40','\x18','\x66','\x31','\xff','\xff','\x18','\x18','\x60','\x0c','\x18','\x60','\x0c','\x7f','\xf8','\x00','\x63','\x18','\x00','\x63','\x18','\x00','\x7f','\xf8','\x00','\x63','\x18','\x0c','\x63','\x18','\xfe','\x7f','\xf8','\x0c','\x03','\x00','\x0c','\xff','\xfe','\x0c','\xc3','\x06','\x0c','\xc3','\x46','\x0c','\xdf','\xe6','\x0c','\xce','\x26','\x0c','\xc8','\x1e','\x0c','\xc0','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x20','\x40','\x40','\x30','\x70','\x21','\x24','\x60','\x31','\xfe','\x60','\x19','\x04','\x66','\x19','\xfc','\x7f','\x01','\x04','\xc8','\x01','\x04','\x8e','\x01','\xfd','\x0c','\x00','\x60','\x4c','\x18','\x62','\x2c','\xff','\xff','\x28','\x18','\x60','\x18','\x18','\x7c','\x10','\x18','\xcc','\x38','\x18','\xcc','\x2c','\x18','\x8c','\x6c','\x19','\x98','\x46','\x19','\x78','\x86','\x1a','\x31','\x06','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x02','\x00','\x40','\x03','\x00','\x30','\x3f','\xf8','\x18','\x20','\x08','\x0c','\x3f','\xf8','\x0c','\x20','\x08','\x00','\x3f','\xf8','\x00','\x20','\x08','\x00','\x3f','\xf8','\x00','\x83','\x06','\x0c','\xff','\xff','\xff','\x8c','\x64','\x0d','\x98','\x60','\x0c','\x63','\x3f','\x0c','\x03','\x00','\x0c','\xff','\xfe','\x0c','\x0c','\x00','\x0c','\x0f','\xf8','\x0c','\x18','\x18','\x0c','\x30','\xf8','\x0c','\xc0','\x30','\xfa','\x00','\x00','\x61','\xff','\xff','\x40','\x7f','\xfe','\x00','\x02','\x00','\x40','\x03','\x00','\x30','\x3f','\xf8','\x18','\x20','\x08','\x0c','\x3f','\xf8','\x0c','\x20','\x08','\x00','\x3f','\xf8','\x00','\x20','\x08','\x00','\x3f','\xf8','\x00','\x80','\x06','\x0c','\xff','\xff','\xff','\x88','\x44','\x0d','\x9c','\x20','\x0c','\x38','\x18','\x0c','\x7f','\xff','\x0d','\x98','\x36','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0c','\x1f','\xf0','\x0c','\x18','\x30','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x01','\x00','\x0c','\x41','\xff','\xfe','\x21','\x88','\x8c','\x31','\x88','\x8c','\x19','\xff','\xfc','\x18','\x40','\x00','\x00','\xc0','\x88','\x02','\x90','\xcc','\x01','\x19','\x90','\x01','\xb1','\xfe','\x18','\x23','\x10','\xfc','\x49','\x10','\x1b','\xfd','\xfe','\x19','\xe5','\x10','\x18','\x61','\x10','\x19','\x71','\xfe','\x19','\x69','\x10','\x19','\x69','\x10','\x1a','\x61','\xff','\x18','\x61','\x00','\x1c','\x00','\x00','\xf3','\xff','\xff','\x60','\xff','\xfe','\x40','\x00','\x00','\x07','\x01','\x06','\x06','\x01','\xff','\x06','\x71','\x86','\x07','\xf9','\x86','\xff','\x81','\x8c','\x06','\x01','\x8c','\x06','\x01','\x98','\x06','\x01','\x90','\x76','\x39','\xa0','\x66','\x31','\x90','\x66','\x31','\x88','\x66','\x31','\x8c','\x66','\x31','\x84','\x66','\x31','\x86','\x7f','\xf1','\x86','\x66','\x31','\x86','\x66','\x01','\x86','\x06','\x01','\x86','\x06','\x11','\xbe','\x06','\x11','\x8c','\x06','\x19','\x80','\x07','\xf9','\x80','\x03','\xf1','\x80','\x00','\x01','\x80','\x1c','\x71','\x06','\x18','\x61','\xff','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x6d','\x8c','\xff','\xff','\x8c','\x18','\x61','\x98','\x18','\x61','\x90','\x18','\x61','\xa0','\x18','\x61','\x90','\x18','\x61','\x88','\x18','\x61','\x8c','\x18','\x61','\x84','\x1f','\xe1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\xbe','\x18','\x61','\x8c','\x18','\x61','\x80','\x1f','\xe1','\x80','\x18','\x61','\x80','\x18','\x61','\x80','\x00','\x61','\x06','\x00','\xf1','\xff','\x23','\xc1','\x86','\x3e','\x01','\x86','\x30','\x01','\x8c','\x30','\x01','\x8c','\x30','\x19','\x98','\x3f','\xfd','\x90','\x30','\xc1','\xa0','\x30','\xc1','\x90','\x30','\xc1','\x88','\x30','\xc1','\x8c','\x30','\xc1','\x84','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xc1','\x86','\x30','\xf9','\x86','\x3f','\xe1','\xbe','\xff','\x01','\x8c','\x78','\x01','\x80','\x40','\x01','\x80','\x00','\x01','\x80','\x00','\x01','\x80','\x00','\x31','\x06','\xff','\xf9','\xff','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x8c','\x18','\x31','\x8c','\x18','\x71','\x98','\x10','\x61','\x90','\x30','\x61','\xa0','\x23','\xe1','\x90','\x40','\xc1','\x88','\x80','\x01','\x8c','\x00','\x01','\x84','\x20','\x61','\x86','\x3f','\xf1','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\x86','\x30','\x61','\xbe','\x30','\x61','\x8c','\x30','\x61','\x80','\x3f','\xe1','\x80','\x30','\x61','\x80','\x30','\x61','\x80','\x20','\x31','\x06','\x3f','\xf9','\xff','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x8c','\x30','\x31','\x8c','\x30','\x31','\x98','\x3f','\xf1','\x90','\x30','\x31','\xa0','\x00','\x01','\x90','\x00','\x01','\x88','\x00','\x31','\x8c','\x7f','\xf9','\x84','\x03','\x01','\x86','\x03','\x01','\x86','\x03','\x31','\x86','\x3f','\xf9','\x86','\x03','\x01','\x86','\x03','\x01','\xbe','\x03','\x01','\x8c','\x07','\xf9','\x80','\xff','\x81','\x80','\x78','\x01','\x80','\x40','\x01','\x80','\x08','\x01','\x06','\x0e','\x81','\xff','\x0c','\x61','\x86','\x18','\x31','\x86','\x10','\x31','\x8c','\x20','\x01','\x8c','\x43','\x01','\x98','\x03','\x01','\x90','\x06','\x81','\xa0','\x06','\x41','\x90','\x0c','\x61','\x88','\x18','\x31','\x8c','\x10','\x31','\x84','\x20','\x01','\x86','\x50','\x61','\x86','\x9f','\xf1','\x86','\x18','\x61','\x86','\x18','\x61','\x86','\x18','\x61','\xbe','\x18','\x61','\x8c','\x18','\x61','\x80','\x1f','\xe1','\x80','\x18','\x61','\x80','\x18','\x01','\x80','\x00','\x00','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\x00','\x18','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x00','\x18','\xff','\xe0','\x18','\xc0','\x60','\x18','\xc0','\x60','\x18','\xff','\xe0','\x18','\x00','\x00','\x1b','\xff','\xf8','\x33','\x0c','\x18','\x33','\x0c','\x18','\x33','\x0c','\x18','\x23','\xff','\xf8','\x63','\x00','\x02','\x43','\x00','\x02','\x83','\x00','\x03','\x03','\xff','\xff','\x01','\xff','\xfe','\x00','\x71','\x06','\x07','\xf9','\xff','\xfe','\x21','\x86','\x08','\x39','\x86','\x44','\x31','\x8c','\x26','\x61','\x8c','\x36','\x41','\x98','\x30','\x81','\x90','\x00','\x31','\xa0','\x7f','\xf9','\x90','\x00','\x61','\x88','\x00','\x41','\x8c','\x02','\x81','\x84','\x03','\x01','\x86','\x03','\x19','\x86','\xff','\xe1','\x86','\x7b','\x01','\x86','\x43','\x01','\x86','\x03','\x01','\xbe','\x03','\x01','\x8c','\x03','\x01','\x80','\x03','\x01','\x80','\x1f','\x01','\x80','\x06','\x01','\x80','\x4c','\x99','\x06','\x7e','\xfd','\xff','\x4c','\x99','\x86','\x4c','\x99','\x86','\x4c','\x99','\x8c','\x4c','\x99','\x8c','\x7c','\xf9','\x98','\x4c','\x99','\x90','\x00','\x01','\xa0','\x00','\x31','\x90','\x7f','\xf9','\x88','\x00','\x01','\x8c','\x00','\x19','\x84','\xff','\xfd','\x86','\x18','\x01','\x86','\x18','\x61','\x86','\x3f','\xf1','\x86','\x30','\x61','\x86','\x00','\x61','\xbe','\x00','\x61','\x8c','\x00','\xe1','\x80','\x00','\xc1','\x80','\x07','\xc1','\x80','\x01','\x81','\x80','\x1c','\x01','\x06','\x18','\x31','\xff','\x3f','\xf9','\x86','\x20','\x31','\x86','\x44','\x31','\x8c','\xa4','\xb1','\x8c','\x24','\xb1','\x98','\x24','\xb1','\x90','\x3f','\xb1','\xa0','\x08','\x61','\x90','\x11','\xe1','\x88','\x60','\xc1','\x8c','\x1c','\x01','\x84','\x18','\x31','\x86','\x3f','\xf9','\x86','\x20','\x31','\x86','\x44','\x31','\x86','\xa4','\xb1','\x86','\x24','\xb1','\xbe','\x24','\xb1','\x8c','\x3f','\xb1','\x80','\x08','\x61','\x80','\x11','\xe1','\x80','\x60','\xc1','\x80','\x20','\x31','\x06','\x3f','\xf9','\xff','\x30','\x31','\x86','\x30','\x31','\x86','\x30','\x31','\x8c','\x3f','\xf1','\x8c','\x33','\x31','\x98','\x03','\x01','\x90','\x03','\x0d','\xa0','\xff','\xff','\x90','\x00','\x01','\x88','\x00','\x01','\x8c','\x3f','\xf1','\x84','\x30','\x31','\x86','\x30','\x31','\x86','\x37','\xb1','\x86','\x34','\xb1','\x86','\x34','\xb1','\x86','\x34','\xb1','\xbe','\x37','\xb1','\x8c','\x30','\x31','\x80','\x30','\x31','\x80','\x3f','\xf1','\x80','\x30','\x31','\x80','\x4c','\x99','\x06','\x7e','\xfd','\xff','\x4c','\x99','\x86','\x4c','\x99','\x86','\x4c','\x99','\x8c','\x7c','\xf9','\x8c','\x00','\x01','\x98','\x00','\x01','\x90','\x3f','\xf1','\xa0','\x33','\x31','\x90','\x33','\x31','\x88','\x33','\x31','\x8c','\x3f','\xf1','\x84','\x33','\x31','\x86','\x33','\x31','\x86','\x33','\x31','\x86','\x3f','\xf1','\x86','\x03','\x01','\x86','\x03','\x0d','\xbe','\xff','\xff','\x8c','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x03','\x01','\x80','\x21','\xc8','\x86','\x11','\x8e','\xff','\x19','\x8c','\xc6','\x19','\x88','\xc4','\x01','\x92','\xcc','\x7f','\xff','\xc8','\x07','\x80','\xc8','\x0d','\xf0','\xd0','\x09','\x9c','\xc8','\x11','\x8e','\xcc','\x21','\x86','\xc4','\x41','\x80','\xc6','\x10','\x18','\xc6','\x1e','\x18','\xc6','\x33','\xfe','\xc6','\x22','\x98','\xc6','\x46','\x98','\xc6','\xb4','\x98','\xc6','\x1c','\x98','\xde','\x0b','\xff','\xcc','\x18','\x18','\xc0','\x10','\x18','\xc0','\x20','\x18','\xc0','\xc0','\x18','\xc0','\x00','\x30','\x00','\xff','\xf8','\x06','\x09','\x07','\xff','\x09','\x00','\x30','\x09','\x00','\x30','\x49','\x30','\x30','\x7f','\xf8','\x30','\x69','\x30','\x30','\x69','\x30','\x30','\x69','\x30','\x30','\x69','\x30','\x30','\x69','\xf0','\x30','\x68','\xf0','\x30','\x70','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x7f','\xf0','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x60','\x30','\x30','\x7f','\xf1','\xf0','\x60','\x30','\x60','\x00','\x61','\xc0','\xff','\xf1','\x80','\x0a','\x01','\x80','\x0a','\x01','\x80','\x0a','\x09','\x80','\x4a','\x69','\x86','\x7f','\xef','\xff','\x6a','\x79','\x86','\x6a','\x79','\x84','\x6a','\x61','\x88','\x6a','\x61','\x80','\x6b','\xe1','\x70','\x69','\xe1','\x60','\x70','\x61','\x60','\x60','\x61','\x60','\x60','\x63','\x60','\x60','\x63','\x60','\x7f','\xe3','\x60','\x60','\x62','\x62','\x60','\x62','\x62','\x60','\x64','\x62','\x60','\x64','\x63','\x7f','\xe8','\x7f','\x60','\x10','\x3e','\x00','\x64','\x30','\xff','\xf7','\xf8','\x0a','\x06','\x30','\x0a','\x06','\x30','\x0a','\x06','\x30','\x4a','\x66','\x30','\x7f','\xf6','\x30','\x6a','\x64','\x3f','\x6a','\x6c','\x1f','\x6a','\x68','\x00','\x6a','\x70','\x00','\x6b','\xe0','\x0c','\x69','\xef','\xfe','\x70','\x62','\x0c','\x60','\x62','\x0c','\x60','\x61','\x18','\x60','\x61','\x18','\x7f','\xe1','\xb0','\x60','\x60','\xf0','\x60','\x60','\x60','\x60','\x60','\xf8','\x60','\x61','\x9f','\x7f','\xe3','\x0e','\x60','\x6c','\x06','\x00','\x63','\x9c','\xff','\xf3','\x18','\x0a','\x03','\x18','\x0a','\x03','\x18','\x0a','\x03','\x18','\x4a','\x63','\x1a','\x7f','\xff','\xff','\x6a','\x63','\x18','\x6a','\x63','\x18','\x6a','\x63','\x18','\x6a','\x63','\x18','\x6b','\xe3','\x18','\x69','\xe3','\x18','\x70','\x63','\xf8','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x7f','\xe3','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\x18','\x60','\x63','\xf8','\x7f','\xe3','\x18','\x60','\x63','\x18','\x00','\x60','\x0c','\xff','\xf0','\x3e','\x0a','\x01','\xf8','\x0a','\x0f','\xc0','\x0a','\x00','\xc0','\x4a','\x60','\xc0','\x7f','\xf0','\xc0','\x6a','\x60','\xc0','\x6a','\x60','\xc6','\x6a','\x7f','\xff','\x6a','\x61','\xd0','\x6b','\xe1','\xd0','\x69','\xe1','\xd0','\x70','\x63','\xc8','\x60','\x63','\xc8','\x60','\x62','\xcc','\x60','\x66','\xcc','\x7f','\xe4','\xc7','\x60','\x68','\xc6','\x60','\x70','\xc6','\x60','\x60','\xc0','\x60','\x60','\xc0','\x7f','\xe0','\xc0','\x60','\x60','\xc0','\x00','\x60','\x80','\xff','\xf0','\xe0','\x0a','\x00','\xc0','\x0a','\x01','\xc0','\x0a','\x01','\x8c','\x4a','\x61','\xfe','\x7f','\xf3','\x0c','\x6a','\x62','\x1c','\x6a','\x65','\x18','\x6a','\x69','\xb0','\x6a','\x60','\xb0','\x6b','\xe0','\x60','\x69','\xe0','\xc0','\x70','\x61','\x86','\x60','\x63','\xff','\x60','\x65','\x86','\x60','\x69','\x86','\x7f','\xe1','\x86','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\x61','\x86','\x60','\x61','\x86','\x7f','\xe1','\xfe','\x60','\x61','\x86','\x00','\x60','\x80','\xff','\xf0','\xe0','\x0a','\x00','\xc0','\x0a','\x01','\x90','\x0a','\x09','\x1c','\x4a','\x66','\x18','\x7f','\xf3','\x30','\x6a','\x63','\x24','\x6a','\x60','\x46','\x6a','\x7f','\xfb','\x6a','\x6f','\x03','\x6b','\xe0','\x00','\x69','\xe7','\xfc','\x70','\x66','\x0c','\x60','\x66','\x0c','\x60','\x67','\xfc','\x60','\x66','\x0c','\x7f','\xe6','\x0c','\x60','\x67','\xfc','\x60','\x66','\x0c','\x60','\x66','\x0c','\x60','\x66','\x0c','\x7f','\xe6','\x3c','\x60','\x66','\x18','\x00','\x64','\x0c','\xff','\xf7','\xfe','\x0a','\x06','\x0c','\x0a','\x06','\x0c','\x0a','\x06','\x0c','\x4a','\x66','\x0c','\x7f','\xf6','\x0c','\x6a','\x67','\xfc','\x6a','\x66','\x0c','\x6a','\x60','\x00','\x6a','\x60','\x00','\x6b','\xe0','\x0c','\x69','\xe7','\xfe','\x70','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x6c','\x7f','\xe7','\xfe','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x66','\x7f','\xef','\xff','\x60','\x60','\x00','\x00','\x63','\x9c','\xff','\xf3','\x18','\x0a','\x03','\x18','\x0a','\x03','\x18','\x0a','\x0f','\xfe','\x4a','\x63','\x18','\x7f','\xf3','\x18','\x6a','\x63','\x18','\x6a','\x63','\x18','\x6a','\x63','\x18','\x6a','\x7f','\xff','\x6b','\xe0','\x00','\x69','\xe4','\x0c','\x70','\x67','\xfe','\x60','\x66','\x0c','\x60','\x66','\x0c','\x60','\x66','\x0c','\x7f','\xe7','\xfc','\x60','\x66','\x0c','\x60','\x66','\x0c','\x60','\x66','\x0c','\x60','\x67','\xfc','\x7f','\xe6','\x0c','\x60','\x66','\x0c','\x00','\x60','\x70','\xff','\xf0','\x60','\x0a','\x00','\x60','\x0a','\x00','\x66','\x0a','\x0f','\xff','\x4a','\x60','\x00','\x7f','\xf2','\x10','\x6a','\x63','\x9c','\x6a','\x63','\x18','\x6a','\x63','\x98','\x6a','\x62','\xd4','\x6b','\xe6','\xf6','\x69','\xe4','\x23','\x70','\x68','\x43','\x60','\x60','\x00','\x60','\x60','\x60','\x60','\x6f','\xff','\x7f','\xe0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x7f','\xe0','\x60','\x60','\x60','\x60','\x01','\x86','\x18','\xff','\xc4','\x10','\x14','\x04','\x10','\x14','\x04','\x10','\x14','\x04','\x10','\x54','\x85','\x96','\x7f','\xff','\xff','\x54','\x84','\x10','\x54','\x84','\x10','\x54','\x84','\x10','\x54','\x8e','\x38','\x57','\x8d','\x38','\x53','\x8d','\x38','\x60','\x9c','\x74','\x40','\x94','\x54','\x40','\x94','\x56','\x40','\xa4','\x97','\x7f','\xc5','\x12','\x40','\x84','\x10','\x40','\x84','\x10','\x40','\x84','\x10','\x40','\x84','\x10','\x7f','\x84','\x10','\x40','\x84','\x10','\x00','\x61','\xc0','\xff','\xf1','\x80','\x0a','\x01','\x86','\x0a','\x1f','\xff','\x0a','\x03','\x00','\x4a','\x63','\x00','\x7f','\xf6','\x0c','\x6a','\x67','\xfe','\x6a','\x6b','\x0c','\x6a','\x73','\x0c','\x6a','\x63','\x0c','\x6b','\xe3','\xfc','\x69','\xe3','\x0c','\x70','\x60','\x00','\x60','\x64','\x02','\x60','\x67','\xff','\x60','\x64','\x92','\x7f','\xe4','\x92','\x60','\x64','\x92','\x60','\x64','\x92','\x60','\x64','\x92','\x60','\x64','\x92','\x7f','\xff','\xff','\x60','\x60','\x00','\x40','\x31','\x18','\x7f','\xf9','\xfc','\x64','\x01','\x98','\x67','\xc1','\x98','\x69','\x03','\x1f','\x61','\x02','\x0f','\x6f','\xe4','\x00','\x62','\x83','\xfe','\x64','\x60','\x8c','\x68','\x20','\x58','\x60','\x00','\x70','\x7f','\xf8','\xdf','\x60','\x03','\x06','\x00','\x00','\x00','\xff','\xff','\xff','\x00','\x44','\x00','\x1f','\xff','\xf8','\x18','\x84','\x18','\x1f','\x03','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x60','\xe0','\xff','\xf0','\xc0','\x0a','\x00','\xc6','\x0a','\x0f','\xff','\x0a','\x01','\x80','\x4a','\x61','\x04','\x7f','\xf7','\xfe','\x6a','\x63','\x86','\x6a','\x60','\x00','\x6a','\x63','\x4c','\x6a','\x62','\x48','\x6b','\xe2','\x48','\x69','\xe2','\x4a','\x70','\x66','\x4a','\x60','\x64','\x4f','\x60','\x68','\x07','\x60','\x60','\x00','\x7f','\xe7','\xfe','\x60','\x64','\x92','\x60','\x64','\x92','\x60','\x64','\x92','\x60','\x64','\x92','\x7f','\xff','\xff','\x60','\x60','\x00','\x00','\x63','\x0c','\xff','\xff','\xfe','\x0a','\x01','\x04','\x0a','\x19','\x64','\x0a','\x09','\x24','\x4a','\xc1','\x04','\x7f','\xe7','\x1c','\x6a','\xdd','\x74','\x6a','\xc8','\x24','\x6a','\xc1','\x84','\x6a','\xc1','\x80','\x6a','\xc3','\x60','\x6b','\xc6','\x38','\x70','\xcc','\x9f','\x60','\xf1','\xc6','\x60','\xc3','\x20','\x60','\xcc','\x70','\x7f','\xc0','\xc4','\x60','\xc3','\x0e','\x60','\xcc','\x1c','\x60','\xc0','\x38','\x60','\xc0','\xe0','\x7f','\xc3','\x80','\x60','\xdc','\x00','\x00','\x60','\xe0','\xff','\xf0','\xc8','\x0a','\x00','\xfc','\x0a','\x08','\xc2','\x0a','\x0f','\xff','\x4a','\xc8','\x86','\x7f','\xe8','\xf4','\x6a','\xcf','\x80','\x6a','\xc8','\x82','\x6a','\xc8','\x7e','\x6a','\xc8','\x00','\x6a','\xcb','\xfe','\x6b','\xc8','\x40','\x70','\xc8','\xe2','\x60','\xcb','\x27','\x60','\xc8','\x74','\x60','\xc8','\x90','\x7f','\xcb','\x18','\x60','\xc8','\x34','\x60','\xd8','\x57','\x60','\xd1','\x92','\x60','\xd6','\x10','\x7f','\xe0','\xf0','\x60','\xc0','\x60','\x00','\xc1','\xb0','\xff','\xe1','\x20','\x0a','\x09','\x24','\x0a','\x0f','\xfe','\x0a','\x09','\x24','\x4a','\xc9','\x24','\x7f','\xcf','\xfc','\x6a','\xc9','\x24','\x6a','\xc9','\x24','\x6a','\xcf','\xfc','\x6a','\xc0','\x00','\x6a','\xff','\xff','\x6b','\xc0','\x00','\x70','\xcf','\xfc','\x60','\xcc','\x0c','\x60','\xcc','\x0c','\x60','\xcf','\xfc','\x7f','\xc0','\x08','\x60','\xc8','\x0c','\x60','\xc6','\x18','\x60','\xc2','\x10','\x60','\xc0','\x26','\x7f','\xff','\xff','\x60','\xc0','\x00','\x00','\x60','\x18','\xff','\xf0','\xfc','\x0a','\x0f','\xe0','\x0a','\x00','\x40','\x0a','\x00','\x46','\x4a','\xdf','\xff','\x7f','\xe0','\x40','\x6a','\xc7','\xfc','\x6a','\xc4','\x44','\x6a','\xc4','\x44','\x6a','\xc7','\xfc','\x6a','\xc4','\x44','\x6b','\xc4','\x44','\x70','\xc7','\xfc','\x60','\xc0','\x40','\x60','\xcf','\xfe','\x60','\xc0','\x40','\x7f','\xc0','\x42','\x60','\xdf','\xff','\x60','\xc0','\x00','\x60','\xc9','\x24','\x60','\xc9','\xb2','\x7f','\xd9','\xb3','\x60','\xd8','\x93','\x00','\xc0','\xe0','\xff','\xe0','\xc6','\x0a','\x1f','\xff','\x0a','\x00','\x00','\x0a','\x0f','\x3c','\x4a','\xc9','\x24','\x7f','\xe9','\x24','\x6a','\xcf','\x3c','\x6a','\xc2','\x10','\x6a','\xcf','\xfc','\x6a','\xc2','\x10','\x6a','\xc2','\x10','\x6b','\xcf','\xfc','\x70','\xc2','\x10','\x60','\xc2','\x12','\x60','\xff','\xff','\x60','\xc3','\x44','\x7f','\xc6','\x46','\x60','\xce','\x2c','\x60','\xf2','\x30','\x60','\xc2','\x18','\x60','\xdf','\xdf','\x7f','\xce','\x0e','\x60','\xc8','\x06','\x13','\x00','\x08','\x1e','\xff','\x7c','\x10','\x81','\x08','\x1c','\xf9','\x38','\x10','\x81','\x08','\x1c','\xf9','\x38','\x50','\x89','\x0a','\x7f','\xff','\xff','\x40','\x00','\x06','\xdf','\xff','\xf4','\xc0','\x42','\x00','\x1f','\xff','\xf8','\x18','\x82','\x18','\x1f','\x01','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x02','\x00','\x80','\x07','\x00','\x60','\x0d','\xff','\xf8','\x30','\x60','\xdf','\xc0','\xc3','\xc6','\x07','\x01','\x80','\x01','\x80','\xe0','\x0f','\xc0','\xc0','\xfc','\x00','\xc0','\x0c','\x80','\xc0','\x8c','\xe0','\xc0','\x4c','\xc0','\xc0','\x6c','\x90','\xc6','\x6d','\x1f','\xff','\x0c','\x58','\xc6','\xff','\xf8','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x1c','\x18','\xc6','\x1e','\x18','\xc6','\x1d','\x9f','\xfe','\x3c','\xd8','\xc6','\x2c','\xd8','\xc6','\x2c','\x18','\xc6','\x4c','\x18','\xc6','\x8c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x18','\xc6','\x0c','\x1f','\xfe','\x0c','\x18','\x06','\x01','\x90','\x06','\x0f','\xdf','\xff','\xfc','\x19','\x26','\x0c','\x99','\x26','\x8c','\xd9','\x26','\x4c','\x9f','\xfe','\x6d','\x80','\xc0','\x6d','\x00','\xc4','\x0c','\x5f','\xfe','\xff','\xe0','\xc0','\x0c','\x00','\xc2','\x0c','\x3f','\xff','\x1c','\x04','\x08','\x1e','\x02','\x08','\x1d','\x82','\x12','\x3c','\xff','\xff','\x2c','\xc0','\xc0','\x2c','\x00','\xc0','\x4c','\x00','\xc4','\x8c','\x1f','\xfe','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x07','\x01','\x00','\x06','\x01','\x80','\x7f','\xe1','\x8c','\x06','\x03','\xfe','\x06','\x02','\x10','\xff','\xf5','\x18','\x0e','\x00','\xb0','\x1f','\x80','\x60','\x16','\x61','\x9f','\x26','\x26','\x06','\xd0','\x00','\x00','\x1f','\xff','\xfe','\x18','\x00','\x00','\x19','\xff','\xf8','\x19','\x06','\x08','\x19','\xff','\xf8','\x19','\x06','\x08','\x31','\xff','\xf8','\x30','\x06','\x00','\x23','\xff','\xfc','\x40','\x06','\x00','\x80','\x06','\x02','\x0f','\xff','\xff','\x00','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc1','\x86','\x08','\x61','\x86','\x18','\x61','\x86','\x10','\x01','\x86','\x21','\x81','\x86','\x3f','\xc1','\x86','\x46','\x01','\x86','\x86','\x01','\x86','\x06','\x41','\x86','\x7f','\xe3','\x86','\x06','\x03','\x06','\x06','\x83','\x06','\x46','\xe3','\x06','\x26','\xc3','\x0e','\x36','\x86','\x0c','\x37','\x06','\x0c','\x06','\x64','\x0c','\x07','\x8c','\x1c','\xfe','\x08','\x18','\x70','\x10','\xf8','\x40','\x60','\x30','\x06','\x00','\x20','\x06','\x04','\x20','\x0d','\x07','\x20','\x0c','\xc6','\x20','\x08','\x66','\x20','\x18','\x66','\x20','\x10','\x06','\x20','\x21','\x86','\x20','\x3f','\xc6','\x20','\x46','\x06','\x30','\x86','\x06','\x10','\x06','\x46','\x10','\x7f','\xe6','\x10','\x06','\x06','\x10','\x06','\x86','\x10','\x46','\xe6','\x18','\x26','\xcc','\x18','\x36','\x8c','\x18','\x37','\x0c','\x0c','\x06','\x08','\x0c','\x07','\xd8','\x0c','\xfe','\x10','\x0f','\x70','\x20','\x06','\x40','\x40','\x06','\x01','\x00','\x00','\x01','\xc1','\x80','\x03','\x80','\x60','\x03','\x00','\x38','\x06','\x18','\x1c','\x0c','\x38','\x0c','\x10','\x34','\x00','\x20','\x62','\x00','\x00','\xc1','\x80','\x01','\x80','\xc0','\x03','\x00','\x70','\x07','\xff','\xbf','\x0c','\x18','\x1e','\x30','\x18','\x06','\xc0','\x18','\x30','\x1f','\xff','\xf8','\x00','\x18','\x00','\x04','\x18','\x80','\x03','\x18','\xe0','\x01','\x98','\xc0','\x01','\x98','\x80','\x00','\x19','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x06','\x01','\xc0','\x06','\x01','\x80','\x0d','\x01','\x80','\x0c','\xc1','\x80','\x08','\x61','\x80','\x18','\x61','\x80','\x10','\x01','\x86','\x21','\x9f','\xff','\x3f','\xc1','\x86','\x46','\x01','\x86','\x86','\x01','\x86','\x06','\x41','\x86','\x7f','\xe1','\x86','\x06','\x01','\x86','\x06','\x83','\x86','\x46','\xe3','\x06','\x26','\xc3','\x06','\x36','\x83','\x06','\x37','\x02','\x06','\x06','\x66','\x0e','\x07','\x84','\x0c','\xfe','\x08','\x0c','\x70','\x10','\x7c','\x40','\x60','\x18','\x06','\x00','\x00','\x06','\x00','\x0c','\x0d','\x1f','\xfe','\x0c','\xc1','\x8c','\x08','\x61','\x8c','\x18','\x69','\x8c','\x10','\x09','\x8c','\x21','\x89','\x8c','\x3f','\xc9','\x8c','\x46','\x05','\x8c','\x86','\x05','\x8c','\x06','\x47','\x0c','\x7f','\xe3','\x18','\x06','\x03','\x18','\x06','\x82','\x98','\x46','\xe6','\xd8','\x26','\xc6','\x70','\x36','\x84','\x30','\x37','\x0c','\x38','\x06','\x68','\x3f','\x07','\x98','\x6e','\xfe','\x10','\x66','\x70','\x23','\xe0','\x40','\x40','\xc0','\x06','\x00','\x00','\x06','\x00','\x0c','\x0d','\x1f','\xfe','\x0c','\xc4','\x0c','\x08','\x65','\x0c','\x18','\x64','\x8c','\x10','\x04','\xcc','\x21','\x84','\xd8','\x3f','\xc2','\x18','\x46','\x02','\x18','\x86','\x02','\x30','\x06','\x43','\x30','\x7f','\xe1','\x60','\x06','\x01','\x60','\x06','\x81','\xc0','\x46','\xe0','\x80','\x26','\xc1','\xc0','\x36','\x81','\x60','\x37','\x03','\x20','\x06','\x62','\x30','\x07','\x84','\x18','\xfe','\x08','\x1f','\x70','\x10','\x0e','\x40','\x60','\x06','\x06','\x00','\x60','\x06','\x07','\x40','\x0d','\x06','\x40','\x0c','\xc6','\x40','\x08','\x66','\x4c','\x18','\x66','\x5e','\x10','\x06','\x6c','\x21','\x86','\xcc','\x3f','\xc7','\x4c','\x46','\x06','\x4c','\x86','\x1e','\x4c','\x06','\x46','\x4c','\x7f','\xe6','\x4c','\x06','\x06','\x4c','\x06','\x86','\x5c','\x46','\xe6','\x4c','\x26','\xc6','\x40','\x36','\x86','\x40','\x37','\x06','\x42','\x06','\x66','\x02','\x07','\x86','\x02','\xfe','\x06','\x03','\x70','\x07','\xff','\x40','\x03','\xfe','\x06','\x04','\x00','\x06','\x07','\x00','\x0d','\x06','\x00','\x0c','\xc6','\x00','\x08','\x66','\x00','\x18','\x66','\x06','\x10','\x0f','\xff','\x21','\x8c','\x06','\x3f','\xc8','\x06','\x46','\x08','\x06','\x86','\x10','\x66','\x06','\x47','\xf6','\x7f','\xe0','\x06','\x06','\x00','\x06','\x06','\x80','\x06','\x46','\xe0','\x76','\x26','\xcf','\xc6','\x36','\x87','\x06','\x37','\x04','\x06','\x06','\x60','\x0e','\x07','\x80','\x0c','\xfe','\x00','\x1c','\x70','\x00','\xf8','\x40','\x00','\x30','\x06','\x00','\x0c','\x06','\x00','\x3e','\x0d','\x04','\xf0','\x0c','\xc7','\x80','\x08','\x66','\x00','\x18','\x66','\x00','\x10','\x06','\x00','\x21','\x86','\x06','\x3f','\xc7','\xff','\x46','\x06','\x30','\x86','\x06','\x30','\x06','\x46','\x30','\x7f','\xe6','\x30','\x06','\x06','\x30','\x06','\x86','\x30','\x46','\xe6','\x30','\x26','\xcc','\x30','\x36','\x8c','\x30','\x37','\x0c','\x30','\x06','\x68','\x30','\x07','\x98','\x30','\xfe','\x10','\x30','\x70','\x20','\x30','\x40','\x00','\x30','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc0','\x08','\x68','\xc0','\x18','\x6e','\xd0','\x10','\x0c','\xcc','\x21','\x8c','\xc6','\x3f','\xcc','\xc7','\x46','\x08','\xc3','\x86','\x18','\xc0','\x06','\x50','\xc0','\x7f','\xe0','\xc8','\x06','\x00','\xce','\x06','\x83','\xcc','\x46','\xe1','\x9c','\x26','\xc0','\x18','\x36','\x80','\x38','\x37','\x00','\x30','\x06','\x60','\x60','\x07','\x80','\xc0','\xfe','\x01','\x80','\x70','\x06','\x00','\x40','\x18','\x00','\x06','\x08','\x0c','\x06','\x0f','\xfe','\x0d','\x0c','\x0c','\x0c','\xcc','\x0c','\x08','\x6c','\x0c','\x18','\x6c','\x0c','\x10','\x0c','\x0c','\x21','\x8c','\x0c','\x3f','\xcf','\xfc','\x46','\x0c','\x4c','\x86','\x0c','\x40','\x06','\x4c','\x40','\x7f','\xec','\x40','\x06','\x0c','\x60','\x06','\x8c','\x20','\x46','\xec','\x20','\x26','\xcc','\x30','\x36','\x88','\x30','\x37','\x18','\x18','\x06','\x18','\x18','\x07','\xd0','\x1c','\xfe','\x30','\x0f','\x70','\x20','\x0e','\x40','\x40','\x06','\x06','\x00','\x00','\x06','\x00','\x18','\x0d','\x1f','\xfc','\x0c','\xc3','\x18','\x08','\x63','\x18','\x18','\x63','\x18','\x10','\x03','\x18','\x21','\x83','\x18','\x3f','\xc3','\x18','\x46','\x03','\x18','\x86','\x03','\x1a','\x06','\x5f','\xff','\x7f','\xe3','\x18','\x06','\x03','\x18','\x06','\x83','\x18','\x46','\xe3','\x18','\x26','\xc3','\x18','\x36','\x83','\x18','\x37','\x03','\x18','\x06','\x63','\x18','\x07','\x83','\x18','\xfe','\x03','\x1a','\x70','\x3f','\xff','\x40','\x00','\x00','\x06','\x00','\x00','\x06','\x08','\x06','\x0d','\x0f','\xff','\x0c','\xcc','\x00','\x08','\x6c','\x00','\x18','\x6c','\x00','\x10','\x0c','\x00','\x21','\x8c','\x0c','\x3f','\xcf','\xfe','\x46','\x0d','\x0c','\x86','\x0d','\x0c','\x06','\x4d','\x0c','\x7f','\xec','\x88','\x06','\x0c','\x98','\x06','\x8c','\x98','\x46','\xec','\x50','\x26','\xcc','\x70','\x36','\x88','\x20','\x37','\x18','\x70','\x06','\x18','\x50','\x07','\x90','\xd8','\xfe','\x30','\x8f','\x70','\x21','\x0e','\x40','\x46','\x06','\x06','\x00','\x70','\x06','\x00','\x6c','\x0d','\x00','\x66','\x0c','\xc0','\x66','\x08','\x60','\x60','\x18','\x68','\x66','\x10','\x0f','\xff','\x21','\x8c','\x60','\x3f','\xcc','\x60','\x46','\x0c','\x64','\x86','\x0c','\x67','\x06','\x4c','\x66','\x7f','\xec','\x66','\x06','\x0c','\x2c','\x06','\x8c','\x2c','\x46','\xec','\x38','\x26','\xcc','\x10','\x36','\x8c','\x32','\x37','\x0d','\x3a','\x06','\x0e','\x6a','\x07','\xbc','\x4e','\xfe','\x18','\x86','\x70','\x11','\x07','\x40','\x06','\x03','\x06','\x07','\x1c','\x06','\x06','\x18','\x0d','\x06','\x18','\x0c','\xc6','\x18','\x08','\x66','\x18','\x18','\x66','\x1a','\x10','\x1f','\xff','\x21','\x86','\x18','\x3f','\xc6','\x18','\x46','\x06','\x18','\x86','\x06','\x18','\x06','\x46','\x18','\x7f','\xe6','\x18','\x06','\x07','\xf8','\x06','\x86','\x18','\x46','\xe6','\x18','\x26','\xc6','\x18','\x36','\x86','\x18','\x37','\x06','\x18','\x06','\x66','\x18','\x07','\x86','\x18','\xfe','\x07','\xf8','\x70','\x06','\x18','\x40','\x06','\x18','\x06','\x00','\x00','\x06','\x08','\x06','\x0d','\x0f','\xff','\x0c','\xcc','\x00','\x08','\x6c','\x00','\x18','\x6c','\x00','\x10','\x0c','\x00','\x21','\x8c','\x0c','\x3f','\xcf','\xfe','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\x4c','\x0c','\x7f','\xec','\x0c','\x06','\x0c','\x0c','\x06','\x8f','\xfc','\x46','\xec','\x0c','\x26','\xcc','\x00','\x36','\x8c','\x00','\x37','\x0c','\x00','\x06','\x6c','\x00','\x07','\x8c','\x00','\xfe','\x0c','\x06','\x70','\x0f','\xff','\x40','\x0c','\x00','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\x80','\xc0','\x08','\xc0','\xc6','\x18','\x7f','\xff','\x10','\x61','\x00','\x21','\x81','\xc0','\x3f','\xc1','\x80','\x46','\x01','\x00','\x86','\x0a','\x10','\x06','\x44','\x1c','\x7f','\xe6','\x38','\x06','\x03','\x30','\x06','\x83','\x30','\x46','\xe0','\x60','\x26','\xc0','\x40','\x36','\x80','\xc0','\x37','\x00','\x88','\x06','\x61','\x04','\x07','\x82','\x06','\xfe','\x3f','\xfb','\x70','\x1f','\x03','\x40','\x10','\x03','\x06','\x04','\x00','\x06','\x07','\x00','\x0d','\x06','\x00','\x0c','\xc6','\x00','\x08','\x66','\x06','\x18','\x6f','\xff','\x10','\x0c','\x06','\x21','\x88','\x06','\x3f','\xc8','\x66','\x46','\x17','\xf6','\x86','\x06','\x66','\x06','\x46','\x66','\x7f','\xe6','\x66','\x06','\x06','\x66','\x06','\x86','\x66','\x46','\xe6','\x66','\x26','\xc7','\xe6','\x36','\x86','\x66','\x37','\x00','\x06','\x06','\x60','\x0e','\x07','\x80','\x0c','\xfe','\x00','\x1c','\x70','\x00','\xf8','\x40','\x00','\x30','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc8','\xc0','\x08','\x68','\xc6','\x18','\x6f','\xff','\x10','\x18','\x06','\x21','\x98','\x04','\x3f','\xc0','\x08','\x46','\x03','\x80','\x86','\x03','\x00','\x06','\x43','\x0c','\x7f','\xe3','\x1e','\x06','\x03','\x70','\x06','\x83','\x80','\x46','\xe3','\x00','\x26','\xc3','\x00','\x36','\x83','\x00','\x37','\x03','\x02','\x06','\x63','\x02','\x07','\x83','\x02','\xfe','\x03','\x03','\x70','\x03','\xff','\x40','\x01','\xfe','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x1a','\x01','\x86','\x19','\xbf','\xff','\x10','\xc1','\x80','\x30','\xc1','\x8c','\x20','\x1f','\xfe','\x43','\x01','\x8c','\x7f','\x91','\x8c','\x8c','\x1f','\xfc','\x0c','\x19','\x8c','\x0c','\x99','\x80','\xff','\xd9','\x86','\x0c','\x1f','\xff','\x0d','\x1b','\x46','\x8d','\xc3','\x46','\x4d','\x83','\x46','\x6d','\x06','\x5e','\x6e','\x06','\x2c','\x0c','\x04','\x20','\x0f','\x8c','\x30','\xfe','\x08','\x1e','\x70','\x10','\x1c','\x40','\x60','\x0c','\x06','\x00','\x00','\x06','\x08','\x06','\x0d','\x0f','\xff','\x0c','\xcc','\x46','\x08','\x6c','\x46','\x18','\x6c','\x46','\x10','\x0c','\x46','\x21','\x8c','\x46','\x3f','\xcc','\x46','\x46','\x0c','\x46','\x86','\x0c','\x46','\x06','\x4f','\xfe','\x7f','\xec','\x46','\x06','\x0c','\x46','\x06','\x8c','\x46','\x46','\xec','\x46','\x26','\xcc','\x46','\x36','\x8c','\x46','\x37','\x0c','\x46','\x06','\x6c','\x46','\x07','\x8c','\x46','\xfe','\x0f','\xfe','\x70','\x0c','\x06','\x40','\x00','\x00','\x06','\x02','\x00','\x06','\x03','\x80','\x0d','\x03','\x00','\x0c','\xc3','\x00','\x08','\x66','\x0c','\x18','\x67','\xfe','\x10','\x04','\x0c','\x21','\x88','\x0c','\x3f','\xcf','\xcc','\x46','\x10','\xcc','\x86','\x00','\xcc','\x06','\x40','\xcc','\x7f','\xe8','\xcc','\x06','\x0f','\xcc','\x06','\x8c','\x0c','\x46','\xec','\x0c','\x26','\xcc','\x3c','\x36','\x8c','\x18','\x37','\x0c','\x02','\x06','\x0c','\x02','\x06','\xec','\x02','\xff','\x0c','\x03','\x78','\x0f','\xff','\x40','\x07','\xfe','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\xc1','\x80','\x08','\x61','\x80','\x18','\x61','\x80','\x10','\x01','\x80','\x21','\x81','\x80','\x3f','\xc3','\x80','\x46','\x03','\x00','\x86','\x03','\x00','\x06','\x43','\x06','\x7f','\xe3','\xff','\x06','\x07','\x06','\x06','\x87','\x06','\x46','\xef','\x06','\x26','\xcb','\x06','\x36','\x93','\x06','\x37','\x23','\x06','\x06','\x03','\x06','\x07','\xc3','\x06','\xfe','\x03','\xfe','\x70','\x03','\x06','\x40','\x03','\x06','\x08','\x18','\x00','\x0e','\x18','\x0c','\x1c','\x34','\x7e','\x18','\x32','\x00','\x30','\x23','\x00','\x60','\x61','\x80','\x88','\x41','\x80','\x0e','\x80','\x06','\x0d','\x7e','\xff','\x18','\x18','\x18','\x18','\x18','\x18','\x38','\x1b','\x18','\x59','\xff','\x98','\x98','\x18','\x18','\x18','\x19','\x18','\x19','\x19','\x98','\x18','\x99','\x98','\x18','\xd9','\x18','\x18','\xda','\x18','\x18','\x18','\x18','\x18','\x1f','\x98','\x1b','\xf8','\x18','\x19','\xc0','\x78','\x19','\x00','\x30','\x06','\x00','\xe0','\x06','\x08','\xc0','\x0d','\x0e','\xc0','\x0c','\xcc','\xc0','\x08','\x6c','\xcc','\x18','\x6f','\xfe','\x10','\x0c','\xc0','\x21','\x88','\xc0','\x3f','\xc8','\xc0','\x46','\x10','\xc0','\x86','\x00','\xc6','\x06','\x5f','\xff','\x7f','\xe1','\xd0','\x06','\x01','\xd0','\x06','\x83','\xd0','\x46','\xe3','\xd0','\x26','\xc2','\xd8','\x36','\x86','\xc8','\x37','\x04','\xcc','\x06','\x6c','\xcc','\x07','\x88','\xcf','\xfe','\x10','\xc6','\x70','\x60','\xc6','\x40','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0d','\x01','\xa0','\x0c','\xc1','\xa0','\x08','\x61','\x10','\x18','\x63','\x18','\x10','\x02','\x0c','\x21','\x84','\x0f','\x3f','\xc8','\x06','\x46','\x10','\x00','\x86','\x07','\xfc','\x06','\x40','\xc0','\x7f','\xe0','\xc0','\x06','\x00','\xc0','\x06','\x80','\xcc','\x46','\xef','\xfe','\x26','\xc0','\xc0','\x36','\x80','\xc0','\x37','\x00','\xc0','\x06','\x60','\xc0','\x07','\x80','\xc0','\xfe','\x00','\xc6','\x70','\x1f','\xff','\x40','\x00','\x00','\x06','\x00','\x18','\x06','\x00','\x7c','\x0d','\x01','\xf0','\x0c','\xcf','\xc0','\x08','\x60','\xc0','\x18','\x60','\xc0','\x10','\x00','\xc0','\x21','\x80','\xc6','\x3f','\xdf','\xff','\x46','\x00','\xc0','\x86','\x00','\xc0','\x06','\x40','\xc0','\x7f','\xe0','\xc0','\x06','\x08','\xcc','\x06','\x8f','\xfe','\x46','\xec','\x0c','\x26','\xcc','\x0c','\x36','\x8c','\x0c','\x37','\x0c','\x0c','\x06','\x6c','\x0c','\x07','\x8c','\x0c','\xfe','\x0f','\xfc','\x70','\x0c','\x0c','\x40','\x0c','\x0c','\x0c','\x02','\x00','\x0c','\x17','\x00','\x1a','\x1c','\x26','\x19','\x90','\x3f','\x10','\xd3','\xa6','\x30','\xd3','\x26','\x20','\x13','\x26','\x43','\x13','\x26','\x7f','\x93','\x26','\x8c','\x13','\x26','\x0c','\x13','\x26','\x0c','\x93','\x26','\xff','\xd3','\x26','\x0c','\x13','\x26','\x0d','\x13','\x26','\x8d','\xd3','\x26','\x4d','\xbf','\x26','\x6d','\x1b','\x26','\x6e','\x13','\x3e','\x0c','\x06','\x2c','\x0f','\x86','\x20','\xfe','\x0c','\x20','\x70','\x18','\x20','\x40','\x60','\x20','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc6','\x08','\x7f','\xff','\x18','\x60','\xc0','\x10','\x08','\xc8','\x21','\x8c','\xcc','\x3f','\xcc','\xcc','\x46','\x08','\xc8','\x86','\x0c','\xcc','\x06','\x4a','\xca','\x7f','\xea','\xd3','\x06','\x11','\xe3','\x06','\x81','\xa0','\x46','\xe1','\xa0','\x26','\xc1','\xa0','\x36','\x83','\x30','\x37','\x03','\x10','\x06','\x62','\x18','\x07','\x86','\x1c','\xfe','\x04','\x0f','\x70','\x08','\x0e','\x40','\x30','\x06','\x06','\x00','\x18','\x06','\x00','\xfc','\x0d','\x0f','\xc0','\x0c','\xc0','\xc0','\x08','\x60','\xc6','\x18','\x7f','\xff','\x10','\x03','\xd0','\x21','\x83','\xd0','\x3f','\xc6','\xc8','\x46','\x04','\xcc','\x86','\x08','\xc7','\x06','\x50','\x06','\x7f','\xe0','\x30','\x06','\x0f','\xf8','\x06','\x83','\x30','\x46','\xe3','\x36','\x26','\xc3','\x3f','\x36','\x86','\x06','\x37','\x06','\x06','\x06','\x64','\x06','\x07','\x8c','\x0e','\xfe','\x08','\x0c','\x70','\x10','\x7c','\x40','\x20','\x18','\x06','\x00','\xe4','\x06','\x10','\xc7','\x0d','\x08','\xc6','\x0c','\xcc','\xcc','\x08','\x66','\xc8','\x18','\x66','\xd0','\x10','\x00','\xc0','\x21','\x88','\xc6','\x3f','\xcf','\xff','\x46','\x0c','\x06','\x86','\x0c','\x06','\x06','\x4c','\x06','\x7f','\xef','\xfe','\x06','\x0c','\x06','\x06','\x8c','\x06','\x46','\xec','\x06','\x26','\xcf','\xfe','\x36','\x8c','\x06','\x37','\x0c','\x06','\x06','\x6c','\x06','\x07','\x8c','\x06','\xfe','\x0c','\x06','\x70','\x0c','\x3e','\x40','\x0c','\x0c','\x06','\x07','\x1c','\x06','\x06','\x18','\x0d','\x06','\x1a','\x0c','\xdf','\xff','\x08','\x66','\x18','\x18','\x66','\x18','\x10','\x06','\x18','\x21','\x80','\x00','\x3f','\xc0','\xe0','\x46','\x00','\xc0','\x86','\x00','\xc6','\x06','\x5f','\xff','\x7f','\xe6','\x00','\x06','\x06','\x00','\x06','\x86','\x00','\x46','\xe6','\x00','\x26','\xc6','\x00','\x36','\x86','\x00','\x37','\x06','\x00','\x06','\x66','\x00','\x07','\x86','\x00','\xfe','\x07','\xfe','\x70','\x03','\xfe','\x40','\x00','\x00','\x0c','\x00','\x00','\x0c','\x00','\x06','\x1a','\x3f','\xff','\x19','\x83','\x30','\x10','\xc3','\x30','\x30','\xc3','\x30','\x20','\x03','\x30','\x43','\x13','\x36','\x7f','\x9f','\x3f','\x8c','\x18','\x06','\x0c','\x18','\x06','\x0c','\x98','\x06','\xff','\xd8','\x06','\x0c','\x18','\x06','\x0d','\x1f','\x3e','\x8d','\xdb','\x36','\x4d','\x83','\x30','\x6d','\x03','\x30','\x6e','\x03','\x30','\x0c','\x03','\x30','\x0f','\x83','\x30','\xfe','\x03','\x36','\x70','\x7f','\xff','\x40','\x00','\x00','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x1a','\x08','\xc0','\x19','\x88','\xc6','\x10','\xdf','\xff','\x30','\xd8','\x06','\x20','\x30','\x04','\x43','\x3e','\x00','\x7f','\x8c','\x4c','\x8c','\x0c','\x7e','\x0c','\x0f','\x4c','\x0c','\x89','\x4c','\xff','\xc9','\x4c','\x0c','\x09','\x4c','\x0d','\x1d','\x4c','\x8d','\xd7','\x4c','\x4d','\xa2','\x5c','\x6d','\x02','\x4c','\x6e','\x06','\x40','\x0c','\x04','\x42','\x0f','\x8c','\x42','\xfe','\x08','\x43','\x70','\x10','\x7f','\x40','\x60','\x3e','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x00','\xc0','\x0c','\xc0','\xc6','\x08','\x7f','\xff','\x18','\x60','\x00','\x10','\x08','\x0c','\x21','\x8f','\xfe','\x3f','\xcc','\x0c','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\x4c','\x0c','\x7f','\xef','\xfc','\x06','\x0c','\xcc','\x06','\x80','\xc0','\x46','\xe8','\xc0','\x26','\xce','\xd0','\x36','\x8c','\xc8','\x37','\x0c','\xcc','\x06','\x18','\xc6','\x07','\x90','\xc6','\xfe','\x20','\xc6','\x70','\x07','\xc0','\x40','\x01','\x80','\x06','\x08','\x06','\x06','\x0f','\xff','\x0d','\x0c','\x06','\x0c','\xcc','\x06','\x08','\x6c','\x66','\x18','\x6c','\x46','\x10','\x0c','\x46','\x21','\x8f','\xfe','\x3f','\xcc','\x46','\x46','\x0c','\x46','\x86','\x0c','\x46','\x06','\x4d','\x56','\x7f','\xed','\xf6','\x06','\x0d','\x16','\x06','\x8d','\x16','\x46','\xed','\x16','\x26','\xcd','\x16','\x36','\x8d','\xf6','\x37','\x0d','\x16','\x06','\x6c','\x06','\x07','\x8c','\x06','\xfe','\x0c','\x06','\x70','\x0f','\xfe','\x40','\x0c','\x06','\x06','\x02','\x22','\x06','\x03','\x33','\x0d','\x06','\x66','\x0c','\x84','\x44','\x08','\xc8','\x88','\x18','\xd1','\x10','\x10','\x08','\x88','\x21','\x84','\x44','\x3f','\xc6','\x66','\x46','\x03','\x33','\x86','\x03','\x33','\x06','\x40','\x00','\x7f','\xe8','\x06','\x06','\x0f','\xff','\x06','\x8c','\x46','\x46','\xec','\x46','\x26','\xcc','\x46','\x36','\x8f','\xfe','\x37','\x0c','\x46','\x06','\x6c','\x46','\x07','\x8c','\x46','\xfe','\x0c','\x46','\x70','\x0f','\xfe','\x40','\x0c','\x06','\x06','\x03','\xb0','\x06','\x03','\x10','\x0d','\x03','\x04','\x0c','\xc3','\x1e','\x08','\x61','\xe0','\x18','\x6f','\x8c','\x10','\x00','\x98','\x21','\x80','\x70','\x3f','\xc0','\xc2','\x46','\x03','\x32','\x86','\x1c','\x1f','\x06','\x40','\x67','\x7f','\xe3','\x20','\x06','\x03','\x0e','\x06','\x83','\xf0','\x46','\xef','\x00','\x26','\xc1','\x18','\x36','\x81','\xb0','\x37','\x00','\xa0','\x06','\x60','\xc2','\x07','\x81','\x62','\xfe','\x02','\x3a','\x70','\x0c','\x1f','\x40','\x30','\x07','\x06','\x00','\x0c','\x06','\x00','\x7e','\x0d','\x0f','\xe0','\x0c','\xc1','\x08','\x08','\x68','\xce','\x18','\x66','\x4c','\x10','\x02','\x08','\x21','\x80','\x10','\x3f','\xc7','\xfe','\x46','\x00','\xc6','\x86','\x00','\xc6','\x06','\x40','\xc6','\x7f','\xef','\xff','\x06','\x00','\xc6','\x06','\x80','\xc6','\x46','\xe0','\xc6','\x26','\xc7','\xfe','\x36','\x80','\xc6','\x37','\x00','\xc0','\x06','\x60','\xc0','\x07','\x80','\xc0','\xfe','\x00','\xc0','\x70','\x07','\xc0','\x40','\x01','\x80','\x0c','\x01','\x86','\x0c','\x1f','\xff','\x1a','\x01','\x86','\x19','\x89','\x24','\x10','\xc7','\x1c','\x30','\xc2','\x08','\x20','\x03','\x0c','\x43','\x05','\x96','\x7f','\x89','\xa6','\x8c','\x10','\x40','\x0c','\x00','\x00','\x0c','\xc3','\x06','\xff','\xff','\xff','\x0c','\x02','\x46','\x0d','\x12','\x46','\x8d','\xcc','\x24','\x4d','\x86','\x2c','\x6d','\x0b','\x28','\x6e','\x09','\x90','\x0c','\x11','\xa8','\x0f','\x90','\x2c','\xfe','\x20','\x4f','\x70','\x40','\x86','\x40','\x01','\x06','\x0c','\x07','\x38','\x0c','\x06','\x30','\x1a','\x06','\x36','\x19','\xbf','\xff','\x10','\xc6','\x30','\x30','\xc6','\x30','\x20','\x06','\x30','\x43','\x01','\xc0','\x7f','\x81','\x80','\x8c','\x01','\x86','\x0c','\x3f','\xff','\x0c','\x83','\x00','\xff','\xc3','\x00','\x0c','\x03','\x0c','\x0d','\x03','\xfe','\x8d','\xc3','\x0c','\x4d','\x87','\x0c','\x6d','\x06','\x0c','\x6e','\x06','\x0c','\x0c','\x0c','\x0c','\x0f','\x8c','\x1c','\xfe','\x18','\x18','\x70','\x30','\xf8','\x40','\xc0','\x30','\x0c','\x07','\x38','\x0c','\x06','\x30','\x1a','\x06','\x36','\x19','\xbf','\xff','\x10','\xc6','\x30','\x30','\xc6','\x30','\x20','\x06','\x30','\x43','\x00','\x00','\x7f','\x84','\x70','\x8c','\x07','\x60','\x0c','\x06','\x64','\x0c','\x8c','\x67','\xff','\xcc','\x66','\x0c','\x1c','\x6c','\x0d','\x2c','\x70','\x8d','\xcc','\x60','\x4d','\x8c','\x60','\x6d','\x0c','\x60','\x6e','\x0c','\x62','\x0c','\x0c','\x62','\x0f','\x8c','\x62','\xfe','\x0c','\x63','\x70','\x0c','\x7f','\x40','\x0c','\x3e','\x0c','\x00','\x70','\x0c','\x00','\x68','\x1a','\x02','\x64','\x19','\x9f','\x66','\x10','\xc0','\x66','\x30','\xc0','\x60','\x20','\x00','\x66','\x43','\x3f','\xff','\x7f','\x80','\x60','\x8c','\x02','\x60','\x0c','\x02','\x60','\x0c','\x92','\x60','\xff','\xd2','\x60','\x0c','\x12','\x60','\x0d','\x13','\xe0','\x8d','\xd2','\x30','\x4d','\x92','\x30','\x6d','\x12','\x32','\x6e','\x12','\x12','\x0c','\x13','\xda','\x0f','\xbf','\x0a','\xfe','\x1c','\x0e','\x70','\x10','\x07','\x40','\x00','\x03','\x0c','\x23','\x0c','\x0c','\x3f','\x7e','\x1a','\x33','\x0c','\x19','\x33','\x0c','\x11','\xb3','\x0c','\x31','\xb3','\x0c','\x20','\x33','\x0c','\x42','\x3f','\x7c','\x7f','\x30','\x00','\x88','\x30','\x00','\x08','\x30','\x0c','\x09','\x32','\xfe','\xff','\xbf','\x4c','\x08','\x30','\x4c','\x0a','\x30','\x4c','\x8b','\xb0','\x6c','\x4b','\x32','\x28','\x6a','\x3f','\x28','\x6c','\x30','\x38','\x08','\x30','\x10','\x0f','\x30','\x38','\xfc','\x30','\x2c','\x70','\x30','\x4f','\x40','\x31','\x86','\x0c','\x00','\x80','\x0c','\x00','\xe0','\x1a','\x00','\xc0','\x19','\x88','\x8c','\x10','\xcf','\xfe','\x30','\xcc','\x0c','\x20','\x0c','\x0c','\x43','\x0f','\xfc','\x7f','\x8c','\x0c','\x8c','\x0c','\x0c','\x0c','\x0c','\x0c','\x0c','\x8f','\xfc','\xff','\xc0','\x00','\x0c','\x00','\x00','\x0d','\x1f','\xfe','\x8d','\xc0','\xc0','\x4d','\x80','\xc0','\x6d','\x00','\xc8','\x6e','\x0f','\xfc','\x0c','\x00','\xc0','\x0f','\x80','\xc0','\xfe','\x00','\xc6','\x70','\x3f','\xff','\x40','\x00','\x00','\x0c','\x00','\x70','\x0c','\x00','\x64','\x1a','\x00','\x66','\x19','\x80','\x62','\x10','\xd0','\x60','\x30','\xdf','\xff','\x20','\x10','\x60','\x43','\x10','\x60','\x7f','\x90','\x60','\x8c','\x17','\xa4','\x0c','\x10','\x27','\x0c','\x90','\x26','\xff','\xd7','\xa6','\x0c','\x14','\xac','\x0d','\x14','\xac','\x8d','\xd4','\xa8','\x4d','\x94','\xb8','\x6d','\x37','\x92','\x6e','\x30','\x3a','\x0c','\x30','\x2a','\x0f','\xa0','\x6e','\xfe','\x60','\x46','\x70','\x40','\x87','\x40','\x81','\x03','\x0c','\x01','\x80','\x0c','\x01','\x80','\x1a','\x03','\x40','\x19','\x83','\x20','\x10','\xc6','\x30','\x30','\xc4','\x1c','\x20','\x08','\x0f','\x43','\x37','\xf6','\x7f','\x80','\x00','\x8c','\x00','\x00','\x0c','\x11','\x07','\x0c','\x9f','\xa6','\xff','\xd1','\x26','\x0c','\x11','\x26','\x0d','\x1f','\x26','\x8d','\xd1','\x26','\x4d','\x91','\x26','\x6d','\x1f','\x26','\x6e','\x11','\x26','\x0c','\x11','\x26','\x0f','\x91','\x06','\xfe','\x11','\x06','\x70','\x17','\x1e','\x40','\x13','\x0c','\x0c','\x07','\x1c','\x0c','\x06','\x18','\x0a','\x06','\x1a','\x19','\xbf','\xff','\x18','\xc6','\x18','\x10','\xc6','\x18','\x30','\x07','\xf8','\x23','\x06','\x18','\x7f','\x86','\x18','\x8c','\x06','\x18','\x0c','\x07','\xf8','\x0c','\x86','\x18','\xff','\xc6','\x18','\x0c','\x06','\x1a','\x0d','\x3f','\xff','\x8d','\xd9','\x98','\x4d','\x99','\x98','\x6d','\x19','\x18','\x6e','\x1b','\x1f','\x0c','\xda','\x0f','\x0f','\x1c','\x00','\xfc','\x18','\x02','\x70','\x1f','\xff','\x40','\x18','\x00','\x0c','\x00','\x08','\x0c','\x10','\x0e','\x1a','\x0c','\x0c','\x19','\x86','\x18','\x10','\xc6','\x10','\x30','\xc0','\x26','\x20','\x3f','\xff','\x43','\x04','\x10','\x7f','\x87','\x10','\x8c','\x06','\x18','\x0c','\x06','\x08','\x0c','\x8c','\x0c','\xff','\xc8','\x0f','\x0c','\x10','\x06','\x0d','\x00','\x00','\x8d','\x8f','\xfc','\x4d','\x89','\x24','\x6d','\x09','\x24','\x6e','\x09','\x24','\x0c','\x09','\x24','\x0f','\x89','\x24','\xfe','\x09','\x24','\x70','\x3f','\xff','\x40','\x00','\x00','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x1a','\x00','\xc6','\x19','\x9f','\xff','\x10','\xc0','\x00','\x30','\xc4','\x18','\x20','\x07','\xfc','\x43','\x06','\x18','\x7f','\x86','\x18','\x8c','\x07','\xf8','\x0c','\x00','\x00','\x0c','\x90','\x06','\xff','\xdf','\xff','\x0c','\x18','\x06','\x0d','\x18','\x06','\x8d','\xd9','\xe6','\x4d','\x99','\x26','\x6d','\x19','\x26','\x6e','\x19','\x26','\x0c','\x19','\xe6','\x0f','\x98','\x06','\xfe','\x18','\x06','\x70','\x18','\x1e','\x40','\x18','\x0c','\x0c','\x0e','\x30','\x0c','\x0c','\xf8','\x1a','\x0f','\xc0','\x19','\x8c','\x04','\x10','\xcc','\x06','\x30','\xc7','\xfe','\x20','\x00','\x00','\x43','\x19','\xf8','\x7f','\x99','\x08','\x8c','\x19','\x08','\x0c','\x19','\xf8','\x0c','\x99','\x08','\xff','\xd9','\x08','\x0c','\x19','\xf8','\x0d','\x19','\x08','\x8d','\xd9','\x08','\x4d','\x99','\xf8','\x6d','\x18','\x06','\x6e','\x1f','\xff','\x0c','\x00','\x00','\x0f','\x84','\x10','\xfe','\x07','\x0c','\x70','\x1e','\x06','\x40','\x70','\x06','\x0c','\x01','\xc0','\x0c','\x11','\x80','\x1a','\x11','\x86','\x19','\x1f','\xff','\x11','\xb0','\x06','\x31','\xb0','\x08','\x20','\x08','\x20','\x43','\x0c','\x18','\x7f','\x99','\x8c','\x8c','\x11','\x86','\x0c','\x23','\x46','\x0c','\x83','\x20','\xff','\xc6','\x30','\x0c','\x04','\x1c','\x0d','\x08','\x0f','\x8d','\x90','\x06','\x4d','\xaf','\xf8','\x6d','\x0c','\x18','\x6e','\x0c','\x18','\x0c','\x0c','\x18','\x0f','\x8c','\x18','\xfe','\x0c','\x18','\x70','\x0f','\xf8','\x40','\x0c','\x18','\x0c','\x02','\x08','\x0c','\x41','\x0e','\x1a','\x31','\x8c','\x19','\x19','\x88','\x11','\x98','\x18','\x31','\x98','\x10','\x20','\x03','\xfe','\x46','\x00','\x60','\x7f','\x00','\x60','\x88','\x00','\x60','\x08','\x18','\x66','\x08','\xff','\xff','\xff','\x98','\x60','\x08','\x18','\x60','\x0a','\x18','\xd0','\x8b','\x98','\xc8','\x4b','\x18','\x8c','\x6a','\x19','\x06','\x6c','\x1a','\x06','\x08','\x18','\x00','\x0f','\x1c','\x00','\xfc','\xf7','\xff','\x70','\x61','\xfe','\x40','\x40','\x00','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x41','\x00','\x3f','\xff','\xfc','\x30','\x41','\x04','\x30','\x41','\x04','\x3f','\xff','\xfc','\x33','\x03','\x00','\x23','\xf3','\xf0','\x23','\x03','\x02','\x63','\x03','\x03','\x5f','\xd9','\xff','\x8e','\x3c','\x00','\x00','\x72','\x00','\x00','\xc1','\x80','\x03','\xff','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x06','\x0f','\xff','\xf0','\x02','\x18','\x40','\x01','\x18','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x22','\x00','\x0c','\x3f','\x06','\x1a','\x24','\xff','\x19','\x24','\x46','\x11','\xa4','\x46','\x31','\xbf','\x4c','\x20','\x21','\x2c','\x42','\x21','\x28','\x7f','\x3f','\x18','\x88','\x24','\x10','\x08','\x24','\x38','\x09','\x24','\x2f','\xff','\xbf','\x46','\x08','\x20','\x86','\x0a','\x00','\x00','\x8b','\x81','\xc0','\x4b','\x01','\x8c','\x6a','\x3f','\xfe','\x6c','\x01','\x80','\x08','\x01','\x80','\x0f','\x01','\x80','\xfc','\x01','\x86','\x70','\x7f','\xff','\x40','\x00','\x00','\x07','\x00','\x0c','\x06','\x22','\x3e','\xff','\xf3','\xe0','\x06','\x03','\x00','\x7f','\xe3','\x00','\x46','\x23','\x06','\x46','\x23','\xff','\x7f','\xe3','\x18','\x46','\x23','\x18','\x46','\x22','\x18','\x7f','\xe2','\x18','\x06','\x04','\x18','\xff','\xf0','\x18','\x06','\x1c','\x18','\x06','\x36','\x00','\x00','\xc1','\x80','\x03','\xff','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x06','\x0f','\xff','\xf0','\x02','\x18','\x40','\x01','\x18','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x00','\xe0','\x0c','\x10','\xc0','\x1a','\x10','\xc6','\x19','\x1f','\xff','\x11','\xb0','\x06','\x31','\xb0','\x04','\x20','\x08','\x00','\x46','\x0f','\xff','\x7f','\x0c','\x20','\x88','\x08','\x20','\x08','\x19','\x46','\x09','\x19','\xff','\xff','\xb9','\x86','\x08','\x59','\x86','\x0a','\x19','\x86','\x8b','\x99','\x86','\x4b','\x19','\xfe','\x6a','\x19','\x86','\x6c','\x19','\x86','\x08','\x19','\x86','\x0f','\x19','\x86','\xfc','\x19','\xfe','\x70','\x19','\x86','\x40','\x19','\x86','\x0c','\x06','\x30','\x0c','\x34','\x22','\x1a','\x24','\x3f','\x19','\x24','\x62','\x11','\xa4','\x56','\x31','\xa4','\x94','\x20','\x25','\x4c','\x46','\x24','\x68','\x7f','\x24','\x10','\x88','\x3c','\x20','\x08','\x24','\x40','\x09','\x04','\x8c','\xff','\x84','\x0c','\x08','\x05','\xff','\x0a','\x7c','\x0c','\x8b','\x24','\x8c','\x4b','\x24','\x4c','\x6a','\x24','\x6c','\x6c','\x24','\x6c','\x08','\x64','\x0c','\x0f','\x44','\x0c','\xfc','\x44','\x0c','\x70','\x84','\x7c','\x40','\x04','\x18','\x0c','\x1c','\x80','\x0c','\x18','\xe0','\x1a','\x18','\xc0','\x19','\x18','\xc6','\x11','\x98','\xff','\x31','\xff','\x80','\x20','\x20','\x80','\x46','\x21','\x60','\x7f','\x20','\x60','\x88','\x24','\x44','\x08','\x3e','\xfe','\x09','\x24','\x90','\xff','\xa5','\x10','\x08','\x24','\x10','\x0a','\x24','\x12','\x8b','\xa5','\xff','\x4b','\x24','\x28','\x6a','\x24','\x28','\x6c','\x64','\x28','\x08','\x44','\x6c','\x0f','\x4c','\x44','\xfc','\xcc','\x46','\x70','\xb8','\x87','\x41','\x19','\x02','\x0c','\x04','\x18','\x0c','\x07','\xfc','\x1a','\x06','\x18','\x19','\x86','\x18','\x10','\xc7','\xf8','\x30','\xc6','\x18','\x20','\x06','\x18','\x43','\x07','\xf8','\x7f','\x80','\x00','\x8c','\x1f','\xfe','\x0c','\x11','\x22','\x0c','\x91','\x22','\xff','\xdf','\xfe','\x0c','\x00','\x00','\x0d','\x00','\x0c','\x8d','\xdf','\xfe','\x4d','\x84','\x0c','\x6d','\x02','\x18','\x6e','\x03','\x30','\x0c','\x01','\xe0','\x0f','\x80','\xe0','\xfe','\x01','\xbc','\x70','\x06','\x1f','\x40','\x38','\x06','\x0c','\x02','\x04','\x0c','\x7f','\xfe','\x1a','\x22','\x44','\x19','\x12','\x24','\x11','\x92','\x24','\x31','\x86','\x0c','\x20','\x0a','\x14','\x46','\x3a','\x74','\x7f','\x12','\x24','\x88','\x01','\x84','\x08','\x03','\x40','\x09','\x06','\x20','\xff','\x8c','\x18','\x08','\x19','\x8f','\x0a','\x63','\x06','\x8b','\x06','\x30','\x4b','\x18','\x60','\x6a','\x00','\xc4','\x6c','\x03','\x0e','\x08','\x0c','\x1c','\x0f','\x00','\x38','\xfc','\x00','\xe0','\x70','\x03','\x80','\x40','\x1c','\x00','\x0c','\x00','\x70','\x0c','\x40','\x66','\x1a','\x27','\xff','\x19','\x30','\x60','\x11','\xb0','\x60','\x31','\xb3','\xfc','\x20','\x02','\x64','\x46','\x02','\x64','\x7f','\x02','\x64','\x88','\x03','\xfc','\x08','\x32','\x64','\x08','\xfa','\x64','\xff','\x32','\x64','\x08','\x33','\xfc','\x09','\x30','\x60','\x89','\xb0','\x66','\x49','\x3f','\xff','\x6a','\x30','\x60','\x68','\x30','\x60','\x08','\x30','\x60','\x0e','\x38','\x00','\xfd','\xef','\xff','\x70','\xc3','\xfe','\x40','\x80','\x00','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x1a','\x0f','\xfc','\x19','\x08','\xc4','\x11','\x88','\xc4','\x31','\xbf','\xff','\x20','\x08','\xc4','\x43','\x08','\xc4','\x7f','\x8f','\xfc','\x8c','\x00','\xc0','\x0c','\x1f','\xfe','\x0c','\x90','\xc2','\xff','\xd0','\xc2','\x0c','\x1f','\xfe','\x0d','\x01','\x80','\x8d','\xc3','\x02','\x4d','\xbf','\xff','\x6d','\x02','\x18','\x6e','\x06','\x10','\x0c','\x0f','\xa0','\x0f','\x8c','\xf0','\xfe','\x01','\x9c','\x70','\x06','\x0e','\x40','\x38','\x06','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x1a','\x3f','\xfe','\x19','\x86','\x30','\x10','\xc6','\x30','\x30','\xc6','\x30','\x20','\x1e','\x3c','\x43','\x18','\x0c','\x7f','\x98','\x0c','\x8c','\x18','\x0c','\x0c','\x1e','\x3c','\x0c','\x86','\x30','\xff','\xc6','\x30','\x0c','\x06','\x32','\x0d','\x3f','\xff','\x8d','\xc1','\x00','\x4d','\x80','\xc0','\x6d','\x06','\x48','\x6e','\x16','\x06','\x0c','\x16','\x13','\x0f','\xb6','\x13','\xfe','\x66','\x18','\x70','\x67','\xf8','\x40','\x03','\xf0','\x0c','\x00','\x06','\x0c','\x3f','\xff','\x1a','\x01','\x20','\x19','\x81','\x20','\x10','\xdf','\xfe','\x30','\xd9','\x26','\x20','\x19','\x26','\x43','\x19','\x26','\x7f','\x9f','\xfe','\x8c','\x00','\x00','\x0c','\x0f','\xfc','\x0c','\x8c','\x0c','\xff','\xcc','\x0c','\x0c','\x0f','\xfc','\x0d','\x0c','\x0c','\x8d','\xcc','\x0c','\x4d','\x8f','\xfc','\x6d','\x00','\xc0','\x6e','\x00','\xc6','\x0c','\x3f','\xff','\x0f','\x80','\xc0','\xfe','\x00','\xc0','\x70','\x00','\xc0','\x40','\x00','\xc0','\x18','\x1c','\x40','\x18','\x18','\x70','\x14','\x18','\x60','\x12','\xff','\x60','\x33','\x00','\x60','\x23','\x00','\x66','\x20','\x7e','\x7f','\x44','\x42','\x40','\x7e','\x42','\xc8','\x90','\x7e','\x8e','\x10','\x01','\x4c','\x12','\x00','\x4c','\xff','\x7e','\x4c','\x10','\x06','\x28','\x14','\x04','\x28','\x96','\x18','\x38','\x56','\x18','\x10','\x54','\xfe','\x10','\x58','\x78','\x38','\x10','\x18','\x28','\x1e','\x18','\x6c','\xf8','\x18','\x4f','\x60','\x78','\x86','\x40','\x31','\x06','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x1a','\x0f','\xfc','\x19','\x80','\xc0','\x10','\xc0','\xc0','\x30','\xdf','\xfe','\x20','\x00','\x00','\x43','\x06','\x0c','\x7f','\x84','\x08','\x8c','\x1f','\x3e','\x0c','\x04','\x08','\x0c','\x84','\x08','\xff','\xc7','\x08','\x0c','\x3c','\x7f','\x0d','\x10','\x00','\x8d','\xc0','\x00','\x4d','\x9f','\xfe','\x6d','\x06','\x30','\x6e','\x06','\x30','\x0c','\x06','\x32','\x0f','\x8e','\x32','\xfe','\x0c','\x33','\x70','\x18','\x3f','\x40','\x60','\x1e','\x0c','\x00','\x38','\x0c','\x01','\xfc','\x1a','\x1f','\x80','\x19','\x81','\x88','\x10','\xd1','\x8c','\x30','\xc9','\x98','\x20','\x09','\xa2','\x43','\x3f','\xff','\x7f','\x83','\xa0','\x8c','\x07','\x90','\x0c','\x0d','\x9c','\x0c','\xb1','\x8f','\xff','\xc1','\x86','\x0c','\x00','\x00','\x0d','\x1f','\xfc','\x8d','\xd8','\x8c','\x4d','\x98','\x8c','\x6d','\x18','\x8c','\x6e','\x1f','\xfc','\x0c','\x18','\x8c','\x0f','\x98','\x8c','\xfe','\x18','\x8c','\x70','\x1f','\xfc','\x40','\x18','\x0c','\x0c','\x01','\xc0','\x0c','\x01','\x80','\x1a','\x01','\x86','\x19','\xbf','\xff','\x10','\xc3','\x40','\x30','\xc2','\x22','\x20','\x36','\x23','\x43','\x14','\x14','\x7f','\x88','\x18','\x8c','\x1f','\xff','\x0c','\x28','\x16','\x0c','\x88','\x10','\xff','\xcf','\xf0','\x0c','\x08','\x10','\x0d','\x08','\x10','\x8d','\xcf','\xf0','\x4d','\x81','\x80','\x6d','\x11','\x90','\x6e','\x1d','\x88','\x0c','\x19','\x8c','\x0f','\xb1','\x86','\xfe','\x21','\x86','\x70','\x4f','\x80','\x40','\x03','\x00','\x0c','\x10','\x06','\x0c','\x1f','\xff','\x1a','\x19','\x26','\x19','\x99','\x26','\x10','\xd9','\x26','\x30','\xdf','\xfe','\x20','\x00','\x00','\x43','\x00','\x00','\x7f','\xbf','\xff','\x8c','\x00','\x00','\x0c','\x00','\x00','\x0c','\x9f','\xfe','\xff','\xd8','\x06','\x0c','\x18','\x06','\x0d','\x1f','\xfe','\x8d','\xc3','\x40','\x4d','\x86','\x42','\x6d','\x0e','\x27','\x6e','\x16','\x2c','\x0c','\x66','\x30','\x0f','\x06','\x18','\xfc','\x1f','\x9f','\x70','\x0e','\x0e','\x40','\x08','\x06','\x0c','\x04','\x20','\x0c','\x06','\x30','\x1a','\x04','\x44','\x19','\x8f','\xfe','\x10','\xc8','\x40','\x30','\xd8','\x40','\x20','\x2f','\xfc','\x43','\x08','\x40','\x7f','\x88','\x40','\x8c','\x0f','\xfc','\x0c','\x08','\x40','\x0c','\x88','\x42','\xff','\xcf','\xff','\x0c','\x00','\x00','\x0d','\x11','\x26','\x8d','\xdf','\x3f','\x4d','\x99','\x26','\x6d','\x19','\x26','\x6e','\x19','\x26','\x0c','\x19','\xe6','\x0f','\x98','\x06','\xfe','\x18','\x06','\x70','\x18','\x3e','\x40','\x18','\x0c','\x18','\x1c','\x70','\x18','\x18','\x60','\x14','\x1a','\x6c','\x12','\x7f','\x66','\x33','\x18','\x66','\x23','\x18','\x60','\x20','\x18','\x66','\x44','\xff','\xff','\x7e','\x00','\x60','\x90','\x7e','\x60','\x10','\x42','\x64','\x12','\x42','\x67','\xff','\x7e','\x66','\x10','\x00','\x26','\x14','\x7e','\x24','\x96','\x10','\x2c','\x56','\x10','\x28','\x54','\x7e','\x38','\x58','\x10','\x12','\x10','\x10','\x3a','\x1e','\x1e','\x6a','\xf8','\xf8','\xce','\x60','\x61','\x87','\x40','\x46','\x03','\x18','\x1c','\x70','\x18','\x18','\x60','\x14','\x18','\x68','\x12','\x1a','\x66','\x33','\x7f','\x63','\x23','\x18','\x63','\x20','\x18','\x60','\x44','\x18','\x66','\x7e','\xff','\xff','\x90','\x00','\x60','\x10','\x7e','\x64','\x12','\x42','\x67','\xff','\x42','\x66','\x10','\x42','\x26','\x14','\x7e','\x24','\x96','\x00','\x2c','\x56','\x44','\x28','\x54','\x26','\x38','\x58','\x24','\x12','\x10','\x04','\x3a','\x1e','\x0e','\x6a','\xf8','\xf8','\xce','\x60','\x61','\x87','\x40','\x46','\x03','\x0c','\x08','\xe4','\x0c','\x04','\xc6','\x1a','\x06','\xcc','\x19','\x86','\xc8','\x10','\xd0','\xd2','\x30','\xdf','\xff','\x20','\x30','\x06','\x43','\x30','\x04','\x7f','\x87','\xf0','\x8c','\x04','\x10','\x0c','\x04','\x10','\x0c','\x87','\xf0','\xff','\xc0','\x00','\x0c','\x10','\x0c','\x0d','\x1f','\xfe','\x8d','\xd8','\x8c','\x4d','\x98','\x8c','\x6d','\x18','\x8c','\x6e','\x1f','\xfc','\x0c','\x18','\x8c','\x0f','\x98','\x8c','\xfe','\x18','\x8c','\x70','\x1f','\xfc','\x40','\x18','\x0c','\x0c','\x01','\x00','\x0c','\x18','\x8c','\x1a','\x1a','\x2c','\x19','\x99','\x4c','\x10','\xdc','\x9c','\x30','\xd9','\x4c','\x20','\x1a','\x2c','\x43','\x18','\x8c','\x7f','\x98','\x4c','\x8c','\x1f','\xfc','\x0c','\x06','\x30','\x0c','\x86','\x30','\xff','\xcc','\x3f','\x0c','\x1a','\x1f','\x0d','\x23','\x00','\x8d','\x87','\xf8','\x4d','\x84','\x18','\x6d','\x0a','\x30','\x6e','\x11','\x60','\x0c','\x00','\xc0','\x0f','\x81','\xe0','\xfe','\x03','\x38','\x70','\x0c','\x1f','\x40','\x30','\x06','\x00','\x02','\x00','\x40','\x43','\x80','\x7f','\xe3','\x06','\x62','\x07','\xff','\x62','\x04','\x00','\x7f','\xc8','\x00','\x60','\x43','\xfc','\x60','\x40','\x00','\x7f','\xc0','\x00','\x62','\x07','\xfe','\x62','\x04','\x92','\x62','\x44','\x92','\x7f','\xe7','\xfe','\x60','\x1c','\x00','\x00','\x36','\x00','\x00','\xc1','\x80','\x03','\xff','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x06','\x0f','\xff','\xf0','\x02','\x18','\x40','\x01','\x18','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x00','\xc0','\x0c','\x00','\x88','\x1a','\x1f','\xfc','\x19','\x80','\x80','\x10','\xc0','\x80','\x30','\xcf','\xf8','\x20','\x00','\x02','\x43','\x3f','\xff','\x7f','\x80','\x02','\x8c','\x07','\xf4','\x0c','\x00','\x80','\x0c','\x80','\x80','\xff','\xcf','\xf8','\x0c','\x00','\x02','\x0d','\x3f','\xff','\x8d','\x80','\x0c','\x4d','\x80','\x0c','\x6d','\x3d','\xff','\x6e','\x24','\x0c','\x0c','\x24','\xcc','\x0f','\xa4','\x4c','\xfe','\x3c','\x0c','\x70','\x00','\x7c','\x40','\x00','\x18','\x0c','\x00','\xe0','\x0c','\x00','\xc0','\x1a','\x20','\xc6','\x19','\x3f','\xff','\x11','\xb0','\x00','\x31','\xb1','\x98','\x20','\x31','\x10','\x42','\x37','\xfc','\x7f','\x31','\x10','\x88','\x31','\x10','\x08','\x3f','\xfe','\x09','\x30','\x40','\xff','\xb0','\x40','\x08','\x37','\xfc','\x0a','\x34','\x44','\x8b','\xb4','\x44','\x4b','\x27','\xfc','\x6a','\x24','\x44','\x6c','\x24','\x44','\x08','\x27','\xfc','\x0f','\x42','\x00','\xfc','\x43','\x18','\x70','\x86','\x06','\x40','\x18','\x02','\x0c','\x00','\x80','\x0c','\x00','\xe0','\x1a','\x20','\xc2','\x19','\x93','\xf3','\x10','\xda','\x16','\x30','\xda','\x14','\x20','\x02','\x10','\x43','\x03','\xf0','\x7f','\x82','\x18','\x8c','\x0e','\x16','\x0c','\x3a','\x13','\x0c','\x93','\xf3','\xff','\xc0','\xc0','\x0c','\x00','\xc0','\x0d','\x3f','\xff','\x8d','\xc1','\xd0','\x4d','\x83','\xd0','\x6d','\x02','\xc8','\x6e','\x06','\xcc','\x0c','\x04','\xcf','\x0f','\x88','\xc6','\xfe','\x30','\xc6','\x70','\x00','\xc0','\x40','\x00','\xc0','\x0c','\x01','\xc0','\x0c','\x01','\x88','\x1a','\x01','\xfc','\x19','\x21','\x82','\x11','\xbf','\xff','\x31','\xb1','\x06','\x20','\x31','\xe4','\x42','\x37','\x08','\x7f','\x30','\xf8','\x88','\x30','\x00','\x08','\x37','\xfc','\x09','\x34','\x44','\xff','\xb4','\x44','\x08','\x37','\xfc','\x0a','\x34','\x44','\x8b','\xa4','\x44','\x4b','\x27','\xfc','\x6a','\x20','\x40','\x6c','\x21','\x24','\x08','\x65','\x22','\x0f','\x45','\x0b','\xfc','\x4d','\x0d','\x70','\x99','\xfc','\x40','\x18','\xf8','\x0c','\x08','\x84','\x0c','\x0c','\xc6','\x1a','\x19','\x8c','\x19','\x22','\x10','\x11','\x99','\x8c','\x31','\x88','\x84','\x20','\x3f','\xfe','\x42','\x20','\x02','\x7f','\x26','\x32','\x88','\x21','\xc2','\x08','\x26','\x32','\x09','\x20','\x02','\xff','\xbf','\xfe','\x08','\x00','\x00','\x0a','\x21','\x08','\x8b','\xa9','\x48','\x4b','\x25','\x28','\x6a','\x21','\x08','\x6c','\x29','\x4a','\x08','\x25','\x2a','\x0f','\x21','\x0e','\xfc','\x39','\xc6','\x70','\xe7','\x07','\x40','\x42','\x03','\x0c','\x01','\xc0','\x0c','\x01','\x88','\x1a','\x01','\xfc','\x19','\x21','\x82','\x11','\xbf','\xff','\x31','\xb1','\x06','\x20','\x31','\xe4','\x42','\x37','\x00','\x7f','\x31','\x08','\x88','\x30','\xf8','\x08','\x30','\x00','\x09','\x37','\xfc','\xff','\xb4','\x44','\x08','\x34','\x44','\x0a','\x27','\xfc','\x8b','\xa4','\x44','\x4b','\x24','\x44','\x6a','\x27','\xfc','\x6c','\x60','\x00','\x08','\x4f','\xfe','\x0f','\x49','\x22','\xfc','\x89','\x22','\x70','\x09','\x22','\x40','\x3f','\xff','\x06','\x00','\x00','\x06','\x00','\x06','\x0d','\x1f','\xff','\x0c','\x80','\x00','\x08','\xc0','\x00','\x18','\xc8','\x0c','\x10','\x0f','\xfe','\x21','\x8c','\x0c','\x3f','\xcc','\x0c','\x46','\x0c','\x0c','\x86','\x0c','\x0c','\x06','\x4f','\xfc','\x7f','\xec','\x0c','\x06','\x0c','\x00','\x06','\x8c','\x00','\x46','\xec','\x00','\x26','\xcc','\x00','\x36','\x8c','\x00','\x37','\x0c','\x00','\x06','\x08','\x00','\x07','\xd8','\x00','\xfe','\x10','\x00','\x70','\x20','\x00','\x40','\x40','\x00','\x0c','\x00','\xc0','\x0c','\x01','\xc0','\x1a','\x03','\x20','\x19','\x06','\x18','\x11','\x8c','\x0f','\x31','\xb3','\xf6','\x20','\x00','\x00','\x43','\x00','\x00','\x7f','\xbd','\xef','\x8c','\x25','\x29','\x0c','\x25','\x29','\x0c','\xbd','\xef','\xff','\xc0','\x00','\x0c','\x00','\x00','\x0d','\x1f','\xfe','\x8d','\xd9','\x26','\x4d','\x99','\x26','\x6d','\x19','\x26','\x6e','\x1f','\xfe','\x0c','\x19','\x26','\x0f','\x99','\x26','\xfe','\x19','\x26','\x70','\x19','\x2e','\x40','\x19','\x26','\x0c','\x07','\x1c','\x0c','\x06','\x18','\x1a','\x3f','\xff','\x19','\x86','\x18','\x10','\xc6','\x18','\x30','\xdf','\x3e','\x20','\x11','\x22','\x43','\x11','\x22','\x7f','\x9f','\x3e','\x8c','\x08','\x40','\x0c','\x0e','\x60','\x0c','\x8c','\x44','\xff','\xdf','\xfe','\x0c','\x18','\x40','\x0d','\x38','\x40','\x8d','\xdf','\xfc','\x4d','\x98','\x40','\x6d','\x18','\x40','\x6e','\x1f','\xfc','\x0c','\x18','\x40','\x0f','\x98','\x40','\xfe','\x18','\x42','\x70','\x1f','\xff','\x40','\x18','\x00','\x0c','\x00','\x0c','\x0c','\x3f','\xfe','\x1a','\x04','\x10','\x19','\x07','\xf0','\x11','\x84','\x10','\x31','\x84','\x10','\x20','\x07','\xf0','\x42','\x04','\x10','\x7f','\x04','\x1e','\x88','\x3f','\xf0','\x08','\x1c','\x10','\x09','\x80','\x12','\xff','\xff','\xff','\x08','\x22','\x44','\x0a','\x22','\x44','\x8b','\xbe','\x7c','\x4b','\x22','\x44','\x6a','\x22','\x44','\x6c','\x3e','\x7c','\x08','\x22','\x44','\x0f','\x22','\x44','\xfc','\xff','\xfc','\x70','\x62','\xc4','\x40','\x02','\x04','\x0c','\x06','\x18','\x0c','\x14','\x50','\x1a','\x14','\x50','\x19','\x1f','\x7e','\x11','\xa4','\x90','\x31','\x84','\x10','\x20','\x7f','\xff','\x43','\x0a','\x28','\x7f','\x9a','\xa8','\x8c','\x13','\x29','\x0c','\x22','\x47','\x0c','\x9f','\xfc','\xff','\xd8','\x0c','\x0c','\x18','\x0c','\x0d','\x1f','\xfc','\x8d','\xd8','\x0c','\x4d','\x98','\x0c','\x6d','\x1f','\xfc','\x6e','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\x9f','\xfc','\xfe','\x08','\x00','\x70','\x1c','\x1e','\x40','\x70','\x06','\x0c','\x06','\x18','\x0c','\x04','\x10','\x1a','\x3f','\x7e','\x19','\x04','\x10','\x11','\x84','\x10','\x31','\xff','\xff','\x20','\x0c','\x28','\x43','\x0b','\x2c','\x7f','\x91','\x47','\x8c','\x60','\x82','\x0c','\x1f','\xfc','\x0c','\x98','\x0c','\xff','\xd8','\x0c','\x0c','\x1f','\xfc','\x0d','\x18','\x0c','\x8d','\xd8','\x0c','\x4d','\x9f','\xfc','\x6d','\x18','\x0c','\x6e','\x18','\x0c','\x0c','\x1f','\xfc','\x0f','\x80','\x00','\xfe','\x08','\x00','\x70','\x1c','\x1e','\x40','\x70','\x06','\x18','\x40','\x06','\x18','\x7f','\xff','\x14','\x64','\x46','\x12','\x64','\x46','\x33','\x64','\x46','\x23','\x7f','\xfe','\x20','\x10','\x40','\x44','\x18','\x68','\x7e','\x10','\x4c','\x90','\xa8','\xc8','\x10','\x4c','\x92','\x12','\x49','\xff','\xff','\x12','\x90','\x10','\x24','\x90','\x14','\xfe','\xfe','\x96','\x72','\x90','\x56','\x10','\x90','\x54','\x50','\x90','\x58','\x74','\xfe','\x10','\x52','\x90','\x1e','\xd2','\x90','\xf8','\x90','\x92','\x61','\x10','\xff','\x40','\x10','\x80','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x18','\x00','\x18','\x22','\x7e','\x22','\xff','\x00','\xff','\x69','\x7e','\x69','\x08','\x42','\x08','\x4a','\x42','\x6c','\x69','\x7e','\x4b','\x49','\x18','\x89','\x88','\x36','\x08','\x00','\xc1','\x80','\x03','\xff','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x06','\x0f','\xff','\xf0','\x02','\x18','\x40','\x01','\x18','\x86','\xff','\xff','\xff','\x00','\x00','\x00','\x0c','\x11','\x22','\x0c','\x1f','\xbf','\x1a','\x11','\x22','\x19','\x9f','\x3e','\x10','\xd1','\x22','\x30','\xdf','\x3e','\x20','\x11','\x22','\x43','\x1f','\x3e','\x7f','\x84','\x40','\x8c','\x06','\x60','\x0c','\x0f','\xfe','\x0c','\x88','\x40','\xff','\xdf','\xfc','\x0c','\x28','\x40','\x0d','\x0f','\xfc','\x8d','\xc8','\x40','\x4d','\x8f','\xff','\x6d','\x00','\x00','\x6e','\x1f','\xfc','\x0c','\x04','\x18','\x0f','\x83','\x30','\xfc','\x00','\xe0','\x70','\x03','\xbf','\x40','\x3c','\x06','\x45','\x11','\x18','\x25','\x21','\xfc','\xff','\xf9','\x98','\x08','\x41','\x98','\x04','\x81','\x1f','\x7f','\xf2','\x0f','\x02','\x04','\x00','\xff','\xf3','\xfe','\x12','\x00','\x0c','\x62','\x71','\x98','\x42','\x10','\x70','\x72','\x70','\xdc','\x42','\x17','\x0e','\x7f','\xf0','\x06','\x40','\x3c','\x00','\x00','\x63','\x80','\x01','\x80','\xff','\x0e','\x7f','\x1e','\xf0','\x18','\x00','\x0f','\xff','\xf0','\x01','\x18','\x80','\x00','\x99','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\xc6','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\xc6','\x63','\xff','\xe6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x1e','\x06','\x60','\x19','\x86','\x60','\x18','\xc6','\x60','\x18','\xc6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x63','\x98','\xe6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x46','\x67','\xff','\xe6','\x60','\x83','\x06','\x60','\x46','\x06','\x60','\x46','\x06','\x60','\x2c','\x06','\x60','\x18','\x06','\x60','\x3c','\x06','\x60','\x67','\x06','\x61','\x83','\xe6','\x66','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x60','\x18','\x46','\x60','\x98','\x66','\x67','\xd8','\xc6','\x60','\xdd','\x06','\x60','\x9a','\x06','\x61','\x99','\x06','\x61','\x19','\x86','\x62','\x18','\xc6','\x64','\x18','\xf6','\x68','\x18','\x66','\x60','\x78','\x06','\x60','\x30','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x62','\x00','\x46','\x63','\xff','\xe6','\x62','\x18','\x46','\x62','\x18','\x46','\x63','\xff','\xc6','\x62','\x18','\x46','\x62','\x18','\x46','\x63','\xff','\xc6','\x62','\x18','\x46','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x18','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x46','\x67','\xff','\xe6','\x60','\x18','\x06','\x62','\x18','\xc6','\x63','\xff','\xe6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x1b','\xc6','\x63','\x19','\x86','\x60','\x18','\x06','\x60','\x18','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x86','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x18','\x06','\x60','\x19','\x06','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x1a','\x06','\x60','\x19','\x86','\x60','\x18','\x86','\x60','\x18','\x06','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x06','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x18','\x06','\x63','\xff','\xc6','\x60','\x18','\x06','\x60','\x18','\x06','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x18','\x06','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x63','\xff','\xc6','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x67','\xff','\xe6','\x60','\x00','\x06','\x60','\x82','\x06','\x60','\xc1','\x86','\x61','\x80','\xc6','\x66','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x81','\x86','\x61','\x81','\x86','\x61','\xff','\x86','\x60','\x18','\x06','\x60','\x10','\x06','\x63','\xff','\xc6','\x63','\x00','\xc6','\x63','\x00','\xc6','\x63','\xff','\xc6','\x63','\x00','\xc6','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x61','\xc3','\x06','\x61','\x83','\x06','\x61','\xa6','\x86','\x6f','\xf4','\x46','\x62','\x08','\x66','\x62','\x12','\x3e','\x63','\xe1','\x96','\x62','\x20','\x86','\x62','\x20','\x06','\x62','\x24','\x06','\x66','\x63','\x06','\x64','\x61','\x86','\x65','\xc0','\xc6','\x68','\xc0','\xde','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x80','\x06','\x60','\xc1','\x06','\x60','\xff','\x86','\x61','\x83','\x06','\x61','\x0e','\x06','\x62','\x04','\x06','\x64','\x20','\x86','\x61','\xc7','\xc6','\x61','\x00','\x86','\x61','\xe7','\x86','\x61','\x00','\x86','\x61','\x00','\x86','\x61','\xff','\x86','\x61','\x00','\x86','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x20','\x06','\x60','\x30','\x06','\x67','\xff','\xe6','\x60','\x64','\x06','\x60','\xc2','\x06','\x61','\x11','\x86','\x63','\xff','\xf6','\x6d','\x11','\x66','\x61','\x11','\x06','\x61','\xff','\x06','\x61','\x11','\x06','\x61','\x11','\x06','\x61','\xff','\x06','\x60','\x10','\x86','\x60','\x10','\xc6','\x60','\x0f','\xde','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x0d','\x06','\x60','\x0c','\x86','\x67','\xff','\xe6','\x60','\x04','\x06','\x60','\x04','\x06','\x63','\xe4','\x86','\x62','\x26','\xc6','\x62','\x22','\x86','\x63','\xe3','\x06','\x60','\x07','\x26','\x60','\x65','\xa6','\x67','\x88','\xe6','\x62','\x10','\x66','\x60','\x20','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x62','\x00','\x86','\x61','\x83','\xc6','\x60','\x9e','\x06','\x68','\x02','\x06','\x66','\x02','\x26','\x62','\x7f','\xf6','\x60','\x82','\x06','\x61','\x02','\x06','\x63','\x1f','\xc6','\x6e','\x10','\x46','\x66','\x10','\x46','\x62','\x10','\x46','\x63','\x1f','\xc6','\x63','\x10','\x7e','\x60','\x00','\x0c','\x42','\x18','\x86','\x33','\xfc','\xff','\x1b','\x08','\x86','\x1b','\x08','\x86','\x03','\xf8','\xfe','\x03','\x08','\x86','\x83','\x08','\x86','\x43','\xf8','\xfe','\x63','\x00','\x06','\x6b','\x01','\x86','\x0b','\x07','\xc6','\x0b','\x3e','\x06','\x0b','\x06','\x66','\x1b','\x7f','\xf6','\x1b','\x06','\x06','\x13','\x06','\x06','\x33','\x3f','\xe6','\xf3','\x30','\x66','\x73','\x30','\x66','\x33','\x3f','\xe6','\x33','\x30','\x66','\x33','\x00','\x06','\x3b','\x00','\x3e','\x1b','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x00','\x86','\x61','\xff','\x86','\x61','\x00','\x86','\x61','\xff','\x86','\x61','\x00','\x86','\x61','\xff','\x86','\x60','\x11','\x06','\x60','\x10','\x86','\x67','\xff','\xe6','\x60','\x24','\x06','\x60','\x63','\x06','\x60','\xc1','\xe6','\x63','\x00','\xde','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x21','\x06','\x61','\xff','\x86','\x60','\x22','\x06','\x60','\x24','\x06','\x67','\xff','\xe6','\x60','\x20','\x06','\x60','\x40','\x06','\x61','\xff','\x06','\x66','\x41','\x06','\x60','\x7f','\x06','\x60','\x41','\x06','\x60','\x41','\x06','\x60','\x7f','\x06','\x60','\x41','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x10','\x06','\x60','\x10','\x06','\x67','\xff','\xe6','\x60','\x10','\x06','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x60','\x34','\x06','\x60','\x72','\x06','\x60','\xd3','\x06','\x61','\x91','\xe6','\x66','\x10','\xc6','\x60','\x10','\x1e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x64','\x24','\x06','\x62','\x26','\x26','\x60','\x47','\xf6','\x67','\xf4','\x26','\x60','\x88','\x46','\x64','\x93','\x06','\x64','\x93','\x06','\x64','\x93','\x06','\x67','\xf2','\x86','\x61','\x06','\x46','\x61','\x04','\x66','\x62','\x08','\x66','\x64','\x10','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x10','\x06','\x61','\xff','\x06','\x60','\x10','\x06','\x67','\xff','\xc6','\x60','\x20','\x06','\x60','\x42','\x06','\x61','\xff','\x06','\x60','\x01','\x06','\x61','\xff','\x86','\x61','\x24','\x86','\x61','\x24','\x86','\x61','\x24','\x86','\x67','\xff','\xe6','\x60','\x00','\x1e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x61','\x00','\x86','\x61','\xff','\xc6','\x61','\x08','\x06','\x61','\xff','\x86','\x61','\x08','\x06','\x61','\xff','\x86','\x61','\x08','\x06','\x61','\xff','\xc6','\x60','\x00','\xc6','\x62','\xa8','\xc6','\x66','\xa8','\xc6','\x66','\x03','\xc6','\x60','\x01','\x86','\x60','\x00','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x81','\x06','\x60','\xc1','\x86','\x64','\x89','\x06','\x63','\x26','\x46','\x61','\x42','\x86','\x60','\x81','\x06','\x61','\x22','\x46','\x67','\xff','\xe6','\x62','\x14','\x26','\x60','\x66','\x06','\x62','\x66','\x46','\x62','\x66','\x46','\x63','\xc7','\xc6','\x60','\x46','\x06','\x60','\x86','\x06','\x63','\x06','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x63','\xe7','\xc6','\x62','\x24','\x46','\x62','\x24','\x46','\x63','\xe7','\xc6','\x60','\x00','\x06','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x61','\x10','\x86','\x61','\xff','\x86','\x60','\x10','\x06','\x67','\xff','\xe6','\x60','\x10','\x06','\x60','\x10','\x06','\x60','\x10','\x3e','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x60','\x02','\x06','\x64','\x1f','\xc6','\x63','\x02','\x06','\x61','\x7f','\xf6','\x60','\x10','\x46','\x60','\x08','\x86','\x61','\x1f','\xc6','\x6f','\x82','\x06','\x61','\x1f','\xc6','\x61','\x02','\x06','\x61','\x7f','\xf6','\x61','\x02','\x06','\x63','\x82','\x06','\x6e','\x7f','\xe6','\x64','\x1f','\xde','\x60','\x00','\x0c','\x40','\x64','\x06','\x7f','\xf7','\xff','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x66','\x06','\x60','\x66','\x06','\x7f','\xe7','\xfe','\x60','\x00','\x06','\x64','\x41','\x86','\x67','\xe1','\x06','\x64','\x4f','\xe6','\x64','\x40','\x06','\x64','\x48','\x26','\x67','\xc4','\x46','\x64','\x1f','\xf6','\x64','\x01','\x06','\x6f','\xc1','\x06','\x6c','\x4f','\xe6','\x74','\x41','\x06','\x64','\x41','\x06','\x67','\xc1','\x06','\x64','\x41','\x1e','\x60','\x00','\x0c','\x41','\x80','\x18','\x7f','\xc0','\x7c','\x61','\x83','\xf0','\x61','\xbf','\x80','\x61','\x01','\x80','\x63','\x01','\x80','\x62','\x01','\x80','\x62','\x01','\x80','\x64','\x01','\x80','\x62','\x01','\x86','\x63','\x7f','\xff','\x61','\x01','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x81','\x80','\x6f','\x81','\x80','\x63','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x43','\x20','\x06','\x7f','\xbf','\xff','\x63','\x30','\x00','\x63','\x30','\x00','\x62','\x30','\x00','\x66','\x32','\x0c','\x64','\x33','\xfe','\x64','\x33','\x0c','\x68','\x33','\x0c','\x64','\x33','\x0c','\x66','\x33','\x0c','\x62','\x33','\x0c','\x63','\x33','\x0c','\x63','\x33','\x0c','\x63','\x33','\x3c','\x63','\x73','\x18','\x63','\x63','\x00','\x6f','\x63','\x00','\x66','\x43','\x02','\x60','\xc3','\x02','\x60','\x83','\x02','\x61','\x03','\x03','\x60','\x03','\xff','\x60','\x01','\xfe','\x41','\x80','\x00','\x7f','\xc0','\x0c','\x61','\xbf','\xfe','\x61','\x80','\x00','\x61','\x00','\x00','\x63','\x00','\x00','\x62','\x00','\x00','\x62','\x00','\x06','\x64','\x7f','\xff','\x62','\x0c','\x60','\x63','\x0c','\x60','\x61','\x0c','\x60','\x61','\x8c','\x60','\x61','\x8c','\x60','\x61','\x8c','\x60','\x61','\x8c','\x60','\x61','\x8c','\x60','\x6f','\x98','\x60','\x63','\x18','\x62','\x60','\x18','\x62','\x60','\x10','\x62','\x60','\x30','\x63','\x60','\x20','\x7f','\x60','\xc0','\x3e','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x62','\x01','\x80','\x66','\x01','\x80','\x64','\x39','\x80','\x64','\x31','\x80','\x68','\x31','\x80','\x64','\x31','\x8c','\x66','\x31','\xfe','\x62','\x31','\x80','\x63','\x31','\x80','\x63','\x31','\x80','\x63','\x31','\x80','\x63','\x31','\x80','\x63','\x31','\x80','\x6f','\x31','\x80','\x66','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\x80','\x60','\x31','\x86','\x61','\xff','\xff','\x60','\x00','\x00','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x01','\x80','\x62','\x21','\x86','\x66','\x3f','\xff','\x64','\x31','\x86','\x64','\x31','\x84','\x68','\x31','\x88','\x64','\x31','\x80','\x66','\x31','\x98','\x62','\x3f','\xfc','\x63','\x34','\x18','\x63','\x34','\x18','\x63','\x32','\x30','\x63','\x32','\x30','\x63','\x31','\x60','\x6f','\x61','\xc0','\x66','\x60','\xc0','\x60','\x41','\xe0','\x60','\xc3','\x38','\x60','\x86','\x1f','\x61','\x18','\x0e','\x60','\x60','\x06','\x41','\x80','\x06','\x7f','\xff','\xff','\x61','\x81','\x80','\x61','\x81','\x80','\x61','\x01','\x00','\x63','\x01','\x00','\x62','\x12','\x0c','\x62','\x1f','\xfe','\x64','\x18','\x0c','\x62','\x18','\x0c','\x63','\x18','\x0c','\x61','\x18','\x0c','\x61','\x98','\x0c','\x61','\x98','\x0c','\x61','\x9f','\xfc','\x61','\x98','\x0c','\x61','\x98','\x0c','\x6f','\x98','\x0c','\x63','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x18','\x0c','\x60','\x1f','\xfc','\x60','\x18','\x0c','\x41','\x83','\x80','\x7f','\xc3','\x00','\x61','\x83','\x00','\x61','\x83','\x06','\x61','\x7f','\xff','\x63','\x06','\x00','\x62','\x06','\x00','\x62','\x04','\x00','\x64','\x0c','\x0c','\x62','\x0f','\xfe','\x63','\x0c','\x0c','\x61','\x1c','\x0c','\x61','\x9c','\x0c','\x61','\xaf','\xfc','\x61','\xcc','\x0c','\x61','\x8c','\x0c','\x61','\x8c','\x0c','\x6f','\x8f','\xfc','\x63','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x0c','\x60','\x0c','\x7c','\x60','\x0c','\x18','\x46','\x00','\x06','\x7f','\x7f','\xff','\x66','\x01','\x80','\x66','\x01','\x80','\x66','\x01','\x80','\x64','\x09','\x8c','\x64','\x0f','\xfe','\x68','\xc9','\x8c','\x68','\xc9','\x8c','\x64','\xc9','\x8c','\x64','\xc9','\x4c','\x66','\xcb','\x2c','\x66','\xca','\x3c','\x66','\xcc','\x3c','\x66','\xc8','\x0c','\x66','\xc8','\x0c','\x66','\xc8','\x0c','\x7e','\xc8','\x0c','\x6c','\xc8','\x3c','\x60','\xc8','\x18','\x60','\xc0','\x00','\x60','\xc0','\x06','\x60','\xff','\xff','\x60','\xc0','\x00','\x41','\x84','\x00','\x7f','\xc7','\x00','\x61','\x86','\x0c','\x63','\x0f','\xfe','\x63','\x0c','\x0c','\x62','\x08','\x0c','\x66','\x18','\x1c','\x64','\x10','\x18','\x68','\x20','\x38','\x64','\x41','\xf0','\x66','\x00','\x60','\x62','\x02','\x00','\x63','\x27','\x06','\x63','\x38','\x3f','\x63','\x30','\x06','\x63','\x30','\x06','\x63','\x32','\x06','\x6f','\x3f','\x3e','\x66','\x30','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x30','\x06','\x60','\x3f','\xfe','\x60','\x30','\x06','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x62','\xff','\xff','\x66','\x03','\x00','\x64','\x03','\x00','\x64','\x23','\x10','\x68','\x33','\x18','\x64','\x33','\x18','\x66','\x23','\x10','\x62','\x73','\x38','\x63','\x5b','\x2c','\x63','\x9b','\x46','\x63','\x07','\x86','\x63','\x06','\x80','\x63','\x06','\xc0','\x6f','\x0c','\x40','\x66','\x0c','\x60','\x60','\x18','\x30','\x60','\x18','\x38','\x60','\x30','\x1f','\x60','\x60','\x0e','\x61','\x80','\x06','\x43','\x03','\x38','\x7f','\x8f','\xb0','\x63','\x7c','\x30','\x63','\x0c','\x30','\x62','\x0c','\x30','\x66','\x0c','\x30','\x64','\x0c','\x36','\x64','\xff','\xff','\x68','\x0c','\x30','\x64','\x08','\x30','\x66','\x18','\x30','\x62','\x10','\x30','\x63','\x20','\x30','\x63','\x43','\x80','\x63','\x03','\x00','\x63','\x03','\x0c','\x63','\x7f','\xfe','\x6f','\x03','\x00','\x66','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x06','\x61','\xff','\xff','\x60','\x00','\x00','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x00','\x63','\x03','\x06','\x62','\xff','\xff','\x66','\x03','\x00','\x64','\x23','\x08','\x64','\xf3','\x3c','\x68','\x23','\x08','\x64','\x23','\x08','\x66','\x23','\x08','\x62','\x53','\x14','\x63','\x5b','\x14','\x63','\x8f','\x27','\x63','\x07','\x82','\x63','\x06','\x80','\x63','\x06','\xc0','\x6f','\x0c','\x40','\x66','\x0c','\x60','\x60','\x18','\x30','\x60','\x18','\x38','\x60','\x30','\x1f','\x60','\x60','\x0e','\x61','\x80','\x06','\x43','\x01','\xc0','\x7f','\x81','\x80','\x63','\x01','\x80','\x63','\x39','\x8c','\x62','\x31','\xfe','\x66','\x31','\x80','\x64','\x31','\x80','\x64','\x31','\x80','\x68','\x31','\x86','\x64','\xff','\xff','\x66','\x00','\x00','\x62','\x11','\xc0','\x63','\x1d','\x98','\x63','\x19','\x86','\x63','\x31','\x83','\x63','\x21','\x83','\x63','\x41','\x90','\x6f','\x07','\x9c','\x66','\x03','\x38','\x60','\x00','\x70','\x60','\x00','\xe0','\x60','\x03','\x80','\x60','\x0e','\x00','\x60','\x70','\x00','\x43','\x03','\x80','\x7f','\x83','\x00','\x63','\x03','\x04','\x63','\x7f','\xfe','\x62','\x03','\x00','\x66','\x03','\x08','\x64','\x3f','\xfc','\x64','\x03','\x00','\x68','\x03','\x02','\x64','\xff','\xff','\x66','\x06','\x00','\x62','\x06','\x18','\x63','\x06','\x1a','\x63','\xff','\xff','\x63','\x0c','\x18','\x63','\x0c','\x18','\x63','\x0a','\x18','\x6f','\x19','\x18','\x66','\x11','\x98','\x60','\x31','\x98','\x60','\x20','\x18','\x60','\x40','\x18','\x61','\x80','\xf8','\x60','\x00','\x30','\x43','\x00','\x38','\x7f','\x81','\xfc','\x63','\x1f','\x80','\x63','\x01','\x80','\x62','\x01','\x80','\x66','\x01','\x84','\x64','\x7f','\xfe','\x64','\x19','\x98','\x68','\x19','\x98','\x64','\x19','\x98','\x66','\x19','\x9a','\x63','\xff','\xff','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x63','\x19','\x98','\x6f','\x7f','\xfe','\x66','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x80','\x60','\x01','\x86','\x60','\xff','\xff','\x60','\x00','\x00','\x43','\x00','\x00','\x7f','\x00','\x06','\x63','\xff','\xff','\x62','\x44','\x00','\x66','\x44','\x00','\x66','\x44','\x0c','\x64','\x47','\xfe','\x64','\x7c','\x8c','\x68','\x44','\x8c','\x64','\x44','\x8c','\x66','\x44','\x88','\x62','\x44','\x58','\x63','\x7c','\x58','\x63','\x44','\x50','\x63','\x44','\x70','\x63','\x44','\x20','\x63','\x44','\x70','\x6f','\x44','\x50','\x66','\x4c','\x58','\x60','\x74','\xcc','\x61','\xc4','\x8f','\x60','\x84','\x86','\x60','\x05','\x06','\x60','\x04','\x00','\x43','\x02','\x00','\x7f','\x83','\x80','\x63','\x23','\x18','\x63','\x3f','\xfc','\x62','\x30','\x18','\x66','\x30','\x18','\x64','\x3f','\xf8','\x64','\x30','\x18','\x68','\x30','\x18','\x64','\x30','\x18','\x66','\x3f','\xf8','\x62','\x00','\x00','\x63','\x00','\x0c','\x63','\x7f','\xfe','\x63','\x03','\x00','\x63','\x03','\x00','\x63','\x03','\x18','\x6f','\x3f','\xfc','\x66','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x00','\x60','\x03','\x06','\x60','\xff','\xff','\x60','\x00','\x00','\x43','\x20','\x10','\x7f','\x90','\x1c','\x63','\x18','\x18','\x63','\x0c','\x30','\x62','\x0c','\x20','\x66','\x00','\x46','\x64','\xff','\xff','\x64','\x08','\x20','\x68','\x0e','\x20','\x64','\x0c','\x10','\x66','\x18','\x18','\x62','\x10','\x0c','\x63','\x20','\x0f','\x63','\x40','\x06','\x63','\x80','\x00','\x63','\x3f','\xfc','\x63','\x32','\x4c','\x6f','\x32','\x4c','\x66','\x32','\x4c','\x60','\x32','\x4c','\x60','\x32','\x4c','\x60','\x32','\x4c','\x60','\xff','\xff','\x60','\x00','\x00','\x43','\x20','\x0c','\x7f','\xbf','\xfe','\x63','\x30','\x0c','\x63','\x30','\x0c','\x62','\x30','\x0c','\x66','\x3f','\xfc','\x64','\x00','\x00','\x64','\x00','\x00','\x68','\x3f','\xfc','\x64','\x30','\x0c','\x66','\x30','\x0c','\x62','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x63','\x3f','\xfc','\x63','\x30','\x0c','\x63','\x30','\x0c','\x6f','\x30','\x0c','\x66','\x3f','\xfc','\x60','\x08','\x00','\x60','\x0e','\x30','\x60','\x1c','\x0c','\x60','\x30','\x06','\x60','\xc0','\x06','\x43','\x02','\x00','\x7f','\x83','\x80','\x63','\x03','\x00','\x63','\x44','\x0c','\x62','\x7f','\xfe','\x66','\x63','\x0c','\x64','\x63','\x0c','\x64','\x63','\x0c','\x68','\x7f','\xfc','\x64','\x63','\x0c','\x66','\x63','\x0c','\x62','\x63','\x0c','\x63','\x7f','\xfc','\x63','\x01','\x80','\x63','\x11','\x90','\x63','\x1d','\x98','\x63','\x19','\x90','\x6f','\x19','\xa4','\x66','\x19','\xa4','\x60','\x31','\xfe','\x60','\x31','\xa2','\x60','\x61','\x83','\x60','\xc1','\xff','\x63','\x00','\xfe','\x43','\x03','\x00','\x7f','\x83','\x00','\x63','\x06','\x80','\x63','\x06','\x40','\x62','\x0c','\x30','\x66','\x18','\x1c','\x64','\x30','\x0f','\x64','\xcf','\xe6','\x68','\x00','\x00','\x64','\x00','\x00','\x66','\x46','\x46','\x62','\x7f','\x7f','\x63','\x46','\x46','\x63','\x46','\x46','\x63','\x46','\x46','\x63','\x7e','\x7e','\x63','\x00','\x00','\x6f','\x10','\x20','\x66','\x1c','\x38','\x60','\x18','\x30','\x60','\x36','\x68','\x60','\x22','\x44','\x60','\x40','\x86','\x61','\x81','\x06','\x43','\x00','\x08','\x7f','\x44','\x0c','\x63','\x23','\x18','\x63','\x21','\x10','\x62','\x30','\x22','\x66','\x37','\xff','\x64','\x00','\x60','\x64','\x00','\xc0','\x68','\x01','\x84','\x64','\x06','\x46','\x66','\x30','\x64','\x62','\xf8','\xa8','\x63','\x31','\x30','\x63','\x36','\x68','\x63','\x30','\xac','\x63','\x31','\x26','\x63','\x36','\x26','\x6f','\x30','\x26','\x66','\x30','\xe0','\x60','\x30','\x60','\x60','\x68','\x00','\x61','\xc7','\xff','\x60','\xc1','\xfe','\x60','\x80','\x00','\x43','\x00','\x38','\x7f','\x81','\xfc','\x63','\x3f','\x08','\x63','\x11','\x8c','\x62','\x08','\x90','\x66','\x3f','\xfc','\x64','\x01','\x00','\x64','\x01','\x00','\x68','\x7f','\xfe','\x64','\x00','\x00','\x66','\x3f','\xfc','\x62','\x00','\x0c','\x63','\x00','\x0c','\x63','\x3f','\xfc','\x63','\x00','\x0c','\x63','\x00','\x0c','\x63','\x3f','\xfc','\x6f','\x01','\x00','\x66','\x06','\xc8','\x60','\x26','\x46','\x60','\x26','\x13','\x60','\x66','\x1b','\x60','\xc7','\xf8','\x60','\xc3','\xf0','\x43','\x03','\x80','\x7f','\xa3','\x10','\x63','\x3b','\x0c','\x63','\x33','\x06','\x62','\x63','\x43','\x66','\x43','\x73','\x64','\x8f','\xe0','\x64','\x03','\x80','\x68','\x06','\x00','\x64','\x1f','\xfc','\x66','\xf8','\x80','\x62','\x1f','\xf8','\x63','\x18','\x80','\x63','\x18','\x80','\x63','\x1f','\xf8','\x63','\x18','\x80','\x63','\x18','\x86','\x6f','\x1f','\xff','\x66','\x00','\x06','\x60','\x25','\x66','\x60','\x65','\x26','\x60','\xc5','\x0c','\x60','\xc0','\x7c','\x60','\x00','\x18','\x43','\x20','\x0c','\x7f','\xbf','\xfe','\x63','\x30','\x0c','\x63','\x30','\x0c','\x62','\x3f','\xfc','\x66','\x30','\x0c','\x64','\x30','\x0c','\x64','\x3f','\xfc','\x68','\x08','\x10','\x64','\x0c','\x18','\x66','\x58','\xb0','\x62','\x20','\x40','\x63','\x34','\x68','\x63','\x08','\x10','\x63','\x12','\x24','\x63','\x7f','\xfe','\x63','\x31','\x62','\x6f','\x00','\x00','\x66','\x00','\x00','\x60','\x44','\x88','\x60','\x44','\x44','\x60','\xcc','\x66','\x61','\x8c','\x63','\x61','\x8c','\x63','\x43','\x1c','\x60','\x7f','\x98','\x46','\x63','\x18','\x7f','\x62','\xff','\x40','\x66','\x44','\x40','\x64','\x26','\x7e','\x64','\x24','\x06','\x68','\x08','\x06','\x68','\xff','\x46','\x64','\x00','\x7e','\x64','\x00','\x40','\x66','\x7e','\x40','\x66','\x42','\x7e','\x66','\x42','\x40','\x66','\x7e','\x40','\x66','\x42','\x7e','\x66','\x42','\x40','\x7e','\x7e','\x40','\x6c','\x42','\x7e','\x60','\x42','\x40','\x60','\x42','\x42','\x60','\x42','\x43','\x60','\x4e','\x7f','\x60','\x46','\x3e','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x0f','\xff','\xf8','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x36','\xff','\xff','\xff','\x00','\x18','\x30','\x00','\x18','\x30','\x00','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x20','\x10','\x18','\x38','\x0c','\x18','\x70','\x07','\x18','\x40','\x03','\x3c','\x80','\x00','\xda','\x00','\x03','\x99','\x80','\x0e','\x18','\xe0','\x7c','\x18','\x7e','\x30','\x18','\x3c','\x20','\xf8','\x0c','\x00','\x30','\x00','\x07','\x01','\xc0','\x06','\x01','\x80','\x06','\x31','\x8c','\xff','\xff','\xfe','\x0e','\x01','\x8c','\x1f','\x01','\x8c','\x16','\xc1','\x8c','\x26','\x7f','\xff','\x46','\x61','\x8c','\x86','\x01','\x8c','\x00','\x01','\x8c','\x7f','\xcf','\xfc','\x00','\x01','\x80','\x00','\x11','\x88','\xff','\xe9','\x8e','\x06','\x0d','\x9c','\x26','\xcd','\xa0','\x36','\x61','\xc0','\x36','\x63','\xa0','\x66','\x0d','\xb0','\x46','\x39','\x9c','\x86','\x11','\x8f','\x1e','\x07','\x86','\x0c','\x03','\x00','\x02','\x01','\x00','\x03','\x81','\xc0','\x03','\x01','\x80','\x07','\x03','\x00','\x06','\x02','\x00','\x0c','\x04','\x0c','\x0f','\xff','\xfe','\x1c','\x0c','\x00','\x1c','\x0c','\x00','\x2c','\x0c','\x00','\x4c','\x0c','\x18','\x8f','\xff','\xfc','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x18','\x0f','\xff','\xfc','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x00','\x04','\x00','\x43','\x07','\x20','\x7f','\x86','\x38','\x63','\x0c','\x30','\x63','\x0c','\x60','\x63','\x18','\x4c','\x63','\x1f','\xfe','\x7f','\x38','\x40','\x63','\x58','\x40','\x63','\x98','\x40','\x63','\x18','\x48','\x63','\x1f','\xfc','\x63','\x18','\x40','\x7f','\x18','\x40','\x63','\x18','\x40','\x63','\x18','\x48','\x63','\x1f','\xfc','\x63','\x18','\x40','\x63','\xd8','\x40','\x7f','\x18','\x40','\xfc','\x18','\x40','\x70','\x18','\x46','\x40','\x1f','\xff','\x00','\x18','\x00','\x02','\x04','\x00','\x03','\x87','\x00','\x07','\x06','\x18','\x0f','\xff','\xfc','\x1c','\x0c','\x00','\x3c','\x0c','\x10','\xcf','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x10','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x04','\x0f','\xff','\xfe','\x00','\x00','\x00','\x20','\xc2','\x0c','\x3f','\xe3','\xfe','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xc3','\x0c','\x30','\xff','\x0c','\x30','\xc3','\x0c','\x30','\x00','\x0c','\x30','\x00','\x7c','\x30','\x00','\x18','\x20','\x04','\x00','\x38','\x07','\x20','\x30','\x06','\x38','\x30','\x0c','\x30','\x31','\x8c','\x60','\x7f','\xd8','\x4c','\x6c','\x1f','\xfe','\x4c','\x38','\x40','\x8c','\x58','\x40','\x0c','\x98','\x40','\x0c','\x18','\x48','\xff','\xdf','\xfc','\x0c','\x18','\x40','\x0c','\x18','\x40','\x0c','\x18','\x40','\x1a','\x18','\x48','\x19','\x1f','\xfc','\x19','\x18','\x40','\x11','\x98','\x40','\x31','\x98','\x40','\x21','\x98','\x40','\x40','\x18','\x46','\x80','\x1f','\xff','\x00','\x18','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x04','\x04','\x00','\x06','\x07','\x20','\x0c','\x06','\x30','\x48','\x0c','\x20','\x31','\x08','\x4c','\x19','\x9f','\xfe','\x1b','\x18','\x40','\x06','\x38','\x40','\x04','\x58','\x48','\x08','\x1f','\xfc','\x13','\x18','\x40','\xff','\x98','\x40','\x63','\x18','\x48','\x06','\x1f','\xfc','\x06','\x18','\x40','\x0c','\x18','\x40','\x08','\x18','\x40','\x10','\x18','\x46','\x20','\x1f','\xff','\xc0','\x18','\x00','\x1c','\x08','\x40','\x18','\x0e','\x60','\x18','\x0c','\x40','\x18','\x08','\x88','\x1b','\x1f','\xfc','\xff','\x98','\x80','\x03','\x38','\x80','\x06','\x5f','\xf8','\x06','\x18','\x80','\x0c','\x18','\x80','\x09','\x1f','\xf8','\x19','\x98','\x80','\x1b','\x18','\x84','\x3c','\x1f','\xfe','\x5a','\x00','\x00','\x9b','\x01','\xc0','\x1b','\x01','\x86','\x18','\x7f','\xff','\x18','\x07','\xa0','\x18','\x0d','\x90','\x18','\x19','\x9c','\x18','\x31','\x8f','\x18','\xc1','\x86','\x18','\x01','\x80','\x07','\x02','\x00','\x06','\x03','\x90','\x06','\x33','\x1c','\xff','\xfb','\x18','\x00','\x03','\x10','\x20','\x86','\x26','\x30','\xc7','\xff','\x30','\xce','\x20','\x2d','\x96','\x20','\x65','\x66','\x20','\x42','\x26','\x24','\x80','\x07','\xfe','\x06','\x06','\x20','\x06','\x36','\x20','\xff','\xfe','\x20','\x0e','\x06','\x24','\x0f','\x07','\xfe','\x1e','\xc6','\x20','\x16','\x66','\x20','\x36','\x36','\x20','\x66','\x36','\x20','\x86','\x06','\x26','\x06','\x07','\xff','\x06','\x06','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x02','\x04','\x00','\x03','\x87','\x00','\x07','\x06','\x18','\x0f','\xff','\xfc','\x1c','\x0c','\x00','\x3c','\x0c','\x10','\xcf','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x10','\x0f','\xff','\xf8','\x0c','\x0c','\x00','\x0c','\x0c','\x06','\x0f','\xff','\xff','\x0c','\x00','\x00','\x20','\x18','\x80','\x3f','\xfc','\xe8','\x30','\x18','\xcc','\x30','\x18','\x88','\x31','\x19','\x98','\x31','\x19','\x12','\x37','\xd9','\xff','\x31','\x1b','\x10','\x31','\x1d','\x10','\x31','\x19','\x10','\x37','\xd9','\x14','\x30','\x19','\xfe','\x30','\x19','\x10','\x37','\xd9','\x10','\x34','\x59','\x10','\x34','\x59','\x14','\x34','\x59','\xfe','\x34','\x59','\x10','\x37','\xd9','\x10','\x20','\x19','\x10','\x20','\x19','\x10','\x60','\x19','\x12','\x40','\xf9','\xff','\x80','\x31','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x03','\x80','\x00','\x03','\x00','\x30','\x07','\xff','\xf8','\x0c','\x00','\x30','\x18','\x00','\x30','\x3f','\xfc','\x30','\xc0','\x0c','\x30','\x00','\x0c','\x30','\x0f','\xfc','\x60','\x0c','\x01','\xe4','\x0c','\x00','\xc4','\x0c','\x00','\x06','\x0f','\xff','\xfe','\x07','\xff','\xfc','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x20','\x18','\x1c','\x30','\x07','\x18','\x60','\x03','\x18','\x80','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x06','\x00','\x18','\xff','\x00','\xfc','\x0c','\x1f','\xc0','\x18','\x00','\xc0','\x33','\x00','\xc2','\x7f','\xbf','\xff','\x03','\x00','\xc0','\x26','\x00','\xc0','\x16','\x00','\xc4','\x0c','\x1f','\xfe','\x0a','\x00','\x00','\x11','\x80','\x00','\x20','\xff','\xff','\xc0','\x3f','\xfe','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x30','\x01','\xc0','\x0e','\x01','\x86','\x06','\xff','\xff','\xc0','\x01','\x80','\x38','\x21','\x8c','\x18','\x3f','\xfe','\x02','\x31','\x8c','\x0c','\x31','\x8c','\xf8','\x31','\x8c','\x70','\x31','\x8c','\x30','\x31','\xbc','\x30','\x31','\x98','\x38','\x01','\x80','\x18','\x01','\x80','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x08','\xc0','\x30','\x0f','\xe7','\xf8','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xe7','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x03','\x00','\x01','\xc3','\x02','\x03','\x83','\x02','\x07','\x03','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x00','\x18','\x10','\x1f','\xff','\xf8','\x01','\x00','\x80','\x00','\x81','\x02','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\xc0','\x04','\x7f','\xff','\xfe','\x03','\x01','\x80','\x06','\x03','\x00','\x0f','\xe6','\x00','\x00','\x3f','\xc0','\x01','\xe0','\xf8','\x3e','\x00','\x18','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x30','\x18','\x00','\x0e','\x03','\x80','\x06','\x03','\x06','\xc0','\x03','\xff','\x38','\x03','\x00','\x18','\x03','\x00','\x02','\x43','\x0c','\x0c','\x7f','\xfe','\xf8','\x60','\x0c','\x70','\x60','\x0c','\x30','\x60','\x0c','\x30','\x60','\x0c','\x38','\x7f','\xfc','\x18','\x60','\x0c','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\xc3','\x04','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x04','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\xff','\x83','\x02','\x79','\x83','\xff','\x43','\x03','\x00','\x06','\x03','\x00','\x18','\x03','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x00','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x07','\x00','\xe0','\x06','\x30','\xc6','\xff','\xff','\xff','\x0e','\x01','\xc0','\x1f','\x03','\xe0','\x16','\xc2','\xd0','\x36','\x66','\xd8','\x26','\x64','\xcc','\x46','\x08','\xcf','\x86','\x10','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x03','\x00','\xc0','\x7f','\xff','\xfe','\x03','\x00','\xc0','\x00','\x18','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\xff','\xff','\xff','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x80','\x03','\x80','\xf0','\x0e','\x00','\x3f','\xf0','\x00','\x0e','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x20','\xc0','\x0c','\x3f','\xe7','\xfe','\x30','\x00','\x8c','\x30','\x41','\x8c','\x7f','\xe3','\x3c','\x38','\x2c','\x18','\x00','\x00','\x00','\x1f','\xff','\xf8','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x18','\x18','\x18','\x18','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x08','\x30','\x00','\xfc','\x0e','\x7f','\xc8','\x06','\x22','\x10','\xc0','\x11','\x10','\x38','\x11','\x3c','\x18','\x7f','\xf0','\x02','\x03','\x00','\x0c','\x03','\x06','\xf9','\xff','\xff','\x70','\x03','\x00','\x30','\x03','\x00','\x30','\x03','\x0c','\x38','\xff','\xfe','\x18','\x00','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x10','\x82','\x00','\x7f','\xe3','\x80','\x10','\x83','\x06','\xff','\xf3','\xff','\x00','\x06','\x10','\x3f','\xc5','\x1c','\x20','\x49','\x18','\x3f','\xc0','\xb0','\x20','\x40','\xb0','\x3f','\xc0','\x60','\x20','\x40','\xf0','\x20','\x41','\x9f','\x23','\xc3','\x0e','\x20','\xcc','\x06','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x20','\xc0','\xe0','\x3f','\xe0','\xc4','\x30','\xcf','\xfe','\x30','\xc2','\x10','\x3f','\xc1','\x10','\x30','\x01','\x22','\x30','\x1f','\xff','\x30','\xc0','\xc0','\x3f','\xe0','\xc4','\x78','\xcf','\xfe','\x58','\xc0','\xc0','\x58','\xc0','\xc0','\x9f','\xc0','\xc0','\x18','\xc0','\xc0','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x02','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x42','\x00','\x7f','\x26','\xfc','\x09','\x18','\x90','\x11','\x18','\x88','\x27','\x18','\xe4','\xc3','\x18','\xc3','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x30','\x00','\x18','\xc0','\x00','\x18','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x04','\x18','\x00','\x0e','\x00','\x00','\x30','\x8f','\xfc','\xc9','\xc8','\xc4','\x23','\x08','\xc4','\x0c','\x0f','\xfc','\x32','\x08','\xc4','\xc5','\x08','\xc4','\x09','\x0f','\xfc','\x33','\x80','\xc0','\xc5','\x9f','\xfe','\x09','\x80','\xc0','\x31','\x80','\xc0','\xc7','\xbf','\xff','\x03','\x00','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x00','\x20','\x18','\x06','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x18','\x00','\x00','\x00','\x00','\x3f','\x87','\xf8','\x00','\x04','\x08','\xff','\xe7','\xf8','\x00','\x04','\x08','\x3f','\x87','\xf8','\x00','\x03','\x02','\x3f','\x87','\xff','\x00','\x0c','\x02','\x3f','\xb4','\xc2','\x20','\x87','\x02','\x20','\x84','\x26','\x3f','\x83','\xfe','\x20','\x80','\x0c','\x01','\x00','\x30','\x3f','\x90','\x20','\x04','\x09','\xfc','\x44','\x4c','\x24','\x7f','\xec','\x24','\xc4','\x43','\xff','\xc4','\x40','\x24','\x35','\x80','\x24','\x04','\x01','\xfc','\x04','\x00','\x20','\x35','\x82','\x24','\x04','\x39','\xa6','\x00','\x08','\xac','\x7f','\x88','\x30','\x00','\x08','\x68','\x00','\x0b','\xa4','\xff','\xc9','\x26','\x18','\x08','\x26','\x12','\x08','\xe0','\x11','\x08','\x60','\x21','\x1c','\x00','\xff','\xf7','\xff','\x79','\xb1','\xfe','\x41','\xa0','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x02','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x3e','\x7e','\x7c','\x22','\x42','\x44','\x22','\x42','\x44','\x3e','\x7e','\x7c','\x00','\x00','\x00','\x00','\x00','\x00','\x3f','\xff','\xfc','\x04','\x18','\x40','\x06','\x18','\x60','\x0c','\x18','\xc0','\x0b','\x18','\xb0','\x11','\x19','\x10','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x30','\x0f','\xff','\xf8','\x20','\x18','\x02','\x7f','\xff','\xff','\x60','\x18','\x06','\xcf','\x99','\xf4','\xc0','\x18','\x00','\x0f','\x99','\xf0','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x00','\x30','\x40','\x40','\x37','\xfb','\xfc','\x30','\xc0','\xd0','\x31','\x71','\x48','\x36','\x52','\x46','\x20','\x00','\x00','\x20','\x0c','\x10','\x63','\x8f','\xf8','\x43','\x0c','\x00','\x83','\x0c','\x06','\x3f','\xff','\xff','\x00','\x00','\x00','\x01','\x00','\x0c','\x3f','\x80','\x7e','\x04','\x0f','\xc8','\x44','\x44','\x88','\x7f','\xd2','\x52','\xc4','\x5f','\xff','\xc4','\x31','\x02','\x35','\xb0','\xc4','\x04','\x02','\x48','\x04','\x0a','\x06','\x35','\x9a','\x12','\x04','\x11','\xf0','\x00','\x02','\x00','\x7f','\x83','\x08','\x00','\x03','\xfc','\x00','\x06','\x08','\xff','\xc5','\x18','\x18','\x09','\xb0','\x12','\x10','\xe0','\x11','\x00','\x40','\x21','\x00','\xe0','\xff','\x81','\xb8','\x79','\x86','\x1f','\x41','\x98','\x06','\x07','\x00','\x18','\x06','\x00','\x7c','\x06','\x27','\xc0','\xff','\xf1','\x04','\x06','\x08','\xc6','\x06','\x46','\x4c','\x7f','\xe2','\x08','\x06','\x00','\x10','\x06','\x27','\xfc','\xff','\xf0','\xcc','\x00','\x00','\xcc','\x20','\xc0','\xcc','\x3f','\xef','\xff','\x30','\xc0','\xcc','\x30','\xc0','\xcc','\x3f','\xc0','\xcc','\x30','\xc7','\xfc','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x33','\xc7','\xc0','\x31','\x81','\x80','\x04','\x1c','\x00','\x07','\x18','\x00','\x06','\x18','\x30','\x0f','\xff','\xf8','\x10','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x00','\xc3','\x04','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x7f','\xc3','\x04','\x00','\xc3','\xfe','\x00','\xc3','\x00','\xff','\x83','\x02','\x71','\x83','\xff','\x03','\x03','\x00','\x0c','\x03','\x00','\x70','\x03','\x00','\x00','\x31','\x00','\xff','\xf9','\xc0','\x06','\x01','\x80','\x06','\x01','\x80','\x04','\x01','\x06','\x04','\x03','\xff','\x48','\x22','\x06','\x7f','\xf2','\x06','\x49','\x24','\x26','\x49','\x27','\xf6','\x49','\x28','\x26','\x49','\x20','\x26','\x4f','\x20','\x26','\x49','\x22','\x26','\x49','\x23','\xe6','\x49','\x23','\x0c','\x49','\x23','\x0c','\x4f','\x23','\x3c','\x49','\x23','\x18','\x49','\x23','\x02','\x49','\x23','\x02','\x49','\x23','\x03','\x7f','\xe3','\xff','\x40','\x21','\xfe','\x00','\x62','\x0c','\xff','\xf3','\xfe','\x06','\x03','\x0c','\x06','\x03','\x0c','\x04','\x03','\x0c','\x04','\x03','\xfc','\x48','\x23','\x0c','\x7f','\xf3','\x0c','\x49','\x23','\x0c','\x49','\x23','\x0c','\x49','\x23','\xfc','\x49','\x23','\x0c','\x4f','\x23','\x0c','\x49','\x23','\x0c','\x49','\x23','\x0c','\x49','\x23','\xfc','\x49','\x21','\x30','\x4f','\x21','\xb0','\x49','\x21','\xb0','\x49','\x21','\x32','\x49','\x23','\x32','\x49','\x22','\x33','\x7f','\xe4','\x3f','\x40','\x28','\x1e','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x10','\x37','\xf1','\xc8','\x34','\x11','\x88','\x37','\xf1','\x82','\x34','\x1f','\xff','\x37','\xf1','\xa0','\x30','\x01','\x90','\x27','\xf1','\x18','\x64','\x13','\x0c','\x47','\xf2','\x0f','\x44','\x14','\x06','\x87','\xf0','\x00','\x04','\x10','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x1f','\xff','\xf8','\x18','\x81','\x18','\x18','\xff','\x18','\x18','\x81','\x18','\x18','\xff','\x18','\x18','\x81','\x18','\x1f','\xff','\xf8','\x1d','\xc0','\xe0','\x19','\x80','\xc0','\x19','\xb0','\xc0','\xff','\xf8','\xc0','\x19','\x80','\xc0','\x19','\x80','\xc0','\x1f','\x80','\xc6','\x06','\x0f','\xff','\x46','\x60','\xc6','\x7f','\xf0','\xc6','\x66','\x60','\xc6','\x66','\x60','\xc6','\x66','\x60','\xc6','\x66','\x61','\xc6','\x7f','\xe1','\x86','\x66','\x61','\x86','\x06','\x01','\x8e','\x06','\x63','\x0c','\xff','\xf3','\x0c','\x06','\x02','\x0c','\x06','\x06','\x1c','\x06','\x04','\x18','\x06','\x08','\xf8','\x06','\x10','\x30','\x1d','\xc0','\x00','\x19','\x80','\x0c','\x19','\xaf','\xfe','\xff','\xf2','\x0c','\x19','\x82','\x8c','\x19','\x82','\x4c','\x1f','\x82','\x4c','\x06','\x02','\x48','\x46','\x61','\x18','\x7f','\xf1','\x18','\x66','\x61','\x10','\x66','\x61','\x10','\x66','\x60','\xb0','\x66','\x60','\xa0','\x7f','\xe0','\xe0','\x66','\x60','\x40','\x06','\x00','\xe0','\x06','\x60','\xa0','\xff','\xf1','\xb0','\x06','\x01','\x10','\x06','\x03','\x18','\x06','\x02','\x0c','\x06','\x04','\x0f','\x06','\x18','\x06','\x1d','\xc0','\x00','\x19','\x80','\x0c','\x19','\x8f','\xfe','\xff','\xf1','\x8c','\x19','\x81','\x8c','\x19','\x81','\x8c','\x1f','\x81','\x8c','\x06','\x05','\x8c','\x46','\x65','\x8c','\x7f','\xf3','\x8c','\x66','\x63','\x8c','\x66','\x61','\x8c','\x66','\x61','\x8c','\x66','\x61','\x4c','\x7f','\xe1','\x48','\x66','\x63','\x28','\x06','\x03','\x38','\x06','\x32','\x1c','\xff','\xfa','\x1f','\x06','\x06','\x16','\x06','\x04','\x30','\x06','\x0c','\x30','\x06','\x09','\xf0','\x06','\x10','\x60','\x3b','\x80','\xe0','\x33','\x00','\xc0','\x33','\x40','\xc0','\xff','\xe0','\xc0','\x33','\x00','\xc0','\x33','\x08','\xc6','\x3f','\x0f','\xff','\x0c','\x0c','\xc6','\x4c','\x8c','\xc6','\x7f','\xcc','\xc6','\x4c','\x8c','\xc6','\x4c','\x8c','\xa6','\x4c','\x8d','\xb6','\x4c','\x8d','\x16','\x7f','\x8d','\x1e','\x4c','\x8e','\x1e','\x0c','\x0c','\x06','\x0c','\x4c','\x06','\xff','\xec','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x1e','\x0c','\x0c','\x0c','\x3b','\x80','\xe0','\x33','\x00','\xc0','\x33','\x40','\xc0','\xff','\xe0','\xc0','\x33','\x00','\xc0','\x33','\x08','\xc4','\x3f','\x0f','\xfe','\x0c','\x08','\xc4','\x4c','\x88','\xc4','\x7f','\xc8','\xc4','\x4c','\x88','\xc4','\x4c','\x88','\xc4','\x4c','\x88','\xc4','\x4c','\xbf','\xff','\x7f','\x81','\xa0','\x4c','\x81','\xa0','\x0c','\x01','\xa0','\x0c','\x43','\x10','\xff','\xe3','\x10','\x0c','\x02','\x18','\x0c','\x06','\x0c','\x0c','\x04','\x0f','\x0c','\x08','\x06','\x0c','\x30','\x06','\x1d','\xc0','\x00','\x19','\x82','\x0c','\x19','\xa3','\xfe','\xff','\xf3','\x0c','\x19','\x83','\x0c','\x19','\x83','\x0c','\x1f','\x83','\x0c','\x06','\x03','\x0c','\x46','\x63','\x0c','\x7f','\xf3','\xfc','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x66','\x63','\x0c','\x7f','\xe3','\x0c','\x66','\x63','\x0c','\x06','\x03','\xfc','\x06','\x63','\x0c','\xff','\xf0','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x06','\x06','\x0f','\xff','\x06','\x00','\x00','\x3b','\x80','\xe0','\x33','\x00','\xc0','\x33','\x40','\xc0','\xff','\xe0','\xc0','\x33','\x10','\xc6','\x33','\x1f','\xff','\x3f','\x18','\xc6','\x0c','\x18','\xc4','\x4c','\x98','\xc8','\x7f','\xd8','\xc0','\x4c','\x98','\xcc','\x4c','\x9f','\xfe','\x4c','\x9a','\x0c','\x4c','\x9a','\x0c','\x7f','\x99','\x18','\x4c','\x99','\x18','\x0c','\x18','\xb0','\x0c','\x58','\xe0','\xff','\xf0','\x40','\x0c','\x10','\xe0','\x0c','\x31','\xb8','\x0c','\x23','\x1f','\x0c','\x46','\x0e','\x0c','\x18','\x06','\x1d','\xc0','\xe0','\x19','\x80','\xc0','\x19','\xa0','\xc0','\xff','\xf0','\xc0','\x19','\x80','\xc6','\x19','\x9f','\xff','\x1f','\x80','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc0','\x7f','\xf0','\xc0','\x66','\x60','\xcc','\x66','\x6f','\xfe','\x66','\x61','\xd0','\x66','\x61','\xd0','\x7f','\xe1','\xd0','\x66','\x63','\xc8','\x06','\x03','\xc8','\x06','\x62','\xcc','\xff','\xf6','\xcc','\x06','\x04','\xc7','\x06','\x08','\xc6','\x06','\x10','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x3b','\x80','\x06','\x33','\x1f','\xff','\x33','\x40','\xc0','\xff','\xe0','\xc0','\x33','\x00','\xc0','\x33','\x00','\xc0','\x3f','\x08','\xc6','\x0c','\x0f','\xff','\x4c','\x8c','\xc6','\x7f','\xcc','\xc6','\x4c','\x8c','\xc6','\x4c','\x8c','\xa6','\x4c','\x8d','\xb6','\x4c','\x8d','\x16','\x7f','\x8d','\x1e','\x4c','\x8e','\x1e','\x0c','\x0c','\x06','\x0c','\x4c','\x06','\xff','\xec','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x06','\x0c','\x0c','\x1e','\x0c','\x0c','\x0c','\x1d','\xc0','\xe0','\x19','\x80','\xc0','\x19','\xa0','\xc0','\xff','\xf0','\xcc','\x19','\x8f','\xfe','\x19','\x80','\xc0','\x1f','\x80','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc6','\x7f','\xff','\xff','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\xe0','\x66','\x60','\xc0','\x7f','\xe0','\xcc','\x66','\x6f','\xfe','\x06','\x00','\xc0','\x06','\x60','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc6','\x06','\x1f','\xff','\x06','\x00','\x00','\x00','\x10','\x60','\x01','\x9f','\xf0','\xff','\xd8','\x60','\x0c','\x1c','\x62','\x0c','\x1b','\x62','\x0c','\x11','\x63','\x0f','\xa0','\x7f','\xfc','\x40','\x3e','\x60','\x00','\x00','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x01','\x81','\x80','\x01','\xff','\x80','\x00','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x18','\x00','\x1d','\xc0','\xe0','\x19','\x80','\xc0','\x19','\xa0','\xc0','\xff','\xf0','\xcc','\x19','\x80','\xfe','\x19','\x80','\xc0','\x1f','\x80','\xc0','\x06','\x00','\xc0','\x46','\x60','\xc6','\x7f','\xef','\xff','\x66','\x60','\x00','\x66','\x60','\x00','\x66','\x60','\x06','\x66','\x6f','\xff','\x7f','\xe0','\xc0','\x66','\x60','\xc0','\x06','\x00','\xf0','\x06','\x60','\xcc','\xff','\xf0','\xc6','\x06','\x00','\xc6','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x1d','\xc0','\x70','\x19','\x80','\x60','\x19','\xa0','\x64','\xff','\xf1','\x66','\x19','\x8f','\xec','\x19','\x81','\x70','\x1f','\x81','\x70','\x06','\x02','\x68','\x46','\x62','\x6c','\x7f','\xe4','\x67','\x66','\x68','\x62','\x66','\x61','\xe0','\x66','\x60','\xc0','\x66','\x64','\x0c','\x7f','\xe7','\xfe','\x66','\x66','\x0c','\x06','\x06','\x0c','\x06','\x66','\x0c','\xff','\xf7','\xfc','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x3b','\x88','\x18','\x33','\x0f','\xfc','\x33','\x4c','\x18','\xff','\xec','\x18','\x33','\x0f','\xf8','\x33','\x0c','\x18','\x3f','\x0c','\x18','\x0c','\x0c','\x18','\x4c','\x8f','\xf8','\x7f','\xc3','\x00','\x4c','\x86','\x00','\x4c','\x84','\x06','\x4c','\x8f','\xff','\x4c','\x98','\x06','\x7f','\xac','\x86','\x4c','\x89','\xc6','\x0c','\x0e','\x06','\x0c','\x48','\x46','\xff','\xe8','\x66','\x0c','\x0f','\xe6','\x0c','\x07','\xce','\x0c','\x00','\x0c','\x0c','\x00','\x7c','\x0c','\x00','\x18','\x33','\x02','\x38','\x22','\x0f','\x30','\x22','\x38','\x30','\xff','\x88','\x30','\x22','\x08','\x32','\x22','\x08','\xb3','\x3e','\x08','\xb6','\x08','\x7f','\xb4','\x49','\x08','\xb8','\x7f','\x89','\xb0','\x49','\x09','\xb0','\x49','\x19','\x30','\x49','\x1c','\x30','\x49','\x1a','\x28','\x7f','\x3b','\x28','\x49','\x29','\x28','\x08','\x28','\x28','\x08','\x48','\x68','\xff','\x88','\x44','\x08','\x08','\x44','\x08','\x08','\x46','\x08','\x08','\x86','\x08','\x08','\x83','\x08','\x09','\x02','\x3b','\x80','\x18','\x33','\x0f','\xfc','\x33','\x40','\x10','\xff','\xe3','\x20','\x33','\x00','\xc0','\x33','\x00','\x46','\x3f','\x1f','\xff','\x0c','\x02','\xc6','\x4c','\x86','\xc4','\x7f','\xc4','\xc8','\x4c','\x88','\xc0','\x4c','\x90','\xc0','\x4c','\xa0','\x00','\x4c','\x80','\xc0','\x7f','\x80','\xc6','\x4c','\x9f','\xff','\x0c','\x01','\xd0','\x0c','\x41','\xd0','\xff','\xe3','\xc8','\x0c','\x02','\xcc','\x0c','\x04','\xcf','\x0c','\x08','\xc6','\x0c','\x30','\xc6','\x0c','\x00','\xc0','\x1d','\xc3','\x9c','\x19','\x83','\x18','\x19','\xa3','\x1a','\xff','\xff','\xff','\x19','\x83','\x18','\x19','\x83','\x18','\x1f','\x80','\xc0','\x06','\x00','\xc0','\x46','\x61','\xa0','\x7f','\xe3','\x18','\x66','\x66','\x0f','\x66','\x78','\x06','\x66','\x61','\xf0','\x66','\x60','\x00','\x7f','\xe0','\x00','\x66','\x64','\x0c','\x06','\x07','\xfe','\x06','\x66','\x0c','\xff','\xf6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\x06','\x06','\x0c','\x3b','\x83','\x9c','\x33','\x03','\x18','\x33','\x23','\x18','\xff','\xff','\xff','\x33','\x03','\x18','\x33','\x03','\x18','\x3f','\x10','\x00','\x0c','\x1f','\xff','\x4c','\x98','\x00','\x7f','\xd8','\x00','\x4c','\x9b','\xfe','\x4c','\x9a','\x22','\x4c','\x9a','\x22','\x4c','\x9a','\x22','\x7f','\x9b','\xfe','\x4c','\x9a','\x22','\x0c','\x1a','\x22','\x0c','\xd2','\x22','\xff','\xf3','\xfe','\x0c','\x12','\x22','\x0c','\x22','\x22','\x0c','\x22','\x22','\x0c','\x42','\x2e','\x0c','\x02','\x26','\x3b','\x80','\x30','\x33','\x20','\x20','\x33','\x13','\xfe','\xff','\xd8','\x20','\x33','\x18','\x20','\x33','\x07','\xff','\x3f','\x00','\x04','\x0c','\x01','\x06','\x4c','\x80','\x84','\x7f','\x80','\x88','\x4c','\x93','\xfe','\x4c','\xf8','\x20','\x4c','\x90','\x20','\x4c','\x93','\xfe','\x7f','\x90','\x20','\x4c','\x10','\x20','\x0c','\x17','\xff','\x0c','\x90','\x20','\xff','\xd0','\x20','\x0c','\x10','\x20','\x0c','\x38','\x00','\x0c','\xe7','\xff','\x0c','\x61','\xfe','\x0c','\x40','\x00','\x33','\x00','\x06','\x22','\x4f','\xff','\x22','\x20','\x90','\xff','\xb0','\x90','\x22','\x37','\xfe','\x22','\x04','\x92','\x3e','\x04','\x92','\x08','\x07','\xfe','\x49','\x00','\x80','\x7f','\x8f','\xff','\x49','\x21','\x08','\x49','\xf2','\x04','\x49','\x27','\xf7','\x49','\x28','\x12','\x7f','\x20','\x10','\x49','\x23','\xf0','\x08','\x22','\x04','\x08','\x22','\x06','\xff','\xa1','\xfe','\x08','\x20','\x00','\x08','\x70','\x00','\x09','\xcf','\xff','\x08','\xc3','\xfe','\x08','\x80','\x00','\x3b','\x87','\x1c','\x33','\x06','\x18','\x33','\x3f','\xff','\xff','\xc6','\x18','\x33','\x06','\x18','\x33','\x00','\x00','\x3f','\x1f','\xfe','\x0c','\x12','\x22','\x4c','\x92','\x22','\x7f','\xdf','\xfe','\x4c','\x80','\x08','\x4c','\x80','\x64','\x4c','\x90','\x64','\x4c','\x9f','\xff','\x7f','\x98','\x60','\x4c','\x98','\x64','\x0c','\x18','\x26','\x0c','\x5f','\x2c','\xff','\xf8','\x38','\x0c','\x18','\x12','\x0c','\x10','\x3a','\x0c','\x30','\x6e','\x0c','\x21','\x87','\x0c','\x46','\x03','\x00','\x70','\x00','\x00','\x60','\x00','\x00','\x60','\x60','\x1f','\xff','\xf0','\x00','\xc0','\x60','\x00','\xc0','\x66','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x06','\x00','\x00','\x06','\x18','\x3f','\xff','\xfc','\x06','\x06','\x00','\x06','\x06','\x00','\x06','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x00','\x06','\x00','\x0e','\x00','\x0c','\x0c','\x00','\x7e','\x7f','\xcf','\xe0','\x18','\xc0','\x84','\x18','\xc8','\x47','\x18','\xc4','\x46','\xff','\xf4','\x66','\x00','\x06','\x64','\x00','\x06','\x0c','\x3f','\xc0','\x08','\x20','\x41','\x00','\x20','\x4b','\x86','\x3f','\xce','\x3f','\x03','\x0c','\x06','\x03','\x0c','\x06','\x7f','\xcd','\x06','\x23','\x0f','\x9e','\x23','\x0c','\x06','\x23','\x0c','\x06','\xff','\xec','\x06','\x03','\x0c','\x06','\x03','\x0f','\xfe','\x03','\x0c','\x06','\x03','\x0c','\x06','\x00','\xe3','\x80','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x0c','\x7f','\xc3','\xfe','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x18','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x00','\x00','\xc3','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x82','\x00','\x7e','\x67','\x7c','\x12','\x24','\x48','\x32','\x18','\x48','\x2e','\x18','\x74','\x44','\x18','\xc7','\x80','\x00','\x02','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x24','\x18','\x19','\xe7','\x98','\x18','\x24','\x18','\x19','\xe7','\x98','\x18','\x24','\x18','\x11','\xe7','\x98','\x30','\x24','\x18','\x20','\x24','\x18','\x43','\xff','\xd8','\x80','\x00','\x18','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x82','\x06','\x7e','\x67','\x7c','\x12','\x24','\x48','\x32','\x18','\x48','\x22','\x18','\x44','\x4e','\x19','\xe7','\x84','\x18','\x82','\x00','\x00','\x00','\x00','\xc3','\x08','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x08','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x08','\x3f','\xc3','\xfc','\x00','\xc3','\x00','\x00','\xc3','\x02','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x30','\x1f','\xff','\xf8','\x02','\x00','\x80','\x01','\x80','\xc0','\x00','\x81','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x03','\x00','\x01','\x03','\x02','\x01','\xc3','\x02','\x03','\x83','\x02','\x07','\x03','\x03','\x1c','\x03','\xff','\xe0','\x01','\xfe','\x07','\x00','\x00','\x06','\x00','\x06','\x06','\x6f','\xff','\x7f','\xf1','\x86','\x00','\x81','\x86','\x20','\xe1','\x86','\x10','\xc3','\x06','\x19','\x83','\x0e','\x19','\x02','\x0c','\x02','\x66','\x7c','\xff','\xf4','\x18','\x00','\x08','\x00','\x20','\xc0','\x00','\x3f','\xe4','\x0c','\x30','\xc7','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x3f','\xc7','\xfc','\x30','\xc6','\x0c','\x30','\x06','\x0c','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x63','\x00','\x7f','\xf3','\x00','\x00','\x83','\x00','\x20','\xe3','\x06','\x10','\xc3','\xff','\x19','\x82','\x06','\x19','\x06','\x06','\x02','\x64','\x06','\xff','\xf4','\x46','\x00','\x0b','\xe6','\x20','\xc0','\x06','\x3f','\xe0','\x06','\x30','\xc0','\x06','\x30','\xc0','\xe6','\x30','\xc7','\x8e','\x3f','\xc2','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x0c','\x30','\xc0','\x1c','\x3f','\xc0','\x18','\x30','\xc0','\xf8','\x30','\x00','\x30','\x0e','\x00','\x06','\x0c','\x1f','\xff','\x0c','\x00','\xc0','\x0c','\xc0','\x80','\xff','\xe9','\x0c','\x00','\x0f','\xfe','\x00','\x0c','\x0c','\x23','\x0c','\x0c','\x3f','\x8c','\x0c','\x33','\x0f','\xfc','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x0f','\xfc','\x33','\x0c','\x0c','\x33','\x0c','\x0c','\x33','\x2c','\x0c','\x23','\x4c','\x0c','\x23','\x8f','\xfc','\x67','\x02','\x00','\x42','\x03','\x98','\x80','\x07','\x06','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x00','\x06','\x01','\x1f','\xff','\x21','\x00','\xc0','\x39','\x00','\x80','\x30','\x85','\x0c','\x30','\x87','\xfe','\x30','\xc6','\x0c','\x20','\xc6','\x0c','\x60','\x66','\x0c','\x48','\x77','\xfc','\x4e','\x26','\x0c','\x8c','\x06','\x0c','\x0c','\x06','\x0c','\x08','\x07','\xfc','\x09','\x06','\x0c','\x18','\x86','\x0c','\x10','\xc6','\x0c','\x10','\x46','\x0c','\x13','\xe7','\xfc','\xfe','\x62','\x00','\x70','\x63','\x98','\x40','\x07','\x06','\x00','\x0c','\x03','\x00','\x30','\x03','\x00','\x60','\x06','\xff','\xf7','\xff','\x00','\x00','\x60','\x44','\x40','\x40','\x66','\x64','\x86','\x66','\x67','\xff','\x44','\x46','\x06','\x88','\x86','\x06','\x88','\x86','\x06','\x44','\x47','\xfe','\x22','\x26','\x06','\x33','\x36','\x06','\x33','\x36','\x06','\x00','\x07','\xfe','\x00','\x66','\x06','\xff','\xf6','\x06','\x06','\x06','\x06','\x06','\x06','\x06','\x06','\x07','\xfe','\x06','\x32','\x00','\x07','\xc3','\x88','\xfe','\x07','\x06','\x78','\x0c','\x03','\x40','\x30','\x03','\x00','\x00','\x06','\x40','\x6f','\xff','\x7f','\xf0','\x60','\x61','\x80','\x40','\x61','\x84','\x86','\x61','\x87','\xff','\x65','\xa6','\x06','\x65','\xf6','\x06','\x64','\x66','\x06','\x64','\x67','\xfe','\x64','\x66','\x06','\x64','\x66','\x06','\x64','\x66','\x06','\x64','\x67','\xfe','\x65','\xe6','\x06','\x65','\xa6','\x06','\x61','\x86','\x06','\x61','\x86','\x06','\x61','\x87','\xfe','\x61','\x82','\x00','\x7f','\xf3','\x88','\x60','\x03','\x06','\x60','\x06','\x03','\x00','\x18','\x03','\x07','\x00','\x06','\x06','\x1f','\xff','\x06','\x00','\x60','\x06','\x00','\x40','\x06','\x64','\x8c','\xff','\xf7','\xfe','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x06','\xc7','\xfc','\x7f','\xe6','\x0c','\x00','\x06','\x0c','\x00','\x06','\x0c','\x20','\xc7','\xfc','\x3f','\xe6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x30','\xc2','\x00','\x3f','\xc3','\x88','\x30','\xc7','\x06','\x30','\x0c','\x03','\x00','\x30','\x03','\x06','\x00','\x06','\x06','\x1f','\xff','\x0d','\x00','\x60','\x0c','\xc0','\x40','\x18','\x64','\x8c','\x10','\x37','\xfe','\x2f','\xb6','\x0c','\x40','\x06','\x0c','\x80','\xc6','\x0c','\x3f','\xe7','\xfc','\x00','\xc6','\x0c','\x01','\x86','\x0c','\x01','\x06','\x0c','\x02','\x07','\xfc','\x20','\xc6','\x0c','\x3f','\xe6','\x0c','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\xc7','\xfc','\x30','\xc2','\x00','\x3f','\xc3','\x88','\x30','\xc7','\x06','\x30','\x0c','\x03','\x00','\x30','\x03','\x00','\xc0','\x06','\x07','\xef','\xff','\x7e','\x00','\x60','\x06','\x00','\x40','\x06','\x04','\x8c','\x06','\x67','\xfe','\xff','\xf6','\x0c','\x0e','\x06','\x0c','\x1f','\x06','\x0c','\x16','\xc7','\xfc','\x36','\x66','\x0c','\x26','\x36','\x0c','\x46','\x36','\x0c','\xbf','\x87','\xfc','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x86','\x0c','\x31','\x96','\x0c','\x31','\xe7','\xfc','\x21','\xc2','\x00','\x23','\x83','\x88','\x61','\x07','\x06','\x40','\x0c','\x03','\x80','\x30','\x03','\x40','\x20','\x06','\x7f','\xff','\xff','\x46','\x20','\x60','\x46','\x20','\x40','\x46','\x24','\x8c','\x7f','\xe7','\xfe','\x46','\x26','\x0c','\x46','\x26','\x0c','\x46','\x26','\x0c','\x46','\x27','\xfc','\x7f','\xe6','\x0c','\x46','\x26','\x0c','\x06','\x06','\x0c','\x06','\x07','\xfc','\xff','\xf6','\x0c','\x0e','\x06','\x0c','\x1f','\x06','\x0c','\x1e','\xc6','\x0c','\x36','\x67','\xfc','\x26','\x62','\x00','\x46','\x03','\x88','\x86','\x07','\x06','\x06','\x0c','\x03','\x06','\x30','\x03','\x03','\x80','\x06','\x03','\x17','\xff','\x7f','\xf8','\x30','\x00','\x40','\x20','\x0e','\xc2','\x46','\x01','\x83','\xff','\x03','\x63','\x06','\x0c','\x23','\x06','\x20','\x03','\x06','\x3f','\xfb','\xfe','\x30','\x03','\x06','\x30','\x43','\x06','\x30','\xe3','\x06','\x31','\x83','\xfe','\x36','\x43','\x06','\x30','\x63','\x06','\x30','\xc3','\x06','\x21','\x83','\x06','\x26','\x23','\xfe','\x60','\x71','\x00','\x40','\xe1','\xc8','\x41','\x83','\x86','\x86','\x06','\x03','\x18','\x18','\x03','\x00','\x00','\x06','\x40','\x37','\xff','\x7f','\xf8','\x30','\x62','\x30','\x20','\x62','\x32','\x46','\x62','\x33','\xff','\x7f','\xf3','\x06','\x62','\x33','\x06','\x62','\x33','\x06','\x62','\x33','\xfe','\x62','\x33','\x06','\x7f','\xf3','\x06','\x60','\x33','\x06','\x02','\x03','\xfe','\x01','\x83','\x06','\x0c','\x83','\x06','\x2c','\x33','\x06','\x2c','\x1b','\x06','\x6c','\x5b','\xfe','\x6c','\x41','\x00','\xcc','\x61','\xc8','\xcf','\xe1','\x86','\x07','\xc3','\x03','\x00','\x0c','\x03','\x07','\x00','\x06','\x06','\x2f','\xff','\xff','\xf0','\x60','\x00','\x00','\x40','\x7f','\xe4','\x8c','\x40','\x27','\xfe','\x4f','\x26','\x0c','\x49','\x26','\x0c','\x49','\x26','\x0c','\x4f','\x27','\xfc','\x40','\x26','\x0c','\x7f','\xe6','\x0c','\x00','\x06','\x0c','\x3f','\xc7','\xfc','\x20','\x46','\x0c','\x20','\x46','\x0c','\x3f','\xc6','\x0c','\x20','\x46','\x0c','\x20','\x47','\xfc','\x3f','\xc2','\x00','\x00','\x03','\x88','\xff','\xf3','\x06','\x00','\x06','\x03','\x00','\x18','\x03','\x40','\x30','\x06','\x7f','\xff','\xff','\x60','\x30','\x60','\x60','\x30','\x40','\x7f','\xf2','\x46','\x60','\x33','\xff','\x60','\x33','\x06','\x7f','\xf3','\x06','\x10','\x43','\x06','\x18','\x63','\xfe','\xb2','\xc3','\x06','\x41','\x03','\x06','\x6d','\xb3','\x06','\x18','\x63','\xfe','\x10','\x43','\x06','\x24','\x93','\x06','\xff','\xfb','\x06','\x62','\x8b','\x06','\x00','\x03','\xfe','\x29','\x21','\x00','\x24','\x99','\xc8','\x64','\x89','\x86','\xc4','\x83','\x03','\xc0','\x0c','\x03','\x03','\x00','\x02','\x33','\xef','\xff','\x33','\x00','\x40','\x33','\x03','\xfc','\xff','\xfa','\x04','\x02','\x03','\xfc','\x12','\x62','\x04','\x32','\x1b','\xfc','\xc6','\xca','\x04','\x03','\x83','\xfc','\x06','\x20','\x80','\x38','\x31','\x88','\xc0','\x42','\x06','\x0f','\xff','\xe2','\x08','\x10','\x20','\x0f','\xff','\xe0','\x08','\x10','\x20','\x08','\x10','\x20','\x0f','\xff','\xe0','\x00','\x80','\x00','\x01','\x06','\x06','\xff','\xff','\xff','\x00','\x06','\x00','\x00','\x06','\x00','\x03','\x80','\x06','\x03','\x13','\xff','\x03','\xf8','\x30','\x23','\x00','\x20','\x3f','\xfd','\x26','\x32','\x09','\xff','\x33','\xd1','\x86','\x3e','\x09','\x86','\x31','\xf9','\x86','\x30','\x01','\xfe','\x37','\xf1','\x86','\x34','\x91','\x86','\x34','\x91','\x86','\x37','\xf1','\xfe','\x24','\x91','\x86','\x24','\x91','\x86','\x27','\xf1','\x86','\x60','\x01','\x86','\x5f','\xf9','\xfe','\x52','\x48','\x80','\x92','\x48','\xe8','\x12','\x7c','\xc6','\x7f','\xc1','\x83','\x3c','\x06','\x03','\x18','\x60','\x06','\x10','\x43','\xff','\xff','\xfc','\x20','\x10','\x40','\x20','\x10','\x42','\x46','\x7d','\xf3','\xff','\x45','\x13','\x06','\x45','\x13','\x06','\x7d','\xf3','\x06','\x00','\x03','\xfe','\x11','\x03','\x06','\x19','\x93','\x06','\x3f','\xfb','\x06','\x31','\x03','\xfe','\x71','\x23','\x06','\xbf','\xf3','\x06','\x31','\x03','\x06','\x31','\x23','\x06','\x3f','\xf3','\xfe','\x31','\x01','\x00','\x31','\x01','\xc8','\x31','\x11','\x86','\x3f','\xfb','\x03','\x30','\x04','\x03','\x00','\x30','\x06','\x7f','\xfb','\xff','\x08','\x40','\x20','\x0f','\xc0','\x20','\x08','\x41','\x46','\x08','\x41','\xff','\x0f','\xc1','\x86','\x08','\x41','\x86','\x08','\x79','\x86','\x7f','\xc1','\xfe','\x38','\x41','\x86','\x00','\x41','\x86','\xff','\xfd','\x86','\x24','\x91','\xfe','\x24','\x91','\x86','\x3c','\xf1','\x86','\x24','\x91','\x86','\x24','\x91','\x86','\x3c','\xf1','\xfe','\x24','\x90','\x80','\x24','\x90','\xc8','\xff','\xf0','\xc6','\x65','\x91','\x83','\x04','\x12','\x03','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x30','\x00','\x00','\x3f','\x80','\x00','\x30','\xf0','\x00','\x30','\x30','\x00','\x30','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\x00','\x30','\x18','\x06','\x30','\x18','\x3f','\x30','\x1b','\xf0','\x30','\x18','\x30','\x30','\x19','\xff','\x30','\x19','\x31','\x30','\x19','\x31','\x10','\x19','\xff','\x12','\x10','\x30','\x1a','\x30','\x32','\x0a','\x20','\x31','\x0e','\x27','\xfe','\x86','\x43','\xe0','\xc7','\x82','\x00','\xc3','\x0e','\x20','\x08','\x0c','\x3f','\xfc','\x0c','\x20','\x08','\x0c','\x20','\x48','\x0c','\xa1','\xe8','\xff','\xef','\x08','\x00','\x21','\x08','\x02','\x21','\x08','\x43','\xa1','\x08','\x23','\x2f','\xe8','\x23','\x29','\x28','\x23','\x29','\x28','\x32','\x29','\x28','\x32','\x29','\x28','\x32','\x2f','\xe8','\x04','\x21','\x08','\x04','\x21','\x0a','\x03','\x61','\x0a','\x1c','\x41','\x4a','\xf8','\x41','\x2e','\x60','\x5f','\xe6','\x40','\x8e','\x36','\x00','\x88','\x33','\x01','\x00','\x03','\x20','\x08','\x40','\x3f','\xfc','\x70','\x20','\x08','\x60','\x20','\x48','\x40','\x21','\xe8','\xc0','\x2f','\x08','\x84','\x21','\x08','\x82','\x21','\x0b','\xff','\x21','\x09','\xe3','\x2f','\xe9','\x00','\x29','\x28','\x00','\x29','\x29','\xfe','\x29','\x29','\x86','\x29','\x29','\x86','\x2f','\xe9','\x86','\x21','\x09','\x86','\x21','\x05','\xfe','\x21','\x05','\x86','\x21','\x24','\x00','\x21','\x12','\x02','\x7f','\xf3','\x02','\x4f','\x19','\xc3','\x48','\x18','\xff','\x80','\x00','\x3e','\x20','\x09','\x04','\x3f','\xfd','\xfe','\x20','\x09','\x04','\x20','\x49','\x04','\x21','\xe9','\xfc','\x2f','\x09','\x04','\x21','\x09','\x04','\x21','\x09','\xfc','\x21','\x09','\x04','\x2f','\xe9','\x04','\x29','\x29','\xfc','\x29','\x28','\x00','\x29','\x28','\x02','\x29','\x2f','\xff','\x2f','\xe8','\x00','\x21','\x08','\x88','\x21','\x04','\xc4','\x21','\x04','\x86','\x21','\x25','\x06','\x21','\x12','\x00','\x7f','\xf3','\x02','\x4f','\x19','\xc3','\x48','\x18','\xff','\x80','\x00','\x3e','\x00','\x08','\x08','\xff','\xff','\xfc','\x09','\x08','\x08','\x09','\x08','\x48','\x7f','\xe8','\xe8','\x49','\x2b','\x88','\x49','\x28','\x88','\x49','\x28','\x88','\x7f','\xeb','\xe8','\x00','\x0a','\xa8','\x00','\x0a','\xa8','\x3f','\xca','\xa8','\x00','\x0a','\xa8','\x00','\x0a','\xa8','\xff','\xfb','\xe8','\x06','\x08','\x88','\x26','\x08','\x8a','\x36','\x88','\x8a','\x26','\x48','\xaa','\x66','\x48','\xae','\x46','\x58','\xf6','\x86','\x17','\x96','\x1e','\x12','\x03','\x0c','\x20','\x03','\x20','\x20','\x06','\x3f','\xff','\xff','\x20','\x20','\x90','\x21','\x20','\x90','\x23','\xa7','\xfe','\x2e','\x24','\x92','\x22','\x24','\x92','\x22','\x27','\xfe','\x2f','\xa0','\x00','\x2a','\xa3','\xfc','\x2a','\xa0','\x00','\x2a','\xa0','\x02','\x2a','\xaf','\xff','\x2a','\xa0','\x60','\x2f','\xa2','\x68','\x22','\x23','\x64','\x22','\x12','\x66','\x22','\x14','\x62','\x22','\x91','\xe0','\x22','\x48','\xc2','\x7f','\xcc','\x02','\x4e','\x67','\x03','\x48','\x63','\xff','\x80','\x00','\xfe','\x0e','\x88','\x08','\x0c','\xcf','\xfc','\x0c','\x48','\x08','\x0c','\x08','\x48','\x7f','\xe8','\xe8','\x0d','\x0b','\x88','\x09','\x88','\x88','\x18','\xc8','\x88','\x10','\xfb','\xe8','\x20','\x6a','\xa8','\x40','\x0a','\xa8','\x08','\x4a','\xa8','\x25','\x2a','\xa8','\x25','\x2a','\xa8','\x21','\x0b','\xe8','\xff','\xf8','\x88','\x21','\x08','\x8a','\x21','\x08','\x8a','\x31','\x88','\xaa','\x29','\x68','\xae','\x6b','\x38','\xf6','\x42','\x17','\x96','\x42','\x12','\x03','\x84','\x20','\x03','\x03','\x00','\xe0','\x03','\x00','\xc0','\x06','\x80','\xc0','\x06','\x60','\xc4','\x0c','\x30','\xde','\x1b','\x30','\xf8','\x13','\x0f','\xc0','\x3f','\xe0','\xc0','\x58','\x60','\xc0','\x98','\x6c','\xcc','\x1f','\xec','\xcc','\x18','\x6c','\xcc','\x18','\x6c','\xcc','\x18','\x6c','\xcc','\x1f','\xec','\xcc','\x18','\x0f','\xfc','\x18','\x0c','\xcc','\x18','\x80','\xc0','\x18','\x40','\xc0','\x18','\x60','\xc2','\x19','\xb0','\xc2','\x7e','\x30','\xc3','\x38','\x00','\xff','\x20','\x00','\x7e','\x03','\x00','\x18','\x03','\x00','\x7c','\x06','\x81','\xe0','\x06','\x6f','\xc0','\x0c','\x30','\xc0','\x1b','\x30','\xc0','\x13','\x00','\xc0','\x3f','\xe0','\xc0','\x58','\x60','\xc0','\x98','\x60','\xc6','\x1f','\xff','\xff','\x18','\x61','\xa0','\x18','\x61','\xa0','\x18','\x61','\xa0','\x1f','\xe1','\xa0','\x18','\x01','\x10','\x18','\x83','\x10','\x18','\x43','\x10','\x18','\x62','\x18','\x19','\xb2','\x08','\x1e','\x34','\x0c','\x7c','\x04','\x0f','\x30','\x08','\x06','\x20','\x10','\x06','\x03','\x00','\xe0','\x03','\x00','\xc0','\x06','\x80','\xc0','\x06','\x60','\xc6','\x0c','\x3f','\xff','\x1b','\x30','\x00','\x13','\x04','\x10','\x3f','\xe7','\x0c','\x58','\x66','\x06','\x98','\x6c','\x07','\x1f','\xe8','\x23','\x18','\x72','\x38','\x18','\x62','\x30','\x18','\x62','\x30','\x1f','\xe1','\x60','\x18','\x01','\x60','\x18','\x80','\xc0','\x18','\x40','\xc0','\x18','\x61','\xa0','\x19','\xb1','\x30','\x1e','\x33','\x18','\x7c','\x02','\x1f','\x30','\x04','\x0e','\x20','\x18','\x06','\x03','\x00','\x80','\x03','\x00','\xe0','\x06','\x80','\xc0','\x06','\x40','\x80','\x0c','\x61','\x80','\x1b','\x69','\x06','\x13','\x0f','\xff','\x3f','\xcc','\x06','\x58','\xcc','\x06','\x98','\xcc','\x06','\x1f','\xcd','\xe6','\x18','\xcd','\x26','\x18','\xcd','\x26','\x18','\xcd','\x26','\x1f','\xcd','\x26','\x18','\x0d','\x26','\x18','\x0d','\xe6','\x19','\x0c','\x06','\x18','\x8c','\x06','\x18','\xcc','\x06','\x19','\x6c','\x06','\x7e','\x6c','\x06','\x38','\x0c','\x3e','\x20','\x0c','\x0c','\x03','\x00','\x18','\x03','\x00','\x7c','\x06','\x81','\xe0','\x06','\x4e','\x04','\x0c','\x61','\x07','\x1b','\x68','\x86','\x13','\x04','\xcc','\x3f','\xc6','\xcc','\x58','\xc6','\x08','\x98','\xc0','\x10','\x1f','\xc1','\x80','\x18','\xc1','\x86','\x18','\xdf','\xff','\x18','\xc3','\x18','\x1f','\xc3','\x18','\x18','\x06','\x18','\x18','\x06','\x30','\x19','\x0d','\x30','\x18','\x8c','\xe0','\x18','\xc0','\x70','\x19','\x60','\xd8','\x7e','\x61','\x8c','\x38','\x03','\x06','\x20','\x0c','\x06','\x06','\x00','\xe8','\x06','\x00','\xc6','\x0d','\x00','\xc2','\x0c','\xdf','\xff','\x18','\x60','\xc0','\x36','\x60','\xc0','\x26','\x10','\xc6','\x7f','\x9f','\xff','\xb1','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x98','\xc6','\x31','\x9f','\xfe','\x31','\x98','\xc6','\x31','\x98','\xc6','\x3f','\x98','\xc6','\x30','\x18','\xc6','\x30','\x1f','\xfe','\x32','\x18','\xc6','\x31','\x18','\xc6','\x31','\x98','\xc6','\x36','\xd8','\xc6','\xf8','\xd8','\xc6','\x60','\x18','\xde','\x40','\x18','\xcc','\x06','\x00','\xc0','\x06','\x00','\xc0','\x0d','\x01','\xa0','\x0c','\xc1','\xa0','\x18','\x63','\x10','\x36','\x62','\x18','\x26','\x06','\x0c','\x7f','\xc4','\x0f','\xb0','\xcb','\xf6','\x30','\xd0','\xc0','\x3f','\xc0','\xc0','\x30','\xc0','\xc6','\x30','\xdf','\xff','\x30','\xc0','\xc0','\x3f','\xc0','\xc0','\x30','\x08','\xc0','\x31','\x0e','\xd0','\x30','\x8c','\xcc','\x30','\xcc','\xc6','\x33','\xc8','\xc7','\x3c','\xd8','\xc3','\xf8','\x10','\xc3','\x60','\x23','\xc0','\x40','\x01','\x80','\x06','\x01','\x00','\x06','\x01','\xc0','\x0d','\x01','\x80','\x0c','\xc1','\x86','\x18','\x63','\xff','\x36','\x63','\x06','\x26','\x02','\x06','\x7f','\xc6','\x0e','\xb0','\xc4','\x0c','\x30','\xc8','\x7c','\x3f','\xc0','\x18','\x30','\xc0','\x00','\x30','\xc0','\x80','\x30','\xc9','\xc6','\x3f','\xcf','\x1f','\x30','\x0c','\x06','\x30','\x0c','\x06','\x31','\x0c','\x06','\x30','\x8f','\x1e','\x30','\xcc','\x06','\x33','\xcc','\x06','\xfc','\xcc','\x06','\x70','\x0f','\xfe','\x40','\x0c','\x06','\x06','\x07','\x38','\x06','\x06','\x30','\x0d','\x06','\x36','\x0c','\xdf','\xff','\x18','\x66','\x30','\x36','\x66','\x30','\x26','\x00','\x00','\x7f','\xc1','\xc0','\xb0','\xc1','\x80','\x30','\xc1','\x86','\x3f','\xdf','\xff','\x30','\xc3','\x00','\x30','\xc3','\x00','\x30','\xc3','\x0c','\x3f','\xc3','\xfe','\x30','\x03','\x0c','\x31','\x03','\x0c','\x30','\x86','\x0c','\x30','\xc6','\x0c','\x33','\xc4','\x0c','\x3c','\xcc','\x18','\xf8','\x08','\x18','\x60','\x10','\xf8','\x40','\x60','\x30','\x06','\x07','\x30','\x06','\x06','\x10','\x0d','\x06','\x04','\x0c','\xc2','\x3e','\x18','\x63','\xc0','\x36','\x7f','\x08','\x26','\x01','\x10','\x7f','\xc1','\xa2','\xb0','\xc0','\xc2','\x30','\xc3','\x72','\x3f','\xdc','\x1f','\x30','\xc0','\xc7','\x30','\xc6','\x40','\x30','\xc6','\x1e','\x3f','\xc3','\xe0','\x30','\x1e','\x00','\x31','\x03','\x18','\x30','\x81','\x10','\x30','\xc1','\xa0','\x33','\xc0','\xc2','\x3c','\xc1','\x62','\xf8','\x02','\x3a','\x60','\x0c','\x1f','\x40','\x30','\x07','\x06','\x00','\xe0','\x06','\x00','\xc4','\x0d','\x04','\xc6','\x0c','\xc4','\xcc','\x18','\x64','\xc8','\x36','\x6c','\xc0','\x26','\x0c','\xc0','\x7f','\xc1','\xa0','\xb0','\xc1','\x98','\x30','\xc3','\x0c','\x3f','\xc6','\x06','\x30','\xc8','\x06','\x30','\xc0','\xe0','\x30','\xc0','\xc4','\x3f','\xc4','\xc6','\x30','\x04','\xcc','\x30','\x0c','\xc8','\x31','\x18','\xc0','\x30','\x99','\xa0','\x30','\xc1','\x90','\x33','\xc3','\x18','\xfc','\xc2','\x0c','\x70','\x04','\x0f','\x40','\x18','\x06','\x06','\x02','\x08','\x06','\x03','\x8e','\x0d','\x03','\x0c','\x0c','\x82','\x08','\x18','\xc6','\x18','\x36','\xc4','\x92','\x26','\x1f','\xff','\x7f','\x86','\x18','\xb1','\x86','\x18','\x31','\x86','\x18','\x3f','\x86','\x18','\x31','\x86','\x98','\x31','\x87','\x1a','\x31','\x8e','\x7f','\x3f','\xbe','\x18','\x30','\x16','\x18','\x30','\x06','\x18','\x32','\x06','\x18','\x31','\x06','\x18','\x31','\x84','\x18','\x37','\x8c','\x18','\xf9','\x88','\x18','\x60','\x10','\x18','\x40','\x20','\x18','\x06','\x0e','\x46','\x06','\x0c','\x7f','\x0d','\x0c','\x46','\x0c','\x8c','\x46','\x18','\xcd','\x46','\x36','\xff','\xc6','\x26','\x0c','\x46','\x7f','\x8c','\x7e','\xb1','\x8c','\x46','\x31','\x8c','\x46','\x3f','\x8c','\x46','\x31','\x8c','\x46','\x31','\xbe','\x46','\x31','\xa2','\x7e','\x3f','\xa2','\x46','\x30','\x22','\x46','\x30','\x22','\x46','\x32','\x22','\xc6','\x31','\x22','\xc6','\x31','\xbe','\x86','\x37','\xa2','\x86','\xf9','\x81','\x86','\x60','\x01','\x1e','\x40','\x02','\x0c','\x00','\x01','\x80','\x00','\x31','\x80','\x7f','\xfb','\x40','\x06','\x02','\x20','\x0c','\x04','\x30','\x0f','\xe8','\x9c','\x18','\x71','\x0f','\x34','\xc6','\x26','\x45','\x80','\x40','\x03','\x19','\x88','\x0c','\x34','\x10','\x70','\x63','\x20','\x01','\xd8','\xc0','\x07','\x18','\x3f','\x1b','\xff','\xce','\xe3','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc8','\x03','\xff','\xce','\x03','\x04','\x1c','\x03','\x02','\x60','\x03','\x39','\x80','\x7f','\xc0','\x7f','\x3c','\x00','\x1e','\x06','\x00','\x80','\x06','\x00','\xe0','\x0d','\x00','\xc0','\x0c','\xc9','\x06','\x18','\x6f','\xff','\x36','\x6c','\x46','\x26','\x0c','\x46','\x7f','\xcc','\x46','\xb0','\xcf','\xfe','\x30','\xcc','\x46','\x3f','\xcc','\x46','\x30','\xcc','\x46','\x30','\xcf','\xfe','\x30','\xc0','\x60','\x3f','\xc4','\x68','\x30','\x07','\x6c','\x30','\x06','\x68','\x31','\x06','\x6a','\x30','\x86','\x7f','\x30','\xc4','\x69','\x33','\xcc','\x62','\xfc','\xc8','\x63','\x70','\x10','\x7f','\x40','\x20','\x3e','\x06','\x01','\x00','\x06','\x0b','\x86','\x0d','\x0e','\x7f','\x0c','\xcc','\x26','\x18','\x6c','\x26','\x36','\x6c','\x26','\x26','\x0c','\x26','\x7f','\xcd','\x26','\xb0','\xcd','\xa6','\x30','\xce','\xa6','\x3f','\xfc','\x7e','\x30','\xd8','\x4c','\x30','\xc0','\x80','\x30','\xc0','\x00','\x3f','\xcf','\xfe','\x30','\x0c','\x46','\x30','\x0c','\x46','\x31','\x0c','\x46','\x30','\x8f','\xfe','\x30','\xcc','\x46','\x33','\xcc','\x46','\xfc','\xcc','\x46','\x70','\x0f','\xfe','\x40','\x0c','\x06','\x06','\x00','\x00','\x06','\x04','\x18','\x0d','\x07','\xfc','\x0c','\xc6','\x18','\x18','\x66','\x18','\x36','\x66','\x18','\x26','\x07','\xf8','\x7f','\xc6','\x18','\xb0','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x18','\x30','\xc0','\x00','\x30','\xc8','\x04','\x3f','\xcf','\xfe','\x30','\x09','\x24','\x30','\x09','\x24','\x31','\x09','\x24','\x30','\x89','\x24','\x30','\xc9','\x24','\x33','\xc9','\x24','\xfc','\xc9','\x24','\x70','\x3f','\xff','\x40','\x00','\x00','\x06','\x03','\xb8','\x06','\x03','\x30','\x0d','\x03','\x32','\x0c','\xdf','\xff','\x18','\x63','\x30','\x36','\x63','\x30','\x26','\x00','\x00','\x7f','\xcf','\xfc','\xb0','\xc8','\xc4','\x30','\xc8','\xc4','\x3f','\xc8','\xc4','\x30','\xcf','\xfc','\x30','\xc0','\xc0','\x30','\xc0','\xc0','\x3f','\xc0','\xc4','\x30','\x0f','\xfe','\x30','\x00','\xc0','\x31','\x00','\xc4','\x30','\x8f','\xfe','\x30','\xc0','\xc0','\x33','\xc0','\xc0','\xfc','\xc0','\xc2','\x70','\x1f','\xff','\x40','\x00','\x00','\x06','\x04','\x18','\x06','\x07','\xfc','\x0d','\x06','\x18','\x0c','\xc6','\x18','\x18','\x67','\xf8','\x36','\x66','\x18','\x26','\x06','\x18','\x7f','\xc7','\xf8','\xb0','\xc0','\x00','\x30','\xdf','\xfe','\x3f','\xd2','\x22','\x30','\xd2','\x22','\x30','\xdf','\xfe','\x30','\xc0','\x00','\x3f','\xc0','\x0c','\x30','\x1f','\xfe','\x30','\x04','\x0c','\x31','\x02','\x18','\x30','\x83','\x30','\x30','\xc1','\xe0','\x33','\xc0','\xe0','\xfc','\xc1','\xb8','\x70','\x06','\x1f','\x40','\x38','\x06','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x1f','\xfe','\x0c','\x80','\xc0','\x18','\xc0','\xc0','\x36','\xcf','\xfc','\x26','\x00','\x00','\x7f','\x90','\x02','\xb1','\x9f','\xff','\x31','\xb0','\x06','\x3f','\xb7','\xf4','\x31','\x80','\x00','\x31','\x80','\x00','\x31','\x8f','\xf8','\x3f','\x88','\x08','\x30','\x08','\x08','\x30','\x0f','\xf8','\x31','\x00','\x00','\x30','\x88','\x0c','\x30','\xc6','\x18','\x33','\xc2','\x10','\xfc','\xc0','\x26','\x70','\x3f','\xff','\x40','\x00','\x00','\x06','\x00','\xe0','\x06','\x00','\xc0','\x0d','\x0f','\xfc','\x0c','\xc8','\xc4','\x18','\x68','\xc4','\x36','\x6f','\xfc','\x26','\x00','\xc0','\x7f','\xc0','\xc2','\xb0','\xff','\xff','\x30','\xc0','\x00','\x3f','\xcf','\xfc','\x30','\xcc','\x0c','\x30','\xcc','\x0c','\x30','\xcf','\xfc','\x3f','\xcc','\x0c','\x30','\x0c','\x0c','\x30','\x0f','\xfc','\x31','\x0c','\x0c','\x30','\x8c','\x0c','\x30','\xcf','\xfc','\x33','\xc4','\x00','\xfc','\xc7','\x18','\x70','\x0e','\x0e','\x40','\x30','\x06','\x06','\x08','\xc4','\x06','\x0c','\x86','\x0d','\x28','\xac','\x0c','\x90','\x90','\x18','\xda','\x9a','\x36','\xca','\x8a','\x26','\x04','\x84','\x7f','\x88','\x88','\xb1','\x88','\x92','\x31','\x92','\xbf','\x3f','\xbe','\x91','\x31','\x92','\x80','\x31','\x80','\x8c','\x31','\x90','\x84','\x3f','\x9f','\xff','\x30','\x18','\x40','\x30','\x18','\x44','\x32','\x1c','\x66','\x31','\x1b','\x2c','\x31','\x91','\x38','\x37','\x90','\x12','\xf9','\xb0','\x3a','\x60','\x20','\xcf','\x40','\x43','\x03','\x06','\x00','\xe0','\x06','\x00','\xc8','\x0d','\x0f','\xfc','\x0c','\x80','\xc0','\x18','\xc0','\xc4','\x36','\xdf','\xfe','\x26','\x00','\x00','\x7f','\x86','\x0c','\xb1','\x84','\x08','\x31','\x9f','\x3e','\x3f','\x84','\x08','\x31','\x84','\x08','\x31','\x87','\x0a','\x31','\xbc','\x7f','\x3f','\x90','\x00','\x30','\x00','\x00','\x31','\x1f','\xfe','\x30','\x86','\x30','\x30','\xc6','\x30','\x33','\xc6','\x32','\x3c','\xcc','\x32','\xf8','\x0c','\x33','\x60','\x18','\x3f','\x40','\x60','\x1e','\x06','\x02','\x04','\x06','\x3f','\x7e','\x0d','\x02','\x04','\x0c','\x82','\x04','\x18','\xde','\x3c','\x36','\xd0','\x20','\x26','\x11','\x22','\x7f','\x91','\x22','\xb1','\x9f','\xbf','\x31','\x8f','\x1e','\x3f','\x80','\x00','\x31','\x86','\x18','\x31','\x86','\x18','\x31','\x9f','\xfe','\x3f','\x86','\x18','\x30','\x06','\x18','\x30','\x06','\x18','\x32','\x3f','\xff','\x31','\x00','\x00','\x31','\x84','\x20','\x37','\x87','\x18','\xf9','\x86','\x0c','\x60','\x0c','\x0e','\x40','\x30','\x06','\x00','\x00','\xc0','\x3f','\x80','\xfc','\x20','\x88','\xc0','\x20','\x8f','\xff','\x3f','\x8c','\x83','\x00','\x0c','\xe2','\xff','\xef','\x88','\x10','\x08','\x78','\x3f','\x18','\x00','\x01','\x11','\x30','\x03','\x21','\x32','\x1e','\x1b','\x33','\x0c','\x36','\x1f','\x00','\xe1','\xc0','\x03','\x8c','\x7f','\x1f','\xff','\xce','\xe3','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc8','\x03','\xff','\xdc','\x03','\x08','\x30','\x03','\x07','\x80','\x7f','\xf0','\xff','\x3c','\x00','\x1e','\x1c','\x10','\x10','\x18','\x0c','\x38','\x18','\x04','\x20','\x18','\x00','\x44','\x18','\x3f','\xfe','\x19','\x81','\x80','\xff','\xc1','\x00','\x19','\x8a','\x18','\x19','\x8f','\xfc','\x19','\x8c','\x18','\x19','\x8c','\x18','\x19','\x8f','\xf8','\x19','\x8c','\x18','\x19','\x8c','\x18','\x19','\x8f','\xf8','\x19','\x8c','\x18','\x39','\x8c','\x18','\x31','\x8f','\xfa','\x31','\x8c','\x1a','\x31','\x80','\x02','\x21','\x80','\x03','\x61','\xff','\xff','\x40','\xff','\xfe','\x80','\x00','\x00','\x40','\x80','\xe8','\x20','\xc0','\xc4','\x31','\x80','\xc6','\x11','\x00','\xc6','\x02','\x00','\xc0','\xff','\xc0','\xc6','\x0c','\x3f','\xff','\x08','\x00','\xc0','\x51','\x80','\xc0','\x7f','\xde','\xc4','\x61','\x92','\x47','\x61','\x92','\x46','\x61','\x92','\x66','\x7f','\x92','\x6c','\x61','\x92','\x2c','\x61','\x9e','\x28','\x61','\x80','\x38','\x7f','\x81','\x10','\x61','\x82','\x3a','\x61','\x8c','\x6a','\x61','\xb8','\x4e','\x61','\x90','\x86','\x7f','\x81','\x07','\x61','\x82','\x03','\x01','\x84','\x00','\x03','\xc7','\x00','\x0e','\x06','\x06','\x76','\x0f','\xff','\x06','\x08','\x00','\x06','\x10','\x00','\xff','\xe7','\xfc','\x0e','\x06','\x0c','\x1f','\x06','\x0c','\x16','\xc7','\xfc','\x36','\x66','\x0c','\x26','\x66','\x0c','\x46','\x07','\xfc','\x80','\x01','\x80','\x3f','\xc3','\x0c','\x30','\xc3','\xfe','\x30','\xc6','\x0c','\x30','\xcd','\x18','\x3f','\xd0','\xb0','\x30','\xc0','\x60','\x30','\xc0','\xf0','\x30','\xc1','\x9f','\x3f','\xc6','\x0e','\x30','\xd8','\x06','\x40','\x60','\x00','\x7f','\xf0','\x0c','\x62','\x0f','\xfe','\x62','\x02','\x0c','\x62','\x02','\x0c','\x7f','\xe2','\x0c','\x62','\x02','\x0c','\x62','\x02','\x18','\x62','\x01','\x18','\x7f','\xe1','\x18','\x62','\x01','\x10','\x62','\x01','\x90','\x62','\x60','\xb0','\x7f','\xf0','\xa0','\x60','\x60','\xe0','\x00','\x60','\x40','\x55','\x60','\xe0','\x55','\x60','\xa0','\x50','\x61','\xb0','\xc0','\x61','\x18','\xc0','\xe3','\x1c','\x00','\xc2','\x0f','\x07','\xc4','\x0e','\x01','\x98','\x06','\x00','\x40','\x0c','\x40','\x7f','\xfe','\x30','\x61','\x80','\x18','\x61','\x80','\x1c','\x61','\x98','\x0c','\x7f','\xfc','\x0c','\x61','\x80','\x00','\x61','\x80','\x00','\x61','\x98','\x00','\x7f','\xfc','\x02','\x61','\x80','\x04','\x61','\x80','\x08','\x61','\x86','\x18','\x7f','\xff','\x30','\x60','\x06','\xf0','\x00','\x46','\x70','\x01','\x26','\x30','\x49','\x36','\x30','\x49','\x96','\x30','\x8d','\x86','\x39','\x8c','\x0e','\x19','\x80','\x0c','\x00','\x00','\x7c','\x00','\x00','\x18','\x40','\x60','\xe0','\x7f','\xf0','\xc0','\x62','\x00','\xc0','\x62','\x00','\xc0','\x62','\x00','\xc6','\x7f','\xef','\xff','\x62','\x02','\x10','\x62','\x02','\x1c','\x62','\x02','\x18','\x7f','\xe3','\x18','\x62','\x01','\x18','\x62','\x01','\x10','\x62','\x61','\x30','\x7f','\xf1','\xb0','\x60','\x60','\xa0','\x00','\x60','\xe0','\x55','\x60','\x40','\x55','\x60','\xe0','\x50','\x60','\xa0','\xc0','\x61','\xb0','\xc0','\xe1','\x18','\x00','\xc2','\x1f','\x07','\xc4','\x0e','\x01','\x98','\x06','\x41','\x80','\x00','\x7f','\xd0','\x06','\x64','\x1f','\xff','\x64','\x19','\x26','\x64','\x19','\x26','\x7f','\x99','\x26','\x64','\x19','\x26','\x64','\x19','\x26','\x64','\x19','\x26','\x7f','\x99','\x26','\x64','\x19','\x26','\x64','\x19','\x26','\x65','\x99','\x26','\x7f','\xd9','\x26','\x61','\x9b','\x3e','\x01','\x9a','\x1e','\x55','\x9a','\x06','\x55','\x9c','\x06','\x51','\x98','\x06','\xc1','\x98','\x06','\xc3','\x98','\x06','\x03','\x1f','\xfe','\x1f','\x18','\x06','\x06','\x00','\x00','\x40','\x60','\x70','\x7f','\xf0','\x60','\x62','\x00','\x60','\x62','\x04','\x62','\x62','\x07','\xff','\x7f','\xe4','\x62','\x62','\x04','\x62','\x62','\x04','\x62','\x62','\x04','\x62','\x7f','\xe4','\x62','\x62','\x04','\x62','\x62','\x07','\xfe','\x62','\x64','\x62','\x7f','\xf0','\x60','\x60','\x62','\x60','\x00','\x61','\x40','\x55','\x60','\xc0','\x55','\x60','\x40','\x50','\x60','\xe0','\xc0','\x60','\xb0','\xc0','\xe1','\x98','\x00','\xc1','\x1f','\x07','\xc2','\x0e','\x01','\x8c','\x06','\x40','\x60','\xe0','\x7f','\xf0','\xc0','\x62','\x00','\xc0','\x62','\x08','\xc0','\x62','\x08','\xc6','\x7f','\xef','\xff','\x62','\x18','\x06','\x62','\x18','\x04','\x62','\x00','\x00','\x7f','\xe3','\x80','\x62','\x03','\x08','\x62','\x03','\x0e','\x62','\x63','\x1c','\x7f','\xf3','\x38','\x60','\x63','\x60','\x00','\x63','\x80','\x55','\x63','\x00','\x55','\x63','\x00','\x50','\x63','\x00','\xc0','\x63','\x04','\xc0','\xe3','\x04','\x00','\xc3','\x06','\x07','\xc3','\xfe','\x01','\x81','\xfc','\x40','\x60','\x80','\x7f','\xf0','\xe0','\x62','\x00','\xc0','\x62','\x00','\xc0','\x62','\x01','\x80','\x7f','\xe1','\x88','\x62','\x01','\x04','\x62','\x03','\x06','\x62','\x02','\x3b','\x7f','\xef','\xe3','\x62','\x07','\x03','\x62','\x04','\x00','\x62','\x60','\x00','\x7f','\xf2','\x0c','\x60','\x63','\xfe','\x00','\x63','\x0c','\x55','\x63','\x0c','\x55','\x63','\x0c','\x50','\x63','\x0c','\xc0','\x63','\x0c','\xc0','\xe3','\x0c','\x00','\xc3','\xfc','\x07','\xc3','\x0c','\x01','\x83','\x0c','\x03','\x80','\x00','\x03','\x00','\x0c','\x06','\x37','\xfe','\xff','\xfa','\x0c','\x0c','\x31','\x18','\x18','\x60','\xb0','\x37','\xc0','\x60','\x01','\xf0','\xf8','\x07','\x31','\x9f','\x1c','\x06','\x06','\xe0','\x00','\x00','\x07','\xff','\xf0','\x06','\x08','\x00','\x07','\xff','\xe0','\x06','\x08','\x00','\x07','\xff','\xe0','\x06','\x08','\x00','\x06','\x08','\x0c','\x07','\xff','\xfe','\x10','\x02','\x0c','\x12','\x21','\x8c','\x31','\x99','\x98','\x61','\x98','\x78','\x60','\x00','\x30','\x40','\x60','\xe0','\x7f','\xf0','\xc0','\x62','\x00','\xc0','\x62','\x00','\xc6','\x62','\x0f','\xff','\x7f','\xe0','\x80','\x62','\x00','\xe0','\x62','\x00','\xc0','\x62','\x09','\x90','\x7f','\xe6','\x1c','\x62','\x03','\x38','\x62','\x03','\x30','\x62','\x60','\x60','\x7f','\xf0','\xc0','\x60','\x61','\x88','\x00','\x63','\x0e','\x55','\x6c','\x1c','\x55','\x60','\x18','\x50','\x60','\x30','\xc0','\x60','\x60','\xc0','\xe0','\xd0','\x00','\xc1','\x8c','\x07','\xc3','\x07','\x01','\x8c','\x03','\x40','\x60','\xe0','\x7f','\xf0','\xc0','\x62','\x00','\xc0','\x62','\x00','\xc6','\x62','\x1f','\xff','\x7f','\xe0','\x00','\x62','\x02','\x10','\x62','\x03','\x0c','\x62','\x06','\x06','\x7f','\xe4','\x06','\x62','\x08','\x10','\x62','\x02','\x1c','\x62','\x62','\x18','\x7f','\xf1','\x18','\x60','\x61','\x30','\x00','\x60','\xb0','\x55','\x60','\xe0','\x55','\x60','\x40','\x50','\x60','\xe0','\xc0','\x60','\xb0','\xc0','\xe1','\x18','\x00','\xc2','\x1f','\x07','\xc4','\x0e','\x01','\x98','\x06','\x40','\x61','\x00','\x7f','\xf1','\xc0','\x62','\x01','\x80','\x62','\x01','\x8c','\x62','\x01','\xfe','\x7f','\xe3','\x0c','\x62','\x02','\x1c','\x62','\x05','\x18','\x62','\x08','\xb0','\x7f','\xe0','\xe0','\x62','\x00','\x40','\x62','\x00','\xe0','\x62','\x61','\xb8','\x7f','\xf3','\x1f','\x60','\x6c','\x06','\x00','\x60','\x00','\x55','\x67','\xfc','\x55','\x66','\x0c','\x50','\x66','\x0c','\xc0','\x66','\x0c','\xc0','\xe6','\x0c','\x00','\xc6','\x0c','\x07','\xc7','\xfc','\x01','\x86','\x0c','\x40','\xc3','\x03','\x7f','\xe2','\x32','\x62','\x02','\x22','\x62','\x02','\x22','\x62','\x02','\x22','\x7f','\xc2','\x22','\x62','\x02','\x22','\x62','\x02','\x22','\x62','\x0a','\x22','\x7f','\xca','\xaa','\x62','\x0a','\xaa','\x62','\x1a','\xaa','\x62','\x5a','\xaa','\x7f','\xda','\xaa','\x60','\x42','\x22','\x00','\x42','\x22','\x55','\x42','\x22','\x55','\x46','\x22','\x50','\x44','\x22','\xc0','\xc4','\x22','\xc0','\xcc','\x22','\x01','\x88','\x22','\x0f','\x90','\x22','\x03','\x20','\x02','\x40','\x64','\x18','\x7f','\xf7','\xfc','\x62','\x06','\x18','\x62','\x06','\x18','\x62','\x06','\x18','\x7f','\xe7','\xf8','\x62','\x06','\x18','\x62','\x06','\x18','\x62','\x06','\x18','\x7f','\xe7','\xf8','\x62','\x00','\x00','\x62','\x00','\x0c','\x62','\x6f','\xfe','\x7f','\xe0','\xc0','\x60','\x60','\xc0','\x00','\x60','\xc6','\x55','\x7f','\xff','\x55','\x60','\xc0','\x50','\x60','\xc0','\xc0','\x60','\xc0','\xc0','\xe0','\xc0','\x00','\xc0','\xc0','\x07','\xc0','\xc0','\x01','\x80','\xc0','\x40','\x60','\x0c','\x7f','\xf7','\xfe','\x62','\x00','\x0c','\x62','\x00','\x0c','\x62','\x07','\xfc','\x7f','\xe0','\x0c','\x62','\x00','\x0c','\x62','\x07','\xfc','\x62','\x00','\x00','\x7f','\xe8','\x06','\x62','\x0f','\xff','\x62','\x18','\x06','\x62','\x18','\x04','\x7f','\xe7','\xfc','\x60','\x62','\x0c','\x00','\x63','\x18','\x55','\x61','\x18','\x55','\x61','\xb0','\x50','\x60','\xe0','\xc0','\x60','\xe0','\xc0','\xe1','\xb0','\x00','\xc3','\x1f','\x07','\xc6','\x0e','\x01','\x98','\x06','\x40','\xc0','\xe0','\x7f','\xe0','\xc0','\x62','\x0f','\xfc','\x62','\x08','\xc4','\x62','\x08','\xc4','\x7f','\xc8','\xc4','\x62','\x0f','\xfc','\x62','\x08','\xc4','\x62','\x08','\xc4','\x7f','\xc8','\xc4','\x62','\x0f','\xfc','\x62','\x00','\x00','\x62','\x60','\x06','\x7f','\xff','\xff','\x60','\x63','\x00','\x00','\x63','\x0c','\x55','\x67','\xfe','\x55','\x66','\x0c','\x50','\x60','\x0c','\xc0','\x60','\x1c','\xc0','\xe0','\x18','\x00','\xc0','\x38','\x07','\xc1','\xf0','\x01','\x80','\x60','\x40','\x63','\x9c','\x7f','\xf3','\x18','\x62','\x03','\x18','\x62','\x03','\x1a','\x62','\x0f','\xff','\x7f','\xe3','\x18','\x62','\x03','\x18','\x62','\x03','\x18','\x62','\x03','\xf8','\x7f','\xe3','\x18','\x62','\x03','\x18','\x62','\x03','\x18','\x62','\x63','\xf8','\x7f','\xf3','\x18','\x60','\x63','\x18','\x00','\x63','\x18','\x55','\x63','\x1a','\x55','\x6f','\xff','\x50','\x60','\x00','\xc0','\x62','\x10','\xc0','\xe3','\x08','\x00','\xc6','\x0c','\x07','\xcc','\x06','\x01','\x90','\x06','\x40','\x62','\x00','\x7f','\xf3','\x90','\x62','\x03','\x18','\x62','\x03','\x30','\x62','\x06','\x26','\x7f','\xe7','\xff','\x62','\x0e','\x20','\x62','\x0e','\x20','\x62','\x16','\x20','\x7f','\xe6','\x24','\x62','\x07','\xfe','\x62','\x06','\x20','\x62','\x66','\x20','\x7f','\xf6','\x20','\x60','\x66','\x20','\x00','\x66','\x24','\x55','\x67','\xfe','\x55','\x66','\x20','\x50','\x66','\x20','\xc0','\x66','\x20','\xc0','\xe6','\x20','\x00','\xc6','\x26','\x07','\xc7','\xff','\x01','\x86','\x00','\x40','\x64','\x08','\x7f','\xf3','\x0e','\x62','\x01','\x8c','\x62','\x01','\x98','\x62','\x00','\x10','\x7f','\xe0','\x20','\x62','\x0f','\xfe','\x62','\x03','\x18','\x62','\x03','\x18','\x7f','\xe3','\x18','\x62','\x03','\x18','\x62','\x03','\x1a','\x62','\x1f','\xff','\x7f','\xe3','\x18','\x60','\x63','\x18','\x00','\x63','\x18','\x55','\x63','\x18','\x55','\x63','\x18','\x50','\x63','\x18','\xc0','\x66','\x18','\xc0','\xe6','\x18','\x00','\xc4','\x18','\x07','\xc8','\x18','\x01','\x90','\x18','\x41','\x80','\x06','\x7f','\xdf','\xff','\x64','\x00','\x00','\x64','\x00','\x00','\x64','\x0f','\xfc','\x7f','\x8c','\x0c','\x64','\x0c','\x0c','\x64','\x0c','\x0c','\x64','\x0f','\xfc','\x7f','\x8c','\x00','\x64','\x0c','\x00','\x64','\x0f','\xfe','\x65','\x8c','\x92','\x7f','\xcc','\x92','\x61','\x8c','\x92','\x01','\x9c','\x92','\x55','\x97','\xfe','\x55','\x94','\x92','\x51','\x94','\x92','\xc1','\xa4','\x92','\xc3','\x84','\x92','\x03','\x04','\x92','\x1f','\x04','\x0e','\x06','\x04','\x06','\x20','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x60','\x00','\x06','\x60','\x81','\x04','\x0f','\xff','\xf0','\x00','\x81','\x00','\x0f','\xff','\xf0','\x00','\x81','\x00','\xff','\xff','\xff','\x03','\x00','\x80','\x06','\x00','\x60','\x0f','\xff','\xf8','\x32','\x08','\x1f','\xc3','\xff','\xc6','\x02','\x08','\x00','\x03','\xff','\xc0','\x02','\x08','\x0c','\x03','\xff','\xfe','\x08','\x02','\x0c','\x12','\x21','\x8c','\x71','\x99','\x98','\x61','\x98','\x78','\x00','\x00','\x30','\x40','\xc0','\x0c','\x7f','\xef','\xfe','\x62','\x04','\x8c','\x62','\x02','\x4c','\x62','\x02','\x18','\x7f','\xc9','\x18','\x62','\x04','\xb0','\x62','\x04','\x60','\x62','\x00','\xb0','\x7f','\xc1','\x1c','\x62','\x06','\x0f','\x62','\x18','\xc6','\x62','\xc0','\xc0','\x7f','\xef','\xfc','\x60','\x48','\xc4','\x00','\x48','\xc4','\x55','\x48','\xc4','\x55','\x4f','\xfc','\x50','\x40','\xc0','\xc0','\xc0','\xc8','\xc0','\xc0','\xc4','\x01','\x9f','\xfe','\x0f','\x8f','\x03','\x03','\x08','\x03','\x40','\xc8','\x0c','\x7f','\xef','\xfe','\x62','\x0c','\x00','\x62','\x0c','\x00','\x62','\x0c','\xf8','\x7f','\xcc','\x88','\x62','\x0c','\x88','\x62','\x0c','\x88','\x62','\x0c','\x88','\x7f','\xcc','\xf8','\x62','\x0c','\x00','\x62','\x0c','\x00','\x62','\xcd','\xfc','\x7f','\xed','\x24','\x60','\x4d','\x24','\x00','\x4d','\x24','\x55','\x4d','\x24','\x55','\x4d','\x24','\x50','\x4d','\xfc','\xc0','\xcc','\x00','\xc0','\xcc','\x00','\x01','\x8c','\x06','\x0f','\x8f','\xff','\x03','\x0c','\x00','\x40','\xc1','\x00','\x7f','\xe1','\xc0','\x62','\x01','\x90','\x62','\x02','\x0c','\x62','\x1f','\xf6','\x7f','\xce','\x06','\x62','\x09','\xc0','\x62','\x01','\x80','\x62','\x3f','\xff','\x7f','\xc3','\x10','\x62','\x06','\x08','\x62','\x04','\x8c','\x62','\xc8','\xc7','\x7f','\xd1','\x82','\x60','\x43','\x20','\x00','\x46','\x30','\x55','\x48','\x64','\x55','\x40','\xc6','\x50','\x41','\x8c','\xc0','\xc6','\x18','\xc0','\xc0','\x30','\x01','\x80','\x60','\x0f','\x81','\x80','\x03','\x0e','\x00','\x01','\xc1','\xc0','\x01','\x81','\x8c','\x7f','\xff','\xfe','\x01','\x81','\x80','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x60','\x06','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x00','\x60','\x0f','\xff','\xf8','\x3a','\x08','\x1f','\xc3','\xff','\xc6','\x02','\x08','\x00','\x03','\xff','\xc0','\x02','\x08','\x0c','\x03','\xff','\xfc','\x08','\x04','\x0c','\x12','\x23','\x18','\x71','\x99','\x78','\x60','\x88','\x30','\x40','\x60','\x06','\x7f','\xff','\xff','\x62','\x01','\x20','\x62','\x01','\x20','\x62','\x01','\x20','\x7f','\xcf','\xfc','\x62','\x09','\x24','\x62','\x09','\x24','\x62','\x09','\x24','\x7f','\xcf','\xfc','\x62','\x00','\x00','\x62','\x00','\x00','\x62','\xcf','\xfc','\x7f','\xe0','\x00','\x60','\x40','\x00','\x00','\x7f','\xff','\x55','\x40','\xc0','\x55','\x44','\xd0','\x50','\x46','\xc8','\xc0','\xcc','\xcc','\xc0','\xc8','\xc6','\x01','\x90','\xc6','\x0f','\x87','\xc0','\x03','\x01','\x80','\x40','\xc8','\x06','\x7f','\xef','\xff','\x62','\x0c','\x46','\x62','\x0c','\x46','\x62','\x0c','\x46','\x7f','\xcf','\xfe','\x62','\x0c','\x46','\x62','\x0c','\x46','\x62','\x0c','\x46','\x7f','\xcf','\xfe','\x62','\x01','\x00','\x62','\x01','\xa0','\x62','\xc9','\x30','\x7f','\xe6','\x24','\x60','\x42','\x42','\x00','\x7f','\xff','\x55','\x5f','\xc3','\x55','\x40','\xc0','\x50','\x44','\xd0','\xc0','\xc6','\xc8','\xc0','\xcc','\xcc','\x01','\x88','\xc6','\x0f','\x90','\xc6','\x03','\x00','\xc0','\x41','\x80','\x18','\x7f','\xc0','\xfc','\x64','\x1f','\xc0','\x64','\x01','\x80','\x64','\x01','\x86','\x7f','\xbf','\xff','\x64','\x03','\x20','\x64','\x06','\x10','\x64','\x07','\xfc','\x7f','\x8a','\x2f','\x64','\x32','\x26','\x64','\x03','\xe0','\x65','\x80','\x00','\x7f','\xd0','\x0c','\x61','\x9f','\xfe','\x01','\x98','\x0c','\x55','\x98','\x0c','\x55','\x9b','\xec','\x51','\x9a','\x2c','\xc1','\x9a','\x2c','\xc3','\x9b','\xec','\x03','\x18','\x0c','\x1f','\x18','\x3c','\x06','\x18','\x18','\x40','\xc0','\xe0','\x7f','\xe0','\xc4','\x62','\x0f','\xfe','\x62','\x00','\xc0','\x62','\x00','\xc2','\x7f','\xdf','\xff','\x62','\x00','\x00','\x62','\x04','\x08','\x62','\x04','\x08','\x7f','\xdf','\x3e','\x62','\x04','\x08','\x62','\x04','\x08','\x62','\xc7','\x08','\x7f','\xfc','\x7f','\x60','\x50','\x00','\x00','\x40','\x00','\x55','\x7f','\xff','\x55','\x46','\x30','\x50','\x46','\x30','\xc0','\xc6','\x32','\xc0','\xc4','\x32','\x01','\x8c','\x33','\x0f','\x88','\x3f','\x03','\x30','\x1e','\x40','\xd0','\x06','\x7f','\xff','\xff','\x62','\x19','\x26','\x62','\x19','\x26','\x62','\x19','\x26','\x7f','\xdf','\xfe','\x62','\x00','\xc0','\x62','\x00','\xc4','\x62','\x0f','\xfe','\x7f','\xc0','\xc0','\x62','\x00','\xc2','\x62','\x1f','\xff','\x62','\xc4','\x08','\x7f','\xe2','\x08','\x60','\x42','\x12','\x00','\x5f','\xff','\x55','\x40','\xc0','\x55','\x40','\xc0','\x50','\x40','\xc4','\xc0','\xcf','\xfe','\xc0','\xc0','\xc0','\x01','\x80','\xc0','\x0f','\x80','\xc0','\x03','\x00','\xc0','\x40','\xc0','\xc0','\x7f','\xe1','\xc0','\x62','\x01','\xa0','\x62','\x03','\x10','\x62','\x02','\x1c','\x7f','\xc4','\x0f','\x62','\x08','\x06','\x62','\x13','\xf0','\x62','\x00','\x00','\x7f','\xc0','\x00','\x62','\x0f','\x3c','\x62','\x09','\x24','\x62','\xc9','\x24','\x7f','\xe9','\x24','\x60','\x49','\x24','\x00','\x4f','\x3c','\x55','\x40','\x00','\x55','\x44','\x10','\x50','\x47','\x1c','\xc0','\xc6','\x18','\xc0','\xcd','\xb4','\x01','\x88','\xa2','\x0f','\x90','\x43','\x03','\x20','\x83','\x41','\x80','\x80','\x7f','\xff','\xc6','\x64','\x11','\x3f','\x64','\x11','\x06','\x64','\x1f','\x04','\x7f','\x91','\x6c','\x64','\x11','\x18','\x64','\x1f','\x1c','\x64','\x11','\x26','\x7f','\x91','\x43','\x64','\x7f','\x03','\x64','\x31','\x08','\x65','\x81','\x3c','\x7f','\xc9','\xe0','\x61','\x8d','\x82','\x01','\x99','\x83','\x55','\xa1','\xc6','\x55','\x89','\xa8','\x51','\x8d','\xb0','\xc1','\x99','\x98','\xc3','\x91','\x9c','\x03','\x21','\x8f','\x1f','\x41','\x86','\x06','\x01','\x80','\x41','\x80','\xe0','\x7f','\xc0','\xc4','\x64','\x00','\xfe','\x64','\x10','\xc0','\x64','\x1f','\xff','\x7f','\x99','\x06','\x64','\x19','\xe4','\x64','\x1f','\x08','\x64','\x18','\xf8','\x7f','\x98','\x00','\x64','\x1b','\xfc','\x64','\x1a','\x44','\x65','\x9a','\x44','\x7f','\xdb','\xfc','\x61','\x9a','\x44','\x01','\x9a','\x44','\x55','\x93','\xfc','\x55','\x90','\x00','\x51','\xb7','\xfe','\xc1','\xa4','\x92','\xc3','\x24','\x92','\x03','\x44','\x92','\x0f','\x0f','\xff','\x06','\x00','\x00','\x40','\xc3','\x30','\x7f','\xe2','\x26','\x62','\x1e','\x3c','\x62','\x02','\x22','\x62','\x02','\x23','\x7f','\xbe','\x3f','\x62','\x1a','\x1e','\x62','\x00','\x00','\x62','\x0f','\xfc','\x7f','\xc8','\x84','\x62','\x0f','\xfc','\x62','\x08','\x84','\x62','\xc8','\x84','\x7f','\xef','\xfc','\x60','\x42','\x10','\x00','\x5f','\xfe','\x55','\x42','\x10','\x55','\x42','\x10','\x50','\x7f','\xff','\xc0','\xc0','\x00','\xc0','\xc4','\x10','\x01','\x86','\x0c','\x0f','\x8c','\x06','\x03','\x30','\x06','\x40','\xc0','\xe0','\x7f','\xe0','\xc0','\x62','\x00','\xc6','\x62','\x1f','\xff','\x62','\x02','\x00','\x7f','\xc7','\x1c','\x62','\x0c','\x07','\x62','\x11','\x13','\x62','\x07','\xfc','\x7f','\xc1','\x10','\x62','\x01','\x10','\x62','\x07','\xfc','\x62','\xc1','\x10','\x7f','\xc1','\x10','\x60','\x5f','\xff','\x00','\x43','\x40','\x55','\x46','\x42','\x55','\x4e','\x27','\x50','\x5a','\x2c','\xc0','\xe2','\x30','\xc0','\xc2','\x18','\x01','\x83','\xdf','\x0f','\x9f','\x0e','\x03','\x0c','\x06','\x40','\xc3','\x18','\x7f','\xe2','\x12','\x62','\x1f','\xff','\x62','\x02','\x10','\x62','\x02','\x10','\x7f','\xcf','\x3c','\x62','\x09','\x24','\x62','\x09','\x24','\x62','\x0f','\x3c','\x7f','\xc2','\x00','\x62','\x03','\x30','\x62','\x06','\x24','\x62','\xc7','\xfe','\x7f','\xcc','\x20','\x60','\x54','\x20','\x00','\x67','\xfc','\x55','\x44','\x20','\x55','\x44','\x20','\x50','\x47','\xfc','\xc0','\xc4','\x20','\xc0','\xc4','\x20','\x01','\x84','\x22','\x0f','\x87','\xff','\x03','\x04','\x00','\x01','\x00','\xc0','\x01','\xff','\xe0','\x01','\x08','\x00','\x01','\xff','\xc0','\x01','\x08','\x00','\x01','\xff','\xc0','\x01','\x08','\x18','\x05','\xff','\xfc','\x0c','\x00','\x18','\x18','\xdb','\x18','\x18','\x49','\x78','\x00','\x00','\x30','\x00','\x00','\x00','\x3f','\xe3','\xfe','\x22','\x02','\x20','\x3f','\xc3','\xfc','\x22','\x02','\x20','\x3f','\xc3','\xfc','\x22','\x02','\x20','\x3f','\xf3','\xff','\x00','\x10','\x01','\x55','\x35','\x53','\xd4','\xed','\x4e','\x80','\x48','\x04','\x41','\x81','\x86','\x7f','\xff','\xff','\x64','\x00','\x00','\x64','\x1f','\x3e','\x64','\x11','\x22','\x7f','\x95','\x2a','\x64','\x15','\x2a','\x64','\x00','\xc0','\x64','\x10','\xc2','\x7f','\x9f','\xff','\x64','\x11','\x10','\x64','\x11','\x10','\x65','\x1f','\xfe','\x7f','\x91','\x12','\x61','\x11','\x12','\x01','\x1f','\xfe','\x55','\x10','\x00','\x55','\x14','\x22','\x51','\x37','\xa7','\xc3','\x24','\x38','\xc3','\x24','\x22','\x06','\x47','\xa3','\x1e','\x1e','\x3f','\x0c','\x08','\x1e','\x10','\x60','\x0c','\x1f','\xf3','\xfe','\x18','\x60','\x60','\x18','\x60','\x60','\x1b','\xe0','\x60','\x1a','\x60','\x60','\x1a','\x60','\x60','\x5a','\x68','\x60','\x7f','\xfc','\x60','\xc0','\x18','\x66','\xc0','\x17','\xff','\x1f','\xe0','\x60','\x18','\x60','\x60','\x18','\x60','\x60','\x1f','\xe0','\x60','\x18','\x60','\x60','\x18','\x60','\x60','\x18','\x60','\x60','\x1f','\xe0','\x60','\x18','\x60','\x60','\x18','\x60','\x60','\x18','\x60','\x60','\x19','\xe0','\x60','\x18','\xc0','\x60','\x10','\xc1','\x18','\x1f','\xe1','\xfc','\x18','\xc1','\x98','\x18','\xc1','\x98','\x1b','\xc1','\x98','\x1a','\xc1','\x98','\x1a','\xc1','\x98','\x5a','\xd1','\x1f','\x7f','\xfb','\x0f','\xc0','\x32','\x00','\xc0','\x24','\x00','\x1f','\xc0','\x0c','\x18','\xc7','\xfe','\x18','\xc1','\x0c','\x1f','\xc1','\x0c','\x18','\xc0','\x98','\x18','\xc0','\x98','\x18','\xc0','\xf0','\x1f','\xc0','\x60','\x18','\xc0','\xf0','\x18','\xc0','\x98','\x18','\xc1','\x1f','\x1b','\xc2','\x0e','\x19','\x8c','\x06','\x10','\xc2','\x00','\x1f','\xe3','\x80','\x18','\xc3','\x00','\x18','\xc3','\x18','\x1b','\xc3','\xfc','\x1a','\xc6','\x18','\x1a','\xc4','\x30','\x5a','\xca','\x30','\x7f','\xf1','\x60','\xc0','\x30','\xc0','\xc0','\x21','\xe0','\x1f','\xc3','\x38','\x18','\xcc','\x1f','\x18','\xf0','\x06','\x1f','\xc0','\x00','\x18','\xc4','\x18','\x18','\xc7','\xfc','\x18','\xc6','\x18','\x1f','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x18','\xc6','\x18','\x1b','\xc7','\xf8','\x19','\x86','\x18','\x10','\xc0','\x40','\x1f','\xe0','\x60','\x18','\xc0','\x40','\x18','\xc4','\x86','\x1b','\xc7','\xff','\x1a','\xc6','\x46','\x1a','\xc6','\x46','\x5a','\xd6','\x46','\x7f','\xff','\xfe','\xc0','\x16','\x46','\xc0','\x26','\x46','\x1f','\xc6','\x46','\x18','\xc7','\xfe','\x18','\xc2','\x00','\x1f','\xc3','\x38','\x18','\xc2','\x30','\x18','\xc4','\x32','\x18','\xdf','\xff','\x1f','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x18','\xc0','\x30','\x1b','\xc0','\x30','\x19','\x80','\x30','\x10','\xc0','\x60','\x1f','\xe0','\x40','\x18','\xc7','\xfc','\x18','\xc4','\x44','\x1b','\xc4','\x44','\x1a','\xdf','\xff','\x1a','\xc4','\x44','\x5a','\xd4','\x44','\x7f','\xff','\xfc','\xc0','\x10','\x40','\xc0','\x27','\xfc','\x1f','\xc4','\x44','\x18','\xc4','\x44','\x18','\xc7','\xfc','\x1f','\xc0','\x80','\x18','\xc1','\x82','\x18','\xdf','\xff','\x18','\xc3','\x08','\x1f','\xc6','\x18','\x18','\xc5','\xb0','\x18','\xc0','\xe0','\x18','\xc1','\xb8','\x1b','\xc3','\x0e','\x19','\x8c','\x06','\x10','\x88','\x04','\x1f','\xcf','\xfe','\x10','\x89','\x24','\x10','\x89','\x24','\x17','\x89','\x24','\x14','\x8f','\xfc','\x14','\x83','\x00','\x54','\xa3','\x00','\x7f','\xf6','\x06','\xc0','\x27','\xff','\xc0','\x49','\x06','\x1f','\x91','\x06','\x10','\xaf','\xe6','\x10','\x89','\x26','\x1f','\x89','\x26','\x10','\x89','\x26','\x10','\x8f','\xe6','\x10','\x81','\x06','\x1f','\x81','\x46','\x10','\x81','\x66','\x10','\x9f','\xae','\x10','\x8e','\x0c','\x13','\x88','\x7c','\x11','\x80','\x18','\x10','\x80','\x30','\x1f','\xc0','\x20','\x10','\x93','\xfe','\x10','\x88','\x40','\x17','\x8c','\xfc','\x14','\x8c','\x90','\x14','\x81','\x10','\x54','\xa2','\xfe','\x7f','\xf0','\x00','\xc0','\x20','\xfc','\xc0','\x40','\x84','\x1f','\x8c','\x84','\x10','\xbe','\xfc','\x10','\x8c','\x84','\x1f','\x8c','\x84','\x10','\x8c','\xfc','\x10','\x8c','\x84','\x10','\x8c','\x84','\x1f','\x8c','\x9c','\x10','\x8c','\x8c','\x10','\x8c','\x00','\x10','\xbb','\xff','\x13','\x98','\xfe','\x11','\x90','\x00','\x10','\xc0','\xd8','\x1f','\xe4','\x92','\x18','\xc7','\xff','\x18','\xc4','\x92','\x1b','\xc4','\x92','\x1a','\xc7','\xfe','\x1a','\xc4','\x92','\x5a','\xd4','\x92','\x7f','\xff','\xfe','\xc0','\x10','\x00','\xc0','\x2f','\xff','\x1f','\xc0','\x00','\x18','\xc2','\x04','\x18','\xc3','\xfe','\x1f','\xc2','\x04','\x18','\xc2','\x04','\x18','\xc3','\xfc','\x18','\xc0','\x00','\x1f','\xc2','\x08','\x18','\xc1','\x8c','\x18','\xc0','\x88','\x18','\xc0','\x10','\x1b','\xcf','\xff','\x19','\x80','\x00','\x07','\x02','\x10','\x06','\x03','\xf8','\x06','\x32','\x10','\xff','\xfa','\x10','\x00','\x02','\x10','\x00','\x03','\xf0','\x1f','\x80','\x00','\x10','\x80','\x00','\x10','\x8f','\x3c','\x1f','\x89','\x24','\x00','\x09','\x24','\x40','\x69','\x24','\x7f','\xef','\x3c','\x60','\x60','\xc0','\x60','\x60','\xc2','\x6f','\x7f','\xff','\x69','\x61','\xd0','\x69','\x61','\xd0','\x69','\x62','\xc8','\x6f','\x62','\xcc','\x60','\x64','\xc7','\x60','\x68','\xc6','\x61','\xe0','\xc0','\x60','\xc0','\xc0','\x10','\x60','\x10','\x1f','\xf0','\x1c','\x18','\x00','\x38','\x18','\x00','\x70','\x18','\xc0','\xc0','\x1f','\xe1','\x80','\x18','\x06','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x1f','\xe0','\x1c','\x18','\x00','\x38','\x18','\x00','\x60','\x18','\x00','\xc0','\x18','\x33','\x00','\xff','\xf8','\x00','\x1c','\x00','\x04','\x18','\x00','\x07','\x18','\x80','\x0e','\x10','\x40','\x1c','\x30','\x60','\x38','\x21','\xf0','\x60','\xfe','\x30','\xc0','\x70','\x03','\x00','\x40','\x0c','\x00','\x10','\x60','\x30','\x1f','\xf0','\x78','\x10','\x01','\xc0','\x1f','\xe6','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x30','\x10','\x00','\xc0','\xff','\xfb','\x06','\x0c','\x80','\x0f','\x08','\x60','\x38','\xff','\xb0','\xe0','\x78','\x33','\x00','\x40','\x00','\x00','\x00','\x1c','\x30','\x07','\x18','\xf8','\x06','\x1f','\x30','\x07','\xf8','\x30','\x7e','\x18','\x30','\x06','\x19','\xf0','\x06','\x18','\x64','\x06','\x00','\x04','\x06','\x00','\x06','\x07','\xff','\xfe','\x03','\xff','\xfc','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x38','\xe0','\xff','\xdb','\x00','\x70','\x00','\x00','\x00','\x1c','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x60','\x00','\x00','\x60','\x30','\x00','\xff','\xf8','\x00','\xc0','\x30','\x01','\x80','\x30','\x03','\x00','\x70','\x06','\x00','\x60','\x18','\x03','\xe0','\xe0','\x00','\xc0','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x30','\xe0','\xff','\xdb','\x00','\x70','\x18','\x00','\x00','\x03','\x80','\x1f','\xff','\xc0','\x00','\x60','\x00','\x00','\x60','\x00','\x3f','\xff','\xe0','\x00','\x60','\x00','\x00','\x60','\x00','\xff','\xff','\xfa','\x00','\x60','\x02','\x00','\x60','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x10','\x60','\x30','\x1f','\xf0','\x78','\x10','\x01','\xc0','\x1f','\xe6','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x30','\x10','\x00','\xc0','\xff','\xfb','\x06','\x0c','\x80','\x0f','\x08','\x70','\x38','\xff','\xb0','\xe0','\x78','\x03','\x00','\x40','\x18','\x00','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x36','\xff','\xff','\xff','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x01','\xf0','\x0c','\x00','\x60','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x38','\xe0','\xff','\xdb','\x00','\x60','\x00','\x18','\x1f','\xff','\xfc','\x00','\x60','\x18','\x01','\xc0','\x38','\x07','\x01','\xf0','\x78','\x00','\x60','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x30','\xe0','\xff','\xdb','\x00','\x70','\x18','\x80','\x00','\x60','\x60','\x00','\x60','\x26','\xff','\xff','\xff','\x01','\x80','\x80','\x03','\x01','\xc0','\x06','\x43','\x00','\x0c','\x26','\x00','\x30','\x1c','\x00','\xc0','\x37','\x80','\x00','\xc1','\xfe','\x07','\x00','\x7c','\x78','\x00','\x0c','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x30','\xe0','\xff','\xdb','\x00','\x70','\x18','\x00','\x00','\xc6','\x10','\x7f','\xff','\xf8','\x00','\xc6','\x10','\x10','\xc6','\x10','\x1f','\xff','\xf0','\x11','\x86','\x00','\x11','\x86','\x0c','\x1f','\xff','\xfe','\x03','\x06','\x0c','\x06','\x06','\x1c','\x18','\x06','\xf8','\x60','\x06','\x30','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x30','\xe0','\xff','\xdb','\x00','\x71','\x18','\x00','\x01','\xc0','\x00','\x03','\x80','\x30','\x07','\xff','\xf8','\x08','\x00','\x30','\x3f','\xfc','\x30','\xc0','\x0c','\x60','\x00','\x0d','\xe4','\x07','\xfc','\xc4','\x06','\x00','\x04','\x06','\x00','\x06','\x07','\xff','\xfe','\x03','\xff','\xfc','\x10','\x30','\x08','\x1f','\xf8','\x1c','\x10','\x00','\x30','\x1f','\xe0','\xc4','\x10','\x03','\x0e','\x1f','\xe0','\x18','\x10','\x00','\x60','\xff','\xfd','\x82','\x0c','\x40','\x07','\x08','\x30','\x1c','\x11','\xd8','\x70','\xfe','\x1b','\x80','\x70','\x00','\x00','\x00','\x42','\x00','\x10','\x42','\x18','\x1f','\xff','\xfc','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x42','\x18','\x18','\x42','\x18','\x18','\x42','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x10','\x60','\x30','\x1f','\xf0','\x78','\x10','\x01','\xc0','\x1f','\xe6','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x30','\x10','\x00','\xc0','\xff','\xfb','\x06','\x0c','\x80','\x0f','\x08','\x70','\x38','\xff','\xb0','\xe0','\x70','\x03','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x3f','\xff','\xfc','\x00','\x00','\x00','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x20','\xe0','\xff','\xf3','\x00','\x70','\x30','\x20','\x07','\x04','\x20','\x06','\x06','\x10','\x06','\x46','\x18','\xff','\xec','\x0c','\x0e','\x09','\x0f','\x1f','\x11','\x86','\x16','\xc1','\x00','\x26','\x43','\x10','\x46','\x02','\x08','\x86','\x1f','\xfc','\x06','\x0f','\x06','\x06','\x08','\x06','\x10','\x30','\x30','\x1f','\xf8','\x78','\x10','\x01','\xc0','\x1f','\xe6','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x03','\x86','\xff','\xfc','\x0f','\x10','\x40','\x70','\xff','\xff','\xc0','\x62','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x00','\x00','\x00','\x3f','\xff','\xfc','\x20','\x81','\x04','\x3f','\xff','\xfc','\x00','\x00','\x00','\x07','\xff','\xf0','\x01','\x00','\xc0','\x00','\xc3','\x00','\x00','\x7f','\xfe','\x7f','\xc0','\x7c','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x0c','\x40','\x38','\x08','\x38','\xe0','\xff','\xdb','\x00','\x70','\x00','\x06','\x02','\x3f','\xff','\x07','\x00','\x80','\x1c','\x0f','\xfc','\x61','\x08','\x04','\x03','\x8f','\xfc','\x0e','\x08','\x04','\x70','\x8f','\xfc','\x01','\xc8','\x04','\x07','\x0f','\xfc','\x1c','\x04','\x00','\xe0','\x0e','\x1e','\x00','\x30','\x06','\x10','\x30','\x18','\x1f','\xf8','\x3c','\x10','\x00','\xe0','\x1f','\xe3','\x0c','\x10','\x00','\x1e','\x1f','\xe0','\x70','\x10','\x01','\x86','\xff','\xfc','\x0f','\x10','\x20','\x78','\xff','\xf3','\x80','\x60','\x10','\x00','\x0f','\xff','\xf0','\x08','\x42','\x10','\x0f','\xff','\xf0','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe8','\x01','\xc4','\x1c','\x1f','\x03','\x90','\xe1','\xf8','\xff','\x07','\x00','\x1e','\x10','\x30','\x18','\x1f','\xf8','\x7c','\x10','\x03','\xc0','\x1f','\xe0','\x0c','\x10','\x00','\x3e','\xff','\xfd','\xe0','\x18','\x80','\x06','\x10','\x60','\x3f','\xff','\xa1','\xe0','\x60','\x1c','\x00','\x20','\x18','\x06','\x3f','\xff','\xff','\x62','\x10','\x06','\x67','\x16','\x64','\x18','\x3c','\x18','\x07','\xff','\xe8','\x7c','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x03','\x00','\xc0','\x3c','\x00','\x3c','\x10','\x30','\x18','\x1f','\xf8','\x7c','\x10','\x03','\xc0','\x1f','\xe0','\x0c','\x10','\x00','\x3e','\xff','\xfd','\xe0','\x18','\x80','\x06','\x10','\x60','\x3f','\xff','\xa5','\xe0','\x71','\x0c','\x30','\x06','\x30','\xc0','\x03','\x18','\x60','\x3f','\xff','\xfc','\x30','\xc3','\x0c','\x30','\x3c','\x0c','\x30','\xc3','\x0c','\x3f','\xff','\xfc','\x18','\x18','\x30','\x1f','\x9f','\xb0','\x18','\x18','\x32','\x1f','\x9f','\x92','\x18','\x18','\x1b','\xff','\xff','\xcf','\x38','\x38','\x06','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x06','\x60','\x00','\x3e','\x60','\x00','\x0c','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\x1c','\x06','\x60','\x18','\x66','\x6f','\xff','\xf6','\x60','\x18','\x06','\x62','\x18','\xc6','\x63','\xff','\xe6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x18','\xc6','\x63','\x1b','\xc6','\x63','\x19','\x86','\x60','\x18','\x06','\x60','\x18','\x3e','\x60','\x00','\x0c','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x67','\xff','\xe6','\x60','\xc3','\x06','\x60','\xc3','\x06','\x60','\xc3','\x06','\x6f','\xff','\xf6','\x60','\x00','\x06','\x60','\x84','\x06','\x60','\xe3','\x06','\x60','\xc1','\x86','\x61','\x80','\xc6','\x66','\x00','\xc6','\x60','\x00','\x1e','\x60','\x00','\x0c','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\x70','\x06','\x63','\xc7','\x86','\x62','\x00','\x86','\x62','\x00','\x86','\x63','\xc7','\x86','\x62','\x00','\x86','\x62','\x00','\x86','\x63','\xff','\x86','\x60','\x8c','\x06','\x60','\xcc','\x46','\x61','\x8c','\x66','\x63','\x0f','\xe6','\x6c','\x07','\xc6','\x60','\x00','\x1e','\x60','\x00','\x0c','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\x00','\x06','\x6f','\xf0','\x66','\x60','\x00','\x46','\x60','\x00','\x46','\x67','\xef','\xf6','\x64','\x20','\x46','\x64','\x20','\x46','\x67','\xe4','\x46','\x60','\x03','\x46','\x64','\x21','\x46','\x62','\x20','\x46','\x62','\x40','\x46','\x60','\x70','\x46','\x6f','\x83','\xc6','\x66','\x01','\x9e','\x60','\x00','\x0c','\x70','\x00','\x07','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x61','\x00','\x86','\x6f','\xe7','\xf6','\x60','\x00','\x06','\x60','\x7c','\x06','\x60','\x88','\x06','\x63','\xff','\xc6','\x62','\x24','\x46','\x67','\xe7','\xc6','\x61','\x24','\x06','\x6f','\xff','\xc6','\x61','\x24','\x46','\x67','\x26','\xc6','\x60','\x25','\x46','\x67','\x26','\xc6','\x61','\x24','\x56','\x6f','\xff','\xd6','\x61','\x20','\x16','\x67','\x1f','\xf6','\x60','\x00','\x1e','\x60','\x00','\x0c','\x00','\x42','\x00','\x38','\x33','\x9c','\x33','\x17','\x18','\x30','\xc6','\x18','\x38','\x6d','\x18','\x36','\x38','\xd8','\x32','\x3c','\x58','\x30','\x67','\x18','\x31','\x83','\x98','\x36','\x21','\x98','\x30','\x18','\x18','\x30','\x08','\x18','\x3f','\xff','\xf8','\x30','\x00','\x18','\x00','\x00','\x00','\x07','\x00','\xc0','\x06','\x03','\xe0','\x06','\x1f','\x00','\x07','\xe0','\x02','\x06','\x00','\x02','\x06','\x00','\x02','\x06','\x00','\x03','\x07','\xff','\xff','\x03','\xff','\xfe','\x00','\x00','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x00','\x00','\x07','\xff','\xe0','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xff','\xe0','\x00','\x00','\x00','\x20','\x00','\x0c','\x3f','\xff','\xfe','\x30','\xc6','\x0c','\x30','\xc6','\x0c','\x30','\x87','\xec','\x31','\x03','\xec','\x36','\x00','\x0c','\x30','\x00','\x0c','\x33','\xff','\xcc','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x0c','\x30','\x18','\x7c','\x30','\x00','\x18','\x08','\x02','\x00','\x0e','\x03','\x80','\x0c','\x03','\x00','\x08','\x24','\x0c','\x53','\x3f','\xfe','\x7f','\xb1','\x0c','\x63','\x31','\x0c','\x63','\x31','\x0c','\x63','\x3f','\xfc','\x63','\x31','\x0c','\x63','\x31','\x0c','\x7f','\x31','\x0c','\x63','\x3f','\xfc','\x63','\x00','\xc8','\x63','\x08','\xcc','\x63','\x0e','\xc8','\x63','\x0c','\xd2','\x7f','\x0c','\xd3','\x63','\x0c','\xfd','\x60','\x18','\xd0','\x00','\x18','\xc2','\x00','\x30','\xc3','\x00','\x60','\xff','\x01','\x80','\x7e','\x04','\x01','\xd0','\x07','\x01','\x8c','\x06','\x01','\x84','\x48','\x41','\x80','\x7f','\xe1','\x86','\x44','\x5f','\xff','\x44','\x41','\x80','\x44','\x41','\x90','\x7f','\xc1','\x1c','\x44','\x43','\x18','\x44','\x43','\x18','\x44','\x42','\xb0','\x7f','\xc2','\xb0','\x02','\x04','\x60','\x12','\x44','\x70','\x1a','\x68','\xdc','\x1a','\x40','\x8f','\x12','\x91','\x06','\x13','\xfa','\x00','\x32','\x88','\x02','\x22','\x00','\x03','\x23','\xff','\xff','\x41','\xff','\xfe','\x80','\x00','\x00','\x01','\x81','\x00','\x07','\xc1','\xc0','\x7e','\x01','\x80','\x06','\x12','\x0c','\x06','\x5f','\xfe','\xff','\xf8','\x8c','\x0e','\x18','\x8c','\x1f','\x18','\x8c','\x16','\xdf','\xfc','\x26','\x58','\x8c','\x46','\x18','\x8c','\x86','\x18','\x8c','\x18','\x1f','\xfc','\x19','\x80','\xc8','\xff','\xc8','\xcc','\x31','\x8e','\xc8','\x31','\x8c','\xd2','\x23','\x0c','\xd3','\x63','\x0c','\xfd','\x7e','\x08','\xd0','\x07','\x18','\xc2','\x09','\x90','\xc3','\x31','\xa0','\xff','\xc0','\x40','\x7e','\x08','\x10','\x0c','\x0c','\x1f','\xfe','\x08','\x18','\x0c','\x50','\x9a','\x2c','\x7f','\xd9','\x2c','\x48','\x99','\x4c','\x48','\x98','\x0c','\x48','\x9f','\xfc','\x7f','\x98','\x8c','\x48','\x98','\x8c','\x48','\x9b','\xec','\x48','\x99','\x0c','\x7f','\x99','\x0c','\x04','\x19','\x0c','\x24','\x99','\xec','\x34','\x98','\xec','\x35','\x18','\x0c','\x25','\x58','\x0c','\x27','\xd8','\x3c','\x25','\x58','\x1a','\x64','\x00','\x03','\x47','\xff','\xff','\x43','\xff','\xfe','\x80','\x00','\x00','\x08','\x00','\x06','\x0c','\x3f','\xff','\x08','\x00','\x80','\x50','\x80','\x80','\x7f','\xd0','\x84','\x48','\x9f','\xfe','\x48','\x90','\x84','\x48','\x90','\x84','\x7f','\x9e','\xf4','\x48','\x92','\x94','\x48','\x92','\x94','\x48','\x96','\xb4','\x7f','\x95','\xac','\x04','\x19','\xcc','\x24','\x90','\x84','\x34','\x90','\x84','\x35','\x10','\x84','\x25','\x50','\x84','\x27','\xd0','\x9c','\x25','\x50','\x8a','\x64','\x00','\x03','\x47','\xff','\xff','\x43','\xff','\xfe','\x80','\x00','\x00','\x08','\x01','\xc0','\x0c','\x01','\x8c','\x08','\x3f','\xfe','\x50','\x80','\x00','\x7f','\xca','\x28','\x48','\x89','\x48','\x48','\x88','\x88','\x48','\x89','\x68','\x7f','\x8a','\x28','\x48','\x8f','\xf8','\x48','\x81','\x80','\x48','\x81','\x00','\x7f','\x9f','\xfc','\x04','\x11','\x04','\x24','\x92','\x44','\x34','\x92','\x64','\x35','\x17','\xa4','\x25','\x52','\x24','\x27','\xd0','\x1c','\x25','\x50','\x0a','\x64','\x00','\x03','\x47','\xff','\xff','\x43','\xff','\xfe','\x80','\x00','\x00','\x20','\x00','\x06','\x3f','\xff','\xff','\x32','\x08','\x00','\x33','\xf8','\xec','\x32','\x08','\xc4','\x33','\xf8','\xc0','\x30','\x07','\xfe','\x33','\xf8','\xa0','\x32','\x09','\xa0','\x33','\xf9','\x10','\x32','\x0a','\x1c','\x33','\xfc','\x0f','\x32','\x08','\x06','\x31','\xff','\xe0','\x31','\x08','\x20','\x31','\xff','\xe0','\x31','\x08','\x20','\x31','\x08','\x28','\x21','\xff','\xf8','\x60','\x03','\x14','\x40','\x23','\x3e','\x40','\x73','\x03','\x81','\xc3','\xff','\x0e','\x01','\xfe','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc0','\x19','\x80','\xc0','\x1f','\xc0','\xc6','\x11','\x9f','\xff','\x31','\x01','\x80','\x22','\x01','\x80','\x3f','\xe1','\x80','\x72','\x61','\x8c','\xb2','\x61','\xfe','\x32','\x61','\x8c','\x3f','\xe1','\x8c','\x32','\x61','\x8c','\x32','\x61','\x8c','\x32','\x61','\x8c','\x3f','\xe3','\x0c','\x00','\x43','\x0c','\x00','\x23','\x0c','\x25','\x32','\x0c','\x25','\x36','\x1c','\x65','\x04','\x18','\xc0','\x08','\xf8','\xc0','\x10','\x30','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x19','\x83','\x00','\x1f','\xc3','\x06','\x11','\x87','\xff','\x31','\x06','\xc0','\x22','\x04','\xc0','\x3f','\xec','\xc0','\x72','\x68','\xcc','\xb2','\x70','\xfe','\x32','\x60','\xc0','\x3f','\xe0','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc6','\x3f','\xe0','\xff','\x00','\x00','\xc0','\x00','\x40','\xc0','\x25','\x20','\xc0','\x25','\x30','\xc0','\x65','\x30','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\x10','\x00','\x00','\x1c','\x00','\x0c','\x18','\x0f','\xfe','\x19','\x80','\xc0','\x1f','\xc0','\xc0','\x11','\x88','\xc8','\x31','\x04','\xce','\x22','\x04','\xcc','\x3f','\xe6','\xc8','\x72','\x66','\xd0','\xb2','\x60','\xc0','\x32','\x60','\xc6','\x3f','\xff','\xff','\x32','\x60','\xc0','\x32','\x60','\xc0','\x32','\x60','\xc0','\x3f','\xe0','\xc0','\x00','\x00','\xc0','\x00','\x40','\xc0','\x25','\x20','\xc0','\x25','\x30','\xc0','\x65','\x30','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x06','\x00','\x19','\x86','\x0c','\x1f','\xc7','\xfe','\x11','\x84','\x0c','\x31','\x0c','\x0c','\x22','\x08','\xcc','\x3f','\xef','\xec','\x72','\x70','\xcc','\xb2','\x60','\xcc','\x32','\x60','\xcc','\x3f','\xe4','\xcc','\x32','\x67','\xcc','\x32','\x66','\x1c','\x32','\x66','\x18','\x3f','\xe6','\x78','\x00','\x06','\x30','\x00','\x46','\x02','\x25','\x26','\x02','\x25','\x36','\x02','\x65','\x36','\x03','\xc0','\x07','\xff','\xc0','\x03','\xfe','\x10','\x00','\x00','\x1c','\x00','\x06','\x18','\x1f','\xff','\x19','\x81','\x80','\x1f','\xc1','\x80','\x11','\x81','\x80','\x31','\x03','\x00','\x22','\x03','\x00','\x3f','\xe3','\x00','\x72','\x62','\x00','\xb2','\x66','\x0c','\x32','\x67','\xfe','\x3f','\xeb','\x0c','\x32','\x6b','\x0c','\x32','\x73','\x0c','\x32','\x63','\x0c','\x3f','\xe3','\x0c','\x00','\x03','\x0c','\x00','\x43','\x0c','\x25','\x63','\x0c','\x25','\x23','\x0c','\x65','\x03','\xfc','\xc0','\x03','\x0c','\xc0','\x03','\x0c','\x10','\x02','\x00','\x1c','\x03','\x80','\x18','\x03','\x00','\x19','\x86','\x18','\x1f','\xc7','\xfc','\x11','\x8c','\x18','\x31','\x0a','\x30','\x22','\x12','\x30','\x3f','\xe1','\x60','\x72','\x60','\xc0','\xb2','\x61','\xe0','\x32','\x63','\x30','\x3f','\xe6','\x1c','\x32','\x6d','\x0f','\x32','\x70','\xc6','\x32','\x60','\x60','\x3f','\xe0','\x60','\x00','\x00','\x00','\x00','\x42','\x00','\x25','\x21','\x80','\x25','\x30','\xc0','\x65','\x30','\x60','\xc0','\x00','\x70','\xc0','\x00','\x30','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x08','\xc0','\x19','\x88','\xc6','\x1f','\xcf','\xff','\x11','\x88','\x06','\x31','\x18','\x04','\x22','\x19','\xc8','\x3f','\xe1','\x80','\x72','\x61','\x80','\xb2','\x63','\x06','\x32','\x7f','\xff','\x3f','\xe3','\x18','\x32','\x63','\x18','\x32','\x66','\x18','\x32','\x66','\x18','\x3f','\xe6','\x30','\x00','\x0d','\xb0','\x00','\x4c','\xe0','\x25','\x20','\x70','\x25','\x30','\xd8','\x65','\x31','\x9c','\xc0','\x03','\x0e','\xc0','\x0c','\x06','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x06','\x30','\x19','\x87','\xf8','\x1f','\xcc','\x30','\x11','\x88','\x60','\x31','\x10','\x40','\x22','\x20','\x86','\x3f','\x9f','\xff','\x64','\x98','\x00','\xa4','\x98','\x00','\x24','\x99','\x0c','\x3f','\x99','\xfe','\x24','\x99','\x8c','\x24','\x99','\x8c','\x24','\x99','\x8c','\x3f','\x99','\x8c','\x00','\x19','\xbc','\x00','\x99','\x98','\x2a','\xd1','\x82','\x2a','\x51','\x82','\x6a','\x21','\x83','\xc0','\x41','\xff','\xc0','\x00','\xfe','\x10','\x07','\x00','\x1c','\x06','\x0c','\x18','\x06','\x1e','\x19','\x86','\x70','\x1f','\xc7','\xc0','\x11','\x86','\x02','\x31','\x06','\x02','\x22','\x06','\x03','\x3f','\xe7','\xff','\x72','\x63','\xfe','\xb2','\x60','\x00','\x32','\x60','\x00','\x3f','\xe2','\x0c','\x32','\x63','\xfe','\x32','\x63','\x0c','\x32','\x63','\x0c','\x3f','\xe3','\x0c','\x00','\x03','\xfc','\x00','\x43','\x0c','\x25','\x23','\x0c','\x25','\x33','\x0c','\x65','\x33','\x0c','\xc0','\x03','\xfc','\xc0','\x03','\x0c','\x10','\x0c','\x70','\x1c','\x0e','\x60','\x18','\x0c','\x60','\x19','\x8c','\x60','\x1f','\xcc','\x60','\x11','\x98','\x66','\x31','\x1f','\xff','\x22','\x18','\x60','\x7f','\xb8','\x60','\xa4','\xb8','\x60','\x24','\xd8','\xf0','\x24','\x98','\xf0','\x3f','\x98','\xf0','\x24','\x98','\xe8','\x24','\x99','\xe8','\x24','\x99','\x6c','\x3f','\x99','\x6c','\x00','\x1b','\x67','\x00','\x1a','\x66','\x2a','\x9c','\x66','\x2a','\xd8','\x60','\x6a','\x58','\x60','\xc0','\x18','\x60','\xc0','\x18','\x60','\x10','\x00','\x1c','\x1c','\x00','\xfe','\x18','\x0f','\xc0','\x19','\x80','\x80','\x1f','\xc0','\xe0','\x11','\x80','\xc0','\x31','\x09','\x90','\x22','\x05','\x1c','\x3f','\xe6','\x18','\x72','\x63','\x30','\xb2','\x63','\x20','\x32','\x60','\x48','\x3f','\xe0','\x84','\x32','\x6f','\xfe','\x32','\x67','\xe3','\x32','\x64','\x63','\x3f','\xe0','\x60','\x00','\x02','\x68','\x00','\x43','\x64','\x25','\x63','\x66','\x25','\x26','\x63','\x65','\x04','\x63','\xc0','\x08','\x60','\xc0','\x00','\x60','\x10','\x03','\x80','\x0e','\x23','\x00','\x86','\x3b','\x30','\x70','\x33','\x0e','\x30','\x63','\x07','\x02','\x43','\x33','\x04','\x8f','\x78','\x18','\x03','\xe0','\xf0','\x0f','\x00','\x63','\xf0','\x00','\x61','\x83','\x00','\x33','\xff','\x80','\x06','\x02','\x00','\x0f','\xff','\xf0','\x3c','\x18','\x30','\xcc','\x18','\x30','\x0f','\xff','\xf0','\x0c','\x18','\x30','\x0c','\x18','\x30','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0c','\x42','\x38','\x78','\x61','\x8e','\x60','\x61','\x86','\x10','\x00','\xe0','\x1c','\x10','\xc4','\x18','\x08','\xc7','\x19','\x8c','\xc6','\x1f','\xc6','\xcc','\x11','\x86','\xc8','\x31','\x00','\xc0','\x22','\x04','\xcc','\x3f','\xe7','\xfe','\x72','\x66','\x0c','\xb2','\x66','\x0c','\x32','\x66','\x0c','\x3f','\xe7','\xfc','\x32','\x66','\x0c','\x32','\x66','\x0c','\x32','\x66','\x0c','\x3f','\xe7','\xfc','\x00','\x06','\x0c','\x00','\x46','\x0c','\x25','\x26','\x0c','\x25','\x36','\x0c','\x65','\x36','\x0c','\xc0','\x06','\x7c','\xc0','\x06','\x18','\x10','\x00','\xe8','\x1c','\x00','\xc6','\x18','\x00','\xc2','\x19','\x80','\xc0','\x1f','\xdf','\xff','\x11','\x80','\xc0','\x31','\x00','\xc0','\x22','\x08','\xc2','\x3f','\xef','\xff','\x72','\x68','\xc2','\xb2','\x68','\xc2','\x32','\x68','\xc2','\x3f','\xef','\xfe','\x32','\x68','\xc2','\x32','\x68','\xc2','\x32','\x68','\xc2','\x3f','\xef','\xfe','\x00','\x08','\xc2','\x00','\x48','\xc2','\x25','\x68','\xc2','\x25','\x28','\xc2','\x65','\x08','\xc2','\xc0','\x08','\xce','\xc0','\x08','\xc6','\x10','\x03','\x07','\x1c','\x0f','\x86','\x18','\x3c','\x36','\x19','\x84','\x26','\x1f','\xc4','\x26','\x11','\x84','\x26','\x31','\x04','\x26','\x22','\x3f','\xa6','\x7f','\x84','\x26','\xa4','\x84','\x26','\x24','\x84','\x26','\x24','\x8e','\x26','\x3f','\x8d','\x26','\x24','\x8d','\xa6','\x24','\x9d','\xa6','\x24','\x94','\x26','\x3f','\x94','\x26','\x00','\x24','\x26','\x00','\x04','\x06','\x2a','\x84','\x06','\x2a','\xc4','\x06','\x6a','\xc4','\x06','\xc0','\x04','\x3e','\xc0','\x04','\x0c','\x10','\x00','\x08','\x1c','\x06','\x1c','\x18','\x01','\xb8','\x19','\x80','\xf0','\x1f','\xc1','\x9c','\x11','\x8e','\x0c','\x31','\x01','\xc0','\x22','\x01','\x86','\x3f','\xff','\xff','\x72','\x63','\x00','\xb2','\x62','\x70','\x32','\x66','\x60','\x3f','\xe4','\x62','\x32','\x6f','\xff','\x32','\x74','\x62','\x32','\x64','\x62','\x3f','\xe4','\x62','\x00','\x04','\x62','\x00','\x44','\x62','\x25','\x24','\x6e','\x25','\x34','\x66','\x65','\x30','\x60','\xc0','\x00','\x60','\xc0','\x00','\x60','\x10','\x00','\x06','\x1c','\x0f','\xff','\x18','\x00','\x0c','\x19','\x81','\x08','\x1f','\xc0','\xd0','\x11','\x80','\x60','\x31','\x04','\x62','\x22','\x07','\xff','\x3f','\xe4','\x62','\x72','\x64','\x62','\xb2','\x64','\x62','\x32','\x67','\xfe','\x3f','\xe4','\x62','\x32','\x64','\x62','\x32','\x64','\x62','\x32','\x64','\x62','\x3f','\xe7','\xfe','\x00','\x04','\x62','\x00','\x44','\x62','\x25','\x24','\x62','\x25','\x34','\x62','\x65','\x34','\x62','\xc0','\x04','\x6e','\xc0','\x04','\x66','\x10','\x08','\x18','\x1c','\x0f','\xfc','\x18','\x0c','\x18','\x19','\x8c','\x18','\x1f','\xcc','\x18','\x11','\x8f','\xf8','\x31','\x0c','\x18','\x22','\x0c','\x18','\x3f','\xec','\x18','\x72','\x6f','\xf8','\xb2','\x63','\x00','\x32','\x62','\x00','\x3f','\xe4','\x06','\x32','\x67','\xff','\x32','\x69','\xb6','\x32','\x71','\x26','\x3f','\xe3','\x66','\x00','\x02','\x46','\x00','\x44','\xc6','\x25','\x28','\x86','\x25','\x31','\x0e','\x65','\x32','\x0c','\xc0','\x00','\x7c','\xc0','\x00','\x18','\x10','\x00','\x80','\x1c','\x01','\xc0','\x18','\x0b','\x0c','\x19','\x8c','\x3e','\x1f','\xcc','\x0c','\x11','\x8c','\x0c','\x31','\x0c','\x0c','\x22','\x0f','\x3c','\x3f','\xec','\x0c','\x72','\x6c','\x0c','\xb2','\x6c','\x0c','\x32','\x6c','\x0c','\x3f','\xef','\xfc','\x32','\x60','\x30','\x32','\x62','\x30','\x32','\x63','\xb0','\x3f','\xe3','\x30','\x00','\x03','\x30','\x00','\x43','\x32','\x25','\x66','\x32','\x25','\x26','\x32','\x65','\x0c','\x33','\xc0','\x18','\x3f','\xc0','\x60','\x1e','\x10','\x04','\x0c','\x1c','\x07','\xfe','\x18','\x06','\x0c','\x19','\x86','\x0c','\x1f','\xc6','\x0c','\x11','\x87','\xfc','\x31','\x06','\x0c','\x22','\x06','\x0c','\x3f','\xe6','\x0c','\x72','\x67','\xfc','\xb2','\x60','\x00','\x32','\x60','\x00','\x3f','\xe7','\x38','\x32','\x66','\x32','\x32','\x66','\x33','\x32','\x66','\x36','\x3f','\xe7','\xb8','\x00','\x06','\x30','\x00','\x46','\x30','\x25','\x66','\x32','\x25','\x26','\x32','\x65','\x07','\xb3','\xc0','\x1e','\x3f','\xc0','\x08','\x1e','\x10','\x04','\x42','\x1c','\x06','\x63','\x18','\x0c','\xc6','\x19','\x88','\x8c','\x1f','\xd1','\x10','\x11','\x88','\x88','\x31','\x0c','\xc4','\x22','\x04','\x46','\x3f','\xe6','\x63','\x72','\x66','\x63','\xb2','\x60','\x00','\x32','\x60','\x00','\x3f','\xef','\xfe','\x32','\x6c','\x46','\x32','\x6c','\x46','\x32','\x6c','\x46','\x3f','\xec','\x46','\x00','\x0f','\xfe','\x00','\x4c','\x46','\x25','\x6c','\x46','\x25','\x2c','\x46','\x65','\x0c','\x46','\xc0','\x0f','\xfe','\xc0','\x0c','\x06','\x10','\x03','\xb8','\x1c','\x03','\x30','\x18','\x03','\x30','\x19','\x83','\x30','\x1f','\xc3','\x32','\x11','\x9f','\x3f','\x31','\x03','\x30','\x22','\x03','\x30','\x3f','\xe3','\x30','\x72','\x63','\x32','\xb2','\x7f','\x3f','\x32','\x63','\x30','\x3f','\xe3','\x30','\x32','\x63','\x30','\x32','\x63','\x30','\x32','\x67','\x32','\x3f','\xfb','\x3f','\x00','\x13','\x30','\x00','\x43','\x30','\x25','\x62','\x30','\x25','\x26','\x30','\x65','\x04','\x30','\xc0','\x08','\x30','\xc0','\x30','\x30','\x10','\x01','\x00','\x1c','\x01','\xc0','\x18','\x01','\x90','\x19','\x82','\x0c','\x1f','\xdf','\xf6','\x11','\x8f','\x06','\x31','\x00','\x00','\x22','\x08','\x08','\x7f','\x91','\x90','\xa4','\x95','\x92','\x24','\xfb','\x7d','\x24','\xa3','\x21','\x3f','\x86','\x30','\x24','\x8c','\x9c','\x24','\x99','\xcf','\x24','\xe3','\x06','\x3f','\x8c','\x20','\x00','\x00','\x70','\x00','\x81','\xc4','\x2a','\xce','\x0e','\x2a','\xc0','\x1c','\x6a','\x40','\x70','\xca','\x01','\xc0','\xc0','\x1e','\x00','\x10','\x0e','\x30','\x1c','\x0c','\x30','\x18','\x0c','\x30','\x19','\x8c','\x38','\x1f','\x8c','\xa8','\x11','\x7f','\xe8','\x31','\x10','\x4c','\x22','\x10','\x44','\x3f','\x90','\xc6','\x64','\x92','\x87','\xa4','\x9f','\x02','\x24','\x92','\x40','\x3f','\x92','\x30','\x24','\x92','\x18','\x24','\x92','\x18','\x24','\x92','\x00','\x3f','\x92','\x00','\x00','\x12','\x40','\x00','\xb2','\x20','\x2a','\xa2','\x30','\x2a','\xa6','\x18','\x6a','\x66','\x1c','\xc0','\x5c','\x0c','\xc0','\x8c','\x0c','\x10','\x00','\xe0','\x1c','\x00','\xc4','\x18','\x00','\xfe','\x19','\x80','\xc0','\x1f','\xc8','\xc2','\x11','\x8f','\xff','\x31','\x08','\x06','\x22','\x08','\x84','\x3f','\xe8','\x80','\x72','\x68','\xf0','\xb2','\x6f','\x84','\x32','\x68','\x86','\x3f','\xe8','\xfe','\x32','\x68','\x7c','\x32','\x68','\x00','\x32','\x69','\x00','\x3f','\xe9','\xdc','\x00','\x09','\x98','\x00','\x49','\x98','\x25','\x59','\x9a','\x25','\x51','\x1a','\x65','\x13','\x1b','\xc0','\x22','\x1f','\xc0','\x0c','\x0e','\x10','\x01','\x80','\x1c','\x01','\x80','\x18','\x01','\x40','\x19','\x83','\x40','\x1f','\xc2','\x20','\x11','\x86','\x30','\x31','\x04','\x1c','\x22','\x0b','\xef','\x3f','\xf0','\x06','\x72','\x60','\x18','\xb2','\x67','\xfc','\x32','\x60','\x18','\x3f','\xe0','\x18','\x32','\x60','\x30','\x32','\x60','\x30','\x32','\x60','\x80','\x3f','\xe0','\x60','\x00','\x03','\x28','\x00','\x4b','\x06','\x25','\x6b','\x03','\x25','\x2b','\x13','\x65','\x1b','\x18','\xc0','\x1b','\xf8','\xc0','\x01','\xf0','\x10','\x10','\x86','\x1c','\x1f','\xbf','\x18','\x18','\x86','\x19','\x98','\x86','\x1f','\xd8','\x86','\x11','\x98','\x86','\x31','\x18','\x86','\x22','\x1f','\xbe','\x3f','\x98','\x86','\x64','\x98','\x00','\xa4','\x98','\x00','\x24','\x98','\xfe','\x3f','\x98','\x46','\x24','\x9f','\x46','\x24','\x98','\x44','\x24','\x98','\x2c','\x3f','\x98','\x2c','\x00','\x18','\x28','\x00','\x9f','\x18','\x2a','\xd8','\x10','\x2a','\x58','\x38','\x6a','\x18','\x2c','\xc0','\x18','\x4f','\xc0','\x18','\x86','\x10','\x00','\x70','\x1c','\x00','\x64','\x18','\x00','\x62','\x19','\x80','\x62','\x1f','\xd0','\x60','\x11','\x9f','\xff','\x31','\x10','\x60','\x22','\x10','\x60','\x3f','\x90','\x60','\x64','\x97','\xa4','\xa4','\x90','\x27','\x24','\x90','\x26','\x3f','\x97','\xa6','\x24','\x94','\xac','\x24','\x94','\xac','\x24','\x94','\xb8','\x3f','\x94','\x98','\x00','\x17','\x90','\x00','\x90','\x3a','\x2a','\xb0','\x2a','\x2a','\xa0','\x6e','\x6a','\x60','\xc6','\xc0','\x41','\x87','\xc0','\x86','\x03','\x10','\x00','\x80','\x1c','\x00','\xe0','\x18','\x04','\xcc','\x19','\x87','\xfe','\x1f','\xc6','\x0c','\x11','\x86','\x0c','\x31','\x07','\xfc','\x22','\x06','\x0c','\x3f','\xe6','\x0c','\x72','\x66','\x0c','\xb2','\x67','\xfc','\x32','\x60','\x00','\x3f','\xe0','\x0c','\x32','\x6f','\xfe','\x32','\x60','\xc0','\x32','\x60','\xc0','\x3f','\xe0','\xcc','\x00','\x0f','\xfe','\x00','\x40','\xc0','\x25','\x60','\xc0','\x25','\x20','\xc0','\x65','\x00','\xc6','\xc0','\x1f','\xff','\xc0','\x00','\x00','\x10','\x00','\x00','\x1c','\x08','\x0c','\x18','\x0f','\xfe','\x19','\x8c','\xcc','\x1f','\xcc','\xcc','\x11','\x8c','\xcc','\x31','\x0c','\xcc','\x22','\x0f','\xfc','\x3f','\xec','\xcc','\x72','\x6c','\xcc','\xb2','\x6c','\xcc','\x32','\x6c','\xcc','\x3f','\xef','\xfc','\x32','\x60','\x00','\x32','\x60','\x80','\x32','\x60','\x60','\x3f','\xe3','\x20','\x00','\x03','\x04','\x00','\x4b','\x02','\x25','\x6b','\x13','\x25','\x2b','\x13','\x65','\x1b','\x18','\xc0','\x1b','\xf8','\xc0','\x01','\xf0','\x10','\x08','\x10','\x1c','\x06','\x1c','\x18','\x03','\x18','\x19','\x83','\x10','\x1f','\xc0','\x26','\x11','\xbf','\xff','\x31','\x01','\x20','\x22','\x01','\x20','\x3f','\x91','\x26','\x64','\x9f','\xff','\xa4','\x99','\x26','\x24','\x99','\x26','\x3f','\x99','\x26','\x24','\x9b','\x3e','\x24','\x9a','\x1e','\x24','\x9c','\x06','\x3f','\x98','\x06','\x00','\x18','\x06','\x00','\x9f','\xfe','\x2a','\xd8','\x06','\x2a','\x58','\x06','\x6a','\x18','\x06','\xc0','\x1f','\xfe','\xc0','\x18','\x06','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc4','\x19','\x8f','\xfe','\x1f','\xc0','\xc0','\x11','\x80','\xc4','\x31','\x0f','\xfe','\x22','\x01','\xa0','\x3f','\xe1','\xa0','\x72','\x61','\x12','\xb2','\x7f','\xff','\x32','\x62','\x08','\x3f','\xe6','\x0c','\x32','\x64','\x07','\x32','\x6b','\xfe','\x32','\x63','\x18','\x3f','\xe3','\x18','\x00','\x03','\x18','\x00','\x43','\xf8','\x25','\x23','\x18','\x25','\x33','\x18','\x65','\x33','\x18','\xc0','\x03','\xf8','\xc0','\x03','\x18','\x10','\x0e','\xd8','\x1c','\x0c','\x90','\x18','\x0c','\x90','\x19','\x8c','\x96','\x1f','\xff','\xff','\x11','\x8c','\x90','\x31','\x0c','\x90','\x22','\x0c','\x90','\x3f','\x8c','\xf0','\x64','\x8c','\x00','\xa4','\x8c','\x0c','\x24','\x8f','\xfe','\x3f','\x8c','\x00','\x24','\x81','\xc0','\x24','\x81','\x86','\x24','\xbf','\xff','\x3f','\x83','\xa0','\x00','\x07','\xa0','\x00','\x85','\x90','\x2a','\xcd','\x98','\x2a','\x49','\x8c','\x6a','\x11','\x8f','\xc0','\x61','\x86','\xc0','\x01','\x80','\x10','\x04','\x00','\x1c','\x07','\x00','\x18','\x06','\x06','\x19','\x8f','\xff','\x1f','\xc8','\x00','\x11','\x90','\x00','\x31','\x07','\xfc','\x22','\x06','\x0c','\x3f','\xe6','\x0c','\x72','\x67','\xfc','\xb2','\x66','\x0c','\x32','\x66','\x0c','\x3f','\xe7','\xfc','\x32','\x61','\x80','\x32','\x61','\x00','\x32','\x63','\xfc','\x3f','\xe2','\x0c','\x00','\x05','\x18','\x00','\x48','\xb0','\x25','\x20','\x60','\x25','\x30','\xf0','\x65','\x31','\x9c','\xc0','\x06','\x0f','\xc0','\x18','\x06','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc6','\x19','\x9f','\xff','\x1f','\xc0','\xc0','\x11','\x80','\xc0','\x31','\x08','\xc4','\x22','\x0f','\xfe','\x3f','\xe8','\xc4','\x72','\x6c','\xcc','\xb2','\x6a','\xcc','\x32','\x6a','\xd4','\x3f','\xe8','\xc4','\x32','\x6f','\xfc','\x32','\x68','\xc4','\x32','\x61','\xe0','\x3f','\xe1','\xe0','\x00','\x03','\xf0','\x00','\x42','\xd0','\x25','\x66','\xd8','\x25','\x24','\xcc','\x65','\x08','\xcf','\xc0','\x10','\xc6','\xc0','\x00','\xc0','\x10','\x00','\x38','\x1c','\x00','\x34','\x18','\x00','\x36','\x19','\x80','\x32','\x1f','\xd0','\x30','\x11','\x9f','\xff','\x31','\x10','\x30','\x22','\x10','\x30','\x3f','\x90','\x30','\x64','\x9f','\xb2','\xa4','\x90','\x33','\x24','\x92','\x33','\x3f','\x92','\x32','\x24','\x9f','\xd2','\x24','\x94','\x96','\x24','\x94','\x94','\x3f','\x95','\x9c','\x00','\x15','\x08','\x00','\x95','\x0a','\x2a','\xd3','\x8a','\x2a','\x52','\x9e','\x6a','\x34','\x96','\xc0','\x20','\x27','\xc0','\x40','\xc3','\x10','\x00','\x00','\x1c','\x02','\x0c','\x18','\x03','\xfe','\x19','\x82','\x04','\x1f','\xc2','\x64','\x11','\x82','\x64','\x31','\x02','\xc4','\x22','\x02','\xb4','\x3f','\xe3','\x14','\x72','\x62','\x04','\xb2','\x63','\xfc','\x32','\x62','\x04','\x3f','\xe0','\x00','\x32','\x64','\x06','\x32','\x67','\xff','\x32','\x64','\x92','\x3f','\xe4','\x92','\x00','\x04','\x92','\x00','\x44','\x92','\x25','\x64','\x92','\x25','\x24','\x92','\x65','\x04','\x92','\xc0','\x0f','\xff','\xc0','\x00','\x00','\x10','\x00','\x00','\x1c','\x02','\x0c','\x18','\x03','\xfe','\x19','\x83','\x0c','\x1f','\xc3','\x0c','\x11','\x83','\x0c','\x31','\x03','\xfc','\x22','\x03','\x0c','\x3f','\xe3','\x0c','\x72','\x63','\x0c','\xb2','\x63','\xfc','\x32','\x60','\x00','\x3f','\xe0','\x00','\x32','\x64','\x06','\x32','\x67','\xff','\x32','\x64','\x92','\x3f','\xe4','\x92','\x00','\x04','\x92','\x00','\x44','\x92','\x25','\x64','\x92','\x25','\x24','\x92','\x65','\x04','\x92','\xc0','\x0f','\xff','\xc0','\x00','\x00','\x10','\x10','\x06','\x1c','\x1f','\xff','\x18','\x19','\x26','\x19','\x99','\x26','\x1f','\xd9','\x26','\x11','\x99','\x26','\x31','\x1f','\xfe','\x22','\x00','\x00','\x3f','\x80','\xe0','\x64','\x84','\xc0','\xa4','\x86','\xc8','\x24','\x8c','\xc4','\x3f','\x88','\xc6','\x24','\x90','\xe3','\x24','\xa0','\xe3','\x24','\x84','\xd0','\x3f','\x86','\xd0','\x00','\x04','\xd8','\x00','\x8c','\xc8','\x2a','\xc8','\xcc','\x2a','\x48','\xcf','\x6a','\x10','\xc6','\xc0','\x20','\xc6','\xc0','\x00','\xc0','\x10','\x10','\x00','\x1c','\x1c','\x06','\x18','\x19','\xff','\x19','\x10','\x10','\x1f','\xbe','\x10','\x11','\x22','\x10','\x31','\x22','\x92','\x22','\x22','\xff','\x3f','\xa2','\x92','\x64','\xa2','\x92','\xa4','\xbe','\x92','\x24','\xa0','\x92','\x3f','\xa0','\x92','\x24','\xa0','\x92','\x24','\xbe','\x92','\x24','\xa2','\x92','\x3f','\xa2','\x92','\x00','\x22','\x92','\x00','\x22','\x96','\x2a','\xa2','\x92','\x2a','\xa2','\x10','\x6a','\xbe','\x10','\xc0','\x22','\x10','\xc0','\x00','\x10','\x10','\x01','\x00','\x1c','\x13','\x86','\x18','\x1e','\x7f','\x19','\x98','\x26','\x1f','\xd8','\x26','\x11','\x98','\x26','\x31','\x1a','\x26','\x22','\x1b','\x66','\x3f','\x9f','\x46','\x64','\xf9','\x5e','\xa4','\xb0','\x8c','\x24','\xa1','\x00','\x3f','\x80','\x00','\x24','\x88','\x0c','\x24','\x8f','\xfe','\x24','\x8c','\x8c','\x3f','\x8c','\x8c','\x00','\x0c','\x8c','\x00','\x8f','\xfc','\x2a','\xcc','\x8c','\x2a','\x4c','\x8c','\x6a','\x0c','\x8c','\xc0','\x0f','\xfc','\xc0','\x0c','\x0c','\x10','\x1c','\x1c','\x1c','\x18','\x18','\x18','\x18','\x18','\x19','\x98','\x18','\x1f','\x98','\x18','\x11','\xfe','\x99','\x31','\x06','\xff','\x22','\x06','\x99','\x3f','\x84','\x99','\x64','\x8c','\x99','\xa4','\x88','\x99','\x24','\x98','\xff','\x3f','\x98','\x99','\x24','\xbc','\x99','\x24','\xda','\x99','\x24','\x9b','\x99','\x3f','\x98','\xff','\x00','\x18','\x99','\x00','\x98','\x18','\x2a','\xd8','\x18','\x2a','\x58','\x18','\x6a','\x18','\x18','\xc0','\x18','\x18','\xc0','\x18','\x18','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x10','\xc6','\x19','\x9f','\xff','\x1f','\xd0','\xc0','\x11','\x90','\xc0','\x31','\x17','\xfc','\x22','\x10','\xc4','\x3f','\x90','\xc4','\x64','\x9f','\xff','\xa4','\x90','\xc4','\x24','\x90','\xc4','\x3f','\x97','\xfc','\x24','\x90','\xc2','\x24','\x94','\xc3','\x24','\x92','\xc2','\x3f','\x92','\xe4','\x00','\x10','\xe0','\x00','\x90','\xd0','\x2a','\xb3','\xd8','\x2a','\xae','\xcc','\x6a','\x24','\xcf','\xc0','\x43','\xc6','\xc0','\x01','\x80','\x07','\x01','\x00','\x06','\x01','\xc0','\x7f','\xe1','\x86','\x06','\x03','\xff','\xff','\xf2','\x10','\x06','\x05','\x18','\xff','\xf0','\xb0','\x0c','\x00','\x60','\x1f','\xe0','\xb0','\x18','\x63','\x1c','\x33','\xec','\x0f','\x60','\xc0','\x06','\x81','\xff','\x80','\x03','\x01','\x00','\x0f','\xff','\xf0','\x38','\x10','\x10','\xcf','\xff','\xf0','\x08','\x10','\x10','\x08','\x10','\x10','\x0f','\xff','\xf0','\x00','\x00','\x00','\x0c','\x42','\x38','\x78','\x61','\x8e','\x60','\x61','\x86','\x10','\x00','\xe0','\x1c','\x00','\xc0','\x18','\x00','\xc4','\x19','\x8f','\xfe','\x1f','\xc0','\x08','\x11','\x84','\x0c','\x31','\x03','\x08','\x22','\x61','\x12','\x3f','\xff','\xff','\x72','\x60','\x00','\xb2','\x67','\xfc','\x32','\x66','\x0c','\x3f','\xe6','\x0c','\x32','\x67','\xfc','\x32','\x66','\x0c','\x32','\x66','\x0c','\x3f','\xe7','\xfc','\x00','\x00','\xc0','\x00','\x40','\xc2','\x25','\x7f','\xff','\x25','\x20','\xc0','\x65','\x20','\xc0','\xc0','\x00','\xc0','\xc0','\x00','\xc0','\x10','\x00','\x06','\x1c','\x1f','\xff','\x18','\x01','\x20','\x19','\x81','\x20','\x1f','\xc9','\x24','\x11','\x8f','\xfe','\x31','\x09','\x24','\x22','\x09','\x24','\x3f','\xe9','\x24','\x72','\x6f','\xfc','\xb2','\x60','\x00','\x32','\x60','\x04','\x3f','\xef','\xfe','\x32','\x60','\x00','\x32','\x60','\x02','\x32','\x7f','\xff','\x3f','\xe0','\xc0','\x00','\x04','\xc0','\x00','\x46','\xc8','\x25','\x6c','\xc4','\x25','\x28','\xc6','\x65','\x10','\xc6','\xc0','\x03','\xc0','\xc0','\x01','\x80','\x10','\x00','\x70','\x1c','\x00','\x60','\x18','\x00','\x66','\x19','\x8f','\xff','\x1f','\xc0','\x60','\x11','\x80','\x60','\x31','\x07','\xfe','\x22','\x00','\x00','\x3f','\xe0','\x00','\x72','\x67','\xfe','\xb2','\x66','\x06','\x32','\x66','\x06','\x3f','\xe7','\xfe','\x32','\x62','\x04','\x32','\x61','\x04','\x32','\x61','\x08','\x3f','\xef','\xff','\x00','\x00','\x00','\x00','\x40','\x00','\x25','\x27','\xfe','\x25','\x36','\x06','\x65','\x36','\x06','\xc0','\x07','\xfe','\xc0','\x06','\x06','\x10','\x00','\xc0','\x1c','\x00','\xc0','\x18','\x01','\xa0','\x19','\x81','\x90','\x1f','\xc3','\x1c','\x11','\x86','\x0f','\x31','\x1b','\xfa','\x22','\x00','\x00','\x3f','\xe0','\x00','\x72','\x6f','\xfe','\xb2','\x68','\x42','\x32','\x6a','\x4a','\x3f','\xe9','\x52','\x32','\x6f','\xfe','\x32','\x60','\x00','\x32','\x60','\x00','\x3f','\xe7','\xfc','\x00','\x06','\x0c','\x00','\x46','\x0c','\x25','\x27','\xfc','\x25','\x36','\x0c','\x65','\x36','\x0c','\xc0','\x07','\xfc','\xc0','\x06','\x0c','\x10','\x01','\xb0','\x1c','\x09','\x24','\x18','\x0f','\xfe','\x19','\x89','\x24','\x1f','\xc9','\x24','\x11','\x8f','\xfc','\x31','\x09','\x24','\x22','\x09','\x24','\x3f','\x8f','\xfc','\x64','\x80','\x00','\xa4','\x80','\x06','\x24','\xbf','\xff','\x3f','\x80','\x00','\x24','\x80','\x00','\x24','\x8f','\xfc','\x24','\x8c','\x0c','\x3f','\x8c','\x0c','\x00','\x0f','\xfc','\x00','\x84','\x10','\x2a','\xc2','\x18','\x2a','\x43','\x10','\x6a','\x03','\x26','\xc0','\x3f','\xff','\xc0','\x00','\x00','\x10','\x04','\x10','\x1c','\x03','\x18','\x18','\x01','\x20','\x19','\x9f','\xfe','\x1f','\xc0','\x80','\x11','\x8f','\xfc','\x31','\x00','\x80','\x22','\x00','\x80','\x3f','\xbf','\xff','\x64','\x86','\x10','\xa4','\x8c','\xc8','\x24','\x8f','\xfc','\x3f','\x94','\x17','\x24','\xa4','\x12','\x24','\x87','\xf0','\x24','\x84','\x10','\x3f','\x84','\x14','\x00','\x07','\xf6','\x00','\x84','\x04','\x2a','\xc4','\xc8','\x2a','\x44','\x30','\x6a','\x1f','\x98','\xc0','\x0e','\x0c','\xc0','\x08','\x0c','\x10','\x00','\xe0','\x1c','\x00','\xc8','\x18','\x00','\xfc','\x19','\x90','\xc2','\x1f','\xdf','\xff','\x11','\x91','\x02','\x31','\x11','\xf0','\x22','\x17','\x04','\x3f','\x90','\xfc','\x64','\x90','\x00','\xa4','\x93','\xfc','\x24','\x92','\x44','\x3f','\x92','\x44','\x24','\x93','\xfc','\x24','\x92','\x44','\x24','\x92','\x44','\x3f','\x93','\xfc','\x00','\x10','\x00','\x00','\xb7','\xfe','\x2a','\xa4','\x92','\x2a','\xa4','\x92','\x6a','\x44','\x92','\xc0','\x0f','\xff','\xc0','\x00','\x00','\x00','\x20','\x00','\x04','\x30','\xc0','\x07','\xff','\xe0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\xc0','\x07','\xff','\xc0','\x06','\x00','\x18','\x07','\xff','\xfc','\x06','\x00','\x00','\x07','\xff','\xfc','\x10','\x00','\x0c','\x31','\x11','\x0c','\x61','\x99','\x8c','\x60','\x88','\xbc','\x00','\x00','\x18','\x02','\x01','\x80','\x03','\xff','\xc0','\x03','\x01','\x80','\x07','\x01','\x82','\x06','\x01','\x82','\x0c','\x01','\x83','\x18','\x01','\xff','\xe0','\x00','\xfe','\x00','\x20','\x00','\x08','\x30','\xc0','\x0f','\xff','\xe0','\x0c','\x00','\xc0','\x0f','\xff','\xc0','\x0c','\x00','\xc0','\x0c','\x00','\xc0','\x0f','\xff','\xc0','\x0c','\x00','\x10','\x0f','\xff','\xf8','\x0c','\x00','\x00','\x0c','\x00','\x0c','\x0f','\xff','\xfe','\x0c','\x00','\x0c','\x00','\x00','\x0c','\x03','\xff','\x0c','\x03','\x03','\x7c','\x03','\x03','\x18','\x03','\x03','\x00','\x06','\x03','\x02','\x06','\x03','\x02','\x0c','\x03','\x03','\x18','\x03','\xff','\xe0','\x01','\xfe','\x00','\x01','\x00','\x00','\x01','\x80','\x0c','\x13','\x18','\x7e','\x1f','\xfc','\x04','\x18','\x18','\x04','\x18','\x18','\x04','\x1f','\xf8','\x04','\x18','\x18','\x04','\x18','\x18','\x0e','\x1f','\xf8','\x0e','\x18','\x00','\x0a','\x18','\x06','\x0a','\x1f','\xff','\x1b','\x18','\x00','\x19','\x18','\x06','\x11','\x9f','\xff','\x31','\xd8','\x06','\x20','\x80','\x26','\x40','\x09','\x36','\x80','\x49','\x96','\x00','\xcc','\x86','\x01','\x8c','\x0c','\x01','\x80','\x7c','\x00','\x00','\x18','\x00','\x00','\x80','\x00','\xc0','\xc0','\x7f','\xe9','\x98','\x31','\x8f','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\xaf','\xf8','\xff','\xfc','\x00','\x07','\x8c','\x06','\x07','\x8f','\xff','\x0d','\x8c','\x00','\x0d','\x8c','\x06','\x09','\x8f','\xff','\x19','\x8c','\x06','\x11','\x80','\x26','\x31','\x8a','\x96','\x21','\x8a','\x96','\x41','\x9a','\x86','\x81','\xb0','\x0c','\x0f','\xb0','\x7c','\x03','\x00','\x18','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x80','\x30','\x80','\xc0','\x30','\xe9','\x98','\x30','\xcf','\xfc','\x30','\xcc','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x33','\x0c','\x18','\x33','\x0c','\x18','\x37','\x0f','\xf8','\x3b','\x0c','\x00','\x33','\x0c','\x06','\x33','\x0f','\xff','\x33','\x0c','\x00','\x23','\x0c','\x06','\x23','\x0f','\xff','\x63','\x00','\x06','\x43','\x15','\x46','\x43','\x35','\x26','\x83','\x65','\x0c','\x03','\x60','\x3c','\x03','\x00','\x18','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x04','\x00','\x30','\x06','\x00','\x30','\x8c','\x60','\x30','\xff','\xf0','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xff','\xe0','\x30','\xc0','\x60','\x30','\xc0','\x60','\x30','\xff','\xe0','\x30','\xc0','\x00','\x30','\xc0','\x0c','\x30','\xff','\xfe','\x30','\xc0','\x00','\x20','\xc0','\x06','\x20','\xff','\xff','\x62','\x00','\x86','\x42','\x44','\x66','\x46','\x66','\x26','\x8c','\x66','\x0c','\x0c','\x00','\x7c','\x00','\x00','\x18','\x04','\x00','\xe0','\x07','\x00','\xc0','\x26','\x60','\xc0','\x3f','\xf0','\xc0','\x30','\x60','\xcc','\x30','\x67','\xfe','\x3f','\xe0','\xcc','\x30','\x60','\xcc','\x30','\x60','\xcc','\x3f','\xe0','\xcc','\x30','\x00','\xcc','\x30','\x30','\xcc','\x3f','\xff','\xff','\x30','\x01','\xa0','\x30','\x31','\xa0','\x3f','\xf9','\xa0','\x30','\x31','\xb0','\x00','\x31','\x10','\x2a','\xb1','\x18','\x2a','\xb3','\x18','\x68','\x32','\x0c','\xc0','\x62','\x0f','\xc3','\xe4','\x06','\x00','\xc8','\x06','\x00','\x00','\x80','\x0e','\x00','\xc0','\x0c','\x09','\x98','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x4c','\x0c','\x18','\x4c','\xcf','\xf8','\x7f','\xec','\x18','\xcc','\xcc','\x18','\xcc','\x8f','\xf8','\x0c','\x0c','\x00','\x0e','\x0c','\x06','\x0a','\x0f','\xff','\x0a','\x0c','\x00','\x1a','\x0c','\x06','\x1a','\x2f','\xff','\x12','\xcc','\x06','\x13','\x80','\x26','\x33','\x12','\x96','\x22','\x12','\x96','\x40','\x32','\x86','\x80','\x60','\x0c','\x00','\x60','\x7c','\x00','\x00','\x18','\x00','\x00','\x80','\x07','\x00','\xc0','\x06','\x09','\x98','\x26','\x0f','\xfc','\x26','\x6c','\x18','\x7f','\xfc','\x18','\x60','\x6f','\xf8','\xc0','\x4c','\x18','\xc0','\x0c','\x18','\x11','\x0f','\xf8','\x19','\x0c','\x00','\x19','\x0c','\x06','\x19','\x8f','\xff','\x18','\x8c','\x00','\x10','\x8c','\x06','\x30','\xcf','\xff','\x30','\xcc','\x06','\x20','\x60','\x26','\x60','\x42','\x96','\x40','\x12','\x96','\x80','\x32','\x86','\x00','\x60','\x0c','\x00','\x60','\x7c','\x00','\x00','\x18','\x00','\x1c','\x00','\x08','\x18','\x30','\x0f','\xff','\xf8','\x0c','\x18','\x30','\x0c','\x30','\x30','\x0c','\x30','\x36','\xff','\xff','\xff','\x00','\xc1','\x00','\x01','\x90','\xc0','\x06','\x18','\x70','\x1b','\xff','\xdf','\xe3','\x00','\xc6','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\x00','\x03','\xff','\xf0','\x03','\x00','\x0c','\x03','\xff','\xfe','\x08','\x02','\x0c','\x09','\x11','\x8c','\x11','\x99','\x98','\x71','\x98','\x78','\x60','\x00','\x30','\x01','\x80','\xc0','\x09','\x24','\x88','\x09','\x74','\xbc','\x1b','\x0d','\x80','\x12','\x89','\x40','\x04','\x62','\x30','\x28','\x24','\x16','\x3f','\xff','\xff','\x60','\x30','\x06','\xc2','\x20','\xc4','\xc3','\xff','\xe8','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\xc0','\x03','\xff','\xc0','\x03','\x00','\x00','\x03','\xff','\xf0','\x03','\x00','\x0c','\x03','\xff','\xfe','\x08','\x02','\x0c','\x09','\x11','\x8c','\x11','\x99','\x98','\x71','\x98','\x78','\x60','\x00','\x30','\x00','\x00','\x80','\x0e','\x00','\xc0','\x0c','\x09','\x98','\x0c','\x0f','\xfc','\x0c','\x0c','\x18','\x0c','\xcc','\x18','\xff','\xef','\xf8','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\x0c','\x0f','\xf8','\x0c','\x0c','\x00','\x4d','\x8c','\x06','\x7f','\xcf','\xff','\x61','\x8c','\x00','\x61','\x8c','\x06','\x61','\x8f','\xff','\x61','\x8c','\x06','\x61','\x80','\x26','\x61','\x8a','\x96','\x7f','\x8a','\x96','\x61','\x9a','\x86','\x60','\x30','\x0c','\x00','\x30','\x7c','\x00','\x00','\x18','\x00','\x00','\x80','\x00','\xc0','\xc0','\x47','\xe9','\x98','\x7e','\x0f','\xfc','\x66','\x0c','\x18','\x66','\x0c','\x18','\x66','\x0f','\xf8','\x66','\x0c','\x18','\x66','\x6c','\x18','\x7f','\xff','\xf8','\x66','\x0c','\x00','\x66','\x0c','\x06','\x66','\x0f','\xff','\x63','\x0c','\x00','\x63','\x4c','\x06','\x63','\x4f','\xff','\xfd','\x4c','\x06','\x71','\xc0','\x26','\x40','\xca','\x96','\x00','\xea','\x96','\x06','\x6a','\x86','\xff','\x18','\x0c','\x00','\x18','\x7c','\x00','\x00','\x18','\x00','\x01','\x00','\x00','\xc1','\xc0','\xff','\xe9','\x98','\x10','\x0f','\xfc','\x1c','\x0c','\x18','\x19','\x0c','\x18','\x10','\x8f','\xf8','\x20','\xcc','\x18','\xff','\xec','\x18','\x78','\x6f','\xf8','\x40','\x0c','\x00','\x0e','\x0c','\x06','\x0c','\x0f','\xff','\x0c','\xcc','\x00','\xff','\xec','\x06','\x0c','\x0f','\xff','\x0c','\x0c','\x06','\x0c','\x00','\x26','\x0c','\x0a','\x96','\x0f','\x8a','\x96','\xfc','\x1a','\x86','\x70','\x30','\x0c','\x40','\x30','\x7c','\x00','\x00','\x18','\x04','\x00','\xe0','\x07','\x00','\xc0','\x26','\x60','\xc0','\x3f','\xf4','\xc0','\x30','\x64','\xc6','\x30','\x67','\xff','\x3f','\xec','\x06','\x30','\x6c','\x04','\x30','\x60','\x00','\x3f','\xe1','\xc0','\x30','\x01','\x88','\x30','\x21','\x8e','\x3f','\xf1','\x8c','\x30','\x01','\x98','\x30','\x31','\xb0','\x3f','\xf9','\xc0','\x30','\x31','\x80','\x00','\x31','\x80','\x2a','\xb1','\x84','\x2a','\xb1','\x84','\x68','\x31','\x84','\xc0','\x61','\x86','\xc3','\xe1','\xfe','\x00','\xc0','\xfc','\x00','\x00','\x80','\x0c','\x00','\xc0','\x0c','\x09','\x98','\x1a','\x0f','\xfc','\x19','\x8c','\x18','\x10','\xcc','\x18','\x30','\x6f','\xf8','\x20','\x6c','\x18','\x5f','\x0c','\x18','\x80','\x0f','\xf8','\x00','\x0c','\x00','\x00','\xcc','\x06','\xff','\xef','\xff','\x18','\xcc','\x00','\x18','\xcc','\x06','\x18','\xcf','\xff','\x18','\xcc','\x06','\x18','\xc0','\x26','\x18','\xca','\x96','\x1b','\xca','\x96','\x19','\x9a','\x86','\x18','\x30','\x0c','\x18','\x30','\x7c','\x18','\x00','\x18','\x00','\x00','\x80','\x07','\x00','\xc0','\x06','\x09','\x98','\x06','\x0f','\xfc','\x06','\x6c','\x18','\xff','\xfc','\x18','\x00','\x0f','\xf8','\x21','\x0c','\x18','\x38','\xcc','\x18','\x30','\x6f','\xf8','\x60','\x6c','\x00','\x81','\x0c','\x06','\x21','\x8f','\xff','\x13','\x0c','\x00','\x0b','\x0c','\x06','\x0e','\x0f','\xff','\x04','\x0c','\x06','\x0e','\x00','\x26','\x0b','\x0a','\x96','\x1b','\x0a','\x96','\x11','\x9a','\x86','\x21','\xb0','\x0c','\x40','\x30','\x7c','\x80','\x00','\x18','\x00','\x00','\x80','\x06','\x00','\xc0','\x06','\x09','\x98','\x0d','\x0f','\xfc','\x0c','\xcc','\x18','\x18','\x6c','\x18','\x10','\x6f','\xf8','\x20','\x0c','\x18','\x41','\x0c','\x18','\x9f','\x8f','\xf8','\x00','\x0c','\x00','\x00','\x0c','\x06','\x00','\x0f','\xff','\x21','\x8c','\x00','\x3f','\xcc','\x06','\x31','\x8f','\xff','\x31','\x8c','\x06','\x31','\x80','\x26','\x31','\x8a','\x96','\x31','\x8a','\x96','\x3f','\x9a','\x86','\x31','\xb0','\x0c','\x30','\x30','\x7c','\x00','\x00','\x18','\x10','\x00','\x80','\x1c','\x00','\xc0','\x19','\x09','\x98','\x30','\x8f','\xfc','\x20','\xcc','\x18','\xff','\xec','\x18','\x78','\x6f','\xf8','\x40','\x0c','\x18','\x07','\x0c','\x18','\x26','\x0f','\xf8','\x36','\x0c','\x00','\x26','\xcc','\x06','\x7f','\xef','\xff','\x46','\x0c','\x00','\x86','\x0c','\x06','\x06','\x0f','\xff','\x06','\x6c','\x06','\xff','\xf0','\x26','\x06','\x0a','\x96','\x06','\x0a','\x96','\x06','\x1a','\x86','\x06','\x30','\x0c','\x06','\x30','\x7c','\x06','\x00','\x18','\x08','\x08','\x00','\x0e','\x0c','\x0c','\x1c','\x99','\x3e','\x18','\xff','\x80','\x30','\xc3','\x00','\x60','\xc3','\x00','\x88','\xff','\x00','\x0e','\xc3','\x06','\x0c','\xc3','\x7f','\x18','\xff','\x0c','\x18','\xc0','\x0c','\x38','\xc1','\x8c','\x58','\xff','\xcc','\x98','\xc0','\x0c','\x18','\xc1','\x8c','\x18','\xff','\xcc','\x18','\xc1','\x8c','\x18','\x01','\x8c','\x19','\x55','\x8c','\x19','\x55','\x8c','\x1b','\x41','\x8c','\x1b','\x03','\x0c','\x18','\x1f','\x3c','\x18','\x06','\x18','\x00','\x00','\x80','\x00','\xc0','\xc0','\xff','\xe9','\x98','\x31','\x8f','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\x8f','\xff','\x31','\x8c','\x00','\x31','\x8c','\x06','\x31','\x8f','\xff','\x31','\x8c','\x06','\x31','\x80','\x26','\xff','\x8a','\x96','\x71','\x8a','\x96','\x41','\x9a','\x86','\x01','\xb0','\x0c','\x01','\xb0','\x7c','\x01','\x80','\x18','\x05','\x80','\x80','\x0f','\x00','\xc0','\x19','\x44','\x98','\x71','\x27','\xfc','\x11','\x26','\x18','\x11','\x06','\x18','\x11','\x07','\xf8','\x11','\x26','\x18','\xff','\xf6','\x18','\x11','\x07','\xf8','\x11','\x06','\x00','\x11','\x26','\x06','\x11','\x37','\xff','\x15','\x26','\x00','\x19','\x66','\x06','\x31','\x47','\xff','\xf1','\xc6','\x06','\x51','\x80','\x06','\x13','\xa5','\x56','\x12','\xa5','\x56','\x14','\xa5','\x06','\x10','\xec','\x0c','\x70','\x6c','\x7c','\x30','\x60','\x18','\x01','\x8e','\x40','\x07','\xcc','\x30','\x7e','\x0c','\x10','\x06','\x0c','\x06','\xff','\xff','\xff','\x06','\x06','\x08','\x06','\x02','\x1c','\xff','\xc3','\x70','\x66','\x01','\xc2','\x06','\x4f','\x73','\x3e','\x60','\x3f','\x0f','\xff','\xce','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x06','\x03','\xff','\xff','\x02','\x00','\x00','\x13','\xff','\xfc','\x10','\x02','\x0c','\x31','\x11','\x8c','\x61','\x99','\xbc','\x61','\x98','\x18','\x08','\x00','\x40','\x0e','\x00','\x60','\x0c','\x44','\xc8','\x1f','\xe7','\xfc','\x18','\x86','\x18','\x31','\x06','\x18','\x62','\x67','\xf8','\xbf','\xf6','\x18','\x32','\x66','\x18','\x32','\x67','\xf8','\x32','\x66','\x00','\x3f','\xe6','\x06','\x32','\x67','\xff','\x32','\x66','\x00','\x32','\x66','\x06','\x32','\x67','\xff','\x3f','\xe6','\x06','\x30','\x60','\x06','\x30','\x65','\x56','\x20','\x65','\x56','\x60','\x65','\x06','\x40','\x6c','\x0c','\x43','\xec','\x7c','\x80','\xc0','\x18','\x00','\x00','\x80','\x40','\xc0','\xc0','\x7f','\xe9','\x98','\x60','\xcf','\xfc','\x60','\xcc','\x18','\x60','\xcc','\x18','\x7f','\xcf','\xf8','\x00','\x0c','\x18','\x00','\x0c','\x18','\x7f','\xcf','\xf8','\x60','\xcc','\x00','\x60','\xcc','\x06','\x60','\xcf','\xff','\x7f','\xcc','\x00','\x60','\xcc','\x06','\x60','\xcf','\xff','\x60','\xcc','\x06','\x7f','\xc0','\x26','\x60','\xca','\x96','\x60','\xca','\x96','\x60','\xca','\x86','\x60','\xd8','\x0c','\x63','\xd8','\x7c','\x61','\x80','\x18','\x00','\x00','\x80','\x00','\x60','\xc0','\xff','\xf4','\x98','\x06','\x07','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x26','\x47','\xf8','\x36','\x66','\x18','\x36','\x66','\x18','\x26','\x47','\xf8','\x26','\x46','\x00','\x26','\x46','\x06','\x56','\xa7','\xff','\x56','\xb6','\x00','\x56','\x96','\x06','\x87','\x17','\xff','\x06','\x06','\x06','\x06','\x00','\x26','\x06','\x0a','\x96','\x07','\xca','\x96','\xfe','\x1a','\x86','\x70','\x30','\x0c','\x40','\x30','\x7c','\x00','\x00','\x18','\x00','\x00','\x80','\x21','\x80','\xc0','\x3f','\xc9','\x98','\x31','\x8f','\xfc','\x31','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x3f','\x8c','\x18','\x31','\x8c','\x18','\x31','\x8f','\xf8','\x31','\x8c','\x00','\x31','\x8c','\x06','\x3f','\x8f','\xff','\x31','\x8c','\x00','\x31','\x8c','\x06','\x31','\x8f','\xff','\x31','\x8c','\x06','\x3f','\x80','\x26','\x00','\x0a','\x96','\x22','\x0a','\x96','\x39','\x1a','\x86','\x31','\xb0','\x0c','\x61','\xb0','\x7c','\x80','\x00','\x18','\x00','\x00','\x80','\x3b','\x80','\xc0','\x33','\x09','\x98','\x33','\x0f','\xfc','\x33','\x0c','\x18','\xff','\xcc','\x18','\x33','\x0f','\xf8','\x33','\x0c','\x18','\x33','\x0c','\x18','\x33','\x0f','\xf8','\xff','\xcc','\x00','\x00','\x0c','\x06','\x00','\x0f','\xff','\x41','\x8c','\x00','\x7f','\xcc','\x06','\x61','\x8f','\xff','\x61','\x8c','\x06','\x61','\x80','\x26','\x7f','\x8a','\x96','\x61','\x8a','\x96','\x61','\x9a','\x86','\x61','\xb0','\x0c','\x7f','\xb0','\x7c','\x61','\x80','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x69','\x98','\xff','\xff','\xfc','\x00','\x0c','\x18','\x00','\x0c','\x18','\x3f','\xcf','\xf8','\x30','\xcc','\x18','\x30','\xcc','\x18','\x30','\xcf','\xf8','\x3f','\xcc','\x00','\x00','\x0c','\x06','\x00','\xcf','\xff','\x7f','\xec','\x00','\x01','\x8c','\x06','\x02','\x0f','\xff','\x04','\x6c','\x06','\x07','\x80','\x26','\xfe','\x0a','\x96','\x66','\x0a','\x96','\x06','\x1a','\x86','\x06','\x30','\x0c','\x3e','\x30','\x7c','\x0c','\x00','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x64','\x98','\xff','\xf7','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x7f','\xe7','\xf8','\x46','\x26','\x18','\x46','\x26','\x18','\x7f','\xe7','\xf8','\x46','\x26','\x00','\x46','\x26','\x06','\x46','\x27','\xff','\x7f','\xe6','\x00','\x0e','\x06','\x06','\x0f','\x07','\xff','\x1e','\xc6','\x06','\x16','\x60','\x26','\x36','\x6a','\x96','\x26','\x0a','\x96','\x46','\x1a','\x86','\x86','\x30','\x0c','\x06','\x30','\x7c','\x06','\x00','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x64','\x98','\xff','\xf7','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x7f','\xe7','\xf8','\x46','\x26','\x18','\x46','\x26','\x18','\x66','\x67','\xf8','\x56','\xa6','\x00','\x46','\x26','\x06','\x46','\x27','\xff','\x7f','\xe6','\x00','\x0e','\x06','\x06','\x0f','\x07','\xff','\x1e','\xc6','\x06','\x16','\x60','\x26','\x36','\x6a','\x96','\x26','\x0a','\x96','\x46','\x1a','\x86','\x86','\x30','\x0c','\x06','\x30','\x7c','\x06','\x00','\x18','\x04','\x00','\x80','\x06','\x00','\xc0','\x4c','\xc9','\x98','\x7f','\xef','\xfc','\x64','\xcc','\x18','\x64','\xcc','\x18','\x64','\xcf','\xf8','\x7f','\xcc','\x18','\x64','\xcc','\x18','\x64','\xcf','\xf8','\x64','\xcc','\x00','\x7f','\xcc','\x06','\x10','\x0f','\xff','\x1b','\x8c','\x00','\x33','\x0c','\x06','\x43','\x0f','\xff','\x03','\x6c','\x06','\xff','\xf0','\x26','\x03','\x0a','\x96','\x03','\x0a','\x96','\x03','\x1a','\x86','\x03','\x30','\x0c','\x03','\x30','\x7c','\x03','\x00','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x04','\x98','\x06','\x37','\xfc','\xff','\xfe','\x18','\x11','\x06','\x18','\x19','\x87','\xf8','\x19','\x86','\x18','\x31','\xf6','\x18','\x31','\x37','\xf8','\x2b','\x36','\x00','\x6a','\xa6','\x06','\x66','\xa7','\xff','\xa4','\x46','\x00','\x26','\x46','\x06','\x22','\x87','\xff','\x23','\x86','\x06','\x21','\x00','\x26','\x23','\x8a','\x96','\x24','\xca','\x96','\x28','\xea','\x86','\x20','\x58','\x0c','\x20','\x18','\x7c','\x20','\x00','\x18','\x49','\x20','\x80','\x7d','\xf0','\xc0','\x49','\x24','\x98','\x49','\x27','\xfc','\x49','\x26','\x18','\x49','\x26','\x18','\x79','\xe7','\xf8','\x49','\x26','\x18','\x00','\x06','\x18','\x00','\xc7','\xf8','\x7f','\xe6','\x00','\x00','\x06','\x06','\x00','\x67','\xff','\xff','\xf6','\x00','\x18','\x06','\x06','\x18','\xc7','\xff','\x1f','\xe6','\x06','\x30','\xc0','\x26','\x30','\xca','\x96','\x00','\xca','\x96','\x01','\xda','\x86','\x01','\xb0','\x0c','\x0f','\xb0','\x7c','\x03','\x00','\x18','\x40','\x00','\x80','\x40','\x30','\xc0','\x7f','\xf4','\x98','\xc0','\x37','\xfc','\xc7','\x26','\x18','\x06','\x06','\x18','\xff','\xf7','\xf8','\x06','\x06','\x18','\x06','\x06','\x18','\x7f','\xe7','\xf8','\x46','\x26','\x00','\x46','\x26','\x06','\x7f','\xe7','\xff','\x46','\x26','\x00','\x46','\x26','\x06','\x46','\x27','\xff','\x7f','\xe6','\x06','\x06','\x00','\x26','\x06','\x0a','\x96','\xff','\xfa','\x96','\x06','\x1a','\x86','\x06','\x30','\x0c','\x06','\x30','\x7c','\x06','\x00','\x18','\x00','\x01','\x00','\x7f','\xe1','\xc0','\x00','\xc1','\x86','\x19','\x03','\xff','\x04','\x22','\x08','\xff','\xf5','\x0c','\x0b','\x29','\x18','\x1b','\x40','\xb0','\x13','\x00','\x60','\x23','\x01','\xb8','\xcf','\x26','\x1f','\x06','\x30','\x06','\x07','\xff','\xc0','\x04','\x00','\x40','\x07','\xff','\xc0','\x04','\x00','\x40','\x07','\xff','\xc0','\x04','\x00','\x10','\x07','\xff','\xf8','\x04','\x00','\x02','\x17','\xff','\xff','\x12','\x22','\x06','\x63','\x33','\x3e','\x63','\x33','\x0c','\x01','\x00','\x80','\x11','\x00','\xc0','\x18','\x84','\x98','\x30','\xc7','\xfc','\x24','\x76','\x18','\x46','\x26','\x18','\x8c','\x87','\xf8','\x08','\x46','\x18','\x7f','\xe6','\x18','\x3c','\x67','\xf8','\x00','\x06','\x00','\x08','\x26','\x06','\xff','\xf7','\xff','\x08','\x26','\x00','\x8a','\x26','\x06','\x49','\x27','\xff','\x49','\x26','\x06','\x18','\x60','\x06','\x28','\xa5','\x56','\xeb','\xa5','\x56','\x49','\x25','\x06','\x08','\x2c','\x0c','\x79','\xec','\x7c','\x18','\x60','\x18','\x01','\x80','\x80','\x07','\xc0','\xc0','\x7e','\x09','\x98','\x08','\x4f','\xfc','\x86','\x6c','\x18','\x62','\x4c','\x18','\x28','\x8f','\xf8','\x0c','\x0c','\x18','\x19','\x0c','\x18','\x11','\x8f','\xf8','\x43','\x0c','\x00','\x32','\x0c','\x06','\x14','\x8f','\xff','\x08','\x4c','\x00','\xff','\xec','\x06','\x70','\x2f','\xff','\x0c','\x0c','\x06','\xff','\xe0','\x26','\x0c','\x0a','\x96','\x1a','\x0a','\x96','\x11','\x8a','\x86','\x20','\xd8','\x0c','\x40','\xd8','\x7c','\x80','\x00','\x18','\x40','\x80','\x80','\x20','\xe0','\xc0','\x30','\xc9','\x98','\x30','\x8f','\xfc','\x01','\x8c','\x18','\x01','\x0c','\x18','\xff','\xff','\xf8','\x21','\x0c','\x18','\x39','\x0c','\x18','\x30','\x8f','\xf8','\x30','\x8c','\x00','\x20','\xcc','\x06','\x60','\x7f','\xff','\x40','\x6c','\x00','\xbf','\x8c','\x06','\x2a','\x8f','\xff','\x2a','\x8c','\x06','\x2a','\x80','\x26','\x2a','\x8a','\x96','\x2a','\xea','\x96','\x2b','\x9a','\x86','\xfe','\x30','\x0c','\x70','\x30','\x7c','\x40','\x00','\x18','\x20','\xc0','\x80','\x3f','\xe0','\xc0','\x30','\xc4','\x98','\x30','\xc7','\xfc','\x37','\xc6','\x18','\x34','\xc6','\x18','\x34','\xc7','\xf8','\x74','\xd6','\x18','\x7f','\xfe','\x18','\xc0','\x37','\xf8','\xc0','\x26','\x00','\x3f','\xc6','\x06','\x30','\xc7','\xff','\x30','\xc6','\x00','\x3f','\xc6','\x06','\x30','\xc7','\xff','\x30','\xc6','\x06','\x30','\xc0','\x16','\x3f','\xc5','\x56','\x30','\xc5','\x56','\x30','\xcd','\x46','\x30','\xd8','\x0c','\x33','\xd8','\x7c','\x31','\x80','\x18','\x08','\x20','\x80','\xfb','\xf0','\xc0','\x08','\x24','\x98','\x08','\x27','\xfc','\x08','\x26','\x18','\x49','\x26','\x18','\x79','\xe7','\xf8','\x41','\x06','\x18','\x41','\x06','\x18','\x49','\x27','\xf8','\x7d','\xf6','\x00','\x08','\x26','\x06','\x08','\x27','\xff','\x8a','\x26','\x00','\x49','\x26','\x06','\x18','\x67','\xff','\x28','\xa6','\x06','\x69','\xa0','\x06','\xcb','\x25','\x56','\x49','\x25','\x56','\x18','\x6d','\x06','\x10','\x58','\x0c','\xf3','\xd8','\x7c','\x61','\x80','\x18','\x0e','\x00','\x80','\x0c','\x00','\xc0','\x0c','\x09','\x98','\xec','\xef','\xfc','\x0c','\x0c','\x18','\x0c','\x0c','\x18','\xec','\xef','\xf8','\x0a','\x0c','\x18','\x19','\x8c','\x18','\x10','\xcf','\xf8','\x20','\x6c','\x00','\x7f','\xec','\x06','\xb1','\x8f','\xff','\x31','\x8c','\x00','\x3f','\x8c','\x06','\x31','\x8f','\xff','\x31','\x8c','\x06','\x3f','\x80','\x26','\x31','\x8a','\x96','\x31','\x8a','\x96','\x31','\x9a','\x86','\x31','\xb0','\x0c','\x37','\xb0','\x7c','\x33','\x00','\x18','\x38','\x80','\x80','\x33','\xc0','\xc0','\x3e','\x04','\x98','\x30','\x47','\xfc','\x30','\x66','\x18','\x1f','\xe6','\x18','\x00','\x07','\xf8','\x0f','\xc6','\x18','\x68','\x46','\x18','\x48','\x47','\xf8','\x4f','\xc6','\x00','\x48','\x46','\x06','\x48','\x47','\xff','\x4f','\xc6','\x00','\x48','\x46','\x06','\x48','\x47','\xff','\x4f','\xc6','\x06','\x40','\x00','\x26','\x7f','\xea','\x96','\x00','\x0a','\x96','\x11','\x1a','\x86','\x18','\xd8','\x0c','\x30','\x60','\x7c','\xc0','\x60','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x24','\x98','\xff','\xf7','\xfc','\x06','\x06','\x18','\x06','\x06','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x18','\x30','\xc6','\x18','\x3f','\xc7','\xf8','\x30','\xc6','\x00','\x30','\xc6','\x06','\x3f','\xc7','\xff','\x30','\xc6','\x00','\x30','\xc6','\x06','\x3f','\xc7','\xff','\x00','\x06','\x06','\xff','\xf0','\x26','\x00','\x0a','\x96','\x20','\x0a','\x96','\x39','\x1a','\x86','\x30','\xd8','\x0c','\x60','\x60','\x7c','\x80','\x60','\x18','\x08','\x00','\x80','\x0c','\x00','\xc0','\x18','\xc9','\x98','\x1f','\xef','\xfc','\x28','\xcc','\x18','\x45','\x8c','\x18','\xa3','\x0f','\xf8','\x16','\x0c','\x18','\x0c','\x0c','\x18','\x30','\x0f','\xf8','\xe0','\x8c','\x00','\x3f','\xcc','\x06','\x24','\x0f','\xff','\x44','\x0c','\x00','\x04','\x4c','\x06','\xff','\xef','\xff','\x04','\x0c','\x06','\x04','\x00','\x26','\x64','\x6a','\x96','\x44','\x4a','\x96','\x44','\x4a','\x86','\x44','\x58','\x0c','\x7f','\xd8','\x7c','\x40','\x40','\x18','\x07','\x01','\xc0','\x06','\x01','\x80','\x7f','\xe1','\x80','\x06','\x01','\x98','\xff','\xf7','\xfc','\x20','\x41','\x98','\x10','\x85','\x18','\xff','\xf3','\x1a','\x06','\x03','\x9a','\x7f','\xe2','\xdb','\x06','\x14','\xdf','\x06','\x18','\x0e','\x07','\xff','\xc0','\x04','\x00','\x40','\x07','\xff','\xc0','\x04','\x00','\x40','\x07','\xff','\xc0','\x04','\x00','\x10','\x07','\xff','\xf8','\x04','\x00','\x02','\x17','\xff','\xff','\x12','\x22','\x06','\x63','\x33','\x3e','\x63','\x33','\x0c','\x03','\x80','\x80','\x03','\x00','\xc0','\x03','\x04','\x98','\x23','\x37','\xfc','\x3f','\xfe','\x18','\x30','\x06','\x18','\x32','\x47','\xf8','\x32','\x46','\x18','\x32','\x46','\x18','\x3f','\xf7','\xf8','\x32','\x46','\x00','\x32','\x46','\x06','\x32','\x47','\xff','\x32','\x46','\x00','\x33','\xc6','\x06','\x30','\x07','\xff','\x20','\x26','\x06','\x60','\xb0','\x26','\x4a','\xb0','\x96','\x8a','\x8a','\x96','\x1a','\x0a','\x86','\x30','\x1a','\x0c','\x30','\x30','\x7c','\x00','\x30','\x18','\x00','\xc0','\x80','\x7f','\xe0','\xc0','\x00','\x84','\x98','\x0d','\x07','\xfc','\x06','\x36','\x18','\xff','\xfe','\x18','\x0b','\x27','\xf8','\x13','\x46','\x18','\x23','\x06','\x18','\xcf','\x07','\xf8','\x06','\x06','\x00','\x40','\x26','\x06','\x7f','\xf7','\xff','\x49','\x26','\x00','\x49','\x26','\x06','\x50','\xe7','\xff','\x60','\x26','\x06','\x4f','\x20','\x06','\x49','\x25','\x56','\x49','\x25','\x56','\x4f','\x25','\x06','\x40','\x2c','\x0c','\x40','\xec','\x7c','\x40','\x60','\x18','\x10','\x00','\x80','\x1c','\x80','\xc0','\x18','\xc4','\x98','\x18','\x87','\xfc','\x31','\x26','\x18','\x3f','\xf6','\x18','\x71','\x07','\xf8','\x71','\x06','\x18','\xbf','\xe6','\x18','\x31','\x07','\xf8','\x31','\x06','\x00','\x3f','\xe6','\x06','\x31','\x07','\xff','\x31','\x06','\x00','\x31','\x26','\x06','\x3f','\xf7','\xff','\x30','\x06','\x06','\x00','\x40','\x26','\x02','\x60','\x96','\x2b','\x2a','\x96','\x2d','\x0a','\x86','\x64','\x1a','\x0c','\xc0','\x30','\x7c','\xc0','\x30','\x18','\x00','\x60','\x80','\x07','\xf0','\xc0','\xfe','\x44','\x98','\x46','\x67','\xfc','\x26','\x46','\x18','\x26','\x86','\x18','\xff','\xf7','\xf8','\x0e','\x06','\x18','\x1f','\x06','\x18','\x16','\xc7','\xf8','\x36','\x66','\x00','\x26','\x36','\x06','\x46','\x37','\xff','\x86','\x06','\x00','\x00','\x06','\x06','\x7f','\xe7','\xff','\x46','\x26','\x06','\x46','\x20','\x06','\x7f','\xe5','\x56','\x46','\x25','\x56','\x46','\x25','\x06','\x46','\x2c','\x0c','\x7f','\xec','\x7c','\x40','\x20','\x18','\x07','\x00','\x80','\x06','\x00','\xc0','\x06','\x34','\x98','\xff','\xff','\xfc','\x0d','\x06','\x18','\x09','\x16','\x18','\xd8','\xb7','\xf8','\x50','\xc6','\x18','\x3f','\xe6','\x18','\x30','\xff','\xf8','\x50','\xb6','\x00','\x9f','\x86','\x06','\x10','\x87','\xff','\x10','\x86','\x00','\x1f','\x86','\x06','\x06','\x07','\xff','\x26','\x86','\x06','\x36','\x40','\x26','\x66','\x6a','\x96','\x46','\x6a','\x96','\x86','\x1a','\x86','\x06','\x30','\x0c','\x3e','\x30','\x7c','\x0c','\x00','\x18','\x01','\x00','\x00','\x13','\xa4','\x18','\x1c','\x18','\xfc','\x18','\x24','\x18','\x1f','\x00','\xf8','\x18','\x24','\x18','\x1f','\x18','\xf8','\x18','\x24','\x18','\x58','\x00','\x1a','\x7f','\xff','\xff','\x40','\x30','\x06','\xc3','\xff','\xc4','\xc2','\x00','\x48','\x03','\xff','\xc0','\x02','\x00','\x40','\x03','\xff','\xc0','\x02','\x00','\x00','\x03','\xff','\xe0','\x02','\x00','\x0c','\x03','\xff','\xfe','\x08','\x02','\x0c','\x11','\x11','\x8c','\x71','\x99','\xbc','\x61','\x98','\x18','\x49','\x20','\x80','\x7d','\xf0','\xc0','\x49','\x24','\x98','\x49','\x27','\xfc','\x79','\xe6','\x18','\x49','\x26','\x18','\x49','\x27','\xf8','\x79','\xe6','\x18','\x49','\x26','\x18','\x49','\x27','\xf8','\x79','\xe6','\x00','\x20','\x86','\x06','\x6d','\xb7','\xff','\x85','\x16','\x00','\x0e','\x06','\x06','\x0c','\x37','\xff','\xff','\xfe','\x06','\x18','\x60','\x06','\x30','\xc5','\x56','\x69','\x85','\x56','\x07','\x05','\x06','\x0d','\xcc','\x0c','\x38','\xec','\x7c','\xc0','\x60','\x18','\x18','\xc0','\x80','\x10','\x80','\xc0','\xff','\xf4','\x98','\x10','\x87','\xfc','\x10','\x86','\x18','\x79','\xe6','\x18','\x49','\x27','\xf8','\x49','\x26','\x18','\x79','\xe6','\x18','\x12','\x07','\xf8','\x1b','\x06','\x00','\x32','\x46','\x06','\x3f','\xe7','\xff','\x62','\x06','\x00','\x62','\x06','\x06','\xbf','\xe7','\xff','\x22','\x06','\x06','\x22','\x00','\x26','\x3f','\xea','\x96','\x22','\x0a','\x96','\x22','\x1a','\x86','\x22','\x18','\x0c','\x3f','\xe0','\x7c','\x20','\x00','\x18','\x08','\x00','\x08','\x0c','\x7e','\x0c','\x58','\x00','\x58','\x64','\xff','\x64','\x26','\x00','\x26','\x0c','\x7e','\x0c','\x12','\x00','\x12','\xff','\x7e','\xff','\x49','\x00','\x49','\x2a','\x7e','\x2c','\x39','\x42','\x7b','\x69','\x7e','\x89','\x88','\x00','\x08','\x07','\xff','\xc0','\x04','\x00','\x40','\x07','\xff','\xc0','\x04','\x00','\x48','\x07','\xff','\xfc','\x04','\x00','\x00','\x17','\xff','\xfe','\x10','\x02','\x06','\x31','\x11','\x8c','\x61','\x99','\xbc','\x61','\x98','\x18','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\x00','\x1f','\xff','\x00','\x18','\x00','\x00','\x18','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x00','\x0c','\x30','\x20','\x8c','\x30','\x19','\xcc','\x33','\x09','\x8c','\x30','\xc3','\x0c','\x34','\x36','\x8c','\x33','\x1c','\x6c','\x31','\x16','\x2c','\x30','\x33','\x8c','\x30','\x61','\xcc','\x31','\x90','\xcc','\x36','\x0c','\x0c','\x30','\x04','\x0c','\x30','\x00','\x0c','\x3f','\xff','\xfc','\x30','\x00','\x0c','\x0e','\x00','\x70','\x0c','\x00','\x64','\x0c','\xc0','\x62','\x0f','\xe0','\x62','\x0c','\x10','\x60','\x0c','\x1f','\xff','\x4c','\x90','\x60','\x7f','\xd0','\x60','\x48','\x97','\xe0','\x4a','\x90','\x64','\x43','\x90','\x66','\x62','\x90','\x26','\x56','\x97','\xac','\x54','\x94','\xac','\x49','\x94','\xa8','\x6c','\x94','\xb8','\x54','\x94','\x90','\x56','\x97','\x92','\x62','\xb0','\x3a','\x4a','\xa0','\x2a','\x48','\xa0','\x4e','\x7f','\xe0','\x86','\x40','\x41','\x07','\x00','\x80','\x03','\x00','\x02','\x00','\x40','\x63','\x80','\x7f','\xf3','\x06','\x62','\x07','\xff','\x62','\x04','\x40','\x7f','\xe8','\x7e','\x60','\x60','\x40','\x60','\x67','\xfe','\x60','\x64','\x12','\x7f','\xe5','\x9a','\x62','\x04','\x62','\x62','\x04','\x52','\x62','\x65','\x8a','\x7f','\xf4','\x02','\x60','\x07','\xfe','\x00','\x00','\x00','\x10','\x00','\x30','\x1f','\xff','\xf8','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x30','\x18','\xc6','\x36','\xff','\xff','\xff','\x00','\x00','\x00','\x00','\x40','\x00','\x00','\xe0','\xc0','\x01','\xff','\xe0','\x03','\x01','\x80','\x06','\x43','\x00','\x18','\x34','\x00','\x60','\x18','\x06','\x1f','\xff','\xff','\x18','\x00','\x00','\x18','\xe3','\x80','\x18','\xc3','\x0c','\x1f','\xff','\xfe','\x18','\xc3','\x0c','\x18','\xc3','\x0c','\x1f','\xff','\xfc','\x18','\x00','\x00','\x19','\xc3','\x84','\x11','\x93','\x0e','\x31','\xfb','\x38','\x21','\x83','\xc2','\x21','\x83','\x02','\x4f','\xfb','\x03','\x87','\x83','\xff','\x04','\x01','\xfe','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x30','\x82','\x18','\x3f','\xff','\xfc','\x30','\x82','\x18','\x30','\x82','\x18','\x3f','\xff','\xf8','\x31','\x01','\x00','\x31','\xf1','\x38','\x31','\x01','\xe2','\x31','\x39','\x03','\x3f','\xe1','\xff','\x37','\x1c','\xfe','\x30','\x0c','\x00','\x30','\x00','\x30','\x33','\xff','\xf8','\x20','\x0c','\x00','\x63','\xff','\xf8','\x60','\x0c','\x00','\x40','\x0c','\x0c','\x8f','\xff','\xfe','\x00','\x00','\x00','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x3f','\xff','\xf8','\x30','\x82','\x18','\x30','\x82','\x18','\x3f','\xff','\xf8','\x31','\x02','\x00','\x31','\xf2','\x38','\x31','\x03','\xe2','\x31','\x02','\x03','\x2f','\xfb','\xff','\x67','\x81','\xfe','\x40','\x1c','\x40','\x46','\x18','\x60','\x81','\x18','\x8c','\x3f','\xff','\xfe','\x00','\xfa','\x00','\x01','\xd9','\x80','\x07','\x18','\xf0','\x1c','\x18','\x3f','\xe0','\x18','\x0e','\x00','\x18','\x00','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x3f','\xff','\xf8','\x30','\x82','\x08','\x30','\x82','\x08','\x3f','\xff','\xf8','\x31','\x02','\x00','\x31','\xf2','\x38','\x31','\x03','\xe0','\x21','\x02','\x02','\x6f','\xf2','\x03','\x47','\x01','\xff','\x80','\xff','\x00','\x0c','\x81','\x00','\x0c','\x81','\x00','\x0f','\xff','\xf0','\x00','\x00','\x32','\xff','\xff','\xff','\x01','\x00','\x00','\x03','\x83','\xe0','\x0e','\x00','\x7c','\x70','\x00','\x0c','\x01','\xc1','\xce','\x01','\x81','\x8c','\x21','\x91','\x8c','\x3f','\xf9','\x8c','\x30','\x07','\xff','\x32','\x41','\x8c','\x32','\x41','\x8c','\x3f','\xf9','\x8c','\x32','\x49','\xfc','\x32','\x49','\x8c','\x32','\x49','\x8c','\x3f','\xf9','\x8c','\x30','\x01','\xfc','\x36','\xc1','\x8c','\x34','\x91','\x8c','\x34','\x99','\x8c','\x37','\xb1','\x8c','\x24','\xc7','\xff','\x24','\x80','\x00','\x64','\x91','\x08','\x45','\x91','\xc4','\x46','\xf9','\x86','\x9c','\x73','\x03','\x08','\x0c','\x03','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x3f','\xff','\xf8','\x30','\x82','\x08','\x30','\x82','\x08','\x3f','\xff','\xf8','\x31','\x02','\x00','\x31','\xf2','\x38','\x31','\x03','\xe2','\x2f','\xf2','\x03','\x67','\x01','\xff','\x40','\x00','\x00','\x9f','\xff','\xf8','\x18','\x06','\x18','\x18','\xfc','\x18','\x18','\x10','\x18','\x1b','\xff','\xd8','\x18','\x52','\x18','\x19','\x91','\x98','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x3f','\xff','\xf8','\x30','\x82','\x08','\x30','\x82','\x08','\x3f','\xff','\xf8','\x31','\x02','\x00','\x31','\xf2','\x38','\x31','\x03','\xe2','\x2f','\xf2','\x03','\x67','\x01','\xff','\x40','\xe0','\x00','\x8f','\x83','\xf0','\x0c','\x00','\x30','\x0f','\xc3','\xf0','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x01','\x03','\x04','\x01','\xc3','\x04','\x03','\x83','\x06','\x0e','\x03','\xfe','\x70','\x01','\xfc','\x00','\x1c','\x00','\x20','\x18','\x0c','\x3f','\xff','\xfe','\x30','\x82','\x00','\x3f','\xff','\xf8','\x30','\x82','\x08','\x30','\x82','\x08','\x3f','\xff','\xf8','\x31','\x02','\x00','\x31','\xf2','\x38','\x31','\x03','\xe2','\x2f','\xf2','\x03','\x67','\x01','\xff','\x44','\x00','\x00','\x9f','\xe0','\x38','\x10','\x20','\x32','\x1f','\xef','\xff','\x10','\x20','\x30','\x1f','\xe4','\x30','\x10','\x23','\x30','\xff','\xe1','\x30','\x63','\x20','\x30','\x0c','\xe1','\xf0','\x70','\x60','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x04','\x18','\x40','\x06','\x18','\x60','\x06','\x18','\x60','\x0c','\x18','\xc0','\x0b','\x18','\xb0','\x11','\xbd','\x1c','\x60','\x7a','\x0c','\x00','\xd9','\x80','\x03','\x80','\xf0','\x0e','\x70','\x3f','\xf0','\x60','\xce','\x00','\xff','\xe0','\x01','\x80','\xc0','\x03','\x61','\x80','\x0c','\x1b','\x00','\x30','\x06','\x00','\x00','\x1d','\x80','\x00','\x70','\xe0','\x01','\xc0','\x60','\x1e','\x00','\x00','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\x60','\xc0','\xff','\xf0','\xc0','\x0c','\x00','\xcc','\x4c','\x8f','\xfe','\x4c','\x80','\xc0','\xad','\x40','\xc0','\x1e','\x00','\xc0','\x1d','\x00','\xc6','\x2c','\xdf','\xff','\x4c','\x40','\xc0','\x90','\x00','\xc0','\x19','\x81','\xa0','\x1f','\xc1','\x90','\x31','\x83','\x08','\x21','\x02','\x0c','\x53','\x04','\x06','\x8a','\x18','\x06','\x04','\x00','\x00','\x0b','\x00','\x00','\x11','\xff','\xff','\x20','\x7f','\xfe','\xc0','\x00','\x00','\x07','\x00','\xe0','\x06','\x00','\xc0','\x06','\x20','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xcc','\x06','\x4f','\xfe','\x7f','\xe0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x06','\x30','\xc6','\xff','\xff','\xff','\x10','\x00','\xc0','\x18','\xc0','\xc0','\x1f','\xe1','\xa0','\x10','\xc1','\x90','\x30','\x83','\x08','\x29','\x82','\x0c','\x45','\x04','\x06','\x82','\x08','\x06','\x05','\x00','\x00','\x08','\xc0','\x00','\x10','\x7f','\xff','\x20','\x1f','\xfe','\xc0','\x00','\x00','\x07','\x00','\x06','\x06','\x0f','\xff','\x06','\x20','\xc0','\xff','\xf0','\xc0','\x06','\x00','\xc0','\x06','\x44','\xcc','\x7f','\xe4','\xfe','\x06','\x04','\xcc','\x06','\x04','\xcc','\x06','\x14','\xcc','\xff','\xfc','\xcc','\x10','\x04','\xcc','\x18','\xc7','\xfc','\x1f','\xe4','\x0c','\x10','\xc0','\x0c','\x30','\x80','\x0c','\x29','\x80','\x18','\x45','\x00','\x18','\x82','\x00','\xf8','\x05','\x00','\x30','\x08','\xc0','\x00','\x10','\x7f','\xff','\x20','\x1f','\xfe','\xc0','\x00','\x00','\x07','\x02','\x00','\x06','\x03','\x80','\x06','\x23','\x00','\xff','\xf3','\x0c','\x06','\x03','\xfe','\x06','\x46','\x0c','\x7f','\xe4','\x0c','\x06','\x07','\xcc','\x06','\x08','\xcc','\x06','\x20','\xcc','\xff','\xf0','\xcc','\x10','\x07','\xcc','\x18','\xc6','\x3c','\x1f','\xe6','\x18','\x10','\xc6','\x02','\x30','\x86','\x02','\x29','\x86','\x03','\x45','\x07','\xff','\x82','\x03','\xfe','\x05','\x00','\x00','\x08','\xc0','\x00','\x10','\x7f','\xff','\x20','\x1f','\xfe','\xc0','\x00','\x00','\x00','\x0e','\x00','\x20','\x0c','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x30','\xc0','\xc0','\x30','\x88','\x84','\x3f','\xff','\xfe','\x31','\xc1','\xa0','\x32','\xb2','\x98','\x34','\x94','\x8f','\x38','\x88','\x86','\x30','\x80','\x00','\x30','\x39','\xc0','\x30','\x31','\x84','\x37','\xf1','\xfe','\x30','\x31','\x80','\x27','\xf1','\x84','\x60','\x31','\xfe','\x60','\xf1','\x80','\x4f','\x21','\x82','\x44','\x61','\xff','\x80','\xc1','\x80','\x01','\x81','\x80','\x06','\x01','\x80','\x01','\x00','\x00','\x13','\xa4','\x08','\x1c','\x18','\xfc','\x10','\x24','\x08','\x1f','\x00','\xf8','\x10','\x24','\x08','\x5f','\x18','\xf8','\x50','\x24','\x0a','\x7f','\xff','\xff','\xc0','\x81','\x06','\xcf','\xff','\xf4','\x00','\x81','\x00','\x00','\x81','\x02','\xff','\xff','\xff','\x00','\x18','\x00','\x0f','\xff','\xf0','\x08','\x18','\x10','\x0f','\xff','\xf0','\x08','\x18','\x10','\x08','\x18','\x10','\x0f','\xff','\xf0','\x01','\x00','\x00','\x07','\x80','\xfc','\x38','\x00','\x1c','\x00','\xc2','\x00','\x07','\xe3','\x80','\x7e','\x03','\x06','\x06','\x03','\xff','\x06','\x66','\x66','\xff','\xf4','\x66','\x0e','\x08','\x46','\x1f','\x00','\xc6','\x16','\xe0','\x86','\x26','\x61','\x0e','\x46','\x18','\x0c','\x86','\x3c','\x3c','\x00','\x72','\x18','\x00','\xc1','\x80','\x03','\x1c','\xf0','\x1c','\x18','\x3f','\xe3','\x18','\xce','\x01','\x99','\x80','\x00','\x3e','\x00','\x01','\xd9','\xc0','\x7f','\x18','\x78','\x38','\x18','\x1c','\x20','\xf8','\x0c','\x00','\x30','\x00','\x00','\x60','\x70','\x03','\xf0','\x60','\x7f','\x00','\x60','\x03','\x00','\x60','\x03','\x18','\x60','\xff','\xfc','\x66','\x07','\x00','\x7f','\x0f','\x80','\x60','\x0b','\x60','\x60','\x13','\x38','\x60','\x27','\x18','\x60','\xc6','\x80','\x60','\x0c','\x62','\x66','\x1b','\xbb','\xff','\x33','\x1b','\x06','\xc3','\x03','\x06','\x33','\x63','\x06','\x1b','\x43','\x06','\x07','\x83','\x06','\x1b','\x63','\x06','\xe3','\x33','\x06','\x43','\x33','\x06','\x0f','\x03','\xfe','\x06','\x03','\x06','\x00','\xc0','\xe0','\x07','\xe0','\xc0','\x7e','\x00','\xc6','\x06','\x1f','\xff','\x06','\x61','\x10','\xff','\xf4','\xa4','\x0e','\x04','\x44','\x1f','\x04','\xa4','\x16','\xc5','\x14','\x26','\x64','\x04','\x46','\x67','\xfc','\x8f','\x00','\xc0','\x0c','\xc8','\x86','\x18','\x6f','\xff','\x37','\x3c','\x86','\x46','\x3c','\x86','\xb6','\xcc','\xa6','\x16','\x8c','\xa6','\x0f','\x0f','\xf6','\x36','\xcd','\x96','\xe6','\x6c','\x06','\x46','\x6c','\x06','\x1e','\x0c','\x3e','\x0c','\x0c','\x0c','\x40','\x20','\xc0','\x7f','\xf0','\xc0','\x46','\x20','\xc0','\x46','\x21','\xa0','\x46','\x21','\xa0','\x7f','\xe1','\x10','\x46','\x23','\x10','\x46','\x22','\x18','\x46','\x26','\x0c','\x7f','\xe5','\xef','\x06','\x08','\x06','\x06','\x00','\x00','\x7f','\xe0','\x18','\x06','\x07','\xfc','\x06','\x00','\x18','\x07','\xe0','\x18','\xff','\x00','\x18','\x78','\x40','\x38','\x40','\x60','\x30','\x25','\x30','\x30','\x25','\x30','\x30','\x65','\x00','\x70','\xc0','\x00','\x60','\xc0','\x00','\x60','\x40','\x20','\x70','\x7f','\xf0','\x60','\x46','\x26','\x63','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe4','\x62','\x46','\x24','\x62','\x46','\x24','\x62','\x46','\x24','\x62','\x7f','\xe7','\xfe','\x06','\x04','\x62','\x06','\x00','\x60','\x7f','\xe0','\x60','\x06','\x00','\x60','\x06','\x06','\x63','\x07','\xe4','\x62','\xff','\x04','\x62','\x78','\x44','\x62','\x40','\x64','\x62','\x25','\x34','\x62','\x25','\x34','\x62','\x65','\x04','\x62','\xc0','\x07','\xfe','\xc0','\x04','\x02','\x40','\x20','\xe0','\x7f','\xf0','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc0','\x7f','\xe0','\xc6','\x46','\x20','\xff','\x46','\x20','\xc0','\x46','\x20','\xc0','\x7f','\xe0','\xc0','\x06','\x00','\xc0','\x06','\x00','\xc0','\x7f','\xe4','\xcc','\x06','\x07','\xfe','\x06','\x06','\x0c','\x07','\xe6','\x0c','\xff','\x06','\x0c','\x78','\x46','\x0c','\x40','\x66','\x0c','\x25','\x36','\x0c','\x25','\x36','\x0c','\x65','\x06','\x0c','\xc0','\x07','\xfc','\xc0','\x06','\x0c','\x41','\x08','\x70','\x7f','\x8e','\x60','\x49','\x0c','\x60','\x49','\x0c','\x60','\x49','\x08','\x60','\x7f','\x18','\x60','\x49','\x90','\x60','\x49','\x54','\x66','\x49','\x67','\xff','\x7f','\x26','\x66','\x08','\x36','\x66','\x08','\x34','\x66','\x7f','\x34','\x66','\x08','\x0c','\x66','\x08','\x08','\x66','\x0f','\x08','\x66','\xfc','\x12','\x46','\x70','\x13','\x46','\x42','\x7d','\xc6','\x01','\x70','\x8e','\x55','\x41','\x8c','\x54','\x01','\x0c','\xd0','\x02','\x7c','\xc0','\x0c','\x18','\x40','\x20','\xe0','\x7f','\xf0','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc6','\x7f','\xff','\xff','\x46','\x20','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc0','\x7f','\xe0','\xc0','\x06','\x00','\xcc','\x06','\x0f','\xfe','\x7f','\xe0','\x00','\x06','\x00','\x00','\x06','\x04','\x0c','\x07','\xe7','\xfe','\xff','\x06','\x0c','\x78','\x46','\x0c','\x40','\x66','\x0c','\x25','\x36','\x0c','\x25','\x36','\x0c','\x65','\x06','\x0c','\xc0','\x07','\xfc','\xc0','\x06','\x0c','\x40','\x20','\xe0','\x7f','\xf0','\xc0','\x46','\x20','\xc0','\x46','\x20','\xc6','\x46','\x3f','\xff','\x7f','\xe0','\x00','\x46','\x20','\x00','\x46','\x24','\x0c','\x46','\x27','\xfe','\x7f','\xe6','\x0c','\x06','\x06','\x0c','\x06','\x06','\x0c','\x7f','\xe6','\x0c','\x06','\x07','\xfc','\x06','\x00','\xc0','\x07','\xe0','\xc0','\xff','\x04','\xc8','\x78','\x46','\xc4','\x40','\x6c','\xc6','\x25','\x68','\xc3','\x25','\x10','\xc3','\x65','\x20','\xc3','\xc0','\x07','\xc0','\xc0','\x01','\x80','\x08','\x1c','\x40','\x06','\x18','\x70','\x13','\x18','\x60','\x13','\x18','\x86','\x3f','\xff','\xff','\x30','\x00','\x06','\x63','\xff','\xc4','\x62','\x00','\x48','\x03','\xff','\xc0','\x00','\x00','\x00','\x0f','\xff','\xf0','\x08','\x10','\x10','\x0f','\xff','\xf0','\x08','\x10','\x10','\x0f','\xff','\xf0','\x00','\x10','\x00','\x1f','\xff','\xf8','\x00','\x10','\x00','\xff','\xff','\xff','\x00','\x00','\x00','\x08','\x42','\x10','\x10','\x41','\x0c','\x70','\xc1','\x86','\x60','\xc1','\x86','\x40','\x20','\x70','\x7f','\xf0','\x60','\x46','\x20','\x64','\x46','\x27','\xfe','\x46','\x20','\x00','\x7f','\xe2','\x08','\x46','\x21','\x0c','\x46','\x21','\x98','\x46','\x21','\x90','\x7f','\xe0','\x22','\x06','\x0f','\xff','\x06','\x00','\x00','\x7f','\xe0','\x00','\x06','\x02','\x0c','\x06','\x03','\xfe','\x07','\xe3','\x0c','\xff','\x03','\x0c','\x78','\x43','\x0c','\x40','\x63','\xfc','\x25','\x33','\x0c','\x25','\x33','\x0c','\x65','\x03','\x0c','\xc0','\x03','\xfc','\xc0','\x03','\x0c','\x10','\x20','\x40','\x1c','\x20','\x70','\x19','\x24','\x60','\x31','\x24','\x60','\x21','\x24','\x40','\x41','\xfc','\x46','\x90','\x00','\x7f','\x1d','\xfc','\xc8','\x19','\x24','\x8e','\x19','\x24','\x8c','\x31','\xfd','\x4c','\x31','\x24','\x48','\x71','\x24','\x48','\xb1','\xfc','\x58','\x30','\x20','\x50','\x31','\xfc','\x70','\x30','\x20','\x20','\x30','\x3c','\x30','\x37','\xe0','\x70','\x33','\x04','\x58','\x30','\x16','\xdc','\x31','\x52','\x8f','\x37','\x41','\x0e','\x36','\x02','\x06','\x20','\x00','\x06','\x3f','\xff','\xff','\x30','\x00','\x00','\x33','\xf8','\xee','\x32','\x08','\xc6','\x33','\xf8','\xc0','\x32','\x08','\xc6','\x33','\xff','\xff','\x30','\x00','\xc0','\x33','\xf8','\xa0','\x22','\x09','\x90','\x63','\xf9','\x18','\x42','\x0a','\x0f','\x82','\x08','\x06','\x07','\xff','\xe0','\x04','\x10','\x20','\x07','\xff','\xe0','\x04','\x10','\x20','\x3f','\xff','\xfc','\x00','\x10','\x00','\xff','\xff','\xff','\x08','\x41','\x08','\x38','\x61','\x8e','\x30','\x20','\x86','\x40','\x20','\x70','\x7f','\xf0','\x62','\x46','\x2f','\xff','\x46','\x20','\x60','\x46','\x20','\x60','\x7f','\xe7','\xfe','\x46','\x20','\x00','\x46','\x2f','\xff','\x46','\x28','\x91','\x7f','\xeb','\x1d','\x06','\x08','\x01','\x06','\x0f','\xff','\x7f','\xe0','\x00','\x06','\x07','\xfe','\x06','\x04','\x02','\x07','\xe7','\xfe','\xff','\x04','\x02','\x78','\x47','\xfe','\x40','\x64','\x02','\x25','\x37','\xfe','\x25','\x31','\x00','\x65','\x03','\x9c','\xc0','\x06','\x07','\xc0','\x18','\x03','\x00','\xe3','\x88','\x20','\xc3','\x0e','\x18','\xc3','\x0c','\x0c','\xc3','\x18','\x0c','\xc3','\x20','\x00','\xc3','\x06','\xff','\xff','\xff','\x04','\x18','\x00','\x07','\x18','\xc0','\x0e','\x18','\x38','\x18','\x18','\x0e','\x3f','\xff','\xff','\xd8','\x18','\x1b','\x18','\x18','\x18','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x99','\x98','\x19','\x19','\x98','\x19','\x19','\x98','\x1a','\x18','\x18','\x18','\x18','\xf8','\x18','\x18','\x30','\x09','\x20','\xe8','\x89','\x30','\xc4','\x69','\x20','\xc6','\x29','\x40','\xc6','\x09','\x00','\xc0','\xff','\xf8','\xc2','\x22','\x07','\xff','\x32','\x60','\xc0','\x62','\x38','\xc0','\x42','\x18','\xc0','\xff','\xf0','\x88','\x42','\x10','\x8e','\x42','\x11','\x8c','\x4a','\x91','\xcc','\x4a','\x91','\x58','\x4a','\x91','\x58','\x4a','\x93','\x50','\x4a','\x92','\x30','\x4a','\x92','\x20','\x4a','\x94','\x70','\x52','\x10','\x58','\x42','\x10','\x8f','\x42','\x71','\x0e','\x42','\x36','\x06','\x09','\x20','\x34','\x89','\x30','\x22','\x69','\x20','\x22','\x29','\x40','\x20','\x09','\x07','\xff','\xff','\xf8','\x20','\x22','\x00','\x20','\x32','\x62','\x22','\x62','\x3b','\xff','\x42','\x1a','\x22','\xff','\xf2','\x22','\x42','\x12','\x22','\x42','\x13','\xfe','\x4a','\x92','\x22','\x4a','\x92','\x22','\x4a','\x92','\x22','\x4a','\x92','\x22','\x4a','\x93','\xfe','\x4a','\x92','\x22','\x4a','\x92','\x22','\x52','\x12','\x22','\x42','\x12','\x22','\x42','\x72','\x2e','\x42','\x32','\x26','\x40','\x00','\x0c','\x7f','\xff','\xfe','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x7f','\xc7','\xfc','\x60','\xc6','\x0c','\x00','\xc6','\x00','\x00','\xc6','\x00','\x40','\xc6','\x0c','\x7f','\xc7','\xfe','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x7f','\xc7','\xfc','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x60','\xc6','\x0c','\x7f','\xc7','\xfc','\x60','\xc6','\x02','\x00','\xc0','\x02','\x00','\xc0','\x03','\x00','\xff','\xff','\x00','\x7f','\xfe','\x06','\x01','\x00','\x04','\x01','\xc0','\x7f','\xe1','\x86','\x04','\x03','\xff','\xff','\xf2','\x10','\x04','\x05','\x18','\x7f','\xe8','\xb0','\x08','\x00','\x60','\x1f','\xc0','\xb0','\x10','\x43','\x1c','\x23','\xcc','\x0f','\xc1','\x80','\x06','\x1f','\xff','\xf0','\x10','\x48','\x10','\x1f','\xcf','\xf0','\x00','\x48','\x00','\x3f','\xcf','\xf8','\x20','\x48','\x08','\x3f','\xcf','\xf8','\x20','\x48','\x0a','\x3f','\xcf','\xfa','\x00','\x40','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x47','\x21','\x00','\x36','\x31','\xc0','\x16','\x61','\x86','\x06','\x83','\xff','\x7f','\xe2','\x10','\x46','\x25','\x18','\x56','\xa8','\xb0','\x56','\xa0','\x60','\x56','\xa0','\xb0','\x66','\x23','\x1c','\x46','\xec','\x0f','\x40','\x60','\x06','\x5f','\xff','\xf0','\x10','\x48','\x10','\x1f','\xcf','\xf0','\x00','\x48','\x00','\x3f','\xcf','\xf8','\x20','\x48','\x08','\x3f','\xcf','\xf8','\x20','\x48','\x0a','\x3f','\xcf','\xfa','\x00','\x40','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x0e','\x00','\xe0','\x0c','\x00','\xc0','\x0c','\xc0','\xc0','\xff','\xe0','\xc0','\x0c','\x08','\xc6','\x0c','\x0f','\xff','\x0d','\x8c','\xc6','\x7f','\xcc','\xc4','\x00','\x0c','\xc8','\x00','\x0c','\xc0','\x7f','\x8c','\xd8','\x61','\x8f','\xfc','\x61','\x8d','\x18','\x7f','\x8d','\x18','\x00','\x0d','\x10','\x41','\x0c','\xb0','\x21','\xcc','\xa0','\x31','\x98','\xe0','\x33','\x18','\x40','\x02','\x10','\xe0','\x03','\xb0','\xb8','\xfe','\x21','\x1f','\x70','\x42','\x0e','\x40','\x0c','\x06','\x07','\x00','\x70','\x06','\x20','\x60','\xff','\xf0','\x62','\x06','\x0f','\xff','\x7f','\xe0','\x60','\x00','\x00','\x60','\x3f','\xc7','\xfe','\x20','\x41','\x0c','\x3f','\xc0','\x98','\x10','\x80','\x60','\x09','\xe1','\xb8','\xff','\x06','\x1f','\x70','\xc0','\x06','\x01','\xff','\xc0','\x03','\x03','\x80','\x0c','\xc6','\x00','\x30','\x38','\x00','\x00','\xc7','\x80','\x0f','\x01','\xff','\xf0','\x7c','\x3e','\x00','\x0c','\x00','\x03','\xf0','\x00','\x00','\x3f','\x00','\x00','\x07','\x00','\x00','\x80','\x20','\x20','\x60','\x38','\x18','\x30','\x70','\x0c','\x38','\x60','\x0e','\x18','\xc0','\x06','\x00','\x80','\x10','\x01','\x30','\x1f','\xff','\xf8','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x1f','\xff','\xf0','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x18','\x30','\x30','\x1f','\xff','\xf0','\x18','\x30','\x12','\x18','\x30','\x1a','\x10','\x30','\x1a','\x30','\x30','\x0a','\x20','\x30','\x0e','\x40','\x30','\x07','\x80','\x00','\x03','\x08','\x00','\x70','\x5c','\x60','\x60','\x71','\xf0','\x60','\x60','\x60','\x60','\x60','\x60','\x60','\x79','\xe4','\x62','\x60','\x67','\xff','\x60','\x64','\x62','\x60','\x64','\x62','\x7f','\xe4','\x62','\x00','\x04','\x62','\x66','\x67','\xfe','\x44','\x44','\x62','\x44','\x44','\x62','\x77','\x44','\x62','\x44','\x44','\x62','\x44','\x64','\x62','\x77','\x27','\xfe','\x44','\x30','\x00','\x44','\x18','\x02','\x44','\x0c','\x02','\xff','\xc7','\x03','\x67','\x03','\xff','\x44','\x00','\xfe','\x04','\x00','\x00','\x26','\x20','\x0c','\x3f','\xf3','\xfe','\x20','\x20','\x60','\x3f','\xe0','\x60','\x20','\x20','\x60','\x3f','\xe0','\x60','\x20','\x20','\x60','\x3f','\xe0','\x60','\x00','\x00','\x60','\x7f','\xf0','\x66','\x42','\x17','\xff','\x42','\x10','\x60','\x7f','\xf0','\x60','\x42','\x10','\x60','\x42','\x10','\x60','\x7f','\xf0','\x60','\x18','\xc0','\x60','\x18','\xc0','\x60','\xff','\xf8','\x60','\x10','\xc0','\x60','\x30','\xc0','\x60','\x20','\xc0','\x60','\x40','\xc0','\x60','\x00','\x1c','\x00','\x00','\x18','\x00','\x00','\x18','\x06','\xff','\xff','\xff','\x00','\x82','\x00','\x00','\x63','\x1c','\x7f','\x26','\xf0','\x19','\x18','\x90','\x11','\x18','\x88','\x31','\x18','\x8c','\x27','\x19','\xe7','\x42','\x18','\x82','\x80','\x00','\x00','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0c','\x00','\x30','\x0f','\xff','\xf0','\x08','\x00','\x30','\x18','\x00','\x30','\x10','\x00','\x30','\x20','\x00','\x30','\x40','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x00','\x0e','\x18','\x30','\x0c','\x1f','\xf8','\x0c','\x18','\x00','\x0c','\x18','\x06','\xff','\xff','\xff','\x00','\x00','\x00','\x18','\x81','\x18','\x18','\xc1','\x98','\x19','\x83','\x18','\x19','\x62','\xd8','\x1a','\x24','\x58','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x18','\x81','\x18','\x18','\xc1','\x98','\x19','\x83','\x18','\x19','\x62','\xd8','\x1a','\x24','\x58','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x03','\x81','\xc0','\x03','\x01','\x80','\x33','\x31','\x80','\x33','\xf9','\x80','\x33','\x01','\x80','\x33','\x01','\x88','\x33','\x31','\x8e','\xff','\xf9','\x9c','\x40','\x11','\x98','\x52','\x51','\xb0','\x4a','\x51','\xc0','\x4a','\x91','\x80','\x42','\x11','\x80','\x5f','\xd1','\x80','\x46','\x11','\x80','\x47','\x11','\x80','\x4a','\x91','\x80','\x4a','\xd1','\x80','\x52','\x51','\x82','\x42','\x11','\x82','\x42','\x11','\x82','\x40','\x11','\x83','\x7f','\xf1','\xff','\x40','\x10','\xfe','\x03','\x82','\x00','\x03','\x03','\x80','\x33','\x33','\x00','\x33','\xfb','\x00','\x33','\x03','\x06','\x33','\x03','\xff','\x33','\x32','\x06','\xff','\xfa','\x06','\x40','\x16','\x06','\x52','\x55','\xe6','\x4a','\x59','\x26','\x4a','\x91','\x26','\x42','\x11','\x26','\x5f','\xd1','\x26','\x46','\x11','\x26','\x47','\x11','\x26','\x4a','\x91','\xe6','\x4a','\xd0','\x06','\x52','\x50','\x0c','\x42','\x10','\x0c','\x42','\x10','\x0c','\x40','\x10','\x18','\x7f','\xf0','\xf8','\x40','\x10','\x30','\x03','\x81','\x0c','\x03','\x01','\xfe','\x33','\x31','\x8c','\x33','\xf9','\x8c','\x33','\x01','\x8c','\x33','\x01','\x8c','\x33','\x31','\x8c','\xff','\xf9','\x8c','\x40','\x11','\xfc','\x52','\x51','\x8c','\x4a','\x51','\x8c','\x4a','\x91','\x8c','\x42','\x11','\x8c','\x5f','\xd1','\x8c','\x46','\x11','\x8c','\x47','\x11','\xfc','\x4a','\x91','\x8c','\x4a','\xd1','\x8c','\x52','\x51','\x8c','\x42','\x11','\x8c','\x42','\x11','\x8c','\x40','\x11','\x8c','\x7f','\xf7','\xff','\x40','\x10','\x00','\x03','\x80','\x00','\x03','\x00','\x06','\x33','\x37','\xff','\x33','\xf8','\xc6','\x33','\x00','\xc6','\x33','\x00','\xc6','\x33','\x30','\x86','\xff','\xf9','\x86','\x40','\x11','\x0c','\x52','\x53','\x0c','\x4a','\x52','\x7c','\x4a','\x94','\x18','\x42','\x10','\x00','\x5f','\xd2','\x0c','\x46','\x13','\xfe','\x47','\x13','\x0c','\x4a','\x93','\x0c','\x4a','\xd3','\x0c','\x52','\x53','\x0c','\x42','\x13','\x0c','\x42','\x13','\x0c','\x40','\x13','\x0c','\x7f','\xf3','\xfc','\x40','\x13','\x0c','\x03','\x80','\x60','\x03','\x00','\x60','\x33','\x30','\xd0','\x33','\xf8','\xd0','\x33','\x00','\x88','\x33','\x09','\x88','\xff','\xfd','\x0c','\x40','\x12','\x07','\x48','\x95','\xf6','\x48','\x90','\x00','\x59','\x90','\x00','\x55','\x50','\x06','\x62','\x37','\xff','\x40','\x10','\xc6','\x7f','\xf0','\xc6','\x40','\x10','\xc6','\x48','\x90','\xc6','\x48','\x90','\xc6','\x59','\x90','\xc6','\x55','\x50','\xde','\x62','\x30','\xcc','\x40','\x10','\xc0','\x7f','\xf0','\xc0','\x40','\x10','\xc0','\x03','\x82','\x0c','\x03','\x03','\xfe','\x33','\x33','\x0c','\x33','\xfb','\x0c','\x33','\x03','\x0c','\x33','\x03','\xfc','\x33','\x33','\x0c','\xff','\xfb','\x0c','\x40','\x13','\x0c','\x52','\x53','\x0c','\x4a','\x53','\xfc','\x4a','\x93','\x22','\x42','\x13','\x23','\x5f','\xd3','\x26','\x46','\x13','\x24','\x47','\x13','\x28','\x4a','\x93','\x30','\x4a','\xd3','\x10','\x52','\x53','\x18','\x42','\x13','\x18','\x42','\x13','\xec','\x40','\x1f','\x8f','\x7f','\xf6','\x0e','\x40','\x14','\x06','\x07','\x00','\x00','\x06','\x20','\x06','\xff','\xf7','\xff','\x06','\x00','\xc6','\x06','\x40','\xc6','\x7f','\xe1','\x86','\x06','\x01','\x0e','\x06','\x02','\x0c','\x07','\xe4','\x7c','\xfe','\x00','\x18','\x60','\x18','\x40','\x07','\x1f','\xe0','\x06','\x18','\x06','\xff','\xff','\xff','\x18','\x00','\x18','\x18','\x99','\x18','\x18','\x5a','\x18','\x1b','\xff','\xd8','\x18','\x7a','\x18','\x18','\xd9','\x98','\x1b','\x18','\xd8','\x18','\x00','\x18','\x1f','\xff','\xf8','\x18','\x00','\x18','\x03','\x80','\x00','\x03','\x00','\x06','\x33','\x37','\xff','\x33','\xf8','\xc0','\x33','\x00','\xc0','\x33','\x00','\xcc','\x33','\x37','\xfe','\xff','\xf9','\x8c','\x40','\x11','\x8c','\x52','\x51','\x8c','\x4a','\x51','\x8c','\x4a','\x9f','\xff','\x42','\x10','\x00','\x5f','\xd0','\x00','\x46','\x12','\x06','\x47','\x13','\xff','\x4a','\x93','\x06','\x4a','\xd3','\x06','\x52','\x53','\x06','\x42','\x13','\x06','\x42','\x13','\x06','\x40','\x13','\x06','\x7f','\xf3','\xfe','\x40','\x13','\x06','\x03','\x82','\x0c','\x03','\x03','\xfe','\x33','\x33','\x0c','\x33','\xfb','\x0c','\x33','\x03','\x0c','\x33','\x03','\x0c','\x33','\x33','\x0c','\xff','\xfb','\x0c','\x40','\x13','\xfc','\x52','\x53','\x6c','\x4a','\x50','\x60','\x4a','\x90','\x60','\x42','\x13','\x60','\x5f','\xd2','\x66','\x46','\x12','\x7f','\x47','\x12','\x60','\x4a','\x92','\x60','\x4a','\xd2','\x60','\x52','\x52','\x60','\x42','\x13','\x60','\x42','\x12','\xe0','\x40','\x14','\x70','\x7f','\xf4','\x3f','\x40','\x08','\x0e','\x07','\x08','\x06','\x06','\x0f','\xff','\x36','\x6c','\x06','\x27','\xfc','\x06','\x26','\x0c','\x06','\x26','\x0f','\xfe','\x26','\x6c','\x00','\xff','\xfc','\x02','\x40','\x4f','\xff','\x44','\x4c','\x40','\x55','\x4c','\xc8','\x55','\x4c','\x84','\x44','\x4f','\xfe','\x7f','\xcd','\x86','\x4c','\x48','\x70','\x4e','\x48','\x60','\x55','\x48','\x64','\x55','\x5b','\xfe','\x65','\x50','\x60','\x44','\x50','\x60','\x44','\x60','\x60','\x40','\x40','\x62','\x7f','\xcf','\xff','\x40','\x40','\x00','\x07','\x00','\x0c','\x06','\x00','\x7e','\x36','\x67','\xe0','\x27','\xf0','\x40','\x26','\x00','\x40','\x26','\x07','\xfc','\x26','\x64','\x44','\xff','\xf4','\x44','\x40','\x44','\x44','\x44','\x47','\xfc','\x55','\x40','\x40','\x55','\x40','\x40','\x44','\x48','\x46','\x7f','\xcf','\xff','\x4c','\x4c','\x46','\x4e','\x4c','\x46','\x55','\x4c','\x56','\x55','\x4c','\x56','\x65','\x4f','\xf6','\x44','\x4d','\x96','\x44','\x4c','\x06','\x40','\x4c','\x06','\x7f','\xcc','\x1e','\x40','\x4c','\x0c','\x07','\x09','\xa6','\x06','\x0f','\xbf','\x36','\x69','\xa6','\x27','\xf9','\xa6','\x26','\x09','\xa6','\x26','\x09','\xa6','\x26','\x6f','\xbe','\xff','\xf0','\x00','\x40','\x40','\x08','\x44','\x47','\xfc','\x55','\x40','\x00','\x55','\x40','\x02','\x44','\x5f','\xff','\x7f','\xc3','\x00','\x4c','\x43','\x0c','\x4e','\x43','\xfe','\x55','\x46','\x0c','\x55','\x46','\x0c','\x65','\x40','\x0c','\x44','\x40','\x1c','\x44','\x40','\x18','\x40','\x40','\x38','\x7f','\xc1','\xf0','\x40','\x40','\x60','\x00','\x18','\x00','\x00','\x3c','\x00','\x00','\xe3','\x80','\x03','\x80','\xf0','\x1c','\xff','\x3f','\xe0','\x00','\x06','\x07','\xff','\xe0','\x04','\x00','\x20','\x07','\xff','\xe0','\x00','\x00','\x00','\x06','\x02','\x00','\x7f','\xe3','\xfe','\x10','\x82','\x00','\x09','\x03','\xfc','\xff','\xf0','\x04','\x00','\x03','\xfc','\x3f','\xc2','\x00','\x20','\x43','\xfc','\x3f','\xc2','\x00','\x20','\x43','\xfc','\x3f','\xc2','\x02','\x20','\x42','\x03','\x21','\xc3','\xff','\x20','\xc1','\xfe','\x00','\x80','\x00','\x00','\xc1','\x80','\x01','\xff','\xc0','\x03','\x83','\x00','\x06','\x02','\x00','\x18','\x04','\x18','\x7f','\xff','\xfc','\x18','\x44','\x18','\x18','\x44','\x18','\x1f','\xc7','\xf8','\x00','\x44','\x00','\x7e','\x44','\x00','\x02','\x44','\x0c','\xff','\xff','\xfe','\x02','\x44','\x04','\x7e','\x45','\xb4','\x00','\x44','\x44','\x7e','\x45','\xb4','\x02','\x44','\x04','\xff','\xff','\xfe','\x02','\x40','\x02','\x7e','\x40','\x03','\x00','\x7f','\xff','\x00','\x3f','\xfe','\x00','\x18','\x00','\x00','\x18','\x00','\x00','\x34','\x00','\x00','\x62','\x00','\x00','\xc1','\x00','\x01','\x80','\xc0','\x06','\xff','\x78','\x18','\x00','\x1f','\xe0','\x00','\x06','\x1f','\x7e','\xf8','\x11','\x42','\x88','\x11','\x42','\x88','\x1f','\x7e','\xf8','\x00','\x00','\x00','\x10','\x00','\x18','\x1f','\xff','\xfc','\x18','\xc3','\x18','\x18','\xc3','\x18','\x1f','\xff','\xf8','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x18','\x18','\xc3','\x78','\x18','\x00','\x30','\x00','\x1c','\x00','\x00','\x18','\x60','\x0f','\xff','\xf0','\x00','\x18','\x00','\x00','\x18','\x0c','\x7f','\xff','\xfe','\x00','\x00','\x00','\x07','\x00','\x70','\x06','\x20','\x64','\x7f','\xf7','\xfe','\x06','\x00','\x60','\x06','\x00','\x60','\x07','\xe0','\x62','\xfe','\x0f','\xff','\x70','\x00','\x00','\x00','\x00','\x00','\x7f','\xff','\xfe','\x01','\x83','\x00','\x01','\x83','\x00','\x03','\x03','\x02','\x07','\x03','\x02','\x0e','\x03','\x03','\x38','\x03','\xff','\xc0','\x01','\xfe','\x0e','\x0e','\x30','\x0c','\x0c','\xf8','\x0c','\x0f','\x80','\x0c','\x0c','\x04','\x0d','\x8c','\x06','\xff','\xcf','\xfe','\x0c','\x07','\xfc','\x0c','\x00','\x00','\x0c','\x33','\xf8','\x1e','\x33','\x18','\x1d','\x33','\x18','\x1d','\xb3','\xf8','\x3d','\xb3','\x18','\x2c','\x33','\x18','\x2c','\x33','\xf8','\x6c','\x33','\x18','\x4c','\x33','\x18','\x8c','\x33','\xf8','\x0c','\x30','\x06','\x0c','\x3f','\xff','\x0c','\x08','\x00','\x0c','\x0e','\x38','\x0c','\x1c','\x0e','\x0c','\x70','\x06','\x00','\x02','\x00','\x40','\x03','\x80','\x30','\x07','\x18','\x18','\x0f','\xfc','\x0c','\x18','\x38','\x0c','\x26','\x70','\x00','\xda','\xe0','\x00','\x09','\x80','\x00','\x06','\x00','\x00','\x38','\x18','\x01','\xdf','\xfc','\x0c','\x11','\x80','\xfe','\x21','\x86','\x0c','\xff','\xff','\x0c','\x01','\x80','\x0c','\x39','\x8e','\x0c','\x31','\x8c','\x0c','\x31','\x8c','\x0c','\x3f','\xfc','\x0c','\x30','\x0c','\x1a','\x00','\x00','\xf1','\xff','\xff','\x60','\x7f','\xfe','\x40','\x00','\x00','\x00','\x01','\x00','\x00','\x01','\xc0','\x03','\x03','\x8c','\xff','\x87','\xfe','\x18','\x0c','\x1c','\x18','\x1b','\x38','\x18','\x61','\x70','\x18','\x18','\xe0','\x18','\x09','\x80','\x1b','\x07','\x00','\xff','\x9c','\x00','\x18','\x70','\x18','\x18','\x1f','\xfc','\x18','\x11','\x80','\x18','\x21','\x80','\x18','\x01','\x86','\x1a','\xff','\xff','\x1c','\x01','\x80','\xf8','\x01','\x80','\x70','\x71','\x87','\x40','\x61','\x86','\x00','\x61','\x86','\x00','\x7f','\xfe','\x00','\x60','\x06','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00', 0 }; } - namespace cmrc { namespace flycast { namespace res_chars { - extern const char* const f_2e10_fonts_printer_kanji24x24_bin_begin = file_array; - extern const char* const f_2e10_fonts_printer_kanji24x24_bin_end = file_array + 636264; - }}} - \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp new file mode 100644 index 0000000000..0c1b0a17e6 --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x50','\x4b','\x03','\x04','\x14','\x00','\x00','\x00','\x08','\x00','\xf5','\x94','\xd7','\x56','\x84','\xae','\x96','\x4b','\x82','\x4c','\x04','\x00','\x68','\xb5','\x09','\x00','\x16','\x00','\x1c','\x00','\x70','\x72','\x69','\x6e','\x74','\x65','\x72','\x5f','\x6b','\x61','\x6e','\x6a','\x69','\x32','\x34','\x78','\x32','\x34','\x2e','\x62','\x69','\x6e','\x55','\x54','\x09','\x00','\x03','\xcd','\xca','\x95','\x64','\x39','\xd8','\x92','\x65','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\xec','\x5c','\xcf','\x8f','\xdc','\x46','\x76','\x7e','\xc5','\xa2','\x49','\x7a','\xcd','\xed','\xa6','\xe3','\xc5','\xa6','\x12','\xb4','\xd5','\xb4','\x62','\x28','\x3e','\x18','\x01','\xa5','\x31','\x82','\x36','\x30','\x98','\xa1','\x6d','\xc1','\xf6','\x25','\xd9','\x3d','\xe4','\xb0','\xb7','\x50','\x96','\xa0','\x35','\x90','\x3d','\xcc','\x62','\x73','\x90','\x01','\x41','\x53','\xa3','\x11','\x24','\x05','\x11','\xd6','\xda','\xcd','\x45','\x01','\x16','\x89','\xfe','\x04','\x1f','\x7d','\x08','\xe0','\x92','\x67','\x21','\x27','\x80','\x83','\xec','\x2d','\x57','\xca','\x06','\xb2','\x39','\x25','\xbd','\xf0','\xa5','\x93','\x1d','\x4c','\xe7','\xbd','\x57','\x24','\x9b','\x4d','\xb2','\xbb','\xa7','\x47','\xba','\x64','\x31','\x0f','\x1f','\x66','\xd8','\xc5','\xe2','\x63','\xfd','\x7c','\xf5','\xde','\xab','\x57','\x04','\xf8','\x1d','\xa1','\x08','\x20','\x04','\xf0','\x01','\xa4','\x06','\xa1','\x4f','\xc8','\xc4','\x03','\x78','\x1e','\x59','\x69','\xc2','\xf3','\xfc','\xf3','\x64','\xd4','\x63','\x78','\x0c','\x17','\x20','\x78','\x3a','\x3e','\xbd','\xb5','\x9e','\x19','\x95','\x38','\x19','\x2d','\x7f','\xfc','\xf8','\xcc','\x8f','\xc3','\x47','\x31','\xb0','\xe7','\xe2','\x32','\xfd','\x3a','\x88','\x7d','\x90','\x42','\x4b','\x30','\x52','\x1b','\xa1','\x0d','\xf5','\x25','\x42','\x72','\x53','\x86','\xdc','\x94','\x11','\x63','\xf9','\x5b','\x46','\x8b','\x11','\xcd','\x63','\x01','\x1f','\xc5','\x6f','\xfb','\x12','\x20','\x63','\x3c','\x25','\x21','\xe3','\x8b','\x25','\x4e','\xd8','\x33','\x58','\x9a','\x1b','\x4f','\x5d','\x0e','\xa4','\xe4','\x19','\xf1','\xb9','\xca','\x78','\x7a','\x52','\xcf','\x86','\xcf','\x74','\x3a','\x7d','\x06','\x5c','\x9e','\x11','\x2d','\x2b','\x8c','\xe6','\xf1','\x84','\x83','\x60','\xc0','\x13','\xdb','\xb7','\x32','\xeb','\xf8','\xbc','\x33','\xea','\x42','\x99','\xd0','\xa4','\xd8','\xd3','\x4f','\xc5','\x0a','\x4b','\x92','\xb6','\x0a','\x33','\x5c','\xab','\x3b','\xca','\xc2','\x60','\x49','\xde','\x6a','\x15','\x66','\x3d','\x56','\x00','\x97','\x74','\x13','\x07','\x50','\xe0','\x26','\x88','\xdb','\x20','\x5c','\x70','\xda','\x92','\xd4','\xca','\x90','\x37','\x18','\x1f','\x00','\x5c','\x06','\x78','\xa4','\x51','\x6e','\x48','\xd8','\xf1','\x60','\x3b','\x84','\x33','\x09','\x3c','\xfe','\x62','\x9a','\x17','\xd9','\x3a','\xe0','\x75','\x74','\x16','\x36','\xcb','\x0e','\x56','\x2e','\x83','\xdd','\x31','\x98','\x0c','\x0c','\x09','\x22','\x14','\x4a','\x8e','\x00','\xd7','\x81','\xe0','\x0a','\x44','\xaa','\xac','\x63','\xc7','\x62','\xe3','\x70','\x1f','\xe0','\xbd','\x3e','\xc0','\x26','\x31','\x12','\x06','\x13','\xe4','\x63','\x70','\x47','\x10','\x0c','\x20','\x38','\x07','\xd1','\x7b','\x10','\xed','\xc3','\x79','\x80','\xb3','\x00','\xe7','\x00','\x5e','\xe7','\x66','\x4b','\xec','\x3b','\x01','\x72','\x00','\x53','\xe7','\x77','\x03','\xe4','\x81','\xe9','\xc1','\x8e','\x02','\x95','\x40','\x18','\x83','\x9b','\x81','\x97','\x82','\x53','\x01','\x7f','\x62','\x22','\xde','\xc2','\x0c','\x98','\x0d','\x33','\x1f','\x7f','\x82','\x63','\x45','\x77','\xa7','\x87','\xdb','\xd3','\x23','\x75','\xdc','\x27','\x96','\xd1','\x33','\x9b','\x83','\xc7','\x2a','\xbf','\xe0','\xa6','\x76','\xcb','\x25','\x21','\xe6','\xda','\xe8','\x35','\x93','\x8b','\x49','\x10','\x73','\x62','\xc0','\x19','\x1c','\x66','\x7d','\x82','\x1b','\x8b','\x08','\xe7','\xc1','\xa5','\x1c','\xf4','\x35','\x80','\x33','\x02','\xfc','\xdb','\x00','\x93','\x65','\xd5','\x7a','\xfb','\x19','\x21','\x7a','\x46','\x58','\x45','\x3b','\xa3','\x81','\xc5','\xea','\xac','\x4b','\x69','\x00','\x3b','\x16','\xab','\x32','\xda','\xde','\xcb','\x18','\x3b','\xb0','\x3a','\x7f','\x37','\x3d','\x2b','\x0d','\x0d','\xe0','\x16','\x88','\x00','\xa4','\x62','\xfc','\x82','\x70','\x22','\x7a','\xd3','\x10','\x14','\x03','\x95','\xcf','\x57','\x4e','\x5e','\x9e','\x98','\xc7','\xa7','\xe1','\x41','\xcf','\xe3','\x5e','\x32','\x9c','\xb2','\xb6','\x75','\x38','\xe5','\x5d','\xcc','\x46','\x72','\x4c','\xf3','\x83','\xf8','\x78','\xec','\x96','\x37','\xe7','\xee','\x98','\x72','\xc9','\x68','\x20','\x2d','\xef','\xd6','\xde','\x69','\xa7','\x1b','\x0b','\x36','\x12','\x80','\x85','\xf2','\xb6','\x16','\x42','\xbb','\x9c','\x21','\xdf','\xa4','\x76','\xb9','\xfe','\x18','\xae','\x15','\x01','\xfc','\x31','\x15','\xeb','\x29','\xe1','\x8f','\xfb','\x39','\xb7','\xf4','\xd3','\x81','\x98','\x54','\x72','\x48','\xb4','\x51','\x36','\xa2','\x53','\x76','\x43','\x1b','\xa5','\x0c','\x2b','\xb2','\x74','\xe5','\x9a','\x49','\xac','\x74','\xc1','\x7b','\x74','\xf1','\xac','\x43','\xfd','\x15','\x35','\x05','\x64','\x55','\x8c','\x4a','\x7a','\x06','\xe5','\xcf','\xea','\xad','\xc5','\x3b','\xd2','\x52','\x30','\x46','\xc1','\xbc','\x70','\x9c','\x13','\x9c','\x71','\xc9','\x24','\x2a','\x7f','\xce','\xbf','\xaa','\x12','\xd4','\x3c','\x2b','\xad','\xd6','\x7c','\x17','\x44','\x44','\x70','\x70','\xad','\x4b','\x09','\x81','\x86','\x17','\x81','\x70','\x16','\x8a','\x0b','\x4c','\xb1','\xb7','\x30','\x0f','\x02','\x33','\xe3','\x53','\x04','\xe2','\x70','\xb6','\xcc','\x88','\xb9','\x6c','\xc6','\x8e','\x5c','\x77','\x8b','\xf7','\xd8','\x5b','\xed','\xf7','\x9c','\x3d','\xc1','\xf8','\x59','\x97','\xd6','\x1d','\x3f','\xfe','\x04','\xdc','\x80','\x81','\x17','\x7a','\x05','\x7c','\xbd','\x6e','\x71','\x44','\x0e','\x22','\x5e','\x81','\x61','\x0c','\x11','\x63','\x98','\x73','\xfb','\xf8','\x39','\xf8','\x86','\xc1','\x6f','\xf4','\x4b','\xd5','\xb4','\x2d','\x7f','\xaa','\x5b','\x45','\x4e','\xfb','\x54','\x6e','\xe7','\x17','\xfe','\x97','\x0c','\xc1','\x80','\x0a','\x59','\x0b','\xe5','\x2d','\x9b','\xd3','\x3e','\x85','\x8f','\xf3','\xfc','\x2a','\x69','\x81','\x70','\x18','\x4e','\x27','\x4f','\xb3','\xfc','\x55','\x44','\x7c','\xd6','\xa2','\xb5','\x0a','\xb3','\xf4','\x15','\x01','\x44','\x2e','\xc4','\x0e','\xa4','\x02','\xa7','\xd0','\x1e','\xaf','\xfe','\xaf','\x96','\xfa','\xed','\xab','\xfc','\x73','\x0f','\x67','\x96','\xc6','\x0c','\x98','\x2d','\x58','\x52','\xab','\x2e','\x6b','\xba','\xf9','\xd2','\xf5','\xdd','\x0b','\x0d','\x0e','\x6b','\x34','\x94','\x53','\x13','\x07','\x2e','\x3f','\x18','\xcc','\x3c','\x00','\xf4','\x33','\x2e','\xa5','\x87','\x45','\x07','\x85','\x73','\xd2','\x7f','\xfe','\x32','\xb4','\xd2','\x49','\xf3','\x10','\x52','\x3c','\x20','\x49','\x4e','\x99','\xf2','\xe6','\x8c','\x92','\xb9','\xb5','\xa8','\xfd','\x23','\xa1','\xd7','\x23','\x23','\x8f','\xf9','\x64','\x24','\xca','\xaa','\xb7','\xcc','\x93','\xa2','\x61','\xea','\x53','\x03','\xa2','\x59','\xe0','\x55','\xaf','\x35','\xdc','\xa4','\x98','\x4e','\xe3','\x58','\x35','\x5a','\xa9','\xdd','\x62','\xaa','\xca','\x3b','\x60','\x1b','\xa4','\xa8','\x40','\x46','\xd7','\x83','\xe2','\x0d','\xaa','\xf5','\xec','\xf2','\x96','\xf7','\x21','\x7f','\xf9','\xe0','\xd3','\xe4','\x6a','\x18','\xbf','\xea','\x66','\x9b','\x5e','\xaa','\x1c','\x04','\x5e','\xe0','\x4f','\x4c','\xc4','\x5b','\x3e','\xbd','\x6f','\x29','\x1d','\x6f','\x6c','\x2c','\xd3','\xf4','\xfa','\x87','\xdc','\x6c','\xdf','\xe1','\x81','\x7b','\x91','\x95','\x2b','\xb4','\xfa','\x5c','\x70','\x5d','\x08','\x5c','\x79','\x1f','\xc2','\x0c','\xa2','\x88','\x80','\xe3','\xd8','\xc2','\xfe','\x0c','\xb9','\xea','\xb3','\x62','\x3c','\x06','\x21','\x08','\x0e','\x0d','\x7b','\x82','\xfd','\x89','\xe9','\x95','\x0b','\xa8','\x8f','\x56','\xe1','\xaa','\x89','\xff','\xac','\xfc','\x81','\xb2','\xf4','\x60','\x3d','\x9d','\xaa','\x09','\x83','\x9c','\xf4','\xc3','\xf3','\xac','\x1f','\xbe','\xfd','\x14','\x7c','\x12','\xa9','\xdf','\x0f','\xaf','\xdc','\x4a','\x06','\xb7','\xb2','\xf0','\x7d','\xe3','\x9e','\xd7','\xae','\xf5','\xb1','\x35','\x50','\xe8','\x0f','\xc6','\x01','\xe3','\x42','\x16','\x90','\x01','\x8a','\xf2','\xb9','\x46','\xdb','\xfa','\xb0','\x07','\x89','\x07','\xb1','\x84','\x14','\x21','\xb4','\xde','\x9e','\x1e','\xc2','\x23','\xb6','\xc4','\x3f','\x20','\x93','\x9c','\x7e','\x76','\xda','\xdd','\x75','\x13','\xcf','\x4e','\xea','\x2d','\x10','\xff','\xa2','\x65','\x60','\xbc','\x20','\x43','\xf8','\xa8','\x53','\xe3','\x5a','\xfc','\x9f','\x9c','\x73','\x88','\xad','\x9f','\x43','\xb0','\x03','\x41','\xe2','\x31','\x64','\x90','\x89','\xbf','\x61','\x3b','\x37','\x58','\xda','\xa0','\x56','\xf3','\xd8','\x02','\x38','\xd0','\xe2','\x96','\x41','\x48','\x64','\x8b','\x88','\x08','\xe2','\x61','\x2a','\x1e','\xb2','\x93','\xe1','\x7a','\xa9','\x46','\x55','\xd4','\xd7','\x90','\x64','\x90','\x26','\xa0','\x47','\x82','\x90','\x94','\x4d','\x41','\xd8','\x9e','\xf2','\x45','\x46','\xe8','\x65','\xf0','\x62','\x0e','\xf1','\x8e','\x1b','\x7f','\xa9','\x5e','\xbc','\x33','\xee','\xd1','\x42','\x55','\x90','\x0f','\x8e','\x32','\x6e','\x94','\x06','\x49','\x16','\x25','\x59','\x9c','\x64','\x69','\x92','\xe9','\xe8','\x2d','\x50','\x9f','\x83','\x3f','\x33','\x44','\x73','\x78','\x47','\xc1','\xcd','\x40','\x78','\xa1','\xe3','\x85','\xae','\x17','\x06','\x5e','\x18','\x39','\x41','\x2c','\x55','\x6a','\xa7','\x5b','\xaa','\x1b','\xe8','\x4f','\x27','\x08','\x92','\xf3','\x2d','\x0c','\xa7','\x63','\x84','\x70','\xa0','\x8d','\x82','\x76','\x40','\xdc','\x03','\xe9','\x81','\xe7','\x14','\xc0','\x6b','\x19','\x82','\xf8','\x64','\x22','\x4c','\xec','\x99','\x38','\xc8','\x52','\xb5','\x93','\x26','\x23','\x9d','\xbc','\x0c','\x09','\x76','\xad','\xef','\xaa','\x17','\x6e','\x85','\xe7','\x27','\xd2','\x2c','\xb0','\xb3','\xa2','\x62','\xca','\x7b','\x91','\xf1','\x5f','\x34','\xe2','\xdf','\x8b','\x9f','\x78','\x81','\x3f','\x31','\x71','\xe6','\x74','\x5d','\x44','\x37','\x40','\x3c','\xd1','\x52','\xa7','\x3e','\xc4','\xbd','\x97','\xef','\x87','\x1b','\xf7','\xd5','\xa5','\xbb','\xea','\xd1','\xdd','\xe8','\x20','\x78','\x71','\x3f','\x22','\xdc','\x89','\x83','\xbf','\x4d','\x83','\x1f','\x6b','\x17','\x22','\x07','\x62','\xf2','\x09','\xef','\x76','\x31','\xd9','\x63','\xa7','\x31','\x18','\xea','\xa6','\x9c','\x5d','\x2f','\xff','\x06','\x42','\x96','\x89','\x46','\xc3','\x37','\x9c','\xe8','\xd3','\xb0','\x2e','\x12','\xf7','\x74','\xd3','\xd5','\x80','\xe5','\x7c','\x8d','\x61','\xb5','\xce','\xb7','\xc9','\xf5','\xb4','\xbd','\x37','\x89','\x48','\xa1','\x45','\x9b','\x28','\xb5','\x92','\x84','\x44','\x4a','\xa4','\xdd','\xd7','\x52','\xf7','\x62','\xfa','\xfc','\x7e','\xfc','\x2d','\x78','\x18','\x36','\x9c','\xc4','\xd1','\xac','\x65','\x68','\x74','\x21','\x8e','\x70','\xd8','\x4c','\xb0','\x77','\x50','\xec','\xf8','\x53','\x23','\xa7','\x5a','\x4c','\x01','\x81','\x17','\xf2','\xbf','\xb5','\xff','\x85','\xf1','\x85','\xe9','\x41','\x1e','\xcc','\x5c','\xe1','\x45','\xa5','\x3c','\x9a','\x78','\x28','\xe1','\x02','\x04','\xea','\xa4','\xac','\x96','\x3a','\x0d','\xd8','\x74','\x9b','\x07','\x33','\xe3','\x23','\x73','\x55','\x43','\x3e','\x53','\xed','\x4f','\xf3','\x3e','\x0d','\x0f','\x2c','\xc3','\x64','\x9b','\x7c','\x3e','\x87','\xbb','\xd3','\xa3','\x06','\x6c','\xba','\xcd','\x83','\x99','\xf1','\x11','\x7c','\x70','\x8e','\x4f','\x55','\x9e','\xcd','\x00','\x3b','\xe8','\x15','\xb8','\x75','\x16','\x2e','\xbe','\x0d','\x6f','\x5f','\x84','\xb3','\x15','\xf0','\x27','\x26','\xe2','\x2d','\xcc','\x80','\xd9','\x9a','\xe5','\x59','\xa0','\x93','\xd8','\xda','\x61','\x5d','\xac','\x39','\x62','\x2b','\x65','\xab','\xb3','\x50','\xb7','\xd9','\x64','\xe1','\x40','\xcd','\xa8','\xe5','\xd4','\x54','\x15','\xb4','\x55','\x9b','\x32','\xd9','\x4a','\x55','\xd5','\xc1','\x6c','\x54','\xa3','\x29','\x3f','\xb8','\x59','\xac','\x91','\x98','\xa7','\xdd','\xa4','\xc7','\x07','\x3e','\x6e','\x9b','\xa7','\xdd','\x9e','\xeb','\x62','\xd9','\x50','\xbc','\xc9','\x2d','\x26','\x6c','\xa3','\x55','\xed','\x16','\xd7','\xc7','\x46','\x93','\x43','\xc5','\x67','\x7e','\x1c','\x72','\x8b','\xd9','\x46','\xab','\xda','\x6d','\x6e','\x6c','\x74','\xf2','\xc1','\xc4','\xfa','\x18','\xe3','\xe9','\x40','\xfd','\x42','\x33','\x82','\x27','\x05','\xf5','\xce','\xcd','\xb2','\xb4','\xb6','\xe4','\x5d','\xb3','\xbe','\xea','\x11','\xdb','\x29','\x3c','\x1d','\xa8','\x5f','\x78','\x46','\xd0','\xa4','\xa0','\xde','\x39','\x2a','\x4b','\xbb','\x58','\x7a','\x44','\x2a','\x08','\x36','\x23','\x77','\x33','\x76','\xd4','\x6c','\x6c','\x84','\xaf','\x26','\x67','\xd4','\x35','\x04','\x5e','\xcc','\xc6','\x98','\x4a','\x31','\x1b','\x66','\xc6','\x47','\xda','\x85','\x69','\x54','\xb6','\x48','\x59','\xe8','\x2e','\x9e','\xc7','\x42','\x4a','\x59','\x31','\xa5','\x4d','\x24','\x76','\x8a','\x86','\x7c','\x1d','\x2f','\x52','\x52','\x17','\x91','\xd5','\x7c','\x15','\xab','\x91','\xc8','\x27','\xe1','\x6b','\xb7','\xb0','\xd3','\x17','\x50','\x25','\x79','\xb0','\xf5','\xfe','\x02','\xe0','\xe7','\x20','\x5e','\x7c','\x76','\xce','\xc0','\xa5','\xa0','\x17','\xfd','\x9c','\x5f','\x7a','\xbd','\xb6','\xd1','\xd6','\x6a','\xdb','\x45','\x03','\x7e','\xc5','\x74','\x38','\xa5','\x53','\x3a','\xa5','\x95','\xb4','\x9b','\xf3','\x76','\x53','\xe1','\xee','\x25','\x57','\xe5','\x34','\x77','\x6b','\xbe','\x5e','\xb2','\x34','\x77','\xf3','\x95','\x6c','\xfc','\x23','\x6b','\x57','\x9a','\xd2','\xe1','\x1b','\x23','\x9f','\xd2','\xf1','\x9e','\xb2','\x15','\xad','\xfd','\x55','\x13','\x54','\x4c','\x27','\x7e','\xe9','\xf7','\x55','\xa5','\x3c','\x50','\xa5','\x67','\xd7','\xe7','\x0c','\x55','\xe6','\x25','\xc6','\xe9','\x10','\x97','\x6c','\x52','\xe9','\x92','\x1a','\x83','\x8a','\x25','\x26','\xe6','\x9c','\x61','\x35','\x1f','\xa2','\xe9','\x44','\xea','\x59','\x28','\x41','\xbb','\x54','\x9e','\xad','\xf7','\x2a','\x1f','\xc5','\x70','\x6a','\x9b','\x32','\x5b','\x5c','\xaa','\x0c','\x33','\x0c','\x17','\x6f','\x88','\xb9','\xbc','\x80','\x2e','\x07','\x2a','\x4e','\x0e','\x19','\x56','\xac','\xa9','\xfe','\x9a','\x35','\x96','\x36','\x61','\xe2','\xaf','\x0b','\xed','\x17','\x33','\xe3','\x23','\xc7','\xe1','\xbc','\xbc','\x76','\xa7','\x74','\x4a','\x6b','\x53','\xd4','\xa5','\xb2','\xde','\x9c','\xf3','\xc3','\xb8','\xa4','\xb5','\xa6','\xd6','\x73','\xc3','\x6e','\x9b','\x0e','\xc5','\xce','\xa6','\xdb','\x3c','\x36','\xff','\x9c','\x03','\xe7','\x66','\x97','\x92','\x79','\x6c','\x3f','\x2d','\x0b','\x87','\xf6','\x3e','\xd3','\x4a','\xd2','\xd5','\xd6','\xc6','\x94','\x38','\x54','\xdb','\x1a','\xa4','\xa0','\x71','\x4a','\x7d','\xc7','\x64','\x21','\xd5','\xed','\x1d','\x2c','\x49','\x65','\xef','\x58','\x63','\x07','\x53','\xe6','\x8c','\x9d','\x2e','\x8a','\x49','\xcf','\x0f','\x1a','\x4d','\x84','\xe6','\xe4','\x09','\x9a','\xa8','\x94','\xe7','\x4d','\x2c','\x4d','\x3f','\xa5','\x53','\x3a','\xa5','\x63','\x52','\xbc','\x56','\x44','\xca','\xf6','\x22','\x95','\x63','\x4d','\x2b','\xac','\xa1','\xff','\xa0','\x65','\x8d','\xe6','\x36','\x6f','\x08','\x3c','\x0b','\xa2','\xb0','\x2e','\x03','\x89','\x81','\x34','\x9b','\x09','\x87','\xcd','\x0c','\x3e','\x4f','\xc5','\x5e','\x2a','\x05','\x45','\x49','\x79','\x16','\x12','\x10','\x0e','\x7b','\x17','\x61','\xdc','\x64','\x63','\x6d','\xff','\x90','\x5c','\x43','\x71','\xdd','\x7b','\x8c','\x20','\xef','\x31','\xe2','\x12','\x3b','\x90','\x2f','\x70','\x58','\xd7','\x80','\xb1','\x4a','\x54','\x2f','\xdf','\x66','\x3a','\xce','\xae','\x53','\xb5','\x1b','\xb9','\x8a','\x43','\x5e','\xa2','\x45','\xc2','\x05','\x4f','\x91','\x90','\xc6','\x26','\x7a','\x8b','\x82','\xd6','\x9c','\x00','\xc2','\x04','\xa2','\x14','\x62','\x4d','\x7f','\xf1','\x1a','\x53','\x30','\x17','\xb9','\x9d','\x9b','\x49','\x33','\xc2','\x3b','\x2a','\x23','\x6f','\x0b','\xb5','\xde','\x4d','\x0e','\x8d','\xab','\xe7','\xac','\x33','\x3d','\x68','\x26','\x94','\x95','\x99','\xce','\x36','\xd1','\x83','\xda','\x08','\x89','\x6b','\x7b','\xee','\x8c','\x48','\x43','\xa2','\xe1','\x9a','\x86','\xbf','\x07','\x78','\x19','\xe0','\xdb','\x65','\x6c','\xcc','\xa2','\xed','\x6b','\x5f','\xe7','\x83','\x83','\x4f','\x13','\x2f','\x8c','\x43','\x37','\x0b','\x78','\x9f','\x28','\x72','\xb2','\xc4','\x8b','\x63','\x37','\xc9','\xc2','\x97','\x0f','\x46','\x7e','\xcd','\x07','\xbe','\xb4','\xb5','\xc7','\x2f','\x1f','\xfc','\x22','\xb9','\xea','\xc6','\xaf','\x42','\xb6','\x09','\xa9','\x22','\xe0','\x05','\xfe','\xc4','\x44','\xbc','\xe5','\xb7','\xc7','\xcd','\x3c','\x1d','\x37','\x64','\xa8','\x73','\x5b','\x0a','\x1b','\xf6','\x0c','\x87','\xdf','\x55','\x0d','\x92','\x94','\x18','\xcd','\x3b','\x79','\x06','\x9c','\xd9','\xa2','\xda','\xd6','\xbf','\x02','\x70','\xcd','\xee','\x27','\x1a','\xf1','\x24','\x77','\x3e','\xc8','\x1c','\x07','\x2c','\xa4','\x2c','\xb1','\xaf','\x51','\x2d','\x9f','\xe1','\x91','\xc1','\xcc','\x05','\xd2','\xd4','\xc2','\x7b','\x37','\xf5','\xef','\x68','\xb9','\x46','\xfc','\xe7','\x29','\xfd','\x6e','\x51','\xe5','\x0f','\xaf','\x3c','\xdb','\x50','\xf3','\x6f','\xbf','\x0e','\xf0','\x2e','\x63','\x9f','\x20','\x04','\xf9','\x48','\x9d','\x72','\x43','\x2e','\x84','\x9d','\x6d','\x71','\x58','\x71','\x1a','\x38','\x70','\x16','\xe1','\xc2','\xe5','\x80','\x11','\xc1','\xe5','\x18','\xce','\x22','\x52','\x18','\xe8','\x72','\xc5','\x19','\x8d','\x9c','\x8b','\x17','\xdd','\x8b','\x17','\x83','\xc7','\x8f','\x11','\x11','\x23','\xbe','\x78','\x31','\x45','\x8c','\x78','\x86','\x88','\xc6','\xa6','\xd2','\x04','\xc8','\x55','\x0b','\xc3','\x8e','\xfd','\xa6','\xc5','\xb7','\xf4','\x52','\x7c','\x0c','\xf0','\x33','\x0d','\x0f','\x79','\x22','\x68','\xc6','\x1e','\x07','\x33','\x63','\x1d','\x6f','\x03','\xdc','\x03','\x78','\x00','\xf0','\xb0','\x08','\x27','\x9b','\x45','\x82','\xf5','\x38','\xa2','\xf6','\x05','\x0d','\x81','\x81','\x20','\x2b','\x14','\xe1','\xa0','\x74','\x7e','\x13','\x38','\x58','\xc7','\xe6','\x9f','\x80','\x9c','\x80','\x3f','\x66','\xe4','\x6c','\xd1','\x47','\x35','\x39','\x10','\x81','\xf8','\x3b','\xda','\x79','\xc1','\xbf','\x85','\x54','\xbc','\x5e','\xbb','\xdb','\x40','\x7b','\x91','\xed','\x64','\x72','\x7d','\x3e','\x7f','\xe5','\x72','\x6f','\x64','\xab','\x3b','\xb4','\xa7','\x5a','\xfe','\x86','\xe0','\xd7','\x60','\x53','\x00','\x71','\xfe','\x78','\x38','\xa5','\xe5','\x34','\xbf','\x89','\x56','\xdf','\x41','\x6b','\x07','\xc1','\x35','\x76','\xd3','\x3a','\xb6','\xd2','\x4e','\xe9','\x94','\x4e','\xe9','\x94','\xd6','\xa5','\x4d','\x52','\xf8','\xab','\x10','\x05','\x94','\x2a','\x4b','\x30','\x0b','\x4e','\x38','\x68','\xb9','\x7c','\x15','\xa9','\x9d','\x62','\x72','\xbc','\xdd','\xc9','\x1a','\x44','\xcd','\x43','\x4e','\xb4','\x55','\x1d','\x93','\xc9','\x1c','\xf2','\x18','\x67','\xec','\xca','\x36','\x84','\xfa','\x69','\xbb','\xc2','\x5c','\x8d','\x41','\xc7','\x02','\x0b','\xc6','\x7b','\xb5','\x73','\x7c','\x50','\xba','\x7e','\xa1','\xd1','\xe8','\x73','\x85','\xa9','\x85','\x80','\xdb','\x7d','\x79','\xe4','\x63','\xe6','\xe3','\x35','\x73','\xbb','\x71','\x80','\x4b','\xb9','\xdf','\x50','\xed','\xed','\x89','\x99','\x17','\x18','\x2f','\x01','\xfc','\x11','\xc0','\x3b','\x0c','\xd4','\x79','\xd0','\x8a','\x64','\xb8','\x12','\x02','\x89','\x56','\x58','\x3e','\x17','\xa2','\x34','\x9c','\x2b','\x8f','\xe4','\xad','\xe4','\x2a','\x6c','\xb0','\xc0','\x16','\x38','\xb8','\xd4','\xee','\x91','\xd6','\xd4','\x8c','\x59','\xb7','\x95','\x1d','\x50','\xbc','\xe8','\x1c','\xf5','\x8b','\x98','\x3e','\x28','\x4f','\x1f','\xda','\x26','\xf1','\x6e','\x80','\x4f','\xab','\x89','\xf1','\x6a','\x9d','\xb8','\xa4','\xbf','\x7c','\x6e','\x31','\xaf','\xf0','\x64','\xd6','\xc2','\xac','\xed','\xde','\x4c','\x58','\xdb','\x87','\x50','\xe5','\x46','\x6f','\x85','\x46','\x3b','\xf3','\xe0','\xa9','\x5e','\xea','\xe3','\x7b','\xd1','\xf4','\xf8','\x1f','\x6e','\xea','\x8f','\xd1','\x82','\xc0','\x5b','\x39','\x2a','\x84','\x21','\x85','\xca','\x13','\x6c','\xc1','\xa0','\xb1','\x01','\xb1','\x60','\x1c','\x4a','\x86','\xd0','\x19','\x3c','\xca','\x61','\xab','\x35','\x12','\x46','\xdc','\x93','\xa7','\x74','\x4a','\x76','\xa7','\x6b','\xc4','\x86','\x49','\x65','\x9b','\xd4','\xcd','\x93','\x79','\x0b','\xa5','\x6d','\xa4','\x58','\xea','\x1f','\x95','\x87','\x7c','\xcb','\xb1','\x27','\x8b','\x79','\xa4','\xe5','\x14','\xca','\xf4','\xa4','\x06','\xba','\xdb','\x6f','\xef','\xa6','\xd1','\x78','\x8e','\x25','\xe0','\x14','\xc3','\x17','\xc5','\x88','\x4e','\xf9','\xc7','\xf3','\x2c','\xb2','\x8e','\x26','\x94','\x7b','\x24','\xfd','\xe6','\x69','\x38','\x01','\xcf','\x03','\x72','\x5b','\xcd','\x26','\x45','\xd2','\x05','\x7b','\xcb','\x50','\x4e','\x8f','\x9e','\x6a','\xf2','\x99','\x5a','\xc9','\x90','\x5a','\xbf','\x16','\x49','\x0c','\x1b','\x68','\xe7','\xd1','\x8e','\xaa','\x57','\xc5','\xdd','\xd1','\xac','\x8a','\xbc','\xc2','\xfd','\x95','\x0d','\x5b','\xae','\xf5','\x3e','\xca','\x31','\xaa','\x32','\x16','\x38','\x62','\x60','\x73','\x31','\x24','\x50','\xfb','\xc8','\xf2','\xe7','\x7c','\xb8','\x66','\xdf','\xac','\xd9','\x3e','\xf2','\x50','\x41','\xa6','\xe8','\x16','\x81','\xe5','\x40','\x8e','\xf9','\x61','\x33','\x6e','\xd6','\x6b','\x6f','\xb2','\x68','\xb5','\x62','\xf9','\xd6','\x7d','\x0b','\x9f','\x6a','\x96','\x67','\xba','\xf6','\xca','\x45','\x68','\xf7','\xfb','\x30','\x6f','\x56','\xbe','\x0b','\xd8','\x50','\xbe','\xe4','\x66','\x5f','\xe4','\x87','\xbc','\x93','\xb3','\xbb','\x92','\x3b','\xc5','\x05','\x2f','\x00','\x2f','\xa2','\xe3','\x94','\x5e','\x06','\x1e','\x5a','\x8e','\x23','\xf0','\x06','\xe0','\x85','\xcc','\xc1','\x07','\x4f','\x62','\x4e','\x12','\xb3','\xc3','\xfd','\x66','\xbd','\xfa','\xe6','\x38','\xc5','\xb1','\x08','\x18','\xd8','\xa7','\x49','\x7f','\xda','\x2c','\xd0','\x36','\x1c','\xbe','\x00','\x9f','\x20','\x9e','\xdf','\x4b','\x2a','\x04','\x9f','\x97','\xf8','\x65','\x12','\x5c','\x61','\x7c','\x98','\x04','\xaf','\x25','\xc1','\x88','\x11','\x25','\x5b','\x51','\x73','\x7e','\x0d','\x61','\xe2','\x43','\xfc','\x9c','\x8e','\x9f','\x33','\xb1','\x8b','\xc8','\x62','\x77','\x27','\x76','\x93','\xd8','\x55','\xb1','\x3b','\x88','\xdd','\x30','\x76','\xbd','\xd8','\xf5','\x63','\x57','\x3e','\x74','\xc5','\x43','\x17','\x72','\x46','\x36','\x6c','\xef','\x0b','\xd7','\xd6','\x1d','\xbb','\xac','\x28','\x50','\x6d','\xd4','\x57','\x9c','\x4e','\x73','\xa9','\xdf','\x3d','\xa9','\x8b','\x79','\xcd','\x53','\xbe','\x03','\x1d','\xe3','\xf9','\xf8','\xe5','\xb9','\x96','\x78','\xb7','\x62','\xe9','\xa4','\xf0','\xb9','\x86','\x6d','\x17','\xc4','\x2d','\x3e','\x77','\x59','\xb8','\x0a','\x87','\x47','\x8d','\xc9','\x5e','\xce','\x6b','\x1c','\x30','\x87','\x3c','\x18','\x04','\x78','\x95','\x2b','\x9b','\x70','\xcb','\x13','\xff','\x3c','\xd4','\xad','\x01','\x74','\x3d','\x16','\xfb','\xb9','\x9d','\x5f','\x76','\xca','\xd3','\x99','\x60','\xc3','\xaf','\xda','\x06','\x0e','\x96','\xce','\xf1','\xa5','\x2e','\x24','\x2e','\x0b','\x10','\x5c','\xb5','\x7d','\x63','\xdc','\xed','\xd6','\x38','\x9c','\x4e','\x94','\x52','\x91','\x0a','\x62','\xe5','\x22','\x8e','\x3b','\x2f','\x5a','\xed','\x3c','\xd4','\x93','\x52','\xf2','\xac','\x46','\xe1','\x75','\x7f','\xd4','\xd1','\x5f','\x55','\x5c','\x77','\x95','\xad','\xe9','\x9f','\xaf','\xc5','\x78','\x17','\x2e','\x7a','\xd5','\xe1','\x9f','\x3f','\xda','\xdd','\x1e','\x0d','\x42','\x35','\x08','\x08','\xe7','\x82','\xf0','\x5c','\x54','\xe0','\xdd','\x28','\x7c','\x27','\xf6','\x2a','\xec','\xa7','\xce','\x1e','\x01','\x95','\x34','\xc1','\xf1','\x84','\xed','\x7a','\x91','\xc2','\x63','\xcb','\x50','\xbd','\xfd','\xaf','\x4b','\x57','\x2d','\xbe','\xfd','\x4f','\x00','\xde','\x63','\x8d','\x71','\x0f','\xd7','\x20','\x5c','\x7d','\xb0','\x47','\x76','\x86','\xd0','\x9c','\x17','\x73','\xf1','\xea','\x55','\x75','\xbe','\x2a','\x2b','\x32','\x3a','\x6e','\x3b','\xfb','\xd3','\x31','\xca','\x01','\x54','\x7a','\x03','\xa1','\x03','\xa9','\x8b','\xc3','\x4d','\x21','\x97','\x64','\x54','\x44','\x7f','\xd0','\x71','\x24','\xd2','\xa1','\x48','\x80','\x53','\x6c','\x73','\x97','\x9c','\x3f','\xa5','\xff','\xf7','\x74','\x08','\x92','\xbf','\x58','\x52','\xf8','\x90','\x86','\x1a','\x9e','\xe8','\xd9','\x2e','\x98','\xb8','\x2f','\xfd','\xfb','\x30','\xc9','\x1b','\x0f','\x49','\xb6','\x30','\xe6','\xc4','\xdd','\x19','\x90','\x97','\xb4','\x24','\x8b','\xac','\xa1','\x14','\x15','\xf6','\x85','\x7c','\xa4','\x9d','\x96','\xde','\xd2','\x41','\x33','\xcb','\xce','\xc8','\xda','\x49','\xbb','\xf2','\x40','\x47','\xb7','\xfe','\xc3','\x76','\x99','\x29','\x2d','\x38','\xc6','\x35','\x23','\x6e','\x1b','\xda','\xd1','\x2b','\x8c','\x9d','\x19','\x0a','\x7b','\x67','\xdf','\xc0','\xf5','\x15','\x1b','\x34','\x44','\x95','\xc5','\xc1','\xfa','\x9e','\x4f','\x0a','\xd2','\x31','\xca','\x83','\x73','\x2a','\xb4','\xc7','\xa1','\x0b','\x6b','\x08','\xd7','\x88','\x39','\xe3','\xa8','\x0b','\x62','\x75','\xc4','\x68','\x86','\x65','\x16','\xfb','\x09','\x15','\x86','\x21','\xf6','\x8b','\xd3','\x1f','\x74','\x6a','\x60','\x0a','\x62','\xdb','\x8a','\x8e','\xac','\x61','\x3d','\xad','\xea','\xaf','\x6e','\xf4','\x0f','\x5a','\xed','\xd3','\xde','\x8a','\x3a','\x8e','\x2d','\xdf','\xd6','\x7f','\xda','\x1f','\x06','\x3a','\xd3','\x75','\xbe','\xb2','\x81','\x90','\x95','\x19','\x35','\xb3','\x76','\x3b','\xea','\xe5','\xe7','\xa4','\x58','\x3a','\x20','\x5d','\x3e','\x29','\x83','\x2d','\x7f','\x8d','\xcf','\xb5','\xf7','\xf0','\x16','\x2a','\x54','\xd8','\x68','\xa6','\xff','\x45','\xab','\x5e','\xec','\x97','\x58','\x5b','\xaf','\x3b','\x86','\x5b','\x35','\x7c','\x62','\xb6','\xbf','\x1b','\x87','\x2a','\x59','\x82','\xad','\xcd','\xeb','\x2b','\xf9','\x88','\x7f','\x00','\xff','\x09','\xcd','\x8b','\x25','\xf0','\xbf','\x5e','\x67','\x3c','\x37','\x2d','\xe8','\x85','\x4e','\x80','\x4e','\xc2','\xf1','\xd3','\xef','\x98','\xef','\xc5','\x4c','\x97','\x5b','\xab','\x14','\xa1','\x8a','\xae','\xa7','\x38','\x13','\xcb','\xc2','\xb4','\x67','\xa8','\x99','\x9b','\xd4','\x72','\x71','\x05','\x1f','\x19','\xf9','\x45','\x0e','\x5f','\x66','\xf0','\xab','\xf2','\x13','\x24','\x2d','\x2c','\x79','\xba','\x56','\x1e','\x9c','\x53','\x76','\xb2','\x6b','\xfa','\x38','\x0a','\x0e','\xef','\x5d','\x3e','\xde','\x4b','\x8b','\x32','\x17','\x6c','\x4f','\x3b','\xed','\x7e','\xcf','\x9a','\xf0','\xa7','\x1d','\x89','\x25','\x52','\x42','\xa2','\x69','\xec','\xae','\x22','\x2c','\x49','\xdf','\xd7','\xd5','\x7c','\x6f','\x43','\xdc','\xd1','\xf0','\x51','\xbe','\x92','\x4f','\xff','\xd1','\x98','\xd5','\x0f','\xd2','\x40','\xc0','\xe8','\x8e','\x10','\x85','\x2e','\xfd','\xa7','\x4d','\x37','\x6e','\xdc','\x50','\x44','\x51','\xf8','\x3a','\xe3','\x5c','\xec','\xbd','\x6b','\xb5','\xa0','\x65','\xfa','\x4f','\x47','\x79','\xbe','\x1e','\x4b','\xab','\x0b','\x7d','\x55','\x2a','\x42','\x95','\x16','\xb4','\x5f','\xa8','\x40','\xfd','\x96','\x9d','\xd2','\x26','\xff','\xc9','\x78','\x59','\xa5','\xca','\xc8','\x81','\x30','\x86','\x30','\xa5','\x6e','\x5c','\x44','\x74','\x82','\x43','\x6a','\xc7','\x07','\xd7','\x63','\xb9','\x64','\x15','\xa1','\x1d','\xab','\x08','\xc5','\xc2','\xa0','\xba','\x45','\xc2','\x7f','\x75','\x03','\x9d','\x52','\x27','\xa5','\xe5','\x32','\xf7','\xc7','\x1c','\x9b','\x9d','\x96','\x01','\x7e','\xbb','\x20','\x7e','\x69','\xe4','\xfb','\x99','\xf7','\x7e','\xe2','\x7e','\x3f','\x09','\xb2','\x24','\xc8','\x93','\xe7','\x1f','\x66','\xbd','\xd8','\x14','\x81','\x2c','\xa6','\xec','\x85','\xcb','\x10','\xed','\x6a','\x3a','\x5f','\x8b','\x29','\xbf','\xe4','\x9d','\x56','\xc4','\x67','\x5a','\x7c','\x99','\x39','\x77','\x13','\xf7','\x81','\x0a','\xee','\xab','\xe8','\x61','\x18','\x99','\x30','\x66','\xbc','\x92','\xaa','\x73','\x99','\xda','\xcc','\x92','\x04','\xea','\x67','\x6b','\x3b','\x88','\xbe','\xf3','\x20','\xc1','\x25','\x87','\x4f','\xea','\xda','\xf0','\xe3','\x38','\x71','\xd3','\xc4','\x4b','\x13','\x47','\xe3','\x28','\x4d','\x3a','\xbf','\xc8','\x17','\x17','\x23','\xcb','\x28','\x72','\x4a','\x44','\x6c','\xb8','\x05','\x8a','\xbe','\x62','\x14','\xaa','\xd4','\x55','\xa9','\xa7','\x8c','\x17','\xea','\x33','\xdf','\xd6','\xbd','\x3e','\x19','\xdf','\xab','\x3e','\x6d','\x15','\xf3','\x04','\xec','\xcd','\xce','\xe8','\x0a','\xbc','\xfe','\x86','\x74','\xa1','\xb9','\x2d','\xbe','\xca','\x93','\x5b','\x9d','\xcd','\xce','\x78','\xac','\x36','\xb8','\x9f','\x01','\xf7','\xc7','\xa8','\x10','\x91','\x90','\xef','\x90','\x83','\xf5','\x4f','\xd2','\xa9','\xee','\x38','\x20','\xaa','\x5b','\x58','\x63','\xeb','\xf0','\xae','\xf7','\x4f','\xd8','\x57','\x16','\x96','\x9e','\x5e','\x7c','\xf5','\xaf','\x40','\xdc','\x05','\x79','\x0f','\xd7','\xd6','\x71','\xb1','\x2a','\xb7','\x2a','\x82','\xcf','\x3a','\x43','\x10','\xdf','\x50','\x34','\xd1','\xec','\xd9','\xb8','\xe6','\xc0','\xce','\xc8','\x6b','\xd1','\x8b','\x60','\x80','\x8d','\xd8','\xe7','\x9d','\xef','\x2e','\x2a','\x8e','\xb6','\x23','\xf6','\x0c','\x3c','\x48','\xdc','\x09','\xf6','\x4b','\x5a','\x6c','\xc7','\x7f','\x62','\xc0','\x90','\xfb','\x57','\xea','\xec','\xbb','\x3a','\x0b','\xb5','\x79','\xee','\xe3','\x59','\x28','\xab','\x04','\x6b','\xc8','\x20','\x30','\x8f','\x12','\x0f','\xc2','\xf3','\x93','\x70','\x68','\x12','\xeb','\xcc','\x16','\xd2','\x88','\xc1','\x8e','\xc8','\x94','\xd0','\xa1','\x84','\xd0','\x87','\xf0','\xcf','\x20','\xfc','\x08','\xd4','\x9b','\x30','\xfa','\xfd','\xbb','\x63','\x79','\xc7','\x88','\xaa','\x00','\x9a','\xdf','\x9e','\x43','\xb1','\xb3','\x8f','\xdc','\x26','\xea','\xbd','\xdb','\xe1','\x47','\x8e','\xb7','\xe1','\x78','\xd2','\xf1','\x1d','\xc7','\xf7','\x9c','\x6d','\xcf','\xf3','\x42','\x0f','\x42','\x97','\xcc','\x78','\xc4','\x79','\x05','\x3b','\x13','\xc8','\xec','\x18','\x26','\xf2','\x58','\x91','\xdc','\x80','\x5c','\xd1','\xd8','\x21','\x3e','\x46','\x4c','\x92','\xf7','\x6e','\xab','\x8f','\x9c','\x70','\xc3','\x09','\xa5','\xd3','\x73','\x9c','\x9e','\xe7','\x6c','\x21','\x9b','\x25','\x7c','\x8a','\xfd','\x0a','\xbc','\xfe','\x21','\x44','\x5b','\xd0','\x1f','\x83','\x4f','\x02','\x3c','\xc7','\xb5','\x36','\x18','\x80','\xff','\x15','\xf9','\x8e','\x8a','\x12','\x4f','\x72','\x54','\x8a','\xf8','\xfc','\xf3','\xec','\xe4','\x82','\x3c','\xe2','\x43','\x6a','\xc4','\x87','\xd7','\xdb','\x6c','\x03','\x7e','\xa8','\xa2','\x2d','\x75','\x62','\x3e','\xdc','\x22','\x86','\xbf','\x15','\xc6','\xe6','\x64','\x8f','\xe5','\x67','\x56','\x7c','\x54','\xa0','\xfa','\x9a','\x8a','\xac','\x1f','\x3b','\x18','\xcc','\x7f','\x85','\xcc','\x56','\x49','\xf0','\xeb','\xe4','\x6d','\xf2','\x7c','\xf5','\x36','\x68','\x4c','\x24','\x6a','\x05','\x1f','\x55','\x9e','\x7c','\xb0','\xc3','\xb5','\x9c','\xae','\x4a','\xea','\x90','\xf6','\x14','\xc8','\x37','\xc8','\x7e','\xc2','\xab','\xea','\xad','\x69','\xb4','\x9d','\x47','\x2a','\x43','\x99','\x80','\xb8','\x50','\xe2','\x0d','\x48','\xdf','\x00','\x33','\xa0','\xfe','\xa0','\x2e','\xc1','\xa1','\x10','\x54','\xd1','\x8d','\xe0','\xa1','\x0a','\xa9','\x7a','\x1b','\x4a','\x3e','\xc0','\xa1','\x93','\xf0','\x51','\xea','\x44','\xdc','\x7b','\xc5','\x3f','\x8a','\xa7','\x3a','\xbb','\x44','\x43','\xea','\x4a','\x89','\x0f','\x05','\x7c','\x28','\x61','\x64','\x7d','\x43','\x0e','\x19','\xea','\x51','\x15','\x1f','\x59','\x4e','\x23','\x81','\x4a','\xc8','\x2e','\x7f','\x27','\x64','\x50','\x0d','\x89','\x39','\x0a','\xe6','\x83','\x35','\x42','\xb6','\xd6','\xc5','\xcc','\xd5','\x46','\xc6','\x87','\x03','\x1b','\x62','\xac','\x60','\xf7','\x01','\x2d','\x69','\x27','\xe3','\xc3','\xd6','\x3d','\x89','\x97','\x2c','\x87','\xf3','\x26','\x1a','\xd2','\xa7','\x0b','\xb0','\xd5','\x41','\xd6','\x06','\xfa','\x56','\x26','\x0e','\xc6','\x1e','\xf9','\x7f','\xe2','\xaa','\xe5','\xa9','\x8d','\xc7','\xbc','\x3b','\xd6','\xd7','\x76','\xfc','\x90','\x4e','\x7d','\x7b','\x03','\x0e','\x1e','\xd0','\x10','\xda','\x04','\x9a','\xc1','\xf7','\x4a','\x1b','\xc9','\x76','\xeb','\xa6','\x11','\x5f','\xe4','\xe4','\x70','\xa0','\xe0','\xf9','\x6e','\x3e','\x5e','\xd9','\x75','\x05','\x16','\x7b','\x20','\xcb','\x7d','\x31','\xfa','\x94','\x9d','\x43','\x47','\xaa','\x33','\x9a','\xc2','\x53','\x56','\xe0','\xeb','\x7c','\xf6','\x58','\x3b','\x0d','\x0d','\x9d','\x10','\xf7','\xd6','\xe6','\x53','\x08','\xb1','\xea','\xab','\x2f','\xc3','\xa3','\xfd','\xc3','\xe1','\x2e','\x3b','\xc2','\xc8','\xe0','\xba','\x07','\xc2','\x9b','\x81','\x56','\xa2','\x23','\x8e','\xa9','\xab','\x1f','\xcb','\x89','\xb9','\x15','\x95','\x07','\x3d','\x09','\xfe','\x06','\xd9','\x2d','\x04','\xd8','\x9f','\x1e','\xed','\xba','\xc3','\xb5','\xf9','\x94','\x8d','\xe9','\xcd','\xa9','\x7f','\x3f','\x95','\xc3','\x69','\xff','\x37','\xfa','\xb7','\x42','\x5f','\xa6','\x9f','\xec','\x5a','\x7f','\x89','\x8d','\x1d','\x6f','\xf6','\x3d','\x25','\x12','\x59','\xbb','\x63','\x18','\x8e','\x8b','\xf1','\xe3','\x61','\xa6','\x0d','\x4f','\x3e','\x90','\x52','\x95','\xc1','\x7e','\x03','\x39','\x3c','\xea','\x7f','\x03','\xbf','\x95','\x70','\x59','\xb2','\xf5','\x84','\x2d','\x76','\x0e','\xe4','\x80','\x0f','\xd7','\x77','\xf3','\xa1','\xc6','\x11','\x6f','\x6a','\xf1','\xb5','\x86','\xba','\x60','\x4f','\x29','\xb0','\x4a','\x0c','\x0f','\xbd','\xab','\xd0','\xbf','\x0b','\x9b','\x11','\x24','\xf1','\xfc','\x47','\x4e','\x62','\xce','\x76','\x86','\xbf','\x51','\x60','\xd7','\x65','\xe2','\x73','\x5b','\x7c','\xbd','\x0f','\x38','\x8a','\x42','\x5e','\x48','\x4f','\xc4','\xa7','\xfa','\xbe','\x01','\xb5','\xea','\x3f','\xc1','\x5b','\x63','\xd8','\xdd','\x43','\x39','\x7b','\x4d','\x52','\x64','\xd9','\x80','\x0f','\x16','\x15','\x3b','\x96','\x64','\xbd','\x31','\x43','\xc4','\x4e','\x04','\xd9','\x80','\x3f','\xdc','\x51','\xec','\xf2','\x94','\xf2','\x19','\x25','\xc1','\x3d','\x75','\x62','\x3e','\xb3','\xc2','\x68','\x5a','\xf8','\x5e','\xf9','\x0c','\xb6','\x73','\xf8','\x83','\x72','\x07','\x95','\x46','\xa0','\x34','\xce','\x20','\x71','\x76','\x94','\x63','\x68','\xd1','\x41','\x78','\xc5','\xd6','\xd4','\x0e','\x35','\xb4','\xfd','\x10','\xca','\x8c','\x8f','\x07','\x3c','\xcb','\x5e','\xf9','\x4c','\x6d','\xe7','\xea','\x04','\x7c','\x96','\x11','\x9a','\x21','\xd7','\xcc','\x4b','\x26','\xeb','\xb3','\x9b','\xb7','\x54','\xd4','\x32','\x06','\x6f','\x0c','\x84','\x4b','\x9e','\x35','\x30','\x4e','\xa4','\x09','\x3e','\x86','\xf0','\x3a','\x7d','\x21','\xb2','\xb2','\xd5','\x7b','\x35','\x7f','\x22','\x7f','\x43','\xd2','\x6f','\x84','\xb0','\xda','\x99','\xba','\x51','\xd8','\xd2','\xd8','\x89','\xe3','\x5c','\x9a','\xe4','\x63','\x50','\xd7','\x41','\x8d','\x66','\x11','\xab','\x21','\x34','\xaa','\xd3','\xeb','\xfc','\x66','\x1e','\x0e','\xcb','\xc9','\x5b','\xdf','\xe8','\x5d','\x0f','\x36','\x43','\x8a','\x94','\x9a','\x0b','\x12','\xd6','\x35','\x98','\xf2','\x44','\xe0','\x88','\xbf','\x6c','\xe8','\xf3','\x9a','\x35','\xa3','\x1c','\x87','\x37','\xf3','\xf1','\x36','\x43','\x19','\x45','\x1b','\xa4','\xdc','\x21','\xd6','\xe1','\x53','\x89','\xbd','\xb9','\x2f','\x98','\xa1','\xd2','\x72','\xc7','\xc0','\x3f','\xb2','\x78','\xc9','\x67','\xfa','\x57','\x3d','\xc6','\xd9','\x85','\x5c','\x4e','\x73','\x28','\x43','\x1d','\x50','\x1b','\x21','\x0f','\x9c','\xb9','\x5a','\xac','\x39','\x27','\xe3','\x93','\xcd','\x3a','\x33','\xfd','\x12','\x76','\x8f','\x60','\x44','\x83','\x67','\x07','\x99','\x3b','\xb0','\xe5','\xc1','\xe3','\x50','\x80','\x12','\x30','\x72','\x60','\xc7','\xa1','\x58','\x8a','\x42','\x2c','\xfe','\x2f','\x08','\x5f','\x3b','\x4e','\xee','\x78','\x3b','\xe2','\x30','\xb1','\x22','\x31','\xa8','\xba','\x44','\xe4','\x61','\x7f','\xa2','\x92','\x4d','\x5e','\x55','\xb5','\x2a','\x4f','\x0c','\x22','\xce','\x33','\x2e','\x44','\x70','\x21','\x26','\x7c','\x27','\x81','\xc1','\xf0','\x68','\xe0','\x1f','\x86','\x75','\xe3','\x32','\x2b','\xf6','\x61','\xed','\xa7','\x6f','\xa2','\x6d','\x1d','\x8d','\xb3','\x97','\x62','\x45','\x6e','\x92','\x0c','\x95','\x67','\x6f','\x64','\xbc','\xd7','\xb5','\xf7','\x1e','\x02','\x7a','\xfb','\x10','\xde','\xb9','\xf3','\xe5','\xbf','\xde','\x1d','\xfd','\x20','\xd8','\x4c','\xc2','\xff','\xe0','\x25','\x6a','\x36','\x7a','\x1a','\x7a','\xb1','\xbf','\x6f','\xfe','\x72','\x90','\x5c','\xc8','\x94','\xa3','\x03','\x9e','\x08','\x61','\x0f','\xc2','\x6f','\x41','\xf8','\x87','\x10','\xfe','\x1e','\x0c','\x2e','\xf8','\x0f','\x7e','\x12','\x5e','\xfb','\xab','\x60','\xf3','\x7b','\xe1','\x55','\xcf','\x7f','\x5c','\xe9','\xa7','\x05','\x61','\x27','\x4e','\x8c','\xbc','\x97','\x78','\xa1','\x0a','\xc3','\x50','\xa9','\x30','\x52','\x5e','\x4c','\x61','\xe1','\x5e','\x9a','\x79','\x69','\xea','\xa5','\xc6','\xbb','\xa4','\xbd','\xcb','\x10','\xfe','\x29','\x84','\x9b','\x85','\x90','\x32','\x75','\xad','\x1b','\x7b','\x48','\x91','\x0c','\xb0','\xca','\x46','\x8a','\x48','\xe2','\x3f','\x4f','\x86','\x87','\x49','\x98','\x26','\x14','\x83','\x92','\x62','\x0f','\x5c','\x21','\x64','\x88','\x1f','\x41','\xf6','\x61','\x3f','\x7f','\x2d','\xd9','\x19','\xa5','\xd7','\x47','\xe9','\x7f','\xa9','\xed','\xc7','\x51','\xe1','\x0d','\x60','\x7d','\xc3','\xdb','\x18','\x08','\xd2','\x37','\x14','\x29','\xac','\x90','\xec','\x8d','\x92','\xdd','\x71','\x72','\x1e','\x5f','\x01','\x14','\xc8','\x22','\xe0','\x0a','\x81','\x54','\x8e','\x1f','\xa1','\xd6','\x31','\xd4','\xaf','\x5d','\x32','\xa3','\xbd','\xf1','\x68','\xff','\x53','\xb5','\xab','\xa2','\x72','\xbe','\x93','\x66','\xe4','\xf5','\x06','\xe2','\x67','\xaa','\x40','\x2f','\xd9','\x4b','\x4e','\xc0','\x87','\x08','\x55','\x6b','\x93','\x7d','\xcf','\x64','\x6f','\xea','\x8c','\x43','\x6e','\x76','\x3c','\xf8','\xbe','\x0b','\x3f','\x08','\xe1','\x41','\x08','\xf7','\x02','\xf8','\xa9','\x12','\x77','\x94','\x70','\xb0','\xa8','\x4a','\x82','\x72','\x68','\xd1','\x0b','\x42','\xe8','\x8d','\x28','\x4e','\xa6','\x9c','\x16','\xd4','\x63','\x02','\x36','\xfe','\x8f','\xbd','\xab','\xf9','\x91','\xdb','\xc8','\xee','\xaf','\xc8','\x36','\x49','\xc3','\x74','\x37','\x15','\x1f','\x52','\x5e','\x37','\xd4','\xd4','\x0a','\x70','\x72','\x08','\xb0','\x1c','\x4b','\x48','\xb8','\xc9','\x44','\x4d','\xd9','\x0b','\x25','\x07','\x23','\xe7','\x20','\x87','\xa0','\x64','\x29','\x8a','\x11','\x2c','\x90','\x46','\xf6','\x10','\x1d','\x06','\xd3','\xd5','\x1a','\x43','\xf2','\x41','\x59','\xdb','\xb7','\x59','\x60','\xb3','\xf6','\x9f','\xe0','\x63','\x8e','\x25','\xcf','\x42','\xde','\x83','\xa1','\x24','\x37','\x03','\x7b','\x08','\x0d','\x03','\xc9','\x2d','\xe8','\x45','\x80','\xa0','\x17','\x18','\x4c','\xa7','\x5e','\x15','\xc9','\x26','\xbb','\xd9','\xd3','\x3d','\x1f','\x87','\xdd','\xe0','\xfd','\xf0','\x30','\x90','\x7a','\x9a','\x6f','\x8a','\xf5','\xf1','\xea','\x7d','\xd5','\x2b','\x7f','\x72','\xf8','\xe9','\xe4','\xf0','\x47','\xc6','\xbd','\xdc','\x61','\x2a','\x64','\x59','\x80','\xca','\xb7','\xa6','\x24','\x62','\x69','\xc2','\xb4','\x2c','\x0b','\x50','\x77','\x72','\x8c','\x30','\x0a','\xd1','\xb2','\xea','\x8f','\xb0','\x12','\x5a','\xdd','\x86','\x63','\xd0','\xf5','\x27','\x9f','\x7c','\x3a','\xf9','\xe4','\x47','\xec','\x13','\x8f','\xfd','\xf8','\x9c','\x7c','\xb2','\x72','\x13','\xe1','\xe5','\xcc','\x5e','\x92','\x1b','\xf6','\xb7','\x83','\x1c','\x1e','\xee','\xb2','\x0f','\xbd','\xc7','\xa1','\xff','\xd3','\x70','\xf0','\x30','\xf4','\x46','\xc7','\x10','\xd7','\x45','\xd9','\x82','\x4f','\x68','\x26','\xdd','\x03','\x88','\x12','\x88','\x93','\x0b','\xf0','\xb1','\xed','\x49','\x21','\xfa','\x01','\xc4','\x86','\xb2','\xf4','\x0c','\x7c','\x4a','\xe0','\x49','\xe1','\x0c','\x93','\x41','\xd1','\xfb','\x11','\xa1','\x75','\x8a','\xa6','\x84','\x07','\x9f','\xbb','\x30','\xc5','\x5c','\x99','\xdc','\x48','\xd2','\xd4','\x6e','\xa2','\x6d','\xe6','\xa9','\xb0','\xe5','\x91','\xb5','\x2a','\xe5','\xdd','\x96','\x17','\xe0','\x63','\x31','\x72','\xe5','\x87','\x5e','\xf6','\x61','\x27','\xfe','\x30','\x8c','\x47','\xe7','\xe0','\x83','\x1d','\xc3','\x66','\xfd','\xe1','\xb1','\xd1','\xd2','\x71','\x95','\x19','\x35','\x7e','\x2f','\xd1','\xe6','\xd3','\x50','\xc4','\x58','\xef','\x58','\xdc','\x2f','\x09','\xd7','\x97','\x9f','\xff','\x3e','\x1f','\xa5','\xf1','\x5e','\x1a','\xff','\x37','\x1f','\x3c','\x8f','\xfc','\x1a','\x1f','\xf7','\x79','\x7f','\xfe','\xad','\xd6','\x7e','\xcc','\x12','\x7b','\x9a','\x20','\x69','\x09','\x3b','\x4d','\xe6','\x79','\xcc','\x1a','\x2a','\xfd','\xfa','\x75','\xd1','\x4d','\xe0','\x0a','\x77','\x3f','\xe9','\xcf','\xff','\x9d','\xbb','\x5d','\xb3','\x4e','\x65','\xc1','\xa4','\x97','\x27','\xbf','\x96','\xdb','\xf2','\xe1','\x65','\x72','\xb8','\x4d','\xf2','\x78','\x39','\xef','\xcd','\x95','\x1f','\x98','\xba','\x5d','\x81','\x0a','\x5e','\x51','\xfe','\x1c','\x0b','\x49','\x2d','\xd2','\xc8','\x43','\x70','\x8f','\x21','\xec','\xc9','\xe8','\xd5','\x9c','\xef','\x8e','\x7a','\xda','\x0a','\xce','\x17','\x5d','\x14','\xec','\x82','\xff','\x02','\xd5','\xbf','\xc2','\xa1','\x97','\x64','\x10','\xc7','\xd8','\x49','\x5a','\x02','\xa9','\xc4','\x3d','\x11','\xaf','\x3e','\xc9','\x77','\x60','\x74','\x1d','\x8e','\xef','\xc0','\x8b','\x77','\xd9','\xe3','\xbf','\x64','\x52','\xef','\x04','\xb1','\xd3','\x38','\x2a','\x53','\x45','\x37','\xdc','\x14','\x6d','\xf1','\x71','\x9e','\xdc','\x80','\x3f','\x77','\xe0','\x5d','\x07','\xee','\x74','\xe1','\xce','\x6b','\xf0','\xd7','\xd7','\xe1','\x07','\xd7','\x21','\xd3','\xf4','\x3b','\x18','\x16','\x8c','\x4d','\x7a','\x98','\x5e','\x64','\x23','\x8f','\x4d','\xcd','\xbe','\x53','\x32','\x32','\xaf','\x16','\x9b','\x38','\x77','\x84','\x47','\x46','\x25','\x9f','\xe5','\xaf','\x7c','\x9c','\x76','\x93','\x7e','\x3f','\x0e','\x6f','\x8a','\xee','\xfd','\xcc','\xbb','\xa3','\xbc','\x23','\xe9','\x1d','\xc8','\xee','\x81','\x0c','\x1f','\xab','\xfe','\xbb','\x19','\x1f','\xa1','\x32','\x55','\x93','\xab','\xca','\x4c','\xc3','\x51','\xb1','\x85','\x05','\x19','\xf8','\x59','\x69','\x29','\xea','\xe9','\x6d','\x8a','\x61','\xbe','\x0c','\xd2','\xcf','\x33','\x36','\x13','\x8c','\xc7','\x55','\x68','\x1e','\xc5','\x9b','\xd4','\x8d','\x51','\xb0','\x12','\xad','\x46','\xc4','\x26','\xab','\x70','\x06','\x0e','\x07','\xc7','\x57','\xee','\xae','\x60','\x2a','\xb9','\x2e','\x93','\xab','\x3f','\x17','\xe1','\x3d','\xd9','\x38','\x13','\x1f','\x96','\xd6','\xa5','\xdd','\x30','\x22','\xfc','\x50','\x1b','\x38','\x9d','\x7d','\x14','\x71','\x01','\x9b','\x86','\x5d','\xbd','\x02','\x3d','\x57','\x61','\x78','\xe1','\x9f','\xa5','\x3f','\x7b','\x7e','\x75','\x74','\xef','\x18','\xc4','\xb4','\x58','\xc8','\x95','\x6c','\xe9','\xd6','\x4c','\xd4','\x56','\x70','\x3c','\x40','\xe1','\xfc','\x19','\x38','\x7f','\xa5','\x3a','\xef','\x89','\xce','\xa3','\xb8','\xf3','\x28','\x79','\xe9','\x6d','\x24','\x4f','\xd3','\x9b','\xb1','\x77','\x53','\x38','\x7d','\xa3','\x47','\x85','\x0d','\xa3','\x52','\xaf','\x98','\x4c','\x0b','\x89','\xc7','\x90','\x7c','\xa4','\x76','\xde','\x4a','\x76','\xde','\xe6','\x3b','\x07','\xe1','\x35','\x37','\xbc','\xe7','\x7a','\x7f','\x63','\xe8','\xfd','\x03','\x4d','\xe1','\xfb','\x77','\xc2','\xe4','\x0e','\x4f','\xde','\x1c','\x25','\x83','\x3c','\xea','\xc9','\x86','\x7d','\x91','\xb5','\xb5','\x27','\xaa','\xa9','\x60','\x81','\x42','\x4d','\x6f','\xf5','\xe4','\xb1','\xb6','\xf5','\x7a','\xe0','\xbc','\xa2','\x18','\x57','\x45','\x76','\x8a','\x28','\x7d','\xb9','\x8b','\x40','\x09','\xea','\x54','\xa7','\x84','\x51','\xfc','\x13','\x08','\x07','\x32','\x7a','\x5d','\x1b','\xe6','\x23','\x3e','\x4a','\x8a','\x60','\x41','\x56','\x13','\x86','\xbb','\x78','\x93','\x41','\x95','\x7b','\xb8','\x20','\x5f','\x7a','\x5c','\x78','\x22','\xf1','\x25','\xef','\x61','\xf1','\x70','\xde','\x29','\xa2','\xd7','\x0b','\xbd','\xb7','\xa8','\x1a','\xd1','\x03','\x76','\x45','\xb2','\x58','\x69','\x72','\x33','\x81','\x64','\x9c','\x45','\xf5','\x30','\x25','\xb3','\xea','\xee','\xaa','\x8b','\xac','\x72','\xb5','\x85','\xe0','\xec','\x83','\xfb','\x25','\xb0','\x1f','\x37','\x9d','\x60','\xca','\x28','\xf9','\x9f','\x82','\x9b','\x2b','\xcd','\xd3','\x37','\x85','\xc7','\xfa','\x90','\xe8','\x77','\x41','\x87','\x41','\x28','\x98','\xa7','\xd8','\x13','\x63','\xee','\xd5','\xed','\x53','\x6b','\x84','\x62','\x91','\x35','\xf9','\x24','\x56','\xe3','\x4c','\xbd','\x25','\x95','\x0f','\x48','\x5d','\x90','\x5a','\xf3','\xeb','\x1b','\xba','\x69','\x48','\xab','\x80','\xff','\xcb','\x8e','\x5e','\xc0','\x49','\x17','\xd2','\x6a','\xa5','\x3a','\x21','\xba','\x5f','\xd8','\xf3','\xb2','\x31','\x51','\x59','\xdf','\x42','\x37','\xff','\x23','\xe9','\x8e','\x84','\x2f','\x75','\x4b','\x78','\x1f','\xd5','\x69','\x9e','\x14','\x5a','\xb4','\x69','\xb1','\xd5','\xc6','\x1f','\xb6','\x0d','\xba','\x2c','\x15','\xff','\xcc','\x50','\x0e','\xfe','\x97','\xe0','\x1c','\x2a','\xf8','\x4c','\x2f','\x10','\xbd','\xa0','\x12','\x57','\x26','\x8e','\x4c','\x3a','\x52','\x74','\xa5','\x78','\x59','\x2a','\xf8','\xd2','\xbc','\xfe','\x92','\x73','\x4c','\x15','\x4a','\x32','\xcb','\xe1','\xf7','\xbe','\xc9','\xfb','\xcf','\x53','\xad','\x26','\xb0','\xcf','\xba','\x8e','\xf2','\x1c','\xe9','\xbd','\x24','\xbd','\x50','\x7a','\x81','\xec','\x72','\x19','\xde','\x54','\xfc','\x1f','\x54','\x72','\x57','\x29','\x76','\xb4','\xf0','\xd7','\x75','\x38','\x8a','\x38','\xf6','\xb4','\x9c','\x21','\x51','\xe9','\x30','\xfc','\x7b','\x6d','\x23','\x68','\x3d','\x24','\x0a','\xa5','\xb6','\x80','\x82','\x2b','\x10','\x5e','\x87','\xf0','\xbb','\x10','\xbe','\xd9','\xeb','\xdf','\x8c','\xbe','\xee','\x47','\xa3','\x40','\xcf','\xb4','\x5e','\xc9','\xc5','\x03','\x67','\x08','\xee','\x7f','\x9a','\xc4','\x19','\xdb','\x3f','\x7f','\x24','\xb5','\x99','\x63','\xfd','\x84','\x3e','\x08','\xef','\xa1','\x80','\xaf','\x14','\xfc','\x93','\xc9','\x1e','\x11','\x36','\xed','\x37','\xf7','\xdc','\xf4','\xd5','\xc7','\x61','\xba','\xd7','\x1d','\xa5','\xb7','\x44','\xd4','\x29','\xe6','\xb3','\x51','\x6d','\xa3','\x37','\x31','\x0b','\xc8','\xab','\x86','\x5b','\x6f','\x67','\x22','\xf5','\x3f','\x9f','\x75','\xdf','\x50','\xfd','\xab','\xd8','\xc5','\xd8','\x9f','\x87','\xc0','\x38','\x1e','\x66','\xb4','\x67','\xec','\x7c','\x89','\x61','\x05','\xa8','\xa2','\x06','\xbc','\x34','\x89','\x6a','\x43','\xb1','\x98','\x3f','\x66','\x4a','\x38','\x23','\xf0','\x0f','\xa1','\x8b','\x4e','\x64','\x87','\x73','\x4f','\x6b','\xa2','\x49','\xc8','\x47','\xe1','\x48','\xf4','\x72','\x71','\x4a','\xf4','\x82','\x40','\x20','\xb4','\x20','\x0b','\x86','\xb9','\xaf','\x97','\x8e','\xde','\x9c','\xae','\xd7','\x76','\xa5','\xca','\x5e','\x8d','\x4b','\x59','\x67','\x3c','\x2a','\x35','\x4c','\xaf','\xcd','\x8f','\x87','\xea','\x6a','\x1f','\x6e','\x41','\xf2','\x10','\xf4','\xb6','\xdb','\xab','\x3b','\x7d','\x6a','\x42','\x49','\x14','\x81','\x8c','\xfa','\x89','\xf8','\x76','\x30','\x58','\xde','\x56','\xec','\xd6','\x76','\x1f','\xe3','\x59','\x6e','\x75','\x32','\xb7','\x7e','\x56','\xb7','\x7a','\xca','\x2d','\xfd','\xea','\xf5','\xe8','\xe4','\x43','\xb3','\x2d','\x3e','\x45','\x1f','\x5d','\x68','\xb4','\x2c','\x68','\xa5','\x75','\x51','\xdd','\xb8','\x78','\x17','\x67','\x90','\xb3','\xe9','\x88','\x95','\x11','\x7c','\x56','\xdf','\xfe','\x96','\x0e','\xfe','\x5b','\x8c','\x16','\x99','\x66','\x09','\xc7','\xb2','\x7b','\x3d','\xb9','\x1b','\x42','\x6a','\x9a','\x30','\x0a','\x8b','\x74','\x5c','\x15','\x2c','\x6d','\xa3','\xab','\x7c','\xd6','\xc3','\x71','\x25','\x9b','\x2b','\xf6','\x59','\x53','\x55','\x88','\x6c','\x75','\x15','\x85','\xb5','\x10','\x57','\x2b','\x13','\xe3','\x2f','\xb1','\x0c','\xa0','\x9f','\x24','\xed','\x9a','\x46','\x5a','\x0c','\xba','\x9c','\xcf','\xc6','\xf3','\x93','\xdd','\x8d','\xd7','\x52','\x2d','\xf4','\x1f','\x11','\x8c','\xa7','\xfe','\x57','\xe0','\xf4','\x4d','\x65','\xdf','\x9b','\xc5','\x90','\xe9','\x9d','\x45','\x8f','\x5a','\xd8','\x31','\x83','\xd8','\xaf','\x79','\xc9','\xaa','\xc0','\x59','\x41','\xc7','\xd7','\xe6','\x27','\x83','\x2f','\xb5','\xd2','\x6e','\x9c','\x0c','\x7f','\x62','\x9c','\x5e','\xf7','\x4c','\x1a','\xc6','\x01','\x7a','\x5f','\x3d','\x17','\xad','\x66','\xdd','\xf5','\x78','\x72','\xa4','\x67','\x9e','\xb5','\x05','\xf2','\xea','\xa6','\x01','\x4e','\xdd','\x38','\x1a','\x4f','\x7b','\x27','\xa9','\x9f','\xa4','\x85','\xe9','\xa3','\x84','\xdd','\xce','\x6c','\xba','\x94','\x07','\xda','\x0a','\x96','\xfc','\x9a','\x4c','\x5e','\x93','\xd9','\x82','\x8f','\x87','\xdc','\xc3','\x1b','\x76','\x53','\xb9','\x00','\x9f','\xd2','\x03','\x2c','\x00','\xee','\x2a','\xf8','\x5e','\xae','\xf7','\xcd','\x6b','\x5a','\xb3','\x4b','\xf0','\xe4','\x3e','\x44','\x29','\xbc','\x71','\xac','\xdf','\x2e','\x9b','\xc1','\xf0','\x29','\xf4','\xed','\xec','\xad','\x7c','\x81','\x55','\x57','\xe0','\x1a','\x33','\xfe','\xd5','\xfc','\x06','\x1a','\x70','\x77','\x0f','\xe1','\x7b','\x4a','\xeb','\x45','\xe7','\xe2','\x63','\x26','\x52','\x6a','\x6c','\x9c','\x71','\x0e','\x7b','\x23','\xc8','\x47','\x4c','\xe5','\xd8','\x7e','\x93','\xd6','\x18','\x55','\x71','\xa8','\xa6','\xaa','\x56','\x8f','\x7c','\x1a','\x18','\xbe','\xd9','\x0d','\xbc','\xa0','\x46','\x1c','\xe2','\x66','\x3d','\xcb','\x91','\xcf','\x04','\x3d','\xed','\xa1','\x2b','\x6d','\xee','\x63','\x69','\x4f','\x2d','\x33','\x69','\x94','\xc8','\x56','\xe5','\x86','\x9e','\xdb','\xef','\xec','\xb9','\xf3','\x13','\x6f','\x1f','\x42','\x93','\x2d','\x1d','\xbb','\x8b','\x2c','\xa6','\xd6','\x26','\x85','\x55','\x7b','\x6c','\x3c','\x4e','\xf7','\x0f','\x86','\x08','\xed','\x6f','\xf7','\xbc','\xf9','\x49','\x78','\xeb','\x4c','\x7c','\xea','\xc8','\x71','\xc4','\xa7','\xa9','\x5f','\x48','\xbd','\xd2','\x9a','\xaa','\x37','\x17','\x54','\x84','\x27','\x14','\x72','\x5f','\x4f','\x86','\x06','\x9a','\x7e','\x5a','\xa6','\xa2','\x71','\xde','\x9b','\x8e','\xfc','\xe6','\xb3','\x45','\xec','\xcf','\xac','\xf7','\x88','\x49','\xb4','\x61','\x95','\x5a','\x6e','\x05','\x72','\xc2','\xfc','\xab','\xb2','\xa4','\xc0','\xcf','\x26','\x9f','\xce','\xc7','\xbf','\x92','\xdf','\xaf','\x2a','\x0c','\x1c','\x60','\x3e','\x1b','\x33','\x67','\xa6','\x8a','\x77','\xec','\x34','\x95','\xdb','\xcc','\x70','\x09','\x31','\x9e','\xe2','\xba','\x87','\xec','\x80','\x17','\xdf','\x3f','\xe8','\x4f','\x3e','\x3d','\x19','\xff','\x0f','\x7c','\xdf','\xfe','\xf7','\x89','\xb9','\x6e','\xe9','\xb1','\x09','\xa9','\xd4','\xcf','\x28','\x55','\x71','\x67','\x59','\x6f','\x51','\x19','\x4b','\x2d','\xa0','\x2d','\xc2','\x4e','\x0f','\x02','\x17','\xdf','\xa3','\xd6','\xad','\x5d','\x5c','\xe6','\xd1','\x14','\xbd','\x2f','\x3d','\xb9','\x08','\x6e','\x5b','\x1e','\x1e','\xdc','\x70','\x25','\x67','\x18','\x3f','\x3c','\x37','\x9f','\x12','\x4c','\x76','\x06','\xca','\xd5','\x93','\xf0','\x99','\x7d','\xa4','\x9c','\x6a','\x5e','\x29','\x07','\xde','\x32','\xf5','\x34','\x54','\xae','\x6d','\x77','\x0f','\x52','\xbd','\xa4','\x45','\x63','\xcc','\xcb','\xf1','\x72','\x79','\x30','\x3c','\xf4','\x7f','\x85','\x09','\x4b','\x05','\x93','\x6a','\xfb','\xb0','\x5d','\xfa','\x87','\xa7','\xf3','\xb1','\x6d','\x69','\x6a','\xf5','\x6a','\x04','\xff','\x3a','\x83','\xe3','\x5d','\x5f','\x8d','\xf6','\x95','\x4a','\x9e','\x01','\x7c','\xb1','\x18','\x7f','\xec','\x58','\x3d','\xb3','\x86','\x33','\x0c','\x01','\x36','\xdb','\xc3','\xa4','\x89','\xa7','\x98','\xf9','\x7c','\x5e','\x3e','\x16','\xba','\x27','\x93','\xc8','\xec','\x35','\x1e','\x8c','\x4c','\x4e','\x75','\x8e','\x17','\xed','\x4d','\xca','\xee','\x75','\x57','\x96','\x46','\xbc','\xb4','\xbf','\x2f','\xfa','\x27','\x43','\xf3','\x4c','\x71','\x63','\x67','\xe9','\x39','\xd5','\x35','\x47','\x2d','\x1a','\x8f','\x47','\xe5','\xe2','\xca','\xda','\xf6','\xf7','\xc2','\xc0','\x17','\x30','\x9c','\xc2','\x3f','\x1a','\x59','\xaa','\x46','\x98','\x84','\x20','\x94','\xb7','\xa3','\x30','\x48','\xf3','\x46','\xd9','\xe7','\x2b','\xeb','\xb4','\x21','\x7f','\xf4','\x4b','\x24','\x37','\x30','\xcc','\xad','\xe5','\xe1','\x58','\xc1','\xd7','\xb9','\xbd','\xae','\xcb','\x7b','\x26','\xc3','\x7b','\xf8','\x1b','\x1c','\xa9','\xf5','\x8b','\x7d','\x21','\x7f','\xac','\xad','\xdb','\x33','\xf9','\xa8','\x33','\xf0','\x17','\x3a','\xc0','\xc3','\xdb','\xf3','\x93','\xe1','\x53','\xaf','\x5f','\x8f','\xa8','\xf0','\x92','\x5b','\xf3','\x05','\x8d','\xe1','\x84','\xf1','\x41','\xe8','\x1d','\xc2','\x2d','\x7e','\x01','\x3e','\xeb','\x11','\x67','\x9d','\x68','\xe4','\x70','\xe1','\x6a','\x0a','\x2a','\x7d','\xa3','\x1c','\xbb','\x75','\x7a','\x42','\xa6','\xb7','\x2a','\x1e','\xc7','\xfd','\x28','\xe1','\x3c','\x49','\xfb','\x89','\x3d','\x27','\x28','\x4a','\x0b','\x6a','\xc5','\x66','\x2f','\xfb','\xaa','\x4c','\xdd','\x29','\xc6','\x9d','\xb9','\x9c','\x4d','\x0e','\xb3','\x89','\x8a','\x9f','\xc9','\xe4','\x99','\x4c','\x8f','\x24','\x37','\xfb','\xef','\xb2','\x50','\x3d','\x55','\xae','\x76','\x5c','\xe5','\xce','\x73','\x6d','\xde','\xd6','\xf0','\x30','\xd3','\x9d','\xf3','\x8b','\xee','\xda','\xce','\x89','\x57','\xfa','\x59','\xab','\x0f','\x5a','\x8e','\xcd','\x0f','\x51','\x6e','\x2c','\x30','\xcd','\xb4','\xe6','\xf9','\x8b','\xfe','\xd6','\x7c','\xcc','\x7e','\xa8','\xa0','\xa8','\xe8','\xa3','\x6a','\x34','\x05','\x78','\x81','\xa5','\xe3','\xf5','\x1a','\xc7','\x15','\xa7','\x92','\xc6','\x6f','\x2b','\x2a','\xfa','\xc7','\xf2','\x49','\x70','\x91','\x7e','\x73','\x58','\x56','\x7a','\x39','\x0f','\x9f','\x86','\x47','\xbd','\x31','\x73','\xca','\xce','\xe9','\x6f','\x7e','\xa9','\x3a','\x02','\x1f','\xab','\x7f','\xbb','\x32','\x5f','\xf9','\xcd','\x02','\x59','\x6f','\x3a','\xd4','\x5a','\x16','\xba','\x8e','\xdb','\xe1','\x40','\x8e','\xc9','\x0f','\x79','\x5e','\x6d','\x55','\x98','\xd9','\x72','\x64','\x16','\x97','\x4d','\x44','\xd1','\xab','\xf5','\x86','\x29','\x49','\x71','\x57','\x99','\x2b','\xf3','\x9a','\xeb','\xab','\xca','\x57','\xb1','\x22','\x9b','\xc9','\x60','\xac','\xfc','\x6f','\xa5','\xeb','\x97','\x0a','\xf9','\xae','\x84','\x1f','\x0a','\xf8','\x2a','\x65','\x4f','\xfb','\x6e','\xd8','\x0d','\x43','\x6f','\x59','\x21','\x6f','\xe8','\xe1','\xa2','\xac','\xd4','\x33','\xaa','\x69','\x0c','\xe5','\x54','\xdb','\x2c','\x34','\x1a','\xc0','\x81','\x7b','\x04','\x6c','\xa2','\xbf','\x63','\x33','\x72','\x51','\xa0','\x68','\x91','\xee','\xa1','\x7f','\x5d','\x77','\xb9','\x56','\xfb','\xba','\xf6','\x58','\x98','\x6a','\xd9','\x70','\x16','\xfb','\xbb','\x5e','\x07','\x17','\xe0','\x63','\xa1','\xfb','\xe2','\x8a','\x0b','\x57','\xd8','\xa3','\x2b','\x6c','\xd2','\x3d','\x1f','\x1f','\xde','\xcc','\xbc','\x40','\xc2','\x09','\xa0','\xbc','\xbc','\xf6','\x49','\x8d','\x50','\xd7','\xd6','\x82','\x57','\x0f','\xae','\x16','\x9e','\xb5','\xf7','\xe2','\xe8','\x08','\xbf','\xe1','\x63','\x84','\x81','\x5f','\x80','\x8f','\x6d','\x4f','\xdf','\x87','\xef','\x7a','\x05','\xf5','\xcf','\xc7','\xa7','\x42','\xe4','\xa2','\x9d','\xe2','\xaa','\xb4','\xa6','\x89','\xa9','\xd3','\x25','\xd8','\x92','\xbe','\x61','\xc7','\x2b','\xf6','\x0f','\x07','\x5a','\xd1','\xc2','\x75','\xb1','\xd0','\xbe','\x16','\x9b','\xe0','\xca','\x14','\x6a','\x53','\x0e','\x71','\xbc','\xb2','\xde','\x95','\xe1','\xfc','\x93','\x1e','\x7b','\xb1','\xd0','\x37','\x4e','\x55','\x32','\xd7','\xcd','\x43','\x66','\xb4','\x29','\x47','\xa1','\x97','\x2c','\xb4','\x17','\x3a','\x86','\x38','\xea','\x53','\x73','\x36','\x1b','\x8a','\xf8','\xce','\xae','\x89','\xef','\xb4','\xfa','\xc1','\x85','\x8d','\x37','\x31','\xbd','\x36','\x27','\xf2','\x02','\x7c','\x2c','\x72','\xc6','\x22','\x77','\x12','\x39','\xcf','\x22','\x4f','\xe4','\xe7','\xe1','\x63','\xe5','\xd8','\x42','\x58','\x8d','\xb2','\xe1','\xf1','\x70','\x16','\x5e','\x5d','\x18','\x95','\x19','\x1e','\x48','\xc4','\x1c','\x7e','\x1e','\xf0','\x3e','\xe7','\x61','\xca','\xc3','\xe4','\xd0','\x18','\xe6','\x69','\xe5','\x9f','\xf7','\x30','\x1c','\xc1','\x4d','\x26','\x1b','\x9e','\xed','\x43','\x7f','\x78','\x3c','\x9c','\x0d','\x66','\xbc','\x7b','\x36','\x3e','\xb6','\x7b','\xba','\x90','\x5e','\x81','\xc4','\xd0','\xce','\x8b','\x6c','\x9c','\x0f','\xa7','\xa2','\x5f','\xa5','\x6c','\x24','\x32','\x48','\xf0','\xba','\x0e','\x9e','\x24','\x51','\x92','\x26','\xe8','\x81','\xe6','\x77','\x13','\x23','\xc0','\x47','\xad','\x76','\x77','\x9a','\x0d','\xf4','\x1b','\x75','\x07','\xd0','\x0f','\x16','\x1e','\x49','\x33','\xc6','\x8f','\x8c','\x91','\x9b','\x9e','\x76','\x37','\x6b','\x91','\x90','\xb9','\x67','\xee','\x37','\x29','\x4e','\xdf','\x94','\x99','\x42','\xd3','\xea','\xfc','\xa0','\xb2','\x5f','\x2e','\x72','\xf6','\x72','\x93','\x4e','\xdf','\x53','\xe6','\x5f','\xa2','\xa5','\xab','\xfb','\x0b','\x3b','\xbd','\x58','\x19','\xb7','\x01','\x53','\xbb','\x31','\xc7','\x5b','\x30','\xd3','\x95','\x6f','\xb3','\xd9','\xf8','\x24','\x1c','\x4a','\x4c','\xb5','\x5d','\x79','\x23','\x65','\x9e','\x19','\x59','\x89','\x8a','\xc7','\x9a','\x9e','\x49','\x5c','\x2b','\x83','\xb2','\xfe','\xd2','\x1b','\x5a','\xc2','\x2b','\x10','\xca','\xe8','\xbd','\xa2','\xb2','\x04','\xc5','\x0a','\xa3','\xc8','\xb7','\x56','\x4c','\xd3','\x54','\xba','\x37','\xbb','\xad','\x77','\xe7','\x1c','\x75','\x65','\x58','\xa2','\x87','\xeb','\x54','\xd6','\x5a','\x8f','\xd9','\xfe','\xd0','\x16','\xd6','\x3b','\x53','\xd8','\x4b','\xaf','\xe5','\xd9','\x20','\x96','\xe1','\x4e','\xad','\x88','\x33','\xaf','\xa7','\x59','\x94','\x4f','\x55','\xbd','\xab','\x29','\x0b','\xe1','\xee','\x09','\x8c','\x7d','\x36','\xed','\x7e','\xf4','\x59','\x7f','\x2f','\xd1','\x50','\xcb','\x8f','\x2f','\x05','\xad','\xd6','\x89','\xea','\x7a','\xc3','\x5c','\x93','\x89','\x77','\x54','\xcb','\x8d','\xf3','\x0a','\x7f','\x54','\x34','\x9e','\xf5','\x54','\xba','\x2e','\x03','\x28','\xe8','\x81','\x3f','\x97','\xee','\x41','\x29','\x34','\xea','\xa2','\xa3','\xe4','\x30','\x99','\x9f','\x8c','\xd5','\x30','\xdd','\xdc','\x8a','\x02','\x0e','\x9e','\xc1','\x57','\x55','\xe6','\xb3','\xf9','\xaf','\xc9','\xed','\x2f','\x12','\xd1','\xf4','\x17','\x4c','\x3d','\x10','\xd5','\x78','\xca','\x0a','\x55','\xbf','\x69','\xdb','\x06','\xbd','\xdc','\x3f','\x56','\x7a','\x0f','\x6a','\xaa','\x29','\x32','\x1a','\x98','\xc1','\x5d','\xf9','\xd3','\x85','\x5e','\xb7','\xe0','\x9c','\x44','\x83','\x59','\xef','\xd8','\x1a','\xce','\xcd','\x9d','\xda','\x6d','\x0a','\x6a','\x51','\xcb','\x2b','\xd0','\x16','\x1c','\x16','\x10','\xc8','\x4f','\x39','\x5a','\x85','\xc5','\xae','\x57','\x25','\xb6','\xd1','\x36','\x1a','\xe9','\x48','\xe5','\xba','\xd0','\x73','\xdd','\xe7','\x65','\x0a','\x21','\x12','\x0b','\xb9','\x13','\xf2','\x4e','\xc8','\x83','\x90','\x47','\x9c','\x0b','\xce','\x55','\xf4','\x86','\x4c','\x06','\x10','\xdf','\x82','\xac','\x0f','\xb2','\xe9','\xf4','\x6b','\xd9','\x52','\x91','\x3a','\x1e','\x04','\xe5','\x29','\x7e','\x53','\x13','\xc0','\x07','\xaf','\x0b','\x9e','\x49','\xdb','\xe8','\x19','\x97','\xe7','\x3a','\x67','\x66','\x32','\x40','\xbf','\x1f','\x47','\xa1','\x86','\x72','\x2d','\x28','\x92','\x94','\x93','\x92','\x62','\xeb','\x06','\xd4','\x23','\x62','\x53','\x26','\xb7','\x40','\xd6','\x19','\xe4','\xae','\xf1','\x43','\x32','\xe3','\x84','\x2c','\x8e','\xb7','\x54','\xb3','\xb1','\x0a','\x7a','\x8a','\x66','\x4b','\xc0','\x78','\x20','\x55','\xdf','\x34','\x20','\x2d','\x1b','\x80','\x7f','\xbd','\xb3','\xd9','\x28','\x28','\x97','\x49','\xad','\x6b','\xa2','\x81','\x99','\x48','\xcf','\xa1','\x48','\x1c','\x2d','\xa8','\xff','\x44','\x4f','\xe3','\xc7','\xdd','\xb4','\x75','\xcb','\x5f','\x7a','\x43','\xa6','\xa2','\xf9','\xb4','\xa7','\x72','\x4f','\x8f','\xe5','\x8d','\xa6','\xba','\x1b','\x55','\x34','\x95','\x9a','\x61','\x3e','\xd8','\x6d','\xdf','\xbf','\x44','\xc7','\x9f','\xba','\x27','\x9c','\xe5','\x0b','\x69','\x18','\x0c','\x72','\x7f','\xa6','\xcd','\xf9','\x0d','\x5a','\xe2','\xd2','\xe5','\x1a','\x8b','\x6c','\x5b','\xbd','\x92','\x54','\x07','\xfd','\xb2','\x55','\x52','\x69','\xbd','\x67','\x8c','\x32','\x72','\xc5','\x38','\x25','\x7a','\x4b','\xe9','\x00','\x7a','\x22','\x8f','\x8c','\x7d','\x9a','\xf0','\x64','\x47','\x0d','\xe6','\x79','\x4f','\x4e','\x4d','\x66','\xb5','\x0a','\x31','\xf1','\x06','\x83','\x95','\xa1','\x29','\x0a','\xb0','\xd0','\x19','\x9a','\xa5','\x62','\xdb','\x51','\x8b','\x2f','\x3b','\x81','\xd0','\xfa','\x12','\xfb','\x58','\xe0','\xad','\x55','\x71','\x66','\xe4','\xb3','\x02','\x89','\xe5','\x38','\x9c','\x2b','\xe8','\x46','\x69','\xe9','\xe4','\xc6','\xdc','\xa9','\x74','\xa8','\x9c','\x7d','\x34','\x75','\xf7','\xd0','\x90','\x0f','\xbc','\xd2','\x7d','\xd4','\x8c','\x74','\xaf','\x1e','\xe5','\x20','\x10','\xce','\x89','\xa8','\x56','\x14','\xf1','\x0f','\x00','\xde','\x35','\x07','\x64','\x1e','\x37','\xea','\xc9','\x98','\x82','\x4e','\x45','\x31','\x99','\x00','\x12','\x4d','\xb7','\x56','\xce','\xf5','\x5f','\x56','\x3d','\x19','\x34','\x2b','\xf0','\xb7','\xd1','\xa2','\xee','\xca','\x16','\xd4','\x72','\x3c','\x73','\x8b','\xf7','\xaa','\x17','\xc9','\x09','\x4c','\x31','\x90','\xd5','\x1a','\xc5','\xb5','\x7a','\x32','\x59','\x21','\x2c','\xd7','\xd6','\x93','\x89','\x4b','\x6a','\xad','\x27','\x83','\x02','\x27','\x38','\x43','\xbd','\x82','\xa8','\xab','\xf7','\xa8','\x95','\xfa','\x24','\x97','\x56','\x07','\xa6','\xb5','\x8e','\xc7','\x84','\xf3','\xb9','\xa1','\xc9','\xb6','\x75','\x45','\xf0','\x93','\xd6','\x58','\xd5','\xe9','\xb4','\x5a','\x37','\xe3','\xc9','\xe5','\xd4','\x81','\x39','\xc7','\xb8','\xb7','\xce','\xe7','\xdf','\xb4','\x3a','\x30','\x3e','\xde','\x9e','\xa6','\xa7','\x50','\x62','\x2f','\x1d','\xb0','\x1f','\x32','\xc8','\x98','\xb9','\xb7','\xcb','\xa9','\x6d','\x51','\x1d','\x3c','\xb2','\x13','\x85','\x38','\x9f','\xf1','\x5a','\xb1','\xad','\xc6','\xfd','\xec','\xf5','\x64','\xf4','\x4a','\x39','\x5d','\x39','\x6c','\xa5','\xc1','\xd1','\xf2','\x78','\x5d','\x52','\x5d','\x9a','\x4c','\xaf','\xb8','\x2e','\xd6','\x7e','\x89','\x30','\x5a','\xa1','\x4a','\xcb','\x38','\x2d','\xc3','\x9a','\x0d','\x05','\x03','\xeb','\xff','\x78','\xc0','\xcd','\x7a','\x9f','\x2e','\x5d','\xcc','\x70','\x59','\x75','\x60','\xfc','\x49','\x1e','\x1e','\x25','\xfc','\x01','\x8f','\x76','\x83','\x78','\xf7','\xfc','\x7c','\x16','\xf5','\x9a','\x74','\x57','\x70','\xe5','\x61','\x7e','\x79','\xc2','\x9b','\xd0','\x9f','\x78','\xe8','\x8b','\x56','\xf5','\x2f','\x2f','\x8f','\xd7','\x25','\xd5','\x6f','\xb1','\xeb','\xbd','\xcf','\xd3','\x5b','\x7c','\xef','\x4d','\x7e','\x1f','\xb3','\xd7','\x4a','\xd2','\x0d','\xd0','\xc4','\xb8','\x64','\x3f','\x91','\xf0','\xcb','\xf2','\x76','\xbf','\x75','\xef','\x75','\xea','\x3c','\x5c','\x9a','\x7e','\xd1','\xdb','\x81','\x26','\x3d','\x79','\x56','\xe7','\x0f','\x81','\x70','\xc9','\x48','\x05','\xfc','\x5c','\xb0','\x47','\xc2','\x75','\x94','\xef','\xe0','\xe1','\xc0','\xae','\x6b','\x92','\xe2','\xed','\x61','\x8c','\xef','\x64','\xde','\x0d','\x2c','\x10','\xb1','\xfc','\x94','\xde','\xd0','\xf5','\x02','\x44','\xe5','\x5f','\x60','\x1e','\x77','\x26','\xd0','\x49','\x22','\x95','\x5e','\x0b','\xec','\x67','\xb8','\xef','\x14','\x26','\xb3','\x2d','\x10','\xc1','\x30','\x63','\x38','\xfc','\x5b','\x3c','\x86','\x51','\x85','\x47','\xd6','\x81','\xe5','\x89','\x9b','\x4c','\x3b','\xaf','\xcb','\xe0','\x3b','\x35','\x43','\xac','\x1e','\x06','\xcf','\x1b','\xde','\xf7','\x02','\xbb','\x66','\x2d','\xdf','\x96','\x78','\xbf','\x6d','\x84','\xf7','\xf6','\xa2','\x29','\xf1','\xc7','\xb6','\x74','\x06','\x58','\xcb','\x74','\x9b','\x7b','\x22','\x5a','\x70','\x0b','\xe0','\x5b','\x69','\xea','\x75','\x64','\x28','\x69','\x8f','\xc1','\x3d','\xac','\xac','\xcf','\xcc','\x47','\x75','\x11','\x56','\xca','\x0d','\x56','\xc5','\x3c','\x73','\x38','\xc8','\x61','\x2c','\x5b','\x43','\x81','\x95','\xf9','\xe5','\x2b','\x73','\x84','\xfa','\x56','\xe1','\xb2','\x63','\xcf','\x4d','\x15','\x8b','\x75','\xfd','\x73','\xa4','\xbc','\x1f','\xc6','\xc1','\xc8','\xe6','\x81','\x24','\xf5','\x3c','\x10','\xb7','\x7c','\xc1','\x82','\x75','\xb7','\xe6','\x3e','\xf6','\x25','\xc6','\x3d','\x93','\xd8','\x3e','\x65','\x33','\xdf','\x5d','\x53','\x61','\xb5','\x28','\x44','\x06','\x0b','\xc3','\x30','\x74','\xf0','\xfa','\x6b','\x8f','\x1b','\x9f','\xdf','\x46','\x88','\x92','\xd4','\xc2','\x23','\x6e','\x5e','\x30','\x43','\x65','\xd8','\x37','\x9d','\xb3','\x4d','\x3f','\xab','\x1c','\x9e','\x4d','\xe1','\x28','\xc1','\x34','\x80','\x43','\x3c','\x9b','\xee','\x26','\x85','\xf3','\x24','\xe4','\x59','\xc8','\x25','\x1f','\x60','\xc6','\xf0','\x32','\x46','\x65','\x1d','\x98','\x2a','\x05','\xab','\x4a','\xca','\xea','\x97','\x99','\x3f','\xcf','\x31','\xb5','\xc0','\x2d','\x52','\x77','\x64','\x97','\x69','\x43','\x78','\x8b','\x17','\x53','\x38','\xa5','\x19','\x7a','\x1d','\x15','\x76','\xef','\x44','\x95','\x47','\x38','\x4d','\x95','\x3f','\xe7','\xe3','\x97','\x3e','\x98','\x86','\x0f','\x05','\x2f','\xf5','\xd9','\x53','\x80','\x39','\x20','\x78','\xbc','\x20','\xb3','\x85','\x2f','\x98','\x71','\x92','\x38','\x5d','\x70','\x76','\x4d','\xb9','\xf8','\xd6','\x98','\xca','\x40','\x16','\xf1','\xb5','\x21','\xa6','\xc4','\x57','\x79','\xd4','\x38','\xe1','\xc7','\xf8','\x89','\x5b','\x3b','\x41','\xd6','\xd3','\xfa','\xf5','\xcc','\x6c','\x3a','\x66','\xe8','\xd1','\xfb','\x71','\xca','\xbe','\x51','\xd4','\x6b','\x92','\x4b','\x25','\x5c','\xec','\xea','\x70','\xcc','\xe3','\xb0','\x79','\xdb','\x89','\x5c','\x73','\xbf','\x6d','\xe7','\x1e','\x04','\xf7','\xcc','\x2d','\xe7','\xcf','\x31','\xb1','\x0d','\x73','\xdb','\x02','\x0c','\xd4','\x7b','\x5c','\x76','\x07','\x28','\x40','\x36','\x03','\x2b','\xdf','\x2a','\xac','\xaf','\x82','\x02','\xc4','\x4c','\x66','\xb3','\x0f','\x3a','\x52','\x39','\x13','\xe9','\xbd','\x03','\xde','\xee','\x22','\xac','\xb1','\xc6','\xab','\x19','\xe3','\x08','\x0c','\xa6','\xd8','\x33','\x5f','\x98','\xf5','\x0e','\xd2','\xbd','\xe0','\x7b','\x25','\x28','\x42','\x9a','\x13','\x5b','\x62','\xa0','\xed','\x31','\x4a','\x80','\x8d','\x17','\x80','\x58','\x98','\x99','\x63','\x97','\xa7','\x28','\x74','\xc2','\x4a','\x04','\x79','\x98','\x6e','\xd2','\xb2','\xbe','\x96','\x5c','\xb2','\x76','\x32','\x8f','\x75','\xc7','\x2a','\x17','\xaf','\x29','\x37','\x05','\x88','\x22','\x43','\x89','\xf0','\x62','\xe5','\x5e','\x93','\x78','\x00','\xb9','\xd6','\xce','\xd3','\xda','\xa3','\x84','\x9b','\xe7','\xce','\x8e','\xea','\xbc','\x26','\xe1','\x77','\x6b','\x29','\x52','\x23','\x60','\xff','\x06','\xee','\xc7','\xe0','\x47','\x59','\x97','\xcb','\x7e','\x4f','\xf2','\xca','\xd3','\x5a','\xb5','\xc7','\x29','\x9a','\xe4','\x77','\xc4','\xcb','\x1f','\x8c','\xec','\x11','\x1c','\x37','\x30','\xa4','\xd5','\xa1','\x48','\x93','\xf2','\x76','\xa4','\x73','\xdd','\xac','\xf7','\x6d','\xda','\x23','\xf4','\x5a','\x88','\x4d','\x9c','\x31','\x0a','\xf1','\x04','\x1f','\xc7','\x40','\x8a','\x85','\x36','\x2e','\x6e','\x26','\xe1','\x7d','\x81','\x6e','\x6a','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\xe1','\xb7','\x08','\x36','\x21','\xd9','\xe6','\x05','\xd9','\xeb','\xd5','\xfe','\xc2','\xb8','\xe8','\x9f','\xd8','\xab','\x46','\xea','\xf1','\x26','\x5b','\xaa','\x6b','\xd4','\x1e','\x6f','\x5a','\xad','\xcf','\x6f','\xe9','\x54','\x7f','\x72','\x4b','\xbc','\xe9','\xd2','\xe2','\x56','\x6b','\xda','\x73','\xc6','\xb8','\x15','\x5e','\xc8','\x1e','\x8b','\x16','\xb2','\x3e','\xa5','\x8a','\x8c','\x6d','\x08','\xc6','\x36','\x74','\x30','\xde','\x34','\xe3','\x58','\xc8','\x07','\x6f','\xd7','\x6a','\x6b','\xcf','\xc7','\xf8','\x3a','\xd8','\xb1','\x65','\x5d','\x50','\xa4','\xaa','\x19','\xed','\xf5','\xf0','\xd9','\x91','\xb4','\xd4','\xc6','\x70','\x89','\xdb','\x69','\x7c','\x2c','\x92','\xfd','\xf0','\x21','\xbf','\xaa','\x29','\xe0','\x91','\x36','\xd9','\x4c','\xb6','\x58','\xec','\xf0','\x8c','\x71','\x1c','\x6e','\xeb','\xd9','\xb6','\xce','\xed','\xca','\xbf','\x9d','\xf0','\xf0','\x78','\x7f','\xe5','\xe8','\xfb','\x2d','\x60','\xcf','\xa4','\x6f','\xfc','\xc6','\xe5','\xa5','\x39','\xa2','\xf0','\xb3','\x5c','\xb5','\xf9','\x49','\xc2','\x7a','\xc7','\x3a','\x45','\x82','\xbd','\x39','\x86','\xb0','\x5a','\xef','\x7d','\x11','\x47','\xcb','\x3d','\x26','\x3c','\xc7','\x50','\x47','\x5b','\x94','\x86','\xb4','\xf9','\x16','\x0b','\x53','\x36','\x45','\x78','\xf6','\xb0','\xed','\x6a','\x1c','\xed','\xc8','\x74','\x51','\x59','\x6f','\xb6','\x85','\x61','\xa7','\xc9','\x6a','\x1d','\x1f','\xdb','\x1e','\xa9','\x9f','\x9a','\x7a','\x6e','\x62','\x63','\x8b','\x18','\x02','\x33','\x85','\x82','\xfd','\x29','\x66','\xb3','\x14','\xc1','\xaf','\x6e','\x15','\xfc','\x5a','\x1b','\xff','\xda','\x76','\xfe','\x64','\x82','\x2b','\x91','\x4a','\x91','\x48','\xb1','\x03','\xe2','\xea','\x8a','\x7f','\xcd','\xc4','\xad','\x72','\x4d','\x2f','\x4d','\x84','\xa5','\xce','\x17','\xa2','\x08','\x7e','\xdd','\x2f','\x29','\x4d','\xa2','\x94','\x23','\x45','\x86','\xb0','\xf0','\xd1','\xb2','\xa3','\xbf','\x35','\x5e','\x79','\x4a','\xa4','\xf2','\x6c','\xf1','\xca','\x73','\xc5','\xad','\x4e','\xff','\xd3','\x5b','\xb6','\x07','\xe3','\x56','\xac','\x55','\xce','\x18','\x11','\xc1','\xda','\x43','\x57','\x2d','\x71','\x6a','\x3d','\x33','\x9f','\xe1','\xca','\xf2','\xcc','\xe5','\x20','\xe1','\x9a','\xb8','\x90','\x71','\xf5','\xc4','\xa6','\x6c','\xbe','\xb9','\x21','\x68','\x65','\x3e','\x63','\x7c','\xd9','\x2c','\x1c','\x1b','\xba','\x3a','\x77','\xbc','\x69','\xf5','\xde','\x81','\xc6','\xa5','\x03','\xd5','\x8d','\x03','\xbb','\x38','\x39','\xf1','\x40','\x5e','\x84','\xe5','\x59','\xdc','\xd5','\xf7','\xfa','\x0d','\x8b','\x5b','\x0d','\x0e','\xa6','\x4b','\x45','\xd4','\xb7','\x21','\x93','\x0f','\xc0','\xcb','\x14','\x24','\xc3','\x67','\x7d','\xfc','\xdd','\xb3','\x77','\x42','\x4d','\x72','\x38','\x11','\x35','\x2f','\xb0','\xa1','\x95','\xf5','\x55','\x56','\x21','\x3e','\x1b','\xc6','\xf3','\xe5','\x02','\xeb','\x17','\xe0','\xe3','\x59','\x07','\x6a','\x31','\xee','\xb3','\x22','\x76','\x61','\xc5','\xc3','\xa2','\xed','\x63','\x65','\x8e','\x58','\x56','\x77','\xd4','\x54','\x84','\xd5','\x6b','\xd8','\x4a','\x3d','\xe1','\x7d','\xd8','\x6f','\x5d','\x98','\x83','\x29','\x8e','\x37','\xf7','\x38','\x77','\x9b','\xe4','\xe1','\xe7','\xe3','\xe9','\xf2','\x44','\x5c','\x7b','\x9f','\xcb','\x19','\xf7','\x77','\xdd','\xf1','\x3d','\x0f','\xcb','\x90','\x05','\x98','\x37','\x26','\xaa','\xdd','\x01','\xd2','\x11','\xcc','\x3f','\x67','\x7e','\xb2','\x48','\x4e','\x43','\x42','\x9f','\xbf','\xfe','\xfe','\x6a','\xb8','\x61','\xdf','\x57','\xb8','\x23','\xe9','\x29','\x2c','\x4c','\x8d','\x2f','\x85','\xd5','\x71','\x07','\xe6','\xe7','\x32','\xd9','\x2f','\xe0','\x64','\x4f','\xf6','\xfd','\xe5','\xfe','\x01','\xcc','\x6f','\x31','\xc1','\x85','\x26','\xd9','\x9a','\xe1','\x78','\x78','\x53','\xa8','\x22','\x79','\x4c','\xa9','\xea','\x34','\x2b','\xdf','\xaa','\xf0','\x37','\x81','\x40','\x20','\x9c','\x11','\x7b','\xe0','\x1e','\x9d','\x72','\x7f','\x8a','\x74','\x7d','\x09','\xbf','\xce','\x57','\x1e','\xcb','\x60','\xa8','\xe5','\x95','\x5c','\x54','\x59','\xd8','\x85','\xce','\x11','\xbc','\x34','\x91','\xb6','\x04','\xd0','\xb9','\xef','\x65','\xf0','\x4f','\x50','\xd3','\x5b','\xdc','\x0a','\xa1','\xff','\xbd','\xf2','\x89','\xbf','\xf9','\x9e','\x11','\xf0','\xe7','\xaa','\x08','\x52','\x63','\xa8','\x11','\x5a','\xc9','\x5f','\x7d','\xad','\x55','\xcc','\x73','\xb8','\x26','\x97','\xe9','\xae','\xc4','\xd8','\xfa','\x6d','\x69','\xb4','\x0e','\x69','\x15','\x5a','\x53','\x64','\x38','\x5a','\xcb','\xe7','\x7c','\xf7','\xb0','\xac','\x18','\x62','\xe7','\xe6','\xb3','\x04','\xbe','\xcf','\xfb','\x3c','\xd5','\x56','\x98','\xde','\xb1','\xac','\x21','\x86','\xd7','\xaf','\xfc','\x04','\xb3','\x77','\xea','\xe6','\xd8','\xad','\xfd','\x4d','\x57','\x7b','\xec','\xeb','\xf9','\x23','\x6d','\x6e','\x43','\x61','\x88','\xed','\x17','\xe7','\xae','\x9d','\xf2','\x36','\x8d','\x6d','\xee','\x19','\xf1','\x27','\xb9','\x09','\x08','\x2a','\xd7','\x51','\x6e','\x47','\xb9','\x81','\x72','\x23','\xe5','\x62','\xb5','\x2b','\x55','\x5d','\xf2','\xa2','\xbf','\xd3','\xf2','\xe4','\x03','\x80','\xff','\x32','\x07','\x21','\xdf','\xc6','\xce','\x39','\x3f','\x9f','\xa5','\xf6','\xe4','\x7a','\xa6','\xe5','\xec','\x91','\x60','\x1f','\x60','\xfc','\x9d','\x4d','\x81','\xfd','\x0b','\xb0','\x9f','\x62','\xed','\x2c','\x3c','\x9e','\x7f','\xa0','\x4d','\x3f','\xb5','\xd5','\x7d','\x25','\xab','\xf3','\xc7','\x4c','\x9e','\xf0','\xb6','\xec','\x3f','\x93','\x7c','\x22','\x5f','\x67','\xb2','\xeb','\x6f','\x6e','\x4f','\x0f','\xa6','\x95','\x39','\xa6','\x6d','\xb1','\x82','\xee','\x1b','\x4a','\x0d','\x45','\xa2','\x17','\x6d','\x6e','\x4f','\xd1','\x3f','\x15','\xcd','\x55','\xe3','\xbf','\x5b','\xf7','\xcf','\x65','\xdd','\xc3','\xa2','\xd7','\x0e','\xab','\xea','\x27','\xac','\x21','\xff','\x68','\x73','\x7b','\x2e','\xed','\x3e','\x97','\x73','\xde','\xdf','\xb4','\xd2','\x1e','\xe3','\xd6','\x70','\xcc','\xc9','\xb8','\x33','\xe4','\xfb','\xad','\xf6','\x4f','\x71','\x3f','\x48','\x86','\x87','\xc8','\x56','\xaf','\x08','\xb9','\x59','\xb0','\xb2','\xe9','\xb2','\x0b','\x43','\x8c','\x2f','\xdf','\x07','\xc4','\x7e','\x29','\x9d','\xdd','\x4c','\x2f','\x6a','\xdd','\x9e','\xa5','\xeb','\x7b','\x0a','\x21','\xb0','\x9b','\xe9','\xef','\x6c','\x6c','\xd8','\xa5','\xdd','\x7b','\x72','\xb4','\xc5','\xb8','\x63','\xfe','\xaa','\x80','\xe2','\xaa','\x8a','\x6d','\xf9','\xe0','\x41','\xef','\x3f','\x3d','\xb3','\xa0','\xef','\xed','\x4e','\xeb','\xd9','\x8c','\xad','\xb4','\xea','\xd7','\x3a','\x2f','\x9f','\x65','\xbb','\xb2','\x85','\xcf','\x31','\x1e','\x1d','\x0d','\x12','\x2c','\xc5','\x8a','\x06','\x8a','\xde','\x6d','\x93','\xc4','\x9e','\x61','\x29','\x29','\x81','\x2d','\xee','\x73','\x59','\xb2','\x58','\xfd','\xdc','\xb4','\x21','\xac','\x11','\x17','\x83','\x6f','\x36','\x8f','\x17','\x9a','\x20','\xaa','\x46','\xda','\xd4','\x42','\x23','\x45','\xd4','\x08','\x9d','\x1e','\x9b','\xb1','\x8f','\x1e','\x3c','\xdc','\x9a','\xf5','\xc8','\x62','\xe9','\x89','\xcf','\xe1','\xce','\xe2','\xb4','\x24','\xd6','\x52','\xd8','\x6e','\x7d','\x0d','\x0e','\xa4','\x69','\x7c','\x82','\x94','\x70','\x7f','\xca','\xf5','\xcf','\x82','\xec','\x87','\xa1','\x18','\x6c','\x93','\x2f','\x31','\xce','\x8b','\xcd','\xd4','\x1e','\xd7','\xd2','\xf3','\x67','\x6c','\x44','\xf4','\x37','\x78','\xf4','\x12','\x9b','\xaa','\xe7','\xe1','\x93','\x7c','\x8b','\x17','\x23','\x10','\x08','\xbf','\x35','\x98','\xcf','\xb7','\x91','\x56','\xcd','\x3b','\x48','\x2e','\x42','\x1b','\x31','\x98','\x5f','\x0a','\x9f','\xe2','\x4c','\xc3','\x85','\x69','\x8b','\xbd','\x6e','\xbb','\xfe','\x19','\x5c','\x52','\x3f','\x5f','\x56','\xff','\xcc','\xb7','\xe3','\xb3','\x4d','\xff','\x5c','\x0a','\x9f','\x4b','\x9a','\x87','\xdb','\xbe','\xd7','\xa6','\xce','\xb1','\xd8','\xdc','\x9e','\xf4','\x92','\xe8','\x74','\x0c','\xe7','\x05','\x5d','\x8c','\x8f','\x56','\xb8','\x2c','\x5d','\xb0','\xb5','\x0b','\x3e','\x17','\xec','\x9f','\xea','\xbd','\x2e','\x8b','\xcf','\x05','\xfb','\xa7','\x1a','\xf7','\xcb','\xea','\x9f','\x0b','\xf2','\xb9','\xa4','\x79','\x78','\x59','\xef','\x55','\x74','\xf5','\x36','\x5f','\xdb','\xb2','\x9f','\x37','\xae','\xd3','\x2d','\xba','\x7a','\xab','\xf6','\x6c','\x12','\x1a','\xdb','\xf6','\xf3','\x96','\x7c','\x2e','\x28','\x0f','\xb5','\x90','\xb7','\x74','\x29','\x72','\xfe','\xe2','\xfd','\x33','\x2d','\xe8','\x12','\xc6','\x6b','\x4b','\x39','\xbf','\x0d','\x9f','\x0b','\xcf','\x43','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x84','\xff','\x8f','\xf0','\xe6','\xf3','\x39','\x1c','\x41','\x45','\xf1','\x51','\x38','\x9c','\x9f','\x24','\x47','\xe1','\x12','\x0d','\xe7','\xc7','\xfa','\x67','\xfd','\x9b','\x86','\xcc','\xe3','\x86','\x0f','\xcc','\xe7','\x77','\x3c','\x31','\xf6','\xc4','\x03','\x4b','\x77','\x1e','\x3c','\x18','\xcf','\x1f','\xac','\x62','\x7c','\xa2','\x7f','\xec','\x9b','\xef','\x08','\x4f','\x40','\x41','\x0f','\x98','\xe1','\xd3','\x85','\x3c','\x04','\x65','\xe8','\xab','\xb0','\x77','\x12','\x2a','\x35','\xcf','\x15','\x57','\x9a','\x9e','\xf3','\xff','\x98','\x73','\x05','\xaf','\x4b','\xd8','\x91','\xf9','\x8e','\x54','\x3b','\xf0','\xd5','\x8d','\xde','\xc9','\xdf','\x81','\x7a','\x00','\xca','\x07','\xf5','\xaa','\x54','\x81','\x52','\x91','\x7a','\x1e','\x0f','\xe7','\x0a','\xe0','\x1d','\x80','\xb1','\xf4','\xee','\x8d','\xe7','\xf7','\x80','\xbf','\x07','\xfc','\x01','\xf0','\xfb','\xd7','\x0e','\xef','\x0f','\xbf','\x7e','\x7f','\xe7','\xf0','\xfe','\xce','\xe1','\x83','\x9d','\xc3','\xf7','\x76','\x0e','\xef','\x59','\xfa','\x3f','\xca','\xfe','\x3f','\xb8','\x8d','\xeb','\xce','\x13','\x45','\x4f','\xb3','\x91','\x03','\xc8','\x73','\x08','\x34','\xe3','\x3c','\xcf','\x81','\x08','\x11','\x4d','\x4b','\xcb','\x78','\x52','\x72','\xe6','\x80','\x50','\x28','\xd8','\x96','\xd5','\x90','\xe9','\x62','\xec','\xbb','\x70','\xe2','\x9d','\xbd','\xb9','\xc5','\xcc','\x4c','\xdd','\x1c','\x10','\x9c','\x96','\x92','\xa1','\x23','\xd8','\x9e','\xf2','\x28','\xf3','\x18','\x75','\x53','\xd0','\x85','\x38','\xbb','\x1d','\x49','\xf1','\x6c','\xa5','\xa0','\xc4','\x2f','\xd2','\xdc','\xc9','\x66','\xf7','\x8f','\xa9','\xba','\x74','\xb2','\x95','\xcd','\xde','\xbb','\x3b','\x6a','\x8a','\xba','\x2d','\x65','\x17','\xb1','\x3c','\xb3','\x5b','\x7b','\x99','\xcc','\xd4','\x08','\x8e','\xf2','\x18','\xdf','\x5b','\xde','\x0d','\x1c','\x4f','\x29','\x70','\x8c','\xf4','\x79','\xe7','\x7b','\x1a','\x00','\x41','\x49','\xce','\xcc','\x93','\x3f','\xd5','\x3e','\x68','\x82','\x4d','\xa0','\xfb','\x9c','\xef','\xf9','\xfe','\xfc','\x7c','\x2d','\x75','\x64','\xf4','\xb8','\x7a','\x1b','\xdf','\x46','\x87','\x23','\x86','\x32','\x08','\x51','\x89','\xde','\xd7','\x8c','\x21','\x1e','\x17','\x6d','\x8c','\xf8','\x30','\xe2','\xa2','\x85','\x8f','\x71','\xf4','\x63','\x43','\xbb','\x9a','\xd1','\x4f','\x15','\x46','\x57','\x8a','\xb9','\x15','\x77','\xdd','\xf5','\xb5','\xb3','\x55','\xab','\x6d','\x65','\xd1','\x84','\x21','\x6f','\x0e','\x3a','\x81','\xb2','\x5d','\xab','\x5b','\x8c','\x99','\xd5','\xbd','\x94','\x4f','\x26','\xea','\x8e','\x10','\xdc','\xc0','\xeb','\xd7','\x9f','\xfa','\x9e','\x77','\x69','\x97','\xd7','\x18','\x73','\x9b','\x39','\xd1','\x64','\xc2','\x45','\x2e','\x42','\xbe','\xaf','\x89','\x96','\xbe','\xe2','\xc7','\x67','\x5d','\x32','\x85','\x98','\xfc','\x0c','\x47','\xfd','\xb8','\x2b','\x4e','\xa0','\x89','\x64','\x0c','\x91','\x38','\x22','\xd8','\x24','\xd8','\x20','\x31','\x3a','\xba','\xfa','\x96','\x10','\x84','\x14','\x08','\x31','\x11','\xc9','\x20','\xd2','\xa0','\xa9','\x6c','\x37','\x93','\x47','\xdd','\x59','\xb4','\xa4','\xe3','\x67','\xe4','\xcf','\xb0','\x0b','\x88','\x15','\x09','\xe1','\x24','\x51','\x20','\x46','\x76','\x99','\x27','\xd3','\x2e','\x4e','\x6a','\x2e','\x89','\xa0','\x17','\x01','\x57','\x4c','\xb1','\xc5','\xe8','\x55','\x4a','\x9b','\x19','\x7a','\x3d','\x45','\x5f','\x9f','\x4a','\xff','\xab','\x76','\x0e','\x6e','\x35','\xca','\x25','\x68','\x3e','\xd5','\xfd','\x1c','\xa1','\x36','\xa1','\x71','\x42','\x47','\x3d','\x9a','\x68','\x52','\xa3','\x49','\xcd','\x54','\xc7','\x27','\x14','\x25','\x50','\x31','\x89','\x18','\xe1','\x34','\xdb','\x26','\x06','\x27','\x0f','\xf9','\xe8','\xff','\x74','\x91','\x8e','\x10','\x69','\x21','\x66','\x91','\x8d','\x64','\x68','\xb5','\x89','\x8e','\x00','\x83','\x81','\xe8','\x46','\x83','\xdd','\x08','\xbd','\x2d','\x6f','\x82','\x13','\x16','\x11','\xd2','\xd6','\x7d','\x6d','\xc5','\xd5','\x56','\xea','\xf2','\x3e','\xab','\x81','\x8b','\x68','\x31','\xd5','\xa9','\xa2','\x43','\xc7','\x8c','\x17','\xce','\x92','\x37','\xc8','\xa8','\x7b','\x5d','\xc7','\x55','\x22','\x2c','\x46','\x93','\x3e','\xc5','\x88','\xb2','\xac','\xe8','\xa0','\x03','\x08','\x2d','\x20','\x24','\x7f','\xd7','\x0d','\x31','\x3a','\x54','\x40','\x44','\xdb','\x70','\xb5','\x1a','\xd2','\x6a','\xf0','\xbc','\xd4','\xa0','\x3f','\xc3','\x03','\x24','\x61','\x06','\x6a','\x6e','\x07','\x44','\x22','\x57','\x27','\xb9','\x33','\xdd','\xbc','\xde','\x9d','\x41','\x44','\xfe','\x22','\x53','\x80','\x49','\xae','\x06','\xda','\x2a','\x4a','\x35','\x79','\x37','\xd5','\x26','\x94','\x13','\x56','\x24','\xa2','\x43','\xf6','\x26','\xc4','\x9f','\x25','\x88','\x05','\x83','\xec','\xde','\xc4','\x9e','\xcb','\x9d','\x3d','\x35','\x74','\xc8','\xe9','\xee','\x9f','\x8d','\x49','\x2c','\x39','\xdd','\xd2','\x6c','\xcc','\x9b','\x8d','\x11','\x47','\x7e','\xbb','\x11','\xa2','\xeb','\x44','\x17','\x44','\x0b','\xe5','\x8d','\x70','\x44','\x18','\x2d','\x16','\x63','\x83','\x66','\x45','\x97','\x6e','\xd0','\x01','\xe4','\x57','\x90','\xc7','\xed','\x75','\x64','\xa0','\xb1','\xa6','\x31','\x56','\x2f','\x4d','\xd6','\x3f','\x5e','\x76','\x67','\xdf','\xf0','\x6f','\xad','\x8b','\x16','\x82','\xe9','\x8c','\x32','\x45','\x4c','\x1d','\x41','\x39','\x8e','\x30','\xee','\x84','\xf2','\x27','\xf2','\xa3','\xd1','\xe3','\x21','\x2d','\xbb','\xb4','\x7c','\x3e','\x5d','\x4e','\x4c','\x2c','\x90','\xce','\xf1','\xdb','\x27','\x8e','\xe2','\xf9','\xc5','\x96','\x5a','\x32','\x4d','\x7a','\x23','\xa4','\xae','\x9f','\x96','\x40','\xc1','\x2f','\x2c','\xc1','\x10','\x32','\x5d','\x4c','\xe5','\xac','\xf0','\xb1','\x04','\x92','\x10','\xa1','\xeb','\xa3','\x27','\x7d','\xb2','\x78','\x33','\x5c','\xdc','\x40','\xb1','\x0d','\x33','\x71','\x85','\x26','\xae','\x92','\xc4','\xcd','\xdb','\xf4','\x06','\x4e','\xff','\xb1','\x2f','\x67','\xf2','\xdb','\x2b','\xde','\xf3','\xd9','\x30','\xaf','\xb9','\xd3','\x9a','\x7b','\x40','\xab','\x17','\xe4','\xc7','\x80','\x75','\x8a','\xe4','\xf4','\x23','\xf1','\x2e','\xc1','\x94','\xd8','\x54','\xdc','\x86','\x23','\xe0','\x68','\xa7','\x37','\xe8','\x23','\x63','\x53','\x7a','\xb4','\x43','\xed','\xdd','\x12','\x06','\x1f','\x61','\x7c','\xc4','\xac','\xc6','\x4d','\x47','\x14','\xad','\xd0','\xed','\x3d','\xf7','\xfe','\x43','\xff','\x77','\x2e','\x62','\x3c','\x2b','\xda','\xf2','\x88','\x98','\x1d','\xad','\x38','\x58','\x5c','\xfd','\x55','\x06','\xcb','\x08','\xb3','\x94','\xe8','\xe8','\x18','\xe9','\x58','\xdd','\x31','\x38','\x03','\xb8','\xc7','\xfc','\x89','\xee','\xbc','\xfa','\x97','\x12','\x6d','\x22','\x27','\x69','\x1f','\xfd','\x97','\x72','\xf2','\xc2','\xe2','\x36','\x14','\x4c','\xb9','\xec','\xe4','\x40','\x43','\x19','\xcd','\xa7','\xda','\xf9','\x74','\x2d','\x91','\xbd','\x42','\xc6','\x2e','\xde','\xce','\x25','\xf1','\x83','\x9a','\xeb','\xac','\xd4','\xbf','\x71','\x59','\xec','\xab','\x99','\xfb','\xea','\x86','\x75','\x3a','\xb3','\x6f','\xf5','\xdc','\xbe','\x57','\x83','\x7d','\x35','\x64','\x79','\xf2','\xf7','\xaa','\xc8','\xbd','\xfa','\x91','\x6b','\xc9','\x8f','\xf8','\x99','\xcf','\x15','\xab','\xff','\x51','\xf3','\xfd','\x09','\x94','\xd4','\x7c','\xb5','\xbe','\x3c','\x62','\x85','\xc4','\x35','\xc5','\xf5','\x02','\x89','\x31','\x82','\x25','\xcc','\x09','\x6c','\xee','\x71','\x8b','\x19','\x7f','\xee','\x90','\x10','\xfb','\xd7','\xdd','\xfd','\x9a','\xbb','\xa4','\xb9','\x25','\xcd','\xf3','\xe4','\x3b','\x07','\xab','\xb2','\x0f','\x29','\x3a','\xb2','\x02','\x6e','\x38','\x20','\x8e','\x60','\xe2','\xdf','\x09','\x32','\x2e','\xc2','\xc1','\xcb','\x02','\x46','\xac','\x0f','\x13','\x6e','\x1c','\xfe','\xa4','\x90','\x32','\xa5','\x2f','\x57','\xb9','\x2f','\xde','\xbe','\x44','\xb4','\x4b','\xa5','\x0d','\xc3','\xb9','\x45','\x79','\x40','\xf8','\xd5','\x14','\xff','\x8f','\x33','\xce','\x5f','\x32','\xbe','\xbe','\x06','\xb8','\xce','\x9c','\xab','\x6c','\x29','\x90','\x9f','\x73','\x86','\x70','\x4b','\xb4','\xdb','\x24','\xbe','\x46','\x32','\xdb','\xb7','\x2e','\x83','\x38','\x15','\x6d','\x4a','\x79','\x84','\x71','\xca','\x45','\x43','\x0e','\x7c','\x7a','\x40','\xa2','\x49','\x0f','\x84','\xe9','\x03','\xcd','\x89','\x69','\xd2','\x99','\xa6','\x27','\xf2','\x74','\xbe','\xcc','\x68','\x79','\x8d','\xf2','\x16','\x2d','\xfa','\x74','\xbd','\x45','\x6b','\x05','\x5a','\xcf','\xbe','\x4b','\x93','\xd3','\xf2','\x79','\x66','\x90','\x49','\x25','\xb0','\x25','\x25','\x00','\xc2','\x8b','\x28','\x76','\x0d','\x25','\xe4','\x1a','\xc5','\x8b','\x34','\xf5','\xf3','\xae','\x9c','\x36','\xd4','\xa6','\xcc','\xa6','\xc7','\x02','\x5a','\x0f','\x28','\x0e','\xa8','\x56','\x97','\xf8','\x85','\x8e','\xa7','\x31','\x1e','\x21','\x38','\x4e','\xe3','\x82','\xe9','\xa1','\x7c','\x5e','\xc9','\xc1','\x24','\x8c','\x10','\x50','\xb1','\x45','\x69','\x40','\xe9','\xb5','\x0e','\x1c','\x03','\x9a','\xae','\xd3','\x5c','\x04','\x4c','\xf3','\xf1','\xce','\xe7','\x30','\xb5','\x31','\x8d','\x63','\x3a','\x5a','\xa7','\x89','\x80','\x1a','\xc1','\xee','\x68','\xbf','\x88','\xa3','\x96','\x5a','\x0f','\x80','\x39','\xee','\x3b','\xed','\xc0','\x3e','\x2e','\xec','\x0a','\xba','\x1b','\xce','\x2d','\x35','\xd0','\x11','\xae','\x21','\x3c','\x8b','\x70','\x05','\xc5','\xbf','\x8d','\xc2','\x7c','\x58','\xcd','\x81','\x1c','\xc3','\xc8','\xc5','\xa8','\x35','\x2a','\x6f','\xb5','\x5c','\x80','\x65','\xf7','\xd7','\xcb','\xab','\x53','\x5a','\x6c','\x4e','\xc7','\x97','\xaf','\x8c','\xb3','\x9b','\xb7','\xd8','\x0d','\xdd','\xba','\x8e','\x98','\x8f','\xd8','\x55','\xcc','\xae','\x09','\x2b','\xc0','\x2c','\xc0','\x39','\x8c','\x59','\x1d','\x06','\x79','\x1b','\x77','\x8f','\x86','\x55','\x1b','\x17','\x31','\x4e','\x24','\x50','\x32','\x89','\x08','\x41','\x09','\x82','\x5e','\xa6','\xb8','\x72','\x51','\xe4','\x19','\x9e','\x31','\x31','\x79','\xca','\xde','\x95','\xba','\x6d','\x78','\xb6','\x68','\xda','\xcb','\x4d','\xbb','\x74','\x63','\x8b','\x10','\xbb','\x44','\xec','\x2f','\x12','\x7b','\xe9','\xdc','\xd6','\x92','\x3c','\xd3','\x4c','\x96','\x7c','\xe2','\xc1','\xaf','\x76','\x09','\x2a','\x24','\x34','\x5f','\x89','\xfa','\xd3','\x09','\x2b','\x7c','\x59','\x73','\x2b','\x2b','\xa7','\xf2','\x8e','\x98','\x81','\x79','\xc8','\xee','\x23','\x6c','\xec','\x3e','\x4b','\xfc','\xc9','\xc5','\x2f','\xfe','\x19','\x7a','\xa6','\x0e','\xb7','\xb1','\x44','\xe8','\x17','\x3f','\x54','\x58','\xfa','\x5f','\xab','\x4b','\x57','\x5a','\xa5','\x75','\xbf','\xb4','\x51','\xf5','\xb0','\x45','\xe8','\x04','\x69','\xe1','\x04','\x6a','\x25','\xa3','\x7d','\xd9','\xf7','\xb3','\xb0','\x23','\x07','\xcc','\x15','\x93','\xc8','\x77','\x5a','\xfe','\xb7','\xb8','\x3f','\xad','\x60','\xfd','\xb8','\x39','\x7d','\x34','\x9c','\xb6','\x89','\x84','\xb5','\x45','\x10','\x26','\x68','\x8a','\xfc','\xc6','\x0c','\xd9','\xf7','\x1d','\xb2','\xf8','\x15','\x72','\xf5','\x4c','\x57','\x4a','\x1d','\x94','\x74','\x11','\xe1','\x7d','\x71','\xab','\x96','\xb0','\x5c','\x87','\x04','\x99','\x4d','\xc3','\xda','\xca','\xb0','\x80','\x2a','\x30','\xb6','\x21','\x61','\x5a','\xeb','\x9c','\xad','\xfb','\x0c','\x9d','\x42','\xb9','\x2b','\xfa','\xc6','\x42','\x88','\x5f','\xa8','\x12','\xab','\xc8','\xb2','\x9a','\x8f','\x87','\xf5','\x96','\x3b','\x34','\x96','\x48','\x86','\xc7','\x32','\xae','\x4e','\x5b','\x5a','\xc3','\xd7','\x2e','\xa8','\x77','\xfe','\x11','\x42','\x3f','\x40','\xda','\xa6','\xaf','\x37','\xaa','\x71','\x6a','\x65','\xe8','\x44','\x0b','\x16','\x0c','\x1a','\xde','\x07','\x47','\x6b','\x45','\x71','\xc5','\xd4','\xea','\x4c','\x8f','\x51','\x9d','\x64','\xf0','\x6a','\x2a','\xf6','\xfa','\x14','\xf9','\x57','\xed','\x3d','\x08','\x7d','\x14','\xa1','\xef','\xaf','\x52','\x72','\xa3','\x4b','\x9a','\x94','\x90','\x9d','\x48','\x75','\xe4','\x51','\xce','\x67','\x83','\x4a','\xc0','\x7c','\x96','\x7f','\x9d','\x9b','\x09','\x5e','\x30','\xa4','\xfa','\x80','\xb8','\x82','\xaf','\x3e','\x83','\xdc','\xd6','\x5d','\x10','\x53','\xba','\xe6','\xe2','\x0d','\x94','\x9c','\x81','\x87','\x84','\xc6','\x5d','\x54','\x6d','\x21','\xbf','\x10','\x47','\x99','\x13','\xf2','\x46','\x28','\x7d','\x23','\x5a','\x17','\xcc','\x80','\xf5','\xc6','\xa8','\xfa','\x76','\xcc','\x65','\xbc','\xc8','\x9a','\x3c','\xe7','\xb1','\xbc','\xe8','\x3e','\xee','\x1d','\xcf','\x79','\x76','\x4e','\xb4','\x72','\x9e','\x3c','\xc3','\x27','\x3d','\x5e','\x16','\x3f','\x2a','\x7b','\x23','\x72','\x2f','\x77','\x53','\x02','\xc5','\x43','\x25','\xc4','\x5c','\x3a','\x29','\x51','\x97','\x1b','\xc7','\x38','\xc7','\xe2','\x6a','\x8c','\x5e','\x4b','\xf4','\x05','\x05','\xec','\x02','\x13','\x84','\x75','\x08','\x3b','\x41','\xd8','\x7c','\xb4','\x9c','\xe5','\x12','\x9e','\x56','\xbf','\xa5','\x73','\x8a','\x0b','\x1d','\x9a','\x61','\x52','\x66','\x68','\x3e','\xd2','\xdc','\x59','\xcd','\x73','\x2e','\x87','\x15','\x64','\x56','\x12','\x85','\x4a','\x8c','\x55','\x30','\xaf','\xe0','\x62','\x05','\xd5','\x1d','\xd0','\xaf','\x50','\xc5','\xa0','\x95','\x6c','\xb7','\x42','\x69','\x04','\x27','\xdb','\xa9','\x28','\xe9','\x80','\x22','\x64','\x3b','\x70','\x1c','\xba','\x3f','\xdc','\xc4','\xbc','\x90','\x40','\x55','\xb5','\x47','\xaf','\xfb','\x7a','\xcd','\x8d','\xbf','\x24','\xc5','\x9c','\x8b','\x9e','\x6f','\xe9','\x6e','\xf5','\x50','\x86','\xf5','\xd4','\x2d','\xf9','\xc8','\xde','\x75','\xb5','\xcd','\x56','\x9c','\x3a','\x83','\xe7','\x55','\x5c','\xc4','\xce','\xcf','\x45','\xa4','\x62','\x3a','\x3f','\x09','\xb7','\x07','\x14','\x4b','\x54','\x44','\xc0','\x6b','\x98','\x3f','\x81','\x8f','\x8b','\xdb','\x52','\xaa','\x94','\x45','\xbd','\xbc','\xa2','\xb0','\x63','\xf0','\x17','\x72','\xfe','\xed','\xf1','\x5b','\xb0','\x2d','\x7e','\xc3','\x17','\x7f','\x17','\xa4','\xcf','\x89','\xb4','\x87','\xb3','\x17','\x62','\x38','\x7d','\x7d','\xae','\xec','\x3a','\x6f','\xb8','\x76','\xb9','\x0e','\xba','\x6b','\x85','\x46','\x70','\xb6','\x98','\x6d','\x33','\x3c','\xba','\x86','\x97','\xb8','\x68','\x57','\x31','\xfa','\x1b','\xac','\x9d','\xc5','\xf2','\x1f','\xc5','\x7d','\xfd','\x10','\x6d','\x7f','\x66','\x39','\xcd','\x7e','\xe0','\xea','\x0d','\x3f','\x4e','\xab','\x84','\x4a','\x75','\x65','\x02','\xd4','\x95','\xf7','\x51','\x1d','\x7b','\xda','\x23','\xe2','\x19','\x94','\x81','\x9b','\x55','\xa4','\x94','\x51','\x9a','\xa1','\x34','\x49','\x29','\x56','\x40','\x77','\x21','\x41','\xa9','\xc1','\x28','\x67','\xd4','\x67','\xe3','\xee','\xb1','\x09','\x14','\x74','\xb5','\x33','\x55','\xac','\x17','\xa9','\x8e','\x5a','\x68','\x04','\x21','\x5d','\xce','\x65','\x2b','\x8c','\xeb','\x04','\x2b','\x10','\x85','\x8c','\x10','\x19','\x9d','\xec','\xd7','\x49','\x49','\x27','\x5e','\x74','\x12','\x14','\x15','\xd2','\x53','\xc9','\xb0','\x02','\x41','\x72','\x22','\xc3','\xba','\xf4','\x51','\x4c','\x77','\xe3','\x52','\xc4','\x29','\xc0','\xdb','\x44','\x48','\xa2','\x89','\x89','\x0a','\x85','\x22','\x2b','\x98','\x6c','\xde','\x64','\x0d','\xf9','\x31','\x0c','\xde','\xdf','\x0b','\x8a','\x3d','\x18','\x2e','\x45','\x12','\xf5','\x71','\xb5','\x6d','\xed','\xbc','\x0e','\x1e','\x05','\x8d','\x54','\xcd','\xc0','\x51','\x54','\x18','\x8d','\x15','\xd2','\xf1','\x79','\xe3','\x6c','\x83','\x35','\x68','\xf5','\x12','\x5d','\xf3','\xc7','\x59','\x91','\x32','\x4e','\x99','\x49','\x19','\xa3','\xf2','\xe4','\xc1','\x6c','\xba','\x9b','\xa4','\x2d','\x4c','\x5d','\x14','\x8b','\xa3','\x38','\x46','\x52','\x52','\x62','\x47','\x2e','\x37','\x46','\xc8','\xf4','\x68','\xb4','\x2d','\x16','\x69','\xc1','\xe9','\x16','\x38','\x9d','\xe7','\xb4','\xe1','\x74','\x40','\x71','\x47','\x2d','\x8a','\xae','\x53','\xa9','\x68','\x31','\x5f','\x21','\x50','\x9f','\xc4','\x8f','\x50','\x44','\xd8','\x51','\x3b','\x0e','\xbf','\x55','\xe7','\x1b','\x58','\xc1','\x86','\xd9','\xd2','\x1b','\xdf','\x79','\xa6','\x5c','\x53','\xd0','\xf1','\x82','\x8e','\x17','\x75','\x30','\x54','\xa4','\x52','\x21','\x8f','\x3b','\xec','\x02','\x18','\x50','\x29','\x76','\xe4','\xd1','\xa0','\x4a','\xa9','\x83','\x7f','\xf2','\x95','\x5a','\xc5','\x07','\x30','\x9b','\xc6','\xe8','\x05','\x8c','\xca','\x87','\xd1','\x1b','\x9e','\xd4','\x0e','\xe4','\x24','\x8f','\x23','\x2b','\x83','\x26','\x94','\x42','\xd3','\x96','\x0b','\xc4','\x12','\x3b','\xa7','\xd0','\xbb','\x3d','\x49','\x85','\xa9','\x45','\xcd','\x89','\x96','\xdc','\xd4','\xab','\x52','\x8c','\xa8','\x9f','\xae','\xbb','\x52','\xc5','\xd5','\x6b','\x08','\x96','\x4c','\xca','\x47','\x85','\x8e','\xd6','\x3a','\x74','\x52','\xca','\x8d','\xb8','\xfc','\x66','\x4c','\xc2','\xc4','\xea','\x8f','\x4a','\x05','\x60','\x0a','\x1d','\xbc','\x0d','\x6a','\x40','\x4e','\x37','\x72','\x1b','\x99','\xdc','\x3f','\x97','\x9f','\x90','\xe6','\x73','\x8d','\xe9','\xdc','\xda','\x8c','\xb9','\x36','\xc5','\x5b','\x0f','\x17','\x9f','\xd8','\xdf','\xfa','\x11','\x7f','\xf5','\x5b','\x47','\xbe','\xfd','\xe8','\x2c','\xce','\xd6','\x69','\x4a','\x2a','\x96','\x26','\xcd','\x58','\x5d','\x98','\x83','\x11','\xac','\xce','\x6e','\x26','\xb7','\x5a','\x04','\x0f','\xe4','\xe0','\x2f','\x28','\xd3','\x24','\x1a','\x8c','\x6e','\x5a','\xdd','\x4d','\xd3','\xa7','\xfb','\x7c','\x3a','\xf5','\x3a','\xb5','\xaf','\xd3','\xc5','\x26','\x2d','\x35','\xe9','\x53','\x4d','\x7a','\xde','\xa7','\x71','\xbf','\xa3','\xb9','\x2c','\x99','\x40','\x24','\x29','\x8d','\x8e','\xaa','\xb4','\x3b','\x46','\x69','\x71','\xd4','\xa8','\x3f','\x7c','\x59','\x3c','\xbc','\xe6','\x97','\xaa','\x80','\xe6','\x5a','\xf3','\xfb','\x52','\xdb','\x61','\x7e','\x1f','\x4d','\xb2','\xe3','\xa5','\x0f','\x0a','\xba','\x25','\xe4','\x54','\x54','\xf7','\x19','\xee','\xad','\xa6','\xb9','\x68','\x05','\xa1','\x2b','\x03','\x7b','\x73','\x87','\x66','\xb8','\xad','\x22','\x9a','\x48','\x6f','\x18','\xf7','\x13','\x72','\x3f','\x99','\xdb','\x8b','\x3e','\x7e','\x0b','\x55','\x36','\x44','\x4b','\x13','\xfe','\xf0','\xf7','\x82','\x2f','\xa5','\x8b','\x83','\x1d','\xca','\x46','\xe0','\xeb','\xfc','\x26','\x7c','\x97','\xcd','\x63','\xaf','\xd3','\xd2','\x75','\xf8','\x16','\x5f','\x6b','\x76','\x26','\x5d','\xf6','\x7e','\xd7','\xb9','\x63','\x15','\x0f','\xfe','\x74','\x6f','\xec','\x73','\x04','\xf2','\x52','\xea','\xfe','\x21','\xce','\x79','\xa4','\x02','\xfb','\xd1','\x7a','\x5d','\x2e','\x20','\x4a','\x28','\xdc','\x43','\xc4','\x99','\x56','\x93','\xbf','\xde','\x4a','\xc2','\x2a','\x55','\x2b','\xcb','\x09','\x49','\x0d','\x89','\x40','\x9a','\x69','\x1c','\x26','\x36','\x63','\x13','\x08','\xef','\x71','\xc4','\x1e','\x97','\x3e','\xfe','\xa7','\x8d','\xfd','\xd6','\xe6','\xfe','\x5c','\x63','\x29','\xd7','\x28','\xe5','\x1a','\x9e','\xd5','\x20','\xb9','\x06','\x91','\xfb','\x01','\x8a','\xd0','\x91','\xfa','\x58','\x42','\x2a','\x88','\x19','\xa4','\x53','\x00','\x6c','\x37','\x0c','\x94','\x36','\xc4','\x39','\xc0','\xbf','\x8e','\xe4','\x7d','\x93','\xe2','\x1c','\x16','\xdc','\x74','\x0a','\x56','\x81','\x9c','\x22','\xf5','\xeb','\xab','\x73','\xe4','\x49','\x9b','\xd8','\x12','\xf0','\x94','\x10','\xea','\x22','\xa9','\x27','\x80','\x56','\xdc','\x21','\x94','\x45','\x00','\x0d','\x79','\x78','\x0c','\x97','\xee','\x59','\x52','\x52','\x15','\x90','\xda','\x09','\x8e','\x25','\x31','\xce','\x60','\x9d','\x63','\xb9','\x97','\x1d','\x6a','\x09','\xdf','\x59','\x46','\x13','\x72','\x0a','\x1a','\x48','\xd9','\x38','\xea','\x5f','\x7f','\x21','\xf4','\xc7','\x88','\xf6','\xb5','\x74','\x4f','\xee','\x68','\x91','\x96','\xde','\xd3','\xd8','\xa5','\x21','\xb0','\x21','\x05','\x57','\x2b','\x8e','\x0a','\x52','\x12','\x4a','\xf9','\x8c','\xde','\x40','\xf1','\xb7','\xbd','\x50','\x0b','\x41','\x88','\x8d','\x50','\xfc','\x01','\x8a','\x9f','\x5e','\x13','\x2d','\x0e','\x1a','\x9a','\xe6','\x26','\xb1','\x9b','\xa2','\x41','\xd2','\x17','\x13','\xe5','\xfa','\x03','\x15','\x32','\x83','\xbd','\x29','\xba','\x39','\x87','\x58','\x1d','\xf5','\xde','\x00','\x02','\x87','\xc0','\xb7','\x4d','\xc4','\xcc','\x64','\xbc','\x20','\xb5','\x9d','\x04','\x36','\x5f','\x26','\x73','\x95','\x73','\x22','\x9f','\xe1','\x33','\x19','\x4e','\xf6','\xf3','\x5d','\xa5','\x25','\xe3','\x5c','\x28','\x9a','\x7c','\xb9','\xc9','\x4b','\x4d','\x79','\xf3','\x79','\x89','\x2c','\x7d','\x31','\x15','\x2e','\x79','\x7c','\x49','\x9d','\x91','\xf0','\x88','\x4d','\x52','\x02','\xd4','\xb0','\x9e','\x1e','\xd5','\x48','\x64','\xbb','\x2f','\xeb','\xb4','\x52','\xdb','\x0d','\x7a','\x94','\xd4','\x5c','\x12','\x64','\x57','\x2a','\x34','\x3c','\x22','\x9a','\x64','\xf9','\x46','\xb7','\xd4','\x94','\x1f','\xbd','\xfa','\x0c','\x5a','\x5c','\xbe','\x18','\xca','\x8b','\xa8','\xeb','\xd8','\x25','\x4b','\x78','\x88','\x13','\x05','\x13','\xa9','\xdd','\x9c','\x12','\xb5','\xad','\x77','\xa3','\x41','\x6f','\x0c','\xcf','\x62','\xdb','\x54','\x19','\xb6','\x59','\x76','\xd8','\x2f','\x9a','\x1c','\x73','\x74','\xcb','\xed','\xd9','\x8c','\x52','\x05','\x5a','\x6f','\xa1','\x54','\x3b','\x1b','\x0e','\xef','\x41','\x72','\x03','\x6a','\x27','\xa9','\xd5','\x96','\xc6','\xb9','\x14','\x1d','\x2d','\x38','\xaf','\xbb','\x7e','\x5c','\x7e','\x8b','\x77','\x5c','\x92','\x42','\xe8','\x50','\xbb','\x27','\x37','\xb6','\xf7','\xaf','\xfe','\xaf','\x17','\x10','\xfa','\x03','\x84','\x16','\x11','\xba','\x9a','\xd0','\x4e','\x25','\xf5','\x53','\x99','\x78','\x8d','\xf5','\x7d','\x1a','\x2e','\x28','\x30','\x2e','\xd7','\xdc','\xaa','\x34','\x04','\xb5','\x4e','\xd6','\xf2','\x93','\x13','\xf0','\xd0','\x91','\x6e','\x60','\xe7','\xa2','\x94','\x84','\x81','\x84','\x76','\x31','\x14','\x9b','\x41','\x34','\xd6','\xb3','\xa1','\xd3','\xc0','\xca','\x06','\xeb','\xc2','\x64','\xf7','\x88','\x1c','\xc8','\x9d','\x66','\x56','\x8d','\x2b','\xa9','\x6e','\x85','\x90','\x08','\x0e','\x59','\xae','\xc8','\xed','\x47','\x77','\x8b','\x3a','\x63','\x56','\x87','\x82','\x8e','\x3a','\x33','\x1a','\x2d','\x76','\xb9','\xed','\x58','\x5d','\xa4','\xee','\x54','\x28','\x0d','\x70','\x29','\x1f','\xd0','\x26','\xec','\x5f','\x4a','\x50','\xc0','\x9e','\xa2','\x54','\xd3','\x61','\x7f','\x02','\xd2','\x51','\xd1','\xe9','\x30','\xa5','\x91','\x10','\xb9','\x65','\xe8','\x23','\x7a','\x74','\x29','\xa7','\x23','\x2d','\x18','\x79','\x46','\x6a','\x0c','\x44','\x0d','\xc8','\x60','\x40','\x4d','\x72','\x28','\x43','\x7c','\x32','\x7c','\x9d','\xde','\xf3','\x92','\x86','\x69','\x4b','\xe9','\xed','\x3e','\x67','\xa2','\x9d','\xf3','\x50','\x8e','\xa0','\x69','\x78','\x18','\xf4','\xa0','\x7c','\x70','\x72','\xb0','\x1b','\xb1','\xb4','\xcb','\x98','\xcf','\x18','\x97','\xff','\x31','\xbf','\x90','\x97','\x32','\x13','\x56','\x64','\xa4','\x10','\x0e','\xec','\xd3','\x01','\x3c','\x67','\x7b','\x09','\x0c','\xa3','\x67','\xc0','\x4a','\x15','\x31','\x02','\x56','\x90','\x0a','\x2a','\x55','\xf7','\x7d','\xc7','\xbe','\x23','\x4d','\xcf','\x82','\x5a','\xf5','\x0b','\x28','\x56','\x73','\xf5','\x38','\xd2','\xea','\x48','\xf3','\x8a','\x88','\x56','\xe1','\xe3','\xb6','\xe0','\x2f','\xca','\x85','\x20','\x77','\x0f','\x34','\x2a','\xdf','\xe9','\x23','\x5e','\xd5','\x5c','\xf9','\x8a','\x16','\xe4','\x25','\xb4','\xd7','\x33','\x9a','\x17','\x99','\x55','\xa0','\xf2','\xc9','\x23','\xfc','\x61','\xf8','\x2b','\xf4','\x97','\xa7','\xe9','\xf7','\xcf','\xd0','\xef','\xd7','\x69','\x53','\xa2','\x09','\xe8','\xce','\xef','\x46','\xd5','\xcc','\x88','\xd9','\xc9','\xbc','\x50','\x69','\xff','\xd5','\x91','\xf5','\xaf','\x6a','\x7a','\x0a','\xc9','\x69','\xc4','\x76','\xee','\x83','\xbe','\x8b','\xe4','\x67','\x44','\x05','\x4b','\xfc','\x4d','\xb6','\x45','\x0c','\xa9','\x84','\x0f','\x49','\xcb','\xbb','\xc5','\x75','\x0f','\x3a','\x58','\x5e','\x71','\x0d','\x63','\x4d','\x60','\xad','\x8e','\xd3','\x75','\xf1','\x4b','\x0f','\x0c','\x67','\x6d','\x55','\x2e','\x37','\x9a','\x3b','\x9f','\x7d','\xf7','\x92','\x3c','\x16','\x72','\x8d','\x42','\xce','\xfb','\xcc','\xdb','\x5e','\xa3','\x67','\xce','\xd5','\xb3','\x6f','\x0f','\x4c','\xbb','\xbf','\xa0','\x39','\x2f','\xfd','\xb6','\x2b','\x0d','\x2e','\x34','\x76','\x5d','\xdf','\x73','\x56','\x5c','\xf0','\xe8','\xe4','\xeb','\xf4','\x7b','\xdf','\xa0','\xc7','\xff','\x2d','\x7d','\xf8','\xeb','\x46','\x7a','\x35','\x3f','\xf6','\xb2','\xf5','\x8f','\x2e','\xe7','\xc5','\xab','\x2f','\x2e','\xfc','\xeb','\x17','\x8b','\xf5','\x6f','\x9b','\xa7','\xf2','\x96','\x34','\xa9','\xdc','\x3c','\x7b','\x3d','\xcf','\x7e','\xd7','\xda','\x3f','\x9f','\xb7','\x19','\x9b','\x7b','\x81','\x15','\x7f','\x88','\x56','\xce','\x69','\xf2','\xae','\xfd','\xaa','\x7f','\x31','\x69','\x77','\x0e','\xb6','\xa1','\xbf','\xe7','\xdf','\x9d','\x7a','\x42','\x5f','\x55','\x50','\x0e','\x07','\xb3','\xaf','\x8d','\x6c','\xb8','\xb1','\x0d','\x6d','\x55','\x8f','\xfb','\xfa','\x04','\xd2','\x5b','\x09','\x1d','\x45','\x90','\xfb','\x48','\x57','\x13','\x1d','\xf9','\x66','\xc3','\x34','\x88','\x91','\xc1','\xb4','\x80','\x41','\x3f','\x93','\x16','\x45','\xd1','\x45','\xde','\x82','\x08','\xa7','\x0d','\x73','\x3a','\x63','\xc6','\xa8','\x11','\x2b','\xc8','\xd5','\x41','\x12','\x3c','\x45','\x7d','\x3c','\x2e','\x67','\xfe','\x62','\xa3','\xbd','\xd8','\xa8','\x2e','\x36','\x58','\x0f','\x5f','\x7d','\x4c','\xe9','\x4b','\xc8','\x40','\x45','\xb0','\x29','\xb8','\x94','\x0d','\xb0','\x7c','\xb8','\x8b','\x8e','\x10','\x24','\xa7','\x62','\x85','\x20','\xb5','\x0e','\x43','\xb9','\xac','\x96','\x9a','\x44','\x2e','\x03','\x72','\x85','\x50','\x09','\x69','\x53','\x09','\xc2','\x4f','\x12','\x77','\xa7','\xbf','\xce','\xcd','\xa4','\xd6','\xc3','\xae','\xe5','\x13','\x2d','\x46','\x8c','\x33','\x24','\x11','\x8c','\x7a','\x81','\x68','\xca','\x5f','\x4c','\x48','\x4d','\x3f','\xf3','\x28','\xce','\xe6','\xc5','\x9e','\x6f','\xe3','\xc7','\x15','\xf6','\xe7','\xf1','\x52','\x3e','\x2c','\xe5','\xb1','\x97','\xc7','\x64','\x1b','\xa1','\x3c','\xde','\xed','\xb7','\xd1','\xbe','\x0c','\x93','\xbc','\x48','\xe5','\x87','\x94','\xea','\x8f','\xc8','\xc8','\x77','\x56','\x62','\x68','\x36','\x81','\xea','\x2e','\xc2','\x2e','\xaa','\x17','\x75','\x52','\xcc','\x10','\x2e','\x77','\x6f','\xce','\x0a','\x45','\x9e','\x45','\x7e','\x52','\x0a','\x7b','\x25','\x0f','\xd1','\xb6','\x48','\x8c','\x80','\x22','\xad','\xec','\x2e','\x11','\xb7','\xe3','\x4c','\x0f','\x5a','\x07','\x1c','\x39','\x86','\x8e','\x33','\x96','\x43','\x75','\x9c','\xae','\xe1','\xec','\x06','\x1e','\xfb','\xb3','\xb9','\x9c','\x75','\xf2','\x41','\xc6','\x9d','\x35','\xfe','\x8d','\x35','\x7b','\xdf','\x65','\x67','\x5f','\x0d','\x5b','\x7f','\x36','\xb7','\xef','\x6b','\x33','\x00','\x39','\x3e','\x93','\x44','\xa9','\x09','\xf4','\x7f','\xbc','\xf4','\x91','\xaf','\xcd','\x7c','\xe4','\x4f','\xa6','\x3e','\x27','\x55','\xc4','\xec','\x61','\xd8','\x7b','\x8a','\x48','\xe9','\x6c','\x12','\x2e','\x92','\x5a','\x81','\x5b','\xd0','\x50','\xc6','\x11','\xff','\xdd','\xda','\xc0','\xe6','\x06','\xbe','\xcb','\x8b','\x8e','\x22','\x5f','\xa5','\x56','\x1b','\xd1','\x75','\x00','\xd6','\x75','\xaa','\x4b','\x85','\x23','\x84','\x2b','\xb4','\xd1','\xde','\xd3','\xf8','\x90','\x54','\xc3','\x40','\xfd','\x1d','\x42','\x80','\xad','\x2d','\x7c','\xe7','\x49','\x09','\x1b','\x5b','\xb7','\x4f','\x32','\x9c','\x61','\x7d','\xe7','\x18','\xa0','\x88','\x91','\x23','\xe4','\x6a','\x9b','\x2b','\x07','\x8e','\xb4','\x6e','\x7a','\xf8','\x0e','\x78','\xe3','\xb7','\x5f','\xd6','\xed','\xca','\x9c','\x5d','\x99','\x92','\x38','\xb9','\x30','\x63','\xdb','\x33','\xf6','\xe2','\x0c','\x3f','\x36','\xd3','\x5b','\xa9','\x8e','\xfc','\x30','\xb8','\xa7','\x27','\xec','\xdc','\x98','\xd4','\xb4','\x52','\xfb','\xbe','\xb2','\x50','\xa2','\xbd','\xfe','\x8e','\x41','\x1a','\x76','\x7f','\x57','\x77','\x4f','\x24','\x51','\xa6','\x8a','\xc8','\xb6','\x1e','\x2e','\x91','\xc1','\x91','\xf9','\xc6','\xa9','\x7d','\x54','\x2a','\xde','\xd1','\xf8','\x40','\x1f','\x0b','\x60','\x6d','\xf2','\x75','\x69','\xb8','\x05','\x15','\x74','\x7b','\x09','\xd9','\xd1','\x6f','\x45','\x7a','\x78','\xc6','\x84','\x49','\x42','\x19','\xa6','\xb9','\x40','\x8a','\x82','\xf1','\x5c','\x5d','\xbc','\x5a','\xcf','\xe7','\xbe','\x93','\xb7','\xc2','\x7c','\xae','\x3e','\xc0','\x42','\x6e','\xce','\xce','\xdb','\x76','\x7e','\xea','\x0f','\xa6','\xa7','\x96','\x66','\x66','\x92','\x07','\x66','\x7e','\xad','\x30','\x93','\x5e','\xc3','\x63','\x6b','\xd8','\xb4','\x42','\x5f','\xde','\x29','\x9a','\x71','\xba','\x3b','\xcc','\x2c','\x13','\x14','\x45','\xa5','\x31','\x82','\x24','\x07','\x0b','\x47','\xbe','\x81','\x0f','\x1b','\xb6','\x05','\x98','\xa3','\x80','\x2a','\xd8','\x1c','\x29','\x9f','\xea','\x52','\xd7','\xd2','\x90','\xae','\xf9','\x58','\x0a','\xde','\xb2','\x4b','\x72','\xee','\x78','\x1e','\xdf','\xaf','\x0b','\xeb','\x47','\x78','\xde','\x8e','\x35','\x16','\xdf','\xcc','\xbe','\xe9','\x53','\xde','\x43','\xf6','\x8d','\x4b','\x54','\xbb','\x44','\x57','\x2e','\xd1','\x23','\x8c','\x56','\x8c','\xf4','\xb7','\xe8','\xc4','\x4c','\x66','\x39','\x96','\x62','\x89','\xa4','\xc9','\xb0','\x29','\xaf','\xae','\x77','\x89','\x58','\x25','\xb1','\x24','\x3a','\x45','\xe4','\xfc','\x77','\x2b','\x94','\x57','\x0c','\xc6','\xd1','\x01','\x54','\x8d','\xe9','\x9d','\x98','\xd3','\x93','\x11','\x52','\xbd','\x93','\x93','\x36','\x27','\x44','\x5b','\x47','\x55','\x1d','\xb1','\x1e','\x48','\x41','\x84','\x72','\x5e','\x67','\xcc','\x2a','\x95','\xd6','\x11','\xe3','\xbb','\x9f','\xe2','\xe9','\xb3','\x9c','\x36','\x39','\x3d','\x21','\x2d','\x7d','\x4e','\x1f','\xe4','\x74','\x96','\x8f','\x0b','\x9e','\xde','\xe0','\x52','\x2b','\x4d','\x87','\x3c','\x5d','\x57','\xe8','\x0d','\x16','\x72','\xe1','\x82','\xbc','\x6d','\x93','\xf5','\xca','\x91','\xaf','\x3b','\x2b','\xde','\xe1','\x1d','\xfa','\x86','\x8f','\x66','\x75','\xe4','\x9c','\x41','\x15','\xec','\x2e','\x10','\x6e','\xd3','\xc2','\xe2','\xc1','\x9b','\x8b','\xc5','\xe4','\x67','\x2f','\x06','\x8b','\xc8','\xb7','\xb5','\xd5','\x8a','\xd5','\x05','\xb7','\x00','\x92','\xf6','\xb8','\x38','\x4e','\x8a','\x76','\x82','\xf1','\xb1','\xbf','\xe1','\x61','\x92','\x57','\xf1','\xac','\xe6','\x3b','\x2b','\x6e','\x65','\x52','\xa2','\xbe','\x20','\x4d','\x6c','\x8e','\x17','\xfd','\xd8','\xa2','\x4f','\x8f','\x59','\x5d','\xa9','\x71','\xd8','\xb0','\x95','\xc1','\x6f','\x55','\x08','\x1f','\xe0','\xb8','\xfc','\x13','\x99','\x05','\x4e','\x15','\x58','\x85','\x73','\xa7','\xec','\x1e','\x3e','\x52','\x43','\xce','\x35','\x54','\xae','\xbb','\x95','\xb3','\x45','\xf9','\x9e','\x05','\x5a','\xb0','\xd9','\xc5','\xc5','\xe3','\xaf','\x7d','\xd6','\xc5','\x8b','\x88','\xdb','\x56','\x7b','\x01','\xf1','\x0a','\xf2','\x2b','\xa8','\x59','\xb1','\xc2','\xe8','\xc3','\x1c','\x97','\x7f','\x4e','\x4e','\xe4','\x98','\xc9','\x13','\x94','\x8b','\x2e','\x3f','\x99','\xe4','\x45','\x3c','\x2b','\x57','\xe5','\x4a','\x58','\x71','\xae','\x57','\x1e','\x4c','\x2e','\x8c','\x11','\x3b','\xdd','\x58','\x4c','\x9f','\x5f','\x44','\xfb','\x8f','\x59','\xe1','\x22','\x22','\x36','\x22','\x0b','\xf0','\x5d','\x08','\x20','\x1a','\x68','\xe8','\x78','\x72','\xd5','\x2e','\x05','\xbc','\xf4','\x9f','\x79','\xf3','\xfe','\xb2','\x47','\xcb','\xe7','\x3a','\x3c','\xde','\x8e','\xc7','\x30','\x8e','\x0b','\x6c','\x63','\xe7','\x36','\x46','\x75','\x6c','\xfe','\x24','\x34','\x7c','\x94','\x3e','\x8d','\xd3','\x71','\x31','\x32','\x83','\xa5','\x35','\x80','\xe2','\xa1','\x19','\x2d','\xd8','\x6b','\x21','\x53','\x7e','\x3f','\xf0','\xfe','\xc9','\xf1','\x15','\xc4','\x36','\x56','\xa5','\x58','\x60','\x81','\xce','\xe4','\xb3','\x54','\x52','\xe3','\x88','\xcb','\x1d','\x9f','\x97','\xdd','\x08','\x76','\x59','\x88','\xde','\xf8','\x12','\x2f','\x37','\x78','\xd9','\xe3','\xe5','\x3a','\xc0','\xe9','\xbd','\x01','\xd4','\x7d','\x34','\x40','\xbc','\x05','\x4e','\x9b','\x2a','\x1a','\x3e','\xd7','\x33','\x1e','\x7d','\xa4','\xcc','\x13','\x80','\x0e','\x52','\x01','\xd6','\xf2','\x38','\x62','\x79','\xf9','\x11','\x06','\x13','\x67','\x00','\x98','\x50','\x6c','\xa7','\x5f','\x4b','\xae','\xbb','\x18','\x07','\xaf','\x39','\x97','\x0b','\xff','\x1f','\x22','\x54','\x01','\x1d','\xa5','\xa2','\x28','\x79','\x98','\xe0','\x7e','\x4a','\x0c','\x02','\x7c','\x80','\x94','\xf0','\x95','\xff','\x4f','\x6a','\xd9','\xa1','\x1a','\x48','\xe0','\x14','\x68','\x74','\x18','\x69','\xf8','\x83','\x46','\x30','\x96','\xb0','\x27','\xbd','\xa5','\x37','\x3c','\xe2','\xa3','\x65','\x75','\x39','\xf5','\x5d','\x7e','\x2e','\x22','\xa1','\x54','\x5c','\xc4','\xac','\x82','\x69','\xb9','\x4e','\xc0','\x97','\x1d','\xf4','\x24','\x55','\x2b','\xa9','\xf1','\x07','\x30','\xb7','\xe5','\x99','\x42','\xa5','\xde','\x3e','\x0e','\x3e','\x22','\xf9','\xce','\xbe','\xba','\x71','\x18','\xfe','\x32','\x7c','\x22','\xc2','\x9c','\x90','\xf6','\x1d','\x80','\xbd','\xfb','\x22','\x55','\x28','\xf9','\xd7','\x35','\x37','\xbc','\xcb','\x15','\x0f','\x48','\xb9','\x77','\xc4','\xad','\x06','\x66','\x51','\xf4','\x65','\x4d','\xba','\xad','\xde','\x1f','\xd8','\x4d','\xf2','\x69','\x2f','\xd7','\x68','\x4a','\xbc','\xdf','\x19','\x85','\x65','\x29','\x64','\x22','\x39','\xaf','\x9f','\x22','\xfb','\xf5','\x90','\xd5','\x08','\xbb','\x75','\x67','\xf8','\x75','\x18','\x07','\x37','\x48','\x77','\x83','\x54','\x37','\xc8','\x91','\xda','\xb2','\x56','\xa3','\x7a','\xcf','\xbb','\x02','\x8f','\x6d','\x12','\xb9','\x63','\x7e','\x2b','\x7d','\xba','\x99','\x8e','\x87','\x23','\x36','\x11','\xb7','\x09','\x3e','\xda','\xc5','\x36','\x99','\xb3','\x89','\xf3','\x93','\xae','\x6d','\x23','\x1b','\x63','\x29','\x64','\x9d','\xdb','\xc8','\xb6','\x71','\xf2','\xa8','\x48','\xda','\x78','\x82','\x4f','\x3d','\xf0','\xb9','\xef','\x1c','\xfc','\x7f','\xbe','\x32','\xf5','\x1f','\xcf','\xce','\xed','\x26','\x75','\xba','\x0c','\x8e','\xb6','\xde','\x73','\x87','\xaf','\x53','\xde','\x48','\x54','\x6a','\x46','\x5c','\x0f','\x33','\x5a','\xf8','\x13','\xf9','\x6d','\xe3','\x70','\x41','\x47','\x5e','\x59','\x0e','\x30','\x04','\x0a','\x84','\x50','\x03','\x4c','\x46','\xcf','\x74','\xc9','\x95','\xe9','\x44','\xe5','\x5b','\xf4','\x68','\x9e','\x11','\xcb','\x97','\xb6','\x2c','\xf2','\xb3','\xd2','\x2a','\xf7','\xfd','\xf7','\x41','\xa0','\xb4','\x4e','\xff','\xfd','\x11','\xf4','\x14','\x2d','\xa9','\x73','\x5d','\x33','\xc5','\x56','\x21','\x8a','\xa1','\x10','\x32','\x27','\x67','\x0c','\x28','\xee','\x19','\x3e','\xf6','\x0a','\xb7','\xfe','\x7c','\xe9','\x91','\x1b','\xe1','\x17','\x3c','\xfe','\x69','\x8f','\x5f','\xf0','\x78','\xda','\x5b','\x4a','\x9f','\x0b','\xd3','\x30','\xe0','\x59','\x75','\x4c','\x7b','\x36','\x4d','\x29','\x57','\x33','\x42','\xbd','\x2d','\xd5','\x25','\x87','\xe4','\xad','\xee','\x7b','\xa2','\x07','\xc8','\xb9','\xc4','\xda','\xe8','\xde','\x7d','\xfe','\x8e','\xf8','\xa0','\x61','\x30','\x92','\xed','\x60','\xd8','\x78','\x18','\x4a','\x4b','\xb4','\xdd','\x34','\xe3','\x69','\x36','\x2d','\x71','\x61','\x26','\x26','\x44','\xcc','\xc7','\xe4','\xba','\x9d','\xb8','\x71','\x9b','\x36','\x6d','\x09','\xd6','\xb4','\xdb','\x4d','\xbb','\x7a','\x63','\x8b','\xc1','\x18','\x33','\x1f','\x17','\xfc','\xc3','\x54','\xce','\x43','\x5d','\x2e','\x45','\x32','\xa7','\x87','\x8e','\x8e','\xec','\x59','\xac','\xbc','\x8e','\x72','\x17','\x4e','\xd8','\x95','\xb6','\xed','\xc4','\xec','\x0a','\xb6','\x2b','\x72','\x83','\xee','\xca','\x3d','\xef','\x64','\xa5','\x6a','\x57','\x16','\xed','\xff','\x7c','\x94','\xff','\xb5','\x8d','\xfe','\x7a','\x51','\xfb','\xe7','\xc7','\xb4','\x1a','\xd7','\x75','\xf9','\x24','\xd4','\xfd','\x31','\x08','\xca','\x86','\xb3','\xd2','\x8e','\x69','\x10','\x69','\xf1','\x00','\xc0','\x25','\x4b','\xb6','\x31','\xf4','\xd2','\xe9','\x9f','\xe1','\x72','\x29','\x27','\x19','\x38','\xfe','\xa8','\x14','\x06','\x71','\xe4','\xeb','\xf2','\x7f','\x1f','\xd8','\xf7','\xa0','\xb8','\x20','\x32','\xfb','\xaa','\x0f','\xa0','\x7f','\xfd','\xb1','\x6f','\xfc','\xab','\xc5','\x0b','\x0f','\x9e','\xde','\x27','\x75','\x55','\x04','\xbb','\xf9','\x13','\x54','\x22','\xab','\x34','\x52','\xab','\x55','\x60','\xe6','\xb4','\xf5','\x53','\xc1','\x4c','\x66','\xfd','\x98','\xe5','\x74','\x70','\xda','\x0b','\xce','\x4e','\x94','\xdb','\xc5','\x9e','\x7d','\xba','\x43','\x1f','\x33','\x59','\x06','\xf6','\x53','\x26','\xb1','\xdb','\xfa','\x39','\xf8','\x94','\x0e','\xb6','\x94','\x07','\x26','\x47','\xad','\x77','\x1b','\x93','\x2b','\x8d','\xdf','\x70','\xe9','\x73','\x97','\xe8','\xd3','\xe7','\xe9','\xa7','\x1b','\xf4','\xcb','\x0d','\xfa','\xe1','\x95','\x8e','\xdc','\xd0','\x8c','\x04','\xc9','\xa4','\x42','\x4a','\x48','\xfa','\x5c','\x37','\xdb','\x24','\x63','\xe7','\xba','\x39','\x42','\x1e','\x94','\x66','\xdc','\xc5','\xf0','\x1b','\x17','\xa6','\xf6','\x29','\x58','\x17','\xc3','\x7d','\x2e','\xda','\xe7','\x92','\x7d','\x17','\x43','\xeb','\x34','\x41','\x23','\x14','\xd5','\xd8','\x47','\xd6','\xfd','\x8f','\xf8','\xed','\xcf','\x1d','\xb9','\xcc','\xf1','\x84','\x34','\x81','\x32','\xb0','\x37','\xc7','\xa8','\x1e','\xa7','\xfa','\x0c','\xb5','\xc2','\x74','\x8d','\x88','\x8d','\x4c','\xae','\x46','\x73','\xb5','\x69','\xb9','\x75','\xe6','\x5c','\x9e','\x97','\x9b','\x45','\xdc','\xad','\xc4','\x13','\x15','\x9c','\xb4','\x93','\x99','\xff','\x3a','\x53','\x68','\x06','\x3c','\x19','\x77','\x7f','\x0d','\x8f','\x8c','\xd7','\x47','\xc6','\xea','\xfa','\xe4','\x19','\xe1','\xeb','\xa1','\xd9','\x37','\xe8','\x0e','\x30','\x74','\xb0','\x43','\x66','\x0e','\x86','\x33','\x79','\x26','\x71','\xf0','\x1d','\xa6','\x06','\xd3','\x33','\x96','\x38','\xd8','\xe6','\x33','\x8c','\xcf','\xa0','\xce','\x0c','\x6a','\xcf','\x14','\xdb','\x53','\x93','\x6b','\x53','\xb9','\x6f','\xd9','\x9f','\x9e','\xfe','\xcc','\xd7','\xf2','\x9f','\x18','\xb1','\x56','\x63','\x13','\x72','\x79','\x19','\xfa','\x25','\xa2','\x53','\x0c','\xc0','\x90','\xf9','\xa0','\x23','\x57','\x47','\x0b','\xb3','\x64','\xda','\x09','\xa7','\x2b','\x24','\xa6','\x20','\x2d','\xdc','\x84','\x34','\x89','\x15','\x98','\xd3','\x6d','\x57','\x48','\x55','\x0e','\xfa','\x28','\x54','\x0e','\x49','\xdb','\x16','\xa4','\xaa','\xde','\x49','\x58','\x6e','\xca','\x2f','\x4a','\xa5','\x93','\x14','\x8a','\x10','\xad','\xde','\x01','\x73','\x80','\xcc','\x34','\xa3','\x39','\x89','\xf3','\x06','\xdb','\x64','\xd6','\xe6','\x87','\x3b','\xcd','\x8a','\x7f','\xee','\x09','\x08','\xc9','\xe0','\xf7','\xf5','\xab','\xdb','\x51','\x7e','\x46','\x1d','\x5c','\xeb','\x91','\x62','\x96','\x06','\xbf','\x7a','\x5f','\x61','\x9b','\x3b','\x2a','\xb6','\xfa','\x39','\x1c','\x87','\xc1','\x6f','\x63','\x82','\xf9','\x39','\x47','\x5b','\x0e','\xaa','\xdb','\x42','\xd8','\x31','\x17','\xe0','\x74','\xed','\x45','\x0f','\x70','\x42','\xce','\x64','\x02','\x2f','\xe5','\x91','\x93','\x93','\x72','\x00','\xb1','\xde','\x19','\x95','\xfb','\xa1','\xf4','\x2c','\xb9','\xb6','\x46','\xdb','\x6a','\x89','\xca','\x7f','\x2c','\x9a','\x69','\x3b','\xff','\xa9','\x19','\xc5','\xd0','\xf6','\x06','\x27','\xad','\x4e','\xbf','\x88','\x5c','\x53','\x43','\x4c','\xd3','\x36','\x47','\x4e','\x66','\x9c','\x16','\x39','\x8c','\x88','\x19','\xbd','\xbd','\x88','\x8b','\x8e','\x90','\xcb','\x2d','\x5d','\x3b','\x3d','\x5a','\x4b','\xc8','\x5b','\x0a','\x3b','\xdf','\x2c','\x45','\x72','\xa0','\x16','\x43','\x28','\x0d','\xff','\xde','\xaa','\x50','\x83','\xc8','\x47','\x1d','\xe5','\x27','\xe8','\xc3','\x72','\x1e','\xf4','\xdb','\x28','\x64','\x09','\x8a','\x2b','\xc5','\x3e','\x8d','\xdd','\xb8','\xf0','\x66','\x24','\xf6','\xb3','\x17','\x3a','\xd1','\xd6','\x34','\xf4','\x99','\x23','\x6f','\x2d','\x42','\x52','\x88','\xa1','\xaa','\x25','\xbe','\x9b','\xf5','\xa9','\x54','\x92','\xef','\x5e','\x17','\xb1','\x0d','\x14','\x97','\x13','\x54','\xeb','\x92','\x94','\x4f','\xde','\x01','\x75','\x4e','\xa2','\xa0','\xa3','\x79','\x1d','\x5f','\x90','\x26','\x9b','\x8e','\x76','\x82','\x50','\xa5','\xd7','\x29','\xa5','\x1e','\x8f','\x66','\x05','\x09','\x20','\x54','\xfa','\xeb','\x36','\x9d','\xc2','\x74','\x2e','\xde','\xb9','\xdc','\x8b','\xa0','\x51','\x2b','\x1a','\x5c','\xeb','\xf4','\xc6','\x78','\x77','\x0e','\x67','\x59','\xfd','\x04','\xbb','\xd6','\xc8','\x2f','\xd3','\x2e','\xa7','\x55','\x4e','\x8b','\x70','\x49','\x69','\x6f','\xe2','\xbd','\x71','\xb1','\x37','\x8d','\x9d','\x5f','\x62','\x3e','\x86','\x7d','\xd3','\xbb','\xd9','\xf6','\x10','\xf2','\xee','\x37','\xbd','\x71','\x7a','\x7d','\xe6','\xfa','\xfc','\x1c','\x9b','\x27','\xf4','\xd9','\x6c','\x87','\x15','\xb8','\x79','\xb3','\x55','\xa5','\xfc','\x59','\xca','\x37','\xb3','\xad','\x06','\x05','\xed','\x27','\x95','\xfd','\x11','\xa6','\x4b','\x58','\x3e','\xf7','\x18','\xad','\xea','\x84','\x8f','\x79','\xc5','\x31','\xb7','\x1e','\x69','\x0b','\x0b','\xe8','\x6a','\x45','\xbc','\xa9','\x4b','\xb1','\x12','\x41','\x2e','\x20','\xe6','\x4b','\xa3','\x37','\x51','\xdc','\x61','\x44','\x0c','\x9b','\x12','\xc6','\x15','\x9a','\xbd','\xd5','\xcb','\x91','\xc8','\x6e','\x74','\xee','\x1e','\x24','\x56','\x4c','\x52','\x6e','\xc8','\x15','\xc1','\xa5','\xd4','\xe2','\x23','\x91','\x4b','\x1c','\xfc','\xe1','\x36','\x38','\x42','\xd1','\x8b','\xbe','\xee','\x77','\x0e','\x21','\x6a','\x32','\xc3','\xea','\x64','\x18','\x2b','\x30','\xc6','\xac','\x36','\x78','\x64','\x58','\x6e','\xd5','\xfa','\x99','\x34','\x15','\x33','\xea','\x16','\x42','\x64','\xce','\x6a','\x5f','\x65','\xb9','\x33','\x6c','\x06','\x5b','\x6d','\x79','\x9e','\xec','\x2d','\xd2','\xc7','\x18','\xcb','\x4b','\x2d','\x9b','\xfa','\x35','\xcd','\xcd','\xca','\xfb','\x2b','\x6f','\x74','\x2f','\xfe','\xe5','\x2a','\xad','\xd5','\x03','\x65','\x32','\xe7','\x0d','\xe0','\x0c','\xc6','\x52','\x65','\xd5','\x8b','\x11','\x1c','\x6c','\x56','\xb0','\xc9','\xe5','\x4c','\x96','\xdb','\x3a','\xcb','\x22','\x9e','\xd4','\x5c','\xdc','\x73','\xd4','\x30','\x29','\x06','\xc1','\x26','\x55','\x62','\x10','\x60','\x89','\xce','\x8e','\x31','\x38','\xa8','\x95','\x03','\x87','\xb4','\xd0','\xe8','\x15','\x14','\x1f','\x41','\x13','\x23','\xe8','\xc5','\x53','\xfa','\xfa','\xad','\x65','\xe4','\x20','\x34','\x81','\x8a','\x66','\x82','\x15','\xb0','\xbc','\xd5','\x94','\xdf','\x8f','\x7c','\x43','\x1b','\x52','\xcc','\x32','\x09','\x35','\x1b','\x55','\xda','\xc3','\xa3','\xe8','\x7d','\x43','\x51','\x91','\x56','\xe6','\x2b','\xdf','\x51','\x52','\xcd','\x24','\x98','\xdd','\x28','\xde','\x8d','\x14','\x36','\x39','\x49','\x33','\xda','\x2b','\xd4','\xf9','\x1b','\xa6','\x7d','\x95','\x6b','\x5f','\x75','\xf5','\x34','\xd2','\xd3','\x2e','\xa6','\x3e','\x86','\x74','\x93','\x02','\xa5','\xd9','\x5e','\x06','\x8e','\xd2','\xeb','\xa4','\x92','\x40','\xe2','\x08','\x43','\x44','\xd6','\x87','\xeb','\x48','\x39','\x26','\xb5','\x52','\x1d','\x4d','\xeb','\x89','\x69','\x3d','\x19','\x1b','\x27','\x1f','\x78','\xaf','\x41','\xc6','\x2f','\x25','\xf2','\x45','\x2a','\xb1','\x57','\xea','\xef','\x66','\x7b','\x96','\x55','\x37','\x28','\xab','\x65','\x73','\x7a','\x72','\x5a','\xc7','\x85','\x2c','\x6c','\x3e','\x86','\xf2','\x87','\x83','\xdb','\xb6','\x06','\xee','\x08','\xb4','\x41','\xdc','\x0d','\xc2','\x37','\xc8','\xb4','\xe8','\x4e','\x6f','\x90','\x98','\x02','\x11','\xdd','\xc4','\x86','\x9c','\xb2','\x06','\xd5','\x33','\x4c','\x6b','\xb4','\xb5','\xb5','\x2a','\xfa','\x11','\xd3','\xae','\xb0','\xf8','\x02','\xcb','\x3c','\xf6','\x48','\x2b','\x4b','\xe5','\x97','\x49','\x42','\x2e','\x8f','\x20','\xd3','\x54','\xae','\x9d','\x48','\xbd','\xea','\x45','\x42','\x3d','\x61','\x85','\x34','\xe7','\xed','\x00','\xac','\xaf','\xe2','\xb8','\x5e','\xec','\x62','\xb3','\x8a','\xa5','\xac','\x04','\x53','\x15','\xb1','\x24','\x64','\x01','\x20','\xee','\x88','\xb6','\x72','\xb9','\x01','\x74','\x62','\xeb','\xa1','\x18','\x21','\x01','\xa6','\x38','\xb6','\x89','\xc1','\xd3','\xb2','\x44','\x8c','\x80','\xee','\xc5','\x1d','\x5f','\xd9','\xbf','\x59','\xd1','\xa6','\x01','\x1b','\xc2','\x74','\xa4','\xb7','\x14','\x10','\x66','\x37','\x44','\xbe','\xc5','\x0f','\xa1','\x22','\x7b','\xb2','\xce','\x8e','\x0a','\x69','\x02','\x64','\x03','\x08','\x65','\xa1','\x6b','\x61','\x7c','\x0b','\x9f','\xc4','\xea','\xdf','\x87','\x43','\x71','\x1b','\xfe','\x9f','\xc2','\x38','\x19','\xe0','\x89','\xa3','\xe1','\xcc','\x02','\xb2','\xf5','\x46','\x3d','\x2e','\xb5','\xaa','\x38','\x66','\x7a','\x74','\x9d','\x5c','\x8b','\x1f','\x44','\xc5','\x42','\xac','\xce','\x3e','\x2e','\xc0','\xcc','\x8f','\x2e','\x15','\x0f','\xe5','\xd5','\xe4','\x18','\xae','\x19','\x0f','\xa5','\x01','\xa2','\x63','\xbc','\x17','\xe3','\xc7','\xe6','\x70','\xfe','\xc3','\x61','\x65','\x1a','\xcd','\xe6','\x1b','\xb5','\x38','\x4e','\xa9','\xeb','\xdc','\xc3','\xdf','\xf2','\xff','\x71','\xe5','\x73','\x4f','\xd0','\x1d','\xfe','\x7f','\x85','\x19','\xf8','\x0a','\x07','\x10','\x7a','\x01','\xcc','\x27','\xf4','\x86','\xaf','\xf9','\xed','\x38','\x72','\xa2','\xb8','\x95','\x51','\x40','\x99','\x3c','\x4e','\x8b','\xcb','\xac','\x82','\x24','\x78','\xa5','\xf8','\xb4','\x68','\x9d','\x95','\xda','\x7b','\x0d','\x67','\xc4','\x65','\xba','\x41','\x0a','\x12','\x82','\xcc','\x63','\xd2','\xc0','\x5e','\x5a','\x34','\x69','\x40','\x14','\x4a','\x59','\xf1','\x16','\xc5','\x44','\x61','\x99','\xca','\xbb','\x89','\x91','\xa3','\x29','\xb3','\x44','\xce','\x1d','\xcd','\x15','\x97','\x23','\xfb','\xe4','\x34','\xd6','\xce','\x38','\xa3','\x01','\xfa','\x65','\x13','\x8d','\xbe','\x8e','\x47','\x2f','\x39','\xa3','\x97','\x50','\x5a','\x62','\x6d','\x2e','\x7d','\xde','\x81','\xfc','\xbd','\x57','\xec','\xf2','\x39','\xfb','\xc8','\x59','\x7b','\xa5','\xee','\x64','\x5d','\x5b','\xce','\xc0','\x84','\x81','\x71','\x66','\x54','\xa7','\x64','\x83','\x25','\xb8','\x49','\x8f','\x95','\x8c','\x54','\x38','\xe9','\x11','\xab','\x29','\x35','\x45','\x52','\x27','\x04','\x37','\x89','\xf3','\xd3','\x2e','\x18','\x00','\xa7','\xf9','\xdc','\x4f','\xf8','\x54','\xc0','\x67','\xea','\xfc','\x20','\x5e','\xc0','\x64','\x01','\x37','\x2b','\x82','\x3a','\x27','\xd8','\xe1','\xa2','\x14','\x4e','\xa0','\x27','\xf4','\x22','\x95','\x90','\x15','\x94','\x71','\x5d','\xda','\x5a','\x28','\xf8','\xd3','\xac','\x39','\x9d','\x0b','\x63','\x65','\x2f','\x56','\x2e','\x91','\x5b','\xc7','\x76','\x2d','\xcc','\xef','\xfe','\x3d','\x4a','\x3f','\x2b','\xed','\xf1','\xb5','\x36','\x6f','\x55','\x39','\x67','\xbc','\xcd','\xf8','\x77','\x59','\x39','\x5b','\x58','\x48','\x82','\x3c','\x84','\x04','\x29','\x94','\x20','\x60','\xcb','\x48','\x61','\x5a','\x2a','\xfa','\x4b','\x4e','\x6b','\x89','\x43','\x06','\x0e','\xc0','\x0f','\x33','\xee','\xc9','\xff','\x86','\xd0','\x12','\x62','\xcf','\xc8','\xdb','\x5e','\xac','\x12','\xb3','\x45','\x73','\x3e','\x1d','\x87','\xd9','\x67','\x8e','\xfb','\xc5','\xaa','\x58','\xf1','\x0f','\x4f','\x20','\x1c','\x03','\xbd','\xa0','\xa5','\xad','\xf8','\xda','\xba','\x0b','\xbb','\xc9','\x88','\x0a','\x9a','\x6b','\x52','\x2c','\xb9','\xba','\x2b','\x85','\xaa','\x34','\x69','\x0a','\x52','\xf3','\x63','\x28','\xe9','\x83','\xdd','\xd4','\x26','\x01','\xdb','\x89','\x99','\x68','\x1e','\x46','\xfb','\x7b','\x05','\xe3','\x08','\xce','\x16','\xde','\x1e','\xff','\x24','\xac','\xe0','\x39','\x08','\xe8','\xdb','\x45','\xe7','\x76','\x91','\xdb','\x26','\xb2','\xcd','\x4f','\x01','\xd8','\xb3','\x4b','\x86','\xff','\x16','\xf5','\x9b','\x19','\xed','\x7a','\x2a','\xd5','\x48','\xea','\x26','\x4e','\x9a','\x06','\xa1','\x19','\xc8','\x38','\x4c','\x82','\x1e','\xfe','\x51','\xb3','\xf4','\xb0','\x15','\x3e','\xbc','\x46','\x9e','\x53','\x28','\x31','\xd2','\x94','\xb0','\xba','\x10','\xd1','\x4b','\xf8','\x24','\xe9','\x2b','\x47','\xa2','\x02','\x55','\xee','\x44','\x69','\xbd','\x70','\x31','\xea','\x9e','\xd4','\x0d','\x22','\x55','\xb8','\x28','\x90','\xa5','\x5d','\xec','\x8a','\xcd','\x5e','\x50','\x4b','\xcf','\x76','\x9d','\xd3','\x90','\x8e','\x83','\x92','\x58','\x4f','\x09','\x88','\x1d','\x14','\x02','\xf4','\xe9','\xad','\xd9','\x09','\xec','\x34','\xe6','\x20','\x1a','\x9f','\xdd','\xaa','\xa4','\x9a','\xd2','\x12','\x77','\x90','\xb4','\xc7','\x0b','\x71','\xf4','\x26','\x46','\x01','\xa0','\xe8','\x3b','\x6f','\x06','\xf2','\x16','\x40','\x66','\xdb','\xfe','\xab','\xa2','\x7b','\x0d','\xcb','\xd5','\x4a','\x16','\xa7','\xc8','\xd2','\x4c','\xe9','\xd8','\xc1','\xb7','\x0a','\x33','\xe4','\x83','\x33','\xa9','\x47','\x67','\x96','\x3f','\x37','\xc3','\x5e','\xfb','\xe8','\xe4','\x99','\x29','\xac','\x57','\x5c','\x54','\x14','\xbd','\x3c','\xb4','\xf7','\xd3','\x7f','\xca','\x23','\x98','\x6f','\xa8','\x48','\x71','\x6c','\x28','\x9d','\x40','\x25','\x12','\xf0','\x39','\xcc','\x5f','\x9a','\xe3','\x5b','\x36','\xbf','\xb6','\x55','\xae','\x05','\xb6','\xd2','\x7f','\x92','\x08','\x4b','\xf9','\xab','\xac','\x45','\x44','\xd4','\xf7','\x82','\x24','\x91','\x6c','\x57','\x1e','\x27','\x28','\xd9','\x73','\xb1','\x9b','\xd9','\x24','\x87','\x36','\xc9','\xfe','\x6c','\x77','\x7f','\x02','\x2d','\x11','\x5a','\x4a','\x75','\x3d','\x2a','\x2d','\x43','\x46','\xae','\x70','\xa2','\xf9','\x24','\x5e','\x25','\x99','\x2c','\x69','\xe1','\x6d','\x3d','\x93','\x56','\x0f','\x76','\x8f','\xcd','\x50','\xfb','\x60','\xc7','\x9e','\xa1','\x1c','\x06','\xef','\xc9','\xf3','\xfc','\x00','\xe5','\x07','\xbb','\xf2','\xe5','\xb3','\x33','\xf4','\xf5','\x83','\x9d','\xd7','\xe5','\x71','\x8a','\x6e','\x1e','\xed','\xac','\xda','\x69','\x6f','\x2e','\x4d','\xe6','\xd2','\xa9','\xfa','\x1f','\x61','\x7c','\x00','\x0f','\xc7','\x9b','\xde','\x0f','\x03','\xa3','\xe6','\x7d','\x20','\x7f','\x5a','\xe8','\xf9','\xeb','\x40','\xfd','\x1b','\xa8','\x82','\xf6','\x9d','\x59','\x16','\x70','\x5b','\x02','\x5e','\xd8','\xe2','\x5f','\xa8','\xf3','\xbf','\xc5','\xe5','\x0b','\x41','\x85','\x6e','\x2d','\x51','\x1b','\xde','\x3c','\x88','\x9b','\xbb','\x52','\x3e','\x40','\x1e','\xef','\x20','\x41','\x4b','\x0e','\x44','\x7f','\x40','\xd7','\x5d','\xba','\x5e','\x87','\x44','\x5f','\xb5','\xdd','\xa7','\x83','\xb5','\x89','\x80','\x77','\xfc','\x4d','\xbe','\xee','\x15','\x5f','\x23','\xca','\x7d','\x01','\x69','\xc6','\x30','\x30','\xd5','\xfe','\xb5','\x1d','\x16','\x47','\xda','\x0a','\xd2','\x5f','\x71','\x75','\xb5','\x4f','\x49','\x51','\xf6','\x00','\x75','\xa6','\xe8','\xe7','\x03','\x6a','\x43','\xb8','\xa1','\x9f','\x37','\xa9','\xc6','\x8b','\x98','\xc6','\x60','\xcb','\xc9','\x86','\x10','\x8a','\xda','\xe9','\xdf','\xd8','\xa1','\xb1','\x88','\x21','\xbd','\xa5','\xe8','\x0f','\xe2','\x68','\x72','\x31','\xf6','\x52','\x56','\x86','\xe2','\xef','\x18','\x65','\x84','\x16','\x62','\x27','\xca','\xfa','\x53','\x61','\x94','\x47','\x5c','\x96','\x73','\xf3','\x52','\x49','\x78','\x55','\xea','\x0c','\xae','\x9e','\x73','\xf7','\x2a','\x4c','\xe5','\xdc','\x07','\x00','\x75','\x69','\x36','\xc7','\xd4','\x0e','\x3c','\xee','\x23','\x43','\x08','\x33','\x0b','\xf9','\x6c','\x89','\x28','\xa5','\xed','\x68','\x37','\x75','\x1b','\xf4','\x3a','\xc8','\x82','\x0b','\xe8','\x52','\xd0','\xa9','\xd5','\x99','\x56','\x1f','\xd1','\xf1','\x08','\xc6','\x3a','\x89','\x92','\xdf','\x4c','\xe5','\xb5','\x6e','\xa2','\x5d','\x9e','\xb1','\xcb','\x25','\x63','\xee','\x5c','\xce','\xfd','\xf8','\x1b','\x6e','\x25','\x4a','\x19','\xcd','\xc4','\x06','\xe9','\x82','\x52','\x4a','\xcb','\xad','\xb0','\x28','\xc0','\xa3','\xc9','\x68','\x3e','\x43','\x2b','\x29','\xa9','\x00','\xa5','\x55','\x68','\x6c','\xbc','\x42','\xbb','\x4e','\xe7','\x44','\x85','\xce','\xf7','\x72','\x77','\x3a','\xb4','\x32','\x42','\x75','\x09','\xbd','\xa3','\x0b','\xa6','\x85','\x90','\x97','\xa2','\x85','\xd4','\x59','\xa5','\x0f','\x26','\xe9','\x18','\x49','\xa7','\x1b','\xe2','\xc2','\x79','\x8a','\xf6','\x49','\x1b','\x2a','\x4a','\x25','\x4a','\xe3','\x91','\x09','\x07','\x94','\xb9','\x13','\x84','\xcc','\x4b','\x4b','\x6d','\x37','\xa1','\xbb','\x29','\xcd','\x51','\x3a','\xb9','\x46','\x8b','\xad','\xf4','\xca','\xe5','\x4e','\x72','\x82','\x55','\xb1','\x61','\x14','\x09','\xe4','\xb0','\x4a','\x98','\x52','\x3b','\x43','\x90','\xcf','\x44','\xb9','\xb4','\x48','\x78','\x6a','\xba','\x98','\x8c','\xb9','\xf8','\x03','\x52','\x5e','\x16','\x69','\xa2','\xef','\x63','\x65','\x9c','\xb6','\x95','\x8e','\xca','\x22','\x38','\x9d','\x82','\x3a','\x0f','\x7a','\xc2','\x2c','\xc2','\xb3','\x52','\x6c','\x09','\x15','\xe9','\x8d','\xad','\xb8','\x94','\x3b','\xdd','\x69','\x50','\x39','\x50','\xcc','\xe9','\xc6','\x54','\x14','\x03','\xec','\x26','\x79','\x29','\x65','\x28','\x81','\xdd','\xe4','\x74','\x99','\x51','\x64','\xa0','\x0f','\x66','\x0a','\x2a','\xff','\x59','\xc5','\x65','\xcc','\x11','\x5a','\x18','\xa1','\xd5','\x18','\xf5','\x33','\x69','\x44','\x67','\x10','\xa4','\x3b','\x73','\xc8','\xc5','\xd2','\xdc','\x0c','\xce','\x24','\x4f','\xc0','\x37','\x54','\xef','\x39','\x50','\x8d','\x7d','\xcc','\xcd','\x4c','\x23','\x2a','\xf7','\xc1','\xb2','\x34','\x37','\x5a','\x52','\x1f','\x4c','\xa2','\xc3','\x6d','\xb9','\xde','\x47','\xe4','\x66','\xe1','\xaa','\x44','\x9a','\x10','\xb6','\x99','\x2d','\xba','\xbf','\x49','\x1f','\x5e','\x65','\x1f','\x35','\xcc','\x92','\x59','\x6c','\x22','\xb7','\xf9','\x28','\x26','\x79','\x31','\x88','\x7a','\xec','\x96','\x9b','\x66','\x3e','\x4c','\x7f','\x1b','\x8f','\x7d','\x1b','\xe7','\xbe','\x8d','\xcd','\x3c','\x2e','\xe6','\x43','\x37','\x8f','\x41','\x6e','\x48','\xbb','\x63','\xa4','\x08','\x78','\xb0','\x44','\x2e','\x87','\xfb','\x7f','\x56','\x7a','\xf8','\x5b','\xa5','\x87','\xa7','\x4b','\x9f','\x98','\x2e','\x35','\x15','\x08','\xc8','\x55','\x42','\x54','\x66','\xe9','\x6e','\xcd','\x4b','\x4b','\x33','\x76','\xc5','\x1d','\x5b','\x71','\x73','\x2b','\xd2','\xf8','\xa9','\x17','\x55','\x9e','\xe7','\x3d','\xe2','\x20','\x42','\x4a','\xd3','\x2a','\x46','\x8b','\xf8','\xe4','\xd1','\xd0','\xfe','\x3c','\xb6','\xab','\xd8','\xe6','\x49','\x7b','\xe1','\xb6','\xbd','\x60','\x9f','\xac','\xcc','\x21','\x07','\xa3','\xc3','\xf2','\xf7','\x12','\xa7','\x0d','\xe3','\x94','\x14','\xcf','\xb8','\xb5','\x7e','\xc6','\x5f','\xaf','\x8d','\xe8','\xa0','\x54','\x7f','\x5c','\x8f','\x4d','\x39','\x61','\xa6','\x67','\x92','\x8c','\x3c','\x2c','\x44','\x49','\x1a','\x06','\xe0','\xe4','\xea','\x4e','\x48','\x6d','\x92','\xd1','\x07','\x18','\x9d','\xb1','\x3a','\x53','\xf8','\xb4','\x4d','\xce','\xcc','\x65','\x3e','\x51','\x3f','\xf4','\x2c','\x5e','\x32','\x47','\x3d','\x46','\x46','\x5f','\x59','\x3e','\x99','\xa2','\x05','\x88','\x17','\x24','\xb3','\x2a','\x51','\x01','\xb1','\x97','\x53','\xed','\x8a','\x0b','\xce','\xc6','\x19','\x34','\x2d','\x85','\xe4','\x2e','\xdd','\x35','\xce','\xc4','\xc4','\xf7','\xcf','\x2c','\xff','\xa0','\x5e','\xda','\xdb','\x24','\xf8','\xf5','\x67','\x48','\x6b','\xf9','\xd5','\xd6','\xd2','\xc6','\xeb','\x4b','\xc1','\x66','\x89','\xdc','\x28','\xb1','\xd7','\x3c','\x3f','\x20','\x71','\xf8','\xbe','\x31','\xd7','\x7d','\xb2','\xd1','\x72','\xba','\xcd','\xc5','\x46','\xb8','\xd8','\x68','\x38','\xef','\x36','\x16','\x2f','\x18','\x8b','\x17','\xa6','\x9c','\xf7','\xe4','\xd7','\x9b','\x42','\xfa','\x94','\x10','\x70','\x34','\xf3','\x53','\xd6','\x7b','\x21','\xcb','\x63','\xf9','\x67','\xac','\x77','\x50','\x62','\x16','\xc5','\x66','\x47','\x62','\x5f','\x1b','\x11','\xb7','\xf4','\x65','\x5d','\x14','\xb5','\xf0','\xee','\xfb','\x23','\x55','\xca','\x5e','\x32','\xf3','\xf0','\xa2','\xb3','\xe9','\x43','\x01','\x9d','\x0b','\x68','\xad','\xde','\x81','\x84','\x40','\xd0','\xad','\x46','\x54','\x22','\x82','\xce','\xe2','\xe0','\x07','\x18','\xf6','\x87','\xf7','\xf2','\x0f','\x29','\xc9','\x09','\x4f','\x1e','\x0f','\x8a','\xb7','\xc0','\x8f','\x24','\xbc','\xdc','\x8a','\x82','\x68','\xb2','\xc2','\x12','\x5b','\x6e','\xb2','\xbf','\x26','\xb9','\x0b','\xcd','\x19','\xaa','\x5c','\x7f','\x7d','\x57','\x92','\x8a','\x77','\xcb','\xe9','\xdd','\xdd','\xd6','\x3a','\x20','\x34','\xc8','\x90','\xd5','\x91','\x6b','\x84','\x30','\x16','\xca','\xa3','\xd5','\x21','\xf1','\x24','\x49','\x11','\x32','\xfe','\x3a','\xc9','\x17','\x48','\x25','\x33','\x5a','\x23','\x77','\xf8','\x21','\xf1','\x88','\x81','\xf5','\xf3','\xa3','\x72','\x5b','\xdd','\x30','\x12','\x72','\x21','\xdb','\x52','\x1f','\x22','\x93','\xa7','\x53','\x56','\x13','\xcf','\x25','\x70','\xdd','\x40','\xd8','\x47','\xce','\x8f','\x09','\x8e','\x87','\xb8','\x4e','\xe6','\xb6','\xc8','\x54','\x40','\x66','\xea','\xe4','\xa0','\xf2','\xda','\xe1','\x2d','\x22','\xe2','\xdd','\x13','\x98','\x14','\xd5','\xc6','\xbb','\x9d','\x82','\x1b','\xd0','\x99','\xe0','\x17','\xbf','\x57','\x9f','\xae','\x49','\x8d','\xf2','\xe3','\x82','\xbc','\x18','\x4a','\x5b','\xfd','\x9a','\x00','\x55','\x3f','\xbe','\x7d','\x34','\xe2','\xa2','\x23','\x6f','\xcf','\xaf','\x0b','\xf1','\xc1','\x07','\xf1','\xe4','\x58','\xbd','\x7c','\xe1','\x2f','\xca','\x0d','\x22','\xe5','\x73','\xa6','\x80','\x40','\x8b','\x74','\x42','\x30','\x68','\x5c','\xb4','\xdb','\x64','\xa2','\xef','\x00','\x52','\xd6','\x4e','\x5b','\x25','\xc4','\xc8','\x1f','\x91','\xdd','\x22','\xcc','\x34','\x9b','\x9d','\x66','\xb3','\xda','\x6c','\x16','\x9b','\x4d','\xa4','\x10','\x8f','\xd2','\xbf','\xfb','\x49','\xb9','\x58','\xbb','\x84','\xcb','\x97','\x54','\xf6','\xb2','\x41','\xe4','\xd7','\x1c','\xa1','\x24','\x20','\xa9','\x1f','\xa7','\xc8','\xf7','\x30','\x79','\x3d','\x20','\x2d','\x4e','\x7d','\xa6','\x80','\xe8','\x15','\xc4','\xd6','\xdd','\x9c','\xdb','\x9a','\x74','\xab','\x65','\xb7','\xf0','\x49','\x97','\xd6','\xc0','\xaa','\x01','\x27','\x33','\x76','\x42','\xdc','\x8f','\x88','\xb9','\x49','\xb4','\x40','\x70','\x5e','\x88','\x69','\x82','\x62','\x19','\x14','\x93','\x86','\x0c','\x25','\x89','\x6c','\x18','\x29','\xbf','\xf2','\xae','\xb7','\x21','\x50','\x15','\x45','\x7f','\x0a','\x0c','\xb1','\x82','\xde','\xa6','\xa8','\x15','\x97','\x6a','\x66','\x56','\x4c','\xd1','\x60','\x26','\xc2','\xc5','\xd0','\xda','\x0c','\xe4','\x4b','\x9b','\x06','\x73','\xd9','\xb0','\x2e','\xa5','\xed','\x8a','\x6f','\xad','\xbb','\x10','\xc8','\xb6','\x54','\x38','\x5b','\x62','\x03','\xc7','\x75','\xdc','\xc5','\xb8','\x2a','\xef','\x30','\xb8','\xda','\x96','\x21','\x43','\x4d','\xaa','\x1c','\x57','\xb0','\x73','\x4b','\xec','\x4c','\x3c','\xbb','\x0b','\xa2','\x3f','\x40','\x3b','\x10','\x6d','\xa6','\x43','\x79','\x68','\xe8','\x7d','\x74','\xf8','\x9d','\x9a','\xfc','\x1f','\xa8','\x72','\x89','\x5b','\x08','\xb2','\xc8','\x40','\x7b','\x94','\x62','\xc1','\xa2','\x51','\x1e','\x9a','\x94','\x1d','\x2d','\x64','\xf8','\xbd','\x28','\x5e','\x7a','\x0f','\xa5','\x3f','\xd8','\xa4','\x3f','\x68','\x48','\x61','\x3e','\x2e','\x36','\xc1','\xec','\x5b','\xa6','\xf4','\x77','\x28','\xbd','\xd0','\x18','\x4f','\x37','\x54','\x54','\x6c','\x37','\x5c','\xf3','\x0f','\xe0','\x6a','\x90','\xc3','\xe9','\x86','\x49','\x74','\x48','\x5a','\xad','\xb1','\x04','\xe4','\xe9','\x41','\x76','\x93','\xdc','\x01','\xc1','\x12','\x0b','\x17','\x74','\x54','\x93','\xe6','\x79','\xdf','\x47','\x2d','\x85','\xc9','\x21','\x9d','\x2e','\x39','\x5d','\x2f','\xca','\x3c','\xbc','\x13','\xca','\xfd','\x82','\xa2','\x02','\x03','\x64','\x90','\x7e','\xf6','\xbb','\xdc','\xce','\x46','\x10','\x7d','\x0c','\xd1','\x9c','\xdb','\x03','\x33','\xd2','\x8c','\xa4','\x19','\x4e','\xb3','\x78','\x9a','\xe9','\x12','\x79','\x96','\x90','\x38','\xc8','\xc8','\x14','\x23','\xdc','\xea','\x16','\xb3','\x1d','\x37','\xba','\x8c','\x89','\x21','\x97','\x0c','\xea','\x3d','\xea','\xa3','\xaf','\xd6','\xc5','\xdb','\x30','\x80','\x7c','\xb3','\xfe','\x99','\x89','\x5c','\xbd','\x9b','\xab','\x2f','\x59','\x61','\x49','\x9d','\xb9','\xc3','\xe7','\xbf','\xac','\x76','\x73','\x04','\x25','\x45','\xd8','\xb9','\x2c','\x2a','\x9a','\x7b','\x37','\x1c','\x4d','\x79','\x06','\xee','\xfd','\x23','\x38','\x72','\x15','\x56','\x80','\xaf','\x95','\x84','\x8c','\x38','\x42','\x16','\x89','\x13','\x8e','\x4a','\x55','\xd8','\x93','\xe3','\x05','\x29','\xf9','\x33','\x72','\xcb','\x99','\xf4','\x26','\xac','\x70','\x4f','\xce','\x7b','\xfc','\x55','\xef','\xe1','\xcb','\xdd','\xfd','\x39','\x6f','\x29','\xe7','\x95','\x72','\x9e','\x17','\x89','\x7d','\x48','\xa8','\xe3','\x24','\x93','\x21','\x2c','\x29','\x35','\xdc','\xe2','\x34','\x72','\xde','\x03','\x43','\x9b','\xcf','\x22','\xfe','\x12','\x3e','\x76','\x54','\x2c','\xfe','\x18','\x2f','\x34','\x63','\x0b','\xd7','\xdf','\x2c','\x9f','\xf7','\xcb','\xae','\x5f','\xf6','\xfd','\x4a','\xd1','\xaf','\x70','\x7f','\xa1','\x7c','\xc9','\xce','\x5d','\x5a','\xcc','\x5d','\x3a','\x96','\x5b','\xab','\x6a','\x06','\xd7','\x29','\x5f','\xc8','\x38','\x3f','\x4b','\xf1','\x58','\x52','\xee','\xdf','\xc5','\x69','\xea','\xbc','\xd7','\x85','\x93','\xb3','\x94','\xbf','\x48','\x8f','\x55','\xe8','\xe2','\x2d','\xba','\x70','\x85','\x2e','\x04','\xd9','\xf2','\xe9','\x54','\x79','\x15','\x95','\x7d','\x52','\xf9','\x64','\x58','\x59','\x20','\x0b','\x0b','\xc4','\xce','\xd1','\xc5','\x5c','\xe3','\x18','\x6b','\x57','\x21','\xbd','\xac','\xcd','\x73','\xdf','\x75','\xde','\xcb','\x72','\x0c','\xd7','\x51','\x4e','\x04','\xe5','\x79','\xb8','\x77','\x18','\xe8','\xee','\x40','\xfc','\x1d','\xe8','\xe5','\xf5','\x8d','\x48','\x7b','\xc7','\x95','\x26','\x4f','\x31','\x6e','\x72','\x5c','\x28','\x10','\x96','\xa5','\xe5','\xa4','\x59','\x0c','\xfc','\x33','\x3c','\xd5','\x61','\x71','\x97','\xc5','\xc0','\x81','\x4f','\xc4','\xcf','\x43','\x63','\x81','\x90','\xb2','\x27','\x81','\x5a','\x99','\x38','\x7f','\x6b','\xf9','\xb8','\x57','\x38','\x4a','\xcc','\x45','\x12','\x6f','\x75','\x35','\xbf','\x90','\x91','\xb3','\x45','\x99','\x72','\x74','\x1f','\x1e','\x97','\xba','\xdd','\x1a','\xd6','\x0f','\x7c','\x05','\x4f','\x4b','\x7c','\x73','\xf4','\xe0','\xed','\x5d','\xaf','\x06','\xe3','\xd3','\xdf','\xc9','\x1c','\xf8','\xca','\x63','\x0c','\x7f','\xfa','\xd5','\xfa','\x85','\x57','\x21','\x47','\x5a','\x65','\x3e','\x17','\xa9','\x6e','\x52','\x5c','\xa0','\x24','\x0b','\x39','\xb8','\xd2','\xba','\x2a','\x9a','\x06','\x2b','\x10','\x5a','\x95','\xaa','\xcb','\x14','\x02','\xbf','\x16','\x67','\xf8','\x8a','\x79','\x75','\x23','\xd2','\x12','\x87','\x55','\x44','\x69','\xc0','\x42','\xc8','\x0c','\x72','\xff','\xe4','\x31','\x31','\x42','\x76','\x8d','\x79','\x63','\x17','\x1a','\xcf','\x37','\x4e','\x40','\x1d','\x19','\x72','\x8b','\xbc','\xe5','\xfc','\x5d','\x93','\xc7','\x43','\x5e','\x27','\x7c','\x8b','\x1c','\xbb','\xd6','\x5d','\x0c','\x88','\x1d','\x90','\x85','\x33','\xdd','\x4a','\x1d','\x95','\xa5','\x2d','\x76','\x46','\x2c','\x04','\xc8','\x0e','\xf0','\xe2','\x51','\x71','\xcc','\xc6','\x55','\x3e','\xc5','\xef','\xfb','\x0e','\xbf','\xef','\x2b','\xce','\xff','\x73','\x96','\xef','\x26','\x9c','\xaa','\xf8','\x57','\x6f','\xff','\xda','\xae','\x2a','\xea','\x6d','\x43','\x77','\x2d','\xff','\x3b','\x52','\xf8','\x20','\xc5','\xee','\xee','\xf8','\xbb','\x86','\x17','\xb4','\x40','\xea','\xed','\x20','\x61','\xae','\x48','\x1b','\x27','\x00','\x77','\x6e','\x94','\x4a','\xdd','\xd8','\xaa','\xd0','\x60','\x07','\x44','\x50','\x41','\x80','\x61','\x7f','\xaf','\xa1','\xb4','\x91','\x28','\x49','\x09','\x1d','\xa9','\x23','\x47','\xb8','\x2a','\x36','\x39','\xad','\x10','\x53','\x20','\xe5','\x7a','\xa2','\x5c','\x87','\x8d','\xa0','\x5c','\x67','\xe5','\x7a','\x1b','\xb2','\xc7','\x5c','\xd6','\x47','\x21','\x5a','\x5f','\x77','\xed','\xcb','\x23','\x72','\xc5','\xd5','\xdc','\xbd','\x3a','\x7a','\x40','\x4f','\x90','\xfb','\x93','\x99','\xfb','\xc9','\xcc','\xfd','\x34','\xc8','\x1b','\xa9','\x8a','\xf9','\x6b','\x0b','\xee','\x38','\x96','\x4a','\x53','\xb1','\x12','\xe3','\x35','\xc2','\xf4','\x44','\x01','\x1b','\xd9','\xc3','\x26','\xac','\x8b','\x7e','\xbe','\x71','\x0c','\x8b','\x90','\x18','\x26','\x49','\x98','\x34','\xf1','\x84','\x54','\x80','\xa5','\xad','\x50','\x70','\x3a','\x90','\x24','\xcc','\x95','\x96','\x1b','\x05','\xf2','\xe5','\x40','\xce','\x13','\x6d','\x95','\xfe','\x6e','\x40','\xe7','\xff','\x33','\x6d','\xdc','\x3f','\xde','\xa0','\xe3','\xd9','\x0e','\x4d','\xb5','\x0d','\x44','\xb2','\xe0','\x68','\x25','\x11','\x94','\x54','\x94','\xf7','\x58','\xd5','\xda','\x44','\x89','\xda','\x06','\xa3','\x93','\x9b','\xe9','\x90','\xd0','\x36','\x61','\x67','\xa2','\x8a','\x1b','\xba','\x57','\x74','\x61','\xca','\x80','\x95','\x03','\x86','\x3f','\xac','\xf7','\x5e','\x1d','\xd0','\x69','\xc8','\xf3','\x4c','\x98','\x1f','\x8d','\x99','\x0f','\xc7','\x9e','\x90','\x7a','\xd4','\x73','\x2e','\x7a','\xee','\x72','\x77','\xc8','\x5e','\x56','\x49','\xcd','\x72','\x20','\xf5','\x49','\xf9','\xfe','\xfd','\xd7','\xc9','\xfe','\x80','\x94','\xee','\x27','\xcd','\x71','\x72','\x43','\xee','\xfe','\xed','\xbd','\x9a','\x6f','\xad','\xb8','\x79','\xed','\x34','\x24','\x36','\x24','\x8c','\x7c','\x4c','\xe2','\x41','\xcb','\x11','\x79','\x84','\xf2','\xd9','\x6e','\x9e','\x12','\x40','\xb6','\x6b','\xf5','\x07','\x70','\x5e','\x73','\xf3','\x0f','\x5c','\xdf','\xfb','\x40','\x50','\x99','\xba','\xbf','\x62','\x8f','\x7f','\xf2','\x68','\xa7','\xae','\xb7','\xa1','\xa6','\x44','\x8a','\x3e','\x79','\x94','\x1b','\xe8','\xfa','\x25','\xd1','\xf2','\x89','\x11','\xc8','\xaf','\x47','\x68','\x30','\x41','\x83','\x3d','\x8d','\x20','\x73','\x33','\x3c','\xb4','\x19','\xec','\xa7','\x80','\x25','\xf0','\xd7','\x84','\x5e','\xdf','\x77','\xd3','\xc7','\xdf','\x12','\xda','\x8c','\x6b','\xa0','\x7c','\xcf','\x69','\xee','\x4b','\x9a','\x6b','\x4b','\x1c','\x81','\xb4','\xf9','\x39','\x38','\xe3','\xd5','\xad','\x30','\x9a','\x0f','\x78','\xdd','\x8d','\x6b','\xee','\x84','\xe6','\xde','\x56','\xef','\x99','\xeb','\xcf','\x13','\x85','\xba','\x9c','\x7f','\x91','\xd4','\x40','\x52','\x48','\x0a','\x1f','\x02','\x61','\x71','\x25','\xaf','\x33','\x7d','\xcb','\x4e','\xc5','\xb1','\x07','\xa7','\x49','\x4f','\x54','\xc4','\x58','\x0f','\xf8','\x10','\x4a','\xca','\xe7','\x22','\x17','\x1d','\x84','\x07','\x63','\x28','\x1e','\x07','\x07','\x18','\xc6','\x6a','\x07','\x91','\xb6','\x84','\xb2','\x77','\x0a','\xf9','\x4c','\xa1','\x92','\x9a','\x17','\xe1','\xd7','\xb6','\xeb','\x13','\x3a','\x74','\xc7','\xb8','\x67','\xef','\x50','\x5d','\x4a','\x80','\x10','\x5c','\x3e','\x23','\x98','\xe6','\x85','\xf5','\x1e','\xce','\xeb','\xb8','\xa2','\xe3','\x59','\x1d','\xd7','\x74','\xac','\x8f','\xcb','\x99','\x89','\x75','\xbd','\x87','\xc7','\xf2','\x38','\xaf','\xde','\xd0','\x43','\xfe','\x70','\x7e','\x83','\x08','\x1d','\x9d','\x90','\x92','\x0b','\x04','\x01','\xea','\xe5','\xc9','\x64','\xd4','\x02','\x4c','\xb3','\x51','\xb1','\xd6','\x5b','\x8c','\xd2','\xd2','\xcf','\x33','\x52','\x5e','\x1b','\x5d','\x59','\xdb','\xce','\x9f','\x31','\xc0','\x8e','\x1b','\xab','\x1b','\x63','\x75','\x32','\xe9','\xce','\x95','\x87','\xec','\x38','\xd0','\x5b','\x4c','\x86','\xad','\x0e','\x66','\x52','\x07','\x01','\xb8','\xca','\x9d','\x3d','\xad','\x10','\xb3','\xda','\x31','\xa6','\x0a','\xd9','\x5c','\x15','\x17','\x68','\x36','\x59','\xb3','\xd9','\x56','\x7a','\x14','\xeb','\x23','\xca','\xfb','\xea','\xe7','\x6b','\x5d','\x27','\x23','\x49','\x32','\x49','\x48','\xba','\x31','\x7a','\xe1','\xbc','\xf0','\xf7','\xcb','\xc9','\x90','\x51','\x95','\xa3','\x13','\xd9','\xee','\x1e','\x44','\x1e','\x77','\xc9','\xe3','\x72','\xeb','\x41','\x64','\x49','\x43','\xa5','\xe4','\xaa','\x27','\x27','\xe1','\xfe','\xff','\x4c','\x96','\xee','\x87','\xb2','\x17','\x35','\x0f','\xfb','\xfa','\x06','\xc8','\x73','\x29','\xab','\x35','\xd4','\x52','\x51','\x5a','\x17','\x69','\xdb','\x89','\xd9','\x7f','\x4f','\x8e','\xb4','\x1a','\xec','\x08','\xe5','\x0c','\x70','\x48','\xce','\x5a','\x69','\x85','\xf9','\x2a','\xdb','\xb2','\xaa','\xbe','\x2f','\xfa','\xd5','\xd0','\x92','\x70','\xeb','\x34','\x0f','\xe9','\x12','\x24','\xa1','\x93','\x24','\x26','\x19','\x4c','\x68','\x12','\xb6','\x49','\xfe','\x00','\xf1','\xa7','\x46','\xd1','\x5c','\x12','\xd5','\x55','\x35','\xd2','\x10','\x46','\x14','\x74','\x9c','\xd4','\xc1','\x65','\x14','\x0f','\xe5','\xb6','\x12','\x2f','\x2a','\xfd','\x90','\xab','\xfa','\x24','\x85','\x28','\xe9','\xa7','\xb0','\x48','\x25','\xe6','\x17','\x59','\x63','\x81','\x51','\x89','\x0a','\xa7','\x65','\x4e','\xd7','\x7d','\xea','\xbb','\x70','\xac','\xf1','\x74','\xbd','\x90','\x26','\xd9','\xdd','\x06','\xec','\x17','\x70','\x1d','\x04','\xa5','\x89','\xb8','\x97','\xa4','\x4d','\x69','\x8d','\x52','\xd1','\x28','\x6c','\x50','\x89','\xf9','\x0d','\xda','\x18','\x94','\x7f','\x8a','\xfe','\xc0','\xdf','\x59','\xdf','\xa1','\x75','\x28','\xaa','\x26','\xaa','\x28','\x39','\xf8','\x24','\x76','\x7d','\x3c','\x14','\xd4','\x0e','\x24','\x0a','\x0a','\x27','\xec','\x60','\xde','\x0e','\x1a','\xea','\x0c','\x20','\xe8','\xa3','\x19','\x50','\x2f','\x48','\x7b','\x61','\x9a','\x04','\xe9','\xe5','\x60','\x37','\x55','\xfe','\x04','\x95','\x53','\xa1','\x16','\x85','\x4f','\xfb','\x28','\x78','\xcd','\x82','\x08','\x4f','\x34','\x9b','\xf3','\xcd','\x66','\x23','\x4a','\xf2','\xbc','\x27','\xa4','\xdc','\x83','\x2a','\x5f','\x94','\xd0','\xdd','\x64','\x4f','\x43','\x83','\x62','\x90','\x41','\x40','\xaa','\xa0','\xe3','\x47','\x84','\x38','\x81','\xd0','\x3c','\x42','\x8d','\x68','\xc3','\x8d','\x42','\x54','\x77','\xc6','\xad','\x94','\x17','\x22','\xb2','\x2f','\x06','\xc8','\x61','\xf1','\xae','\xc0','\xb9','\xfa','\xdd','\x20','\x43','\x88','\x92','\x3c','\x8d','\x5c','\x9d','\x3d','\x1f','\x9a','\xe5','\xfa','\xc7','\xdf','\xa8','\xaf','\xf8','\x43','\xa1','\xc0','\x7e','\x82','\x4b','\x82','\x49','\x0d','\x81','\x13','\x76','\x27','\x52','\xed','\xde','\xe0','\x8e','\x84','\x18','\x14','\x57','\xf2','\x25','\x33','\x9c','\xbe','\x92','\x88','\x32','\x33','\xd1','\xce','\x34','\x6c','\x28','\x3d','\x58','\x77','\xa3','\xd2','\x03','\xb5','\xb8','\x91','\xf3','\x4e','\x17','\xe7','\xa5','\xf1','\x40','\x48','\x9e','\xa4','\xdf','\xe9','\xf2','\x0a','\xd9','\x9e','\xcc','\xe6','\xbd','\x0b','\x13','\xb6','\x2b','\x14','\x78','\xbf','\xbe','\x5b','\x6e','\x0d','\x35','\xb7','\x6a','\xab','\x69','\xff','\x13','\xa8','\xef','\xee','\xa0','\x09','\xa8','\xdb','\x1a','\x73','\xe9','\x58','\x5d','\x2a','\xe2','\x94','\xc5','\xd2','\x6b','\x09','\xe1','\xc6','\x72','\x97','\xc3','\x5c','\x0d','\xe5','\x71','\x22','\x3f','\x9a','\xac','\xa4','\x5f','\xa9','\x54','\xd6','\x6c','\xec','\xdb','\xc4','\xff','\x2f','\xb4','\xd5','\x2c','\xb7','\x92','\xfa','\xeb','\xe3','\x78','\xf3','\x7e','\x72','\x83','\xb1','\xd7','\x26','\xfd','\xa0','\x98','\x02','\xd7','\xf0','\xa0','\xbe','\x32','\xca','\xb2','\xf3','\x51','\xcc','\x47','\xd7','\xb3','\xd1','\x5f','\x7f','\x3d','\xa1','\x37','\x92','\xc9','\x43','\x99','\xea','\x22','\x43','\x41','\x51','\x3b','\x87','\xf0','\x84','\x5b','\x98','\xf1','\xd1','\x4b','\x1c','\x6d','\x15','\xf4','\x7a','\x36','\x89','\x93','\x6d','\x82','\x55','\x59','\x00','\x32','\x33','\xdb','\x45','\x9a','\x1c','\xc5','\x6e','\x88','\xb6','\x3f','\xf4','\x1d','\x87','\x8e','\xb6','\xf2','\x8c','\x41','\xfc','\x47','\xbe','\x24','\xe5','\xcb','\xac','\xfc','\x75','\x7f','\xbd','\xae','\xd5','\x10','\x56','\xf1','\x1d','\xa9','\xa4','\xa5','\xda','\x54','\x6a','\x87','\x38','\xa6','\xa2','\xde','\x5a','\x03','\x97','\x1b','\xa2','\x0d','\x1e','\x96','\x64','\x82','\x26','\x31','\x4d','\xe9','\x74','\x62','\x83','\x4e','\xf0','\xdd','\x0f','\xf0','\xec','\x0c','\xea','\x4c','\xc5','\x1b','\x73','\x87','\x68','\xfd','\xae','\x6a','\x57','\x34','\x8b','\xe7','\x1c','\xc7','\x81','\xbc','\x88','\x21','\x38','\x27','\xe5','\xf1','\x24','\x87','\xd4','\x40','\xdb','\x56','\x49','\x14','\xbc','\xae','\x50','\x3a','\xc9','\x4b','\xb6','\x3d','\xcf','\x1d','\xc6','\x39','\x43','\x7c','\x1e','\xf1','\x1b','\xa8','\x7c','\x16','\xd9','\xf8','\x57','\xd4','\x3b','\x0c','\x5e','\xde','\x59','\xd5','\xb5','\x79','\x8f','\x50','\x5a','\x6f','\x3e','\x4f','\x63','\xe7','\x3d','\x81','\xf3','\x18','\x47','\x7e','\x9e','\x17','\x31','\xad','\x48','\x84','\xf9','\x5b','\x98','\xfb','\xc8','\x1d','\xce','\x01','\x1e','\xaa','\x43','\x84','\xea','\x9e','\x7e','\x5d','\x1b','\x9a','\x46','\xe2','\xbd','\x48','\x05','\x42','\xcb','\x01','\x7e','\xf2','\x9a','\x78','\xf2','\x2a','\x5e','\x6e','\xc6','\xd0','\xf7','\xae','\xeb','\x7f','\xa9','\xca','\x99','\x35','\x57','\xbc','\xab','\xe6','\xe1','\x46','\x71','\x79','\xa3','\xf8','\xa4','\xc4','\x15','\x53','\x62','\x39','\x60','\xe8','\x2a','\x45','\x57','\xb3','\xf1','\xeb','\x49','\x6d','\x0d','\x2b','\x3b','\xb7','\x27','\x7f','\xa2','\xbf','\xea','\x4a','\xc5','\xde','\x69','\x4c','\x57','\xa8','\x44','\x4c','\x81','\x54','\x28','\xb8','\x08','\x1c','\xd8','\x01','\xc1','\xcf','\x06','\xe1','\xc6','\x5e','\x96','\x23','\x83','\xe4','\x70','\x29','\x7f','\xd8','\xce','\xba','\x00','\x58','\x1a','\x31','\x9a','\x8c','\xd1','\x4c','\x8c','\x52','\x79','\x67','\x12','\x52','\xff','\x39','\x80','\x0a','\x07','\x10','\x8b','\x0a','\xf0','\xa1','\x06','\x7f','\x60','\x54','\xca','\xc9','\x70','\x82','\x20','\x8b','\xa1','\x09','\x5f','\x05','\x17','\xe5','\x6e','\x2f','\x60','\xed','\xf7','\xe5','\xdb','\x64','\x83','\x5a','\x9b','\xe9','\x5c','\x43','\xbc','\xda','\xa0','\xb9','\x9d','\xb0','\x1a','\xe9','\x57','\x1b','\x13','\x8c','\x76','\xd4','\x47','\x2a','\x0e','\x25','\x90','\xc9','\x49','\x42','\x52','\xdd','\xa8','\xe2','\x72','\xd4','\xeb','\x88','\x66','\x43','\xf3','\x1a','\x3a','\x01','\xe0','\xfd','\x5f','\x8d','\x59','\x22','\xc9','\xf0','\x1e','\x86','\x1f','\xfe','\x37','\x33','\xdf','\xff','\xb7','\xb7','\xc9','\xcc','\x4c','\x0f','\x07','\xd5','\x98','\x61','\x85','\xc3','\x04','\xb6','\xca','\x2a','\x8a','\x77','\x90','\xe3','\x5a','\x9d','\x7b','\x19','\x20','\xea','\xe9','\xc0','\x03','\x6a','\xb8','\x5a','\xc3','\xd7','\xc1','\x69','\x5c','\xdd','\x11','\xf4','\x1c','\x64','\x0b','\xaf','\xf8','\xa9','\xbf','\x74','\xbb','\x72','\xc3','\x96','\xba','\x13','\x8b','\x11','\x96','\x18','\x75','\x63','\xe2','\x66','\x08','\x16','\x2e','\x4e','\x64','\x46','\x93','\x13','\xe9','\x57','\xf6','\x54','\xd6','\x1e','\xaf','\xfb','\x0f','\x7b','\xfe','\x7e','\xda','\x5a','\x2a','\xb7','\x4a','\xfa','\xeb','\x1e','\xde','\x24','\xe4','\x06','\x61','\xaf','\x8d','\xfa','\x01','\x84','\xfb','\x75','\x37','\x31','\x02','\xc6','\x72','\xa6','\x82','\xb3','\x3f','\x17','\xd3','\xd8','\x2d','\x7b','\x7c','\xe5','\x7c','\xbf','\x48','\x44','\x9a','\xcf','\xd2','\xda','\xa3','\x5e','\x5e','\xf4','\xb2','\xc5','\xb6','\x7d','\x4a','\xe0','\x56','\x82','\xe3','\xb6','\x1f','\xa9','\xa7','\x3f','\xdf','\x99','\x02','\x0d','\xf5','\x80','\x67','\x12','\x72','\x9f','\x8b','\xe3','\x0c','\xc6','\x85','\x24','\xe6','\x49','\xec','\x4f','\xc4','\xd1','\x8c','\x8a','\x9a','\x28','\x7d','\x69','\x44','\x41','\x87','\xf4','\x45','\xfd','\x1e','\xfe','\x31','\x95','\x47','\x3d','\x10','\xb6','\xb0','\xe9','\xca','\x6f','\x1b','\x0f','\x7b','\xf7','\x34','\x42','\xbc','\xab','\x06','\xbd','\x2d','\x59','\xe5','\x6f','\xdc','\x75','\x9d','\xde','\x4a','\x19','\x91','\x62','\x33','\x74','\xde','\x23','\x91','\xfc','\x1c','\x80','\xf4','\x91','\x78','\x91','\xd0','\x4a','\xd7','\xa8','\x90','\xbd','\xb7','\x88','\xef','\xdf','\xc3','\x9f','\x39','\xd8','\x61','\x23','\xf9','\x4c','\xeb','\x8c','\x0a','\x56','\x08','\xd8','\x7c','\xc0','\x1a','\x51','\xec','\x35','\x54','\x47','\x9f','\xf5','\xd2','\x73','\xb5','\x36','\x45','\xfc','\x5e','\xfc','\x00','\xa0','\xc3','\xf4','\x43','\x03','\x20','\xbe','\xfa','\xe3','\x63','\x43','\xb6','\xea','\x5d','\x26','\xed','\x70','\x1e','\xec','\x06','\xba','\xb3','\x4e','\x6a','\x68','\xbc','\x63','\x52','\xa9','\x82','\x3e','\x29','\x3a','\x32','\xd4','\x6a','\xd1','\x24','\xfc','\x68','\xb2','\x9e','\xb4','\x2e','\x0f','\xf6','\xb8','\xd2','\xab','\x75','\xe7','\xed','\x7a','\xe9','\xf2','\x5f','\xc8','\x41','\x69','\x0d','\x29','\x84','\xce','\xb7','\xe6','\x4a','\x97','\xe7','\x4a','\xec','\x49','\xc2','\xf6','\x8f','\x4a','\xe4','\x1f','\x4a','\x5d','\x6e','\xbc','\xbb','\xc6','\xca','\x6b','\x0f','\x15','\xd9','\x12','\x62','\xd7','\xe4','\x96','\xd0','\x8b','\xa3','\xa5','\x3d','\x09','\xed','\x82','\x27','\x6e','\x76','\xa3','\xb1','\x9e','\xf6','\x9c','\x0b','\x1e','\xca','\xc2','\x4b','\x1d','\xb2','\x17','\x4e','\x41','\xfa','\x77','\xfc','\xd2','\x6c','\xfc','\x92','\xf3','\xa5','\xf3','\x95','\xd1','\x46','\x25','\xed','\x55','\xc6','\xce','\x55','\x26','\xeb','\xce','\x91','\x7a','\x05','\xea','\x4a','\xe4','\x82','\xe3','\x73','\x54','\xca','\x4e','\x61','\x53','\x0e','\x40','\x31','\x5b','\x84','\x76','\x9e','\x2a','\xec','\x3e','\x2a','\xcf','\xf7','\xc6','\xf2','\x66','\x85','\x27','\x75','\x28','\x81','\xe7','\x3a','\x24','\xeb','\xa2','\x68','\x53','\x54','\x00','\x33','\xf3','\x35','\xaa','\x7b','\x87','\xe2','\xa4','\x95','\x4c','\x8d','\xcc','\x10','\x3d','\x50','\xfa','\x55','\x34','\x87','\x7e','\xf5','\xce','\x28','\x7f','\x57','\x5f','\xf7','\x53','\xca','\x8f','\x24','\x97','\x69','\x91','\x43','\x6e','\x50','\xf4','\xa1','\x74','\x61','\x23','\xbb','\x07','\x62','\xdb','\xa1','\x3a','\x92','\xa0','\x0f','\xcf','\x1e','\xf5','\x4e','\x8e','\x1e','\xb2','\x93','\x14','\xcc','\x84','\x1d','\xf9','\x99','\x06','\x2b','\x66','\x3b','\x4c','\x79','\xac','\x48','\xba','\x4d','\xd2','\x51','\xb6','\x1e','\x43','\x17','\x66','\x90','\xe2','\xc1','\x08','\x7d','\x4c','\x6e','\x6c','\x91','\xa6','\xdd','\x03','\x8c','\x31','\xf1','\x0f','\xdf','\x51','\x07','\x84','\xd4','\x7e','\x81','\x06','\x94','\x05','\x14','\xff','\xf4','\xc2','\x8f','\xfd','\xa1','\xcc','\x1f','\xeb','\x27','\xdd','\x48','\xe3','\x80','\x81','\x5a','\x27','\x30','\x18','\xc9','\x30','\xad','\x60','\xb5','\x5a','\x4c','\xfb','\x2e','\xc3','\x59','\x56','\xc0','\xc3','\x3c','\x03','\x72','\x09','\xce','\x65','\x85','\xf3','\x63','\x6a','\x2f','\x2a','\x2c','\x48','\x30','\x40','\x85','\x39','\x6f','\x30','\xbb','\xcc','\x6d','\x4d','\xbd','\xb9','\xd8','\xc2','\x93','\x97','\x52','\x6f','\xaf','\x85','\x79','\x5a','\x9d','\xc9','\x16','\x49','\x52','\x9a','\x9a','\x89','\xb4','\x9f','\x7c','\xfc','\x3c','\x79','\x7e','\x95','\xbc','\xe1','\x8d','\x43','\x1e','\x0e','\x14','\xbf','\x48','\xe3','\xfa','\xa0','\x10','\xac','\xec','\x56','\xcb','\xab','\x6b','\xe5','\xb3','\x8c','\x7b','\x6c','\xe9','\xfa','\xc1','\xf6','\x66','\x9e','\x3f','\x3b','\xcd','\xab','\x8c','\x3f','\xc8','\xf8','\x0b','\x8c','\xff','\x90','\x95','\xbf','\xca','\x2a','\xc9','\xfc','\x5b','\x71','\x26','\xa5','\x35','\x69','\x65','\x26','\xae','\xd3','\xc2','\x55','\x7a','\x22','\x48','\x37','\x02','\xa9','\x8c','\x5e','\x00','\x04','\x17','\x84','\x50','\x83','\xab','\x17','\xe8','\xc7','\x2f','\xd0','\xb9','\x0b','\xe3','\x8b','\x17','\xba','\x4b','\x17','\x4e','\x3c','\x74','\x61','\xbe','\x20','\xe8','\x07','\x57','\xe8','\xa3','\x2b','\xf4','\x23','\x88','\x7e','\x02','\xc9','\x2d','\xfa','\xbd','\x38','\x24','\x9e','\x1e','\x45','\xe8','\xb6','\xa9','\x07','\x34','\x05','\xbb','\x1f','\x51','\x04','\x1d','\x3d','\x8e','\x0e','\x35','\x48','\xe8','\x7a','\x52','\xaf','\x90','\x54','\x2d','\xf3','\x9e','\xd6','\x78','\x51','\x5b','\x9b','\x45','\x2d','\x70','\x9b','\x68','\x3f','\xd2','\xf5','\x17','\x74','\xfc','\xa8','\xdc','\xfc','\x2d','\x94','\x4a','\xc2','\x1c','\x82','\x55','\xa9','\xeb','\xe8','\x5e','\x50','\xab','\x29','\x85','\x50','\x16','\xa1','\xc7','\x10','\x7a','\x51','\xf9','\x1e','\x37','\x50','\x94','\xfe','\x4a','\x61','\x36','\xaa','\x49','\x68','\x29','\x95','\x77','\x28','\x29','\x57','\x62','\x84','\xfa','\x8f','\x89','\xff','\x9e','\xa7','\xcd','\x6d','\x88','\xe6','\x8e','\x97','\xd1','\x19','\xd4','\xbc','\x23','\xcf','\x53','\xaa','\x88','\xc5','\xb2','\xeb','\xbc','\x7d','\x97','\x5b','\xef','\x0d','\x95','\x78','\x5d','\x29','\x46','\x70','\x6e','\x15','\x2b','\x23','\x90','\xf6','\x03','\x88','\xb1','\x0a','\x31','\x2a','\xc7','\xa4','\x71','\x99','\xe1','\x46','\x0a','\x99','\x2a','\x9f','\xe4','\x6e','\xb9','\xda','\x4f','\x2a','\x1b','\x94','\x7a','\xe9','\x1a','\x48','\x27','\x34','\xea','\xa2','\x3d','\x2e','\x7a','\xc4','\x45','\xcf','\xbb','\xe8','\x0d','\x90','\x54','\xd2','\x88','\xce','\x68','\x6e','\x2b','\xab','\x2c','\xe1','\x58','\x2b','\x19','\xbf','\x4e','\x92','\x57','\x49','\x26','\x20','\x4b','\x81','\x54','\xe9','\x4b','\x9e','\xef','\x78','\x41','\x49','\x08','\x39','\x28','\x79','\xd7','\x4b','\xde','\x6b','\x25','\xaf','\xe9','\x9c','\x6d','\x96','\xba','\x4f','\x95','\x0e','\xcd','\x93','\x3f','\x7f','\x96','\x78','\xd5','\x54','\xf3','\xc1','\x6e','\xf3','\x85','\x6a','\xf3','\xb7','\x8a','\xe4','\x6b','\xe8','\x8b','\x29','\x29','\x97','\xe2','\x4a','\x69','\x11','\x4a','\x69','\x89','\x29','\xa5','\x65','\xd7','\x3b','\xa1','\x54','\x5a','\xe4','\xbc','\xbd','\xfa','\x2b','\x8b','\xb6','\xfa','\xeb','\xb4','\xdd','\x5b','\xa7','\x52','\x1c','\x1f','\x35','\x9d','\xdb','\x85','\x74','\x9d','\xa5','\xeb','\x66','\xfa','\xf4','\x9c','\xaa','\xa6','\x87','\x9c','\x5b','\xd1','\xe5','\xfa','\x2b','\x4b','\xfa','\xff','\x16','\xc6','\x3d','\xfe','\x01','\x8f','\x8f','\x7a','\x7c','\x97','\xca','\xcb','\x1d','\x53','\x7c','\x05','\xeb','\x1e','\xd7','\x00','\x76','\xea','\x9c','\xd0','\x41','\x65','\xa9','\xe2','\xd4','\xb1','\xd1','\x43','\x8b','\x72','\x2d','\xd3','\xa6','\xfd','\x40','\x93','\x4f','\x11','\xee','\x78','\xf6','\xab','\x42','\xe4','\x3c','\x6e','\x79','\x8b','\x39','\xef','\x28','\x30','\x1e','\x7c','\x69','\xd1','\x3a','\xbb','\x9f','\x2d','\x3f','\x34','\x7d','\xa8','\x90','\xdb','\xff','\xc1','\x9c','\xf7','\xe8','\x74','\xf3','\x23','\x87','\x9a','\x9f','\xe8','\x90','\x3a','\xff','\x62','\xbc','\x48','\xf5','\xe1','\xef','\x15','\x29','\x63','\xa3','\xfd','\xef','\x75','\x4d','\x4a','\x7b','\x65','\xfd','\x41','\xc0','\x62','\xc7','\x40','\x6e','\x7d','\x10','\xbc','\x18','\x1b','\xab','\x4f','\x5e','\xf0','\xca','\x8d','\x65','\x28','\x22','\x8f','\x66','\xce','\x01','\x50','\xcc','\x20','\xfb','\x65','\xc8','\x61','\x3e','\xba','\xfe','\xb7','\xb9','\x95','\xfa','\xfa','\x3d','\x6a','\xf7','\xdc','\x41','\xe1','\x5e','\x54','\xb2','\xc7','\x34','\xf7','\x57','\x5c','\x87','\x68','\x5f','\xcf','\x89','\xa0','\x67','\xca','\x44','\x95','\x4a','\x91','\x69','\xb2','\x0e','\x06','\x02','\x72','\xab','\x9a','\xfe','\x5d','\xab','\x9b','\xc9','\xba','\x50','\x49','\x07','\x7e','\x09','\x84','\xe5','\xbd','\xcd','\xae','\xd7','\xe5','\x5f','\x9f','\xd4','\xc8','\x42','\x65','\xf9','\xf2','\xcf','\xe8','\xf4','\x22','\x9a','\x3e','\x56','\x9d','\x5e','\xe0','\xd6','\x2d','\x3e','\x5d','\x59','\x04','\xfe','\x8d','\x45','\x6e','\xbd','\xc9','\x19','\x5f','\x60','\xc7','\x05','\x68','\xbd','\x9c','\x9b','\x1c','\xfe','\xcd','\xb6','\xb8','\xeb','\x83','\xdd','\xbd','\xad','\x5d','\x44','\xa8','\x11','\x26','\xbc','\x7b','\xa7','\x9a','\x0b','\x75','\xbc','\x57','\xfe','\x33','\xea','\xf1','\xe4','\xb8','\xf4','\x09','\x45','\x4c','\x54','\xae','\x8f','\x97','\xeb','\xe2','\x8d','\x9e','\x97','\xaf','\x07','\x39','\x1e','\x3b','\x4f','\xf7','\x34','\xd2','\x17','\xce','\x4f','\xa4','\xff','\x45','\x27','\xfd','\xcd','\x6a','\xee','\x17','\xc5','\xdc','\x25','\x54','\x3e','\x85','\xd6','\x6b','\xda','\x8a','\x48','\xa2','\x50','\xae','\xaf','\x4c','\xbf','\xfc','\x10','\xae','\x76','\xa4','\x3e','\x2e','\x77','\xa0','\x2d','\x9b','\xda','\x0a','\x2a','\x3f','\xbf','\xf7','\xd3','\x78','\x2c','\x7d','\xf6','\xcc','\x44','\xe6','\x6c','\xa7','\xf0','\x6c','\x75','\x93','\xcf','\x42','\xde','\xf5','\x77','\x51','\x98','\x45','\xd5','\x24','\x2a','\x62','\x6c','\x62','\x61','\x09','\xdc','\x57','\x49','\x68','\x7e','\x8b','\x4e','\x4f','\xe5','\xa7','\xa7','\x9c','\x6f','\x4d','\x55','\xa6','\xa7','\x74','\x85','\xbd','\xf9','\xad','\x29','\x86','\x1f','\x50','\x80','\xb7','\x59','\xe1','\x7d','\x0c','\xa7','\x5d','\x64','\xb4','\x91','\x69','\x89','\x62','\x0a','\xf2','\x40','\xfa','\x75','\xd9','\x11','\xe8','\xc3','\x56','\x77','\x7f','\x8d','\xee','\xdf','\xa0','\x4b','\x12','\x3a','\x2d','\xe9','\xb4','\xa9','\xef','\xfe','\xfe','\x80','\x56','\x4b','\x02','\x42','\x3a','\x12','\xa6','\xda','\xf7','\xa5','\x96','\x96','\x25','\x3c','\x39','\xea','\x82','\x4f','\x1c','\x0a','\x54','\x0d','\x4a','\x12','\x4c','\xe2','\xe1','\x18','\xdf','\x7f','\xca','\xdf','\xbf','\xee','\x2e','\x6d','\xf8','\x4b','\xb8','\x5a','\x22','\x56','\x93','\x4d','\x34','\x37','\xea','\x83','\x3f','\xa4','\xd8','\x18','\xee','\x11','\x07','\x51','\x75','\xf4','\x8a','\x99','\x81','\xe0','\x64','\x56','\x3c','\x4c','\xd1','\xc3','\x6b','\xe8','\xe1','\x4b','\x74','\xe9','\x33','\x52','\x1c','\x37','\x4a','\xe9','\x46','\x13','\xf0','\x55','\x78','\x73','\xcf','\x09','\x18','\x61','\x37','\x64','\xa1','\xf0','\xed','\x7a','\xe1','\x8c','\xe2','\x7d','\x82','\xe8','\x98','\xc4','\xba','\xff','\xbb','\xeb','\xee','\x6f','\xaf','\xaf','\xfe','\xce','\xf7','\xce','\xfe','\xce','\xf7','\xbc','\x4d','\x89','\x1f','\x34','\x36','\x7f','\x70','\x9e','\xfe','\xe0','\x12','\x24','\x60','\x6c','\x14','\x15','\x4c','\x1a','\x98','\x52','\xb9','\x4a','\x7b','\x34','\xed','\x65','\xd2','\x34','\xb5','\x9b','\x25','\xa9','\x1f','\xe5','\x51','\xf7','\xcd','\x79','\x1d','\xfd','\x6e','\x8d','\xfc','\xb6','\x08','\x7f','\xa7','\xd9','\x94','\xd8','\x94','\x10','\xdd','\xcd','\xc1','\x4f','\xa5','\xca','\xbe','\x27','\x49','\x1f','\xc9','\xd0','\xf6','\xa5','\x71','\xe0','\x61','\xe0','\x34','\x5f','\x48','\x77','\xb3','\xb4','\x9d','\xa4','\x2e','\x46','\xc9','\xa2','\x9a','\x47','\x91','\x7b','\x75','\x9b','\xca','\x29','\xb3','\x95','\xa0','\x41','\x12','\xbc','\x8c','\x1b','\x44','\xbc','\xa7','\xdc','\x23','\xeb','\x6b','\x00','\xbf','\x45','\xfd','\x2b','\x74','\xfd','\x47','\xc6','\xc6','\x0b','\x2c','\x78','\xd4','\x24','\xd9','\x22','\x4b','\xb9','\x3e','\x06','\xe7','\x86','\x41','\x48','\x36','\x8c','\xb8','\x58','\x46','\x1b','\x64','\x38','\xe5','\x06','\xca','\x49','\x7c','\xb9','\x63','\xe0','\xae','\x25','\x96','\x75','\x5c','\xd2','\x61','\x67','\x22','\x51','\xad','\x02','\x91','\x80','\x77','\x2e','\xb3','\x65','\x2a','\x37','\x72','\xa5','\x56','\x42','\x94','\x26','\x50','\xd9','\x67','\xe7','\x84','\xe6','\x19','\xda','\x6a','\x46','\x6b','\xd0','\x23','\xff','\x82','\x3a','\xdf','\xa0','\xe5','\xd3','\x4c','\x91','\x57','\x49','\x70','\xae','\x49','\xf8','\xdc','\x75','\xf9','\x8a','\x5f','\xdd','\xe0','\x4e','\x50','\xb0','\xbc','\x5e','\xde','\x60','\x02','\x65','\x92','\x23','\xb4','\x94','\xa3','\xce','\xbb','\x40','\x31','\x17','\x79','\x8c','\x9c','\x9f','\xd1','\x85','\x1c','\x5d','\x50','\xa4','\x73','\x4e','\x7b','\xb7','\x8e','\xb2','\xf7','\x9b','\x27','\xc6','\xf3','\x8d','\x71','\x46','\xc7','\xf7','\xd1','\xfb','\x4f','\xd2','\xfc','\xf4','\xee','\x3c','\x1a','\xd9','\xeb','\xea','\x52','\x9b','\x3a','\x22','\x60','\x1e','\x46','\x8e','\x9b','\x59','\x82','\x9c','\x55','\x5c','\xc9','\x8a','\x8a','\x81','\x2a','\x0c','\x55','\x7e','\xb3','\x5b','\x29','\x35','\x2b','\xa4','\xe9','\x10','\x38','\x02','\x84','\x00','\x45','\x4e','\xc1','\x51','\x47','\x6e','\x89','\x5e','\x55','\x9a','\x2a','\x68','\xcc','\xa0','\x37','\x29','\x0a','\x14','\xfc','\xb4','\x2a','\xa6','\xe8','\x51','\x61','\xec','\xbb','\x7a','\x68','\xdf','\xb5','\x47','\xf7','\xcd','\x3d','\x06','\x28','\x9d','\x10','\x4b','\xf3','\xfb','\x8e','\xcd','\xef','\x7b','\x68','\x7e','\x1f','\x6b','\xec','\xfb','\x2d','\xba','\xf8','\xdb','\xf4','\xc9','\x1f','\xd2','\x23','\xff','\x8c','\xd6','\x92','\x72','\xaf','\xa0','\x54','\x37','\x4c','\x60','\x49','\x03','\x86','\x09','\x93','\x40','\x25','\x60','\x11','\xb9','\x3e','\xe2','\x97','\x3b','\x1f','\xcb','\x35','\x0e','\xe4','\x1a','\xb1','\x5c','\x23','\x01','\xf8','\xea','\x2e','\x79','\x7d','\xe5','\x59','\x65','\x15','\xda','\xae','\xd0','\x6a','\x65','\x37','\x93','\x0a','\x89','\x0f','\xe9','\xb7','\x51','\xfc','\xf4','\x5e','\x7c','\x56','\x09','\x3a','\x97','\xa4','\x73','\x19','\x3a','\x47','\x55','\xe6','\xa4','\x99','\xae','\x17','\xd3','\x75','\x60','\x08','\x91','\x60','\xc4','\x65','\x54','\xa2','\x68','\x4a','\x41','\xc6','\x0b','\x45','\x3f','\x5b','\x43','\x49','\x29','\xb3','\xff','\x1e','\xbe','\x82','\x3f','\x60','\xe8','\x47','\x2a','\xde','\x81','\x5a','\xc9','\x37','\x44','\x61','\x1d','\x7c','\x11','\x60','\x3b','\x2b','\x0c','\x04','\xb5','\x14','\xd1','\x49','\x20','\xd3','\xa3','\x04','\x1f','\x22','\x36','\x4f','\xfd','\xdc','\x55','\x44','\x28','\x31','\xc0','\x4f','\x70','\x2a','\x1e','\x76','\x67','\xbb','\x55','\xa5','\x88','\xde','\xd3','\x87','\x39','\xfc','\x32','\x21','\x2f','\xa5','\x48','\x84','\x12','\x7a','\xf1','\x65','\xa9','\x09','\xd4','\x59','\x3e','\x96','\x99','\x49','\xa4','\x88','\x81','\x77','\x99','\xcc','\x38','\xd3','\x11','\x3e','\x5a','\xf6','\x51','\xc9','\x87','\xb9','\xfa','\x8c','\xe6','\x2e','\xaf','\x48','\x51','\x80','\x96','\xae','\x18','\xa5','\x2b','\x89','\x52','\x8c','\x78','\xd6','\x6d','\x92','\xc5','\xf2','\xcd','\xef','\x97','\x9f','\x09','\x3e','\xa2','\x17','\x10','\xe8','\x03','\xbe','\xda','\x3e','\x6e','\x5d','\xa6','\x1b','\x13','\xad','\xa1','\x4a','\xd2','\xa8','\x80','\x74','\xa0','\x0b','\x51','\x79','\x9f','\xaf','\x09','\x03','\x68','\x9a','\x02','\xeb','\x8d','\xaf','\xff','\xd6','\x14','\x79','\xd9','\x44','\xd9','\x1f','\x55','\x3f','\xb8','\x97','\x7f','\xf0','\xc3','\x21','\x6c','\x10','\x26','\x37','\x7f','\x53','\x54','\x5a','\xbc','\xf8','\x37','\xdc','\xa5','\x68','\xc0','\xd5','\x00','\xe9','\xeb','\x90','\xa2','\x43','\xa1','\x58','\xd5','\xfd','\x7b','\xeb','\x02','\x54','\xc0','\x28','\xc0','\x0a','\x2a','\x1f','\xac','\x37','\xc6','\xbc','\x8e','\xcb','\x12','\x18','\xdb','\x18','\xe2','\x44','\x47','\x5e','\xa9','\x3a','\x9b','\xbc','\xdc','\x58','\xac','\x34','\x8e','\x56','\xb2','\x9f','\x5f','\xa0','\x55','\x9b','\x2e','\x2c','\xd2','\x85','\x63','\xe3','\x95','\xc5','\xae','\x63','\x57','\x0f','\x2f','\x3c','\x81','\x2a','\xba','\x5b','\xd9','\x4b','\xa1','\xce','\x8e','\x51','\xe0','\x63','\x64','\xd4','\xb6','\x3a','\x5c','\x51','\xdd','\x00','\xd4','\xf8','\x8e','\xfa','\xd3','\x3b','\xb9','\x11','\xee','\x7a','\xd9','\x3b','\xe3','\x32','\x75','\xeb','\xb8','\xee','\x16','\xa2','\xf8','\x97','\x7e','\x8a','\x3d','\xf6','\x58','\x27','\x9f','\x67','\x11','\xac','\x77','\x18','\xd2','\x01','\x90','\x05','\xa6','\x33','\x53','\x9e','\x79','\x8f','\xb1','\x3c','\x20','\xfa','\x91','\x51','\x63','\x89','\x5b','\x8c','\x6c','\x30','\x52','\x9f','\xd6','\x66','\xa6','\xc5','\xd5','\xfc','\x89','\x84','\x55','\x64','\x13','\xba','\xdb','\xea','\x45','\x00','\xa9','\x2f','\xba','\x7e','\x0c','\x05','\x71','\x69','\x47','\xa3','\xe0','\x29','\x37','\x60','\xad','\x20','\xed','\x07','\x72','\xd1','\xe9','\x90','\x9d','\x18','\x90','\x6a','\x40','\xdf','\xa8','\xb3','\x75','\xa9','\x39','\xd4','\x75','\x0d','\xe3','\x1a','\x21','\x4f','\x10','\xba','\x40','\xd8','\xe2','\xb2','\x4f','\x69','\x9f','\x5f','\x42','\xc5','\xcd','\x73','\x6e','\xf6','\x5d','\x38','\x1a','\x39','\xa9','\xd2','\xbb','\x0f','\x95','\xfd','\xc5','\xb2','\x3f','\xb7','\x7e','\xa9','\xbe','\xfe','\x5d','\x6d','\xe5','\xa2','\xb6','\x72','\x56','\x2a','\x8a','\xfa','\x10','\x2d','\x00','\x53','\x39','\xca','\x6e','\xaf','\x7e','\xad','\x57','\xe0','\x37','\xab','\x29','\x76','\xa6','\x11','\x75','\x57','\x75','\xb3','\xb2','\xaf','\x00','\x8b','\x92','\x54','\x15','\x77','\xd3','\xf5','\x8a','\x76','\xb6','\xa2','\x13','\x07','\x67','\x2a','\xa4','\xc0','\x69','\x15','\xf1','\x96','\xb6','\xf2','\x3a','\x8a','\x13','\x94','\xc1','\xa8','\x1a','\xd7','\xe5','\xba','\xb9','\xc3','\x7f','\x98','\x49','\xf8','\x11','\xe3','\x62','\x54','\xef','\xd0','\x1b','\xbc','\x2f','\x2b','\xe6','\xb6','\x9f','\x1f','\x12','\xc8','\x32','\xdb','\x53','\x6b','\x5b','\xfd','\x00','\x79','\xc9','\x08','\xcb','\x8b','\x8e','\x7a','\x4e','\xe4','\xe0','\xd0','\xc9','\xbd','\xa2','\x63','\x2a','\xbe','\x8c','\x22','\xc1','\x9f','\x51','\x79','\x4d','\x19','\x0f','\xd1','\x10','\xd3','\xef','\x0b','\xda','\x6c','\x48','\xfc','\x6e','\xb3','\xf1','\xdb','\xdd','\xc6','\xef','\x34','\x01','\x9b','\x80','\xaf','\x6e','\x4a','\xa9','\xd2','\x94','\x56','\xff','\x21','\xfa','\xfa','\x09','\x7a','\x7d','\x9e','\x36','\xe7','\xe9','\x7f','\xdd','\xa4','\x5b','\x8d','\xf1','\xf5','\xaf','\xa6','\x57','\x76','\xa7','\x47','\xc6','\x69','\x0c','\x42','\xba','\xc3','\xd7','\xd9','\xdd','\x6c','\x08','\x79','\xb5','\x6e','\x23','\xba','\xe6','\xa1','\x66','\xe3','\xd1','\x26','\x94','\xc9','\x3f','\xd6','\x64','\x27','\xfc','\x43','\xf3','\xaf','\x9f','\x98','\xbf','\x3e','\x3f','\xdf','\x9c','\x6f','\xdc','\xeb','\x3a','\x86','\x0b','\xf9','\x5a','\xd8','\x47','\x78','\xdd','\x57','\x52','\xa5','\xe1','\xde','\xe8','\xf2','\x75','\x77','\x1a','\xe0','\xc5','\x6e','\x86','\x31','\x1f','\xb6','\x9e','\xc4','\xba','\xaf','\x72','\x1a','\x3d','\x76','\x33','\x6c','\xaf','\xb8','\x55','\x95','\xac','\x95','\xd3','\x24','\xea','\x8f','\x2a','\x1e','\x45','\xe0','\x77','\xbb','\x11','\x8a','\xb7','\x60','\x2f','\x52','\x0e','\x2e','\xb5','\x8f','\xa5','\xba','\x63','\x1e','\xb1','\x7c','\x69','\x04','\xe0','\x2f','\x5c','\x16','\x9f','\x76','\xd1','\x05','\x37','\x93','\x76','\x69','\xfa','\xb2','\x80','\xe3','\x2a','\xcd','\xd6','\x69','\xba','\x06','\xa0','\x7d','\xff','\xd8','\x0e','\x1e','\x45','\x90','\x18','\x83','\x80','\xfb','\x80','\x99','\xa1','\xda','\xab','\x40','\x77','\xb1','\x19','\xf9','\xb7','\x77','\xe4','\x09','\xf7','\xf2','\xd5','\x13','\x19','\x24','\x25','\x7e','\x86','\x0a','\xaa','\xb6','\x11','\x4e','\xd1','\x2a','\xc5','\x49','\x2a','\x88','\x50','\xbe','\xbb','\x0c','\xf8','\xc2','\x4e','\x50','\xda','\x10','\x74','\xc7','\xbf','\x74','\x23','\x1d','\x52','\xda','\xa6','\xd4','\x95','\x6f','\x03','\xff','\xa1','\x14','\xbc','\x8e','\x1b','\xe5','\x75','\x07','\xda','\x45','\x21','\xd6','\x7b','\x95','\x14','\xba','\x66','\x38','\x2f','\x67','\xa2','\xbd','\x44','\xc7','\xdc','\x71','\xaf','\x23','\xed','\x2c','\xd2','\x33','\xb3','\x52','\x8b','\xf4','\x58','\x85','\xf1','\x0a','\x7a','\xbd','\xa2','\x79','\x15','\x1d','\x3b','\x24','\x5e','\x61','\x3a','\xc9','\xfc','\x84','\xd0','\x60','\x37','\x0d','\xd2','\x34','\x18','\xbb','\x18','\xe6','\x1a','\xf0','\xe1','\x1d','\x17','\x2b','\x4e','\x15','\x44','\x56','\x89','\xb8','\x11','\xaa','\x7b','\x47','\x46','\x09','\xf9','\xd2','\x8d','\xee','\x33','\xae','\xf1','\x5c','\x2c','\xf3','\xf9','\x11','\x4a','\x74','\xb9','\x5a','\x4d','\x81','\xe6','\x4e','\x38','\x42','\xda','\xef','\x86','\xdf','\xca','\xf6','\x89','\x64','\xc7','\x6f','\x8a','\xdd','\xbe','\xbb','\xdb','\x6f','\xfd','\xf6','\xeb','\xbe','\xd3','\x3e','\x5f','\xfc','\x58','\xc6','\x7f','\x90','\xde','\xdc','\x60','\x54','\xc2','\xe7','\x59','\xff','\x3a','\x5d','\x3f','\x4b','\x37','\x32','\x59','\x69','\x0d','\x6f','\xca','\x33','\xc7','\xa8','\x7f','\x95','\xae','\xd7','\xc7','\x03','\x3d','\xdd','\xd0','\x0d','\x17','\xc2','\x1f','\x78','\x83','\x60','\xe0','\xc2','\x05','\xb8','\xd2','\xce','\xd9','\x20','\xd3','\x0a','\x50','\xa7','\x20','\xba','\x64','\x83','\x24','\x7a','\x51','\x0f','\xca','\x44','\x77','\x67','\x5d','\x36','\x8e','\xe2','\x71','\x78','\x84','\x89','\x77','\x3a','\x58','\x67','\x58','\xb7','\x9c','\xad','\xac','\xdc','\xee','\xad','\x5b','\x9d','\xe9','\x32','\x9b','\xe6','\x2d','\xeb','\x8d','\xef','\x9a','\xc9','\xac','\x5c','\x74','\xc5','\x94','\x7b','\x46','\x6e','\x1b','\xea','\x09','\xea','\x52','\x67','\xa2','\x5c','\x6e','\x9d','\x5b','\xe8','\xf3','\x3b','\x7c','\xef','\xdb','\xfe','\x84','\xe6','\xdc','\xf1','\xd0','\x69','\xfb','\x36','\x8f','\x10','\x28','\x37','\xb8','\x72','\x89','\xf3','\x96','\xd3','\x92','\x67','\x9a','\x76','\x36','\xc4','\x52','\x67','\x2a','\xfa','\x98','\xfb','\x78','\xcd','\x97','\xf6','\x7f','\x17','\x05','\x55','\x75','\x7f','\x10','\xd8','\x17','\xbd','\xda','\xa2','\x08','\xe3','\x26','\x15','\x97','\x87','\xa8','\xa0','\xd8','\xa0','\x1e','\x9e','\xa6','\xd7','\x20','\xf7','\xaf','\x63','\x75','\xaa','\x50','\xac','\xd2','\x73','\x0f','\xea','\x3b','\xe2','\xdd','\x12','\xf5','\x51','\x29','\x3b','\x56','\xfa','\x89','\x34','\x93','\x5e','\xc6','\x0a','\x27','\x72','\x5e','\x2f','\xbf','\xe5','\x55','\x6f','\x3b','\xbf','\x25','\xe7','\x11','\xc0','\xbf','\x07','\x76','\xa3','\x41','\x35','\xae','\x01','\xea','\x2e','\xe9','\x07','\xe0','\x4b','\x0d','\xec','\xdc','\x14','\xa5','\x0b','\x6e','\x1f','\x5e','\xe9','\x42','\x28','\x8f','\x0e','\x0c','\xbc','\x52','\xda','\x1b','\x95','\xf8','\xb2','\x97','\xfa','\x13','\xd2','\xfd','\x36','\xa9','\x3e','\x98','\x29','\xce','\x51','\x74','\xba','\x83','\x12','\x0c','\xc7','\x90','\xb4','\x75','\x47','\xe5','\xb6','\x1e','\xa0','\xc4','\x22','\xa6','\xc7','\x85','\x91','\xc0','\x93','\x0d','\x6c','\xfd','\x15','\x9e','\xdb','\x5b','\xaf','\xeb','\x18','\x6f','\x60','\xe7','\x47','\x18','\x8f','\xcc','\xe1','\xd3','\x53','\x73','\x3f','\x7e','\x69','\xea','\xe6','\x77','\x66','\xce','\xe2','\x83','\x09','\xa5','\x08','\xf8','\x44','\x20','\x7a','\x02','\x75','\x8a','\xf2','\xb9','\xa9','\xb4','\x02','\x4b','\x3e','\x31','\xba','\xa5','\x53','\xa9','\x47','\x05','\xf2','\x28','\x61','\x75','\x40','\xbc','\x3b','\x5d','\x38','\x4a','\x88','\x10','\x78','\x66','\xe5','\xc9','\xc9','\x84','\x3c','\xe2','\xc9','\x04','\xfc','\x0a','\xe8','\xb5','\x52','\xc5','\x0d','\x4f','\xc2','\x3d','\xae','\x42','\xee','\xcc','\x53','\x9c','\x2f','\x2f','\x2e','\xfe','\x63','\x11','\x3e','\xa5','\xc6','\x80','\x85','\x85','\x4f','\x0a','\xf1','\xd4','\xb3','\xcf','\x4a','\x3c','\xfd','\xe9','\x67','\x9f','\xfe','\xd4','\xfc','\xd3','\x9f','\xfa','\x1f','\xff','\xf1','\xa7','\xfe','\xa7','\xff','\xe1','\x9f','\xfe','\xd3','\x3f','\xfa','\xad','\x7f','\xfa','\xe4','\x5f','\xfd','\xe7','\xa7','\xfe','\xc5','\x79','\xed','\xcb','\xe7','\xb5','\x31','\x63','\xe4','\x67','\xed','\xd8','\x22','\x8f','\xf2','\xb5','\xa2','\x40','\x12','\x24','\x24','\xcb','\xed','\xa0','\xe6','\x92','\x6b','\x88','\x7e','\x1e','\xf1','\x82','\x8a','\xa1','\xff','\x21','\x42','\xb7','\x5a','\x9a','\x2b','\xe2','\xe8','\xf0','\xb8','\x78','\xed','\xd6','\xa0','\x08','\x6b','\xb8','\x1a','\x0b','\xf9','\x3b','\xf8','\x06','\x7d','\xc4','\xd6','\x89','\xf5','\xcb','\x90','\x69','\x5e','\xfe','\x6d','\x2f','\x9f','\x5b','\xcd','\xe7','\x1a','\xf9','\xdc','\xf9','\xfc','\xdb','\x97','\x98','\xd6','\x38','\xf8','\xae','\x27','\x8d','\x01','\xf3','\xd5','\xba','\xb9','\x5e','\x37','\xbf','\x5f','\x3f','\xfe','\x76','\x7d','\x6e','\xfd','\x2f','\x8a','\xeb','\xde','\x19','\xa5','\x50','\xf5','\x8c','\xc1','\x08','\x91','\x11','\xd7','\x52','\x34','\xca','\x65','\x09','\x60','\xc2','\x4c','\x97','\xdd','\x89','\xb2','\xdb','\x29','\xbb','\x27','\x2a','\x68','\x1e','\x18','\x03','\x13','\xaa','\x20','\x00','\xd3','\xd3','\x38','\x7d','\xfa','\xb1','\xb4','\xb5','\xf1','\x8b','\x09','\xb9','\xcb','\xa2','\xcc','\x48','\x82','\x4e','\x26','\xe9','\xd8','\x2b','\x52','\xa4','\xc8','\xa9','\x36','\x5e','\x9c','\x02','\x95','\xd5','\xc7','\xd4','\x8f','\x45','\xd3','\x4f','\xea','\xcc','\x87','\xac','\x4e','\x87','\xd1','\x13','\x8c','\xce','\xf7','\x27','\x24','\xfc','\x88','\x5c','\x01','\xd0','\x8d','\x0e','\x13','\x39','\xff','\x64','\x9f','\x27','\x19','\x68','\x2d','\x47','\x3d','\x2a','\x9a','\x94','\xec','\x66','\xe4','\x83','\x8c','\x4c','\xf2','\x09','\xe4','\xef','\x59','\x69','\x65','\x36','\xac','\x43','\xc1','\xc4','\x21','\x8a','\xf7','\x73','\xb4','\x64','\x10','\x95','\xe7','\xb0','\x93','\xd9','\x51','\x59','\x10','\xc3','\xf3','\x59','\x9a','\x54','\xe2','\x54','\x94','\xee','\x8b','\xc8','\x07','\xcd','\x09','\x52','\xd8','\x53','\xaf','\x66','\x02','\x7e','\xc8','\xbf','\x7e','\x48','\x3b','\xbb','\x5f','\xcf','\x2c','\x61','\x5a','\x22','\xcc','\xa3','\x1c','\x4a','\x3c','\xb4','\x35','\x08','\x95','\x4a','\x43','\x83','\xc6','\x09','\xd7','\xe3','\x23','\x72','\xa5','\x77','\x70','\x9e','\x89','\xf7','\x98','\x5a','\xf5','\x0c','\x57','\x98','\xf3','\x33','\xe0','\x07','\x2a','\x2e','\x65','\x9d','\x36','\xf2','\x39','\xf1','\x3f','\x19','\x66','\x4f','\x91','\xf4','\x29','\x9a','\x5e','\xa1','\xe9','\x3f','\x5e','\x4b','\x9f','\x6f','\xa5','\x2f','\x15','\x73','\xad','\x56','\x6e','\xfd','\xbb','\x7b','\x6b','\xd9','\x23','\x38','\xe9','\x4a','\x5d','\x39','\x59','\x4d','\x92','\x05','\x4f','\x4e','\x15','\x69','\xdd','\x99','\x2e','\x63','\x57','\xe7','\xad','\xf0','\xa9','\xaa','\xeb','\x49','\xfb','\x71','\xcd','\x1d','\x85','\xbc','\x5c','\xf7','\x01','\x76','\xea','\x01','\x4b','\x4c','\x31','\x34','\x85','\xe8','\x9c','\xd3','\xad','\x27','\x0a','\x38','\x56','\xc5','\xb8','\x05','\x9f','\x1c','\xb7','\x97','\x33','\x56','\xba','\x95','\x04','\x47','\xed','\xf7','\x7c','\xf1','\x7f','\xab','\xf8','\x45','\xba','\x4e','\x72','\x09','\x92','\x37','\xe9','\x48','\x81','\x62','\x36','\x76','\xfa','\x49','\xeb','\x46','\xf8','\xc8','\x2b','\xfc','\x0b','\x7f','\xce','\x3f','\xdd','\x5c','\xbc','\xd0','\xaf','\xa4','\x4e','\x7b','\x8b','\xd9','\xfe','\x98','\x12','\x1b','\xa9','\x7a','\x6a','\x3d','\x5e','\xc8','\xd6','\xa7','\xbb','\xd2','\xd8','\xc4','\x8c','\x18','\x45','\x42','\x17','\x47','\xb3','\xa1','\xf8','\x6e','\x11','\x52','\x59','\xe6','\x8b','\x99','\x8b','\xdd','\x09','\x5a','\xdc','\x43','\x9f','\x78','\xfc','\xa2','\x78','\xb8','\x81','\x20','\xaf','\xc0','\x09','\x4b','\x89','\x8c','\x17','\x2b','\x10','\x5c','\x85','\x4c','\x66','\xbd','\x4d','\x92','\x0e','\x69','\x27','\x91','\x69','\x26','\x14','\xb9','\xcd','\x5e','\x62','\xee','\x45','\x73','\x83','\xa8','\xe5','\x35','\xf1','\xe6','\xaf','\xf0','\x44','\x61','\x7b','\x01','\x6d','\x8d','\x68','\xc1','\x88','\x5e','\xd7','\x93','\x52','\x05','\xd1','\x43','\x2d','\xda','\x67','\xa4','\x7a','\x2f','\xa7','\xb7','\x5c','\xb1','\x23','\x90','\xd9','\x9b','\x15','\xdd','\x19','\x95','\xb9','\x02','\x0f','\x03','\x7c','\x3e','\x74','\x00','\x95','\xbc','\x4a','\xb7','\x83','\xf5','\x88','\x32','\xad','\xe3','\x4b','\x1d','\x08','\x5c','\x34','\x4a','\x99','\xf1','\x97','\xa4','\xba','\xbb','\xad','\xdb','\x70','\x5b','\xfc','\x5c','\xec','\x72','\x1b','\x12','\x4f','\x5f','\x6d','\x7c','\xe1','\x5f','\xbd','\xf2','\xd9','\xef','\x7c','\xf5','\xb3','\xdf','\xf9','\xda','\xd3','\xa7','\xbf','\xf6','\xb4','\xf7','\xb5','\x0b','\x7f','\xdc','\x18','\xfb','\x32','\x1d','\x5b','\xa1','\xb9','\x1a','\xfd','\xf0','\xa9','\x13','\xb3','\x31','\xd6','\x93','\xcf','\xdc','\x17','\x6d','\x28','\x4e','\x99','\xe3','\xc8','\xf9','\x99','\x61','\x57','\x3c','\x88','\x5a','\xda','\xba','\xf3','\xe3','\xfb','\xed','\xcf','\x65','\xc0','\xf1','\x5b','\xa6','\xe0','\xf2','\xe5','\x6b','\x58','\xbe','\x9f','\x15','\x45','\x47','\xfe','\xd6','\x1a','\x04','\x49','\xf5','\x2c','\xc6','\x49','\x4c','\x31','\x94','\x89','\x6b','\x58','\x97','\x76','\xf5','\x2f','\xeb','\x11','\xcd','\x93','\xf5','\xb6','\xc7','\x72','\x0d','\x96','\x3b','\xcf','\x72','\x97','\xac','\xb7','\x1b','\x90','\x03','\x91','\xab','\x3b','\xef','\xd6','\x51','\xae','\x86','\x8e','\xd4','\xf4','\x95','\x9a','\xfe','\x48','\x4d','\xac','\xd7','\x5e','\xd4','\x2e','\xcf','\x6a','\x52','\x63','\x74','\xb3','\x4a','\x63','\x7c','\x5f','\x7d','\xde','\x8d','\xd2','\x4d','\xeb','\xe5','\x1a','\xae','\xcc','\xe1','\xc5','\xfd','\xaa','\xbc','\xf7','\x28','\x2e','\xaf','\xdc','\xfe','\xbc','\xdc','\x46','\x76','\xe4','\xa3','\x2a','\x7d','\xde','\x05','\xcd','\xb0','\xec','\xa2','\xca','\x79','\x20','\xff','\x5c','\x50','\x79','\xd3','\x8b','\x94','\x1e','\xcb','\x76','\x80','\xc7','\xa3','\x88','\x17','\xa4','\xf2','\x69','\xdb','\x3d','\x2c','\x1d','\xae','\x54','\xf1','\x71','\x8e','\xed','\xe3','\xb7','\x7b','\xd4','\x15','\x80','\xaf','\xf3','\xb2','\x77','\x0f','\x7b','\x47','\x42','\xdc','\xbb','\x24','\xed','\xce','\xb0','\xec','\x70','\x5c','\xa6','\x5f','\x17','\xb9','\x97','\xfa','\x7b','\xb5','\x1d','\x51','\xef','\x94','\x94','\x44','\x11','\xe1','\xc5','\x87','\x7e','\x25','\x5b','\x45','\xc4','\x53','\xa1','\xf9','\xb1','\x6c','\x2b','\xde','\x1e','\x64','\x29','\xc8','\x19','\xd2','\xc5','\x7d','\x06','\x4b','\x85','\x7e','\xa2','\x8b','\x92','\x9c','\x03','\xe5','\xf6','\x0e','\xa6','\x3b','\x55','\x9f','\x12','\x3b','\x92','\x3b','\x93','\x13','\x41','\x7a','\xc5','\x4b','\xaf','\x9c','\x97','\x5f','\x4a','\x5b','\xb9','\xf4','\x81','\x95','\x86','\x7c','\xf9','\xb6','\x38','\x5b','\x5e','\xa9','\x17','\x87','\xe3','\xc2','\xbf','\x40','\xda','\x0f','\xd0','\xdd','\xf1','\x65','\xdd','\xc5','\x7b','\x53','\x62','\x2f','\xe3','\x4e','\xa7','\xf8','\xd4','\x81','\x7a','\xf3','\xc3','\xa2','\x19','\xe0','\xec','\x16','\xa6','\x01','\xce','\x9d','\x09','\x9f','\xa9','\xe3','\x1a','\xc6','\x38','\xc0','\xe4','\x68','\x48','\x67','\x30','\x9b','\xc1','\x37','\x03','\xf8','\x11','\xbd','\x16','\xd2','\x2b','\x88','\x6e','\x34','\xe8','\x06','\xce','\x06','\x71','\xba','\xa9','\x3f','\x6d','\xe2','\x2f','\xfe','\x54','\x3c','\x6d','\xf2','\xa7','\xcd','\xe2','\xd3','\xfb','\xea','\x4f','\x7f','\x58','\x7c','\x61','\x0b','\x3f','\x3d','\xd5','\xab','\x43','\x74','\xa2','\xe2','\x41','\x1b','\x8b','\x9f','\x87','\xc0','\x0d','\xab','\xfe','\x04','\x53','\xfc','\x24','\xe8','\x0a','\xd2','\x36','\x1a','\x5a','\x0d','\xa7','\xea','\x71','\x9d','\xea','\x99','\x4c','\x41','\x69','\x00','\x8c','\x8a','\x35','\x39','\x48','\x4b','\x05','\xa7','\x11','\xbd','\xfc','\x2e','\x45','\x07','\x28','\x9a','\x49','\x67','\xf2','\x13','\x34','\xdf','\xa1','\xf9','\x13','\x69','\x36','\xaf','\xde','\xb3','\x8d','\xf4','\x5a','\x3a','\x64','\x9d','\x36','\xd4','\x7e','\x44','\x71','\x4f','\x29','\x48','\xa9','\xad','\x42','\x9f','\xc4','\x9d','\x4c','\x14','\x8f','\x9c','\xe7','\x2b','\x2e','\xef','\x87','\x9e','\x23','\xfa','\x6e','\x77','\x04','\xb5','\x34','\x04','\x5c','\x10','\xc8','\x8d','\xec','\x77','\x34','\xa8','\x83','\x83','\x87','\xf0','\x04','\xa2','\x0e','\xa6','\x4f','\x09','\xfa','\xd4','\xdc','\xf8','\x53','\x73','\x42','\x94','\xe8','\x91','\xfd','\xf4','\xc8','\x43','\xd4','\xa1','\x87','\x9e','\x32','\x1e','\x7d','\xaa','\xf0','\xd8','\x53','\xbf','\xf9','\xd8','\xc9','\xb9','\x13','\x47','\xea','\xf3','\x45','\x34','\xaf','\xbb','\x0d','\x5d','\xf1','\xf8','\xdc','\x95','\x97','\xd2','\xab','\xdb','\x92','\x2a','\x65','\xb6','\x3b','\xda','\xf0','\xc4','\xa6','\xa7','\xe4','\xbf','\x27','\xa1','\x32','\xa3','\xd0','\x1e','\x21','\x1e','\x77','\x11','\xd4','\x6d','\x51','\x6f','\x89','\x7a','\xa5','\x6c','\xd7','\x53','\x3f','\x85','\xb7','\xa9','\x98','\x7b','\xf4','\xeb','\xc9','\x28','\xd9','\x58','\x39','\x18','\x47','\xd7','\xe4','\x87','\x0c','\xd5','\x58','\xda','\x34','\x9d','\xcc','\x41','\x77','\x22','\xe7','\x82','\xfe','\x73','\x39','\x7c','\xf8','\x55','\x77','\x7f','\xce','\x5d','\xca','\xd5','\x41','\x8f','\x2d','\xbb','\x44','\xe2','\xc8','\x29','\xb2','\x7e','\x8a','\xac','\xd4','\x46','\x35','\x79','\x9d','\xd0','\xd0','\x0b','\x99','\xd4','\x9a','\xdc','\xe4','\xd2','\xab','\x2c','\x7b','\xfd','\xc0','\xd8','\xea','\xbf','\xcd','\x25','\xbe','\xf3','\xa0','\xf3','\x1d','\x67','\xf5','\xdf','\x7c','\xe3','\x8f','\xbf','\xbb','\xef','\x8f','\xd7','\xf6','\xbd','\xc2','\xac','\xaf','\xb2','\x7d','\x5f','\x63','\xfb','\xfe','\x8f','\x87','\xf6','\xfd','\xeb','\x87','\xac','\x7f','\x7d','\x0c','\x3d','\x75','\x0c','\x25','\x4a','\x1f','\x59','\x7d','\xf2','\x23','\xab','\xc1','\xe7','\x56','\xcf','\xf0','\x5d','\x23','\xe8','\xbe','\x11','\x43','\xaa','\x1e','\x9f','\x94','\xb2','\xf6','\x24','\x8e','\x08','\x08','\x97','\x97','\x5d','\xb9','\x3b','\x71','\x32','\x2d','\xe1','\x74','\x63','\xc7','\x80','\x5e','\x88','\x64','\x40','\x51','\x02','\x2f','\xae','\x8f','\xf3','\x68','\xae','\xfd','\x5b','\x33','\xd5','\xa7','\xbf','\xc2','\x9a','\x75','\x50','\xca','\x5c','\xa9','\xa9','\x2f','\x53','\xc8','\xa5','\x8d','\xef','\x45','\x78','\x2f','\xd9','\x72','\xc2','\x80','\x93','\x60','\x63','\x35','\xd8','\x30','\x7a','\xca','\x8f','\x8e','\xfa','\x83','\x58','\x4f','\xff','\x31','\x19','\x9c','\x61','\x0c','\x0f','\x60','\xb5','\xe5','\xf1','\x30','\xa4','\xaa','\x15','\xa1','\xf4','\x7e','\x8e','\xd3','\x93','\x9c','\xda','\x4e','\xc7','\xe6','\xb4','\x07','\x39','\x06','\x19','\x82','\x6c','\x86','\x6d','\x0b','\x78','\x81','\x4e','\x3e','\x5f','\xe7','\xb7','\x82','\xf2','\x7f','\xc7','\xb8','\x3a','\x87','\xb8','\x8d','\x9c','\x2d','\x64','\x35','\x51','\x9f','\xaf','\xb2','\x97','\x8c','\xa4','\x7c','\xb0','\x49','\x5c','\x7c','\x98','\xf0','\x87','\x3d','\xf6','\x70','\xa3','\xb0','\xc4','\xb2','\x4b','\xfc','\xf3','\xcf','\x5c','\xbc','\x2d','\xdf','\x1a','\xbd','\x9b','\xa8','\x72','\x95','\x7b','\x95','\xbd','\x75','\xe4','\x51','\xf9','\x56','\x4f','\xc2','\x36','\xf4','\x38','\xec','\xf2','\xa3','\x2b','\xae','\x58','\xef','\xed','\xf5','\xbd','\x7d','\x7f','\xc5','\x4d','\x69','\x6e','\x77','\xd2','\x83','\xfc','\xf0','\x28','\x4b','\x73','\x27','\x96','\x81','\x57','\x14','\x5c','\xf4','\xf2','\x3a','\x58','\x6f','\xe3','\xc7','\x7b','\x4c','\x32','\xae','\xca','\xfa','\xce','\x39','\x42','\x9a','\x7b','\x23','\x0a','\x50','\xad','\x34','\xa9','\x08','\xe1','\x95','\x3c','\x93','\x76','\x6f','\x61','\x28','\x49','\x3f','\xa3','\xb2','\x40','\x0d','\xf5','\x69','\x31','\x93','\xfb','\x30','\x55','\x35','\x20','\xe0','\xfc','\xe2','\x8c','\x4e','\x5b','\x1d','\xa8','\x53','\x90','\x90','\xbb','\x56','\x56','\xc0','\xf3','\xfa','\x42','\x9d','\x7e','\x3b','\xc8','\xcf','\xe0','\x76','\x61','\xae','\xca','\x6c','\x66','\x6d','\xb1','\x2c','\x44','\xaf','\x0a','\xa8','\x4b','\x51','\xc1','\x30','\xa1','\x6c','\x24','\xba','\xfb','\x28','\xdf','\x46','\x79','\xe6','\x7e','\x9b','\xf1','\x6f','\xcf','\x30','\x21','\x0e','\xb8','\xf8','\x03','\x6e','\x62','\xd7','\xe5','\x76','\x82','\xb1','\x84','\x2a','\xc4','\x30','\x18','\xfc','\x93','\xeb','\xb2','\x6a','\xb5','\x59','\xff','\x5f','\x21','\xd7','\xa6','\x8c','\xdf','\x23','\xde','\xbd','\xd3','\xcd','\x02','\xf9','\x51','\x90','\xa5','\x49','\xe2','\x40','\xe0','\x03','\x4e','\xac','\x99','\x2c','\x09','\xaa','\x24','\x7e','\x8a','\x48','\x5d','\x39','\x2e','\xa8','\x1e','\xaa','\xfc','\x8d','\x61','\x27','\xad','\xaa','\x8b','\xd4','\x1a','\xe0','\xf6','\xd6','\xb3','\x5d','\x29','\x78','\x48','\x1d','\x25','\x9a','\x38','\x73','\x4e','\x3c','\x46','\xf1','\xa7','\x5f','\x09','\x2e','\xfc','\xbb','\x2d','\xfa','\x3b','\x98','\xbe','\x82','\x29','\xf8','\x04','\x6d','\x9a','\x7d','\x8b','\xa6','\x9a','\x14','\x1d','\x92','\xf3','\xb0','\xc7','\x63','\xff','\x54','\x20','\x7e','\x2a','\xad','\x03','\x5c','\x6a','\xbc','\x29','\xcd','\xcc','\xd2','\xb9','\xb0','\x24','\x8f','\xae','\xef','\xf4','\x06','\x57','\x4a','\x17','\x85','\xe3','\xa2','\xd2','\x2a','\x81','\x1e','\x22','\x25','\xd2','\xb3','\xaf','\xc9','\xb6','\x95','\xad','\xbc','\x16','\xbe','\xd2','\x25','\xfc','\x61','\x44','\x85','\x2d','\xff','\x80','\x93','\x3d','\x5e','\x1a','\xc3','\x44','\x19','\xab','\x4e','\xa7','\x9d','\xf1','\xe9','\xa9','\xec','\xb7','\xa6','\xee','\xb7','\xbe','\x31','\xcd','\xfe','\xc5','\x3e','\xf6','\x2f','\x9c','\xcb','\x8d','\x6f','\x7c','\x2b','\xb1','\xef','\x5b','\x99','\x7d','\xdf','\x7a','\xc0','\xba','\xfc','\x6f','\xf7','\xad','\x3d','\xb1','\xcf','\x45','\xfb','\x56','\x20','\x89','\x17','\x69','\x0d','\x74','\xb1','\xfb','\x91','\x75','\xf7','\x23','\x47','\xdc','\xcf','\x69','\xf5','\xeb','\x8e','\x6a','\xf0','\xb0','\xed','\xb7','\x51','\x54','\x03','\xdb','\xa1','\xc6','\x3a','\x34','\x31','\xb9','\x57','\x4d','\x41','\x25','\x22','\x84','\xdc','\x89','\x64','\xb2','\x10','\xd1','\x23','\xc3','\x04','\x26','\x4c','\x34','\xd5','\x1c','\x05','\x9e','\x52','\x34','\x91','\x6c','\xed','\xf1','\xae','\x66','\xfe','\xe6','\x1a','\xe4','\xf7','\x16','\x9a','\xfb','\x0b','\x9b','\x4b','\x27','\x5a','\xa5','\x4d','\xff','\x4b','\x90','\xe1','\xd7','\xaf','\xcf','\xa5','\x1b','\xd2','\x08','\x24','\xf4','\xe4','\xf6','\x75','\x44','\xff','\x3a','\x90','\xdf','\x1f','\x92','\x74','\x63','\x22','\xdd','\xd8','\x23','\x21','\xe5','\xe1','\x85','\xc6','\xfe','\x34','\x60','\x29','\xdd','\x28','\x39','\xa1','\x07','\xeb','\xe5','\x14','\x11','\x62','\xb8','\x7a','\x62','\xcf','\x15','\x94','\xae','\xb9','\xe9','\x3f','\x43','\xe2','\x1d','\x39','\xc0','\xe9','\x9a','\xc8','\xd6','\xa1','\xce','\x7d','\x6e','\xd1','\x76','\x7e','\x7a','\xdb','\xae','\xda','\x36','\x57','\x90','\x2f','\x7f','\xb2','\x65','\xdb','\xca','\x37','\x6f','\x2f','\x8b','\xdb','\xf4','\x8e','\xbc','\x14','\xd0','\xc3','\xc7','\x5c','\xb2','\xc7','\x25','\x69','\x77','\x14','\xf2','\x1c','\x42','\x90','\x4d','\x93','\x52','\x6c','\x42','\x82','\xf1','\x9e','\x95','\x7a','\x46','\x88','\x43','\x1b','\xfe','\xfe','\xb8','\xbf','\xff','\x03','\x97','\x96','\x46','\x2f','\x95','\x46','\xd7','\xbc','\x74','\x83','\x8c','\x5d','\x24','\x93','\x67','\x81','\x81','\xb7','\xff','\x79','\x62','\x26','\x8a','\x17','\x10','\xfe','\x36','\x79','\x48','\x9c','\xbc','\x33','\xce','\xa5','\x70','\x58','\x2c','\xab','\x98','\x17','\xd2','\xe2','\x48','\x0b','\x94','\xaa','\xa5','\xa0','\xe3','\x5e','\xf5','\x65','\x46','\x4e','\x1a','\x3d','\x8c','\xf2','\xe2','\xa4','\x9a','\xb1','\x5e','\xc7','\x1b','\xf5','\x58','\x52','\x6f','\x57','\x29','\x52','\x59','\x1f','\xbd','\x8d','\x49','\x6a','\x1d','\x09','\x66','\x0e','\x8e','\x52','\xb5','\xc8','\x0a','\xb9','\xd0','\x8c','\xac','\xf8','\x99','\xc1','\x3e','\x28','\x8f','\xe0','\x0e','\xc8','\x8a','\x9d','\xbc','\x6a','\xcc','\x04','\x72','\x83','\x11','\xa2','\x18','\x48','\x14','\x97','\x42','\x77','\xa1','\x42','\xa6','\x2b','\xe4','\x40','\x85','\xc4','\xa4','\x86','\x1f','\x15','\x36','\x56','\x48','\xc7','\xe9','\xde','\xc1','\x03','\xd3','\x4f','\xef','\xaf','\xc6','\xb5','\x0c','\x59','\x79','\x8d','\xce','\xd6','\xf9','\x41','\xa5','\xa2','\xcc','\x48','\x33','\xd0','\xd7','\x5d','\x31','\x81','\x0e','\xb7','\xb4','\x7a','\x1c','\xfc','\x09','\xbd','\xf4','\xdd','\x18','\x75','\x47','\x68','\x4b','\xa7','\xbe','\x4e','\x5d','\x94','\xee','\x7d','\x6c','\xc8','\x99','\x27','\x85','\xdd','\x98','\xa5','\xeb','\x73','\x86','\x34','\x09','\xaf','\x14','\xcd','\x91','\xa2','\x73','\xb1','\x5b','\x1a','\x29','\x79','\x23','\x25','\x72','\x59','\x38','\x57','\x4a','\x64','\x04','\x30','\x9a','\xed','\x7e','\x29','\x28','\x3e','\x53','\xe7','\xcf','\x25','\xf9','\xe7','\xef','\x7b','\x96','\xec','\x9e','\x1f','\x7d','\xf9','\x93','\xe1','\x83','\x9f','\x38','\x71','\x65','\xae','\x38','\x52','\x8c','\xe6','\xf3','\xdc','\x23','\x9e','\x93','\x0b','\xed','\x9c','\xab','\x50','\x87','\x1c','\x12','\xa9','\x1c','\x96','\x03','\xfb','\xb3','\x5f','\xb1','\x9f','\xfb','\x8e','\xfd','\x7b','\xdf','\xb4','\xcb','\xf5','\x93','\xc7','\x6f','\x2b','\xca','\xa3','\x80','\x1f','\xfd','\x26','\xfa','\xbd','\xef','\xa0','\xcf','\x7e','\x07','\x95','\xeb','\x03','\xbe','\xc1','\x41','\xdd','\x84','\x7d','\xb4','\x97','\xf4','\x61','\x1f','\xed','\x3a','\x5b','\xbd','\x81','\xca','\x07','\x51','\x7c','\x56','\x5b','\x6a','\x20','\xa7','\x8a','\xfc','\x87','\xa6','\xf0','\x7d','\xdf','\xc1','\xf7','\x7d','\x05','\xef','\x3e','\x8b','\xa7','\xa5','\x5d','\x02','\x7c','\x56','\x43','\x75','\xd9','\x52','\xa4','\x23','\xb1','\x2e','\x2d','\xb8','\x9e','\x44','\x82','\xba','\xec','\x06','\xe9','\xd5','\x65','\x53','\x28','\xcd','\x5e','\xa2','\xa4','\x44','\x89','\x77','\x97','\x31','\x28','\x71','\xaf','\x38','\xbe','\x22','\x43','\x93','\xa6','\xf4','\xa4','\xa2','\xc8','\x84','\x75','\xa2','\x7e','\x7a','\x88','\xa0','\xa5','\x04','\x7a','\xcb','\xd0','\x9a','\x90','\x9c','\x8c','\x95','\x81','\x21','\x77','\xe0','\x88','\xc6','\x6c','\x87','\xbf','\x6e','\xc5','\x1d','\x4c','\xa7','\x81','\xd5','\xf3','\x2b','\x12','\x66','\x86','\xd2','\xb1','\x10','\xce','\x60','\x21','\x15','\xa0','\x34','\xc6','\x17','\x02','\x7c','\xa1','\x8e','\x7f','\x80','\xe7','\x7e','\x30','\x77','\xf2','\x87','\x27','\x6d','\xd8','\x54','\x79','\x59','\xb4','\x38','\x24','\xf3','\xd8','\x4e','\xc1','\xb1','\x0f','\xd9','\xf8','\x31','\x8c','\xbf','\x50','\xc7','\x9f','\x96','\x6f','\xab','\xe3','\x06','\x1e','\x55','\xdf','\x68','\x19','\x2a','\xbb','\xa4','\xbe','\x1a','\x57','\xbd','\x43','\xb6','\x10','\x0b','\x22','\xf0','\x6a','\xa0','\x1a','\x84','\x80','\x37','\x5f','\xe7','\x81','\xe6','\x07','\xc8','\x0f','\xb4','\x56','\xa0','\xad','\x05','\x7a','\x01','\x5c','\x1f','\xf2','\x4f','\x4b','\xfb','\x36','\x41','\xb0','\x81','\xa0','\x5c','\xdd','\x87','\x32','\xd2','\x7b','\xdd','\x1f','\xb8','\x45','\x49','\x54','\x24','\xe8','\xf9','\xa6','\x59','\xf6','\x8c','\xb2','\x47','\xd6','\x3d','\xbc','\xee','\xe9','\x2b','\x9e','\xa6','\xc1','\x71','\x44','\xbe','\x94','\x27','\x79','\xaf','\xec','\x6e','\x9b','\xe7','\x4d','\x7d','\xc7','\x1d','\xe2','\x0d','\x4c','\x03','\xbf','\x97','\x2c','\x71','\xc4','\xd5','\x27','\xa1','\xaa','\x5a','\x4f','\x03','\x54','\x4d','\xc1','\x29','\x40','\xea','\x54','\xfc','\xed','\x9a','\x58','\x11','\x27','\x10','\xe4','\xed','\xc4','\x35','\x45','\x4e','\x52','\x76','\xc5','\xdb','\xae','\x94','\x25','\x73','\x15','\xa0','\x3e','\xe3','\x8b','\x88','\x1f','\x43','\xbc','\x4a','\x9d','\x9f','\x74','\x39','\x2f','\x70','\x5e','\xe5','\x72','\x8e','\xbd','\xe1','\xdb','\x15','\x17','\xc7','\x11','\xb6','\x47','\x44','\xd8','\xcf','\x0f','\x57','\xc9','\x4b','\x72','\x16','\xc6','\x4c','\x1a','\xef','\xef','\xcb','\x91','\xfe','\x10','\xa9','\xb4','\x05','\xab','\x53','\x60','\x14','\x92','\x9f','\x1f','\xfb','\x2e','\xcd','\xb3','\xbb','\x30','\x0d','\xa8','\x48','\xe4','\xe9','\x86','\x35','\x0e','\xad','\xa0','\x90','\x81','\x86','\x38','\x5b','\xfc','\x42','\xb6','\xc5','\x20','\x39','\x40','\x5a','\xd3','\x8c','\x39','\x52','\x27','\xb8','\xc2','\xc8','\xba','\xc4','\x1a','\xc0','\x67','\x0a','\xd3','\x74','\xfd','\x67','\xd4','\x5f','\x30','\x7c','\x88','\x4f','\x98','\x0e','\xd4','\x89','\xdf','\xd9','\x6f','\xe2','\xd6','\x79','\xbe','\xa1','\xdc','\xf2','\xea','\x86','\xf7','\x07','\x51','\x87','\x05','\x50','\x46','\xf4','\x82','\x8f','\x93','\x55','\x82','\x21','\x2d','\x73','\xdd','\x57','\x25','\xbf','\x71','\x75','\x4f','\x11','\x38','\xdc','\x9d','\x77','\x9b','\xba','\x7c','\x16','\x77','\x20','\xed','\x89','\x5f','\xde','\x75','\x52','\xbb','\xbb','\x6e','\x6f','\x59','\xea','\xd1','\x99','\x6a','\x0b','\x68','\x2d','\x17','\x7d','\x11','\x46','\xfc','\x96','\x41','\xf6','\x27','\x42','\x1e','\x61','\xd0','\x0a','\xa2','\x01','\x5d','\x04','\xfd','\xd0','\xf6','\x01','\x8b','\xeb','\xf5','\xa5','\x77','\xeb','\xc7','\xbe','\x50','\xaf','\x6a','\x98','\xeb','\xc4','\xf9','\x19','\xe1','\xb1','\x65','\x4e','\xa9','\x81','\xe0','\x3a','\xd9','\xb6','\x9f','\x47','\xfe','\x5e','\xe4','\xcf','\x81','\xab','\x4d','\xc4','\x8a','\x30','\x0f','\xa9','\x1b','\x64','\x3b','\x41','\xce','\x0d','\x9e','\x77','\x83','\x57','\xdd','\xc0','\x6a','\xc3','\x38','\xe7','\x42','\x3a','\x84','\xf5','\xb6','\x3c','\xe2','\x5c','\x8d','\xe4','\x4e','\x11','\xeb','\xef','\x96','\x59','\x42','\x6a','\x40','\xc8','\x60','\x2e','\x61','\x2d','\xa0','\x5a','\x63','\x2e','\xca','\x29','\x7f','\xf8','\xa2','\xe2','\xb5','\xbe','\x12','\x55','\xf1','\xbb','\xca','\x0f','\xc6','\xb1','\x28','\x48','\x2d','\x84','\xea','\xc9','\x9c','\x8e','\xd7','\x85','\xbc','\x25','\x86','\x02','\x05','\xde','\x5d','\xb9','\xae','\x13','\x08','\x52','\xf0','\xb3','\xed','\x39','\xca','\x1d','\x56','\xb4','\xb9','\x67','\x8b','\xf0','\x68','\x44','\x66','\x15','\x61','\xa9','\x6b','\x1f','\x5b','\xb6','\xab','\x44','\x1a','\xf5','\x27','\x15','\x61','\x65','\x19','\x62','\xd9','\x2e','\x94','\x58','\x01','\x0f','\xb3','\x85','\xfc','\x09','\xe0','\xa7','\xcd','\x54','\x33','\x50','\x4e','\xb0','\x08','\x2e','\xd6','\xa8','\x75','\x4e','\xb6','\xa5','\x5a','\xe7','\x28','\x64','\x5b','\xfd','\x36','\x0a','\x36','\xd8','\x23','\x36','\x1f','\xb7','\x79','\x77','\x91','\x57','\x97','\x96','\x8b','\xc7','\x0e','\x45','\x2c','\x07','\x8a','\xbe','\xb5','\xcf','\x7b','\xc0','\x94','\x71','\xf4','\x86','\xea','\x05','\x70','\x06','\xe9','\x9f','\x97','\xf6','\x89','\x8f','\xaa','\x27','\x34','\x3f','\x73','\x18','\x91','\x98','\x86','\xa0','\x3c','\xa7','\x0c','\xe2','\x85','\x54','\xa0','\x8c','\xb7','\xf0','\x1a','\xfb','\xd8','\x97','\xd6','\xe0','\xcb','\xb6','\x36','\x69','\x25','\xd9','\xca','\xe0','\xbe','\xdf','\xef','\x8e','\x14','\x71','\xa0','\x76','\xcc','\xaa','\x82','\x9a','\x6d','\x21','\xa3','\x3a','\x67','\x45','\xd0','\xea','\x23','\x03','\x16','\x02','\xaa','\xf6','\xc1','\xbb','\xf3','\xcc','\xaf','\xa2','\xeb','\x77','\xa8','\x55','\x7d','\xf5','\x09','\xe1','\xf7','\xeb','\x9e','\x86','\xf8','\x0e','\x01','\x78','\x6b','\xd5','\xdf','\x40','\x56','\xbf','\xc0','\xed','\xef','\x49','\xa7','\x0f','\x76','\xf8','\x7f','\xb6','\x73','\x69','\x7e','\x45','\x99','\xe1','\xaf','\xaa','\x43','\xec','\xa1','\xd7','\xec','\xe6','\x9e','\xfd','\x92','\xae','\x63','\xe7','\xff','\xea','\x70','\xdf','\x8f','\xe0','\xf8','\xfe','\x92','\xaf','\x4a','\xa8','\xc0','\xc9','\xe3','\x0f','\x93','\x5b','\x12','\xe5','\x5f','\x8d','\x51','\xf5','\xad','\x87','\x38','\x28','\x10','\xac','\x5c','\x3a','\xe0','\xc9','\x1f','\x50','\xe5','\xc3','\x9f','\x7e','\x9f','\xbe','\x03','\x51','\xdf','\x1c','\x93','\xec','\x83','\xd8','\x99','\x54','\xbb','\x63','\x66','\xfe','\x76','\x01','\x94','\xfb','\x11','\x9e','\x7f','\x87','\xe7','\x73','\x57','\xf2','\xb9','\x53','\x95','\x77','\x9e','\xe0','\xe4','\xc5','\x62','\xd5','\x72','\xe5','\xc7','\x7f','\x9f','\xeb','\x24','\x0d','\x0a','\x7b','\x59','\x9a','\x02','\x84','\xf8','\x68','\x9a','\x3e','\x2c','\x71','\xb1','\xf3','\x9c','\x8b','\x96','\x4c','\x52','\xb2','\xc2','\xa6','\x2a','\x49','\x23','\xc3','\x25','\x69','\x83','\x01','\xe4','\xa2','\x14','\x48','\x26','\x45','\x5a','\x7a','\x46','\x7b','\x9d','\x6a','\x1e','\x5d','\x39','\x0d','\x59','\x25','\xeb','\xee','\xef','\xae','\xaf','\xfe','\xf6','\xdf','\x9e','\xfd','\x6d','\xbf','\xf9','\xdb','\xfe','\xe6','\xfc','\xdf','\xce','\x6f','\xfe','\xd5','\x0b','\x9b','\x7f','\xf5','\xe0','\xe6','\xdf','\xbe','\x40','\x57','\xbe','\x9a','\xae','\xa7','\xd2','\x48','\xdf','\x3d','\x82','\xe8','\x1e','\x83','\xa6','\x3d','\x7a','\xe1','\x9b','\xb4','\xb1','\x37','\xdd','\xc8','\xa7','\x2f','\xb6','\x69','\xaa','\x05','\x9c','\x55','\x84','\xd3','\x54','\x9b','\x66','\xa0','\x87','\xc8','\x6e','\xe6','\x09','\x27','\xa4','\x3f','\xf6','\xe8','\x62','\x0f','\xe9','\xa5','\xee','\xc4','\xb1','\xe5','\x4e','\x95','\x9c','\xa8','\x78','\xf3','\x4a','\xf9','\x81','\x05','\x82','\x5d','\x4a','\x8a','\x94','\x54','\xc1','\xf3','\xcb','\x26','\x72','\x72','\x72','\x69','\x50','\x37','\xe4','\xbc','\xdb','\x4f','\xa5','\x1b','\x57','\x39','\xe7','\x15','\x83','\x2e','\x64','\xc0','\x80','\xf8','\xff','\x52','\xfa','\x59','\x4a','\xcb','\xd2','\x94','\x5a','\xcb','\xb6','\x2e','\x41','\x47','\x2a','\x5e','\x54','\xc7','\x4b','\xe3','\xad','\xb5','\xb0','\xdc','\x38','\x51','\xce','\x16','\x17','\x92','\x68','\x09','\xf7','\xf5','\x5e','\xc0','\xa8','\x07','\x75','\xd3','\x83','\x97','\x13','\x84','\xed','\xf1','\x58','\xa6','\xc9','\x0e','\x35','\xd9','\xfe','\x54','\x7b','\x3f','\x61','\x4b','\x84','\x81','\xbf','\x77','\xd8','\x1a','\x4c','\xb5','\xa3','\xc1','\xb6','\x3f','\x01','\xa1','\xd1','\xf3','\x54','\xdc','\xec','\x42','\x76','\x90','\xc2','\x04','\xa5','\x7b','\x1a','\x34','\x73','\xb3','\x73','\x68','\x93','\xee','\xa7','\x80','\x25','\x4a','\x4b','\x94','\x7a','\xd9','\x0e','\xbc','\xa1','\x4f','\x82','\x4a','\xa2','\xfc','\x9f','\xc8','\xff','\x2c','\x15','\xdd','\x49','\x15','\x4f','\x81','\xc6','\x6d','\x31','\xf2','\x3a','\x90','\x4f','\x4e','\x50','\xb6','\xa7','\xc1','\x32','\x9b','\xec','\xd0','\xcd','\xf6','\x7e','\xca','\xf6','\x53','\x04','\xd7','\xc9','\x2a','\x3e','\x99','\x61','\xa8','\xcb','\xf6','\xf6','\xc1','\x1c','\x14','\x11','\xa8','\xfe','\x08','\x18','\xcb','\xad','\xf0','\x67','\x18','\x18','\x86','\x62','\x6f','\x3a','\x6f','\x46','\xa1','\x3a','\x98','\xc0','\x50','\x68','\xaf','\x5d','\x9a','\x5b','\xb9','\xf4','\x52','\x99','\xd9','\x79','\xc3','\x9e','\xa6','\x73','\x38','\x53','\x8f','\xa5','\x26','\x12','\x49','\xc2','\xb0','\xa1','\x21','\x9a','\xf3','\xb3','\xef','\xba','\x79','\xcd','\xdd','\x2b','\x15','\xbc','\x3c','\xe4','\xda','\x91','\x53','\x98','\x5e','\x89','\x8d','\xc5','\xde','\xb4','\xfe','\xce','\x7f','\x7e','\xd5','\x7f','\xd5','\xf5','\xad','\xb6','\x9f','\x5b','\xb9','\x14','\xc1','\x7a','\x9b','\xe5','\x6a','\x46','\xee','\x14','\xcd','\xd5','\x33','\xd6','\xdf','\x01','\xbf','\xb1','\xb4','\x4a','\x7b','\xf5','\xf8','\x22','\xc4','\xfd','\xcc','\x61','\x57','\x25','\x70','\xf6','\x78','\x3c','\x74','\xfc','\x01','\xa5','\x03','\xf7','\xe3','\x68','\xa0','\x2c','\xef','\x8c','\xa3','\x01','\x45','\x9e','\x3c','\x6f','\x66','\xe4','\x1c','\x90','\xaa','\x83','\x0d','\xcc','\x09','\xaa','\x6d','\xa3','\x5b','\x54','\x7c','\x20','\x83','\x7a','\x07','\x45','\xeb','\x07','\xd7','\x11','\xdd','\xe8','\x3a','\xef','\x08','\x51','\xc5','\x2e','\x23','\x45','\x46','\xaa','\xd2','\xfa','\x2d','\xf0','\x89','\x71','\x17','\x4f','\x92','\x7a','\x3a','\x14','\xa3','\x1e','\xd0','\x98','\x6b','\xdd','\x50','\xf3','\x82','\x15','\x2f','\x28','\x7b','\x41','\xae','\x1b','\x7e','\x0c','\xec','\x65','\xfc','\x81','\xf3','\xf6','\xae','\x8b','\xb7','\x77','\x35','\xec','\xb4','\xc4','\xc5','\xad','\x5c','\xc3','\x7e','\xbb','\x61','\x3f','\xaf','\x06','\x39','\x57','\xde','\x57','\xfc','\x88','\x7b','\x38','\xed','\x92','\x7e','\x9e','\x8c','\xdc','\x98','\xbb','\x40','\x67','\x3c','\x87','\x5c','\x0f','\x72','\xa4','\xa5','\x1d','\x3f','\x6d','\xb4','\x46','\x58','\x33','\xe6','\x84','\xb1','\xb2','\x4b','\xde','\x58','\xdd','\xe5','\x74','\x77','\x43','\xca','\xae','\xdb','\x2e','\xaf','\x02','\x3f','\x89','\x1a','\xb3','\xb2','\xea','\xaf','\xc7','\x81','\xb7','\x10','\xa4','\xa1','\x3d','\x94','\x08','\xc7','\x81','\x8e','\x8e','\x2a','\xb5','\x4f','\x91','\x53','\x0f','\xb7','\x69','\xf9','\xc5','\x78','\xea','\xe3','\xdd','\xf1','\xfd','\xd5','\x71','\x56','\xcc','\x53','\x54','\xc9','\x6a','\xb5','\x64','\x12','\xf2','\x6e','\xd1','\x76','\x7e','\x42','\x0f','\x81','\x2a','\x62','\xba','\x77','\x30','\xe8','\x57','\x9c','\x2f','\x96','\x91','\xf3','\xb6','\x6f','\xab','\x42','\x4e','\xe7','\x16','\xe6','\x15','\xc1','\x6d','\xd0','\xa3','\x9c','\x37','\xe5','\xb7','\x04','\x72','\x34','\x9b','\x23','\xa7','\x0d','\x1b','\x94','\xa1','\x28','\x10','\x77','\x92','\xa1','\x49','\xcc','\xf4','\xcb','\x03','\xdb','\x28','\xd5','\xc9','\xf6','\x2a','\x09','\xfa','\x49','\x8f','\xc5','\x9e','\xa6','\xa7','\x43','\x01','\x38','\x78','\x5c','\x47','\x5d','\x9a','\x76','\x69','\x4e','\x74','\xd6','\xa3','\x98','\x92','\xe8','\x0c','\x82','\x4b','\xd1','\xf8','\x0e','\xff','\xe1','\x81','\x51','\xb4','\x37','\xe1','\xf7','\xfc','\x87','\x77','\xca','\xff','\x5f','\x25','\xf3','\x77','\xd4','\x5f','\x10','\xb7','\xac','\xae','\x30','\xbc','\x19','\x5d','\xd1','\x4e','\x6f','\x88','\xeb','\x3d','\xa9','\x22','\x5c','\x35','\x55','\xb9','\x2a','\xf4','\xe6','\x3d','\xc8','\x6d','\x10','\xf1','\xde','\x75','\x8e','\xf6','\x9d','\x99','\xab','\xbc','\x78','\xde','\xbc','\xfc','\x93','\x2e','\xb3','\x55','\x42','\xb8','\x4d','\x7a','\x83','\x28','\x91','\x52','\xdc','\x65','\x78','\xc2','\x60','\x99','\x21','\x0a','\x6d','\xdf','\x34','\x41','\xac','\xab','\x89','\xb1','\xf8','\xcb','\x89','\x7a','\xc5','\x6b','\xe6','\xc9','\xf5','\x19','\x64','\x10','\x2b','\xdc','\xa5','\x23','\xa3','\x86','\xe4','\x77','\x59','\x0e','\x50','\x29','\x80','\xc0','\xd6','\x33','\x84','\x2e','\xff','\x33','\xb6','\xf4','\x43','\xb6','\xf4','\x97','\xbc','\x64','\xfa','\xa5','\x23','\x6d','\x4f','\xb7','\x08','\x99','\x20','\xd5','\xa8','\x0e','\x31','\xf2','\x60','\x47','\x5e','\x74','\x45','\x46','\x48','\xc1','\xfd','\x76','\xc7','\x3d','\xb9','\xdb','\x83','\x3d','\x70','\x62','\x83','\xbf','\x25','\xb2','\x98','\x36','\x8a','\xe2','\x96','\x49','\x70','\xe1','\x19','\x2f','\xeb','\x34','\x92','\xe5','\x96','\x54','\xa8','\x51','\xf9','\xf2','\x49','\xa7','\x86','\xcb','\x7f','\x36','\x57','\xfe','\x93','\xa9','\xf2','\xd7','\x66','\x9c','\xaf','\xcd','\x3c','\x57','\xc3','\x40','\x54','\xf2','\x9f','\x1e','\x10','\xef','\xdd','\x26','\x79','\x9b','\xec','\x9d','\x83','\x74','\xbb','\xec','\x61','\x82','\xa5','\x00','\x43','\x96','\x4f','\xa0','\x90','\x2d','\x4a','\x81','\x50','\xb0','\xb6','\xc7','\x75','\x60','\x61','\xdd','\x71','\x06','\x50','\xee','\xe3','\xc8','\x8a','\xfb','\xc9','\x15','\xb7','\xa6','\xb9','\x09','\x64','\x26','\xf7','\x16','\x88','\xb5','\xf6','\x1b','\xfb','\x98','\xf5','\x8d','\xa9','\x9c','\xe5','\x3c','\x32','\x59','\xfc','\xd8','\xa4','\xfb','\x31','\x0b','\xe5','\xf6','\xe1','\xdc','\x37','\x1c','\xb1','\x0f','\x3d','\x6f','\xb9','\x39','\x13','\x7d','\x0c','\xa1','\x8f','\x59','\xdd','\x8f','\x4d','\x97','\x22','\xe4','\xa6','\x4b','\x65','\x85','\x4f','\x0a','\x51','\xbf','\x57','\xbf','\xd1','\x3b','\x4c','\xb0','\x5e','\xe0','\x60','\xa7','\x16','\xa4','\x5c','\x01','\x3b','\xfc','\x00','\x46','\x8c','\xd0','\xa3','\x61','\xf6','\x36','\x54','\x7d','\xed','\xc5','\x64','\xee','\x60','\x57','\x84','\xc0','\x37','\x47','\x03','\x32','\x86','\x89','\xf5','\xf3','\xee','\xf3','\x75','\xf2','\x6a','\x9d','\x58','\xb7','\x7b','\xfd','\x46','\x73','\xa7','\x98','\xf5','\xce','\x5a','\xae','\xc6','\x72','\xf5','\x69','\x09','\xab','\x2b','\x8d','\x04','\x8b','\xf1','\x09','\x29','\x9c','\x9d','\x88','\x7d','\xda','\x11','\xc0','\x83','\xf7','\xa7','\x1e','\xb2','\x42','\x94','\xf3','\xb0','\x22','\x99','\x84','\xee','\x27','\xc3','\xe3','\xfc','\x9f','\xcf','\xc5','\x2f','\x39','\xf1','\xf3','\xf6','\xa8','\x84','\x94','\x47','\xe7','\xec','\xdc','\xd9','\x93','\xeb','\x75','\xb9','\x36','\x7b','\xa9','\x38','\x3b','\x4b','\x5a','\x22','\x9b','\x71','\x38','\x75','\xea','\xde','\x7e','\x3c','\x39','\xb7','\xfd','\x4e','\x0a','\x4d','\x54','\xe5','\xac','\x71','\x49','\x51','\x6a','\x1a','\xaa','\x08','\x94','\x48','\xc8','\x05','\xa5','\x48','\xb3','\xa3','\x28','\xbf','\xdc','\x7b','\xa1','\x4f','\x44','\xaf','\x73','\x4a','\x97','\xa4','\x92','\x64','\xfc','\x3a','\x19','\x67','\x24','\x9f','\x21','\x1b','\x64','\x98','\x37','\x95','\xec','\x35','\x89','\xf5','\xdd','\xdd','\xfb','\x58','\x7a','\x1f','\x1b','\x93','\xcf','\xeb','\xb2','\x63','\x4e','\x16','\x9d','\x3f','\x75','\x4b','\x16','\xf2','\xf6','\x61','\xb2','\xcf','\x71','\xbe','\x81','\x88','\xe5','\x12','\x13','\x5a','\x94','\x7c','\xe9','\x72','\xf7','\x99','\x6f','\x95','\x9e','\x9b','\x2e','\x7d','\x7e','\xba','\x44','\xa6','\x4b','\xa3','\xdf','\x2a','\x85','\xd3','\xa5','\x13','\x02','\xf2','\x13','\xfe','\xbe','\x3c','\x34','\x5c','\xd6','\x80','\x7c','\x6c','\x98','\x9f','\xed','\x8e','\x71','\xc4','\x57','\xf0','\xbe','\xd7','\xd9','\x6e','\x43','\xa0','\x7a','\x10','\xfc','\x11','\x06','\xfc','\x40','\xa2','\x5e','\x6e','\x04','\x65','\x7a','\x7b','\x81','\xda','\x4b','\x3d','\xce','\xdb','\x5f','\x75','\x9d','\x61','\xbe','\x38','\xe0','\x49','\x63','\x98','\x33','\xc5','\x91','\x7b','\x00','\xf3','\x45','\xd5','\xcb','\x60','\x43','\x7e','\x98','\x2d','\x1b','\x58','\x14','\x54','\x1c','\xed','\x14','\x72','\x36','\xdc','\x72','\x8d','\x94','\xcf','\x84','\x15','\x4c','\x16','\xe4','\x4e','\x96','\xa0','\x8b','\x06','\x3b','\x66','\x9a','\x8b','\xa8','\x68','\x3f','\x8a','\x17','\xf2','\xa2','\x92','\xc7','\x43','\x08','\x8f','\xe7','\xb1','\x9d','\xc7','\xbc','\x87','\x30','\x1a','\x28','\x3d','\xa1','\x41','\x6e','\x74','\xc5','\x2d','\x4a','\x74','\x5a','\xda','\xa0','\x30','\x93','\x7d','\x04','\xb8','\xd1','\x75','\x9a','\x84','\x4b','\xdc','\xe8','\x72','\x9f','\x3b','\xfe','\xe2','\xd2','\xcd','\x10','\xba','\x4d','\x05','\x5c','\x7e','\x2e','\x82','\x17','\x20','\x60','\xd1','\xef','\x4f','\x84','\x55','\xbc','\x72','\x34','\xe1','\x93','\xd5','\x80','\xde','\x10','\x0f','\x6c','\xe2','\x29','\x16','\x9b','\x3b','\x40','\x2f','\x5f','\xeb','\x6e','\xf3','\xca','\x02','\xa9','\x2c','\x38','\x09','\xac','\x80','\xb0','\x6b','\x61','\x0e','\x13','\x56','\x87','\x86','\x5d','\x72','\xc5','\x77','\x6d','\x52','\x3d','\xda','\x2d','\x62','\x72','\xc7','\x75','\x8c','\x4d','\x6c','\xd2','\xd8','\x67','\xae','\xd2','\x3a','\x70','\x86','\x53','\x3c','\x05','\x1d','\x63','\x71','\xbc','\xa3','\x0a','\xd0','\xd0','\x54','\x20','\x65','\x63','\xaf','\x2d','\xef','\x00','\x16','\xfc','\x45','\x72','\x17','\x8f','\xbd','\xef','\x40','\x11','\xab','\x3f','\x80','\xd4','\xba','\xf5','\xa2','\xaf','\xf9','\x3e','\xf4','\xbb','\x59','\xf3','\xa1','\x6a','\x2f','\xe3','\xeb','\xd0','\xdd','\xf6','\x0a','\x41','\x57','\x28','\xda','\x60','\xd0','\x40','\xf7','\x64','\xaf','\x60','\xfc','\x98','\x32','\x00','\x03','\x95','\x2a','\x09','\x9c','\xa5','\xed','\x51','\xe1','\x40','\xa1','\x22','\x78','\x19','\x7b','\x9c','\xf8','\x52','\x77','\x8e','\x91','\xf7','\xb5','\x53','\x86','\xf3','\xd9','\x06','\x29','\x6d','\x7d','\xb2','\x88','\x48','\xa0','\xd2','\xb4','\xd4','\x34','\xb6','\x6b','\x56','\xf1','\x41','\xd5','\x8e','\xcd','\x54','\x57','\x29','\xaa','\xfe','\xa0','\xf0','\x57','\x76','\xe6','\xc5','\xc5','\x4c','\x5f','\xa7','\xad','\xc9','\x31','\x95','\x1a','\xa7','\xa1','\x83','\xef','\xfa','\x4c','\x0a','\xc3','\x5f','\xe2','\xe9','\x31','\x31','\x7d','\x3f','\xcd','\xff','\x8c','\x4e','\xff','\xbf','\x8c','\x07','\xc7','\x8c','\xbd','\xed','\xb5','\x05','\xe3','\xd2','\x13','\x06','\xff','\x4c','\x5b','\x9c','\x1d','\xfb','\x7a','\xe2','\x01','\xa8','\xaf','\x84','\x8e','\xca','\x97','\xc3','\x3b','\x76','\xb6','\x71','\x84','\x84','\xab','\x62','\x3a','\xbd','\x55','\xda','\x43','\xda','\xe3','\x13','\xd0','\x3c','\x65','\xa1','\x4a','\x17','\x8a','\x2c','\x6a','\x92','\xe0','\xe8','\xe8','\xf0','\x9d','\x7c','\x95','\x56','\x7b','\x89','\xb1','\x25','\xe0','\x9e','\x6a','\x47','\x1a','\xe9','\x9e','\x6e','\xf8','\xdf','\xbc','\xe0','\x39','\x2f','\x78','\xa6','\xab','\x5a','\x01','\xea','\x6e','\x7a','\x23','\x3e','\x56','\x93','\x46','\x37','\x9e','\xac','\xe1','\x23','\x35','\xbc','\x22','\x42','\xa9','\x57','\xce','\x1a','\xd4','\xb9','\xb8','\xdd','\x0b','\xb2','\xa2','\x7a','\x41','\x3a','\xc3','\x2f','\xd3','\xb1','\x4a','\x3a','\xee','\xa4','\x93','\x15','\xda','\xa8','\xd0','\x4b','\x15','\xea','\x57','\x68','\x11','\x5a','\x5b','\xa4','\x99','\x33','\x51','\xe0','\x1d','\xe0','\xcb','\x85','\xdb','\x94','\xb9','\x73','\x63','\xea','\xc5','\x55','\x77','\xfa','\x85','\xd4','\x76','\x0c','\x0a','\x43','\x0a','\xd1','\x71','\x44','\xf3','\x88','\x6e','\x44','\x0a','\xa3','\xe8','\x44','\x9a','\xa3','\xdc','\xf8','\x44','\x97','\x90','\xf1','\xf0','\x4b','\x52','\x3d','\xde','\x44','\xfb','\xe7','\x21','\x9b','\xe8','\xd0','\x09','\xf4','\xdf','\x36','\x71','\xe9','\xa2','\x20','\xe9','\xc6','\x88','\xd6','\xd0','\x57','\x1a','\x7b','\x73','\x0d','\xeb','\xdd','\x86','\x8a','\xa7','\x03','\xac','\xb7','\xe5','\x71','\x37','\x20','\x3f','\x6e','\xfd','\x2c','\xcb','\x48','\xb2','\xc7','\xc7','\x78','\xda','\x64','\x5b','\x2c','\xd7','\x2c','\xe6','\xce','\x85','\xf9','\x46','\xf1','\x63','\xff','\x5b','\xf7','\x91','\x55','\x39','\xee','\xe6','\xe4','\x11','\x06','\x90','\xc1','\x98','\x13','\xed','\x9c','\xcb','\x26','\x45','\x1b','\xb4','\x39','\xd1','\x3e','\xe2','\xb2','\x23','\xa2','\xed','\x72','\x5f','\x6b','\x1f','\x4a','\x01','\x2b','\x75','\x8f','\xd7','\x11','\x2e','\xf5','\x93','\x02','\xb4','\x3a','\x0d','\x9e','\xc8','\x9d','\x83','\x22','\x97','\x7c','\x06','\x70','\x70','\xff','\xe2','\x63','\x9f','\x0c','\xf3','\x84','\x47','\xd8','\x4b','\x16','\xf7','\xa6','\xc2','\x0a','\xe1','\xb3','\x0a','\x35','\xb2','\xa0','\xa7','\xa0','\x5e','\x06','\xe6','\xd0','\x4d','\xe1','\xb4','\xa4','\xd2','\xee','\xa2','\x5d','\x04','\xa5','\x42','\xb4','\x04','\x8d','\xb5','\xd3','\x1e','\x30','\xa5','\xc3','\xd1','\x1b','\x1a','\xbf','\x42','\x72','\x7f','\x4e','\x72','\x4d','\xb2','\xf7','\x5c','\xb7','\x1c','\x43','\xc5','\x38','\x73','\x93','\x04','\x7c','\xa2','\x1c','\xeb','\xd2','\x14','\xf8','\x75','\xe1','\x74','\x98','\x51','\x34','\x13','\x2f','\xcc','\x91','\x8a','\x20','\xb3','\xd8','\xac','\x61','\xeb','\x3d','\xcc','\x6a','\x21','\xbb','\x85','\x73','\x1b','\x40','\x70','\x71','\x68','\x36','\x64','\x2f','\x62','\x78','\x59','\xc3','\x33','\x7b','\xb1','\xf9','\x58','\x68','\x3e','\x8f','\xf8','\x1b','\xd7','\x8f','\xd4','\xea','\x73','\x58','\x6f','\x50','\x1d','\x38','\x2a','\xde','\x53','\x99','\xde','\xae','\xf9','\xb1','\xe9','\xb9','\x83','\xef','\x89','\x03','\x79','\x1c','\xe1','\xe0','\x3b','\xe1','\xf0','\x58','\x5e','\xe1','\x37','\x6a','\xf8','\xe1','\x3f','\xc3','\x0f','\xff','\x09','\xfe','\xec','\xd7','\xc2','\xa7','\x2f','\xa0','\x7f','\x72','\xe1','\xfa','\x97','\x6b','\xf5','\x0f','\xd7','\x81','\x83','\xe3','\x7d','\xeb','\x65','\x32','\xd0','\x88','\x56','\xaa','\xd5','\xbe','\x7a','\x43','\x9c','\x32','\x0c','\xf4','\xfb','\xe8','\x2e','\xf4','\x53','\x52','\xb7','\xfb','\x4e','\xf6','\x08','\xbd','\x07','\xc4','\xda','\x05','\x9d','\xce','\x8b','\x6e','\xc3','\x50','\x6d','\x34','\x13','\x12','\x9c','\xc6','\x7c','\x1a','\x57','\x75','\x0d','\xf2','\x48','\x7c','\x4a','\xab','\x94','\x59','\xd4','\x9f','\x18','\x97','\x36','\x93','\x8a','\xcc','\xe8','\x2a','\x9f','\x04','\xab','\x46','\x99','\x34','\x86','\x58','\x02','\xdf','\x10','\x3d','\xe3','\x8e','\x14','\x39','\x71','\xda','\x10','\x52','\x55','\xa0','\x12','\x95','\x96','\xc1','\xaf','\x40','\x9f','\x6b','\x3e','\x52','\xe4','\xba','\xeb','\x08','\xd8','\xca','\x33','\xc3','\xc5','\xa4','\x3d','\x92','\xf0','\x3b','\xda','\x63','\x8d','\x68','\x50','\x56','\x3c','\xa0','\x1a','\xb8','\xfb','\x0d','\xf2','\x38','\xcc','\x8f','\xbd','\x4d','\x8e','\xbd','\x97','\x0e','\x93','\x61','\x6a','\xa7','\x80','\x4a','\x57','\x0a','\x37','\xa8','\xc2','\xbe','\x92','\xbc','\x79','\x2b','\xbc','\xf3','\xfd','\x1b','\xdb','\x9d','\xf8','\xb6','\xdb','\x90','\x09','\x77','\xe7','\x40','\xa9','\x46','\xae','\x0b','\x04','\x75','\x19','\xa9','\x45','\x14','\x48','\xfa','\x62','\x5e','\x04','\xfe','\x70','\x61','\x2c','\x42','\x3b','\x82','\xf5','\x0c','\x08','\x6d','\x51','\xc5','\x55','\x04','\x89','\xd5','\x24','\xbc','\xee','\x55','\x0d','\x43','\x2e','\x47','\x77','\x07','\x29','\x59','\xaa','\xa3','\x06','\xf2','\x3d','\x7a','\x1b','\xd8','\x01','\x7a','\xf9','\x63','\x3d','\x22','\xa6','\xf4','\x8a','\x2b','\x65','\x5a','\xaf','\x01','\xfd','\xc5','\x6e','\xae','\x01','\x45','\x2d','\xd0','\xc2','\x20','\xc1','\x2a','\xd0','\xe0','\xe8','\x89','\xff','\xea','\x88','\xa6','\xaa','\xf3','\xfb','\xb5','\x6c','\x77','\xbc','\x41','\xc6','\x1a','\x64','\xf2','\x62','\xd7','\xa7','\x64','\x87','\x16','\x57','\x88','\xf9','\xec','\x7a','\x14','\x7c','\x81','\x0f','\xb6','\x21','\xbf','\x94','\xaf','\x78','\xaa','\x7b','\xc4','\x11','\x77','\x50','\x46','\xf4','\x98','\x22','\xe2','\xc0','\x0b','\x31','\x5c','\xa7','\xf9','\x52','\x2f','\x97','\x72','\x90','\x5a','\xd9','\x84','\xae','\x49','\x8b','\xc4','\x5e','\x54','\xa9','\x3b','\x12','\xaa','\x60','\x93','\x97','\x5b','\x5c','\xee','\xaf','\x5a','\x0b','\xe9','\x05','\x94','\xcc','\xaa','\x58','\xa5','\x94','\xcf','\x7e','\x7c','\xa5','\x85','\xfe','\xd0','\x45','\x13','\x11','\x39','\x79','\xfb','\x90','\xc9','\x94','\x07','\x4f','\x7d','\x06','\xb9','\xa3','\x5d','\x8b','\xa2','\x4b','\x10','\x3f','\xfd','\x35','\x45','\x1e','\xb0','\xa1','\x8a','\x54','\xfa','\x58','\xd6','\x61','\x5a','\xa3','\x44','\xc6','\x4c','\xc2','\x23','\xa8','\xfe','\x13','\xba','\x3a','\xd9','\x68','\xe6','\xe9','\xfc','\x03','\x94','\x7d','\x80','\x3e','\x99','\xf8','\x5a','\xe8','\xfc','\x20','\x28','\xfc','\xc0','\x34','\xa1','\xf7','\xe8','\x7d','\x50','\x5b','\x01','\x01','\xef','\x42','\x86','\xb0','\x71','\xe0','\x6a','\xf5','\x8d','\x8d','\x53','\x2c','\xb8','\x62','\x66','\xc0','\x2f','\x54','\x73','\x93','\xfd','\x68','\x45','\x6f','\x37','\x4d','\xc0','\xcb','\x96','\xda','\xfa','\x13','\x0a','\x24','\x25','\xba','\xf1','\x88','\xc1','\x1e','\x3c','\x48','\x48','\x27','\xc6','\x5e','\x42','\xf6','\xa2','\xb9','\x0a','\xfa','\xf8','\xc6','\xc0','\x19','\x25','\xef','\x3c','\xd4','\xa4','\xa9','\x54','\x07','\x8e','\x49','\xf9','\xfa','\xa8','\x9a','\x2d','\x51','\x9e','\xa7','\xa2','\x56','\xf3','\xc8','\xab','\x5e','\xca','\xea','\x76','\xa3','\x24','\x4f','\xab','\x0b','\x67','\xa2','\x24','\xba','\x7e','\x7c','\x30','\xe2','\x55','\x83','\x6d','\x27','\xc1','\x95','\xdb','\x84','\x93','\x26','\x17','\x6f','\x71','\x45','\x8f','\x06','\x90','\xfb','\xd4','\x1e','\x8f','\x67','\x9a','\xfc','\x50','\x93','\xef','\x27','\x80','\x25','\x68','\xd1','\xc8','\x55','\xa8','\x60','\x01','\x60','\x2c','\x40','\x00','\x8c','\x3b','\xa3','\xee','\xe1','\x7e','\x9d','\x14','\x86','\x76','\x8d','\x0d','\x24','\xfe','\xaf','\x02','\x9d','\x92','\xd2','\xe2','\x40','\xfa','\x62','\x98','\x0d','\x18','\x14','\x27','\x9e','\x69','\xab','\x12','\xc5','\xed','\x41','\xae','\x3e','\x93','\xbb','\x2c','\x72','\xa7','\xd1','\xde','\xb8','\x21','\x55','\xaf','\xcf','\x10','\x5c','\x67','\xd8','\xf4','\x91','\xd5','\x22','\xec','\x66','\xa8','\x24','\x33','\xc0','\xea','\x0f','\x14','\x66','\x54','\x9e','\x24','\x70','\x49','\x4c','\xa3','\x4e','\x0e','\xb5','\x73','\x2b','\x6b','\x6c','\x7d','\x8d','\xdd','\x9a','\xce','\x57','\xa6','\xbb','\xf6','\x74','\x95','\xe4','\x8b','\xd4','\x42','\x7c','\x22','\xf3','\x3c','\xa6','\x65','\x28','\x8b','\xa3','\x9f','\xad','\x8b','\x5f','\xf6','\x0b','\xe2','\xca','\x61','\xf6','\x8d','\xc1','\xb8','\xae','\xc6','\xe1','\xe0','\x3d','\x72','\x1e','\x18','\x2b','\x75','\x69','\x8a','\xd2','\x3c','\x74','\x8c','\xe5','\xb1','\xc3','\x52','\x18','\x0d','\xf9','\xa3','\x0e','\x10','\x27','\x14','\xde','\xb6','\xa3','\x69','\xdb','\x1f','\x75','\x03','\x9c','\x51','\x7d','\x7f','\xd4','\xb4','\x27','\xef','\x30','\xdc','\x0d','\x93','\x64','\x28','\x04','\xad','\x14','\x5f','\xdc','\xb6','\xfc','\xe1','\xd0','\xa4','\xcf','\x12','\x9d','\xac','\x9f','\xb9','\x3f','\xf3','\x96','\x0a','\xff','\x29','\x9f','\x00','\x0c','\x94','\xbd','\x9f','\xf1','\x87','\xfb','\x48','\x6a','\x8d','\x1d','\xfd','\x97','\x33','\x7b','\xcf','\xd3','\xc7','\x32','\x34','\x4f','\xd3','\xb3','\x97','\xe8','\x9f','\x3c','\x15','\xde','\xfc','\x3c','\xfd','\x9d','\xfd','\x34','\x6f','\x64','\xf6','\xee','\x7b','\xf4','\x1f','\x87','\x8f','\x89','\x85','\xc7','\x7e','\xef','\xd9','\xc2','\x11','\x72','\x62','\x25','\x36','\x2f','\xc4','\xbc','\xef','\xce','\xfb','\xaf','\x37','\x5a','\xbf','\x4b','\x37','\xe7','\x69','\x73','\x9a','\x7a','\x2f','\xa4','\xdd','\x1f','\xa6','\xf5','\xd4','\x6e','\xa2','\x43','\x7d','\x9c','\x9c','\x15','\x51','\xde','\x1d','\x10','\x84','\xd2','\x92','\x84','\xd5','\x29','\x01','\x57','\x36','\x2e','\xc9','\xd5','\xbd','\x5e','\x6f','\xae','\xaf','\x36','\xe5','\x54','\x89','\x26','\x4f','\x9f','\xb3','\xdd','\xc8','\x79','\x2c','\xd7','\x35','\x73','\x8d','\xa2','\x4a','\xb1','\xd0','\x4f','\x51','\x5d','\xef','\xea','\x79','\xea','\xbc','\x47','\x8d','\x59','\xe0','\xb5','\x20','\xb3','\x14','\x7d','\x95','\x8a','\x30','\x8b','\x63','\x29','\x79','\x1f','\x76','\x17','\x49','\xfe','\x0f','\xc3','\x6b','\x65','\x32','\xba','\x42','\xd2','\xeb','\x34','\xb7','\xd6','\xd8','\x68','\xb4','\xe3','\x0d','\x3e','\xda','\x90','\xcf','\xee','\xbb','\xeb','\xb5','\x6c','\xaa','\x9e','\xd4','\xe9','\xc0','\x5e','\xa6','\x72','\xfe','\x47','\x4c','\x53','\x79','\xd1','\x36','\x55','\xdb','\x22','\x17','\xa9','\x9e','\xaa','\x72','\xbd','\x18','\xd0','\x6e','\x46','\xda','\x53','\xfa','\x1a','\x47','\xad','\x05','\xd4','\x9e','\xd6','\xbe','\x3b','\xad','\x67','\x76','\x63','\x32','\x91','\x21','\x49','\x86','\xe2','\x72','\xa3','\x30','\x8a','\x88','\x48','\xf3','\x89','\x47','\xfc','\xb4','\xf0','\xcb','\x2b','\x56','\x87','\xab','\xdd','\x6c','\x1a','\xb1','\x98','\xd3','\x89','\x29','\x6b','\x2b','\xd1','\xab','\xd1','\x62','\x0c','\x4d','\xb7','\xd1','\x74','\x15','\x4d','\x33','\xc0','\x6e','\x86','\xb2','\x05','\x94','\x92','\x0b','\x3e','\x91','\x29','\x26','\x21','\x13','\x8c','\xff','\xd6','\xee','\xf3','\x7b','\x2f','\x64','\xf2','\xe9','\xc6','\x4c','\x7a','\xed','\x03','\xf4','\xa1','\x44','\xe3','\x49','\xf1','\xd7','\xe1','\x89','\x1f','\xd4','\x8b','\x40','\x8f','\x01','\x26','\x5e','\x94','\xe3','\x62','\x6d','\x15','\x1e','\x9c','\x62','\x0f','\xee','\x5d','\xb0','\xde','\xb8','\xf2','\xe0','\xe4','\x95','\x07','\xf7','\xbe','\x68','\x6d','\x59','\x52','\x04','\xa9','\xfc','\x96','\xc3','\x24','\xd1','\x26','\x29','\x34','\xea','\x21','\x11','\x71','\x25','\x11','\xe0','\xd6','\x8e','\x4a','\x25','\x23','\xc7','\xe6','\xe3','\x1e','\x5b','\x6a','\x32','\x2f','\xca','\x16','\x88','\x44','\xb4','\xa1','\xa2','\x71','\xa6','\x8a','\x40','\x81','\x00','\x1d','\xf4','\x18','\x1d','\xce','\x58','\x73','\xf5','\x46','\x0b','\x83','\x7e','\x37','\xd1','\x42','\x81','\x4a','\xb4','\xf3','\xd1','\xfd','\x68','\x27','\xa9','\xce','\x8e','\xfc','\x3a','\xcd','\x35','\x52','\xcd','\x4c','\x57','\xff','\x2e','\x41','\x2d','\x22','\x8f','\x87','\xe9','\x68','\xcd','\x15','\x1b','\xca','\x59','\x8a','\xd1','\x04','\x6e','\xed','\xf1','\xfc','\xcc','\xf5','\xe0','\xd0','\x4d','\xb1','\xbf','\x10','\xec','\xdf','\x54','\x14','\x64','\x34','\xf0','\x86','\x98','\xc7','\x22','\xbf','\xba','\x2a','\x8f','\x83','\x00','\xae','\x9c','\xe9','\x2f','\x23','\x52','\x71','\x49','\x1e','\x11','\xd5','\x50','\x9d','\xec','\x4a','\x10','\xe3','\x5c','\x17','\xfa','\xb1','\x36','\x09','\xf4','\x63','\x25','\xa8','\x44','\xd0','\x17','\x09','\x5a','\xf2','\xd0','\x52','\x73','\xa4','\xa4','\xe0','\x11','\x1d','\x04','\x45','\x3c','\x34','\x0a','\xc5','\x3d','\xdf','\xae','\xa6','\xa7','\x79','\x6e','\x9a','\x4f','\x4e','\xf3','\xa7','\x43','\xfb','\xdc','\x88','\x43','\x8a','\x4f','\x51','\xfe','\xda','\xee','\xa7','\xbc','\xdc','\x97','\x4a','\x6c','\xb3','\x54','\x6d','\x3f','\xb5','\xb6','\xef','\x21','\xf6','\xc4','\x43','\x79','\x51','\xc8','\xbd','\x63','\x30','\x66','\xe4','\x0e','\x14','\x72','\xdf','\x7a','\x28','\x9f','\x5f','\x9a','\xce','\x7f','\xf2','\x00','\xab','\xb3','\x3c','\x8e','\x83','\xea','\x1c','\x46','\x55','\x85','\x40','\x35','\xff','\x96','\x7c','\xd9','\xed','\xbd','\x94','\x58','\x52','\x3d','\x92','\x06','\x2f','\x09','\x19','\x4d','\x75','\xc9','\x55','\x4e','\x8e','\xaa','\xfd','\x23','\xb9','\xc0','\x48','\xc5','\xa7','\x0e','\x6a','\x1d','\x96','\x3a','\xad','\xe3','\x2b','\x75','\x0e','\xc1','\x17','\x05','\xd9','\xac','\x1e','\xb0','\x5c','\x07','\xce','\xf5','\x5e','\xef','\x54','\xcd','\x23','\x4e','\x2f','\xb7','\x09','\x1d','\xf1','\x90','\x1c','\x97','\x3d','\x89','\x11','\x05','\xdd','\x39','\x27','\xa4','\x2d','\x79','\x47','\xdc','\x21','\xae','\x48','\xb0','\x07','\xc9','\x09','\x7f','\x4f','\x48','\xc5','\x47','\xda','\xad','\x56','\xdc','\x3d','\x51','\x80','\x12','\x3d','\x95','\xbc','\x2e','\xbf','\x9a','\x4f','\x9c','\x56','\xaf','\x4f','\x38','\x54','\xc8','\x1d','\xed','\x42','\x6f','\x29','\xa8','\xa4','\x44','\x53','\x18','\xcd','\xd8','\x23','\x07','\x6f','\x8f','\xcc','\x60','\x89','\xf8','\x4c','\x5c','\x7c','\x54','\x0f','\xa7','\x94','\x22','\x30','\xe0','\x57','\x8f','\xeb','\xaa','\x27','\x6f','\x05','\xf2','\x40','\xe4','\x40','\x6e','\x27','\xce','\x3b','\xcc','\x3e','\xde','\x91','\x5b','\x27','\xec','\x9e','\xb7','\x58','\x34','\x18','\x8c','\x21','\x41','\xda','\x66','\xe2','\xf6','\x34','\x8e','\x4d','\x63','\x32','\x8d','\x13','\x79','\x6c','\x58','\x98','\x4f','\xa0','\x04','\x4a','\x26','\x30','\x39','\x27','\xbc','\x0e','\x2e','\x6d','\xfe','\x78','\xc9','\xf7','\x97','\x2e','\x86','\xcf','\xc9','\x3b','\x95','\x68','\x12','\xa8','\xa3','\x69','\x8e','\x93','\xe6','\x78','\xaa','\x0b','\x47','\x35','\xb8','\x7f','\x7f','\x33','\x5f','\xf4','\xf3','\x6e','\xb0','\xf7','\xb2','\x38','\x8a','\xfc','\x27','\x54','\xb7','\x18','\xb9','\x29','\xeb','\x23','\x4c','\xd7','\x3b','\xb8','\x06','\x69','\xd8','\x24','\xcf','\x7e','\xed','\xdb','\x6c','\x5c','\x67','\xf7','\x57','\xa0','\xda','\x6b','\xbe','\xc2','\x1a','\x15','\x96','\xbd','\xa5','\x8a','\xd0','\x14','\x60','\xac','\x33','\x5a','\x63','\x10','\xc9','\xfd','\xce','\xf4','\xf8','\xcc','\xf4','\x49','\x92','\x2f','\x50','\xcb','\xe4','\x13','\x90','\x9c','\xd0','\xf6','\xa5','\x39','\x6f','\x67','\x85','\x5d','\xf4','\x9d','\x37','\x2e','\xd9','\x5a','\xc3','\xd6','\x89','\x5d','\x92','\xb7','\x0b','\xc1','\x49','\x24','\xf5','\x84','\x25','\xe7','\xe7','\x6f','\x71','\x7b','\x09','\xd9','\x4b','\x9f','\x8a','\x70','\xf4','\xad','\xd7','\xed','\x25','\x5f','\xa5','\x32','\xc5','\x7d','\xd8','\x09','\x07','\xfd','\x22','\x0d','\xf7','\x1e','\x81','\xa1','\xed','\xb1','\x57','\x44','\x6f','\x55','\x51','\x93','\x6b','\xcd','\x67','\x35','\x6f','\x55','\x3f','\xd7','\xd5','\x47','\x9b','\x78','\x74','\x84','\x10','\x9d','\xa5','\x84','\x1f','\x0f','\x7b','\x9d','\x94','\x85','\x0b','\x2c','\xac','\x31','\x88','\xe5','\xcd','\xa8','\xe0','\x6b','\xbc','\xcf','\x82','\x7e','\x77','\xf8','\xa9','\xff','\x27','\x76','\x67','\xc5','\x2f','\x68','\xa4','\x25','\xa7','\xc2','\xd8','\x11','\x14','\xcf','\xf9','\x38','\xed','\x4a','\xa8','\x28','\x2f','\xa3','\x02','\x7a','\xf2','\x16','\x24','\x08','\x9f','\x4f','\x75','\x1a','\xf2','\x37','\x0c','\x83','\xb2','\x19','\x50','\xd8','\x8a','\x98','\xba','\xf5','\xf4','\x3e','\x7b','\xf7','\xcb','\x33','\xf4','\x6b','\x33','\xf4','\xaf','\x55','\x3e','\x91','\xca','\x1b','\x4c','\x98','\x7e','\x52','\xbe','\x48','\x27','\x46','\xfb','\x46','\x71','\x5a','\x74','\x14','\x59','\x62','\xec','\x45','\x11','\xae','\x19','\x88','\x7d','\xe1','\xf5','\xfc','\x1b','\x1e','\x2b','\x4b','\x9c','\x52','\xe4','\x15','\xe7','\xd9','\xd2','\x2b','\x8a','\xb3','\xe2','\x85','\x69','\xfe','\x23','\x56','\xf9','\xdf','\xf3','\x6f','\x65','\x99','\x1f','\xcf','\x00','\x67','\xae','\xdf','\x47','\x90','\xbe','\x2c','\x84','\xef','\xe7','\xdc','\x08','\xcd','\xdc','\xc5','\x30','\x1f','\x23','\x15','\x89','\x11','\x5a','\xd1','\xa9','\xad','\xb1','\xff','\xaa','\xad','\x35','\x51','\x4b','\x6a','\x60','\xbf','\xa6','\xad','\x8d','\xd7','\x0a','\x63','\xf5','\xec','\xa4','\x97','\xf4','\xab','\x78','\x10','\xaf','\xb4','\xfa','\x94','\x56','\x57','\xd0','\xf5','\x0d','\xd1','\xfa','\x55','\xce','\xf0','\x1d','\x2f','\x7b','\x79','\x5f','\x2a','\xc0','\x7a','\x3e','\xfe','\xf6','\x2a','\xd6','\xbc','\xb9','\x9c','\xe7','\xbc','\xeb','\xf2','\x5c','\xdd','\x9e','\xbc','\x78','\x74','\xa5','\x7d','\x32','\x75','\xda','\x9e','\x3c','\x53','\x79','\xa3','\xce','\xb5','\xfa','\x82','\xdb','\x5c','\x38','\xdf','\x7c','\xe1','\x95','\xeb','\x7f','\xd4','\x98','\xff','\xdc','\xf9','\x17','\x3e','\x77','\xe9','\xc1','\x27','\xdc','\x17','\x9e','\x68','\xfc','\xd0','\x79','\xe3','\xe2','\xd7','\xf5','\x94','\x91','\xc1','\x43','\xf5','\x05','\xaa','\x64','\x46','\x7e','\xaf','\xf5','\xc1','\x4b','\xa5','\x4a','\xad','\x92','\x54','\x82','\x74','\x63','\x14','\x8a','\x0b','\x46','\x18','\x94','\x35','\x69','\x6a','\xde','\xc8','\xa3','\x5e','\x20','\x38','\xbb','\x4c','\x93','\xb4','\x85','\x33','\x2d','\x55','\xd4','\xf6','\x1a','\xa6','\x9b','\x31','\xda','\x7a','\x6a','\xf7','\x55','\x06','\xa4','\xfa','\x21','\xa5','\xcb','\x98','\xae','\x08','\xea','\xcf','\xec','\xf6','\x0f','\x64','\x7e','\xc9','\x3a','\xaf','\xae','\x7d','\x21','\xf7','\xad','\xf9','\xdc','\xe5','\x71','\xc1','\x20','\x1c','\x26','\xf1','\x4f','\x19','\xfd','\xe1','\x1a','\xfd','\x6a','\xf5','\xdd','\x98','\x35','\x9d','\x48','\x66','\xde','\x80','\xf2','\x70','\xa8','\x59','\xfb','\x81','\x2b','\x7e','\xe9','\xd2','\x75','\x4c','\x37','\x04','\x64','\x11','\x5f','\x89','\xd1','\xe0','\x18','\xbd','\xca','\xe9','\x75','\x9e','\xf5','\x39','\x05','\xbc','\x0e','\xd8','\x7c','\x5d','\xda','\x52','\x63','\xda','\x6a','\x66','\x5d','\xb5','\xa9','\x5a','\x48','\xf1','\x18','\x76','\x29','\x4e','\x26','\x98','\xea','\xd4','\xf6','\x64','\xc9','\x09','\x97','\x34','\xf7','\x39','\xcd','\x75','\x2e','\x77','\x4b','\x9a','\x5b','\xd2','\x4e','\x79','\x91','\xe9','\x74','\xfa','\xcd','\xd4','\x44','\xd0','\xed','\x5c','\x59','\xa2','\xfe','\x33','\xf2','\x0c','\xbd','\x4e','\x26','\x4a','\xa3','\x9d','\x79','\xb2','\x39','\x4d','\x1a','\x2f','\x10','\xfa','\x43','\xf2','\x5e','\x8a','\x40','\xdf','\x13','\xc2','\x6e','\x84','\xb9','\x16','\x39','\x38','\x42','\x0b','\xda','\x25','\x56','\xf4','\x19','\xf7','\xad','\x16','\xce','\xde','\x14','\x26','\x0a','\x0a','\xe8','\x2a','\x5b','\xbd','\x6e','\xbd','\x06','\x64','\x68','\x75','\x12','\xe0','\x92','\x10','\x6f','\xf5','\xfa','\x4d','\x8c','\xef','\xf6','\xd3','\x17','\xfc','\xdc','\x9a','\xd4','\xc9','\x9d','\x9a','\x3b','\x31','\xb4','\x0f','\xf6','\xf4','\x4c','\xc5','\x3e','\xc1','\x75','\x02','\xbd','\x5d','\x70','\x4a','\x8c','\x4a','\xad','\x52','\x69','\x9b','\xfb','\x9b','\xbc','\xd9','\xd3','\xb8','\xa6','\x09','\xd9','\xad','\xf0','\x1a','\x71','\x92','\xa4','\x10','\x27','\xa6','\xae','\xb8','\xe0','\x7c','\x74','\x65','\x9b','\x17','\x28','\xbb','\xb3','\x16','\x12','\x55','\x2e','\xe9','\xef','\xd0','\xc7','\x6b','\x54','\xab','\x29','\x5b','\x4c','\x0e','\xde','\x7e','\x45','\xac','\xac','\x7d','\xc1','\xbd','\x72','\x64','\xe5','\x47','\xda','\x99','\x47','\xb3','\x8d','\x6c','\x5c','\xea','\x1a','\x09','\x96','\xc4','\x26','\x19','\x79','\x12','\x1e','\xb1','\xbc','\x2d','\x2b','\x2e','\x24','\x59','\xad','\xc8','\xc1','\x29','\xa0','\xf2','\x70','\x51','\xe9','\xd4','\xb1','\xd2','\x39','\xdb','\xf9','\xf7','\x0b','\x25','\x4f','\x1a','\x98','\xf2','\xe3','\x2d','\x8e','\x92','\xa9','\xd4','\xb9','\xfd','\xef','\x76','\x69','\xf9','\xcf','\x1f','\x2d','\x92','\xcf','\xa3','\x2f','\x9e','\x41','\xd0','\xfa','\x4f','\xd5','\xd9','\x19','\x12','\x81','\x26','\x27','\x0f','\x48','\xf1','\x18','\x4a','\x50','\x3d','\xd5','\x75','\xbc','\x5e','\xf5','\x94','\x9e','\xea','\x0c','\xc6','\xb3','\x84','\x3a','\xe7','\x3a','\xfd','\xae','\x62','\x12','\xbb','\xa1','\x4a','\x54','\x0a','\xf9','\x04','\x73','\xb0','\x89','\x46','\x9e','\x44','\x4e','\x08','\xfe','\xe7','\x15','\x17','\xfc','\xcc','\x2a','\xa9','\xc6','\x89','\x1a','\xcc','\xe1','\x63','\x38','\x6b','\x3b','\x4b','\x0b','\x90','\x0e','\x21','\xc4','\x1c','\x59','\x74','\xc8','\x94','\x9d','\xda','\x6f','\x77','\xa9','\xbd','\xf4','\xa8','\x4d','\x3e','\x7f','\xf2','\x8b','\x67','\x6c','\xaa','\x0f','\xf1','\x15','\xc8','\xbf','\x06','\x0d','\xaa','\xc4','\x1a','\x26','\x47','\x31','\xa9','\xcf','\x91','\xa9','\x97','\xe4','\x6f','\x90','\xef','\x04','\xa9','\x83','\xb8','\x8b','\xa7','\x96','\x9c','\xdb','\xa5','\x24','\x86','\x84','\xd1','\x07','\x02','\x32','\x03','\xa9','\x5d','\xa3','\xd0','\xa6','\x85','\x2c','\x63','\x90','\x1b','\x77','\xe4','\x11','\xc5','\x7a','\xfc','\x51','\x51','\x9b','\x48','\x42','\x5f','\x20','\x07','\x2a','\x5e','\xe5','\x28','\xa9','\x2d','\x12','\x74','\xac','\xe9','\x88','\xb7','\x60','\x35','\xb4','\x89','\xbe','\x44','\xb0','\x0d','\xfc','\x66','\xb4','\x22','\x0d','\xf1','\x0e','\xe2','\x6c','\x3b','\xff','\xf0','\x36','\x4e','\x9f','\x11','\x69','\x0f','\x67','\x57','\xeb','\xf8','\x43','\x5f','\x99','\x5b','\xfc','\x8a','\xf3','\xa3','\x6f','\xda','\x0b','\xdf','\x04','\x9a','\x38','\xd5','\x03','\xd7','\xb9','\x15','\xd8','\x95','\x6f','\xe2','\x91','\x6f','\x62','\xfb','\x3b','\xe2','\xef','\xbe','\x83','\x13','\x75','\x6c','\x78','\xd8','\xf4','\x30','\xea','\x62','\xd4','\x18','\xe2','\x43','\xbb','\x3b','\x9c','\x44','\x07','\xb4','\x81','\x77','\x97','\x27','\xdf','\xe1','\x66','\x1f','\x10','\x32','\x42','\x69','\xbf','\xa7','\x4a','\xfb','\x29','\x02','\x30','\x54','\x31','\x59','\xc5','\xe9','\x54','\xdc','\x56','\x45','\xf3','\xa1','\x68','\x37','\x8e','\x2a','\x49','\x68','\xb7','\x53','\xa1','\x23','\x9c','\x8d','\xa0','\x08','\x87','\xe2','\x90','\x34','\x18','\x57','\xfe','\x84','\x34','\x9e','\x13','\xc2','\x89','\x02','\x84','\xbb','\x6d','\x1b','\x82','\x85','\x73','\x36','\x50','\x91','\x9f','\xb5','\x27','\xbc','\xa3','\xef','\x2e','\xdb','\x3f','\xa2','\xf6','\x19','\x74','\x12','\xf6','\x75','\x45','\xd3','\x34','\x2a','\xff','\xae','\xab','\x08','\x20','\x7a','\x79','\x29','\x71','\xb4','\x53','\xfe','\xac','\xf7','\x8d','\x38','\x05','\xc8','\xab','\xd4','\xbc','\x3d','\x97','\x43','\xc8','\x7b','\x47','\x68','\xbf','\x41','\x96','\xb2','\xe1','\xfb','\xe5','\xc5','\x65','\x90','\x8a','\x48','\xa2','\x02','\xc5','\x7c','\x5c','\xf1','\xd8','\x50','\x7c','\x95','\x92','\xeb','\xb4','\xea','\x1f','\x8a','\xfb','\x8f','\x1e','\xa9','\x3f','\xe6','\x88','\xc7','\x6c','\xfb','\x84','\x6d','\xcf','\x2f','\x9d','\x9c','\x3f','\x76','\x18','\xd8','\xef','\x8e','\x6e','\xf5','\x82','\x9b','\x72','\x00','\x5b','\xd3','\x61','\xca','\x89','\xae','\xfa','\xc3','\x46','\xf9','\x5e','\x91','\x0b','\x22','\x1a','\x2b','\x0e','\x2b','\x17','\x94','\x57','\x2b','\x04','\x02','\x46','\xf7','\x5e','\x1d','\x0f','\x95','\x8b','\x20','\x6a','\x6e','\x08','\xfa','\xea','\x8e','\x7c','\x8c','\x80','\xa0','\x1e','\xf5','\x81','\xe1','\x4b','\x01','\xe2','\x17','\x7c','\xff','\xc4','\xf5','\x60','\xfe','\x86','\x68','\x34','\x31','\xed','\x23','\x3b','\x18','\x4b','\x05','\x4c','\x69','\x3a','\xfd','\x3a','\x32','\xc0','\xa8','\xa7','\xaa','\x4d','\x13','\x2a','\x5d','\xd6','\xf0','\x27','\x4c','\x7f','\x0f','\xf2','\xf7','\xb8','\xc1','\xe3','\x97','\xc5','\x7e','\xe4','\x4b','\x2c','\x21','\xbf','\x84','\x7c','\x0f','\xdd','\x99','\x04','\xa2','\x3a','\x97','\xb4','\x51','\xb6','\xd3','\x27','\x9d','\xdb','\xd6','\x9f','\xe3','\xb4','\x9d','\x29','\x58','\xad','\x3f','\x48','\x02','\x97','\xd1','\x4a','\x2b','\x9e','\x91','\xa6','\xd6','\xd7','\x7f','\x44','\xb7','\xb4','\x0b','\xbe','\xf6','\x55','\xf5','\xe6','\xbf','\x46','\x0e','\x6d','\x17','\xe8','\x21','\xb3','\xa3','\x9c','\x25','\x2e','\x52','\xdd','\xa1','\x05','\xf0','\xd0','\xe6','\xb1','\xf3','\xde','\x36','\x27','\xad','\xde','\x67','\xa9','\x8d','\xe9','\x40','\x38','\x8f','\x15','\xc8','\x2c','\xc4','\xa5','\xa4','\xf6','\x34','\xf6','\xd7','\x87','\xc3','\x71','\x52','\x1d','\xef','\xf1','\xd3','\xee','\xc8','\x1f','\x73','\x31','\x6f','\xc5','\xf8','\xfa','\x2a','\x24','\xd7','\x49','\x3d','\xed','\x0c','\x22','\x9f','\x40','\x6c','\x59','\x25','\x1a','\x2d','\x21','\xed','\x9a','\xbc','\xf9','\x22','\x89','\x4e','\x3e','\x26','\x5e','\xdb','\xb8','\x6b','\x5b','\xdc','\x9b','\x99','\xb3','\x1a','\x4e','\x8f','\x18','\x2c','\x6d','\xe7','\xc5','\x96','\x1c','\x58','\xc3','\x2f','\x0d','\x3b','\x9f','\xe9','\x9f','\x91','\xe3','\x7d','\x76','\xfe','\x41','\xbb','\x22','\x4e','\x56','\x5e','\x5c','\xaa','\xcc','\x02','\x79','\xf9','\x67','\x10','\xaf','\xa3','\xa8','\xe8','\x03','\x1e','\xa8','\x52','\x4e','\x14','\x47','\x04','\xb4','\xd6','\xfc','\xb1','\x34','\xa6','\xc7','\xdb','\x09','\xb0','\x48','\xe4','\xec','\xca','\x76','\xe4','\xfd','\x48','\x23','\xf2','\x88','\xe8','\xbb','\x86','\x44','\x38','\xe9','\x42','\x47','\x8e','\x23','\x2e','\x51','\xfe','\x67','\xb9','\x04','\x8b','\x45','\xb3','\x0a','\xfd','\xcd','\x81','\x95','\xa5','\x3e','\x3a','\x60','\x27','\x7b','\x31','\xd3','\xeb','\xf7','\x37','\xdc','\xec','\x4f','\x22','\xd2','\x68','\x09','\xc4','\x65','\xef','\xea','\xeb','\xca','\x91','\xde','\x8e','\x65','\x51','\xbc','\x35','\xa8','\x06','\x7a','\xbf','\x9a','\xa0','\xbb','\xd1','\xdf','\x0e','\x8a','\x43','\x9d','\x0a','\xd7','\x5d','\x88','\x45','\x44','\x04','\x14','\x8a','\xab','\x61','\x44','\x47','\x31','\x8c','\x12','\x52','\x1d','\x92','\x6b','\x53','\x82','\xba','\x88','\x49','\x73','\xb3','\x88','\x7c','\xae','\xb9','\x90','\xe3','\x80','\x51','\x96','\xa2','\xa4','\xfc','\xfb','\xb1','\x24','\x54','\xe7','\x47','\xb4','\x45','\x3d','\xe9','\x4a','\x78','\x5a','\xb4','\x29','\xe1','\x05','\x85','\x79','\xc2','\x1b','\x03','\x3f','\x3f','\x1d','\x02','\x5b','\x00','\x40','\x53','\x3b','\x67','\x1c','\x1d','\x1e','\xf2','\x8b','\x6e','\xf3','\xcc','\x00','\x11','\x47','\xdc','\x2d','\xa4','\x24','\x8a','\xf3','\xbf','\x56','\x6c','\x8c','\x73','\x3a','\x6e','\xaa','\xf4','\x45','\x70','\xd9','\xd3','\x8d','\x64','\xba','\x86','\x77','\xef','\x24','\x74','\x85','\x7f','\x9a','\x6b','\x09','\xbf','\xe7','\x33','\x8c','\xd8','\x27','\x66','\x91','\x3e','\xc7','\xf4','\x8f','\x77','\xf4','\x29','\x06','\x1e','\x61','\xc6','\xb1','\xc1','\xa1','\x74','\x53','\x2e','\x99','\x51','\x37','\xa1','\xfe','\x8a','\x31','\xea','\x9b','\x85','\x76','\xb1','\x25','\x37','\xe5','\xc3','\x19','\x10','\x85','\x0c','\xc1','\x06','\xca','\x66','\x29','\x73','\x1a','\x1c','\x02','\x01','\x80','\xa6','\x7a','\x50','\xcd','\xca','\x01','\x02','\xe8','\x67','\x50','\x3a','\x65','\x56','\x29','\xaf','\x71','\xde','\xe2','\x7e','\x0b','\xad','\xaf','\x69','\xb5','\x82','\x8e','\xb3','\x24','\xf2','\xb3','\xdd','\x99','\x87','\x96','\xb8','\x7a','\x4f','\x52','\x02','\x69','\x04','\x19','\xc8','\x30','\xe9','\xa0','\x59','\xf9','\x00','\x43','\xf1','\x05','\x26','\x44','\x67','\x40','\x31','\xac','\xf2','\x19','\xda','\xfd','\x56','\xdf','\x91','\xc8','\xdf','\x41','\xa0','\x84','\xb6','\xf7','\x06','\xd5','\x96','\x52','\xf9','\x0f','\x41','\x0f','\xbf','\xab','\x08','\x91','\x29','\xe1','\x8b','\xc0','\xc9','\xd0','\x19','\x6c','\x1e','\xd1','\x58','\x7b','\x5d','\xca','\x36','\xe0','\x7f','\x1e','\xab','\xcf','\x4d','\x0e','\xf1','\x3f','\xc7','\x8f','\x20','\x9c','\x83','\xbc','\x1d','\x48','\xda','\xc9','\xb9','\xe2','\x3d','\xa4','\xd6','\xb5','\x98','\x7b','\xc2','\x98','\x7a','\x29','\x33','\xf3','\x7b','\x74','\xe6','\x8f','\xe9','\x8c','\x46','\xb1','\xc6','\xe2','\x68','\x2d','\xe9','\xaf','\xcd','\xf0','\xd6','\x16','\x2b','\xda','\xac','\x35','\xd7','\xaf','\x1f','\x3c','\x4c','\x20','\x6f','\x27','\x39','\xc8','\x29','\x92','\x72','\x4c','\xb1','\xdc','\xf4','\x67','\x11','\x99','\x48','\x85','\xdb','\xf9','\xcf','\x08','\xb0','\x84','\x48','\x09','\x11','\xaf','\x5f','\x14','\xa9','\x76','\xae','\x2a','\x89','\xb7','\x88','\xb4','\xee','\xf7','\x20','\xf5','\x25','\x38','\x1a','\x98','\x93','\xea','\x7b','\x18','\x14','\xfa','\x82','\x61','\x0a','\xad','\xf9','\xf4','\x0c','\x47','\xbb','\x55','\x2e','\xf4','\xa7','\x11','\xba','\x00','\x2d','\x99','\x92','\xb4','\xba','\x4c','\x0f','\x33','\x9a','\x31','\x29','\x51','\xb4','\x34','\x90','\x25','\x42','\x44','\xbf','\x7f','\x6e','\x94','\xb7','\x03','\xae','\xf3','\xe6','\x34','\x0d','\xa7','\x0f','\x34','\x63','\x07','\x88','\x04','\x99','\xa6','\x89','\x69','\x0a','\x93','\x70','\x92','\xb1','\xb2','\xea','\xb3','\x56','\x6c','\x81','\xb7','\xad','\x56','\xc8','\xe1','\xec','\xa3','\x8a','\x9f','\x7f','\xbb','\x6f','\x60','\x2f','\x8f','\x08','\xe4','\x80','\xf2','\xb7','\x98','\xd3','\xc5','\x42','\xcc','\x64','\x12','\x04','\xea','\x5c','\x38','\x35','\x60','\x39','\x30','\x5a','\x6c','\x53','\xbf','\x4a','\x5d','\x86','\x5c','\x06','\x1d','\x43','\x7b','\xf5','\xf8','\x3d','\x3f','\x7f','\x0d','\x4c','\x27','\x1c','\x07','\x1d','\x86','\xee','\x91','\xea','\x83','\x8f','\x5a','\x55','\x39','\xcd','\x71','\x66','\x82','\x52','\xdc','\x1a','\x34','\x0c','\x3a','\xe0','\x67','\x3e','\x86','\xe8','\xc2','\x20','\x42','\xd1','\x1a','\xf4','\xc5','\x43','\xfa','\x25','\xa4','\x03','\x9b','\xb8','\xa8','\x41','\x71','\x19','\x1d','\x74','\xf0','\x9c','\x4d','\x8c','\xef','\x4d','\x8a','\x6f','\x13','\x9a','\x5f','\xa5','\xf9','\xf3','\xaa','\xd1','\x40','\x91','\xfe','\x1a','\x4f','\xdf','\x6f','\x4e','\xe4','\x59','\xa7','\x42','\x9f','\xbf','\x95','\x2d','\x6e','\x24','\x51','\x0d','\x03','\xbb','\x1d','\x1e','\xc8','\x67','\x35','\xd3','\xa0','\x13','\x62','\xa2','\x5c','\x33','\x94','\xd0','\x08','\xb1','\x16','\x16','\xb6','\xa3','\xa2','\x43','\xf1','\x50','\xd5','\x52','\x59','\x73','\xaf','\xe8','\xe8','\x0a','\x46','\x1b','\x14','\xc9','\x1f','\x9c','\x34','\x32','\x83','\x8b','\x24','\xf8','\x86','\x51','\x56','\x57','\x18','\x5d','\x0f','\x9f','\x77','\x51','\xf6','\xe7','\x50','\xb8','\x94','\xfd','\x99','\xfc','\x48','\x5d','\x9a','\x47','\xd9','\x77','\xe4','\x20','\xa4','\x33','\xd0','\x33','\x1a','\x6a','\x97','\x19','\x49','\xb2','\x4c','\x81','\xd1','\xf5','\x36','\xe8','\x51','\xc3','\xf9','\x2d','\x07','\x88','\xbb','\x90','\xe0','\x35','\x03','\xd6','\xb8','\xbc','\xe7','\x96','\x18','\x50','\x8f','\x32','\xed','\x5f','\x75','\xb4','\x6f','\x32','\xed','\x3c','\x34','\x94','\x80','\x20','\x6c','\x5c','\xa5','\xe8','\xc4','\x7d','\x96','\x11','\x7e','\xf5','\xb0','\xee','\x26','\x13','\xbd','\x84','\xe3','\x4e','\x82','\xb0','\x97','\x09','\xab','\x78','\x10','\xe4','\x9a','\x01','\x7f','\x6f','\x73','\x17','\x09','\x0d','\xaf','\x29','\x7e','\x48','\x96','\x7f','\x48','\x4b','\x3f','\x80','\x04','\xc5','\x4f','\xa4','\xd7','\xbe','\x68','\xac','\x3d','\xb7','\xc6','\x9f','\xbb','\xd4','\x2a','\x95','\xd7','\x4a','\xb3','\x05','\xaf','\x9e','\x1d','\xa5','\x49','\xc2','\x71','\x02','\x15','\xe0','\x3a','\x71','\x96','\xc0','\xec','\x65','\xcc','\x80','\x6f','\x07','\xca','\x1f','\xc1','\xe8','\xd8','\x85','\x99','\x51','\x97','\xe6','\x0f','\x5b','\x0e','\x58','\x29','\x98','\x26','\xf8','\x60','\x09','\x1f','\x3a','\x89','\xdb','\xcf','\x9d','\x61','\x4b','\x9b','\xac','\xe4','\xb3','\x12','\x62','\x5e','\x5f','\x31','\xeb','\xf3','\xf6','\xb8','\xc0','\xdb','\xa3','\x17','\x2b','\x75','\x13','\xae','\x03','\x9d','\x60','\x32','\xf7','\x19','\xa9','\x31','\x73','\x4a','\xdc','\x68','\x7f','\xd1','\x45','\xcf','\xb8','\x88','\x18','\xf4','\x13','\xd9','\xee','\x17','\x1b','\x74','\x69','\x13','\x50','\x8a','\x72','\xf6','\xfa','\xf9','\x75','\xe0','\xd1','\x2f','\x42','\x3f','\xf1','\xbb','\xf8','\xa7','\xfb','\x70','\xba','\x7f','\xff','\x8f','\xfa','\xf1','\x94','\x84','\x14','\xfa','\x3d','\x85','\x3d','\xb2','\xd3','\x7b','\xd9','\x3b','\x66','\x2f','\x81','\xe7','\x1f','\x90','\xc5','\xba','\x83','\xbf','\x17','\x2e','\x72','\xef','\x54','\xd8','\xc1','\xf6','\xf4','\x86','\x22','\x13','\x70','\xb9','\x5c','\x13','\x23','\xfa','\xe6','\x10','\xef','\xdc','\x9d','\xa2','\xb2','\x97','\x1a','\x94','\x8c','\x44','\x83','\xda','\xa9','\xfb','\x62','\x62','\x5a','\xce','\x20','\xd1','\xcd','\x23','\xba','\x17','\x3a','\x65','\xd1','\x59','\x04','\x9d','\x77','\xa2','\x50','\xac','\xa9','\x92','\xb2','\x76','\x72','\xb7','\x83','\x5b','\x55','\x1e','\xef','\x80','\x25','\x5a','\x6a','\x70','\x07','\xd1','\x7b','\x8f','\x34','\xa6','\x5f','\x47','\xd6','\xe3','\x85','\x18','\x6d','\x20','\xe0','\xfb','\xea','\x57','\x96','\x45','\x0c','\x60','\x13','\x94','\x74','\xa9','\x54','\x56','\xbb','\x25','\x38','\x83','\x76','\x02','\x2f','\x67','\x81','\xca','\x24','\x03','\xd9','\xd9','\x0d','\xca','\xbb','\x94','\xcb','\xa3','\xdc','\xf1','\x1a','\xe2','\xad','\x06','\x3d','\xd9','\xa3','\x82','\x01','\x72','\x18','\xaf','\xb1','\xc7','\x6b','\xbc','\x5b','\xfa','\xea','\x17','\x9e','\xfa','\xea','\x6f','\xff','\xc6','\x57','\xe9','\x23','\xe3','\x74','\x2c','\x4b','\x1f','\x4d','\xd2','\xfd','\x88','\x1e','\x45','\x74','\xa3','\xf5','\xae','\x2b','\x66','\xd0','\x61','\xa9','\x6e','\x18','\x0c','\xfc','\xb4','\xd0','\x20','\x15','\xf5','\x68','\xf0','\x55','\x32','\x63','\x11','\xeb','\x1c','\x67','\xbf','\x3b','\xda','\x01','\xba','\x18','\x46','\x83','\x6b','\xca','\xf1','\x72','\x0f','\x46','\x59','\xb5','\xd5','\x98','\x45','\x08','\xd6','\x4b','\xd3','\xca','\xe3','\xe8','\x88','\xd3','\x59','\xe0','\x74','\x31','\xda','\xc9','\x9d','\x4e','\x9b','\xa3','\x2a','\x50','\xa1','\x62','\xe6','\x88','\x82','\x94','\x94','\x03','\xe7','\x2a','\xf0','\xca','\xba','\xda','\xe6','\x0e','\xff','\xbc','\x7a','\xee','\x4c','\xaa','\x9a','\x43','\x7a','\x14','\xa1','\xb9','\xeb','\xf4','\xb0','\x31','\xde','\x8e','\x81','\xb8','\xb5','\x42','\x9a','\x55','\xcd','\x2c','\x1e','\xf1','\x69','\x6e','\x75','\x3a','\x77','\x36','\x97','\xf3','\x72','\xaf','\x36','\x26','\x5f','\x3d','\x5f','\x7e','\xf5','\x52','\x31','\xe7','\xba','\xb9','\x7a','\x4a','\x7e','\x85','\x18','\x72','\xce','\xf4','\xd4','\x1d','\x4d','\xe9','\xbd','\x20','\xf6','\x0d','\x5f','\x37','\xfd','\x01','\xaf','\x8b','\x6e','\x89','\xfe','\xd8','\x9f','\x45','\x70','\xbe','\x82','\xb6','\xe1','\xa8','\x63','\xd1','\x47','\xce','\x9b','\x98','\xdf','\x10','\xbc','\x89','\x86','\x40','\x9c','\x1b','\x3d','\x67','\xe9','\x4b','\x84','\xd8','\x04','\xdc','\x65','\x47','\x7f','\xda','\x85','\x01','\x41','\xdb','\x68','\x62','\x91','\x12','\x27','\x80','\x05','\x48','\xda','\xa7','\x58','\x19','\xe9','\x98','\x34','\x71','\x62','\x09','\x3a','\x0e','\xab','\xfe','\x9e','\xd8','\x6a','\x56','\xe7','\x08','\xaf','\x4b','\x13','\xfe','\x86','\x70','\xde','\xe2','\x58','\x8a','\x06','\x8f','\xcf','\xfd','\x77','\x7b','\xea','\x3f','\x89','\x99','\xaf','\xe1','\x83','\xe3','\x18','\xdf','\x8f','\xf1','\x3b','\x58','\xec','\xc5','\x27','\x66','\xc3','\x62','\x0d','\x1b','\x06','\x94','\xbb','\x82','\x2b','\x2c','\xdb','\x46','\x40','\x78','\xe1','\xba','\x65','\xb4','\x70','\x85','\xe4','\xc5','\xfb','\xf7','\xdd','\xe6','\x44','\x2e','\x11','\xf6','\x4f','\x0c','\xf6','\x94','\xc7','\xbc','\xe0','\x31','\xef','\xda','\x38','\xd9','\x48','\xb8','\x52','\x2d','\x9b','\x23','\xbe','\x93','\x16','\x76','\xce','\xb0','\xff','\xa3','\x61','\x8f','\x8a','\x2d','\x62','\xd8','\xf4','\xbc','\x5d','\xb8','\x68','\x6f','\x9e','\x87','\x01','\xfd','\x93','\x93','\xe3','\xdd','\xa5','\xb4','\x22','\x5d','\x8c','\x02','\xbe','\xf2','\xa9','\x8d','\x10','\xa4','\x7b','\x7e','\x9c','\x1c','\xca','\x2c','\x27','\x39','\xed','\xc5','\x97','\x21','\x02','\x28','\x80','\x31','\x15','\x4b','\x73','\x23','\x01','\xd1','\xe1','\xfd','\x94','\x35','\xdf','\x9f','\x9c','\x1c','\x2c','\xcd','\xd3','\xcc','\x98','\x25','\xac','\x5c','\x6f','\x95','\xcf','\xf8','\x52','\xac','\x0f','\xd7','\x92','\x43','\x16','\xa5','\xaf','\x0f','\x9c','\x5a','\x2a','\x60','\xd7','\xeb','\xce','\x03','\x3a','\x7d','\xab','\xef','\xa2','\x47','\x77','\xcf','\xc3','\x3b','\xae','\x73','\x47','\x00','\x7a','\x3b','\xbb','\x5e','\x4a','\x0d','\xf9','\xb9','\x1f','\x78','\x5f','\x3f','\xff','\x9d','\xf6','\xf2','\xbd','\x48','\xa2','\x7a','\xd7','\xa4','\xd0','\x7b','\x2b','\x4e','\x8b','\x49','\xc5','\xa0','\x08','\x1c','\x8a','\x43','\xfd','\x85','\x63','\x19','\x39','\xbd','\x7d','\xd5','\x7d','\x38','\xaa','\x52','\x6c','\xa6','\xa1','\x80','\xc2','\x2f','\x28','\xcc','\x53','\xbf','\x01','\xed','\x13','\x24','\x82','\xf1','\x01','\xad','\x9c','\xe1','\x42','\x32','\x79','\x41','\x91','\xfe','\xf2','\x8c','\xfc','\xa5','\x71','\xa9','\x7f','\xc5','\xa1','\x2f','\x95','\x4a','\x37','\x22','\xa3','\x22','\x84','\x38','\x3e','\x36','\xd2','\x38','\x53','\x08','\x68','\xc1','\x66','\xf3','\xb6','\xd9','\xc0','\x45','\x8a','\x31','\x5c','\x44','\xf1','\xce','\x51','\xe2','\xaa','\xcb','\x4a','\xfd','\xb9','\x4a','\xcd','\x02','\x2d','\x66','\xa9','\x9b','\x1c','\x87','\xe7','\xc3','\xe3','\x7a','\x1b','\x3b','\x70','\x29','\xa2','\x2e','\x45','\x55','\xab','\x11','\xa8','\x03','\x3a','\xf6','\x99','\xf9','\xeb','\x73','\x5f','\x4b','\xa9','\x08','\x79','\xd4','\x8f','\x23','\xfa','\xc8','\x37','\x9a','\xf4','\x7a','\x09','\x20','\x07','\x70','\xe6','\x10','\xf0','\x0d','\x8e','\xa0','\x8c','\xfe','\x0a','\xf4','\x86','\xb0','\x29','\x3d','\x00','\xc4','\x4a','\xf4','\x01','\xa5','\xea','\x54','\x1a','\x74','\xbd','\x31','\x3e','\x90','\xb4','\x40','\xdd','\x37','\xc8','\x3c','\x1c','\x14','\x21','\x8e','\x90','\x7e','\x1f','\xba','\x5e','\x9c','\x9a','\x35','\xe1','\xe1','\xba','\x86','\x79','\x85','\xd2','\x15','\x63','\x57','\x7a','\xaa','\x9f','\x6d','\x8b','\x06','\xd9','\xa7','\x51','\x02','\xea','\xd8','\x29','\x96','\xfe','\xe7','\x2c','\xfd','\x27','\x2c','\xfd','\x67','\xd3','\x63','\xc1','\x74','\xfe','\x74','\x7e','\x32','\x61','\xf9','\x6c','\xa2','\x9f','\x0f','\x30','\xc0','\x50','\x62','\xc0','\x0e','\xd4','\x07','\x57','\xd6','\x74','\x04','\x64','\x74','\x6e','\x35','\x0e','\x2d','\x68','\x33','\x51','\x0b','\xda','\x48','\x91','\xaa','\x6a','\x67','\xb8','\x5e','\x5f','\xd0','\x71','\x59','\x57','\x5c','\x70','\x36','\xe6','\x87','\x54','\xee','\x5c','\x06','\xf3','\x19','\x95','\xb7','\x56','\xa9','\xf3','\x23','\x75','\xbe','\x12','\x94','\x51','\xb0','\x80','\x82','\xa5','\xbb','\xfa','\x9a','\xf5','\x79','\x26','\x55','\xb5','\x3e','\xa6','\x69','\xa9','\x49','\x9d','\x56','\x53','\x23','\xc1','\xe8','\x58','\x1b','\x54','\x45','\x79','\x93','\xe5','\xd1','\xb6','\xe1','\x91','\x0d','\xd2','\xa4','\xe7','\xe6','\xa0','\x0b','\x86','\xe7','\x49','\xa4','\x1f','\x3f','\xb4','\x7b','\x37','\x45','\xc3','\x84','\x63','\x80','\x01','\xe1','\x58','\x04','\x9e','\x93','\x7b','\xd0','\x0e','\x67','\x0d','\x3d','\xb8','\xbd','\x4f','\xf5','\x73','\x75','\xc0','\xd6','\x41','\x1f','\x0e','\xe6','\x0e','\x39','\x0e','\xb3','\xed','\xbc','\x6d','\x4f','\x47','\x38','\xd9','\x1f','\x0c','\xbf','\xe4','\xf6','\xcc','\x31','\xfb','\x17','\x8b','\xf6','\x82','\x6d','\xcf','\xfd','\xbe','\xfd','\x81','\x77','\x4e','\x92','\x5b','\x4b','\xd4','\x85','\xad','\xcd','\x87','\x8d','\x16','\x34','\x85','\x59','\xc4','\x9c','\xb3','\x83','\x0a','\xce','\xf7','\xc3','\x4c','\x85','\x58','\x0e','\x69','\x57','\x52','\x8c','\x57','\xef','\xda','\x0f','\x75','\x1f','\x65','\x5b','\xa9','\x68','\xad','\x0d','\x5a','\xa0','\xba','\xd2','\xe2','\xe0','\x78','\xa5','\x40','\x56','\xb2','\x0c','\xc8','\xc9','\xd0','\x8e','\xed','\x5b','\x0c','\x75','\x1e','\x41','\x3d','\x9e','\xae','\x3e','\xff','\xaa','\x07','\x19','\xe6','\x52','\xbf','\x30','\x18','\x25','\xa6','\x88','\xcd','\xd1','\xc1','\x6a','\x52','\xe5','\xed','\x40','\x9e','\x0d','\xdc','\x32','\x50','\xb4','\x0e','\xbd','\xd5','\x88','\x8f','\xc8','\x15','\xd5','\x69','\x6f','\x03','\x71','\xa1','\xbb','\x27','\x87','\xfc','\x48','\xe0','\xb5','\x06','\x4f','\xe6','\x9f','\xae','\x96','\xbe','\x7c','\x56','\x31','\x35','\x35','\x4a','\x17','\xce','\x97','\x56','\x2e','\x95','\x56','\xea','\xe0','\xdb','\xac','\x15','\x01','\xf5','\xa2','\x53','\x37','\x8b','\x9e','\xc4','\x8e','\x3e','\xe9','\xfa','\x08','\x12','\x35','\x17','\xd8','\x9e','\xb1','\xa9','\xc7','\xa4','\xd6','\x4c','\x1c','\xe7','\x76','\xe5','\x91','\x3a','\x9f','\x54','\x7d','\xb8','\xad','\x6e','\x25','\xe7','\x89','\x57','\xbd','\x8d','\x1c','\x40','\xb7','\xba','\x7a','\xce','\x53','\xb9','\xd9','\xe7','\x75','\x0d','\x5c','\xf1','\xd8','\xb9','\x7d','\xf2','\x30','\x26','\x26','\x18','\x04','\xe2','\xb2','\xea','\xd6','\x91','\xed','\xea','\xd4','\x9b','\xa5','\x9e','\x93','\xed','\x56','\xa8','\xc7','\x25','\xb2','\x5d','\xf9','\x18','\x2a','\x0e','\xcc','\xe3','\x8d','\x6c','\x77','\x83','\x7a','\xf2','\x0d','\xd1','\xdb','\xa2','\x81','\xda','\xf4','\xf0','\xc9','\x88','\xcf','\x61','\x07','\x1f','\x2c','\xda','\xaf','\x93','\x8f','\x3a','\xe1','\xc3','\x3a','\x7a','\xae','\x06','\x28','\xe9','\xa8','\xa9','\x63','\xe0','\x83','\x1d','\x72','\x13','\x01','\x19','\x6c','\xc2','\x20','\x09','\x4a','\x8c','\xb7','\x46','\x45','\x92','\xb4','\x31','\x71','\x31','\x32','\xb8','\x9e','\x6d','\x4b','\x0b','\x97','\x50','\x85','\x0c','\x27','\xbb','\x39','\x19','\x5f','\x20','\x5f','\x5b','\x48','\xb1','\x4a','\x97','\x39','\x55','\x7e','\xf8','\x88','\x8b','\x86','\xf2','\x2e','\xd8','\xfd','\x98','\xc8','\xbd','\x6b','\x2f','\xfa','\x70','\x05','\xed','\xbd','\x25','\x6f','\xb4','\x68','\x6b','\x52','\x5a','\x6e','\xf3','\xfc','\x2b','\x39','\x3c','\x28','\xb1','\xdc','\xe8','\xcf','\x81','\x96','\xab','\xbb','\x3c','\xae','\x5a','\xa7','\x31','\x86','\x7d','\x56','\x1c','\x99','\x66','\x23','\x39','\x1a','\xcb','\xbd','\x42','\x58','\xb3','\xc0','\x9a','\xb9','\x36','\x4c','\xc3','\xfe','\xfa','\xda','\x6e','\xd7','\x22','\x66','\x0d','\xba','\x17','\x22','\xfb','\xca','\xf0','\x37','\xd3','\x7a','\x71','\x42','\xc7','\xef','\x0a','\x71','\x02','\xbb','\xf3','\xbd','\x72','\x9b','\x5e','\x4f','\x25','\x25','\x57','\xb3','\x1d','\x3f','\x99','\x47','\x38','\x3e','\x89','\xf0','\x23','\xca','\x3e','\xcd','\x01','\x27','\x36','\xf4','\x93','\x9e','\x15','\xf8','\x94','\x21','\x6e','\x67','\xb4','\x18','\x1d','\xf9','\x1c','\x15','\x3f','\xa3','\xb1','\x05','\x96','\x38','\xc2','\xa6','\x57','\xf8','\x46','\x8e','\xeb','\xbe','\x2f','\x90','\xff','\xa2','\x76','\x69','\x56','\x67','\xd2','\x3c','\xd2','\x49','\x36','\x4b','\x93','\x98','\xe3','\x0c','\xaa','\x52','\xbd','\x43','\x1d','\x15','\x21','\xaa','\xab','\xe2','\x1d','\x68','\x07','\x2b','\x0d','\xf5','\xce','\xa1','\x87','\x3e','\xf3','\xe8','\xf5','\xb9','\xc7','\x52','\xfe','\x63','\x08','\x9d','\x70','\xc9','\xbc','\x08','\xe7','\x7d','\xd2','\x78','\x1f','\xb9','\x6a','\xa8','\xe4','\x64','\xec','\x74','\xa5','\xb8','\x41','\x0a','\xae','\xca','\xc9','\x9a','\x56','\x80','\xf8','\xbb','\xe1','\x93','\x8c','\x9f','\xe8','\xed','\x1a','\xd0','\x30','\xb2','\xcd','\xfc','\x2a','\xbb','\xc2','\xcc','\x2b','\x8c','\x5f','\x61','\xc5','\x8d','\x82','\x2b','\xc6','\xd1','\x49','\xe8','\x9b','\xe0','\xa2','\x59','\x44','\xa6','\xac','\xf0','\x81','\x3e','\xd1','\xe2','\x01','\xcd','\x7d','\x52','\x73','\xeb','\xca','\x64','\xb8','\x4f','\xf3','\xc6','\xad','\xf0','\x7e','\x55','\x05','\x33','\xab','\x41','\x6a','\xfa','\x80','\xc7','\x3b','\xae','\xfa','\x5b','\x1d','\x56','\xf3','\x27','\xea','\xa3','\x3a','\xab','\xa3','\x29','\x9d','\x7c','\xc8','\x09','\xa1','\x0e','\x65','\xd6','\xd8','\xbf','\x37','\x53','\xca','\x53','\x2f','\xcf','\x26','\xf2','\xe6','\x03','\x7a','\xf1','\x01','\x1d','\x4b','\x79','\x3d','\x85','\xdd','\x39','\xec','\xd6','\x71','\x11','\x93','\x22','\xcc','\x60','\xca','\x92','\x8a','\x4f','\x78','\x59','\xf5','\xab','\x95','\xf6','\x72','\x46','\xde','\x1f','\x0b','\x8c','\x4a','\xc3','\x11','\x56','\xdd','\xdc','\x8f','\x8d','\x92','\xd4','\x77','\x53','\x6f','\x89','\xff','\xf2','\x9b','\x64','\xdf','\x14','\xb9','\xa6','\x42','\xc5','\x45','\x88','\xa4','\xdf','\xc7','\xf1','\x38','\xc7','\xf7','\x1f','\xdd','\x62','\x8b','\x53','\xe6','\xe2','\x54','\xf1','\xe8','\x96','\x0b','\x9b','\xed','\x61','\xc4','\xc9','\xde','\x04','\xb2','\xce','\xa2','\x3c','\x51','\xa0','\x38','\x9f','\x15','\x79','\x86','\xad','\x49','\x9c','\x3f','\x12','\xe4','\xb5','\x7a','\xfe','\x37','\xbe','\x99','\xff','\x47','\x53','\xf9','\xbd','\x53','\xf9','\x07','\xa7','\xac','\x0f','\x4f','\xe5','\xff','\xd1','\x37','\xe1','\x0c','\x9b','\xca','\x9b','\x53','\x7b','\xad','\xad','\xbd','\xe6','\x47','\x2b','\x88','\x7c','\x12','\x2d','\xd7','\x91','\xca','\x37','\x63','\xaa','\x54','\x10','\xa8','\x70','\x5b','\xf1','\x38','\x34','\xcd','\xd5','\x11','\x13','\x3f','\x0f','\x21','\x3f','\x8b','\x05','\xe4','\xed','\xaf','\x53','\x5b','\xea','\xb3','\x48','\x6d','\xfa','\x2c','\x3a','\x0e','\x0f','\xb0','\x06','\xca','\x80','\x5c','\xa1','\xf1','\x15','\xb2','\x5f','\xca','\xe7','\x15','\x02','\xf8','\x0f','\x70','\x3c','\xbc','\xb2','\x0c','\x83','\x7f','\xd9','\xc3','\xe1','\x7f','\xb9','\x1c','\x9d','\x8f','\x00','\x4a','\x14','\x82','\x94','\xbc','\x38','\xa4','\x8a','\x16','\xa4','\x2e','\xcf','\x7b','\x75','\xc7','\x83','\x3a','\x7a','\x1f','\xa5','\x22','\xd9','\xb8','\x43','\x30','\x26','\x37','\x0a','\x85','\x8d','\xac','\x2f','\xf0','\xb6','\x54','\xdc','\x21','\x12','\x41','\x1e','\x82','\x7d','\x3a','\x37','\x27','\x85','\x4e','\xc2','\xb6','\xcf','\x03','\x2d','\x81','\x7d','\xd0','\x5e','\x9c','\x39','\x09','\xc9','\x5e','\x09','\xfb','\x98','\x61','\x1f','\xfb','\x90','\xbd','\xf8','\xe1','\x93','\x76','\x68','\x2f','\xbc','\xc4','\x2b','\x73','\xc7','\x2a','\xb1','\xc5','\x0a','\xb1','\x2b','\x89','\xdf','\xaf','\x8c','\xbf','\x73','\x7c','\x6c','\xc3','\x9e','\x04','\xe7','\x1d','\x77','\x07','\x79','\xd4','\x08','\xa2','\xd2','\x09','\x6e','\xd0','\x45','\x6a','\xe8','\xc6','\xe4','\xca','\x94','\x75','\x53','\xcc','\x21','\x54','\x97','\x12','\xe6','\x46','\x17','\x92','\x04','\xa4','\x0e','\x7c','\xae','\x3b','\xf7','\x16','\x99','\x6a','\x92','\x99','\x73','\xdd','\x83','\x31','\x8e','\xe3','\x0b','\xf1','\x60','\x21','\x24','\x95','\x13','\xd4','\x29','\xb6','\x0e','\x93','\x27','\xe6','\x92','\x8e','\xf3','\xec','\x13','\xf6','\xbe','\x93','\xf6','\xc1','\x27','\x16','\xf1','\x13','\xc7','\x12','\x27','\x17','\x3f','\xf8','\xe4','\x82','\x78','\xa2','\x62','\x7f','\xb2','\x32','\xfa','\xce','\x71','\xe6','\xdb','\xbe','\x0a','\x42','\x69','\xe0','\x30','\xdf','\x11','\xdf','\x1f','\x3e','\xde','\x79','\x9d','\x93','\xc7','\x12','\x4f','\x2e','\x7e','\xf0','\x89','\x05','\xf1','\xc9','\x8a','\xfd','\x4e','\x85','\x70','\x20','\x5b','\xf5','\x0f','\x01','\xa3','\xbe','\xde','\x68','\xed','\x11','\x97','\xdf','\x40','\x67','\x21','\x0f','\x10','\x35','\x34','\xf1','\x8a','\x46','\x98','\xa6','\xfb','\x56','\xe7','\x44','\x0a','\xd1','\xe4','\x1b','\x88','\xac','\xfb','\xce','\xbb','\x75','\xb2','\x2e','\x4c','\x9d','\x58','\x3f','\xf3','\xd8','\x81','\xc6','\x6f','\xb2','\x67','\x3f','\xcb','\xcc','\x4f','\xb2','\x79','\xb7','\x7c','\x4e','\xdf','\x82','\x0c','\x3b','\x78','\xca','\x09','\xf5','\x31','\x7a','\x47','\xf2','\xeb','\x02','\x6a','\x25','\xf6','\xcd','\x92','\x5b','\xf9','\xe5','\x0d','\x46','\x7b','\xfd','\xda','\x92','\x08','\x7f','\x1a','\x93','\xb2','\x20','\xfd','\x9c','\xa8','\x82','\xc2','\x7c','\xb9','\xde','\x28','\x6f','\x27','\x4a','\x01','\x7e','\xaf','\x4e','\xbf','\x50','\x1f','\x7f','\xe3','\x2f','\x80','\x4c','\x69','\xbb','\x16','\xc8','\x85','\xd4','\x88','\x6b','\xe1','\x11','\x97','\xe4','\x2e','\x24','\xd2','\xff','\xfe','\x75','\xa9','\x6c','\xa7','\x57','\xb9','\xdc','\x07','\x34','\x21','\x62','\x1d','\xfb','\x03','\x68','\x71','\x97','\x7b','\x6c','\x57','\x87','\xa7','\x9f','\xe0','\xd3','\xb3','\x4b','\xed','\x7f','\x7c','\xf2','\x0f','\x05','\x67','\xb3','\x9c','\xdd','\xe2','\xec','\xdb','\xfc','\x91','\x6f','\xb5','\xd2','\xb8','\x3a','\x42','\x2c','\x28','\xd7','\x1b','\xea','\x6b','\x16','\x29','\xae','\xf2','\x3e','\xdc','\x5d','\x30','\xb5','\xad','\x48','\xd7','\x54','\x1f','\xd5','\x8d','\x11','\x6d','\x63','\x44','\xaf','\x8d','\xc4','\x75','\x3d','\x23','\x15','\x6e','\x2d','\x8c','\x78','\x0f','\x66','\x35','\xcf','\xb9','\xdc','\xef','\x07','\xba','\xe7','\x95','\x5e','\xf2','\x33','\x04','\x6b','\xfa','\x89','\xd0','\xb0','\x01','\x85','\x95','\x04','\xaf','\x24','\xb9','\x03','\x45','\xc3','\x52','\x44','\x2d','\x80','\x47','\x89','\x55','\x10','\x77','\x74','\xf7','\x30','\xfa','\x43','\xc3','\xb0','\x33','\xc4','\x2e','\x60','\xdb','\xc4','\xf6','\x1c','\xcc','\xf9','\xed','\xec','\xd0','\xc1','\x87','\x64','\x3b','\x82','\x8f','\xfd','\xd6','\x42','\xc3','\x7d','\x46','\x7a','\xd5','\x58','\xfd','\x74','\x23','\xda','\x73','\x66','\xf6','\xdc','\x98','\x83','\x16','\x87','\x69','\x9d','\xa4','\x85','\x07','\x05','\xd4','\x0a','\x93','\xf2','\x81','\xd4','\x48','\x11','\x65','\xdc','\x81','\x42','\xbf','\xbd','\xef','\x00','\x7a','\x2d','\x8f','\xef','\x62','\x8c','\x07','\x1b','\xff','\x5e','\x4c','\xf2','\x03','\xde','\x78','\xe5','\x87','\x54','\x1a','\x38','\x01','\x0f','\xa3','\x68','\x22','\xb2','\xcb','\x25','\x59','\x3f','\x93','\x76','\x27','\xb4','\xfa','\x9e','\x2f','\x88','\xc7','\xbf','\x57','\x7f','\xf8','\x7b','\xf5','\xfd','\x4f','\x7f','\xa3','\xf4','\xf4','\x2b','\xa5','\xa7','\x57','\xbd','\xa7','\x5f','\x21','\xff','\xef','\x07','\x88','\x3e','\x45','\xb2','\x45','\xd8','\x5b','\x51','\xbf','\x3f','\xec','\xe0','\x41','\xdc','\xdb','\x01','\x32','\x54','\x02','\x96','\x1e','\x78','\x2c','\xa3','\x36','\x47','\x3b','\xac','\x92','\x64','\x5f','\x66','\x12','\x65','\x3b','\x8a','\x96','\x4d','\x8e','\xdf','\x8e','\xc6','\x13','\x8b','\xf6','\x9e','\xa3','\xb7','\xf7','\x6c','\xd9','\x8f','\x6f','\xd9','\xfb','\x6d','\xc0','\x92','\x6d','\x97','\x8e','\x6e','\x79','\xb6','\x1d','\xbd','\xa1','\x8f','\xc3','\x84','\x13','\xa0','\xb2','\x2e','\x2e','\xcf','\x3d','\xdf','\x9a','\xfa','\xbc','\x3f','\xc3','\xfd','\x99','\xa2','\x0f','\x4c','\x9b','\xd2','\x0a','\x6e','\x01','\x57','\x8c','\xb4','\xc3','\x53','\xc8','\x4f','\xfa','\xfe','\x04','\xf7','\x1f','\x90','\x3f','\x45','\xfe','\x14','\xf2','\xe7','\x90','\x5f','\xbf','\x8b','\x6a','\x26','\x96','\xa9','\xc6','\xc1','\x99','\xb0','\x08','\xfd','\x2b','\x95','\xaa','\x00','\x1f','\xb6','\x48','\x0b','\x4e','\xb7','\xa0','\xba','\xb4','\x37','\x06','\x1d','\x0c','\x61','\xef','\x8e','\xf5','\x5b','\xad','\x25','\xfa','\xac','\x56','\x23','\x91','\x1d','\x94','\x6c','\xb5','\x88','\xef','\x93','\x26','\xd4','\xe3','\xc3','\xc0','\xf7','\x81','\x94','\xe9','\x3d','\x29','\xed','\x83','\x08','\x56','\x3b','\xc8','\x4b','\x13','\xde','\x08','\xe4','\x5a','\x06','\x3e','\xe1','\xb1','\xba','\xf3','\x2e','\xd1','\x75','\xa2','\x8f','\x10','\xfd','\xa5','\x8c','\x54','\xb6','\x4f','\x24','\x3a','\x45','\x06','\xad','\x09','\x93','\x99','\x1d','\xfe','\x13','\xf9','\x2c','\x21','\xa4','\x6b','\xaa','\xef','\x5e','\x0c','\xc8','\xc5','\xad','\x5e','\x5c','\xc2','\xc7','\x29','\x34','\xd7','\xd5','\xcf','\x56','\x0f','\x83','\xae','\x00','\xe1','\xb9','\x68','\x51','\x45','\x0e','\xdf','\x21','\x7b','\xd3','\xa4','\xbd','\x7e','\xd9','\xff','\x00','\x2c','\x33','\x4a','\x87','\x9f','\x2c','\x56','\x75','\xac','\xa3','\xbb','\x3c','\x72','\x2e','\x4c','\x34','\x21','\x1d','\xcc','\x48','\x75','\x21','\xe7','\xb4','\x49','\x4a','\xa9','\xae','\x27','\x45','\xae','\xeb','\x3b','\xaf','\x43','\x39','\xf6','\x28','\x0d','\xbe','\xb4','\x19','\x3c','\xd3','\x08','\x9e','\xa3','\xc1','\xe7','\x55','\xfe','\x58','\xaa','\xf1','\xb7','\x5d','\xda','\xac','\x22','\xbf','\x08','\x0b','\xb9','\x8a','\xf4','\x4e','\xc2','\x72','\x53','\x2d','\xd4','\x2f','\xb9','\x85','\xd9','\x95','\x52','\x1e','\xf2','\x3b','\x30','\xa8','\xe6','\x30','\xd4','\xd6','\x65','\x0e','\xd7','\x71','\x2c','\x20','\xf4','\x8e','\xbb','\xb7','\x86','\x0e','\x45','\x75','\xa9','\x18','\xcb','\x1d','\x8e','\x5d','\xc5','\xd6','\x5b','\x38','\xbf','\xeb','\x6a','\x7e','\x6c','\x35','\x3f','\x09','\xa5','\xb2','\x00','\xbd','\x18','\x61','\xef','\x88','\xb9','\x57','\x75','\x09','\x99','\x25','\x52','\xbf','\xcd','\xd6','\x8c','\xa4','\xce','\xf1','\x0e','\x9e','\x52','\x1b','\xd3','\xa3','\xc2','\x88','\xe1','\x49','\x2f','\x66','\x7d','\xef','\xfa','\xdc','\x2e','\xb7','\x3e','\x06','\xcd','\x34','\x41','\xbf','\x02','\x9e','\xcf','\xe2','\xdc','\xad','\xe2','\xd4','\x46','\x71','\xe6','\x94','\x79','\x10','\x9b','\x78','\x91','\xc5','\x3d','\x1a','\x26','\xb2','\x55','\x23','\x59','\x54','\x56','\xb5','\xf8','\xb9','\x88','\x8c','\x6b','\xe7','\x56','\x8f','\xb7','\x30','\xee','\xdb','\xe1','\x41','\x21','\x6d','\x88','\xe2','\xb1','\xa8','\xf8','\x45','\xce','\x34','\x91','\x16','\x87','\xc1','\x5f','\xad','\xb9','\xa9','\x41','\xf3','\x4d','\xdc','\xef','\xbf','\x49','\xfb','\x75','\xa3','\xca','\xae','\x94','\x83','\xf8','\x7a','\x2b','\x95','\x7f','\x7d','\x7c','\xe6','\x6f','\xf2','\xe4','\xc6','\x06','\x0b','\x22','\x49','\x98','\xea','\x11','\x05','\xf4','\x3c','\x00','\xca','\x8a','\xf7','\xfb','\x56','\x7c','\x86','\xab','\x78','\x25','\x3c','\xb5','\x82','\xca','\xe7','\x5f','\x50','\xae','\xf2','\x46','\x1b','\x53','\x6b','\x5c','\xbc','\xd6','\x92','\xdf','\xd7','\x56','\x15','\xf1','\x53','\x1c','\x5f','\xe9','\xf9','\x01','\x7a','\x13','\x83','\x11','\xb6','\x8f','\xc8','\xbb','\x93','\xff','\xa5','\x97','\x5b','\xf7','\x72','\x48','\xd5','\x45','\x0e','\xea','\x3d','\xb7','\x4b','\x2c','\xab','\x47','\xce','\x33','\x77','\xd2','\xcf','\x2a','\x82','\x65','\x7a','\x33','\x94','\xc7','\xac','\x1c','\xf4','\x91','\xdd','\x00','\x36','\x23','\xe3','\x0a','\x61','\x41','\xc6','\xbc','\x4a','\x3f','\x7e','\xbd','\xb3','\xb2','\xc6','\x54','\x67','\x75','\x9a','\x8b','\x77','\x73','\x23','\xd4','\x7a','\x9b','\xb2','\x1c','\x63','\x6c','\xcd','\x6a','\xf3','\x1c','\xea','\xe4','\xb4','\x8b','\xd6','\x3b','\x49','\x26','\x9f','\xf7','\x11','\x84','\x9e','\xf7','\x63','\x1b','\xae','\x54','\xb5','\xb4','\x55','\xa9','\x6f','\xdc','\x76','\x3a','\xf8','\xc9','\xde','\xb7','\x2b','\xc0','\x57','\xbb','\x27','\x0f','\x8c','\x5f','\x8d','\xa5','\x3a','\x43','\xcc','\x81','\x90','\xd1','\x8d','\x7b','\x3e','\x87','\xc8','\x5d','\xd0','\x9b','\x4b','\x86','\x9a','\x42','\x11','\x21','\xc2','\xdd','\xd7','\xd9','\x6e','\xcf','\x11','\xef','\x35','\x94','\x67','\xb4','\x09','\x3d','\xe5','\xa5','\x46','\xbf','\x4c','\xd8','\xef','\x10','\x76','\xc1','\xcb','\xd1','\x3b','\xfb','\xc8','\x0f','\xc8','\xc3','\x89','\x5e','\x1c','\xad','\x15','\xc5','\x46','\x51','\x3b','\x65','\xea','\x98','\x49','\x09','\x81','\xbd','\x0c','\xfe','\x4f','\x3f','\x25','\xe7','\xf1','\x1e','\x13','\x7d','\x14','\xd1','\xef','\x9f','\xeb','\xf6','\x9a','\x40','\x6e','\x5b','\xbd','\x51','\xf1','\x17','\xc4','\xa9','\xa1','\xe1','\x98','\xd4','\xba','\x77','\x3d','\x48','\x1d','\x31','\x9e','\x30','\xc5','\x2b','\x55','\x7d','\xf7','\x31','\xfc','\x91','\x3f','\xc7','\xdf','\xfb','\x30','\xb9','\x6f','\x6a','\x57','\xc2','\x4c','\xbb','\xe8','\x71','\xab','\xfb','\xdb','\x08','\x7d','\x0d','\xe1','\xf1','\xa8','\x69','\xf2','\xa4','\x4b','\x1f','\x39','\x0f','\xd9','\xb9','\x72','\x9b','\x5e','\x3f','\x93','\x4e','\xd5','\xa4','\x20','\xc2','\xf1','\xaa','\x03','\x76','\xbc','\x0d','\xf5','\x8c','\xc0','\x2b','\xc9','\x95','\x69','\x43','\xb0','\x15','\x42','\x0d','\xa3','\x02','\xb6','\xba','\x30','\x86','\xf8','\xfe','\xea','\x9c','\x1c','\x43','\x71','\xf1','\xaa','\x6d','\x75','\x55','\x95','\xf1','\xa9','\x93','\x8a','\x2c','\x08','\x84','\x9f','\x9c','\x00','\x7b','\x5b','\xf4','\x70','\x2f','\xde','\xa6','\xcc','\x5f','\x8c','\xa0','\xcd','\x01','\x38','\xcd','\xb7','\x1d','\xee','\xa6','\x2a','\xc1','\x28','\x72','\xe2','\xf2','\x51','\x45','\xb4','\xb3','\x23','\x9e','\x1b','\x09','\x90','\xbb','\xeb','\x4a','\x74','\x6b','\x97','\xf8','\x7a','\xbf','\xae','\x64','\xb0','\x9f','\x16','\x13','\xd0','\xf1','\x99','\x47','\xe4','\x48','\x7a','\xba','\xef','\xb6','\x45','\xbd','\x5a','\xf5','\x59','\xec','\x3a','\x75','\xb7','\x42','\x8a','\x00','\x6a','\x56','\x0c','\x56','\x31','\x33','\x95','\xe2','\x8d','\xca','\xc5','\xad','\x8a','\xba','\x7c','\x45','\x6e','\xe4','\x56','\xc7','\x81','\xed','\x1c','\x76','\x74','\xde','\x8b','\xd6','\x28','\x67','\xa9','\xca','\x67','\x80','\x87','\x9f','\x20','\xa3','\xa9','\x90','\x34','\x49','\x62','\x89','\xd0','\xa5','\x6d','\x39','\x36','\x47','\x48','\x3d','\xd5','\xc5','\x4d','\xcf','\x79','\xcb','\xc5','\xe4','\x34','\xf6','\xce','\xcc','\xbd','\xf5','\x89','\xa9','\xe6','\xfc','\x8c','\xc7','\x0f','\x82','\xd8','\x65','\xf1','\xe6','\xe6','\x49','\x2b','\x5b','\xc8','\x24','\x4d','\x39','\x93','\x5a','\xbd','\xab','\x6e','\x63','\xdd','\x15','\xc2','\x1f','\x34','\x3b','\xb8','\xa3','\xeb','\x81','\x6a','\x7c','\x70','\x4a','\x57','\x54','\x39','\x31','\xad','\x96','\xd0','\x04','\x43','\xa1','\x8f','\x54','\xfb','\x0b','\xc8','\x8a','\xeb','\x6e','\xf3','\xdb','\x58','\x40','\xae','\x5b','\x50','\x98','\xb7','\x3a','\x8d','\x61','\x16','\x68','\x25','\x89','\x23','\xe2','\x44','\x69','\x71','\x29','\x6f','\x5b','\x86','\x2a','\x3b','\x25','\xb2','\x9b','\x74','\xb4','\x33','\x5d','\x07','\xe2','\x08','\xe4','\x41','\x42','\x66','\x43','\x52','\x23','\x40','\x8b','\xbb','\x03','\x5d','\x79','\xcc','\xf4','\x2b','\x7f','\x0a','\xbd','\xfe','\x71','\x3b','\xfc','\x36','\x45','\x86','\xaa','\x39','\x97','\x33','\xde','\x82','\x4e','\x12','\x69','\x97','\xa5','\x22','\x5b','\x02','\xb1','\x51','\x17','\x3a','\xbd','\xb1','\x16','\xb8','\x48','\x7c','\x96','\x87','\x84','\xea','\x1d','\x7e','\x9b','\x91','\x04','\xd2','\xcf','\x42','\xb2','\xcd','\x14','\x41','\x0f','\x28','\xea','\x3c','\xca','\xf0','\x01','\x13','\x3f','\xf9','\x6c','\x50','\xbf','\xb8','\x95','\xa4','\xc1','\x7d','\x34','\x18','\xa7','\xc1','\xfd','\x34','\xd8','\x4b','\x83','\x59','\x1a','\xd4','\xb2','\x11','\xb1','\x33','\xd6','\x91','\x6a','\x0d','\x81','\x32','\x87','\x91','\x12','\x64','\x43','\xfd','\x41','\x20','\xb1','\x2d','\xde','\xe9','\xe5','\xe1','\x27','\x60','\x8f','\x76','\xce','\xcb','\xe9','\xe7','\x93','\xa2','\x3f','\x58','\x83','\x64','\xa4','\x98','\xaa','\x9b','\x5d','\x62','\x56','\x29','\x2b','\x02','\x91','\x7a','\x56','\xee','\xff','\x72','\x59','\x18','\x09','\x9c','\x49','\xf5','\x22','\x26','\xac','\x89','\xac','\xb7','\xe4','\x07','\x23','\x73','\xa9','\xb0','\x3e','\xc8','\x13','\xee','\xf6','\x93','\x84','\x55','\xfe','\xf0','\xa8','\x52','\x93','\x12','\x4d','\x44','\x97','\x90','\xb1','\x84','\xcc','\x25','\xec','\x2b','\xde','\xdd','\x21','\x7f','\xdd','\x5d','\xad','\x22','\xee','\x8a','\x10','\xf5','\x98','\x54','\xef','\x95','\x92','\x04','\xf6','\x4e','\x02','\x8a','\x26','\x1e','\x82','\x0f','\x93','\x60','\xcd','\x24','\xfb','\xbe','\x9c','\x84','\x1e','\x6b','\xce','\x2b','\x30','\xab','\xc9','\x58','\xf3','\x21','\xd6','\x5c','\x62','\xcd','\x27','\x45','\x33','\x78','\xbe','\x59','\x9f','\xfd','\x3e','\xc6','\xaf','\x21','\x22','\x3f','\x52','\x13','\xb3','\x1b','\xe2','\x9a','\x4a','\x29','\x8f','\xfc','\xfc','\x0b','\x29','\xb1','\x40','\xd0','\x02','\x49','\x38','\xcd','\xe4','\xc2','\x28','\x59','\x20','\xde','\x02','\x99','\x77','\x9a','\xf3','\x0b','\x84','\x01','\x9a','\x0f','\x39','\x6f','\x2d','\xf1','\xd2','\x93','\xa8','\x14','\x7c','\xaa','\x54','\xff','\xd4','\x33','\xf8','\xd9','\x4f','\x20','\xbf','\x29','\x01','\xfd','\x56','\x52','\x90','\x97','\x8e','\x8a','\x9c','\x3a','\xed','\x43','\x0b','\xb1','\xd6','\x42','\x1c','\x2d','\x60','\x20','\x7d','\x94','\x47','\x05','\xe2','\xfc','\x24','\x5c','\xc0','\x0c','\x60','\x33','\xe7','\x36','\xe3','\x36','\x43','\x36','\xfb','\x94','\xc2','\xb3','\xb6','\x34','\x83','\x98','\xbf','\xc5','\x50','\x30','\x1d','\xbf','\x09','\xb5','\x81','\xc5','\x05','\xe4','\xbc','\xe3','\x2e','\xe8','\x08','\x80','\xb1','\x73','\x4d','\x7e','\x30','\xbc','\x90','\xc0','\x0b','\x1f','\xb2','\x9d','\x6b','\xb7','\x17','\xb0','\x0d','\xb0','\x6d','\xe7','\x36','\x90','\xcf','\x21','\xdb','\xfe','\xd4','\xd1','\xad','\x4f','\xd9','\xf6','\xb3','\x36','\xf6','\x39','\xf6','\x5b','\xc9','\x41','\x5e','\xee','\x3f','\xa4','\x97','\xf1','\x3d','\x89','\xb9','\x14','\x21','\x9b','\x3f','\xe8','\x37','\x31','\x54','\x97','\xfd','\xfe','\xb9','\xb8','\x69','\x3a','\x2e','\x1a','\xe9','\x37','\x1a','\x69','\x74','\x82','\x9a','\x4c','\x6f','\xa0','\xfb','\x89','\x71','\x3f','\x29','\xed','\x45','\x73','\xb7','\xd0','\xd1','\x0d','\x71','\x0b','\x4a','\x6f','\x60','\x77','\x06','\x3e','\xa2','\xfe','\x5e','\x49','\x99','\x75','\xe9','\x20','\x50','\x39','\x12','\x96','\x55','\x7e','\x4b','\xcb','\xcf','\x9b','\x45','\x80','\x1c','\xa8','\x2a','\x06','\xd5','\x37','\x7a','\xfa','\x37','\x55','\x39','\x70','\xb1','\xc5','\x57','\xdc','\x4c','\x12','\x88','\x9b','\x95','\x28','\xc3','\xee','\x2c','\x2e','\x3a','\x1e','\x07','\x7f','\x63','\xfa','\x95','\x4a','\xee','\x5c','\xe5','\x33','\xb7','\x2b','\x0d','\x06','\xad','\x22','\xb2','\x6d','\xd5','\xc5','\x45','\x0e','\xfe','\xce','\xa1','\x67','\x2a','\xb4','\xce','\xa1','\x44','\xe3','\x59','\x08','\xe5','\x8d','\x6f','\xf7','\x5d','\xda','\x11','\xa7','\x46','\xa4','\xac','\xaf','\x96','\x37','\x54','\x9c','\xba','\xd7','\x8b','\x24','\x24','\x5a','\x58','\xed','\xa9','\xeb','\xdb','\xfd','\x23','\xee','\x8c','\x42','\x4a','\xf9','\x53','\xa4','\x71','\xa7','\x8b','\x2b','\x14','\xf7','\xf3','\x73','\x22','\x4b','\x49','\x2a','\xbd','\xd0','\xb7','\x5d','\xea','\xbd','\x3a','\x4a','\x2b','\xb2','\x56','\xc5','\x22','\x38','\x97','\xae','\x4d','\xa5','\x6b','\xb7','\xd3','\x97','\x67','\xd2','\xaf','\xcc','\xa4','\xcf','\x47','\x79','\xca','\xc0','\xbf','\xb1','\x93','\x17','\x0b','\xf2','\x7b','\x8f','\x8a','\x37','\xef','\x79','\xdb','\xb7','\xb5','\xd0','\x34','\x34','\xd9','\x3c','\x28','\x9a','\xf9','\x56','\x73','\x1a','\x1a','\xc0','\x1d','\x02','\x23','\xa1','\x48','\x8b','\x40','\xb2','\x07','\x9f','\x21','\x4a','\x16','\x42','\x11','\x9c','\x0e','\x14','\xdc','\xd6','\x70','\x28','\x15','\xc5','\x0d','\x4c','\x36','\xe6','\xc8','\xc6','\x14','\xb9','\x79','\x9b','\xbc','\x36','\x43','\xae','\x4b','\x1d','\x78','\xe2','\x8e','\xbe','\x81','\xb3','\x26','\x75','\x2e','\x77','\x2b','\x39','\x5a','\x81','\x06','\x40','\xd0','\xd0','\x64','\x31','\x47','\x25','\x8e','\xc9','\xa3','\xd5','\xb1','\xe5','\x49','\x0d','\x55','\x8e','\x60','\xe0','\x78','\x2c','\xe3','\x4a','\x79','\xae','\x52','\x9e','\x3a','\x2e','\x27','\xe5','\xe7','\x67','\xf8','\xb1','\x19','\xce','\xb1','\xc2','\x61','\xb9','\xad','\x0d','\xf4','\xe7','\x3b','\x88','\x83','\x7a','\x35','\xc8','\xef','\xa3','\x57','\x83','\x6e','\x00','\xb2','\x66','\xfb','\x86','\x67','\x4c','\x97','\x16','\x5a','\x74','\x3a','\x90','\x06','\x12','\x3d','\x76','\x49','\x3c','\x43','\xe9','\xe9','\x04','\xfc','\xe4','\x09','\x70','\x6e','\x3f','\xba','\x60','\x3f','\x26','\x71','\xd2','\x3e','\xb1','\x60','\xcf','\x4b','\x9c','\xb4','\x1b','\xdc','\xa6','\x8b','\x36','\x5d','\xb0','\xe9','\xd1','\x93','\xe9','\xf7','\x96','\xe8','\x2d','\xe5','\x50','\x83','\x09','\x1f','\xc7','\x71','\x3c','\x8a','\x5f','\x22','\x81','\x9d','\x50','\xbe','\x77','\x03','\xdb','\x93','\x75','\xdb','\x0a','\xec','\x39','\x6c','\xd7','\xb1','\x8d','\x03','\xdb','\xd9','\xb2','\xa1','\xfd','\x4b','\xdd','\x9e','\xdb','\xb2','\xa7','\x02','\x7b','\xa6','\x6e','\x1f','\x94','\x2f','\x89','\x1d','\x6f','\xda','\x27','\x29','\x2e','\x40','\xb1','\x15','\x36','\x86','\x8c','\x50','\x65','\x90','\x76','\xc1','\x1a','\x95','\x5b','\x51','\x50','\xa0','\x36','\xa3','\xb6','\xdc','\x93','\x8a','\x90','\x79','\x1e','\xb9','\xeb','\x44','\x07','\x1a','\x49','\x49','\x88','\x8e','\xa9','\x68','\xc6','\x8a','\x3e','\x75','\xfd','\x0e','\xf2','\xd9','\x3d','\xaf','\x03','\xdf','\x2b','\x8e','\xd2','\x41','\x26','\x5d','\xa7','\x3d','\x88','\x8e','\x3c','\x2a','\xf7','\x13','\xca','\xd7','\x93','\x7b','\x31','\xa9','\xa8','\x14','\xb9','\x9a','\xe8','\x46','\x2e','\xde','\x4c','\x91','\x28','\xae','\x95','\x9e','\x9b','\x56','\x5a','\x55','\x02','\x06','\x48','\x91','\x05','\xf9','\x74','\xa9','\x99','\x5e','\x6a','\x4e','\x2c','\x35','\x3b','\x4b','\xcd','\x13','\xc7','\xbb','\xf3','\x4b','\x4d','\xd5','\x51','\xc2','\xa7','\x0d','\x68','\x9e','\x98','\x56','\x8d','\x2a','\x3a','\x59','\xf9','\x08','\xf0','\x20','\xef','\x22','\x87','\x13','\xe5','\xc0','\xa8','\xd4','\x51','\x3c','\x1e','\x12','\x3d','\x94','\xba','\xf0','\x0d','\x10','\xc5','\xf0','\x54','\x94','\x4c','\x56','\x7e','\x63','\xd5','\x83','\x83','\x4a','\xc3','\x3c','\x60','\x72','\x4b','\x8f','\xa8','\x24','\x36','\xd4','\x47','\xea','\x3f','\x77','\x43','\x6b','\x64','\xc4','\xdf','\x50','\xed','\xab','\x4c','\x1f','\x2f','\x02','\xdf','\x1d','\x78','\x3c','\x81','\xfe','\x88','\x75','\x26','\x7c','\x86','\x55','\x1d','\x5f','\x7b','\x50','\xc5','\xdf','\xaf','\xe9','\xdb','\x1e','\xef','\xb9','\x52','\x4d','\xd7','\x5a','\xe9','\x3f','\xe1','\xe2','\x3d','\x9e','\xae','\x49','\x2c','\x66','\xeb','\x47','\xe5','\xd3','\x99','\xb3','\x97','\x9c','\xad','\x63','\xf6','\xe7','\xab','\xf6','\xe7','\xb9','\xfd','\x12','\x70','\x71','\x3a','\x5b','\x70','\xc4','\x98','\x4b','\xfd','\x5c','\x48','\x49','\x89','\x23','\x54','\xa4','\x10','\xc5','\xf8','\x70','\x82','\x1a','\x49','\x23','\x33','\x2a','\xe8','\xb3','\xc6','\xa5','\x7d','\xe1','\x53','\x33','\x2f','\x2f','\x91','\x97','\xe9','\x07','\xc3','\x07','\xc5','\x9f','\x88','\xcf','\xbe','\xfc','\x97','\x89','\xd0','\xf8','\x88','\xf1','\x3f','\xfe','\x63','\xf1','\x95','\xa7','\x8d','\x97','\x57','\xc7','\x0c','\x95','\x10','\xbb','\xe3','\x83','\x0d','\x3e','\x8f','\xba','\x3f','\x6a','\x91','\xd6','\x08','\xbf','\x65','\x94','\x37','\x50','\x5c','\x0f','\x4f','\x68','\xa0','\x62','\x51','\x68','\x35','\x9e','\xc0','\x4e','\x17','\xf4','\x33','\x7d','\x24','\x27','\x44','\x4c','\xd5','\xf3','\x26','\x94','\xb5','\xdb','\x67','\x01','\x1a','\x89','\xf2','\x76','\x12','\x71','\x94','\x94','\x8a','\xd4','\x5c','\xc6','\x98','\xaa','\x8a','\x9f','\x9f','\x3e','\x31','\x13','\x2b','\x62','\x0c','\x64','\x02','\x95','\x2e','\xe3','\xc8','\xfa','\x49','\x82','\xd9','\x19','\x66','\x57','\xad','\x9f','\x9c','\x66','\x76','\x8c','\xd9','\x38','\x27','\x7f','\xb4','\xd1','\x55','\xf1','\x53','\x63','\x38','\x7e','\x3a','\x6b','\x12','\xf0','\xd8','\xe4','\x3c','\x89','\x85','\x9c','\x27','\xb5','\xd0','\xc5','\x1c','\x34','\x1d','\x3c','\x26','\x8f','\x52','\x23','\x65','\x44','\x25','\xfb','\x60','\xd5','\x6f','\x2b','\x51','\x81','\xea','\xf5','\x57','\x8e','\xd3','\x35','\x9b','\x16','\xc1','\xbb','\x3c','\x5e','\xe0','\xdd','\x2c','\xaf','\x26','\x79','\xb1','\x5f','\x2f','\xac','\xe2','\xb9','\x58','\x51','\x2b','\xb3','\x47','\x91','\xff','\x86','\xd4','\x36','\xdb','\xf1','\x8c','\x95','\xa1','\x67','\x7f','\x44','\x5b','\x5a','\xc3','\xd7','\x2e','\x0c','\x79','\x6c','\x7e','\x70','\x8f','\xbe','\xd2','\xbd','\x7d','\xe4','\x7d','\x9c','\x2d','\xbd','\x9e','\xbf','\x83','\x4c','\x80','\x47','\x11','\xfa','\x82','\x2a','\xd6','\x53','\x7d','\xa5','\x93','\xd4','\x2a','\xf4','\xaf','\x93','\x48','\xb0','\x64','\x0a','\x74','\x95','\x5e','\xbe','\xcd','\xb9','\x76','\x5e','\x71','\x82','\xc6','\x0e','\x2f','\xdf','\xf7','\xe0','\x93','\x63','\x0f','\x3e','\x29','\xfe','\xd7','\x27','\xbf','\xf8','\x17','\xcb','\x25','\x55','\x7d','\xf0','\x09','\x21','\xbe','\x18','\xbf','\xf4','\xdc','\xff','\x72','\xe9','\xb9','\x2f','\x9d','\x2f','\x8d','\x36','\x4a','\xe9','\x73','\x5e','\xae','\xc7','\x9e','\x8a','\x14','\x59','\x2e','\x24','\xe5','\xfe','\x44','\x59','\x88','\x15','\x3f','\x0e','\xa1','\x7f','\xea','\xfc','\xb4','\x8b','\x7c','\x9a','\xae','\x49','\x5d','\xcc','\x1f','\x5d','\x59','\xa3','\x41','\x86','\x6f','\x82','\xc0','\x81','\x4f','\x75','\xaf','\x3e','\xd7','\x40','\xfb','\x9f','\xe5','\xf7','\x55','\x79','\xda','\xe0','\xe9','\xf3','\x8b','\x63','\x5f','\x3e','\xca','\xc6','\x6c','\x53','\xd8','\xce','\xd8','\x62','\xe9','\xfe','\x63','\xde','\xfd','\x9c','\x14','\xb8','\xf3','\x6f','\x38','\x99','\x79','\x76','\x74','\xe6','\xd9','\x2f','\x55','\x5f','\x7f','\xe6','\xd9','\xd7','\x3f','\xff','\xec','\xe6','\xd2','\xf9','\x55','\x32','\xb6','\x9a','\x1a','\x23','\xdd','\xfb','\x53','\xd5','\x0f','\xe2','\xe2','\x87','\xa4','\xde','\xdb','\x8a','\xb7','\xfd','\x93','\xc8','\x1f','\x41','\xbe','\xe8','\xc8','\x63','\x60','\xfd','\x54','\x3c','\x68','\x06','\x12','\x56','\x4b','\x1e','\xeb','\x0f','\x4e','\xd6','\xad','\x37','\xea','\x23','\x1a','\x76','\xde','\x21','\x23','\x23','\x44','\xfc','\xdd','\xf2','\x72','\x02','\x9a','\x95','\x48','\x13','\x26','\x21','\x25','\xc0','\x46','\xb2','\xb5','\x71','\xc6','\x5f','\xaf','\xf5','\xf8','\xee','\x40','\x43','\x8f','\xa0','\x4a','\xea','\xb6','\x5f','\x72','\xe8','\x99','\xee','\x47','\x5e','\x3d','\xaa','\x8b','\x6e','\xdc','\xa5','\x3d','\x6e','\x22','\x17','\x8a','\x24','\x06','\xc4','\x44','\xf7','\xf0','\x3f','\x77','\x21','\x45','\x19','\xac','\x06','\x03','\x2c','\xe5','\x84','\x61','\x0c','\x8e','\xf2','\x0c','\xb8','\xa7','\x0c','\x14','\xed','\x7d','\xc6','\xa9','\x84','\x79','\x04','\xb7','\xca','\x35','\x39','\x0f','\x75','\x14','\x77','\xce','\x4a','\xc5','\x79','\x4b','\x0a','\x05','\xcd','\x0b','\xa4','\xc6','\x05','\x1e','\x01','\x12','\xe8','\x24','\x70','\xbc','\x7b','\x8c','\xa5','\xca','\xea','\x34','\x82','\x0a','\x0d','\x2a','\x46','\x50','\x61','\xb8','\x62','\x62','\xa7','\x88','\xb9','\x34','\x2f','\x16','\x13','\xce','\x3b','\x49','\x52','\xf6','\x48','\x79','\x95','\x1c','\xfb','\x20','\xe4','\x75','\xf7','\x4b','\xd4','\x9d','\xd6','\x22','\x39','\x1a','\x46','\x8b','\x51','\x4e','\xde','\x6c','\x9b','\x67','\xf8','\xc2','\xa1','\xe3','\x62','\x3f','\xe7','\x25','\xce','\x3d','\xf5','\x9e','\x54','\x4b','\xbd','\x59','\xae','\xd3','\x3e','\x5f','\xa5','\x22','\x48','\x89','\x49','\x43','\x3c','\xf2','\xb9','\x0d','\x93','\xf3','\xdf','\xdd','\x04','\xf9','\x1e','\x59','\x01','\x39','\xec','\xbc','\x2b','\x70','\xae','\xae','\x70','\x5a','\xfc','\xd2','\xc3','\xb9','\x55','\x85','\xf3','\xce','\xdb','\xe7','\x49','\x6e','\x15','\xe2','\x86','\x5a','\x9d','\xe6','\xea','\xd9','\x77','\x6b','\x99','\x5c','\xed','\x50','\xae','\xb6','\x3f','\x57','\x2b','\xe5','\x6a','\x5e','\xee','\x32','\xc9','\x9d','\x4d','\xbd','\xed','\x02','\xdf','\xaf','\xe6','\x6e','\xf3','\x59','\x31','\xdf','\xe9','\x0c','\x65','\x23','\xd3','\x96','\xe8','\x6e','\x2a','\xce','\xef','\x40','\x77','\xaf','\xe9','\x68','\xe3','\xce','\x37','\x48','\x74','\x7c','\xe1','\xfa','\x27','\x94','\xff','\xe7','\xde','\x7d','\xdb','\xf3','\xd0','\xb7','\xfd','\xfe','\x5b','\xa1','\xb9','\x81','\xfd','\xe1','\x44','\x88','\x3f','\x30','\xd0','\x8f','\x32','\xda','\x06','\x8d','\xaf','\x5c','\xda','\xe3','\xca','\xd5','\x5c','\xd5','\xba','\x56','\xd6','\x9f','\x48','\x4a','\x33','\x17','\xa8','\x80','\x84','\xa2','\x53','\xc3','\xe2','\x1d','\x82','\x2a','\x04','\x32','\xef','\x40','\x05','\x32','\x75','\xdd','\x18','\xd1','\x13','\x71','\x9d','\x24','\x37','\xf0','\x44','\x05','\xcf','\xbc','\xa8','\x07','\xf9','\xe1','\x5c','\x6d','\x0b','\xeb','\xc9','\x41','\xc2','\x70','\x0c','\x15','\xe2','\x5a','\x17','\x3b','\x60','\x41','\x41','\x9f','\x0e','\xa9','\x37','\x1c','\x28','\x50','\x5a','\x55','\xc9','\xbd','\xfe','\xbc','\x66','\x34','\x46','\x12','\x34','\x46','\xd2','\xe2','\x36','\x7d','\x0f','\xd3','\x1a','\xa6','\x7b','\x4d','\xfa','\x18','\xa5','\x79','\x42','\x2b','\x49','\x3a','\x0b','\x67','\xd2','\x2a','\x9c','\x07','\x6e','\xa4','\x6c','\xe4','\xff','\x29','\x8e','\x9e','\xf6','\x46','\xe3','\x61','\x1a','\x93','\xf4','\x14','\x79','\xe4','\x25','\xf2','\xc8','\x99','\xee','\xa7','\x31','\xb9','\x20','\x5f','\x4a','\xc4','\xbb','\xf2','\x24','\x60','\x86','\xa4','\x6f','\x13','\xfa','\x93','\x2e','\x1d','\x91','\xbf','\xbe','\x4a','\xe3','\x18','\xe8','\x63','\x98','\x32','\xe0','\x20','\x8c','\xb6','\x45','\x14','\x07','\xec','\x0e','\x2c','\x01','\x8d','\xe7','\xdd','\xe7','\x55','\x9d','\x19','\x24','\xfc','\x32','\x8e','\x4d','\x8e','\x8b','\xfc','\xb0','\xcb','\xc9','\xfb','\x15','\x44','\xec','\x30','\x43','\x02','\x36','\xc4','\x30','\xb9','\x4d','\xb2','\xb4','\x83','\x67','\x32','\x87','\x9c','\x77','\x55','\xa2','\x8c','\x26','\x8c','\x8a','\x91','\x7d','\x07','\x68','\xfd','\x86','\x38','\xfd','\xe4','\x4c','\xee','\x35','\x59','\x36','\x69','\xf2','\x49','\x64','\x9f','\x79','\x7f','\xfe','\x96','\xfe','\x9c','\xbc','\x43','\x1d','\xed','\x1b','\xf8','\x08','\xdd','\x1d','\x0b','\xe8','\x43','\xce','\xff','\x64','\x2f','\xff','\x41','\xf3','\xa3','\x32','\x19','\x08','\x9d','\x5b','\xe1','\x76','\xef','\x1b','\xad','\x2e','\x9c','\x7e','\xe8','\xbc','\xc7','\x69','\xd0','\x7b','\x43','\x7a','\xc5','\x0d','\x35','\x39','\x75','\xdc','\x62','\x44','\xf4','\x14','\x5d','\x87','\x26','\x9d','\x5f','\x36','\xd5','\x3a','\xdd','\x86','\x10','\xfd','\x71','\x4f','\x0f','\x59','\x66','\x9c','\xf6','\x27','\xe4','\x1d','\x1f','\xbb','\xa7','\x3f','\x47','\x46','\xb7','\xae','\xf2','\x9f','\x23','\x4e','\x7e','\x9d','\x05','\x56','\xe4','\xda','\xd5','\x89','\x3e','\x4d','\xf4','\xab','\xcb','\x4e','\x02','\xd2','\x14','\xcd','\xc1','\x6f','\x1d','\x18','\xb4','\x14','\x6c','\x6f','\xe7','\xaf','\x22','\x28','\xe0','\x71','\xc2','\x8c','\x4a','\x2a','\xaf','\x42','\x23','\x9b','\x0a','\xd0','\xe1','\x10','\x9e','\x24','\x36','\x81','\xa8','\x2c','\x67','\x20','\x19','\xca','\xa7','\xa5','\x1e','\x47','\x40','\x9b','\x4e','\x46','\x5e','\x6a','\x83','\x33','\xd5','\x6a','\xd6','\x2f','\x56','\x90','\xbb','\x14','\x99','\xcb','\xf2','\xbb','\x41','\x0b','\x54','\xaa','\x88','\xe6','\x79','\x8c','\x9f','\x1e','\xf1','\xe3','\x72','\x73','\xc7','\x2d','\x42','\x1c','\xca','\x26','\x1e','\xf1','\xf1','\x09','\xe8','\xc8','\xd0','\x4f','\xf3','\xd8','\x91','\x61','\xde','\x73','\x2f','\xec','\xc8','\x47','\x7a','\x1f','\xda','\xcc','\x1d','\xfc','\x30','\x06','\xda','\xd5','\x34','\x76','\xa9','\x3c','\xea','\xe7','\x87','\xf2','\xa8','\x55','\x7e','\xb8','\xd2','\x37','\x9e','\x90','\xb2','\xb7','\xc3','\x9e','\xa0','\x12','\x30','\x40','\x23','\x70','\x32','\x81','\x73','\xf6','\xbe','\xdc','\x42','\x63','\x86','\x37','\x67','\xa4','\xc5','\x5b','\x44','\xd0','\x33','\x57','\xb4','\xcb','\x7f','\xea','\xcf','\xde','\x8f','\x4a','\x49','\xe4','\x3e','\xe6','\x6b','\x2d','\x71','\x18','\x4d','\xc4','\x90','\x29','\x21','\x7e','\x22','\x75','\x12','\xd3','\xd9','\x08','\xe5','\xf1','\x03','\x2d','\x33','\x4c','\x89','\x45','\x75','\xde','\xea','\xe7','\x75','\x67','\xfb','\x03','\x38','\x03','\x1f','\x89','\xca','\xcf','\x93','\xab','\xcf','\x6e','\x7f','\x1e','\xdf','\x8d','\xb7','\x5a','\x27','\x63','\x4d','\xa0','\x17','\x06','\xce','\x73','\x22','\x7e','\xde','\x8d','\x1a','\x93','\x2a','\x36','\xa4','\xee','\x36','\x15','\xd2','\xb5','\xae','\x15','\x10','\x79','\x11','\xad','\xff','\xbd','\x72','\x43','\xdf','\xab','\xc7','\xe7','\xd9','\x67','\x7a','\x1c','\x6d','\x50','\xb1','\xd9','\x67','\x7d','\x8c','\x72','\x12','\x5e','\xc3','\x29','\x48','\x3d','\xc7','\xcb','\x5f','\xa8','\x3f','\xf3','\xed','\x80','\x1c','\xc2','\x84','\xcd','\xa9','\x64','\xa0','\x2d','\x92','\x7d','\x8d','\x20','\xb2','\xac','\xea','\x34','\x33','\x90','\x34','\xd5','\x02','\x25','\x3b','\x17','\x93','\xd3','\x75','\xf7','\xf3','\xae','\x78','\xde','\xa5','\x97','\xbb','\xe9','\x9c','\xda','\xea','\x2c','\x18','\x4c','\xe4','\x4e','\x75','\x2d','\x71','\x02','\xa1','\x79','\x55','\x77','\x40','\x89','\x4d','\xa1','\x2d','\x5c','\x40','\x29','\x86','\x76','\x06','\x7c','\x59','\xbe','\x31','\x8a','\x0f','\x92','\xef','\x41','\xf1','\x20','\x59','\x87','\x92','\x22','\xb2','\x2e','\x0c','\xcd','\xa0','\xf9','\x4c','\xf6','\x17','\x94','\x4d','\x53','\xf3','\x63','\xd4','\x79','\x84','\xfd','\x93','\x1c','\xfb','\x32','\x5b','\x1b','\x63','\x97','\xc6','\x18','\xcf','\xb2','\xe2','\x18','\x6f','\x19','\x7c','\x0d','\x95','\x1b','\x68','\x23','\x1b','\x0f','\x92','\x5a','\x03','\xdf','\xcd','\x7c','\xd2','\xcf','\x16','\xbb','\x77','\x3a','\x99','\xfc','\xd1','\x08','\x45','\xfa','\x05','\x37','\x0e','\x33','\xb2','\x30','\xf0','\x3f','\xef','\xc8','\x4b','\xb9','\x1c','\x0e','\x15','\x57','\xd6','\x27','\x1c','\xb1','\xc7','\x45','\x19','\x1f','\x1d','\x5a','\xf7','\xf7','\x6b','\xae','\xc4','\x92','\xe6','\xf5','\x79','\xec','\xb7','\xdf','\x16','\xf1','\x70','\x1a','\xa8','\x40','\x22','\xf9','\x2c','\x17','\x48','\x22','\x89','\xea','\xc4','\xad','\x50','\x9e','\x37','\xa6','\x99','\x39','\x0d','\xda','\xa9','\x04','\x30','\xa1','\xf5','\xf9','\x2a','\xb1','\xd4','\x5a','\x41','\x53','\xc5','\x2e','\xc3','\x7d','\x9e','\x49','\x36','\x91','\xf6','\x71','\xa4','\x49','\x14','\xd7','\x5d','\x67','\xdd','\x5b','\xbc','\x19','\x2e','\xae','\xbb','\x7d','\xd4','\xe5','\xca','\x5d','\xf4','\x11','\x60','\xdd','\xef','\x9f','\xf4','\x9c','\x9b','\x21','\x5f','\x1f','\xe6','\xf9','\x07','\x82','\x38','\x10','\x3f','\xb5','\x4b','\xa9','\x0d','\xda','\xd5','\x13','\xc0','\x12','\x02','\xb5','\xf3','\x9c','\xd4','\xb9','\x68','\x3a','\x52','\x87','\x84','\xf4','\xfd','\x54','\x67','\x82','\xa0','\x3d','\x1e','\xca','\x5c','\xeb','\x1e','\xf2','\xa1','\x74','\x6b','\x7f','\x36','\xec','\xb1','\x9a','\xf7','\x2b','\xb6','\xa2','\xd2','\x2d','\x88','\x83','\xa4','\x3a','\x56','\x37','\x22','\x16','\x76','\x11','\x6b','\xc5','\x26','\x7d','\xfd','\x08','\x14','\x74','\xa0','\x2b','\x26','\xba','\x6a','\x40','\x2e','\xb2','\x52','\x63','\xac','\x0e','\x96','\x2b','\x68','\x84','\x4a','\x65','\x95','\xc7','\x69','\x21','\x49','\x33','\x19','\xc8','\x6b','\xc5','\x3d','\x3d','\x13','\x42','\x07','\x40','\xe9','\x90','\x88','\xd1','\x97','\x63','\x85','\xca','\x29','\x96','\xd7','\xf9','\x8c','\xe6','\xc7','\x34','\x7f','\x97','\x5e','\x35','\xea','\x96','\x68','\x4e','\x2c','\xb7','\x71','\x69','\x1d','\x1e','\x47','\x49','\xf3','\x4e','\x5a','\xe1','\x73','\x2b','\xee','\xd2','\xba','\x5b','\x92','\xd0','\x5c','\xaf','\x7f','\x9f','\x13','\xa8','\x9a','\x2c','\x80','\x3b','\x37','\xc1','\x16','\x5f','\x3e','\x70','\xb4','\xf2','\x2d','\x3b','\x9f','\x5f','\x9a','\xc9','\x1f','\x8b','\xb1','\xea','\x7d','\x8c','\x8f','\x1d','\x14','\x62','\x8d','\x7f','\x71','\x8d','\x97','\x58','\x9b','\xb0','\xb7','\x3e','\xc1','\xb6','\xbe','\x98','\xdb','\x7a','\xee','\x55','\xfb','\xb9','\x6f','\xf1','\x67','\xfe','\x8d','\x3c','\xc9','\x3d','\x98','\xd8','\x82','\xc8','\x55','\x3d','\xc2','\x46','\xf4','\x8e','\x78','\x4f','\x1e','\x99','\x75','\xcb','\x7a','\x70','\x2a','\x6b','\xbd','\x89','\x1e','\xfc','\x70','\xf7','\xc1','\x49','\x62','\xbd','\x21','\xf7','\xba','\x35','\xd1','\xe1','\x23','\x47','\xbe','\x3b','\xf2','\x52','\x16','\x2d','\xe0','\x58','\xcd','\xd5','\xe3','\x06','\x94','\xd5','\x8b','\xdb','\xf2','\x6b','\x3e','\x48','\xfd','\x78','\x03','\xbe','\x60','\x95','\x92','\x9e','\x13','\xf2','\x2e','\xdd','\x1b','\x72','\xdc','\x56','\xb9','\xd5','\x85','\xa4','\x24','\xed','\x14','\x17','\xa2','\x8a','\xd0','\x92','\xe6','\xdb','\xda','\x69','\x88','\xeb','\xaa','\xce','\x0c','\x5c','\xfb','\x3a','\x17','\x2d','\xbe','\xac','\x52','\x02','\xee','\xc5','\x1b','\xef','\x4b','\x53','\x48','\x93','\xf3','\xa1','\xe6','\xa2','\xa3','\x08','\x18','\xb9','\xa1','\x6b','\x9b','\xab','\xad','\x8b','\x54','\xe6','\x70','\xfb','\x4e','\x51','\xdf','\xaf','\x27','\xba','\x67','\x1f','\x79','\x96','\x74','\xa4','\x8e','\xbf','\xde','\x24','\xeb','\x40','\xae','\x4e','\x7e','\x00','\xc4','\xdd','\xbd','\x71','\x3f','\x1a','\x62','\xf8','\x84','\xf9','\x91','\x93','\x72','\xd9','\xf5','\x69','\xbf','\x5f','\x12','\xd3','\x09','\x9f','\xf4','\x8a','\x93','\x6e','\x7d','\xa0','\xe3','\xf9','\x34','\x71','\xfd','\xde','\xad','\x97','\x94','\x33','\x1e','\xb4','\x3b','\xea','\x88','\xb7','\x2c','\x17','\x48','\xb1','\x34','\xb7','\xe5','\xf8','\x7d','\xd7','\xb3','\x2a','\xb8','\x8b','\xc6','\x9a','\x1b','\x38','\x37','\x45','\x7f','\xec','\x0f','\xde','\x73','\x44','\x8d','\xcb','\xee','\x36','\x1c','\x75','\xd4','\x93','\xc8','\xf1','\xa4','\x34','\x9a','\x00','\xfa','\xd4','\x66','\x4b','\xfc','\x54','\x1a','\xc6','\x52','\x13','\x1a','\x91','\x7b','\x97','\x73','\x4e','\x15','\x3c','\x2a','\x7f','\x95','\xb3','\xaa','\xb8','\x11','\x08','\x39','\x02','\x1c','\x08','\xa4','\x7c','\xae','\x3b','\xd8','\x36','\x1d','\x35','\x26','\xeb','\x28','\xf1','\xc7','\xbe','\xf8','\x65','\x3d','\xb1','\x22','\xe4','\xb6','\x92','\xfd','\x51','\x83','\xed','\x5b','\xfb','\x8c','\xc9','\xbf','\x6c','\x6e','\x8e','\x4d','\x9e','\xcb','\xaa','\xe4','\x04','\x15','\xb7','\x1a','\xb4','\x69','\x68','\x0f','\x1f','\x07','\x3a','\x49','\x3c','\x22','\x3d','\x58','\x20','\xe2','\x67','\x19','\xac','\xd1','\xb9','\xf2','\x9a','\xd3','\x6e','\xd9','\xbc','\x65','\x97','\xbf','\x6b','\x57','\xb2','\xce','\x56','\xd2','\x3e','\x81','\xe1','\x25','\xf7','\xa3','\xd6','\x8a','\xf0','\x66','\xf5','\xf5','\x07','\xfd','\x41','\x30','\xa8','\x61','\x60','\xc7','\xa1','\xe3','\x52','\x16','\xf8','\x26','\x77','\x8d','\xff','\x93','\xd0','\x6b','\xe1','\x68','\x9d','\xc4','\x31','\x60','\xf4','\x5a','\x97','\xde','\x06','\x49','\x7c','\x0d','\x3a','\xd0','\x77','\xe5','\x16','\xe0','\xf4','\x18','\x15','\xd4','\xcb','\x05','\x94','\xaa','\x35','\xba','\x71','\x69','\x2f','\xe9','\x45','\xa9','\x8f','\x71','\x37','\xde','\x6e','\x85','\xb1','\xa6','\xbc','\x15','\x89','\x39','\x72','\xfa','\x25','\x68','\x7f','\x30','\x33','\x07','\xcc','\x7b','\xf0','\x66','\xf0','\x94','\x62','\xe8','\x94','\x01','\x91','\xa6','\x28','\x02','\x88','\xf1','\x7d','\xdf','\x1c','\xbd','\xef','\x3b','\xe4','\x9f','\x7d','\x25','\xf1','\x43','\x8f','\x6e','\xca','\x35','\xb1','\xec','\x23','\x3a','\x14','\xc7','\xdf','\x39','\x85','\xd0','\x76','\x11','\x6b','\xef','\xe6','\x44','\x75','\x01','\x2d','\x57','\xea','\xcb','\x9a','\x6b','\x42','\x5d','\x40','\x7c','\xd3','\xe9','\x66','\x2c','\x20','\x31','\x23','\xf2','\x6b','\x15','\x53','\x88','\xcd','\x23','\x5a','\x26','\xa4','\x1c','\x12','\xc5','\x40','\x31','\x80','\x7c','\x19','\x0e','\x1e','\xcc','\x73','\xde','\xe8','\xdb','\xff','\x9e','\xac','\x37','\x48','\xbf','\x17','\xe4','\xb0','\x7f','\xcc','\x40','\xad','\x8c','\xaa','\xca','\x4c','\xbb','\x41','\xf6','\xa6','\x18','\x73','\x91','\xdc','\x7f','\x1e','\x8c','\x77','\x9d','\x3a','\xfd','\x46','\x9d','\xee','\x53','\xb0','\xe4','\xf1','\x4c','\x67','\x9f','\xeb','\x4b','\x58','\xab','\xaf','\xa3','\xe4','\x75','\xe4','\x35','\x3f','\xd2','\x0c','\x3e','\xb2','\x19','\x7c','\xce','\x08','\xfc','\x0f','\x43','\xdd','\x82','\xe6','\xab','\xac','\xab','\xce','\x4b','\x93','\xa7','\xa0','\x7d','\x50','\x0e','\xdb','\xb9','\x37','\x6d','\x0b','\xd9','\xb9','\x98','\xcd','\xba','\xe0','\x29','\x3e','\x18','\xda','\xcc','\xb5','\x73','\x4d','\x7b','\xe6','\x13','\x36','\x7b','\xd3','\xce','\x33','\x7b','\xff','\x92','\xcd','\xb7','\x70','\xf9','\x9b','\x78','\x6e','\x0a','\xcf','\x9b','\x78','\xa5','\x75','\x18','\xbc','\xbe','\xfa','\x79','\xac','\x13','\x0c','\xb4','\xc6','\xb8','\xcf','\x53','\x41','\x78','\x25','\xe4','\x0e','\x50','\xe5','\x39','\xb7','\x54','\xc6','\x46','\x85','\xf0','\x72','\xc3','\x79','\xa3','\x61','\x97','\xd7','\xb0','\xb6','\x86','\xd9','\x8f','\x44','\xe7','\x0a','\xd6','\x7e','\x84','\xf5','\x17','\x30','\xb6','\x30','\xcd','\x62','\x8e','\x7f','\x95','\xfc','\x69','\x35','\x46','\x10','\x17','\xef','\x7e','\x77','\x04','\x67','\xa5','\xdd','\xda','\x4b','\xe3','\xa4','\x28','\xd2','\x36','\xb7','\xed','\xa6','\x4e','\x54','\x17','\xe0','\xd2','\x6a','\x4b','\xaa','\x61','\xa3','\x5d','\x5f','\xf3','\x7c','\xe0','\x25','\xee','\x8a','\xb2','\xe7','\xe5','\xbe','\xe4','\x7d','\xec','\x97','\xa5','\xd8','\x48','\x29','\xc6','\x4a','\x09','\x36','\xff','\x6b','\x62','\x9e','\xf2','\x79','\xd0','\xc1','\x96','\x59','\xbb','\x64','\x56','\x9b','\x55','\xe6','\x3d','\x9b','\x6b','\x6c','\xe6','\xe8','\xb9','\x47','\xbf','\x90','\xa4','\x33','\x78','\x56','\xd5','\xd5','\x56','\xc6','\xce','\x57','\xf6','\x78','\x0b','\x8f','\xd4','\xed','\xdc','\x99','\xc5','\x72','\xed','\xd8','\x8a','\x7b','\xcc','\xea','\x2e','\x32','\x02','\xfe','\x0d','\x68','\xbb','\x4c','\x00','\x2a','\xc7','\x12','\xba','\xcc','\x4c','\xba','\xf6','\x23','\xe7','\xf9','\xf3','\x1e','\x34','\x6b','\x5b','\x3f','\x53','\x4e','\xd5','\xb8','\xde','\xef','\x47','\x9f','\x01','\x4a','\x3d','\xb2','\x06','\x25','\x46','\xa4','\x88','\xc8','\x79','\x70','\x74','\x4c','\x50','\xbc','\xe7','\xa0','\xd8','\xb3','\xc6','\x1e','\x6f','\xb3','\xfd','\x55','\xb6','\x7f','\x8d','\x3d','\xc7','\x58','\x89','\x31','\x8f','\x29','\x26','\x99','\x01','\x72','\x52','\x74','\xf3','\x58','\xb1','\x10','\xaf','\x02','\x39','\x26','\x5e','\x3e','\x40','\x6e','\x84','\xe4','\x4b','\x2c','\xfd','\x03','\xb6','\xfb','\xd3','\xac','\x90','\x9b','\x2e','\x7c','\x58','\xcc','\x17','\x59','\xc3','\x65','\xe3','\x71','\xd5','\x6e','\x21','\xca','\xca','\x9e','\x70','\xe9','\x8c','\x44','\x91','\xda','\x55','\x1a','\x58','\xe9','\xfa','\xc4','\x04','\xf0','\x48','\xa2','\x41','\xbc','\x09','\xdc','\x77','\x22','\x8c','\x42','\xac','\xa4','\x60','\x24','\x98','\x69','\xc8','\xbb','\xa7','\x42','\x47','\x3d','\xe2','\xc7','\x3e','\xf7','\xa3','\x9c','\xf0','\x8a','\xfc','\x5f','\x2a','\x15','\x27','\x80','\x21','\x0d','\x4d','\xf8','\x88','\x18','\x2a','\xd8','\x13','\x05','\x6a','\x81','\x48','\x4e','\x74','\x5d','\x4c','\x17','\x30','\x9d','\x56','\x88','\x01','\x76','\x8f','\x0a','\x91','\xe8','\x27','\x87','\x33','\xea','\xb6','\x69','\xb1','\x0a','\x77','\x9c','\x31','\xb3','\xc0','\x8a','\xd9','\x82','\xca','\x0f','\x37','\x0b','\x52','\x40','\xe2','\xd1','\x50','\xee','\x41','\x36','\x62','\xb6','\x16','\xda','\x2e','\x9b','\x2b','\xb2','\x60','\xf1','\x50','\xfd','\xf7','\xde','\x9e','\x88','\xf9','\x24','\xb6','\xea','\x26','\x48','\x2b','\xf1','\x94','\x54','\xb4','\xce','\xd3','\xdd','\x24','\x2f','\x6e','\xbf','\x2d','\xf0','\xf3','\x3a','\x62','\xb3','\x26','\x7b','\x11','\x3a','\x34','\x17','\x36','\xf0','\xb8','\x8e','\x87','\xfc','\xbd','\xbd','\x3a','\x0e','\x06','\xdd','\xd7','\x63','\x1c','\x25','\xe4','\xa2','\xd4','\x34','\x04','\x6d','\x1d','\x56','\x54','\x62','\x9b','\x04','\x98','\xb7','\x45','\xa5','\x08','\x49','\xf1','\x55','\x48','\xa0','\x8c','\x81','\xb2','\x26','\xe4','\x63','\xc7','\x06','\x7d','\xa5','\x13','\x9a','\xfb','\xb2','\x56','\xaf','\x5c','\x16','\x79','\xcd','\x9d','\xd1','\xdc','\x98','\xe6','\xee','\xd2','\x5c','\x63','\x05','\x3a','\xe9','\xa8','\xbe','\xe4','\xf2','\x16','\x40','\x13','\xcc','\x2f','\x52','\xb2','\xd4','\x20','\x4b','\x9b','\xa4','\xa4','\x30','\xd0','\x16','\xfa','\x7d','\x07','\x40','\x4f','\x30','\x8a','\xf7','\x64','\x78','\xfe','\xd5','\xe8','\xf1','\x3f','\xeb','\xba','\xeb','\xd4','\x7a','\x51','\x54','\xad','\x06','\xbc','\xe8','\xd2','\x68','\x89','\x2a','\xe6','\x9c','\x1a','\xed','\x8f','\x77','\x3b','\x97','\x55','\x0f','\x85','\x28','\x3c','\x71','\xba','\x08','\x7d','\x15','\x12','\x0c','\xa2','\x01','\x46','\xd6','\x31','\x93','\xdc','\x97','\x56','\xf2','\x4e','\x12','\xe6','\x21','\x2a','\xe6','\xf7','\x3b','\x13','\x29','\x8a','\x31','\xe5','\xf7','\x48','\x20','\x6e','\xe8','\x2d','\x8e','\xfc','\x5e','\x3d','\xec','\x2c','\xc2','\x2f','\x22','\x52','\x41','\x40','\x1d','\x20','\x2d','\x91','\x59','\x54','\xd8','\x40','\x85','\x1a','\xfa','\xb4','\x8e','\x94','\x79','\xa2','\x66','\xe0','\xce','\x02','\xd8','\x3b','\x10','\xc3','\xaa','\xbe','\x60','\x14','\x61','\xe2','\xaa','\xa4','\x7f','\x4e','\x59','\x81','\xf2','\x6c','\xe1','\xe6','\xd6','\x63','\x3a','\x9a','\xaf','\x91','\x86','\x08','\xa9','\x4a','\x48','\x50','\x1d','\x96','\xba','\xc0','\x69','\xd4','\xcb','\xaa','\xe5','\x54','\xea','\xab','\x2c','\x4b','\x7d','\x55','\x5f','\x10','\x33','\xe3','\x1f','\x2f','\xe0','\x29','\x86','\x67','\x38','\x99','\x71','\x89','\x34','\xd5','\xe5','\x2f','\x8e','\xa2','\x82','\x04','\xad','\xff','\x8e','\x10','\x0d','\xa3','\x48','\x99','\x09','\x25','\x09','\xce','\x4d','\xea','\xbe','\x36','\x8e','\x02','\x6a','\xfa','\xd4','\xf2','\x29','\x70','\xec','\x6d','\x17','\x4a','\xf7','\x9f','\x7b','\x23','\x75','\xa3','\x4b','\xd7','\x1b','\x74','\xfd','\xab','\xe9','\xcb','\x22','\xb7','\xd2','\xc8','\x6b','\x8d','\x17','\x53','\x9d','\x7f','\xfb','\x46','\x63','\x06','\xe8','\x29','\x57','\xa7','\x8f','\x77','\xa7','\xcb','\x6e','\xae','\x7c','\x2a','\xe7','\x08','\xb6','\xee','\x4a','\xe4','\xfe','\xd4','\xcd','\x15','\xd0','\x74','\x56','\x1c','\x8a','\x43','\xec','\x35','\xa6','\x01','\x51','\x2a','\xc4','\x16','\x4f','\x29','\x03','\x19','\x8c','\x74','\xa5','\x96','\x80','\xcd','\xae','\x9e','\x29','\x0c','\x98','\x3a','\xd9','\xd6','\x82','\x35','\x3d','\x70','\x47','\x82','\x22','\x86','\x1e','\x71','\x05','\x1a','\x64','\x59','\x90','\xf4','\x03','\x0c','\xbf','\x65','\x14','\x13','\x99','\x7e','\x48','\xbd','\xf0','\xbe','\xfd','\x38','\x30','\xaa','\x12','\xed','\x72','\x5e','\xfc','\xad','\x5f','\xae','\x43','\x5d','\x77','\x3f','\x72','\xad','\xcb','\xe5','\x9d','\x05','\xa7','\x7d','\x94','\x5d','\xab','\x73','\x68','\xc2','\x8b','\x49','\x40','\x70','\x40','\xed','\xe0','\x60','\x3b','\x58','\x77','\x83','\x49','\x2f','\xb0','\xc2','\x20','\xe7','\x6d','\xc3','\xea','\xc2','\x51','\x2f','\x4a','\x5b','\x18','\x84','\x05','\xc9','\x60','\x0a','\xb1','\xdb','\xc3','\x3e','\x04','\x50','\xa1','\x5f','\xcf','\xdc','\x24','\x34','\x49','\xb7','\x39','\xb6','\xfd','\x98','\xed','\x27','\x20','\xf7','\x00','\x21','\xdb','\xa4','\x30','\x60','\xb4','\x07','\xab','\x73','\x52','\x0d','\x78','\xbf','\x23','\x5b','\xb4','\x45','\x6a','\x6a','\x3e','\x17','\x51','\xaf','\xe2','\x78','\xc1','\xa8','\x97','\x5f','\xd9','\x2a','\x37','\x02','\x9e','\xc6','\x3d','\xbe','\xdf','\x7d','\xf8','\xb8','\xb8','\x0d','\x94','\xbf','\xeb','\xb8','\x2c','\x82','\x0a','\xbe','\xbd','\x24','\x55','\x06','\x50','\x13','\xea','\xdc','\x0f','\xb8','\x08','\xb8','\x53','\x1f','\x94','\x3c','\xa8','\xbc','\x14','\x92','\x8b','\x87','\xb9','\x11','\x22','\x61','\xfd','\x8c','\xb2','\x9c','\x84','\xa1','\xb2','\x53','\x5a','\x39','\x54','\x04','\xae','\x39','\x76','\xd1','\x7a','\x37','\xc9','\xb0','\x52','\x2b','\xde','\x47','\x3f','\xcc','\x00','\x11','\x60','\x41','\x05','\x7f','\x8a','\x90','\x1b','\x16','\x73','\x45','\xcc','\xcb','\x3b','\x61','\x5e','\x1e','\x25','\x84','\x88','\x06','\xb6','\xd3','\xb5','\xe5','\x91','\xf8','\x7f','\x40','\x7c','\x92','\xb9','\x74','\xdf','\x87','\xd6','\xc6','\x0f','\x34','\xee','\xdf','\x77','\xd1','\x7c','\xf2','\xec','\x91','\xd3','\x75','\x37','\xe6','\x22','\x95','\x6c','\x13','\x2a','\xa3','\x86','\x48','\xf3','\x5c','\xdf','\xad','\x4a','\x59','\x69','\x5e','\xa7','\x56','\x8d','\x56','\xac','\x4e','\x05','\xaa','\xd7','\x13','\x53','\x4e','\x77','\x4a','\x47','\x1f','\xd2','\x63','\x19','\x01','\xb9','\xcd','\x19','\x1d','\x3d','\xa0','\xa3','\xbc','\x8b','\x26','\x85','\x28','\x3a','\xc0','\xfb','\xb4','\x83','\x8f','\x91','\xc6','\x6e','\x40','\x87','\xac','\xa8','\x4f','\xd6','\xf6','\x67','\x06','\x61','\xf2','\x04','\x8d','\x00','\xdf','\xc8','\x44','\xbb','\x36','\xe9','\x18','\xd0','\xea','\x6c','\xdb','\xcb','\x09','\x33','\x93','\xfa','\x79','\x78','\xcc','\x74','\x8f','\xb7','\x5a','\xc7','\xf6','\xbd','\x7e','\xfc','\x56','\xe6','\xd8','\x64','\xe3','\xd8','\xe4','\xbf','\x39','\xde','\x7a','\x82','\xa7','\x84','\xf3','\xf3','\x5b','\x7b','\x63','\xfc','\xb1','\x53','\xc7','\xf2','\x15','\xbb','\x32','\x55','\xa9','\x25','\x2a','\x20','\xaf','\xa8','\xb1','\xab','\x49','\xe0','\x3a','\xc3','\x7e','\x80','\xe1','\x79','\x98','\x56','\x93','\x10','\x72','\x93','\xa2','\x3c','\x61','\x95','\x13','\x92','\xac','\x62','\x11','\x71','\x8d','\x0e','\x4a','\xf6','\x76','\x3a','\x33','\xd5','\xbe','\x9c','\x19','\x31','\xe8','\xec','\x2b','\x90','\x2d','\x3f','\x6e','\xd0','\x71','\x73','\xb7','\x4e','\xa0','\x6f','\x05','\x30','\xdf','\xc8','\x45','\xad','\xaa','\x27','\x88','\x39','\x4e','\x8d','\xae','\xd5','\x3d','\xc1','\x8f','\xcf','\xfb','\xf6','\xb8','\x31','\x68','\xf2','\x92','\x50','\x20','\x9d','\x6c','\x97','\xa5','\x3a','\x43','\x7d','\x0c','\x8b','\xa3','\x1e','\x13','\x9b','\x59','\xe0','\xeb','\xbb','\x71','\x1b','\xf8','\x37','\x26','\xbd','\x3d','\x56','\xb8','\xe7','\x55','\xe8','\x97','\xbd','\x3f','\xa7','\xfa','\x65','\x5b','\xdd','\x52','\xbe','\xe4','\xe9','\x45','\x82','\x4d','\x98','\xc8','\x52','\x2e','\xd3','\x6c','\xc4','\xef','\x97','\x54','\x75','\x6d','\xca','\xf0','\xef','\x8e','\xce','\x20','\xf1','\x4d','\x44','\xe6','\xa0','\xdc','\x3b','\x49','\x8a','\x7b','\x48','\x75','\x4f','\x83','\xef','\xb9','\x18','\x1e','\x62','\xfe','\xfe','\xaa','\xbf','\xff','\x72','\xf8','\x1c','\xf3','\x4b','\xcc','\xf7','\xa4','\x3d','\x00','\xbd','\x08','\x95','\x61','\x00','\x84','\xcb','\x60','\x37','\xed','\xf0','\xb7','\x4c','\xa2','\x91','\xe7','\xfd','\xc9','\x9a','\x6b','\x9e','\x56','\x1e','\x60','\xb9','\x5d','\x4f','\xc6','\xfc','\xe2','\xf5','\x1b','\x82','\xc7','\x7d','\x1e','\xcb','\xa0','\x38','\x94','\xa9','\x82','\x43','\x86','\xdf','\x7d','\x97','\x7a','\xd7','\x71','\x55','\xe2','\x25','\x43','\xf7','\x6c','\xdb','\x7a','\x40','\x61','\x46','\xe5','\x86','\xa9','\x9c','\x1c','\xb4','\x2e','\x55','\x39','\x29','\xb1','\x4f','\x60','\x64','\x51','\xf0','\x47','\x11','\xe5','\xef','\xbd','\xae','\xd3','\xab','\xa2','\xd7','\x62','\xdb','\x07','\x8f','\xb7','\xfc','\x30','\xd4','\x3f','\xd6','\xf0','\x17','\x37','\xfd','\xc5','\xc6','\xa5','\xdf','\xa3','\x97','\x9c','\xce','\x25','\x45','\x26','\x7c','\x5e','\xc2','\x79','\xf7','\x7c','\x25','\xdd','\x50','\x61','\x1a','\x52','\x19','\x4f','\x55','\xfe','\x08','\x57','\x0e','\xe0','\x88','\x2f','\x57','\x6c','\x51','\x68','\x09','\xad','\x40','\x15','\xc6','\xa4','\x7a','\x19','\xec','\x06','\x1e','\xc8','\x3a','\x7d','\x5e','\xe1','\x55','\x70','\x42','\x2b','\x78','\xd4','\x52','\xa4','\x83','\x51','\xda','\x0b','\x2c','\x7c','\xa9','\xa8','\x26','\x08','\x02','\x9e','\xb1','\xed','\x66','\x82','\x91','\x31','\x3d','\xa6','\x52','\x77','\x80','\x0a','\xd8','\x23','\xcf','\x2b','\xbc','\xea','\xa9','\x97','\xa7','\x79','\xee','\x0c','\xb7','\xea','\x3c','\x77','\x76','\x41','\x2a','\x59','\x8c','\x56','\x10','\x73','\x90','\x7f','\x38','\x91','\x20','\xc9','\x14','\x74','\xae','\x4f','\x10','\xf2','\x32','\x21','\x15','\x8f','\xe4','\x53','\xdd','\x19','\x42','\x62','\x08','\xed','\x32','\xb0','\x71','\x51','\x88','\x4d','\xbc','\xbc','\x89','\x4b','\x9b','\x98','\x64','\xc3','\x67','\x28','\x5e','\x6e','\xe0','\xa5','\x4d','\xbc','\x74','\x33','\x94','\x67','\x4a','\x14','\x7b','\xd0','\xbb','\xf8','\x30','\xec','\xcb','\x2e','\xf0','\x27','\x64','\xa0','\x8e','\x41','\x05','\x10','\xa3','\xc1','\x3d','\xc7','\x48','\x55','\x83','\x52','\x34','\x92','\xde','\x36','\xe1','\x29','\x85','\x22','\xc4','\xed','\x78','\xd3','\x36','\x97','\xf5','\x8e','\x28','\x2a','\x84','\x4d','\x55','\xd4','\x03','\xa0','\xc6','\x91','\x5b','\x28','\x27','\x3a','\x93','\x2e','\x2d','\xbb','\xf4','\x88','\x4b','\x57','\xdc','\x8e','\xe6','\xb2','\xff','\xbf','\xf2','\x25','\xb0','\x94','\x7f','\x5b','\xca','\xeb','\x1b','\xa0','\x3b','\xfa','\x0a','\x61','\xd3','\x70','\x68','\x94','\x78','\x6a','\xea','\xf2','\x79','\x9f','\x2e','\xa2','\x58','\x09','\x59','\x21','\x8e','\x95','\x1c','\x39','\x90','\x1f','\x35','\x56','\xea','\x8d','\xad','\xae','\x1c','\xcf','\x91','\xa2','\x43','\xb8','\x9d','\x79','\xd6','\xfe','\xd0','\xef','\xda','\x07','\x3e','\x69','\x2f','\xce','\x9d','\x3c','\xfd','\x84','\x1d','\x2b','\x42','\x1b','\xcc','\xf7','\xc2','\x9c','\x46','\x72','\x1a','\xb5','\xda','\x0d','\x66','\x44','\xc9','\x7e','\x6d','\x48','\xf6','\xbb','\x9d','\x94','\x3a','\x55','\x7c','\x28','\x49','\xfe','\x8e','\x01','\xf0','\x4b','\xaf','\xb7','\x53','\xe8','\x50','\x15','\x1c','\x69','\x90','\xce','\x84','\x8f','\x86','\xa2','\x0d','\x3f','\x9d','\xe3','\xdc','\x69','\x73','\x9b','\xf7','\xe0','\xb4','\x6c','\xfb','\xb8','\xe8','\x8f','\xe1','\x08','\x17','\x01','\x0f','\xe2','\x0e','\x17','\x34','\xf8','\x9f','\x75','\xb7','\x08','\x54','\x17','\x5d','\xda','\xcf','\x73','\x40','\xfa','\x48','\x44','\xaa','\x8f','\x2c','\xa9','\x18','\xb3','\x30','\xe2','\xdc','\x86','\x54','\xb7','\xa1','\xbe','\xa5','\xaa','\x57','\xe9','\xb0','\xdd','\x04','\xf4','\x89','\xd4','\xbf','\xaf','\xd3','\x4c','\x67','\xc3','\xf4','\xf9','\xe6','\xd8','\x5a','\x93','\x59','\xc2','\x34','\x9b','\x0e','\x6f','\x96','\x8e','\x76','\xbd','\x13','\x4d','\xf9','\x53','\xd1','\xb8','\xaa','\x2a','\xa3','\xfd','\x2f','\xcd','\xfb','\x9f','\x9c','\xbf','\xf2','\xf9','\xcf','\x88','\x25','\xb5','\xd8','\x53','\xc7','\xfc','\xee','\x1c','\xaa','\xd6','\xc4','\x2c','\x0a','\x67','\x75','\x24','\xf5','\xb1','\x0a','\x76','\x2b','\xb8','\xb8','\x20','\x75','\x56','\x9a','\x5d','\xe4','\xc9','\xcf','\x5e','\xdc','\x3a','\xa6','\xa3','\xc5','\x59','\x6a','\x43','\xff','\x41','\x5a','\x19','\xc0','\xe9','\x54','\xec','\xc6','\x71','\xec','\xda','\x90','\x66','\xc7','\x39','\x2d','\x70','\x96','\xe5','\x3c','\x59','\x76','\xc1','\xe1','\x0f','\x7e','\x54','\xce','\x19','\x2f','\xb2','\xc5','\xba','\xf5','\x13','\x01','\x55','\x20','\x0a','\x10','\x8d','\xb5','\x41','\xb1','\xde','\x25','\xf1','\xe1','\xf0','\x8f','\x0f','\xe3','\xa7','\x67','\xf0','\x67','\xa7','\xf0','\x67','\xe7','\xf0','\x67','\xe3','\xe1','\xae','\x11','\xb4','\xeb','\x9d','\x55','\x71','\x06','\x9f','\x50','\x76','\x6e','\x51','\x1a','\xd4','\x6d','\xbf','\xa2','\x5d','\x02','\xe8','\x86','\xb3','\x95','\xa9','\x90','\x54','\x25','\x7f','\x1b','\x0a','\x8a','\xdf','\x6c','\x56','\x80','\x0a','\xbb','\x59','\x59','\x6a','\x3a','\x6f','\x35','\xf9','\x52','\x13','\x1d','\xef','\x7e','\x6a','\xa9','\xf9','\x29','\xee','\x7f','\xaa','\x7c','\xe9','\xf5','\xf2','\x9a','\x7f','\x8b','\xa2','\x20','\x1b','\x6f','\x26','\xa5','\x4d','\x16','\x8f','\xcc','\xf0','\xf2','\xa5','\xf8','\xdb','\xd2','\xa0','\xcb','\x60','\x9c','\x9a','\x5b','\xc2','\xce','\x3b','\xed','\x45','\xee','\xff','\xde','\xb1','\x66','\xf9','\xa7','\xe1','\xf3','\x4b','\xcd','\xdf','\x5f','\x6a','\x7e','\x6e','\xa9','\xb9','\xf8','\x56','\xf3','\xa5','\xe3','\x5d','\x39','\xf8','\xfd','\xf2','\xa5','\xe7','\xcb','\x97','\x7e','\xaf','\x62','\x2c','\x56','\xa8','\xb3','\x95','\xe2','\xd2','\xce','\x61','\x78','\x3b','\x71','\x65','\xc7','\x3f','\xa5','\xb1','\xd4','\xd1','\x1d','\x80','\x8e','\x2b','\x80','\xa8','\x73','\xe5','\x48','\xd4','\x00','\x95','\xe9','\x90','\x5f','\xa7','\x56','\x96','\x5a','\x80','\x8a','\x41','\x9a','\xae','\x2a','\x3e','\xbd','\xf7','\x5b','\xad','\xd0','\x3b','\x17','\xb1','\x7a','\x91','\x6d','\xb1','\xc9','\x80','\x96','\xeb','\x64','\x16','\x27','\xbd','\xc3','\x90','\xfe','\x9e','\x28','\x9a','\x98','\x15','\x74','\xe8','\x73','\x1d','\xa8','\x14','\x17','\x97','\x19','\xad','\x83','\x1d','\x9f','\xf9','\x3e','\xbb','\x5e','\xb7','\x7e','\x29','\xa6','\xc7','\xa8','\x62','\x8c','\x6f','\x4c','\x7f','\xa8','\x31','\x6d','\x34','\xf2','\xed','\x67','\x1f','\x34','\xaa','\x0b','\x86','\xb9','\x60','\x54','\x3f','\xd3','\x9e','\xff','\xa4','\xd1','\x5c','\x1d','\x3b','\x87','\x1e','\x18','\xe4','\xe9','\x45','\xd1','\x22','\xc8','\xdf','\x4e','\x20','\x7c','\x1e','\x88','\x80','\xa0','\x61','\xda','\x23','\x3d','\xe6','\xbf','\x5e','\x78','\x0a','\x17','\x71','\x0c','\x12','\x0f','\x31','\xd4','\xb4','\x75','\x88','\xdc','\xdb','\x4e','\x50','\x5a','\x84','\xbc','\x6e','\xa6','\xad','\xf8','\x62','\x3b','\xb7','\xb0','\x2e','\xf7','\x7d','\x6b','\x05','\xe5','\x56','\x7c','\xa6','\x29','\x7a','\x8d','\x0f','\x1a','\x39','\x2f','\xe3','\x04','\x85','\x72','\x8d','\x95','\x6b','\x55','\xe5','\x16','\x03','\x65','\x52','\x5f','\x49','\xe8','\x23','\x31','\x3d','\x86','\xe3','\xce','\x7b','\x87','\x2d','\x5d','\x2e','\x71','\x53','\xdb','\xa4','\x10','\x01','\x04','\x96','\x60','\x4d','\xab','\x4b','\xe5','\x6a','\x45','\x35','\xfe','\xc8','\xad','\xb8','\x1f','\xfb','\x0f','\xab','\x1f','\x58','\x39','\xfb','\x81','\x15','\x6f','\xd7','\x7f','\xf0','\x76','\xfd','\x4b','\x2f','\xfd','\x8d','\xcd','\xb1','\x6f','\x6c','\xe6','\xbe','\xf1','\xfa','\xdb','\x87','\x5e','\x78','\x11','\x2d','\x4c','\xa3','\x9f','\x4d','\x6b','\xff','\xfb','\x01','\x7d','\xa2','\x40','\x52','\x94','\xe9','\xb0','\xed','\xbb','\x8a','\xe7','\x04','\xd8','\x30','\x5c','\xf4','\x3d','\xe2','\xde','\x08','\x81','\xd0','\xad','\x49','\x0e','\x34','\x49','\xec','\x46','\x37','\xd6','\x04','\xaa','\x48','\x48','\x1d','\x97','\x8a','\x71','\xb3','\x99','\x73','\xfd','\xb7','\xcf','\xbf','\xfe','\x7c','\xa6','\x99','\xa7','\xc1','\x34','\xdb','\x38','\xc0','\x37','\x0a','\x67','\x20','\x6a','\x73','\x67','\xfd','\xb2','\xd1','\xdf','\xd1','\xc0','\x02','\x72','\x13','\xc5','\x16','\x5e','\x81','\x00','\x10','\xf0','\xde','\x04','\x2a','\xea','\x98','\x28','\x22','\x30','\x38','\x29','\x14','\xab','\xd7','\x42','\xa7','\x8b','\x0f','\x43','\x57','\x44','\x08','\x01','\x6b','\x17','\x43','\xe0','\x28','\xd8','\xc9','\x97','\x45','\x1a','\x44','\xf5','\x84','\xda','\x49','\xa5','\x75','\x9a','\xa7','\xe2','\xbc','\x8b','\x79','\x35','\xb9','\x50','\x24','\x3b','\xea','\x41','\x12','\xa8','\x95','\xec','\x11','\x9f','\xfa','\x5f','\x46','\x41','\xf9','\xa6','\xc8','\xb9','\x6e','\x1e','\xb5','\x46','\xa4','\x09','\xe3','\xba','\x89','\xa7','\x0d','\xb1','\x95','\x39','\x59','\xa1','\x73','\x15','\x98','\x38','\x73','\x2e','\x7f','\xa9','\x58','\x54','\x54','\xd5','\xab','\x73','\xe5','\xd8','\xdc','\x08','\xae','\x5b','\xef','\xe1','\xac','\x8e','\x0d','\x3d','\x86','\x5a','\xd1','\xd2','\xd8','\x07','\x2c','\x58','\x01','\xbb','\x29','\x98','\xef','\x1e','\xf2','\x5b','\x33','\xbe','\x3f','\xe3','\xbb','\xec','\xff','\x36','\x44','\x90','\x39','\xb1','\x41','\xd9','\x06','\x3b','\xe0','\x4b','\xf0','\x03','\x7e','\xf1','\x80','\xef','\x1f','\xf0','\x57','\x0f','\xac','\xc7','\xcc','\x2b','\x98','\xdf','\x7c','\xef','\xe3','\x37','\x6a','\x2b','\xab','\x7a','\x9f','\x47','\x7a','\xc8','\x5f','\xd4','\xfb','\x37','\x7c','\x7e','\x7b','\x7c','\x77','\x1c','\x30','\xf2','\xb6','\xed','\xe8','\x7b','\x92','\x30','\xc5','\x69','\x68','\x9e','\x84','\xa6','\x9e','\x90','\xd2','\xc4','\x61','\x45','\xc4','\xaa','\x88','\xb5','\x20','\x46','\x3c','\x93','\x41','\xac','\x20','\x5f','\xce','\xe5','\xae','\x3a','\x33','\x71','\x9b','\x27','\x6d','\x9e','\xb1','\x8b','\x05','\xdb','\x6f','\x9d','\xac','\xb9','\xe5','\x0c','\x3a','\x72','\x5e','\xda','\x43','\xdd','\x72','\x83','\x02','\x54','\x89','\xcd','\x42','\xb6','\xb3','\xa0','\x5a','\xd2','\x2f','\xa8','\x97','\xe5','\x6c','\xa7','\xdc','\x38','\x5d','\x6e','\x9c','\x29','\x37','\xea','\xe5','\x46','\xa9','\xdc','\x78','\xf6','\x38','\xd0','\x0d','\x99','\x3c','\xbd','\xc6','\x27','\x68','\xb9','\x93','\xe5','\xad','\x24','\xc4','\xcd','\xa1','\x24','\xb6','\x83','\xb2','\xae','\xa2','\xea','\x32','\x0d','\x5a','\x20','\x8a','\xa3','\x26','\x0e','\x1a','\x63','\x11','\x3a','\xa5','\xfe','\xbd','\xe4','\x1b','\x4a','\x3f','\x4c','\xb8','\x38','\x09','\x93','\x10','\x93','\x8d','\xba','\xca','\x13','\xc3','\x74','\x63','\x8a','\xde','\xbc','\x4d','\x37','\x70','\x41','\x61','\x7e','\x03','\x37','\x6e','\x6c','\xd1','\xa6','\xbd','\x03','\xd1','\x99','\xa8','\xde','\x1d','\xea','\xc7','\xf1','\x70','\xdd','\xc4','\x3d','\x34','\xa8','\xf7','\x4f','\xef','\xbc','\x93','\x77','\x0e','\xde','\xba','\x3c','\xab','\xb7','\x9c','\xcb','\x6e','\x45','\x5b','\xad','\x68','\x67','\x2b','\x93','\x5e','\x65','\xcc','\x53','\x9a','\x92','\xd4','\x97','\x2e','\xf5','\x7a','\x0d','\x0b','\x31','\xdc','\x62','\x78','\x47','\x7f','\xe1','\x14','\xc8','\x8b','\x81','\xbd','\xd3','\xef','\x96','\x22','\x11','\x80','\xbd','\xd3','\x1b','\xe3','\x72','\x7a','\x67','\x1f','\x96','\x1d','\x1d','\x58','\xb6','\x4b','\xbc','\x7b','\x7d','\x9c','\x07','\xf0','\xa1','\xcc','\xaa','\x97','\x4c','\xa5','\x90','\x76','\xfd','\xdc','\x6a','\x33','\x77','\x2e','\x94','\x0a','\x55','\x9e','\x90','\xdf','\x57','\x34','\x11','\x71','\x42','\x46','\x3d','\x22','\xb5','\x7a','\xe3','\x46','\xd7','\x6c','\x02','\xcf','\x23','\xf4','\xf5','\xba','\xd4','\xd5','\x2d','\x5f','\x67','\xe6','\x48','\xde','\xfc','\x50','\xde','\xa4','\x43','\x18','\xcf','\x9b','\x99','\xbc','\xd9','\xc9','\xb3','\x13','\x79','\x63','\x3e','\x6f','\x50','\x89','\x5e','\xfd','\xd5','\x3c','\x9d','\x2d','\xd1','\x8d','\xb7','\xe8','\x5f','\x1c','\x7f','\x97','\xda','\xd3','\x08','\x0f','\xb9','\x40','\x77','\xdc','\x5c','\x13','\x45','\x51','\xc2','\x48','\x85','\xbd','\xa3','\x06','\x7b','\x64','\x80','\x02','\x8a','\x4b','\x69','\x2c','\x15','\x27','\xe8','\xbc','\x47','\xfa','\xe9','\xc7','\x71','\x39','\xbf','\xc9','\x41','\x11','\xca','\x35','\x99','\xc3','\x52','\x59','\xea','\xf6','\x14','\x4b','\xd1','\x19','\x1e','\x98','\xa0','\x19','\x48','\x53','\x51','\x14','\x87','\xea','\x4a','\xfa','\xdf','\xab','\x25','\xbf','\x97','\x9e','\x37','\xf7','\xe6','\x4d','\x2b','\x6f','\xe6','\xf3','\x26','\xeb','\x81','\xe5','\xf3','\x86','\xf5','\x6d','\xa3','\x92','\x07','\xe8','\x79','\xaa','\x90','\xc0','\x7b','\x9f','\xc2','\x95','\x12','\x9e','\x7d','\x8b','\xfc','\xcf','\xc7','\x97','\x3d','\x3b','\xdd','\xfb','\x5e','\xdb','\xcb','\xf3','\x9e','\xe1','\xf8','\xc1','\x24','\x89','\xaa','\x60','\xa2','\x6f','\x6e','\xf4','\x9c','\x3d','\x11','\x03','\x36','\x8a','\x8f','\x20','\xac','\xf7','\xf7','\x03','\x20','\xf2','\x55','\x4e','\x66','\x6c','\xe0','\x58','\x46','\x6a','\xa2','\xf8','\x3e','\x3a','\xf5','\x57','\xcc','\xfa','\x11','\x63','\xeb','\x1c','\x20','\x37','\x23','\x29','\x4c','\xd6','\x7d','\x18','\x6f','\x30','\x2b','\x28','\x30','\x92','\x65','\x4c','\x0a','\xb0','\x1d','\x7c','\x83','\xaa','\xd9','\x7a','\x1d','\xec','\x8e','\x01','\xdf','\xe0','\x8a','\x9b','\x59','\x77','\x0f','\xfd','\xa5','\xb7','\x3f','\x1b','\xee','\xa7','\xe4','\x57','\xf4','\xe1','\x35','\x0a','\x75','\xc2','\x04','\x66','\x81','\x04','\x9a','\x09','\x74','\x11','\xb8','\x2c','\xe0','\x2c','\x9c','\x66','\x52','\x8c','\x07','\x31','\x85','\xd1','\x6e','\xb0','\xcb','\x0b','\xd3','\x5e','\x90','\x56','\xde','\x80','\xb7','\xbd','\xe0','\x79','\x39','\xf8','\x65','\x3d','\xf7','\x25','\xe8','\x16','\x5a','\x18','\x39','\x4c','\x63','\x52','\xdf','\xa6','\x71','\xb3','\x5b','\xb7','\x5a','\x4f','\x32','\xf3','\xa1','\xbc','\x69','\xa8','\x69','\x23','\x07','\xfb','\xf3','\x66','\x29','\x6f','\x7a','\x79','\x60','\x67','\x7a','\x20','\x6f','\x48','\xcc','\xe4','\x8d','\xa9','\xbc','\x31','\x97','\xa7','\xf5','\xbd','\x14','\x57','\xe0','\x3e','\x27','\xe5','\x7d','\xbe','\xd9','\xbb','\xcf','\xc9','\xcc','\x1c','\xa1','\xce','\x33','\xd4','\x7e','\x66','\xd3','\x7e','\xae','\x61','\x3f','\x47','\xed','\xa4','\xb0','\x09','\xb5','\x45','\xe3','\xa4','\x3c','\x4a','\x64','\xa8','\x3d','\x71','\xd2','\xde','\xf3','\x84','\xfd','\xf8','\x15','\xfb','\xe1','\x2b','\x27','\xf7','\x3f','\x61','\x2f','\x3d','\x61','\x97','\x9e','\xb0','\xbd','\x27','\xe6','\xc8','\xc9','\x80','\x3c','\x51','\x27','\xda','\x04','\x19','\x21','\x43','\xf5','\xe6','\x18','\xc8','\x60','\x83','\xa2','\x56','\x2f','\xea','\x31','\x53','\x87','\xdd','\x37','\x13','\xfb','\xf5','\x9f','\x8e','\x5e','\xc2','\x7b','\x8a','\xe8','\xa3','\x56','\xf7','\xfb','\x40','\xe4','\x45','\x47','\xcf','\x74','\x7b','\xb7','\x06','\x52','\x0a','\x0b','\xf0','\x10','\x35','\x48','\xb7','\x9b','\x3c','\xcd','\xac','\x6b','\x72','\x76','\xb1','\x6d','\xc8','\x33','\x9e','\x95','\x5b','\xcd','\xe6','\xce','\x2b','\xea','\x3c','\x97','\xe4','\x2e','\x86','\xd6','\x69','\x02','\x8d','\xf9','\x24','\x56','\x58','\x6e','\xa5','\x25','\x77','\xc3','\xc9','\x95','\xd6','\x64','\xad','\x50','\xae','\x67','\x3f','\xe9','\x25','\x6b','\x6c','\x28','\xbf','\x25','\x42','\xcf','\x31','\x1e','\x6e','\x9f','\xd1','\xf1','\x54','\x05','\x5b','\xef','\x84','\xd0','\x98','\x61','\x18','\x52','\xf1','\xdb','\xc2','\x6c','\x11','\xb3','\xc4','\x61','\x98','\x59','\xf7','\x8a','\x5b','\x69','\x6e','\xc1','\xf9','\xcb','\xae','\x76','\xd1','\xd4','\xa8','\x79','\x5f','\xda','\x24','\x0a','\xa3','\x17','\x58','\x98','\x36','\x96','\xc7','\x8c','\x52','\xce','\x20','\xb9','\x79','\x32','\xf9','\x14','\x29','\xbf','\x45','\x3e','\xd3','\x9f','\xcf','\xe0','\x84','\xe4','\x52','\x55','\x96','\xb3','\xd3','\x60','\x7d','\x53','\xa5','\x20','\x45','\xe0','\x79','\x6a','\xf9','\x77','\x50','\x05','\x82','\xb4','\xbe','\xe5','\xb2','\x0d','\x60','\x29','\x98','\xac','\x8d','\x94','\x6b','\x23','\xb3','\xba','\x5e','\xd7','\x05','\xd5','\xe4','\xe7','\x77','\x9d','\x1e','\x63','\x18','\x06','\xfb','\xa2','\x2e','\x05','\x9b','\x34','\x31','\x40','\xcb','\x71','\x12','\x19','\xf4','\xeb','\x3f','\x45','\xa6','\x54','\x7b','\x90','\x23','\x8d','\x0b','\xe5','\x10','\x9e','\x8d','\x03','\x9f','\x2a','\x50','\xc2','\x00','\xb5','\x51','\x01','\xac','\x38','\xad','\x2d','\xf7','\xe6','\xe2','\x86','\xeb','\xdc','\x42','\x7c','\x03','\x41','\xcb','\x27','\x29','\x18','\x83','\x22','\xe0','\xaa','\xe9','\x34','\xe1','\x79','\xe1','\x5f','\xff','\xe9','\x4b','\x26','\xb6','\x8b','\xc8','\xb6','\xba','\x47','\x03','\x64','\x63','\x6a','\xc7','\xbb','\x76','\x34','\x21','\x7c','\x7a','\x14','\x15','\xba','\x72','\x4b','\xd3','\xda','\xc5','\xed','\x7a','\x61','\xa8','\xd4','\x4b','\xa8','\xfe','\xb9','\x46','\x56','\x4c','\xba','\xbe','\xe5','\xf7','\xeb','\x04','\x7d','\x5f','\xbc','\xa9','\xc2','\x4c','\x1e','\xe9','\xd5','\x0b','\x7b','\xe4','\xa0','\x2a','\x19','\x88','\x7b','\x24','\x4c','\x75','\x4f','\x10','\x60','\x3c','\x1c','\xb2','\xe3','\x76','\x10','\x37','\x81','\x8f','\xe5','\x08','\xa2','\xcf','\xfb','\xb4','\xec','\xc1','\xce','\xb2','\x8e','\xd2','\xeb','\x68','\xb7','\xe8','\x1c','\x58','\x47','\x6c','\x1d','\x99','\xa2','\xc3','\xd7','\x51','\x71','\x1d','\xb9','\xeb','\x18','\x6c','\x2b','\x7f','\xe0','\x9c','\xe1','\x26','\x2b','\x5a','\xbf','\xa8','\xb3','\xbc','\x60','\x79','\xf9','\x94','\x31','\xd3','\xf1','\xf4','\x6c','\x98','\xaf','\xc8','\x23','\x3e','\xf8','\x0e','\xde','\x57','\x0b','\xf7','\xd7','\xa2','\x01','\xe0','\xe8','\x3b','\xe1','\x93','\x2b','\xe8','\xc9','\x95','\xeb','\x67','\xde','\xa9','\xc7','\xb0','\x1e','\xa3','\xfa','\xa0','\x8f','\x86','\x0a','\x8d','\x41','\x50','\x4c','\xf5','\xac','\x01','\x38','\xad','\x26','\x3f','\x1e','\xf2','\x05','\x22','\xe1','\x48','\xd5','\x7d','\x85','\x16','\xdf','\x58','\x63','\x7e','\x8b','\xba','\xc5','\x34','\x6a','\xa1','\xdc','\x9a','\xbe','\x41','\x43','\x9c','\xad','\x52','\x55','\xd7','\x36','\x90','\xcf','\x1c','\xed','\x00','\x5c','\xc9','\x57','\x49','\x7a','\xfe','\x30','\x40','\xcf','\xdc','\x81','\x60','\x48','\x45','\x51','\x9e','\xcc','\x7e','\xd0','\x52','\x65','\xf7','\xf9','\x1a','\x98','\x7b','\xf0','\x4e','\xdd','\x55','\xa9','\x62','\x2a','\xbd','\x27','\x2e','\xa2','\xbe','\xd2','\xee','\x20','\xc6','\x80','\xf4','\x41','\xfa','\x01','\x8a','\x47','\xfd','\x2b','\x77','\x16','\x09','\x16','\x60','\x11','\xb2','\x79','\xd1','\x69','\xdc','\x51','\xc8','\x48','\xef','\xc0','\x4c','\x54','\xa7','\x39','\x14','\xbf','\x40','\xaa','\x3a','\x1e','\x5a','\xf5','\x25','\x94','\xdb','\xdf','\x7c','\xff','\x1d','\xff','\x1e','\x70','\x39','\x12','\xed','\x4c','\x8f','\x99','\xb9','\x0f','\xd1','\x82','\xa3','\xfa','\xf9','\x80','\xc3','\x50','\xc9','\xf5','\x9e','\x37','\x7e','\x98','\xc2','\x25','\x13','\xd5','\xd1','\x47','\x37','\x39','\x7a','\x17','\xdc','\xe1','\x1d','\xf7','\xf6','\x8e','\x3b','\xf9','\x2b','\x76','\x93','\xc2','\x88','\x54','\xc6','\xbb','\x0c','\x52','\xc9','\x28','\x7b','\x8c','\xe6','\xf3','\x54','\x7c','\x5b','\x1e','\x3b','\x72','\x90','\x67','\x48','\x02','\x5c','\x88','\x91','\x7f','\x15','\x49','\xec','\xfe','\x2f','\x42','\xf5','\x73','\x89','\x99','\xbf','\x16','\xa7','\xe3','\x49','\x72','\x7f','\x06','\x9b','\x2c','\x2e','\x3f','\x5a','\x6c','\x04','\xa8','\xe3','\xc1','\x4b','\x36','\x62','\xd2','\x7d','\x85','\x69','\x5a','\x9d','\xf5','\xf8','\x19','\xa9','\x57','\x69','\xe7','\xa5','\xb4','\xa4','\x31','\x5c','\x10','\x62','\x7e','\x59','\x6f','\xcc','\x31','\x1a','\xef','\xa8','\xfb','\x5c','\xa5','\x07','\x38','\xbd','\xa2','\x32','\xaf','\x74','\x2e','\x2d','\x67','\xaa','\xf2','\x2e','\xa4','\x7a','\x9e','\xac','\xce','\x65','\xb8','\x43','\xa1','\x7a','\xc4','\x7e','\x68','\xd3','\xfe','\x44','\xc3','\xfe','\x92','\x5c','\x88','\x69','\x3b','\x2d','\xb6','\x28','\xb5','\x0b','\x12','\x0d','\x7b','\xfe','\xa2','\xdd','\x68','\xd8','\x34','\xc2','\x05','\x9b','\x7e','\xfd','\xe4','\x78','\x07','\x18','\x9c','\xd2','\x11','\x97','\x04','\x10','\x0e','\x10','\xe2','\x84','\x83','\xca','\xd0','\xfd','\x98','\x7d','\xd4','\xea','\x3c','\xa7','\xba','\x27','\x94','\x9a','\x4c','\xd9','\x19','\x33','\x64','\xd0','\x1b','\xc8','\x1c','\x32','\xe1','\xb7','\x93','\xf2','\xc1','\x96','\x87','\xeb','\x58','\x61','\x24','\xea','\x47','\x6b','\x48','\x6c','\x40','\x47','\x57','\xc5','\x98','\xcd','\x26','\x30','\xdb','\x53','\x67','\x99','\x60','\xe6','\x90','\x10','\xfb','\x7d','\xa0','\xde','\x5d','\x32','\xde','\xb7','\xaf','\xeb','\x90','\xff','\x90','\x8f','\x7a','\x05','\xf1','\x83','\x8b','\xd0','\x68','\xf0','\x26','\x24','\x96','\x4f','\x3c','\x70','\x6c','\xcf','\xd8','\xea','\x9e','\xaf','\x1c','\x7b','\xfc','\x7c','\x62','\x7f','\xb6','\x03','\xf9','\x2d','\x47','\xa0','\xb3','\x86','\xb7','\x30','\x47','\x16','\xa6','\xa0','\xcc','\xd9','\x9e','\x19','\xd4','\x2f','\xa3','\x42','\x1d','\x33','\xa9','\xb5','\xa8','\x1e','\x6f','\x12','\x07','\x82','\x74','\x28','\x07','\xa1','\x1c','\xef','\x66','\x41','\xef','\x7c','\x37','\xa0','\xa7','\x43','\x7a','\x3a','\x88','\xb0','\xfb','\x74','\x90','\x39','\x1d','\x74','\x7e','\x59','\xaf','\xfe','\x2f','\xf5','\xa2','\x86','\xd1','\xc8','\x61','\xe8','\x4d','\xf0','\x0f','\xef','\x2b','\x84','\x8a','\x71','\xd1','\x22','\xbc','\xc0','\xfc','\xec','\xba','\xd8','\xd2','\x5d','\x3e','\xea','\xf2','\x9c','\x54','\x39','\x61','\x25','\x72','\xf9','\x9d','\x9c','\x8b','\x61','\x9f','\x07','\x58','\xea','\x09','\x0d','\x94','\xed','\xee','\x8c','\x13','\xed','\x56','\xfc','\x63','\xd1','\x44','\x24','\x47','\xce','\x85','\xce','\xce','\x34','\xba','\x28','\x1f','\x40','\x1f','\x91','\xef','\xef','\xc5','\x98','\xb4','\xaf','\x51','\xf1','\xd7','\x14','\x8d','\x4b','\x74','\xf4','\x71','\xea','\x34','\xa2','\x85','\xd1','\x81','\xec','\xb3','\x46','\xb4','\x4a','\x76','\xcf','\xaa','\x6b','\x56','\x62','\x66','\x25','\x4e','\x2b','\x49','\x52','\x21','\xd8','\xa1','\xf1','\x0a','\xd7','\x71','\xbc','\xe0','\xe0','\x69','\xc8','\xbd','\x91','\x22','\xd0','\x28','\x8a','\xc6','\x22','\x70','\xd5','\x16','\x8a','\x50','\xc3','\x38','\x5f','\x44','\x17','\xbb','\x08','\x48','\xf0','\x9f','\x70','\xb2','\x6a','\xa9','\x22','\x3a','\x2b','\xcf','\x9f','\xa6','\x95','\x11','\x56','\xd1','\xb9','\xe2','\x73','\xae','\x3a','\x49','\xab','\x52','\x4d','\xa2','\x6b','\x53','\x62','\xcb','\xba','\x0f','\x4f','\x45','\xf8','\x1f','\xe6','\xbe','\xe9','\x88','\xad','\xcf','\x05','\x87','\x3f','\x17','\x4c','\x45','\xf8','\xfd','\x1b','\x53','\xd5','\xef','\x4d','\x71','\xc0','\x61','\x79','\x74','\x7a','\xe3','\x29','\x7e','\xc3','\xe6','\xd7','\xe7','\x1c','\x3f','\xe0','\xfe','\xd7','\xb9','\x46','\x22','\xb9','\x31','\x54','\x64','\xd7','\xd3','\xd9','\x4c','\xcd','\xfd','\xa4','\xf0','\xdd','\x94','\x32','\x57','\x4f','\x00','\xd7','\x97','\xd6','\xaf','\xee','\x85','\xbe','\x76','\x50','\xa4','\x0b','\xc8','\xa0','\xa4','\xfc','\x2d','\x5d','\x74','\x0d','\x03','\x67','\x80','\x10','\x0f','\xea','\x17','\xb2','\x9b','\xc1','\x58','\x23','\xc8','\x65','\xc3','\x07','\x55','\x52','\xf1','\x37','\x1a','\xc1','\x3e','\x09','\xa9','\x24','\xc8','\xa3','\x0a','\xbe','\xef','\x73','\x9b','\x96','\x7c','\x28','\x52','\x62','\xba','\xfe','\x47','\x7c','\xc0','\xe7','\x8a','\x01','\xb7','\x94','\x34','\xb8','\x8b','\xef','\x4b','\x15','\x40','\xb9','\xf0','\x28','\xdd','\x82','\x3e','\x92','\xc1','\x35','\x8f','\xd4','\x08','\x9b','\x45','\xd0','\x15','\x77','\x46','\xbd','\x3f','\xa3','\x06','\x15','\x57','\x5b','\xdf','\xce','\x3f','\xbc','\xb3','\x6f','\x57','\xa4','\x82','\x17','\x38','\xd4','\x21','\x72','\x32','\x5f','\x3c','\xdb','\x38','\xbf','\x95','\x36','\x7c','\x9a','\xf0','\xe9','\x2e','\x97','\x7e','\xc0','\x05','\xea','\x5a','\x68','\x19','\x8b','\x20','\x2d','\x9b','\xb6','\x28','\x73','\xa2','\xbe','\x5d','\xe0','\x87','\xb4','\x7a','\x7e','\x48','\x82','\xa0','\x3b','\x70','\xa4','\xcd','\x17','\x0a','\x48','\xd5','\x33','\x76','\x1b','\xdb','\x04','\x85','\x2a','\xba','\xd7','\x73','\xdd','\x0f','\xc5','\xe3','\x54','\x3d','\xa3','\x14','\x71','\x49','\x68','\x4f','\xc3','\x46','\xa1','\xee','\x70','\x26','\x7d','\x59','\xa4','\x5d','\xf4','\xc8','\x2a','\x7a','\xe4','\x2c','\xfa','\x82','\x47','\x3f','\x7d','\xae','\x7b','\xe1','\x82','\x9b','\xfe','\xb2','\x9b','\xfe','\x53','\x37','\xbd','\x52','\x57','\xd5','\x49','\x45','\x40','\xdd','\x4c','\xd7','\x19','\xac','\x52','\x9a','\x05','\x1e','\x17','\x7f','\xf8','\x7b','\x11','\x22','\xc2','\x7e','\x3f','\x32','\xfc','\x88','\x10','\x05','\xd3','\x9c','\x37','\x0a','\x0d','\xd8','\x14','\xe6','\xd2','\x3b','\xe2','\x8c','\xa4','\x5f','\xdd','\x3f','\xc4','\xbb','\x0b','\xf7','\xd9','\x30','\x68','\x46','\x2a','\x3d','\x3b','\xcc','\xd2','\x74','\xff','\xce','\x0f','\xb5','\x6b','\xff','\x55','\xf9','\xb4','\x23','\x48','\x93','\xb8','\xa2','\x82','\xc8','\x2b','\x48','\x31','\x16','\xfa','\x70','\xbb','\xcc','\x2a','\x29','\x14','\x12','\x2c','\x6b','\xb0','\xa4','\xc9','\x31','\x70','\xd7','\x3d','\x81','\xd0','\xba','\xdc','\x5f','\x5c','\xf9','\xd0','\x35','\xc4','\x35','\x54','\x1d','\xc9','\xae','\x59','\xed','\x42','\x56','\x95','\x7e','\x6e','\xef','\x5e','\x1b','\x48','\xdc','\x42','\xbd','\x6c','\x34','\x7d','\x47','\x0b','\xab','\x7e','\x52','\x0b','\x26','\x01','\x4e','\x91','\xa4','\x54','\x58','\xab','\xea','\x46','\x23','\x96','\x91','\x32','\x55','\x73','\x3b','\x72','\xe3','\xdb','\xce','\xeb','\xa6','\xbe','\xe8','\xca','\x5d','\x39','\x48','\x7c','\x5c','\x24','\x19','\x94','\xed','\x67','\x68','\x40','\x1b','\x01','\x6b','\x05','\xc7','\xfc','\xa0','\xbe','\x5e','\xd7','\x57','\xea','\x52','\x86','\x68','\x1b','\x58','\xaf','\x24','\xf5','\x17','\x08','\x06','\xa7','\x39','\xa1','\x52','\xef','\x33','\x3a','\x3e','\x67','\x43','\x7d','\x6f','\x7b','\xc5','\xa7','\x09','\xa9','\x1f','\x16','\x89','\x51','\x85','\xfa','\x60','\x28','\x0e','\x96','\xe6','\xe6','\x75','\x82','\x4e','\x43','\x66','\x9f','\xa6','\x03','\x46','\x1e','\xf7','\xac','\x75','\x2f','\xa3','\x35','\xe0','\xeb','\x48','\xfd','\x52','\xf5','\x23','\xeb','\x39','\xeb','\x40','\x87','\x1c','\xf2','\xd4','\x0d','\xdc','\x74','\x3d','\x0e','\x0d','\x96','\x86','\xa4','\x53','\xce','\x90','\xcf','\x3e','\x00','\xb5','\xff','\x1f','\x96','\x1a','\xe0','\xc0','\x88','\x3b','\xac','\xf6','\x80','\x9e','\xeb','\x6f','\x87','\x32','\xf6','\x0f','\x44','\x8f','\x69','\x53','\x09','\x94','\xe1','\xf8','\xbb','\x59','\x1c','\xe2','\x1f','\x96','\x6b','\x4a','\x78','\xf7','\xe0','\xdc','\x88','\x3a','\x0b','\xfb','\x64','\x40','\x53','\xcc','\x54','\x1d','\x7d','\xc4','\x7b','\x60','\x58','\x6e','\xb6','\x35','\xac','\x3e','\xf4','\xbf','\x6c','\x2f','\x68','\x43','\x21','\x42','\x1d','\x55','\x5a','\x29','\x6c','\x17','\x5b','\x89','\x4e','\xaf','\x05','\x47','\x91','\xa1','\x3f','\xec','\x78','\xd2','\xe2','\xe2','\xac','\xc9','\x67','\x9a','\x37','\x45','\xd3','\x47','\xcd','\xab','\xa8','\x79','\x0d','\x7d','\x3f','\xa0','\xdf','\xbf','\xd6','\x7d','\xad','\xe9','\x37','\xaf','\xfb','\xcd','\xd7','\xfd','\xa6','\x1f','\xc8','\x9f','\x76','\xd7','\x2f','\x35','\xd7','\x2f','\xf9','\xeb','\xe7','\xd1','\xba','\x01','\x19','\xf2','\x57','\x52','\xe8','\x6a','\x12','\x6d','\x42','\x3e','\x64','\x72','\x38','\xd9','\xd2','\x11','\xa3','\x8a','\x24','\x9b','\x24','\x18','\x49','\x75','\xc8','\x70','\x6b','\x75','\x02','\x9d','\xe9','\x53','\x84','\xc9','\x0d','\xb5','\x4a','\xa6','\x8b','\x74','\x1a','\x49','\xb0','\x3c','\xe2','\x96','\xb4','\x1d','\x11','\x84','\xbf','\x0e','\xd3','\xc9','\x36','\x50','\x24','\x29','\x5b','\x7d','\x9c','\x21','\xb1','\x86','\xa1','\xcc','\xad','\x6f','\xbd','\xd3','\x03','\x84','\x1e','\x04','\x86','\xdb','\x71','\x9b','\x64','\x6c','\xd2','\x99','\x83','\xbc','\xf5','\xa2','\x9c','\x06','\x2a','\xe1','\x2a','\x22','\xb1','\xe8','\xf9','\xf9','\xb3','\xbd','\x4c','\x12','\xcc','\x0d','\xd1','\xbe','\x44','\x54','\x9b','\xd1','\x1e','\xfc','\x80','\xde','\x14','\x03','\x1f','\xc5','\xc7','\x5c','\x3f','\x8f','\x40','\x69','\x94','\xfa','\x79','\xac','\x05','\xaa','\xbb','\x71','\x14','\xc8','\xbb','\x61','\x5d','\xe4','\x91','\x78','\x0f','\xc9','\x23','\xc4','\xb6','\x6a','\xe8','\x03','\xc3','\xf4','\xe0','\x15','\x94','\xaa','\xa1','\x50','\x47','\x2f','\xe9','\x68','\x6e','\x07','\x6d','\xf8','\x48','\x1f','\xfa','\x61','\x5d','\xda','\xc5','\x61','\xef','\xa1','\x33','\x13','\xe5','\x0b','\x50','\xa8','\xc2','\xa4','\x62','\xec','\xa3','\xbc','\x62','\xe1','\xcb','\x44','\x6c','\x8e','\x90','\x46','\x28','\x95','\xd5','\xcc','\xfd','\x90','\x4a','\xf5','\x7e','\xfc','\xa2','\x91','\x7c','\xde','\x51','\x1a','\x69','\xc6','\x78','\x21','\x11','\x55','\xd3','\x8b','\xa8','\x15','\xdd','\xd5','\x5e','\x37','\x3a','\x70','\x65','\xc3','\xcd','\x28','\xc6','\xa8','\x99','\x30','\x98','\x61','\xd2','\x8a','\xe8','\x6a','\x1d','\xa2','\x0d','\x26','\xf4','\x9d','\x2d','\xb6','\xff','\x81','\x18','\xf6','\x13','\x82','\x5f','\x02','\x59','\x42','\x03','\xe5','\xa7','\x4f','\xb0','\xd6','\x53','\xab','\xa0','\x19','\xde','\x76','\xaf','\x24','\xe0','\x15','\xc1','\x5d','\xa9','\xbe','\xa9','\x54','\xa3','\xfe','\x4e','\xd3','\x5b','\xa7','\xbf','\x9a','\x0f','\x0d','\x24','\x9b','\x4a','\x8f','\x89','\x8b','\x2a','\xd1','\x2d','\xaa','\x4f','\xe4','\x74','\xbc','\x2e','\x80','\xab','\x5c','\xa5','\xe1','\x17','\x35','\xa5','\x6f','\xa0','\x5e','\x5d','\xed','\xbd','\x42','\xea','\x1a','\x1a','\x51','\xf9','\x0f','\x20','\x03','\xaf','\xdc','\x71','\x6f','\xef','\x75','\x13','\x92','\x3d','\x26','\x11','\x83','\x0c','\xad','\xa9','\x04','\xea','\xf3','\xe5','\x2a','\xc0','\xaa','\x56','\x5c','\x6a','\x06','\x83','\x02','\x5e','\x53','\x82','\xc8','\x45','\xcd','\x8f','\x84','\x1f','\x17','\xb8','\xd6','\xc6','\x23','\xf2','\xce','\x24','\x77','\x5e','\x04','\x7e','\x5d','\x49','\x1b','\xd0','\x20','\xa7','\xe1','\x64','\x5f','\xa1','\x04','\x12','\xf8','\xdd','\x10','\x1c','\x62','\x69','\xc4','\x72','\xae','\xc9','\x7c','\xce','\xab','\x45','\xdf','\xaa','\xa1','\x89','\xcc','\x1d','\xd7','\x21','\xf7','\xbe','\x88','\xbc','\xc2','\x6e','\x79','\xf4','\x12','\xb4','\x99','\xa4','\xaf','\x65','\xd8','\xa8','\xc9','\xf6','\xfb','\x66','\xb3','\x7a','\xdc','\xb3','\xe6','\xc8','\xc4','\xe9','\x65','\x15','\x1f','\xf4','\x5d','\xd1','\xda','\x36','\x04','\x4c','\x1f','\x2c','\x53','\xc8','\x18','\xd1','\xfa','\x00','\x7e','\x12','\x24','\xad','\x48','\x0e','\x37','\xdf','\xd0','\xae','\x24','\xb4','\x53','\x72','\x41','\x63','\xfd','\xb4','\xb4','\x03','\xad','\xb8','\x73','\xeb','\xf0','\x61','\xf0','\xf3','\x47','\xfc','\x3f','\x44','\x69','\x2c','\x12','\x1f','\x45','\xe8','\x61','\x93','\x3e','\x7c','\xb9','\xfb','\xdc','\x1a','\x95','\x28','\x31','\x60','\xb5','\x68','\x2a','\x0d','\xf9','\x0e','\x85','\x79','\xc0','\xd0','\x12','\x69','\x05','\x99','\x4c','\x55','\x05','\xd3','\xa5','\xf6','\x2e','\x32','\x94','\xff','\x36','\xe5','\xbf','\xa3','\xa3','\xdf','\xd1','\xf1','\xbc','\x10','\x9b','\x0c','\x01','\xac','\x4e','\xcf','\x09','\x20','\xf1','\xd8','\x77','\x15','\xa9','\x5d','\x84','\x3e','\x9b','\xfc','\x86','\x35','\x8e','\x26','\x86','\xfc','\x51','\x43','\xc2','\x67','\xa8','\x29','\xe1','\xa8','\x6a','\x98','\xdb','\xed','\x37','\x1f','\xec','\x77','\x27','\x5c','\xe8','\xb5','\x20','\x64','\x95','\x65','\xee','\xa4','\xb7','\xfb','\x0f','\xf6','\xfa','\x9e','\x90','\x9b','\x42','\xb4','\x15','\x49','\xce','\xb3','\x8a','\x21','\x87','\x06','\xa4','\x11','\xa4','\x68','\xd0','\xa5','\xc1','\x32','\x0d','\x4a','\x59','\xd5','\xce','\x0c','\x24','\x4e','\xb2','\x4f','\xe7','\x9f','\x59','\x56','\xfc','\x63','\x3d','\x5e','\x3e','\xa9','\x99','\xcc','\xaa','\xee','\xbd','\xcd','\x40','\x78','\x57','\xd3','\xde','\xf5','\x88','\xad','\x2e','\x6d','\x84','\x13','\xe6','\xc9','\x8c','\x0f','\x6b','\xfa','\x04','\xa2','\xf3','\x77','\x16','\x4d','\x80','\x46','\xf1','\xae','\xf2','\x3d','\x0e','\xfa','\x8c','\x68','\x1e','\x12','\x9b','\xea','\x23','\x65','\xe5','\x96','\x60','\x92','\x87','\x0a','\xe4','\x29','\x46','\x56','\x19','\x89','\x71','\x00','\x2e','\x92','\x2b','\x7e','\x4a','\x77','\xbb','\x9a','\x5b','\xd5','\xfd','\x22','\x6e','\x41','\xfb','\x3a','\x5a','\x00','\x3e','\x46','\x3f','\x19','\x47','\xf8','\x57','\xc7','\x73','\x61','\x11','\xfb','\x68','\xef','\x8f','\xf1','\xa1','\xb8','\x00','\xea','\x9b','\x01','\x02','\x7c','\x10','\xe3','\x2e','\x3e','\x5c','\x05','\x32','\x3b','\x58','\xe8','\xf7','\xcc','\xe7','\xef','\xa7','\xf4','\x0f','\xd8','\x36','\xa4','\x26','\x53','\xdf','\x76','\x10','\x6d','\xa8','\x75','\x5a','\x1b','\xd1','\x95','\x3c','\xa4','\x11','\xbf','\xd6','\xc0','\x9f','\x49','\x23','\x81','\xb6','\x5d','\x0f','\x72','\x67','\x31','\x08','\xa5','\x50','\x11','\xc0','\x90','\xb6','\xa6','\x2c','\xd9','\x4d','\xa4','\x9d','\x93','\xb6','\xa4','\xc8','\xa0','\x93','\x2d','\x94','\xbc','\x47','\xdf','\x93','\x3e','\x0b','\xd0','\x44','\x82','\xef','\x39','\xd7','\xbe','\x77','\xdf','\xc9','\xc1','\x73','\x37','\x2a','\xc4','\x74','\x88','\x7f','\xf8','\x8e','\xf9','\x23','\x5c','\x39','\x73','\x4c','\x92','\xa4','\xc0','\xab','\x4f','\xf1','\x1e','\x03','\xef','\xb9','\x64','\x3e','\x7e','\xba','\xb0','\x3f','\xc6','\xf6','\x8f','\xb0','\xa5','\x11','\x5e','\xd2','\xb9','\x17','\xfd','\x8a','\xee','\x43','\x2d','\x24','\x90','\x8f','\x4d','\x40','\xfe','\x06','\x52','\x8a','\x53','\xef','\xf3','\x78','\x42','\x84','\x51','\xd3','\x43','\x89','\x09','\xab','\xbb','\x27','\xe7','\xf5','\xf2','\x40','\xac','\x2e','\xe4','\x81','\x68','\x6e','\x69','\xcc','\xf5','\x46','\x55','\x7d','\x87','\x2e','\x4d','\x3f','\x28','\xa8','\xe9','\x5d','\x27','\x5e','\x88','\xac','\x48','\x98','\xcc','\x8a','\x05','\x1d','\xcc','\xcc','\xc8','\xae','\x74','\xc4','\x1e','\xe4','\xee','\x39','\xef','\x3d','\x7e','\x31','\xdc','\x4f','\x3d','\x09','\x45','\x91','\x0d','\x64','\xa9','\xf0','\xa7','\xb7','\xbd','\xac','\xcb','\x52','\x6f','\x35','\xd4','\xad','\xc0','\xca','\xc5','\x11','\x29','\x78','\xae','\xca','\xa2','\x9b','\x56','\x50','\xf5','\x0e','\x20','\xb1','\xfb','\xf5','\x0e','\xc0','\x7d','\xd4','\xaf','\xcc','\x95','\x80','\xf2','\x87','\x42','\x64','\x92','\x64','\x20','\x4e','\x1d','\xf1','\xf7','\x2a','\x1a','\xae','\x26','\xf0','\xf3','\x53','\x7f','\x5a','\x21','\xa6','\x20','\xdf','\x90','\xe8','\xf3','\xf7','\x32','\xd3','\x6d','\x17','\x8a','\x55','\x66','\xb2','\x2a','\x63','\x5c','\xea','\x1e','\x99','\x47','\x5c','\xb2','\x1b','\x11','\xe0','\xf9','\xdf','\x8b','\xf0','\x63','\x08','\x03','\xa9','\x01','\x45','\x56','\xd7','\xad','\x20','\x3e','\x8b','\xa6','\x6b','\xd1','\xe7','\xc1','\x1f','\xe8','\x95','\x0f','\x00','\x59','\x16','\x05','\x42','\x75','\xda','\xe6','\xb4','\x2a','\xaf','\xd0','\x47','\xc1','\xe9','\x40','\x99','\xd2','\xf6','\xe7','\x69','\x22','\x10','\xe6','\xbe','\xab','\x7c','\x25','\xd3','\x34','\xc8','\x0b','\x31','\x42','\x61','\xcb','\x8b','\x41','\x08','\x7e','\x33','\xc1','\xff','\x86','\xfa','\x37','\x72','\x97','\x82','\xdb','\x96','\x0f','\xdc','\x22','\x4c','\x55','\x31','\x31','\x52','\x50','\xde','\x45','\x23','\x29','\x9f','\x5d','\x44','\x19','\x16','\x42','\x47','\x24','\xc2','\x5d','\xa7','\xcb','\x09','\x9f','\x96','\x10','\x61','\x4c','\x43','\xb1','\x49','\x55','\x0d','\x91','\xa3','\x34','\x07','\x94','\x29','\x2c','\x47','\xdb','\x39','\xfa','\xbc','\x5c','\x9b','\x52','\xe0','\x2b','\x14','\x58','\x47','\xfe','\xaf','\x57','\x5f','\x70','\x87','\x87','\x40','\x95','\xed','\xdf','\xf3','\xcc','\xfb','\xee','\xad','\x4a','\x3f','\x94','\x9f','\x6f','\xe0','\x90','\x19','\xf2','\xea','\xf7','\xc6','\x77','\x6d','\xdc','\xf7','\xaa','\x2f','\x40','\x18','\xda','\x48','\xf9','\x2a','\x28','\x63','\x00','\x8f','\x16','\x81','\x02','\x1f','\x65','\x1e','\xde','\x0c','\x1f','\x69','\x04','\x12','\x5f','\x68','\x04','\x9f','\xbe','\x18','\x5e','\x68','\x04','\x52','\xff','\x49','\x9f','\xf6','\xd3','\x75','\x37','\x5b','\x93','\xe6','\x8f','\x4f','\xf5','\x2a','\xc2','\x52','\xfd','\x9a','\x40','\x2d','\xac','\xad','\xf8','\xa9','\x75','\x29','\x55','\x60','\x51','\x28','\x71','\x4a','\x47','\xa1','\x27','\xa3','\x9a','\x61','\xa9','\x8e','\xdc','\x6c','\x27','\x4c','\xbc','\xc7','\x12','\x8f','\xaf','\xe1','\x87','\xd7','\xf0','\xfe','\xfc','\xd6','\xd2','\xf4','\x54','\x69','\x7a','\xca','\x9b','\x9e','\x22','\xf9','\x2d','\xd5','\x97','\x52','\xe2','\xb0','\xd4','\xf8','\xa2','\xf5','\xf5','\xcc','\x91','\xfa','\x33','\x42','\x3c','\xb7','\xee','\x3e','\x7c','\xc4','\xfd','\xe8','\x67','\x3a','\xe4','\xc8','\xaa','\x58','\xff','\x67','\x70','\xe5','\x23','\xab','\x99','\x23','\xab','\x13','\x9f','\xe9','\xec','\x39','\xe2','\x3e','\xfe','\x97','\xa7','\x1f','\xfe','\xfe','\xb5','\xfd','\xcf','\x04','\x4b','\x47','\xfe','\x75','\x69','\x76','\xcd','\xfb','\x7e','\x83','\xfc','\xbb','\x8b','\xe4','\xc2','\xd9','\xd1','\x5f','\xaf','\x13','\x1d','\xf5','\xed','\x02','\x12','\xb3','\xc2','\xa7','\x35','\x37','\xb7','\x0e','\xe5','\x78','\xe3','\x9a','\x3b','\xa2','\xb9','\xff','\x3f','\xd2','\xfe','\x07','\xb8','\x8d','\x2b','\xbd','\x13','\x45','\x4f','\xa3','\xe1','\x83','\x96','\x7d','\x08','\x34','\xed','\x59','\xe7','\x40','\x84','\x88','\xa6','\xa8','\x70','\x9c','\x3c','\x7a','\xf6','\x00','\x50','\x68','\x68','\xac','\x51','\xb7','\x44','\x05','\xb6','\xf3','\x30','\x63','\x6f','\x76','\x73','\x4b','\x93','\xec','\xdb','\x69','\x12','\x74','\x4b','\xe3','\xa1','\xc6','\x70','\xbc','\x6f','\xa2','\xdc','\xe5','\xb0','\x9b','\xa2','\x02','\x71','\x92','\x1e','\x8b','\x9e','\xdd','\xeb','\x82','\x66','\xbc','\x91','\x32','\x9b','\xca','\x7b','\x77','\x6b','\x5f','\x5d','\xda','\x93','\xcd','\x4e','\xdd','\x97','\x8a','\x9a','\x22','\x03','\x31','\x79','\x88','\xa5','\xdc','\xbb','\x6f','\x8b','\x9e','\xcd','\x8d','\x61','\xcb','\x57','\x33','\xb7','\xca','\xb5','\xa6','\xe3','\x94','\x06','\x8e','\xdb','\xdd','\xef','\x7c','\xa7','\x01','\x10','\xa4','\xa4','\x99','\xe4','\x3e','\xd6','\x57','\xd0','\x01','\x08','\xb6','\x80','\xee','\xd3','\xe7','\x7c','\x7f','\x7e','\xdf','\xef','\x17','\x5f','\x70','\x94','\xa3','\x4e','\xf8','\xb6','\x33','\x3f','\xe5','\x94','\xa6','\x20','\xdd','\x57','\x92','\x9c','\xaf','\x2d','\x38','\xd6','\x94','\x63','\xe5','\x9c','\x52','\x0e','\x9e','\xd6','\xf8','\x4e','\x66','\x03','\x9e','\x7f','\x27','\x9e','\xd6','\xa9','\x2c','\xd4','\x0a','\x7a','\x38','\x21','\x6e','\x87','\x3d','\xb2','\xa6','\x2e','\x16','\xc3','\xb5','\x48','\x77','\x40','\x23','\xd8','\xfc','\x7c','\xdc','\x9c','\x73','\x8d','\xd9','\x8d','\x27','\x67','\x37','\x8f','\x97','\xd5','\x5a','\x59','\xfb','\x8e','\xfb','\xf4','\x4d','\x92','\x90','\x49','\xbc','\x77','\x9c','\x9a','\x62','\x87','\xdf','\xe2','\x1e','\xe2','\x92','\x56','\x48','\x52','\x08','\x65','\x28','\x06','\xfc','\xcf','\x65','\x2d','\x5c','\x2f','\xce','\xad','\xb3','\xf2','\x55','\x46','\x62','\xe6','\x17','\x24','\xf3','\xeb','\x0b','\xde','\xac','\xe7','\xcc','\xae','\x7a','\x7c','\x01','\x29','\xe3','\xa2','\x4b','\x40','\xf7','\x04','\x74','\x10','\x34','\x9c','\x04','\xe0','\x16','\x56','\x0e','\x8e','\x7d','\x2b','\x3f','\x51','\xf9','\xde','\x44','\xa1','\x30','\x36','\xc1','\x4a','\xfc','\x6b','\xee','\x61','\xb5','\x41','\x56','\x0b','\xff','\xf0','\x95','\xaf','\xff','\xe1','\x2b','\xe5','\x83','\xaf','\x90','\x83','\xaf','\x7c','\xe1','\xe0','\x2b','\x5f','\x3f','\xf8','\xca','\xe9','\x3f','\x7c','\xe5','\xf4','\x7f','\xba','\xfd','\xf9','\x3f','\x7c','\xb8','\x7c','\x10','\xbb','\xdd','\xf3','\x9c','\x90','\x5f','\xc5','\xc0','\x7a','\x43','\xf1','\x24','\xb5','\x6f','\x8a','\x41','\x2a','\xd8','\x1e','\x73','\x1b','\xa5','\xe1','\x87','\x30','\x48','\x66','\xc3','\x94','\x4c','\x87','\xd7','\xe8','\xc3','\x15','\x3a','\x51','\xa1','\x63','\x98','\x96','\x30','\xad','\xf1','\xcf','\xad','\x00','\x58','\x5b','\xf8','\xab','\xa2','\x6e','\x5b','\x10','\xad','\xd3','\xcc','\x83','\x62','\x43','\x41','\xcc','\xae','\x28','\x49','\xc1','\xb8','\xc7','\xb5','\xd5','\x49','\x4a','\x38','\xe6','\x00','\xa8','\xa5','\x9b','\xab','\x4e','\x2b','\xca','\xc3','\xc2','\xab','\xfa','\x36','\x0b','\x59','\x42','\xf0','\xb4','\xef','\x92','\xf6','\x46','\x7d','\xfa','\x95','\x3f','\x09','\x62','\x24','\x43','\xe6','\x79','\x64','\xd1','\xd1','\xd7','\x50','\x6e','\xb1','\x67','\x38','\x77','\x25','\xd4','\x3b','\x63','\x23','\x57','\xab','\xe6','\x6a','\x26','\x37','\x00','\x68','\xb9','\x46','\xce','\xf5','\x72','\x4b','\x5e','\xae','\xee','\x8c','\x2c','\x2f','\x8f','\xfc','\x9e','\x32','\xb5','\x4a','\x8e','\x5e','\xba','\xfd','\xf4','\x05','\xbc','\xa8','\xe0','\x51','\xc9','\xd3','\x17','\x9c','\xc2','\x20','\x37','\xb8','\xe2','\x85','\x09','\xab','\x60','\xcd','\xe8','\xd6','\xa9','\x42','\x5c','\x08','\xb5','\x2b','\xf3','\x05','\xf5','\x48','\x41','\x83','\xcf','\x5e','\x40','\xb4','\x90','\xf5','\x23','\xce','\xb7','\x51','\x61','\x15','\x20','\x84','\xac','\x3d','\x6d','\x87','\xb5','\x4e','\x9e','\xa4','\xd3','\x6a','\x2a','\x87','\x5e','\x0c','\x19','\xa3','\xa1','\xa7','\x75','\x3b','\xac','\x2b','\xe1','\xfa','\x55','\xf4','\xe4','\x5a','\xe8','\xf5','\x32','\xab','\xfd','\x3d','\x29','\x9d','\xdb','\x59','\xd4','\x77','\xee','\xac','\xe3','\x1f','\xf4','\xd0','\x84','\x87','\xf2','\xeb','\x8c','\x5d','\x6b','\xb3','\xdb','\xb0','\xf2','\x9f','\x11','\x9a','\xc5','\x07','\x77','\x58','\xfe','\xc0','\x7a','\x5e','\x5b','\xcf','\x9b','\xcd','\xc2','\x13','\x1b','\xfa','\xc2','\x4a','\xc4','\xfb','\xbd','\xcd','\x20','\xd4','\x5b','\x0a','\x7a','\xbb','\x21','\xff','\x18','\x89','\x2e','\xfa','\x25','\x51','\x14','\xe8','\x10','\x61','\x84','\x5d','\xe5','\x06','\x40','\x01','\xc6','\x3d','\xa6','\xf9','\x28','\x1f','\x9e','\xd4','\x3b','\x99','\xa8','\x1c','\x42','\x47','\x45','\x63','\x13','\x20','\x4c','\xe0','\xc6','\x31','\x93','\xc8','\x1c','\x46','\xe6','\x04','\x32','\x2d','\xa1','\xf7','\x84','\xef','\x34','\x71','\xbd','\x44','\x9e','\x96','\x47','\x67','\xf3','\xd4','\x46','\xac','\x81','\xcc','\x73','\xe8','\x1b','\x0a','\x4a','\x86','\x98','\xbc','\x1c','\xd2','\x97','\x81','\xa6','\xb5','\xf8','\x32','\x3d','\xf1','\x32','\xad','\x47','\x14','\xd6','\x45','\x48','\xa5','\x0f','\x85','\x22','\x77','\x72','\x4a','\x50','\xa9','\xaf','\xd1','\x21','\xf9','\x0c','\xf7','\xa3','\x44','\xbe','\x4e','\x40','\xe6','\x81','\x7f','\x8c','\x85','\x35','\x06','\x22','\xec','\xc2','\x37','\x11','\x7a','\x76','\x0e','\x52','\x5d','\x1e','\xe5','\xd9','\xd4','\x45','\xdc','\xb2','\x7e','\x89','\xba','\x7c','\x0c','\x32','\xdf','\xa2','\xad','\x91','\xdb','\x3c','\x9d','\xe3','\xc7','\x13','\xdf','\xfb','\xae','\xeb','\x24','\xba','\xf3','\xd2','\xf4','\x0f','\x40','\x0b','\xe2','\xa6','\x23','\x3b','\x67','\x92','\x68','\x98','\x2f','\x8b','\x23','\xe7','\x8b','\x7a','\x43','\x94','\xe1','\xc2','\x30','\xaa','\xc7','\xe9','\x57','\x82','\x4e','\x61','\x2e','\x04','\x2c','\x87','\xbe','\xec','\xe6','\x2e','\x05','\xb9','\xba','\x0b','\x06','\x8a','\xe7','\xae','\x5e','\x77','\xf9','\x87','\xdf','\x4f','\xc9','\xa1','\x3a','\x61','\x9b','\xc4','\xdc','\x9c','\xe3','\x71','\xb9','\xbc','\x80','\x65','\x29','\x84','\xae','\xde','\x74','\x2d','\xfc','\xe4','\x1c','\x88','\x06','\x2d','\x2c','\x65','\xa6','\x96','\xa0','\x9b','\x20','\xbd','\xcc','\xd2','\x4b','\xda','\x82','\x6b','\xbc','\x5d','\x5b','\x5e','\xad','\x29','\xab','\x8b','\x78','\x75','\x51','\x5e','\x58','\x94','\x16','\x16','\x65','\x3e','\x7e','\xfb','\x12','\x79','\xa1','\x46','\x73','\xe0','\xab','\x7b','\x3c','\x3e','\x9d','\xf2','\xc2','\x0f','\x96','\xee','\x97','\x5e','\xba','\x5f','\x72','\xef','\x4f','\xf9','\xbf','\xb4','\x0a','\xfd','\x2c','\xcf','\xad','\xbe','\xfe','\x5c','\x18','\x3e','\xe7','\x99','\xcf','\x79','\xde','\x57','\x56','\xdd','\xea','\xf5','\x00','\x1a','\xbb','\x9b','\x75','\x73','\xab','\x05','\x89','\xc7','\xb7','\x42','\xd3','\xf3','\x22','\xb3','\xf9','\xe3','\x35','\x88','\x73','\xb7','\xeb','\x56','\x8e','\xa7','\xdc','\x80','\xd0','\x98','\xc7','\x98','\x23','\x75','\xa4','\x6f','\x3a','\x25','\xda','\xaa','\xf1','\x7d','\xb6','\xee','\xd9','\x9b','\x62','\xc3','\xbd','\xe8','\x94','\xde','\x74','\xc6','\x2e','\x3a','\x13','\xaf','\xa9','\x8f','\xe5','\x14','\xbc','\x9f','\x24','\xde','\xc1','\xc1','\x97','\x82','\x33','\x17','\xb0','\xa1','\x60','\x08','\xe5','\x3c','\x2f','\x6c','\x6d','\xef','\x3b','\x4a','\x27','\x0f','\xe2','\x0c','\xd6','\x5b','\xfa','\x26','\xbf','\x2b','\xbd','\x17','\xea','\xde','\x6b','\x75','\x2f','\x77','\xd1','\xe9','\xd8','\x6b','\x6a','\xee','\x35','\x45','\xff','\x2e','\x01','\x4e','\xa8','\x2f','\x05','\xe8','\x02','\x28','\x69','\x81','\xcb','\xad','\x87','\xf7','\x33','\x9c','\x3e','\x38','\x96','\x7e','\x7d','\x62','\xf0','\x7b','\x13','\xac','\x30','\x36','\xca','\x4a','\xf6','\x95','\xa0','\xcc','\x6a','\x2e','\xab','\x91','\x3f','\x7c','\x25','\xfc','\x5b','\x58','\x0c','\x07','\x0e','\xbe','\xf2','\xcd','\x3f','\x7c','\xe5','\xf3','\x7c','\x31','\x3c','\xf8','\xca','\x57','\x1f','\xbb','\x4d','\xfe','\xf0','\xe1','\xd4','\x41','\xec','\x33','\x5c','\x65','\x47','\x0c','\x46','\x8c','\x19','\x6c','\xff','\x38','\x04','\xe2','\x7a','\x0b','\xdb','\x3f','\x0c','\xb6','\x07','\x11','\xce','\xe1','\x20','\x36','\x2b','\xd8','\x5c','\x6d','\x54','\xd0','\xed','\xd9','\xd0','\x8a','\x80','\x0d','\x11','\xc8','\xa1','\x0f','\xf0','\xf0','\x27','\xdc','\x2d','\x38','\xba','\x84','\xec','\x37','\x10','\xa8','\x9b','\x5e','\x68','\x57','\x28','\x9b','\xfe','\x94','\x69','\xed','\xf7','\x66','\x8e','\x3a','\xa7','\x64','\x6f','\x06','\x57','\x2d','\xa2','\x4f','\xd3','\xe1','\xca','\x54','\x43','\x80','\x2e','\xea','\x15','\xdb','\xaf','\xa4','\x9d','\xe7','\xd3','\x8e','\x05','\x20','\x8a','\xd0','\xec','\xb4','\x11','\x0a','\x18','\x46','\x14','\x2c','\x3b','\x5e','\xe8','\x39','\x64','\x70','\x87','\xe2','\xc9','\x36','\xa6','\x28','\x1a','\x6f','\x92','\x94','\x10','\x40','\x81','\x24','\x5b','\xd6','\x17','\x81','\x00','\x43','\x19','\xc0','\xda','\x08','\xce','\xc1','\x08','\xdf','\xe2','\x75','\xa5','\xe8','\xba','\x53','\xba','\x4b','\x1e','\x2b','\xd7','\xcf','\x44','\xfc','\x21','\xd7','\xc2','\x5b','\x3f','\x61','\x8d','\xdd','\xa5','\x13','\x11','\xad','\x66','\xfd','\xda','\x70','\x08','\xf5','\x31','\x19','\x22','\x60','\x32','\xcc','\x2d','\x74','\x2d','\x74','\x7b','\xf9','\x28','\x0d','\x39','\x14','\xb5','\x48','\xac','\x49','\x86','\x02','\x39','\x04','\xfe','\x04','\xa7','\xe2','\x9b','\x15','\x92','\x07','\xf3','\xe3','\x15','\x14','\xaf','\x60','\x52','\x09','\x15','\x28','\xbb','\x62','\xfa','\xaf','\xc2','\x42','\x0b','\x7f','\xe0','\xe0','\x17','\xee','\xfb','\xef','\x18','\xd8','\x17','\xd8','\x00','\x29','\x12','\xe8','\x5f','\x36','\xc4','\x32','\x63','\xe2','\xaf','\x99','\x25','\xeb','\xd4','\xd7','\x2c','\xfe','\x33','\x5d','\xea','\x4a','\x3b','\x62','\xb0','\x2f','\x8f','\xdd','\xc5','\x9e','\xbf','\x85','\x4f','\x8d','\xe1','\x53','\x40','\x76','\x83','\xcd','\x23','\x47','\xb8','\x7f','\xdf','\xab','\x57','\x82','\x01','\x16','\xb1','\x81','\x53','\x21','\x14','\x2e','\x7b','\xc6','\x1a','\x61','\xbb','\xa1','\xa0','\x46','\x12','\x35','\x44','\x0e','\xb1','\xa6','\x2c','\xd4','\x94','\xa3','\x98','\x07','\x04','\x83','\xaf','\x93','\xe0','\x20','\xa9','\x2a','\x73','\x06','\xdb','\xcd','\x1b','\xb6','\x7d','\xde','\xba','\xf1','\x4b','\x84','\xa9','\x11','\x2d','\x2a','\x9d','\xb7','\xed','\x60','\x08','\xe4','\xfb','\x60','\xa4','\x03','\x15','\x5d','\xa3','\x83','\x5d','\x0a','\xcd','\x4e','\xef','\x92','\x07','\x8d','\x12','\xb2','\x9e','\x0b','\x7f','\xd7','\xeb','\x60','\x3c','\xee','\xa9','\xaf','\xd1','\xc3','\x9d','\x66','\xba','\x3d','\xf5','\x34','\xbb','\xc5','\xd7','\xcd','\x21','\xca','\xc2','\x4b','\x5b','\xd4','\x01','\x8d','\x2a','\x01','\xf6','\x8b','\x53','\x7d','\x0b','\x88','\x64','\x93','\x84','\xbe','\x40','\x87','\xe5','\xcb','\xed','\x8c','\x57','\x7d','\xbb','\x65','\xc4','\x78','\xf4','\x78','\x1d','\x55','\x1b','\xf2','\x22','\x7c','\x30','\x81','\x4f','\x50','\x88','\x9c','\x04','\xe6','\x3e','\xdd','\x1f','\x58','\xa4','\x50','\xba','\x92','\xad','\x4e','\xf0','\x22','\xa3','\x81','\x1a','\x08','\x8a','\xf9','\x19','\x34','\x3b','\x8b','\x3e','\xef','\x12','\x22','\x40','\xce','\x51','\x84','\x1b','\x41','\x14','\xe6','\xa4','\x2d','\x0a','\xdd','\x37','\xfc','\xcd','\x18','\xd4','\x0a','\xf9','\x47','\xcf','\x6e','\x71','\x5f','\xd4','\xe1','\x4e','\x7a','\x76','\x8b','\x39','\xf8','\x60','\x18','\xde','\xe7','\xe0','\xfb','\x9c','\xb8','\xa2','\x6f','\x29','\xfc','\xf3','\x60','\x42','\xd3','\x94','\xdd','\xbc','\xbc','\x45','\xbc','\x6a','\xae','\xc5','\xae','\x6e','\x32','\x72','\x9d','\x6f','\x6c','\x87','\xae','\xf5','\x70','\x7a','\x5d','\x0e','\x84','\xee','\x0c','\x7c','\x28','\xf4','\x54','\xb4','\x83','\x01','\x8c','\x9f','\x00','\x69','\x99','\xe1','\xe2','\x99','\xe2','\xe7','\x1d','\xe9','\x77','\x11','\xfe','\x1c','\x2a','\xce','\x7a','\x92','\x3b','\x9f','\x24','\x87','\xab','\x73','\x5d','\xa7','\x5a','\x55','\x22','\x56','\x16','\x7e','\xd2','\xe2','\xaa','\xd6','\x7b','\x44','\x6a','\x3c','\x62','\x71','\x89','\xa9','\x06','\x5f','\x01','\xf8','\x96','\xad','\xff','\xd0','\xdf','\x7f','\xe0','\x78','\xef','\x31','\x06','\x32','\xd7','\x21','\x7f','\xe4','\xd6','\xd1','\x8b','\x6c','\x20','\x7e','\xf7','\x44','\x59','\x2c','\xfb','\xcf','\x6a','\x64','\x70','\x8c','\xdc','\x37','\x16','\xfe','\xef','\x25','\x55','\xc2','\xe9','\x4b','\xb7','\xb3','\x6b','\x78','\xf0','\x7c','\x2d','\xf7','\x5b','\xd6','\xc8','\xc0','\xd8','\x3f','\x4d','\xe3','\xdf','\x1e','\x21','\x71','\xe9','\xf0','\x03','\x12','\xdd','\xe3','\x21','\x35','\x0c','\x35','\x3d','\xf0','\xee','\xac','\xa7','\x88','\xf1','\x3d','\x79','\xfc','\xba','\x04','\x1a','\x52','\x2d','\xb6','\x0b','\x47','\xdd','\x2d','\x3b','\xdc','\x92','\x09','\xb0','\x76','\xc4','\x80','\x1d','\xa5','\x21','\x6b','\x8d','\x03','\xc5','\x06','\xad','\x0a','\xe2','\x0e','\xaf','\x21','\x2d','\x37','\xe4','\x4c','\x03','\x17','\x81','\x6e','\x80','\x9a','\x0d','\xd3','\x83','\xa2','\xb7','\x6c','\x40','\x24','\x4f','\xb8','\x4f','\x97','\x39','\xe2','\xc1','\xd5','\xdb','\x21','\x4a','\x95','\x12','\xa2','\x54','\xea','\x2e','\x45','\xaa','\x9f','\x56','\x14','\x26','\xe0','\x1a','\x76','\xf1','\x63','\xa8','\xd4','\x0f','\x1b','\xeb','\x5a','\xad','\x12','\x36','\x60','\x90','\x06','\x5c','\x99','\x49','\x2d','\x61','\x7c','\x2c','\xde','\xdc','\x87','\x1f','\x93','\xcf','\x52','\xf9','\x21','\xdf','\xfe','\x18','\x0a','\x82','\xdc','\xf4','\x0f','\x21','\x77','\x60','\xe4','\xa9','\x1d','\x64','\xbd','\x03','\x29','\x6f','\x03','\xc9','\x2d','\xa2','\xa7','\x02','\x60','\x33','\xce','\x93','\xf0','\x23','\x9a','\x90','\xea','\x29','\x67','\xeb','\x01','\xd3','\x1c','\x62','\x5b','\x85','\xdc','\xf7','\x2b','\x72','\x76','\x11','\x27','\xb9','\x57','\xcb','\x3d','\xd5','\xf0','\xef','\xcc','\xfb','\xe4','\xc8','\x66','\x7f','\xb1','\x10','\xd8','\x7f','\x67','\x3e','\x9b','\x37','\x9f','\x3d','\x68','\x9e','\x66','\xd6','\x97','\xc3','\xf0','\xd4','\x16','\xaa','\x32','\x04','\x71','\x5d','\x21','\xe0','\xae','\x1e','\x74','\x83','\x16','\xb6','\xcd','\xfe','\xd0','\x87','\x81','\xcc','\xaf','\xb9','\x33','\x86','\x5a','\x13','\xf1','\xe6','\x44','\x22','\x98','\xe0','\xcb','\xfa','\x6d','\x62','\x25','\xfc','\x12','\x26','\xb5','\x4e','\x6f','\x2f','\xe8','\xcf','\xf2','\x89','\xc5','\x6f','\x56','\xad','\x81','\x01','\x1d','\xcd','\x17','\x12','\x6f','\x8c','\xfd','\xf9','\x1f','\xb1','\x3f','\x7f','\x85','\xfd','\xf9','\x4b','\xfa','\x0f','\xf8','\x16','\x3f','\xc7','\x40','\xbf','\xe0','\x9e','\x04','\x17','\xbd','\xa7','\x3b','\x73','\x8f','\x9d','\x33','\xbf','\x8b','\xcf','\x2a','\x8e','\xaa','\x09','\x62','\xd6','\x82','\x53','\x65','\x34','\x33','\x8e','\xac','\xc7','\x43','\x4b','\x45','\x66','\x11','\x99','\x8f','\xf8','\x56','\x59','\x0e','\x5d','\x64','\x12','\xdf','\xcc','\x20','\xb0','\x71','\xd7','\x1c','\x0f','\x9e','\x29','\x37','\x9f','\x71','\x9b','\xcf','\x90','\xe6','\x06','\x37','\xda','\x74','\xe9','\x27','\xb5','\xf6','\x6a','\x82','\xe1','\x98','\x26','\xf2','\x51','\x03','\xa2','\x18','\x27','\x88','\x5a','\x9d','\x85','\x25','\x77','\x2a','\x0c','\x7e','\x61','\xc9','\xe5','\x76','\xdf','\x92','\xbb','\x27','\xf4','\xf7','\x38','\x68','\xcf','\xab','\xad','\x74','\x7d','\x63','\xb0','\xfe','\x46','\x6e','\xb8','\xf9','\x01','\xdd','\x7c','\x91','\xb6','\xf2','\xf4','\x6a','\x7e','\xf8','\xea','\x2f','\xb4','\xd7','\x8a','\xad','\x90','\x3a','\xf3','\xa3','\xe2','\x7e','\x2c','\xc4','\x0c','\xb0','\xfd','\xe5','\x82','\x1e','\x14','\xf2','\x65','\x3d','\x5f','\x2e','\x44','\xa6','\xfb','\x05','\x46','\x0a','\xb2','\xa3','\xcb','\x18','\x7a','\x94','\x30','\x2b','\x10','\x6e','\xe6','\xe8','\x90','\x39','\x4a','\xbd','\x8a','\xb4','\x32','\x29','\x67','\x9e','\x26','\xc9','\x5a','\x15','\x6b','\xdc','\x45','\x6d','\x41','\x7a','\x8d','\x2c','\xa2','\xa3','\x05','\x64','\x7f','\x8c','\xa6','\x0b','\x74','\xba','\xe0','\xdb','\x1f','\x52','\x31','\xe0','\x56','\xb7','\x3f','\x3c','\x81','\xe4','\x33','\x5a','\xe5','\x0c','\x9f','\x15','\xac','\xb2','\x97','\x9b','\x7e','\xf3','\x7e','\x56','\xe1','\xf6','\x55','\x66','\xd7','\xf4','\xff','\x96','\x60','\xa7','\xe4','\x0e','\x4f','\x17','\xac','\xc0','\xc0','\xd3','\x4b','\x80','\xbd','\xd6','\x35','\xd7','\x60','\x45','\xc7','\x24','\xc3','\xfd','\x4a','\x54','\xa5','\x92','\x57','\x4c','\x48','\x5b','\x45','\xcd','\xe4','\xe7','\x59','\x6a','\x32','\x21','\xce','\x88','\x47','\x9c','\x27','\xa6','\x9c','\xc9','\xb7','\x79','\xcc','\x22','\xf2','\xc6','\x19','\xa0','\x3f','\x15','\x8e','\x0a','\xe0','\x8e','\x82','\x8c','\x35','\xfb','\xab','\xe7','\xca','\xbf','\x46','\x9a','\xbf','\xa6','\xb8','\x27','\x06','\xdd','\xcd','\x11','\xb2','\x79','\x35','\xb3','\x19','\xe7','\x17','\x4d','\x70','\xb0','\xc7','\x10','\xc0','\x12','\x32','\x1b','\xb4','\xde','\xa0','\xf5','\x87','\xd2','\xf5','\x87','\x86','\x28','\x1d','\xca','\xb6','\x69','\x6a','\x6b','\x5b','\xb0','\x49','\xf5','\xe4','\x2c','\x54','\xc1','\x46','\xc1','\x1a','\x9d','\xce','\x29','\x21','\x53','\xde','\xaf','\xe8','\x74','\x17','\x69','\xf2','\x04','\x40','\x56','\x62','\x12','\x92','\x17','\xbc','\x49','\xc9','\x19','\x93','\xd1','\xc3','\x31','\x94','\x39','\x80','\xf9','\xa2','\x96','\x61','\xf8','\x20','\xc3','\x16','\xc3','\x35','\x86','\x93','\x0c','\x3f','\xc0','\x30','\x48','\x57','\x30','\x5c','\x60','\xb8','\xc2','\xf0','\x22','\xc3','\xb2','\x30','\x7e','\xbd','\xb1','\x1e','\x1c','\x11','\xd1','\x37','\xe4','\xc7','\x43','\x8f','\x49','\xfc','\x03','\x23','\x22','\xac','\x53','\xe6','\x8b','\x39','\xdc','\x08','\x76','\x02','\x6c','\x90','\xb8','\x01','\xb9','\x50','\x85','\x7f','\xf3','\xc3','\x84','\x65','\x89','\x99','\x1c','\x70','\xf0','\x2e','\xde','\x5d','\xe9','\x5a','\x3f','\x42','\x5e','\x39','\x54','\x4b','\xe6','\x6a','\x19','\x81','\x7e','\x64','\xb9','\xdb','\x66','\xee','\xbc','\x93','\xab','\xa1','\x3b','\x2c','\xd6','\xb1','\xdb','\x72','\x78','\x3e','\x3c','\x23','\x47','\x7a','\xac','\x00','\x4c','\x12','\x08','\x72','\x64','\xee','\x27','\xd3','\x7a','\x50','\x59','\x21','\x27','\x19','\x99','\x65','\xa4','\xaa','\xfb','\xc0','\x49','\x23','\x6c','\x4a','\xf7','\xa7','\xf8','\xe3','\x0a','\xb1','\x57','\x88','\xce','\xd7','\x1b','\xbd','\xe7','\xff','\x24','\x11','\x4b','\x48','\xfc','\x3c','\xf5','\xda','\x81','\x77','\xf4','\x02','\xf3','\xfd','\xb4','\x45','\xf0','\x99','\x74','\x18','\xb5','\x03','\x77','\x69','\xb1','\x7b','\xc8','\x9f','\x1e','\x39','\x76','\xb7','\xfe','\xd0','\xb7','\x8e','\xf5','\xa0','\xb0','\x02','\x07','\x5b','\x14','\x52','\x47','\x73','\xd8','\xfc','\xef','\xb1','\xf9','\x5f','\xb1','\xf9','\x66','\x6d','\xea','\xe2','\xed','\x0a','\xbd','\x35','\xdb','\x59','\xc7','\x84','\xf5','\xad','\x63','\x5d','\xfd','\x1d','\x61','\x47','\x6b','\x43','\xfc','\xa0','\x6f','\xf7','\xa9','\x1e','\xd8','\x41','\xbf','\x08','\xc2','\x90','\x1d','\xf8','\x53','\xb5','\xea','\x54','\xcd','\xe8','\xc7','\xe5','\x46','\x18','\x89','\x73','\x54','\xbe','\xe6','\x0f','\x63','\xfa','\xa3','\x12','\x2d','\xfd','\x46','\x3b','\x7f','\x8b','\x3e','\x54','\xa3','\x03','\x09','\xff','\x85','\xda','\x13','\xb1','\x5a','\x89','\x34','\x1e','\x79','\xa1','\xa1','\xe1','\x86','\x4a','\xdf','\xfa','\xab','\xa9','\x97','\x52','\x29','\xbe','\xbc','\x67','\x76','\xd5','\x2f','\x7a','\x7c','\xf8','\x84','\x28','\xf3','\x24','\xd5','\x8a','\x12','\xdd','\x03','\xae','\x15','\x5e','\x0f','\xd3','\xae','\x29','\x2c','\x9f','\x76','\x5f','\x4f','\x5f','\x19','\xca','\xbd','\x9a','\x2a','\xa8','\x22','\x0f','\x97','\xf2','\x9f','\x8b','\x70','\xb9','\x29','\x1f','\x70','\xb9','\x2e','\xb4','\x41','\x69','\x29','\x9f','\xef','\x17','\x3b','\x78','\x69','\x28','\x1d','\xa7','\xf4','\x33','\xd9','\xf6','\xa3','\x94','\x9e','\xae','\x83','\x95','\x29','\x6d','\x66','\xdb','\xcd','\x74','\x9c','\xa4','\x13','\x84','\xd6','\x08','\x75','\x09','\xbd','\x01','\x65','\x5a','\xe0','\x12','\x62','\x64','\xa8','\x38','\xe0','\x67','\xc9','\x56','\x92','\x38','\xf8','\x1f','\xf6','\xbd','\x96','\xb0','\x68','\x00','\xd0','\x80','\x6f','\xc7','\xfd','\xc2','\x8e','\xbe','\x3f','\xd9','\x51','\x75','\x4f','\x38','\x1a','\x51','\x58','\x21','\xa0','\x83','\x49','\x81','\x1c','\xe0','\x7b','\xc9','\xdb','\x57','\x43','\xf4','\xe1','\x19','\xa4','\xf3','\xe8','\xf3','\x27','\xe7','\x16','\x76','\xed','\x6e','\x77','\x4d','\xb2','\x09','\xe2','\x60','\x95','\x58','\x99','\xd4','\xed','\x22','\x10','\xb3','\x24','\xf8','\xfd','\x12','\x03','\xfb','\x5a','\x2c','\xac','\xc9','\x73','\x89','\xd0','\x90','\x83','\xfe','\xf3','\xd3','\x21','\xed','\x11','\x78','\x1e','\x6e','\xc3','\x94','\xee','\xab','\xd3','\xcc','\x5b','\xed','\xc3','\x6f','\xc6','\xc7','\xd3','\x89','\x71','\x5a','\x9b','\xa5','\x6e','\x99','\xde','\x70','\xef','\x76','\x7e','\x92','\x3d','\xf1','\x82','\xa9','\xda','\xc0','\x14','\x0e','\xdf','\xe6','\x03','\x81','\xed','\x99','\xc2','\xc3','\x95','\xda','\x3e','\x6e','\x37','\x4b','\x9f','\xfb','\x61','\x69','\xfc','\x59','\x6b','\xfc','\xd9','\x89','\xd9','\x2f','\x1f','\x29','\xbf','\xf0','\xb0','\x3b','\xc5','\xdf','\x23','\x2c','\xd2','\x2f','\xb0','\x03','\xfe','\xa8','\x1a','\xd0','\xe9','\x19','\x4d','\x50','\x00','\x3a','\xd9','\xed','\x6d','\xdd','\x1c','\xbb','\x1d','\x37','\xb9','\x43','\x8b','\x48','\xb5','\xa5','\x98','\x1b','\xd4','\x7c','\x83','\xce','\x34','\xd9','\xfc','\x26','\xe8','\xb1','\x9a','\x1e','\x88','\xe6','\x58','\x57','\x0b','\xed','\xb5','\x43','\x2d','\xee','\x46','\xce','\x47','\x77','\x4a','\x1c','\xb8','\x28','\xc0','\xb5','\xc3','\x06','\x0f','\xbd','\xda','\x63','\x26','\x9b','\xe0','\x66','\x6f','\x41','\xbf','\xbf','\xc9','\x92','\x26','\xbb','\x6d','\x6f','\x59','\xd3','\x4a','\x69','\x3a','\x49','\x80','\x3e','\x82','\x2a','\xe6','\x65','\x6a','\x7a','\xaa','\x55','\xfd','\x74','\x5b','\x9f','\xf4','\x86','\x63','\x08','\xc7','\x13','\xc9','\x84','\x80','\x0c','\xc4','\x31','\x79','\x0a','\x93','\x5c','\x83','\xa4','\x2f','\x85','\x43','\x98','\xc4','\xf8','\x2b','\x35','\xa2','\x94','\x48','\x78','\x8b','\xcc','\x5b','\xa4','\x74','\x12','\x48','\x93','\xf8','\x3e','\xfb','\x1b','\x98','\x58','\x0d','\x62','\xf1','\x57','\x2c','\x78','\x5a','\x4b','\x74','\xc8','\x94','\xee','\xc5','\x3f','\xd9','\xf7','\xf4','\x47','\x44','\x4d','\x12','\x25','\x03','\xeb','\x58','\xdc','\x83','\xfa','\xa3','\x2c','\x92','\xea','\x39','\x2f','\xe5','\x6d','\x05','\x68','\xbe','\x8a','\x0e','\x1b','\x7c','\x11','\x11','\x80','\x1b','\x79','\x14','\x58','\x22','\x51','\x8e','\x44','\x26','\x5d','\xf1','\xc3','\x0f','\x88','\x9a','\x23','\x99','\x9c','\x00','\x9d','\x4a','\xcb','\x0f','\x0e','\xbe','\x3a','\xb8','\xaf','\x3e','\x72','\x71','\x39','\xbc','\xf8','\xdd','\x17','\x5e','\x0b','\x8d','\xdc','\xf7','\x44','\x17','\xf3','\x59','\x88','\xc1','\x25','\x1e','\xde','\x04','\xf2','\xf9','\xa8','\x45','\x48','\x7d','\x1c','\x67','\x0a','\x63','\xc5','\xc2','\x6d','\xb3','\x90','\x70','\x0a','\xc0','\xf9','\xc9','\x2d','\x06','\x66','\xf5','\x2f','\x7a','\xe8','\x8e','\xe6','\xa3','\x2e','\xfe','\x50','\x41','\x89','\x64','\xbf','\x1e','\x34','\x19','\x02','\x5d','\x3c','\x90','\xc3','\xe1','\x76','\x82','\xa1','\x3a','\xc8','\xea','\x8a','\x66','\xf6','\x35','\x40','\xb9','\xa4','\x65','\xb4','\x53','\xc1','\xb9','\xcb','\xaf','\x25','\x72','\xc2','\x76','\xc8','\x9d','\x58','\x1a','\xd3','\x00','\xb5','\x07','\x6a','\x2f','\xc4','\xe4','\x86','\x1c','\x51','\xec','\x3b','\x2a','\x04','\xb6','\xf9','\xdd','\x3e','\x1c','\x55','\x47','\x10','\x7a','\x0c','\x40','\x3b','\x68','\xb5','\x25','\x90','\x1b','\x36','\x45','\x47','\x40','\x42','\xa1','\x93','\x60','\xd5','\x4a','\x71','\x6a','\x2b','\xc4','\x0a','\x6f','\x5b','\x73','\xd8','\x52','\xab','\x56','\xc6','\xb4','\xa8','\x69','\xb1','\x79','\xeb','\xd4','\x11','\xeb','\x25','\x04','\x32','\x74','\xd9','\xf6','\xbc','\xca','\xac','\x47','\x4c','\xf3','\xb8','\x89','\x6a','\x62','\x0f','\x86','\xaa','\x93','\x8d','\xd8','\xb0','\xc4','\x97','\x61','\x95','\x5f','\x8c','\x8c','\xe8','\xd0','\xd4','\x3a','\x3a','\x62','\x60','\xf5','\xf2','\x25','\xbf','\x3b','\x16','\x22','\x62','\x35','\x04','\xe6','\x02','\x21','\x8c','\x71','\x29','\x30','\x98','\x17','\x09','\xe0','\x0a','\x61','\x82','\x06','\x90','\xc3','\x3b','\xa8','\x8f','\x1a','\x7d','\x3b','\xe0','\xea','\x86','\x5d','\x08','\xca','\x14','\x61','\x9b','\x9f','\xbd','\xb8','\x38','\x81','\x8a','\x10','\xac','\xd0','\x84','\xd6','\xa4','\x03','\x99','\x2f','\x40','\x8f','\xf0','\x53','\x73','\x37','\xd5','\x15','\x6e','\x66','\xb7','\x85','\xb9','\xb3','\x72','\xee','\x00','\x70','\xf6','\x1d','\xcd','\x13','\x85','\xd7','\xbb','\xe0','\xa3','\x44','\xb8','\x0d','\x8c','\x9d','\x75','\xbe','\xd7','\x77','\x18','\x32','\xdf','\xe1','\xce','\xf9','\x3d','\xb7','\xf8','\x0e','\xea','\x72','\x87','\xde','\xf1','\x28','\x42','\x8f','\x6b','\x4e','\x81','\x72','\x17','\x34','\x3f','\x8a','\xf3','\x95','\x44','\x7c','\x52','\x8e','\x2f','\xaa','\x03','\x72','\x46','\xc9','\x52','\x8a','\xf9','\x44','\x60','\xdc','\x75','\xdd','\x42','\x66','\x15','\x89','\x86','\x2c','\xd0','\xa7','\x80','\xe9','\x41','\x79','\xa0','\x29','\x84','\x30','\xa5','\x1a','\x0d','\x1b','\x70','\x9e','\xbb','\x35','\xac','\x3a','\xb4','\x0f','\x4b','\x8e','\xbd','\xd0','\xa9','\x67','\x6d','\xcb','\xa3','\x2f','\x91','\x54','\x36','\xf0','\x99','\xc7','\x6f','\x79','\xa3','\x77','\x9e','\x21','\x93','\xd6','\x8a','\x68','\x7f','\x3a','\x7d','\x1c','\xca','\x06','\x49','\xae','\x53','\xd2','\xa0','\x64','\x8d','\x6e','\xac','\x65','\x37','\xd7','\x8a','\x37','\xbc','\x62','\x6b','\xfd','\x8c','\x77','\xed','\x84','\xd7','\xa8','\x5f','\x7b','\x03','\xc8','\x88','\x84','\xee','\x56','\x16','\xaa','\x2e','\x1e','\xe5','\xee','\x65','\x52','\x60','\x52','\x76','\xe8','\x8d','\x62','\xbe','\xe9','\x20','\xee','\x56','\xa6','\x1d','\x79','\xd0','\xb1','\x5f','\x73','\xd1','\x48','\xc0','\xe7','\xa1','\x2c','\x3e','\x18','\x54','\x34','\xa5','\xe0','\xe8','\x82','\x63','\xaf','\x42','\x83','\x58','\xcf','\x6c','\xf1','\x08','\xf9','\x28','\x75','\x7d','\x80','\x5c','\x23','\x8d','\x37','\x14','\x8b','\x2f','\x56','\x37','\x54','\xe4','\x8d','\x5c','\xf0','\xfb','\x78','\xf5','\xc9','\x6e','\xdd','\x25','\x97','\x3c','\xc6','\x5f','\x8f','\x23','\x7c','\x92','\x85','\x2f','\x91','\x33','\x02','\x6f','\xac','\x48','\x10','\x05','\xc9','\x83','\xcb','\x93','\xfb','\x5c','\x06','\xc4','\xc1','\x8b','\xe9','\xdc','\x62','\xec','\xd3','\xcb','\x64','\x32','\xd3','\x76','\x8a','\x0c','\xb5','\x98','\xec','\x14','\xe7','\x60','\x2b','\xe9','\x5c','\xd0','\x77','\x55','\xe9','\x6a','\x26','\x71','\x96','\xee','\x5b','\xd0','\xde','\x76','\x3c','\xe9','\xd5','\x33','\xd9','\x96','\x9e','\x42','\xc9','\xae','\x9e','\xaf','\x96','\x14','\x9d','\x44','\xc2','\x80','\x2f','\x6f','\x2f','\x7d','\x26','\x4d','\x37','\x72','\x75','\x57','\x7b','\x13','\x1b','\x3f','\xc0','\xce','\x5d','\x2a','\x32','\x3b','\x13','\x2c','\xc9','\x3b','\x40','\x05','\xe7','\x35','\x7a','\xab','\xd8','\xa1','\xd7','\xa8','\x71','\xef','\xe3','\x99','\xf4','\x1f','\x34','\xd3','\x13','\xb5','\xbd','\x8f','\x01','\x2f','\x0a','\x13','\xfd','\x26','\x9a','\xd8','\xba','\x04','\x1e','\x09','\x94','\x4d','\xe0','\x30','\xbd','\x7a','\xe5','\xe0','\x12','\xd9','\xf7','\xd2','\xc0','\x45','\x37','\x7c','\x93','\x6f','\xdb','\x75','\x92','\xe3','\xf6','\x6f','\x06','\x7e','\xee','\xf5','\xe4','\xe9','\x7f','\x97','\xf9','\xfc','\x9a','\xbf','\xe0','\x40','\x91','\x91','\xcf','\x07','\xdd','\xef','\x23','\x43','\x83','\x59','\x31','\x27','\x3e','\x80','\xc0','\xb3','\x09','\xfc','\x33','\x20','\x35','\xdb','\xa4','\xcb','\x92','\x51','\x14','\x98','\x94','\x13','\x76','\xbb','\x1e','\xe9','\xcf','\x8b','\xa2','\xdb','\xee','\x01','\x9f','\x81','\x87','\xcf','\xd0','\xea','\x70','\xda','\x11','\xb8','\xb8','\x17','\x93','\xb8','\x42','\xb8','\x11','\x21','\xbd','\x4a','\x05','\x43','\x75','\x91','\x79','\xc5','\x29','\x72','\xc2','\x0e','\xea','\x6f','\x3b','\xe9','\x29','\x67','\xef','\xd4','\x12','\x2c','\x65','\x53','\xa2','\xd9','\x78','\xc7','\xb8','\x06','\x55','\x72','\x73','\x47','\x51','\x18','\xed','\xa4','\x27','\xbd','\x9b','\x88','\xea','\x84','\x48','\x71','\xef','\xec','\x96','\xea','\xe4','\xd5','\xef','\xc1','\x3b','\x27','\x8e','\x2f','\x6a','\x98','\x34','\xfb','\x96','\x4f','\xd7','\x29','\xd8','\x55','\x96','\xbd','\xca','\xe8','\xaa','\x98','\xc9','\xab','\x5b','\xe1','\x9a','\x7e','\xa6','\x31','\x6c','\x6c','\x02','\xc7','\x94','\x1c','\x89','\x18','\xca','\x9a','\x5c','\xa0','\xfa','\xc7','\x42','\x58','\x07','\x9e','\x72','\x13','\x9f','\x53','\xac','\x17','\xea','\x94','\x9a','\xfd','\xe0','\x55','\xd1','\xb1','\xb6','\x42','\xcd','\x15','\x41','\x31','\x7d','\x8c','\x9a','\xef','\x64','\xdf','\x7e','\x9d','\xca','\x8f','\x03','\xe1','\x45','\x35','\xb9','\x9b','\xcf','\xfc','\xe6','\x39','\x73','\x4d','\xc9','\x76','\x80','\x2e','\x2a','\x68','\xc7','\xc3','\x20','\xd6','\x81','\xd4','\x3a','\x66','\x22','\xc3','\xa7','\x59','\x96','\xd1','\xd2','\xb5','\x30','\x02','\x78','\x75','\x69','\x2d','\x3b','\xeb','\x4f','\x0f','\xc1','\x02','\xe7','\x47','\x38','\x43','\x79','\x71','\xde','\x18','\x8a','\x84','\x65','\x35','\x06','\xd7','\xaf','\x2a','\x16','\x4c','\x7e','\x9b','\x2f','\xf0','\xab','\x03','\xcd','\x5a','\xe8','\x50','\x4b','\xf2','\xce','\x1c','\xe1','\x7f','\xb9','\xeb','\xf3','\x64','\xb8','\x6b','\x00','\x9f','\x67','\x7b','\x9d','\x5c','\xe5','\x8b','\x66','\xff','\xb5','\xb8','\x07','\x52','\x88','\xa9','\xa8','\x9d','\x49','\x78','\xf4','\x8c','\x5a','\x8c','\x67','\xd8','\x59','\x6a','\x56','\xa8','\x57','\x18','\x5c','\x62','\xfb','\x93','\xf2','\xb9','\x8c','\xa0','\x84','\x64','\xa1','\x6f','\x26','\x90','\x97','\x90','\xce','\xa5','\x6a','\x89','\x94','\x99','\x1c','\x62','\x99','\x21','\x56','\x2c','\xa0','\x6a','\x05','\x79','\x20','\xb7','\x87','\x01','\xd5','\xdb','\xc3','\xdb','\x74','\xad','\x5b','\x69','\x02','\xac','\x50','\x15','\x91','\x16','\x1a','\xf0','\xa0','\x73','\x2d','\xaa','\x28','\x1d','\x46','\xe8','\x3d','\x24','\xbb','\x90','\x8a','\x6a','\xf5','\xfe','\xc4','\x87','\x29','\x9b','\x14','\xfc','\x7e','\xc4','\x76','\x60','\xf1','\x8e','\x25','\x07','\x46','\x48','\xf8','\xb2','\x4b','\xd2','\x75','\x42','\xc5','\x42','\x2e','\x3b','\x03','\x8b','\x68','\x58','\xc6','\x7e','\x18','\xce','\xa6','\x8c','\x72','\xca','\x20','\x43','\x1a','\x19','\xe2','\x21','\x2b','\x25','\xa3','\x59','\x32','\x99','\x1c','\x58','\xc4','\x73','\x62','\x63','\xed','\xbf','\xee','\xf6','\xf6','\x75','\xef','\x5c','\x74','\x79','\x51','\x05','\xa1','\xb0','\x1c','\x0d','\x3f','\xaa','\x27','\xa4','\x95','\x84','\xb3','\x92','\x32','\x5b','\x0f','\xb0','\x63','\x43','\xec','\x9d','\x82','\xf4','\x7a','\x45','\xfe','\xec','\x22','\xce','\xca','\x34','\x25','\x9b','\x80','\xdb','\x91','\x41','\x10','\x81','\xc9','\xa9','\xb6','\x4c','\x90','\x1c','\x7d','\x2f','\x1e','\x76','\x40','\x3f','\xd8','\xc3','\x70','\xf2','\x61','\x03','\x53','\x1f','\xfb','\x38','\xc3','\x26','\x29','\x3b','\xfa','\xfd','\xfc','\x3f','\x59','\x29','\x3c','\xd5','\x9a','\x28','\x7b','\x07','\xca','\xef','\xfc','\xdc','\xea','\xeb','\xe6','\xda','\xe3','\x06','\xce','\xf2','\xb5','\x35','\x8a','\xdf','\x89','\x88','\xdf','\x91','\x6a','\x72','\x73','\x14','\xcf','\x1c','\x70','\xf2','\x09','\x94','\x1f','\x68','\xc5','\x99','\x7d','\x9f','\x97','\x24','\xa2','\xb0','\x0d','\xd9','\x3f','\x20','\x33','\x62','\x5b','\x8c','\x55','\xf5','\x2d','\x18','\x01','\xa5','\x27','\x2b','\x7a','\x6c','\x08','\x31','\x45','\xd5','\x92','\x30','\xb5','\x18','\x65','\xa6','\xaa','\x19','\x40','\x4b','\xc5','\xc0','\x17','\x85','\x0c','\x11','\xa1','\xdd','\x09','\xa6','\xc6','\x69','\x26','\x7e','\xb0','\xa8','\x1c','\x34','\x8b','\xd3','\x0e','\xeb','\xc8','\xac','\xf4','\xf3','\x39','\xe0','\x08','\x7f','\x88','\x6c','\x47','\xdf','\x52','\x91','\x91','\x51','\x59','\x91','\xf0','\xe8','\x94','\x98','\x32','\x32','\xe4','\xcc','\x76','\xf9','\x09','\x18','\xad','\x7f','\x02','\x39','\x36','\x45','\x77','\xe7','\x7b','\xc7','\x68','\xe8','\xd6','\x5c','\xd4','\x88','\x01','\x03','\x58','\x24','\x11','\xbd','\x85','\xf8','\x0a','\x09','\xad','\x76','\x18','\xed','\xef','\xf6','\xd9','\x39','\x5d','\x91','\x1e','\x70','\x3f','\x3a','\xc8','\x55','\x06','\x40','\x23','\xfe','\x08','\x64','\xa9','\x79','\x8a','\x0b','\xe9','\x9a','\x9e','\x6d','\x0e','\xa7','\x57','\xd0','\xa1','\x05','\xef','\xd0','\x82','\xf3','\xc5','\x05','\xe7','\xe2','\x42','\x0d','\x00','\xc0','\x0b','\x50','\x3b','\xce','\x8a','\x47','\xda','\x8b','\xbf','\x20','\xce','\x55','\xf7','\xd5','\x32','\xe9','\x5a','\x31','\x7d','\xdb','\x4c','\x9f','\x77','\xd2','\xb5','\x98','\x30','\x39','\xfd','\xe3','\x30','\x5c','\x0c','\xce','\x88','\x4e','\xba','\x5e','\xee','\x37','\x72','\x3f','\x12','\x0e','\x08','\x98','\xa4','\x1d','\x36','\xe5','\x30','\xa8','\x8a','\x02','\x7f','\x02','\xe2','\xbe','\x0f','\x20','\x57','\x0f','\xd2','\xbd','\xd3','\xac','\x50','\x31','\x36','\x56','\x9d','\x81','\x48','\xaa','\x06','\xe9','\x44','\xfa','\xdd','\x42','\xd8','\xf0','\xba','\x6e','\x5b','\x74','\x67','\xf5','\x74','\x97','\x32','\x34','\x03','\xd2','\xc9','\x00','\xa7','\xdd','\xc1','\xe3','\x21','\xf1','\xef','\xc8','\xf7','\xd6','\xaf','\x8a','\xa5','\xf9','\x7d','\x27','\xb1','\xc0','\xff','\xec','\x08','\xac','\x78','\x61','\x67','\xe9','\x1b','\x08','\x57','\xf8','\xa5','\xdc','\x43','\x59','\xfa','\x07','\x6c','\xf0','\x22','\x2b','\xa4','\x57','\xf6','\xa7','\x57','\x8e','\x9f','\x61','\x0e','\x13','\x78','\x5a','\x21','\xbd','\x1d','\x27','\xa5','\xa7','\x48','\x29','\xd7','\x2c','\xa5','\xdd','\xd2','\x10','\x29','\xc5','\x48','\x29','\xee','\x96','\x94','\x72','\x29','\x7c','\x3f','\x98','\x9f','\x2d','\x95','\x66','\xb9','\xd3','\x5d','\x2a','\x91','\xd2','\x6f','\x70','\x07','\xbc','\x59','\xb2','\xc4','\x2b','\xfc','\x69','\x2d','\x15','\x80','\x1b','\x8e','\xee','\xe0','\x2d','\xe4','\xdf','\x41','\x6a','\x21','\x7d','\x2b','\xbb','\x65','\xc4','\x69','\x55','\xe6','\x0e','\xa7','\xeb','\x49','\x0b','\x77','\xad','\x47','\xec','\xe0','\x33','\xff','\xfb','\xdc','\x5f','\xf6','\x47','\x14','\x8f','\xd4','\xc9','\xa1','\x15','\xc2','\x56','\xf6','\x69','\xad','\x71','\xef','\x58','\xd3','\x7c','\x87','\xbc','\xf6','\x7a','\xaa','\xf0','\xd9','\x39','\xcc','\xd7','\xc6','\x94','\x66','\x62','\x19','\xda','\xb7','\x97','\xe5','\xf4','\x92','\xfd','\x89','\x2b','\x4b','\xa0','\x21','\x2b','\xc0','\x7e','\x8e','\xbc','\xb0','\x24','\x4b','\x2f','\xd9','\x1f','\xc1','\x8b','\xfa','\x07','\xf5','\xd1','\xc1','\xfa','\x28','\x50','\x46','\xac','\x8c','\xaa','\xad','\x51','\xf5','\x98','\xbe','\xf5','\x8e','\x8c','\x5e','\x0f','\x3f','\xf9','\x9f','\x65','\x39','\x2b','\xe3','\x14','\x54','\xcb','\x35','\x64','\x7f','\x1f','\x55','\x0a','\x90','\x91','\xb0','\xa6','\xdd','\x99','\xd2','\xd2','\xcc','\x1f','\x3e','\xf3','\xe5','\x8c','\x79','\x6a','\x83','\xcd','\x3c','\x93','\xb1','\xb4','\x94','\xf5','\xa5','\x5b','\x27','\x1d','\xc0','\xbc','\x5b','\x88','\x7b','\xc5','\x81','\x25','\xa3','\xf9','\x49','\x34','\xfb','\xa2','\xc6','\xd7','\x3b','\x73','\x8d','\x4c','\x2d','\x26','\xa7','\x81','\x2e','\x0e','\x75','\xf2','\xb4','\xe4','\x56','\x18','\x34','\x54','\xd6','\x50','\x18','\xe4','\x66','\xb1','\x07','\xd9','\x5a','\xdc','\x6a','\x90','\xf9','\x46','\xf1','\x70','\x63','\x93','\x35','\xb2','\x5b','\xdd','\x06','\x0d','\x18','\x63','\x7e','\xff','\x31','\x61','\x1a','\xd0','\x8c','\x1e','\x71','\x58','\x1f','\x4f','\x57','\x4f','\x17','\xd8','\x83','\x6a','\xa7','\xb4','\xd8','\xc3','\x9f','\xa3','\xa4','\x4c','\x87','\x75','\x7f','\x42','\xd0','\xa9','\xe0','\xdd','\xd6','\xc9','\xc9','\x27','\x50','\xb1','\x23','\xd3','\xc9','\xcd','\x84','\xed','\x32','\x1a','\x27','\x51','\x35','\xc5','\xb7','\x25','\x6f','\x6b','\xd8','\xdc','\x7a','\x38','\xb7','\xc2','\x6d','\x42','\x66','\x63','\x18','\x28','\x65','\x41','\x57','\x41','\x63','\xdb','\x7f','\x25','\xf4','\x3d','\xef','\xc5','\x9f','\x29','\xe6','\x03','\xb1','\xd7','\x82','\x08','\xe8','\xa5','\xaf','\x11','\x24','\xc6','\xf2','\x1a','\xf2','\xd7','\x70','\x75','\x2d','\x3c','\x0a','\xd0','\xaf','\x48','\x43','\x04','\x15','\x65','\xa4','\x79','\x45','\x5d','\x88','\xff','\x74','\x6d','\x42','\x87','\xd6','\xf5','\x68','\x5c','\xe5','\xa6','\x83','\x8e','\xeb','\x16','\x5b','\x5d','\x01','\x83','\x9e','\x53','\x28','\x31','\x0d','\x32','\x96','\x89','\x04','\x82','\x4c','\x66','\x4e','\x6d','\x39','\xe2','\xf3','\xd0','\xae','\xb2','\x5e','\xa4','\xeb','\x20','\x09','\x8b','\x81','\x59','\xfc','\xbb','\xc7','\xa5','\x16','\x91','\x5a','\x54','\x36','\xdb','\xb2','\x59','\x8d','\xe2','\x55','\x62','\x32','\x6a','\x16','\x19','\xc4','\xc3','\x92','\x63','\x26','\x65','\x88','\x2b','\x32','\xda','\x4e','\x68','\x31','\xe0','\x8d','\x69','\x78','\xc5','\x07','\x2d','\xef','\xc8','\xf2','\xac','\x63','\x39','\x33','\xfd','\x9a','\x39','\x6c','\x7a','\x6d','\xd3','\xab','\x1e','\x6d','\x19','\x6b','\x55','\x54','\x2b','\x4a','\x24','\x1b','\xe3','\x8e','\xaf','\x89','\x8f','\x2e','\x63','\xfb','\xad','\x70','\xaa','\x0e','\xdc','\xb7','\x53','\x42','\x60','\x64','\x9a','\x92','\xe9','\x6c','\x30','\xb3','\x97','\x4c','\xef','\x25','\x95','\xbd','\x64','\x2a','\x4d','\xa7','\x2e','\x46','\xc6','\xa6','\xea','\x2b','\x53','\x2b','\xad','\xe7','\x57','\x8c','\x8a','\xd6','\x32','\xa7','\x56','\xcc','\xc9','\xa2','\x59','\xcb','\x4e','\xd1','\xa4','\x69','\xe2','\x8c','\x21','\xe0','\x82','\x7d','\x89','\xa3','\xa1','\xa9','\x5a','\x27','\x95','\x64','\x07','\xf4','\xd4','\x18','\xdf','\x0a','\x68','\x46','\xa5','\x94','\x0e','\x1d','\x9e','\xcd','\xcc','\x3e','\xdf','\x6e','\x5a','\x15','\x62','\x1a','\xc4','\x14','\xfc','\x3c','\x26','\xf4','\x54','\x8a','\x6f','\x97','\x29','\x16','\x69','\x17','\xa2','\x34','\x34','\x01','\xbe','\x01','\x1d','\xc8','\x73','\x3b','\x9c','\xce','\x7f','\x36','\x9d','\x7f','\x3c','\x17','\x3c','\x9e','\xcb','\x17','\x7f','\x33','\x7f','\xe6','\xff','\x9e','\x3f','\xf1','\x9f','\xf2','\x5f','\x7c','\x2c','\xff','\xab','\xb9','\xa0','\x9e','\xcb','\xf7','\xfe','\xa4','\x67','\x7c','\xf2','\x25','\x16','\xb6','\xd0','\x6f','\x38','\x10','\x30','\xbe','\xe8','\xc9','\xde','\xd6','\xe1','\xc8','\xb5','\xe8','\x81','\x8d','\x79','\x44','\x12','\xb6','\x65','\xd1','\x24','\x3d','\x14','\x6e','\x55','\x22','\xe0','\x18','\x50','\xba','\xb1','\x8e','\x49','\x40','\xef','\x06','\xd8','\x79','\x03','\x7a','\xff','\x81','\x34','\x05','\x74','\x6a','\x8c','\x0a','\x72','\x81','\x62','\x55','\x46','\x7d','\x26','\x74','\x19','\x64','\x64','\xcb','\xc0','\x64','\x62','\x62','\x47','\xec','\xfe','\x66','\x0f','\xc7','\x28','\xa3','\x1e','\xce','\xbc','\xd6','\x2d','\x54','\x19','\xe5','\x45','\x56','\xae','\xd1','\x72','\x9d','\x96','\x1d','\x0c','\x11','\xa5','\x43','\xc0','\x96','\x9b','\xe5','\x4b','\xcd','\x72','\xbd','\x69','\xd7','\x9b','\x06','\xb7','\x2c','\xa8','\x1c','\x75','\x1d','\x85','\x39','\x58','\x9e','\xa0','\x8e','\x26','\x5a','\x33','\x6c','\xd1','\x9a','\x81','\x9d','\x21','\x6c','\x82','\x4a','\x1b','\x03','\x82','\x1d','\xa1','\x9a','\x2d','\xb6','\xa4','\x11','\x97','\xea','\xcd','\xa1','\x9c','\xeb','\xe7','\xdc','\x6a','\xce','\x35','\x74','\x21','\x79','\xd6','\x7f','\x1c','\x09','\x9c','\xa5','\xf0','\x6d','\x17','\x2a','\xb9','\xe2','\xf3','\x50','\x99','\x01','\x1f','\x51','\x9d','\xea','\x0e','\xc0','\xe7','\x5e','\x70','\x08','\xb7','\xd7','\x96','\x9b','\xb9','\x4b','\xcd','\x5c','\xbd','\x63','\xba','\x18','\xb3','\xfe','\xe3','\xc4','\x90','\x7e','\x93','\xb0','\x4a','\xc0','\x2c','\xaa','\xff','\x1f','\x2c','\x86','\x5a','\x0f','\xca','\x97','\x1e','\xfa','\x2b','\xfc','\xa0','\xdc','\x7e','\x70','\x5a','\x09','\x17','\xdb','\x67','\x18','\x7a','\x22','\x84','\x6a','\x66','\x62','\xfb','\x51','\xe5','\x51','\x2a','\x46','\xb1','\x9f','\x09','\xc3','\x07','\xf7','\xe3','\x4a','\xe1','\x08','\x5f','\xbe','\x22','\x9d','\x2c','\xe1','\x69','\x00','\xd2','\x86','\x87','\x19','\x64','\x02','\x91','\x31','\x94','\xb1','\x50','\xa6','\x44','\xc6','\xcf','\x07','\x9f','\xc7','\xc8','\xc5','\x3b','\x11','\xda','\x77','\xe8','\x24','\x72','\x93','\x97','\x13','\x8b','\x19','\x5c','\xa1','\xb7','\x40','\x65','\x52','\x03','\xee','\x35','\xe0','\x6b','\xf2','\x1b','\xa2','\x9a','\x03','\x66','\xb7','\xef','\x1c','\xef','\xac','\x01','\xb5','\x8f','\xf0','\x5b','\x2e','\xca','\x27','\x1c','\xad','\x21','\xbb','\x81','\xa6','\x5c','\x3c','\x75','\x21','\x9c','\xfa','\x0e','\x9a','\xfa','\xd7','\x68','\xea','\xdf','\xa1','\x29','\x58','\x36','\x83','\xa9','\x45','\xd4','\x67','\x78','\x6a','\x31','\xb4','\xc5','\xd8','\x94','\xbb','\x99','\x6a','\x61','\x80','\xa7','\xed','\x81','\x69','\x37','\x1a','\x7b','\xdf','\xd8','\x08','\x33','\x42','\x4b','\x86','\xf1','\xa8','\xc1','\x4e','\x2f','\x43','\xf6','\x7e','\x88','\x62','\xe0','\xb5','\x2e','\xa0','\x13','\x15','\x44','\xd7','\xfc','\x74','\x27','\x43','\xd2','\x69','\xbd','\x69','\x8b','\xe9','\x18','\x7d','\x9e','\x49','\x8c','\xec','\x1a','\x82','\x60','\x25','\x15','\x56','\x86','\x50','\xe5','\x21','\x54','\x19','\x45','\x95','\x49','\x62','\xcb','\x77','\x4c','\x48','\x39','\xb4','\xc5','\x78','\xd7','\xe7','\x41','\x23','\x58','\x3b','\x14','\xd2','\x5c','\x8d','\x4c','\xd5','\x08','\xff','\x7a','\xdf','\xac','\x85','\x61','\x4d','\x96','\x02','\x59','\xaa','\xbd','\xb8','\xaf','\x56','\x49','\xf7','\x2c','\xb0','\x3f','\xea','\x8c','\x01','\xec','\x01','\x40','\x6a','\x68','\xb5','\xe6','\x67','\x9e','\x12','\x38','\x3f','\x49','\x4d','\xf4','\x0f','\xe6','\xcb','\xdc','\x06','\x5e','\x2f','\x87','\x7f','\x53','\x8e','\xc6','\xdc','\x86','\xf3','\xe5','\x7d','\x61','\xb8','\xef','\xf5','\xf2','\xe7','\x5e','\x2f','\x8f','\xe7','\xc1','\x66','\xf3','\xe5','\x72','\xbe','\xec','\xe6','\xb7','\xdf','\x23','\x6c','\x8e','\xb0','\x6d','\x7f','\x3e','\x2b','\xa4','\x58','\xd8','\x4d','\x65','\x6a','\x4d','\xad','\x2c','\x82','\x72','\x13','\x5d','\x08','\xcc','\x56','\xc4','\x57','\x8d','\x65','\xbe','\xfe','\xc3','\x82','\xaa','\x32','\xbd','\xed','\xc1','\xe6','\x12','\x07','\x38','\x4d','\x1f','\x15','\x82','\x12','\x17','\x69','\x4f','\x0b','\xbc','\xb2','\x07','\xf7','\xa0','\x11','\xd5','\x3b','\x7a','\xd9','\x94','\x5e','\x35','\xef','\xc2','\xdc','\x5e','\xa4','\xf4','\x30','\xa5','\x73','\x67','\xe8','\x0f','\x98','\x74','\xd1','\x91','\x69','\x8b','\x5f','\x9b','\x9e','\x3e','\xc8','\xae','\x38','\x45','\xa3','\x5d','\xfa','\x38','\x03','\x7b','\xbf','\x1e','\xf7','\x2a','\x4b','\x71','\xbe','\x29','\x60','\x43','\x72','\x99','\xb4','\x0c','\x69','\x2b','\xee','\xb2','\x69','\x94','\xc4','\xd2','\x4e','\x02','\xfc','\x84','\x4c','\x91','\xfb','\x3f','\xe2','\x38','\x58','\xe0','\xd9','\x06','\x64','\xc8','\x43','\x28','\xcf','\x07','\xb4','\x42','\x55','\x99','\x8e','\x2c','\x52','\x7d','\x8d','\x96','\x64','\x5a','\xcb','\x86','\xd8','\x43','\x76','\x0b','\xc5','\xe3','\x04','\x9f','\x0f','\x4a','\xb7','\x80','\x74','\x7d','\xa2','\x46','\x1e','\x8b','\xd2','\x86','\xb7','\x48','\x88','\xc9','\x99','\x84','\x6f','\x60','\x92','\xe4','\xef','\x88','\x25','\x40','\x22','\x68','\x84','\x0c','\xbc','\xe6','\x86','\x7f','\xb9','\x14','\x05','\x05','\x49','\xa4','\xed','\x3b','\x87','\x32','\xd7','\x50','\xa6','\x81','\x0e','\x63','\xfc','\x68','\x18','\x8e','\x13','\x36','\x4b','\x58','\x99','\x9a','\x2e','\xdf','\x59','\x26','\x3c','\x90','\xab','\x90','\x4d','\x82','\xb9','\xcf','\x9c','\x21','\x2d','\xd2','\xc7','\x73','\xdb','\xcc','\x5e','\x0f','\x06','\x1d','\x2f','\x87','\xbc','\xfd','\x42','\x1f','\xf6','\x75','\xb3','\x91','\xb7','\xc3','\xbc','\x89','\xf4','\x16','\xca','\x9b','\xad','\xbc','\xe9','\xe5','\xcd','\xa6','\xfe','\x7e','\xb7','\xcf','\xce','\xf0','\x7e','\xde','\xf4','\x9e','\x33','\x1b','\x1b','\x59','\x00','\x55','\x74','\xce','\x33','\x16','\xa7','\xfa','\xc7','\xc1','\xde','\x01','\x94','\x5b','\xf2','\xb4','\x1b','\xa6','\xe1','\x99','\x0e','\x9f','\xa1','\x82','\xda','\x0e','\x53','\x10','\x31','\x89','\xb4','\xae','\x3a','\x96','\x15','\xd2','\x57','\x3d','\x55','\x4a','\x84','\x34','\xfe','\xdf','\x7d','\xe8','\x44','\xf2','\x84','\xfa','\x4d','\x85','\x55','\x92','\xac','\x92','\x61','\x95','\xa2','\x7e','\xd3','\xec','\xb5','\xae','\xc8','\x72','\x9c','\xdb','\x68','\x21','\xfe','\xf8','\xc7','\xb8','\x20','\x07','\x05','\xc9','\x2f','\x88','\x76','\x96','\xff','\x0b','\x42','\x27','\xc3','\xf0','\x68','\x08','\xfc','\x7e','\x1d','\x7d','\xe1','\x9f','\x48','\xfb','\xf9','\xd3','\xa8','\x41','\x01','\x0f','\xa0','\x91','\x84','\x1e','\x60','\x46','\x6e','\xb1','\x48','\x0c','\x89','\x00','\x79','\x23','\x13','\x85','\x6d','\xd6','\x6a','\x30','\xaf','\x71','\x70','\xbd','\xf1','\x58','\x00','\x8f','\x91','\x1d','\x00','\xc3','\x33','\xeb','\xf8','\x38','\xb7','\xbf','\xc2','\xe7','\x9a','\x7c','\x6d','\x03','\xfe','\x5e','\xc1','\xf3','\xdf','\x99','\x33','\xd3','\x28','\xbe','\x46','\xe9','\xb5','\xd0','\x17','\xbe','\xb4','\x9a','\x5f','\xd5','\x9e','\x72','\xbc','\x07','\xc0','\x2b','\x2a','\x12','\x94','\xe5','\xd1','\x6b','\xc4','\x46','\x78','\x57','\xff','\x39','\xa9','\x9c','\x23','\xc9','\x1f','\x12','\xd2','\x20','\x8a','\x4b','\x06','\xd5','\x81','\xef','\x6a','\xe1','\x5f','\xaa','\x24','\xed','\xc2','\x2b','\xdc','\x62','\x88','\xac','\x39','\xdc','\x05','\xf4','\x13','\xe1','\x2c','\xc6','\x65','\x42','\xc8','\x5e','\x42','\xa6','\xea','\x44','\x5a','\xe9','\x28','\x69','\xca','\xce','\x5c','\x12','\xd1','\x2d','\x94','\xd1','\x28','\x64','\x86','\xbb','\xca','\x89','\xe0','\x24','\xac','\xec','\x94','\x50','\x3c','\x8e','\x86','\x8e','\x13','\xff','\xeb','\xc1','\x99','\xe3','\xee','\x89','\xe3','\x2e','\x9d','\x5b','\xa2','\xc7','\x4f','\xd0','\xe3','\xcf','\xd0','\x32','\x1b','\xfa','\xdb','\xb9','\xf4','\xfa','\xf5','\x8f','\x12','\x98','\xdf','\x6d','\x19','\xc9','\x03','\x92','\xb5','\xa3','\x22','\xdd','\x71','\x23','\xbe','\xf7','\xcd','\xa5','\x30','\x1b','\xd0','\x42','\x89','\xfe','\xfc','\x71','\xfa','\x85','\x47','\xe8','\xef','\x33','\x3a','\x4e','\x87','\x68','\xc6','\x7f','\xec','\xfd','\x33','\x26','\xfe','\x22','\x0f','\xa4','\xec','\x60','\x97','\x34','\xe7','\x47','\xe7','\x6b','\x6c','\x3b','\x3e','\x15','\xd6','\xb9','\xca','\x60','\xdc','\x39','\x4c','\x2c','\xa2','\x44','\x05','\xa5','\x0a','\xe8','\x81','\xc7','\xd1','\xd0','\x10','\x7a','\x48','\x46','\xa3','\x32','\x28','\xd7','\x2f','\xc2','\x1b','\x62','\x5d','\xe3','\x3f','\x21','\x5f','\xaf','\xd0','\x39','\xc6','\x7e','\xd8','\x1e','\x68','\x30','\x99','\x1f','\x15','\x33','\xdc','\x00','\x12','\x61','\x36','\x03','\x94','\x82','\x09','\x25','\x8b','\x55','\x04','\xb2','\x5d','\xef','\xfb','\x38','\x4e','\x93','\x31','\x9a','\x8a','\xb1','\xe1','\x55','\xf6','\xf0','\x54','\x6b','\xc2','\xf4','\x2c','\xa9','\x55','\x93','\x8b','\x7c','\x83','\xe1','\xf7','\x16','\xff','\xbb','\x1d','\xba','\x39','\x6b','\x48','\xd0','\x14','\xbb','\x15','\x3d','\x98','\x8e','\xab','\x56','\x4c','\x9d','\x39','\xb6','\xff','\x94','\x1d','\xce','\x98','\xc8','\x9a','\xa9','\x5a','\x96','\x69','\x9d','\x0c','\xac','\x19','\xd3','\x3a','\x05','\x83','\x79','\xc3','\x9c','\xf5','\x4c','\xd3','\xb1','\xa6','\xb2','\xfc','\x42','\xa3','\x0c','\xc8','\x97','\x2c','\xa7','\x17','\x33','\xe1','\x1a','\x4d','\xd7','\xd4','\xf4','\xef','\x8f','\xa5','\xff','\xa7','\x30','\xf7','\x9e','\xc9','\x7c','\xd3','\xcc','\x98','\xe7','\xc7','\x67','\xf1','\xd3','\x41','\x54','\xf0','\x08','\xdf','\x33','\x93','\x64','\x36','\x95','\x0a','\x86','\x9b','\xe6','\xc3','\xb3','\xe6','\xc4','\xac','\x69','\x11','\xab','\x96','\x0a','\xa3','\x5c','\x3a','\x04','\x69','\x55','\xa4','\x98','\x3f','\x11','\x47','\x9d','\x41','\xfa','\xc5','\x4e','\x4e','\xa3','\x3b','\xd8','\xdd','\xa4','\xdf','\xbd','\xdf','\xd7','\xd3','\x97','\x82','\xac','\xe7','\x0d','\x3a','\x1b','\xb9','\x94','\xcf','\xef','\x77','\xdd','\xb9','\x3a','\x73','\x25','\xfc','\x7d','\x07','\x1d','\x58','\x22','\xfa','\x85','\xe0','\x80','\x4b','\xc0','\x2e','\xf8','\xba','\x2b','\xd2','\xd0','\x17','\xfc','\x9f','\x6f','\x12','\x6e','\xcf','\x95','\xc9','\x73','\x64','\x8e','\xfb','\x11','\x99','\x5a','\x82','\xf2','\x5b','\xb9','\xf1','\x35','\xda','\xb0','\xb8','\xed','\x6d','\x58','\xa1','\x18','\xd0','\x00','\xd2','\xea','\xdc','\xd2','\x96','\x35','\x6c','\x5b','\x6d','\xcb','\x3a','\x63','\x59','\x27','\x84','\x10','\x1b','\x77','\x63','\x69','\x03','\xd3','\x37','\x30','\x6d','\x62','\xea','\xe2','\x8f','\xfe','\xf8','\x48','\x81','\x92','\x2e','\x4e','\xef','\x2a','\x79','\x2b','\x14','\xfc','\x12','\xeb','\x6a','\x2a','\x10','\xfc','\x12','\x57','\x4b','\x59','\x00','\xa6','\xe2','\x0d','\x62','\xbf','\x1f','\x40','\x5e','\xd4','\x25','\xa5','\xf7','\xfd','\xed','\xbc','\x68','\xa4','\x4a','\xe9','\x92','\x33','\x64','\xce','\xe0','\x0b','\xdf','\x5d','\xf8','\xba','\xb5','\xfd','\x09','\xaa','\xd7','\xc8','\x8c','\x8b','\x7f','\x7f','\x09','\x1f','\x58','\xd6','\xf4','\xb3','\xc5','\x03','\x67','\x19','\xd8','\x82','\xa9','\x2f','\x98','\x9d','\x75','\x6c','\xf5','\xf2','\xcf','\xaf','\x15','\x9f','\x2b','\x65','\x7b','\xbc','\x6a','\x3f','\x6d','\xe9','\xf8','\x7b','\xf1','\x09','\xf3','\x0f','\x5e','\x0a','\x43','\x1b','\x47','\x00','\x3d','\x61','\x25','\x0b','\x60','\x9c','\xe2','\x67','\xde','\xea','\xfb','\x99','\x99','\xb7','\x66','\x8f','\x58','\xa7','\xb0','\x55','\xc5','\xf3','\x20','\x6e','\x06','\xe2','\x7a','\xc8','\x0e','\x3a','\xf5','\xbd','\x5e','\x40','\x7d','\xf7','\x9f','\x7e','\x56','\xab','\x3b','\x7f','\xfa','\xfa','\xda','\xa8','\x88','\xbf','\xfe','\x25','\x42','\xef','\x40','\x65','\x39','\x81','\xb6','\x48','\x46','\xcf','\xd3','\x2f','\xac','\xc1','\x3a','\xec','\x0d','\x5c','\xfc','\xbe','\xfa','\x6d','\x25','\x0e','\xad','\xe2','\x3c','\xfa','\xf0','\x86','\x2e','\x7e','\x5f','\xfb','\xb6','\x72','\x77','\x86','\x07','\x3e','\x0f','\x5f','\x00','\xfa','\x05','\xe4','\x54','\xf5','\xf0','\xfb','\x59','\x87','\xaa','\x3d','\xe7','\xf9','\x6d','\xbe','\x29','\x3b','\xf2','\x32','\x77','\xfa','\x8b','\xa4','\x98','\x65','\xbf','\x9e','\x5c','\x5d','\x73','\x92','\x09','\x0d','\x65','\x8a','\xa8','\x5a','\x4d','\x38','\x2d','\x58','\xc0','\xb9','\xd7','\xbd','\x05','\x08','\xb2','\x3b','\xf8','\xa3','\x50','\x11','\x54','\x1b','\xfe','\x3e','\xd2','\xdb','\xdd','\xbe','\x83','\x48','\xb7','\x3d','\xc2','\x35','\x61','\x8d','\x28','\x7c','\x6f','\x7e','\x6f','\xfc','\x30','\xf9','\xcc','\xa7','\xd1','\xa3','\x18','\x9d','\x0e','\x83','\xd3','\xae','\x51','\x26','\x5a','\x33','\x5d','\xe4','\xae','\x2a','\xa9','\xe0','\x81','\x9a','\x40','\x05','\xb0','\x75','\x22','\xbd','\x44','\x30','\xf4','\x29','\xc3','\x92','\xc8','\x5d','\xdc','\x24','\x24','\xe4','\x32','\xc7','\x0d','\x7a','\xbc','\x4a','\x8f','\x9b','\xe9','\xd0','\xe4','\x8f','\xf4','\x78','\x29','\x3c','\x6e','\xd3','\xe3','\xcd','\x74','\xe8','\x52','\xe4','\x52','\xa9','\xbc','\x37','\x28','\x67','\x1a','\x4f','\xb6','\x1b','\x8f','\x9c','\x09','\x1e','\x39','\x01','\x9d','\x07','\x2a','\x48','\x01','\x06','\x8f','\xd0','\xc6','\x38','\x6d','\xcc','\xd2','\x46','\xa9','\xfd','\xd7','\xe7','\xd9','\x5f','\xc4','\x32','\x6f','\x23','\xba','\xea','\xd1','\x55','\xc7','\xfe','\x40','\x08','\x71','\x01','\xbf','\x56','\x18','\xfe','\x1d','\x5f','\x77','\x32','\xe8','\x3e','\xee','\x09','\x53','\x36','\x05','\xa6','\xb7','\x56','\x98','\xb9','\x02','\xba','\xb1','\xa6','\xa9','\xb7','\x0c','\x31','\x58','\xe1','\x71','\x14','\xab','\x64','\x0b','\xb7','\x92','\x6c','\x13','\x27','\xe5','\xe5','\xae','\x0c','\x2d','\x1a','\x58','\x0c','\x20','\x77','\x08','\xe9','\x32','\x9f','\xe8','\x68','\x58','\x46','\xfb','\x64','\xbc','\x6f','\x31','\xfc','\xdc','\x15','\x34','\x2e','\xa9','\xe3','\xd2','\xab','\xb3','\x52','\xbd','\x8c','\x56','\x5c','\xc8','\x1d','\x1e','\x23','\xe8','\x1d','\x22','\xbd','\x4e','\xf0','\xe3','\x40','\xc1','\xda','\x4a','\x66','\xa0','\x41','\xaf','\x46','\x41','\xda','\x15','\xef','\x1d','\x2f','\x0d','\xe9','\xe3','\xbf','\x56','\xa1','\xbf','\x5a','\xca','\xfc','\xf3','\xff','\x30','\xf1','\x45','\x5a','\xd9','\xcc','\x2d','\x6e','\x9a','\xca','\xc5','\x97','\xdf','\xa0','\x69','\x97','\xa6','\x97','\x29','\xd4','\x5d','\xc2','\x83','\x89','\xcb','\xf9','\x81','\xe5','\xc2','\x40','\x7d','\x34','\xed','\x9a','\xb9','\x0b','\xc6','\x6a','\xcd','\x91','\x1c','\xc8','\x35','\xea','\x41','\xf8','\x7a','\x99','\xe6','\x77','\x58','\x3a','\x5f','\xee','\xbc','\xc8','\xb7','\x8c','\xbe','\x17','\xb9','\xb3','\xd7','\xce','\x97','\xcd','\x7c','\xd9','\xc8','\x97','\x51','\xc7','\xe6','\x90','\xf0','\xeb','\x7a','\xd9','\xd7','\x5e','\x6e','\x56','\xbd','\x2a','\xca','\x07','\x7c','\x77','\xf8','\x21','\xa2','\x0d','\x04','\x8d','\x1d','\xa1','\x9f','\xae','\xa1','\x34','\x46','\x7b','\x31','\x63','\x61','\x3b','\x12','\x37','\x17','\x25','\x03','\x7c','\x21','\x82','\x15','\xf5','\xfc','\xba','\xae','\xb3','\x61','\x2e','\x1b','\xe7','\xef','\xc6','\x96','\xb9','\x9d','\x2a','\xef','\x75','\x5f','\x8a','\xf8','\x9d','\x88','\xb6','\x20','\x85','\xef','\x98','\x15','\x38','\x48','\x9a','\x18','\xb9','\x65','\xf3','\x64','\xb8','\x75','\x0e','\xc2','\x90','\xad','\x78','\xdf','\x63','\x54','\xa7','\x93','\x35','\x07','\x1f','\x34','\x07','\xac','\x22','\x73','\x2f','\x79','\x37','\xac','\xac','\xc8','\x4d','\xc9','\x17','\xbd','\x04','\xd4','\x0c','\xc8','\xce','\x3c','\x7f','\x97','\xbf','\xb7','\x23','\x63','\xd4','\x4a','\x64','\xec','\x8c','\xf0','\x24','\x77','\x49','\x92','\x89','\x37','\x6b','\xfd','\xba','\x15','\x98','\x07','\x70','\x8a','\x8a','\xec','\x79','\xa4','\xa8','\xb2','\xa2','\x76','\x72','\xe0','\x0f','\x3f','\x82','\xf3','\x65','\xdb','\x3c','\x8f','\x2e','\x71','\xe7','\x13','\x8a','\x90','\x76','\xd6','\x8f','\x9a','\x36','\x27','\xb3','\xbe','\x5d','\x07','\xc2','\xce','\x4a','\xd6','\xaf','\xc4','\x51','\x25','\x59','\xb4','\x0f','\x27','\xcd','\x56','\x94','\x47','\x5a','\xd2','\xdf','\xf7','\x65','\x09','\x84','\x95','\xc3','\xf7','\x43','\x2c','\x1b','\x03','\xb2','\x06','\x7a','\x8e','\xa7','\x32','\x8f','\x85','\xef','\x03','\xeb','\xcf','\xdf','\x83','\x5f','\x14','\xad','\xa2','\xf0','\x6d','\xef','\x7e','\x69','\xe9','\x7e','\x29','\x7e','\x7f','\x0c','\xff','\xd2','\x5b','\x1f','\xdb','\xff','\xad','\xf0','\xdc','\x1a','\x03','\x6b','\xe8','\xcf','\x35','\xb3','\xcf','\xfd','\x2f','\xe8','\x2b','\x6b','\x4e','\x75','\x8d','\x98','\x6b','\x02','\x95','\xfd','\xa7','\xd4','\xde','\x58','\x31','\x6f','\x98','\xa6','\xd7','\x32','\x57','\xbf','\x6f','\xae','\x65','\xed','\x46','\xd2','\xdc','\xc4','\x00','\x57','\x51','\x89','\xfc','\x71','\xf0','\x10','\xca','\x64','\xdf','\xe6','\x33','\xdf','\x3c','\xe5','\xad','\x7c','\xf3','\x3b','\x99','\x44','\x31','\x99','\xf9','\x97','\xb8','\x75','\x13','\x49','\xf5','\x56','\x42','\x28','\xb0','\xdf','\xec','\xd4','\x16','\x37','\xe4','\xf0','\x0d','\x39','\x9e','\x91','\x63','\xa6','\x7c','\xc8','\xb1','\xbd','\xf0','\x30','\x3a','\xa2','\xc1','\x35','\xc7','\x18','\xa5','\xf0','\xf4','\xe1','\xf0','\x43','\xfe','\x25','\x23','\x1d','\x04','\x64','\x55','\xb8','\x61','\xab','\x12','\xda','\x37','\xa9','\x55','\xe9','\x58','\x34','\x86','\x0e','\x11','\x8b','\x86','\xb7','\x29','\xdf','\xf1','\x21','\x27','\xac','\x50','\xcc','\x83','\x0a','\x8d','\x42','\xb9','\x72','\xef','\x91','\x30','\x6c','\xf1','\x99','\xa0','\x7f','\x88','\x46','\x1f','\xc2','\xa3','\x0f','\x85','\xfa','\x87','\x74','\xf4','\x21','\x30','\x3e','\x90','\x63','\x82','\xe4','\x20','\x0e','\x1a','\x50','\xe8','\xde','\xa0','\x7a','\x54','\x59','\x0e','\x3f','\xec','\xdc','\xa7','\x44','\x0e','\xf8','\xed','\x49','\xd6','\x50','\x76','\xcd','\xa7','\xfc','\xba','\xad','\x21','\x75','\x0d','\xe7','\x16','\xc3','\x9f','\xbb','\x82','\x9e','\x5d','\x50','\x9f','\x90','\x5e','\x5d','\x94','\xea','\x31','\xb4','\xc2','\xb7','\xbc','\xb8','\xb8','\x4f','\x15','\xf9','\x75','\x35','\xf9','\xb8','\xb6','\x95','\x35','\x50','\x32','\x26','\x3b','\x91','\x34','\xad','\xdc','\x4d','\x79','\x45','\xad','\xc7','\x19','\x7e','\xa7','\x73','\x1f','\x5e','\x46','\x65','\x19','\xb9','\xdd','\x17','\xef','\x66','\x9d','\xde','\xd5','\x0e','\xff','\x8f','\x1d','\x88','\xea','\x28','\x70','\x19','\xd0','\x18','\x0f','\xe1','\x9d','\xa2','\xc8','\x56','\x9d','\x00','\xde','\x78','\xbc','\x93','\xcc','\xe1','\x0e','\xcb','\x42','\x9a','\x7a','\x9b','\x47','\x28','\x2a','\xe3','\x4b','\x2e','\x0d','\x9b','\x14','\x44','\x50','\x48','\xf1','\xa8','\x7b','\xc2','\x6e','\xd6','\xa7','\x00','\x99','\xb6','\x6d','\xb6','\x78','\x34','\x49','\x2f','\xf5','\x4d','\x85','\x7e','\xd3','\x6e','\xde','\x8c','\xe8','\xbf','\x58','\x24','\xc5','\x30','\x28','\xae','\x91','\x13','\x6b','\xa4','\xde','\x63','\x9e','\xe7','\x8f','\xfc','\x57','\xa3','\x88','\x0e','\xa1','\x0e','\x00','\x66','\xa0','\x05','\x9d','\x15','\xe6','\x91','\xb4','\x83','\x3b','\x3a','\x1a','\x2e','\xe4','\x21','\x25','\x07','\xec','\x4e','\x5a','\xf5','\xdc','\x1f','\x37','\x0a','\x75','\xc8','\x4c','\x26','\xbc','\xc6','\x7d','\x2b','\x8d','\x81','\x7a','\x63','\xcf','\xab','\x38','\xed','\xe2','\x9c','\x83','\xa7','\x1c','\xbc','\xe0','\x1c','\x91','\x44','\x05','\x3d','\x84','\xc2','\x93','\xc8','\x54','\xc8','\x7c','\x1f','\xe9','\x64','\x3f','\xe2','\x84','\x24','\x82','\x5e','\x6b','\xf7','\xb6','\x25','\x22','\xd9','\xeb','\x1d','\xb5','\x1c','\x91','\xdf','\xe8','\xee','\x5f','\x77','\x8a','\xdb','\xee','\x92','\xb8','\x8d','\x51','\x3e','\xb7','\x11','\xba','\x01','\xfe','\x1b','\x30','\x9f','\xbc','\x81','\xa4','\x45','\xfe','\x65','\x3a','\xfd','\x9e','\x10','\xef','\x6c','\x61','\xf6','\x7c','\xc8','\x84','\x3e','\x1d','\x33','\x2d','\xfd','\x87','\xb7','\x99','\x08','\x89','\x8c','\xfc','\x98','\xfd','\xf1','\xed','\x2f','\xe7','\xc7','\xfa','\xcd','\xfe','\xf0','\x16','\x0c','\x18','\xde','\xb6','\x2d','\xa1','\xc3','\xdb','\x83','\xb5','\xf7','\xf4','\xb9','\x76','\x1a','\x8f','\xec','\xc1','\xce','\xfb','\x05','\xd9','\xcf','\x23','\x72','\x50','\x5c','\xca','\x1e','\x09','\x43','\x6f','\x3f','\x45','\x77','\xdb','\x9a','\xef','\xea','\x49','\xde','\xc3','\x3a','\xbe','\x4a','\x12','\xd0','\x0a','\x3d','\x2a','\x45','\x90','\xdc','\x0a','\xdf','\x56','\xe8','\x6a','\x9c','\x5e','\xc5','\xf4','\xad','\x8f','\xe9','\xf5','\xc5','\xf4','\x92','\x0c','\x6c','\x6f','\xe7','\xf8','\x47','\x0a','\x0a','\x98','\x7c','\x05','\x13','\x4b','\xa8','\xcf','\xdc','\x57','\x23','\x03','\x3c','\xb8','\xb9','\xe6','\xab','\x0d','\x70','\x8b','\xfb','\xf8','\x18','\x45','\xd3','\x9f','\xe8','\xc5','\x80','\xb2','\xa6','\xe8','\xe9','\xa0','\x9b','\xd0','\x00','\x98','\xeb','\x5a','\x81','\x36','\xbe','\x22','\xfc','\xd1','\x04','\xfd','\xeb','\xfb','\xea','\xcd','\x01','\xc7','\xdb','\xe3','\x78','\x2a','\xf2','\x4c','\xee','\xe9','\x69','\x48','\x48','\x60','\x40','\x76','\x22','\x69','\x11','\x5c','\x52','\x50','\x4d','\x45','\x03','\x48','\x72','\x9d','\x24','\x35','\xdb','\x4c','\xaf','\x7a','\xc3','\x93','\x3c','\x0c','\xad','\x76','\xb2','\xd3','\xd2','\xaa','\x03','\x45','\x46','\x19','\x25','\x6f','\x23','\x92','\x72','\xa0','\xce','\xd8','\x3a','\x33','\x8f','\xfa','\xfa','\x6e','\xe0','\xad','\xad','\x0e','\x68','\xe3','\x53','\xff','\x90','\xb3','\xd4','\x86','\xbc','\xc4','\x3d','\x75','\x81','\x23','\xca','\x0b','\x4f','\x78','\x11','\x7f','\xb1','\x44','\xc3','\x97','\xd2','\xdf','\x7c','\x35','\x37','\xb0','\x92','\xbf','\xe8','\x1d','\x7c','\xd3','\xd1','\x72','\x8e','\x39','\x75','\xd6','\x58','\x3d','\xbb','\xb0','\xb0','\x88','\xa5','\x90','\xa2','\xe0','\xae','\x78','\x6c','\x51','\x68','\x06','\x2c','\xf4','\x0e','\x5e','\xa6','\xdd','\xd6','\x26','\x1d','\xf2','\x73','\xf1','\x7e','\xb8','\x64','\xd0','\xa2','\xf2','\x4f','\x7a','\x42','\x48','\xcb','\x8d','\xa9','\x4b','\xe1','\x54','\x1d','\x28','\x77','\x40','\x3e','\x40','\x64','\xc6','\xe0','\xe9','\x26','\x3c','\x76','\xed','\xaf','\xa7','\xea','\xcd','\x48','\x29','\xc9','\x8c','\x40','\x2d','\x3b','\x26','\xcf','\x9d','\x67','\xa3','\xeb','\xca','\x6a','\x22','\xd7','\xd8','\x44','\x83','\x35','\x15','\xf0','\xab','\x4e','\x69','\x17','\x7e','\xb5','\x83','\x67','\xbb','\x67','\xa1','\xbc','\xaf','\x75','\x94','\x02','\xd5','\xed','\xe0','\xa2','\x3a','\xb8','\xc8','\x8f','\xb3','\x1b','\x07','\x9b','\xcc','\x74','\x90','\xe1','\x80','\x05','\xa5','\xad','\x81','\x4b','\x28','\xdc','\x8c','\x11','\xca','\x4d','\x86','\xe9','\x94','\x0a','\x88','\x07','\xee','\xa8','\xaf','\x92','\xd9','\x6c','\x50','\xbe','\x5b','\xeb','\xca','\x5c','\xd6','\xe7','\x7f','\xfd','\xd3','\xbe','\x17','\xa8','\xb5','\x4a','\x48','\x60','\x93','\x1c','\x81','\x4d','\xaa','\x74','\xd9','\x84','\x00','\x95','\xc4','\xb7','\xd4','\x30','\x89','\x8e','\x6c','\xf1','\xfb','\xeb','\x2a','\x0a','\x45','\xc9','\x09','\x5a','\xc8','\x31','\xba','\xbf','\xc3','\x29','\xc1','\xdd','\xd7','\x22','\xa9','\xb3','\xd4','\xa7','\x58','\xe6','\x00','\xf3','\x63','\x26','\x74','\x64','\x4b','\x06','\x91','\xc4','\xbd','\x03','\xd0','\x08','\x13','\x2a','\x80','\xf8','\x30','\xff','\x64','\x73','\x82','\xb7','\x07','\x12','\x2a','\xd3','\x59','\x5a','\x69','\xd1','\x0a','\x10','\xe3','\x45','\xf4','\x7f','\xb4','\x82','\xb3','\x37','\xc3','\x2e','\x95','\x28','\xcd','\xde','\xa4','\xbd','\x31','\x24','\x80','\x65','\xaa','\x2e','\xd2','\xcc','\x34','\xa5','\x13','\x94','\x1d','\xa4','\xa6','\x42','\x1d','\x95','\x47','\xc1','\x02','\x54','\x16','\x6d','\x22','\x0d','\x1c','\xfe','\x50','\xb0','\x31','\x28','\x2d','\xaa','\x7a','\xe9','\x97','\x9a','\xd9','\xe6','\x5f','\xa7','\xbf','\xf9','\x1e','\x1f','\xa4','\xdd','\x66','\xfa','\x8f','\xc5','\x23','\x64','\x8e','\x9b','\xd0','\x90','\xe8','\x5e','\x1d','\x25','\xb1','\x0a','\x91','\x9f','\x4e','\x85','\xb5','\x44','\x20','\x4e','\x8f','\x47','\xe5','\x16','\xd5','\x51','\xb6','\xd5','\x61','\x73','\x12','\x93','\x39','\x48','\x75','\x83','\x97','\x9f','\xd0','\xb3','\xdf','\x7b','\x7a','\x97','\xfe','\xf7','\xee','\xd3','\x61','\xc9','\xdd','\x77','\x25','\xc8','\x6c','\x90','\xc3','\x1b','\x74','\x3c','\xce','\x8d','\xcd','\x62','\x56','\x8e','\x99','\xae','\x7c','\x97','\xbe','\xf5','\x3b','\xea','\xef','\x1d','\x4b','\x40','\x34','\xcd','\xfd','\x30','\x3f','\x0a','\xab','\xef','\x6d','\xfd','\x94','\x20','\x30','\xc6','\x5d','\x15','\x1e','\x82','\x15','\x62','\x25','\x53','\xb7','\x33','\xd4','\x2a','\xaa','\x96','\xc9','\x4e','\x3a','\x8f','\x34','\xd0','\xf1','\x06','\xaa','\x35','\x50','\xa2','\xc3','\xb6','\x1d','\x75','\x3a','\xec','\xe2','\xd9','\xf6','\x50','\xa2','\xa5','\xda','\x08','\x32','\xf7','\xa4','\xdf','\xc4','\x3a','\xd0','\x7b','\xda','\xe5','\xeb','\x13','\x7b','\x71','\x8c','\x4a','\x67','\x69','\xee','\x6a','\xd6','\xfb','\x9b','\x00','\xd9','\x55','\xc4','\xfd','\x04','\xe0','\xbb','\x3e','\xff','\x78','\x58','\x62','\x6c','\x5c','\x63','\xe3','\x6d','\x46','\xbf','\x91','\xa7','\xdf','\x08','\x8b','\xdf','\xc8','\x8f','\x7f','\x23','\x5f','\xfe','\x28','\xef','\x7e','\x23','\x9f','\x59','\x00','\xe3','\x4f','\xc7','\x3f','\xc9','\x97','\xbf','\x01','\xaf','\x10','\xb0','\x23','\xe4','\x1b','\x13','\x19','\xfe','\xfe','\x25','\xd6','\x06','\xf0','\x15','\xeb','\xe7','\xb9','\x1d','\x80','\xee','\x2d','\x4f','\x7a','\xc9','\x93','\x09','\xb7','\x26','\x26','\x3c','\xdc','\xf6','\x08','\xf1','\x92','\xc4','\xdb','\xe7','\x7a','\xe3','\x4d','\xaf','\xd9','\x84','\xa7','\x3b','\xad','\x11','\xb1','\xc9','\x21','\xd3','\x41','\x5b','\x2d','\xd9','\xf1','\x86','\x91','\x77','\xab','\xaf','\x41','\x29','\xfc','\xa0','\x43','\x51','\x98','\x94','\x9c','\xd4','\x82','\x93','\x9c','\x42','\xc3','\x39','\xf4','\x70','\x01','\x4d','\xc8','\xea','\x58','\x4c','\x29','\xc5','\x48','\x2d','\x8e','\x71','\xfc','\x08','\xb6','\xd7','\xf0','\x61','\x19','\x6b','\xf2','\x76','\x7d','\x70','\x0a','\x29','\x47','\x3d','\x2c','\xd2','\x41','\x80','\xcd','\x6e','\x22','\xb4','\xa1','\x89','\x8e','\x8e','\x8e','\x0a','\x9e','\x10','\xfb','\xeb','\x28','\x2a','\x62','\x00','\x2f','\x81','\x58','\x00','\x03','\x39','\xf6','\x48','\xef','\x8f','\x6f','\x19','\x47','\x88','\xba','\xa5','\x64','\xbd','\x6f','\x51','\xaf','\x52','\xf7','\x0a','\xd4','\x9b','\x10','\xed','\xfc','\x7b','\x78','\xcc','\x76','\x29','\x0c','\x37','\xbd','\xb9','\x4d','\xaf','\x2c','\xa4','\x70','\x3e','\x4f','\xcd','\xb9','\xba','\x39','\xbb','\x39','\x3d','\xbb','\x19','\xc5','\x2d','\xdf','\x76','\x83','\x2c','\xa9','\xa6','\x88','\x81','\x45','\xdd','\x9c','\xee','\xab','\x1d','\x4e','\xd7','\xcc','\xf4','\x8f','\xef','\x28','\x9a','\x6b','\xc8','\xf8','\x2c','\x8a','\x17','\x1c','\x79','\x52','\xe3','\x6f','\x93','\x96','\xf8','\xc9','\xb8','\x6d','\xb7','\xf1','\xb1','\xce','\x07','\xab','\xf6','\x24','\x0c','\x46','\x16','\x3c','\x7d','\x15','\xd8','\xc2','\x85','\xd5','\xa0','\xa7','\x72','\xc1','\xd1','\x3b','\x4f','\xdd','\xdc','\x95','\x00','\x76','\xc0','\x73','\x54','\x3f','\x47','\x73','\x67','\x19','\xd8','\xa2','\x99','\x5b','\xf0','\x72','\x0e','\xff','\xad','\x37','\xb2','\x58','\x9d','\xaa','\xe9','\x4f','\xd7','\x87','\x17','\x4d','\x3c','\xf2','\x2a','\xd2','\x37','\x69','\xae','\x7e','\x38','\x57','\xdf','\xca','\x5d','\x72','\x72','\xf5','\x18','\x37','\xbd','\x2e','\xe7','\x2e','\x85','\xc0','\x45','\xec','\x08','\xea','\x54','\x91','\xba','\xe9','\xd2','\x33','\x74','\x44','\x1f','\xb8','\x8d','\x08','\xde','\xb9','\xa7','\x2f','\xf8','\x8b','\x84','\x6c','\xa7','\x05','\x3a','\xa5','\x58','\x07','\xe4','\xa4','\x0d','\x86','\x16','\x37','\x81','\x3f','\x00','\xb8','\xb3','\xfa','\x1d','\x80','\x7b','\xe2','\xbe','\x92','\xea','\x76','\xaf','\xdf','\x80','\xe0','\x0c','\x97','\xea','\x44','\x06','\x8d','\x5e','\x82','\xb3','\x3e','\x16','\xaf','\x27','\x29','\xd9','\x57','\x27','\xe3','\x6f','\xf9','\xcd','\x75','\x93','\x24','\x4c','\x80','\x1c','\xe3','\x69','\xa0','\xaa','\x00','\xb6','\x8a','\x0a','\x61','\xc0','\x53','\xc1','\x1d','\x1d','\x5b','\xb4','\x10','\x22','\xe1','\x24','\x86','\x4e','\x03','\xe9','\xb7','\x90','\xb8','\xd5','\x6c','\xb5','\x81','\xb2','\x00','\x92','\xc0','\xb4','\x61','\x8b','\xb0','\x10','\x65','\x23','\x5d','\x69','\x5c','\x41','\xdb','\x66','\xa3','\x23','\x15','\x7e','\x53','\x76','\xf8','\xba','\x01','\x86','\x07','\x81','\xea','\x42','\x07','\xff','\x80','\xa5','\x9a','\xe8','\xab','\x85','\x7d','\x82','\xcf','\x0f','\x31','\x86','\xa4','\xff','\x24','\x8f','\xb3','\x6a','\xd0','\xba','\x57','\xe9','\xae','\x9d','\xb6','\xd4','\xae','\x40','\x02','\xe8','\x47','\x36','\xf0','\x0d','\x41','\xdb','\x92','\x8c','\x3c','\xf8','\x3c','\xf0','\x27','\x30','\xab','\x6d','\x7e','\x0b','\x63','\x8f','\xef','\x29','\x98','\x7a','\x36','\xec','\xd0','\x50','\xa0','\x2c','\xd1','\x69','\xa0','\x6e','\xa4','\x79','\x6b','\x28','\x6f','\xf9','\x7b','\xad','\x6a','\x76','\xde','\x48','\x59','\xfc','\xbb','\x08','\x5d','\xb3','\x2e','\x4f','\x60','\x2d','\x2a','\xe2','\x43','\x1d','\x1f','\xb0','\x82','\x2e','\x14','\x29','\x22','\xdd','\x40','\xc0','\x16','\xf2','\xc3','\x9a','\x93','\x0f','\x9f','\xb2','\x5f','\xc1','\x95','\x09','\xb9','\x32','\xf1','\x50','\xc5','\xe2','\x46','\xed','\x44','\xbb','\x22','\x6f','\x61','\x09','\xd9','\x47','\x41','\x12','\x08','\x15','\xb0','\x5c','\x08','\xc3','\x73','\x18','\x29','\xfc','\xe3','\x6d','\xe0','\xb8','\x67','\xa7','\x2f','\xa3','\x0f','\x2e','\xa3','\x8a','\x8a','\x8f','\x65','\xec','\x78','\x0a','\x29','\x90','\x1f','\x9e','\x4c','\xf9','\xb6','\x4b','\x22','\xcc','\x5a','\x07','\xb9','\x96','\xf2','\xf9','\x23','\x77','\x38','\x34','\xe8','\x07','\x11','\xd5','\x19','\x8b','\x07','\xfa','\x1a','\x77','\x7e','\xf8','\x17','\x69','\x33','\xdb','\xf4','\x86','\x9f','\xe8','\xf6','\x54','\xde','\x3d','\x70','\x86','\x96','\xe1','\xad','\x84','\x73','\xf8','\x0c','\x22','\x23','\x4b','\x54','\xbf','\xce','\xe7','\x15','\xed','\xd8','\x85','\xb6','\xde','\x37','\xce','\xd5','\x90','\x5e','\x43','\x39','\xee','\x72','\x5f','\x08','\x73','\x17','\xff','\x28','\xf7','\xbd','\xb1','\xdc','\x55','\x4b','\xaf','\x95','\x54','\xd2','\xd8','\x9b','\xab','\xa5','\x17','\x93','\xac','\x49','\x4c','\x6f','\x0e','\xf0','\x34','\x12','\x1a','\x58','\xb8','\xb1','\x47','\x7a','\x75','\x8f','\x54','\xdf','\x23','\xab','\x7b','\x46','\xf7','\xef','\x79','\x3c','\xfc','\xf2','\xd7','\xd8','\x53','\x0d','\xf6','\x54','\x92','\x3d','\x9d','\x3c','\xf8','\xd4','\xcf','\x04','\x4f','\x8d','\xb1','\xa7','\x70','\x64','\x07','\x9f','\x4a','\x88','\xa7','\xc2','\x9e','\x9e','\x60','\x1f','\xdd','\xce','\x9b','\x3f','\x04','\xc0','\x8c','\xa8','\x1d','\xe0','\x01','\xf0','\x0c','\xa1','\x92','\xf0','\x33','\xa6','\x35','\x96','\xbd','\x5d','\x42','\xf8','\x8a','\x87','\xd9','\x86','\xc5','\xae','\xdf','\xd6','\x9b','\x16','\xeb','\x9a','\x7e','\xfd','\x16','\x7f','\xcc','\x11','\xcc','\x1c','\x68','\x16','\x2f','\x98','\xd8','\x37','\x71','\xd5','\x3c','\x62','\x74','\x34','\xeb','\xef','\xde','\xd7','\xcf','\x6f','\xe5','\x74','\x9a','\xd2','\x37','\x37','\xe9','\x9b','\x75','\xba','\x97','\x0e','\x85','\x9b','\x50','\x2a','\x9a','\xa7','\xf4','\x8b','\x75','\x5a','\xdf','\x1c','\xa2','\x9b','\x94','\x6e','\xb3','\xa2','\x6d','\xf7','\xfd','\x89','\xfb','\xe5','\x6e','\xf1','\x3e','\xd4','\x9b','\x22','\xac','\xbf','\x78','\x1b','\x15','\xaf','\xb4','\x3b','\x84','\x6a','\x5d','\xff','\x10','\xe2','\xaf','\xaa','\xe8','\xdf','\x38','\x25','\xba','\xbe','\x81','\x29','\x1e','\x48','\xe4','\x8b','\x20','\x6e','\x41','\x4f','\x98','\xb4','\x83','\x63','\x9c','\x62','\x74','\x9a','\xd1','\x19','\x1e','\xd4','\x0b','\x56','\x91','\xd6','\x8d','\xa1','\x55','\x37','\xbd','\x88','\xd3','\x24','\x01','\x0c','\xa7','\x48','\xee','\x8b','\xbf','\x22','\xc9','\xa4','\x4e','\x94','\x57','\x14','\x14','\x7f','\x27','\x10','\xaa','\x43','\x52','\x26','\x2f','\x40','\xd7','\x8c','\x6a','\xa2','\x1e','\x10','\x45','\x30','\xa8','\x6b','\xa2','\x2f','\x72','\x47','\xbd','\xa0','\x5b','\x35','\xb8','\xf3','\x69','\x7a','\x77','\x67','\x0d','\xda','\xcd','\xef','\x77','\x27','\xdf','\x17','\x88','\xc7','\x6d','\xc0','\x34','\x8b','\x3a','\x4c','\x1f','\x44','\xbb','\xce','\xe1','\x5d','\xfd','\xe7','\x7b','\xaf','\x51','\xbd','\x8d','\x9b','\xef','\xba','\x4d','\x01','\x32','\xf4','\xe2','\x02','\xb1','\x2c','\x45','\xb8','\xf1','\x9e','\x2a','\x68','\x02','\xfe','\xbb','\x3e','\x1c','\x35','\x16','\xcd','\x92','\xd0','\x74','\x33','\xf6','\xd4','\x32','\xe5','\xe7','\x7c','\x8d','\x91','\x45','\x4d','\x32','\x9e','\x89','\x69','\x4b','\x76','\xe8','\x1f','\x7e','\x8c','\x68','\x71','\x24','\xdd','\x40','\x7b','\xdc','\x9e','\xde','\xf1','\xb6','\x0e','\x54','\x1f','\x3f','\x36','\x1d','\xb8','\xe2','\x6f','\x53','\x87','\xc9','\x38','\xda','\x28','\x07','\x1c','\x16','\xa0','\xfc','\x5c','\x18','\x96','\x11','\x23','\x9a','\x98','\x12','\x11','\x77','\x5c','\x37','\x87','\x1f','\xf5','\x9f','\x46','\x7d','\x3d','\x42','\xfd','\x84','\x82','\xe2','\xe1','\x4e','\x2c','\x81','\x0d','\x9c','\x6d','\xac','\x82','\xf2','\x80','\x2b','\xe0','\x03','\x8d','\x55','\x28','\x5f','\x46','\x19','\x5f','\x4c','\xcd','\x5e','\xc9','\x53','\xda','\x82','\x8e','\xdd','\x08','\x9e','\x20','\x7a','\xd5','\x33','\x82','\x64','\x49','\x80','\x5f','\x08','\x1a','\x5d','\x8a','\x55','\xd4','\xd8','\x24','\x8a','\x2f','\x02','\x37','\x88','\x22','\xe8','\x25','\x19','\x76','\xb6','\x88','\x51','\x25','\x86','\x98','\x01','\xc0','\xfd','\x55','\x34','\x41','\xf7','\x8d','\xcf','\x1a','\x55','\xd3','\x80','\xd1','\x11','\x78','\x4f','\xf8','\x0e','\x5d','\x92','\x80','\x49','\x08','\x99','\x9a','\x96','\x2f','\x16','\xf3','\x8c','\xc5','\x35','\x2d','\xfe','\xc8','\x23','\x03','\x9f','\xff','\x82','\xe2','\xba','\xb4','\xd9','\xa4','\x9b','\x9b','\x7c','\x22','\x6c','\xa9','\x6a','\x55','\xd3','\xd8','\x23','\x07','\x58','\xb9','\x54','\xf8','\xf1','\xc7','\x87','\x1a','\x37','\xd3','\x78','\x51','\x15','\x7e','\x66','\x07','\x1f','\x0e','\x37','\xad','\xe6','\xf0','\x0d','\x58','\x21','\x79','\x75','\x22','\x1f','\x5e','\x8b','\xcf','\xc9','\x71','\x43','\x06','\x9e','\x1c','\x43','\x00','\x18','\x40','\x68','\x97','\x6c','\x99','\xa4','\x2a','\x06','\x91','\x15','\x6d','\x9f','\x9a','\x9d','\x3c','\x9b','\x28','\x8d','\x99','\xa2','\xae','\x9a','\xe0','\x4e','\x27','\x44','\xaf','\xf5','\xf2','\xc1','\x1f','\xcc','\xe6','\x2f','\x96','\x73','\xd4','\xcd','\xbf','\x39','\x7b','\xf0','\x57','\xc7','\x61','\x12','\xf7','\xbf','\x78','\xb1','\xdc','\x79','\x91','\xce','\x81','\x6a','\x92','\x20','\x5b','\x06','\x7d','\x68','\x08','\xd5','\xf9','\x2d','\x3d','\xb4','\xf7','\x57','\x4f','\xa4','\x2f','\xd6','\xd3','\x5f','\x3c','\xc1','\x07','\xfc','\x86','\xde','\xf9','\x94','\x75','\xe1','\xa9','\xaa','\x98','\x6c','\x7c','\x01','\x3b','\xd6','\x8f','\x7f','\x56','\x08','\xc0','\x98','\xf9','\x87','\x73','\x13','\xa8','\x8c','\xe9','\xe9','\xd0','\x9f','\xed','\x02','\x12','\xf8','\xeb','\xdc','\xfd','\x9d','\x45','\x66','\x19','\x59','\x82','\x4a','\xc8','\x54','\x1d','\x13','\x14','\xc9','\x41','\x90','\x06','\x76','\x5f','\x24','\x70','\x3b','\x48','\xd5','\x24','\xb7','\x18','\x36','\x18','\x24','\xa7','\x90','\x10','\xea','\x52','\xb8','\x77','\x9e','\x81','\x89','\xa2','\xa8','\xec','\x1b','\xaa','\xfe','\xcc','\xe5','\x17','\x67','\x36','\x5e','\x7c','\xec','\xab','\x2f','\x4e','\xcc','\x7e','\x0f','\x93','\x02','\xa1','\x05','\x45','\x2d','\x50','\x56','\xf8','\xd4','\x01','\x7d','\xac','\x94','\xfb','\xf8','\x63','\xf6','\xce','\x4d','\xe4','\x2c','\xf6','\xc5','\xa7','\x77','\xab','\x05','\x88','\x7b','\x44','\x9c','\x3d','\x47','\x48','\xa4','\x33','\xa0','\x02','\x85','\x73','\x02','\xbe','\x8a','\x13','\x55','\xba','\xa3','\xfb','\x6b','\x97','\x9f','\xd0','\x63','\x77','\xbc','\x93','\xd1','\xf1','\x9e','\x76','\x98','\x75','\xe2','\xe5','\xa8','\x13','\x61','\x47','\x1b','\xfe','\x4f','\x7a','\x8a','\x02','\xfe','\x4a','\xb8','\xe5','\xcd','\x23','\xcf','\xe8','\x71','\x61','\x77','\xfd','\x43','\x45','\xfb','\xc9','\x4a','\x01','\x3f','\xe5','\x95','\x5d','\x75','\x3d','\xfe','\xd3','\x2b','\xed','\x45','\x02','\x13','\x20','\x36','\x61','\xf3','\x1b','\x4d','\x94','\xa0','\x6d','\x71','\x97','\xa9','\x70','\x7f','\xd9','\x82','\x3c','\xde','\xec','\xdd','\x5f','\x66','\x2b','\xb1','\xe5','\x05','\x48','\x30','\x9f','\xf3','\x6f','\x18','\x57','\x71','\x0c','\xf0','\x25','\xe1','\x87','\x51','\xae','\xba','\x24','\x64','\x76','\xbd','\x92','\x90','\x0d','\x32','\x4d','\xc1','\x28','\x6e','\x7a','\x3d','\xb3','\x5b','\x62','\x80','\xbc','\xed','\xfb','\x22','\x82','\x7d','\xc6','\xb1','\x93','\x0a','\x4d','\x05','\xe7','\x29','\xce','\xab','\x24','\x7e','\x80','\xc4','\x27','\x29','\x59','\xa8','\x2b','\xd2','\x8a','\x58','\x8d','\x81','\xd2','\x73','\x0b','\x79','\xd5','\x6e','\xd3','\x04','\xc8','\x6a','\x32','\xe0','\xaf','\x8a','\xd6','\xc3','\x8e','\x94','\x3c','\x3f','\x4f','\x40','\x2f','\xbf','\xe3','\x7a','\x45','\x19','\x9e','\xdc','\xaa','\x07','\x9e','\xe7','\x45','\x37','\xf7','\xc9','\xef','\xe6','\x16','\x56','\xc0','\xc9','\x5c','\x38','\x3b','\xf5','\x6f','\xcf','\x7e','\xe9','\xed','\xc5','\x0b','\x52','\xa8','\xa0','\x00','\x25','\x34','\x04','\x55','\xd2','\x68','\x0b','\x04','\x47','\x0c','\xce','\x55','\x0f','\x95','\x6a','\x41','\xba','\xb5','\x53','\xa5','\x15','\xce','\x0c','\x18','\x5a','\x97','\xe9','\xba','\xdc','\x9a','\x09','\xd1','\xbf','\x3c','\x83','\xf8','\x66','\x0a','\x0d','\x39','\x24','\x53','\x9d','\x07','\x07','\xe9','\x14','\x34','\x9c','\xc7','\x2a','\xe1','\x64','\x05','\xed','\x37','\xb9','\x91','\xb8','\x65','\x0b','\xfe','\x76','\x6e','\x64','\x7e','\x66','\xfe','\xd8','\x49','\x74','\xcc','\x42','\xc7','\xc6','\x4b','\xf3','\xe3','\xf6','\xb1','\xa2','\x75','\xec','\x41','\xeb','\xd8','\x67','\xad','\xf9','\xe7','\x2c','\xf4','\xc6','\xbc','\x9c','\xb0','\xf8','\x02','\x2a','\x1a','\x62','\x8d','\x3f','\xab','\xdb','\xef','\xfb','\x33','\x4d','\x0a','\x76','\xbd','\xdd','\x1b','\xd8','\x4d','\x34','\xd3','\xc4','\x33','\xd7','\xc3','\x99','\xed','\x01','\xb6','\xf9','\x59','\xff','\xff','\x5a','\xe6','\x3f','\x1a','\x43','\xbf','\x90','\x44','\x33','\x04','\x99','\x90','\xaf','\x53','\x62','\x68','\x7b','\x89','\xb6','\x70','\xf6','\xc7','\xe1','\xde','\xb8','\x33','\x48','\x8c','\xdc','\x92','\x39','\xb2','\xcc','\x8e','\x3a','\xcc','\xe9','\xdc','\x26','\x77','\xbd','\x77','\xb6','\x4b','\x69','\x09','\xc0','\xbb','\x42','\x9e','\x2e','\x6c','\x83','\x77','\x54','\x9a','\x99','\xb6','\x7f','\x1c','\x5a','\x33','\xd3','\x91','\xd9','\xef','\x76','\x06','\xd6','\xc9','\x20','\x1a','\xe3','\xf8','\x34','\x9e','\x99','\x0e','\xff','\x56','\x0c','\xb8','\x25','\x02','\x1c','\x8f','\x71','\xeb','\xdf','\x07','\xb3','\x1d','\x11','\x55','\x62','\x66','\x14','\x53','\x90','\xd7','\xee','\xdc','\xc8','\x44','\x8f','\x17','\x74','\x83','\x9a','\x20','\xdc','\x01','\x61','\x22','\xa1','\xd0','\x3b','\x8a','\x05','\xc7','\x02','\xc4','\xd4','\xdb','\xfb','\x29','\x40','\x95','\xe2','\x27','\x2f','\xfe','\x28','\x3a','\x48','\xe2','\x62','\xab','\x73','\xb4','\xfe','\x7b','\x59','\x47','\x28','\xd7','\x12','\x12','\x36','\x6c','\x1b','\x2a','\x83','\x22','\x44','\x4d','\xbf','\x45','\xda','\x17','\x2d','\xe9','\x02','\x4c','\xf9','\x94','\x83','\x3e','\xd8','\xdd','\xdc','\xa9','\x76','\x8d','\x4a','\xfc','\xa4','\x45','\x85','\xc8','\x6e','\xdc','\x3d','\x49','\x90','\xed','\xa2','\x0a','\x89','\x8c','\x3b','\xa2','\xc3','\x20','\x96','\x3a','\xe0','\x54','\x92','\xa8','\x92','\x41','\x95','\xd9','\xde','\xaf','\x90','\x0d','\x8f','\x31','\x53','\xc8','\x6a','\xc3','\xe5','\x49','\x81','\xac','\x76','\x42','\xf4','\xb9','\xe0','\x29','\xa8','\xa3','\x61','\xa9','\x0e','\x01','\x7b','\xae','\x1e','\x7e','\x54','\xd7','\x16','\xea','\xea','\xdb','\x75','\x50','\x0e','\xfd','\x46','\x5d','\xba','\xaf','\x1e','\x7e','\x58','\xc7','\x12','\xc5','\x72','\x1d','\x4f','\xd7','\xed','\xbf','\xf9','\x01','\xc6','\x3f','\xc0','\xf1','\x3f','\x87','\x0a','\xbe','\x82','\xb1','\x9a','\xc0','\xa6','\xcc','\xcf','\xb3','\x58','\xee','\xba','\x33','\x9a','\xde','\x49','\x65','\x2f','\xce','\x4c','\x8f','\xc8','\xe2','\xee','\x7a','\x7f','\xf1','\x22','\x6a','\x01','\x9b','\x2e','\x37','\x15','\x24','\x45','\x03','\x15','\xe5','\xbf','\x85','\xf2','\xff','\xd4','\xc9','\xbf','\x48','\xf2','\x2f','\x06','\xf9','\x07','\xbd','\xe9','\x4f','\x79','\x56','\xd5','\x7b','\xf6','\x46','\x63','\xe6','\x52','\xf8','\x9f','\x99','\xb7','\x31','\x72','\x99','\x8c','\x5c','\x7e','\x78','\x4a','\x7d','\x78','\x52','\xd5','\xce','\xd2','\xa3','\xf1','\xd4','\x59','\x81','\xab','\xdc','\xdd','\xa7','\x00','\xce','\xcf','\x29','\xf0','\x0c','\xf9','\x0d','\x71','\xd4','\x41','\x86','\x89','\x16','\x57','\x20','\x10','\x73','\xa8','\xda','\x57','\x29','\xbb','\x9b','\x7b','\xc3','\x2f','\x49','\x5b','\x0f','\x00','\xa5','\x1c','\xeb','\xa7','\x28','\x8c','\xf0','\xc9','\xa2','\x7b','\xab','\x03','\x4d','\xe7','\x93','\x44','\x85','\x38','\x7a','\x4f','\x8d','\xed','\x11','\xa9','\xb6','\xfe','\xfe','\x53','\xd5','\x00','\xde','\x78','\x2c','\x82','\x33','\x40','\x88','\xd8','\xbe','\x03','\x0a','\x6a','\x24','\xcf','\xcd','\xf6','\x81','\x8b','\x91','\x5f','\xcc','\x64','\x6b','\x0f','\x59','\xa7','\xee','\x35','\xea','\x36','\x58','\xb3','\xb1','\xd5','\x6c','\x56','\x9b','\x1b','\xac','\x79','\x83','\x11','\x8f','\x91','\xc6','\xe3','\xa2','\xef','\x66','\x07','\x9e','\x3f','\x81','\x50','\xca','\x3b','\x3b','\xc4','\xa6','\x0b','\x99','\x7c','\x25','\xf9','\x0b','\xe7','\x71','\x3c','\xe9','\xc4','\x61','\x53','\x2f','\x2a','\x6b','\x97','\x86','\x64','\x4c','\x27','\x55','\x56','\x28','\x6e','\x15','\x3c','\xe0','\xe5','\x1b','\xf2','\x0a','\x37','\x0f','\xe7','\xd6','\x92','\x87','\xb2','\xd0','\x1f','\x14','\xf5','\x69','\x0a','\x64','\x77','\x48','\x0c','\xe4','\x56','\x51','\xd9','\x44','\xb3','\x26','\x9d','\xe5','\xbe','\x6b','\x03','\x91','\x1a','\xda','\x87','\xd1','\x7b','\x18','\xcd','\x62','\xfc','\x34','\x7f','\x43','\xa4','\x7a','\x0c','\x79','\x2c','\x80','\xd2','\x6a','\x66','\xd1','\xf0','\xb2','\x8b','\xc0','\x5d','\xc9','\x6f','\x4d','\x3a','\xf8','\x37','\x73','\x59','\xd9','\xa3','\x0f','\xc5','\xb2','\x1f','\x87','\xe9','\xb3','\x2c','\x5d','\x63','\x83','\xe7','\x58','\x6e','\x89','\xf1','\x9d','\xe4','\x89','\x70','\xab','\x26','\x96','\x4f','\x91','\x8f','\xda','\x3d','\x00','\x3f','\xf4','\x6d','\x88','\x77','\x8a','\x22','\x2e','\xb8','\xb3','\xaf','\xa4','\xdf','\xe7','\xdc','\x4d','\xc1','\xb4','\x3d','\x8b','\xf8','\x14','\xda','\x12','\x7d','\x88','\xa2','\xbf','\xe0','\x0e','\x9d','\x11','\x80','\xdd','\xc5','\xb0','\xfd','\x71','\xc8','\x6f','\x15','\xf5','\x45','\x85','\x54','\xd4','\xf8','\xa2','\x26','\xd2','\x74','\x44','\x2b','\xc4','\xf5','\x8f','\x31','\x2b','\xf4','\xec','\x08','\x2b','\x10','\xfd','\x43','\x20','\x15','\xe6','\xfb','\x05','\x40','\x07','\x2b','\xb0','\x82','\xe5','\x89','\x33','\xb5','\x6c','\x2e','\x9d','\xd3','\x92','\x50','\xa8','\x08','\x06','\x9a','\x34','\xfd','\xdb','\x2c','\xfd','\xb2','\x09','\x7d','\x01','\x8b','\xd5','\x2f','\xba','\xd9','\x8b','\xaf','\xd5','\xa0','\x29','\x00','\xd8','\xbf','\x2f','\xa7','\xcf','\x2f','\xa7','\xbf','\x59','\xa7','\xe9','\x0b','\x80','\xbc','\x95','\x1c','\x88','\x2f','\x0c','\x51','\x27','\xea','\x06','\x8a','\x20','\x22','\x62','\xfb','\xc5','\x0a','\xe1','\x76','\xa2','\x42','\xea','\xe2','\x29','\x14','\x74','\x22','\x72','\x80','\xf2','\x0d','\x5a','\x6e','\x52','\xee','\xdc','\x34','\x7f','\x86','\x36','\x1f','\x82','\x72','\xf1','\x85','\x36','\x4d','\x6c','\x09','\xdc','\x0e','\x79','\x5c','\x1e','\x2e','\x14','\x8a','\x85','\x8f','\xbd','\x82','\x8c','\x0a','\x72','\x0c','\xec','\x71','\x39','\x5c','\x0b','\xe7','\xa4','\xc0','\xe8','\x27','\xe4','\xb9','\x77','\xeb','\x44','\x97','\x9f','\xdf','\xe9','\x67','\xfd','\x92','\xfe','\xad','\x13','\x25','\x57','\xed','\x70','\x6b','\x9b','\x32','\x1e','\xc3','\x66','\xa7','\x70','\x4f','\xc0','\x43','\x0f','\x88','\xd4','\x7b','\x01','\xa1','\xb7','\xb7','\x75','\xdb','\x77','\xc9','\x44','\xaa','\xf4','\x3c','\x05','\x39','\x87','\x31','\x03','\x1a','\x51','\x41','\xad','\xdb','\xa4','\x56','\x31','\x5d','\xcb','\x0e','\x67','\x80','\x16','\xee','\x31','\x60','\x3e','\xe4','\x33','\xc7','\x33','\xdf','\x74','\x8c','\x04','\x72','\xc8','\x16','\xaa','\x1e','\xe6','\x1b','\x45','\xf7','\xf3','\xf4','\x51','\x90','\xa9','\xa0','\xa7','\x16','\x5f','\x37','\xe2','\x7c','\xd6','\xaf','\x52','\x58','\x82','\xb8','\x2f','\x6c','\xf3','\x48','\xcd','\xe0','\xb3','\x38','\x2d','\x2d','\xd3','\xa3','\xe7','\x4e','\xe4','\x16','\x4f','\xfc','\xc2','\xe2','\xe6','\x6f','\x2d','\x6d','\xfe','\x85','\x9b','\xfd','\x0b','\x3f','\xe5','\xb4','\xbb','\xfa','\x68','\x0d','\x45','\x17','\x7c','\x7a','\x3c','\x8e','\x4f','\xb4','\x27','\x84','\x72','\xf7','\x9e','\x44','\x5b','\x75','\x50','\x78','\x03','\xcf','\xbd','\x15','\x82','\x9e','\x26','\xc5','\xe5','\xf4','\xad','\xf9','\xf4','\xd8','\xe9','\x8b','\x63','\xb3','\x6f','\x8e','\x95','\xdf','\xbc','\xd5','\xd5','\xd3','\x1c','\x26','\x3d','\x7e','\xc5','\x68','\x76','\x45','\xdd','\x2b','\x99','\x33','\xa2','\xa3','\xaa','\xa7','\x06','\x8b','\x7a','\x4d','\x55','\x3f','\x81','\x72','\x47','\x15','\x7a','\x7f','\xd1','\x64','\x9e','\xf2','\xe2','\x6f','\x3b','\xca','\xaa','\x03','\x22','\x23','\x7d','\x50','\x50','\x4f','\xbc','\x33','\xf2','\xbb','\x1a','\xbd','\xc4','\xc5','\x36','\xe1','\xc0','\x3c','\x9c','\xff','\x38','\x2a','\xf2','\xcd','\x68','\xcc','\x64','\xd0','\x91','\x23','\xfa','\x71','\xf4','\xd6','\x84','\x28','\x63','\x89','\xf1','\xbb','\x8c','\x4d','\x33','\x56','\x01','\x0b','\x6f','\xb2','\xdf','\x6c','\xb1','\x49','\x93','\xc9','\xdb','\xa0','\x75','\x78','\xcf','\xea','\xdb','\xfc','\x46','\x33','\xfb','\x75','\x66','\x45','\x5f','\x3f','\x0b','\xff','\xeb','\xab','\xa4','\x90','\x22','\x95','\xb1','\x81','\x4b','\x5b','\xb0','\x1b','\xc8','\xc8','\x97','\xc9','\x5c','\x18','\x94','\xef','\xa1','\x5b','\x31','\x27','\x02','\xcf','\x84','\x84','\x70','\x6f','\xcb','\xf8','\x50','\xf4','\x0b','\xc8','\x42','\x07','\xea','\x17','\x32','\xe1','\x27','\x74','\xcf','\x37','\xe8','\x9e','\x97','\xe9','\x53','\x0b','\xea','\x6f','\x7a','\x2b','\x5f','\x5e','\xb9','\xfc','\xe5','\x7a','\xeb','\xa9','\xba','\xf1','\xc5','\x7a','\xeb','\x65','\xe7','\xf2','\x20','\xf7','\x82','\x16','\xe9','\x48','\x57','\x57','\x08','\x2a','\xae','\x71','\x8a','\x17','\x29','\x9e','\x82','\xde','\x43','\xee','\x1c','\xab','\x14','\x68','\xc6','\xbf','\xf4','\x2e','\x5d','\x94','\xa9','\x2c','\xd5','\xe5','\x5c','\xdd','\x6e','\xef','\x95','\x51','\x96','\xc7','\xd0','\xa3','\x47','\x37','\x1f','\x1f','\x13','\xdc','\xbd','\x22','\xcb','\x3e','\x49','\x81','\xb6','\x5f','\x94','\x4f','\x29','\xaa','\x1a','\xd0','\xde','\x6a','\xb5','\x00','\x1d','\x39','\x25','\xca','\x01','\x56','\xd7','\x03','\xaf','\xa2','\x48','\x4b','\x22','\xe1','\x98','\xe9','\xb0','\xf5','\x76','\x8f','\x4c','\x0b','\x42','\x60','\xa4','\x1c','\x53','\xd5','\xa3','\x84','\xad','\xd6','\x5a','\xab','\xe7','\xbd','\xd5','\xc5','\xce','\x3e','\x18','\x19','\x14','\xd1','\x3a','\xc2','\xd3','\xd2','\x02','\xa4','\xb9','\x64','\xf1','\x7a','\x42','\x72','\x92','\xab','\xce','\xc3','\x53','\xce','\xd8','\x14','\x54','\x46','\xf1','\x0e','\xab','\x45','\x7d','\x13','\x3d','\x5e','\x3e','\x1e','\x0b','\x3f','\x85','\xbc','\xdc','\xc6','\x46','\xfa','\xa5','\xf5','\x21','\xd2','\x88','\x91','\xb5','\xb8','\xbb','\xa6','\x6c','\xac','\x85','\x9b','\xde','\xfc','\x8d','\x8d','\x92','\xf6','\x06','\x4e','\x34','\x9f','\x90','\x5e','\xfd','\x9a','\x47','\x2d','\x93','\x59','\xa6','\x59','\xe2','\x4e','\xac','\xe4','\xd4','\x64','\x91','\x15','\x67','\xa2','\xea','\x65','\x6a','\x40','\xd9','\x52','\xa9','\x02','\x8f','\xa2','\x79','\xc7','\xb7','\x83','\xa4','\xa2','\x80','\xd0','\x8b','\x1e','\xa2','\x9c','\xc3','\x56','\x45','\x03','\xd1','\xb6','\x89','\xa7','\x44','\x4d','\xce','\x47','\xc4','\x4b','\xbf','\xcc','\x57','\x21','\x12','\x1e','\x13','\xd0','\x95','\xf9','\x90','\x1c','\x23','\xf3','\x30','\x70','\xd1','\xb1','\x32','\x39','\x36','\x3b','\x7f','\x6c','\x56','\x0a','\x66','\xd1','\x2d','\x52','\x4a','\x12','\xfb','\x7e','\x62','\xed','\x25','\xd6','\x83','\xc4','\xda','\x4f','\x2c','\xfe','\xb6','\xdf','\x9d','\xb3','\x08','\xdd','\x85','\xcb','\x45','\x77','\xb4','\x58','\xee','\xca','\xc0','\x90','\xbb','\x0a','\xfe','\x52','\xe1','\x64','\xf2','\x8f','\x25','\x70','\x8c','\x40','\x9b','\x6a','\x31','\x64','\x1d','\x04','\x14','\x16','\x0c','\x00','\x43','\x18','\x9c','\xdc','\xe2','\x8f','\x82','\x51','\x15','\x91','\x5f','\x5a','\x26','\x7f','\xfe','\x24','\xf9','\xce','\xec','\x40','\xc1','\xe2','\x91','\x71','\x3f','\xaf','\xc8','\x76','\xfd','\x62','\x0f','\xb7','\x5a','\xf9','\x52','\x68','\xd7','\x71','\x79','\x25','\x5e','\x5e','\x51','\xca','\xe7','\x51','\xb9','\x46','\xca','\xb5','\xe1','\x72','\xad','\x58','\xae','\x99','\xf6','\x79','\x07','\x5a','\xc5','\x31','\x1a','\xc0','\xb0','\xaf','\xf1','\x4b','\x91','\xb2','\x62','\xbe','\x25','\x57','\x4f','\x02','\x0f','\x03','\xec','\xf0','\x79','\xd8','\x1d','\x04','\x82','\x88','\xd0','\x35','\x85','\xae','\x51','\xba','\xa6','\xd2','\x35','\x8d','\xfe','\x57','\xbe','\x4d','\xa8','\xf2','\x1a','\x95','\xd7','\x08','\x06','\xc3','\x71','\x21','\xe4','\xa7','\xc0','\x3b','\xb1','\xba','\x76','\x44','\x5b','\x23','\xde','\x1a','\x4a','\x88','\x1a','\x53','\x3c','\xd3','\x4a','\x74','\x79','\x65','\x07','\xa0','\xc1','\xc4','\x8b','\x18','\x9b','\x8b','\x14','\x36','\x6e','\x91','\xff','\x41','\x94','\xc7','\xfd','\xd0','\x06','\xcb','\x3a','\x66','\x6f','\x6d','\x8f','\xbb','\x4f','\x7b','\x7a','\x40','\x7d','\xd2','\x1e','\xb0','\xc6','\xf2','\xf5','\x76','\x3f','\x22','\x47','\x1d','\xe2','\xb4','\x08','\xaa','\x0a','\xa5','\xaf','\xa8','\x92','\xb1','\x9d','\xa0','\x89','\xd2','\xfa','\x55','\x94','\x10','\x71','\x2e','\x4c','\x45','\x26','\x70','\xfe','\x6c','\x97','\xc1','\x92','\xa5','\x32','\x08','\x3e','\x14','\x61','\x71','\x88','\x89','\x92','\x11','\xe9','\x81','\xe4','\xf1','\x85','\x94','\xa2','\x33','\x2a','\xd2','\x35','\xc4','\x5d','\x9a','\x78','\x3f','\xaf','\xf5','\x40','\x1d','\x87','\x6f','\x85','\x44','\x8d','\xb2','\x14','\x78','\xf8','\x49','\xbc','\xaf','\x86','\x33','\x6b','\xf8','\xf0','\x5a','\x6d','\x5c','\x02','\x9b','\x45','\xb8','\x8c','\xb0','\xdb','\xe3','\x24','\xe8','\x40','\x23','\x20','\x8a','\xec','\xe2','\xc7','\x84','\xb9','\x78','\xfc','\xfd','\x70','\x7c','\x03','\x3f','\x5a','\xc7','\x5f','\x55','\xf1','\xec','\x41','\x5c','\x1e','\xc5','\xcd','\xa3','\xb5','\xa6','\xd4','\x80','\xea','\x33','\x18','\xbf','\xd6','\x20','\x3f','\x4a','\x3d','\xa2','\xb6','\x20','\x29','\xa1','\xf1','\x93','\x87','\xda','\x0e','\x7c','\xc1','\x33','\x28','\xeb','\xeb','\xbe','\x16','\x57','\x59','\x4c','\x31','\xf7','\x2b','\x6e','\x2f','\xf8','\x8a','\x2a','\x9e','\x7a','\x2b','\x13','\xf1','\xfd','\xea','\xef','\x87','\x30','\x98','\xa1','\xfa','\x4d','\xca','\xa4','\x3a','\x5b','\xa8','\xf3','\xa7','\xe1','\x0a','\x3d','\xc3','\xda','\x06','\x3f','\x4e','\x1a','\x85','\x9f','\x78','\xf7','\x49','\x8e','\xb0','\xda','\x2f','\xe6','\x42','\xfb','\x63','\xfc','\x6c','\x1e','\x3f','\x3b','\x81','\x9f','\xfd','\x05','\xfc','\x6c','\xb1','\x76','\x7a','\xab','\x71','\x6a','\xcb','\xaa','\x32','\x71','\x77','\xc2','\x82','\x8a','\x05','\x7d','\x45','\x32','\xe2','\x99','\xb1','\xb7','\x32','\x26','\x6b','\xf3','\xf5','\x15','\xf2','\x5b','\x3f','\xc2','\x41','\x2a','\xc4','\x65','\x5c','\x9a','\xc5','\x63','\x4d','\x3c','\xe1','\xe2','\xc7','\x08','\xc6','\xe3','\x7c','\xe6','\x07','\x82','\xff','\xc9','\x49','\x11','\x27','\xd9','\x34','\x86','\x67','\x0d','\x80','\x9b','\x12','\x6d','\x8c','\x44','\xdd','\x52','\x14','\xd3','\x0c','\x56','\x53','\x98','\xbb','\x15','\x1e','\x06','\xc0','\x4c','\xca','\x1f','\xe0','\x3b','\x50','\x93','\x2a','\xb3','\x94','\x3e','\xdf','\x1e','\x84','\x0e','\x12','\x5a','\x26','\xd4','\x4d','\xb5','\xc9','\x1a','\x0a','\xdf','\x81','\x0a','\xe6','\x40','\xfc','\x95','\x81','\x3f','\x7b','\xf8','\x9b','\x2f','\x8f','\x7d','\x7e','\x7a','\xec','\xab','\xf1','\xd2','\xac','\x52','\x23','\x39','\x9c','\x3a','\x9b','\x0c','\xe2','\xa4','\x4a','\xe7','\x0c','\xee','\x41','\xdc','\xb1','\x9f','\xc2','\x96','\x1a','\x4d','\x8d','\xed','\xd6','\x9b','\xa8','\x9c','\x0e','\xd3','\xa3','\xb3','\x74','\xec','\x5c','\x34','\xb8','\xed','\xf2','\xc7','\x2a','\x4e','\x9c','\xaf','\x3d','\xd0','\x1c','\x19','\x0a','\x4e','\x2d','\xa0','\xd5','\xa2','\xf6','\x47','\x7c','\xa1','\x56','\x65','\x89','\x8d','\x1a','\x97','\x1f','\x67','\xad','\x02','\x35','\x0a','\xa4','\x55','\x21','\x2b','\x93','\x52','\x7d','\x51','\xce','\x66','\x71','\x12','\x1c','\x4d','\x8f','\x84','\xef','\x07','\x3d','\x99','\x47','\xed','\x2a','\xd1','\xd7','\x7c','\xb8','\x5e','\x51','\x93','\x4f','\xa5','\xc3','\xb2','\x78','\xca','\xaa','\x11','\xb3','\x11','\x37','\x4b','\x92','\xf9','\x70','\xcc','\x1c','\xe3','\xe3','\x33','\x27','\x6b','\xec','\x66','\x92','\xbf','\x3f','\xe1','\xcd','\x41','\xe0','\xb3','\x8b','\xa7','\xb4','\x78','\x47','\x27','\xd1','\xce','\x65','\x50','\xb8','\xe2','\xa2','\xe4','\x5d','\x83','\x92','\xf7','\x36','\x0f','\x8c','\x23','\x62','\x62','\x26','\x6e','\x17','\x88','\xd7','\xee','\xda','\x9e','\x7c','\x67','\x39','\xe6','\x8e','\xb8','\x80','\x22','\xf8','\x3b','\x8f','\xd0','\xb7','\x02','\xba','\x4e','\xb8','\x65','\xf9','\xe3','\x55','\x6e','\x14','\x8c','\xaf','\x21','\xab','\x6a','\x76','\x75','\x85','\x7a','\x97','\xa9','\xd7','\xa2','\x9e','\x21','\x1e','\x2f','\xf3','\x57','\xfc','\x55','\x5a','\xbd','\x9a','\x35','\x22','\xf1','\x0b','\x0f','\xe2','\x38','\x55','\xf4','\xf5','\x6f','\xc7','\x29','\xd2','\x46','\x37','\xf0','\xdb','\x2e','\x67','\xc4','\x45','\x06','\x00','\xbe','\x3b','\x04','\x4d','\x3b','\xe3','\x43','\xa1','\xcb','\x09','\xdf','\x4a','\xde','\xe2','\x21','\x67','\xb6','\x7d','\x07','\x0c','\xe0','\xce','\xcf','\xff','\x13','\xf3','\xbd','\x50','\xf5','\xab','\x47','\x8a','\x49','\x62','\x01','\x11','\x4e','\x1e','\xed','\x0f','\xe2','\x7e','\x20','\xdc','\xcb','\x8b','\x3c','\xfc','\x71','\x64','\x58','\xf1','\xb8','\xf3','\x5a','\xa4','\xe0','\x23','\x25','\x7b','\xfd','\xb9','\x7c','\x9d','\x97','\x5e','\x76','\xc2','\xff','\x2d','\x92','\x0c','\x77','\x69','\x36','\x48','\xbf','\xec','\x64','\x5f','\x76','\x72','\xbf','\x07','\x25','\xb9','\x11','\x60','\xc8','\x0c','\xff','\x69','\xe2','\xf2','\xef','\x24','\x2e','\x27','\x07','\x2e','\xe3','\x81','\xe5','\x78','\x7a','\x99','\xa4','\xeb','\x4a','\xce','\x55','\xa7','\x2e','\x68','\xab','\xb5','\x49','\x49','\x80','\x21','\xf9','\x17','\x17','\x79','\xf5','\xda','\x24','\x2a','\x4f','\xe2','\x47','\xf8','\x72','\xec','\xe1','\x43','\x4e','\xfc','\xcb','\x4e','\xd5','\x15','\xe4','\x2d','\xc3','\xc8','\x7a','\x38','\x0c','\x1f','\x16','\xbc','\xb2','\x63','\x9a','\x59','\xa2','\x66','\x2d','\x22','\xb5','\xe9','\x3a','\x63','\x90','\x95','\x90','\xf9','\x82','\x26','\x1c','\xda','\x51','\x24','\x3f','\x8e','\xc2','\xef','\x21','\x5a','\x00','\xaa','\x2e','\xda','\x15','\x00','\x0a','\x7b','\x74','\x28','\x29','\x83','\x3e','\x60','\xd0','\x21','\x2d','\x3d','\x04','\xb2','\x8f','\xed','\x02','\xad','\x56','\x32','\xc6','\x5a','\x4a','\x5a','\x4c','\x62','\xe8','\x36','\x07','\xa7','\x8d','\x4f','\xc5','\xd4','\xaa','\xef','\xeb','\x7d','\x92','\x01','\xa0','\x4e','\xe5','\x80','\xbf','\x94','\x73','\x87','\x73','\xee','\x3e','\xdd','\xef','\x50','\xb5','\xe7','\x80','\xad','\x5d','\xb0','\x28','\xb8','\xae','\xdd','\x63','\xd8','\xa8','\x45','\x69','\xea','\x51','\x3e','\xf1','\x16','\xfc','\x82','\xee','\x08','\xa2','\xe0','\x1a','\x90','\x9e','\x49','\x8e','\xce','\xc7','\xba','\x5f','\xc8','\xb9','\x60','\x62','\xa0','\xf7','\xc6','\xf0','\x36','\xb7','\x60','\x07','\x85','\x0e','\xa5','\x70','\x8d','\xc7','\x65','\xb5','\x1e','\x08','\x6d','\x10','\xd9','\x7f','\x49','\xf0','\x20','\x1f','\x10','\x9c','\xe5','\x83','\x72','\xf8','\xc1','\x38','\x1e','\x2c','\xe2','\x41','\x8a','\xb3','\x99','\xb1','\x97','\x3f','\xf5','\xd8','\x5f','\x4e','\x4c','\x0c','\x8e','\x4d','\x0c','\x8e','\x4e','\xd8','\x93','\x13','\x87','\x16','\x27','\x46','\xd0','\x67','\x24','\x68','\x4a','\x9d','\x0c','\x43','\x43','\xf4','\x71','\x68','\xa2','\x19','\x21','\x2a','\x3a','\x23','\x61','\x8e','\xdb','\x34','\xc3','\x20','\xdf','\x6c','\x72','\x8b','\x73','\xdb','\x68','\x92','\x4d','\x5f','\xb9','\x31','\x47','\x81','\x40','\x1d','\x94','\x65','\xb6','\x42','\xbf','\x2a','\x06','\x91','\x15','\x41','\x32','\x86','\x87','\xb1','\x8e','\x8c','\x5a','\x91','\xca','\x73','\x87','\x07','\x40','\x64','\x35','\x15','\xe3','\xa7','\xf0','\x26','\xed','\x1a','\x83','\x62','\x86','\x28','\xa3','\x90','\x45','\x48','\xec','\x43','\xa9','\x65','\x31','\x4e','\xff','\xd5','\x99','\x0e','\xbe','\xee','\x5f','\x9d','\xa9','\xf3','\xab','\x16','\x35','\x50','\xf0','\x19','\x77','\x4e','\x74','\xde','\xad','\x97','\x76','\xda','\xbf','\xa0','\xeb','\x65','\xb8','\xcf','\x53','\x3e','\x8f','\xdf','\x91','\x51','\x55','\x18','\x60','\xb0','\x47','\x29','\x3f','\x81','\x1d','\xbe','\x65','\x7e','\xbb','\x79','\x68','\xe3','\x3a','\xf7','\x12','\x91','\x27','\xf1','\xf9','\xb6','\x28','\x0a','\x92','\xb3','\x62','\x71','\xf8','\x2a','\x42','\xd7','\x3c','\x79','\x21','\x48','\xa2','\xb9','\x6a','\x84','\xd7','\x52','\xc9','\xd1','\x4b','\x81','\xbd','\x09','\x7d','\x1e','\x77','\xb1','\x4b','\xfe','\x54','\xcd','\xe4','\x66','\xf3','\xc7','\x97','\x78','\x64','\x2f','\x3c','\x18','\x1a','\x89','\x38','\x4f','\x23','\x13','\x04','\xcc','\x65','\x74','\xa4','\x4b','\x4a','\xd3','\x93','\x20','\x14','\x4b','\x8d','\xd7','\xe1','\xa8','\x11','\x83','\x2a','\xf2','\x2c','\xd1','\x24','\x0e','\xce','\xaa','\xac','\x99','\x32','\x85','\x29','\xcd','\x9d','\x76','\x91','\x96','\x34','\x3d','\x91','\xc7','\x16','\x7b','\x72','\x40','\xec','\x1b','\x24','\x9e','\x21','\xa3','\x74','\x20','\xcd','\xc2','\x25','\x8d','\x18','\x25','\x68','\x6f','\xf4','\x30','\xf1','\xe2','\x70','\x32','\xf5','\xb6','\xaf','\xb0','\x39','\x85','\x95','\x23','\xad','\x87','\xd8','\x0e','\xfc','\xc6','\x9c','\xd0','\xc5','\xcb','\x64','\x92','\x80','\xd9','\x49','\x13','\x00','\x60','\x53','\x90','\xf6','\x06','\x28','\x60','\x08','\x2e','\xc7','\xe1','\x45','\xf2','\xd9','\xd0','\xfd','\xec','\x5a','\xb9','\xb8','\x36','\x7b','\x66','\x6d','\xf6','\x44','\x48','\x4e','\xc4','\x49','\xfd','\x3c','\xa1','\x25','\x42','\x67','\x84','\xed','\x71','\x87','\x02','\x92','\x6e','\xcd','\xa5','\x41','\xe1','\x84','\xbb','\x09','\x01','\xd1','\x97','\x94','\x58','\xf2','\x5b','\x83','\x6e','\xc5','\xad','\x17','\xe2','\xea','\x84','\x3a','\x16','\xcf','\x86','\x7b','\xb8','\xaf','\xb1','\x12','\x0f','\x3d','\x36','\xf7','\x56','\xbb','\xbc','\xce','\x48','\x1c','\x3e','\xcf','\x7c','\xcc','\x3c','\x7d','\xd6','\x9b','\x5d','\x75','\xca','\x6b','\x5e','\x19','\x57','\x5d','\xa2','\x43','\xfc','\x05','\x78','\x3c','\x98','\x27','\x5a','\xaf','\xed','\x8b','\x62','\x8f','\xc6','\xaf','\x5f','\xec','\x90','\xed','\xa4','\xa2','\x01','\xea','\xac','\xfc','\xf7','\x48','\x95','\x03','\xaf','\xec','\x0e','\x7e','\xb6','\x62','\xd4','\xc7','\xdb','\xb5','\x53','\x5d','\x9b','\xc5','\xe6','\x71','\x6c','\x36','\xb0','\x09','\xfd','\x83','\xb5','\x29','\xe9','\xf6','\x34','\xba','\x35','\x8b','\xac','\x7e','\x7e','\x36','\x91','\xac','\x23','\x87','\x3a','\xf8','\x81','\x9e','\xd1','\x8e','\x6a','\x2a','\x00','\x09','\x58','\x6e','\xc1','\x14','\xe6','\x15','\x1c','\xe7','\x73','\x0b','\xde','\x07','\x0b','\xe6','\xd4','\x62','\xf5','\x68','\xad','\x28','\xb9','\x59','\xa9','\x9e','\x94','\x5a','\x20','\x20','\xb9','\x1d','\x2f','\x67','\x04','\x48','\x2a','\xed','\xa6','\xc3','\x66','\x17','\x23','\xd6','\x1c','\x0a','\xdf','\xeb','\x40','\xd4','\x16','\x09','\xe5','\x17','\x42','\x60','\x35','\x7b','\x42','\x4e','\xdc','\xcf','\x34','\xa1','\xa3','\x55','\xd4','\x73','\x7f','\x52','\x5d','\xef','\xae','\x05','\x08','\xa3','\xbf','\xfa','\x00','\xeb','\xb3','\x58','\xe7','\x3b','\xfd','\xef','\x92','\x2b','\x78','\xa4','\x6b','\xd1','\x76','\x93','\x7d','\x3f','\xec','\xd2','\xaa','\x6c','\xd1','\xa9','\x16','\xb7','\xec','\xdb','\xa6','\x2c','\x99','\xa3','\xb2','\xf9','\xf8','\xa2','\x59','\xa8','\x98','\x85','\xfc','\x74','\x65','\x62','\x7a','\x32','\x3e','\xbd','\x48','\x2a','\x59','\x6a','\x63','\xf3','\x48','\x02','\x25','\x71','\x72','\x37','\x98','\x73','\xec','\x9b','\x64','\xac','\xec','\x8e','\x95','\x9b','\xd6','\xec','\x7b','\xd6','\xec','\x6c','\x83','\x5b','\xdf','\x6f','\xa3','\x1f','\x45','\xc0','\xbe','\x54','\xc2','\x5d','\x3b','\x58','\x6e','\x14','\x05','\x25','\x61','\x4e','\x63','\xee','\xf2','\xa6','\x37','\x59','\xfa','\xdf','\xb0','\xf4','\xef','\x9b','\x87','\xae','\x0a','\xe2','\x85','\x45','\xef','\x8b','\xb5','\x33','\x17','\xeb','\xd9','\xf4','\xdb','\x7c','\x11','\x70','\x40','\x5b','\xad','\x5e','\x4d','\x3b','\x2d','\x10','\x5c','\xab','\xa5','\xd2','\xf5','\x4c','\xc4','\xd5','\x08','\x58','\x56','\x1e','\x34','\x79','\xad','\x44','\xcb','\x9b','\x47','\xeb','\x38','\x7e','\x0d','\xcf','\x34','\xc2','\xbf','\x5d','\xc7','\x64','\x23','\x45','\xbc','\xe4','\xea','\xe5','\xe1','\xa9','\xcb','\x0f','\x57','\xd4','\x31','\x99','\x36','\x30','\xfc','\x37','\x58','\x34','\xa1','\xf0','\xcd','\x76','\xf0','\x1c','\xf8','\x09','\xb9','\x5a','\x69','\xaa','\xcf','\x4f','\xe8','\x8b','\x97','\x21','\x64','\x1e','\x70','\xcd','\xb0','\xc9','\xe0','\xe2','\xb1','\x14','\x31','\x2d','\x08','\x99','\x11','\x4a','\x09','\xee','\x90','\x39','\x8d','\x96','\xef','\x26','\xf2','\x38','\x27','\xca','\xb5','\x6a','\x31','\x41','\x72','\x0d','\x9c','\xab','\x61','\xc1','\x6c','\xe8','\x08','\xba','\x79','\xf6','\x0b','\x7f','\xc0','\xfe','\xe3','\x1f','\xc4','\xff','\xe3','\x1f','\x71','\xbb','\xef','\x3f','\xbe','\xb2','\xe7','\xb5','\x1a','\x37','\xda','\x61','\x45','\xac','\x6d','\x09','\x56','\x7a','\x36','\x25','\xcc','\xc0','\x45','\x07','\x0f','\x21','\xc1','\x8f','\x9d','\xda','\x4a','\x05','\x3b','\xf7','\xf1','\xbf','\x8b','\x92','\x3c','\x3c','\xf4','\xb0','\x09','\x1a','\x66','\x32','\xbe','\x1e','\x46','\xe9','\x2f','\x8a','\xae','\xf9','\x00','\x98','\xa9','\x89','\x1e','\xe5','\x08','\x9f','\x2c','\x6d','\x99','\xfc','\x9e','\x59','\xf5','\x12','\x6f','\x3b','\xf3','\x9d','\xa0','\xf5','\x1c','\xde','\x73','\x1e','\xff','\x59','\x2d','\xfc','\x3f','\x5c','\x9c','\x5e','\xc2','\xe9','\xe5','\x64','\xce','\x49','\xe5','\x9c','\xe4','\x9a','\x31','\x5c','\x31','\x1e','\xae','\x18','\x13','\x31','\x6d','\x0c','\x6b','\x25','\xcc','\x6a','\x71','\x41','\xf4','\xa1','\x6c','\xfb','\xab','\xf1','\x38','\x4a','\x08','\x8c','\x78','\x1c','\xd3','\xa7','\x52','\x7e','\x0e','\x72','\x62','\x74','\xe8','\x41','\x16','\x1b','\x31','\xe3','\x8e','\x07','\x7a','\x0a','\x37','\xcd','\x79','\xab','\x58','\x22','\x59','\x9c','\xc3','\x4f','\x20','\xef','\x6b','\x9e','\xc9','\x83','\x5c','\x7e','\x6b','\x95','\x30','\x2a','\x49','\x5e','\x0d','\xd2','\xfb','\x45','\x0c','\xeb','\x06','\x5f','\xca','\xce','\x91','\x6c','\xa0','\xa0','\x73','\xdf','\x42','\xe7','\x2a','\x57','\xc2','\x02','\x3a','\x37','\x81','\xce','\xc5','\xb3','\xfe','\xfd','\xc8','\x19','\x2c','\x9e','\x07','\xfd','\x82','\x3f','\xfa','\xa3','\x72','\xfe','\x0f','\xb8','\xcb','\xfc','\x05','\x3d','\xf8','\x7a','\xae','\x76','\xfa','\xb5','\xc6','\xe9','\xd7','\xff','\xa0','\xbc','\xff','\x8f','\xca','\x07','\x5e','\x71','\x4f','\xbd','\x02','\x0a','\x5e','\x0e','\xec','\xf6','\xe1','\x8f','\x43','\xd0','\xaf','\x9b','\xc6','\x99','\x29','\x20','\x4f','\x40','\xe6','\xc3','\x12','\xf7','\x2c','\x4f','\x36','\xe6','\x2a','\x98','\xc5','\xb0','\xa6','\xed','\x16','\xc8','\xb8','\x7b','\x6f','\xd7','\x1d','\x6f','\xbb','\x0b','\x03','\x7f','\xef','\xcd','\x3d','\x2f','\x74','\x26','\x62','\x92','\x84','\x9a','\x1a','\x89','\xf0','\xfc','\x6a','\x27','\x32','\x8b','\x6b','\xdd','\x1c','\x91','\x26','\x3a','\x31','\x3b','\xfe','\x89','\xe8','\xd0','\x8c','\xbc','\x94','\xcc','\x76','\x9f','\x66','\x44','\x4a','\x40','\xa9','\xa9','\xf2','\xe0','\x5f','\x6e','\x79','\x7c','\x57','\xda','\xe5','\xcf','\xff','\x9e','\xb3','\xfd','\xf1','\x76','\xc6','\xdd','\x90','\xdc','\x6e','\x3a','\xa8','\xe9','\x49','\xee','\x32','\x37','\x39','\xf5','\x77','\x78','\xe0','\xb7','\x09','\x91','\xf9','\x2f','\xbc','\x44','\x10','\x7d','\x2f','\x95','\x89','\x26','\xdc','\x35','\xda','\xb5','\xbd','\x50','\xe4','\x05','\x2a','\x39','\x05','\x67','\x92','\xa4','\x98','\xa1','\x7f','\x5b','\x2c','\x1c','\x34','\xbd','\xbc','\x13','\x2b','\x20','\xf9','\x35','\x27','\xc1','\xbc','\x24','\xab','\x66','\x98','\xce','\xd8','\xb0','\x07','\xb1','\x23','\xf4','\x09','\xe2','\xfd','\x71','\xfb','\xc3','\x40','\x3d','\x8b','\x94','\x35','\x7f','\x8f','\x1a','\x0f','\x3f','\xf6','\xa1','\x09','\x7d','\xcd','\xd7','\x8e','\xf1','\xc7','\xb6','\x76','\x2c','\xa6','\xaf','\x7d','\xac','\x1d','\x93','\x47','\x57','\x83','\x91','\x57','\xbb','\x13','\xf5','\x5d','\x2a','\x5f','\x35','\x33','\xab','\x4e','\xcb','\xe3','\x73','\x58','\x97','\x5b','\x49','\xed','\x9c','\x5a','\xbc','\x46','\x73','\x58','\xd3','\x7f','\x1c','\x4e','\x11','\xcd','\x7e','\xdf','\xff','\xbd','\x4f','\x69','\xfa','\x0f','\xfd','\x91','\xb8','\xc6','\x97','\x35','\x4d','\x34','\x02','\x20','\x14','\x8b','\x9c','\xed','\xa8','\xf7','\xaa','\xf7','\xd8','\x7f','\x09','\x26','\x33','\x55','\xbb','\x6e','\x56','\xe8','\x4c','\x25','\x6d','\x55','\xc2','\x5b','\x15','\xbe','\xd1','\xce','\x5b','\x95','\xc9','\xb0','\x72','\xcc','\xb4','\x8f','\x99','\xe4','\xd8','\x09','\x72','\xec','\x99','\xd9','\xf9','\x67','\x9e','\xa6','\xcf','\x94','\xb9','\xbd','\xfa','\x4c','\xf9','\x07','\xcf','\x94','\xff','\xeb','\x33','\xe5','\x37','\x7f','\xf9','\x0b','\xf5','\xff','\xa5','\x5c','\xff','\xd6','\x47','\xf4','\x5f','\x57','\x7f','\x33','\x6b','\xe4','\x93','\x89','\x38','\x81','\x9a','\x91','\x45','\xc2','\xdb','\xd0','\xdd','\x3e','\xf6','\x84','\xaf','\xb7','\xd0','\x98','\x81','\xc7','\xbe','\x14','\x8e','\x95','\x88','\xde','\x80','\x57','\xf8','\xa0','\x37','\x86','\x36','\x61','\x78','\x73','\x0a','\xd8','\x7d','\x8f','\x6c','\x77','\xc0','\x23','\x83','\x18','\x76','\x00','\xd4','\x38','\x51','\xbe','\xf7','\xf9','\xf7','\xb6','\x0b','\x30','\xcf','\xbf','\xc7','\xb7','\xf1','\x80','\xef','\xe4','\x27','\x9b','\x64','\xa6','\x0c','\x76','\xbc','\x4c','\xae','\x35','\x89','\x43','\x06','\x10','\x90','\x50','\xf7','\xe7','\x37','\xee','\xc2','\xa7','\x24','\x18','\x9e','\xd5','\x86','\xb8','\x82','\xd0','\x18','\x45','\x81','\x96','\xec','\x7c','\x7b','\x48','\x6e','\x67','\x76','\xca','\x05','\xee','\x90','\x0e','\xac','\xc8','\xe1','\xdf','\xe4','\xef','\x8f','\xed','\x8f','\xec','\x97','\x8e','\xed','\xb7','\xdf','\xd9','\xff','\xdc','\xd5','\xfd','\xcf','\xfd','\x39','\xb7','\x7f','\xcf','\xed','\x2b','\x3f','\xf8','\xf7','\xd5','\x1f','\xfc','\x7b','\x93','\xdb','\xd5','\xfd','\xdc','\x6c','\xfe','\xd8','\xd8','\x6f','\xae','\x0b','\x6b','\xee','\xb7','\x37','\xf6','\x9b','\xea','\x7e','\x53','\x8b','\xc5','\xe2','\x28','\xa2','\x2e','\xc4','\x0a','\xcc','\xbd','\x8c','\x82','\x0e','\x2b','\x88','\x3b','\x4e','\x20','\xaf','\xa8','\xa0','\x54','\x67','\x20','\xb0','\xd0','\x68','\x1b','\x58','\x22','\xbd','\xc9','\x43','\x09','\x1e','\x20','\x54','\x79','\x20','\xd2','\x82','\x05','\x1a','\x75','\xfa','\x5c','\xf6','\xd4','\xee','\x4f','\x85','\xf7','\x93','\xd2','\x2f','\x95','\x4b','\xf6','\x7b','\xa5','\xe7','\xae','\x07','\xcf','\x35','\x4b','\x91','\x7d','\xe5','\x7a','\x50','\xf5','\x4c','\x73','\xfd','\x94','\x79','\x6d','\xd6','\x6c','\x9c','\xb2','\x1b','\xcf','\x99','\x0d','\xdb','\x6c','\x7c','\xd9','\x5c','\x37','\xcd','\xe6','\xb4','\xbd','\x51','\x31','\x55','\xdb','\x34','\x8f','\xfc','\xff','\xdd','\xc7','\xd1','\x31','\x98','\xfc','\xb8','\x7b','\x04','\xa1','\x4d','\x96','\x16','\x9a','\x9b','\x7d','\x7d','\x1c','\xc0','\x45','\x05','\x7d','\x13','\x77','\xef','\xe3','\xc0','\x91','\x6e','\xd1','\x6e','\x7c','\xb8','\xd1','\x6d','\xdf','\x8b','\x2a','\x4d','\x41','\x31','\xdb','\xa0','\xea','\x6e','\x51','\xce','\x1d','\x10','\x56','\x1e','\x6b','\x79','\x72','\x70','\x8f','\xa6','\x80','\x9f','\x16','\xbb','\xdd','\x61','\x71','\x4d','\x4d','\xa8','\x19','\x20','\x9d','\x83','\xdd','\xc8','\x3c','\x80','\x8c','\x27','\x90','\x5b','\x0b','\x3b','\x8a','\xc3','\x91','\xc4','\x58','\xf1','\x45','\x72','\xa2','\x12','\xd4','\x7b','\xc8','\x3c','\x6e','\xff','\x2b','\xa2','\xff','\x1f','\x20','\x4d','\x4a','\x2f','\x7a','\x69','\x14','\xee','\xe5','\xfe','\x2a','\xd4','\x19','\x1d','\x91','\x8c','\x8b','\x1a','\x17','\x7a','\xfc','\x5a','\x5a','\x82','\x44','\x78','\x15','\x13','\x1f','\x37','\xc3','\x5b','\x1e','\xe6','\xbb','\x82','\xcc','\xf7','\x14','\x7e','\xfc','\xb3','\x04','\x5f','\xa5','\xe4','\x1d','\x95','\xfe','\xba','\xc6','\x74','\xc3','\xcb','\x02','\xff','\x06','\x02','\x99','\x42','\x88','\xa1','\x66','\xc4','\x27','\x24','\xc2','\x01','\x9e','\xa5','\xa8','\xa9','\x49','\x2e','\x40','\x52','\xb8','\x3b','\x5b','\xed','\x9b','\x39','\xfd','\xfc','\x3f','\x11','\x3b','\x62','\xc4','\x0f','\xb0','\x83','\xff','\x70','\x87','\x2e','\x15','\xce','\xf3','\xa5','\xec','\xa7','\xe8','\x52','\x75','\x2e','\x2b','\x7f','\x5d','\x15','\xf9','\x43','\xd8','\x04','\x0f','\x39','\x28','\x57','\x47','\x39','\xdf','\xc9','\x81','\xfc','\x70','\x1e','\xac','\x96','\xe0','\x87','\x02','\x0a','\x31','\xa2','\xb0','\x61','\x01','\xba','\x32','\x18','\x14','\x02','\x51','\x35','\x6e','\x00','\x55','\x16','\xcb','\xe4','\x5a','\xc9','\x22','\x9f','\xd7','\x0e','\x56','\xb4','\xd6','\xb9','\xe2','\x46','\x89','\xad','\x5b','\x5a','\xc3','\x34','\xf8','\xd5','\x05','\xc9','\x80','\x69','\x3d','\x9c','\x66','\x00','\x48','\xe0','\x8f','\x30','\xf8','\x80','\x3b','\x91','\x97','\xc3','\x4f','\x2e','\xf3','\x47','\x63','\x4a','\xb5','\x3f','\x54','\x81','\xfc','\x67','\x5a','\x31','\x2d','\x62','\xbf','\x9b','\x32','\x01','\x4f','\x88','\x15','\x35','\x9e','\xdc','\x07','\x5c','\xb8','\x0a','\x3b','\xb7','\xac','\x35','\x67','\x8c','\x8d','\xc7','\x54','\x65','\x22','\xf3','\x20','\x19','\x0a','\xef','\xa7','\xc0','\x63','\x13','\xae','\xb0','\xb9','\xef','\xad','\x94','\x5f','\x9c','\x20','\xdf','\xd3','\xcb','\x05','\x36','\x5f','\x60','\xa7','\xb9','\x7d','\x8f','\x7d','\xfe','\x7b','\xac','\x9c','\x5f','\x71','\xf3','\x55','\x92','\xd7','\xc9','\xc1','\x64','\xc7','\x4f','\xf0','\x77','\x4c','\x98','\xfe','\x54','\xed','\x5d','\x91','\x72','\x77','\xf2','\x00','\xf7','\xe9','\xd1','\x37','\x14','\x20','\x96','\x81','\x33','\x36','\xb2','\xb0','\xac','\xaf','\x0a','\x50','\x71','\xf6','\x36','\x7e','\x1a','\xdb','\x3f','\x42','\x38','\x56','\xc4','\x8b','\x2b','\xa5','\x9b','\x6c','\x6c','\x8d','\x4d','\x2c','\xb2','\xc7','\x64','\x86','\xad','\x7c','\xa2','\x96','\x0f','\x48','\xa1','\x4a','\x75','\xc3','\x1c','\x8e','\x18','\xb6','\xe5','\x2e','\x13','\xbb','\xfc','\x77','\x22','\x77','\x14','\xa3','\xb2','\x44','\xe5','\x34','\x0d','\x3f','\xe1','\x83','\x15','\x19','\xad','\x40','\x06','\x49','\x6b','\x15','\x98','\x51','\xa0','\xad','\x51','\x7a','\xb9','\x92','\x5e','\x99','\x94','\xe9','\x62','\x2c','\x23','\xc7','\x53','\x59','\x05','\xfa','\xc4','\x3b','\xcd','\xc2','\x11','\x52','\x4e','\x66','\x43','\xe1','\x4a','\x87','\x6a','\x46','\x63','\xb4','\xc2','\xa8','\xbd','\x42','\xd7','\x18','\x3d','\xcb','\xd2','\x25','\xb6','\xf7','\x00','\xa3','\xe3','\x79','\xaa','\xe4','\x99','\xfa','\x20','\xd3','\xf6','\x32','\x63','\xaf','\xe6','\xdc','\x5f','\x41','\x49','\x03','\x25','\xe0','\xb3','\xec','\xc8','\x6b','\x91','\x19','\xa4','\x9e','\x14','\xd8','\x0b','\x0c','\xb1','\x39','\x22','\xfb','\x49','\x46','\x0f','\x32','\x8c','\x1c','\x66','\x64','\x9c','\x91','\x32','\x23','\x2e','\xb8','\x76','\x7d','\x1a','\xa4','\xdd','\xa7','\x2a','\x74','\xf5','\x60','\x9c','\x0b','\x31','\x2b','\xa1','\x7c','\x09','\xe9','\x25','\x87','\x95','\x4c','\x56','\xca','\x73','\x2b','\x94','\x12','\x61','\x33','\x0e','\x6c','\x10','\xe3','\x7b','\x0e','\x8e','\xa7','\xff','\xe6','\x91','\xf4','\xf7','\x8a','\xb9','\xef','\xa9','\x1f','\x14','\x8a','\x2f','\xb2','\x47','\xf2','\xec','\xd4','\x41','\x56','\x66','\xec','\xc2','\xa1','\x0f','\x30','\xb5','\x80','\x5a','\x8f','\x74','\x21','\xbe','\x80','\xef','\xdd','\x24','\xdb','\xf8','\x5e','\x61','\x24','\xeb','\x27','\x91','\xb9','\xef','\x9c','\x39','\x7e','\xcd','\x6c','\x36','\x44','\xfd','\x38','\xd2','\xa1','\x53','\x76','\xe8','\xd0','\x81','\x9e','\xd4','\x88','\x43','\x46','\x40','\x4f','\x6a','\xd9','\x23','\x33','\x37','\xd4','\xc7','\x32','\xb1','\x89','\x21','\x1e','\xc8','\x99','\xf7','\xab','\xe6','\x60','\xbe','\x14','\x7e','\x2f','\x9c','\xfb','\x1e','\x2e','\xbf','\x88','\xc9','\x8b','\xb8','\xfc','\x3d','\x3c','\x5f','\x08','\x4e','\x17','\xf0','\xe9','\xef','\xc1','\xb8','\x5c','\xc0','\x6e','\x81','\x5f','\x31','\xcc','\x4d','\xdc','\x80','\x3d','\xe4','\xe4','\xde','\x9d','\xc8','\x49','\x47','\xa2','\x5e','\xe6','\xcd','\x97','\xe8','\x17','\x09','\xdd','\x4b','\x20','\x66','\x29','\x0a','\xb1','\xb8','\x5f','\x23','\xf4','\x4d','\x77','\xb0','\xde','\x2c','\xd0','\xf7','\xc6','\xe9','\xac','\x41','\x61','\xbd','\x80','\x7a','\x4a','\xce','\x09','\x3f','\xe2','\x61','\x45','\x3d','\x7b','\xdd','\x57','\x8f','\xd6','\xb9','\x65','\xff','\x14','\xf2','\x4a','\xf6','\x07','\xdf','\x46','\x95','\x1f','\xc4','\xce','\xfe','\x79','\xf8','\x6e','\xf2','\x45','\x25','\x31','\xc9','\x64','\xee','\x48','\xe3','\x7b','\xf0','\x51','\x77','\xea','\x32','\x77','\x39','\x14','\xe4','\xa7','\xec','\xb7','\xbf','\x8d','\xd6','\xbe','\x0d','\x87','\xba','\xf5','\xc6','\x8b','\x71','\x3c','\xa9','\x24','\x52','\xaa','\x1c','\xf5','\x72','\xef','\xaa','\xef','\x44','\xeb','\x6a','\x06','\xe0','\xe2','\xbb','\x7f','\xfa','\x48','\xf5','\xc1','\xee','\xda','\x1f','\xdd','\xeb','\xdb','\x52','\x32','\x28','\x49','\x49','\x26','\x7d','\x84','\xa6','\x1d','\x46','\x1d','\x1e','\x93','\x7f','\x23','\x74','\x84','\x2c','\x02','\xa6','\xd4','\xa6','\x75','\x5a','\xfc','\x3b','\x5a','\x7c','\x93','\x9e','\x78','\x93','\xd6','\x2f','\xd6','\xe9','\xc5','\x3a','\x60','\xdb','\xd2','\xf5','\xbd','\x3b','\xfe','\x43','\x98','\xc6','\x48','\xbe','\x6c','\xc8','\x2a','\xe3','\x3b','\x0b','\x5c','\x6c','\x28','\xe8','\x4b','\x5d','\x5a','\x48','\x34','\xaa','\x91','\xc7','\xd5','\xa0','\x40','\x49','\x81','\x90','\x51','\xee','\x45','\x60','\xa0','\x1f','\x59','\xc4','\x03','\xdd','\x3d','\xab','\xdf','\x4f','\xe8','\xf2','\x00','\x1b','\x7c','\x5f','\x26','\x2a','\x1d','\xe0','\x17','\xc5','\x27','\xf4','\x72','\xab','\x58','\xf4','\x8a','\xcc','\x3b','\x71','\x2a','\xa8','\xbf','\x31','\x3f','\x04','\xfe','\x01','\x03','\xe0','\xe8','\x29','\x93','\x6e','\x78','\xe9','\xdf','\x72','\xf6','\xde','\xa1','\x97','\x8d','\x44','\x7e','\x5e','\xc1','\x9a','\x12','\xa7','\x8a','\x42','\x9e','\xb2','\x6f','\x3f','\x75','\x04','\x3f','\xf5','\x48','\xf5','\xa9','\xa4','\xf9','\x14','\x31','\x9f','\xa2','\xf3','\x4f','\x1d','\x3c','\xf2','\xd4','\x35','\xf4','\x94','\xf0','\xf6','\x9f','\xa2','\xec','\xa9','\x83','\xe6','\x53','\x57','\x3d','\x5b','\x76','\x8e','\x62','\xcf','\x00','\xc9','\x48','\x1d','\x99','\xc3','\x20','\x07','\xd4','\x49','\x35','\x8b','\x4b','\xc9','\x22','\xfc','\x91','\x48','\x71','\x5c','\x45','\x08','\xc4','\xa6','\x3b','\x10','\xb5','\x98','\xa8','\x9c','\x0e','\x2c','\x7c','\x3f','\xbd','\x70','\x29','\xb7','\xf0','\xd2','\x6a','\x58','\xeb','\x25','\xab','\x23','\x99','\x78','\xbe','\x13','\x94','\xe4','\xc0','\xb6','\x15','\x2b','\x9e','\xb4','\x26','\x89','\x95','\xab','\x5b','\xe9','\xe5','\xf9','\xfa','\x18','\xf7','\x9b','\x4f','\x3a','\xf8','\xe4','\xe5','\xa2','\x35','\xc1','\xac','\x23','\x07','\xe7','\x4f','\x06','\xd6','\x2f','\x32','\xeb','\x9b','\xec','\xe4','\xe7','\x99','\x75','\x28','\x6f','\x65','\xc3','\x79','\xc6','\x2c','\x81','\xf9','\x43','\x02','\xba','\x85','\x3a','\x7c','\x29','\x1a','\x89','\x53','\x22','\xda','\x07','\xd0','\x11','\x1c','\x7b','\xa4','\x3a','\xf9','\x92','\x39','\x4a','\xcc','\x51','\x3a','\x5f','\x38','\x78','\x24','\xff','\x04','\xca','\x63','\x1a','\x4b','\xf9','\x71','\x42','\xef','\xab','\xb3','\xe0','\xa0','\x59','\x9d','\xf6','\x8c','\xc5','\x6d','\x5e','\x62','\xa1','\x9b','\x73','\x06','\xe9','\xbe','\xde','\xd6','\xe2','\x6a','\x51','\x56','\xd8','\x88','\xab','\x8d','\xb8','\x25','\x3b','\x0c','\x67','\x10','\xb9','\x86','\xaa','\x0d','\x66','\xa6','\xb6','\x66','\x88','\x1e','\xd0','\x59','\xf3','\xe0','\xac','\x69','\x35','\xcd','\x5a','\xd3','\x94','\x5c','\x4b','\xd6','\xc3','\x28','\x09','\xd9','\x49','\xdd','\x20','\xd3','\xb8','\x8a','\xec','\x9b','\xce','\xb4','\xac','\x4e','\xc7','\x94','\xe9','\x38','\xb1','\xaf','\xdc','\x9e','\x1e','\xc6','\xd3','\x9f','\x62','\xd3','\x09','\x66','\xd7','\xd8','\x34','\xd1','\xa7','\xf7','\x66','\xa7','\x47','\x1d','\x7b','\x8d','\x9a','\x93','\xbe','\x54','\xa2','\xbf','\x72','\x9c','\xfe','\xca','\x2f','\xb1','\x7f','\xf6','\x4f','\xcc','\x1b','\xab','\x9e','\xb7','\x56','\x95','\x6a','\x7a','\xca','\x1d','\xe6','\xab','\xac','\xc0','\x9d','\xf2','\x19','\xd8','\xa2','\x45','\x0f','\xb4','\x53','\xa6','\x08','\x14','\xd1','\xde','\x76','\xa4','\x29','\x27','\x36','\xe5','\xa0','\xa9','\x7a','\xdc','\xf6','\xe3','\x53','\x8e','\x22','\xc2','\x79','\x36','\x55','\xdf','\xb2','\xfd','\xea','\x94','\xe0','\x19','\x04','\xab','\x15','\x23','\xd2','\x54','\x93','\x9f','\x9e','\x4c','\xe2','\x68','\x90','\xb4','\x1d','\xc1','\x04','\xd6','\x62','\xa6','\x37','\x63','\x36','\xce','\xdb','\x61','\x52','\x88','\x1d','\xd3','\x53','\xcd','\xe2','\xf3','\xc1','\x89','\x59','\x52','\x9f','\x25','\xf4','\x79','\x9f','\x36','\x49','\xc7','\x2e','\xf8','\x69','\x97','\xa4','\x05','\xeb','\x09','\x4d','\xf9','\x7c','\x95','\xea','\xd5','\xad','\x22','\x86','\x99','\xa8','\xfa','\xc3','\x7f','\xfb','\x50','\x00','\x53','\x78','\x92','\x90','\xc5','\xa8','\x79','\xd7','\xef','\x76','\xdb','\x6f','\x3f','\xed','\xea','\xf9','\x0a','\xbc','\x5f','\x12','\x65','\xc8','\x48','\x40','\x74','\x87','\xdf','\x6c','\x03','\x2b','\x2d','\x20','\x16','\x66','\x0d','\x02','\x0a','\x77','\xde','\x30','\xf3','\xf6','\x1d','\x6c','\xee','\xfb','\x4f','\xc1','\xe7','\xfe','\x88','\x8c','\x4f','\x90','\xf1','\xc7','\xfc','\x59','\x8b','\x94','\x2d','\xe2','\x5a','\x84','\x3c','\xe1','\x03','\x2f','\x4b','\x8d','\x0c','\x74','\x5b','\x49','\x01','\xd8','\x7d','\x0d','\x85','\xb7','\xa2','\xe8','\x17','\x73','\xc7','\x34','\x5d','\xc7','\xd9','\x65','\x9c','\xfb','\x9f','\x6e','\xe5','\x9a','\x56','\xce','\xb5','\x7e','\xce','\xb5','\x9e','\xbd','\x70','\xeb','\x09','\x62','\x2d','\x12','\x2b','\x46','\x2c','\x9c','\xba','\x15','\x07','\x26','\x7b','\xac','\xa0','\xa4','\xca','\x9d','\x1b','\x94','\x89','\xea','\x4d','\x3b','\xf0','\x36','\xfc','\x47','\x63','\x8e','\x0e','\x75','\x9f','\xbc','\xb0','\xb8','\xbe','\x05','\x7e','\x02','\x0f','\x63','\x01','\x02','\xc1','\x68','\xcc','\xe3','\x31','\xf8','\x87','\x61','\x58','\xdd','\x66','\x31','\x43','\x45','\x51','\xa8','\x56','\x35','\x87','\x08','\xf5','\xb4','\x5a','\x8e','\xf0','\x3b','\x37','\x3f','\xe5','\xe4','\xa7','\x96','\xe2','\xa1','\x1f','\x7f','\xdb','\xd9','\x33','\xb5','\xb4','\xd7','\xf6','\xb7','\xa6','\x1c','\x71','\x81','\x6a','\xcc','\x0e','\x8b','\x26','\xd0','\x52','\xdd','\xd5','\xdf','\x1b','\x21','\xb5','\x74','\x10','\x0e','\xb8','\x0d','\x6e','\x92','\x1f','\x48','\x6e','\x63','\xc1','\x6d','\x4c','\xb9','\x8d','\x9c','\x1f','\xfc','\x02','\x88','\xe6','\xe0','\xfb','\x2e','\xdd','\xda','\xb3','\x88','\xf7','\x40','\xbe','\x14','\xa7','\x2f','\xdd','\xca','\x2d','\xe2','\x0f','\x16','\xf1','\x0b','\x8b','\x38','\xc7','\xc7','\xb0','\x8e','\x72','\x7f','\xe7','\x48','\x1a','\xfa','\x73','\x85','\x0e','\xb8','\x8d','\xb2','\x9e','\x68','\x01','\x86','\x66','\x28','\xd1','\x11','\x19','\x75','\x45','\xd5','\x3a','\x0a','\xe0','\x60','\x7c','\x79','\x8c','\x74','\xc0','\xc3','\xf6','\x9d','\x3a','\xe0','\x5d','\x1d','\x43','\x57','\x91','\xfe','\xe4','\x5b','\x52','\xab','\x72','\xde','\x29','\x1c','\x72','\x26','\xa0','\x60','\xf1','\xd2','\x9e','\x7d','\xae','\x2a','\xe8','\x85','\xe7','\xde','\x74','\xcb','\x30','\x5d','\xdc','\x2f','\xa4','\xdd','\xaf','\x5f','\xf2','\x67','\xdf','\x74','\x67','\xdf','\x74','\xca','\xab','\x67','\xcb','\xd2','\x59','\x57','\x5a','\x24','\x82','\x17','\x1d','\x8d','\x28','\xc6','\xa1','\x37','\x98','\xe8','\x70','\x10','\x6d','\xf6','\x14','\x95','\x18','\x5a','\xd7','\xd0','\x92','\x21','\xa9','\x0e','\x59','\x32','\x82','\x75','\x8d','\x94','\x54','\xf1','\x2b','\x22','\xba','\x6e','\x6a','\x1d','\xdb','\xa9','\x37','\x81','\x34','\xc3','\xa0','\x55','\xa6','\xf0','\x3b','\xce','\x85','\x3a','\x6c','\xdc','\x41','\x76','\x1b','\x1d','\x5f','\x42','\x4f','\x2e','\xa1','\x6a','\x9b','\x18','\x4a','\x60','\xc3','\x23','\x50','\x16','\xa3','\x69','\xc0','\x3e','\x69','\x22','\xe8','\x56','\x4c','\x22','\xb5','\xf6','\x22','\x6f','\xfb','\x38','\x26','\xcc','\xbd','\xfb','\x51','\xe3','\xfe','\x6c','\x78','\x3f','\x42','\xbf','\x74','\x9c','\xd8','\x3f','\x0c','\x9e','\x6b','\x10','\xb0','\x6b','\xfe','\x73','\x1e','\xfa','\x8a','\x47','\x40','\x1f','\x0d','\x4e','\xc8','\x65','\x21','\x88','\xd6','\x30','\xc3','\xbb','\xe8','\xa3','\xf1','\x1b','\x82','\x3d','\x1f','\xe6','\x4d','\x33','\x6f','\x1a','\xf9','\x19','\x37','\x7f','\x32','\xc8','\x5b','\xa4','\x63','\x27','\xfd','\xbb','\x8e','\xf7','\x73','\x3b','\xe9','\x9b','\xd3','\xc8','\xa8','\x2c','\x1b','\x95','\xa4','\x83','\x41','\xa2','\x00','\xd2','\x09','\x71','\x46','\x13','\xc0','\x97','\x92','\xbd','\xb5','\x4d','\x84','\xa2','\x0a','\x8d','\xbf','\x9f','\xab','\x81','\xfd','\x62','\x2d','\xff','\x5b','\x38','\x2f','\xc7','\xf3','\x31','\xbe','\x91','\x2b','\xfa','\x7d','\x6c','\x98','\xef','\xc4','\x8a','\xc1','\xa3','\x7e','\xa4','\x0d','\x23','\x23','\x11','\x3a','\x28','\x48','\x74','\x11','\xa6','\xd0','\x63','\xf7','\x56','\x18','\xde','\xc4','\x68','\x0d','\x4b','\x8b','\x60','\xf2','\x28','\xc6','\x05','\x9c','\x9c','\xc4','\x3f','\x23','\xe3','\xb1','\x35','\xdc','\xa8','\x60','\xcc','\x0d','\x27','\x23','\x22','\x7d','\x1c','\x07','\x61','\x14','\xd1','\xd7','\xdf','\xc6','\x7c','\x31','\xe3','\x73','\xd1','\x3c','\x1c','\xfe','\xed','\x16','\x78','\x55','\x20','\x6a','\x03','\xed','\x44','\x20','\x6a','\x73','\x2d','\x64','\xe2','\x23','\x71','\xd3','\xa3','\x01','\x66','\x8c','\x74','\x4c','\x13','\x62','\xd7','\xfc','\xf6','\x31','\x4c','\xb6','\xe0','\xc0','\x3e','\xd1','\xe3','\xe7','\xef','\xd2','\xf2','\x9f','\x4a','\x85','\xff','\x8d','\xb0','\x4c','\x57','\xee','\xdc','\xeb','\x68','\x47','\x52','\x58','\xac','\x00','\xcb','\x11','\x6e','\x0d','\x21','\xf3','\x26','\xc8','\x66','\xb5','\x84','\xe3','\xdf','\x19','\xf0','\xb8','\xbb','\x64','\x07','\xf6','\x8c','\x6b','\xf5','\xcc','\xf6','\x2d','\xac','\x5a','\x38','\x33','\x6f','\xb7','\x2d','\xcc','\x2c','\x6c','\x9d','\x0c','\x43','\x4b','\x72','\x2c','\xee','\x76','\x65','\x7d','\x8b','\xd2','\xf9','\x33','\x74','\xea','\x52','\xdb','\xa4','\xdd','\xa0','\x39','\x0b','\xbd','\x21','\x2a','\x6c','\x16','\x8a','\xf8','\xd6','\x4d','\x98','\x39','\xe0','\xe3','\xb3','\x69','\x6c','\xe6','\x31','\xe8','\xc3','\x42','\x7c','\x01','\x8d','\xfa','\x54','\xc9','\xfa','\x50','\xf2','\xda','\x04','\x44','\xca','\x56','\xb6','\x5d','\xed','\xf5','\x67','\x64','\xdb','\x45','\xb1','\xc7','\xef','\xe6','\xeb','\x2e','\xb6','\xc4','\x2d','\xe4','\x01','\x6f','\x27','\x7f','\xa5','\x33','\xee','\x9a','\x2e','\x88','\x2c','\xc5','\xce','\x39','\x32','\xa8','\x4e','\xa9','\xee','\x31','\xd6','\x78','\x49','\xe4','\x7f','\x15','\xd9','\x49','\x0a','\xbd','\x2d','\x45','\x1e','\xff','\x96','\xee','\x57','\x16','\x69','\x41','\xa6','\x13','\x32','\x8b','\xcb','\xd6','\xfd','\x76','\x38','\xb8','\xe0','\x04','\x6b','\x68','\xae','\x41','\xca','\xa9','\x80','\x1c','\x26','\xe5','\x26','\x99','\x27','\xe4','\xf4','\x05','\x7f','\xb6','\x09','\xe3','\x32','\x21','\x6e','\xca','\x8f','\xd2','\xad','\xbb','\x78','\x38','\x85','\x3f','\xa3','\xa1','\x6a','\x11','\x4d','\x57','\x75','\x1e','\x97','\xf1','\x2d','\xc3','\xea','\x16','\x6b','\x3c','\xa8','\xfa','\x0d','\x23','\x76','\xab','\x0f','\xad','\xd7','\x43','\xee','\x09','\x3f','\xaa','\xc7','\x1d','\x3d','\x11','\xf6','\x73','\x47','\x0b','\xc8','\x47','\xb7','\x72','\x8a','\x7b','\xa9','\x9b','\xbb','\xf3','\x39','\xf4','\xe1','\xc3','\xd5','\x35','\x91','\xd3','\x38','\x46','\xb9','\x81','\x33','\x26','\xf4','\x43','\x21','\x5a','\xcc','\x39','\x68','\xa2','\x93','\xea','\xe7','\x57','\x39','\x7b','\xd7','\xeb','\xbe','\x13','\x67','\x0e','\x6d','\x6e','\xf2','\x12','\x92','\x93','\xe1','\x25','\x5f','\x94','\x30','\xf3','\xa2','\x13','\x0d','\x92','\xf8','\x36','\xdf','\x14','\xb2','\x01','\xb2','\xc0','\x99','\xb2','\xcf','\xfb','\x20','\x2b','\x27','\xcc','\x4e','\xc0','\x58','\x96','\x1d','\x7b','\x31','\x8e','\xe4','\x04','\x92','\xc7','\x40','\xd6','\x61','\x8d','\x88','\x3f','\x67','\xb2','\x2c','\x70','\xd4','\xa2','\x5e','\xce','\x3d','\x4b','\xdb','\x25','\xe8','\x67','\xba','\x07','\xa9','\x91','\x4a','\x62','\xf7','\x71','\x90','\xe4','\x69','\xab','\x8e','\xfe','\xb6','\xa8','\xa9','\x83','\xd5','\xd8','\x5b','\xa1','\xce','\x1f','\xfb','\xac','\xf3','\x74','\x0d','\x77','\xac','\x91','\x64','\xb7','\x89','\xee','\x12','\x5f','\xc9','\x54','\x55','\x6a','\x68','\x7c','\x69','\x65','\xc2','\x13','\x24','\xf8','\x42','\x00','\x9d','\x7c','\x79','\xa2','\xec','\x05','\x97','\x5b','\x9d','\xa2','\xfa','\x07','\x74','\x52','\xa2','\x8b','\x92','\x2a','\xe7','\x96','\xed','\x36','\x0f','\x9d','\x2e','\x8f','\xa2','\xd6','\xe3','\x86','\x51','\x80','\xfa','\xfb','\xe5','\xd1','\xf4','\x4a','\x25','\x4d','\x27','\x63','\x99','\xc5','\x6e','\xdc','\xb4','\x4d','\x06','\xdb','\x71','\xc6','\x7a','\xac','\xb0','\xd0','\xa1','\x13','\xd5','\xe9','\x22','\x78','\x39','\x16','\x0c','\x60','\xe4','\x6b','\xb0','\x73','\xa3','\x21','\xbe','\xf5','\xb5','\x90','\x59','\x94','\x9c','\x4c','\x12','\x25','\xb7','\xd0','\x1d','\x7a','\xf4','\x48','\xe8','\xc8','\x73','\xc7','\x46','\xf5','\x00','\x1a','\xba','\xbd','\x7d','\x80','\x23','\xdc','\xe3','\x81','\xed','\x92','\xc9','\x08','\xbe','\xe5','\x23','\x70','\x84','\xb8','\xa0','\x1a','\x4b','\x8a','\xbc','\x3a','\x25','\x06','\x23','\xe6','\x71','\xca','\xce','\xab','\x19','\x10','\xb1','\x9d','\xe4','\x7b','\x56','\x94','\x75','\xc1','\x17','\x7b','\xd4','\x19','\x93','\x1a','\x7d','\x91','\x02','\x66','\x72','\x2d','\xc9','\x77','\xb4','\xbd','\x32','\x8e','\x80','\x5f','\x9d','\x75','\x2c','\x86','\x41','\x2f','\xea','\x63','\x1c','\x05','\x2f','\xa2','\xcf','\x10','\x4f','\x00','\x19','\x08','\x96','\xf9','\xda','\x25','\x82','\x1a','\x98','\xd1','\x3f','\x42','\xa8','\xa1','\x2a','\x6b','\x44','\x59','\xc3','\xaa','\x37','\xc9','\xbc','\x49','\x48','\x31','\xf1','\x09','\x66','\x7b','\x00','\xa6','\x39','\x6e','\xee','\x9d','\x37','\x87','\x8e','\x9b','\x0f','\x1d','\x37','\xd9','\x71','\x73','\xff','\x71','\xcb','\x7e','\x22','\x7c','\x72','\xce','\x5a','\x3a','\x6e','\xed','\x39','\x6e','\x85','\xeb','\x96','\x72','\x1c','\xec','\xb7','\xe7','\xac','\xff','\xeb','\x71','\xeb','\xb9','\xe3','\x8d','\xd9','\xe3','\x8d','\x53','\xa5','\xc6','\xfd','\xff','\xb7','\x97','\x06','\x3e','\x70','\xdb','\x6b','\xc4','\xac','\xcd','\x19','\x94','\x8a','\x4e','\x22','\x60','\x1f','\xe5','\x36','\x4d','\x0c','\x8b','\x98','\x33','\x94','\x9d','\x52','\x33','\x33','\x7a','\x68','\x4d','\xe2','\xe9','\xc5','\x1d','\x3c','\xa5','\xdc','\x9e','\x9f','\xd4','\xac','\x17','\xa9','\x59','\x21','\xe6','\x5a','\x72','\x6a','\x11','\x4f','\xcb','\xd8','\xcc','\xc2','\xb9','\x8a','\xab','\x28','\x91','\x01','\x0a','\x68','\xac','\x07','\x10','\x6f','\xd8','\x5b','\xf4','\x04','\xa3','\x75','\x76','\x28','\xbb','\x55','\xa4','\xec','\x04','\x65','\xf5','\xec','\x56','\xa7','\xee','\x09','\xea','\x89','\xa2','\x8b','\xe7','\x49','\x97','\xd6','\xdd','\xa1','\x41','\x42','\x47','\x32','\x80','\x3d','\x20','\x10','\x5f','\xc4','\x27','\x97','\x13','\x05','\x8a','\x1f','\x62','\x78','\xb1','\x04','\x15','\x67','\x87','\x3b','\x03','\xef','\xa6','\x97','\x1f','\x29','\x66','\x5b','\xc5','\x9f','\xca','\xcf','\xaf','\x6e','\xf3','\xf3','\x8f','\x8e','\x6c','\xe8','\x2f','\xbf','\x54','\x48','\xbb','\x85','\xf4','\x52','\x41','\x5a','\x06','\xdd','\x2e','\xd9','\xd0','\x65','\xa3','\x80','\xc7','\x0a','\x76','\x58','\x88','\xab','\x05','\x85','\x16','\x1e','\x72','\xf5','\xd1','\x54','\x61','\x0d','\x17','\xf4','\x36','\x5f','\x9d','\xc0','\x30','\xd8','\x28','\xa1','\x15','\x85','\x3d','\x3d','\xb8','\x55','\x33','\x4d','\xb4','\x2d','\x07','\xc9','\x67','\xa2','\xc9','\xce','\x6f','\xb1','\x00','\x56','\x77','\xa8','\x1d','\xf3','\x17','\x57','\x9d','\x1d','\x16','\xf5','\xed','\x4a','\x4e','\xbe','\x03','\x46','\xe9','\x76','\x5b','\x44','\xe8','\x79','\xbe','\x2c','\x7c','\xe4','\x24','\x56','\x9d','\xdf','\xec','\x85','\x0c','\x77','\x22','\x5a','\x85','\xf5','\x5a','\x27','\x22','\x90','\x1e','\x11','\x2a','\x4b','\x66','\x84','\x9a','\x10','\x18','\x0e','\x9b','\x07','\x29','\xa6','\xd0','\xbb','\x01','\x67','\xa6','\x28','\xba','\x3d','\xaa','\x58','\x00','\x06','\x5a','\xf7','\x50','\xb2','\xdb','\xb5','\x9a','\x21','\x69','\x1d','\x1d','\x3d','\x8f','\x72','\xb5','\xc9','\xb4','\x6b','\x5f','\x5c','\xaa','\xa4','\x97','\xa1','\xb7','\x65','\x44','\xf4','\xb9','\x30','\xd2','\x31','\xbe','\x6e','\x8b','\x81','\x2d','\xc6','\xe6','\xee','\x83','\xf5','\xf3','\x35','\x89','\xac','\x29','\x77','\xa6','\x17','\xa1','\x8e','\xa3','\xad','\x8b','\x33','\x56','\x23','\xec','\x96','\xa0','\x16','\x39','\xff','\x5e','\x41','\x7e','\xef','\x30','\x82','\x9a','\xe0','\x8e','\x8a','\x67','\xf4','\x54','\xe8','\x69','\x42','\x76','\x03','\x38','\x8b','\x00','\x24','\x69','\xd7','\x69','\x25','\xdb','\xae','\xf4','\xc8','\x09','\xa2','\x31','\x42','\x15','\x03','\x43','\xc7','\x8d','\x89','\x6d','\x13','\xf3','\x47','\xb3','\xc7','\x81','\x16','\x99','\x78','\xaa','\x00','\xa1','\x70','\x75','\x94','\xf2','\x10','\xa9','\x16','\x15','\x52','\xd7','\xc2','\x8d','\xab','\xc8','\x90','\x43','\x4f','\xdc','\xfe','\xc0','\xc3','\x10','\x31','\x0f','\x44','\x3a','\x29','\xf7','\x5a','\xe7','\x81','\x2e','\x57','\x0a','\x26','\xf5','\x73','\x85','\x58','\x62','\x68','\xa4','\x36','\x44','\xcf','\xc9','\x0a','\xbf','\xc5','\xf3','\x09','\x3b','\x1c','\x52','\xd8','\x87','\x71','\x68','\xf6','\x99','\xc4','\x4c','\x2e','\x6e','\xc9','\xd0','\xf4','\xd3','\x2d','\xa6','\x74','\xc1','\xb7','\x09','\x64','\x67','\x22','\x5c','\xf7','\xdd','\xf8','\xac','\x60','\xcd','\x8f','\x77','\xd3','\xad','\x55','\xb1','\xb8','\x45','\x52','\x2f','\xe2','\xd2','\xc3','\x3a','\x73','\x4b','\x90','\x7d','\x3c','\xe6','\x20','\x6f','\x2b','\x81','\x8a','\x67','\xb8','\x5b','\x0d','\x84','\x1d','\x7e','\x8f','\x9b','\x23','\x7d','\xa1','\x1d','\x36','\xfb','\xfa','\x6a','\x5d','\x5a','\xe0','\xe7','\x47','\xc3','\x15','\x3d','\xac','\x08','\xc5','\xb4','\xff','\xc2','\x70','\x53','\x0f','\x3a','\xa2','\x69','\x2b','\x78','\x70','\x05','\x8f','\x5c','\x09','\xa0','\x14','\x92','\xd9','\xd1','\x54','\x72','\x30','\x73','\xae','\x42','\x7f','\x34','\x55','\xf7','\xa4','\xba','\x83','\xd2','\xfc','\xbc','\xdc','\x5d','\x45','\x62','\x07','\x54','\x58','\xe8','\x1d','\x27','\x50','\x06','\x4b','\x01','\xb6','\xf9','\x02','\x19','\xaf','\xc5','\x13','\xd6','\x31','\x3c','\x31','\x4a','\x26','\x72','\x50','\x8c','\x13','\x8d','\x41','\x45','\xc1','\xb9','\x9d','\x7f','\x38','\x0c','\x27','\xf8','\x8e','\xac','\x31','\x8b','\x02','\x78','\x0c','\x0b','\x21','\xe3','\x7e','\x9e','\xed','\xbb','\xe6','\x8d','\xe3','\xd4','\x49','\x00','\xd7','\x9c','\x86','\xa9','\x2a','\xbe','\x2e','\x01','\xd0','\x19','\xc8','\x74','\xcb','\x1a','\x05','\xc6','\x61','\xe7','\x6e','\xf8','\x9f','\xbe','\x3f','\x17','\x8d','\xba','\x94','\x26','\x41','\x13','\x34','\x41','\xb9','\x17','\x0a','\xcb','\x71','\xd5','\xa0','\x2d','\xa7','\xcd','\x6f','\xc3','\x48','\xc3','\xbb','\xab','\xd6','\xcd','\x20','\xf5','\x28','\x0b','\x41','\x4e','\x28','\x45','\x67','\x54','\x15','\x4a','\xdd','\x45','\x0c','\xfd','\xb1','\xd0','\x37','\x81','\xa8','\xd3','\xe1','\xf0','\x89','\x04','\x61','\x25','\x37','\x17','\x36','\xb7','\x35','\x61','\x85','\x2c','\x2c','\x7f','\x64','\xdb','\x6c','\x39','\x62','\x3e','\x77','\xfb','\x5c','\xb6','\xb7','\x9e','\x44','\x1f','\x7b','\x03','\x18','\x4d','\x73','\xe7','\x41','\x8c','\x7b','\x18','\xc7','\xbe','\x7d','\xa7','\xa3','\x7b','\xb2','\x7b','\xff','\x4a','\xee','\xe4','\x85','\xd8','\x87','\xc0','\x0e','\x3b','\x60','\xb3','\x06','\x9b','\x35','\x59','\x93','\xc7','\x22','\xc5','\x51','\x92','\xb5','\x48','\xf2','\x04','\x60','\xa6','\x23','\x55','\xa0','\x5d','\xfd','\x5f','\x0e','\x6b','\xb5','\x8a','\x1b','\xde','\xc1','\xa6','\x37','\xb1','\x51','\xcb','\xff','\x65','\xc8','\x56','\x41','\x91','\xe1','\xe0','\xfd','\xf5','\x83','\xa4','\xfe','\x0b','\x3f','\xaa','\xff','\xc2','\x23','\xcf','\xfc','\xec','\x23','\xd5','\x9f','\x7d','\x44','\xe3','\x8f','\xcf','\xfe','\xe8','\x99','\xe3','\xca','\xe6','\x71','\xe5','\xc2','\xb9','\xdf','\x4c','\xc6','\x27','\xb0','\xec','\xa8','\x50','\xac','\x60','\x45','\xbb','\xcd','\x54','\xc3','\x54','\xaa','\x1e','\xa9','\x28','\xc4','\x49','\x86','\x3e','\xfc','\x07','\x42','\x7e','\x81','\xbb','\xc9','\x1e','\x34','\x23','\xb0','\x38','\x63','\x09','\x7d','\x4b','\x54','\xa4','\x81','\xbc','\x9c','\x09','\xff','\xc7','\x83','\xda','\x07','\xd4','\x5a','\x3c','\x51','\xfa','\x17','\x90','\x3e','\xbe','\x6e','\x7c','\x2a','\x2e','\xd3','\xf3','\x61','\xbd','\x26','\x53','\x57','\x9e','\x5f','\x92','\xe9','\x33','\x58','\x90','\x0d','\xc6','\x43','\x0d','\x1a','\x1c','\xc1','\x45','\xa5','\x2a','\x7d','\x75','\x34','\xbc','\x6e','\xd0','\x64','\x7f','\x1f','\xe2','\x0e','\x3e','\x90','\x41','\x67','\xe0','\xdf','\x5e','\x0e','\xdf','\xac','\x03','\xdf','\x69','\x1a','\xc8','\x8c','\x48','\x6e','\x71','\x60','\x64','\x79','\x78','\xea','\x55','\xff','\x68','\x7d','\xf6','\xc2','\x4a','\x59','\x66','\x1d','\x9a','\x53','\x21','\xf9','\x1a','\x29','\x04','\xcd','\x89','\xfe','\x38','\x71','\x9a','\x85','\x24','\x99','\x8c','\x21','\x6a','\x5e','\xc4','\x61','\x23','\xd2','\xf1','\x4a','\x82','\x1b','\xba','\x34','\x97','\x52','\xe9','\xb0','\x86','\xfc','\x1b','\x3b','\x79','\x60','\xfa','\x2c','\xe2','\x81','\x89','\x67','\x0c','\x99','\x56','\xa5','\xba','\x39','\x58','\xf7','\xd4','\x74','\x17','\x48','\x1f','\x9e','\x9b','\x42','\x4b','\x12','\x82','\x1c','\x11','\xcc','\xb2','\xec','\x96','\x40','\xbb','\xed','\x94','\xc2','\xdc','\x39','\x9f','\x33','\x9d','\xd9','\x22','\xca','\x3a','\x18','\xa5','\x01','\x28','\xe4','\x8b','\x9b','\x60','\xaf','\xc0','\x0e','\xd1','\xbd','\x98','\x66','\xc2','\x76','\x1b','\xd3','\x33','\x35','\x74','\x02','\x58','\x10','\x08','\xbd','\x16','\x00','\x0b','\xc2','\x1f','\xa0','\xf4','\x2b','\x28','\x9d','\x44','\x7f','\x97','\x08','\x0f','\x4a','\xc1','\x4f','\xd1','\x7d','\x33','\x99','\xf4','\x81','\x97','\x58','\x70','\x0e','\xed','\xdc','\x86','\x7a','\xbb','\x4f','\x6f','\xeb','\xf9','\x09','\xdc','\x2c','\x89','\xae','\x40','\x70','\xbf','\x6e','\x72','\x3f','\x67','\xd4','\x4e','\xfe','\x28','\x7c','\xf4','\x4a','\x68','\xaf','\x61','\xc1','\x7d','\xdd','\xb5','\x1a','\xb7','\xe4','\x94','\x4b','\xec','\xfa','\x1c','\xc0','\x37','\x1c','\x34','\xb5','\x8c','\x05','\xb9','\x10','\x8e','\xcc','\x16','\x8f','\x26','\x3f','\x11','\xdc','\x13','\x16','\xe7','\x65','\x5b','\x77','\xf2','\xce','\x16','\x51','\x31','\xe6','\x9f','\xc7','\xb8','\x8a','\xed','\x9b','\xa1','\xb9','\x86','\x23','\xb3','\xd7','\x82','\xde','\xb8','\xf7','\x34','\xc9','\x03','\x30','\xc5','\x20','\x49','\x83','\x10','\x63','\xc0','\xd5','\xc2','\x4d','\x98','\x6f','\x44','\xa5','\x3c','\x94','\xcb','\x68','\xa9','\xe1','\xe3','\x78','\xdf','\x79','\x74','\xb8','\x81','\xc6','\xb9','\xc5','\xd1','\x2c','\x41','\x65','\xa2','\xb9','\x8a','\x0a','\x64','\x92','\x2a','\x21','\xaa','\x4f','\xc2','\x1a','\x39','\x03','\x59','\xcc','\xa4','\xb4','\x4e','\x8e','\x9e','\x87','\xb8','\x3e','\xed','\x0e','\x5c','\x5c','\x0a','\xdf','\x5c','\x86','\x39','\x36','\xe2','\x12','\x3d','\x18','\x66','\x64','\x1f','\xb7','\x15','\xf2','\xb9','\x2b','\xfe','\xb8','\xc8','\xcf','\xcf','\x32','\x52','\xd6','\x7d','\xb7','\x3f','\x3f','\x0f','\x06','\xbc','\xd6','\xdd','\xf9','\x0c','\x7f','\x38','\xb0','\xa4','\x85','\xeb','\x0c','\x72','\x80','\x31','\xf0','\x85','\x86','\x11','\xda','\x97','\x6d','\xef','\xab','\xd3','\xcf','\xd5','\xe9','\x78','\xb6','\x3d','\x4e','\xe9','\x2c','\xa5','\xe5','\x6c','\xdb','\xed','\xc1','\xf3','\xfa','\x04','\x8f','\x32','\x0a','\xbf','\x51','\xaa','\x94','\x70','\xc7','\xc8','\x18','\x52','\x6b','\xe1','\x95','\x90','\x56','\x3d','\xba','\xe2','\xa5','\x75','\xff','\x30','\xf3','\x1e','\x67','\xde','\xa1','\x15','\xef','\xd0','\x15','\xff','\x0c','\xf3','\x4e','\x80','\x35','\xea','\x91','\x28','\x00','\x9f','\x80','\xc7','\x97','\xe8','\xf1','\x12','\x6d','\x56','\xd2','\x2e','\x98','\x2a','\xee','\x0b','\x28','\x34','\x74','\x09','\x6e','\x1c','\x48','\xe5','\x27','\xf3','\x94','\xe4','\xd5','\xb9','\xb8','\x46','\xe3','\x06','\x1a','\xb8','\x4c','\x14','\x3d','\x88','\x8a','\x33','\x3c','\x5a','\xde','\x62','\xa4','\xda','\x8b','\x9c','\x75','\xbf','\x28','\x5e','\x57','\xc5','\xf9','\x01','\x3c','\x49','\xda','\x45','\xe9','\x25','\x94','\x5e','\xe6','\xdb','\xa4','\x39','\xe2','\xe6','\xf5','\x20','\x0f','\xd0','\x2a','\x30','\xa2','\xfb','\x4a','\x97','\xc0','\x89','\xff','\xe1','\x8e','\xe3','\x30','\x52','\x64','\x73','\x80','\x4b','\xe9','\xd5','\xd1','\x5e','\x24','\xa8','\x12','\xa0','\x0a','\x72','\xa0','\x76','\x8e','\xf2','\x15','\xdc','\x89','\x73','\x27','\x55','\xf2','\x22','\x51','\xb8','\x47','\xbd','\x36','\x4a','\x17','\x1f','\xcf','\x65','\xab','\x7f','\x83','\xfb','\x74','\xc4','\x44','\x3f','\x6c','\xda','\x43','\x6a','\x91','\x7b','\x27','\x21','\x86','\xc8','\xbf','\x81','\xf2','\x0d','\x39','\x6c','\x38','\xac','\x61','\xb2','\x80','\x47','\xfe','\x07','\xcf','\x34','\xe2','\xff','\xb2','\x11','\xff','\x5a','\x43','\xb9','\xdd','\x50','\x56','\x1a','\xe9','\x95','\x60','\x90','\x35','\xf2','\xac','\xf1','\xb7','\xac','\x51','\xed','\xe5','\x08','\x58','\x50','\x14','\x62','\x16','\xfd','\xd7','\x8b','\x2c','\x00','\x8f','\xd9','\xf8','\xc5','\xfa','\xa3','\x94','\x7e','\x86','\x5f','\x9d','\x30','\xe4','\x17','\xa8','\x29','\x0c','\xd6','\x60','\x3b','\x20','\xc4','\xdc','\x4b','\x40','\x92','\x92','\x36','\x4d','\x75','\x73','\x9a','\xd1','\x69','\x8d','\x55','\x0c','\xd3','\x06','\xea','\xb9','\x18','\x92','\xd6','\x44','\x69','\x18','\x44','\x04','\xa1','\x1e','\x9d','\x21','\x68','\x9c','\xa0','\x26','\x11','\xf7','\x6f','\x07','\x95','\xde','\x3f','\xee','\x08','\xbd','\x45','\xf5','\x82','\x6a','\xaf','\x5e','\xd0','\x7f','\x7f','\x9d','\x15','\x77','\xd6','\x39','\x32','\xb5','\x34','\x67','\x2f','\xd3','\x29','\x1e','\x2e','\x2f','\x91','\xa9','\x0b','\xc1','\x94','\xe0','\x7b','\x81','\xdb','\x8d','\x3f','\x5e','\xf0','\x45','\xe0','\x74','\xc7','\x71','\xfa','\xfa','\xd6','\x5d','\x84','\xca','\x80','\x2e','\x24','\xb3','\xdd','\x3a','\x2c','\x14','\xac','\x5f','\x44','\x7e','\x05','\xcd','\x56','\x68','\xb9','\xe2','\x93','\x6e','\x1d','\x56','\x15','\xec','\x03','\x5a','\x05','\x19','\x15','\x7c','\xbe','\xab','\x1f','\xd7','\x6d','\xc6','\xe7','\xbb','\xf8','\x4b','\x94','\xfe','\x90','\x7d','\xb4','\x66','\x16','\x1c','\x27','\x92','\x08','\x37','\x41','\x4d','\x26','\x85','\xd8','\x87','\xbb','\x34','\x14','\xee','\x18','\x23','\xf4','\xae','\xb4','\x7c','\x2d','\xdc','\x68','\x10','\xd2','\x24','\x64','\x83','\x90','\x1b','\x7c','\x19','\xa7','\x02','\x55','\x30','\x58','\xc7','\xfa','\x26','\x3e','\x54','\xc7','\xbf','\x79','\x29','\xf8','\x62','\x1d','\x5f','\xac','\xe3','\x34','\xb7','\x4b','\x41','\x5a','\x0c','\xb2','\xd1','\xd3','\x3a','\x5f','\x3a','\x8f','\xc0','\xc6','\xa9','\x18','\xd2','\x4b','\xd5','\xb0','\x09','\xf7','\x05','\x55','\x5d','\xc0','\xd3','\x56','\x1d','\x75','\x05','\xf0','\xab','\x3a','\x7f','\x64','\xce','\x8b','\xdc','\x74','\xff','\x7b','\x0c','\xc6','\x05','\x56','\x2b','\xe8','\x61','\x81','\x41','\x47','\x6c','\xe1','\xc0','\x12','\x3b','\x50','\x62','\xe5','\x8a','\xd4','\xac','\x48','\x6e','\x05','\xe0','\xcf','\x6a','\x06','\xd6','\x7d','\xcc','\x06','\x6a','\x5a','\xe8','\x95','\xa5','\x2b','\x41','\x6f','\xd9','\x8c','\x4b','\x6e','\x92','\xdf','\xbf','\x0b','\x4e','\x86','\xcf','\x87','\x55','\xa7','\xd9','\x93','\x6f','\xb8','\xc3','\xa4','\xb3','\x28','\xb5','\xe6','\xf8','\x1d','\xd4','\x96','\xb0','\x26','\x6c','\x07','\x7c','\x2f','\x23','\x23','\x0e','\x39','\x0a','\x1d','\xb6','\xfb','\x5e','\x5e','\xce','\xfc','\x6f','\x4b','\x87','\xdf','\x3c','\x37','\x9e','\xae','\xcd','\xe6','\x6a','\xe5','\xdc','\xa2','\x3b','\xb2','\x48','\x8e','\x2e','\xc2','\x7c','\xe3','\x07','\x49','\xc1','\x1d','\xd1','\xef','\x67','\x02','\x22','\x74','\x01','\x45','\x84','\x15','\x68','\x67','\x38','\xd0','\xef','\xe5','\xde','\xb5','\x34','\xdf','\xe9','\x1f','\x94','\x91','\x3a','\x8d','\xf5','\x1f','\x87','\xfb','\xe3','\xc6','\x51','\x85','\x2d','\x2c','\x33','\x11','\x79','\x6c','\xa1','\x6c','\x5b','\x6f','\xf7','\xd5','\xb9','\x7a','\x5d','\xb1','\x53','\x48','\x44','\xe5','\xd5','\x04','\xd2','\x23','\xbf','\x37','\xba','\x2f','\x3e','\xcf','\xed','\xf7','\x6a','\xa7','\xaf','\x84','\x8f','\x32','\xf4','\x19','\xd8','\x00','\xa2','\xc4','\xb8','\x27','\xb2','\xe2','\xcd','\x7d','\x8f','\x05','\xfb','\x56','\xbc','\xcf','\xad','\x78','\xe3','\x0c','\x6c','\xd6','\xf4','\xca','\xa6','\xe7','\x1a','\x1e','\xf1','\x3c','\xe2','\x34','\x80','\xb3','\x05','\x6d','\xf3','\xce','\x29','\x32','\xfe','\x16','\x8f','\x43','\x17','\x71','\x21','\x86','\x27','\x30','\xd0','\xdb','\xef','\x51','\xe6','\xd4','\x65','\x1a','\x7a','\x68','\xce','\x43','\xe5','\x1b','\x50','\x8b','\xe4','\xfb','\xf2','\x3c','\x25','\xa7','\xeb','\x64','\x76','\x93','\x94','\xb9','\x51','\xe2','\x76','\x89','\xda','\x84','\xdf','\x2b','\xa8','\x2a','\x68','\x35','\x01','\x7e','\x9d','\x27','\x53','\xf0','\x78','\x77','\x49','\x93','\xdf','\x0b','\xdf','\xdb','\xd3','\x59','\xdb','\x95','\xb7','\xb9','\xb7','\xec','\xda','\x8e','\xdd','\xf0','\xce','\xad','\xf0','\xce','\x7e','\xcf','\xc8','\xa3','\x2e','\xd9','\xe7','\xc6','\x62','\x89','\x89','\x91','\xda','\x04','\x5d','\x9f','\x20','\x1b','\x42','\xd2','\x38','\xcf','\xdf','\x94','\x44','\xec','\xb6','\xca','\x2c','\xc2','\x4a','\x3d','\x17','\x3a','\xf2','\x9f','\x77','\x1e','\xa7','\x0b','\x77','\xa1','\x89','\x10','\x94','\x01','\x93','\x71','\xc4','\xe3','\x9d','\x89','\x38','\x2a','\xc5','\x11','\x7c','\xce','\x38','\x5f','\x5b','\x40','\xe1','\xf4','\xce','\xfb','\x5d','\xe1','\x41','\x47','\xd6','\xdd','\xd7','\x9e','\xa7','\x50','\x0f','\x70','\x46','\x43','\xef','\x49','\x8a','\x5e','\xa2','\x50','\x3e','\x48','\xd3','\x3a','\xb7','\x43','\x61','\xfd','\x10','\xad','\x7f','\x91','\xd6','\x2f','\x86','\xf5','\xa8','\x1c','\x98','\x8e','\x06','\xe9','\xfa','\x50','\x40','\xd3','\x2d','\x9a','\x46','\x22','\x7e','\x17','\xfe','\xcf','\x20','\xf8','\x3f','\xb5','\x6e','\xdf','\x7a','\xbc','\x12','\x6e','\x54','\xfa','\x76','\xe7','\xed','\xf9','\xf3','\x23','\x4d','\x5a','\x2f','\xca','\xe7','\xd8','\xc0','\x59','\x83','\x07','\xce','\xab','\x6e','\x2b','\xbb','\x35','\x9f','\x02','\x84','\x0e','\x91','\xe3','\x9a','\x7d','\x5e','\x43','\x18','\x4c','\x3a','\xa7','\x86','\x4d','\x15','\x89','\xae','\x6c','\x60','\xa9','\xf9','\x56','\x0a','\x8d','\xd6','\xd0','\x24','\x40','\x68','\xec','\xc5','\x48','\xdc','\x19','\x4d','\xc6','\x34','\xbb','\xa6','\x56','\xe2','\xb4','\x12','\x27','\x95','\xf8','\x5c','\x45','\x6f','\xd8','\x19','\x5c','\x51','\x01','\x6d','\x01','\x31','\x0a','\xf0','\x47','\x41','\xd6','\x28','\xec','\xb2','\xbb','\xc8','\x19','\xcf','\xae','\x7b','\x20','\x92','\x42','\x03','\x3e','\x19','\xc4','\x18','\x6c','\x52','\x8c','\x2b','\xb4','\x67','\x0d','\x1b','\x48','\x1e','\xd0','\xf6','\x71','\x64','\xc8','\x39','\x87','\x6b','\xd1','\x6e','\x98','\x94','\x09','\xb1','\x97','\xe6','\x20','\xa6','\x32','\xc5','\x7b','\x96','\x45','\xb2','\x8e','\x92','\x49','\xfe','\x39','\x23','\xde','\x5d','\xda','\x61','\xdf','\xb5','\xc5','\x40','\x56','\x54','\xbb','\x96','\x11','\x39','\x3a','\x55','\x72','\xc6','\xc2','\xb7','\xc2','\xce','\xe7','\x41','\x9e','\xed','\x34','\xe1','\x6f','\x3b','\xe3','\x4e','\x7f','\xe5','\xa4','\x1e','\xf2','\x31','\x3f','\x7b','\x3d','\xb3','\xc5','\x23','\x70','\x2e','\xf1','\x48','\x33','\x04','\x77','\xba','\xb3','\x5f','\x08','\xb5','\xe2','\x26','\xf0','\x3a','\xb6','\xa1','\x36','\x55','\x54','\xd0','\x7b','\xc9','\x44','\x3c','\x73','\x26','\xc9','\xd0','\x63','\x06','\x6a','\x38','\x89','\xa4','\x77','\xe6','\x61','\x13','\x59','\x45','\xa9','\x96','\x4d','\x26','\x93','\xd5','\x39','\xf0','\xa2','\xfb','\xaf','\x57','\xa7','\x65','\x26','\x5c','\x9f','\x46','\x4f','\xc2','\x65','\xba','\x77','\x74','\x1c','\x0d','\x04','\x0f','\x70','\x2b','\x29','\x70','\x83','\xb2','\x73','\x78','\x52','\x0f','\x0a','\x83','\xf1','\x21','\xa5','\x36','\xa4','\x2c','\xc1','\xba','\x6d','\x87','\x09','\x95','\x7d','\x4c','\x58','\x25','\xce','\x26','\x3b','\x9a','\x38','\xe2','\xa2','\x5b','\x48','\xb5','\x3a','\x60','\xb0','\xac','\xdc','\xee','\x81','\xbe','\xa2','\xc7','\x3e','\xbe','\x26','\x4f','\xf0','\xbd','\x03','\x3f','\xe7','\xc8','\x4b','\x9e','\xde','\xf4','\x4a','\xc4','\xab','\xf1','\xc5','\xb1','\x19','\xd8','\xef','\x01','\x52','\xbc','\xe4','\x7a','\x63','\xef','\x79','\x13','\x3c','\x84','\x71','\xbd','\xc7','\x04','\x76','\x1c','\x37','\x1b','\x21','\x69','\x9c','\xb1','\x43','\x03','\x0e','\xc2','\x0f','\xe5','\x0f','\xa4','\xf8','\x4a','\xe2','\x29','\x5e','\x83','\xda','\xa1','\x6a','\x7a','\x23','\x4b','\xeb','\xfa','\xf5','\xa0','\xa4','\xac','\xd7','\x94','\x75','\x7c','\xdd','\xb7','\x7f','\xb4','\x8e','\x95','\xf5','\xd2','\x05','\x7f','\xec','\x47','\xeb','\x13','\x9e','\x37','\xe1','\x34','\x1f','\xcb','\x06','\x10','\xdb','\x7a','\x5e','\x80','\x1a','\x55','\x3d','\x3a','\x4e','\x84','\x27','\x59','\x27','\x6f','\x05','\xca','\x8c','\x4a','\xa7','\x55','\x35','\xb6','\x7f','\xe4','\x4a','\xa8','\x7b','\xa8','\xa4','\xc4','\x41','\x26','\x6c','\x63','\x1d','\x8e','\x93','\xf2','\x4b','\x4b','\xeb','\x70','\x9c','\xeb','\xfe','\x84','\xe3','\x3d','\x86','\xd6','\x71','\x36','\x10','\xc7','\xb9','\x1a','\x1d','\x47','\xb0','\x88','\x38','\xb0','\x73','\xd8','\xc1','\xb4','\xa2','\x59','\x71','\x36','\x83','\xb5','\x53','\xb1','\xd2','\x4c','\x18','\x5a','\x7c','\x05','\xed','\xa5','\x3b','\xba','\x83','\xe7','\xb3','\x6d','\x0b','\x1c','\xef','\x1a','\x54','\x67','\xa4','\x5e','\x0b','\xa8','\xb3','\xcf','\x7b','\x37','\xbd','\x74','\x2d','\x7d','\xae','\x11','\xde','\x6e','\xa6','\x6b','\x1b','\xe9','\xda','\x8d','\xac','\xe3','\xe1','\x78','\xb3','\x74','\x32','\xb0','\x6f','\x83','\x8e','\x30','\xd8','\x49','\x9f','\x3f','\xda','\xb7','\x60','\x0c','\x30','\xbf','\x2e','\x38','\xb0','\x6b','\x87','\x31','\x0f','\xd1','\xfb','\xf3','\xab','\xbb','\x8d','\x6f','\x78','\xed','\x7b','\xff','\xb6','\xaf','\x27','\x0b','\xdd','\x95','\x0c','\x76','\x7b','\x4f','\x91','\x84','\x41','\x0f','\x21','\xb7','\x13','\x22','\xd7','\x11','\x75','\x30','\xcd','\x42','\x95','\x53','\x5a','\xe4','\xe7','\x36','\x14','\x3a','\xbc','\xc9','\x0e','\xce','\x2a','\xa2','\x4b','\x85','\x78','\x50','\x91','\xea','\x49','\x7b','\x93','\x48','\xaf','\x52','\xe9','\xdb','\x4c','\x4e','\x1b','\xb2','\x68','\xab','\x8b','\x03','\x2d','\x65','\x51','\xa5','\x59','\xad','\x0f','\x13','\x2e','\x7e','\xba','\x7a','\x91','\x22','\xbc','\x4a','\x75','\x36','\xa9','\x88','\xc3','\xc7','\xbc','\x9b','\xb6','\xc8','\x2c','\xbc','\xff','\x07','\x48','\x82','\x86','\xa0','\xa8','\x1b','\x68','\x47','\xbf','\x79','\xd4','\x07','\xdd','\x5b','\xc1','\x4c','\xa4','\xf0','\xe9','\x2b','\xc9','\x08','\xaa','\xfc','\x42','\xe1','\xeb','\x4e','\x13','\xa0','\xbe','\x18','\xee','\xe0','\x84','\x64','\xee','\xb8','\x78','\x52','\x00','\xea','\xed','\x6d','\xac','\x3b','\xb7','\x80','\x94','\xd8','\x6d','\xd8','\x41','\x63','\x70','\xa9','\x63','\x61','\xb8','\x3d','\xe6','\xaf','\xcb','\x4e','\x43','\xf6','\x1a','\x89','\x95','\xc6','\x7d','\x75','\x3c','\xe0','\x76','\x78','\x89','\x57','\xc1','\x9b','\x10','\xbc','\xc4','\xa0','\xb7','\xbe','\x4c','\x25','\x97','\x4a','\xe7','\xa0','\xdd','\x7e','\x01','\x98','\xd8','\xc3','\x55','\xc1','\x21','\xbf','\xba','\x44','\xff','\xe2','\x25','\x1a','\x08','\x86','\xa5','\xe6','\x46','\xba','\xb9','\x39','\xdc','\x7c','\xa6','\xdd','\xac','\x56','\xdd','\xfd','\x47','\xdd','\x5f','\x97','\x0e','\xff','\xb2','\x4c','\xbf','\x1d','\x93','\x92','\xf1','\x58','\x02','\x10','\x1b','\x2a','\x4b','\x66','\xbb','\xdd','\xaf','\x59','\x80','\x54','\x0d','\xd4','\x59','\xb8','\x29','\xc6','\x51','\x08','\x1c','\x42','\x13','\xc5','\x80','\x8a','\x93','\x7a','\x98','\x39','\x5e','\x6a','\xbb','\x8d','\x8a','\x52','\x33','\x06','\x6b','\x68','\x24','\x89','\xae','\x12','\xbe','\x5e','\x20','\x1a','\x01','\xf1','\xbb','\x7a','\x52','\x3c','\x3e','\x55','\x11','\xcd','\x98','\x61','\x31','\xc3','\xbd','\xbc','\xf4','\x52','\x09','\x32','\xb1','\x3c','\xfa','\xe0','\x26','\x06','\xc3','\x4a','\xe9','\x23','\x3e','\x87','\x33','\x4b','\x46','\xd1','\x45','\x67','\x4e','\xf0','\xd0','\x38','\x99','\x5e','\x41','\x81','\x10','\x09','\x35','\x30','\xe8','\x83','\x40','\x8c','\xe9','\x42','\x42','\x58','\x41','\x43','\x49','\x33','\x7c','\x35','\x53','\x60','\xc9','\xc2','\x7a','\x09','\xb2','\xb2','\x71','\xa3','\x12','\x37','\x2c','\xbd','\x6d','\xf1','\xc7','\x78','\xe9','\x3f','\x87','\xe1','\x1b','\x64','\xe9','\x01','\xea','\x0e','\x15','\x4f','\xa8','\xa7','\xcc','\xdc','\x37','\x56','\xc6','\xe6','\xb3','\x46','\x31','\xe9','\x68','\x18','\x65','\x84','\x1e','\x1f','\xe5','\xeb','\x98','\xd1','\x5b','\xca','\x4c','\xb1','\xf5','\xc8','\x3b','\xb7','\x9e','\x6d','\x41','\x9f','\x5d','\xe0','\x16','\x11','\xff','\x08','\xbf','\xe5','\x1c','\xe9','\xf4','\x3d','\x2d','\x7d','\x46','\xf7','\x1f','\x95','\x9c','\x47','\x17','\xce','\x9e','\x0e','\xc3','\xd3','\x0e','\x2a','\xab','\xb4','\x99','\xf5','\x3b','\xfd','\x0f','\x5d','\xdd','\xf3','\xed','\x41','\xc7','\xce','\xf0','\xb3','\x9a','\x89','\x44','\xb5','\xf8','\x29','\x8a','\xf1','\xa5','\x6d','\x6b','\x48','\x55','\xc3','\x4b','\x5b','\x54','\x55','\x29','\x7f','\x5c','\x7e','\x98','\x87','\xf0','\xd9','\xb3','\xf1','\x8f','\xfe','\x5f','\x4b','\x67','\xc6','\xff','\xe0','\x44','\xb3','\x40','\xaf','\x7d','\x08','\xa4','\x11','\xa9','\x2d','\x48','\x64','\x1f','\xf0','\xe8','\x9a','\x43','\x71','\xab','\x5d','\xd4','\x73','\x1e','\x86','\x0c','\xa1','\xe9','\xa1','\xb0','\x05','\x20','\xed','\x49','\x07','\x7f','\x1a','\x2a','\xec','\xe6','\x04','\x42','\x37','\xf9','\x37','\x0a','\x33','\xfc','\xde','\xc9','\x24','\xb7','\x6f','\xba','\x7b','\xcf','\xe7','\xfe','\x3c','\x89','\xe8','\xfc','\xaa','\x01','\x38','\x21','\xe2','\x70','\xd9','\xe3','\xec','\xfb','\x86','\x93','\xf9','\x33','\xe7','\xf0','\x9f','\x3a','\xe3','\xf7','\x39','\xe3','\x09','\x34','\x0b','\x30','\x54','\xc7','\x8d','\xf1','\x50','\xcf','\x83','\x06','\x1c','\xa5','\x48','\xd4','\x2c','\xd1','\x92','\x7c','\x89','\x15','\xf2','\xcb','\x08','\xee','\x20','\x7d','\x0b','\x69','\x1e','\x32','\x1c','\x67','\x81','\x9a','\xb6','\x9f','\x97','\x29','\xb7','\xb8','\xbc','\x37','\x01','\x24','\xde','\x54','\x11','\x00','\x21','\x3e','\x01','\x98','\x4c','\xfb','\x71','\x8c','\x3d','\x5c','\x81','\xe0','\x85','\xd0','\x64','\x99','\xdf','\x28','\x64','\x52','\x26','\x05','\x19','\x0d','\x81','\x61','\xbe','\x6b','\x6c','\xeb','\xbc','\xc4','\x9c','\x04','\xe8','\x94','\x39','\x1f','\x62','\x98','\x06','\x93','\xc4','\x94','\x89','\x26','\x2b','\x02','\x7c','\xa4','\x66','\x65','\x2d','\x29','\x1b','\xb8','\x9f','\x07','\xb8','\x1f','\x52','\xae','\x89','\xd6','\xb0','\x28','\x03','\xec','\xa1','\xf8','\x5a','\x6f','\x1a','\xdc','\x43','\x9f','\x9a','\x9f','\xde','\xd4','\xaa','\xe3','\xf3','\x38','\x8e','\x5f','\x7a','\x68','\x0a','\x62','\x03','\x84','\x84','\xdf','\x2e','\x91','\xe9','\x12','\xbf','\xbe','\xc3','\x31','\x63','\xdf','\x59','\x03','\xa4','\xed','\xaf','\x1a','\xe3','\xb1','\xd2','\xb8','\x1d','\xce','\xe2','\xe3','\x65','\x52','\x72','\x33','\xe3','\x64','\x86','\x0d','\x9c','\xdb','\x24','\x7a','\x86','\x64','\x52','\x44','\xdd','\xad','\x0b','\xc3','\x97','\xb5','\x6c','\xb4','\xac','\x3d','\x4c','\xa5','\xfa','\x61','\x7b','\xd3','\x84','\xab','\x33','\x0c','\x4d','\xc2','\x84','\x6e','\xb1','\xb6','\xee','\xb1','\x24','\x34','\xff','\x8a','\x16','\x60','\xf5','\xac','\xa2','\xad','\xe2','\xd6','\xea','\x22','\xf7','\xc7','\xba','\x7c','\x95','\x40','\x05','\x29','\x2b','\x28','\x7c','\x89','\x41','\x98','\xb6','\xb7','\x84','\xa7','\x4b','\x76','\xb6','\x8d','\x62','\x06','\x37','\x9c','\x6d','\xdb','\x30','\x28','\x21','\x3b','\x2c','\xe1','\xe3','\x36','\x29','\x59','\x99','\x71','\xeb','\x20','\xb3','\xd6','\x37','\x2d','\x3d','\x33','\x9f','\x49','\x59','\xfc','\xf3','\x78','\xad','\xb0','\xd5','\xc5','\x03','\xc4','\xd5','\x5f','\x7a','\x82','\xd8','\x0d','\xfc','\xdc','\x9b','\x63','\xcf','\xad','\x6a','\xcf','\x5d','\xf7','\xf9','\xe3','\x57','\x56','\xb5','\xea','\x75','\xdf','\x5c','\xd5','\xcc','\xd5','\xfd','\x7c','\xaf','\xb1','\xd7','\x8e','\x9b','\x8d','\x92','\xf9','\xc6','\xb8','\xf9','\x37','\xcc','\xbc','\xba','\x69','\xbf','\x95','\x31','\x9b','\x00','\xf5','\xec','\xec','\x83','\x8a','\x47','\x96','\x1a','\xca','\xf5','\x90','\x6e','\x62','\x95','\xc6','\x47','\x1c','\xa4','\x7b','\x58','\xe8','\xb0','\x78','\xd8','\x03','\xd2','\x2a','\xac','\x34','\xf1','\x4b','\x41','\xe9','\x3d','\x6f','\xac','\xb7','\x2f','\xdf','\xef','\x25','\x2e','\x7a','\x81','\xda','\xaa','\x6a','\xb6','\xe1','\x0d','\x43','\x3a','\x32','\x0c','\x8e','\x7b','\x64','\xde','\x23','\x33','\xa1','\x3f','\xc3','\x1f','\x3d','\x36','\xb3','\xda','\x9e','\x79','\x0b','\xcd','\xac','\xa2','\x99','\xb7','\xda','\x33','\x7f','\xa9','\xcc','\xbc','\xac','\xcc','\x5c','\x6a','\x3f','\xbb','\x80','\xbe','\x7e','\x14','\x4f','\x71','\xef','\x6b','\x0a','\xc7','\xa6','\xc6','\xf0','\xd4','\x7f','\x89','\x3f','\xff','\xb0','\x32','\x83','\x55','\x73','\x18','\x72','\x78','\xb0','\x1e','\x3a','\x91','\x20','\x85','\x58','\x40','\x9c','\xa1','\x3d','\xf5','\xf0','\x82','\xc8','\x90','\xbf','\x27','\xdc','\xa0','\xeb','\xed','\x4e','\xec','\x2d','\xc6','\xe9','\x26','\x1d','\x6e','\xd2','\x76','\x93','\x9a','\xd7','\xdb','\x86','\x68','\x5b','\x43','\xa2','\x6d','\x0d','\x5c','\xe2','\x44','\xa7','\xc5','\x9e','\x36','\xf1','\xc3','\xd7','\xc3','\x31','\xd5','\x2b','\x69','\xde','\x95','\x8d','\x06','\xbb','\x1e','\xb2','\x66','\x43','\x6f','\x02','\xa7','\x4d','\x64','\xd1','\x38','\x47','\x1a','\x0c','\x88','\x6e','\xfe','\xba','\x30','\xdb','\xf4','\x4d','\x21','\x2c','\x8e','\xbc','\xa4','\x74','\x03','\x92','\x00','\x3c','\xd0','\x03','\xdb','\x41','\x4d','\x3c','\x20','\x48','\x6e','\xc9','\x80','\xb3','\x2f','\xf0','\x7c','\x1e','\xe6','\x30','\xaf','\x0c','\x11','\x90','\x49','\xd8','\x34','\xc9','\x4f','\x93','\xc3','\xf9','\x81','\xad','\xcf','\x92','\x56','\x76','\xce','\x49','\xd1','\x6e','\xdc','\xd4','\xe9','\xd0','\x94','\x9c','\x90','\x87','\x78','\x7b','\xea','\x04','\xaa','\xe1','\x74','\x78','\x96','\xee','\xe3','\xf6','\x7c','\xfb','\x73','\xb3','\x74','\x5c','\xd8','\xec','\xf3','\xed','\xf2','\x2c','\x75','\x67','\x29','\xe1','\xf6','\x7c','\x5b','\xb4','\xee','\x89','\x1c','\x26','\x40','\x0e','\x5a','\xdc','\xd7','\xa5','\xa8','\x01','\x6a','\x8f','\x91','\xf0','\xcd','\xb9','\x66','\xf6','\x5a','\x90','\xfb','\x23','\x12','\xd9','\xcf','\xfd','\x27','\xff','\xd9','\x09','\xf2','\xc4','\x04','\x59','\x9c','\x20','\xb1','\xc7','\x7c','\x3c','\x41','\xe2','\x13','\x84','\x4c','\x10','\xe5','\x31','\x1f','\x70','\x17','\x0c','\x1b','\x7a','\xe8','\x30','\xb4','\x43','\xaf','\x4d','\x48','\xb6','\x3d','\x7a','\xc5','\x7f','\x14','\xa3','\xcf','\x60','\x34','\x4b','\xf0','\x6c','\x36','\x6c','\xe6','\x71','\x73','\x1a','\x0f','\x5c','\xb9','\x45','\xf6','\x8f','\x71','\xbb','\x5f','\xbf','\x95','\x8e','\xe1','\xf4','\xd9','\xda','\xe0','\x59','\x8b','\xd9','\x7f','\xa0','\x1d','\x26','\x86','\x06','\xfd','\x5f','\x4a','\xa6','\x9a','\xa4','\x26','\x49','\x9f','\x52','\xc2','\x77','\xbf','\x15','\xb3','\x2a','\x93','\x56','\x61','\xcc','\x9c','\x38','\x60','\xc6','\x15','\xeb','\xfe','\x30','\x1c','\x44','\x66','\xf8','\xdd','\x99','\xaf','\x5f','\x39','\x59','\x06','\x10','\xc9','\xf8','\x17','\xf6','\x3f','\xf2','\xf5','\x23','\xc5','\xd3','\xdf','\x7d','\xf0','\xf4','\x77','\x3f','\xfb','\xf9','\xef','\xfe','\x7c','\xf9','\xc8','\x57','\x5d','\xad','\x41','\xa4','\xf3','\x04','\xcb','\x72','\xa6','\x1a','\xd6','\x4d','\x2b','\x7d','\xca','\x0a','\xdf','\xb5','\x62','\x96','\x35','\x69','\xcd','\x8f','\x99','\xd6','\x01','\xd3','\x52','\x04','\x4c','\x02','\x99','\xd6','\xb1','\x99','\x79','\xfb','\xa4','\x75','\xcc','\xb2','\x8e','\x8d','\x5b','\xc7','\x1e','\xb1','\xe6','\x81','\x34','\xec','\xab','\xc7','\x3e','\x7b','\xfb','\xd8','\xcf','\x5b','\xf3','\x5f','\x2d','\x19','\x0d','\x2c','\x9d','\xc7','\x58','\x96','\x22','\x3e','\xab','\x05','\x47','\x8e','\x5c','\x68','\x8c','\xe2','\x71','\xa4','\x28','\xb0','\x35','\x44','\x5e','\x74','\x6f','\x3d','\x17','\xe1','\x21','\xed','\xf2','\x43','\xc7','\xba','\x26','\xa7','\xc2','\x30','\x01','\x3c','\x4f','\x55','\xbe','\x1e','\x53','\xcf','\xcc','\xb6','\xcc','\x41','\xc7','\xcc','\xc5','\xad','\xfd','\x27','\x43','\xfb','\xb6','\xf5','\xba','\x65','\xe5','\x85','\xe9','\xb7','\x3a','\x03','\x01','\xa1','\xb1','\xf4','\x16','\x90','\xfb','\x31','\xf3','\x14','\x33','\x67','\x34','\xd3','\x32','\x9f','\xff','\x78','\xf2','\x87','\x6b','\xce','\xba','\xdc','\xf1','\x9d','\x3a','\xfc','\x2d','\x48','\x7a','\xb5','\x43','\xd0','\x54','\x08','\x7f','\x77','\x0d','\x74','\xf4','\xf8','\xe7','\xec','\x95','\x05','\x2f','\xcb','\xe1','\xf7','\x01','\x83','\xa9','\x98','\x72','\x5c','\xa8','\x62','\x1d','\xf2','\x6c','\x2f','\x38','\x8c','\x0e','\x6b','\x88','\xf4','\xe1','\x9f','\xc1','\x79','\xfe','\x99','\x53','\x8d','\xb1','\x54','\x58','\x22','\x8d','\x2b','\x3b','\xe7','\x30','\xd8','\xf5','\x00','\xc6','\x9e','\x97','\x47','\x5e','\x0e','\x6d','\xe4','\x1c','\xee','\x03','\x37','\xda','\x6f','\x7d','\x6c','\x5e','\x5f','\x34','\x14','\xb9','\xdb','\xf7','\x07','\x1f','\x2a','\x0d','\x25','\x33','\xd4','\x61','\x9e','\x07','\xf5','\xf0','\x8c','\xba','\xaa','\xf1','\x3f','\xd4','\xde','\x38','\xf3','\xf4','\x56','\xf6','\xbc','\xd4','\x88','\x77','\x9b','\xbe','\x63','\xa2','\xd7','\x1b','\x45','\xbd','\xde','\xa2','\xbf','\x5b','\x45','\x62','\xb7','\x45','\x74','\x77','\x8b','\x47','\xb1','\xa7','\x40','\xea','\x0d','\x85','\x1d','\x90','\x89','\xca','\x3c','\x66','\x82','\x01','\xdf','\x8e','\x77','\xd5','\xf0','\xae','\x2e','\x38','\x6b','\x7c','\x9b','\x23','\x68','\xbe','\x8f','\xa7','\xb4','\xd3','\x5a','\x2b','\x88','\x2f','\x70','\x51','\xd8','\x89','\x30','\xa8','\x8b','\xa7','\x1d','\xe3','\x9f','\x3c','\x1a','\xdc','\xd1','\xf8','\x00','\xe4','\x12','\x7a','\x3b','\x82','\x12','\x71','\x6f','\x67','\xa0','\xab','\x4a','\x5f','\x44','\xac','\xa8','\xb7','\x4f','\x44','\x7c','\x17','\x88','\x75','\x95','\xce','\x10','\xed','\x12','\x4e','\x6e','\x9b','\x60','\x3d','\x8a','\x23','\x9a','\xd0','\xfd','\xa8','\x92','\x03','\xfa','\xcb','\xd1','\xb7','\xd3','\xdb','\x45','\x07','\x15','\x1d','\xfe','\x79','\xc2','\x8b','\x0e','\x5f','\xe3','\xe3','\xf0','\x22','\x7f','\x3f','\xf7','\x39','\x14','\x68','\x67','\xa0','\xd8','\x83','\xe2','\x15','\x6e','\x71','\xcf','\x94','\xb2','\x61','\xbe','\x4b','\x77','\xcf','\x4f','\xff','\x79','\x86','\x33','\x9f','\x3e','\xa7','\xa6','\xcf','\x66','\x72','\x8b','\x34','\xb7','\x70','\xf9','\x1f','\xfb','\xde','\x13','\x4e','\xf5','\x1c','\x64','\xa1','\x92','\xbb','\x8b','\x71','\xdd','\xb4','\x43','\x46','\x13','\xbd','\xe1','\x9d','\x53','\x4a','\x87','\x1e','\xf3','\xc3','\x15','\x54','\x60','\x91','\xe1','\x82','\x1e','\x56','\x0a','\x9a','\x55','\x38','\x60','\x15','\x3e','\xcd','\x6f','\xbc','\xff','\x5c','\x38','\xd0','\x1c','\x7d','\x24','\x39','\xca','\x1e','\xa8','\xa8','\x43','\x93','\xf4','\xa1','\xc9','\x8c','\x76','\xe9','\xfa','\xd1','\x64','\xd2','\x51','\x76','\xf0','\x8f','\x45','\x8d','\xc6','\x89','\xec','\x16','\x46','\x6a','\x29','\xbb','\x35','\x86','\xd4','\x89','\xec','\xd6','\x04','\x28','\x4f','\x60','\xbe','\xb3','\x02','\xf9','\x83','\x37','\x93','\xd4','\xb7','\x6e','\x2b','\xa6','\x15','\xf7','\x4a','\xb2','\x03','\x9d','\x14','\xe4','\x0c','\x66','\x59','\xfe','\xaf','\x9a','\xe9','\xeb','\xf4','\x94','\xd6','\xcd','\xec','\x8f','\x52','\x6d','\x27','\x46','\x3d','\x89','\x3a','\x52','\xba','\xeb','\xab','\x5c','\x44','\xc2','\x51','\x39','\x43','\x51','\xf6','\x87','\xe1','\xad','\xc8','\x33','\x87','\xaf','\xd3','\x1b','\x08','\x9e','\x52','\x51','\x34','\x80','\x8e','\x71','\x29','\x62','\xc5','\xef','\xf2','\x07','\x0c','\x3a','\xea','\xa0','\xa3','\x0c','\x42','\xd9','\x07','\x5c','\xe5','\x11','\x47','\x9e','\x72','\xe4','\xb7','\x1d','\x79','\xd5','\x31','\xa4','\x8e','\x09','\xce','\x1c','\x11','\xc9','\x76','\xc9','\xfd','\x84','\x0c','\x8a','\x8c','\x3e','\x23','\xa3','\x47','\xf5','\xad','\x47','\x57','\xd8','\xe9','\x15','\x36','\xab','\x6f','\x95','\x19','\x6b','\x72','\xd3','\xb7','\x3a','\xb9','\x66','\xbd','\xe3','\x0c','\x83','\x22','\x09','\x38','\x3c','\x1e','\x29','\x16','\x89','\x99','\x19','\x70','\x44','\xa1','\x80','\x7b','\x08','\x11','\xcd','\x8b','\x49','\xc9','\x49','\x9f','\xff','\x0f','\xdd','\xa7','\xb0','\xf6','\x0e','\xdc','\x32','\x86','\xad','\xe3','\xbe','\xf5','\xc4','\xac','\x55','\x2a','\x5b','\x07','\x48','\xe9','\x11','\x52','\x02','\x55','\x1d','\x52','\x53','\x49','\x6d','\x73','\x40','\x4f','\xcd','\x65','\x92','\x54','\xc5','\xf0','\x71','\x62','\x47','\xe4','\x42','\xcb','\xfe','\x18','\xa9','\x93','\x48','\x79','\x11','\x91','\x0a','\x22','\x93','\x18','\x7d','\x27','\x04','\xb7','\x51','\x16','\x36','\x04','\x9b','\x5b','\x42','\xa6','\xa9','\x45','\x9a','\xb2','\xe8','\xd0','\x04','\x1d','\x3a','\x08','\x1c','\x00','\x15','\x85','\x2e','\xaa','\xa2','\x14','\x0a','\xb3','\xa6','\xcb','\x05','\xb1','\x86','\x34','\xa0','\x7f','\xc9','\x90','\x35','\x4a','\xd6','\x54','\xb4','\xa6','\x75','\xfc','\x90','\x9f','\xc8','\xab','\xdf','\x1b','\xf7','\xe7','\x0f','\x77','\x72','\xc4','\x1d','\xa9','\xf2','\xb0','\xe1','\xa2','\x27','\x56','\x1e','\xb8','\xc7','\xa1','\x42','\xbd','\xe8','\x24','\x2a','\x5e','\xea','\xd3','\x97','\x87','\x06','\x56','\x0a','\xe9','\x57','\x2b','\xb9','\x0b','\x8b','\x47','\x6b','\xd1','\xea','\x14','\x25','\x0f','\x23','\x9d','\xd9','\x21','\xbe','\xc7','\x9e','\x43','\x40','\x0b','\x4c','\x9c','\x8c','\x52','\xfa','\x6c','\x18','\x3e','\xce','\xd8','\xe3','\xda','\xab','\xc5','\xc9','\xeb','\x67','\x2e','\xe1','\x2f','\x02','\x60','\x86','\xd6','\xf9','\xe4','\x4f','\x70','\xd7','\xd7','\xa3','\x43','\x8c','\x16','\x32','\xb4','\x02','\x68','\x19','\x2a','\xd6','\x0d','\x92','\xed','\xdc','\x5f','\x11','\x37','\x84','\x03','\x22','\x0a','\xed','\x3c','\x42','\x79','\x03','\xc7','\xed','\x30','\x2e','\xba','\xc5','\x15','\x24','\x68','\x87','\x15','\xca','\x14','\xb6','\x15','\x37','\xab','\xd8','\x63','\xb2','\xc3','\x70','\x8b','\x11','\xbb','\x28','\xee','\x2f','\xcd','\xe0','\xb7','\xb0','\x08','\x6a','\x6e','\x34','\xa4','\x57','\xd7','\xa5','\xfa','\x86','\xc3','\x17','\x6b','\xe6','\xe5','\xb5','\x20','\x6f','\xcc','\xc7','\x17','\x1d','\xd1','\x77','\x83','\xf7','\x44','\x2c','\x0a','\x29','\x83','\x0d','\x69','\x5b','\x43','\xac','\x5a','\xa0','\xac','\x92','\x65','\x6b','\xc9','\x82','\x8c','\xa3','\xbe','\x9b','\xfe','\x38','\xf7','\xce','\x08','\x22','\x82','\xe2','\xdf','\xf5','\x95','\xdd','\xd1','\xf1','\x2e','\x3e','\x58','\x0c','\x0c','\x3f','\xb3','\x03','\x7c','\x33','\x05','\xbe','\x5b','\xc2','\x8a','\x64','\x3a','\x9b','\xb9','\x86','\xc3','\x24','\x9a','\xa5','\x46','\xd9','\x6c','\x29','\x3c','\x3e','\x4a','\x28','\x34','\x93','\x51','\x5b','\x45','\x86','\x5a','\x9a','\xec','\x18','\x19','\x24','\xb5','\x76','\xeb','\x8d','\x72','\xbb','\xb3','\x5e','\xbf','\x2b','\x21','\xd9','\xe3','\xa8','\x94','\xb8','\xef','\xed','\xf1','\xe8','\x2b','\x53','\x45','\x64','\x07','\xcf','\xff','\x72','\x23','\x7c','\x2b','\x94','\xea','\x0d','\x99','\x82','\x81','\x1a','\x1f','\xf4','\x77','\x34','\x92','\xb4','\xb1','\xaf','\xde','\x18','\xdf','\x6c','\x34','\x37','\x1b','\xa2','\xe3','\xa3','\x01','\xd6','\xe3','\x46','\x11','\xb6','\x03','\x3f','\xaf','\x75','\xc1','\xf3','\xc7','\x3b','\x59','\x68','\x49','\x42','\x32','\x76','\x62','\x59','\xf3','\xbe','\x76','\x51','\x01','\xc2','\x0d','\x0b','\x24','\x2c','\xcf','\x20','\xf4','\xd7','\x7c','\x11','\x68','\xc9','\x10','\x31','\x65','\xaa','\x82','\xc4','\x6c','\x07','\x0f','\x95','\xda','\xc8','\xbd','\x15','\xa6','\xeb','\x8d','\x21','\xda','\x88','\xd1','\xc6','\x7d','\xb4','\xa1','\x5c','\x0a','\xc2','\xcd','\xc6','\xfc','\x66','\xa3','\x24','\x3e','\x1e','\x7f','\xfc','\x8d','\x6c','\x60','\x6d','\x36','\x2c','\x13','\x98','\x54','\x4b','\xc8','\xab','\x75','\x25','\x06','\xb6','\x13','\xb0','\xdb','\x44','\xd5','\xdc','\x98','\x1e','\xb6','\x99','\xe0','\xb5','\xec','\x99','\x1e','\x6e','\x45','\x2a','\xc8','\x7d','\xb6','\x8d','\xdb','\xb9','\x3b','\xef','\xdc','\x82','\xc0','\xe1','\xa8','\x90','\x9e','\x96','\x9a','\x48','\x82','\x46','\x6c','\x45','\x70','\xb6','\x60','\xb1','\x16','\xc9','\x23','\xce','\xa4','\x10','\x19','\x31','\x56','\x7b','\x4b','\xd0','\xce','\xb8','\x00','\x26','\xdd','\x83','\x47','\xec','\x8f','\x5b','\x68','\x12','\xca','\x25','\x74','\x12','\x2b','\xbf','\xd3','\xbd','\xf1','\x1f','\xd8','\xbe','\xeb','\x1f','\xa8','\xd0','\xa1','\x3c','\x2d','\x4c','\xd0','\x4a','\x9c','\x2e','\x2a','\x80','\x63','\xe8','\xf5','\x7b','\xda','\xb7','\x89','\x56','\x23','\xea','\x0f','\x7d','\xb8','\x1a','\xdc','\xe5','\x9c','\x80','\x85','\x0d','\x47','\x3a','\xb0','\xd1','\x18','\x93','\xb1','\x84','\x7f','\xe4','\x2c','\x9b','\xa8','\xac','\x8c','\x15','\x98','\x55','\xc8','\x97','\x70','\xbe','\x06','\x68','\x33','\x1d','\x9b','\xc3','\x9d','\xdc','\x29','\x76','\xb8','\x49','\xe7','\x8c','\xb0','\x69','\x02','\x65','\x1e','\x2d','\xca','\x0f','\x66','\xec','\x7f','\x77','\x01','\x3d','\x81','\x51','\x0d','\xc9','\xc4','\xb0','\xeb','\x55','\xa4','\x01','\xb1','\xde','\xa4','\xac','\xd8','\xb5','\x64','\x85','\x66','\x2a','\xa8','\x08','\x05','\x37','\x1e','\x9e','\x24','\x50','\xa5','\xd8','\xd1','\x9d','\x8c','\x9b','\x1d','\x52','\x38','\x61','\xeb','\x89','\xf0','\x1a','\x46','\x0d','\x8c','\x9a','\x18','\x1a','\xfc','\x6f','\x44','\x3e','\x09','\x4e','\x79','\xe1','\x87','\xde','\x3c','\xb4','\x5d','\x88','\x5c','\xab','\x09','\xf9','\xd8','\x24','\xf2','\xaa','\x82','\x67','\x7b','\xc7','\xfa','\x23','\xa1','\x98','\x04','\xbc','\x16','\xb0','\xda','\x9f','\xed','\x42','\x65','\x76','\xdc','\x47','\x77','\x65','\xbf','\x11','\xa6','\x39','\x46','\x11','\x04','\xd7','\x29','\x73','\xc8','\x14','\xac','\xd5','\xe8','\x6d','\x47','\xf4','\x17','\xd4','\x63','\xb6','\x4f','\xa6','\x9c','\x60','\xca','\x01','\xda','\x0b','\x31','\xee','\x5a','\x2d','\xf2','\x99','\xfb','\xf1','\xd8','\x22','\x66','\x35','\x41','\x94','\xdb','\x34','\xe3','\x82','\x60','\x5a','\x41','\xa6','\xea','\x99','\x7a','\xcb','\x9a','\x4c','\x85','\x20','\xd7','\x6c','\x9a','\xf6','\x96','\xc0','\x73','\x1a','\xe6','\x64','\xd5','\x2c','\x98','\xe6','\x90','\x61','\x0e','\x39','\xe2','\x95','\x96','\x69','\x23','\xf3','\xb0','\xe0','\x41','\x43','\x02','\x27','\xac','\xf5','\xf1','\x42','\x5c','\xff','\xce','\xbb','\x1e','\x55','\x52','\xdf','\x69','\x01','\x1e','\x43','\x2c','\xdd','\xd1','\x4c','\x2b','\x84','\x2d','\x31','\x80','\x49','\x9b','\x3b','\xa7','\x8d','\x9c','\xad','\x4e','\x2d','\x38','\x5f','\x6a','\x6f','\x5d','\x70','\x74','\x85','\xaf','\x1a','\x77','\xed','\xaf','\x3c','\xd8','\x67','\xd3','\x5d','\x3b','\x0a','\x0e','\x24','\x72','\x1c','\x00','\x49','\x22','\x33','\x86','\xaa','\x71','\xc8','\xa8','\x67','\xb9','\x2f','\xef','\x81','\x93','\xdb','\x85','\x20','\x22','\xc1','\xf7','\xde','\x3d','\x52','\x51','\x58','\xd7','\xff','\xb9','\x97','\x09','\xfc','\x1e','\xea','\xec','\x3a','\x9d','\x9c','\xdb','\x1d','\x28','\x33','\xcc','\x84','\x9c','\x6c','\x44','\xf6','\xf5','\x55','\x82','\x4e','\x12','\xb4','\xc6','\x4d','\x84','\x6b','\x90','\x0e','\x29','\xc6','\x01','\x3e','\x5d','\x65','\xa2','\x4f','\xbc','\x8b','\x4b','\x11','\xb7','\xea','\x59','\xc4','\xce','\x8a','\x13','\x72','\x96','\x8a','\x41','\x3b','\xb7','\x88','\xc0','\x05','\xfa','\xb8','\x95','\x5b','\x8c','\xe7','\x16','\xb1','\xfe','\x71','\xf0','\xd8','\x82','\x7f','\x90','\x20','\x8d','\x1f','\x35','\xf4','\x4d','\xe8','\x5a','\xc6','\x97','\x3a','\x7c','\xa7','\x0c','\x49','\x6d','\x94','\x75','\xf8','\xc3','\x91','\xbb','\x7c','\xf4','\x9f','\xda','\x82','\xda','\xd3','\xd0','\x84','\xbd','\x32','\xc2','\x9b','\x8a','\x65','\xb3','\x37','\x40','\x68','\x1d','\xb0','\xf4','\x9d','\x24','\xea','\x2d','\xc0','\xcd','\x32','\xf8','\x2d','\xe4','\x15','\x63','\x08','\xb2','\xb3','\xc8','\x13','\x26','\x78','\x4e','\xba','\xeb','\x86','\xcb','\x4f','\x51','\x7f','\x7f','\xd0','\x8e','\x81','\x58','\x52','\x3a','\x1d','\xac','\x6b','\x42','\xc2','\x7b','\xc1','\x1f','\xee','\x7c','\xa2','\x8e','\xfb','\x7d','\x27','\x19','\x1a','\x6c','\xe5','\x12','\x83','\x7e','\x55','\x1e','\x4b','\x1b','\x0e','\x61','\x86','\x42','\xb9','\x23','\xc2','\xd4','\x64','\x91','\xe1','\xac','\x06','\x0d','\x83','\x18','\xd6','\xa7','\xaa','\xd8','\x23','\x12','\xa2','\xbf','\x45','\x72','\x84','\x8e','\x18','\xc9','\xa5','\x82','\x5c','\x8c','\xe8','\x6f','\x53','\x36','\xa5','\x32','\xf3','\xb2','\xde','\x32','\x72','\xe8','\x72','\x4e','\xa6','\xfa','\x7b','\x29','\x06','\xa1','\xf0','\x4f','\x44','\x7f','\x09','\xdc','\x97','\xa8','\x83','\x88','\xfc','\x30','\x66','\x52','\x8d','\x85','\x0d','\x91','\x1f','\xc5','\xa0','\xa5','\x6b','\xd7','\xc4','\x58','\x5f','\xd9','\x1e','\x63','\x36','\x19','\x67','\xb6','\xfb','\x60','\x85','\xec','\xad','\x28','\x7b','\x2b','\x34','\x59','\x51','\x93','\xb6','\x96','\xa8','\x18','\xfc','\x30','\xec','\xa8','\x58','\x8a','\xf9','\x72','\x4b','\x04','\x8b','\x79','\x27','\x1e','\x48','\x33','\x49','\x28','\x27','\x0a','\x3c','\xc1','\x83','\xc2','\xf6','\x12','\x7a','\x3f','\x11','\x50','\x2e','\x50','\x65','\xda','\xd9','\x37','\x71','\x74','\xc1','\xb3','\x57','\x9d','\xa9','\x05','\x20','\xe5','\x9e','\x96','\x1c','\x6b','\xc4','\x9d','\xd1','\x83','\x53','\x39','\x77','\x26','\xe7','\x5a','\x39','\x77','\x5a','\xf7','\x2b','\x39','\xb7','\x63','\x62','\xfc','\x3c','\x7f','\xcf','\x1d','\x49','\x75','\x91','\x57','\x47','\x69','\xee','\xb1','\xff','\xa7','\x30','\x6c','\x37','\xd2','\x0e','\x58','\xd6','\xe1','\x2b','\x58','\xa3','\x34','\xd3','\xb0','\xff','\xa6','\x61','\x4d','\xf1','\x2d','\x86','\xdb','\x2d','\x6e','\x76','\xeb','\x8f','\xac','\xa9','\x3f','\x02','\xe2','\xc4','\x29','\x1c','\x7e','\x88','\x71','\x2c','\xd9','\xe9','\x32','\x50','\xe6','\x30','\xa3','\x5d','\xdd','\x49','\xe0','\x5f','\x7d','\x70','\x00','\x8d','\x2c','\x79','\xc6','\xb2','\xe1','\x88','\x9b','\x3a','\x52','\x94','\xcb','\x76','\x15','\xe5','\x14','\xa0','\x0c','\xd9','\xa6','\x17','\x49','\x05','\x62','\xd0','\xd5','\x8f','\x23','\xc0','\xa3','\x29','\x7a','\xeb','\x2c','\x84','\x2d','\x14','\x5a','\x7c','\xc6','\x07','\x68','\xde','\x25','\x96','\x3b','\x6f','\xb9','\xc8','\x5a','\x42','\xd6','\x09','\x32','\x7f','\x62','\xde','\x7a','\x06','\x59','\x55','\x64','\x69','\x25','\xab','\x3a','\xff','\xd5','\x67','\xac','\xaf','\x9d','\x38','\x79','\xcb','\xb5','\x1a','\x17','\xac','\xf3','\x78','\x1e','\x63','\x0b','\xa3','\x18','\x0f','\x98','\xae','\x84','\x42','\x1b','\x0f','\x11','\x7e','\x2e','\xb3','\x20','\x45','\x77','\x8c','\x92','\xc5','\x3a','\x49','\x74','\x75','\x58','\x78','\x98','\xab','\x65','\xfd','\xce','\x8b','\x42','\x9f','\x05','\x96','\x05','\x45','\x63','\x49','\x6a','\x64','\x92','\x0e','\x4b','\x48','\xfc','\xb2','\x33','\x27','\x6c','\xb7','\xee','\x43','\x1d','\xea','\xb9','\x5f','\xcc','\x01','\xf7','\xe0','\xb3','\x79','\xef','\xd9','\x83','\xde','\xb3','\x45','\xef','\x59','\xd6','\xfc','\xf2','\x56','\x70','\x6a','\xcb','\xab','\x32','\x70','\xae','\x4c','\x80','\x52','\x84','\x40','\x6c','\xce','\xb6','\x2d','\x7a','\xba','\x83','\xdf','\xc6','\x28','\x99','\xec','\x6b','\x33','\x42','\x8f','\x71','\xca','\x69','\x70','\x33','\x47','\x6a','\xe6','\x60','\xcd','\x7c','\x00','\x9b','\x18','\x9b','\x29','\x6c','\xa6','\x6b','\x66','\xae','\x61','\x9a','\xf0','\x2b','\x2b','\xfa','\x93','\x2e','\xbf','\x8d','\xd6','\x87','\xad','\xe5','\x13','\xe8','\xb1','\x6e','\xe8','\x93','\xa7','\x7b','\x0b','\x9f','\x84','\x05','\x0a','\x0d','\x0e','\x85','\x34','\x7f','\xac','\x17','\xda','\x9b','\x4c','\xdd','\xcc','\x67','\x68','\x8e','\xd2','\x91','\x65','\x3a','\xb5','\x4c','\x8d','\x31','\xfa','\x74','\x9b','\x9e','\x77','\xda','\x71','\x51','\x3c','\x30','\x00','\x98','\x0a','\xf7','\x1a','\x5c','\x15','\x28','\x7c','\x6c','\xfb','\x01','\xfc','\x29','\x5c','\x36','\x4d','\x23','\x6a','\x51','\x28','\x32','\x98','\x84','\x18','\x04','\xd5','\x06','\x84','\xf3','\xb6','\xa3','\x7f','\x47','\x14','\xaa','\xbb','\xa4','\xd6','\xb8','\x92','\x0d','\x2b','\x14','\x57','\x54','\x52','\x29','\x2c','\x55','\x46','\xd5','\xca','\x64','\x57','\xa6','\x41','\x00','\xad','\xc1','\xf8','\xde','\x4a','\x8c','\x0a','\xd5','\x4c','\x2a','\x6e','\x02','\x33','\x8b','\x84','\x9e','\x42','\x1f','\x3c','\x6c','\x7b','\x5d','\x12','\xd5','\xea','\xc8','\x20','\x5d','\xd9','\xf7','\x94','\xdb','\xe6','\xce','\xad','\xb0','\x53','\x07','\xe9','\xf2','\xca','\x7a','\xa0','\xd7','\x76','\xa3','\xa3','\xd4','\x16','\xd9','\x3f','\x48','\xaf','\x4d','\xf0','\x28','\xf2','\x98','\xa7','\x0a','\xdf','\x9d','\x1a','\x03','\xf5','\x1a','\x50','\x29','\x8a','\x0a','\xfe','\x40','\xd5','\x4b','\x56','\x9b','\xe4','\x4a','\xb0','\x8f','\xf5','\xf2','\x5a','\x4d','\x48','\x16','\xf5','\xa8','\xb5','\xc0','\x1a','\x73','\x02','\x59','\x74','\xc7','\xfe','\x05','\x44','\x59','\xd2','\xab','\x19','\xfb','\xaf','\x8a','\xd2','\xb7','\x4d','\xe9','\xdb','\x8e','\x9c','\x46','\xdc','\xa0','\x6d','\x45','\x48','\x2f','\x29','\xb4','\xaa','\xd2','\xa2','\x46','\xb3','\xbb','\xf1','\x7e','\xfd','\x7c','\x8c','\x35','\x34','\xfe','\x1e','\x1e','\xbf','\x1e','\x3e','\xba','\x84','\x4f','\xd3','\xf8','\x57','\x1f','\x5a','\x6a','\x8e','\xaa','\xcd','\xc9','\x2e','\x49','\x82','\xc0','\xea','\xef','\x8d','\x1b','\x69','\xd7','\xa0','\x1b','\x9a','\xba','\xc9','\x98','\x4a','\x35','\x2d','\x6b','\x18','\xc9','\x05','\x40','\x9f','\x14','\x27','\x25','\xdf','\xbe','\xe4','\x74','\x59','\xfd','\xcf','\x55','\xec','\xc0','\x4e','\xd7','\x2b','\x1d','\xfb','\x36','\xa8','\x69','\x6c','\x3f','\x15','\xc6','\xdf','\x20','\xde','\x2c','\x90','\xd8','\x35','\x14','\xf5','\xf9','\x0a','\x72','\xfe','\xd2','\x22','\x1a','\xbb','\xc9','\x26','\xde','\x6a','\x4f','\x2c','\xb2','\x84','\x9c','\xc7','\xc7','\xf2','\xe1','\xad','\x02','\x8e','\xeb','\x58','\x19','\xe6','\x0b','\x6b','\x72','\xd5','\x1b','\x9e','\x02','\xfe','\xd5','\x09','\xa9','\x36','\x66','\x87','\x40','\x97','\xba','\x9b','\x85','\xd5','\x41','\x26','\xe8','\x4e','\x6a','\x33','\x24','\x53','\x01','\x68','\x0e','\x6a','\x65','\x12','\xe6','\xec','\xdc','\xc9','\x26','\xab','\x10','\x6d','\x6f','\x77','\x1a','\x20','\xe8','\x29','\xbe','\x4f','\x32','\x94','\xab','\x8c','\xfd','\x73','\xf5','\xee','\x9b','\x5a','\x3f','\x9d','\xb2','\xf8','\xe9','\x2e','\xe0','\xdb','\xcc','\x2d','\xb0','\x9d','\xfd','\x4b','\x05','\xbd','\x9b','\x94','\xae','\x66','\xe4','\x45','\x75','\x60','\xe1','\x72','\xce','\xf1','\x56','\x9d','\xaa','\xf4','\x92','\x9e','\xdd','\x1a','\x4e','\x01','\xb9','\x66','\xb7','\x1f','\x0d','\x42','\x5c','\x3e','\xe1','\x5d','\xee','\x50','\x0a','\xc4','\xac','\x82','\x72','\x49','\xb4','\xe6','\x92','\xfb','\x96','\x82','\x3d','\x37','\x48','\xee','\x32','\x59','\x5b','\x21','\xf7','\xd5','\x49','\xfa','\x12','\x99','\x7a','\x69','\x60','\xb1','\x46','\xb2','\x70','\x5d','\x76','\xdc','\x17','\x39','\x2f','\xfc','\x28','\x22','\xab','\xac','\xdf','\x97','\xf2','\x7f','\x31','\x57','\xb7','\x3f','\xaa','\x3f','\x9b','\xfb','\xf6','\xb3','\xb9','\xbd','\xcf','\x16','\x86','\x9e','\xcd','\x67','\x4f','\xff','\x6d','\xf2','\x54','\xbb','\xb5','\xbd','\x6e','\xe8','\x77','\x5f','\x37','\x30','\x2c','\x64','\x97','\x07','\xe4','\x22','\x59','\x63','\x8a','\xa5','\xd1','\x99','\x92','\x9a','\x0a','\x47','\x5c','\x43','\xff','\x2b','\xa3','\x34','\x6e','\xd4','\xca','\x65','\x9c','\x0a','\xec','\xf7','\x0c','\x80','\xe2','\xb9','\x46','\xe9','\xbd','\xf2','\xd8','\xf5','\x60','\xc2','\x35','\x1e','\x23','\xe2','\x95','\xa6','\x11','\x92','\xd2','\x99','\x54','\x68','\x90','\xbe','\xba','\x70','\xa7','\xbe','\xdc','\x54','\xb3','\xc1','\xc8','\xb9','\x0d','\x7d','\x7d','\xa3','\x14','\xdf','\xa8','\xc5','\xff','\x9c','\x2f','\x2b','\xf6','\xfa','\x06','\x8e','\x6f','\xe0','\x73','\x1b','\xa5','\x77','\x37','\xc6','\xd6','\x37','\x26','\x2e','\x05','\x8f','\x45','\x9e','\xad','\xe7','\x85','\xa8','\x71','\x26','\xaa','\xe7','\xa2','\x96','\xa8','\xcb','\x37','\xa6','\x2f','\x85','\x7c','\xf1','\x9a','\xc9','\x71','\x23','\xa7','\xe4','\x60','\x46','\x26','\x33','\x09','\x62','\x7d','\xc5','\x3f','\xf9','\x21','\xb1','\x2a','\x91','\xf9','\xfc','\x71','\xbe','\x42','\x66','\x81','\xe0','\xfe','\x30','\x50','\x28','\xdc','\x40','\x27','\x2f','\x84','\x15','\x39','\x98','\x16','\x7d','\x01','\xf2','\x0b','\xe7','\xc3','\xb7','\x6b','\x40','\xbb','\x1d','\x19','\xa4','\x9b','\x30','\xbf','\x86','\x43','\x22','\x5e','\xeb','\x94','\x90','\x8e','\x63','\x6a','\x87','\xfc','\x5b','\x73','\x4b','\xcf','\x94','\x86','\x67','\x4a','\xed','\x99','\x92','\x39','\x53','\x32','\x66','\x4a','\x68','\xe6','\x5f','\xf0','\xc9','\xa3','\x3a','\xd5','\xac','\x67','\xaa','\xcb','\xa6','\xba','\x64','\xfd','\xcc','\x85','\xf0','\x53','\xae','\xf1','\x29','\xd7','\xfb','\x67','\x97','\xcf','\xd9','\x1f','\x04','\xde','\xfe','\x73','\x9e','\x71','\x2e','\xeb','\xfa','\xea','\x9f','\x9c','\x53','\x5d','\x31','\x70','\xcf','\x45','\x96','\x75','\x5f','\x55','\x5d','\x57','\x75','\x91','\xfa','\xff','\x0e','\x1f','\xaa','\x07','\x83','\xcb','\x30','\x7f','\xfa','\x9b','\xcd','\xa3','\x64','\x9d','\x48','\x0a','\x75','\x8a','\xa1','\x3c','\x4e','\x38','\xd9','\x1f','\x4e','\x76','\xe0','\xd6','\x5e','\x92','\x32','\xfe','\x87','\x40','\xd5','\x05','\xde','\xca','\x8e','\xe3','\xf4','\x0e','\xd2','\x9b','\x96','\xfd','\x55','\x98','\x1e','\x4e','\x26','\xc2','\x51','\x47','\x80','\xea','\x1e','\x8e','\x7a','\xf2','\xf7','\x50','\xe1','\x90','\x37','\x94','\x73','\x86','\x46','\x1c','\xf9','\xa8','\x13','\x7e','\x8c','\x13','\x72','\x98','\x3a','\xab','\x3e','\x60','\x65','\x86','\x7e','\x96','\x16','\xf6','\xd0','\xb5','\x41','\x0a','\xee','\x10','\x5d','\x09','\xfd','\xcb','\xc4','\x6c','\x51','\x13','\x28','\x2b','\x27','\xbc','\xcb','\xb9','\x85','\x15','\xf9','\x05','\x8a','\xf3','\x59','\x1a','\x4f','\xb6','\xa8','\xe0','\x2b','\x88','\x52','\xd9','\xd0','\x9f','\xab','\x86','\x5b','\x19','\x72','\x90','\x92','\x3c','\x25','\x39','\x36','\x9c','\x5b','\xd9','\xc7','\x2e','\xef','\x5b','\x69','\x7d','\x6e','\xc5','\x18','\x67','\xad','\x71','\xb6','\x32','\x9b','\x5b','\x11','\x92','\x30','\x14','\xde','\x23','\x08','\x13','\x44','\x27','\x2f','\x7c','\xa6','\x04','\xb0','\xce','\x62','\x9c','\x00','\xde','\x54','\xfb','\x47','\x35','\xfc','\xa9','\x57','\x70','\xfc','\x15','\x9c','\xb8','\x8d','\x47','\x48','\xf8','\x37','\x73','\x20','\x22','\xfc','\x00','\x1e','\x93','\xc3','\x89','\x12','\x7e','\xec','\xdd','\xda','\x84','\xf2','\xca','\xc4','\xc1','\x57','\x26','\x12','\xb7','\x27','\x24','\xfc','\x19','\x7c','\xc4','\xa2','\x64','\xd2','\x41','\x46','\x18','\x3a','\x7a','\xa0','\x4a','\x28','\x23','\xdd','\xa0','\x53','\xaf','\xea','\x1f','\xd4','\xb5','\x8a','\xfa','\xe4','\xf4','\xd8','\xff','\x78','\x32','\xfc','\x39','\x4b','\xd3','\xbf','\xaa','\xa9','\xff','\x45','\x1b','\x6d','\x1c','\x38','\x7a','\x3e','\x50','\xb1','\x96','\xc1','\x1a','\xe5','\x2f','\xde','\x3e','\xa0','\x9d','\x0c','\x9e','\xb4','\xb4','\xff','\xd1','\xd2','\xe0','\x3d','\x96','\xa6','\x36','\xc6','\x46','\xaf','\x85','\x47','\x6b','\xdd','\xfc','\x7c','\x17','\x44','\x3a','\xb0','\xc2','\x97','\x91','\x88','\xea','\xa1','\x15','\x2d','\xbf','\x03','\x57','\xc2','\xe1','\xde','\xfa','\xfc','\x48','\x93','\x3c','\x1f','\x90','\x59','\x02','\x2d','\x76','\x4d','\x42','\x5c','\x32','\x40','\xc8','\x9c','\xe8','\x83','\x4e','\x20','\x15','\xa3','\x4c','\x84','\xdb','\xe7','\x21','\x4f','\xb8','\x25','\xe8','\x0b','\x64','\x25','\x49','\x92','\x29','\x94','\x49','\x7a','\xc5','\x61','\xb3','\xfa','\xb0','\xd9','\x9a','\x90','\x9c','\x31','\x1c','\x2f','\xd1','\x04','\xff','\x9f','\xbb','\xef','\x37','\xe1','\xd6','\xe8','\xf2','\x3f','\x27','\x15','\x22','\x5c','\x19','\xf1','\xd3','\x24','\xe1','\xfb','\x7e','\x97','\x38','\x8d','\x0c','\xa7','\xfc','\x7d','\x2e','\xc9','\x78','\xe8','\xf0','\x0d','\x3c','\x9e','\x0d','\xc7','\x29','\x9e','\xa5','\x18','\x38','\xcc','\x21','\xa5','\x80','\xb7','\x4d','\x3c','\xdd','\xc5','\x9b','\xda','\xdf','\xb3','\x90','\x47','\xeb','\x95','\xf0','\x47','\x95','\x1d','\x70','\x5f','\x24','\x1a','\xeb','\xb6','\x3a','\x1d','\x76','\x7d','\x7d','\x76','\xb0','\x3c','\xa7','\x42','\x3e','\x18','\x65','\x86','\xde','\xae','\x15','\x1e','\x0b','\x0b','\x63','\xb8','\x50','\xc2','\x05','\x8c','\x0b','\x89','\xa0','\x60','\x61','\xfd','\x36','\xf4','\x58','\xb2','\x93','\xc1','\xc1','\x06','\xce','\x77','\x08','\xcf','\xf0','\xe8','\x13','\xc1','\xf4','\x34','\x3a','\x5e','\xa9','\x3f','\x99','\xc0','\xcb','\x44','\x94','\x2d','\xc5','\xba','\x0a','\x4a','\x0a','\x75','\x9a','\x48','\x27','\x93','\xe9','\x6b','\x99','\xa1','\x45','\x66','\x23','\x8f','\xbf','\x7e','\x08','\x78','\xdb','\xa5','\x73','\x80','\xb9','\x4a','\x12','\x34','\x41','\xd0','\x35','\xee','\x45','\x0b','\x99','\xc8','\x44','\x77','\xc0','\x3d','\xc4','\x84','\xe0','\xd9','\xee','\xe6','\x69','\xc1','\x9b','\x18','\x62','\x84','\xbb','\xba','\xb2','\xee','\x63','\x08','\x9a','\x5a','\x03','\xcc','\xdb','\xb3','\xd2','\x18','\xd2','\xc3','\xc3','\xcc','\xfb','\x55','\xe6','\x7d','\x87','\x79','\x43','\x8f','\x34','\xe9','\xf3','\x01','\x9d','\x25','\x40','\xa7','\xdb','\x24','\x54','\xb4','\xae','\x47','\x7d','\xeb','\xaa','\xac','\x90','\x30','\x83','\xf1','\x0a','\xae','\x1d','\x43','\xe5','\x27','\xd0','\xec','\xb8','\x73','\x86','\x99','\x2a','\xcd','\xff','\xe3','\xbf','\xca','\x1b','\xa9','\xb8','\x83','\xef','\xd3','\x18','\xf7','\x5e','\x94','\x88','\x6c','\x84','\x31','\xa6','\x6f','\x6d','\x19','\x46','\x95','\x55','\x05','\x65','\xb3','\xc1','\x50','\xed','\x90','\x08','\xe5','\xf8','\x21','\x04','\x9e','\x1c','\xd3','\x5a','\x8d','\x5a','\xd6','\xd0','\xd8','\x58','\x58','\xc3','\x34','\x99','\xa4','\x13','\x13','\xf4','\xd6','\x2d','\x5a','\x2a','\xa5','\x25','\x34','\x2c','\x39','\xfe','\x31','\x72','\xc6','\x0e','\x4e','\xec','\xcc','\x81','\x47','\xd6','\xb6','\x7d','\x26','\xea','\x71','\x3b','\xc5','\x3f','\xb6','\x39','\x60','\xef','\x42','\x03','\xbb','\x8b','\x09','\xb6','\x8f','\x0f','\x36','\x01','\xc2','\xa5','\xe6','\x1d','\xb6','\x0b','\xbc','\xd1','\xb5','\x6c','\x27','\x57','\xdc','\xd3','\x9f','\x89','\xba','\xf8','\xf9','\x40','\xe3','\x87','\x99','\x0a','\x81','\xf2','\x78','\x46','\x93','\x83','\x3f','\x40','\x66','\x78','\x76','\xa6','\x31','\xe9','\x37','\xa6','\x67','\x1a','\xcf','\xcd','\x04','\xf7','\xcf','\x34','\x22','\x7b','\xc8','\x0f','\x1e','\x9c','\x69','\xa8','\x66','\x83','\x6d','\x35','\xb6','\x7e','\xd4','\x78','\xe1','\xbd','\x20','\x37','\x8b','\xf2','\xe6','\x93','\x07','\x4d','\xab','\x68','\xae','\xd1','\x8a','\x9c','\x80','\x7d','\xa7','\xa3','\x4b','\x85','\x2b','\x2c','\xfc','\xb0','\x8d','\x62','\x10','\xd7','\x18','\x0d','\x66','\xbf','\xcb','\x66','\x9a','\xe6','\xcc','\x86','\x39','\x73','\xc3','\x9c','\xf1','\x0c','\xdb','\xf3','\x66','\xbc','\xcb','\x33','\xab','\xdc','\xd4','\x99','\x35','\x75','\xe6','\x2a','\xb5','\xd7','\x89','\xb9','\x91','\x32','\x55','\xb8','\x45','\x76','\xe0','\xd5','\xef','\x06','\x56','\xdf','\xb9','\x9c','\x52','\x21','\x92','\x88','\x06','\x78','\x1c','\x58','\x47','\xf4','\x0c','\x52','\x8f','\x20','\x2d','\x25','\xf0','\x24','\x09','\x68','\x0f','\xd1','\x30','\x29','\x88','\xbe','\x00','\xa1','\x59','\xb8','\x15','\x03','\xa2','\xb8','\x89','\xfb','\xc2','\x30','\x2e','\x66','\x92','\x62','\x6f','\x81','\x7b','\x45','\x00','\x11','\xbd','\x45','\x4d','\xbe','\xb7','\x42','\x97','\xee','\x69','\x87','\x55','\xbc','\x22','\xae','\x52','\x5a','\x94','\x5a','\x54','\x76','\x92','\xa3','\x88','\x3c','\x2e','\x35','\x81','\xac','\xf5','\x23','\xb7','\x22','\xb9','\x93','\x92','\xbb','\x08','\xb4','\x8a','\x6e','\xf8','\x89','\x0b','\xfc','\x8a','\xfc','\x95','\xb4','\x6b','\x7f','\xe2','\x76','\x80','\xe0','\x91','\x45','\x60','\xb6','\x33','\xd0','\x14','\x26','\xa3','\x39','\xd8','\x9a','\x24','\x2f','\x26','\x41','\xdf','\x68','\x4c','\xaa','\xc7','\x52','\xbe','\xfd','\x41','\x9d','\x2c','\xd4','\xe9','\xff','\x40','\xa7','\x5f','\xdc','\x1b','\x93','\xbe','\xad','\xbf','\xf3','\xe7','\xb1','\xf8','\x9f','\xcb','\x9b','\x98','\x7f','\x6e','\xb3','\xc8','\xef','\x23','\x91','\x15','\x64','\x4c','\xb0','\x4a','\x30','\x01','\xca','\x86','\xb8','\xb2','\x08','\x64','\x7a','\x2d','\xa2','\x78','\x24','\xd9','\xd1','\x0f','\x1d','\x70','\xbd','\xb0','\xd9','\x4c','\x5f','\x08','\xd2','\x4b','\x5e','\xba','\xee','\xa5','\x97','\xbd','\xf4','\x65','\x8f','\x7b','\x29','\x05','\xd4','\x2c','\x64','\x83','\xe7','\x90','\x67','\x41','\x0b','\x92','\x77','\x9f','\x23','\xf6','\x71','\xcf','\x53','\x51','\x43','\xb3','\x21','\xd1','\x1f','\xe9','\x92','\x27','\x45','\x92','\x3f','\xa2','\x51','\x3a','\x2e','\xa3','\xf3','\xb2','\xe0','\x09','\x7f','\x91','\x07','\xda','\xb4','\x58','\xf1','\x4f','\x54','\xd0','\x0e','\xf2','\xa8','\x1d','\xd6','\xe1','\xc5','\x82','\x3a','\xec','\xa0','\x43','\xf6','\x39','\x24','\x0d','\xf6','\x99','\xb4','\xfb','\xa8','\x1e','\x3c','\xfa','\x9a','\x73','\xfa','\xf7','\x9c','\xd9','\x29','\xa7','\x7c','\xd4','\x69','\x2e','\x38','\xcd','\x08','\xf5','\x7d','\x37','\x58','\x6f','\x8f','\x2f','\x17','\x25','\xb7','\x49','\xa8','\x60','\xa9','\xe6','\x3b','\x5d','\x2f','\x53','\xd2','\xd4','\xf4','\xf7','\x8a','\x6c','\x9d','\x41','\xb4','\xc4','\xed','\xaa','\xc7','\xd6','\x1c','\xb6','\x8a','\xf8','\x63','\xae','\x76','\xf5','\x31','\xf7','\x9d','\x51','\xfa','\xeb','\xa6','\xe0','\xa1','\x82','\x4e','\xf5','\x18','\x42','\x05','\xbe','\xfd','\x75','\xa1','\x11','\x32','\x7e','\x3c','\x11','\x16','\xb0','\x5a','\x98','\xc9','\x14','\x7c','\x5a','\xb8','\x9f','\x16','\x1e','\xa4','\x85','\xfd','\xac','\x20','\x71','\xd3','\x0a','\x52','\xab','\x80','\xbc','\x42','\xce','\x2b','\xac','\x9a','\xba','\xcc','\x7c','\x5c','\xac','\x12','\x70','\xa4','\x21','\x88','\x5f','\xe0','\x6e','\xb6','\x17','\x7e','\xc2','\xef','\x47','\x2c','\xcb','\xa1','\xfe','\x37','\xea','\xe8','\x3f','\xa2','\xa3','\x74','\x45','\xdf','\xe2','\x93','\xd3','\x48','\x78','\xad','\x54','\xee','\xfb','\x85','\x42','\x76','\x8d','\x00','\x72','\x12','\x75','\x59','\xa6','\x41','\x1f','\xa7','\xa3','\x7b','\xf8','\xf7','\xaa','\x29','\xc0','\x1b','\x32','\x91','\xaa','\x4e','\x04','\xcf','\x40','\x02','\x56','\x6a','\x3e','\xd1','\x41','\x1d','\xf7','\x39','\xa8','\x62','\xdd','\x98','\x94','\xce','\xd9','\x57','\x22','\x81','\xad','\xa5','\x4a','\xd6','\x17','\x83','\xb3','\x11','\xf0','\xb2','\xa2','\x52','\x78','\xa5','\x8b','\x8e','\xb3','\xc5','\xc0','\xcc','\xb6','\xfb','\x2a','\x8a','\xd0','\xd3','\xbd','\xab','\xbe','\x13','\x2e','\x42','\x28','\x27','\x08','\x89','\xf6','\x0e','\x87','\xe1','\x3e','\x99','\xee','\x5b','\xa4','\x9f','\xbb','\xd2','\x1e','\x8f','\xa3','\x71','\x8c','\x4f','\x87','\x61','\x99','\x30','\x37','\x5a','\xbf','\x26','\x3c','\x92','\x6b','\x11','\xee','\x58','\x66','\x32','\xa4','\x15','\x91','\x7a','\x08','\xe8','\x0e','\x36','\x87','\xb0','\x19','\xd6','\x4c','\x5a','\xb2','\xc0','\xf5','\xb2','\xac','\xc3','\x96','\xf5','\x59','\xcb','\x7a','\x5c','\xd8','\x99','\x19','\xeb','\xc4','\xec','\xfc','\x89','\x53','\x47','\x4e','\x54','\x71','\xbd','\x7f','\x4d','\x8a','\x9c','\x37','\x13','\x6f','\xe7','\xc7','\xee','\xa2','\x2f','\x8c','\x00','\xd6','\x9b','\x6a','\xff','\x7d','\xf4','\x85','\xbb','\x3c','\x1e','\x71','\xf0','\xc0','\x61','\x9f','\x53','\x1c','\xdb','\x17','\xbc','\x61','\xb1','\x82','\x20','\xfb','\x8a','\x0b','\xcd','\x0b','\xa5','\xab','\xb1','\xc8','\x17','\xfb','\x2d','\x46','\xab','\x62','\x10','\x59','\x91','\xb5','\xf9','\x3f','\x1d','\x5c','\xc1','\xa0','\x53','\xde','\xe7','\xcc','\xa6','\x9d','\xd3','\x17','\x1d','\xfb','\x4d','\xb7','\x9c','\x0d','\xca','\x83','\x8e','\x9b','\x73','\x06','\x46','\x9c','\xa4','\x40','\x9b','\x67','\xa4','\xba','\xdf','\x21','\x7f','\xbe','\xc7','\x7c','\x8e','\xc8','\x21','\xfb','\x24','\x93','\x48','\x47','\x49','\xbc','\x73','\x35','\x98','\x20','\xdc','\x36','\x28','\xbb','\x70','\x77','\x2a','\xf2','\x1e','\x6e','\xd0','\x89','\x04','\x52','\x55','\x1a','\x09','\x1c','\x1b','\xb4','\x59','\xcd','\xde','\xe2','\x21','\xa9','\x80','\x3f','\xad','\x9d','\x1d','\x84','\x5b','\xe0','\xc5','\x51','\x3e','\xff','\xe1','\x16','\x02','\x18','\x73','\x8f','\x3b','\x42','\xd8','\x44','\x74','\x9c','\x2e','\xce','\xfc','\xdc','\xe9','\x2b','\xc1','\xe9','\x05','\xe7','\x51','\x69','\xe9','\x33','\x59','\x9f','\x00','\x70','\xe2','\x2c','\x24','\x75','\x11','\x1a','\x56','\xe9','\xbe','\x4b','\x7e','\x66','\x93','\x1e','\xde','\x84','\xae','\x19','\x68','\x99','\xa1','\xd4','\xdd','\x01','\xd9','\xea','\x08','\x9d','\xc3','\x4c','\x9f','\xc6','\xb4','\x12','\x66','\x6f','\x76','\x3a','\xb2','\x7b','\x83','\xf4','\xcd','\x20','\xa8','\xe0','\xaa','\x09','\xd9','\x6e','\xd4','\x47','\xbd','\x9e','\xdd','\xfe','\x8e','\xbb','\xf0','\x90','\xfd','\xa1','\x59','\x27','\xb5','\xd8','\x29','\xf5','\xee','\x2a','\x12','\xc1','\x39','\x83','\x77','\xa9','\x1d','\x19','\x3d','\xf8','\x2f','\xf8','\xf7','\x1d','\x75','\x92','\x85','\xc1','\x26','\x5f','\x99','\x47','\xf9','\x3a','\xbc','\xa7','\xb3','\x26','\x8f','\xa6','\x5d','\xfd','\x13','\x17','\x9a','\x9a','\x29','\x29','\x9c','\x99','\x2b','\x30','\x2a','\x83','\x5f','\x1b','\x31','\x55','\x32','\xe9','\x6a','\x31','\xb1','\x66','\x00','\x59','\x65','\xd3','\x43','\x5b','\x3c','\x1c','\xd0','\x13','\x50','\x6d','\xea','\xee','\x2c','\x5d','\x12','\x3f','\x6e','\x5a','\x43','\x2c','\x44','\x0d','\xd2','\x33','\xa0','\x24','\x39','\xef','\x17','\x64','\x7f','\x02','\x09','\x87','\xf7','\x8e','\xbe','\x2d','\xa1','\x7b','\x1b','\xfd','\xbd','\x27','\x5d','\x16','\xa0','\x29','\xd1','\x05','\x8d','\xd9','\x86','\xcd','\xde','\x40','\x47','\x9a','\x28','\x5f','\xc6','\xf9','\x27','\xed','\xfc','\x09','\x94','\x7f','\x06','\xe5','\xab','\xa5','\xbc','\x66','\xe7','\xab','\xd6','\x67','\x7e','\xd9','\x1a','\xfb','\x81','\x65','\xfe','\xb6','\x75','\x34','\x39','\x5f','\x4b','\x4c','\x01','\x4f','\x01','\xc1','\xf1','\x79','\x7c','\xd2','\x0b','\x6f','\x77','\x1c','\xe9','\xc4','\x2d','\x16','\xc4','\x01','\xd9','\x8e','\x15','\x76','\x44','\xe5','\x2e','\x11','\xdb','\x16','\x53','\x13','\x2b','\x49','\xf4','\xb8','\xbb','\x3f','\x57','\xc4','\x5f','\xc0','\xcd','\xa4','\x87','\x02','\xd7','\xbd','\xde','\xc5','\x4e','\x5f','\xb5','\xaf','\x88','\x0b','\xa1','\x00','\x7b','\x1b','\xf0','\x1e','\x10','\x82','\x52','\xfe','\x24','\x81','\x6e','\x97','\x8a','\xd0','\xba','\xed','\xe8','\xde','\x92','\xb9','\x0a','\x9f','\xb5','\x55','\x62','\x4c','\x1d','\x61','\xa2','\xeb','\x8c','\x7e','\xd9','\x19','\xfa','\xc4','\x41','\x53','\x35','\x34','\x15','\xa2','\xa9','\x3a','\xfa','\x72','\x9d','\xbe','\x50','\xf7','\xdf','\xae','\x0f','\xbd','\x5d','\x4f','\x0b','\x71','\x55','\x3a','\x05','\xab','\x4f','\xfa','\x1d','\x0a','\x28','\x08','\x91','\x74','\xbf','\xc9','\xe3','\xdc','\x50','\xc4','\xb9','\x33','\x24','\xfc','\x71','\x70','\x3f','\x26','\x60','\x09','\xff','\x97','\x44','\x81','\xe6','\x39','\x8b','\x3c','\x77','\xd2','\x7f','\xce','\x44','\xcf','\x99','\xad','\xaf','\xbc','\xeb','\x7d','\xf9','\x96','\x57','\xb5','\xd6','\xcd','\x93','\x81','\x39','\xeb','\x99','\xa7','\x78','\x60','\xbb','\x61','\x9e','\xf4','\xbb','\x92','\x7f','\x57','\x21','\x2d','\x66','\xee','\xe8','\xe3','\x10','\x83','\x1e','\xa5','\xff','\x5d','\x16','\xde','\xbb','\x24','\x69','\x7b','\xfd','\xb9','\xa0','\x77','\x53','\xc7','\x23','\x7e','\xf8','\x21','\xc5','\x31','\x86','\x8f','\x6b','\xf6','\x8f','\xca','\x50','\x39','\xd2','\x9a','\xe1','\x56','\x13','\xa1','\xa6','\x76','\x3d','\xd4','\x5b','\x4d','\xe6','\x81','\xe9','\xd7','\x7c','\x31','\xf0','\x74','\xcf','\x63','\x5d','\x2b','\x5c','\x03','\x29','\xc0','\x1d','\x75','\x46','\xfe','\x74','\x12','\xa1','\xb1','\x48','\xb6','\x9e','\xfb','\x72','\x61','\x0a','\xcd','\x7f','\xd8','\xef','\x6c','\x77','\xc7','\x3d','\x12','\xfb','\x1e','\x7f','\x94','\xb4','\xac','\xa4','\x9a','\x49','\x1f','\x52','\x9d','\xdc','\x31','\x51','\x09','\xd2','\x06','\x2e','\xf9','\xe1','\xe6','\x76','\xfb','\xe4','\x30','\x25','\x70','\x9f','\x7a','\xe6','\xe1','\x75','\x73','\x3c','\x01','\x14','\xd7','\x65','\x6c','\xba','\x77','\xe8','\x41','\x8f','\xc6','\x91','\x5e','\x63','\x85','\x54','\xbb','\x40','\xcc','\x02','\xe5','\x7b','\x1c','\x2e','\x7c','\x29','\xd4','\xeb','\xa8','\x40','\x51','\x21','\x4d','\x0a','\xe9','\x40','\xb4','\xfc','\xbb','\xba','\x78','\x14','\xf6','\xc7','\x85','\x74','\xbd','\x30','\xe8','\x8c','\x0e','\x9e','\x1d','\xcd','\x9d','\xad','\x8c','\x2c','\x3e','\x3d','\x12','\xd6','\x8c','\x20','\x6a','\x94','\x00','\x0a','\x4d','\x25','\x02','\xcf','\xa3','\x71','\x8a','\x9e','\x0e','\xb7','\x5c','\xc1','\x67','\x2d','\x90','\x84','\x7c','\x10','\xe9','\x98','\x40','\x51','\x40','\x0f','\xb7','\x24','\xbe','\x55','\x2d','\x3a','\xc0','\xaf','\x5e','\x44','\xe8','\x7d','\x94','\x58','\xe4','\x17','\x66','\xfe','\x1e','\x7c','\x29','\x3b','\xc9','\x52','\x74','\x2f','\x6a','\xe1','\x1c','\x0c','\x7d','\x41','\x96','\x4c','\x47','\x44','\xa0','\x7f','\xb4','\x46','\x17','\x6a','\x6d','\x09','\x52','\xe5','\x28','\x99','\x14','\x19','\x36','\xb0','\x59','\x62','\x07','\x9f','\x21','\xe6','\xa3','\xae','\x39','\xde','\x34','\x67','\xb9','\x11','\xab','\x1c','\x86','\xe2','\x9a','\xed','\x94','\x37','\xe2','\x1b','\xdc','\x1d','\x63','\x24','\x5f','\x8e','\x24','\x10','\x34','\x59','\x24','\x48','\xb9','\x0b','\x74','\x93','\x7b','\x14','\x0a','\x5b','\x4b','\x02','\x16','\x7f','\x95','\x5b','\x5d','\xff','\xa4','\xce','\x56','\x97','\x99','\xb7','\x72','\xf0','\x46','\x6b','\x62','\xc3','\x98','\x68','\xb6','\x0e','\x34','\xbf','\x7b','\x60','\x35','\x7f','\xea','\xea','\xde','\xc9','\xf5','\xec','\xd1','\x7a','\x4a','\x68','\x68','\x09','\x9e','\x25','\xdd','\xc9','\xb6','\x76','\x14','\x80','\xb6','\xa9','\x96','\xb8','\xdd','\x42','\x74','\x18','\xd1','\x84','\xa7','\xe2','\x2d','\x86','\x8b','\x0c','\x1a','\xb6','\xfb','\x78','\x33','\x84','\xf5','\xd5','\x4f','\xeb','\xd0','\x9a','\xb4','\x93','\xf4','\x20','\xca','\x50','\xfd','\x7d','\xf0','\x09','\xa2','\xef','\x79','\x8e','\x0c','\xb6','\x48','\x16','\x0d','\xd4','\x51','\xb8','\x19','\xd1','\x8e','\x83','\x70','\xed','\x30','\x35','\xf7','\xd5','\xcd','\xcc','\xa6','\x79','\x78','\xd3','\x1c','\xa7','\x60','\xb3','\xaa','\x59','\x66','\xa6','\x0b','\xfa','\x2b','\x42','\xac','\xce','\x30','\x89','\x63','\x0e','\x88','\x09','\xb9','\xbd','\x1e','\x56','\xbb','\xbc','\x22','\x90','\xe6','\xec','\x6a','\x58','\x71','\x9f','\x31','\xf4','\x13','\x0e','\x90','\xcc','\xa5','\x1d','\x9a','\x13','\xf0','\x6a','\xa9','\xdf','\xc2','\x76','\x67','\x00','\x78','\xd1','\x73','\x7e','\xc7','\xfd','\x5b','\x82','\xc9','\xbc','\xca','\x07','\xb0','\xe9','\xf0','\x9b','\x63','\x58','\xf4','\x69','\xc2','\x8e','\xf3','\x56','\x5f','\x9f','\x66','\x0f','\x2d','\x1c','\xe7','\x1e','\x6a','\x11','\x2a','\x1a','\x26','\x56','\xe3','\x88','\x8a','\x62','\xc1','\x41','\xe2','\x8c','\x2a','\xe6','\xa4','\x6a','\x3a','\x40','\x1e','\xa8','\x62','\x49','\xb5','\xdf','\x0f','\x70','\x34','\x78','\x5b','\x15','\x6a','\xa1','\x28','\xfc','\x5b','\x92','\x4c','\x04','\x59','\x4c','\x1e','\x6e','\x90','\x89','\x93','\xfe','\x98','\x45','\x4a','\x98','\xd4','\x44','\xcd','\x57','\xf0','\x59','\x9d','\xe3','\xee','\xa8','\x22','\x39','\xdf','\xe2','\x4e','\xd4','\x25','\x50','\x5e','\x98','\x90','\xce','\xc6','\xed','\x70','\x0f','\xdf','\x5c','\x04','\x5d','\xc0','\x5c','\x93','\x96','\xaf','\xb7','\x89','\x88','\x26','\xe7','\x53','\xed','\xd3','\x2e','\x9d','\x15','\xaf','\x94','\xe3','\xc8','\xed','\x7e','\x9e','\x6e','\x9c','\x1b','\xb7','\x0f','\x06','\x7c','\x81','\x8b','\x4d','\xc7','\xed','\xe9','\x00','\x00','\x69','\xa0','\x2f','\xe9','\x61','\x54','\x7d','\x20','\x0c','\x0b','\xe8','\xaf','\xd7','\x50','\xe3','\xce','\x28','\xa6','\x63','\x09','\xc0','\x8a','\xa0','\xcc','\x4f','\x5a','\xc4','\x7e','\x32','\x56','\x41','\xf4','\x95','\x6c','\x45','\x7d','\x25','\x3f','\x45','\xc7','\x59','\x14','\xd3','\x95','\x35','\x94','\x5c','\xd3','\xc8','\x1a','\xcd','\x00','\xff','\x7c','\x92','\x89','\xe6','\xc7','\x85','\xc5','\x0e','\xc5','\x2e','\x9f','\x30','\xd0','\x59','\xef','\xb5','\xf4','\x56','\x6f','\x71','\x6b','\x30','\x7e','\x6b','\xac','\x31','\x6e','\xfa','\x1a','\xc3','\x32','\xc3','\x0f','\x15','\xbf','\x96','\x3d','\x68','\xfd','\xd7','\x89','\x93','\x1f','\xe7','\xad','\x87','\x0a','\x56','\xa1','\x60','\x8d','\x16','\xac','\x49','\x66','\x45','\xb9','\x01','\x97','\x05','\x0a','\xab','\x0e','\x6e','\x19','\xa6','\x29','\x8e','\xb3','\xce','\xae','\x07','\xe2','\x38','\x1b','\x0c','\x56','\x4e','\x3e','\xb8','\xaa','\xbf','\x05','\x17','\x08','\xa7','\xfc','\xaf','\x11','\xa0','\x63','\xb3','\xae','\xfb','\x27','\xdf','\x13','\x83','\x94','\x6f','\x91','\xee','\xe0','\x2a','\x0a','\x13','\xc5','\x33','\x24','\x69','\x30','\x71','\x6f','\xbc','\x15','\x86','\x2d','\x0f','\xaa','\x78','\x7b','\x20','\x67','\xa2','\x74','\xd7','\x42','\xf5','\xba','\xaf','\xbf','\x47','\x8a','\x4d','\xb0','\x13','\xd7','\xfd','\x13','\x4d','\x52','\xef','\xf1','\xd7','\x5d','\xf7','\xb3','\xeb','\x88','\x5e','\xa3','\x34','\x89','\x21','\xbc','\x31','\xe5','\x5d','\x7d','\xeb','\x64','\x14','\x78','\x32','\x07','\x16','\x71','\x52','\x3c','\x3d','\x2c','\xe3','\x66','\xf4','\x7a','\x64','\x25','\x61','\x56','\x32','\xf5','\x2e','\x49','\x34','\x09','\x52','\x04','\xd8','\x4b','\xf0','\xf6','\x74','\xfc','\xc3','\x43','\x2f','\x09','\x8e','\x32','\x77','\xe0','\x35','\x37','\xfc','\xc0','\x8d','\xc6','\x91','\x44','\xc8','\xc0','\x02','\xb4','\x22','\xfa','\x92','\x33','\xfb','\xc2','\xf9','\xf2','\x54','\x8d','\xec','\x32','\x3b','\x98','\x13','\x7e','\xef','\xb6','\x1f','\x6e','\x07','\x44','\xd5','\x06','\x96','\x8a','\xc0','\x3f','\x4f','\x34','\x82','\x4a','\x1d','\x9d','\xeb','\x38','\x1a','\x4e','\x20','\x3e','\x65','\x67','\x85','\x13','\x4e','\xb6','\x9d','\x70','\xfe','\x87','\x26','\xc1','\xc5','\x39','\x9a','\xa1','\x2d','\x92','\x8c','\x3a','\x11','\xa2','\xac','\x56','\x6a','\x0b','\x74','\xdf','\x9a','\x30','\x88','\x5e','\x19','\x20','\x2c','\x09','\x47','\x63','\x19','\xc4','\x7c','\x4d','\x99','\xa5','\xc3','\x65','\x52','\x14','\xa5','\x19','\xe1','\x65','\xc7','\x4d','\xd2','\xce','\xcc','\x55','\x93','\xd4','\xc0','\xfd','\xeb','\x06','\xf4','\x35','\x74','\x96','\x0e','\x58','\x37','\xe0','\xff','\xad','\x9b','\x29','\x6a','\x66','\xa8','\xe9','\xf3','\x45','\x83','\x9a','\x65','\xb5','\x2b','\x26','\xdd','\xb7','\x6e','\x7c','\x5d','\xec','\x62','\xb2','\x62','\xda','\x17','\xb6','\x22','\x98','\x97','\x04','\xa4','\xfa','\x02','\xf2','\xa5','\xcc','\xcb','\xf4','\x88','\xbd','\x2c','\xfc','\x36','\x7e','\x3d','\x74','\xdf','\x5e','\xa2','\x48','\x29','\xa2','\x38','\x9b','\xc4','\xa6','\xbd','\xe8','\x41','\x20','\x23','\x7b','\xdc','\x73','\xac','\x10','\xdd','\xa6','\xc3','\x15','\x73','\x07','\xbe','\x2e','\x87','\xc9','\x54','\x43','\xad','\xd4','\x50','\x22','\xc1','\x63','\x16','\x60','\x98','\xf1','\x60','\x6b','\x15','\x09','\xa2','\x45','\x92','\x5e','\x23','\xc3','\x32','\x29','\xca','\x64','\xb3','\x06','\x00','\x0f','\xba','\x9e','\xc9','\x36','\x69','\x6a','\xa9','\x88','\x06','\xb7','\x90','\x69','\xf6','\xeb','\x3c','\x1e','\x8c','\x3b','\xfb','\x15','\x83','\x2f','\x1d','\x8b','\xc8','\x54','\xa7','\x49','\xf6','\xc3','\x80','\x0a','\xb9','\xc6','\xec','\x4d','\xb2','\x63','\xb0','\x48','\xe8','\x24','\x0c','\xd2','\xdf','\x9b','\x9b','\x2f','\x50','\x1e','\x8e','\x6b','\x3c','\x90','\x54','\x55','\xdb','\xcd','\x08','\x57','\x9e','\x49','\x35','\x2d','\xbc','\x51','\x8e','\xfa','\xd7','\x64','\xd1','\xbf','\x16','\x31','\x4d','\xc8','\x59','\xdf','\xae','\xcf','\x42','\x13','\x4c','\xc2','\x84','\xef','\x55','\x33','\x2b','\x78','\xba','\x42','\x84','\x29','\x15','\x5b','\xb5','\x2b','\xe6','\x91','\x48','\xff','\x02','\xf5','\xd2','\x74','\x40','\xd6','\x01','\x3a','\xb3','\xa6','\xb8','\x5b','\x53','\x5d','\x21','\x0c','\x24','\x7c','\xe0','\xde','\x3d','\x0c','\x7f','\xd2','\x1d','\x67','\xc5','\xb8','\x53','\x3f','\xc5','\x4c','\x49','\xb5','\xbf','\x45','\x58','\xa5','\x6e','\x16','\x54','\x63','\x42','\x73','\xe3','\x5f','\x0a','\xf6','\x50','\x57','\xad','\xbb','\xe1','\xa6','\x3b','\xb7','\xe9','\x96','\xa9','\x4b','\xb2','\xfe','\x17','\x28','\xf9','\x7a','\x1d','\xcd','\x6e','\x82','\x95','\x69','\x8c','\x9b','\x4b','\xa1','\xc2','\x4a','\x40','\x6f','\xc0','\xec','\xa8','\xd2','\xb6','\x41','\xa2','\xf5','\x5e','\x30','\x80','\x5d','\xed','\x9f','\x77','\xf6','\x7e','\x26','\x63','\x71','\x32','\x72','\x1e','\xf0','\x4e','\x90','\x30','\x55','\xca','\x8e','\x6a','\xbf','\x15','\x94','\xeb','\x8d','\x8e','\x5d','\xda','\x1e','\xdb','\x62','\x0c','\x30','\x2a','\xd4','\x20','\x57','\xc2','\x94','\xe7','\xf9','\x9e','\x57','\xf5','\x3a','\x12','\xd5','\x3b','\xf0','\xab','\x11','\x97','\xf5','\xcd','\x24','\x5d','\x23','\x45','\x61','\x27','\xd6','\x48','\x5d','\x68','\x67','\xdc','\xd3','\x84','\x48','\x0d','\xb7','\x9d','\x7a','\xb5','\xf7','\x10','\xab','\x8d','\x5a','\x0f','\x84','\x75','\x5b','\x93','\x62','\xdd','\xd6','\xa4','\x6e','\x5f','\x52','\xa4','\xbb','\x94','\x45','\x77','\xc3','\x4b','\xfc','\x03','\xf8','\xba','\xef','\xa8','\xeb','\x45','\x34','\x3e','\xe8','\xef','\x73','\x92','\x77','\xf0','\x11','\xdd','\x45','\xf7','\x76','\x5b','\x1c','\xe4','\xae','\x4e','\x6f','\x3f','\xf5','\x44','\x2f','\x64','\xd8','\x85','\x8b','\xbb','\x2b','\x83','\x74','\x87','\xc9','\xad','\x2f','\x4b','\x89','\xef','\xc0','\x2d','\x77','\xf7','\x41','\x24','\xa4','\x48','\xb9','\x6b','\x13','\xb1','\xd0','\x24','\xf9','\xc4','\xf6','\xda','\xdd','\xa6','\xb3','\x62','\x5f','\x2b','\xdc','\x0c','\xc4','\x22','\x70','\xc2','\x61','\xa3','\x6c','\xf5','\x74','\x5d','\x81','\x17','\x94','\x7f','\x9a','\x0c','\xdd','\xd9','\x22','\x74','\x4f','\xeb','\xfd','\xa8','\xa2','\x1f','\x49','\x43','\x82','\x80','\x86','\xdf','\x17','\x23','\x5e','\xed','\x50','\xbd','\x92','\xab','\x15','\x46','\x6a','\xec','\xa8','\x63','\xa4','\xcf','\xda','\x1f','\x5d','\xa8','\xa4','\xb7','\x2a','\x59','\xa7','\x92','\x5e','\xb2','\x3f','\x7a','\x49','\x64','\xe7','\x9a','\x15','\xba','\x69','\xb7','\x37','\x2b','\xf4','\x06','\xe0','\x97','\xe8','\x74','\xe8','\xbf','\x23','\xa3','\xd7','\x65','\xe9','\xdb','\xb2','\x9c','\x95','\x49','\x4a','\x16','\xfb','\x4e','\x74','\xa2','\x76','\x01','\xb3','\x45','\x28','\xca','\x47','\x64','\xe8','\x93','\x80','\x3f','\xee','\x4d','\x93','\x74','\xbd','\x49','\xeb','\x65','\x70','\x2a','\x8b','\x19','\xb6','\x39','\xfb','\xe9','\xef','\x00','\x25','\xc4','\xb1','\x34','\x71','\xce','\x1c','\xe6','\x41','\x7e','\x86','\x90','\x74','\x10','\x74','\x9c','\x77','\xd7','\xdd','\xeb','\xfb','\xd0','\x6e','\xb0','\x7e','\x95','\x36','\xd6','\x68','\x10','\xd2','\xb9','\xf9','\x34','\xf7','\x82','\x32','\x2d','\x9f','\x6e','\x9c','\x09','\xfd','\x13','\x1d','\x46','\xce','\x06','\xe4','\xd6','\xf8','\x57','\x2a','\x9a','\xb4','\x9a','\x69','\x7b','\xc9','\x02','\x34','\xd0','\x6e','\xd7','\x6a','\x07','\x5c','\xc0','\xa1','\x09','\xf6','\x87','\x0c','\x31','\x53','\xfb','\xae','\xdc','\x1e','\x96','\xd1','\x3e','\x19','\x7d','\x6e','\x11','\x3d','\xba','\x88','\xc6','\x65','\x10','\xf9','\xbd','\x83','\x1e','\x1f','\x47','\xb5','\xf8','\x6d','\xbd','\x3f','\x4a','\x06','\x2e','\x05','\xe1','\x16','\x70','\xa1','\x92','\x67','\x28','\xb9','\xe4','\x0f','\xa7','\xeb','\xfb','\x2e','\xd6','\x33','\x6f','\xd6','\x0f','\xbf','\x59','\x1f','\x4f','\x73','\xfb','\x36','\x6c','\x3d','\x94','\xba','\xbb','\x4f','\xbe','\xc8','\x03','\x68','\x70','\x59','\xe3','\xec','\x27','\x66','\xb7','\xa8','\x2a','\xd5','\x33','\xf6','\x66','\x51','\x7a','\xd5','\x94','\xf7','\x3a','\xa2','\x6c','\xcd','\x6f','\x4e','\x10','\x0b','\x80','\x7e','\x2b','\x51','\xff','\xd2','\x12','\x06','\x85','\x64','\x2c','\x8f','\x0c','\x88','\xc4','\xa7','\xa2','\x70','\x89','\x4d','\x4c','\xf2','\x61','\x90','\x07','\xf1','\x11','\x6e','\xf0','\xc9','\x15','\x59','\xa5','\x72','\x86','\x4a','\x75','\x26','\xad','\x6c','\xa1','\x56','\x55','\xba','\xca','\xe4','\x69','\x96','\xcc','\xb3','\x62','\xf6','\x90','\x07','\xfd','\x20','\xc0','\x77','\x31','\x8a','\xf0','\xe3','\x08','\x17','\x10','\x04','\x39','\xba','\x0f','\x7c','\x17','\x93','\x28','\xbf','\x88','\xf2','\x40','\x1a','\x0f','\x65','\x05','\xbe','\x2e','\x28','\x5d','\xdd','\x46','\x46','\xbd','\x2d','\xea','\x55','\xe9','\x55','\xc6','\x84','\x99','\x6b','\x45','\x2f','\x1c','\x42','\xf3','\x0a','\x6c','\xa8','\x40','\xbc','\x33','\x49','\x4c','\x66','\x6f','\x51','\x62','\xa6','\x89','\x19','\x13','\x5c','\xdc','\x67','\xd4','\x0a','\xd5','\x6c','\x6a','\x1c','\xd9','\xf7','\xaa','\x60','\x9d','\xea','\xe7','\xb1','\xef','\xd7','\x89','\x16','\x55','\x78','\x0d','\xa8','\xcb','\x35','\x72','\xe0','\xc0','\x40','\x10','\x20','\x4d','\xe3','\xe6','\xec','\xdf','\x5f','\xe1','\xf7','\xec','\x33','\xcf','\x1c','\x7c','\x72','\x23','\xde','\x74','\xe3','\xdf','\x4c','\xec','\x89','\xc5','\xee','\x37','\x00','\xf7','\xae','\x0a','\x41','\xc3','\x2d','\x7e','\xb5','\xed','\x76','\x24','\x6e','\xc8','\xad','\x28','\x18','\xdb','\xb6','\xb9','\xb0','\xba','\x34','\x05','\xaa','\x99','\xc9','\x7e','\x58','\x8f','\x38','\xbf','\xb2','\x37','\xe9','\x8e','\x81','\x49','\xd3','\xad','\x36','\x05','\xa6','\xc9','\xdd','\xfc','\xd8','\x99','\x1e','\x26','\x4d','\x00','\xf5','\xf7','\x9a','\xe4','\xd7','\x5a','\xe4','\xd7','\x4c','\xf2','\xab','\xb6','\xff','\xcf','\x4d','\xb4','\x59','\xc1','\x9b','\x76','\x58','\xaf','\x60','\xfa','\x62','\x89','\x7e','\x65','\xe2','\x53','\x5f','\x79','\xf8','\xe1','\x49','\x3c','\xb1','\x96','\x9c','\xb8','\x36','\xa1','\x7d','\xe7','\xd6','\xc8','\x87','\xa5','\xa9','\x51','\x7c','\x2c','\x35','\xec','\x60','\xb2','\x03','\x57','\xd0','\xc4','\xe1','\xfb','\x21','\xdc','\x15','\x2a','\x50','\xd5','\xa5','\x2f','\x04','\x59','\xaf','\x99','\x76','\x36','\xd2','\x2f','\x79','\x69','\x97','\x5b','\x33','\xed','\x06','\x7c','\x90','\x8b','\xec','\xb7','\xbd','\xd1','\xb4','\x57','\x51','\x5b','\x4f','\x6b','\x76','\xcd','\x18','\xbe','\xd7','\xfe','\x9e','\x91','\x83','\x56','\x37','\x77','\xd4','\xa3','\x77','\x8b','\x00','\xd5','\xe8','\x90','\x83','\x5e','\x00','\x8c','\xa2','\xbc','\x00','\x8d','\x42','\x55','\xb1','\xfe','\x74','\xf4','\xe8','\xc5','\xfe','\xfe','\x60','\xdc','\x18','\x59','\x62','\xc6','\xcb','\xea','\x39','\xf8','\x13','\x24','\xc5','\xfe','\x01','\x67','\xac','\x73','\x9c','\x87','\x80','\xf9','\xf3','\x5b','\xfc','\x37','\x75','\x5a','\xc8','\xb6','\x27','\x28','\x8d','\x53','\xba','\x87','\x2f','\x32','\x97','\xda','\x3c','\x6c','\x99','\x5b','\x5d','\x2a','\x0f','\xbc','\x44','\xec','\x57','\xbf','\x30','\x70','\xf9','\xeb','\x03','\xde','\xe9','\x8b','\x97','\x4f','\x5f','\x5c','\x29','\xe7','\xea','\xe5','\x91','\x4b','\xee','\xd1','\x97','\x06','\x2e','\xd4','\x40','\x98','\x20','\xea','\xdf','\xa1','\xa7','\x94','\xbd','\xd6','\x72','\x58','\x99','\xa1','\x95','\xc7','\xa8','\x39','\x41','\x2d','\xee','\xa4','\xdd','\xff','\x29','\x73','\xf0','\x53','\x33','\xe1','\xbf','\x39','\xf9','\xf5','\xff','\xc1','\x2a','\xff','\xca','\x1f','\x90','\x5f','\xf9','\xfd','\x2f','\xfc','\xca','\xf8','\xd7','\xff','\xbb','\x47','\x4e','\xff','\xb3','\xe2','\xe9','\x4f','\x7d','\xab','\xfc','\x33','\x9f','\xfd','\xbc','\xff','\x9c','\xbb','\xf5','\x06','\x59','\x80','\xfe','\x9d','\x2e','\x47','\xdc','\x76','\x0e','\x6d','\x07','\x13','\x85','\x8a','\x54','\x70','\x80','\xc8','\x71','\x3d','\x60','\x63','\xf4','\xc1','\x92','\x16','\xff','\x26','\xda','\x23','\x24','\xbc','\xb7','\x40','\xc2','\xbb','\xca','\x4c','\xbd','\x18','\xf1','\x7e','\xc7','\xd0','\xc8','\xa2','\xa3','\xff','\xaf','\x34','\x77','\xc9','\xcf','\xd5','\x29','\xd8','\xa5','\x36','\x7f','\xd4','\x7b','\xe3','\x85','\x73','\xb9','\x85','\xf3','\xb9','\x6f','\xd6','\xf4','\xd0','\xcd','\x7d','\xf3','\x46','\xee','\x9b','\x97','\x73','\xdf','\x58','\xc9','\x5d','\xac','\xe7','\x5e','\x7e','\x75','\xe4','\xf7','\x2e','\x4c','\xad','\xd6','\x9e','\xb8','\xe0','\x2c','\x42','\x3f','\x48','\x35','\xd1','\x27','\xba','\x47','\xcc','\x59','\x1e','\xf2','\x53','\xcb','\x54','\x2d','\xc8','\xc9','\x3f','\xd2','\x30','\x4b','\x0d','\x73','\xb1','\x06','\x7d','\xd8','\x32','\xb6','\x62','\x5d','\x5a','\x6c','\xc0','\x82','\x0a','\x78','\xa7','\x81','\x78','\xbc','\x06','\x61','\x64','\x3c','\xae','\x25','\x12','\x1a','\xc6','\xda','\x81','\x86','\xa6','\xdf','\x52','\x59','\x43','\x2d','\xae','\xab','\x07','\x9b','\xf4','\xe0','\x06','\x61','\x1b','\x29','\x76','\x03','\xf3','\x65','\xa3','\xea','\x21','\xb6','\x41','\x0e','\x5e','\x0f','\x0e','\x36','\x49','\xbf','\x69','\x4d','\x62','\x5e','\xf7','\x27','\x9b','\x64','\xc1','\x25','\x3b','\xea','\x9e','\x17','\x9d','\x4e','\x76','\x14','\x41','\xe5','\x62','\x07','\xd7','\xa8','\x87','\xa0','\x73','\x22','\x0c','\xd3','\x0e','\xe2','\x8e','\x73','\x2e','\x0c','\xb4','\x18','\x99','\x79','\xd9','\x3d','\xde','\x74','\xeb','\xc7','\x0f','\xf3','\x99','\xcb','\x67','\x97','\xcd','\x77','\x34','\xd9','\xe0','\x06','\x7e','\x5d','\x83','\x09','\xfe','\x04','\x10','\x42','\xb2','\x79','\x94','\xfe','\x56','\x3b','\xda','\xf5','\x44','\x8f','\x61','\x9d','\x6f','\xd9','\x93','\xe2','\xfd','\x5d','\x30','\x0c','\xe8','\xf4','\x45','\xe9','\xf7','\x91','\x05','\x4f','\x5f','\x5d','\x16','\x75','\xf9','\x73','\xb9','\x2b','\x41','\x6e','\xc1','\xd1','\x81','\xe4','\xd0','\xcd','\x5d','\x82','\xb1','\x78','\x5a','\xcb','\x5d','\x09','\x73','\xce','\x46','\xce','\x79','\x23','\xe7','\xfc','\x55','\xce','\x39','\xa1','\x3b','\x3c','\xb4','\x7e','\x67','\xbf','\xf4','\xfa','\xa1','\xc5','\xbd','\xac','\x91','\x35','\x37','\x21','\x9f','\xa0','\xad','\x5d','\x06','\x3d','\x53','\x48','\x44','\x60','\x11','\x7c','\x21','\x61','\x44','\x7f','\x2b','\x88','\x9c','\xa2','\xaf','\xf1','\xf3','\xab','\x87','\xd6','\x9a','\x7a','\xf2','\x66','\xc6','\x92','\xea','\x96','\xb4','\x62','\xa1','\x96','\x25','\x5d','\xb5','\xd6','\xa6','\x4f','\xe2','\xbc','\x4f','\xb3','\x55','\x33','\x65','\x08','\xd4','\xea','\xa4','\x0f','\x18','\xb6','\x34','\x75','\xd3','\x6d','\x3f','\xed','\x78','\xd2','\xd2','\xba','\xe4','\x36','\x90','\x3f','\x0f','\x77','\x17','\xf5','\xf8','\x8e','\x03','\xbc','\x6a','\xb0','\x18','\xae','\x83','\xa2','\x37','\x6c','\x37','\x55','\xee','\xe3','\xa7','\x1d','\xb2','\x23','\x5f','\x87','\xf0','\x24','\xff','\x18','\x8a','\xc3','\x3d','\x2b','\xb2','\x74','\x8e','\x1b','\xe4','\x7f','\x81','\x70','\x24','\x26','\xc3','\x8a','\x6a','\x04','\xaa','\x46','\xf4','\x4d','\x7e','\x61','\x88','\xd7','\x48','\x65','\xf9','\xf2','\xae','\x10','\x21','\x6a','\x40','\x52','\xed','\x7e','\x7c','\x0b','\x96','\x2f','\x63','\x99','\x0e','\xc8','\x0a','\x08','\xec','\xda','\x00','\xe6','\x54','\x65','\x3e','\x33','\xe1','\x7b','\x95','\x64','\x54','\x83','\xa2','\x21','\x00','\xde','\xb0','\xac','\xe2','\xc5','\x4c','\xe9','\xed','\xfa','\xd8','\xea','\xca','\x84','\xd3','\x7a','\x8c','\xaf','\x7a','\x53','\xef','\x24','\x16','\xf3','\x01','\xce','\x56','\x69','\xca','\x30','\x45','\x7f','\xa5','\xe2','\x0d','\x24','\x3d','\xd2','\xf4','\x94','\x59','\x28','\xfb','\xaa','\x8a','\x37','\xb2','\xe4','\xe9','\x37','\x22','\x58','\x7b','\x03','\xbf','\x15','\xda','\x37','\x45','\xac','\xba','\xc8','\xb6','\x75','\x2b','\x70','\x1e','\xe3','\x7c','\xa2','\x99','\x0f','\x68','\xa1','\x0a','\xa5','\xa2','\x61','\x63','\xa6','\xa3','\x4c','\xca','\xcd','\xfe','\x61','\xb0','\x63','\xb0','\x4b','\x51','\x2e','\xd2','\x92','\x5b','\x07','\x21','\xb9','\xa9','\xc5','\x5a','\x45','\xba','\x35','\x8b','\x1a','\x02','\x62','\x77','\x84','\xc7','\x36','\xaa','\xc2','\xe7','\x4a','\x92','\x7b','\xd3','\xe9','\x45','\x9a','\x5d','\x53','\x07','\x9d','\xb1','\x5c','\x36','\xdc','\x8f','\xa0','\xc7','\xf3','\x75','\xd3','\xcb','\x9b','\xcd','\xfc','\xf3','\x01','\x0f','\xa8','\xf3','\x66','\xc7','\xf4','\x56','\x03','\x65','\x43','\x64','\x78','\x3f','\xab','\x79','\x3f','\xcb','\xbc','\x67','\x99','\xf7','\xa7','\x82','\xaa','\xf5','\xce','\x75','\x7e','\xd7','\xc2','\xd5','\xbf','\x76','\xed','\x18','\x9b','\x1d','\x8b','\xd6','\xb1','\xbe','\xe3','\xc4','\xbb','\x2d','\x0f','\x6a','\x37','\x21','\xa0','\xf0','\xc5','\x24','\x4e','\xcd','\x18','\x35','\x64','\x5a','\xbb','\x6b','\x7d','\xaa','\xb7','\x89','\x1b','\x55','\xcc','\xcc','\x4b','\xd4','\x6a','\x67','\x43','\xe8','\x8f','\x8b','\xcd','\x78','\x8b','\x81','\x37','\x3d','\xd3','\xc8','\xcf','\x84','\xf9','\x99','\xa6','\xec','\x37','\xef','\x9f','\xe9','\xd8','\x90','\xdf','\x7c','\x70','\xa6','\xc9','\xcc','\xe6','\x96','\xd5','\xfc','\x8d','\xd0','\x65','\x53','\xdc','\xa0','\x65','\xb3','\x38','\x23','\x88','\xb7','\x21','\xdf','\xb2','\x4c','\xa4','\x25','\x32','\xe5','\x66','\x3f','\x70','\xe9','\x94','\xa3','\x4e','\xd5','\x0e','\x86','\xe1','\xd8','\xaa','\x73','\x74','\xc1','\x79','\x79','\xd1','\x18','\x92','\x8d','\x18','\xd6','\xe2','\x3c','\x90','\x21','\x19','\x95','\xa6','\x34','\x13','\xf3','\x30','\x40','\x39','\xae','\x29','\xc7','\xa8','\xba','\xd6','\xdd','\xbf','\x50','\x5f','\xdf','\x5f','\x1e','\x81','\x4c','\x36','\xb0','\x47','\x7a','\x40','\xe6','\x89','\x74','\x50','\x46','\x43','\xa2','\x51','\x62','\xdb','\x97','\x36','\x53','\x3b','\x9e','\xa2','\x1e','\xde','\xaf','\x3f','\x4e','\x19','\x70','\x95','\xd0','\x53','\xa5','\x2b','\xbe','\x9c','\x73','\xb9','\x61','\x6e','\x22','\x84','\x4f','\xe6','\xdc','\x7d','\x39','\xf7','\xd1','\x2b','\xfe','\x5f','\xbc','\xe6','\xf6','\x9a','\x4c','\x77','\x15','\x2e','\x15','\x55','\x4b','\xf2','\x50','\x9a','\x7f','\x6c','\x7c','\xfc','\x5b','\x7a','\x50','\x59','\x70','\x0a','\xd2','\xd2','\x44','\xd6','\x8f','\x4b','\xce','\xfd','\xd2','\xb9','\x41','\x3d','\x08','\x5f','\xae','\x7f','\xfd','\x1b','\xcb','\xe5','\x81','\xef','\xf2','\x95','\xbf','\x8c','\xd0','\xbc','\x4a','\x4f','\x5f','\xf2','\x67','\x37','\x69','\x79','\x93','\x76','\x7c','\x2a','\x51','\x5b','\x19','\x55','\x35','\xdd','\x2d','\x16','\x30','\x2b','\xe0','\xe3','\x40','\xbe','\x0a','\x32','\xa0','\x4b','\x7a','\x36','\xd2','\x03','\x3d','\x07','\xaf','\x0c','\xd6','\x0b','\x7b','\x96','\xf5','\x81','\xef','\x02','\x1d','\x2b','\x77','\x6d','\x54','\xbe','\x31','\xf9','\x11','\x6e','\x73','\x54','\x5c','\xff','\xa7','\xb3','\xed','\x1a','\x77','\xb8','\x41','\xce','\x06','\x7f','\xde','\x0e','\x4f','\x7b','\xe8','\xf4','\x93','\xf1','\x47','\x9f','\x0e','\x3e','\xf3','\xe4','\x3a','\x79','\x72','\x3d','\xdc','\x58','\x27','\x4f','\xfb','\x7c','\x30','\xfc','\xe4','\xfa','\x3e','\x6e','\x4f','\xfb','\x9f','\x7b','\x72','\x7d','\xdc','\xf0','\x66','\x0d','\xaf','\x6c','\x34','\xdd','\xa7','\x03','\x41','\x22','\x24','\x78','\x84','\x74','\x51','\xb7','\xea','\x36','\xae','\x4f','\x62','\xd5','\xbe','\x3c','\x06','\x3c','\x99','\xb9','\x1a','\x18','\xff','\x8e','\xd1','\x20','\x1a','\x43','\xc1','\x91','\xd8','\xd9','\xa0','\x02','\xdd','\x7a','\x44','\xc4','\x32','\x5d','\xc5','\x6a','\x31','\xd6','\x8e','\x62','\xfa','\x42','\x08','\x19','\x8f','\x6f','\x80','\xfe','\xa0','\x2c','\x05','\x7c','\x13','\x7f','\xf1','\x50','\x74','\x04','\x38','\x94','\xfd','\x01','\xb6','\x0a','\x18','\xc7','\x30','\x89','\x1f','\xe1','\x6b','\x06','\xcb','\x20','\x6f','\x47','\xe6','\xaa','\x9b','\x01','\x8b','\x53','\xd1','\xac','\x41','\x23','\xfb','\xda','\xd7','\xa8','\x65','\x09','\x3b','\xd9','\xee','\x0c','\xfa','\xad','\xfb','\xa2','\x7d','\x8b','\x9a','\x96','\x40','\x87','\xe1','\xbd','\x11','\xfe','\x70','\x57','\xde','\x78','\x80','\x98','\xa1','\x6b','\x76','\x5f','\xb1','\xa2','\x94','\x4b','\x4a','\xa3','\xbe','\xee','\xcf','\x31','\x5a','\xbe','\x5b','\xde','\x38','\xd2','\xfb','\x93','\xf8','\xfd','\xe5','\x39','\x32','\xcc','\x3d','\x7e','\xb3','\x14','\xf9','\xb7','\xe5','\xfb','\xce','\x38','\x9d','\xf8','\x8b','\xf4','\x0a','\xb9','\xc8','\xc8','\x0f','\xba','\xb2','\x3b','\x3f','\x2d','\x16','\xeb','\xd7','\xff','\x52','\x63','\xdb','\x05','\xaf','\xfe','\x0e','\x29','\x11','\xe9','\xff','\x94','\xe3','\xc8','\x8e','\x00','\x4b','\x30','\xa8','\x34','\x25','\x24','\x2f','\xb5','\xd8','\x7a','\x60','\xfa','\xc6','\xd0','\x81','\xbf','\x2a','\x28','\xd7','\x2b','\xac','\xb1','\xd8','\x85','\x4c','\xd8','\x10','\xa8','\x92','\x38','\x55','\x45','\x85','\xba','\xdd','\x81','\x4c','\x6c','\x02','\x64','\x82','\x9f','\x74','\x4f','\x0e','\x62','\x2a','\x9d','\xbc','\xe4','\xf3','\x19','\xf5','\x30','\x05','\x38','\x9a','\x22','\x1e','\x0f','\x52','\x6a','\x45','\xb3','\x8b','\xd2','\x07','\x28','\x1d','\xa2','\xf4','\x21','\x31','\xeb','\x26','\xb3','\xed','\x45','\xc1','\x5b','\x10','\x19','\xc0','\x30','\xe8','\xde','\x23','\x51','\xdd','\x53','\x82','\x2f','\x15','\xbe','\xcd','\xbf','\x57','\x0d','\x5d','\x09','\xef','\x83','\x3d','\x4b','\xc3','\x31','\xfa','\xb5','\x38','\xb1','\xf4','\xdb','\xd6','\x30','\x3e','\x79','\x03','\x74','\x69','\xad','\xc1','\xa2','\xb5','\x8f','\x59','\xe9','\xae','\xbd','\xc9','\x4e','\x0e','\xe6','\xfd','\x5c','\xbe','\x3a','\x52','\x30','\x0c','\x5d','\x72','\x86','\x77','\x1f','\x27','\xc2','\x7f','\x8e','\xb8','\x5f','\xd3','\x03','\x4b','\x40','\xd6','\x4f','\x7e','\x00','\x8f','\x96','\xee','\x5b','\x05','\xd7','\x92','\x1d','\x2b','\xe1','\x59','\xf7','\x5d','\xb6','\xfe','\x62','\xe5','\x64','\xfa','\x55','\x3f','\x77','\xa1','\x3a','\x55','\xe3','\xcb','\x0b','\x84','\xae','\x84','\xc9','\x8a','\x16','\x7e','\x63','\x0c','\x6a','\xd3','\x8a','\x06','\xed','\x53','\x7b','\x4f','\xa9','\x9f','\xfd','\x0f','\xec','\xd4','\xff','\x43','\xfb','\xc6','\x7e','\x5d','\xd1','\x5e','\x44','\xe8','\x45','\x84','\xbf','\x07','\xfa','\xbc','\xe7','\x0a','\x23','\x4b','\x85','\x43','\x4e','\x21','\xe7','\x17','\x72','\x8e','\xfe','\x73','\x0e','\x7b','\xd6','\x61','\x93','\x0e','\x5a','\x08','\x65','\x34','\x9f','\x54','\x68','\xd4','\x5d','\xce','\x6d','\xc0','\xa5','\x61','\x13','\xa8','\x38','\x64','\x42','\x65','\x28','\x4f','\xd3','\xb8','\x80','\xdd','\xef','\x73','\xe9','\x78','\x13','\xc8','\x45','\xf8','\xde','\x77','\x07','\xf1','\xe5','\xde','\xa8','\xcc','\x8a','\x36','\x68','\xe2','\x7d','\x7f','\x07','\x90','\xab','\x49','\xc3','\xf7','\xa8','\x28','\x73','\xc3','\x41','\x52','\xfc','\xb1','\x09','\x3d','\xec','\x0f','\xcf','\xd2','\x89','\x54','\x7b','\x4c','\xc8','\xb1','\xd6','\xb6','\xdf','\xbf','\x17','\x5a','\x4a','\xf9','\x7d','\xa1','\xd0','\xda','\xd3','\x7e','\x69','\x8e','\x5a','\xfc','\x6d','\x65','\x3a','\xe1','\x76','\xde','\x10','\xbe','\xdf','\x8e','\x06','\xd1','\xa1','\x86','\x9b','\xe2','\x38','\xcf','\xdf','\xf3','\x38','\x3f','\x29','\xff','\xcc','\x50','\x6c','\x1a','\x9a','\xe0','\xd0','\x35','\xa8','\xa9','\x70','\x67','\xdd','\x0e','\xdf','\xd3','\xeb','\x58','\xa3','\x38','\x96','\x76','\xe4','\xba','\x99','\xa0','\xc5','\x0c','\xcd','\x98','\x51','\x3f','\x9a','\x42','\x13','\x29','\x3f','\x3a','\x15','\x4f','\x11','\x0a','\x7a','\x91','\x2e','\x1d','\x22','\x34','\x96','\x6a','\xc7','\x5d','\xaa','\x94','\xe1','\x3b','\xce','\xcf','\xc2','\x67','\xe0','\xef','\xf9','\x74','\xaa','\x7d','\xa4','\x49','\x27','\x66','\xc1','\xac','\xce','\x07','\xeb','\x7e','\x9e','\x9d','\x3c','\x5d','\xca','\x1a','\xa8','\x6f','\xa4','\xb8','\xb7','\x72','\xc1','\x1b','\x44','\x7c','\xf7','\xf4','\x7e','\xdd','\x6c','\xbc','\x6e','\x87','\xb0','\xa5','\x4e','\xb5','\xc0','\x2a','\x37','\xf4','\x77','\x36','\x51','\xbc','\xf9','\xf3','\x27','\xae','\xff','\x9c','\xd6','\xf8','\x32','\xf3','\xfe','\x8c','\xc1','\x7e','\xca','\x37','\x0c','\x7b','\xd9','\x17','\xea','\x17','\xe0','\xb8','\x85','\x9b','\xf0','\xa5','\xf8','\xce','\x2b','\x53','\xd3','\xae','\x43','\x3d','\x1d','\x0d','\x99','\x32','\x6d','\x41','\xdf','\x16','\x9d','\x43','\xf4','\xab','\x93','\xd4','\xb2','\x57','\xcc','\x0a','\x33','\x2b','\x9a','\x59','\x31','\x4d','\x60','\x1b','\x74','\x4c','\x1e','\x41','\x1e','\x5d','\x66','\xf6','\x5b','\xed','\xa9','\x3a','\xab','\x50','\xb0','\x69','\x0a','\x0c','\xbd','\x40','\xfd','\x9d','\xdd','\x9a','\x11','\x4f','\xf9','\x8b','\x53','\xdc','\xea','\xc2','\x2e','\x6d','\xf1','\xc7','\xe7','\xc5','\x9b','\xbb','\x61','\xdc','\xc4','\x14','\xc0','\xf8','\x91','\xa4','\x20','\xe3','\xa5','\x1a','\x6b','\x86','\x74','\x03','\x84','\xe2','\x86','\x02','\xa8','\x2e','\x23','\x2d','\x90','\x0e','\x34','\xb8','\xa5','\x0f','\x34','\x3e','\x81','\xc7','\x20','\xed','\xc3','\x38','\x7d','\x20','\xaa','\x7b','\x61','\x7a','\x76','\x38','\x1d','\xdf','\xe9','\x8f','\x79','\x68','\xb0','\x45','\x87','\x65','\x91','\x91','\x30','\xb8','\x1b','\xd0','\xee','\xe5','\x25','\x22','\x9f','\x21','\x53','\xac','\xee','\x3d','\x68','\xa6','\xbf','\x67','\xd2','\xd7','\xe0','\xff','\x17','\xe3','\x69','\xfa','\x5a','\x9e','\xb2','\xfc','\xde','\xc2','\x83','\xbe','\xbf','\xb7','\x5a','\x4d','\x19','\x46','\x22','\xae','\x69','\xfc','\xf2','\x09','\x7d','\x37','\x8d','\x38','\xa5','\xed','\x3e','\xf1','\x30','\x80','\x3e','\xf1','\x35','\x5c','\x8f','\xda','\xc3','\xd1','\xce','\xce','\xee','\x3e','\x3c','\x5b','\x34','\x8e','\x10','\x43','\x78','\xa1','\x89','\xa7','\x20','\x07','\xfe','\xc0','\x9b','\xae','\x9a','\x76','\x35','\xc9','\x7d','\xeb','\x83','\x88','\x73','\x59','\x6c','\xfa','\xdd','\x81','\x2a','\xb9','\x4c','\x72','\xf5','\x0f','\xdc','\x0e','\xb7','\x27','\x23','\x2e','\xe4','\xaa','\x81','\xcf','\x13','\x3e','\xba','\x47','\xec','\xf7','\x03','\xb4','\x4e','\xba','\x06','\x14','\x3e','\xb9','\xb3','\x74','\xe0','\x2c','\x4b','\xc4','\x98','\x2c','\x9b','\xf2','\x82','\x19','\x5b','\xf5','\x62','\xa6','\x83','\x5f','\xf0','\xe2','\x39','\x83','\xc8','\xa6','\x02','\xd9','\xd3','\xa2','\xaa','\x64','\x34','\x35','\x6b','\x98','\xc9','\x05','\x27','\xae','\xfe','\x86','\x46','\xac','\x22','\x30','\x3b','\x5b','\x25','\xd1','\x50','\x19','\x51','\xfc','\x21','\xd8','\xfd','\x55','\x81','\x43','\x50','\x11','\xa0','\x85','\x61','\x0a','\x90','\xec','\xfb','\x01','\x9d','\x22','\x74','\x4a','\xc9','\xb6','\xea','\xd4','\xbc','\x41','\x81','\x33','\xfe','\xfb','\x67','\x2a','\x59','\x63','\x56','\x00','\xe9','\x8b','\x3d','\x9e','\x01','\xe1','\x6c','\xd8','\x1d','\x67','\xa3','\x10','\xde','\x5a','\xdb','\x55','\xcc','\x85','\xa5','\x18','\xea','\x78','\xf1','\x70','\x8b','\xf0','\x58','\xd2','\x63','\xaa','\xc7','\x34','\xbe','\x0b','\x78','\xec','\xce','\xfe','\x53','\xfd','\xa2','\x9f','\xbb','\xe8','\x46','\xc6','\xc7','\xbd','\xdb','\x0d','\x2b','\x1a','\x56','\x8a','\x38','\x5e','\xc5','\x58','\xe0','\xe8','\xf8','\x72','\x57','\x6c','\xd9','\xde','\x7c','\xc4','\x57','\x20','\x78','\x60','\x3a','\xa0','\xa6','\x49','\x19','\x75','\x79','\x60','\x04','\x15','\x4c','\xb8','\x4d','\x05','\x93','\x10','\x2f','\x7e','\x28','\x7a','\x28','\x26','\x7b','\xfc','\x30','\x60','\x44','\xb6','\x03','\x79','\x3b','\x17','\x27','\x3e','\x8f','\xa8','\xeb','\x65','\x23','\xf1','\xa6','\xb3','\x1d','\xf1','\xa6','\x18','\x54','\xaf','\xcc','\x38','\x2e','\xee','\x09','\xb3','\x2a','\x4b','\x6a','\x4c','\x78','\x56','\x4c','\x50','\x51','\xad','\x79','\x92','\xc3','\x77','\xa2','\x62','\x11','\xd1','\x5d','\xf8','\x0d','\x89','\x2a','\xfc','\xeb','\x3c','\x40','\x4f','\x60','\xca','\xd2','\xf5','\xa6','\xf9','\x9d','\x78','\x54','\x1d','\xab','\xd0','\xc6','\xc3','\x74','\x9c','\x1c','\xa4','\x43','\x07','\x0f','\xe4','\xa6','\x1b','\x5e','\x25','\x86','\x56','\xe1','\x20','\xbb','\x78','\xbf','\x77','\xa7','\x34','\x33','\xca','\x0e','\x37','\x40','\xe4','\x58','\x44','\x9a','\xe5','\x9e','\x7a','\xf4','\xdb','\xfa','\xcb','\x30','\xf0','\xa9','\x31','\x4b','\x35','\x23','\xcd','\xdc','\x74','\x18','\xa4','\xcf','\x12','\xb0','\xd0','\xef','\x0d','\x00','\x43','\x12','\xb6','\x99','\x47','\x41','\xef','\x26','\x6c','\x83','\xde','\x8d','\x47','\x51','\x24','\x79','\xd3','\xcf','\x63','\x9f','\x84','\x94','\x6b','\x8e','\xb0','\x5c','\xd8','\xce','\xb9','\xec','\x2e','\xf6','\xcd','\xad','\x9c','\xdb','\x47','\xf7','\xde','\xd7','\x6b','\x33','\x7a','\x0e','\x3d','\x9e','\x40','\x05','\x8c','\x0a','\xe3','\xf0','\x62','\x65','\xcf','\xc3','\x93','\x0f','\x4d','\x2c','\xee','\x1f','\xe3','\xd1','\x9b','\xbc','\x5e','\x0a','\x95','\xda','\x8b','\x83','\xc9','\xc9','\xfd','\x44','\x8e','\x03','\x38','\x90','\x7f','\x7a','\xa9','\xa9','\x0d','\xd6','\xe8','\x60','\x8d','\x8c','\x38','\x3b','\x74','\x8a','\xa1','\x09','\x11','\xba','\xa0','\x03','\x3c','\x4b','\x78','\x04','\x86','\x53','\x7e','\x92','\x90','\x14','\x21','\xc3','\xd7','\xfd','\x87','\x67','\xc9','\xd8','\x2c','\x29','\x11','\x52','\x4b','\x09','\xbc','\x80','\x48','\x56','\xde','\xeb','\x38','\x9d','\xba','\x95','\x20','\xda','\xdd','\xae','\x5b','\x09','\x77','\xb7','\x53','\xc9','\xba','\xe2','\x8b','\xba','\x95','\x3b','\x6b','\x07','\x65','\x85','\x00','\x73','\x6f','\x9c','\x41','\xa5','\x89','\xff','\xa1','\x5c','\x25','\x58','\x9f','\xa3','\xc3','\xb4','\x85','\x41','\x6a','\x2c','\xdb','\x4d','\x87','\x66','\xdb','\x43','\x88','\x86','\x0e','\x0c','\xc4','\x42','\x81','\xf7','\xda','\x61','\x66','\xf5','\x1c','\x5d','\x75','\xda','\x23','\xee','\x19','\x3d','\x38','\xd1','\x21','\x5e','\xef','\xd9','\x1f','\xd3','\x5c','\xbd','\x2d','\x38','\xff','\xa1','\xde','\x24','\xf9','\xa0','\x03','\xd5','\x75','\xb0','\xc3','\x88','\xa5','\xb3','\xef','\x13','\x0e','\xe7','\x5c','\x00','\x59','\xe5','\xdc','\x72','\x5f','\x7d','\xad','\xe7','\x81','\xcf','\x89','\x02','\x33','\xe4','\x32','\x81','\x89','\x88','\x80','\xfe','\x17','\x66','\x03','\x8b','\x66','\xb8','\xda','\xf9','\xc0','\x20','\x38','\x3e','\xd5','\x18','\xe0','\xce','\xc4','\x08','\x3f','\x4e','\xb0','\xe3','\x38','\x70','\x84','\x65','\x20','\xa2','\x09','\x6f','\xcf','\xcd','\x03','\x85','\x76','\x52','\x61','\x62','\xd7','\xee','\x00','\xc4','\x07','\x2e','\x6c','\x85','\x9e','\xa8','\x91','\x1d','\x99','\x23','\xfb','\x8f','\x73','\x1b','\xf8','\xee','\xf1','\xe1','\x23','\x73','\x50','\xd7','\x93','\x6a','\x65','\xe0','\x6e','\x72','\x48','\xc2','\x23','\xf7','\x5d','\x26','\x03','\xdf','\x87','\xb6','\x8e','\xdc','\x4b','\x73','\xab','\x35','\xfe','\x79','\xee','\xd4','\x14','\xd8','\x45','\x8f','\x19','\x65','\xd7','\x7f','\x7a','\x05','\x81','\x7b','\xd8','\xc7','\xb8','\x89','\x37','\x1c','\x43','\xea','\xb1','\x9d','\x69','\x8d','\xee','\xe0','\xa7','\xe7','\xfc','\x35','\x43','\x51','\x01','\x2a','\x1c','\x31','\x79','\x2a','\xd2','\x4f','\x56','\x8a','\xec','\xb1','\x63','\x75','\x54','\xa7','\x33','\x5d','\x5d','\xce','\x64','\x74','\xda','\x65','\xbe','\xea','\x6a','\x03','\x35','\x16','\xae','\x67','\xc8','\x03','\xef','\x13','\x15','\x93','\x53','\x54','\xe0','\xd5','\x69','\xa6','\x49','\x0f','\x5f','\x6f','\x8f','\x13','\x7e','\xb7','\xd3','\xd9','\x54','\xbb','\x4c','\x91','\xcb','\xbd','\x9e','\x9f','\x09','\xc8','\x04','\x21','\x63','\x04','\xa6','\xe9','\x79','\xd0','\xed','\x4a','\xca','\x8c','\xc4','\x34','\x12','\xdb','\x0f','\x14','\x10','\x31','\x2d','\xfc','\xee','\x7e','\x68','\x19','\xd8','\xbf','\x9f','\xdb','\xb0','\x1e','\xec','\xdb','\xbf','\x7f','\xdf','\x77','\xf7','\x7f','\xee','\x4a','\x30','\x8e','\xd0','\xb8','\xda','\xa1','\x10','\x77','\xa3','\x7c','\x42','\xcf','\x93','\x12','\x63','\x0d','\x9b','\x34','\x6e','\x90','\x78','\x09','\x74','\xbb','\xe2','\x06','\x3a','\x7e','\xdc','\xb1','\x03','\xf3','\xf8','\xf1','\x3c','\x37','\xdb','\x8f','\x1f','\x3f','\xce','\x8d','\xd8','\xbe','\xc2','\xbf','\x93','\x06','\xd4','\x07','\x77','\xc1','\xfb','\xe9','\x6d','\xee','\xcf','\xef','\xb8','\xee','\x2e','\x1b','\xbf','\xbe','\xf5','\xa8','\x83','\x1e','\x45','\xe8','\x33','\x47','\xe6','\x66','\xf7','\x1f','\xe7','\xd6','\xe4','\xc6','\xe7','\x40','\x17','\xda','\xb7','\x57','\x76','\xd2','\x09','\x2f','\xfd','\x5b','\x97','\x07','\xbf','\xb9','\xc2','\xd2','\xaf','\x6a','\x53','\x17','\x8e','\x2e','\xd4','\xf8','\xf6','\x00','\x58','\xb4','\x56','\x1f','\xd5','\x64','\x0c','\x01','\xf5','\x89','\xc2','\x4e','\x76','\x94','\x74','\x76','\x88','\xe9','\x08','\x47','\xab','\xa3','\xa7','\xb3','\x6d','\x51','\xb9','\x64','\x17','\xef','\x41','\x02','\x95','\x6b','\xca','\x6c','\xe8','\xcf','\xd6','\x14','\xc2','\x2d','\x6c','\x67','\x6a','\xca','\x7b','\xf0','\x4a','\xbb','\x0c','\xd8','\x12','\xa1','\xd2','\xa2','\x99','\x2a','\xdf','\x6f','\x06','\x1c','\x2d','\x81','\x8c','\x7d','\x2d','\x67','\xcb','\x4e','\x41','\xe9','\xb8','\xbb','\x6e','\xf0','\x95','\x21','\x5a','\x3a','\x44','\xdf','\x64','\xb2','\xb7','\x80','\x34','\x09','\x5f','\x40','\xb8','\x4d','\xa4','\xfc','\xe8','\xfa','\xd4','\xfa','\x45','\xde','\xa3','\x25','\x85','\x90','\x9d','\x79','\x5a','\x3c','\xd5','\x88','\x4f','\xd5','\x14','\x39','\x11','\xe0','\xc9','\x80','\x56','\x11','\x00','\xb1','\x0c','\x03','\x39','\x4c','\x0f','\x37','\xb3','\x0e','\x55','\x81','\x84','\x44','\x53','\x6e','\x51','\xa5','\x41','\x54','\xaf','\xc4','\xbc','\x27','\x5a','\x5e','\xc5','\x0b','\x41','\x87','\x25','\xba','\xee','\x9f','\x8f','\xed','\xff','\x7c','\x18','\x9e','\x3e','\xab','\x9d','\xde','\xbf','\x3f','\x29','\xae','\xbb','\x98','\x00','\x01','\x1f','\x64','\xa2','\x09','\x80','\xd0','\xe7','\x96','\xc9','\xa3','\x97','\x82','\x59','\xba','\x83','\x96','\xb6','\x77','\xdd','\x85','\x8e','\xbc','\x21','\x44','\x6f','\xe9','\xb7','\x14','\x52','\xf9','\x76','\xb2','\xf0','\x50','\x6d','\x62','\x14','\xc5','\x63','\xda','\xfd','\x31','\x75','\x30','\x4e','\xc3','\x2b','\xef','\x7d','\xfd','\x12','\x29','\xf3','\xfd','\x40','\x42','\x5f','\x40','\xce','\xd7','\xf1','\xc6','\xe9','\x57','\xd6','\x4f','\xbf','\x82','\xcb','\x0f','\x3f','\x54','\x1e','\x7b','\xc8','\xb5','\x28','\x39','\xd9','\x26','\xf2','\x56','\x47','\xd7','\x0c','\x88','\x51','\x6a','\xdf','\xca','\x86','\x95','\x15','\x5c','\x60','\xf1','\x09','\xc4','\xe2','\xa9','\x36','\xe0','\x40','\x1c','\xbe','\x64','\xe2','\x39','\x1e','\xb9','\x03','\x58','\xc5','\xf9','\xc2','\xe0','\xf2','\xd7','\xf7','\x2d','\x9d','\xbe','\xe8','\x9e','\x7e','\xad','\x56','\x1e','\xa9','\x95','\x8f','\x2e','\xba','\x0b','\x8b','\x1d','\x3e','\xe1','\x19','\x14','\xfe','\x58','\x13','\x68','\x25','\x02','\x29','\x84','\x6f','\xe0','\xdc','\xcb','\x9e','\xfe','\x7b','\x4e','\x6e','\x41','\xcd','\x2d','\x28','\xb9','\xb3','\x24','\x77','\xe9','\xb6','\x7e','\x01','\xe7','\x96','\x50','\xce','\x71','\x72','\x8e','\x91','\x5b','\x3c','\x55','\xf8','\x9d','\x99','\xcf','\xfd','\x0e','\xfe','\xe8','\x77','\x1e','\x9a','\xfa','\xd7','\x0f','\x1d','\xfd','\x1e','\x95','\xbe','\xd7','\x96','\x16','\xb6','\xee','\xe4','\xb9','\xbd','\x2b','\x1d','\xf1','\xce','\x05','\xe4','\x6e','\xab','\xc7','\x1d','\xc7','\x01','\x43','\x48','\x5e','\xf0','\x26','\x21','\xa5','\xe0','\x0c','\x81','\xd5','\x64','\xc1','\x4f','\x02','\x14','\x25','\xe2','\x95','\x0f','\x45','\x32','\x73','\x12','\x5e','\x71','\x3b','\x7e','\xc2','\x6e','\x7e','\x36','\x70','\x18','\x64','\xac','\x60','\x2b','\x93','\xb8','\x5d','\x25','\x27','\x1d','\xda','\x88','\x3d','\x5b','\x93','\xe5','\x44','\x88','\x65','\xf0','\x12','\x4d','\x88','\x64','\x77','\x10','\xe3','\x73','\x07','\xa6','\x28','\x39','\xbb','\xf2','\xb4','\xe0','\x50','\x41','\xf6','\xa6','\x25','\x1f','\x01','\x07','\xe0','\x66','\x78','\x4b','\xbe','\x87','\x2b','\x35','\x10','\x6e','\xa5','\x1d','\x96','\x73','\xd8','\x2a','\x10','\xa8','\xb2','\x5d','\x9f','\x47','\x83','\x42','\x78','\x8b','\xa8','\x1a','\x37','\x27','\xdb','\xe2','\x3e','\x5a','\xde','\xf7','\x0f','\x9e','\x3b','\x47','\xce','\x9d','\x53','\x7c','\x5f','\x00','\xda','\x85','\x4e','\x9f','\x20','\x2a','\x61','\x05','\xca','\xd6','\x52','\x8f','\xcb','\xc0','\x97','\xd2','\x77','\x1e','\x6a','\x43','\xf6','\xf6','\x49','\xf8','\x58','\x02','\x49','\x97','\x49','\x7e','\xa2','\xfa','\x1d','\x9b','\x77','\x55','\x69','\x3d','\x23','\x9f','\x2d','\x0e','\x2c','\x76','\x78','\x77','\xa5','\x2d','\x5b','\x77','\x86','\x93','\x08','\xf7','\xd5','\x73','\x77','\x71','\x2c','\x6c','\x5f','\x94','\x6e','\x01','\x1a','\x9a','\x14','\x92','\xbd','\x26','\x85','\x4d','\xa4','\x9e','\x41','\xda','\x11','\x64','\xa4','\x42','\x47','\x82','\xda','\x90','\xa1','\x16','\xf9','\x82','\x44','\x3b','\x3d','\xb3','\x75','\x64','\xfb','\xa8','\xab','\x7d','\x4c','\x64','\x12','\x44','\x5c','\xe2','\x11','\x9d','\x3c','\xe0','\x40','\x80','\x72','\x9f','\xbf','\x71','\x77','\x5f','\x2d','\x36','\x8d','\xf8','\xb1','\x1c','\xf7','\x6c','\xf9','\xaa','\x68','\xfb','\xe4','\xf8','\x71','\xbe','\x24','\xc2','\xa1','\xc4','\x80','\xbf','\x12','\x88','\xa6','\xdd','\xdd','\x88','\x38','\x31','\xd8','\x91','\xa7','\x15','\x17','\x6e','\x80','\xaf','\xf3','\x6b','\x9a','\x62','\x31','\x3a','\x93','\x51','\x1f','\x78','\x7f','\x64','\x05','\xeb','\xd7','\xfd','\xce','\x12','\x71','\xdd','\xb7','\xdf','\x13','\x4b','\x04','\x0f','\x3f','\x67','\xd1','\x58','\x13','\x4d','\x5c','\xf0','\x1f','\x7b','\x80','\xe0','\x21','\x92','\xf8','\xd7','\x24','\x18','\x25','\xd5','\x35','\x1f','\xf4','\x9e','\xc5','\xec','\xd5','\xfa','\xf8','\x1c','\x3c','\x1a','\xbf','\x2e','\xe0','\x0d','\xd9','\x8b','\x10','\x63','\xc2','\x02','\x15','\x27','\xf8','\x64','\x10','\xde','\x26','\x49','\x4c','\xb2','\x09','\x1f','\xc0','\x5a','\x16','\x19','\x3b','\xe9','\x03','\x58','\x0b','\x77','\x38','\x3a','\x0c','\x11','\x14','\x4c','\xc7','\xc8','\xb4','\x44','\xb9','\xd9','\xde','\xca','\x34','\x32','\xa7','\xd1','\xd6','\xb4','\x74','\xc9','\x6e','\x24','\xa7','\x69','\x63','\x1a','\x79','\xd3','\x82','\xa2','\xd6','\x7c','\x72','\x1d','\x3d','\xb9','\xfe','\x2b','\xdc','\x9e','\xf6','\x9f','\x31','\x3c','\xcf','\xdb','\xf0','\xbc','\x75','\xe9','\x52','\x90','\xba','\x20','\xcb','\x8a','\x0c','\xba','\x4b','\xd0','\x08','\xb3','\x85','\x99','\x47','\x34','\x87','\x1c','\x05','\x01','\xc4','\x34','\xb4','\x39','\x80','\x9d','\xa8','\xd0','\xba','\xdd','\x06','\xd1','\x90','\x8c','\x42','\xad','\x64','\xfa','\x77','\x32','\xf4','\x21','\x95','\x9e','\xbc','\x9c','\xfe','\x1d','\x83','\x3e','\x54','\xa4','\xa3','\x59','\xba','\x96','\x1c','\xca','\x62','\x60','\xdd','\xd5','\x54','\xe8','\xd7','\x83','\xcb','\xa0','\x42','\x83','\xb4','\x1d','\x0e','\x4d','\xd5','\xa0','\x2d','\x91','\x87','\x48','\xfd','\x9d','\x89','\x48','\x88','\x37','\xe9','\xc1','\x10','\x23','\x3e','\x23','\x55','\xdd','\x37','\x7a','\x2e','\x80','\xee','\xf3','\xc7','\xa4','\xaa','\x12','\x92','\xe9','\x80','\x3c','\xb5','\xb1','\x71','\x3d','\xfc','\x4c','\xae','\xf6','\x68','\xae','\x06','\xf0','\x6c','\xbe','\xc8','\xe4','\x6a','\x4d','\x6e','\x3a','\x80','\x2a','\x7b','\xf2','\xc1','\xe4','\x6e','\xfb','\xe0','\x58','\xb2','\xaa','\x13','\x73','\x8c','\x58','\x63','\x61','\x38','\x06','\x03','\x65','\x0c','\x59','\x47','\x8c','\xe9','\x31','\x3b','\x1c','\x33','\xcc','\xb1','\x2f','\xb5','\xc6','\x7e','\x79','\x66','\xec','\x97','\x3f','\x7d','\xe4','\x4b','\x7f','\x30','\xf6','\xcc','\xef','\x8f','\x3d','\xf3','\x1f','\xc6','\xbe','\xf4','\xff','\x1c','\xfb','\xe5','\xe2','\xd8','\x2f','\x3f','\x68','\x7d','\xe9','\x7f','\x2e','\xdd','\x78','\xae','\xe4','\xbc','\xf1','\x2f','\x16','\x13','\xdf','\xcc','\xc8','\xbb','\xd7','\x0d','\xcf','\x40','\x32','\xd3','\xe4','\x87','\x3b','\xd8','\x48','\x19','\x3d','\xf6','\xb1','\x7a','\xf0','\x68','\xe6','\xe0','\xd1','\xfa','\x63','\x1f','\xad','\x1c','\x54','\xb8','\xb5','\x1e','\x6b','\x1b','\x07','\x8c','\x77','\x0e','\x1c','\xfd','\xee','\xc9','\x8f','\xf3','\xc7','\xf1','\x90','\x41','\xa1','\x7e','\x31','\x29','\x70','\x32','\x02','\x0c','\xae','\x56','\x34','\xc8','\x1f','\xda','\xac','\x56','\x61','\x22','\x67','\x28','\x06','\x36','\xdb','\xce','\x1f','\x56','\x44','\xfe','\xd0','\x16','\x39','\xc3','\x03','\x94','\x14','\x28','\x30','\x8e','\x1c','\xbd','\xe4','\x3b','\xfc','\x15','\xd9','\x31','\x46','\x11','\x7b','\x1c','\xd1','\x82','\xe0','\xdf','\xe0','\x77','\x26','\x50','\x58','\x43','\xb0','\x83','\x04','\x78','\x29','\xd8','\x05','\xf2','\xec','\xcd','\xea','\x9d','\xf7','\x45','\x5c','\x13','\xfc','\x63','\x02','\x67','\x13','\xbd','\x2d','\x52','\xf2','\x2b','\x0a','\x07','\xe0','\x44','\x81','\xd6','\x85','\x54','\x3a','\x85','\x9e','\x17','\x42','\x2b','\xc1','\x76','\x87','\xcb','\x3f','\xed','\x4a','\xa5','\xcb','\xe1','\x5e','\x14','\xf0','\xe9','\xb3','\x0f','\x5a','\xc0','\xac','\x74','\xad','\x63','\x39','\x6e','\x01','\x3c','\xbe','\x20','\xec','\xb5','\xee','\xd3','\x6d','\x0b','\x2c','\xe8','\x80','\x5a','\xc2','\xec','\x16','\xc8','\xc0','\xe5','\x16','\xfe','\x64','\x42','\x72','\x35','\x96','\x84','\x8f','\x99','\x6b','\xf6','\xa2','\x08','\x1e','\x0e','\xf7','\x07','\x15','\xbb','\x9e','\x46','\xaf','\x40','\x4e','\x36','\xe2','\x3d','\x82','\x4e','\xe3','\x39','\x87','\x8a','\x38','\x65','\x9a','\xe8','\x1f','\x06','\xac','\x42','\x7a','\xa6','\xdf','\x24','\x77','\x79','\x2a','\x13','\xb6','\x48','\xd8','\x24','\x8c','\x0b','\xdf','\x23','\x7e','\x61','\xae','\x5a','\xa0','\x46','\x77','\x85','\xe9','\xf2','\xd2','\xfc','\x14','\xb0','\x74','\xa2','\x4b','\x32','\x26','\x35','\xd1','\x60','\x4d','\x15','\xf1','\x45','\x6d','\xca','\x39','\xbf','\xea','\xac','\xad','\x72','\x47','\x39','\x74','\x92','\xfd','\xb3','\xb4','\x2b','\x75','\xbd','\x3d','\x51','\xd3','\x02','\x17','\x37','\xe2','\xf8','\x87','\x1c','\xe1','\x87','\x07','\x00','\x63','\x8b','\xec','\xe7','\x1c','\xf2','\xac','\x43','\x26','\x9d','\xb9','\x85','\x30','\x8d','\xe6','\xef','\xec','\x0b','\xb8','\x2b','\x0f','\x2d','\xf8','\xc0','\xff','\x3d','\xe5','\x9e','\x2a','\xba','\x07','\x8f','\xab','\x86','\x12','\x69','\x40','\x0e','\x58','\x03','\x35','\x4b','\x12','\xb6','\x50','\xb3','\xa6','\xba','\x17','\xe8','\x3e','\x61','\x7b','\x02','\x6b','\x4f','\xdf','\xd5','\xfc','\x20','\xb0','\xaa','\x7d','\xd7','\xeb','\xd0','\xc2','\x9f','\xec','\x95','\xdc','\x3b','\xeb','\x23','\x3b','\xce','\x09','\xe4','\x11','\x7a','\xeb','\x3c','\x8b','\x32','\xab','\xdb','\xfd','\x68','\x27','\x90','\x5a','\x14','\xfd','\x68','\x72','\x00','\xf3','\x59','\xec','\x4a','\x69','\x88','\x1d','\x10','\x99','\xa4','\xb0','\x38','\x57','\x68','\x64','\xa4','\x42','\x41','\xb7','\xf4','\x24','\x05','\xa7','\xe2','\x01','\x13','\x3a','\x1e','\xf9','\xb4','\xaf','\x64','\x06','\x40','\x55','\x77','\xd7','\x7c','\x46','\x89','\xa2','\x81','\x41','\x75','\x53','\xec','\x18','\xa5','\x24','\xad','\xe1','\xf4','\x00','\x2a','\x72','\x53','\x9c','\x13','\xd4','\xab','\xab','\x26','\xd5','\x8a','\xd4','\xc8','\x52','\x27','\x39','\xa4','\xdf','\xa6','\x3d','\x7f','\xb7','\x67','\xfa','\x16','\x7f','\xdc','\x1d','\x2f','\xc3','\x99','\x06','\xf9','\xd1','\xa1','\x00','\xd1','\x38','\x30','\xec','\xa5','\xe3','\x2a','\x58','\xb8','\xc5','\x9f','\x7e','\x2a','\x8e','\x1f','\x0b','\xc3','\x89','\x78','\x6d','\x2c','\x5e','\xb2','\xc2','\x5b','\xa5','\x33','\x56','\xcd','\xc0','\x18','\x1d','\xc1','\x88','\x4f','\x83','\x1f','\xe9','\xde','\x7a','\xce','\x69','\x08','\xf3','\xf8','\xa3','\x0e','\x55','\x4e','\xe8','\x41','\xcb','\xb9','\x1b','\x39','\xf7','\x0d','\xdd','\x6d','\xe6','\xdc','\x27','\x73','\x57','\x78','\x2c','\xf8','\x4c','\xce','\xad','\xe6','\x5c','\x4d','\x77','\x7f','\x1d','\x91','\x5f','\xde','\x4f','\x7e','\x70','\xc8','\xfd','\x6d','\xb6','\x9a','\x34','\xaf','\x26','\xb8','\x23','\xb5','\x8d','\x2b','\xe0','\x3f','\xd7','\x03','\xf0','\x9a','\x3f','\x85','\xe8','\xa7','\x21','\x69','\x97','\x3e','\x47','\xb3','\xd7','\xfd','\xf4','\x37','\x9c','\xf4','\xcb','\x4e','\x7a','\x81','\x5b','\x8d','\x9f','\x43','\x3e','\xc8','\xf1','\x4d','\x99','\x5b','\x4d','\x1b','\xad','\x15','\x2b','\x24','\xfb','\x34','\x4d','\xd6','\x4c','\xdc','\xd5','\xab','\x05','\x9d','\xf4','\x6f','\x71','\xaf','\x06','\xea','\x32','\xee','\x84','\x1e','\xc4','\x11','\xba','\x5f','\xc3','\x83','\x7c','\x39','\xbb','\x8c','\xbf','\xde','\x8a','\x97','\xad','\x53','\x7c','\x3f','\xfd','\x02','\x36','\xbf','\x5e','\x33','\x67','\x1b','\xdc','\xa6','\xcb','\x04','\xcc','\xed','\xe2','\xe7','\xfb','\xf6','\x77','\xf0','\x7c','\x62','\x12','\x78','\x0e','\xe0','\xd5','\x2c','\xf2','\x6d','\x96','\x29','\x33','\x54','\x3d','\x05','\x02','\xcb','\xdb','\xcd','\xda','\xf7','\xc0','\x7d','\xed','\xe0','\x0d','\x73','\xbc','\xf0','\x46','\x43','\xba','\x14','\xf6','\x78','\xc3','\xe2','\xf5','\x06','\xd9','\x6c','\xec','\xa3','\x8d','\xcf','\x64','\x83','\xbf','\x10','\x63','\x30','\xda','\x67','\xdd','\x9e','\xdf','\x3e','\x7c','\x78','\x1f','\x55','\xce','\x0e','\x92','\x9c','\xdd','\x84','\x39','\x90','\x8c','\x07','\x62','\x2e','\x47','\x76','\xcc','\x04','\x94','\x2a','\x80','\xc7','\x2c','\xa3','\x1a','\x54','\x11','\x7a','\x37','\xc4','\xa0','\x08','\xce','\x64','\x10','\x7d','\xd2','\x5a','\x92','\x86','\x65','\xda','\x28','\xef','\x6d','\x94','\x33','\x8d','\x72','\x3b','\x28','\x9f','\x69','\x94','\x4f','\x34','\xe0','\x15','\x1a','\x88','\x47','\x30','\xf8','\x44','\xed','\xbf','\x3e','\xcc','\x9a','\x74','\x5b','\x91','\xad','\x23','\x37','\x19','\x81','\xc3','\x99','\x74','\xa5','\x2d','\x47','\xd8','\xf6','\x98','\x93','\x94','\xd1','\xc3','\x32','\x1a','\x93','\x71','\x03','\x0a','\xbb','\x68','\xb7','\x65','\x81','\x4d','\x94','\xff','\xcf','\x3c','\x94','\x0f','\xd7','\x5a','\xd2','\x9f','\x20','\x49','\x76','\xee','\xe7','\xb7','\x06','\x0f','\x0f','\x0f','\x14','\x09','\xbf','\x9d','\x9b','\x66','\x8a','\x6c','\xf8','\x52','\x7c','\x2e','\x86','\xcb','\xe1','\xc7','\xc4','\x16','\x5a','\x1e','\x83','\x97','\xc9','\xbe','\x65','\x92','\x5e','\x82','\x40','\x7e','\xa4','\x46','\x8e','\xd6','\xe6','\x16','\x20','\x0f','\xd0','\x57','\xf7','\x14','\xa9','\x2d','\x0b','\x71','\xef','\x05','\xfc','\xe7','\x12','\x23','\x35','\x96','\x92','\xb7','\x76','\x8b','\x7a','\xdc','\x49','\xc5','\x79','\x1d','\xf0','\x24','\x49','\x40','\x12','\xf8','\x3d','\xb0','\xd3','\x40','\x9d','\x86','\x6f','\xb5','\xc9','\x76','\x53','\x3c','\x74','\x8e','\x0f','\xeb','\xbe','\xdf','\x15','\x27','\xea','\x24','\x0c','\xf8','\x40','\x90','\x21','\x93','\x4c','\x72','\x8e','\x25','\x78','\xa8','\x9d','\x88','\x3a','\xc4','\x7b','\xe6','\x4d','\x84','\xef','\x87','\xd1','\x38','\x85','\x58','\x72','\x83','\x0d','\xcf','\xb0','\x87','\x2d','\x36','\x21','\xb3','\x31','\x99','\x95','\x10','\xab','\xf5','\xbf','\xb9','\x5f','\xf7','\x0d','\x51','\x83','\x1e','\x2e','\xf8','\x2d','\xca','\x37','\x58','\x7e','\x6b','\x3f','\xf3','\x24','\x9a','\x71','\x61','\xd1','\x98','\x5a','\x41','\x5f','\xbe','\x3c','\xb4','\xf5','\xe4','\x27','\xad','\x73','\xe9','\xe7','\x03','\x6a','\x95','\xa0','\xa3','\x7f','\xfa','\x19','\x5a','\x29','\xf3','\x71','\xfa','\xdd','\x12','\xdd','\x30','\xfa','\xf3','\xc6','\x1d','\x5c','\xe5','\x8b','\x08','\x57','\x90','\x68','\xec','\x19','\xa6','\x95','\x59','\x5a','\x71','\x8b','\x27','\x49','\xf1','\x5f','\x91','\x13','\x37','\xc9','\x77','\x2a','\x1d','\x10','\x2c','\xad','\x1c','\x16','\x95','\x65','\xbe','\x09','\xc6','\xa0','\x56','\x0c','\x26','\x43','\xf5','\x44','\x0f','\xa2','\xec','\x18','\xa4','\x10','\xab','\x26','\x02','\xb7','\xbc','\x25','\x1f','\xf5','\x48','\xc1','\x61','\x0f','\x8b','\x2d','\x99','\x47','\xaf','\xeb','\x28','\x91','\x40','\x67','\x92','\x42','\xdc','\x81','\x65','\x40','\x60','\x74','\xb9','\x9a','\x24','\x2d','\x74','\x9f','\xc0','\x0a','\x8a','\xf7','\xc8','\x1e','\x3a','\x8c','\xee','\xca','\x87','\xbf','\xf3','\x56','\x3a','\xd8','\xad','\xf6','\x46','\xb2','\x29','\xfc','\x02','\x79','\x9e','\xb4','\xdc','\x92','\x95','\x2a','\x26','\x87','\xf9','\xa6','\xc2','\x7d','\x28','\x0f','\xc5','\x85','\x9e','\x6f','\x24','\xb8','\xd4','\xe9','\xa4','\x70','\x30','\x9a','\x16','\xaa','\xa1','\x1d','\xfc','\xd8','\x00','\x22','\x03','\x48','\x19','\xe0','\xc1','\x38','\xdf','\x36','\x1d','\xc0','\x7d','\x7d','\xca','\xa8','\xe6','\x4d','\x36','\xca','\x58','\xe5','\x30','\x9b','\xcc','\x16','\xf9','\x3a','\xc9','\xdf','\xd8','\xe1','\x91','\x06','\xba','\x4c','\x79','\x10','\x74','\xa0','\xe0','\x22','\x98','\x71','\x6c','\x2a','\x36','\x84','\xe4','\xb0','\x03','\x63','\x52','\xb4','\x09','\xbf','\x87','\x3c','\x94','\xea','\x31','\xd8','\x70','\x8b','\x0b','\xc3','\x76','\x2a','\xa8','\x24','\x7c','\xf1','\x0d','\xdb','\x25','\x1b','\xd9','\x32','\xb2','\xc0','\x88','\x15','\x06','\x16','\xd0','\xca','\x45','\x36','\x01','\xec','\xbb','\xdb','\x4f','\xd9','\x7c','\xe1','\x20','\xbc','\x41','\x04','\x3f','\x62','\x47','\x16','\x5c','\x46','\x48','\x80','\x76','\xb8','\xcf','\xc0','\xd7','\x52','\x0c','\x59','\xc4','\x7c','\xca','\x3f','\x48','\x48','\x3e','\x43','\x72','\xff','\xd8','\xef','\x64','\xec','\xb8','\xd7','\xed','\x92','\x02','\xcc','\xbe','\xc3','\x82','\x16','\x2a','\x3a','\xa5','\xbb','\x3b','\x08','\xe0','\x16','\x4d','\x6c','\xf1','\x7d','\x35','\xeb','\x69','\x48','\x2b','\xaa','\x2a','\x53','\x20','\x7d','\x6a','\x60','\xc3','\xc1','\x2f','\xec','\x50','\x54','\x84','\xa8','\x4d','\xe4','\x8a','\x71','\x03','\x61','\x7e','\xe6','\x53','\x08','\xf4','\x9f','\xcc','\xaa','\xec','\x14','\x0f','\x23','\xda','\x5d','\x9f','\x23','\xb4','\x39','\x7a','\x54','\x41','\x8f','\x66','\xfd','\xd3','\xcb','\xde','\xe9','\xcb','\x5e','\xf9','\x4b','\x61','\xd3','\x41','\x4d','\x7e','\x92','\x7a','\xde','\xe9','\x9d','\x03','\xb0','\x39','\x12','\xd5','\xa9','\x23','\x1c','\x7e','\x84','\x23','\xf2','\xcc','\xb0','\x65','\x76','\xc6','\x08','\x90','\xe4','\x03','\x0e','\xf0','\x56','\xfb','\xc8','\x9c','\x45','\x66','\x19','\xf5','\xfd','\xaa','\x6b','\x73','\x42','\xbe','\x73','\x9b','\xa7','\x7d','\xd0','\x19','\x78','\x59','\x90','\x48','\x33','\x4c','\xcc','\x38','\x31','\x15','\x1e','\x9e','\xed','\x73','\x51','\xa6','\xa9','\x1e','\x6e','\x66','\xc6','\x49','\x71','\x9c','\x98','\xb3','\x03','\x4e','\x39','\x89','\x44','\x8b','\x5b','\xbc','\x6b','\x82','\x49','\x2a','\xe1','\xf7','\x78','\x14','\x0f','\xac','\x7b','\xfa','\xbb','\xc0','\x65','\x5d','\x6c','\xe2','\x83','\x9b','\xf1','\x83','\x9b','\x0a','\x74','\x19','\x7f','\x88','\xc2','\x35','\xa5','\x0a','\xbd','\x12','\x99','\x83','\x6b','\xec','\xe0','\x9a','\x77','\x70','\x0d','\x45','\xc6','\xd6','\xe2','\xda','\x5a','\xdc','\x5c','\xc3','\x93','\x6b','\xc1','\xc2','\x82','\xbf','\xeb','\xfc','\x84','\x1b','\xe2','\x6c','\xa8','\x3c','\xd6','\xf0','\x32','\x76','\x38','\xec','\x20','\xc8','\x6c','\x5c','\xf2','\x1f','\xad','\x93','\x71','\x4a','\x66','\xb3','\xfe','\x5d','\xf2','\x5a','\xe2','\xfc','\x74','\x79','\xba','\x9c','\xca','\x88','\x33','\x3d','\x52','\xb3','\xf4','\x70','\xc6','\xc4','\xa7','\xcc','\xf8','\xcc','\x1b','\x8a','\xd5','\x44','\xd3','\x44','\xad','\x90','\x4c','\x85','\xf0','\xfd','\xae','\x5a','\x21','\x5e','\x25','\x05','\x33','\xf0','\x79','\x82','\x2c','\x80','\xf2','\x47','\x86','\xcd','\x54','\x60','\x26','\x7c','\x63','\xca','\xb3','\x3f','\x70','\xa6','\xa5','\x8e','\xf1','\x63','\x8a','\x41','\x6d','\x3a','\x1b','\x76','\xc7','\xce','\x74','\xc5','\xb0','\x3f','\x34','\xcc','\x8a','\x81','\x2a','\xda','\xaf','\x4c','\x6b','\xbf','\x62','\xb1','\x67','\x2c','\xd5','\xfb','\xdf','\xa9','\xd7','\x7c','\x55','\xda','\xb8','\x9e','\x5a','\x7e','\x43','\xd6','\xb0','\xb1','\x1a','\xb7','\x7f','\x74','\x7e','\x3a','\xde','\x98','\xc6','\xeb','\xd3','\x58','\xb1','\x3d','\x34','\x9d','\xf2','\xa7','\x95','\x75','\x6e','\xf6','\xc6','\x7a','\x67','\xfc','\x24','\x48','\x7b','\x98','\x4f','\xfb','\xc8','\xf0','\x7e','\x05','\xac','\xf1','\xcc','\x97','\x42','\x4f','\xfc','\x48','\x8e','\x97','\x82','\x5a','\xb9','\x17','\x4f','\x88','\x26','\x32','\x61','\x11','\x7a','\x90','\x62','\x68','\x21','\x2f','\x0e','\x3b','\xc5','\x87','\x9d','\x13','\x13','\x46','\x7d','\xc2','\xa0','\x63','\x26','\xb5','\x34','\x5a','\x62','\xb4','\x41','\x69','\x2d','\x93','\xb6','\xdf','\xdf','\x8b','\x93','\x19','\x28','\xfc','\x6f','\xcb','\x41','\x22','\x05','\x65','\x92','\x06','\x25','\x55','\x81','\x7a','\x01','\x69','\xaa','\x21','\x3d','\x08','\x3f','\x70','\xe8','\x0b','\x0e','\x7d','\xcd','\x49','\x03','\xb2','\xcd','\x87','\x7e','\xa4','\x8e','\xd5','\xd3','\xba','\x3f','\x9c','\x73','\xda','\x39','\xc7','\x84','\xe4','\x4b','\x0d','\x84','\x69','\x44','\x82','\x7e','\xf7','\xfa','\xcc','\x44','\x76','\xce','\x61','\xa8','\xc5','\x34','\x8f','\xa9','\x1b','\x6c','\xcf','\x39','\x36','\x50','\x63','\x09','\x99','\xc5','\x64','\x78','\xbc','\xcf','\x61','\x04','\x40','\xa3','\xa2','\xb2','\x83','\x40','\xc1','\xda','\x91','\x22','\xfa','\x3b','\xc0','\xe1','\x71','\x4f','\x2a','\xa2','\x9f','\x89','\xa1','\xbd','\xc7','\x87','\x42','\xdb','\xa7','\x33','\x75','\x61','\x17','\xf9','\x63','\x5d','\xd8','\x66','\xd7','\xe8','\x2e','\x33','\xcf','\xb4','\x4d','\xc6','\xe2','\x19','\x47','\x88','\x7f','\x69','\x00','\x9f','\x4e','\x05','\x87','\x7c','\x74','\x02','\xa3','\x3a','\x28','\xc3','\x9f','\xa5','\xd2','\x55','\x8a','\x3e','\xa4','\x00','\xcf','\xef','\xd0','\x1b','\xf6','\x33','\xcf','\xec','\xec','\x90','\xa5','\x7d','\xbc','\x10','\x3b','\xb8','\x20','\xb8','\xb3','\xaa','\xf5','\xa8','\xfe','\x69','\xdc','\xa3','\xca','\x7a','\xa4','\x61','\xba','\x8b','\x29','\x22','\xcd','\x7d','\x5a','\xa8','\x99','\x46','\xfb','\x85','\x40','\x1d','\x03','\x42','\x95','\x07','\x80','\x33','\x1d','\x7e','\x00','\x80','\xe3','\xf2','\x4f','\x71','\x18','\xee','\x50','\xeb','\x9b','\xa1','\xb8','\x91','\x35','\x93','\xa8','\xa2','\x28','\x18','\x01','\x2a','\xa2','\x5b','\x55','\x06','\xcf','\xa7','\xeb','\x27','\x38','\xc8','\x30','\x3b','\x79','\x42','\x2f','\xa3','\x42','\x72','\xf4','\x2e','\xc8','\xe1','\x6e','\x7c','\xc1','\x7a','\xf5','\x8b','\xd5','\x6e','\xfd','\x02','\x68','\xc3','\x26','\x97','\x48','\xe1','\x70','\xf8','\x5f','\x5b','\x67','\x86','\xe2','\x86','\x8c','\xf5','\x9b','\x01','\x9b','\xf2','\x99','\x89','\xf4','\x9b','\x0e','\xab','\x28','\x7c','\x31','\xd7','\x6f','\xb6','\x40','\x44','\xa7','\x82','\x73','\xfc','\x57','\xab','\xbe','\x38','\x1a','\x1d','\x74','\x4b','\x23','\x40','\x31','\xda','\x39','\x8e','\xb4','\x7a','\x43','\x5a','\x58','\x92','\x2e','\x42','\x83','\xf0','\xb6','\xa7','\x24','\x39','\xfa','\x47','\xce','\xc8','\x9e','\x65','\xfd','\xa3','\x57','\x47','\xf6','\xd4','\xf5','\x8f','\xea','\xf1','\xa3','\xcb','\x71','\x63','\xc5','\xf6','\x2f','\xc7','\x8d','\x77','\xe2','\xc6','\xb1','\x30','\x78','\x47','\x71','\x5e','\x4f','\x4e','\x7d','\x3b','\x93','\x4b','\xb2','\x7c','\xc2','\x03','\x39','\xf1','\x08','\x77','\xd1','\x84','\xb4','\x58','\xd4','\xcf','\x25','\x30','\x18','\xb2','\x74','\x19','\xaf','\x5e','\x06','\x46','\x33','\x8b','\x5f','\xa3','\xd4','\x41','\x64','\x5d','\xfb','\xc9','\x72','\x90','\xc5','\x3e','\x3e','\xd8','\x1d','\xf5','\xb8','\xae','\xd0','\x2d','\xf2','\x62','\x19','\x7e','\x69','\x8a','\x03','\xf4','\x12','\x7d','\xf3','\x0d','\xf6','\xd7','\x18','\x8a','\x54','\x8f','\x23','\x69','\xd3','\xd3','\x69','\x35','\x43','\x8b','\x2a','\xc8','\x49','\x21','\xed','\xc5','\x57','\xa9','\x88','\x23','\x20','\x1f','\x2e','\x62','\x0a','\xa7','\x42','\x0d','\xbb','\x3d','\xe3','\xa0','\x19','\x07','\xdf','\x17','\x86','\x7b','\x16','\xf1','\x03','\x72','\xfc','\x81','\x49','\xc1','\xb3','\x2d','\x8a','\xd9','\x5b','\x15','\x5a','\x8d','\xaa','\xda','\x95','\x33','\xac','\xc2','\x22','\xfe','\xde','\x91','\x05','\xa4','\xaf','\x7a','\x11','\x64','\x31','\xb7','\x80','\x72','\x8b','\x4a','\xee','\x6c','\x5c','\x3f','\x8b','\x73','\xe7','\x1e','\xcf','\x5d','\x59','\xcb','\xfd','\xae','\x9c','\x5b','\x06','\x7d','\x66','\x9d','\xfb','\x5f','\x17','\x82','\x6e','\xed','\x48','\xf8','\x62','\xc2','\xa6','\x2e','\xf8','\x4f','\xb8','\x84','\x47','\x2d','\x63','\x31','\xa2','\x4f','\x06','\x63','\xa3','\x64','\xac','\x10','\x99','\x3f','\x26','\x93','\x23','\x32','\x19','\x03','\xf3','\xc7','\x0a','\xca','\xa7','\x3f','\x4e','\xf2','\xd7','\x8f','\x14','\x9e','\x1c','\x2b','\xb0','\xb1','\x02','\x1d','\x2b','\x8c','\x8f','\xe9','\x6f','\x8c','\x3d','\x86','\xc7','\x18','\xb2','\x4e','\xa1','\x27','\xae','\x85','\xff','\x62','\x35','\x70','\x9d','\x5e','\x5f','\xe4','\x76','\x6a','\x71','\x7b','\x46','\x79','\x30','\xa3','\xa4','\xc4','\xa6','\xdd','\xce','\xe8','\x00','\x63','\xbf','\x0b','\x98','\x6d','\x1b','\x6f','\x93','\x71','\x44','\x87','\xc2','\x09','\x4c','\xe6','\x78','\x90','\xb5','\xcf','\x47','\xe3','\x18','\x35','\xe5','\x38','\x91','\xd6','\x09','\xfa','\x5b','\x92','\x39','\x42','\x68','\x9f','\x3e','\xc8','\xbb','\xaa','\x74','\x35','\x93','\x58','\xa4','\xfb','\x16','\x2e','\xbf','\xed','\x78','\xd2','\x4b','\xd5','\xec','\x96','\x9e','\x42','\xc3','\x0a','\xc2','\xb1','\xa4','\x21','\xbb','\x66','\x82','\x8c','\x27','\x13','\xc1','\xe1','\x80','\x1f','\x01','\x11','\xe9','\x2a','\x41','\x7f','\x43','\x80','\x75','\x3c','\x75','\x67','\xec','\xdc','\x3f','\x88','\xfa','\xf5','\x52','\x51','\xbf','\x9e','\x06','\x3c','\x3b','\x4c','\x44','\x64','\x11','\x93','\xf6','\x36','\xd5','\x2e','\xd0','\x6b','\x2b','\x01','\x4b','\x92','\x1c','\xdf','\xdd','\x97','\xa1','\xcd','\xaa','\xc0','\x37','\x79','\x3a','\xb0','\x95','\x01','\xce','\x0f','\x67','\x67','\xde','\x0f','\xe2','\x4a','\xca','\xf8','\x35','\x95','\x69','\x44','\xe3','\x00','\xfe','\x83','\xe8','\x6c','\x45','\xd0','\x9b','\xe4','\x07','\x8b','\x18','\xfc','\xbd','\x51','\x95','\x3c','\x80','\x48','\xc1','\x1c','\xb8','\x99','\x21','\x6b','\x49','\x72','\x09','\xef','\xe2','\x1f','\x3b','\xba','\x6c','\xd8','\xcd','\xea','\x14','\xb4','\x2c','\x19','\xd3','\xa8','\xc6','\xd7','\x8e','\x19','\x8c','\x4e','\x11','\x1e','\xe8','\x24','\xad','\x83','\x64','\xba','\x41','\x2b','\x0f','\xa8','\x95','\x07','\xb4','\xca','\xa0','\x53','\x19','\xf5','\x2a','\xbf','\x78','\xf9','\xf9','\xdf','\x5a','\xb1','\xf6','\xd4','\xcd','\xc1','\x4b','\xe6','\xc8','\x4b','\xe6','\x6a','\xad','\x22','\xa3','\x48','\xdf','\xbc','\x77','\x7e','\x70','\x22','\x48','\x06','\x68','\x58','\x46','\x13','\xd2','\xd9','\x06','\x7a','\x07','\x21','\x3d','\x15','\xbe','\x0f','\xab','\x84','\x6a','\xa6','\xc2','\x56','\x6f','\x20','\x8a','\xf2','\x5b','\x48','\x85','\xd3','\xde','\x93','\x5a','\xe3','\x07','\x54','\x55','\x9c','\xc9','\x86','\x94','\xe2','\x74','\xbd','\x91','\xdd','\xac','\x0d','\xd6','\x6b','\xb9','\xa1','\xdb','\xfb','\x69','\x4d','\xaf','\xd7','\x66','\xea','\xb5','\xdf','\xbf','\x14','\x1c','\xa8','\x63','\xbd','\x8e','\x0f','\x5c','\xbc','\x75','\xe0','\xe2','\x18','\x37','\xfd','\xe2','\x18','\x4a','\x8f','\xa1','\x8b','\x63','\x3f','\xff','\xf2','\xad','\x9f','\x67','\xf8','\x94','\x86','\x3d','\xe3','\xc8','\xaa','\x43','\x62','\x09','\x24','\xd7','\xf8','\x6a','\xc1','\x23','\xef','\x08','\x42','\x06','\x7b','\x34','\xac','\x60','\x82','\x95','\x69','\x5c','\xd0','\x4a','\xbb','\xb8','\xaf','\x51','\x22','\x72','\x2a','\x40','\xc2','\xe7','\x1d','\x82','\x7e','\x9d','\x40','\xc5','\x3f','\x0b','\x74','\x68','\xbd','\x78','\xa7','\xc5','\x5d','\x26','\x3e','\xf7','\x0c','\xc9','\xd1','\x24','\xc4','\x62','\x7c','\xfa','\xf9','\xd1','\xf4','\x13','\xea','\x90','\xf7','\x90','\x14','\xef','\xef','\xdf','\xf9','\x3f','\xe3','\xf7','\xc2','\x6a','\x53','\xc5','\xe8','\x30','\xe9','\xf2','\xd3','\x46','\x78','\xf5','\x8c','\xc0','\xbd','\xe7','\xe3','\xce','\xd4','\x92','\xe9','\x38','\x9a','\xf0','\xfd','\x60','\x1f','\x50','\xb7','\x81','\x64','\xfc','\x99','\xa8','\x4a','\x9f','\xc1','\x6c','\x13','\x4b','\x9b','\x58','\xae','\x13','\x4c','\xe7','\xf8','\x2f','\x5a','\xd1','\x7f','\x37','\x4d','\xc2','\x0f','\x83','\xfb','\x65','\x22','\xcc','\xff','\xa5','\x0a','\xb1','\x3f','\x24','\xcf','\x55','\xb8','\x45','\xfd','\xf8','\xf8','\x2b','\xef','\x87','\x5f','\x6e','\x99','\x55','\xd3','\x34','\x67','\x4c','\xf3','\xe4','\x8c','\x69','\xcd','\xdb','\xb7','\x4c','\xd3','\x12','\xf6','\xac','\x69','\xce','\xb6','\xec','\x1f','\xd9','\xa6','\x3a','\xac','\x79','\x58','\x7f','\x3f','\x14','\x3d','\x9e','\x8e','\xbe','\xee','\xb2','\x6b','\x1d','\xda','\x04','\xfd','\x9a','\x0f','\x0d','\x15','\x16','\x09','\x7f','\x0c','\xe9','\xdc','\x31','\x4c','\x26','\xb8','\x3d','\xe1','\x3f','\xf6','\x0e','\x9a','\x90','\xe9','\x04','\x4e','\x7e','\x86','\x62','\x0b','\xa1','\xc9','\x30','\x34','\xc2','\xc0','\x01','\xa0','\x1e','\xd2','\x88','\x28','\x36','\xc5','\xb5','\xdc','\xf5','\xa0','\xb0','\x64','\x3c','\x96','\x0d','\x1e','\x7f','\xc4','\x28','\xa4','\x82','\x82','\x62','\x14','\xfe','\x71','\xc8','\xef','\x8f','\x5c','\xd8','\xca','\x21','\x2d','\x7a','\x1c','\x09','\x5b','\x23','\xfc','\x3c','\x85','\xed','\x29','\x14','\xfb','\xc5','\x30','\x3c','\xbe','\x54','\xab','\x37','\xff','\x9a','\x1e','\x2f','\x77','\xf5','\x4f','\x09','\x06','\xe0','\x87','\x81','\x94','\xaa','\x43','\xcc','\x69','\x52','\x83','\xb8','\x80','\x2f','\x14','\x06','\x8d','\xdb','\x3e','\x5f','\x2d','\x95','\x0a','\x88','\xef','\x6c','\xaf','\x87','\x76','\x9b','\x55','\x62','\x4c','\x06','\xb8','\x49','\x51','\x0e','\xa9','\x14','\x68','\xd5','\x96','\x6a','\x7a','\x74','\xa6','\x31','\x14','\x84','\x68','\xc9','\x43','\x4d','\xef','\xdc','\x93','\xc1','\x71','\x15','\x9f','\x0c','\xf1','\x0c','\x0a','\x14','\xe4','\xed','\xf1','\xbd','\x3d','\xa2','\xcd','\x61','\xd0','\xf7','\x06','\x5d','\xbe','\x24','\x7a','\x1f','\xb8','\xde','\x0b','\x7e','\x20','\xba','\x1e','\xae','\xe6','\xdc','\xb5','\x43','\x7f','\x1c','\xa6','\xeb','\xbd','\xbc','\x16','\x03','\x92','\xf6','\x3b','\xba','\xbd','\xfe','\x01','\xf5','\x1d','\x01','\xe7','\x43','\x61','\x38','\x29','\x23','\xbb','\x86','\x2a','\x98','\x7b','\x80','\x4a','\x65','\x6f','\xb2','\x32','\x4a','\x2a','\x7f','\x4a','\x2b','\x03','\xcb','\x95','\x3d','\x97','\x2b','\x83','\x1e','\xdc','\xa4','\x7f','\x7a','\xb9','\x72','\xdf','\x65','\x7b','\xcf','\x72','\x65','\xb0','\x6e','\x8e','\x5c','\x40','\xab','\x2f','\xc9','\x72','\x0d','\x42','\x8c','\xac','\x08','\x94','\xee','\xc4','\x5d','\x48','\xe7','\xcc','\xd4','\x06','\x9a','\x43','\x89','\x16','\x3a','\x63','\x76','\x9b','\xbe','\xa3','\xe8','\x7e','\xfb','\x29','\x12','\xa0','\x7e','\x05','\x76','\x78','\xdb','\x47','\x7a','\xbb','\xd3','\x37','\xca','\xf7','\x7a','\x1b','\x6e','\x9f','\x81','\x45','\xee','\x30','\x77','\x6f','\xa5','\x45','\x34','\x20','\xe3','\x24','\xbf','\xd7','\x64','\xe4','\xcb','\x91','\x58','\x52','\x7f','\x47','\x52','\x4c','\x98','\x3c','\x27','\xce','\xf3','\x3d','\xf3','\x87','\xe0','\x21','\xbb','\x84','\x3a','\x03','\x75','\x67','\x18','\x50','\xeb','\x06','\xf0','\xbd','\x43','\x26','\x54','\xeb','\x68','\x10','\x68','\x94','\x98','\x19','\x62','\xa4','\xe6','\x9c','\x64','\x1a','\xe1','\xbe','\x3e','\xdf','\xee','\xe7','\x69','\x08','\x87','\x33','\x2e','\x9a','\x9e','\x14','\x68','\x7a','\x1a','\xce','\x10','\x7f','\x9c','\xcc','\x96','\xc9','\xe7','\x5d','\xb2','\xfb','\x27','\xe5','\xcf','\x45','\xcd','\xc5','\x22','\xde','\x17','\x34','\x51','\x9d','\x2b','\xc3','\x1d','\x40','\x93','\x91','\xbc','\xee','\xe7','\x73','\x24','\x9e','\x43','\xf1','\x9c','\x43','\x98','\xa3','\x30','\x47','\x70','\x17','\x18','\xcc','\x34','\xb7','\x4c','\x7e','\x9b','\x30','\x66','\x14','\x99','\x97','\x61','\x4e','\xf6','\x10','\x4a','\xee','\x45','\x98','\x4f','\xe6','\x74','\xd0','\xa1','\xaf','\x95','\xfc','\x20','\x2a','\xe4','\x1c','\xf5','\x83','\x19','\x82','\x67','\x46','\x50','\xfc','\x90','\xa7','\xe4','\x5c','\xc5','\x0e','\x94','\x29','\x44','\xdf','\x46','\x69','\xdb','\xcf','\x4f','\xa1','\xad','\x29','\x54','\xe5','\x1e','\xd7','\x14','\x12','\x86','\x8b','\x76','\x48','\xcd','\xce','\x75','\x97','\xb9','\xf7','\xb6','\x28','\x1c','\x4d','\xee','\x0c','\xc7','\x15','\x7a','\x7f','\x72','\xef','\x43','\x24','\xfc','\x59','\x4a','\xff','\x74','\x99','\xee','\xb9','\x4c','\x07','\x3d','\x3a','\xea','\xd1','\x3f','\xbd','\x4c','\xef','\xbb','\x3c','\xb4','\x67','\xd9','\x1f','\xac','\x57','\x47','\x2e','\x18','\x3b','\xaf','\x3b','\xe0','\xe2','\x9c','\x39','\xe0','\x5e','\xd6','\xa1','\xe1','\x91','\x5f','\xac','\x28','\x0f','\xdc','\xd5','\x88','\xc4','\x48','\x08','\x4b','\x75','\xf4','\x22','\x65','\x74','\x74','\x11','\xd9','\x6b','\x68','\x6a','\x31','\xd6','\x35','\xd9','\x5e','\x0c','\xa7','\x16','\x02','\xac','\x62','\x9c','\x0d','\x07','\xd2','\x63','\xe4','\xe2','\x98','\xf2','\xe6','\x18','\x7d','\x2b','\x00','\xfd','\x41','\x67','\x1d','\xf0','\xfc','\x80','\xc3','\xbf','\x2a','\xf8','\x21','\x15','\x1c','\x53','\xf0','\xd9','\x07','\x4b','\x61','\x38','\x06','\xba','\x81','\x5d','\xbd','\x3f','\xc7','\x0b','\x90','\x57','\x85','\x1a','\x83','\x37','\x82','\x40','\xb9','\x7b','\x60','\xc9','\xe5','\x26','\x71','\x0b','\x7d','\x47','\x43','\x66','\x91','\x6f','\x83','\xf8','\xa0','\x1d','\xc6','\x8f','\xe3','\xf8','\x39','\xbc','\xc7','\x6e','\xdc','\x7f','\xbc','\x44','\x85','\x31','\xbb','\xb1','\x15','\xc7','\xd5','\xfb','\x30','\x8b','\xd7','\x58','\xf8','\x06','\x3b','\xd3','\x2c','\x1a','\xd0','\xc7','\x81','\x93','\x3c','\x36','\x67','\x88','\x4c','\xc0','\xe7','\x27','\x0c','\x98','\x11','\x63','\xb0','\x39','\x62','\xfe','\x5d','\x64','\xa1','\x61','\x84','\x81','\xb8','\xd9','\x86','\xce','\x05','\xc8','\x4e','\x4c','\x66','\x88','\xfd','\x1f','\x48','\xa5','\xdc','\x21','\x39','\xa9','\xa4','\x7c','\x5b','\x0c','\xee','\x52','\x3f','\x45','\xdd','\xea','\xe7','\x3d','\x48','\xc9','\x84','\xb5','\xed','\xd0','\xd3','\x1d','\x1e','\x63','\x7b','\x11','\x51','\xc2','\x76','\xdb','\x60','\xd7','\x55','\x4f','\xa7','\xeb','\xe9','\x70','\x33','\x7d','\xb1','\x7e','\x0f','\xfb','\xf6','\xe0','\x77','\xbe','\x3d','\x78','\xf1','\x7e','\x46','\xef','\xd7','\x68','\x52','\xa3','\xd8','\xa0','\x09','\x07','\x78','\x6b','\xde','\x25','\xda','\xb5','\x6e','\x5f','\xed','\x46','\xd9','\xbd','\x61','\x7b','\x5e','\x79','\xa9','\x59','\xbe','\x10','\x94','\x5d','\xd2','\xb1','\x0b','\xbe','\x2d','\x06','\xd1','\x04','\x1e','\x20','\xc0','\x58','\x98','\x6a','\x12','\xbf','\x49','\xaa','\x4d','\x62','\x90','\x39','\xd1','\xae','\x76','\xcf','\xbd','\xe9','\xce','\x7d','\x0a','\x32','\x87','\x80','\x73','\xf6','\x64','\xa7','\x2a','\x43','\xa0','\x94','\x21','\x28','\xc9','\xa3','\x0f','\x13','\x16','\x0e','\x64','\xac','\x63','\xfb','\x87','\xa1','\xd9','\xc0','\x7f','\x1f','\xb3','\x3b','\x83','\x23','\x26','\xb0','\x35','\x6d','\xd3','\xcf','\x01','\xff','\x18','\xff','\x92','\xa2','\x34','\x73','\x97','\xba','\x0c','\xa3','\xf5','\xee','\x2b','\xb4','\x4b','\xd9','\xd4','\x19','\x74','\x16','\xc2','\x4e','\x3b','\x5b','\x37','\xaf','\x0e','\x6e','\x6d','\xd4','\xe7','\x08','\xfe','\x8f','\xaa','\x21','\x85','\xdb','\x71','\x12','\x06','\x01','\xbc','\xa8','\x90','\xce','\x6f','\x63','\x03','\x61','\xd8','\x5b','\x82','\x76','\xf8','\x51','\x08','\xf5','\x4b','\xf9','\x70','\x97','\x3a','\x1d','\xb6','\xfb','\xd6','\x5d','\x68','\xd6','\x06','\xad','\x99','\x73','\x99','\xf4','\xb9','\xe2','\xe0','\x59','\x33','\x77','\x16','\xdc','\xe3','\x91','\x05','\x67','\xca','\xf1','\x8e','\xbe','\x54','\xbd','\xd4','\xf5','\x0f','\xbb','\x7e','\x82','\x98','\x3f','\xab','\x3c','\xb0','\x70','\xe4','\xb8','\x39','\xd0','\x28','\xe6','\x96','\xb2','\x6b','\xe1','\x2d','\xac','\xa0','\xa1','\xd0','\x9b','\x56','\x80','\xd8','\x33','\x06','\x8f','\x5b','\x31','\xf8','\x9f','\x1b','\x11','\xee','\x8e','\x07','\xcb','\xd0','\x0b','\x72','\x0d','\x12','\xa9','\x23','\xcb','\xaa','\xbe','\x91','\x01','\xcc','\x54','\x8d','\xe5','\x6a','\x5a','\x6e','\xb9','\x9c','\xbb','\x14','\xe8','\x75','\x92','\xeb','\xb7','\x4b','\xbe','\x5e','\x9f','\xcd','\x9d','\x33','\x73','\xe7','\xcd','\x5c','\x2d','\xb2','\xe9','\xdc','\xb9','\xe9','\x11','\x77','\x7a','\x6a','\xa9','\xf2','\xf4','\xb2','\xbd','\x68','\x1e','\x41','\x1e','\xb5','\xdf','\xf7','\x85','\xb0','\x15','\xd5','\xaf','\xb5','\x21','\xd6','\x1d','\x8b','\xb3','\x09','\xac','\xff','\x38','\xc8','\xde','\x04','\xb6','\xa5','\xae','\x83','\xdd','\xcf','\x3a','\x22','\x9c','\x6d','\x7e','\x6a','\x57','\x9d','\x04','\x3a','\x93','\x41','\x19','\x13','\x41','\x8b','\xbf','\xfd','\xe3','\x60','\x5a','\x22','\xd3','\x92','\x62','\xbf','\x4d','\x4d','\x6d','\xd9','\xd4','\x2e','\xdb','\x2d','\xee','\x2b','\xae','\x4c','\xcb','\xd9','\xe9','\xd9','\xa4','\xbd','\x85','\xbb','\xf9','\xf0','\x3e','\x6d','\x82','\x05','\x71','\x37','\x5d','\xed','\x6a','\x13','\x6c','\x5f','\x2f','\x44','\xa3','\xab','\xf0','\x62','\x32','\x4a','\xa2','\x45','\xc6','\xef','\xc0','\xa0','\x47','\x3c','\xd4','\xa1','\x1f','\xf2','\x3b','\x20','\xfd','\x9d','\x75','\xbd','\x4c','\xa9','\x44','\x6d','\x9b','\xf2','\xc7','\x52','\x69','\xa8','\x54','\x0a','\x1b','\x30','\xa0','\xf3','\xf3','\xfc','\xf1','\x70','\xa9','\xf4','\xd9','\x52','\xe9','\x71','\x61','\x67','\xe6','\xe7','\x4f','\x94','\x4a','\xdc','\xea','\xe2','\x9d','\x1d','\x6b','\x34','\x80','\xc5','\xf1','\x77','\x7f','\x37','\x3d','\x40','\x20','\x43','\xbe','\x86','\xe4','\x4e','\x2f','\x49','\x11','\x3a','\x8b','\x8b','\xc8','\x8c','\x60','\x9f','\x6b','\xdb','\x6c','\x1e','\xdc','\x0f','\x64','\x68','\x78','\x2d','\x6c','\x6c','\xdf','\xfb','\x3b','\x57','\x80','\x98','\x46','\x26','\xaf','\x04','\xa3','\x39','\xf7','\xe1','\x9c','\xcb','\x2f','\x1b','\x5f','\xd5','\x33','\xba','\x7f','\x20','\xe7','\x96','\x72','\x6e','\x4d','\x74','\x94','\x3c','\xa0','\xfb','\x43','\x39','\xf7','\x21','\x81','\x3d','\x00','\xae','\x2a','\x3d','\x58','\xec','\x62','\x0f','\x30','\x08','\x9f','\xd5','\xe6','\xc4','\x7c','\x06','\x89','\xc8','\x94','\x0f','\x32','\x64','\xcb','\x8d','\xec','\x5b','\xe1','\xe0','\xca','\x7a','\x8e','\x79','\xfb','\x93','\x7f','\xc5','\xd7','\x96','\x19','\xc7','\xfb','\xfd','\x97','\xfe','\xea','\x80','\xc3','\xd7','\x19','\x74','\xc0','\x21','\x07','\x2e','\x04','\xfc','\x51','\x77','\x04','\x97','\xc3','\x05','\xff','\xe7','\x3d','\xc2','\xed','\x39','\x83','\x78','\x29','\xdf','\x43','\x24','\xa9','\x81','\x88','\xb3','\xc8','\x4d','\x97','\x06','\xf8','\xae','\x71','\xd6','\x20','\xfb','\xcb','\x91','\x42','\xd9','\xf0','\xc1','\xf2','\xbe','\xe2','\xe1','\x7d','\x2b','\xe4','\x73','\x57','\xfc','\x71','\x46','\x00','\x8b','\xab','\xfb','\x65','\xc4','\x5c','\x94','\x17','\x3a','\x3e','\x8c','\x28','\x11','\x47','\x2a','\xe8','\x38','\xcb','\x7c','\xcd','\x04','\x7d','\xe1','\x22','\xf0','\x1e','\xb8','\x5a','\xb8','\x51','\x82','\xf6','\x25','\xea','\xe1','\xa2','\x67','\x9f','\xf0','\x50','\x1d','\xa4','\x78','\x31','\xf5','\x6c','\xd1','\x68','\x87','\x68','\x73','\x32','\x1b','\xec','\xd6','\x05','\x06','\x8a','\xef','\x9d','\xa1','\x99','\x61','\x62','\x26','\xb2','\x0d','\x3c','\xb0','\x25','\xbd','\x48','\x6d','\x9b','\x78','\x19','\xf7','\xa5','\xfb','\x68','\x97','\x1c','\xc9','\x94','\x5b','\x0e','\xe4','\x13','\x0c','\x85','\x75','\xf1','\x6c','\x68','\x07','\x9e','\xed','\x4e','\x48','\xdb','\x4f','\xf2','\xa3','\x92','\x3c','\x08','\x33','\x4b','\xc4','\xe2','\xe7','\xc6','\x22','\x26','\x98','\xed','\x77','\x89','\x88','\x49','\x67','\x0c','\xf9','\x5b','\x85','\x8f','\xe7','\x61','\x10','\x9b','\x82','\x4d','\xc4','\x01','\xb0','\x19','\x31','\x11','\xcc','\x92','\x2c','\xdf','\x5e','\x76','\xd5','\x0b','\xb6','\xab','\x06','\x9b','\x77','\xea','\x5d','\x76','\xed','\x52','\x3b','\x45','\xa9','\x2f','\xd6','\x09','\x03','\x75','\xf2','\xbd','\x77','\xa9','\x3b','\x6c','\x76','\xdf','\x2f','\x8e','\xc3','\x5f','\x19','\xe6','\x7f','\x15','\x91','\xe4','\xf4','\xeb','\x69','\x76','\x08','\xf3','\x70','\x34','\x7f','\x32','\x1a','\xa2','\x9a','\xe0','\x40','\x3e','\xd5','\xa0','\x6f','\xac','\xef','\x6d','\x6e','\x84','\x8a','\x68','\x79','\x56','\x03','\xaa','\xcd','\x53','\x03','\xed','\x15','\x82','\xa4','\x6d','\x19','\xff','\x66','\x18','\x9e','\x48','\x19','\xf4','\x01','\x83','\x0e','\x69','\xf4','\x21','\x46','\x47','\x33','\x74','\x32','\x95','\x5e','\xc4','\x6d','\x71','\x7b','\xde','\xab','\xee','\xd9','\x9f','\xc1','\xb8','\xeb','\xeb','\xa8','\xf3','\xd3','\xb9','\xdf','\x33','\x6f','\x23','\xba','\xea','\xd1','\x3f','\x73','\xc2','\x4f','\x1c','\xba','\x5a','\xa3','\xab','\xa1','\xfd','\x21','\xb6','\xf2','\x71','\xeb','\xe0','\x8f','\xac','\x22','\x70','\x56','\x03','\x29','\xae','\x26','\x06','\xd2','\x65','\x3c','\x78','\x39','\xfc','\xe8','\x32','\x96','\xd8','\x80','\xac','\x92','\xab','\x94','\x5a','\x19','\x75','\x26','\xa5','\x29','\x49','\x8f','\x61','\xc1','\xef','\xa7','\x90','\xd1','\x24','\x19','\x25','\x90','\xdf','\x58','\xd3','\x9c','\x86','\xc7','\xa7','\x51','\x9e','\x64','\xf2','\x34','\x19','\x67','\x38','\xbe','\xc6','\x1d','\xfe','\xb8','\x22','\x27','\xe8','\x64','\x92','\x4e','\x52','\xd6','\xb8','\xfc','\x41','\xcd','\x79','\xc1','\x35','\xc0','\x6b','\xe3','\xbb','\x0a','\xcb','\x16','\xcd','\x64','\xda','\xc1','\x5a','\xb1','\x4a','\x81','\xba','\x64','\x66','\x00','\x24','\x39','\x4c','\x6e','\x8e','\x90','\x9a','\xcb','\x0b','\x8b','\xeb','\xad','\x8e','\x88','\x09','\xb3','\x80','\xc1','\xa9','\xe9','\xb1','\xa6','\xb7','\xb5','\x11','\x54','\x6f','\xcc','\xb3','\x56','\x44','\xe4','\x46','\x8a','\x7c','\x8f','\xf0','\x60','\xa1','\x4b','\xd2','\x4c','\xbf','\xf8','\x1d','\xea','\x2a','\xe1','\xc2','\xfc','\x02','\xb7','\x58','\xa5','\x6e','\x86','\xba','\xc5','\xb4','\x6b','\xa6','\x5d','\x67','\x68','\x2f','\x7a','\x28','\x8d','\xd4','\x9c','\xc3','\x98','\xa7','\x99','\x55','\xc3','\xd3','\x17','\xd1','\x70','\x06','\x61','\xb5','\xc7','\x64','\x82','\xe0','\xf8','\xfa','\x8f','\xa8','\x95','\xf2','\xb7','\x3b','\x35','\x66','\x81','\xd0','\x22','\xea','\x0d','\xe1','\xdb','\xe6','\x7d','\x8a','\x4a','\xce','\x65','\x48','\x83','\x2a','\x0d','\x4a','\x1b','\x4c','\x85','\xc6','\xf2','\x92','\x61','\x87','\x8e','\xe8','\xbb','\xc9','\x1c','\x7a','\xa9','\x07','\xb5','\x4d','\xbf','\xe6','\x86','\xa1','\x1f','\x63','\x44','\x06','\x2a','\x32','\x3c','\x6a','\x87','\xfb','\x65','\xb4','\x3f','\x86','\xf2','\x07','\x70','\x5e','\x0f','\x0f','\xe6','\x4b','\xf1','\x7c','\xe9','\xbe','\xd7','\x4b','\x41','\xbe','\x54','\xcd','\x97','\x8c','\x7c','\x09','\x81','\xfd','\x0b','\x94','\x2f','\xef','\xec','\xa7','\x76','\x46','\x15','\x6f','\x52','\xf5','\x96','\x0d','\xee','\x6c','\x83','\x22','\x3c','\xa6','\xce','\x0e','\x76','\x88','\x3b','\xb1','\xa3','\xdd','\xfb','\xeb','\x0e','\x7c','\x5d','\xbc','\xc0','\x94','\x09','\x48','\xd1','\x90','\x3d','\x7a','\xa0','\x82','\xb2','\xaa','\x33','\xf7','\x97','\x4e','\x79','\x9f','\x4b','\xd2','\xc1','\x17','\xd2','\xce','\xd7','\x2f','\x3a','\xb3','\x6f','\x82','\x95','\xff','\x91','\x53','\x2e','\x38','\xee','\x88','\x43','\x8c','\x90','\x38','\x47','\xd0','\x94','\x17','\x7e','\xe0','\x74','\xf3','\x51','\x4e','\xee','\x1b','\xdc','\x6a','\xfa','\xa5','\x30','\x77','\xb1','\x96','\x7b','\xed','\x5c','\xee','\xb5','\x25','\xf1','\x7a','\x55','\x5f','\x30','\x73','\x8b','\xc2','\x60','\x6b','\x36','\x0b','\x35','\xf3','\x93','\x73','\xd3','\x2f','\xb8','\xd3','\x47','\x97','\x2a','\xd2','\xb2','\x2d','\x5d','\x3e','\x32','\xb2','\x44','\xf5','\xeb','\xfe','\x2e','\x3c','\xb2','\xce','\x1f','\x2f','\xb4','\x77','\xbf','\x12','\x59','\xf7','\xf5','\x11','\x07','\x71','\x9b','\x72','\xf0','\x13','\x57','\xb8','\xeb','\x0d','\xae','\x20','\x48','\x54','\x40','\x2f','\x95','\xd2','\x01','\x14','\x45','\xe5','\xfe','\x36','\xb4','\xac','\xb3','\x44','\xe0','\xed','\x24','\xd3','\xe8','\x5b','\x88','\x0c','\x1e','\xfd','\xd9','\xe1','\x5f','\xe9','\x5e','\x52','\x83','\x90','\x98','\xcc','\xd3','\x23','\xe8','\x13','\x40','\x81','\x62','\x95','\x89','\xb0','\x96','\xa1','\x11','\x46','\xa6','\xd8','\xfc','\xe7','\xf3','\xe8','\x13','\x1d','\xfd','\x05','\x5f','\x81','\xd9','\xfc','\x1e','\x86','\xbe','\xc1','\xd0','\x45','\x56','\xfa','\x27','\xcc','\xfe','\x27','\x79','\xeb','\xd3','\xa1','\xa5','\xa1','\xff','\x1f','\x65','\xff','\x03','\xe5','\xc6','\x75','\x9f','\x09','\xa2','\x17','\x28','\xe8','\xa2','\x28','\x5d','\x00','\xd5','\xa4','\x23','\x5f','\xb0','\xc1','\x46','\x35','\x9b','\x69','\xd9','\x49','\xcb','\xb9','\x00','\x98','\x26','\x28','\x51','\x44','\xb5','\x9a','\x81','\x28','\x0f','\x64','\xe9','\x64','\x27','\x59','\x7a','\x66','\xde','\xa4','\xd0','\x68','\x83','\x8a','\xd3','\xb2','\x20','\x7b','\x8e','\x97','\x99','\x50','\xac','\x6a','\x36','\xa7','\xd8','\xce','\x94','\xc4','\x96','\x3c','\xcf','\x03','\xda','\x1a','\x93','\x9e','\x78','\x33','\x67','\xe6','\x78','\xce','\x52','\xd6','\x9e','\x3c','\xef','\x6e','\x4e','\x58','\xcd','\xee','\x80','\x74','\x16','\x16','\x99','\x3f','\x67','\x5e','\x6b','\xe2','\x13','\x42','\x96','\x97','\xf6','\xec','\xd1','\x1b','\xb7','\xac','\x2c','\x03','\x8d','\xe1','\xba','\xef','\xfe','\x6e','\x15','\xba','\xd1','\x4d','\xd2','\xce','\xf0','\x7c','\x07','\xbe','\x40','\x43','\x30','\x50','\x75','\xff','\xfc','\xfe','\x7e','\x5f','\xfd','\x18','\xaa','\x3f','\xcd','\x4f','\x2d','\xf8','\x55','\x24','\xcf','\xd0','\x0f','\x37','\xef','\xcf','\xf4','\xd2','\x4b','\x4d','\x7a','\xa3','\xa9','\xdd','\x68','\x32','\xad','\x39','\x96','\xbd','\x60','\xbd','\x92','\x72','\x77','\x42','\xda','\x2a','\xb1','\x84','\xf8','\x4d','\x42','\x86','\xfc','\x84','\xe6','\xbe','\x74','\x63','\xf1','\xa9','\xa5','\x63','\xcf','\xed','\x7c','\xe6','\x33','\x19','\x9d','\xac','\xb3','\x54','\xe3','\x58','\xef','\x99','\x4a','\x43','\x3b','\x67','\xec','\xc2','\x9b','\x7a','\x13','\x0a','\xb4','\x70','\x4b','\x8c','\x3f','\xcf','\x6f','\x07','\xe3','\xaa','\x78','\x5c','\xc1','\x66','\x4d','\x42','\x19','\x40','\x56','\x2a','\x50','\x0c','\xe8','\x4d','\x48','\x5d','\xb3','\x3e','\xd5','\x80','\xf0','\xac','\x0d','\x75','\xf8','\xe9','\x6b','\xfc','\xda','\x51','\x7a','\xf4','\x28','\x7d','\xfa','\x9a','\x78','\x0a','\x2f','\x8a','\x3f','\xc9','\x22','\x84','\x34','\x63','\x23','\xa5','\xf5','\x2e','\x63','\xe0','\x36','\x05','\x11','\x30','\x14','\x56','\xf8','\x28','\x47','\x54','\xfe','\x46','\x52','\x49','\xbb','\x4a','\xba','\xa9','\xa4','\x97','\xa6','\x91','\x6e','\x49','\x5d','\x12','\x33','\x80','\x1c','\x5b','\xaf','\xbb','\x2b','\xc2','\xc1','\x2e','\x6d','\x10','\x05','\x38','\xa0','\xa5','\x1e','\x9e','\xa7','\x61','\x7d','\xf8','\x0b','\x1e','\xa9','\x9e','\x3e','\xfc','\xdb','\x5f','\xec','\x7c','\xea','\x2b','\xe8','\x53','\x5f','\x44','\x9f','\xfa','\x03','\xe1','\xcb','\x08','\xe0','\xe7','\xdf','\xe7','\xd5','\x05','\x2a','\x50','\x5b','\xa1','\xb5','\x3f','\xa0','\x9f','\x7a','\x03','\xf0','\xdb','\x0b','\xf4','\x85','\xd3','\xb4','\x2a','\x01','\xe7','\xd3','\x2c','\xb5','\xfe','\x16','\x24','\x16','\xa0','\xc8','\x03','\x65','\x3e','\x17','\xf1','\x2d','\x6b','\xb1','\x16','\x4d','\xd6','\x46','\x49','\x2d','\xbd','\x58','\x53','\x97','\x6a','\x96','\x2f','\x1c','\x70','\x4b','\xf8','\xe0','\x18','\xd7','\x38','\x0f','\xad','\x18','\x55','\x12','\xb1','\xee','\xa4','\x56','\x9e','\xd5','\x46','\x4d','\x73','\xca','\x43','\x0b','\x0d','\x05','\x97','\x80','\x03','\xae','\x13','\xe8','\x96','\x86','\x1c','\xa1','\xa4','\xd4','\xe3','\x17','\x63','\xe4','\xa1','\xef','\x93','\x7d','\xfb','\x04','\x46','\x1e','\xfa','\xfe','\x1e','\x3d','\xb6','\xe7','\x72','\xef','\x31','\x1b','\x4d','\x64','\xef','\xc6','\x87','\x06','\xbb','\x7d','\x34','\xe0','\xf1','\x40','\xab','\x6c','\xec','\x07','\xdd','\xc3','\xb2','\x10','\x24','\x40','\xee','\x0c','\x2b','\xb5','\x19','\x53','\x4b','\x4c','\xcb','\x32','\x1d','\xe5','\x6c','\x5a','\xba','\xd9','\x63','\x31','\x0a','\x88','\xb2','\xdc','\x69','\x76','\x58','\x31','\xbb','\x11','\xaf','\x11','\xf1','\x98','\xd2','\x60','\x18','\x4a','\x65','\x58','\x07','\x6f','\x23','\xdb','\xdc','\xd6','\x7e','\x08','\x74','\xf4','\x83','\x0d','\x23','\x81','\x97','\x10','\x9c','\xcc','\x52','\x57','\x56','\x78','\x07','\x24','\xb2','\xde','\x10','\x3b','\x3f','\xe4','\x4f','\x17','\xd1','\x8e','\x97','\xd1','\x8e','\xd7','\x14','\xb1','\x8d','\xbf','\x6e','\xa3','\x02','\x94','\x90','\x61','\x71','\x16','\x09','\xdb','\x4d','\x6c','\x88','\xd5','\x96','\xec','\xa3','\x0f','\xde','\xe3','\x96','\x87','\x96','\xac','\x9c','\x51','\x2f','\x18','\xf5','\xa8','\x5e','\xc7','\xc5','\x3a','\xc9','\x9e','\xa2','\xc9','\xba','\x89','\xfb','\xfc','\x3f','\x18','\xf7','\x0d','\x75','\xe8','\x39','\xcc','\xf6','\x8a','\x94','\x1e','\x5c','\xa3','\x9f','\xbc','\xd0','\x3d','\xdf','\xa4','\xe9','\x00','\x17','\xba','\xe9','\x6d','\x63','\x5b','\x6a','\xd3','\xc8','\x66','\x7f','\x35','\xac','\xa4','\x46','\x24','\x8a','\x69','\x81','\x67','\x7f','\x82','\x0b','\x0a','\x1e','\x53','\xf0','\xb4','\x82','\x15','\x81','\x61','\x0c','\x25','\x09','\xca','\x26','\xf0','\x02','\xc6','\xd3','\xe2','\x2e','\x62','\x52','\x10','\xf0','\x69','\x01','\x22','\x86','\x5e','\xb0','\xaf','\x8a','\xdf','\x79','\x30','\x48','\x27','\x89','\x1d','\xe1','\xab','\x34','\xf7','\x8d','\xe1','\x5c','\x9b','\xbf','\xe1','\xd2','\xc7','\xe4','\x06','\xf1','\x02','\x6c','\xb6','\x83','\x0d','\x0e','\xe9','\x9c','\x0d','\x29','\x27','\x16','\x35','\x59','\xd4','\x10','\x47','\x69','\x89','\x0b','\x1b','\x49','\x41','\x1d','\x2e','\x8c','\xcc','\x4c','\xa8','\x4e','\xa2','\xd0','\x9b','\xd3','\xf4','\x96','\x45','\x5b','\xb5','\xe1','\x96','\x99','\x69','\x99','\xc5','\x96','\xb9','\x06','\x3a','\x23','\x16','\xf0','\xc2','\x08','\xfc','\x8d','\x42','\xdb','\x81','\x70','\x49','\x9c','\x8a','\x1f','\x10','\x4d','\x52','\xe5','\x64','\x96','\xd3','\x94','\x8f','\xaa','\x88','\xaf','\x7b','\x32','\x9d','\xc5','\x24','\x50','\x6e','\xc1','\x2e','\x81','\xfc','\x53','\x00','\x35','\xf7','\x2f','\x63','\xb9','\x7f','\x89','\x4b','\xff','\x32','\x9a','\xfb','\x8a','\x02','\xf8','\xa2','\x92','\x7b','\x03','\x15','\xde','\x50','\x7f','\xba','\xa0','\xbe','\xb0','\xa0','\x4e','\x2d','\x90','\xc8','\x82','\xb0','\xf3','\xbb','\x5a','\x60','\xaa','\xcf','\xe0','\xd2','\xfb','\x3c','\xbc','\x2c','\xf2','\x9a','\x88','\x2b','\x7f','\x9f','\x82','\xc9','\x8a','\x4f','\x6b','\xc2','\x46','\x43','\xab','\x3f','\x8f','\x72','\x50','\x93','\x79','\x58','\x7c','\x10','\xe4','\xdc','\x50','\xce','\x45','\xb9','\xaf','\xda','\xb9','\x6f','\x98','\xb9','\x76','\xbe','\xe0','\xe6','\x1f','\x73','\x63','\x39','\x37','\xf6','\x02','\xb4','\x72','\xa8','\xfd','\xeb','\xc3','\x72','\xcd','\xf5','\x9c','\xdd','\x80','\x73','\x30','\x2a','\xa1','\x14','\x4b','\x9c','\x66','\xfd','\xed','\x75','\xef','\x36','\xaa','\x74','\xd0','\x9c','\xe7','\xcc','\xb9','\x3c','\xe1','\xb7','\x12','\x66','\x6b','\xc4','\x6c','\xf5','\xcc','\xd6','\x5c','\xbd','\xf5','\x34','\x6f','\xa9','\x66','\x8b','\x9a','\x2d','\xed','\x46','\x8b','\x5d','\x6b','\xe9','\x6e','\x6b','\xca','\x69','\xcd','\x63','\x3f','\x8a','\x5a','\xe2','\x3f','\x8c','\x9c','\x41','\xa9','\xab','\x7a','\x0f','\x43','\x6b','\x36','\xd0','\xa9','\xa9','\xe5','\xc4','\x05','\xce','\xd7','\xc4','\xb1','\xed','\x91','\x63','\x5e','\xa6','\xd9','\x1e','\xc9','\xfa','\x7b','\x9a','\xde','\xa1','\x35','\x6f','\x42','\x80','\xb6','\x65','\x8b','\x81','\xe7','\x06','\xa4','\x51','\x80','\x96','\x64','\x3c','\xeb','\x37','\x01','\xad','\x10','\xe0','\x5e','\xe0','\xbd','\xc1','\x03','\x2e','\x42','\xcd','\x08','\x14','\x3f','\x98','\x07','\xc5','\x5d','\xe0','\x1d','\x79','\x2f','\xb6','\x0c','\x64','\x82','\x31','\x6c','\x05','\xda','\xe0','\xa3','\x56','\x83','\x6c','\xda','\x69','\xac','\x3e','\xc1','\xb5','\x59','\x9d','\x7f','\xbf','\x78','\xe2','\xd3','\xcc','\xb8','\x9f','\xc5','\x77','\x8a','\xb5','\x23','\x60','\x60','\x71','\xd2','\xad','\x8b','\xbd','\xcb','\x83','\xb1','\x62','\xe2','\x19','\x16','\x3f','\x53','\xf4','\xd5','\x6c','\x43','\x4b','\x0a','\x7b','\x39','\x29','\xdb','\xb2','\x25','\x97','\x63','\x99','\x0c','\x59','\xd6','\xe5','\x5b','\x95','\x6f','\xd4','\x2b','\xed','\x7a','\xc5','\x95','\x78','\xa9','\x5e','\xe1','\xb7','\xc4','\xc0','\x72','\x43','\x16','\xbd','\xc4','\xfd','\x75','\xf2','\xe5','\x3a','\xf9','\x4a','\x3d','\xf5','\xc5','\x7a','\xef','\x8d','\x53','\x0d','\xbd','\x6e','\x18','\x50','\xdd','\x00','\x5a','\x58','\xe2','\x77','\xc9','\xdf','\x0a','\xd9','\x04','\xf1','\xd3','\x56','\x75','\x74','\x45','\xe0','\x28','\xba','\xd9','\x23','\xcb','\xb6','\xbf','\xbc','\x48','\xc4','\x60','\xde','\x16','\x48','\xcc','\x9f','\x49','\x94','\xfc','\x64','\xbf','\xe3','\x66','\xd0','\xff','\x32','\xbc','\x8e','\xd5','\xf1','\x66','\x92','\xde','\x0c','\x11','\x68','\x5b','\xed','\x37','\x67','\x48','\x4f','\x0c','\x66','\x52','\x62','\xdc','\x9e','\x39','\xd4','\x86','\x71','\xbb','\x6d','\xbd','\xdb','\x36','\x2b','\x6d','\x54','\xe9','\x45','\x2a','\x6b','\xbf','\x51','\xf1','\xfe','\x61','\x25','\xfa','\x4c','\x3b','\xea','\xb5','\x95','\xe5','\x73','\x3c','\x75','\x16','\xea','\xcc','\x37','\xf8','\xd9','\x4a','\x7f','\xc7','\xf7','\x27','\x50','\x8d','\x79','\xf3','\xc2','\x28','\x56','\x99','\x75','\x5d','\xd8','\x3c','\x79','\x7c','\x7f','\x1e','\xbf','\xf5','\x06','\xd7','\x2e','\x37','\xf4','\x11','\xe3','\xbb','\x5b','\xda','\xc1','\x22','\x90','\xcd','\xd9','\xec','\x4f','\xd9','\x52','\x37','\x28','\xbe','\xdf','\x0b','\x48','\x58','\x0e','\xb1','\x05','\x5b','\x89','\xa3','\x88','\x6b','\x44','\x9a','\x0c','\xe9','\xb2','\x7d','\xd5','\x86','\x3c','\xd1','\xbd','\xc4','\xd0','\xc5','\xee','\x16','\x8b','\x86','\x52','\x35','\x58','\x91','\x61','\xc3','\x3a','\x4e','\xfd','\x1d','\x1f','\x26','\xe6','\x2e','\xd5','\x2c','\x68','\xe6','\x98','\x6e','\x4e','\x1b','\x40','\x1f','\xa7','\xfc','\x0c','\x28','\x90','\x19','\xec','\xf3','\xb3','\x81','\x58','\x76','\xf6','\x47','\x7c','\x7f','\x1a','\xed','\xd5','\xbc','\x69','\xdd','\x5c','\x30','\xa4','\x85','\x7c','\x8d','\x59','\xd0','\xa8','\xcb','\x42','\x24','\x19','\x4e','\x08','\x5c','\xc2','\xdf','\xb9','\x14','\xa7','\xf9','\x1e','\xcd','\x37','\x58','\xc1','\x30','\xa1','\x0f','\x7a','\x9b','\xbe','\x83','\xfc','\x99','\x72','\x2b','\xce','\xa3','\x68','\xcd','\x8e','\x9c','\xd5','\x23','\x2e','\x45','\x9a','\x38','\x4f','\x6e','\x5b','\x1e','\x1c','\xe2','\x77','\x35','\xcf','\x48','\xa8','\xdf','\x84','\x73','\x52','\x27','\x45','\x56','\xd9','\xa9','\x68','\x37','\xb8','\xde','\x91','\xb3','\xc2','\x7c','\xb9','\x48','\xd2','\x9e','\x5f','\xbb','\x98','\x70','\x9a','\x10','\x65','\x12','\x4b','\xc0','\x6c','\x25','\xec','\x16','\xdc','\x74','\xd9','\xe3','\x30','\x78','\xdf','\x81','\xcf','\xf3','\xcf','\xed','\x5e','\x9f','\xef','\x9d','\x0c','\xb9','\xc0','\x22','\xf5','\x9e','\x4d','\x42','\x5a','\x6c','\xf1','\x8d','\x9d','\x3d','\x16','\x7f','\x6c','\xc1','\x78','\x78','\xc1','\x98','\x50','\x8c','\x39','\xac','\x57','\xb0','\xee','\xc6','\x18','\x44','\x55','\xd5','\x0c','\xd1','\x52','\x44','\x4f','\x92','\x50','\xf7','\x56','\x4a','\xf8','\x61','\x35','\x20','\xff','\xc1','\x71','\x9f','\x2a','\xbe','\xd9','\x8f','\xb6','\x41','\x92','\xc5','\x36','\x23','\xf1','\x4b','\xd9','\x2e','\x4d','\x81','\x2e','\x36','\x42','\x77','\xe3','\x07','\xb8','\x33','\x3f','\x08','\x5d','\x06','\x74','\x40','\x21','\x1a','\x76','\xdd','\xb0','\x34','\xf4','\x2a','\xbf','\x85','\x02','\xb2','\xb2','\xf3','\x41','\xb6','\x5d','\x9c','\x2a','\x61','\xff','\x72','\x26','\xe2','\xd1','\x0d','\x9d','\x74','\x55','\x1f','\x8e','\x15','\xb9','\xc3','\x0a','\x58','\x2f','\x18','\x65','\x20','\x5e','\x30','\x71','\xbe','\xea','\xcc','\x54','\x9d','\xfa','\xf3','\xb7','\xeb','\x55','\x67','\xb6','\xea','\xfc','\xd5','\xf1','\x5b','\xed','\xd9','\xf1','\xe4','\xec','\xf8','\xf0','\xec','\xf8','\xae','\xe3','\xb7','\xc6','\xc0','\xa9','\x1d','\xb1','\x4d','\xb2','\xbd','\x0e','\x4d','\x7e','\xdb','\xec','\x80','\x85','\x0c','\x45','\x46','\x20','\xec','\xb2','\x1e','\xb7','\x59','\xc2','\x66','\x69','\xbe','\x0e','\x3d','\x0e','\x36','\x93','\x5b','\x0a','\x8b','\xf4','\x07','\xdb','\xf2','\x44','\xa1','\xf0','\x1f','\x25','\x77','\x02','\xa8','\xa7','\xe5','\xe0','\xae','\xf5','\x87','\xdb','\xf9','\xf4','\x16','\x24','\x67','\xfb','\x86','\x1e','\x74','\xd0','\xe7','\xfb','\xf3','\xc4','\xa0','\x37','\x74','\x5d','\xef','\xd5','\xa7','\xb9','\xcd','\xe2','\xdd','\xe6','\x89','\x6f','\x4c','\xc2','\xc1','\xfc','\xd7','\x3d','\xcb','\x7a','\xfb','\x52','\xb0','\x40','\x78','\xbf','\x84','\x86','\x5c','\x59','\x0c','\xe0','\x60','\x59','\x0c','\x30','\xbd','\xa1','\x13','\xba','\x59','\xff','\x13','\x68','\xc7','\x7f','\x4d','\x96','\x00','\x41','\x13','\x4e','\x88','\xc4','\xeb','\xce','\x48','\xce','\x91','\x7d','\x7f','\x50','\x4e','\x4f','\xb6','\xa1','\xe4','\x9f','\x64','\x50','\xb1','\x1b','\xdd','\xa6','\x87','\xc2','\x3b','\x0a','\x44','\xae','\xa0','\x8e','\x2c','\x06','\x45','\x9b','\xe6','\x03','\xbc','\xbb','\x0b','\xdd','\x1c','\x43','\x6f','\xde','\x49','\xe5','\x3a','\xe8','\xe7','\x02','\xaf','\x5a','\x98','\x46','\x14','\xdb','\xa6','\xcd','\x3d','\xb2','\x21','\x79','\x20','\x17','\x85','\xbd','\x27','\x62','\x3f','\x36','\xef','\x3e','\x7c','\xd9','\x9f','\x80','\x16','\x42','\xe0','\x8d','\x77','\xef','\xc6','\x1b','\xaf','\x83','\xa0','\xaf','\xfc','\xa8','\xb8','\x8c','\xc0','\x23','\x62','\x0b','\xbb','\x1a','\x78','\xec','\x03','\x1e','\x33','\x24','\x75','\x78','\x89','\x1a','\x54','\x9c','\x48','\x57','\x7d','\x5d','\x6a','\x70','\xb2','\x10','\xf8','\xd1','\x20','\x2e','\xba','\x75','\xfe','\xdc','\xf5','\x6a','\x0f','\xda','\x7b','\xf2','\x6d','\x86','\x6c','\x49','\x13','\xf3','\xf5','\x5d','\xab','\x9b','\x3c','\x2c','\xc5','\xe3','\xee','\xac','\xc7','\xbe','\xf3','\xce','\xa2','\xfd','\x2a','\x9a','\x4d','\xa2','\x2b','\x99','\xc8','\x15','\x16','\x5d','\x36','\xc4','\x21','\xc2','\x3c','\xcf','\x6b','\x35','\x50','\xb7','\x94','\xf5','\xa0','\x59','\x46','\x0d','\x12','\x0b','\x0b','\xa1','\xc6','\xa2','\xb8','\xae','\x50','\x76','\x2a','\xcb','\xed','\x42','\xfe','\xa5','\x70','\xdc','\xb4','\x2e','\xf4','\x82','\xf1','\xbd','\x78','\x96','\x10','\xcd','\x88','\xdf','\x11','\xb3','\x43','\x1c','\x69','\xee','\x16','\x6e','\xcb','\x66','\x39','\xcd','\x97','\xe9','\xdc','\x07','\xf4','\xd9','\xdf','\x6d','\x36','\xd2','\x4d','\x53','\x40','\x16','\x09','\x59','\xdd','\x0d','\x8e','\x9c','\xe0','\x69','\xd7','\x14','\x37','\x1e','\xce','\x59','\x3b','\x11','\x39','\x43','\x6e','\xfa','\x6a','\xd5','\xa6','\xd5','\x45','\x2d','\xd5','\x1b','\x9d','\xb7','\x4b','\xcb','\x76','\x39','\x72','\xc6','\xc9','\xfa','\x78','\x05','\x59','\xef','\x10','\x48','\x20','\x5e','\xe6','\xe5','\x16','\x19','\x6f','\x91','\xc9','\x7f','\x41','\x0e','\x10','\x17','\xab','\xed','\xf8','\x8d','\xb6','\xaf','\x93','\x86','\x77','\x52','\x5c','\x2f','\x63','\x06','\x59','\xef','\xd9','\x35','\xe4','\x49','\x20','\xab','\x43','\x6a','\x29','\x3f','\x78','\x2a','\xce','\xc7','\xf0','\x75','\xb3','\x6d','\xfd','\xc8','\x37','\x81','\xde','\xdb','\xfb','\x0d','\x89','\x67','\x4c','\xef','\x46','\x47','\xd6','\x47','\x79','\xad','\xd4','\x65','\x2e','\x97','\x97','\xd4','\x52','\x5f','\x40','\x54','\xae','\x50','\xbe','\x80','\xd3','\x0b','\x31','\xfa','\x7b','\x27','\xc4','\x2d','\x3e','\xf4','\x7b','\x27','\x1e','\x51','\xd0','\xa3','\x08','\x3d','\x6a','\xf5','\x4e','\x48','\xed','\xd1','\x4f','\x72','\xde','\x84','\xd4','\x82','\xd4','\x74','\x66','\x01','\x33','\x61','\x91','\x2a','\xeb','\x14','\x75','\x74','\xd4','\xa1','\x64','\x35','\xe5','\x5f','\x25','\xec','\x3f','\xa1','\xb1','\x1e','\x32','\xdb','\xb6','\x71','\xcd','\xb4','\xff','\x22','\xf7','\x04','\xdf','\xff','\xac','\x19','\x9b','\xf3','\x62','\xaf','\xdb','\xea','\x1f','\xe0','\x1d','\xbf','\xc8','\x77','\x57','\x1d','\xed','\x05','\x87','\xfd','\x7b','\x67','\xfd','\x3f','\xfa','\x2f','\x3c','\xec','\xe4','\x1f','\x76','\xd8','\x28','\xe0','\xe0','\xdb','\x3e','\x5d','\x76','\xa2','\x71','\x55','\x71','\x92','\x67','\x81','\x07','\x77','\x6d','\x42','\x5c','\x41','\xe8','\xa0','\xd0','\x27','\x80','\x6c','\xbc','\xf5','\x12','\xe7','\xc2','\x92','\x19','\xc1','\xe8','\x41','\x42','\x27','\xb3','\xbd','\xf1','\x22','\x2d','\x1f','\xa3','\x67','\x9b','\x54','\x56','\xbf','\x53','\x2c','\xd9','\x42','\x84','\xb7','\x72','\x52','\xce','\xab','\xbb','\xec','\xcf','\xff','\xc6','\xd6','\x37','\xda','\x82','\x90','\xb0','\xb1','\x63','\x1e','\x58','\xeb','\x68','\x63','\xb7','\xdc','\x8e','\xae','\xd4','\x2c','\x5d','\x91','\x2a','\xb7','\x0b','\x72','\x0b','\x85','\x81','\x81','\x8a','\x0d','\xc4','\xcc','\x94','\x58','\x86','\xc2','\xf2','\x2c','\xc8','\xf9','\x19','\xd4','\xa0','\x7a','\xb0','\xa2','\xb3','\xc8','\x7c','\xe7','\x0e','\xba','\x75','\xf1','\x18','\xf2','\x1b','\x5f','\x13','\x80','\x62','\x3f','\xb6','\x86','\x4b','\x6b','\x31','\xe6','\xa9','\x32','\xb6','\x03','\x3c','\xfd','\xa5','\x9b','\x7c','\x83','\xda','\x3d','\x40','\x09','\x64','\x53','\xbc','\x3d','\xc8','\xa3','\xe2','\xa9','\xe9','\x99','\xc7','\x3d','\xe8','\xf7','\xdc','\x58','\xfb','\xf7','\x28','\xfc','\xfe','\xf9','\x90','\xbf','\x0b','\xfd','\x60','\x43','\x6e','\x40','\xd3','\x5b','\x19','\x4d','\x06','\x76','\x48','\xcb','\x24','\x2d','\x9b','\x04','\xaf','\x5f','\xb5','\x23','\x2d','\x33','\xd9','\x2a','\x76','\x9d','\x4c','\x15','\xea','\x9d','\x51','\x04','\x47','\x15','\x1c','\x8d','\xe2','\x68','\x0c','\x2b','\x6a','\x9c','\x33','\xc5','\x87','\x9d','\x68','\xc3','\xae','\x5b','\x71','\x03','\x2a','\x54','\x74','\xf3','\x5d','\xb4','\x42','\x62','\x12','\xea','\xcd','\x77','\x55','\x69','\xf2','\xb1','\xeb','\xed','\xf5','\x76','\xbb','\xd1','\x6e','\xb3','\x76','\x3b','\x07','\x95','\xf9','\xed','\x83','\xa9','\xf6','\xb0','\x70','\x92','\x20','\x41','\x7a','\x12','\x76','\xf3','\x83','\x4d','\x94','\xd3','\xca','\x39','\xed','\x54','\x6e','\x27','\x94','\xaa','\xe6','\xb4','\x3e','\xd6','\xeb','\x0c','\xd5','\x19','\xa9','\x97','\xfc','\x7a','\x21','\x28','\x6d','\x85','\x3b','\x58','\x4f','\x19','\xe6','\xb0','\x8e','\x86','\x19','\x90','\x2e','\xd6','\xb2','\x68','\x25','\x29','\x9c','\x29','\xb1','\x71','\xe9','\x99','\xf0','\x16','\x8b','\xfb','\x7b','\x55','\x59','\xc4','\x63','\x51','\xeb','\x7d','\xae','\x2d','\x20','\x75','\x81','\xec','\xd8','\xe5','\x43','\x1a','\x2a','\x4a','\xf4','\x5a','\xaf','\xf4','\x3e','\x61','\x35','\xc4','\xc4','\xe0','\x1d','\x78','\x14','\xe3','\xd2','\x3b','\xff','\x0d','\x52','\xf0','\x35','\x25','\xf7','\x0e','\x67','\xcb','\x7e','\x3c','\xd0','\x44','\x96','\x28','\x9b','\x10','\x27','\x94','\x02','\xa3','\xbc','\x6e','\x7a','\x5b','\xf0','\x6c','\xab','\xfe','\x3c','\x3f','\xfe','\x2e','\xae','\xb7','\x71','\x9d','\x84','\xda','\xb3','\x00','\x68','\x80','\x85','\x41','\x5f','\x6f','\x0b','\xb2','\xc0','\x15','\x97','\x5a','\xd7','\x7b','\x15','\x17','\x49','\xd0','\xca','\xb9','\x8d','\x31','\xae','\x70','\x5e','\x71','\x17','\x9f','\x76','\xdd','\xa7','\xdc','\xa3','\x15','\xf2','\x0c','\x78','\x10','\xe4','\x12','\x49','\x51','\x72','\x32','\x4b','\x58','\x92','\xe8','\xb8','\xef','\x55','\x0e','\x50','\xd9','\x0f','\x26','\xa4','\xb6','\x1e','\x9a','\x5a','\x7f','\x5b','\xd6','\xe5','\x14','\x34','\x14','\x64','\x6f','\xe4','\xdf','\xe1','\x9f','\xb0','\x48','\x7b','\x03','\xfa','\x2c','\xdb','\xca','\x36','\xfa','\x95','\x1b','\x34','\xe8','\x5e','\xc2','\x41','\x54','\x51','\xd2','\x95','\x6c','\xaa','\xa5','\x83','\xbc','\xd5','\x39','\x5f','\x91','\x94','\x95','\x0a','\xa1','\xd3','\x90','\xc7','\x84','\x28','\x04','\x54','\xe3','\xa5','\x40','\xf9','\xb7','\x06','\x85','\xca','\x78','\xc5','\xe2','\x2b','\x64','\x51','\x21','\xae','\x42','\x8e','\x2a','\xe4','\x19','\x85','\xe8','\x71','\x72','\x09','\xa7','\x68','\xf2','\x64','\xf6','\x24','\x4b','\x52','\x1d','\xeb','\x54','\x2d','\xf5','\x92','\x0c','\x94','\xe9','\x8a','\x39','\x6a','\xe6','\xa8','\x77','\xe0','\x2d','\x94','\xa3','\x6a','\x8e','\x26','\x73','\x34','\x23','\x93','\x6f','\x8c','\x51','\xf3','\x40','\xd3','\xdb','\x7f','\x3e','\xb6','\xbf','\x19','\xdf','\xdf','\x4c','\xee','\x6f','\x92','\x87','\x9a','\x54','\x07','\x92','\x13','\x10','\x93','\x33','\x3e','\xb0','\xed','\x3c','\xd2','\x98','\xb1','\x27','\xdf','\x48','\xe7','\xcd','\x74','\xde','\xc8','\xe5','\xbd','\xd1','\xbc','\xf3','\xa4','\xcf','\x5f','\x8e','\xa8','\x44','\xb8','\xb0','\xc8','\x4d','\xfb','\x6e','\x91','\x09','\x2c','\x1e','\x63','\xc7','\x9a','\xec','\x58','\xda','\x7f','\x86','\xb2','\x06','\x65','\x3a','\x3c','\x4e','\x1e','\x1b','\xee','\x7e','\x37','\xbd','\x7c','\x2e','\xad','\x24','\xa1','\x29','\x4e','\x7e','\xce','\xc1','\xbc','\x99','\xcb','\xcf','\xfc','\xb6','\x6f','\xbd','\x8c','\x8e','\x66','\xd0','\x9b','\xe9','\x9e','\x5b','\x1c','\xad','\x1c','\xd3','\x8f','\x9e','\xef','\x15','\xa9','\xae','\x51','\xbd','\x38','\xdc','\x7b','\x3e','\xdd','\x69','\xa5','\x15','\x49','\x7d','\x70','\x4d','\x1b','\x72','\xc9','\xb6','\x7a','\xbf','\x4c','\xda','\x03','\x86','\x7a','\x89','\x74','\x7a','\x91','\x9e','\x7f','\x99','\xbf','\xe5','\xd2','\xb7','\x9a','\xf4','\xad','\x25','\x9a','\xbe','\x28','\x5e','\xdc','\x9d','\xb6','\x33','\xe9','\x8b','\xdd','\x83','\xcd','\xdf','\x7b','\xcb','\xfd','\xe4','\x79','\x27','\x9d','\x76','\xe4','\x9b','\x4f','\x03','\xf3','\x48','\x6e','\x81','\x56','\x79','\xd7','\xf3','\x0b','\x70','\xbe','\x6f','\xf6','\x89','\x57','\xce','\xad','\x5b','\x6d','\x56','\x71','\x25','\xc4','\x58','\xf8','\xaa','\x76','\x30','\x73','\x50','\x65','\x91','\x00','\xbf','\xf1','\xab','\x15','\x32','\x5e','\x21','\x47','\xda','\x64','\x51','\x7c','\x21','\x42','\x66','\x32','\xc0','\x4e','\x40','\x21','\xf7','\xaa','\xcc','\x63','\x25','\xc2','\x95','\x74','\x40','\x8a','\x05','\x18','\xcb','\x39','\xa5','\x0f','\x7c','\x26','\xf3','\x7c','\xa5','\xf7','\x9c','\x60','\xc0','\x72','\xbe','\x18','\x17','\x72','\xf2','\x3d','\xc1','\x9b','\x83','\x48','\x45','\x14','\x2b','\xb1','\xc3','\x0a','\x25','\x7a','\xb1','\x4c','\x99','\x45','\xf2','\xf5','\x14','\xaf','\x13','\x56','\x47','\xac','\x3e','\x3f','\x59','\xaf','\xf2','\x53','\x61','\x7f','\x93','\x2f','\xfb','\x9b','\x00','\xa7','\xd2','\x7e','\x5d','\x63','\x75','\xc6','\xea','\xeb','\xf9','\xfa','\xe7','\x78','\x99','\x31','\x81','\x16','\x63','\x4e','\x91','\x7d','\x95','\xe6','\xc8','\xa3','\xee','\x52','\x81','\x04','\xf8','\x12','\x18','\xba','\x72','\x5c','\x6a','\x2f','\x31','\xb2','\x2e','\x83','\x3d','\xa4','\x90','\xf2','\x4b','\x2e','\x2a','\x44','\xbc','\x42','\xc4','\x81','\x37','\x28','\x17','\x0b','\xf1','\x8b','\x85','\xfb','\x96','\x0a','\x89','\xe6','\x58','\xfa','\x5c','\x2d','\xf7','\xf2','\xf4','\x94','\xb3','\x20','\xf7','\x43','\x83','\x21','\x6b','\x1d','\xcf','\x94','\xf8','\x0c','\x33','\x07','\x61','\xad','\x9b','\xdb','\x5e','\xd9','\x78','\xdd','\x64','\xa6','\xb9','\x51','\x59','\x22','\xf5','\xa0','\xcb','\xa4','\x63','\x11','\xaf','\x1e','\x62','\xb5','\xee','\x5e','\xad','\x57','\x5a','\xa7','\xe6','\xda','\xf5','\xb9','\x1b','\xf5','\xb9','\x4e','\xff','\xf5','\x1b','\xa7','\x32','\xed','\xe3','\xef','\xb6','\xea','\xed','\x95','\xba','\xbb','\x02','\xaf','\xd0','\x2b','\xa7','\xe8','\x95','\x3a','\x5b','\x31','\x4d','\x8e','\xbc','\x53','\x60','\x37','\x2d','\x7b','\xfc','\x6d','\x3b','\xfc','\xce','\x32','\xe9','\x56','\x18','\x75','\x4b','\x25','\xbf','\x90','\xaf','\x6c','\xa2','\xd4','\x2b','\x31','\x52','\x40','\x76','\x21','\x6e','\x14','\xf0','\xb3','\x85','\x07','\x67','\x0b','\x0f','\x62','\x3e','\xb9','\xeb','\x73','\x93','\xbb','\xa6','\xeb','\x54','\x39','\xde','\x55','\x94','\xf5','\xd1','\x45','\x52','\xba','\xee','\x43','\x60','\x03','\x40','\x73','\xe7','\x7a','\x62','\x50','\x1a','\x18','\x4b','\xc8','\x82','\x25','\x77','\x31','\xe7','\xba','\xd0','\xeb','\x04','\x8d','\x4e','\xfa','\xa8','\x7b','\x69','\xf4','\x1c','\xad','\xf6','\xb2','\x4f','\x5c','\x4a','\x2e','\xe8','\x78','\x4b','\xfc','\xb9','\x1f','\x5b','\x0e','\xe3','\xcf','\x40','\x4d','\x09','\xae','\x19','\x94','\x27','\x9f','\xc1','\xb9','\x73','\x3c','\x77','\x7e','\x3c','\xf7','\xc6','\x78','\xee','\x4a','\x7d','\xf4','\x4c','\x79','\x74','\xd1','\xa9','\xbe','\x9e','\x9c','\x3a','\x4d','\x9e','\x76','\x4f','\x2e','\x80','\xa3','\xd2','\x4e','\xd2','\x45','\x02','\xf8','\x7d','\xe1','\x60','\x54','\xe8','\xa2','\xd5','\x5c','\xac','\x00','\xba','\x95','\x26','\xaa','\x34','\x63','\x92','\x6a','\x1b','\x59','\xf3','\x5e','\x25','\xe2','\x54','\x2c','\x9e','\x50','\x2e','\x92','\xb3','\x17','\x53','\x7f','\xba','\xd4','\xfb','\x8e','\x30','\x8a','\xce','\x19','\xb9','\x97','\x81','\x50','\x2b','\x62','\x63','\x1d','\x5b','\x25','\x1e','\xd4','\x3e','\x2b','\xb9','\x16','\x7f','\xdd','\x41','\xe2','\xff','\xfe','\xc0','\x6d','\x9c','\x73','\xac','\x5c','\x7f','\xcc','\xb0','\x25','\xde','\x50','\xb8','\x85','\xf2','\xe3','\xe5','\xfc','\xb8','\x95','\x1f','\xaf','\xef','\x1d','\xaf','\x8f','\xdd','\xaa','\x9b','\xb8','\x6e','\xe0','\x53','\xf6','\xe1','\x2a','\x98','\xa2','\x4b','\x96','\xbb','\x84','\x88','\xc0','\xab','\x91','\xcb','\x9c','\xb7','\x83','\xf1','\x92','\x42','\xd6','\x2d','\x10','\x70','\x8e','\xa1','\x14','\xec','\x4e','\xe2','\xfb','\x80','\x14','\xac','\xc5','\xa7','\x95','\x8b','\xd6','\xd9','\x8b','\xb5','\xfb','\x96','\x6a','\x89','\x66','\x4d','\xce','\x1f','\x6b','\xca','\x11','\x06','\x9e','\x14','\x5b','\x17','\xdb','\x35','\xc7','\xcb','\x8e','\xf5','\xb6','\x83','\x23','\x18','\x4c','\xaf','\x19','\xc2','\xff','\xf6','\x24','\x56','\x29','\xd6','\xd0','\x78','\x8c','\x4c','\x5e','\xf5','\x0f','\xdc','\x92','\xf5','\x63','\x01','\xe2','\xbd','\x8f','\x61','\x32','\x0e','\xa2','\x82','\x20','\x16','\x69','\x94','\xa0','\x7e','\x4c','\x6f','\x35','\x4a','\xb7','\xcc','\x50','\x29','\xac','\x35','\xcb','\x6e','\x1d','\x67','\xff','\xa9','\xce','\xfe','\x66','\xae','\xf4','\x37','\x0d','\x2c','\x63','\xd5','\x9f','\x6f','\x99','\xc7','\x6f','\x35','\xea','\x78','\xae','\x9e','\xac','\xd7','\x6f','\xd7','\xea','\xf5','\x5a','\xbd','\x6c','\xd6','\xc9','\xcc','\x71','\x77','\xc6','\xa7','\xb5','\x06','\xb3','\x0c','\xf3','\xb0','\x98','\xce','\x10','\x81','\x89','\x1a','\x89','\xa8','\x41','\x4e','\x1b','\xea','\x95','\x23','\xf4','\x2f','\x9e','\xd0','\x76','\x97','\x47','\x7f','\xbf','\x52','\xfa','\xb3','\x63','\xe5','\xa8','\xe9','\x44','\x0d','\x7c','\xc5','\xb0','\xbe','\x27','\x3e','\xf0','\x18','\xfe','\xfd','\x4a','\xf9','\xbf','\x95','\xc7','\xbf','\x59','\x3e','\x30','\x6e','\x4c','\xc6','\x1e','\xc7','\xed','\xc7','\x53','\x74','\xba','\xc7','\xac','\x86','\x79','\x78','\xca','\x46','\x51','\xb1','\xe4','\x79','\xb7','\xdf','\x6d','\x19','\x68','\xdb','\xdd','\x39','\x06','\x43','\x42','\x51','\x0d','\x45','\x6d','\x28','\x31','\x53','\xc1','\xb2','\x11','\x23','\x67','\x2b','\xc2','\x56','\x41','\xa7','\x32','\xe8','\x90','\x06','\x47','\x0e','\x54','\xe6','\x48','\xed','\x0c','\xd0','\xa7','\x1e','\xac','\x95','\xba','\xb3','\x29','\x78','\xf0','\x29','\x1c','\xea','\x49','\x06','\x15','\x1c','\x4c','\x9e','\xa2','\x46','\xd0','\xef','\xe9','\xc9','\xf0','\x1d','\x9c','\xaa','\x71','\xee','\x0d','\x0c','\x10','\x0e','\x85','\xd4','\x51','\x20','\x11','\x28','\x8e','\xe9','\x9d','\xa3','\x64','\xe7','\x10','\x68','\x2a','\xd5','\x68','\x66','\x05','\xb2','\xbc','\x60','\xb8','\x84','\xf5','\xcf','\xd4','\xe3','\xbd','\xc0','\x21','\x6a','\x4d','\x43','\xdd','\x7b','\xab','\x46','\x37','\x61','\x75','\x5b','\xc7','\x69','\x2b','\x8e','\x5a','\x29','\xbb','\xf5','\x40','\xd5','\x19','\xce','\x39','\xbb','\xd2','\x4e','\x21','\x9d','\xac','\x29','\x64','\x21','\x2a','\xa9','\x6f','\x84','\xad','\xb8','\xe1','\xc7','\xc9','\x4c','\x50','\xe2','\xbc','\xcd','\xdf','\xb2','\x49','\x5a','\x7a','\x43','\x41','\x73','\xc7','\xbf','\x59','\x1a','\x49','\xbb','\xbd','\xb4','\x33','\x97','\xfb','\x83','\xca','\x43','\xff','\x07','\x99','\x66','\xc4','\x6e','\x04','\x01','\x68','\x49','\x48','\x82','\x4e','\x12','\x34','\xa0','\x9b','\xbc','\x69','\x92','\x45','\xa8','\x79','\x10','\x9c','\xeb','\xad','\xd1','\xb9','\xbb','\x8d','\x07','\xe3','\x75','\xa3','\x4b','\x6a','\xa9','\x9d','\x94','\x3e','\x22','\xcd','\x39','\x5a','\xce','\xd6','\x73','\x76','\xa5','\x74','\xd9','\xdf','\xcc','\x40','\x01','\x1c','\x58','\xef','\xc1','\x58','\x36','\x21','\x8e','\x9e','\xd6','\x85','\xed','\x5c','\x3d','\x43','\xa7','\x16','\xb3','\x4f','\x2f','\x25','\x17','\x4c','\xbc','\xa5','\x2f','\xa9','\x2c','\x80','\x6d','\x0b','\x6a','\x66','\xf2','\xad','\x58','\xbe','\xa5','\xca','\xbe','\x24','\x8f','\x24','\x6c','\x35','\x21','\x35','\x54','\x76','\xd8','\x2c','\x6d','\xaf','\xa7','\xed','\xc6','\xd0','\x69','\x88','\xd4','\x8f','\x9e','\x66','\x53','\x0b','\xc5','\x79','\x3e','\x8c','\xa4','\x96','\xd9','\x0a','\xe2','\xef','\x84','\xd4','\xdf','\x40','\x11','\x40','\x4c','\xd2','\x2c','\xf2','\x3f','\xcf','\x92','\xd1','\x37','\xc9','\xb4','\x93','\x38','\x8b','\xe0','\x45','\xda','\x20','\x66','\x87','\x44','\xbc','\xc4','\x42','\x2c','\x49','\x92','\xdd','\x46','\xd6','\x44','\x45','\x03','\x75','\xc0','\xe1','\xca','\xa0','\x48','\x47','\xcc','\xc3','\x8e','\x72','\x79','\x3d','\x2e','\x2b','\x64','\x1e','\x13','\xcb','\x34','\x88','\x06','\x58','\x3d','\xa9','\xda','\xf3','\xf7','\xd2','\x19','\x09','\xea','\x96','\xb1','\xb4','\xc7','\x80','\xba','\xff','\x26','\x97','\xba','\xc0','\x9e','\x16','\xef','\x8e','\x9e','\x51','\x4b','\xab','\x6a','\x39','\xde','\x75','\x62','\x2a','\x5e','\x55','\xad','\x1f','\x74','\xb1','\x18','\x9c','\x51','\xcb','\x3f','\xe8','\x8e','\x7b','\x68','\xd2','\xc6','\x07','\x4a','\x1c','\xc7','\x50','\xfc','\xaa','\xe6','\x27','\x49','\x83','\x42','\xfe','\x7f','\x5a','\xb1','\x85','\x3f','\x58','\x53','\x20','\x6f','\x32','\x23','\x5b','\xa5','\x66','\xad','\xee','\xb3','\x35','\x3a','\x5b','\x03','\x99','\xf3','\x19','\xab','\x5b','\xab','\xd1','\x10','\x62','\x1c','\x47','\xcf','\xa7','\xec','\xfa','\x03','\x60','\x6a','\x9a','\x85','\xa2','\x59','\xcb','\x9a','\x2b','\x62','\x16','\x61','\x61','\x53','\xe9','\x71','\xa8','\x85','\x83','\x3e','\x7a','\x61','\x4a','\xc9','\xe6','\x5b','\x1b','\xef','\x06','\x9e','\x6d','\x4c','\xf7','\x63','\x1a','\x13','\xe0','\x5d','\x15','\x23','\x15','\x9a','\x47','\xa0','\xe5','\x5f','\x2c','\x82','\x75','\x8c','\x1a','\xb2','\x41','\x2c','\xe8','\xfd','\x28','\xca','\xbe','\x92','\xd1','\x45','\xa3','\xb4','\x6a','\xe6','\x9c','\x72','\x0e','\xce','\x38','\x94','\xc7','\xea','\xfe','\x44','\x32','\x9f','\x73','\x73','\xd1','\x1b','\x39','\xb7','\x93','\x7b','\xfd','\x46','\xee','\x74','\xfb','\x80','\x7b','\xb5','\x50','\xb8','\x02','\x31','\x1a','\xb4','\xad','\xd9','\x6a','\x33','\x1e','\x35','\xa8','\x03','\x9e','\x68','\x1a','\xfc','\x86','\xa4','\x33','\x0a','\x83','\xcf','\xde','\x08','\x5d','\xdb','\x93','\xed','\x3d','\xd6','\xf4','\x1e','\x6e','\x7a','\x13','\xd4','\x9b','\xa3','\x6b','\x95','\x6c','\x6f','\x20','\xf8','\xbc','\x19','\x7f','\x4e','\x0a','\x83','\xde','\xee','\x90','\x99','\x36','\x29','\xf8','\x89','\x02','\xe1','\x6f','\x10','\xd0','\x0a','\x01','\xf4','\x80','\xec','\xbd','\x80','\xf6','\xfc','\x04','\x3f','\xf6','\x06','\x9f','\x28','\x60','\x81','\xb9','\x02','\xae','\x14','\xb0','\x5b','\xf0','\x21','\x79','\xc1','\x10','\x79','\x16','\x25','\xae','\x72','\xb2','\xec','\x13','\x1b','\x12','\xae','\x46','\x1c','\x89','\x33','\x5f','\xf8','\xbd','\x50','\xbf','\x68','\xf6','\x35','\x25','\xad','\x75','\x24','\xa5','\x39','\x7c','\x53','\xf6','\xd7','\x9b','\x74','\x13','\xf0','\xce','\xed','\x7d','\xf4','\xd0','\xd1','\xa9','\x37','\x12','\x43','\xb3','\xe4','\xbc','\xaf','\x7e','\xc7','\xa5','\xdf','\x71','\xb5','\x84','\x3b','\x3a','\xef','\x96','\x96','\x7b','\x47','\x22','\xf6','\x99','\xb4','\x1d','\xfb','\xa9','\x6b','\x9d','\xf7','\x63','\x69','\x37','\x76','\xde','\x3d','\xf2','\x96','\xfb','\x8b','\xe7','\xdd','\x5f','\x4d','\xf7','\x26','\xc5','\x53','\x8a','\xe2','\xfb','\x51','\xef','\x1d','\xde','\x30','\x7d','\xc3','\xb8','\x83','\xdf','\x06','\xb1','\x0a','\xef','\xce','\x21','\x73','\x4e','\xb5','\xa1','\x7f','\x6a','\x41','\xea','\x12','\xae','\x90','\xde','\x0a','\x99','\xe3','\xbd','\xa3','\x7d','\x59','\x07','\x4d','\xdc','\xb8','\x15','\xa2','\xaf','\x10','\x63','\x85','\xd8','\x2b','\x87','\xd0','\x8a','\x8c','\x56','\x80','\xe6','\x1a','\xa3','\xaa','\x09','\xeb','\x02','\xfa','\xf1','\xfc','\xcd','\x3a','\x22','\xab','\xe7','\x0f','\x56','\x10','\x6d','\x16','\x14','\x1d','\x22','\xb5','\x2d','\x7c','\x17','\x48','\x47','\x99','\xa0','\x5e','\xc2','\xc4','\xd4','\x8b','\x01','\x43','\xbc','\xf8','\x68','\xd8','\x8e','\xc5','\x2d','\x8d','\xd1','\x44','\x9c','\xe6','\x5e','\xa6','\x2b','\x8b','\x14','\xdf','\x48','\x13','\x6f','\x77','\xba','\x93','\xa9','\xdd','\x38','\xe8','\xac','\xad','\x93','\xeb','\x26','\x7d','\xd3','\x30','\x5b','\xca','\x7c','\xa8','\x83','\x30','\x58','\xbf','\x91','\xf8','\x32','\xe5','\x6f','\x51','\x92','\x6e','\x0a','\x08','\x5f','\x78','\x0f','\xdd','\xbd','\x87','\xf3','\x3d','\x97','\xe8','\x63','\x97','\xe8','\x44','\x9e','\x4e','\xe4','\xe8','\x5c','\xae','\x59','\xc9','\x35','\x5d','\x08','\xdb','\x49','\x5a','\x48','\x79','\x5f','\x48','\x04','\xea','\x6d','\x92','\x86','\x2c','\x5e','\x95','\x75','\x31','\xe4','\xf9','\xdb','\x44','\x92','\x4b','\x6c','\xca','\xc7','\x3c','\x7f','\x3b','\xf1','\xb6','\x33','\x52','\x75','\x7a','\xd5','\xd6','\x5c','\xf5','\x0f','\x2b','\xd5','\x3f','\x22','\x80','\xf0','\x4f','\xc1','\x7f','\x75','\x52','\x4a','\x2b','\x66','\x5e','\x20','\xb4','\xea','\xd3','\xaa','\x2b','\xb0','\xfb','\xb7','\x5d','\xfe','\xd3','\x5e','\x30','\x16','\x38','\xf4','\xa9','\xde','\xa3','\xdc','\x7d','\xb4','\x0a','\x38','\x51','\x75','\x8f','\x55','\x7b','\xc7','\x4c','\xd6','\xfc','\x73','\x46','\xbf','\xbd','\x4e','\x5f','\xba','\x94','\x7e','\xe9','\x9b','\x69','\x25','\xbf','\x3b','\x5a','\xc8','\xc4','\x4a','\x94','\x8e','\x40','\x9d','\x9e','\x41','\xb0','\xe5','\xe3','\xfe','\x35','\x0c','\xba','\x44','\x8b','\x12','\xc7','\x6a','\xa4','\x09','\xed','\x24','\xe4','\x9e','\xe8','\x13','\x06','\xca','\xfa','\x8d','\x58','\x20','\x3a','\x29','\x9c','\x16','\x64','\xf5','\x6c','\xf0','\x89','\xa2','\x39','\xb9','\xeb','\xc6','\xac','\x6e','\x4c','\xce','\x3d','\xb5','\x1f','\xac','\x61','\x56','\x17','\xf8','\xf0','\xe5','\x80','\x51','\xc4','\x0e','\x9d','\x28','\x76','\x80','\xcf','\x7c','\xb3','\xbe','\x37','\x22','\xe3','\x6c','\x41','\xb1','\x71','\x14','\x54','\x96','\xf7','\x9c','\x11','\xc6','\x11','\xca','\x5c','\x23','\x87','\xb2','\xfe','\x44','\x86','\x4c','\xc8','\x12','\xdf','\x8a','\x4b','\x5e','\xda','\x5a','\xdf','\x1b','\xfc','\xef','\xf6','\x3a','\xb4','\xc1','\xee','\x4b','\xf9','\xd4','\xdf','\x52','\xab','\x3c','\x80','\xad','\xeb','\x42','\xc6','\x25','\xfa','\x41','\x89','\x3f','\x08','\x34','\x11','\xc2','\xb3','\x75','\xeb','\xc1','\x1a','\xea','\x1a','\x07','\xa7','\xaa','\x8e','\x80','\xf2','\xaa','\x56','\xc8','\xac','\x14','\xc2','\xf3','\x54','\x8d','\x46','\x93','\xdc','\x22','\x51','\xac','\x8e','\x57','\x5e','\xfd','\xd0','\x47','\x6a','\x8b','\x5a','\x21','\x43','\x27','\x1f','\x9c','\x88','\x8d','\x97','\xef','\x37','\x9c','\x21','\x84','\xf8','\xe9','\xd8','\x8b','\xdc','\x7f','\xca','\x71','\xc9','\xf8','\xe2','\x27','\x3e','\x74','\xec','\xc5','\xcc','\x33','\xcf','\x2d','\x36','\x9e','\x7b','\x4d','\xaf','\x4c','\x36','\x2a','\xe3','\xc7','\x5c','\xc3','\x25','\xf3','\xa9','\x04','\xc6','\x78','\xd7','\x38','\xce','\x5e','\x4e','\xec','\x1a','\x27','\x5f','\x1c','\x57','\xff','\x72','\x9c','\xfe','\xe5','\xb8','\x96','\x3d','\x3c','\x6a','\xa3','\x92','\xa7','\x96','\x53','\x3d','\x47','\x7c','\x01','\x2f','\x6a','\x41','\x9e','\x0f','\x61','\x87','\x94','\x7f','\xe0','\x8f','\xb7','\xc9','\xa4','\x4b','\x0e','\xc0','\xc6','\x9e','\x89','\x7b','\xd4','\x47','\xc5','\x46','\x64','\xdd','\x10','\xf3','\x30','\x24','\xf9','\x97','\xeb','\x11','\x23','\xee','\x20','\x20','\x2a','\x11','\x3b','\x03','\xb1','\x47','\x88','\xbd','\x87','\x96','\xc5','\x94','\x7e','\x6c','\x49','\x9f','\x60','\x6c','\x42','\xa7','\x73','\xbf','\xc5','\x2b','\xcd','\xcf','\xbc','\x44','\xeb','\x24','\xdb','\x21','\x1b','\x04','\x91','\x72','\x0c','\xf7','\x7d','\x5a','\xee','\x30','\x01','\xd7','\x81','\xd5','\x95','\xf7','\x5d','\x6e','\xbf','\x7f','\xcf','\xfb','\xde','\x18','\x49','\xdb','\x58','\x1e','\xef','\xfd','\x46','\x3b','\x45','\xa5','\xd3','\xc9','\xe1','\x31','\xc2','\xff','\x80','\x00','\x0f','\x32','\x70','\x22','\xeb','\xf2','\xf5','\xd0','\x07','\x17','\xfe','\xe0','\x08','\xd4','\x38','\x85','\x4e','\x37','\x1a','\xc4','\x1d','\x7c','\x8c','\x29','\xbe','\xae','\x6f','\x74','\xc6','\xad','\x60','\x6f','\x25','\x76','\x63','\x45','\x06','\x4b','\x57','\x68','\x00','\x70','\xc9','\xc5','\x86','\x13','\x92','\x29','\x85','\xfb','\x3c','\x88','\x3f','\x96','\x7c','\x38','\x0b','\xc4','\xc1','\x5f','\xe2','\x05','\xb1','\x4e','\xab','\x67','\x0a','\x7b','\xbe','\x05','\x8e','\xc6','\x63','\x7f','\x0c','\x8f','\x08','\xcf','\x58','\xbc','\x8e','\x51','\x7d','\x1f','\xc4','\x4c','\xfe','\x2a','\x5f','\x69','\xe7','\x2b','\xc9','\x7c','\x65','\x38','\x5f','\xd9','\x95','\xaf','\x8c','\xe5','\x2b','\x46','\xfe','\xa4','\x9d','\x3f','\xa6','\xa2','\x4e','\x52','\x92','\x03','\xa8','\xc8','\x7b','\x15','\x79','\xb5','\xa5','\x56','\x21','\xcb','\x27','\x69','\x2b','\x46','\x5b','\x3b','\x68','\x4b','\x6b','\xb6','\xf8','\x5a','\xeb','\xe4','\x5a','\xab','\x72','\x53','\xd8','\x7b','\xd0','\x81','\xff','\x22','\x6d','\xcd','\x35','\x5b','\x73','\xe2','\x15','\x89','\x0d','\x4d','\xf0','\x40','\x87','\x4e','\x2d','\xd9','\xa9','\x8e','\x41','\x90','\x41','\x8a','\x06','\x61','\xdb','\xa0','\x0f','\x80','\x49','\xc1','\x6b','\x4d','\x78','\xf5','\x9a','\xec','\x40','\xd2','\x59','\xca','\x60','\xd8','\x66','\xf8','\x9e','\x2d','\x54','\x41','\x11','\xc4','\xbd','\x23','\xc9','\xf2','\x5f','\x97','\xf6','\x39','\xcd','\xb0','\xd4','\x83','\x4e','\x88','\xf5','\xb2','\x82','\xd4','\x3a','\x68','\xb7','\x69','\x71','\x3e','\x2a','\x1c','\xa5','\x6b','\xb8','\xac','\x61','\x27','\x8a','\xf1','\x32','\x06','\x3b','\x1f','\xb5','\xb0','\xdd','\x2a','\x77','\x5a','\xe3','\x1e','\x9e','\xb4','\x83','\x79','\x48','\xe2','\x1d','\xca','\x51','\xf1','\x84','\x9c','\x87','\x31','\x24','\x5c','\x83','\xce','\x78','\xac','\x3d','\x7e','\xc0','\xb7','\x7c','\x32','\x3b','\x49','\xda','\x4f','\xf4','\xbe','\x8d','\x49','\xba','\x45','\x86','\xce','\xf6','\x4a','\xb7','\x51','\x0e','\xe3','\x17','\xe2','\xfc','\xf2','\x2d','\x18','\xe4','\xe2','\xbc','\x74','\x0b','\xe7','\xd0','\x78','\xee','\xfe','\x3f','\xca','\xdd','\xff','\xa5','\xd2','\xff','\xed','\x88','\xfd','\x95','\xd1','\x93','\xf0','\x85','\x06','\xef','\x3b','\x64','\x65','\xb7','\xc8','\x4c','\x8f','\x21','\x4f','\x47','\x9b','\x01','\xc9','\xeb','\xfc','\x87','\xf7','\x8a','\xd7','\xc5','\x10','\x8d','\xa3','\x93','\x78','\xba','\x83','\x2d','\x9b','\x54','\x01','\x54','\xa2','\x08','\x70','\x8e','\x59','\xbc','\xd9','\x7f','\x85','\x4a','\xeb','\x08','\x30','\x37','\x33','\xbc','\x3e','\x93','\xf6','\xf2','\x69','\xf4','\x08','\x55','\xb2','\x69','\x7e','\x4e','\x5c','\x9e','\x8d','\x3a','\x87','\x78','\x50','\x0a','\xa2','\xcb','\xf0','\x2f','\x63','\x45','\x81','\xd2','\xfa','\xb1','\x4b','\xac','\x19','\x56','\x32','\xe0','\x61','\x14','\x1b','\x16','\xab','\xe3','\xce','\xa4','\x4c','\x16','\xec','\x96','\xfe','\xe7','\x10','\xac','\xf8','\x01','\xaf','\x88','\xdc','\x72','\x41','\x3a','\x46','\xe0','\x98','\xd5','\x6d','\x0e','\x04','\xbe','\x07','\x83','\xe0','\xa0','\xd9','\x91','\x31','\x81','\xc1','\x37','\xa8','\x8b','\x33','\xe2','\xb4','\x21','\x0f','\x1d','\xe3','\x16','\x12','\xb3','\xae','\xd7','\x0a','\x48','\x2a','\xc6','\x68','\xab','\xd4','\x6d','\x15','\x90','\x04','\x69','\x59','\x7e','\xab','\x46','\x5a','\xc7','\x49','\x2b','\x4e','\x5a','\xa9','\x4c','\xeb','\x01','\x8a','\x77','\x9d','\xc0','\x63','\x0c','\xaf','\x40','\x7e','\xe9','\xb0','\xb2','\xa9','\x43','\x17','\xf6','\xb9','\xc4','\xe8','\xcf','\x97','\x2c','\x0c','\x8d','\xcc','\x90','\xaa','\xa2','\x91','\x44','\x45','\x39','\x87','\xee','\x5e','\xaf','\xbe','\x91','\xcd','\x44','\x68','\x1b','\xef','\xd6','\xdd','\x64','\xef','\xee','\xa8','\xab','\x24','\xd9','\xee','\x66','\x69','\x65','\xb6','\x1b','\x54','\x4e','\x26','\x02','\x5f','\x63','\xd4','\x26','\x07','\xed','\x54','\xce','\xed','\xe5','\xfc','\x46','\xce','\x36','\x7e','\xdb','\x46','\x9f','\xb2','\x91','\xd8','\xde','\x6d','\xb1','\x6f','\x1f','\xbe','\x7b','\xfe','\x4b','\x06','\xae','\x37','\xbe','\xc6','\x3d','\x79','\x60','\x06','\x75','\xc9','\x07','\xe6','\x61','\x90','\x2b','\xd4','\x97','\x6d','\xfd','\x4a','\x7f','\xee','\x65','\xd4','\x3b','\xeb','\xc7','\x36','\x91','\x5e','\x27','\xfd','\x65','\xd8','\xff','\x3e','\x1b','\x25','\xeb','\x26','\x5d','\x58','\x17','\xcb','\x86','\xae','\x6c','\x40','\x66','\xfa','\x96','\xed','\x00','\x9a','\x07','\xa5','\x8c','\x07','\xd6','\x67','\xc6','\xec','\xcf','\xce','\xa0','\x47','\x0c','\x25','\x7b','\x8e','\x9f','\x43','\xfd','\xfc','\x4e','\x98','\x5e','\x84','\x09','\x4e','\x99','\xd7','\x2b','\xfd','\x08','\xe2','\xde','\x01','\x8b','\x4b','\x81','\xb5','\x60','\xaf','\x36','\x21','\xf4','\xbd','\xdf','\xf0','\xf6','\x7a','\xde','\x5e','\xbb','\x5d','\x4d','\xf9','\xc2','\xb7','\x7d','\xdc','\x43','\x67','\x4e','\x20','\x35','\x0b','\x21','\x68','\xb8','\xe2','\xe8','\x24','\x57','\x3a','\x38','\xa4','\xf4','\x0c','\x95','\x20','\x19','\xc4','\x5e','\x1c','\xf1','\xeb','\x6a','\x7d','\x31','\x97','\xf1','\x88','\xfd','\x60','\xc4','\xfe','\x10','\xbc','\xc7','\x4d','\x96','\xfc','\x61','\x84','\x86','\x3c','\xd0','\xd6','\x33','\x4a','\xdc','\x4e','\xf9','\x83','\xbc','\xe8','\x28','\xba','\x19','\x20','\xbd','\x23','\x34','\x2a','\xbf','\xf0','\x09','\xc2','\xd6','\x08','\x5a','\x23','\x91','\x66','\x46','\x81','\xd4','\x03','\xec','\x3f','\x1d','\x79','\x39','\x06','\xea','\x9f','\x75','\x82','\x2a','\x1f','\xb3','\xfc','\x87','\x23','\xee','\xc3','\xf3','\xee','\x73','\x5f','\x73','\xa1','\xda','\x19','\x62','\xdf','\x76','\x1b','\x08','\x88','\x24','\xb7','\x7f','\xcd','\x21','\xc7','\x1d','\x72','\x9f','\x43','\x12','\x0e','\x49','\xbb','\x24','\xf7','\xc7','\xa4','\xda','\x4c','\x48','\x3e','\x52','\xe0','\x3b','\x9d','\xea','\x51','\x2b','\x5c','\xd4','\xc3','\x55','\xe0','\x24','\x97','\x63','\x57','\x52','\x7e','\xc1','\x2b','\x99','\xaa','\xdd','\x35','\xbd','\x13','\xa6','\x77','\x2c','\x58','\xef','\xf5','\x99','\xe1','\xee','\x4c','\xba','\x13','\xae','\xf7','\x0f','\xf8','\x39','\x31','\x5b','\xa0','\x76','\x83','\x9d','\x1a','\xfe','\x49','\x27','\xa0','\x85','\xde','\x6d','\x9a','\xdc','\x34','\xa9','\x80','\x57','\xa7','\x57','\x79','\xba','\x0b','\xd9','\xaa','\x11','\x6a','\x76','\x35','\xf3','\x77','\x99','\xf9','\x49','\xf1','\x9e','\x8b','\x26','\xed','\xd4','\xe9','\x13','\x92','\xa9','\xf8','\x12','\xa2','\x5f','\x45','\x1f','\xc4','\xf9','\x24','\xf2','\xb7','\xd7','\x09','\x5f','\xe8','\x0e','\xd6','\x09','\x27','\xc0','\xbe','\xc6','\x19','\xce','\x81','\xa7','\x74','\xd4','\xae','\x1c','\xb4','\x65','\x77','\xae','\xbf','\x85','\x67','\xc9','\xe6','\x69','\x74','\x38','\x09','\x0d','\x4e','\xb2','\x48','\x06','\xeb','\x09','\x54','\xe1','\x97','\x7d','\x60','\x43','\x8d','\x40','\x13','\xef','\x48','\xa9','\xb7','\x27','\xe7','\xee','\x79','\xdd','\x7e','\xec','\x75','\x7b','\x22','\xe7','\x4c','\x58','\x7c','\xae','\xe6','\x54','\x6a','\x8e','\x1b','\x0f','\x2e','\x91','\xf0','\xd3','\xff','\x18','\xda','\x0f','\x24','\x35','\xa2','\x2e','\x37','\xfb','\xc0','\x5b','\x0f','\x32','\x77','\x62','\xc1','\x98','\x11','\x3b','\x2f','\x11','\x93','\x00','\xb9','\x84','\x81','\xf9','\xb0','\x1e','\xb1','\x1b','\x61','\xaa','\x1b','\x50','\x4c','\x41','\x19','\x19','\x92','\xcd','\x02','\xfc','\xcf','\x6d','\x3a','\xe4','\x88','\x85','\x0d','\x45','\x91','\x66','\x8c','\x99','\xea','\x98','\x58','\x5f','\x97','\xfd','\xcf','\x45','\x6c','\x81','\x37','\x86','\xec','\xc2','\x1e','\x5b','\x8a','\xd5','\xfa','\x85','\xb4','\x0d','\x24','\xed','\x39','\xbb','\x20','\x79','\xda','\x91','\xe4','\x69','\x8f','\xa0','\x53','\xfd','\x78','\x82','\x43','\x22','\x1c','\xec','\xc3','\x3f','\x77','\x23','\x17','\xfc','\xa0','\x35','\x56','\xf8','\x88','\x31','\x20','\xe2','\x23','\x7b','\x9a','\x64','\x62','\x8d','\xb4','\x6f','\x6e','\x0d','\x9b','\xf4','\xf9','\x5b','\x08','\x8b','\x13','\xa9','\xcc','\x99','\xba','\x41','\x7a','\x83','\x61','\x96','\x35','\x22','\x16','\x25','\xbc','\x53','\x2e','\xbe','\x11','\x44','\xf6','\x5c','\xf6','\x0f','\x2d','\xdb','\x13','\xcb','\x41','\x3e','\xb7','\xe9','\x66','\x7b','\x5b','\xf2','\xb9','\x92','\xef','\x7d','\x0b','\x1f','\x91','\xaa','\xd7','\xce','\x80','\xd6','\xc3','\xe4','\xb8','\x1e','\xd3','\xcb','\xf7','\x97','\xf8','\x90','\x19','\xe3','\xd5','\x6b','\x2f','\xce','\xdb','\x4f','\x7d','\x0d','\xfc','\x44','\x31','\x2d','\x4f','\xe5','\xdc','\xe7','\x04','\x5e','\x77','\x9f','\x7a','\xdd','\xad','\xe4','\xfe','\xd8','\x15','\xd7','\x39','\xb8','\x80','\x70','\x67','\xc9','\x04','\x39','\x5c','\x3a','\xb5','\x3e','\x46','\x98','\x40','\x81','\xb2','\x5f','\x06','\x4c','\x8e','\xe5','\xf8','\xd8','\x9f','\x30','\x3e','\xc9','\x6a','\x98','\x8d','\x61','\xf6','\xcb','\xe3','\xec','\x97','\xf7','\xb1','\x5f','\xfe','\x10','\xfb','\xe5','\xcc','\xe4','\x2f','\xef','\xe0','\x63','\x19','\x54','\x7b','\x10','\x4d','\x8f','\xd9','\x4f','\x1b','\xdc','\xb1','\xc5','\x16','\x8d','\x2c','\x1b','\x43','\x4d','\x9a','\xec','\x37','\xe1','\x5e','\xd8','\xaf','\x24','\xce','\x41','\xa9','\x13','\xbd','\x7d','\x3c','\x2d','\xc7','\xfd','\xfc','\xa6','\x4c','\x6b','\xc6','\x41','\xae','\xb1','\xcf','\x97','\x02','\x31','\x3d','\x20','\xd8','\x3f','\x03','\x0d','\x02','\x68','\x5c','\xc7','\x7a','\x19','\xe2','\x8a','\xe2','\xdc','\xae','\x5e','\x83','\x7a','\xbf','\x51','\x17','\x95','\x7c','\x24','\xfb','\x20','\x2c','\xc9','\xdb','\x2f','\xf1','\xc7','\xf5','\x5c','\xf3','\x54','\xc4','\xae','\x47','\xec','\x3e','\xdf','\x85','\x53','\xbd','\xcc','\xab','\x8b','\x7a','\xf5','\x8c','\x38','\x45','\x59','\xf5','\x4b','\xba','\xb5','\x54','\x16','\xfb','\x2c','\x36','\x63','\x9f','\xaf','\x5e','\x13','\x6f','\xab','\xbf','\xe2','\x1e','\xbf','\xe9','\xd7','\xd3','\xee','\x20','\x8e','\xbf','\xf5','\xc7','\x7e','\xba','\x29','\xe6','\x92','\x01','\xf1','\x67','\x6a','\xcc','\xf7','\x18','\x87','\xbd','\x0e','\x66','\xa6','\x38','\xe5','\x03','\x95','\x3a','\x39','\x80','\xba','\x26','\x71','\x85','\xc5','\x24','\x7f','\x1d','\xaa','\xd1','\x12','\x39','\x40','\x32','\x27','\xa7','\xf1','\xd6','\xba','\x26','\x38','\x5b','\x3e','\xc0','\x63','\xcb','\xfc','\xb1','\x79','\x27','\x07','\x70','\x25','\x9a','\xb9','\xf3','\x4b','\xa5','\x9f','\x5e','\xcc','\xcd','\x2f','\xc1','\x58','\xbe','\xc8','\x96','\x1d','\xc0','\xb7','\x9d','\xde','\xb7','\x9d','\xc6','\x6f','\x3b','\xc6','\x6f','\x3b','\xe8','\xb1','\x3f','\xc1','\x8f','\xb9','\x50','\x7d','\x28','\xd6','\x85','\x8e','\xe8','\x41','\x4c','\x72','\x9c','\x4c','\x39','\x9c','\x3b','\xb1','\x79','\x57','\xc0','\xfa','\xa0','\x79','\xe4','\x0b','\x4b','\x47','\xbf','\x70','\xb1','\xf1','\xbb','\x4b','\xc6','\x8e','\xa6','\xf5','\x81','\x6b','\xec','\x10','\x70','\xac','\x0f','\xc2','\x5c','\x80','\x78','\xa7','\x78','\xc4','\xcb','\x7f','\x22','\x96','\x2d','\x4b','\xdb','\x9e','\x38','\x98','\x65','\x5c','\x34','\x91','\xe5','\xc4','\x33','\x55','\xb9','\x63','\x80','\xa0','\x92','\x67','\x96','\x3a','\x66','\x19','\x99','\x8e','\x38','\x3d','\x4d','\x08','\xa4','\xc3','\x31','\x6a','\x9b','\xe5','\x8e','\x39','\xee','\x99','\x93','\xb6','\x79','\x40','\xbe','\x1e','\xb7','\x4d','\x1f','\x08','\x5c','\x3a','\x86','\xb8','\xd7','\x11','\xfb','\x20','\x7f','\x33','\xfc','\x39','\xdc','\xbd','\x73','\x10','\xea','\x98','\xff','\xa0','\x27','\xe5','\x19','\x30','\xff','\x01','\x27','\x75','\x2a','\xa0','\xd6','\x29','\xad','\x53','\xad','\x4e','\xf5','\x3a','\xec','\x55','\xba','\x64','\x83','\x1f','\xa4','\x79','\xb0','\xad','\x9e','\x69','\x92','\xbc','\x89','\xf2','\xc7','\x51','\xac','\xae','\xc6','\xea','\x49','\x52','\xcf','\xa8','\xf5','\x22','\xad','\x9b','\xb4','\xee','\xb1','\xab','\x68','\xbd','\x85','\x1a','\xad','\x28','\x73','\xa2','\x39','\x01','\xac','\x3c','\x12','\x17','\x26','\xba','\xbf','\xb9','\x4e','\xc5','\xd6','\xa1','\xea','\x09','\x59','\x6f','\x23','\xf6','\x22','\x62','\x94','\x03','\xff','\x37','\x51','\x95','\x7e','\xee','\xf3','\xb7','\xe7','\xaa','\x0e','\xe8','\xa8','\x1e','\xbf','\x45','\x66','\xc7','\x43','\x88','\xb1','\xf0','\x73','\x61','\xbf','\x24','\x40','\x0f','\xc2','\xad','\x50','\x1d','\xe4','\xd4','\xa9','\xdd','\x18','\x0b','\xdf','\x86','\xfa','\xa7','\xe0','\xa9','\x66','\xd3','\x4c','\x27','\x4d','\xdb','\x23','\x25','\xbf','\xcb','\xec','\x13','\x0d','\xfb','\xd8','\xe5','\x5e','\x1a','\x1a','\x36','\x6d','\x99','\x37','\x97','\x03','\xe6','\x74','\x4b','\x50','\x7c','\xad','\xd8','\xc2','\x2f','\xe9','\x04','\xf1','\x4c','\xcd','\xf6','\xd4','\x8e','\x98','\x33','\x0e','\x99','\xe7','\x53','\x69','\xcd','\xfa','\x49','\xc6','\xdc','\x4d','\x6b','\x7b','\xe8','\xf3','\x6f','\x69','\x35','\x7a','\x49','\xe0','\x78','\xf3','\xe2','\x6c','\xd3','\x94','\x78','\x66','\xb6','\x79','\xe3','\x78','\xb3','\x69','\xa6','\x53','\xe6','\x3f','\x4f','\x9a','\xfb','\x83','\x3e','\x85','\x50','\x6e','\x6f','\xa3','\xef','\xd8','\x24','\x46','\xde','\x76','\xf2','\x9c','\xc7','\x3c','\x1c','\x5b','\xc1','\x64','\x65','\x5c','\xbd','\x79','\x3b','\x28','\xb6','\x61','\xd7','\x6f','\xad','\x5f','\x1b','\x6f','\x5c','\x1b','\x67','\x02','\xd7','\x6f','\x31','\x68','\xac','\x19','\xa1','\x1e','\x09','\xeb','\xf0','\x15','\xa8','\x1b','\x7c','\x66','\xa5','\xdf','\x70','\xb7','\x8a','\xcd','\x36','\x36','\xaf','\x61','\xf3','\x2f','\xb0','\xb5','\x8c','\xcd','\x65','\xc7','\xf4','\x5a','\x7d','\x60','\x01','\xcb','\x23','\x66','\x80','\xbe','\xc1','\xba','\xf1','\x39','\x81','\x7a','\x72','\x5e','\xb5','\x47','\x35','\x63','\xea','\xa2','\x39','\x6f','\x9b','\x7d','\x13','\x62','\xbb','\x3d','\x3f','\x58','\x03','\xbc','\x59','\x06','\x3c','\xc8','\x5f','\xa7','\x19','\x44','\x35','\x91','\xeb','\xc2','\xe2','\x5a','\x21','\x02','\xe4','\xe6','\xbb','\xbe','\x78','\x14','\xb8','\xde','\x26','\xd7','\x2a','\x21','\xc4','\xd8','\x3b','\x44','\xbc','\xad','\xfc','\xa2','\x1b','\xf1','\xc3','\xcb','\x5c','\x5d','\xd5','\xe9','\x95','\xa2','\xa6','\xb0','\x31','\x45','\x2f','\x2d','\x95','\x2b','\x59','\xee','\x52','\x9c','\x90','\x2e','\x0f','\x19','\xbe','\x9d','\xa0','\xad','\x97','\xd6','\x5a','\x4f','\x9d','\xbf','\xf5','\x5c','\x7a','\xfc','\x33','\xe9','\x71','\x92','\x1e','\x4f','\x9c','\xbf','\xe5','\x53','\xdc','\xa0','\x23','\x06','\x15','\x87','\x3a','\x1e','\xf2','\xb9','\xdc','\xd4','\x01','\x11','\xe2','\xcc','\xf7','\x84','\x4d','\xe2','\x7d','\x4a','\xc0','\x6d','\x7d','\xca','\xe7','\x2a','\xc1','\x3b','\x88','\xa3','\xb6','\xeb','\xb4','\x32','\xae','\x65','\x92','\x6c','\x6e','\xf2','\xfd','\xef','\xdc','\x7a','\xc1','\x6d','\xe5','\x88','\xc3','\xc4','\x53','\x4a','\x8a','\xdd','\x93','\xc2','\xfd','\x01','\x37','\x57','\x3d','\x85','\x53','\x1d','\xdc','\x46','\xfc','\x5d','\x24','\x53','\xc6','\x3c','\xde','\x66','\x3e','\x61','\x9f','\xa7','\xb2','\x42','\x48','\x63','\x87','\x75','\x46','\x8c','\xc0','\xe6','\x44','\xdb','\xd8','\xbc','\x37','\x2c','\x52','\xb5','\x68','\x24','\x59','\x43','\x2c','\x83','\x61','\x6e','\x6a','\xba','\xa9','\xb3','\xfa','\x51','\xdd','\x7a','\xf9','\xc8','\xd1','\x84','\xff','\x26','\xbd','\xe5','\x52','\xdb','\x2d','\x46','\x2a','\xc7','\x7a','\x95','\xe6','\x99','\x8f','\x50','\x81','\x5e','\x91','\x9e','\xd1','\x00','\x30','\x10','\xaf','\xcc','\xd1','\x33','\x4f','\xd3','\xd7','\x1c','\xfa','\x12','\xce','\x14','\x0d','\x48','\x86','\xca','\xcf','\xa1','\xba','\x30','\x15','\xea','\xbe','\x6e','\xd1','\x23','\x47','\xd3','\xfd','\xcf','\xd9','\x1d','\xa9','\x64','\x7a','\x95','\xee','\x99','\x8f','\x9c','\x38','\xf3','\x91','\x63','\x77','\xfb','\x9c','\xee','\x6b','\x0e','\x7b','\x09','\x93','\x8c','\xae','\xd2','\xe2','\x8e','\x34','\xe3','\xfc','\x92','\x0a','\xa4','\x4f','\x93','\x96','\x56','\x7a','\x72','\xef','\x47','\x9e','\xe4','\x9f','\x79','\xf2','\x73','\x15','\xcb','\xa8','\x3c','\x89','\xbe','\xf1','\xe4','\xe1','\x09','\xf1','\x8a','\xb5','\xf7','\x23','\xea','\x61','\xaa','\xee','\xd5','\x76','\xec','\xd5','\xf8','\x9f','\x14','\x55','\xf1','\x74','\xef','\x84','\xba','\xf7','\x69','\xf5','\x63','\x65','\x75','\xdc','\x19','\xe0','\xe1','\x44','\xc0','\x49','\x58','\xea','\x01','\x7f','\x6f','\x9f','\x8d','\x53','\x4c','\xf2','\x30','\x4e','\x82','\x3d','\x59','\x70','\x0b','\xea','\x9f','\x90','\x28','\xf7','\xf0','\xf6','\xf8','\x61','\xc4','\xc3','\x43','\x76','\x62','\x8f','\x4d','\xce','\xdb','\xea','\x5b','\x36','\x7d','\xcb','\xd5','\xb2','\xfe','\xe8','\x2b','\x76','\xe9','\xcf','\xed','\xf2','\xa8','\xed','\x88','\x03','\xa5','\x0a','\x25','\x22','\x58','\x31','\xf0','\x82','\x51','\x7e','\xc7','\x18','\x6f','\xe9','\x93','\x8e','\x7e','\x20','\xc6','\x30','\xd1','\xe2','\x8b','\xd4','\xd7','\x52','\x0d','\x3d','\x69','\x78','\x78','\xa0','\x5e','\x02','\x69','\x2d','\xb0','\xf9','\x69','\x8b','\x0d','\x22','\xcb','\xd7','\xb7','\xbe','\x32','\x19','\x38','\x02','\x51','\xc9','\x81','\xbc','\xd1','\xcf','\x88','\x64','\x1b','\x14','\xe8','\x76','\xf5','\x2b','\xa9','\x76','\x5b','\x5d','\xbe','\xcd','\x51','\x92','\x83','\xb4','\x49','\x47','\xac','\x6e','\x17','\x32','\x94','\x20','\x85','\x26','\x09','\xd0','\x4c','\xd4','\xc8','\x20','\x2f','\xa9','\x84','\x89','\xfc','\xbb','\xd6','\x81','\x6c','\x46','\x18','\xee','\xa4','\x74','\x90','\xda','\x55','\x62','\x21','\x9c','\x08','\xfa','\x0a','\x3d','\x49','\x1f','\x21','\x2d','\x70','\x12','\xee','\xc3','\x10','\xdb','\x24','\xec','\x05','\x8f','\x55','\x6d','\x56','\x6d','\x1e','\x10','\x4f','\x61','\x20','\x00','\xa9','\x07','\xb6','\xaa','\xe9','\xab','\x19','\xfd','\x0a','\x35','\x57','\x74','\x63','\xd9','\x33','\xda','\xeb','\x17','\x24','\xe9','\x37','\xf4','\x9f','\x26','\xb7','\x16','\x27','\x24','\x37','\x74','\x99','\x80','\x56','\x68','\x43','\xa3','\x29','\x4d','\x68','\x9a','\xf7','\x86','\xfa','\x3c','\x49','\xa3','\xd2','\xa4','\x9d','\xb2','\xe9','\x7c','\x5f','\xb7','\x5d','\x47','\x8c','\xa2','\x2e','\x49','\x79','\xc4','\x0f','\x3a','\x76','\xf1','\x82','\xb8','\x95','\xc4','\x16','\x1b','\x48','\x9e','\x1a','\x31','\x61','\x9c','\xe9','\x45','\xf2','\x89','\xac','\xea','\x26','\x87','\x61','\x01','\x22','\xe6','\xaa','\xeb','\xee','\x99','\x17','\xe0','\x9c','\xaf','\x15','\x08','\xa0','\x28','\xeb','\x14','\xc0','\xfe','\x19','\x75','\xc4','\xef','\x51','\x75','\xf4','\xea','\x43','\xbd','\xda','\xd7','\x8f','\x14','\xf6','\x1d','\x99','\x7c','\xa8','\x17','\xdb','\x77','\xe4','\xfe','\x7d','\x47','\x86','\x1e','\xea','\xf1','\x8b','\xc6','\x8b','\xff','\xae','\x57','\xd1','\x8d','\x64','\x89','\x3f','\x35','\xaa','\xbd','\xf8','\x6f','\xb5','\xe7','\xbe','\xf1','\x89','\x39','\xd3','\xa8','\x3c','\xed','\x57','\x0c','\xc3','\xb5','\x0d','\x88','\x87','\x8b','\x6b','\x7c','\x35','\x13','\xbf','\x45','\x4f','\xf5','\x75','\xa0','\x30','\xde','\x0d','\x52','\xef','\x62','\xef','\xbf','\xbd','\xf1','\x0a','\x60','\xfc','\x6a','\xb7','\x74','\x8b','\xb2','\xd6','\x1d','\x10','\xaf','\xcb','\xc1','\x56','\x7d','\x73','\x90','\x38','\x2f','\x79','\x7c','\x5b','\xb5','\x4f','\x58','\x1a','\xd4','\xc6','\x01','\x4a','\x6d','\x08','\x84','\x0d','\x11','\x9c','\x69','\xe3','\xe2','\xf3','\xbe','\x39','\x07','\x99','\x18','\x99','\xaf','\xa4','\xf8','\x78','\x8f','\xaf','\xc3','\xe5','\x29','\x9b','\x10','\x50','\xaf','\x9b','\x08','\x72','\xa3','\x16','\xb7','\xde','\xb6','\xeb','\xd5','\x00','\xc8','\x7a','\x07','\xd5','\x6b','\x08','\x47','\x75','\x3c','\xa3','\xf1','\x1f','\xab','\x40','\x7a','\x1c','\xfb','\x67','\xb8','\xd4','\xc2','\x23','\x18','\x6b','\xe2','\x73','\x64','\xd2','\x53','\x37','\xf9','\xba','\x81','\x63','\x0e','\x8e','\x73','\xf1','\x17','\x26','\x51','\x02','\x0e','\x0d','\x39','\x10','\x8f','\x72','\x2c','\x06','\x90','\x4f','\x1a','\xc7','\xfc','\xef','\xfc','\xa1','\x08','\xca','\x2c','\x5f','\xa3','\x35','\x87','\xd5','\x15','\x4f','\x4c','\xdf','\x01','\xbe','\x4a','\xa9','\x4c','\x8d','\xb6','\x54','\x66','\xde','\xbb','\xd1','\x7b','\x9b','\x4e','\x28','\xc4','\x7b','\x83','\x9f','\x26','\x73','\x43','\xa4','\xff','\xa9','\x45','\x00','\x86','\xc2','\xb3','\x0d','\x32','\xae','\x18','\x02','\x0e','\x49','\xa2','\x53','\x55','\x03','\xbd','\x28','\x8d','\x50','\xad','\x97','\xe6','\x0e','\xed','\x42','\x0e','\x46','\x9f','\x61','\xa5','\xf7','\xbb','\xac','\xc6','\x36','\x50','\xfa','\x1e','\x63','\xb8','\x94','\x3f','\x92','\xcd','\x1f','\x45','\x79','\x03','\x48','\x6e','\xf2','\x4f','\xf8','\xf9','\xc7','\x49','\xfe','\x71','\x9a','\x9f','\xa2','\xa5','\x0f','\x2e','\xe9','\xa8','\xf3','\xac','\x6d','\x7c','\xc2','\xec','\x54','\x72','\xdf','\x6a','\x16','\xb2','\x1a','\x86','\x2e','\xf8','\x51','\x5c','\x19','\xe2','\xa7','\xd2','\x4e','\x45','\x20','\x22','\x31','\xef','\x57','\x7e','\x0d','\x5d','\xff','\xd4','\xbe','\xb3','\x9f','\xfa','\x45','\xb4','\x63','\x1f','\xda','\xc1','\xf1','\x8e','\x7d','\x3c','\xbd','\xaf','\x3c','\xb4','\xaf','\x2c','\xa6','\x56','\x9e','\x4f','\x7c','\x0f','\x7d','\xa4','\x7e','\xb4','\x38','\x3b','\xab','\xcd','\xd6','\x8b','\xcf','\xb6','\xe6','\x5e','\xb0','\xaf','\xe7','\x15','\x8c','\x36','\x74','\x3d','\xee','\x56','\x43','\x3b','\x58','\x46','\x7b','\xcf','\xbf','\xca','\x85','\x19','\xf2','\x5a','\x33','\xa4','\x33','\xe9','\xb3','\x33','\xec','\xb1','\xd8','\xcd','\xc2','\x0f','\x03','\x56','\xb1','\x6c','\xa1','\x13','\x04','\x27','\x60','\x17','\x92','\xdc','\x3e','\xfd','\x41','\x3e','\xcb','\x7f','\x8c','\x18','\x64','\x83','\x83','\x7e','\x10','\x88','\xd7','\xa5','\xba','\x59','\xff','\xe7','\x55','\xc3','\x62','\x4a','\x1d','\x84','\x6e','\x19','\xa8','\xc5','\x50','\x0b','\xca','\x93','\x23','\x0e','\x54','\x7f','\x61','\xac','\xd0','\x38','\xef','\x08','\xbf','\x1b','\xca','\x64','\x41','\x4a','\x2f','\x60','\x8d','\x1b','\x80','\x5b','\xbd','\xec','\x6f','\x7d','\x05','\x60','\xc9','\x47','\xb3','\xef','\xac','\x81','\x01','\x1f','\xf4','\x69','\x42','\x1e','\x4d','\xa5','\x38','\x49','\xf1','\x77','\xc5','\xbe','\x37','\x2c','\x56','\x96','\x13','\x94','\x1d','\x99','\x14','\xb7','\xc2','\xd2','\x26','\x0c','\xfb','\xc6','\x48','\xb6','\xd7','\x2d','\x52','\xf3','\x04','\x35','\xd6','\x84','\x77','\x0b','\x4d','\x49','\x61','\xfd','\x12','\x04','\x7c','\xa8','\x26','\x8f','\x03','\x8c','\x6d','\x87','\x18','\x26','\x2d','\x32','\x33','\xfb','\xab','\x17','\x6e','\xc5','\xa4','\x19','\x43','\x79','\x6f','\x7d','\x0c','\x35','\x0a','\x3a','\x50','\x4e','\xad','\x90','\x83','\x29','\x19','\xb6','\x84','\x9f','\x3f','\x18','\xc9','\xe9','\xf7','\x8d','\x4a','\xbf','\x12','\xf2','\x32','\x72','\x73','\x4e','\x4b','\xaa','\x8a','\xb4','\xd3','\xc7','\x19','\xe1','\x52','\x40','\x69','\x4a','\x61','\x84','\x14','\x1e','\x24','\x9f','\x9e','\x24','\xf5','\x71','\x12','\x2f','\x83','\xfb','\xbe','\xc3','\x81','\xec','\xb1','\x16','\xef','\xe9','\x18','\x4e','\xa1','\xbb','\xed','\xab','\x3a','\xcb','\x14','\x19','\x6d','\x14','\x78','\x07','\x08','\xdd','\xd2','\xce','\x01','\xb1','\xa3','\x12','\xd8','\xef','\x98','\xb5','\xce','\x3a','\x6c','\xcc','\x64','\x13','\xb2','\x36','\xc5','\x30','\x99','\x1d','\x66','\xca','\xd8','\x00','\x1f','\x1a','\x44','\xa1','\xc5','\xcf','\xdc','\xa7','\xa0','\x27','\x14','\xf4','\xb2','\x3c','\x04','\x83','\x2f','\x59','\x9c','\x46','\xc7','\x3e','\x87','\x9a','\x83','\x3c','\xd2','\x7f','\xd9','\x27','\x91','\x5e','\xb0','\xd3','\x88','\xef','\x46','\x87','\xc5','\xb9','\x13','\x55','\x80','\x79','\x03','\x82','\xc9','\x35','\x09','\x59','\x27','\x26','\xc9','\x6a','\x42','\xb1','\x9e','\x20','\x13','\x81','\x94','\x12','\xca','\x7a','\xf1','\x77','\x50','\x77','\x5b','\x04','\x5b','\x62','\x4b','\xfd','\xb3','\x14','\x4a','\xdb','\x78','\x3a','\x12','\x71','\x85','\x67','\x9a','\x59','\xb6','\xc1','\x39','\x8d','\xd8','\x3f','\xa7','\xde','\x38','\xb0','\x57','\x17','\xc0','\x85','\x07','\x87','\x6f','\x55','\xb7','\x57','\xf7','\x99','\xdc','\xcf','\xaf','\xea','\x02','\x31','\x81','\xab','\x1d','\xe2','\x21','\xe8','\x21','\x16','\xf3','\xf3','\x1a','\x65','\xab','\x6c','\xbd','\x65','\x36','\x16','\x3c','\x06','\xb9','\xef','\x4e','\x0e','\x5b','\x8f','\x48','\x5d','\x18','\xe1','\x7e','\x65','\xbb','\x1d','\xf4','\xab','\x48','\x9f','\x51','\x69','\x2d','\x43','\x96','\x2f','\x26','\x82','\x9e','\x7a','\x7e','\x59','\xea','\x33','\xe2','\x95','\xc1','\xda','\x69','\x19','\x74','\x8d','\x44','\x10','\x0a','\x42','\x3d','\xe2','\x52','\xc4','\xc2','\xc0','\xec','\xb6','\x7a','\x51','\xa8','\x0c','\xe2','\x50','\xf9','\x29','\xae','\x07','\x26','\x70','\xdc','\xcf','\x0d','\x96','\x94','\x0b','\x97','\x53','\xae','\x8e','\x48','\xab','\x18','\x71','\x76','\x0f','\xae','\x0b','\xc9','\x9f','\xa9','\xe6','\x16','\x92','\xb9','\x85','\x39','\x50','\xb9','\x5d','\xa0','\xa5','\x05','\x96','\x03','\xd4','\x73','\x32','\x77','\x0f','\x3d','\x53','\x0e','\xcc','\x22','\x50','\x68','\xbd','\x25','\x4b','\xc2','\x1d','\x82','\xe2','\xbd','\xbd','\x98','\x1c','\x74','\x80','\xb9','\xc8','\xbc','\xda','\xb3','\x41','\x0a','\x1a','\x32','\x08','\x0c','\xdb','\x14','\xcb','\xcc','\x3b','\x2d','\x22','\x96','\x45','\x37','\x6f','\x29','\x21','\x3f','\x3f','\xf5','\xb9','\x64','\x96','\x98','\x46','\xe4','\x73','\x3a','\xa9','\x51','\xb0','\x81','\x17','\x70','\x22','\xb5','\x9d','\x5f','\x2b','\x1e','\xc1','\x78','\x88','\xe3','\x3d','\x0e','\x7e','\x4b','\xb8','\x7b','\x52','\x6b','\xb2','\xba','\x88','\x97','\x9b','\xf1','\x97','\x96','\x80','\x92','\x18','\xc4','\x68','\x9a','\x34','\xe7','\x96','\x3e','\x70','\x8f','\xe5','\x9c','\xa6','\x2c','\x3e','\xc8','\xbe','\x07','\x8f','\x12','\x7f','\x22','\x55','\xb4','\xe0','\xa8','\x26','\xf2','\xbe','\xef','\x1e','\x75','\xd2','\x25','\x3e','\x74','\x09','\xe5','\x5e','\xd7','\xf4','\xdc','\xce','\xe9','\x12','\xb7','\x5e','\xd7','\x16','\x73','\x9a','\x9a','\xd3','\x76','\xbc','\xbe','\x2e','\x8e','\x24','\x95','\x41','\x9b','\xed','\x17','\xbe','\x49','\xfe','\x41','\x9e','\x7e','\x7a','\x94','\xcd','\x55','\xcd','\x1d','\x86','\x97','\x9c','\xba','\xd4','\x5b','\xc8','\xbe','\x40','\x92','\x06','\xe8','\x9b','\x13','\xf4','\xec','\x29','\xce','\x3b','\x7d','\x0d','\x44','\x80','\xcc','\xfe','\xd6','\xb5','\xeb','\xbc','\xf4','\xae','\x59','\x6c','\x9b','\x27','\xda','\xe6','\xb1','\xb6','\xd9','\x6c','\x33','\x1a','\x22','\x4f','\xf9','\x6e','\xfa','\xdd','\xdd','\xd9','\x1b','\x49','\x8a','\xde','\xa4','\xa5','\x1f','\xc0','\x25','\xd0','\x31','\x94','\xfd','\x04','\x62','\x26','\xc2','\x5e','\x2e','\x71','\xf1','\x25','\x35','\x89','\x82','\xf8','\x39','\xaf','\xfb','\xe2','\xf1','\x73','\x39','\xf7','\x8d','\x9c','\x5b','\x08','\x50','\x20','\x85','\x1a','\xa0','\xf4','\x78','\x06','\xce','\xe5','\x33','\x34','\xa2','\x76','\x91','\xc6','\xe4','\xa1','\x43','\xf0','\x01','\x9f','\xff','\x37','\x42','\xf2','\x94','\x54','\x19','\xa9','\x9a','\xc3','\x9e','\x47','\xdf','\xeb','\x44','\xde','\x28','\x29','\x78','\x44','\x6c','\x16','\xcc','\x0c','\xf9','\x25','\x20','\x2a','\xc8','\x68','\xc8','\x0d','\xe0','\x15','\x23','\xb6','\xd8','\x55','\x1b','\x44','\xe9','\x34','\xc4','\x0c','\xde','\x66','\xff','\xbc','\xe0','\xd1','\xaa','\x0b','\x31','\xd2','\x8d','\xb0','\xbc','\x65','\xcb','\x9d','\x46','\xf2','\x7b','\x88','\x2d','\x4a','\xf7','\xc4','\x17','\x66','\xc3','\x20','\xf6','\xa4','\x0f','\x7b','\x46','\x83','\xcf','\x7b','\x87','\x93','\x7d','\xa2','\xc5','\xbb','\x61','\x5b','\xd8','\xf9','\x5e','\xe8','\xc7','\x9f','\xe1','\xeb','\xc8','\x5e','\x80','\x80','\x76','\x74','\x95','\xf0','\xef','\x53','\xba','\x4a','\xe9','\x15','\x01','\x26','\x00','\x3d','\xcb','\xf3','\x02','\x5e','\x01','\xd9','\xbf','\x13','\xf1','\xea','\x11','\x23','\xae','\x98','\xf7','\x9d','\xd6','\x49','\x8b','\xa9','\xab','\x54','\x53','\xb3','\xba','\x96','\xf4','\x4c','\xdc','\x2f','\x3b','\x25','\xe4','\x79','\x9f','\xff','\x98','\xd0','\x19','\xf9','\x09','\xcb','\xec','\x57','\xe7','\x3b','\x05','\xe4','\x45','\x97','\x3b','\xb1','\x5a','\x51','\xad','\x4b','\x49','\x2c','\x61','\x6b','\xdf','\x40','\x11','\x37','\xe4','\x69','\xcf','\x01','\x8f','\xe2','\x66','\x3d','\xa4','\x8a','\xe2','\xc2','\x39','\x4d','\x71','\x87','\x98','\x75','\x6a','\xd4','\xe9','\x91','\xba','\x76','\xba','\x5e','\xe0','\xf5','\xdc','\x3b','\xf5','\x17','\x94','\xfa','\xa5','\x22','\x14','\x0a','\x02','\xf2','\xf0','\x62','\x38','\x16','\x28','\x60','\x76','\x08','\x17','\xd6','\x71','\xce','\xc3','\x39','\x74','\x18','\xce','\xc1','\x8c','\x11','\xa3','\x0d','\x85','\x9a','\x91','\xa6','\x37','\xd4','\xb4','\xb5','\xf4','\x66','\x54','\xbc','\xc6','\xaf','\x6d','\x5b','\xe9','\x72','\x91','\x82','\xc5','\x1e','\x69','\x45','\xb7','\x9f','\x5f','\xb6','\xd4','\xcd','\xf1','\xbc','\x88','\x4c','\xc7','\xe0','\x79','\x5b','\x2c','\x25','\x5a','\x46','\xe6','\x84','\xbc','\x8c','\x87','\x10','\x84','\x23','\x56','\x6c','\xe5','\x6b','\xeb','\xe2','\x30','\xa0','\x64','\xa4','\x43','\xc2','\xda','\x59','\xc5','\x93','\x7f','\x4d','\xf5','\x7b','\x0a','\xe2','\xc8','\x80','\x72','\x0e','\xe0','\x14','\x85','\x73','\x0a','\xd3','\x08','\xef','\x89','\xe3','\xf2','\x3e','\x89','\x1d','\xbc','\xbb','\xc3','\xa1','\x69','\x89','\x1c','\xef','\xbe','\x77','\x8e','\x36','\x46','\x6c','\xf6','\xa0','\xc7','\x26','\xcd','\x62','\xbd','\x48','\x5b','\x59','\x05','\x27','\x09','\xe4','\x44','\x83','\xcf','\x96','\x2d','\xde','\x3f','\x8b','\x26','\x67','\x80','\x8f','\x16','\x72','\x77','\x32','\xb4','\x29','\x69','\x99','\x62','\x62','\x5e','\x46','\xd6','\xa1','\xa6','\x51','\xde','\xb0','\x80','\xca','\x2c','\xf8','\x2f','\x0a','\x7c','\x5d','\xf2','\x55','\x4d','\xca','\x57','\x02','\xee','\x2a','\x06','\x2f','\xca','\x98','\x53','\x0e','\x81','\xca','\x58','\x60','\xe3','\x4f','\xd9','\x62','\x73','\x0d','\xfb','\x80','\x32','\x99','\x80','\xe9','\xb4','\x0e','\x47','\xb0','\x74','\x4b','\xd2','\x0a','\xe2','\x67','\xc5','\xfc','\xb2','\x61','\xb5','\xd2','\x22','\x65','\x59','\xfa','\xfc','\xad','\xb4','\x2d','\x27','\x9d','\x4e','\xb3','\xc0','\x4d','\x4d','\x1b','\x8c','\x1a','\x70','\x9e','\x51','\x54','\xea','\xca','\x83','\x8d','\x86','\xfd','\x4d','\xf3','\xce','\x46','\x52','\x60','\xf7','\xcd','\x1e','\x5f','\x76','\xa9','\x00','\xbc','\xe2','\x86','\xb8','\xd9','\xa3','\x1e','\xda','\xed','\xa1','\xcc','\x0d','\xf2','\xc1','\x05','\x1f','\xe4','\x18','\x64','\xec','\x34','\x2a','\x63','\xa7','\x60','\x5b','\x0e','\x92','\x7e','\x5f','\x41','\x91','\x79','\x14','\x10','\xa4','\x24','\xf8','\xe5','\x9c','\x9d','\x14','\x7b','\x79','\x84','\xf7','\x2d','\x8b','\x70','\xb0','\xd1','\xf4','\x64','\x47','\x91','\x59','\xe2','\x97','\xb2','\x5e','\x51','\x93','\xf9','\xb8','\xbb','\x26','\x53','\xf8','\x26','\x97','\x38','\x40','\x91','\xe5','\x73','\x71','\xc4','\x1e','\x40','\xac','\x20','\xa5','\xb0','\xc3','\x92','\x6a','\xe8','\xd9','\x81','\x41','\x30','\x7f','\x54','\xcf','\x03','\x52','\x41','\x79','\x33','\x52','\xdc','\x1b','\x18','\xc0','\x92','\x49','\x71','\x3f','\x48','\xf4','\xa4','\xe0','\xc3','\x71','\x71','\xc5','\x01','\x71','\x6d','\x00','\x68','\x10','\x31','\x24','\xf3','\x83','\x11','\x29','\x71','\xb5','\x0b','\xa2','\xeb','\x95','\x26','\x05','\x5c','\xe8','\x0e','\x0c','\x50','\xa5','\x89','\x2b','\x17','\xf8','\xc6','\xc0','\x6a','\x62','\x03','\x8d','\x1b','\x4f','\x4e','\xa2','\x27','\xbf','\x84','\xda','\x0e','\xc4','\xce','\x6d','\xf8','\x9c','\x20','\xd8','\x22','\x0b','\x75','\x20','\x1f','\xf7','\x31','\x05','\x3d','\x3c','\x46','\x9f','\xbb','\xdc','\x7b','\xee','\x12','\xa8','\xca','\xb6','\x4b','\xdd','\xf6','\xa0','\x5c','\x45','\x58','\x54','\x80','\x07','\x59','\x89','\x02','\x24','\x55','\x93','\xa4','\xd6','\x37','\x76','\xe6','\x84','\x6b','\xf2','\xb6','\x49','\xc4','\x8b','\xf4','\x14','\xd1','\x0e','\x0b','\xb3','\x26','\x61','\xa3','\x11','\xc4','\x7a','\xa5','\xee','\x9c','\xca','\x2a','\x01','\xf5','\x6f','\x34','\xa8','\x88','\x13','\x9e','\x78','\x43','\xec','\x38','\x27','\xd9','\x08','\xf5','\x70','\x32','\x19','\x24','\x41','\x26','\x25','\x2f','\x31','\x4b','\xb8','\x0c','\x6a','\x08','\x15','\xa9','\xe4','\x85','\x75','\xe2','\xd2','\x04','\x4d','\x25','\x0f','\xdc','\xca','\x78','\xa8','\x87','\xd0','\x9c','\x46','\x2b','\xdb','\xc8','\x4c','\xfa','\x7d','\x1c','\xdb','\xea','\xeb','\xee','\x4a','\x71','\xb0','\x39','\xfe','\xe7','\xec','\x5e','\xba','\x0c','\x49','\xf1','\xdd','\xb0','\x49','\xf0','\x2c','\x29','\x1f','\x4f','\x8c','\xd7','\xf9','\x1f','\xcd','\x91','\xc9','\x67','\xc9','\x24','\xbc','\x38','\x82','\xcd','\x3d','\x02','\x8e','\xf9','\xd8','\xcb','\x8d','\x89','\x07','\xe7','\x26','\x26','\xeb','\x73','\xb7','\x6a','\x95','\x7a','\xcd','\x2d','\x9b','\x52','\xfb','\x66','\x06','\xd0','\xe7','\xe7','\xef','\x5f','\xe7','\x98','\xd8','\x5a','\x25','\xe9','\x9c','\x0a','\x91','\x79','\x79','\xe9','\x46','\x94','\x18','\xd8','\x3f','\x2d','\x74','\xa8','\x45','\x27','\x62','\xbb','\x27','\x38','\x9f','\x23','\xb4','\x72','\x3f','\x75','\xd3','\x94','\x0c','\x49','\xe2','\x24','\x1d','\x1c','\x97','\x84','\x0d','\x6e','\xd1','\x66','\x1c','\xd2','\x92','\xf9','\x02','\x71','\x71','\xfa','\xa2','\x78','\x23','\x39','\x77','\x4f','\xa9','\xb7','\xe7','\x75','\xf7','\xb1','\xd7','\xdd','\x89','\x9c','\x3b','\x51','\xea','\xcd','\x29','\x5e','\x25','\xee','\xb9','\x20','\xfa','\x76','\x09','\xca','\x7b','\x72','\x17','\x48','\xf5','\xe5','\xc4','\xbc','\x03','\xb9','\x0f','\x0d','\x19','\xd0','\xc3','\x83','\x20','\x4d','\x57','\xf2','\xa3','\x75','\x1a','\x2b','\x6b','\xe4','\x5f','\xe8','\x69','\x62','\xaf','\xab','\x5e','\x43','\xac','\x48','\x56','\x62','\xe6','\xc8','\x41','\x1b','\x53','\xd4','\x77','\x10','\xee','\x16','\xa6','\xd0','\x0d','\x44','\x81','\x99','\x06','\x09','\xe3','\x55','\x2c','\x86','\xc8','\x45','\x3c','\xcf','\xf0','\x8c','\xee','\x30','\xab','\xb5','\xbf','\x82','\x63','\x2e','\x26','\x64','\x7c','\x07','\xbf','\xad','\x06','\x81','\xaf','\x76','\x8b','\xb5','\x5b','\xeb','\xed','\x56','\x83','\xbf','\xc9','\xbc','\xb6','\x34','\x71','\x33','\x45','\x04','\x84','\xb0','\xba','\x4c','\x28','\x07','\xdb','\x0c','\x92','\xd4','\x0a','\xb6','\xa4','\x59','\xc8','\x97','\xd6','\x81','\xff','\x50','\x96','\xa3','\x88','\x77','\xab','\xba','\x14','\xf7','\x6c','\xb7','\x73','\x8b','\xee','\xed','\x21','\xb7','\x31','\x4a','\xd8','\xe3','\x99','\xdc','\x19','\xca','\xd4','\x62','\x31','\xb7','\x2e','\xce','\xd7','\x7e','\x1d','\x63','\x0c','\x78','\x14','\x21','\x0e','\xa0','\x42','\xbc','\x17','\xa3','\x3c','\x20','\x16','\xe3','\x7e','\x0c','\xce','\x24','\xaa','\x92','\xdd','\xb0','\xf1','\x52','\xca','\x3e','\x44','\xd7','\x0b','\xb4','\x31','\x2a','\xf5','\x50','\x0d','\x88','\xb0','\x3e','\x2a','\xbf','\xcf','\x00','\xef','\xb7','\x5c','\x9e','\xb6','\x37','\xd1','\xf1','\x26','\x3c','\xef','\x61','\xdb','\xfb','\x0c','\xf2','\xe6','\x90','\xd7','\x96','\x08','\xfe','\xba','\x1b','\x79','\x69','\x01','\xdb','\xd3','\xa4','\x4b','\xae','\x7b','\x9e','\x89','\x3c','\x23','\x0e','\x7d','\x37','\x49','\x68','\x78','\x20','\x04','\x37','\x09','\xfe','\xb7','\xa4','\x32','\x9d','\x98','\x28','\x3f','\xfc','\xad','\x8f','\x3c','\xbc','\xc4','\x1e','\xfe','\x95','\xef','\x7e','\xc6','\x48','\xcd','\xd9','\xf8','\x3b','\x03','\x4b','\x6c','\x77','\xa9','\x9b','\x46','\x28','\xbd','\x64','\x0c','\x2d','\x36','\x72','\xae','\xa9','\x0b','\x97','\x04','\x39','\x53','\x5c','\xf2','\xa5','\xc0','\x7c','\xd6','\x34','\xd0','\xfb','\x29','\xc6','\xc0','\x70','\x31','\x15','\x50','\x45','\xb7','\x51','\x1a','\x8e','\x78','\xe1','\x8b','\x6d','\x3b','\xce','\x25','\xc1','\xcb','\x96','\x57','\xb2','\xc1','\x2b','\xdb','\xeb','\xd9','\xd0','\x53','\xdc','\x9f','\x93','\x6a','\x99','\x61','\x1d','\x9d','\x44','\xcf','\xa4','\x73','\x56','\xb7','\x02','\x59','\x0a','\x9d','\xb2','\xa2','\x26','\x9b','\x29','\x74','\x6a','\x18','\xc8','\x39','\x1b','\xd8','\x09','\x77','\xcc','\xe7','\xc8','\x85','\x5e','\xc8','\xc7','\xae','\xc4','\x70','\x09','\x8a','\x70','\x92','\x98','\xee','\x39','\x03','\xf3','\x19','\x24','\x86','\xef','\xa7','\xe4','\x6e','\xf3','\x79','\xb0','\x9f','\x7a','\x5f','\xcc','\x9e','\x56','\xcd','\x85','\x0c','\x04','\x83','\xb7','\x57','\x2a','\x86','\x7b','\x34','\x68','\x49','\x20','\x50','\x4f','\xe8','\x8b','\x20','\x2c','\x87','\xf5','\x6c','\x5a','\x44','\xb6','\xc4','\x56','\x9d','\xec','\xfb','\x7c','\x7f','\xd4','\xd8','\x1b','\xd3','\xa7','\x29','\x5b','\x28','\xb2','\x2d','\x7d','\xb5','\x60','\xde','\x07','\xf2','\xeb','\x78','\xf5','\x8e','\xba','\x91','\x20','\xbf','\x3f','\xc8','\x27','\xb3','\x3b','\x66','\xe7','\x16','\xcd','\xea','\x92','\x69','\xcb','\xa4','\x79','\xe0','\x91','\x15','\x78','\x30','\x6f','\x49','\x2e','\xe2','\xe6','\x78','\xbb','\x9f','\x70','\x09','\x73','\x13','\xf2','\x4f','\x27','\x19','\xc4','\xb1','\x60','\x7b','\x7f','\x4a','\x6f','\x3d','\x75','\x99','\x3f','\x77','\xc9','\x7b','\x8e','\x79','\xc9','\x03','\x3d','\xc2','\xda','\x7c','\xbd','\x0d','\x02','\x82','\xac','\x3d','\xc2','\xda','\x7b','\x04','\xfe','\x3f','\xbd','\xc7','\x2e','\xa1','\x09','\x86','\xe6','\xf6','\x93','\xca','\x71','\x1f','\xba','\xe1','\xcb','\x84','\xb4','\x40','\xb9','\x2a','\x11','\x07','\x0d','\xbc','\x7e','\x3e','\xce','\x56','\x23','\xce','\xab','\x25','\x5e','\x3b','\x8d','\x0a','\x8a','\x3d','\xa9','\x68','\xb1','\xa8','\xba','\x23','\x46','\xb4','\xcb','\xb7','\xf9','\xdf','\xe0','\x93','\x37','\x50','\x25','\xd6','\x20','\x71','\xf3','\x29','\x6c','\x9e','\x0c','\xf4','\x41','\xda','\x52','\x1f','\x84','\xce','\xb8','\x5a','\x8d','\xe8','\x52','\x1f','\x04','\xc5','\x65','\x8c','\x04','\xc7','\xd0','\xad','\x38','\x6a','\x61','\xa3','\x15','\xd3','\x5b','\x2a','\x6b','\x59','\x6b','\xad','\x43','\xb4','\xa5','\xa3','\x96','\x62','\xb7','\x14','\x24','\x41','\x5b','\x56','\x2f','\x18','\xcb','\x36','\x5c','\x8a','\x15','\x28','\x1e','\xc1','\x87','\xd0','\x61','\xe1','\x9c','\x6e','\xa9','\x1f','\xb3','\x3d','\x94','\xed','\xa4','\xba','\x9b','\xc1','\xc3','\x7b','\x93','\xed','\xd0','\x2d','\xa4','\x04','\xdb','\xea','\xd0','\x16','\x90','\x5e','\xea','\x48','\x9a','\x23','\x93','\x94','\x3a','\xb6','\xec','\xb6','\xc8','\x97','\x3a','\xfb','\xb7','\xae','\x7a','\xb6','\xe8','\xbe','\x9f','\x76','\x1b','\x43','\x84','\xed','\x25','\xec','\x08','\x3d','\xd8','\x94','\x44','\xd2','\x83','\x3a','\x6b','\x1e','\x1a','\xdb','\xb5','\x58','\xfa','\x0a','\x29','\x0c','\xd3','\x82','\xa2','\x17','\x2c','\xbf','\x80','\x8d','\x52','\x4c','\x2f','\x70','\x5e','\x50','\x69','\x61','\xc8','\x2d','\x7c','\xf4','\xa1','\xd2','\x53','\xf9','\xc2','\x4b','\x46','\x21','\x82','\x0a','\xf7','\x99','\x63','\xbf','\x9b','\xa9','\xe5','\x92','\x4f','\x3f','\x84','\x1d','\x31','\x6f','\x51','\xd1','\xb2','\x03','\xd3','\x06','\xd2','\xbc','\xdc','\x13','\x83','\x49','\x71','\xd7','\xc5','\x91','\x0d','\xaf','\x6b','\x70','\x63','\x15','\xcc','\x2c','\x07','\x24','\x92','\xc4','\x7b','\xa6','\xe5','\xeb','\xd0','\x0a','\xd6','\x87','\x15','\x59','\xaf','\x21','\x73','\x6c','\xaf','\x56','\xfa','\xe2','\x6b','\xf0','\x05','\x86','\x83','\x2f','\x60','\x17','\x62','\x8f','\x97','\xe0','\x0b','\xe8','\x50','\xf6','\xf5','\x2b','\x3f','\x2a','\x18','\xb8','\x70','\xb9','\x5b','\x42','\xa8','\x90','\x5d','\x2f','\xf4','\x1f','\xc7','\x4a','\xdd','\x31','\x46','\x6b','\x8c','\x4e','\x33','\xfa','\x74','\xa9','\xeb','\x04','\xfa','\xc2','\x41','\xc5','\x88','\xfc','\xf7','\x33','\x98','\xa2','\x21','\x56','\x1c','\x41','\x91','\x80','\xbc','\x6e','\x79','\x3b','\x7f','\x5d','\x3f','\x7e','\xb8','\xca','\x5a','\x57','\x99','\xff','\x26','\x6b','\xdd','\x60','\xad','\x0e','\x5b','\xbd','\x51','\x6a','\xaf','\x61','\xb5','\x8d','\xb5','\xeb','\x9f','\xd7','\x5b','\x75','\xc5','\xab','\xcf','\xdb','\xc7','\x6f','\x90','\x7a','\xd6','\x97','\x39','\x34','\x31','\xe8','\x81','\xf0','\x60','\x93','\xf8','\x94','\x34','\xb2','\x3d','\x03','\x22','\xb0','\x9e','\x91','\xb6','\x59','\x7a','\x31','\x9d','\x7e','\x99','\x9c','\x77','\xc9','\x5b','\x4d','\xf4','\xd6','\x45','\x24','\x19','\x4c','\x50','\xba','\x43','\x0e','\x36','\xf9','\x5b','\x6e','\xe2','\xbc','\x9b','\x80','\x16','\xfb','\xd3','\x24','\x77','\x9a','\x8c','\x2e','\x90','\x29','\x9e','\xb0','\xfd','\xed','\xba','\x6f','\x88','\x19','\x4a','\x97','\x59','\x68','\x33','\xeb','\x94','\x32','\xd0','\xb0','\x2e','\xdb','\xf1','\x52','\x09','\x1b','\xfb','\x56','\xe0','\xe2','\xb5','\x89','\xea','\x43','\x6d','\x83','\x46','\xe4','\x76','\xd1','\x25','\x36','\x1b','\xfc','\x1c','\x12','\x59','\x24','\x96','\x7b','\xbf','\x72','\x34','\x3d','\xf6','\xeb','\xe9','\x2f','\x8f','\x0d','\xbd','\xbc','\x97','\xc5','\x3e','\x34','\xa6','\x66','\xac','\x7f','\xfd','\x23','\x57','\xc7','\xc4','\x40','\x89','\x45','\xca','\xaf','\x83','\x00','\x7a','\x82','\xd0','\x97','\x5c','\xfa','\x54','\xaa','\xfb','\x19','\xa4','\xcf','\xa9','\x45','\xe1','\xa7','\xa4','\xa2','\x7a','\x0f','\x95','\x1b','\x16','\x17','\x9f','\x33','\xad','\x21','\xeb','\x35','\x49','\x40','\xce','\xa0','\x15','\xa8','\xfe','\x0c','\x9e','\x6d','\xe2','\xdf','\xd6','\xca','\xb3','\xa5','\x5b','\xf5','\x71','\x3c','\x53','\xc6','\x35','\x3c','\x5e','\xb3','\x6e','\x03','\x61','\x8e','\x40','\x79','\xfc','\xf9','\xf2','\x78','\xbd','\x3c','\x6e','\x5a','\xb7','\x4c','\x63','\xdc','\x04','\x86','\x49','\x71','\xf4','\x9d','\x94','\xd9','\x2b','\x31','\xfd','\xb0','\xf5','\x23','\x1e','\xa4','\xa1','\xf5','\x55','\xb7','\xf4','\x83','\x90','\x52','\x18','\x70','\xb5','\x57','\x6a','\x01','\x75','\x42','\x04','\x93','\xd1','\xab','\x3d','\xe1','\xe6','\xa4','\x31','\x20','\x7a','\xbc','\xa7','\x9c','\x46','\xbe','\xb2','\x74','\x22','\x4e','\x84','\x7d','\x23','\xfc','\x81','\xb1','\xa8','\x56','\xfa','\x03','\x39','\x7f','\x1e','\x08','\x27','\x70','\x21','\x66','\xc0','\xfc','\x21','\x7a','\x81','\x6a','\x85','\x6c','\xaf','\x90','\x4b','\x15','\x7e','\xeb','\x56','\xe9','\x15','\x31','\x73','\x3a','\x85','\x21','\x54','\x18','\xc2','\x85','\x2c','\x2f','\x20','\x3c','\xf6','\x8b','\xe5','\x9a','\xc0','\x2c','\x79','\x5a','\xec','\x01','\x62','\xdb','\x9e','\xc5','\xd6','\xdf','\x71','\xb3','\x8e','\x05','\xac','\x1f','\xf8','\x9b','\x03','\xb0','\x5d','\xcb','\xcf','\xaf','\x97','\xc5','\xe3','\xf1','\x1f','\xdd','\x9e','\xd5','\xcb','\xb3','\xfb','\xca','\xc7','\xbf','\x57','\x36','\x95','\xf2','\x6c','\xa1','\x3c','\xa3','\x97','\x67','\x0c','\xf8','\xd3','\xf3','\xef','\xb7','\xea','\x91','\xaf','\x9a','\x40','\x40','\xdb','\x48','\x1e','\x36','\x13','\x1d','\xe0','\xcc','\xa7','\xba','\x39','\xec','\xd7','\xb5','\x51','\xce','\xf4','\x7a','\xc1','\xaf','\x7f','\x76','\x2f','\xe0','\x0d','\xbf','\x9e','\xdf','\x0b','\x10','\xaf','\x88','\xd7','\x99','\x5e','\x2e','\xf8','\x2d','\xa6','\x0b','\xbc','\xcc','\x1e','\x73','\x0f','\xbc','\x4d','\x0a','\xa7','\x4f','\xe6','\x63','\xe2','\x64','\xee','\x28','\xeb','\x9e','\x15','\x78','\x58','\x90','\xb5','\x6c','\x29','\x8a','\x58','\x5c','\xd0','\x73','\xb1','\xd1','\x7c','\xb1','\x31','\x08','\x92','\xcb','\x32','\xcb','\x9c','\x04','\x25','\xe8','\x1f','\x13','\x7e','\x26','\x73','\x52','\xed','\x1a','\x8c','\x6d','\x89','\x8f','\x45','\xdc','\x8d','\xdd','\xf8','\x2e','\x1b','\xf2','\xd6','\x94','\xf1','\xc6','\xdb','\x82','\xfd','\xf9','\xbf','\xcf','\x1f','\xbc','\x4b','\xc9','\x56','\x9f','\x1f','\x52','\x37','\x4c','\x4d','\xf8','\x35','\x2d','\x30','\x89','\x41','\x51','\x1b','\x21','\x71','\x8c','\x1a','\xaa','\x2f','\x1f','\x49','\xff','\x71','\x60','\xea','\x7a','\x01','\x7f','\x66','\x4c','\x7e','\xb8','\xd8','\x42','\x23','\x67','\xc1','\x79','\xe8','\x9f','\xa7','\xb2','\xf4','\x54','\x33','\x26','\x88','\xf9','\xb1','\x98','\xf1','\x1c','\x72','\x9f','\xe3','\xfe','\x53','\x36','\x02','\x3b','\x3c','\x47','\x49','\x4e','\x1a','\xe1','\x1b','\x83','\x88','\x58','\x05','\x92','\x29','\x14','\x06','\x21','\xcf','\x92','\xe4','\xb3','\x12','\x8b','\x4b','\x96','\xd5','\x69','\xc6','\x30','\x31','\xf9','\x19','\x03','\xb4','\x6d','\x83','\xb2','\xab','\x52','\x77','\x38','\x47','\x33','\x39','\xda','\x2d','\x75','\x4f','\xe4','\xe8','\xb1','\x9c','\xe4','\x29','\x15','\xae','\x60','\x44','\x85','\xf7','\xc3','\x20','\xfa','\x81','\xac','\x74','\xd5','\x6d','\x28','\xc7','\x82','\x88','\x24','\x54','\x04','\xd7','\xd1','\xcd','\xdb','\xb6','\xcc','\xd8','\xe6','\x05','\xae','\xd5','\x63','\xd7','\x6f','\xc7','\xda','\x75','\xd2','\xae','\x43','\xbe','\x52','\x02','\xf2','\xc2','\xed','\x7a','\x43','\x0c','\x3c','\x1c','\xa0','\xe8','\x1d','\xa6','\x1e','\xe4','\xad','\x80','\xf9','\x79','\x81','\x00','\xf7','\x94','\x66','\xd4','\x88','\x59','\x8b','\x19','\x16','\x72','\x80','\x7e','\x0a','\xa1','\x5a','\xa9','\x5b','\xcb','\x51','\x01','\xab','\x3f','\x80','\x57','\x22','\xa8','\x16','\x51','\x2d','\xab','\x27','\x06','\x66','\x24','\x1a','\xf0','\x0d','\x6e','\xd4','\xe9','\x89','\x5b','\x00','\x81','\xb8','\x65','\x19','\x88','\x8b','\x86','\x51','\xb8','\xa0','\xe0','\x33','\x90','\x8d','\xd8','\x18','\x6c','\xbd','\x65','\xe1','\xfd','\x1a','\xd3','\x71','\xa9','\xc4','\x0b','\x0c','\x4b','\xd4','\x0b','\x07','\x6e','\x17','\x80','\x5b','\x4a','\x3e','\xcd','\x8f','\x17','\x0a','\xb7','\xe1','\x31','\x3f','\x5e','\x92','\x8f','\xf2','\x95','\x5b','\xf0','\xc8','\xa0','\x68','\x50','\x40','\xec','\x12','\x4f','\xb3','\xc3','\x0e','\xdb','\xce','\xbb','\xab','\xae','\x04','\x86','\x95','\xb0','\xbb','\x7a','\x69','\x44','\x87','\xce','\xd0','\x31','\x9f','\x3e','\x6e','\xd2','\x58','\x55','\xd8','\x5d','\xcd','\x20','\xf2','\x43','\xa4','\xde','\x41','\x8a','\x83','\x83','\x2a','\x5b','\xc4','\xa5','\x1e','\x87','\x61','\x18','\x4c','\xb8','\xbf','\x62','\x0a','\x39','\x9b','\x53','\xe8','\xa8','\x54','\x5b','\x93','\x96','\x98','\xbf','\x61','\x95','\x6d','\x1b','\x6c','\xdd','\x57','\x41','\xda','\x38','\xcb','\xef','\x07','\xfe','\x79','\x4c','\xd7','\xea','\xda','\x5f','\xdf','\x66','\x14','\x8f','\x89','\x13','\x5f','\x78','\x7f','\xe9','\x71','\x37','\x7d','\x3b','\x71','\x7e','\x9c','\xbf','\x05','\x59','\x69','\x72','\x7e','\xdc','\x7d','\x6b','\x3c','\xcc','\x53','\x53','\x4c','\xd6','\x70','\x8a','\xe2','\x1e','\xe4','\xa9','\x0f','\x8b','\x7d','\x3e','\x2e','\x79','\x06','\x24','\x9a','\x9f','\x7f','\xa1','\xd7','\xcf','\x0a','\x09','\x38','\x75','\x8b','\xcb','\x84','\x51','\x98','\x33','\x0a','\x5e','\xb7','\xde','\xee','\x98','\xd5','\xd7','\xcc','\xea','\xcb','\x66','\xc4','\xe9','\x1b','\x69','\x01','\x50','\x23','\xe2','\x55','\xbf','\xd0','\x3c','\x7e','\xbd','\x77','\x32','\x28','\xb0','\x3e','\xd7','\x35','\xdb','\xd4','\x6a','\xd3','\xd2','\xb9','\xae','\x8c','\x0d','\x91','\x64','\xd8','\xe0','\x8c','\xc9','\x75','\xce','\xdf','\xc5','\x04','\x8d','\x93','\x9d','\x5f','\x02','\xe4','\x5f','\x96','\x4e','\x24','\x74','\x4a','\x19','\x92','\x5c','\x05','\x3c','\xf8','\x77','\x6c','\x73','\x05','\x1d','\xe7','\xeb','\xe2','\x11','\x50','\x44','\x26','\xa3','\xcf','\xf3','\x1e','\x34','\x64','\x1a','\xc8','\xe4','\x9d','\xaa','\xf8','\x22','\xa6','\x39','\x23','\x79','\xdf','\x9f','\xb5','\x3a','\xa6','\xf8','\x27','\x73','\xa0','\xb2','\x52','\x11','\xc5','\x34','\x16','\xcf','\x76','\x93','\xd2','\x26','\xa1','\xd9','\x75','\x46','\xd9','\x8c','\xb0','\x0f','\x9b','\xe2','\xc5','\x75','\x19','\x5b','\x84','\x22','\xb4','\x43','\x60','\x06','\x03','\xad','\xa8','\x0c','\x35','\x33','\x60','\x16','\x25','\x92','\x50','\x3b','\xe0','\xd4','\x96','\xfd','\x0e','\xfd','\xb8','\x7a','\x18','\x45','\x07','\x9d','\x91','\x69','\x7a','\xd6','\xea','\x25','\x67','\x9b','\xa4','\x4f','\xeb','\x50','\xb4','\xba','\xc7','\x4c','\xda','\x8c','\xc9','\xaa','\xd7','\x3d','\x4b','\xf4','\xbc','\x4b','\x9b','\xe2','\xbe','\x8c','\xa5','\xe9','\xd8','\x30','\x65','\xc3','\xd9','\x75','\x9a','\xea','\x6c','\xa9','\xbb','\x90','\xb1','\x59','\xe1','\x7c','\x9a','\x56','\x4f','\x38','\x3b','\x79','\x1b','\xc7','\xc4','\xfe','\x60','\xe3','\x84','\x1d','\xdb','\xf1','\xda','\x0f','\x81','\x0c','\x93','\x82','\x94','\xcb','\x3a','\x15','\x7e','\x99','\x07','\x31','\x38','\x26','\xb0','\x52','\x34','\x79','\xda','\x3e','\x15','\xdc','\xaf','\x72','\xc4','\xfe','\x7c','\xc4','\x85','\x56','\x77','\x99','\x58','\x29','\xc3','\x2b','\x8e','\x63','\xc9','\x02','\x7e','\x9b','\xc5','\x51','\x7e','\xc4','\xe2','\xb7','\x11','\xb4','\xdd','\x96','\x35','\x49','\xe0','\x83','\x25','\x06','\x74','\xbb','\x14','\x61','\x44','\x6b','\x44','\xf9','\x89','\xaf','\x44','\x88','\xb2','\x83','\xf0','\x5e','\x73','\x0c','\xad','\x3d','\x6a','\x34','\x0a','\xac','\x51','\xa3','\xdf','\x7d','\x3a','\x7d','\xce','\x91','\xe2','\x67','\x83','\x92','\x64','\x77','\x1d','\x40','\x7e','\x27','\xd5','\x49','\xf9','\x03','\x9b','\x64','\x9f','\xfe','\x48','\x01','\x3e','\x46','\x50','\x39','\x17','\xdb','\xac','\x37','\x90','\x16','\x87','\x38','\x9b','\x98','\x3b','\x5b','\xe3','\x6c','\x5a','\x4c','\xa6','\x78','\x64','\x11','\xc8','\xfe','\x04','\x0a','\x78','\x1d','\x17','\xe5','\xfa','\x92','\xa4','\x52','\x81','\xa9','\x39','\x38','\x80','\xb0','\x49','\xbf','\x4f','\x81','\x2c','\x0f','\x51','\x0f','\x9d','\x40','\x21','\x7f','\x8b','\xda','\x37','\x3e','\xf5','\xbe','\x39','\x1a','\x0b','\xf6','\x8d','\xd0','\xac','\x1a','\x10','\xa0','\x21','\x81','\x15','\xca','\xe6','\x64','\x9d','\xaa','\x27','\x80','\xe2','\x9e','\xf4','\x38','\xbc','\xe9','\x79','\x7b','\x4c','\xd6','\x82','\x66','\x84','\x35','\x3e','\xea','\x66','\x4a','\xfe','\x16','\xbe','\x5c','\x09','\xa0','\xcc','\x2d','\x89','\x33','\xda','\x1d','\xcb','\xd9','\xd3','\x91','\xc5','\x85','\xc8','\x19','\x71','\x90','\xc5','\x23','\x3e','\xb6','\x56','\x0e','\x1f','\x52','\x88','\xae','\x6c','\xa9','\x43','\x8b','\xd8','\x1c','\xb8','\x44','\xa0','\xe4','\x4c','\x5c','\x5c','\x4b','\x97','\x75','\x6e','\xd0','\xf4','\x19','\xb3','\x92','\x81','\x53','\x6d','\x96','\x89','\x69','\x05','\x74','\xaf','\x64','\xa6','\x4e','\x05','\x6a','\xa7','\x98','\x55','\x87','\x90','\x2f','\x25','\xa3','\x52','\x8f','\x9e','\xa1','\xc4','\x25','\x24','\x7e','\x04','\xb8','\x15','\x52','\xa1','\x72','\x24','\x67','\xcb','\x7a','\x48','\x3f','\x8c','\x03','\xe4','\xdc','\xb9','\x1c','\xa9','\x8c','\x11','\xb7','\x46','\xc8','\xe3','\xd2','\xbf','\x38','\x93','\x49','\xa8','\x94','\x68','\xd0','\x60','\x05','\xfd','\x5f','\x44','\xb6','\x8a','\x53','\x33','\xa1','\x19','\xfc','\xa2','\x0d','\xf2','\xf4','\x97','\x1c','\xc2','\x9c','\x11','\xe6','\xec','\x29','\xf9','\x7b','\x16','\xec','\xc7','\xce','\xaa','\x13','\xe9','\x97','\x27','\xaa','\xee','\x5c','\xf4','\x46','\x85','\x78','\x6e','\xae','\x43','\xae','\xdc','\x20','\xe4','\x26','\x61','\x6f','\x92','\xe5','\x56','\xc0','\xb9','\x14','\x89','\x80','\x92','\xf8','\xa6','\xb4','\xdf','\x00','\xa0','\xeb','\x6a','\xde','\xdf','\x7a','\x04','\x6f','\xc7','\x66','\xbe','\x72','\x30','\xce','\xb6','\x42','\xcc','\x15','\xad','\xba','\x10','\x55','\xa0','\x93','\x1c','\x58','\xf7','\xcd','\xcd','\x28','\xb7','\x9c','\x5a','\xfb','\xfb','\xbc','\x49','\xb5','\xa0','\x4a','\xa1','\x13','\x47','\x20','\xd3','\xdc','\x11','\xcb','\x39','\x41','\xe9','\x85','\x1e','\x7d','\xaf','\x49','\x97','\x9b','\xbb','\x97','\x9b','\x7c','\x19','\x06','\xf4','\x03','\x4a','\x57','\xb2','\x87','\xae','\xa4','\x1e','\x59','\x45','\x8f','\x78','\xe4','\x91','\x9f','\xf8','\x27','\x96','\xc9','\x31','\x01','\xaf','\xd9','\x6c','\xaf','\xd1','\xf5','\xc6','\x70','\x47','\x4f','\xc3','\x22','\x3b','\x46','\xbd','\x0b','\x74','\x39','\x49','\x5b','\x78','\x50','\x77','\x72','\x40','\x7d','\x92','\xd0','\x78','\x98','\x56','\xde','\x8d','\xc9','\x30','\xf7','\x87','\xc5','\x63','\x40','\xc5','\xc7','\x7b','\xe2','\x71','\x0c','\x0b','\x0f','\x92','\x4c','\x63','\xb2','\xc0','\x7b','\x61','\x17','\xce','\x23','\x08','\x78','\x3f','\xa8','\x13','\xf2','\x7e','\x94','\x11','\xfa','\xdc','\xe9','\x98','\xf9','\xbd','\x38','\xbf','\x8c','\xd1','\xb9','\x38','\xb7','\x31','\xb2','\xe5','\x23','\x92','\x76','\x3e','\x24','\x17','\x3e','\xcc','\x7d','\xad','\x3f','\x9f','\xdf','\xee','\xcf','\xe7','\x7b','\xf2','\x47','\x41','\x42','\x73','\x33','\xce','\x1f','\xe6','\x67','\x07','\xc9','\x1a','\x24','\x82','\xe2','\x28','\x7a','\xb7','\x78','\xe6','\xf1','\x7e','\x13','\xc1','\xcf','\x8e','\x95','\x49','\x9e','\x6d','\x2f','\x8e','\x8a','\x61','\x5d','\xca','\x46','\x3d','\x49','\xd8','\x6f','\x82','\xf4','\x95','\x4d','\x26','\x3a','\xb6','\x40','\x72','\x02','\x4a','\x2f','\x1f','\xe9','\x1d','\xba','\xe3','\x5e','\x0f','\x8e','\xf5','\x86','\xad','\x99','\xed','\xe1','\x9e','\x4f','\x4d','\x17','\x55','\x17','\x95','\x9f','\x52','\x7b','\x46','\x33','\x4c','\xfd','\xf8','\x4f','\xfd','\x67','\x51','\x7e','\x87','\x9a','\xdf','\xd1','\xcb','\xa7','\x1f','\xe0','\x43','\x6a','\x7e','\xa8','\x9b','\xcf','\xa9','\xf9','\xdc','\x0e','\xff','\xbd','\x2e','\x7b','\x41','\x65','\xb9','\x3e','\x0e','\x1e','\x5c','\x4f','\x53','\x13','\x1c','\xa3','\x69','\x7e','\xd4','\x60','\x27','\x8f','\xe9','\x47','\x5f','\x2c','\xff','\x83','\x65','\x7e','\x74','\xca','\x11','\xf8','\xf8','\x93','\x02','\xbe','\x7c','\x04','\xfc','\x83','\x0f','\x60','\x2c','\x5e','\x3f','\x21','\xfe','\xfa','\xa4','\x63','\x3c','\xe9','\xa3','\x0a','\x42','\x27','\x17','\xd1','\xc1','\x16','\x84','\x30','\xc4','\x1d','\x2b','\x86','\x34','\x92','\x88','\xf9','\xa8','\xe4','\x89','\x6d','\x23','\xc8','\x98','\x67','\x80','\xff','\xc1','\xdc','\x86','\x2c','\xef','\xf4','\xc7','\x51','\x14','\x22','\xcc','\x9b','\xf7','\xed','\x3a','\x1c','\x98','\x67','\x1f','\x43','\xe8','\xe1','\xd2','\xfa','\x73','\x97','\x98','\x40','\xa5','\xb4','\xde','\x46','\xa8','\x8d','\xa0','\x15','\x34','\x8c','\xd1','\x47','\x6d','\x99','\xec','\xd8','\x1a','\x5c','\xcd','\x42','\x44','\x4b','\x99','\x47','\x4a','\xc4','\x53','\xd2','\xc0','\x4b','\x2c','\x03','\xcd','\x38','\xfb','\x0e','\xa7','\x33','\x1a','\xad','\x67','\xb2','\xff','\x17','\x45','\x3b','\xa0','\x7f','\xd8','\x7a','\x4f','\x43','\x55','\x16','\xb5','\x2f','\x29','\xe8','\xa2','\xb2','\xde','\xe1','\xc8','\xf8','\x1c','\xea','\x4c','\xa3','\x4b','\x4a','\x84','\x2a','\xd1','\x6c','\x96','\x24','\xc5','\x96','\xdf','\xef','\x3f','\x15','\xa7','\xee','\x29','\x14','\xef','\x44','\x7c','\xd0','\x1f','\x84','\xf8','\xd8','\xad','\x4c','\xbe','\x45','\x63','\x12','\x7d','\xc2','\x5e','\x4a','\x79','\x97','\xb5','\x28','\xd4','\x43','\xe2','\x28','\x0b','\xa1','\x14','\x65','\x3d','\x24','\xd4','\x39','\x23','\xe8','\x8a','\x2a','\x28','\x08','\x80','\x51','\x21','\x11','\x2b','\xa5','\xcf','\x16','\x6a','\x4e','\x21','\xba','\x5a','\x88','\x5d','\x2b','\xa8','\x9d','\x82','\xd6','\x29','\x55','\x6f','\x14','\x94','\x1b','\x85','\xe8','\xb5','\x42','\xac','\x5d','\x50','\xaf','\x8f','\x69','\xad','\x31','\xb3','\x55','\x8b','\x80','\xa6','\xf9','\xd3','\x29','\xdb','\x01','\xe2','\x03','\x6a','\x4c','\xf5','\x84','\x2f','\x2d','\x6e','\x1d','\xa9','\x7a','\xa4','\xea','\x42','\x5f','\x64','\x15','\x18','\x6c','\xd1','\xf3','\x5d','\xf2','\xac','\xea','\x3f','\xab','\x92','\xa7','\xbb','\xe4','\xa8','\x4a','\xae','\xa9','\xe4','\x5c','\x97','\x2c','\xaa','\x09','\x55','\x85','\xfd','\x6a','\xab','\xfd','\x93','\x44','\x58','\x16','\xde','\x78','\xc4','\xb3','\x53','\xff','\x85','\xf4','\xc0','\xb4','\x80','\x7f','\x81','\xdc','\xc0','\x86','\xf4','\x80','\x15','\x8c','\xe1','\x0f','\x12','\xcf','\xf7','\x52','\xdf','\x43','\xf1','\x95','\x26','\x88','\xbd','\x11','\x79','\x9c','\xa3','\x0e','\xca','\xae','\x8b','\x95','\x34','\x20','\x20','\xd2','\xe7','\xc6','\x9f','\x97','\xf4','\xf8','\xc8','\x8b','\x42','\xb9','\x70','\xf1','\x01','\x7e','\x73','\x17','\x7a','\x73','\x0c','\xb5','\x56','\xee','\xc6','\xaf','\x1e','\x43','\xba','\x58','\xc8','\xf2','\xb1','\x13','\x3c','\xca','\x20','\x6a','\x57','\x36','\x2f','\xc0','\xa2','\x33','\x29','\xbe','\x7e','\xfe','\x6f','\xc5','\x01','\x93','\x3a','\xbf','\x1e','\xfe','\x69','\x23','\x9b','\x20','\x16','\x35','\x6a','\x94','\xf8','\xb7','\x52','\x1e','\xed','\xf3','\x3e','\xd9','\x64','\xd9','\x55','\xab','\x7f','\x42','\xab','\xeb','\x5a','\xca','\x96','\xbc','\x4f','\x2f','\x97','\xf7','\xb8','\x4e','\xda','\xc5','\x6f','\xb9','\x90','\x9f','\x15','\x83','\xf3','\x6e','\xf9','\x66','\x6f','\xfc','\xbc','\x3b','\x79','\xde','\x3d','\x00','\xf6','\xdb','\xe9','\xf8','\xf2','\x69','\x2b','\xb2','\x50','\x8c','\x70','\x1d','\xf9','\xfd','\xf9','\x2c','\x20','\x7f','\x8e','\x8c','\x89','\x85','\x95','\x5d','\x58','\xfc','\xc2','\x62','\x5f','\xa9','\xa7','\x1e','\x1c','\x91','\x01','\xe9','\x9c','\x02','\xc7','\x22','\x68','\xb8','\x03','\xef','\x5c','\x57','\x16','\xe0','\xe4','\xb0','\xf5','\x01','\xc7','\x39','\x47','\xe2','\x0c','\xe4','\x85','\x73','\x8b','\xd6','\x7b','\x8b','\x38','\xb7','\x24','\x06','\xf2','\xe9','\x19','\xe0','\x64','\x78','\xcf','\xe9','\xbf','\x27','\x64','\x30','\x53','\x73','\x7f','\x42','\x5f','\x70','\xb5','\xaa','\x3d','\xf6','\xb6','\xed','\x2d','\xdb','\x83','\xf9','\xca','\xb0','\x9b','\x63','\x23','\xc9','\xf4','\x2c','\x61','\x75','\x29','\x00','\xbd','\xec','\xb2','\xf9','\x76','\x0e','\xb5','\x27','\x51','\xfb','\x6e','\xa7','\x06','\xf8','\x71','\xd0','\x86','\x23','\x93','\x2f','\x60','\xc0','\x04','\x4d','\x8b','\x72','\x9b','\xa6','\xb0','\xb9','\x31','\x3d','\xdb','\x15','\xce','\x8f','\x7d','\xb7','\x42','\xa3','\x6d','\xd0','\x90','\xac','\xcd','\x0b','\x92','\x4f','\x48','\xf2','\xca','\x48','\xfd','\x86','\x74','\x53','\xe2','\x3c','\x4b','\x5f','\xb8','\x14','\x8e','\x43','\xec','\xcc','\x35','\x77','\xe7','\xce','\x7f','\xf9','\x00','\xff','\x33','\x5d','\x2a','\x4d','\x18','\x28','\x0e','\x5f','\x61','\xab','\x5f','\xa0','\xad','\xa0','\x0c','\x48','\x7a','\x33','\xad','\xa5','\x97','\xde','\xad','\x8c','\xa7','\xfc','\x72','\xc6','\xc0','\x13','\x06','\xae','\x1c','\xe5','\x3f','\xea','\x61','\x62','\x08','\x24','\xc8','\x51','\x72','\xae','\x47','\xdb','\x86','\xd6','\x36','\x74','\x52','\x36','\x52','\xdc','\x06','\xe9','\x89','\x8e','\xa5','\x5e','\x43','\x47','\xde','\x44','\xe3','\x6d','\x65','\xf2','\x1a','\xbf','\x74','\x43','\x06','\x16','\x5a','\x38','\xcb','\x85','\x13','\x8d','\x98','\x17','\xf9','\xa0','\x83','\x73','\x37','\xac','\xc2','\x35','\x94','\x6f','\xa3','\xfd','\xad','\x72','\xb1','\x65','\x31','\xaf','\x1e','\xe0','\x59','\x74','\xfc','\x2a','\x3f','\xb5','\xec','\x9b','\x36','\xd2','\xc5','\xc7','\x2e','\xfe','\x33','\xba','\x58','\x1f','\xf6','\x67','\xd1','\xe2','\x51','\xb4','\xe8','\xdb','\x68','\x69','\xaa','\xb7','\xf4','\xa9','\x5f','\x5c','\xfa','\xd4','\xf8','\xbf','\xba','\x6f','\x9f','\xbf','\xa3','\xb7','\xa4','\xea','\x80','\x74','\x6f','\x49','\xd3','\xff','\x15','\xd3','\xfd','\xf7','\xfd','\xa5','\x86','\xb9','\xc4','\x9e','\x59','\x62','\xed','\x25','\xe6','\x7c','\xe9','\x20','\xe6','\xbb','\xd1','\x86','\x7f','\x2a','\x53','\x45','\xd0','\x62','\x69','\x0b','\xbf','\x12','\x02','\x35','\xaa','\xb0','\x93','\x33','\x09','\x3d','\x95','\xfc','\xad','\x5b','\x19','\x5b','\x26','\x65','\x10','\xad','\x04','\xea','\x15','\x63','\x3a','\x79','\x94','\x82','\xe4','\xa7','\x38','\x0b','\x57','\xf0','\x8b','\x29','\xd8','\x79','\xa0','\x66','\x07','\x24','\x3f','\x40','\x4e','\x52','\x6d','\x53','\xda','\xee','\x6a','\xa4','\x39','\x46','\x9a','\x25','\xb7','\x59','\x99','\xf8','\xb2','\x2b','\x6c','\x98','\x4b','\xd8','\x12','\xc6','\x4c','\xe1','\x56','\x22','\x3f','\xfe','\xd2','\x37','\xc7','\x9f','\xca','\x8f','\x3f','\x97','\x1f','\xff','\x4c','\xe1','\x96','\x30','\x5a','\x53','\x97','\x70','\x8f','\xe1','\x06','\x3b','\x6c','\x30','\xb2','\xa5','\x5f','\xc6','\x2b','\x83','\xe5','\x16','\xb3','\x01','\x47','\xdc','\x11','\xcb','\xdf','\x33','\xeb','\x0a','\x3c','\x36','\xeb','\x4e','\xcc','\xf5','\x26','\x9e','\x3d','\x39','\xd7','\x20','\x15','\x93','\xb8','\xe6','\x80','\x3a','\x43','\x7f','\xa0','\x1f','\x8f','\x97','\x6e','\x7f','\x3e','\x87','\xeb','\x01','\x4a','\xb7','\xea','\x77','\x1d','\xe7','\xea','\xf5','\xd2','\xed','\x3a','\xab','\xd7','\x23','\xf5','\xfa','\x6f','\x48','\xfc','\xd5','\x6c','\xfd','\x46','\xbb','\xee','\x5d','\xab','\xc7','\xaf','\xe1','\xc8','\x12','\x56','\x35','\x35','\x99','\xed','\x91','\x21','\x55','\x1d','\x52','\x5f','\xcd','\x76','\x6b','\xaf','\xa8','\x85','\x21','\x75','\x72','\x48','\x8d','\x65','\xbb','\xf7','\x47','\xd0','\xd0','\x68','\x8c','\x5f','\xf6','\x5f','\xfc','\x5a','\xac','\x32','\x1a','\x23','\xa3','\xb1','\x4a','\xa9','\x77','\x6a','\x34','\xf6','\x9c','\xc0','\xd7','\x62','\x4f','\x5d','\xee','\x55','\x46','\xa3','\x6e','\x44','\x21','\x11','\xb1','\x7d','\xf9','\x53','\x18','\x1c','\x96','\x27','\x31','\x7e','\xf2','\xc8','\x91','\x27','\x27','\x26','\x9e','\xa4','\xf4','\x49','\x92','\x79','\xf2','\xc1','\xf1','\x27','\xc7','\xcb','\x96','\x61','\x3f','\x89','\xd0','\x93','\x98','\x3c','\x69','\xf9','\x4f','\xc6','\xdc','\x27','\xf7','\xb9','\x4f','\xd2','\xa3','\x4f','\x92','\x63','\xd6','\x83','\xcf','\x4c','\x4d','\xea','\x86','\xfe','\x0c','\x32','\xd6','\xd0','\xfc','\xb9','\x88','\x92','\x94','\xdd','\xb1','\x5b','\xf2','\x5f','\x5b','\x4c','\x82','\xd3','\x14','\x04','\x73','\xeb','\x94','\xc6','\x68','\x9a','\x37','\xfb','\xd5','\x5b','\xcd','\x61','\xbe','\xb6','\xbd','\x3b','\x12','\xb1','\x8d','\xf3','\x8b','\xc8','\x53','\x89','\x2f','\x20','\x32','\x4d','\x88','\xac','\xa8','\x1f','\x79','\xb6','\xb2','\x67','\x76','\x6e','\xcf','\x6c','\xe5','\x31','\xd3','\x9d','\x78','\xfe','\xdd','\x89','\x1a','\x99','\xab','\x91','\x4a','\x8d','\xb8','\xcf','\xbf','\xbb','\x45','\x11','\xa3','\x76','\x48','\xb8','\xab','\x71','\xd9','\x5f','\x89','\x0b','\x88','\xff','\x04','\xba','\x08','\xcb','\x35','\x6e','\xfd','\x18','\xd7','\xeb','\xb1','\xfa','\xec','\x0f','\xeb','\xb3','\x9e','\xf5','\xc3','\x4d','\x6a','\x2c','\xeb','\xed','\x8b','\xf5','\xea','\x45','\x60','\xd7','\xcf','\x31','\xfe','\x13','\x0d','\x47','\x29','\xc6','\x19','\x1c','\x4b','\x61','\x15','\xce','\xaf','\x3d','\x57','\x50','\x7a','\x61','\x29','\xfd','\xc5','\x0c','\xff','\x09','\x4d','\x9f','\xd6','\xd2','\xa7','\xc7','\x85','\xc1','\x64','\xdd','\xd2','\xcb','\xe3','\x7a','\xf9','\x63','\x7a','\x79','\x72','\x9f','\xf5','\x03','\x1f','\x63','\x5d','\x40','\xbc','\x88','\xf1','\x3e','\x1c','\xf7','\xf9','\x6d','\x78','\x9a','\xc0','\x3a','\x69','\xe9','\xb4','\x3e','\xce','\x8e','\x43','\x7b','\xf3','\x16','\xbe','\x0b','\x82','\x6c','\x17','\x99','\xae','\xe4','\xb4','\xa1','\x4c','\x11','\xa7','\xb8','\xcc','\xb0','\xf4','\xa9','\xf5','\x3d','\x3a','\xe7','\x15','\x6b','\xf6','\x7a','\xd5','\x6b','\x00','\x13','\x75','\x91','\x11','\xb1','\x3b','\x24','\x8b','\x26','\x96','\xed','\x0e','\xc1','\x3f','\x16','\x6c','\xe0','\xff','\x9d','\xff','\x36','\x44','\x6f','\xd1','\x3d','\xed','\x4c','\x04','\xf9','\x35','\x68','\xaa','\x12','\xee','\xae','\x79','\x82','\x56','\x3b','\xf4','\x38','\x34','\xe8','\x49','\x29','\x00','\x81','\xa8','\x6e','\x46','\x4d','\x33','\x6a','\x08','\x07','\xce','\xe2','\xd0','\xba','\x02','\x61','\x08','\x3b','\xe2','\x9a','\xa5','\x76','\xbf','\x00','\x90','\xc8','\xff','\x97','\x0d','\x2d','\x1b','\xe0','\x09','\x94','\x45','\x59','\x81','\x9f','\x2e','\x36','\x13','\x72','\x05','\x35','\x66','\xe2','\xde','\x67','\x7d','\xf4','\x48','\x03','\x65','\x0d','\xa8','\x51','\xc0','\x48','\x47','\x06','\xa8','\x1a','\x05','\xd9','\x3d','\xb8','\xe3','\xb0','\xfd','\x2c','\xd8','\x91','\xa0','\x8e','\x68','\x0c','\xf9','\x8f','\xea','\x50','\x5f','\x0d','\xab','\x3b','\x29','\x2d','\x5d','\x9c','\xe8','\xdb','\x2a','\x83','\xe7','\xb2','\x14','\x35','\x0a','\x1c','\x5c','\x68','\x24','\xc7','\x52','\xd5','\x4a','\xfc','\xae','\x0f','\x23','\x32','\x2e','\x7c','\x91','\x11','\xe2','\x14','\x21','\x59','\x1a','\xb7','\x65','\xf7','\x76','\x54','\x42','\xc9','\x48','\x13','\x23','\xa8','\xe2','\x6c','\x04','\x3c','\x4b','\xa3','\x4b','\xa4','\x74','\xd3','\xcf','\x35','\x91','\x04','\xc9','\x7d','\xc5','\x2f','\x85','\x63','\x01','\x9c','\xbb','\xc0','\x4b','\x5f','\xd1','\x73','\x80','\x7d','\xb9','\x2f','\x3e','\x94','\xfb','\xe2','\x78','\xee','\x8b','\x1f','\x29','\x7d','\x91','\x45','\x0b','\xda','\xe8','\x1f','\xd0','\xe2','\x3b','\xdf','\x65','\xbf','\x95','\x32','\xdd','\xa4','\xad','\x6e','\xac','\x8b','\xad','\x87','\x8e','\x38','\x71','\xca','\xd2','\x58','\x8d','\xb8','\xf9','\x83','\xee','\x5d','\x5e','\x8c','\x6c','\x8f','\x1f','\x86','\xf5','\x3f','\x29','\x7f','\x80','\xe7','\xed','\x2e','\xb0','\x3a','\x72','\x80','\x3c','\x1c','\x84','\xcf','\x98','\x87','\xd7','\xbc','\x14','\xf5','\x7a','\xa8','\xd5','\xc8','\x42','\xfc','\x79','\x40','\x27','\x7d','\x10','\x03','\xe6','\xfd','\xcf','\x46','\x5f','\x42','\x1d','\xfd','\x3c','\xbd','\xa4','\x3b','\x1b','\x01','\xee','\xae','\xf7','\x97','\xf3','\xe2','\x1f','\xd8','\xfe','\xa8','\xad','\x1e','\xb4','\x8f','\xe4','\xec','\xf1','\xaa','\x3d','\x29','\xcb','\x3b','\x84','\xf3','\x62','\x7d','\x20','\xad','\xb2','\x29','\x3b','\x3a','\x2f','\x5b','\x23','\xd3','\x50','\xc5','\xf7','\x7b','\x92','\xfa','\x52','\x89','\x9c','\xee','\x63','\x21','\x1b','\xe1','\x18','\xf9','\xb2','\x2c','\x05','\xc5','\x7d','\xf8','\x5a','\x9b','\x08','\x4e','\xdb','\x0f','\xdd','\x59','\x61','\x2e','\xee','\x70','\x50','\x64','\x6e','\x4a','\xf1','\x9a','\x43','\xb4','\xaf','\x1b','\x18','\xdf','\x94','\x60','\x42','\x10','\x1e','\x10','\x16','\xe7','\x4f','\x02','\x47','\x0b','\x5c','\x2c','\x1a','\x20','\xa8','\x8e','\x58','\xc0','\xcf','\x2d','\xe0','\x9a','\xf0','\x14','\x17','\x30','\x5e','\x81','\xbf','\xaa','\x35','\x5f','\xab','\x61','\x5d','\x81','\x99','\xfb','\xf3','\xfc','\x38','\x95','\xd6','\x93','\xc3','\xb7','\x33','\xf4','\x38','\xa3','\xc7','\x0d','\xad','\x65','\xb3','\x96','\x91','\x73','\xcc','\x51','\x5c','\x9c','\xc1','\xd9','\x23','\x38','\xb9','\x88','\xa1','\xa7','\x16','\x56','\xd3','\x36','\xbd','\x2d','\xb4','\xf1','\x0a','\x2d','\xad','\xf4','\xfa','\x4e','\xd0','\xe0','\x98','\x58','\x2b','\xfe','\x86','\x73','\xb4','\xd1','\x8f','\x1f','\x0b','\x12','\x72','\xe8','\x24','\x56','\x3a','\x84','\x4b','\xde','\xf8','\xa0','\x26','\x53','\xe2','\x98','\x82','\x9a','\x8a','\x2c','\x0d','\xba','\x1b','\xb7','\x2d','\xdd','\x68','\x04','\x00','\xbb','\x57','\x98','\x35','\x3d','\xa8','\x7b','\x0f','\x92','\xd1','\x9e','\xc7','\x3b','\x40','\xfc','\xd8','\x47','\x4b','\x2c','\x8d','\xb0','\x31','\x16','\x79','\xbf','\x83','\xe4','\x54','\x44','\xc2','\x7d','\xf3','\x12','\xb6','\xb7','\xc3','\xf6','\x86','\xec','\xb6','\x9e','\xf5','\xbd','\x70','\x3b','\x0a','\x92','\x74','\x70','\x44','\x28','\xc2','\x08','\xea','\x50','\x74','\xa2','\x88','\xbe','\xcb','\xc4','\xdc','\x87','\xcc','\xa9','\x94','\xb1','\x36','\xa5','\xe2','\x6d','\xc4','\xd1','\x87','\x16','\xe8','\xd0','\x02','\x19','\xb2','\xcb','\x39','\xfb','\x09','\x59','\xaf','\x65','\x06','\xf5','\x5a','\x10','\xc7','\x10','\x97','\x49','\x6c','\x44','\x0a','\x51','\x14','\xc2','\xbf','\x48','\x50','\x52','\xcc','\x03','\x82','\xef','\x73','\xad','\xc4','\x6b','\xc2','\xb7','\x44','\xda','\x09','\xac','\x33','\x2b','\x02','\xf9','\x12','\xe1','\x77','\x96','\xf1','\xb3','\xd6','\x83','\xb8','\xfe','\xa0','\x52','\x9f','\xdc','\x05','\xa8','\xd3','\x53','\xc7','\xbb','\x75','\x65','\x5d','\x97','\xe4','\x09','\x01','\x03','\x30','\xd4','\x15','\x2c','\xe0','\xf9','\x85','\xd8','\x91','\xdf','\x3b','\x31','\xab','\xa0','\xd9','\xdf','\x3b','\xa1','\x2a','\x62','\x36','\xe1','\x1d','\xb2','\x74','\x8a','\x9e','\x81','\x48','\x35','\x5b','\x2d','\xaf','\xaf','\x96','\x1b','\xab','\x65','\xd6','\x47','\x71','\xf5','\x9f','\x52','\x8f','\x84','\x75','\xb9','\xe2','\x9d','\x43','\xf6','\xf0','\x9e','\x26','\x3f','\xef','\x28','\xb9','\x05','\x71','\xc4','\xe2','\xe5','\xd3','\x64','\xea','\xb4','\xfa','\x1b','\xff','\x21','\xf3','\xe4','\xab','\xbb','\x9f','\x7c','\xf5','\xd1','\xdf','\xf8','\x0f','\xff','\x78','\xea','\x74','\x73','\xea','\x34','\xfd','\x8d','\xff','\x40','\x9f','\x7c','\x15','\x20','\x06','\xe2','\x29','\xe0','\xab','\x74','\xca','\x95','\x3c','\x39','\x28','\xe0','\x63','\x4c','\xb8','\x88','\xaf','\xe1','\xc8','\x05','\xae','\x0c','\xd9','\x4a','\xce','\xc6','\xa3','\x76','\x6c','\xca','\x4e','\x0e','\x5d','\xdc','\xf3','\x6f','\x96','\x26','\xde','\x6a','\xb6','\xdf','\x72','\x21','\x6f','\x35','\x24','\xed','\xde','\x51','\x60','\xc0','\x24','\xb2','\x33','\x37','\x88','\x93','\x20','\xe0','\x99','\xec','\xb3','\x89','\x6a','\x78','\xb9','\xbd','\xef','\xdb','\x67','\x9a','\xe2','\x2e','\xbc','\xc0','\xdb','\xa6','\xcc','\xf3','\x07','\xbe','\x00','\x7d','\x9c','\x0a','\xf4','\xcf','\x94','\xad','\xfd','\x1a','\x5d','\x69','\xc6','\x6f','\x9d','\x87','\xd1','\x15','\xb1','\xc1','\xd2','\x38','\x07','\xda','\x0a','\xf1','\x1f','\x1e','\xb8','\x45','\x97','\x0f','\x09','\x43','\xab','\x48','\x0b','\x0c','\x89','\x53','\x4b','\x6c','\xa1','\x9a','\x17','\x69','\x43','\x7d','\xdd','\x90','\xb3','\x85','\x6f','\x30','\x9a','\x6c','\x4c','\xbb','\xe6','\x18','\x31','\x1f','\x24','\xf5','\x0c','\xe7','\x2a','\x68','\x13','\x9a','\xfb','\x89','\x59','\x47','\xc8','\x31','\x48','\xd2','\xf2','\x93','\x55','\x32','\x52','\x25','\x0f','\x56','\xc9','\x64','\x95','\x8c','\x5b','\xbd','\x72','\x95','\x38','\x55','\x82','\x25','\xc4','\x9f','\x84','\x1d','\x75','\x52','\x92','\x67','\x28','\xf3','\x9e','\x32','\x6a','\x97','\xde','\x93','\x3b','\xc3','\x8e','\x26','\x17','\xdf','\x64','\x9e','\xd2','\x2f','\x50','\xf6','\xbb','\x74','\xe5','\x3e','\xaa','\x28','\xb4','\xf4','\x7e','\x53','\x89','\xbe','\xa5','\xe0','\xb7','\x94','\xef','\x67','\xb9','\x9a','\x3c','\xa1','\x21','\x99','\x0d','\xdc','\x5e','\xcf','\xbf','\x71','\x5e','\xe0','\xe0','\xe7','\x40','\xad','\x02','\xd2','\xa0','\x32','\x0d','\x1d','\x21','\x92','\xe9','\x0b','\xca','\x32','\x36','\xd0','\xa7','\x51','\xbd','\x13','\xc1','\xe9','\x31','\x28','\x8c','\x15','\xeb','\x60','\x5f','\x36','\xb0','\x44','\xbe','\x7a','\x95','\xb7','\x82','\x6a','\xad','\xe0','\xff','\x09','\x8d','\xa3','\xc8','\x0d','\x7d','\xa8','\x49','\x87','\xa0','\x8e','\xc6','\xa9','\xda','\x67','\xdf','\xb6','\x57','\x96','\xb9','\x87','\xb8','\x9d','\x0c','\xdb','\x85','\xfa','\x64','\x56','\x8b','\x26','\xbf','\xc1','\xc8','\xaf','\x7c','\x97','\x18','\xa9','\x84','\x5d','\x27','\xa5','\xf5','\x04','\x32','\x47','\x90','\xd8','\xcf','\xbd','\xa0','\x68','\x99','\xec','\xd6','\xc8','\x27','\x09','\xf9','\xa4','\x43','\xde','\xfa','\x03','\x61','\xd8','\x26','\x9a','\xec','\xc5','\x0b','\x10','\xef','\xcd','\x18','\x0d','\x60','\x09','\x31','\x9f','\xa5','\xf5','\x59','\x6a','\xd5','\x77','\x97','\xeb','\xbc','\x6c','\xd2','\xff','\xb5','\x4e','\xff','\x35','\x4f','\x13','\x73','\xf7','\x35','\x93','\x1e','\xbb','\x31','\xac','\xdd','\xe8','\xb1','\xe6','\x89','\x51','\xf7','\xd8','\x54','\x8a','\x9e','\x4e','\xa6','\x09','\xd4','\xde','\xd0','\x23','\x8b','\xf4','\xc8','\x11','\xea','\xd6','\x7f','\x22','\x1b','\x55','\x06','\x3f','\x67','\xb7','\x55','\x1f','\x2e','\xd7','\xff','\x51','\xcb','\xfc','\x27','\x7f','\x54','\x3f','\xf6','\xaf','\xf9','\x27','\x5d','\xf3','\xad','\x39','\xf3','\x3f','\x7f','\xe4','\xc6','\x1a','\xbd','\x41','\xb5','\xa6','\x14','\x83','\x49','\x7d','\xe8','\xf1','\x64','\xde','\xc5','\x90','\x68','\x3e','\xb2','\xa8','\x1f','\x39','\x62','\xba','\xf5','\x69','\xb7','\xb6','\x20','\xce','\xec','\x88','\x27','\xa6','\xa5','\xfb','\xb6','\x5d','\x59','\xb6','\xe7','\xe6','\xed','\xe7','\x64','\x03','\xf2','\x60','\x61','\x36','\x50','\x40','\xbf','\xe2','\x66','\x6e','\xfa','\x87','\xd6','\xa4','\x04','\x3c','\x25','\xa1','\x04','\xfc','\x56','\xde','\x36','\x90','\xa2','\xbe','\x7b','\xdc','\xcf','\x89','\x2c','\xc0','\xb2','\x05','\x84','\xfc','\xf4','\x21','\x02','\x4d','\x75','\x10','\xb7','\x04','\xbd','\x17','\xaa','\x47','\xba','\x1e','\x68','\x99','\x21','\x61','\xa3','\xc0','\xc2','\x8c','\x1a','\x44','\x60','\x6f','\x19','\x4a','\x73','\xf3','\xe5','\x42','\xbe','\x5c','\xfa','\x66','\xb9','\x96','\x07','\x28','\x93','\xa7','\x76','\xed','\x3f','\xbc','\xb3','\x88','\xef','\x97','\x0c','\xf4','\xb1','\x92','\x2f','\x1e','\x1f','\x18','\xec','\xc7','\x8f','\xfb','\x5b','\xeb','\x60','\x99','\x05','\x2b','\xa8','\x11','\x94','\x6c','\xc2','\xc4','\x8a','\xcb','\x0a','\xd7','\x8c','\x5c','\x41','\x26','\x52','\x3d','\xf4','\x00','\x0a','\x19','\x72','\x72','\x36','\x5a','\x5f','\x87','\x82','\x3f','\x1d','\x0e','\x2d','\xe8','\xbd','\x0a','\x55','\x5a','\x72','\x70','\x16','\x83','\xf0','\x99','\xe2','\xa5','\xae','\x5e','\x7c','\xe0','\x53','\x97','\x86','\x9f','\x6b','\x16','\xd2','\x17','\x6a','\xb9','\x97','\x17','\xa6','\x9c','\xe0','\x3d','\xfd','\xff','\xd3','\xbb','\xf4','\x05','\x6c','\x12','\xe0','\xcb','\x48','\xb5','\x4a','\xb5','\x5f','\xe1','\xeb','\xc1','\xf2','\x5f','\x41','\xb1','\xab','\xf3','\xeb','\x19','\x74','\xb8','\x33','\x9f','\x04','\xc6','\xf5','\x79','\x19','\x04','\x98','\x8f','\xc2','\xd1','\xbf','\xca','\x52','\xa7','\x8b','\x3f','\x56','\xf4','\xe8','\x41','\xaf','\xe4','\xf9','\x49','\x74','\x28','\x13','\x8b','\xd1','\x85','\x38','\xad','\x06','\x92','\x49','\xcd','\x7f','\xc2','\xb4','\x7f','\x84','\xf4','\x7f','\x8c','\x8c','\xbf','\x46','\x68','\x4d','\xd8','\xfd','\x9d','\xff','\x09','\x9a','\x5d','\xaf','\xb5','\x68','\xcb','\x81','\x3e','\xcd','\x65','\x87','\x5e','\x69','\xd1','\x55','\xf1','\x4a','\x9d','\xde','\xc0','\x50','\xd4','\x06','\x22','\x50','\x30','\xd0','\xb1','\x49','\x63','\x06','\xb8','\x3f','\x47','\x8e','\x20','\x01','\xab','\x67','\x8b','\x59','\x71','\xe4','\x48','\x5e','\xa6','\x1e','\x20','\xef','\x20','\xec','\xc1','\xeb','\x5d','\x71','\x65','\xe4','\x7f','\xc5','\x59','\xdb','\x58','\x6f','\x1f','\x69','\xb4','\xc7','\x99','\xfb','\x91','\x9c','\xab','\xe5','\xac','\xe6','\x23','\x87','\x52','\x54','\xc7','\x03','\x75','\x29','\xf6','\xab','\x11','\xbb','\xf6','\x35','\xa7','\x50','\xe2','\x93','\x39','\x27','\x96','\x73','\xee','\xcf','\x39','\x43','\x85','\x32','\x7f','\xa3','\xfe','\xe2','\x37','\xc7','\x2b','\x93','\x93','\x64','\xff','\xe4','\x27','\x8a','\x93','\x2f','\x32','\xfc','\xdc','\x25','\x40','\x85','\x01','\x5c','\xc8','\x42','\x1c','\x16','\xde','\x9b','\xaa','\xc8','\x25','\x36','\x4d','\xd4','\xb1','\x11','\xad','\xc0','\xf8','\x5f','\x7b','\x27','\x86','\xa3','\x86','\x12','\xd5','\x6b','\x4a','\xe9','\x7d','\xce','\xaa','\x7e','\x60','\xe8','\x4a','\xcd','\x74','\xc4','\x6a','\x84','\xd5','\x46','\x4a','\xef','\x30','\x56','\xf3','\x24','\xe9','\x2e','\xf0','\xee','\x16','\x24','\xef','\xee','\x58','\x34','\x56','\xfa','\x5a','\xbc','\x30','\xe4','\x14','\x68','\xab','\x40','\x56','\x85','\x59','\x5a','\x40','\x6a','\x09','\x69','\x30','\xf3','\x05','\x8a','\x4f','\x14','\xd8','\xe7','\x0b','\xfb','\xeb','\x25','\x31','\xa3','\x72','\xad','\x02','\x73','\xe0','\x31','\x57','\x2f','\xe4','\x27','\xc7','\xf6','\x4f','\xd6','\x18','\x9e','\x2e','\xf9','\x4f','\x33','\xec','\x30','\x3c','\xa6','\xb0','\xd2','\x69','\x1d','\xf2','\xec','\x3b','\xf7','\x01','\xe4','\xa0','\x14','\x0c','\xc4','\xe7','\x40','\xea','\x10','\x15','\x0a','\xdd','\x92','\x78','\x64','\x18','\x9e','\x8e','\x1b','\x85','\xf1','\x23','\x63','\xe3','\xe3','\x63','\xf5','\x8f','\xd4','\xca','\xda','\xf4','\xe5','\xe6','\xd3','\x99','\x94','\xa3','\x61','\x88','\x48','\x3f','\x2e','\xef','\xf8','\xe3','\x9a','\xc0','\xe0','\x40','\xee','\xf0','\xc2','\xf6','\x40','\x69','\xde','\x91','\x93','\x45','\x6a','\x35','\x2e','\xb2','\xf4','\x99','\x13','\x39','\xc7','\xcb','\x2d','\xa0','\xd1','\x79','\xef','\xe9','\xae','\x7f','\xd6','\x3e','\x14','\x13','\x73','\xf3','\x1a','\xe1','\x3f','\xf2','\x51','\x9b','\x08','\x90','\x36','\xf1','\xaf','\xf7','\x82','\xf1','\x91','\x36','\x39','\x75','\xbd','\x77','\x44','\x0e','\x00','\x62','\xec','\x99','\x27','\x57','\xcd','\x23','\x57','\x4d','\xd4','\x92','\x58','\x9d','\x41','\xed','\x99','\xf8','\x35','\xd0','\x93','\x42','\xba','\xb0','\x5d','\x58','\x89','\x77','\x23','\xba','\x89','\x9a','\x9e','\xfa','\xa4','\x1d','\xab','\x21','\x3c','\x09','\x2c','\x0f','\x68','\x52','\x1c','\x25','\x9e','\x62','\xf3','\x0c','\x3d','\xdc','\xa1','\x78','\x23','\x7f','\x3a','\x90','\x42','\x35','\xe4','\x3a','\x5a','\x2b','\x75','\x42','\xcd','\x68','\x5d','\xda','\x09','\xb2','\x5b','\x68','\x3b','\xc4','\xff','\x05','\x0b','\x2a','\xeb','\x37','\xa2','\x4d','\x80','\x68','\x1f','\x4a','\x89','\xf3','\xac','\xcc','\xbc','\x80','\x9b','\x22','\x25','\x6b','\x83','\xda','\xc5','\xc4','\xeb','\x2e','\x7f','\x6f','\x40','\x9d','\x5d','\xbc','\x72','\xb9','\x37','\xc2','\x48','\x8f','\x11','\x61','\x6d','\x57','\x36','\x8d','\xef','\x68','\x1f','\xca','\x49','\xa9','\xc3','\x02','\x35','\x8c','\x4a','\x97','\x42','\x3d','\x89','\x3e','\x3c','\x56','\xe4','\x5f','\x61','\xf4','\x81','\x32','\xd4','\x1e','\x0f','\x1b','\x74','\x97','\x3e','\x5c','\x60','\x99','\x5a','\xa6','\xbb','\x92','\xfa','\x5d','\x84','\x8f','\x59','\x5d','\xa8','\x42','\x0f','\x30','\x30','\xee','\x5a','\x5d','\x66','\xd2','\xf0','\x90','\x7d','\x1c','\xe9','\x8f','\x4b','\xbf','\xe0','\x71','\xc2','\x1e','\x27','\x41','\xf9','\x8d','\x76','\x1a','\x73','\xe0','\x82','\xc6','\x02','\xd9','\x05','\x5f','\x78','\xaf','\xd6','\x3b','\xb8','\x3c','\x26','\xe0','\x8b','\x81','\x78','\xca','\x6f','\x63','\xf8','\x47','\x0e','\x63','\x46','\x06','\x7f','\xd7','\xb6','\x1f','\x05','\xf5','\x99','\x02','\x97','\x7b','\x8f','\x5d','\x22','\x52','\xc7','\x10','\xcd','\xc9','\x9f','\xe6','\x6e','\xfd','\x5d','\x90','\xc7','\xc9','\xfa','\xfd','\xfc','\xa0','\x64','\xfa','\x92','\x26','\x90','\x0d','\xd9','\x10','\x35','\xbf','\xa2','\xe5','\xc5','\xc6','\xb1','\x42','\x63','\xe2','\x70','\xbc','\x46','\xd5','\x6b','\x8c','\xae','\x0a','\x98','\xb9','\xd3','\xde','\x7b','\xf3','\xf6','\x0b','\x8a','\x5d','\xc0','\x5e','\x9e','\x34','\xf6','\xd3','\x52','\xd1','\x04','\x1e','\x2a','\x1d','\xec','\xb9','\x93','\x64','\xba','\x43','\x4e','\x21','\x99','\x86','\x3e','\x64','\xcf','\x76','\xcc','\xe3','\x76','\xbe','\xae','\xe6','\xeb','\xc9','\x58','\x3d','\x13','\x3b','\xce','\xc8','\x71','\x43','\xad','\xdb','\x14','\xe0','\xb1','\xba','\xb1','\x5e','\x36','\x1b','\x2d','\xc6','\x5a','\x45','\xe6','\x64','\x73','\x4e','\xf2','\x20','\xf4','\x2e','\x86','\x51','\xd0','\x90','\xda','\xda','\x58','\xb5','\x7e','\xe4','\x87','\x5c','\x61','\xde','\x15','\x3f','\xcb','\xc5','\x0e','\x7b','\x14','\xdd','\x4d','\x52','\x01','\x7c','\x8a','\xa8','\x84','\x92','\xe2','\x1c','\xf8','\x39','\x23','\x5e','\x90','\xf6','\xa2','\xa3','\x92','\x37','\x03','\xba','\x45','\xce','\xb0','\xdc','\x22','\xcb','\x49','\x7e','\x8c','\xd7','\xdd','\xcf','\x95','\xfc','\xcf','\xe5','\xc9','\x1b','\x79','\x5a','\xc8','\x09','\xb0','\xc2','\xe8','\xa5','\x82','\xd9','\x29','\x99','\x5e','\x61','\xaa','\xc3','\x56','\xe0','\x2b','\x45','\x68','\x32','\x6a','\xe2','\x50','\xc7','\x67','\x0a','\xb2','\x9c','\x26','\x50','\x30','\x9c','\xc9','\x57','\x9b','\xa0','\x91','\x3d','\x2b','\xee','\x29','\x5b','\x5f','\x36','\x81','\x10','\x66','\xe1','\xc4','\x23','\x99','\x2c','\x85','\x52','\x29','\x24','\x8b','\xba','\xe1','\xff','\x3a','\xf9','\x3e','\x18','\x72','\xe8','\x60','\x27','\xd2','\x39','\x79','\x0a','\xe4','\x07','\x07','\xb2','\x15','\x2b','\xe1','\x1d','\x57','\x91','\x26','\x7f','\x8b','\xb0','\x41','\xf5','\x7e','\x7a','\x51','\xdf','\x9e','\x67','\x1c','\x23','\xb5','\xdc','\x6b','\x2b','\xb9','\xe6','\xb2','\x26','\xf3','\x8c','\x77','\xd3','\xe1','\x55','\xef','\xb8','\x26','\x03','\x97','\x25','\xb0','\x53','\xa2','\xdb','\xaf','\xcf','\xe6','\x7f','\x15','\x38','\x2a','\xe6','\x46','\xa2','\x73','\xeb','\x38','\xa8','\x12','\x27','\x01','\xdf','\xe9','\xd0','\x90','\x9b','\x3b','\xff','\x5a','\xb5','\x49','\xdf','\xb6','\x8b','\x9e','\xac','\x2b','\x88','\x65','\x3a','\xf1','\x60','\xc7','\x07','\x92','\xc6','\x76','\xa2','\xeb','\x07','\x79','\xe4','\x22','\xa0','\xfd','\xc9','\xae','\xdf','\x94','\x4f','\x43','\x9c','\x68','\x0d','\xaf','\xf1','\xf4','\x92','\x97','\x66','\x1e','\x34','\x98','\x98','\x1e','\x35','\x3c','\x6a','\x43','\x51','\xab','\xb4','\x57','\x43','\xae','\x51','\x46','\x8c','\x42','\xcf','\x64','\xbb','\xbd','\xfd','\x39','\xb5','\x90','\x73','\x73','\xe6','\x1a','\xf3','\xcc','\x1c','\xef','\x16','\x72','\x17','\x0e','\x01','\x05','\x34','\xc8','\x3b','\x1d','\xe0','\x3d','\x3d','\x67','\x9b','\x55','\xdb','\xa8','\x9e','\x36','\x96','\x4f','\xcf','\xcf','\x2f','\x28','\x11','\x9e','\x41','\x7e','\xb2','\x4f','\x82','\x17','\xea','\x5f','\x44','\x5c','\x49','\xe1','\xb2','\xf9','\x34','\x59','\xf2','\x33','\x11','\xbb','\x17','\x36','\x7f','\xf5','\xf9','\x54','\x07','\x10','\xe8','\xa3','\x25','\x93','\x8d','\x81','\x0e','\xa0','\x3a','\xe9','\x01','\xf9','\x42','\xff','\xe9','\x1c','\xe9','\x9d','\x12','\x83','\x14','\x31','\x7b','\xc4','\x9c','\x23','\x66','\xe5','\x50','\x3d','\xf1','\xae','\x45','\xae','\x99','\xa4','\x69','\x12','\x4d','\x26','\x76','\x75','\xf3','\xa4','\x61','\x52','\xdb','\xd4','\xaf','\xc8','\x33','\x65','\x05','\x85','\x80','\xf6','\x55','\xe1','\x44','\xe8','\xac','\x5d','\x64','\x7f','\xc6','\xd8','\x5f','\xb0','\x12','\xa4','\xd9','\x4d','\x26','\x26','\xd2','\xb2','\xc1','\x96','\xc5','\x29','\x6c','\x8b','\xa9','\x3b','\x14','\x31','\x33','\x0b','\x8c','\xb6','\x0e','\xb1','\x76','\xd6','\xa4','\x49','\xdb','\x1c','\xe0','\xf7','\x43','\x46','\xc2','\x6e','\x70','\x4f','\xb6','\x58','\x44','\x3d','\xa2','\xd8','\xc0','\x7b','\xb9','\x60','\x64','\xae','\xb2','\x43','\x57','\xe9','\xc4','\x03','\x64','\x62','\x17','\x9e','\x1b','\x8b','\x57','\xa6','\x95','\x97','\x16','\x94','\x3b','\x69','\xfa','\x36','\xed','\xfc','\x40','\xe9','\x4a','\x46','\x3e','\xd0','\xfb','\x76','\xe4','\x52','\x23','\xce','\x32','\x84','\x25','\x19','\x74','\x6e','\xc2','\x44','\x0b','\x23','\xd5','\x5b','\xbb','\xc8','\x37','\xea','\xb1','\x1f','\x9d','\x97','\xdc','\xd7','\xe2','\x1c','\xcc','\x72','\x38','\x0a','\x25','\x4a','\x37','\xfd','\x8d','\xf7','\x81','\x2c','\xef','\x2a','\xca','\x39','\x50','\x60','\x9c','\x5b','\x32','\x73','\x76','\x7d','\xf4','\x32','\x1f','\x85','\x3b','\x66','\x4e','\x49','\xc8','\x6e','\x4b','\x53','\xf6','\xad','\x13','\xd4','\x1a','\xe1','\xad','\x06','\xba','\x6a','\xa3','\x56','\x54','\x69','\x45','\xfd','\x96','\xd2','\xb8','\xca','\x8d','\x95','\x81','\xd4','\xf9','\x3d','\x58','\x58','\x01','\x0a','\x30','\x27','\x88','\xb3','\xac','\xb4','\x1c','\x92','\xd0','\xe6','\xfa','\x24','\xb4','\x25','\xf1','\xf8','\x8a','\x0b','\x8d','\x6c','\xe7','\xdd','\x00','\xa5','\xfe','\x20','\xc0','\xe8','\xf9','\x3f','\x1e','\x3d','\xdf','\xac','\xce','\x43','\xa3','\xe8','\xd3','\xf3','\x36','\xf0','\x75','\xc3','\x79','\x1a','\x03','\x57','\xfa','\x71','\x54','\x5a','\xe9','\xa2','\xc7','\xa3','\x7c','\x85','\x37','\x4e','\xa3','\xa9','\xdd','\x28','\xfa','\x73','\xaa','\x4f','\xb7','\x7a','\x4f','\x8c','\xf0','\x9f','\xf8','\xf7','\x21','\x12','\xe0','\xd7','\x18','\x54','\xd3','\x7c','\x8a','\x49','\xe4','\xc9','\xa7','\x0a','\xbd','\x4f','\x15','\xc8','\x73','\xef','\xa3','\x67','\x0b','\xa8','\x51','\x40','\xa6','\x84','\xf5','\xbe','\x78','\x8c','\xf6','\xa1','\x58','\xef','\x73','\x33','\xe7','\x0f','\xe8','\xd4','\xc8','\x78','\xb8','\x58','\x25','\x7a','\x91','\x6a','\xac','\x48','\xcd','\x22','\x35','\x8e','\x21','\xe7','\x2b','\x1b','\x64','\xfb','\x46','\x48','\x71','\xb6','\x4d','\xd5','\x23','\x18','\xf4','\xeb','\xb5','\xc0','\xa3','\x87','\xca','\x76','\xa4','\x0f','\x6b','\x45','\xbe','\xc8','\x64','\xa1','\x8f','\x41','\x91','\x93','\xde','\xf8','\x1c','\x1d','\xe4','\x33','\xb2','\x8c','\xde','\xb5','\x5f','\x66','\xb3','\x6f','\xc2','\xea','\xf7','\x4d','\xb4','\x59','\xfa','\xdc','\x7a','\xda','\x65','\x01','\x72','\xe7','\xd6','\x43','\x5e','\xf1','\x88','\xf3','\x69','\xce','\xeb','\xf1','\x8b','\xf1','\xc4','\xc5','\xfb','\x5e','\x5a','\x4a','\x9c','\x6f','\xaa','\xb9','\x73','\x5a','\xf5','\xe5','\xd1','\x79','\xc7','\x13','\xeb','\x6b','\xc3','\xcf','\x55','\x31','\x28','\x91','\xdd','\x90','\xad','\xfe','\xcf','\xd0','\x64','\xb6','\xb7','\x27','\xdd','\xdc','\x73','\x1e','\x70','\x28','\xfd','\xe5','\x87','\x39','\x9f','\x28','\xd0','\xb9','\x02','\xad','\x14','\xa8','\x0b','\x61','\xc0','\x3b','\x78','\x41','\xc3','\xef','\x93','\x0f','\xbe','\x8f','\xf8','\x32','\xb2','\xcc','\x60','\x5d','\x3c','\x8e','\x10','\xb6','\xc7','\x65','\x99','\xeb','\xeb','\xb2','\xdf','\xd3','\x81','\x7e','\x07','\xc5','\xbe','\x57','\x9f','\xc2','\xb6','\xcf','\x49','\x10','\xf6','\x70','\x9b','\x3d','\x7c','\x6e','\xfd','\x61','\xc2','\x3e','\x43','\xd8','\x1c','\x61','\xed','\xd4','\x7a','\x7b','\xa3','\x3f','\x54','\xb1','\x77','\xc7','\xbd','\xf4','\x7d','\x17','\xd3','\x2f','\x5d','\x1a','\x3a','\xdf','\x64','\xb9','\x0b','\x7a','\xf5','\xe5','\xa9','\x79','\xc7','\x8e','\xd8','\xc2','\xaf','\x9c','\x5e','\x22','\x63','\x59','\xff','\x41','\x4a','\x32','\x94','\xa8','\xf2','\xf1','\x43','\xd9','\xde','\x38','\x25','\x65','\x4a','\x1c','\x0a','\x9a','\x09','\x0f','\x64','\x7b','\xc3','\x14','\x5a','\x6a','\xc6','\x28','\x99','\xa6','\x64','\x21','\xdb','\x53','\x54','\xa4','\x24','\xb5','\x38','\x11','\x9e','\x18','\x3e','\x2c','\x8e','\x66','\x4f','\x09','\xf5','\x07','\xa5','\x7b','\x1e','\x78','\xe8','\x52','\xdb','\xe0','\x67','\x31','\x12','\xdf','\xc1','\x17','\x97','\x61','\x9b','\xbc','\x73','\x03','\xac','\x0b','\x32','\xed','\xae','\x6f','\x50','\x3b','\x22','\x68','\x63','\x5d','\xbe','\xaa','\xc9','\xda','\x98','\x10','\x0a','\x0e','\x8a','\x64','\x20','\x48','\x2a','\x9c','\x61','\x4f','\xf1','\x07','\xd6','\x97','\x9b','\xbb','\xec','\xe7','\x6c','\xad','\xb4','\x08','\x0d','\x11','\xa1','\x0c','\xb7','\x5d','\x06','\xe6','\x67','\x88','\xde','\xa1','\xdc','\x92','\x6c','\x1d','\x6d','\x92','\x52','\x13','\x28','\x15','\xf6','\x52','\x72','\xb0','\x49','\xd8','\xcd','\x9e','\xb9','\x46','\x6c','\xf1','\x7b','\x43','\x7e','\x63','\x34','\xa3','\x90','\xba','\xe5','\xcf','\x22','\x7d','\x56','\x2b','\x3e','\xab','\xb2','\x59','\xa8','\x3c','\x31','\x66','\x36','\x0a','\xf6','\x04','\x74','\x5a','\x2b','\xf5','\x9e','\x67','\xb4','\xce','\x64','\x4c','\x3a','\x40','\xa9','\x1b','\x0c','\xa0','\xbe','\xb7','\x24','\x8c','\x40','\xf1','\x83','\x82','\x75','\x21','\xff','\x95','\xc2','\xd8','\x38','\x29','\x75','\xfd','\xe0','\xe0','\x83','\x5e','\x8f','\x81','\xc6','\x22','\xb6','\xbd','\x9e','\x2d','\xa9','\xc9','\x06','\x99','\x21','\x15','\x90','\xed','\x56','\x5e','\x51','\xad','\x3f','\x57','\xc5','\x23','\x34','\x37','\xcd','\xa3','\xca','\xd7','\x62','\x95','\xcb','\xbe','\x78','\xb4','\xc4','\xe0','\x6b','\x31','\x68','\x81','\x19','\x8d','\x25','\x24','\x52','\x97','\x7b','\x3f','\xfd','\x5a','\xf4','\x85','\x79','\xc5','\x88','\x88','\xfd','\x10','\x24','\xdb','\x52','\x36','\xe9','\x85','\xda','\x46','\x8b','\x64','\xf4','\xe5','\xc4','\x2b','\x2e','\x7f','\x6b','\x91','\x24','\x9a','\x24','\xb1','\x34','\x12','\xb9','\xb8','\x67','\xde','\x81','\xd2','\xaf','\xe5','\x7b','\xf5','\x1d','\x87','\xd0','\xd1','\xd5','\xa2','\x75','\x8b','\xc9','\xb6','\xf6','\x9c','\xdd','\x2a','\xdd','\x68','\xcd','\x65','\x81','\xdf','\xd2','\x95','\x6c','\x96','\x64','\x0d','\xf3','\x6e','\x8b','\x64','\x6f','\x85','\xf5','\xbe','\xa8','\xb5','\x1b','\xb5','\xd2','\x76','\x4b','\xf3','\x5a','\x6c','\xb9','\xa5','\x47','\x1c','\x43','\x71','\xec','\xac','\x74','\x7c','\xb7','\xd9','\x09','\x0a','\x84','\xc1','\xe2','\x6f','\x7b','\xa7','\x20','\x63','\xbb','\x88','\x77','\xbc','\x8c','\xbf','\xed','\xf2','\xff','\xd2','\xc4','\xe9','\x8b','\xa9','\xb4','\x9d','\x5c','\x36','\x46','\x6a','\xc6','\x83','\x35','\x7d','\x32','\xaa','\x8f','\x63','\x56','\x8e','\x51','\x47','\xcd','\x62','\x2d','\x89','\x4d','\x1c','\x8d','\x22','\x65','\xc1','\x0e','\x1b','\x2e','\xa2','\x08','\x1f','\x09','\x93','\x32','\x19','\x89','\x09','\xf3','\x8e','\x84','\xd7','\x36','\xf4','\x5f','\x47','\x5e','\x52','\x18','\xf6','\x68','\xb9','\x8d','\x96','\x5d','\x81','\x92','\x7c','\x04','\xbc','\xe5','\xf2','\x9f','\xba','\x4a','\xc4','\x55','\x86','\xdc','\xe9','\x3d','\x6e','\xe1','\xa0','\x3b','\x3c','\xea','\x0e','\x4f','\xc9','\x57','\xa6','\xdc','\x07','\x18','\x79','\x5f','\xd6','\x33','\x8a','\x65','\x92','\x45','\x27','\x31','\x12','\xfb','\xd8','\x45','\x08','\x1a','\x2a','\x0f','\x86','\xad','\xf7','\xd3','\x74','\xb7','\xd5','\xe3','\x35','\x99','\x69','\x12','\x7b','\xdd','\xc6','\x40','\x6c','\x7a','\x30','\x37','\x64','\x7b','\x20','\x92','\x8c','\x31','\xb4','\xdf','\x73','\x12','\x81','\x00','\x63','\x12','\x6a','\x59','\x37','\x5a','\xc5','\x51','\x62','\x2f','\xe6','\x97','\xf9','\x86','\xee','\x1c','\x91','\xa2','\x73','\x23','\x0c','\x83','\x4e','\x96','\x74','\x24','\xc9','\x36','\xf4','\x75','\xb2','\x06','\x3f','\x27','\x31','\x8f','\xf8','\x5f','\xc8','\xf2','\x00','\x79','\xb3','\x46','\x28','\xde','\xd3','\xc4','\x99','\x35','\x7c','\x68','\x0d','\x4f','\x64','\xfd','\x09','\x50','\x2d','\xc6','\x15','\x8a','\xc3','\x5b','\x19','\xa0','\xcf','\x53','\xaa','\x47','\xc5','\xce','\x1c','\xa6','\x3e','\x21','\x99','\x71','\x84','\xd8','\x96','\x2f','\xf9','\xa3','\x00','\x41','\x1f','\x1b','\x64','\x41','\xfb','\xbc','\xc1','\xc2','\xc4','\x58','\x37','\x49','\xc3','\xec','\xd7','\x91','\x59','\xbd','\xa2','\x7c','\x5d','\xd2','\xb0','\x48','\x77','\x48','\x47','\x9a','\x71','\xf7','\xe2','\x9c','\xc1','\xfa','\x9c','\x7b','\xbd','\x7e','\x97','\x7e','\x19','\x8d','\x69','\x52','\x38','\x59','\x1c','\x46','\xce','\x5e','\x62','\x96','\x20','\xa9','\x91','\x63','\x44','\xbc','\x06','\x2a','\x76','\xc0','\x1c','\x05','\xda','\x18','\x8d','\x20','\xa9','\x51','\xea','\x15','\xa5','\x1d','\x0a','\xd7','\x67','\xde','\xeb','\xc7','\x7f','\xd0','\xdc','\xab','\x92','\xb3','\x4b','\x9c','\x95','\x6b','\xe1','\x15','\xc8','\x04','\x17','\xea','\x82','\x0f','\x57','\x49','\x60','\xdb','\x55','\xea','\x5f','\x1f','\x15','\x19','\x49','\x88','\xd8','\x9b','\x1f','\x01','\x8e','\x2f','\x83','\xad','\x3a','\xc5','\xab','\x7c','\x7f','\x0b','\x07','\x00','\x3e','\x90','\xdb','\x98','\xb7','\x70','\x43','\xf2','\x81','\x6c','\xbc','\xbe','\x4f','\xc2','\x6c','\x61','\xe3','\xaa','\xff','\x44','\x0b','\xcf','\x3b','\x78','\x4b','\x1f','\xc7','\x8a','\xae','\x47','\x9a','\x34','\xa2','\xc2','\x06','\x12','\x41','\xb6','\xd8','\x5b','\x46','\xd5','\xbc','\x40','\xa9','\x1b','\x1b','\x55','\x05','\xd4','\x92','\xb8','\x1a','\xe6','\x3a','\xaa','\xbf','\x20','\xec','\x52','\xcd','\x64','\x2a','\x1c','\x3c','\xc5','\x04','\xcc','\x1f','\x71','\x8f','\x0c','\x05','\xfa','\xab','\x69','\x14','\x91','\x23','\x50','\x4d','\xdd','\x97','\x64','\xa7','\xdb','\xeb','\x69','\x7f','\x26','\x7f','\xb8','\x38','\xcf','\xa7','\x4b','\x3d','\xeb','\x12','\x34','\x65','\x40','\x4d','\x32','\x0b','\x07','\x56','\xcc','\xa8','\xc5','\x8e','\xd6','\xac','\x5e','\x0d','\x06','\x8f','\xc3','\xae','\x48','\x75','\xab','\xa0','\x99','\xb5','\x8c','\xf9','\xd7','\xcf','\x2b','\x0f','\x94','\x61','\x45','\x0f','\x37','\x22','\xef','\x64','\xd0','\x75','\xc8','\xe2','\xeb','\xc9','\x06','\x95','\x96','\x2a','\xd4','\x79','\xca','\x8a','\xbe','\x3e','\xff','\x18','\xc9','\x5b','\xbd','\x2d','\xf3','\x27','\xd4','\x47','\xc3','\xe2','\x3b','\x34','\xb0','\x0d','\x14','\x4e','\xe2','\xa6','\x09','\x3f','\x8e','\x8d','\xa4','\xbd','\xad','\xba','\xed','\xd9','\x6e','\x82','\xd2','\x87','\xd7','\xe8','\xc3','\x17','\xba','\x0f','\xc7','\x8c','\xcf','\xc4','\x8e','\xce','\x95','\x7a','\xed','\x98','\xd1','\x8e','\x3d','\x2e','\xbb','\x26','\x75','\xb2','\x43','\xbb','\x7f','\x28','\x93','\x7e','\xf8','\xf9','\xf4','\x9f','\x96','\x87','\xe6','\x11','\x4b','\x34','\xf4','\xf7','\x32','\xc6','\x71','\x62','\x2b','\x48','\x8d','\xdc','\x48','\x46','\x9a','\x24','\xf2','\xfb','\xc0','\xef','\x17','\xb1','\x6b','\xf3','\x76','\x21','\xdb','\x9b','\x1c','\x3a','\x13','\x1b','\x3a','\xb3','\x23','\xdb','\xd3','\x5e','\x39','\xc3','\xff','\xfc','\xcc','\xc9','\x9b','\xbd','\x0a','\xec','\xd2','\xc5','\x0a','\xca','\x9f','\xb2','\xf8','\x73','\x8b','\x6c','\x6e','\x95','\x55','\x5a','\xac','\x82','\x99','\xdb','\xaf','\x83','\xed','\xef','\x63','\xf2','\xfc','\x92','\xfe','\xce','\xbd','\x0e','\xbe','\xcd','\x9a','\x93','\xd9','\x8d','\x60','\xac','\xa7','\x20','\x71','\x34','\x00','\x3f','\xbf','\xe1','\x69','\x56','\x27','\x33','\x83','\xe9','\x4c','\xe4','\xd2','\x0c','\xea','\x58','\x5e','\x63','\x06','\xad','\xcd','\x44','\xdc','\x19','\x25','\x69','\xb5','\xf0','\x0c','\xd5','\x66','\xa2','\x99','\x99','\x19','\x6a','\xbd','\x47','\xcd','\x2a','\x43','\xe6','\xa5','\xdf','\x30','\x3b','\xbf','\x61','\x1a','\xcf','\x98','\x1d','\xef','\xed','\x4b','\xde','\x0a','\x8d','\xb4','\xb2','\x29','\x37','\xa9','\x30','\x7c','\x67','\x08','\x6e','\x4b','\xe1','\xb7','\x0d','\x21','\x40','\x34','\xd0','\xb5','\x4d','\xa7','\x91','\x39','\x29','\x2d','\xed','\x03','\x08','\xbd','\xd3','\x51','\x6c','\x3e','\x82','\x0e','\x77','\x20','\x2c','\xd1','\xb7','\xc3','\x4d','\x59','\xfc','\x33','\x8b','\x8a','\x7e','\x92','\xb5','\xdd','\x3c','\x79','\x37','\xe7','\xb6','\xc5','\x80','\x7d','\x47','\x6a','\xea','\x7c','\x8c','\xb0','\xef','\xb8','\x07','\xdc','\x76','\x81','\xcc','\xe5','\x33','\x73','\x40','\xec','\xc9','\xb6','\xd4','\xb3','\x05','\x7d','\x64','\x99','\x1a','\xce','\xbe','\xcf','\xf3','\xd8','\x1e','\x8d','\x19','\x53','\x8b','\xe6','\xfc','\x92','\x09','\x74','\x3a','\x71','\x1f','\xd7','\x09','\xbf','\x0d','\x3a','\x4f','\xc9','\x78','\x2f','\x85','\xc9','\x48','\x8b','\x3c','\x58','\x27','\x93','\xc7','\x7b','\xe3','\xa0','\x5f','\x46','\x9c','\x40','\x02','\x2a','\xde','\x13','\x8f','\x90','\x28','\xba','\xaa','\xf3','\x5b','\x14','\x8a','\x99','\x54','\x4c','\x86','\x1c','\x75','\x54','\x58','\x8c','\x86','\xc0','\x90','\xa3','\x97','\x5a','\x2c','\xe7','\x66','\x5e','\x68','\xa6','\x5e','\xbf','\x84','\x73','\xd7','\xef','\xa2','\x0c','\xce','\x52','\xdd','\xc0','\x5d','\x0c','\xf5','\x3d','\xeb','\x10','\x6b','\xfa','\xd0','\x0e','\x34','\xa6','\x75','\xc4','\x05','\xb0','\x1b','\x36','\x32','\x3b','\x59','\xee','\x41','\x5e','\xaf','\xd6','\xb7','\x93','\x1b','\xc2','\xd1','\x01','\xdb','\x7e','\x78','\x9b','\x24','\x99','\x1c','\x88','\x0b','\x62','\xfd','\x1d','\xd0','\x2b','\x89','\xfb','\x5d','\x7a','\x97','\xb1','\x4f','\x9b','\xec','\x05','\xa3','\xd4','\xb1','\x75','\xc5','\x34','\x33','\x25','\x83','\x26','\xcf','\x41','\xd4','\x48','\x47','\x74','\x5c','\x7e','\x9a','\x2e','\x6b','\x6e','\x21','\x8e','\x14','\xdc','\x97','\x0d','\x53','\x7c','\xf3','\xfa','\xfc','\x1d','\xcf','\xc7','\xec','\x51','\xd5','\x9c','\x5a','\x32','\xe7','\xe7','\x6d','\x94','\xf5','\x52','\xdd','\xed','\xa5','\x0b','\x77','\x92','\x02','\x6d','\xe4','\x2b','\xa5','\xfd','\xac','\x41','\x08','\x68','\x21','\x0a','\x34','\xf8','\x2d','\x4c','\xaf','\xae','\x52','\x5f','\xa3','\x2d','\x7a','\x68','\xa5','\xfb','\x88','\x87','\x1e','\xb9','\xde','\x7d','\xe4','\xda','\xe2','\x89','\xeb','\xdd','\x63','\xd7','\x16','\x8f','\x5d','\xef','\x36','\x3d','\x04','\x75','\xa1','\xaf','\xee','\x4b','\x0b','\xec','\xdc','\xb7','\x7b','\xe7','\x3e','\x2a','\x0d','\x6c','\xc8','\xa3','\x45','\x7a','\x24','\x2b','\xce','\x8b','\xa5','\xca','\x2b','\x4d','\xeb','\xdb','\x4b','\x95','\x2f','\xfc','\x21','\x68','\x24','\x9d','\xbd','\x58','\xf9','\x17','\x4b','\x95','\x97','\x9a','\x95','\x2f','\xb8','\x95','\x57','\xce','\x55','\xbe','\xe6','\x54','\x3c','\x54','\xb9','\xd0','\x7b','\xba','\xe9','\x3e','\xd5','\x74','\x65','\xf7','\xb1','\x1b','\x42','\x86','\xc4','\x47','\x17','\xcd','\xd2','\xf5','\xf5','\x0d','\xdd','\xef','\x50','\xfd','\x7b','\xeb','\xd3','\xbb','\xbd','\x32','\x33','\xba','\x38','\x33','\xda','\x9c','\xa9','\x2e','\xd5','\x9e','\xb8','\x68','\x2d','\x18','\x87','\x43','\xfe','\x04','\x59','\xd5','\x4f','\x9a','\x2d','\xd2','\x6d','\x4d','\xac','\xb5','\x1e','\x6e','\xb6','\x1e','\xa6','\xad','\xcf','\xd0','\xd6','\x1c','\x6d','\xb5','\xb3','\x7e','\x9b','\xb6','\x48','\x1f','\x19','\xda','\xda','\x4d','\x5b','\x69','\xda','\x1a','\x6a','\x82','\x8b','\x37','\x0a','\xed','\xde','\x30','\xeb','\xfb','\xfa','\x29','\xf7','\x74','\xd6','\xd0','\x1d','\x44','\x43','\x83','\xcc','\x42','\x03','\x3c','\x42','\xf0','\x85','\x22','\x51','\x14','\xb9','\x82','\x22','\xa7','\x25','\xe6','\x37','\x01','\x61','\x70','\x14','\xc0','\x8b','\x02','\xb1','\x01','\x7c','\x7e','\x0c','\x6e','\x50','\x51','\x45','\x19','\x0d','\x65','\x75','\x99','\xcc','\x45','\x01','\xaf','\x5a','\x50','\xcf','\x36','\x6f','\xab','\xd0','\xd7','\xef','\x68','\x25','\x1e','\xea','\x18','\x2a','\x9e','\xa3','\x78','\xf8','\xea','\x45','\xeb','\xff','\xba','\x88','\x13','\x4b','\xf8','\x0b','\xcd','\xf2','\x5b','\xee','\xf8','\x2b','\xe7','\x0e','\xfc','\xca','\xed','\xc9','\x29','\x68','\x49','\x88','\xcf','\xdb','\xbe','\xe4','\x62','\x35','\x84','\x3d','\x06','\xfc','\x3c','\x2a','\xc1','\xaf','\x11','\xe7','\x12','\x9a','\x7b','\x1c','\x4d','\x3c','\x61','\xd3','\x09','\x53','\x63','\x79','\x3d','\x93','\xb7','\x78','\xac','\xd9','\xba','\x4f','\xea','\x53','\xa8','\xb4','\x0d','\x79','\xd2','\xcd','\xfa','\xf9','\xa0','\x78','\xfe','\x0a','\xd3','\x57','\x8a','\x06','\xd4','\xcf','\x0b','\xf7','\x4c','\x1c','\x2f','\x68','\xbf','\x87','\x3e','\xa5','\x6a','\x33','\x84','\xac','\xd0','\xfb','\xe6','\x2f','\x4a','\x8a','\x00','\x53','\x4c','\x39','\xba','\x92','\x65','\x2b','\x49','\x6f','\x05','\x8b','\x5d','\x0b','\x26','\xb0','\xdc','\xe8','\x64','\xc7','\x62','\x54','\x51','\xa2','\x51','\x25','\x1a','\x53','\x14','\xaa','\x70','\x33','\xe2','\xa3','\xe5','\x25','\xfe','\xa3','\xe6','\xfd','\x91','\x4b','\xf7','\x8f','\x1e','\xb9','\x7f','\xb8','\xfc','\xf1','\x8f','\x4f','\x58','\x2d','\xf6','\xf1','\x23','\xf4','\xe3','\x47','\x53','\x1f','\x7f','\x06','\x7f','\xfc','\xf9','\xee','\xc7','\xcb','\xe6','\xff','\xd0','\x32','\x9f','\x29','\xcf','\xc2','\xf9','\x52','\x36','\x05','\xac','\x16','\x3c','\x1a','\x47','\x66','\x8c','\xca','\x8c','\x21','\x8e','\x94','\x1b','\x96','\xa1','\x1f','\xd6','\x18','\xcd','\x76','\x0f','\x69','\xa8','\x93','\x7d','\x87','\x68','\x68','\x24','\xdb','\x69','\x08','\x07','\x80','\xf7','\x52','\xc4','\x28','\xaa','\xac','\xc3','\xff','\x1a','\x35','\x68','\xbf','\x22','\xd1','\x93','\x59','\x2d','\xee','\xe1','\x69','\x44','\xc6','\xc5','\x4a','\x40','\xde','\x01','\x1b','\x81','\x02','\xdd','\xc9','\x13','\x88','\xc4','\x32','\x28','\x4e','\x6d','\x1c','\xd6','\xef','\x31','\x59','\x11','\x47','\x68','\xd6','\x7f','\xb4','\x8b','\xc0','\x3f','\x25','\x8d','\x26','\xe9','\x50','\xe2','\xd1','\xfb','\x6c','\xc8','\x80','\x47','\xa1','\xa0','\x81','\x26','\x4e','\xd3','\xf4','\x15','\xca','\xbe','\x47','\xcd','\xcf','\xa6','\xed','\x92','\xd8','\x41','\x29','\x48','\x6a','\xde','\x25','\x3e','\x06','\x16','\x7d','\x27','\x89','\x22','\x6d','\xfe','\x81','\x0b','\xe5','\xeb','\x11','\xb7','\xf4','\xf6','\xe6','\xa3','\x5e','\x75','\x4b','\xef','\xb9','\xac','\x6f','\x02','\x95','\x3a','\x27','\x99','\x49','\xfb','\xfc','\xfc','\x21','\x12','\x0e','\xfc','\x84','\xfe','\x53','\x46','\xe2','\x5d','\xe1','\xb1','\x0a','\xc7','\xb0','\x77','\xbf','\x39','\x97','\x36','\x2b','\x43','\x1e','\x61','\x36','\x19','\xf5','\xc8','\x94','\x49','\x4e','\xb3','\x44','\xec','\x10','\x51','\xa5','\xee','\x9b','\x87','\x37','\xfb','\x02','\xb8','\x24','\x87','\x5c','\x6a','\x4c','\x5d','\x64','\x67','\x92','\x76','\x9c','\x98','\x49','\x08','\xbc','\x02','\x6b','\xdc','\xa3','\x3e','\x3a','\x86','\xf5','\x26','\x2e','\x52','\xa5','\x41','\x95','\x0e','\xf0','\x48','\x28','\x57','\x28','\xfe','\x1e','\x25','\x9f','\xa5','\xac','\x94','\xf6','\xe0','\x77','\xfd','\x8c','\xfe','\xb8','\xaa','\x82','\xab','\x6b','\x4e','\xf5','\x7c','\xab','\x96','\xc5','\xb5','\x13','\xce','\x71','\xd2','\xfa','\x9d','\x84','\x53','\x8b','\xe3','\x5a','\x74','\xbc','\x16','\x1f','\xaf','\x25','\xfe','\xb0','\xc6','\x6e','\xd7','\x80','\x23','\x6d','\x04','\xea','\x9f','\x83','\xbe','\xe3','\x1d','\x4d','\x9a','\xea','\x05','\x1c','\x04','\xe9','\x54','\x97','\xbb','\x34','\x2d','\x07','\x69','\x60','\xae','\xc3','\xe9','\x14','\x17','\x83','\xdc','\x04','\xce','\xfd','\x0a','\xcf','\xbd','\x8b','\x75','\x6f','\xdc','\xdc','\xf9','\x47','\xc6','\xce','\x2f','\xd9','\xf9','\x97','\x25','\x29','\x87','\xe4','\x73','\x28','\x62','\xc4','\x2e','\x1c','\xc9','\xaf','\x5b','\xdc','\xfb','\x54','\xcc','\x9b','\x75','\xbc','\xd9','\xb6','\x37','\x7b','\xad','\x35','\xab','\xf1','\xe3','\xbc','\x3d','\xcb','\x42','\xc0','\xb8','\x01','\x38','\xd9','\x6b','\xcf','\xfe','\x91','\x5b','\xfd','\x23','\x37','\x92','\x73','\xa3','\x39','\xf0','\x8f','\xd1','\x7e','\xd8','\x11','\xfb','\xf1','\x04','\xbc','\x11','\x37','\x18','\xce','\xae','\xf3','\xa6','\xac','\x66','\xcc','\xae','\xc3','\x2b','\xb2','\xb1','\x4b','\x5c','\xc9','\xdd','\x1e','\xce','\x5c','\xbf','\xd5','\x6d','\xd7','\xcd','\x76','\xdd','\x68','\xd7','\xd1','\xf5','\x5b','\x7d','\xdd','\xc2','\xc3','\xc8','\x23','\xa1','\x88','\xb6','\x62','\x04','\xc4','\x0b','\x15','\x47','\xb7','\xda','\x5a','\x65','\x91','\x56','\x96','\x52','\x95','\x8b','\x9f','\xa9','\x5c','\xbf','\x5d','\x01','\x15','\x39','\x80','\xb5','\x04','\x24','\x0c','\x15','\x4a','\x85','\x4d','\x42','\xc4','\x65','\x58','\xa3','\xbd','\x35','\xda','\xb8','\xd9','\x35','\xa4','\xe9','\x1a','\x8b','\xa1','\x78','\x5c','\x26','\xfc','\x54','\x35','\xc5','\x7b','\x19','\x8a','\x32','\x90','\x02','\xeb','\x56','\xa0','\x27','\x6d','\x23','\xca','\x1a','\x0b','\x28','\x2f','\xe4','\x21','\x7e','\x77','\x91','\x4a','\x19','\x6f','\xd1','\xf0','\x74','\x06','\x0b','\xe7','\xbc','\xa0','\x91','\x50','\x40','\x81','\x14','\xb9','\xdf','\xaf','\x97','\x40','\x83','\x92','\x0a','\xf7','\x82','\xf8','\x98','\x69','\x0d','\x8f','\x65','\x70','\x81','\xde','\x2a','\x68','\xad','\x82','\xbe','\xad','\xe5','\xb9','\x0f','\xd2','\xe2','\xfe','\xc6','\x53','\xbc','\x15','\x21','\x6f','\xbc','\x46','\xa1','\x04','\x51','\xac','\xaf','\xf8','\x66','\x33','\xfe','\x9d','\x64','\x3b','\x3f','\x4f','\x73','\x73','\xb3','\x34','\x65','\xf0','\x65','\x13','\xf8','\x16','\x6c','\x93','\xda','\x32','\x12','\x3b','\x25','\x19','\x0f','\x0b','\x88','\x8e','\xc8','\x33','\x6f','\x04','\xe9','\x05','\x64','\x56','\xbd','\x29','\x6f','\x7d','\x01','\x59','\x41','\x3f','\x3b','\xd4','\xc9','\xa8','\xb8','\xfc','\x34','\x1f','\x3f','\x89','\x26','\xe7','\xd0','\x64','\x05','\x4d','\xba','\x08','\xaa','\xbc','\x9f','\xf7','\xf9','\x4f','\x09','\x4e','\x08','\x50','\xfc','\x5c','\x33','\xee','\x2e','\xf9','\xe4','\xd2','\xe7','\x69','\xa7','\x4c','\x0d','\xac','\x75','\x08','\xbb','\x48','\x46','\x2f','\x09','\x67','\x4d','\x73','\xb2','\xa3','\x24','\xe9','\x31','\x1c','\x57','\x19','\x4e','\x81','\xd2','\x77','\xb9','\xc2','\xac','\x77','\x59','\xbd','\xd2','\xc7','\x27','\x58','\xfd','\x29','\x81','\x4b','\x21','\xe4','\x8b','\xc7','\xdb','\xac','\xde','\x86','\x5a','\x5d','\x90','\x3e','\xa7','\x12','\x5a','\x01','\xeb','\x25','\xec','\x8d','\x64','\xc4','\xc9','\x5f','\x6c','\x52','\xd6','\xa3','\xbd','\x26','\x75','\x9b','\xb4','\xdd','\xe4','\xdf','\x68','\x52','\x81','\xff','\x78','\x81','\xbe','\x94','\xa2','\x2f','\xa3','\xe1','\x1e','\xd9','\xf3','\x92','\xdf','\x75','\xdd','\x13','\xdf','\x70','\x8f','\x7d','\x63','\x8d','\x7e','\xe3','\x18','\xfd','\x46','\x83','\x7e','\x43','\xa7','\x6e','\x23','\xed','\x1e','\x4b','\x93','\xf6','\x07','\x8f','\x9d','\xcb','\xef','\x06','\xbb','\x4e','\x11','\xd7','\xb0','\xc9','\xc3','\x72','\x5c','\x7e','\x09','\xa2','\x5d','\x31','\xb6','\xfb','\x2c','\xb3','\xca','\x8c','\x4e','\xec','\xa7','\x0f','\xfb','\xc1','\x9f','\xa0','\x64','\x77','\x92','\xa5','\xc7','\xd9','\x48','\x8d','\x75','\x57','\x58','\x75','\x01','\x7a','\xb4','\x63','\x68','\x12','\x29','\x7d','\x5e','\x23','\x5d','\xf6','\xc8','\x84','\xfd','\x32','\x48','\x1e','\x6f','\x3d','\x92','\xa7','\x23','\x79','\xba','\x47','\xe0','\x9b','\xec','\xb1','\x37','\xd8','\x44','\x4e','\x9f','\xc8','\x99','\x73','\xa3','\x5e','\xc5','\xb4','\xdd','\xaa','\xdc','\x7f','\x56','\x18','\x71','\x8a','\x09','\x92','\x25','\x34','\x49','\x4c','\xac','\xc1','\xe7','\x50','\x5c','\xea','\xe1','\x7e','\xa5','\xb0','\xcd','\x68','\x95','\xd1','\x1c','\xa3','\x79','\x46','\xa3','\x92','\x82','\x2e','\xc6','\xba','\x52','\xb1','\x02','\xd2','\x60','\x45','\x86','\xd6','\x59','\xb4','\xc1','\xa2','\x0c','\xa0','\xb0','\x12','\x2f','\x66','\xe1','\x5e','\x6b','\xba','\xd8','\x19','\xd7','\x31','\x33','\x71','\xbf','\x92','\xcf','\x66','\x20','\x2f','\x98','\xdf','\x6f','\xe6','\xf3','\x66','\xac','\x00','\x90','\xc5','\x87','\x61','\x8b','\x81','\xf8','\xe3','\xba','\x69','\x36','\xcc','\x19','\x66','\xcc','\x30','\x6f','\x86','\xd9','\xb5','\x83','\xc8','\xda','\x8d','\x0e','\x0b','\x9f','\xb2','\xb0','\x24','\x5b','\x80','\x29','\xda','\x40','\x69','\x8d','\xb2','\x6c','\x8f','\xed','\xa6','\x02','\x85','\xdd','\xb4','\x74','\x9e','\x16','\xd2','\xac','\x90','\xbe','\x54','\xa0','\x17','\x0b','\xac','\x53','\x60','\xc6','\x18','\xeb','\x8c','\x8d','\x5e','\xaa','\x55','\xe9','\xf4','\xe3','\x59','\xfb','\x4c','\x32','\x42','\x31','\x84','\xa7','\xae','\x91','\xe9','\x73','\xfe','\x18','\x21','\x0f','\xca','\xca','\xf9','\x0c','\x04','\x13','\x49','\x1d','\xa8','\x08','\x48','\x8a','\x90','\x07','\xc8','\xc9','\x61','\x42','\x77','\x11','\x34','\x46','\xd0','\x34','\x41','\x0b','\x20','\xdf','\x19','\x0d','\x10','\x30','\x34','\x1d','\x8e','\xcb','\x25','\x2c','\x8e','\x05','\x17','\xf3','\xeb','\x7c','\x33','\xd6','\x50','\xd9','\x84','\xd5','\x9e','\x25','\xd7','\x7d','\xd2','\xee','\xff','\x49','\x95','\xbe','\xf1','\x9a','\x99','\xd2','\xcc','\x1e','\x33','\x1b','\xba','\x69','\x18','\x75','\x74','\x4e','\xe6','\xcd','\x23','\x9e','\x31','\xba','\x68','\xfd','\xf9','\xcb','\xb3','\x6f','\xb9','\xb3','\xdf','\x69','\xce','\x7e','\x67','\x69','\x76','\xf9','\xe2','\xec','\xb2','\x3d','\xbb','\xec','\x5a','\x37','\x7d','\x39','\xd8','\x80','\x33','\xcb','\xb9','\xb5','\x6c','\x9b','\xcb','\x83','\x3c','\x81','\x21','\x42','\x5e','\x88','\x9c','\x5d','\xfa','\x00','\x0b','\x13','\xf6','\xc2','\xf7','\xe8','\xce','\x5f','\xa4','\x3b','\x47','\x35','\xde','\xbd','\xb4','\xcf','\x30','\xf7','\x4d','\x7d','\xab','\x74','\x3b','\x1b','\xb9','\x88','\xd1','\x23','\x28','\x56','\x58','\x52','\xa6','\x49','\xe4','\x0c','\x2c','\x58','\xab','\xab','\x3c','\x4e','\x91','\xd2','\xf4','\xe2','\xb4','\x28','\xee','\x7b','\x83','\x62','\xa8','\xd7','\x8a','\xb1','\x07','\x8f','\x77','\xb3','\xb7','\x21','\xf2','\x95','\xa9','\xb3','\xdd','\x02','\xb3','\x6c','\xf7','\x5c','\x89','\x3e','\x9b','\xa5','\x0d','\xc4','\x3b','\xf4','\xc4','\xf3','\xbd','\x63','\x33','\x74','\xf7','\x0c','\x03','\x54','\xcd','\xdd','\x55','\x2f','\x6f','\x7a','\xac','\xda','\xd1','\x6b','\xc5','\xda','\xad','\xac','\xd1','\x4e','\xda','\x6c','\xab','\x9f','\xeb','\x51','\x5d','\xe9','\x51','\xae','\x93','\x31','\x46','\x76','\xe9','\xf6','\xae','\xca','\x0c','\xf7','\xf3','\x29','\x63','\xff','\xb0','\x1e','\x2b','\x50','\xb5','\x96','\x52','\x3d','\x3c','\x6c','\x75','\xd9','\x0c','\x5d','\x9f','\xa1','\x0d','\x39','\x10','\x28','\xca','\x28','\x0a','\x48','\xe4','\x5c','\x93','\xda','\x8b','\xa1','\xa4','\xe3','\x80','\xc8','\xe3','\x4b','\x54','\xa0','\x24','\x1f','\x73','\x2f','\x5d','\xca','\xb9','\x02','\x17','\x73','\x6e','\xa7','\xb4','\x68','\x20','\xb5','\xb3','\x37','\x7d','\xe9','\xe0','\x10','\xcd','\xbd','\x9a','\xad','\x7e','\x3d','\x69','\x1f','\xc5','\x1b','\xf1','\x84','\xd0','\x0e','\x5f','\x84','\x14','\x00','\xd4','\xc5','\x44','\x89','\xf5','\x13','\x5f','\x51','\x48','\xe9','\x7d','\x32','\xb6','\x0b','\x20','\x07','\x87','\xc6','\x76','\xd1','\xd2','\xfb','\x01','\xef','\x5f','\x94','\x73','\xe8','\xcc','\x82','\x3e','\xee','\x88','\x1f','\xe8','\xb9','\x20','\x4b','\x38','\xeb','\x86','\x4a','\x1b','\x31','\x29','\x4f','\x25','\xb6','\x44','\x25','\x8d','\xa2','\x03','\x6d','\x80','\x01','\xcd','\x4e','\xa4','\x19','\x30','\xed','\x00','\x3d','\x1d','\xa5','\x92','\x04','\x4c','\x92','\xed','\x20','\x8a','\x06','\xf2','\x44','\xa0','\x1b','\x98','\xc8','\xfa','\x89','\x35','\xf2','\x70','\x93','\x3c','\x4c','\xc9','\x67','\xe0','\x94','\x21','\x6d','\x89','\x8d','\xfa','\x93','\x80','\x56','\x24','\x7d','\xa1','\xa7','\x5d','\x43','\xec','\x4d','\xaa','\x67','\xb0','\xc1','\x14','\xdb','\x53','\x34','\x1b','\x67','\x2e','\x70','\xd8','\x3f','\x3d','\x9b','\xfe','\x1a','\xd1','\x8e','\xfb','\x6c','\x92','\xe8','\x87','\x89','\xf1','\x20','\xb1','\xaf','\xf6','\xac','\x5b','\x92','\x64','\x43','\xe0','\x6a','\x2f','\x18','\xa8','\x81','\x1d','\x7d','\xb5','\x37','\x74','\x05','\xe5','\x16','\x9a','\x0f','\x9d','\xc5','\xd3','\x04','\xe2','\x08','\x92','\x42','\x06','\x27','\x52','\x9c','\xb4','\x11','\x9d','\x43','\x1f','\x9e','\x43','\xe3','\x04','\x59','\x6d','\x72','\xe9','\xba','\x2f','\x3c','\xc1','\x92','\x70','\x06','\x01','\x94','\x7d','\xa7','\x09','\x22','\xa4','\xed','\x4b','\x79','\xb5','\x93','\x53','\x8d','\x5c','\xb3','\x93','\xbf','\x71','\xa9','\xf7','\xe7','\xb4','\xb1','\x37','\x6b','\x1c','\x11','\xbe','\x05','\xee','\xc7','\xd5','\x25','\x4b','\x12','\xb4','\xda','\x79','\xd0','\x6a','\x37','\xb5','\x25','\x03','\x3e','\x02','\x5a','\x1e','\x52','\xee','\x81','\xb5','\x89','\x2a','\xce','\x60','\x8f','\x10','\x8f','\x64','\xae','\x10','\x7a','\x45','\xd8','\x5e','\x27','\x65','\xbf','\x27','\x92','\xc4','\xfa','\xd3','\xc4','\xb4','\xce','\xad','\xd7','\xa8','\x59','\xd3','\xbc','\x9a','\x6e','\xd7','\xa6','\x48','\xad','\xe4','\xd7','\x24','\x65','\x7d','\x6d','\x03','\xa5','\x5e','\x8d','\xb5','\x6b','\xaa','\x67','\x25','\xbd','\x5a','\xc6','\x33','\xe9','\x15','\xc4','\xae','\x40','\xeb','\xac','\xc7','\x15','\x74','\x0a','\xa1','\x75','\x94','\xed','\x96','\xba','\x76','\x8c','\x76','\xa2','\xe1','\x9d','\x1a','\xe8','\xd6','\x1c','\xa4','\x42','\x42','\x23','\x57','\xf9','\x2d','\xac','\x89','\xbd','\x4f','\xba','\x0c','\x72','\x10','\x8e','\xc1','\xc8','\x87','\x75','\x31','\x7e','\xbc','\x5b','\xba','\x0d','\xbc','\x6b','\x93','\xb3','\xa5','\xfc','\x6c','\x96','\x3d','\x8b','\xf8','\xdf','\x75','\x1b','\x33','\x34','\x3f','\xc3','\xf2','\x55','\x73','\xaf','\xe9','\x99','\xd5','\x4b','\x53','\xb7','\xb2','\xf6','\x1a','\x46','\xdb','\xa9','\x84','\x26','\x37','\xeb','\x21','\x7f','\xc6','\xe7','\x54','\x59','\xde','\xec','\x98','\xd5','\x6f','\x4d','\xbd','\x93','\xb5','\xdb','\xf0','\x21','\xf0','\x5f','\x75','\x24','\x8f','\x1a','\xef','\xee','\xb1','\xe9','\xdb','\x36','\x8d','\x48','\x2a','\xe0','\xad','\xeb','\xab','\x21','\x7f','\xa3','\x21','\x7e','\xa3','\xf8','\x81','\x91','\xe0','\x07','\x42','\x2f','\x6a','\xff','\xd7','\xa1','\xd2','\x01','\xfe','\x5f','\x5b','\xc2','\x9a','\xdc','\xda','\x39','\x0e','\x6e','\xd1','\x40','\xfd','\xbc','\x5a','\x43','\xc9','\x1a','\x90','\x25','\x82','\xb2','\xdb','\x0a','\x1e','\x5d','\xc0','\x8f','\x67','\xee','\xd5','\x28','\x87','\x64','\xad','\x36','\xb5','\xf8','\xbb','\x25','\x2f','\xa9','\x6f','\xd8','\xcf','\x08','\xb1','\x82','\x0d','\x8c','\x60','\x05','\x7a','\xe0','\xfd','\x9e','\x1c','\x08','\xb0','\xc2','\xfb','\xdd','\xfe','\x18','\x1d','\x78','\x9f','\x14','\xc6','\xfc','\x7c','\x4d','\x72','\x8b','\x2c','\xa0','\x9c','\x82','\x06','\x75','\x1e','\x03','\x3f','\x4e','\x35','\x7f','\x26','\x8d','\x15','\x62','\xd1','\x24','\x52','\x5c','\xd0','\x56','\x8e','\xdd','\xab','\x34','\x6e','\x23','\xbe','\x11','\x24','\x19','\x4f','\x20','\xf4','\xd7','\xe2','\x82','\x88','\xeb','\x23','\x36','\xba','\xcc','\xc6','\x4a','\xbc','\x57','\x2d','\xf1','\x86','\xdf','\x1d','\xf2','\x04','\x66','\x7d','\x12','\x14','\x45','\x7a','\x84','\x77','\xa4','\x1e','\xe0','\x35','\x42','\xaf','\xf7','\x68','\x3b','\x98','\xd4','\x72','\x6b','\x22','\xe8','\x77','\x08','\xaa','\x43','\x11','\x68','\xf4','\x3e','\x37','\x4a','\xda','\x51','\xb5','\xad','\x08','\xcb','\x4f','\x8f','\xcb','\xba','\xd3','\x6d','\xfc','\x87','\x08','\xa5','\x57','\xec','\xf4','\x02','\x4a','\x2f','\xa8','\xe9','\x85','\x64','\x7a','\x21','\x93','\x7e','\x83','\xa5','\x7f','\x62','\x02','\x1f','\x29','\xbc','\x28','\xd6','\xa6','\x40','\x54','\x60','\x74','\x21','\x5a','\x7d','\x5f','\x79','\x7a','\x85','\x9f','\x8d','\xf8','\x62','\xf2','\xc4','\x22','\x5e','\x3c','\x62','\x07','\x56','\x2b','\x9d','\x72','\x34','\x8b','\xef','\xab','\x3a','\x4f','\x54','\xcf','\xbc','\x5c','\x5d','\x94','\x9a','\x47','\x4d','\x6a','\xf5','\x8a','\xb3','\xf4','\xd8','\x2c','\x6d','\xce','\x32','\xfa','\x38','\xa3','\x57','\x4c','\xba','\xe2','\xd1','\x79','\xf1','\xb1','\x5e','\x1a','\x37','\x76','\x93','\x12','\x95','\xfc','\x63','\x9b','\x71','\xad','\x7e','\xd5','\x6e','\x09','\x18','\xe3','\x61','\x1c','\x5f','\x41','\xbd','\x15','\xfc','\xc2','\x02','\x9f','\x5a','\x08','\x68','\x8e','\x10','\x95','\xd5','\xb0','\x92','\xb7','\xb0','\xb2','\x8d','\xb7','\x70','\xb0','\xb6','\x7f','\x30','\xa8','\x2b','\xc7','\x88','\x1e','\x14','\x47','\xd2','\x99','\xe1','\xf7','\x7c','\x49','\x92','\xb9','\xb8','\xeb','\xbd','\x9e','\xcc','\x9e','\x9f','\xfe','\x95','\xf7','\xf8','\xf1','\xaa','\x7d','\xa4','\x6a','\xdb','\xcb','\x50','\x44','\x27','\x7c','\xde','\x0c','\x10','\x42','\xda','\x1b','\x90','\x7a','\x2e','\x8b','\x50','\x06','\xf6','\xdc','\x6b','\xd4','\xba','\x44','\xab','\x9e','\x78','\xa5','\x57','\xb5','\x4f','\x54','\xed','\x63','\x9b','\x6f','\x3b','\x1d','\xe2','\xc5','\x85','\xe1','\xf7','\xf8','\x07','\x9e','\x9f','\x43','\x5b','\xf9','\x57','\xa7','\x9c','\x84','\xc5','\xa5','\x4e','\xdf','\x19','\x22','\xaf','\x0f','\xc8','\xc7','\xf0','\xde','\xc8','\x2c','\xed','\xcd','\xd2','\xb9','\x59','\x56','\x99','\x61','\x64','\xc6','\x24','\xd3','\x1e','\x28','\x53','\x2c','\x78','\xc4','\x69','\x24','\xfa','\xfc','\x6c','\xe8','\x73','\x32','\x15','\x5b','\x8b','\x59','\xef','\xf8','\x72','\xa0','\x96','\xde','\x91','\x14','\xeb','\x35','\x48','\xc8','\x9e','\x58','\x41','\xc1','\xc5','\x21','\xfd','\xb5','\x13','\x11','\x4b','\x74','\x41','\x92','\x22','\x8a','\xf9','\xf6','\x3f','\xd9','\x91','\x65','\x3f','\x85','\x4e','\x0a','\xe3','\x6b','\x9b','\x3f','\x18','\x6a','\xb7','\xe1','\x11','\x52','\x2f','\xa6','\x6e','\x77','\xc8','\x5d','\xfe','\x8a','\xc2','\x0e','\x81','\x7a','\x34','\xe5','\x44','\x7d','\xac','\x34','\xe2','\xdc','\x90','\x7d','\xe2','\x40','\x45','\x1b','\x59','\xc4','\xe8','\x4d','\x68','\xa6','\x4c','\x66','\x6c','\xc9','\x36','\x90','\x27','\x4c','\x20','\x56','\x31','\x63','\x95','\x67','\x49','\x65','\x55','\x6d','\x3b','\xf4','\xa5','\x85','\xf4','\x39','\x25','\xf7','\xb2','\x22','\x66','\x70','\x83','\x68','\x2c','\xa3','\xb1','\x39','\x4d','\x9c','\x98','\xc5','\x54','\x97','\xc6','\xd7','\x03','\x16','\x69','\x15','\xc8','\xad','\xb9','\x8b','\x50','\x45','\xb1','\xe7','\x14','\x34','\x17','\xca','\x3b','\xaa','\x64','\x45','\x23','\x70','\xf7','\xd9','\x9c','\xf0','\x5c','\xae','\x31','\x72','\xcd','\x54','\x57','\x4d','\xea','\x78','\x62','\x5a','\x0e','\x29','\x76','\x1e','\x77','\xf6','\x11','\xeb','\x28','\x1b','\x99','\xf7','\xf0','\x60','\xfd','\x61','\xa8','\x76','\x04','\x6e','\xa1','\x2a','\x15','\x81','\xc4','\x0c','\xe8','\x1b','\xf6','\x86','\x34','\xec','\xfb','\x56','\xbd','\x96','\x44','\x6c','\xd8','\xd6','\x73','\x1d','\xc3','\xf3','\x17','\xd0','\xa1','\x8c','\xf4','\x2b','\x03','\x49','\xe8','\xbe','\x78','\xae','\x4b','\x25','\x86','\x2e','\xf4','\x4a','\x6b','\xee','\xc1','\x26','\xe0','\x93','\x17','\x7a','\x9f','\x3c','\x83','\xce','\x3b','\x8d','\xf4','\x19','\x33','\xbd','\x58','\x4f','\x5f','\xe6','\x59','\xdb','\x4c','\xdb','\x61','\xb0','\x3b','\xe8','\x5d','\x8c','\x9c','\x46','\xa9','\xe5','\xc5','\x1e','\x7a','\x13','\x8a','\xc6','\x64','\x22','\x33','\xe1','\x50','\xde','\xa2','\x01','\xad','\x01','\x50','\xd8','\x8d','\x3f','\xbb','\xe7','\x0f','\x57','\x1f','\xfb','\x43','\x67','\xe2','\xf8','\xc2','\xc4','\x71','\x65','\xae','\xa5','\x54','\x5a','\xc8','\x4d','\xaa','\xe4','\x41','\x95','\x8c','\xab','\x70','\x38','\xc6','\x7b','\x44','\xe9','\xaa','\xb8','\x91','\x04','\x1e','\x3c','\x53','\xc5','\xe6','\xab','\xb8','\x5e','\xfb','\x13','\xab','\x80','\xcd','\x49','\x6c','\xc6','\xb0','\xb9','\x03','\xcf','\x69','\x7f','\x72','\x8a','\xb7','\xcc','\x93','\x2d','\xb3','\x22','\xdf','\xf3','\x89','\x53','\xf5','\x17','\x27','\xad','\xe7','\xfe','\xd0','\x7c','\xce','\x31','\x2b','\x04','\xe0','\x06','\xa9','\x11','\xcf','\xbc','\x33','\x9e','\xa0','\x06','\x64','\x62','\xd3','\x9a','\x5a','\x28','\xf2','\xbf','\xbe','\x22','\xcb','\xff','\x94','\xd2','\x3b','\x61','\xed','\x9f','\x2c','\xfc','\xd3','\x58','\xad','\x58','\x7a','\xe7','\x4a','\x50','\xef','\x97','\x93','\xf5','\x7e','\x60','\xff','\xdc','\x08','\x12','\x9a','\xee','\x06','\x4a','\x03','\xe3','\xdc','\x85','\x5e','\x90','\xeb','\xcc','\x6d','\xf6','\x89','\x44','\x05','\x46','\x01','\x4a','\xf5','\x02','\x7f','\xe2','\x9c','\xb8','\xd4','\x28','\xe4','\x99','\x94','\x18','\x1e','\x75','\xf8','\x65','\xae','\x84','\x8d','\x8d','\x8b','\x24','\x67','\x27','\x72','\xcd','\xf4','\xe5','\xde','\xf0','\x7e','\x7a','\x68','\x3f','\xfd','\x47','\x79','\xf6','\x95','\x3c','\x1b','\xce','\x99','\x62','\xd1','\x41','\x85','\xcc','\x54','\x87','\xae','\x14','\xa9','\x93','\x4d','\xd3','\xa4','\x38','\x37','\x30','\x6e','\x58','\x58','\x92','\xeb','\x60','\x33','\xe2','\xd4','\xb9','\x6f','\x05','\x63','\x8c','\x4d','\x0b','\xcf','\xa1','\x53','\xa7','\xfa','\x63','\xf9','\x1e','\xbf','\x5e','\xfe','\xbc','\x65','\x95','\x65','\xd4','\x21','\xe8','\xee','\xa7','\xe6','\x29','\x61','\xe2','\x7b','\x41','\x5c','\x5d','\x38','\xe8','\x3d','\xd0','\x0c','\x0d','\xb5','\xfc','\x40','\x1b','\x0b','\xd2','\xb8','\x0b','\x58','\x51','\x46','\xb2','\xfc','\xdd','\x5b','\xf7','\x96','\xbe','\x55','\x22','\x76','\xca','\x3e','\x79','\x42','\xfc','\x2c','\x52','\x9c','\xf2','\x59','\xce','\xcd','\xa7','\xcf','\xf1','\xf4','\x4b','\xb1','\xb4','\x7b','\x36','\xd2','\x6b','\x45','\xdc','\x55','\x28','\xd8','\x5c','\xe0','\x69','\x97','\x7d','\xe0','\xb3','\x74','\x9b','\x0d','\xb7','\xf3','\xbb','\xbf','\xc3','\x77','\xb7','\x59','\xa6','\x2d','\x0b','\x0b','\xda','\xe0','\xd2','\xec','\x47','\xe8','\x1d','\xce','\x4d','\x2e','\xf3','\x20','\xe1','\x7e','\x18','\xf6','\x32','\xf0','\x2d','\xbd','\x0c','\x5b','\x5a','\x1b','\xc4','\xf6','\xf8','\xd3','\x85','\xcd','\xed','\x31','\xd8','\x21','\x83','\xbe','\x06','\x53','\x76','\x1b','\x95','\xf8','\x35','\x14','\x79','\x0d','\xa5','\x3b','\x91','\xf3','\x4d','\x65','\xad','\x9d','\xa2','\xed','\xcf','\xd1','\x19','\x85','\xe6','\x15','\x3a','\xa2','\x88','\x6f','\xc9','\x57','\x94','\xf4','\xa2','\x92','\x7e','\x4d','\x49','\x8b','\x83','\xb8','\x89','\x69','\x1b','\xd3','\x0a','\xa1','\x33','\x62','\x29','\x53','\x3a','\xc2','\x68','\x0a','\x48','\xe3','\xa1','\x6d','\x9d','\xd0','\x73','\x3e','\xa4','\x11','\x73','\xfa','\x6e','\xe6','\x71','\xe1','\x1c','\xc5','\x66','\x33','\x71','\x7f','\x77','\xec','\xc8','\x70','\xec','\xc8','\xa3','\xb1','\x23','\xc5','\xe3','\xbd','\x47','\xff','\xf6','\x48','\x71','\xf6','\xc8','\x89','\xd9','\x23','\xc7','\x8e','\xf7','\x8e','\xcd','\x1e','\x69','\xce','\x1e','\xa1','\xb3','\xff','\x84','\xce','\x56','\xe8','\x0d','\x34','\x2c','\xae','\xc6','\x82','\x9f','\x16','\xfe','\x57','\x3f','\x8e','\x24','\x2e','\xec','\x3e','\xd5','\x9e','\xd6','\xcc','\x05','\xa4','\x6b','\xb6','\xa7','\x2d','\xb6','\xac','\x1f','\x71','\xcd','\x5d','\xd5','\xdc','\x6b','\x59','\xd7','\xd3','\xdc','\xb6','\x76','\xce','\xcf','\xbe','\x44','\xb4','\x97','\xa8','\xe6','\x36','\x79','\xef','\xd2','\x28','\x31','\x8b','\x8b','\x27','\xd8','\xb5','\x9b','\xe6','\x9f','\xbf','\x6c','\x63','\x1c','\x4b','\x36','\xe2','\xa0','\x42','\x57','\xc7','\x3c','\x74','\x79','\xa8','\x5b','\x17','\xf7','\xaf','\xe8','\x21','\x81','\x63','\xd7','\xfd','\x66','\xbb','\x4c','\x03','\x5c','\xf7','\xe9','\xc6','\x58','\xfc','\x04','\xb7','\x9c','\x16','\x20','\xe5','\xdd','\xe4','\x9f','\x52','\x52','\xd9','\xd6','\x9f','\xd2','\x6f','\xfe','\xf2','\x68','\xaa','\x93','\xee','\x6d','\x68','\x22','\xb0','\x61','\x31','\x1f','\xc2','\xc3','\x98','\x42','\xa9','\x95','\x6c','\x1a','\x37','\x64','\xdf','\x38','\x4a','\x71','\x14','\xf7','\x35','\xdd','\xc8','\xe8','\x8d','\xf4','\x3e','\x33','\xb7','\xcf','\x1c','\xdd','\x67','\x4c','\xed','\x6b','\xbd','\xb2','\x8f','\xef','\xf9','\xe9','\x12','\x8d','\x64','\x68','\xb4','\xc9','\x50','\xf3','\x80','\xdf','\x7c','\xa1','\xd9','\x7c','\xbd','\xf9','\x4c','\x0e','\xd0','\xc8','\x35','\xf5','\xdc','\xee','\x46','\x2e','\xf3','\x4c','\xe1','\xc4','\x5a','\x9e','\xbd','\x96','\x1f','\x4d','\xed','\x8f','\x26','\xc5','\xd6','\x90','\x2c','\x76','\x08','\xf3','\x02','\x24','\x2e','\x79','\x7c','\x5d','\x0c','\x56','\x09','\xbb','\x4a','\x58','\x6b','\x64','\xb2','\xbd','\xa7','\xb4','\xb6','\xe7','\x52','\xe7','\xb1','\x4b','\xde','\x04','\x03','\xcc','\x31','\xaf','\xc2','\x3c','\x17','\xde','\x7c','\x05','\x70','\xf8','\x4a','\xa2','\xbb','\x42','\x3a','\x9c','\xd8','\xa7','\xc2','\x7a','\x89','\xbb','\x69','\xb5','\x6c','\xd4','\x4e','\xc8','\xb3','\x80','\x92','\xfa','\xa1','\xd4','\xed','\x06','\x08','\x73','\xc4','\xfb','\x9d','\x60','\xb7','\xa2','\x1c','\x2b','\x27','\xe4','\x3e','\xff','\x73','\xeb','\x0f','\x8d','\xbf','\xdf','\xe7','\x84','\xd7','\x79','\x90','\x31','\x54','\xd6','\xe2','\x82','\xe1','\x81','\x40','\x63','\x22','\x6d','\xd3','\x10','\xbc','\x2b','\x1e','\x87','\x24','\x72','\xbc','\x3b','\x2a','\x63','\x30','\x1b','\x92','\x13','\x9b','\xba','\x6f','\x57','\x06','\x63','\x3e','\x83','\x0c','\x51','\x7d','\xf6','\xb6','\x62','\x3f','\xff','\x15','\x52','\x11','\x6e','\xf0','\x54','\xc8','\x7c','\x93','\x8e','\x62','\x6c','\x7b','\xab','\xf8','\x60','\xc3','\xf8','\xb6','\xeb','\x06','\x9f','\x0f','\xb4','\x87','\x61','\x83','\x98','\x22','\x0f','\xf4','\xc6','\x66','\xdd','\x0e','\x50','\x79','\x24','\x16','\x19','\x5f','\x33','\xc9','\x87','\x4c','\xb2','\xd7','\x23','\xd3','\xf6','\x48','\x04','\xed','\x59','\xb0','\x33','\x2d','\xef','\x50','\xbb','\x31','\x41','\x4b','\x13','\xf9','\x91','\xb9','\x65','\xa7','\x82','\x3c','\x17','\x49','\xbe','\x59','\x31','\xcf','\xe2','\x32','\x57','\x0e','\x8c','\x85','\x66','\x64','\x5e','\x9c','\x17','\x5e','\x2f','\xb2','\x79','\xee','\x24','\x9a','\x2e','\x5f','\x0b','\xb2','\x1b','\xee','\x08','\x75','\xf7','\x08','\x5c','\xe8','\x3d','\x76','\x06','\x4d','\xe0','\xc6','\x5c','\xcc','\xac','\xa8','\x75','\x17','\x98','\x0d','\xcc','\x6d','\xd8','\x4c','\x2b','\x0c','\x72','\xe4','\x6d','\x00','\x8a','\xee','\x54','\xb6','\xa0','\xf6','\xd9','\x21','\xba','\xfb','\xb7','\x14','\x0c','\xf7','\x0b','\x0e','\xc3','\xbe','\x24','\xa8','\x87','\xe9','\x4b','\x38','\xa8','\x68','\x53','\xb8','\x70','\x8b','\x76','\xe1','\x46','\x67','\xd7','\xfd','\x14','\xa5','\xc5','\xe1','\xbb','\x86','\xd8','\x09','\xa4','\x67','\xe1','\xa6','\xdb','\x62','\xbd','\x9b','\x2c','\xbb','\x7e','\x42','\x8b','\x78','\xd9','\x5b','\x41','\x5c','\x9d','\x69','\xc2','\x11','\xfa','\x09','\x26','\x76','\x4a','\x35','\x8b','\xfc','\x52','\xe7','\x44','\x01','\xa6','\x90','\xa4','\x25','\x24','\x07','\xbf','\x38','\x92','\xfb','\x49','\x23','\xb7','\x60','\x87','\xd6','\xe6','\xfb','\x51','\xbe','\xa0','\x9c','\x50','\xb8','\xb1','\x55','\x0f','\x71','\x93','\x10','\x7e','\x19','\x69','\xd1','\x7e','\x10','\x0f','\xfa','\x70','\x6c','\x9a','\x41','\xb4','\xe1','\x0d','\xcf','\x77','\xb4','\x38','\x62','\x19','\xca','\x3a','\x27','\x1f','\x8a','\x74','\xcc','\xb8','\x6d','\x1c','\x42','\xf3','\x1d','\x34','\x82','\xd0','\x98','\x02','\x8c','\xee','\x05','\x29','\x2c','\x5b','\x88','\x1b','\x85','\x94','\x5e','\x18','\x66','\xa5','\x42','\xa6','\x50','\x4b','\x15','\x16','\x9c','\x02','\xf6','\x0a','\xc4','\x2c','\xd0','\x62','\xa9','\x70','\xa1','\xb0','\x32','\x5e','\x10','\x9e','\xc2','\xb0','\x01','\x34','\x0b','\x0f','\x98','\x63','\xef','\x67','\x6a','\xb5','\xe4','\xf4','\x34','\x7e','\x3a','\x8b','\x1c','\x8c','\xb6','\xe6','\xcd','\xd1','\x36','\xc2','\xab','\x60','\x86','\xe0','\x29','\x4e','\x1a','\x62','\xa7','\x14','\x3f','\xd8','\x83','\x1a','\xa4','\x7e','\xbe','\x00','\x1d','\xf0','\xd0','\xdb','\x3c','\x6e','\x9f','\xea','\xa2','\xe4','\xa8','\x5d','\x2c','\x79','\x41','\x09','\xe7','\x06','\x26','\x4b','\x97','\x79','\x38','\x5e','\x12','\x47','\x09','\xcb','\x39','\xac','\x04','\x65','\x45','\x5b','\xde','\x36','\x2a','\x51','\xb5','\xd9','\xd3','\xf3','\xeb','\x0b','\x40','\x5e','\x83','\x7d','\x6e','\x85','\xf2','\x26','\x1a','\x2e','\xff','\x7a','\xf9','\x94','\x75','\xaa','\xfe','\x78','\xdd','\x7c','\xdc','\x0c','\x20','\xc6','\xd6','\x29','\xab','\xf5','\x78','\x4b','\x00','\x3f','\x8e','\x37','\x71','\x0a','\x27','\x1f','\x4f','\x92','\xc7','\xc9','\x49','\x74','\x12','\xb6','\x05','\x5d','\x5e','\x67','\x22','\x5c','\x28','\x50','\x6a','\x8b','\x78','\xa6','\x94','\xe9','\x93','\x84','\x69','\xf3','\x4b','\xd0','\x7a','\xb6','\x80','\x73','\x4e','\x7c','\xd4','\x55','\xaa','\x4d','\xe5','\xed','\x4b','\x68','\x19','\x3a','\x3c','\x74','\xc5','\xd6','\x13','\xc2','\x8c','\xb2','\xd9','\x32','\x5f','\x47','\x72','\x05','\x0d','\xee','\x3f','\x83','\x8b','\x48','\x01','\x9f','\x57','\x00','\xa8','\xd8','\xfa','\xe3','\xf6','\x40','\x2d','\xd6','\xf6','\x40','\xee','\x96','\x7c','\x25','\xb1','\xab','\x4b','\x52','\x91','\x2a','\xcc','\x32','\x8b','\xef','\xbb','\x5b','\x86','\x79','\x29','\x0a','\x56','\x28','\xfc','\x27','\x1b','\xa4','\x43','\xd1','\x2d','\x11','\x60','\xd8','\xa9','\x08','\x93','\x53','\x25','\xa8','\x83','\x42','\x1b','\x85','\x7c','\xe2','\xa9','\x41','\x40','\x35','\xb6','\x4a','\x88','\x6c','\xad','\xda','\x1c','\x88','\x83','\x65','\x5b','\x7d','\xd4','\x66','\x5f','\x92','\x21','\xc9','\x96','\xc5','\x81','\x90','\x21','\x5a','\x8a','\xe8','\x78','\xc4','\x60','\x7b','\xb2','\xc2','\x29','\x46','\x8f','\xd9','\x68','\x02','\x91','\x09','\xcb','\x9f','\x8b','\xa3','\x0a','\x46','\xae','\xb0','\x9f','\x63','\x3a','\x21','\x1a','\x54','\xbf','\x59','\xef','\x92','\xc3','\x50','\x29','\x90','\xdc','\x48','\x32','\xca','\x7c','\x59','\xa2','\xe9','\xf1','\x35','\x2f','\xdd','\x6c','\xa7','\x2f','\xf8','\x52','\x0f','\x1c','\xe8','\x5a','\xa1','\xbe','\x4f','\x20','\xdb','\xfb','\x34','\x70','\xbd','\x79','\x71','\xf9','\x36','\x75','\xcd','\xa3','\x6b','\x2d','\x2d','\xcb','\x75','\x49','\x93','\x94','\x41','\x19','\x1a','\xf1','\xa9','\xb5','\x48','\xa3','\x49','\x3a','\x4a','\x86','\x87','\x9a','\xfc','\xfc','\x52','\x81','\x06','\x1c','\x86','\x40','\x0f','\x52','\xc3','\xb8','\xce','\x79','\x1d','\x3c','\x41','\xf6','\x57','\xa9','\x6e','\x7b','\x37','\x4b','\xee','\x64','\x0f','\xe4','\xcc','\xe1','\x51','\x4f','\x9b','\x6e','\xe8','\x4e','\x69','\x8a','\x8e','\x9c','\x36','\xb1','\x0c','\x6f','\x30','\x71','\x59','\x54','\xcc','\x5e','\xc5','\xac','\xe6','\x00','\x95','\xfb','\x24','\x66','\x31','\xcc','\xee','\xc7','\x6c','\x08','\x4f','\x0a','\x0b','\xed','\x64','\x0b','\xaa','\x11','\x84','\xf9','\xfa','\x09','\xcc','\x5e','\x74','\xd8','\x5c','\x0b','\x50','\xc1','\xb2','\x3e','\x01','\x4f','\x06','\x3a','\x86','\x9b','\x7e','\x6e','\x40','\x00','\x6e','\x00','\x54','\xfb','\x9e','\x0a','\xad','\xf7','\x7a','\x11','\x47','\x63','\x96','\xe5','\xa3','\x68','\x0c','\xed','\x3d','\xa2','\xec','\xde','\xcf','\x7f','\xff','\x43','\x30','\x4e','\x66','\xf0','\x67','\xbf','\x6f','\xed','\x3d','\x22','\xbd','\x06','\x1b','\x13','\xd3','\xa2','\x45','\x94','\xcf','\xa2','\xab','\xb8','\x4c','\x0c','\x8b','\x75','\xea','\x91','\xc5','\x3a','\xce','\xd4','\x69','\xa3','\x1e','\xf1','\x4e','\xc5','\x51','\xbd','\x38','\xa0','\x7b','\x1b','\x74','\x35','\xf6','\x39','\xfa','\xfa','\xfd','\x9e','\xf8','\xbc','\xf0','\x7f','\x13','\xe2','\x04','\x8a','\x51','\xfa','\x32','\x44','\xce','\x4f','\x74','\xe8','\x9a','\x31','\x0c','\x86','\x0e','\xa3','\xd9','\x22','\xed','\x65','\x69','\x23','\x49','\x0d','\x1c','\xf1','\xb4','\xc8','\x62','\x26','\xd2','\x03','\x69','\xca','\x51','\xd7','\x2c','\xf9','\x76','\x8e','\xa8','\x39','\x35','\x99','\xf3','\x32','\x07','\xb4','\x62','\x8e','\x9a','\xec','\x83','\x33','\x0c','\xc5','\x19','\x4a','\x16','\xbe','\x95','\x29','\xb0','\x46','\x21','\xe7','\x8d','\x4d','\xa2','\x31','\x16','\xad','\xb3','\x68','\x99','\x29','\x47','\x4a','\x7c','\x31','\x0b','\xe1','\x08','\x61','\x47','\x41','\x62','\x34','\x66','\x0b','\xec','\x3e','\xd2','\xe4','\x56','\x2f','\xe0','\x2e','\xcb','\xcc','\x36','\x1f','\x99','\x6d','\x3e','\x6a','\x75','\x1f','\x35','\x29','\x84','\x07','\xac','\xee','\x31','\x84','\x8e','\x21','\xfc','\x95','\xb0','\xac','\x4b','\xa7','\x9f','\xa3','\xa0','\x93','\xbe','\x82','\x87','\xb3','\x18','\xf4','\x50','\xc2','\x48','\x08','\xec','\xc0','\x0a','\xd5','\x14','\xd8','\xf8','\x8a','\x62','\xef','\x8b','\x34','\x3d','\xeb','\xaf','\xc1','\xdc','\x8b','\x7c','\x19','\x29','\xbb','\x91','\x92','\x46','\x58','\x80','\xda','\x32','\x27','\x6b','\x6a','\xb4','\xa8','\xd3','\xac','\x41','\x93','\xb6','\xf8','\x08','\xd9','\xcf','\xa8','\xcb','\xef','\x13','\x70','\x38','\xa0','\x23','\x4d','\xe8','\x4b','\x92','\x7a','\x75','\x79','\x89','\x50','\x77','\x1b','\x21','\xd0','\xdd','\x96','\x2d','\x33','\x62','\xdb','\x5c','\x57','\x50','\x63','\x5a','\x67','\x9f','\xa3','\xd0','\x16','\xb4','\x82','\x1f','\x0d','\xbe','\x8f','\x49','\xf8','\xdf','\x9e','\xda','\x11','\xef','\xec','\x88','\x2d','\x3d','\xb9','\x6f','\xc9','\xfa','\x5b','\x78','\x0c','\x60','\x7d','\x7f','\x09','\xc5','\x96','\xd0','\x91','\xfe','\xe0','\x43','\x4b','\xbc','\xd7','\xc4','\xb1','\xc5','\xf1','\x33','\x8b','\x93','\x95','\x6f','\xd4','\x9f','\xfd','\x46','\xf9','\xd9','\xdb','\xce','\x87','\xff','\xf5','\xc8','\xd8','\x83','\xe4','\xf1','\x28','\x42','\x9b','\x95','\x2d','\xda','\x9d','\xfa','\xda','\xc1','\x4a','\x86','\x1c','\xf1','\xfa','\xc6','\x4c','\x93','\xa7','\x92','\xdd','\x8f','\x6a','\xf6','\xf9','\x52','\xee','\xd2','\x1a','\x76','\x07','\x8d','\xe4','\xf7','\xb5','\xc8','\x6a','\x46','\x39','\xcd','\xe2','\x0b','\x46','\x02','\x2a','\x39','\xbd','\x65','\xbb','\x13','\x79','\xed','\x44','\xa4','\x53','\xca','\xda','\x23','\x49','\x04','\x8b','\x42','\xea','\x60','\xca','\xbe','\x5a','\x49','\x7d','\xcc','\x97','\x17','\x51','\xe4','\x65','\x34','\x0a','\xe5','\x79','\xd6','\xf9','\x26','\x4a','\x2f','\xa1','\xf4','\x45','\xb1','\xd5','\x5b','\xf3','\x40','\x2c','\x86','\x64','\x53','\xb6','\x35','\x6f','\xd7','\x22','\x9b','\xb0','\xe4','\x63','\x44','\xd6','\x0d','\xc6','\xe5','\x0c','\x64','\x65','\xd4','\xaa','\xe3','\xe8','\x55','\x9e','\x73','\xf1','\x2e','\x15','\xb6','\xeb','\xf4','\x3e','\x5c','\x5d','\xc0','\xd1','\x79','\x27','\xb6','\xec','\xd0','\x65','\xa7','\xea','\x61','\xc5','\xc3','\xd8','\x4b','\x12','\x69','\x09','\x2e','\x43','\x08','\x81','\xa6','\xec','\xae','\x22','\x79','\xd5','\x36','\xfb','\x02','\x3a','\x88','\x2d','\x13','\xf6','\x6d','\xbf','\xf4','\x53','\x17','\x38','\x5b','\x96','\xdd','\x03','\x1f','\xf4','\xf6','\xef','\x70','\x05','\x0e','\x7c','\xe0','\xca','\x41','\x4f','\x0c','\xf4','\x65','\x57','\xff','\x53','\xf7','\x79','\x4e','\x8c','\x65','\x62','\xac','\x10','\xfb','\xca','\x21','\xb4','\xba','\x51','\xb7','\x1c','\x96','\x2e','\x27','\xc4','\xd6','\xe8','\xca','\xa7','\xfd','\x3e','\x9a','\xcd','\xb8','\x68','\xce','\xad','\xf4','\xa9','\xce','\x37','\x51','\xea','\x9d','\x94','\x01','\xb0','\x3b','\x79','\xad','\x2b','\x08','\x3f','\xc7','\xf9','\x5c','\x10','\x37','\x70','\xc0','\x91','\xef','\xb5','\xc8','\xdc','\x77','\x48','\xa5','\xdd','\x26','\xd7','\xe6','\xe8','\x8d','\x39','\xda','\x99','\xd3','\xe4','\xef','\xd2','\x3d','\x62','\x40','\xf3','\xf4','\x49','\x50','\x46','\x98','\xf7','\x52','\xcb','\xd0','\x86','\x10','\x86','\x4a','\x86','\x96','\x12','\xff','\xc6','\xe5','\x6f','\x39','\x24','\x7d','\x56','\x1c','\x39','\x99','\xa1','\x85','\x91','\x51','\x7b','\xcf','\xfc','\xd2','\xa1','\xe5','\xd7','\x26','\xae','\x37','\xe7','\x94','\x62','\x05','\x08','\x03','\x65','\xcd','\x7f','\x44','\x56','\x09','\x62','\x69','\x84','\x98','\x83','\x7d','\xfd','\x5b','\x7a','\xf9','\xb7','\x1d','\x49','\x77','\x5a','\xc5','\x83','\xb6','\xb1','\x00','\x56','\x5e','\xc3','\x0a','\x4d','\x28','\x94','\xac','\xec','\x56','\x2d','\x4e','\x6b','\xb0','\xc6','\x46','\x17','\x68','\xc9','\x43','\x65','\x15','\x3b','\x29','\x8e','\xdb','\x65','\xeb','\xdd','\x32','\xd4','\x0d','\xb9','\xe5','\xf2','\x8f','\xfc','\xf1','\x76','\x79','\xd2','\x2d','\x1f','\x80','\x32','\xa2','\x72','\xbc','\x5d','\x3e','\x95','\xf2','\x8b','\xc0','\x9b','\x8f','\x25','\x57','\xd9','\xc9','\xc4','\x8e','\x0e','\xb9','\x8e','\xd4','\x39','\x08','\x65','\x6b','\x84','\x8c','\x9e','\xf3','\x4b','\x6d','\x20','\x39','\x70','\x08','\xc3','\x6d','\xc8','\xf7','\x41','\x0d','\x65','\x65','\xb2','\x6c','\xf1','\x71','\x0f','\x4d','\xda','\xe8','\x80','\xaa','\xe3','\x24','\x8d','\xb7','\x89','\x4f','\x93','\x27','\x18','\x36','\xbc','\x3b','\xea','\x57','\xa1','\xcf','\x85','\x66','\x57','\xc2','\xaa','\x80','\xc0','\xd0','\x0d','\x18','\x90','\xc6','\x0c','\xef','\xd1','\x7d','\x37','\x0a','\x07','\xda','\x85','\xc9','\xd6','\x18','\xb9','\x5a','\x53','\x57','\xa6','\xb5','\x95','\x05','\xdd','\xcb','\xc6','\xa1','\x02','\x64','\xb3','\x6f','\x42','\x86','\xfa','\x2b','\x0b','\xc8','\xba','\xa2','\x57','\x4e','\xd3','\xca','\x19','\x52','\xb9','\x7c','\xbb','\xf2','\x55','\x5c','\x59','\x42','\x95','\x79','\xaf','\x02','\x0a','\x50','\xe2','\xbe','\xfb','\x95','\x7e','\xd1','\x08','\xdc','\x9d','\x65','\x61','\xf1','\x3a','\x86','\x0c','\xaf','\x69','\xca','\x99','\x8c','\x12','\xa7','\x4a','\x32','\x7d','\xe1','\xdd','\xec','\x0a','\x1d','\x5a','\xc8','\xe7','\x2c','\xbe','\x17','\x79','\xa5','\xf9','\xc5','\x59','\x27','\xf3','\xf5','\xaf','\x36','\xf6','\xfd','\xe0','\x74','\xc9','\x51','\xf6','\x2d','\xf0','\x7d','\x36','\x12','\x28','\x9d','\xeb','\x41','\xc0','\xd2','\x25','\xbf','\x74','\xbd','\xf7','\x4b','\x15','\xf2','\x69','\x68','\x17','\x91','\xaf','\x6c','\xd3','\x58','\xbf','\x83','\xd3','\x09','\x0e','\xee','\x2b','\xd8','\x7a','\x87','\x9b','\x2b','\xf8','\x4e','\x08','\x47','\x38','\x18','\x24','\x33','\x2a','\x24','\x0a','\x21','\x37','\x41','\x13','\x5f','\xd1','\x38','\xbf','\x48','\xe8','\x11','\x42','\xcf','\x26','\x69','\x72','\x4f','\x86','\xec','\xf9','\xdf','\xe9','\x9e','\xff','\x43','\x3b','\xf4','\xa8','\x3e','\x71','\xe2','\xc8','\xc4','\xb1','\xb3','\x73','\xc7','\x70','\x65','\x2d','\xe9','\x36','\x09','\xa4','\xce','\x21','\x8a','\xab','\x13','\x6a','\x10','\xb1','\x49','\x0a','\x07','\x15','\x75','\x92','\xe8','\x1a','\x89','\xad','\x92','\xc3','\x50','\x4e','\x1c','\xf4','\xf5','\x43','\x32','\xda','\xe2','\x63','\x31','\x6f','\x67','\xcc','\xbb','\x7f','\x9f','\x97','\xdc','\x67','\xc4','\xf6','\x99','\xc9','\x87','\xcc','\x07','\xf6','\x99','\xe9','\xaf','\xef','\x1d','\xfa','\x7a','\x3e','\xf7','\xf5','\xbc','\xbe','\x6f','\xb7','\xf1','\xd0','\x97','\xe7','\x7b','\x49','\x24','\x9c','\x0c','\x5b','\x09','\x75','\xf1','\xc6','\x3c','\x72','\x38','\xb4','\xad','\x6d','\x06','\x35','\xa2','\x79','\xe6','\x09','\xc4','\x24','\xc4','\x1a','\x50','\x59','\x6b','\x58','\x06','\x60','\xc5','\x5b','\xd6','\x75','\xa3','\x51','\x64','\x92','\xe7','\x4c','\xfc','\x25','\x79','\xd0','\xc6','\xbb','\x11','\xd6','\x19','\xd6','\xc6','\x78','\xfa','\x22','\x4b','\x7f','\x44','\x8f','\x3c','\x56','\x8e','\x8c','\xf2','\x7f','\x31','\xea','\xfc','\xda','\x2f','\x3a','\xc7','\xb9','\xf3','\xec','\xa8','\xaf','\x8e','\x3a','\x3b','\x3e','\xea','\xa4','\xff','\x67','\x27','\xfd','\x90','\xbf','\x6b','\xd4','\xc9','\xff','\x17','\x67','\xff','\x53','\xce','\x7a','\xda','\x69','\x0c','\xf9','\x4c','\xb7','\x99','\xf1','\x43','\x36','\xdf','\x7a','\x54','\x01','\x59','\x63','\x34','\x2f','\x7e','\x99','\x1d','\xf1','\x80','\x8c','\x1d','\xfa','\xbb','\xcd','\x9b','\x6c','\xb9','\xb5','\x7c','\x0e','\x2a','\x99','\xc5','\x3d','\x38','\x70','\xef','\x2a','\x7a','\x28','\xa1','\xb7','\x91','\xb2','\xbc','\x9e','\x94','\x75','\x83','\x5a','\x66','\x93','\xbc','\xee','\x38','\xff','\x7e','\x95','\x1e','\x55','\xbe','\x2c','\x7c','\x01','\x5a','\x3c','\x41','\x15','\x4f','\x6c','\x81','\x7f','\xdf','\xcf','\x81','\xb2','\xd9','\x2c','\x7f','\x14','\x79','\x05','\xd3','\x2e','\xfc','\x3f','\xa4','\x10','\xf7','\x81','\x5b','\x62','\x52','\x96','\xae','\xc7','\x7b','\x71','\x4c','\xc6','\xcb','\x64','\x72','\x9c','\x4c','\x1e','\xe8','\x8d','\x4f','\x92','\xba','\x43','\xfe','\xe9','\x2d','\xe2','\xb6','\x48','\xe4','\x6c','\x4f','\x01','\x42','\x9b','\x26','\x89','\x63','\x46','\x14','\x8f','\x29','\x61','\x9e','\x31','\x62','\x6b','\x69','\xbb','\xf4','\x53','\xa4','\x2b','\xd8','\x50','\xf8','\x85','\x1f','\x6b','\xe9','\xc9','\x4c','\xfa','\x57','\x69','\xfa','\x20','\x4d','\xe7','\x04','\x18','\xef','\x5d','\xca','\x9b','\x17','\xf3','\x66','\x27','\x6f','\x1a','\x80','\x67','\x3b','\x56','\xef','\x92','\xb9','\x5c','\x44','\x57','\xb2','\xf1','\xd5','\x64','\xa4','\x89','\x0d','\x5b','\x6c','\xa7','\x98','\xde','\xe4','\xd4','\x41','\x11','\x8c','\xf8','\x6d','\x04','\x2a','\x30','\x67','\x7b','\x81','\x16','\x4c','\xfa','\xdf','\x51','\x7e','\xbb','\x99','\x76','\xd6','\x24','\x68','\x1f','\xbb','\x87','\xa0','\xe9','\xf6','\xfe','\x51','\xe7','\xcd','\xd1','\xcb','\x78','\xea','\xb5','\xf8','\xfc','\x92','\xb2','\x25','\xce','\x4f','\xfb','\xb5','\xc7','\xc2','\x10','\x3a','\x69','\xa3','\x35','\x33','\xd2','\x64','\x52','\x7f','\x5c','\xcc','\xd2','\x24','\x95','\xaa','\x69','\xde','\x3d','\xea','\x13','\xa2','\xa8','\xa1','\xd8','\x66','\x50','\x01','\x18','\x5c','\x40','\xb0','\xe0','\x38','\xcf','\x80','\xe2','\x8d','\x59','\x31','\x4c','\x28','\xf4','\xa1','\xfd','\x7c','\xee','\x1d','\x6e','\x20','\x40','\x01','\x26','\x7c','\x14','\xe4','\x19','\xc7','\xa8','\x94','\xb2','\x05','\xa3','\x66','\x98','\x51','\x7e','\xb9','\x1b','\x34','\x8b','\x02','\x0b','\x71','\x48','\xb8','\x45','\xd3','\xa5','\xee','\x88','\x02','\x22','\x62','\xa6','\x22','\x1c','\x17','\xbe','\x5d','\x4a','\x6c','\x4b','\x7f','\xf7','\x3d','\xca','\x2d','\x36','\x68','\x21','\x07','\x59','\xce','\xe0','\xcb','\x6f','\xb0','\x9c','\x61','\xa8','\xf7','\x4b','\xf5','\xc2','\xb0','\x4a','\xbc','\x9b','\xb0','\x29','\xf7','\x68','\xfa','\x5c','\x17','\x0e','\xd2','\x25','\x9c','\xbe','\xc0','\x73','\x97','\x70','\x21','\xb7','\x0a','\xfd','\x32','\x43','\xee','\xa7','\xb3','\x20','\xe5','\x1c','\x4f','\xbb','\xf7','\x9d','\x07','\x92','\xf3','\x1d','\xe7','\xff','\x58','\x4b','\x37','\x75','\xe9','\x8d','\xdc','\x9d','\x47','\x51','\xfe','\xdb','\xe0','\x82','\x03','\x06','\xe9','\x7b','\x78','\x22','\x1b','\x5b','\xbd','\x06','\x6f','\xf8','\xef','\xfb','\x90','\xbb','\x87','\x53','\x36','\xea','\xcc','\x59','\xbf','\x8a','\xf5','\x6a','\x9f','\x61','\x15','\x13','\x85','\xfb','\x62','\x4a','\xa7','\xfa','\x64','\x95','\x2b','\x18','\x88','\x9d','\x06','\x70','\x52','\x01','\x5f','\x5a','\x52','\x22','\x0c','\xea','\x01','\x41','\x53','\x07','\x62','\x62','\x53','\x30','\x19','\xf3','\x04','\x26','\x25','\xa9','\x08','\x64','\xb4','\x7e','\x75','\x91','\x1d','\x74','\x40','\xa7','\x6c','\x74','\x21','\x74','\x03','\xa7','\x36','\xf4','\x80','\xe6','\xd7','\x85','\xcb','\x96','\x8c','\xa1','\x81','\x60','\x3e','\x9e','\xe0','\xfc','\x63','\x04','\x3d','\x4c','\xd0','\x73','\x5f','\xf0','\x9e','\x3b','\x6f','\xb7','\x87','\xdc','\x76','\xc9','\x27','\x2f','\xb8','\x44','\x8a','\x5c','\x6f','\x3d','\xdc','\x43','\xb5','\xeb','\x00','\x03','\xfc','\x63','\x80','\xc4','\x82','\x98','\x83','\xfe','\xe6','\x53','\x49','\xc9','\x0b','\x3a','\xf2','\xd8','\x9e','\xc3','\x76','\x25','\xe0','\x6a','\x10','\x00','\xe5','\x00','\x46','\x34','\x4a','\xf4','\xec','\x49','\x23','\x99','\x16','\x8b','\xfd','\x6b','\x48','\xc9','\x79','\xca','\x10','\xf0','\x28','\x2a','\x11','\x54','\x7a','\x1f','\x8f','\xed','\xe2','\x63','\x3b','\xb5','\xd2','\xed','\xcc','\xd8','\x2f','\xd0','\xb1','\x34','\x2d','\xbd','\x27','\x6e','\xc5','\xa5','\x38','\xba','\x88','\x59','\x87','\x77','\x0d','\x88','\x8a','\x98','\x17','\x53','\xeb','\x97','\xd4','\x2a','\xa5','\xd5','\x8c','\x76','\x25','\x35','\xb6','\x9a','\x5c','\x6e','\xe2','\xa0','\x9d','\x27','\x62','\x37','\x94','\x48','\x06','\x4f','\xbf','\x49','\x0f','\x60','\x73','\xb0','\x99','\x1a','\x1f','\xfe','\x7e','\x09','\xc7','\xd7','\x83','\x6b','\x09','\xc4','\x47','\xc1','\x15','\x10','\x67','\xb0','\x86','\x91','\x8e','\xa1','\x44','\xd2','\x96','\x7f','\x1b','\x88','\x23','\x05','\x06','\xa7','\xa6','\xad','\x64','\xc8','\x0a','\xc5','\x2b','\x0c','\xaf','\xe8','\x68','\xa5','\xbc','\x91','\x45','\x52','\xf8','\xf6','\x23','\x69','\x70','\x2c','\xfb','\x7c','\x81','\x07','\x26','\xd1','\xd5','\x90','\x93','\x41','\x35','\x6a','\x17','\xc4','\xed','\x32','\xf2','\x88','\x42','\x9d','\x39','\x54','\xc2','\x00','\xbd','\xa4','\xda','\x2f','\x91','\x62','\x0a','\x02','\xfb','\x59','\xd9','\x10','\x28','\x42','\xc5','\x2c','\x7c','\x3d','\xf8','\x5d','\x2b','\x52','\x2c','\x43','\xfc','\x34','\x28','\x4a','\xcb','\x90','\x48','\x92','\x46','\x5a','\x55','\x61','\x3a','\x06','\xa9','\x9c','\x05','\x49','\x5e','\x5a','\x97','\x6a','\x56','\x54','\xae','\x47','\xf1','\xab','\x6b','\xb6','\xf0','\xc0','\x23','\x76','\x17','\x23','\x8b','\x02','\xff','\x2a','\xd9','\xa6','\xe3','\xbc','\x6f','\x07','\x9a','\xd6','\xbc','\x05','\x79','\x8c','\x06','\x5b','\x8a','\xf0','\x8a','\xb0','\xc5','\x93','\xc8','\x1c','\xd1','\xcd','\x49','\x6a','\xb6','\x20','\x88','\xba','\x45','\xdd','\x20','\xe8','\x1f','\xdc','\xb4','\x33','\xc5','\x49','\xd6','\x68','\x30','\x73','\x96','\xdd','\xf4','\x73','\xd7','\xcc','\xc9','\x55','\x93','\x09','\x2c','\x77','\x58','\xdb','\x93','\x62','\x55','\xdd','\x02','\xa5','\x85','\x07','\xe9','\xd8','\x68','\x73','\xac','\xd2','\xac','\xa9','\x74','\xfa','\x41','\x3a','\x3d','\xda','\x5c','\x30','\x9a','\x0a','\x3a','\x01','\xf6','\xaa','\xf8','\xaa','\xd9','\x75','\xb1','\x4e','\x21','\xcf','\x28','\x76','\xbe','\xec','\xea','\x70','\x57','\x83','\x65','\x93','\x02','\x87','\x02','\xe2','\x7e','\xd1','\xd8','\xc6','\x23','\x6c','\x24','\x62','\x35','\xd9','\x2a','\xe3','\x5d','\x66','\xab','\x3a','\xef','\x9a','\xb6','\x6a','\xd8','\x27','\x6c','\xfb','\x2e','\xfc','\xab','\x83','\xcc','\xe4','\x77','\xd9','\x88','\x36','\xc9','\x69','\xa5','\xfe','\x08','\x2a','\xc9','\xeb','\x23','\x8c','\x6d','\xdd','\x22','\x52','\x83','\x1e','\xef','\x53','\x4a','\x3e','\x3f','\x6d','\xa0','\xbd','\x47','\xd1','\xce','\x4f','\xe0','\xdd','\x15','\x6b','\xf7','\x51','\x14','\x7d','\x06','\x45','\xcb','\xe2','\xfa','\x58','\xc1','\xbd','\x4f','\x75','\xa7','\x09','\xb5','\x5c','\x5a','\x4b','\x75','\x41','\xad','\x51','\xc2','\x92','\xe3','\xb0','\xad','\x4c','\xcc','\x01','\xd9','\x07','\x44','\x62','\xe6','\x87','\xf9','\x7a','\x7d','\xab','\x42','\xc4','\xbd','\xfa','\xd1','\x24','\x8f','\x6b','\xa8','\x2f','\x3c','\x6a','\x37','\x4a','\xde','\xb3','\xb9','\xd3','\xb3','\xb9','\x0b','\xf5','\x9c','\x2d','\x60','\x96','\x6c','\xa9','\x3c','\x68','\x9b','\xb9','\xd3','\x80','\xd2','\xab','\x66','\x4e','\xe0','\x8b','\x9d','\xdc','\xab','\x7a','\xee','\x55','\x26','\x50','\x7a','\x35','\x8f','\x76','\xee','\xdc','\xbb','\xeb','\xcb','\x07','\x4f','\xdd','\x9f','\xfb','\x56','\xb2','\x7a','\x11','\xf8','\x0f','\x15','\xbb','\x6f','\x41','\x31','\xcf','\xea','\xf6','\xa7','\x28','\xed','\xf0','\xde','\x9a','\x82','\xda','\xc2','\x80','\x19','\x43','\x57','\x1f','\x65','\x2b','\x85','\x2e','\xf0','\x11','\x6d','\xe0','\x97','\x91','\xf7','\x10','\x42','\x63','\x1e','\x32','\x39','\x37','\xb2','\x10','\xaf','\x0b','\xf6','\x31','\x95','\x6d','\x71','\xd8','\xa5','\x57','\x0e','\x76','\xc2','\xa0','\xcf','\x1e','\x24','\xc1','\xef','\x55','\x6b','\xa7','\xaf','\x66','\x4a','\x3f','\x00','\x21','\x5d','\x68','\x34','\x77','\x69','\x01','\x32','\x83','\xbb','\xf7','\x0f','\xf3','\xbc','\x98','\x2d','\x45','\x9a','\xfb','\x47','\x34','\x77','\x5e','\xa0','\x19','\xa2','\x49','\x0f','\x34','\x69','\x81','\x6e','\x9c','\x45','\x01','\xba','\x8c','\xb2','\x98','\x8e','\xe2','\xc1','\xed','\x92','\x64','\x68','\xc4','\x43','\x50','\xee','\x67','\xb0','\x47','\xac','\x6e','\xb1','\xce','\x8e','\xd5','\x59','\xb3','\xce','\x68','\x7d','\x12','\x8c','\xa8','\xad','\x6d','\xb9','\x62','\xad','\x85','\x29','\x39','\x49','\xa0','\x94','\x11','\x3b','\x78','\x46','\x5a','\xf6','\xe2','\x2b','\xeb','\x64','\xd8','\xf2','\xf9','\xf7','\x97','\xe8','\xd7','\x97','\xd2','\xfb','\x96','\xe8','\xbe','\x2f','\x89','\x37','\xef','\xde','\xb7','\x94','\xd9','\xb7','\xd4','\xdd','\xb7','\x74','\x62','\xdf','\xd2','\x31','\xf9','\x4a','\xf8','\x53','\xb6','\xf2','\xc0','\xc8','\xc8','\x83','\x81','\xea','\x2c','\x7b','\x3b','\x88','\x84','\x42','\x4d','\x3e','\x97','\x3c','\x6f','\x11','\xb9','\xdb','\xef','\x71','\x50','\xfa','\x8b','\x28','\xfd','\x13','\x48','\x9a','\xa7','\xe7','\x6d','\x80','\x7d','\x25','\xdd','\xfc','\x5e','\xba','\xf3','\xd9','\xac','\xfd','\x88','\x8f','\xb2','\x27','\x40','\x78','\x03','\x6f','\xe8','\xe7','\x42','\x71','\xe6','\x11','\x63','\xdf','\x11','\x23','\x76','\x04','\xf6','\x9c','\x18','\x0c','\x04','\x2a','\x62','\x53','\x12','\xee','\x27','\x31','\xcd','\x54','\x67','\x96','\xde','\xf4','\xb5','\xb6','\xf9','\x51','\xd7','\xfc','\x0e','\xa9','\x47','\x2d','\x2e','\xb6','\x14','\x15','\x99','\x0c','\x99','\x5e','\xd8','\x0f','\xb2','\x8d','\x0c','\x5f','\x46','\x44','\x31','\xc8','\xb5','\xfc','\x0a','\x77','\x0d','\x9d','\x9c','\xe5','\x24','\x36','\x0a','\x88','\xdf','\x31','\x88','\x3d','\x44','\x63','\x63','\x27','\xee','\xec','\xa3','\xdf','\xe0','\xd5','\x17','\xa7','\xde','\x87','\xee','\xf2','\xf5','\xc2','\x6f','\x88','\xb6','\xf0','\x08','\x2d','\x78','\xcb','\x0b','\x40','\x22','\x14','\xc1','\x4a','\x84','\x2b','\x69','\xc7','\xfa','\xa9','\x8b','\xa6','\x5c','\xed','\x85','\x45','\xb5','\xda','\x24','\xcb','\x4b','\x64','\xfe','\x62','\x24','\xb1','\xc4','\xf9','\xa2','\x2c','\x5d','\x3e','\xa3','\xe7','\x9c','\xd2','\x07','\x41','\x58','\x33','\xc0','\x9f','\xb0','\x9c','\x5b','\x7a','\x2f','\x8c','\x6f','\x86','\xb2','\xdb','\x08','\x9a','\xdb','\xac','\x2e','\xc8','\x6e','\x2b','\x71','\x1e','\x04','\x6f','\x82','\x7d','\x42','\x39','\x4d','\x81','\x5f','\x37','\xd2','\x54','\x72','\x4d','\xeb','\x83','\xe6','\x66','\xa9','\x29','\xa3','\x71','\x8f','\xfa','\xc0','\x9f','\xd7','\x15','\x87','\x67','\xc6','\x96','\xff','\x01','\x74','\xdb','\x37','\xe9','\xca','\x1a','\xff','\x9b','\x40','\x51','\x11','\x70','\xe8','\xe6','\xda','\x23','\x7f','\x71','\x2c','\xc0','\x89','\xbf','\x38','\x76','\xec','\xe6','\xda','\xb1','\x2b','\xb4','\x79','\x65','\x37','\x3d','\x7d','\x3f','\x3d','\xfd','\xfb','\xf4','\xf4','\xc7','\xd3','\x97','\xff','\x6b','\x3a','\x53','\x4f','\x6b','\xc7','\x77','\x23','\x65','\x0b','\x4f','\xa9','\xf8','\xff','\x28','\x5d','\x1a','\x5e','\x0f','\xd9','\x37','\xd2','\x9c','\x09','\x0b','\x73','\x0b','\xb8','\x78','\x7d','\x27','\xcd','\xef','\xd4','\x72','\xbb','\x59','\xee','\xf7','\x1f','\xf2','\xdf','\x1c','\xeb','\xb4','\x1e','\x87','\x76','\x6e','\x65','\x5b','\xdc','\x78','\xd0','\x3c','\x0e','\xec','\xc6','\xed','\x07','\x0d','\x97','\xde','\x07','\xe2','\x62','\xe0','\x07','\x8a','\x77','\x01','\xb6','\xf9','\x83','\x1e','\xec','\xef','\x25','\xc8','\xed','\xfa','\x20','\x97','\xf9','\xa7','\x8c','\x7d','\xdb','\x2c','\xdd','\x10','\x1e','\x5f','\xa7','\xae','\x14','\x8f','\xb7','\x52','\x75','\x8a','\xeb','\xf1','\x6e','\x1d','\x43','\xcd','\xcd','\xf1','\x16','\xf5','\x31','\x6d','\xc4','\xbb','\x06','\xa6','\xb1','\x38','\x50','\xf0','\x62','\x6c','\x60','\x48','\x4c','\x83','\x56','\x98','\xa4','\x65','\xc3','\x8f','\x72','\x5e','\x4c','\xa0','\x63','\x09','\xd4','\x4c','\x20','\x88','\x8f','\x11','\x71','\x1d','\x6d','\xc9','\x5a','\x60','\x50','\xcd','\x84','\x1f','\xae','\x17','\xa9','\x99','\xa1','\x46','\x96','\xda','\xc9','\xe1','\xf0','\xb0','\x0d','\x2c','\x98','\x5b','\x1a','\x6b','\x65','\xbb','\x9b','\xa2','\xda','\xd9','\x75','\x78','\x14','\xc6','\x90','\x41','\x5a','\x96','\xdf','\xaa','\x92','\x10','\x56','\xaf','\xd5','\x67','\xb4','\x02','\x81','\x24','\x93','\x1c','\x16','\x4b','\x3c','\x58','\xef','\x49','\x06','\x8b','\x9d','\x8a','\xfb','\x67','\xa3','\x23','\xa5','\xee','\x59','\x46','\x93','\xb2','\x5f','\x35','\xd8','\x17','\x8a','\xa5','\xee','\x31','\x8c','\xa0','\x9b','\x56','\x1c','\x22','\xe2','\xf9','\x7e','\x93','\xce','\x40','\x49','\x00','\xc5','\x1d','\x4a','\x2c','\x1a','\xf4','\x6d','\x85','\xe4','\x00','\xb0','\x6b','\x55','\x16','\xa9','\x75','\xbd','\x57','\x71','\x69','\x88','\x73','\x5d','\x78','\xb4','\x51','\xe5','\x22','\xae','\x5c','\xe6','\x95','\x4b','\x8e','\xc0','\xd3','\x97','\x9c','\xa7','\x2e','\xfb','\x15','\xf0','\xc8','\x25','\x84','\x75','\x24','\x9d','\x72','\xfd','\x1a','\x29','\xfd','\xc8','\x67','\x6d','\x32','\x80','\x93','\xa5','\x36','\x65','\x6d','\x04','\xaa','\xdf','\x20','\xff','\xed','\x08','\x94','\xda','\x2e','\x6b','\xb7','\x59','\xfb','\x28','\x6b','\x1f','\x63','\xed','\x86','\xde','\xd6','\xf5','\x76','\xc3','\x6c','\x1f','\x33','\xda','\xe7','\x9e','\xb8','\x9e','\x9c','\x77','\xe5','\xf7','\x29','\x85','\xdf','\x27','\x90','\xc8','\x89','\xb8','\xd0','\x7a','\x2e','\x80','\x53','\xdd','\x98','\xf0','\x07','\xc4','\xeb','\x3a','\xde','\x73','\x99','\x3f','\x7c','\xc9','\x69','\x6f','\x7e','\x87','\xed','\xdf','\x67','\x74','\x11','\x95','\xde','\x44','\x40','\xf7','\x2b','\x4c','\xc1','\x25','\x94','\xbb','\x88','\x72','\xe7','\x7a','\xa5','\xc0','\x70','\x3b','\xd7','\xcb','\xf5','\x07','\xa1','\x6a','\xed','\xd9','\x1e','\x94','\x26','\xfe','\x3e','\xcb','\xbd','\x62','\xe6','\x2e','\x7a','\xa3','\xf3','\x9d','\xea','\x42','\xe9','\x09','\x77','\x64','\x81','\x6d','\xd4','\xc5','\x09','\xab','\x94','\x27','\x9a','\x88','\xdf','\x40','\x91','\xff','\xa5','\x07','\x6a','\x84','\xe2','\xa5','\xa7','\x7b','\xb1','\x39','\x42','\x5c','\x92','\x4c','\xf5','\xf6','\x2c','\xa0','\x89','\x2b','\xa8','\x7d','\xb5','\x47','\x62','\x94','\xdc','\xcf','\xc8','\x90','\x49','\x4c','\x8f','\x44','\x3a','\x44','\x29','\x11','\x32','\x42','\x80','\x3e','\x2a','\x9c','\x81','\x83','\xf4','\xe3','\xc2','\x3b','\x88','\x69','\x28','\x4e','\x71','\xb2','\xc4','\x8b','\x26','\x5a','\xbe','\xd0','\x8d','\x69','\x2a','\xc8','\x40','\x68','\x6a','\x31','\xdb','\x5d','\x83','\x4c','\x4d','\x17','\x8a','\x9e','\x66','\x4c','\x2a','\x7c','\xb7','\xa4','\x45','\xd7','\x47','\xf4','\x5b','\xc7','\xe9','\x6a','\x99','\x48','\x20','\x09','\x7b','\xb5','\x6c','\xf6','\x4e','\xe5','\x57','\xcb','\x79','\x0f','\xc7','\x04','\x84','\x2d','\xe7','\x61','\xd5','\xc3','\xe2','\x6d','\xd4','\x3f','\xb5','\xc9','\x3b','\x77','\x06','\x90','\x3b','\x53','\x3e','\x18','\x2b','\x0b','\x7f','\x79','\x20','\x6f','\xbe','\x99','\xcd','\x17','\xd0','\xc2','\x9c','\x3e','\x95','\x69','\x7d','\xc8','\xec','\x67','\x65','\x66','\x3f','\x27','\x99','\xb2','\x40','\xec','\x46','\x39','\x89','\xa5','\xa3','\x1c','\xe4','\xcd','\xb7','\xf6','\xc3','\x06','\xd2','\xc9','\x08','\x6a','\x23','\x37','\x8c','\xe1','\xc7','\x51','\xe2','\x34','\x1a','\xc1','\xa8','\x87','\xf5','\xb9','\x98','\x56','\x89','\x05','\x9d','\x62','\x02','\xb7','\x09','\x77','\xc8','\x09','\x7c','\xd2','\x00','\x1a','\x31','\x3d','\xd3','\xa1','\x32','\xc2','\x4f','\xe8','\x6a','\x04','\xd2','\x1c','\xab','\x36','\x5d','\x35','\xe9','\x6a','\xbe','\xb9','\x9a','\x17','\x57','\xa9','\xb9','\x1a','\x6b','\x7a','\xa4','\xe9','\xa9','\xcd','\x96','\xf8','\xba','\xe9','\x66','\x2b','\xd7','\x6c','\xad','\xd3','\x56','\x83','\xb6','\x99','\xd6','\x63','\x6c','\x8d','\xe9','\x5e','\xd1','\x00','\x85','\x3b','\xe8','\x00','\x5a','\x91','\x02','\xc7','\xfd','\x14','\x3f','\xee','\x17','\xe7','\x64','\x04','\x62','\x68','\x22','\x86','\x2a','\x10','\x5f','\x41','\x60','\x7b','\xab','\x32','\xd7','\x40','\x21','\xe7','\x40','\xb4','\xdb','\x09','\xf1','\x7d','\xba','\x98','\x80','\x4a','\x31','\x8a','\xab','\xa8','\x9c','\x44','\x9f','\x97','\x85','\x61','\x80','\x36','\x68','\x27','\x95','\x77','\x8c','\x03','\xd2','\xe3','\xce','\xae','\x71','\xfc','\xcd','\xf1','\xf8','\xde','\x71','\x5c','\xae','\x8f','\xc4','\xca','\xb7','\x49','\xb9','\xae','\xb6','\xca','\x9a','\x83','\x47','\x1d','\x1c','\x49','\x42','\x52','\x37','\x46','\xb0','\x0a','\x7d','\xc7','\x5a','\x2c','\x93','\x89','\x83','\x41','\x27','\x1c','\xe1','\x6c','\x8b','\x0e','\x89','\x69','\x46','\x76','\xef','\x4d','\x70','\xeb','\x35','\xfa','\xf5','\xd7','\xe8','\xbe','\xff','\x48','\xf7','\xb5','\x81','\x5b','\x78','\x9f','\xbb','\x26','\x01','\x6d','\x71','\x10','\xa1','\x73','\xe9','\x2f','\xb5','\x01','\x9f','\xae','\xd0','\x3f','\x23','\x5d','\x8f','\xb0','\xcd','\xce','\x26','\xe8','\x66','\x02','\x39','\x8e','\xa8','\x6c','\x02','\x8a','\x41','\x07','\x53','\xf6','\xc3','\xfc','\x4d','\xdd','\x6c','\x79','\x70','\xd0','\x49','\x78','\x21','\x82','\x84','\x94','\x22','\x7b','\x9a','\x48','\x0a','\xda','\x4e','\x83','\xfa','\x4c','\x24','\x6b','\xa4','\xad','\xa6','\x30','\xc3','\x71','\x2d','\xcb','\x6b','\x93','\xf5','\xda','\x78','\xbd','\x76','\xa4','\x5c','\x73','\x5b','\x35','\xb5','\x55','\xa3','\x4e','\x6d','\xc8','\xa9','\xe5','\xb0','\x35','\x46','\x6a','\x8f','\x13','\xd3','\x21','\xd5','\x18','\x91','\xd4','\x88','\x14','\x8e','\xd3','\x40','\x17','\x46','\xb2','\x5a','\x43','\x0b','\xea','\xbc','\x5d','\xdb','\xb1','\x54','\x53','\x35','\x68','\x35','\x15','\x8f','\x02','\xa0','\x9b','\xd3','\xab','\x31','\x02','\x10','\x6f','\xe8','\x0f','\xcc','\xc0','\x20','\x2a','\xf5','\x60','\x6d','\x8f','\x1c','\x42','\x8d','\x14','\x74','\x65','\x45','\xbc','\x4c','\xc4','\x06','\xa7','\x5b','\x3c','\xee','\x58','\xa2','\xaa','\x06','\x5d','\x72','\xe2','\x51','\x40','\x9c','\x5e','\xb2','\x3b','\x18','\x20','\x07','\xc3','\x8c','\xf4','\x4a','\xbd','\x86','\x6c','\x3d','\xdd','\xf6','\x39','\x61','\xfd','\x58','\xa9','\x07','\x8f','\x3b','\x96','\x3e','\xa6','\x6a','\x0f','\x73','\xfe','\xf0','\xa2','\xf6','\xdc','\xa2','\x36','\x87','\x50','\xbb','\xd4','\x0b','\x08','\x1e','\xe0','\x0d','\x77','\x0e','\xc4','\x64','\x18','\x39','\x44','\x1a','\xa9','\x84','\xf8','\x1c','\xd5','\x20','\x49','\x63','\xc3','\x3b','\x4b','\x2c','\xea','\x7c','\x4d','\x38','\x68','\x1a','\xf8','\x68','\x17','\x49','\xa2','\xc4','\x93','\xe5','\xc9','\x8c','\xc3','\x7a','\x98','\xcd','\xc9','\x84','\x4e','\x3f','\x38','\xcc','\x80','\x68','\x9a','\x36','\x88','\x66','\x9e','\x1c','\xeb','\x50','\xcf','\x0b','\xf9','\xd9','\x36','\xc8','\xd9','\x16','\xbc','\xd4','\xf1','\x8b','\x0f','\xfc','\xe2','\xa5','\x5d','\x3b','\x5e','\x1b','\x1b','\x3a','\xb7','\x52','\x05','\x66','\x36','\x61','\x40','\xc6','\x98','\x16','\x63','\x45','\x02','\x25','\xf4','\x76','\xf1','\x59','\xc4','\x66','\xb7','\xf7','\x9f','\xca','\xf4','\x50','\x90','\x2a','\x85','\x9b','\x8e','\xcf','\x98','\xa4','\x55','\xcc','\x2d','\x66','\x57','\xf8','\x2d','\xac','\xa2','\x61','\xee','\xcd','\xa8','\xe0','\x79','\x45','\x55','\x55','\x91','\xd9','\xfc','\xbb','\x72','\x8c','\x40','\x3d','\xa4','\xfc','\x5d','\x15','\xd7','\xa8','\xbc','\xab','\xcf','\xb5','\xf5','\xb9','\x45','\x06','\x31','\xbd','\x67','\x32','\x7c','\x1d','\x52','\x72','\xc4','\x40','\x23','\xd9','\xee','\x1e','\x87','\x66','\x5a','\x14','\x54','\x3e','\x31','\x9d','\x93','\xd5','\x2d','\x2e','\x91','\x54','\x14','\xb4','\x08','\x5a','\x33','\xa3','\xeb','\xc4','\x33','\xd5','\x8c','\x58','\xae','\x0d','\x0c','\x45','\xa4','\xd2','\xc5','\x38','\x8f','\x14','\x58','\xb3','\x8d','\x03','\xfc','\xe6','\xaa','\x56','\x8e','\x69','\x46','\x9c','\x7b','\xe2','\x31','\x18','\xa0','\xd3','\xa8','\x24','\x9c','\x8e','\xd3','\x08','\x9d','\x0e','\x55','\x6b','\x37','\xe2','\x5a','\xaa','\x6a','\x24','\xe5','\x75','\x56','\x89','\xfe','\x2a','\xd1','\x6b','\x8b','\x4c','\x98','\xb5','\x93','\x5a','\x26','\xc6','\x52','\xf7','\xeb','\x78','\xc8','\x40','\xfc','\x42','\xf7','\x45','\x87','\x56','\xe4','\x51','\xfb','\x09','\x4c','\xc5','\x78','\xae','\x0d','\xa8','\xa8','\xb4','\x42','\x8b','\x6e','\xff','\xfb','\x20','\x49','\xf3','\xb2','\x19','\xe2','\xa0','\xc0','\x1f','\xf7','\xfc','\xf9','\x40','\x45','\x05','\x65','\xcf','\x83','\xcb','\x13','\x11','\x3e','\xac','\x27','\x2c','\x25','\x08','\xb0','\xa4','\xf8','\x4d','\x26','\x56','\x4a','\x7f','\x75','\x40','\xf6','\x39','\x05','\x1d','\x49','\x5b','\xe3','\x36','\xf2','\xdb','\x22','\x2f','\x00','\x12','\x3e','\x54','\x20','\x5d','\x37','\x2d','\x7d','\xa5','\xa0','\x2d','\x37','\xf4','\x2b','\xa1','\x0a','\x2e','\x62','\xaf','\xf7','\xfd','\xca','\xd8','\xcf','\xd4','\x35','\xc3','\xc7','\xf9','\x2d','\x73','\x1e','\x03','\x38','\xde','\x36','\x38','\xce','\x71','\xed','\x6d','\x3c','\x13','\xc1','\x66','\xe4','\xf0','\x16','\xdd','\x8a','\xcd','\x6a','\x3d','\x19','\x5a','\x09','\x8c','\xfe','\x67','\x25','\x3f','\xb6','\xd8','\xa5','\xe7','\x9b','\xe9','\xc8','\xda','\x08','\x5a','\xbb','\x5b','\x57','\x3e','\x98','\x61','\x31','\x5d','\x8f','\x6b','\xd0','\x04','\x84','\x21','\x02','\x66','\x90','\x40','\x69','\x0b','\x48','\x60','\x00','\xc7','\xa8','\xd9','\x1c','\x90','\x42','\xde','\x82','\xa0','\xb3','\xc3','\x34','\xa9','\x67','\x0e','\x43','\x98','\xc6','\x43','\x4a','\x27','\x9a','\x45','\xca','\xfa','\x46','\xac','\x8b','\x8a','\x29','\x17','\x92','\x10','\x6e','\x81','\x13','\xc4','\x04','\xa4','\xeb','\x87','\x14','\x5b','\x38','\x71','\x8d','\x24','\x2a','\x52','\xe9','\xc7','\xc1','\xf4','\xb1','\x78','\x9f','\xc2','\x4d','\x8c','\xfd','\xe1','\x59','\x95','\xbf','\x43','\x68','\x55','\xa6','\xdd','\x9e','\xf7','\x43','\x2a','\x86','\x1a','\x4d','\xd7','\xe8','\x88','\xc5','\xbb','\x2b','\xd4','\x5c','\xa1','\xc6','\x02','\x8d','\x08','\x60','\x1a','\x15','\x96','\x18','\x01','\xd3','\x32','\xae','\xdb','\x4e','\xb1','\x53','\x6f','\x78','\xe3','\x53','\x0e','\x9e','\xe7','\xd6','\x8f','\xb5','\xf2','\x2f','\x64','\xca','\xaf','\xd0','\xdf','\x7c','\xe6','\xd2','\x6f','\x3e','\x63','\xfe','\xe6','\x33','\xeb','\xf5','\xa1','\xd7','\xca','\x9f','\x4f','\x95','\x75','\xa8','\x78','\xdc','\x56','\x08','\x0d','\x48','\x43','\x95','\x7b','\x98','\x25','\x0b','\x79','\x65','\xc5','\xdb','\xf4','\x98','\x6c','\x98','\x52','\xa0','\x61','\x4a','\x20','\x70','\xa2','\x7e','\x5e','\x87','\x94','\xc4','\x5d','\xbf','\xcf','\x6f','\x86','\xdf','\xa7','\x23','\xbe','\x52','\x5d','\xfb','\x56','\xf9','\xbd','\x6c','\x79','\x12','\x8a','\xc3','\xa5','\x93','\xbe','\x59','\x21','\xa3','\x48','\x41','\xab','\xa0','\x4e','\x26','\xe0','\x83','\x0d','\x7a','\xc4','\x86','\x25','\x9f','\x39','\x9d','\x96','\xc4','\x3b','\x35','\x72','\xa8','\x46','\x1e','\xa9','\x91','\x47','\x67','\xdc','\x47','\xeb','\x95','\x13','\xb3','\x73','\xc7','\x9e','\x9d','\x3b','\xd6','\x98','\x3b','\x26','\xb9','\xa3','\xe8','\x16','\x9c','\x14','\x77','\x0f','\x21','\x3b','\x86','\xc0','\xd5','\x95','\xaa','\x8b','\x81','\xe4','\xa2','\xfc','\x99','\x7d','\x49','\x23','\xbd','\xa5','\x69','\xd0','\x95','\x4b','\xd5','\x16','\x23','\x2d','\x9d','\x80','\xd5','\x69','\x0f','\x68','\x1e','\xf5','\xcb','\x83','\xef','\xc8','\xa7','\x88','\x5d','\x68','\x5a','\xef','\x14','\x8a','\xde','\x30','\x73','\x86','\x47','\xb9','\x32','\xa5','\x95','\xde','\xcf','\x8c','\xed','\xa4','\x63','\xbf','\x40','\x7f','\xf9','\x15','\xf6','\xcb','\xcf','\x5c','\xfa','\xe5','\x67','\x3a','\xbf','\xfc','\x8c','\x51','\xd0','\x3a','\x63','\xda','\xa5','\xb1','\xa1','\xec','\xd8','\x67','\x93','\x63','\x13','\x3f','\xab','\x9f','\xd1','\x0c','\x0a','\x37','\x49','\xfd','\x38','\xbf','\x6d','\x66','\xb0','\x79','\x08','\x9b','\x73','\xd8','\x6c','\xe3','\xaa','\x8b','\x6b','\x04','\xcf','\x89','\x3f','\x9d','\x14','\x8b','\x5a','\x2c','\x1f','\x58','\x17','\xd3','\xc5','\x8e','\x75','\xc9','\xab','\x41','\x8b','\xd1','\x6a','\x7d','\xff','\x9b','\xb3','\x87','\xd7','\x66','\x59','\xe7','\x59','\x76','\x65','\x96','\x5d','\xa9','\xb3','\x95','\x5a','\x8f','\xd7','\x1a','\xa7','\x6a','\x06','\xaa','\x29','\x76','\x4d','\x41','\xcf','\x2b','\xa8','\x2e','\x55','\xab','\xc2','\x00','\xb1','\x8c','\xd9','\x56','\xa5','\xde','\x96','\x5c','\xef','\xba','\x06','\x55','\xe5','\x0d','\x29','\x56','\xeb','\xf5','\xc5','\x6a','\xe5','\x2f','\x7d','\x04','\x41','\xa3','\xc1','\x27','\x65','\x4b','\x48','\xd3','\x96','\xe2','\x50','\x62','\xb2','\x8a','\x37','\x67','\x29','\x98','\xd8','\x03','\xe1','\xe8','\xc1','\x75','\xaa','\xa1','\x98','\xbe','\x45','\x07','\xf3','\x67','\xc7','\x37','\x36','\xf8','\x76','\x60','\x3f','\x14','\x5b','\x13','\x61','\x09','\x9f','\x25','\x82','\x92','\x48','\x17','\x0d','\xbd','\xa4','\xe6','\xdc','\x97','\x73','\xbd','\xf6','\x0b','\xee','\xb5','\x17','\xec','\x9d','\xaf','\x2b','\x1c','\x34','\xcd','\x7b','\xac','\xd0','\x66','\xf9','\x76','\x3e','\x7f','\x9d','\x4f','\xb6','\xd9','\xfe','\x36','\x2b','\xb6','\x19','\x13','\x16','\x90','\x78','\x04','\x36','\x74','\xa6','\x99','\x9d','\xec','\xba','\x47','\xcd','\x55','\x58','\x4a','\x33','\x5a','\xf6','\x1d','\x4a','\x23','\x62','\x77','\xdc','\x97','\xfd','\x91','\x7f','\xc8','\xf4','\x26','\xcc','\xd5','\x89','\xe7','\xfd','\x8a','\xe9','\x9d','\xeb','\x78','\x60','\xa0','\x66','\xbc','\xbb','\x27','\x7c','\x65','\xdd','\xfb','\x40','\xb2','\xb2','\x58','\x71','\xd9','\x9c','\x9f','\x9f','\xfb','\x0e','\xb4','\x99','\x90','\xf6','\x22','\x69','\xb7','\x49','\xef','\x68','\xcf','\xdb','\x39','\xb7','\xc2','\x2b','\x1e','\xdb','\xe1','\xb2','\xb4','\x9f','\x4f','\x7f','\x87','\xef','\x82','\xef','\xc6','\xf6','\xb5','\xd9','\xd1','\x1e','\xb3','\xdb','\x0c','\x64','\x31','\x10','\xb4','\xf0','\xf3','\xbf','\x6d','\xe1','\x38','\x07','\x12','\xc2','\x32','\x96','\x04','\xf8','\xf2','\xdf','\x2d','\xcc','\xe3','\xfe','\x09','\x0c','\x9d','\xe0','\xe1','\x35','\x0c','\x94','\x32','\xf8','\x7a','\xdc','\x66','\x09','\xe9','\xe0','\x2e','\xf7','\x75','\xdb','\x85','\x45','\xa6','\x33','\x5c','\xea','\xde','\x62','\xac','\x35','\x88','\xd2','\x7a','\x6b','\x92','\xb5','\x30','\x92','\x60','\xad','\x78','\x77','\x43','\xd2','\xb2','\xa5','\x4a','\xa2','\x15','\x8d','\x41','\x13','\x9b','\x6e','\xe2','\xe9','\xce','\x61','\xdb','\x23','\xd3','\x9a','\x9d','\x2f','\x76','\x76','\xea','\x5e','\x74','\xca','\xb1','\xde','\xe3','\x8f','\xef','\xd4','\x3e','\xfe','\xff','\xce','\x7c','\xfc','\x99','\xe6','\xc7','\x9f','\xb9','\xf4','\xeb','\x9a','\xf1','\x78','\xe3','\xe2','\xe3','\x39','\x6a','\xe0','\x54','\x5c','\x1c','\xaf','\xf7','\x4e','\xd0','\xe0','\xad','\xf1','\x04','\x99','\x64','\xdc','\xca','\x8a','\x2c','\xee','\x2e','\xf1','\x34','\x52','\x81','\x08','\x03','\x44','\xf0','\x75','\x5a','\x29','\x0e','\xdf','\x6a','\x50','\xfc','\x3d','\x4d','\x39','\xcd','\x92','\x57','\xf4','\xe2','\xe7','\xa6','\xbd','\x92','\x8d','\x92','\x83','\x7a','\xbe','\x3b','\x65','\x7f','\x93','\x61','\xeb','\xe7','\x60','\xb3','\xa2','\x64','\x92','\x42','\xdd','\xfb','\x3c','\x38','\x70','\x5b','\xab','\x10','\x3b','\x24','\xbe','\xbd','\x6e','\x50','\x45','\x38','\xc9','\x43','\xbf','\x89','\xf4','\xc9','\x5e','\x04','\x8a','\x40','\xf0','\x82','\x60','\x97','\x10','\x7b','\xc8','\x67','\x2b','\xf4','\xc7','\x12','\xdf','\xac','\xd0','\xcb','\xbd','\xf4','\x37','\x2b','\xe9','\x7c','\x65','\x77','\xbe','\x42','\x03','\xb0','\x43','\xe2','\x64','\xd9','\xa2','\xcb','\x10','\xe8','\x83','\xac','\x30','\xba','\x42','\x84','\xfd','\x3f','\xba','\x10','\x9f','\x56','\x94','\x33','\x86','\x64','\x7e','\x13','\x46','\xa6','\x98','\xc3','\xc2','\x50','\x99','\xb6','\xc9','\x43','\xb2','\x58','\xab','\x1f','\x5b','\x96','\x3c','\x15','\x58','\xcc','\x9f','\x64','\xd8','\x7a','\xb1','\x81','\x70','\x3a','\x6d','\x22','\x62','\x83','\xa6','\x7c','\xd0','\x13','\x21','\xa1','\x89','\x3b','\x1d','\xb1','\x75','\xd9','\x41','\x6f','\x07','\xfd','\x71','\x31','\x44','\x5b','\x44','\xcc','\xde','\xfd','\x40','\x0a','\xe1','\x4d','\xe9','\xe5','\xcb','\x77','\xb4','\x2d','\xc8','\x01','\x7c','\xeb','\x0f','\xf3','\xde','\x83','\xa3','\x44','\xe0','\x00','\xef','\x8d','\x8f','\x92','\xfa','\x28','\x29','\x8f','\x12','\x67','\x14','\xec','\x70','\xb8','\x3e','\xd2','\xcf','\x15','\xf6','\xef','\xab','\xd9','\x5e','\x4d','\x56','\x0d','\x89','\x0b','\x1c','\xcb','\xf6','\x76','\x88','\xb3','\xb5','\x89','\xf9','\x4d','\x7e','\xf2','\xad','\xf1','\x4a','\x7a','\x3c','\x79','\x70','\xfc','\xa9','\x8f','\x8e','\xbf','\xf8','\xbf','\xf8','\xcf','\xfd','\xfb','\xf1','\xb9','\xdf','\x1e','\xaf','\x3c','\x09','\x70','\xbf','\x30','\x4e','\xd4','\x11','\xe1','\xb6','\xc8','\xfa','\x28','\xca','\x78','\x8f','\x86','\x44','\xc3','\x83','\x94','\xed','\xf0','\xd4','\x57','\xfb','\x85','\x9b','\xc2','\x62','\x14','\xa6','\x9d','\xce','\xc8','\xd4','\x7a','\xc2','\x36','\xef','\xd0','\x99','\x45','\x86','\x41','\x98','\xb8','\x29','\x66','\x40','\xbb','\x82','\xc0','\xb4','\xb6','\xba','\x32','\x5e','\xc5','\x88','\x69','\xfa','\x75','\x13','\xf4','\x86','\x8c','\x0e','\x99','\xfa','\x16','\x59','\xc9','\x10','\x27','\x99','\x10','\x4e','\x28','\x43','\x77','\x7c','\x0e','\x9e','\x96','\x19','\x10','\xda','\x17','\xc8','\x86','\xe2','\x7a','\xf8','\x1c','\x30','\xd2','\xc5','\x4c','\xf0','\x3f','\x5b','\x21','\x3f','\xae','\x90','\x6f','\x56','\xc8','\xe5','\x5e','\xe2','\x9b','\x95','\x44','\xbe','\x92','\xcc','\x57','\x48','\xfe','\x10','\xc8','\x79','\x0f','\x7c','\x4e','\x38','\x7f','\x02','\x97','\x6d','\x01','\xb8','\xcd','\xc5','\x4d','\x17','\x28','\x0a','\xf0','\xde','\xb1','\x15','\xd2','\x94','\x4f','\x21','\x46','\x24','\x1e','\x77','\x21','\xc0','\xfd','\xb2','\xe6','\x11','\x1a','\xf3','\x3d','\x4a','\xc5','\x99','\x7e','\x38','\x6d','\x27','\xb5','\xa0','\x64','\x7d','\xd9','\xce','\xbe','\x6d','\x6b','\x40','\xfc','\xe5','\x8e','\x66','\xfd','\xc7','\x23','\x40','\x34','\x3a','\x93','\xeb','\xa3','\x40','\xac','\xf7','\x49','\x64','\x01','\x94','\x78','\xf7','\x38','\x99','\xf4','\x19','\x9a','\x5e','\xec','\x0e','\x2d','\xe5','\x73','\x76','\x74','\xd4','\x56','\x40','\x4f','\x9c','\xfb','\xfd','\xbc','\x0c','\xb4','\xde','\x13','\x62','\x26','\x16','\x0d','\x7e','\xc3','\x4d','\x5f','\xf6','\xd3','\x4d','\x37','\x40','\xae','\xe9','\x02','\xb5','\x5b','\xb6','\x57','\xa0','\x73','\x9f','\x8e','\x99','\xf5','\xb8','\x19','\xc7','\xe6','\x7d','\x8e','\x49','\xda','\x33','\x6a','\x7b','\x46','\xa3','\x35','\x9d','\x59','\x9e','\x77','\xb8','\x9f','\x6f','\x12','\xbb','\x90','\x89','\x0c','\x86','\xce','\xad','\x95','\xba','\x99','\x2c','\x22','\xda','\xdb','\xed','\x50','\x9e','\xbb','\x5f','\xad','\x3a','\xf0','\x34','\xac','\x85','\xd8','\x38','\x97','\xc5','\x9c','\x7c','\x74','\x11','\x17','\x12','\xbc','\x40','\x18','\x7f','\x97','\x15','\x12','\xf9','\xc2','\x0e','\x5e','\xda','\x91','\x27','\x62','\xfd','\x9c','\xcf','\x5b','\xe7','\xfd','\xca','\xbf','\xcf','\x03','\xbe','\x9d','\xaf','\x7c','\xc1','\xaf','\x7c','\x21','\x6f','\x2d','\xb2','\xca','\x0e','\x46','\x9e','\xd4','\xf9','\x0f','\x2f','\x42','\x0f','\xa9','\xda','\x20','\xea','\x6f','\x11','\xf5','\x65','\xf2','\x80','\x8c','\x67','\x1a','\x0c','\x5b','\x5d','\x1c','\x90','\xd1','\xf5','\x19','\xca','\x8a','\xd6','\x7a','\xd1','\x64','\xc7','\xe2','\xa8','\x09','\x61','\x25','\x90','\x6c','\x83','\xe2','\xa3','\x11','\x9b','\x3e','\x68','\xd0','\x49','\x93','\x8e','\x17','\x69','\x3d','\x4b','\x5b','\xc9','\x61','\xa8','\x5b','\x94','\x3a','\x35','\xe8','\x87','\x62','\xc7','\x4b','\xc8','\xcc','\xbb','\x30','\xa8','\x34','\xd3','\x1b','\x47','\x5e','\x79','\x71','\xf5','\xf2','\x75','\x1f','\xab','\xab','\x80','\xa3','\xab','\xd6','\x8f','\x7a','\x48','\x5d','\x15','\xd0','\xaf','\xad','\x96','\x7e','\xd4','\x63','\xd7','\x56','\x37','\x50','\x82','\xc7','\xef','\xb2','\x6b','\xed','\xc1','\xcf','\x81','\xfa','\x0d','\xd3','\xd3','\x90','\x37','\xba','\xb8','\x5a','\xba','\xee','\x97','\xd5','\x55','\xa7','\xff','\x39','\xf0','\x81','\x8b','\xab','\xe5','\x1f','\xae','\x8e','\x5f','\xef','\x4d','\x2e','\xae','\x1e','\x90','\xff','\x17','\xf1','\x6b','\xab','\xbe','\xba','\xda','\x50','\xbf','\x6b','\xa8','\x6d','\x23','\x20','\x85','\x13','\xe6','\xeb','\x1e','\xc7','\xa4','\x0e','\x18','\xba','\x14','\xcf','\xd0','\x72','\x8d','\xdf','\x12','\x8f','\x72','\xd0','\xda','\x36','\x00','\xa4','\xc5','\xb8','\x15','\xd8','\xc6','\x52','\x46','\x13','\x27','\x23','\x37','\x48','\xc4','\x95','\xb0','\x03','\x8e','\x4d','\x3e','\x6f','\x93','\x51','\x77','\x4b','\x1f','\x62','\xa9','\x17','\xd6','\xdb','\xc8','\x02','\x9b','\x6d','\x25','\x37','\x27','\x73','\x7f','\x4c','\x73','\xcd','\x60','\x1f','\x8b','\x6f','\x2d','\xc1','\x95','\xe8','\x0b','\x1c','\x00','\x01','\x85','\x38','\xd3','\xc5','\x52','\x75','\x55','\xfa','\x5f','\xb5','\x74','\x4b','\xff','\x89','\x6d','\x1c','\x90','\xde','\x31','\x85','\xb5','\xa3','\xd8','\x90','\x41','\x42','\x19','\x3b','\x50','\x37','\xb9','\x8b','\x54','\xcd','\xbd','\xb2','\x9c','\xdb','\xff','\x41','\xf0','\x2d','\x89','\x7e','\x48','\x24','\x61','\x25','\x41','\x5e','\x42','\x6c','\x61','\x81','\xf7','\xa1','\xb5','\x94','\x2c','\xc7','\xb4','\x15','\x6b','\xb6','\xc8','\x5a','\x6b','\x4f','\xd6','\xff','\x18','\x6d','\x7d','\x47','\x8e','\xc9','\x4d','\x9f','\x0c','\xd0','\xa7','\x48','\xfc','\x0d','\xa1','\xed','\xf0','\x73','\xbc','\x16','\x17','\x27','\x78','\x96','\x57','\x6c','\x4f','\xcc','\xf2','\xca','\xe2','\x6a','\xe5','\x9c','\x2f','\x1e','\x2d','\x31','\x80','\x71','\x6f','\x63','\x0c','\x49','\xe4','\x6b','\xab','\xfc','\x87','\xab','\x44','\xdd','\xc0','\x77','\x89','\xda','\xee','\xd7','\x11','\x39','\x1b','\xac','\xa7','\x89','\xcb','\xbd','\x0d','\x36','\xe0','\x4c','\xa9','\x17','\xb0','\x01','\x3f','\xf6','\xba','\xfb','\xf0','\xe5','\xde','\x44','\x14','\x01','\xf5','\x1c','\xb9','\xe6','\x56','\x5a','\xa4','\xa2','\x90','\xf6','\xae','\x84','\x4b','\x13','\xe7','\xba','\x24','\xbe','\xfe','\x33','\xe2','\xb4','\x9b','\x01','\x5b','\x36','\xe0','\xc3','\xb2','\x0e','\x61','\xa5','\x02','\x7f','\xd3','\x93','\x61','\x0a','\x68','\x22','\x0b','\xfc','\xaf','\xbf','\xcf','\xe7','\x6c','\x54','\xaa','\x2f','\x4b','\xa5','\xb3','\x0c','\x54','\xb2','\x15','\xf8','\xcd','\xa0','\x25','\x30','\x08','\xb3','\xcb','\xcf','\xf9','\x59','\xa4','\x4f','\xf0','\x39','\x1b','\x5f','\xa6','\xe8','\x61','\xd6','\x10','\xdf','\x87','\x89','\x23','\x79','\xbf','\x11','\xcb','\xb3','\x8c','\xf0','\x42','\xdf','\x97','\xcd','\x49','\x49','\x43','\xf2','\xca','\x04','\x1b','\x3b','\x14','\x23','\xf5','\x8f','\x72','\x79','\x9a','\x93','\x22','\xd0','\xcf','\x48','\xb3','\x14','\x8c','\x41','\x49','\x6a','\xc1','\xe2','\xa7','\x59','\xe2','\x0a','\xa3','\xdf','\xd3','\xd9','\x67','\x4d','\xaf','\x34','\x8d','\xb2','\x36','\xc2','\x7f','\xaf','\xdf','\x15','\xf0','\xa5','\x5c','\x91','\xb1','\x1d','\x2e','\xdc','\xa5','\xee','\x30','\xba','\xf9','\x0e','\x6f','\x6d','\x2b','\xef','\xd9','\x64','\x34','\xd5','\xa5','\xef','\xb4','\x99','\x91','\x94','\xc2','\xa0','\x81','\xbe','\x86','\x21','\x2b','\xc6','\x82','\x48','\x1a','\xbc','\xd2','\x86','\xaf','\x2d','\xcf','\x56','\x94','\x82','\xb0','\x7a','\xd8','\x57','\xd2','\xc2','\xa5','\x1f','\xc9','\xa4','\xe7','\xd0','\xc5','\x79','\xbd','\xa9','\x49','\x2a','\x33','\x1c','\x41','\x8e','\xa4','\x32','\xcb','\xf5','\xa9','\xcc','\xc8','\xa8','\x4a','\x4b','\xdd','\x75','\x34','\x03','\x3c','\x66','\x7a','\xb8','\x55','\x15','\x25','\x0f','\xde','\x5d','\xf2','\x8c','\xfd','\x82','\x87','\x81','\x94','\xf1','\x66','\x8f','\xe1','\x9d','\x02','\xf1','\xc1','\x15','\x50','\x1b','\x76','\xd2','\xec','\x80','\x2d','\x2a','\x30','\xd7','\x1a','\xf6','\x39','\xb8','\xa4','\xd5','\x66','\xb1','\x4a','\x8b','\x33','\xcd','\x63','\x27','\x9b','\xc7','\x2a','\xcd','\x66','\x65','\x89','\x56','\x9e','\x91','\x68','\xd0','\xb6','\x4e','\x5d','\x20','\x61','\xa0','\xcd','\x67','\xd2','\xb4','\x99','\xfe','\xdd','\xd4','\xee','\x7c','\x92','\xc6','\x70','\x3f','\x3e','\xbf','\x99','\xcb','\x86','\x3c','\x69','\x02','\x15','\x05','\xa8','\xf3','\x5b','\x9c','\x37','\x35','\x93','\xea','\x8c','\x96','\x33','\xd4','\x49','\x0d','\x5b','\xb7','\x82','\x5d','\x34','\xdc','\x69','\xc3','\x31','\x60','\x40','\xdf','\x01','\xd4','\x1c','\x08','\x62','\xaa','\x30','\xaa','\xc5','\x14','\xf1','\x99','\x01','\x9c','\x2f','\xc0','\x36','\xa4','\x12','\x96','\xea','\x31','\x42','\x1a','\x1b','\xd5','\x23','\xd0','\xcf','\x1a','\x42','\x18','\x39','\x7e','\x9c','\xf7','\xee','\xfc','\xbd','\x9b','\xbf','\x3a','\x70','\x3c','\x37','\xba','\xce','\xff','\xf3','\x1d','\x1d','\xcd','\x74','\x64','\xa3','\xdf','\x3c','\x1e','\xf0','\x71','\x95','\x89','\x75','\x4b','\x92','\x6e','\x09','\x3c','\x78','\x48','\x7c','\x65','\xdd','\x41','\xda','\x2d','\x4c','\xaf','\x72','\xea','\x38','\x91','\x07','\x1d','\xee','\x97','\x31','\xae','\x00','\xca','\x1f','\xb1','\x6e','\x15','\xa1','\x56','\x12','\x8b','\xc7','\x09','\x8c','\x9f','\xc6','\x58','\x4a','\xe3','\x86','\x45','\x17','\xd2','\x07','\x94','\xb6','\x01','\x50','\xfa','\x1f','\x41','\x68','\x15','\xa1','\xd3','\x41','\xb3','\x80','\x24','\x47','\xca','\x98','\xc2','\x05','\x7e','\x80','\xdf','\xd4','\x68','\x52','\x87','\x99','\x0d','\x8e','\xf3','\x16','\x57','\x37','\x13','\x6c','\x80','\x5b','\x4a','\x4a','\x4c','\xb0','\xaa','\xcc','\xbe','\x76','\x6d','\x80','\xfe','\x53','\x61','\x64','\xa4','\xc5','\xdc','\xf0','\x24','\xc2','\xc6','\x84','\x60','\x42','\x88','\xf3','\x5d','\xc5','\x4c','\x4d','\x75','\x9f','\x54','\xd9','\x93','\x1f','\x32','\x9f','\xdc','\xeb','\x3d','\x19','\xb1','\x9f','\x54','\xbc','\x27','\x71','\xe3','\x49','\x52','\x7a','\x32','\xf7','\xf2','\x93','\xcb','\xf6','\x93','\xd9','\x2e','\xbc','\x18','\xb1','\xad','\x6c','\x77','\x2a','\x62','\x4f','\x45','\xc2','\xf2','\xd1','\x4d','\x40','\x61','\x77','\x66','\x73','\xef','\x35','\x28','\xea','\x48','\x16','\x35','\x61','\x54','\xbf','\x89','\x98','\xd8','\xc1','\x8f','\xdb','\x92','\x3d','\x7e','\xe4','\x07','\x62','\xa1','\x05','\x97','\x34','\x1c','\x0c','\x52','\x9b','\xa2','\xc1','\xcf','\x09','\x3e','\x2a','\x34','\x32','\xdf','\xe9','\xd1','\x7e','\x4a','\xfb','\xae','\x63','\x6d','\x06','\xd4','\x00','\xc7','\xbe','\x4f','\x8c','\x6b','\x27','\x6d','\x8d','\x6e','\xe9','\x17','\x36','\x02','\x6d','\x2c','\xc9','\xaf','\xeb','\x41','\x5e','\x28','\xcd','\xe9','\x6e','\x85','\x66','\x14','\x0a','\xf9','\xb9','\x05','\x61','\x46','\x16','\xa1','\x5e','\x65','\x79','\x5d','\xf7','\x66','\x4c','\x2f','\x6a','\x78','\x51','\x48','\xc2','\x8b','\x59','\x61','\xf9','\x03','\x7a','\x2e','\xd0','\xe7','\x92','\x68','\x12','\xbe','\x0e','\xf5','\xf0','\xc4','\x72','\xc9','\x7c','\x70','\x3e','\xba','\x89','\xaf','\xb9','\x7e','\xc9','\x3d','\xc9','\x32','\x15','\x20','\xc3','\xea','\x4a','\x8a','\xb7','\x3b','\xf8','\xe7','\x43','\xbe','\x1d','\x69','\xd1','\x41','\x7a','\x0c','\xc1','\x97','\xc1','\x76','\x1a','\xdb','\xbb','\x49','\x79','\x8f','\xf8','\x92','\xaa','\x59','\xa4','\xac','\xbb','\xab','\x78','\x62','\x2c','\x73','\xec','\xb7','\x7e','\x44','\x17','\x70','\x7a','\x43','\x9f','\x5d','\x06','\xf9','\xbb','\xb2','\xfa','\x22','\xd4','\x47','\x0b','\x22','\xea','\xa0','\x92','\x86','\xa5','\x43','\xa7','\xe1','\x58','\x06','\xcf','\xd1','\xf8','\xff','\x5d','\x24','\x9f','\x65','\x64','\x86','\x91','\xaa','\xb0','\x5a','\x4d','\xb5','\xea','\xa9','\x1d','\x9b','\x2e','\x7b','\xda','\xb2','\xa9','\xad','\xb0','\xdc','\x95','\xe2','\xe8','\x99','\xec','\xd3','\x8b','\xc9','\x05','\x86','\x07','\x74','\x1e','\x07','\x4a','\x80','\x36','\x61','\x22','\x6b','\x1d','\x1e','\x05','\xbc','\x10','\xb2','\xb1','\x42','\xf8','\xee','\x50','\x6e','\x41','\x84','\x6d','\x99','\x82','\x27','\xfa','\x2a','\x29','\xfd','\xc0','\x67','\x9b','\xde','\x1e','\xa0','\x74','\xb5','\xf7','\x73','\x5f','\x11','\xff','\xa1','\xde','\x26','\xc7','\xaf','\x91','\xa9','\xa5','\x93','\xb6','\x4e','\xfb','\x7a','\xa3','\x00','\x84','\x49','\x84','\xfb','\xb6','\x5c','\xa8','\x79','\x89','\x18','\x00','\xdc','\x16','\x35','\xd8','\xf9','\x55','\xc8','\x6b','\xae','\x6b','\x46','\x43','\x63','\x4c','\xa7','\x6c','\xf4','\xdd','\x02','\x4f','\x1e','\x5c','\x87','\xca','\x71','\x5d','\xe6','\xcd','\x03','\x27','\x00','\x64','\x1c','\x19','\x81','\x3a','\x46','\x20','\x51','\x74','\xf3','\xf3','\xee','\x7d','\x11','\x37','\x26','\x6e','\xd9','\x94','\xab','\x5a','\xaf','\xc9','\xe8','\x5a','\x91','\x55','\xd7','\x25','\x5f','\x4a','\x94','\x85','\x50','\x8a','\xc2','\xfa','\x2a','\xf9','\x5b','\xfc','\xaf','\x3b','\xca','\xab','\x10','\x08','\x80','\xac','\x43','\x2c','\x6e','\xd7','\x40','\xc4','\x52','\x16','\xa8','\x6f','\xcb','\x2f','\xc3','\x8a','\x7c','\x13','\xf1','\x77','\xe5','\xfc','\x49','\xf9','\xc2','\x73','\x01','\xbf','\x44','\x23','\x34','\xeb','\x0e','\x7d','\x0d','\x68','\x54','\x0f','\xce','\xbb','\x9f','\x14','\x78','\xc5','\x3d','\x7f','\x41','\x98','\xd3','\x99','\x74','\x93','\xa6','\x9b','\xdd','\x74','\x33','\x9f','\x6d','\x46','\xd3','\xcd','\xa8','\x98','\xa0','\x62','\x83','\x40','\x29','\x1f','\xf8','\x37','\x16','\x28','\x9d','\xee','\x69','\x33','\xf4','\xeb','\x75','\xf6','\xc4','\x7d','\x9d','\xba','\x7a','\x62','\x4e','\x7b','\x59','\x8d','\xc4','\x3f','\x84','\x6b','\x7b','\x87','\x7b','\xe2','\xfe','\xfd','\x1e','\x33','\x8f','\xfe','\xa4','\xa7','\x32','\xb3','\xc2','\xcc','\x7f','\x7e','\x80','\xff','\x0e','\x33','\x05','\x8e','\x0a','\x3c','\x8b','\xbe','\x70','\x95','\xab','\xcb','\xbe','\x6a','\xa3','\x7e','\x3e','\x0e','\xc9','\xbc','\x9b','\x0f','\xdd','\xab','\x4d','\x52','\x02','\xca','\x5f','\x37','\xf7','\x35','\x37','\xb7','\xec','\x02','\x3f','\xf0','\xbc','\x5b','\x02','\xda','\x6d','\x61','\xdb','\x67','\x72','\x4d','\x61','\xc4','\x75','\x73','\xcd','\xbc','\xec','\x87','\x8d','\x56','\x9b','\xca','\x13','\x17','\xf8','\x42','\xca','\xbf','\xb7','\xbe','\x70','\xff','\xa2','\x0d','\x4e','\xa4','\x8e','\x9c','\x3f','\x5e','\x30','\x7f','\xc4','\x5d','\x85','\xbd','\x9a','\xc5','\xc1','\xf6','\xba','\x2b','\x1f','\xfe','\xf6','\x49','\x75','\xb5','\x57','\x1a','\x18','\xc3','\x74','\x6a','\xc9','\xcc','\x26','\x91','\xb3','\x81','\x41','\x3d','\xf6','\x96','\xf3','\xfd','\xff','\x14','\xe7','\x01','\xf0','\xa3','\x41','\x2b','\xf1','\x9c','\x17','\x59','\x10','\x5b','\x81','\x30','\x7e','\x4a','\x89','\x95','\xa4','\x5f','\x5a','\x07','\xc7','\x4a','\x3e','\x26','\xfa','\x85','\x61','\x5b','\xfa','\x65','\x62','\xd2','\xbb','\x8f','\xf7','\x24','\x69','\x08','\xab','\xbc','\x62','\x5a','\x17','\xbd','\xca','\x7c','\xa7','\xb2','\x50','\xac','\x38','\xd9','\x4a','\xb3','\x55','\xe9','\x78','\xc2','\xae','\xb3','\x6c','\x4f','\x98','\x7c','\x95','\x54','\x2f','\x21','\xd6','\x82','\xed','\x91','\xcb','\x3c','\xe5','\x79','\x3d','\xcf','\x6b','\x78','\x9e','\x11','\xe4','\xbb','\x07','\xe6','\x0f','\xf8','\x1a','\xa5','\xf5','\xa4','\x94','\x8b','\xcb','\x94','\xd6','\x0f','\x29','\x50','\x70','\xee','\x8e','\x21','\x52','\x60','\xa4','\x96','\x11','\x5e','\x1e','\x61','\x06','\x6a','\x34','\xd0','\x35','\x53','\x39','\x63','\x67','\x15','\xf4','\x4e','\xda','\x53','\x3a','\x56','\xd6','\x1e','\x11','\xa7','\x98','\x12','\xf1','\xac','\xf9','\x70','\x8f','\x95','\xf5','\xfc','\x0e','\xe8','\x05','\xcb','\x9c','\x9a','\x25','\x7e','\x97','\x42','\x90','\x02','\xec','\x2b','\x96','\xe4','\xd9','\x11','\x98','\x12','\x86','\x64','\x8b','\x54','\xa1','\x65','\x3f','\x53','\x75','\x69','\x75','\x91','\x5a','\x4b','\xdd','\xea','\x45','\x86','\x6a','\x48','\x7b','\x9c','\x6e','\x50','\x52','\x6f','\x09','\x92','\xc8','\x7f','\xe1','\x71','\xb0','\x55','\xba','\xfd','\x4e','\x13','\x42','\x99','\x97','\xc5','\x12','\x11','\x47','\xc9','\xb9','\xa5','\x0f','\x5c','\x25','\xb2','\x08','\x25','\x0d','\x91','\x25','\x25','\x77','\xb1','\xf4','\xc1','\x92','\x7c','\x2a','\x5e','\x3c','\x23','\xab','\x29','\x1c','\x78','\x5b','\x88','\x3f','\xc1','\x11','\x17','\xf7','\x23','\x0c','\x62','\x1e','\x00','\x17','\x31','\xd4','\xab','\xf7','\x88','\x43','\xd5','\x3f','\x65','\xf4','\xdb','\xa6','\xa6','\x41','\xc2','\xb7','\xb4','\x52','\xac','\xe0','\xac','\x4b','\x65','\x25','\xf3','\x8f','\x7a','\x60','\xa5','\x23','\xef','\xa5','\xeb','\xbd','\xa7','\x6c','\xef','\x39','\xe4','\x7d','\x06','\x52','\xd2','\x9e','\xb8','\xd4','\x3e','\xf2','\x4e','\x20','\xb8','\xd4','\xf2','\x73','\x6c','\x90','\x14','\x5c','\x41','\xb4','\x4e','\x3e','\x7c','\xdc','\x1f','\x8f','\x91','\xb2','\x4a','\x2e','\x5f','\x6f','\xb3','\x1b','\x6d','\xe6','\xb5','\x4b','\x5e','\x5b','\xb8','\x57','\x4c','\x3c','\x6d','\x13','\x99','\x07','\xef','\xe6','\x09','\xcb','\x91','\x68','\xce','\x8d','\xe6','\xdb','\xd1','\x5e','\x5b','\x69','\xa4','\xb8','\x11','\xf7','\x37','\xeb','\x25','\xa2','\xb2','\x1c','\x42','\x97','\xc5','\x12','\x3e','\xa3','\xa7','\x25','\x06','\x07','\x36','\xa3','\xfc','\x12','\xb5','\x77','\x52','\xfe','\x65','\x2d','\xf2','\xe5','\xfc','\xbf','\xff','\xfd','\xbd','\xff','\xfe','\xe5','\x71','\x05','\x97','\xb3','\x71','\xb1','\x2f','\xef','\x5b','\xb2','\x0f','\x77','\x3b','\xfb','\x5e','\x6d','\xef','\xfb','\xa2','\xbf','\xef','\x8b','\x44','\xa2','\x77','\xe8','\xfd','\x70','\xb0','\xef','\x8b','\x68','\xdf','\x17','\xf1','\xbe','\x2f','\xf2','\x43','\xef','\x87','\x83','\x7d','\x5f','\x8c','\xee','\x5b','\xba','\x7f','\xdf','\xab','\xff','\xe1','\x53','\xaf','\xfe','\xdb','\x5f','\x7b','\xd0','\xf9','\xb5','\x07','\xc9','\xff','\xab','\x71','\xf2','\xf7','\x75','\x0a','\xc1','\x9d','\x78','\x17','\x59','\x28','\xeb','\x0d','\xe6','\x44','\x18','\x87','\xfb','\xb5','\x55','\xa5','\x88','\x22','\x55','\x6c','\x3b','\x26','\xfa','\x90','\x8d','\x7e','\x41','\x6a','\xe5','\x55','\x6d','\xd4','\xd9','\x90','\x28','\xda','\x92','\x4f','\x09','\x27','\xe4','\xa6','\x52','\xde','\xcf','\x83','\xb0','\xa0','\x82','\x7c','\x56','\xbf','\x2f','\x09','\x8a','\x87','\x88','\xa6','\x13','\x95','\x81','\xf9','\x77','\xa6','\x5c','\xe4','\xfc','\xa0','\x1d','\xfb','\xe4','\x59','\x55','\xfa','\xcb','\x32','\x60','\x0e','\x03','\x4a','\xe3','\x3d','\x8a','\xfb','\xbd','\xb3','\xb4','\x08','\x17','\xb3','\xba','\x9e','\x16','\xcb','\x3f','\xa4','\xc3','\xbf','\x15','\x70','\xa9','\x69','\x46','\x4b','\x6d','\xb4','\x88','\xd9','\x22','\x46','\x0b','\xb9','\xc0','\xa5','\x16','\x44','\xbd','\x75','\xd6','\x2a','\x75','\x07','\x03','\x8c','\x38','\x00','\x50','\x61','\xb1','\xc3','\x62','\x25','\x6d','\xad','\xf3','\x0c','\x55','\x47','\x41','\x78','\x74','\x45','\x2a','\xcf','\x2a','\x3e','\x09','\x8b','\x03','\xfa','\x58','\x05','\x72','\xaa','\x9e','\x4a','\x1b','\x94','\x1a','\xc2','\x3c','\xd0','\x19','\x9a','\x92','\x75','\xa7','\x83','\x49','\x73','\xe1','\x85','\xdd','\xe4','\xfc','\x1d','\xd4','\xcf','\xb9','\x13','\xba','\xe2','\xe7','\x02','\x69','\xf2','\x05','\x52','\x50','\xc8','\xef','\x40','\xff','\x36','\x89','\x63','\x72','\xdf','\x99','\x0c','\x69','\x53','\xf5','\x1a','\xd5','\xb4','\xa2','\x3e','\xba','\xee','\x79','\x66','\x52','\xdb','\x24','\x8e','\xae','\x5c','\xf0','\xad','\x35','\x5c','\x69','\xc2','\x20','\xa4','\xbf','\x1b','\x90','\x96','\x16','\xe3','\xa7','\x5d','\xf2','\x54','\xa0','\x2e','\x2d','\xbc','\xc2','\x8d','\x7f','\x72','\x3c','\xd8','\x37','\x7a','\xb7','\xdb','\xd1','\x55','\x36','\xf4','\x43','\x81','\x54','\x44','\x1f','\x72','\xe8','\x90','\x93','\xcc','\xd9','\x71','\x49','\x2a','\x32','\x0d','\xd4','\x56','\x1c','\x78','\x45','\xb6','\x5d','\x9f','\x09','\xce','\x27','\x28','\xfa','\x18','\x45','\xcf','\x09','\x34','\xd1','\x77','\x9a','\xa8','\xbd','\x25','\x60','\x76','\x07','\xb2','\x3e','\x9c','\x56','\x1b','\x01','\xe1','\x70','\x67','\xe8','\x92','\x7e','\x8b','\x39','\x8c','\x07','\xc3','\x89','\xc1','\x38','\x15','\x3a','\xdd','\x1a','\xac','\x9e','\xa2','\xf0','\x54','\x0c','\xaf','\x31','\xbf','\x00','\x06','\xc3','\xbd','\x64','\x20','\xe4','\x9e','\xaf','\xf6','\x39','\x33','\xa3','\xb2','\xa0','\xc8','\xc6','\x19','\x23','\x71','\xfe','\x5b','\xec','\x7c','\x16','\x74','\xad','\xbf','\x62','\x1f','\xa6','\xeb','\x62','\x0a','\x69','\xb0','\x3a','\x91','\x72','\x9a','\x28','\x62','\xc7','\x2b','\x10','\xfe','\x13','\x42','\x95','\x5e','\x58','\x92','\xa2','\xc8','\x71','\x14','\x88','\xd5','\x53','\xdf','\x27','\x48','\x3d','\x09','\x96','\x31','\x42','\x77','\x70','\xfc','\x6e','\x1e','\xe8','\xfd','\xf3','\xcb','\x05','\x93','\xfb','\x0e','\x95','\xcc','\x60','\xbc','\xc5','\x3b','\x00','\x4e','\xaa','\x20','\x01','\xd1','\xc0','\xb4','\x44','\xe9','\x48','\x47','\xba','\x06','\xfd','\xeb','\x2c','\x09','\x40','\x02','\xdd','\x5b','\xab','\x17','\xc8','\xc0','\x8d','\x48','\xbb','\x6e','\xcf','\xa2','\xf9','\x58','\x93','\x4d','\xec','\x2a','\x4e','\x8c','\x65','\xe6','\x7e','\xeb','\x47','\x95','\x05','\xfc','\x12','\xbc','\x1f','\x18','\xa7','\x07','\x0b','\x95','\xfb','\xfc','\x3f','\x77','\x11','\xbe','\xbf','\x73','\x5b','\xbe','\x6b','\x4f','\x62','\x30','\xde','\xaa','\xb7','\xe5','\xd4','\x2e','\x83','\xf0','\xfa','\xa4','\x22','\xd6','\x2f','\xda','\xa1','\x10','\x6d','\xc1','\xe7','\x2b','\xe4','\xe4','\x0a','\x04','\x0f','\xc4','\x77','\xfe','\x04','\x26','\x2f','\x3a','\xc2','\xdb','\x23','\x73','\xab','\x99','\x0a','\x81','\x94','\xae','\xab','\x15','\x83','\x7c','\xee','\x80','\x5e','\x80','\x94','\xe4','\xb8','\xcc','\x73','\x0b','\xa8','\x14','\xf2','\xea','\x88','\xe5','\x10','\xae','\x8b','\x52','\x7f','\x75','\xe4','\xfa','\x32','\x86','\xa3','\xf2','\xdc','\x99','\x5a','\xa4','\x4f','\x2f','\x75','\x17','\x74','\x36','\x9e','\x51','\x4b','\x34','\x39','\x9e','\x26','\xe3','\xbc','\x39','\x4e','\xe9','\x38','\x65','\x0f','\xf1','\xef','\x1f','\x46','\x4f','\x8c','\x23','\x3c','\x6e','\x91','\xf1','\x29','\x01','\x3a','\x3e','\xa5','\x1d','\xb6','\xf6','\x8d','\x47','\xe3','\xe3','\x0b','\xce','\xf8','\x34','\x1e','\x9f','\x21','\xe3','\xb3','\x64','\x5c','\x69','\xd6','\x7d','\xad','\xdc','\xd0','\xff','\xa9','\x61','\xb8','\x62','\x4a','\x24','\x8b','\x16','\x5c','\x8f','\xbc','\x38','\xa8','\x14','\xd9','\xfc','\x05','\x97','\x27','\xb5','\x8e','\x09','\xb3','\x48','\x7f','\x0c','\xcd','\x6b','\xd2','\x31','\x51','\xec','\x72','\xdc','\xb3','\xee','\xbb','\x58','\x4f','\x5c','\xaa','\xa7','\x5f','\xab','\xe7','\xce','\xd5','\x97','\x9d','\x53','\x11','\xbb','\x2e','\xce','\xd0','\xd3','\x28','\xbe','\x62','\x67','\x76','\x91','\x1f','\x66','\x7d','\x7c','\x8c','\x3c','\xde','\x25','\xb9','\x35','\xb2','\xeb','\x42','\x4f','\xf6','\x38','\x40','\x20','\xfa','\xcf','\xb2','\xbd','\x07','\xe8','\xdc','\xae','\x98','\xf9','\x8b','\x67','\xcd','\x3f','\x75','\xcc','\x1d','\x8e','\x39','\xe4','\x98','\xa3','\xce','\xcc','\xb2','\x3b','\xa3','\x08','\xd0','\x5a','\x96','\x59','\xd8','\x3b','\x2c','\x6c','\x9b','\x1d','\xeb','\x24','\x15','\xf7','\xc1','\x05','\x10','\x8e','\x40','\x95','\x24','\xde','\xa0','\xa7','\xf2','\x27','\x8a','\x31','\xa6','\xff','\x4c','\x95','\x87','\x78','\xd0','\x57','\xe2','\x75','\x93','\x68','\xa4','\x21','\x1c','\xe5','\x08','\x50','\xdd','\x4a','\xdd','\x76','\x4d','\xad','\xaa','\x74','\x86','\x68','\xd9','\xdb','\xa3','\xe7','\x70','\xe9','\x1a','\x2a','\xa3','\x8e','\x13','\xf3','\x70','\xab','\x0d','\x99','\x1a','\xe2','\xe1','\x45','\xaf','\x7c','\xc3','\x1b','\xf7','\x5a','\x93','\x97','\xf9','\x81','\x90','\xd3','\x00','\xce','\xc1','\x86','\x3c','\x07','\xa7','\x16','\x6c','\x6b','\x05','\x55','\x17','\x50','\x55','\x41','\x35','\x05','\xcf','\x70','\x3e','\x83','\xd1','\x2c','\x46','\x33','\xd0','\x51','\x4b','\xaa','\x71','\x1f','\x4c','\x82','\x01','\x3c','\xef','\x82','\xe4','\x32','\x88','\x00','\x04','\x69','\x66','\x56','\x34','\xab','\xeb','\x55','\xdb','\x0c','\xbc','\xee','\x69','\x45','\xb7','\x16','\x68','\x4d','\x21','\x12','\xf0','\x81','\x50','\x55','\x02','\x03','\x09','\x6c','\x07','\x00','\x92','\x73','\x22','\x60','\x9a','\xaa','\x0e','\x85','\xaa','\xb0','\xaf','\x66','\x91','\x21','\x26','\x20','\x06','\x2e','\xcf','\xac','\xe4','\x61','\x30','\x6d','\xeb','\xff','\x01','\xdf','\xb9','\x5c','\x26','\xe3','\x9f','\x27','\x93','\x75','\x32','\xf9','\x44','\x0f','\x3b','\x04','\xcb','\xde','\x99','\x80','\xbc','\x3a','\x81','\x81','\x3d','\x10','\xa8','\xd5','\x8e','\x0b','\xfb','\x16','\xe9','\xb5','\xa6','\x11','\xc7','\xb0','\xae','\x98','\x12','\xb9','\x8a','\x06','\x84','\x2d','\x70','\xc4','\x49','\x45','\x9c','\x0c','\x77','\x1a','\x91','\xb3','\xf6','\xa0','\xe0','\x45','\x28','\x7b','\x21','\xcb','\x59','\x3f','\x70','\xa2','\x55','\x27','\x3a','\xe5','\x44','\xc1','\xee','\x38','\xcb','\x23','\x0b','\xbe','\xb8','\xe0','\x2a','\xf1','\x92','\xee','\x35','\x52','\x79','\x93','\xcc','\xb5','\xc9','\xdc','\x0d','\x4a','\x3c','\x68','\x6b','\xd5','\x75','\x71','\x32','\x15','\x55','\xe3','\x18','\xef','\x85','\x15','\x99','\x3c','\xf0','\xb6','\xa4','\xa6','\x2a','\xb6','\x41','\x5a','\x85','\x98','\xf2','\xfc','\xca','\x52','\x4f','\xd6','\x0d','\x76','\x36','\x4b','\x1a','\xb7','\x60','\x1d','\x58','\x85','\x60','\x13','\x5b','\xf6','\x90','\xd7','\x91','\xb7','\x85','\xdd','\xfd','\x9d','\x12','\x83','\x92','\x4f','\x5b','\x65','\x68','\xc4','\x9e','\xa3','\xf5','\xf7','\xab','\x18','\x54','\xd5','\x9e','\xd6','\x86','\xe6','\xdd','\x17','\xe6','\x1d','\x13','\x36','\x9c','\x8d','\x3f','\x85','\xfb','\x58','\x86','\x78','\xd4','\xbd','\x46','\x2b','\x6f','\xca','\xb2','\x8c','\x1b','\xc3','\xc4','\xe3','\xf2','\x77','\x41','\x75','\x82','\x6a','\x88','\x9f','\xb3','\x5b','\x41','\x19','\xe1','\x3c','\xf2','\xde','\x09','\xd9','\x3e','\x7c','\xe7','\xef','\xea','\x7a','\xc9','\x02','\xf0','\x82','\x76','\x70','\x9f','\xd7','\x15','\x33','\x8f','\x77','\xfb','\x63','\xd4','\x49','\xa1','\xb5','\xa4','\xd7','\x4e','\x9a','\xad','\x91','\xc6','\xd5','\x07','\xd9','\xca','\x24','\x92','\x21','\x6e','\xe4','\x39','\x1b','\xef','\x1f','\x80','\x72','\x06','\x29','\x71','\x34','\x86','\xd1','\xa3','\xb2','\x9b','\xbb','\x50','\x81','\x00','\xd7','\x98','\xca','\x6a','\x94','\x4d','\x7f','\x88','\x4d','\xef','\x63','\x0b','\x47','\x4c','\x05','\x9b','\xca','\x15','\x33','\x15','\xf5','\x7e','\xa2','\x78','\x35','\x68','\x41','\xf5','\x14','\xc5','\x54','\xa2','\x0d','\x25','\x56','\x54','\xd4','\xac','\xa2','\x25','\x15','\xb1','\x50','\x14','\x7b','\x1a','\x4c','\x5c','\xd0','\x10','\xe9','\x4f','\x3c','\x88','\x6c','\x8b','\xc9','\x06','\x00','\x46','\xbb','\x53','\x96','\x7e','\xb8','\xb6','\x62','\xf7','\xff','\x4a','\x6b','\x56','\xcf','\x92','\x63','\xc9','\x4b','\x88','\x23','\xc1','\x3e','\x7f','\x1a','\xa5','\x56','\xec','\xde','\xae','\x80','\xa4','\x02','\xd6','\x78','\xe2','\x42','\x8f','\xaf','\x85','\xda','\x94','\x20','\x5e','\xf9','\x85','\xd7','\xf6','\xfc','\x9b','\xb3','\x87','\x72','\x6f','\x4c','\x2c','\x77','\x27','\x14','\x6f','\x6e','\x44','\x7b','\xaa','\x53','\x74','\x85','\x87','\x12','\x3f','\x4d','\x8a','\x29','\x82','\x4e','\x92','\xb8','\x47','\xba','\xe1','\xf9','\x9b','\x50','\x31','\xb9','\xce','\xd5','\x39','\xa8','\xcb','\xd1','\x08','\x1e','\x75','\x71','\xa9','\x8d','\xcb','\x04','\xa6','\x33','\x6e','\x63','\xeb','\x5d','\x19','\x19','\xaa','\xe0','\xf2','\x1c','\x1e','\x6f','\xe3','\x49','\x17','\x1f','\x08','\x08','\xda','\xaf','\xfb','\x62','\xa6','\x37','\x08','\x24','\x58','\xc3','\xba','\x77','\xea','\xf1','\x9e','\x6c','\x7e','\x44','\xad','\xb1','\x61','\x2e','\x0c','\x21','\x93','\xb6','\x3c','\xad','\xe5','\x99','\x90','\x48','\x45','\x46','\x2b','\x6a','\xb7','\x42','\x52','\xd9','\xf5','\x16','\x8f','\x38','\xbf','\x17','\x71','\xa6','\x23','\x49','\xa8','\xfa','\x13','\x67','\x5c','\xec','\xa4','\x30','\xac','\x34','\xcd','\x24','\xd9','\xf5','\xa0','\x7a','\x23','\x08','\x8c','\xdb','\x9a','\xe4','\x05','\xd5','\x4f','\xe5','\x8d','\xc3','\x31','\x1b','\x01','\xab','\x36','\xef','\xaa','\xe2','\x24','\x16','\x90','\xc2','\x07','\xeb','\xd8','\x6b','\x00','\x55','\xa1','\xcd','\x70','\x87','\x11','\x2b','\xd0','\x0b','\x80','\x0c','\x69','\xd5','\xe3','\xef','\x85','\x3a','\x1a','\x44','\xd1','\xc8','\x15','\x92','\xfd','\x1e','\xa6','\xab','\x8f','\x6a','\xfc','\x1d','\xf6','\x37','\xca','\x47','\x97','\xd0','\xaf','\xd9','\xe8','\xac','\x4a','\x94','\x94','\xd8','\x85','\x48','\x8c','\x84','\x65','\x83','\x9a','\x8c','\x82','\x18','\xa9','\x9e','\x2d','\xcf','\xfe','\xbb','\xd4','\x93','\x98','\x98','\x77','\x3a','\xc0','\x80','\xf4','\x99','\x37','\xc3','\x9a','\x21','\x81','\xe7','\x7b','\xe2','\x31','\x6d','\x7a','\x23','\x9e','\xd7','\xfd','\xee','\x55','\xb3','\xd9','\x9a','\x6a','\xb6','\x22','\xb4','\x15','\xcd','\xfa','\x31','\x69','\x38','\x0e','\xea','\x17','\x54','\x2e','\x74','\xad','\x35','\x5a','\x69','\x4a','\x80','\x9e','\xcb','\x19','\xa0','\x55','\x3f','\xef','\x56','\xbe','\xb0','\x58','\x99','\x7f','\xb5','\xc2','\xf9','\xd3','\x8e','\xf9','\x94','\x13','\x72','\x49','\x11','\x32','\x03','\xa0','\x35','\x38','\x10','\xc4','\xfe','\x1c','\xc4','\x37','\xfa','\x55','\x5b','\x61','\xa4','\xba','\x4f','\x26','\x99','\xe6','\x17','\x82','\xe2','\x01','\xa5','\x19','\xb4','\x21','\xb4','\x36','\x2a','\x99','\x83','\x69','\x4c','\xc0','\xa5','\x84','\xa8','\xc7','\x5d','\xed','\x67','\xb0','\x07','\x36','\x68','\x2a','\x37','\xcb','\x12','\x1a','\x84','\x1e','\xa2','\x34','\x0b','\x41','\xf5','\x7e','\xd8','\x70','\x03','\x91','\x79','\x1c','\xbf','\xc9','\x4f','\x46','\x70','\x6c','\x1e','\x1f','\x59','\xc6','\xfb','\x5f','\x29','\xff','\xc2','\x8e','\x71','\xfe','\xff','\x9b','\x24','\x89','\xc9','\x6c','\x04','\x7f','\x68','\x19','\xef','\xab','\xe2','\x23','\xb5','\xa4','\x7d','\xdf','\x83','\xa5','\x97','\x26','\xf7','\xfd','\x6f','\xb7','\xf6','\xbd','\x52','\xde','\x37','\x8f','\x4b','\xf3','\x78','\x5f','\x1f','\xa5','\x0b','\x87','\x75','\x47','\xf6','\x9f','\x46','\x64','\x1f','\xc7','\xb6','\x6a','\x9f','\x29','\x90','\x18','\x56','\xd2','\x7d','\x44','\x36','\x0b','\x5a','\x70','\xe4','\xb4','\x00','\x01','\x2c','\xd0','\x08','\x67','\xc8','\x87','\x10','\xc6','\x69','\x84','\xde','\x0e','\x5a','\x93','\xc2','\x7e','\x93','\x14','\xff','\x1b','\x16','\xd4','\x2e','\x7a','\x1e','\x92','\xd6','\x91','\x22','\x95','\x88','\x1b','\x90','\x94','\x94','\x8a','\x72','\x47','\xcc','\x01','\xd4','\xf9','\xa6','\x6e','\x69','\x5f','\x24','\xdd','\xb0','\xd9','\xd1','\x33','\x07','\xc4','\x60','\xf9','\x62','\xee','\xfd','\xa5','\xc2','\xaf','\xbf','\xb6','\xff','\xc8','\x39','\x66','\x38','\x90','\x49','\x4d','\xad','\x17','\x7a','\x62','\x46','\x6a','\x0f','\xf1','\xae','\x6c','\xf6','\x8b','\x3d','\xcd','\x7d','\x83','\x20','\x5b','\xfc','\xa0','\x93','\x9b','\xf1','\xcc','\xbb','\x7e','\x4e','\xee','\xd7','\x5f','\xcb','\x1f','\x39','\xb7','\xff','\xa8','\x03','\xaf','\x43','\xef','\xa7','\xf0','\xc1','\xc0','\x7e','\x37','\x4d','\x6a','\xf2','\xde','\x94','\x47','\xcb','\x1e','\x6d','\x8a','\xdb','\x25','\x36','\x46','\x8f','\xca','\x3e','\x20','\xf9','\x21','\x9e','\xc7','\x16','\xcf','\x88','\x41','\x6e','\xf9','\x62','\xfe','\x9b','\x4b','\xfb','\xff','\xd5','\x6b','\xc5','\xc5','\x73','\x8c','\xe0','\x1c','\x5f','\xcf','\xc5','\x34','\x80','\x1c','\x8c','\xc6','\xb4','\x2a','\x5f','\x37','\xcb','\x86','\xf1','\xf9','\x5f','\x37','\x6e','\xfd','\xb7','\xf9','\x96','\x12','\x8f','\xf3','\xa2','\xe2','\x6f','\xef','\x6b','\xeb','\x34','\x98','\x67','\x02','\xda','\x75','\x78','\x45','\x8e','\x73','\x9d','\xf5','\xdc','\xda','\x7a','\xee','\x3b','\x3f','\x2c','\x7c','\xe7','\xd9','\xfc','\xca','\xdc','\xde','\x2b','\xc7','\xeb','\xab','\xf5','\xd9','\x6b','\x33','\x47','\x3d','\xd3','\xf0','\x4c','\x3b','\x88','\x9b','\x89','\x5f','\x66','\x84','\x85','\x43','\x1b','\x18','\xb6','\x7a','\x50','\x6a','\xb5','\xd9','\xa2','\x23','\x63','\x98','\x0a','\x4a','\x2b','\x68','\x44','\xa1','\x5d','\xab','\xd7','\x50','\x90','\x11','\x56','\x77','\x61','\x25','\xd8','\xe7','\x07','\xf8','\xc7','\x68','\xc4','\xa5','\x37','\x7d','\xfe','\xb6','\x4d','\x97','\x37','\xe0','\x30','\x28','\x0f','\xb6','\x73','\x0b','\x5e','\xee','\xac','\xf7','\xdc','\x7d','\x17','\x6b','\x2f','\x5d','\x8c','\x7e','\x7b','\x09','\xbf','\xd5','\x8c','\x0d','\xb9','\xea','\xe8','\x39','\x6d','\xca','\x19','\x9d','\x97','\x7d','\x88','\xe1','\xf9','\x8e','\xa4','\x8a','\x13','\xec','\x99','\x9b','\xc7','\xba','\x78','\x31','\x38','\xe8','\x53','\x06','\x60','\x58','\x40','\xaf','\xed','\xd2','\xad','\x02','\x33','\xc7','\x28','\x9a','\xce','\xa2','\x05','\xb1','\x05','\xe1','\xa0','\xe6','\x6c','\xb0','\x5f','\x0f','\x74','\xae','\xdb','\xd2','\xfd','\x11','\x8e','\xe1','\x47','\x8a','\x99','\xa3','\x6c','\x44','\x65','\x7b','\xce','\x98','\x87','\x56','\xcd','\x89','\x96','\x31','\x11','\xf5','\x40','\xb7','\x2b','\x82','\x5c','\x61','\x2a','\x63','\x0f','\x84','\x4c','\xd4','\xa2','\xb0','\x72','\x88','\x9e','\x14','\x46','\x4d','\xbf','\xaf','\x04','\xda','\x40','\x52','\x92','\xed','\x44','\x43','\xe8','\x21','\xde','\x29','\x53','\xd3','\xd9','\xdc','\x4d','\x64','\x62','\x65','\x83','\x29','\x1e','\x30','\x27','\x59','\x74','\x60','\x91','\xa2','\xb8','\xac','\x56','\x81','\xb0','\x11','\x99','\x2e','\xf9','\xd6','\xeb','\x5b','\xa9','\x4d','\x73','\xdb','\x9f','\x5a','\x21','\xd1','\x41','\xd3','\x2c','\xf5','\x06','\x22','\xd8','\x0e','\x92','\xd7','\xb9','\xef','\x0f','\x42','\xa2','\x33','\x01','\xf1','\x16','\x9b','\x64','\xbb','\xc1','\x76','\x04','\x95','\x99','\x4d','\x9a','\x59','\xa3','\x87','\x6e','\x76','\x27','\x28','\x15','\x98','\xcb','\x76','\x2b','\x50','\x96','\x23','\xdd','\x4f','\x08','\x14','\x33','\x60','\x43','\x66','\x60','\xac','\xfd','\xf7','\xe5','\xe3','\x80','\x68','\x14','\x74','\x04','\x26','\xe9','\xf3','\x01','\xcb','\x28','\x06','\x72','\x33','\x08','\xd4','\x8f','\x9e','\x2d','\x82','\x78','\x87','\x93','\x87','\x1e','\xab','\xa0','\xef','\xe4','\x42','\x4f','\xb2','\xd5','\x91','\x80','\xb9','\x2e','\x40','\x49','\x8c','\x07','\xb4','\xf3','\x46','\x17','\x8c','\xd1','\x05','\xbd','\xea','\x14','\xa7','\xdc','\xec','\xd3','\xcd','\xe4','\x82','\x89','\x07','\xfd','\xc1','\xc4','\x17','\x11','\xff','\x4b','\x79','\xbf','\x0a','\x98','\xd4','\x62','\x23','\x35','\x75','\xcf','\x02','\xca','\x5c','\xe9','\x1c','\x6a','\x79','\x13','\x18','\x30','\x87','\xbd','\x4a','\xcc','\x73','\x89','\x47','\xc4','\x61','\xa0','\x4a','\x5e','\x59','\x6d','\x85','\xe8','\x9c','\x78','\xa7','\xb4','\xa0','\x4e','\x38','\x02','\x8d','\x42','\xd9','\x65','\x67','\x48','\xf8','\x05','\x0a','\xda','\xab','\xa0','\xd2','\x69','\x32','\x7b','\xd6','\xff','\xba','\x43','\xf6','\xbd','\x4c','\x4a','\x2f','\x93','\x7d','\xff','\xba','\xb7','\xef','\x0f','\xc9','\x3e','\x87','\x94','\x1c','\xe8','\x8f','\x46','\x0e','\xf9','\xa5','\x16','\xf9','\x74','\x8b','\xfc','\x59','\x59','\x5c','\x9b','\x93','\x08','\xd3','\x90','\x17','\xd4','\xf2','\xa5','\xee','\x92','\xbc','\xce','\xe2','\xb2','\x1f','\xb4','\x49','\xce','\x1e','\xc9','\xd9','\xa0','\x7f','\xfa','\xba','\xff','\xd8','\xeb','\xf6','\x44','\x0e','\x30','\x97','\xb3','\x2b','\x39','\xdb','\xcd','\xc1','\x5f','\xfb','\x70','\x12','\xb2','\x88','\x45','\x53','\xb5','\x0c','\xce','\x50','\x85','\xa6','\x17','\xf4','\xec','\x65','\x3e','\x14','\xd1','\x73','\x11','\x7d','\x6f','\xd6','\xb7','\xce','\x8f','\x7f','\xfd','\x2b','\xe3','\xfb','\xbe','\x3a','\xb2','\xaf','\x29','\x76','\x4e','\x5f','\x3c','\xee','\x13','\x8f','\x36','\x2d','\xd9','\x90','\xa1','\x14','\x7b','\xcd','\x2f','\xb9','\xf4','\x97','\x56','\xe8','\xc7','\xa7','\xe9','\x35','\xd4','\xf5','\x10','\x4b','\xea','\x99','\x20','\x97','\x28','\x90','\xf8','\x23','\x08','\xd2','\x93','\x87','\x7c','\x52','\x6f','\x92','\x72','\x33','\x53','\x6e','\x8e','\xfc','\x61','\x73','\xcf','\x64','\xf3','\xb1','\x3f','\x6e','\x3e','\xec','\x36','\x27','\xc8','\x97','\xe7','\x1e','\xe0','\x15','\x49','\xb3','\x28','\x6b','\x4b','\x64','\x1e','\xd2','\x80','\x8e','\x13','\x28','\x10','\xba','\xa3','\x7e','\xb5','\x5f','\xde','\x2f','\x7b','\x94','\x56','\x0c','\x02','\x65','\x3c','\xc0','\x10','\xcb','\x56','\xb0','\xbe','\x12','\x37','\x16','\x94','\xf9','\x05','\x29','\x15','\x21','\x63','\x7a','\x51','\xe1','\xa9','\xc9','\xfe','\x4a','\x59','\x9f','\x40','\x65','\x9f','\x49','\x28','\x3f','\x14','\xa8','\x01','\x16','\x25','\xdd','\xca','\x31','\x84','\x9a','\xc2','\x52','\x0d','\x93','\x65','\xd2','\xa8','\x83','\xff','\x7b','\x1b','\xba','\x5d','\xa0','\x64','\xb4','\x48','\xcd','\xbe','\xbd','\x0a','\xff','\x20','\xb4','\x15','\x41','\xa6','\x00','\xb2','\x3d','\xc0','\xbc','\x8d','\xa6','\x64','\x19','\xed','\x58','\xbf','\x8c','\x56','\x45','\xc0','\x36','\x75','\x20','\xe8','\xd0','\xf4','\x24','\xf3','\x98','\xd4','\x40','\x47','\x23','\x81','\x1e','\xc7','\xf6','\x38','\x89','\x30','\xc5','\xe6','\x37','\x55','\xcf','\x42','\x5d','\xce','\xf8','\xc5','\x5e','\xfc','\xe2','\xdc','\x7d','\x4b','\x95','\xc4','\x12','\xd9','\xd1','\x94','\xea','\xf6','\xe7','\xc0','\x27','\x5c','\x76','\x36','\x74','\x39','\xef','\x72','\x7d','\xb6','\x1c','\x94','\x32','\x2f','\x36','\x70','\xb6','\xde','\x8b','\xff','\x79','\x8b','\xee','\xad','\x34','\xf6','\x6c','\x69','\xf8','\xe5','\x25','\x62','\x0a','\x81','\xfe','\x8b','\x94','\xa1','\x3e','\x60','\xd0','\x61','\x9d','\xee','\xd2','\x59','\x41','\x5b','\x1f','\xa3','\x8d','\x69','\xc2','\x16','\x52','\x05','\x05','\x33','\x49','\xa7','\x03','\xf9','\x6e','\x1d','\x19','\x45','\xa8','\xd8','\x13','\xff','\x27','\x19','\xd9','\xaf','\x87','\xc4','\x66','\x50','\xea','\x44','\x85','\xa1','\x0f','\xfb','\x15','\xd4','\x7f','\x43','\x3c','\x84','\xa9','\xc4','\x54','\x43','\x41','\xb4','\x52','\x97','\xa0','\xed','\xf5','\x3f','\x1b','\xf7','\x2b','\xb9','\xfd','\x7e','\x35','\x8b','\xa6','\x7d','\xcc','\x34','\x9a','\xa6','\x41','\xaf','\x09','\x2b','\x4f','\xa7','\x62','\x02','\x2c','\xd0','\xb4','\x9d','\x49','\xa3','\xd4','\x6e','\x86','\x61','\xd2','\x88','\x6f','\x22','\xb6','\x77','\xd4','\xa1','\x77','\xd4','\xb3','\x05','\xe5','\x1c','\x33','\x1a','\xae','\x69','\xce','\xcc','\x92','\x33','\xf7','\xff','\xbd','\x3d','\xfb','\xaf','\xbe','\x54','\xfd','\xd0','\x97','\x66','\xfe','\xe1','\x97','\xac','\xbf','\xfa','\xd2','\x67','\xfe','\xc7','\xdb','\x33','\xe2','\x75','\xed','\x0f','\x3f','\xbd','\xf4','\xa5','\x4f','\xff','\x8f','\xb7','\x3f','\xfd','\x3f','\x3c','\xf8','\xd9','\x5f','\xc7','\x33','\x9a','\xac','\x5b','\xfe','\xb9','\xe7','\x29','\x9c','\xcb','\x28','\xc7','\x3b','\xd0','\xb9','\x69','\x9b','\xa3','\xbc','\x63','\x52','\x34','\xab','\xd1','\x27','\x78','\xaf','\x8c','\xa8','\x83','\x68','\x9c','\x77','\xe5','\xb5','\xde','\xac','\x09','\x1c','\x00','\x93','\xa7','\x2d','\xdb','\x80','\xac','\xcd','\x91','\x80','\x24','\x55','\x23','\x1a','\x0a','\xbb','\x74','\x54','\xe4','\x69','\x71','\x88','\xfb','\x27','\x35','\x26','\x37','\x52','\xe9','\xe6','\x64','\xd7','\x1f','\x6e','\x32','\x81','\x89','\xec','\xfa','\x1c','\x42','\x73','\xdc','\x6f','\xaf','\x96','\x05','\x02','\x1d','\x40','\x88','\x66','\x58','\x5d','\x28','\x74','\x57','\x4d','\x38','\x2f','\xe0','\x2e','\x74','\xc4','\x75','\x27','\x6c','\x24','\xe1','\x61','\x3d','\xd3','\xa0','\x30','\x1f','\x66','\x13','\x90','\x34','\x94','\x76','\x2f','\x9d','\xa9','\xc9','\x3e','\x65','\x81','\xd8','\x82','\xbc','\xef','\x2b','\x44','\x5d','\x21','\xf4','\x2f','\x27','\x04','\xd8','\x5f','\x4e','\xac','\xff','\xe5','\x44','\xe3','\xe6','\xbb','\xec','\xc6','\x44','\xc0','\x53','\x58','\xf4','\x4e','\x52','\x8f','\xea','\x52','\x40','\x25','\xf8','\x3e','\x28','\x2b','\xdc','\x2e','\x66','\x53','\x66','\x66','\xd7','\xf3','\x08','\xe5','\xb9','\x1f','\x5b','\x2d','\xc7','\xe4','\xf7','\x51','\xe1','\x2a','\x42','\x47','\x1f','\xd3','\xd8','\xba','\x6a','\x36','\xb0','\xb7','\xdd','\x7e','\xbe','\x63','\x9f','\x1f','\xa4','\xe6','\x0b','\xa3','\x3a','\x7d','\x91','\x68','\x06','\x5d','\x67','\x9d','\xb0','\x94','\xfd','\xb8','\xec','\x8c','\xfe','\x81','\x97','\x9a','\x17','\x5e','\xdf','\xe1','\x9f','\x7d','\x2e','\xd7','\x36','\xce','\xe5','\x07','\x36','\x0f','\xe5','\xda','\x18','\x35','\xa7','\x33','\x68','\x21','\x15','\x51','\x30','\xbe','\x3b','\xef','\xc1','\xb6','\x5e','\xe3','\x7e','\xb2','\x55','\xac','\xaf','\xdf','\x95','\x4b','\x6c','\x6d','\x4b','\x49','\xed','\xe0','\xfa','\x8a','\x01','\x2d','\x08','\x58','\xc2','\x47','\x8d','\xb6','\xf5','\x23','\xff','\x88','\xe1','\x49','\xb4','\xac','\x9b','\x1c','\x06','\x53','\x1d','\x01','\xeb','\xca','\x8d','\x68','\x74','\x6d','\xe7','\x91','\xf6','\xee','\x67','\xaf','\xef','\x36','\x5a','\x3b','\x97','\xbc','\x5d','\xdd','\x2b','\xf9','\xc5','\xe8','\x5e','\xa4','\x8c','\x71','\x3e','\xc5','\x65','\x7f','\x2e','\x42','\x5b','\x5a','\x11','\xb7','\x02','\x48','\x6e','\xc3','\xf1','\xe0','\xd7','\x8c','\xf6','\xa1','\x64','\x39','\x4f','\x05','\x6d','\x9b','\x03','\xf5','\x99','\x43','\x31','\x5b','\xbf','\x06','\x26','\xd6','\xfc','\xb6','\x08','\x1e','\xdf','\x16','\xc7','\x73','\xc2','\x5a','\xd6','\x8e','\xa7','\xd8','\xc5','\xa0','\xbe','\xb7','\x1f','\xa7','\x0d','\x8b','\x79','\x20','\xa1','\x13','\xe0','\x82','\xbf','\x39','\x1e','\x78','\xd1','\x6a','\xb6','\x0c','\x01','\xbb','\x9f','\xd6','\xd9','\xc0','\x36','\x3e','\x87','\x6a','\xcc','\x4c','\x5f','\x8b','\x7c','\xc5','\xde','\x71','\x96','\xed','\x10','\xdb','\x5e','\xd3','\x79','\xe1','\xe2','\xd5','\x2a','\x5f','\x51','\x38','\x54','\x92','\x77','\x32','\x28','\x09','\x57','\xf8','\x4e','\x71','\x67','\xb6','\xe5','\x73','\x0c','\x62','\xe6','\xb4','\xd9','\xbf','\xb4','\x63','\x67','\x35','\xf2','\x32','\xa1','\xdf','\x72','\x68','\xa7','\x15','\xe1','\x5e','\x0a','\xa1','\xf5','\x01','\xd5','\xda','\x7e','\xa0','\x40','\xef','\xf3','\x87','\x63','\xe0','\x0f','\x0f','\xf3','\xa7','\x31','\x58','\x17','\x62','\x33','\x22','\xaa','\xcd','\x7b','\x33','\xaa','\x9d','\xa7','\xa7','\x0b','\x9c','\xc7','\x74','\x23','\x66','\xea','\xc4','\x60','\xea','\xe5','\xef','\xa6','\x71','\x6a','\x37','\xc6','\xbf','\xca','\xbb','\xeb','\x18','\x35','\x12','\xb6','\x2c','\x7d','\x63','\x8c','\xd1','\xa2','\x99','\x49','\x8b','\xbd','\x7c','\xa0','\x24','\x5e','\x66','\xf4','\xc8','\x46','\x62','\xa8','\x9f','\x03','\xdd','\xf4','\x95','\x14','\x7e','\x03','\x7d','\x3f','\x13','\xb9','\x52','\x8c','\xaf','\x18','\x99','\x65','\xbb','\xd3','\xee','\xa0','\x75','\x2b','\xeb','\x01','\x15','\x95','\x38','\xd1','\x52','\x2b','\xa8','\x27','\x03','\xa1','\xb2','\x85','\xc7','\x4c','\x34','\x19','\x5f','\xcf','\x90','\x5f','\xb9','\x4e','\x0c','\x9c','\xb1','\xcd','\x91','\xd2','\xfa','\x1e','\xdb','\x3c','\xe4','\x99','\x13','\x9e','\x37','\x11','\x13','\x26','\x22','\xaa','\xa4','\x17','\xdd','\x4f','\x3a','\xe4','\xd8','\x18','\x59','\x1b','\x13','\x6f','\x4e','\x5c','\x58','\x27','\xa9','\xce','\x18','\x12','\x47','\xf6','\xc9','\xc2','\x58','\xa7','\x70','\x18','\x15','\x18','\x29','\xe4','\x0f','\x17','\x0a','\x9d','\x52','\x01','\x15','\x0a','\xb1','\x42','\x21','\x5e','\x28','\x24','\x0b','\x85','\x66','\xa1','\x70','\xb1','\x54','\x30','\x0a','\x00','\x1d','\x30','\xc6','\xc6','\xc6','\xe8','\x58','\x2d','\x53','\x9b','\x4e','\x4d','\x2f','\x24','\x9f','\x56','\xb0','\x23','\xec','\x55','\xd4','\x09','\x2b','\x73','\x02','\x5c','\xbb','\xc1','\xff','\x6b','\x9b','\xb6','\x5b','\xb4','\xbd','\x42','\xaf','\xad','\xa4','\x9b','\x5e','\x6e','\xc9','\xcb','\x5d','\xbc','\x56','\x40','\x6f','\x16','\xe2','\xed','\x4f','\x47','\x9a','\x75','\x28','\xa8','\x64','\xf7','\xd9','\x26','\xd4','\xe3','\x2d','\xdb','\x9a','\x22','\xac','\x4b','\xd8','\xea','\x80','\x0f','\xc4','\x3e','\xe9','\xbe','\xe3','\x55','\x6e','\xa2','\xb9','\x05','\xf4','\x5c','\x70','\x06','\xc9','\xde','\xbd','\xe0','\x30','\x92','\x6a','\xce','\x28','\xb3','\x42','\x0e','\x71','\x7f','\x62','\x05','\xc1','\xef','\x52','\x84','\xe9','\x1b','\x25','\x21','\x84','\x0f','\xcf','\x09','\xe8','\x20','\xf4','\x39','\x3a','\xb6','\xa9','\x37','\xc2','\xbf','\xe0','\xb9','\x2c','\x5d','\x08','\xa2','\xed','\xc1','\x41','\xaf','\xc8','\x2e','\xe2','\xb7','\xaf','\x64','\xed','\xef','\xf5','\xd0','\xef','\x35','\x50','\xc9','\x10','\x5f','\x47','\x23','\x53','\x90','\x6e','\x20','\xd5','\xe6','\x26','\xac','\x0b','\xbd','\x6a','\xb3','\x5d','\x6d','\x7a','\x12','\x2d','\xeb','\x02','\xef','\x8f','\x05','\x4c','\x01','\xab','\x39','\x53','\x6d','\xe6','\xcd','\xf4','\xff','\x6e','\xfa','\x59','\xd4','\x48','\x01','\xcd','\x44','\x14','\x8e','\x7e','\xeb','\x7d','\xe8','\x38','\x40','\x67','\xf9','\x8e','\xfb','\x29','\xde','\xc9','\x94','\x88','\xa9','\x30','\x8f','\x7f','\xd0','\x51','\xc6','\x8a','\xf1','\x72','\x36','\x9e','\x6e','\xa5','\x22','\xf6','\x03','\x11','\x77','\x38','\xeb','\xef','\x8a','\xb8','\x85','\x08','\x19','\x53','\xc8','\x74','\x94','\x2c','\xe0','\x8c','\x12','\xa3','\x59','\xb5','\x8b','\x19','\xfb','\xd9','\xf5','\xd8','\xfa','\x86','\x6a','\xad','\x89','\x3d','\x6f','\x75','\x99','\xff','\x10','\x5c','\xd4','\x05','\x44','\xea','\x88','\xcd','\xc9','\xda','\x98','\x7e','\xbd','\xdf','\x36','\xbf','\xe0','\xc1','\xba','\x39','\x5e','\x37','\xcb','\x75','\x13','\x03','\xc0','\x1d','\xc0','\xe1','\x78','\xf3','\x95','\xb0','\xc0','\xe9','\x88','\xae','\x3e','\x0e','\xf6','\x55','\x43','\xf2','\x2c','\x05','\x7c','\xf8','\xc8','\xb4','\x91','\x21','\x8c','\x1f','\x56','\xe2','\x6b','\xd9','\x4e','\x46','\x0b','\x75','\xaf','\x84','\x1d','\x0a','\x8e','\x6d','\xd0','\x51','\xa7','\xdf','\xdd','\x20','\xd9','\xe8','\x2f','\x00','\x46','\x6e','\x99','\x77','\x93','\xb5','\x3a','\x45','\xb9','\xd3','\x92','\xfe','\xe1','\x98','\x21','\xe8','\x90','\x8a','\x0e','\x69','\x08','\xce','\x33','\x88','\x04','\x46','\x24','\xbb','\x3e','\x96','\x69','\x11','\x26','\xe7','\x5c','\xe8','\xe7','\x4a','\x57','\x3a','\xa0','\xaa','\x30','\x29','\xbe','\x7e','\xfe','\x6f','\xc5','\xc1','\x9f','\x0a','\xfa','\xa4','\x62','\xc8','\x02','\xca','\x20','\x1f','\x13','\x16','\xfd','\x75','\x53','\xf8','\x77','\xf1','\x5a','\x23','\x55','\xc9','\x3e','\x90','\x73','\x76','\xa5','\xba','\x63','\x0a','\x5d','\x89','\x52','\x25','\xc6','\xb2','\x2a','\xc8','\xc1','\x28','\xb6','\xad','\x18','\x9d','\x5d','\xfb','\xda','\xbf','\x77','\xc0','\x57','\x26','\x25','\x2b','\x4b','\xbc','\x07','\x29','\x08','\x39','\x78','\x00','\xa3','\x8f','\x62','\xfc','\xd1','\x38','\xff','\x28','\x46','\xbf','\x12','\x0c','\x74','\xfc','\xd1','\xaf','\x3f','\xf8','\xd1','\xff','\xf9','\x37','\x3f','\xf6','\x1f','\x7f','\xb3','\xfb','\xbf','\x95','\xcd','\x2e','\x31','\xcc','\x93','\xc8','\xa4','\x03','\x76','\x9d','\x34','\xea','\xec','\x40','\x4e','\x0e','\x82','\x30','\x23','\x94','\xee','\x11','\x68','\xd2','\xc7','\x9a','\x74','\x22','\xdb','\x9d','\x48','\x37','\xa1','\xf8','\x70','\x74','\xc9','\x3d','\xb8','\x08','\xd5','\x89','\x55','\x07','\x92','\xcd','\xf3','\x0e','\x91','\x51','\x82','\x0c','\x92','\xf1','\x1f','\xb4','\x0a','\x59','\xb1','\xa4','\x37','\x4c','\x7c','\xee','\x7a','\x85','\xfb','\xbd','\x42','\xda','\x2b','\x68','\x56','\x41','\x4f','\xd6','\x0c','\x54','\xcf','\xf6','\xea','\x94','\xcc','\x52','\xf2','\xdd','\x6c','\xef','\x4d','\x4a','\x1e','\x90','\x7a','\x1c','\x43','\xcd','\x0d','\x0b','\xfa','\xa4','\xb0','\x5f','\x37','\xfd','\xdc','\x21','\x97','\x66','\x81','\x5b','\x92','\xaf','\x6d','\x3a','\x3b','\x05','\x29','\x26','\x5b','\xcb','\xf6','\x66','\xe8','\x99','\x3a','\x3d','\xfb','\x57','\xd4','\x69','\xd3','\x4a','\x92','\x3e','\x33','\x4c','\xcd','\x5d','\x62','\x13','\x1b','\x2e','\xea','\xbd','\xac','\xd1','\x48','\xda','\x06','\xde','\xc6','\x93','\x33','\x7b','\x6f','\x15','\xf2','\x2d','\x59','\xa1','\x7e','\x33','\x08','\x46','\x19','\x8a','\x92','\x26','\xea','\xcf','\x1f','\x88','\xfa','\x9a','\x11','\xa0','\x12','\x14','\xff','\x21','\x84','\xeb','\xe9','\x0a','\x32','\xeb','\xf2','\x5e','\x53','\x19','\x68','\xf2','\x80','\x33','\x67','\x8f','\x4d','\xde','\xde','\x26','\x08','\xcc','\x43','\x8a','\x38','\x78','\x5b','\xb1','\x4f','\x37','\x14','\x04','\xa3','\xc4','\x47','\x45','\x8a','\x09','\x7e','\x41','\x7c','\x43','\x71','\xa2','\x68','\xab','\x34','\xfb','\x83','\x1e','\x6d','\xd1','\x3b','\x91','\x6d','\x81','\x8c','\x7b','\x18','\x82','\x8c','\x61','\xe3','\x2a','\xb7','\x6e','\x81','\x28','\xea','\x26','\xae','\xfa','\x56','\xeb','\x1e','\xaf','\x60','\xbc','\xd9','\x79','\x2b','\x36','\x11','\x26','\x7e','\xf1','\x61','\xf8','\x3e','\x2a','\x99','\x3a','\xe7','\x5b','\x6d','\x52','\x75','\x25','\xce','\xf5','\x2c','\x77','\x60','\xbc','\x08','\xdb','\x88','\xd8','\x5b','\x90','\x2e','\x8b','\x2b','\xb6','\x8b','\x71','\x6c','\xea','\x71','\x88','\xe5','\x6a','\x2c','\xa8','\x6c','\x3a','\x49','\x6b','\x44','\xb2','\x7f','\x6a','\xa8','\xa0','\x87','\x51','\x8b','\x94','\x21','\x2c','\x70','\x7f','\x58','\x87','\x7e','\x51','\xf1','\xa7','\xb1','\x2c','\x99','\x4e','\x8a','\xcd','\x22','\x11','\xec','\x99','\x5b','\xed','\xe7','\x81','\x3c','\x3e','\x51','\x6b','\x3e','\xad','\x13','\x2d','\x46','\x47','\x5f','\xa6','\xa5','\x6f','\x5f','\x2a','\x0f','\x5d','\x72','\x10','\xec','\x17','\x56','\xc7','\xc6','\x11','\x8c','\xa7','\x79','\xf9','\x38','\x1e','\xff','\x3f','\xf1','\xe4','\x1b','\xf8','\x00','\x58','\x3e','\x38','\xbe','\x82','\x7d','\xc5','\x6f','\x00','\x95','\x56','\x58','\x38','\x38','\xbd','\x8b','\x8a','\x3d','\x30','\xec','\x60','\xcb','\x76','\x07','\x06','\xfd','\x4e','\x5b','\x39','\xb0','\xc4','\x40','\x4c','\x0f','\xa3','\x8c','\x9e','\xac','\xa3','\x6f','\x7f','\x2c','\xf2','\x05','\x22','\x1b','\xbf','\xa0','\x8e','\x27','\xe8','\xff','\x82','\x29','\x2d','\xdd','\x84','\xf4','\x69','\x8d','\x5f','\x51','\x73','\x67','\x48','\xee','\xcc','\xe7','\x73','\x97','\x9d','\x42','\x06','\xd7','\x86','\x20','\x76','\x3d','\x03','\x49','\x25','\xf7','\xaf','\x4a','\x7e','\x5b','\x8a','\x4a','\x3c','\x20','\xfd','\xe2','\xa1','\x79','\x5b','\x97','\xbc','\x73','\xc2','\xfe','\x51','\xce','\x8a','\x8b','\x31','\x10','\x0f','\xaf','\xab','\xa5','\xdb','\xc9','\x31','\x9c','\xa9','\xe1','\xe2','\x34','\x36','\x17','\xb0','\xad','\xc4','\x91','\x52','\x87','\xcc','\x45','\x0a','\xa3','\x9f','\x40','\xb2','\x06','\x4d','\xe3','\x50','\xbf','\x5b','\x42','\x01','\x1e','\x09','\xc5','\xd7','\x23','\x37','\x28','\x14','\x9b','\x9d','\x11','\x5f','\x11','\x12','\x1b','\x9c','\x2f','\x48','\xf2','\xc6','\xda','\x8b','\x8b','\xbf','\x13','\x79','\xf9','\x01','\xe4','\x3e','\x40','\xdd','\x5d','\x3b','\xaf','\xed','\xfa','\xf5','\xb5','\x9d','\xff','\xf0','\x99','\xfc','\x8d','\x46','\x7e','\x49','\xff','\x1e','\xdb','\x5b','\x9f','\xf8','\xec','\xec','\xf8','\xaf','\xcf','\x96','\xbf','\xfc','\xec','\x7c','\xf2','\x85','\x68','\x9c','\x89','\xeb','\x6e','\xcb','\xf2','\x81','\x65','\x61','\x23','\x49','\x2a','\x18','\xe0','\x7a','\x45','\x4c','\xa5','\x37','\xef','\x64','\x1a','\xc4','\x14','\x39','\x08','\xdd','\x0a','\x78','\x42','\xb6','\xeb','\x89','\x87','\xfd','\xe6','\x43','\x6e','\x58','\x14','\xb7','\xb6','\x29','\xb5','\x33','\x42','\xc9','\x9e','\x0b','\x3d','\x61','\x0f','\x80','\x58','\xf6','\xa8','\x33','\x51','\xe2','\x73','\x39','\xa7','\x92','\x73','\xdc','\x20','\x47','\x08','\xf8','\x2a','\x6c','\x20','\x61','\x9a','\x52','\xba','\x96','\x43','\xae','\x9a','\xf5','\x5f','\x15','\x4b','\xbb','\x09','\xfc','\xb1','\xd0','\x0f','\x22','\x25','\x7b','\x86','\xb2','\x3d','\xe1','\x66','\xbe','\x38','\x2f','\xb6','\x1d','\x47','\x18','\xd0','\x9f','\xc8','\x39','\x2f','\xe6','\x9c','\xe7','\x5e','\x07','\x54','\xe0','\x33','\xbf','\xea','\x6e','\x7c','\x0e','\x0a','\x25','\x81','\x64','\xde','\x13','\xd5','\xe6','\x51','\x61','\x2f','\x9e','\x2c','\xf1','\x58','\x7e','\xfc','\xfe','\xfc','\xf8','\x50','\x7e','\x9c','\xbf','\x71','\xeb','\xc5','\x6f','\x8e','\x3f','\xf5','\xcd','\x71','\x92','\x1f','\xaf','\xe4','\xc7','\x4f','\x15','\x6e','\x3d','\x97','\x1f','\x7f','\x4e','\xbe','\x22','\x9e','\xba','\x7d','\xbe','\x82','\x4d','\x7f','\xa7','\x18','\xaa','\x30','\xeb','\xc6','\x16','\x25','\x02','\xc6','\xc9','\xe6','\xf8','\x8e','\xa7','\x1b','\xa9','\x5b','\x49','\xbb','\x02','\xbd','\xea','\x61','\x66','\xe4','\xe8','\x69','\x18','\xef','\xd8','\x09','\xf8','\xe8','\x4e','\xfe','\xc1','\x8f','\xb5','\x1d','\x3b','\xe9','\xb7','\x77','\x66','\xff','\xcb','\x4e','\xed','\xdb','\x3f','\xce','\x7d','\x61','\xe7','\x47','\xbf','\xb0','\xf3','\x1f','\xec','\xd8','\xe9','\xa4','\xfc','\xb8','\x1a','\x4d','\x78','\x48','\xd8','\x13','\xac','\x04','\x71','\xda','\x8c','\xd4','\x05','\xa6','\x04','\xb8','\xe2','\xc5','\x60','\x98','\x98','\x92','\x0c','\x4d','\x36','\x9f','\x4a','\x7e','\x89','\x34','\x03','\xd6','\xfb','\x6e','\xa9','\x1b','\xe4','\x77','\xd2','\x77','\xe6','\x77','\xcc','\x64','\xce','\xc6','\xc9','\x64','\x43','\x72','\xaf','\xd5','\xa5','\xf2','\xaf','\xc9','\xdb','\xe6','\x86','\xb4','\xfa','\x48','\xa9','\xbb','\x87','\xd1','\x3d','\x97','\xe8','\x63','\x97','\xe8','\x44','\xa9','\x3b','\xa1','\x08','\xa3','\x05','\x3f','\xc5','\xb9','\x1b','\xb2','\x63','\x81','\xf7','\x4d','\x58','\x96','\x98','\xc9','\x84','\x58','\x7f','\x77','\xd6','\x7d','\xbd','\x86','\x64','\xbf','\x9e','\xa7','\x51','\xd9','\x66','\x05','\xa6','\x8b','\x41','\x55','\xf1','\xb5','\x3b','\xd0','\x90','\x12','\x07','\xea','\x56','\x9a','\x8a','\xb2','\xf4','\x69','\xd6','\xb8','\x32','\xea','\x7d','\xae','\x8c','\xa0','\xdf','\x6a','\xb0','\x3e','\xea','\xee','\x45','\x0e','\xba','\xdc','\x30','\x1b','\x81','\xef','\x29','\xc3','\xd1','\xc2','\x8a','\xbb','\x8d','\x48','\x16','\xa1','\x83','\x1d','\xd4','\x39','\xa1','\xd8','\x99','\x43','\xb0','\x8b','\x78','\xa0','\x1b','\x1b','\x91','\xb5','\xc2','\x1f','\xba','\x47','\x54','\x41','\x16','\xe6','\x85','\x6e','\xc8','\x96','\x4d','\x6c','\x60','\x1f','\x93','\x7d','\xb5','\x28','\x8b','\x22','\x5d','\x88','\x7a','\xf4','\x0b','\x23','\x65','\x38','\x82','\xdd','\x51','\x2a','\xb9','\xf9','\x34','\xda','\x87','\x02','\x75','\x59','\x59','\x3f','\x86','\xe8','\x59','\x4b','\x78','\xd0','\x6c','\x02','\x99','\xc5','\x28','\xd8','\x8d','\x45','\x05','\x7f','\x94','\x73','\x69','\x04','\x4a','\xfb','\x30','\x8b','\x1e','\xc4','\x68','\xd2','\xa0','\xe3','\xe2','\x6d','\xb3','\x4d','\x67','\xb6','\x89','\xfb','\x48','\xce','\x36','\xc9','\xec','\x97','\x5f','\x94','\x4c','\x3e','\x83','\xd7','\x67','\xb0','\x57','\x2b','\xc5','\xbb','\x71','\x59','\x01','\x72','\xaf','\x82','\x8a','\x6d','\x03','\x20','\xe6','\x04','\x31','\x3b','\xac','\xee','\x1f','\x7f','\x35','\x3f','\x59','\x7b','\xa3','\x5e','\x60','\xe5','\x49','\xe6','\xc4','\x4a','\xfe','\xfd','\x39','\x67','\x28','\xe7','\xf0','\xd7','\x9d','\x17','\x2f','\xfb','\x15','\x60','\x33','\xc4','\x9f','\x28','\xe0','\x17','\x0b','\xf8','\xb9','\x37','\x6e','\x3f','\xf7','\xfa','\xed','\x8a','\x94','\x4d','\x77','\x61','\x51','\x1c','\x26','\x2c','\x88','\xf5','\x8e','\x60','\xbd','\xc1','\xdf','\xf3','\x70','\x4a','\xa6','\x15','\xa6','\x6c','\xeb','\x6d','\x17','\xa7','\x7c','\x18','\x8f','\xda','\xfc','\x3d','\x78','\x31','\x19','\x71','\x52','\x59','\x3e','\xb2','\x6c','\x3f','\x58','\xb5','\x27','\x73','\xf6','\x78','\xee','\x74','\x39','\x72','\xda','\x81','\x04','\xc4','\x02','\x8e','\x88','\x1b','\xed','\x0f','\xda','\x87','\xda','\x4a','\x78','\x46','\x4b','\x22','\xbb','\x6b','\xf2','\x2e','\x48','\x77','\xa3','\xa3','\x47','\x96','\x8a','\x4a','\xb1','\x41','\xe6','\xec','\xc6','\x9b','\x48','\xd9','\x83','\xc8','\xc3','\x76','\xa3','\xdd','\x51','\xc8','\x29','\x92','\x39','\xd4','\x90','\x7c','\xb9','\xaa','\xde','\x49','\xac','\x5f','\x23','\x81','\x5e','\xc9','\x87','\x7b','\xc3','\xdd','\x6b','\x14','\x9a','\xaf','\x6f','\x14','\xf5','\xff','\x74','\xf0','\xef','\xf8','\x09','\x64','\x1e','\x43','\x5e','\x53','\x77','\xd3','\xef','\xf9','\x54','\x71','\xe9','\x7d','\x6e','\x7a','\xc8','\x4d','\x7f','\xd0','\x83','\xc7','\x0d','\xbc','\x07','\x4f','\x7f','\x7e','\x7e','\xa7','\x2f','\x43','\xd6','\x4f','\xf1','\x6c','\x8f','\x44','\x85','\xf1','\xa8','\xa1','\x1b','\xa5','\x0f','\x16','\xc7','\x86','\x5c','\x81','\xd2','\x7b','\xf6','\xd8','\x90','\x33','\x96','\xe5','\x63','\x43','\xb6','\x18','\x2b','\x8a','\x21','\x50','\x7a','\x5f','\x57','\xa2','\x4c','\xc1','\x54','\xf9','\xdb','\x2c','\x57','\x93','\x27','\xb4','\xa0','\xdd','\xf2','\x8e','\x7a','\x51','\x74','\x77','\x4d','\xa5','\x3b','\xd9','\xa7','\x7f','\x36','\x1f','\xf5','\xc0','\xef','\xea','\xbb','\xfc','\x5b','\x2b','\x58','\x08','\x6c','\x1b','\x60','\x78','\x04','\xe1','\xc1','\x3b','\x2c','\xde','\xd0','\x22','\xda','\xa8','\xc3','\x57','\x36','\x18','\xea','\x64','\x67','\x0a','\xad','\xba','\xac','\x46','\xcc','\x15','\x62','\xaf','\x80','\xe5','\x28','\x20','\x8b','\xad','\x32','\x50','\xed','\xc5','\xa8','\x69','\x16','\x65','\x50','\x48','\xd8','\x51','\x1d','\x2a','\xe3','\xf3','\x40','\x68','\xa7','\x66','\x12','\x98','\x42','\xfc','\xb3','\xa6','\x7f','\xd8','\x3c','\x32','\x9e','\xf5','\xcb','\x0a','\xbb','\xbc','\xc2','\x98','\x44','\x69','\x25','\xcf','\xc4','\xa6','\x17','\x8e','\xa1','\xe6','\x2b','\x27','\xdc','\x09','\x87','\xb1','\x55','\xe8','\xb4','\xed','\x5d','\x63','\x0d','\x8d','\x19','\x3a','\x03','\x63','\x6c','\x46','\x96','\xb8','\x85','\x24','\x1b','\xfd','\x04','\x5f','\xe0','\x97','\x4b','\x6d','\x9f','\xc0','\xfc','\x0e','\x20','\x8b','\x22','\xc5','\xc1','\x10','\x15','\x20','\x24','\x4a','\x89','\x22','\xae','\x91','\x17','\xf7','\x07','\xeb','\x9a','\xb6','\x39','\x62','\x61','\x3f','\x63','\x32','\x28','\x75','\x92','\x8d','\x09','\xbb','\x11','\x13','\xc8','\x21','\x3d','\x67','\x9b','\xa6','\x07','\x45','\x4d','\x76','\x49','\x2c','\x07','\x0a','\xfc','\x90','\xc0','\x4f','\xeb','\x5e','\xe0','\x95','\xb7','\x9d','\xb9','\x65','\x67','\x6e','\xde','\x49','\xc8','\xcb','\xc1','\x97','\x1d','\x32','\xe4','\x90','\x04','\x1e','\x89','\xe3','\x3d','\xc2','\x41','\x5a','\x71','\x0e','\x5d','\x69','\x4d','\xe0','\x5b','\x13','\xf8','\x33','\x73','\x31','\x28','\xfd','\x72','\x55','\x22','\x99','\xd8','\x85','\xed','\xdb','\x25','\x1e','\x8b','\x1f','\xf4','\xb0','\xd8','\xa6','\x25','\x4f','\x85','\x1c','\xd8','\xb8','\x64','\x07','\xbd','\x0f','\xc1','\x99','\xf4','\x73','\x4b','\x4a','\xe2','\xcb','\xbd','\x93','\x28','\x73','\xcf','\xfe','\xee','\x7a','\xa8','\x3a','\x03','\xaa','\xb5','\xdc','\xa9','\x2e','\xe0','\x2d','\xe0','\xf0','\x18','\xca','\xd2','\xc8','\xfe','\xee','\x9f','\xfb','\x39','\xa6','\x86','\xcd','\x6b','\xd8','\x6c','\x3b','\x33','\xed','\xf2','\x8c','\x57','\xaf','\x2f','\x4f','\xce','\x01','\x1c','\x93','\x3b','\x7d','\xf5','\x1a','\xf8','\x9c','\x40','\x6f','\x4b','\xec','\x0c','\x31','\x68','\x1f','\x70','\x72','\x37','\x79','\xfa','\x0c','\x1d','\x8e','\xd1','\x68','\x8c','\xc6','\xce','\x50','\xb5','\xcc','\xf8','\xf7','\xd8','\xa9','\x19','\x56','\xae','\x09','\x63','\xd8','\x7c','\x28','\xe2','\x1d','\xf6','\xec','\xc9','\xaa','\x37','\x59','\x33','\xeb','\x51','\x56','\x8e','\x15','\x1d','\x35','\x8b','\xb5','\xa4','\xb0','\x62','\x07','\xbf','\xcf','\xe0','\x57','\xda','\xfe','\xad','\x7e','\x16','\xe0','\xfb','\x0c','\xcc','\x67','\xc9','\x00','\x45','\x48','\x42','\x82','\x0a','\x37','\xa4','\x49','\xcc','\x63','\xc4','\x6e','\x80','\x5a','\x38','\x3a','\x41','\xd1','\x1c','\x45','\x2d','\x1a','\x59','\xb8','\xa4','\x44','\x80','\x56','\x82','\xa0','\xcf','\x30','\x38','\x87','\x3c','\x68','\x27','\x8a','\x6f','\xc6','\xd9','\x36','\x05','\x26','\xd2','\x5d','\x3c','\xc2','\xf0','\x09','\x16','\x6f','\xb2','\x11','\xca','\x6e','\x51','\xd9','\xf6','\x1c','\x20','\x1d','\x64','\xea','\x11','\x10','\x27','\xa0','\x00','\xc2','\xac','\xe3','\xc2','\x65','\x10','\x0b','\x6c','\x23','\x94','\x9d','\x04','\x53','\x5d','\x07','\xd5','\x8a','\x18','\x89','\xaa','\xb7','\xa3','\xfc','\x6c','\xec','\x84','\x12','\x33','\x60','\xdb','\x57','\x75','\x20','\x44','\x2d','\x32','\xba','\xce','\x68','\x23','\xe4','\xf1','\x02','\x14','\xa5','\x0d','\x80','\xd8','\x60','\xde','\x01','\x26','\x76','\x54','\x45','\xca','\xcb','\xc1','\xcc','\x87','\xb6','\x3b','\x88','\x1a','\x7d','\x88','\x65','\xf2','\xe6','\xc4','\x5e','\xb3','\xf2','\x8c','\xe7','\x2e','\x7a','\x89','\x84','\x0d','\x7b','\xba','\x40','\xc2','\x23','\x74','\x1d','\x92','\xe6','\xe6','\x88','\x38','\xdf','\x21','\xfa','\x0d','\xa4','\xbb','\x45','\x3c','\x9f','\xa4','\xd3','\x8e','\x39','\x19','\x0a','\x72','\x29','\xcb','\x7c','\x04','\x8d','\x74','\xa2','\xa8','\xf4','\x93','\x1e','\xa9','\xa9','\xc2','\x0d','\x4b','\xbd','\xa3','\x11','\x50','\xbb','\xd3','\x52','\xef','\xa8','\x50','\x4b','\x54','\x23','\xd6','\x3b','\xe4','\x50','\xed','\x90','\x0e','\xb6','\xb5','\x30','\xee','\xe1','\x6b','\xd0','\x1a','\x96','\x08','\x3a','\x35','\x54','\x69','\x85','\x43','\x4b','\xa8','\x7c','\x54','\xb3','\x90','\x03','\x8d','\xf5','\xdf','\x03','\xc8','\xbe','\x83','\x7b','\xb5','\xc3','\x0d','\x28','\x2a','\x92','\x9c','\x1e','\x35','\x64','\xc8','\xed','\x0b','\x9c','\x3e','\xf1','\x9f','\xa6','\xc5','\x67','\x7b','\x56','\x57','\x96','\x7f','\x84','\x66','\x7c','\xdd','\xea','\xce','\xd6','\xe8','\xb3','\x21','\xa9','\x00','\x33','\xc5','\x5f','\x37','\x39','\x06','\xd6','\x4d','\x8e','\xcc','\x13','\x4a','\xc7','\x40','\x5e','\xe4','\x34','\xe2','\x92','\x8f','\x08','\xa8','\x7b','\x1c','\x34','\x75','\x06','\x5b','\xe7','\x78','\x75','\x11','\x99','\x5a','\xc7','\xd4','\x21','\x53','\x5b','\x43','\x9e','\xb5','\x78','\x63','\x25','\x79','\x6d','\x85','\xb4','\x15','\xb5','\xa5','\xd0','\xab','\x8a','\xb6','\xa2','\x40','\x86','\x06','\xec','\xb7','\x24','\xf2','\x4e','\xc6','\xc1','\x33','\x1d','\x98','\x3f','\x72','\x6d','\xca','\x6a','\xc9','\xed','\x01','\x84','\xbf','\x07','\xaf','\x2c','\xda','\xa6','\xe7','\x6b','\x9b','\x54','\x78','\x58','\x9e','\x79','\x77','\xac','\x00','\x95','\x0d','\xf5','\xa2','\x4c','\x42','\xf7','\x14','\x70','\x2e','\x2c','\x08','\x22','\xc5','\x34','\x2f','\x9e','\xed','\x24','\x65','\xa3','\x59','\x20','\x5f','\x7e','\x44','\xf3','\xce','\x32','\x2f','\xa9','\xfb','\xc4','\x38','\x45','\x81','\xdb','\x86','\x1d','\xe3','\xdd','\xa6','\x2c','\x02','\x01','\xc4','\xa4','\x49','\x16','\x88','\x8f','\x08','\x0b','\x8d','\x5a','\xd4','\x1c','\x49','\xdb','\x38','\x16','\x45','\x71','\xd9','\x57','\x12','\xc3','\xe8','\x49','\x8c','\x72','\xab','\x38','\x7d','\x8e','\x0f','\xab','\x38','\xaa','\xe1','\xd8','\x45','\xac','\x1e','\xc1','\xfc','\x1d','\x7c','\xaa','\xea','\x94','\x65','\x0d','\xd6','\xb8','\x8d','\x0f','\x1b','\xc9','\x49','\x93','\x8c','\x9b','\xa4','\x6e','\x66','\x64','\xbe','\xa0','\x88','\x61','\x99','\x6c','\xcd','\x5f','\xfc','\xa5','\x3c','\x19','\x85','\x77','\xc1','\x33','\x20','\x8f','\xbb','\x62','\x20','\x8e','\xa2','\x2b','\x26','\x59','\xa1','\x27','\xa4','\xe5','\xbc','\x79','\xc5','\xfe','\x33','\x9c','\xb3','\x71','\xba','\x9e','\xa1','\xa5','\x0e','\xec','\xbc','\x70','\x85','\x85','\x13','\x8a','\x52','\x3e','\x22','\x90','\x8c','\xe5','\xed','\xb0','\xd8','\x54','\x9c','\x32','\x16','\x50','\x73','\xbb','\x88','\xd8','\x0a','\xb1','\x2d','\x57','\x2c','\x0f','\xc0','\x34','\xd5','\xad','\xa6','\x98','\x1e','\x0c','\x66','\x16','\xcb','\xd4','\xf4','\x94','\x65','\x24','\x4d','\x61','\xa4','\x2c','\x40','\xb8','\x29','\xdc','\xe5','\x2e','\x9f','\xda','\x18','\x58','\x0b','\x98','\x00','\x15','\x0f','\x58','\xc5','\x95','\xe6','\x99','\xa7','\x6f','\xfa','\x95','\xa2','\x01','\xf8','\xad','\x5e','\xa5','\x69','\x54','\xa8','\x51','\xc9','\xf6','\x9e','\x6a','\x1a','\x3e','\x7d','\xbc','\x91','\xe5','\x06','\xdd','\xc8','\x7f','\x9d','\x81','\x06','\xd8','\x88','\xe4','\xd5','\xcf','\xf6','\xa2','\xc2','\x05','\x9b','\x3f','\x3d','\x66','\xf1','\x31','\x84','\x0a','\x08','\xe5','\xb3','\xdd','\x3c','\x50','\x4c','\xd1','\x58','\xb6','\x1b','\x6f','\x52','\xe1','\x50','\x35','\xb2','\xa1','\xbc','\xb5','\xc4','\x09','\x44','\x59','\x46','\x58','\x0d','\x4f','\x8b','\x61','\x99','\x1a','\xd6','\xf0','\x13','\x65','\xde','\x2a','\xd3','\x72','\x88','\x43','\xe5','\xf2','\x23','\xe5','\xf2','\xa3','\x12','\x27','\xca','\xe5','\x63','\x12','\xe7','\xfd','\x32','\xbd','\x55','\xa6','\x0e','\x68','\x3f','\x81','\x55','\x2f','\x4c','\x6b','\x66','\x50','\xcf','\xd8','\xaa','\x5f','\x89','\xa6','\x87','\x50','\x21','\xed','\xed','\x12','\x66','\xd8','\x4f','\x9d','\x78','\x84','\xa7','\x56','\xb4','\xe1','\x7c','\xa6','\xf0','\x0b','\x74','\x65','\x07','\xc5','\x91','\x4b','\x98','\x5d','\xe2','\xdd','\x0e','\x35','\x0d','\xe6','\x75','\x9e','\xb3','\xc5','\x86','\xd6','\xc4','\xcb','\x59','\x3a','\x93','\xec','\xcc','\x61','\xb0','\x16','\x0c','\x7d','\xf7','\x98','\x9f','\xce','\xef','\x1d','\xfa','\xf2','\xde','\xdc','\x57','\x7c','\xe1','\xf1','\x58','\xb6','\x5e','\x89','\x83','\xbc','\x5d','\xe2','\x7c','\x8f','\xff','\x34','\x46','\xd2','\x31','\x72','\xbe','\x47','\xde','\x42','\x2f','\x9d','\xf7','\x9f','\x4a','\x47','\x3f','\x93','\x8e','\xce','\xa5','\x85','\xd3','\x87','\x92','\xfb','\x51','\xf7','\x1d','\x6e','\x9a','\xbe','\x61','\x00','\xa9','\x17','\x18','\x44','\x92','\x79','\x2f','\x43','\xcd','\x61','\x56','\xfc','\xa4','\x99','\x3d','\xe6','\xb5','\xfe','\x71','\xa9','\xb3','\x26','\xec','\x0e','\x92','\x7c','\xcb','\x7f','\x37','\xed','\xb6','\x01','\xbd','\xf6','\xd6','\x01','\x09','\xf1','\xc7','\x27','\xd3','\x4d','\x1a','\xc6','\x49','\xfe','\x19','\x42','\xef','\x40','\x8d','\xae','\x82','\xd6','\x09','\x17','\xf6','\x78','\xf2','\xfa','\x3b','\x4c','\x1d','\x63','\xa9','\x8d','\x47','\x31','\xab','\xde','\x5e','\x57','\x4d','\xa8','\xaf','\x88','\xdc','\x40','\x43','\xae','\x36','\x74','\xc6','\xcd','\xd9','\xce','\x0b','\x76','\xab','\xca','\x3d','\xc4','\x85','\x03','\x0e','\xab','\x35','\xf0','\x0d','\xc1','\x3b','\x98','\x72','\x6c','\x8b','\x9b','\x55','\x27','\x2f','\x11','\x93','\x20','\x55','\x47','\xb5','\x7c','\x5a','\x75','\x04','\x58','\xd5','\x59','\xaf','\x3a','\x0d','\x39','\x00','\x58','\x7e','\x51','\x96','\x1e','\xc8','\x08','\x6b','\x3f','\x12','\xbb','\x1b','\x35','\x73','\xf6','\x31','\x73','\xfd','\x77','\x2f','\x94','\x4e','\xa1','\x64','\xba','\x4b','\xd3','\x3b','\x9a','\x1f','\x7c','\xd0','\xfc','\xdd','\x1d','\xcd','\x4f','\x7e','\xd0','\x14','\xe3','\xb4','\x4a','\x87','\x8a','\x27','\x72','\x62','\x63','\x8e','\xa1','\xbd','\xf5','\xa3','\x33','\x33','\xe5','\xb2','\x59','\x7b','\x59','\x6c','\x8b','\x25','\x4f','\xd6','\xa6','\x8a','\x8d','\xc3','\x40','\x8a','\xae','\x60','\xc6','\xdd','\x8c','\x70','\x8a','\x90','\x39','\x8e','\x53','\xeb','\xc0','\xdd','\xba','\x37','\x89','\x4a','\x15','\xbc','\xb7','\x62','\xed','\xad','\xa0','\xc3','\x15','\xb4','\xb7','\x52','\x16','\xe3','\xc3','\x95','\xfa','\x5e','\x01','\x12','\xe0','\xd4','\xc7','\x0e','\xd5','\xc7','\x69','\xa8','\xb7','\xbe','\x62','\xf0','\x77','\x74','\xe8','\xca','\x8f','\x65','\xac','\xc5','\x54','\x65','\xa9','\x5e','\xf9','\x77','\xeb','\xa0','\xb1','\xfe','\x0a','\xae','\x5c','\xf8','\x5f','\x2b','\xaf','\xec','\x13','\xb0','\x2e','\xec','\x23','\x43','\x12','\x37','\xf7','\xf1','\xf7','\xc4','\x20','\x16','\xe2','\xc3','\x19','\xb2','\x8b','\x20','\xd5','\x40','\xc9','\x06','\xe8','\xc3','\xba','\x46','\x8d','\xba','\xb5','\xac','\xd8','\x63','\xbd','\x5a','\x51','\xe2','\xd8','\x5a','\x0d','\x82','\x27','\x5e','\x1f','\x6b','\xb5','\x6c','\xcf','\x92','\x63','\x33','\xec','\x1f','\x6c','\x41','\x53','\x52','\x90','\xaa','\x89','\x43','\xec','\x02','\xaa','\x42','\xe0','\xf0','\x92','\xdd','\x01','\x72','\xa5','\x66','\x08','\x44','\xd0','\x26','\x28','\xaa','\x68','\x04','\x9c','\xeb','\x22','\x21','\xc7','\x08','\x01','\x06','\x7b','\x42','\x06','\xd1','\x0f','\x1a','\xa8','\x88','\x26','\x79','\x8f','\xc4','\x10','\x11','\x1b','\x80','\xae','\x53','\xf9','\x98','\x2b','\x75','\x72','\xfa','\xf8','\xe7','\x38','\xff','\x23','\x15','\x4f','\xee','\x3b','\xc2','\xfe','\x90','\xe5','\x2e','\x36','\x73','\x97','\x9b','\x4c','\xf8','\x72','\xd4','\x64','\xa5','\x75','\x66','\x7a','\xec','\x2d','\xbb','\x20','\xec','\xa4','\xb4','\x27','\xf6','\xfe','\x02','\xc8','\x05','\xf4','\xe3','\xb4','\x65','\x98','\x48','\x83','\x1d','\xe2','\x1b','\x2d','\xe1','\x81','\x81','\x27','\x1d','\x7c','\x69','\x1b','\xb3','\x3e','\x07','\xb9','\x0c','\x3d','\xfe','\xff','\xd9','\xfb','\xfb','\x28','\x37','\xae','\xeb','\x4e','\x14','\x3d','\x85','\x82','\x0f','\x40','\xeb','\x34','\xba','\x9a','\xf4','\x28','\x07','\xdd','\x50','\xa3','\xf8','\x91','\xb6','\x26','\x8b','\x72','\x0e','\x00','\xa6','\x05','\xda','\x0c','\x51','\x64','\x33','\x90','\x94','\x07','\x5b','\xba','\x99','\x8f','\xd7','\x9e','\x64','\xc5','\x07','\x0d','\xb0','\x48','\x29','\x2d','\x13','\x8a','\xfc','\xfc','\x98','\x3b','\xed','\xae','\x6a','\x36','\x07','\x6c','\x27','\x65','\xb2','\x45','\x7b','\xf9','\x81','\xb6','\xae','\xc8','\x7c','\x5c','\x4d','\x66','\x6e','\xe6','\x5d','\x4a','\xce','\xd3','\x78','\xde','\xf5','\x84','\xd5','\x6c','\x0e','\xd4','\x4a','\x10','\x91','\x4e','\xbc','\xe6','\xd2','\x89','\x6f','\x04','\x59','\x1e','\x5a','\xb3','\x96','\xee','\x18','\xb2','\xbc','\x64','\xc8','\x82','\x51','\xef','\xec','\x53','\x05','\x34','\xfa','\x43','\x76','\x32','\xf7','\xfd','\xe9','\x5e','\x3f','\x95','\x4e','\x83','\xdd','\xa7','\xab','\x4e','\x9d','\xb3','\xcf','\xde','\xfb','\xec','\xfd','\xdb','\x31','\xa5','\xd5','\x12','\x72','\xac','\x32','\x98','\x0d','\x37','\x98','\xd0','\xe4','\x22','\x4b','\x98','\x9f','\x2e','\xba','\x05','\x50','\x9e','\xb2','\x95','\xcf','\xda','\xea','\x5d','\x10','\xf4','\x08','\xbe','\x94','\x61','\x44','\xe3','\x36','\x63','\x4d','\xd7','\xb5','\x84','\xa9','\x27','\xb6','\xdf','\xcd','\xe7','\x44','\x95','\x30','\x07','\x32','\x54','\xd4','\x57','\x59','\xe1','\xcc','\x54','\x18','\xbc','\x36','\x03','\xae','\x15','\xaf','\x15','\x97','\xe4','\xd8','\x3e','\xd7','\x4a','\x00','\xc9','\x8f','\xdd','\xdf','\xdf','\x9f','\xa0','\xe7','\x8a','\xb7','\xef','\x14','\x6b','\xf5','\x22','\xad','\x3e','\x76','\x0f','\x2e','\x7f','\x29','\x6f','\xfe','\xad','\x39','\x73','\x29','\x5f','\xac','\xe5','\x8b','\x14','\x3e','\x9c','\xa1','\xcf','\xce','\x5c','\x9a','\x28','\x7f','\x73','\xd2','\xfa','\xc4','\x7f','\x9e','\xfd','\xf5','\xbb','\xfd','\xd4','\x68','\x3f','\xa9','\x5f','\x20','\x1c','\x46','\x91','\x08','\x68','\x1a','\xe4','\x0e','\x49','\xdc','\xec','\x26','\xd6','\xd8','\xfe','\x6f','\xb0','\xc2','\x77','\xb8','\x73','\x5d','\x16','\xf1','\x5c','\x75','\x49','\x1d','\x52','\x5f','\x85','\x32','\x00','\x37','\xbf','\x5e','\xb7','\x94','\x6c','\x5f','\xb7','\x54','\x93','\xa4','\x67','\xc8','\xf0','\xaf','\x7b','\x3d','\x77','\x0f','\xca','\x83','\x7b','\x5f','\xc3','\x37','\x1a','\x0f','\xde','\xf8','\x4f','\x2c','\xba','\x52','\xcb','\x5a','\x4e','\x0a','\x28','\x46','\xa0','\x68','\x02','\x5e','\xb4','\xc9','\x27','\x21','\x1b','\xd4','\xfd','\x2e','\x64','\x83','\x1e','\x42','\xe3','\x83','\xf1','\x7e','\x50','\x0a','\xe1','\x72','\x5b','\xf4','\x4d','\xfc','\x88','\x1a','\xff','\x93','\x1a','\x04','\xde','\x88','\x57','\x38','\x4b','\x69','\x01','\xca','\xb0','\xb5','\x7b','\x3f','\x3c','\x4e','\x84','\x95','\x34','\x47','\xe7','\xa4','\x84','\x1d','\xc8','\x67','\x1c','\x78','\x59','\x6e','\xe0','\xb6','\x85','\xbc','\x33','\x9b','\x47','\x6c','\x3e','\xe4','\x35','\xe3','\x36','\x2f','\xca','\x4c','\x46','\x05','\xd4','\x66','\xbe','\x8e','\x45','\xf1','\xad','\x3b','\x18','\xe7','\x10','\xc4','\xa5','\x48','\xd7','\x13','\x49','\x55','\xc7','\x53','\xd5','\x7b','\x04','\x9e','\xab','\xfe','\xf2','\x73','\xd5','\xfd','\xa9','\xea','\xfe','\x5c','\x77','\x8b','\x5f','\x6b','\x80','\x87','\x53','\xcc','\x50','\x30','\xe2','\x38','\xd9','\x01','\xd9','\xe7','\x68','\x11','\xdb','\x1e','\x94','\x84','\x48','\x0b','\x78','\xdd','\xf0','\x2a','\x16','\x80','\xf3','\x65','\xd7','\xe7','\x91','\x20','\x29','\xaf','\xdb','\xc2','\xa4','\xe2','\x73','\xd8','\xd1','\x04','\xa8','\x76','\x6e','\x7b','\x0c','\x31','\x5d','\x16','\x9b','\x03','\x29','\x1d','\x15','\x6f','\x0f','\x34','\x0f','\x5b','\x28','\xea','\x9e','\x97','\x96','\x5d','\xad','\xf7','\xb3','\x8a','\xa9','\x04','\x5b','\xc5','\x2d','\xaf','\x5b','\x91','\x0d','\x1f','\xd9','\xd5','\xc3','\x74','\x95','\x00','\xff','\x18','\xcd','\x56','\x09','\x2b','\x10','\x7d','\x3f','\xca','\xc7','\x3d','\x2f','\x1b','\xb6','\xf7','\x87','\xed','\xc2','\x31','\xc7','\xb1','\xba','\xe3','\x65','\xe7','\xee','\xb2','\x33','\x59','\x76','\x26','\x66','\x3b','\xf9','\x93','\x73','\xd5','\x0a','\xf1','\x63','\x2a','\x7d','\x9e','\xd3','\x98','\xe4','\xec','\x9f','\x93','\x6c','\x36','\x86','\xd1','\x64','\x95','\x35','\xe0','\x35','\x32','\xea','\xc8','\xae','\x7b','\x6d','\xf7','\x7d','\xa8','\xfe','\xbe','\x61','\xef','\x57','\x24','\x8d','\xf3','\x71','\x26','\x91','\xba','\x72','\xf2','\xcd','\x2b','\x95','\xd4','\x15','\x0e','\xd0','\xac','\xb7','\x34','\x9e','\xa1','\x3c','\x4d','\xf9','\x24','\xb1','\x7e','\x30','\x0c','\x95','\x41','\x19','\xde','\x62','\x77','\xf7','\x62','\x15','\x82','\x18','\x9c','\x75','\x80','\x4b','\x6d','\xdb','\x0f','\xa5','\x9f','\x6d','\xe3','\xfb','\xaa','\x7a','\xaf','\x78','\xeb','\x9c','\x93','\x21','\x50','\x66','\x62','\x61','\x72','\xcf','\x85','\xee','\xfe','\x97','\x49','\xe3','\x3f','\x13','\x32','\x41','\x48','\x5e','\x16','\xaa','\xef','\xa7','\x05','\x45','\x3a','\x7e','\x43','\xc6','\xb3','\xe9','\x90','\xfa','\x27','\xcc','\x81','\x25','\xec','\x7d','\xbd','\x2a','\x3d','\x4e','\x60','\xb9','\xe3','\xa3','\x7a','\xd8','\x64','\xe4','\x58','\x22','\xb1','\x34','\xfc','\x21','\x0d','\xff','\xe5','\x1f','\x53','\x72','\xb3','\x23','\x8b','\x8b','\x6f','\xc4','\x70','\x5b','\x5c','\x85','\x28','\xb2','\x94','\x36','\xd8','\x08','\x3e','\x03','\xdb','\x35','\x0f','\xa9','\x57','\x50','\x64','\x19','\xbf','\xaf','\x66','\xed','\x70','\xd0','\xc8','\x05','\x54','\xac','\xc2','\xcf','\xe4','\xda','\x92','\x24','\x7a','\x32','\x8f','\x2d','\x8b','\x98','\x26','\xc1','\x66','\x14','\x9b','\x34','\x66','\x6a','\x64','\x5e','\x9f','\x33','\x85','\xc2','\x51','\xb1','\x0d','\xde','\x14','\xf2','\x8d','\x96','\xeb','\xc9','\xae','\x47','\x81','\x0e','\x85','\xa0','\xeb','\x5d','\x24','\xe6','\x42','\xe3','\x5e','\x2a','\x2c','\xe2','\x46','\x9a','\xfe','\xa5','\x07','\x85','\x38','\x05','\x1c','\x16','\x7f','\x9a','\xc5','\x29','\x8b','\x9f','\x6e','\x8d','\x32','\x3e','\x58','\x97','\x33','\x8c','\x5c','\x69','\x27','\xae','\x47','\x68','\x47','\x3c','\xb8','\x42','\xb8','\x9c','\xe4','\x5b','\x1b','\xa4','\xb0','\xce','\x79','\xed','\x9e','\x67','\x2b','\xd4','\x83','\x2a','\x04','\x97','\x50','\x53','\x51','\x11','\xab','\x6f','\x7a','\x39','\x08','\xa9','\x77','\x04','\xac','\x1f','\x2f','\xed','\x1a','\xa9','\xed','\x1a','\x59','\xde','\x35','\x72','\x45','\x5c','\x3d','\x4f','\x7c','\xeb','\xec','\x1a','\x39','\xbb','\x6b','\xa4','\x2a','\xb0','\x21','\xf5','\x2f','\xf5','\x67','\xea','\x0a','\x04','\xdd','\x65','\x25','\xa1','\x50','\x2c','\xac','\x93','\x48','\x56','\x56','\x95','\xd5','\x49','\x23','\xef','\x7d','\xcf','\x23','\x09','\xc8','\x42','\x20','\xfb','\x79','\xb4','\x50','\x1e','\x1d','\xee','\x8e','\x39','\xe0','\xe4','\xdc','\x25','\x91','\x26','\xe5','\x3d','\xc3','\xdd','\x09','\xc2','\xcb','\x0e','\x3f','\x56','\xe0','\x67','\x67','\x79','\xee','\x0d','\x33','\x71','\xca','\xd3','\x84','\x45','\xc4','\x2a','\x5e','\x3b','\x90','\xc8','\xb9','\x6f','\x97','\x59','\xa9','\xcb','\x66','\xca','\x02','\xa2','\x8d','\x42','\x65','\x23','\x5d','\xb6','\x7e','\x54','\x3e','\x9e','\x96','\xc8','\x74','\x4e','\x7e','\xbf','\x5c','\x61','\xfc','\xd4','\x55','\x3e','\xc3','\x4e','\xce','\xb0','\xf2','\x0c','\x33','\x67','\xee','\x7f','\x97','\xbf','\xb5','\xca','\x67','\x54','\x08','\x37','\x0c','\x2a','\x5f','\xc8','\xaa','\x49','\x95','\x04','\xe2','\x09','\xd4','\xa4','\x8a','\x9b','\x55','\xaf','\xb0','\x08','\xad','\x90','\x44','\x93','\x11','\x17','\x0d','\x0d','\x24','\xdc','\xf9','\x15','\xb1','\x2b','\xd2','\x65','\x08','\xae','\x4c','\xbf','\xfe','\xa0','\xdc','\x77','\x7c','\xe6','\x2c','\x61','\x24','\x94','\x65','\x9f','\xe0','\xb3','\xf3','\xbd','\x91','\x32','\x69','\x99','\x6a','\xf2','\xd4','\x7e','\xbb','\xe3','\xc5','\x9e','\x97','\x72','\xcb','\x39','\x51','\x10','\x9d','\x4b','\x94','\x67','\x32','\x5e','\xdd','\xdd','\x14','\xc8','\x01','\x25','\x0e','\x85','\xda','\xcc','\x63','\x10','\x15','\x20','\xbe','\x12','\x62','\x69','\x18','\xb2','\x9f','\xbe','\xd3','\x46','\x0d','\xaa','\xd5','\xf4','\xbe','\x55','\x6c','\x98','\x00','\xd2','\x24','\xf7','\xe3','\x1e','\xbd','\x4d','\xb5','\x33','\x22','\xbd','\xb2','\x0e','\xf2','\xbc','\x32','\xaa','\x1b','\x58','\xab','\xa8','\xb2','\x30','\x3a','\x52','\x70','\x90','\x9f','\x05','\x07','\xc6','\x42','\x96','\x5e','\x15','\x66','\xe7','\xfd','\xde','\xf7','\x84','\x60','\x5a','\x94','\x69','\xd1','\x7e','\x72','\xf4','\x26','\xca','\x05','\xdf','\x4d','\xa1','\x20','\xf4','\xc1','\x65','\x92','\xd5','\xe6','\x53','\x9e','\x03','\x3c','\x0e','\x1e','\x61','\x4f','\x91','\x43','\x4f','\x1d','\xf2','\x1b','\x00','\x8f','\x1c','\xd2','\x0e','\x89','\x7f','\x0a','\x7e','\x40','\x23','\x60','\xc6','\x42','\xc2','\xa9','\x1d','\x41','\xbc','\xcf','\x5b','\x28','\xa6','\xb0','\xf5','\x3d','\x0f','\xf8','\x54','\x91','\xbd','\xf3','\x7d','\x62','\xfd','\x76','\x7d','\x36','\x06','\x28','\x36','\xf2','\xc3','\x0e','\x16','\x0b','\xc9','\x0f','\xc7','\x97','\x79','\x25','\xeb','\x10','\xdf','\xc2','\x01','\xd3','\x12','\x8e','\xe0','\xc3','\xc2','\x86','\x60','\x6a','\x54','\xb5','\xa1','\x34','\xde','\xa2','\xdc','\x68','\x5c','\x9b','\xde','\x6c','\x53','\x77','\x89','\xba','\xbf','\x2b','\x4b','\xb2','\x2e','\x09','\x4c','\xdf','\x6c','\xd7','\xc4','\xe7','\xaf','\x74','\xe8','\xad','\xb3','\x00','\xd1','\x58','\x3e','\x2b','\x10','\xbf','\xdc','\x89','\x6b','\x67','\x05','\x46','\xb5','\xa7','\xa9','\xe6','\x84','\x14','\x57','\xed','\x31','\x14','\x85','\xe5','\x29','\x6a','\xf4','\xb2','\xb7','\xfc','\x6a','\x95','\xaf','\x54','\x53','\x0b','\xd5','\xb8','\x80','\x5c','\x05','\x21','\x69','\x37','\x85','\xc5','\x9f','\x9b','\xc2','\xd1','\x12','\x1e','\x79','\x21','\xd6','\x9d','\x04','\x69','\x6f','\xd0','\x04','\x62','\x10','\x49','\x05','\xde','\x26','\xa5','\x43','\x72','\x83','\xfc','\xbd','\xeb','\xc1','\xbd','\x14','\x82','\x7b','\x0d','\x1f','\x19','\xd5','\xf8','\xad','\x90','\x6e','\x62','\x3d','\x82','\xd9','\xfb','\xce','\x6a','\x32','\x0f','\x31','\xa1','\x69','\xc3','\xba','\x1e','\x73','\xdd','\xcd','\xfa','\x46','\x11','\x85','\x8b','\x2b','\x4b','\x40','\xb9','\x29','\x66','\x48','\x96','\xd2','\x03','\x54','\x9f','\x59','\xaf','\x32','\x20','\x66','\x7c','\xc6','\xfb','\xbb','\x55','\xd4','\x63','\x38','\x19','\xe4','\x39','\xe9','\xeb','\xbd','\x62','\x7b','\x12','\x96','\x29','\x16','\x5d','\xde','\x2d','\x93','\x47','\x34','\x00','\x7c','\x82','\xe2','\x38','\x0a','\xa5','\x10','\xc4','\x15','\x1a','\xed','\x11','\x1c','\x4d','\xe1','\xe8','\x6e','\xaf','\xbd','\x1b','\x47','\x8f','\xe0','\xe8','\x02','\x3e','\xad','\x60','\x36','\x18','\xf7','\x25','\x30','\x74','\xb9','\x05','\x3c','\xae','\xfe','\xb7','\x97','\x5b','\x43','\xf2','\xd4','\x06','\xea','\x71','\x50','\x34','\xab','\x91','\x82','\xd8','\x3d','\xf7','\x15','\x48','\xa1','\x31','\xb4','\xe4','\x90','\x11','\x42','\xf6','\x24','\xc8','\x0d','\x3a','\x47','\x21','\x76','\x28','\x18','\x1f','\xcb','\x26','\xa1','\x28','\xd9','\x1d','\x1b','\x7a','\xca','\xf1','\xbe','\x59','\x83','\x44','\x7a','\xa4','\xfb','\x99','\x74','\x43','\x8b','\x68','\x5c','\xc5','\x1d','\xcf','\xf3','\x23','\x2e','\xc8','\x93','\x31','\xdf','\x29','\x11','\xc0','\xea','\xcc','\x49','\x1e','\xb6','\x1e','\x0f','\x83','\x3c','\x28','\xd9','\x8d','\x46','\x53','\x6b','\xde','\x6e','\x48','\x57','\x1b','\xfd','\x1f','\x76','\xc6','\xbf','\xec','\xd1','\xe7','\xf5','\xf1','\x09','\xbd','\xfd','\xab','\xfb','\x4e','\xff','\x93','\xee','\xf4','\x97','\xf4','\xb1','\x1f','\xe9','\xf1','\x9d','\xfb','\x68','\xa6','\x4b','\xf7','\xe8','\x74','\x46','\xa7','\x47','\x75','\x7a','\x66','\xcf','\x3b','\xaa','\x97','\x86','\xb2','\x6f','\x24','\xdf','\xed','\xce','\xc3','\x81','\x0a','\x31','\x3b','\x1d','\xb3','\xdf','\x10','\x02','\x3c','\x61','\x98','\x94','\x9b','\xec','\x86','\x99','\xeb','\x9a','\x15','\xdb','\xac','\x2c','\x99','\xd7','\x3a','\x27','\x98','\x3d','\xcf','\x96','\x4c','\x60','\xdf','\xb5','\x81','\x05','\x8b','\x01','\x25','\xab','\x58','\xa7','\x83','\xe3','\x03','\x11','\x32','\xaf','\x04','\x41','\x3e','\x62','\x45','\xdf','\x93','\x6c','\xdd','\x63','\xa3','\x7b','\x6c','\x7c','\xc8','\x82','\xe4','\xcd','\xfd','\x1a','\x99','\xcd','\x75','\x0b','\xfb','\x0a','\xce','\xc6','\xf1','\x21','\x14','\x7c','\xc5','\x31','\x5d','\x87','\x63','\x1a','\x50','\x1f','\x8e','\x11','\xab','\x0b','\x79','\x88','\x6a','\x54','\x3c','\xb5','\x98','\xe4','\xf7','\xa8','\x21','\xc8','\x43','\x5c','\x44','\x87','\xd4','\xe8','\xfe','\xa9','\xd8','\xfe','\x4c','\x62','\x76','\xec','\x4a','\x61','\xcc','\x70','\x22','\x9c','\xdc','\xc5','\x48','\x26','\x3b','\xf4','\x5a','\x92','\xac','\xc6','\xc8','\x05','\xb1','\x4e','\x90','\x6e','\xe8','\x94','\xf9','\xa1','\x4a','\x5c','\x56','\x43','\x74','\x6c','\xa1','\x3a','\xae','\xc7','\x55','\xd2','\xb0','\x1c','\xed','\x68','\x40','\x5e','\x8f','\x53','\x7e','\x7d','\xbd','\xc1','\xfa','\x20','\xf2','\x9f','\xc0','\xa9','\x35','\x85','\xc4','\x6c','\x27','\xa0','\xe8','\x62','\x65','\x39','\xba','\xf0','\xb4','\xc1','\x29','\x4b','\x67','\x68','\x7a','\x2f','\x09','\xe7','\x9d','\x70','\x15','\x8e','\x96','\xa2','\x62','\xdb','\x61','\xc2','\x5e','\x1c','\x66','\xd7','\xde','\x7e','\x8b','\xb1','\x0a','\x5b','\xff','\xca','\xe6','\x5a','\xc2','\x90','\x82','\xfd','\x7d','\x77','\x4f','\x07','\xe3','\x78','\xe8','\x64','\xf8','\x3e','\xe7','\x41','\x88','\x1e','\xdc','\x45','\x3f','\xb9','\x97','\x14','\xf2','\x4e','\x03','\x1b','\x0d','\xa1','\x9d','\x44','\x19','\xd1','\x12','\x44','\x1f','\x26','\xaf','\xbc','\x3d','\x4a','\x61','\x2b','\x1c','\xa9','\xb1','\x54','\x8d','\xed','\xae','\x31','\x23','\xd9','\xb2','\x29','\xdb','\x5a','\xcf','\x37','\x28','\xe9','\xbb','\xf1','\x93','\xad','\x1f','\x0e','\x44','\xf8','\xce','\xd9','\x32','\xbe','\x77','\x7d','\x7d','\xad','\x46','\xf9','\xaa','\x56','\x04','\x7d','\xa3','\x4b','\x94','\xee','\x13','\x21','\x59','\xf4','\xa4','\x4e','\xb7','\xa4','\x9d','\x06','\xae','\x66','\xdf','\xd5','\x5f','\x59','\x01','\xe1','\xb0','\x9e','\x59','\xbf','\x82','\x50','\x68','\x23','\x05','\xca','\x36','\x61','\x7b','\xef','\x19','\x97','\x12','\x53','\x25','\x4f','\xfb','\x22','\x76','\x5e','\xc3','\x85','\x57','\xe6','\x67','\x17','\xb1','\xc0','\xe3','\xb9','\x79','\x08','\x04','\x89','\xea','\x5e','\x83','\xed','\xa4','\x33','\x3b','\x93','\xde','\xce','\xac','\xb1','\x73','\xfa','\xd8','\xce','\xcb','\xdd','\x9d','\xd4','\x48','\x4f','\x1f','\xdb','\x73','\xb9','\xbb','\xb7','\x66','\x7c','\x90','\x1a','\x47','\xe9','\x51','\x23','\xe9','\xd9','\x74','\x0b','\x5f','\x53','\xb6','\x89','\x99','\x8b','\x19','\xc4','\x7a','\xc9','\x86','\x8b','\x85','\x0d','\x0b','\x41','\xa1','\xfe','\xa3','\x85','\xfb','\x67','\x0a','\x4a','\xcd','\x8d','\xd0','\xd3','\x09','\x9a','\xf4','\xf3','\x61','\x37','\xc4','\x8f','\x2d','\xd8','\xfd','\xb1','\x4a','\xa3','\x70','\x69','\x61','\xa9','\x04','\x47','\x0f','\x59','\x72','\x80','\xb2','\x5e','\x81','\xe3','\x10','\x3a','\x3d','\xec','\xbd','\x92','\x41','\xf5','\xd5','\xcd','\x65','\xd4','\xd6','\x83','\x88','\x06','\xa9','\xda','\xd7','\x8f','\x59','\xe5','\x29','\x47','\xcf','\xf9','\x2f','\x59','\xbc','\xc4','\x4e','\xf1','\xa4','\xf4','\xc8','\x8f','\xb9','\x88','\x9f','\x8e','\xd8','\x89','\xd3','\x32','\xe8','\xc1','\x52','\x3a','\x70','\xe4','\x18','\x8a','\xaa','\xbb','\x63','\xde','\x53','\x0e','\x8a','\xd7','\xc4','\x46','\x2c','\x66','\xba','\xd5','\x8b','\xff','\x17','\x92','\xd9','\xea','\xb1','\xd9','\xe4','\x0f','\x9e','\xb7','\x52','\x8e','\xd9','\x47','\xae','\x33','\xcf','\x88','\xd0','\xfe','\x74','\xd7','\x4f','\x2a','\xa1','\xec','\xba','\xc6','\x56','\xae','\x40','\x76','\xc9','\xad','\x3a','\x7b','\xc5','\xcb','\xdd','\xae','\x62','\x0a','\xf8','\x34','\xad','\x9a','\x9f','\xe8','\x9e','\x68','\x57','\x4d','\xda','\x43','\xb2','\xeb','\x37','\x4e','\xdc','\xae','\x76','\x69','\xf5','\x34','\x7d','\xc6','\xa0','\x8e','\x18','\x3b','\x43','\xe9','\x30','\x31','\xe4','\x61','\x8d','\x4c','\x25','\xa0','\xea','\x7c','\x7c','\x19','\xb4','\x02','\xab','\x8d','\xa4','\x13','\xb8','\xdb','\x0b','\x24','\x23','\x4f','\x26','\x64','\xb0','\x0b','\xf5','\xe9','\x04','\x37','\xc5','\x4b','\x1c','\x59','\x66','\xd6','\x2b','\xed','\x62','\x0d','\x12','\xeb','\x4a','\xc9','\x96','\x49','\x59','\x99','\xb2','\x93','\xe2','\x2a','\xda','\xa0','\x3b','\xc8','\x78','\x51','\x8a','\x4a','\x1a','\x01','\xd3','\x3e','\x5d','\xb0','\x26','\x1a','\xe6','\x31','\xa7','\xf8','\x59','\x87','\x8f','\x10','\xbe','\x27','\x21','\xf4','\x77','\x4e','\x85','\xfe','\xc4','\x64','\x6d','\x62','\x28','\x25','\xef','\x4f','\xda','\x5e','\x06','\xa2','\x4f','\x13','\x6d','\xab','\xd4','\x88','\x78','\x57','\xef','\x52','\x2e','\x67','\x94','\xea','\xaa','\xe7','\xa7','\x14','\x2d','\xab','\xde','\x57','\xd5','\x28','\x57','\xc3','\x70','\x20','\x6b','\xbd','\xd9','\x3c','\x8c','\xe6','\x75','\x94','\xd0','\x8e','\xa0','\x44','\xca','\x15','\xc6','\x6f','\x26','\x4e','\xf6','\xaa','\xdd','\xfc','\xf5','\x06','\x3e','\xb0','\x06','\x3e','\xc9','\xf8','\x95','\xdc','\xab','\x57','\x6e','\x17','\x35','\xf0','\xfd','\xce','\x90','\xe4','\x77','\x86','\xe9','\x49','\x49','\xbd','\xbb','\xa6','\x8d','\x9c','\x25','\x23','\x55','\x9c','\xaa','\x4e','\x49','\xbb','\x92','\xfb','\x76','\x65','\x42','\x28','\x4a','\xcf','\x20','\xfa','\x26','\xa6','\x2b','\x42','\xe9','\xad','\x8e','\xae','\xc0','\x49','\x0a','\x1d','\x80','\xf8','\xa4','\xb3','\x52','\x3d','\xbd','\x52','\x9d','\xf6','\x3f','\xf9','\x66','\x75','\xec','\x55','\xb1','\xcf','\xfe','\x59','\x5c','\x71','\xfc','\xc0','\xa1','\xb6','\x34','\x9b','\x21','\x5e','\x54','\x18','\x9b','\x25','\x44','\x33','\x48','\xcb','\x60','\x5d','\xf5','\xa6','\x30','\x56','\xc3','\x61','\x7c','\xf6','\x75','\xfc','\x20','\x90','\x5c','\x51','\xe6','\x6a','\xcc','\xd5','\x95','\x2b','\x8f','\x14','\xaf','\x5c','\x7e','\xf3','\x0a','\x2d','\xea','\xb4','\xc4','\xc0','\x2f','\x3d','\x43','\xa9','\x99','\x90','\xf7','\x19','\x13','\xd3','\x04','\x82','\x2c','\xd1','\x1c','\xb0','\x4b','\x79','\x81','\x82','\xb4','\x31','\xce','\x1c','\xbf','\x4f','\xe8','\x0f','\xd8','\x8e','\x62','\x1b','\x8e','\xdd','\xc3','\x06','\x23','\x46','\x8b','\xf0','\x4a','\x54','\xf2','\x47','\x68','\x94','\xe9','\xc9','\xac','\xac','\x27','\x25','\x79','\x69','\x0c','\x90','\xab','\x90','\xbc','\x04','\xb4','\xef','\x36','\x54','\x41','\xb6','\xd3','\xd8','\x48','\x13','\x1e','\x8e','\x66','\xc3','\x32','\x23','\x26','\x6a','\x60','\x60','\x69','\xca','\xb5','\xd9','\x26','\x57','\x7f','\xae','\x9d','\x95','\x3a','\xba','\x30','\x28','\xad','\x1f','\x76','\xc5','\x55','\x2f','\x93','\x44','\x09','\xe2','\x75','\x50','\xf3','\x50','\xe4','\x54','\x63','\xee','\x04','\x61','\x65','\xa2','\xaf','\x1f','\x1c','\xcb','\x17','\xaa','\x20','\xa1','\x9f','\x28','\x92','\x39','\x04','\x96','\x12','\x90','\x0f','\xf7','\x8e','\xbd','\xc4','\xc2','\xf9','\xa1','\xa7','\x15','\x31','\xe1','\x75','\xa5','\x39','\x3e','\x7f','\xe2','\x0e','\x2b','\xc1','\x7b','\xd9','\x96','\xb7','\x5c','\xfc','\x6e','\x2f','\x43','\xbf','\xc7','\x1f','\xee','\x36','\xfd','\xfc','\xe5','\xe0','\xf0','\x42','\x8a','\x7a','\x24','\x45','\xfd','\x82','\x1d','\x2e','\xda','\x51','\x06','\x71','\xd4','\x9d','\x90','\x4c','\x3c','\x0f','\x8b','\x7f','\x7d','\x12','\x45','\xc1','\x83','\xdf','\x61','\x25','\xd4','\x2a','\xa1','\xca','\x3f','\x41','\xec','\x2f','\x10','\x3b','\x87','\xd8','\x62','\xf3','\x20','\xf2','\x46','\xd1','\x78','\x10','\x29','\x3d','\xb0','\xc0','\xc5','\x1b','\x24','\xaa','\xfe','\x10','\x66','\xa9','\x1b','\xc7','\xc6','\x2e','\x74','\x47','\x13','\x46','\xf8','\x4f','\x8c','\x68','\xe1','\x98','\xf7','\xbd','\xee','\xfc','\xac','\x91','\x27','\xc6','\x07','\xc9','\xb1','\xc3','\x37','\xbb','\x93','\xb3','\x86','\x09','\xdf','\x1e','\x85','\x1a','\x97','\x44','\xec','\xa7','\x61','\xc8','\xf4','\xd4','\xce','\x0a','\x14','\x2e','\x77','\xac','\x5b','\x67','\x0b','\xcb','\xd0','\x28','\x9c','\x41','\x85','\x45','\xa3','\x70','\xb1','\x52','\x70','\xb8','\x75','\x76','\xad','\xb0','\x10','\x86','\x04','\x9f','\x24','\x04','\xb0','\x0d','\x7f','\x7d','\xb9','\xf3','\x7f','\x2c','\x55','\xbe','\xe9','\x18','\xa9','\x2a','\xda','\x5d','\x45','\x47','\xaa','\x42','\x0e','\x24','\xc4','\x76','\x9a','\xeb','\x42','\x29','\xa0','\x94','\x33','\x96','\x72','\xbc','\x6b','\x1d','\x15','\x8a','\x58','\x00','\x86','\x52','\xce','\x8e','\x6b','\x1d','\xf1','\xe1','\x21','\xc5','\xfe','\x75','\xa5','\x7a','\xc9','\xf3','\xe2','\xe7','\xae','\xd0','\x21','\x81','\x65','\x1a','\xaf','\xc1','\xaf','\x14','\x2f','\x08','\xc5','\x8f','\x6e','\xce','\x77','\xe8','\xb3','\x5b','\x1b','\xe1','\x0d','\x5c','\xc7','\x5b','\x19','\x06','\xb6','\x89','\xc7','\x7e','\x8f','\x7a','\x52','\x7e','\x9f','\x46','\x34','\xe8','\xd0','\x50','\x25','\x1b','\x7c','\x20','\x99','\xb7','\xa3','\x32','\x03','\x37','\x95','\x18','\x28','\xce','\xbd','\x96','\x81','\xc3','\x4e','\xfe','\x83','\x5d','\xeb','\x6d','\x92','\x9f','\x90','\xf8','\x60','\x47','\x5c','\xad','\x3b','\xb2','\x1d','\xe9','\x0c','\x0b','\xa3','\xb8','\x4e','\xc6','\x4d','\x72','\xf7','\xa4','\x2c','\x6b','\x18','\x42','\x79','\xb5','\x56','\x8d','\x60','\xa8','\xff','\x06','\x05','\x0c','\xe0','\x90','\x5a','\x07','\xb3','\x5d','\xc6','\x73','\x52','\xec','\xd2','\xf0','\xcd','\x1e','\xdf','\x7b','\x10','\xd0','\xf8','\xf7','\xa8','\x43','\xa7','\x83','\xe3','\x4f','\xd6','\xa3','\x4f','\xb6','\x21','\x85','\x9c','\x71','\xfb','\x5e','\xce','\x8f','\xb9','\xe9','\x45','\x3b','\xad','\xda','\x61','\xdc','\x0c','\x13','\x8b','\x68','\xe3','\x51','\xfe','\x53','\xd6','\x45','\x34','\x1c','\x10','\xf3','\x46','\x23','\x9d','\x8b','\x84','\x96','\x1c','\x96','\x79','\x3f','\x9b','\x1c','\xe1','\x61','\xdd','\xdd','\xa1','\x34','\xb5','\xc5','\xac','\x57','\x4f','\xce','\x35','\x62','\x05','\x2a','\x26','\x3c','\x2a','\x0c','\xb7','\xe7','\x09','\x7d','\xdc','\x91','\x3c','\xf6','\x0d','\x49','\xb0','\x2f','\x8d','\x77','\x81','\xcd','\xe3','\xfc','\x59','\x5b','\x07','\xd5','\x53','\x2a','\x69','\x1a','\x5b','\xb8','\x97','\x17','\xf3','\xae','\xb8','\xb1','\xb4','\x7f','\x63','\x74','\x5c','\xbc','\xab','\x83','\x97','\x5b','\x42','\x53','\xa9','\xf4','\xee','\x28','\x9b','\x6c','\x89','\x1b','\x42','\x29','\xe4','\xbd','\xe3','\xbe','\x4f','\xb1','\xdf','\xa7','\x38','\xef','\x53','\xba','\xbf','\x92','\x21','\xd6','\xf7','\xe9','\xf1','\x5f','\xa2','\xc7','\xb3','\x57','\x8f','\xb3','\xe6','\x71','\x66','\x1c','\x67','\xad','\xc7','\xdf','\x7c','\xfa','\x64','\x66','\xb8','\x32','\x89','\x79','\x16','\xf1','\x4c','\xc7','\x7a','\x8b','\xf0','\xcc','\x3a','\xac','\xb7','\x3a','\xe2','\x8a','\x52','\x2e','\x7a','\xc7','\x56','\x57','\xec','\xa4','\x62','\xbf','\xd5','\x4f','\xf6','\x8c','\xfb','\x65','\xe9','\xd6','\xb1','\x37','\x65','\xe7','\xde','\x19','\x2c','\xca','\x7e','\xa6','\x87','\xc5','\xdc','\x9b','\x1e','\x63','\x5d','\x30','\x94','\xbf','\x4f','\x76','\x2d','\x76','\xc7','\x55','\x42','\x9f','\x0c','\x12','\x0f','\x85','\x00','\x19','\x2d','\x15','\xc6','\x4a','\xb3','\xf1','\xd2','\x7e','\x81','\xc1','\x14','\xc5','\xf1','\x12','\x69','\xaf','\xc2','\xf9','\xfe','\x91','\xc5','\x39','\x65','\x91','\xfa','\x25','\x3c','\x7c','\x7e','\xfe','\x41','\x9e','\xb7','\xf5','\xf0','\xfe','\x10','\x13','\x13','\x36','\xde','\x82','\x74','\x63','\x28','\x30','\x34','\xd2','\x83','\x27','\x3e','\xd9','\x49','\x77','\xee','\xd4','\x46','\x46','\x59','\xf2','\x77','\x3f','\xd8','\x7a','\x79','\xca','\x7e','\xf1','\x0c','\x52','\x13','\x67','\xab','\xb4','\xeb','\xd1','\x1b','\x55','\x40','\xa7','\xeb','\xf5','\x1a','\x62','\xc2','\x1e','\x5a','\xc1','\x1f','\x7e','\xe5','\xed','\x0f','\x8b','\xeb','\xcd','\x3b','\xa7','\x5f','\x9a','\x98','\xbe','\x79','\x67','\x5a','\x5e','\x6b','\xab','\x98','\xbe','\x58','\xa5','\xff','\xc9','\xa4','\x2f','\x4d','\xd0','\xaf','\x8b','\x0d','\xe2','\x30','\x75','\x89','\x5e','\x35','\xa8','\x57','\x21','\xcb','\x9c','\x2c','\x9b','\xa8','\x63','\xa1','\xb3','\xae','\x7d','\xd6','\xe6','\x3f','\x46','\xe9','\x65','\x92','\x5e','\xee','\x86','\x97','\x51','\xd8','\x43','\xc4','\x86','\xf4','\x26','\x48','\x8d','\xb2','\x3a','\xac','\x5c','\x6b','\x95','\x6b','\x95','\x72','\x8d','\xf5','\xf0','\x11','\x3f','\xde','\x66','\xe3','\x79','\x8a','\xae','\xa0','\xdc','\x9b','\x6e','\x4a','\xb1','\x53','\x2a','\xce','\xbd','\xe6','\xb1','\x7d','\x88','\xdd','\x8b','\x72','\x4d','\x92','\x52','\xbb','\x29','\x84','\x72','\x2d','\xb4','\x25','\x24','\x72','\x72','\x80','\x57','\x64','\x7d','\x91','\xe6','\xbe','\xdb','\x61','\xfb','\xc8','\xfa','\x15','\x81','\x61','\x7b','\xbf','\x50','\xcb','\xc0','\xce','\x25','\xa9','\x91','\xf5','\x2b','\xb0','\x43','\xfd','\x26','\x61','\x9f','\x77','\x32','\x23','\x5f','\x13','\x1b','\x87','\x31','\x83','\xac','\xb7','\xec','\x19','\x15','\xcd','\xa8','\xb2','\x98','\xac','\x89','\x78','\x19','\x59','\xaf','\x93','\x19','\xb5','\x2b','\x54','\x27','\xe0','\x66','\x93','\xb2','\x3a','\x8a','\xb4','\x4d','\x57','\x54','\x0f','\xc9','\x68','\x3d','\x35','\x21','\x0c','\x6f','\x55','\xbc','\xf7','\x98','\xda','\x22','\x96','\xd2','\xf0','\xfd','\x36','\x00','\x21','\xcd','\xde','\x71','\x22','\x0a','\x60','\x78','\xc1','\x19','\x2e','\x3a','\x77','\x49','\x11','\x27','\x23','\xba','\x9d','\xbd','\x8a','\x33','\xa5','\x38','\x8b','\x03','\x75','\x63','\x54','\x34','\xa7','\xa2','\x8d','\x7c','\xd4','\x72','\x8d','\x6f','\x43','\xe6','\xdf','\x63','\x30','\x50','\xc4','\x0f','\xd4','\xa4','\x87','\x24','\x8b','\xd0','\x27','\x11','\x7a','\x51','\x8c','\x89','\x17','\x43','\xf3','\x2d','\x14','\xdb','\xcc','\x73','\xb2','\x84','\x58','\x43','\x12','\x91','\x51','\x94','\x4e','\xb6','\x0e','\xfc','\xb1','\x96','\xbd','\xd9','\x4a','\x2d','\x69','\xa9','\xa8','\x96','\x19','\x6e','\xdd','\x1f','\x42','\x1f','\xc1','\x2c','\x13','\x69','\x67','\x08','\xdb','\x3b','\xca','\x4b','\x45','\x77','\x4a','\xad','\x2c','\x92','\xa4','\x5a','\xc1','\x1b','\xee','\xe7','\x7f','\xec','\x27','\x8b','\xf5','\x24','\x27','\x84','\xd4','\xf6','\x02','\xc3','\x02','\x8a','\xb6','\xed','\xa3','\xc2','\x60','\x7c','\xde','\x6c','\x58','\xfe','\xc8','\xc4','\x1d','\xef','\xc7','\xc1','\xb0','\x8c','\x15','\x9d','\x8c','\x2c','\x98','\xb2','\x28','\x1e','\x3f','\x41','\xb7','\xfc','\x2d','\x88','\xa2','\xd9','\x40','\x11','\x29','\x54','\x03','\x9d','\x78','\xd7','\x82','\x2d','\x23','\x40','\xae','\x13','\x17','\xa3','\xfd','\xdc','\xfa','\xb7','\x70','\x55','\xec','\xb8','\x62','\x8f','\x2b','\x4e','\xdb','\xea','\x72','\xc9','\xb0','\xed','\xfb','\x61','\x7c','\xbe','\x02','\xbf','\x9e','\x8b','\x3f','\x85','\xa4','\x29','\x50','\xa0','\x93','\x6f','\xc0','\x6f','\xa5','\x67','\xe3','\x07','\xf6','\x7b','\x57','\x49','\x50','\xa2','\xe5','\x88','\x8c','\x4d','\x2d','\xe2','\xb1','\x99','\x7c','\x62','\x66','\xa2','\x7d','\xea','\x6d','\x7e','\x62','\xd2','\x28','\xfb','\x1e','\x97','\xc3','\x70','\x96','\x31','\xc8','\x7f','\x88','\xa0','\xf8','\xd4','\xf4','\x7c','\xec','\x5f','\x36','\xdf','\x38','\xcd','\x1b','\x94','\x43','\x26','\x7e','\xb2','\x0b','\x8d','\x76','\xb3','\x71','\xba','\xd5','\xf8','\xf8','\x1b','\x8d','\x11','\xb3','\xb1','\xcb','\x6c','\xa4','\x39','\xd9','\xc7','\xc9','\xbd','\x9c','\x18','\x9c','\xd8','\x32','\x3e','\x7c','\x7d','\xe8','\xde','\x4b','\x37','\x18','\xd8','\xda','\x02','\xbd','\xf1','\x06','\x8b','\x9c','\x39','\x7d','\xcf','\x82','\xfd','\xaa','\xd3','\x54','\x7a','\xf9','\x20','\x31','\x59','\xa4','\xbb','\x4f','\x1d','\xec','\xbd','\xe9','\x28','\x72','\x4b','\xf5','\x77','\xd5','\xf0','\x73','\x0e','\x79','\xd3','\xb9','\x27','\xd7','\xf9','\x50','\xca','\xf9','\xe8','\x82','\xed','\xac','\xd8','\x64','\xc5','\xf1','\x4f','\x5a','\xd7','\xa3','\xd3','\x65','\x20','\xdc','\x7a','\x7c','\xd4','\xa6','\x6c','\x9a','\x2d','\xdf','\xbe','\x87','\x31','\x15','\x3c','\x4b','\x44','\xd1','\xb0','\xf2','\x2d','\x9c','\xaa','\x79','\xef','\x68','\x4a','\x68','\xcf','\x7d','\x7f','\xe8','\xed','\x99','\xd0','\x7f','\xfe','\x17','\xf4','\x7b','\x9f','\xd7','\xf5','\x3d','\xfb','\x72','\xaf','\x75','\xd5','\x90','\x7e','\x34','\xad','\x5b','\x3f','\xd2','\xcb','\x69','\xfd','\x78','\x7a','\x5f','\xf9','\x2b','\xdd','\x13','\xcf','\xeb','\x73','\xcf','\xeb','\x27','\xd3','\x3a','\x07','\xec','\xe1','\x6f','\x79','\x7c','\x06','\xf5','\x79','\x57','\x4a','\x2a','\x9d','\xb1','\x3a','\x65','\x15','\x9d','\x54','\x51','\x59','\x25','\xa6','\xd7','\x5d','\xa7','\xaa','\xa0','\xf3','\x25','\x76','\xb8','\x34','\xe5','\x97','\x42','\xa0','\xe6','\x76','\x75','\x10','\x7c','\xde','\xd4','\x18','\xa6','\x04','\xf2','\x3a','\x21','\x6a','\xe4','\x18','\x1e','\x3d','\xe7','\x79','\xb1','\xa0','\xc6','\x19','\xa5','\x5e','\x3b','\x8b','\x11','\xd4','\x11','\xc3','\xb2','\x42','\xdc','\x60','\xee','\xe7','\x00','\x6f','\xea','\x20','\x7f','\x94','\x10','\xcd','\x3a','\xd5','\xa8','\x96','\x18','\xda','\x97','\x25','\x75','\x03','\xcd','\xa2','\xd0','\x49','\x4e','\x76','\x26','\x4e','\xef','\x3e','\x9f','\xe9','\xd6','\x77','\xbb','\xee','\xf6','\xeb','\xc2','\xc7','\x66','\xff','\xbc','\x7c','\xc5','\xb2','\x98','\x45','\x48','\x9a','\x69','\x0a','\xea','\x17','\x2e','\x97','\x36','\xec','\x0a','\x0a','\x34','\xcc','\xeb','\x32','\x79','\xa3','\xaf','\x67','\x6e','\x94','\xab','\xd2','\xed','\x46','\x13','\xc0','\x69','\x49','\xd3','\xea','\xa8','\x30','\x52','\xce','\xa9','\x14','\xea','\x58','\x59','\x50','\x33','\x2f','\xab','\x46','\x7b','\x4c','\x2c','\x21','\xbf','\xf4','\x46','\x1f','\x9b','\xf2','\x14','\x86','\x6c','\x38','\x83','\x22','\x03','\x87','\x47','\x70','\x4e','\x44','\x69','\x27','\xd9','\x9e','\x8d','\xd7','\x0a','\xe2','\xc7','\x76','\x2f','\x93','\x8d','\x79','\x0a','\x73','\x3e','\xbf','\xb1','\x0c','\xe0','\x30','\x56','\x91','\x75','\x87','\x96','\x5f','\xec','\x94','\x1b','\xb4','\xfc','\xe7','\xac','\xfc','\x57','\xac','\xfc','\x2a','\x2f','\xbb','\xae','\xb5','\xd2','\x2c','\xaf','\x66','\xcb','\xf5','\x64','\xb9','\x81','\xcb','\x2d','\x54','\xbe','\xd9','\x16','\x3f','\x60','\xc9','\x15','\xc3','\x7d','\x62','\xac','\xe1','\xb6','\xcf','\x90','\x15','\x42','\x91','\x0f','\x86','\xf1','\xa1','\x2e','\xd6','\xf7','\xdd','\xd9','\xb7','\xaf','\xbe','\x77','\x5f','\xfd','\xe7','\xf7','\xd5','\x4f','\xff','\x46','\x3d','\xe5','\xd4','\x77','\xdb','\x75','\x95','\xd7','\x31','\xad','\x13','\x52','\x4f','\xbe','\x51','\x4f','\xd9','\xf5','\x15','\x1b','\xd8','\xcc','\x94','\x65','\x3c','\x52','\xc3','\x43','\xcb','\xf8','\x7d','\x57','\xe0','\x5c','\x25','\x87','\x0e','\x0b','\x61','\xd8','\x0b','\xfe','\xc1','\x43','\xb2','\x26','\x23','\x0a','\x1b','\x76','\x98','\xf1','\x28','\x4d','\x7b','\x6f','\xa4','\xe7','\x48','\xd8','\x90','\xb9','\x5c','\x99','\x6c','\x34','\xc3','\xa8','\x04','\xcb','\xb0','\x56','\x86','\x55','\x44','\xa3','\x94','\x06','\x4c','\x65','\xb2','\x8b','\xb9','\x31','\xa1','\x3f','\x83','\xdd','\x84','\xc9','\x9b','\x1e','\x71','\x4d','\x24','\xb0','\x66','\xda','\x37','\xcc','\x63','\xf5','\x7c','\xb9','\x5b','\x3f','\x71','\xe7','\x99','\xf7','\x2d','\x90','\xa1','\x10','\x6c','\x82','\x51','\xb9','\x09','\x52','\x30','\x1a','\x69','\x4b','\x58','\xe3','\x56','\x5b','\x1a','\x90','\x80','\xac','\x78','\x05','\x62','\xbd','\xab','\x60','\xd6','\x79','\x8b','\x52','\xbc','\x88','\x19','\x15','\x36','\x68','\x58','\x68','\x57','\x74','\xd4','\x7a','\xc3','\x3b','\x44','\x02','\xef','\x75','\x26','\x4b','\x7b','\xf7','\x93','\xcc','\xb0','\x8e','\xbc','\x1f','\xa3','\x94','\x46','\x02','\x53','\x19','\xb4','\x98','\x53','\xd1','\xb8','\xd8','\x9f','\x46','\x5a','\x38','\x39','\xec','\x51','\xa5','\x0a','\x10','\xfa','\x70','\x09','\xd3','\x0c','\x8e','\xbf','\x4d','\xba','\x07','\xe6','\x2a','\x42','\x09','\xd6','\x36','\x2f','\xe4','\x6d','\x56','\xb1','\x74','\x64','\x6f','\xbc','\x1f','\x5d','\x0b','\x6b','\x9a','\xd8','\x7b','\xac','\x37','\xf6','\x1e','\x22','\xb9','\x2b','\xe8','\x49','\x84','\x9e','\x8c','\x67','\xbf','\x12','\x67','\x99','\x01','\xe4','\xc4','\x75','\x24','\xcd','\x52','\x69','\xb6','\x3b','\x83','\x8e','\xe4','\x84','\xb8','\x85','\xf9','\x23','\x04','\xcb','\xab','\x76','\x61','\xc5','\x9e','\x5d','\xb0','\x1f','\x97','\x09','\xfe','\x42','\x9e','\x78','\xae','\x06','\x8e','\xa3','\x28','\x4d','\x44','\xe9','\x38','\xa1','\xf7','\x9c','\xd5','\x0e','\xdd','\x60','\xfb','\xeb','\x7e','\x55','\x29','\xdd','\xc1','\x3a','\x38','\x18','\x91','\x41','\x50','\xde','\x2f','\xcf','\x37','\x15','\x45','\xd6','\x79','\x54','\x22','\xc2','\xe8','\x6e','\xcf','\x68','\xdc','\xbc','\xd7','\x2d','\xff','\x8a','\x7d','\x72','\x11','\x95','\x23','\xb6','\x49','\x5a','\x33','\xd9','\x5c','\xe9','\xaf','\xcf','\x97','\xc6','\x50','\x29','\x03','\xc4','\x35','\xa7','\x4a','\xc8','\x9c','\x42','\x7c','\x91','\x16','\xd7','\x97','\x3c','\x18','\xe6','\x7c','\xa3','\x99','\xb6','\x95','\x65','\x71','\x5b','\x76','\x20','\xd9','\xfe','\x3e','\x14','\x26','\x15','\xb3','\xaf','\xc7','\x0b','\x2a','\x83','\x76','\xb0','\xe8','\xd4','\x7a','\x0b','\x69','\x8b','\x88','\xae','\x76','\xa2','\x62','\x89','\x30','\xe2','\xfd','\x88','\x20','\xb5','\x23','\xcc','\xd5','\xdc','\x6b','\x08','\x0e','\x47','\x4a','\xdb','\x34','\x58','\x29','\xc4','\x4a','\x6a','\x46','\xa8','\x37','\x2b','\xdd','\xb0','\xce','\x22','\xb9','\xb6','\xcf','\xb2','\x27','\x75','\x91','\x40','\xc3','\xce','\xe6','\x5a','\xd9','\x0c','\x9b','\x56','\x51','\x2d','\x24','\x25','\xcc','\x59','\x49','\x60','\xdb','\x63','\xb6','\x5e','\x07','\xd4','\xac','\x94','\x5c','\xd7','\xf0','\x5c','\x7c','\xbd','\x84','\xae','\x10','\x64','\xb9','\x3f','\x82','\xd2','\x93','\x42','\x2b','\x86','\xfa','\xb9','\xad','\x78','\x58','\x03','\x0c','\x34','\xa8','\x50','\x5c','\x3e','\x1d','\x4d','\x97','\x26','\xf6','\x94','\xf6','\xe6','\x79','\xc6','\xb1','\x5a','\x24','\xd7','\xdc','\x50','\x0f','\xba','\x81','\xbd','\xef','\x79','\xb2','\x92','\x63','\x85','\xea','\x4d','\x60','\x1e','\x58','\x8d','\xc6','\xab','\xb1','\xf8','\x85','\x44','\xfc','\xdf','\xf3','\x78','\xd5','\x16','\x18','\xa9','\x0a','\xeb','\x8d','\x4b','\x86','\x84','\xec','\xde','\x6a','\xb2','\x84','\x63','\x92','\x70','\x19','\xfd','\xf7','\xdc','\x0f','\x41','\xbb','\xe4','\x99','\xa3','\x2e','\x8c','\x79','\x4e','\x17','\xa0','\x5a','\x31','\x5b','\x0f','\x4e','\xee','\x9f','\xfd','\x28','\x41','\x05','\xb7','\xbf','\x2f','\xe6','\x06','\xe5','\xea','\x7a','\xf4','\xe9','\x20','\xb5','\xac','\xcc','\x5a','\x0a','\x14','\x24','\x8e','\xa2','\xc5','\xd5','\x65','\xc5','\x27','\x07','\x58','\x0c','\xa9','\x2a','\x00','\xab','\x2a','\x55','\xbd','\xa6','\xd2','\x8d','\x06','\x75','\x3d','\x24','\x69','\x06','\xb5','\x47','\xb5','\xb3','\x71','\x96','\x4f','\x5d','\x39','\xc9','\x0c','\x56','\xf1','\x3a','\x4f','\xf0','\x53','\xcf','\x73','\xf3','\x80','\xd5','\x64','\xc0','\x09','\xc4','\x99','\x68','\x88','\x67','\xa8','\x1a','\x0c','\xca','\xb6','\xd0','\x54','\x95','\x64','\x70','\xec','\xc0','\x61','\xcc','\xfc','\x0d','\x75','\x63','\x7d','\xab','\xc1','\x73','\xd8','\x0c','\x6d','\x6c','\x03','\xaf','\x91','\x41','\x80','\x1e','\x49','\xdd','\x1c','\xec','\xb5','\xaa','\xad','\x4b','\xbe','\x62','\x22','\x44','\x9b','\x34','\x16','\xfc','\xac','\xfc','\x30','\xe5','\xe1','\x04','\x0f','\x33','\x2b','\x7a','\x32','\xb7','\xe3','\x3c','\x58','\x52','\x34','\x29','\x93','\xa9','\xef','\xe5','\x95','\x63','\xe2','\x7d','\x05','\xf9','\xd4','\x59','\x59','\x07','\x53','\xd9','\x78','\x7e','\xc1','\x0d','\xc2','\x2b','\x5a','\x10','\x2c','\x71','\x1d','\xc5','\x17','\xe8','\x5d','\x68','\x59','\x68','\xb5','\xef','\x47','\xa7','\xd3','\xe8','\x13','\xab','\x5e','\x3d','\x84','\x0c','\x3f','\xf6','\x20','\x0c','\x71','\x98','\x6e','\x0c','\x62','\xb3','\x13','\x5c','\xc6','\x87','\x47','\x50','\x02','\x1f','\xa3','\xf9','\x27','\xe9','\x44','\xb1','\x36','\x79','\xa4','\x36','\x29','\xb3','\x10','\xf0','\x49','\xea','\xbd','\x0d','\xdb','\x8d','\xc0','\x30','\x02','\xeb','\x7a','\x9c','\x8f','\xde','\xcd','\x93','\x93','\xe8','\xf4','\x44','\xa4','\x96','\xcf','\x42','\xda','\x3b','\xde','\x08','\x0d','\x5e','\x32','\xd4','\x89','\xb0','\x31','\xab','\x60','\x96','\xce','\x67','\xc3','\xc7','\x0e','\x44','\x1b','\x93','\xf1','\xa5','\xcc','\x9b','\xb5','\x27','\x2b','\x1a','\x67','\x7b','\x9b','\x59','\xd7','\xa5','\xdb','\xe9','\x87','\x83','\x3c','\x81','\x03','\x7c','\x05','\x01','\x33','\x95','\x2d','\x74','\x4f','\x03','\x8a','\x6e','\xa7','\x39','\x0d','\x4b','\x10','\x4e','\xa3','\x42','\x08','\x97','\x80','\xf4','\x97','\x4d','\xe9','\xad','\x27','\x69','\x45','\x08','\x9a','\xd5','\x18','\x5b','\xc4','\xc2','\x0c','\xf9','\xb0','\xe4','\x85','\x88','\x46','\xb5','\xf3','\x67','\x13','\x85','\x3c','\xbd','\x57','\xfc','\x58','\x46','\x0c','\xa4','\x9e','\x45','\xc6','\xbd','\x56','\xbb','\x00','\x41','\x3c','\xe0','\x2d','\x4c','\x58','\xed','\xbb','\x4b','\x74','\xb2','\x44','\x27','\x4a','\x34','\x5f','\xa2','\x55','\xab','\x8d','\x4b','\xa3','\xb8','\xf4','\x7e','\x3c','\xf5','\x7e','\x48','\xbf','\x5a','\xc5','\x73','\x8b','\x91','\x38','\x10','\xb8','\xf4','\x94','\xc3','\x28','\xaa','\xc5','\xd0','\x34','\x21','\xff','\xd2','\xeb','\x9e','\xa6','\x76','\x5c','\xcb','\xc7','\xaf','\xec','\xa3','\x56','\xbb','\xdd','\x3c','\xf5','\x3b','\xdc','\xfc','\x4d','\xab','\x09','\xa5','\xc7','\x38','\xd7','\x82','\x29','\x84','\xf4','\x3b','\xbc','\x58','\x4f','\x4c','\xe1','\x98','\x73','\x18','\xc3','\xac','\x56','\xed','\xbc','\xe4','\x8d','\x31','\x3d','\xcf','\xc4','\x67','\xcd','\xb3','\x79','\x73','\xf6','\xe4','\xfc','\xbd','\xcc','\xd4','\x12','\x66','\xce','\x33','\xa7','\x27','\xcd','\x1a','\x33','\x93','\xad','\x79','\xca','\x4c','\x0a','\x0d','\x53','\xb1','\xcd','\xdd','\xcb','\xe6','\x41','\x67','\x3e','\x55','\x35','\x8b','\xe7','\xf8','\xca','\xa2','\x12','\x81','\xa3','\xca','\x5e','\x1d','\x84','\x01','\xad','\x4f','\x56','\x03','\x01','\xc7','\x7e','\x8c','\x25','\x48','\x6e','\x9c','\x26','\xef','\x29','\xa3','\x5f','\xae','\xd2','\xfb','\xce','\x75','\x66','\x09','\x2d','\xbc','\x9f','\x39','\x3b','\x25','\xcd','\xb5','\x10','\xec','\x6a','\x85','\x60','\x08','\x68','\x27','\xcd','\x80','\x3f','\xca','\xa9','\xd1','\xc2','\x6d','\xfa','\xf8','\xe5','\xf6','\xe3','\x94','\xc6','\x64','\xd0','\x88','\x67','\x87','\x7c','\x01','\x0e','\x2c','\x2e','\x4f','\x2d','\x25','\xbe','\xbe','\x04','\x2c','\x2e','\x23','\x4b','\xb3','\x23','\x4b','\x85','\x64','\xdb','\xe9','\x97','\x2c','\x54','\xce','\x04','\x7a','\xa6','\x5c','\xa7','\x62','\xf6','\xbe','\x57','\x19','\xa9','\xe0','\xdb','\xe8','\x2c','\x8e','\x8e','\xe3','\x70','\x05','\xbf','\xcf','\xa7','\xb4','\x45','\x38','\x65','\x47','\xdc','\xe6','\x3c','\x9a','\xcf','\xa2','\x43','\x3a','\xbc','\xf0','\xa6','\x65','\xfb','\xb1','\xe9','\x75','\xe5','\x9a','\x17','\xb0','\x47','\x4b','\x36','\x2d','\xcb','\xd9','\x14','\xd3','\xd8','\x10','\x3f','\x36','\x15','\x75','\xad','\xf3','\xb7','\x4a','\xa4','\x51','\xa2','\xf5','\x92','\xf6','\x62','\x49','\x5f','\xb5','\x1e','\x00','\xfe','\x04','\x31','\xa1','\x0d','\x0c','\xa7','\x2d','\x94','\x9c','\x1d','\x8a','\xe6','\xc9','\xed','\x93','\xe8','\x11','\x06','\xb5','\x17','\x1f','\xf9','\x45','\xb4','\x3c','\xa1','\x24','\x9b','\x44','\xd3','\xbb','\x9a','\x4e','\x44','\x03','\x88','\x85','\x75','\xf0','\x1b','\xaf','\x92','\xa1','\x24','\x11','\xf2','\x73','\x23','\x4f','\xc5','\x7b','\xf0','\x70','\x06','\xc2','\x4d','\xc6','\x99','\x4b','\xd6','\x9d','\xc1','\xc6','\xd6','\xb3','\x8c','\x29','\xd5','\xee','\x33','\x15','\xcc','\x80','\xc6','\x2b','\x80','\x1f','\xf5','\xbc','\x32','\xe5','\x66','\x82','\xcf','\x30','\xab','\x74','\x32','\x57','\xea','\x6d','\x94','\x25','\x8d','\x9d','\xba','\x97','\x9b','\xc7','\x78','\xb1','\xea','\x42','\x20','\x0e','\x6e','\x72','\x62','\x71','\x36','\x5e','\x74','\x65','\x76','\x62','\xce','\x93','\x2c','\xca','\x36','\x7d','\x89','\x68','\xa7','\xba','\xfa','\x2c','\xf9','\x84','\x43','\x80','\x55','\x6c','\xb8','\x83','\x1a','\xc4','\x7b','\x83','\xd0','\x06','\xa1','\x37','\x3b','\x70','\xed','\x61','\xec','\x66','\x27','\x7e','\x16','\xd1','\x88','\x78','\xbb','\x18','\x38','\xdc','\xc5','\xce','\x9a','\x45','\x1b','\xf3','\x74','\x84','\xbe','\xd0','\xd9','\x86','\x72','\x80','\xf7','\xe0','\x52','\x3f','\xdc','\x4b','\x41','\xd9','\x10','\x54','\xbd','\xaf','\x50','\x15','\x58','\xaa','\xc5','\xce','\x1b','\x4b','\x06','\xe5','\x06','\x2e','\x8a','\x1d','\xf2','\x72','\x2b','\x83','\xd8','\x24','\xfc','\xc0','\xe4','\x0e','\xcb','\xd3','\x16','\x6c','\xef','\xeb','\xd5','\xb9','\x97','\xce','\x15','\x86','\x1c','\x32','\x74','\xeb','\x63','\x8a','\xfb','\x19','\xe5','\xca','\xe3','\x8b','\x57','\x1f','\xff','\x5c','\xad','\xf0','\x3b','\x97','\x0b','\xa9','\xf3','\xce','\xee','\x20','\x1f','\x36','\x8c','\x65','\x1d','\x84','\x21','\x84','\xc5','\xa3','\x88','\x7d','\x11','\xaa','\x1e','\x64','\xa9','\x71','\x39','\x7b','\xed','\xe5','\x83','\x08','\xff','\x0b','\xa8','\x66','\x26','\xd5','\xf8','\x97','\x68','\x00','\xaf','\xbd','\xde','\x0e','\x70','\x9a','\xba','\x6c','\x53','\x9c','\x70','\xdc','\x6b','\xc7','\xab','\x34','\xc0','\xc6','\xb6','\x9f','\xdc','\x29','\xf6','\xb7','\x8c','\xd7','\xd1','\xe5','\x7b','\x35','\x30','\xb2','\x25','\x6b','\xba','\xb4','\x77','\x82','\x43','\x7f','\x40','\x51','\x66','\x19','\xc8','\x76','\x4c','\x75','\x87','\x55','\x37','\xf6','\xe2','\x95','\xf1','\xe3','\x57','\xee','\x7e','\xfc','\xea','\xdd','\x3b','\x6a','\x93','\xf1','\xa7','\x27','\x46','\x2e','\xe4','\x77','\x9f','\xaf','\x42','\x05','\x3d','\x7b','\xfd','\xb7','\x24','\xf4','\x6c','\x85','\xf6','\x58','\x98','\x50','\xda','\x54','\x3d','\xcf','\x66','\xdc','\x60','\xbc','\x9c','\xe5','\xe5','\x4f','\xb5','\xc2','\x9f','\x6e','\x91','\x4f','\xbf','\x1e','\x7d','\xf3','\xf5','\xe8','\x73','\xb3','\xf1','\xaf','\x98','\xf1','\xf4','\x89','\xf4','\x01','\xf3','\x07','\xd9','\x99','\x0a','\xe3','\xac','\x87','\xac','\x2c','\x68','\x18','\xdb','\xbd','\x46','\x46','\xce','\xcb','\xb8','\xcf','\x25','\xb2','\x70','\x51','\x2c','\xba','\xfd','\x2f','\x5e','\xb9','\xef','\x73','\xcb','\x1f','\xda','\x51','\x9b','\x1d','\xb9','\x30','\xbb','\xbb','\xda','\x58','\xb1','\x1b','\x62','\x2b','\x3a','\x34','\x4a','\x4e','\x78','\xe4','\x58','\x6d','\xf4','\x4f','\x6b','\x63','\x89','\x5a','\x7c','\xe9','\x4b','\x23','\x5f','\xf6','\x52','\xcb','\x10','\x21','\x68','\x18','\x62','\x6b','\xa6','\x28','\x5b','\x51','\x19','\xf7','\xae','\xca','\x22','\x89','\x69','\x59','\x42','\x51','\xf6','\x3f','\x9a','\xe5','\xde','\xa7','\x5a','\xf4','\xd3','\x2d','\xfa','\xf6','\xeb','\xf4','\xb9','\xd7','\xe3','\xcf','\xcd','\x8e','\x65','\xcc','\x44','\xfa','\x04','\x3d','\x60','\x8e','\x65','\x67','\x3a','\x8c','\x57','\xe4','\x6d','\xa3','\x3e','\xc2','\xc8','\x78','\x51','\x18','\x05','\x08','\x8e','\x71','\x87','\xbb','\xa6','\x86','\xcc','\x7d','\x51','\x33','\xd2','\xb1','\x6e','\x44','\xb9','\x8f','\x17','\xdb','\x70','\x75','\x91','\xf5','\xf5','\x3d','\x66','\xf2','\x9a','\x39','\xb2','\x67','\x1d','\x5f','\xdf','\x63','\xbd','\xb9','\x87','\x27','\x0f','\xf3','\x91','\x3d','\x03','\xf1','\x99','\x06','\x09','\xe9','\x85','\x2a','\xb3','\x6e','\x24','\x0a','\x4b','\xc3','\x85','\xff','\xd7','\xdb','\x85','\x26','\xb2','\x6c','\x54','\x58','\xc6','\x85','\xcb','\x5e','\xe1','\xd2','\x84','\x75','\x69','\x42','\x5c','\xc1','\x59','\xfd','\xcd','\x09','\xef','\x9d','\x09','\x12','\xef','\xe3','\x43','\x84','\xe2','\xa9','\xdd','\x6b','\xd6','\x53','\xe7','\x4b','\x71','\x67','\x26','\xbe','\x64','\x2a','\x17','\xcb','\x96','\x57','\x8e','\x5c','\x39','\x39','\xb4','\x5c','\xde','\x51','\x33','\x47','\x2e','\xcc','\xec','\xae','\x96','\x8e','\xd8','\x10','\xea','\x3c','\x3e','\x5a','\xca','\x78','\xa7','\xf6','\xd4','\xcc','\x7c','\x8d','\xff','\x69','\x8d','\x27','\xbe','\xc4','\xef','\xf2','\xb8','\x46','\xb9','\x4e','\xc5','\xe6','\x52','\xb4','\xa9','\xb6','\x7b','\x2d','\x31','\x72','\x9e','\xc6','\x9d','\xf8','\xa5','\xe5','\xe4','\xca','\x19','\xe0','\x6b','\x8a','\x5c','\xd9','\xf3','\xbe','\x2b','\xd6','\xe7','\x96','\xff','\xe8','\xb3','\x4f','\xef','\x7b','\xea','\xc2','\xbe','\x57','\xab','\xb9','\x65','\xba','\xef','\x99','\x51','\x20','\xa3','\x7e','\xbe','\x96','\x7b','\xb6','\x86','\xfe','\x69','\x4d','\xf9','\xc0','\x97','\xfe','\xd9','\xef','\x79','\xff','\x74','\x89','\x7e','\x43','\xa3','\xae','\x0e','\x2b','\x05','\xf8','\x21','\xa3','\x6b','\xf9','\xf2','\xcb','\xd6','\xdb','\x8d','\x87','\xf0','\xda','\x43','\xe8','\xaf','\xac','\xef','\x79','\x0f','\xed','\xbe','\xf5','\xd0','\xde','\xb5','\x87','\x26','\x1a','\xd6','\x1b','\x2f','\x1a','\x5a','\xfd','\xa3','\x67','\xd1','\x43','\xe1','\xf0','\x43','\x0f','\x9c','\x7d','\x68','\xd6','\x7b','\x78','\xe9','\x8f','\x1e','\xfa','\x47','\x7f','\xf4','\xd0','\xfb','\xf6','\x3d','\xb4','\x77','\xdf','\xff','\x6d','\x8f','\xf7','\x1f','\xbf','\x13','\xbe','\xb4','\x16','\x86','\x65','\x44','\x10','\x7e','\x06','\x7b','\x6f','\x7a','\xd4','\x35','\x01','\x6b','\x26','\xbd','\x61','\xd2','\x7a','\x9e','\xfe','\x5d','\xdd','\xbb','\x73','\x3e','\xbe','\x40','\xe2','\xa1','\x43','\x34','\x2c','\xb7','\x53','\xab','\x33','\x5a','\x24','\x89','\x22','\x69','\x17','\x09','\xb7','\x3a','\x46','\x91','\x20','\x1f','\x56','\x07','\x71','\x32','\xe8','\x58','\xde','\xe4','\x55','\x06','\x22','\x30','\x54','\x51','\x6d','\x49','\xfc','\x8e','\x60','\x67','\x19','\x4f','\x9c','\x8e','\xca','\x20','\xc1','\xfe','\xc9','\x6c','\x5f','\x8e','\xe9','\xb2','\xc8','\xa3','\xaf','\xa0','\x01','\x1b','\x9d','\xd7','\xb5','\x65','\xf1','\x96','\xb2','\x80','\xd7','\x09','\xbb','\x84','\xac','\xda','\x51','\xe0','\x6e','\xc2','\x90','\x80','\xb9','\x8a','\x52','\x55','\xfb','\xcd','\xaa','\xfd','\x44','\xd8','\xc8','\x10','\x9e','\x8e','\x66','\x0f','\x68','\xc9','\xac','\x1e','\xa3','\x2e','\xfe','\x09','\xb6','\x0c','\x38','\x49','\x8e','\x00','\xbb','\x42','\xb8','\xae','\xab','\x51','\xaa','\x2c','\x8b','\xc9','\xfe','\xb6','\xd8','\x96','\x0d','\xa0','\x38','\xb1','\xd5','\x1a','\x8f','\xc0','\x71','\x3f','\x44','\xef','\x08','\x15','\x20','\x82','\x70','\xfe','\x61','\x6f','\x92','\xbb','\x77','\xdb','\x36','\x7e','\x1f','\xf1','\x7e','\xd8','\x8d','\x61','\x92','\xc4','\xe4','\xee','\x3a','\x99','\x38','\xd1','\xc9','\x9b','\xa4','\x8a','\x21','\x3a','\x32','\xe2','\xc7','\xb7','\xf8','\x1c','\xaa','\x98','\x0c','\x45','\x3a','\xe4','\x3a','\xa2','\xa5','\x9a','\x76','\x42','\x58','\x2c','\xaa','\x0b','\x27','\xf1','\x52','\x0c','\x9e','\x94','\x91','\x48','\x50','\xd1','\xc6','\x96','\xdc','\x86','\x15','\xa2','\xe6','\xc6','\xbc','\x67','\xfc','\x94','\xf3','\x20','\x66','\xc9','\xaf','\xf2','\x30','\x88','\x52','\xb3','\x97','\x5a','\xb5','\x45','\x8e','\x31','\x5f','\x8e','\x25','\xb3','\xf6','\xcb','\x07','\x73','\x77','\xfe','\x85','\xf4','\xf3','\x51','\x19','\xa3','\xb8','\xe5','\x20','\x5d','\xa0','\x2d','\xb5','\x48','\x88','\x7e','\x8a','\xa2','\x48','\x0c','\x8c','\xdc','\x2a','\xe1','\x10','\x1c','\x01','\x30','\x4c','\x96','\x37','\x99','\x67','\x56','\xea','\xe6','\xd5','\xaa','\x29','\xd4','\x81','\x54','\xc1','\x4c','\xcf','\x9a','\x07','\xee','\x35','\x19','\x35','\x99','\x66','\x32','\x66','\x32','\x1d','\x33','\x03','\x33','\x1b','\xa7','\x10','\x4e','\xa3','\xc3','\x50','\x75','\x4d','\x8a','\x35','\x16','\xc4','\x99','\x83','\x5c','\x45','\x2c','\x1b','\xd2','\x93','\x21','\xe3','\xe5','\xf0','\xb5','\x3b','\xef','\x93','\xef','\x31','\x8a','\x40','\xb4','\x32','\x48','\x6b','\x01','\x27','\xdd','\x80','\x83','\xb2','\x9d','\x95','\xf7','\x23','\x99','\xfd','\x9a','\xb9','\x6e','\x8f','\xbd','\x88','\xba','\xf7','\x77','\xea','\x29','\x28','\xec','\x58','\x07','\xd0','\x7a','\xaa','\x23','\xaf','\x03','\xc8','\xd0','\x6a','\x3a','\x5e','\xdd','\x13','\xaf','\x4e','\x1c','\x8c','\x95','\x33','\xe4','\xa1','\xef','\x93','\x47','\xca','\x73','\x76','\x94','\x6e','\xf5','\x87','\x07','\x3b','\x9a','\xd8','\x5a','\x56','\x10','\x3b','\xd5','\xe1','\xb3','\xe4','\xb2','\x33','\xb0','\x97','\xf5','\x37','\xb2','\x9b','\x9d','\xb1','\x55','\x14','\x3f','\xf7','\x34','\x4d','\x44','\xc4','\xfe','\x15','\xf3','\x2d','\x9d','\x21','\xa1','\x0e','\xd8','\xb1','\xa8','\x7b','\x1f','\xe5','\xf7','\x2d','\x67','\x1f','\xbf','\x92','\x9c','\x35','\x5e','\x6e','\x5c','\xbb','\xf3','\x97','\x81','\x0d','\x01','\xde','\x21','\xbf','\xea','\xfd','\x46','\xb4','\x65','\x40','\x9d','\xac','\x9d','\x21','\x43','\x1f','\xbd','\xaa','\xbd','\x21','\x0b','\x58','\x4b','\x52','\xfd','\x65','\xef','\x13','\x77','\x82','\xd2','\x9a','\x48','\x3a','\x01','\xa4','\x5b','\x29','\x89','\x69','\x47','\x16','\x12','\x86','\xea','\xdf','\xd8','\x0f','\x4a','\x84','\x67','\x88','\xf4','\x8b','\x8c','\x08','\xac','\x22','\xef','\x35','\x59','\x10','\x59','\x1a','\x23','\x3e','\x4d','\x59','\x44','\xa8','\x90','\xab','\xe8','\xee','\x12','\x9a','\x28','\x41','\xfc','\x50','\xef','\x87','\x43','\x3d','\x00','\x05','\x00','\x56','\xb6','\xd4','\x89','\xf0','\x8b','\x44','\x0c','\x86','\xb7','\xe1','\xd3','\xc4','\xf3','\x1d','\xb6','\xb2','\x54','\xcd','\x7b','\xcc','\x43','\x7f','\xf7','\x19','\x52','\x0d','\x21','\x5a','\xa3','\x33','\x3a','\x4c','\x90','\x30','\xdd','\xbd','\x94','\xc8','\xdd','\xba','\x99','\xff','\xc5','\x3b','\x55','\x04','\xbf','\x6f','\x35','\x85','\x46','\xdb','\xcd','\x4f','\x91','\x89','\x12','\x99','\x5c','\x25','\xf7','\xab','\x04','\xab','\x24','\xb2','\x4a','\xba','\xea','\xa1','\x0a','\x9c','\x8d','\xc1','\xe0','\x04','\xfb','\x60','\xd1','\xf1','\xa0','\xd0','\x92','\x03','\x28','\x3a','\x96','\x10','\x05','\x32','\x5d','\xd0','\x5a','\x71','\x50','\x12','\xa2','\x02','\xbc','\x57','\x97','\xf0','\xc8','\xf9','\xfc','\xe7','\x9e','\xfe','\xf4','\xaf','\x5c','\x31','\x8b','\xae','\x59','\xba','\x92','\x1f','\xba','\x9a','\xff','\x9d','\xa7','\xab','\xa9','\x0b','\xe3','\x1f','\xac','\x02','\xe7','\x98','\x5c','\xef','\x9b','\xea','\x1d','\x9f','\xb8','\xf4','\x7a','\x70','\xfe','\xf5','\x1f','\x5a','\x90','\xc2','\x00','\x25','\xa4','\x9b','\x78','\xde','\xa2','\x28','\xd6','\x94','\xee','\x53','\x14','\x54','\x07','\x65','\x28','\xd5','\x92','\xfb','\x8e','\xe8','\x87','\x0e','\x7b','\x9d','\x6d','\xfb','\xe9','\x1f','\xa2','\x25','\x07','\x6b','\x34','\x98','\x48','\x33','\x75','\x62','\x66','\xb1','\xc9','\xb0','\xa9','\x23','\x33','\xdf','\x3f','\xcf','\xb5','\x7e','\x08','\x8d','\xe4','\x6a','\x5b','\x3b','\x1a','\xdd','\x79','\xf4','\xc1','\x9d','\xff','\xe2','\x41','\xa9','\xb6','\x75','\xe9','\x51','\x24','\x30','\x48','\xc3','\x02','\x8a','\xc4','\xaa','\x3d','\xb2','\xa8','\xa5','\xde','\xca','\xee','\x5e','\xbc','\xbe','\x7b','\x31','\xf4','\x89','\xb7','\xd4','\x0b','\xaa','\x17','\x55','\xba','\x2a','\x04','\x86','\xb9','\x19','\xe6','\x66','\xde','\xb9','\x92','\x51','\x04','\xb4','\x4c','\x8a','\x7a','\xef','\x12','\x63','\xe7','\xf0','\xaf','\xfd','\x53','\xfc','\xab','\xbf','\xde','\xfa','\xd5','\x65','\x74','\x54','\x23','\x9f','\xf8','\xdf','\xbb','\xf9','\x11','\xe7','\x81','\x11','\xe7','\x57','\x9f','\x72','\x7e','\xf5','\xeb','\xce','\xaf','\xfd','\x0f','\xce','\xd1','\x11','\x81','\xaf','\x19','\x23','\x35','\xeb','\x4d','\xdb','\x18','\xb1','\xa5','\x68','\xf5','\x2d','\x59','\xc4','\x9a','\x4d','\xb6','\x56','\xbf','\x1f','\x68','\x33','\xdd','\xd4','\xab','\xcd','\xd4','\x37','\x6f','\xa5','\xff','\xfc','\xf6','\x81','\x1b','\x8d','\xec','\xda','\x4d','\x08','\xa2','\x40','\x28','\x85','\x18','\x84','\x8d','\xc9','\xd0','\xf7','\x23','\x5e','\xeb','\x88','\xcd','\x16','\xd6','\xeb','\x8d','\x82','\x88','\xce','\x05','\x24','\x9c','\x3f','\xa5','\x1f','\x16','\x41','\xbb','\xeb','\x68','\x77','\x95','\x16','\xcf','\x75','\x8e','\xc8','\x83','\xdc','\x85','\x2a','\xd8','\x38','\x72','\xf0','\xe0','\x18','\x0f','\xa8','\xd9','\x95','\x86','\xff','\xde','\xa1','\x10','\x4c','\xca','\x19','\x7e','\xc7','\x89','\x4a','\xe7','\xfc','\x07','\x52','\x4e','\xba','\xe8','\xec','\x2d','\x3a','\x53','\x47','\x1c','\x5b','\x4c','\x83','\x05','\x47','\x59','\x80','\x8c','\xed','\x10','\x10','\x24','\x00','\xb9','\xa3','\x86','\xe6','\x78','\xef','\x1c','\x24','\x24','\x56','\x6c','\x4d','\xa8','\x9f','\xb1','\x18','\x3d','\x47','\xe9','\x6b','\xec','\x77','\x5c','\x37','\x23','\x23','\x41','\xb3','\x48','\x81','\x24','\x72','\xa0','\x72','\x0b','\x5c','\xa6','\x7d','\x9d','\xd3','\xcd','\x2a','\x50','\xf8','\x5d','\x48','\xe0','\x66','\x0b','\xcc','\x01','\xb8','\x1f','\xef','\xc7','\xc1','\xcd','\xf8','\x77','\x22','\x6e','\x43','\x2b','\x3a','\xf7','\x16','\x9d','\xfc','\x8a','\xb3','\x28','\x6e','\x40','\x71','\x36','\xff','\xf5','\xad','\xf9','\xc2','\x34','\x06','\x01','\x59','\xe2','\xa1','\x7a','\x3d','\x4c','\x16','\x9d','\xeb','\x2b','\xf2','\xe6','\x45','\xcf','\x88','\xd0','\xc4','\x1c','\x87','\xbd','\x0f','\xa8','\xf5','\xd1','\xb7','\x91','\x72','\x3d','\xaa','\xae','\x24','\x62','\x2b','\x57','\x84','\xd1','\xea','\xbe','\x5c','\x19','\x6e','\xe5','\x22','\xf6','\x78','\x18','\x41','\x9e','\x4b','\x40','\x76','\x6a','\xdb','\x90','\x55','\x01','\xb5','\x3b','\x7d','\x1f','\x11','\xca','\x78','\x2d','\x26','\x34','\xf8','\xd2','\xdd','\x30','\xf2','\xd0','\xd0','\xe0','\x93','\xd7','\xec','\xdd','\xaf','\x19','\xbb','\x4b','\xfa','\x4c','\x29','\x7b','\xac','\x94','\x5c','\x2a','\xc5','\x20','\x7e','\xa0','\xb4','\xd1','\xbf','\x11','\x70','\x1e','\xea','\x44','\x12','\x1e','\x6a','\xab','\xb1','\xdd','\x8b','\x90','\x90','\xb5','\xa8','\x06','\xbc','\x84','\x03','\x25','\x0c','\xfc','\xfc','\x82','\x07','\xfa','\xf9','\x05','\x89','\xa9','\x65','\xba','\x37','\x41','\x33','\xc2','\xc8','\xd5','\xa8','\xba','\xef','\x37','\xbc','\xee','\xbf','\x18','\x36','\x7e','\x7d','\x4c','\xff','\xf5','\x5d','\xf4','\xf6','\xde','\xe1','\xdb','\x53','\xf8','\x9b','\xe2','\xd1','\x75','\x46','\x0f','\x1d','\xa0','\x27','\xba','\xf4','\x57','\x18','\xfd','\x77','\x2c','\xfe','\x8f','\x19','\x8d','\xa7','\xe9','\xcf','\x79','\xf0','\xb9','\x01','\x75','\x3a','\x64','\xfc','\x7c','\x33','\x2e','\x24','\xef','\xe5','\x2e','\x71','\x25','\xb1','\xed','\xcd','\x8e','\x1d','\xbd','\x61','\x44','\x6f','\x94','\x05','\x86','\x3b','\xe1','\xb5','\x1b','\xc3','\xaf','\xdf','\x88','\xae','\xdd','\x88','\x0a','\xb1','\x0c','\x19','\x76','\x75','\xe6','\x79','\x2d','\x59','\xc6','\x05','\x22','\x7c','\x9a','\x28','\xf3','\x8a','\x77','\xf0','\x5c','\x37','\xbe','\xce','\x7f','\x28','\xeb','\xf4','\x2d','\x40','\x7c','\xe6','\x7d','\xd7','\x3a','\xf7','\xa5','\x9c','\x0f','\xc9','\x02','\x88','\xb3','\xb9','\x4e','\x23','\xe5','\x34','\xfc','\xd2','\x87','\xc2','\x90','\x8c','\xb8','\xa3','\x43','\x57','\xe2','\x43','\x57','\x46','\x2e','\x2d','\xa7','\x9e','\xab','\xe9','\xc5','\x0b','\xc6','\xca','\xf9','\x45','\xe0','\x28','\xf7','\xeb','\xa8','\x02','\x27','\x76','\x39','\x8e','\x16','\x75','\x77','\x37','\x2d','\xc0','\x1a','\x11','\x63','\xbe','\xb2','\x74','\xbf','\xd8','\xb3','\xf6','\xc8','\xd1','\xde','\xa3','\xb1','\x3d','\x72','\xb4','\xa1','\x01','\xa3','\xad','\x7f','\xdb','\x2e','\xfe','\x81','\x31','\xb5','\x87','\x55','\xf7','\x8c','\xd3','\x3d','\x04','\xed','\x41','\x3d','\x9e','\xff','\x6a','\xd4','\xf3','\x2e','\x2a','\x76','\x69','\xc1','\xce','\xe4','\x3a','\x93','\x29','\x27','\x9c','\x72','\xde','\x9f','\x72','\x46','\x72','\x1d','\xef','\x39','\xe7','\x33','\xcf','\x05','\x95','\x19','\x3f','\x16','\x71','\x3f','\xf3','\xb9','\x2b','\xb3','\x7f','\x79','\x65','\xf6','\xa5','\xe5','\x42','\xbc','\x56','\x18','\xb9','\xe0','\xec','\x3e','\xef','\xb3','\x32','\xa2','\x1b','\x51','\xef','\x0e','\xc9','\x84','\xa3','\x99','\x07','\x97','\x33','\xe9','\x72','\x66','\xd7','\x44','\x0e','\xcb','\x6f','\x77','\xec','\xcc','\x58','\x5e','\x26','\xf5','\x95','\x8c','\xae','\xe7','\x10','\xca','\x4c','\xcc','\x0c','\xc2','\x3b','\x3c','\xff','\xe4','\xbe','\x99','\x29','\x32','\x03','\x81','\x40','\x1a','\x57','\x39','\xdf','\xe4','\xe7','\x47','\xc2','\xca','\x53','\x49','\xdc','\xaf','\xb0','\x63','\xb5','\xc1','\x6d','\x3a','\x15','\x15','\x8d','\xae','\xb8','\xca','\x06','\x51','\x43','\x43','\xbd','\x9a','\x1d','\x1b','\xea','\xa8','\xaa','\xb6','\x01','\x61','\x84','\xe0','\x66','\x0c','\xd8','\x1d','\xc5','\xaf','\x4b','\xba','\x16','\xd1','\x10','\x56','\x6d','\xb7','\x1f','\x13','\xd5','\x73','\x9b','\xf7','\xcf','\x29','\x07','\xfb','\x21','\xf2','\x7d','\xbd','\x5f','\xa9','\xc6','\x2d','\xcf','\xa7','\x64','\x61','\xb9','\xce','\xde','\x94','\x63','\xc9','\x31','\x71','\x72','\x1d','\xff','\x10','\xca','\x7f','\x5f','\x9f','\x8b','\xb8','\x1f','\xfd','\xdc','\x95','\xc7','\x87','\xae','\x7c','\x72','\xc7','\x32','\x89','\xd7','\x86','\x9f','\xba','\xd0','\xd9','\x7d','\xbe','\xb2','\x52','\x35','\x24','\xaf','\xec','\x4f','\x2a','\x21','\x27','\x64','\xb8','\x0e','\x12','\x4a','\x33','\x36','\xa4','\x90','\x6f','\xce','\x25','\x47','\x14','\x98','\x85','\xc4','\xd6','\xe9','\xd9','\x18','\xd6','\x33','\xbb','\xdf','\x6b','\xdf','\x88','\x6a','\xe1','\xa8','\x26','\x7a','\x0e','\xf7','\x1a','\x42','\x6e','\xeb','\xab','\xb8','\xb9','\xaa','\xba','\x90','\x1d','\xbc','\x7d','\xba','\x77','\x42','\x28','\x37','\xc4','\x85','\x68','\x3b','\xcd','\x1e','\xdd','\x1d','\xf5','\xc4','\x3e','\xfe','\xfb','\x51','\xba','\x3b','\x9a','\xc8','\xb5','\x3f','\xbc','\x3b','\xfa','\x11','\x81','\x5c','\x3b','\x7b','\xec','\xd8','\xe9','\xc6','\xcc','\xc7','\x9d','\xd2','\xc7','\x85','\x76','\x29','\xa3','\x28','\x01','\x1b','\x1b','\x3e','\x59','\x4a','\xe0','\x9b','\xd4','\xc8','\x50','\xb2','\x7b','\xdf','\x6d','\x72','\x5f','\x8d','\x3c','\x4e','\xc9','\x27','\x29','\x24','\x37','\x34','\x7a','\x99','\x59','\x84','\xa2','\xf7','\x53','\x14','\x17','\xb8','\x0a','\xd0','\x74','\xd8','\xb8','\x74','\x03','\x19','\x36','\x5a','\x80','\x52','\x4d','\x28','\xf7','\x5d','\xc4','\xea','\x54','\x16','\x66','\xa2','\xac','\xc1','\x72','\x7f','\xce','\xd8','\x5f','\x71','\xf6','\xaa','\xcb','\x56','\x5c','\xb6','\x5a','\xc9','\xd5','\x73','\xac','\x31','\xce','\x6e','\x63','\xb1','\x9a','\xd8','\x8b','\xed','\x5c','\x1d','\xb2','\xa0','\x47','\x30','\x4d','\xd4','\x29','\x05','\x97','\x10','\xe5','\x27','\xda','\x36','\xa6','\xfa','\x75','\x94','\x7b','\xcd','\x66','\xab','\x94','\xad','\xca','\x7e','\x6e','\x50','\x06','\xfd','\xb0','\xdc','\x0a','\x10','\x2e','\x61','\xa5','\xf9','\xe9','\x55','\x76','\xe2','\x4e','\xc2','\x24','\xc3','\x26','\xc5','\xe6','\x89','\xb6','\x89','\x69','\x1f','\x27','\xea','\xb4','\x2b','\x74','\x98','\x48','\x1b','\x74','\x98','\x2d','\xfb','\xf2','\x89','\x4b','\xdf','\x11','\xd2','\x37','\x72','\x09','\x9c','\x18','\xe2','\x5d','\xe6','\xfc','\x5b','\xbd','\x21','\xee','\x93','\xe3','\x11','\x77','\x42','\xad','\x7c','\xb0','\x9e','\x9c','\x20','\x78','\xe2','\xfe','\xf6','\x84','\xd0','\xf1','\xeb','\xf4','\xb4','\xdf','\x8f','\x2e','\x99','\x65','\x69','\x56','\x25','\x4c','\x71','\xf8','\x88','\x6d','\x68','\xa8','\x1a','\xe4','\x70','\x65','\xc3','\x1c','\xdc','\x03','\xf2','\x60','\xd1','\xdf','\xcd','\x65','\xb1','\xe0','\x1e','\x13','\x66','\x25','\x28','\x71','\x15','\x71','\x2b','\x32','\xfe','\x27','\x70','\x22','\xf5','\x78','\x8c','\x07','\x9d','\x2a','\x1b','\x0e','\x52','\xfb','\xd1','\x8c','\x2b','\x90','\xa7','\xac','\x7e','\x5a','\x68','\xdd','\x36','\xca','\xb6','\x94','\x66','\xf6','\x70','\x6f','\xdf','\xd1','\x69','\x7f','\x2b','\x44','\xcc','\xad','\xa6','\xd7','\xbc','\x4c','\xa7','\x9e','\x8e','\xde','\x48','\x47','\x1b','\x99','\xf6','\x5a','\x3a','\x7a','\x2b','\x1d','\x5d','\xcb','\xb4','\x1b','\xf0','\x09','\xaa','\xef','\xd1','\xa1','\xa8','\xeb','\xd1','\xd9','\xfa','\x27','\x9c','\xee','\x79','\xd2','\x88','\x06','\x14','\x09','\xa0','\x72','\x0c','\xd8','\x41','\x83','\xe5','\x02','\x03','\x17','\xd0','\xd6','\x58','\xa3','\x3e','\x97','\x78','\xbf','\x7e','\x13','\x14','\xbe','\x56','\xbb','\x42','\xd1','\xca','\xbd','\x45','\x58','\x29','\x40','\xee','\xb5','\xce','\x40','\x5b','\x36','\xd4','\x4e','\x4a','\x8c','\xe0','\x22','\xc4','\x74','\xa5','\x4c','\xa8','\xfe','\x70','\xa8','\x4c','\xa0','\x90','\x70','\x94','\x18','\x9a','\xe4','\x1f','\x1b','\xf0','\x03','\x0c','\x2d','\x5c','\x04','\x8f','\x5f','\xe4','\x0a','\x01','\xfe','\xd8','\xa7','\xc7','\x47','\x2e','\xdc','\x53','\xac','\xde','\x63','\xa3','\x5f','\x3e','\x87','\xf6','\x63','\xbc','\xdf','\xf2','\x66','\x09','\x2b','\x50','\xe6','\x50','\x4e','\xee','\xe7','\x40','\xe5','\xa9','\x5c','\x25','\x6a','\x82','\x90','\x18','\xa9','\xe0','\x44','\xb6','\x4a','\x99','\xb0','\xfd','\xc5','\xdb','\xad','\x8f','\x76','\x6e','\x78','\x67','\x6f','\xd0','\xb3','\x0d','\x7a','\x76','\x8d','\x76','\xd6','\x0e','\x9d','\xbd','\xf5','\xe1','\xb3','\x6b','\x1f','\x3e','\xdb','\xc8','\x76','\x6e','\x9c','\xb6','\xeb','\xd3','\x02','\xcb','\xf5','\xda','\x52','\x9d','\x0a','\x38','\x75','\xfa','\xb5','\xbf','\x1b','\x6b','\x34','\xe2','\x8e','\x1b','\x97','\x2e','\xa1','\x75','\x3f','\xed','\x14','\x95','\x96','\x26','\x64','\x66','\x73','\x4e','\xd3','\x56','\x7b','\xdd','\x4f','\x6b','\xb5','\xa3','\x33','\x61','\x3a','\x13','\xa3','\x45','\xca','\x8a','\xbc','\xc5','\xed','\x8a','\xd8','\x31','\x39','\x67','\x27','\xb2','\x99','\x76','\xf2','\xa0','\x1b','\x83','\x3a','\x74','\xb6','\x94','\x60','\xc2','\x7e','\xf4','\x19','\x07','\xbd','\x8e','\xed','\xa2','\x19','\x17','\xa7','\x3d','\xef','\xc0','\x8a','\x1d','\x06','\x80','\xe8','\x8e','\xbe','\x5a','\x8d','\xff','\x9f','\x2f','\x8c','\x1c','\xff','\x62','\xaa','\x58','\x7d','\xb3','\x58','\x7d','\xf2','\xf1','\x17','\xd2','\xc7','\xbf','\x98','\x2e','\x56','\x0f','\x14','\xab','\xd9','\xe2','\x33','\xb4','\xe8','\x6c','\xce','\x1f','\x44','\xe1','\x72','\x22','\xea','\x73','\x0e','\xc8','\x69','\xd3','\xf6','\x13','\xcf','\x8d','\x9f','\x18','\x24','\x0c','\x1a','\x8b','\x6a','\xab','\x8b','\x48','\xec','\xbc','\x47','\xf7','\xd2','\x89','\x5c','\xe7','\x00','\xe4','\x98','\x41','\xdc','\xd4','\xbd','\xb9','\xf6','\x7e','\x46','\x0b','\x90','\x42','\x44','\x85','\x0c','\xb9','\x3b','\x15','\x9e','\x4c','\x45','\x26','\x52','\xb1','\x3c','\xab','\x55','\xd9','\x15','\x69','\x7d','\x71','\x9c','\xc9','\x0e','\x75','\x92','\x73','\xcd','\x18','\xb5','\xf1','\x86','\x3a','\xe9','\x51','\x7b','\xb7','\xcd','\x8f','\x3c','\xcd','\x6d','\xe9','\x1e','\x0c','\x21','\x48','\x2b','\x40','\x0b','\xdb','\x46','\x0b','\xa4','\x05','\xe4','\xe9','\x95','\x3c','\xcd','\x1d','\xee','\x4a','\x7f','\x9d','\x10','\x25','\x59','\x94','\x01','\x16','\x50','\xa9','\x0c','\xbb','\x28','\x65','\xa3','\x8c','\xfc','\x75','\x22','\x6f','\x5b','\x4c','\x74','\xf0','\xc9','\xb5','\xd4','\x55','\x59','\x44','\x52','\xa8','\x4d','\x6e','\x18','\x05','\xc0','\xc2','\x54','\x17','\x2f','\x48','\x55','\xc3','\xd6','\x5b','\x5d','\x6d','\x15','\xd1','\xc5','\x8e','\xd7','\x0e','\x23','\xb5','\x93','\xbc','\x8e','\xb4','\xa9','\xf6','\xc0','\xf5','\x47','\x23','\xd7','\x55','\x6d','\x05','\x6e','\x49','\x66','\x94','\x18','\x03','\x19','\x8b','\x79','\x55','\x98','\x01','\x10','\xe5','\x6e','\xc4','\x20','\xad','\xe0','\x3c','\x18','\x66','\xa4','\x51','\x70','\xa8','\xe5','\x6a','\x05','\x5b','\x87','\xa2','\x03','\x97','\xe8','\x3a','\x2e','\xb7','\x2d','\xbf','\x11','\xa7','\x43','\x71','\x4a','\x2e','\xff','\x88','\x7c','\xfd','\xfd','\xc3','\x5f','\x7f','\x7f','\xe7','\xeb','\xb1','\x4a','\x0a','\x1b','\xbb','\x23','\xe8','\x88','\x0a','\x79','\x37','\x21','\xb2','\x37','\xd3','\xcd','\xbd','\x4b','\x58','\x46','\x20','\xca','\x32','\x34','\xf7','\x96','\xc6','\x32','\x02','\xba','\xbc','\x52','\x58','\x32','\xe2','\x9f','\x54','\xcc','\x16','\x31','\x9b','\xc2','\x42','\x71','\x12','\xc8','\x7c','\xe5','\x70','\x27','\x43','\x2a','\x99','\x1e','\xf1','\xfb','\xb6','\xbc','\x34','\x03','\x5f','\x92','\xaa','\x0e','\xc9','\xf2','\xec','\x06','\x84','\xdb','\x83','\xf3','\x4f','\x98','\xb6','\x09','\xa9','\x2b','\xc6','\x74','\xb0','\x87','\x40','\xc9','\x52','\x17','\x5c','\x55','\x92','\x8a','\x40','\xe2','\xcf','\xa2','\x3b','\x7c','\xe2','\xea','\xd8','\x7d','\x97','\x33','\xf1','\xea','\x6a','\xd1','\x0e','\x6a','\xe9','\x6e','\x35','\x0d','\x16','\x97','\x47','\xde','\xcd','\xa6','\xfa','\x76','\xc1','\x22','\xd8','\x05','\x31','\x24','\x43','\xe0','\x24','\xb7','\xcc','\x90','\x0d','\x79','\x0a','\x52','\x9b','\x15','\x98','\xc4','\x96','\x17','\x56','\xec','\xd8','\xee','\xa5','\x7b','\x46','\xce','\xdf','\x77','\xc9','\xf9','\xcb','\x4b','\xb7','\xe4','\xe6','\x7b','\x85','\xbc','\xef','\xaa','\xd8','\x4c','\xc9','\x9b','\x97','\x49','\xf1','\x3c','\x1c','\xc1','\x4b','\xbf','\xa8','\xbe','\x6a','\xc3','\xf9','\xe3','\xea','\x20','\x48','\xee','\x95','\x0d','\xd1','\xdd','\xf0','\x49','\xbf','\xdd','\x2f','\xfc','\x07','\xf5','\x22','\x13','\x7c','\x8d','\x3e','\x70','\xab','\xbd','\x70','\x45','\x7a','\x3a','\x23','\xed','\x21','\x71','\x3f','\x2e','\x8b','\x72','\x46','\x4f','\xb4','\x34','\x61','\x44','\x88','\x4d','\xde','\x9d','\xcc','\x27','\x3d','\x28','\x4d','\xb2','\x76','\xdd','\xfa','\xce','\x2a','\xc6','\x75','\x9c','\x7f','\x3d','\xcf','\x9b','\x13','\xee','\xad','\xfb','\x95','\x5b','\x93','\xf8','\x36','\x3e','\x74','\x33','\x52','\x7b','\xb9','\xab','\xd5','\x2b','\x11','\x57','\xec','\xef','\x18','\x0e','\x2f','\x10','\x64','\x56','\x62','\x5b','\x25','\x86','\xe7','\x08','\x2d','\x3b','\x8b','\xb4','\x24','\xfe','\xc5','\xff','\x66','\x81','\xff','\x14','\x49','\xb5','\xb8','\x6b','\xa5','\x0b','\x48','\x22','\x9f','\x2e','\x58','\xb9','\x8e','\x99','\x2e','\xf4','\x31','\x9f','\xfe','\x0d','\x93','\x01','\x89','\x5a','\x44','\x6d','\x63','\x0b','\xac','\x60','\xa2','\x92','\x21','\x31','\xb0','\xc3','\x06','\x1d','\x33','\xb2','\x63','\x7a','\x36','\x93','\x9d','\x2e','\x25','\x6b','\xab','\x40','\xc7','\xed','\xb3','\xca','\x40','\xcc','\x06','\x24','\x3e','\x48','\xa7','\xe5','\x27','\x5d','\xf0','\xd3','\xa9','\x15','\x9a','\x48','\xc4','\x9b','\x04','\x08','\x30','\x5b','\xc8','\x12','\x2f','\x2e','\x8c','\x81','\xf9','\x0d','\x63','\x75','\x12','\x0b','\x53','\x55','\x12','\xdd','\xe1','\x88','\x40','\x15','\x0f','\x9b','\xf8','\xae','\x49','\x3c','\x36','\x89','\x77','\x61','\xbc','\x17','\xe3','\x29','\x8c','\x17','\xc5','\xbf','\x46','\xba','\xfe','\xcf','\xf4','\x12','\xb9','\xa8','\x65','\xcf','\x81','\x35','\x92','\xf3','\xeb','\x06','\x06','\x51','\x46','\xaa','\xe5','\xf5','\xeb','\x09','\x8a','\x29','\x61','\x3d','\xe5','\x40','\x95','\x4c','\x2a','\xa4','\x1d','\xb1','\x6a','\x41','\xbc','\xb9','\x4f','\xb1','\x68','\xc9','\xc6','\xfa','\xb9','\x67','\x3f','\xf1','\xed','\x5f','\x22','\x74','\xbb','\xa9','\xd6','\xb2','\x31','\x9a','\xa8','\x48','\xca','\x73','\x34','\x50','\x69','\x2b','\xf2','\x1e','\x65','\xbe','\x8f','\x9c','\x41','\xd6','\xaa','\x0d','\xf5','\x89','\x80','\x6d','\xc6','\x2b','\x56','\x91','\x55','\x45','\xc5','\xb3','\x48','\xf2','\x0d','\x76','\x8b','\xcf','\x10','\xeb','\x8b','\xa4','\xf8','\x2c','\x29','\xbe','\xd8','\xe9','\x97','\x28','\xb2','\xce','\x75','\x84','\x92','\xb2','\x07','\x93','\x83','\x55','\x98','\x00','\xbc','\x7e','\xc8','\xae','\xd3','\xde','\xb9','\x03','\x29','\xe5','\xba','\x70','\xc5','\x02','\x09','\x8b','\xd0','\x12','\x6d','\x97','\x38','\x03','\xca','\x10','\xa0','\x80','\xd0','\xad','\x9d','\x13','\xa5','\xae','\x57','\x12','\x57','\x1f','\x69','\xb3','\xb4','\x27','\x3f','\x25','\x60','\xd6','\x1f','\xfe','\x8d','\x67','\xaa','\x9f','\x13','\x0b','\xc5','\x96','\xf4','\xd1','\x7a','\xb0','\xb2','\x88','\xb0','\x56','\xb3','\x49','\x08','\xe4','\xe3','\x74','\xd5','\x4d','\xae','\x9c','\x41','\xea','\x75','\x54','\xff','\xb6','\x45','\x9e','\xcc','\xb2','\x9c','\x0e','\xa7','\x65','\xc2','\x54','\x81','\x3c','\xe8','\x91','\x6a','\x7e','\xf7','\x80','\x9d','\x12','\xeb','\x1f','\x52','\x63','\x36','\x74','\xad','\xed','\xd5','\x99','\x74','\xc5','\xb0','\x18','\x4e','\xdf','\x73','\x36','\x9d','\x68','\x64','\x12','\x6b','\xb9','\x43','\x23','\xcf','\xec','\x2f','\xda','\xfb','\x15','\x7b','\x56','\xa9','\x16','\x2c','\xcf','\xd9','\x40','\x10','\x19','\x40','\x5d','\xb8','\x25','\xc3','\xcf','\xce','\x8a','\xf7','\x92','\xfc','\x9e','\xa7','\xed','\x66','\x02','\xc9','\xd7','\xd2','\x7b','\x43','\x99','\x4c','\x39','\x77','\x82','\x8d','\x2f','\x0e','\xe4','\x59','\xcb','\x2b','\x50','\x2c','\x86','\x10','\x1c','\x55','\x8f','\x8c','\x90','\xd4','\x25','\x87','\x2f','\x7d','\xcd','\xb7','\x10','\x83','\xf7','\xe5','\xef','\xf6','\xae','\x2b','\xd3','\x9c','\x21','\x3f','\x42','\xb9','\xe2','\x42','\x65','\x90','\x21','\x09','\xc9','\xdf','\x85','\x33','\x08','\x8f','\x21','\x32','\x26','\xd5','\xec','\x80','\x7f','\x6d','\x50','\xce','\xac','\x73','\xff','\xbe','\x57','\xd9','\xe8','\x6d','\x3f','\x59','\x3f','\x53','\x96','\xd5','\x1c','\x12','\x23','\x7b','\x68','\xf2','\x5a','\xfc','\xa9','\x3d','\xc9','\xaf','\xef','\x19','\x79','\x6a','\x4f','\x6a','\x64','\xcf','\x9e','\xe4','\x61','\xeb','\xa9','\x3d','\x7f','\x64','\xa3','\x7d','\x76','\x74','\xdf','\x85','\x4e','\x0e','\x1a','\xa1','\x7d','\xd7','\xbc','\x7d','\x55','\x24','\xeb','\x05','\x74','\x91','\x43','\x7e','\xa1','\x41','\x7e','\xc1','\x48','\x3c','\x86','\x02','\x7e','\x7e','\xac','\xb8','\xc0','\x9f','\x30','\x22','\x50','\x85','\x94','\xd4','\xab','\x92','\x5f','\x9c','\x47','\xc5','\xff','\x2c','\xb1','\x60','\x72','\x30','\xe3','\xe5','\x5a','\xc6','\xb2','\xfe','\x57','\x9f','\x49','\x5b','\x20','\x24','\xa1','\x5a','\xaa','\x57','\x0a','\xfc','\x51','\xdb','\xf0','\x1b','\xf7','\x07','\xb6','\x1f','\xa0','\x98','\xf2','\x9c','\x14','\xfa','\x5a','\xca','\xab','\x89','\x41','\xdd','\x86','\xa2','\x64','\x23','\xcf','\x6d','\xe0','\xa3','\xd8','\x83','\x0e','\x64','\xec','\xcc','\x5e','\x94','\x9a','\xc2','\xf7','\xbf','\xeb','\xb1','\x33','\xf5','\x03','\x5f','\xbc','\x71','\xe0','\x0b','\x6b','\x07','\x6a','\xee','\x81','\xa7','\xae','\xdc','\xff','\xe6','\x95','\x7d','\x4f','\x69','\xbb','\x17','\xb5','\x62','\x88','\x1e','\x0d','\x0f','\x9f','\x8d','\xc6','\xa2','\x0c','\x07','\x76','\xa5','\x4c','\x71','\x1a','\xb2','\x3c','\xcf','\xc5','\xc4','\x0d','\x8b','\xc9','\x18','\xcb','\x3a','\xf7','\xb0','\xee','\x3d','\x7f','\xd6','\xb8','\xe7','\xd9','\xc6','\x21','\xb3','\xb1','\x3f','\xdf','\xd8','\x7f','\xac','\x31','\xfb','\x27','\x8d','\x8f','\xde','\xfb','\x2d','\x47','\x6c','\x52','\x9a','\x4b','\xd8','\x75','\xa2','\x5f','\x27','\xc6','\x2a','\xb1','\xbd','\x21','\x34','\xbf','\x21','\x8e','\xa8','\xe0','\xa2','\xd9','\x5b','\x76','\xa3','\xc1','\x97','\xea','\x29','\xad','\xce','\x74','\x17','\x02','\xb2','\x64','\xf1','\x3e','\x70','\x8d','\x42','\x9c','\x8f','\xd8','\x6f','\x09','\xe4','\x89','\x8b','\x6e','\x50','\x82','\x41','\xe0','\x75','\x36','\xab','\xb4','\x80','\x7f','\x5e','\x01','\xdd','\xcf','\xfb','\xba','\x2d','\x6c','\x72','\xa1','\x26','\x4a','\x5d','\x35','\xac','\x25','\x50','\xaa','\xe6','\xe4','\x6a','\xdd','\x83','\xcf','\x34','\x0e','\x5e','\x6c','\x7c','\x5c','\xe0','\xf9','\xc6','\xa5','\x7f','\xdb','\x88','\x0b','\xd4','\xbf','\x15','\x3f','\x0b','\xea','\x53','\x72','\xe9','\x7a','\xbc','\x76','\x5d','\xa8','\xef','\x88','\x7b','\x8a','\x3d','\xbf','\x57','\x71','\x73','\xc2','\x26','\xdd','\x2d','\x50','\xcd','\xe4','\xbc','\x8c','\x50','\x22','\x78','\x38','\x97','\x40','\x19','\xea','\x64','\x68','\x37','\x33','\xde','\xc8','\xec','\x6c','\x64','\xd2','\x8d','\xdc','\x2f','\x34','\x32','\x02','\xf9','\x46','\x26','\xfc','\xad','\x0c','\x69','\x64','\xa2','\xee','\x5e','\x7a','\x7d','\xaf','\x76','\xbd','\xa4','\xaf','\x3e','\x6c','\x78','\x55','\x7b','\x1e','\xfd','\xec','\xeb','\x67','\x5f','\x3f','\xfb','\xfa','\xd9','\xd7','\xcf','\xbe','\x7e','\xf6','\xf5','\xb3','\xaf','\x9f','\x7d','\xfd','\xec','\xeb','\x67','\x5f','\x3f','\xfb','\xfa','\xd9','\x57','\x44','\x98','\x5c','\x5a','\xcf','\xcb','\xd0','\xb3','\x5b','\xfb','\x1c','\xe2','\x83','\x84','\x36','\xc2','\x6c','\x2c','\xda','\xd6','\x9b','\xb6','\xac','\xdb','\x71','\x43','\x06','\xc4','\x7c','\x0a','\xa1','\xc3','\xb2','\xe0','\x99','\xef','\xdf','\xd8','\xe0','\x38','\x85','\x60','\x8e','\x64','\x67','\xe0','\x14','\x67','\x3d','\x61','\x4d','\xfe','\x7c','\xdf','\x31','\x97','\x0d','\x2a','\x8c','\x46','\x9a','\x90','\xb4','\x05','\x5f','\xd2','\x96','\x4c','\x0c','\xfc','\x23','\x47','\x68','\xce','\x46','\xb7','\xb9','\x52','\x63','\x2a','\x44','\x5b','\x10','\x42','\x63','\xb2','\xf0','\xe8','\xc6','\xf2','\xa0','\xfd','\x7b','\x40','\xbd','\x4f','\xfa','\x0c','\xa2','\xa5','\x75','\xb6','\x16','\x9c','\xe8','\x91','\x36','\xbf','\x87','\x8f','\x77','\x03','\x5e','\xb3','\xfb','\x85','\xe7','\xb2','\xab','\xb1','\x4d','\xee','\xb5','\x8d','\xae','\xb6','\x8e','\xdf','\xe8','\x47','\x77','\x48','\x17','\x16','\xb8','\x69','\xb9','\xba','\x79','\xd4','\xc3','\xfe','\x88','\xba','\xb2','\x22','\xc6','\x69','\x59','\xc1','\x4a','\x8c','\xe2','\xb0','\x80','\x8d','\x20','\x8e','\xd7','\x05','\x28','\xbd','\x82','\x8c','\x03','\x5f','\xbd','\x33','\x85','\x3e','\x7a','\x65','\x9b','\xc4','\xd3','\x3d','\x07','\x96','\x38','\x60','\xe0','\xd0','\x61','\x63','\x01','\xd3','\xf5','\x73','\x87','\x7f','\x40','\xc8','\x7d','\x7f','\x28','\x58','\xef','\x5d','\xc8','\xfb','\xc2','\xfd','\x21','\x47','\x3c','\x8a','\x2a','\x51','\xe9','\x47','\x08','\xcb','\xf2','\xc7','\x90','\xd9','\x24','\xed','\x5f','\xe4','\xe7','\xcb','\x97','\x64','\x75','\x3c','\x7f','\x9a','\xac','\x57','\xc7','\x6b','\x2a','\x90','\x11','\x90','\xa3','\x68','\xbc','\x09','\x9d','\x49','\x87','\x5d','\xce','\x4e','\xb6','\x37','\x27','\x48','\x42','\x6d','\x59','\x48','\xf1','\xbe','\xee','\xd1','\x17','\x55','\xda','\x50','\x69','\xcb','\xff','\x36','\x42','\xaf','\xbf','\x4b','\x57','\x9f','\xa4','\xde','\x14','\x9d','\x5f','\xbf','\x49','\x20','\x16','\x6e','\x6d','\xea','\x44','\xad','\x7d','\x47','\xa5','\x2f','\x7b','\xf4','\xb6','\xe4','\x5f','\xba','\x3e','\x4c','\x57','\xdf','\x3d','\xe4','\x95','\x0e','\xcd','\x1b','\xff','\x23','\x42','\x7f','\xbb','\x7d','\x7e','\x37','\xca','\x36','\xd5','\x8e','\xeb','\x2d','\xb9','\xc7','\x88','\x9b','\xa1','\xee','\x88','\x0e','\xb4','\x6c','\x88','\xb9','\xd8','\x75','\xa7','\x88','\x6b','\x75','\xdd','\x19','\xe2','\xce','\x14','\xdc','\xf2','\xac','\x6b','\xfd','\x89','\x3b','\x4b','\x5c','\xee','\xb8','\x66','\xc3','\x2d','\x3a','\xd7','\x4b','\x8d','\xeb','\x66','\xe1','\xfa','\x69','\xb2','\xca','\xe7','\x3c','\x2e','\x6e','\x6c','\x0b','\x3f','\xdb','\x3f','\x14','\x4a','\x1b','\xf9','\xb5','\x63','\x15','\x87','\x5b','\x37','\x5b','\x4a','\x8d','\x2b','\x9a','\x31','\xaa','\xdb','\xe4','\x13','\x1d','\x42','\x1d','\x74','\xdb','\xf1','\xda','\x0e','\x79','\xa5','\x43','\x16','\xd1','\x50','\x24','\x4a','\x86','\xe4','\x19','\xd0','\xcc','\x6d','\x12','\x6e','\x92','\xf8','\x2d','\xd9','\x80','\x18','\x29','\xf2','\x6a','\x3d','\xc8','\xdb','\x1a','\xc8','\x6b','\x0b','\x53','\x3b','\x44','\x9b','\xbd','\xf4','\x79','\x3f','\xbf','\x4f','\xfa','\x30','\xa8','\x4c','\xc2','\x0d','\xda','\xf2','\x58','\x61','\x3d','\x0d','\x30','\xc8','\xf7','\x94','\xe2','\x81','\x0c','\x5d','\xe8','\x42','\x59','\x83','\x34','\xd5','\x52','\x57','\x74','\x28','\x2c','\xe2','\x56','\x83','\x7a','\xe5','\x75','\xe0','\x3c','\x69','\xdf','\xc0','\x68','\xcd','\x67','\x4b','\xcb','\x73','\xd7','\x6a','\xb9','\x9c','\xaf','\xc3','\xfa','\xae','\xcb','\x8b','\xf6','\x4f','\x97','\x3f','\x25','\x94','\x7b','\xab','\x27','\x7f','\x7c','\x08','\xe1','\xc3','\x6e','\x58','\xed','\xad','\xf2','\xe7','\xbd','\x09','\xd8','\xff','\xfe','\xe3','\xdc','\x97','\x3f','\xbd','\x55','\x2f','\x09','\xf6','\x69','\x72','\xb5','\x03','\xe5','\x26','\x07','\x4f','\xa5','\xaf','\xd3','\xe4','\x6b','\x6d','\xf1','\xe1','\xe0','\x4f','\x06','\xbe','\xac','\xe0','\x4b','\x9e','\x0f','\xba','\x28','\x20','\xa8','\xac','\x21','\xa5','\x03','\x57','\xf0','\x12','\x8f','\x75','\xad','\x4b','\xa4','\x44','\x6b','\x40','\x0a','\x4a','\x2b','\x25','\xaa','\x5b','\xe2','\x9a','\xfd','\x16','\x4f','\x5d','\x50','\xde','\xf6','\x3d','\x7f','\x9b','\xcf','\x29','\xd6','\xbf','\xde','\x73','\x46','\xbd','\xf7','\xaf','\x6c','\xf8','\xad','\xf5','\x1f','\x53','\x54','\x04','\x25','\xde','\x82','\xd4','\x98','\x0d','\x50','\x03','\xf6','\xbf','\x20','\x0e','\x8d','\xc8','\x7c','\x19','\xae','\x74','\xb7','\xf6','\x33','\x48','\xb3','\x3f','\xc8','\xa5','\xdf','\xcf','\x1e','\x95','\x49','\x25','\x46','\x0c','\xf8','\x89','\x12','\x40','\xc5','\xe0','\xa7','\x01','\xf5','\x59','\x17','\xe4','\xd7','\x60','\xf2','\x8e','\xde','\x0b','\x55','\x02','\xa6','\xcd','\x48','\xd8','\xcd','\x2d','\xdd','\x6c','\xf9','\xc2','\x87','\x59','\x70','\x52','\xbc','\xa1','\x4e','\x84','\xec','\x27','\xf0','\x3d','\x06','\x7f','\x7d','\x9e','\x91','\xa3','\x12','\xf3','\xc1','\x6d','\x6c','\xea','\x7f','\x1b','\x7a','\x1c','\xff','\x1e','\x16','\xb6','\x14','\x83','\xee','\x43','\x75','\x55','\xd5','\x88','\xa8','\x06','\x5e','\xe4','\xb8','\xae','\xe3','\xbc','\x0e','\x5c','\x36','\xb3','\x0c','\xc8','\x34','\x81','\x64','\x72','\x98','\xf3','\xd8','\x82','\x0d','\xe7','\x44','\x21','\x3f','\x64','\xc3','\x6a','\x45','\x7a','\x55','\x77','\x89','\x44','\x42','\x62','\x3f','\x35','\x0b','\xd4','\x72','\xa8','\x49','\x28','\x0e','\xc0','\x7a','\xd0','\x63','\x50','\x57','\xc4','\x48','\x10','\x1b','\x8e','\x63','\xd0','\x26','\x5e','\xeb','\xc8','\x96','\x8c','\x1a','\x9f','\x25','\x58','\x06','\x70','\x52','\x6a','\x67','\x81','\xb3','\xda','\x60','\x8c','\xeb','\xe2','\x3f','\x9e','\x35','\xdc','\xe4','\x82','\x0d','\x3c','\xe8','\x70','\xbc','\xb5','\x6a','\xf7','\xb7','\x24','\xb5','\x17','\x61','\x18','\x03','\xb8','\x77','\xab','\x6c','\x42','\x4d','\xe4','\xd5','\x58','\x55','\x8d','\xc8','\x50','\x43','\xf4','\x5e','\xe8','\xf3','\xd3','\x46','\x64','\x1d','\x24','\x59','\x0a','\x89','\x10','\xaf','\x9b','\xc0','\x44','\x60','\x3f','\x26','\x05','\x4c','\x9c','\x18','\xd9','\xf0','\x45','\x7b','\xcc','\xfc','\x90','\x03','\x96','\x25','\x47','\x5a','\x43','\x36','\xef','\xf3','\xd8','\xe3','\x81','\x94','\x64','\x88','\x36','\x97','\xc4','\x86','\xd9','\x23','\xf6','\xf4','\x11','\xbb','\xb6','\xd7','\xa6','\x7b','\x11','\xdd','\x85','\xe8','\x18','\x90','\x5a','\xc0','\x93','\x8a','\xc7','\x1f','\x72','\x29','\x6d','\x51','\x66','\x51','\x77','\x7c','\x0c','\xf5','\xeb','\x1d','\x93','\x18','\x44','\xee','\x02','\xf3','\xa4','\x3f','\x9c','\x59','\x89','\xe9','\x3c','\xa9','\x1d','\x80','\x3f','\x4e','\x63','\x84','\x0e','\x13','\x7a','\x97','\x43','\xe3','\x8e','\x78','\x53','\x54','\x93','\xfc','\x8c','\x10','\x79','\xcb','\xe8','\x42','\x6b','\x0c','\x36','\xac','\xf7','\xe8','\x27','\x0f','\x98','\x9e','\xe8','\xf5','\x43','\x12','\x90','\x00','\x73','\x17','\xa5','\xf1','\xdb','\x94','\xb6','\xa9','\x96','\xa3','\xec','\xb0','\x8c','\x8f','\xaa','\xd0','\xc5','\xe6','\x18','\x6c','\x79','\x48','\x7a','\x8e','\xe7','\x22','\x6a','\x13','\x2a','\x0e','\xf4','\x9e','\x2e','\x21','\xb1','\x5f','\xa9','\x16','\xbc','\xed','\x0f','\x2c','\x36','\x21','\x2c','\x23','\x42','\x31','\x16','\x2f','\x2f','\xa8','\x1a','\x23','\x4f','\xb8','\x12','\x59','\x3e','\x9c','\x75','\xf1','\xaf','\x27','\x2a','\x35','\xea','\x97','\x44','\xdd','\x08','\xff','\x08','\x4c','\x97','\x47','\xec','\x06','\x8f','\x8b','\x71','\x56','\xed','\x48','\xef','\x45','\xfb','\xde','\xec','\x40','\xd9','\xd2','\x79','\x36','\xd7','\x9a','\x66','\xbc','\xc6','\x7a','\xbf','\x35','\x08','\x3e','\x13','\xc0','\x2d','\x51','\xdb','\x1a','\x43','\x87','\xa1','\x9f','\xbd','\x08','\x7f','\x04','\xc5','\x32','\x88','\x08','\x94','\x64','\xc8','\xab','\xd0','\x85','\x16','\xd1','\x41','\x28','\x94','\x83','\x6a','\xaa','\x4c','\x9d','\x16','\x7a','\x8e','\x4f','\xdd','\x83','\x8d','\x5e','\xb8','\x2c','\x1b','\xac','\x9f','\xbb','\xf1','\x7e','\x7c','\xbd','\x08','\x22','\xc6','\xb3','\x92','\xe8','\x4c','\xf6','\x23','\x33','\x94','\xa7','\x64','\xff','\xdb','\x3d','\xa2','\xf4','\xb7','\xd3','\x70','\xa2','\x19','\x81','\xcd','\xda','\x8d','\xd1','\xc6','\x90','\x78','\x65','\xf4','\x06','\xa5','\x37','\xe2','\xf4','\xc6','\x41','\xaf','\x73','\x90','\xde','\xf8','\x38','\x75','\x2f','\x51','\x37','\x4e','\xeb','\xe2','\x96','\xc6','\xc4','\xd5','\xaf','\xfb','\x95','\x85','\x78','\x1a','\xca','\x44','\xb7','\xb7','\x29','\x77','\xa9','\xeb','\x8a','\xf7','\x15','\xd6','\x50','\x04','\x6a','\xad','\xa1','\x18','\xf5','\xb3','\xef','\x64','\x62','\xac','\x81','\xb3','\x36','\x3e','\x78','\xa4','\x3a','\x6d','\xd5','\x6b','\x92','\xce','\x7a','\x1d','\xd6','\x79','\x5a','\x74','\x64','\xf6','\x72','\x42','\xca','\xff','\x2c','\x95','\x7e','\xfe','\xf5','\xe7','\xea','\xb1','\xb4','\x89','\xbb','\x8b','\xdb','\xe1','\x83','\x76','\x34','\x9b','\x40','\xd3','\x14','\xd5','\x20','\xa2','\xf9','\x10','\xa5','\x15','\x1a','\x77','\xe9','\x78','\x7f','\xf3','\x08','\xf7','\x80','\x69','\xb2','\x4b','\x87','\x3b','\xc1','\xba','\xd8','\x6d','\xc7','\x76','\xcb','\xd0','\x38','\x21','\x39','\xdc','\x30','\x75','\xa3','\x59','\x50','\x81','\xf1','\xb4','\xe7','\xd5','\xd6','\xab','\x96','\xbf','\x07','\xe4','\xfe','\xbe','\xcd','\x7b','\x97','\x03','\xdb','\x1b','\x67','\x52','\xeb','\x8b','\x14','\xe3','\x3d','\x86','\xda','\x1f','\x67','\xc9','\x6f','\x8c','\x31','\x8d','\x0d','\x77','\x64','\xdd','\xa2','\x0a','\x3d','\xd9','\x8c','\xff','\x2b','\x17','\xfa','\xc1','\x68','\x3a','\x8e','\x6a','\x45','\x17','\xc8','\x79','\x54','\x8f','\xe2','\x18','\xac','\x8e','\x51','\x4a','\x8b','\x8c','\x2a','\x3c','\x48','\x07','\xc2','\xf2','\x31','\x9b','\xf2','\x7e','\xa6','\x10','\x7e','\x12','\xc5','\x4a','\x48','\xc6','\x9b','\xc1','\xe4','\xa1','\x72','\xf2','\xc8','\xfb','\xc1','\x5f','\x16','\x77','\x38','\x6c','\xc8','\x43','\x5e','\x1d','\x00','\xd9','\xd0','\x50','\x63','\x8c','\xae','\xc6','\xc6','\xa0','\xca','\x4b','\x90','\xb7','\x1e','\x3c','\xd7','\x94','\x18','\x67','\x9f','\x6a','\x12','\x06','\x39','\x6e','\xaf','\x65','\xd5','\x66','\x76','\x1c','\x4d','\xdf','\x41','\xb5','\xed','\x13','\xf9','\xc3','\x3d','\x60','\x1a','\xe9','\x52','\xb5','\x03','\xeb','\x3d','\x0e','\xbf','\x1c','\x8b','\xdb','\x04','\xb0','\x14','\x8f','\x9f','\xa7','\x97','\x9c','\xec','\x37','\x6b','\xd9','\x6f','\x2e','\x4f','\x7f','\xf3','\x4a','\x2d','\x6e','\x53','\x81','\x83','\x2e','\xfd','\xe6','\xd5','\xb1','\x4b','\xb5','\xf8','\x25','\x27','\x2e','\x44','\x87','\xf8','\x24','\x75','\x06','\x50','\x5c','\xa4','\x2b','\xde','\x18','\xea','\x86','\xc5','\x23','\x7a','\x1d','\x61','\x42','\xc4','\x5c','\x4a','\xdc','\xdb','\xc4','\x6b','\x0b','\x7d','\x40','\x20','\x2b','\xf0','\x57','\xd3','\xd3','\xaf','\xdc','\xae','\xfd','\xd5','\x34','\xdd','\x80','\x7f','\x41','\x2f','\xfe','\x2a','\xfd','\xfc','\x9f','\xd3','\x8b','\x7f','\x1e','\xbf','\x18','\x8b','\x87','\x70','\x3c','\x14','\x19','\x0d','\xa9','\x52','\xfe','\x80','\xd2','\x13','\xac','\x0b','\x3f','\x3b','\xf8','\x18','\xc9','\x02','\x71','\x3a','\x99','\xe6','\xa4','\x16','\x6c','\x20','\xb2','\xba','\x7d','\xbf','\xbd','\xe5','\x43','\x9f','\xf7','\x00','\x03','\xf5','\x81','\x8c','\xe5','\xf3','\xeb','\x5d','\xc2','\x34','\xa5','\xd9','\x64','\x67','\x3a','\x4b','\x6b','\xa2','\x75','\x9a','\xd2','\x4f','\xb4','\x69','\x8d','\xc6','\x83','\x38','\xfb','\xf5','\x74','\x0f','\xf9','\x25','\xbe','\x65','\xc0','\x6f','\xac','\x65','\x31','\x65','\xfe','\x6e','\x44','\x90','\x03','\x79','\xca','\xeb','\xf3','\x87','\xd6','\x80','\x73','\xa0','\xcf','\x27','\x80','\x37','\xd1','\x0b','\xf4','\xb1','\x49','\x4f','\x08','\x53','\x23','\x22','\xb9','\x95','\x04','\x86','\xc4','\x23','\xdd','\xbe','\x45','\x6f','\x3b','\xec','\x97','\xb1','\xf1','\x61','\x0c','\xe7','\xe0','\xef','\xcd','\xd7','\x14','\xd8','\x80','\x1b','\x78','\x5c','\x39','\x56','\xbe','\x3a','\xe4','\xbd','\xe2','\x27','\x5f','\x44','\x65','\xe0','\x77','\xff','\xc4','\x1d','\x54','\x91','\xf5','\xd3','\x77','\x1f','\xa7','\x21','\x0d','\xcd','\x27','\xeb','\x16','\x1a','\x02','\x16','\x96','\xdf','\xa4','\x9c','\x24','\x32','\x49','\xdb','\x6b','\x55','\xb0','\xb0','\x09','\xc3','\x5f','\x11','\xc6','\xe9','\x53','\x5a','\xea','\x92','\x93','\x89','\x56','\x33','\x08','\x8b','\xcf','\xd9','\x4b','\x6c','\x00','\x93','\xf7','\xcb','\x80','\x31','\x59','\x9f','\x1a','\xf2','\x58','\x63','\x1c','\x2a','\xbe','\x42','\xd1','\x57','\xab','\x45','\x39','\xcb','\x4a','\x4c','\x5b','\xad','\x1a','\x07','\x4a','\x75','\xea','\x7f','\x3e','\x62','\xd3','\x7b','\xe4','\x74','\x8a','\x9f','\xd9','\x3c','\x7f','\x20','\x91','\x03','\x61','\x62','\xc4','\xa2','\x4c','\xd2','\x23','\xbe','\x11','\xf7','\x08','\x6d','\x09','\xf9','\x8c','\xb2','\x59','\x34','\xcd','\xe4','\x38','\x4f','\xc1','\x4a','\x59','\x1f','\xe7','\x8d','\xf5','\xc8','\x28','\x07','\x3e','\x34','\xa4','\xc9','\x3c','\xbb','\x5e','\x66','\x86','\xcf','\xd9','\x98','\xaa','\x31','\xfd','\x95','\x96','\x71','\x1b','\x6a','\x31','\xc7','\x06','\xf2','\x36','\x46','\x93','\xad','\xe0','\x5f','\x6f','\x33','\xff','\x5f','\x85','\xaa','\xaf','\x4a','\xfd','\x07','\xe2','\x2e','\x50','\x1b','\x0f','\xbb','\xb1','\x76','\x94','\x84','\x63','\x43','\x21','\x02','\xea','\x6e','\x49','\xcb','\x72','\x3d','\x8b','\xe8','\xb4','\xd5','\xa9','\xf9','\x11','\xd8','\x21','\xfb','\x3d','\xdf','\xbb','\x5f','\x6f','\xbd','\x2f','\x57','\x99','\x4b','\x72','\x4d','\x20','\x88','\x3b','\x62','\xd3','\x05','\x74','\xf0','\x28','\xcd','\x5a','\x9d','\x69','\xa9','\xf2','\x52','\x1f','\x42','\xce','\xfc','\x84','\xf1','\x81','\x75','\x01','\x4b','\x2c','\x86','\xfc','\x02','\xd6','\xf2','\xef','\x2e','\x92','\xac','\xd7','\xcd','\xae','\x92','\xe9','\x55','\x52','\x5b','\x95','\xc9','\xf2','\xe2','\xea','\x63','\xb0','\x1d','\x00','\xea','\x53','\xaf','\xd7','\x13','\xef','\xcd','\x07','\xff','\x4f','\x67','\x4b','\x54','\x20','\xb8','\x9f','\x5e','\xb2','\xb0','\x84','\x4c','\x27','\x1c','\x98','\xe1','\x63','\x72','\xeb','\x8c','\x12','\x14','\x1b','\x8f','\x90','\xd3','\x78','\xa8','\x75','\x27','\x21','\xa3','\xe3','\x04','\xb2','\x93','\xf5','\x8f','\x78','\xf5','\xd3','\xac','\x3e','\x5d','\xa9','\xd7','\x2a','\x75','\x7a','\xba','\x4e','\x7f','\x50','\xa7','\x6f','\xd7','\xe9','\x0b','\xf5','\xf8','\xd5','\x7a','\x9c','\xd5','\x47','\x07','\x6a','\xd7','\x80','\xc2','\xc0','\x02','\xfe','\x70','\x4c','\x2a','\x31','\xb9','\xb8','\x20','\xbe','\x45','\x25','\x02','\x59','\x78','\xb4','\xce','\xf4','\x2a','\xaa','\x09','\xf1','\xb8','\x0a','\xc3','\x1b','\x3f','\x87','\xe3','\x17','\x30','\xbd','\x0b','\xd3','\xb1','\x18','\xcd','\x48','\x3a','\xa9','\xd5','\xb9','\x31','\x95','\x6e','\x90','\x87','\xaa','\xd4','\x5b','\x64','\x94','\x9d','\xcf','\x47','\x11','\x3c','\x97','\xd5','\xde','\x30','\xce','\xc1','\xd3','\x6d','\xf3','\xd6','\x36','\xf4','\x03','\x55','\x86','\x39','\xa8','\x6b','\x34','\x9b','\xe5','\x54','\xec','\x3b','\x1f','\xf7','\xe0','\xd8','\x1e','\xf6','\x2b','\xe8','\xbf','\x46','\xd7','\xfb','\x94','\xd7','\x60','\x37','\x03','\x5e','\x59','\xa8','\x1b','\x68','\x83','\x42','\xe8','\x87','\xea','\xf5','\xa9','\x0c','\xb2','\x2b','\x6e','\x76','\xc5','\x9e','\x5e','\xa9','\xd6','\x3c','\xcf','\xa7','\xe1','\x8d','\x2f','\xd8','\xf1','\xdf','\x77','\xe2','\xd7','\xba','\x71','\x06','\x05','\x2d','\x47','\x19','\x49','\xf8','\xd3','\x33','\xd7','\x11','\xd7','\x9f','\xd2','\xcf','\xff','\xf1','\x74','\xed','\x9b','\x35','\xea','\xe3','\x95','\x76','\x5c','\xc8','\xe7','\x05','\x60','\x01','\x1a','\x3b','\x78','\x7e','\x34','\xe5','\x24','\xfa','\xec','\x40','\x62','\x9c','\xc3','\x72','\x7d','\xd5','\x48','\xac','\xd9','\xeb','\x6a','\x8d','\xd0','\x4e','\x27','\x0b','\x85','\xcb','\xc9','\xb4','\x4b','\x6a','\x41','\xcf','\x0d','\xaa','\xb9','\x34','\x01','\x35','\x5f','\x00','\xec','\x3a','\x40','\xbf','\x4e','\xf9','\x2a','\x75','\xc5','\x3c','\x9c','\xdf','\xbc','\xef','\x34','\xea','\x71','\xe7','\x46','\xdc','\x59','\xcb','\x46','\x5d','\xa1','\x72','\x4f','\x6b','\xdd','\x9a','\x3e','\x0f','\x95','\x1c','\x40','\x50','\xc9','\x57','\xb0','\x59','\x12','\xca','\x31','\x47','\x83','\xfb','\x32','\xf1','\xeb','\xb3','\x43','\xee','\x65','\x36','\x9b','\x65','\x4c','\x60','\x7a','\x76','\xb6','\x96','\xcf','\xd3','\x6a','\x15','\xb2','\x8a','\x7e','\xa2','\x5c','\x0d','\xc7','\x50','\x44','\xd6','\xc3','\x95','\xac','\x05','\x9c','\x00','\xcd','\x02','\x64','\xbc','\x67','\xc9','\x4c','\x96','\xce','\x4c','\xd3','\x52','\x4d','\x68','\xc8','\xfc','\x70','\x7c','\xf1','\xbd','\xd7','\xa9','\xdf','\x4f','\x16','\x45','\x84','\x00','\x65','\x38','\x96','\xf2','\xc8','\xe1','\x2a','\x61','\x55','\x2a','\x91','\x65','\xce','\x47','\x3c','\x67','\x9a','\x35','\x6a','\x10','\x22','\x3a','\x1d','\x3f','\x30','\x1d','\xff','\x7e','\x25','\xfe','\x15','\x16','\xff','\x8a','\x1e','\xcf','\x54','\xe2','\x6c','\x7a','\x94','\x4d','\x4b','\x6d','\xea','\x42','\xfc','\x4d','\x08','\x1a','\x86','\xf5','\x05','\xd1','\xb4','\x9d','\x58','\x8f','\x53','\xde','\x2f','\xa7','\x98','\x95','\x98','\xce','\xb5','\x6b','\x4c','\x26','\x21','\xda','\x32','\xef','\x0f','\x14','\x37','\x09','\xe0','\xbe','\xd8','\xd0','\x96','\xe3','\x43','\xb0','\xd7','\x95','\xfb','\xa0','\xd4','\x13','\xe4','\xfd','\x1f','\x14','\x2a','\x22','\x42','\xd3','\x86','\x94','\x87','\x03','\xfa','\xc9','\x86','\x46','\x00','\xf1','\x2d','\x5b','\x9f','\xcf','\x6a','\x10','\xf7','\xee','\xab','\x94','\x30','\x9f','\xb9','\x5c','\x17','\xfd','\xdf','\xed','\x2d','\x8a','\xb1','\xed','\x86','\xa8','\xa7','\xff','\xa0','\xd8','\x83','\x32','\xdd','\xa5','\x37','\xf3','\xb3','\x52','\x74','\xac','\xcb','\x0d','\x0d','\x81','\x5e','\x97','\xb2','\xe9','\x91','\xea','\x98','\xb4','\x62','\x36','\x21','\xe0','\xc7','\x56','\xd1','\x90','\x54','\xc6','\xe2','\x4b','\x28','\x7e','\x3e','\x21','\x14','\x8a','\x83','\x02','\xb5','\xd1','\x8f','\x7f','\xd9','\xbb','\x24','\xb6','\xe3','\xaf','\xd2','\xf8','\xdf','\x50','\x98','\xcc','\xb5','\xdb','\x00','\x0a','\x1b','\xf4','\x18','\x05','\x95','\x2a','\xd1','\xdb','\x97','\xc5','\xba','\x18','\x22','\xd5','\xa1','\xae','\x37','\xe4','\xd4','\xef','\x71','\xea','\xf1','\x4e','\x37','\x2e','\xae','\x4e','\xfd','\x60','\xa7','\x7b','\xd0','\xa9','\x7f','\xdc','\xc6','\x97','\x6c','\xa1','\xd4','\xfc','\x64','\x1c','\x16','\xfa','\x8e','\xac','\xef','\x09','\x61','\x75','\x50','\x6b','\xd8','\x2f','\xc9','\x2a','\x27','\xc9','\xc1','\x45','\x2c','\xf0','\xf1','\xcf','\x4f','\x5c','\x7a','\xf7','\xed','\xf8','\xe7','\x27','\x00','\xff','\xdb','\xa7','\xe3','\xff','\xcb','\x3f','\x8f','\xff','\xaf','\xbf','\x19','\xff','\x8b','\x2f','\xc6','\x17','\xf1','\x00','\x82','\x7e','\x86','\x64','\x3f','\x43','\x36','\xba','\xe7','\x42','\x2b','\xbe','\xa4','\x01','\x2e','\xb4','\x0e','\x2e','\x69','\x02','\x1f','\xbf','\xd0','\xba','\x74','\x06','\xc1','\x0f','\x8b','\x47','\xae','\xb2','\xf8','\x59','\x3d','\xee','\xf0','\xf8','\x97','\x8d','\xf8','\x42','\x33','\x7e','\x2e','\x0b','\xcf','\x6b','\xcb','\x7f','\x92','\x84','\x72','\xb1','\x2a','\x21','\xdd','\x2e','\x01','\x9a','\x9f','\x5e','\x3d','\xf9','\x6e','\x27','\x5b','\x17','\xeb','\x14','\x4d','\xbb','\xa8','\xd6','\x90','\x4c','\x29','\x2b','\x42','\x14','\x38','\xd4','\xad','\xd1','\xc6','\x34','\xed','\x56','\x20','\x99','\xd6','\x15','\xd7','\xdb','\x74','\xc5','\xa1','\xab','\xc3','\xb4','\x81','\x03','\x3d','\xc1','\xaf','\x77','\x23','\x0c','\xf9','\x50','\x3b','\xa8','\x77','\x23','\xbd','\x10','\x43','\xf1','\xab','\xe4','\x12','\x23','\x7f','\xd3','\x0b','\x11','\x7f','\xef','\x32','\x70','\x30','\x9f','\x2b','\x4d','\xcc','\xdd','\x18','\xbf','\x41','\xca','\x2f','\x92','\xf9','\x97','\x29','\x17','\xfb','\xfb','\xf5','\xac','\x80','\xb9','\xfa','\xeb','\x6d','\xef','\x52','\x73','\x3e','\x1e','\x96','\x06','\x69','\x7e','\x40','\x7f','\x1e','\x9c','\x8a','\xbe','\xfe','\x3c','\x28','\x57','\x91','\x4e','\x34','\x26','\xd7','\xa9','\x91','\xb5','\xab','\x59','\xcf','\x83','\xe7','\xf2','\x1f','\x61','\xc5','\xa5','\x2f','\x47','\xa9','\x9b','\xf0','\xdb','\xf1','\xf3','\x61','\xd0','\x4c','\x51','\x76','\x14','\x35','\xa9','\xb0','\x27','\x13','\x5b','\xf4','\x0d','\xa9','\x6c','\x04','\xfa','\x86','\xd5','\x02','\xfb','\x02','\x98','\x58','\x64','\x7c','\xd1','\xab','\x78','\xac','\x54','\xa5','\x9f','\x94','\x59','\x88','\xbc','\x4a','\x79','\x9d','\x5a','\x2f','\xd3','\x9c','\x43','\xd1','\x1c','\x85','\x80','\x25','\x3b','\x56','\x81','\xed','\xd8','\x07','\x9d','\xb5','\xc7','\xba','\xc2','\xae','\xf1','\xb2','\x45','\x2a','\x30','\x3d','\x53','\xab','\xf1','\x5a','\x7c','\xb6','\x16','\xef','\x3e','\x12','\x77','\x04','\x2a','\x71','\x47','\xbe','\x32','\xd1','\xee','\xdc','\x8a','\x3b','\x42','\xcc','\x12','\x1a','\x1a','\xa6','\x04','\x4b','\xf9','\x13','\xc5','\x24','\x16','\x23','\x0d','\xa8','\x1b','\x02','\xba','\x0b','\x93','\xf2','\x47','\x6c','\x85','\x1e','\xd8','\x71','\x10','\x3e','\x0b','\x45','\xd6','\x84','\xb1','\x3e','\x36','\x50','\x5f','\x95','\x6e','\x6c','\x0f','\xe8','\x09','\x92','\x78','\xd9','\x34','\xe9','\xb1','\x3c','\x5d','\xaa','\x1f','\x3c','\x54','\xcd','\xfe','\xdc','\xf9','\xe9','\xdd','\x8d','\xda','\xd1','\x06','\x3d','\x9b','\xa0','\xd1','\xd3','\x54','\x0c','\x9d','\x82','\x68','\xc2','\xa6','\xb5','\x1b','\xb4','\x76','\x3d','\x5e','\xdb','\x25','\x20','\x56','\xc7','\x98','\x50','\x5f','\x87','\x5b','\x60','\x2f','\x47','\xa4','\xbd','\x1c','\x94','\x58','\xf5','\x79','\xb0','\x1f','\xce','\xbe','\x72','\xe7','\x23','\x42','\x6e','\x20','\x54','\xab','\x46','\xa8','\x67','\xd2','\xba','\x44','\x77','\x53','\x03','\x03','\xfe','\xee','\x30','\x6d','\x90','\xf5','\xf5','\xbe','\x24','\x93','\x43','\x7b','\x35','\xa3','\xb3','\x5e','\x5b','\x98','\x8f','\xd3','\x75','\x5a','\xab','\x4b','\x6e','\x01','\x55','\xa7','\x7b','\x19','\xfd','\x88','\x30','\x52','\xf6','\xd1','\xcc','\x04','\xcd','\xfc','\x88','\x96','\x38','\x2d','\x85','\xe8','\x94','\x4a','\x17','\xbd','\x31','\xa5','\x1b','\xcd','\xda','\x31','\xd6','\x84','\xa0','\x7a','\x81','\xb4','\x3b','\xe6','\xb9','\x50','\xfd','\x6e','\xd9','\xcb','\xae','\x39','\xd9','\x86','\xf3','\xf1','\xcf','\x15','\x2e','\x8d','\x3c','\x38','\x3a','\x3a','\x4d','\x6b','\xd3','\xf4','\x91','\x47','\x64','\x22','\x89','\x4e','\x4f','\x56','\x68','\xe1','\x11','\xda','\xb8','\x45','\xed','\x5a','\x5c','\x21','\xa3','\xfe','\x38','\xab','\xcb','\x20','\x0f','\xd5','\xf0','\xb0','\x9f','\x98','\x33','\xb8','\xbf','\x5b','\xed','\x75','\xf9','\x03','\x39','\x69','\xc2','\xe6','\x32','\x41','\xf8','\xe8','\x72','\xfe','\xc9','\xed','\x00','\x3e','\x54','\x9b','\x14','\x78','\x18','\xfa','\xfb','\x29','\x12','\xa0','\x2f','\xb6','\xe8','\x0d','\x4d','\x20','\x2b','\x31','\xfd','\x62','\xab','\xe6','\xca','\x4a','\x44','\xaf','\x1c','\xa6','\x5f','\xdf','\xb3','\x0e','\xf1','\xad','\xff','\xb9','\xeb','\xcb','\x6d','\x14','\xcd','\x1a','\x31','\x56','\x21','\x69','\x3e','\xe4','\x01','\x65','\x01','\x14','\xcf','\x62','\x60','\x65','\x67','\x91','\x93','\xcd','\x3a','\xd3','\xa9','\x42','\x8d','\x3d','\x38','\xe6','\x3d','\x48','\x8d','\x69','\x7a','\xec','\x11','\x3a','\xff','\x08','\x3d','\xc6','\xe8','\x0d','\x9d','\x9e','\xad','\x50','\x98','\x4e','\xb7','\xe3','\x59','\x67','\x34','\x3e','\x0c','\x55','\xfb','\xfa','\xfa','\xfc','\x6f','\x23','\xf4','\xaa','\xad','\xb8','\xcd','\x88','\x72','\x3a','\xe6','\x5d','\xcb','\x42','\x35','\x37','\xa4','\x95','\x69','\xf2','\x87','\x1d','\x6a','\x52','\x1f','\xc9','\xef','\xb6','\xa5','\x4b','\xcd','\x56','\xed','\x26','\x24','\x9c','\xae','\xd8','\xa4','\x54','\xa1','\x66','\x82','\x0b','\x15','\x55','\x26','\x08','\x47','\x84','\xdd','\x14','\xb5','\xc9','\x92','\x23','\x1e','\x90','\xae','\x39','\x02','\x30','\xce','\x42','\x8f','\xc2','\xa8','\x46','\xa4','\x60','\xa7','\x3a','\xcc','\x37','\xeb','\x7b','\xd4','\x35','\xc7','\xc4','\xf8','\xe4','\x9a','\xc2','\xc4','\x91','\xc0','\x40','\x4b','\x9b','\xec','\x84','\x25','\xef','\x53','\xc4','\xb7','\xbf','\xa6','\xe4','\xbe','\xb3','\x49','\xce','\x03','\xa3','\x9a','\x46','\x21','\x09','\xeb','\x6d','\x7a','\x5a','\x4c','\x58','\x26','\x87','\x5a','\x4e','\x62','\x7f','\xc3','\xeb','\xfb','\x01','\xa6','\xfa','\x7a','\xe6','\xe8','\x30','\xd4','\xec','\xeb','\xf5','\x23','\xec','\x26','\xaf','\x53','\xeb','\xab','\xa9','\xb0','\x40','\xfc','\x7b','\x93','\x2e','\x17','\xcb','\xa5','\xc5','\x16','\x8d','\x1c','\xa2','\x89','\x58','\xbc','\xd9','\xf7','\x93','\xe0','\xe1','\x5e','\x42','\x16','\xfc','\x8a','\x1c','\x33','\x78','\xef','\x9c','\xd6','\x7c','\x09','\xa3','\xf9','\x2f','\xba','\x3a','\xd6','\x73','\xec','\x6c','\xda','\x16','\x21','\xd0','\x54','\x6d','\x61','\xeb','\x6c','\x2c','\x8c','\xc9','\x22','\x21','\xc5','\x28','\xd5','\x35','\xd0','\x7b','\x61','\x1f','\xd4','\xa6','\xb9','\x56','\x0b','\x2c','\xc7','\x28','\xe5','\xef','\x07','\xd7','\x07','\xec','\xc5','\x79','\xba','\x32','\x49','\xbf','\xf0','\xc5','\xf8','\xc5','\xf3','\xf1','\xb4','\x50','\xcc','\xc4','\xdf','\xcd','\xca','\xfb','\x89','\x62','\x49','\x80','\x4f','\xd4','\x30','\xf1','\xbd','\x07','\x42','\x69','\x39','\x70','\xe0','\x60','\xb7','\x3b','\xcd','\x58','\x4d','\xcc','\xe1','\x43','\xe9','\xb1','\x37','\x41','\x98','\x53','\x20','\xd6','\xe8','\xf6','\x5c','\x52','\x33','\x00','\x0e','\x95','\x06','\xc1','\x8f','\x94','\xcd','\x46','\x84','\xbd','\x95','\x3e','\x30','\x2c','\xb6','\x8c','\x14','\x13','\x88','\xa7','\xd2','\x30','\x7f','\x1e','\xe1','\xd9','\x5f','\xfb','\xb5','\xe9','\x6f','\xfc','\x75','\xad','\x76','\x39','\xfe','\x54','\x6c','\x6c','\xf0','\x41','\xb6','\x95','\xab','\x8c','\x45','\x74','\x1d','\xef','\xdb','\x37','\x2c','\xb6','\x0c','\x5d','\x17','\xa0','\x7b','\xf6','\xc8','\x7e','\x1e','\xc9','\x3e','\xb8','\x36','\xdd','\x70','\x6a','\x9f','\x8b','\xc4','\x43','\xa1','\xd1','\x4d','\xce','\x8d','\xf7','\x94','\xcf','\xb2','\x5a','\x96','\x66','\x10','\x28','\xea','\x67','\x50','\xe4','\x1c','\x14','\xf6','\x85','\x90','\x1b','\x7d','\xfd','\xd9','\xd7','\x13','\xfc','\x06','\x6c','\x97','\xd1','\x9e','\x75','\x10','\xf2','\x47','\x3e','\x2c','\x27','\x21','\x8e','\xda','\x31','\x39','\x09','\x89','\x9c','\x84','\x54','\x4e','\xc2','\xa0','\x9f','\xf7','\x52','\x5a','\x44','\x43','\xd8','\xae','\x89','\xd3','\xb4','\x22','\xeb','\x06','\xfa','\xfd','\x88','\xd5','\x6a','\x05','\x06','\xac','\xff','\xa7','\x83','\xf5','\x8e','\xa4','\x9f','\xc4','\x1f','\x9c','\xad','\x37','\x06','\x13','\x20','\xb0','\x53','\xd6','\xe5','\x61','\xcc','\x80','\x72','\x30','\x59','\xe9','\x82','\xbb','\xf9','\xf2','\x47','\x10','\x86','\xfb','\x71','\x9c','\x5a','\xb7','\x4b','\x1b','\x8d','\x00','\x1d','\x98','\x5a','\xbe','\x22','\x0a','\x5c','\xc0','\xb3','\x15','\x5a','\x9f','\x8d','\x57','\x5f','\x1c','\x55','\xd4','\xb0','\x6e','\xfb','\xdc','\xf5','\xb1','\x22','\x94','\x3f','\x20','\xaf','\x21','\xfa','\x1a','\x8a','\x5b','\xed','\x0f','\x97','\x50','\xb6','\xe4','\x8f','\x0f','\x82','\xa2','\x93','\x16','\xcc','\x87','\x38','\xad','\xc6','\x3b','\x5e','\xbc','\x56','\x07','\x5c','\xae','\x0f','\xea','\x1b','\x61','\x70','\xe1','\x1b','\x30','\x7f','\x8e','\x1d','\x23','\x02','\xe2','\xa5','\x1c','\x3b','\x26','\x20','\x8c','\x41','\xb8','\x1f','\x61','\x5f','\x08','\x21','\x03','\x45','\x43','\x7a','\xa2','\xa6','\x61','\xd3','\xc6','\x59','\xea','\xe4','\xe3','\xce','\xc9','\x38','\x61','\x71','\xeb','\xe9','\xd1','\x43','\xc3','\x54','\x17','\xe3','\xa3','\x47','\xaa','\x59','\xec','\xb1','\xd8','\x1a','\x27','\x6b','\x79','\xd2','\xf5','\xe8','\x75','\x1b','\xfc','\x90','\x5d','\x94','\x5d','\x23','\xd3','\x6b','\xf3','\xb5','\x35','\xb1','\x52','\x06','\xfc','\x5a','\xe5','\xda','\x46','\x7c','\x69','\x6c','\x83','\x1e','\x2e','\xd7','\x97','\x10','\x1d','\xe1','\x7a','\xfc','\xed','\xaf','\xd1','\x7f','\x72','\x6f','\x16','\xb0','\x7f','\xfa','\xf3','\x07','\x6a','\x5f','\x39','\x11','\x57','\x43','\xdb','\xab','\x9a','\xd2','\x44','\x10','\xd6','\xea','\x28','\xa2','\x30','\xce','\x21','\xa1','\x45','\x74','\x62','\x21','\x99','\xdb','\x0c','\x19','\x1f','\xc0','\xb5','\x98','\x45','\xa1','\xac','\xf5','\x83','\xe9','\x90','\xe4','\x79','\x93','\x69','\x20','\xf2','\xef','\x82','\xa1','\x14','\x7f','\x57','\x0c','\x91','\xaf','\xe6','\xd5','\xe2','\x42','\xa7','\x83','\xda','\xa8','\x2c','\x9c','\xa8','\x44','\x84','\x1a','\x2d','\xe4','\x8f','\xef','\xc7','\x11','\xf7','\x2f','\x56','\xd0','\x8d','\x7c','\x56','\xc0','\xeb','\x7e','\x1c','\xa1','\x4b','\xf2','\xcd','\x8e','\x61','\x3c','\x46','\xc2','\xe0','\xb1','\x11','\x82','\x67','\x4d','\x66','\xb7','\xe3','\x8d','\x7e','\x36','\x83','\x46','\xac','\x0e','\x2e','\xd1','\x58','\x2f','\xaf','\x33','\x90','\x3f','\xfe','\xfc','\x11','\x72','\x43','\xbc','\x26','\x52','\x8d','\x77','\xbd','\xf8','\xbe','\x8b','\x01','\x84','\x0e','\xd9','\x6f','\xfb','\xdf','\x86','\xcf','\x68','\x0d','\x23','\xb1','\xf4','\x29','\xba','\x64','\x26','\xbd','\x32','\x5d','\x7a','\x30','\xbb','\xd4','\x65','\x68','\x39','\xd3','\x59','\x4e','\x1f','\x5f','\xfe','\x6d','\xf3','\x0b','\xbf','\x5d','\xee','\x7e','\xa5','\xb3','\xcc','\x38','\x20','\x03','\x8d','\x2f','\x30','\xde','\xbd','\xbf','\x2b','\x3f','\x79','\x64','\x99','\xad','\x2d','\x33','\xe7','\x8b','\x29','\xe2','\x4d','\x22','\x1b','\x48','\xb1','\xba','\x30','\xe0','\x7e','\xb7','\x07','\xf7','\x5d','\x4c','\xed','\xbb','\xc8','\x54','\x94','\xf2','\xba','\x4f','\x2c','\xd9','\x4f','\x2c','\x39','\xcf','\x79','\xdd','\xd4','\x92','\x03','\xf0','\x3a','\x29','\x1b','\xa5','\xbe','\xda','\x4c','\x5d','\x5d','\x4b','\x1d','\xfe','\x56','\x0a','\x78','\x19','\xaf','\xa7','\xbb','\xab','\x07','\x2a','\x1e','\x33','\xe6','\xa3','\x8e','\x13','\x13','\x2b','\xdd','\x71','\x04','\xfc','\xe9','\x3a','\x8a','\x70','\xc6','\xf3','\x32','\xc8','\x78','\x72','\xae','\xf2','\xa4','\xc6','\xbf','\xe2','\x99','\x99','\x63','\x56','\xe6','\x58','\x23','\x33','\xe7','\x64','\x7e','\xa5','\x90','\x39','\xf6','\x60','\x66','\xee','\xde','\xf4','\xb1','\x6c','\xfa','\x98','\x36','\x39','\x97','\xfd','\xa5','\xef','\xfc','\x62','\xf6','\xc6','\xc7','\xd8','\xfb','\xaa','\xd1','\x73','\x7a','\xcc','\xcc','\x92','\x09','\x36','\x84','\xa1','\x68','\x57','\x5c','\x8c','\x6a','\xee','\x3b','\x19','\xfd','\x5e','\x96','\x6b','\x42','\xf0','\x81','\xd7','\xbe','\x7a','\x26','\xca','\xbc','\x36','\xf3','\xaf','\x21','\x71','\x9f','\x1d','\x71','\xf5','\x7d','\x3e','\x6c','\x69','\x49','\xdc','\x67','\x06','\xc8','\x2b','\xea','\x68','\xe0','\x3c','\xe5','\x27','\xa0','\x77','\x7c','\x06','\x88','\xf4','\xf8','\x1c','\x88','\x98','\x57','\xaa','\xca','\x54','\xcf','\x55','\xfc','\x74','\x00','\xc9','\xf2','\xfa','\x0f','\xe9','\x6a','\x9b','\x7e','\x18','\xc4','\x0f','\xec','\x68','\xb2','\xe1','\x48','\xaf','\xd4','\xb5','\xc1','\x86','\xbf','\xbb','\x5d','\x91','\x6b','\x95','\x41','\x59','\x0d','\xa1','\x1e','\xaf','\x4a','\x1e','\xbc','\xc5','\x50','\x44','\x0d','\xc5','\x54','\x35','\x1b','\xdc','\x8f','\x11','\x85','\x02','\x49','\x4d','\xe0','\x7b','\x91','\xd5','\x34','\xc2','\xa1','\xf7','\x4c','\xd7','\x85','\xd3','\xd8','\xa0','\xab','\x2d','\xfd','\xd8','\x10','\xd2','\xa0','\xc8','\x74','\x09','\x55','\xa6','\x05','\x89','\xd5','\x91','\x0d','\xd3','\x57','\x06','\xd8','\xcb','\x03','\xaa','\x19','\xb1','\x97','\x56','\x11','\xba','\x63','\x28','\x75','\xa6','\x54','\x85','\x1d','\x36','\x8a','\x31','\x24','\x43','\xb2','\x88','\xe7','\xaa','\xdd','\x08','\xea','\x15','\xdb','\xf2','\x6b','\x67','\xc8','\xf6','\x44','\xb9','\x91','\xfb','\x61','\x97','\x99','\xa4','\x8f','\xdc','\x77','\x3b','\x8a','\xcd','\x46','\xce','\xb0','\x7b','\x16','\xaf','\xc6','\x7f','\x8f','\xc5','\x3f','\xcf','\x52','\x7f','\x90','\x4e','\xd5','\xd3','\xa5','\xb3','\x99','\x23','\xd1','\x9c','\xcd','\xc6','\x83','\x7e','\x58','\xc3','\xf2','\xba','\xda','\x19','\x2d','\xba','\xa0','\xed','\x48','\x4d','\xf4','\x8f','\xfc','\x80','\x4a','\xba','\xd7','\x4f','\xbf','\x21','\x7a','\x13','\xfd','\xc4','\xff','\x30','\x3d','\x52','\x4f','\x67','\xce','\x66','\x76','\x47','\x73','\x2e','\x1b','\xef','\xbf','\xaf','\xbe','\x5b','\xb2','\xcf','\xef','\x97','\xa2','\x4e','\xee','\x72','\x43','\x5c','\x05','\x32','\x97','\x1a','\xe9','\x4b','\x85','\xc9','\xbf','\x9d','\x3d','\xf0','\xa3','\xb9','\xec','\x6f','\xec','\xdf','\x58','\x6d','\x4d','\xf2','\xfb','\x0d','\xfa','\x33','\xa1','\x34','\x27','\xe8','\x36','\x38','\x74','\xda','\xb7','\x56','\x40','\x05','\x9a','\xd1','\x92','\x6f','\x3d','\x2d','\x56','\x6e','\xc2','\x64','\x63','\x26','\x8b','\xcf','\xf2','\xc4','\x49','\x63','\x6c','\x96','\xc7','\x4d','\x26','\x57','\xf4','\xd3','\xf1','\x57','\x1d','\x61','\xf5','\x28','\x4a','\x90','\xb6','\xa6','\x0a','\xc8','\x32','\x52','\x04','\x4a','\x3b','\x25','\xef','\xf7','\xfe','\x9b','\x0b','\x59','\xb3','\xf2','\xc4','\x19','\xe2','\x34','\xb8','\x0a','\x85','\x65','\x38','\x1a','\xf8','\x28','\xa8','\xc0','\x35','\x2f','\x9d','\xb4','\x7e','\xbd','\x92','\xd5','\xc3','\x68','\xb5','\x89','\x56','\x43','\x91','\x55','\xb5','\xb3','\xea','\x55','\x56','\x20','\xf5','\x1b','\xe6','\x8c','\xc6','\xfc','\xab','\xdf','\x40','\x0b','\x32','\x41','\x69','\x01','\xf9','\xc9','\x89','\xd0','\xd3','\x4a','\x2b','\x86','\x0e','\x55','\xa0','\x76','\xac','\xa4','\xaf','\xff','\xe9','\xc5','\xa3','\x7f','\x4a','\x5d','\xe9','\xc1','\x7e','\x8a','\x4a','\xb5','\xe8','\xd5','\x8b','\x0b','\xd5','\x75','\x78','\xf2','\x6a','\x63','\x89','\xbc','\x84','\x59','\xf4','\xee','\x70','\xaf','\xbe','\xa9','\x1f','\x0d','\x4e','\xe7','\xe5','\x91','\xfd','\xf6','\x18','\x07','\x5e','\xe8','\x8d','\x1f','\x66','\x5f','\xf4','\xbd','\x7a','\x54','\xbf','\x01','\x44','\xb5','\x0f','\xac','\xb5','\x17','\x96','\x07','\xeb','\xbf','\x6f','\xc3','\xd4','\xbd','\x91','\x6a','\x15','\xa2','\x26','\xb6','\x96','\x92','\x27','\x8a','\x58','\x8c','\x3c','\x78','\xae','\x2a','\xe6','\x77','\x30','\xaf','\x03','\x8a','\x55','\x5c','\x3c','\x77','\xa7','\xa4','\xde','\x99','\x7d','\xaf','\x87','\xed','\x3d','\xef','\xe0','\x73','\xf5','\xf2','\x97','\xd7','\xb9','\x25','\xfb','\x75','\xfd','\xfc','\x5a','\x7e','\xeb','\xe7','\xe0','\x88','\x0d','\x79','\x57','\x37','\x35','\xfa','\xf7','\xd3','\x8b','\x6b','\xea','\x87','\x3a','\x44','\x7b','\x95','\x29','\x42','\xfd','\x49','\xbe','\x85','\xa7','\x7a','\xe3','\x03','\xca','\x7e','\x06','\x4f','\xff','\x37','\xfc','\x39','\x97','\x29','\x9e','\x2c','\x66','\x4a','\x20','\x2a','\x63','\x76','\x70','\xc4','\x30','\x52','\x04','\xea','\x21','\xb5','\x1a','\x8a','\xf4','\xf9','\xd5','\xdf','\xe3','\xcb','\x0f','\x06','\xf0','\xa7','\x84','\x8b','\xc2','\x2e','\x38','\x0c','\x7e','\xd2','\x97','\x64','\xfe','\xf4','\xf9','\x37','\x30','\x6f','\x42','\xd1','\x2e','\x45','\x88','\x13','\x59','\xc4','\x90','\x84','\xb7','\xde','\x09','\xeb','\x89','\xa0','\xac','\x5a','\x1d','\x8d','\xe0','\x50','\x0c','\xab','\x59','\x29','\x7f','\xd6','\xfb','\x91','\xc9','\xc2','\x7c','\x65','\x2d','\xf9','\xaa','\x1d','\xc4','\x70','\xa4','\x6c','\xeb','\x1d','\x9b','\xbc','\xd8','\x26','\x2e','\x25','\x37','\x18','\x54','\x64','\x5e','\x69','\x12','\xb7','\x49','\x56','\xae','\xd2','\xd5','\x51','\xda','\x18','\xd5','\x5c','\x95','\x79','\x9e','\x6e','\x75','\xdd','\x6d','\xee','\xff','\x24','\x84','\xd3','\x08','\x09','\x50','\x89','\xa2','\x56','\x4c','\xad','\x25','\x62','\x87','\x68','\xe5','\x53','\x0c','\xd5','\x0d','\xf5','\x02','\x8a','\x8d','\xdb','\x95','\x49','\x03','\x99','\x5c','\xdc','\x4f','\x04','\x27','\x13','\xb1','\x58','\x53','\x0c','\x56','\x47','\x16','\x60','\x1d','\xbc','\x1f','\x1e','\x2e','\xb7','\x4e','\x46','\x22','\x52','\x38','\x1b','\x3c','\xf2','\xdd','\x75','\x0f','\x86','\x02','\xc7','\xd0','\x50','\x90','\x9d','\x20','\xc2','\x42','\x24','\xfc','\x94','\x13','\x2e','\x38','\xa4','\x9c','\x90','\x76','\x22','\x04','\xee','\x6c','\xe8','\x67','\x35','\x7c','\x4a','\x16','\x25','\x81','\x42','\x45','\xd2','\xfb','\x31','\xe8','\x0c','\x11','\x52','\x13','\xd2','\x5d','\xa1','\x28','\x5e','\xf6','\x7e','\xef','\x7b','\x75','\x60','\x08','\xe0','\x58','\x98','\x28','\xbe','\xbb','\x13','\xf9','\xcc','\x9b','\x32','\x30','\x23','\xdb','\x0f','\x05','\xb3','\x21','\x9f','\x36','\x24','\x8f','\x49','\xfa','\xa9','\xc7','\x15','\xa4','\x36','\xa5','\xf8','\xe1','\x03','\xa8','\x04','\xd5','\xfe','\x24','\x1f','\xa3','\xcc','\xb9','\xc5','\x28','\x81','\xc1','\xfe','\x42','\x98','\x2a','\x12','\x21','\x89','\x30','\xf0','\x32','\x8d','\x82','\x66','\x35','\x84','\x5a','\x43','\xa8','\x92','\xb0','\x19','\x84','\x3a','\x70','\x59','\xe4','\x2a','\x9b','\x95','\xe7','\xcb','\x3e','\x0f','\x8a','\x01','\xb9','\x66','\xc2','\xfa','\x80','\x03','\x5a','\xe2','\x87','\xf4','\x50','\xae','\xe4','\x5a','\x21','\xc6','\x05','\xc2','\xcc','\xb7','\x5b','\x81','\x37','\xaf','\x65','\x35','\x2b','\x3e','\xa1','\x6b','\xc0','\x38','\xc0','\xb3','\x08','\x28','\xef','\x64','\x4c','\x0c','\x64','\xb3','\x32','\xe9','\xbb','\x4b','\x1c','\x81','\xa3','\x58','\x54','\xac','\x2a','\x12','\x21','\x09','\xbf','\xde','\x31','\x2d','\x56','\xb3','\x56','\x37','\xa8','\x74','\xbc','\x5e','\x62','\x16','\x62','\x18','\xa8','\x1f','\xa4','\x14','\xf0','\x6f','\x80','\x87','\x2d','\xa1','\x46','\x89','\x1a','\x53','\xc6','\x88','\xf2','\x2e','\x0d','\x8d','\xd5','\x42','\x63','\xcb','\x78','\xec','\x4a','\xf8','\x23','\x2e','\xc9','\x18','\x34','\x63','\x64','\x33','\xbc','\x55','\xd2','\x2b','\x25','\xc6','\xa6','\xb2','\x6c','\x35','\xc1','\x16','\x93','\x29','\x35','\xf6','\x61','\x15','\xd3','\x24','\xf2','\xe9','\x5d','\x0c','\x61','\x6a','\x4b','\x5b','\x26','\xd1','\xb3','\xec','\xe1','\x1c','\x46','\x22','\x6c','\xb5','\xc3','\xc8','\x25','\xd2','\x83','\x9d','\xa5','\x6e','\x4b','\x3a','\xc5','\x18','\x13','\xb8','\xce','\xf4','\xeb','\x8c','\x5f','\xcf','\x1a','\xab','\xd4','\xf6','\x54','\x90','\xf5','\x11','\x03','\x0b','\xc5','\x49','\xbc','\xc3','\x4f','\x27','\xb8','\x49','\xa0','\x10','\x82','\x89','\xea','\x66','\xd8','\x33','\xc3','\x75','\x33','\x5a','\x35','\x77','\x9c','\x37','\xe3','\x05','\x73','\x64','\x16','\xa8','\xc3','\x5a','\xd4','\xac','\x04','\xd4','\x61','\x18','\xa8','\xc3','\x38','\xce','\x1a','\x98','\xda','\x87','\x15','\xf1','\x52','\x6d','\x6c','\x00','\x71','\x10','\x78','\x6e','\x13','\xab','\x55','\xb2','\x8a','\xd1','\xea','\x24','\xf2','\xba','\xa1','\x55','\x1c','\xf2','\xeb','\xa8','\xfe','\x85','\x19','\xbd','\xf9','\x36','\x6d','\x98','\xac','\x61','\xb6','\x1a','\x66','\x45','\x36','\xd8','\xcd','\x3b','\x70','\x75','\x71','\x56','\xfa','\x7b','\x61','\x33','\x5f','\x1f','\x1f','\x7c','\x4f','\x8f','\x91','\x1e','\x19','\x34','\x64','\x75','\x42','\x3d','\x7e','\x80','\xa8','\x54','\xbc','\x81','\x61','\x5b','\x45','\x95','\x29','\x9d','\x3d','\x49','\x59','\x8f','\xc7','\xf5','\xa0','\x50','\x17','\xfc','\xf1','\x09','\xfa','\x01','\x25','\x59','\x88','\x46','\x02','\x01','\x57','\x04','\xdd','\x6c','\x84','\xd7','\x0a','\x02','\xd1','\x9b','\x8d','\xa8','\xef','\xe7','\x17','\xd3','\xcd','\x6a','\xb7','\x60','\xde','\x81','\xf6','\xc8','\xa6','\x10','\x7b','\x92','\xb1','\xd7','\xc8','\xc1','\x45','\xd1','\x8f','\x10','\x52','\x08','\x8a','\xfb','\x78','\x9b','\x42','\x2b','\xdf','\x13','\xea','\x3a','\x93','\xc3','\x19','\x01','\xa2','\x9c','\xa1','\xca','\xa2','\x90','\x77','\x2e','\xea','\x6e','\xc3','\x93','\xcc','\xc2','\x34','\xb7','\x3c','\xd6','\x92','\xee','\xaf','\x64','\x2b','\x2e','\x54','\x62','\x1b','\xc5','\x2f','\xb2','\xf8','\xbb','\xed','\x78','\x86','\x8d','\x65','\xd2','\xa3','\xcf','\x67','\x3e','\x30','\x93','\x63','\xe5','\x71','\xfd','\x36','\x3a','\x72','\x1e','\x2d','\x46','\xc4','\x68','\x74','\x83','\x6a','\x20','\x3e','\xdb','\x66','\xb6','\x57','\xa6','\x25','\x75','\x15','\x8a','\x65','\xf8','\x6d','\x61','\xaf','\x9d','\x66','\xf4','\x53','\x8c','\xbe','\xcd','\x28','\xf8','\xe7','\x77','\xc6','\x53','\x17','\x77','\xa6','\xbe','\x74','\x20','\xf5','\xbb','\x3a','\x8b','\xe9','\x0c','\x1b','\x0c','\x02','\x49','\xe5','\x39','\x5a','\x36','\xa6','\x42','\xc9','\xbf','\xbe','\x47','\x7d','\x3d','\xdc','\x42','\xf2','\xc3','\xf8','\x6b','\x37','\x24','\x9e','\xc8','\xeb','\x47','\x40','\x9d','\xe9','\x3d','\xda','\x22','\x55','\x84','\xec','\x1a','\xb8','\x1f','\x03','\xfe','\x74','\xbc','\xc4','\xe2','\xde','\xd5','\xf8','\x22','\x03','\x78','\xac','\xdf','\xf0','\x6f','\x78','\xcc','\xbb','\x4a','\xd9','\x4e','\x81','\x11','\x6f','\x94','\xb1','\xf7','\xcb','\xfb','\xa9','\x3f','\xec','\x7d','\x57','\xdc','\x4f','\x05','\x45','\xfe','\xaf','\x29','\x09','\x41','\x09','\x66','\x24','\xeb','\xb1','\xca','\x85','\x26','\x05','\xce','\x07','\x50','\x85','\x46','\x38','\x35','\xcb','\x97','\xdf','\x3e','\x71','\xdb','\x2c','\xd7','\xcc','\xf2','\x97','\xf2','\xe5','\x4b','\xf9','\x72','\xad','\x5e','\xae','\xdd','\x29','\xd7','\x9e','\x3d','\x71','\x69','\xb2','\x1c','\x9f','\xe4','\xa3','\x93','\xbc','\x0d','\x65','\x73','\x07','\xfa','\x11','\x5f','\x2c','\xd7','\x63','\x20','\x89','\x4a','\x84','\xc5','\xbc','\xaf','\xb0','\x10','\x67','\x2a','\xaf','\x28','\x9c','\x2b','\x40','\x9e','\xc0','\x51','\x93','\x2b','\x57','\x9b','\xca','\xd3','\xae','\x3a','\x2c','\x36','\x94','\x16','\x56','\x3c','\xa2','\x8e','\xd3','\x08','\x62','\x87','\x61','\xc6','\x41','\x65','\xc5','\x36','\x89','\xac','\xf4','\x4a','\x60','\x0c','\x42','\x96','\xc3','\xd8','\xf4','\x61','\x44','\x92','\x4a','\x61','\x9f','\xb8','\x56','\x52','\xe1','\x33','\x34','\x27','\x04','\x6b','\x70','\x5c','\xe0','\xd7','\x19','\x89','\x3b','\xd6','\x8f','\xe1','\xba','\x09','\x9e','\x07','\x54','\x57','\xd0','\xc3','\x8a','\x13','\x2b','\x3a','\x50','\xab','\x90','\xfa','\x41','\x4a','\xd0','\xe4','\x10','\x2a','\x4d','\x83','\xe3','\x65','\xf4','\x69','\x82','\xcd','\x61','\xcf','\x8c','\x4f','\x00','\x76','\x4d','\x98','\x19','\xd3','\xdc','\x63','\x9a','\xf9','\x3c','\x10','\x0c','\x13','\xb1','\xf0','\xcf','\x9b','\x23','\x8e','\xb9','\x9b','\x98','\x53','\xc4','\x14','\xca','\x77','\x38','\x81','\xa3','\x14','\x0e','\xc8','\x51','\x16','\x2b','\x2d','\xa8','\x7f','\x11','\xf1','\x89','\xf8','\x86','\x3d','\xac','\x08','\x7d','\xa5','\x6a','\xbd','\x09','\xf5','\x37','\xd7','\x91','\xaa','\x7a','\xef','\x54','\xa3','\x4a','\x35','\xa6','\x54','\x89','\x2a','\x80','\xa3','\x8b','\xb1','\xe8','\x14','\xd1','\x66','\xc8','\xc8','\x0b','\xa4','\x7b','\x20','\x21','\x09','\xea','\xdb','\x42','\xc4','\xea','\x24','\x92','\xeb','\xe2','\x74','\xe1','\xd3','\x03','\x19','\xff','\xeb','\xf0','\xbc','\x6d','\x3e','\x4c','\x17','\xf0','\x20','\xd8','\xa1','\xc3','\xc0','\x39','\xb8','\xed','\x38','\x0f','\xc1','\x98','\x0c','\x0e','\xef','\xde','\x94','\x93','\x7b','\xc7','\x61','\x29','\x89','\x80','\x88','\x3d','\x40','\xae','\x35','\x27','\x56','\xcf','\xfa','\x38','\xcb','\xdf','\xc5','\x47','\x1c','\xb2','\xdb','\x89','\x1e','\x74','\xb4','\xa4','\xf3','\x8b','\xff','\xa7','\xe3','\x2a','\x0e','\x92','\x83','\x2f','\xc6','\x39','\x26','\x59','\xc5','\x92','\xef','\x38','\xd4','\x57','\x7c','\x2a','\xb2','\xc4','\x39','\xd0','\xd2','\xcc','\x09','\x61','\x8f','\xa4','\x5b','\x94','\xbc','\xda','\x88','\xac','\x38','\xea','\x82','\x83','\x5f','\x75','\xc8','\x13','\xf0','\x47','\x45','\x0f','\xea','\xc2','\xc6','\x62','\x28','\xbd','\x7a','\x28','\x63','\x29','\x59','\x12','\x05','\x91','\x5e','\x75','\x18','\x59','\x17','\xc6','\x46','\x46','\x93','\xb0','\x9b','\x5d','\xea','\x36','\xe2','\x76','\x43','\xd1','\x1b','\xd6','\x0f','\x1a','\xf4','\x46','\x83','\x5e','\x97','\x58','\x75','\xe8','\xd7','\xa1','\xdc','\x0c','\x5d','\x69','\xd0','\x95','\x02','\x5d','\x3d','\x49','\x57','\xb3','\xd9','\xeb','\x59','\x56','\x4f','\xb0','\x1b','\x39','\xbd','\x31','\xc9','\xd7','\xb8','\xf1','\xd7','\x4d','\x5b','\x77','\xfb','\x7c','\x68','\x48','\x71','\xf6','\xec','\x76','\x32','\x29','\xc7','\x2c','\x3a','\xc7','\x8e','\x38','\x4b','\x0b','\x70','\x15','\x6d','\xf1','\x89','\x00','\x92','\x0f','\xe8','\xc9','\x07','\x0c','\xd2','\xee','\xb3','\x24','\x02','\xc5','\xd9','\xc8','\x69','\x34','\x67','\xf4','\xe7','\x61','\xbc','\xd1','\x9f','\xba','\x1b','\x86','\x54','\x22','\xf7','\xa6','\x03','\xe5','\x45','\x04','\x82','\xb3','\xda','\x39','\xea','\x0a','\xe5','\x27','\xc4','\x5c','\x55','\xf7','\x3c','\xc3','\xea','\xda','\xb0','\x9d','\xca','\x70','\x3f','\xe7','\x8e','\xd7','\xad','\x2b','\x36','\x60','\xb7','\x53','\xcf','\x75','\xa1','\xbe','\x43','\x1f','\xb9','\x4e','\x3d','\xe3','\xd4','\x55','\xbb','\x1e','\x71','\xeb','\xef','\xbb','\x5a','\x1f','\xaa','\xd5','\x77','\x3c','\x8d','\xe3','\x0e','\x4e','\x49','\x3d','\x7f','\x41','\xec','\x3b','\x36','\xe9','\xb9','\xeb','\xee','\x58','\x9d','\xba','\x8a','\xea','\xd8','\x06','\x1d','\x9a','\xb0','\x3a','\x63','\x75','\x84','\x85','\x85','\x58','\x47','\x14','\xb0','\xbb','\x56','\xcf','\xd5','\xea','\xa9','\x00','\x38','\x57','\xc3','\xe2','\xca','\xfc','\x60','\xa0','\xf6','\x61','\x04','\x76','\x4c','\x04','\x68','\x15','\xd8','\x1d','\x5f','\xd7','\x4f','\xb6','\x82','\xa3','\x7c','\xbf','\x0d','\x71','\xcb','\x08','\x0e','\xa2','\x86','\xbb','\xf5','\xd1','\x42','\x7d','\x67','\xa1','\x3e','\xd1','\xa8','\x37','\x1c','\xbc','\xa3','\x86','\x47','\x28','\x9e','\xa1','\x38','\xcc','\x70','\x5c','\xae','\x0b','\x04','\xd5','\x7b','\x9b','\xca','\x8a','\xdb','\xaf','\x35','\xa0','\xf1','\x44','\xf2','\x2d','\x38','\x22','\x4f','\xbe','\x46','\xfb','\x57','\xb1','\x6b','\xc7','\x9b','\x6d','\xc9','\x3f','\x2c','\x35','\x6d','\x98','\x39','\x09','\xc5','\x15','\xc3','\x9b','\x8d','\x29','\xad','\x0a','\xe2','\xe2','\xb9','\x9e','\x4c','\xe0','\x12','\xbd','\x03','\x3c','\xd5','\xb4','\x6e','\xb5','\xeb','\x08','\xd5','\x11','\xa9','\x8b','\xe1','\x82','\x06','\xaa','\xe7','\x5a','\xf0','\x8c','\x3e','\x44','\x1b','\x19','\x75','\x5d','\xc6','\xd1','\x10','\x03','\x93','\x36','\xf6','\x6c','\x3c','\x87','\x0e','\x0b','\xcd','\x07','\xb1','\x88','\xd2','\xc6','\x39','\xfb','\x0e','\x0c','\x72','\x15','\x06','\x44','\x34','\x86','\xae','\xd6','\x77','\xfc','\x51','\xfd','\x9d','\xff','\x77','\x7d','\x87','\x68','\x5c','\xa9','\x1f','\xfc','\x83','\xfa','\x7f','\xfd','\xb3','\xfa','\x43','\xcf','\xd4','\x55','\xb7','\xae','\x5e','\xad','\x47','\x6a','\x78','\xc8','\x09','\xc6','\x79','\x05','\x22','\x16','\x61','\x9c','\xc1','\x1d','\xc5','\x31','\x2d','\xc3','\xfb','\x82','\x23','\x24','\x0e','\xa3','\x3d','\x38','\xe0','\x51','\x5a','\xff','\xb9','\x6f','\xd5','\x75','\x52','\x77','\x51','\x5d','\x13','\x83','\xd6','\xae','\xd3','\x0d','\x41','\x0e','\x38','\xd9','\x92','\x71','\x0e','\xd1','\xc8','\x54','\x0c','\xa7','\x9c','\x3b','\xf1','\x5a','\x9d','\x6a','\x75','\xa4','\xc3','\x5b','\xee','\xbf','\xee','\x7e','\xa3','\x7f','\xb7','\xf2','\xed','\xe3','\xc8','\x55','\x3c','\x24','\x5e','\xfd','\x79','\x21','\x57','\xc4','\x2d','\xc1','\xfd','\x20','\x50','\x66','\x71','\xd8','\xbe','\x13','\xb6','\xeb','\xc7','\x6a','\x75','\xf1','\xf6','\xa5','\x48','\x07','\x88','\xb1','\xe2','\x34','\x18','\xa2','\xfe','\xa0','\x89','\x5b','\x85','\x70','\x45','\x1d','\x67','\x28','\x2e','\x11','\x3c','\x45','\xf0','\x65','\x04','\x04','\xeb','\x41','\x58','\xa5','\x7b','\x07','\xb3','\x3a','\x49','\xd4','\x69','\xac','\xce','\xcc','\xfa','\xcd','\x56','\x30','\xc8','\x79','\xa7','\x3e','\xdf','\x85','\xab','\x8f','\xf9','\x0e','\x7c','\xa8','\xe9','\x38','\x01','\x91','\x50','\x78','\x72','\x16','\xef','\xc9','\x63','\xa3','\x7a','\x78','\xc1','\x5f','\xb0','\x91','\x2e','\xb6','\x1b','\x98','\x37','\x08','\x6b','\x50','\xda','\x60','\xb7','\x1b','\xa7','\xbe','\xdd','\xb0','\x43','\x62','\xc5','\x35','\x3e','\x9a','\x6a','\x7c','\xa6','\xdd','\xf8','\x28','\x13','\x78','\xe3','\xa3','\xec','\x4f','\x3e','\xf3','\xe6','\xd7','\x90','\xf2','\xb4','\xbe','\x70','\x21','\xfb','\x6a','\x8c','\xad','\xd2','\xfd','\x7f','\x40','\x8f','\x3f','\x4f','\x8f','\x7c','\xa0','\x7d','\x26','\xca','\x60','\x32','\x47','\xbc','\xfe','\xa8','\x52','\x5a','\x67','\xb7','\xeb','\xa7','\x9a','\x75','\x5b','\xdc','\x4f','\xa8','\xfe','\xd1','\x54','\xfd','\x33','\xed','\xfa','\x47','\xd9','\x1d','\x89','\x17','\x3e','\xd3','\x7a','\x01','\xa1','\xaa','\xbe','\x50','\xcd','\xbe','\x5a','\x65','\x2b','\xb1','\xfd','\xbf','\x4f','\x8e','\x7f','\x85','\x1c','\xd9','\x39','\x77','\x26','\x4c','\xb7','\xbd','\x9f','\x57','\xbe','\xdd','\x50','\x43','\x8d','\xa9','\x78','\xc3','\xfa','\x71','\xa3','\x44','\x7d','\xbc','\x51','\xa2','\x7f','\x62','\xbd','\xf3','\xb5','\x52','\xfc','\x69','\xbc','\x70','\x01','\x1f','\x89','\x81','\x93','\x30','\x4d','\x69','\x5a','\xa8','\x27','\x6d','\x37','\xca','\x34','\x5e','\x49','\xb6','\x38','\xe5','\x65','\xa0','\x01','\x2c','\x46','\x93','\xaf','\x3a','\x14','\x2d','\x51','\xb4','\x93','\x9e','\xf2','\x72','\x2d','\xbe','\x9f','\xcf','\xec','\x3f','\xe5','\x15','\x38','\x77','\x38','\x1f','\x6e','\x72','\xc2','\xf9','\x7b','\xcd','\xe7','\x60','\xbd','\x57','\x3f','\x2d','\x44','\x7a','\xd8','\x30','\x43','\xa6','\xf9','\xee','\x6f','\x98','\xff','\x78','\xd9','\xfc','\xc7','\x17','\xcd','\x47','\xaf','\x99','\x1f','\x7f','\xca','\x5c','\xb0','\x4d','\x84','\x80','\x99','\x36','\xd7','\x96','\xfc','\xb4','\x00','\x0c','\x15','\x33','\x28','\xd6','\xa5','\x5b','\xd3','\xa0','\x87','\x6d','\x4a','\x62','\x31','\xbf','\x08','\x2f','\x23','\x8d','\x49','\xef','\x7b','\xde','\x11','\x12','\xde','\xfd','\x39','\x9c','\x22','\x67','\x77','\x16','\x6e','\x84','\x0a','\x0f','\x7a','\x8d','\xf7','\x93','\x9b','\x9e','\xff','\x03','\xc3','\x0d','\xe6','\x45','\x27','\xe7','\xc6','\xbc','\x69','\x0a','\x45','\xd3','\x34','\xc6','\x98','\xce','\x74','\x83','\x19','\x36','\x5b','\x80','\xdd','\x22','\x0b','\x52','\x1b','\x33','\x32','\x9f','\xf6','\xfe','\xb5','\x77','\x64','\x22','\xbc','\xfb','\xd9','\x6a','\x6a','\xe2','\xd8','\xce','\x89','\x63','\xa1','\x89','\x07','\xbd','\x3b','\xef','\x27','\x1f','\xf4','\xc8','\x04','\x13','\x18','\x7e','\x96','\x75','\x27','\xd2','\xa7','\x4f','\x78','\xd3','\x79','\x46','\xf3','\x4c','\x7b','\x99','\x31','\x87','\xe9','\x0e','\x3b','\x72','\x88','\x9d','\x81','\xba','\xb7','\xcd','\x84','\xcf','\x75','\x8e','\xc0','\x0b','\x9c','\x6b','\xd7','\x85','\x3e','\xa4','\xd3','\x7a','\x51','\xcc','\xc3','\xdb','\xf5','\xe7','\xd6','\x65','\x4e','\x80','\x5c','\xad','\x9a','\xfa','\x0f','\x55','\x94','\x12','\x88','\xa1','\x27','\x09','\x9a','\x21','\xea','\x77','\xe6','\xd0','\x1a','\x05','\x43','\x88','\xbb','\x5e','\x2b','\x38','\x87','\x4d','\x88','\x25','\x76','\xca','\x13','\xab','\x8c','\x35','\xeb','\xba','\x5b','\x7f','\xc0','\xad','\x2f','\xd8','\x75','\x61','\x1b','\x1b','\x2b','\x55','\x4b','\x16','\xbf','\xe6','\x2b','\xe7','\xb9','\xac','\x1f','\xc7','\xaf','\x13','\x5e','\x4f','\x58','\x37','\x28','\x5f','\x6b','\x73','\x21','\xc5','\xd6','\xfd','\x63','\xae','\xd7','\x76','\x41','\x70','\x45','\x3c','\x5f','\x7c','\x89','\x19','\x65','\xf9','\x13','\x5b','\x11','\xa8','\x1a','\x72','\xd7','\xe6','\xc5','\xf3','\xdc','\x2f','\xa4','\x34','\x23','\x74','\xff','\x84','\xf5','\x1d','\xca','\x4f','\x42','\x3f','\x60','\x5a','\x32','\x9b','\xb0','\x26','\x4e','\xb9','\x38','\x85','\x50','\x5a','\xc6','\xe4','\x97','\x7d','\xba','\x63','\x1c','\xe4','\x10','\x65','\x85','\x4c','\xe7','\x98','\x65','\x87','\xbd','\x57','\x28','\x7f','\x99','\xf1','\xba','\x0b','\x1e','\x42','\xa9','\x09','\x8b','\x79','\x2c','\xe3','\xbe','\xe0','\xb9','\xa8','\xeb','\x75','\xc4','\x06','\xe4','\xee','\xd1','\xdd','\x0c','\xab','\x9b','\x27','\xbc','\x63','\x46','\x7d','\x49','\x2c','\x5b','\xa3','\x6e','\xf2','\xba','\xf8','\x44','\x00','\xee','\x8a','\xd6','\xbd','\x8e','\xb8','\xcf','\x9e','\x0a','\x71','\x30','\x16','\x79','\x8d','\x78','\x21','\x72','\x3a','\x3c','\x67','\x44','\xc5','\x44','\x6a','\x06','\xf1','\xf9','\x41','\x6f','\x75','\x3d','\xe3','\xc1','\x68','\xb3','\x0d','\x62','\x50','\x74','\x25','\x57','\x7a','\xfd','\x23','\x7a','\x35','\x33','\x52','\xcd','\xc4','\xab','\xa5','\x78','\x6c','\x6a','\x8c','\x2c','\x86','\x48','\x32','\x3c','\x27','\x94','\x98','\xf7','\xe2','\xe7','\xf7','\x93','\x2b','\xf4','\x15','\x37','\xf7','\xaa','\xcd','\x56','\xaa','\x50','\x79','\x56','\x5c','\x05','\x56','\xab','\x39','\x3f','\xbd','\x4b','\x2c','\xc7','\x3b','\x09','\xcf','\xa1','\xa7','\x69','\xdb','\xe0','\x0c','\xf8','\x5e','\xf4','\xa5','\x1d','\x07','\x9e','\xde','\x51','\xbe','\x3a','\x36','\x64','\xef','\xfc','\xac','\x81','\x4b','\x2c','\xbc','\x87','\xde','\x1b','\x8e','\xae','\xdb','\xf5','\x95','\xb0','\xcb','\xa3','\x42','\xc9','\x01','\x35','\x72','\x3b','\xfe','\x3a','\xf1','\x8d','\xff','\x5c','\x56','\x1b','\x1e','\x2d','\xd7','\x72','\x41','\xa8','\xaa','\x9e','\xd7','\xd9','\x20','\xe1','\x37','\x34','\x64','\x09','\x96','\xdc','\x9b','\x55','\x6d','\x21','\x96','\x28','\x12','\x9a','\x21','\x2c','\x3d','\xe7','\x86','\x69','\x54','\x6b','\x56','\x13','\x6e','\x89','\x02','\xb5','\x2c','\x13','\xdb','\xbd','\x51','\xb7','\xde','\xf5','\xfa','\x7b','\x47','\xbf','\x01','\xfd','\x4b','\x79','\x18','\x51','\xaa','\xc3','\x0b','\xd5','\xe1','\x62','\x75','\x2c','\x15','\xcb','\x1c','\x24','\x25','\x18','\xa2','\x39','\x35','\x4c','\x65','\x91','\x05','\x7b','\x08','\x4a','\xb7','\x03','\x91','\xe6','\xdd','\x2f','\x7a','\x13','\x04','\xe5','\x47','\xdc','\x6b','\x2b','\x62','\x58','\x04','\x1c','\xe0','\x92','\x5a','\x71','\x7c','\xe4','\x56','\x1d','\xe0','\x9d','\xf3','\x09','\xe8','\xae','\x93','\x8c','\x99','\xe8','\x94','\x69','\x25','\xda','\x36','\x34','\x16','\x8e','\x36','\xc5','\x6b','\x3a','\xb6','\xe4','\x96','\xd7','\xdc','\x7d','\x0f','\x0a','\x25','\xa0','\x7e','\xe0','\xb7','\xbc','\xff','\xb2','\x56','\x3f','\xb6','\x54','\x47','\x51','\xb9','\x71','\x34','\xeb','\x24','\x5b','\x4f','\x25','\xea','\xab','\x4e','\x1d','\x1b','\x75','\xfa','\x6a','\xb5','\xf8','\x94','\x78','\xe9','\xe7','\xb3','\x62','\x51','\xbc','\x26','\x74','\xc6','\x44','\x8c','\xb4','\x2b','\x40','\xfd','\xd7','\x54','\x5b','\xae','\xd5','\x7b','\xef','\xe2','\x17','\xdf','\xeb','\xb9','\x82','\xa7','\x53','\x40','\xf3','\xb4','\x94','\x2a','\x3a','\x12','\xfb','\xc7','\x19','\xf2','\xf8','\x45','\x72','\xe3','\xec','\x9c','\x2b','\xb4','\x4d','\x52','\xb1','\xba','\x7c','\x46','\x07','\x58','\x1d','\x71','\x35','\x4f','\xbd','\xe3','\x9d','\x5c','\x32','\x05','\x4e','\xb5','\xcd','\x7e','\x83','\xdb','\x66','\xc5','\x31','\x3f','\xd1','\x35','\xa7','\x1d','\x81','\xfa','\xf4','\x9f','\xd4','\x3f','\xf1','\xc6','\xcb','\x5f','\xde','\xef','\xd0','\x21','\x87','\xfe','\xf2','\x1c','\x1d','\xa5','\x89','\x4a','\x93','\x72','\xb8','\x13','\x88','\x18','\xe7','\xee','\x5c','\xbb','\x7e','\xec','\xf7','\x3c','\xf1','\x50','\xa2','\x31','\x82','\xea','\xf7','\xb8','\xf5','\xf8','\x32','\xd4','\xa2','\x4a','\xa1','\xfa','\x13','\x7a','\xfd','\xda','\x9b','\xd5','\x94','\x52','\x4d','\xed','\x16','\xef','\x2b','\x26','\x46','\x29','\x15','\x22','\xa9','\xbb','\x13','\xb9','\x4e','\x5b','\xd8','\x12','\x32','\x2f','\x20','\x48','\xa0','\xc4','\x28','\xf0','\xcc','\xf8','\x0a','\xbf','\x26','\xc9','\x92','\xdc','\x0d','\xb9','\x76','\x5b','\x92','\x22','\xc5','\xb2','\x8a','\x80','\xcf','\x76','\x9b','\x7e','\x24','\x4b','\x2a','\x2d','\x3a','\xe9','\x12','\x29','\xae','\x12','\xfb','\x35','\xa2','\xbc','\x40','\x94','\x67','\xa0','\x0a','\x06','\x8e','\x25','\xc8','\x18','\xa5','\x99','\x1a','\x2f','\x7e','\xd5','\x9f','\x8a','\x62','\x1e','\xd2','\x8d','\xfd','\xf8','\x59','\x0f','\xc3','\xf2','\x7e','\x68','\x94','\xb0','\x18','\xf9','\xe4','\x50','\xe3','\x73','\x97','\x1c','\xf2','\x71','\x49','\xe6','\xf9','\x84','\x6c','\x7c','\xce','\x19','\x1a','\x7a','\x9a','\x28','\xb5','\x61','\xaf','\x46','\x94','\xaf','\x92','\x75','\x6f','\x8e','\xbb','\x7d','\x3f','\x08','\x48','\x1e','\x4f','\x79','\x0d','\x07','\xe8','\xa8','\x00','\xc3','\x5e','\xd0','\x20','\xc5','\xa7','\x49','\x31','\xe8','\x67','\xc0','\x2b','\x24','\xe3','\x13','\xe0','\xc9','\xa5','\xb1','\x1c','\xc2','\xec','\x89','\xaa','\xce','\xab','\x96','\x77','\xc7','\xe6','\x58','\x2b','\x56','\x93','\x5e','\xbd','\x1f','\x81','\x9f','\xf4','\xaa','\x5b','\xda','\x32','\x26','\xff','\xd4','\xd7','\x84','\xa2','\xd5','\xeb','\xc7','\x4f','\x99','\x81','\xdb','\xc8','\x79','\x0d','\x03','\x4a','\x56','\x92','\x88','\xa4','\x76','\x17','\x88','\x40','\xd8','\x9d','\xf8','\x01','\x18','\x34','\x81','\x5e','\xe3','\xe9','\xa4','\x57','\xa3','\xbd','\xc4','\xb6','\x88','\x5c','\x17','\x90','\xf3','\x92','\xc1','\xde','\xbb','\x1e','\x09','\xe1','\x21','\x8c','\xe9','\x0d','\x53','\x3b','\xf5','\xf6','\x2f','\x32','\xd3','\x65','\x50','\x14','\xcc','\xfa','\x8e','\x49','\x22','\x77','\x20','\xee','\xbd','\x4e','\x72','\x77','\x0e','\x89','\xdd','\x5b','\xca','\x5a','\x59','\x2f','\xb2','\xaa','\x26','\x85','\x1c','\x86','\xf3','\x8b','\xf5','\x24','\x36','\xe9','\xdf','\x3a','\x2d','\x5e','\x01','\x56','\x5c','\xe8','\x5c','\x18','\x54','\x09','\x49','\x10','\xde','\x84','\x5c','\xcf','\xc3','\xeb','\x3f','\x16','\xee','\x41','\xc8','\xf2','\xae','\x2a','\x73','\xa3','\xd6','\xc9','\x9f','\xff','\x3b','\x11','\x10','\x5d','\x0e','\xf6','\x93','\x42','\x14','\x0e','\xdd','\xaa','\x34','\x80','\xd7','\x5e','\x6f','\xf7','\xbe','\x65','\x41','\x15','\x8c','\x1e','\x7a','\xfd','\x18','\x72','\xdf','\x17','\x32','\xb4','\x1c','\x35','\x4a','\xb1','\x4a','\xd1','\x69','\x16','\x6b','\x4b','\x27','\x93','\x9d','\xf2','\x57','\x6d','\xf3','\xb6','\x6d','\xd6','\x96','\xf9','\xe5','\x76','\xb1','\x66','\x17','\xa9','\x7d','\x8a','\x2e','\x9f','\x48','\xb6','\x4b','\xd4','\x96','\x38','\x5b','\xba','\xdc','\x2d','\xd6','\x10','\x0f','\x64','\xe6','\xc0','\xfd','\x10','\x94','\xf2','\x9a','\x29','\xa2','\x03','\xbc','\xa6','\xd8','\xd1','\x83','\xcf','\x3d','\x97','\xd9','\xc6','\xe6','\xab','\x8e','\xd8','\x9b','\xcd','\x8c','\x5d','\xd9','\x7a','\x3f','\x42','\x13','\xe1','\x09','\xc4','\x3f','\x8c','\xf8','\x13','\x36','\x77','\x5b','\x25','\x74','\x78','\xd6','\x72','\x7c','\x5f','\x63','\xe9','\xad','\xd6','\x4c','\x9a','\x09','\x88','\x06','\xb7','\xc5','\xbf','\xba','\xc5','\xe7','\xec','\xd2','\xae','\xca','\x2c','\xa1','\xfd','\xfb','\xe9','\x9f','\xef','\xfc','\x77','\x0c','\x72','\x16','\x78','\xdb','\xba','\x49','\x99','\x83','\xb6','\x7e','\x3f','\xb6','\xcb','\xbd','\xa6','\xf8','\x5b','\x01','\x3c','\x79','\x15','\xe3','\x96','\xa6','\x27','\xde','\xed','\x98','\x19','\x3a','\x88','\x13','\x6f','\xb5','\xc5','\x55','\xde','\x6d','\xef','\x7e','\x2a','\x3d','\x4f','\x69','\xd1','\xce','\x79','\x7e','\x81','\x7b','\x5b','\x59','\x39','\xa3','\x2c','\x9c','\x51','\x17','\xce','\x44','\x94','\xc5','\x98','\xe2','\x65','\x51','\xd7','\xdd','\x94','\x8e','\xb7','\x25','\x2b','\x30','\x96','\xc8','\x6e','\x2a','\x2d','\xba','\xf9','\xc0','\x62','\xcb','\xe7','\x89','\x5e','\xb4','\x96','\xef','\x75','\xe2','\x54','\x86','\x91','\xff','\xc3','\xfb','\xd9','\x5a','\xd2','\x14','\x04','\xc8','\x96','\x3a','\xce','\x68','\x3d','\xc3','\xd7','\x4f','\xcd','\x83','\xf3','\x3e','\xb5','\x5f','\xc5','\xbe','\x07','\x5f','\xdb','\x21','\x52','\x01','\xe3','\x3e','\xff','\xaa','\x8c','\xdd','\x40','\x74','\x1b','\xe8','\xeb','\xc7','\x22','\xdb','\xd4','\xae','\x11','\xaa','\xa6','\x50','\xde','\x98','\xef','\xf6','\xd2','\x6d','\x23','\xdb','\x64','\xcc','\xa5','\x29','\x42','\xad','\x6e','\xa8','\x68','\x87','\x8b','\x4b','\x61','\xaf','\x13','\x7d','\xd5','\x8e','\x17','\x97','\xbe','\x6f','\x75','\x2a','\x45','\x49','\xa7','\x0e','\xfe','\x5e','\x0f','\xde','\xd0','\x7b','\x95','\x7a','\xdc','\x90','\x95','\xb9','\xe5','\x07','\xc6','\x11','\x8a','\xbb','\x88','\x56','\x80','\x14','\x91','\xd2','\x9f','\x94','\x88','\x0a','\x8c','\x94','\x5c','\x72','\xb6','\xf3','\xbf','\x17','\xce','\x35','\x95','\x05','\xb7','\x9f','\x1a','\xbb','\x9e','\x23','\x0b','\x02','\xb6','\xad','\x59','\x76','\xb2','\xd9','\xef','\x3b','\xa8','\x61','\x0a','\x87','\xf2','\x88','\x41','\xd5','\x1b','\x9b','\xad','\x63','\xa1','\x15','\xb7','\x79','\xca','\x0e','\x0b','\xec','\x86','\xca','\xe3','\xf8','\x88','\xd7','\xb5','\xc5','\x38','\xf8','\x72','\x35','\x84','\x49','\xc6','\x1b','\x7e','\x17','\x2a','\x0f','\x0a','\x68','\x19','\xcc','\x9e','\xc4','\xf7','\x96','\xf0','\xb1','\x12','\xae','\xbe','\x86','\x31','\x38','\x81','\xb1','\xb2','\x08','\x50','\x55','\x1c','\x02','\xf2','\xc4','\xc3','\x04','\xc2','\xda','\xc1','\xc1','\xeb','\xca','\x4d','\x0b','\xfa','\x59','\xc0','\xa4','\xe8','\x09','\x11','\xa3','\xa5','\xaa','\xba','\x52','\x9d','\x52','\xaa','\x62','\x13','\xc7','\x0b','\xe0','\x56','\x22','\x42','\xe2','\x1c','\xac','\x6a','\x71','\xf8','\xfc','\x91','\x62','\xf5','\xf2','\x9b','\x7d','\x51','\xff','\x67','\x52','\x44','\xdb','\xc9','\x57','\x6d','\x60','\x77','\x14','\x0f','\xd6','\xd7','\x57','\x99','\x50','\x7d','\x6d','\x94','\xda','\x46','\x5f','\xf5','\x93','\x44','\x22','\xde','\x57','\x87','\x16','\x2e','\xc7','\x17','\xce','\xa7','\x16','\xaa','\x2b','\x17','\x6c','\x65','\x51','\x53','\x6c','\x0d','\xdc','\xf3','\x42','\x49','\xf3','\x5a','\xda','\xc0','\x68','\xfc','\x7d','\x90','\x1d','\x58','\xef','\xba','\x5c','\x97','\x86','\x3c','\x00','\x59','\x27','\xd5','\x17','\x78','\x3d','\x0a','\x0e','\x99','\xeb','\x54','\xa8','\x66','\xb9','\x6e','\x99','\xb9','\x2f','\xb3','\x15','\x22','\x66','\x16','\x6b','\xb3','\x54','\x6b','\x26','\xf5','\xdc','\xb9','\xd4','\xd5','\x58','\xea','\x6a','\x62','\x37','\x63','\x25','\xe6','\xce','\x64','\x42','\x79','\x16','\x3a','\xc6','\xd4','\x25','\x99','\xc7','\x3a','\xd8','\x4f','\x9a','\xc6','\x32','\x9d','\x37','\xd6','\xeb','\xc4','\xb5','\x1b','\xdb','\xb6','\xf7','\xb6','\x1b','\x1c','\x91','\x19','\x9d','\x4c','\xd5','\xc8','\x14','\x21','\x55','\x32','\x17','\x05','\x1e','\xc6','\x7e','\x3f','\x92','\x79','\xde','\xaf','\xc0','\xe4','\xb5','\xe0','\x4c','\xc0','\xbf','\x6e','\x6a','\x30','\xa4','\x5b','\x4d','\xde','\x74','\x8b','\x4f','\xd9','\xf9','\xbb','\x90','\x91','\x74','\xed','\x37','\xbd','\x88','\x3d','\xde','\xef','\xe7','\x80','\x66','\xa7','\x13','\xcd','\x8c','\x50','\x38','\x35','\x21','\x7e','\xab','\xb9','\x1f','\x7b','\x6c','\x05','\xb3','\x95','\xf0','\x81','\x3f','\x3f','\x79','\x60','\x8d','\xf7','\x71','\x7f','\xfb','\xd6','\xbe','\xb5','\x5b','\xdc','\xbd','\xcd','\xed','\xa5','\x23','\x0b','\xce','\x11','\x65','\xf8','\x4c','\x08','\xd2','\x29','\xfb','\xfd','\x64','\x84','\xb9','\x39','\x72','\x38','\x3d','\xd2','\xca','\xfd','\xd8','\x4e','\x8f','\x00','\x32','\x6f','\x56','\xd3','\x23','\x5e','\x7a','\xa4','\x96','\x79','\xb3','\x26','\xae','\x3e','\x72','\x3f','\xae','\xe9','\x90','\xe2','\x5e','\x2b','\x17','\xe9','\x03','\x1f','\xa1','\xf9','\x51','\xea','\x84','\xa9','\x16','\x1d','\x78','\xae','\xa6','\x7d','\x60','\xad','\x79','\xa0','\xe1','\x4e','\xae','\xb9','\x93','\xb7','\x6c','\xe6','\x0a','\xed','\xdd','\xbb','\xff','\x1d','\x7a','\x60','\x07','\x3d','\xf0','\xfe','\xda','\x2f','\xbd','\x5e','\xfb','\xa5','\x7b','\x6f','\xfd','\xd2','\xbd','\x8f','\xfc','\xd2','\xbd','\x95','\x9f','\xbf','\x57','\x3f','\xfe','\x7a','\xa5','\x1c','\x7d','\xe4','\x58','\xf4','\xf6','\xb1','\xe8','\x85','\xb3','\xbf','\x13','\x0b','\xa7','\x71','\x70','\x46','\x98','\xd8','\xf2','\x5e','\x79','\xc0','\x6c','\xe0','\x93','\x1b','\x48','\xbf','\xb2','\x50','\x96','\x0c','\x8c','\xf4','\x30','\x0c','\x21','\xd5','\x22','\x6d','\xab','\x93','\xc8','\x05','\xfc','\x15','\xf2','\xf5','\x3f','\x81','\xa0','\xac','\x86','\x5d','\xc9','\x79','\x5f','\x4d','\xda','\x42','\x03','\x31','\xc4','\x16','\xb4','\x83','\x3e','\x38','\x52','\x3b','\xeb','\xfd','\x7f','\xba','\x95','\x12','\x06','\x89','\xbd','\xd4','\x8c','\x24','\x4e','\x27','\x0e','\x26','\x9b','\xaf','\x55','\xd5','\x73','\x7a','\x22','\x51','\x41','\x95','\x66','\x64','\x51','\xd2','\x2f','\x9c','\x06','\x0d','\x2a','\xaa','\x00','\x25','\x7e','\x22','\x55','\x4d','\xbe','\xeb','\xa5','\xce','\x30','\x7e','\x56','\x3b','\xe7','\x35','\x21','\xd8','\x69','\xe3','\xb5','\x4f','\x6a','\xad','\x2c','\x20','\x55','\x77','\xc9','\xa7','\x4e','\xb3','\x3b','\xc9','\x15','\xa7','\x8a','\x35','\x7e','\xd0','\x6b','\xa1','\x26','\x8b','\x86','\x84','\x26','\x2f','\xec','\x51','\x36','\x72','\xb6','\x9c','\xfb','\x5e','\xf7','\x89','\xbb','\xf5','\xe7','\xb0','\x9e','\xfb','\x6e','\x27','\x85','\xf5','\xd4','\x7a','\x63','\x22','\xf7','\x43','\x8f','\xc1','\x18','\xf0','\x9c','\x90','\x30','\x8a','\x8b','\x56','\x6d','\x64','\x4a','\xf6','\x89','\xef','\xda','\x91','\x05','\xb1','\x30','\xc6','\x61','\x64','\x6a','\x68','\xd7','\x6d','\x3a','\x1e','\x1f','\x28','\x37','\x7f','\xa9','\xbd','\x21','\x72','\x23','\x90','\x60','\x60','\xef','\x84','\x50','\x13','\xfa','\x11','\x4f','\xf4','\x49','\x39','\x98','\xdf','\x43','\x91','\x45','\xd1','\xcf','\x3c','\x50','\x40','\x78','\x3d','\x53','\x6e','\x43','\x72','\xb7','\xdc','\xdf','\xfb','\xa4','\x19','\xbd','\x33','\xeb','\xa4','\xb7','\x7d','\x3f','\x60','\xbf','\x1f','\x12','\xb3','\x38','\x3d','\x34','\x9f','\xb9','\xcf','\x7e','\xe1','\xbe','\x43','\x7f','\xfa','\x49','\xe5','\xab','\x8d','\x5f','\x66','\x0d','\xc4','\x46','\xe7','\x4f','\x8e','\x1d','\x2d','\x67','\x8e','\xe6','\xf5','\xf9','\x45','\x43','\x11','\x63','\x09','\x55','\x78','\x42','\x8a','\xab','\x88','\x4e','\xfe','\x9b','\xec','\xe4','\x14','\x52','\x56','\x5b','\x31','\xb1','\xda','\x51','\x10','\xbf','\x71','\xe4','\x9a','\x67','\x89','\xdd','\xdf','\xfe','\x29','\xb0','\xe4','\x95','\xf7','\x53','\xf7','\x7d','\x44','\xfa','\x74','\x1c','\xb2','\x9f','\x55','\x0c','\x14','\xac','\xdb','\xe2','\x9c','\x3c','\xdc','\xaf','\x62','\x4b','\x5c','\xcf','\xc7','\xb8','\xd0','\xf7','\x13','\x72','\x63','\x62','\x09','\x59','\xc0','\xa2','\x0d','\x55','\x85','\xa0','\x2b','\x1b','\x69','\xf6','\x54','\xc2','\xb6','\x6a','\x76','\x4f','\x4d','\x12','\x96','\x9d','\xb1','\x8e','\xac','\x51','\x62','\xbc','\xc4','\x74','\x01','\x8b','\xb3','\x12','\x67','\xdc','\x90','\x1e','\x08','\x3b','\xa1','\xa0','\xe1','\x10','\x8a','\x41','\xbd','\x09','\xd1','\x8f','\x05','\x35','\x34','\xa7','\x14','\x64','\x2d','\xa0','\x92','\xe2','\x73','\x75','\x0a','\xd8','\x00','\xec','\xc3','\x2d','\xc5','\x8c','\x12','\x11','\xe0','\x16','\xd5','\x4b','\x14','\xea','\x87','\xc9','\x74','\xae','\x04','\x72','\x87','\x15','\x99','\x27','\x0e','\xba','\x73','\xae','\x7b','\x64','\xc1','\xb6','\x56','\xec','\xe2','\xc2','\x26','\x54','\x81','\x69','\x76','\xe0','\x13','\x4b','\x5e','\xf9','\xa6','\x2d','\x67','\xd8','\x0e','\x38','\x4d','\x14','\x7b','\x6a','\xc4','\xb6','\xfe','\x27','\xbb','\x14','\x97','\x18','\x71','\x80','\x63','\x76','\xb7','\x0d','\x38','\x62','\x97','\x14','\x1f','\xd5','\x92','\xe7','\x59','\xb2','\xbd','\xb9','\x9f','\x60','\x03','\x23','\xc8','\xea','\x4e','\x51','\x6e','\xd5','\xfc','\xd2','\xcf','\x83','\x30','\xc5','\xef','\x96','\x94','\x66','\x49','\xe5','\x02','\x16','\xe6','\x25','\xcc','\x39','\xe1','\x48','\xd2','\x71','\x42','\xbd','\x1b','\x17','\x2a','\xc4','\xfa','\xf6','\x85','\x5c','\xe4','\x73','\x53','\xbb','\x9a','\xd6','\x33','\x41','\xf5','\x03','\x09','\x5c','\x4a','\x7a','\x5b','\xba','\x15','\x83','\xc3','\x4b','\x59','\x38','\x18','\x0e','\xfa','\x31','\x38','\xb2','\x65','\x57','\xd0','\x9b','\x3d','\xc0','\x86','\x0a','\xc5','\x67','\x4b','\x92','\xd7','\xa4','\xa4','\xf1','\x52','\xb2','\xb5','\x4d','\x3f','\xb2','\xdc','\x23','\xa2','\x33','\x88','\x49','\xf0','\x92','\xb0','\xfe','\x55','\x50','\xf6','\xc5','\xbe','\xcc','\xf3','\x5e','\xd3','\x52','\xb9','\x19','\xe2','\x26','\xe6','\xe6','\x07','\xfa','\x95','\x9c','\xb8','\x39','\xc6','\xcd','\x71','\x6e','\x66','\xf9','\x89','\x36','\x37','\x6f','\x73','\xb3','\xc6','\xe7','\xe5','\xe7','\x5c','\xf4','\x13','\xa0','\x84','\xda','\x16','\x9c','\x39','\xc9','\x83','\xbd','\x29','\x8c','\x2c','\x47','\x2f','\x11','\xad','\x14','\xa5','\x10','\xf7','\xa7','\xcd','\x97','\xac','\x7a','\xe9','\x10','\x86','\xf3','\xe4','\x58','\xe0','\xef','\x81','\x97','\x2e','\xaf','\x3c','\xc1','\x83','\x4e','\x06','\xef','\x47','\x09','\xe4','\xdd','\x94','\x62','\x5b','\xbf','\x5f','\x2d','\xe5','\xbc','\x52','\xaa','\xba','\x8e','\x4c','\xbe','\x94','\x31','\x4b','\xe9','\x89','\xd2','\xe4','\x64','\xe9','\xc0','\xa4','\x95','\x9d','\x2c','\x31','\x38','\x3e','\xdb','\x68','\x1b','\x80','\x5f','\x1d','\x45','\x0d','\x14','\x33','\xa6','\x88','\x01','\xf7','\x23','\xe7','\x58','\x49','\xd3','\x4a','\x8c','\x96','\x74','\x52','\x32','\x86','\x4b','\x36','\x2e','\xe5','\xda','\x25','\x4c','\x7d','\x58','\xe2','\x1a','\xeb','\x55','\x82','\x06','\x8d','\x48','\x92','\xff','\x17','\x41','\xe7','\x19','\xac','\x7b','\x12','\x52','\x6c','\x58','\xd6','\x8b','\x08','\xbd','\x88','\x40','\x2c','\x24','\x24','\x8d','\xcc','\x6b','\xb6','\x6a','\xb7','\xc6','\x51','\xae','\x09','\xf3','\x7f','\x9b','\x10','\xb5','\xc0','\xc9','\x23','\xb6','\xc5','\x5c','\xd7','\xba','\x0a','\xa5','\xe7','\x37','\x20','\xd7','\x29','\xa5','\x48','\x29','\x85','\x4a','\x29','\xbb','\xc4','\x00','\x16','\x73','\x4b','\xcc','\xe0','\xf2','\x0b','\xbc','\x37','\x46','\x16','\x09','\xad','\xda','\x4e','\x0a','\xc1','\x2c','\x6c','\x41','\xb8','\x99','\x88','\xcf','\xd4','\xe3','\x4e','\x21','\xf9','\xf6','\x2d','\x5b','\xae','\xaf','\x68','\x49','\x8d','\x95','\xc6','\x48','\xe9','\xdd','\x5a','\x69','\xec','\x4a','\x29','\x63','\x00','\xf6','\x72','\xab','\xa4','\x97','\xa6','\x18','\x5f','\xa5','\x68','\x31','\xa9','\xa8','\x31','\xa1','\x0b','\xa1','\xde','\x39','\xbe','\xf8','\xdf','\x94','\xe5','\x59','\x36','\x85','\xc8','\x59','\x81','\xdd','\xb5','\x52','\xee','\x76','\x29','\x55','\xdb','\x8c','\x1c','\x5c','\x2d','\x06','\x3f','\xc3','\x37','\xe8','\x20','\x60','\x9f','\x4a','\x7d','\xcc','\x86','\xf3','\x27','\xee','\x26','\x5b','\x2e','\x2d','\x5e','\x61','\x2b','\xcb','\xf7','\xae','\x46','\x7f','\xe5','\x0c','\x39','\x17','\xc6','\xea','\x12','\x16','\x46','\x25','\x99','\x87','\x9c','\x58','\xa6','\x40','\xfc','\x49','\xe4','\x3d','\xe8','\x85','\xfb','\xef','\x1d','\x96','\x7c','\xb0','\xc0','\x51','\x71','\xc1','\x95','\x0b','\x1c','\x15','\x2f','\x6a','\x45','\x27','\x01','\xdc','\xf9','\x8b','\xac','\xb8','\x28','\x54','\x60','\x0e','\x22','\x11','\x96','\x7c','\x14','\x85','\xc2','\x60','\xa1','\x5a','\xef','\xa2','\x9c','\xa4','\x4b','\x87','\x68','\xa4','\xce','\x54','\xae','\x69','\x5d','\xd5','\x4b','\x99','\xad','\x60','\xa5','\x8c','\xd6','\x87','\x95','\xa1','\x25','\x61','\xe6','\x94','\xa2','\xa8','\xf4','\x20','\x9a','\x2a','\xa0','\xd5','\x37','\xd0','\x33','\xa7','\x14','\x62','\x82','\xfc','\xd1','\xb1','\x30','\xa2','\xa6','\x52','\x55','\xeb','\xb9','\x81','\xe9','\x27','\xe4','\xc6','\xe0','\x6c','\x94','\xb0','\xe4','\x87','\x3c','\x55','\xdd','\x46','\x68','\x28','\xb6','\xba','\x68','\xcb','\x50','\x49','\xf2','\x11','\x75','\x3c','\x93','\xc9','\x66','\xde','\xe5','\x19','\xd5','\xce','\xa8','\xa1','\x00','\x6f','\xa9','\x9e','\xea','\x9d','\x56','\x36','\x57','\xf0','\xdc','\x3a','\x3e','\xfa','\x0d','\x0a','\x31','\x81','\xeb','\xa7','\x43','\x80','\xdc','\x8b','\x6d','\x30','\xf6','\xfd','\xe3','\x72','\x15','\xaa','\x90','\xf4','\x23','\x33','\x7b','\xd8','\xc0','\x97','\xd2','\x54','\xba','\xeb','\xeb','\x6b','\x77','\xd5','\xba','\xe6','\x6d','\x7e','\x9c','\x8d','\x0f','\x68','\xc9','\x4f','\xb6','\x7f','\x34','\x8d','\xa1','\x64','\x7b','\x8a','\x32','\xab','\xd6','\xaf','\x34','\xce','\xa4','\xe4','\x61','\x9b','\x91','\x6c','\x59','\xb2','\xc1','\x7b','\x04','\x3e','\x68','\x20','\xcf','\x57','\x2a','\x3c','\x24','\x9f','\xe9','\x5a','\xcc','\x31','\x05','\x26','\x9d','\x13','\x5d','\xc7','\x34','\x97','\x4c','\x73','\xcd','\x34','\xa7','\xcd','\xf2','\x23','\x80','\x46','\xc5','\x5c','\xd3','\x01','\xb7','\x2b','\xf3','\xad','\x47','\xcc','\xec','\x23','\x7c','\xff','\x6d','\x64','\x2e','\xa1','\x07','\x1c','\xb4','\x30','\xac','\x84','\xc0','\x9b','\x12','\xc8','\xf9','\x83','\xe7','\xad','\xe7','\x9c','\x52','\x6a','\x23','\x60','\x89','\x39','\x3d','\x39','\x6f','\x97','\x9e','\x38','\x67','\x15','\xab','\xa5','\x62','\x95','\x17','\xab','\xa8','\x0f','\xab','\x1b','\x8c','\x77','\x34','\x8b','\x62','\x6c','\x8a','\x30','\xcb','\xe9','\x3f','\xc2','\x64','\xe9','\x7e','\xaf','\x04','\x4a','\x32','\x2b','\x7d','\x8a','\x95','\x9e','\x67','\x72','\x16','\x01','\x2c','\xf9','\x21','\xef','\x17','\xff','\x1a','\x2c','\x01','\xd6','\x73','\x00','\x4d','\x89','\x7d','\xa3','\x46','\x4a','\xc9','\x6e','\x49','\x93','\xeb','\x7d','\xb7','\x53','\xb2','\x1a','\xa5','\x05','\x71','\x3f','\x12','\xe2','\xdb','\xdc','\xd3','\xb0','\xb8','\x20','\x84','\xc8','\x3f','\xf4','\xdf','\xc8','\x27','\xe3','\x3f','\x97','\x10','\x86','\x0b','\x72','\xdb','\xea','\x3f','\x85','\x22','\xbf','\xf5','\x65','\xbe','\xe2','\xfa','\x9f','\x58','\xf2','\x07','\x36','\xee','\x5f','\x55','\xe4','\x9f','\x06','\x6e','\xcc','\x64','\xf1','\x93','\x59','\xc4','\x55','\xce','\x1d','\xee','\xe7','\xa0','\x05','\x01','\xa5','\xf0','\x07','\x99','\xea','\x49','\xad','\xc0','\x0f','\xd4','\x14','\xf7','\x20','\xe4','\x5e','\x10','\xdf','\x72','\x05','\xa9','\xc2','\x42','\xa6','\xba','\x2a','\x15','\x60','\x69','\x52','\xb1','\x5d','\xd1','\xfb','\xdf','\x8d','\x31','\x28','\xa9','\x42','\xd2','\xa9','\x5a','\xe6','\x9d','\x5a','\x26','\xb5','\x9c','\x61','\x57','\x33','\xac','\x99','\x61','\x86','\xb8','\xee','\x6d','\xfd','\xc1','\xde','\x54','\xba','\x14','\x1a','\x35','\xc2','\x49','\x83','\x0e','\xdb','\x81','\x00','\x02','\x4e','\xef','\x60','\x0b','\xc3','\x5a','\x09','\x47','\x4b','\x61','\x52','\x8a','\x7e','\xba','\x64','\x55','\xe5','\x96','\xd1','\x7f','\x2e','\xdb','\x92','\x0f','\xbb','\xed','\x73','\x0d','\x8c','\x4f','\xb5','\x64','\xc9','\x4d','\x50','\xac','\xe6','\x98','\xd8','\x83','\xfc','\x0d','\xe8','\x63','\xa5','\x7b','\x3f','\x5d','\x7a','\x90','\x97','\xc2','\x02','\xae','\x15','\x72','\x85','\x12','\xc2','\x65','\x50','\x1a','\xc2','\x2e','\x22','\xc2','\xfe','\xcd','\x21','\x3e','\xae','\xd8','\x18','\xc5','\x2a','\x88','\xf0','\x29','\xb1','\x37','\x39','\xfe','\x26','\x35','\x5b','\xb2','\xba','\xfd','\x0d','\x6b','\x00','\xb0','\xd7','\x5b','\x72','\xd8','\x39','\x6c','\x31','\x4c','\xd2','\x6f','\xc8','\x30','\x00','\x0e','\x2c','\x32','\x81','\x4b','\x34','\x62','\x4f','\x61','\xdb','\xaa','\xba','\xbe','\x92','\x23','\x77','\x9f','\x6c','\x49','\x4f','\x94','\x3e','\xf1','\x3d','\xd8','\x7a','\xfc','\xb7','\xa6','\x43','\x29','\xf9','\xde','\xab','\xef','\xf9','\x02','\x72','\xed','\xa0','\x21','\x8d','\x02','\x31','\xd2','\x56','\x0d','\x43','\x45','\xf8','\x0c','\x46','\x7b','\xc3','\x28','\xbf','\x84','\xb0','\xa1','\x9e','\xe5','\x1d','\xe0','\xbf','\x48','\x18','\x6c','\x18','\x2a','\x6b','\x6f','\xa4','\x3c','\xda','\x10','\x62','\x8d','\x98','\x5e','\x26','\x9b','\x42','\x94','\xd7','\x63','\x95','\xef','\x90','\xf4','\x89','\x4e','\x1a','\x93','\x34','\x42','\xa9','\x90','\x96','\x52','\x97','\x52','\x8b','\x84','\x55','\x31','\xbb','\x81','\xd9','\x49','\xac','\x0b','\x43','\x4c','\xa8','\x87','\xc3','\xb6','\x21','\xc4','\x0a','\xea','\xae','\xef','\x17','\x55','\x50','\x6f','\x00','\x79','\x13','\x06','\xdc','\x34','\x37','\xa0','\x6c','\x96','\x66','\xe7','\xad','\x93','\x87','\x4b','\x15','\xa1','\x03','\x0d','\x88','\xb1','\xfe','\xfa','\xf2','\xe5','\xcf','\x6e','\x29','\x7f','\x84','\xd2','\xc2','\x71','\x89','\x1f','\x2b','\x29','\xaf','\x97','\x22','\x76','\x29','\xd7','\xd7','\x15','\xa5','\x4a','\x23','\x3a','\x97','\x45','\x1c','\x4a','\x3e','\x61','\x9d','\x1a','\x96','\x10','\x23','\xdc','\x85','\xa0','\x47','\x70','\x68','\x46','\xa7','\x70','\xcc','\xaa','\x26','\x4a','\x96','\xbf','\x95','\x33','\x79','\x63','\x75','\xd0','\x85','\xc4','\x6f','\x61','\x04','\x33','\x6a','\x38','\x66','\x8d','\x27','\x4a','\x93','\x8c','\x9b','\xae','\xd8','\xb5','\x55','\x70','\x6b','\x86','\x25','\x30','\xd0','\xd1','\xab','\x9d','\x0d','\x76','\x81','\xe6','\xaa','\x49','\x37','\xf0','\xfc','\x50','\x77','\x2f','\x6d','\xf4','\x19','\x02','\x53','\x8a','\x93','\xf2','\x1a','\xa9','\x05','\x67','\x1d','\x1e','\x5c','\xd7','\xeb','\xa4','\xc3','\x7a','\x27','\x53','\xf7','\x74','\xad','\x1a','\x2a','\x31','\x54','\xda','\x87','\x4a','\x0f','\xc8','\x7b','\x20','\xb8','\x34','\xe4','\x05','\xd9','\xba','\x59','\x5a','\x9a','\x5e','\xcf','\x56','\xe7','\x9b','\x8b','\x4a','\x49','\xba','\x33','\xf8','\xf2','\xf9','\xa3','\x78','\x98','\xf0','\x48','\x97','\x63','\x12','\x20','\xd2','\xe1','\x38','\xd0','\x21','\xfd','\x23','\x7e','\x06','\x01','\xc0','\x9d','\x01','\x8f','\x56','\x1b','\xae','\x48','\x69','\xc1','\xb2','\x8d','\x0a','\x7d','\x64','\x6d','\x2a','\x71','\xc3','\xca','\xd6','\x4b','\xb7','\xeb','\x52','\x93','\x77','\xe1','\xd8','\x42','\x0c','\x0e','\x34','\xd6','\x4a','\xf4','\x65','\x38','\x87','\x1d','\x5f','\x2b','\xb5','\xa7','\x4b','\xa7','\x1f','\xb1','\xa6','\x2b','\x25','\xba','\x87','\xd3','\xdf','\x46','\xf4','\x6f','\x10','\xfd','\x12','\x8a','\xc7','\xd0','\x8f','\x22','\xb0','\xb6','\xc5','\x44','\xa4','\x87','\xa6','\x22','\x15','\x6b','\xa1','\x59','\x8a','\x64','\xe1','\x11','\x40','\x93','\x97','\x0a','\xa7','\x78','\xba','\x21','\xb7','\x34','\x24','\x94','\x6a','\xa9','\xa7','\x3d','\x11','\xec','\x95','\xb0','\x5f','\x04','\xf8','\x33','\x04','\xa1','\x1d','\x03','\xfa','\xf3','\x3a','\x7b','\x3f','\x4c','\xfe','\xbe','\x02','\x26','\x31','\x1e','\xac','\x5f','\xa1','\xd5','\x68','\x20','\x30','\xf9','\x26','\x37','\x5a','\xb2','\x03','\x57','\x5f','\x68','\xc0','\x7a','\xb7','\xa5','\xf0','\xec','\x6e','\x96','\xf3','\xbd','\xb6','\x25','\x65','\x3e','\x1f','\xb1','\xd1','\x90','\x54','\x99','\x60','\xc9','\x0b','\x5d','\x44','\x28','\xab','\xe3','\xe0','\xba','\x93','\x0e','\xf1','\x29','\xac','\xf5','\xe6','\xcf','\xc0','\xe4','\x11','\x32','\x47','\xd6','\xbf','\x86','\x7a','\x47','\x42','\x75','\x4c','\x19','\xc2','\x06','\x11','\xd2','\x95','\x8b','\x97','\xb2','\xc5','\xbe','\xd0','\xaf','\x93','\xdc','\x6b','\x5b','\xab','\x9c','\x00','\xf5','\x22','\xbc','\xc9','\x84','\xd1','\xdb','\xef','\xe4','\x2b','\x3b','\x80','\x50','\x5a','\x3e','\x61','\xd1','\x46','\x2b','\xae','\x62','\xb7','\x54','\x34','\x4f','\x64','\xbc','\xba','\x2f','\x57','\xa7','\x54','\x6a','\xf9','\x63','\xeb','\xaf','\x82','\x29','\x02','\x52','\xa8','\x44','\x02','\x88','\x5b','\x92','\x0d','\x4b','\xb6','\x85','\x30','\x42','\x1b','\x70','\x08','\x6c','\x09','\x69','\x37','\x05','\xe3','\xa3','\xd4','\x4a','\xc9','\xce','\xba','\x81','\xd3','\x1b','\xde','\x52','\x2c','\x2b','\x1e','\xcd','\x22','\x93','\xdc','\x83','\xe4','\x49','\x98','\xc2','\xfe','\x4d','\x82','\xf3','\x45','\x28','\x9c','\x10','\x3a','\x8a','\x2a','\x60','\x71','\xe4','\x39','\x9f','\xe7','\xdc','\x34','\x6f','\x9d','\xf0','\x6e','\x99','\x5c','\xa0','\x66','\xf2','\x25','\xf3','\x71','\xc7','\xfc','\xcc','\xb0','\xf9','\xd1','\xbc','\xf9','\xb1','\x09','\xb3','\xc0','\xcc','\x02','\x35','\x1b','\x74','\xbe','\x81','\x4c','\xc7','\xe6','\x0e','\x47','\x35','\xa6','\xd4','\xa8','\x42','\x13','\xca','\x69','\x12','\x12','\x72','\xc8','\xc0','\x79','\x21','\x34','\x38','\x32','\x79','\xd3','\xe4','\xae','\xc9','\x6f','\x9b','\x27','\x3a','\xb2','\x21','\xd0','\x30','\x4f','\x75','\x4d','\xf8','\xa7','\xe0','\x5f','\xe7','\xc5','\x27','\x0f','\x77','\xb9','\x5f','\xd1','\xcf','\xaf','\x6d','\x81','\xea','\xa1','\x9c','\x17','\xf8','\x37','\x2a','\x28','\xcf','\xf3','\xf3','\x33','\x96','\x69','\x99','\xe6','\x6d','\xd3','\xac','\x99','\x27','\xa8','\x69','\x0a','\xc4','\xcd','\x13','\xde','\x1d','\xd3','\x6f','\xd7','\x4c','\xf3','\xb2','\x39','\x5f','\x83','\x86','\xb8','\x59','\xf4','\xe5','\x79','\xf4','\xb5','\x59','\xb5','\xc5','\x15','\x57','\x48','\x7d','\x69','\x37','\xf9','\xf2','\x67','\x44','\x98','\x84','\x52','\xff','\x99','\x10','\x52','\xab','\x5c','\x32','\x4f','\x06','\xe2','\x3d','\x3a','\x5f','\xd2','\x0e','\x97','\xb8','\x1c','\x25','\x31','\x57','\xde','\x7b','\x3f','\x15','\x5a','\xa7','\x7a','\x4e','\x52','\xdc','\x44','\x81','\xef','\x85','\x46','\x51','\x36','\x8a','\x5e','\xf1','\x5a','\x90','\x43','\x17','\x45','\xc9','\x5e','\x83','\x46','\x03','\xce','\x34','\xb4','\x45','\xc1','\x0b','\xf4','\x5e','\x0c','\xb5','\x89','\xa7','\x30','\x81','\x5a','\x27','\x8f','\xd7','\x4a','\xd9','\x4a','\x29','\x91','\x2d','\x4d','\xce','\x96','\x78','\xbd','\xb4','\xd8','\xdb','\x29','\xb0','\xbf','\xdc','\xaa','\x16','\x71','\x78','\xa3','\xc0','\xef','\x9d','\x06','\xcf','\x6d','\x42','\x47','\x93','\x15','\x64','\x7e','\x0b','\xad','\x5c','\x50','\x71','\x4f','\xff','\x11','\x3a','\xc0','\x42','\x4f','\x49','\xf0','\x57','\x47','\xdf','\xca','\x18','\xb0','\x38','\x82','\xa5','\xa1','\x54','\x15','\x28','\x90','\xba','\x51','\xaf','\x03','\xbb','\x32','\x3a','\xb5','\x2b','\x66','\x7d','\x3e','\x01','\x4a','\xf2','\x09','\xbd','\x64','\xda','\xb0','\x34','\x88','\x98','\x33','\x09','\x48','\xe7','\xca','\x54','\x4b','\xab','\xd2','\xdc','\xd8','\x1b','\xb3','\x26','\x9e','\xe6','\xf9','\xe5','\x62','\xdd','\x50','\x1c','\x03','\x0e','\x0f','\x61','\x0a','\xc1','\x9e','\xa1','\x8a','\x7d','\x30','\xb0','\x07','\x89','\x75','\x4e','\x6c','\xa3','\x04','\x40','\x13','\x50','\xd8','\x5a','\xcf','\x96','\x8e','\xb4','\x4a','\xc2','\xde','\x0b','\xa1','\xd2','\x07','\x71','\xe9','\x50','\x4e','\x58','\x70','\x16','\xc3','\xa5','\x34','\xe6','\xb9','\xc3','\x1b','\xec','\xb8','\x5c','\x17','\xae','\xc1','\x11','\xa3','\xdc','\x4f','\x1d','\xa3','\x14','\xe5','\x50','\xa9','\xf2','\x17','\xbf','\x25','\x8d','\x38','\xb3','\x94','\x93','\x5d','\x21','\x17','\x00','\x7a','\x82','\x5d','\x1a','\xd5','\xf8','\xc7','\x09','\xfa','\x78','\x15','\x7d','\xf3','\x0f','\x51','\x6d','\xaf','\x22','\x66','\xe3','\xe5','\x16','\x1a','\x6e','\xc2','\x6a','\xf7','\xbc','\x3c','\x82','\x12','\x3c','\xa6','\x41','\x4c','\x4b','\x4c','\x3c','\x12','\xc0','\xea','\xc0','\xb5','\xe8','\x9a','\x90','\xbc','\x51','\x35','\x2d','\x6f','\x5e','\x34','\x56','\x0d','\xbe','\x6a','\xa0','\x45','\x5d','\xa9','\x32','\x88','\xfd','\x26','\x49','\xa0','\x7e','\xe3','\xd2','\x33','\x91','\x03','\x11','\x9b','\x67','\x55','\x8b','\x79','\x26','\xab','\x03','\x26','\xeb','\x27','\xbc','\x7a','\xd0','\x3e','\x5d','\x37','\x3f','\x25','\xf1','\x76','\x7d','\xfe','\x85','\x7a','\xf1','\x6a','\xbd','\xc8','\xea','\x21','\x56','\x0f','\xb3','\x6e','\x94','\xd5','\xa1','\x18','\x96','\xef','\xdf','\x43','\x52','\x7f','\x46','\xcc','\xb2','\xa5','\xda','\x8c','\xfc','\x9a','\x9c','\x93','\x72','\xd7','\xb3','\x4b','\x91','\x70','\x69','\xe8','\x1c','\xc8','\xd5','\x52','\xa3','\x84','\x6f','\x59','\xa4','\x59','\x8a','\x37','\x79','\xe9','\x16','\xc2','\xb7','\x11','\xb9','\x89','\xd8','\xcb','\xc8','\xad','\x07','\xfe','\x1f','\xf1','\xde','\xfb','\x93','\x59','\x0c','\x63','\x39','\x5c','\x32','\x59','\x69','\xb8','\x2d','\x65','\x17','\x2f','\x1d','\xe0','\xa5','\xa3','\x52','\x89','\x52','\x85','\x70','\xcb','\x59','\x64','\x1c','\xec','\xe5','\x57','\xda','\x1b','\xf6','\x9d','\xa4','\xfc','\x36','\x20','\x9e','\xa3','\x53','\xc3','\x1d','\xcb','\xa1','\xa0','\xb1','\x7c','\x80','\x95','\xf6','\xf5','\x7f','\xdd','\x2d','\xe1','\x4a','\x89','\x88','\x97','\x35','\x5e','\x72','\xb1','\x25','\xde','\x63','\xb2','\xb3','\x79','\xff','\xf2','\xfb','\x41','\xaf','\x07','\x21','\x4c','\xc2','\x9e','\x37','\xea','\x62','\x30','\x7b','\x8b','\xdd','\x35','\x4f','\xdd','\x30','\xf9','\x8b','\x26','\xaf','\x9b','\xa7','\x0a','\xe6','\xa3','\x02','\x0f','\x9a','\x8f','\x4e','\xcf','\x3f','\x54','\x31','\x6f','\xee','\xe1','\xee','\x6f','\x23','\xfb','\xd7','\x14','\xfb','\x6f','\x14','\xe5','\x7c','\x48','\x8d','\x84','\xa1','\xa0','\xd4','\x80','\xfd','\x35','\x68','\x95','\xc0','\x94','\x96','\xeb','\x42','\x48','\x36','\x3f','\xb3','\x50','\x36','\xf8','\xe0','\x1e','\x11','\x60','\x0e','\xee','\x67','\x80','\x5f','\x34','\xa4','\x00','\x15','\x83','\xbe','\x62','\xeb','\xd7','\xe5','\xa9','\x56','\x02','\xbb','\x34','\x7a','\xb3','\x9f','\x32','\x13','\x6f','\x11','\x69','\xe0','\x06','\x25','\xc8','\x7b','\x0f','\x26','\xc3','\x8c','\x29','\xe8','\x8a','\x87','\xb9','\xd2','\xe2','\x79','\xc6','\x2d','\x56','\x36','\x53','\x27','\xcc','\x94','\x10','\x3b','\xa6','\x99','\x2a','\x9b','\x99','\x59','\xf3','\xc9','\x93','\xe6','\x69','\x6e','\x7e','\xaa','\x62','\xbe','\xfd','\x88','\xf9','\xc2','\x23','\xe6','\xd5','\x5b','\xd6','\xd5','\x5b','\x45','\x76','\x7b','\x86','\x2d','\x21','\x01','\xb1','\x09','\xa6','\x86','\x51','\x0a','\xa3','\xb4','\x5c','\xa7','\x07','\xcf','\x6d','\xb0','\x2b','\xfb','\x4f','\x84','\x70','\xb0','\xfb','\x28','\xa8','\xb4','\x07','\x8b','\x2d','\xd5','\x4a','\xe7','\x4b','\xe9','\x3c','\x4f','\xe7','\xd1','\x06','\xfc','\x26','\xe8','\x77','\xe2','\x2b','\x9f','\xcf','\x5b','\x96','\x90','\x85','\xeb','\x5f','\xf3','\xa6','\xb9','\xf5','\x5b','\x0e','\x98','\x3f','\x69','\x9a','\x65','\x68','\xa2','\xdf','\x9a','\x57','\xde','\x9a','\x45','\xaf','\x81','\x2b','\x49','\xc8','\xc3','\x4d','\xfa','\xa1','\x9f','\x77','\xb6','\xae','\x52','\x6e','\x57','\xf4','\x9c','\xf4','\xb7','\xb3','\x41','\x67','\x40','\x5f','\xfe','\x5c','\xeb','\x96','\xa2','\x7a','\x29','\x9c','\x85','\x2d','\x75','\xe2','\x28','\x28','\x06','\x42','\xc7','\x2b','\xae','\xad','\x4b','\xa4','\x94','\x63','\xc9','\x3d','\x9a','\xc3','\xb0','\xf8','\xf8','\x1a','\x4a','\xd5','\x06','\xe4','\x0f','\xca','\xab','\x78','\xde','\xf3','\x4c','\x15','\x01','\xa6','\x7a','\xab','\xf5','\x64','\xc1','\x2c','\xcf','\x9a','\xe5','\x82','\xc9','\x1d','\xf3','\xd4','\x1b','\x26','\xe8','\xe2','\x64','\x5e','\x5c','\x4f','\xbd','\xc1','\x37','\xed','\x83','\x9c','\xfa','\x72','\x23','\x2f','\x84','\x06','\x36','\x20','\xbb','\x80','\x32','\x93','\x25','\x4c','\xfe','\xf0','\x89','\xcb','\x77','\x20','\xde','\x4b','\xe0','\x68','\xcc','\xb4','\x0a','\xe6','\x51','\xc0','\xfc','\x3c','\x5c','\xf9','\xd1','\x02','\x9a','\x2f','\x20','\x71','\x3d','\x4a','\x00','\x1f','\x3b','\x84','\xf2','\x62','\xfe','\x00','\xed','\x53','\x3e','\xfe','\xac','\x05','\x5b','\xcc','\x04','\xe0','\xd2','\x84','\xe9','\x3d','\x0b','\xd7','\x3e','\x3c','\x79','\xcd','\x4e','\xcc','\x67','\x27','\xcc','\xb9','\x09','\xfe','\xeb','\x13','\xe8','\x9b','\x55','\x74','\xa9','\xaa','\x00','\xcb','\x1b','\x46','\xf4','\x30','\xcc','\xc6','\xc0','\x5f','\x07','\x13','\x2f','\x90','\xea','\x7d','\x63','\x59','\x34','\x0c','\x54','\x32','\xa4','\xc6','\xeb','\xe2','\x92','\x1b','\xb6','\x12','\xaf','\x0b','\x25','\x8d','\x43','\x62','\xcb','\x75','\xc4','\x24','\xf8','\x2a','\x72','\x65','\xde','\x84','\x1f','\xe8','\xb0','\x97','\x4e','\x09','\x31','\x7e','\x15','\x6c','\x87','\x00','\xb9','\xb6','\x6c','\x20','\x98','\x4b','\x62','\xcc','\x19','\xb2','\x64','\x03','\x9c','\x63','\x76','\x1e','\x5d','\x9c','\x50','\x9e','\x9a','\x50','\x2e','\xc5','\x54','\x0a','\xf1','\xbd','\xf0','\xc2','\xfc','\xf5','\x3e','\x31','\xd0','\x4f','\xd0','\xc3','\x40','\xa3','\xd7','\xb6','\x80','\x42','\x14','\xca','\x7b','\xc9','\x7a','\x6a','\x42','\xd4','\x73','\xf0','\x92','\xb1','\x24','\x58','\x1f','\x9a','\x86','\x08','\x10','\x67','\x4c','\x61','\x1d','\x5e','\x7d','\xa0','\x6c','\x6c','\x51','\x3c','\x40','\x1b','\x47','\x96','\x78','\x39','\x51','\xc2','\x85','\x55','\x2b','\xc4','\x20','\x87','\x5d','\x5e','\x52','\x9e','\xd6','\xc1','\xd4','\x95','\xf2','\x19','\xf4','\xc3','\x33','\x68','\x7d','\xb7','\xda','\xb6','\x01','\xfd','\x48','\xf9','\x23','\xd4','\x95','\x93','\x62','\x13','\x93','\xc6','\x69','\xac','\x85','\xb2','\x39','\xc5','\x8d','\xa1','\x08','\x64','\xae','\x83','\x5d','\x70','\xed','\x0d','\xa9','\x55','\xa6','\xe5','\x9a','\x72','\x61','\xc3','\x12','\xfb','\xd7','\xa1','\x4a','\xe9','\xe6','\x59','\xd0','\xc9','\x23','\x60','\x3b','\x83','\x1d','\x97','\x6c','\xf3','\x41','\xf1','\xd5','\x6f','\xc0','\x3a','\x3d','\x3f','\x25','\x0b','\xcb','\x06','\xba','\x65','\x86','\xc0','\x9e','\x15','\xc6','\x41','\x87','\xe2','\xd1','\xa4','\xc2','\x19','\x4c','\xe6','\x5c','\xa7','\xb7','\x87','\x2e','\x21','\xe5','\xac','\x2c','\x62','\xa8','\x42','\xcd','\xbf','\xfe','\xba','\xb0','\x7a','\x83','\x03','\x41','\x08','\xd2','\x1c','\xd8','\xd2','\xb0','\x44','\x43','\x9e','\xb9','\x07','\xb6','\xad','\x18','\xe7','\xf1','\x04','\xca','\xc6','\x40','\x5f','\x35','\x40','\x7f','\xce','\x73','\x04','\xaa','\x54','\xa9','\x65','\xce','\x68','\xeb','\x10','\xdf','\xfa','\x4a','\xd4','\xa9','\x43','\xe6','\xa3','\xfb','\x7c','\xcc','\xcb','\x2b','\x3f','\x75','\xa8','\x97','\xe2','\x24','\xeb','\x67','\x89','\x46','\xd6','\x46','\xac','\x99','\x67','\x40','\x19','\x6d','\x32','\x81','\xaa','\xc9','\xbc','\x13','\xde','\x92','\xa9','\xc4','\xcc','\x94','\x0c','\x73','\x67','\x85','\x13','\xde','\x83','\x26','\xbf','\x17','\x30','\x9f','\x9d','\x37','\x35','\xd3','\xd4','\x78','\x3d','\x8b','\xea','\xf7','\x22','\x67','\xbf','\xe2','\x9c','\x52','\x0e','\xe5','\x71','\xbc','\x2a','\xe7','\x33','\x99','\xb2','\xba','\x52','\x9f','\x97','\xca','\xbc','\x3a','\xe0','\x88','\xde','\x38','\x97','\x2c','\xd9','\xe0','\x7d','\x0b','\x17','\x68','\xb7','\x4f','\xa3','\xac','\xd4','\xc3','\xb3','\x06','\x62','\x15','\x29','\x54','\xeb','\x66','\x5a','\xdc','\x89','\xd8','\x82','\x0d','\x73','\x86','\x9b','\xfc','\x98','\x69','\x76','\xcd','\xf9','\xab','\xe6','\x09','\x66','\x9a','\x02','\x69','\x29','\x6d','\xd9','\xbc','\x68','\xe7','\xb3','\xbc','\x7e','\x12','\x09','\x38','\x05','\xc5','\xb9','\xa9','\x1c','\xaa','\x86','\xe2','\x41','\x3f','\xc7','\xd2','\xdc','\xf2','\x78','\x99','\xe5','\xcb','\xcc','\x3b','\x9e','\xae','\x1e','\xf7','\xc2','\xc7','\xd3','\x27','\x8f','\xa7','\x79','\x80','\x2e','\x5c','\xcb','\x95','\xca','\xdc','\xe9','\x47','\xca','\x3f','\xb8','\xc5','\x5f','\xb8','\xa5','\xbc','\x70','\x5b','\x61','\x4b','\x21','\xe6','\x90','\xd4','\x85','\x40','\x3e','\xcb','\x75','\xaa','\xa8','\xf8','\xb3','\x9e','\xf7','\x63','\x1b','\xbd','\xe4','\xb0','\x97','\x96','\xf4','\x97','\x7e','\x6f','\xe2','\x25','\xcf','\x83','\x86','\x40','\xad','\xf2','\xd2','\x33','\x95','\x97','\xbe','\x2c','\x70','\xfa','\xa5','\xaf','\xbe','\xfe','\xce','\x1f','\xff','\xf1','\x5f','\xdc','\xfb','\x27','\xab','\x8f','\x3e','\x1b','\x7a','\xe8','\x83','\xa1','\xdf','\xdd','\x13','\x8e','\xea','\xd1','\xa8','\x8e','\x04','\x50','\x13','\xd9','\x8d','\xfc','\xc3','\x5d','\xcb','\xdf','\xfb','\x84','\xd2','\x1b','\xbe','\x11','\x20','\xd2','\x31','\xcb','\x37','\x4e','\xfc','\xe0','\x86','\xb8','\xfa','\xca','\xf0','\x3c','\x87','\x8d','\x92','\x73','\xb9','\x28','\x04','\x2a','\x48','\x7d','\xc5','\x53','\xce','\x75','\x95','\xc0','\xbf','\xe1','\x80','\xeb','\xb8','\xaf','\xcf','\x83','\xeb','\x00','\x07','\x72','\xf5','\xd4','\x0f','\xa4','\x24','\x69','\xaf','\x1b','\x95','\x40','\x35','\xae','\x23','\x2d','\x0b','\x5a','\x3d','\x9c','\x76','\xe6','\xfd','\xb9','\xb4','\xc9','\x4e','\x59','\xb7','\x50','\x36','\x14','\x8d','\x5d','\x27','\x1f','\xde','\x6a','\xd7','\xf8','\xbf','\x22','\x74','\xf2','\xf7','\xed','\x5b','\x7a','\xdf','\xa7','\xbe','\x36','\x34','\x64','\xbf','\xff','\xb3','\x46','\x68','\x86','\x7d','\x60','\x9f','\xd6','\xcf','\xe0','\x9b','\x41','\x37','\x4a','\xde','\xeb','\xeb','\xa7','\x6c','\x62','\x99','\x8b','\xc1','\x30','\x36','\x78','\x27','\x82','\xb8','\x0b','\xf0','\xb7','\x94','\xf3','\xb3','\x9f','\xb4','\x1e','\x3e','\x6d','\x16','\x66','\xcc','\x42','\xc9','\x7c','\xd8','\x3a','\xd1','\x3e','\x6c','\x0a','\x3b','\x62','\xb8','\x09','\x47','\x0f','\xcc','\x31','\xbd','\xae','\x99','\x22','\x02','\xf3','\xb9','\x8e','\xb8','\xf2','\x94','\x30','\x6d','\x3a','\x48','\x97','\xf9','\x0e','\x62','\x39','\xd8','\x32','\x4f','\xa1','\x11','\x46','\x4b','\xb1','\x63','\x4b','\xb5','\xb9','\xa5','\xe6','\x89','\xae','\x5b','\x5e','\xf2','\x51','\x2f','\xb7','\xbd','\xf2','\x52','\x23','\x40','\x3b','\x68','\xcc','\x2d','\x35','\x4e','\x74','\x1b','\x1c','\x35','\x14','\xcd','\x51','\xd6','\x1c','\xf5','\x73','\x8e','\x3a','\x44','\xb0','\x42','\xa2','\x21','\x82','\xb2','\x79','\xa1','\x8b','\x1d','\x4b','\x09','\x63','\xa5','\x2e','\xe7','\x0f','\xe0','\x78','\x77','\xfe','\x78','\x28','\x0f','\xe8','\xe6','\x83','\x46','\x68','\x5e','\xb4','\xc5','\x3f','\xcd','\x89','\x1f','\x48','\xe5','\x4b','\x9e','\xd0','\xe8','\x04','\x7c','\x6b','\x77','\x1c','\xa5','\x09','\x1c','\xc6','\xcb','\x33','\xdc','\x3c','\x27','\xf3','\x62','\xdb','\xfa','\xa3','\xe5','\x13','\xfb','\x96','\xcd','\x00','\x5f','\x3c','\x21','\x36','\xb5','\xf5','\x6f','\xe1','\x13','\xb1','\x1d','\x98','\x72','\x81','\xa2','\x63','\x4b','\xe8','\xd8','\x31','\xe4','\xe4','\x55','\x07','\xea','\x1f','\xfa','\xeb','\x0b','\x4c','\x66','\x4d','\xb7','\x96','\xf4','\x52','\x34','\xbf','\x7e','\xc4','\xb3','\x45','\x50','\x5b','\x39','\x29','\x37','\x62','\x4b','\xa8','\x50','\x47','\x85','\xbf','\x46','\x8d','\x5d','\x8a','\x43','\x95','\x0b','\x6d','\x14','\x69','\x81','\x28','\xd3','\xb4','\xfc','\xae','\xbb','\xe1','\x0f','\x69','\x9a','\x79','\x88','\x99','\x93','\x59','\xf3','\xd3','\x73','\xe6','\xad','\xff','\xfd','\xc4','\xae','\x9d','\xf0','\x89','\xd8','\x0a','\xad','\xb6','\xdc','\x13','\x61','\x6f','\x12','\x1b','\x2e','\x9f','\x42','\xe8','\x49','\x1d','\x6c','\x49','\xa8','\x1d','\x10','\x0b','\xc9','\x7c','\x34','\xe9','\x76','\x38','\x3b','\x95','\xec','\x5a','\xf6','\xd9','\x12','\x3a','\x0b','\xd3','\x0f','\xc9','\x06','\x4c','\x48','\xbb','\x94','\x3d','\x57','\x3a','\xf0','\xc5','\xd2','\xe4','\x0b','\xa5','\xf4','\xb3','\x25','\xd6','\x77','\x89','\xd7','\x51','\xfa','\x59','\xb4','\xe7','\x05','\xb4','\xef','\x8b','\xe8','\xe4','\x17','\x91','\x51','\x85','\x1c','\x05','\xc3','\x46','\x95','\x66','\xde','\xac','\xc3','\xfe','\xfe','\xfb','\xfa','\x89','\x9d','\xbe','\x33','\x52','\xfc','\x75','\x02','\xaf','\x5b','\x6c','\xf7','\x7b','\xb5','\x20','\x0c','\xa9','\xc4','\xe6','\x4b','\xcc','\xfc','\xeb','\x93','\xfc','\xcb','\x79','\x65','\x6c','\x31','\x04','\xee','\x6c','\xb1','\xf7','\x61','\xc5','\x9f','\xa2','\x9b','\xfc','\xcf','\xa0','\x42','\xcb','\xc1','\x99','\x9b','\x2b','\x1d','\x3b','\x16','\x40','\xb4','\xa5','\xb3','\x02','\xf6','\xdc','\x88','\xc1','\x87','\x0d','\x74','\x97','\x8e','\xc6','\xb2','\x28','\x93','\x14','\x36','\xb0','\xb2','\x28','\x8d','\x8b','\x98','\x58','\x29','\x69','\xf0','\x6b','\x39','\xb2','\xbe','\xf1','\xa0','\xa5','\x3c','\xdc','\x0a','\x8a','\x1e','\x8b','\x86','\x81','\x2d','\x0b','\x56','\x1c','\x3f','\x71','\x07','\x95','\x27','\x02','\x88','\x36','\x58','\x72','\x32','\xff','\x42','\xac','\xd3','\x23','\x76','\xfe','\x48','\x55','\xfc','\x98','\xe9','\x86','\xcd','\x15','\x64','\x12','\xc7','\xdc','\xff','\xac','\x39','\x3b','\x69','\x9e','\x68','\x05','\x2a','\x87','\x30','\x34','\x8e','\x1d','\x13','\x98','\x17','\x0d','\x29','\xe7','\x37','\xd8','\x5f','\xc3','\xbd','\xdc','\xb1','\x5d','\xf0','\x68','\x79','\x4d','\xb3','\x92','\x2d','\x78','\x41','\xfd','\xab','\xdf','\xc3','\x91','\x30','\x40','\x36','\xe6','\x65','\x83','\x53','\xa6','\xf4','\xe9','\xf1','\x65','\xd1','\x6a','\xb0','\xdf','\xf5','\x88','\x52','\xa9','\x7e','\xf6','\x66','\xfd','\xc7','\xe1','\x17','\x5e','\xda','\xf7','\xec','\x4b','\x07','\x9e','\x7d','\xe9','\x1b','\xcf','\xfe','\xc5','\xef','\x3d','\xfb','\x52','\xea','\xd9','\x35','\x36','\xb1','\x36','\x3b','\xb1','\x56','\x9a','\x58','\x5b','\x79','\xf6','\xa5','\x1f','\x3f','\xfb','\x17','\xda','\x44','\x47','\x13','\xf2','\x6d','\xc2','\xdd','\x89','\x95','\x5d','\x18','\xfd','\x15','\x46','\xff','\x14','\xab','\x1e','\x56','\x9a','\x32','\xbf','\x12','\xe6','\x21','\xce','\x7b','\x9e','\x05','\x9a','\x18','\x06','\x7d','\xde','\xc5','\xe6','\x2b','\x3f','\x30','\x47','\xe4','\x2d','\x89','\xab','\xdf','\x08','\xc3','\xeb','\x9b','\xb7','\x30','\xcc','\x9f','\xbd','\x14','\x7d','\xa4','\x83','\x32','\xb2','\xa2','\xe8','\x29','\x84','\x56','\x85','\xde','\xd2','\xfd','\xfb','\xf6','\x83','\xb0','\xe9','\x79','\xf3','\x2a','\x36','\xf7','\x86','\xf9','\x47','\x28','\xca','\xc8','\x7e','\x7e','\x0b','\xa1','\x07','\x10','\x5a','\x94','\xfd','\x48','\x3f','\xad','\x98','\x2c','\xd0','\x15','\x91','\x89','\xa3','\x42','\x5c','\x40','\x04','\x7f','\xda','\xbc','\xff','\x2b','\x27','\x7e','\xf0','\x82','\x79','\xe0','\xab','\xe6','\x81','\xab','\xe6','\x81','\xe7','\x4f','\xfc','\xe0','\x79','\xf3','\xdf','\x7f','\x65','\x9e','\xe5','\x4c','\x36','\xbe','\x75','\x7d','\x91','\xa3','\xf9','\x98','\x65','\x3d','\x72','\xd4','\xdc','\x37','\x6f','\xde','\x7f','\xb4','\x8c','\x8f','\x9e','\x8c','\xce','\x97','\x77','\x1e','\x9b','\xf1','\x8e','\x0a','\x41','\x54','\x1a','\x7a','\xeb','\x94','\xd8','\x1b','\xdd','\x0a','\xd7','\x79','\xaf','\x6a','\xa4','\x2a','\x0b','\x47','\x2e','\x12','\x80','\x07','\xd7','\xc0','\xef','\x57','\x10','\x4a','\xe3','\x7c','\xfe','\xd8','\x31','\x4b','\xbc','\xd9','\xb9','\x39','\xff','\xfd','\x6e','\x68','\x88','\x7b','\x2b','\x14','\xcc','\xef','\xdc','\xb1','\x16','\xaa','\x42','\xb3','\x2e','\xfa','\x6f','\x8a','\x71','\x34','\xef','\x42','\xd5','\x09','\xdc','\x42','\x89','\xc3','\x4a','\x13','\x47','\x67','\xe8','\xf0','\x5b','\x01','\x6d','\xec','\xf0','\x6b','\xed','\x5e','\x78','\x89','\x7d','\x7f','\xbb','\xc9','\x5c','\x97','\xad','\x41','\xa0','\x4b','\x7a','\x84','\xa6','\x77','\xd1','\xcc','\xf7','\x6b','\xe9','\x0f','\xd4','\xd2','\xda','\x23','\x7b','\x5b','\x95','\x19','\x4d','\x9f','\xd1','\x2a','\x9f','\x68','\x4d','\x3f','\xac','\x35','\x96','\x46','\x2e','\xa0','\xbb','\xf1','\xa0','\xdc','\x16','\x12','\x1b','\xc9','\xe2','\xc8','\x42','\x1c','\x09','\xa9','\x1b','\x45','\xda','\xa6','\xab','\x58','\xd3','\xea','\xab','\x6e','\x12','\x1d','\x12','\x16','\x72','\xf2','\xbb','\xef','\x6e','\x3c','\x17','\x48','\x80','\xa3','\xd5','\x5b','\xca','\x1f','\x23','\x96','\x58','\x8c','\x4f','\xdd','\x0d','\x49','\x71','\x37','\xf2','\x00','\xb1','\x4e','\xc5','\x43','\x75','\x63','\x66','\x9d','\x00','\xba','\xde','\x3c','\x34','\x1c','\xde','\x2d','\x20','\x77','\x16','\xad','\xcd','\xa2','\x3a','\x51','\xdf','\x25','\xca','\xea','\x9c','\x82','\xa8','\xef','\xf7','\xcb','\x47','\x75','\x4b','\xbc','\xa6','\xa8','\x0e','\x08','\x1a','\x87','\x4d','\xaf','\x69','\x66','\x75','\x13','\xe9','\x26','\xc6','\x20','\x18','\xc5','\xba','\x90','\xe3','\xc6','\xc5','\x6b','\x9a','\x9b','\x83','\x97','\x75','\xec','\x98','\xea','\x75','\x94','\xff','\x74','\x03','\xd8','\x0f','\x2b','\x36','\xe2','\xaf','\x2f','\x99','\x0d','\xcf','\xab','\xad','\x29','\xcb','\x2f','\x8d','\x4c','\xbc','\xb4','\xcb','\x7b','\xe9','\xfe','\xe5','\x3f','\xff','\x37','\xcb','\x7f','\xfe','\xd1','\xe5','\xc6','\xbf','\xfa','\xc2','\x9a','\xd2','\x5d','\x2b','\x2e','\xaf','\x1d','\x5f','\xbe','\xe9','\x2d','\xaf','\xbd','\xfa','\x85','\xf6','\x9b','\xdd','\x97','\xfe','\xeb','\xf2','\xca','\xe3','\xcb','\xea','\xe3','\xcb','\xb8','\xf8','\xc5','\x68','\xd1','\x03','\x9f','\x9b','\x40','\x96','\x42','\xd2','\xf9','\x81','\x9d','\xbf','\x22','\x6e','\x9b','\x69','\x65','\xb6','\xf3','\x78','\x57','\xa8','\x0a','\x17','\x25','\xba','\xc7','\xbb','\xbd','\x46','\xba','\x7c','\xbc','\x7b','\xb4','\x9c','\xf2','\xe6','\xd8','\x6a','\xf9','\x00','\x29','\x75','\x85','\x22','\x4d','\x50','\xaa','\x81','\x20','\xd0','\xe3','\x10','\xa8','\x31','\x30','\x0f','\x4d','\x70','\x29','\x10','\x6e','\x69','\xcc','\x9c','\xdb','\x67','\x6a','\x5d','\xb3','\xbb','\xcf','\xdc','\xf7','\x47','\xe6','\x03','\xe5','\x13','\xcb','\xfb','\xcc','\xf9','\xff','\x87','\xa9','\xfd','\xdf','\xcd','\xee','\xe7','\xe7','\x39','\x08','\x37','\x2e','\x83','\x30','\xe1','\xcc','\x8b','\x68','\x40','\xde','\xea','\xbd','\x8d','\xe6','\x31','\x38','\xb5','\x42','\x51','\x25','\x15','\x53','\xde','\x71','\x7e','\x65','\xa4','\xf6','\x99','\x0f','\xec','\x3c','\xfe','\x73','\xde','\xf1','\xbb','\xf3','\xc7','\xdf','\xce','\x1f','\xff','\xb9','\x2e','\x34','\x7c','\xfc','\xb0','\x7b','\x5c','\x43','\xc7','\x77','\x92','\xcf','\xec','\xea','\x1e','\xdf','\x45','\x8a','\x6f','\x89','\x55','\xd9','\x51','\xf6','\x12','\xe5','\xf3','\x44','\x1d','\x23','\xa1','\xb1','\x4e','\x58','\x25','\x8a','\x14','\x26','\x8a','\x8d','\x7f','\xc5','\xeb','\x7e','\xc6','\x46','\xc7','\x9f','\x7e','\xfa','\xb8','\x6d','\xcb','\x2b','\x3a','\x7e','\xad','\x7b','\xfc','\x0f','\xf6','\x00','\x44','\xc3','\x41','\xc7','\x2f','\x77','\x3f','\xf3','\xbc','\x50','\xe6','\xef','\x14','\xf7','\x4c','\xa8','\x7b','\x26','\x42','\xb9','\x3b','\xa1','\x50','\x2c','\x1c','\x2a','\x44','\xad','\x0e','\xca','\x4e','\xc3','\x1b','\xd3','\x70','\x5e','\x0c','\x8e','\x36','\x61','\x0a','\x74','\x27','\xa4','\x02','\xf8','\x9b','\x66','\xb7','\x00','\xee','\x91','\x78','\xdb','\x8c','\xdb','\xf0','\xb2','\x84','\x39','\xf6','\xe8','\xfe','\xf9','\xe3','\x85','\xc0','\xf8','\x3a','\x21','\xfa','\x9d','\x45','\x8f','\xee','\x07','\x49','\x08','\xd5','\xd5','\xff','\xff','\xc0','\xbf','\xe1','\xe7','\xc3','\xae','\xf7','\x63','\x63','\xfe','\xdf','\x30','\x6f','\xe0','\xa2','\x80','\x93','\x2f','\x3a','\x9f','\x2e','\x39','\x77','\x4a','\x9f','\xab','\x1e','\x3f','\x8f','\x1f','\x75','\xc4','\x27','\x02','\x13','\x3d','\x4c','\x16','\x2f','\xbc','\x5d','\x3c','\x77','\x67','\xfb','\x7e','\x28','\xe6','\x59','\xcc','\x0f','\x60','\x3e','\x83','\xf9','\x4a','\xb5','\x84','\xde','\x9e','\x15','\x4f','\x03','\x3f','\x59','\x3f','\xe1','\xdd','\xe1','\xac','\xbe','\x8e','\x4c','\x9d','\x8b','\x5d','\x8c','\x6d','\xc8','\xcf','\x1d','\xe4','\xcd','\x28','\xd6','\x71','\xf1','\xdc','\xdb','\x25','\xf5','\x6d','\x60','\xcc','\x48','\xc8','\x9e','\xa9','\xd0','\x52','\xdf','\x86','\x9f','\x17','\xbf','\x98','\xab','\x73','\x79','\xc8','\xc8','\x57','\xab','\x7c','\x11','\x17','\x93','\x58','\xcc','\xf3','\xcd','\xfd','\xe8','\xf2','\x66','\x98','\x79','\x4a','\xfc','\x16','\x87','\x13','\x13','\xee','\xd6','\xb9','\x78','\x35','\x6e','\x7d','\xc6','\xad','\xcf','\x7a','\x75','\xf8','\x16','\x3e','\xe9','\x35','\x04','\x5e','\xac','\x43','\x1a','\xce','\xd6','\xe7','\xf2','\xef','\x9f','\x83','\x17','\xbb','\xe4','\x89','\x3f','\x8a','\x25','\x64','\xcf','\xef','\x4d','\x5d','\xb2','\x4d','\x3f','\xf0','\x20','\x55','\xa1','\xd8','\xc8','\xc7','\x99','\x80','\x5f','\x5f','\xc0','\xfc','\x08','\xe6','\x47','\xf3','\xd0','\x3f','\xc5','\xeb','\x9f','\x07','\x6d','\x89','\x2d','\xfd','\xcc','\x68','\xd5','\xe2','\xd3','\x77','\x8a','\x35','\x31','\x86','\x18','\x7e','\x71','\x9f','\xe8','\x01','\xcb','\xde','\xaa','\x45','\x74','\xc7','\xf4','\xe6','\x4f','\xaf','\x4c','\xf2','\x15','\xcc','\x6f','\x62','\x5e','\xcf','\x83','\x8e','\x2c','\x7e','\xc6','\xaa','\x6f','\x73','\x3f','\xb1','\x2a','\x27','\x42','\x99','\xca','\xc3','\xef','\x12','\x2c','\x70','\xe2','\x8d','\x7c','\x79','\x9f','\x59','\x9e','\xc8','\x97','\x27','\xea','\x27','\xbe','\x5d','\xe5','\x6a','\x95','\x8f','\x60','\xfe','\xda','\xc4','\xa9','\x7f','\xf5','\xac','\x19','\x7d','\x81','\xb3','\xb7','\xa1','\xb7','\xad','\xfd','\x64','\xe1','\xa5','\xc0','\x73','\xc9','\x97','\x12','\x0c','\x8b','\x18','\x04','\x04','\x43','\xc1','\xb1','\xbc','\x49','\xf1','\x5a','\xab','\xf2','\x26','\xc5','\x9b','\xf2','\xb1','\xa5','\x9f','\x0d','\x23','\xe9','\xc1','\x00','\x8a','\x3e','\x4b','\xa8','\x1e','\x5c','\x37','\x36','\xc4','\xa4','\x2d','\xae','\xdc','\x31','\xd1','\x76','\xf7','\x23','\x06','\x4d','\x93','\x43','\xaa','\xc9','\xdb','\xd0','\xaa','\xfd','\xab','\xff','\x79','\xc9','\x9e','\xe0','\x0a','\x5e','\x1f','\xff','\x87','\xff','\x7e','\xf7','\xd3','\x7f','\x3b','\xfd','\x1b','\x3b','\x54','\x2f','\xed','\x93','\x38','\xb4','\x7e','\x7b','\xfd','\x7e','\x36','\xd6','\xdf','\x31','\x64','\x7d','\x10','\xf7','\xfd','\xf4','\xca','\xc8','\x25','\xca','\xbf','\x14','\x45','\x34','\xd4','\x2b','\xf7','\xdc','\xf3','\x89','\x79','\x94','\x2e','\xf4','\xe0','\xad','\xfb','\xc7','\x06','\xd7','\xbb','\xf8','\x13','\x33','\xfb','\xf2','\x02','\x25','\x49','\x83','\xb3','\x61','\xa8','\x61','\xb4','\x9f','\xe5','\x27','\x3f','\x5d','\xbc','\x51','\xff','\xa4','\x18','\xed','\x45','\x5c','\x7a','\xf3','\x4e','\xd1','\x1e','\xb8','\x1f','\x38','\x36','\x77','\x49','\xb2','\x49','\x20','\xaa','\x44','\xc2','\xb5','\xbd','\xa6','\x6c','\x84','\x20','\xed','\x96','\xa8','\x2e','\x51','\x0d','\x12','\x31','\x08','\x36','\x48','\x9d','\x0f','\x13','\xbd','\x43','\xf4','\x0a','\x65','\xc6','\x86','\xf8','\xb1','\x30','\x9c','\xbd','\x20','\x49','\xe0','\xd6','\x63','\xd0','\x8d','\x2f','\x22','\x6f','\xd5','\xa6','\x2a','\xa7','\x6a','\x96','\xaa','\x09','\xaa','\xc6','\x68','\x8f','\xcf','\x5f','\xfc','\xd3','\xb8','\x8a','\xda','\xf2','\x9c','\xd1','\x50','\x37','\x55','\x19','\x73','\x13','\x1b','\x19','\x74','\xc7','\x9e','\x38','\xe7','\xbd','\xba','\xb1','\x16','\xc3','\x00','\x92','\xc5','\x6a','\x47','\xb2','\x70','\x18','\x9b','\xe2','\x0a','\xc2','\x28','\x28','\x29','\x1e','\x93','\xf9','\x36','\x51','\x3c','\x74','\xd9','\xf3','\x6e','\x61','\xa2','\x87','\xc9','\xd4','\x12','\xe9','\x15','\xa1','\x00','\xd4','\xed','\x61','\x6c','\x77','\xb0','\x5b','\xc1','\x86','\x01','\xaa','\x0e','\xf3','\x9d','\x2d','\x42','\xbf','\x87','\xf3','\x65','\x70','\x43','\xcf','\x91','\x5d','\x4d','\x32','\x8e','\xfc','\x78','\x25','\x72','\x1b','\x79','\x6d','\x4c','\x92','\xde','\x66','\x2e','\xfe','\xdb','\x7c','\x98','\xf2','\x0e','\xe3','\x15','\xc6','\x0d','\x7d','\x3d','\x7e','\xac','\x7f','\x0e','\xb2','\xf9','\xb9','\x0e','\xda','\xde','\x73','\x36','\x50','\x07','\x03','\x6d','\x75','\x57','\x36','\xd6','\x91','\x4c','\xd9','\x9d','\x94','\x5d','\x49','\xd9','\x06','\x90','\xa3','\x09','\x54','\xd5','\x9e','\xa9','\x08','\x79','\xfd','\x96','\x47','\xfc','\x28','\x20','\xc5','\x1d','\x5a','\xb0','\xbd','\x55','\xc9','\x41','\x17','\xb9','\x45','\x86','\x1c','\x12','\xaf','\x92','\xd4','\x39','\xb2','\xb2','\x28','\x6c','\x09','\x61','\x3d','\x0e','\x2f','\xd8','\x1d','\xc5','\xae','\x28','\xb6','\xb1','\xe9','\xdc','\x21','\x91','\x4d','\xac','\xb3','\xb2','\x0a','\x4c','\xc6','\x81','\x11','\x69','\xf0','\x13','\x89','\x24','\xf0','\x56','\x24','\xa1','\x78','\x06','\xab','\x48','\xd2','\xcf','\x40','\xef','\x4d','\xb6','\x82','\x86','\xb0','\xbb','\x93','\xad','\x64','\x67','\x43','\xdc','\xbb','\x8c','\xe7','\xbf','\x61','\xd1','\x97','\xfb','\xb5','\xba','\x86','\xe9','\xea','\xbf','\xa4','\xde','\xde','\xa0','\x50','\xd7','\x60','\x9d','\xa6','\xa0','\x76','\x4f','\x28','\x66','\xab','\x8e','\x11','\x91','\x07','\xaf','\x31','\x02','\xc4','\xc2','\x09','\x8c','\xf6','\x63','\x54','\x50','\x91','\x23','\xde','\x91','\x72','\x96','\x28','\x37','\x08','\xba','\x43','\xd0','\x3c','\x49','\x24','\xb6','\x74','\x32','\x60','\x4a','\x0f','\x8e','\xf3','\x91','\x2a','\xb5','\xbc','\xb1','\xa2','\xe3','\xbd','\xba','\x44','\x8b','\xcb','\x10','\x40','\x5e','\x74','\x80','\xb1','\xf0','\x24','\xa1','\x65','\x2a','\x90','\x9c','\x61','\x9d','\x55','\x5e','\x59','\x71','\x8d','\x05','\x57','\x59','\x14','\xab','\x3f','\x0b','\xe7','\x0e','\x4c','\xfa','\x7f','\xa2','\x89','\x44','\x8c','\x02','\x93','\x6d','\x22','\x08','\x7c','\x1d','\x63','\xa3','\xde','\xbf','\xf7','\x68','\x05','\x4a','\x79','\xd0','\xe7','\x69','\x3c','\x45','\x29','\xa0','\x26','\x90','\x64','\xb4','\x23','\x09','\x39','\x8c','\x0d','\x69','\x06','\x32','\xbc','\x24','\x8a','\x62','\xfe','\x0c','\x14','\x5f','\xc9','\x2e','\xa1','\x64','\x68','\x99','\x78','\x6f','\x3a','\x24','\xd7','\x20','\x47','\x1c','\xb2','\xe0','\x10','\x05','\x98','\x07','\x48','\xce','\x21','\xcf','\x3d','\x3d','\x0c','\xfd','\x40','\x36','\x9c','\x11','\x04','\xa5','\x6c','\x88','\x4b','\x89','\xf5','\xca','\xe5','\xc0','\xdb','\x0f','\xa1','\xa1','\x45','\xff','\xbd','\xeb','\x64','\x5f','\x96','\xd0','\x0a','\x90','\xdf','\x12','\x97','\x28','\x4b','\x64','\x35','\x36','\x8c','\x13','\x1d','\x9a','\xad','\xf0','\x8a','\x01','\xc1','\x25','\x32','\x80','\x44','\xdc','\x01','\x93','\x29','\x14','\x1a','\x8d','\x25','\x3b','\x44','\x3e','\x99','\x8f','\xa1','\xcb','\x6d','\xef','\xf6','\xfa','\xb7','\x04','\xaa','\x09','\x9c','\x25','\xf4','\x1c','\xb9','\x5d','\x1d','\xa6','\x85','\x0e','\x7d','\xa4','\x42','\xb9','\x41','\x75','\x14','\xbf','\x8a','\xc6','\xa9','\xd2','\x4e','\xa2','\x66','\x0c','\xec','\x4a','\x0d','\x25','\x12','\x84','\x1e','\xec','\xc2','\x2c','\xe0','\x88','\x2e','\xa1','\xb1','\x18','\xf2','\x9e','\xc6','\x74','\x4c','\x4e','\x22','\x31','\x44','\x57','\x69','\xbc','\x3f','\x89','\x7e','\xc2','\xf8','\xf4','\xe7','\x33','\x88','\x1a','\xf1','\x38','\xda','\x50','\x35','\xea','\xdd','\x20','\x24','\xf7','\x36','\x49','\x62','\xa2','\x61','\x48','\xd9','\xf2','\x6b','\xbb','\xaf','\xd8','\xc3','\x8a','\xd3','\xc9','\x75','\x37','\x4e','\xe6','\x5e','\x5c','\x8a','\xa6','\xc5','\xa2','\x09','\x20','\xc2','\xc0','\x8c','\x60','\x9d','\xa0','\xc2','\xd0','\xb5','\xae','\xd7','\x60','\x41','\x12','\x31','\x60','\x12','\xfe','\x8a','\x9f','\x32','\x4c','\x18','\x44','\x74','\x10','\x66','\x0c','\x1e','\xc5','\xfa','\x76','\x5c','\x8f','\xaf','\x1b','\x48','\xc8','\xd5','\x0e','\x10','\x77','\x83','\x1c','\x83','\x5a','\x2a','\x72','\xd1','\xc9','\x3c','\x3d','\x1b','\x0f','\x5b','\x5e','\x22','\x90','\x60','\xae','\xa1','\x66','\x91','\x9a','\x00','\xef','\xc1','\xa0','\x1c','\x0b','\xe4','\x8f','\x4e','\xc2','\x1a','\x89','\x4a','\x0a','\xf1','\xc3','\x64','\xe8','\x0a','\xf1','\x5c','\x70','\xdf','\xc2','\x38','\xe7','\x3a','\x64','\x2f','\x22','\x53','\x41','\x95','\x16','\x29','\x82','\xec','\x0a','\x91','\x22','\xc8','\x97','\x3f','\x3e','\xaf','\x51','\x14','\x25','\x80','\xd1','\x81','\xc9','\x6a','\x1d','\x7c','\x8c','\x19','\xde','\x15','\x98','\xd5','\xf4','\xb9','\x5e','\xbe','\x56','\xae','\xeb','\x37','\xe2','\xcf','\x55','\xc7','\x53','\xd5','\xb6','\x18','\x1f','\xe0','\x7e','\x91','\x01','\x75','\x42','\x0c','\x1a','\x18','\xf9','\xbc','\x3d','\xca','\x1a','\x70','\x74','\x00','\x6c','\xe0','\xb1','\x17','\x57','\x21','\x37','\x56','\xe4','\x5c','\x92','\x8c','\x46','\x00','\xab','\xdb','\x6f','\x0f','\x7b','\xdd','\x6e','\xb1','\x7a','\xba','\x2f','\x57','\x01','\x7f','\x86','\x8a','\x8e','\x10','\xf3','\x31','\xa5','\x4b','\x2c','\x21','\x7c','\xc2','\x24','\x1c','\x21','\x47','\xf1','\xd0','\x5e','\xe2','\x3d','\xb7','\x44','\xe2','\xcb','\x20','\x1b','\xfd','\x6c','\x6b','\x94','\x96','\x63','\xc5','\x86','\x11','\xeb','\xe8','\x52','\x6e','\xf8','\xa7','\xde','\xfe','\x51','\x9c','\x1f','\x2f','\x81','\xec','\x04','\x6a','\x52','\x48','\x1d','\x0f','\x53','\x7c','\x8e','\xd2','\x97','\x69','\xf9','\x37','\xc6','\x70','\xd6','\x3b','\x53','\x81','\x0f','\x23','\x88','\x9e','\xce','\xca','\x59','\x32','\x09','\x0f','\x2b','\x86','\x43','\x97','\x22','\xc8','\x7f','\x65','\x1b','\xfa','\x59','\x2f','\xd6','\x16','\x94','\x69','\xeb','\x1f','\x24','\xad','\xf6','\xab','\xb3','\xf5','\x84','\x43','\xb0','\xf9','\x0e','\x8a','\x8e','\xde','\x3f','\xc5','\x2a','\x09','\x9f','\x39','\x99','\x98','\xb0','\x8b','\x11','\x1e','\x17','\x36','\x84','\xc3','\xe1','\x47','\xc4','\x66','\x9c','\x68','\x52','\x7a','\x43','\x32','\xc4','\xbd','\x4c','\x2b','\x8d','\x64','\xe5','\x76','\xe7','\x6a','\xf3','\x09','\xe6','\x1a','\x70','\xbc','\xe8','\x1f','\x19','\xac','\x22','\x26','\xec','\xbe','\x79','\x31','\x7f','\x12','\x1b','\xa9','\x75','\xc6','\x34','\xdd','\x7b','\x3a','\x2b','\xcb','\x21','\x71','\xfa','\xa1','\x69','\x9a','\x3f','\x4f','\x17','\x30','\x74','\xab','\x8a','\x4d','\x10','\xbf','\x23','\x36','\xf1','\xad','\x9b','\xa0','\x0a','\x87','\x4d','\x09','\xcb','\xa2','\xf9','\x7c','\x1f','\x63','\xf9','\xbc','\xb0','\xf8','\x07','\x3f','\x01','\xcc','\xc3','\x27','\xc9','\x7c','\xbe','\x93','\xcf','\x57','\xf2','\x79','\x23','\x9f','\x87','\x93','\xc0','\x6a','\x1e','\x3d','\x53','\x55','\xc8','\x33','\x21','\x85','\xf8','\xfb','\x32','\x54','\x01','\x08','\xdb','\x80','\x63','\x20','\x00','\xc7','\xca','\x8e','\xf7','\x1d','\x87','\x96','\x25','\x7c','\x1e','\x60','\xb8','\x1f','\x20','\x08','\x4a','\xaa','\xb4','\x63','\x75','\x2a','\xeb','\xb7','\xd4','\xf7','\xff','\xd0','\x44','\x72','\x80','\xc2','\x31','\xde','\x1e','\x8b','\x53','\xef','\x92','\xa4','\xaa','\xff','\xf8','\x28','\xbc','\x23','\xbf','\xdc','\x59','\xd9','\xa4','\x27','\xde','\x4e','\x9a','\x66','\xc7','\x34','\x2b','\xa6','\x69','\x9c','\xb8','\x83','\x4c','\xb3','\x77','\x02','\x2f','\xfd','\x36','\x20','\x37','\x10','\x48','\x9a','\x9c','\x14','\x1d','\x56','\x8b','\xde','\x66','\x5e','\x6f','\xa3','\x09','\x76','\x1c','\xff','\x86','\xc5','\x26','\xa3','\x93','\x8e','\xd5','\xad','\x3c','\xe8','\x18','\x35','\x47','\x1d','\x21','\x68','\x77','\x02','\x5d','\x17','\x93','\x0c','\xe2','\x60','\x37','\xf1','\xa2','\x27','\x64','\xbd','\x15','\xa8','\x4c','\x84','\xc9','\x97','\xc5','\xb0','\xc7','\x6c','\x3a','\xce','\xe9','\x64','\x96','\xd6','\x93','\x63','\xf2','\x50','\xe8','\x3d','\xdf','\x7b','\x58','\x9e','\x38','\xe5','\x99','\xa4','\x78','\x85','\xc8','\xb0','\x31','\xce','\xbc','\x66','\x50','\xd5','\x05','\x24','\x1b','\x14','\xd9','\xe9','\xca','\x06','\x4e','\x5a','\x5e','\x07','\x55','\x2b','\xe1','\xfc','\x91','\x3d','\xa6','\x92','\x31','\x43','\x99','\x18','\x08','\x1b','\x79','\xbe','\x33','\x98','\x27','\x1e','\x27','\xf6','\xae','\x1d','\x76','\x68','\x61','\xbb','\x54','\x71','\x14','\x76','\x13','\xd1','\x9f','\xb0','\x7f','\x69','\x3a','\xd4','\xa2','\xc2','\x39','\xaf','\x2a','\x04','\x12','\xa7','\xec','\x13','\x9d','\xf4','\x25','\x1a','\x8e','\x0b','\x8c','\xee','\x10','\x63','\x92','\xa2','\xad','\x14','\xad','\xa4','\x46','\x99','\xe5','\x31','\xce','\xb2','\xa8','\x45','\x21','\xa8','\x3b','\xba','\xd5','\xa5','\x4c','\x42','\xec','\x37','\x4b','\xed','\x27','\xde','\x82','\xfc','\x01','\x1f','\xbf','\xf3','\x6d','\xc6','\xcd','\x1c','\x2f','\x27','\xf9','\x49','\x64','\x35','\x45','\xe7','\x04','\x45','\xba','\x91','\x10','\xc1','\x21','\x8a','\x53','\xd4','\x7b','\xe7','\x2a','\x24','\xa8','\x82','\xbc','\x68','\x46','\xde','\xfc','\xaa','\xa7','\x26','\x4f','\xe3','\x98','\x01','\x03','\x07','\xbc','\x07','\x71','\xea','\xc6','\xdb','\x8d','\xf8','\xe5','\x6e','\xbc','\xe6','\x0a','\x78','\x70','\xad','\xc7','\x2f','\x7b','\xf1','\x36','\x02','\x4a','\xdb','\xda','\x28','\xb4','\x45','\xe3','\x4b','\x34','\x79','\x89','\xbe','\x73','\xa9','\xf6','\xc4','\x3b','\xb5','\x23','\xb5','\x0d','\x71','\xcb','\x32','\x36','\x47','\xd6','\xd8','\x2a','\xe7','\x7d','\x8c','\x95','\xf3','\x9e','\x78','\x53','\x5c','\xae','\x05','\x24','\x07','\xd9','\xdf','\xb5','\x9f','\xb0','\x93','\x45','\xa7','\x53','\xec','\x56','\x8a','\xb6','\xe1','\xfb','\x10','\x00','\x55','\xff','\x3c','\x05','\x76','\x89','\xd1','\xc3','\x9e','\xd7','\x54','\x55','\xa8','\x0b','\xb9','\x77','\x17','\xde','\xbb','\xcb','\xcb','\xbd','\x45','\xf7','\xee','\x02','\x88','\x86','\x1a','\x92','\x05','\x8b','\xc2','\x50','\xc8','\xa5','\xb7','\xe4','\xb7','\x71','\xb9','\xeb','\x0c','\x1c','\x4d','\x7b','\x35','\xb2','\x57','\xa3','\xb9','\x37','\xf5','\xbd','\x9a','\xbb','\x57','\xcb','\xe7','\x7e','\xe8','\xc1','\x11','\x28','\x2b','\x5b','\xed','\x93','\x52','\x39','\xe5','\x6a','\x9b','\x5b','\x8b','\xcd','\x43','\xc8','\xd5','\x13','\xef','\x31','\x7f','\xce','\x54','\x13','\xc0','\x45','\x5c','\x05','\x74','\xbb','\xe2','\x3a','\x7a','\xbd','\xea','\xf9','\x6d','\xbf','\xbc','\xc5','\xcd','\x3b','\xb4','\x61','\xfa','\x48','\xde','\xbc','\xd3','\x91','\x94','\x68','\x46','\xc3','\x44','\x37','\xef','\xf4','\x92','\x1a','\x25','\x81','\x14','\xc8','\x0d','\x4a','\x55','\x49','\x2e','\xbd','\x08','\x8a','\xf4','\x68','\x9d','\x78','\xf5','\x28','\x7d','\xf1','\x16','\x15','\x86','\x42','\x1d','\xd3','\x17','\xbb','\x54','\x08','\x37','\x17','\xd1','\x3a','\x1f','\xaf','\x97','\xdf','\x79','\xf6','\xc4','\x13','\xcf','\x9a','\x47','\x5e','\x98','\x55','\x26','\x4f','\xaa','\x93','\x95','\x10','\xe6','\x61','\x6c','\xc2','\x52','\xd5','\x8d','\x04','\xec','\xbe','\x4d','\x8a','\xaa','\x54','\xae','\xfa','\xb1','\xb0','\xed','\x09','\x53','\xc2','\x5f','\xec','\xa7','\x3b','\x1b','\x2a','\x49','\x59','\x1d','\xa1','\xee','\x74','\xd0','\xe4','\x13','\x9e','\x67','\x20','\xb9','\x0f','\x0a','\xe9','\x3a','\x24','\xe5','\x6a','\xb0','\x2e','\xfc','\xc9','\x4f','\xe8','\xa3','\xfb','\xc7','\x8e','\xef','\xf7','\xfe','\x4b','\x81','\x16','\x09','\x3d','\xf5','\x06','\x5c','\x4b','\x0e','\x2d','\x15','\xe8','\xf1','\xfd','\xe2','\x9f','\x92','\x45','\xd2','\x29','\x11','\xe8','\x04','\xdb','\x40','\xe1','\xe9','\xc7','\x79','\xb2','\x71','\x38','\xaf','\x84','\xe7','\x0a','\x6a','\xa0','\x50','\x49','\xfe','\x3c','\x7a','\xec','\x98','\x77','\xec','\x58','\x50','\x2a','\xe5','\xad','\x43','\xeb','\x57','\x1c','\x4d','\x0e','\xc7','\x3a','\xf7','\x24','\x2a','\xd9','\x2b','\x46','\xcb','\x8d','\x30','\x8e','\x32','\x59','\x45','\xdc','\x60','\x4b','\xea','\x1b','\xd0','\x0f','\xf1','\x6b','\x51','\x51','\xf1','\xce','\x3e','\x92','\x18','\xcb','\x50','\xef','\x35','\x46','\x7f','\x7d','\x3f','\xfd','\xbd','\x63','\xe2','\xad','\x07','\x7f','\xc2','\x80','\x1b','\x4e','\x72','\xd2','\x39','\xd1','\xa8','\x94','\x0b','\x46','\xb9','\x80','\x04','\x4e','\x34','\xfa','\x7e','\x12','\x29','\xe7','\x03','\x09','\x2f','\xd9','\xf4','\xd0','\x98','\xba','\xe4','\x2d','\xc6','\xa0','\x60','\x01','\x8c','\x7f','\x9a','\xfa','\x55','\x3c','\x54','\xa8','\x62','\x90','\xcc','\x75','\x3a','\x0d','\xa8','\x0b','\x6b','\x0c','\xb7','\x7b','\xda','\x3f','\x45','\xb2','\x7d','\xe4','\x0c','\x82','\x0c','\xa0','\x6b','\x70','\xd2','\x3a','\x33','\xd4','\x29','\x53','\x7d','\xe6','\x04','\x38','\xb1','\x8b','\x17','\x3a','\xc5','\xa5','\xb0','\xb8','\x9e','\x58','\x0a','\x97','\x86','\x3b','\x3c','\x1a','\xe6','\xd1','\x43','\x3c','\xea','\xc7','\x45','\x6c','\x37','\x7f','\x7a','\xf9','\xa4','\xe1','\xa8','\x8d','\x13','\x4d','\x42','\x1b','\xcb','\xb9','\x6e','\xb9','\x62','\x4f','\x5c','\x5d','\x12','\x1a','\xc2','\x08','\xb3','\xbd','\xab','\x4b','\xa5','\x5c','\x07','\x33','\x3b','\xca','\xaa','\x2c','\x07','\xe5','\x04','\xb6','\xed','\x67','\x3d','\xcf','\xae','\x15','\x4d','\x6b','\x6f','\x64','\x5a','\x8d','\xb4','\xe6','\x66','\x5a','\x75','\x16','\xf1','\x32','\xad','\x2b','\x69','\xed','\x4a','\xe6','\xcd','\xe5','\xf4','\x08','\xdd','\xfb','\x26','\x99','\xd9','\x39','\x3c','\xf3','\x01','\x7c','\x94','\x21','\x7b','\xbb','\x7e','\xe4','\x71','\x1c','\xd9','\xfb','\x56','\x77','\xaf','\x42','\xac','\x1f','\x93','\x35','\xe2','\x34','\xd6','\x6a','\x94','\xdd','\x2e','\x69','\x8f','\x08','\x0b','\x89','\x30','\x5d','\xe8','\x71','\xaf','\xb4','\x6f','\xd3','\xe2','\x65','\x6a','\xc6','\x92','\x4d','\xfc','\x9e','\xcf','\x05','\x7a','\xb8','\x03','\x42','\x1e','\x8e','\x46','\x1c','\xd0','\xc3','\x15','\xc7','\x5b','\x90','\xd5','\x79','\x60','\x99','\x4b','\x1d','\x66','\xdf','\x83','\x10','\x44','\x76','\x7d','\xef','\xb8','\xab','\xb6','\x73','\x9d','\x4a','\xba','\x60','\xa4','\x0b','\xa8','\x07','\x7f','\xdf','\x01','\x72','\x99','\x85','\xaa','\x5f','\x83','\x80','\x5e','\xd7','\xe9','\xf5','\x7d','\xa3','\xaf','\x74','\x3d','\x68','\xec','\x91','\x1f','\xda','\x80','\x9b','\x1d','\xba','\x76','\x56','\x60','\xf4','\x66','\x27','\xb1','\x76','\xf6','\x9d','\xa5','\xb3','\x62','\xfc','\x8f','\x88','\x67','\x89','\xb2','\x50','\x8c','\x84','\x13','\xb0','\xfb','\x04','\xc1','\x60','\x72','\x97','\x82','\x48','\xb0','\x5e','\x43','\xfc','\x09','\x6b','\xb5','\x7b','\xec','\xe8','\x1e','\x81','\xc1','\xc6','\x7b','\x3d','\x57','\x22','\x28','\x64','\x83','\xe8','\x5a','\x98','\xde','\xec','\xc2','\x1f','\x5d','\x3b','\xeb','\xf5','\x6e','\x00','\xee','\xc4','\xbf','\x1f','\x71','\x15','\x4b','\xd8','\x45','\x89','\x97','\x26','\xde','\xf9','\x0f','\x7b','\x8b','\x57','\xd5','\x23','\xc8','\x55','\x93','\xdd','\x10','\x72','\xc3','\x42','\x27','\x17','\xa2','\x4c','\x8f','\x26','\xc4','\x50','\xe8','\x51','\xa8','\x88','\xa1','\x47','\xc7','\x72','\x6d','\xcf','\x46','\xc1','\xa2','\x90','\xcb','\x1f','\x8a','\xa7','\xfc','\x6f','\x9f','\x02','\x25','\xe1','\x23','\x95','\x0e','\x30','\x54','\x77','\x0c','\xdf','\x9f','\x49','\xe5','\x26','\xa1','\x53','\xc5','\x7b','\x43','\x18','\xa6','\xfe','\xba','\x88','\xfb','\xb4','\xfc','\x73','\x6d','\x7a','\x6c','\xc9','\x3b','\xb6','\x04','\x8d','\xa8','\x01','\xb4','\x87','\xe2','\x2a','\x00','\x54','\xf3','\xc6','\x78','\x34','\x0f','\xca','\x46','\x62','\xc9','\xc8','\x3a','\xe8','\xf4','\xb4','\x52','\xe3','\x31','\xa1','\xd2','\x77','\x93','\xa8','\x12','\x13','\x52','\x3f','\xa2','\xda','\xb8','\x84','\xad','\xb7','\x3c','\x6d','\x11','\x45','\x17','\x3b','\x3b','\x34','\x28','\xee','\x81','\xd4','\x4e','\xee','\x3a','\xd2','\xa7','\xda','\x03','\xd7','\x1f','\xe9','\x47','\xd5','\xdd','\xab','\x9e','\xbe','\xb2','\x69','\x88','\x82','\xf1','\x51','\x56','\xdc','\x83','\x0b','\x76','\x6a','\x0b','\x72','\x0b','\xd5','\x94','\x9f','\x9c','\x2b','\xe1','\x2d','\xc8','\x3a','\x50','\x12','\xfe','\x0f','\x14','\x17','\x20','\x15','\x65','\x61','\xc1','\x51','\xae','\x75','\x21','\x7c','\x75','\xc0','\x4f','\xe2','\xbf','\x82','\x61','\xaf','\xa5','\xf7','\xc9','\x54','\x57','\xb1','\xbb','\x1a','\x5e','\x5b','\x65','\xc3','\xab','\x03','\x07','\x9d','\xab','\x2d','\xb2','\xca','\x36','\xd7','\xe1','\x4d','\xbc','\x77','\x27','\x72','\x3b','\x7e','\xd1','\x7b','\x1d','\x6d','\x29','\x62','\xeb','\x47','\x2e','\x41','\xd2','\x7d','\x8f','\xdd','\x2b','\x70','\x6e','\x88','\x79','\xbb','\xfb','\x2c','\x3d','\x28','\x2c','\xf4','\xee','\x58','\xca','\xf6','\xfe','\x8d','\x4d','\x4f','\xd8','\x74','\xca','\xa3','\xf6','\x3c','\x54','\x6e','\xea','\x15','\x37','\x89','\xe7','\xda','\xe3','\x8c','\xb6','\x85','\xfa','\x90','\x6b','\x1b','\x9b','\xec','\x9d','\x9f','\x76','\x3f','\xaf','\x88','\xf1','\x5c','\x45','\xd1','\x2d','\x8f','\xb6','\xdd','\x73','\xad','\xef','\x6b','\x32','\xa1','\xc0','\xff','\x27','\x1c','\xf1','\xbe','\xe3','\x7f','\x08','\xaf','\xc6','\x3f','\x8f','\x90','\x0a','\x73','\xf2','\x95','\x2e','\xbd','\xc1','\x68','\x1d','\x90','\x74','\x7b','\xfa','\xb3','\xd1','\xa3','\x1a','\x70','\xfd','\xd4','\x57','\xc8','\x3d','\x07','\xe2','\x1a','\xdb','\x0d','\xdb','\x6e','\xf4','\x88','\xad','\x15','\x6d','\xbe','\x57','\x26','\x5e','\x25','\x7a','\x19','\x58','\x25','\xbf','\x96','\x7a','\x53','\x05','\x52','\x8b','\x5e','\xfd','\x6e','\x19','\x3f','\x2f','\xe4','\x5c','\x94','\xa1','\xb0','\x00','\xe7','\x21','\xab','\x15','\x72','\xb9','\x8c','\x29','\x75','\xd5','\x05','\xa0','\x18','\x23','\x25','\xc4','\x7e','\x5a','\x3f','\x90','\x2b','\xb0','\x88','\x22','\x1e','\x38','\x95','\xb2','\x51','\x04','\xd1','\x62','\x8c','\x91','\x4f','\xb2','\xa1','\x45','\x26','\xe9','\x47','\x02','\x72','\xe3','\x4d','\x57','\x38','\x58','\xf1','\xdc','\xf1','\x29','\xbb','\x79','\x18','\x29','\xaf','\x75','\x0f','\x43','\x46','\xab','\xe4','\x87','\xec','\x25','\x6f','\x46','\x3c','\xb7','\xd7','\x06','\x7a','\x81','\xe0','\xa9','\x9b','\x1c','\x41','\xa2','\x7d','\x53','\x15','\x06','\xe6','\xa2','\xcd','\x4e','\x20','\xf4','\x21','\x79','\x6f','\x0c','\x7e','\x50','\x95','\xcd','\x80','\x8f','\x88','\xc2','\x6f','\x45','\x14','\x77','\x78','\xb1','\x39','\xfc','\xe4','\xad','\xb1','\xc9','\xdb','\x99','\x70','\xa3','\x14','\xbd','\xb9','\xa8','\xd5','\x55','\xc3','\xdd','\xd0','\xd5','\x11','\x97','\x64','\x6c','\xf6','\x73','\x32','\x1b','\x25','\x0b','\xde','\x11','\x21','\x51','\x45','\x3f','\x46','\x11','\x59','\x6f','\x3a','\x66','\xb1','\x0b','\x61','\x54','\x33','\xd4','\xfa','\x2f','\x35','\xf3','\xe4','\x55','\x93','\x73','\x88','\x55','\x28','\xda','\xd6','\x6b','\x86','\x09','\x69','\x50','\x1e','\xb0','\x9d','\xbf','\x53','\x8d','\xa9','\x24','\x19','\x6e','\x8c','\xbb','\xd3','\x93','\x9c','\x4d','\x30','\x9e','\x67','\x6e','\x55','\x52','\xa9','\x63','\xb2','\x89','\x67','\x60','\xb0','\x66','\xf7','\x7a','\xa6','\x4f','\x10','\xf9','\xec','\x73','\x8c','\xcb','\xb2','\x89','\x72','\x9c','\x5d','\x15','\x08','\xde','\x61','\x9c','\x79','\x50','\x2f','\x1b','\x28','\x02','\x90','\x65','\xe7','\xda','\x9b','\xd2','\xdd','\x7b','\xc1','\x66','\x7e','\x27','\x69','\xd9','\x49','\xb1','\xdf','\x89','\x10','\xfa','\xa7','\x09','\xca','\x31','\x34','\xee','\xf6','\xf8','\xa8','\x37','\xfc','\xe2','\xd6','\x5f','\x49','\x0c','\x16','\x76','\x34','\xe1','\x7d','\xfd','\xa4','\x04','\x7b','\xd9','\x49','\x19','\xa1','\x6f','\xc3','\x84','\x07','\x8e','\x29','\x60','\x22','\xae','\x10','\x74','\x48','\x18','\x04','\x37','\xbd','\x3b','\x72','\x96','\x06','\x49','\x04','\xdb','\xf0','\x99','\x6f','\x21','\xc4','\x88','\x42','\xed','\xe9','\x8a','\xef','\xa3','\x1b','\xa5','\x8f','\x8c','\xd0','\xb5','\xdd','\x35','\xe7','\xc8','\x25','\x6c','\x1f','\xc0','\xc1','\x10','\x95','\x36','\x8f','\x4f','\x73','\xdd','\x4f','\x0b','\x23','\x1c','\x42','\x30','\x4b','\xd1','\x8a','\x0b','\x23','\x19','\xf2','\x57','\x19','\xf8','\xf4','\xa2','\x94','\x8b','\x1d','\xbe','\xef','\x00','\x1c','\x6e','\xfb','\x15','\x1c','\x82','\x00','\xa0','\x20','\xff','\x74','\x20','\x9f','\x51','\xfc','\xa1','\x68','\x09','\xc5','\x20','\x25','\x92','\xd2','\x12','\xd1','\x56','\xb1','\xbe','\x8a','\x8f','\x48','\x7a','\xff','\x70','\x62','\xe3','\x00','\x06','\xe4','\xf0','\xae','\x6a','\x0b','\xed','\x67','\xbe','\x22','\x7a','\xb1','\x65','\x62','\xd0','\x2a','\x24','\x9d','\x41','\xf1','\xe5','\xb0','\xd0','\xfa','\xd9','\x29','\x21','\xb2','\x4c','\x06','\xa8','\x33','\x72','\xae','\x35','\xa4','\xb6','\xa0','\x5a','\x62','\xd6','\x67','\xba','\x9c','\xec','\x0f','\xa3','\x24','\x99','\xef','\xf5','\x13','\x8c','\xb3','\x14','\x41','\xe2','\xaf','\xbc','\xda','\x7f','\x47','\x15','\x4c','\x0f','\x41','\x55','\x4d','\x8a','\xa5','\x8e','\x01','\xfe','\xe7','\x9e','\x9c','\xe1','\x03','\xaf','\xac','\x1f','\xb2','\xd2','\x44','\x91','\x56','\xd4','\x82','\x50','\x5f','\xa2','\xe9','\x42','\x59','\xd2','\x8e','\x11','\x9d','\x93','\x63','\x37','\x90','\x1a','\x41','\xca','\x79','\x59','\xe8','\x5c','\x37','\x90','\x01','\x49','\xe2','\x49','\x9b','\xca','\xbf','\xdb','\x7b','\xb3','\xe2','\x29','\x16','\x9a','\xfe','\xfd','\xa8','\x0b','\xee','\x94','\x62','\x67','\x14','\x7b','\x0c','\x50','\x55','\x2d','\xcf','\x67','\xa0','\x8d','\xc8','\x4f','\xde','\x92','\x89','\x48','\x53','\x08','\xfc','\x2b','\x3f','\x65','\x7c','\xb6','\x3c','\x97','\xe2','\xba','\xea','\x57','\x4f','\xc7','\x52','\xb9','\x6c','\xea','\xe5','\x55','\xb1','\xb9','\x66','\x84','\xcc','\x91','\xff','\xea','\xaf','\x6e','\xcf','\x1d','\xb2','\xdd','\x27','\x84','\x74','\xf2','\x64','\xdc','\x7b','\xaf','\x31','\x20','\xf9','\xe5','\x0f','\x9b','\x28','\x6a','\xca','\xad','\x21','\xcf','\x48','\x95','\x0d','\xab','\xeb','\x62','\x27','\x90','\x3c','\x6c','\xfb','\xe7','\xf2','\xdf','\x97','\xe6','\xf6','\xdc','\xf8','\x11','\x1a','\xf7','\xa0','\xf0','\x6a','\x5c','\x98','\x49','\x5f','\xa2','\x63','\xde','\x6d','\x9a','\xa5','\x74','\x8e','\xd2','\x5f','\xa7','\xf4','\x52','\x6d','\x4c','\x7c','\x28','\xbe','\xd8','\x28','\xf4','\x03','\x0b','\x16','\xe8','\xc2','\xfc','\x7e','\x94','\x15','\x74','\x50','\x6c','\x9d','\x8b','\x5e','\xaa','\x4a','\x52','\x5f','\xad','\xe5','\xce','\x72','\x65','\xd1','\x56','\xbe','\x96','\xf5','\xec','\x74','\xfc','\x9a','\x17','\x3f','\x0b','\x3c','\x61','\xbb','\xab','\xec','\x88','\xdd','\x5a','\xf8','\x2a','\xdf','\x70','\x33','\xd7','\xfd','\xb5','\xd3','\x24','\xef','\x35','\x3e','\x7e','\xe9','\x01','\x74','\x7a','\xd8','\xf3','\x0e','\xa1','\x58','\xc3','\xb2','\x89','\x21','\x01','\xbe','\x1d','\x34','\xf4','\x4e','\x7b','\x68','\x47','\x14','\xf0','\x4e','\x5b','\x7a','\xbd','\x7c','\x8a','\xa7','\x80','\x64','\x89','\x0c','\x8b','\x36','\x90','\xb1','\x10','\xd7','\xf5','\x9a','\x50','\x52','\xb9','\x87','\x3a','\x7d','\xc5','\x4b','\xd9','\xae','\x8f','\x0c','\x72','\x7f','\x0b','\xb9','\xa6','\x10','\xbf','\x08','\x46','\x3b','\xea','\xba','\x9a','\xeb','\xea','\x90','\x6c','\xe0','\x42','\xd9','\x14','\xdf','\xe3','\x17','\x38','\xe1','\xb1','\xf7','\x5d','\x8f','\xde','\xc0','\xb4','\x81','\xe9','\x1a','\xa6','\x7f','\x85','\xe9','\x4a','\x35','\x65','\xd7','\x7d','\x64','\x10','\xfe','\x2d','\x14','\x33','\x11','\x89','\x20','\x32','\x64','\x27','\x76','\xd8','\x74','\xc4','\xce','\xea','\x4a','\xcb','\x15','\x06','\x5a','\x90','\xef','\x09','\xa9','\xd9','\x7b','\x31','\xa4','\x6d','\x8d','\xc9','\x12','\xc0','\x2a','\x61','\xeb','\x10','\x9a','\x1e','\xe5','\x77','\x51','\xfe','\x11','\xea','\xbe','\x35','\xe9','\x96','\x52','\xf6','\x94','\xe2','\xaa','\x2a','\x57','\x31','\x03','\x92','\x12','\x9a','\x50','\x39','\x09','\xea','\x8d','\x5a','\x9d','\x58','\x8f','\x8a','\xcb','\xf7','\x42','\x88','\x61','\xcb','\x46','\x10','\xd4','\x93','\x02','\x2f','\x9c','\x34','\x64','\xfc','\x3d','\xde','\xaf','\x97','\xfd','\x49','\x17','\xbc','\xca','\x2a','\xa7','\x38','\x0b','\x9e','\xe2','\x26','\xd9','\x50','\x5f','\x86','\x23','\x3f','\x2b','\x5d','\x20','\x2b','\x60','\x75','\xa6','\x73','\x9d','\x5a','\x54','\xd6','\x34','\x0f','\x2a','\x40','\xf9','\xdc','\xce','\x9c','\x56','\x64','\x57','\x6a','\x93','\xe2','\xd3','\x7e','\x3f','\x89','\x44','\x65','\xb0','\xb4','\x61','\xbc','\xc6','\xbd','\xdb','\xe5','\x78','\xed','\x44','\xfc','\x4b','\x66','\xfc','\xf2','\x6c','\xbc','\x76','\x32','\x55','\xab','\x64','\x28','\xf7','\x91','\xa6','\xfc','\x31','\x99','\x27','\x1e','\xa1','\x33','\x43','\xb5','\x99','\x1d','\xb5','\x19','\xcd','\x2a','\xe9','\x59','\xcb','\xd5','\x0f','\xc3','\xe3','\x44','\xe5','\xfb','\xf2','\xbf','\x1a','\xc4','\x7b','\x43','\x18','\x19','\x12','\x42','\x4d','\x95','\x0d','\x49','\x24','\x06','\xc8','\x10','\xf2','\x5b','\x84','\x98','\xc3','\x9d','\x08','\x11','\xe3','\x8c','\xa2','\xae','\x98','\xc0','\x58','\x07','\xfa','\x21','\x14','\x0b','\x13','\x49','\xa4','\x45','\x24','\x1c','\x52','\x2f','\x78','\x77','\x66','\x69','\x7d','\x36','\x28','\xd8','\x07','\x85','\x7b','\x64','\x27','\x9f','\x13','\x57','\x27','\x43','\x1a','\xbf','\x45','\x1a','\xa6','\xf8','\x0d','\xd1','\xcf','\x65','\x2f','\x7a','\x1b','\x6a','\x6c','\xea','\xa8','\xed','\x22','\x06','\xfa','\x7c','\x5f','\xff','\x57','\x84','\xfa','\xe7','\x78','\xd7','\xba','\xe2','\x1a','\x7f','\xca','\x89','\x5f','\xee','\xc4','\x2f','\x39','\xa9','\x4b','\x76','\x26','\x5e','\xcd','\xe4','\xbc','\x4c','\x26','\x9f','\x56','\xf3','\x8f','\xa9','\xa6','\x89','\x3f','\x14','\xc1','\x07','\x86','\x1c','\xb6','\xc3','\xa1','\x1a','\x4d','\xea','\x2c','\xe6','\xba','\x78','\xf3','\x3a','\xed','\x2b','\x3c','\x83','\x62','\x2a','\x60','\x50','\x93','\x3c','\xf6','\xb6','\x2b','\xb6','\xef','\x98','\x6a','\x0f','\x7d','\x57','\xf2','\x5d','\xfc','\x3f','\x9b','\xaa','\xdb','\x99','\x03','\xdf','\xaa','\x3c','\xca','\x01','\x67','\xaf','\xc4','\xaa','\x30','\x2a','\xfb','\x25','\x21','\x46','\xc5','\x64','\x16','\x8d','\xd4','\x62','\x80','\x8c','\x4a','\x7f','\x0b','\xaa','\xf5','\xd0','\x08','\xa6','\x43','\x67','\x69','\xb4','\x41','\xb5','\x35','\x28','\xab','\xe5','\xea','\x34','\x11','\xa5','\x34','\x36','\x47','\x87','\x9a','\xbe','\x5d','\x19','\x77','\xc4','\xfb','\x82','\xb7','\x26','\x61','\x8a','\xa5','\x9a','\xfa','\x2a','\xcf','\x4c','\x6f','\x7d','\x5f','\x50','\x0d','\x79','\x47','\x8d','\x6b','\x74','\x56','\x1f','\xeb','\x0a','\xc1','\x9b','\xc0','\x95','\xf5','\x63','\xde','\x89','\x72','\xfc','\x8b','\xa6','\xf7','\x77','\xb3','\xf1','\x67','\x4e','\xc6','\xab','\x95','\x78','\x95','\xc7','\x21','\xd9','\x8b','\x67','\x62','\x95','\xcc','\xdd','\xb3','\x99','\x4f','\x9b','\xe9','\x09','\xf3','\x31','\x0c','\x31','\x39','\x11','\x32','\x33','\xb4','\x24','\xde','\x7b','\x49','\xd3','\x2c','\x5d','\x3f','\x2c','\x16','\x58','\x22','\xdc','\xa4','\xb1','\x35','\x9a','\xb8','\x41','\x67','\xeb','\x94','\xd4','\xe3','\x8e','\xeb','\x35','\x5c','\x28','\x19','\x29','\x2c','\x0b','\x47','\x34','\xd6','\x52','\xce','\xcb','\xe2','\x35','\x65','\x62','\x8d','\xcc','\xdc','\x83','\xe9','\x43','\xd3','\x8f','\xed','\x7f','\xc4','\x24','\x95','\x08','\xd9','\x33','\xe4','\xfc','\xf6','\x0e','\xe7','\xd7','\x34','\xf2','\x65','\xfd','\x33','\xc3','\x2e','\xc5','\xb1','\x28','\x16','\x2b','\x9f','\xf4','\x5e','\x3c','\xb9','\xd9','\xf5','\xde','\x90','\x15','\x00','\xc4','\x22','\xbd','\xe9','\xc1','\x6a','\x6d','\xe0','\x94','\x83','\x53','\x17','\xba','\xe2','\x9a','\x21','\xf8','\xb7','\x80','\x6f','\xba','\x1b','\x21','\x40','\x2d','\x1b','\x6d','\x60','\xad','\x81','\x75','\x72','\xd8','\x25','\x44','\x93','\x3e','\x7c','\x3c','\xb2','\x5c','\xbd','\xc7','\x11','\x8f','\xc1','\x52','\xe7','\xd2','\xbb','\x17','\xc3','\x47','\x96','\xc9','\xb9','\xa7','\xa9','\x9a','\x6d','\xa1','\x0a','\x53','\x5c','\x36','\x8c','\x44','\x8b','\x1a','\x3d','\xaa','\x13','\x1b','\xd8','\xc8','\x63','\x6f','\xc1','\x11','\x1e','\x3a','\xd8','\x54','\x9a','\x73','\xf3','\x28','\x91','\xc5','\x79','\xe6','\x59','\x6c','\xc2','\xf4','\x91','\x9e','\x28','\x7b','\x13','\xe5','\x74','\xb7','\x9c','\x9e','\x38','\x29','\x51','\x9e','\x91','\x30','\xbb','\x66','\x79','\x02','\xf0','\x8d','\x09','\xb3','\x31','\x61','\xc6','\x26','\xcc','\xbb','\xcc','\xf9','\xb1','\xfc','\xac','\x96','\xe7','\xfa','\x33','\x7c','\x85','\xf0','\x60','\x1e','\xee','\x96','\x26','\x6a','\xca','\x89','\x3f','\xe7','\x78','\xcf','\x39','\xf1','\x6b','\x1d','\xd1','\xf0','\x91','\xba','\xd6','\x11','\x3b','\x86','\x90','\x3c','\x19','\xcb','\x4b','\x63','\xf4','\x18','\x26','\xf2','\xb9','\x02','\xf9','\xa3','\xa1','\xac','\xae','\x0a','\xf9','\xd3','\x4c','\x68','\x58','\x88','\xf8','\xa0','\x58','\x20','\xad','\xc7','\x2f','\x77','\xbd','\xdb','\xf5','\x5e','\x25','\xac','\x6e','\xbc','\x86','\x53','\x0b','\x6e','\x06','\x36','\x38','\x98','\xd2','\x69','\xa5','\xfa','\x98','\x52','\x35','\xd5','\x6a','\x44','\xc5','\x43','\xe7','\xf0','\x8e','\x6a','\x4c','\x23','\x44','\xa7','\x73','\x2e','\xa7','\xd9','\x3c','\x06','\x9f','\x9e','\x9f','\x17','\x50','\x26','\xe9','\x32','\xf1','\xc4','\xf5','\xd1','\x37','\xd2','\x8f','\xee','\x4f','\x1f','\x07','\xcc','\x48','\x98','\xc7','\xf7','\x97','\x8f','\xbf','\x51','\x2e','\x93','\x6f','\x94','\x49','\x63','\x8e','\xc4','\x66','\xc9','\x5d','\x9c','\x8c','\x71','\xa2','\x71','\xb1','\xf9','\x42','\x3f','\x09','\x28','\x4c','\xdf','\xa1','\x49','\x97','\x86','\xc2','\x74','\xf7','\x39','\x71','\x1b','\x5e','\xa3','\x11','\x77','\xa2','\xc0','\x39','\x6f','\x67','\xe3','\x0b','\x9d','\xd4','\x65','\xff','\x7e','\x00','\x70','\x3f','\x96','\x67','\xca','\xdd','\x76','\x68','\xc1','\xde','\xb1','\x60','\x6b','\x8a','\xa3','\xe7','\x80','\x37','\xa0','\x37','\x3e','\x02','\x55','\xbf','\xbe','\xa4','\xd7','\x0c','\xc7','\x9f','\x46','\xf1','\x9a','\x13','\xaf','\x75','\xe3','\xcf','\x34','\x52','\x17','\x1b','\x99','\x74','\x23','\xf3','\x0b','\x80','\x74','\xbe','\xf1','\x58','\xf8','\x5b','\x26','\x69','\x44','\xa2','\xee','\x50','\xed','\xfa','\x8e','\xe5','\xeb','\x9a','\xbe','\xaa','\x1b','\x9e','\x6b','\xcf','\xc3','\x59','\x87','\x30','\x4e','\x27','\x90','\x04','\x89','\xff','\xeb','\xae','\xf7','\x67','\x4e','\xfc','\xd9','\x3e','\xa6','\x53','\xcf','\x4e','\x67','\x0e','\x4f','\x67','\x26','\x1e','\xc9','\x4c','\xb0','\xf4','\x84','\xfe','\xd8','\x84','\x6e','\x4e','\x54','\xc2','\xdd','\x47','\x62','\x9f','\x9e','\xbe','\x2b','\x7f','\x73','\xa4','\x7a','\x7e','\xf7','\x39','\xec','\x4a','\xff','\x2d','\xd8','\x3a','\x42','\xc3','\x3a','\xd5','\x4d','\x7e','\x9b','\xd0','\x22','\xa5','\xc5','\x5a','\xb2','\xd9','\x92','\x34','\x1b','\x2d','\x5a','\x7c','\xda','\x7b','\x6d','\xf8','\xf4','\x2c','\x36','\xb8','\xd4','\x24','\x2b','\x72','\xfe','\xb8','\x60','\x77','\x44','\x9e','\x44','\xd8','\x9f','\x3f','\xee','\xe9','\xc3','\x88','\x26','\x14','\x44','\xfd','\x47','\xdb','\x29','\x14','\x52','\xf1','\x82','\x1c','\xef','\xb6','\x03','\x0f','\x25','\x84','\x0f','\x3c','\x9a','\x93','\xaa','\x39','\x99','\x64','\x27','\x13','\x16','\x5b','\x49','\x25','\x1d','\xe6','\x8f','\x45','\x4d','\xd3','\xf2','\x22','\x88','\x0f','\xd9','\x7c','\x87','\xcd','\x35','\xc4','\x75','\x19','\x34','\x1c','\xd8','\x05','\xb2','\xae','\x90','\x68','\x44','\x94','\x66','\x64','\xe5','\xd6','\x70','\xe6','\xf6','\xd8','\xdd','\x8d','\x0c','\xb9','\xb9','\x0a','\xf4','\xa4','\x6e','\xcf','\xb6','\xea','\xdf','\x8c','\x2b','\xac','\xec','\xd8','\x0f','\x7b','\xf3','\xd9','\xbf','\x9f','\x4d','\xf3','\x47','\xbc','\xaf','\x57','\xc4','\x5d','\x21','\xc0','\x97','\x70','\xfc','\xcb','\x5e','\xea','\xcb','\x38','\x33','\xe6','\xa3','\x9b','\x1e','\xc3','\x8f','\xed','\xc2','\xe6','\x2e','\x1c','\xc9','\x74','\x87','\xfe','\x10','\xef','\xf8','\x43','\xac','\x4d','\x61','\x7d','\xb1','\xeb','\xaa','\x18','\xf4','\x23','\x4d','\x28','\x6d','\x81','\x8b','\x5e','\x28','\x14','\xde','\x2b','\x6d','\xe9','\x9b','\x95','\xb8','\xdc','\x4e','\xd5','\x28','\xcc','\x67','\x9d','\x64','\x72','\xdd','\x74','\xba','\xf0','\x98','\x24','\x58','\x8f','\xa4','\x0b','\x43','\xcf','\x17','\x76','\x3c','\x5f','\xd0','\xd2','\x05','\xdd','\x03','\x39','\x9f','\x88','\x64','\x25','\x01','\x3c','\x03','\xf9','\x8c','\x99','\x58','\xa9','\x20','\x9f','\xab','\xd0','\x90','\x05','\x5b','\xed','\xd4','\xb2','\x18','\x9f','\x6e','\x86','\x3a','\x02','\xe9','\x64','\xe7','\x31','\xea','\x98','\xd4','\x89','\x58','\xde','\x50','\x8d','\xec','\xa8','\x11','\x8d','\xca','\xf9','\x2c','\xf6','\x30','\x2c','\xec','\x65','\x4b','\x26','\x64','\x48','\xe4','\xf3','\xde','\xfc','\x7c','\x86','\x73','\x80','\x69','\x66','\x2c','\xab','\x84','\x31','\xd0','\xd0','\x4f','\x4e','\x9a','\x77','\xdf','\x5d','\x8e','\xc5','\xbe','\x31','\x39','\xd9','\xb8','\x73','\x27','\x96','\xcf','\x8b','\xed','\x7b','\x57','\x2c','\xa6','\x13','\x62','\xcc','\xcd','\xd9','\xa2','\x9f','\xad','\xeb','\xf4','\xcd','\x2d','\xeb','\x14','\x26','\xb3','\x93','\xb1','\xba','\xe9','\x28','\x79','\x2c','\x4a','\xcd','\x30','\x8b','\xa8','\x7c','\x68','\xc1','\xdd','\xb1','\x58','\xd1','\x70','\x4e','\xa7','\xe3','\x6e','\xd3','\x1f','\x1f','\x78','\xe3','\x7e','\x15','\xb7','\x78','\x6d','\xcd','\x7b','\xa5','\xe3','\x7b','\xb3','\x45','\x5b','\xbc','\xfd','\x54','\xcd','\x05','\x92','\x2b','\x5a','\xcf','\x24','\xbd','\x34','\xc5','\x8f','\xa1','\xbc','\x39','\x32','\x19','\xf9','\xc0','\x17','\x87','\x9e','\xaf','\xef','\x78','\xfe','\x63','\xda','\x8c','\x5c','\x5f','\xe2','\x7d','\x21','\x79','\x72','\xe1','\x7b','\xaa','\xef','\xa9','\xc5','\x2f','\x75','\xbc','\x6f','\xda','\xf1','\x4b','\x02','\x55','\x18','\x9f','\x1a','\x82','\x71','\x16','\xf3','\x87','\xa2','\x0c','\xc5','\xe9','\xa4','\xf7','\x18','\xc5','\x26','\xca','\x47','\x46','\x26','\x87','\xbe','\xf0','\xc5','\x1d','\xcf','\x9f','\x5f','\xef','\x47','\x97','\x65','\x5b','\x85','\xb9','\x96','\x8a','\xd2','\x94','\x78','\x9c','\xa8','\xf7','\x5c','\x34','\x0e','\x68','\xc3','\xf5','\x2a','\x4a','\x5d','\x45','\x99','\x03','\x17','\x33','\xf7','\xbf','\x22','\xae','\xe9','\x03','\x17','\x1f','\x3b','\x70','\xd1','\x3c','\x70','\x31','\x72','\xff','\x33','\x43','\x7f','\x7a','\x71','\xc7','\x55','\xa4','\x31','\xb9','\x2f','\x33','\x94','\xd0','\x5e','\xa7','\xe4','\x65','\x8a','\x1b','\x14','\xaf','\x51','\xed','\xaf','\xe2','\x97','\x3d','\xaf','\x85','\xe3','\x57','\xc3','\xf1','\x73','\xed','\x78','\x95','\xc6','\xe5','\x09','\x61','\x26','\xd2','\x16','\x9a','\x58','\x46','\xab','\xcb','\xfb','\x81','\xba','\xa7','\x11','\x2a','\x59','\xd6','\x6b','\x7f','\xa7','\xd1','\x86','\xaf','\x8f','\x65','\xa9','\xc1','\xb4','\x0a','\xd3','\x38','\xdb','\xc5','\x81','\x86','\x51','\x33','\xbb','\x17','\xad','\x74','\xb7','\x90','\xbe','\xd8','\x48','\x5f','\x74','\xd2','\x9f','\x2f','\xcc','\x5c','\x04','\x98','\xdd','\x7b','\xcb','\x17','\xef','\x2d','\x6b','\xd9','\x6f','\x64','\xb5','\xc6','\x01','\x2d','\xf6','\xe9','\xec','\x5d','\xff','\xe4','\xde','\xb1','\xbf','\x9e','\xd5','\x96','\x1f','\xde','\xad','\x55','\xdd','\x5d','\x40','\x6c','\x09','\xcf','\xa5','\xe8','\x80','\x91','\x09','\xb8','\x9f','\x6f','\x4e','\xc4','\x2f','\xf5','\x70','\xb9','\x9b','\xaa','\x61','\x98','\x87','\xc3','\x20','\x5d','\xd3','\x08','\x3f','\x96','\xf3','\x40','\x3f','\xd4','\xdc','\xa1','\xa7','\xd7','\x76','\xd4','\xea','\x1a','\x5b','\xd5','\x1f','\x58','\x15','\x8a','\x78','\xf6','\x68','\x9e','\x59','\x16','\x9b','\xc9','\x03','\xc4','\xcc','\x99','\xc9','\x7b','\xdf','\xce','\x67','\x60','\x0a','\x61','\x40','\x79','\xa2','\x74','\xe2','\xed','\x40','\xc4','\x97','\x27','\xca','\x27','\xee','\x7c','\xa3','\x3c','\xd1','\x28','\x4f','\xc4','\xca','\x13','\x77','\x9d','\xb8','\x33','\x56','\x9e','\xd0','\x38','\xd6','\xf9','\x61','\x97','\x93','\x9f','\xd4','\x4f','\xb1','\x9e','\x91','\xc4','\x14','\xe6','\xa9','\xb7','\x21','\x0f','\xb1','\x54','\x2d','\x97','\xea','\xdf','\x28','\x3d','\xdb','\x38','\xfe','\x42','\xec','\xf8','\x17','\xef','\x7a','\xf4','\x8b','\x63','\xc5','\xaa','\x56','\xac','\xfa','\xfd','\xf4','\xe4','\xaa','\x1f','\x5a','\x80','\xc5','\x86','\xee','\xd5','\xf5','\xb8','\xa3','\xc5','\x2f','\x74','\xe2','\x5f','\xf8','\xc5','\xf8','\x1f','\x4d','\xa4','\x5e','\x6c','\xca','\xf5','\x85','\x41','\xce','\x33','\xfc','\x18','\xc3','\x66','\xe6','\x4e','\x24','\x3d','\x31','\xf4','\xfc','\xc4','\x8e','\xaf','\xdc','\x81','\xf7','\xc5','\x0e','\xbb','\x8c','\x24','\x76','\x4d','\xd0','\xe4','\x35','\x2a','\xae','\x12','\xf1','\xcb','\x87','\xc5','\xaa','\x8b','\x2f','\x63','\x79','\x80','\x02','\xcb','\x3f','\x75','\xb9','\xeb','\x57','\x9a','\x13','\xab','\x2c','\x4d','\xeb','\x8f','\x81','\xfe','\x5c','\x8f','\xe4','\x3c','\xa1','\x3f','\xef','\xb0','\x5d','\x0d','\x05','\xfa','\xb3','\xc6','\x9b','\xc9','\xd6','\x0d','\x21','\x0c','\xe9','\x8c','\x06','\x6c','\xf3','\xaf','\x6a','\x14','\xed','\xa3','\xc3','\xdd','\x64','\xd3','\x3d','\xc4','\x6f','\xec','\x3f','\xd5','\xdd','\xcf','\xdd','\x87','\x9b','\xae','\x23','\x64','\xd5','\x4f','\x94','\x87','\x47','\xb2','\x67','\xac','\xab','\xde','\x43','\xec','\xa2','\x0f','\x6b','\xb2','\xfb','\x90','\x77','\xf1','\xa1','\x74','\x00','\x31','\x03','\xb4','\xb4','\xae','\x99','\xfa','\xae','\xf2','\x84','\xf7','\x5f','\x3c','\x71','\xdd','\x95','\x98','\xd8','\x15','\x9d','\xc8','\x24','\xcc','\xbd','\x1f','\xc8','\x4f','\x4c','\x16','\xf2','\x13','\xce','\x6f','\x1a','\x5f','\x73','\x16','\x68','\xf6','\x4c','\x96','\x79','\x8c','\x5d','\xec','\xa1','\x3b','\xd9','\xfd','\xbc','\x97','\xbe','\x58','\x0e','\xd0','\x2d','\xcf','\xe8','\x65','\x53','\x2f','\x8b','\xb7','\x74','\xbc','\xbb','\x56','\x9e','\x58','\xfb','\xc6','\xc4','\x1f','\x37','\x26','\x68','\xcc','\x4c','\xdc','\x95','\xff','\xc0','\x58','\x61','\x52','\x73','\xf6','\xe8','\x5f','\x9b','\x5a','\x89','\x2f','\xc2','\x7a','\xef','\xed','\x38','\xf4','\xd4','\x0f','\xe2','\x0b','\xb6','\xf7','\x97','\x7f','\x12','\xbf','\xf4','\x76','\xfc','\x0f','\xeb','\xf1','\xf3','\x48','\x2c','\xfc','\x54','\x8d','\x64','\x28','\x91','\x4b','\x8c','\xa4','\x29','\x79','\x2c','\xd9','\x31','\x29','\x89','\x50','\xa1','\x67','\x76','\x76','\x9c','\x45','\xda','\x70','\x56','\x4f','\xc4','\x5c','\x8e','\x41','\xce','\xef','\xa8','\xd1','\xe1','\x0e','\x8d','\x46','\xe9','\x70','\x3b','\xbe','\x14','\xf5','\x6e','\xc2','\x35','\x7e','\xa1','\x0d','\x5b','\xa1','\x58','\xef','\xcb','\x67','\x33','\xda','\x59','\xe8','\x47','\x3b','\x9b','\xd6','\xce','\x42','\x3f','\x98','\x81','\x1c','\xab','\xb2','\x1d','\x55','\xa6','\x11','\xa6','\x53','\xe6','\x72','\x06','\xd2','\x70','\xc4','\x03','\x56','\xf1','\x9d','\x2c','\xe5','\xe9','\x4c','\xeb','\x76','\x2f','\xd6','\xd3','\xdd','\x7a','\x5a','\x5c','\x2f','\x76','\xc5','\x75','\x46','\xc2','\xec','\x76','\xcb','\x17','\xeb','\x65','\xad','\xfe','\x8d','\x6c','\xbd','\x71','\xa0','\x1e','\xfb','\x74','\xf7','\xae','\x7f','\x8e','\xc6','\x6e','\x3d','\xa8','\x2d','\x9b','\xbb','\xb5','\x55','\x77','\x44','\x95','\x72','\x4c','\xfa','\xb1','\x85','\x20','\x3a','\x3c','\x37','\xb6','\xe7','\x98','\xf7','\x07','\xc7','\x32','\x87','\xe7','\x32','\x61','\x3d','\x93','\x13','\xdb','\x8d','\x5e','\x0a','\xeb','\x66','\xae','\x63','\x8a','\x6b','\x78','\xe2','\x1b','\x9e','\xf7','\x32','\x59','\xba','\x8b','\x3a','\x63','\xd9','\x69','\xed','\x24','\x4f','\x7d','\xf6','\xaa','\x3e','\x9f','\x34','\xb2','\x31','\x5b','\xc7','\xd9','\x63','\x15','\x66','\x72','\x66','\x9e','\x84','\x7a','\x3a','\xff','\xcb','\x4c','\x6a','\x84','\x7b','\xc8','\x84','\x7a','\x88','\xfb','\xb8','\x8f','\xf4','\x77','\xcb','\x33','\xfb','\x4e','\x98','\xfb','\x4c','\xf3','\xbb','\x13','\xe5','\x7d','\xfb','\xbf','\xb5','\x6f','\xff','\xda','\x77','\xb3','\x89','\x7d','\x3b','\xef','\xde','\xf7','\xe1','\xc9','\x0f','\xfe','\xc2','\xee','\xce','\xc7','\x8c','\xe6','\x39','\x7b','\x41','\x85','\x33','\xd8','\xa4','\x74','\xc5','\xfb','\xa3','\x5d','\xac','\x7a','\xaf','\x9e','\x8d','\xff','\x4f','\x5f','\x05','\x97','\xec','\x7f','\xfc','\x1a','\x78','\x65','\x1d','\x94','\x89','\x1e','\xcd','\x44','\xad','\x8c','\x75','\x34','\x4d','\x8f','\x3e','\x96','\x98','\x37','\x47','\x8f','\x46','\x3e','\x72','\x74','\xe8','\xdf','\xcc','\xef','\x78','\xfd','\xa8','\xf6','\xe0','\x51','\x7d','\x69','\xde','\x8d','\x1e','\x95','\xae','\x00','\x9f','\xcf','\xc4','\x4f','\x8f','\x0d','\xaa','\xb1','\xf4','\xc3','\x7b','\x10','\x6d','\xa1','\xa4','\x8b','\xe6','\xa5','\xab','\xa9','\x86','\x0e','\x41','\xf1','\xb2','\x8d','\x9e','\x9f','\xe0','\x78','\xd0','\xcd','\x79','\x4d','\x30','\xc3','\xc1','\x3f','\x5c','\x55','\x55','\x4f','\x85','\x2c','\x6b','\x00','\x51','\xce','\x8f','\x79','\x0d','\xa6','\x7c','\xcd','\x55','\x69','\xaf','\xf3','\xed','\x18','\x38','\xfd','\x7e','\x14','\x37','\x9c','\x6c','\x46','\xda','\x28','\xa6','\xe9','\x44','\xe8','\xe4','\x42','\xf3','\x94','\x24','\x84','\xc6','\x96','\x7a','\x31','\xef','\xc5','\x98','\x1a','\xf4','\xb3','\xd1','\xff','\xac','\x01','\xfa','\xe5','\xc0','\x6e','\x9c','\xf0','\x5e','\x0f','\xba','\xfa','\xc0','\x46','\x8f','\xd9','\x96','\x7e','\x7c','\x7a','\x64','\x7c','\x7f','\xd7','\xfb','\x11','\x01','\xbe','\xfd','\x22','\xcb','\x16','\xf9','\xfd','\xae','\xab','\xbc','\xd9','\x54','\x33','\x39','\x8c','\xc7','\x29','\x04','\x73','\xf6','\xee','\x0d','\x6e','\x6c','\x4b','\x57','\xfe','\xfd','\xac','\xb8','\xde','\xab','\x3e','\xe9','\x7a','\x55','\xb1','\xbc','\xf7','\xf7','\xcd','\xe7','\x9d','\x62','\xab','\xcc','\x0e','\x57','\x2b','\xe3','\x98','\x77','\xd0','\xda','\xac','\x72','\xbe','\xa0','\x26','\x08','\x96','\xa5','\x60','\x84','\xb6','\xc4','\x85','\xd6','\x7d','\x55','\x52','\x42','\xe3','\x39','\x2a','\xac','\x0d','\x55','\x28','\x21','\xe0','\x60','\x89','\xdb','\x90','\x6d','\x05','\xef','\xab','\x06','\x29','\xa8','\xc5','\x9a','\x40','\xee','\xd5','\x1a','\x78','\x6d','\x8e','\xd7','\xac','\xb7','\x6a','\x68','\x85','\x86','\x16','\xa8','\xaa','\xd6','\xd4','\x74','\x6d','\xf8','\xfa','\x6d','\x2f','\xf4','\x37','\x4f','\xe2','\xd1','\xa9','\xf0','\xa8','\x4a','\xc6','\x92','\xd1','\x24','\xd6','\x62','\x9b','\x3c','\xe4','\x50','\xa3','\x19','\xb9','\x13','\x0f','\x2d','\xd3','\x3b','\xd9','\x1d','\x67','\x78','\xc8','\x58','\x0e','\xef','\x8e','\x5a','\x5e','\x27','\x9b','\xf1','\x0b','\xd2','\x49','\x37','\xe8','\xdd','\x1b','\x07','\x4a','\x3e','\x57','\x58','\x68','\x43','\x4b','\x87','\xa7','\x7f','\xdc','\xaa','\xac','\x1d','\x2d','\xfc','\xf9','\xde','\xc2','\x4b','\x99','\xc2','\x4b','\x2f','\x14','\x5e','\x3a','\x3b','\xfb','\x7a','\xe8','\x37','\xfe','\xd6','\xfb','\x8d','\xdb','\xb8','\xb0','\x16','\x2e','\xac','\xdd','\x5b','\x58','\x63','\x85','\xb5','\x74','\xe1','\x2f','\xbc','\xb9','\x35','\xf6','\x86','\x68','\xb7','\x59','\xf4','\x36','\xd4','\x01','\x03','\x4e','\xca','\x95','\x96','\x21','\xb9','\xfa','\x76','\x35','\xe9','\xb8','\x10','\xd1','\xfb','\x24','\x4b','\xe1','\x3e','\x08','\x92','\x14','\xed','\x24','\x6d','\x8b','\xeb','\x34','\x1a','\xb5','\xe0','\x88','\x13','\xbb','\xe8','\xc6','\xcd','\xf5','\x77','\xb7','\x71','\xa8','\x37','\xbc','\x77','\xff','\xa1','\xdc','\x80','\x23','\xf1','\x84','\x6f','\x33','\x02','\x9d','\xe0','\xb0','\xa4','\x13','\x04','\x7f','\xf2','\xfa','\x04','\xd8','\xa6','\x1f','\xf1','\x66','\x84','\xe2','\x04','\xae','\x89','\x29','\x1c','\xb2','\xbc','\x0f','\xac','\x62','\xba','\x1a','\x86','\x82','\xe8','\x2a','\xa2','\x1f','\xc9','\x8a','\xeb','\x28','\xc2','\x09','\x0f','\x48','\x7f','\x4e','\x1f','\x25','\xd3','\x56','\x37','\x38','\x9f','\x1d','\x40','\xbb','\xfc','\x35','\x56','\xae','\xa1','\x4d','\x5f','\x3d','\xf7','\xa6','\x0e','\xf8','\x07','\xd4','\xc5','\xeb','\xd5','\x0d','\xdc','\xfc','\x5b','\x01','\xa9','\xb8','\x98','\x12','\xaa','\xab','\x0e','\x23','\x08','\x65','\x72','\x37','\x85','\xa2','\x68','\x12','\x54','\xf5','\xda','\x8a','\x78','\xf4','\xc4','\xe6','\x4e','\xd6','\x82','\xcc','\xe5','\xfe','\x01','\xe9','\x66','\x6e','\x9c','\x5e','\x3a','\xb3','\xff','\xaf','\xc0','\xde','\xe0','\x47','\xa5','\x6c','\x5c','\x53','\xe1','\x93','\xc1','\x11','\x8c','\x74','\xbf','\x80','\x87','\x2d','\x70','\x3a','\x41','\x19','\xf1','\x1b','\x59','\x7a','\x9d','\x6b','\xd7','\x6d','\xb6','\x82','\xf4','\x15','\xdb','\x68','\x34','\x2f','\xb4','\xe6','\x23','\xf6','\xa1','\xb0','\xf4','\x3f','\x6f','\xe8','\x87','\x87','\xb9','\xb7','\x04','\x55','\x53','\xb7','\xaf','\x3c','\xb8','\x5e','\xef','\x4f','\xa9','\x8e','\xaa','\x38','\x84','\xb1','\x4a','\x23','\xb2','\xfe','\xe0','\xa6','\x7e','\x94','\x1b','\x7c','\xc5','\x4e','\xbe','\x2a','\xeb','\xfd','\x29','\x10','\x81','\x29','\x26','\x33','\xd4','\xfb','\x13','\xc6','\xf4','\xca','\x55','\x28','\xf6','\xf7','\x1e','\xf5','\xfe','\x36','\xf5','\x53','\x44','\xe1','\xe2','\xf5','\xa8','\xef','\xa4','\xc2','\x61','\x0a','\xf5','\x82','\x09','\x1a','\x27','\x68','\x92','\xb0','\x17','\x21','\x8a','\x14','\x49','\xb0','\xc8','\x7a','\x5b','\xd6','\x3b','\xd9','\x6e','\x7c','\x4a','\xde','\xda','\x56','\x3a','\x4d','\xf9','\x6a','\x83','\xe9','\x17','\xa6','\x34','\x92','\xec','\xc4','\x28','\x1a','\x92','\xdc','\x36','\x70','\x58','\x1c','\xd9','\xf2','\x5c','\x28','\x7c','\x42','\x5d','\xc2','\xb2','\x94','\x4e','\xde','\xea','\x4c','\xa8','\x68','\x12','\x40','\xb0','\xf8','\xa3','\x11','\x03','\x0f','\x1b','\xe3','\x77','\xe9','\x6f','\x8f','\x31','\x73','\x17','\xcd','\xef','\x4d','\xe0','\xa9','\xe1','\xc8','\x22','\xc6','\x49','\x90','\xc2','\xdb','\xf4','\x23','\xdd','\x65','\xe2','\x9f','\x84','\xe5','\x3a','\x91','\x6b','\x8b','\x27','\x12','\xc0','\x64','\x12','\xcb','\x32','\xd6','\xe3','\x3a','\x7d','\x5b','\x6c','\x67','\x50','\x49','\x23','\xb0','\x27','\xfc','\x22','\x1f','\xb2','\x1f','\xa0','\xde','\x0d','\x3a','\xf1','\x5e','\x0f','\x6b','\x50','\x8f','\x35','\xac','\xe9','\x02','\xfe','\x81','\xec','\xe0','\xe1','\xce','\xa6','\x86','\x78','\x15','\x91','\x95','\x4e','\x56','\xf4','\x32','\x70','\x3f','\x32','\x0a','\x3a','\xac','\x5e','\x6e','\x65','\x90','\x96','\x49','\x06','\xd7','\x9c','\x54','\xc6','\xd4','\x9c','\xa7','\x0a','\xfb','\x8b','\x87','\xe1','\xf3','\x28','\xcb','\x84','\xf9','\x5e','\x0c','\x9c','\x54','\x53','\xb8','\xb5','\x48','\x73','\x2a','\x8f','\x6d','\x7e','\xae','\xd7','\xce','\xf2','\x55','\x79','\xaa','\xb2','\xba','\x5e','\x15','\x71','\x73','\x61','\xc4','\x6d','\xfd','\xbd','\x9b','\xfa','\x71','\x0f','\x58','\xdf','\x6d','\x47','\xaf','\x43','\x75','\xc8','\xf0','\xab','\x4c','\x75','\x5b','\xe3','\x2f','\x5e','\x8d','\xfe','\x0d','\x94','\xdb','\x40','\x9f','\x92','\xbf','\x78','\xa5','\x35','\x7e','\x20','\xd7','\x7c','\xf9','\x63','\xc3','\xb4','\x89','\x8a','\xb6','\x5a','\x05','\xbb','\x35','\xe2','\x6e','\x19','\xe7','\x9f','\x58','\xea','\x11','\xea','\x22','\xc1','\x6c','\x21','\x24','\x44','\x18','\x94','\x7a','\x7c','\x9a','\x94','\x29','\xe5','\x50','\xa6','\x6d','\x9b','\xf7','\xe5','\xbd','\x8e','\x8f','\x71','\x01','\x7f','\x90','\x7b','\xc7','\x85','\xe0','\x09','\x0f','\x21','\x43','\x40','\xf5','\x6e','\x29','\x37','\xb2','\xea','\x19','\x61','\x3a','\xd9','\x4f','\x74','\x9a','\x91','\xe6','\xbc','\x1a','\x3c','\x97','\x7c','\x5f','\x18','\xf3','\x70','\xd8','\xba','\xd9','\xc6','\xd4','\xc6','\xc8','\xce','\xbd','\xd2','\xc5','\xd1','\x25','\x01','\xf1','\x09','\x43','\xdb','\xa7','\x3b','\xc1','\x59','\x9e','\xdb','\x1e','\x46','\xe3','\x15','\x79','\x9e','\x12','\xf4','\x13','\xc5','\x3c','\x16','\xb6','\x84','\xbd','\x92','\xec','\x60','\xcd','\xce','\xfd','\xf1','\x32','\x26','\x0e','\xa6','\x55','\xeb','\x0f','\xa1','\x90','\xe2','\x4f','\xed','\x27','\x82','\x12','\xb2','\x98','\x13','\xcc','\x28','\xaf','\x3d','\x2a','\x8b','\x9e','\xd0','\x3c','\xa7','\xd6','\xf7','\x29','\x2f','\x0a','\xd4','\x38','\xbf','\x2d','\x60','\x35','\xa1','\x4e','\x77','\x0f','\x3f','\x4a','\xd9','\xe9','\x94','\x1d','\xda','\x6d','\xab','\x45','\xb1','\x0b','\x78','\x50','\x97','\x4a','\x3d','\x83','\x9e','\x04','\xde','\x0f','\x5a','\x8a','\x74','\x80','\xbb','\x6c','\x8c','\x95','\x52','\xac','\x54','\xe0','\x56','\x18','\x32','\xcd','\xa1','\x9a','\x31','\x61','\x2a','\x63','\x1e','\x9a','\xcc','\x58','\x5e','\x06','\xb1','\x8c','\xc6','\x32','\x84','\xed','\x05','\xda','\x22','\x28','\x1e','\x28','\xb0','\xa8','\xc8','\xba','\xba','\x03','\xe7','\xb9','\x83','\xf5','\x61','\x07','\x6b','\xa7','\x22','\x6a','\x23','\xca','\x73','\x5e','\x7b','\xb8','\x49','\xfd','\x98','\x55','\xcf','\x27','\xb7','\x5c','\x80','\x0d','\x1d','\xdd','\x94','\x21','\x17','\x6e','\xc2','\x59','\xa3','\x85','\x97','\xe9','\x6c','\x83','\xce','\xae','\x51','\x72','\x8b','\x7a','\x9d','\x51','\x7d','\xca','\xd3','\x7c','\x37','\xf0','\x51','\x8a','\x2e','\x51','\xef','\xc7','\x35','\x55','\x91','\x60','\xbd','\x72','\xf4','\x3e','\xda','\xd4','\xb3','\xe9','\x69','\xd4','\x36','\xd0','\x7a','\xbd','\x89','\x5e','\x01','\x82','\x40','\xde','\x42','\xd4','\x80','\x14','\xdd','\x86','\xd0','\xa1','\x20','\x42','\xdb','\x56','\xa9','\x11','\xa1','\xc2','\x0a','\x15','\x37','\x49','\xa3','\x34','\x21','\x2d','\x77','\xd2','\xdf','\xbf','\x12','\x95','\x0a','\xb8','\x56','\x4e','\x72','\xaf','\xc3','\x25','\xff','\xe8','\xc9','\xe4','\x6b','\x65','\x5a','\x32','\xe9','\x4c','\x29','\xf9','\xed','\x12','\x2d','\x8b','\x0f','\x4f','\xd2','\x93','\x9f','\xf4','\x7e','\xfc','\x06','\xd0','\x0a','\x71','\xf8','\x60','\x76','\x8e','\x9d','\x3c','\xc4','\x2a','\x32','\xf0','\xdd','\xea','\xc8','\xc0','\x77','\x3c','\xc0','\x63','\xbf','\x0e','\x39','\xf1','\x1a','\x68','\x10','\x8a','\x13','\x00','\xa2','\x68','\x41','\x0c','\x86','\x04','\xc4','\xb4','\xa6','\x44','\x15','\x23','\x28','\xe4','\x58','\x0c','\x69','\xc4','\x4e','\x10','\x9e','\x25','\x7a','\x05','\xe2','\xde','\x8b','\xb6','\xf7','\x56','\x74','\xc8','\x89','\x0d','\xd9','\x89','\x21','\x3b','\x3b','\x64','\xf3','\x7b','\xec','\x1b','\xf1','\xc5','\x48','\xdc','\x89','\xc5','\xed','\x44','\xdc','\xce','\xa6','\x80','\xcc','\xdc','\x4d','\x2d','\x86','\x76','\x3b','\xa1','\xa2','\x1d','\x3a','\x62','\xab','\x0b','\xe2','\x8f','\xca','\x50','\xf3','\x68','\xaf','\x5c','\xc5','\x20','\xe4','\x28','\x91','\xc1','\x52','\x1c','\x64','\x40','\x05','\xd3','\xb6','\xf0','\x7e','\xcb','\xaf','\xad','\xc7','\xaf','\xf2','\xd0','\x6d','\xe3','\x81','\x2c','\xd4','\x7b','\x85','\xc6','\x00','\xd1','\xb4','\xd4','\x1d','\x70','\xd0','\x73','\x50','\xb1','\xc2','\x87','\x3c','\x2d','\x82','\x68','\xcc','\xf8','\x8a','\x2b','\xa3','\x23','\x96','\xe2','\x0b','\xe7','\xe3','\x97','\x9e','\x8e','\xff','\xb8','\x16','\x5f','\xb8','\x9a','\x5a','\x70','\xfd','\x60','\x89','\xdd','\x10','\x2f','\x71','\xe6','\xc8','\xa5','\x33','\x17','\x5e','\x5d','\x8c','\x28','\x5e','\x18','\xea','\x33','\x6e','\xd7','\x0f','\x1c','\x69','\xa0','\xb1','\x6a','\x64','\x0c','\x9b','\x63','\xd6','\xdb','\x70','\x32','\x22','\x91','\x09','\x60','\xee','\xb5','\xde','\x2e','\x21','\x3c','\x85','\xf0','\xa2','\xd8','\x10','\xc0','\x91','\x85','\xdf','\xab','\x9f','\x38','\xd6','\x69','\x3d','\x2b','\xeb','\x82','\x1a','\x14','\x3b','\x63','\xe2','\x67','\xc6','\x6d','\x26','\x30','\x69','\xb0','\x49','\xae','\x9b','\x8c','\xd7','\x13','\x47','\xaa','\xc3','\x55','\x8c','\xfd','\x69','\xb7','\x5d','\x3f','\xf0','\xbc','\x71','\x04','\xc1','\x2a','\x71','\x9b','\x00','\xbc','\x8e','\xdf','\x90','\x25','\xe0','\x89','\xc0','\x6e','\x31','\xdb','\x0c','\x64','\x54','\xb8','\xdd','\x4c','\xf8','\xbc','\xc4','\xdb','\xf7','\x63','\x37','\x69','\xd3','\x8d','\xbb','\x10','\x82','\x38','\x86','\xdc','\x84','\xed','\xd2','\x66','\x23','\x7e','\xb3','\x9b','\x3a','\x43','\x32','\x67','\xe8','\x2f','\x2d','\xd0','\xdd','\x0b','\x57','\x8b','\x76','\x13','\x0e','\xc5','\x16','\xae','\x29','\xd5','\x71','\xa5','\xb6','\x5d','\x3f','\xb6','\x4e','\x79','\x36','\x48','\x6b','\x40','\x0e','\x84','\xd0','\xf8','\x67','\x3a','\x40','\x30','\x09','\x26','\x15','\x63','\x5c','\x67','\xc0','\x0a','\x6b','\x70','\x28','\xe6','\xa0','\xd8','\x20','\x78','\x07','\xfb','\xe9','\xbf','\x2c','\x2a','\xc4','\x0d','\x72','\x21','\xb1','\xc5','\xeb','\x04','\x6b','\x52','\x16','\x45','\xba','\xff','\x9d','\x2e','\x9c','\xc4','\x1a','\x51','\xbd','\xcd','\x4e','\xad','\x7a','\x79','\x97','\xd9','\x2e','\xec','\x05','\x8a','\xbd','\xde','\x8f','\xff','\x44','\xf1','\x3b','\xa7','\xc5','\xcf','\xc3','\x15','\x41','\x27','\xf1','\xe8','\x59','\x80','\xf8','\x27','\x08','\x91','\xed','\xb2','\x35','\x9c','\xf2','\xea','\x93','\x4b','\x79','\x7d','\x29','\xcf','\xbd','\xba','\x11','\x8d','\xd9','\x51','\x07','\x52','\x35','\x9b','\xb7','\x07','\xcf','\xdf','\xb3','\x34','\xb6','\xb1','\xe0','\xf8','\x06','\xf4','\xeb','\x44','\x6f','\x3b','\x0f','\x23','\x7e','\xd1','\x93','\x1e','\xcc','\xd2','\xdf','\x13','\x21','\xeb','\xb5','\x10','\x2f','\x85','\x38','\x68','\xba','\x1e','\x52','\x40','\xdf','\xd8','\x74','\x1b','\x7d','\x8a','\x6f','\xf9','\xe5','\x9f','\xc0','\xf6','\x74','\x43','\x2e','\x01','\x07','\x89','\x09','\x3f','\xe6','\x0e','\x83','\x9b','\xa5','\xd5','\x94','\xf1','\x87','\x41','\xfe','\x0e','\x00','\x17','\x2e','\x78','\x05','\x07','\x15','\x96','\x50','\xa1','\x86','\x0a','\xcb','\xb4','\x70','\xad','\x53','\x70','\x2b','\x05','\xbb','\x59','\x58','\x70','\x0b','\x8b','\x76','\xe1','\x1c','\x2a','\x9c','\x47','\x96','\x13','\x32','\x6a','\x21','\x83','\x86','\x90','\xc0','\x78','\x44','\xec','\x49','\x48','\xdd','\x7c','\x3f','\xeb','\x37','\x03','\x79','\x15','\x76','\x2f','\xa8','\x86','\x29','\xff','\xba','\xad','\x3c','\xcb','\x94','\x65','\xae','\x0a','\x1b','\x89','\xb8','\x38','\x02','\xb6','\x15','\x8d','\xb8','\x2c','\xe1','\xb9','\x95','\xc3','\xaa','\x1d','\xdb','\xa6','\x1f','\x31','\x92','\xfe','\x6e','\x1e','\x9c','\xb0','\xbb','\x18','\x55','\x64','\x19','\xf7','\x71','\x17','\xd5','\x83','\xe0','\x93','\x80','\x63','\x27','\x28','\xdb','\x03','\x38','\x13','\x9c','\xbd','\xf6','\xe3','\x0d','\x86','\xbd','\xbf','\x83','\x8a','\x5a','\x92','\x9e','\x05','\x48','\xea','\x16','\x6c','\x75','\x18','\xfe','\x7a','\x45','\x2a','\x81','\x89','\x7e','\xfe','\xc9','\x20','\x01','\x3b','\xa2','\x3f','\x71','\x9c','\x7b','\x67','\xf4','\x9b','\x9c','\xcf','\x62','\x45','\xbd','\x86','\xc8','\x38','\x82','\xcc','\x77','\x38','\x4f','\x01','\xff','\x0f','\x82','\x74','\x0e','\x97','\xf4','\x50','\x58','\xae','\x17','\x2e','\x7b','\x85','\x5a','\x7d','\x1b','\x5c','\xee','\xfa','\x0d','\xab','\x56','\x37','\x04','\x68','\x50','\x72','\x11','\x92','\x53','\x64','\x80','\x75','\x6c','\xa4','\x43','\x92','\x50','\x06','\xb2','\x50','\x1b','\x44','\x43','\xfe','\xe2','\xe0','\x27','\xcd','\x42','\x0d','\x68','\xbd','\x8d','\xcb','\xbf','\x6d','\xcc','\xa5','\x11','\x4b','\x23','\x7d','\x14','\xa9','\x49','\xe4','\x5d','\x80','\x01','\x92','\x7c','\xf8','\x24','\x48','\x75','\x41','\x85','\x8b','\x58','\xde','\x0f','\xde','\x0c','\xe8','\x33','\x68','\x5b','\x35','\x6c','\x08','\xf8','\x45','\x1e','\xfd','\x9b','\xa1','\x7e','\x5e','\x1b','\x21','\xb9','\xae','\xe8','\xa7','\xb0','\x20','\xb0','\x54','\x58','\x38','\x5f','\xf8','\x7d','\xa7','\xf0','\x94','\x53','\xb8','\x54','\x2b','\x5c','\x5a','\x2e','\x5c','\xba','\x22','\x3f','\xaf','\x16','\x3c','\xaf','\x20','\x29','\xcd','\x8d','\x85','\x2d','\x49','\x52','\x62','\xc4','\xb4','\x20','\x6d','\x47','\xa0','\x50','\xeb','\xe1','\x72','\x07','\x9e','\x2b','\x78','\x1c','\x7f','\xc4','\x82','\xa7','\x83','\xe7','\x12','\x00','\x9e','\xed','\x34','\x8a','\xff','\x7f','\x65','\x7c','\xdd','\x30','\x44','\x55','\x87','\x50','\x0c','\x0c','\x76','\x8d','\xe0','\x68','\xe1','\x2c','\x29','\x2c','\xcd','\x17','\xae','\xd5','\x0b','\xcf','\xe0','\xc2','\x32','\x2a','\x54','\x59','\x0f','\x93','\x70','\x33','\xbd','\x6f','\x2d','\x87','\x19','\x02','\x51','\xb9','\x8f','\x68','\x01','\x55','\xe0','\x7a','\xdd','\x37','\x09','\xc9','\xf4','\x55','\x37','\xf9','\x00','\xeb','\x97','\x8f','\x93','\x75','\xf3','\x94','\x67','\xce','\x62','\xeb','\x0d','\xcc','\x67','\x21','\x8b','\x33','\x58','\x4b','\xc3','\xdd','\xa0','\xf1','\xf7','\x99','\xcf','\xb8','\x3f','\x9f','\xf1','\x56','\xb6','\xe4','\x48','\x8f','\x47','\xba','\x97','\x97','\xe4','\x88','\xd1','\x96','\x43','\x6a','\xaf','\x0f','\xac','\x8d','\x0a','\x36','\x2b','\xd8','\x69','\xd9','\x66','\x85','\x65','\xf9','\x50','\x55','\x66','\xe0','\x81','\xfa','\x39','\x7e','\x1c','\xda','\xb6','\xeb','\x94','\x1b','\xca','\x0f','\xd9','\x70','\x95','\x3e','\x89','\xa9','\x8a','\xe5','\x31','\x2e','\x9c','\xf5','\x47','\x55','\xe5','\xbc','\x5a','\x7c','\x7a','\xd8','\x6e','\x7b','\xe8','\xdb','\x4f','\x2a','\xdf','\x9f','\x52','\x3f','\xac','\x92','\xf1','\x24','\x1b','\x06','\x82','\x89','\x8d','\x79','\x52','\x70','\x27','\x4f','\x2d','\x15','\x2e','\x39','\x00','\xd1','\x78','\xae','\x56','\xf8','\x77','\x5f','\x28','\xfc','\xcf','\xcf','\x16','\x56','\xaf','\x17','\x16','\x0d','\x01','\xab','\xaa','\x1b','\x02','\x61','\x06','\x82','\x3c','\x2a','\x94','\xd4','\x61','\xa4','\x43','\xfe','\x57','\x90','\x94','\x24','\xbb','\x82','\x69','\x73','\xad','\x5b','\x78','\xce','\x09','\x20','\x84','\xcf','\xa6','\xf6','\x67','\x6d','\xeb','\xb3','\xb6','\xf1','\xaf','\xfc','\xa4','\x09','\x7b','\x03','\xef','\xa5','\x72','\x23','\x76','\xe4','\x1c','\x49','\x55','\x49','\xdc','\x21','\xf1','\x25','\x98','\x78','\x70','\x4b','\x8e','\x9c','\xc0','\x83','\xd3','\x69','\xbd','\x6d','\xd5','\x88','\x21','\xb0','\x85','\x57','\xad','\x3f','\x3e','\xfe','\xcb','\x0a','\x33','\x57','\xbe','\x02','\x88','\x6d','\xf3','\x27','\x83','\x6c','\x80','\x8d','\x29','\x25','\x0d','\x18','\x92','\x5a','\x88','\xec','\xdc','\xed','\xec','\xa5','\x4f','\x97','\xa2','\x94','\xfb','\x8a','\x1d','\xe4','\xa3','\xe9','\x30','\x9b','\xc5','\x17','\x8d','\x15','\x9e','\xaa','\x16','\x7e','\xdf','\xf6','\x87','\xa2','\x50','\xd5','\x61','\xe2','\x39','\xb4','\xb0','\x94','\x28','\x2c','\x0f','\x17','\xae','\x08','\xa9','\xdb','\x16','\xdf','\x5a','\x0e','\x35','\x1c','\x08','\xac','\x1e','\x8c','\x7f','\xde','\x7c','\x3f','\x68','\x9d','\xdc','\x06','\x07','\xa9','\x20','\xa6','\x78','\x5f','\xbd','\xf6','\xc9','\x81','\x08','\xfc','\xf5','\xf3','\x7a','\x80','\x81','\x13','\xb2','\xb0','\x0e','\xe5','\xcd','\x4b','\xdc','\xbd','\xc4','\x1b','\x97','\x4e','\x75','\x65','\x43','\xa0','\x7e','\xc9','\xf2','\x2e','\x71','\x24','\x01','\xff','\xea','\xf1','\x86','\xfd','\x70','\xd7','\xde','\x96','\xaf','\x72','\xbb','\xfb','\xf1','\x93','\x64','\x67','\x14','\x5c','\x5c','\x90','\x49','\xdc','\xd7','\x71','\x3f','\xa5','\xda','\xaf','\x28','\x17','\x20','\x48','\xd1','\x3d','\xcc','\xa5','\x3f','\x61','\x73','\x3f','\xbd','\x48','\x4b','\x08','\x03','\x03','\x97','\x57','\x8f','\x0c','\x96','\xb0','\xe1','\xee','\x7a','\x7e','\x19','\x10','\xc3','\x92','\x9f','\x38','\x9f','\xb7','\xdb','\x2f','\x86','\xbc','\x6b','\x8c','\x8e','\xbb','\x14','\xc3','\x7e','\x41','\xed','\x30','\x85','\x42','\x48','\x4a','\xcd','\x56','\x2e','\x05','\x79','\x91','\x48','\xc7','\xb1','\x9c','\x07','\x86','\x35','\xc3','\x85','\xab','\x18','\xe6','\xa1','\xb8','\x5e','\x6d','\x16','\xae','\xba','\x85','\x3f','\x7d','\xb1','\xf0','\xa7','\xf5','\x00','\xff','\xbe','\x2b','\xae','\xd6','\x55','\xd7','\xe0','\xae','\xf1','\xc9','\x17','\x81','\x97','\xa6','\x51','\x47','\x4e','\x5d','\x19','\xee','\x86','\xb6','\xac','\xf7','\xfe','\xf8','\x6c','\x6b','\x62','\x83','\xe4','\x8c','\x68','\xc4','\x4c','\x0c','\xbf','\x9d','\x85','\xfc','\xef','\xc8','\x19','\x62','\x86','\xbc','\xaa','\x3a','\x17','\xf1','\x8c','\xed','\xf6','\xd3','\xf4','\x46','\x66','\x4e','\xbf','\xd8','\xc5','\x7e','\xc2','\x6e','\x0a','\x53','\x28','\x50','\xaf','\xa5','\x59','\x14','\xb4','\x65','\x60','\x8c','\x9c','\x2a','\x31','\x24','\xf7','\x8b','\x50','\xb8','\xf0','\xfb','\xe7','\x0a','\xb5','\xf3','\x85','\xa5','\x68','\xc1','\xd6','\x60','\x2d','\x2c','\x38','\x01','\x40','\x32','\x07','\x6d','\xeb','\x72','\x67','\xb3','\x7c','\xee','\xd5','\x9b','\x90','\xeb','\xfd','\x6c','\x4f','\xd4','\x9f','\x59','\x17','\xa1','\x0e','\x2b','\xfc','\x6e','\xae','\xf0','\xf9','\xcb','\x85','\x3f','\x14','\x32','\x96','\x16','\xce','\x75','\x60','\x32','\x7f','\x81','\x19','\x7f','\xc0','\x0c','\x55','\x12','\x93','\xaa','\xc2','\xa0','\xcc','\x21','\x3a','\x0e','\xf2','\x6c','\xcb','\xfa','\x0a','\x5e','\x96','\x0c','\x33','\x8b','\xa0','\x76','\xc2','\xcb','\x35','\x21','\xfa','\x09','\x82','\x4c','\x84','\x39','\xe6','\x63','\xb0','\x4d','\x8f','\x9e','\xa6','\x47','\xa1','\xae','\x07','\xdc','\x8f','\x6a','\x08','\xc0','\x82','\x3a','\xcb','\x82','\xd5','\xf4','\xbf','\xbe','\x5d','\x70','\x11','\xc8','\xc3','\x2b','\x04','\x5e','\xe2','\xf3','\x05','\x1f','\xd6','\xb5','\x8e','\xf1','\xfc','\x86','\xb8','\x77','\x94','\x9e','\x43','\x6c','\xf3','\xfe','\x1e','\xbc','\xb2','\x10','\xca','\xbe','\x66','\x43','\xaa','\x59','\x5d','\x96','\x2a','\xbb','\x81','\xd9','\x4b','\x37','\xd8','\xd7','\x97','\xd8','\x8a','\x9d','\x5b','\x11','\x9f','\x1b','\x80','\xeb','\x3a','\xab','\x67','\x73','\x37','\x92','\x6c','\x2d','\xc6','\x18','\xde','\xc0','\xb7','\xdc','\xf3','\x1d','\xc1','\xd2','\xb8','\x8e','\xad','\xd7','\xbc','\x1e','\x6b','\x01','\xb6','\x56','\xbb','\xe2','\xba','\x69','\x1d','\x6d','\xf8','\xd3','\x1a','\x89','\xc1','\x3e','\xe8','\x08','\x14','\x6a','\x8e','\x14','\x59','\x4e','\x00','\xbf','\x6d','\xdb','\x85','\x2b','\xd5','\xc2','\x35','\xaf','\x70','\xb5','\x5a','\xb8','\xfa','\xac','\x75','\xf5','\x05','\xe3','\xea','\xdb','\x46','\xee','\x8b','\x68','\x72','\x63','\x9d','\x08','\x7f','\xbd','\xcb','\xdc','\xed','\x4b','\x3e','\x2c','\xb1','\xde','\x31','\xac','\xf1','\x93','\xf8','\xd2','\x29','\xef','\xd2','\x2c','\x0e','\x70','\xaa','\xeb','\xcd','\x62','\xbb','\x00','\xb5','\x6d','\xd1','\xcd','\x2e','\x92','\xa5','\xaa','\x15','\x82','\x43','\xfe','\x16','\xb6','\xe9','\x7d','\x69','\x24','\x08','\x3f','\xd6','\xb7','\xb7','\xc1','\x09','\x71','\x91','\x63','\xa3','\x37','\x2e','\x2a','\x7f','\xf9','\x23','\xd5','\xf9','\xdd','\x08','\x51','\x13','\xc3','\x1e','\x8f','\x74','\x37','\xf5','\x93','\x46','\x8e','\x90','\x2a','\xd2','\xad','\xbd','\x31','\xb8','\xba','\xe7','\x13','\x0e','\x83','\x61','\x48','\xef','\xf2','\x3a','\xe2','\x0f','\xea','\xa0','\x33','\x81','\x4f','\x43','\xea','\x5c','\x70','\xde','\xad','\x61','\xec','\xe3','\x62','\x3e','\x7f','\x71','\x7e','\xfe','\x22','\xe7','\x00','\xd3','\xbc','\x68','\x59','\x17','\xfd','\x0f','\x27','\x27','\x2f','\xde','\x7d','\xf7','\xc5','\x58','\x4c','\x34','\xba','\x77','\xee','\x9c','\xc9','\xe7','\x21','\x9a','\xd3','\xcf','\x10','\x9e','\x93','\x72','\xde','\x20','\x89','\x20','\xdd','\x0c','\xd1','\x52','\xeb','\xd2','\x8c','\xb6','\x0e','\xf1','\xad','\x2f','\x0c','\x4f','\x1d','\xba','\xf4','\xe8','\x3e','\x1f','\xde','\xa3','\xfb','\x16','\x1e','\xdd','\x67','\x6f','\xe5','\x9d','\xdb','\xf8','\x5c','\x08','\x1c','\x02','\x04','\xcf','\x1c','\xf6','\xde','\x6a','\xf9','\x1a','\xbe','\xf5','\x1a','\x36','\x4b','\x9e','\x59','\xa2','\xd6','\x6b','\xd4','\x84','\x92','\x2a','\xd0','\x80','\xb3','\xfa','\x09','\xea','\xfd','\x80','\x62','\x42','\xa1','\x12','\xbc','\x46','\x7b','\xeb','\x0b','\x36','\x77','\x12','\x95','\xf3','\x59','\xcc','\xea','\x33','\xf9','\x60','\x73','\xbf','\xdc','\x2e','\xd4','\x28','\xa0','\xd7','\xb0','\x2e','\xb7','\xe5','\x3a','\x95','\x69','\xb9','\x1b','\x54','\x29','\xc8','\x4d','\x8e','\xe6','\x3a','\x51','\xc5','\x7e','\x48','\x39','\xfb','\x90','\xd5','\x7d','\x08','\xa1','\x87','\x08','\x7d','\x28','\xaa','\x3d','\x64','\xcd','\xc3','\x55','\x60','\x78','\xe7','\x43','\x73','\xd6','\x43','\x3a','\x12','\xff','\x64','\x59','\xdd','\x23','\x84','\xcb','\x64','\x58','\xbf','\x64','\x49','\x09','\x71','\x4b','\xb1','\x0f','\x23','\x65','\x29','\x96','\x73','\x88','\x3a','\x4d','\xd4','\x99','\xc2','\xb3','\x53','\x85','\x2f','\x4e','\x14','\x9e','\xbe','\xb7','\xb0','\xa4','\x15','\xbe','\xfc','\xad','\x60','\xcf','\xba','\x09','\x7b','\x96','\x0f','\xeb','\x42','\xdb','\xb0','\x91','\x30','\xbf','\x50','\x38','\x2b','\x0b','\x2e','\x0a','\x0b','\x3e','\x0f','\xe3','\x03','\x5e','\x00','\x16','\xc3','\x3a','\x09','\x1d','\x5b','\x57','\x11','\x41','\xf2','\xf4','\x04','\x88','\x78','\xb4','\x33','\x27','\x0b','\x17','\xcc','\xc2','\xd7','\x66','\x0a','\x0e','\x87','\x4f','\x9c','\xb2','\xe5','\x4c','\x18','\x17','\xf6','\x1b','\x73','\x14','\xed','\xff','\x30','\x22','\x9f','\x44','\x9f','\x39','\x07','\x96','\x9e','\x8a','\x20','\x5f','\x18','\xdb','\x40','\x8f','\x40','\x58','\xa1','\x96','\x2c','\x5c','\xfd','\x58','\xe1','\xe6','\x1d','\xa9','\xf9','\xa0','\xc2','\xb3','\x85','\xc2','\xb5','\x79','\xb8','\xfa','\xf8','\xb3','\x39','\x4b','\xdc','\xcf','\xb2','\x6e','\x24','\x64','\xd1','\x93','\x49','\x86','\xf6','\xce','\xa2','\xa9','\x3c','\xb2','\xab','\x5b','\xe5','\xb3','\x98','\x69','\xd5','\x76','\xe5','\x63','\xe8','\xe4','\x7d','\x1d','\x33','\x8b','\x66','\x34','\xc4','\xb3','\x6d','\xf3','\x41','\xd5','\x73','\x10','\x4f','\xb4','\x1f','\x39','\x84','\x1e','\xd9','\x8f','\x1e','\x29','\xb4','\xd7','\x9c','\xa5','\x35','\xb2','\xe4','\xd0','\xcf','\x56','\xdb','\xef','\x44','\x58','\x28','\xb4','\xb5','\x9f','\xa9','\x18','\x02','\xae','\xad','\x64','\xdb','\xa4','\xbc','\x7c','\xc0','\x3d','\xb9','\x8a','\xca','\x11','\x7b','\x86','\xb4','\x4a','\x2c','\x57','\x7a','\xed','\x7c','\x29','\x83','\x4e','\xe5','\xda','\xc2','\x94','\xe3','\x97','\xdb','\x32','\xe1','\x0d','\x68','\x27','\xf9','\x96','\xfd','\x14','\x9c','\x1d','\x2e','\xc9','\x7c','\xaf','\x7b','\x18','\x11','\x76','\x94','\xb2','\xe2','\x95','\x64','\xb3','\xae','\x27','\x3d','\x66','\xd7','\x2d','\xf7','\x46','\x3e','\xba','\x56','\xfd','\xd8','\x75','\xeb','\x0d','\x4f','\xac','\xb2','\xb1','\x51','\x37','\x7e','\xc9','\x4d','\x5d','\x6d','\x71','\x2e','\x74','\xea','\x71','\xd0','\x7b','\x23','\x84','\xec','\x3f','\x4c','\x52','\x84','\xa4','\xde','\x28','\x3c','\x47','\x00','\xff','\xf1','\x50','\xe1','\xb9','\x46','\xe1','\x6a','\x20','\x03','\xc5','\xb0','\xf4','\xe5','\x21','\x88','\x44','\xcf','\x33','\x96','\x90','\x11','\xd3','\xd7','\xa9','\xfe','\x0d','\xc9','\x30','\x81','\x59','\x6c','\x58','\x2c','\x6d','\x5d','\xcc','\x0b','\xd0','\xbb','\xae','\x84','\x01','\xa2','\xb1','\x6c','\x14','\x9e','\x39','\x5d','\x58','\x3e','\x5a','\xe8','\x4e','\x15','\xae','\x5a','\x30','\xec','\xd7','\xda','\xd6','\xef','\x47','\x0d','\x01','\x08','\x6d','\x5f','\x46','\xd1','\xdf','\x45','\x89','\x45','\xc8','\xcf','\x75','\xe7','\x37','\x3f','\x97','\x02','\x27','\x6b','\x91','\xff','\x7a','\x76','\x7e','\xb8','\x8b','\xa3','\x67','\xbd','\xd7','\xcf','\xc6','\x86','\x3b','\xc9','\xa5','\xb3','\x93','\xaf','\x9f','\xad','\x9f','\xea','\x10','\xf4','\x20','\x09','\x3f','\xe8','\xfd','\x70','\x9a','\x56','\x7f','\x6d','\xa4','\x3a','\xff','\x91','\xf0','\xd1','\x18','\x99','\x1a','\x5b','\xb3','\x9a','\xb7','\x0e','\x6f','\xb7','\xbe','\x30','\x3e','\xe5','\x59','\x2d','\x17','\xbc','\xa3','\x2f','\x76','\xf4','\x3c','\xc9','\xd5','\x89','\xfe','\x40','\x07','\xae','\xf9','\xa0','\x81','\x26','\x89','\x27','\x44','\x47','\x08','\xc5','\x17','\x29','\xab','\xc7','\xdc','\xdb','\x38','\x8a','\xa2','\x64','\x9e','\x4c','\xa3','\xe9','\xb2','\x57','\x9e','\x40','\x13','\xa2','\x2d','\x9e','\x79','\xcf','\xfc','\x1e','\x0f','\x79','\x8f','\xa2','\x47','\xa3','\xf3','\xd1','\x5f','\x38','\x5a','\x38','\x78','\xf4','\xb7','\x1e','\x3d','\xfa','\xd0','\xd2','\xfc','\x52','\x14','\xb2','\xc1','\x37','\x9b','\x84','\x7d','\x7b','\xd0','\xff','\xdc','\x4f','\xfa','\x18','\x5e','\x6d','\x45','\x8f','\x6a','\xe2','\x1a','\xd4','\xdb','\x52','\xd0','\xfd','\x6f','\xba','\x6c','\xa1','\x9a','\xf3','\x3c','\x49','\x69','\x45','\xd3','\xff','\x88','\xee','\x19','\xd1','\xf6','\xb6','\xae','\xce','\x68','\x57','\x8e','\x6a','\xfc','\x13','\x2d','\xef','\xfc','\xc8','\x33','\xd1','\xbb','\x61','\x0b','\x08','\x85','\xa3','\xea','\xb9','\x98','\x8a','\x49','\x24','\x96','\x10','\x72','\xc0','\x17','\xa1','\x94','\x71','\x4d','\x37','\x74','\x43','\x58','\x49','\x48','\x5c','\x45','\x5b','\x7c','\x12','\xd5','\x74','\xff','\x5f','\x41','\x5c','\x10','\x2a','\x7e','\x5e','\xfc','\x96','\x8a','\xfb','\xc6','\xfe','\x60','\xde','\xa5','\x10','\xce','\x7a','\x8c','\xf6','\x8b','\x48','\x42','\x28','\x7e','\x9c','\xae','\xa5','\x6a','\x8e','\xfe','\x4d','\x6c','\xfc','\x0d','\xb6','\x37','\x9f','\xc3','\xae','\x53','\x23','\x06','\xfd','\xf4','\xfe','\x21','\xdb','\xf3','\xac','\xe5','\xbc','\x76','\xcf','\xcb','\xb6','\xa9','\x22','\x67','\xa8','\x8f','\x2c','\x8a','\x88','\x47','\x96','\xa5','\x39','\x65','\x3d','\xc4','\x9c','\x9d','\x6c','\xfa','\x1d','\x0d','\x16','\x43','\xa4','\xe0','\x72','\x91','\xd1','\x32','\x41','\xcc','\x8c','\xd7','\x96','\x24','\x1c','\x68','\xb7','\xed','\x3b','\x0f','\x43','\xc2','\x28','\x57','\x02','\xff','\x21','\x47','\x6a','\x0b','\xfa','\xf1','\xe9','\x4b','\x89','\x74','\xe3','\x60','\xdf','\x0f','\x7b','\x86','\xbe','\x7a','\xdd','\x43','\x6f','\x9d','\x46','\x39','\x03','\x92','\xf6','\x91','\x26','\xa3','\xe8','\x37','\x9a','\xef','\x6d','\xea','\x3b','\x03','\xe5','\x69','\x97','\x7f','\xbf','\x52','\xe9','\x0a','\x1a','\x7a','\x3f','\x1b','\x88','\x62','\x97','\x86','\xd7','\x06','\x5c','\xca','\xeb','\xe8','\x31','\x27','\x0b','\x80','\xb1','\x3c','\x62','\x93','\x7b','\xc0','\x8f','\x56','\xb8','\x64','\x5b','\x97','\xa4','\x65','\xf1','\x94','\x0d','\xf8','\xfd','\x01','\x43','\x4c','\x6a','\xf8','\x0f','\x2f','\x1a','\x1f','\x15','\xd2','\x1b','\x48','\x09','\x18','\x1c','\x8c','\x47','\x29','\xd1','\x86','\x89','\x1e','\x03','\x87','\xc7','\xdf','\xeb','\x9c','\xda','\x3f','\x9e','\xd8','\xfa','\x50','\x03','\xcf','\xa5','\xc3','\x41','\x46','\x98','\x6d','\x53','\x7d','\x7b','\xdd','\x66','\xfc','\xa9','\x9d','\x50','\x14','\x31','\x2b','\xd8','\xe4','\xd8','\x94','\x46','\x04','\xb0','\x5f','\x95','\x89','\x69','\xd2','\xf9','\x79','\x6e','\x1e','\xd2','\xc0','\x6b','\x2a','\xcf','\x35','\x68','\x98','\xd3','\xe8','\xc9','\x9f','\x38','\x44','\xb1','\xb0','\x4e','\x22','\x59','\x9f','\x14','\xa2','\xe0','\xe4','\xad','\x9b','\x5e','\xe1','\x69','\x0e','\xf8','\x13','\x5e','\x68','\xcc','\x16','\x2e','\x74','\x41','\xbc','\xf7','\xf0','\xb0','\x33','\xfb','\x51','\xf1','\x09','\x30','\x69','\xf4','\x61','\xca','\xf0','\x57','\x14','\xd3','\x31','\x19','\xd0','\xc3','\x2d','\xd0','\xc3','\x51','\xe1','\xaa','\xd4','\xe5','\x9e','\xb3','\x0b','\xcf','\x2d','\x17','\x9e','\x8b','\x16','\x9e','\x17','\xdf','\xbe','\xfd','\xf0','\xbf','\xc7','\x1f','\x15','\xfa','\x39','\x94','\x77','\x6f','\x90','\x53','\x5d','\x62','\x40','\x90','\x3c','\xb1','\xeb','\x43','\x39','\xd0','\x7b','\x7b','\xce','\x8d','\x1a','\x49','\x76','\x0a','\x8b','\xd4','\x5a','\x1c','\x0d','\xb6','\x9b','\x25','\x22','\x6f','\x86','\x00','\x2e','\x74','\xc0','\xd9','\x65','\x57','\x1e','\xb6','\xcb','\x1f','\xbd','\xd6','\xbf','\x1f','\x53','\x92','\x2a','\xf8','\x2e','\x33','\xde','\xeb','\xa7','\x4a','\x14','\xe9','\xbe','\xf8','\xfa','\x4f','\xb2','\x28','\x1f','\xae','\x91','\x8f','\x8a','\x06','\x4c','\xd6','\x0e','\x89','\x22','\x12','\x63','\xd2','\xfa','\x83','\x32','\x17','\x31','\x0d','\x01','\xc9','\x86','\xb8','\x37','\x8e','\x0b','\x3c','\x6c','\x2d','\x53','\xf9','\xbb','\x1b','\xf6','\xf4','\xa0','\xb1','\x60','\x3f','\xbc','\x50','\xfd','\xa8','\xb8','\x5b','\x08','\x29','\x17','\x9d','\x70','\x92','\xa0','\x60','\x47','\x32','\x98','\x3f','\x41','\x72','\x37','\x58','\x7b','\xf5','\x4b','\xfc','\x8b','\x1e','\x28','\x75','\x55','\xc0','\x27','\xbf','\x78','\xe9','\xb1','\x67','\x2e','\x3d','\x26','\xae','\x2f','\x5c','\x7a','\xec','\xd9','\x4b','\x8f','\xdd','\xb9','\xf4','\xc9','\xfc','\x65','\xfe','\xcf','\xbf','\x3c','\xf3','\x9f','\xe9','\xdc','\x7f','\xa6','\x8f','\x4e','\xd2','\x99','\x49','\x3a','\x7b','\x37','\xfc','\x22','\xa8','\x3d','\x38','\x26','\xe6','\xe4','\x70','\x47','\xda','\xa7','\x54','\x98','\x9f','\x56','\x43','\x6e','\xe5','\xc2','\x0e','\x05','\xa9','\xde','\x2d','\xfc','\xc1','\x1e','\x80','\x68','\xd8','\xe8','\x61','\x9b','\x7e','\x54','\x08','\xff','\x28','\x58','\xc2','\x44','\xe5','\x40','\x12','\xa2','\x56','\x08','\xce','\x11','\x3a','\x4e','\x9a','\xb8','\x17','\x3f','\x7f','\x92','\x7a','\xe6','\xa5','\x50','\xc9','\x9b','\x2a','\x5d','\xda','\xc3','\x01','\x61','\xf3','\x92','\xe7','\x5d','\x42','\x1c','\x30','\x5f','\xbe','\x74','\xf4','\xc4','\xa5','\xa3','\xe6','\xe5','\xa3','\xfb','\xbf','\x3c','\xbf','\xbf','\x76','\x34','\x4b','\x8f','\xee','\xa4','\x47','\x3f','\x4c','\xe7','\x1f','\xa3','\xe8','\x65','\xaa','\x46','\x28','\x51','\x7b','\xe3','\x2c','\x9d','\x1b','\x4b','\xba','\x55','\x67','\x85','\x33','\x7a','\xc1','\xee','\xeb','\x3f','\x9d','\xbe','\x0e','\xfc','\x70','\xcd','\xf9','\xa8','\x68','\x88','\x11','\x06','\x66','\x9e','\x25','\x12','\x34','\xce','\xf8','\xb4','\x21','\x11','\xdd','\xae','\x66','\x9b','\x26','\x73','\x27','\x8a','\x55','\x7c','\xc4','\xb3','\xbe','\xaf','\xf1','\x5f','\x4a','\x9c','\x4a','\xd1','\x47','\xd9','\xd5','\x47','\x19','\x7f','\x94','\xb5','\x4e','\xa5','\x9e','\xe6','\x6f','\x0f','\x73','\x69','\x89','\x44','\xb7','\x4e','\xe9','\xde','\x7c','\x8e','\xa0','\xac','\xd0','\xa4','\xad','\xa6','\xd0','\xa7','\x27','\xc1','\x94','\x6a','\x49','\xdd','\x3a','\xcc','\xac','\xd7','\x18','\x56','\xae','\x0a','\x44','\x5a','\xcc','\xb3','\xd9','\x69','\xa5','\x65','\x24','\xf8','\x4f','\x94','\x3f','\x48','\x28','\xaf','\xd6','\xf7','\xba','\x83','\xde','\xa4','\x75','\x70','\xc8','\x77','\xdb','\xfe','\x9f','\x36','\x02','\x21','\x3b','\x8c','\xc0','\xbe','\x90','\x71','\x3b','\x62','\xf3','\x00','\x59','\xdd','\x4f','\xf3','\xf4','\x83','\x79','\xbc','\x81','\xc4','\x4f','\x15','\x24','\x29','\x00','\x4b','\x10','\x19','\x48','\xc9','\x85','\x7e','\xe8','\x17','\xe5','\xcc','\xf6','\x5c','\xd3','\x06','\xd2','\x16','\xd0','\x90','\xac','\x97','\x0d','\x3e','\x9f','\x2a','\xa4','\x14','\x05','\x47','\x32','\xf0','\x03','\x06','\x32','\x74','\x64','\x6b','\x0a','\xa2','\xa1','\xc8','\x1b','\x56','\x87','\xe4','\x24','\xf7','\xee','\x40','\x9c','\x83','\xdc','\xf5','\x0c','\x9b','\x3d','\x78','\x16','\xaa','\xa0','\xae','\x5c','\x49','\xbd','\xb5','\x9c','\xfa','\xb5','\xa7','\xd3','\xc7','\x2e','\x1c','\x00','\xf7','\x93','\xcd','\x34','\xa8','\x9c','\x90','\x4a','\xd9','\xfa','\xaa','\xcb','\x4f','\x20','\x3e','\x2b','\xf6','\x33','\xcd','\xe0','\xf4','\x9c','\xd7','\x51','\x5b','\xc0','\xa5','\xd4','\xeb','\x67','\xa0','\xba','\xeb','\x4f','\x83','\xde','\x3b','\xe0','\x32','\x06','\x0f','\x89','\x06','\xef','\x07','\x19','\x29','\x54','\x61','\x6e','\x93','\x71','\x9b','\x15','\xe9','\xfd','\x42','\x3d','\x0b','\x1c','\xe1','\x2c','\x23','\xf6','\x32','\xd9','\x96','\x6c','\xbb','\xe4','\x94','\xd7','\x35','\x7c','\xce','\xdd','\x8d','\x95','\xe1','\x7b','\xfd','\xc0','\x9f','\xcb','\xb4','\x63','\x19','\xfa','\xc6','\x7b','\x95','\x88','\xdd','\x4b','\x1b','\x50','\x6e','\xa6','\x0d','\x35','\xd0','\x8f','\xe8','\x64','\xb1','\x46','\x30','\x99','\xa3','\x84','\x6e','\x7e','\xae','\x26','\x62','\xd7','\x09','\x5b','\xed','\xb2','\xbf','\x95','\xe2','\x4d','\xf2','\x58','\xa6','\x5e','\xeb','\xa4','\xfe','\x9a','\x64','\xfe','\x96','\xa4','\xff','\x96','\x4c','\xac','\x92','\xf2','\x6a','\xe7','\xe4','\x2a','\x31','\x24','\xec','\x55','\x82','\x56','\x3b','\x68','\x75','\xeb','\xf8','\x6c','\xac','\x36','\x6b','\x6b','\x9b','\xae','\x3a','\x45','\x3c','\xd7','\xe4','\xdc','\x3d','\x72','\xc9','\xce','\x0f','\x23','\xfb','\x23','\x4d','\xd4','\xec','\x46','\xe4','\xf9','\xf2','\x60','\x3f','\x07','\x18','\xba','\xbf','\x4d','\x26','\xef','\xef','\x4e','\x66','\x98','\xc0','\xfd','\x6f','\x31','\xd9','\x48','\x4f','\xe6','\xbc','\xfb','\x5b','\x7c','\x92','\x9d','\x9e','\x40','\x2d','\xd3','\x68','\x99','\xfa','\xd5','\x7c','\xea','\xf9','\xfc','\xc7','\xd3','\x97','\xbf','\x94','\x89','\x85','\x73','\x51','\x3a','\xbe','\xb9','\x9f','\x14','\xbd','\xff','\x9d','\xce','\x64','\xaa','\xe6','\xe3','\xfe','\xb7','\x92','\x93','\xe9','\xe1','\xc9','\x03','\x42','\xe3','\x26','\xf7','\xbf','\xd5','\x9d','\x4c','\x91','\x09','\x85','\x98','\x46','\xcd','\xd4','\x6f','\xe7','\x59','\x25','\x3f','\x7d','\xfa','\x72','\xed','\x5b','\x31','\xe5','\x42','\x14','\xe3','\xcd','\xe3','\x4c','\xe1','\x35','\xa5','\xe2','\x94','\xd5','\x6a','\x2c','\x9b','\x65','\xdf','\xbc','\x9d','\x71','\x6a','\xa9','\x51','\xca','\x52','\x36','\x2b','\xb7','\x52','\xe7','\x73','\x1f','\x8a','\xc7','\x78','\xc9','\x2e','\x9d','\xd7','\x8d','\x6c','\xe5','\xc8','\x8a','\x6b','\x47','\x20','\x52','\x48','\x71','\xb7','\xbc','\x2f','\xa8','\x31','\xbd','\x96','\x11','\x6f','\x1c','\xca','\xee','\xd6','\xef','\x87','\xf3','\x74','\xb0','\x89','\xfb','\xb5','\xd7','\x77','\x7b','\x6d','\x9f','\xd2','\xec','\x88','\xd7','\x36','\x0c','\x64','\xb7','\x9a','\x8a','\x7b','\x08','\xaf','\xcf','\xc3','\xa0','\x1f','\xbf','\x8a','\x6e','\xee','\xc7','\xad','\x4d','\x25','\x74','\xfb','\x55','\x74','\xf7','\x8c','\xd4','\x66','\x46','\x6a','\xa7','\x7e','\x5c','\x3b','\xaa','\xd0','\xa9','\x0c','\xad','\x8e','\x52','\x32','\x4a','\xb5','\x30','\xdd','\x7c','\x3f','\xcd','\x04','\x73','\x25','\x05','\x8b','\x3b','\x0a','\xf5','\x73','\xe5','\x41','\x53','\xa6','\x4d','\xd3','\x3b','\x68','\x3a','\x5a','\xcb','\xb4','\x6f','\xeb','\xe8','\xf6','\x8c','\x06','\x51','\xf6','\x47','\x34','\x6a','\xe8','\xf4','\x42','\x87','\x46','\xdc','\x76','\x58','\xc6','\x15','\xf4','\x07','\x19','\x6e','\x3e','\x1c','\x0d','\xae','\xb2','\xc1','\xc2','\xc8','\xbf','\xc2','\x64','\x10','\x4f','\x5a','\x71','\xf5','\x66','\xb7','\x78','\x6e','\xde','\xc4','\xc8','\xf0','\x5a','\xc0','\x45','\x84','\x41','\x68','\xf9','\xeb','\x62','\x7d','\xf2','\x10','\x23','\xd5','\xe1','\x07','\x46','\xd7','\x32','\x29','\x92','\xe2','\xb7','\x99','\x5b','\xc9','\xbc','\xe5','\x1d','\xca','\x4c','\xb2','\x0c','\xcb','\x7c','\xff','\x70','\x26','\x34','\x0e','\xd1','\xf8','\x6f','\x75','\x74','\x06','\xc9','\x33','\x46','\xe5','\x96','\xc1','\x2b','\x76','\xf3','\x5b','\x91','\x95','\xf3','\x4a','\x75','\xc3','\xfb','\x4a','\x89','\x5b','\x72','\x91','\xd0','\xdc','\xc4','\x38','\x67','\x46','\xb4','\x5f','\x1a','\xd1','\x0e','\x8e','\x68','\xa9','\x91','\xbb','\xc5','\x68','\xa7','\xa0','\x01','\xd8','\x3d','\xf2','\x81','\x13','\x92','\x1a','\x54','\xac','\xd0','\x23','\x23','\xda','\x19','\xe6','\xc4','\x58','\x9d','\xb0','\xfa','\xe6','\x7e','\x96','\x49','\xea','\xdd','\x6e','\x86','\x35','\xd2','\x7a','\xe3','\x80','\xe1','\x64','\xde','\xf9','\x5a','\xfa','\x21','\x9a','\xfe','\x55','\x94','\x79','\x27','\x9b','\x7e','\xe8','\x6a','\xfa','\xa1','\xee','\x9e','\x87','\x58','\xe9','\x47','\x6c','\x26','\xca','\x8e','\xde','\xe5','\x1d','\x8d','\xb2','\x6a','\x94','\x85','\x4f','\x43','\x7d','\xa8','\x0d','\xe3','\x2c','\x5f','\xf1','\xfd','\x72','\xc0','\x03','\x95','\xf2','\x72','\x2d','\xb5','\x5c','\x83','\xab','\x0d','\x4a','\x26','\x43','\x5c','\x8f','\xb4','\x8a','\x40','\x59','\x87','\x1f','\x16','\x56','\xcf','\xa4','\x6d','\x9b','\x15','\xa5','\x9a','\x8c','\x6d','\x9a','\x87','\xe0','\x98','\x6b','\x31','\x12','\xca','\x08','\xed','\x9d','\xe0','\xf4','\xf0','\x17','\xd2','\x73','\x34','\x1d','\x69','\xa7','\x11','\x4a','\xe7','\x5a','\xe9','\x3d','\x9a','\xb8','\xee','\xd9','\xa3','\x99','\x7b','\xb4','\x72','\xae','\x75','\x0c','\xa1','\x82','\xd7','\x59','\x5a','\x3a','\xab','\x2d','\x9d','\x05','\xba','\x80','\xc1','\xe7','\xda','\x67','\x67','\x66','\x5f','\x3f','\xb0','\xdc','\x48','\x3f','\xb8','\x96','\xfa','\xf9','\x8b','\x4c','\xf1','\x32','\x6f','\x69','\xe9','\x7f','\xa4','\x65','\xde','\xfc','\x00','\x53','\xba','\xf7','\xbf','\xa3','\x1d','\xf8','\xac','\xb6','\xef','\xb3','\x1f','\x38','\xf1','\x4e','\xb7','\xac','\x68','\xc7','\x76','\x00','\xce','\x0e','\xed','\x8c','\xfc','\xd8','\x53','\xdf','\xd9','\x32','\x9f','\x19','\xcf','\xb5','\x8f','\xa5','\x3f','\xd8','\xcd','\x34','\x8d','\xb4','\x6e','\x64','\xbe','\xdb','\x4d','\xef','\xbb','\x28','\x90','\xfb','\x6e','\x77','\x52','\x47','\xec','\x17','\xbd','\x5f','\xbc','\x62','\xcf','\xe8','\x7c','\x66','\xf7','\x1f','\x3d','\xfc','\x3f','\xab','\x47','\x7f','\x7e','\xc7','\xe2','\xbf','\x23','\xb1','\xfb','\x3a','\x48','\x6f','\xbf','\x57','\x3f','\xa2','\x93','\xc1','\x7e','\x04','\xa0','\xad','\xa3','\x3d','\xba','\x31','\xa3','\xb3','\x99','\xdd','\x5f','\x98','\xfa','\x2f','\xea','\x27','\x7e','\x7e','\x87','\x73','\x1f','\x41','\x7e','\x3f','\x52','\x28','\x76','\xb7','\x9c','\xd4','\x67','\x10','\xca','\xd9','\x7e','\x39','\x21','\x88','\xa6','\x9c','\x90','\xf8','\x80','\xbc','\xfd','\xa8','\xbc','\xde','\x2d','\x7e','\x46','\x28','\xf6','\x62','\xb4','\x2d','\x88','\x03','\x91','\x84','\x32','\xa8','\xeb','\x27','\x21','\x4e','\x49','\xb6','\x13','\x08','\x07','\x21','\x19','\x28','\xbe','\x12','\x14','\x81','\x0a','\x95','\xc8','\x84','\xc4','\x07','\xa0','\xa4','\x01','\x89','\x5a','\x9d','\x04','\x27','\x9b','\xfa','\x51','\x56','\xdc','\x8d','\xbb','\xde','\xf6','\xdb','\xdf','\xfa','\x3e','\xa8','\xbc','\xc7','\x3e','\x38','\x18','\x77','\x6a','\x43','\x0e','\x29','\x5a','\x41','\xd2','\xd1','\x0d','\xd5','\x8d','\x87','\x9b','\xd9','\x1d','\x0b','\xb5','\x9f','\xbc','\xab','\x8a','\xae','\x98','\x62','\x8b','\xfb','\x39','\x22','\x43','\x05','\xee','\x59','\xa8','\x0e','\xf5','\x7e','\x32','\xb2','\x60','\xff','\x78','\xc1','\x7e','\x62','\xc1','\x39','\xe2','\x73','\x2c','\xac','\xdf','\xf6','\x7a','\x6f','\x9b','\xfa','\x81','\x1d','\xde','\x83','\x9d','\x5d','\x51','\xe1','\x34','\x15','\x85','\x7d','\xbb','\xcc','\xde','\x63','\xdc','\x1a','\x2d','\xd7','\xde','\xbf','\xc8','\xac','\x57','\xf7','\xe1','\xe1','\xee','\xf0','\xb9','\xeb','\xef','\x9f','\x79','\x64','\xa7','\x59','\x98','\x89','\x1e','\x83','\x6e','\x65','\x87','\x7f','\x8f','\x7e','\xd0','\x9e','\xa3','\xfa','\x68','\x49','\x7b','\x7f','\x35','\x61','\x7d','\x67','\x18','\xfa','\x19','\xa9','\xbd','\x7f','\x85','\xee','\x3c','\x7a','\x7a','\x06','\x7c','\xe9','\xdb','\xf5','\x03','\x67','\x9a','\x36','\xc4','\x98','\x70','\x26','\xd1','\x8b','\x27','\xf1','\x37','\xc5','\x6c','\x6f','\x1e','\x24','\xe4','\xb4','\x88','\xc9','\x23','\x57','\x28','\x46','\x76','\x16','\x29','\x37','\x10','\xfa','\x8e','\xcc','\x12','\x3f','\x0c','\x94','\x72','\xa8','\x52','\x74','\x67','\xc7','\x6c','\x33','\x82','\x84','\x70','\xe2','\x43','\xb6','\x49','\x5f','\xf1','\x18','\x9c','\xc2','\xf2','\x98','\xaf','\x63','\x5f','\x6b','\x7a','\x75','\x2e','\x0c','\x87','\x04','\x66','\xe3','\x98','\xfd','\x72','\x95','\xed','\xaf','\x8f','\xce','\xd6','\x47','\x0b','\x91','\x2f','\x39','\xf3','\x31','\x92','\x8d','\x11','\x3d','\x22','\x19','\xdf','\xc4','\x17','\xbc','\x9a','\x7e','\x74','\x4b','\x78','\xdd','\xe4','\xf1','\x8f','\x7c','\xd7','\xe3','\x21','\x07','\xa2','\x61','\xfa','\xe5','\xa4','\x83','\x71','\xd8','\x6a','\x7f','\x51','\x69','\x7f','\xa5','\xa4','\xfd','\x45','\x08','\xc4','\x3e','\x41','\x18','\xad','\xfc','\x75','\xd9','\x7f','\x3f','\xb6','\x87','\x06','\x6a','\x93','\x3c','\x77','\x50','\x61','\x98','\x31','\xa4','\x51','\x13','\x60','\x20','\x83','\x19','\x2d','\xa6','\x73','\x90','\x9a','\x0e','\x10','\xb3','\xdb','\xba','\xd0','\x5e','\x25','\x74','\x55','\xfe','\x40','\x00','\xab','\xad','\x1e','\xa6','\x58','\x07','\x43','\x76','\x5e','\x9e','\x39','\xe1','\x7c','\xde','\xb3','\x2c','\x71','\xf5','\x21','\xbe','\xe6','\xf3','\x79','\x53','\xd8','\x5f','\xf9','\xbc','\x0f','\x33','\x9f','\xb7','\xf2','\xf9','\xfa','\xfc','\x7c','\xbd','\xf7','\x33','\x7d','\x90','\x7a','\x9d','\x3c','\x53','\x9d','\x73','\x9e','\x89','\x2b','\x62','\x55','\x61','\xef','\x9a','\x17','\xa4','\xf9','\x26','\x9d','\xa9','\xb8','\x63','\xc5','\x9d','\x52','\xdc','\xe1','\x49','\x87','\xa3','\x43','\xe0','\xe3','\x14','\xd6','\xee','\x35','\x20','\xd8','\x5b','\x95','\x3f','\xa0','\xc6','\x7b','\x48','\x3a','\xfe','\x99','\xe5','\x3c','\xb0','\x9c','\x50','\x55','\xde','\x8f','\xb8','\xfa','\x98','\x9a','\x9f','\x87','\x62','\x22','\xb9','\x0e','\x97','\x75','\x6d','\xb8','\xac','\x18','\xe2','\x3d','\xe7','\xac','\xa6','\x00','\x6a','\xae','\xd3','\x5b','\x5f','\x90','\x51','\xee','\x2f','\xb1','\x79','\x39','\x85','\xb0','\x1c','\x70','\x3c','\x62','\xe3','\x7b','\x6a','\xf8','\x60','\x35','\x5f','\x5c','\x9c','\x5f','\x58','\x34','\xad','\x2e','\x3f','\x72','\x06','\xf0','\xcf','\xfe','\xad','\xf9','\xd0','\x45','\xef','\xa1','\x8b','\xf5','\x7f','\xf6','\x6f','\xeb','\x47','\xce','\x60','\x81','\x7f','\xf6','\x6f','\xf1','\x43','\x17','\x01','\xff','\xec','\xdf','\x92','\x23','\x67','\x04','\xe6','\x8e','\x3c','\x43','\x8f','\x38','\x5b','\xfd','\x36','\x3b','\xd1','\x4e','\x6f','\xbe','\xef','\xb4','\xf9','\xd5','\x83','\x47','\x1f','\x7d','\x74','\xfe','\xb3','\xb6','\x1f','\xfc','\x8c','\x74','\x71','\x8d','\xfa','\x67','\x07','\xc1','\x04','\x5d','\x3f','\x27','\xea','\xbb','\x3b','\xa2','\x30','\x0a','\x3a','\x5d','\xa5','\x23','\x8b','\x64','\xb7','\x4a','\x8e','\xca','\xc9','\x95','\xec','\xbd','\x74','\xd1','\x83','\x94','\x75','\x4c','\x76','\xd2','\x9f','\x4b','\xcd','\x60','\x22','\x35','\xfb','\x5c','\x17','\x7d','\x9f','\xab','\xab','\x0c','\x7a','\xfe','\x7b','\xa2','\x06','\x43','\x94','\x5d','\x90','\x76','\xbd','\x1e','\x96','\x80','\x7b','\xfc','\x2d','\xae','\x4c','\x1b','\xf7','\xdc','\x20','\x0d','\x1f','\x26','\x13','\xb0','\xc0','\xc1','\xbf','\x8a','\x3f','\xf8','\xba','\xae','\x2c','\x65','\x71','\x82','\x65','\x0f','\x70','\x64','\xda','\xca','\x05','\x84','\xc7','\xed','\xec','\xa4','\x8b','\x60','\xdb','\x3a','\x1c','\xc3','\x89','\x4a','\x8c','\xf8','\xe5','\x6e','\x22','\x10','\xdb','\xc0','\x31','\x93','\xf6','\xbb','\xb4','\xfd','\xad','\xef','\x76','\x03','\x27','\x40','\xd3','\xf4','\x2e','\x78','\xf3','\x88','\xe7','\x65','\x1d','\x06','\xe9','\xb0','\x0a','\xe4','\xf7','\xd6','\x36','\x3c','\x88','\x27','\x5f','\xa5','\xd7','\xbb','\x8d','\xbe','\xf9','\x8f','\xf0','\x09','\xef','\x3b','\x26','\x3d','\xb9','\x99','\xd2','\xc7','\xf7','\x1d','\xfd','\x08','\x29','\xdf','\xb4','\xd5','\x5a','\x2b','\x46','\x0f','\x57','\xc4','\x8c','\x56','\x50','\x50','\x56','\x35','\x22','\xc5','\x82','\xcf','\xf2','\xd1','\x34','\x54','\xbb','\x92','\x08','\x2a','\xae','\xfa','\x94','\x1d','\x1a','\x6a','\x26','\x22','\x32','\x67','\x26','\xa8','\xc4','\x1a','\xb1','\x7d','\x2a','\x0f','\xa5','\x09','\x55','\xe4','\x55','\x5b','\x53','\x51','\x42','\x65','\x59','\xab','\xcd','\xc0','\x5d','\x4a','\x5d','\xef','\xc7','\x4b','\x28','\x04','\x3d','\xe6','\x5a','\x94','\xc1','\x17','\x17','\x9a','\x4f','\xee','\x2d','\x48','\x28','\xd7','\x8d','\x98','\x06','\xcc','\x13','\x09','\x6a','\x50','\x64','\x33','\xd4','\xe2','\x1e','\x72','\x4f','\x2b','\xb6','\x50','\x84','\x82','\x7a','\x40','\xb1','\x9e','\xd5','\xf3','\x04','\x42','\xaf','\x42','\xe5','\x7a','\x35','\x22','\xd3','\x03','\xfd','\x0f','\x4f','\x23','\x74','\x5b','\x92','\x77','\x6e','\x76','\x8e','\xad','\xc3','\xcf','\x37','\xf7','\x29','\x2b','\xa9','\x8a','\x35','\xcf','\xdb','\x83','\xd1','\x54','\x15','\x9d','\x83','\xdc','\x09','\x48','\xd9','\x4e','\x60','\x72','\x08','\x93','\xd9','\x18','\x71','\x82','\x0c','\xf0','\x44','\xc0','\xf3','\xa9','\x51','\xc2','\xb2','\x44','\x67','\xe4','\x48','\x8b','\xd8','\x3c','\xac','\xc8','\xf8','\x90','\xdd','\x36','\x01','\x72','\x1b','\x5b','\x4b','\x39','\xfb','\x72','\xdd','\x07','\x8a','\xf6','\xf9','\xa2','\x4d','\x8e','\xd8','\x89','\x05','\xfb','\x90','\x62','\xef','\x57','\x9c','\x42','\xae','\xeb','\x04','\xc7','\xeb','\x9b','\x50','\x25','\xf2','\x5c','\x2f','\xac','\xb1','\x48','\xb2','\x1d','\xf3','\x7d','\x86','\x94','\x69','\x94','\xed','\xa1','\x6c','\xaa','\xc6','\xce','\x25','\x5b','\x32','\xd4','\x90','\x25','\x28','\x3b','\x44','\xd9','\x2c','\x65','\x8e','\xf8','\x36','\xd9','\xda','\xec','\xb7','\xa1','\x93','\x43','\x7e','\x3f','\x89','\x66','\x84','\xba','\x31','\xea','\x12','\x7a','\x23','\xee','\x75','\x35','\x7a','\x63','\x1f','\xbd','\xf1','\x00','\xbd','\x71','\xbe','\x76','\x83','\x08','\x93','\xb6','\x76','\x83','\xd6','\xdc','\x6c','\xcd','\x9d','\xae','\xd5','\x6b','\x5e','\x90','\x39','\x25','\x33','\x28','\x1b','\x54','\x13','\xba','\xec','\x6d','\xaa','\xbb','\xd4','\x70','\xe3','\xb6','\x1b','\x36','\x70','\xc4','\xf2','\x62','\xb2','\xa4','\xa7','\x98','\x20','\x5a','\xd9','\xdc','\x77','\xe2','\xed','\x07','\x4c','\xf3','\xbc','\x69','\x12','\x33','\xa8','\x61','\x98','\x85','\xca','\xc7','\x50','\xc9','\x90','\x9e','\xb8','\x03','\x9f','\x70','\xbc','\x0e','\xe9','\x94','\x10','\x08','\xeb','\x34','\x92','\xeb','\xf8','\x0e','\x5f','\xf1','\x64','\x1a','\xa3','\x7b','\x72','\xed','\xa9','\xab','\xf4','\x9c','\x8c','\x6d','\x16','\x1f','\x26','\x72','\xed','\x43','\xa9','\xf0','\x6c','\x2a','\xe2','\xb0','\x2a','\x61','\x0e','\x61','\xb7','\x24','\x57','\x25','\x07','\x2e','\x8e','\x4c','\x76','\xa8','\x93','\x24','\xcd','\x18','\xb1','\xb1','\x7c','\xed','\x38','\x26','\x9f','\x91','\x6a','\x67','\x35','\x5a','\xd7','\x53','\xce','\x83','\x25','\x7a','\xfe','\xac','\x4e','\x8e','\x6a','\x40','\x05','\x0c','\x61','\x76','\xf5','\x69','\x84','\x6a','\xa8','\x47','\x77','\xb6','\x01','\x01','\x97','\x5a','\x58','\x43','\x91','\x04','\x8a','\x51','\x60','\x0b','\x14','\x26','\xb7','\xc6','\xf1','\xbd','\x06','\xfe','\xd8','\x42','\xd5','\xb1','\xea','\x09','\x69','\x48','\x64','\x25','\xa6','\xad','\x6a','\x6d','\x90','\x30','\xd9','\x3a','\x0f','\x14','\xb8','\xf2','\xfc','\x9e','\x22','\x10','\x23','\x10','\x74','\x9d','\xc8','\x06','\xef','\xeb','\xc0','\xc9','\x7d','\x93','\xe5','\x07','\xcc','\x7a','\xd5','\x58','\x24','\x0b','\x2a','\xdc','\xa1','\xe4','\x84','\xcc','\x4e','\xa1','\xe9','\x27','\x49','\xad','\xd4','\xed','\x55','\x2e','\x47','\xf4','\xaf','\x11','\xfd','\x0b','\x44','\xcf','\xa1','\xf8','\xa2','\x1b','\x47','\xde','\x28','\x3a','\xbc','\x3e','\x0f','\x9f','\xa4','\xb4','\xd4','\xd1','\x4a','\x68','\x5f','\x09','\x3d','\x50','\x42','\xe7','\x4b','\xc0','\x6e','\xea','\xdf','\xbc','\xec','\x07','\xd5','\x40','\xbf','\xea','\x6e','\xe9','\xc7','\x0e','\xfa','\x89','\x55','\x22','\xc0','\x00','\x0c','\x2e','\x2f','\x4a','\x4c','\xad','\x63','\xed','\x23','\xfc','\x01','\xc2','\xcf','\xc3','\x27','\xb3','\xb4','\x33','\x4f','\x21','\x06','\x94','\x4f','\x13','\x5e','\x13','\x3f','\x70','\xc8','\x8c','\xbf','\x61','\xd1','\x35','\x4e','\x6b','\x9c','\x6a','\x32','\x78','\x4f','\xe7','\x54','\x98','\xf1','\x62','\x3e','\xaf','\xaf','\x0b','\x18','\x31','\xb1','\x68','\xf7','\x4d','\x69','\x0f','\x3c','\x99','\x38','\x0f','\x15','\x1f','\x3e','\x40','\xff','\x49','\x9a','\xfe','\xed','\xde','\xec','\x97','\xa7','\x3e','\x1e','\xb1','\x6b','\x11','\x9b','\x0e','\x1b','\xf4','\x2e','\x0e','\xd9','\x19','\xbb','\xb2','\x74','\x6f','\x82','\x4e','\x0d','\xc7','\x17','\x03','\xaa','\xea','\x70','\x18','\x45','\x22','\x28','\x96','\x07','\x06','\x57','\x2a','\xff','\xc8','\x3e','\xab','\xfd','\x00','\xa7','\xe7','\x25','\x7b','\x1c','\x84','\xe1','\xc2','\x4a','\x25','\xd3','\x5e','\xb7','\x16','\xbc','\x20','\x1a','\xb0','\x78','\x6d','\x7a','\x5f','\x21','\x08','\xb1','\x83','\xa3','\x90','\xe1','\x2e','\xa5','\x09','\x6d','\x32','\x7b','\xef','\xf5','\xca','\xc7','\x58','\xd3','\x19','\x71','\x81','\x67','\x2f','\x81','\xb2','\x4d','\x94','\x65','\x74','\xda','\xea','\xd4','\xa6','\x80','\x01','\x6c','\xac','\xcf','\xa4','\xfd','\x5a','\x8c','\xfa','\xbb','\xb5','\x98','\xf6','\x2e','\x89','\x1a','\x76','\xac','\x02','\xc5','\xdf','\xe3','\x1d','\x77','\xc4','\x71','\x77','\x3b','\xf5','\x87','\x3a','\xde','\x05','\xc7','\x19','\xfa','\x9c','\x13','\xff','\x71','\x81','\x86','\x0a','\x8c','\x09','\x4c','\x3f','\xe9','\x4d','\x5f','\xe5','\xd3','\x20','\x8a','\xe6','\xc4','\x07','\x3a','\x6b','\x54','\x98','\xf3','\x48','\xaa','\x76','\x3b','\x45','\x2f','\xa4','\x7f','\x27','\xc6','\x26','\x71','\x2c','\x60','\x6a','\x0d','\xb0','\x1f','\x4d','\xde','\x97','\xf3','\xf6','\xdb','\x6c','\xd6','\x05','\x14','\x34','\xd6','\x20','\xac','\x01','\x5e','\x53','\x09','\xb4','\x1d','\x94','\x16','\xf8','\x21','\xe1','\xe4','\xf2','\x30','\x19','\x69','\x91','\x24','\xcc','\xaa','\xfd','\x14','\x7d','\x88','\xa2','\xfb','\x28','\x7e','\xfc','\xb2','\xf7','\x78','\x8d','\x15','\x28','\x6b','\x48','\xac','\x2f','\xf0','\x80','\x9d','\x86','\x81','\xe4','\xe1','\xc2','\xf2','\x63','\xc4','\x86','\xde','\x62','\xd1','\x1e','\x53','\x37','\x05','\x82','\xe2','\xfb','\x46','\xec','\xfb','\x9e','\xb3','\xef','\xfb','\x7d','\x7b','\xf6','\x88','\x3d','\xab','\xd8','\x05','\xc5','\x6e','\x28','\xd5','\x86','\xe7','\x6d','\x27','\x79','\x36','\x40','\xd2','\x77','\x30','\x62','\xb5','\xfd','\xa8','\x8c','\xfd','\x84','\x7d','\x88','\xb0','\xfb','\x08','\x7b','\xdc','\x01','\x14','\xc8','\xa4','\xe8','\xa4','\x41','\x06','\x69','\x81','\x37','\x61','\xd2','\x97','\x63','\xb1','\x41','\x72','\x92','\xbd','\xe8','\x43','\x7b','\xb1','\x18','\x9f','\xfb','\xfe','\x10','\x3f','\xfe','\x5a','\x78','\xb6','\x14','\x2d','\xa8','\xa8','\x81','\x9b','\x0d','\xec','\x12','\x1f','\x61','\x17','\xb8','\x97','\x05','\xa2','\xd7','\x09','\xbd','\x4e','\xb4','\xeb','\x44','\x5f','\x25','\x86','\x47','\xec','\x79','\xff','\xbc','\x40','\xd8','\x24','\x49','\xdf','\xc7','\xdf','\x0b','\xc9','\x03','\xad','\xde','\xed','\x05','\x01','\x66','\x0f','\x11','\x96','\x64','\x0c','\xbb','\xcc','\x08','\xa5','\x59','\x28','\x45','\xc3','\xa9','\xa7','\xc5','\xf0','\x67','\x59','\x43','\x6c','\x25','\x01','\xcd','\x6d','\x8f','\x27','\xd0','\x17','\xfb','\x07','\xbd','\x66','\x0a','\xe9','\xa9','\xc1','\xab','\x6c','\x48','\x2d','\x58','\x6e','\x8e','\x3a','\x52','\x6b','\xda','\x2e','\x42','\x76','\x91','\xfc','\x5e','\xf4','\xc0','\x6b','\xa8','\xb4','\xea','\x35','\x81','\xe2','\x46','\x11','\x3a','\xbf','\xd0','\x0d','\x20','\xfe','\x04','\x68','\xbe','\x24','\x95','\xd3','\xd8','\x76','\x21','\x88','\x09','\x15','\x5c','\x5a','\x6a','\x0d','\xa9','\x44','\xf6','\x83','\x36','\xf4','\x13','\x53','\x7a','\xb4','\xcc','\x92','\x30','\xf9','\xbe','\x50','\xf4','\xbe','\x6a','\xf8','\xbe','\xb3','\x78','\x36','\xfa','\x91','\x59','\x6b','\xb5','\x70','\x48','\x6d','\xe8','\x10','\xd9','\x4d','\x06','\xc2','\xe7','\x36','\x00','\x38','\xa8','\xa1','\x11','\x0b','\x4b','\x56','\x97','\x5e','\x9c','\xe7','\x7e','\xcf','\xfb','\x90','\xb0','\xf0','\x08','\x7a','\xfc','\xe9','\xca','\xe3','\x35','\x5e','\xa0','\xbc','\xc1','\x04','\x66','\xc9','\x93','\x5d','\x72','\x95','\x0f','\x81','\x38','\xdd','\x04','\x93','\xdc','\xef','\x09','\x5b','\x61','\xc3','\xfb','\x52','\x65','\x3f','\xe2','\xae','\x54','\xf4','\xf8','\x22','\x00','\xde','\x97','\xc0','\x5e','\xc9','\xba','\xbc','\x7d','\x74','\x6c','\xdb','\x6f','\xc4','\x34','\x9f','\x9f','\x19','\xe4','\xaa','\xb0','\x51','\xf7','\x73','\xbc','\xdf','\xc0','\x1f','\xb2','\xf1','\xe3','\xbb','\xab','\x8f','\x5f','\xab','\x7f','\xf4','\xb9','\x6a','\x23','\x05','\x20','\x7d','\xe4','\xe4','\x95','\xc5','\x7a','\x91','\xe4','\x09','\x82','\x40','\xdb','\x87','\x18','\xab','\x5c','\xb7','\x3f','\xad','\xf6','\x33','\xf2','\xa1','\x5c','\xe7','\x3e','\x46','\x1e','\xbf','\x8a','\x1e','\xff','\x8a','\x5d','\xc8','\xa0','\x06','\xb0','\x6f','\x8c','\x8b','\xad','\x81','\x64','\x38','\x79','\x12','\xb8','\xd1','\x00','\x53','\x21','\xb2','\x1a','\x22','\x8b','\xa1','\x21','\x55','\x25','\xaa','\x98','\xed','\xdd','\xbe','\xda','\xa2','\xca','\x80','\x2e','\x38','\x1d','\x14','\x5a','\x46','\xb2','\xed','\x06','\x0a','\x00','\x95','\x25','\x38','\x7b','\xfa','\x80','\xf8','\xe1','\x5b','\x68','\xc4','\x61','\x23','\x55','\xb2','\x5b','\xe8','\xb6','\xf6','\x03','\xaf','\xda','\xa5','\x15','\xa1','\x11','\x89','\xf7','\xbe','\xa9','\x1f','\xb1','\xd1','\x14','\x9d','\x13','\x53','\x44','\xb9','\x43','\xd4','\x43','\x09','\x92','\xa4','\x2c','\x43','\x91','\x9b','\x55','\xff','\x7f','\x9c','\xfd','\x0f','\x78','\x1b','\xd7','\x79','\x27','\x8c','\x1e','\x70','\xe0','\x83','\x51','\x7c','\x00','\x0c','\x2d','\x5f','\xf5','\x80','\x04','\x01','\x50','\xd4','\x22','\xca','\x2e','\xa8','\x9c','\x01','\x54','\x1a','\x92','\x28','\x02','\x22','\x59','\xc4','\x6e','\x91','\xd8','\x9b','\xf4','\xeb','\x32','\x76','\xb6','\x1d','\x0a','\xf4','\x48','\xe9','\x42','\x36','\x6c','\xf7','\xa6','\x4c','\xcb','\x12','\x43','\x91','\x85','\x98','\x66','\x22','\xd1','\x4e','\x6f','\x16','\x72','\xbc','\x11','\x93','\xe6','\xf3','\xee','\x97','\xed','\x73','\x3f','\x3a','\xce','\x97','\xcf','\xbb','\xdb','\x8d','\x86','\xa2','\x0a','\x2b','\x5b','\xc4','\xd2','\xb6','\xbb','\xcf','\xc3','\xa4','\xd9','\x18','\xfe','\xf3','\x29','\xbe','\xf7','\xfa','\x36','\x50','\x9c','\xc7','\x0b','\xc7','\x30','\xe6','\x9e','\xf7','\x0c','\x40','\x82','\x92','\xec','\xb6','\xd7','\xcf','\xcf','\xf3','\x8c','\x20','\x6a','\x38','\x38','\x7f','\xde','\x7f','\xe7','\x7d','\x7f','\x2f','\xdf','\xd4','\x11','\x88','\x33','\xbb','\xaa','\xf0','\x90','\xde','\x12','\x1e','\x34','\xb8','\x15','\x30','\xf1','\x8a','\xa1','\x39','\xcf','\x81','\xfd','\x15','\xd9','\x1e','\xc6','\x18','\xa3','\x07','\x18','\x1d','\x66','\xf4','\xd4','\x1a','\x3d','\x75','\xb1','\x91','\x65','\xb4','\x2a','\x70','\xf3','\xc0','\x6e','\x27','\xd5','\xe3','\xf6','\xfe','\xda','\x5e','\x3f','\xc0','\x5d','\x1f','\xdb','\x87','\x0f','\xf0','\xfd','\xc5','\xf0','\xa9','\x35','\x40','\x96','\xe1','\xaa','\x80','\x18','\x43','\x7c','\x1b','\x74','\x3e','\xf7','\xf9','\x6a','\xed','\xad','\x47','\xb8','\x61','\xd0','\x3a','\x40','\x2e','\x0f','\x73','\x98','\x97','\x4f','\x99','\x97','\xf3','\xc5','\x66','\x36','\x7b','\xb9','\x9a','\xb5','\x38','\x48','\xb6','\x02','\x71','\xf8','\x6a','\x05','\x40','\x04','\xe4','\x9f','\x00','\xf7','\x8d','\x62','\x91','\x08','\x1c','\xd0','\xb4','\x79','\x8d','\x44','\x32','\x00','\x01','\x53','\x67','\xf9','\xc0','\xe0','\xd9','\xe1','\x5e','\xf3','\xd4','\x93','\xe6','\xa9','\xf3','\xe5','\x6c','\x60','\xa5','\x1a','\x58','\xad','\x6e','\xb1','\xaf','\x7f','\x80','\xfc','\xd9','\x4e','\x5e','\x35','\xc8','\xa0','\x19','\x4b','\xb5','\x0e','\xa8','\xe6','\xb0','\x6a','\x9e','\x7a','\x0e','\x90','\x55','\xcd','\xaa','\x00','\x0c','\x82','\xc8','\x11','\x82','\xb4','\x01','\x38','\x8f','\x8b','\xc0','\x2a','\x81','\xf3','\xb8','\xb0','\x73','\x1e','\x07','\x9a','\xdd','\x23','\x86','\x08','\xf2','\x72','\x51','\x4c','\x42','\x07','\x52','\x86','\x58','\xcf','\xf2','\xa9','\x45','\x5f','\xb6','\x9f','\x54','\xdf','\x2d','\x57','\xfb','\x57','\x49','\x7f','\x9a','\x24','\xd2','\xb0','\x84','\x86','\x22','\xd0','\xaf','\x71','\x82','\x92','\x8d','\x30','\x59','\xf4','\x79','\x25','\x0c','\x02','\x19','\xa3','\x5b','\x78','\x2c','\xbb','\xb3','\xef','\x6e','\xc7','\xdb','\xf9','\x3e','\x72','\x03','\x98','\xe8','\x8d','\x86','\xc7','\x63','\xe1','\x62','\x7b','\x97','\x05','\x25','\x7c','\xd4','\xb6','\xf3','\x0e','\x3f','\x7f','\x1b','\x84','\x08','\x92','\xa8','\x0f','\x92','\x1b','\x6d','\x39','\xcf','\x04','\xcf','\x3c','\x8b','\x31','\xed','\xc0','\x7e','\x6d','\x78','\xd2','\x3a','\xb5','\x68','\x70','\x64','\xb9','\x50','\x25','\xc5','\xaa','\x12','\xe2','\xd6','\x9a','\xd7','\x40','\x5b','\xbb','\xf2','\xd6','\x7d','\xda','\xe3','\x81','\x43','\x01','\x8f','\xb0','\x72','\xbd','\xfc','\x97','\xfa','\x8c','\x60','\xc8','\x18','\x0d','\xa5','\xf3','\x23','\x9a','\x39','\xc2','\x88','\x9e','\x24','\x95','\xb0','\x1f','\xfb','\xb8','\x48','\x81','\x41','\xf8','\xfb','\xdf','\x47','\x6c','\x79','\x05','\xc7','\x52','\xf6','\x81','\x08','\x1e','\x3e','\x86','\x4f','\x2d','\x54','\x4e','\x7d','\xa1','\x94','\xfd','\x27','\xd1','\xea','\x87','\xa3','\xd5','\xbd','\x51','\xf2','\xe1','\x28','\xf9','\x27','\x51','\xf2','\x91','\x67','\x89','\xfa','\x2c','\x89','\x44','\x49','\xea','\x3a','\x5c','\x91','\xb3','\xeb','\xc1','\x3f','\xed','\x24','\xab','\x0b','\xa6','\x77','\x4c','\x0f','\x60','\x3a','\xec','\xa6','\xc3','\x5c','\xe9','\x2c','\xb3','\x7c','\x6f','\x3d','\xab','\x69','\x50','\xe6','\xa2','\x69','\xdc','\xe6','\x04','\xfb','\x56','\x18','\x9f','\x00','\xee','\x2c','\x67','\xf8','\x9a','\x34','\x89','\x69','\x92','\xff','\x3c','\xea','\xed','\xa3','\xed','\x75','\x28','\x76','\x7a','\x47','\x9f','\xb2','\xe1','\x70','\x83','\x2b','\x53','\xd0','\xa7','\x7d','\xac','\x1a','\x58','\xab','\xd2','\x35','\xd0','\xa4','\x7d','\x8c','\x04','\xf8','\xcd','\x5a','\x5b','\xb1','\xb6','\xf5','\x72','\xb7','\xfe','\x92','\xc9','\x84','\x8f','\x0c','\x11','\x92','\xa0','\x07','\x12','\x74','\xb8','\x9f','\x0d','\x7f','\x35','\x72','\x6a','\x31','\x9d','\x97','\x70','\x16','\x94','\xa0','\x56','\xdd','\x71','\xd0','\xe9','\x84','\x07','\x8e','\x13','\xe5','\x38','\x61','\xc7','\x49','\x24','\x47','\xd2','\x45','\x62','\x8c','\xb5','\xcf','\x65','\x28','\xe2','\x56','\x40','\x31','\xd5','\x42','\x3a','\x41','\x19','\x19','\x95','\x14','\xe4','\x45','\x1e','\x62','\x35','\x69','\xa1','\xc0','\x52','\x69','\x2b','\x04','\x4c','\xf5','\x11','\xf4','\x41','\x72','\x63','\x5b','\x3e','\xc3','\x10','\xf1','\xf5','\x0c','\x4b','\x9a','\xaf','\x67','\x09','\x9f','\xb2','\xed','\x8f','\x1b','\x48','\xb4','\x7a','\x8a','\x8b','\x97','\x17','\xb6','\x01','\xed','\x88','\xce','\x9b','\xec','\x8d','\xad','\xc2','\x67','\x3e','\xda','\xfb','\x08','\xec','\xaf','\x78','\x76','\x38','\x9e','\x3d','\xf5','\x6d','\x40','\x36','\x9e','\xad','\x0a','\x90','\x0f','\x80','\x33','\x3e','\xb7','\x95','\xf3','\x5f','\x2f','\x9d','\x4a','\x55','\x4e','\x3d','\x57','\x6a','\xcb','\xf9','\x54','\x97','\x9c','\x6f','\x8b','\xfa','\xb3','\x37','\xcb','\x79','\xb8','\x9f','\x27','\x52','\x9d','\x1c','\x75','\xe4','\x86','\x71','\xc0','\x65','\x0c','\x2f','\x94','\xf2','\x7c','\x6b','\xac','\x3b','\x76','\x0b','\x40','\xb4','\x78','\x68','\xdd','\xc6','\xdc','\x00','\x41','\x0a','\x37','\xbe','\xb4','\xc8','\x37','\x16','\x7e','\x0a','\xd1','\xf4','\xd8','\xa3','\x6f','\x1f','\xd0','\xf0','\xb0','\x86','\x4f','\xd5','\xf0','\xa9','\xd7','\xf5','\xec','\x89','\xb7','\xab','\xba','\x5e','\xdd','\x5a','\x36','\x1c','\x27','\xae','\xc3','\xb5','\xfd','\xf3','\x0e','\xc6','\xf8','\x1c','\xee','\xe4','\x2a','\xec','\x4e','\xc0','\xb8','\xfd','\x66','\xe7','\x9f','\xf7','\x56','\xc5','\x7c','\x95','\x76','\xce','\xd7','\x4d','\xfa','\x2b','\xd5','\x3c','\xc0','\xc8','\x30','\x42','\xa7','\x56','\xc9','\xa9','\x8b','\xad','\x2c','\x23','\x55','\x81','\xad','\xf7','\x27','\x37','\xdd','\x03','\xe6','\x40','\x9f','\x76','\x3f','\x27','\xd5','\x04','\x3d','\xc8','\x9f','\xc3','\xf5','\xe0','\xc5','\xe6','\x29','\x03','\x65','\xa1','\xf6','\x8b','\x54','\x8b','\xad','\x9b','\x1d','\xc9','\x5b','\xe5','\x6a','\x64','\x87','\xee','\x8e','\xa5','\x1a','\xb7','\xd7','\x3b','\xdb','\xea','\x06','\x3b','\x8e','\x24','\x51','\xd2','\x24','\xc8','\xcd','\x4e','\x6e','\xae','\x07','\x89','\xb1','\x73','\x9c','\xa7','\x2b','\xb1','\xe9','\xd2','\x81','\xe9','\xd2','\xf0','\xa3','\x6f','\x9f','\x7a','\xa5','\xc4','\x91','\xcd','\x55','\xaa','\xb9','\x67','\x39','\xc8','\xc3','\xdf','\x25','\x0f','\x7f','\x85','\x7c','\xf6','\x2b','\xdb','\xcd','\x11','\x9c','\x7f','\xc2','\x5f','\x55','\xdc','\x74','\xd6','\xb3','\x50','\x67','\xce','\x62','\x9e','\x20','\xc3','\xc5','\xd6','\xa9','\x1c','\xe1','\xc8','\xe6','\x48','\x95','\x83','\x8b','\x82','\x13','\x59','\x68','\x9d','\xe3','\x8f','\x90','\x3b','\x23','\xa4','\x9f','\x91','\xdd','\x40','\x5d','\x41','\x72','\x3e','\xef','\x22','\x76','\xb6','\x83','\xcf','\x75','\x99','\x74','\xe5','\x87','\xc7','\x5c','\x2b','\x07','\x7a','\xcd','\xe1','\x0b','\xad','\xfc','\x26','\xe1','\xc8','\x52','\x52','\xe5','\xe8','\x18','\x4b','\x37','\xd9','\x4e','\x1d','\xcc','\x81','\xcd','\xdc','\xb6','\xa3','\xb8','\x2a','\xa1','\x44','\x26','\xb1','\xe2','\xdb','\x07','\x46','\xf1','\xb0','\x52','\x38','\xf5','\x8c','\x06','\x76','\xd4','\xc1','\x62','\xf5','\x44','\xaa','\x5a','\x42','\xf0','\x0f','\xfc','\x4d','\xd8','\x5c','\xfb','\x34','\x72','\xc9','\xd1','\xbf','\xdc','\x82','\x2d','\xf0','\xb9','\x21','\x2c','\x04','\x7a','\x67','\x2b','\xaf','\x80','\x7b','\xcd','\x7c','\x25','\x0f','\x72','\x23','\xbc','\x34','\x7c','\xd1','\xce','\x6b','\x38','\xaf','\xb9','\xb3','\x1a','\xe5','\x2f','\x53','\x75','\x0e','\x2a','\x5d','\xe9','\xdb','\x4f','\x96','\xa8','\x5e','\xe9','\xc8','\x55','\x8d','\xf8','\xe1','\xe4','\x3a','\xa6','\x58','\x07','\x22','\xc6','\xf0','\x31','\x58','\x3c','\x3b','\xf4','\x20','\x07','\x4c','\x6b','\x95','\xc8','\x16','\xf1','\x09','\x3d','\x1e','\x14','\x26','\x34','\xdb','\x20','\x9a','\xed','\x35','\xe6','\x7d','\x0a','\x25','\x5d','\xfd','\x4a','\x62','\xe1','\xc6','\x01','\x84','\x86','\x23','\xef','\xf7','\x1c','\xe2','\x34','\x9a','\x20','\xac','\xa7','\x03','\x09','\xce','\x35','\xc3','\x2d','\x1f','\xf6','\x40','\x3f','\x91','\x86','\x4e','\x28','\xe0','\x00','\xd5','\x87','\xfb','\xf5','\x61','\xfb','\xfa','\xa9','\xb2','\x9e','\xa7','\x7a','\x76','\x54','\xaf','\x1e','\xd6','\xab','\x47','\x74','\xf2','\x87','\x3a','\x99','\x12','\xd8','\xd4','\x49','\x59','\xf7','\x52','\x27','\xb3','\xc9','\xc1','\x18','\xd8','\xab','\x5d','\xe3','\xc3','\xf5','\x75','\x4c','\x4e','\x1e','\x70','\xb3','\xe1','\x92','\x96','\xdf','\xb0','\x60','\xbf','\x4b','\xdc','\x29','\x28','\x56','\x45','\x06','\x02','\xac','\x3d','\xd0','\x71','\xf4','\x66','\x88','\x0f','\x3f','\xa0','\x6f','\xc5','\xed','\x5b','\x57','\x28','\xa8','\xb7','\xaa','\x08','\xbb','\xce','\xd9','\xa7','\xb9','\x8e','\x3d','\xc6','\x05','\x63','\x83','\xa4','\x2c','\x47','\xff','\x1e','\xb0','\x5b','\xc3','\x9e','\xf4','\xf0','\xb9','\xc8','\xa9','\xaf','\xb2','\x7c','\x22','\x98','\xcd','\xf9','\x7f','\x60','\x60','\x98','\x2f','\xbe','\x2f','\x10','\x97','\x0e','\x96','\xd3','\x6d','\x64','\x47','\xff','\xa3','\x6d','\x3b','\x61','\xdb','\xbf','\xd8','\x91','\x3a','\xbb','\x5d','\xc7','\x9a','\xe6','\xe2','\xa2','\x68','\x37','\xc3','\x06','\xf4','\x71','\x70','\x55','\x95','\x5d','\x20','\xea','\x33','\x8f','\x75','\xd9','\x99','\xbe','\x1e','\x85','\x4c','\x3c','\x43','\xb8','\xa5','\x9d','\x60','\xdc','\x32','\x39','\x20','\xc1','\xa6','\x18','\x2e','\x19','\xa7','\x4a','\x46','\x9e','\x40','\xd6','\x44','\x55','\x8e','\x80','\x3f','\xa8','\xc0','\x09','\x10','\x49','\x3f','\xe2','\x35','\x74','\x20','\x2f','\x0b','\xd7','\x08','\x95','\x05','\xc4','\xf2','\xf6','\x37','\xba','\xf4','\x05','\x68','\xc3','\x98','\x12','\x39','\x10','\x4c','\x0e','\x53','\x50','\x82','\xa7','\xbe','\xb3','\x3f','\x1b','\x9d','\xa9','\x8e','\x67','\xaa','\x46','\xc9','\xd9','\x83','\x37','\x7f','\xa3','\x2e','\x74','\x15','\x91','\x81','\x57','\x18','\xc3','\xec','\x00','\x8e','\x0f','\xbb','\xe3','\xa7','\xcc','\xc4','\xa9','\xe5','\x54','\x56','\x09','\x89','\xf6','\xb4','\xd6','\x07','\x0b','\x1f','\x90','\x3f','\x3b','\xf7','\x3b','\x38','\x17','\xa9','\xc6','\xf0','\x22','\x3d','\xb5','\xd8','\x97','\x2f','\xda','\x59','\x89','\x56','\x39','\xf8','\x20','\xbb','\xc1','\x8b','\x81','\x9f','\x71','\xf8','\x37','\x38','\x46','\x2c','\xa2','\xd6','\x88','\x94','\x84','\xc8','\x5b','\x81','\x6c','\xe7','\x11','\xa9','\x15','\xbe','\xeb','\x63','\x6a','\xe9','\xc0','\x3d','\x6f','\x0f','\xab','\x25','\xae','\x74','\x38','\xb2','\xf7','\xbc','\xdd','\xb6','\x7b','\xe3','\x51','\x92','\x78','\x1b','\xae','\x0e','\x72','\xd7','\xc9','\xf1','\x28','\xe1','\xb2','\xcb','\xc2','\x5c','\x29','\x7b','\xf9','\xde','\x6a','\xef','\x8b','\x36','\xe5','\x02','\xec','\x0b','\xf0','\xbb','\x11','\x8c','\xcf','\x85','\x46','\x96','\xa2','\x2a','\x40','\x8c','\x4c','\x40','\x26','\x01','\xbe','\xef','\x97','\x09','\x5d','\x21','\x50','\xc6','\xa1','\x81','\x20','\x6a','\x8e','\x91','\x42','\x90','\xa4','\xbb','\xde','\xe7','\x20','\xff','\x45','\x23','\xb1','\x84','\x7e','\x80','\x65','\x86','\x59','\x49','\xec','\xaf','\x52','\x56','\x75','\xf4','\x60','\x8b','\x24','\x70','\x17','\xde','\x26','\xea','\xdb','\x5d','\xd6','\xf8','\x18','\xe8','\x2f','\x90','\xb4','\xdb','\x5b','\x35','\x46','\xe9','\x81','\x70','\x63','\x98','\xd2','\x53','\x65','\x40','\x36','\xdc','\xa8','\x52','\x0a','\xfe','\xa0','\xa3','\x0e','\x3e','\x40','\x2f','\x73','\x8b','\xa8','\x58','\x14','\x76','\x11','\x20','\x96','\xc9','\x1c','\x98','\x9f','\x07','\xbd','\x63','\x70','\xd0','\x6c','\xaa','\x29','\xca','\x85','\x9d','\x11','\x16','\xd2','\xcc','\xf9','\x8d','\x70','\x66','\xe1','\x04','\x34','\x0a','\x44','\xaa','\x71','\x9b','\x59','\xe6','\x8f','\x62','\x24','\xd8','\xdf','\xe2','\xdb','\x89','\x59','\x68','\x46','\xc3','\x67','\x72','\xb6','\x4f','\x16','\xe1','\x47','\xc6','\xf2','\x35','\x66','\x8a','\xbe','\x21','\xa4','\xc0','\x88','\x0a','\x76','\xc5','\xfb','\xd9','\xbd','\x6d','\x7b','\x63','\xa8','\xad','\xc5','\xba','\xfc','\x38','\x40','\xe7','\x7d','\x08','\xd9','\x56','\x61','\x65','\x10','\x44','\xb7','\xc4','\x45','\xc5','\x11','\x8d','\x50','\xc1','\x9a','\xc8','\x27','\x07','\x76','\x56','\xe2','\x70','\xc7','\xc1','\xf1','\x93','\xfd','\x82','\xba','\x70','\x61','\x7d','\xa1','\xe4','\xb2','\x3b','\x47','\x84','\xb6','\x81','\x22','\xca','\xee','\xb2','\x78','\x1f','\xd2','\xf5','\x3e','\x7c','\x0d','\x8d','\x69','\xde','\xba','\xe3','\xfc','\xce','\x1c','\x50','\x4f','\x0c','\xab','\x5c','\x8e','\xe9','\xa7','\x9e','\x9b','\xc9','\x27','\x4e','\x66','\x13','\x5a','\x75','\x56','\xab','\xfe','\x9e','\x46','\x3e','\xf7','\x00','\xa0','\x7e','\x8d','\xac','\x71','\x6c','\x7a','\xd9','\x32','\x51','\x97','\x21','\x05','\x37','\xe1','\x27','\x71','\x3e','\xd7','\x42','\xce','\x1f','\x3a','\xb3','\x65','\xdb','\xc0','\x3a','\x4c','\xb5','\xc0','\xff','\x82','\x71','\xc6','\xd9','\xa2','\x2d','\xec','\x16','\x44','\xf6','\x8a','\xe5','\x11','\xcf','\xdc','\x0e','\xbf','\x0d','\xf3','\xde','\x2d','\x9f','\xc3','\x0d','\x98','\x77','\x4a','\x61','\xde','\x2f','\x34','\x40','\xbf','\x0f','\x5a','\xd5','\x43','\x06','\xc8','\x67','\x3e','\x7a','\x22','\x92','\x4c','\x16','\x6e','\x3f','\x3e','\xf0','\x3e','\x83','\xdc','\x4c','\x2a','\x39','\xa9','\x68','\x31','\xcd','\x7d','\x00','\xd1','\xe1','\x54','\x53','\xbc','\x0f','\xca','\x2a','\x42','\xef','\x74','\xc9','\xcf','\x6e','\x59','\xba','\xc3','\xaf','\xdc','\xb2','\xeb','\x14','\x98','\xb2','\x58','\x34','\x7f','\x60','\x32','\x3b','\x1c','\xac','\x9e','\x3a','\x6b','\x9e','\xfa','\xb2','\x99','\x1d','\xac','\x56','\xc7','\x7f','\x5c','\x05','\x15','\x29','\x8e','\xe4','\xf8','\xe4','\xf2','\x77','\xf0','\x5d','\x01','\xf7','\x30','\xbb','\x9b','\x54','\x77','\x7b','\x4d','\xea','\x3d','\xd7','\x20','\x9e','\x7a','\x10','\x79','\x68','\x09','\x53','\x5b','\x17','\x7c','\x69','\x80','\xcf','\x54','\xf4','\x07','\x5b','\xfa','\x83','\x15','\xc0','\xa6','\x83','\xd6','\xf6','\xdf','\x02','\xf8','\x1f','\x11','\xa6','\x4b','\x98','\xbe','\x8a','\xe9','\x06','\x0e','\x2c','\x7c','\xaf','\xcf','\x65','\xfa','\x94','\x25','\x12','\xfc','\x29','\x70','\xa4','\xf2','\x41','\x18','\x94','\x63','\xe3','\xca','\x81','\x41','\x19','\xfc','\xc1','\x72','\x85','\x23','\xeb','\x46','\xd5','\x0c','\xae','\xb6','\x0d','\x92','\x0c','\x99','\xd1','\xc9','\xf1','\x8a','\xb0','\x37','\x2a','\xe4','\xb8','\x4e','\xf2','\xfa','\x96','\xc9','\x11','\x99','\x46','\xa9','\x1b','\x16','\x9b','\x36','\xd8','\xb4','\xc9','\x72','\xad','\xd4','\xab','\x34','\x71','\x07','\x4d','\xb8','\x58','\xaa','\xbe','\xa6','\xa2','\x9a','\x6a','\xa4','\xd9','\x4a','\x8d','\x6d','\xbe','\xd0','\xfc','\x7c','\xb8','\x30','\x82','\xd3','\x5d','\xfa','\x42','\x85','\x38','\x40','\x97','\xbe','\x88','\x20','\x92','\x14','\x46','\x2f','\xff','\xa5','\x69','\x14','\x33','\xd0','\xf6','\x3e','\x05','\xb9','\x41','\x61','\x9f','\xf2','\x51','\xc5','\x4e','\x55','\xbc','\x48','\x42','\x3b','\xb8','\x65','\x2a','\xd4','\x08','\x2e','\x3a','\xf9','\x75','\xe8','\x12','\x1b','\x7a','\xad','\x31','\x26','\x31','\x26','\xb1','\xd4','\x6b','\x8c','\x45','\xc7','\x52','\xaf','\x87','\xd8','\x7e','\x04','\x6c','\x42','\x2e','\x02','\x6c','\x42','\xf5','\xb5','\x88','\x56','\xd3','\x5e','\x79','\xe1','\x63','\x1b','\xe1','\x05','\x13','\x52','\xb3','\xa4','\x55','\x05','\xcc','\x1f','\x92','\xc9','\x91','\x89','\xad','\xf5','\x1c','\xe4','\x2a','\xa5','\x80','\x44','\xa4','\x5d','\x74','\x55','\x30','\xd8','\xbf','\x4c','\x35','\x1e','\x44','\xe8','\x21','\xc4','\x1e','\x2a','\x36','\x36','\x11','\xdb','\xfc','\x37','\x6c','\xf3','\xd3','\x8c','\x3e','\x08','\x61','\xf7','\x80','\xbd','\x46','\x93','\x71','\x3a','\x17','\xa7','\x0f','\xde','\x45','\xff','\xb6','\x8f','\x9e','\x7f','\x3a','\x10','\x38','\x47','\xa9','\x9f','\x0f','\xbb','\xaf','\x87','\x11','\xa9','\xc1','\x5d','\x60','\xfb','\x2d','\x7e','\xc3','\x48','\x65','\xac','\xf8','\x7a','\x08','\xc9','\x28','\xfd','\x62','\xb3','\xf8','\x0a','\xb1','\xd6','\xcb','\x96','\xb1','\x86','\x50','\xad','\xb8','\xfe','\x02','\x94','\x9a','\x12','\xbc','\xb5','\xdf','\xe1','\x7d','\xd0','\xf6','\xfb','\xb4','\xed','\xa8','\x8c','\xd8','\xd1','\x39','\x12','\xcb','\x91','\x03','\x39','\xae','\xc2','\x9a','\xa7','\x5e','\x23','\x1c','\x59','\x61','\xd4','\x55','\x5d','\x2b','\xa4','\xb7','\x4c','\x06','\x56','\x48','\xe0','\x9b','\x00','\xb5','\x45','\xd4','\x6f','\xc3','\xea','\x9d','\x3e','\x4d','\x8e','\x2d','\x92','\x05','\xdb','\x8b','\x5a','\xbe','\x48','\x84','\xd0','\xa4','\xb0','\x7a','\xd3','\xa0','\xbf','\xdc','\x46','\xcc','\x6d','\x1e','\xe0','\xf6','\xa1','\xdb','\x3c','\xb5','\x64','\x7e','\xdc','\xb6','\x7f','\xb0','\x64','\x56','\xdd','\x26','\x78','\x8b','\xfc','\xea','\x44','\x30','\x82','\xab','\xe4','\xee','\x35','\x72','\xb0','\x4c','\xf6','\x5d','\x20','\x93','\x67','\xbd','\x4b','\x25','\xe2','\x36','\xda','\x75','\xe2','\x18','\x51','\x37','\xa2','\x76','\x9d','\x5a','\xc0','\x7a','\xb4','\x75','\xc3','\xec','\xba','\x8a','\xd1','\x60','\x45','\xcb','\x95','\x82','\x99','\x31','\xdf','\x32','\x28','\x72','\xe4','\xba','\xa6','\xf4','\x9a','\x62','\xde','\x4b','\x5d','\xf3','\x9e','\xe4','\x82','\x8e','\xdb','\x09','\x06','\x61','\x6e','\x3e','\xfb','\xb0','\xd9','\xc3','\xcd','\x61','\xbe','\xb9','\xce','\x34','\xf2','\x33','\x72','\x76','\x46','\xae','\x9e','\x68','\x54','\x67','\x64','\xc2','\x71','\xa2','\x41','\xb6','\x6e','\x34','\xb1','\x4e','\xb8','\x2d','\x17','\x4a','\xc2','\x91','\xb7','\x85','\x23','\xc7','\x08','\x7d','\x8c','\xef','\x65','\x68','\x5d','\x67','\xbf','\x67','\x4a','\xae','\xa6','\xe4','\x32','\x13','\xaa','\x83','\x66','\xea','\x06','\xbf','\x12','\x49','\x22','\xb8','\x67','\x8e','\x1b','\xa2','\x4c','\xac','\x43','\xd7','\x6d','\xd7','\xa1','\xa3','\xa0','\x45','\xdd','\x84','\x8f','\xb0','\x61','\x39','\x38','\xfc','\xaf','\x7f','\x36','\xbc','\x8a','\xf3','\x0f','\xd0','\x7c','\xb8','\xb9','\xbd','\x0e','\xb7','\xb6','\x39','\x18','\x75','\x84','\x7c','\xb4','\x45','\xf2','\x84','\x64','\x09','\x31','\x89','\x17','\xd2','\x44','\xb9','\x3d','\x76','\x0d','\x44','\xae','\xeb','\x4f','\x9c','\xb0','\x4c','\x6c','\xd0','\x84','\xaf','\xe6','\xc4','\x5b','\x2e','\x36','\xdb','\xf6','\xa1','\x63','\x19','\x82','\x94','\x18','\x71','\x1a','\x93','\x11','\x45','\x38','\x24','\xed','\xe0','\x36','\xc8','\xff','\x08','\xb4','\xda','\x6c','\xc2','\x5f','\xc9','\x9a','\x81','\x0d','\x6d','\x91','\x30','\xbb','\x15','\xdf','\x20','\xee','\x0d','\x22','\xdb','\x4d','\xba','\x41','\xea','\x1b','\xa4','\x60','\x37','\x9d','\x04','\xb9','\xe4','\xc6','\x28','\x98','\x67','\xb0','\xc5','\x64','\x6e','\xff','\xa8','\xa5','\x89','\x69','\x23','\xf7','\x8a','\x5d','\xb3','\xc0','\x1e','\x13','\x3a','\xd7','\x6d','\x00','\x26','\xcd','\x58','\xb1','\x75','\x60','\xc6','\x1c','\x9e','\x31','\x4f','\x09','\x64','\xf9','\xe2','\xe1','\x4b','\x68','\xcb','\x68','\xf1','\x0b','\xd7','\x80','\xab','\xe3','\x7e','\xbe','\x31','\x82','\x24','\xe7','\xdf','\xf2','\x0b','\x82','\x4b','\x88','\xb6','\x08','\xfd','\x7e','\x8b','\x5e','\x31','\x01','\xad','\xe5','\xcf','\x5c','\x9a','\x7a','\xf0','\xd2','\x03','\x0f','\x5d','\x2a','\x3c','\xd4','\x8a','\x6c','\x5e','\x29','\x6c','\x5e','\x99','\xda','\xbc','\x52','\xa5','\xad','\x73','\x74','\xdd','\xe9','\x26','\x66','\xec','\x3c','\x7a','\x68','\x9f','\x3b','\xb4','\xed','\xd5','\x63','\xc2','\x5e','\x3d','\x66','\xc4','\x8e','\x19','\x07','\x7e','\xa7','\x31','\x7c','\x6c','\xf9','\xd4','\xb1','\x3f','\x39','\xc5','\xed','\x96','\x63','\xcb','\x55','\x8e','\xdf','\x69','\x80','\x64','\xfe','\xe7','\x4b','\xe4','\xe3','\x2f','\x92','\x8f','\x57','\xc8','\xb1','\x7f','\x47','\x26','\xd6','\xc8','\x0f','\xca','\xe4','\x3f','\x5c','\x20','\xe7','\xcf','\x7a','\x7f','\x05','\xac','\xac','\x6d','\xff','\x02','\x9a','\xd9','\xbd','\x79','\x60','\x14','\x9c','\xc1','\xe1','\x1c','\xc9','\x4f','\xc8','\xf9','\xaf','\x3c','\xf5','\xf1','\xb7','\x7f','\xa7','\x6a','\xaa','\xd5','\x00','\xff','\x16','\xe7','\xc8','\x09','\xec','\x35','\xb9','\x99','\x51','\x23','\xd3','\x97','\x89','\xc7','\x47','\x68','\x10','\x94','\x32','\x7f','\x0d','\x1f','\xf4','\x05','\xfa','\x47','\xf7','\x6f','\x7a','\x1f','\x39','\x16','\x4c','\x62','\xca','\xee','\xa7','\x6c','\xb6','\xdf','\x4e','\x8b','\xbe','\x94','\xe9','\x4f','\xb7','\xd2','\xff','\x32','\x9e','\x79','\x28','\x5e','\x7c','\x28','\x9e','\xfd','\x61','\x2b','\xfb','\xc3','\x38','\x20','\xc0','\xd1','\xca','\xd2','\xf6','\x41','\x84','\xd9','\xdf','\x32','\xe1','\xe0','\x51','\x25','\x80','\x38','\xc8','\x36','\x77','\x44','\xf1','\xd0','\xa0','\x8f','\x24','\x83','\x24','\xc2','\x50','\x66','\xc6','\xb6','\xcf','\x88','\x63','\xd0','\xe0','\x21','\x73','\x54','\x6d','\xe5','\x55','\xc3','\xfc','\x88','\x41','\x1e','\x36','\xc8','\x84','\x45','\x0c','\xbe','\xaf','\xc7','\x76','\xae','\xe7','\x2e','\xbb','\xb7','\x6d','\x19','\x62','\x32','\x94','\x21','\xdc','\x88','\xda','\x1d','\x1d','\xf6','\xf8','\x86','\xbf','\xb8','\xe7','\xd4','\x57','\x47','\xf2','\x4f','\x5c','\xcf','\x0e','\x65','\xaa','\x5c','\xd4','\xf3','\x01','\x8c','\xee','\x70','\xab','\x6f','\x75','\x9f','\x3b','\xfa','\x4b','\x84','\xcd','\x19','\x8a','\x7d','\xb4','\x7e','\x20','\x2b','\xce','\x2f','\xce','\xd5','\xc5','\xf9','\x05','\xab','\xfa','\xeb','\x6d','\xfb','\xa7','\xa3','\xe3','\xc8','\x3e','\x91','\x35','\xfe','\x05','\x42','\x7a','\x83','\x64','\x2f','\x25','\x6e','\x27','\x2e','\x51','\x20','\xa7','\x35','\x92','\xd3','\x48','\x22','\x4f','\xee','\x69','\x1d','\x70','\x6b','\xc3','\xb2','\x36','\x6c','\xe8','\xa7','\xce','\xd9','\x79','\x84','\xb2','\x0c','\xfd','\xe0','\x97','\xa4','\x9a','\x68','\x01','\xe5','\xf7','\x36','\x9a','\x70','\x65','\xa0','\x20','\xbc','\x3f','\xb5','\xc9','\x7a','\x8b','\x18','\xce','\xfa','\xe9','\x58','\xc5','\xdd','\xf1','\x4c','\xee','\xbf','\x3b','\xfe','\x17','\x37','\x81','\x5c','\xcb','\xe2','\x67','\xde','\x25','\xa3','\x12','\xec','\x20','\xfe','\xc3','\x7c','\x7f','\xc9','\x9d','\x2f','\x26','\xe2','\x36','\x41','\xcc','\x68','\x2a','\x12','\xa8','\x47','\xa8','\x02','\x08','\xd8','\xd1','\xcf','\x28','\xf6','\x83','\x4a','\xf4','\x21','\x3b','\xfa','\xe9','\xde','\xe8','\x0f','\x39','\x6c','\xb8','\x06','\x38','\xec','\x28','\x55','\x00','\x01','\xae','\x7c','\x95','\x0c','\x55','\x3e','\x41','\xc3','\xd9','\xfe','\x86','\x19','\xb0','\xfe','\x22','\xe0','\xa2','\x11','\x51','\x0c','\x02','\xc7','\x1c','\xd3','\x06','\x24','\xcd','\x72','\x85','\x48','\x11','\x64','\xd2','\x8a','\x1e','\xef','\xcc','\xae','\xa9','\xab','\x91','\x91','\x48','\x84','\xa5','\x6a','\xcc','\xa9','\x7c','\x79','\x3f','\xf9','\xe3','\x8c','\x61','\x4f','\x1a','\xb0','\x37','\x7b','\x73','\x1c','\x89','\x7f','\x29','\x46','\xc0','\x5e','\x4d','\x35','\xb7','\xad','\x0b','\x18','\x81','\x15','\x72','\x68','\x19','\x54','\x39','\xd7','\xd1','\xe7','\x4a','\x22','\x0a','\x6a','\x6c','\xb5','\xec','\xa1','\x96','\x31','\x75','\xb5','\xf1','\x19','\x6b','\xf9','\x41','\xeb','\x4f','\x1e','\xb4','\xed','\x1f','\x59','\xcb','\x9b','\x1c','\x57','\x1b','\xd0','\x0c','\xe8','\xe5','\x26','\xbd','\xb6','\x04','\xe0','\x37','\x2b','\x4b','\x1c','\x40','\x38','\xac','\x2c','\x71','\xf4','\x29','\xcf','\x50','\xc5','\xec','\xe6','\x11','\x72','\x4a','\x78','\x3c','\x5d','\x94','\x53','\x2e','\x64','\xa0','\x85','\x4e','\xa6','\x50','\x37','\x15','\x95','\x8c','\x7a','\x2b','\x72','\xef','\xe9','\xcc','\x20','\xc8','\x9f','\xd7','\xb8','\xfc','\xf1','\xa0','\x37','\x30','\xba','\x0c','\x6d','\x44','\x1a','\x15','\x8c','\xac','\x11','\xad','\x12','\xbd','\xdf','\xfe','\xad','\xe7','\x56','\x7f','\xab','\x77','\xf5','\x9c','\x6b','\xcd','\xb7','\x4e','\x43','\xb9','\xe0','\x48','\xdc','\xaf','\x1f','\xf4','\x95','\x20','\xdb','\xf5','\x7d','\xe5','\x33','\xda','\x38','\xeb','\x79','\x8d','\xcc','\x73','\x49','\x2e','\x89','\x12','\xc7','\xb7','\xc4','\x8d','\x44','\xa2','\xb9','\x66','\xea','\x2d','\xc2','\x72','\x6d','\xa4','\x5e','\x6b','\xf2','\x2b','\xfa','\x00','\x39','\x7f','\x5b','\xfb','\x30','\xdc','\x38','\xb5','\x70','\xba','\x1d','\xf7','\x13','\xa6','\xdd','\x0e','\x8b','\x0e','\xc6','\xd9','\x20','\x87','\x56','\xba','\xc7','\xd9','\x27','\x73','\x5f','\xa5','\x40','\x82','\xd0','\x2e','\x99','\x30','\x58','\x87','\xb1','\x82','\x75','\x60','\xcd','\x3a','\xc5','\x4d','\xc4','\x35','\xeb','\xe3','\x6b','\x56','\x95','\x59','\x42','\xce','\x5b','\x02','\x15','\xe1','\xd4','\x88','\x13','\x87','\xc9','\x65','\x32','\x99','\x21','\xd5','\x9c','\xd7','\x04','\xdc','\xec','\x5f','\xcc','\xcf','\x43','\x3c','\x21','\xd5','\xdc','\x8e','\xcf','\xf3','\xa9','\xdf','\x22','\xc4','\x6f','\x5b','\xaa','\xb7','\xf1','\x0a','\xc5','\x39','\xf5','\x8c','\xcf','\x6e','\xc1','\x39','\xb5','\x79','\x9c','\xcf','\x7e','\xd2','\x42','\x53','\x2f','\x37','\xcb','\xb7','\x9b','\xe5','\xf6','\x14','\x23','\x2e','\xca','\x98','\x0a','\xc1','\xa4','\xcc','\x2b','\xc6','\x89','\x75','\xfb','\x35','\x18','\xe7','\x34','\x4b','\x17','\xf9','\x32','\x46','\x74','\x1a','\x9a','\x21','\xa2','\x69','\xd4','\x33','\x8d','\xdc','\xc5','\x3a','\x81','\x4f','\x48','\xa3','\xd8','\x2a','\x70','\x8d','\xfd','\x4d','\x53','\x7d','\x2a','\x7b','\xe4','\x2e','\xda','\x8f','\x1a','\x48','\x61','\xae','\x2a','\xea','\x2d','\x29','\x6a','\xe9','\x13','\xdd','\xf2','\x27','\xb8','\x94','\xa1','\xad','\x22','\xbd','\x9c','\x01','\x34','\xe7','\xa7','\x2e','\x67','\x3e','\x73','\x39','\xf3','\x60','\x73','\xfe','\x21','\x0b','\xff','\xed','\x46','\x69','\x73','\x03','\x6f','\xbe','\xfc','\x36','\x74','\x67','\xe0','\xf8','\x7e','\x89','\xfe','\x65','\x89','\x1b','\xa8','\xd0','\xb1','\xee','\x72','\x85','\x5e','\xd1','\xe9','\x35','\x5d','\xf4','\xaa','\x1b','\xe3','\x43','\x1b','\x84','\x66','\x97','\x22','\x06','\xc1','\x50','\x30','\x42','\x1e','\x2c','\xb6','\x1e','\x9c','\x59','\x99','\xfa','\xe6','\xca','\xd4','\xbe','\x95','\xcd','\x7d','\x5f','\xf9','\xa1','\x6d','\x6f','\xee','\x5b','\xa1','\xdb','\xf8','\x4a','\xa0','\x53','\x45','\x45','\x27','\x97','\xe9','\x64','\x86','\x56','\x73','\x22','\xbd','\x2b','\xe7','\xdb','\xe9','\xe8','\x41','\xfc','\xd0','\x65','\x0c','\xbb','\x96','\xc0','\xaf','\x5c','\x30','\xb2','\xae','\xd3','\xdc','\xe8','\xad','\xca','\x0a','\x74','\x47','\x75','\xef','\xed','\x3a','\x52','\x59','\xda','\x3a','\x82','\x69','\xfb','\xdd','\xdd','\xf6','\x98','\x46','\x62','\x9f','\xfd','\xf3','\x03','\x0f','\xc7','\x86','\x1f','\xce','\x9e','\x9a','\x26','\xa7','\x1e','\x7d','\x13','\xec','\xb1','\x13','\x66','\xf5','\xe1','\x3c','\xf9','\x6c','\x8c','\x4c','\x8b','\x30','\x76','\x8e','\x80','\x62','\x6d','\xd7','\x63','\x16','\x20','\x68','\xc3','\x82','\xdc','\xb6','\x42','\x3e','\x14','\x21','\xe2','\x60','\x74','\x29','\xc2','\xae','\x33','\x56','\x9d','\x04','\xca','\xfa','\x67','\xd2','\x89','\xff','\xbd','\xf9','\xab','\x66','\xfa','\x90','\x99','\x56','\xcf','\x35','\x55','\x7e','\x35','\xc7','\xd5','\x73','\xb6','\x6a','\x42','\x64','\x34','\xf2','\x39','\xe5','\x78','\x8e','\x1c','\xcf','\x45','\x33','\xda','\x87','\x3f','\xa1','\x25','\x4c','\x3e','\x3b','\xa9','\x5a','\x7b','\xbf','\x77','\xd4','\xeb','\x54','\xb1','\xf9','\x99','\xc9','\xc9','\x07','\x27','\x27','\x1f','\x9a','\x9c','\xfc','\xdb','\x62','\x73','\x53','\x42','\x9b','\xa2','\x99','\x5d','\xe0','\xad','\x31','\x20','\x5f','\xf2','\x2d','\xd1','\xe0','\x59','\x9a','\x9c','\xa2','\x9b','\x5a','\x3f','\xe4','\xc3','\x24','\xa9','\x1d','\xa6','\xb3','\x3e','\x9a','\xc6','\x60','\xf7','\xea','\xc2','\xe8','\xe5','\x8e','\x83','\xa9','\x7f','\x5a','\xd6','\x3f','\xb3','\x92','\x79','\xb0','\x55','\x79','\xf0','\xa9','\xaf','\xfd','\xe8','\xcb','\x64','\xf3','\x29','\xb4','\xd9','\x0a','\xd2','\xa7','\xca','\xf4','\xa9','\x1f','\xd1','\xa7','\x6c','\xda','\x2a','\xd3','\x45','\x4a','\x4f','\xf7','\xd1','\xd3','\x36','\x3d','\x4d','\x03','\x1c','\x3d','\x34','\x10','\xa2','\x7d','\x98','\x06','\x6b','\x35','\x6a','\x59','\x76','\xa3','\xdd','\x7d','\xa3','\xf8','\x3f','\xed','\x71','\xa5','\xc2','\x51','\xac','\x57','\x7a','\x50','\xa9','\x78','\xa3','\xd4','\xe3','\x3a','\x9b','\x7a','\x85','\xf4','\x48','\xc4','\xfe','\xf9','\xdc','\x9c','\x9b','\xa6','\xdf','\x6f','\x9f','\x72','\x71','\xed','\x6f','\x6c','\x85','\x6e','\x63','\xfe','\x3a','\xec','\x0b','\xee','\x77','\x7f','\x6f','\xee','\xd4','\x37','\x26','\xb3','\x7b','\x27','\xab','\x1c','\x63','\x73','\xdb','\xdb','\x81','\x2b','\x72','\x8f','\x45','\xee','\x58','\x25','\xde','\x17','\x48','\xe0','\x02','\x04','\xc6','\xd7','\xa1','\xb7','\x2c','\xc4','\xfd','\xf8','\x34','\x40','\x62','\x0f','\xdf','\x86','\xa5','\x58','\xd1','\x3e','\x70','\x5d','\x1b','\xd6','\xb5','\x53','\xf9','\xf9','\x53','\x27','\xc7','\xb2','\x05','\x04','\x76','\xa6','\x86','\x44','\x0c','\x16','\x09','\x0b','\x53','\x5c','\xd3','\x88','\x5c','\x6d','\x42','\x8a','\x52','\xc7','\xae','\x0b','\x62','\x3e','\x56','\x8c','\xba','\x19','\xbd','\x97','\x51','\x76','\xd0','\xbe','\xab','\x05','\x7f','\xfc','\x67','\xc9','\xd1','\x7f','\x3a','\x7b','\xf8','\xe4','\xef','\x1d','\xbe','\xf7','\xf7','\xa6','\xee','\xfd','\xee','\xd4','\x95','\xe7','\xcb','\x5f','\x88','\x07','\x92','\xe0','\x1a','\xbc','\x9f','\xdd','\xdb','\xae','\x7f','\xdc','\x68','\x97','\x36','\x40','\x3c','\x1c','\x18','\x30','\xd2','\xe2','\xbc','\x63','\x89','\x2b','\xd9','\x03','\xcc','\x18','\x2e','\x18','\xa7','\xd6','\x96','\xb9','\x46','\xab','\x32','\x83','\x83','\xb0','\x65','\xa1','\x8b','\x0d','\x81','\xd3','\x8e','\x24','\xd9','\xd6','\x83','\x42','\x29','\x40','\x1c','\x20','\x51','\x6d','\xeb','\x8b','\xe7','\xab','\x10','\x0f','\x17','\xa1','\x00','\x82','\x66','\x77','\x08','\x0d','\xcf','\x2a','\xf4','\x7b','\x0e','\x3c','\x43','\xd4','\x73','\xed','\xf1','\x71','\x62','\x05','\x90','\x6c','\x0c','\xa6','\x75','\x6c','\x03','\x1f','\xd8','\x70','\x0f','\x1f','\x99','\x85','\x73','\xea','\xff','\x34','\x0b','\xe7','\xd4','\x08','\x57','\x9d','\x70','\xd6','\xb8','\xb0','\xbd','\x67','\x32','\xb7','\xe0','\xb7','\xf9','\xbb','\x47','\xa0','\xbe','\x49','\x9c','\x25','\x51','\xcd','\xa0','\x9a','\x16','\xae','\xa9','\x12','\x4e','\xd8','\xf6','\x1d','\x52','\xcf','\xae','\x27','\x5e','\x0d','\xec','\xde','\x7b','\xe3','\xc8','\xe3','\x8f','\xfd','\xb3','\x4f','\xaa','\xf7','\x3f','\xad','\x4a','\x3d','\x87','\xa4','\x50','\x40','\x22','\x1d','\x53','\x2a','\x2b','\xa6','\xbe','\xad','\x2f','\xc0','\x8e','\x52','\x6d','\xca','\x18','\x1d','\x89','\xf4','\x73','\xcd','\xcb','\xec','\x4f','\xc7','\x2b','\xff','\xb2','\x55','\x79','\x28','\xce','\xd1','\xfa','\x61','\xbc','\xe2','\x20','\xd0','\x6a','\x05','\xe2','\x15','\xca','\x2a','\xb4','\x50','\xa1','\x73','\x15','\xfa','\xdd','\x16','\xfd','\x2e','\x0a','\xb0','\x7b','\xfb','\x98','\x4e','\xd9','\x06','\x4d','\x48','\xc1','\xc9','\x02','\xd5','\x35','\x3a','\x79','\x12','\x3a','\x5d','\x7e','\x2b','\x17','\xf8','\x67','\xb9','\xcf','\xf4','\x6a','\x0f','\x22','\xfd','\x21','\xdb','\x7e','\x68','\x9f','\xb6','\xb9','\x6f','\xe6','\x87','\x3f','\xfd','\xe9','\xe6','\x3e','\x9d','\xee','\x8b','\x06','\x7e','\xfa','\x4d','\xba','\x2f','\x46','\xf7','\xed','\x0f','\xfc','\xf4','\x05','\xba','\xef','\x2e','\xba','\xef','\x70','\xc0','\xfe','\x5d','\x5a','\x7f','\x89','\x2e','\x9c','\xa1','\x58','\xda','\xae','\xdb','\xea','\xd3','\xa9','\x0d','\x7d','\x92','\x3e','\x43','\xb5','\x07','\xe9','\x3f','\xfa','\x39','\x1e','\xe8','\x19','\x59','\xe3','\x26','\x39','\x1e','\x28','\x61','\x97','\x5d','\xbc','\xa4','\x23','\xf7','\x4c','\x5a','\xd3','\x8a','\xf5','\x6b','\xd6','\xf1','\x6b','\xd6','\x64','\x39','\xf5','\x6f','\x4c','\xb4','\xcb','\x5f','\xbc','\x84','\xd3','\xfc','\xbf','\x63','\xab','\xc5','\xf5','\x35','\xf4','\xc7','\xdf','\x49','\xff','\xe5','\x69','\xf5','\x4b','\x5f','\xec','\xf5','\x7e','\xd1','\xfe','\xa1','\x39','\x17','\x68','\xa6','\x51','\xc3','\xe7','\x13','\x4e','\x9c','\xdd','\xee','\x1c','\x0d','\xfa','\x62','\x7c','\x7c','\x78','\x7c','\xfc','\x54','\x6b','\xfe','\xd4','\x8a','\x91','\x0d','\xd6','\xaa','\xf4','\x32','\xc4','\xc7','\xf8','\x52','\x29','\x2c','\xc1','\xcc','\xae','\x19','\x5e','\x26','\x84','\x58','\x7b','\xfd','\x94','\xda','\xeb','\x67','\x7c','\x1c','\xf4','\x0e','\xbf','\xce','\xcf','\xf3','\xeb','\xcd','\xcf','\xa1','\x56','\x55','\x5d','\x82','\xe7','\x14','\xc4','\x73','\x2e','\xb6','\xbc','\xf0','\x6f','\xbb','\x9f','\xd3','\x59','\x87','\x48','\x9c','\x30','\xca','\x11','\xe2','\xaf','\xf1','\xeb','\x01','\x39','\x32','\xec','\xaf','\x0d','\x2f','\x47','\x4e','\x2d','\x8f','\xe6','\x8b','\xb5','\x6c','\x32','\x52','\xc5','\xf8','\x07','\xfc','\x6d','\x27','\x27','\x01','\x73','\x73','\x37','\xdd','\x78','\xdf','\x6b','\x92','\xcb','\x97','\x89','\xdb','\xfd','\x8f','\xae','\x3b','\x7e','\x3f','\x3b','\xe1','\xfd','\xf2','\xb1','\xf9','\x4d','\x21','\x8d','\x58','\x01','\x4a','\x8c','\xb8','\x6a','\x0c','\x58','\xa8','\xdf','\x40','\x7e','\x91','\xf1','\x18','\x76','\xa3','\x27','\x96','\x5c','\xeb','\x97','\x3d','\xe8','\xf5','\x64','\x27','\x1f','\x1b','\xf9','\xd2','\x22','\x70','\x0f','\xd1','\x4c','\x45','\x58','\x1c','\xdb','\xfc','\x37','\x3e','\x99','\x62','\x1f','\xc5','\x41','\x8a','\x29','\x95','\x92','\x54','\x2a','\x50','\x57','\x8d','\x22','\x23','\xb0','\x7e','\x29','\x2c','\x1d','\x6f','\xe2','\xc7','\x0b','\xe4','\x70','\x3a','\x19','\x46','\x35','\xbf','\x07','\xe1','\xee','\xe7','\xb4','\x05','\xfe','\xd6','\x09','\xa2','\x4f','\x8e','\x63','\x9f','\x5a','\x0a','\xf2','\x55','\xcc','\x5e','\x4b','\xb2','\x5c','\x81','\xb9','\xb8','\x95','\x68','\x44','\x5c','\x97','\x22','\xd2','\x71','\x0d','\x3f','\x9e','\x16','\xcf','\x31','\xfe','\x01','\xcf','\x61','\xd8','\xc7','\xf4','\xe0','\x3d','\x6f','\x53','\x26','\x25','\x99','\xf4','\x81','\xcf','\x79','\x5d','\x30','\x8c','\xad','\x53','\x68','\x1d','\x3c','\x2d','\x6a','\x06','\xc2','\x0a','\x1a','\x55','\xd0','\x4f','\xa9','\x67','\xb1','\x31','\x8b','\xea','\xe8','\x71','\x04','\xfd','\x6d','\xb5','\x52','\x11','\x92','\xd8','\x0d','\x44','\x6b','\x30','\x56','\x7c','\xa0','\x42','\x30','\x4a','\xd2','\xfa','\xf5','\xd1','\x76','\x63','\xb3','\x4e','\x96','\x7b','\xe4','\xf6','\xac','\xa4','\xdb','\x36','\x61','\xcd','\x42','\x16','\xa4','\xdd','\x76','\x7e','\x9d','\x1b','\x05','\xdd','\xe8','\xf7','\x2b','\xd2','\x7a','\x6b','\x14','\x58','\x8c','\xff','\x9e','\xe7','\x44','\x91','\x16','\x45','\x3a','\x14','\x20','\xbb','\xb1','\xf5','\x9a','\xdb','\x5a','\x97','\x21','\x03','\x19','\x1e','\xb5','\x8c','\x42','\x32','\xfa','\x7d','\x53','\x5a','\x6f','\x8e','\xa2','\x64','\xf0','\x31','\x8b','\x4e','\x97','\x81','\x36','\xfc','\xbd','\x12','\xb4','\x40','\x9a','\x3e','\x1d','\x7e','\xe5','\x1c','\x9d','\xae','\xd3','\x47','\xf9','\xfd','\x72','\xf8','\x15','\x91','\x67','\xa8','\x55','\xa9','\xb6','\x69','\x37','\x37','\x75','\xeb','\xda','\x8c','\x55','\xc8','\x37','\x8e','\x9f','\x9c','\x7d','\xb5','\x80','\xbe','\xad','\xb9','\x9e','\x2e','\xbe','\x1b','\xd6','\xb0','\x5f','\xa3','\x58','\x14','\x20','\xac','\xb8','\xce','\x2f','\xa7','\xde','\x33','\x5d','\x0b','\xe6','\x56','\x31','\x82','\xcc','\x45','\xe5','\xb1','\xa5','\xe0','\xf4','\x19','\x7a','\xa5','\x94','\x6a','\x56','\x54','\xa3','\xfa','\xd8','\x4a','\xf5','\x62','\x63','\x4a','\x35','\xa6','\xd4','\x95','\xc7','\x53','\x8d','\xbd','\xaa','\xf1','\xb8','\x6a','\x3c','\xa8','\x2e','\x5f','\x48','\xbd','\xe7','\x67','\x3d','\xd8','\x2d','\xd7','\xec','\xe6','\x95','\xc9','\xe5','\xca','\xcc','\x95','\xca','\xbe','\x7b','\x2d','\x42','\x2b','\x07','\x4f','\x5e','\xfd','\xbf','\xae','\xd4','\x27','\xbf','\x68','\x21','\xf9','\xb2','\x84','\x5e','\xc4','\xb5','\x0c','\x49','\xea','\x6a','\x30','\xbf','\x61','\xe6','\x71','\x3a','\x49','\x6b','\x6c','\x7a','\xe5','\x71','\x9c','\xfc','\x64','\xb2','\xf0','\x23','\xf4','\xca','\xd3','\xd2','\xa2','\xdf','\x87','\xfd','\x05','\x8a','\xb3','\xe7','\xad','\xf9','\xf7','\xca','\xd9','\xf3','\x25','\x01','\x63','\xee','\x9d','\xd3','\xc8','\x75','\x2e','\x1d','\xa8','\x17','\x6d','\x23','\x17','\x58','\xce','\x05','\xce','\x16','\xdf','\x31','\xa1','\xb0','\x8e','\x6e','\x16','\x1b','\x9b','\x39','\x7a','\x4d','\x42','\x05','\x89','\x1c','\xb7','\x5b','\xaf','\x4a','\xe8','\xdb','\x92','\xeb','\x69','\x49','\x0a','\x4b','\xc4','\x2f','\x31','\xec','\x71','\x59','\x78','\x7a','\xc5','\x73','\x63','\x19','\xbb','\xcc','\x4c','\xc0','\x2c','\xbe','\x67','\x1c','\x0f','\x94','\x72','\xff','\xf5','\xc2','\x23','\xae','\xfa','\xf1','\x5f','\x59','\xca','\xdd','\x38','\xa3','\xb9','\x4a','\xc5','\x46','\x49','\x43','\xd5','\x47','\xeb','\xd5','\x93','\xca','\x95','\x93','\xca','\xd4','\xa3','\xf5','\xc7','\x67','\x22','\x7b','\xc7','\x23','\x8f','\x8f','\xa7','\x7f','\xf4','\x3b','\xef','\x5c','\x38','\x27','\xf9','\x65','\x82','\xb9','\x1f','\x3d','\xdf','\xbc','\x22','\x7a','\x2c','\x55','\xe6','\x1a','\x96','\xb8','\xb9','\x3a','\xd7','\xa8','\x93','\x7e','\x4b','\x49','\x5f','\x0e','\x6a','\x2f','\x52','\x2b','\xc3','\x96','\xf5','\x54','\x33','\x5f','\x30','\xf2','\x6b','\x2b','\xfb','\x53','\x8d','\x24','\x33','\xee','\x62','\x2b','\xf1','\x54','\xe3','\x30','\x33','\x7e','\x97','\x2d','\x5f','\x4d','\xbd','\x77','\x8e','\x8f','\xcf','\x36','\x29','\x1c','\x42','\x0e','\x2f','\x84','\x83','\xb6','\x33','\x85','\xc0','\x87','\x1a','\x51','\xcd','\x2d','\x38','\x7f','\xd4','\x05','\x32','\x02','\x25','\xf5','\x2f','\xf0','\x76','\x9e','\x43','\x07','\x15','\x64','\x5f','\xbf','\xf9','\x13','\x3f','\x46','\x4d','\x8c','\xe6','\x30','\xca','\x6e','\x7f','\xde','\xd3','\x01','\xf0','\x08','\x51','\xa9','\x75','\x53','\xbe','\x0d','\x59','\x37','\xec','\x57','\xb6','\xad','\x3e','\xaf','\xab','\xe4','\x2b','\xda','\x41','\x97','\xd1','\x74','\xb5','\xd3','\xff','\x6e','\x3d','\x91','\x99','\x13','\x25','\x33','\xbe','\xad','\x33','\x05','\x61','\xb9','\x78','\xd7','\x80','\x3a','\xba','\xfb','\x18','\x9a','\x7f','\x12','\x62','\xa4','\xc9','\x48','\x9e','\x91','\xec','\xed','\xce','\xdf','\xe7','\x44','\xae','\xc1','\x07','\xbf','\x0f','\x11','\xfd','\x71','\x42','\x1f','\xf4','\x3e','\xa5','\xb9','\xa2','\x88','\xb7','\x38','\xcf','\xe1','\x8a','\x80','\xfb','\xe6','\x77','\x11','\xef','\x93','\x41','\xfb','\xbf','\x8a','\xce','\x28','\x1c','\xc2','\x23','\xf6','\x2e','\x45','\x42','\x6e','\xad','\x89','\xd3','\xf9','\x1e','\x2b','\xcb','\x8d','\x28','\x97','\x38','\x5f','\xe8','\xb1','\x08','\xe6','\xc6','\x2b','\x34','\x49','\x9c','\x63','\x3e','\x0a','\xfc','\x63','\xc0','\x33','\x03','\xb6','\x04','\xa6','\x1c','\xde','\x12','\xb5','\x2b','\xd4','\xb9','\x27','\x51','\x4a','\xf6','\x50','\xef','\x59','\x1a','\xc2','\xb4','\xe9','\xa1','\xf9','\x3b','\xca','\x59','\xb2','\x49','\xc8','\x2c','\x9c','\xe1','\xca','\x21','\x42','\x47','\xc0','\xfb','\x8e','\x68','\x73','\x13','\xb5','\x80','\x61','\x75','\xce','\x77','\xda','\xf3','\xed','\xfd','\x36','\xb1','\xdf','\xda','\xe1','\xf5','\x7b','\x9f','\x27','\xa1','\x04','\x69','\x26','\x48','\x3e','\x31','\x9a','\x4d','\x50','\x32','\x04','\xe9','\x8e','\x24','\xd7','\x03','\xa9','\x68','\x1c','\x8b','\xd2','\x9c','\x64','\x53','\xd7','\xcd','\xf3','\xc5','\x47','\xc3','\x5e','\xef','\xfe','\xfa','\x65','\xef','\x85','\xe6','\x3f','\x68','\x7c','\x76','\xe4','\xe9','\x51','\xef','\xc5','\xa6','\xbd','\x41','\xb7','\xdb','\x6f','\xf1','\x4f','\x16','\xfb','\x42','\x5c','\x56','\x62','\xc3','\xe1','\xfe','\x81','\xf0','\x29','\x87','\xac','\xc1','\x24','\x29','\x49','\x12','\x09','\xcf','\xa5','\x7d','\x01','\xc3','\x39','\x7f','\x8f','\x88','\x7f','\x42','\x38','\xbc','\x8b','\xc8','\xde','\x10','\xdf','\xb4','\xfd','\x64','\xd9','\xbb','\x70','\x36','\xe4','\x7a','\xa6','\xe9','\x2a','\xe7','\xd1','\x5a','\x16','\xba','\xe0','\xa5','\x09','\x7a','\x95','\xb8','\xbe','\x41','\xa4','\x38','\x21','\x7d','\xa4','\x10','\x9e','\x43','\x22','\x6e','\xec','\x0c','\xb2','\x43','\x46','\xe9','\x36','\xe0','\x39','\xce','\xf7','\x6a','\xf3','\xbf','\x95','\xbc','\x0b','\x4b','\x21','\xd7','\xf2','\x07','\xad','\x43','\x3f','\x78','\x04','\xf0','\x9c','\x48','\x13','\xce','\x61','\x59','\x84','\x24','\x22','\xde','\xe7','\x23','\xf6','\x5b','\x70','\xb3','\x05','\xfe','\x49','\x28','\xc1','\x9a','\x09','\x25','\x9f','\x50','\xb2','\x09','\x85','\x40','\x1e','\xb2','\xc0','\x04','\x21','\x1b','\x84','\x2c','\xfa','\xff','\x48','\xc2','\x7d','\x48','\xe4','\xe5','\xca','\x22','\x2c','\x29','\x01','\xbc','\x06','\xb3','\xad','\x1d','\xe1','\x4a','\xfe','\x49','\x48','\xf4','\xec','\xce','\xa3','\x54','\x56','\xaa','\x93','\xb9','\x9b','\xf3','\x72','\x05','\x7b','\x14','\x13','\xfb','\x34','\x2d','\xfe','\x89','\xb3','\x7e','\x60','\xfb','\xb7','\x37','\x23','\x6c','\x98','\xa4','\xd7','\x64','\xa1','\x0f','\xb1','\x66','\x9f','\x96','\x0f','\x68','\xd9','\x5e','\x0b','\x6c','\x8c','\x41','\x8b','\x1c','\xd3','\xc8','\x69','\xe6','\x75','\xf3','\x77','\xe8','\xac','\xc3','\x1d','\xf3','\x85','\x88','\x38','\x8f','\xee','\xfa','\x84','\x8f','\x98','\x16','\x92','\x92','\x4d','\x29','\x98','\x97','\x48','\xf6','\x76','\x27','\xb0','\x73','\x22','\x20','\xe9','\x73','\xa2','\x28','\x10','\x7d','\x4d','\x43','\x3c','\xd0','\xd2','\xb8','\x6d','\x26','\xce','\xa3','\xc5','\xf3','\x3d','\x11','\xef','\x19','\x1a','\xba','\x93','\x34','\x77','\xe3','\xfc','\x90','\x27','\xbb','\x21','\xbd','\xdf','\x73','\x82','\x91','\x02','\x4d','\xb6','\x69','\x5a','\xfb','\x22','\x9a','\x1d','\xd1','\xe9','\x7d','\x76','\xdf','\x27','\xf4','\x00','\xd1','\x03','\xa6','\x4e','\x37','\x01','\x21','\x45','\x6f','\x32','\x7d','\x36','\xa2','\x4f','\xed','\xd7','\xe9','\x64','\x05','\xf0','\xb5','\x4a','\xff','\xf5','\xb3','\x81','\x75','\x33','\xe0','\x22','\x8d','\x9e','\x39','\xe6','\xa6','\xbe','\x60','\x90','\x74','\x1d','\xca','\x7b','\xcb','\xd0','\x7b','\x71','\xe7','\x27','\x34','\x44','\x69','\x33','\xdc','\xc8','\x53','\x9a','\xbd','\xdd','\x21','\xfe','\x9c','\x28','\xa7','\xdf','\x99','\xef','\x57','\xf2','\x5e','\xb4','\xed','\x1b','\xdd','\x29','\x43','\x2d','\xef','\x73','\xa5','\x90','\x5a','\x6a','\xaa','\xa5','\xbc','\x0a','\x96','\x37','\xec','\x20','\xb5','\x74','\xab','\x1c','\xbb','\xa9','\xfe','\x8b','\x4c','\x33','\x32','\xad','\xf5','\x73','\x9f','\xee','\x46','\xcd','\xf5','\x7c','\x4a','\xc2','\x7c','\x5f','\x63','\x26','\x71','\xdb','\xc9','\x90','\x1a','\xdd','\xc9','\x3c','\x37','\xf7','\x53','\x68','\x57','\x83','\x39','\x2d','\x32','\xa1','\x7d','\xaa','\x25','\xcd','\xd7','\x09','\x2a','\x26','\xec','\x9f','\x6c','\xa0','\xca','\x36','\x03','\x98','\x78','\x94','\x47','\x3c','\x2a','\x05','\x8f','\xea','\xb9','\xe9','\x39','\xb0','\x9e','\xd1','\x1c','\x19','\xaa','\x91','\x31','\x21','\x37','\xd6','\xa0','\xed','\x81','\x93','\x2b','\xe5','\xc4','\x58','\xbc','\x6b','\x56','\x68','\xc4','\x6a','\xaa','\x56','\x9e','\xd5','\xb3','\xda','\x8f','\x89','\xf6','\x12','\xd1','\x2a','\x1d','\xb2','\x0b','\xcb','\x8b','\xac','\x39','\x64','\x51','\x64','\x6d','\xfb','\x83','\x90','\x69','\x59','\xf2','\x72','\xc3','\xe2','\xba','\x46','\x74','\x8d','\xe4','\xe7','\xc9','\xc9','\x31','\x52','\x40','\xde','\x13','\x8d','\x90','\x86','\x9a','\x45','\x3b','\xaf','\xa1','\xec','\xed','\xfc','\xc1','\x3f','\xf2','\x37','\x29','\x21','\x3b','\xc6','\x19','\xe4','\x73','\xc9','\x7e','\x65','\x47','\x4c','\x06','\xe4','\xf3','\xa0','\xd9','\x4c','\xb5','\x3e','\x58','\xce','\x43','\x1f','\xdd','\x97','\x6d','\x3f','\x30','\x01','\x39','\x0c','\x06','\x55','\xec','\x6f','\x61','\xcd','\xb2','\xeb','\xdb','\x7f','\xf4','\x58','\x56','\x18','\x59','\x2d','\x64','\x7d','\x0e','\x55','\x32','\x29','\xdb','\x2d','\x98','\x51','\x65','\xf1','\x75','\x9c','\xfe','\x3b','\x69','\xfe','\xbd','\x04','\x9f','\x15','\x19','\x3c','\x4b','\x7a','\x21','\x6f','\xc7','\x7b','\x7e','\x45','\xc8','\x0d','\xb3','\x5b','\x42','\x0a','\x79','\x58','\x82','\xf4','\x80','\xf7','\xd7','\x5f','\x41','\x65','\x07','\x9d','\x4f','\x3f','\xf7','\x7a','\xd7','\xfa','\xe8','\x3d','\x36','\x44','\x0b','\xb8','\x27','\xf4','\x38','\xed','\xbb','\x41','\x47','\x9f','\x2b','\xbf','\xa3','\x96','\x67','\xd5','\xf2','\x14','\x6b','\x37','\x9f','\xec','\x46','\x83','\x35','\x18','\x63','\xc1','\x60','\xcd','\xe9','\x6c','\x45','\x69','\x15','\xa8','\x8c','\xe9','\x65','\x9b','\x5e','\xe6','\x57','\xda','\x29','\x96','\xe1','\x08','\x95','\x2b','\xef','\xd9','\xf6','\xe7','\xcb','\x95','\x4f','\xb7','\x8b','\x65','\x44','\xbd','\x0c','\x13','\xf5','\x32','\x9a','\xd5','\xb0','\xa0','\x5f','\xe7','\x8e','\x78','\x5d','\x1f','\xf5','\x9e','\x2f','\xdb','\x9b','\x9b','\x84','\x6e','\x8a','\x4f','\xfa','\x44','\xd8','\x99','\xfa','\xcb','\xb4','\xd5','\x47','\xe7','\x02','\xe5','\x2c','\xed','\xfa','\x2b','\x58','\x18','\x90','\x9a','\x35','\x27','\xea','\x4a','\x82','\x70','\xa8','\xa7','\x51','\x2d','\xdd','\x41','\xb6','\xf5','\x70','\x0b','\x42','\xf1','\xd9','\x6d','\x84','\xb2','\xd9','\x66','\xb6','\x3a','\x9b','\x35','\xa7','\x80','\xe3','\xe3','\x19','\xfa','\xf1','\x32','\xfd','\xc1','\x2c','\x3d','\x1b','\xa7','\x66','\x4f','\xc0','\x94','\xde','\xf1','\xdb','\x71','\x4f','\xeb','\x96','\x79','\x37','\x6d','\x91','\x62','\x0a','\x84','\x74','\x4a','\x90','\xc8','\xd4','\xbb','\x4c','\xf9','\xde','\x68','\x12','\x25','\xef','\x56','\xb2','\xed','\x82','\x85','\x08','\x00','\xa8','\x14','\xb8','\xa8','\xc9','\xb4','\xf5','\xce','\xce','\xbc','\x53','\xef','\x9a','\x66','\xbf','\xa1','\x91','\x49','\xe8','\xfb','\x0c','\x22','\x08','\xd7','\xbc','\x66','\x31','\xa4','\x84','\x9a','\x1a','\x9c','\x80','\x67','\x6f','\x97','\x77','\x3a','\x27','\x46','\x7b','\xe7','\xfb','\xc0','\xa9','\x8a','\xbd','\xd0','\x3d','\xad','\xa6','\xf7','\x62','\x2b','\x84','\x50','\x13','\xa1','\xbc','\x42','\xb3','\xdd','\x81','\xcd','\x0e','\xe6','\xc2','\x0d','\x90','\x1b','\xbe','\xc2','\x8e','\xdc','\xcb','\x6a','\xde','\x16','\xb1','\xc4','\x2d','\x78','\x4d','\x2d','\x44','\xb4','\x26','\xd1','\xf3','\x0e','\xe3','\x0a','\x90','\xae','\xa4','\x81','\xb9','\xa5','\x43','\xba','\x32','\xa7','\x61','\xae','\x07','\x45','\xda','\x8e','\x08','\x3e','\x8b','\x3e','\x6b','\xfd','\x99','\x8c','\xfd','\x6c','\x94','\x8e','\x8c','\x00','\x9c','\x4f','\x30','\x0e','\xfa','\x7c','\x8d','\x3d','\x7b','\x66','\x47','\x46','\xa6','\xae','\x8b','\xfa','\xa6','\x4c','\x66','\xbb','\x2f','\x1b','\xc6','\x8d','\xb1','\x31','\xb6','\x63','\x7f','\x01','\x35','\x4d','\x97','\x7e','\x17','\x4b','\x1a','\x21','\xaf','\x81','\x42','\x2e','\x4b','\xe8','\x41','\xa8','\x02','\x7b','\x3f','\xfd','\xee','\xc8','\x31','\xcf','\xcf','\x5a','\xf3','\x2e','\x87','\xb0','\xcf','\xf4','\xbc','\x62','\x8a','\x30','\x32','\x74','\x84','\xf3','\xbc','\xde','\x98','\xa7','\x0c','\xfd','\x03','\xe4','\x18','\xc8','\x1f','\x60','\x50','\xa1','\x0e','\x2b','\x86','\x77','\x21','\x6d','\xaf','\x2f','\x13','\xd7','\x59','\xe2','\xe5','\x12','\x61','\x93','\x78','\xaf','\x79','\xbf','\xb4','\x1a','\x0a','\xac','\x36','\x03','\x2b','\xf9','\xde','\x95','\xac','\x5a','\x26','\x83','\xe7','\xc8','\xb1','\xb3','\x64','\xa1','\xe4','\xa4','\x9f','\x71','\x5d','\xd3','\x9e','\xf7','\xed','\xfa','\x02','\xd0','\x3e','\x5e','\x13','\xd9','\x90','\xae','\x41','\x48','\xbf','\xa8','\x4a','\x48','\x52','\x2f','\x7b','\x20','\x54','\xd0','\x9a','\x05','\x2d','\xbf','\xa6','\x7f','\x1c','\x4a','\x09','\x6e','\x2e','\x31','\x98','\x4b','\xd4','\x28','\xbb','\x39','\x1f','\x12','\xec','\x16','\x4b','\x4c','\x4a','\xe7','\xf3','\xb6','\x9d','\xc9','\x0d','\xf1','\x2d','\xf9','\xb3','\x33','\x1f','\x72','\x8e','\xcd','\xed','\x5c','\x3f','\xed','\x4c','\x72','\x58','\x3f','\x70','\xac','\xf0','\x0c','\xe1','\xdf','\x42','\x2d','\x7b','\xff','\xc3','\x9f','\x86','\x4e','\x7d','\xbb','\xf9','\xf1','\x3f','\xcb','\x2f','\x6e','\x64','\xdb','\x29','\xe2','\x1a','\xac','\x67','\x78','\x0a','\xdd','\xb6','\x0f','\xbb','\x0b','\x2b','\xf8','\x7c','\x95','\x89','\xbd','\xd9','\x49','\x0e','\x14','\xab','\xc5','\x6b','\x90','\x50','\xaa','\xd5','\x65','\xb7','\xdc','\x9c','\xb8','\xde','\xb6','\x9f','\xf9','\xfb','\xdc','\x61','\x90','\x8f','\x9a','\xe4','\xd0','\xf7','\x88','\x6a','\x7a','\x45','\x7f','\x3d','\x72','\xf4','\x2f','\xb6','\x9a','\xc2','\xf2','\x6f','\x2a','\xe4','\x98','\x99','\x2f','\xb6','\xb2','\x32','\x81','\xf4','\x42','\xbc','\x83','\x6f','\x67','\x8e','\xeb','\xc9','\x1a','\xbe','\x8d','\x1d','\x6e','\xef','\x38','\xdb','\x82','\xf1','\xe1','\xfb','\xc2','\x65','\x89','\xf7','\x31','\xbb','\x12','\x66','\x3a','\xeb','\xc7','\xee','\xb6','\x0f','\xc5','\x81','\x8b','\x8c','\xbc','\x3e','\xc3','\x36','\x6b','\x24','\x68','\x41','\xae','\x7e','\xa0','\xe5','\x55','\x4d','\x9f','\x9a','\x0d','\x3e','\x71','\xb2','\xf9','\xed','\xa9','\x53','\xbf','\x4a','\xb3','\xaa','\x42','\xd8','\x1a','\x61','\x35','\x31','\x53','\x75','\xc2','\x5e','\x20','\x6a','\x78','\x2e','\xee','\xa3','\x07','\xb7','\xec','\x96','\x76','\xb4','\xcd','\x5b','\xb2','\xec','\x8a','\x18','\x40','\xc8','\x0e','\x15','\x2b','\x01','\x78','\x3f','\x69','\x73','\xb0','\x9c','\x4f','\x95','\xb3','\x62','\xe4','\x01','\x29','\x71','\x6d','\xb3','\xee','\x0a','\x39','\xe6','\x36','\xa8','\xaf','\x06','\xf2','\xb3','\x66','\x51','\xc3','\xea','\x33','\x4a','\xb6','\x69','\x53','\xbb','\x44','\xcf','\x63','\x7a','\x7e','\x86','\x3e','\x7d','\xb2','\xaf','\xac','\x05','\xcb','\x5a','\xa3','\xac','\xcd','\x96','\xb5','\xa9','\x72','\x81','\x96','\xaf','\x09','\x6c','\x06','\xca','\xcb','\x01','\x6a','\x06','\x02','\xe7','\x7e','\x19','\xc0','\xac','\x8f','\xef','\x53','\xe0','\xbd','\xa7','\x19','\x24','\x40','\xfa','\x3f','\xd6','\xb2','\x5b','\x26','\xcd','\x6c','\xe1','\x33','\x34','\x33','\x15','\x9a','\x9f','\x6a','\x66','\x66','\x67','\x33','\x6c','\x2a','\x23','\xfa','\xa6','\x64','\x92','\xfd','\xad','\x93','\x81','\xeb','\xd9','\x00','\x3e','\x47','\x3d','\xb8','\x81','\x31','\xc3','\x08','\xec','\x43','\x57','\x93','\x84','\xb7','\xb4','\x9e','\x90','\x87','\xbd','\xcb','\x0e','\xbc','\xbd','\x7f','\xe2','\xb3','\xed','\x60','\xef','\x72','\xb3','\x77','\x39','\xdf','\xbb','\x9c','\x75','\x3e','\xdf','\x99','\x5e','\xeb','\x8c','\xf3','\x90','\xe1','\x4b','\xf4','\x56','\x53','\xef','\x98','\x43','\x2e','\x73','\x62','\x97','\x73','\x94','\x6f','\x0e','\x05','\x4c','\xee','\x86','\x27','\x02','\x26','\x74','\x58','\x9b','\x9d','\x4b','\x24','\xe8','\xdf','\xbf','\x4f','\x77','\xe6','\x51','\x93','\x02','\xb6','\x37','\x31','\x59','\xc9','\x40','\x86','\x7c','\x14','\x93','\x0c','\xf6','\xe2','\xa8','\xaf','\xf8','\x36','\xdf','\xfc','\x4d','\x8c','\xf3','\x99','\x68','\x36','\x13','\x25','\x1c','\xc5','\xeb','\x24','\xdd','\xce','\x9f','\x9f','\x43','\x73','\x14','\x6d','\xed','\x0b','\x93','\xb8','\x5a','\x6d','\xff','\xe2','\x15','\xb3','\x3b','\x73','\x78','\xdb','\x8f','\x4b','\xc1','\xb1','\xfe','\x76','\x88','\xf5','\xd6','\xf5','\xdc','\x31','\xc6','\xf8','\xfb','\x78','\x45','\xdf','\x52','\xb2','\x65','\x7c','\x6e','\xe9','\xe5','\x41','\x33','\x7f','\xa8','\x95','\x75','\xba','\x0e','\x38','\xf8','\xac','\x41','\x4e','\x18','\x64','\xa2','\x36','\x67','\xd8','\x01','\x14','\xea','\xca','\x4f','\x30','\x88','\x3b','\xcd','\xa5','\xb1','\x7d','\x85','\x81','\xc6','\xf9','\xf0','\x55','\xc8','\xc1','\xe3','\xfb','\x6b','\xd2','\x0c','\xcd','\xb7','\x9a','\x33','\xd5','\xfc','\x4c','\x35','\x3b','\x53','\x25','\x5b','\x98','\x6b','\x92','\x99','\x4d','\xd2','\xb1','\x7f','\x82','\xe3','\x19','\x5a','\x2c','\xd2','\xe3','\x19','\x07','\xfd','\xf3','\xf3','\xf6','\xab','\xed','\x7b','\x3a','\x3f','\x4f','\x35','\xdc','\xaf','\xe1','\xa0','\x86','\x1b','\x1a','\x9e','\xd5','\xf0','\x54','\x77','\xe5','\x69','\x07','\x0d','\x6d','\x8c','\xaf','\xee','\x36','\x1f','\x35','\x6a','\xcb','\x1c','\xae','\x65','\xb6','\xfd','\x5c','\x21','\x67','\xbc','\xaa','\x15','\x52','\x0d','\xb0','\x33','\x53','\x36','\x7c','\xaf','\x5c','\x1a','\x30','\xae','\x41','\x6b','\xf8','\xa5','\xa4','\x97','\xdb','\xf3','\x8a','\x0f','\xf8','\xb5','\x90','\xd0','\x80','\x8e','\xb3','\x10','\xae','\xb7','\xfd','\x0b','\x14','\x87','\x87','\x43','\x48','\xdf','\xed','\xfd','\xd2','\x99','\x50','\xa0','\xd4','\xcc','\x55','\xf3','\xf8','\x5a','\x96','\xd4','\x20','\x77','\x71','\xe3','\x1a','\xc1','\x5c','\xb8','\x5c','\x25','\xec','\x25','\x62','\x55','\xe6','\x3c','\xd0','\x91','\xd3','\x97','\xac','\x09','\x3b','\xf0','\x32','\x7c','\x38','\xb6','\xe9','\x5d','\xab','\xd9','\xf5','\x4b','\x84','\x5d','\x22','\x23','\x1b','\xa4','\x61','\x13','\x6d','\xde','\x3b','\x8e','\x42','\x92','\xd1','\x1c','\xa2','\x30','\x5f','\xb7','\x94','\x6f','\x80','\x9d','\x90','\x6a','\x74','\xc9','\xc3','\xb6','\x74','\xf2','\x7e','\x5d','\xac','\xe7','\xae','\x03','\x38','\x2e','\x91','\x42','\xaa','\xd9','\x54','\x4d','\x78','\x4e','\xe2','\xcf','\x21','\xa2','\xee','\x59','\x81','\xa0','\x3a','\x17','\x79','\x81','\x73','\x44','\x3d','\x3b','\xb7','\x5e','\x82','\xf7','\xe1','\x93','\x55','\x94','\x09','\x7e','\x86','\x94','\xd6','\x48','\x7e','\x9c','\xc4','\x3e','\x66','\x2f','\xc7','\x84','\xcf','\x18','\x24','\x91','\xfb','\xbd','\xbf','\x73','\xdd','\xb7','\x88','\x82','\x12','\x6a','\x4a','\x24','\x6f','\xb7','\xc0','\x4f','\xf1','\x38','\x93','\xab','\x75','\xe4','\x6a','\x10','\xec','\x43','\x8b','\xdc','\x94','\x17','\xc7','\xad','\x77','\x78','\x1f','\x86','\xb7','\x96','\x90','\xd7','\xc5','\xd7','\x0f','\x6a','\xee','\xc5','\x30','\xce','\xb7','\xcb','\x8b','\x9b','\x8b','\xff','\xb6','\x88','\x27','\x74','\xfc','\x4a','\xb7','\x06','\x5e','\x92','\x08','\x6a','\x11','\x4f','\x89','\x78','\x97','\x88','\x97','\x9b','\x8b','\x86','\x4f','\x35','\x82','\xeb','\x46','\x53','\x42','\x79','\x09','\x7f','\xbc','\x9d','\x0a','\x22','\x32','\x33','\xfb','\x93','\x4e','\x8a','\xf8','\x1f','\x89','\x12','\x54','\x78','\x0e','\xdf','\xef','\xa9','\x6d','\x51','\x69','\xaf','\x77','\x49','\xf2','\x5d','\x86','\xf7','\x5f','\x96','\x42','\x8f','\x5d','\x6c','\x4e','\x97','\xf2','\xd3','\xa5','\xec','\x74','\x89','\xfc','\xd1','\xf7','\xb6','\x53','\xd6','\x39','\x8a','\xad','\x39','\xb1','\x8a','\x82','\xb8','\x04','\x25','\xa5','\x66','\x45','\xa0','\xca','\x61','\x37','\xaf','\x50','\x73','\x93','\x9a','\xd7','\x04','\xae','\xf4','\x99','\x57','\x82','\xcd','\x6a','\xc3','\xbc','\x3c','\x6b','\x56','\xa6','\xda','\x3f','\x56','\xe9','\x6f','\x56','\x02','\xd5','\x9f','\x04','\x20','\x09','\xdd','\x6a','\x10','\xbe','\x50','\x76','\xe4','\xed','\xc0','\xa6','\xd8','\x4c','\x12','\x16','\x26','\x8f','\xfe','\x9d','\xd7','\x10','\x43','\x34','\xee','\xf3','\x16','\xb3','\xa1','\xf1','\x6c','\x73','\x3c','\x9b','\x9f','\xcf','\x66','\xc7','\xb3','\x84','\x63','\x5e','\x5c','\xc7','\x89','\x83','\xb9','\x4f','\x8c','\xd2','\x0c','\x6d','\xd7','\x7f','\x49','\x26','\xf1','\xb4','\xbc','\x24','\x68','\x7f','\x35','\x49','\xa6','\x0b','\x90','\x34','\xb2','\x0b','\x32','\x99','\xbd','\x67','\x91','\x2f','\x89','\xb8','\x87','\xd6','\x0c','\x37','\xf3','\xbd','\x46','\x76','\xb0','\x6b','\xa7','\x1f','\x3a','\xeb','\xac','\x8d','\xb9','\x54','\x13','\xaa','\x5e','\xba','\xfb','\x1c','\x01','\x95','\xb1','\xfb','\x51','\xee','\xa8','\x6c','\x88','\x1c','\xcb','\x4e','\xfa','\x34','\x54','\x3b','\x96','\x34','\x4f','\x11','\xa2','\x2b','\x09','\xbb','\x22','\x4a','\xe7','\xe0','\x54','\x68','\x87','\x1c','\x73','\xe2','\xfc','\x1c','\x45','\xfe','\x3e','\xcc','\x36','\x19','\x4c','\x9f','\xf3','\x89','\xf8','\xd5','\xde','\x41','\x13','\xf4','\x29','\x5f','\x87','\x2a','\xb7','\x7f','\x9a','\xed','\xf5','\xc9','\xff','\xea','\x26','\xfd','\xae','\x28','\x90','\xe8','\x0b','\x4e','\x77','\x04','\xbc','\xbf','\xb6','\x1d','\x05','\x36','\x55','\x47','\x62','\x97','\x44','\x7c','\x03','\xe5','\x31','\xca','\x12','\xd1','\x99','\x9d','\x8a','\x33','\x6b','\xcd','\xf2','\x1a','\xdc','\xd1','\xa8','\xcc','\xa5','\x40','\x3e','\xdf','\xd4','\x3f','\xb7','\x4f','\xf4','\xcf','\x05','\xcb','\x2d','\x9d','\x06','\x64','\x32','\x7d','\x2d','\x3b','\x58','\xa9','\x70','\xa5','\x30','\x5b','\x2a','\x4d','\x71','\xa3','\xee','\xc0','\x01','\xba','\x67','\x0f','\xb7','\xee','\x02','\x2f','\x56','\xe8','\xd9','\xb3','\xdc','\x10','\x68','\xcc','\x81','\xc5','\x7a','\x9b','\xf9','\xba','\xe7','\x65','\xa2','\xf9','\x60','\xbe','\xc4','\x66','\xf4','\x32','\x1a','\x4a','\x35','\x9a','\x8c','\xe6','\x19','\x15','\x76','\x2f','\xf4','\xac','\x27','\x8f','\x36','\x21','\xc9','\xaa','\xda','\xe5','\x7f','\xed','\x3c','\x77','\xf0','\x2e','\x47','\xec','\xab','\x70','\x43','\xe4','\x51','\x52','\xac','\x79','\x93','\x11','\x1f','\xc6','\x03','\x5c','\xe5','\x4f','\x4e','\xe6','\x27','\x27','\xb3','\xb7','\x3b','\x77','\x98','\xbb','\x7c','\x99','\xba','\xdd','\x9d','\x7c','\xda','\x76','\x35','\x87','\x77','\x8d','\x9b','\xae','\x8d','\x2e','\xe1','\xc0','\x3d','\x4d','\x1c','\x12','\x41','\xc9','\x3c','\xc3','\x59','\xa0','\x4c','\x14','\x6d','\xc7','\x9d','\xc2','\x3d','\x0e','\xbb','\x3a','\x67','\x81','\xbe','\x08','\x46','\x28','\x85','\x05','\x20','\x9c','\xa0','\x54','\xa3','\x9f','\x71','\xbf','\xa9','\x7d','\x0f','\x57','\x84','\xc0','\xee','\x6d','\xd9','\xb7','\x1f','\x9f','\x52','\xa9','\xcb','\xee','\xed','\xe4','\x8f','\x75','\x66','\xd9','\xbe','\xd8','\xea','\x16','\x3e','\x3e','\xd5','\x0c','\xa6','\x9a','\xa0','\x77','\x10','\xca','\xb6','\xab','\xab','\x76','\x14','\x28','\xcd','\xb9','\xea','\xd4','\xe1','\x63','\xec','\xac','\x4c','\xc7','\x6a','\xb2','\xaf','\x19','\x24','\x58','\x83','\xc9','\x55','\x89','\x37','\xd5','\xf2','\x3d','\x66','\x04','\x9f','\x33','\xde','\x53','\x97','\x85','\xfe','\x72','\x94','\x8e','\x38','\x67','\x6c','\xdf','\x97','\xe6','\x44','\x3b','\x60','\xa7','\x0f','\x4b','\x6a','\x03','\x61','\x89','\x61','\x7f','\xa3','\xf8','\x1a','\x53','\xbe','\xc8','\x76','\x61','\x56','\xfc','\x69','\x1c','\xdf','\xf1','\x6d','\xbc','\xeb','\xf9','\xd4','\xb5','\x14','\x46','\x21','\xec','\x32','\x50','\xd8','\x12','\xfe','\x7b','\xbb','\xc6','\xe7','\x66','\xbd','\xec','\x9c','\x57','\x16','\xdb','\x79','\x3b','\xa0','\x2f','\x6e','\x74','\x52','\x1a','\x84','\x99','\xe7','\x4b','\x35','\x83','\xae','\x15','\x61','\xd7','\xbd','\x9d','\x0d','\xe2','\x5b','\xf3','\x76','\xda','\xdf','\xab','\xc7','\x0d','\xf6','\x03','\xbf','\xee','\x9d','\x24','\x7d','\x07','\xbd','\x7f','\x72','\xb7','\x7d','\xc9','\x4d','\x7c','\x41','\xf2','\xf8','\xeb','\xf0','\x89','\x87','\x5b','\x56','\x06','\xf8','\x29','\x34','\x99','\x8f','\x87','\xb3','\x2f','\x62','\x08','\xd6','\x71','\x7b','\x8c','\xbb','\xc6','\x98','\x6f','\x5f','\xc8','\xfb','\x9a','\xf3','\x00','\x67','\x6b','\x50','\x46','\xf4','\x33','\x84','\x3e','\xfe','\x3d','\x7a','\xcc','\x4d','\x1f','\x7f','\xa6','\x3f','\xed','\xb6','\x7f','\xfe','\x0c','\xdc','\x8f','\x2f','\x81','\xf3','\x62','\xe0','\x01','\xc3','\x7d','\xe8','\x62','\xa3','\x11','\x91','\x67','\x53','\x8d','\xa9','\x88','\x0c','\xf3','\xe8','\x5c','\xc9','\x71','\x00','\xcd','\x35','\x58','\x91','\x59','\x63','\xc1','\xaa','\x9b','\x2e','\xfb','\xe8','\x72','\xb9','\xbf','\x55','\xa3','\xcb','\x16','\x47','\x8b','\x5f','\x1b','\x15','\xba','\x6c','\xd3','\xe5','\x2a','\x47','\x5f','\xa3','\x1a','\x5c','\xae','\x36','\x96','\xab','\xb3','\xcb','\xd5','\xa9','\xe5','\x6a','\x7f','\x4b','\x24','\xc2','\x2b','\x26','\x5d','\x36','\xe9','\x0f','\xcc','\xc0','\x97','\xc8','\x3b','\x2e','\x12','\xef','\x21','\x6d','\xff','\xbd','\x7d','\x56','\x0b','\x27','\x77','\xb6','\x81','\x04','\x2d','\x86','\x42','\x5a','\x2d','\x7e','\xf5','\x2a','\x4a','\x28','\x78','\x57','\xf3','\x86','\x9d','\x4f','\x43','\x99','\x12','\x0c','\x42','\xdb','\x35','\x3b','\x0e','\x55','\x72','\x34','\x37','\xc7','\x8a','\xd4','\x1a','\x83','\xfd','\x65','\xef','\xd4','\x3b','\xe5','\x98','\x08','\xc0','\x06','\x61','\xf0','\xcb','\x15','\x6e','\xac','\x8f','\x52','\xab','\x49','\xab','\xa7','\xb8','\xde','\x01','\x3a','\x0b','\x07','\x42','\x57','\x32','\xa8','\x13','\x9f','\x4b','\xdb','\x01','\x63','\x7e','\x87','\xdd','\x8b','\x97','\xc8','\x52','\xc6','\xce','\x9f','\x24','\xfb','\x85','\xfe','\xe2','\xbb','\x60','\x6a','\xc4','\x57','\x66','\xa3','\xe1','\x7a','\x53','\x50','\x67','\x64','\xc3','\x75','\x31','\xad','\xdc','\x6b','\x80','\x03','\x6f','\x32','\x7d','\x86','\xac','\x2f','\xfe','\x91','\x47','\xc4','\x21','\xb9','\x2e','\xfb','\xc8','\x27','\xc9','\x3f','\xfb','\x17','\xe4','\xe4','\x35','\x32','\xb5','\xe6','\xbd','\x7b','\xbf','\xfd','\x54','\x94','\xec','\x1d','\x07','\xe1','\x2c','\x4a','\x9f','\x7c','\x16','\x0e','\x6e','\x2c','\x09','\xbd','\x43','\xc0','\x8f','\x83','\xde','\xa0','\x02','\x1d','\x6e','\x90','\x39','\xd6','\xa0','\x16','\x0b','\xba','\xae','\x51','\x97','\x49','\x17','\x96','\x20','\x1b','\x6f','\xc1','\xe8','\x5b','\x58','\xb1','\xff','\xf3','\x33','\xd4','\x28','\x53','\x63','\x8d','\xfe','\x45','\xad','\xef','\x9b','\xe3','\xc1','\x6f','\xbe','\x7a','\xe8','\x3f','\x7f','\xfb','\x1d','\xa9','\xff','\xf3','\xc4','\xff','\x20','\xc2','\x94','\xcf','\x2f','\x56','\xe8','\x7f','\x22','\xf4','\xf9','\x68','\x60','\x6d','\xa8','\x9f','\x25','\xde','\x4d','\xd5','\x59','\x78','\x2b','\x5f','\xa2','\x41','\x27','\x7a','\x68','\xd1','\xee','\xcf','\x61','\xfb','\xb5','\xd7','\x69','\x11','\xd1','\x9c','\x9b','\x4e','\x37','\xa9','\x86','\xfa','\x1f','\x6d','\x06','\xa7','\x51','\x23','\xb7','\x34','\x9b','\x2f','\x4d','\x4d','\x57','\xa9','\x7e','\x92','\x4e','\x5d','\xa3','\xeb','\x9b','\x74','\x23','\x4b','\xcd','\xfb','\xe9','\x5a','\xe6','\x1d','\xc9','\x62','\x6d','\x52','\x7d','\xc1','\xab','\x8f','\x23','\x5e','\x93','\xd9','\x3f','\x14','\x47','\xea','\x57','\xdf','\x86','\xef','\xd5','\x37','\x45','\x02','\x65','\xef','\xd3','\x53','\xed','\x78','\x1d','\xf7','\x2f','\x8e','\x09','\x63','\x29','\x87','\xa1','\x68','\xe2','\xd1','\xb7','\xc9','\x89','\x11','\xa2','\xe1','\x39','\x6d','\x8c','\x72','\x3b','\x0a','\x1e','\x82','\x3b','\xe7','\xf8','\x0d','\xef','\xaa','\x6c','\xff','\xf4','\x0a','\xd9','\x77','\x2f','\xe0','\xc3','\x57','\x48','\x44','\xf6','\x5e','\x6c','\x80','\x9f','\x12','\xae','\xe7','\x45','\xd6','\xe0','\x36','\x45','\x89','\x73','\x83','\xf0','\x1f','\x39','\x7e','\x4a','\x64','\x47','\x62','\x3c','\xdf','\xe0','\x22','\x0e','\xd0','\x4e','\x5f','\xf1','\xba','\x4e','\xc3','\xf9','\x85','\xac','\x34','\xdd','\x4a','\xde','\xbd','\x37','\x7b','\xbb','\xfc','\x96','\x76','\xfc','\x07','\xd5','\x02','\xdc','\x50','\xb4','\x44','\x2b','\x67','\xcd','\xea','\x47','\x97','\xec','\x0b','\x36','\xed','\x51','\xa8','\x8b','\x63','\x1f','\xff','\xb0','\xbf','\x6e','\x05','\xb5','\x2b','\x8d','\x13','\xcd','\x59','\xcd','\x9a','\xd2','\x2e','\x09','\x92','\x55','\xab','\x8d','\x3a','\x0a','\x5f','\xb0','\xdf','\xf5','\xb4','\xe2','\x08','\x89','\x7e','\xd0','\xfc','\xc3','\x76','\x4b','\x68','\xe8','\x07','\xed','\x7a','\x9f','\x7e','\xd0','\x1e','\xe4','\xe1','\x6b','\x9d','\xa2','\xdb','\xca','\x8d','\x20','\x62','\xb0','\xe9','\xf8','\x94','\x4d','\x40','\x76','\x4a','\x1f','\x57','\xa0','\x1b','\x6e','\x7a','\xa4','\xd0','\x4e','\x2b','\xfd','\xc3','\xd9','\x7e','\xc8','\x79','\x43','\x8d','\x34','\x99','\x2d','\xb6','\xa6','\x04','\x55','\x9a','\xa0','\x94','\x6a','\xd2','\xce','\x7d','\xa3','\xd8','\xe4','\xf6','\xea','\x4d','\xf9','\x48','\x7d','\x97','\x33','\xb6','\xb8','\xa1','\x97','\x31','\xad','\x64','\xe8','\x8b','\xd7','\xfb','\xaa','\x99','\xe0','\x7f','\xa9','\x34','\xfe','\x6b','\x69','\xf6','\x52','\x65','\xea','\xf2','\x3c','\xdd','\x1c','\xa1','\x5c','\x32','\x3b','\x3f','\xcf','\xf1','\x62','\xa5','\x61','\x85','\xb8','\x56','\x74','\x31','\xb4','\xfb','\x7b','\x34','\x04','\x41','\x2a','\x1a','\x1e','\x6b','\xc0','\x11','\xb0','\x4e','\xc3','\x7a','\x83','\x5f','\xa9','\x1e','\x02','\x72','\x30','\x94','\xc6','\x5c','\xd5','\x86','\x59','\xa0','\x11','\x64','\xf4','\xea','\x8b','\xf6','\x75','\xa7','\x2e','\x7e','\xbb','\xf2','\x51','\x7c','\xaf','\xee','\xe7','\xd0','\x31','\x1a','\xc6','\xce','\x13','\x6e','\x79','\x54','\x10','\x18','\xad','\x69','\xe0','\x99','\x84','\x7d','\xd5','\x82','\xac','\xeb','\x1d','\x14','\xd6','\x1c','\xed','\x7e','\xf4','\xa2','\x95','\x73','\x9f','\xdb','\xb0','\x7b','\x2a','\xf4','\x0f','\xfe','\x82','\x7e','\x64','\x3f','\xe0','\xb3','\xb1','\xbe','\xfb','\x0e','\x06','\x3f','\x7d','\x22','\xb9','\xd0','\xd3','\x60','\x74','\x96','\xd1','\x29','\x47','\x19','\x6d','\x69','\x25','\x0d','\xd0','\xb0','\xa8','\xca','\xf5','\x17','\xec','\x8b','\x0e','\xc1','\x4b','\xb1','\xd9','\x8f','\x90','\x7d','\xb1','\x4e','\x23','\x0a','\x4d','\xd5','\xb9','\x30','\xe4','\x0f','\x0f','\x70','\x91','\x78','\xf1','\x17','\x0d','\x92','\x9e','\x95','\xd9','\x94','\xdd','\x80','\x60','\xa0','\xb3','\x95','\xda','\x29','\xbe','\xf8','\x1d','\xc1','\x9d','\xb8','\x5d','\x0f','\x2b','\x4a','\x62','\xbd','\xa5','\x88','\x7d','\x59','\xf4','\x76','\x91','\x3f','\x47','\x8a','\x67','\xc8','\xa8','\xe4','\x5d','\x95','\x60','\x3d','\x2b','\x24','\x1f','\x6e','\x65','\x6f','\xe5','\x61','\xa0','\x64','\x2e','\xdc','\xa4','\x50','\xd7','\x26','\x8e','\xa2','\xb8','\x8a','\x07','\xc3','\x0c','\x79','\x53','\x0d','\xdb','\xe8','\x11','\x1e','\x47','\x0f','\x09','\xff','\x02','\x3e','\x59','\x40','\x60','\x27','\x20','\x24','\xe2','\x51','\xe2','\x64','\xfe','\x8f','\x6c','\x32','\x49','\xc9','\xaf','\x95','\xc9','\x64','\x99','\xcc','\x71','\x7f','\x79','\x16','\xfc','\x65','\xfe','\x92','\x13','\x4e','\x32','\x3f','\xa6','\x2f','\xff','\xa2','\xdf','\x85','\xec','\x27','\xb3','\xf4','\xd0','\x75','\x9a','\x2b','\x51','\x6e','\x43','\xd8','\x30','\x0e','\x61','\x46','\x9b','\xa9','\x06','\x8c','\xcf','\xd6','\xc8','\x38','\x37','\x0a','\xa2','\xa3','\xb3','\x8d','\x02','\xf7','\x63','\x70','\x70','\x29','\x4d','\x5b','\x05','\xba','\xa2','\xd1','\x15','\x9d','\x36','\xed','\xbe','\x25','\xc3','\xfe','\x63','\xee','\xae','\x13','\xba','\x32','\x4f','\x57','\x10','\x15','\xb6','\x5b','\x7f','\xb1','\xd1','\x4c','\xcb','\xb3','\xc5','\xc6','\x54','\x5a','\x06','\x26','\x16','\xe7','\x4a','\x2f','\x01','\xd8','\x46','\x43','\xb3','\x55','\x63','\x3e','\xc8','\x8d','\x25','\x68','\x5f','\x78','\x1c','\xac','\xa9','\xd5','\x6b','\xdc','\x25','\xb7','\xbf','\xe0','\xa6','\x91','\x34','\x44','\x57','\x65','\xdd','\x49','\xe2','\x0a','\x95','\x7c','\x0d','\x3b','\x3b','\x5b','\xc9','\x4e','\x55','\xb2','\x94','\x0f','\x52','\x45','\x00','\x6e','\xe0','\xb8','\xb5','\xf1','\x93','\x39','\x56','\xa5','\xed','\x79','\x5f','\x10','\x2d','\xbc','\x2d','\xd4','\x77','\x29','\x62','\xbf','\xdc','\xa2','\x97','\x22','\x00','\x91','\xf9','\xc9','\x11','\xba','\xda','\x6c','\x5c','\x59','\x9a','\xbd','\xb2','\x34','\x75','\xb5','\x49','\xaf','\x2c','\x01','\xf8','\x8d','\x81','\x02','\x4b','\x28','\xe0','\x49','\xfe','\xd2','\x07','\xfd','\x38','\x60','\x5f','\x64','\x8a','\xf4','\x5e','\x1d','\xb2','\x5b','\xf7','\xeb','\xfd','\xfb','\x67','\xec','\xd6','\x0c','\xfd','\x56','\x9e','\x7e','\xeb','\x24','\xfd','\x7f','\x9e','\xa4','\x97','\x66','\xe8','\xe9','\x99','\x50','\x4b','\x6f','\x9c','\xd6','\x67','\x4f','\xeb','\x53','\x2d','\x9d','\x32','\xbd','\xdf','\xbe','\x4e','\xd9','\x3c','\xdd','\x9f','\x87','\x26','\x8b','\x19','\xad','\xb1','\xa8','\x25','\x24','\xad','\xcd','\xb7','\x3c','\x93','\x71','\xd0','\xcf','\xf5','\xd7','\x2a','\x12','\x27','\x23','\x93','\x74','\xef','\x27','\x02','\x76','\x81','\xbe','\x36','\x1e','\x32','\x26','\x1a','\xf3','\xc5','\xd9','\xf1','\xb1','\xa9','\x71','\x44','\xe7','\x35','\x3a','\x3e','\x49','\xc7','\x3f','\x41','\xe7','\x0b','\x74','\x7c','\x9c','\x8e','\x4f','\x34','\x3e','\x51','\x64','\x99','\x31','\x8c','\x98','\x5b','\x8f','\xdc','\x41','\xf7','\xda','\xff','\x87','\x1d','\x1c','\x2f','\xec','\x41','\xff','\xee','\x57','\xbf','\xf9','\xe7','\x33','\xe7','\x3f','\xbc','\x74','\x70','\xaf','\x7b','\x3c','\xd2','\x6e','\x75','\xfa','\x2a','\x70','\x82','\x61','\x52','\xa0','\x76','\xb8','\xd6','\x6e','\x55','\x83','\x8a','\x3b','\xed','\xe7','\x60','\x0f','\xa2','\x8b','\xcb','\x74','\xc2','\x47','\x1f','\x85','\x06','\x96','\x7d','\xe4','\x9a','\x4d','\x2c','\xea','\xb7','\x68','\xf0','\x5a','\xe0','\xcd','\x2a','\xad','\x56','\xe8','\xb9','\x0a','\xac','\x43','\xc9','\x98','\x95','\xf0','\xa7','\xf9','\x88','\xf9','\xd3','\xd4','\x1f','\x01','\xca','\x9d','\x7e','\x4a','\x13','\x61','\x9a','\xf3','\xbd','\xb3','\x08','\x07','\x1c','\xdd','\xfb','\x8b','\xeb','\x94','\x7e','\x1f','\xb3','\x9f','\x01','\x82','\x79','\x90','\x09','\x7c','\x85','\xb8','\xd3','\x1c','\xfd','\x7c','\x1d','\xba','\xd3','\xb3','\xee','\xcc','\x14','\x64','\x89','\x2c','\x53','\x6a','\xd2','\x93','\x53','\xfd','\xcb','\x1a','\xdd','\xb5','\x46','\xe7','\xc3','\x8d','\xa4','\x8f','\x45','\x70','\xf0','\x89','\xb3','\xdb','\xa2','\x49','\x31','\xfa','\xa9','\x65','\x5f','\x6c','\xd2','\x41','\x04','\x2b','\xe4','\xeb','\x08','\x1e','\x35','\x88','\xfa','\xb9','\x3d','\x8f','\xd0','\xac','\xdd','\x9a','\xe2','\x0f','\xaf','\x66','\xe8','\xe6','\x18','\xfd','\x69','\xa5','\x4b','\xfe','\x8c','\x71','\xf9','\x03','\xb1','\x79','\x45','\xa1','\xad','\x79','\xb8','\x2a','\x4a','\x00','\xda','\xae','\x30','\x1a','\xdb','\x4f','\x67','\xb8','\x32','\x3f','\x13','\x48','\xfd','\xf2','\x83','\xd6','\x33','\xd7','\x89','\xc1','\x64','\x63','\xd6','\xa7','\x72','\x9d','\xab','\xa7','\xe9','\xe4','\xef','\xd1','\x49','\x3e','\xef','\x33','\x74','\xf2','\xde','\xbe','\xc9','\x79','\x1b','\xdd','\x4b','\x5b','\x57','\xe8','\x53','\x57','\xe8','\x97','\xef','\xa5','\x4f','\xcd','\xd3','\xd6','\xbd','\x21','\xe5','\xde','\x86','\x72','\xef','\x6c','\xeb','\xde','\x29','\xe5','\x5e','\xaa','\xcc','\x07','\xec','\x7b','\x29','\xbb','\x97','\xee','\xbf','\x97','\xea','\xf7','\xd2','\x89','\x5f','\x6f','\x2c','\x16','\x55','\x94','\xfe','\xfb','\x78','\xe7','\x44','\xd2','\xce','\xfc','\x7d','\xcb','\x68','\x59','\xf6','\xc8','\xd2','\x07','\xc8','\xf9','\xc9','\x49','\x88','\x3f','\xf0','\xeb','\xdc','\x1c','\xbf','\xf6','\xcf','\xcd','\xd9','\x97','\xc5','\xbd','\x62','\xc0','\x21','\x42','\x0a','\xc6','\x2a','\xc4','\xf7','\xd7','\xd7','\xd1','\xe7','\xb9','\x3d','\xc6','\xc7','\x2d','\xd5','\x82','\x7f','\xcd','\x47','\x4f','\x66','\xd4','\x5d','\xe3','\xb2','\xa8','\x11','\xb4','\xd5','\x5a','\xa8','\xbb','\xff','\xe0','\xcd','\x6c','\x24','\x22','\x6a','\xd4','\x83','\x98','\x0b','\x41','\x2f','\x50','\xe4','\xf4','\x55','\xc9','\x21','\x34','\x22','\xf2','\x59','\xee','\x41','\x28','\x57','\xe3','\xee','\xac','\x0f','\x8d','\xd5','\x41','\xe4','\x08','\xea','\x39','\xa3','\xdd','\xbd','\x14','\x23','\xbe','\xcc','\xb8','\xf0','\x31','\x3e','\x84','\x6a','\x77','\x21','\x6b','\x10','\x59','\xc7','\xf8','\xdf','\x2d','\x88','\x86','\x7d','\x5b','\x4f','\x08','\x39','\x0f','\xb1','\x5c','\xeb','\x75','\x09','\x15','\x83','\x68','\xac','\xc6','\x7d','\x74','\x37','\x42','\x27','\x90','\xfd','\x76','\xbb','\x0b','\x1c','\xb7','\xf3','\x93','\x7e','\x9b','\x5b','\x63','\xea','\x72','\x32','\xb5','\xc9','\xa6','\xff','\x94','\x4d','\x7f','\x93','\xb9','\x4e','\x6b','\x80','\x85','\x34','\x9c','\x8e','\x71','\xdf','\xd0','\x65','\x49','\x2e','\xcd','\xc3','\xed','\x6d','\x9c','\xf4','\x91','\xf0','\x1c','\x85','\x38','\x89','\xeb','\x12','\x72','\x2d','\x1a','\xae','\x45','\x7e','\x45','\x87','\x16','\x91','\x5a','\xc2','\xea','\x19','\x5b','\x5d','\x8a','\xa8','\x66','\x52','\xfd','\x13','\xa6','\x3e','\xc5','\xd4','\x6f','\x30','\x75','\x51','\x53','\x17','\x38','\xd2','\x89','\x05','\xeb','\xa8','\x61','\xdc','\x58','\xb0','\xa6','\x17','\xb4','\x63','\x8b','\xfc','\xf9','\x49','\xd7','\x52','\xd8','\xb5','\xec','\x73','\xad','\x61','\x87','\x3f','\x0a','\x7a','\xbc','\x70','\xe1','\x5c','\xe1','\xf2','\x19','\x07','\xce','\xd9','\x01','\x33','\x72','\x68','\x39','\x79','\xa8','\xcc','\x3e','\xfd','\xa7','\xec','\xfc','\x37','\x59','\xe0','\xb4','\x06','\x58','\x48','\x07','\x16','\xac','\x80','\x61','\xc0','\x75','\x41','\x0b','\x2c','\xb2','\x40','\x29','\x49','\x49','\x98','\x8a','\xf7','\x71','\xf8','\xe2','\xd2','\x15','\x54','\xbc','\x8e','\x66','\x2a','\x1c','\x78','\xe6','\xaa','\x3d','\x53','\x8d','\xcc','\x5c','\x49','\xce','\x6c','\xb2','\xe2','\x7f','\x63','\x33','\xaf','\xb3','\x99','\x4b','\x1a','\x60','\x3d','\x3d','\xb3','\x6e','\xcd','\x58','\x06','\xbf','\x16','\xd7','\x35','\x6d','\x83','\x21','\x9c','\x84','\x2a','\x5f','\x2e','\x7f','\x35','\xec','\x71','\x21','\xec','\xb2','\x80','\x06','\x50','\x35','\xec','\x77','\x0c','\xe4','\xc2','\xca','\xa2','\x1d','\xcc','\x29','\x34','\x1e','\x64','\x23','\x54','\xbd','\x83','\x4e','\x7f','\x9f','\xfe','\xf3','\x85','\xb5','\x2f','\x19','\x6b','\x1e','\xb4','\x2a','\xa1','\x9a','\xc7','\x48','\x63','\xab','\x46','\xb4','\x55','\xf2','\xd8','\x1a','\x55','\x29','\xeb','\x09','\x6b','\x6e','\x9f','\xc1','\x85','\x40','\x0f','\xf7','\x50','\x0c','\x9c','\x43','\xc5','\xb7','\x10','\xe6','\xf7','\xfc','\xbf','\x7b','\xb8','\xfb','\x17','\x41','\x1f','\x4a','\x7a','\xee','\x62','\xb8','\x87','\xe1','\x38','\xb3','\xdf','\xd5','\x88','\x4b','\x23','\xd3','\x69','\xff','\x0d','\xee','\xde','\x1a','\x74','\xda','\xa2','\xd3','\x9a','\xf2','\x1a','\x63','\x97','\x92','\x83','\x97','\xc3','\xf7','\x2f','\xfb','\x16','\x59','\xe7','\x7d','\x44','\x3f','\x7a','\x41','\x4e','\x88','\x33','\x09','\xbb','\xf8','\xae','\xa2','\xc7','\x83','\xfa','\x08','\xd5','\x7f','\x95','\xea','\x87','\x68','\xf1','\xc6','\x9a','\xce','\xd6','\x7c','\x68','\xd5','\x8f','\x6a','\x21','\x2b','\xbd','\x47','\xab','\x8d','\xb0','\xd5','\xa8','\xba','\x96','\x71','\xd1','\x52','\x4f','\x18','\xbb','\x7d','\xdc','\x43','\x96','\x04','\x09','\x39','\x36','\x2c','\xac','\x41','\xfa','\xb7','\x4c','\x6d','\xbe','\x8c','\x15','\xcd','\x4a','\xd5','\xad','\x09','\x54','\x5d','\xf4','\xb7','\xa4','\x38','\x29','\xfe','\x92','\x48','\x2e','\x3a','\xe4','\xa2','\x47','\xd2','\x6b','\x09','\x56','\x4b','\xd0','\xf4','\x10','\xad','\xe5','\xe8','\xda','\x84','\xeb','\x85','\x45','\x29','\x1c','\xc6','\xe2','\x39','\x2e','\xc4','\xd7','\x03','\xe6','\xe2','\x6e','\x1a','\xfc','\x32','\xb9','\x1f','\xd3','\x7e','\x5b','\x39','\xae','\xa4','\xde','\x0e','\x4e','\xdc','\x41','\x17','\x77','\x51','\x49','\xa5','\xc5','\x77','\xb8','\xa0','\x5a','\x1b','\x42','\xab','\x47','\xd2','\xb5','\x04','\x4b','\x27','\x68','\x6d','\x88','\xae','\xe6','\x02','\xfc','\x39','\x74','\xb1','\x27','\x1c','\x76','\xde','\x67','\x01','\x2d','\xf6','\x5a','\x13','\x03','\x46','\x2e','\x60','\x24','\x54','\x23','\x31','\x58','\x4a','\x1c','\xb3','\x25','\x97','\x32','\xd1','\x1f','\x2c','\xfe','\x92','\x6a','\x03','\x54','\x0b','\xd0','\x13','\xe7','\xd9','\x4c','\x79','\x6d','\xa6','\xbc','\x3a','\x53','\xae','\xcd','\x94','\xd3','\xfc','\x7a','\xa2','\xbc','\xaa','\xd1','\x35','\x2d','\x50','\xd6','\x02','\x61','\xed','\x97','\x3e','\xed','\xe0','\xdf','\xf3','\x9c','\x09','\x2f','\x9d','\xd8','\x45','\x7f','\xe3','\x3e','\xf6','\x1b','\xf7','\xae','\xfd','\xc6','\xbd','\xab','\xbf','\x71','\x6f','\xed','\x37','\xee','\x4d','\x8b','\xeb','\xea','\x84','\xbc','\x36','\xb1','\xab','\x3c','\xb1','\x2b','\x3c','\xf1','\x07','\xbe','\xf4','\x41','\xdc','\xee','\x1b','\xc8','\xc5','\x60','\xd3','\x42','\xa8','\xc2','\xcd','\x8d','\xb0','\x65','\x29','\x69','\x40','\xd8','\xaa','\x22','\x4f','\x2b','\x2d','\xc6','\x47','\x53','\x29','\xc7','\xa3','\x6b','\x6b','\x27','\xd7','\x6a','\x27','\xd7','\xd2','\xfc','\xca','\xef','\x35','\xf5','\x05','\x4d','\x0d','\x4f','\xff','\xdc','\xa7','\xe5','\xe1','\x7d','\xf8','\xf8','\xa4','\x6e','\x18','\x43','\xbd','\x00','\xdb','\x86','\xfa','\x9d','\xa1','\xbb','\x60','\x7c','\xa4','\x3b','\x68','\xea','\x06','\x1d','\xea','\xe5','\x80','\xb2','\x44','\x8c','\x56','\x31','\xa9','\x01','\x91','\xb9','\x56','\xa3','\xd6','\xea','\x98','\xb5','\x96','\x58','\x28','\xe3','\x1b','\x61','\x12','\xf7','\x15','\x08','\xc6','\x62','\xde','\xbd','\x22','\xd3','\x86','\x4e','\x1b','\x4a','\x02','\x0f','\x3e','\x6f','\xff','\xce','\x86','\x62','\xf4','\x04','\xb9','\x33','\xf1','\xf9','\xff','\x8b','\xde','\xf7','\x11','\x7a','\xdf','\x20','\xbb','\x2f','\xb2','\x76','\x5f','\x64','\xf5','\xf3','\xb5','\x1a','\x42','\xe9','\x88','\x51','\x4b','\xd6','\x56','\xd9','\xfa','\x1a','\x5b','\xa7','\xa7','\xbe','\x1d','\xfe','\xb5','\xbb','\x7d','\xa7','\x65','\xdc','\xe6','\xd5','\x2f','\x58','\xd1','\x63','\x25','\xbc','\x00','\xbc','\xfa','\x99','\xff','\x5b','\x30','\xb3','\xf2','\xc2','\x6f','\x3d','\xa0','\xfd','\xd6','\x03','\x75','\xbd','\xf7','\x99','\xcc','\xe7','\xfc','\x99','\x08','\x14','\x3a','\x08','\x03','\x8f','\x8b','\x15','\xd9','\xff','\x76','\x88','\x8e','\xcc','\xea','\x27','\xac','\x9e','\x4a','\x8f','\x54','\x92','\x7c','\x1e','\xbb','\x2e','\xb5','\xba','\xe5','\xea','\x01','\x74','\x80','\xce','\xd3','\xbd','\x68','\xef','\xcd','\x72','\x55','\x24','\x43','\xee','\x42','\x32','\x88','\x29','\xbb','\xc1','\xd7','\xbf','\xd7','\x83','\xd8','\x4b','\x82','\xa7','\xf1','\x67','\x96','\x67','\xc1','\x6e','\xa0','\x90','\x82','\x82','\x41','\x44','\x03','\x4b','\x34','\xbc','\x41','\xd5','\x85','\xf2','\xa0','\xab','\x7c','\x5c','\xa3','\xdc','\xb2','\x8b','\xcf','\xd0','\x78','\x8e','\xc6','\xa7','\xcb','\xa9','\x57','\xca','\x71','\x8d','\xc6','\xb5','\xbe','\xb8','\x16','\x4e','\xbd','\xd2','\x60','\x8f','\x6e','\x75','\x9d','\x05','\xee','\x3a','\x6e','\xaa','\x4c','\xd4','\xa8','\xc1','\xd5','\x66','\x2d','\x08','\x67','\xb9','\xdf','\xa7','\x76','\xb3','\x4c','\xad','\x4d','\x8e','\x30','\x5c','\xc1','\xb4','\x09','\xaf','\x53','\xba','\x5e','\x06','\x7c','\xbf','\x6c','\x37','\xfb','\x74','\x2b','\xac','\x5b','\x8d','\x99','\x17','\xcb','\xf9','\x3a','\x3d','\x59','\x10','\xc5','\x94','\x32','\x28','\x3d','\x0d','\x39','\x3d','\x42','\x08','\xd2','\xc6','\xec','\x5f','\xd4','\x89','\xc7','\xd8','\xca','\xd1','\x82','\x98','\x92','\xc7','\x56','\x2a','\x2c','\x75','\x9d','\x25','\x2b','\x6c','\xb6','\xc2','\xa6','\x2a','\xac','\x5c','\x61','\xb4','\xd2','\xe6','\xd1','\x08','\xf3','\xeb','\x15','\x46','\x37','\x81','\xe8','\x10','\xfa','\x4e','\x22','\xf6','\xb8','\x42','\x8e','\x2b','\xa1','\xfc','\x74','\xf2','\xe1','\x8f','\xd4','\x8e','\xf7','\x1a','\x33','\x83','\xc6','\xc3','\x1f','\x31','\x8a','\xef','\x95','\x4e','\xfe','\xb1','\xad','\xb9','\xca','\xc5','\xf7','\x80','\x75','\x9c','\x23','\x3f','\x5d','\x7e','\xf8','\x23','\x70','\x33','\x33','\x08','\x37','\xfc','\xf3','\x93','\x7f','\x4c','\x35','\x17','\x2d','\xbe','\x4b','\xb5','\x1e','\xaa','\xb9','\xe9','\x0e','\xbe','\xaf','\x2a','\xb6','\x7f','\x66','\x43','\xad','\x01','\x37','\xfc','\xf6','\x93','\xc0','\xb9','\x56','\xb8','\x5a','\x0d','\x98','\x5d','\xb8','\xc8','\x45','\xe5','\x76','\x30','\x78','\x08','\xb2','\xfb','\xc9','\xfd','\x64','\xae','\x44','\x6e','\xf7','\x1c','\xd9','\xa2','\x8a','\x45','\x51','\x85','\xff','\x2b','\xbe','\xb6','\x03','\x86','\x15','\x58','\x81','\x06','\xc1','\x0e','\x39','\x24','\x87','\xda','\xc1','\x10','\xfd','\x49','\x8e','\x56','\xef','\x47','\x56','\x09','\x59','\xdd','\x7c','\xcb','\x2e','\xd1','\x0c','\x48','\xe1','\xab','\xf1','\x78','\xa7','\x6d','\x7a','\xd0','\xad','\x6d','\x91','\x26','\x41','\x6a','\xab','\x86','\x8a','\x75','\xb8','\x5a','\x00','\x97','\x01','\x32','\x87','\x78','\x84','\x7f','\xba','\xf5','\x3e','\xdc','\x97','\xbe','\x6a','\xc3','\x69','\x09','\xff','\x52','\x11','\x46','\x5d','\x8d','\xc0','\x05','\x23','\xbc','\xce','\xa5','\xba','\x19','\xb8','\xd0','\x12','\x3d','\x9d','\x39','\x4a','\xfc','\x25','\x9d','\x56','\xce','\xea','\xc2','\xe9','\x21','\xd7','\xe9','\x9c','\x6b','\xf1','\x7e','\x97','\x5d','\x42','\xad','\xdb','\x3f','\x67','\x1f','\x37','\xbb','\xac','\x40','\xc9','\x82','\xf1','\x39','\xd7','\x0a','\x2c','\xf3','\xaf','\x26','\xbe','\xa0','\x01','\x7f','\x84','\x3e','\xd7','\x02','\x43','\xc8','\xca','\xa1','\xca','\xfd','\x29','\xfe','\x9c','\xad','\xf3','\x6e','\x11','\x60','\xdc','\x44','\xf6','\x0d','\x8b','\x0e','\x2e','\xd3','\x30','\xf8','\x0e','\x81','\xd3','\x91','\xf0','\x65','\x1a','\xb8','\xd8','\x0c','\x7c','\x8d','\x04','\xb8','\x75','\x7a','\x9e','\x39','\x50','\xdb','\x88','\x0f','\xf5','\xc6','\x73','\x6a','\xe2','\xfe','\xc1','\x54','\x29','\x1d','\xba','\xf9','\x39','\x75','\x8d','\x0e','\xd6','\xa9','\x67','\x99','\x2a','\x66','\xc0','\x5c','\x0e','\x5f','\x7e','\x0a','\xe6','\xa8','\xb4','\x1a','\x58','\x5a','\x09','\x98','\xe5','\xc0','\x32','\xff','\x8e','\xb6','\xfa','\xc6','\x59','\x75','\x79','\x59','\x3d','\xd7','\x18','\x92','\x97','\x73','\xf2','\xf2','\xfd','\xfe','\x46','\x49','\x96','\xdb','\x71','\xec','\xb0','\x05','\xad','\x31','\xae','\x98','\xf6','\xf5','\x65','\xda','\xb3','\x42','\x51','\x89','\xfb','\x57','\x81','\xc5','\xd5','\x70','\x65','\x25','\xb0','\xc4','\xff','\xf9','\xb9','\xc0','\x5a','\x09','\x34','\xe0','\x85','\x66','\x60','\x65','\x49','\xe5','\xb8','\xd0','\xe4','\xd7','\x21','\x65','\x29','\xa7','\x2c','\xdd','\x1f','\x6e','\x96','\x14','\xf7','\x76','\x3f','\xa0','\x9b','\x1b','\x30','\x74','\xb1','\x40','\xdf','\x23','\x2c','\x04','\xbd','\x03','\x2e','\xed','\x2a','\x3d','\xae','\x52','\x8f','\x84','\x7b','\x30','\x96','\xf8','\xca','\xaf','\x49','\xa2','\xb5','\x22','\x82','\xd4','\x17','\x0c','\x11','\xc6','\x9b','\xd0','\x75','\xc8','\x15','\x16','\x8f','\xda','\x7a','\xda','\x2d','\xcf','\xb9','\xa9','\x2f','\xaa','\x67','\x67','\xb3','\x9b','\x5b','\xba','\x20','\x75','\x3d','\x79','\x27','\xe4','\x2e','\x9a','\xe8','\xee','\x86','\x8c','\x5b','\xf7','\xdd','\x44','\xc1','\xe8','\x0f','\x10','\x7a','\x07','\xa1','\x1f','\x1a','\xae','\xb2','\x25','\xd1','\x02','\xa6','\x29','\x4a','\x43','\x35','\x30','\x77','\x50','\xf7','\xfb','\xdc','\xee','\x65','\xba','\x5f','\x40','\xbc','\x98','\x93','\x29','\xc4','\x6d','\x2a','\x68','\x49','\xcc','\xd7','\xf3','\x3c','\x41','\xa3','\x05','\xa0','\x64','\x63','\x5c','\xc4','\x49','\xfc','\x0a','\x37','\xf5','\xad','\x1b','\x87','\x7d','\xb7','\xdd','\x3b','\xc9','\xd7','\xc9','\xd0','\xe6','\x22','\xaf','\x0f','\xb1','\x00','\x62','\xaa','\x11','\x61','\x96','\xa6','\x15','\xd2','\xd6','\xd8','\x82','\x11','\xc4','\xd0','\xc5','\xec','\xef','\xe9','\x04','\xe4','\x7c','\x23','\x17','\xdf','\x89','\x0b','\x16','\x18','\x78','\x13','\x06','\xb7','\xdf','\x20','\x25','\xdc','\x31','\x11','\x5f','\xe3','\x16','\x48','\x6b','\x16','\x8d','\x76','\xd9','\x99','\x62','\x33','\xf2','\x11','\xf8','\x25','\x1f','\x01','\xe4','\x3a','\x6f','\x48','\xe0','\x6a','\x16','\x08','\x4d','\x31','\x1a','\xba','\x8c','\xf4','\x0f','\x98','\x0e','\xf8','\x8d','\x11','\x82','\x52','\xad','\x09','\x46','\x8a','\x6b','\xc0','\x97','\x06','\x48','\x35','\xc5','\x0d','\x2a','\x26','\x8c','\x5c','\x02','\xe5','\x12','\x72','\x2e','\xe1','\xcb','\x25','\x82','\xb9','\x04','\xcb','\x25','\xac','\xe2','\x10','\xca','\xe5','\x90','\x96','\xeb','\x41','\x13','\x3d','\x68','\xa3','\x07','\x2d','\x4a','\x2e','\xa7','\xcf','\x35','\xd0','\x7e','\xa3','\xe2','\xcf','\x09','\xb0','\x99','\x4b','\xc4','\xb5','\x48','\x52','\x1b','\xc4','\xf5','\x65','\xe2','\xba','\x40','\x02','\x5f','\x6d','\xbe','\xf7','\x3c','\x09','\xfc','\x19','\x09','\x6c','\x08','\xfc','\x19','\xe9','\xe5','\xf8','\x72','\x53','\xfd','\x2a','\x19','\x34','\xd1','\xe0','\x19','\x74','\x6c','\xb1','\xb6','\x60','\xd8','\x7e','\x23','\x24','\xa1','\xdb','\xcf','\x57','\x7b','\xb2','\x34','\x34','\xf4','\x73','\x32','\x26','\xb5','\x98','\x44','\xd8','\x6b','\x64','\xab','\x86','\x85','\xc3','\xde','\x20','\xb3','\x1b','\x73','\xc7','\x16','\x29','\xb7','\x4e','\x25','\xe1','\xfb','\xef','\xe8','\xf3','\x68','\x5b','\xdd','\x0d','\x1f','\xb7','\xe6','\x5d','\x74','\xa2','\x86','\xfe','\xb0','\x24','\x07','\xb9','\x3f','\xd3','\x25','\x2a','\x41','\xc6','\x29','\x70','\x16','\x23','\xab','\xe0','\x91','\x80','\x42','\xfa','\xfd','\xde','\xc7','\x99','\x2c','\xa7','\x65','\x83','\xc6','\x05','\x63','\xcd','\xcd','\x67','\x4c','\x3c','\xd3','\x92','\x44','\x97','\x16','\xff','\xdb','\xdc','\xc6','\x34','\xd0','\x63','\x75','\xc9','\x4a','\x8e','\x02','\x11','\x18','\xb7','\xe6','\x97','\x27','\x06','\xcf','\x16','\x9f','\x34','\x73','\xbd','\x66','\x2e','\x50','\x16','\x58','\xc9','\xb9','\x56','\x8b','\xae','\x52','\xae','\x68','\xe7','\xb0','\xd6','\x8d','\x22','\xbf','\x12','\x4d','\x23','\xc7','\x91','\x2c','\xfa','\xfd','\x29','\x39','\x14','\x29','\x22','\x6b','\xcc','\xd9','\x3e','\x3d','\xdc','\x2a','\x5b','\x70','\x28','\xac','\x91','\x7b','\x31','\x22','\x8f','\x2b','\xa9','\x9f','\x35','\x82','\x27','\xe8','\x56','\x56','\xf3','\x07','\x6f','\x43','\x7e','\xfd','\xe0','\xfd','\x05','\x54','\x58','\x3f','\x55','\x68','\x25','\x48','\x2a','\x49','\x52','\xd1','\xd0','\x8b','\x46','\x4f','\x45','\x0b','\x56','\xd8','\x3b','\x40','\x9a','\xdb','\x37','\xd1','\xd9','\xef','\x1a','\xc8','\x0d','\x38','\xf0','\x9e','\x90','\x5e','\x28','\x1a','\xb5','\x9c','\xf4','\x42','\x6e','\x8c','\xe6','\x24','\x23','\x27','\x61','\xf1','\x8d','\x50','\x11','\xd7','\x72','\xc4','\xca','\xc9','\x95','\x5c','\xd8','\xce','\x25','\x2b','\xb9','\x4d','\x68','\x2f','\x5b','\x14','\x4d','\x66','\x35','\x68','\x96','\xfd','\x13','\x04','\x24','\x28','\x82','\xa4','\x5b','\xf0','\xf2','\x41','\x0b','\x30','\xe8','\xbc','\x31','\x22','\x76','\x25','\x43','\x6d','\x9a','\x1d','\xe4','\x9c','\xb6','\xdf','\x5a','\xef','\xd9','\xb5','\x3c','\xb6','\xd2','\xb9','\xc5','\x7a','\xe6','\xfe','\xcf','\x22','\xca','\x49','\x1c','\xd0','\xe9','\x2f','\x87','\x19','\x47','\x51','\x5c','\x73','\x78','\x04','\xde','\x4d','\x6c','\x71','\x6e','\xe6','\x17','\xc3','\xcd','\x9c','\x08','\x44','\x6d','\xb3','\x0d','\x39','\x9d','\xcc','\xf8','\x7c','\xf5','\x1a','\xdc','\xce','\x2c','\x9e','\x37','\xa0','\x7e','\x2f','\xd5','\xca','\xa9','\x46','\x6e','\xd0','\xc8','\x1d','\x33','\x8a','\x2e','\x23','\xc7','\xa7','\xcc','\xde','\x7e','\x48','\x2e','\xdc','\x2c','\x52','\x7a','\xdb','\xe7','\xf4','\x20','\x4d','\x88','\x0b','\xd1','\x4b','\x10','\x16','\x64','\xfb','\xa6','\xd3','\xef','\x5e','\xc4','\x6d','\xec','\xba','\xb8','\x01','\x31','\x12','\x58','\x92','\xd5','\xd3','\x41','\x75','\x91','\x0d','\x2e','\x18','\xd3','\xcf','\xd4','\xee','\xaf','\x17','\xcf','\x18','\x63','\x6e','\x48','\xdb','\x61','\x1e','\x2e','\x9c','\x45','\xdf','\x50','\x31','\xb3','\xed','\x1b','\xe0','\xf1','\x26','\x96','\x42','\xb2','\x6d','\x56','\x04','\x0c','\xb3','\x16','\x7e','\x2d','\x49','\x37','\x0a','\x74','\xbd','\xc6','\xac','\xd3','\xea','\xfa','\xa5','\xc1','\xc5','\xe3','\x8f','\x9a','\x4f','\x4c','\xb0','\x94','\xe1','\x74','\xd6','\x94','\xe7','\xc9','\xd5','\x9a','\xfd','\x66','\xbb','\xff','\x2c','\xf1','\xdb','\x7e','\x93','\xb5','\x04','\x3d','\x59','\xd6','\x09','\xed','\x2a','\x6c','\x8e','\x6b','\xea','\x34','\x14','\x91','\xdd','\xb6','\x25','\x2e','\x88','\x5f','\x60','\x97','\x09','\x65','\xd4','\x64','\x51','\xad','\xe9','\xaa','\x71','\xc2','\x36','\xf8','\x55','\x57','\x4b','\xba','\x6a','\xeb','\x9f','\x2f','\xcf','\xff','\xdf','\xcb','\xba','\x83','\x1b','\x65','\xfd','\x39','\xc0','\x09','\xb5','\x3c','\xaf','\x96','\x75','\xb5','\xcc','\xcd','\x69','\x94','\xa0','\x28','\x4e','\xd1','\x41','\x8a','\x18','\xed','\x5e','\x87','\xb7','\x2e','\x42','\xf4','\x1a','\xf7','\x70','\x49','\x71','\xc3','\x21','\x86','\xda','\xba','\x81','\xdc','\xe6','\xcf','\x2f','\xda','\xc7','\xc4','\x66','\xe7','\xae','\x4e','\x52','\xe2','\x0b','\x3e','\xc2','\x47','\x43','\x5c','\xf9','\x56','\x8c','\x7c','\xd8','\xae','\xb5','\xdb','\xc6','\x21','\x6c','\x51','\xf7','\x55','\xb1','\x8a','\x3c','\x5d','\xa4','\xe8','\x37','\xb3','\xa3','\x6f','\xa9','\x1e','\x1f','\xb0','\x81','\x4c','\x90','\x38','\xff','\xb7','\xed','\xa2','\x5e','\x97','\x95','\xe3','\x33','\x3e','\x08','\x6b','\xa0','\xa8','\x9a','\xb9','\x6e','\xf0','\x9f','\x91','\xd2','\x45','\x29','\x9d','\xc3','\x11','\x0d','\x8b','\xea','\x18','\x1a','\x86','\x5a','\x73','\x0b','\x03','\x4f','\xa0','\x82','\x27','\x52','\x76','\xb1','\x8e','\x73','\xd3','\x97','\xe1','\x09','\xc5','\xd6','\xcd','\xcf','\xe1','\x92','\xb6','\xeb','\xc6','\x59','\x57','\xda','\x2d','\x7d','\x42','\xd1','\xa0','\x31','\x31','\x58','\x2a','\x5e','\xb4','\x73','\x1a','\xce','\x69','\x6e','\x20','\x8a','\xe6','\x3f','\x8f','\x50','\xb1','\xb3','\xf6','\x72','\x62','\xed','\xc1','\x3a','\xa7','\xb4','\xbd','\x0e','\x9d','\x35','\x2c','\x04','\x1d','\x6a','\xf3','\x65','\x31','\xbe','\x20','\x27','\x28','\x2b','\x96','\xf9','\x8e','\xa8','\xe7','\x28','\x6b','\x23','\x5c','\x87','\xe7','\x20','\x0c','\xdf','\x85','\xf2','\x07','\x12','\x78','\xbd','\x68','\x3e','\x97','\xcd','\x6a','\xcb','\x55','\xa4','\x70','\x01','\x4d','\xd0','\xa5','\x20','\x72','\xf3','\xaf','\x26','\x02','\x25','\xdd','\xdf','\x8b','\xbf','\x4c','\xd7','\x0b','\x14','\xc5','\x0b','\x6c','\xbd','\x89','\x18','\xb7','\x52','\x51','\xec','\x35','\xe0','\xb5','\x97','\x23','\x40','\xcf','\x1d','\x24','\xce','\xf8','\x44','\x2c','\x9a','\xfa','\x59','\x93','\x5d','\xb6','\x38','\x52','\x70','\xad','\xb2','\x97','\x5b','\xa9','\x75','\x43','\x75','\xd5','\xd8','\xe2','\x4c','\xe2','\x92','\xde','\x9c','\x99','\x2f','\x9c','\x1c','\x4d','\xff','\xbd','\xfb','\x3d','\x4d','\xd3','\x10','\x60','\x07','\xea','\x69','\x22','\x38','\xa8','\x51','\xb1','\x81','\x06','\x11','\x52','\x4d','\x54','\x04','\x8e','\x9d','\xe6','\x2b','\x86','\xb7','\xd8','\xf4','\x71','\xef','\x95','\xa3','\xd8','\x84','\xeb','\x74','\xc9','\x29','\xb7','\xec','\x43','\xe8','\x06','\x5f','\x21','\xc5','\x56','\xba','\x4d','\xf4','\xbf','\x3c','\x91','\x6a','\x16','\x17','\xf8','\x2c','\x2c','\xc1','\x64','\xf1','\x61','\xe1','\xdf','\x42','\x51','\x8a','\xad','\x16','\xbf','\x02','\x82','\x77','\xe5','\x6e','\xd8','\xb9','\x34','\xec','\xfa','\x22','\xff','\x01','\x90','\xcf','\xda','\xcd','\xfd','\x58','\x05','\x81','\x4b','\x86','\x6a','\x45','\xbb','\xa6','\x23','\x4d','\x47','\x19','\x7d','\xde','\xd6','\xc7','\x97','\xf5','\x89','\x4f','\xcc','\xcf','\x67','\x75','\x94','\xd5','\x71','\x56','\xb7','\xf7','\xeb','\x78','\xbf','\xee','\x4e','\xea','\x54','\x99','\xa7','\xca','\x09','\x3b','\x39','\xdd','\xd8','\xef','\xa2','\x31','\x44','\xf3','\x88','\xde','\x8f','\x1a','\x25','\xa4','\xbe','\x8f','\x1f','\xf7','\x24','\xfd','\xad','\x07','\xd6','\x6e','\x75','\xe5','\x6e','\xbb','\x89','\xda','\xfb','\xd4','\xc7','\x8d','\x17','\x6d','\x82','\xe8','\x62','\x3d','\x83','\x4e','\xc9','\x21','\x37','\x7c','\xbb','\xde','\xe5','\x62','\xef','\x72','\xae','\xf7','\x4f','\x60','\xde','\xe1','\x46','\xa0','\xd8','\x12','\x8b','\xd0','\xd0','\x6e','\xed','\x57','\x2b','\xe2','\x50','\x13','\x12','\xec','\xa9','\x9c','\x34','\x99','\x1b','\xcf','\xe4','\x46','\xf6','\xe7','\xee','\x66','\x39','\x59','\x88','\xd0','\x58','\x2a','\x97','\x1d','\xc9','\xf9','\xeb','\xed','\x2d','\xe3','\xaf','\xc3','\x73','\x06','\x57','\xb4','\x43','\x26','\x52','\x4b','\x68','\x1a','\x74','\x3c','\x3a','\x27','\x22','\x59','\xa0','\x0a','\x9b','\x99','\xd4','\x95','\x62','\x2f','\xd1','\xe5','\x65','\xfd','\xde','\xa7','\xf8','\x9b','\xe9','\x97','\xb0','\xbe','\xbe','\xac','\x13','\x63','\x3e','\xb6','\x5f','\xcf','\x47','\xf5','\x8f','\xbd','\xaa','\xcb','\x08','\x68','\xe9','\xfc','\x4d','\x9d','\xd2','\xf9','\xbb','\x99','\x3e','\xa4','\x69','\xeb','\x16','\x92','\x34','\x08','\xdd','\xf0','\x2d','\xc6','\x17','\x02','\x7c','\x2f','\x3d','\x63','\xdb','\x45','\xa2','\xe9','\x1c','\x69','\x0c','\xcf','\xb1','\xb0','\x7e','\xf5','\xf5','\x79','\xb0','\x4c','\xb1','\x6e','\xdb','\xba','\x84','\x74','\x9f','\xac','\x27','\x7c','\xfa','\x5f','\x9a','\xf3','\xbb','\xae','\xe9','\xf1','\x9a','\x56','\xb9','\xc6','\xbd','\x23','\x44','\xaf','\xa2','\xe9','\x8a','\xeb','\x4c','\xbb','\x5f','\x36','\xff','\x76','\x99','\x63','\xb0','\x50','\x75','\x0d','\xe9','\xd3','\x8a','\xfe','\x68','\x0b','\xae','\xd3','\xca','\x3c','\x7c','\x92','\x06','\x9c','\x68','\xea','\x33','\x93','\x80','\x13','\xcd','\x79','\x7e','\xbd','\x3c','\xa9','\xbd','\xd8','\x44','\x7c','\x54','\x4e','\x2b','\x2e','\x89','\x70','\x5d','\x08','\x91','\x35','\xf1','\x9c','\x09','\x97','\x01','\xeb','\x67','\xb0','\x94','\x4b','\xd9','\xdc','\x82','\x12','\x30','\x8a','\xac','\x96','\x63','\x56','\x1b','\x5c','\x89','\x00','\x56','\x8a','\x83','\x72','\x6e','\x9a','\x4f','\x06','\x46','\xe3','\x18','\x5d','\x3a','\x82','\x2e','\xbc','\xe6','\xf2','\x4b','\xd0','\x92','\x47','\x81','\x0a','\xbb','\x0c','\x89','\xcc','\x17','\x5b','\xba','\xcb','\x00','\xa4','\x9a','\xe2','\xe6','\xf4','\x3c','\xff','\x46','\xfc','\xab','\xb9','\xdf','\xd0','\x7d','\x15','\x7d','\xf6','\x92','\x2e','\x43','\x55','\xdb','\xbc','\x7c','\x45','\x93','\xb3','\x5a','\x6b','\x0a','\xcd','\xc6','\xd1','\xbd','\x8f','\x23','\xf9','\x47','\xe8','\x0f','\xfd','\xdc','\x32','\xbd','\x49','\x1e','\x0a','\x41','\x07','\x86','\x62','\x0f','\xdf','\x50','\xe3','\xc9','\xe0','\xb8','\xef','\x84','\x7d','\x1d','\x8d','\xc3','\xe6','\xe2','\x57','\x34','\x2e','\x6c','\xc8','\xd7','\x15','\xe9','\x74','\x32','\xbc','\xa8','\xdd','\x58','\xb0','\x5c','\xcd','\x7a','\xd8','\x4a','\xf9','\x44','\x83','\xef','\x76','\xc9','\x30','\x22','\xb7','\x81','\xcb','\x4c','\xd9','\xd5','\xdb','\xff','\xd5','\x76','\x39','\x95','\x20','\x1e','\x38','\x04','\x1d','\x73','\x05','\xb8','\x03','\x2d','\x38','\x2b','\x18','\x54','\xd9','\x32','\x95','\xdf','\x97','\xdb','\xf7','\x4c','\xf4','\x30','\x85','\x68','\x71','\x1a','\x91','\x1a','\xf2','\x5a','\xc8','\xd3','\x83','\x42','\x3d','\xe8','\x89','\xd3','\xd2','\xfa','\x6b','\x73','\x20','\xf0','\x42','\x1f','\x64','\xcf','\x3b','\x1d','\x2a','\x0c','\x22','\xd9','\x2d','\x6e','\x69','\x87','\x09','\xd1','\x43','\x40','\xe5','\x08','\x8e','\x3e','\x14','\x5a','\x11','\x8f','\x1d','\x94','\x5a','\xed','\x80','\xef','\xa0','\x51','\x4b','\x59','\x96','\xfa','\xcc','\x8b','\x6a','\x97','\x23','\x9c','\xe2','\xd7','\x0b','\x2d','\xb8','\xef','\xb8','\x90','\x29','\xe3','\xe6','\x9f','\x19','\x2c','\x57','\xa6','\xcb','\x95','\x63','\x17','\x5a','\xf7','\x97','\xf1','\x22','\xc5','\x83','\x0b','\x16','\x48','\x2d','\xee','\xb7','\x3e','\x59','\x06','\xef','\xac','\x4c','\x39','\x52','\xfc','\x7a','\xa1','\xe1','\xdc','\xab','\xe2','\x3e','\x75','\xde','\xad','\x9e','\xf7','\xa9','\xe5','\x67','\xd4','\xf2','\x9a','\x5a','\xb6','\x06','\xcb','\xe9','\xc1','\xb2','\x36','\x7d','\xfe','\x85','\x63','\xad','\xf0','\xfd','\x2f','\xf8','\x16','\x23','\x4e','\xdd','\x9f','\x09','\x4e','\xb7','\xe0','\x3a','\xdb','\x22','\x3d','\xdb','\xee','\x46','\x64','\x18','\x12','\x4a','\x73','\xcb','\xc1','\xb3','\xf0','\x82','\x77','\xe1','\x82','\x6a','\x9f','\x05','\x7a','\x34','\xf1','\x33','\xed','\x16','\x45','\xa2','\xee','\x66','\xc8','\x57','\x48','\x11','\x3d','\x61','\xdb','\x09','\xa2','\x01','\x22','\x38','\x91','\xb2','\x53','\x1a','\x4e','\x9c','\x78','\x3d','\x01','\xdd','\xa0','\x70','\xa2','\x68','\x27','\x3c','\x28','\xe1','\x93','\x53','\xbb','\x7d','\x89','\x87','\xcd','\xc4','\xae','\x6b','\x89','\xdd','\xb5','\x84','\x5e','\x1f','\x22','\x3f','\xce','\xd1','\xab','\x13','\xd3','\x95','\xfb','\x3d','\x46','\x49','\x42','\xd1','\x60','\x21','\x45','\xf5','\x68','\xa0','\x18','\xb5','\x6b','\xd1','\x49','\x2d','\x1a','\x9d','\x8f','\xee','\xc3','\x63','\xbb','\x4a','\x1f','\xb6','\x2b','\x51','\x34','\x0f','\x45','\x91','\xf3','\x5a','\x74','\x7c','\x3e','\x3a','\xae','\x8d','\x75','\x6e','\x9c','\x4f','\xf4','\x71','\x2d','\x33','\x7e','\x3c','\x33','\x9e','\xfb','\xed','\xdf','\x2e','\x9a','\xd9','\x31','\xa7','\xaf','\x6b','\xdb','\x4e','\xa6','\x42','\x17','\x9f','\x17','\x16','\xdd','\x79','\xe0','\xf4','\x50','\x4e','\x13','\xfb','\xdd','\x96','\xb2','\x48','\xc2','\x8b','\x7c','\x82','\x9a','\xc5','\xd7','\x80','\xdc','\x2d','\x33','\x04','\x37','\x7c','\xbe','\xec','\xb7','\x05','\x5d','\x31','\x99','\xc3','\xcc','\xe9','\xd7','\x66','\x88','\x10','\x8e','\xd3','\xe4','\x76','\x5b','\x6b','\x7b','\x28','\xd7','\xe6','\xd6','\x2d','\x10','\xb4','\x99','\xf4','\x92','\x4c','\x37','\x14','\x6a','\x47','\xa0','\x8d','\x8f','\xd0','\xef','\xdb','\x7e','\xd3','\xf6','\x13','\x6e','\xee','\x2f','\x39','\x2a','\xf0','\x07','\x75','\xf2','\x07','\xda','\x4e','\x97','\x6a','\x94','\xd1','\xb0','\x38','\x06','\x85','\x4e','\x31','\x29','\xbb','\x1d','\x0f','\xe7','\xce','\x8e','\x74','\xa6','\x25','\x61','\xe7','\xc8','\x91','\x6b','\x38','\xae','\x7a','\x1b','\x5a','\x90','\xed','\xf0','\xce','\x7e','\xe8','\xb4','\x5f','\xb1','\x3c','\x1d','\xd7','\xcc','\x79','\x0e','\x9c','\x33','\xa6','\xac','\xf6','\x21','\xe3','\x02','\xb2','\xd7','\x91','\x73','\xcf','\x9f','\xc5','\xdd','\xa1','\x81','\x45','\x23','\xb8','\x61','\x8c','\x5e','\x32','\x62','\x98','\xc3','\xca','\xe3','\x74','\xd6','\xad','\x99','\x44','\x83','\xa4','\x14','\x9a','\x14','\xb9','\x7c','\x61','\x92','\x86','\xe4','\xa5','\xee','\xba','\x24','\x51','\xfc','\x25','\x72','\x8f','\x45','\x2d','\x58','\x48','\x22','\x03','\x8b','\x24','\xb8','\x41','\x46','\x37','\x48','\x4c','\x02','\x40','\xaa','\x03','\x26','\xa6','\x93','\xe7','\xe0','\x16','\x79','\x0e','\x40','\xb5','\xcd','\x15','\x28','\xdb','\xae','\x6b','\x83','\x22','\x32','\x70','\xac','\x9c','\x87','\xdc','\xfc','\x1c','\x0f','\x89','\x61','\x92','\xc7','\xe2','\x39','\x6e','\x91','\x2b','\x21','\x13','\xa0','\x36','\x52','\x28','\x89','\x40','\x66','\x5c','\x77','\x7d','\xdc','\x4d','\xc5','\x71','\x41','\x17','\x64','\x7c','\x0d','\x2c','\x18','\xa3','\xeb','\x46','\x6c','\x1d','\x28','\x82','\x9d','\x94','\x6c','\xf3','\x76','\x55','\x21','\xed','\xe7','\x84','\x5b','\x70','\xb5','\x88','\x5d','\x23','\x1d','\xc2','\x61','\x12','\x92','\xc9','\xc0','\xb9','\x66','\xb0','\x4a','\x46','\xab','\x24','\x46','\x10','\x47','\x9e','\xa0','\x2c','\x41','\x26','\xfc','\x75','\x4f','\x07','\x12','\xf4','\xab','\xf5','\xb4','\x3e','\xe0','\x7d','\x42','\x2e','\x83','\xbf','\x4c','\x70','\x5d','\xbc','\x8f','\xeb','\xfd','\xde','\xa7','\xe4','\xa4','\x9b','\x76','\xd7','\xd9','\x89','\xf1','\x11','\x39','\x2a','\x29','\x7b','\xe7','\x73','\xac','\x18','\x02','\xe4','\x91','\x95','\x45','\x35','\x13','\xfa','\x67','\x3d','\x0e','\x39','\xa5','\xe8','\x30','\x41','\x61','\x82','\xfc','\x04','\xea','\xda','\x6a','\x82','\xc9','\x1c','\xe0','\x35','\x2c','\xdb','\xb2','\x48','\xf0','\x45','\xa7','\xac','\x35','\x44','\x2b','\x03','\xe5','\x4a','\x70','\xb3','\x32','\xba','\x59','\x89','\x51','\x40','\x5e','\x1c','\xc1','\x9a','\xce','\xf9','\xab','\x03','\xc8','\x75','\x07','\x16','\xd6','\xed','\x3a','\x32','\x38','\xec','\x46','\x76','\xc5','\x89','\x01','\x42','\xa7','\x9b','\x10','\x26','\x03','\x25','\x12','\xac','\x90','\xd1','\x0a','\x89','\xf9','\xf8','\x10','\x75','\xa8','\xc2','\xb6','\x66','\x8a','\xf1','\xc9','\x4a','\x3a','\xfd','\x6e','\x3e','\x70','\xbe','\xf8','\x57','\x33','\x07','\x2e','\xb6','\x3e','\x70','\xbe','\xda','\xe3','\xb3','\xf3','\xfc','\x6b','\x67','\x68','\xa2','\xb3','\xfe','\x7d','\x34','\x95','\xec','\xac','\xff','\xad','\xff','\xe4','\x49','\x45','\x19','\x27','\xec','\x12','\xae','\x6d','\x78','\xac','\x0d','\x69','\x47','\xdf','\xb7','\xdb','\x85','\x77','\x34','\x03','\xa3','\xd7','\xb8','\xd6','\xad','\x49','\x46','\xd2','\x13','\x09','\x92','\x24','\x9c','\x26','\x5b','\xd3','\xdc','\x20','\xb4','\x90','\x51','\xf0','\xdb','\x2f','\x78','\x6a','\x40','\x11','\xd7','\x5d','\x37','\xe1','\x5d','\x8a','\xd8','\x1b','\xe9','\xf6','\x0b','\x23','\x48','\xab','\x1b','\x58','\x28','\x05','\xd7','\x97','\x46','\xd7','\x97','\xdf','\x7f','\xde','\x3b','\xfc','\xbd','\x5d','\x75','\x2e','\xde','\x27','\x0d','\xfb','\x7f','\xac','\x92','\x40','\x99','\x04','\x4c','\x5f','\xa0','\x34','\x10','\x38','\x33','\xf0','\xe4','\xe2','\xc0','\x73','\x2b','\xa3','\x83','\xcf','\xc4','\x8e','\x95','\x63','\xfe','\xb5','\xbc','\xc4','\xb2','\x48','\x33','\x91','\xf8','\x27','\x0e','\x35','\x37','\x11','\x5a','\xd0','\x72','\x78','\x7b','\xd2','\x4e','\x15','\x27','\x24','\x0d','\x5e','\x11','\x1d','\xc3','\x15','\x85','\x4f','\x47','\x30','\x42','\xe0','\x95','\x32','\x23','\x47','\x4b','\x6c','\xb8','\xc4','\x62','\x98','\xe5','\x31','\x30','\x5c','\x99','\x4e','\x3e','\x25','\x6c','\xf9','\x02','\x70','\xc3','\x0e','\xd5','\x80','\x9f','\x7f','\xc7','\x7e','\xef','\x2a','\x66','\x84','\x64','\x38','\x32','\x70','\xa6','\xd5','\x9e','\x77','\xdc','\xd9','\xa7','\xc4','\x69','\x78','\xd4','\xa9','\xf2','\x63','\x49','\x32','\x5d','\xf7','\xc2','\xbc','\x6f','\xe7','\x51','\x7b','\x57','\x88','\xfd','\xf2','\x76','\x73','\x8a','\x10','\x25','\x03','\x65','\x12','\x7c','\xb9','\x39','\xba','\x49','\x62','\x94','\x03','\xe5','\x29','\xca','\x52','\x64','\x3a','\x1a','\x3d','\x22','\x12','\x23','\xb9','\xa2','\x36','\x90','\x17','\x39','\x79','\xf8','\x6b','\xc4','\x53','\x27','\x63','\xcc','\x5b','\x62','\x50','\x5c','\xd0','\xe9','\x96','\x12','\xc2','\x23','\x03','\x17','\xed','\x60','\x85','\x8d','\x56','\xe0','\x4b','\xc1','\xf7','\xf2','\x75','\xbe','\x97','\xdc','\xf6','\x37','\x21','\x81','\x30','\x2d','\xb8','\x04','\xb6','\xd6','\x21','\xfe','\x07','\x3c','\x87','\x8f','\x8f','\xaf','\x7b','\x7c','\xb6','\x1f','\x25','\xea','\xad','\xda','\xe8','\x17','\x76','\x22','\xed','\xb4','\x37','\x0a','\xea','\xfa','\x61','\x5d','\x3f','\x22','\x90','\xd4','\xf5','\x59','\x5d','\x9f','\xaa','\x00','\xca','\x15','\x1d','\xc8','\x3a','\x4c','\x3d','\x60','\xce','\x43','\xf9','\xe4','\x9c','\xde','\x47','\xbb','\xeb','\x34','\xa9','\xd7','\xa0','\xb6','\x45','\xc9','\x60','\x99','\xa4','\x36','\x89','\x5a','\x0e','\xa9','\xe5','\x01','\x8e','\xe7','\xca','\x47','\x9f','\x2b','\xc7','\xd4','\x72','\x2c','\x55','\xce','\xab','\xe5','\x2c','\xa3','\x26','\xda','\xa6','\x6a','\x10','\x10','\xfc','\x63','\x5d','\xf5','\x29','\xdd','\xc5','\x29','\x3e','\x3e','\xc8','\x06','\x0a','\x5a','\x1c','\x78','\x34','\x65','\xc7','\x24','\xcc','\x01','\x8c','\xf4','\x12','\x36','\x3d','\x18','\xf4','\x9f','\xcf','\x27','\x9a','\x53','\x0b','\xfe','\x70','\x8b','\xee','\x08','\x7b','\x8a','\x5d','\xb6','\xd5','\xd4','\xb8','\x8f','\x96','\x03','\xe7','\x37','\xe9','\x79','\xb8','\x83','\x9e','\x68','\x7f','\x40','\xd1','\x8f','\x6e','\x13','\x12','\x6c','\xeb','\x9d','\xae','\x5e','\x24','\xdb','\xef','\xd3','\x3d','\xef','\x9b','\x04','\xe6','\x3d','\xdc','\xe4','\x53','\x2f','\x52','\x3d','\x91','\x29','\x47','\x08','\x7c','\x0d','\x51','\x6f','\xa5','\xf8','\x48','\x04','\x93','\x34','\xee','\xd4','\x01','\x21','\xa2','\x22','\xef','\x73','\x96','\x7d','\xc3','\x10','\x95','\x23','\x4d','\xa2','\xd2','\x50','\x82','\x0e','\xc4','\xd9','\xc0','\x77','\xd8','\xd1','\x35','\x2d','\xc6','\x0a','\x31','\x76','\x2d','\xcf','\xca','\x59','\x95','\x98','\x71','\x3f','\x39','\x88','\x3b','\x36','\x62','\xbb','\x1c','\x7b','\xbb','\xef','\x00','\x41','\xde','\x32','\xb6','\x5f','\x16','\x1c','\xbc','\xe2','\x57','\x84','\x94','\xca','\xc0','\x85','\xeb','\x37','\xcb','\xc3','\xb0','\x90','\x87','\x10','\x9f','\xf6','\xed','\xe0','\x9f','\x57','\xda','\x15','\x6d','\x50','\xd4','\x56','\x66','\xf6','\x26','\xdb','\x4a','\x57','\x0b','\x51','\x36','\x50','\x66','\xc1','\x4d','\x36','\xba','\xc9','\x62','\x14','\x90','\x0f','\xd7','\xb3','\x4e','\xe3','\xad','\xae','\x7e','\x5b','\x6d','\xde','\xd4','\xae','\xf3','\x14','\xaf','\x89','\xed','\xab','\x36','\xe9','\x47','\x64','\x37','\x14','\x83','\x87','\x26','\xb8','\x1e','\x6c','\x05','\x37','\xd0','\xe8','\x06','\x72','\x78','\xfb','\xc5','\x7c','\xd9','\x5d','\x7d','\x1f','\xba','\xf8','\x96','\x9d','\xba','\xd1','\xde','\x1a','\x09','\xf3','\xef','\x85','\xec','\x4d','\x04','\x72','\x3b','\x0c','\x34','\x35','\x21','\xaa','\x0d','\x94','\xb5','\xe0','\xdf','\x6a','\xa3','\x9b','\xb5','\x18','\x2d','\xc4','\xe8','\x5c','\x5e','\x79','\x24','\xcb','\x74','\x93','\x69','\x24','\xa2','\x81','\x73','\x99','\xd6','\xb8','\x64','\xf6','\x3a','\xfd','\xcd','\xf9','\x73','\x06','\x9d','\x7a','\x6a','\x28','\x35','\xb5','\xeb','\x56','\x87','\xda','\xab','\x1a','\x4a','\xb5','\x06','\x98','\x35','\xb0','\x66','\x1d','\x5d','\xb3','\x62','\xac','\x16','\x63','\x5a','\x9e','\x69','\x59','\xa6','\x99','\x23','\x8f','\x7b','\x1b','\x71','\x52','\x8b','\x13','\xa3','\x0f','\xe2','\xb0','\xf6','\x55','\xd0','\x3b','\x8e','\x1c','\x13','\xa9','\xb9','\xed','\xe2','\xa6','\xce','\x79','\x52','\x28','\xd5','\x1c','\x78','\xce','\xdc','\xd6','\x83','\x8f','\x9d','\x71','\x52','\xe8','\xcd','\x9d','\xf9','\xf3','\x6d','\xbe','\xf7','\xed','\xf9','\x22','\xde','\x0b','\x2d','\x58','\x3f','\x4c','\x14','\x52','\x17','\xcd','\xe0','\x82','\x09','\xfa','\xc2','\x65','\x1e','\xfd','\xba','\x39','\x7c','\xd1','\x8c','\xb1','\x20','\xa4','\x52','\xb3','\x86','\x09','\x7d','\x8e','\x6e','\xe1','\x21','\x77','\x07','\x89','\xa7','\x5d','\xc8','\xef','\x35','\xa9','\x5d','\xa5','\x50','\x8d','\xde','\x0f','\x65','\x95','\xa1','\x24','\x1d','\x78','\x90','\x0e','\x9c','\xa7','\x47','\xcf','\x97','\x63','\x01','\x80','\x53','\x7a','\x6c','\xde','\x5c','\x42','\x08','\xd3','\xbd','\x43','\x3e','\x83','\xfe','\x6a','\x97','\xe9','\x11','\xa4','\x84','\x94','\xe0','\xc0','\x32','\x0d','\x5e','\xa1','\xa3','\x55','\x1a','\x23','\x4a','\xcc','\x2d','\xe4','\x06','\x8e','\x98','\xed','\xba','\x48','\xa7','\xb3','\x74','\xa6','\xad','\xdf','\xdb','\x75','\xeb','\x35','\xc2','\x6e','\x2e','\x5a','\x0f','\x25','\x22','\x03','\x1c','\xcf','\xb3','\xa3','\xcf','\x2b','\xb1','\x04','\x40','\x94','\xae','\x53','\x73','\x88','\x92','\xdc','\xbd','\x24','\x97','\x25','\x13','\x6f','\x92','\x97','\x1f','\x25','\xa6','\xee','\xe5','\xe3','\xbc','\x23','\xcf','\x9c','\xd9','\x7f','\xfb','\x63','\xc2','\xfc','\x30','\x74','\x17','\x1b','\xa1','\x41','\x79','\xe0','\x23','\xfb','\x07','\xfe','\xd7','\x7b','\x8f','\x7e','\x5d','\x8e','\xa5','\x1a','\x31','\x84','\x60','\x7f','\x85','\xeb','\x66','\x77','\x5e','\x65','\xe7','\x06','\x9a','\x92','\x77','\x1a','\x05','\x62','\x4d','\xb7','\xff','\xa7','\xbd','\xe5','\xf2','\x38','\xf8','\x00','\x45','\xd9','\xad','\x67','\xb7','\xf7','\x29','\xa4','\x94','\x53','\xfb','\x7f','\x6e','\x51','\xc3','\x41','\x5a','\xe1','\x00','\xdb','\x1c','\xf8','\x3f','\x9b','\x62','\xfd','\x00','\xf2','\xcc','\xca','\x32','\xcb','\x64','\x55','\x72','\x4f','\xeb','\xa6','\x7d','\x1a','\xec','\x2a','\xae','\xec','\xc3','\xd8','\xce','\x64','\x68','\xb4','\x5d','\x5f','\xc9','\xff','\xea','\x30','\xc6','\x47','\x38','\x7c','\xbe','\x64','\xa7','\xbe','\x12','\x1a','\xc9','\xed','\xac','\xaf','\xa4','\x63','\x63','\x7c','\x8e','\xdd','\x28','\xe9','\x41','\x0c','\x33','\xe6','\x6f','\x1c','\xe4','\xbf','\x85','\x3e','\xc1','\x46','\x72','\x6c','\x7c','\x83','\xb9','\x16','\xe3','\x92','\x9f','\x7f','\x47','\xa8','\xd9','\xbf','\xd9','\x84','\x7e','\x07','\xb9','\x36','\x2d','\xa9','\x5c','\xf0','\xd0','\x54','\xb0','\x73','\xbe','\xd3','\xa5','\x07','\x31','\x14','\x9b','\x57','\x44','\x07','\x19','\x77','\xc4','\x47','\xd8','\x80','\x1c','\x1c','\xf8','\xd7','\x3f','\x1b','\x58','\xc5','\xa3','\x69','\x14','\x4b','\x35','\x63','\x50','\x62','\x40','\xb3','\x9e','\xa6','\xe9','\x88','\xb9','\x2d','\x8a','\x6c','\xa7','\x8f','\x06','\x6c','\x76','\x05','\x92','\xb4','\xf1','\xa6','\xf7','\x62','\xa3','\xa3','\x77','\x74','\xfe','\xbb','\xc1','\xae','\x5b','\x44','\xc1','\x97','\xe8','\xe8','\xd5','\x66','\x2c','\x88','\x62','\x31','\x94','\xaf','\x92','\xac','\xbf','\x05','\xfa','\xb4','\x2d','\x79','\xc4','\xa3','\xda','\xfd','\xbf','\x84','\xbe','\x10','\xc4','\x0b','\x60','\x87','\x5f','\xe2','\xcf','\x94','\xc1','\xc6','\x76','\x7f','\x2e','\x94','\x2a','\x0d','\x3c','\x83','\x83','\xd7','\x10','\xd8','\x87','\x6d','\x7b','\xe3','\xd6','\x06','\x82','\x1d','\x3b','\xb3','\xab','\x0e','\x08','\xec','\xba','\xcb','\xed','\x46','\x06','\xa4','\xf8','\x76','\x68','\x14','\x0f','\x44','\x10','\xd7','\x1a','\x47','\xcf','\x27','\x63','\x01','\xc6','\x91','\x0f','\xb0','\x6c','\x80','\x99','\x01','\x46','\x38','\xd4','\x38','\x60','\x30','\x41','\x8e','\xa5','\x88','\x11','\xea','\xe2','\x27','\x21','\xde','\x62','\xcb','\x36','\x9d','\x3d','\x4b','\x7d','\x03','\xcd','\x01','\x4a','\xb9','\x3c','\x1c','\x78','\x41','\x1b','\x4d','\x6a','\xb1','\x29','\x2d','\x56','\xd6','\xf3','\xfd','\x76','\x96','\x6a','\x26','\xdd','\x6a','\x8e','\x2a','\xd0','\x0f','\x49','\xfb','\xdd','\xfd','\x14','\xbc','\xcb','\x04','\x8a','\x80','\x52','\x42','\x3e','\xf7','\x5a','\xa1','\x80','\x31','\x10','\x28','\x0f','\x5c','\x68','\x1e','\x7d','\xce','\x88','\x0d','\x02','\xa5','\x6a','\xde','\x55','\xca','\xda','\xf6','\xed','\xed','\x79','\xf8','\x5e','\x4b','\x64','\xf0','\x0c','\xe9','\x2d','\x79','\xcf','\x9b','\xf6','\x0f','\x4c','\xc2','\x1f','\xc7','\x2d','\x0f','\x30','\x32','\x4b','\x03','\x17','\x6c','\xd0','\x83','\x16','\x8e','\x21','\x40','\x1e','\xe1','\x6c','\xb8','\x65','\xde','\x74','\x1a','\x09','\xbe','\x00','\xee','\xee','\xa7','\xe0','\x2d','\x6b','\xf6','\xb5','\x34','\x89','\x88','\xa1','\x13','\xf4','\x02','\x03','\x1c','\x17','\x5b','\x47','\x9f','\x03','\x1e','\xef','\x98','\x43','\x35','\xc0','\xc7','\xd9','\xa1','\x67','\x77','\xfa','\x56','\xa4','\x31','\x31','\xe6','\x05','\x6f','\xfc','\x4e','\xbd','\xfc','\xf2','\x76','\x2f','\x89','\x50','\xb8','\x09','\x7a','\xd0','\x42','\xa3','\x16','\xf4','\x55','\xe9','\xd8','\x87','\x25','\xf3','\x76','\x0d','\x8f','\xa0','\x7f','\x76','\x01','\xc9','\x5a','\xc4','\x6f','\xd7','\xe5','\x76','\x7b','\x53','\xe7','\xea','\xf6','\xdb','\x2d','\x19','\x02','\xe9','\x4d','\x19','\xda','\x97','\xcf','\x89','\xd3','\x81','\x9e','\xf6','\xa9','\x25','\x6c','\xd5','\x9a','\x87','\x16','\xb7','\xd7','\x33','\x1f','\x9f','\x5e','\x83','\xdb','\x04','\x24','\x60','\xc0','\xf8','\x40','\xf1','\x97','\xa0','\x7f','\x3c','\xe6','\xf8','\x17','\xa5','\xa0','\x6d','\x8f','\x5a','\x88','\x0b','\x8d','\x98','\xd2','\x66','\x06','\xbe','\x59','\x1e','\x0a','\x96','\xe0','\x5b','\xe6','\xeb','\x6d','\x32','\x86','\xc9','\xfe','\x02','\xf1','\x69','\x41','\xc2','\x55','\xcf','\xfc','\xc0','\x77','\xc6','\x46','\x5f','\x44','\xb1','\x0a','\x8d','\xf9','\x9b','\x79','\x99','\x65','\xef','\xd6','\xcc','\xe3','\x8e','\xbd','\xba','\xb3','\xff','\x45','\x17','\xef','\x81','\x20','\x3d','\xd8','\xa6','\x4f','\x09','\xdd','\xd3','\x1c','\x18','\xc9','\x0e','\x7c','\x37','\x7b','\xf4','\xbb','\xd9','\xd8','\x08','\x20','\x7f','\x4f','\x33','\xab','\x23','\x53','\x47','\x24','\x83','\x48','\xa5','\x87','\x94','\x7a','\xbc','\x22','\xec','\x42','\xa4','\x96','\x2c','\x3b','\x67','\x0f','\x70','\xdc','\x10','\xd8','\xa4','\x81','\x3f','\x65','\x81','\x6f','\xb0','\x43','\x8b','\xda','\xa1','\x05','\xeb','\xd3','\x8b','\x85','\x4f','\x9b','\xa9','\xf3','\x6b','\x3e','\x91','\xe8','\x55','\x0a','\xd8','\x70','\x02','\x1e','\x38','\xb3','\x1a','\xf8','\xe3','\x95','\xc0','\x97','\xca','\x81','\x2f','\x98','\xb4','\xf7','\x1c','\x1c','\xce','\x39','\xf9','\xe1','\x38','\x13','\xe0','\xb6','\x5c','\x54','\x17','\x98','\xb1','\xa3','\x79','\x1a','\x3d','\x49','\x5b','\x27','\x69','\xb4','\x30','\x1a','\x3d','\x79','\x24','\x9a','\x3f','\x12','\x9d','\x49','\x46','\xf5','\xd9','\x96','\x3e','\x15','\x6d','\x03','\x1a','\x59','\x66','\x38','\xe6','\xe9','\x4b','\x79','\x6a','\x6a','\x81','\x51','\x48','\x3b','\x86','\x77','\xa1','\x63','\xe4','\x3d','\x68','\xc6','\xc1','\x8d','\x6a','\x7b','\x4d','\x54','\x37','\x83','\xda','\xd5','\x43','\x1f','\xb3','\x07','\xe6','\xb4','\x01','\x53','\x3b','\x6a','\x6a','\x31','\x19','\x90','\x2f','\x6b','\xd9','\x15','\xcd','\x7c','\x20','\x4f','\x72','\x42','\x1e','\x7e','\x06','\x91','\xfb','\x6d','\xb2','\xd8','\x02','\xbb','\xb7','\x2b','\x4f','\xd8','\xeb','\x42','\xf6','\xc5','\x06','\x64','\x08','\x83','\x09','\xd1','\x13','\x0a','\xff','\x62','\xc0','\x85','\x06','\x16','\xd0','\xd1','\x8b','\x20','\xe4','\x63','\xb6','\x9d','\x47','\x34','\x8b','\xa8','\xf9','\x9e','\x0d','\x05','\x64','\x3f','\x28','\x93','\x6a','\x99','\x34','\x29','\x50','\xe4','\x81','\xdd','\xcb','\xc0','\x80','\xd9','\x6d','\x91','\xd0','\x96','\x9d','\xe0','\xac','\xcc','\x8e','\x9d','\xb0','\xc9','\xed','\x04','\x2d','\x46','\xdb','\xf5','\xef','\xe6','\x2d','\xf5','\xef','\xa2','\x45','\x94','\x33','\x5f','\x4d','\xe2','\xb7','\xbc','\x0d','\x85','\xf0','\xc5','\xf2','\x9a','\x68','\x3c','\xc1','\xb8','\x82','\xa3','\xa1','\x62','\x73','\xc0','\x60','\x41','\x4b','\x83','\x78','\x02','\xd8','\x2d','\xd0','\x69','\x28','\xbb','\xa3','\x5f','\xd5','\x76','\xff','\x0b','\x49','\xe4','\x72','\x48','\xac','\xea','\x70','\xf2','\x7b','\xd6','\x6b','\xfe','\xc4','\xb5','\xfe','\x91','\x1f','\x27','\xc8','\xd5','\x0d','\x06','\xbc','\x19','\xdc','\x65','\xeb','\x91','\x90','\x64','\x1b','\x92','\x04','\xa7','\x30','\x52','\x0e','\x49','\x47','\x90','\xa7','\xbf','\x07','\x4b','\x3d','\x3e','\xa9','\x87','\x48','\x12','\x95','\x6c','\xcd','\xd5','\xba','\xbd','\xdd','\x2b','\x4c','\xdf','\x50','\xc0','\x14','\xfe','\x32','\x97','\x87','\x28','\xb6','\x17','\x5a','\x4d','\x41','\x89','\x13','\xc3','\xe6','\xed','\x5a','\x9b','\x39','\xc7','\x9d','\x92','\x0a','\x21','\x32','\xe8','\xc3','\xbb','\x61','\x79','\x12','\xab','\xfe','\x7b','\xd6','\xfa','\xbd','\xcf','\x24','\x02','\xe7','\x36','\x06','\x4b','\x92','\xd3','\xc0','\x7b','\x8b','\xce','\x6b','\x54','\x90','\x7d','\xb1','\x9a','\xa0','\x5c','\x63','\x5b','\x79','\x11','\x5d','\xfe','\xb2','\xe6','\x2d','\x69','\xa2','\xa5','\xb5','\x46','\xa2','\x3a','\x19','\x2b','\x86','\x18','\x1e','\xe0','\x58','\xc3','\x47','\xd7','\x70','\x8c','\x01','\xf2','\x63','\xf3','\xd9','\x11','\xdd','\xc4','\xe2','\x67','\xda','\xd0','\xdb','\xf2','\xd9','\xc9','\x33','\xdf','\x0d','\xdf','\x6e','\x47','\xb1','\xf9','\x4d','\x7e','\x93','\x64','\xb4','\xed','\xc3','\xe2','\x96','\x7d','\xd8','\x23','\xd0','\xee','\x67','\xe7','\xdb','\x41','\x6a','\x24','\x48','\x57','\x70','\xdb','\x1c','\x0a','\x61','\x3a','\x70','\xb1','\x11','\xac','\xd0','\xd1','\x0a','\x8a','\xf9','\x10','\xf8','\xef','\xfe','\x56','\x36','\x48','\xcc','\x20','\x21','\xa3','\x04','\xfc','\xf9','\x2a','\x21','\x82','\x1c','\x92','\x90','\x1d','\x7d','\x58','\xbc','\x06','\x82','\xe2','\xdc','\x0e','\x7d','\x65','\x88','\xab','\xc2','\x73','\x75','\x21','\xc7','\x28','\xd8','\xf3','\x88','\xe5','\x5d','\xe9','\xdb','\xc8','\x31','\xe1','\xe7','\xee','\x88','\x43','\x7e','\x40','\x28','\x12','\xf2','\xad','\xb9','\x76','\x48','\x26','\xec','\x97','\xad','\x3f','\xc0','\xe0','\x65','\x08','\x93','\x83','\xef','\x29','\x28','\x28','\xa7','\xef','\x63','\xcf','\x9f','\xe0','\x1e','\x4d','\x26','\x14','\xfd','\xdc','\x40','\x54','\x1f','\xf8','\x6e','\xe5','\xe8','\xff','\x89','\x63','\x38','\x1a','\x2b','\xbe','\x9d','\xf7','\x71','\x39','\x8f','\xcd','\x3d','\x15','\x32','\x02','\xbd','\x9c','\xbc','\x25','\x9f','\xa8','\xc1','\x81','\x3e','\x62','\xed','\x3c','\x3d','\x56','\x11','\x7d','\x93','\x81','\x93','\x24','\x73','\xb2','\x5a','\xfc','\x59','\x4b','\xcf','\x57','\xb7','\xf1','\xe6','\x8f','\xf9','\xd5','\xe7','\xaa','\xf9','\x5d','\xb5','\xd0','\xc6','\xb5','\x3d','\xc7','\xaf','\x8d','\xe8','\x9b','\x51','\xf7','\xd5','\x8c','\xfc','\x52','\x49','\xa9','\x38','\xff','\xaa','\xbb','\xcf','\x11','\x14','\x41','\xff','\xec','\xed','\x2d','\x9b','\x36','\x34','\x5d','\x1a','\x38','\x71','\x7d','\x60','\xba','\x74','\x74','\xba','\x14','\x9b','\xbe','\x1e','\x9b','\xfe','\x6e','\x7e','\xfa','\xbb','\x6d','\xbb','\xf7','\xd1','\xb7','\xb7','\xfb','\x49','\x09','\xd3','\xd7','\x37','\xb4','\x42','\x76','\x07','\x81','\x9f','\xbc','\x9f','\x79','\x17','\xf7','\x81','\x7c','\x06','\x5a','\xa1','\xb4','\x8f','\x44','\x07','\x8a','\xf6','\xc0','\x32','\x77','\x31','\xe8','\xe8','\x6e','\x33','\x36','\xe4','\x8f','\x4d','\xe0','\xfc','\xc5','\x46','\x56','\xa2','\xa6','\x33','\xa1','\x62','\x97','\x82','\x5d','\xa7','\xd6','\x89','\xa5','\x75','\xf7','\x19','\xf1','\x7e','\x7b','\xc4','\x7e','\x6b','\x84','\x24','\xa2','\x84','\x65','\xf8','\x6a','\x0f','\xb1','\xd2','\x00','\xc7','\x77','\xbe','\x72','\xf4','\x3b','\x5f','\x89','\x1d','\x04','\xe4','\x0f','\x7e','\x25','\x7b','\xf0','\x2b','\xe6','\xc1','\xaf','\x90','\x7b','\xde','\x26','\x07','\xf7','\x08','\xef','\xa9','\xd3','\x67','\xc4','\x99','\xf7','\xc1','\x0e','\xd9','\xce','\x75','\x3e','\x80','\x33','\x44','\x3f','\xc9','\x35','\x63','\x88','\x68','\x03','\xf2','\xfc','\xc0','\xca','\xd8','\xd1','\x55','\xa1','\x2f','\x90','\xd0','\x17','\xef','\x17','\xd7','\xea','\xe2','\x39','\xf1','\x96','\xa9','\xfd','\xf2','\x76','\x53','\x89','\x50','\xb8','\xc1','\xbf','\x14','\xac','\x9f','\x1f','\x73','\x27','\xe5','\x78','\x8c','\x9e','\xc8','\x87','\x1f','\xc9','\xd2','\xd9','\x8e','\x9d','\x70','\x9c','\x84','\x8f','\x93','\x66','\x8e','\x14','\x8a','\x24','\x3d','\x06','\xeb','\x59','\x11','\x79','\x4d','\xd4','\xf2','\x96','\x2d','\x7b','\xb3','\xe2','\x38','\x3b','\x3e','\xc8','\xf1','\x8c','\x0f','\x94','\xe3','\x03','\x17','\xfa','\x47','\xe7','\xfc','\xb0','\xbf','\xb8','\xdd','\x0b','\xfa','\x8b','\x98','\x37','\xb5','\x70','\x12','\xf7','\x3e','\x68','\x7e','\xa4','\xc1','\xca','\x76','\xcf','\x13','\x8f','\xe1','\xfd','\x1e','\xb3','\x37','\x34','\xe2','\x3a','\x4d','\x7a','\x2e','\x85','\xc8','\xe3','\x03','\x2c','\x3c','\xf0','\xa5','\x33','\x47','\x4d','\x2b','\xe6','\x0e','\xc5','\x3c','\xb5','\xfc','\xbc','\x02','\xe3','\xec','\xe2','\xb6','\x5c','\x8d','\xa0','\xd3','\xc4','\xf5','\x2a','\x91','\x0e','\xf3','\x07','\x91','\x82','\xa7','\x3d','\x3e','\x5c','\xa5','\xf6','\x8a','\xf1','\xa9','\xf1','\xa9','\x74','\x83','\xbc','\xf5','\x37','\x76','\xf8','\xdd','\x8e','\x3d','\xd6','\xbb','\x92','\x1d','\x58','\x36','\x03','\xa2','\x88','\x6c','\xb0','\x24','\x9a','\x17','\x2c','\xb6','\xe3','\x3f','\xc1','\x4f','\x90','\xbe','\x3c','\x09','\x54','\x09','\x35','\xbd','\xe7','\xf3','\xf6','\x8f','\x62','\x5b','\xe4','\x12','\x21','\xb9','\x30','\x70','\x56','\x0b','\x56','\xb9','\x7c','\x9e','\x8f','\xdd','\x3d','\x16','\x8b','\xa2','\xbc','\xa7','\x91','\x25','\x49','\xf3','\x43','\x05','\x72','\x57','\x0d','\x0e','\x1c','\x1d','\x95','\x4a','\x53','\x44','\xf3','\xf9','\x82','\xc2','\x01','\xa4','\x7c','\x4c','\xa2','\xde','\xf3','\x51','\xfb','\xe5','\x67','\xf9','\x0d','\x87','\x8f','\x46','\x07','\x02','\xcf','\x0e','\xd8','\x6f','\x0e','\x94','\x63','\xa3','\x34','\x16','\x7b','\x3a','\x16','\xfb','\xe1','\xfe','\xfc','\x0f','\x5f','\xc8','\x9e','\x5f','\xf9','\xd2','\xf9','\x17','\xbc','\x74','\xbf','\x8f','\x9e','\x24','\x34','\x4b','\xe8','\x39','\xf2','\x0e','\x26','\x71','\xbc','\xcd','\x0f','\x90','\x6a','\x41','\x1c','\xe9','\x72','\xb2','\xcd','\xf4','\x82','\x32','\x10','\x5c','\x45','\x68','\x60','\x09','\x1d','\x3d','\x83','\x62','\x18','\xc7','\x8a','\x76','\x9e','\xff','\x4b','\xc7','\xcf','\xbd','\x47','\x03','\x9b','\xdf','\xb5','\xdd','\x7f','\x47','\xb8','\x0f','\x82','\x8c','\x71','\xab','\xc9','\xd1','\x18','\x23','\x7f','\xb8','\xc6','\xcd','\x12','\x1f','\x2d','\x14','\x50','\x12','\x1a','\x23','\x77','\xa2','\x0d','\xed','\x1f','\x80','\xd8','\x38','\x43','\xed','\x66','\xe2','\xa9','\x3a','\xc4','\xd8','\xd0','\xf6','\xfb','\x70','\x79','\xb8','\x60','\x82','\xff','\x05','\xa4','\x16','\x5c','\xc2','\xb4','\x9d','\x41','\xb0','\x0f','\xa1','\x6b','\xf6','\x72','\xac','\xf7','\x6c','\xde','\xfb','\x4c','\xf6','\x8e','\x55','\x13','\xea','\x9d','\x57','\x81','\x1a','\xe3','\xf3','\xa2','\x78','\xed','\xc3','\x82','\xd7','\xba','\xdd','\x8f','\x83','\xa3','\xe4','\x5d','\xe3','\xbf','\xb6','\x42','\xa6','\x04','\xca','\x22','\x2e','\xca','\x61','\x57','\x8e','\x96','\xbb','\xe2','\x00','\x77','\x57','\xcc','\x83','\x5c','\x6e','\x54','\x48','\xb4','\x42','\xf4','\x16','\x49','\x57','\x88','\x51','\xf1','\x76','\xdb','\xcf','\x2e','\xbb','\x4d','\x5e','\xd7','\x6b','\x3a','\x9a','\x08','\xe4','\xf3','\x85','\x66','\x3b','\xbe','\x41','\x21','\xc4','\x91','\x0f','\x98','\x62','\x5f','\xdc','\xa6','\x97','\x25','\x0a','\xa6','\xdd','\xb4','\x20','\x51','\xad','\xb7','\x9c','\xee','\x2d','\x97','\x9c','\x34','\xc8','\xe3','\xe8','\x72','\xce','\x7e','\xa3','\x3b','\xa7','\x48','\x6a','\x67','\xb0','\x6c','\xb9','\x2a','\x86','\x6b','\xb3','\xbe','\xc3','\xae','\xeb','\xe2','\x4f','\xf0','\x9a','\x69','\xbb','\x2a','\x08','\xdc','\x7e','\xe5','\xc7','\x24','\xe2','\x0f','\xa5','\xf5','\x81','\x70','\x7d','\xc0','\xd0','\x8e','\x1a','\x5a','\x27','\x6e','\x8c','\xb2','\x5e','\xc5','\x8c','\x99','\x24','\x56','\x21','\xf9','\xbf','\x11','\xad','\x58','\x28','\xb9','\x2a','\xfa','\xb0','\x38','\xf5','\x20','\xc7','\x4a','\x50','\x3c','\xa8','\x21','\xfb','\x75','\x44','\x4f','\x04','\x9d','\xd2','\xad','\x51','\xbd','\xef','\xf0','\x29','\xfb','\x48','\x9e','\x72','\xcc','\xfe','\x11','\x9d','\xca','\x97','\xa7','\xf2','\x9b','\x53','\xd5','\xcd','\x72','\x15','\x6c','\xc4','\x00','\x07','\xd0','\x12','\xf1','\x2d','\x3d','\x4b','\xb9','\xb9','\xe0','\xf0','\x05','\x11','\x2a','\xe2','\x6c','\x11','\xdb','\xca','\x8a','\x98','\x9b','\xe6','\xc3','\xda','\x00','\x47','\x89','\x63','\x66','\x14','\x9f','\x88','\x65','\xf4','\x58','\x54','\xcf','\x47','\x67','\xb2','\x23','\x33','\xe6','\xc8','\x49','\xc2','\xb1','\x53','\x0f','\x76','\xf3','\x39','\xdc','\x44','\xe6','\x30','\xaa','\xe1','\xc3','\x1a','\x3e','\x22','\xe0','\x90','\x39','\x38','\x28','\xdf','\x4c','\xe9','\xe0','\xd4','\x21','\x6a','\x6d','\xf2','\xf9','\x9e','\xb4','\xf7','\x1b','\x59','\x90','\xab','\x1d','\xae','\xec','\x50','\x3c','\x3b','\x90','\x6a','\x0e','\x7c','\x3b','\x7b','\xf4','\xdb','\xd9','\x58','\x1c','\x90','\x8f','\x67','\xc1','\xbf','\x68','\xb3','\x00','\x45','\x88','\x8f','\xf2','\xb5','\x0c','\x26','\x90','\x85','\xa1','\x4f','\x8d','\x4b','\x90','\x03','\x52','\xdc','\x4f','\xa3','\xf6','\x53','\x51','\xaa','\x46','\xe9','\x60','\x94','\xda','\xcf','\x8e','\x3e','\xf6','\xec','\x61','\x14','\x3d','\x12','\x8c','\x1e','\xa1','\xd1','\xd9','\xbe','\xe8','\x94','\x1d','\x9d','\xa2','\x80','\x32','\x8d','\xd2','\x40','\x89','\xab','\xdb','\x40','\x03','\xc3','\x51','\x92','\x31','\x46','\xb9','\xee','\xba','\xcd','\x7c','\x25','\xa1','\x1b','\xe9','\x47','\xff','\x2e','\x94','\xc6','\xb0','\xbf','\x56','\xc9','\xd1','\x8b','\xad','\xed','\xf7','\x89','\x67','\x4d','\xae','\xc7','\x77','\xb4','\x70','\xfa','\x8c','\xe8','\x03','\xa5','\x91','\x62','\xbd','\x43','\x61','\xa4','\xdb','\xd5','\xa2','\x88','\xff','\x54','\x7c','\x34','\x33','\x70','\x57','\x69','\xe0','\x39','\x3c','\xf0','\x8d','\xca','\x68','\xf6','\xb7','\x63','\x06','\x01','\x79','\x98','\x6a','\xc2','\x73','\x6e','\xdb','\x07','\x2a','\x58','\x10','\xc2','\x76','\x86','\xd0','\x13','\xde','\x0b','\x8f','\xd8','\x9b','\x05','\x51','\x75','\x0b','\x85','\xb7','\xa1','\x62','\x71','\x20','\x39','\x36','\xf0','\x0d','\x74','\x74','\xd1','\x88','\xed','\xe6','\xeb','\xb9','\x95','\xa7','\xe4','\x7d','\xe5','\x6a','\x30','\x43','\x68','\xd1','\x69','\xfa','\xe6','\xfd','\xaa','\xce','\x15','\x86','\xb8','\x9f','\xf7','\x51','\x7d','\x80','\xa3','\x0c','\x18','\x9d','\xd7','\x63','\xfa','\x7c','\x4c','\xd7','\xf3','\xba','\x9e','\xd5','\x75','\xd3','\x69','\xb0','\x38','\xcf','\xf7','\x57','\x85','\x68','\x7c','\x43','\x8d','\x91','\x1e','\x90','\x1d','\x74','\x4c','\x0b','\xd4','\x9d','\x5c','\xed','\x19','\x5b','\x3d','\x41','\x55','\x51','\xc3','\xa5','\xce','\x8c','\x26','\x4e','\x1e','\x4e','\x68','\x47','\x66','\xb5','\x23','\xbf','\xa7','\xcd','\x7e','\xae','\x3e','\xf5','\xf6','\xb5','\xa9','\xb5','\x6b','\x9f','\x5e','\xbb','\x76','\x9e','\x6d','\xf6','\xa9','\xcb','\xd0','\xd2','\x5d','\x25','\x34','\xe1','\xa7','\x71','\x0c','\xbc','\x34','\xb2','\x68','\xc0','\x27','\x5e','\x11','\xe2','\x3f','\x7c','\x91','\x77','\x2c','\xb4','\x10','\xa1','\x03','\x26','\x0d','\x5e','\x6d','\x88','\xb8','\x0d','\x20','\xef','\xe7','\x72','\x95','\x0a','\xff','\x3d','\x0c','\x2d','\xad','\xc7','\x28','\xf4','\xde','\x75','\x38','\x71','\x1d','\xd2','\x95','\x80','\x20','\x46','\xe0','\xf3','\x5e','\x8e','\x92','\xbe','\x28','\x29','\xea','\x30','\xce','\xe5','\x4f','\x0c','\x94','\xab','\xc1','\xd0','\x5f','\x8c','\xbe','\x43','\x63','\x1a','\xb7','\x7b','\x0d','\xa7','\xe3','\xa7','\xd9','\x26','\x45','\x6f','\xf3','\x4c','\x3a','\xeb','\xa7','\x63','\xd7','\x51','\x41','\x22','\x44','\xed','\xcd','\xed','\xfe','\x4a','\x21','\xee','\x2f','\x5f','\x68','\x88','\xf8','\xd8','\x72','\xcc','\x7b','\x36','\x56','\x7c','\x26','\xef','\x5d','\xcd','\x7a','\x2d','\x33','\xb0','\x0a','\x8d','\x47','\x81','\x73','\xe9','\x02','\x39','\x76','\xd6','\xeb','\xf0','\xf3','\x3b','\xfd','\x46','\x25','\x1f','\x91','\xf2','\xde','\x0b','\x0d','\x41','\xea','\x28','\x68','\x82','\xa4','\x0c','\x04','\xf9','\x17','\x51','\xb0','\x82','\xe0','\x7b','\x71','\x7b','\x2c','\x46','\xf3','\x55','\x90','\xec','\x26','\x18','\x6c','\x9d','\xd9','\xea','\xdc','\x77','\x78','\x18','\x0e','\x02','\x0f','\x83','\xc9','\xec','\x2a','\x83','\x06','\x82','\xf0','\xae','\x6c','\xc0','\x5f','\x1f','\x30','\x19','\xc7','\x28','\x19','\xe1','\xce','\x45','\x2c','\xc1','\xf2','\x09','\x96','\x8d','\x33','\x33','\x3e','\x46','\x0e','\x86','\x3a','\x52','\x14','\x77','\xf1','\x75','\x77','\xec','\xc3','\x2d','\x7d','\x11','\x8d','\x90','\x48','\x26','\x98','\xb2','\x43','\x9a','\x7b','\x60','\xfa','\x0a','\x97','\xcf','\xc3','\x5f','\x87','\x56','\x02','\x40','\xe9','\xa0','\x9a','\xe6','\x56','\xa2','\xb9','\xfa','\x17','\xf0','\xed','\xda','\xe7','\x71','\x82','\xbc','\x4e','\xc4','\x24','\xbd','\x17','\x6a','\xb6','\xc5','\x6f','\x74','\xa7','\x37','\xe2','\x80','\x84','\x06','\xce','\xc8','\x03','\x5f','\x3a','\x3b','\x1a','\x30','\x63','\xb9','\xcd','\x18','\xbe','\x96','\x27','\xb5','\x6c','\xe0','\x9a','\x99','\xdb','\x24','\xb8','\x0a','\x7c','\x29','\xb4','\x42','\xa6','\x2d','\x47','\x9f','\xb6','\xf9','\xcc','\x31','\x30','\x1d','\xf4','\xdf','\x3b','\x62','\x3f','\x67','\xc3','\xb1','\x7f','\x1f','\xe3','\x1f','\x06','\xfb','\x67','\x0f','\xf7','\xcd','\x1e','\x39','\x3c','\x7b','\x24','\xf9','\x8b','\x64','\xf2','\x3b','\xb3','\xb3','\xdf','\x9d','\xfa','\x34','\x47','\xa2','\xfc','\x74','\x9c','\x96','\x59','\xa0','\x8b','\xe8','\x8d','\x32','\x16','\x94','\x32','\x50','\xb4','\x08','\xfe','\x9d','\xde','\x9f','\xd1','\xed','\xca','\x0c','\x9d','\x9f','\xa1','\x19','\x8e','\x93','\xa3','\x99','\x93','\x87','\x33','\x33','\x47','\x38','\xe6','\x67','\x66','\x33','\xfa','\x54','\x07','\xe5','\x8c','\x1e','\x68','\xe9','\xf4','\xfa','\x3c','\x2d','\xe5','\x29','\xd6','\x1c','\xf8','\x1c','\x81','\x0f','\x04','\x53','\x11','\x38','\x77','\xa8','\x06','\x09','\xf5','\x13','\x2d','\xca','\x47','\x3b','\xc4','\x37','\xfb','\x5e','\xdf','\xc0','\xc5','\xec','\xd1','\x6f','\x64','\x63','\x7b','\xb3','\xb1','\xb1','\x6c','\x7e','\x6f','\x36','\xbb','\x37','\x6b','\x8e','\x65','\xc9','\x5e','\x0e','\xd2','\xc6','\x81','\x51','\x12','\xa5','\xdd','\x75','\xd0','\xde','\x6f','\x67','\xec','\x9f','\x67','\xda','\xad','\x99','\x5d','\xd6','\xb6','\xff','\xce','\xed','\x79','\x8c','\xe0','\x5c','\xc6','\xd3','\x82','\xf3','\x53','\x72','\xbb','\xf3','\xd3','\xee','\xf9','\x72','\xce','\xe3','\x9c','\x96','\xa9','\xaa','\x19','\x3a','\xf4','\xcc','\xc0','\xaf','\xfe','\xf9','\xc0','\xff','\xf1','\xe7','\x47','\x9f','\x33','\x21','\xae','\x95','\xf8','\xf3','\xbc','\x67','\x35','\xeb','\x59','\x33','\xdb','\x24','\x30','\x26','\xe9','\x3d','\x07','\xd6','\x8b','\xc3','\xaf','\xee','\xc4','\x13','\x7a','\x05','\xf9','\x0f','\x13','\xe4','\x3f','\x9a','\xb0','\xf4','\x24','\x14','\xea','\x89','\x0c','\xb8','\xb9','\x8b','\xf1','\xe6','\xd1','\xaf','\x91','\x98','\x82','\x62','\x1d','\x2a','\x2a','\x33','\xd5','\xba','\x8d','\x7d','\x18','\xac','\x8a','\x96','\x79','\x1c','\xd0','\x5a','\xc8','\x2e','\x2f','\x77','\xfe','\xd8','\x08','\x51','\x34','\x50','\x76','\x07','\x5f','\x6e','\x8d','\x6e','\xc2','\x43','\x62','\x0e','\xc5','\x9f','\xb4','\x6a','\x7a','\x56','\xc9','\x1d','\xdb','\xbc','\x34','\x1d','\xbe','\xf7','\xed','\xbe','\x78','\xb7','\xdf','\x5f','\xe0','\xa7','\xa0','\x58','\x04','\x42','\x2e','\x6d','\xb9','\x7a','\x3b','\x79','\xe8','\x32','\x2c','\x57','\x64','\x79','\xd7','\xc1','\x67','\x76','\xcd','\x70','\x1f','\xd0','\xb8','\xeb','\x0b','\x69','\x9c','\x63','\xee','\xbd','\x74','\xbf','\x5b','\xde','\x4e','\xfc','\x0b','\xba','\xad','\xad','\xbc','\xee','\xed','\x23','\xf8','\x9a','\x87','\xce','\x07','\xe9','\xa8','\xe6','\xf8','\x29','\x5d','\xfd','\xec','\xbc','\xcf','\x11','\xfb','\x06','\x81','\xae','\x70','\x40','\x0a','\x41','\x42','\x2a','\x19','\xe0','\xb8','\xd8','\x3c','\x6a','\x5c','\x89','\xc9','\xd5','\x98','\xef','\x4a','\x9e','\x6c','\x66','\xc9','\x5f','\x9b','\x60','\xbc','\xfd','\x10','\xf8','\x1b','\x59','\xbb','\xaf','\x3d','\xf4','\xe5','\xec','\xe2','\xbb','\x80','\xb8','\xba','\xed','\xd0','\x8e','\x01','\xdd','\x16','\xac','\x1f','\x6e','\x47','\xbc','\xdc','\x18','\xdd','\x84','\x3e','\x80','\x1c','\xf9','\x70','\x03','\x5c','\x78','\x25','\x42','\x64','\x67','\x77','\x6b','\x10','\x7f','\xb6','\x6f','\x89','\xfb','\x19','\x40','\x28','\xbe','\x25','\x0a','\x42','\xdc','\x64','\x05','\xbd','\x83','\x8f','\x5e','\xb4','\xdb','\xfe','\x69','\xe2','\x7a','\x36','\x1e','\x35','\x9d','\x96','\x88','\x89','\xeb','\x37','\xf7','\x1f','\x74','\x8e','\x3e','\xdb','\xf1','\x70','\xc1','\xbb','\x2e','\x34','\x66','\x3b','\xae','\xc5','\xed','\x9f','\x97','\x9b','\xe2','\x5c','\x8f','\xec','\xb0','\xc3','\x11','\x24','\xa9','\x13','\x2e','\x76','\xa8','\x4f','\xc4','\xf9','\xbb','\xe5','\x73','\xc3','\xae','\x96','\x09','\x29','\x93','\xd8','\xd3','\xfc','\x69','\x41','\x0d','\x83','\xdc','\x90','\xe9','\xd1','\x73','\xcd','\x61','\x73','\xa7','\x7c','\xee','\x16','\x65','\x04','\xfc','\xd0','\x6e','\x1e','\x18','\x20','\xdf','\x70','\xce','\x97','\xc5','\xeb','\xdd','\xbc','\x2f','\x08','\xca','\xcb','\x04','\xe2','\x7e','\x9d','\x5e','\xe4','\xe2','\x94','\xbc','\xe2','\xbc','\xff','\x0e','\x7e','\x1b','\xb4','\xcd','\x6f','\x73','\x33','\xc5','\xcd','\x02','\x92','\x90','\x81','\x83','\x37','\xbb','\xa8','\x98','\xce','\x25','\x21','\xfe','\x86','\x22','\xc7','\x30','\x7d','\xcc','\x06','\x07','\xf0','\x0b','\x25','\xfb','\xbd','\x96','\xe4','\x2a','\x71','\x24','\xd4','\x56','\x42','\xe5','\xd7','\x52','\xea','\x06','\xc6','\x12','\x76','\xf7','\x8c','\xc9','\x6e','\xc2','\x6e','\x09','\x41','\x7b','\x68','\x21','\x48','\x53','\x35','\xc7','\xee','\x75','\xe2','\x6c','\x51','\xe8','\x28','\xea','\x5d','\x63','\x76','\x9d','\xdf','\xd4','\x09','\x9c','\x74','\xb0','\x50','\xaa','\x3e','\xc0','\xd0','\xc0','\x9a','\xb0','\x13','\x18','\x82','\xf9','\x4a','\xd9','\x59','\x84','\xcd','\x6d','\xfe','\x96','\x97','\x88','\x5d','\x25','\x16','\x1c','\x4f','\x77','\xf3','\xe9','\x01','\x59','\x4a','\x7d','\x9b','\xc9','\x0a','\xd6','\x8f','\x20','\x93','\x39','\x5a','\xc2','\xb1','\x4c','\x06','\xf4','\x72','\x34','\x9a','\xf5','\xf9','\xcc','\x3d','\x7b','\xc0','\x59','\x7e','\xb1','\x42','\x4a','\x25','\x38','\x28','\x1c','\x1b','\x03','\x6f','\x09','\x21','\x8f','\x9b','\x45','\x4f','\x34','\x52','\x6f','\x33','\xa6','\xb3','\x91','\x99','\x54','\x7c','\x26','\xcc','\x4e','\x22','\xfb','\x7f','\x36','\x0a','\xc7','\x69','\x7c','\x9a','\xc5','\xb5','\x9a','\x36','\xfd','\xc2','\xb1','\xd7','\xc2','\xc6','\x8f','\x71','\xbb','\x6c','\xf9','\x76','\x71','\xc8','\x60','\x9a','\x9b','\x09','\xad','\xf6','\xf9','\x69','\x2e','\x69','\xbf','\xc6','\x68','\x8e','\xd1','\x47','\xc7','\xf8','\x75','\x34','\xc7','\x0e','\x3f','\x3a','\x76','\x24','\xc7','\x38','\x66','\x73','\x6c','\xea','\xd1','\xb1','\x29','\x7e','\x3d','\xce','\xca','\x3a','\xa3','\x33','\x8c','\x9e','\x64','\xe2','\x5f','\x89','\x72','\x6c','\x0d','\x75','\xf7','\x15','\xba','\xbd','\x5d','\xc7','\xc7','\xc7','\xe0','\x4a','\x79','\x39','\xb6','\xdb','\x97','\xdf','\x1d','\xcc','\x26','\x14','\x53','\x5f','\x25','\xfa','\x2d','\x7a','\x79','\x27','\x2f','\x8d','\xfd','\xf5','\xb6','\x30','\x6c','\x9f','\x5b','\xa9','\xe6','\xc0','\x73','\xe6','\xd1','\x8b','\xd0','\x87','\x42','\x9c','\xa7','\xc4','\x85','\x7d','\x78','\x9b','\xbe','\x66','\xc0','\xcf','\xe6','\xe8','\x44','\x88','\x03','\xb8','\xed','\x95','\x6d','\xb7','\x17','\xfc','\x5c','\x08','\x89','\xd3','\xa3','\x17','\xa0','\x2f','\x8f','\x90','\x87','\x25','\x88','\xdb','\x80','\x91','\xc9','\x77','\x44','\x64','\x3b','\xd4','\x96','\xee','\xea','\x0b','\x9c','\x72','\xf4','\xa9','\x70','\xbe','\xf6','\x72','\x69','\x2f','\x94','\x69','\x6e','\x99','\x6b','\xc3','\xa3','\x12','\x38','\x5f','\x22','\xfe','\x23','\xce','\x1d','\xf8','\xe2','\x77','\x8b','\x1d','\xc1','\x77','\x3d','\x7f','\xb1','\x41','\x11','\x07','\xd8','\xea','\xf3','\x58','\x14','\xe4','\x6c','\x57','\x64','\xf2','\x52','\x04','\x7e','\x26','\x60','\x86','\x7a','\x4b','\x03','\x43','\x99','\x81','\xc5','\xf4','\xd1','\x52','\x24','\x46','\x58','\x8c','\x06','\xf3','\xcc','\x9f','\x7d','\xb9','\x75','\xfb','\x78','\x2f','\x97','\x35','\xbf','\x8d','\x09','\x5f','\xd2','\x22','\x1d','\xd2','\x7e','\x5d','\x87','\xe6','\x89','\x7a','\x86','\x9b','\x6d','\x03','\xd7','\xbf','\x16','\x5c','\x20','\xa1','\x1e','\x74','\x14','\xa1','\xe1','\x55','\x32','\x7c','\xb1','\x4b','\xbf','\x6f','\x11','\x37','\x75','\xfa','\x05','\xdf','\xe2','\x57','\x42','\x4b','\x30','\xe7','\x74','\x0c','\xd6','\x61','\x84','\x88','\xb8','\xba','\x19','\x53','\x41','\xf5','\xec','\x7c','\xce','\x69','\x70','\xcf','\x5d','\x8b','\xe0','\x70','\xa1','\x16','\x54','\xfd','\xd1','\x0c','\x0d','\x14','\x03','\xf6','\xf5','\x3e','\xa4','\xdb','\x48','\x07','\xbd','\x3c','\x0e','\x18','\x1d','\x3f','\x79','\x78','\xfe','\xe4','\x11','\x34','\x73','\x04','\xcf','\xcc','\xda','\x33','\x53','\x58','\x9f','\x72','\xeb','\x53','\x54','\x2f','\x87','\xf5','\x40','\x53','\xa7','\x8d','\x79','\x2e','\x20','\x05','\x31','\x04','\xd8','\x96','\x72','\x44','\xe6','\xab','\x40','\x7e','\x5e','\x5e','\xb1','\x57','\xb4','\x0d','\xed','\xe0','\xc6','\xc1','\x91','\x8d','\x11','\x62','\x13','\x79','\x43','\x56','\x36','\x94','\x7d','\x1b','\x7b','\x5b','\xb6','\xfd','\xf8','\xc6','\x63','\x69','\x94','\xde','\xee','\xd8','\xfb','\xcb','\xb6','\x9c','\xc7','\x90','\x0d','\xdd','\xf1','\xbf','\xba','\x78','\x7b','\xbc','\x4f','\x1f','\xb4','\xff','\xcb','\xdd','\x70','\x2f','\x78','\x7b','\x42','\x7b','\x27','\x07','\x3c','\x68','\xa0','\x64','\x40','\xbc','\x97','\x26','\x63','\xf1','\x70','\xfe','\x45','\x9c','\x25','\x69','\x73','\x27','\x6f','\x0f','\x6c','\xf3','\x24','\xf2','\x79','\x0a','\x5b','\xee','\x4f','\x3b','\x7e','\xd8','\x61','\x7a','\x0c','\xf1','\x45','\xb8','\xb5','\x0e','\xf9','\xf8','\xc0','\x79','\xc1','\x72','\x36','\xd5','\x14','\xf1','\x96','\x2d','\x6a','\x9d','\xd3','\x1d','\x7b','\x1e','\x2a','\x4d','\x84','\xb1','\x2a','\xce','\xa9','\x5b','\x4d','\x32','\xbe','\x04','\x98','\x6f','\x86','\x94','\xf4','\x40','\x50','\x1b','\x28','\x2f','\x09','\xb9','\x61','\xc4','\x0a','\xcb','\xf9','\x62','\x33','\xbb','\x66','\x7c','\x69','\x47','\x1f','\x96','\x4e','\x1f','\x8d','\x6e','\xfd','\xe5','\x90','\xbd','\x3b','\xf3','\xc8','\x08','\x6c','\x2e','\x03','\x0d','\x2c','\x58','\xa3','\x87','\x9e','\x69','\xc7','\x37','\x0e','\x3d','\xd3','\xf6','\x73','\x6f','\xe9','\xdf','\x14','\x4c','\xfb','\x20','\x7a','\x37','\x63','\xd2','\xf9','\x6c','\x5f','\x26','\x6f','\x5f','\xce','\x73','\xdd','\x1e','\xe0','\x8e','\xc2','\x7d','\x64','\xf4','\x3e','\xf3','\xf0','\x7d','\xd9','\x23','\xc5','\xfc','\x91','\xfb','\xf2','\xb3','\xf7','\x91','\x29','\x8e','\xa2','\x7f','\xea','\xd8','\x68','\xf9','\xd8','\x9b','\xf4','\x18','\x01','\xac','\x13','\xba','\x00','\x91','\x89','\x80','\x44','\xfe','\x71','\xfd','\xec','\xb6','\xaa','\xb7','\x6e','\x95','\x3f','\x11','\x99','\x1e','\xf6','\x81','\xa7','\x30','\x2d','\xf7','\x1f','\x2b','\xdb','\x0b','\x2b','\x40','\x06','\x92','\x8c','\xd2','\x7b','\xec','\x51','\xa6','\x1d','\xd6','\xb4','\x23','\x27','\xb4','\x23','\xba','\x36','\x7b','\x3d','\xff','\x69','\x7d','\x7e','\x4a','\xd7','\x38','\xca','\xba','\x06','\x2d','\x57','\x1e','\xd6','\xe8','\x4c','\x8d','\xce','\x14','\xe8','\x4c','\x8a','\x9e','\xf4','\x6d','\xaf','\x67','\x6e','\x3f','\x3b','\xfa','\xb4','\x6d','\x6f','\xf4','\x71','\x8d','\x03','\x26','\x07','\x85','\xfd','\x3e','\x5c','\x32','\x62','\xbe','\xa5','\x3c','\xf9','\x58','\x36','\x98','\x31','\x47','\xf3','\x24','\xbf','\x9f','\x1b','\xdb','\xb0','\x0d','\x8b','\x17','\xc8','\x28','\xa4','\x3a','\x6c','\xcb','\xc3','\xe3','\x72','\x7f','\xae','\x69','\xbf','\x2a','\xf3','\x1b','\x40','\xae','\x31','\x7a','\x5c','\x3e','\xac','\xa1','\x23','\x1c','\x27','\xbf','\x31','\xfb','\xe8','\xc5','\xa9','\x93','\xdf','\x70','\x50','\x3e','\xf9','\x0d','\xfa','\xe8','\xf7','\x28','\xbf','\x76','\xc9','\xc3','\x20','\x2a','\x50','\x74','\x92','\xf2','\xed','\x80','\x8e','\xf7','\xa7','\x35','\xfe','\xf5','\xa1','\xc6','\x75','\x86','\x63','\x66','\xf4','\xc4','\x89','\xc3','\x33','\xd1','\x23','\x80','\xd8','\x6c','\xf1','\xcf','\xa7','\x66','\xf6','\x4f','\x4d','\x26','\xa7','\xfe','\x17','\xa5','\xfc','\xdf','\x9f','\xa2','\xff','\xed','\x3f','\xd2','\x6f','\x7e','\x8b','\x2e','\x3d','\x12','\x78','\x26','\x13','\x20','\x67','\xfa','\x90','\xe4','\x73','\xcb','\x64','\xc2','\x07','\xdb','\x36','\x50','\xf6','\x96','\x15','\xdb','\x8a','\x6c','\xed','\xe5','\x6d','\x79','\xe8','\xd8','\x87','\xae','\xce','\x79','\x9c','\x47','\x04','\x5b','\xc0','\x1e','\xeb','\xea','\x4f','\xd4','\xd5','\xcf','\x6e','\x07','\xd9','\x60','\xaa','\xd9','\x5e','\xcf','\xdc','\xfe','\x59','\x58','\x89','\xb9','\x4c','\x88','\xd3','\x06','\x71','\x16','\x31','\xf3','\x76','\xfd','\xec','\x7c','\xee','\x24','\x28','\xc1','\xbb','\x99','\x77','\x79','\xc4','\xfe','\xef','\x76','\x70','\x2f','\x0b','\xa1','\xd9','\xa3','\xee','\xd9','\xe1','\x67','\xbf','\x73','\xea','\x4f','\xbf','\x9b','\xdd','\x75','\x8f','\x79','\x77','\x9c','\x1c','\x67','\x9d','\xc2','\x3d','\x31','\xef','\x07','\x11','\x34','\xfb','\x78','\xc5','\x10','\x49','\x5c','\xf3','\x3e','\x51','\x67','\xd7','\xdd','\xf7','\x16','\xe4','\xe1','\xab','\xfb','\xc8','\xf4','\x1a','\x71','\xaf','\x91','\x7d','\x33','\xc1','\x83','\xe3','\xa1','\x7d','\x8b','\x03','\xbf','\xb6','\xfb','\x68','\x89','\x0e','\x7f','\xb5','\xc1','\x5d','\xb9','\xbc','\xcb','\xca','\x1e','\x3a','\xdb','\xe5','\xa7','\x6c','\x35','\x3d','\xbf','\xf5','\x39','\x77','\x83','\xfa','\xd8','\xf7','\x1d','\x72','\xf0','\x78','\x70','\xdf','\x46','\xe8','\xd7','\x76','\x0f','\xf8','\xe8','\xd1','\xe7','\x1b','\xc3','\x5c','\xf5','\xf0','\xf1','\x11','\x14','\x9a','\x6d','\x39','\xe6','\x5a','\x81','\xdd','\x5a','\x6c','\x92','\x54','\x89','\x6b','\x8a','\xae','\xbe','\xa5','\x93','\x40','\x8a','\xb5','\x08','\x5c','\xfa','\xfc','\x6f','\x7d','\xdc','\xd9','\x91','\x7a','\xb8','\x52','\x1e','\x58','\x46','\xa3','\x1e','\xae','\xbf','\xe4','\x98','\x7d','\x36','\x2f','\x05','\xc1','\xee','\x7d','\x37','\x4d','\xfa','\x35','\x92','\x48','\x92','\xa1','\x30','\x9f','\x23','\xef','\x39','\x0c','\x59','\xa1','\x92','\x41','\x87','\x64','\xe0','\x91','\x18','\x92','\xfb','\x87','\x3e','\x04','\xf3','\xce','\xff','\x08','\x9f','\x34','\x46','\x25','\x74','\x38','\xd5','\x38','\x32','\x24','\x73','\x00','\xd9','\x97','\x84','\xa6','\x30','\x50','\x82','\x94','\x89','\xa0','\xc8','\x49','\x59','\x54','\xad','\x53','\xcf','\x28','\x0d','\xfa','\x68','\x0d','\x07','\x51','\x9a','\xe2','\x02','\xb5','\xe1','\x0c','\xab','\x8f','\x6a','\x76','\xbf','\x0e','\xc7','\xf1','\x93','\x57','\xe8','\xe4','\xd9','\xd1','\x49','\xf3','\xf0','\x1f','\x65','\x8f','\x4c','\x72','\xdc','\x3b','\x3b','\x39','\x35','\x35','\x37','\x35','\x35','\xf9','\xc0','\xd4','\x24','\x2b','\x4f','\x32','\x3a','\x99','\xa4','\x73','\x27','\x03','\xaf','\x67','\xe9','\xe5','\xab','\x74','\xa9','\x44','\xef','\xc0','\xed','\x78','\x6f','\x80','\x7a','\xcf','\x53','\x38','\x74','\x08','\x50','\x40','\xb8','\x01','\x34','\x12','\x5c','\xc8','\xa7','\x5a','\xa0','\x97','\xd7','\x48','\x4c','\xb4','\x76','\x02','\x0a','\x5f','\x2e','\xc7','\xb6','\xd8','\x35','\x65','\x61','\x1f','\x06','\xfd','\xa4','\x26','\xdd','\xc4','\x57','\x09','\xa4','\x4f','\xed','\xbc','\x0b','\x61','\x67','\x8a','\xa3','\x90','\xa3','\x17','\x9a','\x31','\xd9','\xc9','\xd7','\x1a','\x6f','\xeb','\x53','\xe8','\x05','\xdf','\xec','\x8e','\x4b','\x74','\xf3','\xd7','\xf5','\xa7','\x1a','\x5b','\xe4','\x75','\xfc','\x7d','\x0e','\x23','\x7c','\xc4','\xb6','\x8f','\x4c','\xa2','\xe4','\x24','\x99','\xfd','\xa3','\xd6','\xd4','\xa4','\x09','\x98','\x5b','\x2e','\x4f','\x4e','\xd1','\xc9','\x07','\xe8','\x24','\x0b','\x34','\xe7','\xe8','\xeb','\x57','\xe9','\x19','\x4c','\xdd','\x3b','\xe3','\xd8','\xdc','\xef','\xde','\xdc','\xd6','\x92','\xb0','\xd9','\x85','\x29','\x7e','\xb4','\x94','\x89','\x15','\x8b','\xdc','\x94','\xca','\x67','\x32','\xd9','\x4c','\xc6','\x9c','\x9f','\xdf','\xea','\x7f','\x07','\x10','\x7f','\x04','\x3f','\x57','\xaa','\xc3','\x59','\x58','\x0f','\xf2','\x5e','\xa8','\xdb','\x97','\x44','\xeb','\xc3','\x1e','\xc5','\xd7','\x43','\x07','\xa4','\xc6','\xc0','\x42','\x7d','\x60','\x59','\x1e','\x1d','\x1d','\x1d','\x7e','\xa5','\x16','\x8b','\x44','\x4e','\xbd','\xd7','\xca','\x46','\x22','\x66','\x24','\xe2','\x7f','\xcf','\x26','\x7c','\xc1','\xec','\xdd','\x4b','\x86','\x86','\x48','\x2a','\x45','\x42','\x21','\x98','\xaf','\xe5','\x02','\xe5','\x7a','\xed','\xaf','\xec','\xbe','\x2b','\x96','\x7d','\xc5','\x80','\x1e','\xa6','\xdf','\x57','\xe8','\x5f','\x2b','\xa3','\xd7','\xec','\xc3','\x57','\xd0','\x11','\x8e','\xef','\xb7','\x66','\xbf','\x5f','\x9a','\x02','\xb4','\xf8','\xb5','\xfc','\x4e','\x89','\xfe','\xb0','\x45','\xd7','\x4b','\x1d','\x7c','\x8d','\xae','\x9b','\x3e','\x58','\x93','\x26','\x91','\xee','\x25','\x43','\x9f','\xf4','\x3e','\x3d','\x64','\xbf','\xb4','\x97','\xb8','\xef','\x26','\x72','\x90','\xfc','\xca','\xcf','\x42','\x11','\x0c','\xfe','\xc5','\x15','\x91','\x9f','\xe0','\xc4','\x49','\x08','\xcd','\xfa','\x1b','\x26','\x12','\xfe','\x05','\xb7','\x7c','\x7a','\x22','\xdb','\xf9','\x2d','\xed','\x7c','\x09','\x60','\x2f','\xf4','\xae','\x88','\xb8','\x96','\x3b','\x0d','\x39','\xb3','\xb6','\xf0','\x53','\x52','\x8d','\x81','\xe7','\xe8','\xd1','\xe7','\x28','\xe4','\xa5','\xa8','\x34','\xaf','\x02','\x05','\xa2','\x09','\x09','\xc9','\x72','\x87','\x0a','\xa9','\xc7','\xbb','\xed','\xa7','\x2c','\x77','\xfc','\x8b','\xa5','\x36','\x09','\x39','\xf7','\x19','\x64','\x65','\xa0','\x38','\x3f','\xb0','\xac','\x70','\x8c','\xfa','\xee','\x8a','\x35','\x6c','\xd8','\xa7','\x08','\x65','\x8b','\x2d','\x73','\x27','\x5f','\x1c','\x61','\x45','\x62','\x8d','\x05','\x89','\x45','\xcd','\x2b','\x34','\xfb','\x12','\x04','\x41','\xf2','\x82','\x24','\x87','\xab','\x87','\x08','\x5f','\x0d','\x6c','\x54','\x4e','\x1f','\x2e','\x36','\x8f','\x48','\x88','\x63','\xb6','\xd8','\x84','\x7d','\x21','\xa8','\x72','\xca','\xd8','\xa0','\x24','\x0d','\xa5','\x3e','\x34','\x49','\x59','\x98','\x6a','\xa2','\xff','\x05','\xbc','\xdb','\xfb','\xc4','\x6d','\xe0','\xfc','\x02','\x05','\x37','\xf1','\xe8','\xcb','\x76','\x8c','\xa2','\x18','\xc5','\xf9','\xb0','\x9d','\xa5','\xd8','\x44','\x51','\x72','\xdf','\x08','\xb9','\xef','\x2b','\xa4','\x5a','\xf2','\x9a','\xc4','\x6b','\xcc','\x89','\xde','\x4a','\xed','\xa4','\x02','\x42','\xd3','\x5e','\xa5','\x64','\x5f','\xb4','\xc9','\x13','\x0c','\x8e','\x50','\xe3','\x63','\xa1','\x83','\xa1','\x81','\x24','\x1a','\x78','\xae','\x71','\x74','\x0d','\xc5','\x52','\xdc','\x05','\x43','\xf9','\x44','\x33','\x1b','\x41','\x66','\xae','\x09','\x99','\x90','\x1f','\x6b','\x91','\x0a','\x26','\x25','\xec','\xf5','\xb4','\xb8','\x35','\xbe','\xd3','\x8e','\x52','\xec','\xcb','\x0a','\x71','\x47','\x9d','\x29','\xb8','\xd9','\xce','\x74','\xfc','\xc1','\x1e','\x04','\x76','\x42','\xec','\x0a','\x84','\x7c','\x21','\xde','\xdb','\xef','\xc4','\x7b','\x7d','\xaf','\x20','\xb2','\x6e','\x15','\xdf','\xe1','\xee','\xbc','\x1d','\x91','\xe4','\xd4','\xcf','\x4d','\x76','\x70','\xf3','\xa3','\xac','\xf0','\x59','\x16','\xb9','\x8f','\x15','\xce','\xb1','\x1f','\xa3','\xe9','\x73','\xd2','\x75','\x0c','\xe7','\xb1','\x5b','\x72','\xb5','\x1d','\x7f','\xbe','\x49','\x9f','\xa6','\x69','\xb2','\x00','\xc1','\xba','\x96','\x46','\x2b','\xdc','\x6e','\xd1','\x81','\x8e','\xac','\x72','\x25','\x58','\x39','\x7b','\xb8','\x65','\x1e','\x71','\x65','\x8f','\xb0','\x6c','\x92','\x65','\x3f','\x6f','\xef','\x9f','\x62','\x1c','\xc9','\xa9','\x79','\xa5','\xac','\x2b','\x54','\x4f','\xd2','\xcc','\x7e','\x71','\x6e','\x7e','\x7f','\x60','\xb4','\xd4','\x17','\xc0','\x41','\x87','\xf7','\x8c','\x4f','\x01','\x4e','\xf7','\x13','\x66','\x97','\xc3','\x94','\xf9','\xe8','\xd5','\xeb','\x54','\x9c','\xb8','\x1e','\xce','\x64','\x8e','\x14','\x8b','\x47','\x32','\x99','\xd9','\x4c','\x66','\x8a','\x63','\x7e','\x7e','\x0a','\xa1','\xb2','\x12','\xa1','\xc1','\x24','\xec','\xe7','\x91','\x93','\x74','\x6f','\x86','\xa6','\x17','\xe9','\x82','\x23','\x37','\xda','\xac','\xd7','\xde','\x27','\x97','\xed','\xff','\x71','\x16','\x02','\x17','\x6a','\x99','\x0c','\x7f','\x25','\xf4','\x6b','\xdf','\x18','\xe0','\x2e','\x21','\xf7','\x77','\x8c','\x4e','\x1c','\x80','\xcb','\x9f','\x44','\x75','\x3b','\x0e','\x90','\xa8','\x6e','\x39','\x47','\x37','\xf3','\xbc','\xbd','\x46','\x81','\x29','\x0e','\xed','\x0b','\xff','\xac','\x35','\xaa','\x59','\x31','\x41','\xf5','\xe6','\xf0','\xbc','\x41','\x26','\xc7','\x76','\x36','\xfe','\xcd','\xf6','\x86','\xa8','\x34','\x14','\xa3','\xc7','\x5d','\x48','\x54','\x0b','\xd7','\x76','\x10','\xc7','\x25','\xfd','\xad','\x8f','\xd6','\xe0','\x69','\xd9','\x47','\x5b','\xfc','\x51','\xfe','\x1a','\x9c','\x1b','\x6d','\x3d','\xcd','\xf5','\xc3','\x9a','\x9f','\x16','\xdb','\xe7','\x20','\x43','\x5c','\x11','\xbf','\x40','\xf6','\x31','\x0e','\xef','\x37','\xa3','\x50','\x9f','\x34','\x98','\x06','\x4d','\x94','\x42','\xa1','\x7d','\x78','\x60','\x5f','\x71','\xe0','\x9b','\xe8','\xe8','\x45','\x23','\x16','\x41','\x1f','\x1c','\xef','\x0d','\x1a','\x82','\x0c','\x8d','\xff','\x12','\xcb','\xe8','\xbb','\xda','\xb0','\xaf','\x2c','\x53','\x0e','\xd1','\x3b','\x35','\x69','\xb7','\x46','\x2d','\x74','\xf8','\x6a','\xe3','\xf0','\x15','\xf9','\x0f','\xae','\x36','\xa6','\xae','\xc8','\x53','\xe2','\x5a','\xe6','\x7f','\x7b','\x19','\xd1','\x97','\x66','\xe9','\x26','\x85','\x7c','\x4f','\x41','\xcc','\xe5','\x03','\x9a','\xf7','\xa2','\xa8','\xa3','\xc0','\x5c','\xb2','\xd9','\x25','\xbc','\x75','\x1f','\xe2','\x4e','\xa5','\x62','\x0c','\x3c','\x53','\x3b','\x5a','\xae','\x42','\x7e','\x0b','\x33','\xf2','\x85','\xe5','\xec','\xc5','\xe6','\x97','\x76','\xb4','\xfc','\x2b','\x6d','\xc7','\x0f','\xb7','\xf5','\xa9','\xdb','\xe6','\xcb','\x72','\xc6','\x24','\x77','\x3f','\x4b','\x0e','\x8e','\x84','\xee','\xa9','\xb7','\xe5','\x2a','\xb7','\x57','\xf7','\xee','\xe5','\xc8','\xa7','\x5a','\x22','\x45','\x01','\xef','\xb0','\x33','\xb7','\xf2','\xa8','\x3b','\x4d','\xed','\xbd','\x8f','\xfe','\xc2','\x5e','\x40','\xa4','\x37','\x4a','\x0e','\x3d','\x41','\xa6','\x37','\x42','\xdc','\x08','\x2f','\xc2','\x51','\xe3','\xd1','\x32','\x8d','\x89','\xd6','\xa8','\x90','\xef','\x17','\x6e','\x98','\x5b','\x6e','\x8e','\x13','\x97','\x08','\x8a','\xb8','\x04','\xd8','\xe1','\x7a','\xfb','\x1c','\x3f','\xaa','\xc3','\x3e','\xd5','\xc4','\xd1','\x9e','\x13','\xaf','\xe3','\xae','\xbf','\x6d','\x8f','\x6e','\x18','\x31','\x8f','\x1c','\x0b','\x9c','\xcd','\xe7','\xcc','\x2c','\xbe','\x66','\x42','\x0b','\xe6','\x6b','\x04','\xff','\x98','\xd0','\xab','\xa4','\x56','\x81','\x76','\x8d','\xd0','\x6f','\x82','\xd2','\x80','\xd0','\x3b','\x11','\x1a','\x38','\xd6','\x68','\x2d','\x8b','\x4e','\xdb','\x9b','\x7d','\x74','\xb7','\x3d','\xba','\x8f','\x1d','\xce','\x68','\x47','\x7e','\x79','\xe9','\xf0','\x8d','\x89','\xd9','\xb8','\x3e','\xc5','\xfe','\xdd','\xa7','\x7f','\x35','\xf2','\xe9','\xef','\xb2','\xf3','\xdf','\x3d','\x19','\x58','\xfb','\xf3','\x80','\x1a','\x0d','\x8c','\x7c','\xb8','\x8f','\xed','\xa5','\x6a','\x8d','\x6f','\xab','\xb6','\xfe','\x52','\x29','\x47','\xbf','\x4a','\xed','\x8b','\x0d','\xe7','\x3e','\xa8','\x52','\x50','\xee','\x8c','\x1e','\x11','\x7d','\x48','\x3e','\xef','\x3e','\xfd','\xe9','\x96','\xfd','\xe9','\x7d','\x4f','\x71','\x9c','\xdf','\xf7','\x54','\xa0','\xd9','\x0a','\xf0','\xab','\x03','\x7e','\xef','\x3e','\x1d','\xdc','\xeb','\xa6','\x89','\x12','\x4d','\x60','\xfa','\x6f','\xff','\x1b','\xbd','\x3c','\x65','\xff','\xe6','\xaf','\xd3','\xcf','\xfc','\x06','\xbd','\xa7','\x42','\xf7','\x4d','\x8e','\x4e','\xde','\x7b','\xf8','\x37','\x3f','\x09','\xaa','\xf0','\xde','\xde','\x59','\xc9','\xe0','\xf2','\x90','\x0b','\xc3','\x29','\x4f','\xba','\xec','\x8f','\xd0','\x3b','\xb7','\x79','\xc3','\x02','\x82','\x27','\x19','\xf8','\xc7','\xb8','\xc9','\xb1','\xe8','\xa6','\xf7','\xff','\xb4','\x3f','\xaf','\xdb','\x6f','\xe6','\x69','\xfe','\x24','\xf5','\xd7','\x42','\x44','\x3b','\x12','\x2c','\x1c','\x89','\xe5','\x93','\x3f','\xbb','\x9e','\x4c','\xe3','\xbf','\xff','\x39','\x5d','\xbc','\x85','\x7d','\xcd','\x79','\xbb','\x43','\x60','\x48','\x45','\x9a','\xd6','\xe1','\x17','\x2b','\x87','\x2f','\x67','\x38','\x66','\x5f','\xac','\x4c','\xad','\xe3','\xa9','\x4b','\x78','\xea','\xea','\xf5','\xf2','\x95','\x28','\x75','\xc0','\xc5','\xc2','\x56','\x1f','\xd5','\x74','\xdb','\x00','\xa6','\x39','\xda','\x7f','\x5c','\xb1','\x5f','\x7d','\x0a','\xfe','\x78','\x5c','\xa1','\x27','\x5e','\x18','\xd5','\x5f','\x38','\xfc','\xbb','\xbf','\x79','\xe4','\xf1','\x7f','\x7d','\xe4','\xf8','\x5d','\xb3','\xc7','\x95','\x29','\xad','\x36','\x65','\x59','\x53','\x2f','\x55','\xcb','\x66','\x2b','\x60','\x5a','\x01','\x62','\xf5','\x71','\xa5','\x40','\x2a','\xd4','\xe9','\x5f','\xb0','\x77','\x92','\xa4','\xe6','\x81','\x6a','\x95','\xfb','\x71','\xdf','\x9b','\xb3','\x5f','\x85','\x1b','\x32','\x36','\xc7','\x3f','\x1f','\xe0','\xf8','\xde','\xdc','\xc0','\x9f','\xee','\x1f','\x8d','\xcf','\xc4','\x8e','\x5f','\x86','\xfd','\x85','\x45','\x9c','\xdf','\x39','\x76','\x4f','\x69','\x44','\xb5','\x88','\x34','\x4b','\x48','\x88','\x14','\xb0','\xaf','\x47','\x26','\x83','\x3e','\xd1','\xac','\xc4','\xb1','\x9f','\x85','\x70','\x96','\x23','\x7e','\x9f','\x32','\xf0','\xcc','\xd4','\xc0','\xf9','\x37','\x83','\xf7','\x9c','\x1b','\x9d','\x2e','\x0d','\x2f','\x94','\xc1','\xcf','\x75','\xf2','\xbe','\xec','\xdb','\xe4','\x4b','\x74','\xcb','\x0d','\x37','\xaa','\x45','\xad','\xcb','\xa9','\x9f','\xb5','\xd8','\x25','\x85','\xad','\x2b','\xa9','\xf5','\x7d','\xcc','\xdf','\x62','\xc8','\x4a','\x59','\x97','\xd9','\xd5','\x16','\xb3','\xf8','\xcd','\xfb','\xcb','\x8d','\x0e','\x1f','\x3b','\x9c','\xe3','\xa7','\x6c','\xfb','\x95','\x12','\x99','\x5e','\x22','\x03','\x2f','\xb4','\xe3','\x63','\x47','\xff','\x62','\x60','\xc1','\x38','\xba','\x60','\x88','\x73','\x7c','\x94','\xff','\xc3','\x9f','\x64','\x7f','\xfd','\x93','\xe6','\xaf','\x7f','\x92','\x74','\xe3','\x0f','\x7f','\x42','\xa0','\x14','\xf4','\x66','\x3e','\xb4','\xde','\x5b','\xf9','\xd0','\xb6','\x9a','\x18','\x76','\xab','\x0c','\x71','\x9e','\x1b','\xea','\xc4','\xb5','\x82','\xa5','\x34','\xb5','\x0b','\x74','\x59','\xa3','\xcb','\x40','\xad','\x6c','\x9f','\xe6','\x6b','\x49','\x74','\x60','\x5f','\x9e','\x1f','\x5d','\x46','\x87','\x6d','\xc4','\xd7','\xf3','\x91','\x54','\x63','\x36','\x22','\x4f','\x09','\x7e','\x5a','\x7e','\x2d','\xb7','\xf9','\x69','\x2f','\x01','\xe8','\x06','\x65','\x5c','\xfe','\xcc','\x93','\x08','\x95','\x23','\x8a','\x5c','\xbc','\xcb','\x5e','\xb6','\x69','\x51','\x19','\x93','\x47','\xff','\xd5','\x7d','\xf7','\x2c','\xdf','\xf7','\x49','\xb9','\xa8','\x44','\x50','\x9b','\x3c','\xe1','\xba','\x36','\xf9','\x5f','\x97','\xdf','\xd8','\xf3','\xaf','\x0c','\x45','\x96','\x85','\x05','\x5a','\x08','\x2e','\x1a','\x01','\xcb','\x1d','\x52','\x7c','\x94','\xd2','\x70','\x43','\xf3','\xbf','\x65','\x04','\xf5','\x49','\x3a','\x39','\xdf','\x6f','\x5f','\xa6','\x93','\x93','\x7d','\x93','\x93','\xf6','\xcf','\xe6','\x02','\x1f','\x99','\x04','\xfc','\x6c','\x32','\x98','\x9e','\x3c','\x9c','\x9f','\x3b','\x7c','\x65','\x32','\x69','\x4f','\x1e','\x5a','\x9e','\xfc','\x83','\xe5','\xc9','\x29','\x7b','\x6e','\x6a','\x79','\x7f','\x79','\x79','\x3f','\xb5','\xf7','\xd3','\xe5','\xdf','\xa5','\xcb','\xbf','\x4e','\xed','\xdf','\xa0','\xc6','\x39','\xea','\xc2','\xb2','\xab','\x1d','\x62','\xa5','\xc7','\x0c','\x65','\xd0','\x18','\x7c','\x0b','\xdb','\x09','\x7b','\x36','\x8e','\x1f','\xc0','\xee','\xa0','\xfb','\x0d','\x2a','\x08','\xb2','\xa2','\xc8','\xca','\x20','\x0b','\xab','\xab','\xf6','\x3b','\xab','\xd8','\xb5','\xea','\x75','\x31','\xb2','\xa1','\xc8','\xc7','\x29','\xd5','\x83','\x8a','\xdb','\x1f','\x91','\x7d','\x16','\xc3','\xe8','\x18','\xa2','\x8f','\x59','\xf8','\x15','\x43','\x5a','\x30','\x7c','\xaf','\x18','\xb3','\x39','\xec','\x93','\x6c','\x12','\xc7','\x76','\xcb','\x4d','\xdd','\x6f','\xec','\x96','\xad','\x21','\x66','\xa5','\x1a','\xd6','\x13','\xcc','\x7a','\x5e','\x5d','\x4d','\xb4','\xc1','\x12','\x09','\x25','\xf1','\x73','\x9a','\xd0','\x83','\x09','\xb7','\x5f','\x92','\x7d','\x12','\x83','\x3a','\x71','\x45','\xf4','\x37','\x2f','\x85','\x5b','\x3a','\x23','\x2c','\x22','\xb3','\x8f','\x29','\x3d','\x25','\xe4','\xe6','\x4a','\xc9','\x8b','\xea','\xc4','\x2a','\xd0','\x02','\x63','\xa9','\xa4','\x16','\xe2','\x46','\x0e','\x42','\xc0','\x20','\x47','\x1d','\x62','\xa2','\x36','\x46','\xda','\xac','\x08','\x0e','\x6f','\xd8','\xb4','\x51','\xbc','\x01','\xbc','\x61','\x5e','\x09','\x93','\x0d','\xbe','\xbf','\xb0','\xa6','\xbb','\x91','\xfb','\x0d','\xbb','\x61','\x21','\x0d','\x30','\xa1','\x59','\xc5','\xe9','\xd5','\x5c','\x1b','\xac','\x98','\x53','\x72','\xc7','\xb9','\x33','\x1a','\x44','\x33','\x7e','\xe9','\x0d','\x1f','\xba','\x76','\x33','\xdf','\x17','\x17','\x44','\xbf','\xb2','\x61','\x47','\x7a','\xf0','\x03','\xba','\xfb','\xc2','\x2f','\xde','\xa0','\x27','\x81','\x67','\x35','\x5c','\x13','\x6c','\xab','\xd3','\xab','\xe1','\x57','\x56','\xa9','\x8b','\x83','\x85','\x5f','\x53','\x68','\x0f','\xa5','\x38','\x18','\x7e','\xdd','\x4f','\x65','\x1f','\x65','\x38','\x32','\x8d','\x52','\x37','\x2c','\x68','\x47','\x3e','\x6d','\xa4','\x5e','\x31','\x04','\xf3','\x82','\xcd','\x8e','\xe3','\xd4','\xab','\x6e','\xe2','\x7e','\x83','\x20','\x8b','\x32','\x2b','\xdc','\xb0','\x18','\xb3','\xf6','\xaa','\xab','\xbf','\xaf','\xae','\xfe','\x85','\xba','\xaa','\xaa','\x6b','\xea','\x73','\x4a','\xea','\x39','\x1a','\x7e','\x22','\x88','\x8e','\xfb','\xa5','\xd7','\x7d','\x68','\x13','\xa3','\x69','\x24','\xdd','\xb0','\x8a','\x2e','\xa3','\xc7','\x41','\x3f','\x2c','\xd7','\x9e','\x1e','\xdc','\x83','\xdd','\x1f','\x72','\xbf','\xf1','\xdb','\xcc','\x7a','\xbc','\x61','\x1d','\x67','\x02','\xea','\xea','\x1f','\xdc','\x58','\xe5','\xd7','\xe3','\x2a','\x3b','\x9e','\x50','\x8e','\xc7','\xe9','\xf1','\x91','\x60','\xf1','\x17','\x7e','\x4d','\xf6','\x69','\x0c','\xa7','\xd3','\x06','\x2b','\xd4','\xe0','\xb5','\x0d','\xcb','\x7e','\xcf','\xda','\xe5','\x2a','\xed','\x52','\xed','\xe2','\x3b','\x78','\x57','\xc2','\xbd','\x2b','\xfe','\x86','\xdd','\xb4','\x76','\x31','\x40','\xb1','\x6e','\xed','\x52','\x57','\x03','\xae','\xd5','\xc0','\xc2','\xea','\xa1','\x69','\xf6','\x91','\x84','\x72','\x5f','\x9c','\x7e','\x01','\x07','\x77','\xb9','\xfd','\xbb','\x64','\xdf','\x2e','\xfe','\x9c','\x38','\x2a','\xbe','\x6b','\x08','\x12','\x07','\x74','\xe2','\x35','\x3c','\x33','\xc4','\xb7','\x19','\x9e','\x89','\xba','\x4f','\xbc','\xfe','\x86','\x26','\x5b','\x0e','\x11','\xd2','\xa3','\xb3','\xd6','\x67','\xef','\xb5','\x3e','\x7b','\xdf','\xaa','\x83','\x47','\x3f','\xbf','\xa6','\xb9','\x14','\x4d','\xa2','\x5a','\x3c','\x58','\xfc','\xa5','\x5f','\x73','\xfb','\x80','\x70','\x4a','\xf0','\xc5','\x79','\x17','\x91','\x9c','\x43','\xca','\x11','\xfc','\xd1','\xaf','\xda','\x16','\xc6','\xe1','\x8a','\x5b','\x99','\x7c','\x43','\xb9','\xd7','\x0a','\x5b','\xc0','\x89','\xe1','\x56','\xa0','\x91','\x31','\x51','\x57','\x3f','\xae','\xae','\xc6','\x9e','\x5b','\x0d','\x3e','\xb6','\x16','\x7b','\x4e','\xf9','\xd9','\xf3','\xf4','\xe3','\xf1','\x20','\x89','\xfb','\x47','\x7f','\xe1','\xa3','\x27','\x05','\x5f','\xdc','\xb4','\xe5','\x11','\x93','\x9e','\x51','\x8d','\xe2','\xbb','\x58','\x4b','\xd8','\xfa','\x5e','\x7c','\xa2','\xe4','\x9e','\x77','\xbf','\xa1','\xef','\xb7','\x72','\x35','\x78','\xa5','\xe3','\x86','\x75','\x7c','\x65','\xf5','\xf1','\x7f','\xb3','\xfa','\x07','\xe7','\x57','\x7f','\xf7','\xc9','\xb5','\xdf','\xfd','\xba','\x32','\xbe','\x40','\xc7','\xbf','\x1a','\x2c','\xbe','\xea','\xff','\x9a','\x9b','\xfb','\x4c','\xb7','\xe1','\x79','\x53','\x1e','\xb2','\x3f','\xfa','\x2a','\xb6','\x30','\xac','\x9f','\xb9','\x86','\x95','\x2d','\x6f','\x63','\xae','\xb1','\x8a','\xd0','\x6a','\x64','\x61','\x2d','\xf9','\xca','\x0a','\x5b','\xa7','\xb1','\xe7','\x82','\x0f','\x7f','\xd5','\x7f','\xac','\xcf','\x77','\xda','\x8d','\x7b','\x5c','\xe8','\x43','\xbb','\xac','\xdf','\x3e','\x6a','\x3c','\xf1','\x7d','\x63','\x7c','\x17','\x47','\xe9','\xf1','\x43','\xf6','\xc4','\x17','\x70','\xfa','\x8b','\xee','\xc9','\x3f','\x79','\x63','\xd2','\xb4','\x7e','\xef','\x05','\x6b','\x72','\xb9','\x0d','\xbb','\x09','\xcf','\x71','\xb9','\xd6','\x94','\xf5','\x95','\xe0','\x34','\x4d','\x26','\x82','\x2c','\x0e','\xe3','\x63','\xc8','\x38','\xf8','\x18','\xa2','\xd3','\x7c','\xa6','\x0c','\xd1','\x4c','\xd3','\x98','\x7b','\x07','\x4f','\x7e','\xd1','\x9e','\xfc','\x22','\x9e','\xfb','\xa5','\xbb','\xb7','\xe7','\x8d','\x81','\xcb','\x40','\xf7','\xc4','\xf7','\x97','\x8a','\xac','\xc7','\x5c','\xab','\x17','\x6f','\xac','\xaa','\x2e','\x0e','\x96','\x7a','\x4b','\x51','\x7b','\xa8','\x8a','\x83','\xa9','\xa6','\x9f','\xc9','\x50','\x11','\x26','\x43','\x8b','\xc6','\x66','\xd6','\xa2','\x45','\x3e','\xf9','\x2f','\x36','\xf8','\xfc','\x17','\xf9','\xe2','\xf5','\x34','\x34','\x84','\x8a','\x57','\xb0','\x76','\xd5','\xd6','\x36','\x2b','\xc5','\xcd','\x2b','\x90','\x24','\xe6','\x6f','\xea','\xd5','\xea','\x89','\x37','\xab','\x3a','\x69','\xe3','\x44','\xb5','\xd9','\x22','\x9b','\x05','\xd1','\xdf','\x6a','\x47','\x6e','\x21','\x13','\x8c','\x06','\x1a','\x43','\x76','\x03','\x01','\xd9','\x15','\xe3','\xcb','\x01','\x5b','\x90','\x5a','\xc3','\xb8','\xc9','\x15','\x70','\xea','\xe5','\x81','\x7a','\x01','\x1c','\x5d','\x0a','\x89','\xc1','\x4e','\x87','\x31','\x2e','\xda','\xd0','\x65','\x64','\xff','\x14','\x41','\x06','\x90','\xa7','\x05','\x57','\x37','\x37','\x7b','\x83','\xa9','\x2b','\x54','\x5d','\x69','\xa8','\xab','\x6c','\xd0','\x40','\xfc','\xeb','\x7e','\x2a','\xd5','\xfc','\xa2','\x4c','\xfd','\x6e','\x86','\x39','\x7a','\x34','\xb7','\x04','\xf2','\x4a','\x96','\x2c','\xee','\xf8','\x2b','\x24','\x15','\x61','\xbe','\x34','\x64','\xb4','\x51','\xbb','\x36','\x07','\x8d','\x5f','\xc3','\x86','\x93','\x19','\x1b','\x58','\x30','\xda','\x95','\xc8','\x0b','\xa5','\xc1','\x8b','\xf6','\xf4','\x82','\xf1','\x29','\x97','\xf1','\x45','\xc9','\xf2','\x4b','\x69','\xcc','\x81','\x35','\x37','\x24','\x03','\x33','\x99','\x30','\x2a','\x53','\x45','\x09','\x47','\x22','\xe2','\x39','\x22','\x37','\x86','\x4a','\x69','\x40','\x8f','\x46','\x71','\x24','\xb0','\xc4','\x52','\x55','\xaa','\x7e','\x21','\xa8','\x3e','\x79','\x75','\xf0','\xcf','\x4a','\xd3','\x8b','\xe8','\x53','\x7c','\xf6','\x48','\xc1','\xaf','\xd4','\x40','\xc2','\x48','\xb2','\x1b','\xfb','\x08','\x0d','\xca','\x28','\x49','\x91','\xa6','\xb8','\xac','\x88','\x07','\xa5','\x93','\x40','\x14','\x06','\xcf','\x11','\x6f','\x42','\x7b','\x4d','\x1a','\x6e','\x05','\xce','\x9b','\xa9','\x1f','\x9a','\xea','\x79','\xc0','\xe0','\x79','\x73','\xfa','\xbc','\xf9','\xa9','\xa2','\xfd','\x45','\x29','\xdd','\x7e','\x9f','\x1e','\xf1','\x3e','\x98','\xc9','\x6e','\xc6','\xcd','\x3b','\x45','\x0e','\x47','\x14','\x5f','\x3a','\xd2','\xf9','\x5e','\x52','\x8d','\xce','\xcb','\x74','\xc8','\xc7','\x1f','\x15','\x38','\x5f','\x4e','\x6d','\x46','\x80','\x12','\xfe','\x42','\x6b','\x10','\xd6','\x02','\xfb','\x94','\x2b','\xfd','\x45','\x97','\xe1','\x77','\x95','\xb8','\xfe','\xe0','\xcb','\xde','\x2d','\xd4','\xb1','\x2c','\x7e','\xb5','\xe2','\x32','\x22','\x7e','\x23','\xcd','\xc7','\xfa','\x25','\xcb','\x7e','\x53','\x83','\x00','\x83','\x7b','\x9e','\x7a','\x0c','\x3a','\xc6','\x02','\x8b','\x5a','\x6a','\xfd','\xb4','\x7a','\xfa','\x92','\x6a','\x3e','\x3e','\xb8','\x16','\x9e','\x2e','\xbd','\xf8','\x29','\xac','\x7d','\xb1','\x27','\xe4','\x97','\x6a','\x38','\xa5','\x60','\x17','\x75','\xbb','\xd6','\x08','\xaa','\xc9','\xae','\x4b','\x54','\x3a','\xae','\xe0','\xc3','\x11','\x1a','\x4e','\x6b','\x9e','\xae','\xef','\x65','\x0a','\xce','\x4f','\x25','\xb0','\x22','\xe6','\xcb','\x64','\xaa','\x19','\x19','\x34','\x32','\xd3','\xb6','\xfd','\x29','\x84','\xbe','\x88','\x90','\x9f','\xef','\xa2','\x70','\x13','\x53','\xea','\x16','\xf6','\xaa','\x2c','\xfa','\x97','\x29','\xe1','\x06','\x37','\x0c','\xd3','\x94','\xa2','\x2b','\xc4','\xfe','\x59','\x6b','\x9b','\x66','\xd8','\xdf','\xe4','\xcb','\x24','\x75','\x85','\x40','\xd7','\x75','\x13','\x8e','\x76','\xa7','\xcf','\x35','\x3f','\x45','\xc8','\x17','\x09','\xf1','\xfb','\x9b','\xdb','\x85','\xb9','\xfe','\xa6','\xec','\x46','\xd4','\xa3','\x28','\x98','\xf0','\xc1','\x4a','\x73','\x7d','\x71','\x05','\xd9','\x7f','\x87','\xc4','\x13','\x5a','\x10','\x40','\x0d','\xd7','\x03','\x7f','\xce','\xe7','\x8b','\xa9','\xe7','\xea','\xfc','\x95','\x06','\x4d','\x36','\x7d','\xae','\xfe','\x29','\x84','\xbf','\x58','\xb4','\xa1','\xca','\x54','\x26','\x38','\xdc','\x72','\xdf','\x95','\x25','\xd1','\xac','\x7c','\xd9','\xa4','\xf2','\x33','\x8a','\x4a','\x23','\x78','\x36','\x8d','\x98','\x6b','\xc1','\xb2','\xd7','\xc5','\x37','\x72','\xa6','\x2c','\x0c','\x94','\xcb','\xa9','\x55','\xa8','\x16','\x4f','\x68','\x78','\xe8','\xd1','\x5f','\xe4','\x10','\xfa','\x94','\xbf','\xfe','\x45','\x59','\xe1','\x1e','\x3d','\xf6','\xd7','\xf9','\x5a','\x76','\x8b','\x23','\x3c','\x19','\x27','\xf9','\x22','\x51','\x50','\x26','\x62','\xdb','\xc0','\x9b','\xf1','\x37','\xdc','\xc7','\xb9','\x48','\x77','\x47','\xdb','\x08','\x8f','\xc1','\xf7','\xb2','\x90','\x53','\x47','\x0f','\xc5','\xf2','\x17','\x5a','\x9f','\xa2','\x95','\x2f','\xd2','\x8a','\x9f','\x56','\xf8','\xcb','\x60','\xa0','\x54','\x82','\xe3','\x3c','\x19','\xda','\x3a','\x6c','\xf7','\x8f','\x43','\x1b','\x86','\xfd','\x1a','\xa6','\xfc','\x43','\x0d','\xd3','\x47','\x7f','\x41','\x5d','\x28','\xf0','\x85','\x6c','\xea','\x7f','\x5c','\x57','\x9f','\x2b','\xa9','\x67','\xd0','\xe0','\x85','\xc6','\x74','\x83','\x7e','\x8a','\xd2','\x2f','\x86','\x1b','\x7e','\x0a','\xa4','\xd7','\x38','\xdc','\x68','\x8f','\x73','\x18','\x78','\x65','\x95','\xd0','\x6c','\x24','\x19','\xe2','\xeb','\x59','\xda','\x5b','\xb0','\x9f','\xd7','\xe8','\xde','\x93','\x50','\xeb','\xf7','\xbf','\xe4','\xe8','\xff','\x23','\x47','\x77','\x69','\x29','\x24','\x2a','\xe2','\xf7','\x69','\x43','\xfb','\x66','\x72','\x3f','\x3d','\xf1','\xc9','\x7d','\xfa','\x9f','\xec','\x8b','\xfa','\x7e','\xba','\x0f','\xef','\x8b','\xb9','\xf7','\xed','\x27','\x3f','\x4d','\x92','\x7d','\x77','\xc9','\xa2','\x5f','\xb6','\x52','\x7f','\x29','\xb2','\x70','\x86','\x2f','\x50','\x29','\x58','\xb0','\xcb','\x3b','\xfa','\x6e','\x53','\xaa','\xa5','\xe8','\x3f','\xfa','\x39','\x3b','\x72','\xa4','\x3b','\xc0','\x00','\xee','\xf9','\x02','\x19','\x81','\x86','\x34','\xbf','\x5d','\xef','\x41','\x96','\xcb','\x05','\xe5','\xe4','\x40','\xce','\x96','\x17','\xae','\x02','\xbf','\xbe','\xc8','\xad','\x8b','\x96','\x0f','\xcd','\x15','\xb8','\xe4','\x38','\xce','\x86','\xde','\x6a','\xa4','\x24','\xc6','\x38','\x72','\x5c','\xd0','\xc1','\x95','\x1d','\x67','\xa9','\xeb','\x29','\x26','\x0e','\xf8','\xa0','\x62','\x89','\x5b','\x9b','\x3d','\x84','\x1d','\x07','\xda','\x49','\x36','\xbd','\xc6','\xb4','\x5a','\x44','\x4b','\x6b','\x5a','\x2d','\xfd','\xca','\x0b','\xe9','\x8d','\xf0','\x99','\x8a','\xcf','\x55','\xc6','\x9e','\x1e','\x86','\xa5','\x06','\x4e','\x30','\xfb','\x5d','\x06','\x2d','\x15','\x24','\x56','\x7c','\x8b','\xa1','\x1e','\x96','\x1e','\x49','\x15','\x9b','\x61','\x8b','\x5b','\xab','\xdc','\x7f','\xbd','\xda','\x42','\x3d','\x04','\xf5','\xd0','\xf0','\x02','\x0d','\x7c','\x61','\x2d','\xb0','\x52','\x0b','\xac','\xa6','\xd5','\x5a','\x4d','\x5d','\x7f','\x61','\x68','\x31','\x7c','\x0c','\x03','\xdf','\x69','\x1a','\x68','\x3f','\x9b','\x9a','\xab','\xcc','\x71','\xe2','\x15','\xa0','\x37','\x14','\xa0','\x27','\x5e','\x0b','\x6b','\x3d','\x5c','\x86','\x23','\x68','\x9a','\xf1','\x87','\xad','\xcf','\xde','\x47','\x00','\xf7','\x96','\x3f','\x7b','\xef','\xe6','\xa3','\xb3','\x05','\x0d','\x45','\x34','\x54','\xd0','\xe8','\x66','\xf1','\xbd','\x0b','\x9a','\xe4','\x83','\x44','\xf3','\x2d','\xae','\xaa','\x5b','\x3b','\xfd','\x50','\xe8','\xda','\xbc','\x55','\xa6','\xb4','\x13','\x55','\xe0','\x3b','\x12','\x4b','\x17','\xf9','\x41','\xd8','\x46','\x5c','\x56','\x92','\x0b','\x62','\x57','\x49','\xbd','\x68','\xa7','\x36','\x90','\xd6','\x13','\x49','\xf7','\x28','\x17','\x97','\xe8','\xbe','\x0b','\x6f','\xee','\x3b','\x47','\xf6','\x2d','\xa3','\x7d','\x06','\xda','\x67','\x3e','\x63','\xbf','\x59','\xde','\x67','\xee','\x40','\xf1','\x8d','\xa7','\x8f','\xd1','\xa7','\x5d','\xca','\x57','\xfd','\x91','\x30','\x4e','\xfb','\x90','\xa0','\xba','\xf1','\x40','\xc2','\x2a','\x5f','\x5d','\x67','\x29','\xfd','\x29','\x7b','\x67','\x43','\x4b','\x18','\x90','\xb8','\x90','\x44','\xae','\x57','\x8c','\xb0','\xc7','\xaa','\x8d','\x21','\xa9','\xce','\xb5','\x80','\x16','\xb6','\xeb','\x42','\x1d','\x08','\x7b','\x1e','\x6e','\x80','\x25','\x0e','\xa5','\x6c','\x14','\x6e','\xf1','\xfd','\xe5','\x59','\x2f','\x87','\x5c','\x66','\x83','\xcb','\x0d','\xd7','\x69','\x58','\xd8','\x20','\xa2','\x97','\xed','\x1f','\x9e','\x85','\x3c','\x27','\x6f','\x99','\x82','\x8d','\x61','\xd8','\xeb','\xab','\x70','\xff','\x79','\x93','\xaa','\x67','\xe9','\x60','\x09','\x24','\x95','\xd4','\x43','\xf9','\xd0','\x23','\x29','\x6c','\xdb','\x7e','\xfe','\xd8','\x60','\x17','\x37','\x1d','\x42','\x5b','\x54','\x66','\xbb','\x6d','\xbe','\x77','\x3a','\x87','\xe0','\xd8','\xad','\xa5','\x64','\x0f','\xbc','\x12','\x82','\xe6','\xd4','\x42','\x43','\x15','\xed','\x5f','\x76','\xbf','\x0f','\x28','\xa3','\x14','\x82','\x9f','\xd1','\xc4','\xcf','\x68','\xfc','\x07','\x1a','\x08','\xe6','\x09','\xa3','\x62','\x0b','\xa5','\x9a','\x5c','\x85','\xf9','\x17','\xea','\x73','\x7e','\x90','\xa5','\xc5','\xab','\xed','\xe6','\x2c','\x5c','\x64','\x09','\x97','\xe4','\x34','\x51','\x17','\xfd','\x37','\x6c','\x4f','\xcd','\xf9','\x5e','\xcb','\xa1','\x5d','\x66','\x63','\x57','\x99','\x06','\x56','\x69','\x80','\x2b','\x0e','\x16','\x38','\x4d','\xed','\xcb','\x22','\xd8','\x06','\xd9','\x89','\xcb','\x81','\x2f','\x98','\xf6','\xf7','\xb7','\xfe','\x36','\x42','\x7b','\x18','\xc8','\x44','\xda','\x77','\xeb','\xf7','\x8a','\x88','\xbe','\x33','\x8c','\xdb','\x66','\xf7','\x2e','\xdd','\xc3','\x6f','\xd6','\x57','\xd5','\xb7','\x56','\x12','\x9f','\x7c','\xe6','\xe0','\xe4','\x39','\x96','\x2e','\xf1','\xc5','\xc8','\xfc','\x35','\xb5','\x09','\xa5','\x11','\x43','\x76','\x43','\x13','\x59','\x47','\xf7','\x03','\x83','\x6a','\x0f','\xb8','\x5e','\x7e','\x1b','\x79','\x5a','\x1e','\xae','\x4b','\xd9','\x9c','\xfd','\x4e','\x0d','\x79','\xc0','\x78','\x4b','\x2b','\xd6','\xfd','\x2b','\xd6','\xbd','\x2b','\x9b','\xf7','\xfe','\xeb','\x26','\xbf','\xe1','\x7f','\xe4','\x1f','\x22','\x54','\x4d','\xfd','\xb4','\xc5','\x34','\x8b','\x23','\x55','\xb3','\x3a','\x37','\x97','\x98','\xc6','\xb1','\x61','\x37','\xb8','\xfd','\x3c','\xbf','\xa3','\x7f','\xdc','\x26','\x69','\xf7','\x60','\x09','\x37','\x05','\x01','\xa8','\x25','\x50','\xe1','\xc6','\x77','\xe7','\x9e','\x43','\x4b','\x6d','\x6a','\xe1','\xcd','\xe3','\x88','\xc6','\x51','\xe0','\x3f','\xa2','\x56','\x18','\x15','\xfc','\x28','\x8d','\xdd','\xed','\x96','\x7f','\xd4','\x2f','\x32','\x40','\xf8','\xd4','\x25','\xec','\x7a','\x04','\x41','\x79','\x90','\x81','\xb4','\x94','\x5d','\x77','\x4c','\x87','\x2e','\x1c','\x47','\x28','\x2e','\xd0','\x27','\x18','\x9c','\x7d','\xe2','\x01','\xd2','\x6d','\x9f','\xa3','\xc1','\x43','\x44','\xeb','\x31','\xc4','\x80','\x10','\x4c','\x06','\x0b','\x81','\xeb','\x50','\xbf','\xcd','\x02','\x5f','\xfa','\xf9','\xa0','\xf9','\xa3','\x63','\x66','\x9f','\x44','\x38','\x7c','\x98','\xf8','\xc8','\x9c','\x87','\xd1','\x0f','\x7a','\x4e','\x4a','\x3c','\x47','\xf8','\x14','\xfc','\x07','\x19','\xdd','\x00','\xf4','\xbf','\x1b','\xa7','\x1b','\x7d','\xf4','\xf9','\xbe','\xc0','\x57','\xfb','\xfa','\xfb','\x7d','\x54','\xf2','\x85','\x6d','\x0f','\x95','\xfe','\xfe','\xe7','\x28','\xaf','\x33','\x52','\x61','\xee','\x2a','\x43','\xd7','\xf8','\x27','\x4c','\xb2','\xe2','\x52','\xad','\x0f','\x6f','\xf6','\xe1','\x97','\xfa','\xc8','\x8b','\x3e','\xba','\xe1','\xd3','\x2c','\x0f','\xac','\x5c','\xb4','\xd5','\x3a','\xad','\xab','\x90','\x79','\x9b','\x37','\x40','\x71','\x95','\x83','\xc5','\x1f','\x27','\x5d','\xcf','\x68','\xae','\xa7','\x0d','\x29','\x80','\x24','\xee','\xf6','\x40','\x7f','\x90','\x02','\xdd','\x2a','\x5e','\x76','\x68','\xa8','\x84','\x13','\x27','\x18','\x92','\xdb','\x0c','\x45','\xc6','\x63','\x67','\xb4','\xe9','\x52','\x5c','\xc0','\x2d','\x40','\xa6','\x4b','\xf2','\x34','\x30','\xd6','\x71','\xb0','\xe9','\x52','\x7d','\xba','\x54','\x10','\x37','\x80','\x62','\x2b','\x29','\x64','\x8c','\x22','\xe2','\xe1','\x42','\x20','\x03','\xa7','\x07','\x64','\x8d','\x08','\xdb','\x3e','\x2e','\x91','\x38','\xf7','\xe5','\x24','\xe4','\x16','\x89','\xa0','\xb2','\x13','\xf6','\x14','\xb4','\x8f','\x75','\xe8','\x71','\xee','\xf0','\x3f','\x72','\xe0','\x43','\x82','\xfb','\x51','\x11','\xd9','\x3e','\xdc','\xfd','\xbb','\xe5','\x39','\x00','\xb7','\x44','\xdd','\xc5','\xe6','\x3f','\xec','\x39','\x50','\x6f','\x85','\x87','\x6a','\x78','\xac','\x5d','\xb1','\x62','\x30','\x6e','\x69','\xe2','\x78','\xca','\x8e','\x33','\xcd','\x2d','\x40','\x98','\x26','\x77','\x18','\x72','\x99','\xa6','\xd5','\x81','\x5f','\x52','\x63','\x96','\xc6','\x0c','\x4d','\x45','\xda','\x61','\xa4','\x81','\x61','\x26','\xf2','\x7f','\xb0','\xcd','\x0d','\x92','\xf6','\x50','\x1b','\xfc','\x53','\xee','\x82','\xa4','\xea','\xb7','\x79','\x4e','\xb1','\xd6','\x7e','\x0e','\x18','\xb5','\x0e','\xf4','\xf6','\xfb','\xdc','\x3a','\xce','\x87','\xf8','\xaf','\x31','\xe2','\xaa','\x19','\x57','\x5b','\x6e','\xd5','\x70','\x8b','\x7e','\x3d','\x32','\x77','\x15','\x05','\x98','\x6a','\xd4','\x55','\xa3','\x20','\x6e','\x04','\x4a','\xed','\xe7','\xb8','\x61','\x18','\xe1','\x39','\x0e','\xdd','\x9f','\x0f','\x19','\x62','\x3b','\xc7','\x05','\xdc','\x1c','\x59','\x99','\x64','\xdd','\x72','\x16','\xd3','\xaa','\xc4','\xc1','\xaa','\xd2','\x0d','\x13','\x3d','\x66','\x2a','\x22','\x87','\x43','\x01','\xba','\x13','\x7f','\x83','\x7a','\xea','\x5d','\xf3','\x85','\x5d','\x7c','\xe5','\x6c','\x8d','\x33','\x50','\xb6','\xb5','\xdc','\x39','\xc2','\x41','\x72','\x44','\xee','\x74','\xdf','\x60','\x39','\x52','\xcf','\x91','\x42','\x6e','\x14','\xc8','\xce','\xc4','\x50','\x27','\xc5','\xf8','\x2b','\x82','\x87','\x41','\xd4','\x01','\x46','\x10','\xe5','\x60','\x86','\x42','\x35','\x16','\x8c','\x47','\xfc','\x71','\xbe','\x8b','\x0d','\xe4','\x4e','\x35','\x08','\xa6','\x32','\x76','\xac','\x0d','\x60','\xdc','\xaf','\x43','\x1e','\x00','\x65','\x32','\x65','\x34','\xc9','\x14','\x96','\x1c','\xac','\x53','\x4b','\x8c','\x33','\x37','\xae','\x8b','\x36','\xee','\x94','\xe4','\x1a','\x1a','\xd6','\x34','\x1c','\x17','\x70','\x73','\x88','\xb2','\x11','\xb9','\xa3','\xd3','\x98','\x86','\xeb','\x1a','\x2e','\x88','\x1b','\xc0','\xd6','\x3a','\x84','\xe7','\x10','\x5c','\x6c','\xe1','\x8e','\x60','\x30','\xb8','\x65','\xa0','\xd1','\x78','\xb1','\x19','\x9f','\xa1','\x6e','\x00','\x23','\xc7','\x99','\x7c','\x9c','\xd1','\x9c','\x46','\xa7','\x35','\xb6','\x6e','\xd5','\x2d','\xa3','\xb0','\x6e','\xb1','\x45','\x4d','\x2d','\x25','\x55','\x12','\x3e','\x2c','\xfa','\xd9','\x29','\xa2','\xee','\x06','\x98','\x41','\xfc','\x4d','\xc8','\x88','\x95','\xa9','\x41','\x93','\x9a','\xc2','\xe2','\x83','\xf5','\x78','\x9a','\x8b','\x7b','\xae','\x6d','\xe1','\xe8','\x47','\x56','\xb8','\x17','\x50','\xa0','\x84','\xaf','\x2c','\xab','\x2e','\x19','\x05','\xf0','\x61','\x2c','\x86','\x0b','\x8c','\xa4','\x92','\x2c','\x14','\xb0','\x6e','\xdd','\x17','\x78','\xc1','\xb6','\x35','\x4f','\x3a','\xee','\x07','\xb8','\xfd','\x11','\x77','\x7f','\x84','\xf4','\x33','\x79','\xb7','\x42','\x13','\x94','\x0e','\x51','\x18','\xe7','\x09','\x7f','\x61','\x11','\xab','\x12','\xde','\x31','\xce','\xfc','\x39','\x4f','\x04','\x71','\x8e','\x62','\x60','\x97','\x03','\x18','\x39','\x9a','\xe3','\x6a','\x2b','\x07','\xfc','\xcf','\x3d','\x39','\xea','\x16','\x20','\x39','\x2a','\x83','\x91','\xd5','\x48','\xe6','\x68','\x1d','\x4c','\x04','\xae','\x5d','\x1d','\x90','\xa4','\x38','\x76','\xdf','\xf1','\x3e','\x13','\x84','\xeb','\x2c','\x43','\xd0','\x99','\xc5','\x05','\xba','\xe7','\x1d','\xd2','\x41','\xb1','\xc1','\xb0','\x51','\x27','\xe9','\x02','\xff','\x82','\x40','\x2b','\x95','\x64','\x2c','\x9c','\x14','\xe7','\x44','\x11','\x12','\x09','\xb4','\xda','\xad','\xcd','\x20','\x41','\xd6','\x64','\x46','\x93','\xa5','\xab','\x6c','\xc6','\xe2','\xd0','\xdc','\xdc','\x89','\xab','\x6a','\xbb','\x5a','\xda','\x2e','\x33','\x1d','\x30','\xd3','\x94','\xdc','\xcb','\xc8','\x64','\x9d','\x5c','\x2e','\x90','\x12','\x0b','\x9e','\x66','\xf4','\x6b','\xec','\xc8','\x5b','\x87','\x6e','\x6c','\xd0','\x69','\xe9','\xd6','\xf1','\x31','\xf8','\xf8','\x6c','\xef','\x77','\x21','\x37','\x86','\xa8','\xdc','\x39','\xd3','\xe4','\x2f','\x51','\x67','\xb4','\xd0','\xe1','\xb9','\x62','\xa9','\x46','\x52','\x7c','\xae','\x18','\x10','\x24','\xc7','\xd5','\x0a','\x07','\x12','\x30','\xaa','\x15','\xad','\x5a','\x89','\x0b','\xb8','\x05','\x48','\xb5','\x22','\x5f','\xa9','\xd0','\xcd','\x16','\xbd','\x36','\xcf','\x6a','\xb8','\x6e','\xe1','\x82','\x85','\x59','\x07','\x49','\x38','\x26','\xc0','\xed','\xe7','\x58','\x98','\x03','\x6d','\x94','\xd0','\x06','\x36','\xa0','\xfb','\x1b','\x8e','\x0b','\xb8','\x2f','\x95','\x38','\x48','\xa5','\x24','\x57','\x4a','\xf4','\x72','\x85','\x83','\x55','\xf5','\xfa','\x95','\xcf','\x15','\xae','\x45','\x6f','\x7e','\xce','\x3f','\x44','\xfe','\x24','\xb8','\xdc','\xa8','\x51','\x56','\xa0','\x91','\x39','\xa6','\x3d','\x52','\xd7','\xf4','\xdb','\xc8','\x9f','\x08','\x64','\xc4','\x61','\x06','\x25','\xde','\xa2','\xfe','\x8e','\x19','\x8c','\x69','\x8c','\x09','\xf9','\xc3','\xdc','\x02','\x84','\x31','\xb9','\x4d','\xfb','\x55','\x67','\x8c','\xf1','\xff','\x0b','\x6c','\xeb','\xbf','\x91','\xb6','\xdc','\xd8','\x1a','\xe7','\x21','\x84','\x86','\xb8','\xad','\x62','\xc3','\xfe','\xb2','\xdc','\x71','\x4b','\x8e','\x83','\xa9','\xa6','\xb8','\x69','\x90','\xcb','\x06','\x99','\x2b','\x88','\x80','\x45','\x43','\x50','\x37','\x5e','\xa7','\x90','\x63','\xc1','\x6d','\x0e','\x01','\x9c','\x0c','\xb7','\xb8','\xb7','\x75','\x9b','\xf9','\x92','\x6e','\x99','\xaf','\x09','\x22','\xc3','\x62','\x83','\x44','\x7b','\xfe','\x2d','\xeb','\x1a','\x29','\x6c','\xb5','\xbd','\x2d','\x36','\x93','\xe2','\xf3','\xed','\xfd','\x3e','\x5d','\x42','\x02','\xc6','\x74','\x69','\x87','\xde','\x01','\xd6','\xc1','\x7f','\x80','\xde','\x81','\xc2','\xb8','\x79','\xcc','\x7d','\xcf','\x79','\xe4','\x70','\xeb','\x09','\x39','\x06','\x42','\x2c','\x0e','\x09','\x98','\x41','\xb7','\xa0','\xac','\x91','\xb9','\x89','\x04','\xe3','\x69','\x31','\xc5','\xa8','\xf7','\xa2','\xc2','\x3f','\x45','\x2c','\x86','\x98','\x8e','\xd4','\x0d','\x23','\xb9','\x6e','\x53','\x63','\x5e','\x49','\x43','\x8a','\xa9','\x53','\x93','\x21','\x92','\xb2','\x89','\xa1','\x11','\x8d','\x0b','\x8d','\x69','\x33','\x3e','\x6d','\xb8','\x01','\x70','\xca','\x26','\x77','\x7a','\x24','\x71','\xa7','\x00','\xe4','\xbc','\xf6','\x38','\xd3','\xe2','\x4c','\x3f','\x9c','\x68','\x84','\x0f','\x59','\xfe','\x00','\xc2','\x3b','\xf4','\xd7','\x84','\x82','\x86','\x82','\xc6','\x10','\xd5','\x12','\x4a','\x3c','\xc1','\xe2','\x89','\x88','\x5b','\xe2','\xc0','\x5e','\xdb','\x7e','\x7f','\xfd','\xd5','\xd9','\xef','\x22','\x15','\xaa','\x9d','\x70','\x27','\x60','\x30','\xbe','\x09','\x49','\x3c','\xd5','\x8c','\x33','\xe2','\x16','\xd8','\x22','\x6b','\xa1','\xa9','\x26','\x5f','\x05','\x75','\x46','\x0a','\xcc','\x49','\x99','\x04','\x24','\x45','\x1f','\xc3','\x88','\x68','\xee','\x43','\xc4','\x2f','\x15','\xf3','\x45','\x0d','\xbb','\xa9','\x49','\x34','\x3e','\xc1','\x45','\x62','\x43','\x08','\x0d','\x44','\x72','\x58','\xe6','\x8b','\x84','\x2f','\x69','\x5c','\x62','\x38','\x53','\x27','\x9f','\x28','\x90','\x99','\x9b','\xf6','\xbb','\xcc','\x2d','\xaa','\x34','\x09','\xaa','\xe0','\x2c','\xf3','\xb5','\xc1','\x2d','\xb1','\x63','\x08','\x2d','\x73','\xfd','\x33','\x83','\xc9','\xc3','\x36','\x34','\xef','\x90','\x59','\x92','\xb2','\xa4','\xc2','\xa6','\x18','\x03','\x1e','\x3a','\x8d','\x05','\x6a','\x8c','\xd6','\xe0','\xa6','\x8d','\xc7','\xea','\x5c','\x45','\x2a','\xa2','\xaf','\x2b','\x57','\xa6','\xa0','\x4f','\xb9','\x1b','\x9e','\x12','\xeb','\xf0','\x18','\x8e','\x2f','\x94','\xe2','\xbd','\x25','\xf7','\x6f','\x44','\x39','\x48','\x26','\x2a','\x7f','\x2c','\x4a','\x3f','\x1e','\xa5','\xf7','\x3d','\xcb','\xfe','\xf9','\xb3','\x75','\x2d','\x5a','\x48','\x47','\x59','\xf1','\x3a','\x4b','\x1f','\x60','\x90','\x3b','\x06','\x7d','\xfa','\x14','\x91','\xaf','\x05','\xeb','\xb0','\x07','\xa1','\x49','\x8a','\x8a','\x4d','\x63','\xa6','\xac','\xcd','\x94','\xe3','\x02','\x6e','\x01','\x32','\x53','\x96','\x67','\xca','\x54','\x80','\xcd','\x94','\xeb','\x33','\xe5','\x82','\xb8','\x11','\x78','\xfa','\x48','\x7b','\x5f','\x08','\x7d','\x8a','\x0d','\x0e','\xe4','\x4e','\x23','\xa2','\x19','\xa0','\xcb','\x93','\x71','\x25','\x1c','\x8f','\x3c','\xe2','\x7e','\xf9','\x6d','\xb7','\x08','\x3e','\xf1','\xaf','\x4f','\xc5','\xc9','\xd4','\xfb','\xca','\x1f','\x51','\xa7','\x80','\x17','\x7d','\x98','\x0b','\xd5','\x1c','\x50','\xb3','\x1a','\x09','\x45','\xe3','\x93','\x2e','\x45','\xe2','\x12','\x76','\xdb','\xb6','\x9b','\x58','\x84','\x58','\x32','\x1c','\xc1','\x00','\xb8','\xe9','\xcb','\xd5','\x5e','\x81','\x5e','\x62','\xca','\x25','\xc6','\x2e','\xb1','\xc8','\x46','\x52','\xf4','\x6b','\x83','\xe7','\x0c','\x21','\x7c','\x04','\x61','\xa0','\x99','\xa3','\xdc','\xa1','\x30','\x72','\x48','\x9b','\x40','\xf1','\x45','\x67','\x7f','\xe1','\x3b','\x44','\x4f','\x4f','\xd9','\x9f','\xa6','\xfd','\x11','\x0e','\xb6','\x9b','\xd5','\x13','\xb4','\x30','\x14','\x64','\x13','\x7e','\xb6','\xe8','\x4b','\x48','\xb8','\xbd','\x7e','\x6e','\x1d','\xe7','\x88','\xd0','\xa7','\xc7','\x4a','\xf1','\x8b','\x15','\xb7','\x5a','\x72','\x8b','\x3e','\xa4','\x72','\xaa','\x44','\x55','\x00','\x37','\x30','\xea','\xa9','\x52','\x41','\x3d','\xdb','\xa1','\x1c','\x0c','\x26','\x5d','\xd0','\xa7','\x38','\x22','\xf8','\x7f','\x88','\x96','\xe1','\x9b','\x01','\x68','\x38','\x75','\x7d','\xc1','\xd6','\xd3','\xba','\x3e','\x23','\xe0','\xae','\xe8','\xa4','\xa2','\xcb','\x55','\x00','\xad','\xea','\x81','\x7f','\xa7','\xab','\x2f','\xe8','\x75','\x45','\x2f','\x24','\x75','\x16','\xd3','\x99','\x3e','\xcf','\x32','\x7a','\xd2','\x40','\xfd','\x82','\xdc','\x1b','\xe4','\x2a','\xd7','\xee','\x18','\x68','\x9e','\x39','\x8c','\x8c','\xae','\x15','\xed','\xb8','\xae','\x73','\xb8','\x05','\x88','\xae','\xcb','\xba','\x4e','\x67','\xe6','\x69','\x7e','\x8c','\x9d','\xc4','\xf5','\xc2','\x6d','\xf4','\x7b','\x84','\xfb','\x94','\x98','\x2f','\x66','\x4c','\x34','\x41','\x0b','\xaa','\xe9','\x46','\x5a','\x4f','\x67','\xf4','\x19','\x5b','\x9f','\xa9','\xe8','\xee','\x92','\xee','\x2d','\xe9','\xbb','\xb2','\xfa','\x87','\xf2','\xd0','\x05','\x89','\x52','\x9d','\x29','\x7a','\x9d','\xe9','\x85','\x08','\x66','\x69','\xcc','\x0c','\xac','\x22','\x7c','\x18','\x41','\x5d','\x52','\x5b','\x8e','\x4d','\x70','\x08','\x66','\x57','\x08','\xd9','\xf2','\x5d','\x2e','\x83','\x84','\xe5','\xfb','\x02','\xf4','\x3b','\x94','\xcf','\xec','\xb2','\xa1','\xdf','\x07','\xa5','\x5d','\xf3','\xc5','\x04','\xb4','\x8d','\xa4','\x65','\xf7','\xa3','\x5b','\xe4','\x06','\x5f','\x87','\xc2','\xee','\x88','\xa7','\x85','\x1d','\xa5','\x41','\x9b','\x56','\xe0','\x99','\x83','\xc6','\x09','\x1d','\x79','\x58','\x6c','\x6e','\xcb','\x43','\xae','\x97','\xb5','\x39','\xaa','\xd1','\xb6','\x7d','\x38','\xc8','\x51','\xe2','\xc2','\x19','\xec','\x9f','\xcb','\x6e','\xed','\x45','\x39','\x8e','\x51','\x1c','\x3b','\xeb','\x87','\x4b','\x3a','\x43','\xa6','\x35','\x78','\x1f','\x66','\xb1','\x41','\xa3','\x3e','\xbd','\x52','\x98','\x90','\x19','\xf7','\x29','\xdd','\x6e','\x96','\x6a','\x25','\xc3','\x25','\xaa','\x6c','\xd9','\x2d','\x11','\x2c','\x53','\xa4','\x10','\x64','\xbf','\x6d','\xcc','\x63','\xed','\x81','\x42','\x3c','\xa8','\xc5','\x29','\x57','\x3a','\xf3','\xee','\x93','\x63','\xe4','\x2c','\x82','\xe8','\x25','\xf4','\x8b','\xd7','\xd8','\x41','\xad','\x7e','\xdc','\x2a','\x2c','\x72','\x45','\x6f','\x81','\xfc','\xa0','\xed','\x23','\x92','\xdb','\xd8','\x87','\x13','\x11','\xed','\x89','\x64','\x3c','\xc7','\x38','\xdc','\x9f','\xda','\xef','\xfe','\xdb','\x19','\xf2','\xd5','\x8c','\xbc','\x88','\x03','\xdc','\xd7','\x06','\x3b','\xc1','\xda','\xb6','\x13','\x14','\xca','\x22','\xe1','\x64','\x5a','\xd8','\x09','\x50','\x6e','\x15','\x22','\xd3','\x49','\x32','\x5d','\x43','\xd3','\x06','\x3a','\x65','\x2c','\xda','\x46','\x7a','\xba','\x34','\x33','\x6d','\xcf','\x4c','\x97','\xdd','\xd3','\x65','\x32','\x5d','\x96','\x4f','\x95','\xe5','\xc7','\xca','\xfd','\xaf','\x94','\x7b','\x5f','\x29','\xab','\xd3','\xb4','\x9e','\xa3','\x05','\x6e','\x64','\x1e','\xa7','\x4c','\xa7','\x6c','\x86','\x1e','\x7a','\x03','\xbe','\x71','\x84','\x1b','\x61','\x6c','\xde','\xfb','\x2e','\xb4','\xe4','\x86','\xe0','\x87','\xa6','\x19','\xc7','\x35','\x6d','\x5c','\x8b','\x5f','\xd2','\xe3','\x4f','\x17','\xef','\xf8','\xa5','\x76','\xc7','\xd3','\x1a','\xe9','\xd3','\xe4','\xbb','\xb4','\x00','\x47','\x5c','\x63','\xdf','\xd0','\xea','\xdf','\xd0','\x0b','\xf7','\xdb','\x2c','\x8d','\xd8','\x1a','\x62','\x17','\xec','\x43','\x9e','\x16','\xf7','\x0c','\x15','\x91','\x87','\x86','\x49','\x81','\x9b','\xac','\x70','\xb4','\x6e','\xb7','\x0c','\x89','\x80','\xbe','\x00','\xbb','\xb7','\x29','\xec','\x1f','\x2e','\x0f','\x91','\x9c','\x13','\xe7','\xfe','\x2f','\x62','\x76','\x15','\xd7','\xef','\xc4','\x85','\x7e','\xcc','\x12','\xdc','\x06','\x9e','\x63','\x1b','\xf4','\x88','\xd8','\x5f','\x11','\x7e','\xed','\x41','\x5e','\xee','\xc4','\x71','\xf9','\xc3','\x61','\x37','\x0c','\xd4','\x33','\x6d','\xdb','\x71','\xd4','\x13','\x2f','\xfe','\xc2','\xdd','\x83','\x38','\xb8','\xf7','\x2b','\x03','\x2b','\x35','\x97','\x33','\xc0','\xb4','\x78','\xe3','\x5d','\xfb','\xb1','\x32','\x55','\xcf','\x97','\xd5','\x72','\x59','\x6d','\xd0','\xa4','\xe8','\x6b','\xd6','\x65','\xaf','\x76','\xf4','\x4e','\xb1','\xa9','\x69','\x24','\x2e','\xc0','\x9d','\x1d','\x58','\x3f','\x5c','\xfe','\xb4','\xdb','\x1d','\x52','\xae','\x40','\x6f','\xef','\xef','\x88','\xfc','\x79','\x8c','\xa1','\x63','\x0e','\xcc','\x17','\x49','\x1b','\xd0','\xf7','\x83','\x2b','\x9d','\x60','\x3c','\xe7','\x77','\xdb','\xad','\x3b','\xb6','\x8c','\xc3','\x62','\x83','\x0a','\xce','\x62','\x18','\xe7','\x62','\x83','\xe5','\x7a','\x98','\xc4','\x21','\x25','\x25','\x9b','\xba','\x5a','\x11','\xb7','\x27','\xe0','\xc1','\xa4','\xa4','\x93','\xcb','\x3a','\xaa','\xea','\x48','\x16','\xfb','\x9d','\xe9','\x33','\x02','\xee','\xb8','\xee','\xb5','\x75','\x99','\x01','\xc4','\xf4','\xe8','\xec','\xa4','\x5e','\x9f','\xc1','\x85','\x0c','\x66','\x1b','\x98','\x09','\xab','\xd5','\xd9','\x5f','\x91','\x9a','\x87','\x6e','\x94','\xc8','\x06','\xe6','\x40','\x7f','\x13','\x45','\x7f','\x3b','\x62','\xfc','\x55','\x54','\xfb','\xab','\x8c','\xb0','\xa3','\xa2','\x20','\x57','\xf9','\x5f','\xbd','\x88','\xe5','\x17','\x4b','\xf4','\xc5','\x0c','\xbd','\xaa','\xb3','\xbf','\x8a','\xd6','\xff','\x6a','\xa4','\xf0','\xb7','\x23','\xec','\xcb','\x23','\xec','\xcf','\xb0','\xba','\x88','\x0f','\x21','\xdc','\x87','\xf8','\x7e','\x07','\x42','\x6f','\x3f','\x17','\x7a','\xed','\x1e','\xd5','\xc6','\xc2','\x85','\x17','\x8f','\x9d','\x2f','\x4d','\x2f','\x7c','\xe5','\xe1','\xe7','\xbe','\x76','\xc7','\xf9','\xef','\x7a','\xcf','\x3f','\xbb','\x6b','\xa1','\xc4','\x11','\xf8','\xe3','\x4a','\xe0','\xfc','\x77','\xd5','\x1b','\x5f','\xbb','\xf1','\x67','\x5f','\x7b','\xec','\x1c','\x86','\xce','\x4a','\x7c','\xbf','\xdb','\xad','\x43','\x06','\x86','\xf5','\x2c','\xea','\xfe','\x84','\xf3','\x90','\x47','\xd0','\x62','\x4c','\x33','\x20','\x61','\x54','\x8b','\x87','\x6b','\xb0','\x2f','\x04','\x48','\xb8','\x26','\x3b','\xbd','\xf4','\xa8','\xae','\xda','\x10','\x62','\x28','\x28','\x69','\x16','\x64','\x20','\xe0','\xb9','\x3e','\x15','\x7a','\x70','\x87','\xbe','\x20','\x42','\x5f','\x80','\x56','\xa3','\xf1','\xc8','\x8f','\xe3','\xbf','\xf3','\x33','\xf7','\x22','\xbe','\x03','\x7e','\x80','\xc9','\x45','\xd1','\xeb','\x50','\x52','\xd8','\x44','\xb0','\x3e','\x44','\x0b','\x09','\xc6','\x12','\x11','\x96','\x48','\x33','\x89','\x24','\x05','\x5d','\xf9','\xed','\xec','\xcc','\xa8','\xf6','\xf2','\xdb','\x6d','\x3b','\x93','\xe3','\xaf','\x74','\x72','\xf5','\xba','\x23','\x57','\x39','\xc0','\xce','\xbc','\x7a','\xbd','\xc0','\x6f','\x6e','\xb6','\x33','\x15','\x42','\x47','\x31','\x2e','\x60','\x97','\x85','\xa4','\x02','\x17','\xfa','\x06','\xdf','\x84','\x1e','\x10','\x1a','\x71','\x21','\x34','\xdc','\x14','\x52','\x04','\xe5','\x24','\xa1','\x53','\x24','\x70','\xa1','\xc9','\x28','\xa9','\x53','\x52','\x80','\x80','\x4c','\xbb','\x3b','\x6e','\x92','\xce','\x41','\x80','\x7d','\x7b','\xbf','\x13','\x18','\x1f','\x25','\x6d','\x04','\x0b','\x30','\x3e','\x1c','\x23','\x9b','\xee','\xbd','\xa6','\xfb','\x18','\x17','\x3f','\x8e','\xdf','\x8d','\xb9','\x6b','\xf0','\x7e','\x76','\x4b','\xe4','\x31','\x85','\x4e','\x5f','\x23','\xd3','\x2b','\x1c','\x68','\x7a','\x45','\x7a','\xaf','\x6c','\x4c','\xd3','\xf4','\xb4','\x3c','\xf3','\x0a','\x99','\xf9','\x25','\x71','\xff','\xbf','\xcf','\x91','\x37','\xaf','\xef','\x7a','\xb3','\xb2','\x4b','\xb3','\x02','\x9a','\xd5','\xaf','\x19','\x71','\x6d','\xf9','\x17','\xd3','\xcb','\x85','\xe9','\x25','\x36','\xed','\x66','\xd3','\xa3','\xec','\xc4','\xf5','\x64','\xae','\x44','\x8f','\x0b','\xf9','\xb3','\x28','\xe3','\x09','\x1f','\xce','\x11','\x34','\x44','\x3a','\xfa','\x34','\x02','\x76','\xe6','\xa2','\x90','\x87','\x16','\x26','\x16','\x96','\xaf','\xe8','\x90','\x1d','\xe1','\x8c','\x4f','\x55','\x2f','\x5c','\xbd','\xce','\x3a','\x43','\x94','\x14','\xf9','\x12','\x0a','\x10','\x13','\x35','\x70','\xca','\xc0','\x4b','\x32','\xca','\xf9','\x90','\xfa','\x8c','\xa1','\xae','\x70','\x09','\xc2','\x8d','\x9f','\xb8','\x44','\x21','\x9e','\x20','\xf5','\x09','\x7b','\x8c','\x52','\x01','\x2e','\xfc','\xeb','\x12','\xdd','\xf1','\xbd','\xc2','\x40','\x4b','\xac','\x08','\xfe','\x1f','\x48','\xf9','\xb1','\x45','\x0c','\x10','\x23','\xa3','\xc8','\x1d','\x50','\x16','\xc7','\x23','\x30','\xce','\x98','\x71','\x90','\x62','\x5d','\x96','\xb9','\xb9','\x29','\xc6','\x87','\x6a','\x75','\x66','\x15','\xb8','\xa0','\x3e','\x65','\xb0','\x1c','\xb8','\x84','\x49','\x9a','\x0c','\xd4','\xe8','\x0e','\x79','\x78','\x8a','\xdb','\xce','\x86','\x31','\xdd','\x91','\x87','\x37','\xca','\xee','\xff','\x57','\x99','\xfc','\x7f','\xcb','\xbb','\x38','\xa6','\xcb','\x81','\xe9','\xf2','\xee','\xe9','\x72','\x7c','\x9a','\xfe','\x62','\xa7','\x3c','\x4c','\x9e','\x84','\x15','\xaa','\x04','\x2d','\xb1','\x9e','\x29','\x96','\x9b','\xc8','\x8f','\x50','\x53','\x33','\xb0','\xa5','\x49','\xee','\xf8','\x1d','\x4b','\x71','\xfa','\xba','\xbb','\x36','\xe6','\xf6','\x9e','\x05','\x7b','\xc3','\x1d','\xa2','\x9e','\x1a','\x6d','\x29','\xac','\x27','\x59','\x97','\x0a','\x05','\x97','\xc5','\xa4','\xd3','\x0c','\x5f','\x62','\xc1','\xc7','\x93','\x85','\x54','\xc0','\xf0','\xdc','\x46','\xef','\x58','\x6e','\x6e','\xde','\xc6','\xc3','\x8d','\xb8','\x50','\x82','\x6e','\xa1','\xb8','\x9d','\x53','\x21','\x3a','\xb8','\xc2','\x0e','\x2d','\xd7','\x55','\x13','\xec','\xf0','\x63','\x67','\xd8','\xc2','\xa2','\xea','\x5a','\x4c','\x0a','\xbe','\xdc','\x08','\x2c','\x16','\x41','\xb6','\xa6','\x15','\xd0','\xcc','\x03','\x52','\xeb','\x9a','\x61','\x6d','\xa6','\xad','\xe5','\x99','\x75','\x73','\xe6','\x07','\xd8','\xdd','\xf2','\x90','\xea','\x69','\xb9','\x9a','\x96','\xab','\x9a','\xd3','\x09','\x88','\x99','\xa8','\x6e','\x1a','\x05','\x33','\xad','\x3e','\xa3','\xa9','\xc0','\x5e','\x9c','\x3c','\x3c','\xbb','\x65','\x47','\x39','\xeb','\x10','\x8c','\xba','\x6d','\x7b','\xde','\x6e','\xc5','\x21','\x2d','\x49','\xec','\x53','\x3a','\x2f','\xb3','\x31','\x3a','\x61','\x08','\xfb','\x99','\x82','\x3e','\xbd','\x55','\x1e','\x0a','\xb2','\x26','\xec','\xe5','\x6f','\x6f','\x20','\x6a','\x71','\x07','\xd8','\x88','\x24','\xb5','\xf4','\x05','\x76','\xf1','\xa5','\x5f','\x45','\x10','\x5d','\x74','\x1b','\x54','\xb6','\x9b','\xf2','\xf7','\xa1','\x17','\x12','\x07','\xb3','\x1b','\xf5','\xef','\xd3','\x02','\xbf','\xe9','\x20','\xf9','\xfd','\x59','\xae','\xf6','\x85','\x1d','\x95','\xc6','\xc0','\x96','\xc9','\xbd','\x68','\xae','\x4b','\x4c','\x23','\xd5','\xd2','\xa6','\x0d','\xee','\x14','\xc4','\x5f','\x31','\xdc','\xaf','\x94','\xef','\x10','\x5c','\xe8','\xf2','\xb4','\x73','\xc0','\x5a','\x06','\xf9','\x3c','\x6d','\x14','\xc4','\x79','\xbd','\x40','\x29','\x29','\xd2','\x75','\x14','\xc1','\x9b','\xc1','\x9d','\x1d','\xf0','\x77','\x8a','\xad','\x6d','\x7f','\x07','\xfc','\x14','\x31','\xce','\x22','\x0d','\x4f','\x16','\xc6','\x3c','\x15','\x06','\x3c','\xd8','\xf3','\xc2','\xb0','\x6f','\xdb','\xf3','\xa2','\x0f','\x38','\xe8','\x41','\xbb','\x05','\xb9','\xa6','\xdc','\x58','\x9d','\xcc','\x82','\xff','\x3e','\x93','\xd5','\x66','\xb2','\x71','\x01','\x37','\x07','\x7f','\x1f','\x6e','\x6f','\x20','\xe4','\xb4','\xf5','\x7c','\xdf','\xf1','\x69','\xcb','\x43','\x1d','\x03','\x23','\x01','\x24','\xd6','\x0b','\xbb','\x05','\x84','\x46','\x1c','\x01','\xe1','\xa7','\x7b','\x82','\x92','\x62','\x59','\x6e','\x33','\xd1','\x0b','\x7d','\x51','\x14','\xeb','\x50','\x6b','\x13','\x07','\x27','\x11','\xd8','\x87','\x8a','\xc8','\xf3','\xc4','\xe1','\x7a','\x7b','\x7c','\x34','\xd3','\xb0','\x5b','\xda','\x8c','\x19','\x17','\x70','\x73','\xe4','\x9b','\xe4','\xe4','\x9c','\xcc','\x7f','\x5b','\xce','\x74','\xe2','\x48','\x37','\x6c','\xbb','\xc0','\x0d','\x06','\x92','\x66','\x5d','\x29','\x19','\x0a','\x0a','\x12','\x57','\x0b','\x17','\x97','\x71','\x8f','\x0f','\xa8','\xf2','\x03','\xcb','\x86','\xbc','\xa2','\xf1','\xc1','\x01','\xfb','\x07','\xb9','\x85','\x09','\xc4','\x55','\x80','\x4c','\x10','\x9c','\x08','\x72','\xf1','\x75','\x17','\xe5','\x0e','\x70','\x61','\x50','\x63','\xc7','\x2c','\xb6','\x58','\x60','\x18','\x28','\xda','\x68','\x0d','\xb7','\xf5','\x60','\x86','\x62','\xbe','\x78','\xc0','\x81','\xa6','\x46','\xb1','\x01','\xf1','\x1f','\x01','\x37','\x37','\xed','\xa0','\x5e','\x51','\xd8','\xf3','\x76','\xb3','\xe3','\x7f','\xd1','\x82','\xdd','\xdc','\x1a','\x9f','\xb6','\x5f','\xc0','\xe7','\x5d','\xc1','\x70','\x30','\xaa','\x61','\x34','\x7d','\x19','\xe2','\x75','\xc5','\x96','\xe6','\x32','\xe2','\x83','\x66','\x3c','\xd5','\x72','\xab','\xa6','\x5b','\x64','\xb9','\xcb','\x50','\x85','\x6d','\x82','\x5f','\xa0','\x9a','\x75','\x97','\x51','\x70','\x95','\x18','\xdf','\xfb','\x70','\x80','\x62','\x24','\x9d','\x83','\xd4','\x9b','\xec','\x28','\x7f','\xda','\xb8','\x33','\xad','\xf5','\x47','\xe2','\xbb','\xb9','\x6a','\xa6','\xee','\xa1','\xa0','\x7b','\xc2','\xef','\xe5','\xee','\x55','\xaa','\xee','\x78','\x14','\x2c','\x55','\x6f','\xfb','\xef','\xc2','\x97','\xdf','\xf2','\xdf','\x23','\xa4','\x40','\xe7','\x35','\x7f','\x0d','\xb6','\x18','\xd2','\x66','\xd0','\xf4','\x09','\xe3','\xb3','\xfa','\xc4','\x7b','\xba','\x96','\xcb','\xcf','\xe4','\x4e','\xba','\x73','\xe0','\x66','\xcb','\x6f','\x6a','\xf2','\x75','\x2d','\x70','\xbd','\x10','\xd0','\x1e','\x48','\x68','\xd7','\x7e','\xae','\x5d','\xfb','\x3d','\xad','\xcc','\xb4','\x65','\x36','\x6d','\xb2','\x69','\x7f','\xf2','\x38','\xa6','\x33','\x58','\x39','\x54','\x26','\xaa','\x82','\x01','\x77','\xc1','\xfb','\xa8','\x8a','\xa1','\x2a','\x9a','\xaa','\xc4','\x55','\x3e','\x9c','\x08','\xfc','\xca','\x54','\x8b','\x24','\xba','\xe4','\xbc','\x3f','\x5d','\xef','\x8f','\x14','\xfa','\xb9','\xfe','\x82','\x26','\x07','\x6c','\xc3','\x77','\x44','\x82','\x7c','\xb6','\xb6','\xff','\x35','\xf1','\xfe','\xe3','\x0c','\x7a','\x50','\x96','\x13','\xbe','\xc0','\xbb','\x26','\x4d','\x94','\x59','\xe2','\x81','\x7a','\x4e','\x2b','\xe4','\x18','\xdb','\x08','\xb2','\x45','\x3f','\xd8','\x09','\x8e','\x5c','\xe5','\xf2','\xe7','\xb1','\x33','\xed','\x7d','\xe1','\xc4','\x01','\xf8','\x38','\x73','\x3f','\x05','\x42','\xf9','\x42','\xce','\x4b','\x90','\x3a','\x2e','\x4f','\xb6','\xdb','\x92','\xb2','\x99','\x4c','\x7d','\x26','\x53','\x10','\x37','\x0e','\x92','\x33','\xbf','\x0d','\xf1','\x84','\xf6','\x38','\x0b','\xf9','\x0c','\x64','\xeb','\xcc','\x48','\x35','\x20','\x4e','\x22','\x42','\x25','\x62','\xbf','\x83','\x1c','\xdb','\x05','\xc6','\x80','\x1b','\xe2','\x24','\xb7','\xea','\x2f','\xf1','\x3e','\x11','\x20','\x78','\xea','\x21','\x87','\x6c','\x6e','\x0b','\xa3','\x3a','\x1c','\x12','\x1a','\xec','\x60','\x5a','\x6d','\xcd','\x30','\xf6','\x70','\xcb','\x09','\xb6','\x1c','\x94','\xd5','\x96','\xcc','\x58','\x7f','\x8b','\x05','\xea','\x4c','\x65','\xf1','\x7a','\xc2','\x2e','\x68','\x22','\x28','\x93','\x66','\x5c','\xde','\x27','\x0d','\x68','\x58','\x14','\x81','\xd8','\x89','\xe6','\xad','\x6b','\x5e','\x45','\x73','\xdd','\x75','\xd2','\xb5','\x7b','\x66','\x61','\xb7','\x7e','\xec','\xad','\xe3','\x0f','\xdf','\x95','\xe3','\xb8','\x63','\x8f','\xe6','\xbd','\x7b','\x66','\xd7','\x2f','\x4e','\xec','\xa2','\x7a','\x40','\xd1','\x03','\xbd','\x6f','\xaa','\x4a','\xf5','\x86','\x22','\x5c','\x64','\x88','\xf2','\x68','\x0c','\x59','\x49','\xbe','\x7f','\x89','\x13','\x0f','\xc7','\x7c','\x93','\x8a','\xb8','\x31','\xe2','\x30','\xc6','\x31','\xf8','\x4d','\x33','\x51','\x0e','\x37','\x64','\xcc','\x5c','\x27','\x33','\x51','\x79','\x26','\x4a','\x05','\xb8','\x02','\xad','\xcf','\x44','\x0b','\xfc','\xc6','\xc1','\x96','\xdf','\x24','\x92','\x96','\xb9','\x4d','\xe9','\xb5','\x21','\x1a','\xe8','\x62','\xda','\x42','\x42','\x9f','\x80','\x1e','\x04','\x7a','\xae','\x47','\x97','\x89','\xbe','\xab','\x05','\x57','\x2a','\x83','\x51','\xa7','\x70','\xbb','\x6e','\x4c','\x7f','\xab','\x51','\x79','\xac','\x5e','\x51','\xd9','\x59','\x06','\x87','\xf4','\xe4','\xd0','\xcf','\xe7','\xe8','\x0c','\x8d','\x24','\x93','\x60','\x0c','\xb1','\x11','\x3f','\xa4','\x70','\x88','\x78','\x54','\xaa','\xae','\x49','\x88','\x4f','\x28','\x37','\x99','\xee','\xe0','\xf6','\xcf','\x22','\xf6','\x3e','\xaf','\xef','\xfa','\x72','\x34','\x20','\xa0','\xfe','\xa7','\xcf','\xdd','\xf8','\xdf','\x7f','\xfb','\xb1','\xbf','\xfa','\x0a','\xb7','\xe8','\x1c','\x1c','\x5a','\x1c','\x0b','\x18','\xa4','\xcb','\x8e','\x02','\x23','\x8a','\x8b','\x13','\x83','\x85','\xb5','\x47','\xff','\x8e','\xdb','\x6c','\x8c','\x4f','\xd6','\x92','\xcf','\xdd','\xaa','\xca','\x4b','\x00','\xda','\xac','\x2a','\x4b','\x55','\xb6','\x54','\xad','\x2f','\x55','\x0b','\x4d','\x7e','\x43','\x1c','\x24','\x9f','\x99','\xa3','\x26','\xd7','\xa7','\xdc','\x8e','\xab','\x11','\xcd','\x22','\x5a','\x05','\xe9','\xb6','\x87','\xeb','\xd3','\x75','\xa4','\x5d','\x22','\xcc','\x6a','\xb1','\x2a','\x71','\xb7','\x64','\x77','\x75','\xbf','\x5c','\x65','\x1c','\xf4','\x07','\xb6','\xc2','\xf5','\x4e','\x95','\xd5','\xab','\x62','\x43','\x70','\x04','\x21','\x98','\xfd','\xf8','\xe7','\xeb','\x07','\x99','\x16','\x49','\x7a','\x28','\xd4','\xfc','\xea','\x24','\xa1','\x4b','\xf6','\x75','\xc4','\x74','\x83','\xe9','\xc7','\x5a','\xfa','\x74','\x5c','\xff','\x6c','\x5c','\xdf','\xd5','\x41','\x6f','\x4b','\x57','\x0a','\x00','\xd6','\xd0','\xeb','\xdf','\xd1','\x1f','\xfb','\x2e','\x56','\x13','\x38','\x9e','\xc0','\x07','\x19','\x4e','\x72','\x95','\xc4','\xb8','\xbd','\x91','\x24','\x52','\x13','\x17','\x0d','\xec','\x96','\xd1','\xa2','\x0f','\x4d','\x9b','\x86','\xba','\xac','\xc5','\x15','\xb0','\x5b','\x70','\xda','\xbd','\xaf','\xe0','\xa6','\x35','\xb2','\x6b','\x59','\xee','\x71','\x43','\x5a','\xf2','\x3c','\x76','\xd6','\xe1','\x63','\x7c','\xa3','\x61','\x11','\xe0','\xa1','\xc9','\xa4','\x16','\xee','\xf2','\xbf','\xc4','\xfe','\x6a','\x9f','\x83','\x60','\xee','\x5f','\x40','\x28','\x48','\x8e','\x40','\xbc','\x4e','\xa1','\x84','\xeb','\xaf','\x39','\x42','\xd3','\x04','\x5c','\x7c','\x6e','\xb7','\xdc','\x36','\xbe','\x01','\x47','\x83','\x4d','\x2c','\x18','\x02','\x50','\xaa','\x81','\x18','\x35','\x44','\x30','\x26','\x9e','\xe2','\xf6','\x8f','\xe2','\x9e','\x08','\xba','\x87','\x28','\x49','\x28','\x72','\x22','\x0a','\xf1','\x5e','\xc2','\x7d','\x40','\x4b','\x24','\xcb','\x71','\x87','\x77','\x47','\x5c','\x62','\x10','\x81','\x34','\xe0','\x92','\xca','\x0b','\x27','\x18','\xba','\xeb','\xe2','\xdb','\x0b','\xa7','\x61','\xd7','\xaa','\x4b','\x51','\xf5','\x4f','\x46','\xee','\x78','\x3e','\x7a','\xc7','\x1f','\x67','\xbc','\x7f','\x5c','\xda','\xf5','\x85','\x4c','\xe0','\x79','\x3d','\xf0','\xc7','\x23','\xea','\x17','\x46','\x6e','\x3c','\x87','\xf9','\xce','\x86','\x49','\x87','\xa6','\xa0','\x5c','\xef','\xb4','\xc0','\x1f','\x84','\x3e','\xce','\x88','\x4c','\xc0','\x66','\xe4','\x4e','\xb7','\x6b','\x71','\x69','\x61','\x51','\x86','\x38','\x9b','\x12','\x89','\xcb','\x0c','\xf4','\x3b','\x77','\x87','\x50','\x09','\xfc','\xee','\x76','\x7c','\x8c','\xd4','\xed','\xd6','\x6d','\xec','\x4c','\x91','\xd7','\x4d','\x2c','\xe0','\x82','\x46','\x57','\x1b','\xc8','\x42','\xd0','\xa2','\x93','\x8f','\x4f','\x75','\xe9','\x60','\x35','\xe3','\xae','\xe6','\xdd','\x26','\xdb','\xf5','\xa5','\x67','\x76','\x8d','\xf9','\xfb','\xe8','\xe7','\xa8','\x02','\x67','\x31','\x6f','\x71','\xbd','\x13','\xd1','\x98','\xd2','\x0e','\x48','\x25','\xa5','\x1a','\x45','\x56','\xc4','\x8d','\x02','\x9e','\x0c','\x29','\x15','\xc9','\xe5','\x0c','\xaa','\x66','\x90','\x9c','\x59','\xb4','\x33','\x1a','\xcb','\x30','\x36','\xff','\xab','\xf1','\xcc','\x1d','\x02','\xde','\x78','\x66','\x57','\x3c','\x13','\x88','\xcf','\x07','\x5a','\x19','\x35','\x9e','\xb9','\x11','\xcf','\x14','\x58','\x85','\x45','\x4a','\x4c','\xe3','\x56','\x50','\x29','\xb9','\x30','\x16','\xe8','\xb9','\x65','\x3d','\xcb','\xcc','\x08','\xff','\x58','\x63','\x7e','\x38','\xbf','\xb8','\xd8','\x70','\x42','\xa8','\x24','\xd5','\x90','\x3b','\x3d','\x7c','\xb9','\x80','\x80','\xb8','\x68','\xb1','\xc5','\xa6','\x08','\xdb','\x24','\xac','\x4c','\x0e','\x89','\x7e','\xd9','\x9d','\xb8','\x84','\x98','\xf7','\x4e','\x9c','\x5f','\xe3','\xc6','\xaa','\x88','\xf3','\x43','\xbc','\xae','\xd8','\x10','\xe7','\x5f','\x14','\xf4','\x57','\x84','\x32','\x85','\xd5','\xb9','\xc9','\xc5','\x9d','\x77','\xc9','\x71','\xe1','\x67','\x93','\x2c','\x0c','\xe7','\x0e','\x8e','\x3e','\x4d','\x59','\xd0','\x29','\x76','\xd1','\x03','\x72','\x55','\x2d','\x69','\xaa','\x19','\x67','\x72','\x9c','\x3b','\x8b','\x5c','\xa5','\xde','\x8f','\xc9','\x6c','\x71','\xfb','\x3c','\x65','\x06','\xd7','\xe7','\xe7','\xb7','\xe3','\x2d','\x1a','\x16','\xe7','\x05','\x40','\x60','\x37','\x34','\xa4','\xa4','\xbe','\x1c','\x4c','\xf4','\xd3','\x44','\xbf','\x92','\x90','\x22','\x89','\x62','\x2b','\x81','\x8d','\x14','\x36','\x12','\x24','\x03','\x59','\x1c','\x72','\x84','\x6b','\x86','\x84','\x5a','\x4e','\x4d','\xfb','\x13','\x4f','\x46','\x13','\x5e','\x96','\xb8','\x23','\x3d','\xe4','\x42','\x43','\x77','\x68','\xb9','\xcf','\x07','\x27','\x54','\xdf','\xfd','\x1f','\xc6','\x25','\xa9','\x73','\xfe','\xb5','\x50','\x02','\x7b','\x63','\xdd','\xe0','\x30','\x5e','\x6e','\x6a','\xeb','\x66','\x9c','\x83','\x0b','\xf9','\x75','\x93','\x83','\xac','\x9b','\xf2','\xcb','\x4d','\x91','\xab','\x8f','\xd8','\x0a','\xa9','\x5f','\x68','\x3d','\xc6','\x95','\x15','\x05','\xc4','\xb9','\x9f','\x22','\xc6','\x27','\x22','\xad','\x52','\x20','\x00','\xd9','\xd3','\x8e','\x67','\x4e','\x50','\xf0','\x97','\xc5','\xe0','\x74','\xe2','\x99','\xdc','\x6e','\x69','\xc8','\xd0','\x41','\x8a','\x7b','\x8e','\x8e','\x1f','\xa7','\xc1','\xbc','\xf3','\x49','\x87','\x00','\xaa','\x96','\x74','\xc1','\xbc','\x77','\xf6','\x17','\x88','\x56','\xbe','\x49','\x60','\xbe','\xb2','\x11','\x6d','\x32','\x13','\xe7','\xa2','\xd5','\x72','\xbb','\x37','\x96','\x85','\xfe','\x12','\x71','\x51','\xa8','\xff','\xa7','\xcc','\xdf','\x6c','\x9f','\x5b','\x51','\x71','\x6e','\xc5','\x58','\x72','\xba','\x1e','\x30','\xb4','\x48','\x1a','\xd1','\x34','\x2c','\x66','\xb1','\x2f','\xdc','\x37','\xeb','\x1d','\x27','\x3e','\x9f','\xaa','\x43','\x7c','\x5e','\xa8','\xd4','\x1d','\x7e','\x65','\x72','\xdb','\xaf','\x4c','\x22','\xcc','\xae','\xda','\x89','\x9a','\x36','\x86','\xd2','\xcc','\x5d','\x62','\x1f','\xb3','\x99','\x8e','\x53','\xd7','\x71','\xb8','\x82','\x91','\x87','\x7b','\x1c','\xd8','\xc3','\x1d','\xfb','\x28','\x7e','\xfb','\x9e','\xd6','\x3d','\x3a','\xbe','\xa7','\x84','\x47','\x4a','\x38','\x5a','\xc1','\xd1','\x13','\x2d','\xfd','\x71','\x94','\x19','\x2a','\x97','\x3c','\x38','\x44','\x3c','\x84','\x49','\x60','\x3a','\xb5','\xb0','\xf7','\x4b','\xb6','\xd7','\x2c','\xbb','\x04','\x16','\x9a','\xe5','\x69','\xb3','\xac','\x9a','\xe5','\x5f','\x35','\xcb','\x77','\x98','\x4f','\xdf','\xc1','\x5f','\x95','\x6f','\x0d','\x63','\x34','\xb0','\x32','\x1b','\x58','\x9e','\x52','\xcd','\xa9','\x1b','\xdf','\xdd','\x7c','\xec','\x7a','\xf9','\x9e','\x85','\xa7','\x13','\xae','\xbe','\x78','\x4f','\x7f','\xd2','\x0d','\xad','\x81','\x23','\xa2','\xd2','\xc4','\x2b','\xea','\x6a','\xc1','\xdc','\x6b','\xb5','\x8c','\x4a','\x45','\xab','\x54','\x58','\xab','\x75','\x30','\x92','\x76','\x27','\x35','\x37','\x5b','\x92','\x8b','\x2d','\xb0','\x7b','\x5f','\x59','\xe6','\x4b','\x51','\x9d','\x36','\x7e','\xce','\xfd','\xb8','\x62','\xf3','\x26','\xbb','\x37','\x22','\xe4','\x86','\xe3','\xbb','\x23','\xbb','\x89','\x2c','\x62','\x70','\x51','\x6d','\x37','\xe3','\x16','\x8a','\x5f','\xad','\xbb','\xaf','\x28','\xee','\xab','\x5c','\xde','\x20','\x98','\xf7','\x4d','\x93','\x83','\x95','\xcd','\xfa','\x85','\xe6','\x63','\x65','\xa4','\xd2','\x1e','\x8e','\x38','\x95','\x92','\x61','\x9b','\xfa','\x5b','\x11','\x6a','\xf4','\x36','\x61','\xe2','\x38','\x10','\x29','\x49','\xb6','\x6d','\xb8','\x58','\xba','\x87','\xfb','\x43','\xec','\xe1','\x26','\x1c','\xe2','\xcb','\x68','\x44','\x0e','\xd8','\xbb','\x9a','\x4c','\x04','\x55','\xb8','\xbe','\x62','\x37','\x5a','\xec','\x31','\x53','\xe8','\x2e','\x81','\x43','\x4d','\x16','\x30','\xd9','\x8e','\x79','\xe7','\x56','\x60','\x90','\xeb','\x1d','\x9f','\x66','\x61','\x90','\x87','\x9d','\xa3','\x0e','\xc8','\xec','\x4b','\x35','\x28','\x5e','\xa2','\xe4','\x0c','\xa3','\x9f','\xa8','\x27','\xa7','\x0a','\x9b','\x5a','\xc2','\x89','\x87','\xdb','\x17','\x92','\xb3','\x3e','\x3e','\xe3','\xae','\x75','\x74','\x68','\xc1','\x54','\x17','\x5b','\xea','\x59','\xaa','\xfe','\x07','\x96','\x5a','\xaa','\xa9','\x8b','\x86','\xeb','\x6b','\x90','\x3b','\x53','\x84','\xee','\x63','\xac','\x17','\x42','\xaa','\x10','\xa5','\x3b','\xf6','\x8c','\xc6','\x15','\xb9','\xeb','\x99','\xb1','\xe2','\x8f','\x6a','\xd2','\x79','\xe4','\x81','\x53','\xf8','\x59','\xe8','\x7f','\x01','\x5d','\xc8','\x50','\x57','\xbc','\x4e','\x01','\x46','\x06','\xbb','\x69','\xcc','\x11','\xed','\x63','\xe0','\xbf','\x27','\xc0','\x7f','\x4f','\xbb','\x69','\x84','\xaf','\x7e','\xf9','\x84','\x3f','\x70','\x36','\x43','\x69','\x8d','\x4d','\x5f','\xa9','\x4b','\xdc','\x76','\x4f','\xb2','\x02','\x37','\x50','\x6a','\x7c','\xd7','\x27','\x7d','\x88','\x16','\xd0','\xb6','\x1e','\xd4','\x2d','\xc9','\xae','\x20','\xcd','\x36','\xb4','\x52','\xee','\xbd','\xa5','\xf8','\xc3','\x27','\xe3','\xba','\xf6','\xa1','\x19','\xc0','\x9d','\x4d','\xf0','\xd1','\x14','\xad','\xa0','\x34','\xae','\xb1','\x37','\xaf','\xdd','\x78','\xf3','\xda','\x63','\x79','\xee','\x60','\x96','\x0f','\x4e','\x43','\xab','\xa1','\xe4','\x71','\x1f','\xb7','\x0f','\x23','\x22','\x5a','\x4e','\x66','\xca','\xb0','\xbf','\x66','\xca','\x68','\xb2','\x6c','\x5c','\xbe','\x90','\x3e','\x73','\xee','\x61','\x84','\x66','\x0c','\xb0','\xc7','\xe4','\x45','\xbc','\x6b','\xd1','\xbd','\x6b','\x11','\x41','\x2f','\xd8','\xed','\x73','\x61','\xa7','\x5f','\xd1','\x1c','\x57','\xa8','\x6d','\xf9','\xac','\x92','\xdd','\xef','\xb4','\x9c','\xb3','\x6c','\xa4','\x2e','\xf7','\xa8','\xcd','\xc5','\x1b','\xc6','\x84','\x6a','\xe4','\x5c','\xcb','\x39','\x57','\xf3','\x4e','\x97','\x71','\xa7','\x6a','\xdc','\x79','\xa3','\xd4','\x9f','\xb2','\x15','\x75','\x45','\x81','\xbe','\xd7','\x5f','\xae','\xab','\x5f','\x29','\xa8','\x65','\xa6','\x2e','\xc3','\xb4','\x3d','\xfa','\xb3','\x23','\x3f','\xc5','\xf4','\x32','\x8e','\x8c','\x23','\xfa','\x84','\x41','\x72','\x98','\xe4','\x6c','\x94','\xa1','\xe8','\xbf','\x53','\x63','\x73','\x2d','\xbd','\x52','\xf8','\xec','\x4a','\xed','\xb3','\x4f','\xbe','\x70','\xe7','\x97','\xc3','\xde','\x67','\x70','\x60','\xa5','\xd6','\xbb','\x62','\xf5','\xae','\x54','\xd4','\x0b','\xb6','\xfa','\xe4','\xb5','\x1b','\x5f','\xbe','\xf6','\xd8','\x53','\x9b','\x6a','\xa9','\xaa','\x2e','\x5d','\x55','\x97','\x2b','\x87','\x56','\x2a','\x01','\xc3','\xea','\xc4','\xfd','\xb8','\x8e','\x9f','\x84','\xf8','\x06','\xe8','\x53','\xa1','\x77','\xe0','\xdc','\xaa','\x87','\x6f','\x0a','\xae','\xae','\xb9','\xe3','\x20','\x4b','\x32','\xb5','\xcf','\x52','\x29','\xc8','\xa4','\xd5','\x1b','\xef','\xa6','\x0b','\xfd','\x1a','\x4b','\x24','\xd9','\x50','\x98','\x4d','\xf8','\x0e','\x9d','\xc3','\x60','\x1f','\x76','\x9f','\xa7','\x40','\x2f','\xc5','\xac','\x91','\x7f','\x53','\xcb','\x99','\x71','\x3d','\x1f','\x3f','\x19','\x73','\x8b','\x90','\x1d','\xc8','\xe7','\xd3','\x22','\x7e','\x78','\x09','\xb3','\xcb','\x99','\xfa','\xe5','\x68','\xe1','\xe5','\xb7','\xd9','\x4b','\x23','\xec','\x4a','\x57','\x5c','\x62','\x6b','\x1d','\x4a','\x76','\x5b','\xbf','\x2f','\x82','\xfe','\x8a','\x5f','\xc6','\xf1','\x4b','\x19','\xf7','\x25','\xdd','\x7d','\x25','\x43','\x2e','\x57','\xe4','\x57','\x9f','\xa5','\x3f','\xdc','\x43','\xbf','\xff','\x15','\x76','\xa9','\x52','\xbf','\xac','\x17','\xae','\xe8','\xec','\xaf','\x31','\x5b','\x07','\xb4','\xe3','\x3f','\xce','\xb9','\x43','\xb1','\x29','\xce','\xe3','\xdc','\x10','\xcf','\xe4','\x2f','\x45','\x69','\x5c','\x51','\xe2','\xad','\x96','\x5b','\x51','\x20','\xdb','\x30','\x78','\xd7','\xae','\x1b','\x50','\xc4','\x04','\x76','\x82','\xdd','\x12','\x71','\xec','\x8e','\x7e','\x67','\x1b','\x49','\x0d','\xf4','\x7b','\x47','\x9f','\x42','\x73','\x90','\xce','\x3e','\x45','\xe9','\xab','\x8d','\x19','\x2b','\x32','\x63','\x59','\xee','\x97','\xf9','\x5f','\x59','\x32','\xc7','\x86','\x45','\xd7','\x8d','\xc0','\xf7','\xe6','\xd5','\xd3','\xee','\x1b','\x4b','\xf2','\x63','\x7e','\x25','\x31','\x67','\xc7','\x63','\xf4','\x20','\x1f','\xdc','\x51','\x70','\xe0','\xdb','\xf6','\x61','\x3c','\xee','\x75','\xec','\xc3','\xd9','\x59','\xe3','\x73','\xb3','\xda','\xb7','\xbf','\xa3','\xaa','\xf7','\x1c','\x64','\x71','\xb0','\xc3','\x23','\x70','\x98','\xeb','\xe8','\x41','\x85','\xeb','\x41','\xe7','\x3c','\x45','\xdc','\xb0','\x08','\x78','\x97','\xc9','\x74','\x83','\xdb','\x28','\xed','\xf1','\x81','\x73','\x10','\x86','\x12','\x0d','\x94','\x40','\x46','\x02','\xa5','\x13','\xe4','\x61','\xbb','\x35','\xe3','\x04','\xe7','\x93','\x49','\x19','\xce','\x3d','\xe3','\x81','\xa3','\xa9','\x80','\xca','\x54','\x95','\xdd','\x50','\xd9','\x63','\xe2','\x46','\x3d','\xca','\x12','\x37','\x46','\x0e','\xbd','\x68','\x07','\xb8','\x1f','\x80','\x85','\xfc','\x89','\x46','\x39','\xd0','\xb3','\xcf','\x22','\x5d','\x37','\x74','\x3d','\xfd','\x5b','\xbf','\x35','\x53','\xa9','\xcc','\x7c','\xed','\x6b','\x77','\x78','\x45','\x70','\x55','\x3c','\x2a','\xa0','\xc6','\x03','\xa9','\xd4','\xfb','\x3d','\x07','\xe2','\x48','\xa9','\x76','\xdf','\x40','\x94','\x82','\x14','\x31','\x83','\x9b','\xd1','\xa9','\xba','\xf0','\x53','\x4c','\x37','\x1f','\x6a','\xe8','\x9f','\x60','\xca','\x63','\x66','\xa0','\xce','\x55','\x18','\xff','\xe6','\x23','\xe0','\xe7','\x46','\x18','\x57','\xd0','\xce','\x49','\x51','\xd2','\x55','\xe7','\x1e','\x01','\xff','\x80','\xf2','\xa5','\xb8','\x6f','\x9f','\xdf','\x6e','\xb9','\x06','\x23','\x1c','\x0b','\x83','\x7b','\xe1','\x1c','\xff','\x01','\x8d','\x7d','\xf2','\x93','\xee','\xff','\xf6','\x37','\xee','\xf2','\x85','\x5d','\x4f','\xfa','\xee','\xe4','\xca','\xab','\xd8','\xa0','\x22','\xa9','\xa4','\xae','\x89','\x38','\x6d','\xa7','\x9b','\x73','\x52','\x7c','\xce','\x87','\x8a','\x3e','\x19','\x21','\x4f','\xee','\x23','\x7c','\x31','\x3f','\x19','\x71','\xdd','\x15','\x31','\x94','\xff','\xbf','\x9e','\xe3','\xc8','\x67','\x27','\x9e','\xc0','\x1f','\x75','\x39','\x63','\x5c','\xce','\x68','\x97','\x33','\x10','\x6f','\x69','\xc7','\x25','\x20','\x85','\x4b','\x16','\x46','\x4b','\xfb','\xfc','\x3d','\xd5','\x10','\xf6','\x18','\xe8','\xb2','\x6d','\x7b','\x8c','\xa5','\x03','\xf1','\x82','\x97','\xfb','\x17','\xf1','\xb4','\x2b','\x6e','\xb9','\xe2','\xa5','\x85','\x96','\xad','\xb9','\x64','\xd6','\xe3','\x63','\xc8','\xbc','\xa3','\x65','\xf2','\xf1','\x91','\xd9','\xb2','\xcc','\xa6','\x28','\x9b','\xea','\x6d','\x3d','\xc0','\x7d','\xdc','\x3a','\x8b','\x14','\xb8','\xa7','\x3b','\x32','\x95','\x68','\xfc','\x58','\x5d','\x3f','\x77','\x48','\xf2','\x51','\xb2','\xd3','\xee','\x55','\x44','\x7c','\xd5','\x9d','\xd6','\x90','\xd9','\x7e','\x9f','\x54','\xc3','\x2d','\x0c','\x02','\x90','\xcf','\xa2','\x2e','\x8c','\xa5','\x1a','\x75','\x17','\x2a','\xf0','\x5f','\xc4','\x55','\x8f','\x0b','\x31','\x57','\x4f','\x27','\xff','\x87','\x1b','\x09','\x0d','\x5c','\xe4','\x8f','\x52','\xb8','\x91','\x80','\x12','\xcc','\xd8','\x9d','\xc9','\x09','\x7f','\x96','\xf5','\x47','\xdc','\xfd','\xcc','\x9d','\x08','\x92','\x9c','\x5f','\xde','\xc0','\xfd','\x62','\x88','\xba','\xe2','\xe1','\xed','\x96','\x7e','\xed','\xf1','\x09','\xca','\x40','\x0a','\x12','\x20','\x5e','\xbb','\x2c','\x18','\xa7','\xd9','\xa2','\xfd','\xba','\x86','\x3e','\xc6','\xb8','\xbe','\xe6','\xc3','\xb6','\xc1','\x41','\xa1','\xaa','\xc5','\xde','\x47','\x7b','\x3c','\x01','\xa9','\xc4','\xce','\xe0','\xfa','\x65','\x52','\xb8','\x42','\x98','\xa7','\x9c','\x68','\x2a','\x6a','\x2d','\x72','\x08','\xa5','\x29','\x32','\xf8','\x38','\xd3','\x0e','\x7f','\x0b','\x1a','\xcf','\xa0','\xf9','\xa2','\x71','\x3c','\xa3','\x1d','\xcf','\xc4','\x05','\xdc','\xf3','\xf3','\xee','\xe3','\x19','\xfe','\x57','\x72','\x4f','\x1a','\xe8','\x11','\xb6','\xce','\xbb','\xb9','\x7d','\xd8','\x39','\xf2','\x76','\xec','\x31','\x47','\xfe','\x78','\x85','\xfc','\x71','\xad','\x44','\x5c','\x26','\x5b','\x58','\x4a','\x4f','\xdb','\x2d','\x75','\x29','\xcd','\xe1','\xba','\xd8','\xdc','\xb5','\x34','\x09','\x00','\x1d','\x34','\xc9','\xa1','\x5e','\x6c','\xde','\x30','\xd3','\x8f','\x05','\xb5','\xc4','\xdd','\x0f','\xc4','\x0f','\x7e','\xe6','\xe0','\xcc','\xfd','\x87','\x96','\x32','\xd4','\x9d','\x8e','\x40','\xc2','\x9f','\x20','\x33','\xe7','\x93','\x4e','\x0c','\x97','\xbc','\x64','\x94','\x33','\xda','\xb5','\x93','\xc2','\x6e','\x69','\xba','\x0b','\x29','\xf7','\xda','\x88','\xd7','\xb1','\x5b','\x9c','\xbc','\x02','\xee','\xa7','\x4c','\xa0','\xc2','\x13','\x11','\x18','\x9c','\x0d','\xc2','\x16','\x7d','\x87','\xc2','\x20','\x0f','\xb7','\xcf','\x61','\x27','\x21','\x99','\x04','\xce','\x2f','\x3e','\x1b','\xd3','\x1e','\x8e','\xc5','\x1f','\xce','\xc6','\x1f','\x7d','\x53','\x9c','\xa7','\x98','\xe4','\xe1','\xbc','\xfc','\xd9','\x18','\x9d','\x16','\xe7','\x5f','\xdd','\xf1','\x1f','\xe7','\xbc','\x49','\xe4','\xc9','\x44','\x0a','\x5c','\x31','\x01','\x81','\x43','\x7f','\xeb','\x01','\xa4','\x5d','\x43','\xda','\x95','\x85','\x86','\x79','\x6c','\x57','\x69','\x7a','\x97','\x67','\xfa','\x43','\x3d','\xbb','\xde','\x69','\xee','\x92','\x35','\x8e','\x80','\xac','\xf5','\x36','\x74','\x25','\x67','\x43','\x9e','\xd5','\x8c','\xf6','\x44','\x0b','\x12','\xb7','\x1c','\x24','\x35','\xa1','\xdd','\x14','\xe0','\x55','\x73','\x8c','\x5a','\x88','\x6b','\x85','\x6b','\xed','\xf3','\xb8','\x66','\x33','\x6e','\x9a','\x6e','\x01','\xd2','\x6c','\x3a','\xf1','\x8d','\xfe','\x0f','\x88','\x6f','\x38','\xf1','\xf9','\xcb','\x19','\x0e','\xbe','\x29','\xc4','\x39','\x11','\xd2','\x24','\x39','\x2e','\x54','\x86','\x5b','\xa8','\x0c','\xa2','\x44','\x64','\x99','\x8b','\xb3','\xf1','\xae','\x78','\xb8','\x9b','\x0b','\xd8','\x9d','\xe7','\xf8','\x88','\x70','\x63','\x3a','\x55','\xc7','\x1a','\x97','\xa7','\xd0','\x0d','\x70','\xa1','\xaa','\x1d','\xaf','\x6a','\x6c','\x73','\x9e','\x5d','\x1b','\x73','\xd7','\x90','\xfb','\x6a','\x03','\xec','\x1f','\xa7','\x46','\xf5','\x6a','\x83','\x59','\xa8','\x7e','\xb5','\x51','\xe0','\x3a','\xf3','\x42','\xb3','\xdb','\xee','\x6d','\xdb','\xcf','\xdc','\x95','\x73','\x19','\x68','\xd7','\x0a','\x92','\x15','\xc8','\x93','\x91','\x95','\x38','\x87','\x08','\x1e','\xb6','\xf3','\x01','\x44','\xf0','\x10','\xe2','\x87','\xa9','\x66','\x3b','\x1f','\x20','\xd5','\x04','\x9f','\x31','\x34','\x9a','\x4c','\xfa','\xa9','\x25','\x45','\x10','\x38','\x0e','\xd0','\x8c','\x43','\x9c','\x13','\x71','\xfd','\xb3','\x88','\xdd','\xe9','\xeb','\xdc','\xf0','\x47','\x33','\x18','\xdd','\x71','\x7d','\x96','\x78','\x91','\x4c','\x2d','\x99','\xcd','\xd2','\x47','\x2f','\x70','\xbb','\x74','\x04','\xa1','\xba','\xdd','\x2c','\x6c','\xd3','\x48','\xcf','\x25','\x21','\xe8','\xbc','\x53','\x0f','\xca','\x06','\x72','\x57','\x17','\xde','\x7e','\x41','\xfb','\xd4','\x7e','\xc6','\xf1','\x37','\x31','\xf7','\x97','\x0f','\xba','\x9f','\x3f','\xe1','\x95','\x7a','\x64','\xe7','\x38','\x45','\x88','\x9d','\x6d','\xf9','\x03','\x07','\x98','\xf4','\x90','\x41','\xfb','\x10','\xdd','\x71','\x7e','\x0a','\xa1','\xa4','\x4e','\xde','\x05','\xf7','\x07','\x29','\x73','\x3f','\xb0','\xea','\x9e','\xb9','\x42','\x0e','\x7c','\x46','\x96','\x15','\xca','\x5d','\xd9','\x7d','\x93','\x2a','\xd7','\x5f','\xaf','\x1e','\x2f','\x70','\xf9','\x3b','\xb9','\xcc','\x26','\x27','\x99','\xa9','\x1f','\x32','\xa1','\xaf','\xac','\x88','\xcf','\x53','\xec','\x69','\xe2','\x12','\x42','\x25','\x38','\xd2','\x85','\x12','\x9c','\x0b','\xaf','\x43','\xea','\x4d','\x84','\xb9','\x9f','\x08','\xba','\x5f','\x34','\x89','\xaf','\x26','\x27','\x67','\x69','\x2d','\xdc','\xcf','\xb7','\x15','\x7f','\x9f','\x62','\xa3','\xa0','\x41','\xc0','\x7f','\xa7','\x3c','\xec','\x9c','\x37','\x0d','\x21','\xf4','\x84','\x82','\x72','\xc4','\xd8','\x00','\xbf','\x3b','\xbe','\xe8','\x61','\x8b','\x6e','\xf7','\xbf','\xff','\x4d','\xf7','\x97','\xf7','\x91','\x2f','\xef','\x93','\xff','\xfd','\x6f','\x42','\x4d','\xe8','\xa2','\x9b','\xfd','\xfb','\xdf','\xac','\x7f','\x79','\x5f','\xe1','\xcb','\xfb','\xf8','\x0d','\xff','\x01','\x8e','\xe4','\xe2','\x28','\x5d','\xa4','\x11','\x97','\x45','\x8f','\x19','\xe4','\x18','\xf0','\x39','\x40','\xaa','\xfe','\x3a','\x32','\x88','\xa9','\xc5','\x9e','\x8d','\xe7','\x47','\xe2','\x27','\xea','\xed','\xf3','\xe5','\x62','\x53','\x9e','\x9c','\xa4','\x1c','\x5c','\x76','\xf1','\x71','\x46','\xf8','\xb1','\x4e','\xf0','\x10','\xe2','\x87','\x4e','\x5c','\x1d','\x8a','\x4f','\x3b','\xfe','\xc5','\xc5','\xd7','\x51','\x0f','\x32','\xf6','\x96','\xb5','\x27','\xaa','\xf1','\x17','\x09','\xe4','\xed','\xd8','\x8d','\x6d','\x7b','\xd5','\xc9','\x8f','\xe2','\xf2','\xd0','\xc9','\x4f','\xe0','\x2a','\x55','\x46','\x2c','\x58','\x48','\xb2','\x20','\xb7','\x37','\x22','\xc7','\x22','\xf4','\xb3','\xfb','\xc8','\xc3','\x51','\xf2','\xf0','\x3e','\xf4','\xf0','\x7e','\xb4','\x1e','\x31','\x5e','\x6e','\xa5','\x2f','\x2b','\x0f','\x6f','\xd0','\x87','\xd7','\x23','\x78','\x4b','\xbf','\x5f','\xe5','\xca','\xcb','\xe2','\x60','\xdc','\x4f','\x59','\x5f','\x2d','\xac','\xaf','\xb2','\x75','\x6e','\x23','\x50','\x76','\x29','\x9c','\xbc','\xec','\xa3','\x9b','\x58','\xf1','\x15','\x08','\x81','\xa0','\x31','\x86','\x5a','\x7d','\x0d','\x19','\x90','\xaf','\x35','\x0d','\x0e','\xbe','\xfb','\xa0','\x13','\x67','\x13','\x87','\xe6','\xb2','\x47','\xe6','\x52','\x93','\x26','\xa8','\xfa','\x97','\xab','\xf5','\x5d','\x56','\x21','\xb1','\xaa','\xfe','\xe5','\x1a','\xdb','\xf5','\x0c','\x53','\xcf','\x1d','\x7a','\xb1','\xd4','\xfe','\x5e','\xdd','\x71','\x80','\xb3','\xee','\x85','\xbf','\x98','\x75','\x92','\xcc','\xe2','\xa3','\xb3','\x3d','\x8e','\x29','\xce','\x55','\x8f','\x0f','\xc9','\x7c','\x5e','\xc3','\x76','\x92','\xe1','\xba','\x96','\x79','\xec','\xf4','\x08','\xbb','\xef','\x2b','\x2c','\x5b','\x62','\x55','\x92','\xb4','\x20','\x0f','\x24','\x32','\xc1','\x9f','\x23','\xea','\xa3','\xf9','\x43','\x8c','\x83','\xae','\xc5','\x86','\x51','\x8c','\x68','\x43','\x2c','\xbe','\x3b','\x12','\xdf','\x9d','\xf1','\x70','\xbb','\xce','\x9f','\x26','\xfd','\x11','\x39','\xc1','\x68','\x8e','\x8f','\x83','\x9f','\x7b','\xaf','\xf5','\xe3','\xb4','\x70','\x5c','\xcc','\xfb','\x71','\x38','\x55','\x71','\xe6','\x7d','\x50','\xdd','\x0c','\xbc','\xb3','\xec','\xed','\x35','\xbc','\xca','\x59','\x97','\x52','\x77','\xfd','\x8a','\xb5','\x50','\xcf','\x4e','\x2b','\x49','\x55','\x39','\xae','\xf6','\x3e','\x7d','\xc7','\x1e','\xff','\x1d','\xf5','\x84','\xb7','\x77','\x65','\x57','\xef','\xd9','\x40','\x6f','\x3d','\xf0','\x2b','\x4b','\xaa','\x52','\xba','\x51','\xaf','\x16','\xd0','\x94','\xca','\xf6','\xaa','\xe5','\xc7','\x55','\xfa','\xa3','\xc3','\x92','\x9f','\x12','\x49','\x49','\x43','\x5a','\xa0','\xc3','\x86','\x08','\x1d','\x54','\x35','\x6a','\x68','\xc2','\x7f','\x97','\xd3','\x71','\xf9','\x5e','\x38','\xcf','\x95','\xd3','\x44','\x1e','\x17','\x79','\x05','\x11','\x9a','\x50','\x58','\x2e','\x58','\xff','\xdb','\x47','\x9f','\xb8','\x33','\x03','\x42','\xa3','\xbf','\xa0','\xbe','\x16','\x4c','\x5e','\x25','\xb0','\xbf','\x04','\x75','\x03','\x50','\xd3','\x0b','\x63','\x15','\xf2','\x0a','\xa0','\x6d','\x21','\xe2','\x4b','\x71','\x86','\x46','\xdc','\x09','\x05','\x82','\x09','\x85','\x94','\x7c','\xf1','\xed','\xfe','\x76','\xdc','\xf8','\x17','\x75','\xd5','\x57','\x80','\xd4','\x1b','\x6e','\x7c','\x14','\x54','\x3b','\x95','\xac','\x87','\xa8','\x81','\x23','\x11','\x4f','\xa0','\x80','\xbd','\xe7','\x9e','\xf5','\xba','\x9f','\x75','\x71','\x4c','\x3e','\xbb','\x70','\xf2','\xd9','\xdc','\x9f','\x3d','\xab','\x06','\x9e','\x65','\x34','\xea','\x3e','\x18','\x75','\x0f','\x45','\xe5','\x63','\xcf','\xca','\xef','\x3d','\xdb','\xaf','\x44','\xa9','\x12','\x55','\xed','\x68','\xfd','\x2e','\xfc','\xd8','\x6e','\x0c','\x76','\xe6','\x6f','\x72','\x1f','\xa4','\x74','\xa8','\x3e','\x16','\x40','\x64','\x3b','\x0e','\xe9','\xb4','\x19','\x4b','\x13','\x11','\xa7','\xed','\x9c','\x53','\x3b','\x76','\xaf','\x46','\xe4','\x4e','\xaf','\x28','\xa6','\xa1','\x7a','\x0d','\x15','\x9c','\x4e','\x95','\x5c','\x9a','\x19','\xd0','\xb8','\xb2','\x8f','\xdb','\x63','\x1e','\xa4','\x60','\x10','\xbc','\xd4','\xc9','\xcf','\x14','\xf9','\x12','\xe9','\x62','\x63','\x26','\x2d','\x73','\x40','\x70','\x03','\xa1','\x5d','\xaf','\xcf','\xed','\xda','\x37','\x19','\xe0','\xb0','\x2f','\xab','\x1f','\x99','\xb9','\xf1','\x91','\xdf','\x7c','\xec','\xff','\xf3','\x9b','\xea','\x81','\x49','\x75','\xe8','\xd7','\x12','\xff','\xe4','\x8f','\xe3','\x6f','\x9c','\x39','\xf8','\xcf','\xa5','\x8e','\xbe','\x78','\x20','\xdc','\x02','\x65','\x81','\x34','\x73','\xe1','\x9d','\xd2','\x31','\xa1','\x2c','\xa6','\x65','\xb4','\xeb','\xdd','\x9f','\xec','\xe2','\x83','\xfc','\xa1','\x4f','\x06','\x76','\xfd','\x7a','\xef','\x3b','\xbf','\xae','\x68','\xe3','\x4c','\xab','\xd4','\xa7','\x7f','\xfd','\xf7','\xed','\x07','\xd9','\xf1','\x4f','\x32','\xf8','\xe3','\x78','\x32','\xf7','\x13','\xaa','\x55','\x22','\x83','\x5c','\x12','\x2d','\x7b','\xd5','\xb3','\xe4','\xeb','\x26','\xfa','\x59','\x03','\x1d','\x2b','\x1b','\xeb','\x2b','\xd3','\xc7','\x9e','\x8d','\xff','\x0e','\x57','\x31','\x16','\xe4','\x7d','\xbd','\x86','\xe4','\xeb','\x64','\xd7','\x1f','\xb6','\x02','\x39','\x72','\x57','\x8e','\x1c','\x04','\x7f','\xa7','\xd9','\xf1','\x77','\x00','\x47','\x5e','\x6b','\xd2','\x0d','\xc2','\xe5','\x46','\x00','\x81','\x30','\xf4','\x1a','\x88','\x2b','\x65','\xd7','\x17','\xa2','\x0b','\x7c','\x5f','\x2c','\x47','\xd4','\x72','\x41','\xfd','\x5a','\xe1','\x8e','\x6f','\xfd','\xbb','\x3b','\xae','\xfc','\xf9','\xae','\x2f','\x7c','\x78','\xd7','\x72','\x34','\x60','\xa0','\xc0','\x82','\xa5','\x0e','\x18','\x37','\x02','\xe5','\x27','\x02','\xcd','\x78','\xc0','\xe0','\x38','\x18','\x68','\xe7','\xf7','\x0a','\xbd','\xcc','\x88','\xa7','\xe1','\xc5','\x3d','\x5c','\x3e','\xbb','\x96','\xf1','\xc2','\xb9','\xcb','\xc7','\x1a','\xca','\xf4','\x32','\x7d','\xf8','\x4c','\xe3','\x0e','\x03','\x79','\x2f','\x34','\x76','\x3d','\x29','\x73','\x04','\x2e','\x34','\x02','\x4f','\xca','\xea','\x93','\xf2','\x8d','\x70','\xe3','\x31','\x84','\x12','\x5c','\x66','\x4e','\x4e','\x1e','\x9c','\x9c','\x4c','\x4e','\xf2','\x71','\xb3','\x95','\x64','\x81','\x30','\x9d','\xaf','\x7f','\xcc','\x67','\xa2','\x87','\x8f','\x73','\xc3','\xe8','\x11','\xf9','\xa2','\x3d','\x94','\x03','\xe2','\xf3','\x5c','\x71','\xff','\xf5','\x27','\xe4','\xff','\x92','\xa7','\xff','\xc5','\xa4','\x97','\x08','\x7b','\xf9','\xcd','\xfa','\x25','\x52','\x78','\x91','\xb0','\x4a','\x95','\xfd','\x49','\x5e','\x7d','\x2a','\x7f','\x68','\x2f','\xe9','\xeb','\x21','\x69','\x03','\x7f','\x98','\xff','\xab','\x65','\x83','\x99','\xcb','\xa8','\x5c','\x42','\x2b','\x8b','\x4b','\xab','\x8b','\x1f','\xbb','\xd0','\x9a','\x51','\x4e','\x73','\xb8','\xfb','\xbe','\x75','\xf7','\xdd','\x4f','\xdd','\xfd','\xf4','\xb7','\x7e','\x65','\xe5','\x34','\x5b','\x39','\x1d','\x59','\x39','\xad','\x3d','\xfd','\xad','\xda','\x9f','\x3e','\xc5','\xaf','\x1a','\xbf','\x17','\xf8','\xfd','\x95','\xaf','\xa9','\x2b','\xa5','\x71','\x5a','\x4a','\x34','\xed','\x7e','\xb9','\xc4','\x21','\x35','\x5a','\x92','\x5c','\x5a','\x94','\x4b','\x13','\x8d','\x56','\xae','\x07','\xff','\xab','\xe2','\xdb','\x77','\xf6','\xe0','\x3b','\x53','\xd7','\xef','\xdc','\x1b','\xed','\x4f','\x5d','\xef','\xdf','\x1b','\xdd','\xbd','\x37','\x9a','\x48','\x5d','\x7f','\x0b','\xe3','\x27','\xfc','\x38','\xf1','\xa1','\x4a','\xe2','\x2e','\x3d','\x71','\x5c','\x3f','\xd2','\x13','\xea','\x47','\x24','\xa2','\xa5','\xb9','\x03','\x4b','\xaf','\x69','\xf4','\x0a','\xb7','\x0a','\x35','\x57','\x29','\xb3','\x80','\xed','\xf1','\xc6','\xf2','\x0c','\x3a','\x7b','\xd2','\x95','\x95','\x7e','\x92','\xbd','\xeb','\x93','\x1c','\xfb','\x39','\x12','\x3f','\x49','\x32','\x50','\xbf','\xca','\x2b','\x66','\x72','\x5a','\xde','\x3f','\xbd','\xbc','\x7f','\xfa','\x33','\xf9','\xdc','\x6f','\xdd','\xff','\x78','\xb4','\x74','\xf0','\x18','\x94','\xcc','\x05','\x5a','\x22','\x2e','\xd1','\x9c','\x47','\x4b','\xe3','\xe8','\x9b','\x9f','\x34','\xfe','\xd7','\x4f','\xa6','\x5d','\x68','\x86','\xfb','\x17','\x97','\xd3','\xee','\xcb','\x69','\x08','\xae','\x5e','\x9e','\xe4','\x80','\x38','\x1b','\x5f','\xc3','\x55','\xad','\x7e','\x65','\xb2','\x70','\xf5','\x13','\x6c','\xb9','\xa0','\x2e','\x8f','\xab','\xc5','\x89','\xc3','\xa3','\x45','\x1a','\x19','\x8b','\xa4','\x65','\xe5','\x84','\x19','\x48','\xef','\x0f','\x9c','\xab','\xa3','\xd5','\xbb','\xd1','\xef','\x97','\x8c','\xb4','\x9c','\xfe','\xd7','\x4f','\xe5','\xea','\xc5','\xcf','\xfe','\x8b','\xff','\x4d','\x9e','\x5c','\xde','\xf5','\x9b','\xdf','\x0a','\xfc','\x8b','\xff','\xad','\x2f','\x7d','\x1f','\xdf','\x41','\xaa','\xdd','\x60','\xc8','\xd1','\x3b','\xdc','\x11','\x6b','\x42','\xfd','\x4d','\xe7','\x1c','\x0d','\x32','\xea','\x92','\x08','\x0e','\x0d','\xec','\xa6','\xb4','\x5a','\xf0','\xb1','\xda','\x1f','\xee','\x36','\x5c','\x3e','\x84','\x66','\x91','\xc7','\x82','\x54','\x7d','\x91','\xd8','\x0f','\x59','\x9a','\xee','\x60','\x92','\x1c','\x64','\x74','\x44','\x4b','\x3e','\x0e','\xdd','\x92','\x1d','\xde','\x27','\x0f','\x9a','\x0d','\xa2','\x54','\x0d','\x7a','\x83','\x6c','\xf7','\x43','\x04','\x2c','\x6f','\xc6','\xfe','\xae','\x1a','\xab','\x56','\x86','\xcd','\x17','\x1f','\x21','\x1b','\x79','\x6a','\x55','\xe9','\x95','\x2a','\x7b','\x89','\xa0','\x2a','\x41','\x3f','\xee','\xf3','\x6c','\x06','\x5c','\xe5','\x00','\xf7','\xb6','\xa0','\x80','\x58','\x8b','\x58','\x96','\xe6','\x82','\xa2','\x3f','\x23','\x88','\xb6','\x79','\xf5','\x05','\xbc','\x0c','\x0f','\xff','\x3c','\x3a','\xfc','\xfc','\xdb','\xc3','\xf1','\xe8','\x23','\xf1','\x68','\x3e','\x1e','\xad','\x0a','\x10','\x81','\xbe','\xc4','\xf5','\x40','\x3c','\x1a','\x60','\xb8','\x77','\x0d','\xab','\x6b','\x78','\x70','\x0d','\x43','\xa5','\x30','\x1b','\xe3','\x46','\x5e','\x37','\x8f','\x2b','\x11','\xa1','\xd4','\xe1','\xb7','\xe7','\x87','\xbf','\x33','\x36','\x9c','\xc4','\x8f','\x30','\x0c','\xcf','\x49','\xbc','\xbd','\xfd','\x1c','\xfe','\x10','\x8e','\xc4','\xf5','\xde','\x6f','\x47','\x6f','\x7e','\x8e','\xe2','\x74','\xfb','\x42','\x6d','\x94','\x51','\xac','\x41','\x62','\x2f','\xb7','\x86','\xcb','\xe4','\x11','\x4a','\xf2','\x14','\x88','\xbd','\xab','\x1d','\x1e','\xa4','\x3e','\x20','\x61','\x42','\x81','\x32','\x52','\x36','\x11','\xdb','\x44','\x91','\x4d','\x2e','\x86','\x71','\x3a','\x6c','\x1b','\x74','\x47','\x3f','\x32','\xe8','\xdc','\xf9','\x33','\x3b','\xf6','\xb7','\x68','\xf8','\xcb','\xe8','\xc0','\x10','\xca','\x4f','\x90','\xbc','\xd4','\xaa','\x4a','\xa8','\xda','\x69','\xe1','\xd1','\x27','\xe1','\x80','\x64','\x07','\x16','\x91','\xb2','\x81','\xd8','\x06','\x8a','\x6c','\x40','\x86','\x7c','\x5a','\x1c','\x49','\x6f','\xf3','\x0c','\x38','\xad','\xb2','\x5c','\xc6','\xf0','\x7a','\x69','\xf8','\xa2','\x3d','\xac','\x96','\x1e','\x11','\x8d','\x72','\xaa','\x6a','\xa6','\x9a','\xe0','\x5f','\x6a','\x84','\x1c','\x1c','\xe9','\x4b','\x8e','\xf0','\xc1','\xb9','\xfd','\xf8','\x74','\xf5','\xff','\x22','\xfe','\x96','\x97','\x92','\xe1','\x4d','\x32','\xbc','\x42','\x86','\x53','\xd5','\x47','\x22','\xd5','\x7c','\xba','\x5a','\x45','\xd5','\xaa','\x52','\x25','\xe1','\x2a','\xa1','\xc1','\x3e','\x4a','\x03','\xb4','\x11','\x28','\x33','\x65','\xb3','\x87','\x6d','\xf6','\x44','\x36','\x7b','\x34','\x2a','\xc1','\xf7','\xf2','\xb7','\xb6','\xe7','\x4b','\xad','\x10','\xb5','\xe4','\x55','\x4b','\xc3','\x37','\x4a','\xc3','\xcf','\x7d','\x77','\x38','\xd5','\xea','\xbc','\x0f','\x80','\xa8','\x19','\x92','\xd0','\xfb','\x12','\xd1','\x7e','\x3e','\xce','\x23','\x23','\xbd','\xdf','\x19','\x51','\x5f','\x18','\x69','\xbf','\x4f','\xaa','\x65','\x30','\xec','\x96','\x0c','\x8f','\x38','\xaf','\xf4','\x49','\xe0','\x1a','\x04','\xfd','\x69','\xea','\x4f','\x27','\xfb','\xb5','\xd9','\xfe','\xc8','\x26','\xd7','\xa1','\x09','\xe8','\x4a','\x4e','\x37','\x7c','\xfd','\xc2','\x48','\x76','\xd0','\xee','\x3b','\x39','\xae','\x28','\xc7','\x08','\x5b','\x2f','\xd5','\xd6','\xcf','\x58','\xeb','\x8b','\x08','\x59','\x7e','\xbb','\xd6','\x2e','\xe0','\xed','\x91','\x5d','\x7f','\xea','\x2b','\x6e','\x12','\x29','\x48','\xa5','\x3e','\x05','\x07','\x22','\xa2','\x14','\x05','\x78','\x87','\x58','\x23','\x0c','\x24','\x00','\xf0','\x9f','\x28','\xfe','\xba','\xe5','\x39','\x9d','\xf9','\xa2','\xc4','\xd3','\x04','\x66','\xd5','\x37','\x59','\xec','\x47','\x6c','\xf8','\xcb','\xda','\xf0','\xa0','\xf5','\x88','\xcb','\xca','\x4b','\x85','\x2a','\x4e','\x55','\x49','\x08','\xc8','\xc0','\x35','\xd4','\x17','\x6e','\x3a','\xfc','\x5b','\xbd','\x65','\x41','\x23','\x5d','\x26','\x5a','\xb8','\xc9','\x15','\x32','\x1c','\xa4','\xc1','\x7f','\xa2','\xf8','\xab','\xdd','\xeb','\x96','\xe1','\x70','\xc3','\x49','\x8f','\xc4','\xa2','\x76','\x46','\xc4','\x60','\x98','\xc7','\x6e','\x88','\xe4','\x0e','\xe2','\xb1','\x5b','\x4a','\x0f','\xb9','\x6b','\x90','\xec','\xed','\xe5','\xf6','\xe5','\x33','\x1b','\x94','\x6e','\x88','\x82','\x99','\xce','\xfb','\x40','\x5b','\x10','\xaf','\xcc','\xbc','\xff','\x4d','\x1b','\xfe','\x86','\x35','\xec','\x32','\x0e','\x48','\x56','\x1e','\x17','\xf2','\x24','\x55','\x55','\xcf','\x56','\xd7','\x0d','\x60','\x59','\x11','\x1d','\x3f','\xfb','\xc2','\x8d','\x80','\xcb','\xe8','\x5d','\x28','\x71','\x67','\x79','\x70','\xc1','\x80','\xfd','\xe5','\x32','\x0c','\x97','\xd1','\xcd','\xaf','\x05','\xb8','\xd0','\x88','\x35','\x68','\x6c','\x93','\x0e','\x97','\xe9','\x23','\xe1','\x46','\x9e','\xd2','\x2a','\x42','\xd5','\x60','\x8d','\xd0','\x2b','\x84','\xbe','\xd4','\x47','\xab','\x81','\xf0','\x66','\xa0','\x5c','\x53','\x36','\x2d','\xb6','\x79','\x29','\x42','\x2f','\x69','\xc5','\x8d','\x74','\xd2','\x36','\x22','\xf3','\x5d','\xfd','\xda','\x04','\x93','\xa7','\xa1','\xc4','\xde','\x08','\xc6','\x2e','\xd3','\xe1','\x12','\x7b','\x04','\x47','\xf2','\x28','\x53','\x2d','\xda','\x55','\x27','\x73','\x4a','\x21','\x7d','\xe1','\x16','\x8c','\x4f','\x99','\x28','\x9b','\x70','\xe8','\x10','\xd9','\xdc','\x1e','\x1f','\xf8','\x5e','\x58','\xf0','\x35','\x71','\x2d','\x4e','\xd3','\x5e','\x66','\x0e','\xdb','\xad','\xe1','\x6f','\x67','\x87','\xe3','\xd9','\x47','\x04','\x31','\x7b','\x75','\x64','\xae','\x7a','\x70','\x94','\x24','\x09','\x51','\xab','\x7d','\xaa','\x19','\xe0','\xb0','\xed','\xde','\xc5','\xb4','\x5a','\x8a','\x44','\xb8','\x8e','\x21','\xe1','\x34','\xf5','\x19','\x35','\x9c','\x8e','\x93','\xe2','\xbb','\xad','\xe9','\x45','\xc2','\xf1','\xf0','\xf3','\xe4','\xe1','\x77','\xc9','\x4c','\xc2','\x41','\xf3','\xe1','\x04','\x79','\xf8','\x2d','\xf4','\xf0','\xf3','\x68','\x7a','\xb1','\x07','\xf0','\x65','\xa9','\xf8','\x2e','\xb4','\xb6','\xb9','\xed','\xfa','\x39','\x4c','\xcc','\x44','\xab','\x95','\x60','\xd5','\x36','\x9a','\xd5','\x04','\x71','\xd0','\x84','\x6b','\xd3','\x4a','\x30','\x6b','\x88','\x5d','\xca','\x71','\x1c','\xdc','\x98','\x00','\x3e','\xb9','\xf9','\xdb','\xaf','\x43','\x05','\x24','\x27','\x1c','\xa7','\x5c','\xb0','\x73','\x0c','\xe7','\x22','\x38','\xf7','\x40','\x25','\x77','\xe1','\x7a','\x91','\x56','\x72','\x5b','\x08','\x57','\xe0','\x8f','\xc8','\xa7','\xc1','\x38','\xcd','\x89','\x3a','\x9f','\x9b','\x9f','\x73','\x5b','\x9e','\xe4','\x7d','\x7b','\x95','\xfd','\xee','\x0e','\x49','\x32','\x9a','\xb9','\xea','\x54','\xa5','\x15','\x20','\x3b','\x11','\xe5','\x34','\x58','\xff','\x70','\x58','\x7f','\x5c','\x00','\xfa','\xda','\x23','\x6d','\x4c','\xf0','\x6b','\x59','\x5b','\x3d','\x14','\x80','\x03','\xd8','\x6e','\xc6','\xf8','\x96','\x77','\xe4','\x58','\xb8','\x09','\xf3','\xde','\x69','\x20','\xdb','\xe7','\x32','\x40','\x3e','\x5f','\x68','\x2a','\xeb','\x06','\x5b','\x37','\x22','\xeb','\xd0','\x50','\x3e','\x5d','\xb4','\x0d','\x28','\x6f','\x83','\xf3','\x1d','\x92','\x5a','\x26','\x3d','\x3e','\x32','\x48','\xbc','\x81','\xe5','\xe1','\x2b','\x2b','\xc3','\x17','\x5b','\xc3','\x12','\x7a','\x44','\x34','\xca','\x81','\x79','\x77','\xa4','\x9c','\x9b','\xf6','\xf9','\x9b','\x81','\x0f','\xd1','\xc0','\x57','\x59','\xef','\x93','\x35','\x16','\xb1','\x22','\xc7','\xea','\xd3','\x8b','\xa9','\x34','\x09','\x19','\x05','\xdc','\xdd','\xe7','\x11','\x70','\xa1','\x1e','\x6b','\xb0','\xd8','\x26','\x1b','\x2e','\xb3','\x47','\xc2','\xf5','\x3c','\xbc','\x0c','\xae','\xda','\x42','\xf0','\x2a','\xf0','\x56','\x7d','\xfb','\xb2','\x81','\x6c','\x35','\xb0','\x6c','\xf6','\x3e','\x49','\xd8','\xde','\x60','\x64','\x92','\xa6','\x69','\xc3','\x80','\x0a','\x87','\x1a','\x0a','\xd7','\xfd','\x8d','\xae','\x26','\x7a','\x5b','\x7d','\x2e','\xa0','\x2b','\xf4','\xf6','\xcd','\x76','\x19','\x66','\x57','\xd9','\x9a','\x3c','\x4e','\x0b','\x1b','\x3e','\x6d','\x43','\xf4','\x5d','\x72','\x35','\x49','\xaa','\xbd','\xa4','\xbd','\xc5','\xd6','\xf0','\x82','\x31','\x7c','\xa1','\x31','\xdc','\xbb','\xfc','\x48','\xef','\x72','\x3e','\xdc','\xa8','\xf6','\x2e','\x73','\x74','\xf6','\xd7','\x72','\x5f','\xaa','\x29','\xf6','\xd7','\x69','\xd8','\x5f','\x06','\xd2','\xee','\xca','\xa6','\x3f','\x07','\x21','\xbe','\xee','\xbe','\x42','\xd0','\x32','\x89','\xcb','\xd5','\x97','\x9b','\x7c','\x90','\x87','\x29','\x79','\x24','\xdc','\xdc','\xd6','\x17','\x82','\x34','\xaf','\xcf','\x85','\x02','\xd8','\x0a','\x94','\x4e','\xf6','\x7e','\x65','\x46','\xfd','\x0a','\x8e','\x8c','\xec','\xd6','\xf4','\xfe','\xf4','\x89','\x86','\x21','\xd5','\xbb','\xfb','\xf9','\x02','\x16','\x4a','\x40','\x11','\x6f','\xa1','\x61','\x03','\x6d','\x3f','\xa7','\x43','\xc1','\xd7','\x96','\x3f','\x7c','\x7f','\xbd','\xdc','\x64','\x57','\x50','\xe4','\x25','\x45','\x23','\x24','\x4d','\xa1','\x94','\x29','\x42','\x83','\x9d','\x12','\x16','\x9a','\x6a','\xf4','\xb1','\x7e','\x9b','\xab','\xfe','\x7b','\x7e','\x49','\x99','\xab','\xfc','\xd1','\xe6','\x66','\xc4','\xda','\x3c','\x79','\x8d','\x66','\xab','\xf4','\xab','\xd5','\xc6','\xa0','\xc1','\xc0','\x12','\x60','\x11','\x37','\x4b','\x92','\xd9','\x42','\x72','\xc6','\x62','\xaf','\x21','\xd7','\x7a','\xdd','\x8f','\x8a','\x75','\x14','\x72','\xf8','\x49','\x8a','\xaf','\x70','\x6f','\xb0','\x84','\x25','\xdb','\x7e','\x8b','\x5b','\xd3','\x41','\x7c','\x07','\xb5','\xdf','\xe1','\x5e','\xfe','\x1a','\xd1','\x6a','\xfe','\x7a','\x9a','\x6a','\x35','\xaa','\xbd','\xc0','\x5e','\x09','\x47','\x2e','\xf9','\x3e','\x56','\xc5','\x0b','\xc6','\x6d','\xf6','\x45','\x30','\xb3','\xdd','\x6f','\x82','\xce','\xcf','\xf7','\x1d','\xcf','\x3c','\xf4','\x6a','\xe6','\xa1','\xe3','\x99','\x07','\xe7','\xe7','\x3f','\xa3','\xe1','\x4d','\x8e','\x13','\xd7','\x37','\x3b','\x49','\x05','\x77','\x9f','\xb8','\x7e','\xd7','\x4c','\x94','\x23','\x31','\x13','\x1d','\x3a','\x71','\x7d','\x48','\x54','\x66','\xa5','\xb5','\x31','\xee','\xaa','\x6f','\x77','\xeb','\x80','\xd9','\x74','\x6a','\x2a','\xd1','\x56','\x43','\x79','\x7e','\xe3','\x42','\x06','\x5a','\x68','\xcf','\x72','\xf7','\xe7','\xd0','\xb5','\x7c','\x5c','\x8e','\x1c','\xc3','\xb5','\xf5','\x45','\x78','\x9f','\x60','\x41','\x44','\x0a','\x4e','\x52','\xfb','\x3a','\xed','\xc9','\xf5','\x4d','\xe4','\x1e','\xfa','\x86','\xf6','\xd0','\x5e','\xed','\x41','\xb7','\xfe','\x19','\xdb','\xe6','\x0a','\x1c','\x00','\xcc','\xb7','\x27','\xe8','\xb8','\x4e','\xc7','\x63','\x74','\x3e','\x76','\x70','\x3c','\x19','\x1f','\xbf','\x2b','\x31','\x7e','\x78','\x68','\xfe','\x77','\x73','\xe8','\xa5','\xb4','\xe4','\x31','\x88','\xd4','\xe6','\xd3','\x13','\x24','\xb1','\x5e','\xd7','\x12','\x57','\x61','\x7c','\xa6','\x86','\x29','\x3d','\xa0','\x28','\xf9','\x56','\x2b','\xaf','\x28','\x55','\x8e','\xe0','\x5d','\xe4','\x86','\x4d','\xd2','\xe0','\x8f','\x04','\x8a','\xad','\x80','\xa9','\xf5','\x9a','\x9a','\x6a','\x1e','\x8f','\xd0','\xe3','\x1a','\xcd','\xa5','\x59','\xd1','\xb0','\xc6','\x82','\xc1','\x34','\xa5','\xe2','\x95','\x6c','\xc8','\x6e','\xe9','\x43','\xfa','\x43','\xf3','\xc5','\x87','\xc6','\xaf','\x3c','\x38','\xfe','\xd2','\x67','\xe6','\xcd','\x4d','\x17','\xd9','\xc4','\xd9','\x4d','\x60','\xbf','\xdb','\x4f','\xdd','\xfb','\xb9','\x22','\xbb','\x9b','\x2a','\x7b','\x5a','\x4a','\x7c','\x36','\x99','\x98','\xda','\x3f','\x44','\xf3','\x1a','\xbd','\x3f','\x3d','\x5b','\x32','\x54','\x2c','\xfa','\xf9','\xf2','\xf5','\xbc','\x02','\x3a','\x69','\xd7','\x0a','\xf9','\xc2','\x6a','\x6c','\x1d','\x96','\xd0','\xf0','\x99','\xd5','\x47','\xbc','\x2b','\x79','\x6f','\xb9','\x1a','\x30','\xab','\xea','\x39','\x20','\x11','\x45','\x8e','\xfe','\x32','\x39','\x7a','\x2f','\x34','\xd5','\xb2','\x39','\x58','\x36','\x35','\x6a','\xa6','\xc3','\x4d','\x90','\xcf','\xdd','\xfc','\x90','\xd2','\x24','\x19','\xcf','\x0c','\x8f','\xec','\x1f','\xfe','\x53','\x36','\xbc','\x4c','\x4f','\x85','\x9b','\x8f','\xec','\x0f','\x57','\xef','\xdd','\x53','\xe5','\xd2','\x5b','\x56','\x38','\xfa','\xfc','\x75','\xbe','\x29','\x02','\x4f','\xae','\xf4','\xfe','\x9b','\x65','\xf5','\xbc','\x19','\x51','\x4b','\xda','\x60','\x29','\xfd','\x31','\x03','\xec','\x96','\x36','\xcf','\x6d','\xdb','\x5a','\xf0','\xb2','\xd2','\xf0','\x2f','\xbe','\x32','\xfc','\xed','\x67','\x87','\x59','\xe9','\x91','\x7b','\xde','\xce','\x33','\x6e','\x24','\x54','\xaa','\xf1','\xef','\x92','\x83','\x5f','\x21','\xac','\xd4','\xc7','\x8d','\x16','\xb5','\xb4','\x53','\xce','\xf3','\x71','\xf1','\xf3','\xf5','\x1c','\x64','\x59','\xfa','\xfa','\x3c','\xfd','\x5a','\x96','\x2e','\x01','\xfa','\x7e','\x9c','\x7d','\x68','\x29','\xfb','\xe0','\xd2','\xd5','\x07','\x97','\xce','\x7c','\xe6','\x8f','\xd1','\x66','\x13','\x6d','\x32','\xbc','\xa9','\xda','\x94','\x65','\x02','\xad','\x0c','\x65','\xd9','\x83','\x2c','\x16','\x67','\xfb','\x13','\x2c','\x39','\xc4','\x94','\xc8','\x48','\x72','\xba','\xf1','\x68','\xba','\x76','\xd6','\x58','\x14','\xfc','\x51','\xc7','\x7c','\x40','\xdc','\xa0','\x2e','\x13','\x76','\x97','\xf7','\x1e','\x7b','\xd8','\xd2','\x86','\x0d','\x6b','\x18','\x19','\x8f','\xb8','\xc6','\xf3','\x23','\xb9','\x6a','\xfd','\x7a','\x95','\x7d','\x87','\xa8','\x49','\x32','\xf2','\x7b','\x7d','\xec','\x73','\x01','\xf6','\x7c','\x40','\x4d','\xf4','\x7e','\x97','\xa9','\x6b','\xf5','\x08','\xd3','\xa6','\xdf','\x40','\xe9','\x17','\x6d','\x03','\xaa','\xfb','\x0b','\xd0','\xe6','\x35','\xa2','\x89','\x56','\x9b','\x10','\x45','\x8a','\x5d','\xb5','\x87','\x17','\xe4','\x03','\xc8','\xcc','\xa3','\xe5','\x3c','\x53','\x7e','\xf0','\x6e','\xab','\xea','\x24','\xdc','\x27','\x5a','\x7d','\x4c','\x0b','\x70','\xdc','\x63','\xf7','\xae','\x69','\xea','\x9a','\xb6','\xe3','\x39','\x0e','\x9f','\x1e','\xec','\x77','\xd3','\xcb','\xc1','\x67','\x6a','\xc1','\x1c','\x76','\x99','\x07','\x04','\x7b','\x15','\x07','\x17','\x86','\xa0','\x4f','\xf7','\x65','\x89','\xae','\xf7','\x71','\x20','\xd4','\x9f','\x6a','\xee','\x8e','\x67','\x13','\xf1','\x6c','\x24','\x9e','\xd5','\xe2','\xd9','\xb4','\x0d','\xf2','\x99','\x2f','\x73','\xa7','\xc7','\x28','\x49','\x5f','\xa6','\xd3','\xa5','\x83','\x1b','\xd9','\x8a','\x79','\xf2','\x4e','\xb4','\x96','\xd8','\x48','\xfe','\x65','\xfe','\xb7','\x76','\x69','\x5f','\x56','\xa5','\xdd','\x57','\x49','\xbd','\xd3','\x78','\x54','\xe9','\xa1','\x41','\x3c','\x9a','\x0c','\x8e','\x68','\xf4','\x09','\x6e','\xd2','\x5b','\x92','\xd1','\xf0','\xc1','\x31','\x83','\xcf','\x07','\x5d','\xd1','\x8b','\xd0','\x1b','\x5d','\xc2','\xde','\xd4','\xbc','\x77','\x11','\x0f','\x73','\x48','\xf8','\x40','\x6a','\x9e','\x0b','\xf9','\xbc','\x9c','\xae','\xfa','\x0a','\x55','\x32','\x23','\xa4','\x5c','\xba','\x2f','\x39','\x19','\xf8','\x9d','\x56','\x00','\x3a','\xec','\x4c','\xaa','\x17','\x5a','\x11','\x9a','\xd6','\xe8','\x78','\xdb','\xee','\x05','\xbd','\x73','\x9a','\x1c','\x93','\xc8','\x87','\xaf','\x93','\x83','\xfb','\xbc','\x07','\xf7','\x0f','\x2f','\x45','\x86','\xcf','\xd4','\x86','\xef','\xde','\xff','\xc8','\xc1','\x68','\xfe','\xf5','\xa1','\xea','\x89','\xd7','\xaa','\xc7','\x84','\x88','\xb3','\xed','\x3e','\xcf','\x6a','\x80','\xc3','\xbb','\xd2','\xfb','\xa5','\x15','\xf5','\x7c','\x39','\xa2','\x9e','\xd3','\xa6','\xcf','\x1e','\x5b','\x28','\x19','\x6d','\x9e','\x5b','\x13','\x54','\x8f','\x0b','\xa2','\x5b','\xde','\xa2','\x3d','\xfc','\x2a','\x1e','\xce','\xbd','\x3e','\xfc','\x88','\xfc','\xc8','\x71','\x92','\x9f','\x6e','\x56','\x35','\x54','\x3d','\xd1','\x24','\x33','\x93','\xe4','\x44','\xb3','\x6f','\x66','\x32','\x70','\xa2','\x19','\xa8','\xa1','\xde','\x9f','\xb5','\xd8','\x7d','\x7b','\x23','\xdf','\xdf','\xab','\x7d','\x61','\xef','\xb1','\x30','\x8c','\x4f','\x37','\x1f','\x1a','\x6d','\xce','\xf7','\x5d','\xce','\x3c','\x74','\x39','\xf3','\x60','\x73','\xfe','\xc1','\x75','\xfc','\x99','\x97','\xdf','\xde','\x5c','\xc7','\x9b','\x57','\xaf','\x6f','\x7e','\x5f','\x50','\x9f','\x7d','\x3f','\x7a','\x37','\xc7','\xd5','\xeb','\x77','\x6f','\xe0','\x91','\x8d','\x52','\xf4','\x2f','\xf5','\xe8','\x0f','\xa3','\xda','\x3a','\x4e','\xaf','\x87','\x0c','\x8b','\xf4','\xd8','\xf2','\xaf','\x2c','\xcc','\x05','\xdf','\x91','\x95','\x85','\xd9','\x10','\xbf','\x7e','\x01','\xae','\x0f','\x2c','\x7c','\x88','\x2b','\xe5','\x71','\x54','\x7a','\xf9','\xc5','\x5f','\x54','\x5c','\xc6','\x9d','\xa7','\xeb','\xf1','\x6a','\xb9','\x87','\x9d','\x06','\x29','\x64','\x19','\xae','\x67','\xd2','\x1e','\x5a','\x1f','\xf8','\x37','\x17','\x6a','\xdf','\xc5','\xe8','\x35','\x43','\x5a','\x68','\x04','\x1d','\x66','\x19','\x4f','\xcd','\x3d','\xc6','\x2f','\x86','\x0f','\x96','\x79','\x92','\x92','\xa0','\x82','\xc8','\x47','\x6d','\x2e','\x4f','\x9d','\x84','\x47','\xc1','\x10','\xd5','\xbe','\x77','\x14','\x19','\xeb','\xaa','\xbf','\x46','\x4e','\x3d','\x35','\xc4','\x34','\x7e','\x41','\x86','\x5e','\x6c','\x8d','\x65','\xb2','\x2c','\x93','\x4d','\x74','\xe3','\x63','\xcd','\x04','\x58','\xdf','\x28','\x11','\xe5','\xe8','\x01','\x8c','\x48','\x89','\x5f','\xb1','\x13','\xfd','\xad','\x84','\x0c','\x39','\xce','\x43','\x1e','\x94','\x93','\x6a','\x13','\x88','\x1b','\x33','\x63','\xa0','\x4f','\x3d','\x75','\xb9','\x88','\xfc','\x35','\x4b','\x64','\xa0','\x07','\x19','\xf5','\x45','\x90','\x7e','\x3f','\xa4','\x33','\x88','\xd5','\x05','\xdf','\x85','\xbf','\xb5','\xe5','\xe2','\x32','\xd6','\xb0','\xa4','\x63','\x06','\xce','\x21','\x32','\x82','\x68','\x10','\xb1','\x7b','\x90','\xf5','\x5a','\x4d','\x32','\xec','\x20','\x14','\xc2','\xc3','\x73','\x94','\x79','\x04','\x64','\x53','\x90','\x71','\x00','\xcf','\x79','\xd4','\x2e','\x75','\xfa','\x97','\xad','\xf9','\xed','\x46','\xbb','\xc0','\x0c','\x41','\x4e','\x97','\xe8','\x0d','\x5a','\xa1','\x44','\xef','\xcb','\xe8','\x77','\xe9','\xbe','\xa8','\x46','\x32','\xa8','\x29','\x5c','\x53','\x3e','\x69','\x35','\x8f','\xcb','\x42','\x6f','\x19','\xf0','\x76','\x7e','\x03','\xf1','\x79','\x85','\x84','\xe2','\xa4','\xc7','\x45','\x93','\x2e','\x41','\xbb','\x21','\x19','\x88','\x1b','\xfe','\x1c','\x19','\x84','\x74','\x41','\x64','\xc9','\x87','\x85','\xff','\xf0','\x09','\xcb','\xb5','\x6e','\xfb','\xd1','\x3c','\x5f','\xcf','\x2e','\x99','\xba','\xae','\x36','\xa7','\x4d','\xda','\x6f','\x52','\xbf','\xe8','\xe0','\xc5','\xaf','\xbb','\x4c','\xda','\x7b','\xb5','\x11','\xa9','\x82','\x57','\xe0','\xe2','\xa8','\x02','\x49','\x4c','\x8e','\xd0','\x7e','\x7f','\xc3','\x47','\xa8','\x47','\x74','\xb4','\xd9','\x55','\xa5','\x4a','\x95','\x46','\x48','\xc8','\x2a','\x8a','\x83','\x57','\x3e','\x65','\x35','\x87','\x26','\x6a','\x27','\xb8','\x66','\xb1','\xda','\xa5','\xbf','\x29','\xe7','\xbe','\x0b','\x2e','\x30','\xc0','\x81','\x74','\x0a','\x8b','\x9c','\x45','\xfe','\x33','\xd2','\x62','\x9b','\x54','\x64','\x42','\x42','\x43','\x12','\x4a','\x88','\x43','\x81','\x7e','\x4f','\x9a','\x43','\xe2','\xf0','\x6b','\x92','\x3f','\x22','\xdd','\x19','\xf1','\xf4','\xb3','\x3b','\x77','\x2b','\x47','\x76','\xd3','\xb7','\x12','\xc1','\xdc','\x90','\x7f','\x62','\xc2','\x27','\x2d','\xe2','\x6e','\x2a','\x12','\x0f','\x1c','\x82','\xb4','\xeb','\xfe','\x32','\x43','\x4a','\xf4','\x48','\x70','\x24','\x41','\x47','\x72','\x6c','\xe4','\xa1','\x18','\xfe','\xe2','\x24','\x96','\x7a','\x3c','\x22','\x74','\xe6','\x4b','\x93','\x3d','\xc5','\xd6','\x88','\x46','\xae','\x9f','\xa8','\xea','\x33','\xd9','\xcc','\x4c','\x16','\x73','\x9c','\xa8','\x42','\x00','\x1c','\xc2','\x86','\xe4','\xc8','\x59','\x2b','\x41','\xb4','\x04','\x21','\x09','\xf7','\x7c','\xc2','\x63','\x24','\xc6','\x58','\x42','\x02','\xbe','\x1d','\xd6','\x73','\x89','\x91','\xc7','\x19','\x0b','\xab','\x5f','\x3a','\x93','\xaa','\x5a','\xea','\x52','\x48','\x3d','\x53','\x53','\xbf','\xa7','\xa8','\x8b','\x74','\x70','\x81','\x0d','\x2e','\xac','\x4e','\x1b','\x97','\x8e','\x2d','\x1c','\x3f','\x76','\xfa','\xf0','\x82','\x19','\x76','\xad','\x79','\x8e','\x2c','\x58','\x09','\x57','\x29','\x51','\xb4','\x13','\x2e','\x23','\x91','\x6a','\x41','\x31','\x59','\xaa','\x95','\xba','\x3e','\xce','\x46','\xe7','\x59','\xa4','\x87','\x89','\x4f','\x52','\x2b','\xee','\x44','\xb8','\x95','\x50','\xf8','\xb5','\xc9','\xaf','\x43','\xe1','\xe6','\x90','\xe2','\xce','\x85','\x9b','\x13','\x32','\x9a','\xf0','\x25','\x17','\x83','\x3e','\x49','\xc3','\x5b','\xfd','\xb2','\xb3','\xa2','\x9d','\xf1','\x29','\x66','\x15','\xd7','\xe0','\x3e','\xcb','\xaa','\xd0','\xdf','\x84','\xb5','\xfb','\x68','\x87','\x98','\xd6','\xec','\xf4','\xcb','\x26','\x89','\xb8','\xb7','\x19','\x27','\xf5','\x9d','\xfd','\xb2','\x1d','\x23','\x4a','\x42','\x59','\xb0','\x4e','\xd1','\xa9','\x45','\x5a','\x7c','\xb9','\x99','\xc5','\x94','\xc3','\xc4','\x4e','\x53','\x8c','\xbe','\x10','\xb4','\x4f','\x13','\x24','\xb7','\xdd','\x24','\x12','\x3b','\xfb','\x2e','\xa1','\x4b','\xc8','\xf3','\x9a','\x31','\xef','\x1c','\x9d','\xe7','\x6c','\xfb','\x6d','\xdd','\xe7','\xd6','\xc3','\x72','\x25','\x64','\x55','\x46','\xa6','\xcf','\xea','\x39','\x52','\x72','\xcf','\x09','\x9e','\x56','\x24','\x43','\xa0','\x00','\x0c','\x12','\x05','\xf8','\x31','\xb6','\xfb','\xbc','\xb7','\xa1','\xf9','\xa4','\x1b','\xd5','\xa2','\xcb','\x94','\x38','\x02','\xa6','\xfd','\x9e','\xe9','\x71','\x99','\xfe','\x05','\xd3','\x3f','\x6d','\xf6','\x0b','\x9e','\xda','\x0d','\x34','\x27','\xfd','\x03','\x9e','\xe3','\x86','\x46','\x59','\xdc','\x85','\x04','\xf2','\x19','\xa8','\xb8','\xda','\xd9','\x53','\xde','\x43','\x0b','\xd1','\x1e','\x6d','\x44','\xd2','\x46','\x36','\xf2','\xc5','\x9f','\xb6','\x32','\x6e','\xad','\x24','\x6b','\x9e','\x9a','\x6e','\x9f','\xb3','\xe7','\x91','\x96','\xe9','\x6a','\x3f','\xbd','\xa5','\xdf','\xb3','\x45','\x9b','\x8f','\xc0','\xa9','\x65','\x5a','\xbc','\xda','\xcc','\x92','\x4e','\x3f','\x23','\xe0','\xc6','\x87','\xbe','\xcc','\x21','\x86','\x9b','\x9d','\x7e','\x25','\xe4','\x76','\xfd','\x4a','\xfe','\x21','\xfd','\x5c','\x2e','\x07','\xdd','\x2f','\x42','\x45','\x3e','\x17','\x62','\x0d','\xf1','\xce','\xb7','\x0c','\x4e','\xbb','\x0f','\x1d','\x18','\x1b','\x59','\xa0','\xf5','\x6e','\x9d','\x42','\xa8','\x78','\xb1','\x95','\x8d','\x8e','\x67','\x47','\xe7','\xcd','\x48','\x8f','\xc3','\x4d','\xed','\x5d','\x71','\x87','\xc2','\xad','\xa6','\xe2','\x86','\xbe','\x27','\x8a','\x1b','\x26','\xc8','\xb9','\xca','\x5d','\xfc','\xa2','\x40','\x76','\xc4','\x88','\x7b','\x32','\x5b','\x6c','\xe5','\x5d','\xe8','\x54','\xaa','\x59','\x5c','\x40','\x59','\x57','\x8f','\xe8','\x2b','\x21','\x93','\x62','\xd4','\x27','\xef','\x1d','\xb0','\x21','\x95','\x2d','\xff','\xd1','\x7d','\xd9','\xef','\xff','\x5b','\xbf','\xfc','\x2c','\xb1','\x63','\xd0','\x8e','\x6a','\xfe','\x2e','\x82','\xff','\x29','\x71','\x7f','\x82','\xfc','\xd1','\x19','\x42','\x25','\x97','\x07','\xb9','\x2a','\xe9','\x89','\x52','\x64','\x08','\xb3','\x3d','\x50','\x16','\x0b','\xc4','\xa4','\x23','\x18','\xe9','\x18','\x4e','\x7b','\xfc','\x3e','\x74','\xa7','\xd7','\xe2','\xdf','\x77','\xb7','\xd7','\x18','\xf2','\x1a','\x13','\x01','\x63','\x31','\x60','\x48','\x1c','\xbd','\x86','\xa4','\x9e','\xf6','\x0c','\x9e','\xc6','\xc7','\x16','\xc7','\x16','\xa0','\x9f','\x82','\x0b','\x71','\x59','\xc5','\x26','\x0c','\x36','\x84','\xd8','\x1e','\x21','\xf4','\x82','\x45','\x7b','\x04','\x15','\x74','\x54','\x28','\x21','\x6e','\x63','\xd7','\xef','\x74','\xad','\xf5','\xbb','\xd6','\x76','\x4b','\x6c','\x48','\x62','\x13','\x98','\x2d','\x12','\x26','\x51','\x26','\x69','\x10','\x9e','\xf7','\x88','\xd3','\xff','\x31','\x09','\x78','\xda','\x21','\x15','\x97','\x3f','\xe7','\x62','\xa3','\xf3','\x3e','\x2c','\x88','\xd9','\x08','\x66','\x3a','\x66','\x25','\xcc','\xfc','\x78','\xe4','\xce','\xa2','\xdd','\x4f','\xd8','\x6e','\xc2','\x86','\x08','\x9b','\x20','\xe2','\x39','\x1d','\x78','\x60','\xb6','\x46','\xc6','\x04','\x89','\xb1','\x8b','\x4b','\xce','\x75','\x63','\x62','\xc1','\x18','\x72','\x19','\x7b','\x04','\x6b','\x65','\x30','\x65','\x8f','\xa8','\x25','\x5d','\x2d','\x95','\xd4','\x92','\x5f','\x2d','\xdd','\xa9','\x96','\xfa','\xd5','\xd2','\x6e','\xb5','\x34','\x94','\x6a','\x4d','\xa8','\x25','\xee','\x88','\x4a','\x1d','\x78','\x04','\x9b','\xc4','\x98','\x70','\x4c','\x76','\x3e','\x67','\x89','\xf4','\x9e','\x09','\xf6','\x96','\x46','\x7a','\x4d','\x5d','\x5d','\x2e','\xa9','\x2b','\xfe','\x69','\xe3','\xce','\x69','\xa3','\x5f','\x4a','\xef','\x96','\xd2','\x43','\x52','\x7a','\xa2','\x27','\xb2','\x88','\x23','\x40','\x30','\xe0','\xe6','\xef','\x43','\x3d','\x72','\x10','\x2b','\xfe','\xb1','\x08','\xf4','\x07','\xe9','\x41','\x48','\x5a','\xc5','\x13','\x29','\x3b','\xaa','\x96','\xf6','\x88','\x12','\xd1','\xa0','\x5a','\x82','\xf7','\x49','\xb5','\xfe','\x51','\xef','\xd3','\xe3','\xab','\x49','\xa6','\x35','\x41','\xac','\x28','\xb9','\xbc','\xc7','\x6e','\x11','\x72','\x39','\x48','\x2e','\x1f','\xcc','\x5e','\xd6','\x8b','\xcd','\x52','\xf6','\xb2','\x2f','\x6b','\x71','\x84','\xb2','\x95','\x3d','\xb6','\x1d','\xad','\x56','\x32','\xa4','\x52','\x02','\xd2','\x67','\x01','\xda','\xf2','\xd1','\x2a','\x97','\x2a','\x73','\x1a','\x70','\xd3','\xf5','\xc8','\x48','\x3a','\x8b','\xf8','\x00','\x46','\xc3','\x8d','\x3d','\x70','\xae','\xa9','\x05','\xf7','\x6b','\x07','\x27','\x2d','\x7d','\xd1','\x28','\x49','\x86','\x0f','\xd7','\x7c','\xa4','\x18','\x52','\x42','\x7b','\x34','\xfc','\x61','\x03','\x65','\x52','\x8d','\x92','\xc8','\x74','\x75','\xe0','\x13','\x29','\x97','\x73','\xc2','\xe9','\x72','\x29','\xd4','\xf5','\x72','\x73','\xa2','\x4c','\x87','\x28','\xdd','\x23','\x42','\x2e','\xc1','\x70','\x63','\x04','\xda','\xfd','\xd1','\x12','\xa5','\x7e','\x4a','\xef','\x0c','\x37','\xfa','\xe9','\xd2','\x6e','\x7a','\x66','\x88','\x96','\x26','\x68','\x76','\x91','\x3e','\x20','\x51','\x4d','\xa2','\x11','\x29','\xb0','\xe6','\x09','\x51','\xdc','\x08','\x8f','\x15','\xa0','\x5f','\x49','\x8f','\xcb','\x92','\x16','\x8c','\x09','\x97','\x11','\x75','\x95','\xf6','\x38','\x0c','\xc3','\x4a','\xe4','\x20','\x74','\x0e','\x24','\x25','\x60','\xb9','\xc7','\xbe','\x74','\x24','\x24','\x27','\xf7','\xc8','\x2c','\xea','\x2e','\xc0','\x7e','\xef','\xa9','\x61','\x09','\x8e','\xa6','\xf8','\xd5','\x27','\xfa','\x41','\xcf','\xb1','\x10','\xe5','\xe3','\x2c','\x19','\xd2','\x22','\x28','\x9d','\xa8','\x84','\xe1','\x39','\x12','\x0a','\x0e','\x45','\x0e','\x1e','\x49','\xea','\x09','\x56','\x4a','\x30','\xdf','\x10','\xf3','\x3d','\xb1','\x3f','\xf4','\xd0','\xbe','\x3d','\x5f','\xcd','\x7c','\xd8','\x53','\xca','\x60','\xa3','\x84','\x2d','\x41','\xb2','\xa1','\x61','\xe0','\x89','\x4e','\x12','\x16','\x9e','\x13','\x79','\x83','\x3d','\x0a','\x91','\x2e','\xb4','\x26','\x28','\x89','\x52','\xb2','\x47','\x08','\x49','\x6e','\x4e','\x8e','\x70','\xf5','\xab','\x00','\x13','\xa6','\x9f','\x92','\x3b','\x29','\x34','\x59','\xdd','\xcd','\x65','\x3b','\x25','\xfc','\xc7','\x16','\x29','\x91','\xc2','\x4d','\x89','\x02','\x73','\xb9','\x47','\xf4','\x53','\x1d','\xa3','\x73','\x40','\xff','\xe5','\x46','\x3e','\x27','\xce','\xe6','\x6f','\x06','\xaa','\x34','\xf0','\x34','\x0b','\x3c','\xc5','\x0e','\x7d','\xdd','\xe9','\x2b','\xad','\x7d','\xba','\x94','\x3c','\x6f','\x86','\x03','\x6b','\x7a','\x60','\x71','\x2d','\xb0','\xc8','\x02','\x8b','\x28','\xb0','\x08','\x79','\x23','\x81','\x52','\x3a','\x50','\x8a','\x40','\x0d','\x19','\x15','\xfc','\xd5','\xfc','\x8b','\x4a','\x86','\x6b','\x03','\x4d','\x2c','\xd2','\xa1','\x62','\x73','\x8f','\x68','\xfc','\x17','\xc4','\xda','\x08','\x61','\x3a','\x63','\x25','\x71','\xae','\x7a','\x27','\xa2','\xfd','\x88','\xee','\x1e','\x2c','\x0f','\xa5','\xca','\x13','\x6a','\x79','\x51','\x2d','\x4b','\x1c','\x29','\xb8','\x8a','\x94','\x04','\x3a','\x86','\xc0','\x20','\x01','\xbe','\xaf','\x7f','\x6b','\x4e','\x8c','\xce','\x47','\x19','\xd9','\x23','\x8e','\xb6','\x83','\x63','\x73','\x23','\x8c','\xe8','\x8c','\x8f','\x33','\xf1','\x33','\x72','\x67','\xaa','\xd9','\xcf','\xaa','\xbb','\x91','\x35','\x24','\x5b','\x13','\x3e','\x6b','\x91','\x58','\x12','\xe0','\x92','\x44','\x2f','\x79','\xe8','\x25','\xac','\x6c','\x8c','\x45','\x6c','\x62','\xcd','\x77','\xf6','\xc5','\x12','\x5f','\xae','\x7b','\x44','\x03','\x91','\x60','\xb8','\x39','\x02','\x19','\xcc','\xa7','\xcf','\x14','\xb9','\x4d','\x82','\xee','\x54','\x68','\x7f','\xb8','\xb9','\x1b','\xb8','\x37','\xe8','\x44','\xb8','\xb1','\xe8','\xd4','\x81','\x85','\x1b','\xfc','\xea','\x11','\x9c','\x25','\x63','\x14','\xc2','\x23','\x2e','\x85','\xb8','\x5e','\x6e','\x4d','\x94','\xc9','\xd0','\xd6','\x38','\x53','\x32','\xc2','\xed','\x24','\x60','\x1c','\x6d','\xc2','\x73','\xb8','\x23','\x10','\xc1','\xbb','\x53','\xf6','\x10','\xc3','\x13','\x0c','\x2f','\x32','\x2c','\xa5','\x5a','\x82','\x18','\x0c','\x7b','\x18','\xc6','\x0c','\x8f','\x89','\xfe','\x65','\x5d','\xf3','\x4e','\xf6','\x08','\xb2','\xf7','\xa0','\x92','\x3e','\x18','\x2c','\xe8','\x54','\x2b','\x31','\xcd','\x17','\xdb','\xf4','\x4d','\x9a','\xa1','\x05','\xb2','\x07','\xc1','\xc2','\xf8','\x98','\x6d','\x97','\x3a','\x64','\x0b','\x22','\x24','\x0b','\x41','\xe9','\x39','\x11','\x74','\x75','\xa7','\x99','\xe7','\xf7','\x1b','\x25','\x8d','\x65','\x35','\x16','\xd3','\x46','\x92','\x2f','\x43','\x7e','\x57','\xf2','\x32','\x8a','\xbd','\x88','\x3e','\x5e','\xa1','\x5f','\x7a','\xb1','\x19','\xaa','\x5a','\xc1','\x2b','\x56','\xec','\x9a','\x15','\xb3','\x2a','\xd9','\x97','\x6d','\x73','\x7d','\x95','\x00','\x56','\xc8','\xba','\x12','\xdc','\xa0','\xf4','\x92','\xbf','\x71','\xd9','\xc7','\x36','\xc5','\x7a','\x7e','\xec','\xcc','\xc4','\x74','\x29','\x3a','\x5d','\xda','\x23','\xa8','\x7e','\x82','\xc5','\xd6','\x41','\x0d','\x73','\xf3','\x8d','\xcf','\x97','\xcf','\x86','\x86','\x74','\x21','\x17','\xda','\x33','\x8e','\xa3','\x45','\x3b','\x33','\x93','\x29','\xcd','\x64','\x70','\x07','\xbe','\x99','\x0c','\x99','\xc9','\xcc','\x89','\xfa','\x8b','\x1d','\xe3','\xe3','\x74','\x22','\x70','\xc6','\x27','\xdc','\x2c','\xf1','\x35','\xc5','\xc7','\xa7','\xd7','\xea','\x1f','\x30','\x76','\x07','\xcc','\xa1','\x30','\x97','\x1b','\xc6','\xe2','\xa0','\x21','\x1d','\x33','\xa5','\x70','\xab','\x23','\x37','\x4a','\x8e','\x3c','\xec','\x89','\x10','\xe9','\x22','\xff','\x01','\x33','\xaa','\x9a','\x7b','\x44','\x89','\x4d','\x50','\x35','\x47','\x54','\x2e','\xc7','\xcc','\x12','\x90','\x51','\x12','\x18','\x67','\x84','\x77','\xdb','\xf6','\x50','\x40','\x9e','\x08','\xf8','\x16','\xe9','\x33','\x12','\x5d','\x93','\x68','\x9a','\xef','\x56','\x4f','\x7f','\x12','\x37','\x3b','\xfb','\x54','\xa1','\xd2','\x85','\xe6','\x04','\xa5','\x51','\xbe','\xdf','\x03','\x0d','\x12','\xa0','\xc1','\x4f','\xd3','\x83','\x9f','\xee','\xd3','\x8b','\x76','\xc9','\xc2','\x3e','\x0b','\xc8','\x3a','\x43','\xe1','\xe6','\x1e','\xf1','\x03','\x99','\x70','\xa3','\xd4','\x61','\xc3','\xe3','\x57','\x41','\x59','\x46','\xe7','\x68','\x83','\x0b','\x0e','\xe4','\x42','\x87','\xd6','\x45','\x9e','\x27','\x97','\x85','\xe5','\xcd','\x54','\xa9','\xe0','\x5a','\xb4','\x5c','\xcf','\x04','\xb9','\x4f','\x15','\xb8','\x68','\x07','\x96','\x9d','\xea','\x79','\x3a','\x6d','\x34','\x16','\xfe','\x23','\x83','\x63','\x4e','\x06','\x9d','\x9d','\xd1','\x0c','\x42','\xaf','\x22','\xbe','\xf0','\x24','\xa3','\xee','\xf8','\x71','\x3d','\xbe','\xa4','\x64','\x72','\x45','\x30','\x12','\xb5','\xed','\x3d','\x82','\x35','\x25','\x98','\x6a','\x1e','\x74','\xd6','\x73','\xaa','\xe9','\x13','\x8d','\x66','\x42','\x7c','\xa9','\xa7','\x9a','\x51','\x97','\x91','\x71','\x19','\x25','\x17','\x64','\x4a','\x0b','\xc2','\xc9','\x88','\x0f','\x27','\xf9','\x82','\x9b','\xa3','\xd0','\xb7','\x22','\xa2','\xd4','\x52','\x8d','\x2b','\x43','\xca','\xe5','\x21','\xa5','\x92','\xaa','\x57','\x86','\x14','\x8b','\xdf','\x0c','\x85','\xed','\x54','\xbd','\x4d','\x68','\x06','\x37','\xae','\x9a','\xe4','\x5a','\x95','\xde','\x59','\xb5','\x17','\x56','\x67','\x5d','\x6b','\xe9','\x41','\xc5','\xb5','\x5b','\xd9','\xf7','\x55','\xba','\xef','\x47','\x41','\xbd','\xe2','\xaf','\xb8','\x7d','\x96','\x0c','\x15','\x70','\xd8','\xc0','\x4b','\xb6','\x9d','\x3d','\x9d','\xde','\xff','\x67','\x85','\xe4','\x53','\x9a','\xf2','\x94','\x96','\x5c','\xd2','\xf7','\xdb','\xc5','\x7b','\x97','\x33','\xe6','\xf2','\xe5','\xe0','\xb7','\x5e','\x08','\xfe','\x7b','\x16','\xfb','\x16','\x20','\xfb','\x2d','\x66','\x7e','\x2b','\x49','\xbe','\xb7','\x9f','\x2c','\x9f','\xf4','\x2e','\xe7','\x07','\x68','\x36','\xa0','\x5c','\xfd','\xa5','\x52','\x62','\x83','\x18','\xf6','\x29','\x5f','\xcf','\xd8','\x88','\x12','\x6d','\x0f','\x97','\x4b','\xf7','\xbc','\x1c','\xb4','\xf0','\x41','\x2e','\x7f','\xb8','\x9c','\x3f','\xe6','\xf6','\xfd','\xf3','\xbb','\x7d','\xf7','\xed','\x0b','\x1d','\x73','\xef','\x29','\x36','\xa3','\xc2','\x2d','\x28','\x01','\x99','\x89','\x90','\xcf','\xa9','\x86','\x4f','\xa4','\x2e','\xcc','\x89','\xd4','\x05','\x77','\x9a','\x78','\x8a','\xad','\xcc','\x8c','\x19','\x9d','\x31','\x83','\x33','\xa6','\x5c','\x6c','\x72','\xef','\xeb','\xee','\x20','\x8a','\x52','\x9c','\x49','\xd9','\x67','\xf7','\x62','\xdf','\x38','\xde','\x73','\xf1','\xfa','\xaf','\xec','\x8d','\x46','\xf7','\x46','\x33','\x7b','\xa3','\xa5','\xd4','\x75','\xdc','\x83','\x71','\x4f','\x09','\xf7','\x64','\x7c','\xc5','\xbf','\x23','\xa3','\xf9','\xb9','\x08','\xe4','\x03','\xc0','\x7a','\xfe','\xba','\x31','\x31','\x58','\x8a','\xa6','\xec','\x3d','\x9a','\x9b','\x4c','\xa3','\xa0','\xdb','\x3c','\x78','\xf7','\xb3','\xfa','\xc1','\x91','\xd2','\x3d','\x10','\xcd','\xe3','\x08','\xa5','\x9a','\x7b','\xf6','\x4d','\x46','\xf7','\x4d','\x66','\x52','\xcd','\x12','\x44','\xfb','\xdb','\xf5','\x35','\x4e','\xef','\xc2','\x39','\x91','\x77','\x91','\x2d','\x17','\xe6','\x9b','\x5a','\xb6','\x9c','\xcf','\x96','\x75','\x8e','\x39','\x20','\x3a','\xd5','\x53','\x6f','\xd9','\x7b','\x15','\x8d','\x23','\x55','\xd7','\x3a','\x37','\x75','\x84','\xae','\xd9','\xad','\x6b','\xfc','\x8a','\xd0','\x66','\xaa','\x5e','\x66','\x6c','\x59','\x24','\x1c','\xfb','\x53','\x37','\xa0','\x3a','\xd4','\xdd','\x2b','\x7b','\x02','\x66','\x29','\x41','\xb3','\x93','\x91','\xd8','\x5e','\x25','\x99','\xa0','\xb4','\x57','\x4e','\x16','\x9b','\x31','\x3d','\x9b','\x9d','\x36','\xcd','\x1c','\x09','\xce','\x54','\x83','\xfc','\x8f','\x08','\xc5','\xc6','\x69','\xf6','\x93','\x65','\xf3','\xd7','\xa7','\xc8','\x38','\x25','\x9f','\x7c','\x9a','\xfc','\xfa','\x83','\xc1','\xf1','\x0f','\x05','\xec','\x97','\x1a','\x3f','\xf5','\xb0','\x25','\x49','\x32','\x0a','\x12','\xd3','\xa4','\x46','\x7e','\xc8','\xcd','\x55','\xb1','\x1e','\x77','\xf3','\x5f','\xad','\xc7','\xef','\xb4','\xd5','\x06','\x94','\x36','\xa4','\x9a','\xfc','\x5a','\xb8','\xa7','\x7e','\xed','\xa0','\x72','\x8d','\x5f','\x19','\xba','\xf6','\xd1','\xc6','\xe6','\x47','\xee','\x2d','\xff','\xab','\x59','\x33','\x2b','\x9b','\xf7','\x7d','\xff','\xec','\xf2','\x17','\xfc','\xf2','\x7f','\xc0','\xf2','\xd3','\xd8','\x9d','\xc4','\x1e','\xd5','\x2e','\x31','\x96','\x8d','\x47','\x86','\xed','\x68','\x92','\xd9','\x94','\x55','\x0e','\xb5','\x2a','\xc3','\xf1','\xca','\xc7','\xe3','\xad','\x2f','\xc5','\x2b','\x03','\x02','\xc3','\xad','\x56','\x8c','\x55','\xb2','\xac','\x62','\xce','\x56','\xc8','\xef','\x55','\xc8','\xdb','\x2d','\xf2','\x5d','\x34','\xc0','\xee','\xed','\x63','\x7a','\x83','\x6d','\x70','\x9f','\x04','\x3c','\x66','\x41','\xe4','\x00','\xe5','\x44','\x7a','\x46','\xb5','\x8b','\x4c','\xd7','\x1d','\x8c','\xe8','\xba','\xdd','\xb9','\x6f','\xe3','\xba','\xce','\x2a','\x7a','\xbc','\xa2','\x37','\x2b','\x7a','\xe1','\xac','\x7e','\xcc','\x9c','\x77','\x11','\xbd','\x67','\x4e','\x87','\xc2','\x15','\xa5','\x86','\x82','\x57','\x24','\x7a','\xd9','\x2e','\x57','\x28','\xad','\x08','\x72','\x83','\x0a','\xbd','\xc7','\xee','\x67','\x96','\x5d','\xb7','\x68','\xc1','\xa2','\x6b','\x56','\x00','\x12','\x86','\xda','\x69','\x8b','\x01','\xa6','\x85','\x58','\xbc','\xc1','\xe2','\x05','\x16','\x4f','\xb3','\x3e','\xc4','\xc2','\x88','\xf9','\xc1','\x2e','\x03','\x82','\x12','\x04','\xb5','\xcb','\x26','\x82','\xad','\x1c','\xb6','\xa9','\x82','\xa8','\x6a','\xd1','\x41','\xa3','\xff','\x18','\xb4','\x53','\xa1','\xbd','\x2b','\x74','\x60','\x59','\xb4','\xef','\x85','\x1d','\x1b','\x50','\xcf','\x84','\xa6','\x17','\x1b','\xc7','\x16','\x0b','\x0b','\x8b','\xc7','\x1c','\x4a','\x2e','\xc1','\x7f','\xc8','\xad','\x3a','\x24','\x8c','\x19','\xf8','\x27','\x83','\x25','\xe0','\x1b','\x84','\x1d','\xbe','\x44','\xd5','\xe5','\x7e','\xd5','\xb0','\x9f','\x2b','\x43','\x79','\xe6','\x41','\x0a','\x88','\x33','\x40','\x4e','\x0b','\x4f','\x5b','\xcd','\x34','\x50','\x48','\xa5','\x17','\x0b','\x2e','\x9c','\x42','\x34','\x04','\x16','\xbd','\x30','\x10','\xdb','\xcf','\xe1','\x12','\x7b','\xaf','\xe0','\xe4','\x64','\x40','\x80','\xd5','\xcf','\xb0','\xbd','\x86','\x9d','\x7b','\x20','\x0e','\x15','\x37','\x01','\x86','\xb9','\x6d','\xdf','\x00','\xea','\x28','\x41','\x4f','\x9a','\x6a','\x09','\x63','\x53','\x1c','\x46','\x15','\x6d','\x6e','\xa4','\xd9','\x5b','\xed','\xca','\xfc','\x0d','\x7e','\xed','\xbf','\xe5','\x13','\x8e','\x00','\xa1','\x21','\xc2','\xd5','\x55','\xb8','\x60','\x37','\xd2','\xf3','\x14','\x12','\x0f','\xb7','\x0c','\x7a','\x03','\x4e','\x96','\xb1','\x45','\x6d','\x48','\xbe','\x2a','\xb3','\x97','\x37','\xd9','\x25','\xca','\x31','\xf2','\xd7','\x53','\x36','\xbf','\xff','\xeb','\xa9','\x6e','\x8c','\xfd','\xf5','\x54','\xe3','\x6f','\x7e','\x34','\xfd','\xd4','\x8f','\x8e','\x9d','\xfe','\x90','\xab','\xe7','\x43','\x52','\x8f','\xaf','\xa7','\x07','\xbb','\x7b','\x3c','\xdc','\x16','\xeb','\x8c','\x33','\xb3','\x2f','\x34','\x44','\xbe','\x91','\x46','\xf7','\x6b','\x74','\xd2','\xea','\x97','\x0c','\x7b','\xd1','\xa0','\xb8','\x46','\x49','\x91','\x2a','\x21','\xaa','\xe1','\x80','\x81','\x68','\xaa','\x11','\x66','\xb4','\x29','\xf2','\x91','\xd2','\x4c','\x10','\xc7','\x88','\x12','\x24','\x80','\xf3','\xbd','\x7a','\xd2','\xf6','\xe9','\x34','\x1d','\xcf','\xd0','\xf9','\x4e','\xef','\xe3','\xe3','\x19','\xe8','\x7d','\x3c','\x3f','\x0f','\x7f','\xec','\x49','\x53','\x91','\x0f','\x19','\x10','\xcd','\xe5','\x1b','\x22','\x1f','\x32','\xdd','\xa9','\x13','\x14','\xd9','\x86','\xd8','\xe1','\xfc','\xe1','\x0e','\xb8','\xfd','\x67','\xdb','\x8d','\x6f','\x76','\xf4','\xbe','\x71','\x32','\x57','\xe3','\x6e','\x1a','\xf7','\x05','\x54','\x1a','\x52','\xb5','\x06','\x33','\x0a','\xcc','\x4a','\x33','\x0d','\x25','\x92','\xae','\x66','\x18','\xd5','\x7c','\xc8','\xc0','\x08','\x0a','\x30','\x4a','\xf6','\xff','\x8f','\xb3','\xff','\x81','\x8e','\xe3','\x3a','\xef','\x44','\xc1','\x5b','\x5d','\xad','\xea','\xa2','\x72','\xd1','\x5d','\xa0','\x34','\xca','\x6d','\xb2','\x89','\x2e','\x00','\x7c','\x2d','\x39','\x86','\x93','\xdb','\x68','\x08','\x6c','\xd9','\x14','\xaa','\x48','\x22','\x2d','\x72','\xa6','\x24','\x3a','\x99','\x3f','\x8f','\x99','\xcd','\x26','\x05','\x74','\xa7','\x49','\x79','\x9b','\x56','\xcb','\x9a','\xe3','\x61','\xf2','\x40','\x54','\x81','\x40','\x9a','\x50','\x52','\x26','\x21','\xda','\xe3','\x6d','\xda','\x1a','\x93','\xf6','\xf8','\x78','\x66','\xce','\xf1','\xee','\x50','\xd6','\x3c','\x8f','\xde','\x6c','\x76','\x58','\x20','\x90','\x26','\x9d','\xd7','\x11','\xe5','\xe4','\x6d','\x16','\x9a','\xe4','\x85','\x2d','\xd3','\x4b','\x39','\x67','\xb5','\x23','\x28','\xf2','\x91','\xdb','\x71','\xa9','\x6a','\xef','\x77','\xab','\x1b','\xff','\x29','\x67','\x1e','\xf8','\x9d','\x7b','\x2e','\x8a','\x8d','\xdb','\xb7','\xee','\x9f','\xef','\xcf','\xbd','\xdf','\xf7','\xfb','\xf8','\x76','\x20','\x5e','\x83','\xcc','\x2d','\x93','\xb9','\x26','\x99','\xbb','\xb5','\xc7','\xbb','\x15','\xcc','\xbd','\xc1','\x2a','\xf0','\xab','\xb7','\x4c','\xec','\x06','\xd0','\x42','\x83','\xcc','\x37','\xfa','\x9c','\x46','\xdb','\x69','\x98','\x1f','\xfc','\xf5','\x91','\x46','\x53','\xa8','\xb9','\x42','\x08','\xc8','\x06','\xfd','\x21','\xa2','\xe8','\x05','\xb3','\x88','\x1c','\x09','\xb1','\xfa','\x25','\x52','\x9c','\xdb','\x5b','\x94','\x83','\xbb','\x2d','\x62','\x45','\x49','\x91','\xfd','\xea','\x93','\x09','\x8f','\x98','\x28','\x59','\x42','\x7d','\x27','\xab','\xed','\x86','\x59','\x6d','\x98','\xba','\x33','\x29','\x30','\x22','\xc5','\x08','\xb5','\x90','\x3b','\xc6','\x0c','\x3e','\xd1','\xf2','\x83','\x1a','\x57','\x89','\x80','\x28','\xc7','\x84','\xa7','\x90','\x2b','\xc4','\x09','\x03','\xf7','\x47','\x09','\xf7','\x18','\x61','\x94','\x54','\x09','\xe3','\x69','\xed','\x8d','\xe3','\xbc','\x36','\xd4','\xf1','\x2a','\x02','\x7c','\x0b','\x33','\x70','\x4c','\xd0','\x56','\x3c','\x0b','\x12','\xbe','\x60','\x73','\x2f','\x3c','\xa9','\x40','\x02','\x02','\xfe','\x2b','\xa3','\x24','\x36','\xfb','\x52','\xe5','\x76','\xc5','\x2a','\xde','\x32','\x0f','\xd5','\x4d','\xa4','\x70','\x27','\x1e','\xd5','\x44','\x3a','\xc7','\x50','\x63','\x1b','\x5e','\x35','\x25','\xc5','\x0c','\xe0','\x94','\xbe','\x42','\x44','\x1f','\x1c','\x9b','\x74','\x70','\xb9','\xdc','\x73','\xca','\x0c','\x64','\x13','\x22','\x07','\x61','\xd3','\xd9','\x84','\xb6','\xf6','\x50','\x37','\x65','\xba','\x4f','\xb4','\x16','\x56','\xdf','\x9a','\x37','\x27','\xb0','\x3e','\x81','\xd1','\x49','\x1f','\xbd','\xd0','\x80','\x50','\xde','\x1a','\x96','\x7c','\x3f','\x68','\x40','\x0e','\xdb','\x75','\xf2','\x3d','\x56','\x06','\x10','\xf8','\x83','\xc9','\xa2','\x4f','\x9a','\x0e','\xf1','\x1d','\xe2','\x3a','\x7b','\xdd','\x13','\x29','\xf7','\x44','\xbb','\x49','\x4d','\x9f','\xea','\xee','\x19','\xe4','\x9e','\x42','\x6e','\x13','\x2d','\x9e','\x47','\x0d','\xc0','\x7b','\x47','\x0a','\x53','\xb1','\x20','\x13','\x3d','\x99','\x58','\x86','\xe0','\x74','\x2b','\xe0','\x21','\xea','\xce','\x5e','\xcd','\x0f','\x5e','\xe9','\x84','\xe5','\x92','\x6e','\x7c','\x6e','\x32','\xeb','\xf4','\x09','\x76','\x5b','\xa8','\x55','\x83','\x40','\xef','\x42','\xf0','\x01','\xf1','\x93','\x34','\x80','\xad','\x66','\xa4','\x2f','\x5b','\xef','\xfa','\xdd','\xfa','\x8d','\xe0','\x5d','\x7e','\xd0','\x04','\x1e','\x81','\x36','\xc2','\x2d','\xe1','\x4f','\xdd','\xde','\x99','\x85','\xde','\x59','\x0c','\xc8','\x12','\xce','\xa3','\xcf','\xbf','\x36','\x38','\xd1','\x52','\x05','\x9b','\xc6','\x82','\xd5','\x33','\x41','\x0b','\x29','\x73','\x88','\x34','\xc4','\xac','\x13','\x7c','\x5d','\x26','\x87','\x15','\xd2','\x2f','\xc3','\xf7','\x02','\x43','\x6b','\xec','\x65','\x8b','\x73','\xb6','\xbb','\x12','\xcc','\x02','\x29','\x95','\xc9','\x64','\xa3','\xb3','\xa4','\x27','\x1b','\xd5','\x52','\x59','\x3f','\x55','\xee','\xc0','\x87','\xb2','\x52','\xe7','\xfb','\x82','\xf5','\x8a','\xbd','\xd7','\x73','\x1f','\xac','\x63','\xb8','\x3e','\xf7','\xc1','\x5e','\xf6','\x90','\xed','\x29','\x15','\x73','\xa6','\xd1','\xc1','\x7d','\x4a','\x72','\xb5','\xa1','\xad','\x79','\x55','\xee','\x50','\x0b','\x16','\xad','\xc6','\x81','\x3e','\xf9','\x7d','\x36','\xa0','\xa9','\xd5','\x36','\xa6','\xf8','\x69','\x24','\xaf','\xb4','\xd8','\x82','\x09','\x6a','\x71','\x12','\x40','\xd6','\x77','\x20','\xdf','\x08','\x2b','\x7d','\xbe','\xd1','\x6e','\x18','\x66','\x03','\x72','\xbf','\x23','\x46','\x7f','\x7d','\x10','\x35','\xc9','\xdf','\x2b','\x3f','\x2c','\x8a','\xba','\x68','\x64','\x0d','\x8e','\x92','\x1f','\x8d','\xf2','\xa0','\x7b','\x70','\x05','\x2b','\x77','\x70','\x29','\x39','\xf0','\xa5','\x08','\xd9','\x59','\x7d','\xd2','\x05','\x15','\x24','\x96','\xb7','\xb7','\x88','\x83','\xbb','\x9d','\x3a','\x11','\x16','\x48','\xef','\xcb','\x64','\x5f','\x3d','\x99','\x5c','\xe8','\x4b','\x7e','\xa3','\x9d','\x0d','\xaa','\xd9','\x57','\xf5','\x09','\x1b','\x2d','\x9e','\x13','\x66','\x66','\x45','\x9e','\x0f','\x11','\x09','\xcb','\xe8','\xd0','\x79','\x31','\x5b','\x0b','\x2e','\x33','\x4e','\x3e','\x0f','\x33','\xce','\x5d','\x5e','\xf7','\x52','\x1c','\x5c','\xeb','\xc4','\xce','\xaf','\x0d','\x0e','\x7b','\x98','\x62','\x83','\x43','\x31','\x13','\x90','\x3a','\x5c','\x04','\x53','\x94','\x8f','\x23','\x93','\xe9','\x9b','\xdc','\x6b','\x81','\xa9','\x9a','\xb0','\x54','\x42','\xc4','\x45','\xce','\xd8','\xb3','\xf6','\x3a','\x93','\xef','\x20','\x31','\x82','\x08','\x00','\xe6','\x8c','\x0a','\xed','\x48','\xa6','\xfa','\xd2','\xa8','\xfe','\xd2','\x77','\x85','\xcb','\x17','\xc4','\x3a','\x68','\xe2','\x5d','\xee','\x3a','\x25','\x8a','\xad','\xe0','\xbf','\xc0','\x69','\x10','\x89','\xc6','\xc8','\x91','\x38','\x4c','\x7d','\xb2','\xbe','\x97','\x28','\x30','\x5f','\xac','\xa9','\x10','\x3c','\x01','\xd2','\xa9','\xc3','\x12','\x4d','\x0b','\xb6','\xf7','\xfc','\xf9','\xea','\x44','\x4d','\xdf','\xc8','\xc7','\x52','\x00','\xb4','\x24','\x92','\x12','\x8c','\x4f','\x08','\x42','\xc2','\x9a','\xd6','\xc9','\x5e','\xcb','\x0b','\xee','\x76','\x62','\xf0','\x43','\xe4','\x16','\x26','\x4d','\x92','\x62','\xb4','\x2f','\xf0','\xdb','\xe0','\x6f','\x2c','\xeb','\x9d','\xf8','\xd0','\x88','\x18','\x8e','\x73','\x47','\x7e','\x39','\xc1','\x75','\x9f','\xc8','\x2a','\x47','\x6e','\x53','\x49','\xa4','\xc0','\xbe','\x7a','\x2f','\x9b','\x77','\x60','\xda','\xfc','\x27','\xdd','\xa9','\x24','\xd3','\xed','\x9d','\xf7','\x05','\x76','\x91','\x73','\x4b','\x32','\x5e','\x0f','\x78','\x3e','\x29','\x82','\xdd','\x24','\xcf','\x27','\xb5','\x87','\xd0','\x40','\xd6','\x61','\xb2','\x42','\xf7','\x0f','\x5e','\x49','\x8a','\x52','\x5f','\x10','\xb4','\x25','\xbb','\x8a','\x75','\x9d','\x07','\xf3','\x82','\x5c','\x76','\x99','\xbd','\x22','\xfd','\x7d','\xf2','\x0a','\x19','\xa6','\x7b','\xb1','\xe5','\x62','\xd3','\x5d','\xf3','\xd0','\xe0','\x6b','\xc9','\xe6','\xeb','\x27','\xd3','\x59','\x3f','\x4c','\xee','\x30','\x3e','\x96','\x5e','\x0d','\xae','\xe9','\xcc','\x54','\x82','\x91','\x9c','\xa8','\x91','\x62','\x99','\x54','\x32','\xb0','\x2f','\xae','\x7b','\x44','\x8d','\xc2','\x50','\x77','\xcb','\xa4','\xe6','\xf5','\x61','\xd4','\x4e','\xb7','\xab','\x23','\x54','\x9f','\x34','\xd1','\xa2','\x2b','\xc6','\x2c','\x94','\xef','\x43','\xf9','\x16','\xa2','\x0d','\xc6','\x44','\x03','\xdf','\xcd','\xca','\x2e','\x75','\x7c','\x3a','\x2f','\x51','\x45','\xca','\xf9','\x35','\x8a','\x7c','\x0f','\xb9','\x59','\xcf','\xcd','\x3a','\x7e','\xd6','\x59','\xaf','\x3c','\xe9','\xb9','\xef','\x39','\xfe','\x84','\xe3','\x1e','\x72','\x6e','\x08','\xce','\x92','\xf0','\x47','\x81','\x50','\x9f','\x46','\x87','\x0f','\x23','\xcb','\x12','\x0f','\x1f','\x0e','\x6e','\x1c','\x06','\x69','\x75','\xf8','\x30','\x10','\xaf','\xec','\x65','\x0f','\xfd','\x69','\xc8','\xbd','\x35','\x3a','\x4a','\x26','\x8b','\xc4','\x9e','\x65','\x0c','\x9c','\x19','\xcb','\x7d','\x98','\x32','\x4d','\xb7','\xaa','\x99','\x7a','\x96','\x89','\x89','\x33','\x08','\xf7','\xa1','\xaa','\x84','\xa2','\x51','\x74','\x38','\x26','\x0e','\x4a','\xc1','\x2b','\x18','\xf0','\xde','\xd9','\x92','\x4e','\xd6','\x09','\x81','\xb3','\xc6','\xbd','\x51','\x14','\x9c','\x0f','\x99','\x3f','\x0f','\x26','\xe2','\x78','\x2d','\x49','\x62','\x32','\xe1','\xda','\x1e','\x75','\xab','\x59','\x5b','\x17','\xd9','\xe6','\xcb','\xc3','\x89','\x7f','\x0b','\xc3','\x39','\xad','\xec','\xe1','\xc4','\x1b','\xb8','\xa2','\x04','\x9e','\xb2','\x07','\x2f','\x30','\xea','\xc5','\x0b','\x59','\x67','\x41','\x6d','\x2e','\xfc','\x96','\xb7','\x60','\x57','\x16','\x10','\x5e','\xb0','\x9c','\x05','\x82','\x17','\x92','\x4e','\x5d','\x6b','\xce','\x67','\xe7','\xe7','\x85','\xf9','\x79','\xb1','\xfe','\x6d','\x51','\xf9','\x76','\xec','\x17','\x7f','\x32','\x36','\xf8','\x08','\xb3','\x9b','\x52','\x62','\x8a','\x5c','\xac','\x93','\xbf','\x23','\xe4','\x1c','\x09','\xce','\x05','\xe8','\x12','\x1a','\xbf','\x34','\x9e','\xb9','\x94','\xd9','\x7f','\x69','\x3f','\x23','\xf9','\x92','\x1c','\x5c','\x0a','\xc8','\x25','\xc2','\x68','\xef','\x25','\xe2','\x7d','\x31','\x38','\xf3','\x12','\x39','\xf1','\x12','\x21','\x2f','\x91','\xde','\x7f','\x55','\xcf','\xfe','\x83','\x7a','\xbf','\xdf','\x3e','\x3c','\xb9','\x32','\x87','\x56','\xe0','\xde','\xc1','\x04','\x15','\x0e','\xc0','\x87','\xd7','\xc8','\x6d','\x68','\xef','\x06','\xd4','\x75','\x43','\xca','\xbb','\xee','\x88','\xeb','\x8e','\x72','\xe2','\x4f','\x6e','\x30','\xca','\xb9','\x91','\x83','\xae','\xd8','\x66','\x8c','\x85','\xc9','\x7a','\xee','\xb4','\x83','\xcc','\x83','\xc1','\xea','\x2a','\xe0','\x6a','\xe2','\xb5','\x76','\x5c','\xad','\xd5','\xa0','\x77','\x82','\xbf','\x7f','\x3b','\x11','\xc4','\x6c','\x31','\x70','\xa1','\x8d','\x31','\x29','\x96','\x87','\xf3','\x13','\x32','\x11','\x57','\xf5','\x86','\x7b','\xde','\x4c','\xb4','\x69','\xcc','\xa6','\x51','\xf8','\x2e','\x9e','\xf2','\x98','\x2d','\xff','\x19','\x1b','\x00','\xa2','\xd9','\x3e','\xfa','\xdd','\x73','\x52','\xf2','\x9c','\x24','\xcc','\x5a','\x1f','\x06','\x1a','\xf2','\xd5','\x70','\x7f','\x4d','\xd8','\xc1','\x7b','\xf3','\x54','\xf8','\x23','\x2a','\xb6','\xe8','\x3e','\xee','\xad','\xfd','\xbd','\x97','\xb5','\xbf','\xa9','\xd3','\xef','\x75','\x28','\x7f','\xbb','\x3d','\xf2','\xbd','\xb9','\xd1','\x45','\x46','\x35','\xba','\xe8','\x53','\xd7','\xa3','\x6e','\x64','\xdb','\x7b','\x21','\x54','\x52','\x83','\x9f','\xa8','\x54','\x62','\xa4','\x00','\x45','\x09','\x6d','\x62','\xed','\x56','\x82','\xde','\xf1','\xe9','\x5d','\x42','\x97','\x48','\x7e','\x89','\x8c','\x2c','\x91','\x51','\x46','\x8d','\x3c','\x6d','\x50','\xda','\xfc','\x5b','\xfa','\xc6','\xe4','\xb6','\x76','\x14','\x64','\x9e','\x09','\xde','\x6b','\xd1','\x84','\xdd','\x75','\x1d','\xaf','\xd3','\xdb','\x1e','\xe4','\x0a','\x01','\xa7','\x11','\x87','\xb5','\x96','\x5f','\xb4','\x47','\x16','\xff','\x1e','\xfd','\xe1','\xa2','\x90','\x8f','\xb0','\x0d','\xb4','\x0b','\xd3','\xdb','\xbe','\xf6','\x0e','\x66','\xbd','\x02','\xba','\xed','\xe5','\x9b','\x78','\xa4','\x89','\x47','\x39','\xb1','\x5f','\xe1','\xe1','\xf6','\x76','\xb8','\x1f','\x23','\x60','\xe1','\x30','\xb6','\x56','\xc0','\xa8','\x26','\xa3','\x1e','\x45','\x74','\x6c','\xa6','\xee','\x54','\x69','\x5e','\x77','\xd3','\x22','\xa0','\xe7','\xa0','\x9f','\x3f','\xce','\xdd','\xfe','\xec','\x92','\x10','\xa3','\x63','\x19','\x64','\x7d','\x40','\x8e','\x3d','\xea','\x1d','\xcb','\x10','\xa0','\x47','\x89','\x75','\xaf','\xae','\x67','\x56','\x62','\xd2','\x0a','\xdb','\x1c','\x52','\x99','\xb0','\xff','\x95','\xa4','\x3d','\x92','\xf4','\x20','\xa3','\xd8','\xbd','\xcf','\x06','\xe9','\xda','\x99','\x78','\x4c','\x97','\x99','\x41','\xdc','\x8a','\xb5','\x96','\xa7','\xd1','\x4d','\x29','\xda','\x90','\x4a','\xcb','\xc1','\x8f','\x6f','\x49','\x3d','\x57','\x13','\x3d','\x57','\xe3','\x8b','\x4a','\x5f','\x91','\x8c','\x4e','\x82','\x39','\x0c','\x71','\x2c','\xbc','\x4b','\xc0','\x47','\x05','\xe8','\x92','\x74','\xc8','\x96','\xb2','\xe7','\xa4','\xde','\x73','\xd6','\x87','\xb3','\x9a','\x10','\xa8','\x88','\x3b','\x29','\xf1','\xd4','\x03','\x1d','\x38','\xc6','\x1e','\x8f','\xf6','\xec','\xcf','\x7e','\x61','\xbf','\xf6','\xa7','\x1e','\x2b','\x39','\x79','\x4f','\xcc','\xab','\x8f','\x33','\xba','\xec','\x3d','\xbe','\xa0','\x66','\xaf','\xaa','\x70','\x68','\x60','\xa3','\x9c','\x1d','\x79','\xd2','\x16','\xdf','\x63','\xe3','\x13','\xc0','\xf8','\x30','\x65','\xca','\x5a','\x95','\xcc','\x04','\x60','\x66','\x9e','\x5c','\x42','\xa5','\x23','\x8c','\x48','\xe9','\x88','\xc7','\xca','\x93','\x4b','\x20','\x00','\x4c','\xb1','\xfe','\xdc','\xdd','\x13','\xcf','\x0e','\x86','\x44','\x18','\x3d','\x77','\x77','\x8f','\x29','\x3e','\x08','\x94','\xfb','\xac','\x15','\xd4','\xcc','\x78','\xcc','\x94','\x45','\x00','\x91','\xa6','\x5c','\x75','\x81','\xfb','\x26','\x64','\xbd','\xcf','\x4a','\x52','\x18','\xf4','\xac','\xbb','\x84','\x57','\xea','\xd6','\xdd','\x13','\xd2','\x91','\x13','\x52','\xee','\x44','\xf0','\x97','\xa4','\xba','\x97','\x08','\xb3','\x24','\xf8','\xd9','\x9e','\xfe','\xd9','\x07','\xb3','\x40','\xff','\x4d','\xb8','\x52','\x4b','\x5c','\x88','\x89','\x6c','\x7c','\x36','\xe6','\x6b','\x5b','\x02','\xc6','\x4b','\x0e','\x13','\x46','\xac','\xa2','\xc2','\x64','\xae','\x8b','\xf8','\x3b','\xc1','\xea','\xfa','\x94','\xf5','\xdb','\x30','\x5f','\xbb','\xce','\x69','\x1f','\xce','\xa6','\x85','\x40','\x41','\xfe','\x5a','\x0a','\xa4','\x68','\x54','\x95','\x24','\x7a','\x14','\xeb','\xd9','\x84','\xff','\x50','\x5d','\x97','\x7e','\xc5','\x93','\xe7','\xf5','\xe0','\xb6','\x57','\x94','\x75','\x89','\x09','\x8e','\x84','\x6f','\xca','\x30','\x96','\x56','\xe0','\xc3','\x68','\x07','\xb6','\xd4','\xbf','\x69','\x9c','\xb7','\xca','\x8b','\xb7','\xb8','\xbc','\x48','\xf8','\xe9','\x96','\x7b','\x90','\x0b','\x8b','\x21','\xd3','\x0d','\xf3','\xd0','\x85','\x1e','\x83','\xd0','\xa5','\xc0','\x66','\xfd','\x11','\x79','\x7f','\xd6','\xda','\x89','\xa6','\x74','\x91','\x54','\x85','\xba','\xd9','\x5b','\x77','\x95','\x64','\x07','\xe0','\x7d','\x12','\x2d','\x17','\x83','\x1f','\x85','\xe7','\x24','\xec','\x2d','\x10','\xa8','\x48','\xac','\xde','\xe0','\x53','\xdf','\x79','\xd8','\xa9','\x74','\xeb','\xc8','\x6c','\x31','\x26','\x26','\x45','\x01','\xa8','\xab','\x50','\x76','\xad','\x1f','\x36','\xcb','\x27','\xfd','\x72','\xc5','\x2d','\x9f','\x02','\x44','\xf4','\xb2','\xd9','\x2c','\x3f','\xe7','\x97','\x4d','\xd7','\x6a','\x81','\xd2','\x98','\x41','\xee','\x23','\xa8','\x91','\x4a','\xf3','\xc4','\x8e','\x08','\xed','\x75','\x51','\x6f','\x10','\xa8','\x9a','\x0f','\xdf','\xb4','\xe6','\x0f','\x79','\x04','\x41','\xc2','\x56','\xae','\x38','\x30','\x0b','\x35','\x1d','\x78','\xa4','\xfb','\x03','\x83','\xbf','\x53','\xbd','\xfb','\x03','\x7e','\xc2','\x32','\x82','\x5b','\x9b','\x35','\x7f','\xad','\x35','\xc7','\xaa','\x4e','\x1d','\x6e','\xa0','\x3b','\x7c','\x6c','\xcb','\x85','\xce','\xd6','\x7b','\x6a','\xf6','\xe5','\x76','\x4a','\xd5','\xf3','\x8a','\x0a','\xe0','\xb1','\x1c','\x0b','\x88','\xa9','\x9e','\xae','\x82','\xea','\x1b','\xbb','\x74','\xbf','\xce','\xc0','\x13','\x1e','\x0e','\x17','\x6a','\x0b','\xfa','\x92','\x6e','\xdd','\xd5','\x4b','\x37','\xd4','\x52','\x83','\x96','\x96','\x49','\xe9','\x56','\xaa','\xf4','\x46','\xc2','\x6a','\x49','\xa5','\xd7','\xf3','\xa5','\x26','\xdd','\x48','\x16','\x53','\xe6','\xb9','\x1f','\x06','\x92','\xf9','\x4d','\xba','\x42','\x91','\x4a','\x91','\x4e','\x51','\x0c','\xb8','\x86','\xde','\x00','\x98','\x4f','\x68','\xa4','\x31','\x02','\x9e','\xd8','\x50','\xa1','\x56','\x23','\x7c','\xc2','\x68','\x94','\xa9','\x47','\x6b','\x0f','\xcd','\x06','\x6f','\x67','\x63','\x53','\x26','\x0d','\xf5','\x1f','\x7d','\xd1','\xb6','\xde','\xb2','\x01','\x7b','\xea','\x8e','\x5f','\x5a','\xb4','\xd7','\xc8','\x82','\xb2','\x06','\x8d','\x2c','\xe9','\x1d','\x6a','\x98','\x56','\x43','\x35','\x97','\xc3','\x2e','\xb1','\x29','\x49','\x23','\x35','\x0e','\x16','\xc0','\x8e','\xef','\xf5','\xbd','\x54','\xe9','\xfb','\xb7','\xad','\xbb','\xb5','\x12','\xdb','\xb9','\x0d','\xb5','\xd4','\xcc','\x97','\xde','\xa8','\x96','\xdc','\x56','\x69','\x71','\xde','\x5a','\x8a','\x9b','\xcd','\x94','\xc9','\x7d','\xb8','\x41','\xf6','\xb1','\x3f','\x97','\xf8','\x0d','\x20','\x28','\xf4','\x55','\xb8','\xe3','\x23','\x66','\xe0','\x99','\x6b','\x78','\xf5','\xcc','\xfc','\xb4','\xd6','\x32','\x2e','\x75','\xc8','\xb6','\x56','\xed','\x49','\x3a','\x3f','\x99','\x9d','\x9b','\xcc','\x46','\x27','\xb3','\xd2','\x64','\x76','\xcc','\xfa','\xc9','\x5d','\x33','\x37','\x6b','\x0e','\x8b','\x00','\x7c','\xcf','\x1a','\x7e','\x0b','\x21','\xa6','\x90','\xa3','\xaa','\x16','\xbc','\x96','\xb6','\x89','\x02','\x7e','\x62','\x7c','\xae','\xdf','\x62','\xef','\xcd','\x04','\x1c','\xd3','\x23','\xf3','\x89','\x20','\x18','\x25','\x9f','\x6d','\x70','\xb3','\x01','\x1c','\xae','\xba','\x26','\x44','\xe8','\x7c','\x05','\x7d','\x43','\xae','\xee','\xc2','\x8a','\x2d','\xb9','\x0d','\x18','\x8a','\xb5','\xf1','\x59','\x1a','\xb7','\x96','\x9e','\x2a','\x35','\x0a','\xa5','\xc6','\xfe','\xd2','\xeb','\x8f','\x95','\xfe','\x42','\x2d','\xc1','\x5c','\x28','\x16','\x6b','\xab','\x41','\xc0','\x2f','\x40','\xba','\x8d','\x34','\xa6','\xa9','\x72','\xe3','\x6b','\xbd','\x9d','\x66','\xe9','\xb6','\x5f','\x72','\xdd','\x2e','\x35','\x4a','\x77','\x02','\xcb','\x45','\x25','\x97','\x94','\xdc','\x3d','\xac','\x0e','\x95','\x5b','\xa4','\xd4','\x20','\x16','\xe3','\x6f','\x4b','\xa0','\xd2','\x6d','\x5c','\x88','\x1b','\xd7','\xf3','\x26','\x2f','\x41','\xbb','\xe3','\xdb','\x20','\xce','\xb8','\xd2','\x11','\x3b','\xff','\x59','\xee','\x4e','\xf0','\x36','\x12','\x67','\x56','\xfb','\x90','\x75','\x37','\x78','\x7d','\xeb','\x3e','\x05','\xfe','\x03','\x4d','\x6d','\x71','\xd5','\x08','\x1d','\x0e','\xb9','\x3e','\xd9','\x71','\x42','\xdb','\xd9','\x29','\x11','\x75','\xf1','\xf3','\x3f','\x62','\x3d','\xbf','\xfb','\x41','\x77','\xac','\x1c','\x58','\x9c','\xe1','\x8a','\xfa','\xfe','\x82','\xf9','\xbf','\xcf','\x9b','\x49','\x07','\x65','\x6b','\xa8','\xbf','\x86','\x0e','\xd5','\x36','\x9e','\x23','\xe9','\x8b','\x35','\x2b','\x1c','\x61','\x58','\x6c','\x6c','\x30','\xf9','\x50','\xb8','\xc0','\x54','\x4b','\x2e','\x06','\xba','\xc5','\x46','\xaf','\x59','\x6a','\x02','\x59','\xcd','\xa6','\x79','\xbb','\x69','\xe2','\x8e','\xbb','\x6e','\xe8','\x89','\xfa','\xf7','\xe1','\x63','\x22','\x4f','\xab','\xb4','\xe3','\x48','\xae','\xb1','\x05','\x11','\x75','\x9d','\x9c','\xd3','\xde','\x11','\xe2','\x58','\xc4','\x29','\xa6','\x3d','\x93','\x80','\x83','\x19','\xab','\xb0','\x37','\x5f','\x0a','\x02','\x40','\x86','\x4e','\x7b','\x3f','\x23','\xce','\x20','\xa3','\xb4','\xf7','\x71','\xe2','\xbc','\x4f','\x9c','\x23','\x69','\x8f','\x27','\x2c','\x90','\xc2','\xf3','\x79','\x3e','\x3e','\xe8','\x10','\xbf','\xc6','\x3d','\x26','\xa0','\x63','\xe9','\xf6','\x31','\x14','\x39','\x66','\x05','\xac','\xb4','\xd2','\x3f','\x86','\x27','\x8c','\x34','\xf6','\x10','\x1d','\x0b','\xd8','\x43','\x6c','\x21','\x7c','\x68','\x3a','\xd0','\xcb','\x18','\x95','\x9b','\xa8','\x6c','\xa0','\x69','\xdc','\xf1','\x0b','\xe1','\xe7','\x36','\xfa','\x52','\x94','\xf1','\x70','\xd8','\x4d','\x4b','\x72','\xe9','\x8e','\xc7','\x2b','\xc8','\x5a','\x8a','\xf2','\xbd','\x8f','\x60','\xb8','\x96','\xf7','\xc0','\x12','\x6d','\x12','\xeb','\x4f','\x88','\xf9','\x26','\x61','\xa3','\x80','\xb2','\x75','\xc0','\x72','\xd6','\x99','\x21','\xd5','\xe6','\x99','\x42','\x74','\x31','\x68','\x45','\x14','\x56','\xba','\x61','\xc9','\xfa','\x98','\x7e','\xbb','\xbd','\x7b','\xff','\xfc','\x5a','\xb9','\x96','\x20','\x6f','\x29','\x58','\x5e','\x42','\xb7','\xd6','\x99','\x7c','\xa7','\x02','\xfc','\x7f','\xc7','\x76','\xb4','\x25','\x6f','\xff','\xe1','\xf1','\xb5','\x92','\xad','\x31','\x95','\x40','\x53','\x13','\xb6','\xb4','\x38','\x33','\xb7','\x14','\xdc','\x62','\xda','\x82','\xc4','\x7e','\xc9','\x31','\x31','\x0f','\x50','\xd8','\x20','\xfe','\x90','\x1a','\x0b','\x56','\xa3','\x0a','\x2b','\x5b','\xac','\x0c','\x2b','\x90','\xa0','\x9d','\x6d','\xbd','\xb7','\x51','\x02','\xad','\xee','\x47','\xa3','\x9b','\x3a','\xb3','\x51','\xe8','\x6c','\xe8','\x0f','\xe2','\x8e','\xa7','\x32','\xe6','\xa1','\x88','\x00','\x54','\x8a','\x0c','\x70','\x8d','\x90','\x2a','\x1b','\x92','\x27','\x7a','\xdc','\x21','\xcd','\xe0','\x75','\xd2','\x4d','\xdb','\xc4','\x34','\x40','\x95','\x3b','\x99','\x77','\xd6','\xe1','\x96','\x76','\x14','\x64','\xa4','\x50','\x85','\x30','\x72','\x31','\xa4','\xba','\x71','\xf1','\x84','\xed','\x1d','\xb2','\x2b','\xb3','\xe8','\x69','\xd1','\xc6','\x92','\x4d','\xa2','\x2e','\xc1','\x3a','\x40','\xf8','\x53','\xaa','\x9a','\xa0','\xb0','\x09','\x76','\x9c','\xcd','\xfe','\x0e','\xfd','\x11','\xed','\x0a','\xf7','\xe5','\x80','\x58','\x89','\xbb','\x71','\xbc','\x84','\xbd','\x25','\x5c','\x59','\xc2','\xc6','\x12','\x66','\x75','\xc2','\x49','\x59','\xc2','\x74','\x09','\xab','\x4b','\x58','\xe7','\x90','\x02','\x40','\x1b','\xdb','\x91','\x90','\x23','\x21','\xa3','\x07','\x55','\xb0','\x5d','\x81','\xd8','\xe0','\x3c','\x36','\xd3','\x3d','\xb6','\xe4','\xe5','\xab','\x1d','\x4f','\x92','\xee','\xa9','\xaf','\x42','\x21','\xc2','\x57','\x35','\x4d','\x9d','\x1f','\x46','\x89','\x6c','\x30','\xb7','\xf4','\x27','\x65','\x1b','\xc4','\xac','\x10','\xb5','\x42','\x20','\x6c','\x01','\xdc','\x95','\x93','\xae','\x97','\xb4','\x2b','\x49','\xdb','\x48','\xda','\x38','\xd9','\xc9','\xaa','\xa0','\x64','\xcf','\xd1','\x89','\x73','\xea','\xc4','\x39','\x7d','\x71','\x56','\x98','\x09','\x24','\xa6','\xb7','\x6c','\x7f','\xaf','\x16','\xaa','\xb8','\x8c','\x6a','\xb8','\x19','\x24','\x7c','\x00','\x8d','\xf7','\x9a','\x8d','\x4a','\xb3','\x61','\x70','\x00','\x79','\xc2','\xa9','\xd7','\x69','\x64','\x9d','\x46','\x7f','\xca','\x3f','\x42','\x1a','\x91','\x33','\xcc','\x9c','\xdc','\x36','\xce','\xac','\x9d','\x6a','\xb5','\x62','\x9a','\x15','\xb3','\x0c','\x4f','\x38','\x34','\xa2','\x07','\xbf','\x9a','\x06','\xab','\x43','\x12','\xb5','\x10','\x8b','\xa3','\xfb','\x5e','\x56','\xe8','\x2b','\xbe','\xed','\xbd','\x62','\xc8','\x90','\x50','\x45','\xc2','\xa7','\xd9','\x4b','\x75','\x43','\x45','\x3c','\x99','\x19','\x73','\x2d','\x63','\xc2','\xe5','\x89','\x05','\x39','\x8a','\x5a','\x94','\x49','\x71','\x45','\x55','\xc8','\x21','\x36','\xce','\x6d','\x0c','\x39','\x21','\xb6','\xf7','\x27','\xdf','\xaa','\x70','\x1f','\x9e','\x1e','\xba','\xdc','\x33','\x72','\xb3','\x67','\xec','\xf5','\x0f','\xe9','\xca','\x69','\xda','\x7a','\x1a','\x9e','\xc0','\x19','\x3b','\xa3','\x5e','\x7a','\x23','\x4b','\x6f','\xf4','\x8f','\xdd','\x38','\xbe','\xba','\x14','\xb3','\xd9','\x62','\x9e','\xde','\xa1','\x1d','\x9d','\x56','\xac','\x76','\xa5','\x83','\xa6','\x03','\xe4','\x59','\xab','\x15','\x7e','\x11','\x89','\x43','\x68','\x25','\x6b','\x55','\xe1','\x78','\x68','\xaa','\x49','\x75','\x73','\x34','\x16','\xf2','\xd5','\xff','\x03','\xed','\x98','\x54','\xb1','\x56','\xa1','\x1d','\x48','\xfb','\x22','\xed','\xd0','\x8e','\xc2','\xe6','\x1d','\xc1','\xbc','\x6b','\xab','\x6c','\xc1','\xe0','\x53','\x2e','\xfe','\x63','\xbb','\x47','\x44','\x5e','\xcc','\xae','\xe0','\x96','\x41','\x2c','\x6c','\xf6','\xed','\xbd','\x20','\x11','\x91','\xef','\x0b','\xa6','\xcd','\x1e','\x64','\xe6','\x1f','\x63','\xcb','\x2d','\xb4','\x65','\xfd','\xa8','\xc8','\xc9','\x23','\x83','\x92','\x8a','\xe6','\x55','\x4c','\x9e','\x13','\x3b','\x20','\x3d','\x22','\xf1','\x45','\x52','\x11','\x89','\x71','\x84','\x10','\x2b','\x0f','\xfd','\x99','\x60','\xef','\x35','\x49','\xcd','\x88','\x6a','\x46','\x74','\xb6','\x06','\xad','\x00','\x4e','\xe9','\xe3','\x5b','\x26','\x0b','\x3f','\x17','\xf8','\x15','\x70','\xbc','\x27','\x00','\x0e','\x2c','\xc1','\x15','\xbb','\x17','\xb4','\x2b','\x0d','\x64','\x34','\x60','\x65','\x26','\xbf','\x80','\x49','\x0f','\x56','\xc8','\x1f','\x51','\xb2','\xa2','\xd2','\xaa','\x6e','\x1e','\x14','\xec','\xf4','\x0e','\xfb','\x4b','\xe2','\xf3','\xce','\xb6','\x06','\xb1','\xc1','\x67','\xd5','\xcc','\x63','\x37','\x1d','\x68','\xf7','\x2a','\xfc','\x39','\x96','\x28','\x61','\x0a','\x98','\x04','\x28','\x97','\x54','\x42','\x2a','\x9c','\x1a','\x62','\x31','\x04','\xbe','\xdb','\xd4','\x8e','\xee','\xe8','\x55','\xb6','\x8f','\x2a','\x44','\xaf','\x90','\x3a','\xe6','\x71','\xdf','\x8c','\x3c','\x89','\x54','\x02','\x8f','\xb7','\x03','\x67','\x0b','\x7b','\x83','\x60','\x43','\x3b','\x28','\x44','\x37','\xdd','\x3e','\x5f','\x4f','\x07','\x5e','\xe5','\xb0','\x52','\x29','\x12','\xdc','\xa0','\x78','\x4e','\xed','\x91','\x75','\x6f','\x4e','\x65','\x4f','\x0c','\x0e','\x2c','\x0c','\xa7','\xd0','\x81','\xb7','\xa1','\x9d','\x9d','\xe6','\x6b','\xcb','\x7a','\x96','\xd0','\xa6','\xfe','\x20','\xc0','\xeb','\x07','\xe7','\x80','\xcb','\x0b','\xca','\x65','\x27','\x5b','\xcf','\xf4','\xd7','\x07','\x8f','\x90','\x9c','\x98','\x5e','\x45','\x89','\xd6','\xb6','\xfe','\xe0','\xa7','\xd9','\x38','\x33','\xfe','\x13','\xe3','\x9b','\xa2','\xaf','\x8a','\x47','\x53','\x5e','\x39','\x7e','\xba','\x26','\x75','\xde','\xcb','\x86','\x38','\x77','\x85','\x47','\x9a','\xab','\x2e','\xd1','\x5d','\xc2','\x93','\x0c','\x92','\x1d','\xde','\x8b','\x48','\xa7','\x83','\xe0','\x74','\x1d','\xf7','\x30','\xfa','\x62','\xb3','\xe7','\x92','\xf1','\xe1','\x37','\x8c','\xd3','\x97','\x8c','\xa7','\x2f','\x19','\x3d','\x5f','\x31','\x92','\x8c','\xbe','\xda','\x84','\x78','\xa2','\x36','\xee','\xbf','\x86','\xb9','\x87','\xec','\x94','\x60','\x6f','\x6f','\xa7','\x65','\xc4','\x56','\x2b','\x3e','\xa4','\xca','\x85','\x27','\x7d','\x36','\x1e','\x35','\xbd','\x72','\xbe','\xd2','\x48','\x1f','\x97','\x24','\xc6','\x8e','\xf6','\x06','\x3e','\xf0','\x31','\xd3','\xa5','\x81','\xad','\x2e','\xb5','\xf4','\xf8','\x19','\x94','\x4f','\x89','\xee','\xb6','\x7d','\x6a','\x63','\x83','\xbd','\x97','\x0b','\x8c','\x94','\x71','\x51','\x7c','\xe7','\x9d','\x75','\xbe','\x7a','\xbb','\x89','\x6f','\x19','\x84','\x93','\x72','\xcb','\xa0','\xb7','\x9b','\xaa','\x8b','\xf5','\x2e','\x5a','\xcb','\x4e','\xe3','\x0c','\x83','\x5c','\x01','\xcf','\x31','\x1b','\xe7','\x81','\xd5','\x7b','\xa6','\x5b','\x39','\x71','\xcd','\xf8','\x02','\xe9','\x81','\x2b','\x32','\x98','\xfa','\x87','\x00','\x77','\xee','\x23','\xe7','\x3d','\xa6','\x18','\x85','\x54','\xa5','\x40','\x2a','\x0d','\x15','\xff','\xa9','\xcd','\x83','\x83','\xf2','\x9e','\x99','\x3a','\xcd','\xfa','\xc9','\x46','\xbe','\xa0','\x90','\x42','\x8a','\x34','\x48','\xef','\x9f','\x2a','\x59','\xe7','\xaa','\x9a','\x72','\xf5','\x7c','\x15','\xb5','\xb4','\x18','\x6b','\x65','\x63','\x3b','\x51','\xde','\x9f','\x1a','\xae','\xb0','\xfe','\x84','\xef','\xc5','\x96','\x62','\xf8','\x5e','\x6c','\xde','\x15','\x08','\xe8','\x83','\xab','\xba','\x43','\xb5','\x87','\x78','\xfc','\x7b','\x47','\x7e','\x85','\xb4','\xa5','\x3f','\xd5','\xaa','\xc1','\xb9','\x68','\xa5','\xbc','\xce','\x57','\x3f','\x7c','\xf6','\xd4','\xe9','\x67','\x4f','\x3d','\xfd','\xec','\xa9','\x9e','\x67','\x4f','\x25','\x81','\x3e','\xd3','\xfb','\xec','\x67','\x72','\xff','\x97','\xcf','\x0c','\x4c','\x3e','\x77','\x78','\xf2','\x64','\xb4','\xb4','\x13','\x5f','\xdd','\xa9','\x1d','\x6f','\x75','\xb5','\xf2','\xa3','\x55','\xe3','\x9d','\xd5','\x9e','\xff','\xdf','\x8f','\x92','\x13','\xa7','\x92','\x13','\x95','\x87','\x8a','\x27','\x87','\x27','\xcb','\xfb','\x4b','\x93','\x7a','\xc8','\x9c','\xb7','\xb7','\x63','\x53','\x83','\xed','\x6e','\x97','\x56','\x16','\x29','\xbe','\x79','\x0d','\xff','\x15','\xc5','\xcb','\xd4','\xbb','\x73','\xad','\xf2','\xbf','\x5d','\x33','\xfe','\xb7','\x6b','\xf8','\x7f','\xbb','\x46','\xee','\x5c','\x23','\xcb','\x4a','\xef','\xdc','\xee','\xec','\xef','\xef','\xe9','\x8f','\xfe','\xc9','\x11','\xeb','\xb3','\x91','\xfc','\xc9','\x28','\x12','\xb7','\xb6','\xa3','\xb5','\x0c','\xee','\x3f','\x59','\x01','\xa1','\xcc','\xdd','\xd4','\xb5','\x96','\x87','\x60','\x65','\x1a','\xcc','\xc4','\x51','\x31','\xa0','\x82','\x1c','\x75','\x94','\xba','\x93','\xeb','\xc5','\x6a','\x7f','\x4a','\xbf','\xc1','\x24','\x1c','\x37','\xe4','\xb6','\xc8','\xd3','\x38','\x97','\xa7','\x84','\xf1','\xf9','\x33','\xf8','\xf6','\x95','\x04','\x68','\xed','\xc8','\xf3','\xe2','\x95','\xb9','\xa6','\x31','\xd7','\xc4','\x5e','\x93','\xdf','\x6a','\x35','\x15','\xc0','\x51','\x6c','\xaa','\x73','\x58','\x9f','\xc3','\xe8','\xe5','\x29','\xe4','\xec','\xb0','\x2f','\x0c','\x60','\xaa','\xb4','\xc2','\xe1','\xcb','\x42','\x08','\x5a','\x4f','\x83','\x80','\x20','\xd8','\xa7','\x61','\x52','\x75','\x08','\x4c','\x6c','\xd2','\x66','\x53','\x6d','\x36','\xf5','\xe6','\xeb','\xe2','\x8e','\xfb','\x5d','\x52','\x8c','\x58','\xbb','\x52','\x8b','\x54','\x78','\x84','\x3e','\x6e','\x44','\xf1','\xcd','\x96','\xe7','\xcb','\x95','\x06','\xd3','\x13','\x3c','\xec','\x22','\x72','\x15','\x91','\xeb','\x5e','\xef','\x35','\x94','\xd5','\xbc','\x01','\x8a','\xc6','\x19','\x9b','\x86','\xfb','\x8b','\xed','\xed','\xa0','\xa7','\xef','\x1d','\x04','\x7e','\xd8','\x63','\xf7','\xb4','\xbd','\x90','\x25','\x7a','\x6e','\xfa','\x39','\xeb','\x83','\x8e','\xbc','\xb0','\x56','\x09','\xc7','\xf6','\xa3','\xd6','\x2a','\x97','\x3b','\x14','\x4d','\xac','\x6e','\x9d','\x2f','\x36','\x3e','\x3d','\x4c','\x5e','\xc0','\xe0','\x54','\xc2','\xc1','\xb1','\x56','\x41','\xee','\x98','\x4c','\x12','\xad','\x76','\xda','\x09','\x56','\x89','\x8b','\x14','\x1b','\x65','\xaf','\xb7','\xfb','\x29','\x39','\xcc','\x51','\x08','\xf8','\x3d','\xda','\x16','\x79','\x51','\x37','\xa8','\x57','\xf9','\x66','\xbd','\xe2','\xd7','\xb1','\x53','\xc7','\x7f','\x7a','\x05','\xff','\xdf','\x12','\xde','\xff','\x1d','\x55','\x1c','\x7c','\xfc','\x43','\xbf','\xc7','\x71','\x08','\xa3','\x6f','\x9f','\xe8','\xfd','\xf6','\x89','\xec','\x10','\xed','\xc7','\xd5','\x23','\xf8','\x37','\x23','\x07','\x2f','\x46','\xf7','\x6e','\xe3','\xf3','\x32','\x32','\x5e','\x96','\x2a','\xef','\x07','\x15','\xb7','\x8c','\x19','\xdd','\x2a','\x80','\xbe','\xf1','\xe3','\xaf','\x9d','\x5e','\xc4','\x86','\x0d','\x00','\x11','\x80','\x9a','\x32','\x81','\x15','\xc0','\x55','\xc3','\x6a','\x78','\x95','\xc6','\x51','\x32','\xb6','\xb6','\x23','\xda','\x86','\xc8','\xf7','\x97','\xa2','\x62','\xf9','\x70','\x0f','\x7f','\xe8','\x81','\x78','\x25','\x86','\xd5','\xc6','\x5d','\x14','\x0e','\x85','\xe3','\xf6','\xf4','\x07','\x81','\xde','\xcd','\xae','\xb5','\x51','\x7e','\x41','\x3b','\x41','\xdb','\xb8','\x41','\x2a','\x8c','\x98','\x29','\xc1','\x13','\x50','\xe3','\x80','\x0d','\x37','\xaa','\xcc','\xdb','\xc6','\xf3','\x2e','\xce','\x29','\x24','\x8a','\xf7','\x06','\x1f','\xf4','\xfa','\x12','\xf0','\x8d','\x82','\xa9','\x97','\x09','\x6a','\x40','\x74','\xc2','\xa6','\x76','\x22','\xc8','\x61','\xe3','\x79','\xf8','\x91','\xe7','\x82','\x80','\x09','\x08','\x18','\xe4','\x08','\x7b','\x97','\x55','\x8f','\x89','\x0f','\x26','\x2f','\xd8','\xaf','\x1c','\x25','\x3b','\x0d','\x51','\xea','\x26','\xad','\xba','\xea','\x69','\x5b','\x8f','\xb5','\x50','\xea','\x0c','\x20','\xf3','\x6d','\x5f','\x87','\x9e','\x57','\x59','\x76','\x18','\x61','\xcf','\xc3','\xac','\x5c','\x76','\x3c','\xf6','\xc4','\xdd','\xc0','\x0f','\x6f','\x37','\x81','\x1f','\xde','\x32','\xd4','\xdb','\x4d','\xe0','\x87','\xee','\xc1','\x1d','\xf8','\xbc','\xa4','\x1a','\x01','\xad','\xf4','\x8c','\x7f','\x96','\xd4','\x7a','\xea','\xb7','\xf0','\x35','\xbe','\x7e','\x82','\xe0','\x39','\xf2','\xba','\x01','\x97','\x8e','\x6e','\x12','\x0e','\x3d','\x5c','\x05','\x90','\x9b','\x6e','\xa8','\xf4','\x86','\x6e','\x2e','\x21','\x97','\x99','\x4b','\xdb','\xf4','\x1f','\x45','\x35','\x7e','\xfd','\x9b','\x95','\x7f','\xf2','\xef','\x2a','\xac','\x85','\xa1','\x13','\x78','\x7c','\x1e','\x33','\x7d','\x95','\x89','\x0f','\x5b','\x7a','\xba','\x16','\x65','\xb2','\x1e','\xa2','\xc5','\x31','\x51','\x38','\x4e','\xa0','\x4a','\xf2','\x3a','\x85','\x75','\x28','\xd8','\x5b','\xf9','\xc6','\x17','\xa2','\xf5','\xa7','\x7d','\xef','\x74','\xb4','\xce','\xa8','\xc7','\xab','\xf7','\xa0','\x2b','\x3d','\x47','\x2f','\x7e','\x78','\x0c','\x9d','\xf6','\xf0','\xd3','\xc7','\xfc','\x9e','\xa3','\x4e','\xf2','\xa8','\xb3','\xd7','\x3f','\xb1','\x1b','\x9d','\x18','\x3e','\x4a','\x33','\xe5','\xea','\xf8','\x8d','\xdf','\x94','\xed','\x8b','\x82','\xb8','\x6d','\xfd','\x10','\x13','\xe4','\xa0','\xa2','\x33','\xc2','\x6c','\xa2','\x0f','\xcb','\xac','\xf4','\x0e','\xcb','\x95','\xc3','\x32','\x9b','\xf7','\x9e','\x08','\x77','\xd2','\x83','\x03','\xb6','\x42','\xf6','\x5c','\xa6','\xff','\xfa','\xbd','\x43','\x2f','\x67','\x78','\x22','\xf4','\x6d','\xeb','\x87','\x8d','\xe7','\x8b','\x7e','\xe5','\x65','\x52','\x69','\x2d','\xe0','\x79','\x13','\x3b','\x03','\xf8','\x2c','\x93','\x2b','\x99','\x8a','\xbd','\xdf','\xf8','\xa9','\x8a','\xbf','\xbe','\x3f','\xd9','\x3f','\xb6','\xf7','\x43','\x55','\xe9','\x57','\xe9','\x84','\xaa','\xfe','\x9f','\xae','\xea','\xff','\xd0','\x44','\xe7','\x34','\x31','\xba','\x99','\xcf','\xab','\xaa','\x43','\x4d','\xd0','\x13','\x22','\x08','\xd6','\x4f','\x84','\xd9','\xda','\x10','\x96','\xe2','\x0d','\xab','\x4c','\xd3','\x33','\x5a','\xbf','\x92','\xd0','\xee','\xc1','\xb5','\x88','\xaa','\x2a','\xda','\x8f','\xa8','\xca','\xf8','\x58','\xfd','\x90','\x5f','\x45','\xab','\xa9','\x1d','\xf4','\x55','\xad','\x6d','\xcc','\x00','\xd3','\x38','\x3d','\x13','\xe9','\xf9','\x5f','\xf2','\x58','\x40','\xf8','\x77','\x0f','\x7a','\xaa','\xcd','\xd4','\x57','\x03','\x12','\x81','\xd9','\x6c','\x9c','\x93','\xa6','\xbd','\xdb','\xb4','\xa9','\xe5','\xa9','\xa6','\xad','\x9b','\xe7','\x38','\x7a','\xf9','\x36','\xbe','\x41','\x23','\x46','\x7f','\xf0','\x9c','\x4f','\x2b','\x2a','\xfb','\x3e','\xbf','\xc7','\x3b','\xd7','\xb3','\xff','\xdc','\x87','\xfb','\xfd','\xd3','\xfb','\xcf','\x3d','\xed','\x9d','\x63','\x4f','\x48','\xf5','\x1c','\x39','\x75','\x4e','\xf9','\xb6','\x4f','\xbf','\x89','\xfa','\xf7','\x1f','\x3d','\xac','\x96','\x21','\xcc','\xbb','\x7f','\x1b','\x7f','\x56','\xa8','\x71','\x46','\x3d','\xbd','\xe4','\x57','\x74','\x15','\x1f','\xf1','\x13','\x6d','\x15','\x3f','\x15','\x78','\x3a','\xaa','\xbc','\xe5','\x19','\x6f','\x46','\xf1','\xf7','\xbc','\xe4','\xa1','\x68','\xf2','\x90','\xb7','\xfb','\x50','\x74','\xe4','\x90','\xa7','\xea','\xb6','\xae','\xdf','\x82','\xa3','\x80','\xc3','\x91','\x6d','\xf2','\x02','\x81','\x7c','\x9f','\x53','\x18','\xe1','\xeb','\xd3','\xd8','\xa1','\xf8','\x62','\xde','\xfb','\x57','\xff','\x63','\xe5','\x9b','\x97','\x0c','\xf6','\xc4','\x46','\x49','\xbb','\x95','\x4c','\x35','\x7b','\x89','\x9f','\x23','\xee','\x00','\x71','\xc7','\x49','\x43','\xde','\x91','\xaf','\xea','\x51','\xc3','\xac','\x55','\xa6','\xc7','\x2b','\xcb','\x06','\x9e','\x97','\x7b','\x7c','\x3f','\x7e','\x49','\xf1','\x2e','\x29','\x15','\x5f','\x31','\x2e','\xf9','\xf8','\x92','\x42','\x18','\xf9','\x8a','\x22','\x04','\x59','\xa4','\xf4','\xff','\xba','\x72','\xe4','\x98','\x22','\x31','\x42','\xca','\xd6','\x76','\x2e','\x8d','\x1b','\x97','\xca','\xa7','\xf7','\x97','\x2a','\x97','\x8e','\xe2','\x4b','\x16','\x46','\xb7','\xb0','\x77','\xcb','\xfb','\xfd','\xa3','\x15','\x6f','\xda','\x40','\x47','\x7b','\xfc','\xa3','\xc9','\x01','\x46','\xd3','\xbd','\xfe','\xd1','\x2c','\x3a','\xda','\x1f','\x3d','\x7a','\x48','\x3a','\x2a','\xf8','\x16','\x62','\x6f','\x7e','\xff','\x71','\xee','\xf1','\xfc','\x9e','\xe8','\x39','\x36','\xd4','\x1f','\x46','\xfd','\xd3','\x51','\x18','\xe7','\x9e','\xa8','\x9f','\x8c','\x9e','\x4b','\x7a','\xe7','\x14','\xe4','\x1f','\x08','\x50','\xbf','\x72','\xf4','\x90','\x53','\x16','\xa3','\x4b','\x51','\xa1','\x1b','\x3d','\x1e','\xfe','\x10','\x5d','\x6b','\x9b','\x68','\xc4','\x45','\xbf','\x23','\x2b','\x93','\x4c','\x4f','\x20','\x0f','\xcc','\x5c','\x15','\xe1','\x30','\x8e','\xf1','\xbb','\x3c','\x41','\x69','\x26','\xed','\x5c','\x24','\xa1','\x1d','\x7f','\x3e','\xe2','\x6f','\x85','\xd7','\xf6','\x06','\x77','\x28','\x89','\x43','\xd2','\xc3','\xb5','\xe0','\xd3','\x11','\x7e','\x0c','\x3b','\x89','\x50','\x11','\x72','\x2e','\x33','\x63','\x5a','\x42','\x67','\xf2','\x08','\x10','\x65','\xd2','\x6d','\x8a','\x46','\x4a','\xca','\x64','\x0d','\x2f','\xe2','\x07','\xec','\x37','\x78','\xb4','\x48','\x3e','\x71','\xfb','\x0e','\x6d','\xbe','\xee','\x36','\x1b','\xca','\x2d','\x37','\xbd','\xe2','\x11','\x65','\x8a','\xa8','\x28','\x7d','\x67','\x95','\xdc','\xa2','\x68','\xd9','\x64','\x24','\xdc','\x70','\xe1','\x6c','\x7c','\xd6','\x4c','\xe3','\x31','\xc8','\xd9','\xc4','\xef','\x41','\x14','\xca','\x13','\xcd','\x77','\x1c','\x32','\x58','\x7d','\x75','\x4b','\x1d','\xc1','\xad','\xb8','\x2b','\xc5','\x5a','\x92','\x86','\x18','\x0b','\x04','\xa4','\xf3','\x0e','\x31','\xfd','\xd9','\x17','\x59','\x3f','\x79','\x3b','\xec','\x83','\xb2','\x49','\x37','\x84','\xea','\x74','\x4e','\x75','\xd6','\xeb','\x12','\x45','\x35','\x84','\xee','\xf1','\xbc','\xb7','\x0d','\x24','\xd4','\x22','\x8c','\x44','\xf0','\x90','\x13','\x49','\x2c','\x68','\x89','\x3e','\xb8','\xed','\x70','\x08','\x85','\x63','\x75','\x64','\xad','\xa0','\x89','\x7a','\x48','\x78','\xe2','\x8a','\x3f','\xf1','\x15','\x6c','\x7d','\x05','\x4f','\x5c','\x26','\x9c','\x16','\x26','\xea','\xd7','\x26','\xea','\x2d','\xeb','\x9a','\x3e','\x71','\xad','\x65','\xaa','\x57','\xd1','\xc4','\x35','\xc0','\x4f','\xab','\xa5','\x05','\xa6','\x67','\x03','\xd3','\x87','\xfe','\xc8','\x74','\xbd','\x33','\x6b','\x3d','\xe9','\x9c','\x3f','\xaf','\x9d','\x49','\x72','\x07','\xc8','\x58','\x6a','\x35','\x45','\xb4','\x16','\x89','\x43','\xc8','\xe7','\xc6','\x53','\x68','\xc1','\x95','\x3b','\x1e','\x77','\xb5','\x63','\xd7','\xe1','\xc0','\x70','\x62','\x5e','\x9d','\xb8','\x40','\x26','\x1c','\x3c','\x51','\x8f','\x4f','\x2c','\x48','\xd6','\x37','\xd5','\x89','\xb9','\xfc','\x04','\xd8','\xeb','\xe6','\xc4','\x0c','\x23','\xd7','\xb2','\x6d','\x56','\x9a','\xe1','\xa5','\x27','\x4e','\x23','\x12','\xe7','\x7e','\x56','\x2e','\x33','\xee','\x52','\xfd','\xe0','\xac','\xf5','\x8f','\xad','\xc0','\x6a','\x49','\x45','\x33','\x5a','\x84','\x59','\x25','\x45','\xcd','\x63','\x15','\x0b','\xea','\xb8','\x68','\xf9','\x3c','\xcd','\x1d','\x90','\xc5','\x4b','\x93','\x4c','\x22','\x46','\x4a','\x11','\xa9','\xdc','\xdf','\x86','\xf5','\xa7','\xd7','\x8e','\xef','\x83','\xb3','\x82','\x63','\x97','\x1d','\x8b','\x0d','\xcb','\x2b','\xf6','\xc4','\xd7','\xed','\x89','\x45','\xf6','\xa5','\x8c','\xe0','\x1c','\x6f','\x02','\xb2','\x8a','\xa3','\x89','\x05','\x32','\x71','\xc5','\x9b','\xa8','\x13','\xab','\x4e','\x58','\x09','\x40','\xb3','\x21','\xa5','\xdb','\xac','\x04','\x1f','\xea','\xe8','\x98','\x74','\xb2','\x15','\x7c','\x80','\xe2','\x92','\xc4','\x5e','\x3b','\x2d','\xd1','\x47','\x1a','\x74','\xb4','\x4c','\x33','\x25','\x5a','\xc0','\xb4','\x26','\x53','\x69','\x81','\xa2','\x16','\x92','\xdd','\x1d','\xc6','\x70','\x7d','\x18','\xd9','\x7b','\x3d','\x71','\x21','\xc5','\xdd','\x57','\xfe','\x71','\xd6','\xb1','\xae','\x7b','\xfc','\xa5','\x50','\x31','\x08','\xa0','\x54','\xb1','\xa5','\xf9','\x45','\x8a','\x3b','\x04','\x6f','\xaa','\x58','\x4a','\xaa','\x08','\xe7','\xf8','\x94','\x67','\x4d','\x29','\x20','\xce','\x37','\xc4','\x28','\x8a','\xc4','\x50','\x44','\x42','\x03','\x65','\xac','\xfd','\xc4','\x1f','\x2e','\xe1','\x61','\x03','\x0f','\x1f','\xc5','\xc3','\x89','\xe6','\xb0','\xd2','\x1c','\xd6','\x9b','\x5a','\xab','\x49','\x6f','\x35','\x99','\x35','\x31','\xd2','\xc4','\xc3','\x4e','\x2a','\xc7','\xbe','\x10','\x9f','\x19','\x74','\xe8','\x64','\x33','\x32','\xde','\x8c','\x1c','\xc5','\xe2','\x02','\xcf','\x0f','\xab','\xa0','\x56','\x8a','\x83','\xaf','\x2a','\xb6','\xab','\x1e','\x6d','\x04','\xef','\x06','\x67','\x2a','\x8d','\x41','\xbc','\x9c','\xc3','\xb7','\x72','\xd8','\x1d','\x7c','\xa7','\x79','\xe8','\x5d','\x7f','\xa1','\x07','\x33','\xf3','\x36','\xfd','\xa7','\x00','\x36','\x3b','\x88','\xaf','\xfd','\x63','\xb9','\x75','\x81','\xe8','\x51','\xa5','\x95','\xe8','\x7d','\x2d','\xf9','\x6f','\xd2','\xfd','\x35','\xd8','\x80','\x3a','\x6a','\xe9','\x26','\x5c','\x9d','\xb8','\xa6','\xfb','\xfa','\xd1','\x06','\x66','\xec','\xa3','\xd9','\xc0','\x78','\x19','\xe3','\x5b','\x96','\xe3','\x1a','\x4e','\xd3','\xb8','\xe8','\x5b','\x5f','\xc0','\x06','\x50','\xdd','\x70','\xea','\x96','\x73','\x0d','\xcb','\x2d','\x26','\x44','\x82','\x37','\x5a','\xb8','\xf7','\x35','\x3c','\x98','\xc6','\x90','\x36','\x5d','\x12','\x65','\x14','\x91','\xa5','\x48','\x22','\x18','\x38','\x21','\x69','\xed','\x1f','\x0e','\xeb','\xee','\xf0','\x6f','\xfb','\xc3','\xb6','\x3b','\x8c','\xdc','\xe1','\x84','\x37','\x7c','\x74','\x59','\xfb','\xd1','\x32','\xdc','\x51','\xde','\x5a','\x1e','\xb9','\xb5','\x3c','\x3c','\xbf','\x9c','\xbb','\xe8','\xf5','\x23','\x77','\xd0','\x6e','\x4c','\x06','\xc1','\xb8','\xeb','\x1e','\x45','\xee','\x02','\xf7','\xd7','\x52','\x51','\x95','\x9a','\xe0','\xcf','\xc9','\x7e','\x8e','\x96','\xca','\xff','\xfe','\x64','\xf0','\xb1','\x72','\x59','\x2b','\x97','\xe4','\xb2','\xa9','\x34','\xcc','\x47','\x1b','\x95','\x43','\xe7','\x7d','\x55','\x72','\x68','\xd9','\xd1','\x3e','\x70','\xcc','\xf2','\xca','\xd1','\xf2','\x89','\x7f','\x5f','\xfe','\xf4','\xc7','\x4a','\x55','\xad','\xa4','\xca','\xa5','\xaa','\x72','\xeb','\xaf','\x1e','\x5d','\xbc','\x78','\xa8','\x16','\x32','\xa5','\x9d','\x52','\xb2','\x6e','\xbb','\x79','\x51','\xf8','\xc7','\x48','\x83','\x6e','\xa6','\xd1','\xcd','\xf9','\x5b','\x37','\x36','\xc5','\xdb','\xd1','\xf9','\xbd','\xc1','\xa2','\x2d','\x40','\x5c','\xdb','\xb5','\x74','\x0b','\xdc','\x1b','\xe1','\xa8','\x93','\xb1','\x91','\x9d','\xda','\x89','\x08','\x48','\x98','\x71','\x39','\xd2','\x32','\xfb','\x65','\x2d','\xdc','\x7e','\x5b','\xb3','\x28','\xbc','\x42','\xde','\xde','\xa5','\x6e','\x7f','\x78','\xee','\x42','\x74','\x0a','\x81','\x4b','\x33','\x63','\x2c','\xb3','\x48','\x14','\x5c','\xc9','\x67','\x4b','\xd4','\x1a','\x16','\xbe','\xb6','\x14','\x34','\xd6','\xa2','\x3f','\x44','\x1e','\xf6','\xba','\xad','\xa9','\x4e','\x3b','\xc2','\x32','\xfc','\xad','\x30','\xc3','\x43','\xc5','\xd9','\x8b','\x3c','\xb1','\x20','\xdc','\x23','\x63','\x42','\x1b','\xae','\x11','\x18','\xcb','\x5a','\xda','\xf6','\x7c','\xeb','\xab','\x6d','\x1c','\x1f','\xb8','\x35','\x0b','\x37','\x1d','\x1f','\x61','\xc2','\x9f','\xb4','\xc3','\xfb','\x28','\xf6','\x44','\x3e','\xa7','\xf0','\x83','\x47','\xa9','\x75','\x28','\xe6','\x42','\xa2','\xe4','\x1d','\xda','\x61','\x82','\xe7','\xd1','\x97','\xf1','\x41','\x32','\x4d','\x93','\x98','\x26','\x9d','\xec','\xcf','\xf0','\xd8','\x6f','\x4e','\xd1','\xdf','\xc4','\xf4','\xbf','\xe2','\xb1','\xaf','\x4c','\xd1','\xcb','\x38','\x9b','\x6c','\x0e','\x9f','\x71','\x98','\xdd','\xf3','\x73','\xc6','\x07','\xfa','\x63','\xa2','\xf4','\x2a','\x64','\xad','\x0f','\xb8','\x87','\xa7','\xf6','\xcd','\xbd','\xab','\x94','\xa4','\x57','\x61','\x8c','\x83','\x16','\x99','\x53','\x3b','\x65','\x58','\x81','\x84','\x50','\xed','\x87','\x7a','\x49','\xae','\x97','\x0c','\xf6','\x92','\x23','\xbd','\x7b','\xae','\xf0','\x76','\x14','\x55','\x89','\x6b','\x6d','\x49','\x55','\x6c','\x6d','\xb5','\xaa','\x2a','\x54','\x5b','\x8d','\x20','\xc8','\xf5','\x26','\x13','\xf0','\x20','\x5a','\x2d','\x19','\xcf','\xcf','\x3b','\x90','\x25','\xa5','\x01','\x20','\xab','\x1f','\x35','\xce','\x4c','\x96','\xcd','\x80','\x0b','\x3a','\x13','\x46','\x0a','\xe3','\xf9','\xda','\xea','\x5a','\x9b','\x3c','\x0f','\x02','\xcf','\x68','\x46','\xd1','\xaa','\xe5','\x6d','\x69','\xb0','\x3b','\x4a','\xdd','\xf7','\x92','\x99','\x88','\xd7','\x8f','\x60','\xdd','\x72','\xd4','\x62','\x4a','\xe5','\x88','\x98','\xa4','\x48','\x53','\x96','\xf6','\x6e','\xb1','\x20','\x15','\x6b','\xa8','\x28','\x31','\x22','\x56','\xc2','\x03','\x4f','\x2e','\xd4','\x21','\x0b','\xca','\xbc','\x09','\x2b','\xa6','\x8a','\xc4','\x56','\xd7','\x1f','\x12','\xe2','\x1d','\xac','\x59','\x54','\x1c','\x64','\x24','\x15','\xb5','\xa0','\x58','\x94','\xac','\x62','\xb4','\x58','\x94','\x8b','\x22','\x6b','\xa4','\x55','\x94','\x5c','\x4b','\x72','\x59','\x59','\x8c','\xba','\x45','\x0c','\x64','\xc9','\x37','\x8a','\xe4','\x86','\xa9','\xdc','\x00','\x65','\x4c','\x0f','\x04','\x7b','\x3a','\xbc','\x4f','\x39','\x22','\xd8','\xd6','\x8c','\x5d','\xec','\xb5','\x8b','\xfb','\xae','\x16','\x93','\xf5','\x62','\xd2','\xb1','\x92','\xb5','\x62','\xef','\xf9','\x62','\x76','\xb6','\xd8','\xbf','\x50','\xec','\x7f','\xd9','\x3a','\x54','\x2f','\x26','\xae','\x15','\x45','\x5a','\x04','\xc4','\x0d','\xd7','\x12','\xec','\x22','\x97','\xdf','\x60','\xdb','\x50','\xc4','\xef','\x49','\xa4','\x23','\x4c','\x4c','\xb0','\x46','\x84','\x75','\xb2','\x9e','\xa8','\x15','\xb3','\x41','\x31','\x5b','\x0b','\xc9','\x0a','\x2b','\xc0','\x60','\xa5','\x22','\x02','\xb2','\xa0','\x0c','\xe1','\x41','\x52','\x9d','\x6d','\xcc','\xfb','\x73','\x68','\x06','\xae','\x14','\x99','\x74','\x98','\xb8','\x1e','\x4c','\xcc','\x20','\x10','\x52','\x20','\x2c','\xd0','\xc4','\x25','\x65','\xc2','\x49','\x01','\x66','\xe7','\x2c','\x9d','\x98','\xad','\x4e','\xd8','\xe6','\x84','\xed','\x32','\x39','\x62','\xcd','\xc8','\x13','\xe7','\xa2','\x26','\x13','\xef','\xd6','\xcf','\x90','\xc6','\xb3','\x88','\x31','\x75','\x52','\xf3','\xad','\x6b','\x78','\x23','\x33','\xb7','\xa0','\x82','\x8a','\x39','\xbb','\x98','\x63','\xa5','\x6c','\xe5','\xe2','\xc5','\x5c','\xaa','\x98','\xcb','\x17','\x73','\x66','\xb1','\x68','\x5b','\x45','\x54','\x3c','\x12','\x31','\x97','\x22','\x68','\x36','\x22','\x88','\xe0','\xf8','\x85','\x04','\x1f','\xb4','\x88','\x44','\x2b','\xe6','\x21','\x7e','\x28','\xc8','\x64','\x7e','\x5b','\x84','\x5b','\x2d','\xf4','\x44','\xd0','\xca','\x42','\x9e','\x61','\x33','\xbb','\x53','\x85','\x86','\xa9','\xcf','\x6d','\x24','\xbc','\xb5','\x1a','\xb3','\x0f','\x32','\xb1','\x2a','\x2c','\xd9','\x6c','\x9f','\x3e','\x31','\x4b','\xb2','\xaf','\x1e','\xcc','\xfe','\xac','\x9a','\x9d','\xb5','\xb3','\xb3','\x11','\x4e','\x62','\xf6','\x67','\x41','\x30','\xe3','\x9f','\xe1','\x39','\xb8','\xb7','\x08','\xfd','\x1d','\xd4','\x00','\xee','\x77','\x5a','\xe0','\xd2','\xb6','\xcc','\xc8','\x60','\x54','\x2a','\x1b','\x27','\xa7','\x8d','\x72','\xf9','\xe9','\x4a','\xf9','\x78','\x9b','\x3f','\x31','\xa7','\x8d','\xf0','\xbf','\xcc','\xee','\xaf','\x93','\x65','\x63','\xd2','\x3c','\xfe','\x03','\xc1','\x2f','\xb2','\x35','\x8a','\xec','\xb1','\x4d','\xeb','\x47','\x24','\x45','\xcb','\x83','\x35','\xc3','\x7e','\xe5','\x65','\x51','\x84','\x18','\xd0','\x62','\x42','\xb7','\x12','\x7a','\x71','\x2f','\x23','\xb5','\xf8','\x90','\x5a','\xcc','\x51','\x6b','\x90','\x14','\x8f','\xa4','\xcd','\xd9','\xb8','\xc8','\x2c','\x26','\x6e','\xe7','\xca','\x8a','\x2e','\xa5','\xaa','\x22','\x69','\x89','\x79','\x66','\xdb','\x73','\x7e','\x58','\xe2','\x3c','\xed','\x86','\x14','\x6e','\x16','\xae','\x2b','\x56','\x99','\x38','\xca','\xa1','\xbf','\x5e','\x42','\x8d','\x6d','\x97','\x32','\xdd','\x8b','\x36','\x08','\x90','\xb3','\xa1','\x3f','\x35','\xa5','\x18','\x95','\x8b','\x32','\x53','\x2d','\x3e','\x28','\x8e','\x49','\x96','\x8a','\x8a','\x82','\x0b','\x2b','\x33','\xe9','\x14','\xd3','\xbe','\x95','\xb5','\x8b','\xfd','\x76','\xf1','\x10','\x5b','\x5d','\x35','\xd6','\x43','\x8b','\x2f','\x33','\x73','\xa3','\x7f','\x1d','\x53','\xa4','\x94','\xfc','\x11','\x4c','\xad','\x9a','\x5a','\x94','\x0c','\x58','\x6c','\x82','\xc3','\xc8','\xea','\x77','\x40','\x9a','\x67','\x9d','\x22','\x6b','\x21','\x6b','\xc3','\x52','\xb4','\xd8','\x7e','\xa9','\x15','\x63','\x40','\x56','\xcf','\x05','\xd6','\xbe','\x99','\xfd','\x23','\xa6','\xba','\xb1','\x3e','\x43','\x3b','\x2a','\x04','\xeb','\x59','\xd7','\x50','\x91','\xb6','\x8a','\xd4','\x2d','\xd2','\x95','\xe2','\x01','\xb6','\x7e','\x5c','\x5e','\x6f','\x16','\x0f','\xb0','\x35','\x8c','\x2c','\xba','\xf6','\xbf','\xf0','\xc4','\x32','\xdd','\xa2','\xe9','\x9a','\xba','\x8b','\x5c','\x17','\xd9','\x0d','\x21','\xcd','\xf7','\x3b','\x30','\x44','\xe7','\xc8','\xc1','\xb1','\xf5','\xa5','\x38','\x36','\xc5','\x4a','\x6b','\xa3','\x8e','\x41','\x2b','\x96','\x6c','\x16','\xe3','\xe6','\xba','\x2a','\x05','\xfe','\x6d','\x93','\x26','\x9d','\x44','\x6a','\x11','\xe9','\xec','\x2d','\xd7','\xe6','\x0b','\xf8','\x39','\x9f','\x20','\xae','\x86','\x89','\xc4','\x12','\xf7','\xc0','\x4c','\xb1','\x5f','\xe1','\x49','\xdb','\x62','\x25','\xe3','\x06','\x9f','\x62','\xcb','\x1b','\x17','\x73','\xbe','\xc5','\xd6','\xf9','\xc7','\x91','\x79','\x12','\xa1','\x23','\xac','\x4b','\x81','\x80','\xc6','\xba','\xfb','\x7d','\xce','\xba','\xee','\xf3','\x4d','\x3a','\x5f','\x4c','\x7b','\xb0','\x55','\x85','\x73','\x30','\x20','\x4c','\x05','\x52','\x08','\x7b','\x62','\x85','\xae','\x91','\xe9','\x76','\xc7','\x41','\x92','\x57','\xba','\x2a','\x19','\xbf','\x0b','\xe6','\x7e','\xf8','\xc0','\x37','\xbe','\x81','\x61','\x90','\x61','\x60','\x81','\xac','\xce','\x20','\x73','\x62','\x3b','\x4e','\x46','\x45','\xdc','\x2a','\x12','\xb7','\xa8','\x36','\x60','\xbe','\x90','\x5b','\xe4','\x11','\xe3','\x68','\x8d','\xd6','\xf9','\x3c','\x04','\xcc','\x86','\xf7','\xb0','\xc5','\x80','\xa9','\xfe','\x72','\x24','\x69','\xc7','\xf2','\x26','\xfe','\x17','\x79','\xfa','\x03','\xc2','\x26','\x25','\x16','\xac','\xee','\x45','\xc1','\xfa','\x0d','\xf5','\x96','\xf5','\xa3','\x87','\x9e','\xd4','\x58','\x0b','\x7c','\xca','\x6f','\xc7','\xd8','\x52','\xa4','\x29','\x8c','\x78','\x04','\xf1','\x9a','\x5c','\x16','\x04','\x90','\xf5','\xe8','\xf0','\x9a','\xbc','\x5e','\x83','\x58','\xe9','\x12','\x8c','\x73','\xf4','\x88','\x18','\xb3','\x66','\x47','\xf9','\x08','\x63','\x3e','\xb6','\xd4','\x12','\xcb','\x30','\x3e','\x9c','\xef','\x15','\x25','\x6c','\x25','\xfc','\xe2','\x41','\x5c','\x6c','\x62','\xc8','\xea','\x9c','\xf0','\x2c','\xc8','\xed','\x8c','\x21','\xa3','\x20','\x64','\xb5','\x06','\x60','\x1b','\x18','\xe7','\x5e','\xfb','\x48','\x6f','\xcd','\xba','\x1e','\x14','\x4d','\xa9','\x38','\xb1','\x1c','\x0e','\xb5','\xb5','\x61','\xcc','\x8b','\xc2','\x39','\x2b','\x1c','\xf3','\xcd','\xc3','\x6e','\x6e','\xd0','\x7b','\xbb','\xf3','\x55','\xb3','\xc2','\x6f','\xef','\xad','\xc3','\xdf','\xb2','\x19','\xd9','\x30','\x3b','\xac','\xb2','\x69','\xbe','\x18','\x5f','\x65','\x1f','\x96','\x91','\x19','\xa7','\xd0','\x13','\xc2','\x23','\xa1','\xb9','\x5f','\x37','\x2c','\xe9','\x50','\x93','\xe7','\x5f','\xb7','\x73','\x3b','\x6c','\xbb','\x09','\xb5','\x70','\x31','\x58','\xb2','\x5e','\x04','\xd4','\x06','\xc2','\x93','\xfd','\x86','\xfe','\x1b','\xb7','\x50','\xff','\x85','\x23','\x4c','\x40','\x7c','\xa1','\x5e','\xec','\xb9','\x5a','\xec','\xaf','\x81','\xdc','\x31','\x25','\x8b','\xb5','\xb9','\xd6','\x4e','\xb8','\x60','\x10','\xdf','\xb9','\x6c','\xf7','\x31','\x3e','\xbc','\xbe','\x4f','\x6b','\xa8','\x23','\xdf','\x99','\x51','\x48','\xc7','\xc9','\x30','\x5c','\xd9','\x43','\xfa','\x35','\x5a','\x4a','\xaf','\x96','\x04','\x34','\x35','\x23','\x71','\xdf','\x09','\x09','\xe8','\xcd','\xf2','\xd4','\xf7','\x32','\xa5','\x90','\xfe','\xf7','\xcf','\x97','\xfe','\x5f','\xff','\x6c','\xea','\xed','\xaf','\xb1','\xe7','\xe6','\xa2','\x84','\x80','\xfa','\xe0','\x7c','\x1e','\xae','\xb0','\xaa','\x85','\xc0','\x9c','\xa6','\x66','\x99','\x51','\xae','\x7c','\x32','\x08','\xca','\x85','\xa3','\xd3','\x85','\x67','\xca','\x05','\xa3','\x3c','\xed','\x94','\x0b','\xdf','\x2e','\x17','\x1e','\x9b','\x2e','\x3c','\x56','\x9e','\x7e','\xac','\x5c','\x20','\xe5','\x82','\xc2','\x68','\xba','\x90','\x2f','\xff','\xd6','\x63','\x13','\xf7','\x86','\x50','\xe3','\x39','\x24','\x15','\x90','\x54','\x83','\x71','\xee','\x77','\x40','\x64','\xbc','\xd2','\x59','\xba','\x9d','\x09','\x0a','\xed','\x02','\xd8','\xa4','\xb0','\x5b','\xad','\x6e','\x25','\x7c','\x62','\xf1','\x8a','\xc9','\xf3','\x1d','\x80','\x0b','\xb4','\xcb','\x7d','\x53','\x04','\xaf','\xa0','\xd9','\x16','\x92','\xcb','\x03','\xb8','\x9c','\x9c','\x2f','\x1f','\xbd','\x54','\xb6','\x82','\xe9','\x1b','\x52','\x79','\x71','\xae','\x8c','\xed','\xf2','\xd0','\x50','\xb9','\x32','\x3a','\x7d','\xf2','\x83','\xb2','\x8c','\xca','\x98','\x96','\xd3','\xed','\xb2','\x42','\xa7','\x1f','\x33','\xcb','\xcb','\xcc','\x04','\xb3','\x91','\xc4','\xac','\x39','\x0d','\xb5','\xe2','\xea','\x32','\xd1','\xde','\xf6','\x68','\x83','\x68','\x37','\xdb','\xac','\xdc','\x52','\x89','\xca','\x28','\x06','\x48','\x79','\x72','\x22','\xf0','\xd8','\x1a','\x3f','\x88','\x95','\xdb','\xcc','\xe4','\x81','\x75','\xa7','\x24','\x3a','\x95','\x68','\x82','\x47','\x41','\x86','\x5c','\xfa','\x88','\x64','\x5b','\x35','\x1d','\x78','\x0b','\xc9','\x17','\x69','\xba','\xf8','\xdc','\x7f','\xb3','\x00','\xd6','\x02','\x15','\x33','\x8c','\x43','\x4e','\xb3','\xd2','\x62','\x15','\x46','\x8c','\x35','\xc1','\x52','\x54','\xad','\x54','\x1e','\x32','\x92','\x8d','\x9e','\x42','\x03','\xe3','\x80','\xae','\x3c','\x23','\xc5','\x50','\x55','\x52','\xcd','\x60','\xb5','\x2c','\x25','\xd8','\x12','\x02','\x4f','\x1b','\xed','\xa6','\xaf','\x1e','\xc2','\xda','\x22','\x11','\xd0','\xb5','\x7e','\xdb','\xec','\x45','\xab','\x0f','\xdd','\xbd','\xe2','\x63','\x26','\x9f','\xa4','\xa7','\xb8','\x4b','\x4c','\x6c','\x43','\xb9','\x56','\x09','\xfd','\x8d','\x8f','\xa4','\x57','\xad','\x05','\xbd','\xa8','\xf2','\x65','\xf6','\x2a','\x05','\xc9','\x32','\x3c','\x56','\x1c','\xe9','\x2b','\xe6','\x19','\xe3','\xf2','\x80','\xb5','\xb2','\x45','\x45','\x3b','\x75','\x56','\x82','\x14','\x78','\xd4','\x37','\xcb','\x12','\x2a','\x48','\xe8','\x3c','\xa4','\xed','\x08','\xfd','\x9a','\x40','\xe5','\xa8','\xd1','\x62','\x66','\x34','\x5c','\x84','\x6c','\x61','\x5b','\x89','\x55','\xbe','\xa1','\xa4','\x70','\xb7','\x5a','\xa2','\x5c','\x7c','\x00','\x78','\x7b','\x71','\xf2','\x8d','\x62','\xb4','\x65','\x25','\xdf','\x28','\x4e','\xae','\x98','\xd1','\xdb','\x88','\xbc','\x8e','\x4e','\x32','\xb5','\xdb','\x56','\x0e','\xcb','\xe9','\xbb','\x1e','\x94','\x4b','\xed','\x8d','\x65','\x84','\x8d','\x30','\xdb','\xcd','\x41','\x3b','\x25','\x23','\x2d','\x58','\x6d','\xca','\x5c','\x34','\x43','\xe9','\x81','\x03','\x43','\xb0','\x2a','\xb0','\x05','\xf3','\x36','\xf8','\x5c','\xc4','\xde','\x66','\x8f','\xc2','\xf3','\x4c','\x60','\x3e','\x4c','\x97','\x89','\x07','\x2e','\xb6','\x75','\xbc','\x5e','\x1a','\xe1','\x5c','\x88','\x88','\x46','\xd4','\x81','\xe0','\x27','\x41','\x04','\xa9','\xc7','\x97','\xbd','\xa3','\xe3','\x73','\x1b','\x4b','\xeb','\x27','\x81','\x1e','\x45','\xc8','\x96','\xc6','\x83','\x60','\xda','\x96','\xc0','\x55','\xc3','\x46','\xa5','\x97','\x5f','\x2e','\xd9','\xf6','\x14','\x94','\xa8','\x74','\xdd','\x2f','\x7d','\x63','\x80','\xd1','\x14','\xab','\x38','\xa8','\x74','\xc5','\x2f','\x7d','\x47','\x2a','\xdd','\xb9','\x37','\x75','\x29','\xf3','\x3b','\x97','\x32','\x13','\xe9','\x7b','\x62','\x44','\x8a','\x44','\x9c','\xa8','\xe6','\xa1','\xd4','\x09','\xc4','\x3d','\xb5','\x98','\xa9','\x22','\x88','\xfa','\x6e','\xd1','\xc4','\x22','\x78','\x0f','\x4a','\x05','\x12','\xbc','\x93','\x96','\x6e','\xc5','\xa5','\x2f','\xde','\x8b','\xab','\x88','\x47','\xed','\x91','\xbe','\x84','\xf7','\x08','\x22','\xa3','\x88','\x64','\x50','\xbe','\x80','\x68','\xad','\x13','\x1f','\x55','\x1d','\xe3','\x69','\x53','\x3b','\xfe','\x51','\x2d','\x9b','\xa3','\x7c','\xd0','\x88','\xd8','\x86','\x74','\xe5','\x2e','\x91','\xe1','\x80','\x85','\x29','\x45','\x80','\xec','\xc7','\xd8','\xc3','\x3a','\xdc','\xc1','\x08','\x42','\x9f','\xe7','\x1c','\xed','\xae','\x2d','\x2c','\xb6','\x44','\xdb','\x8f','\xa3','\xa9','\x2a','\x4a','\xa9','\xe0','\xbc','\x3e','\x05','\x9e','\xbd','\x1a','\xdc','\x43','\x59','\x33','\x00','\xc8','\xe0','\xc4','\xae','\xe2','\x9e','\x6b','\xb8','\xa7','\x1e','\xbc','\xf9','\x32','\x0e','\xc1','\x9a','\x38','\xf6','\xf5','\x1e','\x2b','\x48','\x4a','\xa4','\xf7','\x02','\xcd','\xbe','\x4c','\xd5','\xbd','\xa6','\x0e','\x3e','\x58','\x67','\x50','\x9c','\xfb','\x75','\xc3','\x0f','\x46','\xb7','\xfd','\xa0','\xd5','\x81','\xe2','\x94','\xb9','\xf9','\xcc','\xa8','\xd7','\x76','\x35','\xd7','\xcd','\xda','\xee','\xf3','\xb6','\xfb','\x8a','\x0d','\x95','\x8d','\xa4','\xf1','\x92','\x32','\xa3','\x28','\x94','\xcb','\x79','\x24','\x5c','\x93','\x82','\xf7','\x83','\x30','\xdd','\x2a','\x19','\x2e','\x93','\x03','\x65','\x72','\xb0','\xac','\xac','\x96','\x73','\xb4','\xac','\x5d','\x83','\xf2','\x05','\x5a','\x7e','\x95','\x96','\x73','\xc3','\x9c','\x72','\xe5','\x9c','\x56','\xc8','\xf5','\x35','\x34','\x74','\x21','\x07','\x40','\xb4','\x18','\x45','\xa6','\xe0','\x82','\x2d','\x55','\x45','\x2b','\x66','\xd0','\xe6','\x49','\x88','\x81','\x4a','\x32','\x39','\x09','\xe1','\xef','\x7b','\x2b','\xbd','\x57','\x7e','\xa4','\xad','\x54','\xb3','\x75','\xf3','\xf9','\xba','\xf9','\x4a','\xdd','\xcc','\x6e','\xa2','\x49','\xad','\x3e','\x99','\xbd','\x32','\x49','\xd9','\x86','\xa3','\x16','\x52','\xc7','\x3a','\x41','\x6d','\x8b','\x35','\x88','\x67','\x99','\x50','\x80','\x9e','\xf3','\xe9','\x84','\xc2','\x68','\xcc','\x0a','\x86','\x4d','\xfd','\x73','\x8c','\x4e','\x7a','\xdf','\x29','\x8d','\x0f','\x33','\x3a','\xe9','\x0d','\xf3','\xca','\x18','\xab','\xe8','\x88','\xde','\x50','\xe8','\x2c','\x16','\x24','\x1e','\xd1','\xc4','\x66','\xe2','\xb6','\x17','\xbc','\xb3','\x0e','\xf0','\x21','\x77','\x63','\xd9','\x7a','\x1d','\xa2','\x35','\x21','\x84','\xe2','\x79','\x87','\x84','\x71','\x3c','\xd9','\x8b','\xed','\x30','\x8e','\x07','\x42','\x79','\x78','\x49','\xf1','\x1e','\x14','\xe2','\xc0','\xe8','\x92','\xc8','\x78','\xdf','\x0f','\x54','\x3a','\x99','\xa1','\x56','\x40','\x27','\x59','\x45','\x55','\x9f','\x6b','\x0f','\x9c','\x9a','\xd7','\x4e','\xcd','\x4f','\x3e','\xd7','\x9e','\x64','\xe5','\xa9','\xf9','\x6f','\x1c','\x6f','\x0f','\xe8','\xf6','\x40','\xab','\x36','\x70','\x3d','\x18','\xb8','\x56','\xd3','\xae','\x7d','\xab','\xff','\xc0','\x5f','\x0c','\xe4','\xbe','\xac','\x0e','\xb3','\xa5','\xd1','\x07','\x7a','\x2b','\x33','\x44','\x5d','\x97','\x4f','\x56','\x13','\x27','\xfc','\x0d','\xf3','\xd5','\xe8','\xbd','\x12','\x68','\x2e','\x84','\xf6','\x3e','\x6f','\xb7','\xf8','\x7c','\x35','\xb3','\x17','\xfd','\x1d','\xe6','\x4b','\xeb','\xc6','\x5f','\x2c','\xda','\xc1','\x5b','\x5d','\x3c','\x46','\x66','\x48','\xc9','\x2a','\x89','\xe7','\x09','\xa6','\xbd','\x7f','\xf0','\x98','\xf6','\x97','\xa5','\xec','\x4b','\x85','\xe7','\xaf','\xd6','\x5e','\x61','\x4a','\xe8','\x8c','\x9d','\xe5','\xb0','\x90','\xbc','\x62','\x6b','\xbc','\xa4','\x6b','\xfa','\x21','\xe3','\x1b','\x0d','\x1a','\xdc','\xa3','\x58','\x1a','\x05','\xa8','\x2e','\x89','\xca','\x90','\xc1','\x0b','\x52','\x33','\xf6','\x9e','\xaf','\x6a','\x8d','\x52','\xb6','\x76','\xf2','\x79','\xa7','\xfc','\x8a','\x53','\xc9','\xbe','\x7c','\x2a','\xfb','\x72','\x35','\xfb','\x6d','\x33','\xdb','\x04','\x10','\x33','\xcd','\x99','\x64','\x25','\xe3','\xf7','\xdc','\xf7','\x6a','\x4c','\x11','\xdc','\xb8','\x60','\x4b','\x87','\x6a','\xb6','\x15','\x54','\x27','\x6a','\xc3','\x13','\x73','\xd1','\x89','\x3a','\x64','\xa3','\x2e','\x91','\xd5','\x49','\x5a','\x5d','\x34','\x29','\x5b','\x8a','\xb3','\x67','\x9e','\xc0','\xe9','\x3d','\xd5','\x75','\xc7','\x6c','\x11','\xb0','\xda','\xda','\x7b','\x11','\xb9','\x8b','\x88','\xc8','\x4c','\x09','\x26','\x2c','\x0a','\x05','\x91','\x49','\xeb','\x46','\x81','\x14','\x3a','\xa4','\x30','\x9a','\x9e','\xa6','\x85','\xc2','\x40','\xa1','\xa0','\x15','\x0a','\x9f','\xe3','\xf4','\x9d','\xe9','\xe9','\xe1','\x42','\x61','\x23','\x8d','\xb1','\xb2','\xd1','\xa0','\xb5','\x1a','\xfa','\xda','\xd7','\x84','\x9e','\xcd','\xe3','\x9c','\x0e','\xc7','\x47','\x21','\xd1','\x14','\x61','\xfb','\xa8','\xa6','\x68','\x6e','\x26','\x7b','\x3d','\x78','\xde','\x46','\x30','\x3e','\xf3','\x18','\xc6','\xd9','\xc1','\x21','\x69','\xbc','\xa4','\x6b','\x7a','\x0b','\x33','\x31','\x6e','\xb7','\x99','\x05','\xd3','\x39','\x37','\x4b','\xac','\xca','\x9d','\x93','\xd5','\xd1','\xde','\xeb','\x81','\xb6','\x68','\x67','\x5f','\x9a','\x7b','\xfe','\xc5','\xda','\x2b','\x5f','\x70','\xb2','\x5f','\x78','\x23','\x3b','\xe3','\x66','\x67','\xae','\x66','\x67','\xaf','\x65','\xbf','\x50','\xd7','\x7e','\x7a','\x25','\xfb','\xca','\x05','\xda','\xdf','\xf5','\xd3','\x53','\x88','\x70','\xc5','\x0b','\x56','\x78','\x00','\x25','\x00','\x21','\x42','\x7a','\xc9','\x30','\x40','\xa6','\x77','\x0e','\x69','\x37','\x51','\xf6','\x82','\xf4','\xfc','\xc5','\xe0','\x95','\xba','\x94','\xfd','\xa3','\x5a','\xf6','\xcd','\x46','\xf6','\x6b','\x52','\xb6','\x5e','\xc8','\xd6','\xcb','\xda','\x95','\x7b','\xd9','\x8b','\xaf','\xd3','\x35','\xc4','\xc8','\xce','\xbc','\xd7','\xb0','\xc0','\x1d','\xb4','\x7a','\x1d','\x99','\x31','\x20','\xde','\x6a','\x6f','\x1d','\x6b','\x77','\xbc','\x6c','\x1d','\x3f','\x5f','\xc7','\xaf','\xd4','\x31','\x00','\xfb','\x73','\x78','\xd2','\x2c','\xaf','\x6b','\x73','\x28','\x7b','\x9e','\xd2','\x38','\xe3','\x70','\x31','\x80','\x97','\x8d','\xe5','\x21','\x87','\x64','\xa3','\x33','\xe9','\x30','\xef','\xb1','\xd5','\x10','\xcf','\xa2','\xb7','\x46','\xb5','\x9b','\xab','\xd9','\x1a','\x7d','\xbe','\x46','\x5f','\xa9','\x8d','\xc2','\xca','\xb9','\x7c','\x8d','\x13','\xcd','\x7e','\x75','\x4c','\xfb','\x4a','\x5f','\xf6','\x65','\xf6','\xfe','\x12','\xf0','\x0d','\x88','\xab','\x9d','\x13','\x49','\x03','\xe2','\xe0','\xfa','\x3b','\xf1','\x68','\x4a','\xd6','\x09','\x4f','\x0a','\x06','\x45','\xa4','\xfd','\x1b','\xe9','\x05','\x2d','\x78','\x81','\x4a','\xaf','\xd2','\x4c','\x6e','\x78','\x34','\x97','\x65','\x6c','\xa4','\x01','\x94','\x2d','\x6b','\xec','\xd7','\x91','\x51','\xba','\x16','\x82','\x8a','\x5a','\xc2','\xcb','\x37','\x83','\x95','\x6e','\xa8','\x5e','\x1a','\x4e','\x92','\x09','\x0f','\xd4','\xe9','\xb5','\x91','\x76','\x0b','\xe6','\xe8','\x79','\x07','\xbf','\x12','\x4e','\xd3','\x45','\x8f','\x67','\xfb','\x51','\xb2','\xb5','\x94','\xc6','\x4c','\xc8','\x59','\x85','\xa2','\x4c','\x67','\x5f','\xc8','\x44','\xb8','\xe8','\x05','\x1d','\x88','\x5e','\x26','\xfa','\xeb','\xf2','\x50','\x9d','\x0c','\x7d','\x85','\xb5','\xf3','\x90','\x29','\x69','\x66','\x34','\x97','\x68','\xbf','\x80','\xc9','\xab','\x98','\xb0','\x4a','\x8e','\x95','\x21','\x25','\xda','\x1a','\xaf','\x50','\xcc','\xef','\xbb','\x31','\x45','\x8a','\x22','\x38','\xa9','\xa0','\x41','\xb0','\xa4','\x86','\xa8','\x8c','\x3c','\x35','\x6d','\x9d','\xa4','\xbd','\x5e','\xb6','\x89','\x16','\x61','\x4f','\x3d','\x1f','\x04','\xaf','\xd4','\x50','\x96','\x0d','\xac','\xc3','\x57','\xd1','\x15','\x3f','\xbb','\xe0','\x6a','\x57','\x5d','\xaa','\xbb','\xd4','\x76','\x51','\xb8','\x55','\x95','\xb8','\x98','\xc2','\x41','\x1d','\x93','\x34','\xfb','\x82','\x80','\x0c','\x1a','\xca','\xe7','\x0d','\xfa','\x65','\x83','\xf6','\x04','\x83','\x32','\xc0','\xf5','\xbd','\xa0','\xe2','\x17','\x0e','\x35','\x5f','\x15','\xec','\x0e','\x8c','\x52','\xec','\x6a','\xee','\x81','\xab','\xb9','\x9e','\x6b','\xda','\xae','\x7a','\xae','\xf7','\x0a','\xed','\xbf','\x80','\x16','\x6b','\xdc','\xfe','\xe2','\x41','\x64','\xd7','\xd6','\x83','\xce','\x14','\x8a','\x29','\xa4','\x7b','\xa6','\x83','\x39','\xaa','\x5d','\xf7','\x5f','\xc8','\x51','\x46','\xaf','\xe6','\x46','\xa1','\x91','\xca','\x78','\xae','\x52','\xc8','\x19','\xfb','\x35','\xe3','\x31','\xea','\x50','\xea','\x10','\x41','\xbb','\x83','\xfa','\xe2','\x60','\xb2','\x33','\xb1','\xab','\x62','\x08','\xda','\x02','\x47','\xb5','\x79','\x68','\x27','\x6b','\x53','\xa0','\xf9','\x41','\xcd','\xd3','\x5e','\xb1','\x5f','\xc8','\x02','\xbd','\x9a','\xad','\xe5','\xb4','\x20','\x47','\xa5','\x1c','\x62','\x54','\xd0','\x06','\x32','\xf4','\x63','\x19','\xfa','\x6c','\x1c','\xdd','\x62','\x1c','\xab','\xb3','\x0e','\x79','\xd0','\x31','\xe7','\xcf','\xb0','\xb3','\x88','\x92','\x51','\x28','\xfb','\x98','\x16','\x0c','\x9a','\x51','\xad','\x38','\xff','\x82','\x88','\x5e','\x10','\xa5','\x57','\x59','\x67','\x00','\xed','\x0a','\xe7','\x62','\x7e','\x4e','\xc2','\x8c','\x34','\x8c','\x73','\x38','\x45','\x99','\x26','\x4f','\xdb','\x10','\x02','\x82','\xba','\x27','\x72','\xa0','\xd7','\x53','\xc6','\x04','\x62','\x88','\xee','\x05','\xc0','\x69','\x56','\x5f','\x15','\x43','\x3f','\x73','\x57','\x0a','\xde','\x0d','\x42','\xe7','\x43','\x65','\x49','\xd2','\xee','\x06','\x27','\x6e','\x4a','\xf5','\xff','\x55','\x22','\x7f','\x2e','\x91','\x25','\x29','\xbd','\xe4','\xb3','\x12','\x84','\xef','\x6e','\x1a','\xfc','\xac','\x0d','\x40','\x18','\x83','\xd4','\xfa','\x60','\x0c','\x45','\xfb','\x98','\x72','\xc5','\x94','\xc6','\xe1','\x49','\x32','\x3c','\x41','\xb5','\x56','\xcb','\x14','\x5e','\xd3','\xa5','\xb4','\x4d','\x3e','\x92','\xff','\xb0','\x75','\x68','\x2f','\x07','\x77','\x7c','\x2e','\x4c','\x6f','\xe1','\x84','\xc7','\xf9','\xf3','\x8d','\xce','\x3a','\xbc','\xed','\xb1','\xe5','\x07','\xeb','\xf0','\xa2','\x97','\x5d','\x5b','\x8a','\x21','\xdf','\x60','\x95','\x73','\x4c','\xfc','\xa7','\x00','\xb7','\x97','\x8a','\x6c','\x7c','\xc2','\xf3','\xb1','\x30','\x56','\x94','\x68','\xbe','\x12','\xa6','\x07','\xd3','\xbc','\xc1','\xac','\xa3','\xbd','\xe2','\xbc','\xa0','\x79','\x2f','\x08','\x0b','\xaf','\x0a','\x4e','\xce','\xfa','\x20','\xd7','\xc7','\x06','\x99','\x42','\x92','\x3b','\x85','\x6a','\x6c','\x56','\x25','\xb6','\x2d','\x78','\xa2','\x06','\x36','\x2e','\xd0','\xce','\x7c','\x70','\x27','\x0c','\xee','\x3b','\xc7','\x46','\x9b','\x19','\x2e','\xb0','\x04','\x64','\x65','\xd0','\x9a','\xd6','\xe6','\x95','\x17','\x64','\xe5','\x85','\xb8','\xf2','\xea','\x99','\x20','\xa7','\x82','\x73','\x28','\xcc','\xbe','\x04','\x2d','\x68','\xd2','\x70','\x0e','\x0f','\x53','\x9c','\x03','\xfd','\xd9','\xec','\x43','\xc2','\xbc','\xa8','\x39','\xc1','\xec','\x09','\x22','\x1e','\x26','\x85','\x22','\xc9','\x64','\x94','\x21','\x4a','\x65','\x42','\x7f','\xf1','\x9d','\x41','\x35','\xa1','\xb9','\xd2','\x0b','\xe9','\xf6','\x0b','\x84','\xbc','\x4a','\x00','\x7a','\x39','\x97','\x6e','\x43','\x53','\x8a','\x9a','\x93','\xf3','\xd0','\x1f','\xac','\x52','\x54','\xe8','\xc8','\xc1','\x08','\x12','\x66','\xed','\x60','\x09','\xe1','\xfd','\x1d','\x68','\x47','\x79','\xe4','\xcb','\x64','\x98','\xd1','\xb7','\x1e','\x3a','\xf0','\x81','\xf6','\x4a','\x23','\x37','\xfc','\xdd','\x17','\x46','\xbe','\xfc','\x2a','\x5b','\x39','\x6c','\x09','\x65','\xbb','\xc8','\x60','\xa2','\xae','\x89','\x6a','\x4e','\xca','\xd3','\xb5','\xfb','\x14','\x99','\x8a','\x92','\x1a','\x9c','\x1b','\x87','\x20','\xd3','\x70','\x66','\xd3','\x1e','\x8f','\x2a','\x3a','\x37','\x68','\x05','\x9a','\x8d','\x5e','\x88','\x9c','\x7a','\x21','\x51','\x7e','\xf5','\xe0','\x24','\xc0','\x94','\xb1','\x46','\x00','\xdc','\x37','\x93','\x4b','\x0c','\x69','\x53','\x24','\x37','\xf4','\x49','\x8a','\x3f','\x8b','\xce','\x9e','\x87','\xc8','\xc0','\xfe','\x5b','\x62','\xf2','\x42','\xf0','\xa2','\x43','\x76','\x2d','\x84','\x71','\xf4','\x0a','\x64','\x15','\x8c','\xd2','\xc4','\xea','\xa0','\xac','\xc0','\xf8','\x24','\x56','\x5f','\x40','\xe8','\x55','\x15','\x03','\x3a','\x59','\xd6','\xe9','\x10','\x5b','\xea','\xbc','\xc2','\x66','\xa4','\x13','\xc7','\x6a','\x4a','\x22','\x53','\x34','\x5f','\x97','\xc8','\x89','\x28','\x31','\x8f','\x92','\xc3','\x54','\x39','\x42','\xa8','\xc6','\x0c','\xfb','\xc8','\x80','\x1e','\x68','\xe6','\xee','\xcf','\x99','\x0f','\x7f','\x6e','\x7a','\xe1','\x3b','\x9f','\x7e','\x63','\x78','\xe1','\xcf','\x86','\x95','\x3b','\xc3','\xfe','\xc2','\xb0','\xb2','\x30','\x4c','\x17','\xc6','\x3e','\xb6','\x30','\x7c','\xfa','\xd3','\xf4','\x69','\x8a','\xce','\xa5','\x85','\x68','\x9c','\x89','\xf9','\xe8','\x61','\xf5','\x81','\xfd','\x99','\xe0','\x72','\x80','\x87','\x68','\x7a','\xfc','\xd4','\x3f','\x38','\x77','\x6a','\xe4','\x9b','\xdf','\x2c','\x25','\x1f','\x9d','\x1b','\x1a','\x88','\x8e','\xab','\x61','\xb4','\x91','\x30','\x03','\x99','\xb8','\x98','\xfe','\xcf','\x34','\x6a','\xea','\xa6','\x17','\x6d','\x49','\x0c','\x5a','\x3d','\xb6','\xf9','\x3c','\x33','\x0a','\x01','\x67','\x8f','\xcd','\x3b','\x1c','\x80','\x07','\x8b','\x73','\xe4','\xd1','\xb7','\xc9','\x48','\x86','\x8c','\xec','\x27','\xd1','\xc7','\xf2','\xb1','\x55','\x1a','\x7d','\x2c','\x97','\x1a','\xd2','\x7e','\x9c','\x79','\xe1','\xe4','\xbd','\x17','\x74','\xd4','\xe1','\x1b','\x6c','\xe5','\x88','\x57','\x39','\xeb','\x58','\xd0','\x7a','\xea','\xb9','\x24','\x7b','\xaf','\x8b','\x21','\xdf','\x00','\x35','\x5c','\x06','\xc4','\x6f','\xc0','\xfd','\x6e','\xe2','\xe0','\x1d','\x8e','\xaa','\xe8','\x60','\x11','\x03','\x49','\x18','\xf7','\x24','\x3c','\xec','\xe0','\x54','\x13','\x0d','\x35','\x01','\xab','\x9d','\x0b','\xbd','\x48','\x97','\x44','\x9c','\x08','\x70','\xcc','\xc7','\x9d','\x6b','\x61','\x0e','\x8d','\x8e','\x20','\x1f','\x7a','\xd0','\x6a','\x08','\x17','\xef','\x09','\x3c','\x21','\x8f','\x28','\x37','\xa4','\xc4','\xbd','\x1e','\xdc','\xc0','\x4e','\x23','\xd5','\x6c','\x0c','\x35','\x1b','\xcd','\x44','\x03','\xb3','\x5f','\xb1','\xc4','\x51','\xfe','\xd6','\x68','\x0c','\x77','\x1c','\x4b','\xc7','\xb0','\xb2','\x8a','\xd3','\xad','\x9e','\xba','\x19','\xac','\x98','\x42','\x9d','\x47','\x23','\x91','\xb2','\x94','\x0e','\x24','\x62','\xf6','\x30','\xa5','\xb1','\x6e','\xa6','\x56','\xcc','\xa1','\x15','\xb3','\x09','\x9c','\x6e','\x18','\x27','\xbf','\x83','\xa7','\x87','\x71','\x7e','\x0f','\x56','\xf7','\x60','\xe1','\x22','\xb6','\x00','\xe7','\x0d','\xa5','\x10','\xc0','\x13','\x6d','\x00','\xfb','\xcd','\x93','\x10','\xe7','\x83','\x1f','\x74','\x20','\xbc','\x7e','\x51','\x02','\x3f','\x9d','\x2b','\x92','\x28','\xb1','\x63','\xc4','\x64','\x7f','\x48','\x48','\xca','\x6c','\xf3','\xe3','\xc3','\x10','\xa7','\x34','\xf4','\x2e','\x6e','\x48','\xc1','\xdb','\x81','\xf0','\x05','\x5b','\x78','\x91','\x23','\x7a','\xf5','\x3b','\x92','\xe0','\xf7','\x00','\x18','\xaf','\x9d','\x5a','\xb4','\x87','\x16','\xed','\xa6','\xd0','\x15','\xbb','\xdb','\x08','\xda','\x11','\xe6','\x31','\xe2','\x88','\xf7','\x37','\x71','\x70','\x0f','\xc2','\x70','\x19','\x01','\xf8','\x15','\x33','\x34','\x24','\xb3','\xa7','\x76','\x0a','\xff','\xc5','\x72','\xea','\x2f','\x6a','\x43','\x07','\x66','\x9b','\x07','\x44','\x5c','\x66','\xc4','\x86','\x43','\xc6','\x8f','\xc8','\x38','\x23','\xc3','\x68','\xc5','\x3c','\x2c','\xb6','\x39','\x38','\x92','\xce','\x25','\x32','\xe9','\xa9','\x91','\xa0','\x16','\x66','\xcf','\x41','\x22','\xa0','\x87','\xa8','\x12','\xce','\xf7','\x60','\x8a','\x1d','\x9a','\xfa','\x13','\x73','\xe8','\x4f','\xcc','\x66','\x52','\xc7','\xbd','\x2e','\xa6','\x36','\xee','\x77','\xf1','\x11','\xf6','\x15','\x80','\xdf','\x82','\x09','\xc7','\x43','\x8b','\xa5','\x42','\xa7','\x50','\x36','\x1c','\xd0','\x4e','\x83','\x77','\x26','\xd6','\x16','\x25','\x88','\xf2','\x64','\xd4','\x13','\x6b','\xe3','\x1a','\x49','\x35','\xc8','\x50','\x83','\x34','\xf9','\xc7','\x30','\x77','\x8c','\xc4','\x31','\x05','\xc7','\x31','\xcc','\x1d','\x11','\xb1','\x29','\xc6','\x3b','\xa0','\xf1','\x1c','\x87','\xbc','\x4e','\x83','\x15','\x08','\xfb','\x13','\xd3','\x2d','\x7e','\xda','\x5d','\x8e','\x5a','\x80','\xdb','\xb3','\xaf','\x7f','\xfe','\x13','\x2f','\x5d','\xf8','\xd3','\xcb','\x4d','\x9c','\x7c','\x03','\x0b','\x57','\xf1','\x03','\xd7','\x00','\x9b','\xf8','\xbd','\x2b','\x78','\xe2','\x02','\x24','\xa6','\x49','\xc0','\xf0','\xa6','\x52','\x1c','\x2e','\x83','\x04','\xc4','\xca','\xec','\x25','\x99','\xa0','\x9e','\x11','\xad','\x8c','\x48','\x32','\x90','\x19','\x9c','\x14','\x70','\x5f','\x01','\xb7','\x1b','\x7b','\x26','\xbe','\xf6','\x84','\x8d','\x7f','\x63','\xc6','\xae','\x33','\x86','\x00','\x89','\x59','\x75','\x88','\x29','\x66','\x3a','\x09','\x26','\x6b','\xb8','\x4f','\xf1','\x0e','\x64','\x9f','\xc3','\xa8','\x07','\x14','\x2a','\x47','\xa8','\x3b','\x22','\x71','\xc4','\xb4','\xc7','\x06','\x59','\xc2','\x66','\x8f','\x6c','\xf5','\x7c','\x49','\xdb','\xf7','\x6f','\xd1','\x90','\x44','\x9a','\x6c','\x6d','\xcb','\x04','\x3f','\xcc','\xb4','\x54','\x13','\xd0','\xb0','\xc5','\x2a','\x96','\xb4','\xce','\xf8','\x74','\xf2','\x17','\x34','\x60','\x7c','\x6c','\x37','\x70','\x5d','\xe1','\x8a','\x1f','\x7a','\x2a','\x49','\x09','\x0f','\xf6','\x05','\x1b','\x83','\x8b','\x5e','\x6a','\x59','\x19','\xba','\xa1','\x34','\x23','\x99','\xce','\xf8','\x30','\x62','\x6d','\x86','\x3f','\xbc','\xb2','\x16','\x8f','\x86','\xe6','\x10','\x2a','\xa7','\xac','\xfd','\xab','\xbd','\x64','\xa1','\x97','\xd4','\x73','\x64','\x7e','\x80','\xbc','\xf3','\x59','\x72','\xdb','\x86','\x95','\xbf','\xe9','\xd4','\x9a','\x31','\xdd','\x24','\xa1','\xbd','\x5f','\xa5','\xb9','\xe4','\xb5','\x4c','\xf2','\xda','\xd1','\x33','\xd4','\x66','\x7a','\xd9','\x43','\x19','\x9c','\xd6','\x30','\x2b','\x1f','\xca','\xf4','\x7c','\x31','\x13','\xdc','\x19','\x0b','\xc5','\x93','\x98','\xf6','\x25','\xd2','\x60','\xd4','\xc3','\x94','\xa2','\x2b','\x7e','\x6a','\xa5','\x31','\xb4','\xd2','\x68','\x72','\x05','\xa9','\xd3','\x7f','\x08','\x97','\x58','\x4f','\xc4','\x90','\x12','\x4d','\xb2','\xfb','\x28','\xd3','\x52','\x58','\xb9','\x77','\xf7','\xd1','\xe0','\x4a','\x5b','\xdc','\x7d','\x94','\x91','\x94','\x6e','\x47','\x79','\xff','\xf7','\x58','\x7e','\x12','\xa1','\x27','\x6c','\xf4','\x1b','\x57','\xda','\xf5','\xb5','\x18','\x6d','\xa4','\x42','\xea','\xb5','\xa8','\x4a','\xa2','\x85','\x10','\xed','\x21','\x25','\xb8','\x9d','\x58','\x72','\x2b','\xd8','\x2b','\xa3','\xc0','\xc9','\x8b','\x24','\x2e','\x8e','\x64','\xa4','\xdf','\x6e','\x47','\xa3','\x2a','\x8e','\xaa','\x7b','\xd3','\xed','\xe4','\x9c','\xfa','\xc4','\x5c','\xe6','\x84','\x15','\xd4','\x21','\x85','\x65','\x8d','\xe4','\x0d','\xb2','\x72','\x0a','\x80','\x30','\xd2','\x79','\x32','\xc5','\xe7','\x4b','\x95','\xc0','\x5a','\x4e','\x30','\x1b','\x99','\x87','\xa1','\x91','\x1d','\xc2','\xd0','\x10','\xc4','\x58','\xf0','\xe8','\x3f','\x22','\x99','\x49','\xc9','\x24','\x0d','\x33','\x5d','\x3e','\xd9','\x2e','\x17','\xdd','\xf2','\x24','\xe0','\xbe','\x30','\x1a','\x33','\x21','\x2f','\xcc','\xcf','\x09','\x61','\xfb','\x7b','\xb6','\xb3','\x19','\x3f','\x7c','\xed','\xe6','\x34','\x3c','\xff','\xdc','\x0a','\xbe','\x9a','\x66','\x8c','\xe5','\xf7','\x10','\x7a','\x13','\x09','\x75','\x57','\x24','\x55','\x89','\x68','\x84','\xf4','\xb5','\xb8','\x77','\x87','\xf0','\x72','\x35','\xb1','\x62','\x7a','\x64','\xcd','\xce','\x35','\x7b','\xea','\xa5','\x60','\xe5','\x24','\xde','\x5b','\x4e','\xa5','\xdf','\x49','\x91','\x53','\x7d','\xa4','\xba','\x8f','\x98','\x4f','\xd6','\xcd','\x4f','\xd4','\xcd','\x21','\x08','\x19','\x30','\x0d','\x62','\x3a','\x64','\x12','\x33','\x4a','\x4f','\x62','\xaf','\x88','\xab','\x16','\xd6','\xc7','\x84','\x19','\x37','\xb1','\x08','\x11','\x16','\xc0','\x46','\xfa','\xc1','\x94','\xeb','\x79','\xc5','\x09','\xde','\x03','\x95','\x22','\xc5','\xa9','\x2f','\xeb','\xec','\xcb','\x3a','\x4f','\x06','\xc1','\x27','\x66','\xf5','\x21','\x51','\xaf','\x48','\xba','\x21','\xa9','\x0e','\x9b','\x02','\xc8','\xc2','\x45','\xb0','\x92','\xc6','\x1c','\x4f','\x4f','\x58','\xc0','\x89','\x3b','\xbe','\xb7','\x96','\xb7','\x82','\xa0','\x9e','\x3a','\x06','\x35','\x86','\x03','\x64','\x31','\xea','\x23','\x78','\x5f','\x1d','\x1f','\x5c','\xc1','\x43','\x77','\xbc','\x21','\xc8','\x64','\x81','\x0c','\x02','\xfe','\x98','\xdd','\xcf','\x77','\xd2','\x5e','\x08','\xe7','\x51','\xa2','\xa1','\x7b','\x9c','\xff','\x70','\x02','\x34','\xc8','\xa0','\x01','\xae','\xce','\x29','\x49','\x4d','\xe1','\x7c','\x1f','\xa6','\xfb','\x1c','\x7a','\x90','\xf3','\x9f','\xa1','\xa4','\x5e','\xe9','\x75','\x0d','\x6a','\x3b','\xdb','\xf8','\xcf','\xa6','\xf7','\xe2','\x00','\x8f','\x3d','\x33','\xcc','\x9c','\xef','\x70','\xcb','\x94','\xe0','\xf4','\x69','\xfe','\xbe','\xf3','\x57','\x0f','\xde','\xbc','\x3a','\xf4','\xc7','\x0b','\x43','\x3d','\x0b','\x95','\x5d','\x75','\x23','\xe9','\x38','\xbd','\x17','\x71','\x7f','\x0d','\xce','\x3d','\xba','\x7c','\x55','\x58','\x20','\x89','\x3b','\x9e','\x47','\xd6','\xed','\xa6','\x9e','\x3a','\x01','\x33','\x2a','\xdd','\x4e','\x31','\x26','\x8e','\x50','\x1f','\xc2','\xfb','\x34','\xff','\xc9','\x19','\xfb','\x13','\x33','\xf6','\x10','\x04','\xaa','\xf0','\x83','\x94','\x6d','\xfc','\x59','\xb0','\x7f','\x98','\x78','\xe3','\xa6','\x27','\x37','\x40','\x0a','\x4a','\xb7','\xb0','\xf4','\x06','\xec','\xfa','\x37','\xd8','\x3e','\x0a','\x98','\x4d','\xc8','\xa8','\x8f','\x48','\xfb','\xd2','\xfe','\x93','\x75','\xe9','\x13','\x75','\x69','\x88','\x48','\x95','\xb4','\x6f','\x10','\xc9','\x01','\xe0','\xd8','\x35','\x1a','\x63','\x83','\x29','\x5c','\xc8','\x27','\x9a','\xd4','\x03','\x64','\xad','\x51','\xd8','\x7a','\x98','\xf6','\x38','\x34','\x68','\x82','\x61','\x98','\xc2','\x94','\x11','\x8c','\x4f','\x62','\xf5','\x49','\x87','\x7e','\xc2','\xa1','\x43','\x78','\xb4','\x62','\x05','\x06','\x77','\xbf','\xc4','\x71','\x15','\x4c','\x12','\x66','\x94','\x50','\xc0','\x0d','\x13','\xec','\x56','\xc2','\x75','\x3d','\xce','\x7f','\xc2','\x9d','\xdb','\x33','\xd7','\x0c','\x6e','\xfa','\x8c','\xef','\xa6','\x46','\x71','\xea','\x80','\xd7','\x37','\x8a','\xf7','\x8d','\xe2','\x27','\xbf','\x8b','\x3f','\xf1','\x9f','\xbc','\xa1','\x51','\x5c','\x19','\xc5','\xc6','\x28','\x76','\x0e','\x78','\xec','\x6b','\x79','\x30','\x62','\xa8','\x7d','\x21','\x51','\x87','\xeb','\xe0','\xb6','\x29','\x91','\x89','\x06','\x20','\x15','\x4c','\xd4','\xf6','\x3e','\xf7','\x01','\x33','\x0f','\xc3','\x7a','\xfe','\xb9','\x0f','\x0e','\x9a','\xd2','\x27','\x4d','\xe9','\x53','\x27','\xef','\xfd','\x4f','\xa5','\xcc','\x09','\x4e','\xf5','\xf1','\x0c','\xb9','\x79','\x8f','\xf1','\x52','\x02','\x49','\xea','\xa5','\x24','\x1a','\xdb','\x83','\x36','\xe0','\xab','\xaf','\x5d','\xba','\x4d','\x53','\x7c','\x98','\xd3','\x74','\x87','\x71','\x75','\x8e','\x1d','\xb4','\xd5','\x74','\xbb','\xbb','\x77','\x60','\x77','\xd8','\x62','\x7d','\x35','\x4e','\xb4','\x55','\xa6','\xd7','\x11','\xf4','\xf7','\x6d','\x07','\x99','\xdd','\x0a','\x8f','\x66','\x02','\x08','\x53','\x77','\xa3','\x5c','\x66','\x6b','\x24','\xb1','\xe8','\x7b','\x9a','\x8b','\x23','\x51','\xdc','\x7f','\x9e','\x99','\x84','\x3d','\x4e','\x33','\x68','\xca','\x58','\x58','\x48','\xb1','\xff','\x4b','\x7b','\x7d','\x49','\x67','\x5f','\xd2','\x79','\xf2','\x8a','\xf7','\xe4','\x65','\x67','\x28','\xe9','\x54','\x92','\x0e','\xcc','\xfb','\x26','\x28','\x57','\xc0','\x1b','\xdc','\xdc','\x4e','\x0c','\xf7','\xd6','\x7a','\x2e','\xd7','\x82','\x37','\x99','\xf8','\x90','\x53','\x48','\x49','\x09','\xa8','\xef','\xd1','\xda','\xbe','\x83','\xda','\x93','\xd7','\x24','\x46','\x43','\x54','\xaa','\x8c','\x8d','\x19','\x54','\x72','\xe8','\x7a','\x22','\x3a','\xcc','\xf1','\xf4','\x36','\xbe','\x17','\x84','\x6e','\x41','\x18','\x97','\xab','\x22','\x7e','\xbd','\x82','\x70','\x36','\x70','\xb2','\xc8','\x61','\x25','\x45','\x07','\xa9','\x58','\x47','\x9a','\x9b','\xd8','\x30','\x44','\xc2','\x9b','\xad','\x04','\xf8','\x0d','\xc3','\xf8','\x74','\xf7','\x29','\xc8','\x2f','\x8e','\x34','\xeb','\xf4','\xd4','\x1d','\x26','\xc5','\xa0','\x2e','\x99','\x29','\x6c','\xf6','\xc9','\xd6','\xbe','\x87','\x41','\x7e','\x3d','\x59','\x23','\x43','\x09','\xaf','\x22','\x13','\xe3','\x61','\xea','\x6c','\x93','\x5f','\x4c','\x39','\x4c','\x7c','\xdd','\xf6','\xd8','\x66','\x61','\xcb','\x80','\xc9','\xbd','\x53','\xd1','\x1e','\xe7','\x28','\x93','\xce','\xf8','\x21','\x82','\x07','\x71','\xaa','\xe0','\xf4','\x49','\xfa','\x3e','\x6c','\x3e','\x39','\x4f','\x9f','\x5c','\x48','\x0d','\xa9','\x89','\xca','\x9d','\x0f','\x0c','\x42','\x9d','\x75','\xd4','\x12','\xa6','\x89','\x43','\xec','\x1e','\xdf','\xa7','\x35','\x4f','\xe3','\x5a','\x0d','\xeb','\x43','\xd2','\xe9','\xb9','\xec','\x30','\x73','\x83','\x55','\x52','\x8c','\xd8','\x38','\x0b','\xf3','\xfb','\x84','\xb9','\x27','\xaf','\xfb','\x4f','\x5e','\x91','\x86','\x90','\x0d','\xfc','\xe7','\x91','\x53','\xce','\x23','\x65','\x3c','\x2a','\xe2','\xd1','\x87','\x00','\x97','\xf0','\x64','\x1b','\x8b','\xab','\xeb','\xeb','\x30','\x24','\xcb','\x07','\xb8','\x8c','\x96','\x4b','\x3e','\xfb','\x57','\xc4','\x84','\xf2','\xa0','\xe9','\x7e','\xd2','\x44','\x9f','\x3a','\xd5','\xfa','\x54','\xa5','\x79','\xe6','\xb8','\x7f','\xe2','\xa8','\x7b','\xe2','\x0d','\xb7','\x6e','\x37','\xc8','\xf5','\x20','\x89','\xdc','\x3d','\xdd','\x43','\x4b','\x78','\xaf','\x19','\xc7','\xb3','\x38','\xee','\x77','\xef','\x3c','\xde','\x77','\xa1','\x27','\xe9','\x04','\xaf','\xd4','\xf1','\x27','\xbe','\x8c','\x7f','\xf5','\x1b','\xc0','\x3a','\x82','\xa0','\x0f','\xa1','\x7d','\x2a','\x66','\x5d','\xfa','\xc4','\x35','\x5c','\xc9','\x35','\x8d','\x61','\xc3','\x01','\x67','\x23','\x03','\xe7','\x9a','\xb0','\x2f','\x35','\xd8','\x9d','\xac','\x9d','\xf4','\x8c','\xdd','\x06','\x24','\x2e','\x8f','\x24','\x6d','\x92','\x3c','\xb7','\x97','\xc9','\x06','\xdb','\x24','\xa8','\x4c','\xf4','\x49','\x26','\xd4','\x0e','\x9a','\xe6','\x27','\x4d','\xf3','\x53','\xcf','\x7d','\xe3','\x53','\xe6','\xe0','\x99','\xc9','\xe1','\x13','\x9f','\xf9','\xee','\x89','\xcf','\xfc','\x93','\xfa','\xe7','\xea','\xe4','\xd0','\x1e','\x52','\xf8','\x25','\xb2','\xf2','\x59','\x62','\xdf','\x4c','\x8a','\x22','\xe4','\xc7','\x5b','\xf4','\xbc','\xf4','\x3c','\x1e','\x88','\xe3','\xe4','\xcb','\x58','\x5e','\x00','\xad','\xc3','\xb5','\x31','\xb2','\x53','\x9a','\x0f','\xfc','\x27','\xed','\xed','\x43','\x18','\xd6','\xa1','\x8d','\x87','\x10','\x64','\xd6','\x30','\x04','\xe4','\x30','\x0e','\xf3','\x48','\x81','\x8f','\xcf','\xde','\xce','\xf8','\x28','\x28','\x5d','\x77','\xdb','\x5a','\x0b','\x46','\xc3','\xb5','\xf7','\x32','\x99','\xf5','\xa2','\x1c','\xbc','\x28','\x93','\x9f','\xb6','\xc9','\x2e','\x94','\xfa','\x1b','\xf4','\xc9','\x8f','\x45','\x3f','\x15','\xf8','\xac','\xcc','\xff','\xcd','\x3f','\x39','\xb3','\x6b','\xff','\x09','\x46','\x7f','\xf3','\x4f','\xea','\x1f','\x8b','\x82','\xc3','\xf0','\x63','\x11','\xf2','\x23','\x91','\x24','\x02','\x12','\xf3','\x3b','\xf3','\xc5','\x63','\x24','\xf1','\xd8','\x14','\x1e','\x18','\xef','\xf9','\xc6','\x78','\xe0','\x4f','\x31','\x89','\xcc','\x5e','\xbc','\x2f','\xaa','\xee','\x63','\x74','\xdd','\x7b','\x72','\x4e','\x1d','\x8a','\x66','\x86','\x82','\xa0','\x82','\xe7','\x0d','\xe2','\x38','\xf9','\x13','\xf8','\x94','\xd9','\xf3','\xe2','\x35','\x3c','\x9d','\xc6','\xf9','\x38','\x56','\x61','\x3d','\xf3','\x1b','\xc6','\xce','\xfd','\xa0','\xb9','\x24','\x4f','\xcc','\x22','\x51','\x64','\xc3','\xee','\x57','\xf9','\xf6','\x4c','\xf3','\x24','\x23','\x32','\xec','\xd3','\x16','\xd7','\x7c','\xd8','\xf7','\x7b','\x18','\x76','\x38','\x77','\x13','\x5c','\xf3','\xbb','\xf8','\xc8','\x76','\xb8','\x97','\x88','\x2d','\xcc','\xd4','\x99','\x4e','\xce','\x2b','\xf6','\x9a','\xd3','\x48','\xe8','\xcc','\x23','\x71','\xe6','\x0c','\xa7','\x91','\x1f','\xd9','\x0e','\xa0','\x59','\x8a','\xa8','\x20','\xe2','\xc7','\xd2','\x7e','\x56','\xc4','\xc9','\x59','\xbc','\x57','\xc4','\x11','\x11','\x47','\x8f','\x60','\x79','\x12','\xf7','\xde','\x4b','\xf9','\x25','\x52','\x95','\xdb','\x3a','\xa5','\x4a','\x6a','\x5b','\x23','\x83','\x3e','\x7e','\xc2','\xaf','\x52','\xb8','\x19','\x03','\x55','\x41','\x81','\xe4','\x46','\xe4','\x4a','\x9d','\xfc','\x1a','\xc7','\xe2','\xfc','\xe7','\x24','\x79','\x81','\x90','\xbd','\x04','\x90','\x79','\xdc','\x3a','\x41','\x9d','\x90','\xf3','\x9f','\x33','\x3e','\x6f','\x23','\xb5','\xa1','\x90','\x46','\x0a','\x37','\xf2','\xb8','\x61','\xa2','\x9b','\x08','\x35','\xdc','\x58','\xa3','\xea','\x35','\xf2','\xcf','\xd7','\xf6','\x1c','\x02','\x97','\x48','\x31','\x1e','\x0b','\xaa','\xa2','\xbf','\x43','\x7f','\xba','\x8d','\x40','\x9c','\x3e','\x05','\x54','\x3b','\xe0','\x12','\x26','\xc0','\x86','\x27','\xc0','\xf4','\xeb','\xa4','\x07','\xea','\x9c','\x81','\xac','\x1d','\x83','\xdc','\xaf','\x3f','\xfb','\xfc','\x17','\xea','\x48','\x24','\x9d','\x7b','\x07','\xba','\xc1','\xe1','\x2a','\x0a','\x77','\x4c','\xab','\x6b','\xc8','\xcf','\x9d','\xfb','\xa6','\x1d','\xda','\xf1','\x45','\xc1','\x67','\xf6','\xdd','\x0b','\xe1','\x0d','\x72','\xda','\x15','\x01','\xec','\xb1','\x19','\x72','\xb6','\x0e','\x73','\x9b','\xe1','\x04','\xfc','\x8d','\x3d','\x99','\x62','\xba','\x91','\xca','\x63','\x54','\xd9','\x96','\x5a','\xac','\x49','\x4b','\xb5','\x68','\x5c','\x6c','\x57','\x3b','\x88','\x4c','\x9d','\x6f','\x67','\xeb','\x47','\x19','\x57','\xd2','\x37','\x57','\xd1','\x38','\xd2','\x6e','\xb6','\xd5','\x71','\x59','\x7d','\xaa','\xad','\x2d','\xcb','\xea','\xf8','\x83','\xea','\x53','\x7f','\xa7','\xb9','\x9d','\xb8','\xb6','\x9d','\xc7','\xe7','\x90','\x5f','\x6d','\x21','\x21','\x70','\x63','\x47','\xec','\x4f','\xfe','\x32','\x12','\xce','\x20','\xd1','\x45','\xd3','\xfc','\x75','\xa2','\x70','\xb7','\xd2','\x51','\xdb','\x42','\x03','\x30','\x94','\x32','\x1b','\xdb','\x99','\x98','\x95','\x8b','\x7c','\x90','\xd9','\x68','\x40','\x78','\x2c','\xc7','\xf6','\x89','\x12','\x35','\x74','\x0d','\xe5','\x1a','\xb8','\x02','\x5d','\x75','\x79','\xa8','\xb2','\xe0','\x4a','\x4b','\x88','\x71','\x6c','\xb4','\xba','\x9a','\xde','\xd2','\xce','\x92','\x5c','\x9c','\x65','\xf6','\xad','\x4f','\x04','\xff','\xed','\x08','\xab','\xd8','\xda','\x5d','\x89','\x16','\x03','\xed','\x9e','\x42','\x7f','\x27','\xa5','\xfd','\x0d','\x91','\x04','\x12','\xb4','\xaf','\x61','\x74','\x2d','\xd1','\x32','\x65','\xb3','\x4a','\xcc','\x15','\x65','\xf1','\xca','\xe0','\x52','\xfc','\x90','\x23','\xdd','\x6f','\xde','\x9f','\xb7','\xd1','\x2f','\xde','\x5c','\x85','\xf8','\xff','\xb0','\xe4','\x42','\x10','\x93','\x6a','\xe2','\x0e','\xe8','\x90','\x89','\x3b','\x93','\x60','\xf0','\x92','\x4f','\xfa','\x7e','\x5f','\xb5','\x9a','\xd0','\x75','\x71','\x5b','\x7f','\xfc','\x38','\x5b','\x3c','\x32','\x12','\x30','\xb5','\x2e','\xb6','\x8b','\xa4','\x5a','\x1e','\x71','\x4b','\x47','\xec','\x53','\x52','\xb5','\x44','\xd2','\xe5','\xf7','\x1a','\xc5','\xa4','\x0d','\x17','\xd9','\xfd','\xf6','\x73','\x87','\xec','\x72','\xba','\xcd','\x91','\xe8','\x6b','\x26','\x1b','\xae','\x59','\x5b','\x9f','\xc5','\x34','\xf0','\x93','\xf5','\x26','\x04','\x26','\x50','\x1f','\x99','\xd3','\xc2','\x82','\x0e','\xf0','\x59','\x3c','\x44','\xce','\xc7','\x32','\x1e','\x4e','\xe1','\x3f','\xa6','\x38','\xe9','\xe2','\xbb','\xcc','\x88','\xab','\x33','\x11','\x80','\xdf','\x76','\x20','\x3d','\x19','\x42','\x80','\x2b','\xa2','\x01','\xae','\xc8','\xda','\xbc','\xbb','\x4b','\xd2','\xd2','\x6c','\x34','\x25','\x80','\xdb','\x40','\xe8','\x33','\x10','\xbe','\x0b','\x58','\xdf','\x65','\x7c','\x60','\xe9','\x1d','\x0a','\xc2','\xd1','\x93','\x11','\x0c','\xf5','\xc6','\x52','\xb4','\xfd','\x69','\x14','\xdf','\x61','\xfd','\x20','\xc4','\x99','\x9b','\xe3','\x09','\x3e','\xb3','\xb8','\x8d','\xdb','\xed','\xa1','\x17','\xe7','\x3f','\xb1','\xeb','\x54','\xf0','\x27','\x8f','\xa5','\x64','\x99','\x31','\xdb','\xb1','\x6c','\xed','\x13','\x59','\xe9','\xf4','\x2b','\x99','\xa7','\xff','\xd3','\x07','\x4e','\xee','\x11','\xae','\x6a','\x81','\x3e','\x1f','\xdf','\x98','\x87','\x8e','\x9f','\xf9','\x0b','\xc8','\x15','\x5c','\xf7','\x90','\xdd','\xe8','\xbf','\x12','\xf4','\x23','\x97','\x51','\x96','\xd3','\x30','\x62','\x82','\xdb','\x15','\x5d','\xd7','\x47','\x6e','\x15','\xb9','\xfa','\x46','\xbf','\x0b','\x38','\x96','\x9a','\xc2','\xc2','\x2a','\x4e','\x6c','\x6f','\xc7','\xed','\x67','\x4d','\xa5','\x83','\xbf','\x57','\x3b','\xb2','\x9a','\x8a','\xab','\x04','\x87','\xa4','\x24','\xe7','\x95','\xe0','\x96','\x12','\x21','\x44','\x5c','\x90','\x8f','\x28','\x78','\x50','\x0b','\x06','\x32','\xa3','\x03','\x05','\x3a','\x0c','\x98','\x9d','\x74','\x44','\xa2','\x51','\x4c','\x1f','\x70','\x28','\xd3','\x30','\xaa','\x32','\xd5','\x49','\x15','\xd0','\xf0','\x06','\xe1','\xe6','\x02','\x01','\xdc','\xd2','\x41','\x82','\x56','\x89','\xe8','\x92','\xb4','\x9d','\xe4','\xca','\x73','\x44','\x70','\x00','\x84','\x59','\x00','\xf0','\xed','\x01','\x4e','\xc3','\x42','\x6d','\x58','\x0b','\x46','\x04','\x3b','\x2a','\xd8','\x0f','\xcc','\xd8','\xbe','\x70','\xae','\x2a','\x9c','\xd3','\x85','\x73','\xdc','\x09','\x92','\x6d','\x43','\x1f','\xf1','\x7b','\x99','\x75','\x4d','\x98','\xdf','\x1d','\x08','\x42','\x20','\x2c','\x82','\x53','\x59','\x3f','\x23','\x01','\x28','\xdb','\xeb','\x64','\xd3','\xfe','\x30','\xc1','\x11','\x82','\xc5','\x15','\xec','\x13','\x5c','\xe5','\xf1','\xa9','\xe0','\xe7','\x90','\xf6','\xa0','\xec','\xfa','\xe5','\x12','\x99','\x51','\x23','\x79','\x31','\x08','\x56','\xa4','\x08','\x89','\x8a','\x75','\xf9','\x08','\x42','\x83','\x48','\x1a','\x60','\xaf','\xc6','\x47','\x86','\xd1','\x08','\x64','\xa2','\x75','\x1f','\xb0','\x37','\x8f','\x0f','\x84','\xc4','\xda','\x9b','\xf2','\x06','\xba','\xcd','\xe0','\x5d','\x50','\xa8','\x04','\x24','\xb3','\x6e','\x1e','\x9a','\xc3','\xfd','\x8c','\xce','\xe1','\xfe','\x08','\xce','\x46','\x08','\x90','\x48','\x86','\x45','\x25','\xc2','\x49','\x74','\x55','\x1f','\xa9','\x55','\x94','\xd1','\xd3','\x1d','\x6f','\xd2','\x14','\x92','\x3a','\x58','\x7c','\x02','\x1b','\x1f','\x14','\x2c','\xa2','\xc8','\xee','\x0e','\x48','\xf5','\x20','\xc1','\x03','\x9c','\xd8','\x1b','\x0d','\xa7','\xbd','\x11','\x82','\xa3','\x04','\x56','\xf4','\xfa','\x7b','\x85','\x2f','\xc5','\x28','\x82','\x52','\x90','\x62','\x58','\x21','\x11','\x99','\x44','\x71','\xf2','\xfa','\x07','\xc1','\x1d','\x70','\x6d','\x8b','\x44','\xd1','\x91','\xf3','\x68','\x50','\x22','\x83','\x09','\x6f','\x60','\x97','\x3d','\xdc','\x0b','\x43','\x3d','\x62','\x05','\x51','\x51','\x7f','\x60','\x56','\xf7','\x23','\x6a','\x55','\xa2','\x3a','\x30','\xa3','\x34','\x52','\x3a','\xfe','\xe1','\xa9','\x35','\xf8','\x35','\x2b','\xe8','\xcc','\x57','\xbf','\x13','\x82','\x0c','\x0f','\x66','\x9d','\x01','\x4e','\xc3','\x9a','\x37','\x9c','\x73','\x46','\x44','\x37','\x1a','\xbb','\xfa','\xc0','\xef','\x5f','\xf5','\x7b','\x16','\xaa','\xbb','\xea','\x7a','\xef','\x45','\xb4','\x76','\xce','\xaf','\x90','\x54','\xba','\x6b','\xe7','\x32','\x13','\x9b','\x1b','\x3b','\xb0','\x7e','\xae','\xb4','\x8f','\x48','\xac','\x3f','\x68','\x10','\x4b','\x03','\x89','\x60','\x98','\x48','\xc3','\x07','\x1b','\x23','\xbf','\x71','\x2f','\xba','\x57','\x7a','\xe0','\x65','\xc9','\x27','\x85','\x2a','\x29','\xeb','\xe9','\x7b','\x28','\xd1','\xec','\xe0','\x1e','\xe8','\x52','\x0a','\x90','\x00','\xc1','\x99','\x68','\xef','\x29','\x00','\x14','\x42','\xa7','\x96','\xa3','\xa7','\x96','\xcf','\x9f','\x5a','\x2e','\x3c','\xe7','\x15','\x4e','\x2d','\x97','\x4f','\x2d','\x97','\x18','\x3d','\xe7','\x45','\x4d','\x37','\x66','\xba','\x9e','\xbe','\x5c','\xbd','\xed','\xeb','\xe0','\xa9','\xe5','\x02','\x16','\x1f','\x6a','\x44','\xf8','\x7d','\x8a','\x1c','\x41','\x71','\xd1','\xc6','\x45','\x29','\xfd','\x93','\x60','\x77','\xd4','\xee','\x97','\xcd','\x43','\x0b','\x74','\xc6','\xe6','\xc7','\xf2','\xd5','\x10','\x62','\xc4','\xb5','\x20','\x01','\x99','\xcb','\x48','\x32','\x61','\xbf','\xa0','\x55','\x17','\xbd','\x76','\x43','\x78','\xf9','\x86','\x88','\x6f','\x48','\x68','\x89','\x40','\xaa','\x8c','\xe9','\xfb','\xb5','\x23','\x77','\x8e','\x16','\x71','\x82','\xe3','\xf5','\x29','\x4b','\x58','\x6d','\xc0','\xa1','\x91','\x88','\x53','\x12','\x98','\x4b','\x90','\x4b','\x04','\x99','\x4c','\x41','\xa8','\xc6','\xb9','\xbe','\xb1','\x53','\x3b','\x26','\xcf','\x3c','\x75','\x46','\x4e','\x7b','\x09','\x4f','\xc7','\x48','\xc7','\x29','\x1d','\x93','\x90','\x18','\x53','\x55','\x19','\xc9','\x04','\x8e','\xba','\x09','\xe0','\x9d','\xa5','\x55','\x1e','\xa0','\xb1','\xad','\x1d','\x9d','\xb7','\x63','\x6e','\x39','\x67','\xd8','\x8c','\x42','\xc3','\x86','\x35','\xd2','\x25','\x91','\xa9','\xbb','\xac','\xcf','\x1b','\xdb','\xe9','\x8d','\xda','\xea','\xbc','\xa9','\xbf','\x41','\x6d','\x97','\xc2','\x7d','\x44','\x04','\x4b','\x39','\xdf','\xfa','\x19','\x2b','\xd7','\x09','\x77','\x49','\x7e','\x01','\x93','\xa2','\xa7','\x14','\xf1','\xe0','\x5d','\xc6','\x6c','\xee','\x3f','\xce','\x1d','\x3f','\x6d','\xc2','\x57','\x2c','\xd4','\x65','\xb2','\x29','\x40','\x63','\x8b','\x57','\xe4','\xfd','\xda','\xe9','\xe6','\x8f','\x40','\x70','\xf5','\x0d','\x2f','\x88','\x78','\x9a','\x09','\xa4','\x77','\xc0','\x4c','\x36','\x3b','\x93','\x6f','\x9e','\xf7','\x87','\xa3','\xf6','\x80','\x6c','\x1e','\x51','\xe8','\xac','\x4e','\xf9','\xa4','\xeb','\x1c','\xbb','\x8b','\x2d','\xf3','\x77','\x34','\x37','\xae','\xf2','\x48','\x99','\x0e','\x2a','\xc8','\xb6','\x2e','\xdd','\xaf','\x3f','\xe0','\x33','\x0c','\x20','\x17','\x9e','\xcd','\xd1','\x44','\xb3','\x94','\x84','\xb9','\x98','\x39','\x76','\x1d','\x5d','\xa5','\x91','\x2a','\x8d','\x50','\x20','\x31','\xaf','\x05','\x24','\xed','\xff','\xbc','\xf1','\x59','\xb3','\x46','\xc1','\x20','\xe5','\xc7','\x35','\xcc','\x08','\xc9','\xe3','\xe4','\x95','\x5c','\xf0','\x7a','\x37','\x1e','\x87','\x8f','\xde','\x96','\x76','\xe6','\xa1','\x9d','\x39','\x44','\x43','\xe7','\x8d','\x6e','\xa2','\x0a','\x18','\x19','\xb4','\xe6','\xbf','\xd1','\x09','\xde','\xb1','\x99','\xcd','\x2e','\x02','\xb0','\xc8','\xc1','\x2a','\xc2','\xdb','\xdb','\xd1','\x17','\xd4','\xab','\x1d','\x7b','\x10','\xd2','\xac','\x66','\x83','\xd5','\xee','\x58','\x6c','\xac','\x2b','\x39','\xc8','\xcd','\x8a','\x3a','\x0e','\xb1','\xdb','\xf7','\xd7','\x7d','\xdb','\x59','\xab','\xd8','\x1c','\xc5','\x40','\xfd','\x39','\xed','\x74','\xd7','\x73','\x08','\x75','\xd8','\xd5','\xbd','\xd7','\xd5','\xef','\x35','\xda','\xa2','\x87','\x7f','\xe4','\xf8','\x60','\xee','\xb7','\x03','\xc7','\x45','\x8f','\xfa','\x90','\x44','\x41','\x92','\xe0','\x72','\x40','\x82','\x4a','\x2a','\xe6','\xc3','\xa9','\x32','\xf7','\x23','\xe1','\x86','\xc3','\xfd','\xf9','\x46','\x37','\xa5','\xd1','\x7d','\xf2','\x1c','\xd1','\x6e','\x7a','\x23','\x17','\xce','\x3f','\x77','\x68','\xc7','\xa6','\x33','\x75','\x1e','\xfe','\xf3','\x2f','\x10','\xba','\x0b','\x3a','\x43','\x0c','\xb5','\x53','\x48','\xbb','\x1b','\xbc','\xde','\x9d','\xe5','\x35','\x17','\xc7','\x75','\x9b','\x7d','\x87','\x71','\xb6','\xe9','\x5c','\x8a','\xf2','\x4d','\xb1','\x3e','\xef','\x9d','\x49','\xe7','\x18','\x65','\x8c','\x04','\x46','\xb3','\x11','\x71','\x36','\x12','\x13','\xc5','\x94','\xc8','\xb4','\x73','\xbf','\x93','\xbf','\xa0','\x8c','\xd3','\x81','\xbf','\x7b','\x17','\xea','\x57','\xdc','\x43','\x57','\x75','\xc6','\xf5','\x25','\xc1','\x0b','\xb4','\x2e','\x40','\xca','\x13','\x4e','\x2e','\xeb','\x5b','\xaf','\x80','\x63','\xad','\x98','\xb5','\x21','\xc3','\x05','\x0f','\x5e','\xfb','\x05','\xb4','\x8e','\xd3','\xf5','\xd1','\xe3','\xb3','\x71','\x13','\xc1','\x68','\xa8','\x48','\xd1','\x39','\x5f','\x42','\x6b','\x51','\x40','\x1d','\xa6','\xb4','\xf3','\xf8','\xbc','\x4c','\xc3','\x17','\x91','\x89','\x1e','\x27','\x55','\xc6','\x06','\x7f','\x81','\xbc','\x91','\xfc','\x8f','\xf3','\xbd','\xff','\x33','\x56','\x87','\x31','\xac','\xe7','\x89','\x9f','\xbf','\x9e','\x59','\x7f','\x6c','\xb0','\x44','\x36','\xb9','\xab','\x6d','\xa9','\x08','\x52','\x44','\x68','\x44','\xc4','\x5a','\x24','\x26','\x89','\xa9','\x30','\xfe','\xeb','\x3e','\xef','\x15','\xe6','\xd7','\x80','\x4b','\x89','\xb4','\x8f','\x47','\x51','\xaa','\x8c','\x0e','\x36','\xf0','\xe9','\x98','\xef','\x74','\xc0','\x19','\xd8','\x4a','\x0a','\xd6','\x80','\x1a','\x18','\xed','\xdc','\xce','\x1c','\x95','\x63','\x28','\xce','\x3f','\xdf','\x73','\x3b','\x48','\xce','\xab','\xc9','\x2f','\xe5','\x9f','\xf8','\x26','\x7d','\xe2','\x9c','\xf9','\x1b','\xb3','\xe6','\xe5','\x19','\x37','\x69','\x33','\x4d','\xc0','\x4d','\xce','\x56','\x93','\x35','\x0d','\x8e','\x3c','\xe9','\x16','\x3e','\xaf','\xf7','\xcb','\x14','\xda','\xb9','\xc0','\x44','\x8e','\xab','\x60','\x83','\x4d','\x22','\x07','\x28','\x50','\x48','\x39','\x95','\x7e','\x1f','\x02','\x0f','\xc8','\xc4','\x35','\x32','\xf1','\x03','\xd2','\xba','\x41','\x17','\x7f','\x70','\x60','\xe9','\x73','\xfd','\x8e','\xa6','\xd3','\xb4','\x8d','\xb6','\xcb','\x8b','\x0d','\x72','\xb0','\x8b','\x26','\x1a','\x25','\x7a','\x0c','\x4e','\x89','\x4d','\x3e','\xe0','\x2b','\xbd','\x75','\xa7','\xff','\x32','\xfe','\x08','\xbe','\xba','\xa5','\x9d','\x78','\x3c','\xc5','\xf3','\x13','\x41','\xb0','\xc9','\xda','\x19','\x16','\xfb','\xd5','\x4f','\xb4','\xa7','\x78','\x82','\x9e','\xce','\xa9','\x16','\x47','\xe1','\xfe','\x48','\xbe','\x01','\xa9','\x5f','\xb2','\x1d','\xf8','\xe6','\xe6','\x81','\xe0','\x1d','\x7a','\x10','\xd3','\xff','\x09','\xd3','\x37','\x9d','\x2c','\x69','\x8e','\x92','\x26','\x3c','\x47','\x9d','\x6b','\xb2','\x1d','\xdb','\xb1','\xef','\xe3','\x78','\x0f','\x9d','\x8c','\x61','\x2c','\xf5','\x25','\x3e','\xa8','\xe2','\xd8','\x39','\x2c','\x45','\x82','\x7b','\xe2','\x54','\x2c','\xd0','\xef','\x3f','\xef','\x70','\xea','\xa9','\xf9','\x3d','\xd7','\x50','\xb0','\xca','\x51','\x80','\x0e','\x78','\x78','\x64','\xb9','\xe7','\x3f','\x2e','\xf7','\x8d','\x2c','\x7b','\x23','\x7f','\x55','\x19','\x69','\x1a','\x3c','\xb5','\x13','\xa6','\xd2','\x14','\xe0','\x96','\xa3','\xad','\xf3','\x35','\x4f','\xd9','\x7a','\x5e','\xe8','\x1a','\x41','\xcc','\xf6','\x9f','\xd8','\x76','\x52','\xb1','\x61','\xb3','\xdf','\x7f','\x9c','\xbb','\x72','\x99','\x5f','\xf1','\xc4','\xa5','\xc5','\x26','\x06','\xec','\x5c','\x87','\x8d','\xc9','\xed','\xb7','\x1c','\x24','\x38','\x6a','\xd6','\xd1','\x7e','\xca','\x2f','\xe8','\x69','\x08','\x42','\x80','\xb5','\xd5','\x29','\x4a','\x77','\x18','\x67','\xd8','\x17','\x51','\xca','\x38','\x0f','\x5a','\x0c','\x5d','\x17','\x6c','\x94','\x73','\x51','\x4a','\x16','\xde','\x76','\xa6','\x91','\x07','\xa1','\x91','\x37','\xc0','\xae','\xe9','\x3e','\x8f','\x0a','\x6f','\xd7','\xa6','\xd1','\xb6','\xf1','\x81','\x76','\xcc','\x70','\x9c','\x11','\x37','\x8b','\xc2','\xb2','\x03','\x21','\x45','\x24','\x97','\x44','\x6f','\x6f','\x00','\xd7','\xc2','\x49','\x56','\x37','\xb7','\xc9','\x2f','\x3e','\x3e','\xac','\x3f','\x82','\x8b','\xd2','\xad','\x44','\x5b','\x8f','\xaa','\xa6','\x44','\xed','\x6e','\x8c','\xd2','\x9e','\xcd','\x51','\x4b','\x9b','\xa2','\xc3','\x76','\xe4','\x87','\x33','\x22','\x05','\x90','\x43','\x09','\x49','\x51','\x60','\x89','\x74','\x33','\x97','\x4e','\x6f','\x49','\x45','\x77','\x9f','\x76','\xc2','\xf7','\xea','\x9f','\xc7','\xda','\xed','\x35','\xaf','\xaa','\x83','\xdc','\x9b','\x0e','\x71','\x3f','\xab','\x9a','\xe6','\x38','\x59','\xc7','\xc8','\x3a','\x27','\xfa','\x1d','\x3a','\xe1','\x9c','\x38','\xfe','\x85','\x8b','\xb3','\x78','\xdb','\xfe','\xda','\xb8','\x9e','\xf9','\xfa','\x3b','\x10','\x78','\x59','\x26','\x04','\x99','\xe0','\x73','\xaa','\xc3','\xff','\xb5','\x3e','\xf2','\x1b','\x32','\x78','\xad','\x98','\xad','\xac','\x3d','\x35','\x0a','\xdd','\xba','\xaf','\x3c','\x3d','\x74','\xd5','\x64','\xdb','\x6b','\x47','\xf6','\xc5','\x3e','\xde','\x0d','\x58','\x53','\xba','\x43','\x74','\xdf','\xf5','\x13','\xbe','\x57','\x54','\x6b','\xc5','\xe0','\xcf','\x2b','\x98','\x89','\x42','\x95','\x8f','\x87','\xd6','\xce','\x0f','\xa2','\x13','\x47','\xa4','\xcb','\x41','\x40','\x24','\x9b','\x9b','\x17','\x1d','\x1c','\xec','\xa4','\x7b','\x7f','\xbe','\x11','\x45','\x4f','\xdc','\x44','\xd9','\x1a','\x0e','\xde','\xf6','\xb3','\x73','\x6c','\x88','\xe4','\xec','\x8b','\x6f','\x64','\x5f','\xea','\xb8','\xe7','\x65','\x67','\xf5','\xec','\xac','\x9a','\x3d','\x97','\xd7','\x6a','\xe9','\xac','\x03','\xf1','\xb0','\x1f','\xc1','\xc7','\x54','\x6c','\xc0','\x28','\x81','\x97','\xaa','\x92','\xfb','\x20','\xc5','\xf3','\x48','\xd1','\xdc','\x7b','\xd7','\x86','\x7b','\x7f','\x30','\xac','\xdc','\xc8','\xbd','\xf7','\x03','\x55','\xfc','\x9c','\x89','\xef','\xc3','\xc7','\xc2','\x79','\x0f','\xae','\x81','\x26','\x20','\x22','\x91','\xbd','\xba','\xc4','\x47','\xa0','\xca','\x0c','\x1a','\x35','\x46','\xf3','\xf9','\x13','\x55','\xe1','\x65','\x57','\xfa','\x65','\x94','\x7f','\xda','\x16','\x9c','\x56','\x1c','\x4f','\x57','\xa7','\x52','\x3b','\xea','\x51','\xba','\xad','\xce','\xa0','\x79','\x50','\x36','\x10','\xac','\x40','\x01','\x9d','\x0b','\x4f','\x69','\x42','\x8c','\xb8','\x2e','\x52','\x1c','\x2c','\xa7','\x8e','\x74','\x13','\x20','\xbf','\xd5','\x8e','\xe3','\xcc','\x8c','\x82','\xa7','\x6d','\xc9','\xba','\x13','\x40','\x34','\x13','\xa3','\xf9','\x86','\x75','\x31','\x30','\x71','\x83','\x91','\xe5','\x34','\x26','\x3a','\xf4','\xd7','\x13','\x4e','\xd3','\xe2','\x1f','\xd8','\xc1','\x2e','\x60','\xed','\x30','\xe5','\xa7','\x2b','\xfd','\xf9','\xa4','\xc3','\x39','\xdb','\xfa','\xd4','\xff','\x50','\x16','\x6e','\xa4','\x62','\x33','\x26','\xb3','\xd4','\xde','\xb2','\x5b','\x09','\x6f','\x3a','\xe6','\x1e','\x8c','\x32','\x7e','\xd8','\x91','\xef','\x70','\x9a','\xfd','\xb0','\x62','\x0f','\xaa','\xe6','\x21','\xa2','\x5e','\xe7','\x4e','\xce','\x69','\xc8','\xd9','\xcd','\xfe','\x7c','\x72','\xad','\x1d','\x58','\x33','\x3f','\x8c','\x0a','\x37','\xe2','\xb1','\x19','\xba','\xb5','\x9d','\xfb','\xac','\xc3','\x0e','\x3b','\x5d','\xa2','\xf8','\x20','\x2f','\xd7','\xf9','\x2a','\xfb','\x52','\x25','\xf1','\xc1','\x19','\x1c','\xbb','\x71','\x3f','\xbe','\x3a','\x1c','\xb5','\x0f','\xcd','\x9b','\xc8','\x56','\xe1','\xa5','\x20','\x4d','\xfc','\xe6','\xe0','\x0e','\xb0','\x67','\x51','\x47','\x0d','\xfe','\x29','\x12','\x56','\xdc','\x18','\x39','\x13','\xc6','\x44','\xc3','\xdd','\x6b','\x04','\x91','\xa2','\xa4','\xfd','\x24','\x18','\x8a','\xea','\xe3','\x32','\x9d','\x7d','\x68','\x41','\x14','\x25','\xeb','\xfd','\x40','\x39','\x82','\xe4','\x23','\x9e','\x6c','\x63','\x50','\xde','\x45','\x4f','\xbb','\x8b','\x68','\xd1','\xa7','\x45','\xa6','\x4e','\x41','\xc9','\xea','\xfc','\x49','\x84','\x16','\xc5','\xec','\xdd','\x80','\x2e','\x6e','\xe6','\x63','\xb2','\xdd','\x6f','\x9b','\x87','\x5e','\x36','\x6d','\x82','\x36','\xe0','\x69','\xa3','\xa0','\x9b','\x84','\x97','\x83','\xd4','\x6d','\x2a','\xc1','\xe1','\x74','\xd1','\x3b','\x83','\xfa','\x76','\x9c','\xf7','\x0b','\x61','\xd2','\xf3','\x06','\x98','\xab','\xe4','\x41','\x44','\x1e','\x42','\xc9','\xf3','\x5e','\x7a','\xd9','\x4d','\xce','\x33','\xc9','\xde','\x48','\x5e','\x09','\xc0','\xbb','\x72','\xe6','\xea','\xe0','\xac','\x52','\x8c','\xa4','\x8e','\x47','\x13','\xb5','\x2d','\x76','\xdc','\x03','\x8c','\xed','\xb8','\x7c','\x9f','\x9e','\xe2','\x59','\x5f','\x52','\x59','\x92','\x3f','\xb0','\x62','\x66','\x93','\xf3','\x59','\x12','\x3f','\xb0','\x92','\xa2','\xfc','\xd7','\x91','\xdf','\x98','\x1b','\x39','\x11','\x3b','\xb0','\xc2','\xec','\x8f','\x94','\x49','\xa8','\xde','\x76','\xed','\xdc','\xce','\xeb','\xf9','\x0a','\x24','\xe3','\x93','\xd3','\xbc','\x0c','\x2b','\x22','\x71','\xc1','\xdd','\x31','\x08','\x78','\xc5','\x5d','\xcb','\xf3','\xbe','\xc6','\x60','\x95','\xf0','\x3c','\x81','\x0f','\xf5','\x7e','\x6c','\x1f','\x51','\xcc','\x19','\xa6','\xbd','\x45','\x19','\xa3','\x5f','\xad','\x12','\x33','\x55','\x72','\xb1','\x68','\x23','\x5c','\x45','\xd9','\x34','\xbe','\x7d','\xcf','\x17','\x98','\x4a','\xdd','\x02','\xd0','\x09','\xcb','\x63','\xe5','\x1e','\x81','\x9f','\xb3','\x71','\x7c','\xe3','\x4d','\xed','\x44','\xed','\x23','\x32','\xb4','\xc3','\x8c','\x26','\x26','\x96','\xe6','\x24','\x3a','\x21','\xd1','\x81','\xfd','\x79','\x6c','\x94','\xdb','\xdf','\xfb','\x01','\x55','\x5c','\x40','\x2e','\xdb','\x7c','\x1f','\xd7','\xb7','\x61','\xde','\xb7','\xb7','\x83','\xfe','\x0f','\x9c','\x8b','\xee','\xd4','\x4e','\xf8','\xfa','\xb1','\xf4','\xea','\x5a','\x76','\x7b','\x09','\xe6','\x7d','\x75','\x73','\x6a','\x7b','\x27','\x47','\x5e','\x2e','\xca','\x4c','\x7a','\x71','\x1c','\xce','\x6d','\xeb','\x47','\xaf','\xab','\x17','\x37','\xa5','\xed','\x96','\xfe','\x7b','\xd7','\x4f','\xaf','\x6c','\xab','\xae','\xa9','\xeb','\x2a','\x63','\x62','\xc0','\x79','\xba','\x66','\x0e','\xba','\x4f','\x66','\x70','\x81','\xe9','\x00','\x8b','\xab','\x31','\x04','\x71','\x88','\x3b','\xbc','\x97','\xa2','\x6a','\x37','\xdb','\xbb','\x23','\xfa','\xee','\xc8','\x38','\x5b','\x87','\x0f','\xa0','\xab','\x3d','\xfd','\x03','\xc9','\xc6','\x60','\xb6','\xce','\xc6','\xa2','\xef','\x7e','\xfa','\xf0','\x8e','\xe3','\x13','\xee','\x53','\xd8','\x9b','\xdd','\x4d','\x1a','\xaa','\xf7','\x1b','\x8f','\x43','\xb7','\x84','\x6f','\xaf','\xed','\x53','\xd6','\xc8','\x61','\xd9','\x3c','\xe7','\xaa','\x20','\x91','\x05','\x24','\x45','\x00','\x01','\xe3','\x20','\x75','\x9b','\xee','\x74','\x82','\x19','\x1a','\xd0','\x8e','\x07','\xf7','\x32','\x3c','\xd4','\x97','\x04','\x2d','\xb6','\x36','\x98','\x49','\x38','\x88','\xc8','\x11','\xee','\xc7','\x78','\xbf','\x79','\xe7','\x0b','\x55','\xe6','\xdf','\x28','\x87','\x8b','\x76','\x5f','\x32','\x45','\xde','\xac','\x93','\x7f','\x4e','\xf6','\x06','\x2b','\x20','\xb5','\xa6','\x08','\xfd','\x4b','\xd2','\x7f','\xb9','\x5e','\x48','\xd6','\x6d','\x42','\xb6','\xce','\x17','\x32','\x0f','\xd5','\xe9','\xcc','\x6b','\xb4','\x6b','\x7c','\xb5','\xa4','\x69','\x8b','\xa0','\x38','\x13','\xa5','\x89','\xb7','\x57','\x21','\xcb','\x14','\x27','\x56','\x07','\x20','\x74','\xb6','\x92','\xde','\xba','\x86','\x8b','\x29','\x8a','\xf1','\xc6','\xf7','\x5a','\xeb','\x4c','\xb8','\x7e','\x36','\xc0','\xa2','\x46','\x63','\xc1','\x8f','\x3a','\x9d','\x44','\x21','\x1b','\xa1','\xe9','\x3b','\xbe','\x72','\x94','\x2a','\x05','\x9a','\x6e','\x80','\x5d','\xb9','\xc3','\x7b','\x45','\x54','\xeb','\x7d','\x7b','\x52','\x44','\x93','\x11','\xc9','\x7a','\x3b','\x30','\x4b','\xc8','\x3c','\x85','\xac','\x16','\x9e','\x14','\x7d','\x66','\xe8','\x58','\xfc','\x92','\x79','\x43','\x68','\x76','\x27','\xee','\x78','\x63','\x3b','\x03','\x9c','\xaf','\xda','\xb6','\x1a','\xeb','\x47','\x85','\xac','\x3b','\x3a','\x61','\x3f','\xc2','\xd6','\xcf','\xcf','\x82','\x78','\x44','\x49','\xff','\x7e','\x6a','\xf4','\x59','\xd2','\xe8','\x67','\xbc','\xf5','\x5a','\xd0','\xbe','\x46','\x5c','\x93','\xba','\xe6','\x93','\xf6','\x6a','\x4c','\xb8','\xb2','\x6f','\x29','\xde','\x6a','\xee','\x24','\x4f','\xbf','\xa4','\x5e','\x88','\x71','\x8b','\xe6','\x76','\x00','\x6f','\xb3','\x5b','\x26','\x09','\x3f','\x79','\x0e','\x82','\x68','\x58','\x99','\x9c','\x85','\x32','\xcb','\xe8','\x4a','\x30','\x78','\x0e','\xe2','\x16','\x8f','\x4b','\xf1','\xad','\x7c','\x2c','\x6a','\x0f','\x32','\x3d','\x21','\xaa','\x5e','\x78','\x46','\xc2','\xbf','\x1b','\x60','\xb3','\x1c','\xb4','\xca','\xb8','\x54','\xc0','\xe5','\x06','\xfe','\xbb','\xaf','\xe1','\x09','\x48','\x73','\xe6','\x69','\x5e','\x25','\x8b','\x8d','\x2c','\xbf','\xee','\x64','\x65','\x16','\x4f','\xf1','\x9c','\x14','\x3b','\xad','\xe7','\xc7','\xb4','\xbd','\x4e','\x6e','\x2f','\xc9','\x89','\x6a','\xce','\xf2','\x34','\xc9','\xce','\x45','\x75','\xf0','\x18','\x94','\x69','\xae','\xb7','\xae','\x7d','\xec','\x57','\x72','\x4f','\x8f','\xe6','\xbe','\xa0','\xe7','\x04','\x34','\xd8','\x53','\x2d','\x3e','\x9f','\x3a','\xfe','\x28','\xae','\x89','\x3b','\xf1','\x8d','\xc1','\xc7','\xb4','\x87','\x70','\x4e','\x54','\x58','\x23','\xb9','\xa8','\xad','\x61','\xde','\x48','\x2f','\xcd','\x0d','\xa6','\x72','\xff','\xe4','\xb8','\x36','\x5f','\xcb','\x3d','\xc0','\xfe','\xab','\x9d','\xcb','\xca','\x83','\x49','\xb5','\xd8','\x4b','\xa0','\x9d','\x23','\x78','\xfb','\x38','\xd7','\xec','\x0c','\x2c','\xe5','\x55','\x57','\x42','\x76','\xe1','\x51','\xcf','\xfa','\x00','\x17','\x32','\x98','\x55','\x58','\x69','\xdd','\xc3','\xcf','\x3c','\xea','\x25','\x24','\xfc','\x48','\x03','\x3f','\x72','\xd2','\xcb','\x4c','\xa2','\x82','\x98','\xaf','\x49','\x00','\x9c','\xbe','\xbd','\x3f','\x2f','\xaa','\xaa','\xdc','\xef','\x3e','\xf2','\x1b','\x0b','\x03','\x2f','\x32','\x05','\x7e','\x0e','\xa6','\x55','\xb0','\xa3','\xfa','\xfc','\xc1','\x33','\xaf','\x47','\xf5','\xe6','\xc1','\x33','\x27','\xa2','\x7a','\xf5','\xe0','\x99','\x81','\xa8','\xfe','\xb9','\xe8','\xd4','\x7f','\x0d','\x16','\xbf','\x76','\x46','\x4c','\xe8','\x58','\xdc','\xd2','\x0e','\x6c','\x31','\xc4','\xf8','\x86','\xab','\xfd','\x74','\x41','\x98','\x71','\x84','\x99','\xff','\xee','\x76','\xd8','\x7c','\x8d','\xb0','\xf9','\x22','\xe6','\x91','\x83','\xa6','\xfd','\x39','\x0e','\x45','\x82','\x56','\x53','\x81','\xd6','\x42','\xf1','\xf4','\x74','\xbb','\xf7','\xf0','\x3c','\x23','\x56','\x09','\xf5','\x87','\x35','\xcc','\x73','\x5e','\x39','\x03','\x5e','\xa6','\x3b','\x8c','\x8f','\x2a','\xf5','\xca','\xc1','\x4f','\xeb','\xf2','\xec','\xee','\x47','\x07','\x83','\xc7','\xbe','\xa5','\xaa','\xbf','\xa4','\x6a','\x3f','\xd8','\x2f','\x89','\xfe','\xf8','\xb0','\x6a','\xfd','\x9d','\x5a','\x1a','\xde','\xff','\x3b','\x39','\xdf','\xfa','\x8e','\x5a','\xf9','\x8e','\x6a','\x0e','\x0f','\x4c','\xbc','\x1f','\x98','\x93','\x61','\x1e','\x55','\xdb','\x98','\xb1','\x8d','\xb7','\xec','\xca','\xa2','\x5d','\x99','\xb1','\xc1','\x71','\xf1','\x50','\x18','\x21','\x02','\x4e','\x02','\x7d','\x82','\xbd','\x8f','\xfb','\x31','\x1e','\x5c','\x0c','\xfd','\x64','\xec','\x6e','\x6a','\xe6','\xcd','\x7e','\x8c','\xa9','\x16','\x26','\xae','\x51','\x77','\x8d','\x15','\xf7','\x74','\xdd','\x3d','\x0d','\x5e','\x19','\xcb','\xb8','\x7e','\x33','\xf8','\xaf','\x0d','\x9c','\x6e','\x62','\xf2','\x46','\x1f','\x69','\xed','\xab','\xbb','\xa9','\x15','\xf7','\xe0','\x8a','\x3b','\x44','\xdc','\x0a','\xfb','\x30','\x71','\x1d','\x72','\x03','\x33','\x4a','\xdf','\x00','\xac','\xbd','\x6a','\x80','\xf5','\xe9','\xd0','\x5f','\xd4','\xb8','\x12','\x74','\x60','\x4e','\xe7','\x71','\x4f','\xc2','\xc7','\x06','\x38','\xa0','\x86','\x3f','\x7d','\x18','\xef','\xbb','\xe8','\xa5','\x9a','\xf8','\x60','\x13','\x0f','\x61','\xa6','\x4f','\x23','\x03','\x77','\xfd','\x91','\x14','\x7e','\xef','\xa8','\x22','\xac','\x87','\xe9','\xa0','\x91','\xe2','\x76','\x4e','\x3f','\x92','\xbd','\x3c','\x25','\x04','\xe3','\x54','\x94','\x90','\x69','\x42','\xfe','\xbc','\xbe','\x57','\xe9','\x5c','\xda','\xa2','\x35','\x68','\x7d','\x7e','\x7f','\x2a','\x85','\x97','\xd4','\x90','\x96','\x9a','\xdf','\x3b','\x70','\x0f','\x4f','\x63','\x16','\x19','\x0d','\xfb','\x74','\xcd','\x3e','\x1d','\xd5','\xe3','\xd8','\xc4','\xf3','\x34','\x78','\x23','\x85','\xd5','\xdb','\xf8','\xf8','\x3d','\x70','\x2a','\x60','\x64','\xa3','\x27','\xaf','\x92','\x21','\xb6','\xb9','\x28','\x31','\x28','\xe9','\x64','\x40','\xe2','\xf9','\x3d','\xc3','\xca','\x8e','\x79','\x07','\x04','\xc7','\x8e','\x13','\xb3','\x4d','\xf3','\x55','\x37','\x7d','\x84','\xe9','\xd8','\x29','\x5d','\x22','\x3c','\x06','\x3c','\xc9','\xd9','\xda','\xdf','\x21','\xe1','\x4d','\x24','\xd6','\x99','\x3e','\x56','\x5d','\xd3','\xc7','\x3a','\xe3','\x73','\x3d','\x30','\x16','\xed','\xd3','\x33','\xe8','\xb4','\x80','\xe2','\x03','\x12','\xbe','\x1e','\x04','\x7f','\x5b','\xc0','\xc3','\x40','\x7d','\xc3','\x85','\x7d','\x8c','\xbe','\x53','\x78','\xf2','\x3b','\x85','\xa1','\xe1','\x42','\x65','\xb8','\x60','\x0c','\x17','\x9c','\xe1','\xce','\xff','\x02','\xf1','\x3c','\xbc','\x71','\x15','\x1c','\x81','\x8c','\x6b','\x92','\xb1','\x2a','\x9d','\xbe','\x56','\x3e','\x7d','\xe0','\x83','\x38','\x95','\xf0','\x35','\x89','\x09','\x61','\x9e','\xb4','\xf7','\x83','\xbe','\xe1','\xcc','\x3e','\x46','\xdf','\xc9','\x3c','\xf9','\x9d','\xcc','\xd0','\x70','\x26','\x4c','\xe9','\xbb','\xc9','\xbf','\x25','\x6c','\x07','\xf1','\x76','\xd8','\xfa','\x59','\xeb','\xcf','\x6e','\x8c','\xaf','\xf8','\xc1','\x4a','\xe7','\x28','\x02','\xfc','\xc7','\xb8','\x0b','\xd9','\x93','\x57','\x42','\xff','\x31','\x6c','\x10','\xec','\x6c','\x4e','\x9a','\xcc','\x08','\xda','\xe1','\xc9','\x7c','\x9f','\x16','\xec','\xd3','\x5f','\x77','\x4e','\x6b','\x7e','\x9c','\x5b','\x80','\xc1','\x2b','\x0e','\xe7','\x54','\x1d','\x7f','\x36','\x70','\x51','\x78','\xc5','\x81','\x75','\xb8','\xcb','\x36','\x1e','\x40','\x8e','\xc8','\xbd','\x70','\xa5','\x16','\xc6','\x16','\xe4','\x16','\x6b','\x49','\x10','\x76','\x4c','\x91','\xd8','\xc6','\x62','\xcc','\x1f','\x8c','\x60','\xed','\x3d','\x42','\x27','\xae','\x55','\x5c','\xf7','\xa9','\x99','\xd6','\xac','\x94','\x97','\x50','\x9a','\xa4','\x6a','\x65','\x36','\xc2','\x75','\x57','\xa8','\xdb','\xe8','\xfe','\xe3','\x0c','\xe7','\xcc','\xcc','\x30','\xb2','\xda','\xb6','\x44','\xab','\x12','\x1d','\x2e','\xe4','\xa3','\xc6','\x88','\xdc','\xfc','\x7c','\xb2','\x5e','\x7c','\xef','\x8b','\x77','\xab','\xaa','\x4b','\x75','\x34','\xd2','\xc1','\xbe','\x6e','\x09','\x97','\xef','\x3f','\x5f','\xe1','\xfe','\x7a','\xa9','\x6e','\xdc','\xf1','\x4e','\xd7','\xc9','\xe9','\x30','\x7b','\xe3','\x95','\x76','\x27','\xa2','\x87','\x90','\x3e','\x42','\xf6','\xa5','\xdb','\xfb','\x2e','\x47','\x9f','\xbc','\x1c','\x1b','\x22','\x17','\x2a','\x64','\xde','\x20','\x6f','\x38','\x70','\x16','\x54','\xc5','\xe9','\x3c','\xf6','\xd2','\x98','\xe7','\x8b','\x5c','\xdf','\xa7','\x8b','\xce','\xe9','\xeb','\x90','\xef','\x38','\x2e','\xab','\xf8','\x42','\x1e','\x5c','\xc8','\x1e','\x7c','\x0c','\xef','\x2d','\xf5','\x3d','\x54','\xd8','\xa7','\xd6','\x60','\x1d','\xce','\xb8','\x43','\x42','\xad','\xc2','\x07','\x73','\x87','\x7d','\xda','\xe9','\x8f','\x6d','\x7c','\xbf','\x76','\xfa','\x4a','\x70','\x9a','\x4a','\x71','\x1a','\xc5','\x36','\x0d','\x6e','\xb7','\x43','\x3f','\xd5','\xd0','\x2f','\x8e','\x6d','\xf9','\x27','\x67','\xec','\xa1','\xde','\x85','\xca','\xbe','\x79','\xf0','\xaf','\x63','\x06','\x67','\x7f','\x0d','\xee','\x57','\x58','\x23','\xdc','\x2f','\x37','\x1e','\xaf','\x62','\x6c','\x1a','\x8e','\x69','\x34','\xcb','\xa7','\xaf','\x07','\xa7','\xb1','\x09','\xfb','\xc2','\x31','\x03','\x17','\x01','\x1e','\x4e','\xdc','\xed','\xc3','\xb7','\xf6','\xa5','\x5e','\xdf','\x57','\x6f','\x3e','\x59','\x5f','\x19','\xca','\xb7','\x2a','\x79','\xd7','\x38','\xe1','\x3a','\x75','\xbe','\xdf','\x81','\x96','\x30','\x09','\x30','\x99','\x86','\xbc','\x30','\x69','\xcf','\xb0','\xa9','\x71','\x43','\x3f','\x3d','\x63','\x9f','\x46','\xb5','\xb8','\x16','\xe0','\x99','\x66','\xb0','\x04','\xbe','\x76','\x18','\xbb','\x7d','\xd4','\x85','\xfd','\x35','\xe3','\x3e','\x39','\x53','\x1b','\xb2','\x82','\x4a','\xec','\xaa','\x11','\xbb','\xea','\xf4','\x2c','\x00','\x1c','\x6a','\xf2','\x22','\xce','\x5e','\x08','\xbd','\xfe','\xe2','\xf1','\x3c','\x76','\xa8','\xd1','\x1c','\x7d','\x1a','\x3a','\x43','\x3f','\x0b','\x8e','\xc7','\xab','\x38','\x74','\xb1','\xe3','\x75','\xf0','\xaf','\x03','\x17','\xc4','\xd1','\x27','\x83','\x60','\x28','\x47','\x2b','\x39','\x6a','\x0c','\x53','\x67','\x74','\x0c','\x8f','\xf4','\xe1','\x3c','\x0a','\x0f','\xb6','\x58','\x09','\xe3','\xc3','\x07','\xe7','\x69','\x18','\x9c','\xe8','\x67','\xa9','\x8c','\x51','\x14','\x5f','\xf7','\x21','\x72','\x41','\x92','\x71','\x4f','\xbc','\x2f','\xf9','\xf2','\xbe','\xe2','\xb5','\x7d','\x35','\xf7','\x49','\x87','\xf1','\xb1','\x56','\x65','\xa2','\x65','\x88','\x6f','\x38','\x12','\x5b','\xee','\xb7','\x31','\x7d','\x1d','\xbb','\x0d','\xb8','\x08','\x16','\xed','\x78','\x2c','\x8f','\x6b','\xd4','\x68','\x0c','\x43','\x7f','\x24','\xfa','\x59','\xb6','\xf3','\x33','\xc3','\xec','\x2b','\x82','\x6b','\xfc','\xbb','\x72','\x7e','\xdf','\xf0','\xc0','\x3e','\x46','\xdf','\x19','\x78','\xf2','\x55','\x7f','\x68','\x78','\xa0','\x32','\x3c','\x60','\x0c','\x0f','\x38','\x83','\x3e','\x1e','\x18','\xc0','\x93','\x03','\xf8','\xf0','\x00','\x3e','\xf7','\xcb','\x38','\x92','\x09','\x37','\xbc','\xc2','\xd1','\x08','\xf9','\x11','\x35','\x25','\xba','\xba','\xf7','\x43','\x9f','\x95','\xa4','\x55','\x25','\x2b','\xff','\x2e','\x79','\x6c','\x68','\x8f','\xfe','\x28','\x5c','\x2d','\x9d','\xa7','\xa4','\xac','\xd2','\x8c','\x91','\x0b','\x7c','\xb5','\xcf','\x36','\x47','\x75','\xbd','\x4c','\x67','\x6a','\x69','\x49','\xe2','\xf0','\xbd','\xac','\x3f','\x12','\x35','\x6a','\xa3','\x46','\x10','\x9c','\xae','\x51','\xd6','\xa5','\x38','\xdb','\x7a','\x75','\x0c','\xfb','\x94','\xef','\xc1','\xce','\x3e','\xbd','\xe2','\xc1','\xbc','\x87','\xeb','\x47','\xd4','\x1d','\x51','\x87','\x38','\x26','\xd6','\xf9','\xae','\x7f','\x26','\xfa','\x0a','\xf2','\xff','\xf1','\x74','\xe4','\xd7','\x23','\xd3','\x0f','\x4f','\x1f','\x0a','\xf4','\x69','\x3a','\x2d','\x9d','\x91','\xa4','\x7f','\x26','\xe1','\x2f','\xe2','\xb3','\xbd','\x90','\xe0','\x72','\x8b','\x12','\xde','\x71','\x75','\x6b','\xe0','\xec','\xf9','\x77','\x46','\xd9','\xab','\x07','\x90','\x51','\x93','\xf1','\xe0','\x30','\xdf','\x3a','\xdb','\xec','\x4f','\x7f','\xbd','\x76','\x5a','\x0b','\x3e','\x0b','\xa9','\x5d','\xe7','\xf0','\xbe','\xd7','\x3a','\xae','\x9e','\xfb','\x5e','\x03','\xb9','\x83','\xa4','\x7d','\x41','\xf0','\xe4','\x2c','\x1a','\x1a','\x90','\x2a','\x8c','\xc9','\x6c','\xe1','\x63','\xc3','\xbf','\x85','\x87','\x0d','\xe0','\x63','\x8c','\x19','\xae','\xa2','\xa7','\x5f','\x51','\x18','\xd3','\xf8','\x6c','\x56','\xc1','\x8c','\x0e','\x78','\xc1','\x8f','\xc7','\xf1','\xc8','\x38','\xab','\xf4','\x8d','\x8c','\xef','\x63','\xf4','\x9f','\xbc','\x27','\xaf','\xe9','\x43','\x8f','\x1d','\xae','\xfc','\x4a','\x60','\x3c','\x76','\xd8','\x79','\xec','\xd7','\xf1','\xa9','\xdf','\xc3','\xff','\xe8','\x4f','\xf0','\xb1','\x08','\x9e','\xef','\xc3','\x32','\x96','\x98','\x55','\x9b','\xbe','\x1e','\x15','\x25','\x46','\xf1','\xf4','\xd8','\x83','\xa2','\xb4','\x57','\x94','\x7a','\xaf','\x8c','\xf5','\xdf','\x95','\x74','\x17','\x31','\xb9','\x1e','\xaf','\x95','\x8c','\xdb','\x7e','\xc5','\xd1','\x3f','\x81','\x8f','\x82','\x9f','\xdb','\x90','\x9e','\xc2','\x47','\xfb','\x12','\xde','\x93','\x8e','\x3e','\xd4','\xd4','\x8d','\x66','\xc1','\x49','\x04','\x18','\x33','\x65','\x4c','\xc2','\xe9','\xeb','\xc6','\xac','\xc4','\xc8','\xba','\x32','\x06','\xd0','\x93','\x22','\x13','\x67','\x63','\xf0','\x2b','\x1c','\x03','\xe9','\x71','\xa9','\x64','\x5c','\xf4','\x2b','\xcd','\x9f','\xd3','\x4e','\x34','\x86','\x62','\xe0','\xba','\x0f','\x50','\x6b','\xc7','\x24','\x94','\x6d','\xa0','\x64','\x0d','\xed','\x0d','\x9f','\xd4','\x90','\x5c','\x40','\xc1','\x3d','\x34','\x5d','\x46','\x85','\x32','\x3c','\xc9','\x48','\x68','\xac','\x86','\x46','\x0b','\x28','\x53','\x8e','\x94','\xcb','\x91','\x42','\x39','\x52','\x63','\xef','\x13','\x0b','\x98','\xe8','\xe7','\x69','\xcd','\xb0','\x94','\x60','\x15','\xf7','\x18','\x72','\xb3','\x2e','\x24','\xad','\xde','\xcb','\x53','\xc8','\x45','\xed','\x86','\xfc','\xdb','\x41','\xd0','\x72','\xa7','\x4d','\xb7','\x60','\x76','\xf2','\x83','\x8c','\xd9','\xee','\xa8','\xee','\x66','\x4c','\xb7','\xcc','\x1f','\xd6','\x00','\xfc','\x0d','\xd2','\x43','\x47','\x51','\x3e','\x4c','\x2f','\x1e','\x45','\xf4','\x18','\xa2','\x59','\x97','\x26','\xed','\xd1','\xbd','\xe9','\x00','\x9e','\xd8','\x54','\x3e','\x4a','\x83','\x1f','\xd2','\xe9','\x32','\x2d','\x14','\x21','\xa3','\x70','\x46','\xa4','\x63','\x36','\x1d','\xd5','\x69','\xc6','\xa4','\x65','\x93','\x16','\x4c','\x1e','\x0d','\x2d','\x80','\x4f','\x11','\xbf','\xb7','\x25','\x3c','\x3c','\x0a','\x5d','\x42','\xa8','\xc8','\x91','\xe9','\x47','\x39','\xe7','\xd9','\x85','\x24','\xe5','\x4a','\x10','\x2c','\xa2','\xa9','\x45','\xd7','\xe0','\xcb','\xe0','\x69','\x51','\x99','\x9a','\x25','\x95','\x1b','\x1c','\x8e','\x75','\x19','\x1b','\xd1','\xcf','\x3b','\x5a','\x03','\xf7','\x49','\x58','\x61','\xb2','\xb2','\x1a','\xe7','\x07','\xe6','\xcc','\x40','\xbc','\x44','\xcc','\x62','\xdd','\xcc','\x91','\xd2','\x28','\x01','\x3f','\xea','\x5d','\xe9','\x77','\x94','\x7a','\x35','\x58','\x31','\xa7','\x56','\x4c','\x63','\x05','\x3e','\xf3','\x34','\x31','\xa7','\xea','\x66','\x65','\x85','\xd1','\xa4','\xc1','\x28','\x3d','\xe9','\x4c','\x15','\x31','\xb5','\xb0','\x3a','\xb6','\xf1','\x1e','\x10','\x42','\xd1','\x67','\x6d','\x74','\x92','\xdf','\x84','\xff','\xc4','\x8d','\x7d','\x3d','\x68','\xe7','\xfb','\xa2','\xc3','\x48','\x3c','\x62','\x0b','\xe7','\x55','\x81','\x29','\x19','\x0a','\x0e','\x82','\x0f','\xac','\xb6','\x74','\x98','\x20','\xf1','\xb2','\xcd','\xf8','\x7c','\x9c','\xa4','\xd8','\x5a','\x36','\x99','\x1e','\xae','\xb0','\x65','\xc3','\x18','\x9a','\x24','\x13','\xe9','\x12','\x91','\x8a','\x75','\x29','\x97','\xcc','\x8c','\x26','\x3f','\xc0','\xc9','\xcc','\xae','\x64','\x46','\xb9','\x9c','\x09','\xde','\xcc','\x4c','\xbd','\x99','\x31','\xde','\xcc','\xb0','\x27','\x46','\xf2','\xde','\xd9','\x64','\xa6','\x52','\x97','\x2a','\x2b','\x92','\xc1','\xc9','\xe9','\xfa','\x09','\xcb','\x5d','\xbf','\x14','\x59','\x69','\x5c','\x4a','\x07','\xc5','\x3a','\xca','\x11','\x34','\x4a','\x6c','\x4c','\x5a','\xbb','\x88','\xab','\xd4','\xdd','\x60','\xc5','\x9d','\x5a','\x61','\x5a','\x16','\x7b','\x62','\x3f','\x43','\x16','\xce','\x92','\xf9','\xd3','\x2f','\x31','\xc2','\x4f','\xbf','\x12','\x35','\xfa','\xc7','\x9c','\x5f','\xb9','\x87','\x9f','\x92','\x70','\x54','\x8a','\x89','\x3c','\xc6','\xa6','\x88','\x82','\xf7','\x21','\x2f','\x73','\x42','\x8c','\xf4','\x2d','\x45','\x1e','\x29','\x46','\x32','\x45','\xb1','\x21','\x06','\x52','\xbf','\x8f','\x3e','\x89','\xa2','\x39','\x5b','\x3c','\xa2','\x42','\xbc','\xc9','\xfc','\xfd','\xdf','\x6b','\x5f','\x3d','\x9e','\x54','\x70','\x52','\x91','\x93','\xca','\xa5','\xa4','\x52','\xbc','\xac','\xe4','\x92','\xca','\x68','\xf2','\x11','\x26','\xac','\x1f','\x4c','\x2a','\xbd','\x49','\x25','\xb8','\xac','\x9c','\xbd','\xac','\x3c','\x7d','\x19','\x3e','\x63','\x24','\x57','\xa7','\x93','\xca','\x69','\x46','\x75','\xf4','\x74','\x3d','\x74','\x14','\x0f','\xc3','\x2e','\x90','\x2c','\x74','\x44','\xa1','\x2c','\xd8','\x97','\x44','\xa5','\x38','\x2b','\xe7','\x22','\x78','\x94','\x19','\x3b','\x51','\x6d','\x97','\x76','\x57','\xf9','\x9a','\x18','\xbc','\x81','\xa6','\x5c','\x64','\xdc','\x82','\x98','\x23','\x03','\xe3','\xb3','\x18','\x57','\x1c','\x5c','\x69','\x62','\x83','\x93','\xd3','\x8d','\x9e','\xe8','\x8c','\x8f','\xd2','\x1d','\x9f','\x6b','\x52','\x8e','\x46','\x47','\x91','\xcc','\xd7','\x0f','\x52','\x6c','\x29','\xb8','\x13','\x4c','\xb9','\xae','\xe1','\xc2','\x18','\x1a','\xc8','\x3d','\x8b','\xdc','\x8a','\xed','\x56','\xf8','\x13','\x46','\x0e','\xfb','\x5b','\xce','\x9f','\xc1','\x71','\x84','\xbd','\x76','\xff','\x05','\x39','\xe9','\x5c','\xea','\xa9','\x17','\xbf','\xb0','\x90','\x13','\xae','\x8e','\x0a','\x0e','\xeb','\xed','\x2e','\xc1','\x56','\xb8','\x1b','\xc6','\xd4','\x22','\x93','\xb6','\xa0','\x03','\x33','\x49','\x7a','\x56','\x00','\xdd','\xb8','\x02','\x4f','\x80','\xd6','\x04','\xeb','\x5a','\x5e','\x72','\x39','\xe6','\x5d','\xc2','\xa4','\xf8','\x07','\xcc','\x38','\x32','\x47','\x55','\xf6','\xa6','\xad','\x5d','\x62','\x5e','\xa9','\xa5','\x83','\x15','\x69','\xca','\x6d','\xf1','\xfe','\xac','\x18','\x9a','\x77','\x16','\xbb','\x15','\xc7','\x05','\xb8','\xfe','\x20','\xe8','\xf4','\x27','\x9c','\xee','\xb5','\xfe','\x64','\x9d','\x4b','\xbd','\x4e','\xf1','\x72','\x3d','\x97','\xac','\x8f','\x26','\x17','\xd8','\x57','\xec','\x12','\x6a','\x0a','\xf8','\xd2','\x9b','\x53','\x0d','\xd3','\x68','\x98','\x58','\x32','\x9f','\x91','\xcc','\xb3','\x92','\x79','\xda','\x61','\x34','\xf9','\xb4','\x33','\x69','\xc8','\x93','\x0e','\xf8','\x40','\x58','\xd8','\x1c','\x93','\x65','\x26','\x9a','\xd9','\x38','\xf9','\x72','\x0a','\x2d','\x10','\x54','\xa2','\xe8','\x80','\x8a','\x46','\x8f','\x22','\x1c','\x97','\x1e','\xec','\x09','\x98','\x16','\x1c','\xd4','\xc9','\xd4','\x6b','\xc4','\xc8','\x13','\x7c','\x82','\x3c','\x43','\xc8','\x59','\x42','\x40','\x2d','\xa9','\x13','\x83','\x00','\xf1','\x94','\xad','\x90','\xa4','\x23','\x8a','\xf4','\x18','\xcf','\x0b','\xc3','\x2a','\xc7','\xa2','\x0b','\xd9','\xa5','\x54','\x72','\xa6','\xbe','\x57','\xb8','\x06','\x4f','\xec','\xa3','\xb2','\x3e','\x17','\xbc','\xeb','\x4f','\x9f','\xbc','\x57','\x28','\x95','\xd9','\x93','\xcc','\xb9','\x53','\x63','\xc5','\x1f','\x8e','\xe6','\xca','\x99','\xd1','\x62','\x39','\x5a','\x2c','\xc8','\xc5','\x9a','\xd2','\xf1','\x1e','\xe4','\xf3','\xd5','\xc4','\xa8','\x21','\xa3','\xc6','\x25','\xe4','\x16','\xed','\x46','\x4e','\x0b','\x46','\xf9','\x2b','\xef','\x8a','\x2f','\x2b','\xce','\xc9','\xa0','\x59','\x9e','\x6a','\x96','\x8d','\x66','\x05','\x6b','\x43','\x4f','\xe3','\xfc','\x94','\xa3','\x54','\x9a','\x9f','\xac','\xdc','\xfa','\x25','\x63','\xe5','\x33','\x86','\xf2','\x8c','\xa3','\xd4','\xc0','\xfb','\xba','\xc0','\xf3','\x49','\x31','\x1a','\x96','\x98','\x7d','\x8d','\x73','\x12','\xcf','\x52','\x2a','\x8d','\x2e','\x49','\xd9','\x59','\x49','\x5c','\xf2','\xa5','\x25','\x29','\xa5','\xa2','\x56','\xb8','\xa4','\x8b','\x9b','\x96','\x34','\x77','\x11','\x6f','\xc5','\xc9','\xc1','\xce','\x7a','\xee','\xfa','\x35','\xc9','\xbd','\xce','\xa5','\xb4','\x5f','\xbc','\xec','\xe4','\x92','\xce','\x68','\x12','\xfc','\xa8','\x77','\x25','\x1d','\xe5','\xb2','\x13','\xbc','\xe9','\x4c','\xdd','\xf1','\x8c','\x37','\xd9','\xc8','\xbf','\xfc','\x34','\x7a','\x6d','\xca','\x5e','\xad','\xb8','\x87','\x2b','\xee','\x0f','\x8c','\xc5','\xef','\x18','\xe2','\x27','\xd9','\xe7','\x30','\x4d','\x30','\x0d','\x5c','\x56','\x94','\x38','\x86','\x50','\x29','\x59','\xa2','\x97','\xd0','\xfe','\xe2','\x15','\x3f','\x27','\xd1','\x51','\x1e','\x10','\xbd','\x4b','\xa2','\x4a','\x0d','\x8e','\x0b','\xa6','\x1a','\x4c','\x01','\x80','\x27','\x4f','\x4b','\x74','\xaa','\x46','\x2b','\x0d','\x5a','\x79','\x9d','\xa9','\x28','\xd4','\xc0','\xdc','\xa1','\x5a','\xa1','\x58','\x0d','\xfd','\x58','\x40','\x14','\x02','\x3f','\x94','\xe7','\x8b','\x4e','\x13','\xe6','\xbd','\x57','\xc1','\x03','\xea','\xae','\x5e','\x45','\xb9','\x5c','\x0f','\x9a','\xcd','\xa9','\x66','\xd3','\x70','\x81','\x43','\x3e','\x8d','\xc8','\xd4','\x15','\x0f','\xcc','\xb4','\x70','\x1d','\x82','\x82','\x57','\xe3','\x81','\x3c','\xe0','\x47','\x11','\x17','\xda','\x38','\xcd','\xf7','\x97','\x50','\x2b','\x5e','\x87','\xc8','\xbe','\xd1','\xd8','\x02','\x8e','\xd5','\x77','\xf5','\xb0','\xf7','\xba','\x18','\xbc','\x57','\x9b','\x72','\x4d','\xe3','\xce','\x2a','\x5b','\x3f','\x4f','\x4b','\x95','\xa9','\xda','\x74','\x65','\x99','\xef','\xaf','\x5b','\x4c','\x21','\x4f','\x39','\x0a','\xc1','\x6a','\x1b','\xbb','\x34','\x1a','\x45','\xb1','\x18','\x93','\x29','\x38','\x9e','\xf0','\x7b','\x6e','\xd1','\x9e','\x2f','\x99','\xc9','\x6f','\xb8','\xc9','\x19','\xfb','\x89','\xd9','\xea','\x13','\x8e','\xf6','\x1b','\xaf','\x5c','\xb8','\xfc','\x87','\x6a','\x72','\xae','\x9a','\xac','\xb1','\x87','\xf3','\xc9','\x73','\xd1','\x64','\xe0','\x27','\xaf','\xd7','\x92','\x5f','\xaf','\x25','\x5f','\xba','\x4a','\xf6','\xd5','\x21','\x7f','\x71','\xf6','\x02','\x39','\xc4','\xcc','\x9b','\x54','\x5c','\xf0','\xb1','\xe6','\xc2','\x7b','\x45','\xe4','\xe2','\xd7','\xe3','\xb9','\x5e','\x36','\xce','\xf3','\x4c','\xe3','\xdd','\x15','\x51','\x14','\x08','\x05','\x95','\xa6','\xd8','\x16','\x80','\x40','\x69','\xc2','\x06','\xe4','\x2c','\xa6','\x95','\xaf','\x98','\x95','\x37','\xd9','\x26','\x6d','\x19','\x8b','\xaf','\x39','\x62','\x0a','\xe3','\x38','\xae','\x4a','\x30','\x3e','\x3c','\x0e','\x91','\x15','\x97','\x30','\x2e','\x3a','\xe0','\x05','\x33','\xca','\x59','\xc1','\xae','\x84','\xa7','\x38','\xcd','\xc0','\xe5','\xfb','\xf4','\xfb','\x10','\x87','\x62','\x10','\xe9','\x2c','\x91','\x36','\xf1','\x55','\x60','\x3e','\x10','\x85','\xb1','\x3e','\xce','\x22','\xbe','\x24','\xe2','\xe2','\x57','\x71','\x2e','\x8e','\x47','\x63','\x18','\x3f','\xe0','\xec','\xea','\x79','\x59','\x99','\x27','\xc1','\x4a','\x7b','\x6a','\x95','\x1a','\xae','\x8d','\x63','\x3a','\xdf','\x5f','\xa5','\xd3','\x5f','\x9e','\x3c','\xfd','\x65','\xd1','\x18','\x7d','\x88','\x91','\xd3','\xf5','\x57','\xef','\xae','\x1f','\x47','\xd6','\xfc','\x4b','\x82','\x5d','\x9c','\xd5','\x73','\x11','\x3a','\x1a','\x05','\x4d','\x1e','\xe4','\x17','\xdb','\xa7','\x2e','\x99','\x72','\x89','\xf1','\xfd','\x3a','\x4e','\xaf','\x18','\xc9','\xfa','\xd9','\x64','\xbd','\x72','\xb9','\x5e','\xb9','\x53','\x37','\xde','\xac','\x1b','\x2e','\x71','\xc0','\x75','\x8c','\x07','\x2a','\x44','\x40','\xf8','\x31','\xe6','\x8c','\x44','\x49','\xbd','\x19','\x68','\x3f','\x54','\xe9','\x9f','\xe4','\xe9','\xf7','\xab','\xd4','\x6d','\x69','\x8b','\x2e','\x15','\xa9','\x8a','\xd3','\xa6','\x2a','\x8d','\x3f','\x8f','\x66','\x99','\xf4','\xa9','\xc9','\x6b','\xeb','\x79','\x9c','\x30','\xfb','\x82','\xc6','\xc1','\xbd','\x28','\x65','\x32','\x79','\x21','\xdc','\x8a','\xf7','\x5f','\xc0','\x49','\x47','\xde','\x35','\x7f','\x49','\x58','\x80','\x75','\x28','\xea','\xa3','\x4c','\x6d','\x8b','\x0c','\xec','\xd2','\x02','\x65','\x4e','\x09','\x9a','\x64','\x8a','\x4d','\xf1','\x2f','\x06','\x58','\x1d','\x7d','\x1a','\xd1','\xa9','\x39','\x5a','\xb9','\xb9','\xca','\xd3','\x3d','\x44','\x0d','\x29','\xea','\x84','\xae','\x18','\xa2','\xb7','\x61','\xbe','\xe4','\x4b','\x91','\x78','\xf1','\xeb','\x78','\x7d','\xbe','\x90','\xa2','\xcc','\xb8','\x9c','\x1f','\xd6','\x0c','\xa6','\x24','\x8b','\x57','\x9f','\x16','\xaf','\x4e','\x9d','\x5f','\xa8','\xdc','\x5c','\xa8','\xfc','\x69','\xdd','\xd8','\x75','\xd1','\xe8','\xbd','\xe0','\x4c','\x74','\x42','\x6f','\x64','\x79','\x2e','\x1e','\x7f','\x1b','\xe3','\x06','\xf0','\xd5','\x5e','\xa5','\xf8','\x0d','\x35','\xd7','\x4b','\x60','\x7f','\xe1','\xc6','\x2e','\xdc','\x50','\x6c','\x14','\xbc','\x21','\x4d','\xdd','\x09','\x0c','\x1e','\xb0','\x6f','\x90','\xc6','\x59','\xd2','\xa8','\x5c','\xf1','\x2b','\x2b','\x0d','\x83','\x93','\x13','\x46','\xa8','\xad','\xef','\x53','\x47','\x16','\xf8','\x38','\xcf','\xd8','\xd0','\x1f','\xf8','\x2f','\xbc','\x8b','\x60','\x05','\x22','\xf8','\xf0','\xd4','\x0a','\x36','\xb8','\xfa','\xca','\x2c','\x14','\xce','\x9f','\x6b','\x95','\x20','\xd8','\xca','\x9f','\xe3','\x2e','\x18','\x26','\x4c','\x70','\x44','\xa7','\x2f','\xc5','\xec','\xe2','\x7f','\xa1','\x39','\xd1','\x1c','\x15','\xce','\x45','\x23','\x37','\x76','\xe1','\xcf','\x29','\xd7','\xd2','\xc1','\x9f','\x9e','\x9f','\x6a','\xba','\xc6','\x72','\x1f','\x8e','\xb5','\x9e','\x1e','\xe3','\xfa','\xc6','\x22','\xad','\x2c','\x5e','\x35','\xdc','\x1b','\x86','\x30','\xe9','\x44','\x3e','\x09','\xaa','\x2f','\x8d','\x75','\xf8','\x7c','\x06','\x92','\xdb','\x5e','\xca','\xe2','\xe2','\x2b','\xef','\xe4','\x1e','\x1f','\x1a','\x1d','\xae','\x44','\x1f','\x37','\x1e','\xa4','\x4e','\x6f','\xd6','\x08','\xbe','\x53','\x39','\xfb','\x1f','\x87','\x0c','\x1e','\x47','\xf0','\x0c','\xc5','\x67','\x05','\x74','\xba','\x36','\x7f','\xfa','\xcb','\x0d','\xe3','\x91','\x3f','\xdf','\xb4','\x7e','\x54','\x29','\x1e','\x86','\x3f','\x53','\x69','\x21','\x0b','\x30','\x19','\x07','\xb2','\xb5','\xd1','\x03','\x1f','\xe0','\x6c','\xed','\xc1','\x6c','\xad','\x37','\x5b','\x0b','\xfe','\xd3','\x07','\x53','\xcc','\x2a','\x67','\xf6','\x75','\xee','\xde','\x33','\xc3','\x99','\xb3','\xc3','\x99','\xd3','\xdf','\x01','\x32','\x98','\x01','\xae','\x4a','\x8e','\x29','\x61','\x7d','\x0c','\xdb','\x98','\xf3','\x79','\x08','\xb1','\x04','\x7d','\x23','\x94','\x83','\x8f','\x49','\xa3','\x46','\x01','\x27','\xee','\xed','\xfa','\x05','\x49','\xf9','\xa2','\x14','\x2c','\x65','\xa6','\x82','\x0f','\x8c','\x25','\x09','\x3f','\x94','\x31','\x1e','\xca','\x9c','\x7d','\x28','\x53','\xf9','\x62','\xa6','\x72','\xe7','\xbf','\x19','\x6f','\x0c','\x19','\x2e','\x76','\x50','\x2a','\x5c','\x87','\xa0','\xd7','\x09','\x9e','\x94','\xb0','\xf7','\xb3','\x85','\xd7','\x72','\xa9','\x6b','\xd3','\xef','\xa9','\x5a','\x23','\x4f','\x97','\x28','\x5d','\x32','\xa9','\x7b','\x4b','\x5b','\x8c','\x32','\xed','\xb1','\x70','\xb2','\x61','\xfd','\xb8','\xc1','\x74','\xc2','\x72','\xe9','\x8d','\xf2','\xc9','\x5b','\xe5','\x72','\xb3','\x5c','\x69','\x9c','\xfc','\x51','\xa3','\xfc','\x46','\x23','\xcc','\x47','\x2c','\x8b','\xa0','\x66','\x60','\xc9','\x96','\x25','\x7d','\x01','\x9b','\x25','\x99','\x1e','\x50','\x52','\xa3','\x6a','\x02','\x1f','\xbf','\xf7','\x20','\x42','\xbd','\x08','\x05','\x57','\xf1','\xd4','\x75','\xdf','\xe0','\x01','\x17','\xcf','\x0c','\x1b','\x67','\x35','\xef','\xf4','\x77','\x0c','\x46','\xec','\x49','\x37','\x10','\x63','\x8a','\xd9','\x06','\x32','\xe2','\xe3','\xc3','\xf3','\xa9','\x5e','\x52','\x30','\xac','\x67','\xc8','\x24','\x0d','\x47','\x04','\xbb','\xd2','\x9e','\x02','\x06','\x4b','\x0b','\xf4','\x1f','\x58','\x27','\xc1','\x33','\xc4','\x3d','\x4b','\xdc','\xd3','\xaf','\x5c','\x65','\x64','\xf4','\x43','\xa6','\x0f','\xe7','\x70','\x02','\xcf','\xc5','\xf9','\x7e','\x6f','\xc5','\x65','\x17','\xcb','\x0d','\x39','\x1d','\x80','\x3e','\x76','\x2d','\x7a','\x60','\x84','\x8c','\xc6','\x20','\xe3','\xc9','\x2e','\x89','\x28','\x3c','\xb2','\x75','\xea','\x66','\x9b','\xf3','\x1f','\x48','\x45','\x71','\x36','\xe6','\x57','\x6a','\x18','\xf4','\x4c','\x4e','\x8e','\xc4','\xe3','\x6a','\x25','\xa6','\x6f','\xbc','\x13','\x87','\x64','\xc3','\x4c','\x7e','\xb9','\x0b','\x7a','\xa3','\x64','\x05','\x07','\x4c','\x77','\xd4','\x84','\x6c','\xb0','\x0f','\x5a','\xcb','\xbd','\xe6','\x53','\x81','\x59','\x3e','\xfb','\x5c','\xd9','\x78','\xb6','\x12','\x7f','\x76','\xe8','\xe9','\x67','\xf3','\x67','\x9f','\x55','\x4e','\x3f','\xf7','\xc9','\x8a','\xfe','\x4b','\x86','\xfe','\x19','\xc3','\x7d','\xdd','\x99','\xa9','\xe1','\xd9','\x58','\x0f','\x16','\x65','\x99','\xc4','\x41','\x87','\x01','\x18','\x19','\xd0','\x13','\x2e','\xb6','\xb9','\xde','\x0b','\x87','\x27','\xbb','\x30','\x51','\x1c','\x02','\xfb','\xf4','\x76','\xdb','\xe0','\x00','\x14','\x4f','\x63','\x32','\x75','\xb1','\x0d','\x89','\x6d','\x9b','\x8c','\x37','\xf6','\x19','\x56','\xdb','\x19','\xe3','\x7e','\xc1','\x88','\xc8','\xa9','\x66','\x9c','\xb0','\x5d','\xf9','\x07','\xb2','\xc5','\xde','\x6b','\xbe','\x58','\x9f','\xcf','\x91','\xf9','\x51','\x10','\xd9','\x68','\x17','\x89','\x2a','\x70','\xf0','\x12','\xea','\xcf','\xa0','\xb7','\xc0','\x3e','\x9d','\xbd','\x0a','\xfb','\xf4','\x8f','\x17','\x0c','\xbe','\x55','\x9d','\xde','\x0b','\x98','\x6f','\x55','\x59','\xaa','\xc7','\x7f','\xc5','\xc3','\xf9','\xba','\x4c','\xeb','\x0b','\xb4','\x5e','\xa2','\xf5','\x03','\x63','\xf5','\x51','\x5a','\xc7','\xf4','\xca','\x83','\xf4','\x62','\x6f','\x16','\x05','\xd7','\xf8','\x7c','\x51','\x27','\x4e','\x9d','\xa7','\xe9','\xad','\xb3','\xf4','\x44','\x65','\xf8','\xd3','\x95','\x83','\x55','\x63','\x55','\x35','\xaa','\x67','\x1c','\xfa','\xdb','\x98','\x5e','\x60','\x82','\x58','\x46','\xcc','\xa2','\xa9','\xe2','\xc0','\x94','\x55','\x73','\x21','\x6f','\x96','\x68','\xf9','\xc0','\x88','\x35','\x9a','\x39','\x8a','\xfd','\xd7','\x1f','\x2c','\x3b','\xbd','\x82','\x11','\xd8','\xc6','\xd4','\xcb','\x86','\x41','\x1e','\xc3','\xe4','\xb1','\x67','\x82','\xfc','\x59','\xc2','\x94','\x43','\x46','\x79','\xf6','\xc4','\xd0','\x2a','\x8e','\x77','\x1c','\x57','\x6b','\xf8','\x08','\x6b','\x27','\x1f','\x1f','\x87','\x50','\x2f','\x79','\x9c','\x2e','\x8c','\xd3','\xd2','\xaf','\x8e','\x1c','\xf8','\xd5','\xef','\x8e','\x9e','\xfd','\x0e','\xfe','\xd5','\x57','\x1f','\xfc','\xd5','\x5c','\xef','\xaf','\xe6','\x82','\x02','\x3d','\x3b','\x3e','\x62','\x4c','\x1d','\xc0','\xe3','\x1f','\x3c','\x33','\x5e','\x3e','\x3b','\x8e','\x4f','\x03','\x11','\x63','\x8a','\x18','\xe3','\xd4','\xd1','\x4d','\xd0','\xa3','\x44','\x24','\xcb','\x20','\xb9','\x60','\xbf','\x33','\x79','\x91','\xf0','\x8a','\x8e','\x99','\xc3','\xe5','\x51','\x30','\xa9','\xcc','\x5d','\x78','\x58','\x71','\x86','\x83','\x3b','\x5f','\x9d','\x7a','\x3d','\x61','\xdc','\x82','\xc4','\x13','\x46','\xc2','\xeb','\xe8','\x99','\xb7','\xbd','\x8e','\x9e','\xd9','\x8d','\xcf','\x95','\xd1','\xbf','\x88','\x23','\xc8','\x0a','\x26','\x23','\x73','\x41','\x2f','\xf3','\x79','\x37','\x47','\x79','\x1a','\x8e','\x07','\xad','\x1f','\xf6','\x96','\x4e','\x06','\xa5','\xf2','\xd9','\x52','\xd9','\xb0','\xde','\x89','\xff','\xce','\x86','\x79','\x3f','\xfc','\x4b','\xc6','\xaf','\x7e','\xc6','\x78','\xf3','\x19','\xc7','\xae','\xe1','\x99','\x58','\x0f','\xc0','\x00','\x2b','\x71','\x35','\x85','\x49','\x5e','\xc6','\xf4','\x12','\x56','\x8b','\xb6','\x91','\xb3','\xfc','\x51','\x59','\xc5','\x71','\xf5','\x41','\xac','\xf4','\x62','\xa6','\x8f','\xe1','\xb3','\x0b','\x09','\xb6','\xb5','\xf1','\x6f','\xb7','\x9f','\xd9','\x7d','\xf4','\xec','\xee','\xa3','\xa7','\x2f','\x01','\x19','\xbb','\x81','\x9c','\xdd','\xff','\x10','\x73','\x1f','\x30','\x59','\xcf','\x27','\xde','\xf2','\x4e','\x1d','\xb7','\x4f','\xe9','\xad','\xe7','\x5c','\xf7','\x94','\x6e','\x9f','\x3a','\xa6','\x3e','\xd7','\xc8','\x9f','\x3a','\x42','\x4f','\x1d','\x31','\x4f','\xe9','\xb7','\x9e','\x5b','\x8c','\x9a','\x09','\xdf','\xe4','\xfb','\x14','\x4c','\xb9','\xb9','\x37','\xc6','\x9e','\xba','\x35','\xca','\xf7','\x69','\x41','\x6e','\xd4','\x94','\xee','\x3e','\x65','\x7c','\xb5','\xd7','\xc6','\xbd','\x35','\x59','\x0b','\x16','\x4c','\xa9','\x34','\xb1','\x7c','\x40','\xb0','\x47','\x35','\x0f','\xcb','\xea','\xae','\x28','\xd3','\x57','\x69','\xd0','\x50','\xa7','\xdc','\x82','\xc1','\xd3','\x78','\x71','\xbd','\xd7','\xa9','\x5c','\xf7','\x37','\xe8','\x1b','\x5d','\xbe','\xba','\xae','\xff','\xa8','\x97','\x34','\x1f','\xf8','\x33','\x6b','\x47','\xa8','\x83','\x1e','\xd5','\xd1','\x9f','\x6b','\x20','\xdf','\x97','\xe0','\xf8','\xf4','\x69','\x09','\x4d','\xcd','\xb1','\x41','\x66','\x7c','\xde','\x35','\xa8','\x6b','\x98','\xa1','\xde','\x0b','\x31','\x8c','\x72','\xaf','\x1c','\xdf','\xf7','\x3a','\xc8','\xaf','\xa4','\xb3','\x90','\x5d','\x29','\xf5','\xff','\x93','\x03','\x47','\x86','\x47','\x23','\x83','\xf8','\xe1','\x23','\x0f','\x12','\xd4','\x4b','\xf2','\xc1','\x35','\x3a','\xf5','\xea','\x35','\xe3','\x85','\x51','\xfc','\xaa','\x66','\xe4','\xe8','\x74','\x8e','\x9e','\x66','\xf4','\x2a','\x7d','\xfa','\x55','\x6a','\x0c','\x5f','\x73','\x86','\xab','\x78','\x58','\xc3','\x23','\xf1','\xae','\xfd','\xc5','\xf8','\x61','\xf4','\xd2','\x5e','\x9f','\xdb','\x4d','\x91','\x51','\xf6','\x24','\x39','\xc0','\xec','\xaf','\xde','\xcb','\x0f','\x07','\x2f','\x91','\xa9','\x57','\x9a','\xc6','\xa3','\x09','\x7c','\x58','\x02','\x3d','\xca','\x26','\x4c','\x58','\x54','\x6e','\x11','\xc6','\x01','\x0c','\x88','\x03','\x67','\x9b','\xeb','\x0c','\xf8','\x9d','\xae','\xe9','\x09','\xb2','\x02','\xfb','\x74','\x5e','\xc9','\xc9','\xca','\xe8','\xee','\xfd','\xb8','\x77','\xe0','\x41','\xcb','\xef','\xcd','\x4e','\x06','\x36','\x82','\xf7','\xb2','\x41','\x1f','\x7b','\x26','\xed','\x9d','\x25','\xf8','\x74','\x1d','\x9f','\xbe','\xe2','\x3d','\x5d','\xef','\x1e','\x6c','\xf2','\xe3','\x14','\xd8','\x17','\x7a','\x15','\x0f','\x94','\xe4','\x9c','\xbf','\xc0','\x41','\x28','\x0e','\x88','\x10','\xfa','\xc6','\x44','\xed','\x83','\x22','\xea','\xcd','\xa1','\xe0','\x67','\x78','\xea','\x55','\xdf','\xe0','\x3e','\xbd','\xcf','\xe4','\xf0','\xd9','\x1c','\x3e','\xfd','\xaa','\x77','\xfa','\x55','\x6c','\x50','\xc4','\xe8','\x0b','\xef','\x06','\x78','\xc9','\xc7','\x36','\x1a','\xec','\xbf','\xa5','\x81','\x8e','\x3a','\x9f','\x13','\x16','\x72','\x9a','\xc7','\x84','\x7b','\x2e','\x32','\xa0','\x59','\x41','\x2e','\x4a','\x73','\xbb','\x52','\xb9','\xde','\x8b','\xb9','\x8f','\x4b','\xb9','\x71','\x5d','\x93','\x5a','\x39','\x61','\x3e','\x17','\x89','\xb2','\xd5','\x95','\xd3','\x6a','\x6c','\x2e','\x06','\x7b','\x17','\x8a','\xfb','\xe6','\x8f','\x24','\x9d','\xe3','\xd9','\x5a','\x8d','\xe9','\x63','\x91','\x68','\xdc','\xf2','\xf1','\xc0','\xb8','\x3c','\x5c','\xba','\xb4','\x7b','\x7f','\xf1','\x1c','\xdb','\xbb','\x0f','\x8f','\xee','\xf9','\x17','\xd1','\xcf','\xed','\xdf','\xd5','\x3f','\x07','\xf3','\xb5','\xa4','\x83','\xbe','\x8a','\xaf','\xe0','\xe4','\xeb','\x46','\x31','\x73','\x56','\xaa','\x56','\xea','\x3f','\xac','\x2c','\x5e','\x30','\x1a','\x29','\x83','\xe4','\x1d','\xd4','\x82','\x83','\xd6','\x14','\xdb','\x5f','\x76','\xdc','\x6b','\x61','\xd9','\x95','\xe5','\xe6','\x82','\x5c','\x2b','\xfd','\xa3','\xe0','\xc0','\xef','\xbe','\x3f','\x7a','\x0c','\x92','\xbb','\xcb','\x87','\x86','\x77','\x1f','\x0a','\x82','\x63','\xc3','\x67','\xcf','\x0e','\x1b','\xc7','\x86','\xf1','\xae','\xe1','\x67','\x76','\xf9','\x67','\x77','\x0d','\x9f','\x9e','\xa7','\x8c','\x0c','\x79','\xd8','\x20','\xc3','\xce','\xde','\x00','\xff','\xf4','\x2e','\xce','\x8a','\xa1','\xdd','\xad','\x76','\x90','\x2a','\x11','\x35','\x29','\x3d','\xba','\xff','\xc0','\x87','\x3e','\x75','\xab','\xd9','\xf6','\x8f','\xb2','\xbf','\xf1','\xed','\xe1','\xc3','\x8f','\x8e','\xc8','\x11','\x8a','\xed','\xec','\x65','\x97','\xde','\x55','\x68','\x09','\x1f','\x08','\xfc','\x9c','\x2f','\xa9','\x35','\x64','\xde','\x33','\x0f','\x35','\x52','\xb3','\x52','\x1c','\x4b','\xd2','\xb6','\xfd','\xce','\xf5','\xc3','\x04','\x5c','\x71','\xee','\x4a','\xfb','\xeb','\x76','\x37','\x00','\xb3','\x20','\x03','\xe1','\xb3','\x69','\xbf','\xc2','\x96','\xe2','\x0d','\x62','\x2c','\x32','\x65','\xaf','\xe5','\x08','\xaf','\x61','\x29','\x8d','\xf3','\x52','\x47','\xee','\x08','\xaa','\x2c','\xa8','\x97','\x7a','\x33','\xc5','\x2b','\x01','\xb7','\xdf','\xc1','\x5a','\x87','\x76','\xea','\x52','\xe0','\xa2','\x29','\xc6','\x25','\x5c','\x7e','\xfc','\xae','\x05','\x60','\x57','\xce','\xbb','\x95','\xd7','\x6f','\x19','\xcd','\x65','\xe3','\x56','\xc3','\x51','\x1a','\x78','\xb0','\xc1','\xcd','\x5b','\x37','\xfe','\xc4','\x79','\x26','\xcd','\xe5','\x6c','\x6d','\x21','\x5b','\x2b','\x69','\xfe','\x81','\xf0','\x7c','\x63','\x6c','\xec','\xc1','\x81','\x81','\xde','\x81','\x81','\xe0','\x1b','\x03','\x53','\xff','\x65','\xcc','\x18','\x18','\xc0','\x03','\x03','\xcf','\x0c','\x0c','\x9c','\x1d','\x1b','\x3b','\xfd','\x8d','\x01','\x46','\xec','\x09','\x23','\x67','\x72','\x12','\x3f','\xf3','\x0c','\x9e','\x9b','\xeb','\xd8','\xb9','\x09','\x4f','\x96','\x97','\x2f','\xc9','\xcb','\xa0','\xcf','\xcb','\xcb','\xa3','\xf2','\x32','\x7b','\xb2','\x0b','\xb9','\xc0','\xe7','\xdf','\xb8','\x31','\xf5','\xc6','\x0d','\x78','\x2f','\x11','\x19','\xa2','\x74','\x56','\x0b','\x2a','\x35','\x52','\x61','\x8b','\xf9','\xf6','\x35','\xa3','\x69','\x3a','\x68','\x05','\x8b','\x6c','\x83','\x32','\x3b','\x05','\xc7','\x39','\xee','\x81','\x4c','\x98','\xbd','\xe3','\x15','\xeb','\x4e','\x8e','\x38','\xa3','\x3c','\x86','\x74','\x97','\x80','\x94','\x99','\xab','\xc1','\xf7','\x28','\xd8','\x95','\x37','\x8e','\x62','\x34','\x67','\x68','\xfe','\xd9','\x74','\x0d','\xec','\xdc','\xef','\x31','\x79','\x31','\x6f','\xbc','\xe9','\x38','\xbd','\xfc','\xe0','\x97','\xbd','\x17','\xaa','\xc6','\xf5','\x32','\x7e','\x34','\x90','\xa9','\xb9','\x40','\xcc','\xd2','\x5e','\xef','\x40','\xa4','\x34','\x1a','\x29','\xe1','\x48','\xe9','\x41','\xd1','\xeb','\xdd','\x53','\x0a','\xfe','\xae','\x74','\xf6','\x2b','\x25','\x63','\x2f','\x5b','\xfc','\xe6','\x33','\xa4','\x7c','\x36','\x1d','\x9c','\xae','\x9b','\x8c','\x0c','\x08','\x60','\x47','\xce','\x4f','\x02','\x3c','\xe1','\x63','\x1d','\x41','\x40','\x73','\x08','\x8b','\xd4','\x5f','\x5b','\xd0','\x82','\xd2','\x44','\xed','\xc0','\xc4','\xdc','\xe8','\xbe','\xd7','\xd8','\x93','\x07','\x05','\xbb','\xf7','\xc9','\x3f','\x0a','\x66','\xec','\x29','\x9b','\xcd','\x14','\xc5','\xe9','\xf6','\x33','\x08','\x9d','\xe5','\x39','\x86','\x4e','\xd7','\x90','\x11','\x55','\x0d','\xf6','\x0e','\xd6','\x3b','\x78','\x4c','\xc2','\xaa','\x24','\x1f','\x2e','\xc4','\x2d','\x0b','\x4f','\x16','\xe4','\xc9','\xc2','\xc2','\xf4','\x74','\x69','\xb2','\x70','\x60','\xb2','\x30','\x3a','\x3d','\x8d','\x4d','\x49','\x36','\xa5','\xdd','\xa5','\x4c','\x70','\xf2','\x83','\xb3','\xa5','\x8c','\x51','\xca','\xe0','\x93','\xf7','\x9e','\x29','\x65','\x58','\xfd','\x34','\xa3','\x93','\xf7','\xd8','\x13','\xc3','\xe4','\x7a','\x94','\x39','\xc6','\x14','\x43','\x79','\x54','\x8f','\xef','\xaf','\xe2','\xfd','\xa6','\x1c','\x98','\x0b','\xfb','\xcd','\xd2','\xfe','\xf2','\x81','\xfd','\xd6','\x68','\xc0','\x46','\xe3','\x19','\x19','\x35','\x77','\x4f','\x7f','\x3b','\x38','\x32','\x74','\xf6','\xf0','\x90','\x31','\xfd','\x18','\x3e','\x9c','\x7f','\xe6','\x30','\x39','\x7b','\x58','\x39','\x3d','\xad','\x9c','\x3e','\x9c','\x37','\x0e','\x3f','\x66','\x1c','\x1e','\x72','\x0e','\x3f','\x87','\x9f','\x29','\xe0','\x42','\xad','\x63','\xbf','\xa7','\x3d','\x6e','\x7f','\xcd','\x15','\xaf','\xfb','\x20','\xdf','\x81','\x11','\x28','\x0f','\x6a','\xd3','\xbd','\xb2','\x12','\xcc','\x2b','\x53','\x17','\x76','\x1b','\x67','\x20','\x3b','\x8f','\xc1','\xde','\x4b','\x63','\xfa','\x86','\x59','\x01','\x8b','\x7e','\xd2','\xc0','\x93','\x0e','\x2e','\x62','\xc2','\xed','\xf7','\x75','\x3b','\x6e','\xfe','\x52','\xbf','\x53','\xbc','\x3c','\x9f','\xdb','\x75','\x69','\x94','\x99','\x78','\xb1','\xab','\x0f','\x3e','\xb0','\xd0','\xdb','\x53','\x0f','\x5e','\x74','\xa6','\x5e','\xba','\x68','\xb0','\x49','\xd1','\x91','\x01','\xfc','\xc7','\xa9','\xd4','\x9d','\x0a','\xb3','\x58','\x57','\x1c','\x46','\x4e','\x27','\x3a','\x18','\xcb','\x62','\x78','\x75','\x25','\x31','\x3d','\x61','\x41','\xd2','\x4b','\x85','\xf1','\x03','\xfb','\x33','\xa3','\x43','\x8f','\x41','\x7f','\xd2','\xed','\x5e','\x92','\x0a','\xfe','\xdd','\x2f','\x4e','\xdd','\xfe','\x5b','\x83','\xad','\x0f','\x59','\x79','\x26','\xb1','\xca','\xf4','\xe7','\xd3','\x2f','\x2d','\x9c','\xfe','\xd7','\xf3','\x4f','\x5f','\x76','\x8c','\x6c','\xcd','\x61','\xed','\x1f','\x07','\x14','\xc1','\x0e','\x5f','\x4d','\x66','\xe4','\x64','\xe6','\x52','\x32','\x03','\xfa','\x18','\x72','\x47','\xd1','\x32','\x9c','\x93','\x00','\xd8','\xfe','\x0d','\xb0','\x73','\x97','\x65','\xe3','\x86','\x8c','\x23','\xbb','\x3b','\xfb','\x02','\xce','\x5b','\x96','\xd9','\xca','\xdc','\x7c','\xbe','\xc1','\x93','\x29','\x88','\x3a','\xc8','\x0b','\xc6','\x57','\xbf','\xfa','\x6e','\xce','\x94','\x60','\x5f','\xb0','\x75','\xc8','\xac','\x94','\x2f','\x7d','\x29','\xf8','\xb3','\x6f','\x4e','\xbd','\x31','\x67','\xdc','\x81','\x9d','\xcb','\x26','\xfa','\x6c','\xc2','\xab','\x38','\x5c','\xff','\xe1','\x4a','\x91','\xc3','\x5e','\x29','\xd1','\x06','\xf5','\x49','\x8d','\xc2','\xfa','\x61','\x7c','\x6c','\x60','\x7c','\x61','\x60','\xbc','\x34','\x36','\x75','\x60','\x60','\x7c','\x34','\xc2','\xec','\x1d','\xfd','\xc1','\xb1','\xa9','\xde','\x81','\xf1','\xe0','\x1b','\xe3','\x53','\xdf','\x18','\x37','\x78','\x88','\xeb','\x33','\x03','\xe3','\x67','\x07','\xc6','\x4f','\x7f','\x63','\xfc','\xf4','\x7f','\x99','\x32','\x06','\x0e','\x1b','\x03','\x11','\x27','\x22','\x62','\x91','\x6d','\x73','\x5f','\x7e','\x3e','\x1a','\x67','\x8a','\xd0','\x67','\x1e','\x93','\x4b','\xca','\xc2','\xef','\x3c','\x5c','\x9a','\x94','\x0f','\x94','\x2e','\x8d','\x3e','\x17','\xe0','\xd2','\xaf','\xc9','\x26','\xda','\x0d','\x78','\x10','\xe8','\xec','\x44','\xd4','\xe0','\x9f','\x79','\xa6','\xa4','\x9c','\xfd','\x9d','\x87','\x4f','\x4f','\xca','\xa7','\x4b','\x97','\x8c','\xe7','\x02','\xa3','\xf4','\x6b','\x8e','\x09','\xf8','\x53','\xd8','\xfc','\xc8','\xf5','\xfc','\xe4','\x1f','\xf5','\x0a','\x76','\x60','\x73','\x3b','\x17','\x50','\x1a','\xa4','\x67','\xd8','\xf8','\x0c','\x17','\x4e','\x7f','\x07','\xc8','\x58','\xbf','\x98','\xfb','\x2d','\x80','\x64','\xe8','\xd8','\x3b','\x35','\x98','\xaf','\x88','\x5e','\x12','\xca','\x07','\xce','\xfe','\xe6','\xe8','\xc3','\x5f','\xc2','\x0f','\x7f','\xe9','\xc1','\x91','\x2f','\xf7','\xee','\xff','\x4a','\xd0','\x7c','\x75','\xca','\x3e','\x67','\x70','\x4d','\x78','\xa3','\xdc','\x61','\x4f','\x0c','\x05','\xf2','\xb4','\x60','\x15','\x63','\x7d','\x43','\x3b','\x5a','\x70','\x29','\x4a','\x8a','\x73','\x04','\xec','\x53','\x11','\xc2','\xc0','\x77','\x89','\x55','\xe5','\x82','\x16','\xb4','\xe3','\x53','\x6c','\x54','\x9b','\x30','\x9e','\x06','\x26','\x67','\x31','\x81','\x71','\xe6','\x83','\x6c','\xdc','\xe2','\xe7','\x3f','\x70','\x14','\x40','\xe4','\x7e','\x37','\xde','\x0f','\x67','\x0b','\xb2','\x2b','\x2d','\xdc','\xf9','\x71','\x69','\x17','\x3a','\xb0','\xcf','\x18','\x9d','\xb8','\x87','\x63','\xd2','\x83','\x67','\x50','\x6f','\xba','\x0d','\xe7','\x48','\x75','\x62','\x70','\x68','\x05','\x38','\x47','\x4a','\xb7','\x3b','\xe7','\x48','\xe9','\xb6','\x21','\x23','\x27','\x9e','\xc7','\x29','\x8e','\x97','\xa2','\xb0','\x0a','\xf8','\xcf','\x58','\x2f','\xf9','\x11','\x55','\x1e','\x64','\x1a','\xcd','\x67','\x8f','\x3e','\x32','\x74','\xe2','\x61','\xf2','\xe9','\xa8','\xb2','\x3b','\xf8','\x57','\x01','\xce','\xd0','\x1e','\x9f','\xe2','\xbf','\xa3','\xf1','\x3a','\xf5','\xc8','\x48','\xe5','\x65','\xdf','\xf8','\x3b','\x2a','\xff','\x57','\x2a','\x7f','\x15','\xa0','\x4e','\x7a','\x09','\x1d','\x80','\x14','\x79','\x54','\xd6','\xd5','\xb8','\xf5','\x1a','\x2e','\x51','\xb9','\x44','\x17','\xac','\x4c','\x69','\xc2','\x3a','\x30','\xa1','\x8f','\x4e','\xd8','\xd8','\x42','\x0f','\x96','\xa4','\x5e','\xa6','\x9f','\x95','\xd0','\x59','\xcb','\x36','\x38','\x54','\xc7','\x33','\x9a','\xc7','\x44','\xd0','\x56','\xfb','\x22','\xd4','\xa3','\xf2','\x52','\x3c','\xc7','\xec','\x2f','\x48','\x2a','\xfd','\x92','\xaf','\x96','\xb2','\x99','\x03','\xd9','\x60','\x34','\x5b','\x03','\x8e','\xfd','\x61','\x6d','\xb7','\xe0','\x07','\x42','\xed','\xac','\x50','\x33','\x7e','\xb7','\x86','\x8f','\xf9','\xcf','\x1c','\xab','\x9d','\x3d','\x56','\x3b','\x0d','\xe4','\x1b','\x47','\x91','\x71','\x66','\xde','\x41','\xf7','\xb0','\xb0','\x84','\x63','\xa2','\x2c','\x91','\x78','\x54','\xc1','\xe9','\x69','\x39','\xaa','\x5c','\x8a','\x2a','\xc0','\x9f','\x1f','\x7c','\x6c','\x74','\x2f','\xd3','\x13','\x9e','\xda','\xa5','\x46','\x14','\x80','\x92','\xc3','\x53','\x4c','\xa5','\xbc','\x0d','\xca','\x24','\x9c','\x67','\xc2','\x7a','\xe6','\xe7','\x2d','\x4c','\x88','\xdc','\x40','\x4e','\x2c','\x0f','\xe7','\x1b','\x94','\xdb','\x29','\xa1','\x22','\x84','\x5c','\x38','\x8f','\xb2','\x51','\x2e','\xed','\x8f','\x3e','\x34','\x80','\xfb','\xc6','\x76','\x29','\x11','\xe0','\xf3','\x4c','\xee','\xdc','\x8a','\x1a','\x4c','\xc6','\xc9','\xd1','\xa7','\x13','\xde','\xd4','\x7c','\x94','\x29','\xab','\x15','\xf6','\x84','\xb5','\x13','\xe5','\xed','\xc4','\x79','\x3b','\xba','\x14','\x0f','\x17','\xe4','\x49','\x6f','\xa1','\x34','\x5e','\x2a','\x8d','\x1f','\x38','\xe9','\x8d','\x96','\xc6','\x71','\x69','\x9c','\x3d','\xd9','\x6d','\xea','\xc1','\x49','\xef','\xac','\xa9','\x1b','\xec','\x33','\x25','\xf9','\x99','\xdf','\xc9','\x9c','\x7d','\x76','\xe0','\xb4','\x8e','\x2a','\xba','\x0b','\xed','\xd8','\xee','\x17','\xd8','\x26','\x0d','\xcd','\xae','\x94','\x14','\x4f','\x06','\x98','\xc7','\x3d','\x2d','\x04','\x6a','\x09','\x7d','\xeb','\xc0','\xd1','\x60','\xb4','\xd4','\xc0','\x85','\x86','\x5c','\x6b','\xec','\x46','\x7e','\x20','\x37','\xce','\x1a','\x0d','\xe3','\xb1','\x06','\xce','\xfb','\xcf','\x28','\x60','\xbf','\x9f','\x7e','\xb8','\x71','\x7a','\xc4','\x37','\x32','\xc8','\x28','\x1b','\x0e','\x93','\x11','\xf6','\x12','\x16','\x45','\xb6','\x3d','\xe3','\xda','\x74','\x67','\x9f','\x8e','\x4d','\x95','\x06','\xc6','\x61','\x9f','\xf2','\x5d','\xf9','\xe0','\xc0','\x78','\xef','\xd8','\x54','\xf0','\xa5','\xc7','\xa6','\xbe','\x53','\x32','\x26','\x97','\x61','\xbe','\x24','\xe9','\xac','\x15','\x9c','\x76','\xe8','\xe9','\x3a','\x35','\x34','\xd3','\xc8','\xba','\x8e','\x78','\x06','\xae','\xfa','\xab','\x12','\xd8','\xdd','\x12','\xc5','\xb1','\xb6','\x8c','\xd5','\x4b','\x8a','\x5e','\xbc','\xee','\xe5','\x94','\xe8','\xa8','\x12','\x65','\x7c','\xe3','\x41','\x59','\xef','\x4d','\x9c','\x09','\xe6','\x0f','\x9f','\xbd','\x7e','\x04','\x92','\x69','\x32','\xbe','\x91','\x6e','\x9f','\xed','\x95','\x2b','\x2f','\xc9','\x95','\x3b','\x6d','\xc3','\x5d','\x30','\xa2','\x7f','\xe0','\xc4','\x67','\xe1','\x9e','\xd1','\x9c','\x96','\x07','\xaa','\xf1','\x9c','\x89','\x07','\x4e','\xc9','\xe5','\xf2','\xc2','\x3f','\x2d','\x9a','\xff','\xb4','\x38','\xfa','\xa2','\x39','\xca','\x34','\xfc','\x20','\x90','\x1f','\x36','\x77','\x3f','\x5c','\x0a','\xfe','\xe5','\xc9','\xb3','\x0f','\x97','\x8d','\x87','\x33','\xf8','\x5f','\xee','\x7f','\xe6','\xe1','\xa1','\xb3','\x0f','\x3f','\x76','\xfa','\x5f','\xe6','\x4f','\x3f','\xbc','\xdb','\x78','\xf8','\x93','\x46','\xf0','\x19','\xe7','\xcc','\xeb','\xf8','\xd0','\x79','\xcc','\xf4','\xf9','\xce','\xbd','\xc3','\x29','\x79','\x6f','\x79','\x21','\xb8','\x5b','\x22','\xc5','\x03','\xc4','\x1c','\x25','\xe5','\x9e','\xff','\xce','\x76','\xd6','\x7c','\xff','\x42','\x2f','\xf4','\xee','\xad','\xd9','\x6a','\x54','\x51','\x20','\xfe','\x42','\x51','\x01','\x20','\x57','\x70','\x13','\xad','\xd4','\xd1','\x47','\xfd','\xe3','\xad','\x85','\xa3','\x83','\xe4','\xf8','\x5b','\xf4','\xa8','\x3a','\x6e','\x05','\xfe','\x43','\xd2','\xe4','\xde','\x89','\x4a','\x2e','\x57','\x3e','\x32','\x52','\x96','\x0b','\x6c','\x5f','\xe4','\xf1','\x51','\x2a','\x1f','\xcd','\x2c','\x4c','\x5b','\xa5','\xc3','\xfa','\x81','\xc3','\xf6','\xe8','\x34','\xc6','\x47','\xa7','\x1f','\x3c','\x8a','\x7a','\x2d','\xc4','\xf4','\xd5','\xb3','\x57','\xda','\x86','\x22','\x83','\x3c','\x55','\x64','\xd8','\xa7','\x0b','\xf2','\x69','\xf6','\x44','\x9a','\x64','\xb4','\x26','\x77','\xb8','\x7b','\x02','\xa6','\x09','\x9f','\x9a','\xae','\xb6','\xea','\x96','\x91','\x5b','\x40','\xfc','\xf6','\x87','\x11','\x75','\x83','\xb6','\x1b','\x9a','\x0f','\x8c','\x3e','\x5f','\x85','\xbb','\xa1','\x8d','\x64','\xb5','\x5c','\xd3','\x6c','\x98','\x3c','\xbe','\x52','\x15','\xdc','\x3c','\x0f','\x08','\xa2','\x8b','\xb6','\xf6','\x96','\x5d','\x16','\x9c','\x42','\xc2','\xaf','\x09','\x8e','\xc4','\x68','\x02','\x00','\x6a','\xa4','\xb0','\x9e','\x0e','\x3e','\x3f','\x71','\xb5','\x0c','\xa4','\x96','\x8b','\x0a','\x23','\xeb','\x07','\xc4','\x2c','\xa7','\xcc','\x68','\x02','\xc9','\x70','\xf1','\xce','\xdb','\x71','\xa8','\xe0','\xf7','\x0b','\xb6','\xf5','\xf5','\x73','\x47','\xb5','\x60','\x9e','\x2d','\xf2','\x6c','\x54','\x7e','\xa5','\xc5','\x86','\x47','\xce','\x62','\x39','\xeb','\xc9','\x14','\x1d','\xa3','\x53','\xc7','\x0e','\xb4','\x8e','\xd1','\xf2','\xb1','\xe1','\xd2','\xb1','\xfe','\x53','\xd6','\xaf','\x04','\x87','\xc2','\x24','\xbc','\x8c','\x66','\x21','\xee','\x4f','\xbd','\x81','\xc1','\x25','\x35','\xf4','\xa3','\x5b','\xf2','\xb6','\x57','\x14','\x64','\x93','\xb7','\x9a','\xc3','\x45','\xa9','\x18','\x95','\xce','\x6f','\x8e','\x13','\x4f','\xc1','\x25','\x48','\x37','\xae','\x3f','\x9c','\x1d','\x59','\x59','\x2b','\xd9','\x13','\xeb','\x6d','\x7f','\x7c','\xff','\xe1','\xb5','\x32','\xba','\x29','\x16','\x6c','\x53','\x23','\x6b','\xed','\xc0','\x38','\x27','\xda','\x94','\xbd','\x41','\xa2','\xad','\xcd','\xcb','\xa7','\x12','\xed','\xa3','\x08','\xcd','\x33','\xb5','\x01','\xd9','\xf2','\xc2','\xb9','\xe0','\x0e','\xd3','\xaf','\xce','\xc9','\xa3','\xff','\xf1','\x18','\xb2','\x8f','\xc5','\x5f','\x83','\x2c','\xd5','\x69','\x0f','\x4a','\x2b','\xb0','\x24','\xe5','\x50','\x54','\xd6','\x35','\x0f','\xa5','\x21','\xce','\x54','\x8d','\xe7','\xf3','\x78','\x98','\x5a','\x41','\x16','\x53','\xcd','\xa1','\xa7','\xc6','\xa6','\x8e','\x0e','\x8c','\xcf','\xb3','\xed','\x36','\x36','\x25','\xcf','\xab','\xc1','\xeb','\x55','\x19','\x8f','\xcb','\x69','\xff','\x18','\xd1','\x8f','\xe5','\x8f','\x1e','\xfb','\x6d','\x0f','\x2a','\xe4','\xe8','\x31','\x80','\x46','\xd7','\x0f','\x11','\x5d','\x27','\x87','\x43','\x1c','\x4e','\x1d','\x71','\xec','\xa3','\xc5','\xda','\x46','\x2a','\x7d','\xaf','\x36','\xf9','\xc7','\xb5','\x89','\xa5','\xf0','\xd7','\x86','\x79','\xb7','\x3c','\xf1','\xea','\xe7','\x27','\x5e','\x1d','\x9d','\x88','\x48','\x45','\x49','\x9a','\x8c','\x4a','\x25','\x2c','\x9d','\x92','\x25','\x53','\x91','\x4c','\x75','\x0d','\x67','\x09','\x29','\x08','\x2e','\xa9','\x01','\xb6','\x6c','\x56','\x32','\xef','\x46','\x27','\x96','\x64','\x71','\x16','\xc5','\xc4','\x20','\x25','\x80','\xc7','\xfc','\xe6','\x80','\x8b','\x6d','\xa9','\x67','\xba','\xd4','\xe9','\x8f','\x20','\x4d','\x08','\x0d','\xf8','\xf6','\xa2','\x64','\x4e','\x4a','\x66','\xb4','\x71','\x32','\xb8','\x07','\x00','\x4d','\x40','\xbc','\x0e','\x31','\xa3','\x1b','\x28','\x68','\x98','\x56','\xc3','\xdc','\x80','\xd7','\xd4','\xb9','\x77','\xe6','\xb3','\xbc','\xee','\xea','\xdc','\x81','\x77','\xe3','\xdf','\x1e','\x46','\x90','\x86','\xd7','\x7f','\x4f','\xd8','\xe8','\x8c','\x89','\x56','\xf2','\x62','\x3d','\x15','\x27','\xf1','\xea','\x86','\xb8','\xbf','\xfb','\xb6','\x93','\xda','\xe1','\x45','\x3e','\x22','\xc4','\x72','\x4b','\x3b','\xa1','\x4b','\x67','\x27','\x68','\x74','\x63','\x64','\x16','\xd4','\x20','\x46','\x8c','\x70','\xbc','\x79','\x12','\x8b','\x10','\xf1','\x1c','\xf9','\xdd','\x1b','\x81','\xfb','\xfe','\x14','\xd2','\x4c','\x14','\xdf','\xde','\x0e','\x55','\x31','\x04','\xb5','\x55','\x79','\x4f','\x6e','\x20','\xe1','\x32','\x12','\x89','\xcb','\xd6','\x67','\x9c','\x58','\xa3','\xe4','\xb3','\x37','\x83','\x56','\x08','\xad','\x12','\x0b','\x7e','\x28','\x91','\x28','\x34','\x9a','\xf6','\x51','\xc2','\xdb','\xa1','\x9d','\xd4','\x7a','\xb8','\xe8','\xc6','\x17','\xd9','\x14','\xd1','\x43','\xe8','\x96','\x57','\xbe','\xdf','\xf8','\xc4','\x50','\xab','\xc3','\x31','\x5c','\x48','\xc6','\x14','\x17','\x5a','\x09','\xa1','\xd5','\xb7','\xf4','\xc6','\x23','\x93','\x2b','\xa3','\xe5','\x66','\x26','\x7a','\x7b','\xe3','\xa1','\x84','\x84','\xdc','\x1d','\xc7','\x47','\xb0','\xf3','\x1a','\x40','\x7d','\xd2','\x60','\x75','\x94','\x31','\xca','\xb0','\x8e','\xa2','\x54','\xbb','\x41','\x91','\x48','\xd5','\x25','\xaa','\xb5','\x28','\x75','\x3b','\xa4','\x2d','\xae','\x52','\xd7','\xdc','\xb1','\x1d','\xb6','\x31','\x99','\x91','\x58','\xc7','\xd2','\x04','\x96','\x72','\x17','\xc1','\x22','\xc3','\x09','\x5f','\x71','\xa4','\xa0','\x29','\x4d','\xdd','\x66','\xc6','\xa3','\xf4','\x0c','\x96','\xce','\xc2','\xa5','\xbc','\x64','\x34','\x25','\x07','\x8f','\x31','\x91','\xbd','\xb1','\x1d','\x0e','\x47','\x80','\xf0','\xec','\x3c','\x29','\x1e','\x0c','\xde','\x77','\xab','\xb9','\x28','\x12','\x25','\xed','\x2d','\x5f','\x55','\x91','\x76','\x77','\x5e','\x1d','\x3c','\xa8','\xdd','\x75','\xd5','\xc1','\x68','\xff','\x5d','\x49','\x9d','\x80','\xa8','\x01','\xe5','\x30','\x51','\x0f','\x49','\xad','\xc5','\xf3','\xee','\xe2','\xec','\x96','\x76','\xe0','\xa5','\xba','\xa1','\x94','\x5b','\x5c','\x94','\x91','\xce','\xef','\xa0','\x6d','\x57','\x82','\x90','\x99','\xe0','\x1e','\x19','\x65','\x15','\x29','\xb9','\x2a','\xf1','\xf8','\x9d','\x1d','\xdf','\xab','\x57','\x8e','\xf6','\x26','\xfc','\xe0','\x1d','\xbd','\x17','\x1f','\xed','\x4d','\x78','\x69','\xac','\x47','\xf1','\x51','\xeb','\xb6','\x37','\x6e','\xe8','\xe3','\x46','\xc1','\xba','\x1d','\x44','\x91','\x14','\x7d','\xf0','\xbb','\xc1','\xdf','\x7d','\x39','\x3a','\xec','\x44','\xe9','\xc1','\x28','\xf0','\x9f','\x9d','\xda','\x41','\xad','\x5e','\xb4','\x1c','\xbc','\xeb','\xf7','\x22','\xb7','\x17','\x5d','\x4d','\x0b','\x24','\x1a','\x79','\xd0','\xba','\x13','\x8c','\xeb','\x78','\xfc','\xa9','\xa6','\xb5','\x6c','\x44','\xa3','\x40','\xc1','\xdb','\xcd','\x28','\x40','\xfd','\x4d','\xb1','\x76','\xd6','\xf3','\x37','\xdd','\x58','\x4b','\xde','\xb4','\x25','\x82','\x72','\x53','\x44','\x24','\x04','\x45','\xce','\xf2','\xa0','\x48','\x31','\x22','\x89','\x11','\xa6','\x21','\x50','\x31','\x70','\x05','\xc6','\x33','\x6d','\x11','\xa0','\x53','\x5d','\xc1','\xb6','\x91','\xb0','\xb1','\xa9','\x2d','\xad','\x6d','\x4a','\x08','\x05','\x81','\x36','\x87','\x15','\xe5','\x10','\xa6','\x8b','\x9d','\x71','\xde','\xb1','\x3f','\x5b','\x3a','\xc3','\x7d','\xfc','\x4c','\x70','\x71','\xeb','\x78','\x0e','\x94','\x1e','\x0a','\x7c','\x15','\x80','\x75','\xd8','\x08','\x97','\xd3','\x61','\x7e','\x22','\x24','\x1f','\x72','\x0f','\xf6','\x2f','\xac','\xe6','\xd2','\xee','\x30','\x71','\xa3','\x2b','\x20','\xfb','\x30','\x4f','\xc1','\x89','\xeb','\x0d','\x36','\x26','\x1d','\xdc','\xb6','\x15','\x33','\x41','\x4c','\x8f','\x7b','\x3d','\x1b','\xe9','\x61','\xec','\xed','\x91','\xab','\x7b','\x88','\x1e','\x57','\x84','\x0b','\xaa','\x75','\x53','\x47','\xa2','\x20','\xd8','\x87','\x16','\xed','\xfe','\x59','\x3d','\x27','\xea','\xc3','\x11','\x35','\xda','\xa0','\xc1','\x0f','\x99','\x55','\x96','\xc2','\xca','\x6d','\xfc','\x6f','\xef','\x59','\xfc','\x3a','\x0f','\xf0','\x11','\xef','\xf8','\x09','\x11','\x7b','\x22','\x9e','\x12','\xb1','\xc1','\xb1','\x35','\x65','\x71','\x8a','\x88','\x44','\xe1','\xb9','\x77','\x20','\x0b','\x2a','\x52','\xe1','\x2d','\x54','\x70','\xb9','\x47','\xba','\xca','\xa8','\x03','\xf6','\x12','\xb4','\x25','\x97','\x60','\xa6','\x19','\x07','\xed','\x1b','\xc8','\x66','\x03','\x88','\x66','\x36','\x05','\x53','\x74','\x94','\x8a','\xee','\xe8','\x09','\x32','\x3e','\x74','\xdb','\xef','\xe7','\xc7','\x23','\xc3','\x09','\x2f','\xda','\xec','\x7a','\x54','\x26','\x3c','\x3c','\x8b','\xac','\xa5','\x6e','\x28','\x65','\x53','\x4a','\xc4','\x0b','\x5e','\xea','\xde','\xd4','\x27','\x6a','\xc6','\x33','\x12','\xc6','\x05','\x19','\x97','\x49','\xe2','\x1d','\x25','\xd6','\x54','\xd1','\x41','\x1d','\x11','\xf6','\x5e','\x68','\xd1','\x45','\x37','\x70','\x17','\xbb','\x63','\x43','\xf4','\x93','\xab','\x8a','\x77','\xeb','\x9a','\x28','\x8b','\x22','\xfc','\x9a','\x38','\x82','\xf6','\x3e','\xb1','\x90','\x4b','\xbe','\x7c','\xa7','\xf5','\x1a','\xd3','\x72','\xd3','\xab','\x87','\xa9','\xf9','\x03','\x74','\xf7','\x3f','\xc7','\x9a','\x69','\xc1','\x8e','\xed','\xd8','\x0e','\x68','\x3e','\x73','\x8a','\xd2','\xc0','\x9f','\x3b','\x5c','\x9b','\x98','\x69','\x6c','\x79','\xa3','\xf0','\x75','\x3a','\xb9','\x11','\xef','\xda','\xa2','\xed','\x4f','\xa1','\x83','\x1f','\xd1','\x1f','\x58','\x21','\x4b','\xb8','\xba','\x04','\x42','\x21','\x5c','\x09','\x9b','\x7a','\x3b','\x02','\xd1','\xd9','\xc2','\x62','\x2b','\x86','\xa6','\xcf','\xa0','\x54','\x44','\x70','\x8f','\xcc','\xd4','\x06','\xad','\x60','\x18','\xa1','\xe1','\xb4','\x17','\x5d','\x88','\x06','\x7f','\xfe','\x43','\xbc','\x7b','\x3f','\xa3','\x9e','\x87','\x7e','\x68','\x2d','\x80','\xc2','\xc9','\xa6','\xac','\xe7','\x62','\x3b','\x8e','\x89','\xc7','\xa3','\x29','\xc3','\xc8','\x4a','\x99','\x87','\x55','\x2a','\x28','\xa2','\x5a','\x81','\x8e','\xd0','\x1a','\xae','\x63','\x38','\xf0','\xa1','\x7f','\xe9','\x96','\x58','\xc8','\xb1','\xdf','\x6f','\x0f','\x1c','\x23','\x03','\x1f','\x92','\xb1','\x2c','\x19','\xc8','\xd6','\x07','\x3e','\x3c','\x31','\x96','\xfd','\xe7','\x03','\xd9','\x3d','\x03','\x1f','\xee','\x99','\xcc','\xed','\x79','\x66','\x38','\x5d','\x1b','\x49','\x7c','\xd4','\x38','\xf3','\xa6','\x35','\x02','\x23','\x13','\xfc','\x65','\xb0','\x56','\x0f','\x4b','\xeb','\xb2','\x3f','\x71','\xb9','\xc6','\x28','\xac','\x80','\x3f','\x12','\xdc','\xd9','\x81','\x1b','\x52','\xcf','\xbf','\x29','\x04','\x7f','\x9e','\xc1','\x7b','\x47','\x81','\xd8','\xaf','\xb3','\x52','\x70','\x33','\xde','\xff','\x87','\x8f','\xf4','\xff','\x3f','\x3e','\xdf','\xfb','\xc5','\xcc','\x43','\x0f','\x65','\xf6','\x8a','\xd2','\x83','\xa2','\xc4','\xfe','\x24','\x9a','\x1e','\x4b','\x48','\x78','\x97','\x8b','\x94','\x6e','\xdc','\x31','\xb3','\x0f','\x98','\x86','\xa3','\xdc','\xc0','\x78','\xd1','\x89','\xba','\x8e','\xe0','\x1e','\x8c','\xdf','\x6c','\x9e','\x59','\x82','\x80','\x47','\x94','\xb5','\xd3','\xcc','\x4a','\x99','\x98','\x43','\x6f','\xcd','\x09','\x8b','\xb5','\x98','\xe0','\x9f','\x49','\x79','\xf7','\x95','\xf2','\x6c','\x84','\x44','\x8e','\xbf','\xc1','\x4a','\x51','\xda','\x3b','\x58','\x08','\xbe','\x98','\x41','\x0f','\x65','\xd0','\xde','\xd1','\xe8','\xde','\xd1','\xf3','\xa2','\x54','\xe0','\x54','\x8e','\xc5','\xcb','\xbf','\xf0','\x48','\x89','\x3d','\x7c','\xe1','\x5e','\x34','\x57','\x8e','\x0d','\x16','\x3c','\x51','\xaa','\x8a','\x92','\x2e','\x32','\xf9','\x35','\x06','\xd0','\x98','\x21','\xa0','\xd4','\xbf','\x40','\x61','\x1a','\x47','\x71','\x9a','\x89','\x9b','\x33','\x6c','\x9c','\xee','\x06','\x8d','\xb5','\x74','\x36','\x5c','\xe9','\x60','\x5f','\xe5','\x29','\x25','\x48','\x01','\x1f','\x9d','\x20','\x42','\x2b','\x1f','\x9f','\x58','\x39','\xf3','\x1c','\x51','\x4b','\x44','\x6c','\x01','\x8e','\xb4','\x80','\xd0','\xa1','\x25','\xa9','\x1f','\xae','\xcb','\xa5','\x61','\xf6','\xe2','\x83','\x7c','\x88','\x1e','\xea','\x8c','\x92','\x35','\x2b','\x75','\x86','\xee','\x7c','\x3c','\xfe','\x0b','\x8f','\x78','\x7b','\x47','\xa7','\x5e','\xb8','\x67','\xe4','\xca','\x78','\xb0','\x10','\xf6','\x5f','\x11','\x25','\x35','\x3d','\xa6','\xb3','\xfe','\xdc','\xb5','\x21','\x49','\xdc','\x92','\xcf','\x79','\x9d','\xcc','\x14','\xcb','\x90','\xe9','\x05','\xb3','\xd2','\xef','\xce','\x06','\x47','\x00','\xee','\x16','\x50','\x87','\x7f','\x6e','\x7f','\x22','\x02','\x4f','\x36','\x71','\xae','\x8b','\x86','\x74','\xf7','\x65','\x65','\x90','\xa4','\xef','\x92','\x4e','\xa9','\x92','\xde','\x56','\x5b','\x31','\x29','\x57','\x3e','\x3d','\x48','\x24','\x3a','\xe1','\x44','\x4d','\x47','\x68','\x1d','\x8c','\x4f','\x34','\xcf','\x3c','\x87','\xd5','\x12','\x16','\x5b','\x53','\x00','\xb8','\x62','\xa2','\xe0','\xbd','\x1a','\x5b','\x79','\x48','\xa8','\x59','\x6f','\xd5','\xcc','\x89','\x9a','\xf9','\xec','\xb7','\xcc','\xd3','\xdf','\xb5','\xfe','\x3f','\x5f','\x36','\x1f','\xf8','\xb2','\xc9','\x1f','\xfe','\xd3','\xfe','\xda','\x3f','\x1d','\xbc','\xf0','\x4f','\xff','\x87','\x2f','\xff','\xd3','\x27','\x3f','\xf8','\xed','\xbf','\xf9','\x16','\xfc','\xca','\xe9','\x5f','\xf5','\xd7','\xfe','\x41','\x7f','\x4d','\x79','\xfb','\x6b','\x4a','\x11','\xeb','\xc3','\xc4','\xfa','\x99','\x67','\x8a','\xa4','\x24','\x92','\x93','\x3f','\x48','\x3f','\x1b','\x49','\x4c','\x44','\x91','\xf5','\xbe','\x37','\x39','\x43','\x4a','\xe6','\xb5','\x53','\xaa','\x69','\xfd','\xb4','\x6e','\x4a','\x09','\xa6','\x53','\x7d','\x74','\x7f','\xc0','\x8d','\x51','\x94','\xac','\xeb','\x9d','\xa5','\xc8','\x06','\x99','\xcd','\x78','\x3f','\x23','\x51','\xfa','\x09','\x1b','\xff','\x58','\xbc','\xff','\x17','\x1e','\xc9','\x7e','\xea','\xf3','\x6f','\xff','\x79','\x46','\xe7','\xa8','\xb5','\xc1','\x92','\x94','\x4b','\x8f','\x01','\xf4','\x37','\xa0','\xc4','\x44','\x8a','\x48','\x3c','\x12','\x04','\x33','\x6c','\x2f','\xb8','\x4a','\xec','\xdd','\xbf','\x9b','\x46','\x0f','\x45','\xed','\x2f','\xef','\x6f','\xd4','\x47','\xbe','\xf6','\xe5','\x7f','\x10','\xfd','\x62','\xf0','\xe3','\xcb','\x38','\xfa','\x07','\xfb','\xa2','\x17','\x1e','\x5e','\x3e','\x3f','\xf2','\xdc','\xfb','\xfb','\x4b','\x5f','\xd2','\xa3','\x5f','\xbe','\xbe','\xfc','\xa5','\xfd','\xe3','\xf5','\xfd','\xe3','\x5f','\xde','\x3f','\xfe','\x45','\x6d','\xf9','\xf2','\x7e','\xe3','\x0f','\xf6','\x1f','\xbd','\xb0','\xff','\xe8','\x79','\xed','\x8d','\x59','\x55','\xb7','\x3b','\x78','\x14','\xe5','\x6a','\x3a','\x04','\x21','\x99','\xe8','\x04','\xfe','\x20','\xea','\xa2','\x62','\x4b','\xf0','\x50','\xcc','\x94','\x53','\x26','\x6e','\x59','\x1e','\xd2','\xda','\xa8','\x13','\x9d','\x44','\x79','\x9e','\x8e','\x4d','\x95','\x9f','\xd7','\x8e','\x1c','\x33','\x71','\x4a','\xf3','\xd8','\xea','\x44','\x16','\x4a','\xb4','\x00','\xa0','\x40','\x63','\x4c','\x80','\xcd','\x4e','\xf0','\x77','\xc8','\x8c','\x00','\xa2','\x3e','\xc7','\xb3','\x42','\x55','\x1d','\x99','\xdb','\x1a','\xa9','\xba','\xc2','\xdd','\x56','\x62','\x4a','\x5e','\x35','\x31','\xc0','\x4d','\x23','\x8e','\x98','\xe4','\xda','\xc8','\x66','\xc6','\xd6','\xb5','\x04','\x0f','\xaa','\xdd','\x98','\x95','\x09','\xa1','\xb5','\xfc','\x8c','\x68','\x73','\x4a','\xa6','\x8d','\x82','\xb5','\x1b','\xf0','\xb5','\x1d','\xf5','\x82','\xa4','\xd7','\xb2','\xd0','\xc6','\x51','\x57','\x42','\xdd','\xf4','\x59','\xa7','\x3a','\x18','\xb6','\x36','\xe2','\x92','\x4b','\x02','\x78','\xe7','\x4e','\x16','\x09','\x46','\xa8','\x4f','\x40','\xfb','\x66','\x95','\xd4','\x92','\x3c','\x74','\x03','\x0f','\x45','\xb0','\x11','\x19','\x73','\xd2','\xf7','\x30','\xe3','\x20','\xb2','\xb4','\x8e','\x23','\xdd','\x6c','\x06','\xef','\x34','\x01','\x45','\x93','\x91','\xd3','\xb4','\x9a','\xdd','\x3a','\x7b','\xfe','\xae','\xd7','\xf5','\xed','\x47','\xfb','\x1c','\xc4','\x31','\xa5','\x23','\x43','\x38','\x62','\xe0','\x88','\xd3','\x85','\x92','\xde','\xd0','\xce','\x7a','\x2c','\x00','\x76','\xb0','\xd5','\xec','\x5c','\xd8','\xe1','\x26','\x0a','\xde','\x41','\x5c','\xa2','\xf9','\x10','\x23','\x00','\xd8','\xd4','\x78','\x08','\x62','\x04','\xe0','\xf8','\x65','\xcd','\x7f','\x2c','\x85','\xaa','\x64','\xdc','\x24','\xd3','\x66','\x72','\xdc','\x0c','\x96','\x4d','\x32','\x5e','\x26','\x4f','\x05','\x7b','\xa6','\xca','\x16','\xab','\x70','\x4a','\x8e','\x97','\x03','\xaf','\x53','\x4f','\x8d','\x97','\x3f','\x39','\x5e','\xf8','\xd4','\x78','\xe3','\x53','\x85','\xc6','\x89','\xa9','\x0b','\xbf','\xf1','\x96','\x53','\x9f','\xc1','\x24','\x32','\x45','\xa2','\x04','\x5c','\xf5','\x39','\x4e','\x4e','\xd2','\x94','\x83','\xb7','\x3d','\x0e','\x98','\x13','\xd9','\xc3','\xcc','\xb4','\xf2','\x38','\x81','\xf4','\x48','\x43','\xc9','\x32','\x0d','\xde','\xfd','\x2b','\x72','\x32','\x41','\x4a','\x52','\xca','\x24','\x9f','\xb4','\x82','\x4f','\x99','\xe4','\x53','\xe3','\xe4','\xc4','\x61','\x72','\x62','\x89','\xd4','\x67','\x49','\x12','\xf8','\x15','\x45','\x13','\x6e','\xf0','\x9e','\x1d','\xa6','\xd8','\xc8','\xce','\xcc','\x67','\x5f','\xbc','\x90','\x7d','\xd1','\xd1','\x5e','\x74','\xb2','\x2f','\xce','\x67','\x2f','\xd7','\xb3','\x97','\x17','\xb2','\x97','\xdd','\xec','\x8c','\xae','\xcd','\xe8','\x3c','\xb6','\xd7','\xe4','\xe1','\xbd','\x34','\x77','\x8e','\x7e','\x58','\x23','\xcf','\xcf','\xa5','\x0e','\xcd','\x25','\x84','\xf9','\x38','\x77','\xcb','\x6a','\x05','\xab','\xdb','\x72','\xb5','\x5c','\x70','\xb3','\x4e','\x33','\xeb','\xf8','\x59','\xc7','\x0d','\x49','\xeb','\x56','\x42','\xca','\x39','\xee','\x87','\x8e','\xfb','\xbc','\xe3','\x1e','\x72','\x1a','\xc2','\x75','\x40','\xb6','\x47','\x8b','\x28','\xb8','\x6b','\xe7','\xa4','\x4c','\x8e','\x68','\x39','\x25','\x93','\xdb','\x9d','\xc9','\x3d','\xf4','\x2d','\xed','\x21','\x56','\x6e','\xa2','\xf5','\x27','\x56','\x26','\x97','\xcb','\xe4','\x06','\x7f','\x39','\x88','\x64','\x5e','\x90','\xd4','\x23','\x51','\x55','\x94','\x55','\xa6','\x9b','\xa3','\x09','\x1b','\xde','\x6b','\x96','\x77','\xfb','\x9c','\x9a','\xad','\xd1','\xec','\x1c','\xd1','\xe6','\x53','\xd9','\x85','\xe7','\xb2','\xff','\xe1','\x03','\xc8','\xc2','\x00','\x84','\xb5','\x2b','\x7e','\x76','\x16','\xaf','\x51','\x6e','\x16','\x7f','\x38','\x3b','\xf5','\xfc','\x2c','\x39','\x34','\x1b','\xaa','\x8b','\x6c','\xbf','\xe0','\x60','\x75','\x2c','\x3b','\xb3','\x9a','\xbd','\xb2','\x31','\x07','\x4d','\x23','\x7b','\x3d','\xd8','\xf4','\xa6','\xf3','\xcd','\x8d','\xc9','\x38','\x72','\x0e','\xfe','\x90','\xe3','\xed','\x1f','\xba','\xe8','\x85','\xb8','\xe5','\xeb','\xe3','\xc3','\xbe','\xb1','\xde','\x08','\x49','\xdb','\x50','\x87','\xe7','\x36','\xd2','\x58','\xaf','\x58','\xcb','\x35','\x88','\xb0','\x66','\x0d','\x42','\x3b','\x36','\x7e','\xde','\x4e','\x1d','\x02','\x7c','\x8e','\xb6','\x60','\x53','\x36','\x63','\x00','\x98','\xb7','\xe4','\x33','\x7d','\x30','\xed','\xa6','\xc8','\x12','\x21','\xee','\xb5','\xb4','\x6b','\x12','\x77','\x85','\xbc','\xe7','\x04','\x0d','\xe9','\x8c','\x2b','\xe9','\x8b','\x76','\x24','\xe1','\xc6','\xce','\xc8','\xe0','\x45','\x99','\xa2','\x13','\x7b','\x74','\xee','\x54','\xc9','\x74','\xc8','\x2a','\x25','\x9a','\xdb','\x8d','\x2f','\x80','\x9d','\x3a','\x89','\xd3','\xef','\xfb','\x83','\x22','\x16','\x1f','\xc2','\xc1','\xcf','\xb0','\x24','\xe2','\xd8','\x2c','\xc6','\x77','\x3d','\xf2','\x02','\xe6','\x3c','\x3e','\xd4','\x5a','\xbb','\x39','\xda','\xba','\x99','\xda','\xd8','\xbe','\xd6','\x5c','\x66','\x31','\x71','\x74','\x2c','\xb7','\x15','\xb4','\xdc','\xec','\x3c','\xa3','\x46','\xf6','\x62','\x90','\xad','\x4b','\xd9','\x7a','\x54','\xe3','\x63','\xcb','\xdf','\x68','\x6d','\x7c','\xdc','\xec','\x85','\xf5','\x95','\x00','\xf3','\xfe','\x07','\xee','\xf3','\x97','\xdd','\x43','\x0b','\x2d','\x61','\xc1','\x12','\xae','\xf6','\x09','\x73','\x72','\xd0','\xc0','\x90','\xd2','\xe2','\xd3','\x57','\x73','\x03','\xe3','\x90','\xa6','\xe7','\x91','\x21','\xc8','\x6d','\x21','\x2b','\xb9','\xdd','\xfb','\xe1','\x56','\x31','\x3b','\xc9','\x58','\xb1','\x16','\xcf','\xe7','\x00','\xd8','\x7f','\x98','\x43','\xeb','\xb3','\x0a','\x0d','\x64','\xfa','\x02','\xa1','\x47','\x14','\x2a','\xaa','\x54','\xd4','\x69','\x44','\x55','\x63','\x24','\x1f','\xc7','\x34','\x8f','\x0b','\x37','\x82','\x20','\x26','\xd8','\xf1','\x7e','\xfb','\xe0','\x13','\x7e','\x93','\x75','\xe8','\x59','\x1b','\x3f','\x15','\x60','\xdb','\xef','\x46','\xdc','\x7c','\xd4','\x7b','\x89','\xe7','\xa8','\x28','\xb6','\xad','\x9f','\xb1','\x92','\x6a','\x7f','\x0b','\x49','\x19','\xb4','\x55','\x94','\x3b','\xe0','\xe5','\x86','\x89','\xf6','\x1e','\xa5','\x08','\x82','\xcc','\x4d','\x94','\xfe','\xed','\xe0','\x83','\xd9','\x1d','\xda','\xf1','\xb4','\x56','\xa7','\x1d','\x61','\x0e','\x05','\x37','\x51','\x2e','\x13','\xc2','\xf8','\xe3','\x5c','\x16','\xfc','\x76','\xb4','\xe1','\x4a','\xee','\x71','\x23','\x47','\x9d','\x5c','\xd6','\xc8','\xb1','\xfa','\xc8','\x90','\x46','\x31','\xdc','\xae','\xb2','\x52','\x40','\x39','\x69','\x3e','\xf7','\x48','\x23','\x78','\xe4','\xcf','\x5f','\x18','\x7d','\xe8','\x48','\x99','\x88','\x27','\xdb','\xa2','\xb8','\xda','\xc1','\xc3','\x61','\xd2','\x39','\xb0','\xd7','\x4b','\xa1','\xad','\x05','\x76','\x22','\x4c','\x88','\xc3','\x93','\x4a','\x2b','\x37','\x08','\xa4','\xbe','\xba','\x41','\xb6','\x54','\xda','\x77','\x88','\x7e','\x0b','\x50','\xd0','\x04','\xee','\x49','\x95','\xeb','\xe7','\x69','\x32','\xcc','\x68','\xce','\x64','\x7b','\xad','\xa0','\x3d','\xf2','\x8f','\x73','\xa3','\x7b','\x73','\x39','\x9e','\x3d','\x81','\x91','\xe6','\x6b','\x03','\x03','\x39','\x46','\x9a','\xcf','\x9f','\x48','\x39','\x00','\x86','\x70','\x5f','\x40','\xee','\x11','\xf6','\x82','\x31','\xc8','\xa0','\xd1','\x99','\x77','\xbe','\x11','\x20','\xc5','\xcf','\x02','\x5b','\xc0','\x81','\x76','\x39','\x93','\xe5','\x14','\x5c','\xf1','\x9f','\xaf','\x4b','\x87','\xa0','\x5f','\xd2','\xd9','\xeb','\x90','\x81','\xa2','\xd7','\x76','\xcf','\xce','\x9a','\xbd','\x7f','\x58','\xea','\xfd','\xc3','\xc8','\xbe','\xaf','\x3e','\xf4','\xde','\xab','\x7b','\x0f','\xbd','\xda','\x16','\x66','\x56','\xd7','\xf2','\xf9','\x26','\x76','\x02','\xb2','\x5e','\x47','\xd7','\xd9','\x9e','\x99','\x77','\xb3','\x5e','\x97','\x17','\x18','\x9b','\xb2','\x73','\x8b','\xe0','\xa3','\x05','\x07','\x77','\x33','\x0e','\x0d','\x02','\x6d','\xd1','\x49','\xcf','\x38','\xaa','\xe0','\xe4','\xd3','\x1e','\xe5','\xd9','\x4f','\xca','\x82','\x53','\x4b','\xfb','\xd2','\x86','\xf8','\xb2','\xbd','\x00','\xc2','\x06','\xdc','\xcf','\x64','\x16','\x20','\x30','\xa0','\x96','\xe2','\xba','\xe9','\x56','\x93','\xc4','\x7c','\x82','\x9a','\x49','\xbb','\x99','\xbe','\xcd','\x74','\xe9','\x66','\xa7','\x7e','\xd3','\x0b','\xe1','\x5e','\x89','\xd9','\x0c','\x7e','\xe2','\x77','\xf2','\x55','\xa1','\x06','\xbd','\x18','\xa8','\x1c','\x79','\xef','\x8c','\xe9','\xea','\xa6','\xdb','\xcd','\x87','\x48','\xba','\x79','\x78','\x77','\x40','\xb4','\x48','\x5d','\x4e','\x91','\xcb','\x24','\x7d','\xb9','\xbd','\x05','\x18','\x9c','\x3d','\x51','\x2e','\x13','\x7a','\x99','\xa8','\x97','\x89','\x4e','\x48','\x3f','\xe3','\x09','\x2e','\xdf','\x4a','\x33','\x6b','\x5c','\xba','\x0b','\xb6','\xf0','\x91','\x4f','\xfa','\x39','\x4d','\xcc','\xd4','\x9e','\xba','\x1e','\xcc','\xae','\xcb','\x65','\x89','\xe3','\x18','\xa0','\x35','\x62','\xc3','\x1e','\xe3','\x36','\xc2','\x46','\xd4','\xcd','\xed','\xc1','\xc2','\x40','\x22','\x9c','\xa8','\xf4','\xcf','\xb8','\x3c','\x89','\xcc','\xf6','\x6f','\x77','\x36','\x76','\xf2','\xe7','\xf6','\x67','\x50','\x70','\x35','\xee','\xb3','\xd1','\x21','\xbe','\x20','\xb5','\x30','\xf5','\x46','\x48','\xb9','\x02','\x63','\xec','\xda','\x70','\x26','\x37','\x0a','\x09','\x77','\x72','\xf9','\x51','\xc8','\xea','\x02','\x39','\x52','\x80','\x8a','\x54','\x3a','\x4e','\xc7','\x6a','\xb4','\x7b','\x4e','\x12','\x06','\xb5','\x04','\xcd','\x8d','\x95','\x2d','\xe8','\x5e','\xdb','\x73','\x88','\x6f','\xc4','\x73','\xe8','\x9f','\xb5','\xb5','\x25','\x35','\x0b','\x49','\x79','\x42','\x59','\x80','\xb2','\xb3','\x92','\xc6','\x58','\x31','\x54','\x42','\xaa','\x32','\xf1','\xa7','\x9d','\x37','\xb3','\xb5','\x2e','\xcd','\x41','\x3e','\xa9','\xfe','\xf9','\xc9','\xfe','\xfa','\xe4','\xc4','\x42','\xf1','\xa9','\xab','\xd6','\x2c','\x1a','\xeb','\x5f','\x90','\xb4','\x3b','\xc1','\x3a','\x57','\xdf','\xce','\xe7','\xb7','\x3c','\xe9','\x72','\xc8','\x7e','\x4e','\x13','\xb6','\xfb','\x94','\xed','\xce','\x02','\xeb','\x08','\x17','\xb9','\x14','\x25','\xd1','\x18','\x21','\x52','\xda','\x93','\x08','\xea','\x21','\x08','\xaf','\x00','\x23','\xa0','\x31','\x8e','\xc5','\xb4','\xd3','\xdb','\xad','\xbf','\x5a','\xf8','\x5e','\x61','\x92','\xa6','\x1a','\x27','\x47','\x02','\x16','\xfd','\xa2','\xad','\x5d','\xb6','\xb3','\x2f','\xd9','\xd9','\xaf','\x3b','\xd9','\x19','\x7f','\xc3','\x7c','\xd5','\xb2','\x33','\xc1','\xb6','\xf9','\xb2','\x9f','\x9a','\xb1','\x67','\x05','\xbb','\x9f','\xc9','\x4a','\x77','\x2c','\x3b','\xbf','\x9a','\xbd','\xd8','\xca','\x3a','\x66','\x48','\x1a','\x94','\x65','\x68','\x73','\xd3','\x13','\xca','\x69','\x18','\xe8','\xfa','\x57','\xfa','\x5f','\xde','\xd3','\xbf','\x10','\x9f','\xb0','\xe3','\x4f','\x5d','\xbf','\x39','\x8b','\xd6','\xfc','\x2e','\xf8','\xac','\xad','\xa5','\xbd','\xd8','\x9c','\xff','\xe2','\x23','\x92','\xe7','\xae','\xbf','\xd7','\xda','\xbe','\xb0','\xf5','\xac','\x5d','\xcd','\xda','\x2d','\x90','\x32','\x90','\xc7','\xca','\xe6','\x39','\x79','\x17','\xb2','\xe7','\x9d','\xec','\xef','\xd7','\xb4','\x17','\xcf','\x67','\x5f','\x9a','\xcd','\x7e','\x7d','\x76','\xeb','\x7b','\xd9','\x52','\xb8','\x0e','\x61','\x3d','\x7f','\x7d','\x3e','\xfb','\xd2','\x85','\xec','\x65','\x27','\xfb','\x85','\x7a','\xf6','\x0b','\x0b','\xd9','\x99','\xab','\x1a','\x5b','\xcc','\xd7','\xb7','\xec','\xb8','\xf5','\x4c','\x64','\x3b','\x8e','\xcf','\x60','\x14','\x69','\xb3','\x28','\x27','\xb8','\x39','\xe4','\x02','\xcf','\x64','\x4b','\x5a','\x73','\x35','\x61','\x3e','\x27','\x40','\x9a','\xb9','\x5c','\xcf','\xad','\xdc','\xd9','\x37','\x72','\x3d','\x57','\xb5','\x1e','\xc8','\x91','\x94','\xdb','\xb5','\x90','\x4b','\x82','\x83','\x7d','\xae','\xd7','\x19','\xcc','\x5e','\x1c','\xec','\xaf','\x15','\x0f','\xd5','\x8e','\xc7','\xec','\x9a','\x88','\x06','\x45','\x1b','\xda','\x81','\xdc','\x43','\x12','\xcf','\x89','\xa3','\xe7','\x24','\x15','\x72','\xd9','\xc8','\x24','\xa7','\xdc','\xce','\xfd','\xca','\xbd','\x9c','\xce','\x18','\x32','\xd6','\x98','\x40','\xc4','\x08','\xc4','\x65','\xda','\x83','\xc4','\x37','\x88','\x0c','\xa2','\xfc','\x20','\x40','\xef','\x56','\x8f','\x8b','\xad','\xda','\xfa','\x3e','\x9d','\xcb','\x7e','\x9d','\x8d','\x40','\x8d','\xbf','\xdd','\xbc','\x06','\x6f','\xd7','\xcd','\xaa','\xc6','\xd7','\xb0','\x56','\xdb','\xb0','\x9e','\x6b','\x7c','\x3d','\xf3','\x25','\x3d','\x51','\x2f','\x3e','\xb5','\x60','\xcd','\xaa','\x63','\x83','\x4c','\xe6','\xda','\xbc','\x27','\xec','\xa5','\xe4','\xf9','\x1c','\x06','\xff','\x70','\xad','\x57','\xc9','\x0d','\xa8','\x39','\x56','\xb2','\x57','\x60','\x4f','\x70','\x53','\x03','\x31','\xc1','\x65','\x5c','\x77','\x47','\x0f','\x72','\x2a','\x0a','\xb5','\xe3','\x56','\x50','\x63','\xec','\xa5','\x93','\xe9','\x92','\x7b','\xcb','\x10','\xda','\xf3','\x25','\x9a','\xfc','\xa6','\x99','\x3c','\xe7','\x3e','\x01','\xae','\xdd','\xe6','\x6f','\xd4','\xb4','\xcb','\xf5','\x78','\xf2','\xdd','\x76','\x12','\xc0','\x8d','\x48','\xf2','\xe2','\xa6','\x4a','\x27','\x52','\x11','\xb7','\xd9','\x32','\x51','\x10','\x3f','\x9d','\x46','\x28','\x19','\xf0','\x04','\xe2','\xfc','\xcc','\x9f','\x2c','\x2b','\xe4','\x46','\x9e','\x2e','\x5e','\xcd','\x79','\xab','\xfd','\xae','\xa6','\xa3','\xf8','\xf9','\xfb','\x98','\x4b','\x52','\x37','\x0e','\x68','\x50','\x78','\x83','\xcd','\x72','\x4e','\x98','\x83','\xde','\x06','\x41','\xd8','\x67','\xad','\xdf','\xd9','\x31','\xdb','\x4e','\x58','\x0f','\x2b','\x83','\x9c','\x8a','\x59','\xe7','\x78','\xf6','\x8f','\x6a','\x94','\x6c','\xe0','\x63','\x3c','\x67','\x90','\x6c','\xe7','\x70','\x4b','\xc3','\x6e','\x8e','\x34','\x73','\xc4','\xcf','\x11','\x27','\xf7','\x84','\x91','\x7b','\xe2','\x31','\xed','\x9f','\x93','\xdc','\xbf','\x56','\x72','\xe4','\x5a','\x8e','\xb4','\x72','\x44','\x67','\xe5','\x20','\xb9','\x36','\x98','\x24','\xc5','\x3d','\xe9','\xe3','\x04','\xe2','\xe8','\x8f','\x30','\xab','\xf6','\x3c','\x2a','\x4a','\x90','\xef','\x72','\x92','\xbb','\xfd','\x95','\xd2','\xde','\x29','\xc5','\x2d','\xa9','\x6e','\xf9','\xb7','\x83','\x49','\x9b','\xe7','\x96','\x85','\x4c','\xaf','\x18','\x28','\xed','\x3d','\x47','\x00','\xc2','\xdc','\x4c','\x7b','\x26','\xa0','\xf6','\x84','\x34','\x65','\x12','\x32','\x28','\x9a','\xda','\x39','\x3d','\x17','\xd1','\x73','\x03','\x06','\xbc','\xcb','\x30','\x53','\x30','\x0c','\x8d','\x97','\x40','\xec','\x2d','\x36','\x3d','\x79','\x06','\xde','\x1d','\x66','\x16','\x0d','\xc6','\xd5','\x41','\x4c','\x58','\xe3','\xc7','\x69','\xbc','\xa6','\x4b','\x83','\x11','\xb6','\x9e','\xed','\xdc','\xa0','\x04','\x7a','\x42','\x97','\x27','\x6b','\x30','\x38','\x5d','\xfe','\xcc','\xea','\x6c','\xcd','\x4b','\x6c','\x11','\xb6','\x72','\x0a','\x5b','\xf3','\x0d','\xbe','\x48','\xdc','\x41','\x4e','\x45','\xe4','\x1e','\xe7','\xf7','\x77','\x83','\xb1','\x2a','\x5b','\x63','\x39','\x29','\xa4','\x72','\x6e','\xda','\x62','\x15','\x6d','\xf3','\xaf','\xeb','\x4f','\xfa','\xca','\xb9','\xcf','\x5b','\xb9','\x0c','\xd4','\x07','\x31','\x50','\x51','\x36','\x8f','\x2b','\x66','\x4d','\x35','\x33','\x6c','\x9c','\x05','\x3b','\x73','\xa8','\x96','\xb1','\x82','\x8c','\x8e','\x32','\xe3','\x28','\xf3','\x54','\x6a','\xac','\x40','\x32','\x40','\x7b','\x32','\x4f','\x07','\x19','\x83','\x30','\x1a','\xfb','\x3f','\x93','\x4c','\xa5','\x9e','\x31','\x56','\x80','\x9a','\x24','\xe3','\x90','\xb2','\x43','\x9e','\xc2','\xa4','\x80','\xc9','\x6f','\xe1','\xb6','\x83','\x69','\xbf','\xad','\x68','\xb7','\x52','\xd9','\x1a','\xe3','\xf3','\x14','\x6c','\x19','\xdb','\x60','\x3c','\x44','\x63','\xd6','\xc1','\x3a','\x8d','\x82','\x4a','\xb3','\xe9','\x09','\x50','\xbf','\x03','\x34','\x31','\x4f','\x9f','\x5a','\xa0','\xb3','\x2a','\xcd','\xa0','\xd6','\x18','\x75','\x1f','\x5d','\x5d','\xce','\x1c','\xf0','\x33','\xea','\x72','\xc6','\x5c','\xce','\x3c','\x17','\x8c','\xe9','\xcb','\x19','\x46','\x37','\xbd','\x0c','\x7b','\xae','\xb8','\x19','\x65','\x79','\xec','\x17','\x7d','\xa8','\x5c','\x73','\x33','\x57','\x6f','\x64','\xfe','\x43','\x90','\x31','\xdd','\x4c','\xd5','\x2d','\x9f','\x70','\x0b','\xaf','\xa3','\xdf','\x3a','\x1f','\x7c','\x41','\xf0','\x77','\x90','\x17','\xac','\x3f','\x9b','\x7f','\x65','\x4a','\xb5','\x66','\xdb','\xc0','\xe8','\xc0','\xfe','\x3a','\x95','\xfd','\xc3','\x68','\xf6','\x0f','\xa5','\xfe','\xaf','\x3e','\xc4','\x68','\xe2','\x55','\xf2','\xd4','\xab','\xed','\x59','\x61','\x75','\x33','\x6e','\x55','\x27','\xbd','\x97','\xb6','\x29','\xeb','\x5c','\x2b','\x7b','\x81','\xd9','\x5f','\xdc','\x4e','\xa9','\x33','\x85','\xcd','\xcd','\x5e','\x5d','\xc9','\x9e','\xf7','\xba','\x72','\xa7','\xd1','\x91','\xcb','\xf2','\x9c','\x76','\xe1','\xed','\x1c','\x6e','\xe4','\x92','\x4e','\xae','\xbb','\xcd','\x35','\x56','\x67','\x4f','\x18','\x45','\x50','\xb8','\x24','\x34','\x90','\xc5','\x1b','\x52','\xe3','\x65','\xcb','\x83','\xc3','\xa3','\x83','\x23','\xa3','\x20','\x97','\x35','\xbf','\x46','\xa5','\x7e','\xbb','\x15','\x26','\xf1','\x0c','\x35','\xc3','\x8e','\xd4','\xeb','\xbc','\xce','\x66','\x39','\x78','\xf9','\x5b','\x21','\x3c','\x0e','\x9f','\x11','\xa5','\xff','\x1c','\xe9','\xaf','\xa5','\x26','\xe6','\x12','\x4f','\xcd','\xc7','\x67','\x99','\xac','\x57','\x88','\x76','\x85','\xb3','\xb8','\xb5','\x0c','\x5f','\x04','\xd2','\x99','\xac','\xd5','\x43','\x95','\x55','\x0b','\xf3','\x64','\xad','\xad','\xf3','\x61','\x63','\x90','\x53','\x71','\xd8','\x38','\x1e','\x00','\xff','\x19','\x44','\x20','\xcd','\xf9','\x52','\x27','\xb9','\x84','\x17','\xa6','\xcf','\xd3','\xc2','\x6c','\x7a','\xec','\xa1','\xca','\xd7','\xf9','\x70','\x59','\x1b','\x2e','\xe7','\x46','\xcb','\xb9','\x91','\xb1','\x5c','\x1e','\x94','\x8d','\xdc','\x81','\x0f','\x06','\xb3','\xb5','\x41','\x9e','\xef','\xfe','\x78','\xf6','\x6b','\xb5','\xac','\xd3','\x6f','\xff','\x48','\x73','\x99','\xd4','\xbe','\xd1','\x31','\x00','\x43','\xbd','\x77','\x7d','\xa6','\xd6','\x66','\x50','\x82','\x3c','\x75','\x8c','\xd8','\xc7','\xe6','\x09','\x5b','\x6f','\xfd','\xb3','\x40','\x13','\x36','\x79','\xca','\x6e','\xcf','\x22','\xda','\xe5','\x1b','\x21','\xd3','\x50','\x72','\x51','\x92','\xcb','\x28','\xda','\x40','\xa6','\xa3','\x96','\x17','\xe7','\x43','\x11','\x00','\x9e','\x96','\x6c','\x8b','\x49','\x24','\x17','\xeb','\xf4','\x79','\x50','\x26','\x83','\x24','\x5f','\x54','\xe8','\xf1','\xfe','\xd5','\x9a','\x6e','\x42','\xfe','\xa6','\xa2','\x14','\xfc','\x24','\xc0','\x51','\x05','\xcb','\x67','\x12','\xff','\xef','\x1f','\x90','\xc6','\x79','\xd2','\x30','\x94','\x06','\x5b','\xb4','\xa9','\x47','\x2f','\xde','\x3e','\x22','\x49','\xf7','\x83','\xc5','\xdb','\x28','\x4f','\x07','\xe1','\x98','\xd6','\xcf','\x15','\x9c','\x5c','\xb9','\x99','\xcb','\x18','\xb9','\x78','\x2a','\x37','\x5a','\xd1','\xde','\x6e','\xc2','\x13','\xc6','\xd8','\x59','\x67','\x24','\xc6','\xd9','\x4c','\x2d','\x9b','\xcf','\x2d','\x5d','\x61','\x26','\x03','\xf0','\xb1','\x89','\x85','\x9c','\x94','\x1f','\x24','\xd5','\x41','\xd4','\x2a','\x8a','\xf6','\xf1','\x38','\xaa','\x51','\x34','\xa0','\x43','\x9f','\x87','\x4d','\x69','\xd8','\xfc','\xee','\xb0','\xf9','\xe5','\x61','\xb3','\x36','\xfc','\xdc','\x07','\x63','\xac','\x64','\xf4','\xd9','\x2f','\x0f','\x7f','\x86','\xd1','\x77','\x87','\x3f','\xf3','\xad','\xb1','\xcf','\xdc','\x1b','\xfe','\x6c','\x61','\xd8','\xfc','\x67','\xc3','\x93','\x7f','\x31','\x5c','\xf9','\xee','\xf0','\xb3','\x63','\x03','\x93','\x8f','\x0c','\x98','\xd2','\xa4','\x29','\x3d','\x63','\xf9','\x35','\x53','\x1a','\x64','\x32','\xee','\xba','\xbf','\xa6','\x19','\xe6','\x26','\x6a','\xb9','\x89','\x39','\x6d','\xdf','\x6b','\x1d','\xf9','\xf2','\xe4','\x1f','\x75','\x38','\x76','\x28','\x74','\x58','\x19','\x92','\xe6','\xb1','\x3f','\x64','\x54','\x44','\xf8','\xb8','\xe6','\xd5','\x58','\x9d','\x8d','\xf3','\xd7','\x79','\x0b','\xa5','\x72','\xee','\x64','\x09','\x98','\x0c','\x9e','\xd6','\xc8','\x58','\xce','\xec','\x58','\x3a','\xf0','\x6a','\x11','\x45','\x8b','\xb2','\xbf','\xe5','\xf9','\xec','\x98','\x04','\x17','\x40','\x0a','\x6c','\x91','\x5f','\x9d','\xf9','\xea','\xd8','\x4d','\x12','\xcc','\x11','\x5b','\x75','\x9d','\x3f','\x67','\x83','\xc3','\x66','\x10','\x5a','\xd0','\x52','\x61','\x0b','\x76','\xd8','\xc8','\x76','\x39','\x38','\x28','\x23','\xed','\x02','\x02','\xaf','\xdb','\x34','\x93','\x0e','\xac','\x03','\xed','\xdc','\x10','\xd1','\x8c','\x0d','\x59','\x1d','\x61','\x41','\xf2','\x79','\x67','\xf2','\x5d','\x96','\x72','\xe9','\x20','\xb7','\xbb','\x90','\xcb','\x14','\x06','\xc7','\x6b','\x83','\xf2','\x85','\x62','\x16','\x1f','\x97','\xa6','\x6a','\x20','\xee','\xab','\x9a','\x5d','\xca','\xa1','\x72','\x0e','\x4d','\x72','\xc6','\x6b','\x32','\xd2','\x34','\x28','\x73','\xd6','\xd5','\x1c','\x52','\x21','\x31','\x9f','\x46','\xb5','\x7e','\x28','\x73','\xfd','\x4a','\x4e','\xdb','\x9d','\xeb','\xdf','\x93','\xd3','\xf6','\x0c','\xa2','\x07','\x07','\x77','\xc7','\x8b','\xc9','\xda','\x71','\x7a','\xb3','\xa6','\x2f','\x0d','\x32','\x75','\x72','\xc6','\xcb','\x69','\x36','\xb8','\xef','\xf6','\x73','\x47','\xdf','\x5d','\x97','\xe0','\xdb','\xbb','\x79','\xd9','\x72','\x90','\xcf','\xf1','\xa2','\xc6','\xc6','\x9f','\x0d','\x17','\xdb','\x71','\x49','\x02','\x94','\x6e','\x33','\xe1','\x05','\xf2','\x2b','\x49','\x8e','\xa7','\xdb','\x35','\x26','\x77','\xe2','\x79','\xcd','\x59','\xb7','\xca','\xf9','\x20','\xd4','\xb4','\x50','\x6d','\xe8','\xbd','\xc5','\x99','\xc9','\x3c','\x23','\xed','\x63','\x5f','\xca','\xfd','\x0f','\x97','\x72','\xbf','\xfa','\x8d','\x35','\x89','\xd9','\x1d','\x1f','\xfb','\xb8','\x60','\xd7','\x78','\x1d','\xc6','\x59','\xd4','\x21','\x1b','\x20','\x4e','\xe5','\xf6','\x82','\x9f','\x9e','\x16','\xce','\x14','\xad','\xe5','\x46','\xbe','\x9c','\x1b','\xfe','\x16','\xab','\x68','\xa1','\x65','\xaa','\x84','\xc3','\x88','\x19','\x0d','\xa6','\xbd','\x41','\x2e','\x1c','\x8f','\xa7','\xbd','\x1a','\xfb','\x15','\xb5','\x34','\xbd','\x91','\x3b','\x10','\xe4','\x88','\x9d','\x4b','\xfa','\xb9','\xa4','\x02','\xb3','\xfc','\x00','\xef','\x8f','\xc0','\x7e','\xad','\xe5','\xce','\xd6','\xd8','\x73','\x8d','\x55','\x80','\xf8','\x13','\xa0','\xaf','\x0d','\x26','\x9d','\x41','\x82','\x8a','\x3f','\x09','\x8e','\x4f','\xf8','\x35','\x9d','\xcf','\x97','\x63','\xe6','\xd2','\xab','\x20','\xb5','\x29','\xdf','\xad','\xaf','\x52','\x2d','\x47','\x73','\xc3','\x63','\xb9','\x91','\xbe','\x5c','\x1e','\x81','\xd5','\x4c','\xf9','\x4a','\xa0','\xbc','\xae','\x32','\x0e','\xd9','\x66','\xab','\x6b','\xf0','\x29','\x6f','\xb0','\xc6','\xb6','\x26','\x3e','\x1e','\xf3','\x6a','\x12','\x56','\x27','\xa9','\xf6','\x7e','\x9b','\x16','\x29','\x23','\xed','\x9e','\xb6','\x7f','\x2e','\xad','\xfd','\x08','\xed','\x3f','\xef','\xed','\x9f','\x21','\xd6','\xea','\xb5','\xa3','\xc8','\x74','\xde','\x7a','\x8d','\x94','\xd3','\x2a','\xbf','\x2a','\xfa','\x88','\x7d','\xaa','\x98','\xad','\xf4','\xea','\x32','\x79','\xce','\x27','\x93','\x4a','\xfa','\x2e','\x21','\xc2','\x6e','\x66','\x3a','\xa6','\x5b','\xee','\x41','\x73','\x79','\xe8','\x39','\x7f','\xc8','\x74','\x8f','\xb7','\x5c','\x07','\x2c','\x50','\xf4','\xd1','\xed','\xa0','\x38','\x52','\x31','\x77','\x7e','\x9e','\x53','\xe9','\x3d','\x9a','\x6d','\xea','\x70','\xdc','\x54','\xd7','\x1f','\xff','\x0f','\xde','\x13','\xf3','\x3a','\x88','\x0c','\x28','\xc1','\x35','\x3a','\x1b','\xb4','\x81','\x8f','\xf1','\xb2','\x9f','\x51','\xd0','\x66','\x4c','\xec','\x90','\x4d','\x66','\xf8','\x79','\x14','\x24','\x4b','\x9d','\xe5','\xcc','\x81','\x69','\xaa','\xd8','\xcc','\xc9','\xf9','\x9c','\x92','\xd6','\x7e','\xe5','\xbf','\xe5','\x5c','\x09','\x86','\x9a','\x71','\x12','\x6d','\x9a','\x95','\x1a','\xab','\x30','\x1a','\x9b','\xea','\xe4','\x67','\x4c','\x31','\xbe','\x41','\x19','\x15','\x47','\x2b','\xc7','\x07','\x0a','\x35','\xbd','\x06','\xf3','\x65','\x77','\xb5','\x08','\xa6','\xbd','\x08','\xe5','\xdc','\x93','\xbf','\xa9','\x3d','\xfc','\xa5','\x1c','\x23','\x36','\xe9','\xfb','\xbf','\x92','\x1b','\x7a','\x35','\xa7','\x9f','\xd3','\xf8','\x5c','\x73','\xa5','\xb7','\x53','\x61','\x93','\x3e','\xa8','\x40','\x26','\xf7','\xe3','\x2a','\xae','\xe9','\xf8','\xa3','\xf8','\x46','\xc8','\x34','\x78','\xae','\x49','\x0d','\x3e','\x10','\xf2','\xfc','\x42','\x48','\x83','\x9c','\x8a','\xc3','\x85','\xe3','\xc3','\xbf','\xc5','\xec','\x4a','\xbe','\x9e','\xd9','\x0a','\x1c','\x5d','\x5f','\xd2','\x89','\x55','\x58','\x87','\x8c','\x57','\xff','\xc2','\x9f','\xe5','\x7e','\xef','\x7f','\xcc','\x3d','\x78','\x22','\xf7','\xe0','\xa7','\xb5','\x07','\x7f','\x3d','\xb7','\xe7','\x1f','\xe7','\xfe','\xbf','\x77','\x72','\x47','\xe3','\xa1','\x24','\x1a','\xdc','\x7d','\x74','\x70','\xf7','\xfe','\xe2','\x70','\xe6','\x78','\x39','\x57','\x2b','\xe7','\x32','\xbd','\x32','\x93','\x9e','\x99','\x1c','\xc9','\x8c','\xab','\x99','\x01','\x05','\x2a','\xbd','\xf2','\x98','\xe5','\x65','\xca','\x46','\x66','\xc2','\xc9','\x14','\x71','\xa6','\xd4','\xcc','\x58','\xde','\x18','\x42','\x99','\xc3','\x24','\xf3','\xeb','\xf5','\xcc','\x3f','\x3c','\xc1','\x2b','\x5f','\x29','\xff','\xc3','\x7f','\x5e','\x38','\xfc','\xe0','\x53','\xc1','\xeb','\xbf','\xf5','\x76','\xcc','\x99','\x13','\x07','\xe3','\x55','\xcd','\x29','\xf3','\xce','\x98','\x40','\x6b','\x72','\x30','\x14','\x82','\x61','\x45','\x42','\x1a','\xe6','\x1c','\x23','\x5f','\xcb','\xbd','\xd9','\x00','\x6e','\x46','\x0a','\x83','\xa4','\x3c','\x98','\xfe','\x6f','\xc5','\x44','\xf3','\x38','\x3a','\x08','\x7c','\x03','\xf8','\x18','\xb3','\x4a','\xbc','\x5c','\xff','\x39','\x78','\xfd','\x01','\x29','\x37','\xb8','\xac','\xfd','\xb2','\x9c','\xeb','\xe7','\x4b','\xf7','\xd1','\x76','\x6e','\xff','\x3c','\x23','\xad','\x5b','\x81','\x27','\x8c','\x55','\x1e','\xf7','\x06','\x8f','\xed','\x1f','\x7c','\x71','\x7f','\x71','\xd7','\xfe','\xe3','\x1a','\xf0','\xb1','\x0c','\xeb','\x0f','\x36','\x33','\xb8','\x9c','\x09','\x82','\x0c','\x54','\xa2','\x19','\x34','\x3a','\xa6','\x0e','\x67','\xb4','\xe0','\xd1','\xab','\x34','\x13','\x5c','\xcb','\xfc','\x70','\x38','\xb3','\x3f','\x37','\xc6','\x0c','\xf8','\x89','\xd1','\xcc','\x5b','\x23','\x8f','\x5e','\x4f','\x65','\xbe','\x49','\x32','\xfb','\x77','\x97','\xb5','\xff','\x5c','\x30','\x3f','\x53','\xd0','\x5f','\xff','\xad','\x23','\x31','\xc7','\x11','\x65','\x24','\xe3','\x69','\xfc','\x69','\xf4','\xe9','\x52','\x50','\xfa','\x65','\xf4','\xcb','\xf2','\xb4','\xbc','\x1b','\xed','\x0e','\xa6','\x83','\x67','\xd1','\xb3','\xac','\xfe','\x4b','\x87','\x8d','\x27','\x0e','\x7f','\xe6','\xd9','\xe9','\x7f','\x34','\x8f','\x5e','\x0c','\x6f','\x21','\x01','\x3f','\xe7','\x39','\x92','\x9c','\xa9','\xc3','\x59','\x49','\x9e','\x90','\x93','\x24','\x39','\xcb','\xcf','\xb1','\x85','\x37','\x90','\x00','\x80','\xa8','\x51','\xc1','\x7e','\x2a','\xf0','\x33','\x10','\x0c','\x62','\x8f','\x06','\xf6','\xe8','\x4b','\xb6','\xf4','\xd2','\xbc','\xf4','\xd2','\x05','\xe9','\x43','\x27','\x3e','\xe7','\x3c','\x32','\x77','\x6b','\x74','\x6e','\xe5','\x9e','\xf7','\xe9','\xf2','\x42','\xd5','\x58','\x18','\xc0','\x0b','\x9f','\x93','\xfd','\x3f','\x23','\xe8','\x2b','\x8a','\x10','\x57','\x23','\x31','\x1d','\x87','\xf6','\x69','\xe7','\xac','\x29','\xc6','\xfd','\x86','\x36','\x64','\x4d','\xe2','\x18','\xa7','\x48','\x7a','\x3b','\xf8','\xa1','\x3b','\x21','\x23','\xdd','\x4d','\x04','\x66','\xac','\x65','\x46','\x53','\x1b','\x8f','\xa7','\xba','\xf7','\x20','\xa2','\x2d','\xcc','\xa2','\x60','\x29','\x0a','\x19','\x54','\x45','\x34','\x20','\xca','\xfd','\x69','\x2f','\xa8','\xe9','\xbf','\x3b','\x77','\x58','\xb7','\x82','\x94','\xac','\x12','\x72','\x2d','\xf9','\xd0','\x5f','\x05','\xff','\x21','\x41','\x8e','\x48','\x00','\xe3','\xaf','\xb5','\x49','\x4c','\x4f','\x27','\x54','\x6f','\x2f','\xad','\xe6','\x52','\xfa','\x52','\x42','\x84','\x7b','\xa8','\xce','\xb9','\x8d','\x40','\xd0','\xa3','\x75','\x7c','\x30','\xe9','\xaf','\xe1','\xfa','\x80','\xbd','\x7c','\xd9','\xdb','\xfa','\xeb','\x08','\xde','\x80','\xfb','\xed','\x0a','\xf6','\x6a','\x0c','\x59','\x29','\xd4','\xd7','\x42','\x90','\x41','\x65','\xd7','\x2a','\x4d','\xc4','\xba','\xde','\x41','\x3a','\x60','\x9d','\x6d','\x82','\x6b','\x5e','\xcf','\x7a','\xb3','\x0e','\xb5','\xbd','\x11','\x64','\x9b','\x40','\x4a','\x0e','\xbb','\x93','\x45','\x87','\xf2','\x0b','\x1d','\x40','\xd1','\xe7','\x57','\xc3','\x37','\x10','\x3a','\x87','\x84','\x99','\xce','\x71','\xb1','\xa4','\x9a','\x78','\x95','\xa6','\xcf','\x7b','\xa3','\xe8','\xb9','\x06','\x82','\x00','\xed','\xd8','\xdb','\xeb','\xe7','\x48','\xe1','\x99','\x12','\xfb','\xd7','\xbb','\x4a','\xd2','\x31','\xf0','\x3e','\x4a','\x2f','\xb5','\xd7','\x1c','\x90','\x3a','\x8c','\x6b','\x1b','\xf6','\x1d','\xff','\xd2','\x10','\xb7','\x16','\x1c','\xba','\x01','\xb9','\x1a','\xb5','\xf3','\x88','\x8a','\x55','\x14','\x6b','\xe1','\xa1','\x49','\x9f','\x5a','\x98','\x9a','\x9c','\xca','\x78','\xcc','\x9a','\x62','\x65','\x07','\x25','\xe8','\x1e','\x1e','\x6b','\x4c','\xd1','\x06','\x5e','\x23','\xd6','\xc9','\x08','\x9b','\x9f','\x19','\x3b','\x86','\xcc','\x38','\xca','\x13','\x94','\x32','\x11','\xe6','\xef','\xde','\x79','\xf1','\x0e','\xe6','\x33','\x86','\xd3','\x95','\x94','\x0c','\xf7','\x65','\x4d','\x99','\xf7','\x4a','\x86','\x3b','\xa0','\x04','\x47','\xe6','\x54','\xaa','\xac','\xdb','\x5b','\x3b','\x0f','\x7e','\x7a','\xe1','\x81','\x64','\x38','\x0b','\x1d','\xa8','\xea','\x33','\x58','\xb8','\x92','\x0b','\x1a','\xee','\xb6','\x7b','\xb1','\x28','\xd9','\x94','\xe9','\x66','\xd3','\xf8','\x40','\x5a','\xce','\xe9','\xc4','\xed','\xd6','\x14','\x44','\x8f','\x76','\xa9','\x69','\x06','\xef','\xb0','\x4a','\x19','\xf3','\x80','\x32','\x46','\x4f','\x3b','\xd4','\x6a','\xd2','\x09','\x27','\xa4','\xdd','\x13','\xce','\x1e','\x46','\x96','\x13','\x9f','\xb8','\x7e','\xc1','\x4c','\xc5','\x90','\x22','\x62','\xc8','\x5b','\x71','\x6b','\x0f','\x6a','\x24','\xed','\x1b','\x0a','\xe3','\xf6','\xfc','\x7c','\xdb','\x5a','\x68','\x38','\x10','\xac','\x04','\x31','\xb0','\x90','\xba','\x1a','\x02','\x34','\x1a','\x4f','\xd7','\x1b','\xd6','\x4a','\x63','\xe2','\x8a','\x3f','\x51','\x6f','\xac','\x91','\x05','\xe5','\x5f','\x9b','\xa4','\x09','\x3e','\x42','\x51','\x55','\x8a','\xa9','\xfb','\x1b','\x0a','\xe4','\x91','\x69','\x28','\xf9','\x06','\x19','\x59','\x96','\x47','\x96','\x31','\xfd','\x53','\x4c','\xff','\xe6','\xf5','\xe0','\x7b','\xe7','\xab','\xdf','\xaf','\xd1','\x45','\x7b','\x64','\x11','\x01','\x2d','\x29','\x23','\x4b','\xf2','\xc8','\x0d','\x99','\xde','\xc0','\xea','\x8d','\x29','\xf3','\x4e','\xe3','\xc8','\xeb','\xd2','\xcc','\xbc','\x14','\x45','\xad','\x18','\x77','\xb8','\xda','\xef','\xba','\x5a','\xab','\x41','\xef','\x04','\xf9','\x25','\xf6','\x61','\x20','\xf0','\x08','\xba','\xeb','\x07','\xe0','\x32','\x01','\xae','\x41','\x23','\x6b','\xd4','\x00','\xa2','\x8d','\x94','\xba','\x4c','\xcc','\x26','\x39','\x72','\xab','\x3d','\xb3','\x40','\x39','\xae','\x88','\xc4','\x8c','\xff','\xfd','\x2e','\xd6','\x38','\x42','\x73','\xfe','\x56','\x73','\xe4','\xf6','\x3b','\x23','\xcd','\x26','\x65','\xf4','\x4e','\x33','\x68','\x36','\xab','\xbc','\xce','\x9e','\x8c','\xdc','\xe6','\xa5','\x8b','\x47','\x38','\x66','\xb3','\x0a','\xd1','\x93','\xf8','\x88','\x3b','\x35','\x63','\x93','\xcd','\xfd','\x71','\xd9','\xf8','\xe4','\x6f','\x35','\x46','\x6e','\x07','\x23','\xcd','\x06','\x65','\xf4','\x4e','\x23','\x68','\x36','\xaa','\xbc','\x3e','\x72','\xdb','\x67','\x0f','\xd7','\x88','\x3d','\x51','\x9b','\x0d','\xb3','\xd9','\x38','\x72','\xdb','\x9f','\x71','\x24','\x8e','\x00','\x3a','\x26','\xa1','\xd5','\xfd','\xb7','\xa3','\xda','\x5b','\x31','\x7a','\xab','\x91','\x6f','\x18','\xec','\xf5','\x47','\x5c','\x85','\xde','\xf6','\x69','\x0b','\x07','\x2e','\xa9','\xba','\x57','\x59','\xfb','\x23','\x6e','\x63','\x24','\x08','\x46','\xa0','\x02','\x04','\x33','\xe2','\xba','\xa6','\xeb','\x1e','\xb9','\xe9','\xce','\xcc','\x40','\x3e','\x94','\x18','\xa4','\xa7','\xd5','\xf7','\x2f','\xa9','\xda','\x3d','\x4a','\x97','\x53','\xf9','\xff','\xf5','\xdd','\x91','\x37','\xa4','\x11','\x17','\xd1','\xdb','\x6d','\xfa','\x0e','\xc4','\x69','\x56','\x59','\xa5','\x49','\x46','\x18','\xdd','\x6e','\x8f','\x34','\xd1','\xc8','\x2d','\x34','\x72','\xc7','\xa3','\x7f','\x81','\xd5','\x7b','\xd8','\x6c','\xe0','\x23','\x37','\xbd','\x99','\x1a','\xee','\xbc','\x97','\xbc','\xbc','\xff','\xb6','\xaf','\xfd','\x68','\x99','\xde','\x5a','\xce','\xdf','\x5a','\x1e','\xb9','\xed','\x8d','\xdc','\x82','\x3a','\xfd','\xd1','\x72','\x70','\xdb','\xab','\xf2','\x6f','\x1f','\x71','\x9b','\x23','\x77','\x7c','\x36','\x8f','\x23','\x37','\xc8','\xc8','\x12','\xa5','\x8b','\x2d','\xd5','\x5d','\x35','\x17','\xb5','\x23','\x8d','\xbe','\x99','\x3a','\x7f','\xaf','\x84','\x0f','\xe3','\x73','\xab','\xa1','\xbd','\x1b','\xd0','\x95','\x46','\x7e','\x65','\x19','\x7a','\xfe','\xfa','\x5f','\xb1','\xbf','\xa5','\x2d','\x37','\x78','\xfd','\xaf','\xba','\xed','\x60','\x18','\x22','\x3e','\xc8','\xec','\x8b','\xd6','\xc7','\xf9','\xb6','\x37','\x63','\x63','\x59','\xa4','\xf1','\x88','\x8a','\x23','\x99','\x8f','\x31','\xe3','\xfa','\x86','\x9a','\x3d','\xa7','\x3e','\x71','\xc5','\x7f','\xfc','\xd2','\x00','\x23','\xb0','\x9b','\xfe','\x6c','\x20','\xb8','\x34','\xf0','\x3c','\xbf','\x02','\x7b','\x7c','\x1e','\x3f','\x7e','\xd1','\x7f','\xdc','\xc1','\x40','\xdc','\x8c','\xed','\x77','\xf0','\x84','\x83','\x9f','\xba','\xe8','\xcd','\xae','\xe1','\x6f','\xa0','\xe5','\x8f','\x31','\x23','\x6b','\x59','\xc9','\x9e','\x23','\x4f','\x9c','\x53','\x1e','\xb7','\x07','\x1e','\x07','\x73','\x0c','\x65','\x6f','\x7b','\xc1','\xfc','\xf2','\xf3','\xf3','\xcb','\x4c','\x81','\x79','\x7c','\x7e','\x19','\x88','\x55','\x6c','\xf7','\x71','\x7b','\x99','\x7d','\x0b','\xb7','\x73','\x6f','\x84','\x76','\xae','\x2c','\x2b','\x71','\x89','\xe0','\x88','\xfa','\x31','\xcd','\x67','\xc6','\xf5','\x20','\xb2','\x99','\x2e','\xf1','\x71','\x64','\x33','\x1a','\x64','\x4a','\xa9','\x8d','\x02','\xc8','\xe3','\x5c','\x18','\x3c','\x73','\xf8','\xe3','\xb2','\xfe','\x71','\x2b','\xf8','\xb8','\x3c','\xfe','\x71','\xb9','\xfc','\x71','\x6b','\x68','\x30','\x9f','\x2f','\xca','\xbb','\x8f','\xc8','\xbf','\x74','\xfc','\xcc','\x53','\xb5','\xe4','\x6c','\xb7','\x3f','\x0d','\x78','\x2f','\x17','\xae','\x3b','\x9f','\x98','\xbf','\xf5','\xb8','\xd3','\x7c','\xfc','\x0f','\xfe','\x24','\x7b','\xe9','\xcf','\xb2','\xae','\x1b','\x5c','\x0f','\x9e','\xe7','\xb7','\x8d','\x8f','\xb3','\xf7','\xad','\x4b','\x8f','\x5f','\xbe','\xf7','\xf8','\xe5','\xcc','\xe3','\xfc','\x96','\xa4','\xff','\xf2','\xbd','\x89','\xba','\xf4','\xd4','\x15','\x7f','\x96','\x48','\x72','\x2c','\x1f','\x97','\x00','\xa0','\xe9','\x63','\x35','\xaa','\x31','\xdb','\x6d','\x41','\x7a','\xe2','\x4a','\xf0','\xf8','\x35','\xe9','\xf1','\x57','\x7f','\x08','\xef','\xe5','\x46','\xa0','\x1d','\x38','\xdb','\x8c','\x3e','\xfe','\x85','\xda','\xe3','\xaf','\x38','\x8f','\x9f','\x7b','\xe3','\x71','\xc7','\x7d','\xfc','\x95','\x56','\xf6','\xdc','\x4a','\xbf','\x73','\x7b','\xe2','\x5a','\xe3','\xa9','\xf3','\xee','\x6c','\x27','\x0f','\x02','\xf8','\xab','\x7f','\x6c','\x4e','\xd5','\x6e','\xe9','\xec','\xad','\x9f','\x70','\x0a','\x8f','\x33','\x82','\xdb','\xc9','\x42','\xb6','\x59','\x08','\x2e','\x42','\x2e','\xa7','\xec','\x8b','\xac','\x0f','\x83','\x8f','\xd7','\xc5','\xc7','\xcf','\x7b','\x8f','\xd7','\x30','\x23','\x38','\x0a','\xa8','\x41','\x6c','\xee','\x53','\xe7','\xbd','\x59','\x29','\x8c','\xe3','\x58','\xc0','\x42','\xfb','\x63','\xfd','\xe7','\x98','\xe1','\x3c','\x38','\x08','\x7a','\xc2','\xc7','\x7f','\x45','\xf9','\xf8','\x20','\x19','\xec','\x6f','\x0f','\x5e','\x45','\xc1','\xa3','\xed','\x17','\xf6','\xcf','\x0f','\x3e','\xda','\xfe','\xf8','\xfe','\xf9','\x8f','\xb3','\x52','\x45','\x1f','\x7f','\xce','\xfb','\x38','\x53','\x12','\x8e','\xed','\x2f','\xbe','\xb8','\xff','\x48','\x57','\x4f','\xe8','\xec','\xd3','\x04','\xdb','\xa7','\x48','\x6b','\x21','\xba','\x8c','\xf3','\x37','\xfd','\xee','\x8e','\x06','\xe6','\x1c','\x34','\x70','\xf5','\xa6','\x47','\xe1','\x09','\xda','\x48','\xb4','\x81','\xd4','\x26','\x32','\x9b','\xe8','\xc8','\x2d','\x34','\xb3','\x80','\xf6','\x2d','\xe3','\xe4','\x79','\x3f','\xf9','\x65','\x80','\xaf','\x4e','\xd6','\x58','\xdd','\x03','\xc0','\xb6','\x7b','\x1c','\x83','\x91','\xc3','\x30','\x5a','\xf7','\x74','\x49','\x1a','\x97','\xa4','\xa7','\xac','\x7b','\x05','\x49','\xda','\x2f','\x49','\x8f','\x05','\x1f','\xa8','\x92','\x44','\x7b','\x24','\x05','\x33','\xfb','\xe4','\xce','\x6d','\xfa','\x7a','\xdc','\x95','\xa5','\x5f','\xff','\x35','\xf4','\x7b','\xef','\xb9','\xbf','\xfe','\x6b','\xf3','\xbf','\xf7','\x9e','\xf7','\xeb','\xbf','\x46','\x7e','\xef','\x7d','\xe5','\xd7','\x7f','\x9d','\x1e','\x7e','\x38','\x63','\xbd','\x1f','\x20','\x31','\xc3','\x28','\xf8','\x19','\x94','\xda','\xdd','\x0c','\xc7','\x13','\x96','\xb4','\xbb','\x08','\x1d','\x41','\x6a','\x31','\x42','\x8e','\x44','\xe4','\xd9','\x48','\xf0','\xbe','\x38','\x25','\x06','\xba','\xe0','\x87','\xe0','\x24','\x1b','\xe9','\xf3','\xff','\xf2','\x64','\x79','\xa7','\x1f','\xeb','\x6d','\x9f','\x95','\x51','\x90','\x5b','\x40','\x32','\x32','\x09','\x53','\xe3','\x91','\xa9','\x82','\xdf','\x86','\xc9','\xfd','\x76','\x10','\x5a','\xda','\xec','\xac','\x08','\x3f','\x76','\x04','\xb5','\x22','\x88','\xe7','\x72','\x62','\x62','\x77','\x86','\x7f','\xac','\xc8','\x63','\xf9','\x78','\xf6','\x50','\x74','\xc0','\x46','\x13','\xab','\x82','\x6d','\xc5','\x51','\x5f','\x95','\xc9','\xf7','\x6d','\xed','\x44','\x97','\xd0','\x96','\xe4','\x17','\x0a','\xc2','\xfd','\x36','\xd6','\x99','\x40','\xc8','\x63','\x88','\xbf','\xc7','\x78','\x83','\xbb','\x46','\x1e','\xc1','\x25','\xa3','\xb9','\x5d','\x07','\x60','\xb4','\xc1','\xa9','\x63','\xeb','\xfd','\xd1','\x16','\x4a','\x04','\x5e','\x2c','\xf4','\x32','\xdd','\xd6','\x0e','\x7f','\xa9','\xb5','\xc4','\xd6','\x9d','\xcb','\x65','\xa1','\x7b','\xcf','\x1e','\x92','\x28','\x6e','\xf5','\xcf','\xdc','\xb1','\x9d','\x08','\x53','\x4b','\x02','\xb8','\x85','\x8c','\x70','\xe5','\x24','\x2a','\xf8','\x32','\x82','\xb4','\x23','\x4c','\x74','\xb2','\xe1','\x82','\xb1','\x3a','\xc9','\xdf','\xec','\x5f','\xb2','\x6e','\xac','\x26','\x00','\x4b','\x35','\xce','\xd7','\x21','\x02','\x8f','\x66','\x9e','\x0d','\x50','\xa6','\xe4','\x91','\x6c','\xbd','\x3c','\x51','\x8f','\x05','\xaf','\x81','\x17','\xd6','\x0c','\xd3','\x94','\xcc','\x27','\x6c','\x2c','\x06','\x8c','\xd7','\x01','\x60','\x5b','\x1f','\x5c','\x6c','\x38','\x52','\xd6','\x89','\x05','\x2f','\xc3','\x8c','\xb9','\x79','\x51','\x5c','\x3d','\xb8','\xd3','\xf8','\xc0','\xcb','\x46','\xd8','\x17','\x21','\xd0','\x97','\x40','\x94','\x54','\x31','\xd2','\x28','\x8a','\xdf','\x0c','\xee','\x41','\x76','\xbc','\x90','\x5c','\x20','\xae','\x0c','\xb8','\x38','\xe6','\x56','\x05','\x7b','\xe7','\x71','\x86','\x5e','\xa7','\x40','\x9d','\xd0','\x09','\x4f','\xfb','\x43','\x48','\x2a','\xcf','\xd1','\x1b','\x43','\x82','\x95','\x43','\x5a','\x6f','\x04','\x82','\x73','\x46','\x94','\x40','\x59','\xa5','\xe2','\x8e','\xfd','\xe9','\xfa','\x75','\x87','\x93','\x46','\xb9','\x66','\xb2','\xd6','\x08','\xe0','\xe1','\x77','\x12','\xee','\x01','\x75','\x8e','\xd3','\xb7','\xaf','\x1f','\x79','\xa9','\x93','\xe1','\x88','\x7f','\x00','\xae','\xd5','\xf6','\x4b','\x70','\x7f','\x5e','\x93','\xc2','\xcc','\x29','\x61','\x16','\x95','\x14','\x4f','\x9e','\xf2','\x51','\xeb','\x27','\x5c','\x3c','\x1d','\x8f','\xee','\x6e','\x5e','\x80','\xc4','\x7a','\x8e','\x80','\x0d','\xc8','\xea','\x1b','\xec','\xd3','\x1d','\xdf','\x6b','\xc7','\xcc','\x80','\xf7','\xf9','\xb5','\x1c','\xea','\xe1','\x3b','\xb4','\x03','\x61','\x19','\xae','\x10','\xb4','\xc4','\x59','\x5b','\x3a','\x8f','\xc8','\x67','\x91','\xc9','\x74','\xda','\xcf','\x22','\x61','\xc9','\x8d','\xa1','\x20','\x55','\x1d','\x6b','\xf5','\x49','\x3c','\x35','\x10','\xe4','\x8c','\x05','\x24','\xae','\x04','\xb8','\xed','\x6e','\x6f','\x67','\xfd','\xf6','\x4d','\xa7','\x38','\xcf','\xdf','\x05','\x8d','\x72','\xc7','\x4b','\x93','\xe8','\x26','\xc9','\x9b','\x84','\xb0','\xf9','\x2a','\xf3','\xf8','\x62','\x97','\x76','\xf3','\x88','\x6d','\xd4','\x33','\x7b','\x67','\x6c','\x3e','\x36','\x9d','\xa4','\x39','\x4c','\xe7','\x3b','\x1e','\xac','\x3a','\x1b','\x86','\x85','\x50','\xb3','\x4b','\x9d','\x76','\xd0','\xa6','\x76','\x36','\xf5','\x07','\x40','\xb6','\x79','\x66','\x22','\x89','\x12','\x9b','\x02','\x50','\x5f','\x96','\x92','\xe1','\x0d','\xc9','\x89','\xda','\x14','\x75','\x93','\x13','\xad','\xe7','\x27','\xda','\x79','\x7f','\xa1','\xaa','\x68','\x9b','\x3c','\x5f','\x40','\x99','\x87','\xad','\x99','\x29','\x64','\x0e','\xe9','\xa6','\x41','\x4d','\x27','\x74','\x3f','\x46','\x1b','\x48','\x84','\xcc','\x68','\xf7','\xd9','\xef','\x1d','\xbf','\x2f','\x99','\x84','\xc8','\xa2','\x26','\x87','\x1f','\xef','\xe2','\x5e','\xee','\x14','\x7f','\xb1','\xa5','\x9d','\x5d','\x33','\x36','\x5f','\x84','\x30','\xd4','\x6c','\xd1','\x2a','\x88','\x6a','\x10','\x70','\x40','\x75','\x4c','\xe7','\x99','\x7e','\xee','\x51','\x8c','\xab','\xbc','\x0f','\x3f','\xc0','\xe8','\x06','\x46','\x11','\x8c','\xc4','\x44','\x10','\xc4','\x82','\x9d','\xde','\xcb','\x44','\xfd','\x7f','\x8b','\xc7','\x44','\x9f','\x8a','\x4c','\xcf','\xc4','\x1b','\x43','\x06','\x42','\xf2','\x97','\xf0','\xf3','\xb3','\xf8','\xd0','\xec','\x94','\x28','\x12','\x89','\xc3','\xae','\xd2','\x8f','\x9e','\xf7','\x1d','\x6f','\x93','\xef','\xf3','\xeb','\xfd','\xf6','\xc5','\x0e','\x6e','\x72','\x1c','\x06','\xff','\x7e','\x7e','\x71','\xf7','\x6f','\xa7','\xfb','\xe7','\x5c','\x76','\x44','\xb9','\xec','\x00','\x77','\x14','\x21','\xe4','\x2d','\x8c','\x3b','\xc1','\xbc','\xa2','\x48','\xd7','\x3e','\xdd','\xb6','\xdf','\xd7','\x6f','\xd2','\xf3','\x3c','\x93','\x48','\xd6','\x81','\x6b','\xf4','\x30','\xab','\x48','\x09','\xd3','\x22','\xa6','\x87','\x1c','\x6a','\x37','\x73','\xa8','\x73','\xc9','\xde','\xb9','\xae','\xfd','\x88','\x76','\x10','\xce','\x0a','\x4e','\x36','\x68','\x76','\xb2','\x70','\xce','\xac','\xa7','\xe3','\x64','\x65','\xf8','\x81','\xb5','\x76','\x76','\xde','\xa7','\xcc','\x80','\x62','\x7c','\x5e','\xb4','\xf1','\x79','\x44','\x0d','\xee','\x70','\x0b','\xfb','\xb4','\x05','\xfb','\x14','\xf5','\xbd','\xbd','\xd3','\xf6','\xbf','\xcf','\x7a','\xb6','\x45','\xce','\x7b','\x99','\xb0','\xd8','\xbf','\x0b','\x62','\x50','\xf0','\xac','\x8a','\xef','\xe6','\x05','\xe0','\xc4','\xa6','\x08','\x59','\x11','\xed','\xe8','\x8c','\x22','\x1f','\x96','\xad','\x77','\xbd','\x83','\x27','\x1d','\xb5','\xb4','\x43','\x7f','\xba','\x99','\xc8','\x76','\x4a','\xb6','\xb5','\x69','\xca','\x36','\xe5','\x5b','\xff','\xfb','\xf0','\xd5','\x47','\x7d','\x5c','\x90','\x80','\xaf','\x76','\x93','\x52','\x6d','\xce','\x4b','\x75','\x3f','\xbe','\x8a','\xba','\x4e','\x92','\x93','\x52','\xf0','\x7e','\x10','\x22','\x92','\x31','\xa2','\x4b','\x9c','\x66','\xa5','\x67','\x67','\xa5','\x93','\xa2','\x24','\xce','\x4a','\xd2','\x92','\x8f','\xd9','\x73','\x13','\xd8','\xc7','\x0e','\xed','\x80','\x45','\xcf','\xbb','\xc7','\x18','\x90','\x4b','\x84','\x2b','\x1e','\x07','\x5a','\x54','\xe3','\x82','\x3e','\x2a','\xd4','\x1a','\x56','\x20','\x71','\x21','\xbb','\x4e','\x09','\x40','\xf6','\xdb','\xa1','\x9d','\x2d','\x1e','\xd1','\x76','\x2b','\x1e','\xb1','\xf2','\x41','\x9f','\xfb','\x91','\x79','\xd6','\x76','\x7a','\x2f','\x35','\x22','\xd6','\xc5','\x59','\x1c','\x13','\x31','\xdf','\x86','\x12','\x63','\x41','\x29','\x11','\x0d','\x89','\xc8','\x90','\x6c','\x47','\xb2','\x71','\x54','\x07','\xe3','\x57','\x66','\x4c','\x32','\xbf','\x9e','\x47','\x7e','\x47','\x7e','\x18','\x82','\x10','\x8a','\x92','\x0d','\xb9','\x69','\x50','\x96','\xa0','\x61','\x30','\xba','\x41','\x19','\x62','\x16','\x3b','\x63','\x28','\xd5','\x75','\xa1','\xe8','\xe7','\x13','\x20','\x07','\xb7','\xb6','\xf3','\x75','\x3e','\x3e','\x55','\x13','\x05','\xab','\x20','\xbe','\x05','\x17','\xcf','\xda','\x94','\x69','\x17','\x43','\xfc','\x18','\xc4','\x25','\x62','\xe0','\xa5','\x11','\xb9','\x0b','\xbe','\xd5','\x5d','\xe2','\x38','\xf6','\x3b','\xbd','\x17','\x0f','\x27','\xa1','\x6b','\x2a','\x81','\x2b','\x9c','\x87','\x05','\x09','\x11','\x21','\x3f','\x09','\xc0','\x72','\x33','\x1b','\xb2','\x09','\xd9','\xcf','\x95','\x45','\xcc','\xe8','\xd1','\x1b','\x53','\x8b','\xce','\x8e','\xed','\x20','\x7e','\x7c','\xe1','\x82','\x9d','\x28','\x38','\xd8','\xf2','\xb9','\x1a','\xa7','\x0c','\x29','\x29','\x00','\x28','\x90','\x39','\xde','\x2c','\x04','\x63','\xab','\x90','\x52','\x10','\x15','\xc2','\xb8','\xe3','\x1d','\xdb','\x61','\x0b','\x34','\x10','\x3c','\xac','\x85','\xf9','\x1f','\x9d','\xdc','\x13','\xeb','\xc9','\xbf','\x0e','\xf3','\xfc','\x5f','\x0f','\x6f','\xcc','\xff','\x65','\xf9','\x3b','\xaf','\x1f','\xf6','\x73','\x53','\x8d','\xdd','\x23','\xd3','\x9d','\xa5','\x0b','\xce','\x75','\x7c','\xd8','\x65','\xa9','\x18','\x4f','\xcc','\xbc','\xec','\x0b','\xaf','\x7d','\x1e','\xfd','\xa0','\x20','\xdc','\x90','\xc4','\x49','\x09','\xbf','\x30','\x46','\x35','\x8c','\xe2','\x5b','\xdb','\xb9','\x6c','\xaf','\x2f','\x9e','\x19','\x3b','\x36','\xb5','\x9a','\x62','\xe6','\x82','\x70','\x21','\x16','\xf0','\x6c','\x6a','\x12','\x8a','\xe2','\xad','\x47','\x25','\xf7','\xdd','\xef','\xa9','\x75','\xa6','\xba','\x39','\xb3','\xd5','\x1b','\xbd','\xff','\xd1','\xe9','\xff','\x9f','\x25','\x7d','\x52','\x5a','\xcb','\x8b','\x17','\x43','\x67','\xe0','\x8b','\xb6','\xf7','\x07','\xde','\x0b','\x1a','\x89','\x32','\x3b','\x91','\xe9','\x60','\xd4','\x54','\x75','\x5b','\x51','\x75','\x26','\x9a','\x25','\x0e','\xe8','\x86','\x10','\xda','\x1c','\x2b','\x24','\xdd','\x57','\xdf','\x60','\xb3','\x13','\xb4','\x08','\xb8','\x68','\x72','\x0a','\x13','\x1f','\x74','\xb5','\x32','\xbe','\x8c','\x40','\xd6','\x0b','\x08','\xb2','\xb6','\x89','\xf6','\x6a','\x1c','\xe5','\xe9','\x4e','\xeb','\x67','\xc3','\x7a','\x66','\x36','\xaa','\x62','\x7e','\x0a','\x67','\x73','\xd2','\x70','\x31','\x16','\x3d','\x32','\x88','\x67','\xf3','\x4c','\x44','\xb4','\xa5','\x6a','\x15','\x99','\xa0','\x6c','\x08','\x36','\x8d','\xa1','\x7c','\x0a','\x91','\xd6','\xfd','\xf4','\x70','\xa4','\x2e','\xba','\xda','\x5b','\x10','\x24','\x4b','\x17','\x6b','\xf4','\x4e','\xa0','\xb1','\xb2','\x4b','\x5a','\xc8','\x40','\x6e','\x48','\xf4','\x83','\x78','\x30','\x87','\xcf','\xc8','\x53','\x3a','\xdd','\x79','\x1d','\xb2','\x9f','\x27','\x16','\xdd','\x4d','\x4e','\x32','\xd7','\x3b','\xff','\x1b','\xcc','\x80','\x5b','\x5d','\x92','\x2b','\x39','\xdc','\x5b','\xc6','\x39','\x74','\xc5','\x07','\x47','\xc5','\x8f','\x98','\xf7','\x90','\x69','\x20','\xeb','\x89','\xe0','\x6b','\x5c','\xd8','\x75','\xce','\x54','\x23','\x1d','\x50','\x50','\x33','\x0e','\x07','\xbe','\x29','\x93','\xc3','\xd7','\x6d','\x6d','\xe7','\x25','\x3e','\xef','\x79','\xa4','\xa8','\x64','\x4b','\x1e','\x4c','\x18','\x67','\x89','\x08','\x92','\x2e','\x34','\x54','\xb1','\x36','\x2c','\x4a','\xc3','\x12','\x64','\xb8','\x14','\x29','\x5b','\x5b','\xe2','\x8e','\xfa','\x0f','\xe9','\x46','\xed','\xed','\x94','\x87','\x1a','\xac','\x0f','\xd4','\x09','\xf5','\x5a','\x5c','\x97','\xa7','\x3b','\xb5','\xc3','\xfb','\xcf','\x34','\x2d','\x98','\x93','\xaa','\x70','\xcd','\x14','\xf7','\x02','\x46','\x7d','\x95','\x2b','\xe8','\x42','\x53','\xed','\xad','\x91','\x5e','\x66','\x77','\xdb','\xcf','\x4c','\xd8','\x85','\xb7','\x6c','\x73','\x31','\x68','\xa1','\x60','\x27','\x3d','\x2a','\xed','\x26','\xda','\x1b','\x04','\xcd','\x9b','\x48','\xe8','\x42','\x7c','\xbf','\x1d','\xc4','\xb9','\x4c','\xa1','\xc2','\x2c','\xdc','\xc5','\x88','\xc0','\xb7','\xab','\x4c','\x1f','\xab','\xee','\xa8','\x8f','\x99','\x71','\x71','\x15','\x5b','\x42','\x53','\x14','\x1c','\x31','\xeb','\x04','\x3f','\x75','\xa0','\x22','\x38','\xb1','\x19','\x27','\x36','\xe1','\x24','\xb2','\xce','\x2f','\x64','\x9d','\x87','\x04','\x67','\x10','\x61','\x8e','\x99','\xc4','\x68','\x6a','\x3b','\x1f','\x0b','\x95','\x8d','\x8d','\xe7','\x96','\x1b','\xb4','\xee','\x53','\xb1','\xe0','\xbf','\x49','\xd1','\x94','\x14','\xa1','\x92','\xa8','\x4b','\x59','\x3b','\xe6','\xb6','\xa6','\xd1','\x74','\x1e','\x1d','\x54','\x77','\x94','\xef','\x10','\xb9','\xc0','\x5f','\x8a','\x99','\x4e','\x75','\x5b','\x84','\x36','\xdb','\xdb','\x82','\x46','\x59','\xa5','\x84','\x36','\xc4','\x8d','\x6e','\x6f','\x67','\x2d','\x23','\xb3','\x89','\x24','\x17','\x45','\x97','\x7f','\x8e','\x1f','\xe3','\x46','\xbb','\x60','\xeb','\x66','\x07','\xbf','\x68','\xb2','\xbe','\x7e','\x42','\x9f','\x4c','\x44','\xd6','\x77','\xfa','\x56','\x1f','\xd4','\x9d','\xe6','\xfd','\x7e','\x19','\xe8','\x50','\x27','\x59','\x12','\x49','\x7c','\x30','\xc5','\x6c','\x40','\x0c','\x8b','\x70','\x3d','\x5f','\xd2','\x8e','\xfb','\x2b','\xb4','\xdf','\xa5','\xe3','\x7e','\xec','\x07','\xfc','\xe3','\xbd','\x24','\xf8','\x29','\x91','\x04','\x36','\xcb','\xd7','\x0a','\x76','\xeb','\xf3','\xba','\x5e','\x36','\x5b','\x65','\x7a','\xad','\x90','\xad','\xd7','\xc4','\x74','\x9f','\x04','\xb8','\x73','\xf7','\xe1','\x87','\xb0','\xa4','\x3b','\x99','\x4d','\x04','\xfb','\x01','\x41','\xdf','\x75','\x8e','\x2a','\x75','\xe5','\x23','\xe2','\xa0','\xef','\xa3','\x6f','\xe8','\x58','\xd6','\x71','\x5c','\xed','\x01','\x60','\x73','\x82','\x49','\x0a','\xef','\x4e','\xf4','\x0d','\xd6','\xf6','\xcd','\xa2','\x83','\x4b','\x68','\xa8','\xa1','\x56','\xa2','\x8a','\x11','\x65','\x32','\x08','\x83','\x54','\xe2','\x38','\x39','\x5b','\xc7','\x79','\x3d','\x12','\x24','\xdc','\xdd','\xc3','\x6b','\xee','\xbe','\x69','\x1e','\x96','\x12','\x26','\xf1','\x11','\x6c','\x50','\x5c','\xa5','\xb7','\x11','\x1a','\x63','\x1a','\x54','\x5b','\x43','\xf9','\x6d','\xed','\xd0','\x8d','\xf0','\x05','\x1b','\x93','\xef','\xdc','\x77','\xea','\xb9','\xff','\xea','\x96','\x76','\xf8','\xd4','\x84','\x13','\x44','\xc3','\x8a','\x0a','\x59','\x2b','\xf9','\x72','\x22','\xd2','\xd6','\x64','\x76','\x1b','\xf2','\xd9','\x6d','\x69','\xa7','\xcb','\x2b','\x90','\xd4','\xe9','\xc3','\xc6','\x0a','\xf4','\x4d','\x92','\x55','\x29','\x5a','\x95','\x24','\xce','\xc0','\x9f','\x70','\x35','\xd7','\xef','\x43','\x07','\x95','\x9d','\xf6','\x05','\xf0','\x79','\xc1','\x95','\x0e','\xd5','\x58','\x27','\xec','\x89','\x9a','\x39','\x31','\x97','\x9d','\xa8','\x0f','\x5b','\x5e','\xf4','\x14','\xc1','\x25','\x42','\x4a','\xb4','\x3d','\x49','\xab','\x4b','\x26','\x5d','\x74','\xe9','\xac','\x99','\x95','\xf2','\x9f','\x24','\x69','\xb6','\x57','\x76','\xe6','\xcf','\x9b','\x82','\xc2','\x18','\x61','\xad','\x5b','\x17','\x97','\x90','\xb7','\x24','\x3d','\x3f','\x1b','\x1c','\x82','\x53','\x17','\xf4','\x11','\xf6','\x8e','\xc2','\x95','\x55','\x29','\xf0','\x41','\xee','\x1c','\x91','\xcd','\x41','\x9c','\x1d','\x24','\xc3','\x39','\x25','\x9a','\x53','\x99','\x6e','\x96','\x0c','\x40','\xdd','\xa9','\xf2','\xbf','\x0d','\x29','\xcf','\xd5','\xa0','\xed','\xfc','\x59','\x49','\x81','\xde','\x25','\x29','\x58','\xd2','\x7c','\x5b','\xc5','\xa6','\x8e','\x87','\x2d','\x67','\x64','\xc6','\x89','\x0a','\x8e','\xdc','\xef','\x10','\xed','\xe5','\x36','\x64','\xd4','\x6d','\x53','\x3a','\xfc','\x73','\xed','\xd3','\x8d','\xa0','\x0a','\x1b','\xe1','\x14','\xb6','\xd4','\xd9','\xc7','\x98','\x56','\xf5','\xd4','\xf2','\xd4','\xcc','\xfc','\x4e','\xf2','\x6b','\x4d','\xef','\xbd','\x01','\xc6','\x11','\xdb','\x1a','\x71','\x74','\xe6','\x89','\x99','\x2b','\x8b','\x33','\x35','\xf6','\xbf','\x6b','\xc9','\x67','\xb7','\xe4','\x99','\xdd','\x71','\x7f','\xdd','\xff','\x70','\x83','\xd7','\x47','\x28','\xfa','\x1c','\x42','\x6f','\xd9','\x82','\xdb','\x5a','\xbb','\x8f','\xdb','\xc6','\x7f','\x90','\xc2','\xcc','\x1c','\x66','\x78','\x5a','\x1e','\x8c','\xb3','\x28','\x4d','\x30','\x7b','\x9f','\x98','\xc3','\xd4','\x8c','\x9e','\xb2','\x7a','\x1c','\x8d','\xa4','\x57','\xdb','\xc4','\xac','\x8e','\xb4','\xe8','\x1f','\xbb','\x54','\xb4','\x69','\x7c','\x35','\x9f','\xd7','\x92','\xee','\x8e','\x7a','\x0b','\x0a','\x8d','\x1d','\x11','\x35','\xc2','\xfb','\x38','\x46','\x31','\xa1','\x15','\x9b','\x69','\x25','\x8a','\xab','\xbf','\x30','\xfc','\xc6','\xde','\xd1','\x95','\x5c','\xb4','\x59','\x94','\x6f','\xcf','\x2a','\xdd','\x58','\xc5','\x6d','\xfb','\x02','\x06','\xd9','\xc4','\xda','\x4f','\xfc','\xce','\x9d','\x1a','\xab','\xbf','\xed','\x31','\xd5','\x95','\x86','\x18','\x1d','\x6c','\xfc','\x7f','\x40','\xa8','\xc0','\xe8','\x1a','\x35','\x5b','\xda','\x7b','\xd7','\xa8','\x98','\xa2','\x52','\x82','\xee','\xc8','\x7f','\xcc','\x94','\xf8','\xb7','\x64','\x5a','\xa8','\x4b','\x68','\x45','\x32','\x57','\x82','\x1f','\x33','\xe3','\x9a','\x7d','\xae','\x9e','\x10','\xea','\xcc','\xa6','\xed','\x33','\xf7','\x3c','\xf2','\x5c','\x90','\x41','\xa4','\x80','\x48','\x8d','\x43','\x0e','\x84','\xb4','\xbd','\x3f','\xe9','\xb7','\xdb','\xa4','\x4c','\x18','\xb1','\x4a','\xc8','\x4e','\xbb','\x7c','\x75','\x2d','\xb6','\x7a','\x87','\xfc','\x29','\x7c','\x0b','\x74','\x8d','\xaf','\x0d','\x97','\xb9','\xa0','\xbf','\xbd','\xed','\xa9','\xfb','\xa3','\xac','\x0c','\xf9','\xc6','\x47','\xb7','\xb3','\xe5','\xbd','\xfa','\x99','\xdc','\x41','\x5d','\xa1','\xa3','\x47','\xef','\xb4','\xd8','\x62','\x1a','\x46','\xbf','\x18','\x58','\x6d','\x8a','\x6f','\xf0','\x04','\x79','\x8b','\x14','\xbb','\x54','\x76','\x29','\x59','\xfc','\x5b','\xc5','\x9d','\x54','\x5c','\x51','\x0d','\x02','\xd7','\xf2','\x37','\xbe','\xd7','\xa6','\x46','\x48','\xf4','\x4e','\x97','\xa1','\xed','\x70','\xfb','\xb9','\x2d','\xea','\x61','\x67','\x79','\x01','\x7a','\x8d','\x2f','\xe5','\x3a','\xb1','\x3c','\x92','\xc8','\xd6','\x12','\xce','\xb0','\x4d','\x01','\xc7','\x1d','\xdd','\x7d','\x71','\x03','\x0e','\xde','\xb5','\x65','\x4c','\x6f','\x4d','\x51','\x65','\xd3','\x38','\x3f','\x30','\x63','\xb3','\x91','\x4f','\x00','\xda','\x00','\x9c','\x8e','\x66','\xb2','\xf5','\xa7','\xf8','\xe9','\xa8','\x88','\x56','\x53','\xb6','\xc9','\x4c','\x9f','\xf0','\x74','\x94','\x75','\x8a','\x1f','\x8d','\xbe','\x1c','\x0b','\xea','\xa8','\x95','\x17','\x67','\xd7','\xce','\x45','\x37','\x33','\x9f','\x65','\x3a','\xf8','\x76','\x7b','\x4c','\xa2','\x94','\x51','\x8d','\x6a','\x4d','\x8d','\xca','\x69','\x38','\xc1','\xb1','\x89','\x76','\xdb','\xa3','\x51','\xc2','\x76','\x79','\x76','\xc9','\xf4','\x05','\xf7','\x0c','\xd3','\x90','\xa4','\x3c','\xc5','\x69','\xf6','\xd1','\xad','\xed','\x74','\x95','\x79','\x81','\xe9','\xc7','\x6c','\xb8','\x16','\x91','\x7a','\x78','\x9d','\x39','\xdf','\xda','\xbc','\xef','\xb6','\xf1','\xe7','\x4d','\xe3','\x03','\x10','\x0a','\x0a','\x96','\xd3','\xfe','\xaf','\xd5','\x1d','\x6b','\xc5','\x99','\xa8','\x77','\xc8','\x62','\xe5','\x15','\x6f','\xa2','\x8e','\x27','\xea','\x68','\xa2','\x1e','\xb1','\xea','\x11','\x56','\x9a','\x8c','\x85','\xa5','\x03','\x94','\xd8','\x81','\xff','\xc0','\x49','\xb2','\x0e','\xfb','\x34','\x74','\xba','\x25','\x8c','\xac','\x76','\xbe','\x48','\x4e','\x88','\xa8','\x2e','\x4a','\x7b','\x83','\x80','\x24','\x74','\xb2','\x57','\x25','\xb9','\x3c','\x29','\xa6','\xc9','\x52','\x7c','\x2f','\x04','\xea','\xde','\x47','\x4f','\xd8','\x69','\xa2','\xd7','\x7d','\xe3','\x93','\x98','\x12','\xe7','\x40','\xd0','\xcc','\xb5','\x9a','\xc3','\x70','\x50','\x30','\x05','\x91','\x30','\x6f','\x85','\x9a','\x27','\x8f','\xd0','\x5c','\xb4','\xa3','\x8b','\xb6','\x14','\x85','\x64','\x0d','\xc7','\x24','\x29','\x7b','\x3e','\xd8','\x8b','\xa5','\x3d','\xb2','\x14','\x5d','\x90','\xe4','\xc3','\x52','\xf0','\x56','\x6d','\xda','\x6c','\x14','\x50','\x23','\x86','\xa4','\x82','\x1b','\xff','\xbc','\x89','\xcb','\x26','\x2e','\xa0','\x54','\x0d','\xc1','\xda','\xde','\xde','\x9f','\x78','\x27','\x89','\xa1','\x14','\xbc','\x1b','\x10','\xb6','\x02','\x14','\x33','\xf9','\x6f','\xc7','\xd3','\x8d','\xdf','\x4a','\xd6','\x4a','\xc9','\xf3','\xcb','\xc9','\x0b','\xe3','\xbd','\xdf','\xfd','\xcd','\x6c','\xcd','\xc8','\xd6','\x0e','\x0f','\x4a','\x91','\xa2','\x24','\x1e','\x8f','\x05','\xb5','\x9d','\xf4','\x96','\x8e','\xc0','\x55','\x4d','\x49','\x6b','\x49','\xd4','\xcc','\xd0','\x4a','\x78','\x1c','\xb4','\xf5','\x2c','\x68','\xfd','\x14','\x88','\xbf','\xd7','\xc6','\x7d','\xba','\xc4','\x2d','\x5c','\xd5','\x66','\x7f','\x8e','\x27','\xf3','\x74','\xe6','\xca','\x4d','\xbf','\x21','\x42','\xba','\x4c','\x08','\xc7','\xb3','\x7e','\xe2','\xaf','\xc5','\xf9','\xa2','\x56','\x2a','\x66','\xbe','\x33','\x75','\xd2','\xa1','\xc5','\x4e','\x9c','\xef','\x47','\xf1','\x79','\xb8','\x91','\x47','\xc2','\x55','\x38','\xa2','\x89','\x63','\x2d','\x8f','\xe1','\x68','\x02','\x06','\xbf','\x41','\x37','\xd0','\xe8','\x86','\xf3','\xb1','\x4e','\x7f','\xa2','\x4b','\xba','\xc8','\x56','\x38','\x72','\xc2','\xbc','\x78','\x68','\x09','\x54','\x44','\x56','\x32','\xe2','\x1f','\x20','\xfc','\x49','\x5b','\x58','\x22','\xe2','\x92','\x2d','\x2d','\x99','\x78','\x29','\x4f','\x97','\xd2','\xee','\x92','\x04','\xa0','\x13','\x3b','\xac','\xe7','\x8e','\xae','\xb2','\x16','\x2f','\xc6','\x7d','\x4b','\x36','\x1c','\x9a','\x05','\xeb','\x43','\xb4','\x36','\x3e','\x3b','\xbc','\x57','\x07','\x81','\x59','\xc2','\x17','\x83','\x60','\x05','\x30','\x79','\x0e','\x3f','\xd6','\x18','\xbc','\x78','\x6f','\x30','\xf4','\xd4','\xc5','\x8d','\xe1','\x44','\x23','\x82','\x1b','\xa2','\x1b','\xf7','\x21','\x71','\x63','\x4a','\xe7','\x79','\x0c','\x77','\x68','\x07','\xd2','\xbb','\x74','\x6e','\x01','\x88','\xad','\x92','\xb7','\xf3','\xa4','\x41','\x93','\xdf','\xaa','\x24','\x47','\x0b','\x7b','\x46','\x6b','\x9c','\x1d','\x93','\x6c','\xe0','\xc1','\x91','\x90','\x84','\x74','\x49','\xba','\xb8','\x5d','\x7f','\xbe','\x3c','\x8f','\x48','\x8a','\xa7','\xd9','\x05','\x89','\xc3','\x0f','\x46','\x4c','\x31','\xb6','\x9a','\xf6','\xa2','\x77','\x99','\x66','\xc1','\x36','\x6f','\x10','\xf2','\xd8','\xd5','\xed','\x0e','\xf9','\x5b','\xc7','\x47','\x87','\x1c','\x9a','\x21','\x68','\x1f','\x88','\xf2','\x50','\xa9','\x28','\x4a','\xd6','\x4f','\x02','\xb3','\x2c','\x91','\x89','\x1a','\x93','\xe8','\xa8','\x15','\x17','\xcd','\xd1','\xd4','\x44','\xa3','\xfd','\xee','\x05','\x26','\xdf','\x63','\xee','\x14','\x9c','\x5e','\x6c','\x79','\xaf','\x17','\x6d','\x39','\x8e','\xe2','\x18','\x22','\x85','\xf7','\xd5','\x69','\xf2','\x4b','\xe6','\x13','\xdf','\x80','\x58','\x83','\xdf','\x98','\xad','\x5e','\x76','\xb4','\xe4','\xb5','\xd7','\xc1','\x38','\xad','\xd1','\x64','\xbd','\x94','\x9c','\xb9','\x90','\xbc','\x90','\x82','\xa3','\x20','\x81','\x49','\xa3','\xad','\xf3','\xb5','\x21','\xdc','\xa0','\xcd','\xe1','\x14','\x02','\x72','\x23','\x4a','\x16','\xe3','\xc4','\x5d','\xd9','\xeb','\x55','\x93','\xad','\x74','\x12','\x49','\x14','\xd1','\x03','\x41','\xa0','\xda','\xd4','\x34','\xa9','\x4e','\xa9','\x9d','\x5d','\x3b','\xaf','\xdb','\x60','\xe4','\x86','\x7a','\x2f','\xed','\x7a','\xcb','\x74','\x5c','\x65','\xd8','\x70','\x32','\xb6','\x97','\xca','\xb6','\x13','\x2e','\x29','\xc3','\xf6','\x3f','\x83','\xd0','\x1d','\x5b','\xac','\x33','\x3b','\xe8','\x60','\x95','\xe7','\x45','\xdd','\xd4','\xce','\x17','\xec','\xf5','\x44','\x3c','\xf9','\x16','\xa1','\x0d','\xa8','\x03','\x3a','\x9d','\x0b','\x61','\x9d','\x12','\x4a','\x4a','\x24','\x19','\x78','\xc9','\x1a','\xf8','\x1b','\x83','\xcb','\x71','\x8d','\x1c','\xaa','\x9d','\x99','\xa9','\x51','\xa6','\x83','\x6e','\x3f','\xd7','\x92','\x29','\x67','\x9e','\x11','\x8a','\x4f','\x72','\xce','\x39','\x4a','\x7b','\x36','\xe5','\x75','\x95','\x71','\x21','\x95','\xb8','\xb7','\x35','\x5f','\xf6','\x47','\xf1','\xe7','\x45','\x9b','\x31','\x67','\x2d','\x14','\x67','\xf9','\xa8','\x4b','\xb9','\x8a','\xce','\x54','\x7a','\x13','\x4e','\xcf','\xf8','\xfd','\x97','\x29','\xa2','\x16','\x9b','\xb0','\xae','\x1e','\xb5','\x41','\xee','\x10','\x90','\x3b','\x78','\x84','\xec','\x99','\x54','\x86','\x17','\xd5','\x63','\xb6','\xfb','\x0b','\x60','\x1c','\xe6','\x31','\x4a','\xb3','\xde','\xdf','\xe6','\x8c','\x91','\x67','\x52','\x70','\xe3','\x84','\x42','\x50','\x2b','\x89','\xbb','\x5c','\x44','\x7f','\xb4','\x3d','\xb8','\x8c','\xa2','\x37','\x2d','\x1f','\x80','\x28','\x07','\x70','\x4a','\xf3','\x0f','\x52','\x5c','\xa1','\x1c','\xab','\x50','\xf3','\x70','\x78','\x4e','\xd6','\xad','\x6f','\x9b','\xaf','\x8e','\x3d','\xb8','\x96','\x5d','\xb4','\x93','\x63','\x94','\xb0','\xff','\x32','\xb5','\xa0','\xcd','\xb4','\x17','\x24','\x40','\xa6','\x60','\x0e','\x98','\x60','\x03','\x4f','\xbe','\x6d','\xef','\x78','\x4f','\xb4','\x69','\x7f','\x01','\xd6','\x0b','\x9f','\x35','\xa8','\x70','\xb2','\xc0','\x2d','\x08','\xdc','\x2c','\x7b','\xe5','\x01','\x65','\xae','\x40','\x1b','\x17','\xb8','\x9c','\xe6','\x2a','\x5c','\x57','\x7f','\x53','\x5d','\xd0','\x44','\x18','\xef','\x42','\x6e','\x3a','\x68','\x25','\x40','\x0f','\xeb','\x1a','\xce','\xf3','\x6e','\x2c','\x55','\x4d','\x65','\xb5','\xd6','\xd2','\x85','\x18','\x33','\x36','\x88','\x8a','\x5a','\xd5','\x98','\xe0','\x82','\xe9','\x78','\x06','\x25','\x6c','\xb4','\x85','\xaf','\xc2','\xcf','\xa2','\x1b','\x2c','\xd6','\x10','\x7b','\x32','\x8b','\x1e','\x88','\x28','\x52','\x14','\x7f','\x5e','\xfb','\xa0','\xdc','\x27','\x9d','\x74','\x51','\xb9','\x37','\x5f','\xde','\x47','\xcb','\x49','\xa0','\x93','\x6f','\x0e','\xfb','\xbd','\xc3','\xd5','\xde','\x9c','\xae','\x6a','\xc8','\xed','\xfb','\xf9','\xf2','\x62','\x37','\x4a','\xce','\xe2','\xf4','\x4d','\x3f','\x39','\xd7','\xc9','\x7b','\xdb','\xdb','\xc9','\x7b','\xbb','\x30','\x28','\x92','\x62','\x04','\x87','\x79','\x6f','\xb7','\xac','\x1f','\x7c','\x98','\xe2','\xc3','\x60','\x03','\xb2','\x8a','\x7c','\xf8','\xa0','\x32','\x9d','\x42','\xdc','\xfe','\xd2','\xee','\x27','\xe2','\x77','\xb2','\xbf','\x76','\xb1','\x76','\xf8','\x35','\x77','\x78','\xc7','\xad','\x05','\x8e','\x8e','\x00','\x3d','\x3d','\x1a','\x85','\x12','\x30','\x3e','\x03','\x4c','\x8e','\x00','\x75','\x2b','\x8c','\x59','\x11','\xb4','\xce','\x0f','\x37','\xe9','\x2d','\xd6','\xcd','\xb6','\xb2','\x48','\xc8','\x62','\x5d','\x76','\xf3','\x91','\x95','\x15','\xfc','\x13','\x52','\x9d','\x24','\xea','\xa2','\x2d','\x2a','\xab','\xa9','\xbc','\xd6','\x9a','\x8c','\x0b','\xe7','\x51','\x3c','\xa5','\xa2','\x6a','\x35','\x36','\xd3','\x19','\xe7','\x98','\x8d','\x84','\x25','\x5b','\x98','\xe5','\xa6','\x2b','\xbf','\xc8','\x96','\x10','\x93','\x7d','\x30','\x7d','\x00','\x85','\x3d','\xbe','\xac','\xbd','\xed','\xb3','\xb2','\x43','\xcb','\xcd','\x5f','\x1e','\xff','\x21','\xa0','\x51','\x2d','\x02','\x1a','\x55','\x66','\xb2','\x59','\x88','\xde','\xae','\x91','\x0e','\x14','\xd5','\xa6','\xfe','\xd8','\x55','\x14','\x6b','\xa7','\x7d','\x35','\xaa','\x52','\x91','\x98','\xfd','\x72','\x2d','\x5c','\xd5','\xb7','\x50','\xb4','\x69','\x56','\x13','\xad','\x12','\xb1','\x7c','\x65','\xd9','\x7c','\x6c','\xd9','\xfc','\xd5','\xb9','\x49','\x51','\x83','\xe4','\xce','\x98','\xdf','\x11','\x9b','\xdb','\xf5','\xb1','\x0d','\x60','\x44','\xa1','\xf4','\x61','\x1f','\xb6','\xde','\xf6','\x43','\xd3','\x38','\xb8','\x1d','\xf0','\x94','\xf4','\x70','\xd0','\x21','\xb0','\x35','\xbc','\x14','\x11','\x67','\xc5','\xb8','\x18','\xac','\x0a','\x5b','\xf7','\x7b','\x57','\x02','\xa2','\x9f','\x97','\x1c','\x76','\x47','\x7d','\x75','\xa3','\xf2','\xd3','\xe2','\xc8','\x42','\x50','\x76','\x2b','\x48','\xbb','\xe9','\x85','\xd7','\x1f','\xd6','\xdb','\x5e','\x1e','\x18','\x07','\x64','\xac','\x8e','\x20','\xe0','\x1b','\x70','\x81','\xbe','\xd4','\x42','\x9b','\xc7','\x07','\x29','\x30','\x10','\xd1','\x3f','\x86','\xc9','\x22','\x16','\x37','\x7c','\x10','\x4d','\xfe','\xce','\x97','\x4e','\x7c','\x62','\x76','\xe5','\x0b','\x7f','\x78','\xdb','\x6e','\xaf','\x4b','\xdb','\xff','\x0a','\xb8','\x64','\x31','\xd2','\x5a','\xcb','\x8b','\xb7','\xa3','\x1d','\x07','\x17','\x94','\xe9','\x55','\x91','\xb0','\x4a','\x27','\x01','\x37','\x37','\xa6','\xaa','\x3c','\x46','\xa9','\x94','\xbb','\x37','\xdd','\x8d','\x63','\x32','\x83','\x7b','\x93','\x53','\x69','\xc0','\xdb','\xd9','\x41','\x3f','\x54','\xd4','\x18','\xa6','\x17','\xa2','\x85','\xa7','\x83','\x20','\x1f','\xb5','\x49','\xd4','\x1e','\xb2','\x3c','\xa3','\xe4','\x7c','\xad','\xe4','\x3c','\x52','\xf1','\x46','\x4f','\x4d','\x65','\xaa','\xb8','\x60','\xe2','\x1a','\x33','\xf4','\xb8','\x4f','\xdf','\x94','\xe5','\x11','\xf3','\x3e','\xe7','\x00','\xda','\x6a','\xa8','\x3e','\xdb','\xda','\xaa','\x49','\x69','\x96','\xd9','\xc6','\xda','\x6a','\x14','\x70','\x30','\x30','\x09','\xfc','\xf6','\x2d','\xa7','\x7a','\xcb','\xa1','\x5d','\xca','\xdf','\x72','\x98','\xf2','\xb9','\xf3','\x39','\x40','\xbc','\x1a','\x34','\x4d','\x38','\x3e','\x98','\x9a','\x66','\x3a','\x2b','\x0f','\xd2','\x2c','\xf5','\x7b','\xd3','\x2f','\x60','\xf3','\x1f','\x61','\xb3','\x86','\x4b','\xd2','\xd4','\x34','\xeb','\x8a','\x8c','\x4d','\x05','\x9b','\x2a','\x2e','\x2f','\x76','\xda','\xd9','\xc0','\x0f','\x0f','\x22','\xb0','\x61','\xd9','\x2e','\xe8','\x26','\x09','\xed','\x68','\xad','\x97','\x29','\xfe','\xe7','\x1d','\x91','\x11','\x2a','\x7e','\x5b','\x0e','\x5e','\x76','\x3e','\x67','\x0b','\x13','\xb4','\x29','\xea','\x5a','\x79','\xff','\xe7','\x1b','\xcf','\xd9','\x36','\xee','\x77','\x94','\x68','\xc5','\xc9','\x62','\x53','\x99','\x71','\xfa','\x05','\xc7','\x7a','\xcf','\xf9','\x0e','\x8f','\x38','\xd5','\xde','\x0b','\xe3','\x4e','\x3b','\x75','\x24','\x38','\xaa','\x8a','\xf7','\x2f','\xe0','\x52','\x1d','\x2f','\xd7','\xa7','\xdc','\x1d','\xed','\xca','\xa0','\xad','\x1c','\x96','\x19','\x85','\xae','\x29','\x6b','\x5e','\xbe','\x2e','\x02','\x8b','\x8c','\x19','\xe3','\x89','\xf7','\x65','\x52','\x3c','\x58','\x5e','\x6a','\x09','\xb3','\x91','\x98','\x28','\xa6','\xc4','\xa0','\xb5','\x79','\x5f','\x74','\x37','\x97','\xc2','\xcc','\x26','\xbe','\xe6','\x59','\xa5','\xb3','\x0b','\xf6','\x25','\x5f','\x26','\x6f','\x92','\xb5','\x24','\xc5','\x64','\x9a','\x28','\x6f','\xd6','\xb3','\xf5','\x95','\x0c','\x59','\xd1','\x09','\xc8','\x92','\x1d','\xf5','\x84','\x28','\x5c','\x97','\x9b','\x98','\xb8','\xbf','\x40','\xae','\xf5','\x26','\x1f','\x09','\xba','\xb0','\x63','\xa1','\x8b','\x29','\x09','\x08','\x99','\xe1','\x14','\x6c','\xf0','\x3b','\xdd','\xa4','\xaf','\x02','\xff','\x81','\x84','\x6b','\xf6','\xb2','\x75','\xc7','\x9f','\x98','\x53','\x26','\xce','\x91','\x89','\x73','\x8a','\x65','\x0f','\x30','\xd1','\xc5','\xf6','\xd2','\x84','\xed','\x5a','\xee','\x32','\xb8','\x7a','\x86','\x79','\xea','\xd9','\xaf','\xdd','\x7c','\xf4','\x9b','\xe4','\x85','\x6b','\x0b','\x00','\x9c','\xe5','\xf6','\x2a','\xae','\xe5','\xd5','\x7a','\x7b','\x83','\xf4','\x7b','\x58','\x10','\x71','\xfa','\x6f','\xe7','\x7b','\x1f','\xae','\xf7','\x2a','\xf5','\xf4','\xea','\xa7','\x25','\x54','\x0d','\x3c','\x15','\x9b','\xd5','\xbc','\xfb','\xe9','\x51','\x7b','\x45','\x58','\xbc','\x28','\x15','\xe3','\x67','\x2a','\x9b','\xf9','\x3c','\xdb','\xa9','\xaa','\xbd','\x6f','\x7f','\x2b','\xb9','\xdf','\xcd','\xee','\x6f','\xf4','\xef','\x0f','\x8e','\x7d','\xb8','\x70','\x41','\x48','\xa5','\x22','\xf5','\x24','\xa9','\x67','\xbd','\x13','\xcf','\x93','\x4f','\xbf','\x42','\x68','\x96','\xa8','\xd9','\x64','\x35','\xbb','\xe7','\xd3','\xd9','\xd4','\x4a','\x2e','\x7f','\x71','\xb8','\x37','\x3e','\x22','\x49','\xdb','\xe4','\x57','\x4b','\x05','\x47','\xcd','\x65','\x70','\xaa','\x5c','\x56','\xe8','\x0d','\x42','\x6f','\x28','\x9a','\x3b','\xc0','\x54','\x0d','\xb8','\xf8','\xe0','\xff','\x95','\xbf','\xed','\x9f','\x71','\xdd','\x13','\x9c','\xea','\xae','\x9b','\x76','\x5d','\xe2','\x6e','\x3f','\xdf','\x90','\xac','\x77','\x03','\xb8','\x83','\xb3','\xed','\x5d','\x31','\x60','\x3b','\x91','\x32','\x0e','\x7e','\xe2','\x49','\x65','\x2c','\x15','\xb0','\x74','\xde','\x5b','\x73','\x71','\x91','\xd8','\xff','\x46','\x98','\x16','\x5b','\x1f','\x93','\x24','\xbc','\x4d','\x7e','\xad','\x79','\x38','\xa8','\x24','\x12','\xca','\xac','\xdb','\x97','\x7f','\xcc','\x24','\x7a','\xe2','\x32','\xe7','\x81','\xe1','\x94','\x6d','\x09','\xf0','\xdf','\x36','\x5f','\xb0','\xbc','\x67','\xdc','\xc4','\xe2','\x9c','\xc7','\x91','\x9c','\xb1','\x70','\x8e','\x6d','\x86','\x60','\x99','\x86','\x79','\x0f','\xfb','\xd8','\x2a','\x7a','\xb4','\xfd','\x64','\x8d','\x7c','\xc2','\xa1','\xc6','\x1e','\xd3','\xe9','\x67','\x76','\xb8','\x89','\x25','\xf0','\x0a','\xc0','\xe6','\x0e','\xe7','\x48','\x31','\x41','\x91','\x84','\x87','\xad','\x77','\x7d','\x09','\x2a','\x8a','\xf5','\xd6','\x6e','\x09','\xd2','\xe4','\xa1','\xe0','\xc7','\x38','\x1e','\xf3','\xd3','\x3c','\x49','\xf1','\xe8','\x49','\x2f','\x53','\xee','\x5c','\x3a','\x4b','\xfc','\xf5','\x37','\xad','\xe7','\x35','\xb6','\x39','\x87','\x50','\x19','\x5b','\xfb','\xdb','\xbb','\xc8','\x42','\x92','\x2c','\xf4','\x26','\xdb','\x8f','\x92','\x8b','\x3a','\xa0','\x5f','\x6d','\x8d','\x2b','\x21','\x88','\x52','\x80','\x1c','\xa2','\x5b','\xef','\xbb','\x99','\x65','\x23','\xd4','\x4b','\xc2','\x1f','\x9c','\x0c','\x82','\xb2','\x60','\x33','\x9a','\xfe','\x70','\xbe','\xbc','\x70','\x41','\x5a','\x68','\x4a','\xde','\x8a','\x3f','\x77','\x22','\x33','\x57','\xcd','\x78','\xea','\xfe','\x85','\xcf','\x55','\x16','\xfe','\xec','\xe8','\x87','\x5f','\x99','\x17','\xe3','\x0a','\x8e','\xa9','\x48','\xdc','\xb2','\xbf','\x36','\x64','\xdc','\xde','\x98','\xdb','\xb1','\xb3','\x55','\x6f','\x07','\x3f','\x76','\x39','\x2a','\x51','\x22','\xb8','\x16','\xe3','\x78','\x11','\xe1','\xe1','\xb0','\x15','\xf8','\x5b','\xd6','\x61','\x24','\x82','\x62','\xa2','\x8d','\x1f','\xc2','\xf4','\x8a','\xff','\xa7','\x2b','\x78','\xb0','\x8e','\x1f','\xe1','\x70','\xe5','\xc3','\x04','\x2f','\xa5','\xbd','\x07','\x48','\x65','\xd7','\x9c','\x99','\x3b','\x6f','\xfe','\x71','\xcd','\xdc','\x55','\x9b','\xcc','\x3a','\x93','\x8b','\xf3','\xc5','\x84','\x62','\x49','\xe6','\xd8','\xf6','\x71','\x8e','\x83','\x56','\xe7','\x5b','\x75','\x07','\x73','\xcc','\xf3','\xb5','\x4a','\xe0','\xda','\x58','\xad','\xa5','\xb4','\xa0','\x8f','\xd6','\x9e','\xbc','\xf6','\xad','\xa1','\x6b','\xdf','\x35','\x0e','\xfc','\x85','\x93','\x93','\x30','\xed','\xdb','\xa2','\x67','\x32','\x4e','\x6e','\x2d','\xba','\x51','\xa1','\x1e','\xbc','\xeb','\xf5','\x0a','\xf5','\xec','\x5b','\xf5','\xe5','\x07','\x88','\x36','\xbb','\x27','\x1a','\xf9','\xcb','\xd8','\xf2','\x6f','\x7b','\x24','\x6e','\x76','\xcf','\xb8','\xe0','\xf3','\x36','\xdb','\x8c','\x6c','\xfb','\x5e','\x4b','\xbb','\xc0','\x5f','\x36','\xae','\x1f','\xf9','\xcf','\x15','\x4c','\x88','\xac','\x28','\x9f','\x9e','\xbe','\xaa','\x1e','\xd6','\x47','\x0e','\x9f','\x1a','\x9d','\xae','\xe0','\xc3','\x44','\x3e','\xac','\xec','\x3e','\xbc','\xdf','\x9a','\xf6','\xb3','\x64','\xb2','\x23','\xf7','\x41','\x0e','\xda','\x31','\xb2','\xba','\x26','\x07','\x37','\xb6','\x03','\x49','\xea','\x6f','\xe0','\x69','\xd1','\x97','\xca','\xcd','\xe0','\xc7','\xcd','\xf8','\x2e','\x27','\x2d','\xa4','\x1e','\xb9','\x41','\x32','\x27','\xce','\x34','\x46','\xd8','\xcc','\x22','\x71','\xa6','\xd5','\x97','\xb2','\xee','\x92','\xd7','\x39','\xa7','\x42','\xe2','\x5f','\xb6','\xa6','\xc9','\x14','\x5d','\xbf','\x8f','\xdb','\xac','\x47','\xa5','\xdb','\x21','\xe4','\x45','\x70','\xa5','\x53','\x81','\x27','\x6c','\x21','\x62','\xc9','\x4a','\x00','\xb2','\x01','\xfa','\xdd','\x9a','\x95','\x96','\x8a','\xa4','\x56','\x24','\xaf','\x17','\xd3','\x4d','\x2b','\xf1','\x47','\xc5','\x6d','\xfc','\x19','\x20','\x6d','\x01','\x01','\xc1','\x3b','\xc6','\x8c','\xd0','\x06','\xd9','\x7b','\xbe','\xbd','\x47','\x22','\xd1','\x1a','\x91','\x9f','\x6a','\x33','\xe1','\x30','\x7d','\x2a','\x5a','\x48','\xf8','\x8f','\xee','\xda','\x3f','\xf6','\xbd','\xfd','\xa3','\xcf','\xee','\x2f','\x3f','\xbb','\xbf','\xb0','\x6b','\x7f','\x6d','\xd7','\x7e','\xb6','\x2c','\x36','\xad','\x1f','\xa6','\xa2','\xcf','\xa1','\x44','\x83','\x7a','\x00','\xe1','\xce','\xf8','\xaa','\xde','\x73','\xdd','\x0f','\x78','\x06','\x28','\x36','\x83','\x7d','\xa4','\xb1','\xaf','\xde','\x38','\xb8','\xd2','\x18','\xba','\xe3','\x1b','\x08','\x39','\xac','\x83','\xbb','\xc7','\xf1','\xf0','\x00','\x2e','\xe6','\x18','\x6d','\xe9','\x8f','\x84','\xa4','\xcc','\xf1','\xe0','\xd1','\x96','\x9b','\x41','\x76','\x26','\xe6','\x65','\x1e','\x01','\x7f','\x54','\xb6','\x83','\x32','\x05','\x3c','\x9a','\xc1','\xe5','\x03','\x5e','\xe1','\xbb','\xf8','\x6b','\x0d','\xdc','\xd3','\xc0','\xc2','\x79','\x4f','\xe4','\x7c','\x83','\x31','\x11','\xba','\x8d','\x6f','\x48','\xdc','\x27','\x36','\x4c','\x26','\xce','\xfe','\xbc','\xe3','\xc8','\xda','\x4d','\x26','\xce','\x9e','\xc4','\x25','\xc0','\xaf','\xea','\xeb','\xe6','\x13','\x6f','\x88','\x75','\x89','\xfd','\x6c','\x6b','\x07','\x4e','\x65','\xcb','\x38','\x2c','\x3b','\x15','\x1b','\xd3','\x26','\xce','\xce','\xe3','\x6c','\xd0','\xcc','\xc9','\xf8','\xf1','\xc0','\xc9','\xca','\xfc','\x48','\x01','\xca','\x66','\x76','\xd3','\x79','\x42','\xb7','\x9d','\x3a','\xe3','\x53','\xab','\x0a','\xe1','\xa6','\xa5','\x29','\x11','\xeb','\x4b','\xe9','\x16','\x81','\x80','\x14','\x1e','\x65','\x9f','\x8c','\x2a','\xac','\xcc','\x46','\x95','\x2c','\xbf','\x1c','\x29','\x06','\xed','\x23','\xbd','\x64','\xb6','\x97','\x88','\xbd','\x8c','\x95','\x6d','\x1e','\x67','\x04','\x9b','\x4b','\x62','\xd6','\xfa','\xfb','\x81','\x32','\x8b','\xe4','\x59','\xb4','\x2b','\xe7','\x05','\x3c','\xaf','\xaf','\x76','\xd7','\xa3','\x45','\x66','\xc8','\x7b','\xda','\x5d','\x28','\x59','\x9d','\x3f','\x89','\xd0','\xa2','\x98','\xbb','\x1b','\xd0','\xc5','\xad','\xe7','\x48','\x20','\xe2','\xa3','\x72','\xe2','\x2e','\x26','\x8b','\xb2','\x62','\x2b','\xfd','\x31','\xdf','\x6a','\x99','\xdf','\x31','\xcd','\x61','\xb3','\xc4','\x74','\xe9','\x61','\xa8','\x98','\x4c','\x17','\x67','\xdb','\x43','\xd5','\xcd','\x8f','\xa9','\xe6','\xb3','\xd4','\xfc','\x1e','\x35','\xdd','\x6d','\xfa','\x06','\xac','\x9f','\x58','\x3b','\x1a','\x95','\x8f','\xc5','\xda','\xd9','\x39','\x79','\x6f','\xac','\xbd','\x07','\xa1','\x68','\xda','\x97','\x79','\x62','\x8e','\xe9','\x3b','\x7e','\x01','\xa1','\x47','\x13','\xde','\xd8','\x39','\x32','\xba','\x48','\xcb','\x6e','\xab','\x20','\xbc','\x56','\x93','\xd2','\x52','\x5e','\xda','\xf2','\x5e','\x1b','\xd5','\x5d','\x38','\x48','\x8c','\xaa','\xc7','\x24','\x9a','\x75','\xc6','\x1f','\x4a','\xf8','\xd1','\x94','\x2e','\x7f','\x5b','\x0f','\x6e','\x7b','\xd3','\x4d','\x5d','\xc2','\x7a','\xe6','\xb6','\x37','\x5a','\xd1','\xcb','\x95','\xc3','\xb5','\x44','\x20','\xad','\x3b','\xd8','\x76','\x80','\x6d','\xf9','\x0d','\x63','\x68','\xc2','\x4b','\x24','\x15','\x65','\xbb','\xb6','\x83','\xbd','\x4b','\x98','\x86','\xe0','\x85','\x75','\xee','\x91','\x12','\x61','\x02','\xc5','\x24','\x11','\x9d','\x88','\x36','\x3f','\x87','\x84','\xbb','\x6d','\xc1','\x63','\xa2','\x2e','\xdd','\x08','\x8f','\xc8','\x79','\x23','\xd2','\xd6','\xfa','\x1e','\x09','\xef','\x0d','\xfc','\xbd','\x12','\xce','\x71','\x1a','\x94','\x20','\x02','\xf1','\x88','\x84','\x67','\xa5','\x29','\x51','\x22','\xb0','\xfb','\xe0','\x34','\x8c','\x02','\xa6','\x1c','\x45','\x0a','\xe5','\x7f','\x48','\x25','\x42','\xa3','\x44','\x73','\xf7','\x32','\x1b','\x97','\xd9','\x58','\x9a','\x47','\xd2','\x6d','\xee','\x98','\xc6','\x08','\x92','\x9e','\x50','\xdd','\x55','\xfb','\x6d','\xf3','\x21','\xa4','\xc7','\x91','\xfd','\xa9','\x96','\xd0','\x0a','\xfa','\x50','\x1f','\x8f','\xef','\x5e','\xce','\xda','\x1c','\xe2','\x69','\xe1','\x06','\x0f','\x82','\x96','\xb2','\xf5','\x65','\x44','\x98','\x92','\xb5','\x1a','\xfc','\x6c','\x99','\x90','\x06','\x21','\x7e','\xb2','\x3e','\xa5','\xad','\xa0','\xec','\x65','\xc6','\x76','\xfe','\x4a','\xb8','\x5c','\x17','\x5e','\xaa','\x8b','\x2f','\x7d','\x45','\xcc','\xee','\x89','\x0d','\xee','\x1d','\x3b','\x9c','\xc6','\x38','\x0e','\xf9','\xb2','\x55','\x2c','\xfe','\xc4','\x67','\x76','\xee','\x11','\xa6','\x66','\xb4','\x5d','\x93','\xba','\x65','\xb5','\x71','\xf2','\x62','\x30','\xdd','\x6f','\x97','\xb3','\x76','\xf1','\x3d','\xbb','\x24','\x38','\xe5','\x25','\xbf','\x34','\x8b','\x9f','\x6b','\xe3','\x53','\x36','\xb6','\x56','\xa1','\x3c','\xbe','\x8a','\x8f','\xda','\xa9','\xa3','\x36','\xb9','\xd8','\x6e','\xcb','\xfc','\xf2','\x2e','\x00','\xfd','\x8d','\x3b','\x54','\xc4','\x29','\x0a','\xa8','\xb6','\x1a','\xfa','\x5d','\x72','\x9c','\xde','\xe0','\x1a','\x4f','\x28','\xd6','\x21','\x2d','\x60','\xe5','\x6e','\xe4','\xee','\x46','\x37','\xf6','\xa0','\xc5','\x07','\xd1','\xe2','\x85','\x20','\x68','\x58','\xe8','\xa6','\x8e','\x96','\xe2','\xe8','\x26','\xec','\x40','\x9e','\x72','\x8b','\x91','\xb1','\xd0','\xb0','\xee','\x34','\x8c','\x3a','\x23','\xa9','\x4b','\x0d','\xe3','\xca','\x3d','\xeb','\x5a','\xc3','\xb8','\xd6','\xf9','\x0c','\xb6','\x81','\x12','\x8b','\x0d','\x6f','\xb1','\x56','\x5d','\xaa','\xe9','\x69','\xd8','\xdc','\x31','\xa4','\x4a','\x11','\x55','\x12','\xaf','\x4a','\x22','\x2b','\x95','\x42','\x51','\xb1','\xfe','\x56','\x29','\x4f','\x92','\x72','\x59','\x2e','\x97','\x70','\xf9','\x77','\x12','\xe5','\x67','\x1b','\xe5','\xe7','\x6b','\xd6','\x5b','\x76','\x79','\xc2','\x96','\x04','\x04','\xc2','\xfa','\x88','\x2c','\x4d','\xe2','\xd8','\x0f','\xa2','\xfe','\xe4','\xd8','\x99','\xf4','\x3d','\x3d','\x21','\x21','\x59','\xe2','\x0e','\xc1','\x1b','\x10','\xbc','\xc1','\x0b','\x18','\x31','\x9e','\xb1','\x66','\x5b','\x6d','\xbc','\xb0','\xde','\x78','\x67','\x0d','\x47','\x01','\x8c','\xe5','\x06','\xef','\x68','\x2d','\x89','\x09','\xca','\x18','\x4a','\xc1','\x02','\x89','\xc0','\xcd','\x8b','\x84','\x56','\x0a','\xe6','\x8a','\xb5','\x4a','\xca','\x26','\x29','\x97','\x48','\xb9','\x48','\xca','\x13','\xe0','\x0b','\xcd','\x7e','\xb5','\x5a','\xec','\xe1','\x1e','\x09','\x30','\xbe','\xdb','\xd2','\x71','\x22','\xa9','\x24','\xb1','\x4a','\x7c','\xb8','\x98','\x23','\x3a','\x6f','\x34','\x0e','\xf1','\x44','\xee','\x1a','\xf1','\xf1','\x09','\xf8','\xf8','\xac','\xd1','\xb7','\x8c','\xcb','\xdf','\xb2','\x2e','\x8f','\x1a','\x97','\x47','\xf1','\x9e','\x51','\xa6','\x32','\xf5','\x10','\x09','\xd7','\xa5','\xc4','\x0a','\x13','\xf8','\x52','\x75','\x45','\xd2','\xc9','\x18','\x5b','\x58','\xb1','\x35','\x7c','\x66','\xa0','\x66','\xe1','\x39','\xdf','\x5a','\x5d','\x43','\x74','\x6f','\x96','\x9f','\xf3','\xd7','\xa0','\xdd','\xcb','\x90','\x1a','\xb8','\x01','\x3a','\x8c','\xee','\x4a','\xaa','\x9b','\x58','\x75','\x21','\x49','\x0f','\x75','\x75','\xee','\x0d','\x1b','\x13','\x2f','\xf0','\x9b','\x8e','\x0e','\x15','\x8a','\xa0','\x3a','\x95','\x8b','\x78','\x0b','\x59','\x77','\x3d','\x56','\x76','\x3e','\x76','\x04','\x4b','\x83','\x38','\xf1','\x3e','\xf6','\x73','\xb8','\x9a','\xf3','\x74','\x11','\x23','\x91','\xf5','\x87','\xed','\x9e','\x83','\x4c','\x9b','\x95','\xa2','\x2e','\x1b','\xac','\x42','\x19','\x59','\x1f','\xa0','\x72','\x99','\x11','\x2e','\x9f','\xf4','\xcb','\x65','\x1a','\x92','\x75','\x0f','\x4a','\xc6','\xd1','\x81','\x0a','\x54','\x2a','\xd3','\xd8','\x3d','\xea','\x97','\x69','\x55','\x1a','\xd5','\x2d','\x7e','\x01','\xbd','\xe9','\xbd','\xdc','\x82','\xd9','\x80','\xfe','\x6c','\xc6','\xab','\x2f','\x97','\x9a','\x3c','\x28','\xa0','\xab','\x61','\x32','\x85','\x33','\x83','\x13','\x1f','\x60','\x7f','\x14','\x57','\x0f','\x78','\x00','\xe6','\x29','\xe1','\x58','\x94','\x70','\xc5','\x8c','\x84','\x54','\x28','\x13','\xeb','\x03','\xb6','\x78','\x48','\xf9','\x64','\x1b','\xca','\x2e','\x59','\xf7','\xa0','\x64','\x2c','\x0e','\x3e','\x56','\x20','\x52','\x99','\xc4','\xee','\x11','\xbf','\x4c','\xaa','\xd2','\x1e','\x5d','\x0b','\xf8','\x95','\xfd','\xcf','\x9d','\x2f','\x20','\xeb','\x8a','\xcf','\xca','\x30','\x22','\x0c','\xd7','\x81','\x12','\x2b','\x0d','\x6f','\xa5','\x51','\xbd','\xe3','\xeb','\x9c','\xb3','\xc4','\x3a','\xee','\x7f','\x3a','\xb8','\x76','\x88','\x6a','\x61','\x92','\x42','\x7f','\x4a','\xe9','\xf2','\xa9','\x78','\xf9','\x85','\x7b','\x65','\x13','\x71','\xc2','\x4c','\xed','\x2c','\x4f','\x74','\x31','\xf6','\x0f','\x39','\x52','\xbf','\x93','\x78','\xcf','\xf1','\xb3','\x7f','\x54','\xcd','\xd6','\xf5','\x10','\xa6','\xac','\x93','\x7f','\x10','\x41','\x9a','\x6c','\xcd','\x37','\x5e','\x51','\xac','\x57','\x14','\xe3','\x3f','\x79','\xc6','\x7f','\x1c','\x07','\xea','\x56','\x2c','\x56','\xb9','\xa6','\x1b','\x8f','\x1d','\xee','\xf9','\x95','\x20','\xf1','\xef','\x0e','\xa7','\x7e','\xf4','\xeb','\xed','\xa3','\xbf','\x67','\xfe','\xa3','\x3f','\xd1','\xbf','\x17','\x41','\xf3','\x7d','\xa2','\x8c','\x3b','\xa7','\x4f','\xe0','\x1e','\x81','\x71','\xcc','\x37','\x38','\x12','\xa3','\x31','\x8f','\x8d','\x2b','\x4d','\x63','\xa1','\x69','\x5c','\x6d','\x1a','\x76','\xd3','\x98','\x6f','\x5a','\x17','\x9b','\x06','\xe4','\x54','\x63','\x9c','\xac','\x0d','\x07','\x7f','\x4e','\x24','\xd1','\x8c','\x78','\xcd','\x48','\xb5','\x29','\xea','\x4c','\x09','\x89','\xf9','\x71','\x45','\xe2','\xa7','\x42','\xa1','\x57','\x17','\x6c','\x70','\xeb','\xcd','\x7b','\xc6','\xe5','\xcc','\x16','\xb2','\x78','\x89','\x93','\xf7','\x30','\x5f','\xcc','\xeb','\xeb','\x79','\x6d','\x7c','\x60','\xfd','\x78','\x52','\x62','\x6d','\xde','\x5d','\xbe','\x9e','\x1b','\x65','\x6b','\xd3','\xec','\x5b','\x3f','\x6c','\xb2','\xe5','\xb4','\xc3','\xbc','\x8f','\x62','\x3d','\x06','\x21','\x2d','\x48','\x81','\x23','\x08','\xab','\xce','\xbd','\xac','\x53','\x26','\xde','\x63','\xe2','\xbd','\x93','\xf8','\xab','\x93','\x09','\x90','\x9a','\x56','\xd5','\x1c','\x3b','\x64','\x73','\x6f','\xbf','\x0d','\xbb','\xbe','\xbb','\xe5','\x37','\xed','\xf7','\xae','\x1e','\x0e','\xb7','\x15','\xa0','\x3c','\x77','\xea','\xfc','\x84','\x4a','\x40','\x82','\x6b','\x8b','\x75','\x9d','\xfb','\xb2','\x7a','\xa3','\xe4','\xb9','\x06','\x29','\x87','\xce','\x36','\x7c','\x8b','\xb3','\x8d','\xce','\x38','\xe4','\x4a','\xba','\x05','\x87','\x69','\x1b','\xe2','\x5c','\xca','\x4c','\x63','\x29','\x98','\xc8','\xfa','\x5b','\x54','\x2e','\xce','\x97','\x8b','\x52','\xb9','\x2c','\x96','\x4b','\x62','\xf9','\x14','\x63','\x6b','\x29','\xeb','\x07','\x8c','\x87','\x74','\x5c','\x53','\x24','\x9d','\xf5','\x40','\x4f','\xac','\xb6','\xfc','\xec','\x6b','\xd5','\x5c','\x5a','\x97','\x98','\x9e','\x29','\xc1','\x3a','\x94','\x5d','\x1c','\x77','\x31','\x66','\xd4','\x34','\x2e','\xfa','\xd6','\x2d','\xd7','\x98','\x67','\x0b','\xd2','\x35','\x6c','\x46','\x0d','\xe3','\x7a','\x60','\xcc','\xbe','\x61','\xcd','\xbe','\x61','\x9c','\x7b','\x03','\x4b','\x2b','\xb8','\x76','\x0b','\x2f','\x37','\x13','\xcd','\x66','\xea','\xd6','\xed','\xb6','\xd2','\x30','\xd5','\x46','\xb8','\xdf','\xe3','\x70','\x4b','\x2e','\x43','\x6e','\x29','\x71','\x08','\x32','\x6f','\xce','\x12','\x6b','\x89','\x18','\xb3','\xd4','\x98','\xcd','\x40','\x46','\x63','\x68','\xca','\x36','\x66','\x6c','\x6b','\x36','\x6a','\xcc','\xc6','\x71','\x8c','\xe0','\x5f','\x30','\xf1','\xab','\x36','\x9e','\x45','\x89','\xa5','\x88','\xb7','\x14','\xa9','\x2e','\x89','\xba','\x18','\x20','\xc1','\x87','\x9b','\x13','\x3c','\x86','\xa7','\x57','\x31','\x66','\x7a','\xbc','\x62','\xcc','\x2b','\xd6','\xca','\x82','\x51','\x5f','\x30','\x16','\x16','\x8c','\x2f','\x5f','\x32','\xfe','\xcb','\x15','\xe3','\xbb','\x0b','\x46','\x6d','\xc1','\x9a','\x5b','\x30','\xbe','\xb9','\x80','\x87','\x16','\xf0','\x63','\x0b','\x3d','\x8f','\x5d','\xea','\xf9','\x62','\x90','\x58','\x40','\xde','\xb7','\x51','\xf5','\xd1','\x40','\x3f','\xe4','\x23','\xbb','\x93','\x1c','\x36','\xc4','\xf6','\x84','\x45','\x78','\xdb','\x63','\x65','\x87','\x2e','\x76','\xea','\x16','\xaf','\x83','\x9b','\x7a','\xd4','\xc4','\xe7','\x4d','\x5c','\x33','\x13','\x8d','\x49','\x6f','\x79','\xb2','\xda','\x9c','\xd4','\xe5','\x22','\x52','\x2c','\x64','\x8e','\xc5','\x23','\x04','\x8b','\x1e','\x16','\x09','\xd0','\x5e','\x62','\x7c','\x95','\x58','\x7f','\xc9','\xca','\x36','\xab','\x18','\x75','\x04','\x74','\xa5','\x6d','\xd4','\x89','\x55','\x27','\x86','\xcd','\x24','\xf3','\x1e','\x00','\x55','\xb6','\x11','\x9e','\x53','\x13','\x37','\x89','\xf7','\x3a','\xae','\x62','\xc6','\x57','\x63','\xc8','\x14','\xb7','\xe3','\xab','\x77','\x23','\x5f','\x78','\x1c','\x10','\x5f','\x56','\xec','\x4f','\x9b','\x45','\x8c','\x39','\x25','\x02','\xee','\xc5','\x5f','\xc2','\xa8','\x88','\xb5','\x0f','\x5f','\x4e','\xcf','\xd4','\x15','\xb8','\x84','\xb8','\x1f','\xce','\x12','\x21','\x37','\x52','\x64','\x51','\x55','\x5c','\xf7','\x80','\x77','\x66','\xd0','\x4d','\xeb','\x29','\xc9','\x26','\x9b','\x8c','\xdc','\x2d','\xeb','\x30','\xae','\xb0','\xe1','\x85','\x3c','\x7d','\x60','\xcc','\x22','\xd5','\x58','\x30','\x2c','\xa6','\x66','\xd7','\xf1','\x26','\xba','\xe2','\x59','\xb6','\x69','\xcc','\x99','\x38','\x06','\xd9','\xa5','\xd9','\xf8','\xe0','\xc6','\x64','\xa2','\x39','\xe9','\x35','\x27','\xab','\xa4','\xa8','\x53','\x0b','\xb9','\x63','\x22','\xc2','\x81','\xed','\x4b','\x1a','\x30','\x31','\x42','\x9a','\xd9','\xba','\x6f','\xad','\xb8','\x13','\xe0','\x6e','\xdd','\x78','\xc8','\x0a','\xe2','\x08','\xce','\x60','\x71','\x10','\xd0','\xb4','\xef','\x6e','\xed','\x0f','\xac','\x67','\x2b','\xf8','\x2b','\xcd','\x8d','\x73','\x39','\x28','\x49','\x48','\x93','\x12','\xab','\x12','\x9a','\x93','\xe4','\xa7','\x0a','\xa5','\xb2','\xf5','\x41','\x09','\x84','\xb2','\x19','\x05','\x3e','\x0f','\x97','\xa4','\xac','\xfe','\x69','\xa6','\x6d','\x96','\x4d','\x58','\xf0','\xb0','\xf2','\x75','\xb8','\xcd','\x4c','\xac','\x9a','\x3e','\x35','\xab','\xd4','\xd4','\x45','\x38','\x87','\x0c','\x93','\x38','\x63','\x51','\x07','\x92','\x54','\xa3','\xa6','\x5a','\x4d','\x6a','\xcc','\x13','\xf6','\x2e','\xc6','\xd7','\x2f','\x1a','\x8b','\x35','\xb6','\x08','\x61','\x1d','\x5e','\xf7','\x59','\x89','\x7b','\xed','\x9e','\x7d','\x0b','\x3d','\x97','\xe7','\x13','\x97','\x1d','\xef','\x95','\x5a','\xb5','\xbf','\xa6','\x1f','\xaa','\xc1','\xe9','\xbc','\xc8','\x93','\xfd','\xa5','\x7d','\x50','\xb5','\x22','\x0a','\x16','\xae','\xb2','\x05','\x6c','\xbd','\xc1','\x14','\x8c','\x0d','\x2c','\x9a','\x73','\x66','\x8b','\xd7','\x43','\x83','\x65','\x13','\x7f','\x5e','\x69','\xe8','\xe4','\xaf','\x11','\x69','\xc6','\x85','\xf3','\x38','\xd6','\x00','\x9f','\x2b','\xc6','\x53','\xa4','\x8c','\x51','\xcb','\x58','\xb5','\x6f','\x19','\xc1','\x3d','\x56','\x01','\xba','\x90','\x31','\x2e','\xb2','\xf2','\x5b','\xd6','\x85','\x6f','\x19','\x5f','\xfb','\x16','\x7e','\x24','\x03','\xf4','\xad','\x0c','\xb3','\xff','\x13','\x0d','\xc9','\x6b','\x48','\xd5','\x86','\xa4','\x4b','\x80','\x6b','\x1d','\x97','\x09','\xc7','\xb3','\x25','\x21','\x19','\x17','\xdb','\x56','\x93','\x18','\x0e','\xa7','\x8b','\x6d','\x63','\x16','\x01','\xd5','\x24','\xeb','\x7c','\x60','\xbc','\xc8','\x71','\xaa','\x07','\xca','\xb8','\x56','\xc0','\x4e','\x23','\xf1','\xfd','\x0b','\xde','\x12','\xae','\x36','\x52','\x3a','\x01','\x35','\x2c','\x4c','\xb6','\x0e','\xf1','\x66','\xfd','\x3c','\x83','\xb9','\x29','\x59','\xad','\x28','\x2c','\xe3','\x4b','\xe3','\xc6','\x95','\x69','\x28','\x39','\x59','\xdf','\x19','\x37','\x7e','\x69','\x1c','\xff','\xc3','\x71','\x2c','\xfd','\x26','\x9e','\x33','\xf0','\x9c','\x9e','\xb8','\x75','\xd8','\xbb','\x75','\xb8','\xaa','\x1c','\xd1','\x55','\x0b','\xe9','\x63','\x71','\xe1','\x16','\xce','\x42','\x7e','\x61','\x9c','\xac','\x63','\x61','\xc1','\xb8','\xee','\x5b','\x4b','\xba','\x31','\xab','\x1b','\xe7','\xf8','\x7e','\xaf','\x51','\xe8','\xd8','\x3c','\xb6','\xd8','\x88','\x5d','\x1d','\x85','\x13','\x09','\x99','\xe2','\x8b','\xab','\x8c','\xd5','\x27','\x9a','\x51','\xaf','\x19','\xad','\x36','\x25','\x9d','\x29','\xcf','\xcc','\x9e','\xea','\xc8','\xc1','\x65','\x3e','\xda','\x8c','\x4b','\xdc','\xb2','\x78','\xe2','\x21','\xc3','\xbe','\x01','\x9c','\xc7','\x46','\x40','\x17','\x3d','\x8b','\x6f','\xd8','\x0e','\xa2','\x2f','\xab','\x5c','\xf4','\x12','\x4d','\xec','\x35','\x71','\xb5','\x89','\x75','\x3c','\x85','\x30','\x89','\xa7','\x98','\x98','\x48','\x60','\xf2','\x1a','\x00','\xf2','\xef','\x71','\x8d','\xc0','\xb5','\xea','\x2e','\x9f','\xa9','\xc0','\xf8','\xa3','\xa6','\xf1','\x9f','\x3b','\x64','\xb5','\x9b','\xc6','\x89','\x26','\x66','\x54','\x6f','\x62','\xc2','\x4a','\x27','\xb1','\xe2','\x78','\x6f','\x3a','\xd5','\x37','\xb1','\xbe','\x07','\x66','\x7b','\xb3','\xdc','\xb9','\x67','\xf0','\xe0','\x6b','\xe3','\xab','\x1f','\xac','\xcf','\x3b','\xd4','\x25','\x8b','\x29','\x9c','\x97','\xef','\xe1','\x64','\x06','\x5f','\x06','\x4a','\xbc','\x99','\xf1','\xbe','\x7f','\xaf','\x4a','\x25','\x1d','\xee','\x62','\xc7','\x90','\x8d','\xb9','\x3f','\xc0','\x39','\x6b','\x31','\xe0','\x5e','\x01','\x73','\xda','\xa2','\xcf','\x2b','\x76','\x30','\x73','\xee','\x77','\x67','\x82','\x23','\x5c','\x6a','\x93','\x2e','\x16','\xe5','\x47','\xc8','\x0b','\xc0','\x66','\x4b','\x77','\x23','\xfb','\x64','\x0c','\xfc','\xb9','\xb9','\x99','\x8f','\xb1','\xf1','\x59','\x90','\x2c','\xbe','\x32','\x3b','\x7a','\xc2','\x15','\x7f','\xbb','\x9e','\xd0','\x7d','\xaf','\xce','\x5a','\xed','\xbc','\x57','\x67','\x19','\x4b','\xe1','\x20','\xaf','\xb3','\xc4','\xf0','\x87','\x55','\x1c','\xbc','\x75','\x9c','\xa3','\x84','\x27','\xc0','\x25','\x21','\x19','\xb5','\xb6','\xd5','\xa8','\x1b','\x35','\x4e','\x5f','\xfe','\x0a','\xdf','\x20','\x5c','\x58','\x5f','\xbe','\xc7','\xe5','\x72','\x66','\xc3','\x10','\xdd','\xdb','\xa8','\x67','\xc6','\x99','\xa4','\x48','\x38','\x78','\x2a','\xcc','\x82','\x55','\x31','\x9c','\x8a','\xf5','\x05','\x6c','\x04','\x0e','\x7f','\x35','\xc3','\x78','\xb9','\x62','\x7c','\xad','\x62','\xfc','\x6b','\x6c','\xfd','\x3f','\xb1','\xf1','\x6d','\x8c','\x87','\x12','\xd8','\x98','\xc2','\x3d','\xcd','\xcd','\xfd','\x81','\x48','\xc9','\xb8','\x42','\x78','\x62','\x3b','\x0e','\x44','\x97','\xe6','\xac','\x78','\x85','\x71','\x66','\x02','\x6c','\xb9','\xc6','\xba','\x87','\x0c','\x47','\x32','\x2e','\x06','\x30','\x5f','\x07','\x6b','\xf8','\xcd','\x06','\xee','\x93','\x00','\x75','\xac','\x5e','\x4e','\xdc','\xb9','\xe7','\xdd','\x7e','\xbd','\xea','\x62','\x1d','\x79','\xa0','\x3f','\xc7','\x0b','\x18','\x5b','\x18','\x17','\x42','\x32','\x9c','\x82','\x15','\x34','\x0c','\x67','\x9a','\x55','\x3a','\xf4','\xb5','\x82','\x71','\xa9','\x60','\x5d','\x62','\xe5','\x34','\xde','\x5d','\x00','\xba','\x04','\x94','\xf8','\xeb','\x86','\xe7','\xd6','\xaa','\x6e','\x4d','\x17','\xfa','\x50','\x04','\xc7','\x61','\xee','\xf9','\x92','\x96','\x59','\x5f','\xbb','\xfa','\x4f','\x57','\xe2','\xac','\x4d','\x99','\x65','\x33','\xee','\xea','\x77','\xd4','\x3f','\xfb','\x16','\xac','\x67','\xd7','\xf5','\x5c','\xb7','\x8a','\x1a','\xa1','\x7e','\x88','\xe0','\x4c','\x09','\x2e','\xac','\x51','\xcb','\x44','\xee','\x24','\x6a','\x0c','\x6b','\xc1','\xb0','\x60','\xef','\x15','\x11','\x33','\x3f','\x20','\x6b','\x39','\x53','\x00','\x80','\x49','\xfe','\x24','\x28','\x77','\x7f','\x40','\x77','\x95','\x18','\x57','\x2c','\x49','\xea','\x64','\xf0','\x93','\x60','\x2a','\xb7','\xa4','\x0f','\x8b','\xeb','\xde','\x08','\x6c','\xf6','\x15','\x64','\x5c','\x45','\xeb','\xa2','\x70','\x43','\xaf','\x2c','\xc6','\x3d','\xce','\x85','\x97','\x73','\x04','\xff','\x01','\xc5','\xaf','\x98','\x89','\x45','\xd7','\x5b','\xaa','\x56','\x1b','\x9a','\x4e','\xfa','\x18','\xaf','\x85','\x75','\x68','\x75','\xd7','\x21','\x93','\xef','\x75','\x6c','\xad','\x74','\x64','\x04','\x97','\x83','\x12','\x4c','\x7d','\xa8','\x8f','\xfd','\x2f','\x19','\xfc','\x44','\xa6','\xe7','\x57','\xfc','\x9e','\x7f','\x9f','\x49','\xfc','\x4d','\xc6','\xfb','\x5e','\xa6','\x7a','\x2c','\xa3','\xbf','\x98','\x41','\x72','\x1f','\x62','\xfa','\xe1','\x3a','\x7f','\x56','\x99','\xe8','\x31','\xe6','\x52','\xd6','\xad','\x84','\xf1','\x7f','\xfd','\x80','\x75','\x0c','\x16','\xe1','\x4b','\x71','\xe3','\x8a','\x61','\xbc','\x64','\x58','\x2f','\x19','\xac','\x82','\x7b','\x39','\xb1','\xca','\x4b','\x46','\xe2','\xfb','\x86','\xf7','\x7d','\x5c','\xfd','\x3e','\xd6','\x7f','\xf1','\x20','\x7a','\x88','\xed','\x77','\x1d','\x93','\x6a','\x27','\xe9','\x06','\x81','\xbc','\xb4','\xd6','\x82','\x6d','\xbc','\x84','\x8d','\x05','\xdf','\x58','\xc0','\xc6','\x25','\xd9','\xb8','\xf2','\x98','\x71','\x89','\x5a','\x97','\x46','\x8d','\x2f','\x06','\x78','\x37','\x65','\xd4','\x33','\x4c','\x7b','\x06','\x68','\xe2','\x1b','\xf4','\xc3','\x6f','\xd1','\x6a','\x99','\xea','\xbf','\xb9','\x8a','\x1c','\x73','\x13','\x5f','\x4d','\xb4','\x19','\xd7','\xea','\xf0','\x55','\xc6','\x54','\x81','\xf9','\x48','\xc0','\x85','\x6a','\xc8','\x9a','\x83','\x55','\x84','\x77','\x8d','\x02','\x6b','\xfd','\x46','\x19','\xcf','\x15','\x12','\xb7','\x6a','\xde','\xf7','\xe3','\xd5','\x1b','\x58','\x8f','\x4e','\x81','\x51','\xae','\x46','\x65','\xcd','\x97','\x79','\x5e','\x33','\x46','\xc7','\xc6','\xa6','\xac','\x6f','\x8c','\x1f','\x8b','\xe8','\xc7','\x1e','\xd4','\x8f','\x7d','\x72','\xea','\x18','\x7b','\xc2','\xc9','\x1a','\x83','\xfa','\x51','\x9e','\xec','\x6c','\x17','\xa3','\xff','\x32','\x95','\xf8','\xc6','\xe1','\x9f','\x7e','\x23','\x62','\x46','\x3a','\xfa','\x8f','\x60','\xbb','\xbb','\xf6','\xcf','\xef','\x1a','\x79','\x39','\x59','\xb9','\xf6','\xd0','\x2e','\x3b','\x32','\xa3','\x47','\x27','\xe9','\x63','\xfb','\x95','\x75','\x87','\xb4','\xd4','\xd6','\xbb','\x57','\x7e','\xe3','\x83','\xba','\xf2','\x74','\x45','\x6b','\xa5','\x98','\xb2','\x11','\x07','\x4c','\x0c','\x3e','\xe9','\x80','\xb5','\x11','\x85','\x25','\x77','\xbb','\xbd','\x2e','\x2f','\x9c','\x8e','\xec','\xb0','\xf8','\x6b','\x62','\x10','\x0a','\x35','\x7c','\x1d','\x54','\x97','\xc4','\xb2','\xea','\xdd','\x24','\xd5','\xd7','\xb1','\xce','\x6c','\x4a','\x53','\xc2','\xa9','\x82','\x4c','\x2c','\x99','\x14','\x80','\xa6','\xc7','\x8f','\x1d','\x1e','\xb7','\x0e','\x1b','\xc7','\x0e','\x1f','\x3d','\x36','\x7d','\xf4','\xd8','\xe1','\x4f','\x43','\x85','\xfd','\x3a','\x3d','\x6e','\xe9','\x85','\x63','\x7a','\x41','\x3e','\x5a','\x90','\xc7','\x0b','\x72','\xa1','\xf0','\xe0','\xe1','\xc2','\x83','\xd6','\x6f','\x05','\xef','\x1b','\x9f','\x5b','\xd2','\x75','\x5b','\x47','\x48','\x8f','\x81','\x29','\xed','\x5a','\xef','\x31','\xbe','\x57','\x0b','\x7e','\x16','\x48','\x11','\x59','\x7a','\x00','\x07','\x3f','\x65','\x2a','\xd3','\xb5','\x44','\xcb','\x24','\x66','\x5b','\x79','\xeb','\xca','\xa3','\x0d','\x69','\xb1','\xbe','\x5d','\x85','\xee','\xea','\x09','\xad','\x38','\xe7','\x87','\x79','\x0c','\xa1','\x31','\xac','\xc3','\xf3','\xb8','\xff','\x65','\xe3','\xf2','\x82','\xf5','\xe2','\xb7','\x40','\xe2','\x9c','\xbf','\x6a','\x7c','\x61','\xc1','\xf8','\x42','\xdd','\xb8','\x7c','\xd1','\x78','\xe5','\x82','\xe5','\x4a','\xc6','\x0c','\x82','\xcd','\x05','\x7a','\xcb','\x29','\xfc','\x65','\x29','\xf1','\x17','\x0f','\x79','\x7f','\xf1','\x50','\x75','\x94','\xe8','\x07','\xda','\x10','\xba','\xc5','\x3a','\x65','\xba','\x28','\x68','\x09','\x8b','\xae','\x74','\xc4','\x26','\x07','\x36','\x04','\x26','\x8f','\x59','\xab','\xec','\x7b','\x98','\xb4','\x4c','\xa3','\x58','\xac','\x5a','\x40','\x93','\xd6','\xdb','\x41','\x61','\xff','\x24','\xa3','\xce','\xcd','\xac','\x5e','\x0a','\xde','\xf6','\xc3','\xfd','\xd5','\x91','\xa7','\x02','\xa4','\x44','\xc4','\x02','\x32','\xbe','\x3e','\x67','\xb1','\x35','\xfc','\x15','\x6c','\x7c','\xf5','\xd3','\xc6','\x8c','\xc9','\xc4','\x99','\x31','\x57','\x33','\x2e','\x0f','\x5a','\x3f','\x79','\xdf','\xf8','\x16','\x85','\xbd','\x13','\x8e','\xf3','\x8c','\x9d','\x58','\xb4','\xbd','\x45','\xbb','\xba','\x68','\x87','\xf6','\x57','\x5c','\xfe','\x21','\x8e','\x36','\xb0','\xd4','\xc4','\xd2','\x2d','\xac','\xfc','\x19','\xdb','\x4d','\xd6','\x35','\xc9','\xb8','\x16','\x35','\xce','\x87','\x7c','\x8c','\xd3','\xf9','\xb6','\x65','\x83','\xa9','\xd8','\xe1','\xe4','\xeb','\xfa','\xc6','\x5f','\x57','\x57','\x9a','\xa1','\x1e','\x7e','\x68','\x4e','\xb5','\x6e','\xe6','\x27','\x6a','\x74','\xa2','\xa6','\x4e','\x38','\xc6','\x04','\x93','\x17','\x0e','\x37','\x58','\x52','\xa6','\xf1','\xed','\x53','\x7c','\xef','\x9b','\x5d','\x3a','\x65','\x31','\x0e','\x10','\x02','\x98','\x38','\x40','\xff','\x7f','\xd2','\xfe','\x06','\xbc','\x8d','\xe3','\x4a','\x13','\x46','\x0b','\x68','\xa4','\xd0','\x52','\x8a','\x44','\x53','\xd2','\x3a','\x05','\x12','\x16','\x9a','\x3f','\x86','\x95','\x5c','\x7d','\x49','\x83','\xd4','\x50','\x74','\xac','\x55','\x37','\x45','\x0e','\x2c','\x39','\x50','\xa4','\xf1','\x8c','\x67','\x35','\x59','\xdf','\x49','\xe3','\xc7','\x4d','\x59','\xa1','\x2d','\x24','\x99','\xc7','\x9f','\xb2','\xab','\x8f','\xdd','\x14','\x39','\x2d','\x3a','\x81','\x2d','\x5a','\xce','\x66','\x20','\xdb','\x1b','\x29','\x19','\x6f','\x36','\x9b','\x9d','\x3b','\x43','\xdb','\x79','\x66','\xbd','\xbb','\xb3','\x51','\x53','\xe4','\x40','\x74','\x06','\xb6','\x94','\x64','\xee','\xae','\x9c','\xc9','\x17','\x41','\x91','\x57','\xf6','\x7c','\xeb','\xbd','\xa6','\xa3','\x5c','\x87','\x8e','\x3b','\x5d','\xb7','\x4e','\x01','\xfc','\x91','\xff','\x92','\xfd','\xae','\xfc','\x3e','\xf5','\x1c','\xc2','\x60','\xb1','\x7e','\x4f','\x9d','\xea','\x3e','\xe7','\x3d','\xac','\x66','\x1d','\xb9','\xc0','\x8c','\x1a','\x6c','\x72','\x69','\x1c','\x49','\x9d','\x9e','\xfe','\x86','\x23','\x85','\x5c','\xa9','\x8d','\xd9','\x6f','\xcb','\xe4','\x5c','\x39','\x3b','\x5f','\x19','\x5d','\x2c','\xed','\xbe','\x64','\x56','\x2e','\x2d','\x29','\xb3','\x30','\x5f','\x83','\x95','\x1b','\x9c','\x6c','\xc5','\x52','\xbc','\x61','\xbe','\xa2','\x21','\xf0','\x6c','\xb7','\xaf','\x38','\xf0','\x7c','\x23','\xe6','\xb3','\x37','\x2a','\xea','\x60','\x45','\x79','\x98','\xb2','\x5f','\xb6','\x63','\xe9','\x71','\x1c','\xfe','\x07','\xfb','\x67','\x97','\x71','\xa4','\x15','\xd3','\xdf','\x50','\x0f','\x8c','\x73','\xdb','\x14','\x59','\x57','\x26','\x2d','\x15','\xd2','\x32','\x9d','\x7d','\xf4','\x5b','\x70','\xe4','\x35','\x86','\xe8','\x1d','\xeb','\x79','\xbc','\x91','\x7d','\xa0','\x42','\x4e','\xfb','\xab','\xe3','\x1c','\x72','\x1b','\xcf','\x01','\xd6','\x3e','\x57','\x7f','\xf7','\x8b','\xd1','\x55','\xff','\x0d','\x08','\xe5','\x38','\x92','\x84','\x74','\x4b','\x2b','\x57','\xb0','\x86','\x87','\xc9','\x73','\xc9','\xc5','\x04','\x37','\xc2','\x5b','\xa3','\x03','\x60','\x39','\xe3','\x5e','\x98','\x77','\xae','\xc7','\x5c','\xcd','\xbe','\xec','\xaf','\x98','\xcd','\x2b','\x26','\xb4','\xcd','\xe5','\xf1','\xe5','\xe5','\xc1','\x85','\x09','\x23','\x36','\xa7','\xfa','\xd5','\x81','\x52','\x2d','\xd9','\xd8','\x5f','\xe2','\xfe','\x35','\x0f','\x57','\x15','\x5e','\xca','\xf3','\x5c','\xdb','\xd8','\x0b','\xf3','\xd9','\xa9','\x79','\x50','\xce','\x7c','\xae','\xf9','\xe9','\x3c','\x7d','\x8e','\x03','\x9e','\x03','\x8c','\x37','\x99','\xb1','\xc9','\x04','\x25','\xee','\x40','\xec','\x45','\xcd','\x7f','\xa1','\x5e','\xf2','\x7c','\x43','\xfa','\x3a','\xda','\x21','\xc6','\x47','\xe4','\x99','\x15','\x7d','\x9f','\x04','\x7b','\xcc','\x43','\xc2','\x06','\x53','\xb2','\x67','\xc7','\xa0','\xe4','\x78','\x64','\x83','\xbd','\xc4','\xed','\x31','\xa1','\xc3','\xf5','\x00','\xec','\x79','\x7e','\xe5','\xb9','\xd1','\x9e','\xe7','\xbb','\xa0','\x19','\x45','\xb2','\x1a','\xe8','\x61','\x36','\xfa','\x9e','\x64','\x8b','\xb1','\xba','\x86','\xde','\xe7','\xe8','\x79','\xe7','\xbe','\x68','\xec','\xd3','\xa4','\x30','\xed','\xe4','\x17','\xb3','\xee','\x82','\x7d','\xee','\xa2','\xd0','\xa5','\x17','\xb3','\x93','\x97','\xb2','\xe5','\x5a','\xb6','\x72','\x21','\x7b','\xa6','\x6a','\x73','\x1d','\x7b','\x3a','\x58','\x7d','\xbe','\x71','\x3a','\x58','\xb5','\x9f','\x93','\x01','\xdc','\xdd','\xf9','\x6d','\xb8','\xc8','\x94','\xb1','\x94','\x32','\x9c','\x52','\x6a','\xa9','\xbb','\xa6','\x52','\xf6','\x49','\xeb','\x2e','\xf6','\xc7','\x77','\x9d','\x2c','\xdf','\x75','\x12','\xdd','\x75','\x32','\x71','\x57','\x70','\xe0','\xae','\x93','\x07','\xc6','\x4e','\xda','\x77','\x9d','\xac','\x28','\x27','\xe9','\xa6','\x80','\x6e','\x3a','\xc6','\x36','\x1f','\xa3','\x3f','\x87','\x57','\xab','\x74','\x30','\x4c','\x43','\x9b','\x69','\x18','\x02','\x36','\x0d','\x3a','\x59','\x52','\x02','\x53','\x99','\xe4','\x30','\xee','\xf2','\xab','\x63','\x93','\xec','\xae','\x49','\xf7','\x2e','\x7f','\xf2','\xae','\xf4','\xc0','\x5d','\x9a','\x76','\x97','\xa5','\xdd','\x65','\x6b','\x63','\x55','\xed','\xf7','\x5c','\x4d','\xf9','\xeb','\x81','\x4d','\xd7','\xb6','\x6c','\x72','\x0f','\x6e','\x76','\x0f','\xfe','\xfc','\xcd','\xac','\xf9','\x60','\xd6','\x20','\x17','\xd0','\x51','\x17','\xc5','\x31','\xe8','\x55','\xbe','\x5f','\x92','\xb0','\x3e','\x89','\xe6','\xc2','\xb9','\xf3','\xac','\x96','\xe5','\x78','\x66','\x67','\xf6','\xbb','\x9b','\xb3','\xcf','\xa1','\xec','\xb3','\x4b','\xf6','\x0c','\xe2','\xe3','\x2f','\x08','\xaf','\x97','\x5a','\x54','\xd4','\xd2','\xbd','\x14','\xab','\x23','\xff','\xbc','\x5f','\xca','\x10','\xc3','\x25','\x48','\x3c','\x4f','\x80','\x73','\xd0','\xae','\x92','\x36','\x9d','\xb4','\xa5','\x48','\x32','\x95','\x7d','\x34','\x65','\xff','\x20','\x95','\x3d','\x0d','\x02','\x80','\xed','\xcc','\x3e','\x9d','\xe2','\x1a','\xcc','\x76','\xb4','\xec','\x38','\xa4','\xfd','\x85','\x69','\x1d','\x2f','\x93','\xb3','\xc1','\x3b','\xd6','\xf3','\x07','\xe9','\x8d','\x49','\x19','\x70','\x1c','\x34','\xbc','\x3d','\x0d','\x07','\xf4','\x07','\x8c','\x73','\x6b','\x6b','\x02','\x4e','\x40','\xbe','\x4a','\x1b','\xf7','\x8b','\x09','\x7e','\x55','\xc7','\xc2','\x92','\x57','\xb3','\x65','\x25','\xfb','\xd0','\x93','\xd9','\x47','\x4f','\x64','\x5f','\x7f','\xd3','\x16','\xb7','\x27','\xf1','\x9d','\xf6','\x16','\x9b','\xb5','\x94','\x69','\xac','\x4c','\xfd','\x0a','\x2d','\x71','\x35','\xad','\x01','\xed','\xfa','\x3b','\xeb','\x19','\xf7','\xec','\x59','\xfe','\x2b','\x65','\x3e','\x20','\xd9','\x09','\x35','\x3b','\xa1','\x64','\xdd','\x44','\xb6','\x1c','\x83','\x46','\xba','\x5a','\x63','\x07','\x41','\x3d','\xae','\x16','\x73','\x35','\xbf','\xac','\x95','\x88','\x66','\x50','\x0d','\x99','\x5a','\x2b','\x26','\x64','\xd3','\xbf','\x23','\xff','\xe4','\xdf','\x93','\xdf','\x39','\x44','\xb6','\x1e','\xc8','\x7e','\xf9','\x26','\xfb','\x47','\xdd','\xd9','\x6f','\x0c','\x66','\x45','\x47','\x60','\xe3','\x3f','\x3d','\x0f','\xf7','\xb8','\x71','\x37','\x0b','\xb9','\x63','\xce','\x00','\x8e','\xcf','\x90','\x3f','\x9d','\x8e','\xbd','\x50','\xf1','\x9f','\x3f','\x51','\x6a','\x7b','\xc4','\xc8','\xb9','\xa0','\x57','\x61','\x9f','\x36','\x37','\x29','\x91','\x8d','\x6c','\xb9','\x28','\xee','\xb9','\x46','\xf6','\xac','\x9f','\x5d','\x32','\xc4','\x56','\x35','\xb2','\x95','\x8c','\xb0','\x9f','\x45','\x06','\x13','\xde','\x18','\x99','\xb4','\x4c','\xd2','\x98','\x5b','\xf2','\x27','\xbc','\x52','\x68','\xd1','\x88','\xea','\xe8','\x48','\x2b','\xd8','\x3f','\x90','\x08','\xd5','\x23','\x0a','\xa8','\xdf','\xec','\x4c','\xd5','\x5e','\x9c','\xcf','\x3e','\xf2','\x13','\x71','\x55','\xf1','\x96','\x05','\x48','\x64','\xc3','\x05','\xa2','\xb8','\xa0','\xa2','\x57','\xae','\x06','\x2f','\xa5','\x4a','\x2f','\xa5','\x8c','\xf8','\x4e','\x14','\xdf','\xba','\x12','\xf5','\xd3','\xf4','\x39','\x1c','\x6c','\x38','\x1c','\x82','\xd7','\xf1','\x6d','\xe8','\xec','\x2c','\x73','\x43','\x08','\x92','\x08','\xc0','\x16','\xe3','\xc7','\xcd','\x2f','\xdf','\xf7','\xdc','\xe1','\xca','\x3e','\x24','\xa8','\x36','\xa2','\x7c','\x15','\x60','\xa1','\xb5','\xea','\x66','\x68','\x7a','\xb1','\xf5','\x4b','\xce','\x1b','\x2f','\xa2','\xd6','\x7f','\x5a','\x2f','\xbd','\x66','\x47','\x49','\xeb','\x91','\xa3','\x88','\xef','\x5f','\xfe','\xeb','\xef','\x5b','\x8f','\xa0','\x53','\x8b','\x50','\x95','\x43','\x68','\x39','\x23','\xc9','\x66','\xa2','\x48','\x69','\xb8','\x21','\xad','\xfe','\xd6','\xb2','\x55','\x59','\xda','\x38','\x2e','\xde','\x9e','\x2f','\xd2','\xaa','\x26','\xb0','\xec','\x97','\xdb','\x70','\x00','\x1e','\x57','\x38','\xf8','\xd7','\xc2','\xce','\x7e','\xec','\xfc','\x90','\xbc','\xf1','\x98','\x56','\x4d','\x7a','\xa8','\x15','\x7c','\x39','\x90','\xbc','\x52','\xbe','\x47','\xe5','\xa6','\xc5','\xfe','\xc3','\xdb','\xa5','\x3e','\x09','\x29','\x22','\x97','\x8d','\xb2','\xea','\x70','\x62','\x28','\x60','\xf9','\x78','\xf0','\x36','\xb9','\x86','\x20','\xc1','\x59','\xbd','\x15','\xa9','\x7d','\xc2','\x31','\xe9','\xfd','\xeb','\x99','\x80','\x27','\x66','\x0a','\x69','\x54','\x25','\xa2','\x87','\x56','\x5e','\x49','\x5f','\x9b','\x05','\x3a','\x91','\x7a','\x14','\x99','\x1d','\xc8','\x2c','\xfc','\xa6','\x7a','\x1a','\x3c','\x78','\x07','\xd0','\x81','\x22','\x2b','\xa6','\x50','\x8a','\xcb','\x6b','\x79','\xf0','\x0e','\x81','\x2d','\x74','\xe8','\xa1','\xb1','\x4f','\xc9','\x2b','\x3c','\x78','\xef','\x7e','\xbe','\x21','\xce','\x2f','\xf1','\xb4','\x07','\xe8','\xe2','\x89','\x44','\x77','\x77','\x53','\xfb','\x3a','\xdd','\xd3','\xbd','\x16','\xed','\x7b','\x74','\x76','\xe3','\x27','\x74','\xcf','\x17','\xe9','\xbe','\x39','\x1a','\x48','\x40','\xd0','\x60','\x48','\xed','\x48','\xdc','\x0b','\x56','\x78','\x7b','\x08','\xaa','\xee','\x56','\xab','\xf6','\x2f','\xaa','\x7b','\x7a','\x04','\xba','\x38','\xdc','\x3d','\xdd','\xee','\x9e','\x4e','\x8e','\xf2','\x9e','\xce','\xda','\x9e','\xee','\xec','\x9e','\xee','\xd1','\x3d','\x5d','\x03','\x7b','\x1e','\xa4','\xfb','\xe6','\xf9','\x01','\xb3','\xb9','\x24','\x53','\x43','\xd1','\x50','\x27','\x37','\x7e','\x4c','\x05','\xde','\x5f','\x60','\xbe','\x12','\xb5','\xb8','\x93','\x66','\x9e','\xa9','\xa0','\xdd','\x09','\xf4','\x08','\xc4','\xbd','\xe3','\x9b','\x55','\x9b','\xce','\x93','\x81','\x11','\x32','\xf0','\x00','\x39','\x40','\x48','\x05','\xd2','\x98','\x11','\xda','\x4b','\x68','\x27','\xa1','\x83','\xa4','\x83','\x95','\xe3','\x57','\xca','\xf1','\x50','\x99','\xa2','\xa3','\x14','\x5c','\x6a','\x20','\x6f','\x57','\x9c','\x9d','\x05','\x3f','\x03','\x0d','\xd8','\x4e','\xf7','\x30','\xe7','\x91','\x02','\x90','\xdf','\x26','\x0a','\x36','\x2d','\x90','\xdb','\x59','\x6d','\x00','\xf1','\x01','\x24','\x15','\xc8','\xb8','\x5b','\xa6','\x73','\x64','\x15','\x4c','\x94','\x8d','\x7a','\x06','\x50','\x42','\xc3','\xb4','\x4f','\x4f','\x33','\x47','\x2b','\xf0','\x89','\x31','\x3e','\xc5','\xea','\x8f','\xf0','\x73','\x8a','\xe1','\xc4','\x9c','\xcd','\xbf','\x36','\xc0','\x08','\xaf','\xe7','\x9f','\xb3','\x1a','\x6f','\x4f','\x3c','\x5e','\x8e','\xb3','\x5a','\xfc','\x54','\xb9','\x89','\x27','\xa0','\xa4','\xf4','\x28','\x1f','\x79','\xde','\x9e','\x9b','\x7f','\x59','\x8d','\x6f','\xb2','\xd3','\xbf','\xf4','\xd2','\x9b','\x8c','\xdc','\x2f','\xbd','\x3d','\x9b','\x8c','\x13','\x9b','\x8c','\x96','\x5f','\x56','\xa9','\xa3','\xd3','\x6b','\x44','\x9b','\x07','\x77','\xf7','\xcf','\x4f','\x91','\x67','\x1f','\x12','\x2f','\x61','\xa7','\x48','\xfa','\x21','\xf1','\x1e','\x96','\x0b','\x53','\xc2','\x13','\xde','\xd9','\xa1','\xc1','\xfb','\x14','\x55','\xd0','\xf1','\x08','\x16','\x0b','\xcf','\x63','\x57','\xb8','\xd9','\x20','\x87','\xca','\x5c','\x6d','\x27','\x24','\x7e','\xa3','\x36','\x35','\x62','\x98','\x09','\xc7','\xfb','\x78','\xc8','\x79','\xc1','\x8d','\x10','\x2f','\x4a','\xbc','\x56','\xc1','\xdd','\xd3','\xf8','\x95','\x3a','\xa8','\x6b','\x08','\xc9','\x58','\x79','\xcf','\xf8','\xae','\x34','\x19','\xef','\x11','\xc7','\xfa','\x2a','\x7a','\xb9','\x35','\x34','\x9f','\x88','\x1e','\x53','\x6e','\x9e','\x50','\xaf','\x8c','\x7b','\xa1','\xa5','\xc5','\xa4','\x07','\x3c','\x42','\x32','\x12','\x94','\x05','\x3b','\x56','\xf8','\xeb','\x10','\x04','\xe2','\xd9','\x82','\xd0','\x26','\xf4','\xf5','\x39','\x56','\x85','\x07','\xf8','\xb7','\x09','\x36','\x2b','\x61','\xc0','\x84','\xe6','\x15','\x69','\x92','\x46','\x8f','\x69','\x37','\x4f','\x18','\x57','\xc6','\x9d','\xd0','\x52','\x3d','\xe9','\x8d','\xb5','\xa2','\x1d','\xf2','\x8d','\xf9','\x49','\x97','\x43','\x9b','\xf9','\x5e','\x00','\xe2','\xa1','\xed','\xec','\xb5','\xea','\x0d','\x71','\xdc','\x1f','\xd4','\x9e','\xd5','\xbc','\x4b','\x84','\xb4','\x94','\x09','\xab','\x41','\x32','\x1d','\x91','\xa8','\x90','\xe0','\x2c','\x89','\x8c','\x12','\xb2','\xcf','\x4f','\x94','\xc9','\xc7','\x09','\x79','\xa1','\xdc','\x4c','\xe8','\x74','\xc3','\xbf','\xe5','\xbc','\x4b','\x82','\x2a','\x81','\xdf','\x02','\x8e','\x92','\x50','\xbd','\xe5','\xb4','\xc3','\x66','\xe1','\xed','\x70','\x33','\xb6','\x6b','\xd0','\x89','\xe4','\x1c','\x32','\xe8','\x26','\xce','\x32','\x18','\x67','\x7e','\xee','\xcc','\x0a','\x84','\xd6','\xa2','\x0c','\x96','\x0c','\x1f','\x66','\x05','\xd1','\x04','\xa1','\x74','\x33','\xa5','\x47','\x3a','\xfa','\xea','\x6c','\xc6','\x94','\x34','\x13','\x97','\x00','\x64','\xc6','\x5c','\xa7','\x99','\xed','\x9a','\x75','\xfb','\x76','\xf6','\x19','\xcd','\x7c','\x52','\x33','\x3b','\x34','\x33','\xbe','\x4a','\xe1','\xd2','\xc0','\x28','\xed','\x0b','\xf8','\xc9','\x93','\x08','\x79','\x22','\xe8','\x1e','\xd0','\x11','\x72','\xd8','\x37','\x5c','\x70','\xe0','\x4c','\xbb','\x58','\xa4','\x02','\x5f','\x97','\x76','\xe3','\xcf','\x66','\x6e','\xef','\x4b','\xdd','\xd3','\xdb','\xff','\xc4','\xb6','\xfe','\xf8','\x73','\xfd','\xf1','\x19','\x2c','\x5e','\xd4','\xae','\xc5','\x4e','\x6e','\xc3','\x2e','\xdf','\x0b','\x00','\x2d','\xe3','\x65','\x76','\x39','\x08','\x8d','\x37','\x03','\x7b','\x71','\xa8','\x1c','\xe1','\x47','\xf9','\x6c','\xf9','\x66','\xde','\x2f','\xc9','\x78','\x61','\xc2','\x20','\x73','\x26','\x39','\xa7','\x8a','\xd3','\x50','\x83','\x0b','\x38','\x49','\x10','\x39','\x46','\x14','\xc8','\x93','\x9e','\x68','\x90','\x17','\x60','\x87','\xa3','\x83','\x18','\xac','\x6c','\x4a','\xfc','\x6f','\x28','\x03','\xb8','\x2b','\x41','\x86','\x4e','\xac','\x8b','\xe2','\xb8','\x8b','\x6e','\x27','\xc6','\x3d','\x4a','\xe9','\x09','\xb5','\x1e','\x1f','\xf7','\xe2','\x13','\x32','\x3f','\xcc','\x29','\x4d','\x50','\x60','\x50','\x34','\xc1','\x79','\x9e','\xeb','\x9d','\x01','\xf4','\x41','\xf3','\xb5','\xcf','\x87','\xf9','\xca','\x92','\x77','\xce','\x57','\x63','\x8e','\x9a','\x14','\x52','\x8d','\xe3','\x0f','\x01','\xaf','\x35','\x3c','\xea','\x87','\xb0','\xc4','\x16','\x17','\xc1','\xd2','\x9b','\xc4','\x52','\x8c','\x49','\xb2','\x87','\x15','\x2f','\xc2','\xcf','\x3e','\xcf','\xbb','\x79','\xea','\xe2','\xc7','\x5b','\x17','\x5e','\x28','\xcf','\x93','\x5a','\x95','\x80','\x3b','\xc7','\x1c','\x51','\xe6','\x88','\x3a','\x47','\x0c','\xf1','\xb8','\x23','\x0a','\x23','\xb3','\xfa','\x9c','\x04','\xf1','\xf1','\x41','\xec','\x07','\x38','\x74','\x9a','\x49','\x22','\x04','\x0d','\x53','\x1c','\xa9','\x60','\x72','\x09','\xdf','\x5c','\xc1','\x1f','\x4f','\x06','\x2f','\x08','\x19','\x40','\xd7','\x00','\xa8','\x11','\x41','\x10','\xcf','\x0f','\xe7','\x89','\x72','\x9e','\xc8','\xd5','\x96','\xf2','\x3c','\xab','\x2d','\xc0','\xd6','\x40','\x35','\x29','\x09','\xe4','\x78','\xcd','\xf6','\xf0','\x7d','\x8a','\xaa','\x2f','\x70','\x3b','\xc1','\x83','\x1f','\xd7','\xbe','\x77','\x5b','\x01','\xd8','\x75','\xf0','\x9c','\x04','\x5e','\x3f','\xb4','\x9c','\x08','\xd8','\x02','\x5c','\x20','\x24','\x85','\x48','\xc9','\x1a','\x56','\x6b','\x11','\xa7','\x46','\xbc','\xda','\xcd','\xd3','\xb5','\x8f','\x27','\x6b','\x2f','\x54','\x12','\xe4','\x12','\x25','\x97','\x1a','\x57','\x95','\xf0','\x32','\x24','\x38','\xf1','\x63','\xc1','\xda','\x40','\x12','\xc8','\xda','\xc6','\x37','\x66','\xff','\x32','\xef','\xc1','\x12','\x0d','\x5d','\x52','\xa2','\x54','\xe5','\x73','\x53','\x5f','\x12','\xcf','\xf2','\x8f','\x24','\xd0','\x6b','\x03','\x92','\x6b','\x24','\x25','\x74','\x35','\xe4','\x49','\x89','\xc5','\x64','\x7d','\x2c','\x26','\xf6','\x69','\xa4','\x11','\xec','\xa6','\x6a','\x38','\x21','\xf8','\x32','\x05','\x17','\x01','\xd7','\x39','\x64','\xa0','\xc1','\xf3','\x33','\x2a','\xde','\x02','\x78','\xe8','\x66','\xaf','\xf9','\xe7','\x5e','\x56','\x42','\xe7','\x68','\x34','\xa4','\x25','\x91','\x77','\x15','\x95','\xa4','\x40','\x4f','\xd6','\x37','\xb7','\x22','\xbc','\xe6','\x3d','\x63','\x0d','\xfa','\x05','\x9e','\x75','\x8d','\xf0','\x96','\x2a','\xfe','\x2c','\x8b','\x98','\x88','\x18','\x28','\xe1','\xd4','\x3f','\x8e','\xbc','\x17','\x78','\x1f','\x2f','\x04','\xef','\x1a','\x9f','\x6a','\xe3','\xf1','\x63','\x42','\xa9','\xd3','\x44','\x4d','\x38','\x0f','\x54','\x3b','\xa8','\xc7','\x66','\x3c','\x49','\xab','\xf2','\x33','\x15','\x97','\x3c','\x52','\xf2','\xe4','\x19','\xaf','\x5d','\xf3','\x6e','\xd7','\xea','\x9f','\x49','\x9f','\x79','\x32','\x7d','\xa6','\x23','\x7d','\x26','\x9e','\x9e','\xa1','\xe9','\x69','\x9a','\xa6','\x80','\x3e','\x7e','\x7c','\xc4','\x68','\x2f','\xa6','\xdb','\xf0','\x9a','\x7d','\x51','\x69','\x19','\xf7','\xd7','\xec','\x77','\x97','\xd7','\x16','\x71','\x10','\xe1','\x7d','\x72','\xf0','\xc7','\x75','\xb6','\xbc','\xdf','\xb9','\x2e','\x7d','\x92','\x84','\x1e','\x81','\xbb','\xcf','\x9a','\x8d','\x9f','\x88','\x20','\x58','\xd8','\xad','\x84','\xb6','\x04','\x1d','\x14','\xb1','\x69','\x24','\xf1','\x53','\x76','\x37','\x74','\x98','\xaf','\xe8','\x75','\x1d','\x2c','\x5e','\xa1','\xb7','\x0f','\xd0','\x7b','\x06','\xe8','\xe3','\x07','\x68','\x07','\x05','\xbc','\xeb','\x1f','\x3f','\xac','\xb5','\xd5','\xf9','\x7a','\x59','\x0e','\x9d','\x23','\x51','\x89','\x26','\x43','\x67','\xae','\xf2','\xf1','\xd9','\x5c','\x4a','\x2e','\xea','\x31','\x47','\xe8','\xde','\x86','\x9f','\xc9','\x04','\x49','\xcf','\x91','\xbe','\x89','\xd7','\x76','\x86','\x5e','\xd3','\xd8','\x32','\x3d','\x11','\x5b','\x8e','\x93','\x4a','\xc0','\x15','\x09','\xd1','\x54','\xc3','\xd1','\x74','\x80','\x0e','\xb4','\xd2','\x3a','\x4e','\x22','\x74','\xa9','\x1e','\xa5','\x03','\x63','\x82','\x2f','\x4c','\x45','\xe8','\xc6','\x3f','\x97','\x78','\xaf','\xf9','\x12','\xef','\x1d','\xc4','\xce','\x6c','\x99','\x20','\xc2','\x71','\x9d','\x48','\x12','\x00','\x4b','\x24','\xc2','\xaf','\xb4','\x55','\x72','\xb3','\x8b','\x3e','\x1e','\x41','\xb0','\x4f','\xf9','\x7c','\xfd','\x94','\x90','\x9b','\x08','\x49','\x89','\xc7','\x96','\x58','\x00','\x1e','\xcf','\x92','\x35','\xfc','\x0f','\x2e','\xa4','\xcb','\x11','\x5e','\x37','\x6c','\x39','\x1f','\x50','\xa7','\x83','\x06','\x1d','\x34','\xfe','\x24','\x5a','\x5d','\x3c','\xf3','\x09','\xe9','\xd8','\x40','\xcb','\x84','\xc1','\xbf','\x39','\x5b','\xae','\x87','\x16','\x6d','\xdd','\x81','\xf6','\xac','\x5d','\xcf','\xef','\x13','\x19','\x07','\xff','\x97','\x5b','\x8f','\x98','\xf7','\xf0','\x4f','\xb2','\xf4','\x65','\x2b','\x77','\xac','\x1a','\x9d','\x40','\x37','\x8f','\x3b','\x57','\x44','\x3d','\x49','\x0f','\xea','\x49','\xf0','\x01','\xa0','\x1a','\x8d','\x6b','\x94','\xcd','\x74','\x50','\x8d','\x55','\x34','\xd0','\x63','\x71','\x7e','\x5c','\x3d','\x47','\xd0','\xb6','\x75','\xa8','\x3f','\xfe','\x64','\xef','\xed','\xb4','\xef','\x1e','\xda','\xf7','\x44','\x5c','\x8b','\xb3','\x99','\x78','\x45','\x13','\x54','\x6b','\x02','\xf1','\x19','\x60','\xd8','\x5d','\x04','\xfe','\xac','\xb5','\xcf','\x7b','\x5b','\x2a','\x94','\x5d','\x5e','\x0a','\x55','\xa8','\x44','\x01','\x38','\xb9','\x14','\x71','\x29','\xa9','\xa1','\x9b','\xa7','\xb8','\xde','\x60','\x2f','\xf4','\x59','\x2d','\x55','\xab','\x65','\xb2','\xca','\x35','\x03','\x69','\x73','\x49','\xae','\x95','\x84','\x09','\x89','\xf0','\x43','\x42','\x38','\xc6','\x35','\x9e','\x03','\xcc','\x35','\xfc','\x57','\x23','\x2b','\xb1','\xd8','\xd1','\x09','\xfc','\xd6','\x04','\x2b','\x34','\xf2','\x72','\x26','\x7e','\xf3','\xf8','\xb4','\x86','\x1a','\x4f','\xcf','\x1c','\xb2','\x81','\xb4','\x9c','\x0e','\xd8','\xa5','\x72','\xa8','\x52','\x96','\x68','\x59','\x82','\xc4','\x40','\xe5','\x48','\xa5','\x4c','\x2e','\x95','\x6f','\x3e','\xed','\xc3','\x7c','\xb9','\x25','\x32','\x6f','\x92','\x05','\x4b','\x28','\x52','\xf3','\x1d','\x48','\x70','\x3b','\x9d','\xb1','\xd5','\x73','\x67','\xdc','\x95','\x6c','\x86','\x07','\x8f','\x71','\x90','\x3f','\x7a','\x46','\xde','\x73','\x32','\xbe','\xe7','\xe4','\xed','\x7b','\x4e','\xde','\xb3','\xe7','\xe4','\xe3','\x77','\x7f','\xa7','\x83','\xa3','\x50','\xa5','\x83','\xc7','\x6e','\xc4','\x23','\x74','\xd0','\x5d','\x7d','\x1e','\xa5','\xb3','\x16','\x3e','\xe3','\xb3','\xe5','\xd0','\xe9','\xa0','\x79','\xee','\xf0','\xfd','\xd5','\x38','\x77','\x78','\x7b','\x24','\xf4','\xc2','\x04','\x10','\xf8','\x90','\x2a','\x3f','\x6e','\x06','\x48','\x42','\x23','\x1d','\x0d','\x02','\xdf','\xe7','\x08','\x6e','\x25','\x47','\x70','\x42','\x45','\x7c','\x4a','\xf9','\x45','\x85','\x9a','\xb8','\x23','\x37','\xcf','\x57','\x8e','\x64','\x07','\xe0','\x69','\xd0','\x09','\x07','\xee','\xba','\x74','\x39','\xfe','\x74','\xf9','\x76','\xdd','\xbf','\x27','\x5d','\x7e','\x82','\xcb','\x67','\x7d','\xfe','\xa3','\x68','\xbc','\xbb','\xd2','\x8b','\x06','\xa0','\x5f','\x76','\x33','\xe9','\x6d','\x87','\x1e','\xb0','\x19','\x2c','\x35','\xdc','\x34','\xf4','\xa0','\x45','\x43','\xeb','\x66','\x70','\x87','\xce','\x76','\xdc','\x96','\xfa','\xcc','\x97','\x52','\x4f','\x7c','\x29','\xd5','\xf1','\x47','\x29','\xfa','\xd9','\x80','\xbe','\x94','\xa2','\xa7','\x52','\xf1','\x78','\x8a','\x36','\x00','\x67','\x3a','\x49','\xf4','\x10','\xaa','\x07','\xb4','\x9f','\x50','\x91','\xa5','\x96','\x59','\x44','\xb2','\x08','\x1e','\xf1','\xf1','\xb5','\x1a','\xa9','\x7b','\xeb','\x44','\xfc','\xce','\xed','\x36','\xfb','\x4c','\xee','\xe2','\x93','\xb9','\x8b','\x1d','\x85','\x4b','\xf1','\xfc','\x02','\xb5','\x6a','\xb4','\x78','\x81','\x1e','\xac','\xd2','\x52','\x75','\x25','\xae','\x67','\xed','\x7a','\x0e','\x4d','\xd1','\x3b','\x2e','\xf8','\x63','\xe2','\x09','\x72','\x2e','\xb6','\x64','\x3b','\x55','\x70','\xc3','\x8e','\x78','\xb9','\xd6','\x4b','\x76','\xe5','\x45','\x13','\x55','\x45','\xa8','\xb1','\x86','\x16','\x8e','\x48','\x93','\x1e','\xa8','\xe8','\xb8','\x27','\xd5','\xed','\xa4','\xb3','\x99','\x9f','\x86','\x50','\x0d','\x3c','\xa9','\x84','\x07','\x95','\x5c','\xb7','\x30','\xbe','\x08','\x93','\x4b','\xdc','\x9e','\xc6','\x62','\x65','\xae','\x4b','\x2e','\x81','\xfe','\x41','\xe8','\x1e','\x95','\x3c','\xa1','\x07','\xf1','\x67','\xb2','\x1c','\xb4','\xf7','\x46','\x88','\x78','\xb1','\x44','\x63','\x90','\x45','\x5e','\xb5','\x8e','\xed','\x3e','\x9b','\x41','\x92','\x16','\x06','\xbd','\xda','\xdb','\x45','\x7a','\xbb','\xd7','\xf5','\x6e','\x8a','\x3f','\x73','\xe9','\x76','\x3d','\x76','\x4f','\x3f','\x7e','\x5c','\xa3','\x1d','\x1c','\x87','\x19','\x44','\xb6','\x5a','\x94','\x0e','\x51','\x48','\x32','\xe8','\xd0','\x38','\x10','\x26','\x69','\x09','\x7e','\x04','\x0d','\x05','\xb4','\x1b','\x72','\x15','\x74','\xf4','\x11','\xf6','\xac','\x2f','\x2d','\xfb','\xde','\x10','\xc9','\x5f','\xd7','\x27','\xc7','\xdf','\x6e','\xbd','\xbd','\x8f','\xdc','\xd3','\xb7','\xfb','\x89','\x3e','\x2d','\xfe','\x2c','\x8d','\x3f','\xbb','\x95','\xf6','\xbd','\x48','\xb7','\x63','\xda','\x8b','\xe8','\x41','\x14','\x3f','\xcf','\xe8','\x6c','\x40','\x1d','\xe1','\xd6','\x34','\x18','\x50','\xdb','\xa1','\x46','\xbd','\xc3','\x98','\x67','\x46','\x20','\x19','\x1e','\xde','\x5d','\xc5','\xfb','\x18','\xd9','\x8d','\xe5','\xdd','\xf3','\x1d','\xbb','\xfd','\x4f','\xee','\x3b','\x77','\xcf','\x6e','\xf6','\xc4','\xee','\xb1','\xf8','\x6e','\x44','\xef','\x1c','\xa0','\xff','\x30','\x43','\x1f','\xd3','\xe8','\x63','\xbd','\xf1','\xde','\xde','\x78','\xaa','\xaf','\x7d','\x18','\x58','\xb6','\x12','\xb2','\x41','\xfd','\x12','\x95','\x4d','\x2a','\x0f','\xb7','\xcb','\xe7','\xd8','\xee','\x09','\xfc','\x2f','\x19','\xde','\x73','\x1d','\x48','\xf9','\x06','\x7b','\xe3','\x83','\xac','\x63','\x4f','\xef','\x27','\x7f','\xdd','\x7b','\xcf','\xf3','\xbd','\x8f','\xaf','\xeb','\xed','\x58','\x17','\x74','\xac','\xeb','\x05','\xf2','\x47','\xba','\x8d','\xd2','\x5e','\x40','\x1f','\x8b','\xbf','\x71','\x95','\xe6','\xa4','\xb5','\xf6','\x2a','\x04','\x9f','\x3a','\x5e','\x14','\x69','\xe4','\xea','\x93','\xda','\x5c','\xeb','\x05','\xf6','\x66','\x63','\xcf','\x82','\x16','\x5a','\x71','\xa2','\xe0','\xa6','\xef','\xb1','\x81','\x98','\x64','\xde','\x1e','\x72','\xe6','\x48','\x5d','\x7a','\x2f','\x3d','\x86','\x43','\x90','\x83','\x69','\xf5','\x81','\xe4','\x43','\x95','\xd2','\x08','\xad','\x76','\x3f','\xae','\x9f','\xfb','\x3e','\x8e','\xbc','\x18','\x5d','\x88','\x06','\x9a','\x54','\x7a','\xbf','\x79','\x5f','\x49','\x52','\xdc','\x9d','\xe9','\xe8','\xe8','\x67','\x5f','\xb9','\x49','\x92','\x30','\x8e','\xb6','\xe2','\x8e','\x07','\xc9','\x17','\x53','\xeb','\xba','\x71','\xdc','\x71','\x6e','\x47','\xde','\x3d','\x6d','\xe4','\x89','\x64','\x10','\xaf','\xc0','\xdb','\x51','\x58','\x11','\xb0','\x4e','\x9a','\x2f','\xa9','\x1a','\x32','\xd8','\x99','\x6d','\x53','\x20','\xb7','\x4d','\x75','\xb4','\x7d','\x19','\x1e','\x02','\xb4','\x4d','\x61','\x8e','\xe4','\x12','\xdf','\xbf','\xeb','\x74','\x3f','\xfe','\x8d','\xc9','\xdb','\x3b','\x27','\xef','\xd1','\xfd','\x27','\x24','\x14','\x77','\x81','\xcf','\x01','\x7e','\x9b','\x0e','\x50','\xbd','\x44','\xd3','\x75','\x2a','\xfd','\x0d','\x6d','\x6d','\xa5','\x25','\x9c','\xc8','\x64','\xa8','\x6d','\x53','\x5e','\x66','\x32','\x1d','\x99','\x0c','\x0b','\xc6','\x04','\x2d','\x13','\xbf','\xee','\xfa','\x24','\x5d','\x7e','\xe7','\x3e','\x7d','\x1a','\xb6','\xea','\x7b','\xef','\xd3','\x70','\x84','\x76','\x1e','\x87','\xf3','\x9d','\xd4','\x3a','\x88','\xcc','\x1c','\x45','\xd2','\x7d','\x2c','\x98','\x36','\xa1','\x1e','\x1d','\x36','\xf8','\xed','\xe9','\x32','\xd4','\x23','\xe4','\xf8','\xf8','\x7b','\x54','\x42','\x6f','\x7c','\x8e','\xdd','\x32','\xfd','\x43','\x76','\x99','\x85','\x60','\xcb','\x47','\xa4','\xe8','\x12','\x8e','\xc8','\x91','\x49','\x99','\x9c','\x5f','\xba','\xd9','\x41','\x1f','\x57','\xf0','\x0b','\xa7','\x19','\x18','\x87','\xcb','\xee','\xbe','\xcd','\x67','\x53','\x4d','\x19','\xab','\x5e','\x5d','\xaf','\xd7','\x20','\x9a','\xc0','\x53','\xb4','\x79','\xaa','\xcf','\x69','\x5a','\x28','\x05','\x84','\x48','\x75','\x4f','\x04','\x11','\xd4','\x0e','\x5c','\x08','\x9a','\x41','\x04','\x3f','\x69','\x9a','\x40','\xa1','\x73','\x4a','\xf4','\x18','\xbd','\x79','\x5c','\xbb','\xe2','\x78','\xa1','\x27','\x8f','\x24','\xeb','\x7a','\x0c','\xb5','\x02','\xb9','\x05','\xd7','\x1b','\xbc','\x6d','\x9d','\x2e','\x57','\x35','\xec','\x8a','\x2b','\xe5','\x26','\xf1','\xcd','\xcf','\x35','\x88','\x23','\xd6','\xdd','\xfc','\x1c','\xef','\xc8','\xed','\x08','\xdf','\x63','\xb3','\x27','\x42','\x4e','\xfc','\x1b','\x38','\x7e','\x96','\xd1','\xde','\xcc','\x8d','\xf8','\x63','\x7e','\xd6','\x25','\xba','\x55','\xaa','\x3f','\x47','\x7b','\x34','\x8e','\x8e','\x9e','\x14','\x3b','\x6b','\x4b','\x9d','\x06','\xee','\x74','\xb0','\x0e','\xfc','\x9b','\xeb','\x7a','\xec','\xf8','\x53','\xe8','\x76','\xdd','\xb9','\x47','\x45','\x4f','\x20','\x04','\xfa','\xf0','\x5d','\xfb','\x3d','\xde','\xd8','\xef','\x03','\x10','\xb5','\x4b','\x35','\x8d','\xa3','\x63','\x9b','\xca','\x82','\x6f','\x49','\x1a','\xc3','\xdc','\x94','\x12','\x4c','\xbb','\xeb','\x83','\xa0','\x03','\x55','\x3f','\x89','\xaa','\xf7','\x0c','\x57','\x1f','\x1f','\x0b','\x3a','\x86','\xab','\x1c','\x14','\x10','\xd0','\x61','\x44','\x8f','\xee','\x86','\xfc','\xb3','\x68','\x8e','\x86','\xa4','\x44','\x74','\x80','\xe2','\x5e','\x58','\x8a','\x58','\xeb','\xc0','\x1a','\x73','\x90','\xa4','\x07','\xb8','\xab','\x8b','\x03','\xf4','\x33','\x52','\xe2','\x4e','\xed','\x76','\x75','\xfe','\x1e','\x9d','\x3d','\xa1','\x79','\xf1','\x99','\xf9','\xf8','\x4c','\x86','\x76','\x65','\xa9','\x7e','\x84','\x9a','\x5d','\xd4','\xf8','\x02','\x1d','\xfc','\x31','\x7d','\x24','\x16','\x47','\x52','\x22','\xe1','\x8a','\x78','\x95','\x2a','\x65','\x55','\xfe','\xa7','\xd9','\x70','\x20','\xa5','\xaa','\xb8','\xa7','\x8a','\x65','\x38','\x37','\xd7','\xb3','\xa0','\x43','\xa9','\x7e','\x52','\xa9','\xde','\xa3','\x54','\x1f','\x0f','\xaa','\x1d','\x4a','\x10','\xe7','\x4a','\x6f','\xa0','\x42','\xfb','\x2f','\xd1','\xbb','\x7e','\x4c','\xa7','\x1f','\x8f','\x2b','\x4f','\xd0','\xb6','\x24','\xdd','\xd0','\x9a','\xd8','\x25','\xd6','\x61','\x3e','\xc3','\xd1','\x31','\x36','\xc6','\x7e','\x96','\x91','\xf2','\x19','\x3c','\x36','\x86','\x4d','\x4c','\x72','\x78','\xdd','\xe1','\x37','\xe3','\x57','\xf0','\xed','\x87','\xdf','\xbc','\xe7','\xbe','\x9b','\x1e','\x3f','\xfc','\x66','\xc7','\x7d','\x37','\x75','\x1c','\x7e','\x13','\x68','\xf1','\x46','\xaa','\xf4','\xde','\x7e','\x7a','\xdf','\x4d','\xf4','\xf3','\x98','\xe6','\x76','\x82','\x6b','\x55','\x58','\xa6','\x9d','\xad','\xb4','\xad','\x4c','\xe3','\x95','\x8e','\x96','\x0a','\x2b','\x2b','\x12','\x4a','\x61','\x1b','\x78','\x5a','\x48','\xab','\xb2','\x8e','\xdc','\x13','\x3f','\xf5','\xfa','\xed','\xdb','\xdd','\x7b','\x06','\x9d','\x27','\x42','\x95','\xf8','\x69','\xbf','\xb9','\x0e','\xed','\x35','\xeb','\x30','\xe6','\x40','\x42','\x6d','\xf8','\xb7','\x26','\x3e','\xa5','\x41','\x81','\x38','\x77','\x83','\x13','\xce','\x2a','\x1a','\xe6','\x1c','\x7a','\x0f','\xac','\x54','\xb2','\xf6','\x77','\x3f','\x38','\x23','\xde','\xbb','\x83','\xec','\x44','\xc8','\xc9','\x7b','\xd7','\x13','\x01','\x5f','\x74','\x47','\xe7','\x9f','\x67','\x88','\x7e','\x3e','\x50','\x87','\x55','\xfd','\xfb','\x03','\x38','\xac','\xb1','\x37','\x4c','\x12','\x32','\x63','\x9e','\x27','\xf3','\x15','\x3e','\x3b','\xa3','\xcc','\x25','\x6f','\xad','\xb6','\xce','\x56','\xf0','\x4a','\x3d','\xef','\x08','\xf4','\x6b','\x93','\x21','\x40','\xbb','\x8d','\x18','\x6d','\x31','\x3f','\x49','\x8c','\x08','\x31','\xec','\x0b','\xfe','\x70','\xd6','\x18','\xce','\x66','\xec','\x0b','\x2c','\x82','\x70','\x64','\xfd','\xb7','\xd8','\x8f','\xff','\x32','\xd2','\x4b','\x22','\xda','\xd1','\x08','\x34','\xa8','\x2e','\x27','\x97','\x62','\x3e','\x3f','\x80','\x54','\xae','\x56','\x04','\x33','\x1d','\x1e','\x46','\x23','\xc7','\xd9','\xf5','\xf7','\x23','\xea','\x81','\xc7','\x83','\x13','\x61','\x74','\x35','\xbc','\x36','\x0e','\xf1','\x86','\xf7','\xa7','\x35','\x1a','\x7b','\x7d','\x69','\xc5','\x47','\xa5','\xf9','\x46','\xb5','\x46','\xed','\xd7','\x80','\x1f','\x1e','\x70','\x61','\xc9','\x9c','\x37','\xcd','\xf3','\xa6','\x59','\x35','\xed','\x17','\xf3','\x66','\x2d','\x6f','\xd2','\x02','\x6a','\xbc','\x77','\x88','\x10','\xb4','\x3d','\x60','\xcb','\x44','\x8b','\xa9','\x3b','\xfc','\x7e','\x8b','\x70','\xa4','\x32','\x02','\x77','\xf8','\x0f','\x5e','\x23','\x7f','\xf8','\x2d','\xf2','\xc7','\x7f','\x4d','\x3e','\xdb','\x4f','\xdc','\xa8','\x0f','\xb1','\xea','\xbd','\x5a','\x74','\x6e','\x26','\x88','\xf6','\x96','\x70','\xaf','\x41','\xfa','\x10','\xd5','\x91','\xb9','\xb9','\x35','\x42','\xc8','\x1d','\x01','\x79','\x10','\xc8','\xf8','\xed','\x6b','\x84','\x9c','\xf7','\x89','\x4b','\x5a','\x38','\xfa','\x21','\x22','\x80','\xdb','\xc6','\xfc','\xd6','\xa8','\x54','\x89','\x7e','\x8d','\x1c','\xa8','\x92','\xca','\x79','\x9f','\x7a','\x5a','\xf2','\x9c','\x46','\xe7','\x66','\xe8','\xf9','\x5e','\x5a','\xed','\x4d','\xd6','\x20','\x7d','\x07','\xaf','\x47','\x50','\x1d','\x07','\x78','\x02','\xbc','\x52','\xc9','\x17','\xc1','\xfb','\x5a','\xeb','\x20','\x17','\xae','\x82','\x4b','\x2a','\xc7','\x70','\x87','\x3f','\xf6','\x18','\x19','\x16','\x38','\x0a','\xa5','\x3f','\x3c','\xad','\x1d','\x7d','\x54','\x1b','\x7e','\x74','\x66','\xb8','\xad','\x77','\x78','\x63','\xef','\xf0','\x17','\xfa','\xee','\xd9','\xa6','\x67','\xe5','\xcd','\xd1','\x08','\xb1','\xfe','\x77','\xf0','\x29','\x6d','\xc0','\x7e','\x45','\x38','\x13','\x8a','\xc6','\x70','\x41','\x3d','\xef','\xf3','\x96','\xac','\x64','\x40','\xd0','\xcf','\xfb','\xc8','\xd1','\xd4','\x73','\x5a','\x7c','\x62','\x66','\x5d','\xb4','\x37','\x74','\xad','\x97','\x91','\xbe','\x23','\x54','\x37','\xcc','\xcd','\xe4','\x1c','\x91','\x27','\x02','\xfb','\x3a','\x2f','\x01','\xfa','\x55','\xbf','\x21','\xb0','\xb7','\x49','\x58','\xe2','\xf0','\xf5','\xab','\xa4','\xab','\x1b','\x20','\x04','\xbf','\x4b','\xd5','\xba','\x3a','\x35','\xf6','\xd6','\x8c','\xda','\xf9','\x8c','\xda','\xd9','\xab','\x76','\xf7','\x75','\xfe','\x4c','\x57','\x6b','\x9b','\x9b','\x7c','\xdd','\x7f','\xbd','\xca','\xd7','\x6d','\xf0','\x56','\xbd','\xd9','\x6c','\x9e','\x35','\x02','\x21','\x0f','\xcd','\x60','\x4f','\x11','\xef','\xc0','\xc7','\xd9','\xfe','\x99','\x86','\xa5','\x19','\x1c','\xed','\x8d','\xae','\x69','\x0f','\x72','\xd0','\x46','\x8f','\x6e','\xee','\x01','\xfb','\x27','\xd9','\x23','\xc2','\xdf','\x7a','\x68','\x92','\x2e','\x1d','\xe8','\xa1','\x07','\x50','\xbb','\xcd','\x98','\x81','\xf0','\x79','\xf6','\x72','\x15','\xc8','\xc7','\xd6','\xbe','\x65','\xcb','\x47','\xd9','\xcf','\xc4','\x12','\x92','\x62','\x62','\xfd','\x18','\x45','\x64','\xbf','\x89','\xf9','\xa7','\xf9','\x08','\xb2','\x5f','\x95','\xcd','\x2f','\xfa','\xa6','\x89','\xec','\x57','\x82','\x7c','\xe4','\x24','\x87','\xfd','\xcb','\xc0','\x7c','\x57','\x10','\x6b','\x33','\x94','\x75','\x22','\x1c','\xba','\x1a','\x8e','\x4e','\x34','\xe3','\xfe','\xa4','\x63','\x44','\xea','\x08','\xb8','\x3d','\xcb','\xcd','\x1e','\xfd','\x3a','\x9f','\x23','\xdf','\x7e','\x9b','\x0c','\x7f','\x85','\x1c','\xf8','\x1f','\xc4','\xf8','\x30','\xb1','\xdf','\xf6','\x91','\xf8','\x5c','\xdd','\xd8','\x28','\x7d','\x7d','\x51','\x53','\xdb','\x34','\xfd','\x8d','\x19','\x65','\xfc','\x99','\x44','\x81','\xdb','\x1b','\x7d','\x5a','\xbf','\xee','\x91','\xcd','\x89','\x2f','\x10','\x5a','\x80','\x7a','\x68','\x01','\x70','\xf4','\x6d','\x9f','\x57','\xc2','\x71','\xf4','\x6d','\xd2','\x26','\x91','\x9b','\xe7','\xfc','\xf8','\x63','\x44','\x7f','\x9b','\xa4','\x25','\xf2','\xf9','\x6e','\x72','\xf6','\xba','\x9f','\x46','\x5a','\xba','\x13','\xea','\x49','\x87','\x9e','\x49','\x87','\x7a','\xd3','\x1b','\xfb','\xf4','\x5f','\xe9','\x5a','\x64','\xb3','\x82','\x48','\x7c','\x72','\x2c','\x79','\xfe','\xd5','\xb6','\x49','\x39','\x1d','\x59','\xe8','\x8e','\x2c','\xec','\x2a','\x2e','\x9c','\xfd','\xc5','\x42','\x6f','\xb1','\x09','\xfd','\xe5','\xb5','\x72','\x4d','\x2b','\xce','\x73','\xa8','\xc5','\xbf','\x57','\x8b','\xff','\xd5','\x1c','\x7d','\xd3','\xf8','\xdc','\x3f','\x0c','\xfd','\xe3','\xe3','\xce','\x45','\xbe','\xd1','\x9c','\xdb','\x25','\xd2','\xd7','\xbd','\xb3','\xef','\x7a','\xbd','\x4f','\x0a','\x03','\xae','\x4b','\x4c','\x62','\x47','\xc6','\x83','\x41','\x0f','\x49','\xcc','\x89','\x4a','\x88','\x44','\xe0','\x85','\x42','\x4d','\x98','\x17','\xe2','\x15','\x6a','\x53','\x68','\x44','\x30','\x68','\xa1','\x25','\x43','\xf8','\x0d','\x8a','\xf6','\x2c','\xb6','\xb9','\x5a','\x1a','\x6b','\xdd','\x58','\xdb','\x65','\x69','\x67','\xdf','\xd4','\x7a','\xad','\xfe','\xde','\x11','\xd6','\x6b','\x69','\xfa','\x35','\x2e','\x37','\xa0','\xe8','\xd7','\xda','\x35','\x0b','\xa0','\xda','\xdf','\x57','\x1f','\x68','\x35','\x0f','\xb6','\x1a','\xa6','\x35','\xf4','\xfa','\x2f','\x1d','\x4f','\x52','\xf8','\xc9','\x32','\x95','\x48','\x56','\x69','\xdb','\x04','\x4d','\x4b','\x5a','\x37','\x4a','\xed','\x3a','\xcc','\xce','\x2e','\x7a','\xbd','\x66','\x03','\x35','\x11','\x06','\xd2','\xfc','\x11','\x12','\x49','\x1c','\x66','\x9a','\xe9','\xa9','\x02','\xa6','\x48','\xc2','\x3b','\x54','\xf7','\x1c','\xcf','\x53','\x65','\xd4','\xd7','\x8a','\xf4','\x32','\xe9','\x8b','\x05','\x5d','\x14','\xe5','\x3f','\xb2','\x34','\x9c','\xa2','\x67','\x5d','\xda','\x73','\x7c','\xa9','\x87','\x97','\x2e','\xd5','\xb9','\xe0','\xe0','\x9e','\xb3','\xac','\xc7','\x45','\xfa','\x24','\x56','\x4f','\x30','\xf5','\xa1','\x94','\xfa','\x98','\xa5','\xfe','\x2c','\x63','\x4e','\xbe','\x68','\x54','\xca','\x77','\x4c','\xec','\xe0','\xba','\x5f','\x15','\x09','\xe6','\xf4','\x67','\x20','\xb5','\x5c','\x57','\x6f','\x36','\xaf','\xfb','\xc3','\xdb','\xc8','\xd9','\xe3','\xa8','\xc7','\xc5','\x3d','\x27','\x58','\xcf','\x43','\x58','\x3f','\x85','\x7b','\x4e','\x5f','\xeb','\xf9','\x77','\xa9','\x9e','\x87','\x52','\x3a','\xaf','\xe1','\xc4','\x35','\x75','\x1c','\xab','\xe3','\x19','\x75','\xdc','\x32','\xcf','\xfe','\xa5','\xf1','\x24','\xb9','\x63','\x1a','\xea','\x41','\xb3','\x9e','\x7d','\x45','\x38','\x42','\x73','\x88','\x1c','\xe5','\x4d','\x79','\xd6','\xb1','\xaf','\xd4','\x51','\xe8','\x39','\x14','\x7a','\x04','\xcd','\x1e','\xb7','\xaf','\x4c','\x34','\x3e','\x37','\xe0','\x73','\xc7','\x9c','\x5d','\x85','\x2d','\x4a','\x49','\xe4','\x8b','\x14','\x16','\x18','\x0a','\xb9','\x98','\x5d','\x60','\x8d','\xc7','\x67','\x12','\x45','\xf6','\x34','\x45','\x9f','\xe0','\xba','\xba','\x24','\xa1','\xba','\x3d','\xce','\x27','\xcf','\x41','\x51','\x34','\xd4','\x8a','\xec','\x72','\xb8','\x40','\x97','\xb1','\x39','\x6a','\xc7','\xf8','\xf5','\x33','\xe0','\x27','\x98','\xed','\x10','\x11','\x60','\x02','\x4f','\x6c','\x98','\x27','\x82','\x40','\x1b','\x69','\xac','\x21','\x20','\xb4','\x8a','\x92','\x6c','\x59','\x06','\x0c','\x09','\xb9','\x80','\x56','\x61','\x8b','\xb2','\x59','\x4f','\xf2','\xfd','\xea','\x79','\xa7','\xfc','\xae','\x7a','\xaa','\xb6','\xce','\x0a','\xdc','\xf0','\x8e','\x94','\xec','\xe3','\x26','\xc2','\x80','\x90','\x6b','\xb2','\x17','\x8b','\x88','\x8c','\x20','\x62','\x49','\x64','\xd4','\x7e','\xf2','\x20','\x4a','\x94','\xd0','\x56','\x53','\xca','\x9a','\x76','\xd9','\x44','\x04','\x30','\x44','\x40','\x2e','\x90','\xfc','\x32','\x0a','\x36','\xb1','\x0b','\x04','\xfc','\x45','\xed','\xd3','\x01','\x90','\x73','\x60','\x2d','\xe4','\x6a','\xac','\xaa','\x35','\x64','\x09','\x6b','\xb6','\xdb','\x2f','\xde','\x71','\xf0','\xf1','\x59','\xb4','\x9d','\x45','\x14','\x9a','\xe1','\x18','\x92','\x34','\x7b','\x42','\x2b','\x60','\xe0','\x39','\x2e','\x50','\xad','\x60','\x6a','\x76','\x68','\xb1','\xc0','\x35','\x49','\xc8','\xb3','\x43','\xcd','\x39','\x92','\x3a','\x5d','\x76','\x96','\x35','\x92','\xe9','\xe2','\xb4','\x6b','\x83','\x90','\x41','\x7d','\x29','\xdc','\x9b','\xb2','\xb7','\xf5','\xa3','\x81','\x7e','\x24','\x62','\x02','\x6c','\x08','\x0b','\x58','\xc5','\x98','\xb6','\xd3','\xd2','\x08','\x9f','\x28','\x9b','\x4f','\x15','\xbc','\x4b','\x85','\xe7','\xac','\xcc','\x11','\xa7','\x75','\x67','\x05','\xeb','\x97','\xec','\x74','\x05','\x09','\xe0','\x74','\xa5','\x29','\xeb','\x95','\x21','\x2e','\x3b','\xfc','\xd0','\x5a','\x85','\x8d','\x96','\x0a','\x40','\xf8','\xee','\xd9','\xe3','\xcd','\xf6','\xc0','\x93','\x96','\x59','\x17','\xfa','\x22','\x9e','\x63','\xaf','\x7c','\x0e','\xf2','\xa3','\x65','\x98','\x0b','\x4a','\x86','\x28','\xb1','\x2b','\xa4','\x99','\x36','\x54','\x64','\x0e','\xb5','\x85','\x20','\xc9','\xd4','\x3e','\xe1','\x8b','\xb4','\x00','\x34','\x54','\x86','\xac','\x22','\x0d','\x59','\xe2','\xf7','\xd3','\xf2','\xb2','\x4c','\x68','\x53','\x8e','\x2d','\x0d','\x09','\xb9','\x40','\x56','\xd0','\x6e','\xdb','\x62','\xbe','\x42','\x08','\xd6','\x58','\xa3','\x3d','\x90','\xf0','\x48','\x41','\x61','\x99','\x9f','\x38','\x52','\xe4','\x41','\xfb','\xec','\x79','\xb4','\x19','\x5e','\xb4','\xc1','\xda','\x98','\x12','\x6b','\x8c','\x10','\x7e','\xca','\xd9','\x65','\xb2','\xec','\x7d','\x4c','\x0a','\x31','\xdf','\x16','\x02','\xe6','\xf3','\x85','\x76','\xa2','\xb6','\x45','\x94','\xac','\x4b','\xd4','\x64','\x15','\x53','\x3c','\xe6','\x02','\xdf','\x00','\x9b','\x5a','\xc0','\xc5','\xd4','\x94','\x9b','\x9f','\x67','\xa8','\x66','\x27','\x7b','\xad','\xa3','\x42','\x91','\xa8','\xed','\x56','\xe8','\xf4','\x18','\xbb','\x60','\x21','\xfc','\x6e','\xff','\xe7','\x15','\x0b','\x6a','\x25','\x96','\x1c','\xad','\x52','\x87','\x35','\x85','\x65','\xc2','\xfc','\xd5','\x78','\x6a','\xac','\x62','\xbe','\x20','\x1b','\xe1','\x44','\x92','\x56','\x67','\x33','\x1e','\xd2','\xe6','\x51','\xef','\x79','\xdc','\x5b','\xb5','\x7b','\xab','\xa8','\x7f','\x1e','\xf5','\xd7','\x70','\xff','\x82','\x0d','\x31','\xaf','\x1e','\x4a','\x9f','\xc9','\x74','\x9e','\xb1','\x3b','\x67','\xac','\x82','\x62','\x0d','\x51','\x2b','\x93','\xb0','\x26','\x63','\x63','\x72','\x2b','\x44','\x8a','\xc8','\xc8','\x86','\x67','\xe2','\x1a','\x4a','\x2e','\x41','\xbf','\x78','\x3d','\xaa','\x83','\x06','\x31','\x3e','\xcb','\xec','\x06','\xf9','\x6b','\x2f','\xc5','\x7d','\xbe','\x0d','\xb9','\x00','\x01','\x99','\x3e','\x6a','\xf7','\x1d','\xb1','\xba','\x35','\xab','\x3b','\x6c','\x15','\xc2','\xd6','\x90','\x34','\x36','\xc1','\xac','\x50','\xb0','\x66','\x7c','\x60','\x8f','\xb3','\x4a','\xf3','\xba','\x8a','\x93','\xcc','\x5e','\xb6','\xfd','\x70','\x3b','\xb1','\x3b','\x02','\xd4','\x41','\xd0','\x46','\x32','\xb4','\x91','\xd8','\xcf','\x92','\x42','\xb7','\xc0','\x10','\x29','\xf0','\x73','\x4a','\xe2','\x25','\xb9','\x41','\x6f','\x94','\x85','\xde','\xa0','\xc0','\x1d','\x24','\x7d','\xe2','\x9a','\x5d','\xb6','\xf8','\x46','\x83','\xbd','\x16','\x5b','\x95','\x87','\x84','\x5c','\x20','\xb8','\x80','\x5a','\xe1','\x6d','\x1b','\x4a','\x34','\xd6','\x61','\x73','\x5f','\xb4','\x39','\xe8','\x66','\x47','\x8a','\x3b','\xec','\x94','\x58','\x6f','\x69','\x87','\x5f','\x55','\xec','\xc1','\xc6','\x3a','\x04','\x02','\x43','\x3b','\x7a','\x06','\x71','\x7c','\x68','\x3a','\xd3','\x32','\x6d','\xaf','\xab','\x58','\xf1','\xb2','\xd5','\x76','\xc2','\xea','\x74','\xad','\x59','\x77','\x4c','\x84','\x03','\x63','\x5c','\xb2','\x71','\x73','\xbf','\x4b','\xb8','\xc8','\xdc','\x11','\x88','\xba','\xe9','\x1f','\xc5','\xfd','\x25','\xbb','\xbf','\xf9','\x39','\x6e','\xe5','\xf2','\x28','\xba','\x66','\x21','\xab','\x90','\xc9','\x14','\xf8','\xf7','\xad','\x56','\xd3','\x22','\x79','\x00','\x2d','\x8c','\x69','\xb6','\xe5','\xed','\x5c','\xde','\xa7','\x65','\xa4','\x07','\x12','\x3c','\xd7','\x6a','\xb4','\xa1','\x82','\xf9','\x82','\x5f','\xde','\xbf','\x38','\xe4','\xf2','\x45','\x2b','\xda','\x73','\x46','\xb4','\x67','\xda','\x8a','\x57','\x44','\x7b','\x1e','\x59','\x6d','\x4f','\x73','\xbe','\x10','\x92','\xb1','\x94','\x64','\x6c','\x5a','\x10','\x54','\xec','\x87','\x37','\xaa','\x76','\x9c','\x22','\x01','\x1c','\x87','\xc5','\xdf','\x90','\x33','\x71','\xca','\x3f','\xb7','\xe2','\xed','\x96','\xce','\x2c','\x4d','\xb3','\x90','\x36','\x16','\x5a','\xb4','\xc0','\x02','\x79','\xd5','\xe6','\xca','\x13','\xd0','\x24','\xe2','\x6b','\xe8','\x3d','\xdc','\x33','\x6f','\xf7','\x9c','\x47','\x3d','\x19','\x0e','\xcc','\xb2','\x76','\xcf','\x28','\xea','\x39','\x88','\x7a','\xb6','\x64','\x7a','\x34','\xbb','\xe7','\x2e','\xab','\xf8','\x19','\xcb','\xf8','\xb1','\x35','\xf8','\x65','\x6b','\xa2','\x75','\x0c','\x47','\x2d','\x7e','\xff','\x6f','\xb6','\x87','\xa0','\x7d','\x81','\xb4','\xc5','\x64','\xcf','\x99','\x48','\x31','\x91','\x66','\x62','\xcd','\xb4','\xf7','\x9b','\x08','\xb6','\xc9','\x28','\xbe','\x3d','\xb0','\x07','\x4c','\x74','\xc4','\x44','\x07','\xcc','\x4c','\x05','\xf6','\x88','\xd5','\xc0','\x80','\x69','\x69','\xd6','\xd8','\x2f','\x99','\x65','\x22','\x38','\x0b','\xa6','\x3c','\xd4','\xea','\x21','\xe2','\x85','\xca','\x35','\x76','\x21','\x80','\x48','\x3d','\xa0','\xa5','\x5b','\xd6','\xf3','\x3a','\x13','\x3a','\x9c','\x77','\x1c','\xb6','\xea','\x3b','\xf7','\x29','\xff','\x31','\xe6','\xf3','\xb2','\xa9','\x57','\xf9','\x6a','\x0b','\x6b','\xa1','\xf1','\x33','\xa0','\xe7','\x15','\x71','\x46','\x50','\xf0','\x51','\x47','\x94','\xcb','\xc1','\xaa','\x4c','\xab','\x43','\x10','\x22','\x5d','\x2d','\xd0','\x55','\xd8','\xf4','\xa7','\xa0','\x7f','\x42','\xf3','\xf6','\x37','\x8e','\xa3','\x36','\x17','\xc5','\xcb','\xa1','\x87','\xa7','\xd8','\x0b','\xd3','\x30','\x47','\x6d','\x65','\x09','\xbe','\x4f','\x1a','\xc1','\x87','\x12','\x44','\x55','\x37','\xe5','\x21','\x21','\xaf','\xea','\x31','\xae','\xd6','\xe8','\xd1','\x02','\xa5','\xcd','\x73','\x47','\x0f','\x96','\xf5','\xa1','\x98','\xeb','\xb6','\x69','\xe9','\xe6','\x27','\xed','\x53','\x15','\x14','\xaf','\x80','\x7c','\xdb','\x73','\xf6','\xbf','\xfb','\x0b','\xf4','\xbf','\x7d','\x0b','\xed','\xad','\x0e','\x09','\x3d','\x59','\x08','\xad','\x00','\x38','\x55','\x0a','\xe2','\x59','\x8d','\x58','\x27','\x2e','\x57','\xd1','\xbc','\x4e','\x36','\xa5','\x71','\xa5','\x87','\x84','\x53','\xa3','\xcd','\x37','\x6f','\x6c','\x51','\xbc','\xbe','\xa7','\xb6','\xee','\xc3','\xa6','\x0d','\x19','\x43','\x62','\x2d','\xad','\xa9','\xc7','\xb1','\x63','\x4e','\x41','\xe2','\xe3','\x4c','\x6d','\xc7','\x47','\x49','\xae','\x12','\x23','\xa1','\xe9','\xf3','\xac','\xf6','\x69','\x48','\x7d','\x8d','\x14','\xe8','\xcb','\x78','\xb9','\x91','\xa2','\x4e','\xd2','\xd9','\x8a','\x3c','\x24','\x3e','\x7f','\x8f','\x7a','\x9a','\xfb','\x94','\xa0','\x68','\x10','\x72','\x21','\x4b','\x8e','\x78','\x69','\x94','\x00','\xbd','\x3d','\xbd','\x84','\x54','\xde','\x06','\x24','\x6d','\x74','\xed','\xaf','\xeb','\x8d','\x10','\xd0','\x21','\x8a','\xed','\xd3','\x3b','\x0b','\x14','\xaf','\xc0','\x4e','\x06','\xbc','\x6c','\xf6','\xab','\x93','\x03','\x9e','\xf4','\x0a','\xeb','\x38','\x02','\x8a','\x43','\x5f','\xbb','\x2f','\x1c','\xbb','\xad','\x82','\x6e','\xf6','\x51','\xdc','\xc9','\xc4','\x1d','\x3b','\xee','\x58','\x1c','\xff','\xc4','\xb1','\xfa','\x1c','\xab','\xb3','\x3e','\x66','\x30','\xcb','\xd9','\x79','\xc3','\xf8','\x34','\xf6','\x17','\xa4','\x96','\x0f','\x70','\xe7','\xa4','\xfd','\xd1','\xaf','\xa2','\x5b','\x38','\x9e','\x02','\x99','\x8f','\x4f','\xf7','\x53','\x7c','\x8b','\x65','\xa2','\xd3','\x76','\xcb','\xb4','\xd5','\xb2','\xba','\xe5','\xc7','\x66','\x5d','\xbe','\xbf','\x60','\x1d','\xc2','\x7a','\xab','\xf1','\x75','\x12','\x72','\x14','\x36','\x9f','\x10','\xfc','\xce','\x8a','\xc4','\xcf','\x5f','\x27','\xd5','\xf0','\x3d','\x78','\x8f','\xf3','\x42','\xac','\xbd','\xb5','\xeb','\x10','\x27','\x4a','\xe2','\x2c','\x28','\x22','\x3a','\x22','\x25','\x1f','\x60','\x95','\x12','\x82','\x20','\xf7','\x3c','\xee','\x28','\xd8','\x47','\x6d','\xa4','\xed','\x44','\x9d','\x62','\x4e','\xdb','\x9a','\xe7','\x60','\x06','\x16','\x0c','\xb1','\x92','\xbe','\x25','\x12','\x67','\x73','\x8c','\x09','\x59','\xda','\x98','\xb2','\x4f','\x9f','\x45','\x1b','\x53','\x1c','\xa1','\xc7','\x52','\xec','\x47','\x29','\x94','\xdc','\x29','\xda','\x20','\xc3','\xf9','\x08','\xff','\xc2','\x30','\x5f','\xae','\x98','\x8b','\x95','\x7d','\x21','\x34','\xa1','\x38','\x97','\x07','\x1a','\x76','\xc2','\xf2','\xb9','\x5c','\x01','\x8e','\xe2','\x09','\xca','\xe6','\x78','\xa7','\xda','\x9b','\x7b','\x6a','\xb9','\x2f','\x12','\xff','\xdd','\x13','\x62','\xfd','\xa0','\x6d','\xb0','\x2f','\x5c','\x61','\x6f','\xe0','\xfe','\x02','\x58','\x3e','\xfc','\x76','\xaa','\x2d','\xeb','\x55','\xbe','\x30','\x82','\x1b','\xed','\x8d','\x49','\x9c','\x5e','\xb4','\xf5','\x63','\x28','\x3d','\x81','\xd2','\x0c','\x6b','\x01','\x9c','\x1d','\xdb','\xe0','\x26','\x9b','\xe9','\x47','\x76','\x8a','\x58','\xb7','\x06','\x10','\xab','\x98','\xe1','\x20','\x63','\xc7','\x03','\x0b','\xa3','\x0f','\x9a','\xf7','\x26','\x99','\x08','\x3c','\x46','\xb6','\x1b','\x21','\xc7','\xc9','\xa5','\x8c','\x90','\x81','\x5f','\x33','\xb9','\x64','\x21','\xc4','\x4f','\xd2','\x31','\xc6','\xb8','\xc0','\x0f','\x54','\x5b','\xc5','\x30','\x2f','\x26','\x96','\xc4','\xf3','\x79','\x64','\x43','\xdb','\x70','\x67','\xd9','\xe6','\x9b','\x2e','\x5d','\xe6','\x80','\x3a','\x85','\x80','\x74','\x3f','\x93','\x2e','\xdb','\xa0','\x48','\x5d','\x6b','\x85','\xf0','\xa1','\xa1','\x57','\x55','\x19','\xd6','\x06','\x37','\xc7','\xd5','\x05','\xa9','\xfb','\x55','\xf6','\x57','\x32','\xea','\x04','\xe0','\x4e','\xd9','\xfe','\xc4','\xab','\xe8','\xa3','\x5b','\x38','\xf0','\x47','\xb7','\xd8','\x5c','\xe0','\x3f','\x76','\xca','\x99','\xce','\xf5','\x76','\x6e','\xbd','\x35','\x78','\xa7','\x35','\xf8','\x80','\xf5','\xd9','\x6b','\xd6','\x8b','\xa9','\xb1','\x29','\x29','\x87','\x24','\xde','\x33','\xdb','\x6e','\x1e','\xe2','\x92','\x78','\xce','\xdf','\x48','\xea','\x8e','\x75','\x31','\x26','\x1a','\x34','\x15','\xdf','\x96','\xb2','\x6f','\x4b','\xa1','\x2f','\x01','\x32','\x9f','\x0d','\xc6','\x5e','\x4a','\x59','\xa7','\x52','\x23','\xf1','\x94','\x25','\x30','\x46','\x37','\xf3','\x79','\x5f','\xb5','\xeb','\x3a','\xcb','\x50','\xcf','\xd3','\xe5','\x77','\xf6','\x45','\x3c','\x93','\x84','\x36','\xf7','\x65','\x91','\x64','\x64','\x24','\xd3','\xc6','\xaa','\x85','\x1b','\x71','\xf6','\xc0','\x42','\x3a','\xa6','\xb5','\x5a','\x1e','\xb0','\xf9','\xda','\x7c','\x8e','\x84','\xf1','\x1d','\x3a','\x51','\x66','\x0b','\x65','\x24','\x97','\x51','\xac','\x0c','\x7a','\xd2','\x39','\x2a','\x0e','\x66','\x0c','\xeb','\xc7','\x11','\xd6','\x79','\xac','\x3c','\x24','\x97','\xed','\xa9','\x72','\x41','\x2e','\x17','\x62','\x65','\xb1','\x8a','\xf8','\xb1','\x7e','\xb4','\x00','\xef','\xf5','\x80','\xb5','\xac','\xc9','\x3c','\x33','\x0e','\xb4','\xc3','\x68','\x5c','\x18','\x27','\x2b','\x4c','\x71','\x63','\x2a','\x41','\x4a','\x12','\xec','\x99','\x18','\x78','\x62','\x08','\xfe','\x40','\xf4','\x6e','\xc6','\x63','\x55','\xb1','\xa9','\x60','\xda','\x25','\x9a','\x84','\x54','\xe6','\x64','\xc0','\xe6','\x94','\x55','\xdc','\xaa','\xda','\x10','\xcf','\xc7','\xa7','\x9b','\x60','\x25','\x06','\x73','\x6a','\x20','\x98','\xaf','\xde','\xac','\xdd','\x9b','\xb5','\xd6','\xa0','\x39','\xef','\xb2','\x61','\xb7','\x1a','\x88','\xa8','\x50','\x0f','\xa5','\x6c','\x3a','\x01','\x6b','\x20','\x83','\x31','\xb7','\x61','\xb9','\x32','\x24','\x8d','\xb1','\x36','\x6d','\x11','\x0c','\x85','\x54','\x92','\xe1','\xe3','\xff','\x9e','\xf5','\xa8','\x64','\x65','\x9d','\x48','\xba','\xdf','\x1c','\x67','\xdd','\xc7','\xb2','\x69','\xb7','\x9a','\xd0','\x7b','\xaa','\xe3','\xed','\xc8','\xce','\x68','\x28','\x0a','\xfa','\x36','\xc3','\x3f','\xdf','\x64','\x5a','\x79','\x0f','\x16','\x8f','\x64','\x5a','\x58','\x87','\xf9','\x32','\x31','\x0e','\x23','\x98','\x2f','\x74','\x11','\xe1','\x9f','\x48','\x98','\xb2','\xaf','\x0d','\xa0','\x9b','\xb6','\xa1','\xfe','\x3c','\xee','\x9f','\xb3','\x47','\x1e','\x43','\x23','\x60','\xa3','\xe2','\xbe','\x45','\x58','\xdb','\x2a','\x1c','\x07','\xef','\xdb','\xaf','\xb5','\x7a','\x4c','\x56','\xd8','\x24','\x45','\x29','\x05','\x75','\xa5','\xf8','\xd0','\xdb','\x7c','\x83','\x14','\xa6','\x90','\x48','\x18','\x01','\x6b','\x0c','\xa8','\x60','\x69','\x26','\xea','\xdb','\x18','\x7c','\x73','\x61','\xd2','\xc9','\x80','\x45','\xb5','\xb1','\xf4','\xa2','\xe5','\xf1','\x7b','\x01','\x6f','\x0f','\xbf','\x5b','\x95','\xb9','\x7e','\x96','\x48','\x82','\x3d','\x31','\x80','\x72','\x5c','\x05','\xd5','\xf1','\x3a','\xcf','\x8e','\x8a','\xd7','\xaf','\x25','\x04','\xfb','\x2b','\xe9','\x83','\x8d','\xd4','\xe9','\x66','\x18','\x13','\xfb','\xc2','\xb1','\x6e','\x7b','\xc4','\x12','\xb9','\xa5','\xc6','\x74','\x1f','\xee','\x05','\x6b','\xed','\xcc','\xf4','\x12','\x7b','\x5a','\x46','\x69','\x00','\x4e','\xcb','\x76','\x7a','\xa9','\xf1','\x39','\xde','\xfe','\x75','\x7b','\xdb','\x49','\x24','\x90','\xd9','\x76','\x92','\xcb','\xd6','\xf6','\xaf','\x5b','\x1a','\x12','\xc0','\x63','\x60','\x78','\xa0','\xdb','\xa7','\xe0','\x9e','\xcb','\x5e','\x43','\x7d','\x04','\xf7','\xc5','\x58','\x1f','\x5f','\x4b','\x0a','\x26','\x7a','\x55','\xf8','\x0a','\x5e','\x83','\xf8','\x82','\xd3','\xd5','\x46','\x69','\xf3','\x12','\x5c','\xbb','\xaf','\x91','\x4a','\x23','\xf9','\xe3','\x8b','\x10','\xa0','\x04','\xa7','\xcb','\x51','\x7e','\xd0','\xe2','\x88','\xc6','\x7e','\xb9','\x84','\xf9','\x2d','\xe9','\x65','\x1d','\xc9','\x49','\xbd','\x8e','\xba','\x3e','\xe1','\x77','\x75','\x51','\xfd','\x8a','\x66','\x4a','\x9e','\x91','\xe0','\x06','\x42','\xab','\xe0','\x65','\x6a','\xd2','\x88','\x35','\xe4','\x46','\xb9','\xf6','\xe1','\xe4','\x8d','\xe3','\xac','\xb2','\xc9','\x01','\x71','\xff','\x52','\xb1','\x9a','\x11','\xfd','\xc5','\x28','\x5d','\x85','\x3b','\xd4','\xf6','\x37','\x1b','\xf7','\xa9','\x4c','\xdf','\x35','\xbb','\x37','\x65','\x35','\xd0','\x77','\x4d','\xdc','\x9b','\x36','\xc3','\xf8','\x28','\x9a','\x20','\x12','\x81','\x17','\x57','\x52','\x72','\x91','\x55','\xc4','\x1b','\xac','\x24','\x50','\x6d','\xdb','\xb6','\x8f','\x86','\x87','\x39','\xb0','\xdd','\xd0','\x69','\x1a','\xb2','\x97','\x32','\xfc','\xfb','\x32','\x5f','\x36','\x9e','\x25','\x39','\x16','\xae','\x5b','\xc4','\xe6','\xf5','\xe4','\x3c','\x8c','\x5b','\x07','\xe0','\x1c','\x27','\xfd','\xd0','\x1e','\xa2','\x01','\xb3','\x26','\xdf','\xda','\xc2','\x11','\xc6','\x16','\xc2','\xaa','\x2c','\xd4','\x42','\x46','\x9c','\xef','\x96','\x64','\x58','\x51','\xbe','\xeb','\x07','\x2c','\x92','\x1c','\xa3','\xad','\xb0','\x0e','\xdf','\x5d','\x0f','\x70','\x9d','\x04','\xb8','\x6d','\xca','\x6e','\x9b','\x42','\x1c','\x8c','\xad','\xca','\x76','\x90','\xe1','\x67','\x2b','\xcc','\x7b','\xd9','\xb2','\x83','\x1b','\xf4','\x21','\x57','\xf8','\xa1','\x25','\xa4','\x4f','\xa2','\x70','\x14','\xf4','\x7c','\x85','\xeb','\x0d','\x19','\xfa','\xc5','\xef','\x35','\x8d','\xb7','\x74','\xf0','\x62','\x17','\xce','\x2c','\xb0','\x7f','\x92','\x2c','\xa3','\x49','\xb6','\xd6','\x6d','\xa9','\x8f','\x59','\x1f','\xfb','\x7d','\x6b','\x4f','\xc6','\xfa','\x23','\x3c','\x56','\xd9','\xc9','\x0d','\x74','\xdc','\xb6','\x60','\xc7','\xcb','\x70','\x67','\x1c','\xac','\x4b','\xf7','\x7d','\x97','\xfd','\xbf','\xbe','\xc6','\x0d','\x2a','\xfe','\xa7','\xf1','\x2d','\x27','\xb9','\xd6','\x47','\x5f','\xf8','\x8f','\xc8','\x78','\x0a','\xa3','\x63','\xb0','\x9e','\x4d','\x07','\x99','\x53','\x99','\x52','\xcd','\x1e','\x3d','\x60','\x59','\x25','\xcb','\xea','\xb2','\x8c','\x2f','\x58','\xde','\x8f','\xc7','\x26','\x62','\x39','\x22','\x2d','\xdb','\x36','\x03','\x60','\x87','\x87','\x80','\xf8','\x02','\xd8','\x13','\xc9','\x02','\x2e','\xf1','\xf5','\xec','\xa1','\x41','\x98','\x47','\x6c','\x59','\x36','\x3f','\x66','\x46','\xc7','\xd0','\xc1','\x9d','\x99','\x12','\xb6','\x47','\xae','\x35','\xdd','\xb2','\xb9','\x60','\xe2','\x31','\x73','\xa7','\x65','\x72','\xbd','\x3a','\x65','\xeb','\x65','\x24','\x1d','\x40','\x43','\x77','\x49','\xa9','\x5b','\xd9','\x5f','\x6f','\x05','\x9a','\x73','\x99','\xe2','\x8f','\xbc','\x66','\xab','\x31','\xae','\xc6','\xde','\x79','\xee','\x20','\xc5','\x56','\x13','\x70','\xee','\x80','\x5e','\x55','\x2d','\x94','\x69','\xee','\x53','\x4c','\xed','\x88','\x82','\x22','\x1b','\x60','\x9c','\x7b','\xa6','\xd9','\x53','\xd3','\xa8','\xe7','\x24','\x8c','\xed','\xa6','\x2d','\xf6','\xa6','\x2d','\xe8','\x77','\xee','\x43','\xa9','\x7d','\xb8','\xc7','\xb5','\xb9','\x12','\x03','\x62','\x8d','\xf7','\x3d','\xdf','\x31','\xbf','\xb7','\xca','\x0a','\x5a','\xb7','\xa1','\xb9','\xdf','\xa7','\x9a','\x32','\xd4','\xb3','\x61','\x0b','\xea','\x2b','\xa2','\xee','\x3b','\xb0','\x71','\x0c','\xd6','\xcf','\x07','\xd7','\xd3','\x38','\x77','\xc2','\x2a','\x07','\x9c','\x17','\xcf','\xa4','\x50','\x2f','\x00','\xce','\x1d','\xb8','\x40','\x52','\x31','\x5f','\xa2','\x5f','\x82','\xf7','\x26','\x23','\xe8','\x6e','\xac','\x35','\x47','\xe1','\xea','\xfd','\x82','\x08','\xdb','\x92','\xaa','\x92','\x92','\x81','\xf3','\xfd','\x8b','\x1a','\xea','\xd3','\x70','\xef','\x4e','\x7b','\xdb','\x66','\x60','\xe7','\xe8','\x5b','\xe2','\x1b','\x05','\x74','\x26','\x5f','\x59','\xdb','\xfd','\x0c','\x3f','\x7f','\x6f','\xf5','\x21','\xb8','\x7e','\x5f','\x60','\x65','\xb1','\x55','\xc6','\x63','\xb1','\x00','\x98','\x03','\x64','\xcd','\x16','\x06','\x2a','\xe8','\x67','\xbe','\x0e','\x4f','\x34','\xef','\xb3','\x78','\xe7','\x51','\xbb','\x6b','\x18','\x09','\x80','\xdc','\xd8','\x83','\x8c','\x65','\x24','\x87','\xcf','\xa3','\xf5','\xa1','\x33','\x56','\xcb','\x8c','\x15','\x7f','\xd2','\x4a','\x9f','\x68','\xd8','\x63','\xaa','\x59','\xd7','\x17','\xe7','\xb5','\xc3','\x81','\x96','\x57','\xf4','\xab','\x9a','\x16','\x02','\x2a','\x2d','\xbb','\xee','\x1d','\x30','\xe7','\x0f','\x1c','\x0e','\x4e','\xd7','\xe1','\xce','\x12','\x62','\x68','\xe5','\xee','\xfc','\xbe','\xfb','\x5d','\xe1','\x06','\x27','\xbf','\x13','\xa5','\x38','\xa4','\x78','\x8a','\xc1','\x1d','\x81','\xff','\xee','\x3c','\xe6','\x76','\x0e','\x08','\xe7','\xe0','\x5c','\x8e','\xc8','\x76','\x58','\x46','\xe1','\x0d','\x5c','\xce','\x88','\x07','\x47','\x16','\x9a','\xb7','\x92','\x81','\x05','\x82','\x37','\x26','\x4a','\xd8','\x17','\x86','\x8a','\xfa','\x02','\xd4','\xde','\x25','\xb5','\x77','\xb1','\x89','\x00','\x2e','\x60','\x51','\x20','\xb0','\xb2','\x43','\x3e','\xac','\xed','\x5f','\x97','\x71','\x9c','\xdf','\xc5','\x1c','\x04','\xf0','\x33','\xf1','\x32','\x5f','\xff','\x56','\x9c','\xcf','\x11','\xb2','\x12','\xc8','\xfa','\x25','\x1b','\xcb','\x05','\x96','\x81','\x42','\x3b','\xd0','\xad','\x33','\x64','\xc7','\xce','\x40','\xd3','\x88','\xae','\xf9','\xda','\x4e','\x30','\xe5','\x75','\xab','\xc9','\x93','\xc3','\x80','\x98','\x51','\x6d','\x65','\x0a','\x11','\x17','\x7f','\x3e','\x1f','\x90','\xad','\xef','\x7d','\xf5','\x18','\x2c','\x7e','\xb0','\xc7','\x92','\x3e','\xe3','\x47','\x10','\x9f','\x9a','\xae','\x5d','\x78','\xeb','\xbf','\xb0','\xd5','\x30','\xc8','\x7c','\x68','\x94','\x08','\x37','\xb6','\x91','\x12','\xe1','\x6b','\x20','\x03','\xb2','\x6f','\x29','\x11','\x58','\x42','\x32','\xb2','\x5a','\x07','\xc6','\x12','\xef','\xa3','\x37','\x1a','\x77','\x0a','\x79','\x83','\xfd','\xe1','\x1f','\xa1','\x7f','\xf1','\x87','\x68','\xfd','\x01','\xbc','\x7e','\xbf','\xbd','\xfe','\x2e','\xd4','\x7e','\x17','\xfa','\x1f','\x3f','\xca','\xec','\x4e','\xda','\x72','\x2b','\x58','\x62','\x1b','\x76','\x5b','\x1b','\x7a','\xac','\xee','\xd4','\x58','\xa1','\xcf','\x2a','\xf4','\x29','\x11','\xb5','\x7d','\x6c','\x5b','\x07','\xea','\xdf','\x80','\x7a','\x7a','\xc3','\xc5','\x1e','\xfb','\x4e','\xdb','\x61','\x45','\xb4','\xf0','\xd4','\x87','\x76','\xf7','\x8c','\xed','\xbe','\x05','\xdd','\xa9','\x3b','\x76','\x4f','\x04','\xe4','\x1e','\x24','\x7e','\xac','\xda','\x3d','\xf6','\xee','\x1e','\xab','\x89','\x5b','\xac','\x3b','\xf9','\x82','\x55','\x2d','\x03','\xf3','\xfb','\x05','\x5e','\x5e','\x87','\xaa','\xc1','\x4e','\xfb','\xd0','\x7e','\x25','\x02','\xf7','\x5c','\x59','\x45','\xb1','\x01','\x24','\x77','\x61','\xbd','\xdb','\xa6','\xba','\xb0','\x15','\x79','\xbf','\x26','\x6d','\x65','\x12','\x3a','\x85','\xf6','\x5b','\x91','\x3b','\xad','\xd6','\xa1','\x31','\x6a','\x5b','\xe6','\xce','\xd5','\xf1','\xe1','\xa7','\x65','\xf2','\x28','\x7b','\x74','\x18','\xb5','\x0d','\xa3','\xe4','\x51','\x1c','\x56','\xe1','\xec','\x13','\xfb','\x05','\xea','\x04','\x21','\xc5','\xbf','\x96','\xc1','\xc3','\x36','\xc9','\x58','\x89','\xad','\x56','\x51','\xb3','\x22','\x97','\x2c','\x3d','\x09','\xe3','\xa3','\xe0','\xc8','\x70','\x69','\x0c','\x56','\xf9','\x41','\x54','\xb3','\xc2','\xff','\x3e','\xcf','\xda','\x4c','\xde','\xf5','\x10','\x63','\x91','\x1e','\x73','\xac','\xc7','\x44','\x1c','\xaf','\x14','\x23','\x3d','\x23','\x63','\x3d','\x16','\x7a','\x25','\x85','\x7a','\xb6','\x66','\x7a','\xb6','\x8e','\xbd','\x32','\x60','\xf5','\x6c','\xb0','\x7a','\x3e','\x69','\xdd','\xfa','\xb1','\x11','\xff','\xd3','\x63','\xf5','\xe3','\xd6','\xb8','\x24','\xc6','\xb9','\x17','\xda','\xd3','\xd8','\x17','\xdf','\x3b','\xba','\xba','\x17','\x14','\x07','\x25','\xea','\x88','\xce','\x0b','\x5b','\xd1','\x41','\xa5','\x29','\x74','\xd6','\xcf','\x68','\x8e','\xad','\x4d','\x59','\x70','\x16','\x3b','\x02','\x6e','\xe3','\x3c','\xc5','\x5b','\x0f','\xd8','\x5b','\xf6','\xa3','\xb1','\x00','\xed','\x9e','\x06','\xbd','\xc1','\x17','\x3f','\x57','\x3b','\xff','\xe4','\x63','\xb8','\xff','\x53','\x76','\xcf','\x09','\x24','\xd4','\x0e','\xe8','\x67','\xa1','\x34','\x6e','\xb8','\x9f','\x26','\xfd','\x02','\xb7','\x23','\x78','\x33','\x12','\xad','\x05','\x13','\x73','\x93','\x2b','\x71','\x22','\x00','\x27','\x8a','\x02','\xd5','\xfa','\xa8','\xda','\x47','\x33','\x12','\x75','\x25','\xda','\x22','\x51','\x32','\xb1','\x99','\x7e','\x96','\x29','\xe6','\x80','\xaa','\x1d','\x31','\xb4','\x23','\x67','\xbc','\x03','\x7a','\xfd','\x92','\xe6','\x55','\xb4','\x59','\x0e','\x0a','\xd4','\x76','\xf3','\x54','\xbb','\x44','\x75','\x6f','\x49','\xf3','\xb4','\x68','\x18','\x65','\xa4','\xe9','\x4c','\x41','\xb6','\xaf','\x13','\xcf','\xc2','\xd5','\xe1','\x2a','\x96','\x3d','\xbb','\x5e','\xc7','\xa1','\x33','\x38','\x34','\x63','\x5f','\x51','\xc0','\xa3','\x31','\x4c','\xd8','\x2f','\x62','\x40','\x1a','\x13','\x5d','\x32','\xaa','\xc0','\x0d','\x62','\x56','\x57','\x61','\x9f','\x5f','\xe2','\x25','\xdf','\x88','\xd1','\xab','\xd3','\x63','\x92','\x2c','\x77','\x13','\xb7','\x1f','\xe7','\x8b','\xd5','\x9e','\xdd','\x7c','\xd3','\xd5','\xb3','\xe3','\x67','\xd2','\xb3','\x33','\xf1','\x71','\xa5','\x43','\xa2','\x91','\x5d','\x44','\xee','\x89','\xb1','\x25','\x5c','\xe2','\xba','\x48','\xf8','\x4a','\xb2','\xeb','\x50','\xf2','\x36','\xd3','\x39','\xaa','\x15','\x96','\xbc','\x02','\x5d','\xcb','\x4b','\xb3','\x4a','\x6a','\x87','\xd0','\x3b','\x1e','\xb2','\xad','\xcd','\xf6','\x15','\x46','\x0e','\x24','\x33','\x05','\x0f','\xb1','\x35','\x79','\xe8','\x42','\x5e','\xe8','\x51','\x87','\xfd','\x40','\x3c','\xc6','\xd4','\xf0','\x90','\x19','\xb1','\x8f','\xc8','\x05','\x05','\x15','\x36','\x0c','\x17','\x92','\x63','\xbc','\xb4','\xb9','\xd0','\x0b','\x33','\x18','\xfe','\xe4','\xf0','\xd0','\xa7','\x87','\xbb','\x23','\xf7','\xf4','\x46','\xb2','\xfd','\xc4','\x88','\xc8','\xbb','\xa2','\x74','\x97','\xaf','\x0c','\x95','\x54','\xdb','\xf0','\x76','\x1a','\x26','\xb2','\x17','\x49','\x3e','\x1a','\xe4','\xc3','\xc4','\xbe','\x42','\xcd','\x5c','\xc5','\x34','\x17','\xed','\xba','\x99','\x47','\x4b','\xf9','\xd0','\x69','\xfb','\x4d','\x6c','\xc2','\x1f','\x6b','\x66','\xf6','\x59','\x6b','\x33','\x43','\xab','\xf8','\xa5','\xe6','\xd8','\xb2','\xaf','\x4e','\xc2','\x39','\xfc','\x0f','\xbf','\xcc','\x51','\x97','\xe3','\xf0','\x3f','\xbc','\xb9','\x56','\x30','\x81','\x55','\xb8','\x41','\x0a','\x4a','\x57','\x58','\x4f','\x6f','\xe8','\xdd','\x9a','\x7a','\x56','\x87','\x62','\xa0','\x99','\x46','\x20','\xe4','\x29','\x92','\x9a','\x20','\xda','\x40','\xe9','\x48','\x09','\xbd','\xea','\x85','\x5e','\x40','\xd1','\xcd','\x88','\xfc','\x53','\x34','\xf0','\x4f','\x1d','\x6f','\xd4','\x43','\xb5','\x3a','\x64','\xf5','\x24','\x3a','\x21','\x9b','\xb5','\x04','\xf6','\x9a','\xf4','\xb4','\x48','\x56','\x0c','\x9c','\x10','\x69','\x13','\xe3','\x0a','\xb8','\x76','\x83','\x63','\x76','\x04','\x9a','\x31','\xeb','\x08','\x07','\xcb','\x52','\x0b','\xb8','\xc4','\x6f','\xf6','\xcc','\x54','\x68','\xba','\x84','\xa9','\x37','\x70','\x3f','\xbc','\x40','\xc0','\x37','\x3b','\x03','\xa3','\x66','\xa8','\x3c','\xd0','\x9a','\x48','\x94','\x84','\x1b','\x1a','\x9a','\x9d','\x67','\x57','\x8e','\x0b','\xe7','\x46','\x97','\x26','\x7d','\x65','\xbc','\xbc','\x65','\xb6','\x92','\x1d','\x9f','\xfe','\xd7','\xa1','\x6f','\xdd','\xa4','\xb3','\x7e','\xe4','\xdd','\xca','\x6d','\x9e','\x63','\xe4','\x91','\xf3','\xc1','\xe6','\x17','\xc9','\x4d','\x37','\x11','\xa0','\x07','\x8c','\xfa','\x2b','\xb9','\x3e','\xf9','\x39','\x7a','\x54','\xbc','\xd3','\x04','\xab','\x38','\xea','\x80','\x9b','\xef','\x00','\x0a','\x5d','\xd3','\x5a','\xa5','\x23','\xc8','\xac','\xa3','\x3e','\x0f','\xb2','\x64','\xee','\x40','\xa1','\x97','\x21','\x07','\x36','\xc8','\x71','\x84','\x72','\x8e','\x34','\xe1','\x24','\xf8','\x97','\x5b','\x84','\xd3','\xf8','\x15','\x48','\x6c','\x3d','\xc0','\x7f','\x5d','\x17','\xcf','\x1e','\xd1','\x80','\x04','\x59','\xaa','\x60','\xf4','\x34','\x43','\xab','\x9a','\x5a','\xd8','\xeb','\x4f','\x9f','\x66','\x1b','\x81','\x6f','\xa4','\x14','\x47','\x8b','\x39','\x67','\x31','\x3c','\x3e','\x13','\x99','\xd5','\xe8','\x9c','\x96','\x3b','\xa7','\x49','\xf3','\x1a','\x5e','\xd0','\xc8','\x45','\x8d','\xef','\x85','\x59','\x91','\xe1','\x2a','\x36','\xbe','\x28','\x58','\xd9','\x91','\xe4','\xe0','\x68','\x92','\xf1','\x7e','\x69','\x83','\x6e','\xb5','\x80','\xc3','\x73','\x38','\x7d','\x0c','\x6f','\xe4','\xcd','\x8e','\x90','\xb8','\x7c','\x34','\x37','\x4d','\xc3','\x0e','\x8a','\x2c','\x10','\x7a','\x21','\xc8','\xd5','\x88','\x54','\x03','\x9f','\x11','\x52','\x03','\x92','\xb4','\xd9','\x1a','\xbf','\xb2','\xf9','\x31','\xe1','\x9f','\x1c','\x0a','\x23','\xde','\x5a','\x78','\xc9','\xc5','\x2d','\xb0','\x3b','\xfc','\xea','\x28','\x0d','\x7f','\x5f','\x4b','\x9f','\xd4','\x36','\x76','\xf2','\x75','\xe2','\xc5','\x43','\xf5','\xdc','\x84','\x16','\x76','\x13','\x91','\x5a','\x8c','\x2e','\xe2','\xdc','\x85','\x25','\xa9','\x46','\x71','\x0d','\xde','\x44','\x6b','\x35','\x3a','\x5b','\xa3','\xa1','\x13','\x4b','\xb1','\x32','\x3c','\x30','\x8f','\xc8','\x25','\xdc','\x0a','\xa1','\x8e','\x94','\x98','\x69','\x6a','\x3e','\x5f','\xb1','\x3e','\x9c','\x64','\xd6','\x80','\xb9','\x75','\xc0','\xa4','\x07','\x16','\xb7','\x55','\x16','\xab','\x74','\xb1','\x95','\x2e','\x75','\xc4','\x5f','\xed','\x8b','\x1f','\x3c','\x1f','\x1f','\x8d','\x75','\x14','\x3b','\xda','\x47','\xfa','\x12','\xd6','\x1c','\xcd','\x8b','\x6c','\x8f','\xe6','\x4e','\x11','\x6b','\xdc','\xec','\x97','\x08','\x05','\xd2','\x0c','\xaf','\x6a','\x3a','\xe1','\x59','\x27','\xfd','\x10','\xd9','\x18','\x0b','\xf8','\x6c','\xc4','\x81','\xff','\x9e','\x84','\xcb','\x24','\x52','\xe3','\xfd','\xf2','\x3f','\xa8','\x5f','\xbc','\x9e','\x69','\x12','\x4d','\x06','\x24','\x5e','\xd6','\x4e','\x95','\x6b','\x2f','\x95','\x3f','\x74','\xaa','\xcc','\x75','\x54','\x0a','\x18','\x15','\xca','\xbd','\xf1','\xf2','\xf9','\x78','\xb9','\x25','\xe9','\xc7','\x4f','\x95','\xbb','\xc7','\x9d','\xf3','\xc0','\xc5','\x5d','\x59','\x77','\xda','\x6f','\x13','\xc9','\x29','\xe6','\xc0','\x63','\xd6','\x4d','\xda','\x70','\xf8','\xf2','\x3d','\x1b','\x9d','\x73','\x12','\x37','\x91','\x57','\xe9','\x18','\x3e','\x40','\x76','\x2d','\x91','\xf4','\x8f','\xc9','\xc6','\xd3','\x3b','\xb0','\x78','\xfd','\xde','\x4f','\xc9','\x8b','\x94','\x7c','\x38','\xe9','\x6f','\xa4','\xe6','\xad','\x8e','\xf9','\xb7','\x93','\xe6','\xba','\xe3','\x66','\x9b','\x6b','\x76','\xba','\xf9','\xd9','\x72','\x5e','\xe2','\xa0','\x85','\xa4','\x66','\x63','\x6f','\x67','\x73','\x9c','\xbb','\x09','\xd1','\x03','\x6d','\x86','\xd4','\x7e','\x91','\xfd','\xd0','\x33','\xa3','\x85','\x74','\x2d','\x95','\x2e','\x93','\xbe','\xd1','\xde','\x6d','\x5b','\xcf','\x6b','\xa4','\x45','\xf7','\xf9','\xd9','\xde','\xfd','\x64','\xfd','\x7c','\x65','\xfe','\x43','\x95','\x17','\xd7','\x9d','\xbe','\xd4','\x56','\xa9','\x77','\x56','\xce','\xcd','\x55','\xce','\x49','\xf6','\x5c','\x72','\x80','\x61','\x75','\x2c','\x94','\x28','\x49','\x15','\x33','\x2a','\xc6','\x4a','\xab','\x98','\xb5','\x4b','\xe6','\x87','\x2a','\xc5','\x02','\x1d','\x49','\x75','\x3c','\x40','\x92','\x4b','\xbd','\xd4','\x3c','\x4f','\xcd','\x16','\x6a','\xc6','\x2b','\x66','\x77','\xc5','\x3c','\x5f','\xe1','\xff','\xd7','\x5c','\x57','\x31','\xdb','\x2a','\xf9','\xce','\x4a','\x7e','\xee','\xf4','\xcf','\xa4','\xb1','\x42','\x72','\x80','\x5f','\xe8','\x77','\x86','\xa2','\x03','\x92','\xab','\x45','\x71','\x3f','\xb1','\x99','\xe6','\x42','\xca','\xf7','\x0f','\x9d','\xf6','\xb9','\x1a','\x4f','\xf1','\x7e','\x25','\xfd','\x5e','\x4a','\xce','\x53','\xd2','\x42','\x49','\xfc','\xb4','\xbf','\x3c','\x3e','\xee','\x3a','\xc6','\xda','\x26','\x8c','\xce','\x09','\x75','\xce','\x1d','\x90','\x48','\x32','\x49','\x5b','\x31','\xbf','\x76','\x43','\x3e','\xb5','\x69','\x6d','\xb6','\xbc','\x9c','\x46','\xcd','\x81','\x94','\x6a','\x8c','\x89','\x0c','\x6b','\x1c','\x53','\xfa','\xec','\x23','\x9a','\x57','\xd3','\xbc','\x4b','\x02','\x25','\xdd','\xe3','\x0a','\x29','\xdf','\xe6','\xfc','\x3c','\x31','\xfb','\x0c','\xbd','\xda','\xae','\x59','\x49','\x93','\xc4','\x1c','\x0d','\x08','\xda','\xd4','\x98','\xdf','\xb0','\xfe','\x60','\x7b','\x60','\xbc','\x9d','\x57','\x22','\x1e','\x72','\xa4','\xd9','\x52','\xda','\xa1','\x80','\x35','\x42','\xa7','\x43','\x39','\x72','\x6c','\x89','\x9f','\x48','\x86','\xe1','\x39','\x8b','\x03','\x12','\x44','\x88','\x2c','\xc7','\x71','\x08','\xce','\xde','\x50','\x50','\x97','\xd0','\x11','\x12','\x3a','\xdd','\xc7','\xaa','\x9e','\x70','\xdb','\x7a','\x4f','\xa7','\x8b','\x15','\x81','\xdb','\x8c','\xd2','\xec','\x62','\x2b','\xda','\x51','\x42','\xa4','\x73','\x1c','\xe9','\x2b','\x2e','\xbe','\x13','\x28','\x3d','\xa1','\xe8','\xc7','\x64','\x88','\x51','\x98','\x7c','\x30','\x7d','\xf6','\x7c','\xfa','\xeb','\x92','\x3e','\x0d','\xe1','\x20','\x10','\xd5','\x02','\x19','\xc6','\x09','\x87','\x5e','\x86','\xdb','\x64','\x17','\x21','\xb7','\x95','\x89','\x76','\xc1','\x37','\x6b','\xc4','\x21','\x84','\x4f','\xba','\x24','\x91','\xdb','\xfb','\x76','\xf6','\xbd','\xbd','\xd8','\x7c','\xbf','\x2c','\x49','\x7d','\xd7','\x19','\x1b','\x0f','\x8e','\x20','\x74','\xc7','\x6f','\xd1','\x9e','\x98','\x68','\x0f','\x0a','\x5d','\x14','\x0f','\x4e','\x27','\xb9','\x3d','\x06','\xda','\x55','\x5c','\xd6','\x92','\xe2','\x2d','\xaa','\xfd','\xeb','\xa6','\x4c','\xd3','\x5e','\x72','\xd1','\x6b','\x10','\xe3','\x27','\x17','\xeb','\x54','\xcb','\x53','\xed','\x0b','\xc9','\xc5','\x5e','\x19','\x7d','\xb2','\xb5','\x94','\xa4','\x89','\x18','\xbf','\xa6','\x40','\x3d','\xe9','\xb2','\xfe','\xd6','\x64','\xe3','\x55','\xc5','\x4a','\x55','\x4a','\xda','\x49','\xbe','\xd5','\x18','\x5c','\x5e','\xd5','\x4a','\x25','\xbc','\x84','\x7a','\x92','\x8b','\x7c','\x40','\x7b','\x65','\xe3','\x93','\x9b','\xb5','\xe4','\x00','\x8d','\x79','\x14','\xf3','\xc1','\xd7','\xbd','\xa3','\xe9','\x89','\x7a','\xfa','\xeb','\x28','\x3d','\xee','\x89','\x2c','\x78','\xc2','\xf9','\xf9','\x6c','\x90','\x76','\x12','\xbc','\x1a','\xdd','\x19','\x48','\x3b','\x5a','\xda','\x31','\x05','\xbc','\xf4','\x94','\xa3','\x3f','\x84','\x50','\x3b','\xea','\xda','\x84','\x6e','\xeb','\x47','\xe9','\xeb','\x4e','\xee','\x69','\xe6','\xa8','\x63','\xff','\x37','\xfc','\x7f','\xd6','\x26','\x17','\x93','\x42','\xf5','\x98','\x73','\xf4','\x08','\x9c','\xca','\xab','\x41','\x40','\x10','\x5a','\x2b','\xf2','\x9d','\x35','\x46','\xf2','\x7f','\xa9','\x9e','\xa1','\x56','\x4f','\xbc','\x57','\x25','\x85','\xc8','\x58','\x21','\xea','\xc0','\x5b','\x16','\xc9','\x2c','\x84','\x8e','\x15','\xc2','\xe7','\x0a','\xe4','\x0b','\x85','\x52','\xd2','\x6e','\x39','\x5e','\x20','\x5e','\x21','\xb2','\xb9','\x10','\xad','\x17','\xc6','\x94','\x82','\x44','\xed','\x90','\x86','\x42','\x67','\x7a','\xd0','\xb9','\xbe','\x50','\x3e','\x77','\xec','\x93','\x83','\xe5','\x24','\x28','\xf8','\xc4','\xaa','\x93','\x52','\xe3','\x4f','\xbc','\x9b','\x39','\xfc','\xb7','\xee','\xd7','\xb2','\x07','\x38','\xf8','\x84','\x9b','\xad','\x3b','\x2e','\x75','\xfc','\x4b','\x92','\x7b','\x69','\x3e','\x4a','\x8f','\x24','\x68','\xf2','\x75','\xf6','\xe6','\x6f','\x59','\x0f','\x78','\x76','\x8b','\x5c','\x1b','\xe6','\x9c','\x7c','\x58','\xb8','\x74','\xde','\xe0','\xd8','\xe9','\x38','\x12','\x32','\xa2','\x8c','\xaf','\xff','\x7b','\xfa','\xd8','\x85','\x73','\xdc','\xec','\x5a','\xce','\x19','\x04','\xeb','\x10','\x92','\x44','\x2f','\x0d','\xa0','\x81','\xce','\x69','\x45','\xaf','\x25','\x44','\x9e','\x05','\x35','\xcd','\x82','\xf4','\xa4','\xa1','\x4f','\x0e','\xc3','\xa4','\xf3','\x92','\x83','\x31','\xbd','\x21','\x9c','\xf5','\xa1','\x2c','\x1b','\xe9','\xb2','\xa9','\x3f','\x69','\xa2','\x4d','\xfb','\xbb','\xb6','\x1d','\xb8','\xad','\x67','\x5f','\x7a','\xfe','\xd3','\xb9','\xc9','\x8c','\x13','\x31','\xba','\x43','\x0b','\xfa','\xb8','\xdb','\x17','\x3a','\xd6','\x67','\xb3','\xbe','\x90','\xd3','\xd7','\x59','\xd6','\xf5','\xa0','\x2f','\x5d','\x06','\xe8','\x3e','\x2f','\xf5','\x86','\xa0','\x91','\x3e','\xa4','\xf5','\xa1','\x7e','\xfe','\x35','\x5d','\x81','\x4b','\x5f','\x17','\xd6','\x6e','\x73','\xe1','\x34','\x34','\x67','\x17','\xf9','\xc5','\x7e','\x39','\xfe','\x7d','\xd9','\xd7','\xf4','\x77','\x2b','\xca','\x04','\x65','\x6f','\xb4','\x63','\xe9','\xcb','\x38','\xfc','\xa2','\xfd','\x32','\x37','\x17','\xa3','\x18','\x92','\x23','\xbf','\x97','\x8b','\xcb','\x9a','\xf1','\x69','\xf2','\x27','\x5c','\x71','\xb1','\xc4','\xd8','\xcf','\x15','\xfc','\xa1','\x44','\x83','\x3c','\x21','\x09','\xe4','\x09','\x33','\x5a','\x21','\x51','\xa8','\xc5','\xc6','\x1d','\xfc','\x1b','\xeb','\xd9','\x38','\x59','\xef','\xc0','\xf3','\xfa','\xeb','\x41','\xb7','\xcc','\x55','\xce','\x39','\xf6','\x3a','\x6b','\x99','\xd0','\x6e','\x9e','\xe8','\x8d','\xff','\xbc','\xaf','\x6f','\x5e','\x9f','\x95','\x37','\xff','\xa6','\x79','\x5f','\x8c','\x39','\xb0','\xdf','\x5b','\xd1','\x9f','\x90','\xa4','\x45','\x3c','\x41','\x05','\x1f','\x31','\x87','\x26','\xcd','\xbe','\x8f','\x9c','\xb9','\x69','\x93','\x46','\x36','\xf5','\x6e','\xfe','\xc8','\xc9','\x8d','\x47','\x3b','\xba','\xb5','\x58','\x23','\x8d','\xcb','\x07','\xb7','\x67','\x65','\xfd','\x34','\x5e','\x96','\x26','\x05','\xd7','\xf7','\x3b','\xfe','\x68','\x57','\x48','\xd9','\xf9','\xeb','\xa5','\xae','\x3f','\x55','\xba','\x7e','\xad','\xec','\xfc','\xd3','\xe9','\xae','\x5f','\xef','\xef','\xfa','\xd3','\xfd','\x3b','\x7f','\xbd','\xa1','\x2b','\xb4','\x21','\xff','\xcf','\x37','\x7e','\xfa','\xce','\xa4','\x3b','\xd9','\x3a','\xc4','\xef','\xef','\x7c','\x5f','\x24','\x17','\x0b','\xd4','\x28','\x68','\x6e','\xc1','\x86','\xb8','\xec','\x42','\x9f','\x56','\xe8','\xdd','\x59','\xd8','\xb6','\xb9','\x30','\x80','\xec','\xbe','\xa5','\x82','\x86','\x0a','\x7a','\x00','\x25','\x97','\xf9','\xfd','\xbd','\x00','\x59','\x30','\x7a','\xee','\xf0','\x7b','\x5d','\xc1','\xc6','\x19','\xf5','\x1d','\x5e','\x8a','\xf7','\x05','\x05','\xdd','\x2f','\x84','\xca','\x00','\x78','\x3c','\x28','\x04','\xf8','\x44','\xbc','\x06','\x62','\xac','\xd0','\xb3','\xbb','\x60','\x59','\x85','\x7c','\x77','\x01','\x49','\xfc','\x73','\xbb','\x37','\x8b','\x7a','\xb3','\x99','\xde','\xec','\x17','\x7b','\xb3','\x85','\xde','\xac','\xc1','\xe0','\x32','\xba','\xba','\xbf','\x76','\x45','\xf4','\x6d','\x40','\xd4','\xdc','\x46','\xa7','\xba','\xe9','\xcb','\x1e','\x95','\x56','\xde','\x65','\x37','\xca','\x38','\xab','\xc4','\x51','\x65','\xa5','\x6c','\x43','\x95','\x34','\xab','\xa8','\x0e','\x1d','\x9c','\xbb','\xe4','\xa2','\x4b','\x5d','\xa8','\xa4','\xa3','\x62','\x17','\xb2','\xba','\xd4','\x7c','\x97','\xce','\xba','\x55','\x73','\xe7','\x19','\xb3','\x8b','\xd5','\xbb','\x7a','\xcc','\xae','\x9e','\x62','\x57','\xcf','\xc8','\x4e','\x3d','\xd5','\xd5','\x99','\xea','\xbe','\xd2','\xd3','\x75','\x65','\x6b','\xd7','\xd9','\x2d','\x5d','\x3d','\x03','\x3b','\x7b','\x14','\xd4','\xb3','\xa1','\x47','\xff','\x4f','\xbd','\xea','\xa1','\x82','\xf9','\xe2','\xd0','\x50','\xd4','\x99','\x94','\x04','\x2f','\xa8','\x27','\x48','\x41','\xab','\xdc','\x9c','\x13','\xbe','\x0c','\x28','\x5d','\x29','\xa5','\x2b','\x66','\x03','\x7a','\x65','\x34','\xfd','\x44','\xb0','\xf2','\x23','\x7c','\x32','\x0d','\xef','\x34','\xbb','\x14','\xf3','\xb6','\x33','\xc0','\xfd','\x69','\x5e','\x80','\x7e','\x89','\xf0','\x64','\xaf','\x11','\xa4','\xbc','\xb6','\x84','\x9b','\xd7','\xd5','\x7a','\x14','\x92','\x43','\x23','\x95','\x77','\xf9','\x6a','\x00','\xe5','\x9c','\xbf','\xb6','\xe4','\xff','\xab','\x6d','\x9c','\x0e','\x5c','\x7d','\xc4','\x1b','\xc5','\xdd','\x21','\x0f','\xf6','\x57','\x63','\x73','\x25','\xfd','\x3e','\xae','\x7f','\xf8','\xfe','\xea','\xda','\xd5','\xb7','\xf5','\x5f','\xf4','\xa9','\x61','\x70','\xe9','\x41','\x08','\x72','\xd9','\x25','\x03','\x51','\xfa','\xbc','\xd4','\x93','\x70','\x17','\xee','\x4a','\xfa','\xb7','\xc9','\x28','\xfd','\xc8','\x40','\xee','\xc9','\x56','\xc7','\xc4','\xd1','\x08','\xc1','\x51','\x41','\xdc','\x27','\xdc','\xd8','\xf0','\x32','\x6f','\x36','\xee','\x47','\xdc','\x18','\x5f','\xe7','\xe2','\x75','\xc7','\xd9','\x1e','\xd7','\xfd','\x52','\xd5','\xbd','\xef','\x5b','\xd9','\xfb','\xfe','\x3a','\xbb','\xe7','\xaf','\xb7','\xfc','\x91','\x3b','\xf0','\xa8','\xab','\xb4','\xb9','\x03','\x69','\x77','\x6b','\xa7','\x7b','\x78','\x9f','\x9b','\x99','\xc0','\xae','\xd8','\xa7','\x93','\x38','\x74','\x1c','\xe7','\xbe','\x66','\x33','\x5f','\x30','\x25','\x56','\xf8','\x0d','\x0e','\xa7','\xbf','\xc5','\x27','\x71','\x9d','\xe3','\xad','\x1b','\x77','\xf6','\x4c','\xa0','\x2f','\x55','\xc9','\x7d','\xff','\x3e','\xb8','\xef','\x59','\xb2','\xe7','\x09','\xf2','\x47','\x4f','\x90','\x47','\x27','\xfc','\xb6','\x09','\x92','\x9e','\x20','\x9d','\x13','\x64','\xdf','\x84','\x3f','\x21','\xad','\xc4','\x57','\xbe','\x23','\xe4','\x73','\xc5','\xf9','\xdc','\x20','\x90','\xc3','\x1d','\x58','\x47','\xd0','\x9c','\x03','\xaf','\xfb','\x29','\x92','\x4d','\xf4','\x61','\x07','\x6d','\xe2','\xfd','\x45','\xe8','\x4a','\x1d','\x99','\x36','\x33','\x62','\x41','\x93','\x17','\x74','\xa8','\x62','\x5f','\xa5','\x8d','\xbb','\x1e','\xa0','\xbb','\x79','\xe3','\xe3','\x48','\x49','\xed','\xfd','\x43','\xc9','\xed','\x57','\x8f','\xf4','\x4b','\x95','\xfe','\x04','\xed','\x47','\x80','\x8f','\x23','\x9a','\x42','\xb4','\xe0','\x21','\xbe','\x08','\x8d','\x64','\xe0','\x40','\xb0','\xb0','\x60','\x3e','\x1c','\x3c','\x63','\x5f','\x39','\x83','\x25','\x05','\x88','\x46','\xf9','\x88','\x6d','\x39','\xc1','\x16','\xab','\x10','\xcd','\x21','\xa9','\xa9','\x88','\xd6','\x6f','\x98','\xdb','\xeb','\xf3','\xfd','\xa1','\x47','\xfa','\x71','\x42','\xb8','\xcb','\xd4','\x3f','\x2e','\x39','\x29','\x82','\x6e','\xac','\xe7','\x65','\x2c','\x57','\xf1','\x70','\xcd','\xbe','\xb6','\x80','\xf1','\x45','\xa8','\x93','\x8f','\x73','\x8a','\xb0','\xe5','\x31','\x4f','\x61','\xd2','\x9f','\x21','\xdb','\xaf','\x91','\xfe','\xa8','\xdf','\xcf','\x65','\x81','\x8f','\xe3','\xa3','\x29','\x7c','\x43','\x7b','\x84','\x5f','\x37','\x10','\xc2','\x0b','\x54','\xc1','\x12','\x13','\x32','\x5f','\x9c','\x0d','\xc6','\xd1','\x07','\x93','\x81','\x35','\x4f','\x46','\x5e','\xa6','\x56','\x98','\x43','\xb3','\x42','\x1c','\x75','\x78','\x12','\x15','\xaa','\x8f','\xcc','\x1d','\x09','\xb0','\x5e','\x22','\x9b','\x0d','\x0d','\xdf','\x58','\x8f','\xc0','\x8b','\x9e','\x56','\xf3','\xf4','\x9a','\x87','\x49','\x0d','\x93','\xe0','\x41','\x7e','\x1d','\xaf','\x79','\x23','\xaf','\x79','\x5c','\x49','\xbd','\x03','\x23','\x35','\x2f','\x20','\xd5','\x92','\x0d','\x79','\x22','\xd6','\xe4','\xdb','\x75','\xc0','\x4a','\xbc','\x1c','\x34','\x64','\x11','\x20','\x00','\x9e','\x09','\x0f','\xea','\xcc','\x9a','\x33','\x46','\xae','\x1a','\xf0','\xcc','\x59','\x52','\xad','\xc6','\xcb','\x26','\x8e','\x08','\x1d','\x29','\x27','\x02','\x39','\x56','\x52','\x5a','\x0d','\x13','\x0f','\x81','\x7f','\x17','\x2a','\x28','\xa9','\x82','\xa2','\x43','\xb9','\x31','\x55','\x60','\xdf','\xe2','\xa5','\xbd','\x51','\xb0','\xb1','\x6d','\x4c','\x65','\x37','\xa6','\xf6','\x6e','\x4c','\xed','\x7b','\x2c','\x95','\xed','\x4b','\x65','\xbb','\xd7','\x60','\x24','\xb5','\x2f','\xb3','\xd3','\xcf','\xa4','\x4a','\x5f','\x47','\x83','\x04','\x0d','\x4e','\x63','\xfb','\x32','\xcb','\x9d','\x4a','\xbd','\x03','\xf6','\x32','\x9b','\x56','\x56','\x67','\x7b','\x4f','\xa5','\xf6','\xbd','\x94','\xca','\xc6','\xdf','\x89','\x7d','\xa7','\x52','\x7e','\x3c','\x55','\xa2','\x9b','\x0d','\x4a','\x54','\x0f','\x5e','\x5a','\x2d','\xf7','\x4b','\x60','\x0e','\x71','\xe8','\x73','\x08','\x68','\xf3','\x31','\x79','\x30','\x1a','\x58','\x55','\x32','\xf2','\xff','\x21','\x56','\x2b','\xb1','\x6e','\x22','\x56','\x8a','\x58','\xb8','\x89','\x91','\x2a','\x09','\xa2','\x7e','\x09','\x13','\x03','\x93','\xe6','\x38','\x2f','\x34','\x87','\x57','\xab','\x09','\x9f','\xfc','\x05','\x4f','\x5f','\x80','\x78','\x4f','\x3e','\x65','\x0f','\xa2','\xaa','\x75','\x99','\x8d','\x5c','\x39','\x63','\x85','\x04','\x24','\xcd','\x92','\x14','\x00','\x38','\x77','\x27','\x02','\x12','\x2b','\x51','\x18','\x9f','\x1b','\xe6','\xeb','\x62','\x55','\xbb','\xcc','\xb4','\x4b','\x55','\x0e','\xfd','\xd2','\x3c','\xbf','\x1d','\x63','\x2a','\xe6','\xfd','\xc7','\x64','\xe4','\x57','\xc4','\x02','\xb7','\x0d','\x6a','\x29','\x33','\x96','\x52','\xb7','\x34','\xc3','\x52','\xeb','\x23','\x57','\x9e','\x0b','\x86','\x92','\x25','\xb7','\xd5','\xa0','\x58','\x9d','\x3b','\xa3','\x5f','\xa5','\xcb','\x7e','\x44','\x08','\x12','\x22','\xf3','\x6e','\x36','\xfa','\x15','\x55','\x30','\x4e','\x3c','\x88','\xa9','\x55','\xa5','\x23','\xff','\x5d','\xb3','\x5a','\x34','\x8b','\x9c','\xb1','\x48','\xdd','\x92','\x0d','\x8b','\xd6','\x47','\xa6','\x67','\xc6','\xd2','\x74','\xa9','\x2b','\x69','\x0e','\xb7','\x1a','\x53','\x78','\x70','\x0a','\xd9','\x2f','\xa2','\x5c','\x59','\xcb','\x9d','\x58','\xca','\x55','\xcc','\xdc','\xb4','\x97','\x3b','\xe3','\xe4','\x66','\x81','\x48','\x4d','\xf8','\x58','\xa1','\x6c','\x3b','\xd9','\xfb','\x44','\xb0','\xef','\x1f','\x48','\xb6','\x63','\x19','\x1b','\x77','\x64','\xfb','\x68','\xb6','\x3b','\xbc','\xaf','\x3b','\xec','\x0f','\x49','\xa5','\x09','\x66','\x84','\x02','\xae','\x21','\x43','\xa7','\x17','\xd9','\xa5','\x15','\x5e','\xd0','\x3c','\xe9','\xc8','\xc7','\x9e','\x6d','\x92','\x82','\x1a','\xce','\xaa','\x49','\xdf','\xf4','\xa0','\x86','\x7c','\x49','\x5a','\x34','\xb9','\xd4','\x4a','\x51','\x0b','\xd7','\xfe','\x4b','\x48','\xd3','\x99','\x17','\x0d','\xd4','\x05','\xaa','\xbf','\xee','\x6b','\xe2','\xde','\x0a','\xb8','\xb0','\xd4','\x10','\xf4','\x9a','\x08','\x73','\x8d','\x2d','\x3d','\x48','\x26','\xad','\xda','\xf1','\x91','\xd7','\x32','\x16','\xc9','\x5a','\x64','\xbf','\x45','\x4c','\x78','\x2c','\x0f','\x0f','\x4d','\xb5','\x91','\x13','\x97','\x02','\x3d','\x59','\x4a','\xb4','\x1a','\x8a','\x18','\xe7','\x57','\xdf','\x39','\x59','\x30','\x5f','\x17','\x1b','\xfb','\xab','\x2a','\xd6','\xb3','\x36','\x72','\x55','\x13','\x33','\xa5','\x35','\x17','\x33','\xee','\xb5','\x22','\xbd','\x23','\xe5','\xde','\x40','\xee','\x2b','\x29','\xe0','\xdf','\x3b','\x38','\x4d','\x20','\x45','\x05','\x64','\xdf','\x5b','\x86','\x48','\xc6','\x67','\x57','\x90','\x08','\xbf','\x65','\x59','\x8a','\xf7','\x56','\xf0','\xbe','\x7f','\xb8','\x96','\x6d','\x4f','\x65','\x7b','\x97','\xd1','\x7d','\x2d','\x6b','\xe2','\x7d','\x46','\xab','\xef','\x90','\x12','\x3a','\x6a','\x20','\xba','\x3c','\xef','\xab','\x3b','\xbd','\x31','\xfb','\xfa','\xa5','\x2a','\xa6','\x80','\x07','\x69','\x15','\x1e','\x35','\x5f','\xaa','\x8e','\x5c','\x81','\x3d','\x6e','\x49','\x75','\x2b','\x7c','\xd1','\xc2','\x97','\x2c','\x72','\x61','\xa4','\xf2','\x62','\x60','\x56','\x4b','\x08','\x28','\x85','\x57','\xf7','\xe9','\xf3','\x15','\x7e','\x79','\x59','\x19','\x28','\xfd','\xc2','\x52','\x23','\x24','\xf8','\x41','\x42','\xad','\x0b','\x4b','\x23','\xaf','\x0d','\x5b','\xe4','\x0e','\x8b','\xf0','\x51','\x2a','\x5a','\x64','\xcb','\x7b','\x8f','\x4f','\x73','\x1d','\xd6','\x60','\xb3','\x2f','\x6b','\x0f','\xdd','\x13','\xd1','\xac','\xb0','\x9e','\x3d','\xeb','\xa2','\x37','\xe2','\xd7','\x2c','\xe0','\xeb','\xf5','\x56','\xb1','\xcd','\x1b','\x79','\xc6','\x0b','\xba','\xbd','\xd2','\x20','\x33','\x9c','\x31','\x75','\x81','\x70','\x23','\x0a','\x46','\xb8','\x01','\x68','\x12','\x08','\x7a','\xad','\x06','\xfa','\x27','\xe6','\x3f','\x48','\x6a','\x96','\xe7','\x8d','\xd4','\x79','\xef','\x98','\x25','\x5d','\xb4','\xa4','\x4b','\x16','\x5e','\xb0','\x70','\x0d','\xfa','\x35','\x55','\x0d','\x94','\x6a','\x49','\x85','\x7e','\xbd','\xff','\x38','\x43','\x4e','\x6a','\x42','\xab','\xd9','\x24','\xdb','\x5b','\xf1','\xf6','\x5d','\xf2','\xb2','\xd4','\xcb','\x6e','\xaa','\x65','\xb7','\x07','\xd9','\x7e','\x92','\x4d','\xc1','\x22','\xd8','\x97','\x21','\xbe','\x4b','\x4a','\x51','\xa0','\x26','\x56','\xcf','\x9b','\xfa','\x35','\x0d','\xdc','\xc8','\xcf','\x8d','\x69','\x73','\x9e','\xc6','\x34','\x6d','\xd6','\xd4','\x66','\x8f','\xe9','\xe7','\xce','\x61','\xf2','\x05','\xac','\x25','\x1f','\xc4','\xe7','\xad','\xaa','\x39','\xf2','\xb3','\xcd','\x30','\xc2','\xba','\x62','\x85','\xa8','\x15','\x9a','\xb1','\x50','\xdd','\x0a','\x9d','\x1b','\x99','\xcb','\x07','\xad','\x9f','\x3c','\x32','\x90','\x34','\x50','\x74','\x48','\x41','\xf6','\x93','\xa8','\x40','\x39','\x32','\x85','\x36','\xbb','\xa0','\x5f','\x2b','\x6c','\xb5','\x0a','\x59','\xcb','\x26','\x16','\xb8','\xd4','\xb7','\x58','\x59','\xfb','\x5a','\x96','\x58','\x7b','\xcb','\xd6','\xbe','\x9a','\xc5','\x85','\xec','\x7a','\x2b','\xdb','\x6e','\x65','\x3b','\xac','\xec','\x46','\x6b','\xdf','\xb3','\x63','\x81','\x6a','\x95','\x0c','\xc4','\x97','\xbd','\xea','\x89','\xf1','\xe1','\xf7','\xb3','\x73','\x1a','\x3c','\x18','\xf2','\xc4','\x96','\x9f','\xad','\xea','\x73','\xf3','\x18','\x2f','\x60','\xe2','\x3d','\xa8','\x78','\x96','\x87','\x46','\xea','\x5c','\xb7','\x57','\xc1','\x47','\x0b','\x86','\xe8','\x62','\x63','\x88','\x46','\xca','\x17','\x02','\x5a','\x2d','\x99','\x40','\x2d','\x3b','\xe8','\x50','\xdb','\xf3','\x73','\x27','\x1a','\xf9','\x50','\xaa','\xb9','\xb3','\x0c','\x84','\xa9','\x79','\xfb','\xc4','\x32','\x63','\x52','\xcc','\xdf','\x3b','\x35','\xbf','\x6f','\x01','\x84','\x2c','\xff','\x11','\x79','\x59','\x54','\xcb','\x26','\x03','\x2e','\xec','\x73','\x3c','\x1f','\x55','\x4b','\x3a','\xe8','\xf9','\xc1','\x71','\x70','\xd0','\xcd','\x4d','\x18','\xb9','\x09','\x15','\xd8','\xb1','\xca','\x89','\x5c','\x25','\x96','\xab','\xa7','\xec','\x13','\x8b','\xe0','\x01','\xd0','\xd5','\x9a','\xd5','\xb3','\x7b','\xbf','\x99','\xdd','\xf7','\xb3','\x6c','\x76','\x67','\x36','\xdb','\x25','\xd0','\x14','\xc8','\xbe','\x6f','\x12','\xbf','\x8b','\x94','\x3e','\xbe','\xc3','\x48','\xd1','\x41','\x47','\xcc','\x17','\xbf','\xda','\x4f','\x68','\xb9','\x71','\x2f','\x37','\x5d','\xcd','\x9d','\x66','\x39','\x41','\x04','\xda','\x08','\x62','\xca','\xd2','\xea','\xde','\xd3','\xc1','\xbe','\x4b','\x38','\x1b','\x72','\xb2','\x21','\x97','\xab','\xeb','\xac','\x84','\x01','\x18','\xef','\x73','\x5b','\x03','\x42','\x4a','\xf4','\xa8','\x61','\xd2','\x66','\xbf','\x4e','\x7b','\xb9','\xf1','\x48','\xee','\x4c','\x35','\x57','\xc9','\xe6','\x1e','\x92','\x73','\xbc','\x91','\x27','\x55','\x48','\x7e','\x86','\xcd','\x2c','\x9e','\xca','\x86','\x22','\x7b','\xcf','\x06','\xfb','\x2e','\xe3','\xac','\x82','\xd6','\xd4','\xa6','\xee','\x3b','\xae','\x04','\xad','\x89','\x12','\x8d','\x71','\xbd','\xaa','\xc0','\xbd','\x49','\xa8','\x7a','\x84','\xcd','\x39','\xd2','\xb8','\x37','\x81','\xe1','\xb1','\x7c','\x6f','\x92','\x1c','\x27','\x8a','\x0c','\x6e','\x48','\x77','\xa0','\x9f','\xf4','\xa1','\x0b','\x73','\xac','\x2a','\xf2','\xb5','\x69','\xad','\xc9','\xa5','\xb5','\xfa','\x67','\x70','\x5a','\xb1','\x6b','\x89','\x9c','\x4b','\x81','\x37','\xec','\x6c','\xc0','\x5b','\x22','\x50','\xb1','\x4f','\x37','\x18','\xa5','\xe0','\xaf','\xef','\x3d','\xcb','\xf6','\x55','\x51','\x16','\xa3','\x2c','\xe1','\x20','\xd9','\x58','\x00','\x6b','\x72','\xda','\xdb','\xa7','\x7a','\xbe','\xe1','\x7d','\xde','\xa9','\x1a','\x49','\xf6','\x1e','\xe3','\xfc','\xc4','\xeb','\xb9','\x3a','\xb6','\x4f','\x34','\x03','\x43','\xb2','\xb1','\xa5','\xbd','\x65','\xba','\xaf','\x06','\x02','\xd4','\xc3','\x35','\x6d','\xd2','\xcf','\xde','\x44','\xf8','\xaa','\xde','\x97','\x22','\x7e','\x86','\x7c','\xfe','\x38','\xac','\xe7','\x41','\x41','\x1c','\x04','\x6d','\xf8','\x8f','\x8f','\x88','\xda','\x8c','\xdc','\x7f','\xfe','\x38','\xaf','\xd0','\x76','\x05','\x3d','\x02','\x8d','\x65','\x3f','\x11','\xac','\xa9','\x87','\x36','\x21','\xe4','\x7d','\x65','\x1a','\x00','\x39','\xe0','\x92','\x41','\x34','\x58','\x87','\xf5','\x31','\xed','\x42','\x5d','\x9b','\x45','\xda','\xc5','\x49','\x6d','\xe1','\x3c','\x3c','\x4b','\xaa','\x11','\xdd','\x93','\xc1','\xbd','\x32','\x84','\x1e','\xdc','\xe8','\x5a','\x3f','\xd5','\x47','\x96','\xb0','\x45','\x97','\x91','\xdc','\xd9','\x10','\x46','\x2a','\x38','\xa0','\xb8','\x94','\x14','\x14','\x9a','\x51','\x95','\xdf','\xdb','\x55','\xbc','\x5e','\x17','\xc7','\x8d','\xf6','\xb6','\xa2','\xcd','\x3e','\xa9','\xb3','\x8a','\xe6','\x2d','\x6e','\xbb','\x98','\x4f','\xd5','\x7e','\x3e','\x3a','\xff','\x9f','\x7f','\x7f','\x36','\xd9','\xb8','\x82','\xad','\x5c','\x5e','\x60','\xa8','\x93','\x3e','\x57','\xf5','\x37','\x57','\x90','\x66','\x33','\x2f','\x16','\x0c','\x29','\x11','\xfb','\x5f','\x47','\x21','\xb9','\x86','\x36','\x59','\x50','\x6b','\x05','\x63','\xa1','\xa0','\xc8','\x85','\xc4','\x06','\xbb','\x83','\x35','\x42','\xaa','\xb3','\x9a','\xb6','\xf7','\xd9','\x99','\x7d','\xd7','\xfb','\xb3','\x5f','\xd4','\x81','\x57','\xaa','\x6f','\x15','\xfb','\x9e','\x99','\x09','\x7a','\x4b','\xa5','\x5e','\xdd','\xd8','\xd6','\x3a','\xe8','\xd4','\x6d','\x4f','\x6c','\x8a','\x33','\x62','\x53','\xcc','\x20','\xc0','\xb3','\x4f','\xda','\xcf','\x42','\x9a','\x52','\xc2','\xcf','\xa9','\x3e','\xba','\xf7','\x59','\xba','\xef','\x3a','\x17','\x96','\xe0','\xd8','\xd2','\x50','\x13','\xb7','\xf4','\xec','\xbb','\x37','\xe5','\xef','\x7d','\xb6','\xf4','\xaf','\x9f','\x35','\xe8','\x63','\xab','\xe7','\xfb','\x42','\x55','\xbb','\xc0','\x0f','\x65','\xac','\x5d','\x8a','\x68','\x1e','\x82','\xbc','\x85','\x31','\x9f','\xdb','\xa7','\x0f','\x22','\x64','\x79','\x78','\xe4','\x32','\x03','\x1b','\x4c','\xf6','\xac','\xd6','\x8b','\x16','\xc4','\x30','\x73','\xf5','\x58','\x1d','\x99','\xae','\x06','\x6a','\xb5','\x14','\xf5','\x8c','\x90','\x33','\xd4','\x3a','\x60','\x43','\xb6','\xcf','\x5e','\x7e','\xf3','\x02','\x57','\x6d','\x8e','\xd8','\x22','\x5c','\x97','\x06','\x21','\x69','\x0e','\x19','\x3c','\x96','\x1d','\x3c','\xb6','\xf7','\x8f','\x9e','\xd9','\xf7','\xfc','\xc9','\xec','\x9e','\x93','\xd9','\xff','\xe7','\x7f','\xca','\xde','\xfd','\x9d','\xec','\x3f','\xfb','\xcb','\xec','\xbd','\xdf','\xe7','\x9f','\xef','\x9b','\x3d','\x16','\x0c','\x1e','\x2b','\x0d','\x7e','\xdd','\x18','\x2c','\x77','\x4e','\x63','\xfd','\x32','\xbf','\x9e','\x54','\x01','\xa7','\x83','\xa6','\x50','\xa9','\xea','\xa7','\x03','\x1c','\x59','\xe0','\x78','\x30','\xb2','\x60','\x9d','\x65','\x23','\xf3','\x0b','\x56','\x44','\x60','\xf9','\x35','\x25','\x17','\x46','\x1c','\x2f','\x40','\x5e','\xe3','\xbc','\x18','\x32','\x80','\x35','\xa8','\x60','\xa8','\x85','\xdf','\x1b','\x28','\xec','\x99','\x29','\xec','\xd1','\x0a','\xbb','\x52','\x70','\x2b','\x1c','\x4e','\xc9','\xc3','\x96','\x7c','\xf7','\x1f','\xec','\xbe','\x7b','\xfa','\x53','\x77','\x2b','\xfb','\xfe','\xdf','\xca','\xee','\xbb','\x05','\x3e','\xab','\xed','\x1e','\xde','\xb2','\x7b','\x7e','\xcb','\xa7','\x27','\x8b','\x7e','\x79','\xf8','\xf3','\xf2','\x1d','\x83','\x8a','\x1b','\xee','\x0c','\x0f','\x4e','\x29','\x76','\x15','\x92','\x34','\xe5','\x9c','\x54','\x8e','\xb1','\xdc','\xb8','\x91','\x7b','\x34','\x9b','\x3b','\x1d','\xd8','\xa7','\xb2','\xa4','\x3d','\x4b','\x12','\x3b','\xb2','\x94','\xec','\x3d','\xed','\xef','\xbb','\x44','\xb8','\x00','\x2b','\x19','\x69','\x70','\x1b','\xb4','\x59','\x56','\xd6','\xf6','\x4d','\x6a','\x01','\xd6','\x4a','\x78','\xd1','\x40','\xe6','\xe0','\x84','\x66','\xff','\x79','\x6f','\xee','\x89','\xbe','\xdc','\x57','\x7a','\x73','\x13','\xdb','\x40','\x7b','\xf0','\x59','\x9b','\x94','\xed','\x63','\x32','\x30','\x0c','\x0b','\x7d','\xb5','\xd7','\xf1','\xf6','\x41','\xae','\x13','\x0f','\xc0','\x77','\x7a','\xe8','\x0c','\x40','\x52','\xf6','\x4d','\xd0','\x00','\x93','\x12','\x89','\x71','\xbb','\x77','\x70','\x8a','\xda','\x17','\xfc','\x5c','\x99','\x36','\xc1','\xad','\x17','\x88','\x57','\x40','\xf6','\xf7','\x76','\x92','\xae','\x2e','\x8e','\x6c','\x57','\xd7','\xde','\xef','\xed','\xdc','\x37','\xeb','\x35','\x35','\x06','\x6f','\x49','\xf4','\x4c','\xb6','\x65','\x7a','\xef','\xc3','\x95','\x4f','\xc7','\x4f','\xf8','\xe9','\x47','\x4a','\xb3','\x2e','\x9f','\xaf','\xc1','\xe3','\x09','\xe8','\x17','\xdf','\xef','\xbc','\x19','\xae','\x10','\xb8','\x36','\x1b','\x9f','\xb2','\x4f','\x07','\xc0','\x0c','\x12','\xaa','\x64','\x43','\xcf','\xc0','\x7e','\xf7','\x78','\x3d','\xe5','\x6c','\x34','\xc8','\xb6','\xc2','\x0e','\xcd','\x46','\xfd','\x2c','\x26','\xfb','\x5c','\x02','\xed','\x11','\xe7','\xce','\x90','\x4a','\xec','\xb3','\x41','\x41','\xdc','\x7c','\x01','\xfc','\x9a','\x8c','\x51','\x81','\x20','\xbb','\x41','\x3e','\xd9','\x8b','\xb3','\xbb','\x70','\x56','\xbf','\xb6','\xef','\x9b','\xa9','\x6c','\x97','\x80','\x7e','\x2d','\x1b','\xc6','\xd9','\xb0','\xbb','\xf7','\x98','\xf5','\xe9','\xe8','\x5f','\xf8','\x47','\x49','\x49','\x03','\x3b','\x41','\x31','\xeb','\xc9','\xc5','\x79','\x7a','\x38','\xa0','\x79','\x25','\x79','\x95','\xd2','\x90','\x42','\x63','\x41','\xb2','\xee','\x25','\x4c','\x6f','\xc7','\xe1','\x60','\xab','\xe9','\x7d','\xa2','\x0e','\xc3','\xe2','\xdc','\xf8','\x70','\xe0','\x9d','\xfb','\x8b','\xeb','\xb1','\xa6','\xde','\x70','\x61','\xb2','\x26','\x8d','\xdc','\x31','\x2b','\xf7','\x5f','\xee','\xc9','\xfd','\xab','\xaf','\xda','\xff','\xea','\xab','\xe4','\x77','\xbe','\x46','\x6e','\x79','\x2c','\xbb','\xf7','\xf1','\xbd','\xe3','\xce','\xea','\x7c','\xd1','\x55','\x61','\xdf','\x34','\x09','\x34','\x52','\x52','\x81','\xa7','\x44','\xf8','\xa3','\x22','\x71','\xeb','\x47','\x80','\xe4','\x52','\x01','\x85','\x61','\xfd','\xa0','\x30','\x49','\xfe','\x82','\x84','\xd0','\xde','\x10','\xda','\x77','\x76','\x29','\x8b','\x10','\x90','\xa4','\x21','\x0a','\xf8','\x3f','\x58','\x76','\x98','\x66','\x7f','\xb7','\xb2','\x6f','\xb8','\xe2','\x1f','\xa5','\x25','\x74','\xc4','\x40','\xda','\x90','\x84','\xed','\x7f','\x7b','\xa1','\xb0','\xe3','\x48','\x41','\x35','\xc0','\x9f','\x30','\x95','\x6d','\xc0','\x4e','\x95','\x89','\x21','\x98','\x54','\xf9','\xfa','\xa9','\x90','\x7d','\x97','\x6f','\x68','\x49','\x43','\xd8','\x37','\x89','\x82','\x56','\xda','\xb0','\x9f','\xbb','\x06','\x37','\xe8','\x9d','\xa7','\xbb','\x3a','\x37','\x76','\x85','\x37','\x74','\xb3','\x1f','\x76','\x6d','\xda','\x00','\x60','\x27','\x77','\x7e','\xf5','\xab','\xf2','\x53','\x5f','\x95','\xcf','\x7f','\x75','\xb7','\x73','\xf2','\x4e','\x76','\x72','\x9f','\x73','\x92','\x0b','\xbb','\xd9','\xc9','\xdd','\x74','\x03','\xc7','\x1e','\xf6','\xc3','\xdd','\xdb','\x36','\xef','\xeb','\xbd','\xc9','\x2f','\x28','\xa5','\xd9','\xe9','\xc1','\xd0','\x34','\x3c','\xdf','\xf8','\x86','\x0b','\x2d','\x51','\x51','\xe1','\x56','\xbf','\xd0','\x33','\x0c','\xb8','\xd5','\xb7','\x7b','\x86','\x09','\xc7','\xad','\x7e','\x56','\x35','\xf6','\xde','\xea','\xef','\x3b','\x63','\xc0','\x0a','\xec','\x54','\xb2','\x5d','\x1b','\xb2','\x5b','\x3f','\x9d','\x35','\x8d','\x7d','\xfb','\x82','\xac','\x61','\x2c','\x39','\x86','\x29','\xf2','\xeb','\x0d','\x75','\x75','\xd9','\x67','\xf5','\x42','\x57','\x17','\x60','\xe7','\xce','\x15','\xc1','\xee','\xe6','\x8b','\x30','\x4f','\x7a','\x76','\x65','\x6f','\xfd','\xd5','\xde','\xad','\xbb','\xf6','\x7d','\x97','\x0b','\x3f','\xcf','\xf2','\x1f','\x7b','\x56','\x85','\x7d','\xb7','\xfe','\xca','\xef','\x09','\x97','\xd4','\x9d','\x86','\x4a','\x86','\xa2','\x03','\xb6','\x2b','\x94','\x06','\x16','\x5e','\x97','\x08','\x35','\x6a','\xb3','\x77','\x2e','\xaf','\x67','\x7d','\xe7','\xde','\xae','\xfc','\xbe','\xa7','\xa0','\xc2','\xec','\xd6','\x5d','\xd9','\xed','\x3f','\x5f','\xa9','\xea','\x86','\x7a','\x90','\x58','\x87','\x11','\xa5','\x10','\x5d','\x84','\x72','\x59','\xb0','\x23','\x9b','\x89','\xbe','\x48','\xa8','\xc2','\x8f','\xe0','\xbd','\x36','\xdb','\xf7','\xcd','\xe1','\x6c','\xd7','\x70','\x76','\xe7','\x51','\x28','\x97','\x85','\x7d','\x5d','\xc3','\x3e','\xf3','\x4b','\xf9','\x79','\x23','\x1c','\x11','\xfc','\x5a','\x04','\xc7','\x82','\x1e','\x38','\x38','\x88','\xe6','\x01','\x20','\x2b','\xf7','\x79','\x5f','\xc4','\xe8','\x21','\xbd','\x8a','\x20','\x5a','\xf7','\x3c','\xd3','\x6a','\x98','\xd5','\xf0','\xe7','\xbd','\xd6','\x21','\x8f','\x60','\xa0','\xcf','\x4f','\x68','\x90','\xd0','\x6c','\x20','\x3a','\xbb','\x18','\x72','\xcc','\x08','\xaa','\x37','\xae','\xde','\x3d','\x90','\xfb','\xac','\x69','\xff','\xe8','\xb3','\x17','\xb5','\x06','\xe6','\x2e','\xea','\x73','\x97','\xb4','\x73','\x0b','\x80','\x6a','\x8d','\xcd','\xd7','\x3e','\x5f','\xbb','\x30','\xb4','\x50','\xc5','\x3f','\x7a','\x93','\x08','\x73','\x94','\xff','\x8b','\x0a','\xaa','\x16','\x39','\x34','\xd3','\x1a','\x52','\xc9','\xba','\x9e','\x8f','\x9e','\x08','\xf4','\xe7','\x7b','\xd2','\x0f','\xf5','\xa4','\x4f','\xf8','\xfa','\x43','\x4d','\x21','\xed','\x20','\x20','\xf7','\x70','\x10','\xc8','\x65','\xc2','\xca','\xe4','\x8b','\x27','\xfc','\x3b','\x1c','\xd4','\x32','\xa5','\xc4','\xdd','\x44','\xfa','\x18','\x9d','\x75','\xd4','\xd8','\x59','\x70','\x76','\x05','\x3e','\x99','\x24','\xf8','\x8f','\xf5','\x54','\x35','\xfd','\x5a','\xbf','\x56','\xb5','\x35','\x6e','\x76','\xd5','\x30','\xef','\x85','\xb6','\x80','\xb5','\x8b','\x3b','\xa1','\xb3','\xdc','\x4e','\x13','\x2f','\x47','\xd8','\xdc','\x99','\xcf','\x9f','\x3f','\x33','\xf4','\xb7','\xd3','\xf8','\x85','\x0a','\x79','\xfe','\x84','\xf6','\x83','\x47','\xbc','\x2b','\x6e','\x54','\x50','\xb5','\xc8','\xb2','\xd2','\x8a','\x13','\x24','\x4c','\x3f','\xea','\xa8','\xfa','\x65','\x91','\x65','\xc6','\xf1','\x74','\x67','\x41','\x34','\xa6','\x21','\x9f','\x4b','\x37','\x9a','\x34','\xee','\xb1','\xf1','\x63','\x5f','\x3c','\xcb','\xee','\x18','\x3f','\xd3','\x32','\x7e','\x26','\x3e','\xa1','\xa4','\x27','\xe8','\xac','\x1b','\x8b','\x95','\x5b','\x25','\x0d','\xcb','\x06','\x6e','\xe5','\xe7','\x82','\x89','\x3e','\x56','\x34','\x74','\xeb','\x60','\x97','\x35','\xda','\x65','\xed','\xde','\x59','\x0c','\xba','\x8a','\xd3','\x5d','\xf7','\x03','\x76','\x3e','\xf0','\xd5','\xae','\x3f','\x11','\x3f','\x16','\xa7','\x83','\xe2','\xb4','\x55','\xfc','\xea','\xa7','\x8b','\xc1','\xfa','\xe1','\xe9','\x0d','\xc3','\xd3','\x5d','\xf3','\xd3','\xe7','\x26','\x4f','\xc6','\x22','\x0c','\x47','\x1c','\x39','\x24','\x28','\xdf','\x07','\xdd','\x8f','\xd9','\x4c','\x2f','\x1a','\x5d','\x56','\xb1','\x59','\xcf','\x28','\xaf','\x24','\xe8','\x7a','\x70','\xba','\x59','\x27','\x80','\x05','\x45','\x64','\x99','\xde','\xa7','\x4d','\x73','\xfd','\x90','\xb5','\xe1','\x53','\x52','\xd7','\xa7','\x36','\x9e','\x7b','\x82','\xb6','\x76','\x2c','\xe1','\xd0','\xa2','\xc8','\xeb','\xea','\x49','\xc4','\x63','\x01','\xc4','\x43','\x0d','\x51','\xcf','\xf6','\xbd','\x02','\x6d','\xc2','\x5e','\x7a','\xa7','\xbc','\xfc','\xe5','\x73','\x12','\x6a','\x60','\x4e','\x42','\x7c','\x9c','\xc7','\x1a','\x3c','\xdb','\x2d','\x15','\xc4','\x2e','\x09','\x67','\xcf','\x38','\xb1','\x4f','\x05','\xd9','\x53','\xe5','\x06','\xec','\x65','\x41','\xc8','\x7f','\x03','\xec','\x00','\x71','\xa7','\x05','\xde','\xb3','\x1f','\x23','\xe9','\x63','\xa4','\xf3','\x18','\x3c','\x48','\x1a','\x64','\x04','\x05','\x2b','\x09','\x7c','\xd1','\xfb','\xa6','\x9e','\x6f','\x3e','\xbd','\x4f','\xf0','\xeb','\xa4','\xb3','\x14','\x9a','\x80','\x87','\x8e','\xc8','\x12','\x19','\xeb','\x50','\xe9','\x28','\x1a','\xd0','\x10','\xf0','\x00','\x43','\xde','\x93','\x88','\x87','\x2d','\x8f','\xbd','\xe9','\x61','\xec','\x65','\x2c','\x91','\xe2','\x64','\xd4','\xb3','\x0e','\x7a','\x56','\xa9','\x91','\xc6','\x45','\xe4','\xc2','\xc8','\xc1','\x03','\x22','\x5e','\xe2','\xd0','\x34','\xee','\x53','\xd8','\xdb','\x22','\x25','\x0d','\xbc','\xab','\x8d','\x61','\x19','\xf8','\x3a','\x44','\xaa','\x02','\x8c','\x0f','\x33','\xde','\x04','\x8c','\x20','\x51','\xa6','\xfd','\x8b','\xac','\x35','\xf2','\x9a','\x55','\xcc','\x72','\xd8','\x2f','\x67','\x1b','\x42','\x53','\x1e','\xa9','\xe1','\x48','\x16','\x17','\x49','\xe3','\xcb','\xcb','\x38','\x8a','\x11','\x6d','\xf2','\x3f','\xcf','\x19','\xec','\xaa','\x41','\xc2','\x2a','\xc1','\xaa','\x3d','\xa9','\x64','\xa7','\x2a','\x90','\x1c','\xe4','\x1b','\x27','\xec','\x89','\x14','\x50','\xc7','\x4f','\x99','\xc0','\xb7','\x3f','\x2e','\x32','\x4a','\x90','\x56','\xbe','\xb3','\x58','\xfd','\x9d','\xbc','\x6a','\xf0','\xfc','\x19','\xe5','\x89','\x57','\x60','\xf5','\x82','\x60','\x50','\xb1','\x04','\xf5','\xa2','\xd9','\x80','\xed','\x9a','\xd9','\xb3','\x4d','\x9e','\x5b','\xbb','\xdc','\x48','\x27','\xdc','\xdb','\x52','\xee','\x65','\xb5','\x0d','\x24','\xd6','\x4e','\x8e','\xb6','\x13','\x2d','\x46','\xd4','\x18','\x41','\x6b','\xfb','\x25','\xf2','\x83','\xe4','\x1c','\xfb','\x8d','\x69','\x2b','\x27','\x5b','\x79','\x62','\x1d','\x0e','\xec','\x57','\x5c','\xab','\x88','\x2d','\xb3','\x2e','\x52','\xde','\x40','\xfa','\x1b','\xb8','\x44','\x9b','\x5e','\xe3','\xcb','\x8d','\x0b','\x75','\x23','\x8b','\x5f','\x54','\xc4','\x71','\xe3','\x02','\x65','\xd7','\x7d','\x3e','\x74','\x90','\x17','\xe6','\xbf','\x6b','\xd6','\x7d','\x33','\xe2','\x77','\x0d','\x9b','\x5f','\x73','\x72','\xcf','\x59','\x85','\xa4','\x65','\xb5','\xda','\xdc','\xd4','\x1c','\xf1','\x1b','\x4f','\x2c','\x9b','\x4f','\xcf','\xf0','\xea','\x73','\xcb','\x35','\xed','\x41','\x38','\x3c','\x9c','\x29','\x58','\xf6','\x9b','\x35','\x8b','\xaf','\xff','\xfb','\x54','\x5e','\xda','\xd7','\x6a','\x16','\x3c','\x7a','\xb6','\x2c','\x13','\xd9','\x75','\xf2','\x01','\xed','\x11','\xb1','\x32','\xb8','\xe5','\x2c','\x63','\xcf','\x6b','\x64','\x1d','\xc0','\x7e','\x48','\xcb','\x9e','\xd0','\xb2','\x0f','\x01','\xec','\x87','\x9a','\x02','\xff','\x84','\xcb','\x8d','\x2f','\xb4','\x3c','\xd4','\xcb','\x9e','\xef','\x25','\x7a','\x2f','\x89','\xf7','\x01','\x31','\x69','\x68','\x33','\x3f','\xe6','\x1a','\xf5','\x40','\xf2','\x9e','\x1f','\x22','\xb2','\x81','\x83','\xd8','\x8f','\x05','\xd9','\xaf','\x97','\xb3','\x27','\x01','\xf6','\xc9','\xdd','\xd9','\x93','\x07','\x00','\x5f','\x2f','\xd9','\x27','\x35','\xb2','\x41','\x25','\x1b','\x4a','\x2d','\x27','\xf7','\xb3','\x1f','\x1e','\x20','\x9b','\xcb','\xe4','\x0b','\x27','\x20','\xd3','\x55','\x98','\x03','\x2d','\x67','\x25','\xd6','\xd8','\x2b','\x22','\xd7','\x9b','\x6c','\xd8','\xd3','\x82','\x14','\xb4','\x52','\xe6','\xb0','\x45','\x09','\x38','\xed','\xdb','\x95','\x51','\xc8','\xc7','\x11','\x35','\x49','\xd5','\x64','\xd7','\x4c','\x42','\xf2','\x00','\x5a','\x80','\x80','\x0f','\x6f','\x67','\x6b','\x64','\x17','\xc1','\x05','\x52','\xb5','\xd8','\x6b','\xfc','\xf6','\x37','\x45','\xda','\x14','\x7b','\x6a','\x2a','\x5b','\x9e','\xcf','\x4e','\x66','\xb2','\x6e','\xc1','\x76','\x0b','\xc0','\xda','\x3d','\x25','\x28','\xdf','\xcb','\x4d','\x2e','\x77','\x72','\x21','\x60','\xaf','\x65','\x56','\xa8','\xdd','\x05','\x07','\x1a','\x6e','\x0d','\x09','\x8a','\xce','\x59','\x97','\xfd','\x63','\x0f','\x89','\x72','\x85','\x26','\xdb','\x13','\x24','\xfb','\xa7','\x5f','\xcb','\x3e','\xf4','\xad','\xec','\xb4','\x01','\xb4','\xb4','\x13','\x82','\xfa','\xfb','\x18','\x50','\xbe','\x13','\xd2','\x43','\xf0','\xd6','\x96','\xaf','\x6c','\x61','\xcf','\x4f','\x93','\xb6','\x6f','\x13','\x65','\x2b','\x51','\xf7','\x01','\x97','\x6b','\x08','\x37','\x79','\x41','\x1d','\x07','\xd2','\x0b','\x22','\xc8','\x30','\x08','\xeb','\xf0','\xcc','\x31','\xc0','\x5f','\x3c','\x63','\x3f','\x75','\x32','\xdb','\xc0','\x77','\xbe','\x63','\x7f','\xe7','\x3b','\xe4','\x63','\xdf','\x21','\xe9','\x2a','\x39','\x73','\x8c','\xd5','\x8f','\x11','\x75','\x05','\x5f','\xe7','\xbf','\xf5','\xde','\xf5','\xcc','\xb8','\x0d','\xd8','\xdf','\xfd','\x5a','\x76','\x19','\x5c','\x26','\xdb','\xbe','\x46','\xb6','\xbf','\x49','\xbe','\x7b','\x13','\x5b','\xc4','\x22','\x14','\xa6','\x81','\x9d','\x7c','\x99','\x4b','\xe3','\x9e','\x14','\x9a','\xd2','\x5f','\xf7','\x05','\xa7','\xd6','\x31','\xf6','\x3a','\xc3','\x21','\xa3','\x65','\x42','\x25','\x3f','\xa3','\xb4','\x18','\xd3','\x28','\xbe','\x2c','\x1e','\x4a','\x7f','\xb0','\x4a','\xe1','\x68','\xf2','\x08','\xcd','\x96','\x19','\x0b','\x20','\xb8','\x28','\x8c','\xec','\xb3','\x7e','\xd6','\x35','\xb2','\x93','\x90','\xdf','\xc1','\x2e','\x53','\xe0','\x37','\x9e','\x89','\x35','\x28','\x61','\x9b','\x2c','\x7c','\xb3','\x0e','\xbb','\xea','\x34','\x93','\x60','\xc2','\x1d','\x0d','\xf8','\xeb','\x1a','\x64','\x95','\x58','\x64','\x1a','\xc7','\x11','\x92','\x19','\x09','\xde','\x11','\x6c','\x2e','\x9c','\xcb','\xb0','\x75','\x98','\xd9','\xaf','\x65','\xac','\xd1','\x0c','\x26','\x19','\x7c','\x38','\x60','\xbe','\x10','\x38','\xc0','\xad','\x02','\x36','\x47','\x93','\x9f','\xad','\x06','\x2d','\x04','\x7f','\x79','\x15','\xd9','\x6b','\xe9','\xeb','\x57','\x08','\xed','\x27','\x90','\xed','\x0a','\x1e','\x7b','\x42','\x5b','\xbe','\xac','\xb1','\x1f','\x98','\x84','\xdf','\x00','\x43','\x75','\x22','\x81','\x03','\x0f','\x1f','\xa5','\x66','\xbf','\x04','\x23','\x5f','\x83','\x28','\xc9','\x6e','\xa4','\x99','\x98','\x06','\x42','\x7e','\x7b','\x6d','\xea','\x93','\x89','\xe3','\x04','\xbb','\xa4','\x35','\xcb','\x7e','\xb2','\x9f','\xec','\x50','\x49','\x4d','\x23','\xb1','\x4b','\x44','\x4f','\x92','\x44','\x2b','\x51','\x70','\x34','\xac','\xe1','\x8d','\x4b','\xec','\x6d','\x0d','\xf8','\x8c','\xba','\x35','\xfb','\x3a','\x84','\x23','\x1a','\x7d','\x9a','\xfd','\x2b','\xdd','\xeb','\x4d','\x56','\x7b','\x20','\xb1','\x0b','\xfb','\x65','\x80','\xc3','\xc4','\xfe','\x19','\xc9','\x74','\x52','\xfb','\x0a','\xcd','\x74','\xce','\x80','\x63','\x18','\xaa','\xb3','\x37','\x9e','\xc3','\x52','\x12','\xe3','\x56','\xbc','\x92','\x97','\xe1','\x12','\x66','\x4b','\x4d','\x5e','\x3b','\x48','\x55','\x50','\x99','\x6a','\xc0','\x7e','\x22','\x58','\x95','\x4f','\x33','\x12','\x57','\x49','\xbc','\x8b','\xbc','\xb4','\x9d','\xbd','\x91','\x80','\x3c','\x4d','\x9d','\x94','\xdc','\xf1','\x3a','\x91','\x1e','\xe1','\x5b','\xac','\xc9','\x1b','\xe6','\x78','\xec','\xa2','\x60','\x6c','\xe3','\x07','\xfc','\xcc','\x2a','\x3f','\xad','\xfd','\xf5','\x9f','\x0a','\x01','\x65','\x1d','\x02','\x4f','\x4e','\x1a','\x44','\x77','\x1e','\x61','\xaf','\xfb','\x4d','\x19','\x09','\xba','\x3f','\x18','\xe3','\x3a','\x70','\xbe','\x5d','\x66','\xac','\x2e','\xf8','\xdf','\x62','\xbe','\x3d','\xb5','\xcc','\x47','\x3d','\x35','\x6f','\x37','\x89','\xa9','\x2f','\x66','\x9d','\x9a','\x7d','\xfa','\x4d','\xd2','\x8a','\xc1','\xc7','\x8e','\x7f','\xf9','\x65','\x4a','\xc2','\xb4','\x99','\x25','\x07','\x1d','\xe1','\xc6','\x79','\x93','\x77','\xee','\x22','\x44','\xd8','\x89','\x73','\xb0','\x62','\x9f','\xda','\x20','\x72','\x04','\x6c','\xe0','\x10','\x72','\xd0','\x48','\xa0','\x63','\x3f','\xa1','\x91','\xf6','\x2e','\xb2','\xe1','\x56','\xf2','\x23','\x9f','\xfd','\x5c','\x6d','\x58','\x7d','\x64','\xdf','\x55','\x12','\xd5','\x49','\x64','\xf3','\x0a','\xdf','\x3b','\x9b','\x43','\x44','\x82','\x3d','\x62','\xf3','\x45','\x58','\x56','\x81','\xf4','\xfb','\xc9','\xcf','\xda','\xdf','\xcd','\x64','\xcf','\x8b','\x7e','\x9d','\x01','\xf3','\xaf','\x99','\x38','\xbe','\xaf','\xc6','\x7e','\x9e','\x25','\xbd','\x59','\x2e','\x88','\x4f','\x76','\x10','\x8d','\xb6','\xa2','\x2d','\x04','\xa5','\xc8','\xc5','\x2e','\xb1','\x7e','\x54','\xa2','\x6c','\xb1','\xff','\xec','\x2f','\xb3','\xd3','\x5b','\xb3','\x7f','\xf6','\xed','\xec','\x57','\x9f','\xb3','\xbf','\x7a','\x32','\xfb','\x67','\xff','\x29','\x3b','\x7d','\x28','\x7b','\xe6','\x45','\xfb','\xdf','\x46','\x81','\xe2','\x21','\x84','\xc8','\x39','\x8f','\xfd','\x5f','\xc3','\x64','\xfd','\x06','\xb2','\x61','\x23','\xe9','\xed','\x20','\x7d','\x4b','\x24','\xb4','\xf8','\x41','\xe3','\xfc','\xf5','\x9f','\xda','\x82','\x04','\x58','\x24','\x2e','\xf1','\xec','\x69','\xa1','\x61','\xe2','\xa9','\x16','\x91','\xd3','\xb0','\x99','\x0b','\x03','\xb0','\x93','\xc4','\xb7','\x0a','\xfe','\x43','\x3e','\x3e','\xc7','\xd8','\x3f','\x5e','\x27','\xeb','\x6e','\x22','\x2d','\x9b','\xec','\x87','\x95','\xec','\xf8','\x62','\x76','\x82','\x66','\xff','\xf4','\x26','\xfb','\x5f','\x6f','\xcc','\x3e','\x74','\x5d','\xcc','\x97','\x67','\x3b','\x55','\xd0','\x0c','\xa1','\x8b','\x64','\xee','\x22','\xbb','\xba','\x00','\xee','\x44','\x91','\x0b','\xc0','\x69','\xc6','\xed','\x51','\xe4','\x81','\x7e','\xe6','\x4b','\xe8','\x32','\x24','\xd9','\x23','\x74','\x8a','\x43','\x50','\x19','\x4f','\x65','\x4f','\xfd','\x24','\x7b','\xea','\x2f','\xed','\xc7','\xbf','\x92','\x7d','\xf2','\xcb','\x62','\xfd','\x20','\xbb','\x32','\x00','\x3b','\x7d','\xe3','\x77','\xc9','\x8f','\x76','\xb2','\xeb','\x1a','\xe9','\x16','\x18','\xea','\x6d','\xf0','\xfb','\x35','\xf9','\xc3','\x67','\x7d','\x76','\xe5','\x18','\x7c','\xd2','\x86','\xed','\x47','\x5f','\xce','\xfe','\x99','\x2c','\x52','\x2a','\xf8','\xf6','\x34','\xca','\x3e','\xe6','\x43','\x6a','\x98','\xc7','\x7c','\xfb','\xe4','\x30','\xd9','\xe8','\xc3','\x1e','\xfc','\x6f','\x01','\xfb','\xc5','\x49','\xd2','\x23','\x30','\x7c','\xb2','\x51','\xcf','\x5a','\xbb','\xa5','\xc9','\xe8','\xbe','\xf2','\x26','\x77','\x99','\xfa','\x38','\x8c','\xf8','\x05','\xd4','\x6b','\x44','\xd0','\x2c','\xbf','\x1d','\x6b','\xa6','\xeb','\x5d','\xc1','\x0d','\xcf','\x69','\x9b','\x2c','\x40','\x09','\xfd','\x1c','\xd5','\xe6','\xa8','\x26','\x69','\x1a','\x4a','\x41','\x66','\x61','\x61','\x5a','\x0f','\x78','\xde','\x11','\xaf','\x76','\xe4','\x42','\xb0','\x92','\x59','\x98','\x2e','\x27','\x17','\xe6','\x58','\xe5','\x3f','\xf4','\x9a','\xc1','\x9e','\x83','\x4a','\xb5','\xb3','\xf1','\x84','\x81','\x56','\xc3','\x07','\xaa','\x6c','\x49','\x3c','\xb8','\x8b','\x57','\xb9','\x96','\x88','\xcd','\xd5','\x03','\xe9','\xe2','\x51','\x7c','\x31','\x8b','\x2f','\xc9','\xa4','\x46','\xe9','\x05','\x45','\xab','\xaa','\x9e','\x48','\x69','\x67','\x96','\xa4','\x45','\x93','\xa9','\xe6','\xb0','\x36','\xda','\x3b','\x12','\x6c','\x30','\x14','\xfb','\xe7','\x09','\x94','\xa3','\xad','\xe3','\x95','\xa1','\xf4','\x8c','\xbd','\x98','\xca','\xeb','\xac','\x38','\x63','\xda','\x33','\xe6','\xc1','\x19','\xd3','\xd4','\x46','\x0f','\xff','\x87','\xc0','\x9c','\x31','\xef','\xd5','\xcc','\xbc','\x06','\xe5','\x41','\xcd','\xcc','\x2d','\x9a','\xfc','\x5f','\x42','\x1e','\xa0','\x3e','\x64','\x92','\x6c','\x47','\xfd','\xec','\x43','\x8c','\x1b','\x7a','\xc3','\x68','\x32','\x85','\x32','\x3d','\xf2','\xf0','\x16','\x7f','\x77','\x18','\x71','\x23','\x92','\x01','\x11','\x96','\xf8','\x0e','\x45','\xfd','\xc1','\xc3','\xec','\x48','\xa0','\x1d','\xa8','\x69','\x8a','\x80','\x56','\xd3','\x54','\x5f','\x33','\x6a','\x10','\xdd','\x60','\x88','\x88','\x35','\xda','\xe4','\xe7','\x5c','\xf9','\x87','\x11','\x83','\x89','\x08','\x96','\x3f','\x7f','\x37','\xda','\x11','\x7a','\x83','\x31','\xd3','\x0e','\x0c','\x78','\x13','\xef','\x18','\x12','\xd2','\x04','\xcb','\x28','\x99','\x20','\x04','\xf2','\xc8','\x93','\x15','\x90','\x39','\xc2','\x75','\x31','\x2f','\x1b','\x84','\x9f','\x37','\xe0','\x1d','\xf5','\xf0','\xf6','\x38','\x44','\x63','\x01','\x6d','\x64','\x12','\x5b','\xa8','\xa1','\x0b','\xaf','\xa1','\x5a','\xad','\x01','\x52','\xab','\x05','\xbc','\xbc','\x00','\x02','\x69','\x7c','\x01','\x70','\x94','\x78','\xf4','\x3d','\xea','\x41','\xfc','\xa8','\x0f','\x68','\x83','\xcc','\x50','\x04','\x57','\x42','\x48','\x82','\x02','\xc1','\x95','\xc4','\x43','\x81','\x4a','\x89','\xee','\xf3','\x1d','\x7d','\x03','\xf4','\x25','\x5e','\xfe','\xdf','\xe9','\xd7','\x5a','\xf0','\x4f','\x3c','\xf2','\xce','\xf6','\x18','\x25','\xa3','\x64','\x6a','\xa6','\x49','\x21','\x8b','\x9e','\xc9','\x0d','\x5f','\x54','\x35','\x91','\x5b','\x42','\xd5','\xd1','\x50','\xd1','\x22','\x5b','\x0b','\x01','\x29','\x10','\x59','\xbc','\xfd','\x51','\x4c','\xa2','\xf1','\xe3','\xc6','\x24','\x86','\xd9','\xe2','\x00','\xa7','\xdf','\x8d','\xfd','\xc2','\x43','\x8c','\x69','\xdd','\x0a','\xed','\x23','\xe0','\x6d','\x00','\xbc','\x8e','\xd1','\xf0','\xff','\x18','\x45','\x8f','\x6d','\x42','\xcf','\x6e','\x23','\x7f','\x97','\x0d','\x26','\x22','\x84','\xe3','\x7f','\x8c','\x92','\xc7','\x36','\x11','\xf1','\x09','\xfc','\x38','\x91','\x20','\x0e','\xf9','\xff','\x77','\x9c','\xdf','\xb3','\x5f','\xc0','\x4f','\x7d','\x54','\x1b','\xaa','\xd3','\xb1','\x06','\x61','\x03','\x82','\x37','\x54','\x10','\x8d','\x02','\x39','\x67','\xc8','\x41','\x12','\x1c','\x0e','\xc8','\x28','\x21','\x82','\x18','\x16','\xc8','\x60','\xcb','\xa4','\x65','\x99','\x0f','\xf6','\x86','\x7a','\x42','\xf0','\xf4','\x4f','\x13','\x94','\x62','\x40','\x27','\xd8','\x88','\x19','\xe7','\xa3','\xf4','\xe0','\x41','\x04','\x09','\x35','\xad','\x20','\x93','\x87','\xac','\x66','\xe5','\x42','\x8b','\x5c','\x68','\x8e','\x52','\x77','\x5d','\x30','\xc1','\xbe','\x7b','\xde','\x71','\x1a','\x58','\xce','\x9a','\xed','\x46','\xe5','\x2a','\x5f','\xc9','\xa8','\x56','\xe5','\x20','\x0b','\xd5','\x60','\xa1','\x4a','\x2e','\x05','\xe4','\xe2','\x18','\xa9','\x63','\xe2','\x09','\x70','\xcb','\xc4','\xc3','\xef','\x5a','\xcf','\x67','\x0c','\x89','\xab','\x08','\x99','\x4a','\xb8','\x05','\xe8','\x60','\xf8','\x27','\x32','\x9a','\x68','\x85','\x67','\x52','\x7d','\x94','\xf4','\xa9','\x01','\xac','\x5e','\x83','\x7c','\x58','\x23','\x7d','\xb4','\xe5','\x2a','\x9f','\xf7','\x56','\x32','\xc1','\x8f','\x5d','\xb8','\x9f','\xbc','\xc7','\x3a','\xe4','\xe3','\xdc','\x29','\x83','\xf3','\x5c','\x81','\xa2','\x5d','\x0a','\x9a','\x54','\xa1','\x2c','\x50','\xfe','\x09','\x38','\xd5','\xf1','\xdd','\x64','\xfb','\x6b','\x36','\x85','\xf8','\x8b','\xef','\x68','\x8f','\x0c','\xe9','\x59','\x35','\xa2','\x50','\x2a','\x13','\xc5','\x27','\xcc','\x45','\x47','\x1e','\x44','\x9f','\x16','\x23','\x4e','\x6d','\xa2','\xe9','\xc1','\x8b','\x08','\x0e','\xad','\xa4','\xa0','\x93','\xed','\x37','\xc9','\xac','\x47','\xa2','\x47','\x48','\x62','\x33','\xef','\xe6','\x3b','\xc7','\x79','\x70','\x4a','\xeb','\x7c','\x84','\xa6','\x45','\xca','\xad','\xf8','\x34','\xea','\x84','\x98','\xfa','\x86','\x1f','\x37','\xdf','\x11','\x41','\xe3','\xec','\x13','\x32','\x59','\x91','\xb5','\xa3','\xef','\xdc','\x17','\xbc','\x5f','\x2a','\xd5','\x74','\x9f','\x2e','\xef','\x1d','\x91','\x73','\xb6','\xe1','\x22','\xce','\x15','\xb7','\x1f','\x34','\xfb','\xa2','\xc1','\x9e','\x6a','\xca','\x44','\xd0','\x15','\xdd','\xd8','\x2f','\xa5','\x64','\x24','\xc0','\x93','\x96','\xce','\x98','\x64','\x26','\x4f','\x72','\x05','\x94','\xb3','\xd0','\x9f','\x17','\x43','\xbd','\x07','\x11','\xef','\xc5','\x83','\x17','\x83','\xfd','\x17','\x09','\xc7','\x74','\x85','\x4c','\x4f','\xb5','\xb4','\x71','\x43','\x9d','\x90','\xb6','\x18','\xf9','\x39','\x26','\xc5','\x1b','\xfb','\x25','\x4d','\x1b','\x12','\xd1','\xa4','\x48','\x5c','\x4c','\x16','\x19','\x22','\x10','\xc7','\x5a','\x20','\x0d','\x40','\x7b','\x56','\x03','\x8c','\xfd','\x35','\x71','\xef','\x3b','\xf8','\x8c','\xdc','\xd8','\x1e','\x64','\x24','\x0c','\x8d','\xc2','\x7f','\x44','\x85','\xf8','\x64','\x04','\x61','\xda','\x0e','\xf0','\xdb','\xf2','\x81','\xd5','\x12','\x81','\x19','\x6b','\x71','\x70','\x43','\x51','\x7c','\x90','\xde','\x40','\x25','\x43','\x5a','\xd2','\x6c','\xe0','\x10','\x6b','\x4c','\x28','\x8a','\x19','\xa8','\x43','\x05','\x16','\x88','\x42','\xac','\xa5','\x8c','\xb9','\x91','\x04','\xb3','\x0c','\x75','\x96','\xc8','\xd1','\x3a','\x29','\xbc','\xcf','\x7c','\x35','\xf5','\x0f','\xa5','\xcb','\x2b','\x04','\x98','\xa3','\x80','\x8e','\xde','\x44','\x09','\xae','\x2e','\xc6','\x02','\x6e','\xae','\xcf','\x39','\x60','\x2f','\xad','\x2e','\xa1','\xf7','\x1a','\xe7','\xf7','\xa8','\x07','\x87','\x78','\xab','\x54','\x15','\x29','\xe0','\x6e','\x17','\xc8','\x99','\xc6','\x3a','\x17','\x58','\x5b','\xdb','\x8d','\xf5','\xa8','\x8a','\x41','\x13','\x1a','\x01','\x1a','\x5a','\x78','\x7b','\xc3','\x07','\x99','\x98','\x2b','\x20','\xc4','\x02','\xce','\xa3','\x46','\x2e','\x98','\x46','\x32','\xc2','\xc6','\x56','\xe5','\xda','\xcc','\xbb','\x51','\x8f','\xa9','\xd4','\xd0','\x7d','\x4d','\xd0','\xb2','\x36','\x46','\x0f','\x35','\x96','\x10','\x01','\x17','\x17','\xe1','\xc0','\x87','\xc9','\x11','\xb7','\xe5','\x59','\x91','\xf3','\x4e','\x73','\x89','\xf6','\x22','\xd1','\x6b','\x24','\xf9','\x37','\xdc','\x50','\x5c','\x5b','\x4f','\x88','\x90','\xc1','\x20','\xe8','\x14','\x8e','\xa9','\xc2','\xe5','\x99','\x5b','\x79','\x3e','\x3c','\x78','\x06','\x67','\x4f','\x12','\x3f','\x15','\xfc','\xda','\x27','\x71','\xa7','\x1c','\x77','\x0e','\xc4','\x2b','\x47','\xe2','\xbe','\x16','\x77','\x8e','\xc4','\x9d','\x5a','\x7c','\xfc','\x91','\xb8','\x0b','\xdc','\x9b','\xd7','\x79','\x3d','\x4c','\xb4','\x27','\x82','\x8c','\x28','\xd2','\x32','\x62','\x7c','\xc0','\xb9','\x9b','\x22','\x7b','\x09','\x99','\x40','\x7d','\xcd','\x05','\x71','\x0e','\x46','\x48','\xe3','\x0a','\x23','\xc9','\xcb','\x83','\x13','\x7e','\x8f','\x7d','\x6a','\x28','\x86','\x36','\xa0','\x51','\x95','\x52','\x31','\x9e','\x11','\x07','\x71','\x0c','\x97','\x61','\x35','\x16','\xcb','\xa4','\x58','\x0e','\x46','\x7d','\x72','\xf0','\x28','\x29','\x89','\x11','\x82','\xbf','\xb5','\x2a','\xbc','\xb7','\x1e','\x8b','\x38','\xbc','\x12','\xb2','\x5c','\x43','\x03','\x64','\xd4','\x0f','\xde','\x5d','\xc9','\x7b','\xd6','\xd3','\x9c','\x77','\x42','\x25','\xd1','\xf8','\x6e','\x2a','\xe2','\x22','\x9b','\xa3','\xcd','\x87','\x3d','\x58','\x1e','\xff','\xe6','\x32','\x86','\x80','\x96','\x23','\x64','\xe0','\xdd','\xeb','\x10','\x41','\x3d','\xd8','\xa1','\x30','\xad','\x03','\xc4','\x4c','\x86','\x4e','\x40','\x90','\x32','\xe2','\x37','\x4e','\x96','\x25','\xd5','\x6c','\x50','\xcd','\x92','\x00','\x04','\xd2','\x14','\x08','\xe0','\xa7','\x3b','\xb8','\xf9','\xf3','\x5e','\xed','\xc1','\xf1','\xe5','\xc5','\x86','\x26','\xc4','\x7a','\xf6','\xb2','\xe8','\xe2','\x28','\x9c','\x3b','\xf3','\x65','\x72','\xf9','\xb5','\xe6','\x49','\xba','\x22','\xcc','\xed','\x20','\x73','\x37','\xd6','\xd3','\x5a','\x32','\x48','\x11','\xf4','\x2a','\x6f','\x0f','\xef','\x35','\x2c','\xbf','\x3c','\xac','\xe7','\x10','\x82','\x7e','\xa5','\x69','\x90','\x16','\xdd','\xe1','\x65','\xba','\x1d','\x26','\xa2','\xb9','\x55','\x8f','\x10','\x4d','\xbb','\x71','\x9c','\x13','\x83','\xa1','\xa0','\x93','\x39','\x69','\xc7','\x8b','\x3b','\x7e','\x7c','\xfa','\x5c','\xe8','\x34','\x0b','\x4d','\xe3','\xd0','\xa3','\x93','\xa1','\x47','\x17','\xe3','\x7f','\x36','\xf9','\xeb','\x47','\xdd','\xf8','\x74','\x10','\x57','\x50','\xbc','\x57','\xeb','\xe8','\xee','\x6d','\xef','\xee','\x4d','\x64','\xfa','\x68','\x59','\xa7','\xda','\xe6','\x1b','\xd6','\xcf','\x80','\x61','\x68','\x25','\x55','\x33','\xd3','\x81','\x49','\x35','\x8b','\x6a','\xb6','\x14','\x2c','\x20','\xed','\x11','\x94','\x26','\x52','\x90','\xa5','\xc6','\x56','\x3f','\xbb','\x85','\x8e','\x51','\x9a','\x55','\x68','\x6d','\x80','\x96','\xb7','\xd2','\xf2','\x68','\x9c','\x66','\xda','\x8f','\xb8','\x34','\xbd','\xbc','\x0e','\x1b','\xeb','\x59','\xc3','\x83','\xbf','\x64','\x9d','\xbc','\x1e','\xcd','\x8b','\x6b','\x93','\xf1','\x74','\x35','\x74','\x3d','\x1b','\xda','\x76','\x30','\xa4','\x2d','\x86','\xb4','\x33','\xf1','\xb4','\xf6','\xeb','\x9f','\x1f','\x8c','\x6f','\x7b','\x35','\xae','\xfd','\x45','\x3c','\x9d','\x8a','\xf7','\xde','\xda','\xb1','\xad','\xab','\x5d','\x53','\x13','\x6f','\xd4','\xa9','\xe9','\xdd','\xd0','\x1e','\x18','\x67','\x59','\xb3','\x7d','\xa1','\x7f','\x60','\xe9','\x22','\x45','\x45','\x47','\x7d','\x28','\xf9','\xb5','\xe5','\xd7','\x41','\xc0','\x07','\xac','\xb1','\xa4','\x15','\x8f','\x24','\x3c','\x32','\x30','\x0f','\x17','\x01','\x33','\x68','\x71','\x8e','\xae','\x1d','\x1f','\xe1','\xc7','\xe8','\x16','\x92','\x2c','\x3f','\x8b','\xac','\x02','\x2a','\xe6','\x83','\x62','\x44','\x3b','\x28','\x6b','\xc5','\x8d','\xac','\x88','\x20','\x29','\xf0','\xc8','\x75','\xdf','\xca','\x47','\xac','\x42','\xb3','\x1c','\xcb','\x47','\x46','\xf3','\x11','\x33','\xbf','\xc3','\xcc','\x53','\xf3','\x22','\x1a','\x39','\x01','\x24','\x54','\x79','\x04','\x29','\xad','\x0d','\xf0','\xdc','\x00','\x27','\x1d','\x71','\xe0','\x22','\xf4','\xe2','\x4f','\x90','\xe7','\x35','\x4a','\xb0','\xc7','\x16','\xea','\xa4','\x36','\x0f','\x4c','\xd4','\x17','\x3d','\xe2','\x9c','\x23','\x67','\x59','\xcb','\x32','\x79','\xf8','\x8d','\xfb','\x0b','\x81','\x17','\x50','\x91','\x69','\x63','\x29','\x5a','\x4b','\xd1','\x29','\x2b','\xa4','\x64','\x50','\xf0','\xc7','\xe8','\x64','\x19','\x9d','\x44','\x34','\x38','\xe0','\x9f','\x3c','\x40','\x4f','\x06','\x34','\xa8','\xd0','\x63','\x94','\x1e','\x63','\xbc','\x8c','\x73','\xb4','\xd2','\x76','\x4c','\xdf','\x35','\x3e','\xfc','\xbc','\x08','\xe8','\x04','\xe4','\x15','\x25','\xf3','\x18','\x9d','\x9f','\x47','\x3f','\x51','\xd0','\xdc','\x12','\xf2','\xc2','\xfc','\x93','\x60','\x76','\x92','\x54','\x1f','\x21','\x2f','\x5d','\x22','\xe7','\x0c','\x52','\x5e','\x24','\x4f','\x67','\x89','\x7b','\x47','\xcb','\x6d','\x73','\xef','\x6c','\x4f','\xa2','\x64','\x50','\x0b','\xf6','\x69','\x43','\xd7','\x71','\xa5','\x21','\x9c','\x1e','\x90','\x10','\xf8','\xe1','\x12','\xd8','\xe2','\xf8','\xe3','\x5d','\x9e','\xc3','\x64','\x2e','\x43','\x2e','\x5f','\x23','\x2f','\xa6','\xc8','\xc2','\x66','\x6e','\x9b','\xdc','\xa8','\x0f','\x61','\xfd','\x74','\xf6','\xc0','\xfa','\x89','\x47','\xac','\xb8','\x6f','\x87','\x22','\x0b','\xa1','\xc8','\x23','\xa1','\x5f','\x73','\x03','\x30','\x4b','\xf3','\x5b','\x19','\xdb','\x02','\x84','\xbd','\x47','\xc5','\xfa','\xa9','\x89','\xf5','\x53','\xc9','\xc4','\x8f','\xb8','\xed','\x37','\xae','\x1f','\x14','\x16','\xfb','\x54','\x5f','\xa2','\xaa','\x0c','\xeb','\x5f','\x95','\x41','\xa9','\x36','\x4a','\x41','\xd4','\xcc','\xca','\xc5','\x96','\x8a','\x49','\x0a','\x7a','\xb3','\x55','\xdc','\x2e','\x8e','\x09','\xaa','\x37','\x6d','\x89','\x78','\xda','\xaf','\x10','\xca','\x31','\x66','\x70','\x55','\xf3','\x01','\xf5','\x38','\xa2','\x9e','\xa9','\xe1','\x96','\x27','\x55','\x38','\x07','\x6c','\xd6','\x52','\xe9','\x6f','\x66','\x91','\x83','\x7c','\x46','\x37','\xec','\x2f','\x7e','\xfd','\x1d','\x64','\x41','\xe7','\x54','\x39','\x3d','\x55','\x8e','\x33','\x9f','\x1b','\x8b','\xc8','\x9b','\x0a','\x4f','\xd7','\x42','\xf1','\xe9','\xd0','\xd3','\x01','\xed','\x56','\xfc','\x3d','\x4a','\xc7','\xaf','\x83','\xf8','\x7f','\x57','\x68','\x4e','\x89','\x7f','\x3e','\x88','\xdf','\xa7','\x70','\xb4','\xe7','\x18','\xcd','\xa1','\xb5','\xf3','\x15','\x0d','\x61','\x7e','\x5c','\xe1','\xcf','\xbb','\xd1','\xb7','\x5c','\x36','\x5e','\x5e','\xf6','\xab','\x9c','\x7e','\xf0','\xb6','\x33','\x56','\x7a','\xda','\x4a','\x4f','\x89','\xa0','\xfb','\x49','\x2b','\xed','\xda','\x6f','\xb8','\xbc','\xb4','\x42','\x2e','\xe6','\x68','\xfb','\x1e','\x6e','\x2b','\xe3','\xb8','\x13','\x7d','\xcb','\x91','\x44','\x10','\x41','\x02','\x08','\x42','\x19','\x6d','\xbc','\xaa','\xbc','\xbf','\xcc','\x87','\x83','\xe6','\x2a','\x34','\x37','\x4d','\x73','\x67','\x44','\x39','\x25','\xde','\x86','\x4e','\x26','\xaf','\xb8','\xcd','\xef','\x34','\xf1','\x3d','\xf1','\xb9','\x93','\xbc','\xe2','\x50','\x70','\xda','\x70','\x50','\x0e','\xf3','\x4e','\x76','\xcf','\xba','\x3b','\x43','\xae','\x16','\x2a','\x03','\xe2','\x15','\xfd','\xd7','\xd3','\xda','\xec','\x19','\x6d','\x96','\x97','\x53','\x22','\x54','\x64','\x72','\x39','\x5a','\x44','\xe0','\x2d','\x57','\xbf','\xf2','\x3d','\x16','\x2a','\x1f','\x09','\x35','\x93','\xb5','\x01','\xd2','\x98','\xbd','\xc5','\x88','\xc8','\x0a','\xc1','\xcf','\x30','\x6e','\x95','\xd1','\xcf','\x57','\x94','\xdc','\xb4','\x96','\x3b','\xd3','\x7d','\x65','\xda','\x98','\x9d','\x72','\x44','\x34','\x84','\x9a','\x73','\xf5','\x37','\x20','\x19','\xdb','\x32','\xbe','\xa7','\x81','\xcf','\x99','\x03','\xbe','\x4c','\x39','\x80','\x9a','\xc6','\xfa','\x5b','\x4c','\x4b','\xbb','\x02','\x65','\x81','\x8a','\xfe','\xc6','\xb4','\x96','\x3e','\x83','\x42','\xd3','\x28','\x34','\x85','\xd2','\x65','\xfb','\xad','\x49','\xc8','\xc2','\xc6','\x91','\x76','\xf5','\xb7','\x84','\x10','\xfa','\x9e','\x14','\x2a','\xf3','\xc1','\x61','\xe3','\x4e','\xa3','\x55','\x72','\x08','\xb7','\x8e','\x33','\x92','\x03','\xc7','\x77','\x25','\x5d','\x56','\x43','\xe5','\xa1','\x50','\x45','\xe2','\x0a','\x71','\xfc','\x0c','\x1e','\x9c','\x26','\x7c','\x7c','\xd2','\x65','\x25','\x3d','\xa9','\x86','\xdc','\xfd','\x39','\xf7','\xf4','\x1b','\xef','\x33','\x3e','\xc0','\xe4','\x40','\x1a','\xc1','\x74','\xef','\xa2','\xde','\x42','\x94','\xd5','\xa9','\x67','\x02','\xb8','\x80','\x50','\x07','\x5b','\xea','\x03','\xb6','\x69','\x40','\x37','\x83','\xd7','\xa3','\x43','\x28','\x3c','\x81','\x24','\x89','\x5f','\x6d','\x78','\x0d','\x9f','\xc7','\xd1','\xb7','\xf8','\x02','\x72','\xe5','\xdb','\xdc','\xe1','\x74','\x39','\x95','\x2b','\xf7','\x0f','\x56','\xb4','\xf1','\x69','\x94','\x3e','\x63','\xbf','\x35','\x8d','\x72','\x53','\x68','\xb0','\x1c','\x1e','\x17','\xfd','\x8a','\xbb','\xec','\x8a','\xfb','\x2f','\x43','\xee','\xd0','\x72','\xbf','\x1a','\xe9','\x3f','\x92','\x82','\x00','\x27','\x7b','\x0a','\x8f','\xfd','\x9a','\x65','\x4f','\xb9','\x02','\xf0','\xde','\xe4','\xe8','\x5b','\x95','\xec','\x29','\x3e','\x32','\x67','\x50','\x7a','\xda','\x7e','\x6b','\x0a','\xa2','\x4e','\xe2','\x93','\xec','\xd7','\x2e','\xd0','\xc0','\x2e','\x8f','\x36','\xca','\x7d','\x0f','\xe5','\xca','\xe8','\x0a','\xd0','\xf7','\x35','\xde','\x5b','\x25','\x42','\xc0','\xbb','\xcb','\x47','\x4f','\x4d','\x43','\x7b','\x9e','\x7a','\xba','\xdc','\xf3','\x74','\xa5','\xe7','\xe9','\x69','\xfd','\xe9','\x33','\x72','\x6e','\xba','\xed','\xca','\x94','\x39','\x5b','\x4e','\x84','\x26','\xa9','\x18','\x61','\xf1','\x1d','\xf7','\xa9','\xa7','\xdd','\x9e','\xa7','\xbf','\xd7','\xf3','\x74','\x59','\x7f','\xda','\x91','\x73','\x4e','\x9b','\xa0','\xfb','\x7b','\xc7','\x7c','\xe9','\x6f','\x94','\xfb','\xd2','\x30','\xce','\x52','\xcb','\x19','\x20','\xa5','\x0a','\x41','\x7b','\xf4','\x37','\x26','\x1b','\x5f','\xd8','\xfe','\xb4','\xbb','\xad','\x89','\xef','\x6d','\x7f','\x9a','\xcf','\x2c','\x04','\x9c','\xe8','\x6f','\x40','\xf9','\x8e','\x7e','\x1d','\x7d','\xab','\x0c','\x1c','\x35','\xa1','\x69','\xfd','\x8d','\x33','\x7d','\xe9','\xe9','\xbe','\xf4','\x14','\x84','\x18','\xbc','\x31','\xd9','\x97','\x76','\x1b','\xe0','\xfd','\x82','\xb1','\x6a','\xf9','\x1e','\x5f','\xf9','\x8d','\xf1','\x69','\xa0','\x73','\xc1','\x6d','\x7b','\x84','\xc5','\xcb','\xd5','\xf8','\xd4','\x7c','\xe8','\x64','\xcd','\x66','\x0b','\x51','\x67','\xa1','\x65','\xf1','\xe2','\xba','\x27','\x17','\xda','\x1e','\xa9','\x75','\xba','\xf3','\x83','\x4e','\x55','\xa1','\xd5','\xcd','\xb4','\xda','\x17','\x54','\xbb','\x2a','\xd5','\x4c','\xa5','\xfa','\xdd','\x4a','\x35','\x51','\xf9','\xe9','\x87','\x59','\x8d','\x52','\x4f','\xa1','\x9e','\x2a','\x1e','\x94','\x20','\x0d','\xb1','\x25','\xbc','\x2e','\xca','\xd6','\x21','\x8d','\x63','\x8f','\xa6','\xd9','\x4b','\xda','\x7d','\xda','\x1a','\x2c','\x6a','\x07','\x17','\xb5','\x92','\xa6','\x99','\xcb','\xb0','\x17','\x57','\x65','\xf8','\xf1','\x8d','\x45','\x7e','\x4f','\x46','\x39','\x8f','\xbd','\xe1','\xac','\x0f','\x09','\xac','\x73','\xee','\xbc','\xcf','\xb5','\x5f','\x67','\x87','\xbe','\xe4','\x1e','\xfa','\xd2','\xe4','\xa1','\xdc','\xd4','\xa1','\x9c','\xf3','\xb9','\x2b','\xa5','\xfb','\xae','\x98','\xa5','\x9c','\x69','\x72','\x14','\x00','\xf6','\x55','\xd3','\xcc','\xe7','\x01','\x45','\x8e','\x82','\xfd','\xaa','\x6d','\x2a','\x3b','\x51','\x11','\xf8','\x2e','\xd6','\x63','\xad','\x81','\x3b','\x2d','\xcd','\x7e','\x53','\x3b','\x54','\xd4','\x0f','\x8d','\x26','\x0f','\x1d','\x44','\x87','\x4a','\xe8','\x73','\x75','\x72','\xdf','\xeb','\x41','\x29','\x4f','\x4c','\x8e','\x1c','\xe5','\xb0','\xaf','\xcc','\x98','\xa6','\x78','\xc8','\x62','\x2e','\x99','\xb9','\xd3','\xf6','\xd5','\x56','\x73','\x14','\xa3','\xc2','\x93','\xec','\x3a','\x5d','\x2f','\x35','\x71','\x67','\x01','\xb8','\x49','\x0f','\x15','\xe8','\x0a','\x3e','\x77','\x95','\xde','\x77','\x95','\x96','\x0a','\x4b','\x66','\x81','\x36','\x60','\x5f','\xa5','\x2b','\xb2','\x59','\x58','\x6a','\xfc','\x88','\x4c','\xc2','\x16','\x77','\xae','\x0f','\x2d','\xad','\x8f','\x79','\xeb','\x91','\x77','\xa7','\xc8','\x23','\x7f','\xc8','\xe4','\xa8','\x1e','\xb2','\xd9','\xa1','\xdc','\xc5','\xcf','\x5d','\xb9','\x78','\xdf','\x95','\x8b','\xa5','\xc2','\x82','\xc9','\x91','\xaf','\x99','\x56','\xcd','\x7e','\xf9','\xbc','\x79','\xb0','\x6a','\x96','\xaa','\xa6','\xa0','\xbe','\xb4','\xeb','\x50','\x22','\xd3','\x61','\x8b','\x75','\x5e','\xc3','\xfa','\x10','\x47','\xf9','\xce','\x1c','\x70','\xba','\x1e','\xca','\x27','\x0e','\xdd','\x4b','\x0f','\xdd','\x37','\x73','\xc8','\x9c','\xf9','\x5c','\xdd','\xbc','\xaf','\xee','\x95','\x72','\xae','\x59','\x60','\xe6','\xbd','\xae','\xc9','\x07','\xf0','\x8a','\x6b','\xe6','\x56','\x61','\x5f','\x09','\x78','\xb9','\xa6','\x9e','\xe9','\xf5','\xeb','\x12','\x77','\x5a','\xd4','\xbe','\xae','\x1d','\x2a','\xf4','\x1c','\x32','\x33','\x87','\xec','\xb7','\x0f','\x1d','\x96','\x3e','\x57','\x47','\xf7','\xbd','\xe2','\x97','\x84','\x9f','\xa8','\x39','\xe2','\x9b','\x82','\x0e','\xb7','\x21','\x34','\x60','\x5f','\xdb','\x61','\x5a','\x14','\x15','\xe1','\x31','\xf5','\x7a','\x4c','\x1a','\xb8','\x53','\x78','\xd1','\x1f','\x1a','\xf1','\x0f','\x59','\xe4','\x90','\x89','\x38','\x60','\x9c','\x5f','\x09','\x4a','\xe6','\xca','\xbf','\x51','\xfb','\x95','\x60','\xf5','\x27','\xd3','\xe2','\xf3','\x6b','\x9a','\xe8','\x86','\x71','\x8e','\x05','\x77','\x16','\x20','\xc5','\xd5','\xea','\x38','\xdb','\x0c','\xda','\xf3','\x32','\x29','\x8d','\x04','\xab','\x0d','\x78','\x65','\xb5','\x31','\xa6','\x78','\x17','\xc0','\x05','\x64','\x96','\xd8','\xa2','\xb9','\x1e','\x71','\x58','\xeb','\x63','\xec','\x4e','\xc8','\x6b','\xaf','\x1c','\x2a','\x3c','\x29','\xea','\xa9','\x1c','\xca','\xff','\xfd','\xe7','\xae','\xbd','\x79','\xdf','\xcb','\xdd','\xa5','\x83','\x43','\xfc','\x8f','\xc2','\xdf','\x3f','\xcc','\xec','\xba','\xb9','\xf6','\x5f','\xe3','\x47','\xe0','\x26','\x9f','\x57','\x36','\x45','\x9a','\xf8','\x83','\x3f','\xfd','\x1a','\x9f','\xf7','\x3f','\x98','\x54','\x9a','\x78','\x64','\xe0','\x9f','\x3d','\x3c','\xf0','\xfb','\x0f','\x0f','\x98','\x4f','\xfe','\x89','\xf1','\xd5','\x3f','\x30','\xbe','\xfa','\x87','\xc6','\x53','\x7f','\x66','\xff','\xed','\x06','\x63','\x52','\x59','\x81','\x2d','\xca','\xe5','\xf5','\xec','\xae','\x4f','\xb2','\xf5','\x12','\xba','\xb3','\x80','\xc4','\xf8','\x04','\x87','\x3e','\x47','\x0e','\x7d','\x91','\x1c','\x2a','\x90','\xcf','\x5d','\xf5','\xef','\xbb','\x4a','\x4a','\xbc','\x31','\xc5','\xb0','\x39','\xc2','\xcc','\xe2','\x49','\xfb','\xe5','\x93','\xbc','\x5c','\x01','\xa4','\x6d','\x35','\x91','\x91','\xa6','\xf6','\x5b','\x7e','\x31','\x54','\x19','\x99','\xad','\xdc','\x27','\x25','\x73','\xe1','\xd8','\xe1','\x97','\x51','\x7e','\x22','\x28','\x9a','\xe5','\x83','\xea','\x01','\x13','\x95','\xec','\xa5','\xcb','\xa6','\x04','\xa9','\x46','\xe0','\x29','\xe5','\xb0','\x48','\x25','\x36','\x49','\x93','\xd2','\xd2','\x3b','\xa2','\x45','\x90','\x59','\x67','\x8b','\x7c','\x05','\x56','\xf9','\xe0','\xf0','\x2d','\x76','\x67','\x2e','\x62','\xff','\x32','\x38','\x54','\x70','\x61','\xb2','\x0a','\xd9','\x43','\xf9','\xdd','\x9f','\xfb','\xd9','\xee','\xfb','\x7e','\x76','\x67','\xc9','\xba','\xd3','\x2c','\xee','\x33','\x0f','\x46','\x1b','\x6c','\xba','\xef','\x6e','\x0f','\xbf','\x5c','\x73','\x5b','\x69','\x7d','\x28','\xb2','\x3e','\x5e','\x5c','\xbf','\xae','\xe7','\xce','\xd9','\x88','\xfd','\x4a','\xe2','\xd0','\xff','\xf9','\x27','\x87','\x16','\x7a','\x0e','\xcd','\x4e','\x1e','\x9a','\x75','\x0e','\xcd','\x99','\x9f','\x83','\x3c','\x95','\xa7','\xcd','\x37','\xaa','\xe6','\x9c','\x6a','\xd6','\x4a','\xb6','\x37','\x6f','\xce','\xb5','\x9a','\xb5','\x84','\xe9','\x0d','\x98','\x5e','\xdd','\x9e','\x73','\xcc','\x9f','\x20','\xd1','\x9e','\x85','\xf5','\xc8','\x5f','\x2f','\x9f','\x83','\xf9','\x5a','\x70','\xed','\x57','\x7f','\x71','\xe8','\x82','\x73','\x68','\xe1','\xd8','\xa1','\x85','\xb1','\x43','\x0b','\xe8','\xd0','\xdf','\x05','\x9f','\x5b','\x30','\x4a','\x0b','\x3f','\x33','\xff','\xee','\x56','\x73','\xe1','\x4f','\xcc','\x85','\x69','\xfb','\xef','\xa8','\xb9','\xb0','\xcd','\xbc','\xf4','\xcf','\xcc','\x1f','\x9c','\x34','\xff','\xab','\x62','\xd7','\x17','\xf9','\xfe','\x40','\xb3','\x33','\xec','\x8a','\xca','\x5b','\xc2','\x17','\x0f','\xb4','\xe7','\xf9','\x1e','\xfb','\x82','\x7f','\xe8','\xf9','\x1e','\x00','\x17','\x3c','\x74','\x88','\xb1','\xcf','\x79','\xa8','\x24','\xe2','\x16','\x01','\x17','\x7c','\xdb','\x93','\xcd','\x05','\x02','\x41','\xf4','\xe7','\x14','\xd3','\x4b','\x41','\xbf','\xb8','\x75','\xca','\x4f','\xa7','\x45','\x7f','\x7d','\x8c','\x6f','\x0d','\x63','\x3d','\xca','\xdc','\x79','\x99','\x2f','\x0f','\xe3','\xd0','\x79','\xff','\xd0','\xfc','\x30','\x40','\x08','\x9f','\x9b','\x1f','\x2e','\x9d','\xf7','\x81','\x8c','\xf6','\x42','\xc0','\x4b','\xdb','\xdb','\x65','\x5e','\x86','\xdf','\x35','\x9f','\xef','\x31','\x9f','\x7f','\xc6','\x7e','\xe9','\x59','\xf3','\xd2','\x63','\xc8','\xab','\xb3','\x7a','\x15','\x26','\x1d','\xa1','\xf5','\xb1','\x1d','\xd0','\x9e','\x7f','\xe4','\x2d','\xd9','\x71','\xe8','\x9c','\x02','\xed','\xe1','\xe5','\x39','\xe5','\x73','\x17','\xfc','\x12','\xff','\xd3','\xe7','\x36','\x98','\xfc','\x4f','\xcf','\x0d','\xdb','\xd5','\x8c','\xf9','\xe2','\x56','\xf3','\xe7','\x9a','\x79','\x8e','\x9a','\x97','\x2f','\xdb','\x2f','\xb6','\x9a','\x0b','\x78','\x23','\x92','\x37','\xb3','\xa3','\xca','\xb8','\x9c','\x78','\x6b','\xa0','\x51','\xee','\x7f','\x68','\x7d','\x83','\x1e','\xf9','\x32','\xfb','\x85','\xb7','\x4b','\x4c','\xf4','\x31','\x9a','\x0c','\xdd','\x30','\xd1','\x61','\xe4','\x44','\x91','\xd9','\xc2','\x96','\x34','\xf3','\xb2','\x37','\x57','\x8d','\x86','\x9c','\x90','\x53','\x87','\x0c','\xd1','\x90','\x2d','\xda','\x2b','\xd7','\xbd','\xac','\xe7','\x8d','\x4e','\x57','\xef','\x4f','\x32','\xd2','\x78','\x82','\x2d','\x98','\xf3','\x13','\x42','\xcf','\xdf','\x7c','\x3a','\xd8','\x71','\xa9','\xba','\x95','\x43','\x38','\xa3','\x96','\x6f','\xe4','\xd5','\xe7','\x16','\x41','\xec','\x32','\xf3','\x45','\x56','\xee','\xf2','\x4b','\xa9','\xec','\xe9','\xe0','\x7e','\xc7','\xbb','\x1f','\xcd','\x93','\xcf','\x06','\xe2','\x8d','\xcf','\x39','\xa2','\xb3','\x44','\x44','\xde','\x1c','\x96','\x6f','\x3e','\xb6','\x61','\x07','\x63','\x5b','\x3d','\x6f','\x2b','\xdc','\xf1','\xe6','\xcb','\xc9','\xe5','\x74','\xd5','\x02','\x22','\x1e','\xcd','\xb1','\xaf','\x94','\xb1','\x14','\xe0','\xb0','\xc2','\xfe','\xbf','\xb4','\x15','\xcd','\x24','\x1d','\xf3','\xa6','\xdc','\xe9','\x54','\x0a','\x5f','\x84','\x48','\xae','\x80','\x1b','\x09','\x71','\xb6','\x14','\xc7','\x72','\xa3','\x4c','\xf3','\xee','\x60','\xd4','\xcd','\x7c','\x03','\x73','\x53','\x34','\x1c','\x6b','\xe4','\x62','\x10','\xef','\xbb','\x5b','\xc4','\xab','\x58','\x59','\xd8','\x24','\x4a','\xc8','\xed','\x1c','\x77','\xf5','\x59','\x37','\x13','\x72','\x5d','\x6e','\x0a','\x0e','\xba','\xf6','\x55','\x17','\x4b','\x18','\x4f','\xe0','\xcc','\x55','\x9c','\x9a','\x6b','\xed','\x77','\xc9','\x76','\x4c','\x70','\x91','\x44','\x21','\xfe','\x82','\x96','\x94','\x25','\xc3','\xe4','\x15','\xab','\x38','\xa2','\xb6','\x44','\x55','\x52','\x55','\x65','\x4b','\xa5','\x96','\xaa','\x60','\xb5','\xd3','\x55','\xf5','\xaa','\x9a','\xc1','\x9a','\x8b','\x15','\x9c','\x51','\xec','\x6b','\x0a','\xe6','\x82','\xab','\x64','\xae','\xd1','\x54','\x8d','\xf6','\x97','\xe9','\x76','\x42','\xb0','\x4c','\xa2','\x97','\x48','\xa0','\xc4','\x4a','\x2a','\x36','\x0c','\x0c','\x39','\xd1','\x66','\x1d','\xc9','\x31','\x25','\x34','\xc0','\x6f','\x1e','\x64','\x80','\x28','\xdb','\x90','\x9a','\x47','\x2b','\x71','\xfd','\x51','\x76','\x96','\xd0','\xcd','\x1a','\xc5','\xde','\x72','\x80','\x4f','\x84','\x3a','\x12','\xad','\x87','\x2a','\x5e','\xa8','\xe2','\xa0','\x78','\xd3','\x7c','\xc2','\x22','\xee','\xaf','\x05','\x5e','\xa1','\x82','\xf1','\xc0','\x8d','\x2b','\xe8','\xd7','\x69','\x76','\x43','\xbf','\xae','\x08','\x5b','\x77','\xc2','\x15','\xfd','\xc2','\xfd','\x13','\x78','\x7b','\x18','\x63','\xab','\x35','\x3a','\x49','\x02','\x99','\x94','\x14','\xf0','\x13','\x16','\xe3','\x43','\x5a','\xf8','\xe0','\xcf','\x96','\x65','\x6e','\xaa','\xdd','\x57','\x56','\xd6','\x95','\x3b','\x1f','\x2a','\xeb','\xcf','\x97','\x33','\x1f','\x2a','\xbb','\x1f','\x2a','\xe3','\x3b','\x48','\x33','\x44','\xe8','\x58','\x25','\x73','\xed','\x52','\xaa','\x5a','\xea','\x9f','\xd4','\xb6','\x93','\x01','\x7c','\x50','\x8f','\x56','\x1e','\x08','\x14','\xab','\xd4','\x5d','\x37','\x0c','\x6f','\xb5','\x9e','\x79','\x22','\xdf','\x4b','\x68','\xb1','\xac','\x44','\x6a','\x9d','\x93','\x97','\xf4','\x73','\x34','\x13','\xa6','\x6e','\x58','\xc3','\x43','\x9a','\x7d','\xc5','\xc4','\x21','\x13','\x8f','\x7b','\x99','\xba','\x93','\x9a','\xf5','\xfa','\xc7','\xcd','\xed','\x92','\x8a','\xf3','\x5a','\x74','\x92','\x06','\x72','\xb2','\x11','\xe7','\x02','\x81','\x0c','\x51','\xa3','\x05','\x1b','\xa4','\x6a','\xc8','\x56','\x96','\x5a','\x7f','\xac','\xe0','\xd1','\x4e','\xb7','\xa6','\x9f','\xcf','\x66','\x70','\xd6','\xdd','\x9c','\xc5','\x19','\xf0','\x10','\xc7','\x38','\x8b','\xdd','\x7b','\x32','\xd7','\xb2','\xa9','\xaa','\xd1','\xef','\x1a','\xdb','\xf1','\x2e','\x6c','\x85','\xa3','\x6e','\x38','\xc0','\x12','\x1f','\x41','\x83','\xaf','\x99','\x08','\xf8','\x5e','\xb4','\xf0','\x36','\x55','\x91','\x6c','\x21','\x6a','\x61','\x25','\xc6','\x3a','\xcb','\x58','\x5f','\xc0','\x19','\x99','\x4f','\x91','\x85','\xef','\x78','\xd3','\xae','\x63','\xf0','\x85','\x70','\x70','\xa6','\xfe','\x60','\xea','\x42','\xb5','\xff','\x38','\xde','\x1e','\xc1','\xd8','\x6c','\x8d','\x3a','\x24','\x00','\xc6','\x61','\xe0','\xb5','\x16','\x8e','\x25','\x3b','\x5b','\x22','\x8b','\xe4','\xbc','\x23','\xea','\x81','\xd4','\x95','\x9d','\x2e','\xd6','\xcf','\x33','\x31','\xef','\xc0','\xfc','\x6b','\x5f','\x13','\x29','\x67','\x5c','\x2d','\x73','\x4d','\x4b','\xd5','\xb4','\xfe','\x32','\x1f','\x1f','\x0d','\x1f','\xd4','\xa2','\x15','\x2d','\x50','\xe0','\xf2','\x2f','\xea','\xa9','\x63','\xe4','\xc1','\xd5','\xd5','\xf3','\xe4','\x83','\x1e','\x7d','\xe0','\xa2','\x42','\x6a','\x9d','\xe5','\xaa','\x5e','\x3b','\x9f','\x91','\xe7','\x5c','\x7e','\xfb','\xdd','\xcf','\x4f','\xf0','\x05','\x8c','\x5e','\xc4','\x13','\xb5','\xcc','\x95','\x27','\x53','\x1e','\xed','\x77','\x06','\xb6','\xf3','\x5f','\x34','\xcd','\xa8','\xe3','\x05','\x21','\xa7','\x84','\x91','\x41','\x11','\x5f','\x4e','\x38','\x16','\xb4','\x10','\x78','\x66','\x2e','\x8f','\x12','\x3a','\x4a','\x14','\x42','\x20','\x67','\xce','\x05','\x3f','\x43','\xb2','\x2e','\x31','\x70','\xd6','\xb0','\x5f','\x33','\x30','\x31','\x71','\x59','\xcd','\xbc','\xa6','\x42','\x7b','\xa6','\xb4','\xed','\x22','\x71','\x4c','\xf4','\x62','\x22','\xd0','\xf8','\x3a','\x6c','\xe5','\xeb','\x50','\xcc','\x17','\x6d','\x49','\xfa','\x64','\x8e','\xca','\x05','\x60','\x29','\x51','\x24','\xda','\x39','\x41','\xf5','\xb9','\x06','\x51','\x49','\x3b','\xfe','\x2c','\x6b','\xce','\xfb','\x04','\xcd','\x5c','\xa5','\xa9','\x39','\xda','\x3f','\x41','\xb7','\x4b','\x40','\x31','\x19','\x9d','\xa0','\x81','\xd4','\xde','\xf0','\x7b','\x87','\x7a','\x64','\xdc','\x12','\x63','\xa4','\x86','\xe4','\x51','\x44','\x47','\x91','\x42','\x90','\x68','\x4f','\x90','\x69','\x21','\x6e','\x0b','\xc1','\x7b','\x89','\xfd','\xda','\x14','\x26','\x15','\x5c','\xae','\x64','\x5e','\xdb','\x9f','\xaa','\x95','\xfa','\xa7','\xd4','\xed','\xb4','\x84','\xe9','\xfe','\xe8','\xf4','\xa5','\x40','\x3b','\x51','\xea','\x6c','\x35','\x32','\xbc','\x3d','\xbc','\x7f','\xa3','\x2d','\x08','\x22','\xa8','\x64','\xd3','\xa4','\x07','\x2d','\x31','\x5f','\xa6','\x5e','\x33','\x33','\xa4','\xe8','\x92','\x11','\x9c','\xb5','\xec','\xd7','\x2c','\x4c','\xb6','\xe2','\xf2','\xd6','\xcc','\x6b','\x03','\xa9','\x9a','\xd2','\x5f','\xee','\xdd','\xde','\xf2','\x49','\xdc','\x7a','\x28','\xfa','\x37','\x9f','\x0e','\xa8','\x5b','\x6a','\x8b','\x1a','\x7c','\x1b','\x47','\x13','\x18','\xd3','\x16','\x4c','\x49','\x95','\xca','\x40','\x2f','\xd5','\xae','\x24','\x59','\xa7','\x4b','\xf5','\x2a','\xcd','\x60','\xea','\x62','\x8a','\x33','\x40','\x90','\x82','\xa3','\x4b','\xd8','\xa5','\xb0','\x4f','\xab','\xb4','\xdf','\x85','\x34','\x35','\xd8','\xa2','\x51','\x97','\x06','\xd1','\x25','\xde','\x32','\x03','\xd3','\x0f','\xea','\x17','\x21','\xae','\xc8','\x42','\x68','\xbf','\x26','\x32','\x62','\x9d','\xf0','\x33','\xaf','\x91','\x54','\x0d','\xf5','\x97','\xd1','\x76','\x82','\xf0','\x28','\x8a','\x96','\x51','\x40','\x70','\x29','\xc6','\x0c','\x08','\xc8','\x5f','\x9e','\x77','\xc7','\x93','\xbd','\x2a','\xb5','\x99','\x92','\x43','\x9d','\xe3','\x90','\x20','\x26','\x13','\x42','\xee','\x7a','\x05','\x0f','\x27','\xec','\x6b','\x03','\xf0','\x96','\x7f','\x42','\xcb','\xd4','\xcd','\x94','\x67','\xf4','\x3b','\xde','\x76','\x34','\x85','\x73','\x91','\xe8','\x31','\x1c','\xe8','\x6f','\x97','\x92','\x92','\xa1','\x48','\x37','\xae','\x67','\x4c','\x0f','\x33','\x85','\xe0','\xce','\x29','\xbe','\x9e','\xad','\xcc','\x47','\xde','\x74','\xb1','\x85','\x33','\x96','\x7d','\xcd','\xe2','\xdb','\x1b','\xbb','\x56','\xe6','\x9a','\x95','\x3a','\x7f','\xad','\xdf','\xb5','\xb6','\xa3','\x77','\xaf','\xe7','\xe5','\xf6','\x2c','\xf0','\x75','\x58','\x85','\x7a','\x28','\xee','\xac','\x44','\x74','\x4f','\xce','\x48','\x8e','\x2b','\x21','\x3c','\xc4','\xf7','\xfb','\x66','\xbe','\x8d','\xf0','\x84','\x93','\xb9','\x8a','\x52','\x73','\xa8','\x7f','\x02','\x6d','\x97','\xc2','\xb8','\x10','\x8e','\x4e','\x84','\x03','\x49','\x2a','\x49','\x10','\x97','\xd4','\x48','\x4a','\xd5','\x1e','\x72','\xe3','\x67','\x99','\x22','\x42','\xdb','\xd4','\x64','\x30','\x14','\x2a','\xdb','\x8f','\x96','\xcb','\x7c','\x51','\xc5','\xcb','\xe4','\x94','\xc3','\x5e','\x82','\x37','\xd4','\x2d','\x1d','\x99','\x87','\xe7','\x32','\x7b','\x27','\x32','\xf7','\xe3','\x3f','\x7e','\x00','\x6f','\x25','\x11','\x35','\x56','\xd6','\x02','\x79','\x73','\x49','\x49','\x18','\x10','\x90','\xbf','\x32','\xce','\x19','\x79','\x34','\x43','\x47','\x33','\x0a','\xc9','\x74','\x96','\x33','\x7a','\x2d','\x93','\x21','\x19','\x97','\x64','\xf0','\xbe','\xc0','\x7e','\x4d','\xb8','\x6a','\x94','\x33','\x99','\xd7','\x32','\xa9','\x5a','\xa6','\xbf','\x9c','\xd9','\xce','\x7f','\x1c','\xcd','\x44','\xcb','\x99','\x20','\x16','\x94','\x08','\x86','\x75','\x28','\xfc','\xa3','\x5a','\x24','\x44','\xe6','\xf8','\xf8','\x10','\x3a','\x12','\x28','\x11','\xd2','\x39','\xc5','\xe7','\xab','\x96','\x51','\x6a','\x2e','\xaa','\x61','\xa3','\x66','\xbf','\x5a','\xc3','\xb1','\x1a','\x2e','\x13','\x31','\x5f','\x3b','\x84','\x7e','\x06','\xe7','\x21','\xfc','\x5a','\x98','\x11','\xe9','\x08','\x9f','\xaf','\x68','\xb0','\xe6','\xbc','\x58','\xd1','\xab','\xc0','\x89','\xa1','\xcf','\x39','\x19','\x09','\x89','\xf1','\xc1','\xf6','\x55','\x86','\xa3','\x18','\x1f','\xc7','\x99','\xd7','\x71','\xea','\xef','\x70','\xff','\x63','\x78','\x7b','\x37','\x86','\xa5','\x37','\x87','\x03','\x29','\x28','\x49','\xd8','\x90','\xb0','\x4c','\x51','\x2b','\x25','\x89','\x6d','\x63','\xb4','\x17','\x69','\xdd','\xc8','\xcc','\x39','\x53','\x83','\x4e','\xab','\x83','\x5b','\xc6','\x58','\x83','\x39','\x67','\xa0','\x83','\xfe','\x11','\xab','\x54','\xb8','\x14','\xa7','\xf1','\x78','\x85','\x9e','\xaa','\xd0','\x97','\x28','\xfd','\x71','\x83','\x55','\xa7','\xd2','\xb1','\x44','\xe3','\xde','\x91','\x78','\x63','\xbe','\x64','\xaf','\xa5','\xd5','\x23','\x35','\x4f','\x1e','\xad','\xd1','\xc3','\x81','\x42','\xbc','\xce','\x29','\x88','\x8f','\xcb','\x28','\x9e','\x2b','\xb2','\xec','\xd9','\x57','\x2e','\xe2','\xd0','\x45','\x3c','\x71','\x31','\x73','\xf5','\x62','\xea','\xdc','\xa5','\x7e','\x77','\x61','\x7b','\xa4','\x86','\x47','\x6b','\xd1','\xa9','\x0b','\x10','\x07','\x24','\xe2','\x5c','\x1a','\xee','\x5b','\x2d','\xa1','\x33','\x64','\x96','\x5f','\x48','\x15','\xd8','\xef','\x61','\xd2','\x39','\x19','\x03','\x7d','\xa8','\x20','\x48','\x78','\x61','\xc0','\x0d','\x02','\xbe','\xe6','\xd4','\x32','\xaf','\x07','\x29','\xcf','\x13','\xeb','\x10','\xbc','\xbf','\x40','\xff','\xa0','\x6a','\x29','\xd9','\xd8','\xef','\x7c','\x6b','\x1c','\x6d','\x09','\x2d','\x92','\x0b','\xdc','\x3c','\x82','\x8c','\x57','\x0a','\xf2','\x3a','\x9d','\xaa','\x7e','\x19','\xa8','\xbd','\x5c','\xfe','\xfd','\x46','\x3d','\x72','\x0d','\x9f','\x08','\xc4','\x38','\x93','\xfe','\x32','\x81','\x73','\x70','\x94','\x9f','\xa7','\x24','\x88','\xf9','\x25','\x42','\x0c','\xae','\xbe','\xc2','\x88','\x7c','\x04','\xb5','\x27','\x52','\xf1','\x69','\x5d','\xf9','\xd1','\xb7','\xb4','\x1f','\xa5','\xd4','\x8d','\xa9','\xa1','\x8d','\x29','\xfb','\xb1','\x54','\xb9','\x11','\xd2','\x28','\x48','\x59','\xb9','\xd0','\xb2','\x31','\xf5','\xf0','\x8f','\x52','\x7b','\xcf','\xa6','\xee','\xef','\x48','\x3d','\xb0','\x71','\x27','\xc1','\x5b','\x63','\xae','\x1a','\x10','\xb5','\x44','\x55','\xc3','\x54','\xd7','\xe8','\xd5','\xaa','\x6c','\x33','\x68','\x8f','\xbc','\xd0','\x59','\x86','\x38','\xa9','\x8c','\xbc','\xe0','\x92','\x1a','\xbe','\xf3','\xfb','\xf6','\xff','\xf5','\x23','\xdc','\x76','\x15','\x8f','\x9f','\xc9','\x5c','\x39','\x93','\x9a','\x3d','\xd3','\x3f','\xa1','\x6d','\x97','\x14','\x9c','\xe7','\xfb','\x3d','\x11','\x44','\x62','\x25','\xb9','\xd5','\xe0','\xfa','\x1b','\xfa','\xe5','\xb7','\xc4','\x84','\x7e','\x36','\xc5','\x3e','\x95','\x2e','\x76','\x4e','\x5c','\xd4','\xab','\x0b','\x99','\x48','\xcd','\x95','\xcf','\xe3','\xfd','\xd8','\xae','\x6b','\x38','\xb6','\x04','\xfb','\xf4','\x6a','\x7f','\x6a','\x4e','\xef','\x77','\xf1','\x76','\x8c','\x71','\x11','\x47','\xcb','\xad','\xcd','\xf3','\x54','\xe5','\x95','\xbc','\x8c','\x95','\xf3','\x2d','\x72','\x95','\xd4','\x6a','\xb2','\xb5','\x40','\xad','\x8b','\x30','\x3e','\x53','\x55','\xfd','\x02','\xcb','\x80','\xbb','\x0f','\x1c','\x5c','\xf6','\xeb','\xc2','\xe9','\xa8','\x8c','\x33','\xaf','\xe1','\xd4','\x85','\xa0','\xbf','\x8c','\xb7','\xf3','\x1f','\x47','\x79','\x3d','\x18','\xf4','\x06','\xd9','\xc9','\xc7','\x67','\x59','\x8f','\xb5','\x93','\xcb','\x4c','\xe8','\x31','\xaa','\x60','\xda','\xe9','\x20','\xdd','\xab','\x8b','\x71','\x16','\xf3','\x7e','\x0d','\xc1','\x01','\xe6','\xa2','\xcc','\x35','\x94','\xaa','\xa2','\x7e','\x17','\x6d','\xe7','\x3f','\x5a','\x28','\xea','\xa2','\x20','\xca','\xd7','\x21','\x3c','\x1f','\x6b','\xe4','\xd6','\x6c','\xd7','\x59','\x7c','\x42','\x53','\xe6','\x34','\x6d','\x4e','\x53','\x25','\x6d','\x68','\x63','\xbf','\x7d','\x5a','\x2f','\x37','\x32','\x5d','\x56','\x30','\x13','\xb9','\x2f','\x5b','\x92','\x3b','\x1f','\xfe','\x87','\xfe','\xbd','\x13','\xda','\xfd','\x92','\xf6','\x80','\xa4','\x11','\x49','\x8b','\x4d','\x68','\x81','\xd4','\xdf','\x88','\x63','\x6d','\x24','\xd3','\x6c','\x97','\xbd','\xf8','\x54','\x55','\x81','\xe0','\x4a','\xac','\x6a','\x91','\xa1','\x9d','\xc8','\x2e','\x67','\xcb','\x64','\x8c','\xc4','\xb2','\xe4','\xa1','\x2c','\x7b','\x3e','\x4b','\xd6','\x65','\x5b','\x6e','\xce','\x3e','\xfc','\xdf','\xb2','\x7b','\xbf','\x79','\xcf','\xfd','\xe1','\xec','\x03','\xfc','\x1c','\x8f','\xec','\x8a','\x95','\x77','\x05','\xf2','\x50','\x49','\xb1','\x0d','\x73','\xe7','\xbb','\xe6','\x0b','\x29','\x32','\xe9','\x3c','\x11','\xe8','\x35','\xb2','\xaa','\x57','\x5f','\xf7','\x21','\xc6','\xcd','\xf1','\x32','\xaf','\x7a','\xa9','\x17','\x2f','\xf6','\x97','\x17','\xb6','\xf3','\x1f','\x69','\x35','\xba','\x26','\x1e','\x04','\xbc','\x46','\x63','\x8c','\x1f','\x2f','\xfc','\xff','\xc8','\xa3','\x56','\x53','\x6f','\x40','\x3d','\xcb','\x7a','\x63','\xef','\x1f','\xda','\xff','\xf3','\x4d','\xdc','\x72','\x13','\x7e','\xf8','\xa6','\xcc','\xff','\xbc','\x29','\xf5','\xc2','\x4d','\xfd','\x0f','\xbf','\xb9','\x9d','\xff','\xb8','\x32','\xce','\xb1','\xc0','\xe0','\xc3','\x1e','\xee','\xc2','\x52','\x5f','\x0b','\xb6','\xc8','\xe4','\xb0','\xbc','\x30','\x45','\x7f','\xa0','\x28','\xf2','\x54','\xe7','\xe4','\xb0','\x5e','\xb5','\x32','\x52','\x9f','\x2b','\xf5','\x71','\xe5','\x62','\xbf','\x2a','\x7c','\xcc','\x56','\xf4','\xcf','\x89','\x60','\x55','\xff','\x90','\x4c','\xb3','\x1e','\x69','\x06','\x4b','\x4a','\x8b','\x14','\x21','\x73','\x9b','\xe5','\x5c','\x9d','\x1e','\x2e','\x2b','\xa8','\xd2','\xe9','\x94','\x74','\xef','\x5c','\x46','\xea','\x75','\x13','\x49','\x6c','\x8c','\xd8','\x57','\x55','\x2c','\xb5','\xe2','\x89','\xc5','\xcc','\xeb','\x28','\x35','\x4b','\xfb','\xc7','\x67','\xb6','\xa3','\x33','\xd8','\x3c','\x17','\x1d','\xcf','\x07','\xe1','\x4f','\x96','\x48','\xd2','\xd0','\xa2','\xc2','\xde','\x18','\x6b','\x89','\xd5','\xc9','\xac','\x2c','\x1f','\x7c','\x91','\x5a','\x59','\x25','\x2c','\x77','\x3a','\x8a','\x7e','\x3e','\xc8','\xa0','\x2a','\xcc','\xbb','\x51','\xe5','\x37','\x62','\xf0','\xc3','\x74','\xaa','\x99','\x7a','\x35','\x75','\x3e','\xe8','\x77','\xaa','\x6b','\xf6','\xa9','\xd7','\x18','\x1f','\x22','\xfc','\x0f','\x41','\x3f','\x3f','\xd4','\xa3','\x9c','\x4f','\x68','\xe7','\x64','\x55','\x22','\x43','\x1f','\xfa','\x9a','\xfd','\xd0','\xb7','\xca','\x8a','\x01','\xab','\x42','\x44','\x6f','\x91','\x70','\xa6','\x65','\x43','\xe6','\xe1','\x5a','\xcf','\x5e','\x77','\xeb','\xfd','\x1f','\xde','\xf2','\xc0','\x3a','\xf0','\x3f','\x8c','\x4d','\x6f','\x0d','\xd4','\x7d','\x25','\xc3','\x35','\x42','\x98','\x40','\x7e','\x73','\xad','\x1d','\xf7','\x83','\x9e','\xaf','\x6a','\x5a','\x55','\x53','\xb1','\xd6','\x20','\x31','\x28','\x8b','\x24','\x80','\x04','\xc8','\xff','\xe1','\xdd','\x62','\x8b','\x14','\x3c','\x3c','\x47','\xf6','\x1e','\x27','\xf7','\x63','\xf2','\x80','\xf0','\xac','\x88','\x71','\xfb','\x99','\xd2','\x92','\xb6','\x64','\x78','\xda','\x7b','\xd7','\x83','\x90','\x3d','\x59','\x2a','\x47','\x4d','\xb0','\xb6','\xcb','\x23','\xac','\x66','\x91','\xc4','\x68','\xcb','\xd6','\xd2','\xc3','\x35','\x73','\x6f','\xd9','\xbc','\x9f','\x98','\x0f','\x08','\xe7','\xcc','\x58','\x39','\x1f','\x90','\x42','\x89','\xd8','\x06','\xd9','\x29','\xdc','\x74','\x0f','\xb6','\x87','\x8b','\xf1','\xd3','\x96','\xe2','\x59','\x9a','\x67','\xaa','\xc8','\x1a','\x02','\xa2','\x5d','\xb3','\x1c','\x36','\x09','\xc7','\x49','\x93','\xfd','\xd0','\x24','\x1b','\xcc','\x96','\x8d','\xf5','\x87','\x7f','\xa8','\xed','\x3d','\xa9','\xdd','\xbf','\xa1','\xf7','\x81','\x0d','\x1b','\xc8','\xc6','\x1f','\xc7','\xce','\xae','\x0f','\x12','\xad','\x25','\x25','\x6a','\x20','\x89','\x00','\x13','\xd1','\x58','\x7b','\x9f','\xf0','\x45','\x7d','\x96','\xa4','\x9f','\x25','\x6a','\x1f','\xd9','\xa5','\x1f','\xb5','\x35','\x34','\xa5','\x21','\x59','\x23','\xeb','\x7a','\x03','\x76','\x36','\x2b','\x6b','\xd9','\xf5','\x5a','\xf6','\x2b','\x33','\xa3','\x9f','\xea','\xdd','\x72','\x48','\xdf','\x32','\xaa','\x0d','\xc8','\x9a','\x12','\xd3','\x06','\x7c','\x6d','\x6b','\x49','\xdb','\x67','\xa4','\x5d','\x22','\xf2','\xcc','\xb6','\x23','\xbe','\x2f','\xca','\xca','\x85','\x40','\xab','\x89','\x97','\xc3','\x31','\xf0','\x18','\x2c','\x37','\x32','\x10','\x9f','\xf0','\x99','\x07','\xdb','\x90','\xdb','\xc6','\x0f','\x7b','\x10','\x83','\x73','\x3f','\x5a','\x78','\x00','\x7c','\xe1','\xbc','\x58','\x43','\xaf','\xea','\x8d','\xfd','\xc5','\xfb','\x55','\x6c','\x47','\x56','\xdc','\xc9','\x2b','\x17','\x4d','\xed','\x32','\x53','\x15','\x73','\x48','\x31','\xed','\x69','\xb3','\xfc','\x91','\xa7','\x88','\x72','\x2b','\x99','\x4e','\xb1','\xff','\xf6','\x2d','\xb2','\xe9','\x2f','\x5a','\x36','\xfd','\xc5','\xc3','\x7f','\xff','\xed','\xbd','\x5f','\x7d','\xee','\xfe','\xed','\x27','\x1f','\xd0','\x3e','\x49','\xb4','\x8f','\xc5','\xce','\x3c','\x10','\x98','\x99','\x92','\x71','\xdc','\x18','\x97','\x1a','\xc1','\x74','\xed','\x92','\x11','\x9f','\x50','\x61','\x9c','\xe7','\x13','\xaa','\x1c','\x1b','\xda','\xfe','\xa6','\xed','\xa0','\x32','\xff','\x2b','\x6d','\x51','\x72','\xfa','\x5b','\xec','\x07','\x29','\xd2','\x96','\x6a','\x49','\xa6','\x1e','\xfe','\x41','\x6a','\xef','\xa3','\xa9','\xfb','\x93','\xa9','\x07','\xda','\xe0','\x93','\xd8','\xa3','\x38','\x68','\xc3','\xa5','\x8f','\x6c','\x36','\x36','\x12','\xf0','\x59','\xc5','\x74','\x3d','\x6e','\x87','\x84','\x65','\x55','\xaa','\x54','\xa9','\x16','\x5d','\xea','\xc6','\xd4','\x76','\x69','\x99','\x1b','\x57','\xd1','\x25','\xe2','\x52','\x56','\xa5','\x04','\xb7','\xb7','\xe8','\xec','\xe1','\x97','\x2a','\x7b','\x4f','\x55','\xee','\x8f','\xd3','\x07','\x3a','\x92','\xe4','\xc7','\xb1','\x58','\x02','\xf9','\x34','\x0c','\xe7','\x05','\xe5','\xfd','\x92','\x89','\xd2','\xda','\x4e','\x48','\xdc','\xe5','\x95','\x28','\x9a','\x97','\x52','\x75','\x36','\x14','\x51','\xec','\xe3','\x0a','\xd4','\xc3','\xcd','\xd9','\x32','\x61','\x0b','\x31','\xa2','\xe0','\x16','\x84','\x1e','\x3e','\xe1','\xef','\x7d','\xa8','\xe7','\xfe','\x75','\x3d','\x0f','\xac','\xeb','\x21','\xeb','\x7a','\x62','\x0f','\xf5','\x04','\xeb','\x7a','\x96','\xc7','\x47','\xe8','\x1f','\x54','\x8d','\x9f','\x66','\x0a','\xe4','\x64','\xa0','\x6a','\xd4','\x1f','\x6a','\xb4','\x27','\x0a','\xef','\x61','\xc9','\x34','\x66','\x97','\x19','\xe8','\x31','\x8a','\x1f','\x7e','\xe9','\xda','\xde','\x53','\xa9','\xfb','\xe3','\xa9','\x07','\xc0','\x1d','\xee','\x5a','\xac','\x11','\x67','\x27','\xe2','\xd6','\x49','\xab','\x46','\xc8','\x52','\x7b','\xcc','\x8b','\x97','\x23','\x4a','\x0d','\x6b','\xe7','\x03','\x15','\xa1','\xa1','\xf8','\x92','\x7d','\x4a','\x2e','\xc7','\x65','\x12','\x5f','\x22','\xa7','\x64','\xf6','\x12','\x08','\x2d','\x71','\xf9','\xe1','\x97','\xe4','\xbd','\xa7','\x96','\xee','\xa7','\xf8','\x01','\xe1','\x7b','\x16','\x9b','\x54','\x82','\x28','\x29','\x6d','\xc6','\x46','\x09','\x83','\xfd','\xd3','\xe6','\xb4','\xb7','\xb9','\xf1','\x24','\x6b','\x9b','\xc1','\xe9','\x19','\x59','\x95','\x55','\x48','\x96','\x71','\xaa','\x5c','\x6e','\x73','\x49','\x77','\x86','\x4c','\xa8','\xac','\xaa','\x91','\x48','\xa2','\x45','\x8e','\x3d','\x3c','\x8d','\xf7','\xfe','\xd5','\xd2','\xfd','\x84','\x3e','\x20','\x42','\x14','\x63','\x8d','\xf8','\xc1','\xd8','\x92','\xc1','\x7f','\x0c','\xcb','\x64','\xb0','\xb5','\x3d','\x5d','\x8e','\xc7','\xa7','\xda','\x2a','\x34','\x5d','\x51','\x54','\x89','\xef','\x74','\xd3','\x46','\xe6','\x14','\x32','\x65','\x6a','\xc9','\x7c','\x97','\x56','\xb8','\x60','\xae','\xa7','\x17','\xbf','\x52','\x59','\xf8','\x14','\x2d','\x1f','\x8a','\xe3','\xd1','\x76','\x30','\x30','\x60','\x9c','\x7f','\xc9','\x4a','\xb9','\xc0','\x30','\x90','\xe0','\x91','\x16','\x0c','\x42','\x83','\x82','\x69','\x67','\x30','\xc2','\xc1','\x85','\x3e','\x09','\x75','\x5f','\x5f','\xec','\x96','\xc2','\x05','\x49','\xfa','\xec','\x4b','\xec','\x91','\x65','\x6e','\x28','\x89','\x2d','\x26','\xa8','\x5e','\xa7','\x10','\x4e','\x18','\xa6','\x46','\x88','\xba','\x0d','\xfe','\x3a','\xd2','\x85','\x88','\x8e','\xdb','\x7b','\x58','\xbc','\x27','\xd3','\xf6','\x54','\x26','\x7d','\x36','\xab','\x76','\x6e','\xdd','\xd5','\xb9','\xc5','\xd6','\xe9','\x54','\x8f','\x22','\xf7','\x0c','\xac','\xeb','\xf9','\x04','\x3b','\x9b','\x91','\x55','\x77','\x3d','\x42','\x5f','\x19','\xf7','\x3e','\x15','\x2a','\x1f','\xd2','\x83','\x51','\x78','\x41','\xe0','\xc4','\x42','\x8e','\x1f','\x72','\x1b','\xe7','\x05','\x04','\xb9','\x74','\xed','\x64','\xd7','\xeb','\x58','\x42','\xf6','\x55','\x94','\xe9','\xc6','\x99','\x6e','\xb8','\x50','\x64','\xba','\x69','\xa6','\x8b','\xda','\x3f','\xa3','\x38','\x42','\xd9','\x22','\xc5','\x09','\x8a','\xfb','\x3f','\xb0','\x3d','\x7c','\xde','\x15','\xaf','\x5d','\xa9','\x2e','\x8f','\x73','\x44','\x95','\x51','\x26','\xc6','\x6c','\xa2','\x4e','\xf1','\x21','\x8f','\x67','\xd6','\xc5','\x19','\xfb','\x8f','\xae','\xfc','\x47','\xee','\xfa','\xb8','\xfb','\x95','\x53','\xee','\xa7','\xe2','\xc1','\xa1','\xb8','\x3b','\x1a','\x77','\xe5','\xb8','\x1b','\x8b','\xbb','\x7e','\x3c','\x28','\xc5','\x5d','\x23','\xee','\x02','\xc9','\xef','\xb6','\xae','\xf6','\x1e','\x3d','\xde','\x93','\x6f','\x7b','\xea','\x0f','\xd3','\x4f','\x7d','\x55','\xbd','\x25','\x9b','\xe9','\x39','\x68','\xf7','\x28','\x53','\x3b','\x54','\xb9','\xc7','\x58','\x17','\x29','\xb3','\x49','\x22','\x7f','\x88','\xad','\x3f','\x4a','\xbe','\xd2','\x53','\xfe','\x54','\x4f','\xf6','\x50','\xcf','\xe8','\x68','\xcf','\xa8','\x5c','\x24','\xb1','\x61','\xe2','\x0f','\x93','\xd2','\xe4','\x51','\x23','\xc2','\x4d','\x3a','\x87','\xd0','\x7a','\x3b','\xf5','\xe2','\xb4','\xda','\x56','\x61','\x69','\xe6','\xa8','\xaa','\x93','\xe9','\x34','\x6d','\xd5','\x9c','\xea','\x19','\x96','\x77','\xf2','\x05','\x3b','\xcd','\xfe','\x0d','\x1f','\x28','\x65','\x7d','\xcf','\x86','\xaf','\xfc','\x1b','\xf6','\xa9','\x9e','\x2d','\x87','\x7a','\xb6','\x8c','\x16','\xb7','\xc8','\xc3','\xa3','\xb1','\xec','\xb0','\x5f','\xcb','\x94','\x9e','\x3b','\x3e','\x18','\x0f','\x43','\x1a','\xee','\xa8','\xdf','\x8e','\x29','\xec','\x8b','\xf3','\x4b','\x5a','\x15','\xe8','\x8d','\x86','\xa2','\x4b','\xb0','\x4f','\xf9','\x25','\xba','\xad','\x8b','\x3c','\xda','\x05','\x2e','\xc4','\x5c','\x6f','\x20','\xf2','\xf0','\xe5','\x60','\xef','\x24','\xb9','\x3f','\x4c','\xe1','\x5c','\x06','\x66','\x9b','\x7a','\x10','\xfa','\x9b','\x12','\x4e','\x1a','\x03','\xdc','\x7a','\x8d','\x10','\x3b','\x68','\xef','\x1a','\x8e','\x6f','\xe8','\x69','\x3b','\xd9','\xc3','\x15','\x92','\xba','\x7e','\x53','\xe6','\x93','\x7f','\x62','\x6f','\xe8','\x99','\x0a','\x4d','\xca','\x92','\xb1','\x0e','\xab','\xac','\x4c','\xe5','\xf8','\x89','\xf5','\x05','\xfc','\x15','\xac','\x7d','\x8a','\x9a','\x87','\xd0','\xfc','\xa8','\xd4','\x2a','\x93','\x44','\x0c','\x0d','\xf8','\xa8','\x5e','\x92','\x1c','\x23','\x21','\xf4','\x8f','\x61','\xb5','\xdf','\xca','\xe2','\x9a','\xd9','\x36','\x63','\xa6','\x9f','\xf5','\xd5','\x70','\x31','\x13','\x2e','\xda','\xe1','\xe2','\x94','\xe4','\xcb','\xbd','\x45','\xf9','\x57','\x45','\xc6','\xcb','\x3e','\x7f','\x9d','\x66','\x3e','\x34','\x63','\xed','\xd1','\xd9','\x21','\xe1','\x76','\x28','\x6b','\x66','\xeb','\x00','\xfa','\xf5','\xeb','\xac','\x34','\x17','\x18','\xce','\xf2','\x3e','\x8d','\xf9','\x71','\x79','\xbe','\x6d','\x6a','\x3e','\x7d','\x96','\xa9','\xf2','\xfc','\x90','\x3c','\x6f','\x9f','\xf0','\xcb','\xfc','\xd0','\xe7','\x5d','\x9b','\x3e','\xc7','\x2e','\x9e','\xe3','\x42','\x4b','\xc8','\x79','\x78','\x2e','\xbc','\xf7','\x2c','\x83','\x7e','\x61','\x85','\xc4','\xce','\xc4','\xca','\x8b','\x41','\xe8','\xc9','\x12','\x6e','\x85','\x7e','\xc1','\xd4','\x93','\x76','\x3d','\x88','\xbb','\x5a','\xf3','\xbc','\xd8','\xbc','\xa3','\x91','\xd4','\xa6','\xcc','\xf7','\xd0','\xe6','\x1d','\x44','\x24','\xf7','\x21','\xb8','\x17','\xf4','\xcf','\x2c','\x02','\xbd','\x8a','\x77','\x3f','\x70','\x13','\x26','\x37','\x6d','\x8c','\xfd','\xf5','\xc6','\xc0','\xa2','\xa5','\x91','\x25','\x43','\x5a','\x6c','\x24','\x16','\x6f','\x0f','\xa9','\xf1','\x71','\x55','\xb9','\x1c','\x68','\x2f','\xa5','\xd4','\x78','\x6a','\x28','\x9e','\xb2','\x4f','\x07','\xa0','\x0f','\xb9','\x1e','\x16','\xc9','\xca','\xb9','\xc0','\xef','\xd4','\x0f','\xd7','\xc8','\xde','\x13','\xfe','\xfd','\xc8','\x7b','\x00','\x81','\x4f','\x6c','\x6c','\x4d','\xbc','\x27','\x4d','\x18','\xfc','\x28','\xdb','\x44','\xcd','\x0d','\xcc','\xec','\x43','\x66','\x37','\xb2','\xd4','\x31','\x7b','\x78','\x97','\x31','\xb6','\x6b','\x61','\x7a','\xec','\x11','\x25','\x94','\xdd','\x80','\xb2','\x6c','\x2c','\xab','\xe0','\x2d','\x9b','\x22','\x5b','\xbe','\x46','\x07','\xfe','\x90','\x2a','\x7f','\x10','\x28','\x07','\x8e','\x0c','\x28','\x74','\xcb','\x66','\x3a','\xba','\x44','\xf7','\x99','\x47','\x5c','\x23','\x8d','\x57','\xc7','\xc7','\xf1','\x14','\xcf','\xd3','\x2e','\x0b','\xfd','\x83','\x89','\x3d','\x29','\x97','\x93','\x3b','\x49','\x44','\x26','\x93','\x32','\x3b','\x2f','\x93','\x1d','\x76','\x8b','\x82','\x1e','\xf6','\xd0','\xde','\xd3','\xc1','\xfd','\x58','\x7b','\x00','\x52','\xb7','\xf7','\xc6','\x1e','\xe9','\x0d','\x48','\x5f','\xa9','\x91','\xaf','\x4d','\xf8','\x2d','\xb7','\x27','\x9d','\xf8','\xf8','\x94','\xf2','\x83','\xb2','\xf6','\x7c','\x45','\x5d','\xf7','\x4d','\x38','\x07','\x27','\xce','\x94','\xa3','\xd3','\xa4','\xe5','\x49','\xf2','\xf4','\x09','\x36','\xeb','\x8a','\x73','\xc7','\x7f','\xf8','\x52','\x79','\x6f','\xa5','\x7c','\x3f','\x2d','\x3f','\x00','\xa9','\x8d','\xcb','\xb1','\x4a','\x39','\xa0','\xe5','\x52','\xd2','\x07','\x7d','\xb8','\xf6','\x1e','\x37','\x67','\x68','\xe7','\xba','\xd4','\xfe','\xee','\xa1','\x4d','\x9b','\xec','\x29','\x5a','\xe6','\x4a','\x6f','\xcb','\x4d','\x64','\x4a','\x61','\x17','\x16','\x89','\xac','\xb4','\xc8','\xca','\xc3','\x17','\x16','\xf7','\x8e','\x3b','\xf7','\xb7','\x4d','\x3f','\x70','\xf3','\x14','\xbf','\xe2','\xc5','\x9e','\x76','\x83','\x4e','\xb7','\xb4','\x0f','\x3c','\x37','\x88','\xf0','\x33','\x6f','\x8f','\xa7','\xe2','\xa7','\x52','\xca','\x4b','\xa9','\x66','\xbf','\xf8','\xf9','\x7e','\x96','\x95','\x1b','\x56','\x28','\x24','\x2f','\x6e','\xd8','\x99','\xdc','\x4e','\x30','\xf6','\xba','\xbb','\xee','\x6f','\xbd','\xf5','\x81','\x9b','\xb6','\x12','\x4b','\x8b','\x61','\xea','\x27','\x4f','\x97','\x5a','\x5b','\x0d','\x19','\xf3','\xeb','\x21','\xd8','\x09','\x91','\xe1','\xf8','\x89','\x40','\x59','\x30','\xb4','\x4b','\x86','\xfa','\x09','\x7f','\x48','\x36','\xec','\x29','\xa3','\xcc','\x27','\x4b','\x36','\xc8','\xd4','\x2e','\x76','\x01','\xb4','\x71','\x4b','\x5b','\xea','\xe1','\xcb','\xfa','\x7b','\xe9','\xf9','\x9d','\xbc','\x5f','\x34','\x51','\xa2','\xd4','\xdc','\xd4','\x3e','\xba','\xc1','\xb6','\xfa','\xa8','\xd5','\x4d','\x4d','\x95','\x5a','\xc3','\x8c','\x8d','\x21','\x73','\x7a','\xcc','\x54','\x76','\x15','\x37','\xec','\x1a','\x61','\x63','\x96','\x82','\x52','\x9b','\xc6','\x7a','\xbe','\xa6','\x6c','\xfd','\x43','\x65','\xcb','\x1f','\x8c','\x0d','\x1c','\x50','\x36','\x28','\xca','\x27','\x37','\x6f','\x3e','\xb4','\xb4','\xf4','\xa2','\x99','\x3b','\x6e','\x64','\xa4','\x66','\x3d','\xf4','\xe0','\x86','\x76','\xab','\xcf','\x2e','\x74','\xd3','\x82','\x4a','\xcd','\x61','\x6a','\x8d','\xc1','\xdb','\x38','\x53','\x19','\x13','\xf5','\xec','\xb2','\x94','\x5d','\xa2','\x1e','\xb4','\xf5','\x0f','\x87','\xb7','\xfc','\x41','\x6a','\xe0','\x40','\xcf','\x06','\x25','\xf2','\xc9','\xcd','\xad','\xab','\xf5','\x10','\x91','\xb7','\xb4','\x1d','\xd7','\xe2','\xee','\x82','\x72','\xf1','\x87','\x70','\xbe','\xc3','\x23','\xb1','\x88','\x7d','\x7c','\x91','\x1f','\x44','\x84','\xe3','\xf8','\x22','\xd8','\x09','\x0a','\x3c','\x43','\xfb','\xc0','\xf9','\x42','\xfc','\x93','\xf6','\xf6','\xad','\xf1','\x53','\x59','\xe5','\x27','\x4f','\x6a','\x2f','\x65','\xd5','\xf6','\xad','\x43','\xb4','\x6c','\x57','\xb2','\x70','\xef','\xe6','\xeb','\x84','\xef','\x8b','\x9a','\x4e','\xda','\x93','\x2d','\xdd','\xe8','\xe1','\xe3','\x4b','\x7b','\x27','\xe9','\xfd','\xeb','\xb5','\x07','\xda','\x20','\xf9','\x72','\x6c','\xbc','\x1e','\x48','\x03','\xc2','\xce','\xc4','\xf0','\x1e','\x7f','\xc8','\xb1','\xaf','\x2e','\xa7','\xc6','\x5b','\x40','\xe6','\x90','\x6f','\x72','\x5b','\xd7','\x43','\x40','\xa6','\x1a','\x39','\x99','\x1f','\x3e','\x09','\x0f','\xf6','\x13','\x08','\xfd','\x06','\xfd','\xec','\x11','\x34','\xd5','\x9e','\xe4','\xeb','\xd9','\x51','\x3c','\x47','\xbb','\xb0','\xa4','\xa2','\xb0','\xb0','\xc7','\xc2','\xe5','\xe8','\x2f','\xc0','\x3a','\x72','\x1c','\x76','\x81','\x1f','\xd0','\x61','\xd8','\xa7','\x0e','\xd9','\xeb','\x90','\xfb','\xff','\x29','\x7b','\xa0','\x87','\x90','\x9e','\x5a','\xec','\xa9','\x6c','\xb0','\xa3','\xc9','\xe3','\xd1','\xdc','\x17','\x6a','\x35','\xae','\x73','\x3d','\x8f','\xd2','\x4f','\x57','\xd4','\xb4','\xb2','\x6b','\xbb','\x6f','\xa7','\x95','\xa9','\xb4','\x22','\xeb','\xc1','\x3a','\xcd','\x60','\x33','\x86','\xbc','\xdd','\x5f','\xbf','\x6d','\xf8','\x2b','\xdf','\x1d','\xfe','\xd4','\xad','\xfe','\xa1','\x9e','\xe1','\x51','\xae','\x72','\x6f','\xf5','\x63','\xbb','\x90','\x3f','\x44','\x4b','\x2e','\x36','\x68','\xb8','\x69','\x8f','\xa9','\xe7','\xe2','\x8f','\x5d','\x57','\x7e','\x7c','\x93','\xf6','\xe3','\x4d','\x6a','\x58','\x19','\x92','\x16','\xed','\x63','\xb4','\xdc','\x7a','\x13','\xf9','\xe4','\x46','\xf2','\xd8','\x75','\x26','\x72','\xd0','\x0b','\xbd','\x71','\x71','\xef','\xc4','\xc5','\xfb','\xc3','\x0b','\x0f','\x08','\xa7','\xf7','\xd8','\x54','\x35','\xd0','\x9a','\x7c','\x20','\x62','\x5f','\x4c','\xb5','\x87','\xfc','\x78','\xe7','\xb1','\xb6','\xb3','\x2c','\xfd','\x34','\x56','\xd3','\x2f','\xef','\xda','\x2e','\xdb','\xda','\x12','\xd8','\x87','\xdb','\xfd','\x75','\xdb','\x86','\xd9','\x77','\x87','\x9b','\xed','\x79','\x4a','\xb4','\x47','\x35','\x46','\x3b','\x7b','\xe4','\x7b','\xbb','\x62','\xbf','\xfb','\x61','\x7f','\x6f','\x4b','\xe9','\x14','\x9f','\xaf','\x25','\x22','\x4f','\x12','\x52','\x6d','\x8f','\x97','\xe3','\x5d','\x4a','\xdb','\xa9','\x72','\x7a','\x6a','\x52','\xd5','\x83','\x5d','\x6a','\xd8','\x4e','\xf5','\x4e','\x75','\x9e','\x93','\x53','\xbd','\xeb','\xd4','\x30','\x3b','\x1b','\xc8','\x08','\xad','\xef','\x94','\xbf','\xf2','\xef','\x76','\x7f','\xea','\x96','\x2d','\x87','\x3a','\xe5','\xd1','\x8f','\xde','\x29','\xdf','\xf2','\xb1','\x58','\x67','\xab','\x7f','\x5b','\xb5','\xf4','\x4a','\xd4','\xd8','\x25','\xbd','\x4f','\x7b','\x90','\x9d','\x96','\xa7','\xb4','\x25','\x59','\x43','\xeb','\xb6','\xfb','\xd0','\x9e','\x6d','\xc3','\xeb','\x6f','\xf5','\xa1','\x3d','\x3d','\xc3','\x87','\x6e','\xf5','\x47','\x4d','\x24','\xef','\x0b','\x62','\x7b','\xba','\xfc','\x87','\xba','\x4a','\xeb','\xba','\x0c','\x60','\x20','\x59','\x7e','\xbe','\xe1','\x20','\xd9','\x43','\x74','\x81','\x28','\x31','\x70','\x93','\x5b','\xbd','\x7f','\xed','\xf3','\xc5','\x73','\x2d','\x84','\xcb','\x28','\xf3','\x1a','\x5a','\x7d','\xae','\x25','\xa3','\xe8','\x25','\x14','\x28','\xa8','\xa4','\x22','\x6e','\x6f','\x88','\x5c','\xde','\x5e','\xbb','\xa4','\xc6','\x31','\x6d','\x2b','\xc7','\xd2','\xcf','\xbe','\xd9','\xdc','\xef','\xff','\xe5','\xf5','\xf2','\x2d','\x1f','\x25','\x1c','\xff','\xe5','\xf5','\x55','\xbb','\xf7','\xa5','\x54','\x73','\x9f','\x82','\x27','\x7c','\x2a','\x76','\x2a','\x15','\xc4','\x53','\xa5','\xf8','\xc7','\x0d','\xbe','\x6d','\x85','\x9d','\x09','\xf7','\x53','\x57','\x18','\x99','\x97','\x77','\xaa','\x6d','\x5d','\x43','\x6d','\x5d','\xf6','\xe9','\x9d','\x65','\xbe','\xd9','\x5b','\x4d','\x52','\x1e','\x86','\x73','\x90','\x1a','\x2d','\x03','\xc6','\xc3','\x97','\xfd','\xbd','\x15','\xe3','\x7e','\x6a','\x88','\x7d','\x61','\xc4','\x2a','\x46','\x40','\x77','\x2d','\xdb','\x99','\xc0','\x2c','\xda','\x1e','\x51','\xe2','\xd1','\xc5','\xb6','\x49','\x25','\x3d','\xa9','\xa8','\xd1','\xc5','\x5d','\x22','\x3e','\x77','\x4a','\x5f','\x94','\x13','\xca','\x3a','\x67','\x03','\x5f','\xb1','\x72','\xd7','\xf0','\xfa','\xae','\xe1','\xaf','\x7c','\xef','\xe8','\xa7','\xba','\x86','\x0f','\x75','\x0d','\x8f','\xee','\x3c','\xca','\x3f','\x89','\xad','\x89','\xcf','\xe5','\x8d','\x21','\x9b','\xf6','\xb7','\x6f','\xda','\x1f','\x4f','\x8e','\xb5','\x3d','\x35','\x0d','\xf5','\xd8','\x6c','\x68','\xfd','\x16','\xfb','\xf1','\x6f','\x97','\x37','\x7e','\x94','\x74','\xdd','\x41','\x4e','\xfb','\xec','\x12','\x50','\x4d','\x08','\xbd','\x0a','\xb1','\xd5','\xf7','\x27','\xfd','\x07','\x1a','\xc9','\x48','\x4f','\xfb','\x7c','\x22','\x4b','\x89','\xcd','\x60','\x1f','\xf2','\x7a','\x22','\x4a','\xbb','\x3e','\x16','\x8f','\x28','\xd0','\x1e','\xc6','\x54','\xb2','\x65','\xe8','\xc3','\x5b','\xed','\x47','\xef','\x28','\x9b','\xc7','\x20','\xc5','\x7c','\x85','\x40','\x3d','\x49','\xbf','\x85','\x12','\xa8','\xe7','\xb4','\x7f','\x3f','\x25','\x0f','\x08','\xf6','\xd1','\x98','\x83','\x56','\xea','\x81','\x67','\x91','\x36','\xdb','\x54','\xcc','\x6c','\x28','\x66','\xfa','\x8a','\x99','\x6e','\x3b','\x50','\x15','\x63','\x98','\x1e','\x1c','\x53','\xb2','\xd3','\xdf','\x5e','\x50','\xb2','\x27','\x37','\xec','\x61','\x6c','\xc3','\xb4','\xd2','\x33','\xbd','\x29','\x08','\xbe','\xf6','\x85','\xe9','\x3f','\x54','\xa6','\xff','\x60','\xff','\xf4','\x81','\x3f','\x09','\x94','\xbb','\xa6','\x37','\xff','\x70','\x7a','\x69','\xfa','\x64','\x4e','\x61','\x86','\xe2','\xc8','\xdc','\x0e','\x1f','\x23','\x07','\xd0','\x81','\x22','\x2b','\xa6','\x50','\x8a','\xcb','\x14','\xd1','\xae','\xb1','\x2e','\x86','\xd8','\x7d','\x63','\xf7','\xc9','\xbb','\xe4','\x3b','\x77','\x8d','\xde','\x37','\xf6','\xa9','\x3d','\xf4','\xa1','\xa9','\x7e','\xf9','\x83','\xf6','\x3b','\xb7','\x4c','\x92','\x67','\xdb','\xdb','\xba','\xe2','\xa7','\x77','\x2a','\x3f','\xe8','\x6a','\xce','\x57','\x72','\xa7','\x3d','\x69','\x94','\xb1','\x09','\xb1','\x6f','\x53','\x06','\xbb','\xec','\x93','\x2d','\x46','\x4b','\xcc','\x7f','\x78','\xc1','\xd8','\x7b','\x82','\xdd','\x8f','\x10','\xcc','\x57','\x84','\xc6','\x26','\x34','\x61','\x6f','\x9c','\x35','\x76','\xe0','\xdf','\x6d','\xa3','\xb7','\x74','\xfa','\xec','\xad','\x8a','\x3c','\x58','\x89','\x8c','\x27','\xed','\x9f','\xc7','\xc2','\x11','\xc4','\xae','\x07','\x1b','\x10','\xc9','\x7f','\xbe','\xb2','\x4b','\x29','\x7d','\xa1','\xf4','\x93','\x5d','\x1f','\x69','\xb5','\x17','\xb1','\xc1','\x4d','\xd6','\x82','\x13','\x72','\x58','\xab','\xbd','\x79','\x51','\x44','\x96','\x85','\xa8','\x83','\x4e','\x35','\xdf','\x83','\x18','\x45','\x6c','\xff','\x92','\x99','\x16','\xe6','\x00','\x7d','\x25','\x84','\x55','\x19','\xad','\x45','\x75','\x84','\x5d','\xbb','\xf1','\x93','\x06','\x76','\x9a','\x88','\xbc','\x67','\x3d','\x20','\x2c','\xff','\x6e','\x81','\xff','\x2e','\xc5','\x80','\xcd','\xd8','\x8c','\xbb','\x26','\xad','\x0a','\xe0','\x55','\xfc','\x36','\xf5','\x24','\xe0','\x9b','\x85','\xca','\xb5','\xb5','\x89','\xb1','\x9a','\x60','\xd5','\x02','\xb8','\xfe','\xff','\x16','\xf5','\x40','\x25','\x19','\xe8','\xcb','\x04','\x36','\x33','\x02','\x5b','\x45','\x03','\x76','\x60','\x73','\x04','\xe7','\x26','\xae','\x59','\xff','\x0b','\xf5','\x40','\x55','\x66','\xc5','\x1a','\xb9','\x54','\x35','\xff','\x4f','\x6c','\x3e','\x8e','\x73','\xa7','\x70','\x2e','\xee','\xe6','\x69','\xb5','\x48','\xdf','\x3c','\x48','\x2d','\xf3','\x08','\x36','\xb5','\xdf','\xdc','\xaf','\x3c','\xca','\xf0','\xf1','\xc9','\xd3','\x0c','\x07','\xef','\xc8','\x5a','\x61','\xcd','\x10','\xfd','\xd6','\xfd','\xa2','\x38','\x0f','\x03','\x72','\xe3','\x28','\x75','\x54','\x0b','\x30','\xec','\xbf','\x45','\x3d','\xc8','\xe5','\x7f','\xba','\xf9','\x47','\xe3','\x38','\xc7','\xc4','\x6f','\xb5','\x37','\x66','\x0d','\xe4','\xe5','\x65','\xf0','\x5b','\x8d','\x4f','\xf3','\xd7','\xf9','\xac','\x2d','\xd7','\xb9','\xf2','\xc9','\x6f','\x5b','\xcf','\x1c','\x00','\x7e','\x7d','\xae','\x29','\x37','\x7f','\xf1','\x18','\x36','\x67','\xdd','\x9c','\x53','\xfd','\x6d','\xe7','\x0b','\xc1','\x9f','\x06','\xea','\x09','\x60','\x9f','\x10','\x6d','\x50','\x70','\x63','\xd9','\x00','\x7e','\xeb','\xf5','\x93','\x9b','\xe3','\x8b','\x04','\xe7','\xbe','\xe5','\x1e','\xfe','\x45','\x26','\x2f','\x5b','\xf9','\x0d','\x3b','\x0b','\x57','\xbe','\x96','\x57','\xdd','\xbc','\x8a','\xf3','\x3d','\xd8','\x2a','\xe0','\x62','\xce','\xbd','\xd7','\xab','\x1e','\xf4','\x7e','\xfa','\x41','\xf5','\x38','\xbc','\xf1','\xd8','\xe4','\xed','\xe1','\x55','\xb5','\xe2','\x7c','\x04','\x17','\x55','\x37','\x77','\xbe','\x9a','\x43','\x6e','\xee','\x15','\x17','\x4a','\x04','\x8d','\xe4','\xe5','\x3b','\xda','\x73','\x43','\x25','\x2a','\x5f','\x5d','\x62','\x34','\x8a','\xd8','\x3c','\x87','\x73','\x6d','\x7c','\xe2','\xde','\xbc','\xbf','\xcd','\xca','\xb5','\xf1','\x9e','\x62','\x28','\x85','\x60','\x2a','\xae','\xa9','\x54','\xcd','\xd8','\x07','\xb6','\x87','\x77','\xbc','\x85','\x2b','\x20','\x17','\x6a','\x8b','\x60','\x8e','\xc2','\xcb','\x6e','\x3e','\x55','\xcd','\x77','\xb9','\x85','\xab','\xd8','\x8c','\xa6','\xcc','\x7b','\xbf','\x35','\x32','\x75','\x2d','\xaf','\x58','\xa6','\xfa','\x1b','\xc6','\x27','\xcf','\x5b','\x3e','\x51','\x35','\xbf','\x8e','\x0f','\x86','\xb1','\x15','\x4e','\xe5','\xed','\x37','\xf9','\x4c','\xe5','\xc2','\xb8','\x90','\xac','\x3e','\xa0','\x64','\x2c','\x25','\x93','\x57','\x32','\x5c','\x2e','\x28','\x63','\xbc','\x9e','\x5d','\xd4','\xed','\xf3','\x59','\x87','\xec','\x72','\x48','\x4b','\x81','\x24','\xbb','\x13','\xb2','\x3b','\xb4','\x14','\x14','\x10','\xfe','\x5c','\xc8','\xfd','\x70','\xb4','\xfa','\xe1','\x9d','\xf8','\xc3','\xd8','\xea','\xb0','\xdf','\xec','\xc0','\x78','\x23','\xc6','\x7d','\xfa','\xb5','\xeb','\x9a','\xf5','\x45','\xcd','\xe2','\x42','\x1f','\x2f','\x11','\xbe','\x1d','\xed','\xec','\xf8','\xe0','\xf9','\x62','\xab','\x83','\xb9','\x52','\x9a','\x6d','\x30','\x2c','\xd0','\xd9','\x1e','\x6c','\x16','\xf8','\x5c','\x5c','\x2b','\xa0','\xdf','\x34','\x3e','\x9d','\x62','\xe9','\x76','\x61','\xfe','\x2b','\xf0','\x8b','\x7c','\xf0','\x0d','\x18','\x5e','\x6b','\x10','\x9b','\x36','\x36','\x07','\x05','\x40','\xf8','\xc0','\xf1','\x51','\x60','\xd5','\xc1','\xaf','\x2b','\xa2','\x61','\x8a','\xbb','\x52','\x9a','\xdb','\xb0','\xf9','\x05','\x6c','\xfe','\x08','\xe7','\x1e','\xbd','\x66','\xf1','\xf9','\x52','\x36','\x7f','\x70','\x7b','\x8a','\x3d','\x38','\x9f','\x4a','\x99','\x77','\xbc','\x39','\xf2','\x8b','\x94','\x39','\x95','\x29','\x3e','\x86','\x1b','\x18','\xf9','\xb9','\x9b','\xc3','\x99','\x5c','\xc4','\xe2','\x8b','\xb3','\xa8','\xfc','\x16','\xfb','\x42','\x69','\x2c','\x12','\xde','\xaa','\x2a','\x74','\x6a','\x97','\xf8','\x31','\x24','\x9a','\xd7','\xd3','\x84','\xd8','\x71','\xbf','\xa1','\x3d','\x62','\x60','\xab','\x39','\x59','\xfc','\xe2','\x6a','\xc9','\xf7','\x54','\x35','\xff','\xed','\xaa','\xc5','\x21','\x55','\x21','\x37','\xed','\x07','\xac','\xe7','\x71','\xd8','\xd1','\xc5','\x87','\x70','\x21','\x95','\xc9','\xed','\x72','\xf9','\x8f','\xb9','\x2e','\x50','\x68','\xf9','\x4d','\x29','\xfe','\x85','\xbc','\x95','\xe1','\x28','\x9c','\xaf','\x82','\xc6','\x76','\x71','\x01','\xbf','\x7f','\x3d','\x08','\x17','\x5e','\xa9','\xe6','\x7b','\x32','\x1c','\x5c','\x68','\xae','\x81','\xb5','\x43','\xbd','\x3c','\x05','\x02','\x1f','\x54','\x8f','\x19','\xc6','\x45','\xbe','\x56','\xc3','\x38','\xc7','\x97','\xb1','\x92','\x31','\x65','\x37','\x97','\xac','\x1e','\xe6','\xeb','\x39','\x59','\xcd','\x89','\x0f','\x61','\x61','\x1f','\xc3','\x0f','\xd8','\xd7','\x8a','\xc9','\xdf','\xb0','\x7e','\x8a','\x83','\xee','\xc8','\x15','\x5c','\xdc','\x77','\xad','\x68','\xe0','\xe2','\xee','\xd4','\xc8','\x7c','\xa6','\x98','\x7c','\xb3','\x18','\xc2','\x87','\x67','\xf1','\xe8','\xbe','\x6b','\x7f','\x32','\xc8','\xbf','\x80','\x47','\x66','\x79','\x09','\xe3','\x2c','\xf8','\xc7','\x8e','\xe6','\x26','\x16','\x73','\x67','\x9d','\x9c','\x20','\xb6','\xcd','\x0b','\x14','\xa1','\x04','\xfa','\x5c','\xfe','\xe1','\x32','\x09','\x58','\x13','\x87','\x45','\x7e','\x46','\xf3','\x46','\x0c','\xa9','\x90','\x67','\x0d','\x38','\x75','\x35','\x94','\xd7','\x90','\xd5','\x4b','\x8a','\x7d','\x41','\xb1','\x8f','\x1c','\xec','\xe3','\x02','\xb1','\xfa','\x48','\xbe','\x8f','\x14','\x9a','\xd8','\x51','\xf8','\x22','\x2d','\x14','\xd0','\xe1','\x02','\xb2','\x86','\xc2','\xe6','\x5c','\xd8','\x9c','\x08','\xe7','\x24','\xc9','\x94','\x98','\x19','\x0a','\x06','\x1d','\x7e','\xb5','\x21','\xc0','\x3c','\xe6','\xa0','\x1c','\x37','\x28','\x10','\xca','\x03','\x70','\xd1','\x66','\x79','\x62','\x16','\x88','\x99','\xe3','\x28','\xdf','\x80','\xc3','\x15','\xb3','\x40','\xf3','\x26','\x87','\x92','\x37','\xb5','\x82','\xa9','\xda','\xa6','\xb7','\xb3','\xc9','\xdf','\xbb','\xdc','\x23','\x8b','\xf7','\xe8','\x36','\xa7','\x98','\x76','\x0e','\xa6','\x79','\x59','\xb6','\xd2','\x41','\x3e','\xed','\x14','\x6e','\xc4','\xe1','\xb4','\x63','\x2d','\xf3','\x80','\x9b','\x69','\x20','\x0e','\x32','\x9b','\xfe','\xf3','\xcb','\xf5','\x74','\xba','\x96','\xce','\x8a','\x69','\xb7','\x98','\x9e','\x3c','\x98','\x9e','\x2a','\xc2','\xf7','\x2b','\x79','\xdd','\x2f','\x6c','\xa3','\x80','\x5e','\x0d','\x90','\x36','\x0f','\xe7','\x3c','\xcb','\xf4','\xcc','\xc1','\xba','\x39','\x37','\x60','\xba','\xc9','\x1c','\x6d','\x35','\x4d','\x3c','\xe8','\x00','\x0f','\x55','\x73','\x0c','\x05','\x95','\x50','\x7e','\x03','\xc9','\x27','\x83','\x22','\x25','\x79','\x91','\x2e','\x33','\x47','\x6f','\xe0','\xfd','\xe3','\x38','\x2c','\xf2','\x95','\x98','\x2b','\x48','\xfa','\xbc','\x1c','\x9c','\x70','\xec','\x39','\x94','\x9b','\x40','\xa0','\xcf','\x81','\x2d','\x07','\xe5','\x39','\x22','\xa8','\x08','\xcf','\xdf','\x21','\x46','\x2a','\x97','\x20','\xb9','\x27','\x49','\xee','\xaf','\x20','\xe9','\x40','\xae','\x0c','\x38','\x7c','\x02','\x12','\x32','\x9a','\xab','\x38','\x6a','\x12','\x9a','\x11','\xf9','\x92','\x1a','\x19','\xaf','\x60','\x70','\xd6','\x95','\x8b','\xb1','\xe0','\xe0','\xf3','\x65','\x8e','\x22','\x20','\x6b','\xfd','\xdd','\x56','\xeb','\xfb','\x3b','\xac','\xda','\x0e','\x6b','\x81','\x34','\x30','\xb6','\x40','\x46','\x17','\x76','\x98','\x0b','\x14','\x5c','\xa4','\x3c','\x6c','\x0a','\x3f','\xab','\xc1','\x49','\x64','\x9f','\x47','\x39','\x97','\x14','\xc4','\x5f','\xcf','\xcb','\xc4','\xa2','\x89','\xa2','\x42','\x0f','\xaa','\x03','\xc5','\x41','\x48','\xb4','\x9a','\x0f','\xa3','\xc2','\xad','\xb8','\x30','\xa0','\x17','\x34','\x0c','\xe8','\xc5','\x87','\xf5','\x9d','\x96','\x06','\x07','\x4a','\x13','\x7a','\xc0','\xcb','\x21','\xc9','\xb1','\x27','\x50','\x41','\xe2','\xc0','\x79','\xc6','\x2c','\x09','\x15','\x39','\xba','\x95','\x83','\x7d','\xb4','\x08','\xcf','\x05','\x94','\xfc','\x17','\x07','\x0a','\xff','\x7c','\x6b','\xe1','\x89','\x4c','\x21','\xea','\x16','\xb0','\x53','\xc0','\xde','\x61','\x62','\x58','\xc4','\x34','\xa9','\x66','\xd2','\x01','\x53','\x4b','\x9a','\x66','\x6b','\xce','\xe1','\xf5','\x0c','\xd8','\x27','\x66','\x0a','\x47','\x81','\x79','\x2c','\x2f','\x58','\x1f','\x8b','\xa4','\xbf','\xc8','\xd8','\x41','\x2e','\xc8','\x10','\xd7','\x91','\x57','\xb4','\x82','\xaa','\x15','\x86','\x1c','\xf1','\xb7','\x48','\xc1','\x0e','\x0e','\x4b','\x88','\xff','\x39','\xb3','\x09','\xdc','\x9c','\xf7','\x77','\xb7','\xa7','\x5b','\x2e','\x5e','\xdf','\x71','\x90','\x97','\xdd','\xb2','\xd5','\x2d','\xe7','\x7f','\x7f','\x53','\xe1','\x9f','\x6f','\x2a','\x9c','\xb8','\xb5','\x10','\x3d','\xf6','\x41','\xed','\x59','\x59','\x3f','\xb7','\x95','\xf3','\xe9','\xc0','\x82','\xe5','\xd7','\x58','\x87','\x6e','\x51','\x24','\xd2','\xca','\xb7','\x79','\x85','\x9b','\x2b','\xdc','\x64','\x2a','\xa4','\x27','\x0a','\x9d','\x13','\x85','\xc1','\xe9','\xc3','\xd1','\x27','\x2d','\x69','\xc0','\x44','\x25','\x13','\xd5','\x4d','\xc9','\x31','\x5b','\x91','\x59','\x5a','\x69','\x4f','\x84','\x37','\x38','\x0f','\x0d','\x96','\x8b','\xba','\xcf','\x87','\xe8','\xa0','\x14','\x86','\x7a','\x60','\x19','\xd0','\x02','\x6e','\x2f','\x30','\xd6','\x4c','\x00','\xbd','\x9e','\x1e','\x8e','\x53','\xab','\x4d','\x30','\x38','\xab','\xd4','\x34','\x68','\xce','\x59','\x32','\x91','\x36','\x84','\x06','\xec','\x71','\xbf','\x90','\x5c','\xd9','\x17','\x93','\x45','\x3b','\x28','\xc6','\x2b','\x07','\xe3','\x15','\x5e','\x5a','\xf1','\xc7','\xa1','\x86','\x78','\x65','\x2d','\x0e','\x8b','\xcc','\x68','\xcb','\x3b','\xdd','\x35','\x1b','\xe3','\x23','\xf2','\x65','\xf3','\x2f','\xe7','\x87','\x91','\x05','\x20','\xc5','\x3b','\x82','\xe2','\xd1','\xf2','\xc1','\xe1','\x72','\x71','\xb8','\x6c','\x0d','\x4f','\xe5','\x87','\x0f','\x14','\x8e','\x1e','\x28','\x0c','\xef','\x2f','\x0c','\x97','\x0a','\xc3','\x2a','\x2f','\x0f','\x0f','\xef','\xb7','\xb2','\x07','\xcc','\x3f','\xa9','\xe5','\xe6','\x4f','\x98','\x93','\xae','\xf9','\x21','\x7e','\xfa','\xa3','\xa1','\x30','\xb2','\x27','\x1c','\x78','\x5e','\xa3','\xfb','\x79','\x8d','\x5a','\x1a','\x2d','\xea','\x4b','\x45','\x8d','\x1e','\xe4','\x02','\xff','\x51','\x5f','\xca','\x83','\x12','\x80','\x69','\x12','\x73','\xc1','\x41','\x0f','\xeb','\xfe','\xda','\xf9','\x6a','\xb6','\x47','\x55','\xec','\xe9','\x04','\x38','\xc8','\xc0','\xbc','\x43','\x9e','\x32','\x3e','\x2c','\x45','\x59','\x3d','\xd8','\xaa','\x16','\x89','\x62','\x51','\x9a','\x57','\x48','\x41','\x8d','\x15','\x0c','\x5c','\x70','\x04','\x9d','\x57','\x6f','\xf6','\xb0','\x48','\x3b','\x68','\xae','\xa0','\x59','\x8f','\xe0','\x8f','\xd2','\x08','\x47','\x5e','\x23','\x16','\x1f','\x64','\x84','\x38','\x0e','\x72','\x81','\xff','\xc8','\x3f','\xe4','\xbf','\x2b','\xfe','\x6f','\x61','\x59','\x38','\x2c','\xbe','\x66','\xca','\xc8','\x6c','\xd5','\xcc','\x04','\x81','\x25','\xed','\xe1','\x66','\xbf','\x78','\x83','\x87','\x49','\x9e','\x0f','\x60','\x81','\x14','\x05','\x0e','\xda','\x3e','\x2f','\xad','\x66','\x2a','\x74','\xc1','\x25','\xde','\x36','\x2d','\x16','\xc0','\xf4','\xe1','\xf8','\x53','\x56','\xfc','\x29','\x08','\x20','\x49','\x7f','\xd3','\xcc','\x4d','\x98','\xb3','\xac','\x80','\x82','\x21','\x09','\xc1','\xbc','\xc3','\x02','\x33','\x60','\x3d','\xf3','\xcd','\xa5','\xc5','\x8a','\x17','\xae','\x1d','\x14','\xad','\xb2','\x32','\x99','\xbc','\x6d','\x43','\xd2','\xe5','\x06','\xc6','\xc6','\xb8','\xc2','\x3c','\xac','\xa8','\x56','\x62','\x00','\xd6','\x61','\xff','\x41','\xb3','\x6b','\xd8','\x34','\xb8','\x21','\x8a','\x87','\x90','\x6c','\x0f','\x13','\x18','\xe7','\x4e','\x25','\xaf','\x75','\x59','\xdb','\x59','\x11','\x99','\x45','\xe4','\x1d','\xe4','\x0b','\x00','\x67','\x2c','\xad','\x98','\x5f','\xfa','\x76','\x21','\xad','\x15','\xfa','\x0f','\x16','\xb4','\xbf','\x28','\xa4','\x53','\x85','\xfe','\xd4','\x61','\x2d','\x65','\x69','\x75','\x88','\x79','\x3e','\x88','\x72','\xe7','\x99','\x39','\xcb','\x8d','\x49','\xd4','\x5c','\x3f','\xba','\x5c','\x68','\x2b','\xe7','\xe5','\x69','\x18','\x9f','\x10','\xe2','\x38','\xc8','\x57','\x11','\x6f','\x0f','\x9f','\x44','\x91','\x34','\x13','\x06','\x67','\x59','\x38','\x1c','\x42','\x16','\x5e','\x30','\x53','\x19','\x33','\xb5','\xd1','\xb4','\x3a','\xcc','\xf3','\x4b','\xe6','\xdc','\x22','\xac','\xe7','\x3f','\x57','\x0a','\xb7','\xf3','\xe3','\x00','\xe7','\x0b','\x43','\xd6','\xd0','\x17','\x8b','\x27','\xea','\x45','\xc9','\x39','\x88','\x51','\x31','\xe9','\x5b','\x4b','\x4e','\x3e','\xb9','\x54','\xa0','\x0e','\xa0','\x29','\xb8','\x87','\x93','\x7c','\xbf','\x60','\xf3','\x16','\xcb','\xbc','\x37','\x65','\xfe','\x2d','\x31','\xbd','\xa3','\x26','\xa2','\x37','\xcc','\x97','\xc8','\xd8','\xc8','\xa7','\x89','\x6f','\x8d','\x83','\xb2','\x52','\x24','\xd4','\x3a','\x30','\x93','\x57','\x8d','\xc2','\xb6','\x83','\x05','\x59','\x29','\x6c','\xe8','\x81','\x55','\x94','\xce','\x1f','\x06','\x7a','\x24','\x64','\x0e','\x4f','\x99','\xc3','\xc3','\x66','\xcd','\xca','\x95','\x0b','\x1c','\x43','\x09','\xd3','\xae','\x64','\x0a','\xd4','\xce','\x33','\xc3','\x1a','\x36','\x8a','\xa9','\x31','\x6e','\xf6','\x1c','\x94','\xf1','\x41','\x96','\x29','\xa2','\xb1','\x22','\x32','\xac','\x31','\xc3','\xda','\x35','\x66','\xed','\x5a','\x15','\xc6','\xc6','\x8c','\xd1','\x5d','\x63','\xe6','\x2e','\xc3','\xdc','\xb5','\xcb','\xdc','\x35','\x64','\x7e','\xda','\x36','\x33','\x3b','\x97','\x79','\xbf','\x81','\xf1','\xa0','\x91','\x15','\x11','\xd1','\x7e','\xc1','\x6f','\xd0','\x90','\x1b','\xfc','\x2a','\xaa','\x42','\x07','\x08','\x2d','\x45','\xa9','\x21','\xed','\x70','\xd0','\x8f','\x91','\x74','\xca','\x69','\xa5','\xf5','\xa3','\x74','\x4c','\xa3','\x3b','\x54','\x91','\x0f','\xa8','\x91','\x2f','\x00','\xa7','\x81','\x77','\xa5','\x35','\x54','\x4e','\x86','\xca','\x37','\xcd','\x96','\x53','\x36','\xcb','\xe4','\xca','\xae','\x48','\x4c','\x6c','\x5f','\x10','\x99','\x10','\xdb','\xa6','\xd8','\x3f','\x3e','\x82','\x5b','\x9e','\x4c','\xbd','\x70','\xa6','\x3f','\xe7','\xf5','\x17','\x20','\x7f','\x5c','\xe6','\xb6','\x27','\xdd','\xb6','\x13','\x9b','\xa3','\x2e','\x91','\x50','\x38','\x84','\x04','\x15','\x0c','\xa4','\xce','\xc1','\x61','\x44','\x22','\x24','\xc6','\x82','\x04','\x41','\x1c','\x5b','\x21','\xfe','\x93','\x9e','\x60','\x3e','\x59','\xe5','\xfe','\xa0','\xb1','\x1b','\x7e','\xe4','\xc0','\x31','\x11','\x23','\x89','\xf8','\x56','\x8d','\xaa','\xb6','\x3b','\x20','\x48','\x1d','\xf9','\x81','\x9b','\x2d','\x24','\x03','\x7b','\xc0','\x28','\x1c','\x30','\x0a','\x15','\xa3','\x40','\x77','\x43','\x5e','\x2d','\x6a','\xd8','\xd4','\x00','\xe2','\xfd','\xe5','\x1f','\x0b','\x97','\xe0','\x13','\x9f','\x1a','\x25','\x9a','\x31','\x20','\x47','\x3c','\x0a','\x47','\x90','\x74','\x1c','\x45','\x31','\xfc','\x21','\xde','\x86','\x1d','\x44','\xb9','\xc0','\x96','\xc4','\x1f','\x52','\x62','\x4d','\x21','\x12','\x13','\x4f','\x0c','\xd4','\x73','\x44','\xbf','\xba','\x9a','\x29','\x5e','\x63','\xa2','\x84','\x8c','\x7a','\x47','\xf9','\x38','\xaa','\x11','\x34','\x10','\x55','\x35','\x3c','\xa0','\x11','\x2d','\x5d','\x36','\xed','\x4b','\xd9','\xd1','\x64','\x90','\x1d','\x30','\xca','\x07','\x0c','\x52','\x31','\x08','\xdd','\x0d','\x0f','\x37','\xa8','\xd1','\x40','\x3b','\xdd','\x1d','\x4f','\xfa','\x71','\x6a','\xb4','\x55','\x8c','\x74','\xc5','\xe8','\xac','\x18','\x06','\xcd','\x38','\xa2','\x3d','\xcb','\xf3','\x25','\x52','\x57','\x80','\xef','\x16','\x3c','\xd6','\xde','\x4d','\xd4','\xb4','\x9c','\x8d','\x9f','\x0e','\x3a','\xa8','\x81','\x07','\x8c','\xc8','\x81','\xdd','\x32','\xa4','\xce','\x31','\x98','\xe8','\x29','\x86','\xcc','\x62','\x50','\xad','\x4c','\x0d','\x85','\x66','\xd4','\x24','\xf3','\x28','\x4a','\xc8','\x06','\x3f','\xe7','\x29','\x31','\xa8','\x3c','\xd5','\x91','\xf4','\x59','\xc5','\x91','\x06','\x1c','\xfc','\xd9','\x25','\x4c','\x1d','\x42','\x9d','\x75','\xc9','\xa5','\x78','\xc5','\xe9','\xa0','\x93','\x3b','\x92','\xc1','\x67','\x10','\x7a','\x22','\xe4','\x75','\x84','\x5c','\x6a','\x33','\x1a','\x3d','\x43','\x5b','\xa6','\x69','\xfc','\x49','\x9a','\x3e','\x41','\x67','\x5d','\xca','\xa7','\x09','\xfc','\xa3','\xa6','\x71','\x5f','\x82','\xbd','\x0d','\x69','\x97','\x55','\x37','\x05','\x14','\x73','\x2f','\xaa','\xff','\xdb','\xd7','\xd4','\x7b','\x2d','\x75','\x57','\xaa','\xc7','\x01','\x96','\x7b','\x15','\xf7','\xab','\x2c','\x50','\x5b','\x71','\x4f','\x2c','\x1a','\x6c','\xae','\xaa','\x37','\x59','\x6a','\x7f','\xbf','\x6a','\xf5','\xab','\x2e','\x4e','\xe1','\x28','\x03','\xaf','\x41','\xa0','\xda','\x58','\x52','\x29','\x64','\xad','\x05','\x8f','\x68','\x8a','\x2f','\x9c','\xfa','\x05','\x6f','\x67','\xec','\xd4','\xe2','\x6f','\x37','\x0b','\xcd','\x79','\x57','\xa9','\xa3','\xfb','\xaf','\x6a','\xb4','\xa6','\xd1','\xa9','\x74','\xbc','\x92','\x8e','\x6f','\xd8','\xfe','\x12','\x4b','\x77','\x28','\xe9','\x9b','\x95','\x74','\x5c','\xd9','\xfe','\xd2','\x26','\x2d','\x1e','\x68','\x20','\x28','\xdb','\xfe','\x88','\x63','\xd3','\xb6','\x3f','\x0a','\xb8','\xc0','\x7f','\x54','\xe3','\x00','\x33','\xbe','\xc1','\x78','\x8b','\x39','\xe9','\xdf','\xd0','\x1e','\xc9','\x41','\x12','\xd2','\xa2','\x82','\x24','\x84','\x22','\x4d','\xf7','\x81','\x6f','\x8f','\x4f','\x75','\xcc','\x37','\x49','\xe8','\x65','\x82','\xe6','\x09','\xa4','\x90','\x08','\xa2','\x90','\x91','\xe4','\xfd','\xeb','\xe1','\x9f','\x25','\xb4','\x28','\x35','\x25','\xea','\x7c','\x40','\x22','\x15','\x12','\xe2','\x82','\xf9','\xc1','\xed','\xc1','\x88','\x32','\xe4','\x93','\x24','\xff','\xc0','\xeb','\x43','\xe7','\x6c','\xa0','\xce','\xf3','\x52','\xc8','\xbb','\x89','\xb7','\x24','\x19','\xac','\x47','\x90','\x33','\x56','\x65','\xcc','\x83','\xf4','\x82','\x1f','\x54','\x8f','\x06','\xac','\x74','\x2e','\x5f','\x5b','\x5e','\xc8','\x19','\xe8','\x2c','\x53','\x3d','\x08','\x8b','\x1c','\x3c','\x4b','\xe9','\x72','\x09','\x22','\xbc','\xfe','\x46','\x4b','\x57','\x06','\x42','\x8d','\x78','\xab','\x0f','\xe8','\x17','\x92','\x3d','\x2d','\xf6','\xca','\x32','\x83','\xca','\x2b','\xab','\x3d','\x0a','\x49','\x28','\x34','\x17','\x96','\x26','\xc2','\x51','\x49','\x4a','\x48','\xac','\x1e','\xfa','\xc0','\xf6','\x40','\x64','\x3f','\x24','\x29','\x0b','\x21','\x07','\x8d','\x87','\x41','\x29','\xf1','\x61','\xf0','\x20','\x5b','\x99','\x04','\x29','\x00','\x50','\xec','\x1a','\x42','\xba','\x17','\xaa','\x2f','\xed','\x84','\x2d','\xf1','\x81','\xfd','\xa2','\xa8','\x55','\xe2','\xbf','\x82','\x3d','\x89','\x0d','\x08','\x6e','\x8d','\x30','\x24','\xde','\x0e','\x96','\x4c','\x52','\x12','\xec','\x17','\x1c','\x03','\xb6','\x4f','\x4d','\xf2','\x7e','\xf5','\xa0','\xe5','\xaa','\xe0','\xdf','\x5c','\xc4','\x9e','\x0b','\x04','\x53','\xf1','\x8a','\x80','\xd8','\x44','\xf8','\x4b','\x13','\x6c','\x08','\xb2','\xfd','\x42','\xfd','\xbf','\x4d','\x3d','\xc0','\x71','\xa7','\x01','\xbb','\x4b','\x6b','\xc8','\x4b','\x4a','\xf5','\x9b','\xce','\x5d','\xec','\xb7','\x2e','\xa5','\x8a','\xb5','\x8c','\x7c','\xc1','\x55','\xaa','\x0d','\xcf','\xba','\xdf','\xb0','\x0e','\x91','\x07','\xa3','\xc1','\xbf','\x46','\x85','\x43','\xbe','\xf8','\x07','\x03','\xb5','\x4d','\xdc','\x43','\xc0','\x21','\x7c','\xb1','\x15','\xe9','\x8b','\x40','\x87','\xf6','\x41','\xf5','\x00','\xdb','\xf0','\x2b','\x81','\x86','\xca','\xda','\x60','\xd9','\xbe','\xba','\x63','\x60','\x2b','\xb4','\xaf','\x51','\xe1','\x4a','\xb5','\xcb','\x29','\xf9','\x3e','\xa0','\x1e','\x59','\x43','\x7e','\xab','\xbd','\x80','\xbb','\x14','\xaf','\x4d','\x19','\x68','\xdb','\x41','\xed','\xc5','\xb0','\xa0','\x23','\x78','\x8b','\xb1','\x92','\x60','\x35','\xd1','\x24','\x32','\x20','\x1c','\xec','\x3f','\xb8','\x3d','\xca','\x31','\x64','\x5f','\x75','\x94','\x09','\xcc','\xae','\x33','\x84','\x15','\xfd','\x6f','\x13','\xea','\x1e','\xaa','\x7b','\x33','\xaa','\x31','\xa3','\x7b','\xa6','\x6a','\x2c','\xaa','\x83','\xa7','\xbb','\xe7','\x5a','\xd5','\x1a','\xfe','\x4d','\xfd','\xaa','\xeb','\xf5','\x79','\xe0','\xe1','\x39','\xa7','\xe8','\xb3','\x4a','\x23','\x1b','\xa9','\xa0','\xdf','\x99','\x5f','\x21','\xde','\x39','\x2d','\xf8','\x76','\x96','\xeb','\x09','\xbf','\xd7','\x22','\x6c','\xe4','\x43','\x41','\x76','\xca','\x6f','\xe4','\x43','\xb9','\x95','\xbe','\x3c','\x47','\xe7','\xde','\x11','\xe1','\xc2','\x95','\xbc','\xf7','\x81','\xe3','\x13','\xa1','\x62','\x1a','\x4e','\xf8','\xcf','\x2f','\xcc','\x77','\xcb','\xf3','\x24','\xe6','\xf7','\xca','\xf3','\x7f','\x2b','\xcf','\xaf','\x8b','\xf9','\x7d','\x8e','\xf7','\xb7','\xa7','\x83','\x75','\x82','\x88','\xf2','\xbc','\xe0','\xbd','\xfc','\xe0','\x7e','\xf1','\x7f','\xfa','\xf1','\x25','\x14','\x91','\xd9','\x2b','\x50','\x82','\x2c','\x85','\xf5','\xe3','\x0c','\x91','\xb0','\xfe','\xdd','\x73','\xea','\xf1','\xb0','\x3a','\x99','\xd2','\x27','\x02','\xd5','\x21','\x21','\xae','\x9d','\xa6','\xd5','\xc8','\x3a','\x7f','\x38','\xdb','\x63','\xbf','\xd6','\x33','\x3f','\xc4','\xe6','\x8d','\x9e','\xdf','\x71','\x7a','\x22','\x21','\x3f','\x82','\xd4','\xdf','\x39','\xd6','\x13','\xb9','\xed','\x5b','\x48','\xfe','\x0b','\x1b','\x5e','\x3e','\x1d','\x44','\x1f','\x7e','\x8a','\x3d','\x9f','\xa2','\x72','\x6a','\x83','\x5c','\x6f','\x93','\xcd','\xce','\x04','\x62','\xbf','\x64','\x5f','\x7a','\x3a','\x18','\x3c','\x83','\x3e','\x60','\x7c','\x76','\x8e','\x1d','\xed','\xda','\x35','\xcc','\xc1','\x05','\xb1','\x3d','\xc0','\x51','\x24','\x02','\x2f','\x18','\xf8','\xbd','\xcd','\xfb','\x30','\x9d','\x69','\x8b','\x2b','\xcb','\x69','\x44','\x3e','\xa8','\x1e','\x15','\x09','\x3f','\x13','\xfe','\x0d','\xc3','\xd8','\xfe','\x36','\x57','\xa9','\x17','\xd3','\x9f','\xdf','\xdd','\x7f','\x57','\x46','\x85','\x14','\xdc','\x4a','\xe1','\xc4','\xd2','\x10','\x41','\x13','\x04','\x38','\xc3','\x91','\x88','\xf3','\xd5','\x9d','\xb1','\x48','\x6c','\x61','\x78','\x78','\xca','\xfe','\xe1','\x5d','\xf3','\x9f','\x65','\xf3','\xe9','\xf0','\xef','\xcc','\xcc','\x47','\xc2','\xbb','\x23','\xeb','\xf1','\xef','\x3c','\xbe','\x21','\xd2','\xb6','\x88','\xc0','\xa6','\x95','\x91','\xe4','\x23','\x2c','\xb3','\xbf','\xa5','\x74','\xdd','\xcc','\x06','\xa5','\xde','\x86','\x8c','\x4e','\x54','\x67','\xe3','\xcf','\x7d','\xc9','\x4d','\x0e','\x56','\x70','\x54','\xf8','\x9d','\xe2','\x5b','\x3d','\xf6','\x46','\x04','\x12','\x85','\x64','\xb2','\xf6','\xcf','\x04','\xc3','\xf6','\xad','\x3e','\x5b','\xac','\x21','\x54','\x53','\xbd','\x9a','\xfe','\x3a','\x13','\xa9','\xd6','\x6a','\x3a','\x2f','\xcf','\xfb','\x8d','\xac','\x1f','\x2b','\x0c','\xfc','\x7d','\xe7','\x21','\x4b','\x57','\x24','\x81','\xa2','\x90','\x21','\x0b','\x7a','\xa7','\xac','\xa6','\x4d','\x79','\x67','\x4a','\xa0','\x15','\x8d','\x61','\xcf','\x45','\x90','\x10','\xb8','\xde','\xf8','\xfc','\x04','\x93','\x04','\x35','\x01','\xdf','\x23','\x28','\x8d','\xd8','\x5b','\xc2','\x94','\x0a','\x39','\x91','\x10','\x8e','\x48','\x6c','\x77','\x17','\xb6','\x7f','\x8e','\xf7','\xf4','\xa4','\xf6','\xdc','\xfa','\xe6','\x9e','\x2d','\xa9','\x3d','\x6a','\x6a','\x9f','\x9a','\xda','\xd3','\x95','\xda','\xd3','\x7d','\x6d','\x4f','\x37','\xe1','\xd8','\xd7','\xbd','\x63','\x4f','\x37','\xdd','\xd3','\x1d','\x16','\x90','\xec','\xab','\xcc','\xe8','\x0c','\x50','\x9e','\xb0','\xeb','\x01','\x96','\x08','\x47','\x04','\xe0','\xef','\xee','\x26','\xf6','\x75','\xd2','\xf8','\x95','\x3d','\xdd','\xbe','\xf8','\xc5','\x35','\x3f','\x76','\x6a','\xfb','\x3a','\x67','\xf6','\x00','\x7a','\xf7','\x74','\xf7','\xee','\xe9','\xea','\xb3','\x5f','\xd6','\x8d','\x2d','\x9b','\x97','\x27','\x45','\xd9','\xfe','\xc6','\xc2','\xb6','\xb6','\xa9','\xed','\x6f','\x1c','\xdb','\x96','\x64','\xdb','\xdf','\x38','\xa3','\x85','\xa6','\x6f','\x7d','\x83','\x16','\x37','\x92','\x3b','\x7e','\x1e','\x1b','\xde','\x84','\x8f','\x2f','\xa2','\x88','\xd2','\xe4','\xc5','\x82','\xed','\x30','\xce','\xd5','\x10','\x5d','\x29','\xf9','\x27','\x37','\x7b','\xf5','\xb8','\xe3','\xc5','\x67','\x3c','\xb6','\xe4','\x81','\xe0','\x78','\x49','\xa7','\xca','\xcf','\xc8','\x8c','\x59','\xb5','\x17','\xab','\x40','\xe6','\xd9','\x40','\xae','\x6a','\x5f','\x71','\xad','\x9c','\x8b','\x43','\x8f','\xe0','\x02','\xef','\x02','\xc1','\x61','\x82','\x71','\x02','\x47','\x28','\x96','\x97','\xb0','\xa2','\xdd','\xec','\xa1','\xb8','\x43','\xe2','\x7f','\x15','\xb0','\x9f','\x93','\xf8','\xb1','\x72','\xfc','\x58','\x36','\x79','\x2c','\x8b','\xc3','\xbb','\x33','\x39','\x6a','\xbf','\x41','\xad','\x9c','\x02','\x30','\x67','\x2c','\xf3','\x0c','\x70','\x57','\x9a','\x06','\xf8','\x85','\x9a','\x67','\xd8','\x1b','\x33','\x38','\xd4','\x4c','\x69','\x0a','\xd4','\xa0','\x14','\x37','\xeb','\x39','\x11','\xb0','\x37','\xca','\xf1','\x71','\x40','\x72','\xbc','\x8c','\x3f','\x54','\xce','\xdc','\x5b','\xb6','\xaf','\x97','\xad','\x42','\x99','\xdb','\xd9','\x02','\x59','\xfb','\xca','\x6e','\xab','\xb0','\x05','\x4b','\x03','\xb8','\x37','\xc1','\x7e','\x95','\xc4','\xf8','\x26','\x1c','\x11','\xc4','\x85','\xeb','\x16','\xb1','\x62','\xde','\xee','\xd4','\xfb','\xf8','\x99','\x6b','\x78','\xac','\xee','\x81','\x20','\x57','\xf5','\x18','\x23','\xa4','\x9a','\x2d','\x57','\xed','\x1a','\x94','\xd9','\xf2','\xb7','\xb2','\x0f','\xff','\x75','\xf6','\xe1','\x9b','\xec','\x87','\x37','\x67','\x1f','\xd9','\x0c','\xe4','\x50','\x59','\xcc','\x5e','\x6b','\xb0','\x44','\x35','\xc0','\x3f','\x24','\xef','\xaa','\x67','\x5e','\x8f','\x41','\xa6','\x00','\x20','\xaf','\x5b','\x10','\x44','\x76','\x0d','\x9c','\x65','\xf6','\xf8','\x99','\xec','\xf8','\x19','\x12','\x3a','\x43','\x86','\x14','\x76','\x55','\x01','\xfe','\x3a','\x0c','\x46','\x28','\x91','\xa1','\x51','\xd0','\xaf','\x63','\x24','\xfe','\xe7','\x01','\x1f','\xba','\xf8','\x04','\x20','\x39','\x01','\x6b','\x20','\x53','\xe0','\xb3','\xef','\x5b','\xe2','\x2a','\xd7','\x80','\x7d','\x15','\x4a','\x2c','\xf9','\x30','\xce','\x8b','\x8d','\x80','\x26','\xc1','\xe1','\x19','\x83','\x97','\xb9','\x37','\xb4','\x47','\xa9','\xf6','\x25','\x99','\x0e','\xd1','\x58','\xf3','\xd9','\xca','\x82','\x7d','\xc9','\xcb','\x56','\x6a','\xc0','\x83','\xf7','\x38','\xe1','\xb0','\x4f','\xd1','\xec','\x29','\x4a','\xe8','\x0c','\x39','\x50','\x67','\x8b','\x06','\x51','\xea','\x24','\xfd','\x1c','\xe9','\x4e','\x92','\x4c','\x2b','\x81','\x71','\x16','\xf3','\x7e','\x06','\xa8','\x3e','\xe3','\x0e','\x78','\xd9','\x25','\x1d','\x41','\x58','\x2a','\x02','\x51','\x2d','\x13','\xb8','\x49','\xad','\xdc','\x45','\x0e','\xfb','\xca','\x45','\xab','\xb0','\x80','\xa5','\x05','\x9c','\xaf','\xb1','\x37','\x6b','\x38','\x72','\x1e','\xf6','\xe3','\xf2','\x39','\x78','\xbb','\x83','\x79','\x1b','\x56','\xc7','\x07','\x79','\xba','\x5c','\xe5','\x77','\x83','\xff','\xd5','\x71','\x5e','\xd3','\x9e','\x1a','\x9f','\x7d','\xb1','\x0e','\x1b','\xed','\xa9','\x72','\x8d','\x04','\xa4','\x8e','\x80','\xdf','\xcc','\x9b','\xba','\x9a','\x3f','\x25','\x01','\x99','\x53','\x48','\x5b','\x21','\x76','\xc6','\xf6','\x8d','\x9d','\x26','\xa4','\xb6','\x2c','\xf3','\x43','\x59','\xe4','\xa5','\x15','\x19','\xa6','\x6e','\x64','\xad','\x5c','\x4b','\x56','\xc9','\x71','\x43','\x7b','\x9c','\x1b','\xdb','\xf3','\xfa','\x4a','\x7b','\x04','\xcf','\x24','\x70','\xde','\xf2','\xff','\xb5','\x88','\xcd','\x1a','\x64','\x41','\x42','\xd5','\xe5','\x26','\x01','\x6e','\xf6','\x4a','\x71','\xc7','\x8c','\x9f','\x29','\xb2','\x37','\xac','\xf8','\x89','\xd7','\xe2','\xe3','\xa5','\xe4','\x78','\x09','\x87','\x0f','\x66','\xf2','\xa3','\xf6','\xcb','\x23','\xd6','\xc1','\xbc','\x95','\x83','\x4e','\x59','\x45','\x02','\x3c','\xba','\x16','\x69','\xf2','\xb8','\xfe','\xd2','\x7f','\x07','\x8f','\xeb','\xed','\x53','\xb4','\x8f','\x9f','\x47','\x59','\xca','\x5e','\xe3','\x02','\x44','\xca','\xeb','\x8d','\xf4','\x07','\x27','\x96','\xec','\x39','\x94','\x75','\x51','\x76','\x12','\x48','\x4a','\xb3','\x15','\x6c','\xff','\x85','\x9b','\x7d','\xa8','\x0a','\x54','\x8a','\xbb','\x33','\xec','\x55','\x8b','\xc4','\xae','\x91','\xe8','\x8b','\xe2','\x12','\x76','\x94','\x20','\xda','\x17','\x1e','\xe8','\x8a','\x69','\x5d','\x03','\x1a','\x9b','\xd2','\xba','\xe4','\xde','\x2e','\xf9','\xd9','\x9d','\xf2','\x5f','\xcb','\xf6','\x77','\xf7','\xc8','\xcf','\xd9','\x0f','\xcd','\xec','\x59','\x37','\xb3','\x27','\xae','\xed','\x49','\x68','\x7b','\xda','\xb7','\xd8','\xb7','\x6f','\xd9','\xf3','\xd1','\x2d','\xf2','\x96','\x2d','\xf2','\xee','\x83','\x6c','\x6a','\x58','\x96','\x39','\x32','\xb2','\xec','\xca','\xf2','\x84','\xbc','\x2e','\x7c','\xbb','\x23','\xda','\x63','\xf0','\xa5','\xae','\x8a','\x79','\xcf','\xe8','\x49','\x46','\xc2','\xd5','\xac','\x3b','\x6f','\xcf','\x2f','\x64','\xa7','\x20','\x8f','\x43','\xf6','\x4c','\x93','\x6f','\x30','\x7b','\x5a','\xf0','\x0d','\x0e','\x0a','\xbe','\xc1','\xf0','\x0d','\x7c','\x83','\x37','\xcf','\x3d','\x19','\x9f','\xa0','\xf1','\x3f','\x6f','\xe7','\x83','\x0f','\xc2','\x04','\x6d','\x8e','\x73','\xee','\x8c','\x7d','\x95','\x5a','\x56','\xcc','\x3a','\x82','\xad','\xdc','\xa2','\xe0','\xa7','\x05','\x02','\x30','\x48','\xce','\xf5','\x5e','\x3c','\xb7','\xb7','\x4f','\x3c','\xd9','\x27','\xd1','\xbe','\x6e','\xb0','\xb2','\x40','\x90','\xa8','\xae','\x20','\x48','\x2b','\x53','\x41','\xf6','\x25','\x94','\x7d','\x82','\x6f','\x8a','\xae','\x06','\x6c','\x21','\x03','\x45','\xe4','\x0f','\xbb','\xb8','\x2a','\x26','\x1b','\xba','\x9a','\x14','\x91','\xbb','\x3e','\x4e','\xc2','\xa9','\xdb','\x1d','\xad','\x4f','\x55','\xfb','\x36','\x06','\xec','\x92','\x0a','\x69','\x9c','\xa3','\x4c','\x47','\x11','\x12','\xc2','\x59','\x67','\xd2','\x76','\xa6','\xb2','\x8f','\x05','\xd9','\x25','\x35','\x3b','\xad','\x72','\xc1','\xe6','\xa5','\xa2','\x92','\x8f','\x30','\x32','\xad','\xb2','\x8b','\x2a','\x90','\x40','\x0e','\x20','\xf2','\x0a','\x23','\xb9','\x80','\x18','\xa8','\x0f','\xe1','\xae','\x7d','\xac','\x4b','\x9d','\x66','\x33','\xd3','\x5d','\xdb','\x83','\xae','\xc8','\xc9','\x9d','\x91','\x93','\x72','\x34','\xd8','\x83','\x1c','\xfb','\x04','\xdb','\xd3','\x29','\xef','\xf9','\x79','\x64','\xcf','\xad','\xbf','\xdc','\xb3','\x65','\x83','\xad','\x2a','\x7b','\xba','\x17','\xe5','\xae','\x88','\xdc','\x85','\xd9','\x37','\x02','\x59','\x45','\x72','\x09','\xad','\xbb','\xc0','\xe4','\xb9','\x40','\x76','\xd0','\xed','\xc7','\x13','\x7d','\x98','\xf6','\xf1','\xc3','\xb5','\x4a','\x41','\xe0','\x87','\x78','\x12','\xda','\x9c','\x3d','\xd9','\x65','\x5f','\x0e','\xb2','\x8e','\x9c','\x75','\x8a','\xd9','\xe9','\x22','\x1f','\x61','\xbb','\x62','\x66','\x2b','\x45','\x42','\x53','\xe4','\xb3','\x5b','\xd9','\xd2','\x00','\xa1','\x1b','\x88','\xf2','\x49','\xa2','\x3d','\x40','\x3a','\x8f','\x93','\x8c','\x04','\xb9','\x89','\xf9','\x1e','\x30','\xcd','\x24','\x5f','\xea','\x9e','\x89','\x3c','\x6b','\x25','\x7f','\xf1','\xda','\x14','\x9c','\x42','\xd7','\x00','\x77','\xa2','\x88','\x94','\xe3','\x10','\x9b','\x62','\x59','\x07','\x71','\x00','\x5f','\x25','\x1a','\xb3','\x2f','\xd4','\xa9','\x37','\x49','\x17','\xee','\xa0','\xf3','\x19','\xf6','\x0b','\x0b','\xe1','\x22','\xb8','\xdd','\x79','\xb2','\x3a','\x88','\xd4','\x4f','\xb9','\xfa','\x8b','\xba','\x38','\xdf','\xb0','\xfd','\x02','\xee','\x8e','\x7d','\xbd','\x9b','\x60','\x0e','\xbe','\xe5','\xe1','\xc3','\x58','\xd0','\xf8','\x5f','\xe8','\xaa','\xd3','\xb0','\xcf','\x05','\xc8','\x8a','\xb9','\x2e','\x40','\x21','\xb9','\xdb','\xea','\x8f','\xef','\xf9','\xc9','\xb2','\xdd','\xb2','\x92','\x17','\xef','\x18','\x1a','\x1b','\x39','\xba','\xa1','\x67','\x77','\x2f','\xdd','\xfd','\x71','\xfa','\x27','\xc3','\xf4','\xbc','\x83','\xc2','\x37','\x98','\x82','\x3d','\x34','\xfe','\x4a','\x65','\xa5','\x6c','\x7b','\xa5','\xa2','\xf5','\x50','\xb5','\x87','\x0e','\xb1','\x4b','\xa0','\x0b','\x12','\xab','\xb6','\x01','\x3a','\x86','\x57','\xaa','\xea','\xa2','\xc3','\x9f','\x8e','\xbf','\x32','\x49','\x8f','\x09','\x23','\x41','\x5e','\x6e','\xc6','\xbb','\x85','\xf0','\x9a','\xf6','\x34','\x93','\xb5','\x41','\xaa','\xe8','\x15','\x5e','\xca','\x77','\x0d','\xf5','\xea','\x98','\xf3','\xcb','\x97','\x14','\x7e','\xc7','\xfd','\x6b','\x85','\xb7','\xd9','\x7e','\xc3','\x45','\xe3','\xae','\x7a','\xc5','\x55','\xe6','\x70','\x7c','\xa2','\x35','\x1e','\x26','\x61','\xeb','\x28','\xfb','\x05','\x45','\x32','\xb7','\xa2','\x91','\xfe','\x32','\xd1','\xce','\x07','\x82','\x49','\x9e','\xe8','\xa2','\x6c','\xca','\x0d','\x7a','\x79','\x4c','\x96','\x79','\xa4','\x91','\x7d','\x1d','\xa1','\x09','\xa4','\x5e','\xc5','\xca','\x1c','\x8b','\x1f','\xc3','\x71','\x8c','\xc3','\x45','\xcc','\x7e','\x91','\x41','\x1f','\xbe','\x06','\xb9','\xbd','\xf8','\x8d','\xc7','\xe3','\xb8','\xa6','\x9d','\x7f','\x44','\x3f','\xd7','\xa4','\xa9','\xd7','\xbc','\x84','\x0e','\x69','\x51','\x97','\x34','\xe0','\x5f','\x15','\xbc','\xb2','\x10','\xc7','\xe1','\xb0','\x7f','\x24','\x28','\x16','\xf0','\x85','\x00','\x3e','\xf5','\x65','\x02','\x7a','\x80','\x90','\x26','\x56','\xe4','\xad','\xa4','\x3b','\x4b','\xba','\x4f','\xf8','\x23','\x61','\xb4','\x4b','\xaa','\x38','\x10','\xe8','\x20','\x6e','\x1a','\x08','\x87','\x92','\xac','\x13','\x79','\xb7','\x21','\x47','\xfb','\x53','\xa2','\x1d','\x87','\xc6','\xab','\x55','\x08','\xd5','\xdf','\xfd','\xbf','\xfb','\x9f','\x4e','\x91','\xb2','\x38','\x13','\xe4','\xa8','\xbf','\x0e','\x13','\xea','\x12','\xa5','\x4a','\x94','\x0c','\xd9','\xf8','\x8a','\x1f','\xe4','\x51','\xa9','\x50','\x31','\x56','\xea','\x31','\x31','\xb7','\x81','\xe1','\xf1','\x9b','\x61','\x58','\x45','\xd7','\x1a','\x61','\xc3','\x19','\x3c','\xe5','\x02','\x86','\xef','\x08','\xba','\x52','\xb8','\xaf','\x1f','\x80','\xa2','\x01','\xb2','\x30','\x7b','\x13','\x37','\xff','\x71','\xed','\xd1','\x8b','\xa2','\x73','\x53','\x41','\x14','\x1f','\x21','\x92','\x21','\xda','\x63','\xf0','\x41','\x5e','\x34','\x73','\x8e','\x91','\x9b','\x74','\x73','\xc7','\xd9','\xbd','\xdf','\xc2','\xf7','\xbe','\x89','\x8b','\x16','\x2e','\x8e','\x04','\x50','\x5a','\x4d','\xf9','\xde','\x6b','\x98','\xff','\x2f','\x6e','\x01','\x01','\x8e','\x07','\x39','\x7e','\x15','\xba','\x3e','\x05','\xcf','\x8d','\xc5','\xc5','\x12','\x78','\x89','\x93','\x8d','\x04','\xac','\x06','\x2e','\x96','\x81','\xaa','\x77','\x45','\x41','\x9d','\x07','\x2e','\x02','\x04','\x2e','\x56','\x44','\x3d','\xef','\xeb','\xd7','\x56','\xa7','\x09','\xac','\xd6','\x73','\x48','\x9f','\x9b','\xd2','\xce','\x63','\x4d','\xf4','\x0b','\x8b','\x7a','\x5a','\x90','\x49','\x3c','\x03','\x82','\x6a','\xb7','\x07','\x9f','\xf8','\x6b','\xc8','\x9b','\x06','\xa4','\xad','\xaf','\xf8','\xa8','\x2a','\x32','\x7b','\x63','\x12','\x8e','\xfa','\x7c','\xd0','\x56','\xab','\x7a','\x57','\x3d','\x90','\x4f','\xef','\x75','\xf0','\x7e','\x84','\xf6','\x44','\xca','\x78','\x24','\x60','\x82','\x5e','\x37','\x89','\xc9','\x4d','\xe7','\xfd','\x7e','\x8b','\xa4','\xfa','\x49','\xa6','\x9f','\x9c','\x3d','\xee','\x37','\x29','\x67','\x38','\xbe','\x46','\xd2','\xaf','\xf8','\x9d','\xe7','\x50','\xf7','\xc4','\x54','\x2e','\x8a','\x0d','\x22','\x39','\x9a','\x64','\xa8','\x70','\xcd','\xc9','\xa8','\x66','\x46','\x35','\x32','\x3d','\x65','\x7e','\x48','\x65','\x52','\xa4','\x89','\x5b','\xa1','\x5f','\x5c','\x68','\x28','\xe1','\x95','\xfa','\x37','\x57','\x49','\xff','\x88','\x9f','\xca','\xa3','\x8c','\x34','\xe5','\x46','\xf9','\xff','\x94','\xb0','\x26','\xc1','\x2d','\xff','\x23','\xcc','\xe6','\x4b','\xc9','\x50','\x5b','\xcf','\x65','\x42','\xdc','\xb4','\x2e','\x60','\xd2','\x8d','\x55','\x09','\xeb','\x6f','\x07','\xbc','\xdf','\xda','\x10','\xd6','\xae','\xe2','\xf4','\x44','\xd0','\x3f','\x24','\x32','\x37','\xcc','\xe1','\xce','\x09','\x9c','\xea','\x0e','\xcc','\xcf','\x23','\xe3','\xca','\xc2','\xe0','\x84','\xeb','\x72','\x33','\x91','\x8a','\xf9','\xda','\x0e','\xf5','\xe4','\x35','\x35','\xdf','\x9b','\xc9','\xf7','\x31','\xfb','\x3a','\xce','\xf7','\x35','\x10','\xf0','\x92','\xff','\x68','\xf6','\xe1','\xb0','\x14','\x84','\x26','\x30','\x99','\xc0','\x5b','\xfb','\xf0','\xd6','\x0e','\x3c','\xfa','\xcf','\x83','\xd1','\x41','\x54','\xcb','\x2d','\x5c','\xb8','\xe2','\x46','\xe7','\xc0','\xa6','\x87','\xf9','\xfa','\x04','\x63','\x8b','\x5c','\x27','\x1a','\xf6','\xcb','\x65','\xe3','\xd6','\x60','\x5f','\x8a','\xec','\x11','\xd8','\x77','\xab','\x6f','\xa4','\x48','\x63','\xca','\xf8','\x3e','\x52','\x33','\x84','\x83','\x6f','\x2e','\x10','\xee','\xf0','\xf5','\x73','\x08','\x49','\x53','\xec','\x3a','\x6e','\x3c','\x50','\x30','\x34','\x71','\x0d','\xd4','\x4c','\x53','\x33','\xec','\x9f','\x67','\xcc','\x3e','\x66','\x8a','\x36','\x28','\x43','\x98','\x16','\x82','\x67','\xe6','\xf0','\xa0','\x84','\xef','\x7f','\x16','\x64','\xfe','\x49','\xcf','\x63','\x98','\xbd','\x8d','\xf3','\x5f','\xc1','\x48','\x0a','\x3e','\xda','\x89','\x7a','\x4e','\x2d','\x14','\x1f','\x72','\xe7','\x27','\x24','\x8f','\xf0','\x7b','\x46','\xb8','\xef','\x75','\xd6','\x87','\x8c','\x3e','\xc9','\x67','\xbf','\x8a','\x84','\x25','\x7f','\x43','\x3e','\xd2','\xdb','\xe1','\x57','\xbf','\x1f','\x91','\x26','\x7c','\xac','\x3a','\x03','\xe9','\x29','\x6f','\x17','\xb7','\x01','\x7f','\x26','\x2b','\x6a','\x8c','\xd5','\x79','\xd9','\x10','\x90','\x83','\x42','\x6b','\xb4','\x34','\x8c','\xf3','\x46','\x26','\x2d','\x69','\xdd','\x48','\xd5','\x7f','\x9d','\xea','\x5d','\xc7','\xfa','\x7e','\xe0','\xee','\x5c','\xe7','\xa6','\xdf','\x72','\xb5','\x50','\xb0','\xfd','\x0d','\x77','\xdb','\xa3','\x80','\xed','\x6f','\x04','\x3d','\x8f','\xba','\x1c','\xb7','\xbe','\xe1','\x9a','\x21','\xf7','\xb3','\x6f','\x05','\x77','\x41','\x9e','\x8f','\x57','\x37','\x1c','\xad','\xda','\xb3','\x13','\x3b','\x30','\xa4','\x28','\x57','\x86','\x18','\xf3','\x55','\xc5','\x50','\x95','\x5d','\x99','\xff','\xe3','\x3a','\xfb','\xdd','\x8d','\x98','\xe3','\xff','\xb8','\x0e','\x8d','\x6f','\x93','\x70','\xfc','\x31','\x3e','\x71','\x38','\x2d','\x05','\x9f','\xef','\xc6','\x67','\xaf','\x73','\x01','\xa7','\xbb','\xb1','\x7e','\x3d','\x48','\x87','\x50','\x3a','\xb4','\x90','\x6e','\x73','\xf5','\xb7','\x25','\x2d','\x02','\x54','\x71','\xf6','\xdb','\x4c','\x36','\xd4','\x98','\xa7','\xca','\x83','\x19','\x79','\x90','\xc5','\x66','\x5d','\x79','\xd0','\x95','\xbf','\xe4','\xda','\xb3','\xc1','\xc0','\xa0','\x8b','\x06','\x5d','\xf6','\x6b','\xde','\x12','\x68','\xcf','\x8e','\x37','\xdc','\x46','\xab','\x76','\xf0','\xe6','\x4d','\x3b','\x3d','\xd3','\x0b','\xdc','\xa0','\xba','\xf7','\xd1','\x89','\xc8','\x06','\xa9','\x99','\x37','\x99','\xdf','\x42','\x75','\x07','\x69','\x8b','\x48','\xe3','\x3a','\x09','\x29','\x48','\x13','\xea','\x5d','\xa3','\x58','\xa3','\xba','\xd6','\xb1','\xa8','\x51','\x4d','\x8b','\x33','\x2d','\x9e','\xe6','\x50','\xe2','\x6c','\x83','\xa2','\xb5','\x6b','\xbd','\xeb','\xd5','\x74','\xeb','\xad','\x81','\x3b','\x54','\x3f','\x7f','\x0c','\xcd','\xb5','\x02','\x8d','\x95','\x4f','\x78','\xa9','\xee','\x26','\xdf','\x78','\x95','\xbd','\x2e','\xa3','\x4e','\x39','\xdc','\x29','\x0f','\x7d','\x43','\xee','\xfe','\xc4','\xab','\xdd','\x1f','\xdd','\xc2','\xd1','\xdb','\xc0','\x27','\x5e','\x8d','\x74','\xca','\x91','\xce','\xf5','\x52','\x6e','\x7d','\x62','\xf0','\xce','\xa5','\xc1','\x8f','\x9b','\x9f','\xbd','\x66','\x3c','\xd2','\x8f','\xa6','\xfa','\x42','\x48','\x52','\x65','\x43','\xf7','\x4b','\xaa','\x6c','\xaa','\xbb','\x8d','\xce','\x57','\xbd','\x4f','\xc8','\x93','\x9d','\xf2','\xb1','\xce','\x0f','\xb3','\xce','\x75','\x57','\x3f','\xf1','\x8f','\xe8','\xa3','\x5b','\xd0','\x47','\x3f','\x1a','\x7c','\xf4','\xa3','\x2e','\xc7','\x27','\xfe','\xd1','\xed','\x5c','\xe7','\x76','\x7e','\x28','\xe8','\xfc','\x90','\xdb','\xd9','\x83','\x3a','\x37','\x84','\xed','\xeb','\xe1','\x7d','\xf1','\xb9','\xdd','\x94','\xdb','\xa0','\x3b','\xd5','\x75','\x11','\xfd','\xd7','\x01','\x2f','\xd5','\x3d','\x91','\xce','\x7f','\xf4','\x3f','\xb1','\x2e','\xd2','\x09','\xf0','\x79','\xf9','\x89','\x7f','\x8c','\x7c','\xf4','\xa3','\x3e','\x54','\xb5','\x25','\xfc','\xd1','\x4f','\xb0','\x4f','\xbc','\xca','\x5b','\x3a','\xd5','\x19','\x99','\xef','\x8c','\xb8','\x9d','\xb7','\xe0','\xce','\x0d','\x68','\x6d','\x3d','\x48','\x96','\xf9','\x6c','\xad','\x93','\xe5','\x75','\xf2','\x6e','\xfb','\xd5','\x57','\xf7','\xfc','\x3f','\xa6','\xf6','\x6c','\x01','\xd8','\xff','\xe3','\x55','\xb4','\xfe','\xdb','\x1c','\xfa','\xf7','\xbf','\xdd','\x10','\xd8','\xdb','\xaf','\x62','\x79','\x2a','\x25','\x7f','\xb9','\x7f','\xea','\xcb','\xa9','\xdd','\xdf','\xb1','\x76','\xff','\x65','\xe6','\xc0','\x9b','\xee','\x47','\xbe','\xb6','\x79','\x83','\x44','\x54','\x49','\x55','\xe1','\x22','\xaf','\xaa','\xd3','\x9d','\xea','\x74','\xf7','\xbf','\x0d','\x3e','\xde','\x73','\xb2','\x8b','\xe3','\xd6','\xe0','\x13','\x67','\xd0','\xc7','\xfe','\xdc','\xff','\x18','\x2f','\xcf','\x84','\x3f','\xf6','\x57','\xec','\x63','\x67','\xcc','\x4f','\x7c','\xf3','\x60','\x57','\x77','\xb1','\x6b','\x83','\xd5','\xb5','\x29','\xdf','\xf5','\x68','\xbd','\x6b','\xf7','\x39','\xbb','\x16','\xfe','\xf4','\x88','\xb4','\xbb','\xc0','\xdb','\x13','\xb4','\x4e','\xc9','\xe4','\x82','\x4f','\x76','\xcb','\x44','\xb4','\xa7','\xe5','\xc3','\x53','\xeb','\xa6','\xa6','\xe8','\xc2','\x94','\xf2','\xf6','\xab','\xea','\xa1','\x6f','\x1b','\xeb','\xbf','\x2d','\xdf','\xf9','\xed','\x5b','\x3e','\x06','\xe8','\xfc','\xf0','\xab','\x6c','\x69','\xaa','\x53','\xfe','\x32','\x47','\x7a','\xea','\x3b','\x1f','\x3d','\xf8','\x97','\x9f','\x1b','\x78','\x73','\xd7','\x47','\xbe','\xb6','\x6b','\x83','\x34','\xa9','\xf2','\x7d','\x01','\x79','\x34','\x30','\xb7','\x09','\xcd','\x79','\xa2','\xfd','\xb4','\x43','\x5b','\xda','\x18','\x03','\x96','\xe6','\x03','\xa6','\x57','\x19','\xad','\x25','\x5f','\xab','\xd1','\xd1','\x26','\x40','\x8e','\xf9','\x94','\xd4','\xa8','\xe3','\x51','\xc3','\xa3','\xe6','\xb9','\xf8','\x0c','\xe4','\xae','\x1b','\x40','\x4c','\x45','\x63','\xe2','\xe1','\xdf','\x51','\x3c','\x5e','\xc7','\x87','\xe1','\x60','\xeb','\xd0','\xbc','\x8d','\x68','\xb9','\x1e','\xb3','\x9a','\x64','\x4c','\x10','\x7f','\x01','\x92','\x57','\xce','\x40','\xb6','\xa0','\x09','\x85','\x0e','\x29','\x34','\x4f','\xe3','\xcf','\xc8','\x9b','\xb7','\x91','\xa3','\x91','\x98','\x26','\x63','\x95','\x5f','\x55','\x57','\xdb','\x03','\x21','\x03','\x1d','\x1a','\xda','\x18','\x51','\xf4','\x57','\xc8','\x01','\x0b','\x57','\x46','\xa3','\xc9','\x57','\xbb','\xe9','\x17','\x06','\x68','\x5e','\xe3','\x48','\x5e','\x31','\x69','\xc8','\x6c','\x36','\x26','\x77','\x26','\xfe','\xb4','\xb6','\xb9','\x8f','\x1e','\x0d','\x27','\xb5','\x48','\xab','\x4a','\x79','\x3d','\x0e','\xaf','\x0a','\xea','\x31','\x1c','\x92','\x73','\x3a','\xee','\xc3','\x1b','\x63','\x4c','\xaf','\xe1','\x03','\x35','\x5c','\xa9','\xe1','\xe4','\x0b','\xd7','\xe8','\x0b','\xa9','\x06','\x92','\xbc','\x6c','\xe1','\xb8','\x16','\x27','\x18','\x62','\xb1','\x6a','\x38','\x3e','\x8a','\xc7','\x46','\xf1','\x00','\xd9','\xa9','\x02','\x8f','\xf2','\x72','\xbf','\x3e','\x1d','\x21','\xb9','\x68','\xc7','\x41','\x77','\x63','\xa4','\xa6','\x57','\x6b','\x07','\xaa','\x72','\xc5','\x53','\x92','\xb3','\x0e','\xbc','\x0e','\xb8','\xcc','\xe8','\x1c','\x4d','\xce','\x09','\x52','\x00','\xac','\xc5','\x5b','\x34','\x5a','\xe6','\xf6','\x5b','\x29','\x6e','\x5e','\x1a','\xcb','\x95','\x07','\x24','\xac','\x72','\x15','\x8e','\x5e','\xe5','\x37','\x97','\x16','\x74','\x8e','\x5c','\x86','\xa0','\xda','\x7e','\xd3','\x4b','\x29','\x55','\xfb','\x34','\x7b','\xba','\x91','\x2d','\x6b','\x4d','\xf2','\x2c','\x2e','\x6b','\xb4','\xaa','\x25','\x83','\x5e','\x0a','\x94','\xd7','\xfc','\x93','\xfe','\x4b','\xd5','\xa5','\x4b','\x55','\x93','\xfe','\xd4','\xe0','\x8d','\x5b','\x13','\x77','\x4c','\x0b','\x4a','\x7f','\x9e','\xa6','\x30','\xb1','\xe7','\x63','\x33','\x7f','\xf7','\xa6','\x76','\xb1','\xf1','\x7c','\x46','\x64','\xee','\x6b','\x3c','\xab','\x91','\xbd','\x74','\xeb','\x45','\xad','\x5c','\xd3','\x6a','\xd5','\xbe','\x85','\xf3','\x3b','\x2e','\xcd','\x2d','\x29','\x73','\x66','\xb7','\x88','\xf7','\x14','\xf9','\xa9','\x05','\xdf','\x85','\x4b','\x0b','\xac','\xbf','\x80','\x53','\x61','\x6c','\x57','\x5b','\x67','\xf8','\x2a','\x58','\x38','\x2a','\xcc','\x12','\xa4','\x79','\x8e','\xf6','\x7c','\x55','\xbf','\x90','\xd4','\xc0','\x0f','\x1e','\xa7','\x79','\x79','\x62','\xb3','\x56','\xc3','\x7d','\x35','\xec','\xd7','\x96','\xe3','\x3d','\xa3','\x03','\x18','\x6b','\x2d','\xb8','\x1f','\xfa','\x65','\x69','\xfd','\x96','\x96','\x42','\xc8','\x9e','\xf5','\x66','\x20','\x86','\xdd','\xd5','\x2f','\xb3','\x46','\x1a','\x53','\x48','\x53','\x3e','\xc7','\x8f','\x21','\x92','\x96','\x04','\xc9','\x68','\x95','\xf4','\xcd','\x93','\x1d','\x35','\xba','\x24','\x53','\xb3','\xc1','\x07','\x12','\xd5','\x30','\x56','\x5a','\x70','\x84','\x9c','\xdb','\x49','\x0b','\x5e','\xbf','\x2d','\xa7','\x42','\x8a','\x3d','\xfb','\xcd','\x19','\xef','\x9c','\x36','\xf7','\x05','\xfd','\x27','\x49','\xcd','\x3b','\xaf','\x55','\x0d','\xad','\xba','\x59','\x9f','\xab','\x6b','\x9b','\x51','\x5a','\xa2','\xda','\xb8','\xa2','\xcd','\x9e','\xe9','\xf3','\xce','\xed','\x98','\xcd','\x2f','\x85','\x3f','\x69','\x36','\xe3','\x3d','\xb9','\xe1','\x37','\xdf','\x12','\xa9','\x92','\xf9','\x1a','\x2d','\x2e','\xf4','\x8f','\x7a','\x29','\xe2','\xd9','\xb3','\x67','\x66','\x66','\x2b','\xd0','\x86','\xaa','\xc8','\x9e','\xe3','\xd5','\x35','\x6f','\x5e','\x9f','\xaf','\x6a','\x91','\x9a','\x46','\x16','\xd2','\xd4','\xd3','\x4e','\x01','\x9b','\x5c','\xdf','\x1c','\xf5','\xcf','\x91','\x52','\x24','\x66','\x50','\x6e','\xbd','\xc9','\x58','\x7a','\xa4','\x45','\x22','\xe4','\x98','\x4c','\xab','\xb4','\x7f','\xfe','\x64','\x2a','\xc9','\x6c','\x97','\x3e','\x0d','\x84','\x6d','\x54','\x87','\xb2','\x92','\x3e','\xde','\x9e','\x7e','\xc4','\xd6','\xbf','\x47','\xb5','\x9b','\xa8','\x86','\x69','\x2f','\xa6','\x69','\x8e','\x49','\xba','\xbd','\x4c','\xdf','\x9a','\xe2','\xfd','\xa2','\x10','\xbf','\xdc','\x9a','\xe1','\xf3','\xd3','\x42','\x32','\xa4','\x9c','\xa1','\x2f','\x64','\xfa','\x59','\x95','\x1f','\xec','\x76','\x79','\xec','\xe9','\x72','\x26','\x5d','\xce','\xe8','\xa2','\x4c','\x7f','\x2f','\x93','\xfe','\xe6','\x98','\xfe','\xcd','\x8c','\xd6','\x05','\xe8','\xed','\xaa','\xa6','\x39','\xbe','\xe7','\x6e','\xff','\xa6','\xfb','\xd6','\x38','\x3f','\x3e','\x36','\x1b','\x61','\x22','\x28','\xec','\x1c','\xfb','\x6d','\x03','\x87','\x55','\x12','\xd1','\x62','\xaf','\x3e','\x49','\x3f','\x1f','\xdb','\x56','\x4d','\xfd','\xae','\x63','\x48','\xf1','\x29','\xb2','\x4d','\x29','\x15','\xd4','\xd0','\x25','\x2f','\x4a','\xf5','\x0e','\xf6','\xe2','\x55','\xe4','\x49','\xcc','\x93','\xd0','\x82','\xc4','\x5e','\x94','\x22','\x09','\x29','\x6c','\x4a','\xb7','\x39','\xb6','\x67','\xef','\x40','\x9b','\x81','\xca','\x05','\xd5','\x21','\x5e','\xf8','\x79','\x20','\x3d','\xe8','\x1f','\x05','\x43','\xc3','\xae','\x65','\x66','\x20','\xd6','\x12','\x58','\x02','\x78','\x29','\xf8','\xdb','\x4d','\x7d','\xfe','\xa0','\x16','\x1d','\xd5','\xf0','\xc1','\x34','\x3e','\xa4','\xb9','\xb6','\x36','\x7f','\x5f','\x5f','\x2d','\xef','\x2f','\x14','\x20','\xee','\x58','\xdd','\x09','\xeb','\xe7','\xc3','\x6e','\x4b','\xab','\x4d','\x6a','\x29','\x3a','\x9a','\xea','\x1f','\x4d','\xa5','\x48','\xca','\x7e','\x21','\x35','\xf3','\xc2','\xb7','\xb4','\x17','\xbf','\xa5','\xfb','\x63','\xda','\xa5','\x2c','\xac','\x1f','\x6e','\x42','\xf3','\xda','\x48','\x86','\x23','\xcd','\xcb','\x13','\xf0','\x57','\xfa','\x6a','\x19','\x88','\xdb','\x6a','\xac','\x1f','\x7e','\xf0','\x44','\x68','\x4b','\xd4','\x27','\x55','\x08','\xca','\xee','\xb7','\x68','\x2a','\xba','\x64','\x57','\xe9','\x4c','\x95','\x6a','\x55','\xaa','\x8b','\x48','\x2e','\x58','\x8a','\x0b','\x11','\xa8','\x67','\x5d','\x0f','\x47','\x9a','\x97','\x0f','\xf5','\x68','\xcf','\xf7','\xf4','\x3d','\xdf','\xe3','\x3f','\xdf','\x8c','\x67','\xc4','\xd2','\x73','\x58','\xd2','\x5a','\xa4','\x5e','\x58','\x87','\x05','\xad','\xbf','\x20','\xd6','\xe1','\x05','\x7f','\x66','\x61','\x5e','\x5b','\x98','\xd7','\x79','\x79','\xc1','\x5f','\xce','\x1c','\x3a','\xaf','\xc5','\x02','\x0d','\x79','\x69','\x34','\x0f','\xed','\xf1','\xbc','\x3e','\xcf','\xf3','\xbd','\x73','\xcd','\x78','\xfc','\x08','\xe5','\xb6','\x56','\x83','\xef','\x82','\x8e','\x2c','\x41','\x7b','\x30','\xb5','\xcf','\x2f','\xcd','\xf0','\x36','\x5c','\x0e','\xf4','\x1f','\x76','\x69','\x1c','\x90','\x87','\x14','\xe9','\x5c','\xcf','\x25','\x03','\x2d','\x42','\xd2','\x61','\xaa','\x4d','\x68','\xda','\x6c','\xbd','\xcf','\xab','\xfb','\xb3','\xcf','\x35','\xe2','\xc8','\x9a','\x71','\xd9','\x22','\xf5','\x00','\xf5','\xbc','\xfe','\x0b','\x3e','\xb4','\x67','\x3a','\xfc','\xf4','\x69','\x96','\x9e','\xc1','\xfa','\x7f','\xf8','\x05','\x64','\x5c','\x82','\x3c','\x50','\x4b','\xfa','\x94','\xac','\xc9','\xb2','\x16','\x5b','\x4a','\x23','\xa4','\x4d','\xf1','\xad','\x41','\xfb','\xce','\x29','\xbe','\x97','\x5a','\xe6','\x03','\x11','\xf5','\xc4','\x7c','\xb2','\x30','\x4f','\x0f','\xce','\xf7','\x1f','\xe6','\xf5','\x78','\xb6','\x77','\x6e','\x06','\x48','\x3e','\xf9','\xd8','\xfa','\x5a','\x8d','\x00','\x2e','\xf8','\x7a','\x23','\x79','\x42','\xcc','\x4f','\xf3','\xb2','\x0c','\x9f','\xf4','\xcd','\x23','\xff','\x3c','\x85','\x38','\x20','\xbe','\xb7','\xe4','\x79','\x4c','\xdc','\x96','\x2d','\x7f','\x41','\xa6','\xa7','\xe9','\x8f','\x1f','\xef','\xff','\xfe','\x97','\x53','\x91','\x49','\x7b','\x6a','\xea','\xe9','\xa9','\x93','\xe9','\x93','\x67','\xf5','\xef','\x3d','\x9a','\x3e','\xe9','\xa4','\x9d','\x72','\x7a','\x7a','\x52','\x3f','\xcd','\x34','\x6a','\x68','\x74','\xb8','\x37','\x61','\xa5','\x3b','\xb6','\xa6','\x1f','\x1d','\xd8','\x3e','\xbd','\xe1','\xad','\x99','\x4f','\x9a','\xea','\x05','\x63','\x48','\x12','\xed','\x59','\x80','\xf6','\x40','\xbf','\xe6','\xfb','\x2f','\x07','\xd0','\x2f','\x97','\x3c','\x3d','\x29','\xa7','\x4f','\xef','\xd4','\x79','\xc9','\x71','\x7c','\x7d','\xfa','\x6f','\x6c','\x7d','\x1a','\xac','\x89','\x34','\x1f','\x22','\x17','\xc2','\xcd','\xfa','\xaa','\xbd','\x3b','\x6a','\xbd','\x4b','\xa4','\xcf','\x14','\xf1','\x56','\x38','\x1c','\xc1','\xfa','\x58','\x4b','\x38','\x42','\x8e','\x45','\xe8','\x4f','\x77','\xf4','\x5f','\x54','\x53','\x6d','\x5d','\xf6','\xa3','\x5d','\x4f','\x9f','\x3e','\x9b','\x3e','\xb1','\x99','\xdb','\x20','\x69','\xb1','\xd1','\xb8','\x56','\xe4','\x7b','\x8d','\x6f','\x2e','\xd8','\x5f','\x3a','\xe3','\x43','\x94','\x9e','\x54','\xb7','\x1f','\xa7','\x6f','\xb9','\xc4','\x24','\xd0','\x2f','\xc4','\x4f','\x19','\xc7','\x57','\xa7','\x3c','\xf5','\x04','\xd3','\xcb','\x13','\x88','\xfc','\x8c','\xbd','\x3e','\xa5','\xc8','\x47','\x74','\x8a','\x42','\x6d','\x9a','\xd4','\xd9','\xbb','\xb9','\xa3','\x8f','\xf4','\x27','\xd1','\x15','\x4f','\x2a','\xdb','\xc9','\x1b','\xb6','\xc6','\x4f','\x24','\x59','\x93','\xa2','\x8e','\xbd','\xc8','\xf8','\xbe','\x48','\x28','\x0a','\x25','\x03','\x34','\xa2','\x52','\x34','\x4c','\xf5','\x20','\x3e','\xee','\xb0','\x59','\x14','\xff','\x32','\x8d','\x9f','\xf0','\xe3','\x65','\x0a','\x38','\xb1','\xb4','\x56','\xb8','\xad','\x4c','\xd3','\x27','\x7e','\x95','\x2e','\xb7','\xa7','\x9d','\x70','\xa7','\x23','\x01','\x99','\x27','\x83','\x7c','\xd9','\x86','\xf3','\xaa','\xea','\xcd','\xa7','\x9d','\x6a','\x1b','\xaa','\x86','\x91','\xc7','\x3c','\x38','\xc5','\x64','\xe4','\xfd','\x9e','\xe3','\xd9','\x3f','\x9d','\xcf','\x9d','\xbc','\x23','\x77','\x32','\x93','\x3b','\x69','\xd9','\x27','\x47','\x73','\x27','\xb7','\xe6','\xbe','\xbe','\x25','\xe7','\x0c','\xd8','\xe3','\x4a','\xee','\xd8','\x27','\x73','\xe5','\x43','\xb9','\xe7','\x3e','\x9d','\x9b','\x76','\xed','\xf1','\x68','\xee','\x98','\x14','\x9a','\x44','\xd2','\x79','\xd4','\x8a','\xf1','\x83','\x31','\x86','\x65','\x84','\x15','\xc4','\x5e','\xf1','\x6f','\xb8','\x5f','\x58','\x24','\x13','\xf5','\xf9','\x05','\x58','\x87','\xd7','\xee','\xe2','\x8a','\xfa','\x02','\xd5','\x2f','\xce','\xf0','\x9d','\xab','\x79','\x8b','\xda','\xec','\x69','\xbd','\xda','\xaa','\x5d','\xc2','\x86','\x89','\xec','\x45','\x70','\x39','\xcb','\x87','\x49','\x5e','\x24','\x37','\x11','\x02','\xcd','\x87','\x20','\xc5','\x49','\x3e','\xa4','\xe4','\x43','\xd3','\x79','\x73','\xc6','\x5e','\x3c','\x63','\x9a','\x75','\x64','\x1a','\x77','\x9b','\xf5','\xbb','\xcd','\x33','\xfb','\x73','\x33','\x5e','\x8e','\x7a','\x57','\x13','\xe8','\x5c','\x2c','\x3a','\xdf','\x1a','\xaa','\xf0','\x5b','\x0e','\x31','\xec','\x40','\x13','\x0c','\x1e','\x09','\xc8','\x77','\xeb','\x93','\x46','\x22','\xc3','\x5c','\x05','\xd9','\x7e','\x38','\xe7','\x44','\x72','\x0e','\xf0','\x41','\xd9','\x4c','\x33','\xf1','\x22','\xca','\x94','\x42','\x29','\x6d','\x4f','\xbf','\xb6','\xe7','\x6b','\xda','\xc3','\xee','\x6d','\xe5','\xd6','\xb8','\x43','\x10','\x3a','\x0a','\x24','\xf6','\x66','\xdd','\x5e','\xf4','\xf2','\xa8','\x01','\x78','\xd6','\x97','\x0f','\x2b','\xf9','\x70','\x82','\x37','\xc9','\xbe','\x0a','\xad','\x82','\x26','\xe5','\x34','\xfb','\x8d','\x19','\xd3','\x3c','\x83','\xa0','\x31','\xd0','\xa4','\xfd','\xe6','\x19','\x8f','\x37','\xe9','\x0a','\x45','\xe7','\x92','\x8d','\xf6','\x80','\xff','\xe1','\x45','\x5c','\x4c','\xb2','\x62','\x3c','\xc5','\x61','\x9f','\x4a','\x35','\x84','\xb5','\xf2','\xbd','\xa7','\x52','\xf6','\x4b','\xa9','\xdc','\x13','\x3b','\x43','\x8f','\x6f','\xbe','\xfb','\x71','\x7c','\xf7','\x93','\xf8','\xf7','\x2a','\x78','\xb6','\x82','\xe7','\x2a','\x58','\x4a','\x06','\x49','\x0a','\xca','\xc7','\x30','\x4b','\xfc','\x72','\x9a','\x47','\x66','\x3e','\x92','\xcf','\x47','\x99','\xfd','\x72','\x1e','\x04','\x81','\xa6','\x1c','\x0d','\xf2','\xc5','\x3c','\xff','\x8e','\x99','\x37','\x51','\x8e','\x37','\xc6','\xe3','\x4d','\xda','\x6f','\xd6','\x3d','\x93','\xb7','\xa7','\x82','\x66','\x93','\xd1','\x73','\xad','\xa1','\x32','\x5e','\xed','\x97','\xcc','\x21','\xfa','\x05','\x5e','\xf7','\x91','\x3c','\x82','\x37','\x7a','\x79','\x49','\xce','\x4b','\xad','\xf9','\x42','\xc2','\xbe','\x3e','\x60','\x16','\x4c','\x54','\x70','\xee','\x2e','\x20','\x8e','\xfd','\x05','\xe4','\x15','\x22','\xde','\xd5','\x08','\x9a','\xc3','\xd1','\xb9','\x20','\x34','\xee','\x1b','\x26','\x5f','\x90','\xf5','\xe6','\xf8','\x00','\x61','\xd7','\x54','\x3e','\x14','\xc9','\x4b','\x38','\x1f','\xbe','\xdd','\x7e','\xfd','\x6a','\x3e','\x2a','\xe5','\x23','\x28','\x0f','\x24','\x7b','\xc4','\x2c','\x00','\xef','\xfa','\xdd','\x02','\xfb','\x0b','\xc4','\xe3','\xb8','\x4a','\xd0','\x9c','\x1f','\x9d','\x23','\xa1','\x09','\x22','\xde','\xd4','\x13','\xbc','\x3d','\x60','\xbf','\x22','\x24','\x4d','\xa9','\x39','\xb3','\xdd','\x33','\x43','\x8b','\x4b','\xd1','\xf4','\xe9','\x04','\xc6','\x75','\x78','\x54','\xb2','\x08','\x21','\x48','\xac','\xbe','\x52','\x02','\xb3','\x16','\x0b','\x94','\x30','\xd9','\xd0','\x59','\x4e','\x9f','\xaa','\xe4','\x2a','\x47','\x4c','\xa4','\xad','\x99','\xaf','\x6a','\x3e','\xc6','\xec','\xba','\x93','\x47','\xa2','\x79','\xeb','\xa6','\xed','\x6b','\x89','\xbc','\x34','\x90','\x97','\xb4','\xbc','\x69','\xf2','\xef','\x98','\xb9','\x29','\x54','\x68','\xbd','\x7b','\x34','\x71','\xb7','\x49','\xf7','\xf3','\x35','\x68','\x9a','\x5e','\xfd','\x22','\x9a','\x2d','\x47','\xe7','\xa2','\xa1','\xb2','\x74','\x43','\x3d','\xfc','\x24','\xad','\x23','\x98','\x77','\x89','\xe4','\x31','\xb6','\x5f','\xc6','\x79','\x59','\xac','\x81','\x3c','\xbc','\xcb','\x30','\x73','\x1a','\x32','\x67','\xc4','\x3a','\x5c','\x19','\xe7','\xd5','\x79','\x37','\x72','\xc8','\x7e','\xc3','\x13','\xbe','\xaf','\xe5','\x7c','\x28','\xb0','\xaf','\x12','\xf8','\xc5','\x0f','\xd1','\xbc','\x0c','\xc9','\x7a','\xf2','\xc8','\x80','\xe6','\xe5','\x9e','\xb3','\xaf','\x27','\x81','\x4c','\xd2','\x44','\x77','\x8f','\xf8','\x77','\x8b','\xf4','\xdb','\x90','\x48','\xfe','\x1a','\xa4','\xca','\x89','\x9e','\xf7','\xf9','\x1d','\xdf','\x98','\x93','\xec','\x9f','\xf5','\xe6','\xc3','\x5d','\x0d','\xd8','\xe7','\x9a','\x42','\x7e','\x7d','\x97','\xfd','\xfd','\xef','\xe4','\xd7','\x7f','\x27','\xdf','\xfe','\x9d','\xfc','\x67','\xbe','\x63','\xff','\xf8','\x3b','\xe6','\xae','\x2e','\xb4','\xab','\xeb','\x6e','\x8e','\x4c','\xd7','\xfe','\xe1','\x2e','\x6f','\xbe','\xcb','\xab','\x75','\x85','\xa6','\xba','\x62','\xd3','\x5d','\x92','\x1a','\x36','\x8a','\xd4','\xfe','\xa5','\x9f','\xc7','\xb4','\x01','\xfb','\x95','\xa5','\x1b','\x64','\x78','\x1d','\x4d','\xf2','\x87','\x83','\x65','\x32','\xc9','\xea','\xdd','\x36','\xe3','\x4b','\x68','\xbf','\xe9','\x79','\x1c','\x75','\x0f','\x2d','\xe7','\x0d','\x34','\x4c','\x62','\xff','\x32','\x80','\x2f','\x73','\x44','\x7d','\xbb','\xde','\x14','\x60','\xfd','\xbc','\x8a','\xf9','\xc8','\x37','\x96','\x13','\x70','\x30','\xe6','\x09','\x2a','\xd0','\xbb','\x73','\x1c','\x33','\x62','\x7c','\xea','\xde','\x95','\x19','\x34','\x97','\x8c','\x56','\xc5','\xf8','\x78','\x75','\xfe','\xb7','\xf2','\x31','\x3f','\x2f','\xcf','\x73','\xd8','\x0b','\xf3','\xef','\x94','\x79','\x93','\x4c','\x71','\xa7','\x86','\xdc','\x8d','\xe4','\xee','\x91','\x00','\xc6','\x07','\x68','\xe3','\x13','\x5e','\x9d','\xa2','\xe5','\x7c','\x88','\x46','\xe1','\x49','\xfb','\x3a','\xcd','\x4b','\x1c','\xed','\x30','\xef','\x57','\x1b','\x32','\xc7','\xd2','\xaa','\x5c','\x58','\xe2','\xdf','\x31','\x05','\x0f','\xf3','\xdd','\x85','\xf6','\xbb','\x0f','\xb3','\xfd','\x26','\x9f','\x60','\xc5','\xbb','\x2a','\xc3','\x38','\xd7','\x80','\xbc','\x8e','\xcf','\x87','\x7d','\x7d','\x5a','\x7c','\x5f','\xcb','\xe3','\x94','\xfd','\x0a','\xcb','\xb7','\xaa','\x80','\x9b','\x54','\xfb','\x5a','\x0f','\x6c','\x2e','\xac','\xe6','\x2d','\xd5','\x7e','\x53','\x35','\x2d','\x15','\x59','\x3d','\xa2','\x3d','\xea','\x7e','\x4b','\xf5','\x38','\xae','\xa9','\xa8','\x9a','\x8a','\x9e','\x67','\x21','\x17','\x19','\x45','\xd9','\xbe','\xde','\x2a','\x26','\xbd','\x92','\x47','\x8a','\x5d','\x57','\x41','\xa7','\x89','\x66','\x2c','\xb7','\xa7','\x1d','\xd6','\xd5','\xd5','\x95','\xf6','\x00','\xf6','\x17','\x44','\x2e','\xf0','\x6b','\x14','\xcd','\xd3','\xe8','\x02','\x0d','\x4d','\x53','\xf0','\xef','\xbd','\xcc','\x1a','\xbe','\x82','\x45','\x41','\x2b','\x51','\x24','\x02','\x20','\xa3','\x22','\xe1','\x1f','\x06','\xf7','\x96','\x4f','\xda','\xb5','\x93','\xb9','\xf2','\xc9','\xd0','\x93','\x27','\xef','\xfe','\xb3','\xe0','\xee','\xaf','\x9e','\xfc','\xbd','\xaf','\x9e','\x9c','\x7d','\xea','\xe4','\xdc','\xe4','\x49','\x29','\x72','\x32','\x19','\x69','\xc5','\x11','\xac','\x02','\x3f','\x00','\x5c','\xe5','\xc0','\x27','\x7c','\x3c','\x02','\x2f','\x38','\xc6','\x51','\xa3','\x84','\x24','\xce','\x60','\x65','\x99','\x31','\xb6','\xd4','\x2b','\x27','\xe7','\x58','\x35','\x2c','\x23','\x7e','\xe8','\x84','\x65','\x22','\xb1','\x40','\x16','\xfb','\xeb','\xf3','\x62','\x7f','\xc1','\x2b','\x5f','\x8f','\xd8','\xaf','\x07','\xf9','\x48','\x39','\x1f','\xce','\x82','\x0e','\x7c','\x9e','\xe6','\x23','\x33','\x40','\xec','\x8d','\x66','\xec','\xd9','\x44','\x1e','\xc7','\xf2','\xb4','\x9a','\xf7','\x3c','\xfb','\x75','\xdf','\xdc','\x3d','\x8f','\x76','\xcf','\xdf','\xcd','\xb1','\xcf','\xdf','\x6f','\x78','\x9e','\xb7','\xe0','\x79','\xf3','\xa1','\xd3','\x41','\xec','\x84','\x24','\xc9','\x92','\xb1','\x20','\xea','\x81','\x1c','\x7b','\x1c','\x4b','\x76','\x6d','\x2a','\x4f','\x9a','\xb0','\x6b','\x4b','\xcd','\xcf','\x5f','\xf0','\xed','\xff','\xd9','\x63','\xee','\xed','\x41','\x7b','\x7b','\xee','\x16','\xd8','\xbf','\xd7','\xf7','\x6a','\x88','\x83','\x6b','\xb0','\xd8','\x09','\x26','\x11','\x64','\xcc','\x22','\xfb','\x8a','\x07','\x87','\x02','\x3f','\x26','\x92','\x6f','\xda','\x2f','\xe2','\xfc','\x3a','\xb1','\xdd','\x74','\x66','\xcf','\x29','\x79','\x2c','\x43','\x53','\x17','\xce','\xdb','\x3f','\x38','\x66','\x0e','\xa9','\x28','\xa3','\xdd','\xbd','\xbb','\x78','\xb7','\x51','\xdd','\x3f','\x58','\xf6','\xaa','\xdc','\xcc','\xd1','\xf8','\xca','\x89','\x8d','\x3b','\x52','\x2b','\x0a','\xcd','\x7a','\x2b','\xef','\x83','\xb8','\x7a','\x89','\x20','\x75','\xa5','\x84','\x47','\x8b','\x8c','\x85','\x1c','\x7e','\x41','\x83','\x21','\xfa','\xe4','\x3b','\x87','\xc8','\x97','\x23','\x64','\x43','\x37','\xfd','\xfc','\xa9','\x23','\xe6','\x14','\xd7','\x3f','\xb0','\x56','\xf3','\x21','\xb5','\x01','\x6e','\xd1','\xe5','\xd7','\xf5','\x34','\x00','\x72','\xc3','\xed','\xfc','\x02','\xdf','\x2f','\xfc','\xec','\xe2','\x5b','\x85','\xdd','\x6d','\x78','\x77','\x0f','\x5f','\xdc','\x9f','\x59','\xf0','\x6a','\x35','\x6f','\xa1','\x1a','\x9a','\xae','\xc6','\x8e','\x83','\x5b','\x9d','\xb1','\x80','\x41','\x27','\x93','\x4c','\x03','\xf6','\x85','\xe0','\x06','\x39','\x84','\xf2','\xa1','\x33','\xf9','\xe7','\x35','\xbe','\x26','\xcd','\x5d','\xbb','\xa0','\x9e','\xcf','\xce','\xf1','\xaa','\xf6','\x0f','\x5f','\xf4','\xaa','\x50','\x55','\x68','\xaa','\x1a','\x9b','\xae','\x4a','\xcb','\xf9','\xcd','\x8b','\x49','\xaf','\x08','\xbe','\xf7','\x90','\x8c','\xac','\x28','\xa9','\x45','\xac','\x14','\xf9','\x9e','\xfd','\xf2','\x27','\x8a','\xbd','\xa9','\xa2','\x54','\xbf','\x17','\xce','\x26','\x92','\x3b','\x1d','\x84','\x2a','\xe4','\x6e','\x8e','\x27','\x5e','\xfb','\xbd','\xc7','\xb7','\xce','\x3e','\xbe','\x75','\xee','\x89','\xd7','\x24','\x4a','\x92','\x74','\x07','\xbf','\x26','\x8a','\x7d','\x3a','\x0f','\x6b','\x18','\x54','\xe2','\x39','\xbe','\x26','\xa1','\x23','\x11','\x3e','\xbc','\xb2','\x7d','\x79','\x67','\x43','\xc8','\x9f','\x97','\x6d','\xdf','\x36','\xf7','\x03','\x19','\x3b','\xe8','\x8d','\x8c','\xb6','\x3f','\xc3','\xaf','\x77','\xbd','\xde','\x7c','\x6f','\xa8','\xdc','\x17','\x9b','\xd2','\x25','\x6d','\xb3','\x71','\x51','\x8c','\x4f','\x3c','\xd5','\x80','\x7d','\xb9','\x51','\x21','\xd4','\x6c','\x7b','\x50','\x33','\xdf','\x14','\xf9','\x79','\xd9','\xfe','\x99','\x6c','\xee','\xda','\x80','\x3e','\x2b','\xc6','\x87','\xf7','\xcb','\x98','\xf7','\x2e','\x04','\x9e','\xd0','\x3c','\x31','\xa0','\x49','\xf4','\xf8','\x82','\x12','\xf3','\x7e','\x26','\x2f','\x81','\x2a','\xe6','\x37','\xca','\xbc','\x8c','\xf3','\x1b','\x17','\x41','\xff','\x78','\x28','\x1f','\xdb','\x01','\x63','\x2e','\x48','\x35','\xcd','\x3d','\x3d','\x68','\xdf','\x8e','\xbb','\x79','\x93','\x86','\x95','\xfd','\x77','\x24','\x60','\xde','\x5f','\xf8','\x6e','\x68','\xea','\x9b','\xb1','\xe9','\x21','\x49','\x9d','\x18','\x74','\x1c','\x9b','\x55','\x8b','\x6d','\x7a','\xb1','\x8d','\x9f','\xce','\x11','\xfb','\xd1','\xd1','\x62','\x1b','\x2d','\x26','\x13','\xc5','\xb6','\x94','\xfd','\xe8','\x50','\xd1','\x96','\x8a','\x69','\xf9','\xde','\xf1','\x1d','\xf6','\xf3','\xf5','\xdc','\xc3','\xc7','\x42','\xa7','\x26','\xee','\xfe','\x46','\xf5','\xee','\x87','\xbe','\xfd','\x7b','\x0f','\xcf','\xcc','\x9e','\xaa','\xcc','\x3d','\xfa','\xa4','\xd4','\x79','\x22','\x39','\xe8','\xe2','\x90','\x23','\xf2','\x65','\xcf','\x17','\x51','\x50','\x54','\x3c','\x7e','\xca','\xdb','\xa7','\x70','\x31','\xfe','\x72','\x31','\x29','\x17','\xe9','\x92','\x5d','\x41','\xc5','\x0e','\xbf','\xd8','\x3e','\x7c','\xef','\xe3','\xc3','\xf6','\x3f','\xf8','\xb9','\xc7','\x87','\x43','\x8f','\x0f','\xdf','\xfd','\x98','\x7f','\xf7','\x34','\xfa','\xbd','\xff','\x10','\xc0','\x3e','\xed','\x39','\x29','\x0d','\x9f','\x8c','\x89','\xf7','\xb9','\xc6','\x9c','\x66','\xff','\x2c','\x95','\xdf','\xbc','\x43','\xa8','\xf7','\x6e','\xfb','\x7b','\x7a','\xbe','\x7d','\x33','\x0c','\x35','\xdf','\xef','\x0b','\x93','\x42','\x37','\x4e','\xe6','\x17','\x26','\x61','\x7f','\xed','\x52','\xd0','\x67','\x83','\xbb','\x77','\x29','\x1c','\xfb','\x6d','\xe6','\x71','\xdd','\x3c','\xaf','\xf0','\x93','\x22','\x56','\x06','\x32','\xb9','\xa6','\x5e','\x15','\x87','\x57','\x3e','\x8c','\xec','\xf3','\x89','\x3c','\x89','\xe6','\xdb','\x36','\x82','\xae','\x9e','\x55','\xc0','\x68','\xe1','\xba','\x7a','\x96','\xdf','\x58','\x15','\xf3','\xb3','\x0c','\x0d','\x19','\x77','\x67','\x76','\xdd','\xfd','\xe9','\x5b','\xf7','\x7f','\x66','\xab','\xf7','\x33','\xcd','\x3b','\x47','\x43','\x13','\x97','\x63','\xa7','\x5b','\x25','\x82','\x8d','\x39','\x6a','\xff','\x6c','\x83','\xa8','\x84','\x8f','\xb3','\x62','\x5f','\xd8','\xd1','\x5c','\xcf','\xb1','\x1d','\xf6','\x39','\x24','\x94','\x64','\x4f','\xfe','\x7c','\x60','\xd7','\x54','\xf3','\x0f','\x54','\xc4','\x0f','\xaf','\x61','\x95','\x63','\xff','\x1d','\xbe','\x37','\xcf','\xed','\x4a','\x35','\x34','\xd9','\x15','\x3b','\xce','\xa4','\x08','\x0a','\x21','\x2f','\xc4','\xea','\x21','\x19','\x85','\x98','\xb7','\x5c','\xd2','\x0f','\x31','\x9f','\x20','\x4a','\xff','\x81','\xd2','\x3d','\x47','\x44','\xb2','\x29','\xa4','\x5f','\x0d','\xba','\xc2','\xaa','\x3e','\xe7','\xaf','\x96','\xd7','\x19','\x52','\x42','\x77','\xff','\xce','\xef','\xff','\xfd','\xff','\xfc','\xb4','\xb3','\x3b','\x32','\x38','\xee','\xf2','\xf5','\x03','\xca','\x30','\xb9','\xb3','\xc8','\x2d','\xf0','\x7f','\xf5','\xb1','\xe2','\x3f','\xf9','\x58','\x11','\x79','\x45','\xe5','\x9c','\x7d','\x9a','\x15','\xdb','\x14','\x8e','\x7b','\x93','\x81','\xfd','\xe8','\x86','\x5c','\xdb','\x86','\x50','\x32','\xb8','\x5b','\x41','\x77','\x6f','\xea','\xfa','\xbd','\xed','\xff','\x76','\xae','\x67','\x60','\xae','\xa7','\x0b','\xdf','\xf1','\xe7','\x9b','\x37','\xeb','\x44','\xde','\xac','\xf0','\xeb','\xf7','\xf5','\x80','\x9a','\x26','\x47','\x47','\xdd','\x6c','\x37','\x01','\x9f','\x39','\x68','\xda','\xbe','\xe9','\x51','\xcb','\xfb','\x08','\x4b','\xd6','\xcd','\xc6','\xff','\x5d','\x11','\xde','\x21','\xc7','\xeb','\xc0','\x55','\xae','\xcc','\xd2','\xe4','\x15','\x9f','\xce','\x56','\x38','\x3a','\x66','\x2b','\xed','\x02','\x9f','\xf9','\x41','\xd2','\x7e','\x3b','\xe6','\xf5','\x22','\xaf','\x07','\x25','\x3d','\x42','\xcf','\x07','\x74','\x96','\x24','\x67','\x09','\xf5','\x2a','\x02','\x8b','\x49','\xe0','\x39','\x5f','\x04','\x79','\x36','\xd9','\x71','\xae','\x35','\x5e','\xc6','\xca','\x39','\x94','\xbc','\xea','\xd0','\x39','\x44','\xe7','\x68','\xc7','\x9c','\xdf','\x5e','\xa5','\xed','\xf3','\xda','\x67','\xbe','\xcf','\x0d','\x4b','\x13','\x2e','\x81','\x9d','\xf5','\xe4','\xdc','\x00','\xad','\x25','\xe9','\x22','\x4e','\x7a','\x88','\xce','\x53','\x7a','\xde','\xe7','\xd7','\xfc','\x24','\xbf','\xf4','\x2d','\xa3','\xe3','\xfc','\x12','\xc4','\x50','\x7b','\x06','\x34','\xd2','\x33','\xe8','\xbc','\xdb','\x71','\x9e','\xb5','\x57','\x33','\x1c','\x9f','\xf9','\xaf','\x19','\xae','\xd9','\xbc','\x9b','\x32','\x5e','\x2a','\x93','\xac','\x66','\xa0','\x3d','\xfc','\xcf','\xf1','\x0a','\xcf','\x69','\x74','\xbe','\x97','\x5e','\x66','\x49','\x4f','\xa3','\xcb','\xe8','\xf0','\xb4','\xb8','\xa3','\x29','\x1e','\xef','\xac','\x01','\x7f','\x65','\x7e','\xb8','\x63','\x7e','\xb8','\xfd','\x32','\x6b','\x9f','\x1f','\xfe','\xcc','\xdf','\x0f','\xdb','\xcc','\xf7','\x14','\xc3','\xbb','\xd5','\x4f','\xce','\x0f','\xf3','\xff','\xc5','\xbf','\x90','\xf4','\x1c','\x3a','\x7b','\x4c','\x3c','\x53','\x92','\xa1','\x3d','\x7f','\x3b','\x43','\xf9','\xc1','\x3c','\xfb','\x5c','\xc7','\x9c','\xe8','\xd7','\x54','\x24','\x79','\x21','\x50','\x1e','\xea','\xe1','\xf8','\xc8','\x43','\x3d','\x9b','\x4e','\xf8','\x9b','\x26','\xd0','\x1f','\xfc','\x39','\xb2','\xdf','\xc4','\xde','\xad','\xcc','\xdb','\x83','\x93','\x8f','\x62','\xe5','\xaf','\xae','\x29','\x0f','\xa5','\x92','\x0f','\xa5','\x78','\xa9','\x9c','\xb8','\xa6','\x8c','\xe3','\xe4','\x78','\x46','\x19','\xb7','\x94','\xd3','\x7f','\xa9','\x3c','\x42','\x36','\x4e','\x1d','\x6d','\x73','\xa8','\xe2','\x68','\x49','\x4f','\x55','\x1e','\x0b','\x94','\x29','\xe3','\x23','\x65','\x7f','\x53','\x79','\x7a','\xd3','\xb8','\xf2','\x07','\xdf','\x0c','\xec','\x45','\xe4','\xa9','\xbe','\x67','\x4c','\x26','\xcb','\x93','\xca','\xf7','\x7c','\xa5','\x2c','\x84','\x32','\x08','\x42','\x7e','\x52','\x29','\x97','\x95','\x32','\x52','\xfe','\x33','\xdb','\x58','\x09','\xda','\xa6','\x91','\xe2','\x5d','\x4a','\xbe','\x7c','\x92','\x9e','\x67','\x74','\xfe','\x64','\xc7','\xfc','\xc9','\xf6','\xf3','\x41','\xfb','\xfc','\xc9','\xcf','\xfc','\xfd','\x49','\x18','\x1f','\x05','\x79','\x9f','\x60','\x30','\xbc','\xe7','\x22','\x74','\x2e','\x48','\xf2','\x12','\x04','\x9f','\x7a','\x28','\x79','\x4e','\xa6','\xb3','\x65','\xea','\x4d','\x51','\x4f','\xe9','\xb8','\xc0','\xe2','\x0e','\x8a','\x86','\x15','\x2c','\x2d','\xe1','\x5e','\x85','\xfd','\x4a','\x41','\x61','\x05','\x49','\x8b','\x49','\x07','\x29','\x1c','\x27','\x76','\x24','\x1f','\xea','\x41','\xeb','\x7a','\x8c','\xfb','\x7a','\xec','\xd7','\x77','\x08','\x6a','\xee','\x73','\x87','\x6d','\x76','\x5f','\xee','\x22','\x20','\xbf','\x70','\x38','\x5f','\x33','\x8b','\x40','\xdc','\x9d','\xab','\x83','\x49','\xa5','\x98','\x4a','\x72','\x31','\x41','\xd1','\x00','\x45','\x25','\xc8','\x2b','\x77','\xc5','\x01','\x66','\x1c','\x14','\xa5','\x5e','\x6b','\xb2','\xde','\xf8','\xdc','\xe4','\x56','\x0e','\xed','\x43','\x6c','\x09','\x25','\x90','\xf8','\x5f','\x4e','\xab','\x62','\x24','\x34','\x73','\xa0','\x73','\xd1','\xe4','\x17','\xfb','\x92','\xc4','\xef','\x3a','\x48','\x31','\xb5','\xe4','\xe2','\x11','\x25','\xe4','\x25','\xaf','\x11','\x05','\x6d','\x4e','\xd6','\x35','\xde','\x1b','\xf6','\x36','\x26','\x4e','\x4c','\x36','\x07','\xd8','\x4c','\xfd','\x48','\x1f','\x12','\x69','\x29','\xb4','\x28','\x5d','\xc2','\x49','\x2d','\xba','\xa4','\x8d','\xf1','\x4b','\x6a','\x7c','\x11','\xd3','\x22','\x46','\x11','\x8c','\x30','\xb7','\xa5','\xf9','\x59','\xa6','\x68','\x34','\xb9','\xb4','\x43','\x41','\xf5','\xe4','\xd5','\x46','\x3d','\x25','\xae','\x53','\x98','\x1f','\x23','\xc6','\x80','\x3c','\x50','\x67','\xff','\x00','\xef','\x8d','\x57','\xdf','\x8d','\xc2','\x1b','\x64','\x20','\x76','\x47','\x70','\x92','\x6a','\x12','\x70','\x78','\x9a','\x54','\xaa','\xd7','\x91','\xf7','\x41','\xf5','\x68','\xa2','\x1e','\x0a','\xb9','\x36','\x92','\xcc','\x6b','\x64','\x04','\xd3','\xe1','\x9c','\x05','\x81','\xb1','\x5f','\x21','\x33','\x0c','\x31','\x18','\x36','\x43','\x7a','\xf0','\x41','\xfd','\x2a','\x89','\x7e','\x49','\x40','\x8b','\xfa','\xae','\x7c','\xa3','\xe0','\x1b','\xbf','\xd6','\x2f','\xf7','\x37','\xf6','\xcb','\x14','\xf9','\x08','\x78','\xf3','\x43','\xdc','\xa4','\x0c','\x2d','\x1e','\x81','\xd6','\xac','\x7a','\x85','\xad','\x38','\xfa','\xfe','\x16','\xfd','\x72','\x10','\x50','\x87','\xa7','\x9a','\x36','\x43','\xc8','\xc3','\x43','\x88','\xa4','\x90','\x96','\x40','\xde','\x76','\x07','\xcd','\x06','\x51','\x74','\xf4','\x08','\x22','\xbf','\xd5','\xf8','\x54','\x15','\x9b','\x8f','\x6d','\x55','\x51','\xaa','\x4a','\x92','\x2d','\xb6','\xb9','\xa8','\x0d','\x48','\xdd','\x02','\x09','\x5e','\x23','\x26','\x28','\x5e','\x32','\xf1','\x6f','\x6e','\xcf','\xe7','\x29','\x0a','\x79','\x7c','\xa4','\xc1','\x0b','\x5a','\x6e','\xba','\x40','\x9b','\xa8','\xe5','\xe5','\xa8','\x3f','\x7f','\xe3','\xbc','\xcb','\xc9','\xa5','\x04','\xbc','\x40','\xa9','\xcf','\x2b','\x12','\x5f','\x7b','\x54','\x41','\x26','\xfb','\xf5','\x31','\x62','\x44','\x65','\x2d','\xd1','\x76','\xa9','\x14','\x74','\x38','\x30','\xf5','\xbb','\x90','\xb2','\x4b','\x24','\x6e','\xd8','\x45','\xe9','\x2e','\xf1','\x1a','\x5d','\x08','\x4d','\x19','\xd1','\xdf','\x38','\x5f','\xe0','\x3b','\xb7','\xe2','\x77','\x27','\x5c','\x6b','\x20','\x33','\xe3','\x8d','\x0e','\x78','\xbf','\x61','\x9c','\xd5','\x3a','\xbb','\x8e','\x4a','\x9a','\x1a','\x8d','\xa8','\xc0','\xb7','\x9c','\xa1','\xec','\x35','\xd2','\xba','\x2e','\x96','\x6c','\x73','\x6f','\x9a','\x45','\xa9','\x21','\x25','\x13','\x96','\xdd','\xa4','\x8f','\x63','\x18','\xcb','\x58','\xd1','\xb4','\xe4','\xd2','\xda','\xf6','\x94','\x14','\x09','\xea','\x51','\x8c','\x12','\x63','\xfc','\x7c','\x34','\xc0','\x8a','\x13','\x65','\xc3','\x1f','\x52','\x1d','\x8f','\x34','\xda','\xc3','\xef','\x9b','\xfc','\xcc','\x82','\x57','\xf9','\x36','\xb7','\x4c','\x8e','\xfe','\x16','\xfb','\x02','\x87','\x75','\x16','\x45','\x4e','\x22','\xe6','\xe7','\xe4','\x88','\x74','\xc2','\x6f','\x95','\x23','\xa5','\x13','\x7e','\x68','\x21','\x12','\x8d','\xf9','\x89','\x08','\xaa','\xb7','\x6e','\x46','\x1a','\x7e','\xbf','\x7a','\x14','\xf5','\x08','\xbb','\xee','\x98','\x0a','\x8c','\x83','\xbc','\x4b','\x11','\x5e','\x88','\x4d','\x3f','\x81','\x65','\x43','\xf4','\xd5','\xd0','\x7c','\x22','\x29','\x4d','\x5f','\x59','\xe2','\x7f','\x65','\xb3','\xa8','\xe7','\xa8','\x22','\x79','\xc9','\x3a','\xaf','\x67','\x27','\xfb','\x75','\x9d','\x3a','\x58','\x31','\x75','\xf6','\x8d','\xba','\xb9','\x6c','\xea','\xe7','\x15','\x3c','\x72','\x53','\x91','\xee','\xa0','\xfc','\x77','\x8f','\xae','\x31','\x68','\x1b','\x25','\x37','\xa2','\x76','\xa0','\x1d','\xef','\x5b','\xcf','\xbf','\xa9','\x7f','\x9e','\x68','\x58','\xf3','\x24','\x6a','\x02','\x9f','\xd8','\x9c','\x48','\x73','\x3a','\x47','\xb8','\x4c','\xa9','\x96','\x3c','\x3d','\x43','\x69','\x6f','\xf2','\xf4','\x49','\x4a','\x3b','\x18','\xbb','\x30','\x30','\x80','\x4b','\x28','\x7a','\xf8','\x95','\x37','\x1b','\x71','\xdf','\x6b','\x85','\xf7','\xe2','\x5b','\x78','\x3f','\x40','\x1c','\xeb','\x07','\xd5','\x03','\xf1','\xf8','\xd6','\x61','\xf6','\xe6','\x6f','\xc3','\x0f','\xf0','\x41','\xf5','\xac','\xc4','\xe0','\x2f','\xc7','\xe3','\x43','\x9d','\xfc','\xf3','\x49','\x6c','\x5e','\x5d','\x1b','\x92','\xbf','\xf9','\x37','\xd4','\x53','\xc2','\x85','\xf3','\x6e','\x1e','\x01','\x56','\x05','\xe6','\x9a','\x65','\x6c','\xd6','\x32','\xb9','\xb2','\x55','\x88','\x5d','\x1b','\x8d','\xbe','\xb3','\x9e','\x77','\x0f','\xce','\x61','\xf0','\x66','\xca','\x70','\x8c','\xbc','\xfe','\x66','\x51','\xcd','\x70','\x8c','\xbc','\x9c','\x31','\xa5','\x4c','\xb1','\x33','\x93','\x57','\x33','\x79','\x23','\x63','\x96','\x32','\x87','\x27','\xaa','\x56','\xe8','\xeb','\xef','\xae','\xa7','\x59','\xc9','\x51','\x6c','\x4e','\x01','\x15','\x40','\xbe','\x27','\x33','\xf2','\x4a','\x35','\xd7','\xc3','\x7b','\xc4','\xcb','\xcc','\x48','\xaa','\x6a','\xde','\x02','\x65','\xae','\xe7','\x0f','\x0f','\xb3','\xff','\x9a','\x53','\x6f','\x1a','\x49','\xbe','\xd9','\x68','\x0f','\xdf','\xc8','\x03','\x7d','\x4f','\xf6','\x7d','\x04','\x9e','\x5a','\x0f','\xdc','\x4f','\xfb','\x07','\x2e','\xf5','\xee','\x38','\xa0','\x8d','\xd0','\xf4','\x44','\xa5','\xbf','\xb3','\x02','\xe9','\xd7','\x64','\xaa','\xb3','\x25','\x4d','\x38','\x31','\x47','\x91','\x87','\xa5','\x3a','\x4e','\xa2','\x68','\x3d','\x8c','\x51','\x03','\x52','\x94','\x5f','\x1b','\x21','\xa0','\xe6','\xbd','\xbd','\x59','\x56','\xfd','\x84','\x1b','\x0e','\x09','\xc7','\x5f','\x4b','\x4b','\xaf','\xf5','\x43','\x94','\x0d','\xe9','\x63','\xb5','\x1b','\xb3','\x6b','\x42','\xdc','\x8d','\x1c','\x06','\xcf','\x7f','\x22','\x21','\xb9','\x87','\xfc','\xbe','\x1e','\xd8','\x4f','\x93','\x42','\x5a','\x40','\xf7','\x1b','\x82','\xdd','\x90','\xd1','\x42','\x41','\xae','\x15','\x5a','\x17','\x0a','\xe4','\x87','\x36','\xf9','\x51','\x81','\xfc','\xda','\xa4','\x17','\xf9','\x81','\x0d','\xef','\x6c','\x4c','\xae','\x6f','\xc7','\x22','\xa1','\x8b','\x51','\xc8','\x01','\x34','\xb9','\x7b','\xd0','\xb1','\xaf','\xb8','\xc3','\x9f','\x65','\xc3','\x83','\xce','\xf0','\xe0','\x34','\xbf','\x9c','\x0e','\x0f','\x51','\xc0','\xae','\x19','\xfb','\xdc','\x4c','\x38','\x62','\x6e','\x18','\x2e','\xb5','\x1f','\xfc','\x49','\xbb','\x71','\x62','\xc3','\xa3','\x78','\xe3','\xaf','\x50','\xef','\x54','\xb8','\x0b','\x49','\xdd','\x8c','\x0d','\x8a','\xe7','\xa2','\xa1','\x71','\x14','\x9d','\xf5','\xc6','\x42','\x0e','\xde','\x40','\xf0','\x67','\x03','\xb6','\x54','\x6e','\xa5','\xe5','\x24','\x2d','\xdf','\x74','\xd9','\x4f','\x1d','\x28','\x67','\x68','\xd9','\xa5','\x65','\x0a','\xac','\x47','\x0b','\x6c','\xa1','\x96','\x7e','\x64','\x21','\x5d','\xfe','\x61','\xb7','\x68','\xcf','\x98','\x7c','\x31','\x4a','\xcf','\xad','\x9b','\x9e','\x4b','\x9f','\x61','\x9e','\x31','\x26','\x2b','\x90','\xcf','\x57','\xa6','\x64','\xff','\xe3','\x5b','\xed','\x97','\xb6','\xee','\x3e','\x95','\xdd','\x5d','\x21','\xbb','\x21','\x0b','\x79','\x79','\x37','\xc7','\x13','\xaf','\xed','\x3e','\x45','\xec','\x53','\x24','\x12','\x27','\x3d','\xa7','\x5e','\xdb','\x56','\x79','\xed','\x77','\x28','\xb9','\xe5','\x00','\xb9','\xf5','\xd2','\x8e','\x5b','\x0e','\xb4','\x17','\x91','\x74','\x07','\x63','\x43','\xa2','\x3d','\xb2','\xe0','\x31','\x93','\x91','\xb3','\x9f','\x5f','\x58','\x2e','\x4e','\xee','\x3e','\x1d','\xec','\x9e','\x9e','\xe4','\xb0','\xbf','\xfe','\x8b','\xdd','\x27','\xbf','\x0a','\xf8','\xda','\x77','\xed','\x7f','\xf5','\x17','\x91','\x78','\xad','\x67','\x7a','\x72','\xdb','\xf4','\xe4','\xef','\x28','\x93','\xb7','\xec','\x9f','\xbc','\xf5','\xe2','\x93','\xb7','\xec','\xff','\xf2','\x0d','\xf5','\x00','\x8f','\x50','\x59','\xd6','\x83','\xfd','\xfc','\xd2','\xf7','\xfd','\x2d','\xbb','\x1f','\xda','\xbd','\x7b','\x6a','\x6a','\xf7','\x43','\x07','\xed','\x2f','\x6f','\xd9','\x7d','\x62','\x69','\xf7','\xb8','\xb3','\x7b','\x1c','\xd9','\xa7','\xfd','\x48','\x5b','\xa4','\xe7','\xe4','\xf0','\xb6','\x93','\xc5','\xdf','\xf9','\xc8','\x53','\xb7','\xdc','\xd5','\x73','\xeb','\xc5','\xc4','\x2d','\xfb','\xd7','\xaf','\xad','\x47','\x45','\xa0','\x61','\x7a','\x65','\xd4','\xb7','\xf4','\x5a','\xaf','\x3c','\xdf','\xb7','\xe4','\x69','\xd1','\xa0','\x6f','\xe9','\x4c','\xef','\xba','\x33','\x7d','\x6f','\x29','\xbd','\xeb','\x13','\x7d','\x7e','\xac','\x57','\xc6','\x69','\x56','\x4f','\xcb','\x6a','\xb3','\x94','\xb7','\x74','\xb2','\x25','\x53','\xda','\x64','\x74','\xef','\x34','\xbe','\x28','\x8d','\xcf','\xb1','\xd6','\x50','\xc0','\x35','\x21','\x3f','\x18','\xb9','\x85','\x03','\x1e','\x95','\x5e','\xb5','\xed','\x34','\x4b','\x87','\x9c','\xae','\x10','\x24','\x30','\xfa','\x42','\xae','\xfc','\x4c','\x2e','\xe8','\xcd','\x95','\xf5','\x2b','\x65','\x5e','\x36','\xa0','\x5f','\x25','\x68','\x88','\xa0','\x6e','\x72','\x4b','\x2f','\xb9','\xa5','\x3f','\x71','\x6f','\x84','\x7a','\xf2','\x12','\xb7','\x36','\x94','\x30','\x4a','\x48','\x90','\x54','\x31','\x3e','\xc1','\x2d','\x5b','\xdc','\x76','\x9c','\xa5','\xb1','\xd7','\x15','\xf1','\xf4','\xd7','\xbc','\x2f','\x1c','\xac','\x3d','\x53','\x0a','\x7a','\x4d','\x78','\xbd','\xcb','\x4b','\x81','\xaa','\x5e','\x87','\x5c','\xbd','\xc8','\xf0','\x6e','\x51','\xbd','\x5b','\x34','\xef','\x5e','\x0d','\xee','\x4f','\x1c','\x0a','\x58','\x37','\x84','\xc6','\x84','\x87','\xa7','\xe7','\xb5','\x4d','\x2d','\xa4','\x23','\x2f','\x76','\x45','\x6a','\xfa','\xb5','\x85','\x2f','\x58','\x17','\x9f','\x69','\xfc','\x2e','\xef','\x78','\xb3','\x1e','\xa8','\xf3','\xbd','\xeb','\x89','\xa0','\x84','\xf0','\x59','\x8f','\xf3','\x23','\xfb','\x7c','\xd0','\x36','\x49','\xd2','\x84','\x74','\xc9','\x35','\xfd','\xf5','\xd7','\xbe','\x50','\xaa','\x3d','\x63','\xd6','\x7a','\xcd','\x9a','\xfe','\x72','\xad','\x77','\xa4','\xd6','\x6b','\x25','\x7a','\x2d','\xaa','\x5f','\x3b','\x82','\xb0','\x86','\x32','\xe1','\x5b','\x52','\xe1','\x5b','\xfa','\xc3','\xf7','\xf6','\x4b','\x5e','\x94','\x79','\x52','\x20','\xda','\x83','\xf9','\xe1','\x1a','\x1f','\x77','\x92','\xb3','\x4e','\xdb','\xb8','\x93','\x96','\x50','\x97','\xc4','\x2f','\x4a','\xe8','\x0b','\x79','\xf4','\x8c','\x45','\x7a','\x47','\x02','\xfd','\x7f','\x90','\xde','\xcf','\x91','\xde','\x2f','\x92','\xde','\x02','\x81','\xf1','\x91','\x60','\x88','\x6e','\x29','\x90','\x5b','\xba','\xc9','\xbd','\x92','\xef','\x49','\x84','\x63','\x75','\x7c','\x5c','\x9a','\x3c','\xef','\xb7','\x95','\x69','\x7a','\xbd','\xd6','\xb5','\x41','\xd3','\xaf','\x98','\x5f','\x30','\xbd','\x67','\x72','\xf5','\xde','\x82','\xa6','\x5f','\x4b','\xf4','\xde','\x1f','\xeb','\x2d','\x55','\x7b','\x4d','\x53','\xaf','\x83','\xfd','\xc3','\xb5','\xc4','\x2d','\x9d','\x8e','\xe8','\x97','\xe9','\xa1','\x92','\xc7','\xcf','\xe5','\xc6','\x7c','\x09','\x1e','\xe0','\xe4','\x05','\xd6','\x36','\x85','\xd3','\x34','\xd2','\x15','\x5f','\x10','\xf3','\xe5','\x3c','\x53','\xc0','\xbd','\x36','\xd3','\xaf','\xd2','\xde','\x02','\xe5','\x9d','\x12','\xfd','\xd2','\x50','\xcb','\x0c','\xca','\xd6','\x6f','\x51','\x4b','\xb7','\x68','\x97','\xee','\x4d','\x3f','\xe9','\x49','\xad','\x1e','\xc1','\xcb','\xe3','\xa3','\xc5','\x8f','\x2f','\x25','\x6b','\x5a','\xdb','\x94','\x99','\x56','\x8c','\x2e','\xd5','\xd5','\xf9','\x25','\xae','\x82','\x9e','\xaa','\xa0','\x9e','\x53','\x44','\x3f','\x15','\xf4','\x9c','\x2a','\x37','\xa0','\x9f','\x2a','\xa3','\xf8','\xdf','\xa0','\x53','\x95','\x8f','\xfd','\xe0','\xd8','\xc7','\x7e','\xef','\xd8','\xa1','\xce','\x09','\x6f','\x90','\x9f','\xd9','\x81','\x12','\x45','\x09','\x60','\x95','\xdb','\x1c','\x77','\x4b','\xc9','\xf3','\x5e','\x9b','\x1b','\x4e','\x0b','\x4a','\x5f','\xfd','\x15','\xf6','\x85','\x42','\xf0','\x8c','\x89','\x7a','\xb9','\x6d','\xf9','\x33','\x3e','\x32','\x01','\x1f','\x9c','\xe5','\xf1','\xf1','\x61','\x7c','\xf8','\x12','\xea','\x23','\xf7','\xf6','\xf1','\xc1','\x81','\x21','\x52','\x48','\x29','\x01','\x71','\x76','\x66','\xbc','\x6c','\x26','\x6b','\x66','\x5b','\xc5','\x4a','\x27','\x59','\x17','\x35','\xed','\xe7','\xcc','\xa7','\x9e','\x33','\x7b','\x2e','\x2d','\xf6','\x54','\x16','\xf5','\x0a','\x2f','\x5f','\xed','\x39','\xc5','\x31','\xaa','\x9f','\x1a','\x45','\x1d','\x23','\xa8','\xdd','\xfa','\xd8','\x93','\xd6','\xc7','\x2e','\x99','\x87','\x0e','\x08','\x2e','\x6c','\xca','\x0f','\xf0','\x44','\x02','\x05','\x34','\xc6','\xd7','\xb3','\x93','\xf4','\xea','\x6d','\x8e','\x97','\x5e','\x37','\xdd','\xf5','\xa1','\x84','\x7e','\x8d','\x7e','\xa1','\xa0','\x3d','\x53','\x50','\x7b','\xcd','\xdd','\x7a','\x7d','\xb2','\xf7','\x70','\xd0','\x3b','\x72','\xb5','\xb7','\x58','\x80','\x71','\x0e','\x1f','\x44','\x43','\xc5','\x5b','\x0a','\xd6','\x2d','\xa9','\xc2','\xbd','\x91','\x02','\xd0','\x6a','\x73','\x7b','\x55','\x72','\x5a','\xbb','\x91','\x7b','\xbb','\x56','\xea','\x6b','\xd5','\x0a','\xd1','\xf0','\x50','\x5f','\xe4','\xc4','\x11','\x6e','\x5a','\x2f','\xc6','\x50','\x61','\x11','\xe2','\xf4','\xfb','\x98','\x83','\xc3','\x60','\x2d','\xec','\xa0','\x5a','\x6d','\xd5','\xee','\x6d','\xc6','\x2f','\x90','\x5d','\x03','\x47','\x72','\x8f','\x98','\x39','\x17','\xe6','\x4b','\x99','\xa7','\xf2','\xf9','\x78','\xb9','\x9a','\xac','\xd6','\xda','\xdc','\x85','\x34','\xf2','\x60','\x3d','\xbf','\x12','\x7c','\xc1','\x22','\xb0','\x7e','\x2c','\x70','\x24','\xeb','\x15','\x42','\x43','\x06','\xcf','\xb4','\xcc','\xff','\xaf','\xbd','\xf3','\x8f','\x6e','\xe3','\xb8','\x13','\xfb','\x00','\x0b','\x0f','\x40','\x79','\x0c','\x2c','\x48','\x47','\x1e','\x92','\x88','\x00','\x42','\xc0','\x52','\x66','\xd4','\x66','\x01','\xa8','\x24','\x7d','\x51','\xbd','\x2b','\x0a','\x86','\x48','\x1e','\x2f','\x92','\xe5','\x48','\x4f','\x69','\xef','\xd5','\x4b','\x90','\x04','\x65','\x86','\x17','\x51','\xba','\xbc','\x9e','\x73','\x65','\x84','\x95','\xc8','\x40','\xb2','\xde','\x46','\x84','\x68','\x05','\x06','\x7d','\x6e','\xc5','\xfa','\x18','\x5d','\xfe','\x48','\x5b','\x46','\xb9','\x97','\xf8','\xbd','\xa6','\xf1','\x8a','\xe4','\x51','\x8a','\x8b','\x58','\x72','\xd2','\xd7','\xc7','\xa4','\xf7','\x6a','\xc8','\x52','\x24','\x3b','\xa7','\x57','\xd1','\x89','\xab','\x40','\x31','\x82','\xe9','\xcc','\x02','\x94','\xe8','\xe4','\xae','\xe7','\xfe','\xd3','\xbf','\xe6','\xf3','\xbe','\x6f','\xde','\x00','\x24','\x87','\xbb','\xf3','\xe3','\xfb','\xfd','\xce','\xee','\xcc','\x77','\x50','\x58','\xa2','\xe3','\x0b','\x0d','\xb5','\x23','\x13','\x8e','\x9b','\x90','\x7a','\x83','\xef','\xfa','\xc0','\x32','\x06','\x0b','\x6c','\x5c','\xbc','\x4d','\xd8','\x7d','\xd1','\x72','\x5c','\x0b','\xca','\x1d','\x72','\xe4','\xe0','\xc2','\x85','\x83','\x0b','\xd1','\x83','\x34','\x5f','\x89','\x5a','\x99','\x6a','\x1e','\xb8','\x16','\x40','\xf7','\x42','\xf8','\xe0','\x42','\x78','\xcb','\xc2','\x90','\x6b','\xc1','\x74','\xbd','\x69','\xba','\x96','\x45','\xc1','\xe9','\xf3','\x64','\xf0','\xf6','\xf6','\xc6','\x49','\xc9','\xbf','\x24','\x79','\x27','\xa5','\x88','\x43','\x0a','\x2a','\xe7','\xd3','\x93','\xd2','\xdc','\xa4','\x14','\xa2','\x72','\x5a','\x52','\xbe','\x26','\x85','\xbe','\x76','\x3e','\xf4','\x6f','\xcf','\x87','\xce','\x4a','\xca','\x59','\x09','\x84','\x24','\xea','\xa8','\xb6','\x4d','\xc2','\xb6','\x25','\x38','\xb2','\x04','\x4d','\xc7','\x93','\xa6','\x83','\xfa','\x2a','\x2e','\x1f','\xf5','\x81','\x6d','\xaf','\x35','\xea','\xab','\xfe','\x8b','\xaf','\x78','\x4f','\xa3','\x88','\xcd','\x0c','\xda','\x32','\x74','\x6c','\x1e','\x19','\x00','\x17','\x92','\x63','\xd1','\x94','\xa6','\xdc','\x48','\x46','\x0f','\x91','\xe8','\x97','\x92','\xd1','\xc1','\x24','\xcd','\x03','\x47','\x12','\xc4','\x93','\xe1','\xd0','\x17','\xc3','\xdb','\x52','\x56','\x7f','\xb6','\xea','\x19','\x40','\x9f','\x87','\xb0','\x03','\xe4','\x8f','\xb9','\xfc','\xe6','\x55','\xaf','\xae','\x45','\x1c','\xc9','\xa0','\x93','\xd0','\xdf','\x3f','\x32','\x98','\xbc','\x30','\x98','\x64','\xe3','\xeb','\x06','\x2b','\xa1','\x2a','\xb4','\xde','\xd6','\xca','\x49','\x86','\xb7','\x25','\x87','\xb6','\x25','\x4d','\xc7','\x17','\x4d','\x47','\x4a','\x74','\x61','\x1f','\x5b','\x6d','\xc2','\xde','\xb8','\xf9','\x0b','\xd8','\x3b','\x55','\x8a','\x20','\x1c','\x44','\x58','\xb9','\x8d','\x8f','\x1c','\x2a','\x5d','\x18','\x00','\xd1','\x24','\x50','\x6e','\xc0','\xe8','\x30','\x89','\x3e','\xf7','\xdd','\xe8','\x61','\x49','\xb9','\x9e','\x02','\xf6','\x04','\x88','\x2f','\x87','\xb7','\x64','\xc2','\x11','\xf7','\x50','\x14','\x99','\x60','\x9c','\x4e','\x3d','\x45','\xea','\x40','\xda','\x4c','\xfc','\x30','\x6a','\x34','\x9e','\xf4','\x17','\x90','\xd7','\xb0','\xf4','\x86','\x67','\xbb','\x72','\x1b','\x1d','\x19','\x45','\x17','\x46','\x51','\x74','\x14','\x29','\x77','\xca','\x51','\x4d','\x8e','\x26','\xe5','\xe8','\xc0','\xbc','\x72','\x5d','\x06','\x82','\x0c','\x76','\x46','\xc3','\xa9','\x68','\x58','\x8a','\x0e','\xa1','\x98','\x89','\x15','\x53','\xdb','\x24','\x3a','\x90','\xcf','\xc9','\x0e','\xb9','\x66','\xfa','\x67','\x19','\x79','\x4f','\x94','\x23','\x10','\x05','\x21','\x5b','\x22','\x78','\x64','\xb8','\x5c','\x1b','\x17','\xb7','\x3a','\xa3','\xa9','\x68','\x34','\x15','\x8b','\xa6','\xda','\x95','\x5b','\xaf','\x59','\xfa','\x47','\xae','\x95','\xe3','\xfc','\x8e','\xb9','\x49','\x31','\x5d','\xb4','\x9c','\x2e','\x1f','\x1c','\xc0','\x68','\xb9','\xf1','\xa4','\xe1','\x7f','\x4b','\xf4','\x9e','\x3c','\x19','\x41','\x4b','\x41','\x47','\x42','\xb9','\x39','\x70','\x24','\x35','\x50','\x2b','\x87','\xb6','\xfb','\x68','\xa2','\x2a','\xca','\xed','\x04','\x5b','\x0b','\xda','\x97','\x08','\x8f','\x26','\xc2','\x5b','\x13','\x43','\x28','\x61','\x7a','\x2a','\x6c','\xbc','\x0b','\xaf','\xf9','\x04','\x19','\x0b','\x72','\xe3','\x84','\xec','\x5f','\x8c','\x7a','\xcf','\x29','\x11','\x41','\x0e','\x0a','\x32','\xbd','\xfe','\x23','\x03','\xd1','\x0b','\x69','\x85','\xe9','\x9f','\xeb','\xf4','\x8e','\x2c','\x19','\x8e','\x2a','\x1f','\x2a','\xa0','\x81','\xde','\x97','\x1c','\x4e','\xca','\x61','\x49','\x1e','\x72','\xc8','\xa6','\x4b','\x36','\x65','\x59','\xb4','\x01','\x56','\x3f','\xb6','\x6c','\xe3','\x71','\xe4','\x7f','\xfb','\xae','\x77','\x0a','\x46','\x00','\x08','\xba','\x5c','\xe9','\x33','\xd9','\xb9','\xaf','\x4f','\x87','\x3e','\xfc','\x4a','\xe8','\x2f','\x5b','\x94','\x8c','\x1c','\x32','\x5e','\x09','\xcd','\x5c','\x09','\x5d','\x87','\x8a','\x11','\x00','\xd4','\x37','\x3f','\xb6','\xd4','\xf6','\xa6','\xbb','\xcd','\xf4','\x8d','\xa8','\x63','\x6f','\xd8','\x4c','\x73','\x13','\x10','\xdd','\xb2','\xcf','\xf2','\x3e','\x1a','\x8d','\x4e','\xbf','\xf1','\x4d','\x6f','\xfa','\xdd','\x88','\xd8','\x17','\x14','\xe3','\x4a','\x76','\x79','\x70','\xfa','\xc4','\xdc','\x39','\x7b','\x68','\x5a','\x55','\xa6','\xe5','\xd0','\x34','\xb6','\x04','\x28','\xd3','\x00','\xd4','\xab','\xe0','\x42','\xa0','\xed','\x55','\xb9','\xed','\x3c','\x1e','\x49','\xf9','\xcc','\x3f','\x46','\xa6','\x81','\x2c','\x7d','\xb8','\x84','\x81','\x65','\x2f','\x2e','\x2f','\x78','\xa7','\x48','\xc4','\x05','\x83','\xae','\x49','\xe5','\x5d','\xfd','\xc8','\xc1','\xd5','\x0b','\x87','\x26','\xa3','\x07','\x33','\xca','\xbb','\x74','\x5c','\x8c','\x47','\x0f','\x82','\xe8','\x73','\x40','\x79','\xef','\x6f','\x41','\x5d','\x1e','\xf4','\xe4','\xc3','\x9f','\x7f','\x39','\xfc','\x74','\xd3','\x50','\x43','\xb3','\x19','\xf4','\x9b','\xc8','\x2d','\xda','\x68','\xbb','\xeb','\xd8','\xa6','\x36','\x4e','\xa8','\xfe','\x85','\x80','\x37','\x23','\x47','\x1c','\xbe','\xe0','\xc3','\x77','\x94','\x55','\x78','\x44','\xc3','\x17','\x86','\x69','\x8b','\xb3','\x70','\x6c','\xac','\xdd','\x99','\xe8','\x4c','\x6f','\x08','\x5b','\xc0','\x1f','\xc2','\xf0','\x17','\x84','\xf0','\xa7','\x1a','\x86','\x9a','\xb1','\xd9','\x5c','\x32','\x6d','\xab','\xa2','\x98','\xf1','\xf9','\x5f','\xc7','\x38','\xd3','\x98','\xcf','\xf8','\x57','\x32','\xde','\x7c','\x26','\x82','\x33','\x41','\xff','\x0f','\x94','\x7c','\xa6','\xa6','\x57','\xf3','\x15','\x25','\x9f','\x08','\x9d','\x4b','\x84','\xf2','\xf1','\x50','\x7e','\xab','\x92','\xdf','\x0a','\xf0','\x16','\x70','\x0e','\xb7','\xad','\x88','\x6d','\x07','\x3a','\x47','\xf0','\x56','\x13','\xef','\x36','\x31','\xd5','\x1b','\x63','\x3e','\x30','\x88','\x41','\xb2','\x51','\x4f','\xfa','\xaf','\x6a','\xcc','\x2e','\x8b','\x5a','\x90','\x4e','\x0c','\xb2','\xda','\xe0','\x4b','\x73','\x73','\xd9','\xd6','\x50','\x56','\x52','\x5e','\xa2','\x23','\xf4','\x5b','\x96','\xbc','\xa6','\x9c','\xcd','\x83','\xc7','\xb2','\x20','\xfb','\x07','\x6d','\xf3','\x6d','\x6d','\xb3','\x5f','\x1c','\xd1','\x96','\xcd','\x1d','\x27','\xcc','\x8c','\xc0','\xfa','\x33','\x28','\x62','\x47','\xa1','\xf1','\x44','\x85','\xf5','\xc3','\x0c','\x8a','\x38','\xcb','\xb5','\x7e','\x48','\xf5','\x0f','\xbb','\x2f','\xa0','\x14','\x11','\xd3','\x87','\x35','\x7b','\x5a','\x60','\xfd','\x87','\xda','\x53','\x8d','\x99','\xd4','\x21','\xb0','\x6c','\xb2','\x67','\x04','\x80','\xd9','\x41','\x97','\x65','\x97','\x8d','\x82','\xbf','\x50','\xf0','\x1a','\x85','\x08','\x2a','\x04','\x3d','\x65','\xe5','\x76','\xe1','\xc8','\x68','\xe1','\xc2','\x68','\x21','\x3a','\x5a','\xb0','\xc6','\x05','\xed','\x90','\x3a','\xb3','\x5f','\xd7','\x03','\x40','\x70','\x80','\x3f','\xb4','\x87','\xbf','\xd0','\xf0','\x91','\xfa','\x71','\x89','\x4c','\x6f','\x08','\xb8','\x71','\x42','\xf4','\x9b','\x12','\x0b','\xa5','\x68','\x0b','\x04','\x6d','\x01','\xe5','\x8c','\x34','\x78','\x8e','\xcc','\xcd','\x48','\xa1','\x19','\x49','\xa1','\xe9','\x5f','\x3c','\x19','\x7a','\x79','\x53','\xe8','\x15','\xa8','\xe4','\xad','\x93','\x01','\xce','\x55','\xda','\x56','\x60','\xdb','\x01','\x38','\x82','\xa1','\xe9','\xaf','\x98','\x18','\xae','\xf9','\x2d','\x4b','\x8d','\x53','\x15','\xe6','\x27','\xe8','\x4b','\x11','\x4f','\x25','\x68','\x9b','\x55','\xae','\xcd','\x1e','\xe9','\xaf','\xbf','\x90','\x26','\xd1','\xa4','\x8b','\xde','\x63','\x74','\xd0','\x19','\xfd','\x02','\x35','\x3d','\x98','\xda','\x44','\x20','\x60','\xb0','\xb3','\x14','\xde','\x8c','\xc3','\x31','\x3c','\x14','\xc3','\xa6','\x50','\xa2','\x93','\x2b','\xd1','\xbd','\xe2','\x43','\x59','\x8c','\xb2','\x8d','\x46','\xce','\x4f','\x88','\xd7','\xc8','\x46','\x50','\x36','\x88','\xb2','\x8a','\xb1','\x3a','\x68','\x80','\x39','\x03','\x85','\xa6','\x2a','\x8a','\x01','\x42','\xc7','\xcc','\xd0','\xb1','\x4c','\xe8','\x75','\xa2','\x4c','\xcc','\x02','\xe7','\x2c','\xf8','\x6a','\xb6','\xed','\x47','\xf9','\xb6','\x1e','\x63','\xc4','\x3b','\x65','\xf6','\x67','\x4c','\x9b','\xbe','\x66','\x4f','\x61','\xe3','\x14','\xf1','\x5f','\x06','\xde','\x2c','\x78','\x50','\xcf','\x74','\xbc','\xdf','\xd7','\xf3','\xfd','\x7a','\xb4','\x1f','\x44','\x07','\xca','\xd4','\x26','\x82','\x87','\x30','\xe8','\x9e','\x0f','\x07','\xb4','\xb0','\xbc','\xca','\xec','\x32','\xf4','\xac','\xbb','\x2f','\x6b','\x07','\x10','\xbb','\x2f','\x33','\xe2','\x5a','\x0a','\x7a','\x2a','\xca','\xbb','\x4b','\xac','\x9e','\x47','\x0a','\xd1','\x91','\xff','\x46','\xf3','\xd1','\x43','\xe5','\xe8','\xc1','\xa5','\x68','\x7f','\x51','\xb9','\x56','\x04','\xc2','\x2a','\xe8','\xba','\x1a','\x4e','\xad','\x84','\x43','\x85','\x21','\xd7','\x15','\x53','\x5c','\xb6','\xfc','\xa8','\x4e','\x1f','\xd8','\x86','\x41','\x7b','\xa3','\x1e','\xf5','\x5f','\x95','\xad','\xfe','\x23','\x07','\x45','\x59','\xc9','\xca','\x83','\xe7','\x2e','\xcc','\x65','\x63','\xa1','\xe9','\x98','\x32','\x1d','\x0d','\x9d','\xfb','\x71','\xe8','\x6c','\x2e','\x74','\xf6','\xac','\xf2','\xf5','\x57','\xc0','\x27','\x5c','\xe0','\xeb','\x1b','\xda','\x7e','\x72','\xaa','\x6d','\xef','\xbf','\x1b','\xd9','\x96','\x33','\x03','\xad','\xa6','\xba','\xc8','\xda','\xdd','\xce','\x0e','\x29','\x6e','\x3c','\xee','\xf0','\x2f','\x0c','\x7a','\x8f','\x0f','\x46','\xec','\x4b','\x41','\xfb','\x5f','\x2b','\xd7','\x1f','\x3d','\x92','\x74','\x5c','\x18','\x28','\x47','\x93','\x0e','\xa5','\x08','\xa2','\x83','\x96','\x6a','\x1d','\x9c','\x56','\x6e','\x4c','\x03','\xc7','\x34','\x88','\x4f','\x87','\x07','\xa7','\xc3','\xa1','\xe9','\x21','\xc7','\xb4','\xe9','\x59','\xeb','\x3f','\xd5','\x72','\x26','\x90','\x7f','\x11','\x79','\x27','\x50','\x44','\x28','\x07','\x05','\xe6','\x0f','\x1c','\x19','\x40','\xac','\x1c','\xd6','\x0f','\x3f','\x46','\x39','\x22','\xf4','\xf9','\x09','\xb6','\xe2','\xdc','\xfa','\x7f','\x2a','\x79','\x67','\xa4','\x88','\xbf','\x12','\x64','\xab','\x50','\x8b','\x83','\x93','\xe6','\x5c','\xe6','\x72','\xc8','\x58','\x52','\x4e','\x2e','\x87','\xb2','\xd7','\x43','\xb3','\xd7','\x43','\x93','\x57','\x95','\xcc','\x55','\xe0','\x58','\x01','\xc6','\xe5','\xb6','\xcb','\x85','\xb6','\xee','\x2b','\x23','\xb4','\x72','\x02','\x56','\xfd','\x30','\x47','\x01','\xe2','\x46','\xd2','\x28','\x8a','\xfe','\x1f','\x88','\xde','\xa0','\x18','\x09','\x4e','\x07','\x83','\x44','\x79','\x75','\x7a','\xf0','\xd5','\xe9','\xb9','\x1f','\x4c','\x87','\x66','\xa7','\x95','\x59','\x96','\x86','\x68','\xfe','\xd5','\x69','\xfa','\x3d','\x08','\x52','\xc9','\xb5','\xbd','\x3a','\xdd','\xf6','\xaa','\x38','\xf2','\x03','\xd1','\x0c','\x8a','\x26','\xbd','\x1c','\xaa','\x0f','\x1b','\x32','\x78','\x53','\xba','\x31','\x2f','\xf9','\x57','\x24','\x6f','\x5e','\x8a','\x34','\x49','\xc1','\xe6','\x94','\x72','\x2e','\x31','\x78','\xef','\x5f','\xcd','\xcd','\x1b','\xa1','\x7f','\xcf','\x56','\xc8','\x86','\x4e','\xb2','\x8e','\x14','\x32','\x0c','\xc5','\x30','\x00','\x32','\xc0','\x54','\xb9','\xad','\x60','\xb4','\xf5','\x19','\x23','\xc8','\x30','\x3d','\x65','\x13','\x21','\xd1','\xe7','\xf3','\x59','\xdb','\x87','\x1b','\xf3','\xd8','\x9f','\xc7','\xde','\xca','\x4c','\x04','\x92','\x20','\x9c','\x51','\x26','\x67','\x06','\x8d','\x99','\xb9','\x93','\x33','\xa1','\x3c','\x51','\xf2','\x33','\xa1','\xef','\xcf','\x84','\x7e','\x36','\x13','\xfa','\x8b','\x19','\x25','\x4f','\x00','\x9e','\x01','\x79','\xaa','\x37','\x70','\xdb','\x01','\x3c','\x82','\xb1','\x69','\x49','\xad','\xff','\x88','\x56','\xff','\xb9','\x6a','\x7a','\xb3','\x66','\xe4','\xb1','\x72','\x50','\x5c','\x52','\xb2','\x4b','\x6c','\x7c','\x65','\x97','\x42','\xd9','\x25','\xe5','\xa5','\x72','\x28','\xbb','\x10','\x3a','\xbb','\x18','\x9a','\x5e','\x50','\xa6','\x6f','\x00','\xb1','\x08','\xb2','\x57','\xdb','\xbe','\xb3','\xd2','\xf6','\x1f','\x0b','\x23','\xa1','\x2b','\xe6','\xce','\x65','\xda','\x9f','\xad','\xf3','\xbf','\x4c','\x76','\x82','\x95','\x40','\xc8','\x2f','\x45','\xf8','\x10','\x26','\xab','\xf3','\x08','\x68','\xfe','\xe2','\x3c','\x1e','\xf0','\xc5','\x6e','\x7b','\x34','\x13','\x1e','\x23','\xba','\x60','\x63','\x2e','\x50','\xa7','\x28','\x5e','\x21','\xab','\x2e','\x91','\x0e','\x6e','\xf1','\xef','\xf1','\x7f','\x1e','\x8c','\x53','\x17','\xf3','\xc3','\x05','\x57','\xb0','\xbf','\x9e','\xf9','\x09','\x1a','\x60','\xfa','\x27','\xc5','\xc6','\x48','\x74','\xb8','\xfc','\xc0','\xff','\x61','\xfe','\xfc','\x42','\x38','\x4d','\x98','\xfe','\x09','\xdc','\x9f','\x17','\x58','\xed','\x6e','\xc5','\x91','\xf6','\xff','\x30','\xe4','\x9d','\xaa','\x44','\xea','\x42','\xc1','\xba','\x90','\xf2','\x5e','\xe8','\xc8','\xa1','\xaa','\x3d','\x75','\x30','\x3b','\xc8','\x32','\x76','\xe6','\x03','\xd3','\x79','\x81','\xc3','\x04','\x89','\xcb','\xe1','\xd1','\xa5','\xf0','\x96','\xe5','\x21','\xda','\xee','\x02','\x7b','\x7d','\x65','\xe9','\x55','\x0d','\x83','\x14','\x1b','\xa7','\xa6','\xc6','\xfc','\x0d','\xa7','\xd5','\x7f','\x8a','\xe0','\xc8','\x70','\xe5','\x42','\x0a','\x46','\x53','\x90','\xfa','\x18','\xb4','\x57','\x47','\xfb','\xa9','\xb8','\xa8','\x7f','\xc5','\xfc','\x70','\x15','\x84','\x5b','\x2b','\xe1','\x76','\x38','\xd4','\x0e','\x4d','\x67','\xc5','\x84','\x74','\x9c','\x9a','\xec','\xbe','\x6c','\xb3','\x8d','\xc7','\xb2','\xfe','\x45','\x9f','\x37','\xe3','\x89','\x34','\xff','\xa6','\x56','\xce','\xa1','\xca','\x85','\x83','\x5d','\xd1','\x91','\x5e','\xe5','\xbd','\xbd','\x96','\x5e','\xad','\xda','\xfa','\x35','\xbf','\xae','\xb5','\x5c','\xf3','\xeb','\x9c','\x65','\x13','\x22','\xd1','\x36','\xef','\xab','\x0b','\x31','\xbd','\xfa','\x42','\xc8','\xba','\xaf','\x72','\xed','\xbe','\xa6','\xca','\x83','\x3a','\x98','\xd3','\x21','\xd3','\x39','\xb4','\xff','\x50','\x99','\x2a','\x87','\x0c','\xb6','\xbf','\x03','\x78','\xca','\x60','\x52','\x6c','\x5b','\xc0','\x6d','\x3b','\xc5','\x11','\x41','\x32','\x15','\x6b','\x5c','\x38','\x44','\x9f','\x80','\x59','\xfd','\x9c','\xa3','\xf5','\xac','\xb3','\x72','\x80','\x1e','\x04','\xba','\xf2','\x3a','\x19','\xcc','\x88','\x73','\xc6','\x65','\xfa','\xe7','\xca','\xd9','\xc7','\x42','\x73','\xf5','\xa1','\x13','\xab','\xa1','\x49','\x51','\x99','\x7c','\x14','\x38','\xef','\x82','\x49','\x47','\xdb','\xd2','\xe5','\xb6','\xb8','\x3c','\xe2','\xcf','\x9b','\x6e','\x64','\xba','\xaa','\xf6','\xf4','\x32','\x06','\xec','\xc4','\x6d','\xe6','\x67','\x9e','\xb1','\x47','\xbc','\xab','\xc1','\xc7','\x1c','\x4a','\xb6','\x3c','\x98','\x05','\x73','\x2f','\x96','\xe9','\xb4','\x54','\x99','\x8e','\x87','\xac','\x0c','\xcb','\xbf','\x58','\x66','\x63','\xfb','\x7b','\x95','\xb6','\xb9','\x69','\x2a','\x23','\xf1','\xda','\x38','\xa5','\x13','\x54','\xea','\x32','\x58','\x4f','\x24','\xd8','\x44','\x6a','\x2d','\xc5','\x4e','\x52','\x86','\xec','\x49','\x45','\x59','\x04','\x28','\xe2','\x45','\xfd','\x33','\x86','\x76','\xf2','\xfb','\x00','\x60','\xbb','\x4d','\x67','\xeb','\xac','\x58','\xc7','\x3b','\x0e','\x6d','\xc7','\x91','\x6d','\x02','\xdb','\x48','\x11','\x54','\x68','\x39','\xd4','\xef','\xf0','\x10','\x16','\x9d','\x98','\x16','\x5c','\x3d','\x9c','\xce','\xca','\x58','\x11','\x2d','\xac','\x28','\xe5','\x1e','\x52','\x41','\x56','\x88','\x6b','\x81','\x20','\x41','\x18','\x17','\x04','\x2c','\xb0','\xf0','\x02','\x76','\x2a','\x88','\x7d','\xb0','\xe2','\x27','\xb0','\x83','\xdf','\x74','\xd4','\x80','\x8f','\xfa','\xcb','\x0e','\x8c','\x99','\xf8','\x4b','\xd5','\x8c','\xdb','\x5f','\x72','\x63','\xb0','\x01','\xc3','\x0d','\x7e','\xd2','\x8c','\x41','\x23','\x86','\x4c','\x5b','\xae','\xc0','\x80','\x2e','\xa9','\x75','\xed','\x7a','\x4f','\x0e','\x14','\x32','\xd6','\xc9','\xf5','\xe3','\xd6','\x93','\x53','\x9d','\xf6','\xc7','\xf4','\x7b','\xf9','\x08','\xad','\x61','\xeb','\x58','\xe0','\x08','\x75','\x35','\xab','\x99','\xff','\x54','\x22','\x65','\xe0','\x34','\xa0','\x73','\x8a','\x3c','\x62','\x80','\x47','\x0c','\x58','\x37','\x45','\x1a','\x0d','\xe8','\xd5','\xa5','\xc8','\xa9','\x5c','\xcb','\xa9','\xdc','\x8e','\x97','\x33','\xc7','\xe6','\x91','\x67','\x7e','\x5c','\x00','\xb8','\x3a','\x7f','\x97','\x81','\x2e','\xeb','\xa6','\xfc','\x5e','\x9e','\xad','\x36','\x2c','\xd4','\x4a','\xab','\x1e','\xb9','\xdb','\xe1','\x29','\x7d','\x06','\x81','\x18','\x82','\x31','\x0f','\x89','\xb1','\x09','\x37','\xdc','\xec','\x21','\x03','\x00','\xee','\xfc','\x44','\x62','\xe7','\x3f','\x93','\x26','\x86','\x90','\xa0','\x6d','\x7f','\x50','\x8e','\x83','\x9d','\x54','\x24','\x1b','\x9a','\x4c','\x56','\xad','\x05','\x5d','\x34','\x53','\x5c','\x97','\x01','\x6c','\xf7','\x10','\x61','\xab','\x10','\x03','\x26','\x0c','\x10','\x92','\x04','\x99','\xae','\x78','\x2a','\x91','\x92','\x8c','\x14','\xdb','\x87','\x48','\xef','\xcb','\x01','\x8a','\x4e','\x60','\x4a','\xd4','\x01','\x58','\x35','\x65','\xad','\x20','\x53','\xaf','\xbb','\x58','\x60','\x19','\x3a','\x4d','\xa6','\x19','\x50','\x90','\xe5','\x02','\xfb','\x47','\xb6','\x59','\x39','\x32','\xab','\xdc','\xa3','\xe9','\x3c','\x88','\x88','\x6d','\xdf','\xc6','\x6d','\xdf','\xc1','\x07','\xa9','\xf3','\x9c','\xf4','\x2c','\xde','\x80','\xe0','\x32','\x6d','\x5b','\xdd','\x4d','\xdb','\xa8','\x2e','\xcf','\x42','\xbb','\x23','\xdc','\x47','\xe5','\x4a','\x29','\x7d','\x1b','\x17','\x0a','\xb8','\x30','\xc5','\x22','\x90','\xb8','\x11','\x64','\x47','\x5b','\x22','\xd0','\x84','\x60','\xd3','\xa7','\x49','\x7d','\x01','\x36','\xe8','\x52','\xac','\x3e','\x17','\xac','\xcf','\xa9','\xd1','\x8c','\xae','\x51','\x1d','\x53','\xab','\x67','\xf6','\xd4','\xab','\x2e','\x2f','\x79','\xca','\xd2','\x28','\x66','\x31','\x27','\x0e','\x95','\xcc','\x3e','\x6c','\x22','\xec','\xf5','\x94','\x1a','\x11','\x68','\x44','\xcc','\xd4','\x62','\x03','\x88','\x06','\x94','\xaf','\x10','\xb9','\x00','\x03','\x9a','\xa4','\x75','\xe5','\xd4','\xfa','\x9c','\x1e','\xcd','\x80','\xfb','\xe5','\xf8','\x80','\xcb','\xda','\x6c','\xce','\x66','\x67','\x32','\x15','\x2b','\x68','\xcf','\x45','\x60','\xcb','\xd2','\x49','\xd5','\x58','\x33','\x79','\xfb','\x3a','\x58','\xb6','\x16','\xf8','\x55','\x97','\xf9','\x01','\x81','\xac','\xb2','\xed','\x28','\xd6','\xba','\x8b','\x3a','\xaf','\xe1','\x9d','\xc9','\x1f','\xb6','\xd6','\x35','\xd9','\x74','\xb3','\x2e','\x74','\xb2','\xee','\x4b','\xdf','\x6f','\x7e','\x44','\xaf','\x7f','\x41','\x75','\x24','\xe5','\x2d','\xa1','\x8d','\x6c','\x39','\x87','\x0c','\x17','\x02','\x4b','\x8b','\xe4','\xdd','\xb5','\x12','\xfe','\x91','\x72','\x7e','\xa7','\x7e','\x50','\x01','\x93','\x3b','\x25','\x84','\xaa','\xf1','\x8b','\x59','\xfd','\xfc','\x91','\x01','\xd3','\x57','\x48','\xbf','\x01','\xfa','\x0d','\xd8','\x3f','\x45','\x58','\xaa','\x4b','\xfd','\xa7','\x72','\xe9','\x53','\xb9','\xfe','\x97','\x33','\x1a','\x7b','\x42','\xff','\xa0','\x1f','\xee','\x7a','\x2f','\x7f','\xd4','\x53','\x4e','\x21','\xcc','\xc4','\x53','\x62','\x29','\xad','\x2b','\x42','\x33','\x20','\x85','\x60','\x8a','\x76','\x18','\x04','\x06','\xfa','\xe0','\xc0','\x6e','\xf2','\xdb','\x3e','\x78','\xd8','\x94','\xd4','\x37','\x72','\xe0','\x17','\x39','\x38','\x92','\x21','\x18','\x01','\x6c','\x95','\x43','\xc7','\xc5','\x45','\x93','\xbc','\x97','\x17','\x3d','\x65','\x1f','\x9d','\x3d','\x21','\x2c','\x4e','\x95','\x02','\x05','\xb6','\xad','\xf5','\xf9','\x43','\x25','\xd5','\x6a','\x2f','\x64','\x9d','\xc2','\xc6','\xf6','\x08','\xb3','\x2d','\xdb','\x54','\x8b','\x49','\x68','\x43','\xce','\x73','\x2a','\x57','\x6e','\xca','\x8c','\xc9','\x48','\x95','\x3f','\xda','\x7f','\x3e','\x30','\xe5','\xc1','\x65','\x79','\x98','\x28','\xb7','\xa1','\x3c','\xea','\x90','\xa9','\xea','\xbb','\x66','\xca','\xb6','\x93','\x72','\xcb','\x69','\xe5','\x7d','\x43','\xb6','\xe5','\x69','\xcf','\x51','\xee','\x99','\xb2','\xb5','\x9e','\xb5','\xed','\xdb','\x93','\x54','\x0e','\x46','\x26','\xa9','\x13','\xb5','\x78','\xad','\x02','\x4c','\xaa','\xfc','\x75','\x64','\xd5','\x0f','\x0b','\xd1','\x6f','\x60','\x91','\x4e','\xad','\x0f','\x95','\x02','\xa3','\xf8','\x59','\x84','\x75','\x4f','\x89','\x8d','\xf2','\x02','\x24','\x77','\x08','\x2e','\x00','\x5c','\x80','\xf8','\x0a','\x61','\xa9','\x29','\xe1','\x37','\x72','\xcd','\x6f','\xe4','\x1a','\x5f','\xce','\x58','\x53','\xf0','\x71','\xbc','\xae','\xff','\x40','\x4f','\x19','\x8e','\x62','\x76','\xd2','\xb5','\xa7','\xd4','\x82','\x70','\xa7','\x55','\xa0','\x36','\x0a','\x8e','\x21','\xd8','\x32','\x45','\x1a','\x10','\x78','\x18','\x41','\xb7','\x87','\x38','\x68','\x0a','\xa4','\x87','\x37','\xe4','\x9a','\x37','\xe4','\xbc','\x2f','\x67','\x5a','\xe6','\xd9','\x7d','\xe9','\x56','\x39','\xd0','\x2a','\x87','\x2d','\x61','\x2d','\x60','\x3c','\x8a','\x45','\x7a','\x3d','\x08','\xef','\x40','\xf8','\xdc','\x94','\x75','\x3d','\x08','\x02','\x76','\x52','\x1e','\x50','\x0a','\x30','\x42','\x67','\x1f','\x06','\x8c','\x58','\xe3','\x9d','\x8a','\xf2','\x72','\x26','\x32','\x4f','\x3b','\x1d','\xab','\x1f','\xcb','\x0f','\x37','\x1b','\xeb','\xf2','\xf2','\x54','\x79','\x5d','\xf5','\x62','\x27','\xc2','\x92','\xa7','\xd4','\x4e','\xeb','\xb4','\xc0','\x16','\x9c','\x24','\x10','\x60','\x67','\x54','\x79','\x08','\x1c','\x85','\x64','\x55','\x82','\x1b','\x72','\x4c','\x9a','\x32','\x6c','\x3d','\xbd','\x3c','\x4e','\xf5','\xa7','\xcb','\x45','\x5b','\x04','\xf9','\x66','\x9e','\xc4','\x44','\x67','\xcf','\x5c','\x17','\xc1','\x49','\x02','\xdc','\xec','\x08','\xfb','\x34','\x26','\x88','\x0e','\x8f','\xce','\x8b','\xc6','\x01','\x52','\xc8','\xd3','\x71','\x72','\xd1','\xc0','\xa4','\xc0','\x52','\x9b','\xd1','\xb8','\x8f','\x49','\xf3','\x0e','\xa3','\x59','\x40','\xd8','\xbf','\x1d','\xc3','\x5a','\xff','\x21','\x1f','\xd5','\x63','\xca','\x03','\x85','\x06','\xe8','\x8d','\x28','\xec','\x76','\x58','\xe6','\xfe','\x7d','\x91','\x53','\xb9','\xc3','\x96','\x1e','\xb3','\xcd','\x23','\xdb','\xfc','\x38','\x9d','\x30','\x3d','\xa4','\xeb','\x1e','\x7a','\x5f','\xf1','\xfc','\xe1','\xd6','\xb2','\x57','\xc2','\x5e','\x88','\xbd','\xce','\x12','\xcd','\x90','\xbb','\x56','\x06','\x02','\xaf','\x04','\xbd','\x1d','\xe4','\x13','\x12','\x68','\x4c','\xc1','\xc8','\x2e','\xf2','\xfe','\x32','\x7c','\x5a','\x87','\x0d','\xdf','\xd8','\x5f','\xff','\x8d','\xfd','\x8f','\x7e','\x03','\x8a','\xb7','\xd1','\xd8','\xe8','\xb8','\xac','\x61','\xdb','\x69','\xd5','\x59','\x90','\x8f','\xb2','\x63','\x0c','\xd8','\x03','\x6d','\xf6','\xea','\xc8','\xee','\x23','\x8b','\x63','\x29','\xdb','\x02','\xdc','\xfd','\xa7','\x4f','\x6a','\x8a','\x87','\xbc','\x69','\x5f','\xf7','\xb6','\x88','\x6d','\xa3','\x24','\xc4','\x0e','\x40','\x03','\x35','\x25','\x76','\x6a','\x4a','\x8c','\xfe','\x99','\xef','\xf7','\xe7','\xb1','\x0b','\xa8','\x6e','\x3a','\xf8','\xe3','\x97','\xfd','\xb7','\xca','\x38','\xc3','\x16','\xd8','\x27','\x87','\x4b','\xaf','\xdf','\xb5','\x9e','\x86','\x0d','\x97','\xa2','\x29','\xa0','\xdc','\xb4','\x3c','\xcc','\x14','\xa0','\x86','\x9e','\x66','\xe8','\x47','\x59','\x83','\xf2','\xd0','\xfe','\xc0','\xd0','\x7e','\x6d','\x08','\xaa','\xa3','\x68','\xe7','\xed','\x71','\x9d','\x05','\xa0','\xd1','\x55','\x4b','\xcf','\x6b','\xec','\x44','\x5a','\x4c','\x25','\x7d','\x85','\x36','\x37','\xa6','\x42','\x33','\x5a','\x01','\x68','\x05','\xa8','\x5d','\x21','\xe9','\xb5','\x0c','\x4d','\xd3','\xb4','\xfb','\xbf','\x91','\xb3','\x24','\xa3','\xad','\xa0','\x81','\x95','\xf1','\x7e','\xdd','\xaa','\x67','\xcd','\x24','\x1f','\xe4','\xad','\x6d','\xd1','\x74','\x7e','\x80','\xa5','\x5d','\x6c','\x95','\x38','\x5b','\x28','\xbe','\xab','\x24','\x25','\x80','\x94','\x80','\xfb','\xff','\x8a','\xec','\xff','\x2e','\xd8','\x9f','\x83','\x27','\x1e','\x23','\x6c','\x53','\x24','\x60','\xed','\xee','\x7c','\x23','\x57','\x59','\x37','\xbe','\x68','\x39','\x2d','\xba','\xa9','\xfc','\xf0','\xff','\xa1','\xbd','\x14','\x5d','\x02','\x1b','\x72','\xc1','\x0d','\xb9','\x27','\x9a','\x58','\x3f','\xec','\x9f','\xaf','\xf5','\xe7','\xcf','\xe8','\x66','\xac','\x2e','\x6f','\xed','\x0c','\x65','\x1d','\xa4','\xba','\x7b','\x9d','\x89','\xa7','\x44','\x0a','\xb5','\xfe','\xbc','\xc3','\x00','\xe9','\xc2','\x03','\xfd','\xc3','\x94','\x8f','\xa5','\x7f','\xfa','\xe7','\x51','\x7a','\x9e','\xdd','\x97','\xb3','\x3a','\x2e','\x9e','\xcb','\x13','\x6a','\xf3','\xac','\x6a','\x51','\xae','\x94','\xd8','\x83','\x30','\x2a','\x57','\x4a','\x4a','\xb5','\x1c','\x5a','\x3f','\xb7','\xd9','\x52','\x31','\x3b','\x1d','\x5f','\xa3','\xd0','\xa9','\x4b','\x95','\x0d','\xb9','\xd4','\x5a','\x7f','\x7e','\x52','\x66','\xfb','\xdf','\x6b','\xe5','\x0c','\xe6','\xad','\x2d','\xf6','\xac','\x7e','\xd2','\xb7','\x4a','\x09','\x09','\x53','\xb1','\x32','\x20','\x21','\xc1','\x44','\x2b','\x3b','\x6a','\xcd','\x4d','\x87','\x85','\x93','\x6c','\x5a','\x86','\x1b','\x35','\xa9','\x7d','\x24','\x27','\x6d','\xc8','\x25','\x9a','\x32','\x99','\xb5','\x71','\xf1','\x7f','\x29','\x27','\x35','\x5c','\xda','\x7f','\xfe','\xe3','\x96','\xe3','\xb0','\xca','\xe9','\xfb','\x61','\x3e','\x7d','\xa7','\x3c','\x58','\xc0','\x4c','\xa8','\xfd','\x5a','\xcb','\x0c','\x16','\x58','\xb5','\x50','\xcf','\xa3','\xd9','\x60','\xa6','\x79','\xa7','\x87','\x08','\xd6','\x38','\x15','\x36','\xe4','\x98','\x34','\x65','\xac','\x73','\xdb','\x98','\x7d','\xaf','\x5d','\x8f','\x23','\x0f','\x3b','\xca','\xa4','\xc2','\xc6','\x45','\xe3','\x09','\xb6','\x3e','\x24','\x72','\x17','\x47','\x3a','\x4a','\x9f','\x6a','\x07','\x23','\xe7','\x61','\xea','\xaf','\xc8','\x9c','\xd5','\x01','\x82','\x27','\xc8','\xe6','\x0c','\x6c','\x01','\xd2','\xe6','\x53','\xb9','\xd0','\x1b','\xb9','\x2d','\xbf','\xc8','\x04','\x0e','\xa0','\x00','\x1e','\x0f','\x00','\xdc','\x13','\xd0','\xbf','\xb2','\x6a','\xf6','\x84','\xf2','\x3d','\xad','\xe5','\x1e','\x09','\x53','\xf9','\xf2','\xad','\x12','\x4d','\x01','\x1d','\xc2','\x97','\x4a','\xf4','\x76','\xd8','\xb6','\xf0','\x61','\x42','\xee','\xb2','\xb9','\x27','\xbe','\x44','\xfc','\xb4','\x3f','\x9b','\x92','\x4c','\xf5','\xfc','\x1b','\x39','\xdb','\xcf','\xd8','\x38','\xad','\xfa','\x1b','\x2a','\xed','\xcf','\xb2','\x99','\xfe','\x20','\x6f','\x76','\x94','\x2f','\x49','\xec','\x77','\xc9','\xaf','\x4b','\xeb','\x2a','\x8a','\xd5','\x4f','\xfa','\x16','\x59','\x57','\xe1','\xb5','\x7e','\x48','\x7e','\xf3','\x11','\xfd','\x43','\xed','\x45','\xfa','\x9a','\x09','\x2e','\x66','\x1a','\x05','\xe2','\x08','\xba','\xc8','\xff','\x46','\x0f','\x3f','\x8e','\x9b','\xd5','\xf9','\x06','\xa0','\x6d','\xb6','\xbd','\x76','\x45','\xf2','\x43','\x19','\x52','\x4f','\xcf','\x01','\xd4','\x75','\xa9','\xe8','\x24','\x25','\x07','\xb0','\x3f','\x46','\x48','\x7d','\x10','\x0e','\xc4','\x9e','\x1c','\x88','\x21','\x1b','\xd0','\xbd','\xd4','\x7f','\x9e','\xcc','\xcb','\x97','\xca','\xa1','\x7f','\xcd','\x9a','\xc9','\x38','\x51','\x72','\x59','\x67','\x83','\x6e','\x1f','\x2e','\x01','\x08','\x5c','\x12','\xdb','\x50','\xec','\x92','\xc0','\x29','\x09','\xf6','\xb4','\x92','\x1e','\x09','\x62','\x0d','\x6e','\xf9','\xc6','\xfe','\xbf','\xfb','\xc6','\xfe','\x9e','\x30','\x74','\x6d','\x45','\x5f','\xbe','\x3d','\x8e','\xa9','\xde','\xd0','\x75','\xa7','\x69','\x1e','\xad','\xcb','\xbb','\x76','\x97','\x33','\xa3','\x38','\xd9','\x87','\xb7','\x30','\x37','\x83','\x19','\x32','\xaf','\x15','\x09','\x27','\x8a','\xe0','\xa3','\x53','\xc4','\xd5','\xc7','\xec','\xd7','\xd8','\xa7','\x99','\xfd','\x22','\x45','\x66','\xbf','\x9a','\xa8','\x9e','\x3f','\x95','\x09','\xac','\x20','\x75','\x85','\x8d','\x0b','\x55','\xd7','\x03','\x45','\x53','\xfe','\x21','\xd3','\xcf','\x36','\xaa','\x32','\xe9','\xd0','\x20','\xcc','\x5e','\x3c','\x41','\xed','\xc9','\x54','\x49','\x36','\x40','\x80','\x0e','\xf3','\x34','\x51','\x47','\xc1','\xeb','\x06','\x6c','\x9b','\x22','\x6d','\x34','\xd5','\xa5','\xb6','\x53','\xb9','\xb6','\x5f','\xe4','\x3e','\xf5','\x72','\xa6','\x22','\xa3','\x31','\x99','\x9d','\xa3','\x11','\x30','\x75','\x3a','\xf5','\x90','\x97','\xd8','\x7d','\x75','\x2c','\xe3','\x6d','\x54','\x2e','\x95','\xbe','\xf4','\xdf','\x71','\xba','\x82','\xcd','\x8e','\x92','\x29','\x01','\xb6','\xa5','\xe8','\x12','\x91','\x97','\xef','\x67','\x68','\x7b','\x6d','\x54','\xfe','\x66','\xbf','\x4c','\xe5','\x47','\x09','\x79','\x05','\xc5','\x56','\xc6','\x23','\x3a','\x76','\x05','\xf4','\x0f','\x57','\x4d','\x57','\x28','\xef','\x6a','\x2d','\xbb','\xd6','\xda','\x7d','\x07','\xc4','\x54','\x7a','\x5a','\x4b','\x5f','\xb9','\xcb','\xea','\xc7','\xd5','\x4a','\x4e','\x49','\x80','\xd5','\xcc','\x30','\xd9','\x72','\x1e','\x3e','\x37','\x0b','\xff','\x6b','\x98','\x56','\xce','\x7e','\xfc','\x27','\x50','\x3c','\x80','\x7e','\x65','\xe9','\x1f','\xf7','\x9a','\x3d','\xbd','\x7d','\xa7','\x5c','\x75','\x33','\x6e','\xdf','\x29','\x6d','\xb0','\x1e','\x93','\x8a','\x57','\xa8','\x61','\x05','\xe9','\xdb','\xf0','\xdb','\x96','\xde','\x50','\xd6','\xe9','\x8d','\xaa','\xfd','\x8a','\x58','\xf6','\xab','\x63','\x7e','\x3c','\x06','\x70','\xa7','\xae','\xc7','\x4c','\xf3','\x49','\x47','\x5e','\xde','\x55','\x96','\x53','\xd8','\x7f','\x13','\x03','\x67','\xc9','\xb3','\x8c','\x0f','\x26','\x70','\xf7','\xae','\xd2','\xee','\x65','\xd0','\x9d','\x80','\xdd','\xbb','\xc8','\xba','\x0c','\x54','\x81','\x94','\xfe','\x45','\x8e','\xaa','\x20','\x6f','\x53','\x06','\xaf','\x20','\x59','\x1b','\x37','\xb5','\xb5','\x71','\x11','\x7a','\x30','\x4e','\x6b','\x7b','\x76','\x6a','\x9b','\x77','\x00','\xad','\x10','\xc5','\xaa','\x9f','\x6a','\x86','\x76','\x6f','\x3a','\xbe','\x68','\x21','\x01','\x4b','\x8f','\xd1','\xfa','\xd1','\xb4','\x71','\x5d','\xa3','\x7a','\x9e','\xdd','\x17','\xfe','\x61','\xde','\x7f','\xa7','\xbc','\xa5','\x80','\x9f','\x32','\xf0','\x5f','\x7a','\x4a','\x1b','\xad','\x1b','\x94','\x3d','\xa5','\xa2','\x65','\x8e','\x43','\x1e','\x12','\x47','\xc0','\xd1','\xc7','\x1c','\x06','\x6a','\xdf','\x1d','\x40','\x1a','\x1c','\xc9','\xc5','\x7b','\xa9','\x64','\xe2','\x07','\x50','\x7a','\x65','\x5c','\x55','\x71','\x35','\x1e','\x63','\xfa','\x9a','\x0e','\x6d','\xec','\x92','\x02','\x3b','\xf2','\xe2','\x57','\x31','\xf9','\x55','\x13','\x14','\x5e','\x4e','\xbf','\xf3','\x3f','\xe0','\xa3','\x6f','\x43','\xec','\xfe','\x38','\xfd','\x59','\x60','\xcb','\x53','\x4d','\xc1','\x91','\xdf','\xdc','\x51','\x56','\x2a','\xd6','\xf6','\x93','\x5d','\xa5','\x68','\x02','\x53','\x51','\x7e','\x4d','\x33','\x20','\x9a','\x80','\xd1','\x5d','\x84','\x66','\x62','\xb4','\xc5','\x9d','\x24','\x20','\x41','\x6d','\x5e','\xea','\x9d','\xcf','\x9d','\x3a','\x45','\xbb','\x62','\x46','\x6e','\xb2','\xfc','\x04','\x19','\x03','\x53','\x4f','\xd3','\xa9','\xeb','\x64','\xfe','\x11','\x6a','\x2f','\xda','\x31','\x55','\x1d','\x0f','\xb7','\x96','\x1a','\x12','\x78','\x33','\x75','\x76','\x9c','\x74','\xc0','\x02','\x55','\x62','\x01','\xa2','\x7b','\xac','\x76','\xdf','\x73','\x8b','\x68','\x12','\xdc','\x1d','\x80','\x3d','\x56','\xbb','\xef','\x0e','\x43','\x75','\x2b','\x52','\x6f','\xb3','\x73','\xa5','\x99','\xbf','\x41','\xcd','\xd8','\x52','\x1e','\x9f','\x28','\x47','\x24','\xac','\xdc','\xc5','\x87','\x9d','\xa5','\xc3','\x10','\xbf','\x7e','\x13','\x47','\x9c','\xa5','\x08','\x64','\x76','\x30','\xe2','\x24','\x34','\x13','\x91','\xa0','\xf2','\x6b','\x22','\x5b','\x45','\xdb','\xb5','\xdc','\xa7','\xda','\x72','\xff','\x64','\x43','\x66','\xb0','\x09','\x99','\xf2','\xb8','\x49','\xaf','\x47','\xd3','\x9d','\xab','\x66','\x25','\x9e','\x4f','\x0c','\x97','\xa5','\x04','\x96','\x32','\x4c','\x6f','\xb8','\x21','\xf6','\x43','\xbc','\xf1','\x12','\x35','\x64','\x40','\x6a','\x87','\x89','\x0e','\x92','\x61','\xfb','\xb2','\xaa','\x0a','\x04','\x26','\x02','\x30','\xfd','\xf3','\xfd','\x89','\x30','\x15','\x98','\xd8','\x8a','\xd2','\xb7','\xd9','\xb9','\x9c','\xb5','\x76','\xdf','\xc6','\xec','\xc5','\x23','\x10','\xd7','\x6d','\xc4','\x2b','\xdf','\x2b','\xed','\xa1','\x8d','\x7e','\x13','\xcb','\xa4','\xb4','\xe7','\xbb','\xe0','\x5c','\x06','\x8a','\x27','\x88','\x98','\x01','\xfe','\x0c','\xa4','\x1a','\x44','\xca','\xc0','\x76','\x55','\x4a','\x8d','\xe4','\x12','\x23','\xb9','\xcc','\x3a','\x7b','\x41','\xdd','\xd5','\x86','\x39','\xec','\xc3','\x65','\x1c','\xc2','\x7e','\xc0','\x82','\x48','\xf8','\x31','\x4b','\x0f','\x80','\x26','\x76','\xea','\xba','\x0c','\x17','\xc9','\xd2','\x02','\xe8','\x5e','\xe7','\x27','\x50','\x57','\xbc','\x68','\x5f','\x73','\xc5','\xbd','\x5e','\xe3','\xb0','\xe5','\x27','\xac','\xd7','\xab','\x5f','\xbe','\xc9','\xc6','\x17','\x1d','\x56','\xeb','\x32','\x20','\x90','\x81','\x7f','\xf2','\x3d','\xf2','\xd5','\x8d','\xcc','\x5e','\xa0','\x0e','\x42','\x2a','\x4c','\xff','\xd0','\x41','\xfa','\xdc','\x57','\xf7','\x3b','\x1f','\x82','\x8f','\x14','\x50','\xe7','\x6d','\xd6','\x9f','\xb1','\xa9','\x8b','\x3a','\xb3','\xef','\xe2','\x89','\xb2','\x98','\xc1','\xac','\x84','\x56','\xa6','\x9f','\x69','\xa6','\xde','\x59','\x6a','\x86','\xac','\xdd','\x95','\x5b','\x84','\x05','\x73','\x86','\xf0','\xf5','\x5b','\x24','\x08','\x61','\x10','\x48','\xca','\x2f','\x98','\x5d','\x0e','\x36','\x65','\x82','\x18','\x29','\x45','\xa6','\xe7','\x7f','\xff','\x7c','\x90','\x7a','\x50','\x4f','\x8e','\x92','\x1e','\xd0','\xd3','\x76','\x74','\xeb','\x13','\x5d','\xff','\xe6','\xb9','\xa3','\x2f','\x9c','\x04','\xae','\x75','\x9d','\xb0','\x9b','\x4e','\xa2','\x1d','\x00','\x3c','\xc6','\xb6','\x60','\xc0','\xfb','\xfe','\xcf','\xfd','\xb8','\x97','\xc0','\x5f','\x5b','\xde','\x53','\x3b','\x96','\x0e','\x20','\x39','\x60','\xc8','\x8d','\x85','\x58','\x9d','\x21','\x2f','\xa2','\x6d','\xed','\x46','\xcc','\x37','\x1a','\xd9','\xb8','\x55','\x8e','\x19','\x72','\x7f','\x21','\x92','\x2d','\xb4','\x23','\x24','\x3b','\xd8','\xf2','\x00','\xb6','\xda','\x04','\x20','\xb7','\x75','\x1e','\x22','\x9b','\xd7','\x15','\x93','\x88','\x2d','\xd6','\x24','\x7d','\x59','\x2d','\x7d','\x55','\xeb','\x7e','\xa9','\xd8','\x9b','\x1d','\xdc','\x99','\x4d','\x25','\xb3','\xd2','\xfe','\x97','\xbe','\xf5','\xb9','\xb3','\xdf','\xea','\x39','\xfb','\xcd','\xd1','\xb3','\xaf','\x7d','\xee','\x6c','\x76','\xff','\x4b','\xd3','\xc9','\xf9','\x3f','\xe8','\x9d','\x6d','\xeb','\x9e','\xfd','\x6c','\xba','\x98','\x51','\x77','\x38','\xd9','\x9e','\x5a','\xda','\x0c','\x03','\x3a','\x8b','\x09','\xc0','\xce','\x39','\x52','\xd3','\xef','\x1e','\xd5','\x34','\x55','\x1b','\xae','\x68','\x83','\xf5','\xe9','\x9f','\xbf','\x6c','\x6d','\x9c','\xd9','\x9b','\x1c','\x3a','\x95','\xfe','\xc0','\xae','\x39','\x59','\x74','\xd0','\xda','\x16','\x72','\x6b','\x4b','\xab','\x25','\xed','\xb5','\xe5','\x0d','\x2a','\x00','\x45','\xb6','\x84','\x95','\x85','\x34','\xdc','\x09','\xf0','\x36','\xa0','\x61','\xc8','\xb6','\x09','\xd3','\x5b','\x64','\xeb','\x36','\xd9','\xba','\x2c','\x9a','\x5a','\x99','\x32','\x3b','\x98','\x7e','\x71','\xd2','\xfb','\xa2','\x3b','\xf2','\x61','\x67','\xcb','\xc4','\x42','\xcb','\x84','\x7d','\xf7','\x87','\xc2','\x89','\x09','\xe2','\xb0','\x55','\x1e','\x9c','\xd3','\x77','\x1c','\xc8','\xc7','\x59','\x64','\x15','\x9a','\x5a','\x99','\x12','\xdb','\x29','\xff','\x7e','\x67','\xc4','\xf6','\x4e','\xe4','\x09','\x41','\xb9','\x46','\x3a','\x7c','\x15','\x36','\xd9','\x02','\x72','\x8c','\x50','\x87','\x1f','\x0c','\x90','\x12','\x9d','\x53','\xaa','\x08','\x4d','\x59','\x51','\x4c','\xd7','\x97','\xc3','\xd6','\x69','\xdc','\x2f','\xc4','\x0e','\x22','\xbf','\xec','\x8c','\x08','\xef','\x44','\xec','\xc2','\xa7','\x3f','\x24','\xc3','\xc7','\x2a','\xaa','\x4f','\x4d','\x60','\xed','\x18','\x36','\xe8','\x2f','\x83','\xdf','\x00','\xdb','\x4f','\x75','\x27','\xae','\x9e','\xed','\xe2','\x06','\xf8','\xf7','\xcb','\x71','\x51','\x59','\x57','\x4e','\xb1','\xc5','\x6e','\x3f','\xf4','\x4b','\x61','\x97','\x8d','\xe8','\x04','\xa0','\x63','\x4c','\xac','\x27','\x6c','\x51','\xb6','\xbc','\x8d','\xf6','\xed','\x89','\xa2','\x1b','\x8c','\x8f','\x01','\x64','\xbb','\xf8','\xa6','\xed','\x98','\xd1','\x72','\xc6','\x50','\xee','\x19','\x54','\xbd','\x44','\x77','\x18','\x54','\x68','\x3e','\xda','\x53','\x8e','\xf6','\xd0','\xd4','\xfa','\xde','\x56','\x6e','\xbf','\x68','\x6c','\x3b','\x63','\x6c','\x9b','\x31','\x3a','\xbe','\x6d','\x84','\x2e','\x91','\x90','\x0e','\x06','\xcf','\xb8','\x9e','\x3a','\xb3','\x94','\xb8','\x97','\x79','\xe5','\x4f','\x05','\x17','\x12','\xfe','\xb1','\xeb','\x79','\xe7','\xd3','\xbf','\x14','\x86','\x6d','\x6c','\xa7','\xe1','\x39','\xda','\x4c','\x10','\xd3','\x81','\x88','\x45','\xdc','\x4c','\x56','\xf0','\x5e','\xdc','\x78','\x26','\x7f','\x3f','\xc0','\xcb','\xc7','\x2d','\xa7','\x08','\xa6','\x26','\xd8','\x7a','\x33','\xcf','\xe2','\xea','\x5a','\xe8','\x4b','\x87','\x6d','\xd1','\x21','\x4c','\x40','\xb7','\x50','\x19','\xb3','\x95','\x3f','\x66','\x39','\x71','\x7a','\x3d','\xc5','\x4e','\x31','\x10','\xf5','\xdf','\x21','\x62','\x40','\xf6','\xdf','\x90','\xc5','\xcd','\x32','\xb9','\xc6','\x42','\x82','\xa3','\x6b','\xab','\x63','\x9a','\xb6','\x36','\x2e','\xd8','\xb1','\x35','\xd5','\x98','\x7b','\x0f','\xc2','\xee','\xfd','\x17','\x9f','\xf6','\xe7','\x08','\xfc','\xd4','\x0a','\x02','\x39','\xa6','\xac','\x6a','\x6f','\x02','\x52','\xa4','\xf3','\x7d','\xa1','\x5f','\x47','\xcd','\xec','\xb9','\x0a','\xf8','\xa4','\x0e','\xc6','\x8a','\x36','\x53','\xdb','\x04','\x80','\xdb','\x3a','\x27','\x0b','\x59','\xa1','\xae','\x10','\x28','\xf4','\x4d','\x55','\xfa','\x74','\xf3','\x3f','\xa8','\xe6','\x26','\x60','\x7e','\x12','\x2c','\x6f','\x7d','\x9b','\xf4','\xa9','\x66','\x96','\x4e','\x88','\x8e','\xcd','\xfa','\x2f','\x66','\x23','\x13','\xae','\x16','\x3b','\x7a','\xc6','\x01','\x4f','\x61','\x6a','\x7d','\xc0','\xc3','\x00','\x78','\x09','\x09','\xa4','\x2b','\x66','\x35','\xa6','\x25','\xd5','\x87','\x81','\x6a','\xc8','\xac','\x02','\x3b','\x65','\xbb','\xb8','\x16','\xa5','\xca','\x8a','\x75','\x29','\x02','\xd3','\x5a','\x8f','\x3a','\x2b','\x5e','\xcc','\xca','\x13','\xae','\xc7','\x8f','\xa3','\xa7','\x1c','\xf0','\xb8','\x0b','\x3e','\xc4','\xa2','\x86','\x02','\x31','\x4d','\x02','\xfe','\x6a','\x39','\xd6','\x6c','\x31','\xb0','\x16','\x7a','\x2b','\x5e','\x48','\xdf','\xa8','\x40','\x47','\x81','\xc9','\xa3','\x05','\x52','\x2e','\x88','\x8e','\x02','\x5b','\x24','\x7c','\x03','\x89','\x26','\x92','\x75','\xf4','\xb8','\x8e','\x9f','\x02','\xf8','\x38','\x28','\x3d','\x04','\xe4','\x8f','\x94','\x53','\x8d','\x4b','\xb3','\x19','\xb0','\x50','\x72','\x42','\x05','\x26','\x50','\xfa','\x06','\x82','\xce','\x02','\x3b','\x48','\x3a','\x50','\x20','\xab','\x05','\xd1','\x59','\xc0','\xcb','\xdb','\xa9','\xdd','\x17','\x97','\xed','\x72','\xc6','\xfe','\x78','\x46','\x78','\xca','\x49','\x8e','\x0b','\x95','\xdf','\xb9','\x1e','\x5a','\x41','\x01','\x54','\x7d','\xb4','\x05','\xd8','\xfe','\xd9','\x93','\x93','\xb4','\xed','\x22','\x17','\x67','\xa3','\x17','\xf2','\xdb','\xce','\x4e','\x75','\x9e','\xcc','\xc8','\x3a','\x90','\x9f','\xa0','\xd3','\xff','\xc9','\x8e','\xf7','\x2b','\x72','\x44','\x6f','\x7d','\x7f','\x92','\x45','\xc6','\x7e','\x5f','\xdf','\xdd','\x72','\x3c','\xde','\x4f','\xf4','\x8b','\x2c','\x1a','\x18','\xb5','\xc8','\x96','\x9e','\x77','\x51','\x3d','\x2f','\x86','\x5c','\x54','\xcf','\xd3','\xf4','\x59','\x5c','\xda','\x13','\xda','\x40','\x95','\xbc','\x79','\x0c','\x5e','\x21','\x1f','\x80','\x63','\xa0','\x16','\xec','\xd4','\x5a','\x7d','\xea','\xc2','\x62','\x35','\xad','\x66','\xe8','\x9f','\x3b','\xf5','\x72','\x27','\x6d','\xf5','\x05','\xe0','\xbc','\xae','\x1f','\x15','\x20','\x9d','\x2e','\xc2','\x54','\x8a','\x7c','\x90','\x72','\xbb','\x12','\x7e','\xb0','\xbc','\xb1','\x98','\x91','\xfa','\xdd','\x09','\x8c','\x32','\xdb','\xb7','\x83','\x23','\x98','\x85','\x00','\xf5','\xb1','\x51','\x79','\x1d','\xbf','\x69','\x9b','\x61','\xf1','\x1b','\x6c','\x3f','\x35','\xd3','\xf8','\xf9','\x4e','\xec','\xab','\xc6','\x6d','\x06','\xda','\x98','\xb0','\xca','\x4e','\x05','\x65','\xb1','\xc9','\xb1','\x46','\xca','\x29','\x27','\x48','\x7b','\x74','\xed','\x61','\x4d','\x6b','\xe8','\xd4','\x5a','\xb1','\xb6','\xac','\x6b','\x28','\x99','\x6a','\xfe','\xcf','\x24','\xd6','\x0c','\x17','\x05','\x18','\x1b','\x80','\xcd','\x3b','\xa1','\x73','\x02','\x36','\x0f','\xc0','\xeb','\x31','\xb8','\x33','\x06','\x3d','\xb4','\x56','\x05','\xda','\x44','\x45','\x67','\xd1','\x3c','\x5a','\x0d','\x8f','\xd6','\x2f','\x92','\x0f','\xe6','\xdc','\x8e','\xb8','\xdf','\x31','\xb7','\xf1','\x6f','\x1e','\x95','\x06','\x1d','\xd4','\xc8','\x4e','\xb1','\xa3','\xe1','\x33','\xf8','\x10','\xe9','\xd8','\x9e','\x49','\x6c','\xcf','\x7c','\xb7','\x70','\x7e','\xa3','\x71','\xde','\xe3','\xb9','\xdb','\xfe','\xa3','\xdc','\xcd','\x51','\x98','\x18','\x85','\x9b','\xd0','\x93','\x08','\x21','\x35','\xc0','\xe2','\xc2','\x25','\x02','\x66','\xa2','\x65','\x96','\x4a','\xfa','\x9a','\x98','\xd8','\x2c','\x26','\x82','\xd4','\x91','\x46','\xe9','\x9f','\xdf','\x61','\xa7','\x33','\x03','\x90','\x2e','\xb2','\xbd','\xc9','\x6c','\x72','\x54','\xc4','\xb4','\x9a','\x9e','\x57','\x3b','\x55','\x4d','\x0e','\xcb','\x4c','\x86','\xd8','\x62','\x12','\xf6','\xfe','\x5d','\x0d','\xb0','\xfd','\x8c','\x09','\x69','\x20','\x11','\x4a','\x52','\x49','\xdf','\x48','\x56','\x33','\x2c','\x7f','\x8b','\x76','\x24','\x6a','\xb8','\xb4','\x74','\x91','\x2d','\x2a','\x83','\x70','\xc0','\x79','\x23','\x49','\x1c','\xc9','\xe7','\xe3','\x49','\x75','\x90','\xbd','\x7c','\x67','\xef','\xdf','\x1d','\x49','\xf6','\x3c','\xdc','\x61','\x57','\x03','\xc5','\xda','\xf5','\x58','\x92','\x2e','\x2e','\x27','\x02','\x64','\x2d','\x5f','\xeb','\xd8','\xe9','\x1b','\x05','\x16','\xf0','\x07','\x22','\xe7','\x4d','\x44','\x20','\x7a','\x3e','\xc1','\x02','\xeb','\x87','\xdb','\xad','\x75','\x0e','\xb0','\xf6','\x3c','\x7c','\x87','\x6b','\x2c','\x7d','\x5a','\xeb','\x41','\x96','\xb8','\xb4','\x34','\xd6','\x7a','\xb2','\x5a','\xcf','\xe7','\x52','\x3d','\xc3','\x24','\x2d','\xa5','\x5c','\xed','\x29','\xd7','\xb6','\x54','\x7a','\x5b','\xca','\x85','\x52','\x2e','\x57','\xca','\xe3','\x4a','\x95','\xeb','\x13','\x63','\x0d','\x89','\xae','\xaf','\x2c','\xdb','\xc6','\x4e','\xef','\xdb','\x61','\x7c','\xce','\x86','\xae','\xda','\xc7','\x4d','\x84','\x3f','\x7a','\x3d','\xcb','\x56','\xcc','\x1c','\x73','\xdd','\xf5','\x14','\xa0','\x87','\x8e','\x38','\x2b','\x46','\x8b','\x03','\x39','\x6f','\x55','\xfe','\xa1','\xeb','\x59','\x57','\xce','\x72','\x42','\x61','\xfb','\x10','\x13','\x01','\x90','\x08','\xa1','\x44','\x6b','\x25','\x7d','\xb3','\x16','\x50','\x88','\x65','\x58','\x3d','\x9b','\xb4','\x65','\x89','\xe3','\xf2','\xf3','\x89','\x25','\x75','\x74','\x39','\x7c','\x70','\x31','\x2c','\x2e','\x0e','\x05','\x16','\xab','\x1b','\xf6','\x5c','\x3e','\xaa','\x73','\xc6','\x1a','\xb0','\xd6','\x80','\x33','\xd6','\xe8','\x80','\x03','\x64','\x29','\x69','\x39','\x2a','\xd5','\xc5','\xb7','\xd5','\x57','\x27','\xb5','\x17','\x28','\x22','\x0b','\x0e','\x49','\xd3','\xaa','\xed','\x73','\x75','\x89','\xe2','\x0e','\x34','\x76','\x31','\xa3','\x5d','\xcc','\xd4','\xda','\x2b','\x30','\x48','\x2f','\x80','\x5e','\x49','\xfa','\x1d','\x57','\xa2','\x05','\x25','\x5a','\xf2','\x89','\x96','\x6c','\xba','\x18','\xac','\xc6','\x24','\x64','\xf7','\x65','\x67','\xa3','\xd8','\x79','\x1d','\x11','\x01','\x3d','\xbf','\x13','\xa9','\x03','\xe5','\x70','\xcc','\x5a','\x6f','\x23','\xac','\xad','\xb7','\x09','\xa8','\xbe','\xc0','\x58','\x63','\x48','\x8b','\x84','\xb4','\x96','\x90','\xba','\xa3','\x9c','\xc8','\x82','\xf4','\x27','\xcb','\x97','\x1b','\x43','\xa7','\x1b','\x43','\x46','\xe4','\xb7','\x7d','\x91','\x50','\xf7','\xe1','\x50','\xf7','\xb7','\xcb','\x07','\xe4','\xc0','\x9e','\x48','\x79','\x4c','\x0e','\x04','\xe4','\xed','\x72','\x47','\x71','\x2c','\xe6','\x38','\x20','\x6f','\xfc','\xdb','\xc8','\xde','\xa9','\x8e','\x1d','\xee','\x76','\x3b','\x5c','\x7b','\x8e','\x0d','\x62','\xa5','\xff','\x15','\x75','\x2d','\xc7','\x4a','\x26','\x4b','\xd9','\x37','\x66','\xac','\x34','\x1b','\xac','\xcb','\x0e','\xdc','\xc3','\x5d','\x1b','\x3c','\x54','\x71','\xb1','\x85','\xaf','\x62','\xa0','\x9a','\xb2','\x25','\xbe','\xd6','\xdd','\xb9','\x76','\xb8','\x3a','\xfb','\x4f','\xcb','\x81','\xea','\x7d','\x25','\x13','\x9f','\xae','\x86','\x36','\xd2','\x58','\x5c','\x23','\x5a','\xcf','\xf4','\xe3','\x96','\x33','\xe9','\xbf','\xfb','\x24','\x74','\xd9','\x20','\xdb','\x4c','\x0a','\x58','\xff','\x71','\xd8','\x59','\x7b','\x39','\xec','\xcf','\xef','\xaa','\xa8','\x83','\xf6','\x70','\x47','\x25','\x1c','\x01','\x43','\xc2','\x2b','\x26','\x74','\x9a','\x58','\x00','\xd7','\x4f','\x06','\x16','\xdd','\xd4','\x0d','\x40','\x8b','\x18','\x2d','\x06','\xaa','\x71','\xc9','\x6a','\x0b','\xfa','\x71','\x27','\xc6','\x6e','\x7a','\xb5','\x2b','\xb8','\x99','\xbd','\x68','\x9b','\xc9','\x7f','\x44','\x1a','\x99','\x34','\xb1','\x57','\x70','\x25','\x8c','\xe5','\xba','\xc0','\xbb','\x2f','\xc8','\x4b','\xcf','\x05','\x96','\x1f','\x57','\x97','\xeb','\x80','\x49','\x4a','\x0b','\x41','\x27','\x5b','\x75','\x96','\xec','\x34','\xbb','\x30','\x55','\xb6','\x27','\xbb','\xc4','\xd3','\x5d','\x5e','\xa3','\xf7','\x4c','\xa1','\xf7','\xcc','\x01','\x26','\x2f','\xee','\xe9','\x9d','\x96','\x7b','\xa7','\x03','\xbd','\x67','\xc7','\xf6','\x8a','\x07','\xba','\xc4','\xa9','\xae','\xc3','\xee','\xae','\x76','\x58','\x17','\xd8','\xf6','\x82','\x1c','\x7c','\x2e','\x10','\x7c','\x5c','\x0d','\xd4','\x39','\xe9','\x9c','\x32','\x10','\x04','\x81','\x68','\x32','\x98','\xfc','\x0c','\xe9','\x6a','\x0a','\x92','\x5f','\x06','\xbb','\xea','\x83','\x5d','\x0d','\x95','\xde','\xe9','\xe0','\x03','\x79','\xb1','\xf6','\x71','\x6f','\xbd','\xf5','\xd3','\x23','\xff','\xb4','\x2b','\x2a','\xa9','\x80','\x59','\x2e','\x6d','\x19','\x55','\x25','\x7d','\xa9','\x4c','\x53','\xb0','\x0c','\xa8','\xa8','\xec','\xe3','\xef','\xfe','\x68','\x5d','\xde','\x0e','\xa8','\x17','\x6c','\x0a','\xb4','\xba','\x41','\xba','\x02','\x6d','\xc0','\x61','\xbd','\xd7','\x73','\x58','\xef','\xf5','\x1c','\x0f','\xe1','\xf4','\xbb','\xf3','\x2e','\xa0','\xf9','\xcd','\x79','\x71','\xa7','\x6f','\x73','\xc1','\x73','\x51','\xa7','\x9a','\x69','\x55','\xec','\x16','\xfd','\x57','\x56','\x41','\x37','\x50','\xe8','\x24','\xb1','\xdb','\x65','\xa5','\x1b','\x94','\x2b','\xbf','\xa1','\x3e','\x75','\x75','\x5f','\xc0','\xae','\x16','\xd0','\x1e','\x31','\x37','\xf6','\x67','\xe0','\x04','\x49','\xbf','\x23','\x26','\xc2','\x78','\xff','\x37','\xe7','\xf7','\xcf','\x6a','\xfb','\x67','\xe7','\x53','\x9b','\x7d','\x89','\xdb','\x1e','\x55','\x83','\xcf','\x7e','\x8c','\x72','\x6a','\xf6','\xd4','\x64','\xf1','\x2a','\x91','\x15','\xa9','\xf2','\x11','\x16','\xa9','\x72','\x09','\xa0','\xcb','\x00','\x99','\x69','\x63','\xa5','\x7f','\xaa','\xdc','\xff','\x35','\x9c','\xfe','\x1a','\x06','\x8f','\xd0','\x41','\x30','\xdf','\x52','\x98','\x8d','\xe4','\x8b','\x31','\xac','\xda','\xc5','\xa2','\x30','\xff','\x5a','\xa5','\xc5','\x3f','\xd6','\xe5','\x56','\xe9','\xf8','\x03','\x63','\x30','\xa0','\x91','\xd5','\xa4','\xd5','\x4f','\xd8','\x4e','\x06','\xe5','\x52','\x25','\xb0','\x03','\x29','\x66','\x5e','\xd4','\xb5','\xba','\x6b','\xaf','\x11','\xe8','\x1f','\xa3','\x53','\x3d','\x62','\x0a','\x82','\x8e','\xe8','\xec','\xb2','\x13','\x80','\x4b','\xba','\xc7','\x46','\x56','\xc7','\x9f','\x04','\x88','\xbd','\x42','\x07','\x0a','\xb3','\xa6','\x40','\x0f','\x04','\xb4','\x4e','\x2c','\x8f','\xa1','\x4e','\xcd','\x8d','\xa9','\xa2','\xd0','\x45','\x9b','\xe5','\x91','\xca','\x72','\x55','\x68','\xe5','\xdc','\xcf','\xaf','\x7d','\xac','\xc7','\x72','\x13','\x0b','\x6d','\x24','\x6f','\x08','\xc8','\x6e','\x55','\x76','\xea','\x40','\x70','\x81','\xb1','\x3f','\xd6','\xb4','\xc3','\xab','\x5a','\x95','\x2f','\xdf','\x48','\x6a','\xc3','\x44','\x1b','\x4c','\x52','\x49','\x5b','\x4b','\xa1','\x52','\xc3','\x95','\x78','\x3c','\x49','\xe5','\xcf','\xac','\x34','\x3e','\x98','\xfc','\xb3','\xd6','\x4a','\x5c','\x06','\x71','\x6c','\x8f','\x23','\x3b','\xb9','\x24','\x0c','\x0b','\xd4','\xab','\xa9','\x50','\xb7','\x41','\x0a','\x20','\xe5','\x57','\x15','\x7a','\x59','\x4a','\x51','\x5b','\x9f','\xd2','\x7b','\x4c','\xaf','\xa6','\xba','\x1e','\x23','\x5d','\x22','\xcd','\x68','\x34','\xad','\x66','\x30','\xdb','\xdc','\xa4','\x51','\x77','\x55','\xb4','\x5e','\x00','\x05','\x4c','\x4d','\x35','\xef','\xfb','\x3f','\xb5','\xd0','\x7c','\x60','\xc0','\x97','\x96','\x56','\x1b','\xad','\x28','\xcd','\x11','\x6c','\xb4','\x36','\xde','\xea','\xc2','\xc7','\x75','\xf6','\x36','\x4d','\xfe','\x9d','\x3d','\x17','\x2e','\x2b','\x72','\x3b','\x75','\xcb','\x03','\x40','\x56','\xa9','\x21','\xb4','\xca','\x71','\x63','\x19','\xf9','\x4b','\xd6','\x63','\xbf','\xda','\xf2','\x63','\x16','\xc3','\xf6','\x62','\x9e','\x45','\x8c','\x4c','\xae','\x34','\x85','\x0e','\xdc','\xf7','\x03','\xff','\xa1','\xef','\xab','\x87','\x17','\xc4','\x22','\x7a','\xec','\x9e','\x1e','\xa3','\x19','\xdb','\xc9','\x58','\xe4','\x34','\xb9','\xf7','\x8a','\xea','\xcd','\xef','\x7d','\x7a','\xbe','\xf7','\x69','\xb3','\xf7','\x8c','\xde','\xe5','\xd5','\x9f','\x7d','\x4b','\x4f','\x78','\xf5','\x5d','\x5e','\x9d','\x7e','\xec','\x7d','\x4b','\xdf','\xfb','\xf4','\xf1','\x2e','\x2f','\x13','\xd5','\x3b','\x91','\x7e','\x9f','\xa8','\x62','\x45','\x38','\x0e','\x68','\x83','\xc6','\x62','\x20','\xf6','\x21','\x88','\x51','\xb3','\x2b','\x90','\x58','\x14','\x92','\xdf','\x40','\x75','\x23','\xdc','\xbb','\xef','\x66','\xef','\xe7','\xa5','\xde','\x33','\x52','\x97','\x57','\x7a','\xf6','\x2d','\x29','\xe1','\x95','\x76','\x79','\xe9','\xc7','\x9b','\xbd','\x57','\xe1','\xde','\x3d','\xa8','\x4b','\x64','\xa2','\x8a','\x38','\xbd','\x5a','\x52','\x45','\x59','\x38','\x86','\x04','\x5b','\x25','\x16','\x31','\x62','\xf7','\x8c','\x98','\xcd','\x92','\x88','\x41','\xee','\x19','\xaa','\xb7','\xbc','\xf7','\x69','\xa3','\x97','\xca','\x19','\x83','\x8e','\xf7','\x67','\xdf','\x32','\x12','\x5e','\x63','\x97','\xb7','\x4c','\x3f','\xf6','\xbe','\x65','\xd0','\x1f','\xd1','\x2f','\xa9','\xa8','\x5e','\x83','\xce','\xca','\x55','\xb1','\x1a','\xf1','\x1e','\xc6','\x3a','\x48','\xac','\xb4','\x1c','\x03','\x96','\xc8','\x19','\x72','\x2f','\xa3','\x7a','\xd1','\xde','\x67','\x50','\xef','\xde','\xf1','\xde','\xb3','\x98','\x6d','\x1c','\xfc','\x31','\x4a','\x34','\x54','\x76','\x35','\xa0','\xde','\x17','\x51','\xef','\x4f','\xd8','\x8f','\xba','\x1a','\x98','\xa8','\x0d','\x2c','\xfc','\x2c','\x4d','\x05','\x9d','\x79','\x1a','\x31','\xf9','\x6a','\xac','\x74','\x35','\x06','\x4e','\xc6','\xea','\x4e','\x92','\xdf','\x22','\xb5','\xde','\xd9','\xfd','\xf5','\xbb','\xdd','\x59','\xf0','\xf9','\x2c','\xd8','\xb7','\x07','\x26','\x3b','\xe8','\x7f','\x64','\x61','\x81','\x69','\xda','\x9d','\x65','\xf2','\xf9','\xec','\xf2','\xbe','\x3d','\xff','\x33','\x29','\x17','\x54','\x91','\xb9','\x07','\x34','\x15','\x8e','\x23','\x41','\xa8','\xc4','\x62','\x28','\xf6','\x21','\x8a','\x09','\x54','\xca','\x34','\x4f','\x3e','\x64','\xff','\x88','\x5d','\xcf','\x33','\xe5','\xde','\x17','\xa9','\xfe','\xd9','\xfc','\xec','\x4f','\xa4','\x44','\x43','\x68','\x57','\xc3','\x96','\xde','\x17','\xe5','\xde','\x9f','\x88','\x7b','\x9f','\xc1','\x5d','\x0d','\x54','\x6e','\xab','\xfe','\xa9','\xf4','\x5d','\xb7','\xfa','\x28','\x64','\xf1','\x0f','\x03','\xec','\x89','\x1c','\x8b','\xa7','\xaa','\xb2','\xe0','\xc3','\xd0','\xe6','\xa6','\x56','\xc6','\x79','\x63','\xbc','\x02','\xb0','\x86','\x55','\xa7','\xbf','\x08','\xad','\xce','\xc0','\x1a','\x7d','\x06','\xe3','\x7f','\x61','\x4d','\x0a','\xfe','\x1c','\xe3','\x9f','\xe6','\x9b','\xf1','\xca','\x83','\x76','\x7f','\x50','\x3f','\xd5','\xf8','\xb4','\x85','\x58','\x47','\xc5','\xaa','\x67','\xa3','\x56','\xcf','\xe7','\x08','\xab','\x9f','\xab','\x20','\x51','\x0f','\x77','\x35','\x90','\xde','\x17','\x61','\xef','\x4f','\xe0','\xde','\x67','\x60','\x57','\x03','\x13','\xb5','\x01','\xa6','\x7f','\x55','\xa1','\xe9','\xef','\xdd','\x17','\x5a','\xbb','\xaf','\xf2','\xde','\x67','\x46','\x7b','\xf7','\x68','\xbd','\x59','\xad','\xab','\x41','\x7b','\xf6','\xc7','\xa9','\x44','\x7d','\x7a','\x57','\xbd','\xd6','\x3b','\xad','\xf5','\xfe','\x58','\xdb','\xbb','\x97','\x7d','\xd9','\x55','\x5f','\x54','\x1f','\x1d','\x4b','\x7f','\xa0','\xa8','\x2e','\xb7','\xd3','\xc5','\xfc','\xe7','\xf6','\x51','\xd8','\x5a','\x86','\x12','\x82','\x92','\xa7','\x22','\x8d','\x02','\x52','\xb6','\xab','\xbb','\x49','\xbc','\x4f','\xdd','\xd7','\x77','\x79','\x5f','\xdf','\x64','\x9c','\x3a','\xe7','\x3f','\xca','\xf4','\x75','\x8f','\x7d','\xb6','\x5b','\x63','\xfb','\x97','\xff','\x65','\x65','\x68','\x8f','\x16','\xa7','\x42','\xa7','\xb2','\x6a','\x32','\x7d','\x85','\xa8','\xaa','\x75','\xde','\x3a','\x38','\xda','\x3e','\x5c','\x6c','\x5d','\x55','\x25','\xa0','\x4a','\xce','\xb2','\x34','\x18','\x27','\x1f','\xc4','\xd5','\x78','\x3c','\xbe','\xab','\xbc','\x4f','\x55','\xa9','\xc4','\xbb','\x13','\xf4','\x97','\xfb','\xfa','\x12','\x9f','\xed','\x4b','\xec','\xeb','\xdb','\x4f','\x65','\x68','\xf7','\xdd','\xf8','\x1f','\xe5','\xe2','\x7d','\x50','\xed','\x83','\xe9','\xc2','\x26','\xb5','\x0f','\x39','\xeb','\xce','\x43','\xcf','\xeb','\xed','\xcf','\x9d','\x6f','\xbd','\x77','\x5e','\xaa','\xb3','\xe4','\xd0','\x0f','\xa8','\x47','\xa0','\xaa','\x2e','\xab','\x1c','\xb0','\x4f','\xb5','\xc7','\x9f','\x25','\x2c','\xc6','\xec','\x4e','\xf4','\xd9','\x9d','\x95','\x7d','\x09','\x44','\x65','\x48','\x45','\x71','\xd5','\x17','\x57','\xb1','\xaa','\x76','\xa6','\x2f','\xae','\xaa','\xaa','\xc6','\x06','\xfb','\x76','\x00','\xae','\xb3','\x49','\x8d','\x8f','\x28','\xcc','\x72','\xde','\xdf','\x4f','\x0d','\xd8','\x89','\x21','\xe9','\xeb','\x15','\xf1','\x38','\xa8','\x13','\xca','\x64','\xd5','\x01','\x04','\x16','\x46','\x2f','\xb0','\xf3','\x7e','\x6a','\x0f','\x74','\x09','\x2d','\x8b','\x24','\x70','\xb1','\x02','\x74','\x16','\x1e','\x9f','\xa9','\xcd','\x09','\xf6','\x57','\xd8','\x81','\xd3','\x74','\x7e','\x1d','\xc7','\x54','\xfc','\x97','\x4a','\x20','\x0e','\x8e','\xc6','\x01','\x55','\x58','\x84','\x54','\xec','\x71','\xc7','\xd1','\xa7','\xfe','\x1a','\xc4','\xe3','\x34','\xa5','\x79','\xf6','\x8d','\x6a','\x3f','\xba','\xa6','\xe7','\x6b','\x81','\x7c','\x6b','\xf1','\xf6','\x01','\x9d','\x5e','\x41','\xf2','\x3c','\x06','\x7e','\x7a','\x61','\xfe','\xa3','\x25','\x6f','\xd7','\x49','\x2a','\x34','\x63','\x3d','\x01','\xb0','\xf6','\x37','\x2d','\x62','\x16','\x23','\x8b','\xf6','\x19','\x2b','\x63','\x09','\xfd','\xfd','\xaa','\xfe','\xd1','\xac','\xf8','\xc0','\xb5','\xd9','\x9c','\xb5','\x3f','\x82','\x2a','\xff','\xc1','\xf4','\xaf','\x2b','\xb5','\xed','\x0f','\xc5','\x64','\xc5','\x43','\xc6','\xac','\x3d','\x11','\x6c','\x47','\xf9','\x04','\xa0','\x22','\x08','\x76','\xa7','\x60','\x77','\x0b','\x42','\x27','\x75','\xb9','\x6c','\x15','\xb7','\x5b','\x46','\xa8','\x84','\x3c','\x3a','\x42','\x8e','\x47','\x0c','\x48','\xae','\x54','\x90','\xb3','\xcc','\xde','\xe6','\xc5','\x4a','\x9b','\x62','\xf8','\x93','\x54','\xbe','\x53','\xfa','\xe7','\xdf','\xc1','\x5b','\x63','\x54','\x4a','\xa3','\x31','\xdc','\x17','\xc3','\x46','\xac','\xc4','\x22','\x78','\x2a','\x04','\xb9','\x00','\x72','\x77','\x22','\x9f','\x1b','\x8d','\x59','\xe7','\x38','\xb3','\xcd','\x5d','\x18','\x7b','\xca','\x08','\x77','\x22','\x69','\x0c','\xfc','\xac','\x08','\xea','\x74','\xe6','\x59','\x76','\x62','\xdb','\xdb','\x65','\xe4','\xd5','\x2b','\x2d','\x19','\x5a','\x41','\xc8','\xa6','\xa3','\x27','\x4e','\x23','\xeb','\x9c','\x08','\x16','\xf2','\x4e','\x46','\x4d','\x00','\xbc','\x4f','\x88','\x96','\xae','\xa8','\x56','\xa0','\x76','\x60','\xa3','\xb6','\xc9','\x20','\x27','\x2a','\x18','\xf9','\x70','\x73','\x27','\xee','\x1f','\xc3','\xb8','\x88','\xeb','\xf4','\x66','\x27','\x20','\xaf','\x00','\x4c','\x3f','\xf9','\xcb','\xd8','\xab','\xe3','\x16','\x1d','\xdb','\x32','\x4d','\x84','\xf8','\x6c','\x7a','\xc9','\xa6','\x8f','\x1d','\x3e','\xa1','\xf6','\x67','\x00','\x95','\x74','\x85','\xdd','\x3d','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x1c','\x0e','\x87','\xc3','\xe1','\x70','\x38','\x9c','\xff','\xef','\xfc','\x1f','\x50','\x4b','\x01','\x02','\x1e','\x03','\x14','\x00','\x00','\x00','\x08','\x00','\xf5','\x94','\xd7','\x56','\x84','\xae','\x96','\x4b','\x82','\x4c','\x04','\x00','\x68','\xb5','\x09','\x00','\x16','\x00','\x18','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xb4','\x81','\x00','\x00','\x00','\x00','\x70','\x72','\x69','\x6e','\x74','\x65','\x72','\x5f','\x6b','\x61','\x6e','\x6a','\x69','\x32','\x34','\x78','\x32','\x34','\x2e','\x62','\x69','\x6e','\x55','\x54','\x05','\x00','\x03','\xcd','\xca','\x95','\x64','\x75','\x78','\x0b','\x00','\x01','\x04','\xe8','\x03','\x00','\x00','\x04','\xe8','\x03','\x00','\x00','\x50','\x4b','\x05','\x06','\x00','\x00','\x00','\x00','\x01','\x00','\x01','\x00','\x5c','\x00','\x00','\x00','\xd2','\x4c','\x04','\x00','\x00','\x00', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_2788_fonts_printer_kanji24x24_bin_zip_begin = file_array; + extern const char* const f_2788_fonts_printer_kanji24x24_bin_zip_end = file_array + 281924; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp new file mode 100644 index 0000000000..bebab1b53b --- /dev/null +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp @@ -0,0 +1,6 @@ + namespace { const char file_array[] = { '\x89','\x50','\x4e','\x47','\x0d','\x0a','\x1a','\x0a','\x00','\x00','\x00','\x0d','\x49','\x48','\x44','\x52','\x00','\x00','\x03','\x40','\x00','\x00','\x08','\xf4','\x08','\x06','\x00','\x00','\x00','\x81','\x3f','\x08','\xdb','\x00','\x00','\x00','\x09','\x70','\x48','\x59','\x73','\x00','\x00','\x0b','\x13','\x00','\x00','\x0b','\x13','\x01','\x00','\x9a','\x9c','\x18','\x00','\x00','\x0e','\xaf','\x69','\x54','\x58','\x74','\x58','\x4d','\x4c','\x3a','\x63','\x6f','\x6d','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x78','\x6d','\x70','\x00','\x00','\x00','\x00','\x00','\x3c','\x3f','\x78','\x70','\x61','\x63','\x6b','\x65','\x74','\x20','\x62','\x65','\x67','\x69','\x6e','\x3d','\x22','\xef','\xbb','\xbf','\x22','\x20','\x69','\x64','\x3d','\x22','\x57','\x35','\x4d','\x30','\x4d','\x70','\x43','\x65','\x68','\x69','\x48','\x7a','\x72','\x65','\x53','\x7a','\x4e','\x54','\x63','\x7a','\x6b','\x63','\x39','\x64','\x22','\x3f','\x3e','\x20','\x3c','\x78','\x3a','\x78','\x6d','\x70','\x6d','\x65','\x74','\x61','\x20','\x78','\x6d','\x6c','\x6e','\x73','\x3a','\x78','\x3d','\x22','\x61','\x64','\x6f','\x62','\x65','\x3a','\x6e','\x73','\x3a','\x6d','\x65','\x74','\x61','\x2f','\x22','\x20','\x78','\x3a','\x78','\x6d','\x70','\x74','\x6b','\x3d','\x22','\x41','\x64','\x6f','\x62','\x65','\x20','\x58','\x4d','\x50','\x20','\x43','\x6f','\x72','\x65','\x20','\x35','\x2e','\x36','\x2d','\x63','\x31','\x34','\x35','\x20','\x37','\x39','\x2e','\x31','\x36','\x33','\x34','\x39','\x39','\x2c','\x20','\x32','\x30','\x31','\x38','\x2f','\x30','\x38','\x2f','\x31','\x33','\x2d','\x31','\x36','\x3a','\x34','\x30','\x3a','\x32','\x32','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x20','\x22','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x52','\x44','\x46','\x20','\x78','\x6d','\x6c','\x6e','\x73','\x3a','\x72','\x64','\x66','\x3d','\x22','\x68','\x74','\x74','\x70','\x3a','\x2f','\x2f','\x77','\x77','\x77','\x2e','\x77','\x33','\x2e','\x6f','\x72','\x67','\x2f','\x31','\x39','\x39','\x39','\x2f','\x30','\x32','\x2f','\x32','\x32','\x2d','\x72','\x64','\x66','\x2d','\x73','\x79','\x6e','\x74','\x61','\x78','\x2d','\x6e','\x73','\x23','\x22','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x44','\x65','\x73','\x63','\x72','\x69','\x70','\x74','\x69','\x6f','\x6e','\x20','\x72','\x64','\x66','\x3a','\x61','\x62','\x6f','\x75','\x74','\x3d','\x22','\x22','\x20','\x78','\x6d','\x6c','\x6e','\x73','\x3a','\x78','\x6d','\x70','\x3d','\x22','\x68','\x74','\x74','\x70','\x3a','\x2f','\x2f','\x6e','\x73','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x63','\x6f','\x6d','\x2f','\x78','\x61','\x70','\x2f','\x31','\x2e','\x30','\x2f','\x22','\x20','\x78','\x6d','\x6c','\x6e','\x73','\x3a','\x64','\x63','\x3d','\x22','\x68','\x74','\x74','\x70','\x3a','\x2f','\x2f','\x70','\x75','\x72','\x6c','\x2e','\x6f','\x72','\x67','\x2f','\x64','\x63','\x2f','\x65','\x6c','\x65','\x6d','\x65','\x6e','\x74','\x73','\x2f','\x31','\x2e','\x31','\x2f','\x22','\x20','\x78','\x6d','\x6c','\x6e','\x73','\x3a','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3d','\x22','\x68','\x74','\x74','\x70','\x3a','\x2f','\x2f','\x6e','\x73','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x63','\x6f','\x6d','\x2f','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x2f','\x31','\x2e','\x30','\x2f','\x22','\x20','\x78','\x6d','\x6c','\x6e','\x73','\x3a','\x78','\x6d','\x70','\x4d','\x4d','\x3d','\x22','\x68','\x74','\x74','\x70','\x3a','\x2f','\x2f','\x6e','\x73','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x63','\x6f','\x6d','\x2f','\x78','\x61','\x70','\x2f','\x31','\x2e','\x30','\x2f','\x6d','\x6d','\x2f','\x22','\x20','\x78','\x6d','\x6c','\x6e','\x73','\x3a','\x73','\x74','\x45','\x76','\x74','\x3d','\x22','\x68','\x74','\x74','\x70','\x3a','\x2f','\x2f','\x6e','\x73','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x63','\x6f','\x6d','\x2f','\x78','\x61','\x70','\x2f','\x31','\x2e','\x30','\x2f','\x73','\x54','\x79','\x70','\x65','\x2f','\x52','\x65','\x73','\x6f','\x75','\x72','\x63','\x65','\x45','\x76','\x65','\x6e','\x74','\x23','\x22','\x20','\x78','\x6d','\x6c','\x6e','\x73','\x3a','\x73','\x74','\x52','\x65','\x66','\x3d','\x22','\x68','\x74','\x74','\x70','\x3a','\x2f','\x2f','\x6e','\x73','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x63','\x6f','\x6d','\x2f','\x78','\x61','\x70','\x2f','\x31','\x2e','\x30','\x2f','\x73','\x54','\x79','\x70','\x65','\x2f','\x52','\x65','\x73','\x6f','\x75','\x72','\x63','\x65','\x52','\x65','\x66','\x23','\x22','\x20','\x78','\x6d','\x6c','\x6e','\x73','\x3a','\x74','\x69','\x66','\x66','\x3d','\x22','\x68','\x74','\x74','\x70','\x3a','\x2f','\x2f','\x6e','\x73','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x63','\x6f','\x6d','\x2f','\x74','\x69','\x66','\x66','\x2f','\x31','\x2e','\x30','\x2f','\x22','\x20','\x78','\x6d','\x6c','\x6e','\x73','\x3a','\x65','\x78','\x69','\x66','\x3d','\x22','\x68','\x74','\x74','\x70','\x3a','\x2f','\x2f','\x6e','\x73','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x63','\x6f','\x6d','\x2f','\x65','\x78','\x69','\x66','\x2f','\x31','\x2e','\x30','\x2f','\x22','\x20','\x78','\x6d','\x70','\x3a','\x43','\x72','\x65','\x61','\x74','\x6f','\x72','\x54','\x6f','\x6f','\x6c','\x3d','\x22','\x41','\x64','\x6f','\x62','\x65','\x20','\x50','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x20','\x43','\x43','\x20','\x32','\x30','\x31','\x39','\x20','\x28','\x57','\x69','\x6e','\x64','\x6f','\x77','\x73','\x29','\x22','\x20','\x78','\x6d','\x70','\x3a','\x43','\x72','\x65','\x61','\x74','\x65','\x44','\x61','\x74','\x65','\x3d','\x22','\x32','\x30','\x32','\x33','\x2d','\x31','\x31','\x2d','\x31','\x30','\x54','\x30','\x38','\x3a','\x32','\x33','\x3a','\x33','\x32','\x2b','\x30','\x31','\x3a','\x30','\x30','\x22','\x20','\x78','\x6d','\x70','\x3a','\x4d','\x6f','\x64','\x69','\x66','\x79','\x44','\x61','\x74','\x65','\x3d','\x22','\x32','\x30','\x32','\x33','\x2d','\x31','\x31','\x2d','\x31','\x34','\x54','\x31','\x31','\x3a','\x31','\x30','\x3a','\x30','\x35','\x2b','\x30','\x31','\x3a','\x30','\x30','\x22','\x20','\x78','\x6d','\x70','\x3a','\x4d','\x65','\x74','\x61','\x64','\x61','\x74','\x61','\x44','\x61','\x74','\x65','\x3d','\x22','\x32','\x30','\x32','\x33','\x2d','\x31','\x31','\x2d','\x31','\x34','\x54','\x31','\x31','\x3a','\x31','\x30','\x3a','\x30','\x35','\x2b','\x30','\x31','\x3a','\x30','\x30','\x22','\x20','\x64','\x63','\x3a','\x66','\x6f','\x72','\x6d','\x61','\x74','\x3d','\x22','\x69','\x6d','\x61','\x67','\x65','\x2f','\x70','\x6e','\x67','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x43','\x6f','\x6c','\x6f','\x72','\x4d','\x6f','\x64','\x65','\x3d','\x22','\x33','\x22','\x20','\x78','\x6d','\x70','\x4d','\x4d','\x3a','\x49','\x6e','\x73','\x74','\x61','\x6e','\x63','\x65','\x49','\x44','\x3d','\x22','\x78','\x6d','\x70','\x2e','\x69','\x69','\x64','\x3a','\x34','\x31','\x61','\x61','\x32','\x34','\x63','\x31','\x2d','\x66','\x63','\x38','\x65','\x2d','\x64','\x39','\x34','\x31','\x2d','\x39','\x31','\x36','\x64','\x2d','\x38','\x61','\x35','\x62','\x32','\x30','\x66','\x37','\x63','\x66','\x64','\x61','\x22','\x20','\x78','\x6d','\x70','\x4d','\x4d','\x3a','\x44','\x6f','\x63','\x75','\x6d','\x65','\x6e','\x74','\x49','\x44','\x3d','\x22','\x61','\x64','\x6f','\x62','\x65','\x3a','\x64','\x6f','\x63','\x69','\x64','\x3a','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x38','\x37','\x35','\x39','\x39','\x61','\x38','\x38','\x2d','\x63','\x35','\x37','\x38','\x2d','\x34','\x31','\x34','\x39','\x2d','\x62','\x38','\x37','\x33','\x2d','\x64','\x63','\x32','\x34','\x32','\x31','\x62','\x30','\x65','\x31','\x39','\x62','\x22','\x20','\x78','\x6d','\x70','\x4d','\x4d','\x3a','\x4f','\x72','\x69','\x67','\x69','\x6e','\x61','\x6c','\x44','\x6f','\x63','\x75','\x6d','\x65','\x6e','\x74','\x49','\x44','\x3d','\x22','\x78','\x6d','\x70','\x2e','\x64','\x69','\x64','\x3a','\x65','\x66','\x66','\x34','\x38','\x63','\x62','\x31','\x2d','\x65','\x64','\x35','\x62','\x2d','\x64','\x31','\x34','\x38','\x2d','\x62','\x62','\x31','\x64','\x2d','\x35','\x33','\x38','\x34','\x61','\x65','\x66','\x64','\x64','\x62','\x63','\x63','\x22','\x20','\x74','\x69','\x66','\x66','\x3a','\x4f','\x72','\x69','\x65','\x6e','\x74','\x61','\x74','\x69','\x6f','\x6e','\x3d','\x22','\x31','\x22','\x20','\x74','\x69','\x66','\x66','\x3a','\x58','\x52','\x65','\x73','\x6f','\x6c','\x75','\x74','\x69','\x6f','\x6e','\x3d','\x22','\x37','\x32','\x30','\x30','\x30','\x30','\x2f','\x31','\x30','\x30','\x30','\x30','\x22','\x20','\x74','\x69','\x66','\x66','\x3a','\x59','\x52','\x65','\x73','\x6f','\x6c','\x75','\x74','\x69','\x6f','\x6e','\x3d','\x22','\x37','\x32','\x30','\x30','\x30','\x30','\x2f','\x31','\x30','\x30','\x30','\x30','\x22','\x20','\x74','\x69','\x66','\x66','\x3a','\x52','\x65','\x73','\x6f','\x6c','\x75','\x74','\x69','\x6f','\x6e','\x55','\x6e','\x69','\x74','\x3d','\x22','\x32','\x22','\x20','\x65','\x78','\x69','\x66','\x3a','\x43','\x6f','\x6c','\x6f','\x72','\x53','\x70','\x61','\x63','\x65','\x3d','\x22','\x36','\x35','\x35','\x33','\x35','\x22','\x20','\x65','\x78','\x69','\x66','\x3a','\x50','\x69','\x78','\x65','\x6c','\x58','\x44','\x69','\x6d','\x65','\x6e','\x73','\x69','\x6f','\x6e','\x3d','\x22','\x38','\x33','\x32','\x22','\x20','\x65','\x78','\x69','\x66','\x3a','\x50','\x69','\x78','\x65','\x6c','\x59','\x44','\x69','\x6d','\x65','\x6e','\x73','\x69','\x6f','\x6e','\x3d','\x22','\x32','\x32','\x39','\x32','\x22','\x3e','\x20','\x3c','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x54','\x65','\x78','\x74','\x4c','\x61','\x79','\x65','\x72','\x73','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x42','\x61','\x67','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x4e','\x61','\x6d','\x65','\x3d','\x22','\x42','\x65','\x73','\x74','\x20','\x4c','\x61','\x70','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x54','\x65','\x78','\x74','\x3d','\x22','\x42','\x65','\x73','\x74','\x20','\x4c','\x61','\x70','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x4e','\x61','\x6d','\x65','\x3d','\x22','\x41','\x73','\x73','\x69','\x73','\x74','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x54','\x65','\x78','\x74','\x3d','\x22','\x41','\x73','\x73','\x69','\x73','\x74','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x4e','\x61','\x6d','\x65','\x3d','\x22','\x4d','\x69','\x73','\x73','\x69','\x6f','\x6e','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x54','\x65','\x78','\x74','\x3d','\x22','\x4d','\x69','\x73','\x73','\x69','\x6f','\x6e','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x4e','\x61','\x6d','\x65','\x3d','\x22','\x4d','\x6f','\x64','\x65','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x54','\x65','\x78','\x74','\x3d','\x22','\x4d','\x6f','\x64','\x65','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x4e','\x61','\x6d','\x65','\x3d','\x22','\x4c','\x65','\x76','\x65','\x6c','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x54','\x65','\x78','\x74','\x3d','\x22','\x4c','\x65','\x76','\x65','\x6c','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x4e','\x61','\x6d','\x65','\x3d','\x22','\x43','\x6f','\x75','\x72','\x73','\x65','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x54','\x65','\x78','\x74','\x3d','\x22','\x43','\x6f','\x75','\x72','\x73','\x65','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x4e','\x61','\x6d','\x65','\x3d','\x22','\x53','\x65','\x6c','\x65','\x63','\x74','\x69','\x6f','\x6e','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x54','\x65','\x78','\x74','\x3d','\x22','\x53','\x65','\x6c','\x65','\x63','\x74','\x69','\x6f','\x6e','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x4e','\x61','\x6d','\x65','\x3d','\x22','\x4c','\x61','\x70','\x20','\x54','\x69','\x6d','\x65','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x54','\x65','\x78','\x74','\x3d','\x22','\x4c','\x61','\x70','\x20','\x54','\x69','\x6d','\x65','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x4e','\x61','\x6d','\x65','\x3d','\x22','\x44','\x72','\x69','\x76','\x69','\x6e','\x67','\x20','\x4c','\x69','\x6e','\x65','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x54','\x65','\x78','\x74','\x3d','\x22','\x44','\x72','\x69','\x76','\x69','\x6e','\x67','\x20','\x4c','\x69','\x6e','\x65','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x4e','\x61','\x6d','\x65','\x3d','\x22','\x44','\x72','\x69','\x76','\x69','\x6e','\x67','\x20','\x44','\x61','\x74','\x61','\x22','\x20','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x4c','\x61','\x79','\x65','\x72','\x54','\x65','\x78','\x74','\x3d','\x22','\x44','\x72','\x69','\x76','\x69','\x6e','\x67','\x20','\x44','\x61','\x74','\x61','\x22','\x2f','\x3e','\x20','\x3c','\x2f','\x72','\x64','\x66','\x3a','\x42','\x61','\x67','\x3e','\x20','\x3c','\x2f','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x54','\x65','\x78','\x74','\x4c','\x61','\x79','\x65','\x72','\x73','\x3e','\x20','\x3c','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x44','\x6f','\x63','\x75','\x6d','\x65','\x6e','\x74','\x41','\x6e','\x63','\x65','\x73','\x74','\x6f','\x72','\x73','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x42','\x61','\x67','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x3e','\x30','\x34','\x45','\x46','\x31','\x41','\x39','\x42','\x34','\x34','\x39','\x46','\x30','\x37','\x37','\x44','\x42','\x42','\x41','\x35','\x34','\x42','\x38','\x46','\x44','\x37','\x44','\x30','\x32','\x46','\x38','\x33','\x3c','\x2f','\x72','\x64','\x66','\x3a','\x6c','\x69','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x3e','\x42','\x34','\x41','\x33','\x33','\x44','\x45','\x42','\x32','\x36','\x31','\x37','\x43','\x31','\x32','\x32','\x39','\x38','\x33','\x30','\x31','\x36','\x34','\x43','\x31','\x32','\x42','\x36','\x31','\x45','\x34','\x39','\x3c','\x2f','\x72','\x64','\x66','\x3a','\x6c','\x69','\x3e','\x20','\x3c','\x2f','\x72','\x64','\x66','\x3a','\x42','\x61','\x67','\x3e','\x20','\x3c','\x2f','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x44','\x6f','\x63','\x75','\x6d','\x65','\x6e','\x74','\x41','\x6e','\x63','\x65','\x73','\x74','\x6f','\x72','\x73','\x3e','\x20','\x3c','\x78','\x6d','\x70','\x4d','\x4d','\x3a','\x48','\x69','\x73','\x74','\x6f','\x72','\x79','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x53','\x65','\x71','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x61','\x63','\x74','\x69','\x6f','\x6e','\x3d','\x22','\x63','\x72','\x65','\x61','\x74','\x65','\x64','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x69','\x6e','\x73','\x74','\x61','\x6e','\x63','\x65','\x49','\x44','\x3d','\x22','\x78','\x6d','\x70','\x2e','\x69','\x69','\x64','\x3a','\x65','\x66','\x66','\x34','\x38','\x63','\x62','\x31','\x2d','\x65','\x64','\x35','\x62','\x2d','\x64','\x31','\x34','\x38','\x2d','\x62','\x62','\x31','\x64','\x2d','\x35','\x33','\x38','\x34','\x61','\x65','\x66','\x64','\x64','\x62','\x63','\x63','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x77','\x68','\x65','\x6e','\x3d','\x22','\x32','\x30','\x32','\x33','\x2d','\x31','\x31','\x2d','\x31','\x30','\x54','\x30','\x38','\x3a','\x32','\x33','\x3a','\x33','\x32','\x2b','\x30','\x31','\x3a','\x30','\x30','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x73','\x6f','\x66','\x74','\x77','\x61','\x72','\x65','\x41','\x67','\x65','\x6e','\x74','\x3d','\x22','\x41','\x64','\x6f','\x62','\x65','\x20','\x50','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x20','\x43','\x43','\x20','\x32','\x30','\x31','\x39','\x20','\x28','\x57','\x69','\x6e','\x64','\x6f','\x77','\x73','\x29','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x61','\x63','\x74','\x69','\x6f','\x6e','\x3d','\x22','\x63','\x6f','\x6e','\x76','\x65','\x72','\x74','\x65','\x64','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x70','\x61','\x72','\x61','\x6d','\x65','\x74','\x65','\x72','\x73','\x3d','\x22','\x66','\x72','\x6f','\x6d','\x20','\x69','\x6d','\x61','\x67','\x65','\x2f','\x70','\x6e','\x67','\x20','\x74','\x6f','\x20','\x61','\x70','\x70','\x6c','\x69','\x63','\x61','\x74','\x69','\x6f','\x6e','\x2f','\x76','\x6e','\x64','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x61','\x63','\x74','\x69','\x6f','\x6e','\x3d','\x22','\x73','\x61','\x76','\x65','\x64','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x69','\x6e','\x73','\x74','\x61','\x6e','\x63','\x65','\x49','\x44','\x3d','\x22','\x78','\x6d','\x70','\x2e','\x69','\x69','\x64','\x3a','\x63','\x34','\x35','\x38','\x32','\x61','\x64','\x65','\x2d','\x31','\x61','\x30','\x64','\x2d','\x66','\x61','\x34','\x65','\x2d','\x38','\x37','\x39','\x65','\x2d','\x63','\x63','\x64','\x63','\x30','\x32','\x64','\x32','\x34','\x31','\x30','\x61','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x77','\x68','\x65','\x6e','\x3d','\x22','\x32','\x30','\x32','\x33','\x2d','\x31','\x31','\x2d','\x31','\x30','\x54','\x31','\x32','\x3a','\x33','\x31','\x3a','\x30','\x36','\x2b','\x30','\x31','\x3a','\x30','\x30','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x73','\x6f','\x66','\x74','\x77','\x61','\x72','\x65','\x41','\x67','\x65','\x6e','\x74','\x3d','\x22','\x41','\x64','\x6f','\x62','\x65','\x20','\x50','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x20','\x43','\x43','\x20','\x32','\x30','\x31','\x39','\x20','\x28','\x57','\x69','\x6e','\x64','\x6f','\x77','\x73','\x29','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x63','\x68','\x61','\x6e','\x67','\x65','\x64','\x3d','\x22','\x2f','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x61','\x63','\x74','\x69','\x6f','\x6e','\x3d','\x22','\x73','\x61','\x76','\x65','\x64','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x69','\x6e','\x73','\x74','\x61','\x6e','\x63','\x65','\x49','\x44','\x3d','\x22','\x78','\x6d','\x70','\x2e','\x69','\x69','\x64','\x3a','\x65','\x61','\x39','\x36','\x34','\x65','\x61','\x33','\x2d','\x36','\x66','\x31','\x35','\x2d','\x61','\x35','\x34','\x61','\x2d','\x61','\x35','\x64','\x39','\x2d','\x66','\x36','\x33','\x32','\x64','\x63','\x39','\x36','\x33','\x62','\x30','\x61','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x77','\x68','\x65','\x6e','\x3d','\x22','\x32','\x30','\x32','\x33','\x2d','\x31','\x31','\x2d','\x31','\x34','\x54','\x31','\x31','\x3a','\x31','\x30','\x3a','\x30','\x35','\x2b','\x30','\x31','\x3a','\x30','\x30','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x73','\x6f','\x66','\x74','\x77','\x61','\x72','\x65','\x41','\x67','\x65','\x6e','\x74','\x3d','\x22','\x41','\x64','\x6f','\x62','\x65','\x20','\x50','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x20','\x43','\x43','\x20','\x32','\x30','\x31','\x39','\x20','\x28','\x57','\x69','\x6e','\x64','\x6f','\x77','\x73','\x29','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x63','\x68','\x61','\x6e','\x67','\x65','\x64','\x3d','\x22','\x2f','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x61','\x63','\x74','\x69','\x6f','\x6e','\x3d','\x22','\x63','\x6f','\x6e','\x76','\x65','\x72','\x74','\x65','\x64','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x70','\x61','\x72','\x61','\x6d','\x65','\x74','\x65','\x72','\x73','\x3d','\x22','\x66','\x72','\x6f','\x6d','\x20','\x61','\x70','\x70','\x6c','\x69','\x63','\x61','\x74','\x69','\x6f','\x6e','\x2f','\x76','\x6e','\x64','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x20','\x74','\x6f','\x20','\x69','\x6d','\x61','\x67','\x65','\x2f','\x70','\x6e','\x67','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x61','\x63','\x74','\x69','\x6f','\x6e','\x3d','\x22','\x64','\x65','\x72','\x69','\x76','\x65','\x64','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x70','\x61','\x72','\x61','\x6d','\x65','\x74','\x65','\x72','\x73','\x3d','\x22','\x63','\x6f','\x6e','\x76','\x65','\x72','\x74','\x65','\x64','\x20','\x66','\x72','\x6f','\x6d','\x20','\x61','\x70','\x70','\x6c','\x69','\x63','\x61','\x74','\x69','\x6f','\x6e','\x2f','\x76','\x6e','\x64','\x2e','\x61','\x64','\x6f','\x62','\x65','\x2e','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x20','\x74','\x6f','\x20','\x69','\x6d','\x61','\x67','\x65','\x2f','\x70','\x6e','\x67','\x22','\x2f','\x3e','\x20','\x3c','\x72','\x64','\x66','\x3a','\x6c','\x69','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x61','\x63','\x74','\x69','\x6f','\x6e','\x3d','\x22','\x73','\x61','\x76','\x65','\x64','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x69','\x6e','\x73','\x74','\x61','\x6e','\x63','\x65','\x49','\x44','\x3d','\x22','\x78','\x6d','\x70','\x2e','\x69','\x69','\x64','\x3a','\x34','\x31','\x61','\x61','\x32','\x34','\x63','\x31','\x2d','\x66','\x63','\x38','\x65','\x2d','\x64','\x39','\x34','\x31','\x2d','\x39','\x31','\x36','\x64','\x2d','\x38','\x61','\x35','\x62','\x32','\x30','\x66','\x37','\x63','\x66','\x64','\x61','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x77','\x68','\x65','\x6e','\x3d','\x22','\x32','\x30','\x32','\x33','\x2d','\x31','\x31','\x2d','\x31','\x34','\x54','\x31','\x31','\x3a','\x31','\x30','\x3a','\x30','\x35','\x2b','\x30','\x31','\x3a','\x30','\x30','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x73','\x6f','\x66','\x74','\x77','\x61','\x72','\x65','\x41','\x67','\x65','\x6e','\x74','\x3d','\x22','\x41','\x64','\x6f','\x62','\x65','\x20','\x50','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x20','\x43','\x43','\x20','\x32','\x30','\x31','\x39','\x20','\x28','\x57','\x69','\x6e','\x64','\x6f','\x77','\x73','\x29','\x22','\x20','\x73','\x74','\x45','\x76','\x74','\x3a','\x63','\x68','\x61','\x6e','\x67','\x65','\x64','\x3d','\x22','\x2f','\x22','\x2f','\x3e','\x20','\x3c','\x2f','\x72','\x64','\x66','\x3a','\x53','\x65','\x71','\x3e','\x20','\x3c','\x2f','\x78','\x6d','\x70','\x4d','\x4d','\x3a','\x48','\x69','\x73','\x74','\x6f','\x72','\x79','\x3e','\x20','\x3c','\x78','\x6d','\x70','\x4d','\x4d','\x3a','\x44','\x65','\x72','\x69','\x76','\x65','\x64','\x46','\x72','\x6f','\x6d','\x20','\x73','\x74','\x52','\x65','\x66','\x3a','\x69','\x6e','\x73','\x74','\x61','\x6e','\x63','\x65','\x49','\x44','\x3d','\x22','\x78','\x6d','\x70','\x2e','\x69','\x69','\x64','\x3a','\x65','\x61','\x39','\x36','\x34','\x65','\x61','\x33','\x2d','\x36','\x66','\x31','\x35','\x2d','\x61','\x35','\x34','\x61','\x2d','\x61','\x35','\x64','\x39','\x2d','\x66','\x36','\x33','\x32','\x64','\x63','\x39','\x36','\x33','\x62','\x30','\x61','\x22','\x20','\x73','\x74','\x52','\x65','\x66','\x3a','\x64','\x6f','\x63','\x75','\x6d','\x65','\x6e','\x74','\x49','\x44','\x3d','\x22','\x61','\x64','\x6f','\x62','\x65','\x3a','\x64','\x6f','\x63','\x69','\x64','\x3a','\x70','\x68','\x6f','\x74','\x6f','\x73','\x68','\x6f','\x70','\x3a','\x34','\x30','\x61','\x34','\x64','\x61','\x33','\x38','\x2d','\x30','\x33','\x65','\x34','\x2d','\x64','\x33','\x34','\x64','\x2d','\x39','\x30','\x39','\x61','\x2d','\x35','\x34','\x62','\x63','\x30','\x31','\x31','\x37','\x66','\x62','\x61','\x36','\x22','\x20','\x73','\x74','\x52','\x65','\x66','\x3a','\x6f','\x72','\x69','\x67','\x69','\x6e','\x61','\x6c','\x44','\x6f','\x63','\x75','\x6d','\x65','\x6e','\x74','\x49','\x44','\x3d','\x22','\x78','\x6d','\x70','\x2e','\x64','\x69','\x64','\x3a','\x65','\x66','\x66','\x34','\x38','\x63','\x62','\x31','\x2d','\x65','\x64','\x35','\x62','\x2d','\x64','\x31','\x34','\x38','\x2d','\x62','\x62','\x31','\x64','\x2d','\x35','\x33','\x38','\x34','\x61','\x65','\x66','\x64','\x64','\x62','\x63','\x63','\x22','\x2f','\x3e','\x20','\x3c','\x2f','\x72','\x64','\x66','\x3a','\x44','\x65','\x73','\x63','\x72','\x69','\x70','\x74','\x69','\x6f','\x6e','\x3e','\x20','\x3c','\x2f','\x72','\x64','\x66','\x3a','\x52','\x44','\x46','\x3e','\x20','\x3c','\x2f','\x78','\x3a','\x78','\x6d','\x70','\x6d','\x65','\x74','\x61','\x3e','\x20','\x3c','\x3f','\x78','\x70','\x61','\x63','\x6b','\x65','\x74','\x20','\x65','\x6e','\x64','\x3d','\x22','\x72','\x22','\x3f','\x3e','\x87','\xae','\xbd','\x83','\x00','\x0d','\xda','\x9c','\x49','\x44','\x41','\x54','\x78','\x9c','\xec','\xbd','\x77','\x78','\x5d','\x69','\x79','\xf5','\xfd','\xdb','\xfd','\x34','\xf5','\x2e','\xf7','\xde','\x7b','\xef','\x65','\xc6','\x53','\xec','\x29','\x30','\x03','\x0c','\xcc','\x50','\x02','\x21','\x10','\x20','\x24','\x04','\x42','\x42','\x42','\x48','\x79','\x93','\xf0','\x26','\x10','\x12','\x48','\xde','\x04','\xd2','\xe8','\x65','\x28','\x03','\x0c','\xd3','\x9b','\x3d','\xee','\xbd','\xc8','\xb6','\x64','\xab','\x59','\x96','\x65','\xc9','\xea','\xa7','\x97','\xdd','\xbf','\x3f','\x9e','\xad','\xe3','\x99','\x30','\x74','\x42','\x3e','\xe0','\x2c','\xae','\xb9','\x38','\x92','\x8e','\x8f','\xf6','\xde','\xe7','\x39','\x5b','\xf7','\x7a','\xee','\x75','\xaf','\x25','\xf9','\xbe','\xef','\x53','\x42','\x09','\x25','\x94','\x50','\x42','\x09','\x25','\x94','\x50','\x42','\x09','\x25','\x94','\xf0','\x6b','\x00','\xf9','\x7f','\xfb','\x00','\x4a','\x28','\xa1','\x84','\x12','\x4a','\x28','\xa1','\x84','\x12','\x4a','\x28','\xa1','\x84','\x12','\x7e','\x51','\x50','\xff','\xfb','\x37','\x24','\x49','\xfa','\xdf','\x38','\x8e','\x12','\x4a','\x28','\xa1','\x84','\x12','\x4a','\x28','\xa1','\x84','\x12','\x4a','\x28','\xa1','\x84','\x9f','\x2b','\x5e','\x49','\xec','\x56','\xea','\x00','\x95','\x50','\x42','\x09','\x25','\x94','\x50','\x42','\x09','\x25','\x94','\x50','\x42','\x09','\xbf','\x36','\x28','\x11','\xa0','\x12','\x4a','\x28','\xa1','\x84','\x12','\x4a','\x28','\xa1','\x84','\x12','\x4a','\x28','\xe1','\xd7','\x06','\x25','\x02','\x54','\x42','\x09','\x25','\x94','\x50','\x42','\x09','\x25','\x94','\x50','\x42','\x09','\x25','\xfc','\xda','\xa0','\x44','\x80','\x4a','\x28','\xa1','\x84','\x12','\x4a','\x28','\xa1','\x84','\x12','\x4a','\x28','\xa1','\x84','\x5f','\x1b','\x94','\x08','\x50','\x09','\x25','\x94','\x50','\x42','\x09','\x25','\x94','\x50','\x42','\x09','\x25','\x94','\xf0','\x6b','\x83','\x12','\x01','\x2a','\xa1','\x84','\x12','\x4a','\x28','\xa1','\x84','\x12','\x4a','\x28','\xa1','\x84','\x12','\x7e','\x6d','\x50','\x22','\x40','\x25','\x94','\x50','\x42','\x09','\x25','\x94','\x50','\x42','\x09','\x25','\x94','\x50','\xc2','\xaf','\x0d','\xbe','\x2f','\x07','\xa8','\x84','\x12','\x7e','\x18','\x24','\x49','\x42','\x92','\xa4','\x97','\x79','\xaa','\xbf','\xd2','\xd7','\x2f','\xc5','\x2b','\xf9','\xaf','\xff','\x4c','\x98','\x78','\x3d','\x49','\xba','\xf9','\x78','\xe2','\x47','\xff','\xed','\xa9','\xd2','\x0f','\xf9','\x59','\x09','\x3f','\x1d','\x24','\xc0','\x30','\x0c','\x62','\xd1','\x18','\xaa','\xaa','\x20','\xcb','\x32','\x92','\x2c','\x21','\x4b','\x2f','\xdf','\x4f','\xf1','\x7c','\x0f','\x00','\xdf','\x13','\x57','\x5e','\x92','\xa5','\xe2','\xbf','\xf7','\x83','\xef','\x7b','\x9e','\x87','\xe7','\xfb','\xc8','\xb2','\x84','\xa2','\x28','\xb8','\xae','\x0b','\x3e','\xaf','\xb8','\xbe','\x1c','\xd7','\x29','\xbe','\x96','\xcf','\xcd','\xf7','\x76','\xe2','\x99','\xd2','\xc4','\x73','\x11','\xff','\x7e','\xe2','\x6b','\x2f','\x78','\x2d','\x29','\x58','\x2f','\x96','\x6d','\xa3','\xaa','\x2a','\x65','\xb1','\x18','\xbe','\xef','\x61','\x9a','\x16','\x99','\x5c','\x96','\x7c','\xbe','\xf0','\xa3','\xcf','\x5d','\x92','\xd0','\x35','\x9d','\x50','\x28','\x84','\xae','\xe9','\xdf','\x77','\x10','\x2f','\xbd','\x0e','\x72','\x70','\xbe','\xae','\xeb','\x16','\xcf','\xd7','\x75','\x9d','\xe2','\xf1','\x4c','\x9c','\xa3','\x2c','\xcb','\xc5','\xaf','\x5f','\xfa','\xd9','\x11','\xc7','\x2f','\xe3','\x7a','\x2e','\x9e','\xe7','\x15','\x7f','\x55','\xf1','\x77','\x48','\xc1','\x6b','\xfc','\xb7','\xdf','\xfd','\xdf','\xdf','\x0f','\xcf','\xf3','\xf0','\x7d','\x1f','\xcf','\xf7','\x50','\x64','\x19','\x55','\x53','\x71','\x1d','\x17','\xdf','\xf7','\xb0','\x6c','\x87','\x74','\x26','\x83','\xe3','\x38','\x3f','\xf2','\xdc','\x4b','\x28','\xa1','\x84','\x12','\x4a','\x28','\xe1','\x57','\x05','\x25','\x02','\x54','\xc2','\x8f','\x84','\x24','\x49','\xc4','\xa2','\x51','\xe6','\xcc','\x9a','\xc5','\xa2','\x85','\x8b','\x78','\xf0','\x75','\x0f','\x50','\xc8','\x17','\xf0','\x3c','\x8f','\xf2','\xf2','\x32','\x0c','\x23','\x44','\x26','\x93','\xc6','\x71','\x1c','\x34','\x4d','\xc5','\x97','\x64','\x64','\x49','\x42','\x91','\x44','\xa9','\xeb','\x7a','\x82','\xa7','\x48','\x12','\x78','\x9e','\x83','\xe3','\xb8','\x2f','\x21','\x4d','\x13','\xe5','\x30','\x80','\x84','\x2c','\x49','\xf8','\xf8','\xc1','\xf3','\xa5','\xe0','\x3f','\x8a','\xcf','\x13','\xf5','\x9e','\x8f','\x22','\xcb','\xc8','\x8a','\x12','\x14','\x95','\x1e','\xae','\x6b','\xe3','\x79','\x1e','\xae','\x2b','\x8a','\x6a','\xf0','\xd1','\x34','\x0d','\x55','\x55','\x45','\x91','\xed','\x79','\x78','\x9e','\x8b','\xe3','\xb8','\xb8','\xae','\x83','\xeb','\xba','\x7c','\xf9','\xeb','\x0f','\x93','\xcb','\xe5','\x31','\x0c','\x83','\xb7','\xbd','\xe9','\x2d','\xa8','\xaa','\x82','\xeb','\x7a','\x58','\xb6','\x89','\x6d','\xdb','\x7c','\xf3','\xbb','\xdf','\x46','\x42','\xa2','\xfb','\xca','\x15','\x46','\xc7','\xc7','\x48','\x24','\x93','\xc5','\xc2','\x3a','\x12','\x89','\x52','\x53','\x5d','\x4d','\x55','\x65','\x25','\xef','\x7e','\xfb','\x6f','\x11','\x8b','\xc6','\x08','\x85','\xc3','\xa8','\x9a','\x86','\x04','\xd8','\xb6','\x5d','\x2c','\x2a','\x0d','\xc3','\x40','\x55','\x95','\xe0','\x77','\x07','\xc5','\xa8','\x27','\x8e','\xc3','\x71','\x3d','\xbe','\xf6','\xcd','\x6f','\xe0','\x7a','\x0e','\x9e','\xeb','\x51','\x30','\x4d','\x00','\x3c','\xd7','\x2d','\x72','\x3b','\xd7','\x73','\xc5','\xf7','\x3c','\x0f','\x59','\x96','\xd1','\x35','\x1d','\x4d','\x53','\x51','\x14','\x05','\x80','\x37','\xbc','\xee','\x01','\xbe','\xfe','\xc8','\xb7','\x90','\x00','\x45','\x56','\x30','\x0c','\x83','\x6c','\x2e','\xcb','\xf0','\xc8','\x08','\xa6','\x65','\x92','\xcb','\xe5','\x19','\x1a','\x1e','\x22','\x5f','\xf8','\xd1','\x05','\xfe','\x8f','\x42','\x45','\x59','\x39','\x93','\x27','\x35','\xf3','\xc5','\xff','\xf8','\x2f','\x1a','\x1a','\x9b','\x90','\x24','\x1f','\xdd','\x50','\x91','\x24','\x51','\xe8','\x4f','\x14','\xdb','\x2f','\x85','\x0f','\x62','\x3d','\xc8','\x72','\xf1','\xfd','\xf4','\x00','\xcf','\xf5','\x71','\x1c','\x07','\xd7','\x77','\x51','\x24','\x19','\x4d','\xd3','\xf0','\x7d','\x5f','\xac','\x01','\x7f','\x82','\xe4','\xf8','\xb8','\xae','\x2f','\xde','\x73','\x45','\x46','\x51','\x14','\x41','\x06','\x24','\xa9','\x48','\x00','\x24','\xff','\xe6','\x63','\x37','\xb8','\x6e','\xd2','\x4b','\xc9','\x71','\xb0','\xc4','\xfc','\x60','\x2d','\x4b','\x80','\x24','\xcb','\x84','\x43','\x21','\x64','\x45','\x26','\x95','\x4a','\x32','\x32','\x32','\xc6','\xdf','\x7f','\xf2','\x53','\x7c','\xeb','\xbb','\x8f','\x52','\xf8','\x01','\xd7','\xa9','\xa1','\xae','\x9e','\x3d','\x77','\xee','\xe6','\xdd','\xbf','\xf5','\x2e','\x62','\xd1','\x28','\x91','\x68','\x14','\x59','\x92','\x70','\xbd','\xe0','\x77','\x02','\xb2','\xa2','\xa0','\xa8','\x2a','\xaa','\xa2','\x88','\x75','\xe0','\x3a','\xe2','\x7d','\x93','\x24','\x7c','\xcf','\xbf','\xb9','\xe6','\xa5','\x9b','\x04','\x51','\x91','\x14','\x71','\xfc','\x04','\xe7','\x82','\x2f','\x3e','\x11','\xc5','\x8f','\x86','\x0f','\x9e','\x13','\x7c','\x2e','\x7c','\x7c','\xe9','\xe6','\x69','\x09','\x92','\x35','\x41','\x3c','\x6f','\x12','\x2a','\x59','\x91','\x01','\x19','\x19','\x1f','\x59','\x56','\x90','\x24','\x09','\xdb','\x35','\x71','\x5d','\x07','\xc3','\x08','\x61','\xe8','\x3a','\x8e','\xe3','\x30','\x3e','\x3e','\xce','\x3f','\xfd','\xeb','\xa7','\xf9','\xf6','\xa3','\xdf','\xa3','\xaf','\xbf','\xff','\x67','\x5c','\x1d','\x25','\x94','\x50','\x42','\x09','\x25','\x28','\xb2','\x8c','\xa1','\x6b','\xaf','\xf0','\x93','\x9b','\xf5','\x8e','\x65','\x8b','\xcd','\x30','\xb1','\x89','\xe5','\x97','\x36','\x68','\xff','\x17','\x20','\xf9','\xff','\xad','\x5a','\xf9','\xef','\xbb','\xf7','\x25','\xfc','\x7a','\x43','\x55','\x14','\x76','\xdf','\x7e','\x27','\x1f','\xfd','\x8b','\xbf','\xa4','\xbc','\xac','\x9c','\x48','\x24','\x0a','\xb2','\x8c','\x69','\x16','\x50','\x14','\x99','\x58','\x59','\x0c','\x55','\xd1','\xc8','\xe7','\x0b','\x78','\x9e','\x4b','\xb0','\x99','\x8d','\x24','\xc9','\xc1','\x5a','\x0a','\x48','\xcb','\x44','\x21','\x87','\x27','\x1e','\xfb','\x82','\xe8','\x88','\x2e','\x4e','\xf0','\x33','\x49','\x42','\x7a','\x09','\xf9','\x01','\x09','\x49','\x16','\xc5','\xb3','\x84','\xd8','\xf1','\x96','\x24','\x09','\x0f','\x1f','\xc9','\x23','\xb8','\x97','\x04','\xaf','\x53','\xec','\x09','\x48','\x48','\x13','\x4b','\x5a','\x96','\x90','\x82','\x1b','\x8e','\x24','\x4b','\xf8','\x48','\x41','\xc1','\xec','\xe1','\x7a','\x5e','\xf0','\x14','\x19','\x0f','\x0f','\xd7','\xf1','\x82','\xe3','\x06','\xdf','\xf5','\x40','\x92','\x30','\x42','\x06','\xaa','\xaa','\x92','\x4a','\x26','\xc9','\xe5','\xf3','\xfc','\xd5','\xff','\xfd','\x28','\x4f','\x3e','\xf3','\x34','\xd3','\xa7','\x4d','\xe3','\xef','\xfe','\xea','\xa3','\xd4','\xd5','\xd5','\x52','\x5d','\x53','\x43','\x24','\x1c','\xc5','\xf3','\x5c','\x90','\x7c','\x54','\x55','\x41','\xf2','\x25','\x3c','\xcf','\xc7','\xf1','\x1c','\xf0','\x41','\xd3','\x34','\x64','\x59','\x10','\x20','\x51','\xbc','\x8b','\x62','\xfd','\x65','\x3b','\xfe','\xbe','\x87','\x1f','\x14','\xe7','\x13','\xbb','\xfa','\x13','\xb7','\x44','\xdf','\xf3','\x6e','\x1e','\x3b','\x20','\x2b','\x32','\xbe','\x2f','\x0a','\x7c','\x49','\xf2','\xf1','\x82','\xeb','\x25','\x07','\x04','\xc3','\xf3','\x3c','\x2c','\xcb','\x42','\x51','\x14','\x0c','\xdd','\x20','\x93','\xcd','\xd0','\xd7','\xd7','\xc7','\xbf','\xfd','\xd7','\x7f','\xd0','\x72','\xe1','\x02','\x67','\x5a','\xce','\x06','\x24','\xf1','\x27','\xc3','\xe4','\xe6','\x49','\x3c','\xf2','\xd5','\xaf','\x53','\x57','\x57','\x4b','\x4d','\x4d','\x0d','\xf9','\x7c','\x81','\xb1','\xf1','\x11','\x6c','\x2b','\x8f','\x8f','\x27','\x88','\xa8','\xe7','\x15','\x89','\x87','\x24','\x49','\x48','\xb2','\x5c','\xbc','\xc1','\x4f','\x7c','\x0f','\xdf','\x07','\x59','\x0e','\x8e','\x5f','\x7c','\xe9','\xf9','\x3e','\x32','\x82','\x40','\x4c','\x90','\x14','\xcf','\x17','\x24','\xc1','\xf5','\x3c','\x7c','\xd7','\x45','\x55','\x05','\xb9','\xf0','\x3c','\x1f','\xd1','\xe7','\x91','\x83','\x6b','\x38','\x41','\x95','\x82','\x65','\x84','\x54','\xbc','\xc6','\x37','\xdf','\x54','\x71','\xbd','\x65','\x45','\x21','\x1a','\x89','\x50','\x30','\x0b','\xa4','\x33','\x19','\xf0','\x7d','\x0c','\x23','\xc4','\x94','\xa9','\x53','\xa8','\xae','\xaa','\xe1','\xcd','\x6f','\x7b','\x2b','\x0f','\x7f','\xeb','\xdb','\x2f','\x3b','\x6f','\x45','\x56','\xd8','\xb0','\x76','\x1d','\x5f','\xf8','\xcf','\xcf','\x32','\x65','\xda','\x34','\x32','\xa9','\x34','\xf1','\x78','\x1c','\xdf','\x17','\x64','\xcf','\xb2','\x6d','\x1c','\xdb','\xc1','\xf3','\x5c','\x3c','\x4f','\xfc','\x0e','\x55','\x55','\x82','\x73','\xa5','\x48','\xe0','\x27','\xc8','\x8f','\x2c','\x83','\xe7','\x49','\x20','\x89','\xf3','\x0f','\x98','\x99','\xd8','\x14','\x98','\xe8','\xf4','\x04','\x24','\x10','\xdf','\x17','\x9f','\x29','\xc9','\xc5','\xf3','\x3d','\x3c','\xcf','\xc7','\x73','\x7c','\x5c','\x4f','\x6c','\x22','\x28','\xaa','\xd8','\x6c','\x98','\x38','\xc7','\x09','\xb2','\x0f','\xe2','\x9a','\xe2','\xfb','\x41','\xb7','\x48','\x02','\x49','\xbc','\x47','\x9e','\x27','\x3a','\x41','\xc8','\x50','\x1e','\x2b','\xa7','\xa1','\xb1','\x9e','\x81','\x81','\x01','\xb6','\xed','\xba','\x83','\xc1','\xe1','\xe1','\x9f','\x78','\x5d','\x94','\x50','\x42','\x09','\x25','\x94','\xf0','\xd3','\x61','\xe2','\x7e','\xff','\x72','\x31','\x81','\xff','\xdf','\xc5','\x2d','\x25','\xfc','\x8c','\x78','\x25','\x25','\x52','\x89','\x00','\x95','\xf0','\x03','\x21','\xcb','\x32','\x33','\xa6','\x4e','\xe3','\xd1','\x6f','\x3e','\x42','\x75','\x55','\x15','\x57','\xaf','\x5e','\x25','\x9d','\xc9','\x90','\x4e','\xa5','\x31','\x6d','\x4b','\xec','\xe8','\xcb','\x12','\xb6','\xed','\xe0','\xd8','\x36','\x92','\x24','\x8b','\x9d','\x6f','\x19','\x6e','\x6a','\x83','\x6e','\x7e','\xac','\x27','\x76','\xee','\x65','\x59','\x79','\xd9','\xef','\x99','\x28','\x82','\xa5','\xa0','\x5a','\x2c','\x4a','\x83','\x24','\x19','\x49','\x95','\x90','\xfc','\x9b','\x92','\x9f','\x09','\x38','\x41','\xb7','\x41','\x9d','\x90','\xfc','\x28','\xa2','\x23','\x24','\xcb','\x32','\x8a','\x24','\xe3','\xe3','\x8b','\xc2','\xd9','\xf7','\x51','\x24','\x19','\x45','\x91','\x41','\x52','\x90','\x65','\x41','\x14','\x26','\xf8','\x92','\xae','\x6b','\x38','\xae','\x43','\x3a','\x99','\xc6','\xf3','\x3d','\x0c','\x43','\x47','\x96','\x04','\xc1','\x90','\x15','\x09','\x45','\x91','\xa9','\x28','\xaf','\x60','\xee','\xbc','\x79','\xd8','\x8e','\xc3','\x40','\x7f','\x3f','\xd5','\xd5','\x55','\x84','\x8c','\x10','\x43','\x43','\x43','\xd8','\x8e','\x8b','\x65','\x59','\x0c','\x0f','\x0f','\x91','\xcd','\xe7','\x44','\x67','\x0a','\x51','\xf8','\x4b','\x41','\x91','\x0f','\x04','\xdd','\xa9','\x60','\xc7','\x5f','\x11','\xc7','\x5c','\xfc','\x4f','\x92','\x01','\x1f','\x59','\x96','\x31','\x42','\x61','\x51','\xab','\x06','\x05','\xf1','\xc4','\x15','\x94','\x65','\x09','\x49','\x92','\xb1','\x1c','\x07','\xcb','\x34','\x71','\x1d','\x17','\x37','\x28','\xc0','\x05','\x61','\x0b','\xae','\x97','\x24','\x89','\xae','\x8a','\xe7','\x52','\x51','\x51','\x41','\x43','\x63','\x03','\xba','\xa6','\x21','\x49','\x12','\xb5','\xb5','\xb5','\x28','\x8a','\xc2','\x87','\x3e','\xfc','\xa7','\x7c','\xee','\x2b','\x5f','\xc4','\x0c','\xba','\x4d','\x3f','\x0e','\x22','\xe1','\x08','\xef','\xfc','\xcd','\xb7','\xf3','\xa1','\x3f','\xf8','\x20','\xf1','\x78','\x9c','\xa3','\x47','\x8e','\x71','\xa9','\xe3','\x32','\x43','\x23','\x03','\x64','\xd3','\xc9','\xe0','\x3c','\xa5','\x9b','\xc4','\x52','\x96','\x83','\xf5','\x21','\xe3','\x79','\x1e','\x8e','\xe3','\x04','\x9d','\x2f','\x0f','\x7c','\x50','\x54','\x05','\x59','\x56','\x30','\x34','\x15','\x55','\xd3','\xc8','\x17','\x0a','\x38','\xb6','\x8d','\xa2','\xaa','\xc5','\x2e','\x91','\xe8','\xe8','\x88','\xce','\x9d','\x1f','\x90','\x1e','\x41','\x93','\x5e','\x2e','\x80','\x93','\x02','\xb2','\x20','\x49','\x81','\x9c','\xac','\xb8','\x4e','\x7c','\x41','\x90','\x25','\x04','\x49','\xf2','\x45','\x4f','\x44','\x92','\x25','\x5c','\xdf','\xc5','\xb5','\x5d','\x24','\xa0','\xaa','\xba','\x9a','\xdd','\x7b','\xee','\x64','\xfb','\xf6','\x1d','\x9c','\x6b','\x39','\xc3','\x6d','\x77','\xbd','\xe6','\x65','\x37','\xcb','\xe9','\x53','\xa7','\xf1','\x9d','\x87','\x1f','\x66','\xd2','\xe4','\x29','\xf4','\x5c','\xe9','\xe6','\xd0','\xe1','\x23','\x74','\x75','\x75','\x61','\x99','\xa6','\x20','\x40','\x96','\x85','\x65','\xd9','\x81','\x44','\x4f','\x10','\x5c','\x59','\x51','\x91','\x65','\x05','\x45','\xbe','\xb9','\x68','\x03','\xfa','\x13','\x70','\x7e','\x41','\xf6','\x65','\x89','\xa0','\xa3','\x33','\x41','\xe6','\x82','\xe7','\x15','\x7f','\xbd','\x14','\x9c','\x97','\x20','\x40','\x8e','\xeb','\xe1','\x3a','\xe2','\xb1','\x8c','\x54','\x94','\xbb','\x29','\x8a','\x22','\xc8','\xbc','\xeb','\xe1','\xb8','\x4e','\x20','\x9b','\x9b','\x78','\x09','\xf1','\x40','\xd7','\x0d','\x24','\x64','\x21','\x79','\xb3','\x2c','\x74','\xc3','\x60','\xf3','\xe6','\x4d','\x3c','\xf4','\xd0','\x1b','\x89','\x46','\xc2','\x2c','\x5b','\xbb','\x8e','\xde','\xbe','\xbe','\x1f','\x7b','\x4d','\x94','\x50','\x42','\x09','\x25','\x94','\x50','\xc2','\x2f','\x03','\x5e','\x89','\x00','\x95','\x24','\x70','\x25','\xfc','\x40','\xcc','\x9a','\x3e','\x83','\x4f','\x7f','\xea','\x9f','\x71','\x1c','\x9b','\x53','\x67','\xce','\x70','\xfc','\xd8','\x31','\x3a','\x3a','\xda','\x19','\x1c','\x1c','\x44','\x51','\x15','\x54','\x55','\x25','\x5f','\x30','\x29','\xe4','\x0a','\x68','\xba','\x8a','\x22','\x2b','\x37','\x77','\x33','\x6e','\x6e','\x6d','\x03','\x14','\x77','\xa5','\x25','\xa4','\x60','\x16','\xc4','\xc7','\xf7','\x82','\x26','\x4e','\x50','\xd3','\xde','\xdc','\x0c','\x9f','\x90','\x29','\x49','\x48','\xb2','\x42','\x91','\x93','\x07','\x5d','\x0f','\x5f','\xf2','\x83','\xa2','\x78','\x82','\x28','\xc8','\x2f','\x27','\x0d','\xd2','\x04','\x69','\x50','\xc4','\x6b','\x4c','\x14','\x8a','\x41','\x09','\x3d','\x51','\x30','\xcb','\x92','\x84','\xae','\x6b','\x58','\x8e','\x4d','\x36','\x93','\x41','\x51','\x14','\xc2','\x91','\x08','\xbe','\xe7','\x93','\xcf','\xe7','\x29','\x14','\xf2','\x78','\x9e','\xcf','\x9a','\x35','\x6b','\x78','\xe3','\x1b','\xdf','\xc8','\xfc','\xf9','\xf3','\x98','\x3a','\x6d','\x1a','\xb6','\x6d','\x71','\xa5','\xfb','\x0a','\x07','\x0e','\x1d','\xa4','\xf5','\x62','\x2b','\xa3','\xa3','\xa3','\xe4','\xf2','\x79','\x2c','\xcb','\xc4','\xb1','\x1d','\x24','\x09','\x54','\x4d','\x43','\xd5','\x34','\x64','\x49','\xc2','\xb1','\x1d','\x1c','\xc7','\x09','\x3a','\x22','\x42','\x0a','\x35','\xf1','\x58','\xe2','\xa5','\x97','\x49','\xfc','\x8c','\x80','\x00','\x4c','\x10','\x08','\x59','\x0e','\x08','\x5c','\x70','\x2d','\x65','\x59','\x0e','\x24','\x72','\x3e','\x8e','\xe7','\x05','\x8f','\x83','\x79','\x9b','\xe0','\x3a','\x3a','\x8e','\x83','\xa4','\xc8','\x34','\x36','\x36','\x32','\x65','\xf2','\x14','\x26','\x4f','\x6e','\x66','\xd1','\xe2','\xc5','\x2c','\x59','\xbc','\x84','\x8f','\xff','\xed','\xdf','\x32','\x7d','\xda','\x74','\xfe','\xe1','\x9f','\x3f','\xc9','\xc8','\xd8','\xe8','\x8f','\x9c','\xd1','\x92','\x24','\x89','\x7b','\xf6','\xdc','\xc5','\xbb','\xdf','\xf1','\x4e','\x6e','\xdc','\x18','\xe0','\xd0','\xa1','\xc3','\x7c','\xf6','\x73','\x9f','\xe5','\x5a','\xdf','\x35','\x74','\x5d','\xc5','\x73','\xed','\x89','\x36','\x07','\xbe','\xeb','\x22','\xc9','\x42','\xaa','\x26','\x2b','\x0a','\x8a','\x24','\x48','\x91','\xed','\x38','\xf8','\xae','\x2b','\x5a','\xfe','\x80','\x2a','\xcb','\xa8','\x9a','\x4e','\x38','\x64','\xa0','\xe9','\x3a','\xb9','\x5c','\x0e','\xcb','\xb2','\x8a','\x9d','\x2c','\x08','\x3a','\x18','\x9e','\x87','\x3b','\x21','\x15','\x93','\x65','\xa4','\x97','\xce','\x19','\x05','\xe7','\x8a','\x7c','\xf3','\xbc','\xa5','\x9b','\x97','\x49','\x10','\x9f','\x97','\x36','\x19','\x83','\x05','\x66','\x99','\x16','\x8a','\x22','\x63','\x18','\x21','\xc2','\xe1','\x10','\x93','\xcd','\x29','\x38','\x8e','\x8d','\xe7','\xb9','\x44','\x22','\x11','\x14','\x59','\xc6','\x71','\x85','\xec','\xb0','\xaa','\xb2','\x92','\x2f','\xff','\xd7','\x67','\xa9','\xaf','\xaf','\xa7','\xb5','\xf5','\x22','\x8f','\x7c','\xeb','\x9b','\x1c','\x3e','\x74','\x84','\xf1','\xc4','\x38','\xaa','\xa2','\x22','\x21','\x61','\xda','\x16','\x5e','\x30','\x53','\x83','\x24','\x48','\xb3','\xaa','\x08','\x22','\x37','\x31','\xff','\x73','\x73','\x5d','\x0a','\x99','\xe7','\x44','\x03','\x53','\x96','\xe4','\xa2','\xa4','\x4d','\x9c','\x84','\xfc','\x92','\xc7','\x82','\xc0','\x49','\xf2','\x04','\xf9','\xf3','\x8a','\x84','\xd0','\xf3','\x7d','\x71','\x6e','\x13','\x9d','\x51','\x45','\x46','\x96','\x14','\xf1','\xb9','\xf2','\xbd','\xe2','\xbf','\x2d','\xf6','\x45','\x65','\x19','\x49','\x52','\x70','\x6c','\x97','\x4c','\x3a','\x8d','\x69','\x16','\xa8','\xae','\xae','\x65','\xfe','\xbc','\xf9','\x48','\xbe','\x8c','\xe7','\xf9','\x3f','\x11','\x21','\x2e','\xa1','\x84','\x12','\x4a','\x28','\xa1','\x84','\x5f','\x66','\x94','\x08','\x50','\x09','\xaf','\x08','\x55','\x51','\xf8','\xc7','\xbf','\xfb','\x38','\x33','\x66','\xcc','\xa0','\xb7','\xb7','\x97','\xa3','\x47','\x8e','\x72','\xe2','\xc4','\x71','\xba','\xba','\xba','\x49','\x26','\x13','\x44','\xc2','\x11','\x74','\x43','\xc7','\x32','\x6d','\x6c','\xc7','\x22','\x12','\x89','\x20','\x21','\xba','\x41','\x40','\x40','\x72','\x82','\xa2','\xd8','\xf7','\x10','\x53','\x1f','\xe0','\x7b','\x13','\x03','\x0c','\x81','\x04','\x4c','\xe8','\xda','\x8a','\x8f','\x05','\x41','\x01','\x59','\x52','\x90','\x94','\x97','\x48','\x88','\x26','\xe4','\x6e','\xbe','\x5f','\x94','\x1e','\x4d','\xc8','\xea','\x7c','\x7f','\x42','\xda','\xe6','\x17','\x67','\x29','\x90','\x40','\x57','\x35','\x14','\x45','\x0d','\x8a','\xc0','\x09','\x39','\x9e','\x87','\xe7','\x81','\xeb','\x79','\x62','\x07','\x5e','\x11','\xc5','\xae','\x65','\xd9','\x84','\x0c','\x1d','\x5d','\x37','\x70','\x1c','\x9b','\x5c','\x2e','\x8f','\xe3','\xd8','\xe8','\xba','\xc1','\x82','\x05','\x0b','\x71','\x1d','\x97','\x42','\xc1','\x22','\x9b','\xcb','\x72','\xf9','\xf2','\x65','\x8e','\x1c','\x3e','\xc2','\x99','\x33','\xa7','\xe9','\xea','\xea','\x24','\x91','\x48','\xa2','\xeb','\x21','\x24','\x09','\x2c','\x4b','\x14','\x91','\x9a','\xaa','\xa1','\xe9','\x3a','\x92','\x2c','\xe3','\x04','\xdd','\x81','\x89','\x6b','\xe2','\x4f','\xcc','\xc9','\xf8','\x5e','\x51','\xa6','\xe4','\x05','\x2a','\x31','\xcf','\x11','\xcf','\x13','\x44','\x40','\x42','\x56','\x54','\xd1','\x31','\x42','\x46','\x52','\x84','\x14','\x50','\x91','\xa5','\x62','\xd1','\x5c','\x2c','\x88','\x3d','\x21','\x8f','\xb2','\x1d','\x9b','\x70','\xc8','\x40','\x55','\x75','\x92','\xc9','\x24','\x6d','\xad','\x97','\xa8','\xab','\xaf','\xa7','\xa6','\xa6','\x9a','\x83','\x07','\x8f','\xb0','\x72','\xd5','\x4a','\xf6','\xec','\xd9','\xc3','\xef','\xbc','\xfb','\xdd','\xdc','\xbe','\xeb','\x36','\x6e','\xd9','\x73','\x1b','\xe3','\xf1','\xf8','\x0f','\x5d','\x0b','\x75','\x35','\xb5','\x7c','\xe4','\x43','\x7f','\x82','\xed','\xb8','\x9c','\x3b','\xdb','\xc2','\x91','\xc3','\x87','\xb9','\xde','\x7f','\x1d','\x90','\xd0','\x55','\x0d','\xdb','\xf7','\x8a','\x04','\xd4','\x0f','\xe6','\x4f','\x8a','\x86','\x08','\x92','\x84','\xa2','\xa8','\xe2','\xbd','\x53','\x44','\xe7','\x4d','\x52','\x24','\x14','\x59','\x41','\x09','\xe6','\x65','\x64','\x49','\x12','\xb3','\x63','\xc1','\x1a','\x98','\x20','\x2c','\xb2','\xe7','\xe1','\xcb','\x32','\x4a','\x30','\xc0','\x23','\xcb','\xf2','\x4d','\x83','\x03','\x49','\xb0','\x1b','\xb1','\x9e','\x84','\x89','\x82','\xd0','\x51','\x7b','\x45','\xa2','\x31','\x21','\xb1','\x13','\x0b','\x8f','\xe2','\x7a','\x54','\x35','\x15','\xd7','\x76','\x28','\x14','\x0a','\x94','\x97','\x57','\xb0','\x6c','\xd9','\x52','\x16','\x2e','\x5c','\x4c','\x24','\x12','\xe6','\x9f','\xff','\xe5','\xdf','\x85','\x11','\x03','\xe2','\xf7','\xdd','\x79','\xdb','\x6d','\xcc','\x9c','\x39','\x9d','\x44','\x22','\xc1','\xb1','\xa3','\x47','\x38','\x71','\xf2','\x24','\xe3','\xf1','\xf1','\x60','\xdd','\x88','\xf9','\x1e','\xdf','\x13','\x84','\x63','\x62','\xf6','\x46','\x55','\x54','\x54','\x4d','\x48','\xf5','\x3c','\x5f','\xac','\xb3','\x09','\x73','\x06','\x29','\x58','\xaf','\x12','\x3e','\x92','\x22','\x3e','\x1b','\x13','\x6b','\x53','\x1c','\x6c','\xd0','\xb6','\x99','\x60','\xc6','\xc1','\xff','\x7b','\xbe','\x5b','\x24','\xaa','\x92','\x24','\x23','\x4b','\x5e','\x30','\x2f','\x44','\x40','\x8c','\x5c','\x5c','\xdf','\x86','\xa0','\xc3','\xa9','\x04','\xbb','\x00','\xa2','\xe3','\x35','\x21','\x47','\x15','\xa4','\x3f','\x64','\x18','\xc4','\x62','\x51','\x96','\x2c','\x5d','\xc2','\x8a','\x15','\x2b','\x89','\xc6','\x22','\x5c','\xeb','\xeb','\x23','\x93','\xcd','\xfe','\xc8','\xfb','\x42','\x09','\x25','\x94','\x50','\x42','\x09','\x25','\xfc','\x2a','\xa0','\x44','\x80','\x4a','\x78','\x45','\xcc','\x9a','\x39','\x8b','\x69','\xd3','\x66','\x92','\xcf','\x5b','\xf4','\xf4','\x5c','\xe7','\xfc','\xf9','\x0b','\xb4','\xb7','\x77','\x61','\x59','\x26','\x86','\x11','\x42','\x92','\x54','\x5c','\x47','\x74','\x68','\x74','\x3d','\x84','\xe7','\x8a','\x02','\x4e','\x0c','\x5c','\x4f','\x48','\x95','\xc4','\x0c','\x8f','\xef','\x49','\xb8','\x8e','\x20','\x45','\x8a','\x2a','\x8b','\x61','\x70','\xfc','\xa0','\xe9','\xe1','\x23','\x21','\x17','\xe7','\x81','\x82','\x47','\xa2','\x98','\x24','\xd8','\x1d','\x0f','\x46','\x1c','\xdc','\x60','\x88','\xdc','\xf7','\xc5','\xe0','\xb7','\xd8','\x54','\x0f','\x26','\x80','\xa4','\x89','\x61','\xc2','\x09','\xb2','\x23','\x64','\x46','\x3e','\xe0','\x7b','\x37','\x49','\x91','\xef','\x49','\x78','\xfe','\x84','\x11','\x81','\x27','\xa6','\x92','\x5c','\x0f','\xdf','\x03','\xd7','\xf5','\xb1','\x4c','\x0b','\xcb','\x16','\xc4','\xa7','\xb2','\xaa','\x9a','\xba','\xda','\x5a','\x16','\x2d','\x5e','\x4a','\x7d','\xd3','\x24','\x4c','\xd3','\xa6','\xbf','\x7f','\x90','\xa3','\x47','\x4e','\xf0','\xd4','\x33','\xcf','\x32','\x3e','\x36','\x8a','\xac','\xa8','\x18','\xa1','\x08','\x00','\x8a','\x24','\x13','\x0e','\x2b','\xbc','\x4c','\xfe','\xe7','\x82','\xaa','\xea','\xa8','\x9a','\x86','\xed','\xda','\xf8','\x9e','\x8f','\xa2','\x68','\x78','\x88','\xc2','\x59','\xf2','\x83','\x4e','\x98','\xef','\xe1','\x41','\x60','\xa2','\x20','\x15','\xbb','\x60','\xb2','\x32','\xe1','\xe6','\x25','\x24','\x79','\xbe','\xe7','\xe3','\x7a','\x7e','\x40','\xa6','\xe4','\xa2','\x9c','\x4e','\x14','\xed','\xae','\x70','\x01','\x93','\x34','\x22','\xd1','\x28','\x20','\x91','\x4a','\xa5','\x18','\x8f','\xc7','\x31','\x0b','\x26','\xa3','\x23','\x63','\x0c','\xdc','\xb8','\xc1','\xd8','\xd8','\x38','\xf7','\xde','\x7d','\x0f','\x2b','\x56','\xae','\xe2','\x1d','\x6f','\x7b','\x07','\xff','\xfe','\x5f','\xff','\xce','\x78','\xe2','\x95','\x49','\x90','\x24','\x49','\xdc','\x77','\xcf','\xab','\x28','\x2b','\x2b','\xa3','\xab','\xbb','\x9b','\xb3','\x2d','\xe7','\xe9','\xec','\xbc','\x42','\x4d','\x55','\x3d','\xaa','\xa6','\x61','\x16','\x32','\x78','\xbe','\xe8','\x6e','\x4d','\x98','\x32','\x4c','\x74','\xa3','\x5c','\x57','\x74','\xa7','\x64','\x59','\x41','\xd5','\x14','\x64','\x59','\x45','\x96','\x55','\xc4','\xd3','\x04','\xcb','\xf1','\x7d','\x0f','\xdb','\x72','\x01','\x19','\x4d','\xd7','\xf0','\x1c','\xaf','\x38','\xec','\x3f','\xa1','\x8b','\x96','\x83','\x0e','\x9f','\x1b','\x90','\x3c','\xf1','\xde','\x7a','\x82','\x48','\x78','\xde','\x4b','\x64','\x93','\x01','\x51','\x08','\x3a','\x83','\x13','\x44','\xb3','\x28','\x79','\xf4','\x7d','\x24','\x59','\x41','\x56','\x65','\x24','\x5d','\x43','\x42','\xa6','\xa9','\xa9','\x81','\x4d','\x9b','\x36','\x51','\x57','\x57','\xcb','\xa5','\xcb','\x97','\x79','\xea','\xd9','\xe7','\x8b','\xc3','\xa8','\x55','\x15','\x15','\xfc','\xde','\x7b','\xde','\x43','\xbe','\x90','\xe5','\xd2','\xa5','\x56','\xce','\x9c','\x3d','\xc3','\xc8','\xe8','\x10','\xaa','\x26','\xa1','\x2a','\x2a','\x79','\xb3','\x80','\xeb','\xd9','\x13','\x1a','\xb6','\x80','\xb8','\x09','\x09','\x9a','\x1f','\x90','\x31','\x31','\x1b','\x16','\x68','\x3c','\x27','\x08','\xaf','\x24','\xe6','\xd4','\x7c','\xf7','\x66','\x47','\x74','\xc2','\x00','\xc1','\x97','\xfc','\x97','\xac','\xdf','\xa0','\x7f','\xe3','\xfb','\x78','\xbe','\x2d','\x8c','\x20','\x64','\xd1','\x75','\xf2','\x25','\xf1','\xfa','\x7e','\x20','\xad','\xf4','\x03','\xf2','\x2f','\x79','\x82','\x84','\x4a','\xaa','\x82','\x24','\xc9','\xe2','\x7a','\x38','\x13','\x9b','\x06','\x32','\x0a','\x3a','\x91','\x68','\x94','\xa6','\xa6','\x26','\xb6','\x6f','\xdb','\xc9','\x9a','\xb5','\x6b','\x48','\x26','\x52','\xfc','\xe6','\x3b','\xdf','\x59','\x22','\x40','\x25','\x94','\x50','\x42','\x09','\x25','\xfc','\xda','\xa0','\x44','\x80','\x4a','\xf8','\x3e','\xd4','\x56','\xd7','\xf0','\xb9','\xcf','\xfc','\x07','\xd1','\x68','\x88','\xd6','\x8b','\x97','\xb8','\x70','\xe1','\x2c','\xfd','\xfd','\xd7','\x01','\x8f','\xca','\xca','\x0a','\x54','\x4d','\x13','\x33','\x28','\xae','\x8b','\xe7','\xca','\x78','\xbe','\x8f','\x6d','\xd9','\x80','\x83','\xaa','\x6b','\xa8','\x8a','\x1c','\x90','\x95','\xa0','\x80','\xd5','\x14','\x42','\xa1','\x10','\xb6','\x23','\x9c','\xd1','\x64','\x2d','\xe8','\x68','\x14','\xe9','\x4b','\xb0','\x13','\x1e','\x74','\x0d','\x26','\x64','\x50','\x45','\x47','\xb0','\x89','\x42','\x50','\xf2','\xf0','\x3c','\x09','\x09','\x2f','\x28','\x2a','\xe5','\x40','\xea','\x33','\x51','\xb2','\x4e','\xb8','\x67','\xc9','\xc8','\xbe','\xf4','\x92','\xae','\xc4','\xcd','\x2e','\x92','\x2b','\xf9','\xc8','\xae','\xe8','\x42','\x48','\xaa','\x1a','\xc8','\xcb','\x1c','\x02','\xa1','\x10','\xb6','\x23','\xe4','\x6a','\x8a','\xaa','\xd2','\xd4','\xdc','\xc8','\xc6','\x0d','\x1b','\x58','\xb6','\x74','\x31','\x91','\xb0','\x46','\x62','\x3c','\xc1','\xc5','\x0b','\x2d','\x9c','\x38','\x7e','\x94','\xab','\x3d','\x3d','\xe8','\x9a','\x4a','\x79','\x65','\x39','\xb6','\x25','\xe1','\xd8','\x16','\x9a','\x11','\x42','\x37','\x42','\xc8','\x72','\x30','\x87','\x33','\x51','\xfc','\xab','\xaa','\x90','\x63','\x59','\xd2','\x4b','\x6c','\x9c','\x6f','\x16','\xc2','\xc2','\x38','\x40','\xc2','\xf3','\x1c','\xe1','\x0c','\xe6','\xdf','\xec','\x08','\xf8','\xd2','\xc4','\x5c','\x8d','\x04','\xb2','\x24','\xc8','\x9f','\x24','\x48','\x91','\x22','\x2b','\xc8','\x8a','\x5c','\x24','\x87','\x96','\x65','\x21','\x4b','\x0a','\xa6','\x69','\xe2','\xc4','\x6d','\x42','\x46','\x88','\x70','\x38','\x82','\xe3','\x3a','\x41','\xb7','\x45','\x21','\x3e','\x1e','\x67','\xdf','\xde','\x7d','\x64','\x33','\x19','\xc2','\xd1','\x08','\x7f','\xf8','\xfe','\xf7','\xa3','\x2a','\x32','\x1f','\xff','\xe4','\x27','\x30','\x2d','\xeb','\xfb','\xd6','\xc2','\xf4','\x29','\x53','\xf9','\xdd','\xf7','\xfc','\x0e','\xb9','\x5c','\x8e','\x2b','\x57','\x7a','\xb8','\x7c','\xe9','\x12','\x23','\xa3','\x23','\x54','\x55','\x55','\x62','\x59','\x0e','\xa9','\x74','\x12','\xdf','\xb7','\xd1','\x34','\x15','\xd7','\x75','\x6e','\x3a','\x8e','\x4d','\xb8','\xe0','\x49','\x12','\xaa','\xea','\x23','\xa1','\x20','\x4b','\x5a','\xf0','\x7e','\x8a','\x75','\xe1','\xba','\x0e','\x66','\x20','\x1b','\x94','\x55','\xe1','\x6a','\xe7','\x3a','\x6e','\xb1','\xa3','\x15','\x2c','\x06','\x71','\xae','\x52','\xd0','\x59','\x52','\x82','\xb7','\x3b','\xe8','\xe8','\x48','\xb2','\xf4','\x52','\xed','\xa4','\xf0','\x43','\x9b','\x30','\xd1','\x98','\x30','\x60','\x20','\x90','\x53','\x06','\x4b','\xc5','\x50','\x74','\x3c','\xc9','\xa7','\xb1','\xa1','\x9e','\x4d','\x9b','\x36','\x33','\x6f','\xde','\x7c','\x1c','\xd7','\xe3','\xf8','\xb1','\x93','\x24','\x53','\x69','\x00','\x54','\x55','\x65','\xed','\x9a','\xd5','\x34','\x34','\xd6','\x31','\x3c','\x34','\xc4','\xb1','\xe3','\xc7','\xe9','\xe9','\xb9','\x82','\xe3','\xb8','\xe2','\xbd','\x52','\x00','\xdf','\x13','\x84','\x53','\xb9','\xd9','\x61','\x99','\x70','\xf8','\xf3','\x3c','\xf7','\xe6','\x4c','\x52','\x60','\x80','\x20','\x49','\xf2','\x04','\x25','\x0f','\xc8','\xb9','\x27','\xd6','\x83','\x3f','\xd1','\xf5','\xba','\x69','\x7e','\x21','\x49','\x42','\x02','\x28','\x88','\x9c','\x2b','\x3a','\x88','\x13','\x9d','\x1f','\x59','\x11','\xd7','\x51','\xf2','\x45','\xbf','\xc8','\x13','\x6b','\x57','\x55','\x25','\x74','\x5d','\x47','\x96','\x85','\x53','\xde','\x84','\x21','\x85','\x98','\x3f','\x73','\x91','\x24','\x1f','\xdb','\x31','\x91','\x14','\x89','\x29','\x53','\x26','\xb3','\x74','\xe9','\x12','\xea','\xeb','\xeb','\xb9','\x70','\xfe','\x02','\xe7','\x2e','\x5e','\xf8','\x19','\xef','\x1a','\x25','\x94','\x50','\x42','\x09','\x25','\x94','\xf0','\xcb','\x83','\x12','\x01','\x2a','\xe1','\x65','\x50','\x15','\x85','\xfb','\xee','\xb9','\x9b','\x86','\xba','\x2a','\xae','\x5f','\xef','\xa1','\xbd','\xfd','\x02','\xdd','\x5d','\xed','\xd4','\xd5','\x56','\xb0','\x7e','\xfd','\x2a','\x0c','\xc3','\x10','\x03','\xed','\x9e','\x4f','\x38','\x12','\x41','\x55','\x55','\x6c','\xd3','\xc2','\x08','\x85','\xb1','\xac','\x34','\x9e','\x64','\xe3','\xf9','\x2e','\xae','\x03','\xa1','\x50','\x04','\xb3','\x60','\x62','\x84','\xc2','\x34','\x4f','\x6a','\xe6','\xc6','\xc0','\x0d','\xae','\xf5','\x5e','\xa7','\xb2','\xa2','\x9a','\x70','\x38','\x86','\xa1','\xeb','\x78','\xae','\x44','\xc1','\xb4','\x70','\x5d','\x0b','\x59','\x56','\xd1','\x75','\x03','\x59','\x11','\x64','\xc0','\x71','\x5d','\x5c','\xc7','\x12','\xd9','\x29','\x5e','\x30','\x58','\xaf','\x0a','\x57','\x2e','\x51','\xf4','\xfa','\x38','\x9e','\x8d','\xeb','\x38','\x62','\x17','\x1c','\x47','\x14','\x7c','\xc1','\xf0','\xbb','\x6b','\xcb','\x62','\xd7','\x5b','\x95','\x91','\x7c','\x70','\x1c','\x1b','\xcb','\xb2','\x70','\x1c','\x0f','\x59','\x15','\x14','\xcc','\xb6','\x6d','\x8c','\x90','\x81','\x24','\x49','\xc4','\xc7','\x13','\x58','\xb6','\x45','\x6f','\x6f','\x2f','\xa3','\xa3','\x23','\x34','\x35','\x36','\x70','\xc7','\xed','\xb7','\x31','\x63','\x4a','\x23','\x6e','\x2e','\xce','\x95','\xce','\xf3','\xec','\x7f','\xe1','\x71','\xae','\x74','\x9e','\xa7','\xb6','\x5c','\xa7','\xac','\x3c','\x4a','\x22','\x9d','\xc2','\x75','\x4c','\xa6','\x4d','\x9b','\xc2','\xac','\x39','\xb3','\xa9','\xaf','\x6f','\x20','\x1a','\x8b','\x20','\xab','\x2a','\xb2','\xa2','\xa2','\x29','\x2a','\xb6','\x6b','\x63','\x5b','\x36','\x8a','\xaf','\x82','\x27','\xc8','\x11','\x72','\x50','\x10','\xfb','\x12','\xb6','\x63','\x0b','\x63','\x03','\xcf','\x05','\x84','\x6b','\x97','\x70','\xbf','\x53','\x90','\x02','\x09','\x9c','\xe4','\x81','\xa2','\xa9','\x38','\xb6','\x45','\xc1','\xb2','\x31','\x34','\x1d','\x55','\x55','\xf0','\x7d','\x61','\xfd','\xed','\xfa','\x1e','\x56','\xc1','\xc6','\x2c','\x58','\xf4','\xf7','\xf7','\x33','\x3a','\x3a','\x82','\xeb','\xd8','\xc4','\xe3','\x49','\x32','\x59','\x1b','\xcb','\xb4','\xf0','\x6c','\x0f','\x45','\x51','\x48','\x27','\xd3','\x1c','\x39','\x7c','\x84','\xea','\x9a','\x32','\x1e','\x7a','\xe3','\x83','\xbc','\xf5','\xad','\x0f','\xf1','\xfc','\xbe','\xe7','\x39','\x76','\xf2','\xe4','\xcb','\xd6','\x82','\xa6','\x69','\xec','\xbe','\xfd','\x36','\x7c','\xdf','\x62','\x78','\x64','\x9c','\xce','\x8e','\x56','\xfa','\xfa','\xba','\xb1','\xdd','\x1c','\xb6','\x6b','\xe0','\xba','\x36','\x92','\x04','\x53','\xa7','\xce','\x60','\xea','\xd4','\xa9','\x38','\x8e','\x43','\x65','\x65','\x25','\xd5','\xd5','\xd5','\xa4','\xd3','\x69','\x24','\x49','\x22','\x16','\x8b','\x62','\xdb','\x5e','\x91','\x10','\xc0','\xcd','\x79','\x1d','\x9f','\x09','\x09','\x20','\xb8','\xae','\x8d','\xe3','\xda','\x37','\xb9','\x9f','\xef','\xe3','\xf9','\xa2','\xc0','\xf7','\x3d','\x0f','\x19','\x19','\xcd','\x10','\xdd','\x35','\x2f','\x70','\x32','\x9b','\xe8','\xb4','\x08','\x79','\x9c','\x22','\xba','\x2d','\x9e','\x8c','\x6e','\x18','\x81','\xd1','\x9c','\x70','\x63','\x4b','\x24','\xe2','\xa8','\x9a','\x4e','\x7d','\x5d','\x2d','\x89','\x44','\x9c','\x7c','\xbe','\xc0','\x85','\x8b','\x17','\x68','\x6e','\x9a','\xcc','\x86','\xf5','\x9b','\x51','\x15','\x83','\x74','\x22','\xcd','\xd5','\x2b','\x57','\x8b','\xe7','\x3e','\x73','\xfa','\x34','\xfe','\xe4','\x83','\x1f','\x44','\xd7','\x0d','\x2e','\x5d','\xbe','\xcc','\x91','\x23','\x47','\x48','\xa7','\xd2','\x62','\x7e','\xc7','\xf3','\xd1','\x74','\x15','\x0d','\x95','\xca','\xca','\x4a','\x9a','\x9a','\x9a','\x08','\x87','\xc3','\x41','\x17','\x4c','\x45','\x51','\x24','\x61','\x40','\x20','\xf9','\x68','\x5a','\xe0','\x72','\x10','\x48','\x1a','\x85','\x13','\xa0','\xe8','\x54','\xb9','\xb6','\x8d','\xeb','\x79','\x82','\x40','\x79','\x12','\x5e','\x30','\x19','\x34','\x21','\xf1','\x9c','\xd0','\x02','\xfa','\xbe','\x83','\xe7','\xdb','\xc5','\x59','\x37','\x59','\x96','\x51','\x55','\x55','\x70','\x62','\x59','\x42','\x96','\x55','\x0a','\xf9','\x02','\xbe','\xef','\xd1','\xdc','\xd4','\x4c','\x28','\x1c','\x61','\x60','\xa0','\x9f','\x42','\xa1','\x40','\x45','\x65','\x45','\xd1','\x85','\x4f','\x55','\x0d','\x5a','\x2f','\x76','\x90','\x4c','\xc6','\x59','\xb9','\x6a','\x09','\xb3','\xe7','\x4e','\x67','\x6c','\x7c','\x90','\x0f','\xfd','\xf9','\x87','\xb1','\x5e','\x81','\xfc','\x96','\x50','\xc2','\x8f','\xc2','\x4b','\x89','\x3f','\x4c','\x98','\x9f','\x28','\x38','\xae','\x53','\xfc','\x5a','\x55','\x54','\x6c','\xdb','\xbe','\xd9','\xd9','\xfd','\x11','\xaf','\x67','\xe8','\x3a','\x66','\x30','\x0f','\x18','\x0a','\x85','\xb0','\x6d','\xfb','\x65','\xb2','\x54','\x59','\x92','\x6f','\x76','\x59','\x4b','\x56','\x59','\x25','\x94','\x50','\xc2','\x4f','\x89','\x12','\x01','\x2a','\xe1','\x65','\x68','\xa8','\xab','\xe3','\x1d','\x6f','\xfb','\x0d','\x32','\x99','\x34','\xed','\xed','\xed','\xb4','\xb6','\x5e','\xe4','\x7a','\x7f','\x1f','\x93','\x27','\x4f','\x66','\xd9','\xd2','\x25','\x34','\x36','\x36','\x51','\x55','\x55','\x45','\x45','\x45','\x39','\x15','\x95','\x15','\x48','\xbe','\x44','\x3a','\x9d','\xc2','\xb2','\x1d','\x2a','\x2a','\xa3','\xe4','\xcd','\x0c','\x63','\xf1','\x61','\xa2','\x91','\x32','\x62','\xb1','\x0a','\x92','\x89','\x14','\xa6','\xe9','\x50','\x55','\x55','\x49','\x28','\x14','\xc2','\xb2','\x1c','\x64','\x14','\x74','\x3d','\x8c','\x24','\x29','\xe0','\xc9','\xb8','\xbe','\x87','\xe7','\xfa','\x81','\x39','\x00','\xa8','\xba','\x30','\x3e','\xb0','\x6d','\x07','\xc7','\x29','\x04','\xf9','\x39','\x6e','\xe0','\x9a','\x26','\x0a','\x44','\x23','\x24','\x0a','\x4d','\xcb','\x72','\x02','\x69','\x91','\x87','\xeb','\x3b','\x13','\x93','\x3e','\x88','\xb1','\x0c','\x03','\x55','\xd1','\x51','\x54','\x21','\x81','\xf2','\x5d','\x07','\xcb','\x71','\x70','\x1d','\x4f','\xe4','\x03','\xf9','\x1e','\xb9','\x6c','\x56','\x10','\x39','\x4d','\xa3','\xa3','\xfd','\x32','\x9d','\x9d','\x5d','\x5c','\xb8','\x70','\x9e','\xf8','\xd8','\x38','\xab','\x56','\xac','\xa4','\xb1','\xa9','\x09','\x59','\x82','\x9e','\x9e','\x2e','\x4e','\x9e','\x3c','\xc1','\xd0','\xe0','\x00','\x12','\x1e','\xb9','\x7c','\x96','\x82','\x99','\xa5','\xb6','\xbe','\x8e','\xcd','\x9b','\x37','\xb2','\x66','\xcd','\x6a','\xe6','\xcc','\x9b','\x27','\x8a','\xe1','\x48','\x84','\x82','\x63','\x63','\xd9','\x26','\xb2','\x24','\xa3','\xa9','\x42','\xfe','\xe5','\x5b','\x32','\xae','\x2d','\xba','\x3c','\xb2','\xac','\xa0','\x69','\x6a','\xb1','\x4b','\xe5','\x38','\x1e','\xbe','\xeb','\x88','\xce','\x97','\x34','\x61','\x1c','\x21','\x3a','\x48','\x12','\x42','\xb6','\x27','\x4b','\x32','\xae','\xe7','\x80','\x2f','\x11','\x0a','\x87','\x50','\x15','\x25','\x70','\x20','\x73','\xf0','\x25','\xd0','\x54','\x1d','\x43','\x0d','\x31','\x9e','\x88','\xd3','\xd7','\xd7','\xc7','\xc0','\xf5','\xeb','\x9c','\x38','\x75','\x9a','\xb3','\x67','\x5b','\x48','\xa5','\x52','\x14','\x0a','\x26','\x8a','\x22','\xa4','\x51','\xe9','\x54','\x8a','\xe3','\xc7','\x8e','\xb0','\x64','\xc9','\x12','\x6e','\xdd','\x75','\x0b','\x77','\xef','\xd9','\x4d','\x7b','\x67','\x27','\xf1','\x44','\xa2','\xb8','\x16','\xea','\x6a','\x6a','\xf8','\x9d','\x77','\xbd','\x8b','\x48','\x34','\xc2','\xc5','\xb6','\x8b','\x5c','\x38','\xdf','\xc2','\xf8','\xd8','\x18','\xae','\xe7','\x91','\x4c','\xc4','\x31','\x0c','\x83','\x25','\x4b','\x16','\x73','\xdb','\xae','\xdb','\x58','\xb6','\x6c','\x19','\x46','\xc8','\x20','\x14','\x0a','\x51','\x56','\x56','\x46','\xc8','\x30','\x90','\x64','\x19','\xd3','\x34','\xb1','\x2d','\x1b','\x5d','\xd7','\x45','\x57','\x83','\x20','\xe3','\x28','\x90','\xf1','\x49','\x12','\x01','\xb9','\xf5','\x91','\x64','\x0f','\xd7','\xf7','\x83','\xee','\x20','\x45','\x47','\x39','\x1f','\x1f','\x3c','\x1f','\xdb','\x73','\x70','\x1d','\x1f','\xdf','\x13','\x2e','\x67','\x92','\x17','\x34','\x82','\x26','\x4c','\x22','\x7c','\x90','\x50','\x50','\x14','\x0d','\xcb','\xb2','\x89','\x46','\x23','\xd4','\xd6','\xd6','\x92','\x88','\xc7','\x49','\x67','\xd3','\xd4','\xd4','\xd4','\x10','\x1f','\x8f','\x73','\xfc','\xf8','\x71','\x74','\xc3','\x60','\xfd','\xba','\xb5','\xcc','\x9e','\x3d','\x1b','\xc7','\x71','\xe8','\xe8','\xec','\xe4','\x4a','\x4f','\x0f','\xd3','\xea','\x6b','\xd9','\xb2','\x75','\x0b','\xf7','\xdc','\x73','\x2f','\x55','\x55','\x95','\x8c','\x8c','\x8c','\x70','\xfc','\xf8','\x09','\x6e','\xdc','\xb8','\x51','\x9c','\xd7','\x52','\x14','\x99','\xe6','\xa6','\x66','\x16','\x2f','\x59','\xc4','\xca','\x95','\x2b','\x59','\xb8','\x70','\x11','\xa1','\x50','\x88','\x42','\x21','\x4f','\x24','\x12','\xa1','\xa2','\xa2','\x12','\xcb','\xb2','\xc9','\x66','\x53','\x68','\xba','\x8c','\x2c','\x6b','\x62','\x46','\x48','\x22','\x90','\x7f','\x52','\xb4','\x44','\x07','\x1f','\x45','\x53','\x44','\x37','\xd3','\x07','\xdf','\x77','\xf1','\xf1','\x84','\x2c','\xd4','\xf3','\xc4','\x23','\x09','\x90','\xed','\x22','\xd9','\xc3','\x17','\x84','\x77','\x22','\x4b','\xcb','\xf3','\x7d','\x0c','\x4d','\x47','\x96','\x24','\x0a','\x66','\x01','\xd7','\xf5','\xd1','\x75','\x8d','\xaa','\xaa','\x4a','\x0c','\xc3','\xa0','\x7f','\xe0','\x06','\xf9','\x5c','\x8e','\xd1','\xd1','\x04','\xae','\x2b','\x61','\x15','\xf2','\x2c','\x5a','\xb4','\x80','\x68','\x34','\xc2','\x47','\xff','\xee','\x63','\x9c','\x3c','\x75','\xe6','\x17','\x78','\x87','\xf9','\x9f','\x83','\xa6','\x69','\x2f','\xe9','\x76','\x49','\xc5','\x0c','\xb0','\x89','\xe2','\xb9','\x84','\x9f','\x2f','\x2a','\x2b','\x2a','\xf8','\x8d','\x37','\xbe','\x85','\xd7','\xdd','\xf7','\x1a','\x22','\xe1','\x28','\xd1','\x68','\x19','\xa9','\x54','\x1a','\xdf','\xf5','\xc4','\x26','\x04','\x1e','\xa9','\x54','\x16','\xdb','\xb6','\x51','\x55','\x0d','\xd3','\xcc','\xf3','\xce','\xdf','\xfd','\x2d','\xae','\xf4','\xf6','\xbc','\xe2','\xeb','\xa9','\x8a','\xc2','\xe6','\x0d','\x9b','\xf9','\xf8','\x47','\x3f','\x8a','\xae','\xeb','\x78','\x9e','\x47','\x45','\x85','\x50','\x1c','\x64','\x32','\x99','\xa0','\x5b','\xaf','\x70','\x63','\x60','\x00','\xd3','\x34','\x39','\x7c','\xec','\x28','\x5f','\xfb','\xe6','\x37','\x68','\xef','\xec','\xf8','\x05','\x9f','\x79','\x09','\x25','\x94','\xf0','\xab','\x80','\x12','\x01','\x2a','\xa1','\x08','\x45','\x96','\xf9','\xc4','\xdf','\xfc','\x0d','\x91','\x48','\x84','\x78','\x22','\xc9','\x95','\x9e','\xab','\xb4','\x5d','\xba','\x44','\x32','\x11','\x27','\x16','\x8d','\xd0','\xde','\xd1','\x8e','\x65','\xd9','\x24','\x12','\x09','\x24','\x84','\x95','\xb1','\xe7','\x4b','\xc2','\xfd','\xcc','\xb2','\x89','\x55','\xc4','\x48','\xa5','\x13','\x54','\x56','\x56','\xb0','\x72','\xc5','\x74','\x14','\x45','\x23','\x9b','\x19','\xe1','\xfa','\xf5','\xeb','\x9c','\x3d','\x73','\x8e','\xca','\xca','\x4a','\x22','\x91','\x18','\x89','\x44','\x12','\xdf','\x23','\x18','\xdc','\x97','\x44','\x66','\x0a','\x12','\x8e','\xe7','\xe2','\xd8','\x0e','\x9a','\x2a','\xac','\x91','\x45','\xa8','\xa5','\x83','\xeb','\x89','\xf9','\x09','\x3f','\x28','\x06','\x7d','\xcf','\x43','\x33','\x14','\x14','\x45','\x2e','\xba','\xb9','\xc9','\x8a','\x8c','\x24','\x4f','\x48','\x8b','\x40','\x91','\x24','\x34','\x35','\x84','\xaa','\x18','\x37','\xf3','\x71','\x80','\x09','\x6f','\x60','\x45','\x11','\xdd','\x93','\x54','\x3a','\x8d','\xa6','\xe9','\x94','\x95','\x95','\x31','\x34','\x3c','\xc2','\xc8','\xc8','\x08','\xe1','\x70','\x84','\xc5','\xdb','\x16','\xb3','\x7e','\xc3','\x06','\x14','\x45','\xe5','\xc6','\x8d','\x01','\x8e','\x1e','\x3d','\xc9','\xf1','\xe3','\xa7','\x49','\x24','\xb3','\x80','\x42','\x26','\x53','\x40','\x37','\x0c','\xd6','\xac','\xd9','\xc4','\x7d','\xaf','\xb9','\x8f','\x58','\xac','\x9c','\x91','\x91','\x11','\x8e','\x1e','\x3b','\x45','\x22','\x91','\xc0','\xb4','\x2c','\x7c','\xfc','\x62','\x17','\x42','\x96','\x65','\xb0','\x27','\x5c','\xc1','\x44','\x90','\xab','\xa6','\x69','\xc5','\xd0','\xcc','\x89','\x9e','\xc8','\xcd','\x80','\x58','\x82','\xf3','\xf7','\x83','\xb9','\x97','\x89','\xdd','\x4e','\xf1','\x9a','\xe1','\x70','\x38','\x20','\x40','\x36','\xa6','\x65','\x07','\x0e','\x76','\x51','\x22','\xa1','\x08','\xe5','\xe5','\xe5','\x4c','\x9e','\x3c','\x99','\x05','\x0b','\x17','\xb2','\x70','\xc9','\x52','\xd6','\xac','\x69','\xa5','\xbb','\xfb','\x0a','\xe7','\xce','\xb5','\xd0','\xda','\xda','\x4a','\x38','\x14','\x26','\x14','\x89','\x31','\x34','\x3c','\x4c','\x4b','\x4b','\x0b','\x6b','\xd7','\xad','\xe1','\x6d','\x6f','\x79','\x13','\x17','\x2e','\x5e','\xe4','\xe1','\x6f','\x3d','\x02','\x08','\x09','\xd8','\xd6','\xcd','\x9b','\x30','\xc2','\x06','\xf1','\x78','\x9c','\x93','\x27','\x4e','\xd2','\xd1','\xd9','\x89','\x2f','\x89','\x6c','\x1e','\xcb','\xb2','\x99','\x33','\x67','\x2e','\xf7','\xdc','\x73','\x37','\x0b','\x17','\x2e','\xc2','\xf3','\x3c','\xe2','\xf1','\x38','\x63','\x63','\xa3','\xe4','\x0b','\x26','\x95','\x15','\x95','\x68','\x9a','\x4a','\x22','\x91','\xc4','\xb6','\x2d','\x0c','\x5d','\x07','\x8a','\xe3','\x32','\xc5','\x4c','\x1c','\xdf','\x13','\x32','\x30','\xc5','\x90','\xd1','\x55','\x15','\x31','\x3e','\x24','\x0c','\x2e','\x3c','\x84','\xd5','\xb3','\x30','\xff','\x13','\x24','\x68','\x42','\x40','\x88','\x2f','\x05','\xef','\xbb','\x54','\x74','\x9d','\x03','\x09','\xd7','\xf5','\x71','\x1c','\x17','\xd3','\x2c','\xa0','\x2a','\x2a','\x15','\xe5','\xe5','\x10','\x64','\xf5','\x84','\xc2','\x61','\x4c','\xcb','\x24','\x99','\x4a','\xb2','\x78','\xe1','\x42','\x96','\x2f','\x5b','\x8e','\x24','\x49','\xf4','\xf6','\xf6','\xf2','\x9d','\xef','\x7c','\x87','\x33','\x67','\xcf','\x52','\x51','\x59','\xc9','\x82','\x05','\x0b','\x99','\x33','\x67','\x0e','\x86','\xae','\xf3','\xcc','\xb3','\xcf','\x72','\xea','\xe4','\x49','\x21','\xcb','\xf4','\x7d','\x2c','\xdf','\xa7','\xbe','\xae','\x86','\x35','\x6b','\xd7','\xb0','\x75','\xeb','\x56','\x9a','\x9a','\x9a','\xb0','\x2d','\x9b','\xae','\xae','\x2e','\xc6','\xc7','\xc7','\x89','\x44','\x22','\x54','\x56','\x56','\xe2','\x38','\x0e','\xd9','\x5c','\x06','\x45','\x15','\xa6','\x15','\xae','\x7b','\x53','\xe2','\x29','\x4b','\x81','\x49','\x48','\x60','\xe1','\xce','\x4b','\x36','\xb1','\x7d','\x5f','\xcc','\xa5','\x49','\x81','\x14','\x6e','\x62','\x7d','\x23','\x07','\x73','\x3c','\xc1','\xcc','\x8f','\x13','\x58','\x83','\xbb','\x81','\xac','\xb4','\x2c','\x56','\x86','\xa6','\xeb','\x8c','\xc7','\xc7','\xb0','\x4c','\x8b','\xb2','\xb2','\x32','\xca','\x2b','\x2a','\x70','\x5d','\x8f','\xe1','\xe1','\x61','\x42','\x21','\x03','\xcb','\x72','\xa8','\xac','\xa8','\x60','\xde','\x9a','\x35','\xcc','\x9b','\xbf','\x88','\x64','\x32','\xc9','\x13','\x4f','\x3f','\x5b','\x0c','\xdf','\xfd','\x65','\x85','\x24','\x49','\x6c','\xdc','\xb0','\x81','\x3b','\x6f','\xbf','\x83','\x1d','\x3b','\x77','\xd2','\x7f','\xbd','\x1f','\x09','\x9f','\x86','\xc6','\x06','\x0c','\x55','\x67','\x7c','\x6c','\x0c','\xd3','\x34','\x09','\x19','\x06','\x8e','\x65','\xe3','\xda','\x0e','\x7f','\xf6','\xd1','\xbf','\xe6','\x7c','\xdb','\xc5','\x52','\x07','\xe1','\xa7','\x84','\x2c','\xcb','\xbc','\xf9','\xc1','\x37','\xf2','\xc7','\x7f','\xf0','\x41','\x3a','\x3a','\x3a','\xb8','\xd6','\xd7','\x4b','\x24','\x12','\x63','\xa0','\x7f','\x00','\xdf','\x87','\x29','\x53','\x26','\x53','\x28','\x14','\xc8','\xe6','\xf2','\xd4','\xd6','\xd4','\xb1','\x7c','\xd9','\x62','\xb2','\xb9','\x2c','\x91','\x48','\xf8','\x15','\x5f','\x4f','\x02','\xde','\xf6','\xe6','\xb7','\xf0','\xb6','\x37','\xff','\x06','\xc3','\xc3','\xc3','\x80','\x4f','\x3a','\x9d','\x21','\x97','\xcf','\x53','\x16','\x8d','\x11','\x0e','\x87','\x31','\xc2','\x21','\xb1','\x79','\x60','\x59','\xcc','\x99','\x33','\x87','\x55','\xab','\x56','\xb1','\xff','\xe0','\xc1','\x12','\x01','\x2a','\xa1','\x84','\x12','\x7e','\x2a','\x94','\x08','\x50','\x09','\x45','\x34','\x35','\x34','\xb0','\x74','\xe9','\x52','\x74','\x5d','\x67','\x74','\x78','\x98','\xa1','\xc1','\x41','\x46','\x87','\x87','\x91','\x15','\x85','\xd1','\xd1','\x51','\xf6','\xed','\x7d','\x91','\x4b','\x8d','\x97','\xf1','\x81','\xe4','\xf8','\x38','\xae','\xef','\x17','\xed','\x8e','\x2b','\xca','\xca','\xc9','\xe4','\x33','\x14','\xac','\x2c','\x7b','\xee','\xdc','\xc3','\xcc','\x19','\xb3','\xb8','\x31','\x38','\xc4','\xd9','\x33','\x67','\xb9','\x7e','\xbd','\x8f','\x2b','\x3d','\x3d','\x8c','\x8f','\xc7','\x31','\xf4','\x10','\x20','\xe3','\x58','\x4e','\xd1','\x22','\x58','\xd3','\x74','\x24','\x64','\x1c','\x4f','\x7c','\x4f','\x09','\xe6','\x66','\x24','\xdf','\x07','\xe1','\xec','\x1b','\x74','\x0b','\x44','\xb2','\xbd','\x2f','\x81','\x12','\x64','\x0d','\x29','\xaa','\x30','\x5e','\x10','\x19','\x40','\x7e','\x71','\xa6','\x08','\xdf','\xc7','\xcc','\x3b','\x38','\xb6','\x08','\x0e','\x9d','\x70','\x94','\x9b','\x98','\x0f','\x11','\x9d','\x24','\xf1','\xdc','\x50','\x38','\x42','\xc8','\x30','\xc8','\x17','\x0a','\xc8','\x92','\xc4','\x94','\x29','\x53','\x58','\xb8','\x68','\x31','\xb3','\xe7','\xcc','\x61','\x6c','\x74','\x94','\x53','\x67','\xce','\x70','\xfa','\xf4','\x19','\x06','\xfa','\x07','\xc8','\x64','\xb3','\xd8','\xa6','\x4d','\x75','\x75','\x0d','\xcb','\x96','\x2f','\x63','\xf3','\xe6','\x8d','\x34','\xd4','\xd5','\xd3','\xdb','\xdb','\xc7','\xde','\xbd','\x2f','\x70','\xe0','\xd0','\x01','\xae','\x0f','\x0c','\xa0','\x69','\x1a','\xd1','\x58','\x0c','\x59','\x55','\xb1','\x6d','\x0b','\xd7','\x76','\xd0','\x64','\x15','\x05','\xa9','\x38','\x1b','\x23','\xcb','\x4a','\x20','\x67','\x52','\x8a','\xe1','\xa6','\x37','\x5d','\xcb','\x04','\xf1','\x91','\x65','\x51','\xd4','\x83','\x17','\xd8','\x2a','\x0b','\xe9','\x57','\x38','\x14','\x16','\x19','\x46','\x8e','\x8b','\xed','\x88','\xd9','\x1b','\x5d','\x33','\x44','\x17','\xc8','\xd0','\x99','\x36','\x6d','\x2a','\xab','\x56','\xad','\x66','\xf1','\x92','\xa5','\x6c','\xd9','\xba','\x85','\x95','\x2b','\x57','\x11','\x0a','\x85','\x69','\x6d','\x6d','\x25','\x5f','\x28','\x50','\x55','\x53','\x8e','\x69','\xdb','\x74','\x74','\xb4','\x73','\xa9','\xed','\x32','\x6b','\xd7','\xac','\xe1','\x37','\x1e','\x7a','\xa8','\x48','\x80','\xb6','\x6f','\xde','\xc4','\x9f','\x7f','\xf8','\x4f','\x88','\x8f','\x8f','\x73','\xe0','\xc0','\x41','\x0e','\x1f','\x3e','\x42','\xbe','\x90','\xa7','\xb2','\xb2','\x92','\x7c','\x3e','\x4f','\x2c','\x56','\xc6','\xf6','\xed','\x3b','\xd8','\xb8','\x71','\x33','\x57','\xae','\x74','\xf3','\xcc','\xd3','\xcf','\x70','\xe5','\xea','\x15','\x46','\x46','\x47','\xc9','\x65','\x73','\xa2','\x03','\x14','\x1c','\xaf','\xa6','\xa9','\x82','\x98','\x7a','\x5e','\x60','\x01','\x5d','\x0c','\xa8','\x29','\xe6','\x18','\x29','\x9a','\x82','\xac','\x14','\xdd','\x9b','\x8b','\xf2','\x96','\x40','\xe9','\x88','\x20','\x7e','\x81','\xe5','\x33','\xc2','\xfe','\x59','\x48','\x22','\x6f','\xe6','\xe0','\x38','\x8e','\x87','\x59','\xb0','\x30','\xb4','\x10','\x48','\x10','\x4f','\x24','\x70','\x1d','\x87','\x50','\x28','\x44','\x45','\x45','\x05','\x46','\x28','\x44','\x21','\x9f','\x67','\xf6','\x9c','\x59','\xec','\xba','\xf5','\x36','\xaa','\xaa','\xaa','\x48','\xa7','\x33','\x9c','\x3f','\x7f','\x9e','\x93','\x27','\x4f','\x10','\x1f','\x8f','\xb3','\x65','\xf3','\x66','\x56','\xac','\x58','\xc1','\x8c','\x19','\x33','\x68','\xbd','\x78','\x91','\xa7','\x9e','\x7c','\x92','\xb1','\xb1','\x51','\xea','\xea','\xea','\x89','\x8f','\x8f','\x63','\xd9','\x36','\xcb','\x96','\x2e','\x65','\xe3','\xc6','\x8d','\x54','\x56','\x56','\x72','\xec','\xf8','\x71','\x5e','\x78','\xe1','\x05','\x3a','\x3b','\xda','\x31','\x4d','\x0b','\xc3','\x30','\x44','\xf0','\xad','\x22','\x08','\xba','\x24','\x8b','\x2e','\x8f','\xef','\xdd','\x0c','\xb6','\x93','\x15','\x19','\x35','\xb0','\x68','\xf7','\x7d','\x61','\x59','\xee','\x4d','\xfc','\xd0','\xa7','\x68','\x68','\x50','\xfc','\x77','\x37','\xed','\x3c','\x8a','\xee','\x87','\x45','\x2b','\x88','\x40','\x0e','\x28','\x49','\x12','\x9a','\xae','\x13','\x89','\x08','\x29','\x5e','\x32','\x99','\xc4','\x2c','\x58','\xc8','\xaa','\x8c','\xef','\xb9','\x54','\x57','\x55','\xd3','\xdc','\x3c','\x89','\x39','\x73','\xe7','\xb3','\x74','\xd9','\x32','\x6a','\x6b','\x6b','\x79','\xcf','\xef','\xbe','\x8f','\x9e','\x9e','\xde','\xff','\x81','\x3b','\xc9','\x2f','\x16','\xeb','\xd6','\xae','\xe5','\x1f','\x3e','\xf1','\x0f','\x74','\x76','\x76','\x72','\xfd','\xfa','\x75','\x22','\xe1','\x30','\xb2','\x24','\x91','\x49','\xa6','\xc8','\xab','\x0a','\xb6','\x2d','\x66','\xfa','\x2a','\x62','\x15','\x54','\x54','\x56','\x52','\x55','\x51','\xce','\x6d','\x3b','\x6f','\xa1','\xb5','\xfd','\x92','\xf8','\x2c','\x96','\xf0','\x13','\x63','\xd6','\xf4','\x19','\xbc','\xeb','\x1d','\xbf','\xc5','\xe1','\xa3','\x87','\xf9','\xb7','\x4f','\xff','\x3b','\x5d','\x57','\xba','\xd1','\x14','\x1d','\xab','\x60','\x51','\x51','\x5d','\x43','\x65','\x55','\x05','\xc9','\x44','\x82','\x29','\x93','\xa7','\x70','\xf7','\xdd','\xf7','\x32','\x73','\xc6','\x0c','\x3e','\xf6','\x8f','\x1f','\xa3','\xad','\xfd','\xf2','\x2b','\xbe','\xde','\xec','\x99','\xb3','\xf8','\xf0','\x1f','\xfd','\x31','\xa7','\x4e','\x9d','\xe2','\xeb','\x5f','\xff','\x3a','\x1d','\x1d','\xed','\xb8','\xae','\x47','\x26','\x9b','\x03','\xc9','\xa7','\xa9','\xa1','\x11','\xd7','\x11','\x9b','\x47','\x77','\xde','\x79','\x27','\x53','\xa6','\x4c','\xe1','\xaf','\x3e','\xfa','\x37','\x1c','\x3e','\x7e','\xf4','\x17','\x7c','\xe6','\x25','\x94','\x50','\xc2','\xaf','\x0a','\x4a','\x04','\xa8','\x04','\x40','\x74','\x44','\x5e','\x75','\xf7','\x1e','\xaa','\x6b','\xaa','\x39','\x73','\xe6','\x0c','\xcf','\x3e','\xf7','\x1c','\xa7','\x4f','\x9d','\x64','\x70','\x70','\x88','\xf2','\x8a','\x72','\x4c','\xcb','\x22','\x5f','\x30','\x19','\x1b','\x1b','\x13','\xc5','\xa6','\x6d','\xa3','\x19','\x86','\x90','\x36','\x01','\xe9','\x64','\x8a','\x74','\x3e','\xcd','\xfc','\xf9','\x0b','\x99','\x3e','\x7d','\x1e','\x96','\xe9','\xd3','\xd5','\x75','\x95','\xb3','\xe7','\x5a','\xc8','\xa6','\xd2','\x64','\xd2','\x59','\xfa','\xae','\xf5','\xe3','\xba','\x2e','\x15','\xe5','\x65','\x81','\x4b','\xd6','\x44','\x51','\x28','\x07','\x36','\xc6','\x20','\xc9','\x1e','\x9e','\x23','\xe1','\xba','\x12','\xc1','\xfc','\x78','\x31','\x17','\x46','\x92','\x65','\x64','\xc4','\x10','\xb8','\xeb','\xd9','\x08','\x52','\x10','\xd8','\x02','\xcb','\x32','\x48','\x62','\x76','\xc2','\x0d','\xb2','\x71','\x14','\xc9','\x40','\x56','\x0c','\x3c','\x57','\xd8','\x70','\xcb','\x41','\x40','\xaa','\xef','\xfb','\x45','\x42','\x45','\x31','\xc8','\xd2','\xa2','\xa6','\xa6','\x86','\xe5','\xcb','\x97','\xb3','\x66','\xcd','\x1a','\x16','\x2f','\x5e','\x4c','\x34','\x12','\xe1','\xcc','\xd5','\x5e','\x4e','\x1c','\x3d','\xc5','\xb5','\x9e','\x7e','\x0a','\x79','\x9b','\x6c','\xa6','\x80','\xa2','\x28','\x2c','\x5e','\xb0','\x94','\x57','\xdd','\x7d','\x1f','\x73','\xe7','\x2c','\xa4','\xfd','\x72','\x17','\x07','\x0f','\x1e','\xe2','\x62','\xeb','\x05','\xf2','\x39','\x8b','\x58','\xa4','\x1c','\x45','\x91','\x85','\xab','\x9c','\x25','\x86','\xce','\x75','\x3d','\x84','\xe2','\x81','\x1f','\xc8','\x71','\x3c','\x4f','\x04','\x5a','\xfa','\xbe','\x1f','\x0c','\xf7','\x07','\x83','\xf4','\x81','\x53','\xd9','\xcb','\x1c','\xcc','\xb8','\x69','\xfd','\x2c','\xe6','\xa2','\x44','\xa6','\x8e','\x69','\xaa','\x78','\xae','\x8b','\xe7','\x83','\xa2','\x6a','\xd8','\xa6','\x83','\x6d','\x27','\xb0','\x6d','\x9b','\xce','\xce','\x4e','\x8e','\x9d','\x38','\xc1','\xe2','\x85','\x8b','\xd9','\xbe','\x7d','\x07','\xab','\x56','\xad','\x66','\xc9','\x12','\x61','\x7b','\xdc','\xda','\xda','\x86','\xeb','\xb8','\x58','\xb6','\xcd','\xf5','\xbe','\x01','\xba','\xbb','\xba','\x59','\xbd','\x66','\x0d','\x91','\x58','\x94','\x37','\xbc','\xfa','\x5e','\x0c','\xc3','\xe0','\x77','\xdf','\xfb','\x5e','\xc2','\xe1','\x30','\x57','\xae','\x5c','\xe1','\xe8','\xd1','\x23','\x0c','\x0f','\x0d','\x62','\x04','\xa4','\x26','\x12','\x89','\xb0','\x70','\xe1','\x02','\x56','\xaf','\x5e','\x45','\x24','\x12','\xe6','\xdc','\xb9','\x73','\xbc','\xb8','\xff','\x45','\x72','\xb9','\x1c','\xba','\xa6','\xe1','\xfa','\x3e','\x66','\xa1','\x80','\x65','\x9a','\xe8','\x86','\x41','\x59','\x59','\x19','\x96','\x6d','\xe1','\xb9','\x13','\x04','\x88','\x62','\x60','\xa8','\x98','\xd3','\xf7','\xd1','\x34','\x15','\x55','\x9d','\xb0','\x39','\xbf','\x69','\x07','\x2d','\x64','\x62','\x72','\xd1','\x5c','\xc0','\xf7','\x3d','\x24','\x59','\xcc','\xd8','\xc8','\x41','\xe6','\x8e','\x1f','\xc8','\xd2','\x6c','\xdb','\xc5','\xb4','\x6c','\xaa','\xab','\xaa','\x29','\x2f','\x2b','\x43','\x95','\x65','\xf2','\x96','\x55','\xb4','\xaa','\x36','\x2d','\x1b','\x59','\x92','\x58','\xb9','\x7a','\x25','\xcb','\x96','\x2d','\xa3','\xa2','\xb2','\x92','\xae','\xae','\x2e','\xce','\x9f','\x3f','\x4f','\x3a','\x9d','\x61','\xda','\xb4','\xa9','\xec','\xd8','\xb1','\x83','\x69','\xd3','\xa6','\xe1','\xfb','\x3e','\xe7','\xce','\x9f','\xe7','\x62','\x6b','\x2b','\x86','\x61','\x10','\x89','\x44','\x18','\x1b','\x1f','\xa7','\xb1','\xb1','\x91','\x0d','\x1b','\x36','\x30','\x77','\xee','\x5c','\xda','\x5a','\x5b','\xd9','\xbf','\x7f','\x3f','\x87','\x0e','\x1e','\x22','\x97','\xcb','\x51','\x5b','\x57','\x8b','\xe7','\x79','\x8c','\x8d','\x8d','\x21','\xcb','\x32','\xd1','\x48','\x04','\xd7','\x77','\xc4','\x9a','\x73','\xbd','\x62','\xb6','\x90','\x22','\xc9','\x01','\xf9','\x15','\xb3','\x41','\xc2','\x95','\x30','\xd0','\xf3','\xf9','\x45','\x5f','\x43','\x8a','\x63','\x40','\xbe','\x20','\xbd','\x48','\x52','\x90','\xb5','\x25','\x15','\x3f','\x17','\xb2','\x24','\x48','\x74','\xbe','\x90','\xc7','\xc7','\xa7','\xbe','\xae','\x0e','\x55','\x51','\x19','\x1b','\x4d','\xe2','\xd8','\x36','\xe5','\xe5','\x65','\x14','\xac','\x02','\xe3','\x23','\x57','\x90','\x50','\xd9','\xb9','\x63','\x17','\x53','\xa6','\x4c','\x25','\x91','\x48','\xf0','\xd4','\xb3','\xcf','\xdf','\x24','\x5e','\xbf','\xa4','\xd0','\x34','\x8d','\x9d','\xdb','\x77','\x32','\x3a','\x36','\xc6','\x77','\xbf','\xfb','\x5d','\x2e','\x5d','\xba','\x84','\xae','\x69','\xa8','\x8a','\x82','\xae','\x6a','\x18','\x86','\x81','\x69','\x99','\x84','\x34','\x9d','\xc5','\x0b','\x16','\xb3','\x75','\xeb','\x36','\x1a','\x1b','\xea','\x78','\x76','\xef','\x0b','\x25','\xf2','\xf3','\x53','\xa2','\xaa','\xa2','\x92','\xb7','\xbf','\xf5','\x6d','\x24','\x12','\x29','\xf6','\xbd','\xb0','\x8f','\xb6','\xd6','\x56','\x4c','\xc7','\xa1','\xa2','\xbc','\x92','\xaa','\x9a','\x6a','\x90','\xa0','\xad','\xb5','\x95','\x42','\xa1','\xc0','\xbc','\xb9','\x0b','\x98','\x35','\x6b','\x36','\xe3','\xf1','\x24','\x4f','\x3f','\xf7','\xf4','\x4d','\x73','\x93','\x97','\xc0','\xd0','\x75','\xde','\xfb','\xee','\xf7','\x90','\xcf','\xe5','\x68','\x69','\x39','\xcf','\xa5','\xb6','\x4b','\x0c','\x0d','\x0f','\xb3','\x68','\xd1','\x22','\xea','\xeb','\x65','\xae','\x5d','\xeb','\x25','\x95','\x4c','\x92','\xc9','\x66','\x29','\xaf','\xa8','\x60','\xd6','\xac','\x59','\x94','\x57','\x54','\xf0','\xcc','\x0b','\xcf','\x95','\x66','\xd7','\x4a','\x28','\xa1','\x84','\x9f','\x1a','\x25','\x02','\x54','\x02','\x00','\x86','\xae','\xf1','\xe6','\x07','\x1f','\xc4','\x71','\x5c','\xae','\x5e','\xbd','\xca','\xe5','\xf6','\x0e','\xb2','\xb9','\x1c','\xe5','\xe5','\x65','\x68','\x9a','\x26','\x76','\xef','\xc3','\x41','\xe2','\xbc','\x2c','\x06','\xcd','\x0d','\x43','\xc7','\xf7','\x65','\x4c','\x33','\x4f','\x32','\x91','\xa0','\xb1','\xa9','\x99','\x9d','\x3b','\x76','\x31','\x7d','\xfa','\x0c','\x7a','\x7b','\xfb','\xb8','\xdc','\x76','\x99','\xee','\xce','\x6e','\x52','\x99','\x34','\x65','\xb1','\x72','\xa2','\x91','\x28','\xa9','\x54','\x82','\x82','\x99','\x47','\xd7','\x74','\xe4','\x89','\xd9','\x1c','\xdf','\x13','\x52','\x1f','\x55','\x46','\xd7','\x15','\xe1','\xaa','\x96','\x17','\x92','\x37','\x3c','\x47','\x14','\xcc','\xbe','\x2f','\x42','\x36','\xf1','\x91','\x24','\x17','\xc7','\x35','\x71','\x1d','\x11','\x3a','\x2a','\x29','\x72','\x50','\x14','\x8a','\x59','\x20','\xc7','\x16','\xc4','\x42','\x53','\x7d','\x54','\x45','\xec','\x90','\xfb','\xc1','\xcc','\x04','\xdc','\x1c','\xc2','\x47','\x06','\x45','\x51','\x29','\x14','\xf2','\x64','\xcc','\x3c','\x0d','\x6a','\x03','\x4b','\x96','\x2c','\x61','\xfd','\xfa','\xf5','\x54','\x94','\x95','\x73','\xa5','\xa7','\x87','\x13','\x27','\x4e','\xd0','\xdb','\xd3','\x4b','\x2a','\x9d','\x21','\x99','\x4c','\x63','\x9a','\x36','\x53','\xa7','\x36','\xb1','\x7c','\xc5','\x2a','\x66','\xcf','\x9e','\x47','\xa1','\x60','\x73','\xfc','\xf8','\x69','\x9e','\x7f','\x6e','\x2f','\xf1','\xe4','\x38','\xe1','\x70','\x84','\x70','\x24','\x8a','\xac','\x28','\xe4','\x0a','\x39','\x5c','\xc7','\x25','\xac','\x85','\x09','\x1b','\x06','\x9e','\x63','\xe1','\x02','\x9a','\x22','\x9c','\xf3','\x3c','\x37','\x98','\x6d','\x7a','\x49','\x41','\x3c','\x11','\x92','\xea','\xcb','\x72','\xb1','\x38','\xf5','\x7d','\x3f','\x98','\x07','\x01','\x24','\x08','\x85','\x0c','\xf0','\x29','\x3a','\xad','\x29','\x8a','\x8a','\x2a','\x81','\x24','\xf9','\x98','\x05','\x13','\x5d','\xd7','\x30','\x0c','\x9d','\xf8','\x58','\x9c','\x63','\x47','\x8f','\x33','\x34','\x34','\x4c','\x26','\x93','\xe5','\xf6','\xdb','\xef','\xe0','\xcd','\x6f','\x7e','\x33','\x5f','\xfe','\xf2','\x57','\xe8','\xec','\xba','\x44','\x3a','\x93','\xc2','\xf7','\x24','\x6e','\x0c','\xde','\x00','\xa0','\xa6','\xa6','\x86','\x55','\xab','\x56','\x15','\xe5','\x53','\xd9','\x6c','\x96','\xab','\x57','\xaf','\x32','\x32','\x32','\x82','\xe3','\xba','\xe4','\xf3','\x79','\x5c','\xcf','\x63','\xc1','\x82','\x05','\x6c','\xdd','\xba','\x95','\xea','\xea','\x6a','\x8e','\x1d','\x3d','\xca','\xc1','\x83','\x07','\x49','\xa5','\x52','\x54','\x56','\x55','\x62','\x18','\x61','\x1c','\xd7','\xc1','\x75','\x1d','\x54','\x4d','\x43','\x53','\x55','\x24','\x59','\x04','\x6d','\xfa','\xfe','\x44','\x69','\x4f','\xb1','\x93','\x21','\xe0','\x07','\x73','\x1a','\x32','\x3e','\x5e','\xc0','\x7d','\x3c','\xbc','\xc0','\xe9','\xcd','\xf7','\x45','\xa1','\x2a','\xe6','\x7c','\x14','\x21','\x2d','\x94','\x04','\x31','\x72','\x9c','\x89','\x99','\x0f','\xf1','\x5c','\x09','\xc8','\x66','\xb3','\xc5','\xd9','\x98','\x48','\x24','\x82','\xe4','\xfb','\x24','\x12','\x09','\x1c','\xd7','\x65','\xd1','\x82','\x05','\xac','\x5c','\xbe','\x92','\xc6','\xc6','\x46','\x12','\xc9','\x24','\x87','\x0f','\x1f','\xe2','\xe2','\x85','\x8b','\x38','\x8e','\xc3','\xb2','\xa5','\x4b','\x99','\x35','\x6b','\x16','\x92','\x24','\xd1','\xd6','\xd6','\xc6','\x85','\xf3','\xe7','\x71','\x5c','\x17','\xcd','\xf3','\x18','\x1c','\x1c','\xc4','\xb2','\x6c','\x36','\x6e','\xd8','\xc0','\xaa','\x55','\xab','\x48','\xa5','\x52','\x1c','\x3c','\x74','\x88','\x2b','\xdd','\xdd','\xa8','\xaa','\x42','\x65','\x65','\x05','\x95','\x15','\x15','\x45','\x07','\x43','\xdb','\xb6','\x71','\x3c','\x31','\xd3','\x85','\x27','\x05','\x56','\xe1','\x13','\x2e','\x6f','\x52','\x60','\xe9','\x0d','\x92','\xa2','\xa0','\xe9','\xda','\x4d','\xf2','\xe3','\x79','\xc1','\xf9','\x09','\xb9','\xa4','\xb0','\x3b','\x07','\x10','\x39','\x49','\x5a','\x30','\xc3','\x05','\x41','\x67','\x33','\x18','\x0a','\x8f','\x84','\x14','\x6c','\xdb','\xa6','\x90','\xb3','\x50','\x55','\x1f','\x43','\x0f','\x11','\x09','\x47','\x88','\x95','\x95','\x43','\x36','\x83','\x2a','\x69','\x2c','\x5b','\xba','\x9c','\xf5','\xeb','\x37','\x20','\x4b','\x32','\x7f','\xf6','\x17','\x7f','\xcd','\x78','\x3c','\xf1','\x3f','\x72','\x2f','\xf9','\x45','\x62','\xf3','\xfa','\x8d','\xfc','\xc6','\x5b','\xde','\xc2','\x8b','\x07','\xf6','\x33','\x38','\x34','\xc4','\xc0','\x8d','\x01','\x22','\x46','\x88','\xf2','\xb2','\x72','\x1c','\xc7','\x21','\x3e','\x3e','\x8e','\x6d','\xdb','\x2c','\x59','\xb4','\x98','\x79','\xf3','\xe7','\x32','\x63','\xc6','\x54','\xfe','\xf9','\x33','\x9f','\xa6','\xb5','\xfd','\xd2','\xff','\xf6','\xa1','\xff','\xd2','\x62','\xe7','\xb6','\xed','\xbc','\xe6','\xd5','\xf7','\xf1','\xf5','\x6f','\x7c','\x83','\x03','\x87','\x0e','\x31','\x7f','\xd1','\x42','\x76','\x6e','\xdf','\xc9','\xd4','\x29','\x53','\x19','\x4f','\x24','\x79','\xea','\xa9','\xa7','\xe8','\xec','\xe8','\x64','\xce','\x9c','\x39','\xec','\xd8','\xb1','\x9d','\x29','\x93','\x27','\xf1','\x8e','\xdf','\x79','\x07','\x57','\x7a','\xaf','\xbc','\xe2','\xeb','\xdd','\xb3','\xe7','\x6e','\x1e','\xb8','\xff','\xb5','\x3c','\xfb','\xdc','\xb3','\x9c','\x3c','\x79','\x02','\xcf','\xf3','\xb9','\xe7','\xee','\xbb','\x78','\xe0','\x81','\x07','\x48','\xa4','\x52','\x7c','\xe7','\xdb','\xdf','\xe6','\xd2','\xa5','\x36','\xaa','\x8c','\x2a','\xb6','\x6f','\xdb','\xce','\xba','\x75','\xeb','\xf8','\xf6','\x77','\xbf','\x43','\xd7','\x95','\x57','\x7e','\xbd','\x12','\x4a','\x28','\xa1','\x84','\x1f','\x07','\x25','\x02','\x54','\x02','\x00','\xa6','\x69','\x31','\x78','\x63','\x80','\xba','\xda','\x7a','\x16','\x2e','\x5c','\x80','\xe7','\x79','\x64','\xd2','\x19','\x34','\x5d','\x0c','\xa0','\x02','\x44','\x22','\x11','\x7a','\x7a','\x7a','\xe8','\xec','\xec','\x24','\x91','\x48','\x90','\xcf','\x17','\xc8','\x64','\x52','\x78','\x9e','\x8f','\xa2','\xaa','\xac','\x5a','\xb5','\x9a','\x65','\x4b','\x97','\x93','\x4c','\xa4','\x69','\x6d','\xbd','\x44','\x7c','\x2c','\x81','\xef','\x43','\x22','\x91','\x44','\x53','\x35','\xa6','\x4c','\x9e','\x44','\x65','\xe5','\x22','\xea','\x1a','\xea','\x50','\x14','\x99','\x50','\xc8','\x40','\x96','\x27','\x9c','\xcc','\x3c','\x1c','\xdf','\x45','\x55','\x7c','\x14','\x0c','\x6c','\x5b','\xc3','\xf7','\x6d','\x1c','\xc7','\xc2','\xb6','\x6c','\x02','\x31','\x54','\x71','\x2e','\x46','\xd7','\x65','\x64','\x55','\x11','\x05','\x73','\x10','\xf6','\xe3','\xe2','\x8a','\x59','\x8b','\x60','\x97','\xd1','\x71','\x64','\x6c','\xd3','\xc3','\x71','\xec','\x62','\x36','\xcd','\x84','\x1f','\xf6','\xc4','\x00','\x7a','\x38','\x1c','\x0e','\xce','\x35','\xcd','\x92','\x65','\xcb','\xb8','\xf5','\xd6','\x5b','\x99','\x36','\x6d','\x1a','\x83','\x83','\x83','\x1c','\x3a','\x78','\x90','\xa3','\x47','\x8f','\x90','\xcd','\x65','\xb1','\x2d','\x07','\xdb','\x76','\x68','\x6a','\x6e','\x66','\xd5','\xaa','\xd5','\x4c','\x9d','\x3a','\x85','\xe1','\x91','\x11','\xba','\xbb','\xaf','\xd0','\xd5','\xd9','\x81','\xe3','\xba','\xc8','\x92','\x42','\x26','\x9b','\x25','\x99','\xce','\x88','\x39','\x19','\xc7','\xc6','\xf5','\x5c','\x61','\x41','\x2d','\x2b','\xa8','\x78','\x28','\xaa','\x20','\x3b','\x13','\x1d','\x9e','\x9b','\xee','\x49','\x42','\x32','\x35','\x81','\xe2','\xfc','\x4f','\x40','\x92','\x7c','\xdf','\xc7','\x0e','\xe4','\x64','\x15','\xe5','\xe5','\x98','\xa6','\x49','\x2e','\x97','\xc3','\xf6','\x7c','\x54','\x59','\x21','\x16','\x89','\xa0','\xaa','\x3a','\xd9','\x6c','\x8e','\x6c','\x0e','\xf4','\x90','\x8e','\xaa','\x29','\xe8','\xba','\xce','\xb5','\x6b','\xd7','\x38','\x71','\xe2','\x04','\xb7','\xec','\xbc','\x95','\xb9','\x73','\xe7','\x10','\x8b','\x85','\x49','\x24','\x12','\x84','\xc2','\x21','\x24','\x60','\x64','\x64','\x98','\x91','\xe1','\x21','\x22','\x91','\x28','\xf3','\xe7','\xcf','\x67','\xca','\x94','\x29','\xe8','\x9a','\x46','\xcb','\xb9','\x73','\x1c','\x3b','\x76','\x2c','\x70','\x74','\x83','\x4c','\x26','\x8b','\xaa','\xa9','\x2c','\x59','\xbc','\x98','\xe5','\xcb','\x97','\x93','\x48','\x24','\x78','\xee','\xf9','\xe7','\xe9','\xed','\xed','\xa5','\xb2','\xb2','\x92','\x70','\x38','\x42','\x32','\x99','\x24','\x99','\x4c','\x82','\x24','\xa1','\xa9','\x2a','\xae','\x6d','\x63','\x07','\x03','\xff','\x45','\x79','\x1f','\x13','\x33','\x40','\xc2','\x09','\xcf','\xf7','\xfd','\x9b','\x24','\x26','\x70','\x81','\xf3','\x01','\x3c','\x90','\x64','\x70','\x5c','\xf1','\x6d','\x55','\x13','\x0e','\x53','\x37','\x89','\xac','\x20','\x3f','\x9e','\xe7','\x63','\x7a','\x20','\xcb','\x50','\x66','\xe8','\xc4','\x33','\x39','\x72','\x37','\x86','\xd0','\x64','\x99','\xca','\xa8','\x98','\x39','\x48','\xa4','\xb3','\x34','\xd6','\xd5','\xb0','\x69','\xf3','\x66','\x96','\x2d','\x5f','\x8e','\x6d','\xdb','\x5c','\xba','\x74','\x89','\x03','\x07','\x0e','\x30','\x3c','\x3c','\xcc','\xf4','\xe9','\xd3','\xd9','\xb9','\x63','\x07','\x0d','\x0d','\x0d','\xa4','\x32','\x19','\x9e','\x7b','\xee','\x39','\xae','\x5e','\xbd','\x4a','\x2c','\x16','\x23','\x9f','\xcb','\x11','\x8f','\xc7','\x99','\x33','\x67','\x0e','\x6b','\xd6','\xae','\xa5','\xaa','\xaa','\x8a','\x27','\x9f','\x7a','\x8a','\x93','\xa7','\x4f','\x63','\x5a','\x16','\x35','\xd5','\xd5','\x24','\x92','\x49','\x06','\x06','\x06','\x8a','\x9d','\x3a','\x33','\xc8','\x93','\x0a','\x85','\x44','\xde','\x90','\x6d','\x3b','\xc2','\xf6','\xba','\x48','\x6a','\x03','\x29','\x9f','\x2c','\xa1','\x6b','\x1a','\xc5','\xec','\x28','\xdf','\xc5','\xf7','\x85','\xfd','\x39','\x2f','\x09','\xfc','\xf5','\xbc','\xc0','\x72','\x3b','\xc8','\xd1','\xf2','\x5c','\xaf','\x68','\x95','\xed','\x7a','\x3e','\x86','\xae','\x01','\x50','\x30','\x6d','\x34','\x55','\x25','\x12','\x0d','\xe3','\x79','\x2e','\x43','\x43','\xc3','\x84','\xc3','\x61','\xd6','\xad','\x59','\xc7','\x5d','\x77','\xdf','\xc3','\xd4','\xa9','\x53','\xf9','\x9b','\xbf','\xfd','\x18','\x0f','\x3f','\xf2','\xed','\x57','\xdc','\x8d','\xff','\x65','\x42','\x59','\xac','\x8c','\xbf','\xff','\xdb','\x8f','\x33','\x3c','\x3c','\xcc','\xbe','\x7d','\xfb','\x18','\x1f','\x1b','\x63','\xcf','\xee','\xdd','\xdc','\x71','\xfb','\x1d','\x78','\xae','\xcb','\x63','\x8f','\x7e','\x8f','\xfd','\x07','\xf6','\x33','\xb5','\x71','\x0a','\x5b','\xb7','\x6c','\x61','\xe3','\xc6','\x8d','\x44','\xa3','\x31','\x5e','\x3c','\x78','\xa0','\xd4','\xfd','\xf9','\x29','\x51','\x51','\x5e','\xce','\x07','\x7e','\xef','\x7d','\x74','\x77','\x77','\x73','\xe0','\xc0','\x7e','\x86','\x86','\x06','\xb9','\x65','\xe7','\x2d','\xec','\xde','\xb3','\x87','\xca','\x8a','\x0a','\x4e','\x9d','\x3a','\x43','\x26','\x9d','\xa6','\xba','\xba','\x9a','\xdb','\x6f','\xdf','\xcd','\xba','\x75','\xeb','\x19','\x1f','\x1f','\xe7','\xc8','\x89','\x23','\xaf','\x38','\x6f','\x55','\x5f','\x5b','\xc7','\xc6','\xf5','\xeb','\x39','\x75','\xfa','\x14','\x4f','\x3c','\xf9','\x24','\x5d','\x9d','\x9d','\x2c','\x59','\xbc','\x84','\xb7','\xbe','\xfd','\xed','\xac','\x5e','\xb3','\x8a','\xfd','\x7b','\xf7','\x81','\xe7','\x91','\x4e','\x67','\x58','\xb9','\x62','\x05','\x77','\xed','\xd9','\x43','\xa1','\x50','\xe0','\xef','\x3e','\xf1','\xf1','\x52','\xf7','\xa7','\x84','\x12','\x4a','\xf8','\x99','\x50','\x22','\x40','\x25','\x00','\xc2','\x71','\xeb','\xfd','\x7f','\xf2','\x11','\x9e','\x7f','\xe2','\x09','\xd6','\xac','\x5d','\xcb','\xf4','\x19','\x33','\xb0','\x1d','\x07','\x43','\xd5','\xc8','\xe7','\xf3','\x68','\xba','\x8e','\x24','\x49','\x1c','\x3f','\x7e','\x1c','\xdb','\xb6','\xb9','\x78','\xf1','\x22','\x96','\x65','\x62','\xdb','\x36','\xd1','\x48','\x94','\x25','\x4b','\x17','\xb3','\x6d','\xdb','\x2d','\xc4','\x62','\x95','\x0c','\xf4','\xb7','\x73','\xbd','\xef','\x06','\x7d','\x03','\x37','\x90','\x24','\x9d','\xda','\xea','\x06','\xaa','\x2a','\x2b','\xd9','\xbc','\x65','\x2b','\x9b','\x37','\x6d','\xa4','\xb2','\xba','\x5c','\xcc','\x48','\xc8','\x12','\x9a','\xa1','\xa1','\x14','\xd3','\xee','\x3d','\x7c','\x5c','\x1c','\x4b','\xc5','\xf3','\x0c','\x24','\x5c','\x5c','\xc7','\x05','\x59','\xc2','\x32','\x4d','\x61','\x91','\x6a','\xe8','\x28','\x8a','\x98','\xe1','\x09','\x5c','\x82','\xf1','\x7c','\x0f','\xcf','\x15','\x05','\x26','\x41','\x60','\xa6','\x2c','\xc9','\xc8','\xe8','\x78','\xae','\x8c','\x8f','\x8b','\x84','\x84','\x22','\xcb','\xa8','\xba','\x86','\xa6','\x0a','\x83','\x05','\xd7','\x71','\x70','\x7d','\x1f','\x49','\x51','\xb0','\x4d','\x13','\x4d','\x51','\x98','\x35','\x6b','\x26','\xd9','\x6c','\x96','\x93','\x27','\x4f','\x72','\xec','\xd8','\x31','\x86','\x86','\x87','\x71','\x72','\x26','\x9e','\x07','\x15','\x15','\x95','\xcc','\x9a','\x35','\x87','\x8d','\x1b','\x36','\xd1','\xd0','\xd0','\x44','\x4b','\x4b','\x0b','\x47','\x8f','\x1d','\x63','\x60','\x60','\x00','\x5d','\x0f','\x11','\x0a','\x47','\x31','\x42','\x3a','\xd1','\x68','\x94','\xea','\xda','\x1a','\x6a','\x1a','\x1a','\x08','\x87','\x43','\x64','\xb3','\x59','\x0a','\xf9','\x3c','\x61','\x4d','\x90','\x02','\x49','\x91','\x51','\x64','\x19','\xd7','\xf1','\x02','\xeb','\x6b','\x61','\xda','\x20','\x2b','\x0a','\x92','\x2c','\xbf','\x8c','\x1c','\x4d','\xb8','\x58','\xf9','\x92','\x84','\x5f','\x24','\x7f','\xc2','\xd8','\xc1','\xf5','\x44','\x66','\x91','\xe7','\xfa','\x28','\x8a','\x8a','\xe3','\x78','\x78','\xae','\xc7','\xf5','\xeb','\xfd','\x9c','\x3e','\x7f','\x36','\x90','\x44','\x35','\x92','\x4e','\x67','\xb8','\x71','\xe3','\x06','\xd7','\xaf','\x5f','\xa7','\xb9','\xb9','\x19','\x5d','\x33','\x44','\x47','\x4c','\x91','\x50','\x35','\x95','\x6c','\x36','\x2f','\xa4','\x63','\xd5','\x21','\x6a','\x6b','\x6b','\xa9','\x6f','\x68','\x20','\x9d','\x4e','\x73','\xea','\xcc','\x69','\x7a','\x7a','\x7a','\xb0','\x6c','\x1b','\xcb','\xb2','\x89','\x44','\xc2','\x2c','\x59','\xb2','\x84','\xb5','\x6b','\xd7','\xa2','\xaa','\x2a','\xad','\x6d','\x6d','\xb4','\x77','\x74','\x04','\x19','\x43','\x2a','\xc3','\x23','\xc3','\x68','\xaa','\xca','\xa2','\x05','\x0b','\xa9','\xaf','\xaf','\x23','\x1c','\x8d','\x80','\x2f','\x5c','\xdf','\x54','\x55','\x15','\xb9','\x3c','\xde','\x84','\x7b','\xd9','\xcd','\x50','\x53','\x20','\x20','\x32','\x13','\xb2','\xb8','\x97','\xdb','\x40','\x0b','\xa9','\xa3','\x22','\xc8','\x60','\xf0','\xef','\x65','\x59','\x4c','\xc5','\x88','\x3c','\x2a','\x0f','\xdb','\x71','\x50','\x14','\x89','\x70','\x38','\x8c','\x2c','\x2b','\xe4','\x72','\x79','\xc6','\xc7','\xc7','\x90','\x81','\x86','\xc6','\x46','\x1c','\xdb','\xa6','\xb2','\xaa','\x8a','\x5b','\x77','\xed','\x62','\xca','\xe4','\xc9','\x5c','\xbd','\x7a','\x95','\xc3','\x47','\x8e','\xd0','\x7b','\xf5','\x1a','\x91','\x48','\x84','\x8d','\x1b','\x37','\xb2','\x30','\x90','\x3d','\xf6','\xf6','\xf6','\xd2','\xd2','\xd2','\xc2','\xf5','\xfe','\x7e','\x24','\xc0','\xb2','\x2c','\xa2','\xb1','\x18','\x7b','\xf6','\xec','\x61','\xf6','\xec','\xd9','\x5c','\xbc','\x78','\x91','\x0b','\x2d','\xe7','\x49','\x26','\xe2','\xd8','\x96','\x5d','\x94','\x29','\x96','\x95','\x95','\x31','\x65','\xca','\x14','\x6a','\x6b','\x6b','\xf1','\x81','\x7c','\x2e','\x27','\x88','\x8b','\x2c','\x15','\xf3','\xa0','\x80','\x22','\x11','\xf4','\x02','\xe2','\xae','\xc8','\x22','\xa8','\xca','\xf3','\x44','\x0f','\xcc','\xf7','\x85','\x0f','\x9c','\x24','\xf9','\x78','\xbe','\x83','\xeb','\xc9','\xf8','\xae','\x1a','\xcc','\x43','\x79','\x48','\x88','\xf3','\x17','\x57','\x06','\x61','\x71','\xad','\xe9','\x68','\xba','\x8a','\x1f','\xcc','\x04','\x99','\x96','\x45','\xa1','\x50','\x40','\x91','\x65','\xea','\xea','\xea','\xd8','\xb1','\x7d','\x27','\x0b','\x16','\x2c','\x26','\x9b','\xcd','\x72','\xf8','\xe8','\x51','\x0a','\x85','\xc2','\xff','\xec','\x0d','\xe5','\x7f','\x18','\xb2','\x2c','\x73','\xff','\x3d','\xf7','\xa1','\x2a','\x3a','\x4f','\x7e','\xef','\xbb','\xec','\x3f','\xf0','\x22','\xcd','\x8d','\x93','\xb8','\xf7','\xde','\x57','\xb1','\x75','\xeb','\x16','\xe2','\xe3','\xe3','\xb4','\xb4','\xb4','\x20','\x1f','\x54','\x98','\x3d','\x67','\x0e','\x2b','\x56','\xae','\xc4','\x07','\xde','\xf7','\xc1','\x0f','\xd0','\x73','\xed','\x97','\x7f','\xee','\xe9','\x7f','\x03','\x21','\xc3','\xe0','\xc1','\xd7','\x3d','\x80','\x24','\xc9','\xec','\xdf','\xbf','\x9f','\x9e','\x2b','\x57','\x98','\x37','\x77','\x0e','\x9b','\x36','\x6e','\xa4','\xb9','\x79','\x12','\x37','\x6e','\xdc','\xe0','\xec','\xe9','\x33','\x0c','\xde','\x18','\x64','\xed','\x9a','\x35','\xec','\xd8','\xb1','\x0d','\x90','\xf9','\xed','\xdf','\xfb','\x6d','\x0a','\xe6','\xf7','\xaf','\x37','\x4d','\xd3','\x78','\xf0','\x81','\xd7','\xb3','\x6d','\xf3','\x16','\xbe','\xf6','\xb5','\xaf','\xd1','\xd1','\xde','\x4e','\x7d','\x7d','\x03','\x77','\xdc','\xb5','\x87','\xe5','\x2b','\x57','\x30','\xd0','\x3f','\xc0','\x99','\x33','\x67','\xe9','\xbd','\x7e','\x9d','\x68','\x34','\xca','\x86','\x8d','\x1b','\x99','\x3d','\x77','\x2e','\xef','\xfe','\xdd','\xdf','\x61','\x70','\x78','\xf8','\x17','\x7f','\x01','\x4a','\x28','\xa1','\x84','\x5f','\x29','\x94','\x08','\x50','\x09','\x45','\x5c','\xe9','\xed','\xe5','\xa1','\xb7','\xbd','\x95','\x4f','\x7f','\xf2','\x93','\x78','\xae','\x47','\x2a','\x9d','\xa2','\x2a','\xc8','\x75','\xd1','\x0d','\x43','\x74','\x37','\x12','\x09','\x06','\x07','\x07','\x49','\x26','\x93','\x64','\x32','\x19','\x32','\xe9','\x0c','\xf5','\xf5','\x0d','\xac','\x5d','\xb7','\x96','\x69','\x53','\xa7','\x32','\x3e','\x36','\x4e','\x47','\x7b','\x07','\x9d','\x1d','\xed','\x5c','\xee','\xbc','\x44','\xc8','\x08','\x51','\x5d','\x59','\x49','\x63','\x63','\x3d','\xcb','\x96','\x2f','\x63','\xc9','\xb2','\xa5','\xe4','\x72','\xa9','\x60','\x1e','\xc2','\x27','\x1a','\x8d','\x10','\x09','\xeb','\xf8','\xf8','\x14','\x4c','\x93','\x42','\x21','\x87','\x2d','\x2b','\xe0','\x85','\x44','\x81','\x2f','\x59','\x78','\xbe','\xb0','\x43','\xd5','\x0d','\x03','\x4d','\x55','\xf0','\x5c','\x8f','\x70','\xd4','\x40','\xd7','\x34','\x14','\x45','\xcc','\x51','\x20','\x81','\xa2','\x04','\x33','\x21','\x92','\x70','\x08','\xf3','\x1d','\x15','\xc7','\xf6','\xf1','\x10','\x24','\x43','\x55','\x14','\x54','\x4d','\x43','\x91','\x15','\x5c','\xd7','\xc5','\x2c','\x98','\x58','\xb6','\x4d','\xb4','\x2c','\x46','\xc8','\x30','\x88','\x8f','\x8e','\x91','\x4e','\xa6','\x69','\xbb','\x7c','\x89','\xe3','\xc7','\x8f','\xd3','\x7f','\xfd','\x3a','\x92','\x24','\x91','\x4a','\xa6','\x90','\x91','\x99','\x3b','\x7f','\x1e','\xeb','\xd6','\xae','\x65','\xc5','\x8a','\x15','\x64','\x32','\x69','\xba','\xba','\x3a','\xb9','\x72','\xe5','\x0a','\x99','\x5c','\x8e','\x5c','\x3e','\xc7','\x8c','\xe9','\xd3','\xd9','\xb2','\x75','\x2b','\xcb','\x96','\x2f','\x67','\xea','\xf4','\x69','\xd4','\xd6','\xd7','\xa3','\xeb','\x3a','\xd9','\x4c','\x86','\x4c','\x26','\x85','\x2a','\xfb','\x44','\x0c','\x03','\x45','\x53','\x85','\xa5','\xb5','\xeb','\x53','\x30','\xf3','\x81','\x94','\x4f','\x2a','\xe6','\xbb','\xbc','\x34','\x5b','\x43','\x04','\x87','\x8a','\xc7','\x8a','\x2c','\x63','\x3b','\x0e','\xf9','\x7c','\x1e','\xc3','\x30','\x30','\x0c','\x03','\x00','\xcf','\xf3','\x71','\x1c','\x87','\x64','\x32','\x83','\x6d','\xda','\x5c','\xbb','\x76','\x0d','\x59','\x91','\x39','\x7b','\xee','\x9c','\x70','\xf8','\xf2','\x3d','\x6c','\xdb','\x26','\x99','\x4a','\xd1','\x3c','\x69','\x12','\xd3','\xa6','\x4f','\xa7','\xb9','\x79','\x12','\x03','\x43','\xbd','\xc4','\xa2','\xe5','\xf8','\xbe','\x47','\x34','\x1c','\x26','\x1a','\x8d','\x51','\x53','\x53','\x83','\xef','\xfb','\x5c','\xed','\xe9','\xa1','\xfd','\xf2','\x65','\xc6','\xc7','\xc7','\x29','\x98','\x26','\x96','\x69','\xd2','\xd4','\xdc','\xcc','\xb6','\xad','\x5b','\x99','\x31','\x63','\x06','\x03','\x03','\x03','\x1c','\x3b','\x7a','\x94','\x54','\x22','\x81','\xae','\xe9','\xc4','\x13','\x29','\x6c','\xcb','\xe6','\xd6','\x9d','\xb7','\x70','\xff','\xfd','\xf7','\x51','\x5f','\x5f','\x8f','\xaa','\xe9','\xe8','\x9a','\x56','\xcc','\xf1','\x10','\x5e','\x06','\xa2','\x97','\x57','\x0c','\xf9','\x9c','\x08','\x2a','\x95','\x5e','\x3a','\xeb','\xe4','\xe3','\xf9','\x81','\xf5','\xb7','\xf0','\xfe','\xc3','\xf3','\x3d','\x4c','\xd3','\x0c','\xae','\x89','\xf8','\xda','\x0b','\x64','\x64','\xc2','\x19','\xcd','\xa1','\x10','\x84','\xaa','\x56','\x55','\x56','\x52','\x53','\x53','\xcd','\x78','\x3c','\x4e','\x26','\x93','\x61','\xd2','\xe4','\xc9','\xe0','\xfb','\x14','\x0a','\x05','\x96','\x2c','\x59','\x82','\x69','\x9a','\x74','\x77','\x75','\x71','\xb1','\xa5','\x85','\x74','\x26','\x4d','\x5d','\x5d','\x1d','\xf3','\xe6','\xcd','\x23','\x1a','\x8d','\x32','\x9e','\x48','\x70','\xb5','\xa7','\x87','\x9e','\x9e','\xab','\xa4','\x92','\x49','\x14','\x45','\x84','\x8a','\x2e','\x5f','\xb6','\x8c','\x6d','\x5b','\xb7','\x22','\xcb','\x32','\x07','\x0e','\x1e','\xe4','\x62','\x6b','\x2b','\x96','\x69','\x92','\x4e','\xa7','\x51','\x55','\x8d','\x85','\x0b','\x17','\xb2','\x65','\xcb','\x16','\x96','\x2c','\x59','\x42','\x75','\x4d','\x0d','\xaa','\xaa','\x05','\xd7','\xdd','\x11','\xb3','\x4a','\xaa','\x22','\x5c','\xdf','\x24','\xa9','\x38','\xeb','\x25','\xae','\x01','\x08','\x96','\x27','\x4d','\x0c','\xfc','\x14','\xbb','\x63','\x13','\x4e','\x79','\xf8','\x12','\xbe','\xaf','\x08','\x29','\xa8','\xeb','\x05','\xb9','\x57','\xc2','\x38','\x41','\xc8','\x23','\x7d','\x11','\x8a','\xab','\xaa','\x18','\x21','\x1d','\x23','\x14','\xc2','\x75','\x04','\xb1','\xd2','\x35','\x15','\xcb','\xb6','\xa8','\xaa','\x16','\xc7','\x34','\x34','\x78','\x8d','\xa1','\xe1','\x91','\x5f','\xd4','\x2d','\xe5','\x7f','\x0c','\x4d','\x0d','\x4d','\xfc','\xd9','\x1f','\x7f','\x84','\x33','\xe7','\x4e','\xf3','\xfc','\x0b','\xcf','\xe1','\xfb','\xb0','\x73','\xe7','\x4e','\x56','\xaf','\x59','\x4d','\x22','\x11','\xa7','\xa5','\xe5','\x2c','\x03','\xfd','\xfd','\x54','\x54','\x56','\xb0','\x62','\xc5','\x4a','\x56','\xac','\x58','\xc1','\x17','\xbf','\xf4','\x45','\x9e','\xdb','\xb7','\xf7','\x7f','\xfb','\xd0','\x7f','\x69','\xb1','\x7c','\xe9','\x52','\xfe','\xf8','\x83','\x1f','\x64','\xff','\xfe','\x83','\xec','\xdb','\xb7','\x0f','\xcf','\xf3','\xd9','\x75','\xeb','\x6d','\x6c','\xdd','\xb6','\x15','\x59','\x82','\x13','\xc7','\x4f','\xf2','\xf4','\xb3','\xcf','\xa2','\xa8','\x0a','\x9b','\x36','\x6d','\x62','\xda','\xb4','\xa9','\x7c','\xe4','\xff','\xfc','\x19','\x67','\x2f','\x9c','\x7d','\xc5','\xd7','\x9b','\x3e','\x65','\x2a','\xbf','\xf7','\x9e','\xf7','\x72','\xfc','\xf8','\x31','\xda','\xdb','\xdb','\x89','\x44','\x22','\x6c','\xde','\xbc','\x85','\x0d','\xeb','\xd6','\xe1','\x9a','\x26','\x2d','\x67','\xcf','\x71','\xec','\xd8','\x71','\x46','\xc7','\x46','\xd9','\xb4','\x61','\x23','\x9b','\x37','\x6d','\xe2','\x2b','\x5f','\xfd','\x2a','\xcf','\x97','\xde','\xc3','\x12','\x4a','\x28','\xe1','\xe7','\x80','\x12','\x01','\x2a','\xa1','\x08','\xcf','\xf3','\x38','\x7c','\xec','\x38','\x2b','\x37','\x6f','\x21','\x1c','\x0a','\xe1','\xba','\x0e','\x9f','\xfe','\xc4','\x27','\x58','\xb3','\x76','\x2d','\xa1','\x50','\x88','\xc1','\xc1','\x41','\x5a','\xce','\x9f','\xa7','\xbb','\xbb','\x3b','\x70','\xf8','\x72','\x41','\x92','\x58','\xb1','\x7c','\x19','\xf3','\xe6','\xce','\xa3','\xbc','\xbc','\x8c','\x73','\x2d','\x6d','\x1c','\x39','\x76','\x8c','\x74','\x3a','\x43','\x53','\xfd','\x24','\xd2','\xe9','\x24','\x95','\x55','\xd5','\x6c','\xd9','\xba','\x8d','\xb9','\x73','\xe6','\xa2','\x2a','\x0a','\xf9','\x7c','\x81','\xe1','\xe1','\x61','\x26','\x4d','\x6a','\xc6','\xb2','\x2c','\x4c','\x33','\x2b','\x06','\xee','\xbb','\xbb','\x39','\x7b','\xee','\x14','\xa9','\xa4','\xcb','\xf8','\x48','\x0e','\xdb','\x31','\xf1','\x3c','\x87','\x74','\x3a','\x4d','\x55','\x55','\x35','\xe5','\xe5','\xe5','\x24','\x53','\xe3','\x44','\x22','\x51','\xee','\xbd','\xf7','\x6e','\xe6','\xcc','\x99','\xc5','\x8d','\xc1','\x51','\xfa','\xfa','\xfa','\xf8','\xb7','\xff','\xfa','\x2c','\x37','\x06','\x07','\xb1','\x1d','\x9b','\x9a','\xea','\x6a','\x2c','\xdb','\x26','\x9b','\xcd','\xa3','\x2a','\x2a','\x8e','\x23','\x72','\x63','\xf0','\xe1','\xad','\x0f','\xbe','\xa9','\x28','\xb3','\x72','\x7d','\xd1','\x75','\x90','\x15','\x95','\x99','\xd3','\xa7','\xb3','\x7e','\xdd','\x7a','\x24','\x45','\xa1','\xab','\xbb','\x8b','\xbe','\xbe','\x3e','\x12','\x81','\x9c','\xcb','\xc3','\xc7','\xd0','\x55','\x36','\x6d','\xdc','\xc8','\xab','\xee','\x7d','\x15','\x43','\xc3','\x43','\x1c','\x38','\x70','\x80','\x8e','\x8e','\x2e','\x91','\x4f','\xa1','\x28','\x4c','\x9d','\x32','\x95','\x75','\xeb','\xd7','\xb3','\x75','\xcb','\x56','\x16','\x2f','\x5d','\x82','\xa2','\xaa','\xf4','\x5c','\xbd','\x8a','\x69','\xd9','\x4c','\x9d','\x3a','\x95','\x9a','\xaa','\x2a','\x7c','\xcf','\xa2','\xa6','\xba','\x92','\x70','\x38','\x8c','\x6d','\x3b','\x68','\xaa','\x8e','\xac','\x08','\x69','\x99','\xe7','\x79','\x18','\xba','\x2e','\x3a','\x21','\x92','\x84','\x12','\x14','\xca','\x22','\x58','\x50','\xc6','\x27','\xb0','\x43','\x06','\x52','\xe9','\x34','\xae','\xe3','\x10','\x2b','\x2b','\x23','\x14','\x8d','\x60','\x9b','\x36','\x8e','\x65','\x63','\xd9','\x0e','\xd9','\x4c','\x9e','\x7c','\x21','\x4f','\x2c','\x1a','\x21','\x16','\x09','\x63','\x16','\xf2','\xe4','\x72','\x79','\xea','\x1a','\x1b','\x01','\xb0','\x4c','\x13','\x45','\x96','\x09','\x85','\xc2','\x44','\x63','\x31','\xac','\xa0','\x83','\x91','\xcd','\xe5','\x28','\x14','\x0a','\x94','\x95','\x95','\x11','\x8f','\xc7','\x39','\x72','\xe4','\x08','\x63','\x63','\xe3','\x64','\x32','\x19','\x52','\xa9','\x14','\x65','\xe5','\xe5','\xcc','\x98','\x31','\x83','\x99','\x33','\x67','\x12','\x0e','\x85','\xb8','\xd6','\xdb','\x4b','\x5f','\xdf','\x35','\x21','\xa3','\x92','\x5c','\x54','\x59','\xa2','\xae','\xa9','\x91','\xca','\xca','\x4a','\x54','\x4d','\xa3','\xa6','\xa6','\x16','\xc3','\x30','\x70','\x5d','\x17','\xdb','\xb2','\x8a','\xbe','\x6f','\x13','\x04','\x40','\x0a','\x48','\xea','\xcd','\x19','\x17','\x31','\xc7','\xa5','\x2a','\x2a','\x8a','\xaa','\x10','\xf8','\xfd','\x09','\x0b','\x74','\x44','\x88','\xad','\x59','\xc8','\xa3','\x1b','\x06','\xd1','\x68','\x44','\xd8','\x5d','\xdb','\x0e','\xe1','\x88','\x38','\x8f','\x5c','\x36','\xc3','\xd0','\xd0','\xa0','\xb0','\x84','\x2e','\x2b','\x23','\x1c','\x0e','\x51','\x57','\x57','\x4b','\x2e','\x97','\xa7','\xbc','\xa2','\x82','\x9a','\x9a','\x5a','\x2c','\xcb','\xa4','\xb7','\xb7','\x97','\xb3','\x67','\xcf','\xd2','\xda','\xda','\xca','\xf8','\x78','\x1c','\xd7','\xf3','\x98','\x31','\x63','\x06','\x0b','\x16','\x2c','\xa0','\xbc','\xbc','\x9c','\x0b','\x17','\xce','\x73','\xfc','\xe4','\x49','\x06','\x6e','\x0c','\xd2','\xdc','\xd4','\xc0','\xf0','\xf0','\x30','\x35','\x35','\x35','\x6c','\xd9','\xb2','\x05','\x55','\xd3','\x19','\x18','\x18','\x60','\xa0','\xbf','\x9f','\xeb','\xd7','\xfb','\xb0','\x6d','\x11','\x4e','\xaa','\xaa','\x2a','\xd1','\x58','\x8c','\xda','\xba','\x3a','\xa6','\x4e','\x9d','\x4a','\x63','\x63','\x43','\xd0','\xb9','\xf3','\xd0','\x54','\x1d','\x21','\xb9','\xb4','\x71','\x5d','\xbf','\x28','\x91','\x03','\x61','\xf2','\x21','\xbf','\x44','\xd2','\xf7','\x72','\xb7','\x38','\x31','\xd3','\x26','\xcb','\x32','\x96','\xe9','\x62','\xd9','\x3e','\x65','\x65','\xe5','\xe8','\x9a','\x86','\x69','\x99','\xc8','\x41','\xc8','\xac','\xa2','\xaa','\x24','\x53','\x49','\xcc','\xbc','\x89','\x8c','\x4c','\x3c','\x11','\xc7','\x71','\x6c','\xa6','\xcf','\x9c','\x41','\x24','\x1a','\x25','\x3e','\x3e','\x8e','\xef','\xfa','\x20','\xc9','\x74','\xb4','\xb7','\xf1','\x8e','\xf7','\xbe','\x8b','\xbe','\xfe','\xfe','\x5f','\xc4','\xed','\xe4','\x7f','\x0c','\x8a','\xac','\xb0','\x6b','\xe7','\x2e','\xd2','\xe9','\x0c','\xfb','\xf7','\x1f','\xa0','\xb7','\xb7','\x97','\xd5','\x6b','\x56','\x73','\xeb','\xae','\x5d','\x34','\xd4','\xd5','\xd3','\xdd','\xdd','\xc5','\x73','\xcf','\xbf','\xc0','\x99','\xb3','\xe7','\xd8','\xbe','\x6d','\x1b','\xab','\x57','\xad','\x24','\x9f','\xcb','\xf2','\xe8','\x13','\x8f','\x63','\xd9','\x25','\xd9','\xd4','\x4f','\x83','\x58','\x24','\xca','\x03','\xaf','\x79','\x1d','\xa3','\xa3','\xe3','\xec','\x7d','\x7e','\x2f','\x83','\x37','\x06','\xd9','\xb0','\x71','\x03','\x77','\xdc','\x71','\x07','\x35','\x35','\x35','\x1c','\x3e','\x7c','\x84','\x17','\xf7','\x3e','\x8f','\x6d','\x99','\xac','\x5e','\xb5','\x9a','\x79','\x0b','\x17','\x20','\xc9','\x12','\x7b','\xf7','\xef','\x7d','\x45','\xe9','\x9b','\x2c','\xcb','\xdc','\x7b','\xd7','\xdd','\x24','\x93','\x49','\x0e','\x1f','\x3e','\xcc','\xd5','\xab','\x3d','\x2c','\x5f','\xbe','\x82','\x2d','\x5b','\x36','\xd3','\xdc','\xdc','\x4c','\x36','\x93','\xa5','\xb5','\xad','\x8d','\x4b','\x97','\xda','\x98','\x34','\x69','\x12','\xf7','\xdc','\x73','\x0f','\xb5','\xb5','\xb5','\x7c','\xf9','\xe1','\xaf','\x62','\x96','\xa4','\x6f','\x25','\x94','\x50','\xc2','\xcf','\x01','\x25','\x02','\x54','\xc2','\xf7','\xc1','\x71','\x1c','\xd2','\x99','\x0c','\x21','\xc3','\x40','\xd5','\x34','\x74','\x5d','\x17','\xc1','\x73','\x87','\x0f','\xd3','\xd3','\xd3','\x83','\x69','\x59','\x98','\x85','\x02','\xb2','\x2c','\xb3','\x62','\xe5','\x0a','\x96','\x2d','\x5f','\x49','\x6d','\x6d','\x2d','\xc3','\x23','\x43','\xb4','\xb5','\x5d','\x22','\x11','\x8f','\xa3','\x28','\x2a','\xb2','\xa2','\xa1','\x69','\x79','\x66','\x4c','\x9f','\xc1','\x86','\xf5','\x1b','\x99','\x39','\x73','\x16','\xaa','\x2a','\xe3','\xe1','\x12','\x8e','\x44','\x98','\x31','\x63','\x2a','\xa6','\x69','\x92','\xcd','\x26','\x71','\x5d','\x87','\xfe','\xfe','\x7e','\xce','\x9e','\x3d','\x4d','\x47','\xc7','\x20','\x9d','\x97','\xfb','\x28','\x2b','\x8b','\x50','\x51','\x59','\x2e','\x76','\xbb','\x5d','\x8f','\x42','\x21','\x4f','\x28','\x6c','\x70','\xf7','\x5d','\x77','\x53','\x5b','\x53','\x83','\xe7','\xfb','\x74','\x75','\x75','\xf3','\xb6','\x77','\xbd','\x9b','\x5c','\x3e','\xff','\x63','\x65','\x7a','\x7c','\xf0','\xcf','\x3f','\xfc','\x8a','\xdf','\xaf','\xad','\xae','\xe1','\xc8','\xbe','\xfd','\x18','\x21','\x83','\xd1','\xd1','\x51','\xae','\x5c','\xb9','\xc2','\x40','\x7f','\x3f','\x59','\x2b','\x4f','\x43','\x45','\x3d','\x61','\x23','\x82','\x65','\x5b','\x0c','\x0e','\x0d','\x71','\xf0','\xd0','\x41','\x0e','\x1f','\x3a','\xcc','\xc0','\xc0','\x00','\xb9','\x7c','\x8e','\xea','\xda','\x5a','\x96','\x2d','\x5f','\xce','\xb6','\xad','\xdb','\x99','\x3d','\x77','\x8e','\xc8','\xcd','\x39','\x75','\x8a','\xe3','\x27','\x4f','\x50','\x55','\x55','\xc3','\x9e','\x3d','\x77','\xb1','\x60','\xfe','\x1c','\x14','\x09','\x0a','\x85','\x1c','\x89','\x78','\x9c','\x54','\x2a','\x8d','\xa6','\x1b','\xc4','\xa2','\x11','\xac','\x60','\x1e','\x41','\xd7','\x34','\x32','\xd9','\x6c','\x51','\x26','\x36','\x61','\x6f','\x2c','\x05','\x39','\x46','\x92','\x24','\xa1','\x04','\xf6','\xe0','\x05','\xd3','\x24','\x9d','\xc9','\xa0','\x28','\x2a','\xd9','\x5c','\x0e','\xcb','\xb2','\xf0','\x3d','\xb0','\x2d','\x87','\xd6','\xd6','\x56','\x3a','\x3b','\xbb','\x01','\x99','\x58','\xac','\x0c','\xc7','\x71','\xd1','\x35','\x0d','\x5d','\xd7','\x90','\x64','\x89','\x7c','\xae','\x40','\x3a','\x95','\xc6','\x73','\x1d','\x92','\xe9','\x0c','\x05','\xd3','\x42','\x55','\x55','\x64','\x59','\x22','\x9d','\x4e','\xd3','\xd9','\xd9','\xc9','\xc9','\x93','\x27','\x71','\x5c','\x97','\xc9','\x93','\x27','\xd3','\xd5','\xd5','\x45','\x53','\x53','\x23','\x9b','\x36','\x6d','\x62','\xf2','\x94','\x29','\x74','\x74','\x76','\x72','\xea','\xd4','\x29','\x32','\x99','\x0c','\xae','\xef','\x93','\xcb','\x64','\xb0','\x2d','\x8b','\x04','\x70','\xfc','\xe4','\x49','\xc6','\xe3','\x71','\x9a','\x9b','\x9a','\x51','\x64','\x89','\x42','\xa1','\x80','\xeb','\x7a','\xc8','\x6a','\x60','\x55','\x0e','\xc1','\xb9','\x08','\xe7','\x3f','\x49','\x96','\xf1','\x7d','\x0f','\x19','\x39','\x20','\x03','\x82','\x50','\xa8','\x41','\x4e','\x93','\xef','\x83','\xed','\xba','\xf8','\x9e','\x47','\x34','\x1a','\x43','\xd7','\x55','\x40','\x22','\x1a','\x89','\x12','\x2b','\x8b','\x51','\x59','\x55','\x45','\x5d','\x6d','\x2d','\xb3','\x66','\xce','\x62','\xc1','\xa2','\x25','\xe4','\xb2','\x69','\x52','\xa9','\x24','\xc3','\x23','\x23','\xb4','\x9c','\x3b','\x47','\x6b','\x6b','\x2b','\xae','\xeb','\x32','\x69','\xf2','\x64','\x14','\x55','\xe5','\xd2','\xa5','\x4b','\x5c','\xed','\xe9','\x61','\x7c','\x7c','\x9c','\xb1','\xf1','\x71','\xa6','\x4e','\x99','\xc2','\xae','\x5d','\xbb','\x98','\x36','\x6d','\x1a','\x85','\x42','\x81','\xe3','\x27','\x4e','\x72','\xe2','\xd8','\x31','\xaa','\xaa','\x2a','\xd1','\x74','\x0d','\x55','\xd3','\x58','\xbe','\x7c','\x39','\xcb','\x96','\x2e','\xc5','\x75','\x1d','\x4e','\x9f','\x3d','\xcb','\xd8','\xe8','\x28','\xb1','\x58','\x8c','\x4c','\x26','\x23','\x24','\x88','\x9e','\xc7','\xf5','\xbe','\x3e','\x0e','\x1d','\x3c','\x48','\x7f','\x7f','\x3f','\x15','\xe5','\xe5','\xd8','\xb6','\x25','\x24','\x70','\x2e','\x20','\xc9','\x41','\x57','\xcb','\x47','\x62','\xc2','\xea','\x5c','\xc8','\xd8','\x14','\x59','\x45','\x33','\x34','\xf0','\xfc','\xa2','\x31','\x86','\xe7','\xf9','\x37','\x75','\x72','\x81','\x2b','\x9e','\x63','\x4b','\x28','\x8a','\x4a','\xac','\x2c','\x46','\x55','\x75','\x35','\xd5','\x55','\x55','\xd4','\xd5','\xd6','\x31','\x73','\xf6','\x4c','\x26','\xcd','\x98','\x04','\x40','\x62','\x68','\x9c','\xfe','\x81','\x1b','\x9c','\x39','\x73','\x86','\x47','\x1f','\x7d','\x1c','\xcf','\xf7','\x08','\x87','\x43','\x34','\xd4','\x35','\xf2','\xf7','\xff','\xf2','\x09','\xba','\x7a','\xba','\x7e','\x25','\x66','\x5f','\xd6','\xac','\x5c','\xc3','\x47','\x3e','\xf4','\xa7','\x9c','\x38','\x71','\x92','\x17','\x5f','\xdc','\x8f','\xa1','\x87','\xd8','\xbc','\x79','\x33','\x93','\x27','\x4f','\x62','\x60','\x60','\x80','\xf3','\x2d','\xe7','\xb9','\xd4','\x76','\x99','\x68','\x2c','\xc2','\xe2','\x25','\x4b','\x30','\x74','\x9d','\x0f','\xfe','\xc9','\x1f','\xff','\x40','\x0b','\xe6','\x12','\x7e','\x38','\x24','\xe0','\x55','\x77','\xdf','\xcd','\x7d','\xf7','\xdc','\xc3','\xd7','\xbe','\xfa','\x30','\xc7','\x4f','\x1e','\xa7','\x79','\x52','\x33','\xb7','\xdd','\x76','\x3b','\x0b','\x17','\x2d','\xe4','\xc6','\xe0','\x0d','\x4e','\x9c','\x3c','\x41','\x5f','\x5f','\x1f','\x4d','\x4d','\xcd','\xac','\x5f','\xbf','\x81','\x86','\xfa','\x7a','\x3e','\xf8','\xc7','\x7f','\xc8','\xe8','\xf8','\xe8','\x2b','\xbe','\xe6','\xd6','\x8d','\x5b','\x78','\xe7','\xdb','\xde','\xce','\xd9','\x73','\x67','\x39','\x7f','\xfe','\x3c','\xf9','\x7c','\x81','\x85','\x0b','\x17','\xb2','\x6a','\xd5','\x2a','\x42','\xa1','\x10','\xfb','\xf6','\xee','\x63','\xdf','\xde','\xbd','\x54','\x56','\x56','\xf2','\xea','\x57','\xbd','\x8a','\x39','\xb3','\x67','\xf3','\x47','\x7f','\xfa','\x61','\xda','\xbb','\x3a','\x7f','\xb1','\x27','\x5f','\xc2','\xaf','\x14','\x64','\x59','\xa6','\xb9','\xb1','\x89','\xe5','\x4b','\x96','\x33','\x65','\xea','\x14','\x5e','\xf7','\xea','\xd7','\x12','\xd2','\x43','\x18','\x21','\xe1','\x16','\xfb','\xf0','\x23','\x5f','\xe7','\xea','\xb5','\xab','\xb4','\xb6','\xb6','\xd2','\x37','\x70','\x9d','\x6c','\x2e','\x5b','\xca','\x0a','\xfb','\x15','\x46','\x89','\x00','\x95','\xf0','\x03','\x31','\x77','\xf6','\x2c','\x9a','\x1a','\x1b','\x71','\x1c','\x87','\xce','\xae','\x2e','\x4e','\x9e','\x3c','\x49','\x32','\x99','\x44','\xd7','\x34','\xfa','\x06','\x6e','\x30','\xb9','\xb1','\x81','\x1d','\xdb','\xb7','\xd3','\xd8','\xd0','\xc0','\xe0','\xe0','\x30','\x27','\x4e','\x9c','\xe6','\xc2','\x85','\xd3','\x98','\x66','\x56','\x48','\xda','\x0a','\x05','\x5c','\xd7','\xc6','\x71','\x4c','\x46','\x86','\x87','\xe8','\xbb','\x16','\x05','\x09','\x0a','\x56','\x01','\x43','\x57','\x19','\x19','\x19','\x63','\x78','\x68','\x98','\xf1','\xc4','\x38','\xa9','\x54','\x8a','\xbd','\x2f','\xec','\xe7','\xc8','\x91','\xb3','\x38','\xb6','\xcc','\xfc','\xf9','\x73','\x89','\xc7','\xc7','\x90','\x3c','\x9f','\x90','\x21','\xe6','\x68','\x52','\xa9','\x14','\x53','\xa7','\x2e','\x62','\xe7','\xce','\x9d','\x54','\x57','\x57','\x33','\x36','\x3a','\xca','\xef','\xff','\xd1','\x87','\xc8','\xe6','\x72','\x3f','\xf3','\xb9','\x66','\xb2','\x19','\x6c','\xdb','\xa6','\xb6','\xb6','\x8e','\xfa','\xfa','\x7a','\x2a','\xca','\x2b','\x84','\xb3','\x99','\x5a','\x45','\x48','\x56','\xb1','\x6d','\x93','\x8e','\x8e','\xcb','\x64','\xf3','\x59','\xce','\x9e','\x3d','\xcb','\xc0','\xc0','\x0d','\x3c','\xcf','\x26','\x1c','\x0e','\x31','\x7d','\xda','\x54','\x36','\xac','\x5f','\xc7','\xb2','\x65','\x4b','\x28','\x58','\x26','\x07','\x0f','\x1e','\xe0','\xb1','\xc7','\x1f','\x63','\x64','\x7c','\x8c','\x6d','\x5b','\xb7','\x03','\x2e','\xe9','\x74','\x92','\x74','\x7c','\x8c','\xab','\x57','\xbb','\xe9','\xee','\xea','\x66','\x64','\x6c','\x0c','\xcf','\xbf','\xd9','\x11','\x11','\xb3','\x22','\xc2','\xd5','\x4b','\xf2','\x7d','\x1c','\xd7','\xc5','\xb6','\x6d','\x26','\xbc','\x90','\xe5','\xc0','\x7d','\x0f','\x59','\x46','\x95','\xe5','\xa2','\x54','\x4a','\x74','\xb7','\x7c','\x24','\x5f','\xc2','\x76','\x5c','\x4c','\xd3','\xa4','\xff','\x7a','\x3f','\x96','\x65','\x21','\xc9','\x32','\x8e','\x63','\xa3','\xeb','\x06','\xd5','\x55','\xd5','\xd4','\xd5','\xd5','\xa1','\x69','\x3a','\x23','\x23','\x23','\xc4','\xc7','\xc7','\x30','\x62','\x32','\x96','\x65','\x23','\xf9','\x3e','\x0d','\x81','\x5c','\xaf','\xa3','\xa3','\x83','\x13','\x27','\x4e','\x70','\xed','\xda','\x35','\xf2','\x85','\x02','\xaa','\xa2','\xe0','\x38','\x0e','\x75','\x35','\xb5','\xac','\x5b','\xb7','\x1e','\x55','\x53','\xd9','\xb7','\x6f','\x1f','\x67','\xce','\x9c','\x25','\x97','\xcb','\xa2','\x69','\x1a','\xe5','\xe5','\x65','\x58','\x96','\x30','\xab','\x18','\xec','\xef','\x67','\x7c','\x74','\x14','\x4d','\xd3','\x90','\x10','\xf3','\x58','\x78','\x3e','\x9e','\x84','\x38','\x0f','\x49','\x0a','\x32','\x6d','\x26','\xe6','\x58','\x64','\x5c','\xcf','\x43','\x95','\x15','\x64','\x59','\x15','\x6e','\x80','\xb2','\x14','\xe4','\x1f','\xb9','\x4c','\x64','\x05','\x01','\x68','\x7a','\x88','\x7c','\x21','\x4b','\x2e','\x9b','\xa5','\xa2','\xbc','\x82','\xba','\xda','\x5a','\x0c','\x23','\x44','\xac','\xac','\x8c','\xc5','\x4b','\x16','\xb3','\x71','\xe3','\x26','\xe6','\xcc','\x9d','\x49','\x2c','\x1a','\x16','\xee','\x6f','\x8a','\x42','\x5f','\xdf','\x75','\xda','\x2e','\xb5','\x22','\x05','\x9e','\xea','\xe9','\x74','\x1a','\xcb','\x34','\x49','\x24','\x12','\x94','\x95','\x95','\xb1','\x6e','\xdd','\x3a','\xd6','\xaf','\xdf','\x80','\xa6','\x69','\x9c','\x39','\x73','\x86','\x4b','\x6d','\x97','\x88','\xc7','\xe3','\xd4','\xd4','\xd4','\x30','\x70','\xbd','\x9f','\xaa','\xea','\x6a','\x36','\x6d','\xda','\x44','\x63','\x53','\x13','\xa7','\x4f','\x9d','\xe4','\xf9','\xe7','\x9e','\xa7','\xe7','\x6a','\x0f','\x65','\xb1','\x08','\xa1','\x90','\x81','\xed','\xa8','\xd8','\xb6','\xcd','\xd0','\xe0','\x20','\x89','\x78','\x9c','\x96','\x96','\x73','\x48','\xb2','\x2c','\x4c','\x3d','\x2c','\x07','\x7c','\x31','\x67','\x85','\xa4','\x22','\x2b','\xa0','\x15','\x03','\x5b','\x5d','\xbc','\x60','\x9e','\x47','\xd3','\xb4','\x97','\x99','\x1d','\x08','\x99','\x9f','\x58','\x97','\xbe','\xef','\x63','\x18','\x61','\x74','\x2d','\x44','\x32','\x93','\x06','\x7c','\xaa','\x2a','\x2b','\xd1','\x75','\x1d','\x19','\x99','\x49','\x53','\x26','\xb3','\x6a','\xed','\x6a','\x56','\xac','\x58','\xce','\xfc','\xb9','\xf3','\x99','\xbf','\x60','\x2e','\xc9','\x64','\x9c','\x0b','\xad','\x2d','\x7c','\xe6','\x0b','\xff','\x01','\x50','\x94','\x0c','\xfe','\x2a','\x20','\x16','\x8d','\xf1','\x4f','\x7f','\xff','\x49','\x72','\xb9','\x2c','\xfb','\xf7','\xef','\xa5','\xb7','\xf7','\x2a','\x77','\xdc','\x75','\x07','\x7b','\x76','\xef','\xa1','\xba','\xba','\x9a','\x13','\x27','\x4e','\xf0','\xc4','\x93','\x4f','\x92','\x88','\xc7','\x59','\xb7','\x6e','\x1d','\x73','\x66','\xcd','\x62','\x64','\x6c','\x8c','\x67','\x5e','\x78','\xbe','\x54','\xc8','\xfc','\x94','\x98','\x3a','\x65','\x0a','\x7f','\xfd','\xe7','\x7f','\x4e','\x57','\x57','\x17','\xcf','\x3e','\xf7','\x2c','\xb6','\x6d','\xb3','\x6d','\xdb','\x36','\xb6','\x6c','\xd9','\x84','\xe7','\xfb','\x9c','\x38','\x71','\x92','\xe3','\x47','\x8f','\x81','\x24','\xb1','\x64','\xd9','\x12','\xd6','\xae','\x5b','\xcb','\xe3','\x4f','\x3d','\xc1','\x63','\x4f','\x3d','\xf6','\x8a','\xd7','\xbc','\xb2','\xa2','\x82','\x4f','\xfd','\xfd','\x27','\x18','\x1e','\x19','\x66','\xef','\xbe','\x7d','\xdc','\xb8','\x71','\x83','\x75','\xeb','\xd6','\xb1','\x75','\xeb','\x56','\x1a','\x9a','\x9a','\x39','\x7f','\xee','\x2c','\x8f','\x3c','\xf2','\x2d','\xba','\xbb','\xba','\xb8','\xe3','\xce','\x3b','\xd9','\xba','\x7d','\x1b','\xa6','\x6d','\xf1','\xc4','\x33','\x4f','\x07','\xf7','\x84','\x1f','\x1f','\x92','\x24','\x11','\x09','\x47','\x88','\x46','\x22','\x94','\xc5','\x62','\x34','\x37','\x35','\x31','\x75','\xca','\x14','\x64','\x45','\x41','\x53','\x74','\xa2','\x91','\x28','\xc9','\x54','\x8a','\xee','\x9e','\x6e','\xae','\x5d','\xef','\x63','\x64','\x74','\xf8','\xe7','\x16','\x0c','\x1c','\x8d','\x44','\x99','\x3d','\x6b','\x36','\xb6','\x6d','\xb3','\x7c','\xd9','\x72','\x7c','\x1f','\x52','\xa9','\x24','\xf9','\x42','\xbe','\x98','\x9d','\xa7','\x1b','\x46','\xf1','\x3e','\xd9','\xd6','\xda','\x4a','\x6f','\x5f','\x2f','\xae','\xeb','\xe2','\x04','\x9b','\x7e','\x52','\x20','\xef','\x96','\x83','\xdc','\x38','\x49','\x12','\x39','\x72','\x13','\x9d','\x4c','\x55','\x51','\xb1','\x1d','\xfb','\xe7','\x72','\xbc','\x3f','\x0a','\xaa','\xa2','\x14','\xe7','\x3d','\x1b','\xea','\xea','\x58','\xb3','\x6a','\x35','\xe1','\x40','\x86','\x3d','\x31','\xbf','\x3a','\x11','\x4d','\x20','\xee','\xef','\x22','\xa0','\x5a','\x42','\x41','\x53','\x35','\x34','\xdd','\x08','\xf2','\xe1','\x60','\xfb','\xe6','\xed','\x38','\xae','\xc3','\xf7','\x9e','\x7c','\x0c','\x24','\xb8','\x7c','\xf9','\x12','\xc7','\x4e','\x9d','\x20','\x9f','\xcf','\x61','\xff','\x9c','\x37','\x69','\x24','\x49','\xa2','\xaa','\xa2','\x92','\x75','\xab','\xd7','\xb1','\x69','\xe3','\x26','\x1e','\xb8','\xff','\x75','\x64','\xb3','\x59','\x2c','\xdb','\x42','\xd7','\x75','\x0c','\xd5','\xc0','\xf5','\x5d','\x0a','\x85','\x02','\xaf','\x7d','\xf5','\x6b','\x88','\x46','\xa3','\x84','\x42','\x21','\x2c','\xcb','\xe2','\x3f','\x3f','\xff','\x9f','\x3c','\xf2','\xe8','\x77','\xb8','\x76','\xfd','\x5a','\xe9','\xfe','\xf1','\x2b','\x88','\x12','\x01','\x2a','\xe1','\x15','\x51','\x53','\x55','\xc5','\x96','\x8d','\x9b','\xa8','\xaa','\xaa','\x62','\x70','\x70','\x90','\xfd','\xfb','\x5f','\xa4','\xbb','\xbb','\x1b','\x33','\xf8','\xe3','\xa0','\x29','\x0a','\xf3','\xe7','\xcd','\x67','\xe3','\xa6','\x4d','\xc8','\x92','\xc4','\xc5','\x8b','\x17','\xe9','\xea','\xea','\x22','\x9d','\x49','\xe3','\x7a','\x0e','\xbe','\xe7','\x8b','\x9b','\x5d','\x58','\xe7','\x5a','\xef','\x15','\xbe','\xf9','\xf5','\x87','\x99','\x32','\x6d','\x1a','\x65','\xe5','\x31','\x90','\x3c','\x22','\x91','\x08','\xb2','\x2c','\x73','\xf5','\xea','\x55','\x0a','\x85','\x3c','\x96','\x65','\x71','\xe6','\x6c','\x0b','\xa9','\x54','\x86','\x6d','\x5b','\x77','\x70','\xc7','\x6d','\xaf','\xe2','\xd4','\xa9','\x13','\x9c','\x3c','\x79','\x0c','\xc7','\x71','\x88','\x44','\x22','\x2c','\x58','\xb0','\x88','\x9d','\x3b','\x6f','\xa1','\xa1','\xbe','\x81','\x64','\x32','\xc5','\xf5','\xfe','\x7e','\x46','\xc7','\xc7','\x7f','\x2e','\xe7','\x6b','\xd9','\x36','\xff','\xf9','\xf9','\xcf','\xf1','\x7f','\xfe','\xec','\x2f','\x59','\xb7','\x76','\x3d','\xf8','\x30','\x3a','\x3a','\x8a','\x2c','\xcb','\xc4','\x07','\x47','\x29','\x64','\xb3','\x4c','\x9a','\x3e','\x0d','\xdf','\x75','\x99','\x39','\x7d','\x06','\x0b','\xe6','\x2d','\xa0','\xbc','\xac','\x0c','\x3d','\x12','\x62','\xee','\xbc','\x05','\xac','\x5a','\xbd','\x0a','\x23','\x14','\xe2','\xf4','\xd9','\x33','\xbc','\xb8','\x6f','\x2f','\x3d','\x3d','\x3d','\x2c','\x5a','\xbc','\x44','\x0c','\x08','\x4f','\x6a','\x66','\x74','\x74','\x94','\x73','\x67','\x4f','\x72','\xf2','\xf8','\x31','\x7a','\xae','\x5c','\xc5','\xb4','\x4c','\x3c','\xcf','\x0b','\x6c','\xac','\x15','\x5c','\xc7','\xc1','\x72','\x6c','\x0c','\x4d','\x0f','\x06','\xe2','\x85','\xa1','\x81','\xe7','\x7b','\xe2','\x8f','\x88','\x24','\x0a','\xe5','\x5c','\x3e','\x8f','\x55','\x28','\x10','\x89','\x46','\xc1','\xf7','\xb1','\x5d','\x97','\xb2','\xb2','\x72','\x22','\xa1','\x30','\xd9','\x5c','\x9e','\x4c','\x3a','\x8b','\x61','\x18','\xa8','\x9a','\xc2','\x58','\x7c','\x8c','\x5c','\x4e','\x63','\xe6','\x8c','\x59','\x2c','\x5b','\xb6','\x9c','\xaa','\xaa','\x6a','\xe2','\xf1','\x38','\x43','\x23','\x42','\x2a','\x58','\x1e','\xaa','\xa0','\xa6','\x4e','\xa1','\xa9','\xb9','\x99','\xf2','\x8a','\x72','\x52','\xa9','\x34','\xd7','\xae','\x5d','\xa3','\xa5','\xa5','\x05','\xb3','\x50','\x20','\x93','\xcd','\x60','\x15','\x4c','\x66','\xcc','\x98','\xc1','\xfa','\x0d','\x1b','\x98','\x34','\x69','\x12','\x67','\xcf','\x9d','\xe5','\xca','\x95','\x2b','\x20','\x09','\x57','\x40','\xd7','\x15','\xd2','\x42','\x4d','\x15','\x56','\xce','\xae','\xeb','\x92','\xcf','\xe5','\x28','\xc8','\x32','\x9a','\xaa','\xa2','\xa8','\x62','\x30','\xdf','\x71','\x1c','\xbc','\x20','\xcc','\xd4','\xf3','\xbd','\x60','\x16','\x68','\x22','\x07','\xc7','\x47','\x91','\x54','\x24','\x94','\x62','\xa1','\x2e','\x49','\x08','\x47','\xbf','\x62','\x36','\x92','\x8c','\x61','\x08','\x67','\xb5','\x42','\xde','\xc4','\xb6','\x46','\xc9','\xe4','\xb2','\xe0','\x0a','\xc2','\xd4','\xd6','\x76','\x89','\x83','\x07','\x0e','\xb2','\x69','\xf3','\x7a','\x76','\xec','\xd8','\xce','\xcc','\x99','\xb3','\xd8','\xb8','\x61','\x03','\x12','\x60','\x3b','\x36','\x2d','\x2d','\x2d','\xa4','\xd3','\x69','\x42','\xa1','\x10','\xd1','\x68','\x94','\x42','\xa1','\x40','\x7d','\x43','\x03','\xab','\x57','\xaf','\xa6','\xa6','\xa6','\x8a','\x81','\x81','\x01','\x4e','\x9d','\x3a','\x45','\x3c','\x3e','\x4e','\x59','\x45','\x05','\x89','\x64','\x92','\x6c','\x2e','\xc7','\xf6','\x1d','\x3b','\x58','\xb2','\x64','\x09','\xd9','\x6c','\x96','\xae','\xae','\x6e','\x86','\x87','\x87','\xf0','\x3d','\x1f','\x4d','\xd3','\xf1','\x5c','\x07','\x08','\x66','\xb3','\x5c','\x97','\x5c','\x3e','\x4f','\x3e','\x9f','\x17','\x85','\x40','\xd0','\xcd','\xc2','\x97','\x71','\x5c','\x0f','\x59','\x76','\x91','\x24','\x09','\x4b','\x92','\x70','\x5d','\x07','\xc7','\xb6','\x85','\x15','\xb6','\xef','\xa3','\x4c','\xcc','\x7c','\x11','\x74','\xc7','\x64','\x09','\x39','\x28','\x20','\x64','\x59','\x21','\x9f','\x33','\xf1','\x82','\xae','\x9f','\xe7','\xfb','\x64','\xb3','\x59','\x54','\x59','\xc1','\x71','\x5d','\xfa','\xfa','\xfb','\x69','\xef','\x68','\xe7','\xd4','\x89','\x13','\xec','\xde','\xb3','\x87','\x5d','\xb7','\xec','\x62','\xfb','\x8e','\x1d','\x54','\x54','\x56','\xf0','\xf0','\x77','\xbf','\x49','\x22','\x99','\xf8','\xa5','\x20','\x3f','\x2f','\x9d','\x07','\xfb','\x41','\x90','\x65','\x99','\x57','\xdd','\x7d','\x0f','\xd1','\x68','\x98','\x27','\x9e','\x78','\x82','\x23','\x47','\x8f','\xb0','\x68','\xf1','\x22','\xee','\xba','\xe7','\x6e','\x66','\xcd','\x9a','\xc9','\xe8','\xc8','\x28','\xe7','\xcf','\x9f','\xa7','\xed','\xd2','\x25','\x2a','\x2a','\x2b','\x58','\xbb','\x7a','\x2d','\xb3','\x67','\xcd','\xe1','\xc8','\xd1','\xc3','\x2f','\x7b','\xed','\x40','\x01','\xfb','\x8a','\xc7','\x00','\xfc','\xc2','\x0a','\x1d','\x49','\x92','\x08','\x19','\x06','\x21','\x23','\x84','\xa6','\x69','\x84','\x42','\x21','\xca','\xcb','\x44','\xec','\x80','\x6d','\xdb','\x37','\x5d','\xfa','\x02','\x32','\xac','\xbc','\xc4','\x48','\x43','\xd7','\x75','\x2c','\xcb','\x62','\x74','\x74','\x14','\xc7','\x75','\xa9','\xaf','\xab','\xc3','\x73','\x5d','\xba','\x7a','\xae','\x50','\x08','\x66','\xe5','\x7e','\x1e','\x50','\x15','\x85','\xcf','\x7d','\xe6','\xdf','\xc9','\xe6','\xf2','\x3c','\xf5','\xf4','\x53','\xf4','\x5d','\xbf','\xce','\x92','\x25','\x4b','\xd8','\xb4','\x69','\x13','\xd5','\xd5','\x35','\xf4','\x5c','\xe9','\xe1','\xf8','\xf1','\x13','\xf4','\x5c','\xed','\x65','\xe6','\xcc','\x99','\x6c','\xda','\xb8','\x99','\xaa','\xaa','\x4a','\xbe','\xf7','\xc4','\xf7','\x8a','\x06','\x2f','\xff','\xfd','\x9c','\x5f','\xf3','\xaa','\x57','\xa3','\xc8','\x12','\xcf','\x3f','\xff','\x3c','\xc7','\x8f','\x1f','\xa7','\xa1','\xa1','\x81','\x7b','\xee','\xb9','\x87','\x95','\x2b','\x57','\x32','\x36','\x32','\xcc','\xde','\x7d','\x7b','\x69','\xb9','\x70','\x9e','\xc9','\x93','\x27','\xb3','\x7e','\xfd','\x7a','\x14','\x59','\xe1','\x23','\x7f','\xf9','\x97','\xe4','\xf2','\x3f','\xfe','\x46','\x57','\x75','\x55','\x15','\x6b','\x56','\xae','\x62','\xfe','\xdc','\x79','\xbc','\xf9','\xa1','\x37','\x15','\xbb','\xcd','\x91','\x88','\xd8','\x1c','\xc1','\x97','\x48','\xa5','\x52','\x78','\x36','\x68','\x86','\x8e','\xef','\xfb','\xc4','\x62','\x31','\x92','\xc9','\x24','\x1f','\xfe','\xcb','\x3f','\xe5','\xd8','\x89','\xe3','\x0c','\x0e','\x0f','\xfe','\x4c','\xd7','\xee','\x0d','\xaf','\x7f','\x90','\xbf','\xf8','\xc8','\x5f','\x30','\x32','\x3c','\x42','\x75','\x6d','\x35','\xe3','\xe3','\xe3','\xc2','\x8c','\x47','\x51','\x8a','\x9b','\x1e','\xb6','\x2d','\x36','\xd1','\x6a','\x6b','\x6b','\x51','\x24','\x99','\xc4','\x78','\x1c','\xb3','\x60','\xe2','\x38','\xce','\xcb','\xba','\xb5','\x13','\xef','\xa7','\xe7','\x79','\xe4','\x0b','\x79','\x4c','\xd3','\x24','\x12','\x8e','\xa0','\xaa','\x2a','\x7f','\xf7','\x89','\x8f','\xf1','\xe4','\x73','\x4f','\x91','\xce','\xa4','\x7f','\xa6','\xe3','\xfd','\x41','\xa8','\xae','\xaa','\x62','\xed','\xaa','\xd5','\x7c','\xf8','\x8f','\xfe','\x88','\xe6','\xc6','\x26','\x90','\x84','\xb3','\xab','\xef','\x7b','\x22','\xd3','\x4c','\x55','\x82','\xcd','\x38','\x17','\x09','\x61','\xcf','\xef','\xba','\x1e','\xb2','\x22','\x08','\x90','\x99','\xf7','\x90','\x25','\xd0','\x75','\x03','\x02','\x02','\x37','\xb1','\xb6','\xdf','\xfa','\xc6','\xb7','\x10','\x89','\x46','\xa9','\xad','\xad','\xc3','\xf3','\x3c','\xfe','\xe9','\x5f','\x3f','\xc5','\xe7','\xbf','\xfc','\x45','\xfa','\xfa','\xfb','\x7e','\x2e','\xc7','\x1e','\x0e','\x85','\xb8','\xef','\x9e','\xfb','\xf8','\xf0','\x1f','\xfe','\x09','\x91','\x48','\x84','\x54','\x22','\xc5','\xd9','\xb3','\x67','\x69','\x6f','\x6f','\xe7','\xda','\xb5','\x6b','\x64','\x32','\x19','\x2c','\xd3','\xa2','\x60','\x16','\xf0','\x83','\xd8','\x84','\x86','\x86','\x06','\x26','\x4f','\x9e','\xcc','\xc2','\x05','\x0b','\x79','\xef','\xbb','\xde','\xcb','\x7b','\x7e','\xfb','\x3d','\xfc','\xf5','\xdf','\xfe','\x0d','\xdf','\xfa','\xee','\x23','\xff','\x63','\xd7','\xb8','\x84','\xff','\x1d','\x94','\x08','\x50','\x09','\xdf','\x07','\x55','\x55','\x79','\xe3','\xeb','\x5f','\xcf','\x1b','\x5f','\xff','\x3a','\x5c','\xcf','\xe5','\xca','\x95','\x2b','\xb4','\x9c','\x6b','\x21','\x91','\x48','\xe0','\x7b','\x22','\x38','\x74','\xde','\xdc','\xd9','\xac','\xdb','\xb0','\x9e','\xf2','\xf2','\x32','\xae','\xf5','\x5e','\xe3','\xe2','\xc5','\x8b','\x5c','\xeb','\xeb','\x25','\x95','\x1e','\x23','\x9d','\xce','\xe0','\xb9','\x1e','\x95','\xd5','\xd5','\x68','\xb2','\x42','\x57','\xcf','\x15','\x2e','\x5c','\xba','\x4c','\x75','\x65','\x25','\x65','\x31','\xd1','\x05','\x32','\x74','\x03','\xdb','\xb1','\x49','\x26','\x12','\x68','\xba','\x8e','\xae','\x19','\x98','\x66','\x81','\x95','\xcb','\x57','\x73','\xfb','\xed','\x7b','\x98','\x3b','\x7b','\x2e','\xa6','\x99','\xe3','\xd8','\xb1','\xc3','\x8c','\x8d','\x8d','\x51','\x53','\x53','\xcb','\xca','\x95','\x2b','\xb9','\xf5','\xd6','\x5b','\x40','\x82','\x9e','\x2b','\x3d','\xfc','\xee','\x1f','\x7e','\x10','\xfb','\xe7','\xa4','\x07','\xf7','\x3c','\x8f','\xef','\x7c','\xef','\x51','\xde','\xf2','\xd0','\x9b','\x98','\x32','\x65','\x0a','\x4d','\x4d','\x8d','\x98','\xa6','\x29','\x2c','\xb4','\x4d','\x8b','\xb0','\x61','\x10','\xab','\xac','\x20','\x9b','\xc9','\x90','\x4c','\x24','\xa8','\x28','\x2f','\x07','\x59','\x46','\x52','\x14','\xca','\x62','\xe5','\xe4','\xcd','\x3c','\x97','\xda','\xdb','\x38','\x76','\xe2','\x08','\x9d','\xdd','\x9d','\x94','\x97','\x47','\x59','\xb5','\x76','\x05','\xf3','\x17','\xce','\x21','\x1c','\xd2','\x19','\x1a','\xbe','\xc1','\xb1','\x63','\xc7','\x38','\x76','\xe4','\x28','\xd9','\x5c','\x96','\xb2','\x58','\x0c','\x4d','\x55','\x71','\x5c','\x97','\x50','\x38','\x8c','\x2c','\xc9','\x58','\x96','\x49','\x26','\x9d','\x2e','\x06','\xbb','\x4e','\x04','\x5e','\x4a','\x92','\xc8','\x8d','\x51','\x35','\x8d','\x7c','\x26','\x83','\xeb','\xba','\xa8','\x9a','\x86','\xe3','\x38','\xe4','\xb2','\x59','\x7c','\xcf','\xc7','\xb6','\x6c','\xc6','\xc7','\xe2','\x98','\x96','\xb0','\x41','\x8e','\x67','\x92','\x98','\x96','\xc9','\xb2','\x05','\x4b','\xb8','\xed','\xb6','\x5d','\xac','\x59','\xb3','\x9a','\x74','\x3a','\xc5','\xf9','\x96','\x73','\x64','\x33','\x39','\x2a','\xaa','\x2a','\x30','\xcd','\x02','\xb3','\x67','\xce','\x61','\xde','\xdc','\xb9','\xb8','\x8e','\x4b','\x5f','\x5f','\x1f','\x6d','\x6d','\x6d','\x5c','\xbd','\x7a','\x15','\xcb','\xb6','\xa9','\x2c','\x2b','\x27','\xd2','\x18','\x61','\xcf','\x9e','\x3d','\xec','\xde','\xbd','\x9b','\x6b','\xd7','\x7a','\xf9','\xce','\x77','\xbe','\x4d','\xef','\xb5','\x5e','\x54','\x59','\xc1','\x72','\x1c','\xb2','\xd9','\x2c','\xbc','\xa4','\x7b','\x25','\x07','\x92','\x3d','\xc5','\x17','\xcd','\x2b','\xdf','\xf7','\x8a','\xe7','\x20','\x4f','\x14','\x65','\xc1','\xcf','\x02','\x5b','\x33','\x21','\x75','\x0b','\xfe','\xe7','\xba','\x5e','\x50','\xa0','\xfa','\x2f','\x97','\x00','\x7a','\x9e','\x20','\x17','\x01','\x11','\xb4','\x6d','\x9b','\x6c','\x3a','\x2b','\x3a','\x40','\xe1','\x08','\x92','\x2c','\x71','\xb5','\xf7','\x2a','\x37','\x06','\xaf','\xd3','\xd7','\xd7','\xc7','\xab','\x5f','\xfd','\x6a','\xd6','\xac','\x59','\xc9','\xba','\x75','\x6b','\x19','\x19','\x19','\xa1','\xaf','\xaf','\x8f','\x54','\x2a','\x45','\x38','\x1c','\x46','\xd7','\x75','\x6a','\x6b','\x6a','\x8b','\x81','\xb7','\x9e','\x07','\x17','\x2e','\x5c','\xe0','\xc2','\xc5','\x8b','\x8c','\x8f','\xc7','\x03','\xe2','\x21','\xd3','\xdc','\xdc','\xcc','\x8e','\x1d','\x3b','\xd1','\x34','\x9d','\x47','\x1f','\x7d','\x94','\x63','\x47','\x8f','\x91','\xcd','\x64','\x44','\x46','\x8f','\xe3','\x92','\xcf','\x17','\xb0','\x6d','\x1b','\x25','\x38','\x77','\x61','\x60','\x21','\x23','\x2b','\x2a','\x9a','\x26','\x5c','\xdb','\x5c','\x5b','\x0a','\xce','\xd3','\x2d','\x12','\x1e','\xd7','\x11','\x04','\xc8','\x0f','\x88','\x9d','\x98','\xa3','\x12','\x55','\xae','\x24','\xcb','\xe0','\x4b','\x10','\x38','\xc7','\x49','\x8a','\x54','\x24','\xca','\xaa','\xa6','\x08','\x99','\xa3','\x69','\xe2','\xca','\x12','\x46','\x38','\x8c','\x2c','\xc3','\xc8','\xd0','\x0d','\xc6','\xc6','\x86','\xc5','\x79','\xf6','\xf6','\xb2','\x7b','\xf7','\x9d','\xac','\x5c','\xb5','\x8c','\xdf','\x79','\xe7','\xbb','\xf8','\xdb','\x4f','\x7c','\xac','\x18','\xc0','\xfa','\xb3','\x42','\x02','\x2a','\x2b','\x2a','\x99','\x3c','\xa9','\x19','\x5d','\xd7','\x88','\x46','\xa3','\x94','\x97','\x97','\x11','\x0e','\x85','\x51','\x14','\x05','\xf0','\xc9','\x66','\x73','\x98','\x96','\x45','\x75','\x55','\x15','\x9a','\xaa','\x32','\x3a','\x36','\x46','\x45','\x45','\x05','\x91','\x48','\x04','\xc7','\xb6','\x49','\xa5','\x33','\xa8','\xaa','\x42','\x34','\x1a','\x45','\x55','\x74','\x2a','\x2b','\x2b','\x51','\x14','\x85','\x0d','\x6b','\xd6','\xf3','\x99','\xff','\xfa','\x37','\x7a','\xaf','\x5d','\xa3','\xbb','\xa7','\xe7','\x15','\x77','\xb5','\x67','\x4e','\x9f','\xc1','\x47','\x3e','\xf4','\x27','\x74','\x75','\x77','\xf2','\xe4','\x53','\x8f','\x93','\xcd','\xa4','\x78','\xfd','\xeb','\x5f','\xc7','\xb6','\xad','\x5b','\xc8','\x15','\x0a','\x5c','\xbc','\x78','\x91','\xcb','\x97','\x2f','\x13','\x0e','\x87','\x59','\xb5','\x6a','\x25','\x6b','\xd7','\xaf','\xa1','\x69','\x72','\x13','\xd3','\xa6','\x4d','\xe3','\x75','\xaf','\xbe','\x5f','\x74','\x01','\xca','\xca','\xb9','\xef','\x9e','\x7b','\x18','\x1b','\x1b','\x43','\x53','\x54','\x62','\xe5','\xe5','\x58','\x85','\x82','\x98','\xb1','\x53','\x14','\xd2','\xe9','\x14','\x9f','\xfd','\xf2','\x97','\x50','\x55','\x95','\x74','\x3a','\x4d','\xeb','\xa5','\x36','\x46','\xc6','\x46','\x7f','\x6e','\x84','\x42','\xd7','\x75','\x66','\x4e','\x9b','\xce','\xd2','\xc5','\x4b','\x98','\x3b','\x77','\x2e','\x6f','\x78','\xed','\x6b','\xc9','\x66','\x73','\x38','\xae','\x4b','\x5d','\x6d','\x0d','\xe5','\xe5','\x65','\x0c','\x0f','\x8f','\xe2','\x7b','\x3e','\xb1','\xb2','\x98','\x90','\x45','\x16','\xed','\xca','\xfd','\xa2','\x51','\xca','\x84','\xf3','\xa0','\xe7','\x8a','\xcf','\x9e','\xaa','\xa9','\xc2','\xa0','\x66','\x68','\x18','\xc7','\xb6','\xf9','\xec','\x17','\xbf','\xc0','\x63','\x4f','\x3d','\x49','\x26','\x9b','\xf9','\x99','\x8e','\x77','\xc1','\xbc','\xf9','\x34','\x34','\x34','\x71','\xfc','\xd8','\x51','\xf6','\xef','\xdf','\x4f','\x38','\x6c','\xb0','\x79','\xf3','\x66','\xe6','\xcd','\x9b','\x47','\x3a','\x9d','\xe6','\xd2','\xa5','\x36','\x2e','\x5f','\xbe','\x84','\xe7','\xfb','\x2c','\x5b','\x2a','\xa4','\xa2','\xff','\xf7','\x13','\x7f','\xcb','\xe9','\x73','\xa7','\x5f','\xf1','\xf5','\x1a','\xeb','\x1b','\x78','\xdf','\x7b','\x7f','\x97','\xf6','\xf6','\x0e','\x0e','\x1f','\x39','\x82','\xe3','\x38','\xac','\x5b','\xb7','\x8e','\xd5','\xab','\x57','\xa3','\x28','\x0a','\xe7','\xce','\x9d','\xe3','\xd8','\xd1','\x63','\xb8','\x8e','\xcb','\xaa','\xd5','\x6b','\x98','\x3f','\x7f','\x3e','\xff','\xf4','\xaf','\xff','\x8f','\x67','\x5f','\x78','\xee','\xc7','\x7a','\x0f','\xea','\x6b','\xeb','\xd8','\xb5','\xf3','\x16','\x7e','\xef','\xdd','\xbf','\x43','\x4d','\x6d','\x0d','\x99','\x4c','\x86','\xab','\xbd','\xbd','\xf4','\x5c','\xb9','\x42','\xff','\xc0','\x00','\xd9','\x4c','\x26','\x50','\x26','\xb8','\x98','\xa6','\x85','\xef','\xc8','\xb8','\x9e','\x8b','\x6e','\xe8','\xac','\x5f','\xbf','\x9e','\xb5','\xeb','\xd7','\xf2','\xd1','\xbf','\xf8','\x1b','\x3c','\xcf','\xe3','\xc1','\xb7','\x3e','\xc4','\xf9','\xd6','\x0b','\x3f','\xd5','\x75','\x8b','\x46','\xa2','\xbc','\xef','\xbd','\xbf','\x47','\xcf','\xd5','\x1e','\x0e','\x1d','\x3c','\x44','\x22','\x99','\x20','\x9d','\x49','\xa3','\xca','\x2a','\x86','\x6e','\xe0','\xfb','\x3e','\x99','\x6c','\x06','\xd3','\x34','\xa9','\xa9','\xa9','\x65','\xde','\xbc','\xb9','\x34','\xd6','\xd5','\xa3','\x4a','\xb2','\x30','\xf4','\x91','\x55','\xe4','\x20','\xe4','\xd9','\xb6','\x2d','\x0a','\xa6','\x55','\x34','\xcb','\x71','\x3d','\xb1','\x99','\x52','\x5d','\x51','\x49','\x59','\x45','\x05','\x1f','\xfe','\xd0','\x87','\xf9','\x8b','\x3f','\xfd','\x73','\x3e','\xff','\xe5','\x2f','\xf0','\xa5','\xaf','\x7d','\x89','\x81','\x20','\xd7','\xed','\x67','\x85','\x2c','\xcb','\xac','\x58','\xba','\x84','\xcf','\x7e','\xe6','\xdf','\x90','\x24','\x89','\xd1','\xd1','\x51','\x2e','\x77','\x5c','\x62','\x64','\x68','\x84','\xf6','\xf6','\x76','\x06','\x06','\x6f','\x60','\x99','\x66','\x90','\x69','\xe6','\x62','\x59','\x76','\x10','\x66','\x0e','\xbe','\x17','\x04','\x7c','\xcb','\x32','\x78','\x86','\x90','\x75','\xcb','\xb2','\x90','\xf8','\xba','\x3e','\xc8','\x13','\xdd','\x6d','\x03','\xcf','\xf3','\x98','\x3f','\x7f','\x3e','\xaf','\x7d','\xed','\x6b','\x79','\xcb','\x43','\x6f','\xe1','\xce','\x5d','\xbb','\xf9','\xe8','\xc7','\x3f','\xca','\xe3','\xcf','\x3c','\xf1','\x33','\x1d','\xff','\xec','\x19','\xb3','\x78','\xc7','\xdb','\x7e','\x8b','\x7b','\xef','\xba','\x97','\x0b','\x17','\x2e','\xd0','\xd2','\xd2','\x42','\x5f','\x6f','\x1f','\x43','\x23','\x43','\xc2','\xc4','\x29','\x9d','\xc1','\xb4','\x4c','\x11','\x32','\xed','\x83','\xa2','\x8a','\x4e','\xd5','\xc5','\xd6','\x8b','\x64','\xb2','\x19','\xaa','\x2a','\xaa','\xd8','\xb9','\x63','\x27','\xb7','\xdd','\x71','\x1b','\x1f','\xfe','\xd0','\x87','\x69','\x6a','\x6c','\xe2','\xef','\xff','\xe9','\x13','\x25','\xfb','\xf5','\x5f','\x21','\x94','\x08','\x50','\x09','\xdf','\x87','\xfa','\xda','\x5a','\xde','\xf3','\xce','\x77','\x90','\xc9','\x64','\xb8','\x72','\xa5','\x87','\x8b','\x17','\x2f','\x32','\x3e','\x36','\x26','\xa4','\x5a','\x78','\x38','\x9e','\xcb','\xfa','\xf5','\x1b','\x58','\xbc','\x68','\x11','\xbd','\x57','\x7b','\x69','\x39','\xd7','\xc2','\x85','\x0b','\x17','\x18','\x1c','\x1c','\x00','\xc9','\x43','\x92','\xc1','\x32','\x6d','\x72','\xb9','\x0c','\x65','\xd1','\x08','\x9a','\xa6','\x92','\x2b','\x98','\xa4','\xd2','\x09','\x32','\x99','\x24','\x8e','\x25','\x6c','\x91','\x3d','\x40','\x92','\x7d','\x42','\x76','\x98','\x3c','\x26','\x55','\xd5','\xd5','\x2c','\x5a','\xb0','\x94','\xe6','\xc6','\x49','\x78','\xbe','\x1b','\xc8','\x95','\x2c','\x64','\x59','\xa6','\xa9','\xb9','\x89','\x35','\x6b','\xd6','\x30','\x77','\xce','\x5c','\xc6','\xe3','\xe3','\xbc','\xef','\x43','\x7f','\xc4','\xd5','\x6b','\xd7','\x5e','\x71','\x27','\xf7','\xa7','\x45','\xef','\xb5','\x5e','\x6e','\xbf','\x77','\x0f','\xff','\xf6','\xa9','\x7f','\x66','\xe6','\xac','\xd9','\x68','\x9a','\x86','\x69','\x5a','\x44','\x35','\x85','\x68','\x34','\x8c','\x82','\x87','\xa6','\xc9','\x94','\x97','\x97','\x61','\xe8','\x1a','\xa6','\x6d','\x8b','\x59','\x9c','\x6c','\x92','\x8f','\x7e','\xfc','\xef','\x79','\xf2','\xd9','\xe7','\x48','\xa6','\x52','\x00','\xbc','\xed','\xa1','\x07','\x58','\xb9','\x72','\x09','\xb2','\x02','\x1d','\x5d','\x97','\x38','\x7f','\xe1','\x1c','\xed','\x97','\x2e','\x33','\x34','\x78','\x43','\xec','\x00','\x2a','\x32','\x19','\x57','\x14','\xf5','\x46','\x28','\x84','\xaa','\x28','\x64','\x73','\x59','\x21','\x89','\x9a','\x70','\x0c','\x93','\xe5','\x40','\x1e','\x21','\xb2','\x80','\x1c','\xc7','\xc5','\x75','\x1d','\x22','\xd1','\x28','\x96','\x65','\x91','\x4a','\x26','\x49','\xe4','\x0b','\xe4','\x4c','\x1b','\x43','\xd5','\x48','\xe7','\x73','\x38','\xae','\x43','\x58','\x0b','\x51','\x55','\x5e','\xce','\xc2','\x85','\x8b','\xb8','\x6d','\xd7','\x9d','\x2c','\x5d','\xba','\x14','\xd7','\xf3','\x68','\x6d','\x6d','\x65','\xdf','\xbe','\x17','\x83','\x2e','\x06','\x58','\xb6','\xc5','\xbc','\xb9','\xf3','\x58','\xb8','\x68','\x21','\xa9','\x4c','\x86','\xce','\x8e','\x0e','\x2e','\x5f','\xbe','\x4c','\x32','\x99','\xc4','\xb2','\x6d','\x74','\x5d','\x74','\xa3','\x42','\xa1','\x10','\x35','\x35','\xb5','\xec','\xdd','\xbb','\x97','\xa3','\x47','\x8e','\xe2','\xb8','\x0e','\x0e','\x0e','\xf9','\x7c','\x0e','\xcf','\x03','\xd7','\x11','\xc5','\xbc','\x1c','\x48','\x24','\x64','\x45','\xc5','\x96','\x5c','\xbc','\x42','\x0e','\xc7','\x72','\x90','\x15','\x19','\x5d','\x0f','\x64','\x5e','\x9e','\xb0','\x2d','\x2f','\xba','\xbf','\x01','\xae','\xef','\x21','\xa3','\x02','\xc1','\xdc','\x8f','\xe7','\x07','\xdd','\x90','\x89','\xff','\x82','\x62','\x4f','\x30','\x2a','\xe1','\x22','\xe7','\x09','\xe2','\xe4','\x38','\x36','\xae','\x67','\x0b','\xfb','\x6b','\x49','\x22','\x99','\x4c','\x71','\xfa','\xcc','\x69','\xc2','\xe1','\x10','\xe0','\xb2','\x64','\xc9','\x52','\x56','\xae','\x5c','\xc9','\x99','\x33','\x67','\x18','\x1e','\x1e','\xc6','\xf7','\x7c','\x72','\xb9','\x1c','\xf5','\xf5','\x0d','\x6c','\xdd','\xb2','\x99','\x49','\x93','\x27','\x31','\x3e','\x96','\xa0','\xa3','\xb3','\x93','\xa1','\xa1','\x21','\x92','\xc9','\x04','\xb6','\x2d','\x8c','\x34','\x6a','\xea','\xea','\x98','\x31','\x63','\x1a','\xa9','\x54','\x82','\x23','\x47','\x0e','\x73','\xe9','\x72','\x3b','\xf9','\x42','\x1e','\xcf','\x71','\xc9','\xe5','\x73','\xb8','\xae','\x57','\xcc','\xe3','\x51','\x64','\x59','\xc8','\xd2','\x14','\x45','\x58','\x7f','\xfb','\x22','\xc8','\x57','\xd7','\x22','\xc8','\x12','\x98','\x05','\x53','\xbc','\x87','\x9e','\x53','\x6c','\x3f','\x48','\x08','\x77','\x38','\x41','\x1e','\x26','\x20','\x98','\xa1','\x24','\x4b','\xc8','\x92','\x8c','\x24','\x8b','\x0e','\x19','\xae','\x8b','\x2f','\x07','\x5d','\x12','\x4f','\xb8','\x03','\x3a','\xae','\x1d','\x58','\x68','\x83','\x8e','\x4e','\x57','\x67','\x3b','\x23','\x43','\x83','\x8c','\x8c','\x0c','\xf2','\xa6','\x37','\xbd','\x89','\x0f','\xfc','\xfe','\xef','\x72','\xfa','\xcc','\x29','\x9e','\x7a','\xfe','\xb9','\x9f','\xe9','\x73','\x21','\x01','\x8b','\x17','\x2e','\xe2','\xb6','\x5b','\x76','\xf1','\xc0','\x6b','\x5e','\x8b','\xeb','\x5a','\x78','\xbe','\x8b','\xaa','\x2a','\x62','\x56','\x6b','\x82','\xb2','\xfa','\xfe','\x4b','\x24','\x4a','\x92','\x20','\x79','\xf8','\x44','\xa3','\x51','\xc2','\xa1','\x30','\xf9','\x7c','\x9e','\x74','\x3a','\x8d','\xa2','\x28','\x54','\x54','\x54','\x90','\x4a','\x67','\x31','\x34','\x1d','\xc7','\x71','\xc8','\x64','\x33','\x7c','\xfc','\xa3','\xff','\x97','\x70','\x38','\xc4','\xaa','\x4d','\x1b','\xb1','\xd3','\x2f','\x27','\x40','\x92','\x24','\xb1','\x75','\xd3','\x46','\x2c','\xbb','\xc0','\x8b','\xfb','\xf6','\xd1','\xdd','\xdd','\xc5','\xe2','\x45','\x8b','\x58','\xbf','\x6e','\x0d','\x75','\x75','\xf5','\x9c','\xbb','\x78','\x81','\xef','\x3d','\xfe','\x38','\xe7','\xce','\x9d','\xa3','\xb2','\xa2','\x82','\xb2','\x58','\x8c','\x74','\x3a','\x4d','\x47','\x7b','\x07','\x89','\x78','\x82','\x77','\xbd','\xe3','\x9d','\x18','\x9a','\x81','\xa2','\xc8','\xc2','\x48','\xa2','\x60','\x62','\xe8','\x06','\x95','\x55','\x95','\x38','\x96','\x4d','\x2e','\x9f','\xc3','\xb4','\x2d','\x2a','\x2b','\xab','\xf8','\xd0','\xfb','\xff','\x80','\x68','\x79','\x8c','\xea','\xca','\x2a','\x5c','\xd7','\xe5','\x2f','\xff','\xe6','\xaf','\xf9','\xc6','\xb7','\xbf','\xf5','\x33','\x0d','\xdf','\xab','\xaa','\xca','\xec','\x19','\x33','\xb9','\xfd','\xd6','\x5d','\xbc','\xfd','\x37','\xde','\x8a','\x0f','\x8c','\x8d','\x8f','\x73','\xee','\x5c','\x0b','\xe3','\xe3','\xe3','\x98','\xa6','\xe8','\x08','\x7b','\x81','\x35','\xbf','\x69','\x9a','\xd8','\xb6','\xe8','\x00','\xf8','\x9e','\x5b','\x24','\xb1','\xc2','\xe5','\x12','\x64','\x64','\x42','\x46','\x08','\xd7','\x73','\x85','\x11','\x8b','\x2c','\x13','\x0e','\x85','\x68','\x6c','\x6a','\x62','\xe1','\x82','\x05','\xfc','\xf1','\x1f','\xfc','\x21','\xb3','\x67','\xce','\xe2','\xf3','\x5f','\xf9','\xe2','\x4f','\x6d','\x7a','\x51','\x59','\x5e','\xc1','\x5b','\xde','\xf8','\x26','\x46','\x47','\x47','\x79','\x61','\xef','\x5e','\x86','\x06','\x07','\x59','\x1b','\x48','\x46','\x9b','\x9a','\x9a','\x39','\x75','\xea','\x24','\x47','\x8e','\x1c','\x65','\x78','\x68','\x84','\xd9','\xb3','\xe7','\xb0','\x7e','\xc3','\x7a','\x5c','\xcf','\xe5','\x91','\x47','\x5f','\x39','\x63','\xaa','\x3c','\x56','\xce','\xe7','\xff','\xed','\xb3','\x8c','\x8e','\x8c','\xf0','\xfc','\x73','\xcf','\x31','\x34','\x38','\xc8','\xa2','\x45','\x8b','\xd8','\xb6','\x6d','\x1b','\x35','\x35','\x35','\xb4','\x5f','\x6e','\xe7','\xc0','\xfe','\x03','\x74','\x5f','\xe9','\x66','\xda','\xf4','\xe9','\x6c','\xde','\xbc','\x89','\xf2','\xf2','\x72','\xf6','\xed','\xdf','\xff','\x63','\xc9','\xd2','\x16','\xce','\x9b','\xcf','\x23','\x5f','\xfb','\x3a','\x8a','\xaa','\xd2','\xd1','\xde','\xce','\xfe','\xfd','\xfb','\xb9','\xd2','\xd3','\xcd','\x95','\x9e','\xab','\x0c','\x0d','\x0e','\x92','\xcb','\xe5','\xb1','\x6d','\x2b','\x70','\x11','\x0d','\x13','\x8d','\x95','\x13','\x52','\xc3','\xa4','\x33','\x69','\xfa','\xfb','\xfb','\x39','\x7e','\xe2','\x04','\xcb','\xf6','\x2f','\x65','\xfb','\xb6','\xed','\xec','\xd8','\xb1','\x83','\x2f','\xfd','\xe7','\x17','\x79','\xf5','\xeb','\xef','\xe3','\x4a','\x6f','\xcf','\x4f','\x74','\xdd','\x64','\x59','\xe6','\xb7','\x7e','\xf3','\xb7','\xb0','\x6d','\x87','\xcf','\xfe','\xe7','\x67','\x39','\x71','\xf2','\x04','\x89','\x44','\x92','\x68','\x34','\x42','\x2a','\x9d','\xc6','\xb1','\x44','\x80','\xb5','\x69','\x99','\xb8','\x9e','\x4b','\x65','\x45','\x15','\xd3','\xa6','\x4d','\x23','\x6c','\x84','\xb0','\xf3','\x05','\x31','\x1b','\xa8','\x69','\x81','\x7c','\x0c','\x21','\x87','\x36','\xad','\x60','\xe3','\x4b','\x0d','\x36','\x49','\x04','\x79','\x08','\x19','\x21','\x66','\xcd','\x9a','\xc5','\x1d','\x77','\xdc','\xc1','\x7b','\xde','\xf1','\x1e','\xde','\xf8','\xfa','\x87','\x78','\xdb','\x6f','\xbf','\x9d','\x93','\x67','\x4f','\xfe','\x44','\xc7','\xfc','\xdf','\x51','\x55','\x51','\xc5','\x1d','\xb7','\xde','\xca','\x87','\xff','\xe8','\x83','\xa4','\xd3','\x22','\xf4','\xf9','\xd8','\xf1','\xe3','\x0c','\x0f','\x0f','\x13','\x8f','\x8f','\x93','\x4e','\xa7','\xd1','\x34','\x0d','\x4d','\xd7','\x85','\x52','\xc1','\x9b','\x08','\xf5','\x16','\x9d','\x6b','\x24','\x11','\x3b','\xa1','\x28','\x0a','\x9a','\x1a','\xc5','\x75','\x25','\xb1','\xe9','\xe5','\x8b','\x50','\x37','\x59','\x51','\xb1','\x6d','\x11','\x64','\x9e','\x4e','\xa5','\x78','\xfa','\xd9','\xa7','\x39','\x70','\xf0','\x00','\x5b','\x36','\x6f','\x61','\xe7','\x2d','\x3b','\xf9','\xcc','\x3f','\x7f','\x86','\xf7','\xfd','\xc1','\xfb','\xf8','\xd6','\xf7','\x1e','\xf9','\x89','\x8f','\x5d','\x96','\x65','\x96','\x2e','\x5c','\xc2','\x37','\xbf','\xf2','\x0d','\x14','\x45','\xe1','\xf9','\xe7','\x9f','\xe7','\x5b','\x8f','\x3c','\xc2','\xd5','\x9e','\x1e','\x0c','\xc3','\xa0','\xb9','\xb9','\x99','\xa5','\x4b','\x97','\x30','\x65','\xca','\x34','\x2a','\xca','\x2b','\xd0','\x75','\x0d','\x5d','\xd3','\xf0','\x3c','\x0f','\xcb','\xb6','\x18','\x1e','\x19','\xe5','\x5c','\xcb','\x59','\x2e','\x9c','\xbf','\xc0','\x23','\x8f','\x3c','\xc2','\xa5','\xcb','\x97','\x78','\xcb','\x9b','\xdf','\xc2','\x07','\x7e','\xef','\xfd','\x28','\x8a','\xc2','\xdf','\xfd','\xc3','\xc7','\x4a','\x66','\x2a','\xbf','\x22','\x28','\x11','\xa0','\x12','\x5e','\x86','\x50','\xc8','\x60','\xcf','\x1d','\xb7','\x17','\xad','\xa2','\xcf','\x9c','\x39','\xcd','\x89','\x93','\x27','\x89','\xc7','\xe3','\x78','\xbe','\xd8','\x81','\x9c','\x31','\x73','\x06','\xeb','\xd7','\xad','\x63','\xd6','\xac','\x99','\x74','\x76','\x74','\x52','\xdf','\x58','\xcf','\xba','\x75','\x1b','\xc8','\xe6','\x93','\x54','\xd5','\x54','\x62','\x18','\x61','\x92','\x89','\x14','\x99','\x54','\x86','\x68','\x34','\x4a','\x55','\x4d','\x35','\xb2','\x22','\x63','\x9a','\x26','\x66','\xc1','\xc2','\xb1','\x5d','\x14','\x59','\x45','\xd5','\x34','\x34','\x4d','\xc1','\x73','\x7c','\xb2','\xb9','\x1c','\xb1','\x58','\x8c','\x05','\xf3','\x17','\x51','\x56','\x56','\xce','\xf5','\xeb','\x7d','\x1c','\x38','\x70','\x80','\xf1','\x78','\x9c','\xd9','\xb3','\x67','\x73','\xeb','\xad','\xb7','\xb2','\x64','\xc9','\x12','\xf2','\xf9','\x3c','\x5d','\xdd','\x5d','\xf4','\x07','\xa1','\x93','\x3f','\x4f','\xf8','\xc0','\xd0','\xf0','\x30','\xf7','\xbf','\xf1','\x41','\xa2','\xe1','\x08','\xaa','\xa6','\x0a','\xfb','\xe6','\xe0','\x8f','\xb9','\x24','\x0b','\x97','\x32','\x10','\xbb','\x57','\x82','\x98','\x88','\x9b','\x7f','\xc1','\xb4','\x8a','\x7f','\xf4','\x75','\x4d','\xe3','\xbe','\xfb','\xef','\x67','\xed','\xba','\xb5','\xf4','\xf4','\xf4','\xf2','\xf4','\xd3','\x4f','\x73','\xf2','\xc4','\x09','\x7c','\x60','\xee','\xbc','\x05','\xe8','\xba','\x18','\xf2','\xcf','\xe5','\xf3','\x14','\x0a','\xa6','\xf8','\x43','\xa2','\x89','\x20','\x4b','\x55','\x53','\x85','\xa5','\xb1','\x2c','\x8c','\x02','\x26','\x72','\x80','\x5c','\xc7','\xc1','\xb4','\x4d','\xa4','\xc0','\xd8','\xc0','\x30','\x34','\x52','\xe9','\x34','\xe9','\x4c','\x1a','\x4d','\xd1','\x28','\x2f','\xaf','\xa0','\xbc','\xac','\x1c','\x55','\xd3','\x68','\x6a','\x6c','\x62','\xe1','\xc2','\x05','\xcc','\x99','\x3b','\x8f','\xba','\xda','\x06','\xae','\x5f','\xbf','\xce','\xb9','\x96','\x16','\x3a','\xda','\x3b','\xe9','\xe8','\x68','\x67','\x6c','\x74','\x0c','\x23','\xa4','\x31','\x7d','\xce','\x74','\x56','\xac','\x5c','\x49','\x73','\xf3','\x24','\x86','\x86','\x86','\x68','\xef','\xe8','\x60','\x68','\x68','\x48','\xd8','\x56','\x3b','\x0e','\x99','\x4c','\x96','\x54','\x3a','\xc5','\x95','\x2b','\x57','\x70','\x5d','\x87','\xc9','\x93','\x27','\x73','\xd7','\x5d','\x77','\x51','\x5d','\x53','\xcd','\xe0','\x8d','\x41','\x72','\xb9','\x2c','\x35','\x35','\x75','\xc1','\x1f','\xe9','\x09','\xb9','\x86','\x24','\xd6','\x8e','\xe7','\x62','\x9a','\x79','\x0a','\xf9','\x02','\x92','\xac','\x88','\x9d','\x3e','\xdf','\x13','\x3b','\x81','\xc1','\x5c','\x8f','\xe7','\x7b','\x81','\xf3','\xb3','\x8f','\xe7','\xca','\x48','\x92','\x38','\x6f','\x2f','\x78','\x8e','\xac','\x28','\x20','\xf9','\x45','\x53','\x08','\x59','\x56','\x8a','\xd7','\x58','\x91','\x65','\x72','\xb9','\x1c','\x1d','\x9d','\xc2','\x8a','\x3c','\x3e','\x9e','\xa2','\xbc','\x3c','\x46','\x65','\x65','\x8c','\x42','\x2e','\xc7','\x81','\x03','\x07','\xf0','\x3c','\x9f','\xe6','\xe6','\xc9','\x2c','\x5a','\xb4','\x90','\x5b','\x6e','\xd9','\xc9','\x8d','\x81','\x1b','\x74','\x77','\x77','\x63','\x84','\x0d','\x96','\x2d','\x5b','\xca','\xfc','\xf9','\xf3','\xb1','\x2d','\x9b','\xb6','\xb6','\x36','\xae','\xf5','\xf6','\x8a','\xac','\x29','\xc4','\xee','\x65','\x2e','\x9f','\x27','\x56','\x28','\x90','\xcd','\xe6','\x69','\x6e','\x9e','\xc4','\x6d','\xb7','\xdd','\xce','\xf2','\x15','\xab','\xf0','\x3c','\x97','\xf1','\xf1','\x38','\xbe','\xef','\xa1','\x2a','\x0a','\xae','\xe3','\x0a','\x82','\x12','\x90','\x20','\x45','\x11','\x6b','\x26','\x5f','\xc8','\x83','\x2f','\x13','\x8b','\x96','\x83','\x24','\xba','\xa6','\xb2','\x24','\x76','\x9b','\x27','\x9e','\x27','\x4b','\x92','\xd8','\x25','\x55','\x14','\x7c','\xcf','\x2f','\x66','\x21','\x79','\x9e','\x90','\x3e','\xca','\x01','\xf1','\x73','\x1d','\x17','\xc7','\x29','\x60','\x39','\x0e','\x9a','\xaa','\xa1','\xaa','\x0a','\xe3','\xe3','\xe3','\xf4','\xf6','\xf6','\x92','\x48','\x24','\x50','\x14','\x2d','\x98','\x0d','\xb0','\x18','\x1b','\x1b','\xa1','\xf5','\xe2','\x45','\xce','\x9d','\x3d','\xcb','\xe4','\x49','\x93','\xf8','\x7f','\x9f','\xfc','\x14','\x2b','\x36','\xac','\x23','\x95','\xfe','\xe9','\xa4','\x1b','\xba','\xa6','\xf3','\xd0','\x03','\x0f','\xf0','\x7f','\xfe','\xec','\xcf','\x19','\xbc','\x31','\xc8','\x89','\x93','\x27','\xb9','\xd6','\xdb','\x43','\xbe','\x90','\xc1','\x72','\x44','\x3e','\x54','\x21','\x9f','\xc7','\x75','\xdc','\x80','\xcc','\x89','\xe2','\xc7','\xf7','\xfd','\xe0','\xb8','\x1d','\x7c','\x7c','\x14','\x49','\x01','\x19','\x24','\xdf','\x47','\xd7','\x0c','\x22','\x65','\x51','\xf0','\x25','\x2c','\xd3','\x21','\x1a','\x8b','\xb2','\x79','\xd3','\x26','\x9a','\x9a','\x9b','\xf9','\x83','\x3f','\xfe','\xd0','\x2b','\x1e','\xeb','\x8a','\xa5','\x4b','\x79','\xff','\xef','\xfd','\x1e','\xa7','\x4e','\x9d','\xe2','\xf0','\x91','\x43','\x44','\xa2','\x61','\x36','\x6c','\xdc','\xc0','\xec','\x39','\x73','\x48','\xa5','\x92','\x9c','\x38','\x7e','\x8c','\x03','\x2f','\xee','\xa3','\xbb','\xbb','\x87','\xba','\xba','\x5a','\x7c','\xd7','\xa1','\xb3','\xbd','\x03','\x80','\x64','\x2a','\x85','\xa6','\xaa','\x78','\xb6','\x83','\xae','\xeb','\x84','\x43','\x21','\xd2','\xa9','\xb4','\x78','\x1c','\x09','\x93','\xcf','\x15','\xc4','\xfb','\xa3','\x29','\xe8','\xba','\x21','\x48','\x88','\xe7','\xb3','\x60','\xc1','\x02','\xee','\xb8','\xf3','\x76','\xfe','\xe2','\x4f','\x3f','\x42','\x6d','\x6d','\x0d','\xff','\xf6','\xd9','\xff','\x22','\xf7','\x53','\xcc','\x1b','\x96','\xc5','\xca','\x78','\xe7','\xdb','\x7e','\x93','\xdf','\x7f','\xef','\x7b','\xe9','\xec','\xba','\xc2','\xc1','\x43','\x87','\xb8','\x72','\xe5','\x0a','\xe7','\x5a','\x5a','\xb8','\xd6','\x7b','\x95','\x48','\x38','\x8c','\x66','\x18','\x8c','\x8c','\x8c','\x90','\x18','\x4b','\x50','\x51','\x59','\x81','\xa2','\xc9','\x42','\x06','\xe7','\x8a','\x2c','\x34','\xd7','\xf3','\x90','\x10','\x16','\xff','\x20','\x64','\x93','\xaa','\xaa','\x62','\xd9','\x76','\x31','\xa8','\x3a','\x16','\x13','\x36','\xf6','\xd3','\xa6','\x4f','\x67','\xc5','\xf2','\x15','\xec','\xba','\xf5','\x56','\x22','\xd1','\x08','\x9f','\xfc','\x97','\x7f','\x66','\xe8','\x27','\xcc','\xcd','\x91','\x80','\x7b','\xf6','\xec','\xe1','\xb5','\xf7','\xdd','\xc7','\x37','\xbf','\xf9','\x2d','\x5a','\x5b','\x2f','\xd2','\xd0','\xd8','\xc8','\x8e','\xed','\x3b','\x59','\xbe','\x7c','\x39','\x8e','\xe3','\x70','\xf2','\xe4','\x49','\x0e','\x1f','\x3e','\x4c','\x75','\x75','\x0d','\xbb','\xef','\xbc','\x83','\x19','\x33','\xa6','\xf3','\xfe','\x3f','\xfc','\x00','\xe3','\xf1','\x57','\x96','\x25','\xef','\xda','\xb9','\x8b','\xd9','\x33','\x67','\xf1','\x9d','\x47','\xbf','\xc5','\xe1','\x43','\x87','\x50','\x64','\x99','\x0d','\xeb','\xd7','\xb1','\x76','\xed','\x3a','\x4c','\xd3','\xe2','\xf0','\x91','\xc3','\x1c','\x3c','\x7c','\x08','\xcb','\x72','\xd8','\xbc','\x71','\x13','\x2b','\x56','\xac','\xe0','\xff','\x7d','\xe6','\xd3','\x74','\xf5','\x5c','\xf9','\xa1','\xc7','\xaa','\x28','\x0a','\x3b','\xb6','\x6c','\xe3','\x1f','\xfe','\xf6','\xef','\x18','\x1a','\x1e','\xe6','\xd0','\xc1','\x83','\x9c','\x3a','\x7d','\x8a','\xde','\xab','\xbd','\xe4','\xf3','\x79','\x22','\xe1','\x30','\xf3','\xe7','\xcf','\x67','\xf6','\xac','\xd9','\x94','\x57','\x94','\x63','\xe8','\x06','\xb1','\xf2','\x18','\xaa','\xa2','\x8b','\xec','\x2d','\x59','\xa6','\xe7','\x4a','\x0f','\xa7','\xcf','\x9c','\xe1','\x7c','\x4b','\x0b','\x3d','\x57','\xae','\x70','\xfd','\xfa','\x75','\xee','\xbb','\xff','\x3e','\xbe','\xfe','\xa5','\xaf','\xb1','\x73','\xf7','\xae','\x9f','\x48','\xfa','\xd4','\x50','\xdf','\xc0','\x9f','\xfc','\xd1','\x9f','\xf0','\xe2','\xfe','\x17','\x69','\x39','\x77','\x0e','\xc3','\x30','\xd8','\xbc','\x79','\x13','\x73','\xe6','\xcc','\xa6','\xab','\xab','\x8b','\xeb','\xfd','\xfd','\x14','\x72','\x05','\x8c','\x90','\x81','\x11','\x32','\x02','\x1b','\x7f','\x17','\xdf','\x75','\xd1','\x0c','\x7d','\x42','\xf1','\x18','\x74','\x89','\x3d','\x24','\x49','\x26','\x14','\x0e','\x05','\x52','\x5b','\x1b','\xcb','\xb2','\x88','\x45','\x63','\x18','\xa1','\x30','\xbd','\xbd','\xbd','\x9c','\x3c','\x75','\x82','\x53','\x67','\x4e','\x71','\xcb','\x8e','\x9d','\xdc','\xb2','\xf3','\x16','\x3e','\xfd','\xcf','\x9f','\xe1','\x8d','\x6f','\x7d','\x88','\xcb','\x9d','\x3f','\x9d','\xe9','\x47','\x7d','\x6d','\x3d','\x0f','\x7f','\xe1','\xeb','\x34','\x34','\x55','\xd2','\x7a','\xf1','\x1c','\x4f','\x3d','\xf5','\x34','\xc7','\x8e','\x1d','\xa3','\x50','\x30','\x99','\x3a','\x65','\x0a','\x8b','\x97','\x2c','\xa6','\xae','\xbe','\x8e','\xa6','\x86','\x26','\xa2','\xb1','\x28','\x0a','\x0a','\x48','\xe0','\xe1','\x05','\x73','\x42','\x2a','\x48','\x12','\x6a','\x20','\x81','\xc3','\x0f','\x23','\xfe','\x2e','\x04','\xe6','\x37','\x8a','\xb0','\xf6','\x37','\xcd','\x02','\xf9','\x7c','\x1e','\xdb','\x76','\x38','\x79','\xea','\x14','\xfb','\xf6','\xee','\x25','\x93','\x4c','\x91','\xce','\xa4','\x29','\xe4','\xf3','\xfc','\xdf','\xbf','\xfa','\x1b','\x4e','\x9c','\x39','\xc1','\xb5','\xeb','\x3f','\xbe','\x1c','\x4e','\x53','\x35','\x1e','\x7a','\xe0','\x41','\x3e','\xf2','\xa1','\x3f','\xa5','\xa7','\xa7','\x87','\x87','\x1f','\x7e','\x98','\x93','\xa7','\x4e','\x51','\x56','\x16','\x63','\xfb','\xf6','\xed','\xcc','\x9e','\x3d','\x5b','\xb8','\x99','\xce','\x9a','\xce','\xb4','\x69','\xd3','\xa9','\xaa','\xac','\x46','\x36','\x54','\xd0','\x00','\x17','\x0a','\x89','\x1c','\xa3','\xa3','\x23','\x8c','\xc5','\xef','\xa1','\xb3','\xb3','\x83','\x47','\xbf','\xfb','\x5d','\xf6','\xed','\xdb','\xc7','\x7f','\x7d','\xee','\xb3','\xd4','\xd7','\xd7','\xf3','\x07','\xbf','\xf7','\x01','\x2e','\x5e','\xbc','\xc0','\x77','\x9e','\x78','\xf4','\xa7','\xba','\xb6','\x25','\xfc','\xff','\x0b','\x25','\x02','\x54','\x42','\x11','\x12','\xb0','\x6b','\xfb','\x0e','\xfe','\xf0','\xfd','\xef','\x27','\x93','\xcb','\x70','\xe1','\xfc','\x05','\xce','\x9d','\x6b','\x61','\xe0','\xfa','\x80','\x98','\x3f','\xf0','\x5c','\x6a','\x6b','\xeb','\xd8','\xb6','\x65','\x1b','\xf3','\xe6','\xcd','\x23','\x16','\x8d','\x31','\x6d','\x9a','\xb8','\x91','\xac','\x5f','\xb3','\x11','\x57','\x29','\x10','\x8d','\x85','\x88','\x44','\x23','\x14','\x72','\x26','\xf1','\xd1','\x38','\x92','\xac','\x50','\x5b','\x5b','\x4f','\x38','\x6c','\x90','\x2f','\x98','\x14','\xf2','\x76','\x50','\x00','\x2b','\x81','\xc5','\xb3','\x46','\x2e','\x97','\xc5','\x34','\x4d','\xa2','\xd1','\x18','\xb2','\x24','\xd3','\x7f','\xe3','\x06','\x07','\x0f','\x1e','\xe2','\xfc','\xf9','\xf3','\x94','\x95','\x95','\xb1','\x62','\xc5','\x0a','\x96','\x2f','\x5b','\x4e','\x55','\x55','\x15','\x5d','\x57','\xba','\x78','\xcb','\x3b','\xde','\x51','\x9c','\x45','\xfa','\x9f','\x80','\xeb','\xba','\xa4','\x7e','\x06','\xad','\xef','\xba','\xb5','\xab','\x58','\xbe','\x62','\x09','\x3e','\x0e','\x17','\x5a','\xcf','\x70','\xf8','\xf0','\x8b','\xc4','\xc7','\xc6','\xd9','\xb2','\x61','\x2b','\x8b','\x17','\x2e','\x21','\x56','\x56','\x16','\xcc','\x65','\x88','\xdd','\x71','\x5d','\xd7','\x45','\x41','\x2c','\x4b','\xe4','\x4d','\x53','\x74','\x40','\x5e','\xa2','\xff','\x17','\x36','\xc6','\x42','\x4e','\x26','\xcb','\x0a','\xbe','\x27','\x61','\x3b','\x26','\x3e','\xbe','\x98','\x25','\x71','\x3c','\x2a','\xaa','\x6a','\x68','\x6e','\x68','\x42','\xd5','\x75','\x42','\xe1','\x30','\xb1','\x48','\x04','\xd3','\xb4','\xe8','\xec','\xec','\xe2','\xc5','\x7d','\x2f','\xd2','\xd6','\x76','\x89','\x74','\x3a','\x4b','\x2e','\x9f','\xc7','\x03','\xa6','\x4e','\x9b','\xc6','\xbd','\xf7','\xec','\x66','\xc5','\xf2','\xe5','\x80','\xc8','\xfd','\xb9','\x74','\xe9','\x12','\xb9','\x5c','\x0e','\x55','\x55','\x71','\x83','\xd9','\x24','\xc9','\x97','\x18','\x1a','\x1a','\xa2','\xb3','\xb3','\x93','\x29','\x53','\xa6','\xf0','\xa6','\x37','\xbe','\x89','\xea','\xda','\x6a','\xae','\x5f','\xeb','\xc3','\x47','\xa2','\x79','\x52','\x23','\x13','\x43','\xfd','\x42','\xd1','\x26','\x66','\x7b','\x26','\x76','\x04','\x7d','\x1f','\x64','\x45','\x9c','\x48','\x51','\xf6','\xe6','\x09','\xc9','\xa1','\x24','\x4f','\xc8','\xc3','\x3c','\x5c','\x47','\xc6','\xf7','\x45','\x71','\xaf','\xaa','\x0a','\xba','\xa6','\x81','\x24','\xe3','\x4b','\x3e','\x92','\x38','\x7d','\x6c','\xcb','\xc2','\xf2','\xdc','\xc0','\x29','\xcd','\xc3','\x32','\x2d','\xba','\xba','\xba','\x39','\x72','\xe4','\x30','\xa7','\x4e','\x9d','\x66','\x64','\x78','\x58','\xec','\x2a','\xe2','\x31','\x3e','\x36','\xc6','\x99','\x33','\xa7','\xe9','\xec','\xdc','\xc2','\xfc','\x05','\xf3','\x59','\xb9','\x72','\x15','\x87','\x0f','\x1e','\xa1','\xa3','\xab','\x93','\xc9','\x93','\x27','\xb3','\x6e','\xed','\x5a','\x6a','\x6a','\x6a','\x19','\x1d','\x1d','\xe5','\xc4','\xf1','\xe3','\xf4','\xf6','\x5e','\xc5','\x34','\x4d','\x21','\xc7','\xd4','\x75','\xb2','\xb9','\x1c','\x89','\x44','\x9c','\xee','\xee','\x4e','\xa6','\x4e','\x9d','\xca','\xee','\xdd','\x77','\x8a','\x59','\xab','\x48','\x98','\x64','\x2a','\x89','\x6d','\x3b','\xe8','\x9a','\x30','\x6d','\x70','\x1c','\x57','\x48','\xfd','\xb8','\x69','\x61','\x2d','\x49','\x3e','\x9e','\x27','\xe1','\x7b','\x2a','\x20','\x23','\xc2','\x5c','\x6f','\x0e','\x32','\xfb','\x88','\x2e','\x8e','\x2c','\x49','\xb8','\x9e','\x1f','\x98','\x1f','\x78','\xf8','\x9e','\x20','\xda','\xc8','\x22','\xf3','\x07','\x64','\x74','\x5d','\xc1','\xf3','\x2d','\xf2','\xf9','\x02','\x9e','\x2b','\x42','\x7d','\xe3','\x89','\x71','\x5a','\xce','\xb7','\x70','\xf8','\xf0','\x61','\xda','\xda','\x2e','\x93','\x4e','\xa7','\x50','\x55','\x85','\x58','\x34','\x46','\x3c','\x31','\xce','\xa9','\xd3','\x27','\x58','\xb8','\x68','\x3e','\x73','\xe7','\xcd','\x67','\xce','\xac','\x99','\x9c','\x3e','\xd7','\xf2','\x13','\xaf','\xe3','\x68','\x24','\xca','\x6f','\xbd','\xf5','\x37','\x79','\xfb','\x6f','\xfc','\x26','\x87','\x0f','\x1f','\x63','\xef','\xde','\x17','\x38','\x73','\xe6','\x1c','\xa9','\x74','\x1c','\x09','\x27','\x18','\xd6','\x16','\x84','\xcd','\x75','\x5c','\x3c','\x4f','\x6c','\x16','\xc8','\x8a','\x42','\x38','\x22','\x64','\x71','\x76','\x10','\xa2','\x2b','\x49','\x14','\x3b','\x5d','\x92','\x24','\x61','\x3b','\x36','\x95','\xe5','\x15','\x54','\x54','\x56','\xb2','\x6e','\xdd','\x3a','\x26','\x4d','\x6a','\xe4','\x93','\xff','\xef','\x53','\x7c','\xef','\xc9','\x27','\xbf','\xef','\x38','\x42','\x86','\xc1','\x3d','\x77','\xed','\x26','\x93','\x49','\xb2','\x77','\xdf','\xb3','\xdc','\xb8','\xd1','\xc7','\xe6','\xcd','\x9b','\xd8','\xb9','\x73','\x0b','\xd1','\xf2','\x30','\xe7','\xdb','\x2e','\xd1','\xd6','\xd6','\x8e','\x8f','\x4c','\xd3','\xa4','\x49','\x84','\x42','\x06','\x23','\x63','\xe3','\x0c','\x0c','\x0c','\xe1','\xb9','\x2e','\x86','\x11','\x42','\x95','\x65','\x32','\xc9','\x14','\x9a','\xa6','\x53','\x5d','\x55','\x55','\x94','\x53','\xea','\x86','\x86','\x59','\x28','\x88','\xf7','\x11','\x0f','\x19','\x51','\x98','\x8d','\x8c','\x8e','\x71','\xec','\xd8','\x31','\x3a','\xbb','\x3b','\xd8','\x73','\xe7','\x1e','\xde','\xfd','\x5b','\xef','\x22','\x9b','\xcd','\xf1','\x9f','\x5f','\xf8','\xdc','\x2b','\x76','\x37','\x7e','\x10','\xca','\x63','\x65','\xbc','\xee','\xfe','\xfb','\x79','\xcb','\x9b','\xde','\x44','\x5b','\xdb','\x25','\xbe','\xf7','\xbd','\xc7','\x38','\x73','\xf6','\x8c','\x78','\x2f','\x7d','\x9f','\xda','\xba','\x7a','\xa6','\x4c','\x9a','\x4c','\x45','\x75','\x25','\xb6','\x69','\x52','\xc8','\x15','\xd0','\x42','\x06','\xa1','\x50','\x08','\x55','\x51','\x91','\x25','\x21','\x93','\x64','\xa2','\x0b','\x1a','\x74','\xff','\x24','\x7c','\xcc','\x82','\x89','\x2f','\x49','\x84','\x0c','\x9d','\x54','\x26','\x43','\x2a','\x9d','\x66','\x7c','\x6c','\x8c','\x96','\x96','\x16','\xba','\x3b','\xbb','\x28','\xe4','\xf3','\xbc','\xfa','\xbe','\x57','\xe3','\x38','\x0e','\x1f','\xfd','\xf8','\xdf','\x91','\xff','\x09','\xc2','\x6f','\xa7','\x4d','\x9d','\xc6','\x07','\xde','\xf7','\xfb','\x5c','\x38','\x7f','\x91','\x43','\x07','\x0f','\xe1','\xb8','\x0e','\xb7','\xdd','\xb6','\x8b','\x3b','\xee','\xbc','\x13','\x45','\x91','\x79','\xf1','\xc5','\x03','\x1c','\x39','\x72','\x84','\x5c','\x2e','\xcb','\xb6','\x6d','\x5b','\x59','\xb5','\x6a','\x25','\x9f','\xfd','\xc2','\xe7','\x78','\xfc','\xe9','\x27','\x5f','\x71','\x63','\xaa','\xb9','\x71','\x12','\x7f','\xf6','\xc7','\x7f','\xc6','\xd0','\xc8','\x30','\xfb','\xf6','\xed','\x23','\x95','\x4a','\x71','\xef','\xbd','\xf7','\xb2','\x79','\xcb','\x56','\xca','\x62','\x31','\x4e','\x9c','\x38','\xc1','\xe1','\x23','\x87','\xe9','\xef','\xbf','\xce','\x9a','\x55','\xab','\xb9','\xf5','\x96','\x5b','\x49','\xa7','\x52','\x7c','\xe1','\x2b','\x5f','\xfa','\xa1','\x1b','\x5d','\x8a','\xa2','\xf0','\xe0','\x6b','\x05','\x41','\xbf','\x78','\xf1','\x22','\x0f','\x3f','\xfc','\x30','\x2d','\x2d','\x2d','\x18','\x86','\xc1','\x82','\x05','\x0b','\x68','\x6a','\x12','\x12','\xc8','\x95','\x2b','\x57','\x32','\x77','\xee','\x5c','\x2a','\x2a','\x2a','\x70','\x6c','\x07','\x24','\x0f','\xc7','\xf6','\x28','\x14','\x1c','\xca','\xca','\x62','\xb8','\xae','\xc7','\xe9','\xd3','\x67','\xf8','\xfa','\xd7','\x1f','\x66','\xdf','\xbe','\x17','\x79','\xea','\xa9','\xa7','\xa9','\xaa','\xac','\xe4','\x4d','\xbf','\xf1','\x66','\xee','\xbc','\xed','\x4e','\xbe','\xf1','\xed','\x6f','\xfc','\x58','\xd7','\xcd','\x30','\x0c','\xfe','\xfd','\x5f','\xff','\x9d','\xf6','\x8e','\x2e','\xf6','\xee','\x7d','\x91','\x50','\x24','\xc2','\x8a','\x95','\x2b','\x78','\xf0','\xa1','\x87','\x68','\xac','\xab','\x63','\x6c','\x6c','\x9c','\xd1','\xf1','\x51','\xf2','\xd9','\x1c','\x9a','\xae','\x13','\x0e','\x87','\xf1','\xf1','\x49','\x26','\x93','\xf8','\x8e','\x47','\x59','\x24','\x82','\x22','\x2b','\xc1','\xe7','\xca','\x2d','\x9a','\xe3','\xe8','\xba','\x86','\xa6','\x19','\x58','\x96','\x45','\x2e','\x97','\xa5','\xac','\xac','\x8c','\x48','\x38','\x42','\x6b','\x5b','\x2b','\xcf','\x3e','\xfb','\x1c','\xa7','\x4e','\x9d','\xe2','\xab','\x5f','\xfd','\x1a','\x23','\xa3','\xa3','\xdc','\x7f','\xdf','\x6b','\xf8','\xda','\x17','\x1f','\xe6','\xf6','\x7b','\x6e','\x63','\x78','\xe4','\x27','\x23','\xbe','\xb1','\x48','\x8c','\xaf','\x7d','\xee','\xeb','\xd4','\xd5','\xd7','\x73','\xec','\xc8','\x7e','\x1e','\x7f','\xec','\xdb','\x5c','\xba','\xdc','\x41','\x7d','\x7d','\x3d','\xdb','\xb6','\x6e','\x65','\xc5','\xca','\x15','\x4c','\x9e','\x32','\x99','\xfa','\xfa','\x06','\xaa','\x2a','\xab','\x82','\x59','\x26','\x8a','\x91','\x06','\x8a','\x22','\x23','\x05','\xf7','\xb8','\x80','\xab','\xe3','\xd8','\x42','\xb2','\xa9','\x48','\x32','\x68','\x82','\x2c','\xe1','\xf8','\xa0','\x4a','\x78','\xb6','\x8b','\x8f','\xcf','\xe0','\xc8','\x20','\xff','\xf1','\xe9','\xff','\xe0','\xe0','\x81','\x83','\x1c','\x3c','\x78','\x88','\x4c','\x3a','\xcb','\x1f','\xfd','\xe1','\x07','\x79','\xcd','\xab','\xee','\xe7','\x1f','\xff','\xe5','\x53','\x3f','\xd6','\x66','\xa7','\xaa','\xa8','\x6c','\xdd','\xb4','\x85','\x0f','\x7d','\xe0','\x0f','\xe9','\xbd','\x76','\x8d','\xcf','\x7f','\xee','\x73','\x3c','\xf6','\xd8','\xe3','\x4c','\x9d','\x36','\x9d','\xfb','\xee','\x7b','\x0d','\x3b','\xb6','\x6f','\x63','\xca','\x94','\x29','\x54','\x55','\x55','\x91','\xcd','\x64','\x89','\xc7','\xc7','\x19','\x1e','\x1a','\x26','\x97','\x2f','\x60','\x5a','\x26','\x92','\x04','\x9a','\xac','\x51','\x16','\x2b','\x67','\xce','\xbc','\xb9','\x2c','\x5b','\xbd','\x8c','\xda','\xda','\x5a','\x92','\x89','\x24','\xc7','\x4f','\x9e','\xe0','\xab','\x5f','\xfb','\x2a','\xcd','\x93','\x26','\xf1','\x91','\x0f','\x7d','\x84','\xef','\x3d','\xfd','\xf8','\x4f','\x6c','\xc8','\x51','\xc2','\xff','\xff','\x50','\x22','\x40','\x25','\x14','\x31','\xa9','\xb9','\x89','\x0f','\x7d','\xe0','\x03','\x84','\x43','\x61','\xfa','\x7a','\x7b','\x79','\xea','\xa9','\x27','\xe9','\xeb','\xbb','\x86','\xa6','\xab','\x68','\x7a','\x39','\xae','\xeb','\x32','\x7b','\xce','\x1c','\x36','\x6c','\xd8','\x00','\x12','\x9c','\x3d','\x73','\x4e','\x38','\xb0','\x49','\x3e','\xbe','\x0b','\x9e','\x6c','\x61','\x39','\x39','\x5c','\xcf','\x22','\x12','\x8e','\xa1','\x6b','\x61','\xf2','\xb9','\x3c','\xe7','\xce','\xb6','\x88','\x9d','\x6e','\x55','\x41','\xf2','\x15','\x64','\x49','\xc1','\x73','\x25','\x3c','\x7c','\x14','\x74','\x74','\x43','\x67','\xf2','\xe4','\xc9','\x34','\x35','\x55','\x31','\x3a','\x3a','\xc2','\xf9','\xf3','\xe7','\x39','\x7b','\xf6','\x34','\x8a','\xa2','\xb2','\x71','\xc3','\x06','\x56','\xac','\x58','\x41','\x55','\x65','\x25','\x9e','\xe3','\xf2','\xe7','\x7f','\xfd','\x57','\xa4','\x33','\x99','\x9f','\xab','\xf4','\xed','\xe7','\x89','\xba','\x9a','\x6a','\xfe','\xf1','\xe3','\x7f','\x43','\x36','\x97','\xe5','\xc4','\xfe','\x13','\x3c','\xfe','\xf8','\xa3','\x24','\x53','\x71','\x1a','\x9b','\x9a','\x08','\x47','\x22','\xd4','\xd6','\xd6','\x30','\x7d','\xc6','\x74','\x7c','\x7c','\xc2','\xe1','\x10','\xd5','\x35','\xb5','\xb8','\x8e','\x43','\x2e','\x97','\x43','\x0e','\xf2','\x7e','\x7c','\x1f','\x5c','\xc7','\xc1','\xf7','\x3c','\x74','\x43','\x47','\xd3','\x0c','\x22','\xe1','\x10','\xba','\xae','\x61','\x84','\xc2','\x48','\x92','\x98','\x55','\x90','\x24','\x89','\x82','\x69','\x32','\x3a','\x34','\x86','\xe3','\x38','\x84','\x23','\x11','\x6c','\xc7','\xa5','\xb7','\xa7','\x87','\xab','\x57','\xae','\x30','\x3a','\x36','\xce','\xb5','\xbe','\xeb','\x5c','\xba','\x7c','\x99','\x4c','\x3a','\x8b','\x65','\xd9','\x98','\xa6','\xc9','\xf4','\xe9','\xd3','\xb8','\xf5','\x96','\x5b','\xd8','\xb4','\x69','\x13','\x75','\xf5','\xb5','\x74','\x77','\x77','\xd3','\xd6','\xd6','\x46','\x7b','\x7b','\x3b','\xf9','\x42','\x01','\xd7','\xf7','\x91','\x55','\x31','\xc7','\xe2','\x38','\x0e','\xd7','\xaf','\x5f','\xe7','\x2b','\x5f','\xfe','\x32','\xcd','\x93','\x27','\xd3','\xd8','\xd4','\x44','\x34','\x1c','\x26','\x9d','\x16','\xf3','\x34','\xd7','\xae','\x5d','\xa5','\x60','\x5a','\x42','\x9a','\xa6','\x04','\xf3','\x2c','\xbe','\x90','\xad','\xe9','\x9a','\x8a','\xae','\xe9','\x80','\x87','\xed','\x0a','\x47','\x34','\x49','\x96','\x8a','\x59','\x37','\x92','\x74','\xf3','\x5d','\xf4','\x3c','\x19','\x7c','\x55','\x58','\x60','\x6b','\x6a','\xb0','\x93','\x28','\x0b','\x67','\xb4','\xa0','\x9b','\x20','\x01','\xe1','\x70','\x18','\x55','\x53','\x28','\x98','\x26','\x86','\x11','\x62','\xe9','\xd2','\x25','\x2c','\x59','\xb2','\x98','\x79','\x73','\x0f','\xf0','\xdd','\xef','\x7d','\x87','\x9e','\xab','\xed','\x18','\xba','\x70','\x1c','\x1a','\x1e','\x19','\xe6','\xd2','\xa5','\x4b','\xac','\x5d','\xbb','\x9e','\xca','\xca','\x4a','\x1a','\x9b','\x1b','\x09','\x87','\xc2','\x4c','\x6a','\x9e','\xc4','\xb4','\x69','\xd3','\x91','\x65','\x89','\xeb','\xd7','\xaf','\xd3','\xd1','\xd5','\xc1','\xd8','\xe8','\x38','\xb9','\x7c','\x0e','\x49','\x92','\x08','\x87','\x43','\x82','\x04','\x65','\x73','\xec','\xdb','\xf7','\x22','\xe3','\x63','\xe3','\xc4','\xca','\x63','\x34','\xd4','\x8b','\x9c','\x23','\xdb','\x71','\x70','\x1c','\x17','\x39','\x60','\x66','\xae','\x23','\xa4','\x70','\xae','\x27','\x88','\x90','\xaa','\xaa','\x18','\x21','\x03','\x49','\x52','\x30','\x0b','\x2e','\x9e','\x0b','\x6a','\xd1','\x19','\x49','\xc2','\x09','\x0a','\x1b','\xbf','\xe8','\xf8','\x26','\x9c','\xe1','\x24','\x45','\x2a','\xba','\x28','\xc9','\x8a','\xb8','\x06','\xaa','\xa2','\x81','\xe4','\xa2','\xa8','\x1e','\x8a','\xaa','\x92','\x2f','\x98','\x78','\x8e','\x4b','\x53','\x53','\x03','\xaf','\x79','\xcd','\x6b','\x58','\xb1','\x72','\x05','\x8f','\x3c','\xf2','\x6d','\xf6','\xbf','\xb8','\x8f','\x54','\x2a','\x8d','\xeb','\xb9','\x0c','\x8f','\x0c','\x73','\xae','\xa5','\x85','\xf5','\x9d','\x1d','\x2c','\x5c','\xb2','\x90','\x15','\xcb','\x97','\xfd','\xc4','\x04','\x28','\x1a','\x89','\xf2','\x47','\xbf','\xff','\x07','\x3c','\xf4','\xe0','\x43','\x3c','\xfc','\xb5','\x87','\xf9','\xfa','\x37','\x1e','\x26','\x91','\x48','\x32','\x6b','\xc6','\x6c','\x56','\xaf','\x5e','\x4e','\x45','\x55','\x0c','\x4d','\x56','\xd1','\x0d','\x03','\x55','\x57','\xc5','\x67','\xda','\xf3','\xb0','\x2d','\x13','\xcf','\x75','\x41','\x51','\x30','\x74','\x5d','\xd8','\xb6','\x4b','\xc2','\x89','\xce','\xf7','\x7c','\xd2','\xd9','\x34','\x1d','\x1d','\x9d','\x5c','\x38','\x7f','\x9e','\x7c','\x3e','\xc7','\x8a','\x19','\xcb','\xb9','\xf5','\xd6','\x9d','\xb8','\xbe','\xc3','\xd7','\xbf','\xf5','\xc8','\x2b','\x16','\x3a','\x9b','\x36','\xac','\xe7','\xbe','\x7b','\xef','\xe1','\xb9','\xe7','\x9e','\xe1','\xf4','\xe9','\x33','\xd4','\xd5','\xd5','\x73','\xfb','\x6d','\xb7','\x33','\x6f','\xfe','\x5c','\xd2','\xa9','\x04','\xf9','\x4c','\x8e','\xf9','\x73','\xe7','\x31','\x63','\xfa','\x34','\xca','\x2a','\x2a','\x50','\xf0','\xb1','\xcd','\x02','\x8e','\x23','\x86','\xb4','\xcb','\x62','\x31','\x74','\x5d','\x27','\x3e','\x36','\x8e','\x22','\xcb','\x54','\x55','\x56','\x89','\x4e','\x8e','\x04','\x9a','\x2a','\xba','\x6f','\x8a','\xa6','\x52','\xb0','\x2c','\x9c','\x60','\xf6','\x28','\x95','\x4a','\x73','\xf6','\xcc','\x19','\x4e','\x9e','\x3e','\xc5','\xd0','\xe0','\x10','\xd1','\x48','\x8c','\x3f','\x78','\xdf','\xfb','\x39','\x79','\xfa','\x14','\x67','\xcf','\xff','\x78','\xd7','\x32','\x1a','\x89','\xf2','\xed','\x87','\xbf','\x4e','\x75','\x55','\x35','\xcf','\x3e','\xfd','\x0c','\x4f','\x3d','\xfd','\x0c','\x57','\x7a','\xba','\x69','\x6e','\x9a','\xc4','\x96','\x4d','\x9b','\x58','\xb8','\x68','\x11','\x53','\xa6','\x4e','\xa5','\xb2','\xb2','\x82','\xf2','\x8a','\x0a','\xaa','\x2b','\xab','\x50','\x42','\x3a','\xb9','\x6c','\x16','\xcf','\xb2','\x91','\x24','\x45','\x84','\x3b','\xab','\x6a','\x91','\x38','\x0b','\x33','\x45','\xb1','\x31','\x90','\x09','\xe4','\x84','\x95','\x95','\x95','\x8c','\x8c','\x8e','\x32','\x3c','\x3c','\x4c','\x26','\x9d','\x66','\xdf','\xbe','\x7d','\x3c','\xf9','\xe4','\x93','\x1c','\x3c','\x74','\x90','\xf2','\x8a','\x72','\xde','\xf0','\xe0','\x1b','\x68','\xbd','\xd4','\xc6','\xc3','\xdf','\xfa','\xe6','\xcb','\x8e','\xef','\x07','\x99','\x41','\x18','\x86','\xc1','\x37','\xbe','\xf4','\x55','\x34','\x45','\xe5','\xe9','\x67','\x9e','\xa6','\xed','\xf2','\x25','\xe6','\xcd','\x9d','\xcd','\x5d','\xf7','\xdc','\xcd','\xcc','\x05','\xf3','\x38','\x75','\xe4','\x18','\x8f','\x3e','\xfa','\x3d','\xba','\xbb','\xbb','\x59','\xb8','\x70','\x21','\x9b','\x36','\x6d','\x06','\x24','\xbe','\xf4','\xb5','\x2f','\xbf','\xe2','\xec','\x96','\xa6','\x6a','\x7c','\xe1','\xdf','\xbe','\x48','\xc8','\x08','\xf1','\xf8','\x13','\xdf','\xe1','\xd8','\xb1','\x63','\x2c','\x5a','\xb4','\x88','\xd7','\xbd','\xee','\x75','\xcc','\x9b','\x3b','\x8f','\xeb','\xfd','\xd7','\x39','\x74','\xe4','\x10','\x17','\x2f','\xb6','\x32','\xb9','\x79','\x12','\xaf','\x7f','\xfd','\xeb','\x99','\x39','\x7b','\x26','\xbb','\x76','\xdf','\xc1','\x78','\x3c','\xfe','\x03','\xaf','\xaf','\x2c','\xcb','\xbc','\xe5','\xc1','\x37','\xf2','\xa7','\x1f','\xfa','\x10','\xe7','\xce','\x9d','\xe3','\xb3','\x9f','\xfb','\x1c','\x67','\xcf','\x9c','\x61','\xee','\xdc','\xb9','\xdc','\x7e','\xfb','\xed','\xac','\x5d','\xbb','\x96','\x69','\xd3','\xa6','\xd1','\xd0','\xd8','\x88','\x22','\xcb','\xc4','\xe3','\x71','\xae','\x5e','\xbd','\x8a','\x6d','\x5a','\x24','\xd2','\x09','\x24','\x14','\x22','\xa1','\x32','\x7c','\x3c','\xa6','\x4d','\x9f','\xc1','\x8a','\x15','\xcb','\x09','\x85','\x0c','\x2a','\x2a','\x2a','\xd8','\xfb','\xc2','\x5e','\x8e','\x1c','\x3e','\xca','\xae','\xdb','\x6f','\xe7','\x0f','\xde','\xf7','\x01','\xbe','\xf5','\x9d','\x6f','\xfd','\x58','\x66','\x22','\xaf','\x7f','\xed','\x1b','\x58','\xb9','\x7a','\x35','\xff','\xfa','\x2f','\xff','\xc6','\x89','\x93','\x27','\x29','\x2f','\x2f','\x63','\xc9','\x92','\xa5','\x2c','\x5a','\xb0','\x90','\x42','\xa1','\xc0','\xb4','\x19','\xd3','\x51','\x54','\x99','\x7c','\xd6','\x14','\xf7','\x30','\x4d','\x45','\x37','\x42','\x42','\xca','\xeb','\x78','\x18','\xaa','\xb8','\x07','\x22','\x4b','\xe0','\x81','\xef','\xb8','\xb8','\x9e','\x2b','\xe6','\x12','\x35','\x05','\x14','\x09','\xa7','\xe0','\x60','\x9b','\x36','\x8a','\x22','\x33','\x77','\xde','\x3c','\x96','\x2f','\x5f','\xce','\x73','\xcf','\x3c','\xcb','\xd7','\xbf','\xf1','\x4d','\x0e','\x1e','\x3c','\x4c','\x53','\xe3','\x24','\xde','\xf1','\xae','\x77','\xb2','\xfb','\xb6','\xdd','\x7c','\xfe','\x2b','\x9f','\xff','\x91','\xc7','\xfc','\x52','\xbc','\xfa','\xee','\x57','\xb3','\x60','\xc1','\x22','\x9e','\x7f','\xfe','\x59','\x3e','\xff','\xf9','\xcf','\x33','\xd0','\x7f','\x8d','\x35','\x6b','\xd7','\xf2','\xda','\xd7','\xbd','\x96','\x8d','\x1b','\x36','\x12','\x8d','\x46','\xf1','\x3c','\x17','\xdb','\x76','\x18','\x18','\x18','\x20','\x9d','\x4e','\x23','\xab','\x32','\xaa','\x3c','\x11','\xe0','\xed','\x63','\xdb','\x8e','\x70','\xc1','\x74','\x44','\x07','\xb3','\x90','\x97','\x50','\x65','\x15','\x45','\x53','\x83','\x9f','\xdb','\xf8','\x40','\x79','\x79','\x39','\x55','\x55','\xd5','\x54','\xd7','\x54','\xd3','\xdc','\xd8','\xcc','\x83','\x0f','\xbe','\x1e','\x55','\x55','\xf9','\xea','\x57','\xbf','\x4a','\x47','\x67','\x27','\x89','\x64','\x9a','\xdf','\x7f','\xef','\xef','\xf3','\xaf','\xff','\xf1','\x19','\x0a','\xe6','\x0f','\x27','\xef','\xba','\xa6','\xf3','\x4f','\x7f','\xf7','\x8f','\xdc','\x72','\xeb','\x2e','\xda','\xda','\x5a','\x79','\xec','\xb1','\xc7','\xe8','\xed','\xbd','\xc6','\xad','\xbb','\x76','\x71','\xe7','\x9d','\x77','\xb0','\x7d','\xfb','\x0e','\xea','\xeb','\xeb','\xb0','\x2c','\x9b','\xf3','\xe7','\x2f','\x70','\xe6','\xcc','\x19','\xda','\xda','\xda','\x18','\x1c','\x1c','\x64','\x7c','\x7c','\x9c','\x4c','\x3a','\x4d','\x28','\x30','\xa3','\x98','\x31','\x7d','\x3a','\xdb','\x77','\xec','\x64','\xe3','\x96','\xcd','\x2c','\x59','\xb2','\x94','\x3d','\x7b','\xee','\xa6','\xbf','\x7f','\x80','\xb6','\xb6','\x56','\xfa','\xfa','\xae','\xb1','\x62','\xc5','\x2a','\xa2','\x91','\x28','\xa9','\x74','\xea','\x27','\xba','\xb6','\x25','\xfc','\xff','\x0f','\x25','\x02','\x54','\x02','\x20','\x86','\x73','\xef','\xba','\xf3','\x0e','\x62','\xe5','\x61','\x46','\xc7','\x6e','\x70','\xb9','\xa3','\x95','\x4b','\xed','\x17','\x49','\xa5','\xb3','\xe8','\xba','\xd0','\xc7','\x4e','\x9e','\x3c','\x99','\x35','\x6b','\x57','\xd2','\xd0','\x50','\xc3','\x95','\x9e','\x4e','\x9e','\x7d','\xfa','\x59','\x06','\x6e','\x0c','\xe0','\x7a','\xc2','\xf9','\xcb','\x71','\x6d','\x4c','\x33','\x4f','\x36','\x9f','\x21','\x16','\xab','\xa0','\xba','\xba','\x96','\x74','\x2a','\xc5','\xf0','\xd0','\x18','\xba','\x6e','\x50','\x55','\x59','\x85','\xae','\x85','\xb0','\x6d','\x07','\xdb','\xf5','\x88','\x46','\x22','\x28','\x72','\x88','\xe9','\x33','\x66','\xb2','\x67','\xf7','\x1d','\x8c','\x8e','\x8e','\x71','\xf9','\x52','\x27','\x2d','\x2d','\x67','\x48','\x67','\x92','\xd4','\xd5','\x57','\x33','\x67','\xee','\x2c','\x16','\x2e','\x9a','\x4f','\x45','\x65','\x39','\x7f','\xfd','\xb1','\xbf','\xe1','\xec','\xf9','\x96','\x9f','\x49','\xfa','\x26','\xcb','\xa2','\x20','\x92','\x24','\x09','\xdb','\x16','\x5a','\x6c','\x29','\xd0','\x2a','\xbb','\x8e','\x2b','\x8a','\x35','\x59','\x7e','\x89','\x1d','\xb3','\x30','\x23','\x90','\x82','\xf9','\x8b','\x68','\x24','\x42','\x3e','\x9f','\x27','\x9e','\x4c','\x7e','\xdf','\x6b','\x4b','\x92','\xc4','\xce','\xed','\x3b','\x98','\xd2','\x38','\x83','\xe1','\xd1','\x31','\x2e','\x9e','\xeb','\xe0','\xc2','\x99','\x0e','\xf0','\x25','\x14','\x22','\x5c','\xb8','\x70','\x85','\xfe','\xfe','\x24','\x93','\x26','\x35','\xa3','\xe9','\x7a','\xe0','\xfe','\xa4','\x63','\xd9','\x26','\xd9','\x4c','\x06','\x4d','\xd3','\x90','\x55','\x95','\x6c','\x3a','\x4d','\x59','\x79','\x05','\xb2','\x24','\xe3','\x38','\x16','\x15','\x15','\x55','\x84','\x0c','\x8d','\x48','\xb4','\x9c','\x50','\x48','\x65','\xe6','\xcc','\x26','\xe6','\xcc','\x99','\x8b','\x22','\xab','\x50','\x28','\xd0','\xd1','\xd5','\xce','\xf1','\xe3','\xc7','\x83','\x60','\x5a','\x99','\xfe','\xfe','\x7e','\x86','\x86','\x6e','\x60','\x9a','\x16','\x79','\xd3','\xa4','\x90','\xcb','\x89','\x9d','\x63','\x45','\x61','\xc1','\xc2','\xd9','\xdc','\x71','\xe7','\x9d','\x6c','\xda','\xb8','\x81','\xba','\xfa','\x06','\x5c','\xcf','\x23','\x91','\x48','\x8a','\x60','\xd0','\x78','\x1c','\xdf','\xf7','\x51','\x55','\x61','\x6d','\x6d','\xe6','\x85','\x34','\x28','\x1e','\x8f','\x73','\xe2','\xc4','\x09','\xf4','\xf3','\xe7','\xc5','\x8e','\x9f','\xe7','\xe3','\x7a','\x36','\xaa','\xaa','\x21','\xa1','\xe2','\x38','\x7e','\x71','\x5e','\xc7','\xf3','\x3d','\x7c','\x49','\x42','\x53','\x34','\x0c','\x5d','\x47','\x55','\x15','\x5c','\xd7','\xc3','\xb6','\xec','\xe0','\x1a','\x05','\x45','\x57','\x10','\x75','\xe3','\xfb','\xe2','\x6b','\x55','\x13','\xba','\x76','\xcf','\xf3','\x82','\xae','\x88','\x8b','\xef','\x49','\x42','\x63','\xee','\xf9','\x98','\x66','\x01','\x5d','\xd3','\x83','\x79','\x92','\x10','\x92','\xa2','\x60','\xe8','\x06','\x33','\xa6','\xcf','\xe0','\xf6','\x3b','\xee','\x60','\xc7','\x8e','\xed','\x24','\x53','\x09','\x32','\x8f','\x27','\xc8','\x64','\xb2','\x48','\xb2','\x4d','\x2a','\x91','\xe5','\xc6','\x8d','\x61','\x72','\xb9','\x0c','\xb1','\xb2','\x28','\x4d','\xcd','\x0d','\x94','\x55','\x44','\x68','\x68','\xac','\xa5','\xae','\xbe','\x86','\xf1','\xf8','\x28','\xa7','\x4e','\x9f','\x64','\xa0','\xbf','\x5f','\x38','\xd0','\x79','\x0a','\xa6','\x99','\xc7','\xf3','\x84','\xfb','\x9a','\x6d','\xba','\xb4','\x9c','\x6b','\xa5','\xe7','\x4a','\x1f','\xb2','\xaa','\xa0','\xeb','\x3a','\xaa','\xac','\xe0','\x07','\x3a','\x77','\xc9','\x17','\xd9','\x3d','\x62','\x3d','\xfa','\x81','\x95','\xb5','\x20','\x34','\x62','\x16','\x4a','\xb4','\xbb','\x6e','\xae','\x57','\x09','\xdf','\x77','\x83','\x8e','\x91','\x5f','\x24','\x40','\xaa','\xaa','\x89','\xae','\x9b','\xe7','\x4d','\x6c','\xf4','\x23','\x21','\x51','\x56','\x16','\xc3','\x71','\x3d','\xd2','\xa9','\x04','\xba','\x21','\x11','\x89','\x44','\x01','\x91','\x9b','\x54','\x5f','\xd7','\xc0','\xf6','\xed','\x62','\x56','\xe1','\x81','\x07','\x1e','\x60','\x7c','\x74','\x94','\x23','\x47','\x8e','\xe2','\xb9','\x22','\x5c','\x35','\x9b','\xb1','\x18','\x19','\x4e','\xe2','\x98','\x32','\xbf','\xff','\xde','\xf7','\xf3','\xc5','\xaf','\x3e','\xfc','\x63','\x0f','\xef','\xaa','\x8a','\xc2','\xeb','\x5f','\xf3','\x1a','\xde','\xf0','\xc0','\x6b','\x38','\x72','\xe8','\x45','\x9e','\x7f','\xfe','\x69','\xfa','\xfb','\x7b','\x59','\xb2','\x78','\x29','\x6f','\xfd','\x8d','\x87','\xd8','\xbc','\x6d','\x23','\xd1','\xb2','\x08','\x21','\xdd','\x40','\xd3','\x75','\xb2','\xd9','\x2c','\xae','\x6b','\x53','\x55','\x5b','\x87','\xaa','\x87','\x48','\x8d','\x8f','\xe2','\xd8','\x36','\xa1','\x90','\x70','\x37','\x53','\x14','\x85','\x54','\x2a','\x85','\xa6','\xea','\x8c','\x8c','\x8e','\xf0','\x9f','\xff','\xf5','\x9f','\xb4','\xb7','\x5f','\xa2','\xb2','\x72','\x32','\xeb','\xd6','\x6d','\xa6','\xb2','\xa2','\x96','\x8b','\x6d','\x6d','\xa4','\x33','\xd9','\xef','\x3b','\x96','\xb2','\x58','\x19','\x77','\xef','\xbe','\x8b','\x7c','\xde','\x61','\xff','\xfe','\x63','\xe4','\x73','\x0e','\xf7','\xbd','\x7a','\x0f','\xab','\xd7','\x6c','\x04','\xdf','\x20','\x64','\x28','\xac','\x58','\xb1','\x94','\x85','\x0b','\xe7','\x10','\x09','\x87','\xa9','\xad','\xad','\xc3','\xb6','\x6d','\xd2','\xe9','\x24','\xe1','\x48','\x84','\x48','\x24','\x4a','\x3e','\x9d','\xc6','\x93','\x40','\x57','\xb5','\x40','\x5a','\x29','\x88','\xba','\xaa','\x1b','\x78','\xb6','\x45','\x21','\x6f','\xa1','\x85','\xc4','\x46','\x83','\x59','\xc8','\x93','\x4e','\x8b','\x7c','\xad','\xf3','\xe7','\x57','\x53','\xf8','\x54','\x81','\xc3','\x87','\x0f','\xb1','\xf7','\xc5','\x67','\x59','\xb6','\x7c','\x21','\x9f','\xfa','\xfb','\x8f','\x71','\xcb','\xee','\x3d','\x3f','\xd2','\xaa','\x57','\x02','\xee','\xd8','\x75','\x2b','\x75','\x75','\x35','\x1c','\x3a','\x74','\x98','\x67','\x9f','\x7b','\x9a','\x4b','\x97','\x5b','\x59','\xba','\x74','\x09','\xbf','\xf9','\xb6','\xb7','\x33','\x7f','\xfe','\x5c','\x74','\x23','\x44','\x63','\x63','\x13','\x12','\xc2','\x1e','\x59','\x0b','\x69','\x84','\xa3','\x11','\xcc','\x5c','\x06','\x4f','\xf6','\x88','\x95','\x45','\xb0','\x2d','\x93','\x54','\x7a','\x9c','\x50','\x28','\x44','\x38','\x14','\xa1','\x50','\x30','\xc1','\x87','\x50','\x24','\x4c','\xc8','\xd0','\xf0','\x3c','\x1f','\xc7','\x75','\xd0','\x35','\x9d','\x9a','\xea','\x6a','\x16','\xcc','\x9f','\xc7','\xe4','\xc9','\x93','\xc8','\x66','\xb3','\x3c','\xf1','\xc4','\x93','\x9c','\x3c','\x75','\x82','\xcd','\x3b','\x36','\xb3','\x6d','\xcb','\x16','\xbe','\xfe','\xc8','\xb7','\x5e','\x76','\xef','\xfc','\x41','\x77','\xd1','\xf9','\x73','\xe7','\xd2','\xd0','\x5c','\xcf','\x91','\xa3','\x87','\x39','\x70','\x78','\x3f','\x92','\xec','\x73','\xcb','\x2d','\xb7','\xb2','\x68','\xc1','\x12','\x92','\x23','\xe3','\x9c','\x3b','\xdb','\xc2','\xf9','\x0b','\xad','\xa8','\xaa','\xc6','\x96','\x2d','\xdb','\x98','\x3f','\x7f','\x21','\x1f','\xfb','\x87','\x8f','\xff','\x40','\xa9','\xd2','\xb4','\x29','\x53','\x99','\x32','\xa5','\x89','\x4b','\x97','\xc5','\x0c','\x62','\x2c','\x56','\xce','\xce','\xed','\xb7','\x32','\x7b','\xd6','\x5c','\x24','\x49','\xa5','\xab','\xf3','\x0a','\x47','\x0e','\x1d','\x65','\x7c','\x2c','\xc1','\x5d','\xbb','\xef','\x66','\xd5','\xea','\x75','\xb4','\xb5','\x5d','\xe6','\x52','\x47','\xfb','\x0f','\xbd','\xc6','\x2b','\x97','\xaf','\xe0','\xcf','\xff','\xe4','\xc3','\xb4','\xb5','\xb5','\xf2','\xe5','\x2f','\x7f','\x89','\x8e','\xf6','\x76','\x96','\x2f','\x5f','\xce','\x7d','\xf7','\xdd','\xc7','\xf6','\xed','\xdb','\x89','\x46','\xa3','\x68','\x9a','\xc6','\xc8','\xc8','\x08','\xc7','\x4f','\x9c','\xe0','\xe4','\xf1','\xe3','\x24','\x13','\x49','\x14','\x4d','\x65','\x74','\x64','\x94','\x7c','\x2e','\x43','\xb4','\xac','\x0c','\x55','\x51','\x58','\xbb','\x76','\x2d','\x5b','\xb7','\x6e','\x63','\xfe','\xc2','\x59','\xec','\xcc','\x6e','\xe1','\xca','\xd5','\x0e','\xfa','\xaf','\x0f','\x70','\xe9','\xd2','\x79','\x56','\xaf','\x5e','\x45','\x59','\x59','\xac','\x38','\xdf','\xf9','\x83','\x10','\x0e','\x85','\xf8','\x8b','\x3f','\xfd','\x13','\xe2','\xa3','\xc3','\xb4','\x5d','\x3c','\x43','\x3e','\x1b','\x67','\xf9','\xe2','\x79','\xac','\x5d','\xb9','\x04','\xcf','\xcd','\x63','\xe8','\x32','\xe9','\xd4','\x38','\xf1','\xf1','\x71','\xae','\xf7','\x0f','\x90','\x49','\xa5','\x84','\xf1','\x4d','\x26','\x8b','\x6e','\xe8','\x84','\x0c','\x03','\xdb','\xb4','\xd1','\x74','\x8d','\xb2','\x58','\x19','\x8e','\xed','\x88','\x79','\x4c','\xb3','\x80','\xa2','\x28','\xe8','\x21','\x83','\x48','\x24','\x82','\x65','\xd9','\x24','\x92','\xc2','\x88','\x67','\xee','\x9c','\x39','\x2c','\x58','\x30','\x93','\xda','\xba','\xd7','\x92','\xcc','\x8c','\xf1','\xd8','\xe3','\x8f','\x71','\xb1','\xfd','\x02','\xfd','\xc3','\x37','\x58','\xb6','\x62','\x05','\xfc','\x04','\x04','\xa8','\xaa','\xb2','\x8a','\x77','\xff','\xee','\x7b','\x69','\xb9','\x7c','\x9e','\xef','\x3d','\xf3','\x18','\xdd','\xd7','\xbb','\x59','\xbc','\x64','\x1e','\xaf','\x7a','\xc3','\xab','\xd8','\xbc','\x63','\x33','\xae','\xeb','\x72','\xee','\xf2','\x39','\xae','\x5e','\xe9','\xa1','\xab','\xbb','\x9b','\x8e','\xce','\x4e','\xcc','\x7c','\x01','\x64','\x8a','\xb2','\x69','\xcb','\xb2','\x84','\x1b','\x9c','\x24','\x23','\xc9','\x20','\xf9','\xe0','\xe4','\x20','\x1c','\x8a','\xa2','\x1b','\x1a','\xf1','\xf8','\x38','\x8e','\x63','\x53','\x51','\x51','\x89','\xae','\x69','\x44','\xa2','\x51','\xd6','\xaf','\x5f','\xcf','\xe6','\x2d','\x9b','\x99','\x3e','\x7d','\x3a','\xb7','\xee','\xda','\xca','\xa1','\x23','\x2f','\xd2','\xd5','\xd9','\xcd','\x78','\x7c','\x90','\xb9','\xf3','\xa6','\x09','\x42','\xf8','\x23','\x04','\x1f','\x53','\x27','\x4f','\x61','\xcd','\xda','\x35','\x64','\x52','\x29','\x9e','\x79','\xfa','\x29','\xce','\x9e','\x3d','\xcd','\xc2','\x85','\x8b','\xb9','\xef','\xd5','\xaf','\x66','\xfd','\xfa','\x75','\x44','\xa2','\x51','\x5a','\xdb','\x2e','\x72','\xe0','\xc0','\x01','\xce','\x5f','\x38','\x47','\x5f','\xdf','\x35','\x92','\xc9','\x14','\xaa','\xa2','\x10','\x32','\x0c','\x14','\x4d','\xc3','\xb4','\xb3','\xb4','\x77','\x0c','\x72','\xfe','\xc2','\x69','\xe2','\x89','\x61','\x9a','\x9b','\x6b','\x58','\xb4','\x74','\x19','\x8b','\x97','\xce','\x63','\xc6','\xac','\x29','\xf4','\xf5','\x5d','\x63','\x78','\xa4','\x1f','\xa4','\xc5','\xc1','\x3c','\x57','\x89','\x00','\xfd','\xb2','\xa3','\x44','\x80','\x4a','\x00','\x60','\xe1','\xbc','\x39','\xfc','\xee','\x7b','\xdf','\x81','\xe4','\x4b','\x9c','\x3c','\x75','\x9a','\x03','\x87','\xf7','\xe3','\x78','\x0e','\x9a','\x21','\x93','\xcf','\x8b','\xe2','\x7c','\xc9','\xb2','\x45','\x2c','\x5d','\xb6','\x90','\x74','\x36','\xc9','\xa9','\xd3','\x27','\x38','\xdf','\xda','\xc2','\xe0','\xe0','\x60','\x71','\x6e','\x41','\x92','\x7d','\x74','\x4d','\xc3','\xf7','\x3d','\x2c','\xdb','\xa3','\x50','\x30','\x29','\xe4','\x0b','\x98','\x96','\x43','\x24','\x12','\xc5','\xb6','\x1d','\x32','\x99','\x38','\x89','\x44','\x9a','\x5c','\xbe','\x40','\x6d','\x75','\x35','\x55','\x95','\xb5','\x84','\x43','\x61','\x2a','\x2b','\x2b','\x19','\x1a','\x1a','\xe4','\xcc','\xd9','\x73','\xb4','\xb6','\x5e','\xc0','\xb6','\x4d','\x56','\xad','\x5a','\xce','\xd2','\x65','\x8b','\x99','\x31','\x63','\x1a','\xa3','\x23','\xa3','\x7c','\xef','\xc9','\x27','\x7e','\x26','\x07','\x16','\x45','\x96','\xb9','\xed','\x96','\x9d','\x7c','\xf2','\x13','\x1f','\x27','\x1c','\x8a','\x88','\xcc','\x01','\xdb','\x26','\x14','\x32','\xd0','\x0c','\x83','\x42','\x3e','\x2f','\x6c','\x3c','\x65','\x05','\x23','\x14','\x42','\xd7','\x14','\xc6','\xc7','\xe3','\x98','\x05','\x68','\xa8','\x6b','\x02','\xdf','\x23','\x6f','\x16','\xb8','\x31','\x30','\xc0','\x5d','\xaf','\xbd','\x97','\x78','\x32','\xf1','\xb2','\xd7','\xaf','\x2c','\xaf','\xe0','\xfd','\xef','\x79','\x3f','\x56','\x01','\xba','\xda','\xaf','\xd2','\xd3','\xd1','\x4b','\x21','\xe3','\xa0','\xc8','\x12','\xe3','\x23','\x49','\x72','\x05','\xe8','\xb9','\x3a','\x44','\x4b','\xcb','\x65','\x54','\xcd','\x40','\x51','\x84','\x7d','\xa8','\x98','\xf7','\x09','\x6c','\xae','\x73','\x79','\x06','\x07','\x6f','\xd0','\xd4','\xd4','\x4c','\x28','\x1c','\x26','\x3e','\x3e','\x46','\x28','\x14','\xc1','\x73','\x6d','\x42','\xe1','\x32','\x74','\xdd','\x65','\xda','\xd4','\x6a','\x36','\x6e','\xda','\x48','\x63','\x63','\x13','\xb3','\x66','\xcd','\xc0','\x97','\x84','\x84','\xa0','\xbb','\xbb','\x9b','\x74','\x2a','\x8d','\xe3','\x3a','\x44','\x23','\x51','\x7c','\xdf','\x27','\x9f','\xcb','\x20','\xcb','\x12','\x0d','\xf5','\xb5','\x2c','\x5f','\xb6','\x9c','\xdb','\x6e','\xdb','\xc5','\xea','\xd5','\xab','\x29','\xaf','\xac','\x24','\x14','\x0a','\x91','\x4a','\xa6','\x70','\x1c','\x87','\xe1','\xe1','\x61','\x42','\x46','\x08','\xdb','\x16','\x8e','\x77','\xba','\xa6','\x93','\xcf','\xe5','\x29','\x2b','\x2b','\x83','\x80','\x2c','\xe6','\x0b','\xc2','\xf5','\xcc','\xf7','\xfd','\xa2','\xc4','\x41','\x96','\x42','\xc8','\xb2','\x16','\xd8','\xba','\x79','\x78','\xf8','\x48','\x92','\x1c','\xcc','\x31','\x09','\x12','\xe0','\xfb','\x3e','\x9e','\x23','\x24','\x62','\x82','\x48','\x4e','\x58','\x5b','\x4f','\x0c','\xc6','\xfa','\x68','\x3a','\xd8','\x76','\x01','\xdb','\x12','\xd9','\x0c','\x9e','\xef','\x53','\xc8','\xdb','\x84','\xc2','\x61','\x8c','\x50','\x08','\x3c','\x1f','\x53','\x55','\xb8','\x71','\x63','\x00','\xdb','\x76','\x88','\xc5','\xa2','\x68','\x5a','\x88','\x96','\x73','\x17','\xc9','\xe7','\x4d','\xde','\xfe','\x5b','\x6f','\x67','\xfd','\xba','\xf5','\x5c','\x6a','\xbb','\x44','\x6b','\x5b','\x2b','\x92','\x9f','\xa3','\x90','\x2b','\x30','\x3a','\x3c','\x16','\xc8','\xe2','\xa0','\xa1','\xb1','\x8e','\xe6','\xe6','\x06','\x2a','\x2a','\xcb','\xa9','\xad','\xab','\x62','\x78','\x78','\x54','\xe8','\xbd','\x47','\x47','\x91','\x25','\x9d','\xb2','\x68','\x05','\x4a','\xd0','\x79','\xd1','\xf5','\x10','\xb6','\x6a','\x60','\x5b','\x16','\xa9','\x54','\x0e','\x49','\x96','\x70','\x1d','\x1b','\xd7','\x11','\x0e','\x7c','\x9a','\x2e','\x8a','\xe9','\x09','\xe2','\x23','\x07','\x24','\xd9','\x13','\x5c','\x48','\xe8','\xf8','\x25','\x0f','\x45','\x13','\x16','\xb0','\x8e','\x4b','\x10','\xec','\xea','\x17','\x3f','\x2f','\x13','\x76','\x78','\x9e','\x2f','\xa1','\x28','\x12','\xa6','\x69','\xa3','\x69','\x6a','\xb0','\x7b','\x6a','\x51','\x55','\x59','\x89','\xeb','\xfa','\x64','\xf3','\x69','\x74','\x1d','\xf2','\xf9','\x02','\x8a','\xa2','\x62','\x84','\xc2','\x74','\x76','\x76','\xd2','\x7f','\xe3','\x3a','\x55','\x35','\x95','\xac','\x58','\xbe','\x8a','\xf9','\x0b','\x16','\x70','\xea','\xf4','\xd9','\xa0','\xa8','\x95','\x31','\x0b','\x1e','\x89','\xf1','\x0c','\xb9','\xac','\x45','\x6d','\x4d','\x13','\x75','\x35','\x75','\xf4','\xdf','\xf8','\xd1','\xc3','\xf0','\xb2','\x2c','\xf3','\x9a','\x57','\xbf','\x8a','\xdf','\x7d','\xcf','\x6f','\xf3','\xdc','\xf3','\x4f','\xf3','\xd8','\x63','\x8f','\x91','\x2f','\x64','\x79','\xe0','\x81','\xd7','\xb2','\x67','\xf7','\x1e','\x96','\x2d','\x5b','\x4a','\x38','\x16','\x26','\x97','\xcd','\x90','\xcd','\xa4','\xd0','\x74','\x1d','\xd3','\xb4','\xc8','\xa4','\x53','\x8c','\xc7','\x13','\xa8','\xa1','\x10','\x8e','\x59','\x40','\x06','\x6c','\x5b','\x04','\xec','\x86','\x42','\x21','\xfa','\xfb','\xfb','\x51','\x55','\x55','\x84','\x1d','\x9f','\x39','\x45','\x22','\x39','\xce','\x86','\xf5','\x5b','\x59','\xb8','\x70','\x29','\xb9','\x9c','\xc5','\x47','\xfe','\xea','\xaf','\xbe','\x6f','\x63','\x43','\x53','\x35','\xde','\xf4','\x86','\x87','\xb8','\xef','\xde','\xfb','\xf9','\xda','\xd7','\x1e','\xe6','\xf4','\xe9','\x16','\x16','\x2e','\x9c','\xcf','\x8e','\xed','\xb7','\x32','\x79','\xf2','\x74','\x7c','\xdf','\xa7','\x90','\xcf','\x61','\x3b','\x19','\xb2','\x99','\x38','\xfd','\xd7','\x7a','\x18','\x1d','\xa9','\x42','\x51','\x34','\x86','\x86','\x87','\xd0','\x75','\x8d','\xaa','\x8a','\x4a','\x46','\x46','\xc7','\x30','\xcd','\x02','\xe5','\x15','\x15','\x45','\x17','\x4b','\x3d','\x18','\x26','\x77','\x03','\x32','\x2a','\x2b','\x0a','\xb6','\xe5','\x93','\x48','\x26','\x88','\x46','\xc2','\x2c','\x5c','\xb8','\x98','\xf9','\xf3','\xe7','\xb2','\x79','\xd3','\x7a','\x5a','\xce','\x9f','\xa6','\xed','\x52','\x2b','\x03','\x37','\xfa','\xa9','\xa8','\xa8','\x0c','\x32','\xa5','\x7e','\x38','\x96','\x2d','\x59','\xcc','\xc7','\xff','\xef','\x5f','\xb3','\x7f','\xff','\x41','\xbe','\xf4','\xa5','\x2f','\x60','\xd9','\x05','\xee','\xba','\xeb','\x4e','\xee','\xda','\x73','\x37','\xbb','\x6e','\xbb','\x15','\xcb','\x32','\x69','\x6f','\xef','\x60','\x3c','\x3e','\x46','\x7f','\x5f','\x1f','\x67','\xcf','\x9e','\x21','\x93','\x2b','\x50','\x5e','\x16','\x03','\x64','\x12','\xc9','\x71','\x74','\x5d','\xc6','\xf7','\x3c','\xb2','\xd9','\x2c','\xe5','\xe5','\x15','\x84','\x42','\x51','\x92','\xc1','\xe7','\x35','\x14','\x32','\x70','\x1d','\x1f','\x09','\x99','\x68','\x2c','\x86','\x2c','\xcb','\xd4','\xd6','\xd6','\xb1','\x7e','\xfd','\x3a','\x1a','\x1a','\xea','\x59','\xbb','\x76','\x1d','\xfb','\xf6','\x1d','\x60','\x68','\x64','\x94','\xbe','\xfe','\x6b','\x6c','\xdf','\xbe','\x99','\x8a','\xf2','\x72','\x12','\xaf','\xb0','\x71','\xf3','\x52','\x34','\x37','\x37','\x71','\xff','\xfd','\xaf','\xe2','\xfa','\x40','\x1f','\x4f','\x3d','\xf3','\x14','\x83','\xc3','\x83','\xec','\xd8','\xbe','\x9d','\x1d','\xb7','\xdc','\x42','\xc8','\x88','\x70','\xe6','\xcc','\x69','\x71','\xac','\xe9','\x0c','\x9b','\x36','\x6d','\x62','\xcb','\xe6','\x2d','\x3c','\xf9','\xcc','\x53','\x7c','\xf7','\xb1','\x47','\x5f','\x51','\x1a','\x58','\x55','\x51','\xc9','\xb7','\xbe','\xfa','\x75','\x32','\x99','\x24','\xcf','\xbd','\xf0','\x0c','\x3d','\x3d','\xbd','\x6c','\xda','\xb0','\x85','\x9d','\x3b','\x77','\x11','\x8d','\x95','\xd1','\xd3','\xd3','\xc3','\xbe','\x17','\xf7','\xd3','\xd1','\xde','\xcd','\xec','\x59','\xb3','\x59','\xb3','\x66','\x1d','\x37','\x06','\x86','\x78','\xf0','\xad','\x6f','\xfa','\xa1','\xee','\x85','\x33','\xa7','\xcf','\xe0','\x3f','\xfe','\xe5','\x5f','\xb9','\xdc','\xd1','\xce','\x57','\xbe','\xfa','\x35','\xda','\x3b','\x3a','\x59','\xb6','\x6c','\x19','\xf7','\xdf','\x7f','\x3f','\x9b','\x37','\x6f','\x46','\xd3','\x34','\x2e','\x5f','\xbe','\x2c','\xdc','\xbf','\xce','\x9d','\xe3','\x52','\x47','\x07','\x99','\x54','\x0a','\x59','\x92','\xb1','\x5d','\x87','\x90','\x61','\xa0','\x6b','\x0a','\xe7','\xce','\x9f','\xc1','\xb6','\x6d','\x6c','\x27','\xc7','\xd4','\x69','\xcd','\xcc','\x9a','\x3d','\x8d','\xc6','\xfa','\x5a','\x74','\x5d','\x66','\x6c','\x7c','\x88','\x1b','\x43','\xd7','\xd1','\xf4','\xd5','\xd4','\x54','\x55','\xfd','\x50','\x02','\x24','\xcb','\x32','\xb7','\xee','\xd8','\x4e','\x2e','\x9d','\xe0','\xa9','\xa7','\x9f','\xa2','\xff','\x5a','\x37','\x93','\x1a','\xeb','\x78','\xf5','\xab','\xee','\x66','\xce','\x9c','\x69','\x38','\xae','\x43','\x6f','\xcf','\x55','\x8e','\x1c','\x39','\x22','\x42','\x36','\xfb','\xae','\x93','\xcb','\x66','\xc9','\x66','\x73','\x24','\x53','\x09','\x42','\xe1','\x10','\x21','\x23','\x24','\x3e','\xe3','\xb2','\x90','\x90','\x0a','\xb9','\x5b','\x2e','\x90','\x8f','\xca','\xc5','\xdc','\x38','\x91','\xb3','\x03','\x75','\xf5','\x0d','\xdc','\x79','\xfb','\xed','\xdc','\x7d','\xd7','\x3d','\x54','\xd7','\xd6','\xb2','\x68','\xc9','\x7c','\x9e','\x7a','\xea','\x7b','\x5c','\xbf','\xd1','\xcb','\x48','\x72','\x94','\x3b','\xef','\xbe','\x93','\x0f','\x7d','\xf8','\x0f','\x7f','\x2c','\xb9','\xb8','\xa2','\x28','\x3c','\xf8','\xa6','\x37','\x12','\xa9','\x08','\xf3','\xb5','\x6f','\x3e','\xcc','\xa1','\x63','\x07','\x99','\xb3','\x60','\x26','\x0f','\xbc','\xe9','\x75','\x6c','\xda','\xbe','\x11','\x5b','\x32','\x79','\xfa','\xf9','\x67','\x79','\xf2','\xc9','\xa7','\x68','\xbf','\x7c','\x89','\x4c','\x46','\xc4','\x2d','\x84','\x42','\x21','\x31','\x9f','\x6a','\x59','\x48','\xf8','\xc5','\x4d','\x38','\x5d','\xd3','\xd0','\x0d','\x1d','\x09','\x19','\x39','\x27','\x61','\x59','\x79','\xca','\xca','\xa3','\x58','\x76','\x01','\xdb','\xb6','\x48','\xa7','\x7d','\x46','\x46','\x86','\x19','\x1a','\x1e','\xc6','\xb2','\xb3','\x2c','\x58','\x34','\x9b','\x49','\x93','\x1b','\x89','\x44','\x0c','\xca','\xcb','\x23','\x80','\x8d','\x69','\x65','\x83','\x90','\xf4','\x1f','\x9e','\x73','\x24','\xcb','\x32','\x77','\xed','\xde','\x83','\xae','\x6b','\x7c','\xfb','\x91','\x6f','\x73','\xf0','\xe0','\x41','\x6a','\x6a','\x6b','\xd9','\xb4','\x71','\x3d','\x73','\xe7','\xce','\xc6','\xc3','\xa7','\xb5','\xad','\x8d','\xef','\x3d','\xfa','\x5d','\x8e','\x9f','\x38','\x8a','\xeb','\x99','\xd4','\xd6','\xd5','\xb2','\x7c','\xf9','\x12','\xe6','\xcc','\x99','\xc5','\xd4','\xa9','\x53','\x01','\xb8','\x78','\xf1','\x22','\x7b','\xf7','\xee','\xa5','\xab','\x6b','\x88','\xb1','\xf8','\x10','\xb9','\x7c','\x12','\xcf','\xcd','\x93','\x2f','\xa4','\xb1','\xed','\x1c','\xae','\x6f','\x91','\xca','\xc4','\xc9','\xe6','\x92','\x41','\x9e','\x5b','\x09','\xbf','\xec','\x28','\x11','\xa0','\x12','\xa8','\xaa','\xac','\xe4','\x1f','\x3f','\xf6','\x51','\x62','\xe1','\x18','\x43','\x43','\x23','\x9c','\x38','\x71','\x9a','\xd3','\xa7','\x5a','\x88','\x84','\xc3','\x84','\x42','\x11','\xd2','\xa9','\x2c','\xf3','\xe7','\xcd','\x61','\xed','\x9a','\xf5','\xd4','\xd7','\x35','\x72','\xea','\xf4','\x19','\xce','\x9d','\xbb','\x40','\x3c','\x9e','\xc2','\xf3','\x7c','\x2c','\xd3','\xa2','\xa6','\xb6','\x8e','\x99','\xb3','\x66','\x32','\x63','\xfa','\x34','\xca','\xcb','\x62','\x48','\x92','\xd0','\xfd','\x16','\xac','\x02','\x8a','\xa4','\x11','\x09','\x47','\xe9','\xef','\x1f','\xe0','\xf2','\xe5','\x0e','\x4c','\xcb','\xc6','\x75','\x1d','\x90','\x7c','\xca','\xca','\xa3','\x4c','\x6a','\x6e','\x00','\x3c','\xae','\xf4','\x74','\x72','\xfe','\xfc','\x19','\xc6','\xc6','\x46','\x69','\x9a','\x54','\xcf','\xb6','\x6d','\x3b','\x58','\xbd','\x7a','\x0d','\x8e','\xe3','\xf0','\xbe','\x0f','\x7e','\x90','\x54','\xea','\xa7','\x9f','\xcb','\x91','\x24','\x89','\xed','\x5b','\xb6','\xf0','\xc9','\xbf','\xff','\x38','\x21','\xc3','\xc0','\x32','\x0b','\x68','\xaa','\x26','\x82','\x43','\xfb','\xfb','\x21','\xc8','\x67','\x98','\x08','\x41','\x03','\x28','\x14','\x7c','\x0a','\x05','\x0b','\xc9','\x57','\x19','\x1f','\x1f','\x21','\x14','\x36','\x68','\x6c','\x68','\x44','\xf2','\x3d','\xde','\xfd','\xd6','\x77','\xf0','\x37','\x9f','\xfc','\xd8','\xcb','\x7e','\x87','\xef','\xfb','\x44','\xa2','\x11','\xc6','\xe3','\x63','\x1c','\x3f','\x71','\x94','\x8e','\x8e','\xcb','\x68','\x9a','\x8a','\xaa','\xca','\xe4','\xb2','\x69','\x3c','\xc9','\x10','\x0e','\x79','\x56','\x8e','\x74','\x2e','\x85','\xef','\x79','\xc2','\x3d','\x4c','\xd3','\xd0','\x42','\x21','\x3c','\x74','\x6c','\x2b','\x8f','\xe3','\xe4','\xc9','\xe5','\x93','\x28','\x8a','\x8b','\xe7','\x99','\x24','\x12','\x19','\x0a','\x66','\x01','\x55','\x19','\xa3','\xbc','\xcc','\x60','\x6c','\xec','\x2a','\xe7','\xce','\x9f','\x65','\xe6','\xcc','\x99','\xbc','\xf1','\x8d','\x6f','\x64','\xce','\x9c','\xb9','\xdc','\x7b','\xcf','\x3d','\x3c','\xf5','\xd4','\x53','\x9c','\x38','\x71','\x02','\xc7','\xb2','\xb0','\x55','\x0d','\x49','\x51','\x08','\x87','\xc3','\xd4','\xd7','\xd7','\xb3','\x71','\xe3','\x46','\xee','\xb9','\xe7','\x1e','\x16','\x2f','\x5e','\x4c','\x22','\x9e','\xa0','\xaf','\xef','\x3a','\xd5','\x55','\x55','\xc2','\xc6','\x39','\x90','\xd1','\x8c','\x8d','\x8d','\x31','\x36','\x96','\x27','\x9b','\xcb','\x15','\x33','\x37','\x24','\x49','\x22','\x9f','\xcf','\x8b','\xd9','\x21','\xcf','\x45','\x96','\x84','\x0d','\xef','\x84','\x3c','\xcd','\xc7','\x03','\x84','\x8e','\xdb','\xf7','\x85','\x7b','\x9b','\xef','\xda','\x78','\x58','\x81','\x3b','\x58','\x60','\x8b','\x3d','\x91','\xec','\xf9','\xd2','\x1a','\x29','\xe0','\x00','\x92','\x04','\xb6','\xed','\x51','\x28','\xe4','\xb1','\x9d','\xc0','\xe9','\x48','\x9a','\xc8','\x96','\xb0','\x51','\x6d','\x05','\xc3','\x08','\x13','\x2b','\x2b','\xc3','\xf7','\x09','\x48','\xa9','\x89','\x2c','\xab','\xa4','\x52','\x49','\x4e','\x9f','\x39','\xc3','\xad','\x3d','\x57','\x99','\x3e','\x6d','\x1a','\x93','\x26','\x35','\xd3','\xde','\x71','\x19','\x3d','\x24','\xba','\x13','\xa3','\xa3','\x23','\x24','\x12','\x71','\x9a','\x27','\x35','\x10','\x8d','\x44','\xa8','\xab','\xa9','\x23','\x9b','\xcb','\x11','\x4f','\x24','\x89','\xc5','\x62','\x34','\x37','\x37','\x83','\x0f','\xe9','\x4c','\x9a','\xea','\xea','\x30','\x8a','\xac','\x92','\xcd','\x66','\x51','\x14','\x19','\xd7','\x75','\x70','\x3d','\x1b','\xdf','\x97','\xf0','\x1d','\x5f','\xcc','\xb8','\xf8','\x3e','\xf8','\x32','\x9e','\x2b','\x61','\xdb','\x4e','\x30','\xa4','\x1c','\xf0','\x3f','\x08','\xce','\x99','\x80','\xe0','\xf9','\xa8','\x8e','\x3f','\xf1','\xe5','\xcb','\x34','\xe3','\x22','\xe3','\x49','\xb0','\x25','\x45','\x51','\xc4','\x3c','\x82','\x69','\x21','\x2b','\x51','\xe1','\x6e','\xe7','\x8a','\x0d','\x04','\x59','\x96','\x31','\x8c','\x10','\xe1','\x90','\x42','\x2e','\x97','\xa3','\x50','\x28','\xa0','\x1b','\x61','\x24','\x59','\x62','\x70','\xe0','\x06','\x97','\xdb','\x2e','\xb3','\x62','\xd9','\x6a','\xa6','\x4e','\x9d','\x4e','\x79','\x59','\x39','\xf1','\x78','\x12','\xd3','\xc9','\x52','\x28','\x14','\x18','\x8f','\x8f','\x91','\xc9','\xa6','\xa9','\xae','\xaa','\x66','\xe1','\xbc','\x85','\x3f','\x16','\x01','\xda','\xb0','\x76','\x2d','\x7f','\xfb','\x57','\xff','\x87','\x33','\x67','\xce','\xf1','\xf8','\x63','\x4f','\xd0','\xd9','\xd9','\xc9','\x9a','\x35','\x6b','\x78','\xf0','\xc1','\x07','\xd9','\xb4','\x7d','\x3b','\x1d','\xad','\x6d','\xec','\xdb','\xbf','\x8f','\xce','\xae','\x0e','\xae','\xf6','\x08','\x77','\xac','\xfa','\xfa','\x7a','\x5c','\xd7','\x65','\xa0','\xbf','\x1f','\xb3','\x60','\x52','\x55','\x55','\x85','\xac','\x28','\x0c','\x0e','\x0f','\x61','\x18','\x06','\xd5','\x55','\x95','\xc4','\xe3','\x09','\x5c','\xd7','\x25','\x93','\x49','\xd3','\xdb','\x7b','\x8d','\x59','\xb3','\x66','\xb1','\x6e','\xfd','\x3a','\x42','\x21','\x9d','\x4f','\xfc','\xd3','\x27','\x19','\x1d','\x1b','\xfd','\xbe','\x63','\x59','\xb6','\x64','\x09','\x7f','\xfe','\xe1','\x0f','\x73','\xe6','\xcc','\x59','\xbe','\xfa','\xd5','\x2f','\x23','\xe1','\x71','\xdb','\xae','\x5d','\x4c','\x9a','\xd4','\x8c','\xeb','\xda','\xa4','\x52','\x69','\xf6','\xed','\x7d','\x81','\x73','\xe7','\x4f','\x72','\x63','\xb0','\x9f','\x6b','\x57','\xaf','\x51','\x51','\x59','\x41','\x75','\x75','\x0d','\xa9','\x54','\x8a','\x6c','\x36','\x43','\x24','\x12','\x46','\x51','\x84','\x6d','\xba','\xa6','\x29','\x98','\xa6','\x90','\xe5','\x68','\x9a','\x4a','\x26','\x93','\x45','\x55','\x55','\x2a','\x2b','\x2b','\x50','\x14','\x85','\x5c','\xce','\x22','\x99','\x4c','\xb2','\x7d','\xdb','\x36','\xa6','\x4d','\x9b','\x41','\x5d','\x5d','\x1d','\x53','\xa7','\x4d','\xa7','\x2c','\x56','\x46','\x2a','\x95','\xc2','\xb4','\xac','\xff','\xe6','\xd8','\xf7','\xca','\xa8','\xac','\xa8','\xe0','\xb7','\xdf','\xf1','\x0e','\x46','\x47','\xc7','\x79','\xfe','\xf9','\xe7','\xb8','\x7a','\xb5','\x87','\xb5','\xeb','\xd6','\xf2','\x1b','\xbf','\xf9','\x9b','\x2c','\x5f','\xb6','\x82','\x2b','\xdd','\x9d','\xb4','\x5d','\x6a','\xe3','\xc2','\xf9','\x56','\x3a','\x3a','\x3a','\xe8','\xe8','\x6c','\x67','\xa0','\x7f','\x00','\x1f','\x08','\x85','\x42','\x54','\x56','\x54','\x31','\x38','\xd4','\x8f','\x63','\x17','\x88','\x44','\x45','\x87','\x22','\x12','\x89','\xa2','\x28','\x8a','\x90','\xa8','\x06','\x1d','\xd5','\x42','\xde','\xa4','\x2c','\x26','\xc2','\x34','\xf3','\xf9','\x3c','\x2b','\x57','\xae','\x66','\xca','\xd4','\x29','\x34','\x34','\x34','\xb2','\x60','\xc1','\x02','\xe6','\xce','\x9b','\xcb','\xe5','\xf6','\x4b','\xc4','\xc7','\xe2','\x24','\xd3','\x69','\xaa','\xaa','\x2a','\x7f','\x24','\x01','\x7a','\xe0','\xb5','\xaf','\xe1','\x4d','\x0f','\x3d','\xc4','\x37','\xbe','\xf1','\x0d','\x4e','\x9d','\x3c','\xc5','\xd4','\x69','\x53','\xb8','\x63','\xf7','\x9d','\xcc','\x9c','\x39','\x93','\x54','\x32','\xc1','\xe9','\x33','\xa7','\x38','\x77','\xee','\x1c','\x4d','\x4d','\x0d','\xdc','\x71','\xe7','\xed','\x4c','\x9e','\x3c','\x89','\xe7','\xf7','\xbe','\xf0','\x7d','\x9b','\x41','\x20','\xee','\x1d','\x6f','\x7a','\xf0','\x21','\x66','\xce','\x98','\xc9','\x57','\xbe','\xfa','\x15','\xf6','\xbe','\xf0','\x02','\x75','\xb5','\xb5','\xec','\xd8','\xbe','\x83','\xb9','\xf3','\xe6','\xe1','\x79','\x3e','\x87','\x0e','\x1d','\xe6','\x99','\xa7','\x9f','\xa1','\xa6','\xb6','\x86','\xd7','\xdc','\xff','\x1a','\x1a','\x1a','\x1a','\x78','\xcf','\xef','\xff','\x0e','\x43','\x23','\x43','\x3f','\xf0','\x18','\x35','\x4d','\xe3','\xdf','\xff','\xf9','\x5f','\xc1','\x87','\x67','\x9e','\x7a','\x86','\x93','\x27','\x4f','\x32','\x6b','\xf6','\x6c','\x76','\xdd','\x76','\x1b','\x1b','\x37','\x6d','\xa2','\xa6','\xa6','\x86','\x83','\x87','\x0e','\xf2','\xcc','\xd3','\xe2','\x67','\xfd','\xd7','\xaf','\x33','\x7d','\xc6','\x0c','\xd6','\xee','\xbc','\x85','\xf2','\xf2','\x32','\x72','\x99','\x0c','\x53','\xa7','\x4d','\x43','\x37','\x34','\xbe','\xf0','\xc5','\xcf','\xd1','\xd6','\xd6','\x8a','\xae','\x87','\xd1','\x34','\x1d','\xd7','\xf5','\x08','\x85','\xc3','\x98','\xa6','\x45','\x2a','\x95','\x0a','\xe2','\x0a','\x34','\xd2','\x99','\x1f','\x6e','\x27','\x3e','\x6f','\xce','\x6c','\xfe','\xe3','\xd3','\xff','\xca','\xde','\x7d','\xfb','\x78','\xf2','\xa9','\xa7','\x18','\x1b','\x1f','\xe7','\xce','\xdd','\xbb','\xd9','\xb8','\x69','\x13','\x96','\xe5','\x70','\xb5','\xf7','\x2a','\xdf','\xf8','\xfa','\x37','\xd9','\xb7','\x6f','\x2f','\xd9','\x6c','\x86','\xda','\xda','\x3a','\x14','\x45','\xc6','\x08','\x85','\x98','\x5c','\x31','\x35','\x90','\x0e','\xfb','\x94','\x97','\x57','\xe0','\x79','\x1e','\x66','\xa1','\x80','\xa6','\xa9','\x34','\x35','\x35','\x12','\x0a','\x47','\xf0','\x5c','\x97','\x5c','\x2e','\x47','\x32','\x99','\xc4','\x2c','\x98','\x58','\x96','\xc5','\xe0','\x8d','\x61','\xaa','\x2a','\xab','\xd8','\xb0','\x71','\x13','\xb5','\x0d','\x75','\x34','\xd4','\x37','\x12','\x09','\x47','\x19','\x8f','\x27','\x28','\x64','\x0b','\x28','\x8a','\x4e','\x79','\x45','\x05','\x23','\x3f','\x86','\x01','\xc6','\xa2','\x45','\x8b','\xf9','\xc3','\x0f','\x7e','\x88','\xf6','\xcb','\x97','\x39','\x71','\xec','\x04','\x8e','\xed','\xb0','\x73','\xfb','\x6d','\xdc','\x76','\xcb','\x6e','\x2a','\xca','\x2a','\x39','\x78','\xe8','\x20','\x4f','\x3d','\xf1','\x0c','\xe7','\xcf','\x5d','\x20','\x1a','\x8d','\xb0','\x69','\xc3','\x0a','\x16','\x2d','\x5e','\x42','\x2c','\x1a','\x15','\x7f','\x13','\x34','\x15','\x3d','\xc8','\x7d','\x13','\x16','\xed','\x13','\xdd','\x71','\x50','\x2d','\x99','\x4c','\x3a','\x4b','\x65','\x55','\x25','\x61','\x3d','\x44','\x3c','\x99','\xe0','\xfc','\x85','\xf3','\x9c','\x38','\x7e','\x9c','\x5c','\xbe','\x40','\x75','\x75','\x2d','\x4d','\x8d','\x93','\x90','\x65','\x45','\xc8','\xd2','\x6e','\xdc','\xa0','\xa9','\xb1','\x91','\x58','\xb4','\x8c','\x44','\x32','\x89','\xff','\x83','\x5a','\x95','\x01','\xa6','\x4f','\x9d','\xc6','\x07','\x7e','\xef','\x7d','\x9c','\x3e','\x7d','\x9a','\xa3','\xc7','\x8e','\x90','\xcf','\xe7','\xd8','\xb2','\x75','\x13','\x77','\xdc','\xb5','\x87','\x90','\x61','\xd0','\x71','\xf9','\x32','\xdf','\xfb','\xde','\xf7','\x38','\x76','\xec','\x38','\xb5','\xb5','\x55','\x2c','\x5a','\x3c','\x8f','\x15','\x2b','\x57','\xb1','\x72','\xf5','\x6a','\xa6','\x4c','\x9a','\x82','\x65','\x16','\x68','\x6b','\x6b','\xa5','\xf5','\x62','\x2b','\x85','\x7c','\x81','\xea','\xaa','\x6a','\x56','\xad','\x58','\xcd','\xe4','\xc9','\xd3','\x88','\xc7','\x13','\x5c','\xbd','\x7a','\x95','\x78','\x32','\x49','\x65','\x65','\x15','\xcd','\x4d','\x4d','\x22','\x83','\xcb','\xfe','\xc5','\x84','\xcf','\x96','\xf0','\x3f','\x8b','\x12','\x01','\xfa','\x35','\x47','\xc8','\x08','\xf1','\x95','\xff','\xfc','\x2f','\xa6','\x4e','\x99','\xc1','\xd0','\xf0','\x28','\xa7','\xce','\x9c','\xe5','\xe2','\x85','\x36','\x52','\xc9','\x34','\x9a','\x2a','\xf2','\x0a','\x2a','\xca','\xab','\x58','\xb7','\x7e','\x13','\x53','\x26','\x4f','\x65','\x68','\x70','\x94','\x13','\x27','\x4e','\x33','\x38','\x38','\x84','\xa1','\x87','\x84','\x0d','\x30','\x2a','\x4b','\x97','\x2c','\x67','\xcf','\x9e','\xbb','\x59','\xb1','\x7c','\x19','\x15','\x15','\x15','\x81','\x43','\x9a','\x08','\x73','\x93','\x24','\x85','\x6c','\x36','\xc3','\xbe','\x7d','\x2f','\x72','\xa5','\xa7','\x07','\x45','\x06','\xc3','\x10','\xf3','\x25','\xa9','\x74','\x82','\x6b','\xd7','\x7b','\x70','\x0e','\x9b','\x9c','\x3a','\x75','\x96','\x6b','\xd7','\xae','\x32','\x69','\xd2','\x24','\x76','\xdd','\xb6','\x83','\xc5','\x8b','\x17','\xe3','\xfb','\x3e','\x7f','\xfc','\x91','\x3f','\xe3','\xe8','\x89','\x93','\x3f','\xd3','\xdc','\x4f','\x4d','\x75','\x35','\x9f','\xfe','\x7f','\x9f','\x22','\x64','\x84','\x38','\x7c','\xf8','\x30','\xa7','\x4f','\x9d','\x02','\xdf','\xc7','\xf5','\x7d','\x86','\x47','\x46','\x30','\x2d','\x8b','\x68','\x24','\x0a','\xbe','\x70','\xae','\xd2','\x75','\x03','\xc3','\x30','\x84','\x05','\xb3','\x27','\xe1','\xd8','\x1e','\x2b','\x57','\x2e','\xe7','\x0d','\x6f','\x78','\x03','\x65','\xe5','\x31','\xa2','\xd1','\xf0','\xf7','\xfd','\x8e','\x7c','\x21','\x8f','\x55','\xc8','\x53','\xdf','\x58','\xcf','\xe4','\xc9','\x93','\xa9','\xa9','\xae','\xc6','\xb2','\x85','\xc4','\x21','\x9d','\xcd','\x12','\x8e','\x96','\x23','\x2b','\x1a','\xb6','\x6b','\x06','\x76','\xac','\x6e','\x10','\x0c','\xaa','\x62','\x39','\x26','\xae','\x1b','\xc2','\xf3','\x5c','\x14','\x0d','\x1c','\xcf','\xc4','\x72','\x14','\x7c','\xc9','\x41','\x92','\x5d','\xc2','\x11','\x31','\x93','\x22','\x2b','\x21','\x0c','\x23','\xca','\xf5','\xeb','\x7d','\x98','\x05','\x93','\x17','\xf7','\xee','\x43','\x95','\x64','\x16','\xcc','\x5f','\x40','\x3c','\x9e','\x60','\x70','\x70','\x88','\xbe','\xbe','\x3e','\x6c','\xc7','\x21','\x1a','\x0c','\x02','\x6f','\xd8','\xb0','\x81','\x55','\xab','\x56','\x33','\x67','\xce','\x5c','\xf2','\xb9','\x1c','\x1d','\x1d','\xed','\x5c','\xe9','\xe9','\xa1','\xac','\xac','\x8c','\xf9','\xf3','\xe7','\x33','\x77','\xee','\x5c','\xb6','\x6f','\xdf','\x4e','\xac','\xac','\x8c','\xd6','\xd6','\x56','\xd2','\xe9','\x14','\x95','\x95','\x95','\xf8','\x3e','\x98','\xf9','\x02','\xe1','\x50','\x58','\xc8','\xf5','\x42','\x1a','\xe1','\x50','\x18','\x4d','\x15','\x92','\x48','\xb1','\xb3','\xa8','\xa0','\xa9','\x46','\xd1','\xcd','\x4d','\x74','\x38','\x82','\xe1','\xf8','\x60','\x77','\x5d','\x04','\x83','\x4a','\xdf','\xff','\xa6','\x80','\x60','\x06','\x12','\xa8','\x9a','\x82','\xe3','\x44','\xb1','\x6c','\x9b','\x68','\x34','\x8a','\x84','\x4c','\x28','\x24','\xf2','\x51','\x1c','\xdb','\x23','\x91','\x4c','\x60','\x05','\x64','\x4d','\xe8','\xd0','\x3d','\xf2','\xf9','\x02','\xe9','\x4c','\x9a','\x91','\xe1','\x61','\xb2','\x99','\x0c','\x95','\x95','\x95','\x44','\xa2','\x51','\xe1','\x8a','\xe5','\xfa','\x54','\x55','\x55','\xe1','\xe3','\x93','\x48','\xc5','\xd1','\x74','\x0d','\x59','\x96','\x88','\x95','\xc5','\xc0','\xf3','\x18','\xe8','\xbf','\xce','\xb4','\x69','\x33','\x58','\xbe','\x7c','\x39','\x3b','\x6f','\xbd','\x85','\xce','\x8e','\x6e','\xb2','\x39','\x0b','\x5f','\xf2','\xb1','\x2c','\x13','\xcb','\xb6','\xc5','\x0c','\x96','\xae','\x11','\x0e','\x47','\x8a','\x32','\x50','\xd3','\x12','\x6e','\x7f','\x92','\x0f','\x9a','\xa1','\x0a','\xd3','\x02','\x7f','\xc2','\xa4','\xe2','\x66','\x98','\xe9','\xc4','\x62','\x55','\x54','\xbf','\x98','\x77','\xe4','\xf9','\x3e','\x04','\x59','\x40','\xa2','\xf9','\x23','\xb2','\x32','\x42','\xa1','\x10','\xbe','\xef','\x91','\x2f','\x14','\x88','\x44','\xa2','\xa8','\x8a','\x82','\x69','\x9a','\x28','\x8a','\xc8','\xa2','\xc9','\x66','\x53','\x78','\x7e','\x18','\xc3','\x08','\x23','\x4b','\x16','\xb6','\x6d','\xe2','\x7b','\x1e','\x56','\xc1','\x24','\x11','\x4f','\x22','\xf9','\x12','\x65','\xd1','\xb2','\x40','\x6e','\x26','\x3a','\x6c','\xb6','\x63','\x52','\xb0','\xb2','\x58','\xb6','\x09','\x12','\x94','\x57','\x94','\xff','\xe8','\xcf','\x48','\x55','\x15','\x9b','\x36','\xac','\xa7','\xb5','\xad','\x8d','\x47','\x1e','\xf9','\x26','\x3d','\x3d','\x57','\x58','\xb9','\x72','\x25','\xf7','\xdc','\x73','\x2f','\xb3','\x66','\xcd','\x62','\xa0','\xb7','\x97','\xe7','\x9f','\x7f','\x9e','\x17','\x5f','\xdc','\x4b','\x5f','\x7f','\x2f','\xd7','\xaf','\xf5','\x91','\x4a','\xa7','\xa9','\xad','\xad','\xa5','\xa6','\xa6','\x86','\x6c','\x56','\xb8','\x06','\x86','\x43','\x21','\x14','\x59','\x61','\x24','\x08','\x12','\xae','\xa9','\xad','\xc6','\x0a','\x6c','\x7c','\x0d','\x23','\x44','\x63','\x53','\x23','\xf7','\xdf','\x7f','\x3f','\x2b','\x96','\x2f','\xe3','\x1f','\x3e','\xf5','\xcf','\x3c','\xf1','\xf4','\x93','\xdf','\xd7','\x3d','\x30','\x74','\x9d','\x4f','\x7d','\xfc','\x13','\x0c','\x0d','\x0f','\xf1','\x8d','\x6f','\x3c','\x4c','\x3c','\x3e','\xce','\x3d','\x77','\xdf','\xcd','\xce','\x1d','\xdb','\x29','\x2f','\x2f','\xa3','\xab','\xb3','\x93','\xe7','\x9f','\x7f','\x81','\xc7','\x1f','\x7f','\x94','\xde','\x6b','\xdd','\xf8','\xb8','\x80','\x44','\x74','\x3c','\x42','\x7f','\x7f','\x7f','\xb0','\x3e','\x72','\xe0','\xfb','\xe8','\xc1','\xe7','\xd8','\xd0','\x75','\xcc','\x20','\x24','\xd4','\x08','\x1b','\x8c','\x0e','\x8f','\xa1','\xa8','\x82','\xd0','\x27','\xe2','\x49','\x22','\x91','\x72','\x74','\x5d','\x0f','\x48','\x86','\x43','\x3a','\x9d','\x22','\x99','\x4c','\xe0','\x79','\x3e','\xb5','\xb5','\xb5','\x34','\x35','\x36','\x15','\x73','\x4b','\x7e','\x10','\x74','\x4d','\xe3','\x9d','\xbf','\xf9','\x56','\xd6','\xac','\x5c','\xc1','\x97','\xbe','\x24','\x64','\x59','\x6b','\xd6','\xac','\xe1','\x8e','\xdb','\x6f','\x67','\xc1','\xfc','\x85','\xf8','\xf8','\x3c','\xf7','\xdc','\xf3','\x3c','\xff','\xc2','\xf3','\xdc','\xe8','\xbf','\xc1','\xe0','\xe0','\x10','\x8d','\x4d','\x0d','\xdc','\x7b','\xef','\xbd','\x44','\xa3','\x51','\xe2','\xf1','\xb8','\x58','\x53','\xca','\x32','\x2a','\xca','\x63','\xc8','\xb2','\x42','\x2e','\x27','\x76','\xdb','\x15','\x55','\x58','\x0e','\x87','\x0c','\x83','\x42','\xc1','\x24','\x9b','\x15','\x0e','\x5a','\x6d','\x6d','\xad','\xc4','\xe3','\xf1','\xc0','\x0a','\x3b','\x4c','\x24','\x12','\xa5','\xb6','\x0e','\xea','\xea','\x6a','\x69','\xbb','\x24','\xb2','\x63','\x90','\x28','\x86','\xa8','\xfe','\x20','\x54','\x94','\x97','\xf3','\xe6','\x87','\x1e','\xe2','\xec','\xd9','\xb3','\x3c','\xf9','\xe4','\x93','\x38','\x8e','\xc3','\x1d','\xb7','\xdd','\xc1','\xa6','\x8d','\x1b','\x91','\x24','\x9f','\xb6','\xb6','\x56','\x8e','\x1c','\x3a','\x4c','\x2e','\x9b','\x61','\xf7','\x9d','\x77','\xb0','\x78','\xe1','\x02','\xfe','\xf1','\x9f','\x3f','\xc9','\xde','\xfd','\x7b','\x5f','\xf1','\xf5','\x9a','\x1b','\x1b','\x79','\xcf','\x6f','\xbf','\x8b','\xd3','\x67','\x4e','\xf2','\xf4','\xd3','\x4f','\x91','\xcd','\xe6','\x78','\xd5','\xbd','\xf7','\xb3','\xe3','\x96','\x5b','\x88','\x46','\xc3','\x5c','\xbc','\xd8','\xca','\xb1','\x63','\xc7','\xc8','\xe5','\x0a','\xec','\xd9','\x73','\x37','\x9b','\xb7','\x6e','\xa5','\xef','\x7a','\x1f','\xe7','\x2e','\x9c','\xfb','\xa1','\x32','\xe7','\xda','\xea','\x1a','\xa2','\x91','\x10','\x57','\xaf','\xf6','\x70','\xae','\xa5','\x85','\x58','\x2c','\xc6','\xad','\xb7','\xdc','\xc2','\x96','\x2d','\x5b','\x88','\x84','\xc3','\x9c','\x3b','\x7b','\x96','\x6f','\x7e','\xe3','\x9b','\x9c','\x39','\x73','\x86','\x9a','\x9a','\x1a','\xee','\xdc','\xbd','\x9b','\xd5','\xab','\x57','\xb3','\x64','\xc9','\x12','\x26','\x4d','\x9a','\x84','\x99','\xcf','\x33','\x3a','\x36','\xce','\xb1','\xe3','\x47','\x90','\x24','\x9f','\xb2','\xb2','\x32','\x66','\xcf','\x9e','\x4d','\x53','\x53','\x13','\xb9','\x5c','\x8e','\x1b','\x83','\x83','\xe4','\xf3','\x39','\xa6','\x4e','\x99','\xcc','\xec','\xd9','\xb3','\x71','\x3c','\xef','\x87','\x1a','\x48','\x84','\x0c','\x83','\x7f','\xf9','\xc7','\x7f','\xc0','\x97','\xe0','\xd8','\xf1','\xe3','\x5c','\x6a','\x6b','\x63','\xf5','\xea','\xd5','\xdc','\x76','\xdb','\x2e','\x5c','\xd7','\xa1','\xb7','\xb7','\x97','\xc7','\x9f','\x78','\x9c','\xd3','\xa7','\x4f','\xa2','\xeb','\x3a','\x1b','\x36','\xec','\x62','\xe7','\xce','\x1d','\x84','\xc3','\x11','\x1c','\xd7','\xa6','\xac','\xac','\x9c','\x7c','\x2e','\x8f','\xe3','\xba','\x54','\x57','\x09','\xeb','\xf5','\x64','\x22','\x81','\xac','\xc8','\x94','\x97','\x57','\x20','\xcb','\x72','\xb1','\xf3','\x6e','\x59','\x16','\xd7','\xae','\x5d','\xe3','\x85','\x17','\x5e','\xe0','\xc0','\x81','\x03','\xc4','\xe3','\x09','\xf2','\x85','\x02','\x86','\x61','\x50','\xdf','\x50','\xc7','\x94','\x29','\x53','\x48','\xb4','\x77','\x92','\x4e','\x67','\x71','\x1d','\x4f','\x04','\x54','\xff','\x08','\x18','\x86','\xc1','\xdf','\x7f','\xfc','\x93','\x8c','\x8f','\xc6','\xf9','\xca','\x97','\xbf','\x4a','\xfb','\xe5','\x0e','\xee','\xdc','\x7d','\x07','\xb7','\xdf','\xb6','\x9b','\xb2','\x58','\x35','\x17','\xcf','\xb7','\xf2','\x8d','\xaf','\x3d','\x42','\xc7','\xa5','\x2e','\x36','\x6f','\xdc','\xca','\x1d','\x77','\xdc','\xc9','\xb4','\xe9','\xd3','\x31','\x42','\x06','\xb2','\x4f','\x30','\x9f','\x06','\x6e','\xd0','\xd5','\xf6','\x7c','\x91','\xf5','\x33','\x91','\xaf','\x53','\x53','\x56','\xc9','\x40','\x5f','\x3f','\xd5','\xd5','\x55','\xcc','\x9e','\x35','\x87','\x44','\x32','\x41','\x6f','\x6f','\x0f','\x9e','\xe7','\x31','\x63','\xfa','\x74','\xb6','\x6e','\xd9','\xca','\xd4','\xa9','\x53','\x49','\x24','\x12','\x5c','\xbe','\x7c','\x89','\xe1','\xe1','\x61','\x16','\x2c','\x58','\x80','\x6e','\x68','\xa4','\x52','\xa9','\x1f','\xba','\x16','\x64','\x59','\xe6','\x1f','\xff','\xf6','\x63','\x84','\x42','\x06','\xc7','\x4f','\x1c','\x65','\x70','\xe8','\x06','\x0b','\x17','\xce','\xe7','\x9e','\x7b','\xee','\x62','\xda','\x9c','\x19','\x9c','\x3b','\x79','\x86','\xa7','\x9e','\x7c','\x82','\x43','\x87','\x0e','\x12','\x32','\x42','\x6c','\xdd','\xb2','\x85','\x6d','\xdb','\x37','\x31','\x67','\xee','\x3c','\xca','\x6a','\x6b','\x19','\xec','\xeb','\x63','\xef','\xf3','\xcf','\x73','\xf8','\xd0','\x61','\x7a','\xaf','\xf5','\xe2','\x03','\xcb','\x57','\xac','\x60','\xcb','\xb6','\xad','\x34','\x35','\x37','\x71','\xf1','\x62','\x2b','\xed','\x97','\xdb','\xc1','\xf7','\x59','\xb6','\x6c','\x39','\x73','\xe6','\xcc','\x63','\x7c','\x7c','\x9c','\xf1','\x44','\xe2','\x47','\x5e','\xd7','\x12','\xfe','\xff','\x8f','\x12','\x01','\xfa','\x35','\xc7','\x94','\x49','\x93','\x68','\x9a','\x34','\x09','\xdb','\x71','\x38','\x77','\xf6','\x3c','\xcf','\x3e','\xf3','\x2c','\x43','\xc3','\x23','\x94','\x95','\x95','\x91','\xcb','\xe5','\xf1','\x7d','\x8f','\xed','\xdb','\x77','\xb0','\x69','\xe3','\x26','\x64','\x49','\xe1','\xf8','\x89','\x93','\x74','\xb4','\x77','\xe2','\x3a','\x3e','\xaa','\xaa','\xe0','\x79','\x50','\xdf','\xd0','\xc0','\x8a','\x15','\xab','\x58','\xbc','\x68','\x21','\xd5','\x35','\xb5','\xd8','\x96','\xb0','\x50','\xf6','\x3c','\x8f','\x48','\x28','\x8c','\x1e','\xd2','\x31','\x2d','\x13','\x55','\x51','\x28','\x14','\x44','\x87','\x41','\x55','\x54','\x4c','\xcb','\xe4','\x5a','\x5f','\x2f','\x99','\x4c','\x1a','\x45','\x55','\xe8','\xeb','\xeb','\x27','\x1a','\x89','\xb1','\x68','\xd1','\x46','\x76','\xec','\xd8','\x41','\x6d','\x6d','\x2d','\x89','\x44','\x92','\xe7','\x5e','\xd8','\xfb','\x33','\xef','\xb8','\x2c','\x9c','\x3f','\x8f','\x8a','\xf2','\x0a','\x3a','\x3a','\x3a','\xd8','\xbb','\x77','\x2f','\x2f','\xbc','\xf0','\x02','\x8a','\xa2','\x50','\x56','\x56','\x86','\xef','\x79','\x94','\x95','\x97','\x33','\x73','\xe6','\x0c','\x92','\xc9','\x24','\x9d','\x5d','\x5d','\x14','\xf2','\x26','\x8a','\xaa','\x10','\x32','\x42','\xf8','\x9e','\x44','\x22','\x91','\xc2','\x75','\x1c','\x76','\xdf','\xb9','\x9b','\x48','\x2c','\xfa','\x8a','\x3b','\xc1','\xae','\xe7','\xd1','\xd3','\xdb','\xc3','\xcc','\xd9','\x33','\xd9','\xb6','\x75','\x2b','\x63','\x63','\xa3','\x5c','\xbe','\xdc','\x46','\x36','\x9b','\x27','\x5f','\x30','\xd1','\x42','\x06','\xaa','\x1e','\x12','\x72','\xb7','\xc0','\xf0','\x60','\xc2','\xe6','\xda','\x99','\x38','\x3f','\x49','\xc2','\xb6','\x2d','\x34','\x55','\xc3','\x76','\x1c','\xcc','\x82','\x70','\x26','\x8b','\xc5','\x22','\x74','\x75','\xf5','\x60','\x5b','\x05','\x14','\xc5','\x23','\x1c','\x36','\x70','\x1c','\x9b','\x7d','\xfb','\x5e','\x24','\x97','\xcf','\xf3','\x3b','\xd3','\x67','\x30','\x6f','\xde','\x7c','\xea','\xea','\xea','\x18','\x19','\x19','\x41','\x96','\x65','\xa6','\x4c','\x99','\xc2','\xee','\xdd','\xbb','\xb9','\xfd','\xf6','\xdb','\x83','\xe4','\x78','\x9b','\x4c','\x26','\x45','\x38','\x12','\x66','\xfa','\xf4','\xe9','\x84','\x42','\x21','\x26','\x4f','\x99','\x42','\xd3','\xa4','\x49','\x44','\xa3','\x51','\x56','\xaf','\x5e','\xcd','\x95','\xee','\x6e','\x46','\x46','\x47','\x69','\x68','\x6c','\xc0','\x75','\x1c','\xd2','\xa9','\x8c','\xf8','\xe3','\xe6','\x7b','\x28','\x8a','\x52','\xb4','\x01','\x77','\x1c','\x1b','\xdb','\x71','\x85','\xc4','\x41','\xd6','\x91','\x11','\x99','\x4e','\x13','\xa1','\xad','\x8e','\xe3','\xe1','\x3a','\x8e','\x70','\x2d','\x0b','\x66','\xa9','\x60','\x22','\xd1','\x5c','\x0a','\x08','\x93','\x27','\x1e','\x23','\xf2','\xa5','\x3c','\xcf','\xc2','\xf7','\xc5','\x1f','\x64','\x3f','\x70','\x8a','\x73','\x1c','\x8f','\xfe','\xfe','\x01','\x4e','\x9f','\x3e','\x4d','\xef','\xd5','\x1e','\x62','\xb1','\x72','\xaa','\xaa','\x6a','\xc8','\xe6','\x32','\x64','\x53','\x19','\x0c','\x35','\x08','\xd3','\x54','\x15','\xf0','\xfd','\xa2','\x3d','\xb6','\xe7','\xba','\x54','\x57','\x57','\x23','\xcb','\x1a','\xe3','\x63','\xe3','\xf8','\x9e','\x47','\x75','\x75','\x2d','\xeb','\xd6','\xad','\xa5','\xb6','\xba','\x96','\xe6','\xe6','\x26','\x6a','\x6a','\xab','\xd9','\xb6','\x6d','\x3b','\xd3','\xa7','\xcf','\xe4','\xe2','\xf9','\x4b','\xf4','\xf5','\xf5','\xe3','\x7a','\x1e','\x86','\x6e','\x50','\x30','\x0b','\x38','\xb6','\x05','\x88','\xbc','\x0d','\x4d','\xd3','\x70','\x1c','\x9b','\x42','\x90','\xe7','\xa3','\xaa','\x2a','\xba','\x1e','\x10','\x64','\xdf','\x17','\x46','\x20','\x7e','\xf1','\x2d','\x2c','\x3e','\x56','\x34','\x82','\xb0','\xd7','\xa0','\x13','\x14','\x10','\x20','\x29','\x08','\x3e','\xf5','\x3d','\x3f','\x70','\x4f','\x52','\xc8','\x66','\xb3','\x45','\xc9','\x98','\xef','\x7b','\x64','\xb3','\x05','\x4e','\x9f','\x3e','\xc5','\xd1','\xa3','\x87','\x28','\x14','\x0a','\xd4','\xd6','\xd6','\x62','\x16','\x2c','\x32','\xd9','\x34','\x78','\x3e','\x65','\x65','\x51','\xc2','\x91','\x28','\xae','\x27','\xba','\x67','\xe2','\xb8','\x34','\x64','\x45','\x13','\x36','\xb4','\xaa','\x82','\x2c','\x83','\xeb','\x3a','\xdc','\xbe','\x7d','\x17','\x8f','\x3c','\xfa','\x83','\x33','\x35','\x14','\x45','\xe1','\x55','\x77','\xdf','\xc5','\x9e','\x3b','\x6e','\xe7','\x9b','\xdf','\xfa','\x16','\x17','\xdb','\x5a','\x99','\x17','\x84','\x13','\x6e','\xdf','\xb1','\x13','\x4d','\x53','\x79','\xfc','\xb1','\x27','\x78','\xfc','\xf1','\x27','\x18','\x1e','\x19','\x64','\xde','\xfc','\xd9','\x6c','\xdf','\xb6','\x0d','\xd3','\x14','\x73','\x74','\x75','\x75','\x75','\x54','\x94','\x97','\x93','\xcd','\x65','\x31','\x6d','\x9b','\xb0','\x11','\xc2','\xb1','\x2d','\x3c','\xdf','\x23','\x56','\x56','\x8e','\x69','\x8a','\x5d','\x6b','\x7c','\x9f','\xf2','\x8a','\x32','\x6e','\xbd','\x75','\x17','\x9e','\x0d','\x4f','\x3d','\xfb','\xcc','\x2b','\xe6','\xeb','\xcc','\x99','\x35','\x9b','\xaa','\xaa','\x2a','\x5e','\x7c','\xf1','\x45','\x5e','\x78','\x61','\x2f','\x73','\xe6','\xcc','\xe1','\xae','\xbb','\xef','\x0a','\x66','\x7c','\x2c','\x2e','\x5f','\xbe','\xc4','\x77','\x1f','\xfd','\x2e','\x37','\x6e','\xf4','\xb3','\x69','\xf3','\x46','\x56','\xae','\x5a','\xce','\x94','\x49','\xd3','\x50','\x14','\x45','\xc8','\xd8','\xa2','\x51','\x0c','\xc3','\x20','\x95','\x48','\xe0','\x78','\x2e','\x92','\xac','\x10','\x09','\x89','\x9d','\x7d','\xd3','\x2a','\x50','\x56','\x5e','\x46','\x32','\x9e','\xc4','\xb1','\x6d','\xae','\x5d','\xef','\xe3','\xe9','\xa7','\x9f','\x21','\x9d','\xca','\xb0','\x74','\xe9','\x62','\x36','\x6e','\xdc','\x48','\x4d','\x4d','\x0d','\x57','\xaf','\x5e','\xe5','\xe4','\xc9','\x13','\xe4','\x72','\x39','\x16','\x2e','\x5c','\x48','\x7d','\x7d','\x3d','\x7f','\xff','\x8f','\xff','\x88','\xf3','\x43','\xe6','\x7f','\x36','\xac','\x5d','\xc3','\x07','\xdf','\xff','\x7e','\x1e','\x7b','\xec','\x31','\x0e','\x1d','\x3a','\x84','\xae','\xeb','\xec','\xdc','\xb9','\x93','\xad','\x5b','\xb7','\xe1','\x3a','\x36','\xc7','\x4e','\x9f','\xe2','\xd8','\xb1','\x63','\x8c','\x8f','\x8d','\x33','\x7f','\xc1','\x7c','\xd6','\x6f','\x58','\xcf','\xe6','\xcd','\x9b','\xb9','\xfd','\xf6','\xdb','\x71','\x3d','\x8f','\xeb','\x7d','\x7d','\x68','\x9a','\x8e','\x11','\x16','\x64','\x36','\x93','\xce','\x92','\xcf','\x67','\x89','\x45','\x63','\x38','\x8e','\x8f','\x65','\xd9','\x54','\x55','\x55','\xa2','\x28','\x2a','\xb6','\xe5','\x70','\xbe','\xe5','\x02','\xfd','\x03','\xfd','\xd4','\xe6','\x0a','\xcc','\x98','\x3e','\x9d','\x58','\x2c','\x46','\x3a','\x9d','\xa2','\xab','\xfb','\x0a','\xdd','\x5d','\xdd','\x54','\x56','\x56','\x52','\x55','\x53','\x85','\xe7','\x79','\x0c','\x0c','\xfc','\xe0','\x80','\x4c','\x55','\x51','\x78','\xed','\xfd','\xaf','\xc6','\xc7','\xe7','\xe9','\xa7','\x9f','\xa6','\xbd','\xbd','\x9d','\xad','\x5b','\xb7','\x72','\xc7','\x9d','\x77','\x52','\x5b','\x5b','\xc7','\xf5','\xeb','\xfd','\x1c','\x3c','\x74','\x90','\x96','\xf3','\x2d','\x4c','\x9b','\x31','\x9d','\xf5','\x1b','\x36','\xa2','\xaa','\x1a','\x5f','\xf8','\xca','\x97','\x5e','\xf1','\xfd','\x33','\x74','\x9d','\x37','\xbe','\xfe','\x41','\xb2','\xd9','\x0c','\xdf','\xfd','\xee','\x77','\x68','\xef','\xb8','\xcc','\x9a','\x35','\xab','\xd8','\xb6','\x6d','\x2b','\x4d','\x8d','\x8d','\xdc','\xb8','\x31','\xc0','\xbe','\xbd','\x7b','\x69','\xef','\x68','\x67','\xc1','\x82','\xf9','\xac','\x5f','\xbb','\x06','\xd3','\x34','\x69','\x69','\x39','\xfb','\x43','\x07','\xde','\x25','\x49','\xe2','\x23','\x1f','\xfc','\x30','\x8a','\xa2','\xd1','\xde','\xde','\xc1','\xf0','\xf0','\x10','\xf3','\xe6','\xcf','\x67','\xcb','\xe6','\x2d','\x4c','\x9d','\x3a','\x95','\xce','\xce','\x0e','\xbe','\xf5','\xed','\x47','\x38','\x7a','\xf4','\x28','\xd5','\xd5','\xd5','\xec','\xd8','\xb1','\x83','\x3d','\x7b','\xf6','\xd0','\xd4','\xd4','\x84','\x2c','\x4b','\x64','\xb3','\x79','\xae','\x5c','\xbd','\x2a','\x3a','\x02','\xc7','\x8f','\x09','\xe9','\xda','\x2d','\xb7','\xb2','\x6b','\xd7','\xad','\xcc','\x99','\x33','\x87','\xee','\xee','\x6e','\x9e','\x7b','\xf6','\x59','\x06','\x07','\x07','\x99','\x3f','\x6f','\x2e','\x75','\x75','\xb5','\x8c','\x0c','\x0f','\xff','\xd0','\x1c','\xa2','\xed','\x5b','\xb7','\x30','\x75','\xda','\x54','\x0e','\x1e','\x38','\xc0','\xb9','\x53','\xa7','\xa9','\xa8','\xa8','\xe0','\xb5','\x0f','\x3c','\xc0','\xbc','\x79','\xf3','\x19','\x1a','\x1c','\xe4','\xcc','\x99','\x33','\xec','\xdb','\xbb','\x0f','\xf0','\xd8','\xbd','\xfb','\x4e','\x36','\x6c','\xd8','\xc4','\xe4','\xc9','\x93','\xc8','\xe7','\xf3','\xa4','\x52','\x49','\xc2','\xe1','\x08','\x86','\x26','\x9c','\x27','\x25','\x49','\xdc','\x0b','\x34','\x5d','\x27','\x1c','\x89','\xa0','\x68','\x1a','\xd9','\x4c','\x06','\x5d','\xd3','\x98','\x31','\x63','\x06','\x93','\x26','\x4d','\xe2','\xf2','\xe5','\xcb','\x1c','\x3d','\x72','\x04','\xcd','\x30','\xa8','\xa9','\xad','\x09','\x88','\xbd','\xc5','\xf5','\xbe','\x3e','\x12','\xf1','\x38','\xb1','\x48','\x94','\x50','\x38','\x4c','\x3e','\x2b','\x3a','\x46','\x3f','\x0a','\x0b','\x16','\x2c','\xa2','\xb9','\xb9','\x99','\x63','\x47','\x8f','\xb2','\x77','\xdf','\x5e','\x6a','\x6b','\xeb','\xb9','\xe7','\xee','\x7b','\x59','\xb6','\x6c','\x19','\x23','\xa3','\x83','\x1c','\x3c','\x78','\x88','\x93','\x27','\x4f','\x11','\x0e','\x87','\xd9','\xb8','\x69','\x0b','\xab','\x56','\xaf','\xe5','\x4a','\x77','\x17','\x27','\x9e','\x3f','\x49','\x32','\x91','\x08','\xc2','\x5a','\xed','\x20','\xbb','\xca','\x2e','\xce','\x71','\x8a','\x37','\x4c','\xa6','\x42','\x0f','\x91','\xcf','\xe5','\x59','\xbb','\x76','\x2d','\x91','\x48','\x94','\x64','\x32','\xc9','\xff','\xc7','\xde','\x7b','\xc7','\x49','\x76','\x9d','\x75','\xde','\xdf','\x73','\x6e','\xa8','\xd8','\xd5','\x39','\x4f','\xf7','\xe4','\x9c','\x73','\x92','\x26','\x8f','\x82','\x2d','\x59','\x96','\xb3','\x0d','\x36','\x38','\xe0','\xc5','\x5e','\x60','\x89','\x0b','\xec','\x2e','\x69','\x77','\x81','\x77','\x61','\x59','\x60','\x81','\x65','\xc1','\xe4','\x6c','\x5b','\x96','\xe5','\xa4','\x2c','\xcd','\x8c','\x26','\x69','\x72','\xce','\xd3','\x93','\x3a','\xe7','\xee','\xca','\x75','\xd3','\x79','\xff','\x38','\xb7','\xaa','\xc7','\xb6','\x64','\x63','\xb0','\x31','\x78','\xfb','\xf9','\x68','\x34','\x3d','\x5d','\x55','\xb7','\xee','\x3d','\xe1','\x39','\x4f','\xf8','\x3d','\xbf','\xe7','\xda','\xd5','\xeb','\x8c','\x8d','\x8e','\xb1','\x7b','\xcf','\x6e','\x36','\x6c','\xdc','\x40','\x32','\x99','\xe4','\xfc','\xb9','\xf3','\x5c','\xbc','\x74','\x09','\x29','\x25','\x8b','\x17','\x2f','\x26','\x12','\xb1','\xf9','\xad','\xdf','\xfd','\xbd','\x6f','\x08','\x85','\x8c','\x46','\xa2','\x74','\x74','\x76','\xd2','\xdd','\xdd','\xcd','\xe9','\x93','\x67','\x00','\xd8','\xb8','\x71','\x23','\x4b','\x97','\x2c','\x25','\x3d','\x34','\xc2','\xc1','\x7d','\xfb','\x38','\x70','\xf0','\x20','\xd1','\x68','\x94','\x27','\x1e','\x7f','\x9c','\x77','\xbf','\xf7','\x3d','\xb4','\xcf','\xee','\x60','\x64','\x60','\x80','\xc3','\x5f','\xf8','\x02','\x2f','\xbe','\xf8','\x02','\x47','\x0e','\x1f','\x26','\x5f','\x28','\x32','\x77','\xee','\x5c','\x76','\xef','\xde','\xcd','\xb6','\x6d','\xdb','\x58','\xb5','\x6a','\x15','\x43','\x43','\x83','\xbc','\xf0','\xc2','\xf3','\x1c','\x3e','\x72','\x98','\x58','\x2c','\xc6','\xf2','\x65','\xcb','\x48','\x24','\x12','\xfc','\xd0','\x27','\x3f','\x39','\xdd','\x0c','\xf5','\x7b','\x44','\xa6','\x1d','\xa0','\xef','\x41','\x11','\x80','\x71','\x5f','\xb4','\xcf','\x34','\x8c','\x8a','\xc1','\x05','\x61','\xe4','\x59','\x1a','\x34','\x37','\x36','\xf2','\xdb','\xbf','\xf6','\x1b','\x10','\x08','\x7a','\xbb','\xfb','\xb9','\x71','\xad','\x8b','\xcb','\x17','\xae','\x91','\xcd','\xe7','\xa9','\xad','\xa9','\x66','\x3c','\x3f','\xc9','\x8c','\x19','\xed','\xec','\xdd','\xfd','\x08','\x33','\xda','\x66','\x73','\xfa','\xf4','\x69','\xae','\x5e','\xb9','\x49','\xa9','\xe8','\x62','\x48','\x9b','\xb1','\xd1','\x09','\x2c','\xcb','\x64','\xcd','\xaa','\x0d','\x2c','\x5d','\xb2','\x82','\x44','\xbc','\x9a','\x89','\xb1','\x0c','\x37','\xbb','\x6e','\x32','\x34','\x38','\x48','\xaa','\x3a','\x45','\x73','\x53','\x13','\xf1','\x78','\x0c','\xa4','\xa0','\xa1','\xb1','\x89','\xa5','\x4b','\x97','\xd2','\xdc','\xdc','\xa4','\x53','\xe7','\xd2','\x20','\x9b','\xcf','\xe1','\x07','\xba','\x97','\x45','\x55','\x55','\x44','\xf7','\xfc','\xd9','\xbb','\x9d','\x86','\x86','\x26','\x6c','\xdb','\xa4','\xbb','\x7b','\xf8','\x9b','\xc2','\x0f','\xbe','\x99','\x48','\x29','\xf9','\xe9','\xff','\xf0','\x63','\x14','\x8b','\x45','\xee','\xdc','\xb9','\xc3','\xe0','\xe0','\x90','\x36','\x32','\x6c','\x4b','\x37','\x22','\xb5','\x6d','\xd6','\xac','\x5e','\xcd','\x9e','\x3d','\x7b','\xb8','\x7b','\xf7','\x2e','\xc5','\x92','\xc3','\xad','\xae','\xdb','\xe4','\xf3','\x39','\x54','\xa0','\x88','\xc7','\x93','\x08','\xa5','\x70','\x5c','\x97','\x92','\xe3','\x60','\xbb','\xfa','\xe0','\x89','\x46','\x22','\xb8','\xae','\xab','\x47','\x5c','\x68','\x83','\xfd','\xea','\xd5','\x6b','\x2c','\x59','\xb4','\x84','\xfa','\xc6','\x06','\xf6','\xec','\xdd','\xc3','\xd6','\xad','\x9b','\x49','\x26','\xab','\xf0','\x3d','\xc5','\x44','\x26','\x8d','\x90','\x82','\x78','\x34','\x4e','\xc4','\xb6','\x2a','\xc5','\xd8','\x25','\xb7','\x84','\x53','\x72','\x70','\x5d','\x4f','\x47','\x71','\x63','\x31','\x50','\x8a','\xf1','\xf1','\x71','\x8a','\x61','\x56','\x20','\x12','\xb1','\x39','\xfa','\xfa','\x31','\x5e','\x7e','\xe5','\x45','\xba','\xba','\xae','\xa3','\x94','\x22','\x99','\x4c','\x32','\x31','\x99','\xa6','\xbb','\xa7','\x07','\xd7','\x75','\x75','\x06','\x24','\x9e','\x80','\x10','\x8b','\xdd','\xdc','\xdc','\xc2','\xf2','\x65','\xcb','\x48','\x26','\x12','\xf4','\xf6','\xf5','\x11','\x04','\x01','\xa9','\x54','\x8a','\xd9','\xb3','\xe7','\x10','\x8f','\xc7','\x89','\x44','\x22','\xe4','\xf3','\x79','\xfa','\xba','\xbb','\xf1','\x7d','\x9f','\x95','\x2b','\x57','\xb2','\x72','\xe5','\x4a','\xd2','\xe9','\x34','\xf1','\x78','\x5c','\x47','\xca','\x6d','\x5b','\xc3','\xc1','\x94','\xa2','\xe4','\x38','\x78','\x25','\x27','\xec','\x49','\x22','\x42','\xa8','\x9a','\x08','\xd7','\x93','\xc4','\x90','\x52','\x33','\x54','\xa1','\xc9','\x10','\xca','\x90','\x31','\x29','\x24','\x32','\xc4','\xad','\x97','\x89','\xdf','\x14','\xaa','\xdc','\xf2','\x13','\x50','\x14','\x0a','\x9a','\x66','\xdd','\xb6','\xed','\xb0','\x2f','\x50','\x40','\x22','\x51','\x45','\x24','\x12','\xe1','\xe4','\xc9','\xd3','\x64','\xb3','\x59','\xfa','\xfb','\x7a','\x09','\x7c','\x3f','\x64','\x4c','\xd2','\x50','\xb9','\x44','\x75','\x92','\xe6','\x96','\x16','\x6c','\x3b','\x42','\xa1','\xa4','\x9b','\x08','\x2a','\x20','\x57','\x28','\x10','\x2b','\xea','\xc6','\x87','\xc5','\xa2','\x83','\xe7','\x79','\xb4','\xb7','\xb7','\xd1','\xd6','\xa6','\xa3','\xf8','\x8e','\xe3','\x50','\x2c','\x14','\xb0','\x2c','\x68','\x6d','\x6e','\xa7','\x6a','\x73','\x0d','\xcb','\x97','\x17','\x49','\x55','\x55','\xd1','\xd8','\xd4','\x48','\x10','\x78','\x14','\x0b','\x05','\x3c','\xdf','\xab','\x38','\x33','\xbe','\x1f','\x84','\xf5','\x4a','\x56','\x48','\xff','\x1a','\x36','\x73','\x15','\x62','\xca','\xf9','\x29','\x63','\xfa','\x50','\x28','\x01','\x42','\x04','\x15','\x6f','\x48','\x88','\xb0','\xa9','\x29','\x65','\x06','\x2e','\xcd','\x6e','\xe7','\xb8','\x2e','\xc9','\x44','\x82','\x5c','\x36','\x4b','\xc9','\x71','\x74','\xc1','\x7b','\x2c','\xc6','\xc8','\xc8','\x08','\x2a','\xf0','\xb8','\x74','\xf9','\x3c','\xc5','\x62','\x0e','\x29','\x24','\x41','\xa0','\x20','\x10','\x98','\x66','\x84','\xea','\x54','\x0d','\xd5','\xd5','\x29','\xbc','\xc0','\x23','\x97','\xcf','\xea','\x7a','\x16','\x34','\x79','\x87','\x69','\xda','\x98','\x86','\x89','\x21','\x05','\x2a','\xf0','\x71','\xdc','\x62','\x65','\xae','\xde','\x48','\xb6','\x6e','\xda','\xc8','\x8f','\x7e','\xf2','\x13','\x9c','\x3c','\x71','\x92','\x93','\xa7','\x4e','\x61','\x98','\x06','\x3b','\x76','\xec','\x64','\xfe','\xbc','\x05','\x04','\x41','\xc0','\xcd','\x1b','\x5d','\x1c','\x3a','\x74','\x88','\x9b','\x37','\x6f','\x30','\x6f','\xde','\x5c','\x1e','\xda','\xf3','\x30','\x9b','\x37','\x6f','\x01','\x60','\x78','\x78','\x18','\x01','\xd8','\x76','\x04','\xd7','\xf7','\x90','\x06','\x44','\x4c','\x5b','\xf7','\x7f','\x8a','\x46','\x88','\xc5','\x62','\x95','\x5a','\x9b','\x62','\xa1','\xc8','\xe8','\xd8','\x28','\x99','\xc9','\x2c','\xbf','\xf5','\x3b','\xbf','\xcf','\xe0','\x1b','\xd0','\xf4','\xd6','\xd5','\xd4','\xf2','\xa9','\x3f','\xf8','\x43','\x46','\x47','\x47','\x39','\x7c','\xf8','\x30','\x9e','\xe7','\xb1','\x68','\xd1','\x22','\x5a','\x5a','\x5b','\xf0','\x03','\x9f','\x9e','\x7b','\x3d','\x9c','\x3f','\x7f','\x1e','\xcf','\x75','\xd9','\xb5','\x6b','\x37','\x1f','\xf8','\xc0','\xbb','\x99','\x3d','\x7b','\x26','\xb6','\x15','\xa5','\x58','\x2a','\x32','\x3a','\x3a','\x42','\x43','\x7d','\x03','\xc9','\xaa','\x2a','\x86','\x86','\x86','\xc2','\xfa','\x3a','\x5b','\xcf','\x7b','\xa9','\x44','\x3a','\x9b','\xa5','\xa5','\xb9','\x89','\xda','\xda','\x5a','\x4a','\xa5','\x12','\x2f','\xbf','\xfc','\x12','\x87','\x0f','\x1d','\x25','\x3d','\x99','\x65','\xed','\xda','\x75','\x6c','\xdb','\xb6','\x9d','\xea','\xea','\x1a','\xfa','\xfb','\xfa','\xb9','\x74','\xe9','\x32','\xc9','\x54','\x15','\x1b','\x36','\x6e','\x24','\x08','\x02','\xbe','\xf2','\xdc','\x0b','\x6f','\xaa','\x67','\xa2','\x91','\x08','\x5b','\x36','\x6f','\xe6','\xde','\xdd','\x7b','\x5c','\xbc','\x78','\x89','\x58','\x3c','\x46','\x5b','\xfb','\x0c','\x66','\x74','\x74','\xd0','\xde','\xde','\xce','\xf0','\xd0','\x10','\xcf','\x3f','\xff','\x7c','\x85','\x3d','\xed','\xfb','\xbe','\xef','\xfb','\x88','\xc5','\x62','\xe4','\xf3','\x79','\x8e','\xbe','\xfe','\x3a','\x3d','\x3d','\x3d','\x38','\xae','\x43','\x7b','\x4b','\x2b','\x25','\xb7','\xc8','\xc8','\xe8','\x10','\x85','\x42','\x89','\x44','\x2c','\x46','\x4d','\x6d','\x2d','\x63','\xe3','\x13','\xe4','\x32','\x39','\xe6','\x2f','\x58','\xc0','\xe2','\xc5','\x4b','\x48','\x55','\xa5','\x98','\x4c','\x4f','\x32','\x34','\x30','\xc4','\x8c','\x19','\x33','\x58','\xb6','\x7c','\x59','\x18','\x34','\x9a','\xe0','\xc0','\xfe','\x03','\x74','\xdf','\xeb','\x66','\xf3','\xd6','\x4d','\xb4','\xb7','\xb6','\x93','\xcd','\xe6','\xc9','\x17','\x0a','\x6f','\x7a','\xef','\xf3','\xe6','\xcd','\xe5','\xe7','\x7f','\xf6','\x67','\xb9','\x76','\xfd','\x1a','\x97','\x2f','\x5f','\x26','\x55','\x9d','\x62','\xd3','\xe6','\x4d','\xcc','\x9b','\x37','\x8f','\x62','\x49','\x3b','\xe2','\x47','\x0e','\x1f','\x21','\x50','\x8a','\x75','\x6b','\xd7','\xd1','\xd6','\xd6','\xc6','\xef','\xfe','\x9f','\xdf','\x67','\xe0','\x4d','\xe0','\x55','\x2b','\x96','\x2d','\xe7','\xc7','\xfe','\xfd','\x8f','\x70','\xe0','\xc0','\x01','\x4e','\x9d','\x3e','\x43','\x2a','\x55','\xcd','\xd6','\xad','\x5b','\x58','\xb4','\x78','\x01','\xa3','\xe3','\xc3','\x1c','\x3f','\x71','\x8c','\x23','\xaf','\x1f','\xc5','\x75','\x4b','\x6c','\x7d','\x60','\x13','\xd5','\xb5','\x29','\x4e','\x9c','\x78','\x9d','\x5f','\xfc','\xb5','\x5f','\x79','\xd3','\x7b','\x04','\xbd','\x87','\xe6','\xcc','\x99','\x45','\xb2','\x2a','\xc1','\x8d','\x1b','\x37','\xc8','\xe5','\xf2','\xb4','\xb6','\xb4','\xd0','\xd0','\xd8','\x80','\x00','\xae','\x5d','\xbb','\xc6','\xf1','\xe3','\x27','\x68','\x69','\x6e','\xe6','\xc3','\x1f','\xf9','\x08','\x8b','\x97','\x2c','\xa6','\xa5','\xa5','\x05','\xdf','\xf7','\xb9','\x70','\xe1','\x32','\x2f','\xbf','\xfc','\x0a','\x27','\x4f','\x9e','\xa0','\xab','\xab','\x8b','\x54','\x75','\x35','\x0f','\x3d','\xb4','\x93','\xb7','\xbd','\xed','\x6d','\xac','\x5c','\xb9','\x92','\x52','\xa9','\xc4','\xa9','\x53','\xa7','\x78','\xe9','\xa5','\x97','\x28','\x16','\x8b','\xcc','\x9b','\xbf','\x00','\x10','\xfc','\xca','\xaf','\xfe','\x1a','\xfe','\x9b','\x38','\xbd','\x89','\x78','\x9c','\x0f','\x7e','\xe0','\xfb','\xc8','\x67','\x73','\x3c','\xfb','\xe5','\x67','\xb9','\xd7','\xdb','\xcb','\xe6','\xcd','\x1b','\xd9','\xb9','\x63','\x07','\x41','\xa0','\x98','\x98','\x98','\xe0','\xdc','\xd9','\xb3','\x8c','\x8c','\x8c','\xb0','\x6b','\xd7','\x4e','\x1e','\x7b','\xec','\x71','\xfe','\xfc','\xaf','\xfe','\x9a','\xbf','\xff','\xec','\x67','\x19','\x1f','\x9f','\xc0','\xf5','\xbc','\x90','\xd9','\x4f','\xeb','\x86','\x32','\x33','\x5f','\x59','\xa7','\x96','\xc9','\x52','\x92','\xc9','\x24','\x4f','\xfd','\xed','\x5f','\x93','\xcd','\x66','\x79','\xf5','\xd5','\x57','\x39','\x73','\xee','\x1c','\xad','\xcd','\xcd','\x3c','\xb8','\x75','\x2b','\xb3','\x67','\xcf','\x66','\x72','\x7c','\x82','\x57','\x5e','\x7e','\x85','\x1b','\xb7','\x6f','\xb2','\x61','\xd3','\x0e','\x66','\xce','\x98','\xc9','\x64','\x26','\x43','\xe1','\x1b','\xcc','\x39','\x40','\x32','\x59','\xc5','\x6f','\xfe','\xc6','\x6f','\x93','\xcb','\xe7','\x39','\x7d','\xe6','\x2c','\x96','\x61','\xf3','\xe0','\x03','\x0f','\x32','\x67','\xde','\x7c','\x40','\xd2','\x75','\xf3','\x36','\xc7','\x8f','\x9f','\x21','\x62','\x27','\xd9','\xb2','\x79','\x2b','\x2d','\xcd','\xed','\x9c','\x3a','\x7e','\x9a','\x2f','\x7e','\xf1','\x8b','\x1c','\x39','\x7a','\x14','\xdf','\xf7','\x43','\xb8','\x70','\x10','\x06','\x06','\xb4','\x56','\x97','\x02','\x0c','\xcb','\x46','\x28','\x48','\x0f','\x0f','\xb3','\x7e','\xdd','\x3a','\xb6','\x6c','\x79','\x80','\x81','\xfe','\x41','\x4e','\x9e','\x3a','\x4d','\x5f','\xdf','\x00','\x4d','\x4d','\x2d','\x6c','\x5c','\xbf','\x99','\xfa','\xba','\x26','\xfa','\x7a','\x07','\x39','\x76','\xec','\x04','\xd7','\xae','\x5c','\x67','\xee','\x9c','\xb9','\xec','\xde','\xb9','\x07','\x43','\x58','\xbc','\xbc','\x6f','\xff','\x37','\xa4','\x9b','\xae','\xad','\xa9','\xa6','\xbe','\xae','\x8e','\x23','\x47','\x8e','\x30','\x3c','\x32','\x4c','\x53','\x63','\x33','\x6b','\xd7','\xae','\x25','\x6a','\x47','\x39','\x7b','\xf6','\x18','\x17','\x2f','\x5c','\xc0','\x73','\x5d','\x36','\x6d','\xdc','\xc8','\x9e','\xbd','\x0f','\xa1','\x94','\x62','\xdf','\x4b','\x2f','\x71','\xe2','\xd8','\x31','\xf6','\xef','\xdf','\xcf','\xf5','\x9b','\x37','\xa9','\xa9','\xa9','\x61','\xcf','\xee','\xdd','\x6c','\xdf','\xb1','\x83','\xf9','\xf3','\xe7','\x33','\x73','\xe6','\x4c','\x82','\x20','\xe0','\xa5','\x97','\x5e','\xe6','\xd9','\x67','\xbf','\x42','\x3e','\x9f','\x67','\xf3','\xe6','\xcd','\x2c','\x5a','\xb8','\x90','\xf1','\xf1','\x71','\x4e','\x9c','\x3a','\xfd','\x0d','\xc7','\x74','\x5a','\xfe','\xed','\xc8','\xb4','\x03','\xf4','\x3d','\x28','\x2d','\xcd','\x2d','\xfc','\xe1','\xff','\xfa','\x5d','\xea','\xea','\x6a','\x51','\x01','\x18','\xa6','\x41','\x32','\x99','\xac','\x40','\x40','\x5c','\xc7','\xc3','\x8e','\xd8','\x24','\xab','\xaa','\x88','\x46','\x22','\xf4','\xf5','\xf5','\x71','\xe5','\xea','\x35','\x46','\xc7','\xc7','\xf1','\x7c','\x9f','\x42','\xae','\x40','\xc4','\x8e','\x52','\x5b','\x5b','\xcf','\x03','\x0f','\x3c','\xc8','\xfc','\x05','\xf3','\x18','\x18','\xec','\xe7','\xf0','\xe1','\xc3','\x0c','\x0e','\x0c','\x61','\x5b','\x36','\xc5','\x42','\x89','\x74','\x3a','\xc3','\x9a','\x35','\x6b','\x78','\xec','\xad','\x8f','\xb1','\x62','\xc5','\x0a','\xea','\xea','\xea','\x71','\x3d','\x97','\x6c','\x2e','\x47','\x22','\x91','\xac','\x18','\x19','\x42','\x02','\x52','\x91','\x4c','\x26','\x98','\x35','\x6b','\x26','\xa6','\xa9','\xbb','\xd7','\x27','\x12','\x89','\xd0','\x08','\x74','\x98','\x4c','\xa7','\x19','\x1f','\x1d','\x67','\xd6','\xec','\x0e','\xda','\x5a','\x3b','\x99','\x98','\xc8','\xf0','\xbf','\x7e','\xf7','\xf7','\xf8','\x87','\xcf','\x3e','\xf5','\xcf','\xce','\xfe','\xd8','\x96','\x45','\x63','\x63','\x23','\x2a','\x74','\x2a','\x32','\x21','\x7b','\x8b','\xe3','\xb8','\x64','\x72','\x59','\x92','\x55','\x55','\x34','\x34','\x34','\x30','\x73','\xd6','\x6c','\x86','\x86','\x87','\xf1','\x5c','\x87','\x42','\x31','\x57','\xc9','\xbe','\xe8','\x5a','\x0f','\x41','\x34','\x1a','\x41','\x4a','\x49','\x2a','\x95','\x62','\xf3','\xa6','\xcd','\x7c','\xe1','\xef','\x3e','\x4b','\x36','\x9f','\x25','\x16','\x8d','\x11','\x8b','\xc6','\xc8','\x17','\xf3','\x24','\xe2','\x09','\x12','\xc9','\x04','\xb6','\x6d','\x31','\x6f','\xde','\x3c','\xe2','\x71','\x0d','\x1f','\x2b','\x39','\x0e','\x25','\x47','\x47','\x11','\x85','\x90','\xda','\x46','\x46','\x43','\xc3','\x54','\xd8','\x35','\xdb','\x71','\x1c','\x54','\x10','\x50','\xdf','\xd0','\x00','\x28','\x8a','\xf9','\x02','\x8e','\xeb','\x60','\x9a','\x16','\x8e','\xe3','\xe0','\xb8','\x25','\xce','\x5f','\x38','\x45','\x77','\xb7','\x8d','\x61','\x18','\xc4','\x13','\x49','\xfc','\x40','\x91','\x88','\xc5','\x08','\x7c','\xdd','\xcd','\xde','\xb2','\x2c','\x7c','\xdf','\x67','\x78','\x78','\x14','\xd3','\x34','\xa8','\xad','\xad','\xa5','\xb7','\xaf','\x8f','\xf3','\x17','\x2e','\x30','\xa3','\xbd','\x9d','\xda','\xda','\x5a','\xee','\xde','\xbd','\xab','\x8d','\x56','\x21','\xe8','\xed','\xed','\xa5','\x58','\xd4','\x2c','\x43','\x73','\xe7','\xcc','\xc1','\xf3','\x7d','\x06','\x06','\x07','\x88','\xd8','\xda','\xb9','\x33','\x2d','\x93','\xd6','\x96','\x56','\xda','\xdb','\xda','\xa9','\xab','\xab','\x25','\x1a','\x8d','\x20','\xa4','\xee','\x59','\xa4','\x93','\x39','\x4a','\xf7','\x7e','\x10','\x52','\xf7','\xb9','\x09','\xe9','\xe0','\x74','\x0f','\x73','\x03','\x4d','\x12','\x10','\x4c','\xe1','\xb8','\xa5','\x40','\xa8','\x72','\xad','\xcc','\x14','\x11','\x6f','\x22','\x11','\xc7','\x0a','\x0b','\xd3','\x4b','\xc5','\x22','\x8e','\xe3','\x86','\x90','\x3a','\x98','\x98','\x98','\x60','\x7c','\x6c','\x9c','\x48','\x24','\x86','\xe3','\xba','\x0c','\x0e','\x0e','\x56','\x9c','\xb9','\x9a','\x78','\x92','\xba','\xda','\x3a','\x62','\xb1','\x04','\xd9','\x5c','\x2e','\x5c','\xc3','\x5e','\x58','\x90','\xeb','\x91','\xaa','\x4e','\x52','\x5f','\x5f','\x1b','\x1a','\x02','\xda','\x20','\xe9','\xea','\xea','\x22','\x97','\xcb','\xe1','\x7a','\x3e','\xa5','\x92','\x47','\x55','\xbc','\x9a','\xea','\xea','\x3a','\x8a','\xc5','\x12','\x93','\x93','\x69','\xec','\x10','\x2e','\x17','\x89','\x5a','\xd4','\xd7','\x35','\xd0','\xde','\xde','\x46','\x43','\x63','\x03','\xc9','\x64','\x4a','\xb3','\xbf','\x09','\xdd','\x8f','\xa5','\x50','\x2c','\x54','\xfa','\x74','\x4c','\x3d','\x60','\xd8','\xdb','\x08','\x74','\x1d','\x90','\xf0','\x2b','\xd4','\xe6','\x65','\x98','\xa0','\x26','\x48','\x10','\xe5','\x77','\x57','\x8a','\x89','\x03','\xdf','\xd7','\x6b','\xc1','\x34','\x31','\x4d','\x8b','\x48','\xc4','\x46','\xa1','\x99','\x07','\x4d','\x43','\x30','\x39','\x99','\x21','\x3d','\x39','\x81','\x1d','\x89','\x92','\x48','\x24','\x2b','\x7d','\x89','\x54','\xe0','\x93','\x2f','\x16','\x70','\xdc','\x12','\x9e','\x53','\x42','\x21','\xc3','\xba','\x2b','\xdd','\x70','\x55','\x48','\xc1','\xdf','\x7c','\xe6','\xef','\xdf','\xd4','\xf9','\x49','\x26','\x12','\x7c','\xdf','\xfb','\xdf','\xc7','\xd8','\xf8','\x18','\x87','\x0e','\x1f','\xa4','\xaf','\xb7','\x87','\x55','\x2b','\x56','\xb1','\x66','\xd5','\x6a','\x5a','\x5a','\x5b','\xb8','\x7e','\xed','\x1a','\xcf','\x3c','\xf3','\x0c','\x87','\x0e','\x1d','\x62','\xd6','\xac','\x99','\xbc','\xfd','\xed','\x6f','\xa7','\xb3','\x73','\x16','\xff','\xe5','\x97','\x7f','\x85','\x73','\xe7','\x2f','\x30','\x3e','\x31','\xa9','\x9b','\xf5','\x86','\xd9','\x4c','\x29','\xa5','\xfe','\x77','\x98','\x29','\xf3','\x7c','\x1f','\xd3','\x30','\x48','\x26','\x12','\x98','\xa6','\xc1','\x64','\x3a','\xa3','\xd9','\xa2','\xde','\xc4','\xb0','\xd9','\xb1','\x6d','\x3b','\x2d','\xad','\xad','\x3c','\xf3','\xf9','\xcf','\x73','\xee','\xfc','\x79','\xd6','\xae','\x5d','\xcb','\x96','\x2d','\x5b','\xa8','\xad','\xd1','\x99','\x8c','\xd7','\x5e','\x3b','\xc8','\xcb','\x2f','\xbd','\xcc','\x9c','\x39','\x73','\x79','\xc7','\x93','\xef','\xa0','\xa6','\xba','\x96','\x27','\xdf','\xf3','\x01','\xba','\x6e','\xdf','\xd1','\xcd','\x64','\x95','\x22','\x1a','\x89','\x00','\x68','\xaa','\x61','\xdb','\xd6','\x50','\xd3','\xb0','\xa1','\x2e','\xc0','\xfa','\xb5','\x6b','\xf8','\x3f','\xbf','\xfb','\xdb','\xe4','\xf3','\x79','\xce','\x9e','\x3d','\xcf','\xf8','\xc4','\x04','\x9d','\x9d','\x9d','\xac','\x5e','\xbd','\x9a','\xea','\xea','\x14','\x77','\x6e','\xdf','\xe6','\xc4','\x89','\x13','\x4c','\x4c','\x4e','\xb2','\x72','\xe5','\x4a','\x96','\x2c','\x5e','\xcc','\xf0','\xc8','\x30','\xf7','\x7a','\x7b','\xde','\xf0','\x9e','\x85','\x10','\xbc','\xfd','\xf1','\xc7','\xf8','\xe8','\x0f','\x7c','\x88','\x2f','\x7c','\xe1','\x0b','\x1c','\x3f','\x7e','\x8c','\xa6','\xa6','\x26','\x36','\xac','\x5f','\xcf','\xc2','\x85','\x0b','\x89','\xc7','\xe3','\x1c','\x3d','\x76','\x8c','\xd7','\x0e','\x1c','\x20','\x9b','\xcd','\xb2','\x7c','\xf9','\x72','\x16','\x2d','\x5a','\xc4','\x89','\xe3','\xc7','\xf9','\xcc','\x67','\x3e','\xc3','\x85','\x0b','\x17','\x19','\x19','\x1d','\xa1','\xa6','\xb6','\x1a','\x81','\x81','\xe7','\x3b','\x08','\xa1','\x7b','\x43','\x25','\x12','\x55','\x44','\xec','\x08','\xfd','\xfd','\x43','\x44','\xa3','\x51','\xde','\xfe','\xe4','\x93','\xb4','\xb4','\xb4','\x30','\x3e','\x36','\xce','\x6b','\xaf','\xbd','\xc6','\x64','\x3a','\xcd','\xdb','\x9e','\x78','\x92','\x4d','\x9b','\xb6','\x50','\x5f','\x5f','\xcb','\x99','\x33','\x67','\x38','\x7e','\xfc','\x38','\x91','\x58','\x94','\xd5','\x6b','\x56','\xd1','\xdc','\xdc','\xc4','\x99','\x33','\x6f','\xce','\x9e','\x69','\x48','\xc9','\xfb','\xde','\xf3','\x6e','\xfa','\x06','\xfa','\x79','\xea','\x73','\x9f','\xa3','\xaf','\xaf','\x8f','\xcd','\x9b','\x36','\xb3','\x6e','\xed','\x3a','\x22','\x91','\x08','\x37','\x6f','\xde','\xe4','\xd5','\x7d','\xaf','\xd2','\xdb','\xdf','\xc3','\x9e','\x87','\x76','\xf1','\xe8','\xa3','\x0f','\x93','\xcb','\x66','\xf9','\xbb','\xcf','\xfc','\xc3','\x1b','\x1a','\xa7','\xd5','\x55','\x29','\x9e','\x7c','\xe2','\xed','\x0c','\x0c','\x0c','\xf2','\xda','\x6b','\x07','\x99','\x18','\x9f','\x60','\xeb','\xd6','\x2d','\x6c','\xd8','\xb8','\x89','\x96','\x96','\x56','\x4e','\x9e','\x3a','\xc9','\xbe','\xfd','\xfb','\xb8','\x77','\xef','\x0e','\x0b','\x16','\xcc','\x67','\xcb','\x96','\x4d','\x04','\x28','\x7e','\xf2','\x3f','\xfd','\xc7','\x6f','\x1a','\x59','\x8f','\xd8','\x36','\xed','\x1d','\x33','\x18','\x1d','\x1b','\xe7','\xda','\xb5','\x6b','\x24','\x93','\x09','\x96','\x2d','\x5e','\x42','\x22','\x16','\xa7','\xaf','\xb7','\x97','\xd7','\x8f','\xbe','\xce','\xd0','\xe0','\x20','\x0f','\x3d','\xfc','\x10','\x1b','\x36','\xac','\x27','\x9b','\xcb','\x71','\xf2','\xe4','\x49','\x7a','\x7a','\x7a','\x38','\x76','\xec','\x18','\xc7','\x8e','\xbd','\x8e','\x61','\x98','\xec','\xde','\xb3','\x87','\xf5','\xeb','\xd7','\xb1','\x65','\xcb','\x06','\xe6','\x2d','\x98','\xcf','\xbd','\x3b','\x77','\x75','\x06','\xe4','\xd5','\x57','\xc9','\x66','\xb3','\xac','\x5d','\xbb','\x96','\x4d','\x9b','\x36','\x11','\x28','\xc5','\x89','\xd3','\x65','\x72','\x91','\xaf','\x9f','\xf3','\xc7','\xdf','\xf2','\x28','\x0f','\xef','\xd9','\xc5','\x9f','\xfd','\xf9','\x9f','\x71','\xe6','\xcc','\x69','\x9a','\x1b','\x1b','\x78','\x78','\xcf','\x5e','\x52','\xa9','\x14','\xfd','\xfd','\xfd','\xf4','\xf6','\xf5','\x71','\xf6','\xdc','\x39','\x52','\xa9','\x14','\x7b','\xf7','\x3e','\xc4','\xec','\xd9','\xb3','\x39','\x7c','\xf4','\x28','\x03','\x83','\xdf','\xbc','\x2e','\xe7','\xfe','\xb1','\x35','\x4d','\x93','\x9a','\xea','\x6a','\x6e','\x75','\x75','\xf1','\xc2','\x0b','\x2f','\x30','\x31','\x3e','\xce','\x3b','\xdf','\xf9','\x2e','\x76','\xec','\xdc','\x45','\xaa','\x3a','\xc5','\x91','\x23','\x47','\x39','\x71','\xf2','\x24','\xa6','\x34','\xd8','\xb8','\x69','\x13','\x4d','\x4d','\xcd','\x9c','\x3c','\x79','\x3c','\xcc','\xb2','\xbf','\xb1','\x48','\x29','\x79','\xf7','\xbb','\xdf','\xc7','\x8c','\x19','\x1d','\x3c','\xfb','\xec','\xb3','\x1c','\x3a','\x74','\x98','\xd9','\x73','\xe6','\xb2','\x6b','\xcf','\x6e','\xda','\x5a','\x5a','\x18','\x19','\x1a','\xe5','\xd8','\xeb','\x27','\xb8','\x7c','\xf1','\x22','\x73','\xe6','\xce','\xd3','\xdf','\x95','\xaa','\xe1','\xb5','\x03','\xaf','\x71','\xfe','\xdc','\x05','\x4d','\xcd','\x2d','\xc0','\xf3','\x35','\x3a','\xc0','\x30','\x4c','\xdd','\xe6','\x4d','\x05','\x78','\x61','\xf3','\x5e','\x15','\x04','\xcc','\x9e','\x33','\x87','\xf7','\xbf','\xff','\xfd','\x6c','\xd8','\xb0','\x9e','\x0b','\x17','\x2e','\x71','\xf4','\xe8','\x51','\x4c','\xcb','\x64','\xcf','\xee','\x3d','\x6c','\xde','\xb2','\x05','\xcb','\x32','\x39','\x7a','\xf4','\x0c','\xfb','\xf7','\xef','\xc7','\x71','\x5c','\x1e','\x7c','\x70','\x3b','\x2b','\x57','\xad','\xe2','\xbf','\xfc','\xf2','\x2f','\x7f','\xd3','\x9a','\xb5','\xea','\xea','\x6a','\x4c','\xd3','\xa0','\xb7','\xb7','\x07','\xa5','\x14','\x4d','\x4d','\x8d','\xcc','\x9c','\x35','\x93','\x74','\x66','\x92','\xdb','\xb7','\xef','\x30','\x34','\x3c','\x14','\x32','\xd3','\xb9','\x9c','\x3d','\x77','\x96','\x73','\xe7','\xcf','\x71','\xfa','\xcc','\x71','\xb2','\x99','\x0c','\xc9','\x64','\x15','\x3b','\x77','\xec','\x60','\xf3','\xe6','\xcd','\x3c','\xf0','\xc0','\x03','\x1a','\x1e','\x59','\x2a','\xd1','\xdf','\xdf','\xcf','\xa9','\x53','\xa7','\x78','\xfa','\xe9','\xa7','\x19','\x1e','\x1e','\x61','\xfb','\xf6','\xed','\xbc','\xe3','\xc9','\x77','\x90','\xaa','\xae','\xe6','\xc3','\x1f','\xff','\xf8','\x3f','\xb9','\xa9','\xf4','\xb4','\xfc','\xeb','\x93','\x69','\x07','\xe8','\x7b','\x4c','\x9a','\x1b','\x1b','\xf9','\xec','\x5f','\xff','\x15','\x9d','\x9d','\x33','\x35','\x41','\x81','\xe3','\x20','\x85','\x20','\x1a','\x8d','\x61','\x5a','\x26','\xae','\xe7','\x69','\xd8','\x0d','\x1a','\xb2','\x95','\xce','\x4e','\x72','\xeb','\xf6','\x2d','\x4e','\x9f','\x3e','\x4b','\x6f','\x4f','\x0f','\x96','\x6d','\x23','\x2d','\x03','\x2f','\xf0','\x59','\xb1','\x72','\x05','\x5b','\x1f','\x78','\x10','\x30','\x38','\x7e','\xfc','\x04','\x97','\x2e','\x5f','\x26','\x93','\x4e','\x63','\x98','\x12','\xcf','\xf7','\x49','\x24','\x13','\x74','\x76','\x76','\x92','\xaa','\xa9','\xa6','\x58','\x2c','\x32','\x31','\x3e','\x8e','\x1d','\x89','\x52','\x5f','\xdf','\x48','\x53','\x53','\x13','\xa9','\xea','\x14','\x9e','\xab','\xa9','\xb1','\xed','\x88','\x45','\x5d','\x5d','\x2d','\x33','\x3a','\xdb','\x30','\x0c','\x83','\xde','\x9e','\x5e','\xa2','\x51','\x9b','\xaa','\x64','\x15','\xd2','\xd0','\x06','\xe5','\xd8','\xd8','\x18','\x42','\x28','\x32','\xd9','\x1c','\x7f','\xf8','\xc7','\x7f','\xc2','\xdf','\xfc','\xc3','\xa7','\xbf','\x29','\xf5','\xe8','\x3f','\x46','\x74','\xa1','\x73','\x0d','\x96','\x65','\x91','\xcb','\xe5','\x18','\x1e','\x1e','\x66','\x68','\x68','\x08','\xcf','\x0f','\x88','\x44','\x6d','\x9a','\x62','\x1a','\x96','\xe6','\x79','\x2e','\x03','\x03','\x03','\x0c','\x0c','\x0c','\x01','\x82','\x58','\x3c','\xa6','\xf1','\xf6','\x85','\x3c','\xf9','\x52','\x8e','\x52','\xa9','\x40','\x6f','\x6f','\x2f','\xb1','\x58','\x94','\xe6','\xa6','\x46','\x1a','\xea','\xeb','\x70','\x3c','\x07','\xcb','\xb2','\x89','\xc7','\xe3','\x9a','\x5a','\xdb','\x71','\x75','\x9f','\x18','\xdf','\xd5','\x9d','\xbb','\x1d','\x87','\x6c','\x36','\x4b','\xa9','\x50','\x44','\x9a','\xa2','\xe2','\x38','\x94','\xeb','\x65','\xca','\x14','\xdc','\x86','\x94','\x14','\x4b','\x3a','\x2b','\x11','\x04','\x0e','\xae','\xe3','\xea','\xae','\xd9','\x52','\xe2','\x07','\x1e','\xae','\xe3','\x21','\x94','\x4f','\x34','\x12','\xa1','\xaa','\x2a','\x49','\xb1','\x58','\xa4','\x54','\x2c','\xe2','\x3a','\x2e','\x25','\xd7','\x65','\x78','\x78','\x84','\x58','\x3c','\x81','\xe3','\x94','\x08','\x02','\x0d','\x4f','\x4c','\xa5','\xaa','\xa8','\xa9','\xad','\x61','\x60','\x60','\x50','\x67','\xba','\x22','\x11','\x3c','\xcf','\xe3','\xd4','\xa9','\x53','\xbc','\xfa','\xea','\x2b','\x0c','\x0f','\x8f','\x52','\x2a','\x95','\xa8','\xaf','\xaf','\xa3','\xb9','\xa5','\x85','\xc9','\x74','\x9a','\xd1','\x91','\x11','\xce','\x5f','\x38','\x8f','\xe7','\xf9','\x64','\xd2','\x19','\x0a','\xc5','\x3c','\x0b','\x17','\x2c','\x64','\xd5','\xea','\x55','\x2c','\x5c','\xb4','\x90','\x96','\xc6','\x16','\x4c','\xcb','\x24','\x08','\x7c','\x8a','\xc5','\x92','\x2e','\xf4','\x37','\xa7','\x1a','\x5c','\x96','\x7b','\x41','\x94','\x9b','\x7e','\x2a','\xc0','\xf7','\x5c','\x02','\x2f','\x20','\x24','\x7f','\xd3','\xf4','\xa8','\x08','\x34','\x02','\x4e','\x21','\x24','\x44','\xed','\x04','\xa6','\x69','\x13','\x04','\x3e','\xa5','\x30','\x3b','\x23','\x31','\x10','\xd2','\xe0','\xd0','\xc1','\x83','\xdc','\xbd','\x7b','\x17','\x29','\x0c','\xa4','\xf0','\x70','\x1d','\xdd','\xab','\x48','\x29','\x4d','\x3d','\xdb','\xd2','\xdc','\x4c','\x7d','\x7d','\x1d','\x7d','\x7d','\x7d','\x5c','\xbf','\x76','\x0d','\x3c','\x9f','\x44','\x3c','\x8e','\x94','\x92','\xc6','\xfa','\x46','\xe6','\xcc','\x9a','\x8b','\x10','\x92','\xde','\xde','\x1e','\x5e','\x7d','\xf5','\x15','\x0e','\x1e','\x3c','\x18','\xb2','\xcf','\x81','\x1f','\x28','\x56','\xad','\x58','\xc7','\x9c','\x39','\x73','\x39','\x7b','\xf6','\x02','\xe7','\xcf','\x9f','\x27','\x9d','\xc9','\x20','\x09','\xa8','\xa9','\xab','\x61','\xe1','\x82','\x05','\xac','\x5b','\xbb','\x96','\xb9','\xf3','\xe7','\x53','\x53','\x5d','\x4d','\xa0','\x14','\xae','\xa3','\x3b','\xb4','\x97','\x8b','\x7c','\x65','\x58','\x63','\x51','\x71','\x6e','\x10','\x28','\x01','\xb2','\x0c','\x8d','\xab','\x34','\x48','\x9d','\x32','\xa3','\x44','\x99','\x37','\x5c','\x29','\x3c','\xcf','\x23','\x1e','\x8f','\x53','\x2a','\xe9','\xde','\x20','\xa6','\x69','\x62','\x48','\x49','\x26','\x93','\xa1','\xa7','\xa7','\x8f','\x20','\x10','\x08','\x69','\xe3','\xfb','\x79','\x84','\xd0','\x30','\x44','\xdb','\xb6','\x69','\x68','\x6c','\xa4','\xb9','\xb9','\x15','\xdf','\x0f','\x18','\x19','\x1e','\x22','\x5f','\xc8','\x85','\xcf','\xe5','\x13','\xb1','\xa2','\x58','\x76','\xb9','\x26','\xc8','\x63','\x22','\xfd','\xe6','\xfd','\x54','\x1e','\xdd','\xbb','\x97','\x87','\x76','\xef','\xe6','\xb3','\x4f','\x7d','\x96','\xae','\x5b','\xb7','\x98','\xd9','\xd1','\xc9','\xce','\x5d','\x3b','\x59','\xb0','\x68','\x01','\xc9','\x64','\x92','\x0b','\x17','\x2e','\xf0','\xe2','\x8b','\x2f','\x12','\x04','\x3e','\x8f','\x3c','\xf2','\x28','\x7b','\xf6','\xee','\xe6','\x77','\x7e','\xef','\xff','\xf0','\xf4','\x17','\xff','\x11','\xcd','\x00','\xef','\x83','\x0e','\x65','\x73','\x5f','\x4f','\x73','\xfd','\xb5','\x52','\x95','\x4c','\xf2','\xa3','\x9f','\xf8','\x61','\xae','\x5d','\xbd','\xc2','\xe1','\xc3','\x87','\xf0','\x03','\x9f','\xed','\x3b','\xb6','\xb3','\x7e','\xfd','\x1a','\xe2','\xf1','\x28','\x17','\x2f','\x5e','\xe2','\xc0','\x81','\x7d','\x0c','\x0d','\x0f','\xf2','\xe4','\x3b','\x9e','\x60','\xee','\xdc','\xd9','\xfc','\xe6','\x6f','\xff','\x2f','\x2e','\x5c','\xbe','\xf2','\x55','\x06','\xfe','\xfd','\x86','\xf4','\x1b','\x19','\xd5','\xe7','\x2f','\x5c','\x64','\x72','\x32','\xcd','\x9d','\x3b','\x77','\xb8','\x74','\xf9','\x32','\xb5','\x75','\xf5','\x3c','\xf2','\xc8','\x23','\xac','\x58','\xbe','\x82','\xe1','\xa1','\x61','\x5e','\x79','\xf5','\x15','\x0e','\xbc','\x76','\x80','\x64','\x32','\xc9','\xc6','\xf5','\x1b','\x48','\x26','\x92','\xfc','\xfc','\x2f','\xfe','\x22','\x4e','\xe9','\x8d','\x0d','\xf4','\x99','\x1d','\x33','\xf8','\xaf','\xbf','\xf8','\x0b','\x0c','\x8f','\x8e','\x72','\x3c','\x34','\xb8','\xd7','\xae','\x5d','\xcb','\xf6','\x6d','\xdb','\x98','\x35','\x73','\x26','\x77','\xee','\xdc','\xe1','\xa5','\x17','\x5f','\x64','\x68','\x68','\x88','\xcd','\x9b','\x37','\xb3','\x66','\xf5','\x6a','\xf2','\xf9','\x3c','\x87','\x0e','\x1f','\xe6','\xca','\x65','\xdd','\x80','\xd8','\xb6','\x6c','\x2c','\xc3','\xe4','\x6e','\xff','\x20','\x86','\x80','\xd6','\xe6','\x7a','\x3c','\xd7','\x65','\x72','\x72','\x02','\xdf','\x0f','\x28','\x14','\x1c','\xe6','\xcd','\x9b','\xcf','\xca','\x15','\xcb','\x69','\xa8','\xaf','\x67','\xff','\xbe','\x03','\x9c','\x39','\x73','\x96','\x59','\xb3','\x66','\xb1','\x69','\xd3','\x46','\x5a','\x5b','\x5b','\xe8','\xeb','\xeb','\xe5','\xc4','\x89','\x93','\xf4','\x74','\xf7','\x30','\x7b','\xce','\x6c','\x16','\x2c','\x58','\x88','\xe3','\xb8','\xfc','\xf8','\x4f','\xfd','\xcc','\x9b','\x8e','\xf9','\x23','\x0f','\x3f','\xc4','\x07','\xbf','\xff','\xfb','\xf8','\x93','\x3f','\xf9','\x13','\x9e','\x7f','\xee','\x39','\x1a','\x1b','\x1a','\xd9','\xb5','\x6b','\x17','\xf3','\xe6','\xcf','\x63','\x62','\x72','\x82','\x13','\x27','\x4f','\x70','\xf6','\xf4','\x69','\x3a','\xda','\xdb','\x79','\xf7','\xbb','\xde','\xc5','\xac','\xd9','\xb3','\x78','\xd7','\xfb','\xdf','\xcf','\xe0','\x1b','\x64','\x7f','\xa4','\x94','\xfc','\xe0','\xf7','\x7f','\x90','\x77','\x3e','\xf1','\x04','\x4f','\x3f','\xfd','\x34','\xc7','\x8e','\x1d','\xa5','\xb5','\xb5','\x99','\x07','\x1e','\xd8','\xc2','\xe2','\x25','\x8b','\x08','\xf0','\xb9','\x76','\xf5','\x0a','\x97','\x2e','\x5d','\x20','\x1e','\x8f','\xb2','\x65','\xcb','\x66','\x9a','\x9a','\x9a','\xf9','\x6f','\xbf','\xfe','\xab','\x14','\x8a','\xdf','\x38','\x5b','\xa1','\xd7','\x47','\x15','\x89','\x78','\x8c','\x93','\xc7','\x8f','\xd3','\xd7','\xd7','\x47','\x47','\xc7','\x0c','\x16','\x2e','\x5a','\x48','\x3c','\x11','\xe7','\xfc','\xc5','\x0b','\x9c','\x39','\x7b','\x06','\xcf','\xf7','\x28','\x15','\x1c','\x3e','\xfb','\xd9','\xcf','\x91','\xcd','\x66','\xe8','\xee','\xee','\xe6','\xf6','\x9d','\x3b','\x14','\x0a','\x05','\x1a','\x1a','\x1a','\xd9','\xb8','\x71','\x23','\x6f','\x7f','\xf2','\x49','\x66','\xcf','\x9a','\x85','\x34','\x02','\x6e','\xdd','\xbc','\xc5','\x97','\xbf','\xfc','\x65','\x0e','\x1d','\x7a','\x8d','\xc9','\xc9','\x34','\x1b','\x37','\x6e','\xe4','\x91','\x87','\x1f','\xa6','\xbd','\xbd','\x9d','\xff','\xfa','\x6b','\xbf','\xce','\xe8','\xd8','\xd8','\x1b','\xde','\xcb','\x92','\x45','\x0b','\xf9','\x8f','\x3f','\xf5','\x93','\x1c','\x3f','\x71','\x92','\xe7','\x9e','\x7b','\x0e','\xcf','\xf3','\x78','\x60','\xeb','\x56','\x1e','\x7e','\xf4','\x51','\x26','\x27','\x26','\xb8','\x79','\xf3','\x26','\x87','\x0e','\x1d','\x62','\x78','\x64','\x98','\xed','\xdb','\x77','\xd0','\xd2','\xda','\xca','\xff','\xfe','\x83','\x3f','\xe0','\xdc','\x85','\x8b','\xdf','\xf4','\x39','\xbf','\x76','\x4c','\x3f','\xf8','\xfe','\xf7','\xd1','\xd6','\xde','\xce','\xa1','\xc3','\x87','\x19','\x18','\x18','\x60','\xc1','\x82','\x05','\x6c','\xdd','\xaa','\xa1','\x9a','\x37','\xae','\xdf','\xe0','\xe0','\xc1','\x83','\x0c','\x0c','\x0d','\xb2','\x70','\xc1','\x42','\x16','\x2f','\x5e','\x4c','\xa9','\xe4','\xf0','\xdf','\xfe','\xfb','\x2f','\x7d','\xc3','\xfa','\x99','\xa5','\x4b','\x97','\xf3','\x1f','\x7f','\xea','\x3f','\xd1','\xd3','\xd3','\xcb','\xfe','\xfd','\x07','\x18','\x18','\x18','\x62','\xf7','\xce','\xdd','\xac','\x5b','\xbd','\x96','\x54','\x55','\x0d','\x47','\x8e','\x1c','\xe2','\xf5','\xc3','\x27','\x70','\x9d','\x80','\xf9','\x73','\xe7','\xd3','\xdc','\xd8','\x4c','\x5f','\x5f','\x3f','\x37','\xae','\x76','\x31','\x36','\x3a','\x89','\x65','\x59','\x44','\x22','\x31','\x2c','\x03','\x10','\x02','\x41','\xd8','\xac','\xd7','\xf7','\x11','\x81','\x0b','\x22','\xc0','\x0d','\x3c','\x56','\xae','\x5c','\xcd','\xf2','\xe5','\xcb','\xe9','\xef','\x1f','\xe2','\x4b','\x5f','\xfa','\x32','\x57','\x2e','\x5f','\x65','\xc5','\xf2','\x15','\xec','\xdc','\xb9','\x93','\x19','\x33','\x66','\x70','\xef','\xde','\x3d','\x8e','\x1f','\x3f','\x45','\x5f','\xdf','\x00','\x2b','\x57','\xae','\x62','\xf3','\xe6','\x2d','\x94','\x1c','\x87','\x83','\x47','\x0e','\x7f','\xd3','\xb1','\xb1','\x4c','\x2b','\xcc','\x9e','\xf9','\x28','\xa5','\xfb','\xb0','\xb9','\xae','\x43','\x26','\x9b','\x65','\x7c','\x6c','\x84','\x81','\xfe','\x3e','\x7a','\x7a','\xbb','\x39','\x7c','\xe4','\x10','\x67','\xcf','\x9c','\xa1','\x7f','\xb0','\x9f','\xfa','\xfa','\x5a','\x56','\xaf','\x5e','\xc3','\x83','\x0f','\x3e','\xc8','\xe6','\xcd','\x9b','\x99','\x31','\x63','\x06','\x8e','\xe3','\xd0','\xd3','\xd3','\x43','\x7f','\x7f','\x3f','\x67','\xcf','\x9e','\xe5','\xd5','\x57','\x5e','\x61','\x78','\x78','\x98','\x0d','\x1b','\x36','\xb0','\x63','\xc7','\x0e','\x6a','\xeb','\x6a','\xf9','\xe5','\xff','\xfe','\xdf','\x38','\x79','\xe6','\xec','\xb7','\x34','\x77','\xff','\x54','\x79','\xb3','\x1e','\x5d','\xd3','\xf2','\xed','\x95','\x69','\x07','\xe8','\x7b','\x48','\x4c','\xd3','\xe4','\x6d','\x6f','\x7d','\x2b','\x33','\x67','\xce','\x62','\x64','\x64','\x84','\xab','\x57','\xaf','\x32','\x3e','\x3e','\x5e','\x81','\xe8','\x38','\x9e','\xce','\x30','\x98','\x86','\x89','\x40','\x90','\xcf','\xe7','\x19','\x1b','\x1f','\xa3','\xaf','\xaf','\x9f','\x2b','\x57','\x6f','\x30','\xd0','\xdf','\x4f','\x3c','\x99','\xa4','\xa6','\xba','\x8e','\x58','\x2c','\xc6','\xb2','\x65','\xcb','\xe9','\x68','\xef','\xe0','\xd6','\xed','\x5b','\xdc','\xb8','\x79','\x93','\xc0','\x0f','\xc8','\x17','\xf2','\x14','\x8a','\x45','\x4c','\xcb','\xa2','\x26','\x55','\xcb','\xf5','\x6b','\x37','\xf8','\xa3','\x3f','\xfc','\x13','\x16','\x2e','\x9a','\x4f','\x22','\x9e','\xc0','\x34','\x34','\x71','\x82','\x69','\x6b','\x66','\x98','\xd1','\xd1','\x51','\x02','\xdf','\x67','\xf5','\x9a','\x15','\xac','\x5c','\xb9','\x8c','\x62','\xa9','\xc0','\xe5','\x2b','\x17','\xb9','\x71','\xfd','\x3a','\x9f','\xf9','\xfc','\x17','\x11','\x08','\xd2','\x99','\x74','\x25','\x42','\xeb','\x38','\x0e','\x41','\x00','\x03','\x83','\xc3','\xba','\xc9','\xea','\xb7','\x41','\xca','\x74','\xd3','\x9e','\xe7','\x51','\x28','\x14','\x42','\x92','\x03','\x8b','\xa8','\x94','\x44','\xa2','\x31','\x4c','\xc3','\xaa','\x44','\xaf','\x1d','\xc7','\xad','\xb0','\x31','\xb9','\x61','\x4f','\x03','\x00','\x89','\xe2','\xd6','\xed','\x2e','\x3e','\xfd','\x99','\xbf','\xa7','\xbe','\xa1','\x9e','\x59','\xb3','\x66','\x61','\x5b','\xb6','\x76','\x30','\x0d','\x49','\xb1','\x54','\xc2','\xf7','\x02','\x8c','\xb0','\x9e','\x23','\x1a','\x8f','\x61','\x1a','\x26','\xae','\xe3','\xe8','\x4e','\xde','\x11','\x0b','\xa5','\xbc','\xb0','\x80','\x5a','\x84','\x86','\xb2','\x56','\x71','\x81','\x12','\x3a','\x52','\x17','\x04','\xfa','\x7e','\x4c','\x93','\xe1','\xe1','\x61','\xaa','\xaa','\x12','\x44','\xa3','\x71','\xc6','\xc6','\x46','\xf1','\xfd','\x80','\xa1','\xc1','\x41','\x7a','\x7b','\x7b','\x2a','\x19','\x9b','\x62','\xa1','\x40','\xa9','\x54','\xd4','\xb5','\x56','\x89','\x04','\x1d','\x9d','\x1d','\x15','\x06','\xbb','\x54','\x2a','\x85','\xeb','\x7a','\x61','\x4f','\x13','\x83','\x58','\x54','\x37','\xf7','\x14','\xa1','\xd1','\xed','\xfb','\x01','\xf7','\xee','\xdd','\x25','\x9f','\xcf','\xe3','\x7b','\x2e','\x9d','\x33','\x67','\x32','\x6f','\xfe','\x7c','\x12','\x89','\x04','\xd7','\xaf','\x5f','\xa7','\x77','\xa4','\x97','\x89','\xc9','\x49','\x04','\x70','\xf9','\xf2','\x65','\x6e','\xdd','\xba','\x45','\x32','\x99','\xa4','\x2a','\x55','\x45','\x34','\x1a','\x03','\x15','\x50','\x2a','\x39','\x28','\xe1','\x23','\x64','\x80','\xf2','\x83','\x90','\x05','\x4e','\x7b','\x16','\x65','\xe7','\x4d','\x54','\xd2','\x21','\x68','\x27','\xa1','\xec','\xf4','\xa0','\x9d','\x5e','\x04','\x21','\x6d','\xb6','\x4d','\xa9','\xe8','\xe3','\x3a','\x45','\xe2','\x89','\x38','\x91','\xb0','\xf6','\x4a','\x29','\xc5','\x64','\x3a','\x4d','\x36','\x97','\xa5','\x14','\x3a','\x5c','\xa9','\xea','\x6a','\x5c','\xd7','\xa7','\x54','\x2c','\xe1','\x57','\x29','\xe6','\xcc','\x9d','\x43','\x6b','\x4b','\x0b','\xa7','\x4e','\x9d','\xa4','\xaf','\xbf','\x8f','\xaa','\x6a','\x5d','\xcc','\x3e','\x3e','\x36','\x46','\xa1','\x54','\xa2','\xa6','\xb6','\x86','\xb6','\xd6','\x36','\xc6','\xc7','\xc7','\xe8','\xee','\xee','\xa1','\xab','\xab','\x0b','\xcf','\x75','\xf1','\x7d','\xc5','\xec','\xd9','\xf3','\x58','\xb2','\x78','\x11','\x4d','\xcd','\x2d','\xbc','\xf4','\xd2','\xab','\xf4','\xf4','\xf4','\x60','\x9a','\x26','\x41','\xe0','\x92','\xc9','\x6a','\x87','\xf0','\xf2','\xe5','\xcb','\x54','\xa7','\xaa','\x31','\x4d','\x0b','\xdf','\xd7','\xeb','\x43','\xf7','\xee','\xd1','\x75','\x47','\xea','\xbe','\xa6','\x46','\xa2','\xbc','\x5a','\x42','\xe2','\x03','\x8d','\xf9','\x53','\x15','\x98','\xcb','\xfd','\xd9','\x20','\xa4','\xc0','\x73','\x5c','\xf2','\x85','\x02','\x96','\x69','\x12','\x04','\x01','\xb6','\x6d','\x6b','\xb6','\xb4','\x74','\x1a','\xd3','\xd2','\x3d','\x76','\x46','\x47','\x47','\x50','\x28','\x92','\xf1','\x24','\xa9','\xaa','\x6a','\x8a','\x61','\xb3','\xd1','\xb6','\xd6','\x36','\x16','\x2c','\x58','\x48','\x2e','\x97','\xe3','\xd6','\xad','\xdb','\x14','\x8b','\x45','\x12','\x89','\x38','\x86','\x34','\x89','\xc7','\x63','\xd8','\xb6','\x85','\x61','\x99','\x38','\x4e','\x91','\x81','\xc1','\x37','\x66','\xd5','\x8a','\xc5','\xa2','\x6c','\xdc','\xb0','\x9e','\xcb','\x97','\x2f','\x73','\xf2','\xc4','\x49','\xc6','\x46','\xc7','\x78','\xff','\xfb','\xdf','\xcf','\x13','\x4f','\x3e','\x89','\x1f','\x04','\x1c','\x3e','\x7c','\x98','\xc3','\x87','\x0f','\x53','\x2c','\x16','\xd9','\xbd','\x7b','\x17','\xab','\x57','\xaf','\xe4','\x4f','\xfe','\xec','\x2f','\xf9','\xec','\xe7','\x9e','\xfe','\xb6','\x77','\x42','\xb7','\x2c','\x8b','\x8f','\x7c','\xe8','\x07','\x88','\xc7','\x62','\x3c','\xfb','\x15','\xcd','\x40','\xb7','\x66','\xd5','\x2a','\x56','\xad','\x58','\x4e','\x5d','\x6d','\x1d','\x83','\x43','\x43','\x3c','\xf3','\xcc','\xd3','\xdc','\xba','\x75','\x93','\xed','\xdb','\xb7','\xb3','\x65','\xf3','\x16','\x82','\x20','\x60','\xdf','\x6b','\xaf','\x7d','\x43','\x43','\xef','\x6b','\xc5','\x90','\x92','\xce','\x8e','\x19','\xd4','\xd6','\xd6','\x71','\xe2','\xc4','\x09','\xfa','\xfb','\xfa','\x98','\x3f','\x7f','\x3e','\x5b','\xb7','\x6e','\x25','\x95','\xaa','\xe2','\xea','\xb5','\x6b','\x9c','\x3a','\x79','\x92','\xc1','\xa1','\x21','\xd6','\x6f','\xd8','\xc0','\xb2','\x15','\xcb','\xf9','\xf4','\x53','\x4f','\xf1','\xd2','\xab','\xfb','\x2a','\x10','\xc6','\xfb','\xc5','\x34','\x4d','\xf6','\xee','\xde','\x4d','\xa1','\x50','\xe0','\xe5','\x97','\x5e','\xe2','\xf6','\xad','\x5b','\xcc','\x9e','\x3d','\x9b','\x5d','\xbb','\x76','\xb1','\x64','\xc9','\x12','\x7a','\x7b','\x7b','\xf9','\xf2','\x57','\xbe','\xc2','\xb5','\x6b','\xd7','\x58','\xbc','\x78','\x31','\xef','\x7a','\xd7','\xbb','\x98','\x39','\x7b','\x36','\x87','\x0f','\x1e','\x64','\xff','\xbe','\xfd','\xf8','\xca','\xa7','\x73','\x66','\x07','\xdd','\xf7','\x7a','\x51','\xc2','\x60','\xf6','\x8c','\x76','\x5c','\xcf','\xc1','\xb6','\x4d','\x0a','\xf9','\x3c','\x25','\xa7','\x44','\x2c','\x9e','\x60','\x46','\x7b','\x27','\x3b','\x77','\x6e','\x67','\xe5','\xaa','\x95','\xf4','\x0f','\x0c','\xf2','\xe2','\x8b','\x2f','\x53','\x2c','\x14','\xd8','\xb6','\xed','\x41','\xe6','\xcd','\x9d','\x4b','\x36','\x9b','\xe1','\xca','\x95','\x2b','\x9c','\x38','\x7e','\x1c','\x3b','\x62','\xb2','\x69','\xe3','\x66','\x16','\xcc','\x9f','\xcf','\xbf','\xff','\x89','\x1f','\x7b','\xd3','\x48','\x7a','\x73','\x53','\x13','\xbf','\xf5','\x9b','\xff','\x83','\xf3','\xe7','\xcf','\x73','\xee','\xdc','\x39','\x22','\xd1','\x08','\xbb','\x76','\xed','\x64','\xdd','\xfa','\x75','\x18','\x52','\x72','\xf9','\xd2','\x25','\xbe','\xfc','\xa5','\x2f','\x93','\xcf','\x17','\xd8','\xf1','\xce','\x1d','\x74','\x76','\x74','\x72','\xf5','\xca','\x55','\x4e','\x9d','\x3d','\xf3','\x86','\xd7','\x9b','\x3b','\x7b','\x36','\x1f','\xff','\xe8','\x47','\xb8','\x74','\xe9','\x22','\x07','\x0e','\xec','\xa7','\x54','\x2a','\xb1','\x69','\xf3','\x46','\x36','\xac','\x5f','\x4f','\x55','\x32','\xce','\x99','\xd3','\xe7','\x78','\xfd','\xf5','\xd7','\x29','\x14','\x0a','\xec','\xdc','\xb9','\x83','\x47','\x1e','\x79','\x98','\x81','\x81','\x7e','\x9e','\x7d','\xf1','\xf9','\x7f','\xd4','\x1c','\x7a','\xbe','\x87','\x29','\x0d','\xec','\x48','\x84','\x68','\x2c','\x46','\xbe','\x50','\x64','\x22','\x9d','\xc6','\xb4','\xac','\x4a','\x76','\x2f','\xf0','\x7c','\x4e','\x9e','\x3c','\xce','\xb1','\x63','\x47','\x09','\x94','\x22','\x16','\x8b','\x51','\x5b','\x5b','\xcb','\xe6','\x4d','\x9b','\x78','\xf0','\xc1','\x07','\x59','\xb8','\x70','\x11','\xc9','\x64','\x82','\x7c','\xa1','\xc0','\x8d','\xeb','\xda','\xd1','\x3e','\x7b','\xee','\x0c','\x23','\x23','\x23','\x2c','\x5f','\xb6','\x8c','\xf7','\xbf','\xff','\x03','\x74','\xce','\x9a','\xc5','\x4f','\xfc','\xf4','\xcf','\xf0','\xc5','\x67','\x9f','\x7b','\xc3','\xfb','\x32','\x4d','\x93','\x3f','\xfc','\xdd','\xdf','\xa1','\x54','\x2c','\xb2','\x6f','\xff','\x3e','\x0a','\x85','\x22','\x0d','\x8d','\x8d','\xec','\xda','\xbd','\x9b','\xe6','\x96','\x16','\x4e','\x9f','\x3a','\xc5','\xb9','\x33','\x67','\xf8','\xca','\x57','\xbe','\xc2','\xcc','\x99','\x9d','\xec','\xdd','\xbb','\x07','\xd3','\x30','\xf8','\xf3','\xbf','\x7a','\xe3','\x9a','\xa9','\x6f','\x24','\xc9','\x44','\x82','\x1f','\xfe','\xd8','\x47','\x74','\x26','\xee','\x55','\x5d','\x0f','\xbb','\x71','\xd3','\x26','\x96','\x2d','\x5d','\x8a','\x10','\x70','\xfb','\xd6','\x2d','\xce','\x9e','\x39','\x83','\x65','\x5a','\xac','\x5a','\xbd','\x9a','\xb6','\xf6','\x0e','\x6e','\xde','\xbc','\xc5','\x8d','\x1b','\x5f','\xdd','\x47','\xc9','\x34','\xad','\x4a','\xa3','\xdf','\x1f','\xff','\x91','\x9f','\xe3','\x89','\x27','\xde','\x46','\x26','\x9d','\xe5','\xd5','\x97','\xf7','\xd1','\xdb','\xdd','\xcb','\xf2','\xa5','\xcb','\x59','\xb7','\x6e','\x3d','\x1d','\x33','\x3a','\x18','\x9b','\x98','\xe0','\xb5','\x03','\xaf','\xd1','\x75','\xb3','\x8b','\xa5','\x4b','\x96','\xb3','\x73','\xc7','\x5e','\x22','\x56','\x9c','\x13','\xc7','\x4e','\x71','\xed','\xea','\x4d','\x7c','\x4f','\xe1','\x38','\x45','\xc0','\xc0','\x34','\xa5','\xd6','\xa7','\x81','\x0a','\x29','\xbb','\x75','\x8f','\x36','\x3b','\x12','\xc1','\xf7','\x3d','\x96','\x2c','\x5e','\x82','\x61','\x68','\x5a','\xf2','\x9b','\x5d','\x5d','\x34','\x35','\xb7','\xb0','\x7b','\xcf','\x6e','\x66','\xcc','\xe8','\x64','\x62','\x22','\xcd','\xf1','\xe3','\x27','\x39','\x7d','\xfa','\x34','\xf1','\x78','\x92','\x5d','\xbb','\xf6','\xd2','\xd9','\x39','\x8b','\x23','\x87','\x5f','\xe7','\xea','\xf5','\xeb','\xdf','\x70','\x5c','\x84','\x10','\x7c','\xe2','\xa3','\x1f','\x25','\x1e','\x8f','\x51','\x5f','\x57','\x8f','\xe7','\x79','\x94','\x9c','\x22','\x93','\x93','\x93','\xb4','\xb6','\xb6','\x53','\x53','\x5b','\x8b','\x08','\x61','\x84','\x63','\x63','\x63','\xc4','\xdb','\xe3','\x6c','\xdf','\xb6','\x9d','\x4d','\x9b','\x36','\xb0','\x72','\xe5','\x0a','\xe6','\x2f','\x58','\x40','\x34','\x1a','\x65','\x74','\x74','\x94','\x6b','\xd7','\xae','\x71','\xf2','\xe4','\x49','\xce','\x9f','\x3f','\xcf','\x8d','\x9b','\x37','\x89','\xd8','\x36','\x6f','\x7b','\xdb','\xdb','\xd8','\xfb','\xd0','\x43','\x44','\x22','\x11','\x2e','\x5e','\xbc','\xc8','\xb3','\x2f','\xbc','\xf4','\x0d','\x09','\x50','\xbe','\xad','\x72','\x7f','\x21','\xe9','\xb4','\x7c','\xc7','\x64','\xda','\x01','\xfa','\x1e','\x92','\x39','\x33','\x67','\xf2','\xb3','\x3f','\xf9','\x53','\xe4','\x72','\x59','\xf6','\xef','\xdf','\xc7','\xab','\xaf','\xbe','\x4a','\x6f','\x4f','\x8f','\x66','\xae','\x52','\x41','\x08','\xc9','\x09','\x0b','\xd2','\x45','\x19','\x5f','\xec','\x11','\x04','\x90','\x2f','\xb8','\xe4','\x4b','\x45','\x52','\xa9','\x14','\xf5','\xcd','\x75','\xcc','\x9e','\x35','\x9b','\x45','\x0b','\x17','\x52','\x72','\x1c','\xce','\x9e','\x3d','\xc3','\xad','\xae','\x2e','\x0a','\xc5','\x42','\x05','\x93','\x2c','\x94','\x56','\x76','\x23','\xa3','\x23','\xf4','\xf6','\xf5','\x72','\xf1','\xd2','\x59','\x7c','\x5f','\x53','\x62','\x37','\x34','\xe9','\xfa','\x98','\xa1','\xa1','\x61','\x14','\x01','\xcb','\x97','\x2f','\xa3','\x6d','\x46','\x13','\x85','\xc2','\x5c','\xb2','\xb9','\x34','\xc7','\x5e','\x3f','\xc6','\xaf','\xfe','\xcf','\xff','\xfd','\x2d','\x19','\x2d','\xff','\x1c','\x29','\x86','\xfd','\x6b','\x6c','\xdb','\xc2','\xb6','\x35','\x7c','\x2c','\x19','\x76','\x87','\x4f','\x67','\xb2','\xa4','\xd3','\x69','\xb2','\xd9','\x6c','\xc5','\xd9','\x51','\x2a','\xc0','\x32','\x4d','\x3c','\xd7','\x65','\x78','\x68','\x28','\x6c','\xe8','\x68','\xd2','\xd3','\xd3','\xcb','\xe8','\xd8','\x28','\x28','\xb0','\x23','\x36','\x86','\x34','\x2a','\x34','\xd2','\x65','\xbc','\xb6','\x40','\x60','\x18','\xda','\xf0','\xf4','\x7d','\x0f','\xd7','\x75','\xb0','\x2d','\x8b','\x88','\x6d','\x51','\x72','\x34','\x85','\xad','\x61','\x9a','\xc8','\xb0','\x8f','\x4e','\x10','\x3a','\x0e','\x81','\xd2','\x8c','\x3d','\xf5','\x0d','\x0d','\x38','\xa5','\x12','\xe3','\x13','\xe3','\x18','\x61','\x26','\xa0','\x90','\xd7','\x91','\xff','\x92','\x53','\x24','\x97','\xcd','\x11','\x89','\xc5','\x08','\x94','\x86','\x5e','\x55','\x55','\x55','\x31','\x67','\xce','\x6c','\x5a','\x5a','\x5a','\x2a','\xf5','\x37','\xda','\xc1','\xb3','\x89','\xc6','\x62','\x14','\x4b','\x25','\x4a','\xe1','\x9f','\x4c','\x26','\x43','\x7b','\x7b','\x3b','\x75','\xf5','\xf5','\x98','\xa6','\x89','\x65','\x59','\x44','\x23','\x11','\x4a','\xa5','\x12','\x9e','\xeb','\x52','\x5f','\x57','\x47','\x6b','\x73','\x33','\xc7','\x8f','\x1d','\xe3','\xfa','\x8d','\x1b','\x98','\xa6','\x89','\x29','\x25','\x9e','\xe7','\x91','\xc9','\x64','\x98','\x9c','\x9c','\x44','\xf4','\x51','\x71','\x6e','\xb4','\x92','\x76','\x09','\x02','\x2f','\xec','\x6d','\xa3','\x08','\xca','\x9d','\x68','\x84','\x0c','\xa1','\x71','\x61','\xdd','\x8b','\x52','\x15','\xe8','\x5f','\xf9','\xef','\x29','\x42','\x04','\x01','\x4a','\x50','\x2a','\xe9','\x0e','\xe2','\x11','\xdb','\xc2','\xb2','\x23','\xa8','\x40','\xd7','\x02','\x21','\x0d','\x7c','\xdf','\x27','\x97','\xcb','\x53','\x5b','\x5b','\x43','\x7d','\x5d','\x3d','\xa3','\xa3','\x9a','\x0a','\xbb','\xb3','\xb3','\x93','\xf9','\xf3','\xe7','\x93','\xcb','\xe7','\xb9','\x73','\xf7','\x2e','\x4e','\xc9','\x21','\x12','\x89','\x92','\xc9','\x64','\x70','\x7d','\x8f','\x59','\x33','\x3b','\x89','\x46','\x23','\x14','\x4a','\x05','\x6a','\x6a','\xaa','\x69','\x6e','\x6e','\xc2','\x30','\x0c','\xc6','\x27','\xc6','\xa9','\xaa','\x4a','\x91','\xcd','\xe5','\x28','\x94','\x4a','\x2c','\x5c','\xb8','\x98','\x99','\x33','\x67','\x72','\xf5','\xea','\x75','\xa2','\x51','\x8b','\x92','\x93','\xc3','\x2d','\x39','\x14','\x8b','\x79','\xfa','\xfb','\x73','\xf4','\xf5','\xf7','\xe9','\xfb','\x51','\x3e','\x86','\x34','\x40','\x0a','\x7c','\xdd','\xdc','\x27','\x1c','\x0b','\xc2','\xfe','\x3f','\x61','\x3d','\x98','\x52','\x88','\x30','\xdb','\x15','\x28','\x0d','\x05','\x51','\x95','\xce','\xaf','\x0a','\x61','\xea','\xac','\x9f','\x0a','\x1d','\xe2','\xb2','\x94','\x1b','\xa2','\x16','\x8b','\x45','\x8c','\x72','\x6f','\xa8','\x5c','\x01','\x21','\x04','\xf5','\x75','\x0d','\x48','\x29','\xc8','\x64','\x32','\xc4','\x6b','\xeb','\x59','\xbc','\x68','\x11','\x89','\x44','\x9c','\xd7','\x8f','\xbd','\x4e','\x57','\xd7','\x2d','\x50','\x60','\x1a','\xda','\xc9','\x4d','\x55','\x57','\x33','\x73','\xf6','\x4c','\x12','\xf1','\x18','\xd7','\xaf','\x5d','\x7b','\xd3','\xec','\xcb','\xe2','\x85','\x0b','\x79','\x68','\xef','\x1e','\x5e','\x7a','\xf1','\x45','\xee','\xdd','\xbd','\x4b','\x3c','\x1e','\x67','\xd5','\xaa','\x55','\x74','\xb4','\xb7','\x73','\xfc','\xf8','\x71','\xbe','\xf0','\x85','\x2f','\x70','\xf9','\xf2','\x15','\xd6','\xac','\x59','\xc5','\x43','\x0f','\x3d','\x44','\xb1','\x58','\xe2','\xb7','\x7f','\xff','\x0f','\x28','\x7e','\x03','\x56','\xac','\x7f','\xaa','\x6c','\x58','\xbb','\x96','\x1f','\xfd','\xc4','\x27','\x38','\xfa','\xfa','\x51','\x8e','\x1f','\x7f','\x1d','\xc3','\x10','\xbc','\xf5','\xb1','\xb7','\xb0','\x68','\xf1','\x22','\x84','\x14','\x5c','\xba','\xa4','\x59','\xc3','\xaa','\xaa','\x52','\x3c','\xf4','\xd0','\x5e','\xe6','\xcc','\x9d','\xc3','\x7f','\xfa','\xa5','\x5f','\xe2','\xce','\xbd','\x7b','\xdf','\xd2','\xf7','\x58','\x96','\xc5','\xaf','\xfd','\xca','\xaf','\xa0','\x94','\xe0','\xd4','\xa9','\xd3','\x8c','\x8f','\x4d','\xb0','\x6c','\xd9','\x0a','\x3a','\x3a','\x3a','\x29','\x96','\x1c','\xee','\xdd','\xb9','\xcb','\xcd','\x5b','\xb7','\x68','\x6a','\x6a','\xe2','\xc1','\xad','\x5b','\xa9','\xa9','\xae','\xe6','\xb3','\x9f','\xff','\xfc','\x9b','\x06','\x64','\x96','\x2d','\x59','\xcc','\x8f','\x7d','\xf2','\x13','\x9c','\x3e','\x7d','\x9a','\xfd','\xfb','\xf6','\x21','\xa5','\xe4','\x89','\x27','\x9e','\x60','\xd3','\xa6','\x4d','\x98','\x96','\xc5','\xb9','\x73','\xe7','\xf8','\xdc','\x67','\x3f','\x4b','\x36','\x9b','\xe5','\xc3','\x1f','\xfe','\x30','\x73','\xe6','\xcc','\xe1','\xca','\xe5','\xcb','\x3c','\xff','\xc2','\xf3','\xf4','\xf4','\xf6','\x52','\x5f','\x5f','\x87','\xef','\x05','\xe4','\x8b','\x45','\xc6','\x26','\xc6','\x98','\xd9','\x39','\x13','\xcb','\xb2','\x48','\x67','\x26','\x40','\x40','\x4d','\x6d','\x2d','\xa9','\xea','\x6a','\xd6','\xac','\x59','\xcd','\x83','\x0f','\x3c','\x80','\x53','\x2c','\xf1','\x85','\x2f','\x7c','\x81','\x73','\xe7','\xce','\xb2','\x68','\xe1','\x22','\x0d','\x0f','\xac','\xab','\xa7','\xa7','\xa7','\x9b','\xf3','\xe7','\xcf','\xd3','\xd7','\xdf','\xc7','\x82','\x45','\x8b','\xd8','\xb3','\x77','\x0f','\x8e','\xe7','\x72','\xf8','\xe8','\xeb','\x5f','\x77','\xcf','\xe5','\x62','\xfb','\x0f','\x7e','\xff','\x07','\xc8','\x66','\xb3','\xbc','\xf4','\xe2','\x4b','\xf4','\xf6','\xf6','\xb2','\x6a','\xd5','\x4a','\x36','\x6e','\xda','\x48','\x63','\x63','\x23','\x9e','\xeb','\x73','\xe6','\xec','\x79','\xae','\x5e','\xbd','\xc6','\xca','\x25','\xcb','\x58','\xb7','\x7e','\x1d','\xc3','\x23','\x43','\x1c','\x78','\x6d','\xff','\x1b','\x12','\x41','\xa4','\xaa','\xaa','\xf8','\xc4','\xc7','\x7e','\x08','\xd7','\x75','\x38','\x7c','\xe4','\x10','\xb7','\xef','\xdc','\x66','\xe5','\xca','\x15','\xec','\xd8','\xb1','\x83','\x19','\x9d','\x33','\xc8','\x65','\x73','\x9c','\x3b','\x7b','\x96','\xb3','\x67','\xcf','\x52','\x5b','\x5b','\xc7','\xee','\xdd','\x7b','\x88','\xc7','\x13','\x9c','\x3d','\xfb','\xd2','\x37','\x85','\x3a','\x95','\xc5','\x34','\xcc','\x10','\xb6','\x9c','\xa4','\xb9','\xb1','\x91','\xb1','\xf1','\x71','\x06','\x43','\xe7','\x3e','\x16','\x8b','\x21','\x85','\xd4','\xd0','\xe6','\x6c','\x96','\xc6','\xc6','\x46','\xea','\xeb','\xeb','\x59','\xbc','\x78','\x31','\xbb','\x77','\xef','\x66','\xe3','\xc6','\x8d','\xa4','\xaa','\xab','\x19','\x1f','\x1f','\xe3','\xf6','\xad','\x3b','\x9c','\x3d','\x77','\x9a','\xe7','\x9f','\xff','\x0a','\x5d','\x5d','\xb7','\x48','\xa5','\x92','\xac','\x5d','\xb3','\x86','\x47','\xdf','\xfa','\x18','\x4b','\x97','\x2f','\xe7','\xda','\xb5','\x6b','\xda','\xe1','\xbd','\xcf','\xe0','\x2d','\xef','\x52','\x21','\x25','\x1b','\xd7','\xad','\xa5','\xb9','\xa5','\x85','\x63','\xc7','\x8e','\x71','\xf5','\xea','\x15','\x6a','\x6b','\xaa','\x59','\xbd','\x7a','\x2d','\x73','\xe6','\xcd','\x63','\x68','\x70','\x90','\x4c','\x26','\xc3','\x81','\x03','\x07','\x18','\x1f','\x1b','\xe3','\xe3','\x1f','\xff','\x38','\x6b','\xd7','\xac','\xe5','\x5e','\xf7','\x3d','\xba','\x7b','\xbe','\x39','\x15','\xfd','\xd7','\xca','\x9c','\x59','\xb3','\x48','\xa5','\xaa','\xd9','\xb7','\x6f','\x3f','\x5d','\x5d','\x5d','\xcc','\x9a','\x3d','\x9b','\xcd','\x9b','\x36','\xd1','\xd1','\xd1','\x41','\x4f','\x6f','\x0f','\x97','\x2f','\x5f','\xa6','\x7f','\x60','\x80','\xcd','\x9b','\x36','\xf2','\xe0','\x03','\x5b','\x51','\xbe','\x47','\xcf','\xbd','\x3b','\x48','\x43','\xf7','\x62','\x0b','\x02','\x1f','\xcb','\xd2','\x68','\x8b','\x74','\x26','\x4d','\x3c','\x16','\x67','\xd7','\xae','\x1d','\x74','\xcc','\x98','\xc1','\x57','\xbe','\xf2','\x15','\x5e','\x7d','\xf9','\x45','\x52','\x89','\x04','\x6f','\x7d','\xf4','\x61','\x36','\xac','\x5b','\x4b','\x2c','\x66','\x70','\xe2','\x85','\x63','\xbc','\xb6','\x7f','\x1f','\xa9','\x64','\x15','\x3b','\xb6','\x6f','\x67','\xc1','\x82','\xf9','\x8c','\x8f','\x8e','\x61','\x08','\x58','\xb8','\x70','\x3e','\xc2','\x30','\x34','\x7d','\x8d','\x52','\xf8','\x2a','\x20','\xf0','\xfd','\x90','\xca','\x5b','\x60','\x58','\x26','\xa9','\xaa','\x24','\xa9','\xaa','\x14','\xc9','\x54','\x15','\xdb','\xb7','\x6f','\x43','\x4a','\xc1','\xd5','\xab','\x57','\x29','\x16','\x8b','\x3c','\xb4','\x57','\xb3','\xe0','\x25','\x12','\x09','\xce','\x9d','\x3b','\xc7','\xd1','\xa3','\x47','\x18','\x1c','\x1c','\x60','\xf3','\xe6','\xcd','\x6c','\xdc','\xb8','\x1e','\xd7','\x75','\x18','\x1b','\x1b','\xa5','\x2a','\x91','\xd4','\xb5','\xa3','\x8a','\x0a','\x31','\x46','\x34','\x1a','\xad','\xcc','\x49','\x43','\x7d','\x3d','\x0b','\x17','\x2c','\xd4','\xf5','\xa6','\xca','\x07','\x02','\x4a','\xa5','\x22','\x9e','\xe7','\x50','\x5f','\x5f','\xc3','\x92','\x25','\x8b','\x99','\x37','\x7f','\x1e','\x86','\x94','\xcc','\x9d','\x37','\x97','\x6d','\xdb','\xb6','\xf3','\xe0','\x83','\x0f','\xd0','\xd4','\xd2','\x48','\xa9','\x54','\x62','\x62','\x62','\x82','\xc1','\xc1','\x41','\xce','\x9e','\x3d','\xcb','\x89','\x13','\x27','\xb8','\x77','\xef','\x1e','\x85','\x42','\x81','\xf6','\xd6','\x56','\xf6','\xee','\xdd','\xcb','\x93','\xef','\x7c','\x27','\x4d','\x6d','\x6d','\x5c','\x3e','\x77','\x8e','\x52','\xb1','\x48','\x67','\xc7','\x0c','\x4a','\xa5','\x12','\xa9','\x54','\x15','\xb6','\x15','\x61','\x70','\x68','\x88','\x42','\xa1','\x88','\xeb','\xb9','\x4c','\xa6','\xd3','\xdf','\x36','\xe7','\x48','\xde','\x57','\x2b','\x3a','\x2d','\xdf','\x59','\x99','\x76','\x80','\xbe','\x47','\xa4','\x2a','\x99','\xe4','\xc9','\xc7','\x1f','\x27','\x1a','\xb5','\x39','\x7f','\xfe','\x0a','\xb7','\x6e','\x75','\x91','\xcb','\x65','\x71','\x5c','\x87','\x7c','\x5e','\x1b','\x3f','\xd2','\x30','\x74','\x91','\xb6','\x52','\x95','\xf4','\xaa','\x66','\x6b','\x91','\x98','\x86','\x45','\x55','\x5c','\xe2','\xb8','\x2e','\xad','\x2d','\x6d','\xec','\xde','\xbd','\x8b','\xfa','\xfa','\x7a','\x6e','\xde','\xec','\xe2','\xd2','\xa5','\xcb','\xf4','\xf7','\x0f','\xa1','\x94','\x66','\x99','\xaa','\xaa','\xb2','\x35','\x74','\x27','\xc4','\xf8','\x5b','\xb6','\xad','\x7b','\xfb','\xb8','\x2e','\x7e','\x00','\xf9','\x7c','\x89','\x6c','\x26','\xcb','\xc8','\xf0','\x30','\xf3','\xe6','\xcd','\x61','\xeb','\x96','\x2d','\xac','\x58','\xb6','\x0c','\xc3','\x90','\xfc','\xf1','\x9f','\xfe','\x05','\x7f','\xfb','\x0f','\x9f','\xf9','\x17','\x73','\x7e','\x40','\x63','\xa9','\x2d','\xd3','\x24','\x62','\x47','\x88','\x45','\x63','\x04','\x7e','\x80','\xe7','\xfb','\x04','\xa5','\x12','\xae','\x53','\x42','\xa6','\x92','\x14','\x8b','\x25','\x6c','\xdb','\xa2','\xa9','\xa9','\x01','\xc3','\x30','\xc8','\xa4','\xd3','\x24','\x93','\x49','\x8a','\x8e','\x83','\x50','\x10','\xb1','\x23','\x98','\x86','\x8e','\xf8','\x4b','\x21','\x70','\x4b','\x25','\x4a','\x4a','\x55','\x58','\xdc','\x54','\x10','\x84','\x74','\xcf','\xb2','\x12','\x89','\x2c','\x3b','\x9b','\x85','\x7c','\x4e','\x33','\x8a','\x29','\x5d','\xf0','\xea','\x6b','\xae','\x64','\x0d','\x19','\x0b','\x59','\x92','\xa5','\x14','\x20','\x25','\x23','\xa3','\x43','\x1a','\x48','\x20','\xc0','\xf3','\xb4','\xe1','\x2c','\x4c','\x09','\x61','\x96','\xa8','\xba','\xb6','\x86','\xa2','\xeb','\x33','\xd0','\x3b','\x40','\x7d','\x5d','\x3d','\x6b','\xd6','\xac','\x64','\xef','\x9e','\x3d','\x44','\xa3','\x51','\xf6','\xed','\xdb','\xc7','\xb5','\x2b','\x57','\xc8','\x64','\x32','\xcc','\x9b','\x3f','\x9f','\xe5','\xcb','\x96','\x91','\xaa','\xaa','\xa2','\x37','\x9d','\x66','\x7c','\x7c','\x9c','\xfe','\xfe','\x7e','\x56','\xac','\x58','\x41','\x3c','\x1e','\x67','\x64','\x44','\xf7','\x5d','\xa9','\xab','\xab','\xab','\x34','\x3a','\x35','\x84','\xd0','\x75','\x59','\x21','\x9b','\x9a','\x02','\x72','\xb9','\x1c','\xd1','\x68','\x14','\xdb','\x34','\xc3','\x43','\x6f','\x0a','\xea','\x15','\x28','\x10','\xc2','\x40','\xe0','\x6b','\x23','\xbf','\x9c','\x0d','\x51','\xfa','\x01','\xca','\xf5','\x32','\x65','\xd1','\xe3','\x32','\x05','\x93','\x43','\x94','\xd7','\x9f','\x40','\x28','\x93','\x44','\xc2','\x02','\x02','\xbc','\xc0','\x27','\xf0','\x02','\x02','\x02','\x84','\xd0','\xf0','\x3a','\x29','\x0d','\x52','\x55','\x1a','\xfe','\x35','\x3e','\x36','\x41','\x3e','\x97','\x63','\xce','\xbc','\x79','\x3c','\xfa','\xe8','\xa3','\x34','\x35','\x37','\x71','\xe6','\xd4','\x69','\xae','\x5d','\xb9','\x16','\x66','\x11','\x4b','\x4c','\x4e','\x4e','\xb0','\x68','\xe1','\x02','\xb6','\x6c','\xde','\x82','\x0a','\xa0','\xbf','\xaf','\x9f','\x72','\xcf','\x1d','\x29','\x25','\xf1','\x58','\x9c','\xce','\xce','\x4e','\xd2','\xe9','\x1c','\xf7','\xee','\xde','\xa5','\xba','\x3a','\x45','\x7b','\x7b','\x3b','\xd5','\xa9','\x14','\xa3','\x63','\xc3','\xf8','\xaa','\x80','\x69','\x58','\x58','\xa6','\x3d','\x85','\x45','\x10','\xda','\xa9','\x51','\x0a','\x94','\x50','\x28','\x4b','\xf7','\xbc','\x28','\x67','\xba','\x84','\x10','\xba','\xde','\x4d','\x69','\xb6','\x37','\x3d','\x0c','\x22','\x24','\x6e','\x28','\x43','\x34','\xf4','\x38','\x98','\xa6','\x59','\xa1','\x8f','\x85','\xb0','\xf0','\x39','\xd0','\x63','\x68','\x84','\x90','\x55','\xe5','\x07','\x20','\xc1','\xb4','\x22','\x78','\x8e','\x47','\x7a','\x22','\x4b','\x2e','\x97','\x23','\x99','\x4c','\xb2','\x7e','\xfd','\x46','\x96','\x2e','\x5b','\xc1','\x9d','\x5b','\x77','\x38','\x74','\xf0','\x35','\xc6','\xc7','\x47','\x89','\x27','\x62','\x04','\x04','\x18','\xd2','\x60','\xce','\x9c','\x59','\x2c','\x59','\xbc','\x58','\xd3','\xc8','\xff','\xe2','\x2f','\xbe','\xa1','\xc1','\x2a','\xd0','\x11','\xfb','\x4c','\x3a','\xcd','\xc0','\xe0','\x20','\x23','\xe3','\xe3','\xec','\xd8','\xb6','\x8d','\x05','\x0b','\x16','\x50','\x2a','\x95','\xb8','\x7d','\xfb','\x36','\x77','\xef','\xde','\xa5','\xb1','\xb1','\x81','\x87','\x1e','\x7a','\x98','\x55','\xab','\x57','\x73','\xea','\xe4','\xa9','\x29','\xc6','\xc2','\x7f','\xa6','\x94','\x6b','\xa1','\xa4','\x10','\x34','\x37','\x35','\xf1','\xc8','\xde','\x3d','\xdc','\xbe','\xdd','\xc5','\x33','\xcf','\x3c','\xcd','\xc8','\xe8','\x08','\x6f','\x7d','\xec','\xad','\xac','\x5b','\xbf','\x46','\x17','\xbc','\x5f','\xbf','\xc1','\xc1','\x43','\x07','\x28','\xb9','\x45','\xd6','\xaf','\x5b','\xcf','\xbc','\xf9','\x73','\xf9','\xeb','\xbf','\xfb','\x5b','\x3e','\xff','\xa5','\x2f','\x7e','\xcb','\xba','\xc4','\x30','\x0c','\xda','\x5b','\x67','\x70','\xf1','\xfc','\x79','\x0e','\x1e','\x3c','\xc4','\xac','\x59','\xb3','\x79','\xf4','\x91','\xb7','\x30','\x7b','\xf6','\x4c','\xae','\x5f','\xbf','\xc9','\xbe','\x03','\xfb','\x19','\x1c','\x18','\x60','\xd7','\xae','\x5d','\x6c','\xdc','\xb0','\xa1','\x42','\x1f','\x9d','\xaa','\xaa','\xa2','\x18','\x06','\x0b','\x2c','\xcb','\x22','\x1a','\xd5','\x50','\xd8','\xbf','\xfe','\xd3','\x3f','\xc1','\x75','\x5d','\x0d','\x43','\x1a','\x18','\xe0','\xc1','\xed','\xdb','\xd9','\xbe','\x7d','\x3b','\xa6','\x69','\xd2','\xd7','\xdb','\xcb','\xdd','\xbb','\x77','\xb9','\xd7','\xdd','\xcd','\xa2','\xc5','\x8b','\x59','\xb9','\x62','\x05','\xb6','\x6d','\x93','\xcd','\x64','\xe8','\xec','\x9c','\xc5','\x3b','\xdf','\xf9','\x0e','\xaa','\x53','\xd5','\x44','\x63','\x51','\x36','\x4c','\x4e','\x32','\x36','\x3e','\x4e','\x2a','\x55','\x43','\x22','\x11','\x21','\x93','\x9d','\xa4','\xaa','\x2a','\x45','\x6b','\x5b','\x2b','\x96','\x65','\x31','\x6f','\xce','\x7c','\x66','\xcd','\x9e','\xc3','\x81','\x03','\x07','\x38','\x7d','\xea','\x14','\x8d','\x21','\xd1','\xca','\xca','\x95','\x2b','\x71','\x9c','\x12','\x67','\xcf','\x9e','\xe5','\xf0','\xe1','\xc3','\xd8','\xb6','\xcd','\xd6','\xcd','\x5b','\x98','\x39','\x73','\x26','\x37','\xef','\x5c','\xa7','\xb3','\x63','\x06','\x93','\x93','\x93','\x04','\x81','\xa2','\x3a','\xa4','\x43','\xaf','\xad','\xad','\xe5','\x3f','\xfd','\xec','\xcf','\xd0','\x31','\x63','\x06','\x47','\x8e','\x1e','\xe5','\xc0','\x6b','\xaf','\x51','\x5d','\x9d','\xe2','\x1d','\x4f','\xbe','\x93','\xc5','\x8b','\x97','\x60','\x9a','\x26','\x3d','\xdd','\x3d','\x9c','\x39','\x73','\x1a','\x3b','\x62','\xb1','\x66','\xdd','\x6a','\x66','\xcd','\x9b','\xcd','\xd8','\xd8','\x38','\x8d','\x8d','\xf5','\x2c','\x5d','\xbc','\x08','\xd7','\x75','\x19','\x1c','\x1a','\x26','\x16','\x8d','\x32','\x77','\xce','\x1c','\xb6','\x6d','\xdd','\xca','\xe3','\x8f','\x3d','\xca','\x8b','\x2f','\xbe','\xc8','\x91','\xa3','\x87','\xa9','\xaa','\x4a','\xb0','\xe7','\xa1','\x3d','\xac','\x58','\xb9','\x0c','\xcf','\x73','\x18','\x1f','\x1f','\x63','\x64','\x74','\x94','\xb1','\xd1','\x71','\x56','\x2c','\x5b','\xce','\xfc','\xf9','\xf3','\x29','\x14','\x0a','\x74','\x74','\x74','\xb0','\x68','\xc1','\x42','\x32','\x99','\x0c','\x1d','\x33','\x66','\x90','\x48','\x68','\xa6','\xb0','\x72','\x20','\x47','\xf7','\x8f','\xca','\x52','\x5d','\x5d','\xcd','\x03','\x5b','\xb6','\x12','\x89','\xe8','\x06','\xc5','\x9a','\xde','\x5c','\xe0','\x84','\xfd','\x99','\xa2','\xd1','\xa8','\xce','\x3e','\xc4','\x22','\x2c','\x5e','\xb4','\x88','\x5d','\xbb','\x77','\xb3','\x72','\xe5','\x4a','\x16','\x2c','\x58','\x40','\x22','\xa4','\xc7','\xef','\xea','\xea','\xe2','\xec','\xd9','\xd3','\x1c','\x3b','\x76','\x92','\x53','\xa7','\x4e','\xe2','\x05','\x45','\xda','\x67','\xb4','\xb3','\x77','\xd7','\x1e','\x9e','\x78','\xdb','\xdb','\xe8','\x98','\x35','\x8b','\xbe','\xbe','\x3e','\xf2','\xd9','\x2c','\x7b','\x77','\xed','\x24','\x1a','\x8d','\x52','\x95','\x4c','\xe2','\x07','\x01','\x7b','\x77','\xee','\x40','\x29','\xc5','\xcc','\x99','\x33','\x69','\x69','\x69','\xe1','\xd2','\xa5','\xcb','\xec','\x7b','\x75','\x1f','\x03','\x7d','\x03','\x6c','\xd9','\xb2','\x99','\x1f','\xfc','\xf0','\x0f','\x62','\xdb','\x36','\xbd','\xbd','\xbd','\x1c','\x3b','\x76','\x8c','\x5b','\xb7','\x6f','\xb3','\x6d','\xfb','\x76','\x76','\xef','\xde','\xcd','\xf8','\xf8','\x38','\xef','\xff','\xd0','\x87','\xbf','\xe5','\xec','\x8f','\x10','\x82','\x6d','\x0f','\x6c','\xc5','\xf5','\x7d','\x2e','\x84','\x0c','\x69','\x1b','\xd6','\xaf','\x67','\xc9','\xd2','\x25','\x9a','\xb9','\xf5','\xec','\x39','\x5e','\x7c','\xe9','\x65','\x8a','\x85','\x22','\xdb','\xb7','\xef','\x64','\xd1','\xa2','\x25','\x8c','\x8c','\x66','\x58','\xb6','\x78','\x31','\xcf','\x3d','\xf3','\x02','\xf9','\x42','\x31','\x0c','\x8c','\x98','\x44','\x63','\xba','\xee','\x57','\xeb','\x5d','\xc9','\xd5','\x2b','\x57','\xd8','\xbf','\xef','\x55','\x0a','\xf9','\x2c','\xbb','\x77','\xee','\x60','\xf3','\xa6','\x8d','\xcc','\x98','\x31','\x83','\x6b','\x57','\x6e','\xf1','\xa5','\x2f','\x3c','\xc3','\xc8','\xf0','\x28','\xdb','\xb6','\xed','\x60','\xe1','\xfc','\xc5','\xf8','\x8e','\x87','\x6d','\x46','\x78','\xf4','\xe1','\xb7','\xf2','\xd0','\xde','\x47','\x88','\xda','\x9a','\xdc','\x24','\x40','\x93','\xff','\x68','\x56','\x54','\x45','\x10','\x68','\x46','\xb8','\xc0','\xf3','\x49','\x24','\xab','\x34','\x12','\xa1','\x34','\xce','\xb9','\x73','\xe7','\x38','\x7b','\xf6','\x1c','\x10','\xb0','\x74','\xe9','\x52','\xea','\xeb','\x1b','\x18','\x1d','\x1d','\xe5','\xc8','\x91','\xc3','\x9c','\x3c','\x79','\x82','\x64','\xb2','\x8a','\xcd','\x9b','\x37','\xd3','\xd6','\xd6','\x46','\xa9','\x54','\x62','\xcf','\x9e','\x3d','\x5c','\x7d','\xe2','\x89','\x90','\x09','\xd4','\x27','\x62','\x5b','\x20','\x7c','\x1c','\xaf','\x84','\x6d','\x45','\x30','\x42','\xd4','\x85','\x61','\x5a','\xf4','\xf6','\x75','\x33','\x3c','\x3c','\x44','\x75','\x4d','\x8a','\x7c','\x3e','\xcb','\xd8','\xf8','\x28','\x99','\x6c','\x9a','\x78','\x3c','\xc2','\xd6','\x2d','\x9b','\xd8','\xb8','\x61','\x3d','\xeb','\x36','\xac','\x63','\xd6','\xcc','\x59','\xd4','\xd4','\xd4','\x30','\x3e','\x3e','\xce','\x95','\x2b','\x57','\xb8','\x72','\xf9','\x0a','\x5d','\x37','\xbb','\xb8','\x7c','\xf5','\x32','\x3d','\xbd','\x3d','\xa4','\xaa','\x52','\xac','\x5d','\xbb','\x96','\x1d','\x3b','\x76','\xb0','\x7c','\xf9','\x72','\x4c','\xc3','\x60','\xb8','\xaf','\x17','\xcb','\xb2','\xd8','\xb2','\x75','\x2b','\x87','\xdf','\xf6','\x44','\x88','\x26','\xf1','\x11','\xc2','\x24','\x9f','\x2f','\x62','\x86','\x41','\xd0','\x2d','\x3b','\xb7','\x73','\xe7','\xde','\xdd','\x6f','\x69','\x6e','\xdf','\x4c','\x6c','\xdb','\xfe','\x86','\xac','\x83','\xd3','\xf2','\xed','\x93','\x69','\x07','\xe8','\x7b','\x40','\x6c','\xcb','\x62','\xcb','\xc6','\x0d','\x7c','\xe4','\x07','\x3e','\x44','\x3a','\x9d','\xa6','\xa7','\xa7','\x87','\x91','\x91','\x51','\x72','\xb9','\x1c','\x41','\xe0','\x61','\x59','\x16','\x53','\xa8','\xd2','\xa9','\xce','\xf5','\xba','\x1d','\x89','\x22','\x12','\x89','\xe2','\x07','\x92','\x91','\x91','\x11','\x1a','\xe2','\x71','\x16','\x2c','\x98','\x4f','\x4b','\x73','\x0b','\x7d','\x7d','\x7d','\xbc','\xfe','\xfa','\x51','\x86','\x87','\x87','\x31','\x0c','\x81','\xef','\x4f','\x15','\x66','\x96','\x3b','\xda','\x0b','\x14','\x84','\xc5','\xd6','\x89','\x64','\x9c','\xaa','\x54','\x8a','\xf1','\xb1','\x51','\x7a','\x7a','\x7a','\x68','\x6c','\x68','\x64','\xc3','\x86','\x0d','\xac','\x58','\xbe','\x8c','\x8e','\x8e','\x19','\xf4','\xf4','\xf7','\xf2','\xf9','\x2f','\x7e','\xe9','\x5b','\x3e','\x04','\xfe','\xb9','\x12','\x89','\x44','\x40','\x08','\xb2','\xd9','\x0c','\xd2','\x94','\x24','\x92','\x09','\x1c','\xc7','\xc1','\xb4','\x4c','\x8c','\x54','\x8a','\x88','\x65','\x93','\x4e','\x4f','\x52','\x72','\x1c','\x96','\x2f','\x5f','\xc1','\x92','\xa5','\x4b','\x79','\x6d','\xff','\x7e','\x40','\x37','\x89','\x0d','\x3c','\x2f','\xcc','\x44','\x88','\xa9','\xda','\x0d','\x94','\xce','\x08','\x04','\x21','\xc4','\x29','\x34','\x84','\xa5','\x2e','\x70','\xa9','\x38','\x42','\x4a','\x7b','\x09','\x58','\xb6','\x8d','\x11','\x6e','\x37','\x85','\x08','\x33','\x40','\xa2','\xc2','\x85','\x26','\x85','\x24','\x20','\xc0','\x77','\x7d','\xa4','\x21','\x31','\x4c','\x49','\x22','\xae','\x7b','\x38','\xf8','\x9e','\xa7','\xfb','\xe1','\x78','\x2e','\x93','\x13','\x13','\x64','\x8b','\xba','\x4e','\x64','\xcd','\xea','\xd5','\x3c','\xf6','\xf8','\x5b','\x59','\xbb','\x76','\x1d','\x99','\x4c','\x96','\xeb','\xd7','\xae','\xd1','\xd3','\xab','\x15','\x76','\x67','\x47','\x07','\xb5','\xb5','\xba','\xf8','\xbf','\xbf','\xbf','\x9f','\x3b','\x77','\xee','\x90','\x4a','\xa5','\x2a','\xc6','\x42','\x22','\x1e','\x47','\x0a','\xc1','\x64','\x7a','\x92','\x48','\x24','\x5a','\xe9','\x71','\x53','\x2a','\x95','\x98','\x39','\x73','\x26','\x7d','\x7d','\x7d','\xa4','\x33','\x19','\x02','\xdf','\xc7','\x30','\x0c','\xed','\xe8','\x95','\x9c','\x10','\xb2','\x26','\xc2','\xbe','\x3e','\x02','\x51','\x26','\x41','\x50','\xa2','\xd2','\xcc','\x4f','\x85','\x24','\x01','\x65','\xe6','\x24','\xd3','\x34','\x30','\x4c','\x0b','\x50','\x10','\x10','\x92','\x22','\x84','\x60','\x39','\x25','\xc2','\x9f','\x7d','\x94','\xd2','\x86','\xb5','\x10','\x84','\xf5','\x3e','\x12','\x61','\x08','\x82','\x30','\xb3','\x11','\x8d','\xd8','\x4c','\xa6','\xd3','\x8c','\x8d','\x4d','\x30','\x67','\xce','\x1c','\xde','\xf2','\xc8','\xa3','\x2c','\x5f','\xb6','\x8c','\x6c','\x26','\xcb','\xa5','\x2b','\x17','\xe9','\x1b','\xe8','\x25','\xf0','\x03','\xdc','\x92','\x43','\x63','\x43','\x23','\x8b','\x96','\x2c','\x41','\x49','\x88','\xc6','\xa3','\xcc','\xe8','\x6c','\xe5','\xee','\xdd','\x3b','\xf4','\xf7','\xf7','\x93','\xcb','\xe5','\xb1','\x6d','\x9b','\xd1','\x91','\x51','\x82','\x40','\x30','\x7b','\xce','\x6c','\xf2','\x05','\xcd','\x92','\x95','\x48','\x44','\x19','\x1e','\xf1','\x2b','\x8e','\x97','\x76','\x64','\xc2','\xa0','\x81','\xba','\xaf','\xce','\x29','\x08','\xe1','\x8b','\x41','\x50','\x31','\xe4','\x15','\x02','\x51','\x46','\x85','\x29','\xdd','\xf7','\xc7','\x0f','\xfc','\x4a','\xcf','\x9f','\x0a','\x15','\xb6','\x02','\xcf','\xf5','\x10','\x86','\x42','\x08','\xa5','\xfb','\x25','\x31','\x75','\x6d','\xed','\x46','\x4a','\xfd','\xbd','\x01','\x44','\xa2','\x31','\x6c','\xcb','\x66','\x74','\x6c','\x94','\x44','\x32','\xce','\xee','\xdd','\xbb','\xd8','\xbb','\xf7','\x21','\x22','\x91','\x28','\x17','\x2f','\x9c','\xe7','\xd6','\xad','\xdb','\x80','\x20','\x1e','\x4f','\x90','\xc9','\xa4','\xe9','\xe8','\xe8','\x60','\xfd','\xfa','\x75','\xd4','\xd5','\xd5','\x90','\xcb','\x65','\xb9','\xd3','\xdd','\xfd','\xc6','\x1b','\x43','\x08','\x3e','\xf0','\x9e','\x77','\x93','\x49','\xa7','\xe9','\xbe','\x77','\x97','\xc0','\xf7','\x59','\xbe','\x62','\x05','\x6d','\x6d','\x6d','\x0c','\x0c','\x0c','\x70','\xfc','\xf8','\x71','\x86','\x87','\x87','\x59','\xb5','\x6a','\x15','\xf3','\xe7','\x2d','\xa0','\xae','\xae','\x9e','\xf9','\xf3','\xe7','\xf3','\xf9','\xbf','\xff','\x7b','\x40','\x86','\x99','\xc0','\xf0','\xd9','\x2b','\x14','\xe0','\xfa','\x19','\xb4','\x11','\xe4','\x21','\x0c','\x89','\x21','\x44','\x18','\x8d','\xd6','\x4e','\xb5','\x0c','\xfb','\x24','\x19','\xa6','\x81','\x61','\xea','\x75','\x54','\x53','\x93','\xc2','\xf5','\x3c','\x9e','\xfd','\xca','\xb3','\xdc','\xbe','\x73','\x87','\x59','\xb3','\x67','\xf3','\xd8','\x63','\x8f','\xd3','\xdc','\xd4','\x44','\x6f','\x9f','\x86','\x90','\xed','\xdf','\x7f','\x80','\x96','\xd6','\x66','\x1e','\x7f','\xdb','\xe3','\xb4','\xb6','\xb6','\xf2','\x99','\xa7','\x9f','\xa6','\x50','\xf8','\xd6','\x33','\x51','\x0d','\xf5','\xf5','\x34','\xb6','\x34','\xf1','\x95','\x67','\xbf','\x42','\xa9','\x58','\xa2','\xb1','\xb1','\x09','\xcf','\xf7','\x90','\xf1','\x24','\x3d','\xbd','\xbd','\x5c','\xbc','\x78','\x01','\xc3','\x90','\x34','\x35','\x36','\x22','\x85','\xa0','\xa6','\xae','\x96','\x57','\x9e','\xd7','\x50','\xa8','\xd1','\xd1','\x51','\x3c','\xc7','\xa1','\xb5','\xad','\x8d','\x78','\x3c','\x46','\x2e','\x97','\x63','\x62','\x62','\x92','\x43','\x07','\x0f','\x72','\xf1','\xe2','\x45','\xea','\xea','\xeb','\x79','\xf8','\xa1','\x87','\x98','\x33','\x67','\x0e','\x99','\x4c','\x86','\x53','\x27','\x4f','\x72','\xea','\xd4','\x29','\x1a','\x9b','\x9b','\x59','\xb2','\x64','\x09','\xa6','\x65','\x51','\x5f','\x57','\xc7','\xae','\x5d','\xbb','\xd8','\xb4','\x65','\x4b','\xd8','\x94','\xd5','\xc2','\x8a','\xd8','\x04','\xae','\x8f','\x17','\xf8','\xf8','\x8e','\x4b','\x22','\x95','\x20','\x93','\xcd','\x30','\x39','\x31','\x41','\x3c','\x1e','\x43','\x08','\xc9','\xe8','\xc8','\x28','\x2f','\xbe','\xf0','\x3c','\x07','\x0e','\x1c','\xa0','\x58','\x28','\xb2','\x66','\xcd','\x5a','\x76','\xee','\xdc','\x45','\x73','\x73','\x0b','\x47','\x8e','\x1c','\xd5','\xcc','\x6f','\xdd','\xdd','\xac','\x5d','\xb7','\x8e','\x35','\x6b','\xd6','\x60','\xdb','\x16','\x9d','\x33','\x3a','\x79','\xfa','\xa9','\x4f','\x63','\x5b','\x36','\x42','\x48','\x72','\xb9','\x1c','\x22','\x24','\xa0','\x19','\x1a','\x1c','\xe4','\xe5','\x97','\x5f','\xe6','\xb9','\x17','\x5e','\x40','\x4a','\xc1','\x43','\x7b','\xf7','\xf2','\xd0','\xde','\xbd','\x34','\xb5','\xb5','\x31','\x36','\x32','\xc2','\xf9','\x8b','\x17','\x18','\x19','\x19','\x26','\x1a','\x8d','\x61','\xd9','\x11','\xe2','\x89','\x2a','\x5a','\xda','\x3a','\x68','\xac','\x6f','\xe0','\x1d','\xef','\x7a','\x27','\x02','\x74','\xdd','\xa7','\x1d','\x21','\x99','\x4c','\x32','\x34','\x34','\xc4','\xf3','\xcf','\x3f','\xc7','\x53','\x4f','\x3d','\x45','\x26','\x9d','\xe1','\xb1','\xc7','\x1e','\x63','\xdb','\x03','\xdb','\x48','\xc4','\x13','\x64','\xd2','\x93','\x64','\xb2','\x19','\x86','\x86','\x86','\x08','\x7c','\x17','\x84','\x86','\x25','\x35','\x34','\x34','\xb0','\x6e','\xdd','\x5a','\xf6','\xbf','\xf4','\x0a','\xae','\xe3','\xa0','\x02','\x3f','\x4c','\x92','\x6a','\x38','\x68','\x2c','\x1e','\x47','\x1a','\x26','\xb9','\x6c','\x96','\x89','\xf1','\x31','\xec','\x88','\x4d','\x22','\x96','\x40','\x05','\x8a','\x52','\xa9','\x44','\x36','\x9b','\x65','\x6c','\x6c','\x0c','\xd7','\xf3','\x98','\x37','\x7f','\x3e','\xdf','\xff','\xfd','\xdf','\xcf','\x9d','\x3b','\x77','\x58','\xbc','\x68','\x11','\x5b','\xb7','\x6e','\x25','\x12','\x8d','\x52','\x2c','\x16','\xb9','\x7e','\xfd','\x3a','\xe7','\xcf','\x9f','\xe7','\xc4','\x89','\x13','\x5c','\xbd','\x7a','\x85','\x9e','\x9e','\x3e','\x3c','\xcf','\x65','\xd5','\xea','\x65','\x3c','\xf6','\xd8','\xe3','\x6c','\xda','\xb4','\x11','\xc7','\x0f','\x38','\x73','\xfa','\x14','\x86','\x61','\xb2','\x70','\xd1','\x22','\xfe','\xe0','\x77','\x7f','\xa7','\xb2','\x9e','\xcb','\xfd','\x68','\x92','\x55','\x55','\x8c','\x8e','\x8e','\xf2','\xfc','\x73','\xcf','\xb1','\x6f','\xff','\x01','\xee','\xde','\xbd','\x4b','\x5b','\x7b','\x1b','\x0f','\x3f','\xf2','\x08','\x1d','\x1d','\x1d','\xf4','\xf5','\xf5','\x71','\xee','\xdc','\x39','\x9e','\x7f','\xfe','\x79','\xe6','\xce','\x9d','\xcb','\x07','\xde','\xff','\x7e','\x1a','\x9b','\x9a','\x78','\xe2','\x5d','\xef','\x66','\x70','\x78','\xf8','\x5b','\x5e','\xab','\x86','\x61','\xf0','\xde','\x77','\xbd','\x93','\xab','\x57','\xae','\x70','\xe9','\xe2','\x45','\x62','\xb1','\x18','\x0b','\x16','\x2c','\xa0','\xba','\x2a','\x45','\x77','\x77','\x37','\xe7','\xce','\x9d','\x63','\x60','\xb0','\x9f','\x68','\x34','\xc6','\xe4','\xe4','\x24','\x13','\x93','\xe3','\x18','\x66','\x84','\x84','\x11','\x01','\xa9','\xa8','\xab','\xab','\xc3','\xb4','\x4d','\x0c','\xa1','\x9b','\xe8','\xe6','\xf3','\x39','\x26','\x27','\x33','\x9c','\x3e','\x7d','\x9a','\x0b','\x17','\xce','\x72','\xfb','\xf6','\x6d','\x16','\x2d','\x5a','\xc4','\x43','\x0f','\xed','\x61','\xd5','\xaa','\x55','\x94','\x8a','\x05','\x5e','\x7b','\x6d','\x3f','\x17','\x2e','\x9c','\xd3','\xe7','\xcd','\xe4','\x38','\x77','\xee','\xdc','\x22','\x1e','\x8f','\x62','\x1a','\x26','\x85','\x90','\x6e','\xdf','\x2d','\x39','\x4c','\xa6','\x27','\x29','\x3a','\x45','\x0d','\xfd','\x36','\x34','\x31','\x8e','\x11','\x32','\x9b','\x16','\x8b','\x25','\x2c','\xd3','\x24','\x1a','\x8b','\x70','\xf1','\xfc','\x69','\xce','\x9e','\x3e','\x85','\xeb','\xba','\xec','\xdd','\xb3','\x97','\x07','\xb7','\x6d','\x07','\x01','\x07','\x0f','\xbe','\xc6','\xbe','\x7d','\x07','\xe8','\x1f','\x18','\xa0','\xb9','\xa9','\x99','\x13','\x27','\x4f','\x21','\x4d','\x93','\xea','\xaa','\x24','\xd9','\x6c','\x0e','\xa5','\x14','\x96','\xa5','\x99','\x5a','\x73','\xb9','\x1c','\xa6','\xad','\x03','\x85','\xa5','\x92','\x0b','\xbe','\x8f','\x1f','\xf8','\x14','\x1d','\x97','\x89','\x89','\x09','\x0d','\xdf','\x8f','\x27','\x71','\x5d','\x97','\x9e','\x9e','\x5e','\x06','\x06','\xfa','\x31','\x2d','\x93','\x87','\x1e','\x7a','\x98','\xea','\x9a','\x14','\x91','\x68','\x94','\xe1','\xe1','\x11','\xce','\xec','\xdf','\xcf','\xd9','\x33','\x67','\xb8','\x74','\xe9','\x12','\xb7','\x6e','\xdd','\x62','\x72','\x62','\x12','\xc7','\x75','\x50','\x4a','\x11','\x8d','\x44','\x19','\x1e','\x1e','\xe6','\xf4','\xe9','\x33','\x5c','\xbb','\x7e','\x1d','\xd7','\x29','\x61','\x5b','\x36','\xf5','\x0d','\x0d','\xd8','\x76','\x84','\x89','\xf1','\x31','\x06','\x87','\x87','\xf0','\x3c','\x8f','\x88','\x1d','\x63','\xd9','\xd2','\x55','\xec','\xdc','\xb9','\x83','\xde','\xde','\x5e','\xd2','\x99','\x7f','\x7e','\xad','\x32','\x84','\xfa','\xf3','\x7e','\xd8','\xf8','\xb4','\x7c','\x47','\x65','\xda','\x01','\xfa','\x1e','\x90','\x19','\x6d','\x6d','\xfc','\xaf','\x5f','\xfb','\x35','\xaa','\x92','\x49','\xce','\x9c','\x39','\xc3','\xe1','\xc3','\x87','\xb9','\x70','\xfe','\x1c','\xc3','\xc3','\xc3','\xf8','\x81','\x4f','\x2c','\x1e','\xc7','\x34','\x4d','\xdd','\x83','\x24','\x8c','\x32','\x0b','\x44','\x08','\xbd','\x52','\x14','\x4b','\x25','\x84','\xb2','\x68','\x6a','\x6e','\x62','\xc7','\xf6','\xed','\x6c','\xdb','\xf6','\x20','\xd5','\xd5','\x55','\x9c','\x3a','\x7d','\x8a','\x33','\xa7','\x4f','\x92','\xcd','\xe5','\x50','\x41','\x40','\xa1','\x90','\x03','\x24','\x88','\xb2','\xe1','\x1f','\xa0','\x02','\x15','\x32','\xc0','\x18','\xe4','\x73','\x0e','\x8e','\x9b','\xc3','\x71','\x1c','\xec','\xa8','\xc1','\x9a','\x75','\xcb','\xd9','\xf2','\xc0','\x06','\xea','\x1a','\xab','\x99','\x48','\x8f','\xf1','\x93','\x3f','\xf3','\xb3','\x4c','\x4c','\x7e','\x7b','\x14','\xc5','\xb7','\x22','\x65','\x08','\x57','\x7d','\x7d','\x3d','\x6d','\xad','\xed','\x24','\x93','\x49','\xfa','\xfa','\xfa','\xa8','\x8b','\xd7','\x11','\x8f','\xc7','\x71','\x1d','\x87','\x6b','\xd7','\xae','\x71','\xec','\xf5','\xd7','\xd9','\xb6','\x6d','\x1b','\x6f','\x79','\xcb','\x5b','\xa8','\xa9','\x4e','\xd1','\xdd','\xd3','\xc3','\xe0','\xc0','\x20','\xa5','\x7c','\x1e','\x61','\xd9','\x95','\xc8','\x99','\x42','\xa1','\xfc','\x00','\x29','\x02','\x04','\x1e','\x4a','\x1a','\x98','\xa6','\x81','\x29','\x25','\x84','\x0c','\x5c','\x42','\x86','\x6a','\x2c','\xb4','\x0c','\x03','\x3f','\xc0','\x77','\x9d','\xfb','\xe8','\xc0','\xca','\x8a','\x4e','\x85','\x70','\x14','\x09','\x1e','\xb8','\x81','\x4f','\xb9','\x66','\xc4','\x27','\xc0','\x10','\x12','\x29','\x0c','\x6c','\xcb','\xc0','\x77','\x5c','\x6a','\xaa','\x6a','\x58','\xbe','\x62','\x36','\xed','\x1d','\xed','\x6c','\xde','\xb4','\x99','\x79','\xf3','\xe6','\x31','\x34','\x34','\xc4','\xab','\xaf','\xbe','\xca','\xe1','\x23','\x47','\x08','\x82','\x80','\x79','\xf3','\xe6','\xb1','\x74','\xa9','\xee','\xed','\xe0','\x79','\x1e','\xbd','\xbd','\xbd','\xf4','\xf7','\xf7','\x33','\x7f','\xfe','\x7c','\x22','\x91','\x08','\x0d','\x0d','\x0d','\x34','\x34','\x34','\x70','\xef','\xde','\x3d','\xf2','\x85','\x02','\xb9','\xdc','\x18','\x17','\x2e','\x5c','\xe0','\xe8','\x91','\x23','\xec','\x7d','\xe8','\x21','\x96','\x2f','\x5f','\xc6','\xc0','\x40','\x3f','\x77','\xef','\xde','\xc3','\xb2','\x6d','\x44','\xb8','\x6e','\xfc','\xf2','\xda','\x91','\x9a','\xb5','\x0e','\x21','\x09','\xcd','\xfe','\x10','\xf6','\x15','\x40','\xd8','\xbf','\x27','\x20','\x7c','\x7f','\xa0','\x33','\x66','\x65','\x7a','\x6a','\xa5','\x04','\xa8','\x29','\xb8','\x84','\x42','\x4d','\xd5','\x45','\xa9','\xfb','\xe0','\x73','\xd2','\x00','\x53','\x86','\x46','\xb3','\x66','\xcb','\xb3','\x22','\x36','\x4d','\xcd','\xcd','\x2c','\x5d','\xb2','\x8c','\xad','\x5b','\x1f','\x60','\xf3','\x96','\xad','\x04','\x28','\xce','\x9e','\x3e','\xc3','\xe9','\xd3','\xe7','\xc8','\xe7','\x34','\x0b','\xde','\x68','\xa1','\x40','\x73','\x4b','\x0b','\x9b','\x36','\x6e','\x64','\xce','\xac','\x39','\x95','\x1a','\xb8','\x58','\x2c','\x4e','\x4d','\x4d','\x75','\xc5','\x19','\x19','\x1b','\x1b','\x67','\x2c','\xeb','\xd0','\x7d','\xef','\x1e','\xd9','\x4c','\x86','\xd5','\xab','\x56','\x92','\x88','\xc5','\x39','\x7c','\xe4','\x10','\x77','\xef','\xdd','\xd0','\xb4','\xd7','\x95','\xfb','\xa3','\x02','\xe5','\x23','\x74','\x6c','\x95','\x52','\x20','\x41','\x22','\x2b','\x30','\xb8','\x29','\x47','\x40','\x3b','\x4f','\xa6','\x2a','\xd7','\x26','\x94','\xb3','\x14','\xda','\xe1','\x9d','\xfa','\x51','\x11','\x58','\x53','\x1f','\xd2','\x4e','\xb4','\x98','\x62','\x8a','\x13','\x0a','\x43','\xda','\xd8','\x56','\x82','\x19','\x33','\xe6','\xb0','\x72','\xe5','\x52','\x1e','\x7c','\xf0','\x41','\x1a','\x1b','\x9b','\xb9','\x74','\xe9','\x0a','\x07','\x0f','\x1d','\x66','\x68','\x70','\x18','\xd3','\xb4','\xc8','\x64','\x26','\x29','\x14','\x4b','\xcc','\x9d','\x37','\x97','\xe5','\x2b','\x96','\x53','\x5d','\x93','\x62','\x78','\x78','\x98','\x81','\x81','\x81','\x37','\xdc','\x17','\x42','\x08','\xdd','\x84','\xb1','\x90','\xa3','\xbf','\xbf','\x9f','\xea','\x54','\x8a','\x64','\x22','\x41','\xb1','\x58','\x24','\x9b','\xcd','\x92','\xc9','\x64','\x2a','\xd4','\xb6','\xc3','\x23','\xc3','\xdc','\xb8','\x7e','\x83','\x5c','\x3e','\x4b','\xaa','\xba','\x86','\x58','\x34','\x51','\x81','\xa9','\x2b','\x55','\xae','\xfb','\xba','\x6f','\x5c','\x04','\x61','\x7f','\x27','\x1d','\x28','\x10','\xa2','\x0c','\x77','\x94','\x15','\x43','\x29','\x9b','\x4b','\x63','\x18','\x7a','\x1f','\x5c','\xba','\x74','\x91','\xa3','\xaf','\xbf','\xce','\xe5','\xcb','\x57','\x68','\x6b','\x6d','\xe1','\x91','\x47','\x1e','\xa6','\xb9','\xa9','\x91','\x62','\xb1','\xc0','\xb5','\x6b','\x57','\x39','\x76','\xec','\x28','\x25','\xa7','\xc4','\x96','\xcd','\x5b','\x98','\x33','\x67','\x36','\xbf','\xf6','\x3f','\x7e','\x83','\xcb','\x57','\xaf','\xbd','\xe1','\x73','\x7d','\x33','\x11','\x42','\x52','\xdb','\xd0','\x48','\xbe','\xe4','\xa2','\x94','\x20','\x62','\x47','\x19','\x1b','\x19','\x27','\x28','\x95','\xc8','\xe5','\x73','\xe4','\x73','\x79','\x9c','\x92','\x43','\x6f','\x5f','\x1f','\xaf','\xee','\xdf','\x8f','\x69','\x18','\x54','\xa5','\xaa','\xa8','\xae','\xae','\x66','\x72','\x32','\x4d','\x2e','\x97','\x23','\x55','\x55','\xa5','\x1b','\xa8','\x4e','\x4c','\xd0','\xd3','\xd3','\xc3','\xd9','\x73','\xe7','\x91','\xd2','\x60','\xc7','\x8e','\x1d','\xac','\x58','\xb1','\x42','\x53','\xd4','\x4f','\x4c','\x70','\xf5','\xea','\x35','\x2e','\x5f','\xbe','\x82','\x34','\x04','\x99','\x74','\x9a','\x7d','\xaf','\xbe','\xca','\x3e','\x21','\x74','\xd3','\xcb','\xba','\x3a','\xa2','\xb6','\x4d','\x21','\x9f','\xa7','\x50','\x28','\x62','\x58','\x1a','\x96','\x3a','\x31','\x36','\x4e','\x55','\x75','\x12','\x85','\x62','\x68','\x68','\x08','\xdf','\xf7','\x28','\x95','\x4a','\xdc','\xbb','\xd7','\xc3','\xbd','\x3b','\xf7','\x28','\x96','\x1c','\x16','\x2e','\x5c','\xc0','\x03','\x0f','\x6c','\xa5','\xa3','\xa3','\x93','\x74','\x3a','\xcd','\xb5','\x6b','\x57','\xb9','\x74','\xf9','\x12','\x83','\x83','\x83','\xf4','\xdc','\xbb','\xc7','\xeb','\x47','\x8e','\x72','\xfc','\xf8','\x49','\xc6','\x26','\x87','\x91','\x16','\x98','\x86','\x85','\x52','\x01','\x63','\x63','\x13','\x04','\x81','\x4f','\x6d','\x4d','\x0d','\x25','\xc7','\xe1','\xc8','\x91','\x23','\x78','\x9e','\xc7','\xde','\xbd','\x7b','\xd9','\xb9','\x6b','\x17','\xd1','\x58','\x0c','\xc7','\x71','\x10','\x86','\x41','\x75','\x2a','\x45','\x6d','\x6d','\x1d','\x3d','\xf7','\xba','\xf9','\xd2','\x17','\xbf','\xc0','\xf8','\xf0','\x10','\x2d','\x2d','\x4d','\x64','\xf2','\x05','\xa2','\x91','\x28','\x02','\x18','\x1b','\x9b','\x40','\x09','\x88','\x46','\x6d','\x72','\xd9','\x5c','\x48','\x4d','\x9d','\x63','\xdb','\xb6','\x07','\x79','\xe2','\x89','\xb7','\xd1','\xde','\xde','\xc6','\xc8','\xc8','\x08','\xbe','\xef','\x92','\xaa','\x4a','\x92','\x88','\xc7','\x08','\x02','\x9f','\xcb','\x57','\x2e','\xf3','\xa7','\x7f','\xfa','\x27','\x28','\x15','\x20','\x0d','\x41','\xb2','\x2a','\x45','\xb1','\x58','\xc4','\x29','\x39','\xd8','\x96','\xa9','\x8d','\x6c','\xd7','\xd5','\x30','\x5c','\xd3','\x0a','\x33','\x0b','\x0e','\x08','\x45','\x22','\x91','\x24','\x3d','\x99','\x65','\x7c','\x7c','\x9c','\x20','\x08','\x18','\x1c','\x1c','\xa0','\xfb','\x5e','\x37','\x0b','\x96','\xe8','\xfa','\x2a','\xcf','\xf3','\x88','\x44','\x22','\x8c','\x8d','\x8f','\x73','\xe7','\xce','\x9d','\x8a','\xf3','\x73','\xf1','\xd2','\x25','\x6e','\xdf','\xbe','\xcd','\x64','\xe8','\xb4','\x99','\xa6','\xc1','\xe5','\xcb','\x57','\x00','\xc1','\x91','\xa3','\x47','\xc9','\xe7','\x32','\x14','\x8b','\x25','\x62','\xf1','\x38','\x75','\xb5','\xb5','\x08','\x21','\xc8','\x17','\x0a','\x14','\x0b','\x05','\xcd','\x26','\x18','\x89','\x50','\x5d','\x5d','\x4d','\x26','\x9d','\xe6','\x56','\x57','\x17','\x25','\xc7','\x61','\xc1','\xfc','\xf9','\xec','\xde','\xb3','\x87','\xa5','\xcb','\x96','\x61','\x18','\x06','\xa3','\x63','\xa3','\x1c','\x3b','\xf6','\x3a','\x03','\x03','\x03','\x3c','\xf4','\xd0','\x43','\xec','\xdc','\xb5','\x8b','\x67','\xbe','\xf4','\x25','\x2e','\x5e','\xbe','\xf2','\x4f','\x5a','\xab','\x52','\x08','\xe2','\xf1','\x38','\x13','\x61','\xe3','\x4d','\xcb','\xb6','\x89','\xd8','\x3a','\x93','\xa3','\xfa','\xfb','\x99','\x9c','\x98','\xa0','\x58','\x28','\x52','\x2a','\x96','\x38','\x78','\xf0','\x35','\x2e','\x5f','\xb9','\xcc','\xf8','\x64','\x8e','\x52','\x51','\x11','\x04','\x9e','\x0e','\x58','\x86','\xd0','\x77','\x4d','\xf4','\xe3','\x53','\x2a','\x69','\x28','\x7b','\xb1','\x54','\xa2','\xbd','\xbd','\x99','\xed','\xdb','\x1e','\x60','\xfe','\xbc','\x79','\x44','\x93','\x16','\x63','\xa3','\x43','\xa4','\x27','\xb5','\x93','\xdf','\xd7','\xdb','\x4d','\x2e','\x9b','\xa1','\xfb','\xde','\x1d','\xea','\xeb','\xea','\x50','\x4a','\x51','\x28','\x95','\x40','\x05','\xe1','\x7c','\x78','\x9a','\x62','\xdf','\x71','\x01','\xa5','\xd9','\x2b','\x0d','\x83','\x40','\xa9','\xb0','\xff','\x9b','\x0e','\xe4','\x65','\x26','\x27','\x48','\x4f','\x4e','\xb2','\x65','\xcb','\x16','\x9e','\x78','\xe2','\x1d','\xd4','\xd5','\x35','\xd0','\xd3','\x7d','\x8f','\x13','\x27','\xce','\x30','\x3a','\x32','\x46','\xc4','\x8e','\x72','\xe7','\x6e','\x37','\xfd','\x03','\x4f','\x71','\xe8','\xb5','\x43','\x58','\x96','\x45','\x26','\x93','\x21','\x40','\x91','\x4a','\xa5','\x90','\x42','\x90','\xcb','\x65','\x51','\xaa','\x04','\x12','\x4d','\xa8','\xa3','\x14','\x76','\xc4','\xaa','\x38','\x5b','\xa9','\xaa','\x14','\x6d','\xed','\xed','\xcc','\x99','\x3d','\x8b','\x86','\x86','\x7a','\xea','\xea','\xea','\x89','\x86','\x14','\xfc','\x00','\xdd','\xdd','\xf7','\x38','\x79','\xe2','\x24','\x07','\x0f','\x1f','\xe1','\xfa','\xb5','\x6b','\x74','\x77','\x77','\x33','\x36','\x36','\x86','\x1d','\xd1','\xce','\x3b','\x68','\xa8','\x7c','\x57','\x57','\x17','\x37','\x6e','\xdc','\xa0','\x90','\xcf','\x13','\x28','\xa5','\x03','\x71','\x52','\xeb','\x6f','\x29','\x65','\x85','\xd5','\x72','\xe9','\xd2','\xe5','\x3c','\xf1','\xb6','\x77','\x80','\x80','\x8f','\x7d','\xf2','\x87','\x19','\xff','\x36','\x35','\x46','\x4d','\x44','\x63','\xe4','\xbf','\x41','\x1f','\xac','\x69','\xf9','\xf6','\xca','\xb4','\x03','\xf4','\x6f','\x5c','\x0c','\xc3','\x60','\xfb','\x03','\x5b','\xa9','\x6b','\xac','\x67','\x68','\x70','\x88','\x93','\x27','\x4f','\x71','\xe3','\xda','\x0d','\xa4','\x14','\xcc','\x9d','\x37','\x57','\x47','\x17','\x2d','\x0b','\x11','\x52','\xd3','\x56','\xd8','\xa8','\xca','\xd4','\xc4','\x02','\x4a','\x25','\x17','\x15','\x18','\x2c','\x5a','\xb2','\x98','\xcd','\x9b','\x36','\x91','\x4c','\x26','\x18','\x19','\x19','\x23','\x9b','\x4d','\x53','\x53','\x5b','\x87','\x1d','\xb1','\x91','\xe5','\xc6','\x9f','\xe5','\x88','\x38','\x3a','\x82','\x2b','\x84','\xc0','\x73','\x5d','\x3c','\x2f','\x60','\x64','\x64','\x98','\x42','\x21','\x83','\xe7','\xfb','\xcc','\xec','\xec','\x64','\xdd','\xba','\x75','\xcc','\x9d','\x3b','\x1b','\x50','\x9c','\xbf','\x70','\x8e','\xd3','\xe7','\xce','\xff','\x8b','\x42','\xdf','\xca','\xe2','\x38','\x0e','\xbf','\xfe','\x3f','\x7f','\x8b','\xbf','\xfc','\xd4','\x1f','\x33','\x7f','\xde','\x5c','\x5a','\x5b','\x5b','\x39','\x77','\xee','\x1c','\x8e','\xa3','\xbb','\xd3','\xe7','\xf3','\x79','\xb2','\xb9','\x1c','\xcf','\x3f','\xff','\x3c','\xf5','\x8d','\x8d','\xac','\x5c','\xb9','\x92','\x8d','\x1b','\x36','\x90','\x9e','\x9c','\xe4','\xd8','\xf1','\xe3','\x94','\x0a','\x45','\xea','\x6a','\xeb','\xf0','\x95','\xce','\x86','\x10','\x1a','\xd0','\x7a','\x3c','\x75','\xc7','\x6b','\xc7','\x71','\x43','\x67','\x50','\xd7','\xbe','\x28','\x21','\x10','\xba','\x12','\x9e','\x40','\xe9','\x2c','\x81','\x0c','\xe1','\x6e','\x61','\xf2','\x00','\x79','\x5f','\x3d','\x8c','\x94','\x02','\xdf','\xd7','\x87','\xbc','\x1f','\x84','\x07','\x08','\x0a','\x69','\x1a','\x21','\x25','\x72','\x84','\x58','\x24','\x82','\x61','\x5b','\x24','\xaa','\x52','\x34','\x36','\x35','\xa1','\x80','\xbb','\x77','\xef','\x72','\xe8','\xd0','\x21','\x0e','\x1c','\x38','\xc0','\xc0','\xc0','\x00','\x75','\x75','\x75','\xcc','\x9c','\xd9','\xc9','\x8a','\x15','\xcb','\xa9','\xad','\xad','\xa5','\xa7','\xa7','\x87','\x5f','\xfc','\xd5','\x5f','\x67','\x7c','\x62','\x82','\x33','\x97','\xae','\xf0','\x91','\x8f','\x7c','\x84','\xf6','\xf6','\x76','\x1a','\x1a','\x1b','\xc9','\xe5','\xf3','\x9a','\x1e','\x3d','\x12','\x61','\x68','\x68','\x90','\xd3','\x67','\xce','\xb0','\x63','\xe7','\x4e','\x1e','\x7c','\x70','\x1b','\xb3','\x66','\xcd','\x66','\xa0','\xbf','\x5f','\x37','\x00','\x0d','\x29','\x8d','\x5d','\xcf','\x0d','\x23','\x54','\x1a','\x92','\x66','\x9a','\xba','\xce','\xc9','\xf3','\x34','\xf5','\xb1','\x90','\xb2','\x42','\xee','\xe0','\xfb','\x3e','\x9e','\xe7','\x11','\x04','\x7e','\xa5','\xe7','\xcd','\x54','\x33','\xd0','\xb0','\x2e','\xa6','\xec','\x0c','\x28','\x45','\x10','\x66','\x86','\x40','\x62','\x98','\x22','\xcc','\x00','\x19','\xe1','\xf8','\x18','\x15','\xa7','\xa5','\xb1','\xa9','\x49','\x43','\x5a','\xe2','\x09','\x7a','\x7a','\xfa','\x39','\x7e','\xec','\x38','\x47','\x8f','\x1e','\xa5','\xaf','\xb7','\x47','\xf7','\x07','\x0a','\x3c','\xa4','\x61','\xd0','\xd6','\xde','\xca','\xf2','\x65','\xcb','\x68','\x69','\x69','\xe6','\xde','\xdd','\xbb','\x0c','\x0e','\xf6','\xd3','\xd9','\xd9','\xc1','\xf2','\xe5','\xcb','\x69','\x6b','\xdb','\x87','\x53','\x72','\xa9','\xab','\xb3','\x29','\xdc','\xe8','\xe2','\xcc','\x99','\x33','\xac','\x5f','\xbf','\x99','\xd6','\xb6','\x76','\x3a','\x3a','\x67','\xb2','\x60','\xe1','\x22','\x72','\xf9','\x51','\x7d','\xd0','\x43','\x85','\xa9','\xcd','\xf7','\x75','\xa6','\xc6','\x77','\x35','\xde','\x5c','\x1a','\x66','\xc5','\x59','\x29','\x3b','\xbd','\x53','\x1d','\x7e','\x14','\xba','\xec','\x4e','\x07','\x08','\xca','\x3d','\x78','\xca','\xe3','\xa7','\x14','\xf8','\x81','\x37','\x55','\x4f','\x45','\x99','\x4d','\x2e','\xa4','\x51','\x90','\x1a','\x4b','\xa7','\xf7','\x17','\x44','\x23','\x49','\xe6','\xcd','\x9f','\x4b','\x6b','\x4b','\x33','\xe3','\xe3','\x63','\x9c','\x3c','\x7d','\x9a','\x23','\x87','\x0f','\x71','\xf3','\x46','\x17','\x9e','\x1f','\x90','\xcf','\xe5','\x99','\x98','\x1c','\x67','\xf1','\xe2','\xc5','\xec','\xd8','\xbe','\x9d','\x39','\xb3','\xe7','\x10','\x04','\x1e','\xbf','\xfe','\x1b','\xbf','\xa9','\x61','\x30','\x6f','\x22','\xc9','\x64','\x22','\x34','\xb0','\x9d','\x4a','\x3d','\x58','\xb1','\x58','\x24','\x1a','\xd5','\xcc','\x88','\xe3','\x63','\xe3','\x9c','\x3e','\x7d','\x9a','\xb1','\xb1','\x71','\x52','\xa9','\x14','\xb6','\x6d','\xe1','\x94','\x02','\x8a','\x85','\x52','\xc5','\xc9','\x71','\x5d','\x87','\x20','\xf0','\x91','\x61','\xad','\x96','\xe7','\x79','\x24','\x12','\x09','\x2c','\xcb','\xa6','\x58','\x2a','\x56','\xe6','\xce','\xf3','\xc3','\x8c','\xa0','\x34','\x08','\x02','\x85','\x12','\x1e','\x91','\x88','\x85','\x34','\x0c','\x7a','\xba','\xbb','\xe9','\xed','\xed','\xa5','\xbe','\xbe','\x9e','\x77','\xbf','\xeb','\xdd','\x3c','\xfa','\xe8','\x23','\x48','\x29','\xe9','\xea','\xba','\xc5','\xa1','\x43','\x47','\xe8','\xef','\x1f','\x60','\xf9','\xd2','\xa5','\x3c','\xf8','\xe0','\x56','\x7c','\x2f','\xe0','\xef','\x3f','\xfb','\xd4','\x3f','\x99','\x84','\xa1','\x50','\x2c','\x50','\xcc','\xe6','\x89','\x84','\x75','\x70','\x4a','\x41','\xa1','\x90','\x67','\xb8','\xbf','\x9f','\xc6','\x86','\x06','\x56','\xac','\x5c','\xc9','\xa1','\x83','\x07','\x79','\xe9','\xc5','\x97','\x38','\xf8','\xda','\x41','\x00','\x4a','\xa5','\x12','\x76','\xc4','\xd6','\xf0','\x94','\x62','\x91','\x52','\xa9','\xa4','\x23','\xd4','\xb6','\xad','\x6b','\xfc','\x22','\x11','\xd6','\xad','\x5b','\xc7','\xae','\x5d','\xbb','\x88','\x46','\xa3','\x4c','\x4c','\x4c','\x50','\x2c','\x16','\x19','\x1b','\x1f','\x63','\x78','\x78','\x08','\xcb','\xb2','\x38','\x79','\xf2','\x24','\xaf','\x1f','\x7b','\x1d','\xcf','\xd3','\x7a','\x24','\x55','\x55','\x45','\x10','\x04','\xe4','\x72','\x39','\xf2','\xb9','\x1c','\x96','\x65','\x61','\x18','\x06','\x25','\xd7','\x25','\x2c','\x33','\x0b','\xd7','\x8e','\xa6','\xec','\xb7','\x2c','\x9b','\xf6','\xf6','\x19','\xec','\x5e','\xb7','\x81','\x47','\x1f','\x7d','\x94','\x15','\x2b','\x56','\x12','\x04','\x3e','\xdd','\xdd','\xdd','\xa4','\x33','\x1a','\x22','\x16','\xb1','\x6d','\xae','\x5e','\xbb','\x46','\x7f','\xc8','\x64','\x29','\x2d','\x81','\x30','\x15','\x99','\xf4','\x24','\xa6','\xa9','\x33','\xca','\xd9','\x7c','\x9e','\x78','\x2c','\x46','\x7b','\x7b','\x1b','\xa9','\x64','\x8a','\x95','\xab','\x56','\xf2','\xde','\xf7','\xbe','\x97','\xb6','\xb6','\x36','\x6e','\xdc','\xb8','\x81','\x0a','\x02','\x66','\x74','\x74','\xb0','\x6c','\xd9','\x32','\xd6','\xaf','\x5f','\xcf','\xcd','\x9b','\x37','\xb8','\x72','\xe5','\x32','\xa3','\xc3','\xc3','\xc4','\xe2','\x71','\xf2','\xf9','\x7c','\x05','\xde','\xaa','\xeb','\xa2','\x34','\x1d','\x32','\x02','\x1a','\x1a','\x1a','\xd8','\xbc','\x79','\x33','\xef','\x79','\xcf','\x7b','\x58','\xb8','\x70','\x21','\xbd','\x7d','\x3d','\x0c','\xf4','\xf7','\x53','\x5f','\x5f','\xc7','\xbc','\x79','\x0b','\x58','\xbf','\x61','\x03','\xaf','\x1f','\x3b','\xce','\xd8','\xe8','\x08','\x97','\x2f','\x5d','\xd2','\x6d','\x09','\x72','\x19','\x82','\x40','\x61','\x59','\x36','\xc9','\x78','\x1c','\xa5','\x02','\x32','\x99','\x2c','\x85','\x62','\x11','\x29','\x25','\x96','\x65','\x86','\x8d','\x87','\x6d','\x12','\x89','\x04','\xb6','\x6d','\x13','\x28','\xa8','\xaa','\xae','\x66','\xe1','\xc2','\x45','\xb4','\xb5','\xb7','\xd3','\xdb','\xdb','\x43','\x6d','\x6d','\x4d','\x48','\x8b','\x6c','\x92','\xcd','\x66','\xb9','\x74','\xe1','\x02','\xa7','\x4e','\x9d','\xe2','\xc8','\xeb','\xaf','\x73','\xeb','\xd6','\x2d','\x8a','\xf9','\x3c','\xa6','\x65','\x51','\x5d','\x53','\x43','\x4d','\x75','\x0d','\xd1','\x98','\x4d','\x26','\x97','\xe6','\xca','\xe5','\xcb','\x14','\x4b','\x45','\x62','\xb1','\x18','\xa9','\x54','\x35','\x86','\x61','\x70','\xe9','\xe2','\x45','\x72','\xb9','\x1c','\x52','\x4a','\x22','\x91','\xc8','\x14','\x91','\x4e','\x08','\xfb','\x6e','\x6c','\x6c','\x64','\xe3','\xf2','\xe5','\xec','\xde','\xb5','\x8b','\xf5','\xeb','\xd7','\x13','\x8d','\x46','\x39','\x75','\xea','\x14','\x4f','\x3d','\xf5','\x14','\xe7','\xce','\x5d','\x60','\xd1','\xa2','\x45','\xec','\xda','\xb5','\x0b','\x21','\x04','\xbf','\xf7','\x07','\x7f','\xf8','\x0d','\x9b','\xe7','\x7e','\x23','\x09','\xc2','\x80','\x4b','\x53','\x53','\x13','\xa9','\x54','\x8a','\x5b','\xb7','\x6e','\xd1','\xd7','\xdf','\x4f','\x26','\x93','\x21','\x11','\x8f','\x33','\x7b','\xce','\x1c','\x56','\xae','\x5c','\xc9','\xd8','\xd8','\x18','\x23','\xa3','\x23','\x5c','\xbf','\x7e','\x1d','\x29','\x6d','\xe2','\x89','\x6a','\x0a','\xc5','\x22','\x85','\x42','\x11','\xa1','\x94','\x6e','\xea','\x1d','\x8d','\x62','\x59','\xba','\x46','\xb0','\xae','\xbe','\x96','\xb9','\xf3','\x16','\xf0','\xe8','\xc3','\x8f','\xb0','\x7e','\xe3','\x7a','\x02','\x15','\x30','\x3e','\x38','\x86','\x61','\x5a','\xcc','\x9d','\x37','\x9f','\x4d','\x9b','\x37','\x51','\x53','\x5b','\x4b','\x10','\x28','\xa2','\xb1','\x28','\x99','\x6c','\x86','\x7c','\x2e','\x87','\xef','\x07','\x98','\x96','\x19','\x42','\x7b','\x03','\x12','\xc9','\x38','\x96','\x6d','\x53','\x2c','\x96','\x74','\xf0','\xc6','\x30','\xb0','\x0c','\x03','\x21','\xb5','\x3e','\x33','\x4d','\x9b','\x86','\xba','\x3a','\xa4','\x80','\xb7','\x3c','\xf6','\x16','\x66','\xcd','\x9a','\x45','\x6f','\x77','\x37','\x97','\x2e','\x5f','\x22','\x1a','\x8b','\x30','\xa3','\xa3','\x83','\x59','\xe6','\x6c','\xea','\xea','\xea','\xc8','\xe5','\xb3','\x15','\xd8','\x63','\x36','\x9b','\xc3','\x29','\x39','\x54','\x57','\x57','\x91','\x48','\x24','\x28','\x96','\xf2','\x38','\x4e','\x81','\x48','\xc4','\xd4','\x19','\x74','\x2f','\xa0','\xba','\x3a','\x45','\x55','\x55','\x15','\x52','\x0a','\x66','\xce','\x9a','\xc5','\x9a','\x15','\xab','\xa9','\xaa','\xa9','\xa6','\xb1','\xa1','\x8e','\x9a','\x9a','\x6a','\x46','\x47','\xc7','\xc8','\x66','\xb2','\x58','\x96','\x41','\x3e','\x9f','\xd7','\xf3','\x56','\x5f','\x8f','\x5a','\xb8','\x90','\xd6','\xf6','\x76','\x44','\x10','\xe8','\x86','\xc9','\xa1','\xd3','\x9f','\x4e','\xa7','\xc9','\x66','\x32','\x58','\xa6','\x49','\x43','\x43','\x03','\xf1','\x64','\x52','\xc3','\x2f','\x33','\x19','\xba','\xba','\x6e','\x71','\xef','\xde','\x5d','\xac','\x88','\xc5','\xac','\xce','\x59','\xba','\xae','\x6d','\xc6','\x0c','\x7e','\xea','\x67','\xff','\x23','\xe7','\x2f','\x5d','\xfc','\xb6','\xd9','\x35','\x51','\x3b','\x42','\xb6','\xf0','\xed','\x21','\x7f','\x9a','\x96','\x6f','\x2e','\xd3','\x0e','\xd0','\xbf','\x61','\x11','\xc0','\xba','\x55','\x2b','\xf9','\xcf','\x3f','\xf7','\x53','\xa4','\xd3','\x13','\x9c','\x3b','\x77','\x9a','\xf3','\x17','\xcf','\xe0','\x0b','\x8f','\xcd','\x5b','\x37','\xb3','\x73','\xe7','\x4e','\xea','\xeb','\xeb','\xc9','\xe7','\xf3','\x78','\x9e','\x5b','\x29','\x3c','\x0f','\xfc','\xa0','\x12','\x99','\xf5','\x7d','\x0f','\x29','\x4d','\x92','\xc9','\x24','\xb5','\x75','\x75','\x44','\xa3','\x71','\x7c','\x3f','\xa0','\xb6','\x2e','\xc9','\x43','\x0f','\xef','\xe4','\x81','\x07','\x37','\x33','\x38','\x30','\x80','\x34','\x0c','\x92','\xc9','\x2a','\x4a','\xa5','\x12','\xbe','\xef','\x11','\xb1','\xf5','\xa1','\x2f','\x84','\x20','\x9b','\xcd','\xe2','\xba','\x3e','\xd7','\x6f','\x5c','\x64','\xdf','\x6b','\x2f','\x33','\x32','\x32','\xca','\xac','\xd9','\xad','\xb4','\xb6','\xd5','\x93','\x4c','\xc5','\xc8','\xe5','\xf2','\xfc','\xf4','\xcf','\xfd','\x52','\x18','\x29','\xfa','\x97','\x17','\x05','\xbc','\x7e','\xfc','\x38','\x93','\xe9','\x34','\x1d','\x9d','\x9d','\xac','\x58','\xb5','\x8a','\xd3','\xa7','\x4f','\x93','\xcd','\x64','\x50','\x68','\x38','\x88','\x6d','\xd9','\xdc','\xb9','\x7d','\x87','\x67','\xbf','\xf4','\x25','\x7a','\xee','\xde','\x63','\xf6','\xec','\x59','\x2c','\x59','\xb2','\x84','\x6d','\xdb','\xb6','\xe1','\xfb','\x0e','\x11','\xdb','\xae','\xf4','\x11','\x11','\x48','\xa4','\x51','\x4e','\x06','\x88','\x10','\xa7','\xac','\x1b','\x66','\x96','\x8d','\xd9','\x0a','\xd9','\x44','\xd9','\x01','\x52','\x12','\x4b','\xd8','\x18','\xc2','\xd4','\xb5','\x24','\x82','\xaf','\x86','\x3d','\x55','\xb2','\x72','\x9a','\xe9','\xc8','\xf7','\xbc','\x4a','\xe6','\xc1','\x32','\x2d','\x0d','\xdd','\x8b','\x27','\x34','\xad','\xeb','\x40','\x1f','\x23','\xa3','\xa3','\x5c','\xbf','\x7e','\x9d','\xb3','\x67','\xcf','\x72','\xe5','\xca','\x15','\x46','\x47','\x47','\x49','\x26','\x93','\xc4','\x62','\x71','\x5a','\x5a','\x5a','\x98','\x3d','\x7b','\x0e','\x86','\x61','\xf0','\x5f','\x7f','\xfd','\xff','\xab','\x14','\x18','\x8f','\x8d','\x8f','\x93','\xcd','\x66','\x89','\x27','\xe2','\xb4','\xb4','\xb6','\x11','\x8d','\xc5','\xa8','\x4a','\x26','\x49','\x24','\x92','\xf4','\xf6','\xf6','\x70','\xeb','\xd6','\x6d','\x9e','\x79','\xe6','\x0b','\xec','\xd8','\xb1','\x83','\xba','\xba','\x3a','\x16','\x2c','\x5c','\x48','\x2a','\x55','\x8d','\xe3','\x94','\x2a','\x86','\xad','\x16','\x81','\x94','\xe5','\x9a','\x32','\x93','\x72','\x3f','\x23','\x43','\x1a','\x5f','\x55','\xf7','\xa3','\x94','\xce','\x06','\x29','\x0d','\xfa','\xab','\x18','\x49','\x1a','\x3e','\xa5','\xdf','\x53','\x36','\xfa','\x03','\xe5','\xa1','\x94','\x47','\x39','\xc3','\x08','\x42','\xd3','\x60','\x8b','\x10','\x26','\x87','\x40','\x05','\x01','\xbe','\xef','\x31','\x31','\x31','\xc9','\xa9','\x93','\xa7','\x39','\x73','\xfa','\x1c','\xd7','\x6f','\xdc','\x60','\x74','\x78','\x18','\xcf','\xf3','\x70','\x1c','\x1f','\xd7','\x2d','\xb2','\x68','\xe1','\x42','\xb6','\xef','\xd8','\x49','\x73','\x4b','\x0b','\xe3','\x13','\x13','\xec','\xdb','\xbf','\x8f','\xaa','\xaa','\x04','\xf3','\xe7','\xff','\x20','\x4b','\x96','\x2c','\x63','\xf6','\xec','\xd9','\xdc','\xbc','\x79','\x93','\xc6','\xc6','\x7a','\xb2','\xe9','\x0c','\xa7','\x4f','\x9f','\xe1','\xe9','\xcf','\x3d','\xc5','\xac','\x39','\xf3','\x68','\x6f','\xeb','\x60','\xc9','\xd2','\x85','\x2c','\x5c','\xd8','\x81','\x69','\x1b','\x95','\x8c','\x69','\x39','\xcb','\x51','\x7e','\x26','\x29','\x24','\x96','\xa5','\x9b','\xd9','\x7e','\x75','\xdd','\x97','\x26','\xc3','\xd0','\x4e','\x9d','\xc2','\x71','\x3c','\x82','\x60','\xca','\x09','\xaa','\xec','\xc1','\x30','\xab','\x26','\x43','\x1a','\x74','\xa0','\xb2','\xbe','\xca','\xdf','\x09','\xda','\x00','\x92','\x18','\x48','\x2c','\x72','\xb9','\x3c','\x47','\x8e','\x1c','\xe5','\xdc','\xf9','\x73','\x5c','\xbe','\x72','\x85','\xc1','\x81','\x3e','\x4a','\xa5','\x12','\x52','\x08','\x1c','\xd7','\xa5','\xb6','\xb6','\x8e','\xad','\x5b','\xb7','\xb0','\x6e','\xfd','\x5a','\xea','\xea','\x6b','\xf8','\x9f','\xbf','\xfd','\xbb','\x3c','\xfd','\xc5','\xaf','\x7c','\xc3','\xc3','\xb9','\x4c','\xa4','\x11','\x8f','\xc7','\xb9','\x7b','\xf7','\x2e','\xd9','\xac','\xee','\x8b','\x95','\xaa','\xae','\xa6','\xa3','\xb3','\x93','\xda','\xba','\x3a','\x0a','\xc5','\x12','\x37','\x6e','\xde','\xc4','\x75','\x5d','\x7c','\xd7','\xa1','\xe4','\x78','\xb8','\x8e','\x1f','\x66','\xf0','\xc2','\x9a','\xb0','\x4a','\xf6','\x4b','\x7f','\x97','\x6d','\xdb','\xd8','\x96','\x8d','\x1b','\x3a','\xc1','\xf7','\x13','\x5e','\x18','\x86','\x5e','\x0b','\xc9','\x9a','\x18','\xbe','\xe7','\x62','\x18','\x26','\x33','\x67','\x76','\xb2','\x74','\xd9','\x5e','\x16','\x2e','\x5c','\xc0','\xd6','\x07','\x37','\xd1','\xd4','\xdc','\xc0','\xe4','\xe4','\x24','\x87','\x8f','\xbc','\xc6','\xf1','\xe3','\xaf','\x53','\x57','\x5f','\xc3','\x43','\x0f','\xef','\xa1','\xa1','\xb1','\x81','\xff','\xf2','\xcb','\xff','\xf5','\x9f','\xc5','\x10','\x59','\x2a','\x96','\xb8','\x7d','\xab','\x8b','\xda','\x1a','\x6d','\x30','\x0f','\x0e','\x0d','\x92','\x2d','\xe4','\xf1','\x03','\x9f','\xd5','\xab','\x56','\xf0','\xd1','\x8f','\x7d','\x8c','\xe6','\xe6','\x66','\x2e','\x5f','\xba','\x84','\xe3','\xba','\xd4','\xd5','\xd6','\x52','\x0a','\x0d','\xa4','\x48','\x24','\x82','\x69','\x9a','\x38','\xa5','\x12','\x0a','\x41','\x75','\x4d','\x35','\x75','\x75','\xb5','\x54','\x55','\xa5','\x58','\xbd','\x72','\x15','\x8b','\x16','\x2f','\xa6','\xb6','\xa6','\x06','\x01','\x98','\xed','\xed','\x6c','\xda','\xb2','\x99','\xf1','\xf1','\x71','\xa4','\xd4','\x4c','\x59','\xb9','\x7c','\x8e','\xaa','\xaa','\x2a','\xec','\x48','\xa4','\x42','\x80','\x52','\x76','\xe4','\x6c','\xdb','\xc2','\x30','\x4c','\x6c','\x3b','\x42','\x2e','\x9f','\xc1','\xf7','\x1d','\x52','\xa9','\x1a','\x62','\xb1','\x18','\x89','\x78','\x8c','\x96','\xe6','\x56','\x16','\x2e','\x5a','\xc2','\xd2','\x65','\x4b','\xa9','\xa9','\xab','\x43','\xf9','\xe0','\x14','\x4b','\xd4','\xd7','\xd5','\xf1','\xe0','\xd6','\xad','\xb4','\xb5','\xb6','\x71','\xfd','\xda','\x35','\xfa','\xfa','\x7a','\x28','\x94','\x1c','\x12','\xb1','\x24','\xf5','\x8d','\xb5','\x38','\xaa','\xc4','\xd8','\xe8','\x28','\xd5','\xd5','\x35','\xd4','\xd4','\xd6','\x32','\x39','\x36','\x46','\xb6','\x50','\xa0','\xbd','\xbd','\x9d','\x79','\x73','\xe6','\x30','\x77','\xde','\x3c','\x16','\x2e','\x5c','\xc8','\xe4','\xe4','\x24','\x67','\xce','\x9c','\xc1','\xb2','\x2c','\x6a','\xeb','\xea','\x68','\x6d','\x6d','\xe5','\x89','\x27','\x9e','\xa0','\xa9','\xa9','\x81','\x6b','\x97','\x2e','\x21','\x05','\x48','\x43','\x92','\x4e','\xa7','\x31','\x0c','\x93','\x78','\x2c','\x86','\xaf','\x54','\x25','\x20','\x04','\xd0','\xd9','\xd1','\xc1','\x86','\x0d','\x1b','\x59','\xbe','\x62','\x05','\xe3','\xe3','\xe3','\x5c','\xba','\x74','\x91','\xc1','\xc1','\x41','\x96','\x2d','\x5f','\x8a','\x61','\x49','\x76','\xee','\xd9','\x81','\x69','\x1b','\xdc','\xbb','\x7b','\x0f','\x29','\x04','\x13','\xe9','\x49','\x0a','\xf9','\x3c','\x96','\x65','\x12','\x8d','\xc5','\x89','\xda','\x16','\xae','\xeb','\xe1','\x79','\x1e','\x86','\x61','\x62','\x86','\x75','\x76','\xe5','\x71','\xd2','\x7a','\x58','\x91','\xcb','\x96','\x68','\x6b','\x6d','\x63','\xc5','\xaa','\x15','\xb4','\xb6','\xb6','\xa2','\x94','\xae','\x3d','\x19','\x1d','\x1d','\xd5','\xfd','\xc4','\x84','\x64','\xd6','\xec','\xd9','\x38','\x8e','\x43','\xb2','\xaa','\x8a','\xa2','\xe3','\x10','\x31','\xc3','\x36','\x10','\x4a','\x9f','\x7d','\xd5','\x35','\x29','\x52','\xd5','\x71','\x46','\x47','\x47','\x71','\x3d','\x9f','\xda','\x54','\x8a','\x58','\x22','\x51','\x21','\x7c','\xa9','\x0a','\xfb','\xe4','\x79','\x9e','\x87','\x69','\xdb','\xa1','\x23','\xea','\x10','\x8b','\x44','\x69','\x6d','\x6d','\xa5','\xa3','\xb3','\x93','\x9a','\xea','\x6a','\x4a','\x8e','\xc3','\x85','\x8b','\x17','\xf9','\xf4','\xa7','\xff','\x81','\x2f','\x3e','\xf3','\x45','\x66','\xcf','\x99','\xcd','\x7b','\xde','\xf3','\x1e','\xd6','\xac','\x59','\xc3','\x6f','\xfd','\xce','\xef','\x72','\xf1','\xf2','\xe5','\x7f','\xf2','\x5a','\x0d','\x82','\x80','\x3f','\xfa','\xd4','\x9f','\xf0','\x1f','\x7f','\xea','\x27','\x69','\x6b','\x6b','\xd3','\x24','\x17','\x7d','\x7d','\x0c','\x0f','\x0f','\xd3','\xd2','\xd2','\xca','\xe3','\x8f','\x3f','\xce','\xc6','\x0d','\x1b','\x18','\x1a','\x1e','\x09','\x33','\xb6','\x2e','\x91','\x48','\x54','\xb3','\x68','\x12','\x84','\x7a','\x57','\x68','\xb8','\xa9','\x61','\x86','\x41','\x1d','\xad','\x87','\x5a','\x9a','\x9a','\x59','\xb0','\x7c','\x19','\x52','\xc0','\xa5','\xb3','\xe7','\x48','\x26','\x93','\xcc','\x9d','\xbf','\x80','\x3d','\xbb','\x1f','\x60','\xd1','\x82','\x99','\x8c','\x8d','\xa5','\xf1','\x5c','\x9d','\x05','\x77','\x5d','\x17','\xd7','\x75','\x34','\x41','\x90','\x65','\x63','\xd9','\x16','\xa6','\x61','\x61','\x1a','\x26','\x8e','\x5b','\xa2','\x58','\x2c','\x61','\x98','\x86','\xd6','\x89','\x22','\x3c','\x03','\xa5','\xae','\x75','\xf4','\x5d','\x5d','\x97','\x39','\x67','\xce','\x5c','\x0c','\x69','\x32','\x39','\x31','\xc4','\xc2','\x05','\x8b','\x59','\xb6','\x7c','\x39','\x7d','\x7d','\x03','\x98','\xc2','\xa0','\xa6','\xba','\x86','\x5c','\x3e','\x87','\x69','\x1a','\xd4','\xd5','\xd5','\x91','\xcf','\xe7','\xc9','\xa4','\xb3','\x24','\x12','\x09','\x0c','\xd3','\x64','\x72','\x72','\x1c','\xd3','\x2e','\x51','\x55','\x9d','\xa2','\x98','\x2f','\x51','\x2a','\xe6','\xa9','\x6f','\x68','\xa4','\xae','\xae','\x56','\xd7','\xf8','\x46','\xe3','\xc4','\xab','\xeb','\xf0','\x1c','\x87','\xf1','\xa1','\x1e','\x8e','\x1c','\x3d','\xcc','\xf9','\xf3','\x67','\x35','\x79','\xc8','\xca','\xd5','\x74','\xcc','\x9d','\xcb','\xbc','\x25','\x8b','\xd9','\xb2','\x75','\x0b','\x9e','\xeb','\x61','\x5a','\x76','\x25','\x38','\x0c','\x7a','\x5e','\x0b','\xf9','\x3c','\x41','\xd8','\x74','\x36','\x12','\x89','\x50','\xc8','\xe7','\x89','\x44','\x22','\x48','\xcb','\xe2','\xb3','\x9f','\xf9','\x0c','\xbf','\xfe','\x6b','\xbf','\xc6','\xc4','\xc4','\x24','\xbb','\x77','\xef','\x66','\xdd','\xfa','\x75','\xf4','\xf4','\x74','\xf3','\xd9','\xa7','\x9f','\xfa','\xb6','\x39','\x3f','\xb6','\x69','\x91','\x2d','\x4e','\x3b','\x3f','\xff','\x92','\x32','\xed','\x00','\xfd','\x1b','\x96','\x44','\x22','\xc1','\xef','\xff','\xf6','\x6f','\x10','\x89','\x44','\xb9','\x79','\xb3','\x8b','\x2b','\x57','\xaf','\x30','\x30','\x30','\x80','\x10','\x82','\x44','\x32','\xae','\x0d','\x0d','\x43','\x92','\xaa','\xae','\xaa','\x28','\xa5','\xfb','\x8d','\x11','\x15','\xe8','\x5e','\x26','\xb1','\x78','\x82','\x44','\x55','\x12','\xd7','\xd1','\x84','\x09','\x86','\x61','\x12','\x89','\xe8','\x68','\x5b','\x7d','\xbd','\xa0','\xad','\xad','\x25','\x6c','\xe4','\xe9','\x50','\x2a','\x96','\x08','\x7c','\xaf','\xa2','\x3c','\x94','\xd2','\x69','\x79','\xdf','\xf7','\x89','\xf6','\xd8','\x28','\xe5','\xd2','\xd6','\xd6','\xcc','\xb6','\x1d','\xdb','\x58','\xb2','\x74','\x29','\x96','\x6d','\xf2','\xbf','\xff','\xc7','\xff','\x65','\x70','\x78','\xe4','\xbb','\x3a','\x56','\xe3','\xe3','\x13','\x5c','\xb9','\x72','\x85','\x4d','\x9b','\x36','\xb1','\x6b','\xc7','\x0e','\x7a','\xee','\xdd','\x63','\xff','\xfe','\xfd','\x8c','\x8d','\x8d','\xe9','\xe6','\xb0','\xae','\x8b','\xeb','\xba','\x9c','\x3c','\x79','\x92','\xe3','\xc7','\x8f','\x13','\x8b','\x45','\x59','\xbe','\x72','\x15','\xad','\x2d','\x2d','\x38','\xa5','\x3c','\x7e','\xa0','\xe1','\x68','\x15','\xda','\x66','\x23','\x6c','\x62','\xaa','\x14','\x86','\xa1','\x89','\x20','\x4c','\xa9','\x21','\x3e','\xe2','\x3e','\x83','\x58','\xd7','\xc4','\x04','\xba','\x7e','\xaa','\x10','\x10','\x78','\x01','\x08','\x35','\x65','\x34','\x87','\x59','\x01','\x42','\x27','\xa8','\x02','\xa1','\xa2','\x9c','\x47','\x08','\x53','\xfe','\x21','\xec','\x2e','\x10','\x0a','\x23','\x66','\x31','\x99','\x4e','\x73','\xf1','\xc2','\x45','\xc6','\xc6','\x46','\x2b','\x11','\xe9','\xba','\xba','\x3a','\x36','\x6c','\x58','\xcf','\xee','\xdd','\x7b','\x99','\x31','\x63','\x06','\xbd','\xbd','\xbd','\x5c','\xb8','\x74','\xb9','\xa2','\xa0','\xd3','\x99','\x0c','\x97','\x2e','\x5d','\x62','\xf9','\xf2','\xe5','\x2c','\x59','\xbc','\x88','\x45','\x0b','\x16','\x70','\xa3','\xab','\x4b','\x1b','\xd1','\xd2','\x20','\x9b','\xc9','\xf0','\x85','\x2f','\x7c','\x9e','\xfd','\xfb','\x5e','\x65','\xc6','\x8c','\x19','\xcc','\x9a','\x35','\x8b','\x48','\x34','\xa2','\x9b','\xda','\x85','\x2c','\x3f','\x65','\x74','\xb2','\x34','\x34','\xe4','\x2f','\x50','\x92','\x40','\x69','\x6a','\x61','\x29','\x8d','\xf0','\x8f','\x0c','\x33','\x5d','\x41','\xa5','\xf4','\x4c','\x05','\xda','\xd9','\x11','\x46','\xb9','\x76','\xa8','\xec','\x2c','\xea','\xe7','\x96','\x32','\x00','\x11','\x84','\xd0','\x4a','\x40','\xe9','\x08','\xa3','\x26','\x07','\xd0','\x46','\xb3','\x69','\x9a','\xa4','\x33','\x19','\xee','\xde','\xed','\x66','\x60','\x70','\x90','\x52','\xc9','\xa1','\x54','\x74','\xc8','\x67','\x73','\xa1','\xa3','\x05','\x6d','\xed','\xad','\x3c','\xf1','\xf6','\xb7','\xf3','\xf8','\x63','\x8f','\x11','\x8d','\x44','\x38','\x71','\xf2','\x38','\xaf','\x1f','\x3d','\x46','\x47','\x47','\x1b','\x8e','\xe7','\xd1','\xd2','\xd6','\xce','\xb2','\xa5','\xcb','\x38','\x79','\xf2','\x24','\xe9','\x74','\x86','\x5c','\xce','\x61','\x74','\x72','\x92','\x03','\x07','\x0e','\xb2','\xff','\xb5','\xc3','\xa4','\xaa','\xaa','\x79','\xe4','\xe1','\x87','\x09','\x44','\x0e','\xc7','\x29','\x69','\xa8','\x9f','\x9c','\xc2','\x65','\x8b','\x70','\xce','\x01','\x0c','\x69','\x54','\xe0','\x6d','\x53','\xcc','\x78','\xe5','\xba','\x20','\xdd','\xe7','\xc8','\x71','\xca','\x8e','\xb1','\x98','\x72','\x78','\xa1','\x72','\x8d','\xb2','\xc3','\x53','\x99','\xf1','\xd0','\x39','\x2a','\x3b','\x5d','\x81','\xf2','\x89','\x58','\x31','\xf0','\x23','\xdc','\xb9','\x77','\x97','\x9b','\x5d','\x37','\xc8','\xe7','\xb3','\x21','\xf5','\xac','\x87','\x53','\x2a','\x11','\x28','\x9f','\x44','\x22','\xce','\x83','\x0f','\x6e','\xe5','\xad','\x8f','\xbd','\x95','\x96','\x96','\x66','\xc6','\x27','\xc6','\x78','\xe1','\xa5','\x97','\x29','\x16','\xdf','\xbc','\x98','\x56','\x29','\xc5','\xf8','\xd8','\x18','\x4d','\x4d','\x4d','\x34','\x35','\xb5','\x70','\xfa','\xcc','\x19','\x2e','\x5e','\xb8','\x40','\x4f','\x4f','\x37','\x4b','\x97','\x2f','\xe5','\xed','\x6f','\x7f','\x82','\xf6','\xb6','\x36','\x26','\x26','\x27','\x70','\x1d','\x2f','\x64','\x58','\x72','\x31','\xcc','\x08','\xb6','\x61','\x4f','\x31','\x01','\xa2','\xe7','\xd2','\x28','\xb3','\xe1','\x41','\xd8','\xcb','\xc8','\xa8','\xd4','\x40','\x85','\x5b','\x21','\x74','\xf8','\xf4','\xe7','\x4c','\x3b','\xc0','\x71','\x8a','\xc4','\xe3','\x49','\x56','\xac','\x58','\xc2','\xcc','\x99','\xb3','\x90','\x86','\x89','\xe7','\xf9','\xdc','\xbc','\x79','\x83','\x23','\x47','\x8f','\xf2','\xcc','\x33','\xcf','\x10','\x28','\xc5','\xe3','\x8f','\xbf','\x95','\xcd','\x5b','\x36','\xf1','\xa9','\x3f','\xff','\x2b','\x5e','\x7a','\x65','\xdf','\x3f','\xcb','\xe8','\xc8','\xe5','\x73','\xf4','\xf6','\xf4','\xb2','\x6a','\xd5','\x2a','\x36','\x6c','\xdc','\xc0','\xfe','\x7d','\x07','\x78','\xf1','\x85','\x17','\x68','\x69','\x69','\x64','\xdd','\x9a','\xd5','\x6c','\x58','\xbf','\x9e','\x65','\xcb','\x97','\x33','\xd0','\xd7','\x47','\x21','\x97','\xa3','\xbe','\xa9','\x09','\x69','\x9a','\x8c','\x0e','\x0d','\xe1','\xba','\x1e','\x91','\x68','\x84','\x20','\xcc','\x08','\x56','\xa5','\x74','\x14','\xda','\x75','\x5d','\xac','\x90','\x28','\xe4','\xf6','\xed','\xdb','\x44','\xa2','\x51','\x66','\x74','\x76','\xf2','\xd6','\xb7','\x3e','\xc6','\x96','\x4d','\x9b','\x89','\xc6','\x62','\xa4','\x27','\x26','\x34','\x8b','\x54','\x4d','\x0d','\x4e','\xc9','\x21','\x9b','\xcb','\x22','\xd0','\x7a','\x3c','\x1a','\x8b','\x82','\xd2','\xf5','\x7e','\xa6','\x65','\xe3','\x07','\x2e','\x42','\x2a','\x3c','\xcf','\xc7','\x32','\x0c','\x6a','\x9b','\x9a','\xb0','\x63','\x49','\x4a','\x99','\x2c','\xa3','\xc3','\x43','\xdc','\xee','\xba','\xc5','\xf8','\xf8','\x24','\xa6','\x61','\xd1','\xde','\xde','\xce','\x92','\x65','\x4b','\x59','\xbd','\x66','\x0d','\xae','\xeb','\x52','\x74','\x1c','\x0a','\x85','\xa2','\xee','\xd3','\x12','\xb7','\xc9','\x66','\x74','\x7d','\x63','\x6d','\x6d','\x0d','\xf1','\x44','\x82','\x4c','\x48','\x2b','\x9f','\x4c','\x24','\x2b','\x19','\xa8','\x81','\x81','\x01','\x5e','\x3b','\xf0','\x1a','\xcf','\x3d','\xf7','\x5c','\xd8','\x33','\xcd','\x66','\xc5','\xf2','\x65','\x34','\xb5','\xb4','\xf0','\xe1','\x8f','\x7c','\x8c','\x52','\x21','\x4b','\x76','\x62','\xbc','\xa2','\x27','\x6d','\x5b','\xf7','\x3e','\xd3','\x35','\x1f','\x8a','\x92','\xe3','\x62','\x47','\x23','\xc4','\xe3','\x71','\x72','\x99','\x2c','\x3d','\x3d','\xdd','\x9c','\x3e','\x7d','\x8a','\x17','\x5f','\x7a','\x89','\xc1','\x81','\x01','\xfa','\xfb','\x7b','\x30','\xa4','\x64','\xf1','\xe2','\x65','\xec','\xd8','\xb1','\x4d','\xaf','\x0f','\xd3','\x26','\x9f','\xcd','\x82','\x0a','\x88','\x27','\x13','\x78','\xbe','\x4f','\x36','\x9d','\x45','\x08','\x49','\x2c','\x1e','\x25','\x1a','\x8b','\x21','\x0d','\x93','\xc0','\xf3','\x28','\x16','\x0a','\x95','\x96','\x03','\x96','\x69','\xa1','\x02','\x03','\xdf','\xd7','\xd0','\x4a','\xdf','\xf7','\x19','\x1c','\x1c','\xe4','\xca','\x95','\x2b','\x8c','\x8c','\x0c','\xd3','\xd6','\xd6','\xc6','\xfc','\xf9','\x0b','\x68','\x6a','\x6e','\xa6','\x7d','\xc6','\x0c','\x1e','\x8e','\xc5','\x90','\xa6','\xa9','\xfb','\x32','\xfb','\x50','\xca','\x64','\xc8','\x66','\x73','\x58','\xb6','\x41','\x22','\x11','\xd3','\xba','\xc8','\xd4','\x59','\x0d','\x3f','\xfc','\x2e','\x82','\x80','\x68','\x75','\x35','\x86','\x61','\x52','\x48','\x4f','\x52','\x2a','\x95','\x34','\xf1','\x45','\x3c','\x8e','\x11','\x8d','\xe1','\x16','\xf2','\xf4','\x77','\x77','\x73','\xf9','\xf2','\x65','\xba','\x6e','\x75','\xb1','\x7f','\xff','\x7e','\xae','\x5e','\xbd','\xc6','\xec','\x39','\xb3','\x79','\xe2','\x89','\x27','\xd8','\xb1','\x63','\x07','\x7f','\xf2','\xe7','\x7f','\xce','\xef','\xff','\xdf','\x3f','\xfa','\x67','\x31','\x7a','\x05','\x41','\xc0','\xab','\x07','\x0e','\xf0','\xab','\xff','\xf5','\x57','\xd8','\xb5','\x6b','\x17','\xa7','\x4f','\x9f','\xe6','\xec','\xb9','\x73','\xec','\xdb','\xb7','\x8f','\x35','\x6b','\xd6','\xd0','\xda','\xda','\xca','\xf2','\x15','\x2b','\x2a','\x7b','\x31','\x52','\x55','\x8d','\x53','\xca','\x53','\xcc','\x4c','\x62','\x1a','\x26','\xa6','\x69','\x87','\xd9','\xab','\x20','\x0c','\xd4','\xb9','\x78','\x9e','\xce','\x62','\x8d','\x8d','\x8f','\x73','\xf7','\xd6','\x4d','\x6e','\x75','\x75','\xf1','\xfa','\x91','\x43','\xa4','\x52','\x29','\x36','\x6c','\xdc','\xc2','\xac','\xd9','\x33','\xa9','\xaf','\xaf','\xa5','\xb6','\xba','\x0e','\x84','\x41','\x34','\x16','\xd3','\xcd','\x84','\x43','\x42','\x97','\x00','\x42','\xa4','\x83','\x49','\xa1','\x90','\xa3','\x54','\x72','\x10','\x42','\x67','\xea','\x6c','\xcb','\xc6','\xf3','\x3d','\x5c','\x57','\x07','\xf1','\x0c','\x53','\x62','\x1a','\x31','\x5c','\xd7','\xd5','\xad','\x25','\x5c','\x87','\xc6','\xc6','\x66','\x6a','\xea','\x6a','\x89','\x54','\x45','\x98','\x39','\x7b','\x36','\x7e','\xd1','\x67','\x7c','\x74','\x54','\xaf','\xa9','\x44','\x92','\xea','\x6a','\x9d','\x19','\x2d','\x96','\x4a','\x08','\x29','\x31','\x0d','\x83','\xba','\xfa','\x6a','\x02','\xf2','\x44','\xa3','\x36','\x41','\x00','\xd9','\x5c','\x06','\x29','\x24','\xf9','\x7c','\x9e','\x89','\x89','\x09','\xc6','\xc6','\xc7','\x71','\x3c','\x8f','\xf1','\xf1','\x31','\xba','\xae','\x5f','\xe7','\xdc','\xb9','\xf3','\x5c','\xbc','\x7c','\x89','\x86','\x86','\x06','\x6e','\xdf','\xba','\xc5','\xfa','\x8d','\x9b','\x58','\xb8','\x70','\x21','\xb1','\x48','\x14','\x21','\x0d','\x64','\x08','\xd5','\xcb','\xa4','\x33','\x14','\x8b','\x61','\x2b','\x89','\x78','\x9c','\xda','\xba','\x3a','\x84','\x10','\x4c','\x4c','\x4c','\x90','\x4e','\xa7','\xb1','\x6d','\xbb','\x52','\x87','\x14','\x89','\x46','\x59','\x38','\x6b','\x16','\x8f','\x3f','\xf6','\x36','\x1a','\x1b','\x9b','\xd8','\xf5','\xf0','\x23','\xdf','\xd6','\x7a','\x66','\xdb','\xb2','\xc8','\xfd','\x23','\x7a','\x61','\x4d','\xcb','\xb7','\x4f','\xa6','\x1d','\xa0','\x7f','\xa3','\x22','\xa5','\x64','\xc9','\xa2','\x85','\xc4','\x62','\x71','\x06','\x07','\x07','\xb9','\x7c','\xf9','\x12','\x5d','\x5d','\xb7','\xc8','\x64','\xd2','\x14','\x0b','\x45','\x8e','\x1e','\x39','\xca','\xd5','\x2b','\xd7','\x88','\xd8','\x36','\xb1','\x68','\x0c','\xc3','\x32','\xa6','\x98','\xba','\x74','\x30','\xbb','\x52','\xcc','\x9e','\xce','\xa4','\x19','\x9f','\x9c','\xa0','\xaa','\xaa','\x8a','\xb6','\xb6','\x76','\x6a','\xab','\xab','\x29','\x95','\x8a','\x0c','\x0e','\x0f','\x91','\xcb','\x17','\x48','\xc4','\xe2','\x5a','\x09','\x14','\x8b','\x04','\xbe','\xc6','\x71','\xd9','\xa6','\x81','\x69','\xd9','\x80','\x0a','\x21','\x1c','\x0e','\xbd','\xfd','\xb7','\x28','\x95','\xb2','\x3c','\xf1','\xc4','\x36','\x76','\xed','\xda','\x46','\x73','\x53','\x33','\xd7','\xaf','\xdd','\xe0','\x4b','\xcf','\xbe','\xf8','\x5d','\x81','\xbe','\xdd','\x2f','\xae','\xeb','\xf2','\xb1','\x4f','\xfe','\x08','\x9f','\xfb','\xbb','\xbf','\xa5','\xad','\xad','\x8d','\xc7','\x1f','\x7f','\x1c','\xdb','\xb6','\x79','\xed','\xb5','\x03','\xba','\x2f','\x8c','\xe7','\xd3','\xd8','\xd8','\x48','\xb2','\xaa','\x4a','\x13','\x07','\x0c','\x0c','\x32','\x30','\xf8','\x12','\x75','\xb5','\xd5','\x61','\xf6','\x43','\x1f','\xbe','\xe5','\x9a','\x87','\x72','\xad','\xc6','\xfd','\x85','\xf1','\x2a','\xd0','\x86','\xae','\x94','\x02','\x25','\xa6','\x9a','\x62','\x6a','\x4a','\x64','\x81','\xf4','\x4d','\x08','\x04','\x01','\x61','\xe4','\x5f','\x48','\x82','\xc0','\xd7','\xb5','\x1f','\x21','\xc4','\x22','\x08','\x02','\x8d','\x7b','\x37','\x8c','\x0a','\x53','\x9c','\xef','\xfa','\x14','\x8a','\x05','\x3c','\xcf','\xa7','\xe0','\xe4','\x90','\x51','\x9d','\x7d','\x28','\xe4','\x8b','\x24','\x93','\x55','\x54','\x55','\x25','\x31','\x4d','\x93','\x39','\x73','\xe6','\xf0','\x8e','\x77','\x3c','\xc9','\x83','\x0f','\x6e','\x65','\x70','\x70','\x90','\x9f','\xff','\x85','\x5f','\x64','\x6c','\x7c','\xbc','\x32','\x06','\xbe','\xef','\xf3','\xc1','\x8f','\xfe','\x10','\xfb','\x5f','\x78','\x9e','\xc5','\x8b','\x16','\xf1','\xe0','\x83','\x0f','\x72','\xf7','\x5e','\x37','\x83','\x83','\x03','\xa4','\x52','\x29','\x5a','\x5a','\x5b','\x10','\x42','\x70','\xe7','\xce','\x5d','\x86','\x47','\x46','\xe9','\xea','\xba','\xa5','\xa3','\xd3','\x52','\xd7','\x30','\x95','\xd7','\x0c','\x84','\xcf','\x2c','\x05','\x9e','\xa7','\xf0','\xdc','\x32','\xc6','\x5c','\x3b','\xd6','\x65','\xfa','\x6b','\xa1','\xd9','\x20','\xf0','\x7d','\x1f','\xdf','\xf5','\x34','\xe4','\x2f','\x2c','\x84','\x9f','\x72','\x80','\x08','\xa9','\xa4','\x01','\x19','\x4c','\x39','\x03','\xa1','\x03','\xa4','\xfd','\x02','\x51','\x81','\x57','\x14','\x8b','\x05','\x94','\x92','\xd4','\x37','\x36','\x50','\x55','\x95','\xc4','\xc9','\x17','\xc9','\x65','\xb3','\x48','\x53','\x52','\x5d','\x5b','\xc3','\xa6','\x4d','\x1b','\xd8','\xbb','\x77','\x2f','\x8d','\x8d','\x4d','\x9c','\x3f','\x7f','\x96','\x7f','\xf7','\x63','\x3f','\xca','\x68','\x18','\x81','\xaf','\x69','\x68','\xe4','\x47','\x3e','\xf1','\xef','\xd8','\xb5','\x7b','\x0f','\xa7','\xcf','\x9c','\xe1','\xf4','\xe9','\x33','\x18','\x52','\xd0','\x5c','\x5f','\x4f','\x4d','\x6d','\x35','\xb9','\x5c','\x91','\x9b','\x5d','\x37','\x79','\xea','\x73','\x69','\x94','\xca','\xe3','\x29','\x0f','\x11','\x12','\x54','\x54','\x9e','\x49','\xc8','\x0a','\xb5','\x6c','\xb9','\x3e','\x46','\x55','\xde','\xa3','\xc7','\xa6','\xec','\xc4','\xe9','\xb1','\xd2','\xc4','\x18','\x7e','\x58','\x43','\x65','\xa0','\xc7','\xc0','\xaf','\x30','\x27','\xe9','\xb5','\x59','\x76','\x0a','\x35','\x5d','\xfd','\xfd','\x2b','\x57','\x21','\x84','\x81','\xe7','\x08','\x4a','\xc5','\x22','\xd1','\x58','\x94','\xfa','\x86','\x46','\x10','\x30','\x94','\x19','\xa0','\x50','\xc8','\x93','\x88','\xc7','\x58','\xba','\x74','\x09','\xef','\x7e','\xef','\xbb','\x59','\xb3','\x66','\x2d','\x83','\x03','\x03','\xfc','\xda','\x6f','\xfc','\x06','\x67','\xce','\x5e','\xf8','\x86','\x7b','\x42','\x29','\xc5','\xbf','\xff','\x89','\x9f','\xe2','\x6f','\xfe','\xfc','\x4f','\x59','\xb8','\x68','\x3e','\x57','\xae','\x5c','\xe2','\xfc','\x85','\x0b','\x3c','\xfb','\x95','\x67','\x89','\xd8','\x36','\x33','\x3b','\x3b','\xe9','\x98','\xd1','\x41','\x3e','\x97','\x23','\x9d','\xc9','\x11','\x8b','\x45','\xa9','\xae','\xae','\xc6','\x90','\x26','\x41','\xa0','\x53','\x98','\x42','\x6a','\x98','\x96','\x0c','\x49','\x23','\xca','\xce','\xbf','\x1f','\x68','\xe2','\x90','\xf2','\xbf','\x65','\xa5','\x0e','\x4a','\x54','\xb0','\xf5','\x8e','\x9b','\x45','\x18','\x01','\x89','\x44','\x12','\xcf','\x75','\xe9','\xef','\x1f','\xa0','\x54','\x4a','\xe3','\xfb','\x01','\xaf','\x1d','\x3c','\xc4','\xdf','\xfe','\xcd','\xdf','\x30','\x36','\x36','\xc6','\xc3','\x8f','\x3c','\xc2','\x03','\x0f','\x6c','\xa3','\x2a','\x59','\xcd','\xb3','\xcf','\xbf','\xf8','\xcf','\x36','\x3a','\x5c','\xcf','\xe3','\x97','\x7e','\xed','\xbf','\xf3','\xf4','\x3f','\x7c','\x86','\x1d','\xdb','\x77','\x72','\xfa','\xd4','\x59','\x8e','\x1e','\x39','\x42','\x34','\x6a','\x70','\xf3','\xc6','\x35','\x96','\x2c','\x5e','\xc2','\xb2','\x95','\x2b','\x99','\x3b','\x7f','\x3e','\xc5','\x5c','\x0e','\x25','\x25','\x96','\x6d','\x93','\x4a','\x26','\xb5','\x51','\x67','\x18','\x95','\x1a','\x15','\x11','\xc2','\x00','\xad','\x90','\x29','\xee','\xdc','\xf9','\xf3','\x7c','\xf9','\x2b','\x5f','\x26','\x55','\x95','\x62','\xdb','\xb6','\x6d','\xcc','\x99','\x3b','\x47','\x37','\xef','\xac','\x4a','\x12','\x8b','\xe9','\x1e','\x5d','\x56','\x3c','\x4e','\xe0','\xb8','\xe4','\xb2','\x59','\x4c','\x43','\x12','\x4d','\x55','\x21','\x4c','\x1b','\x55','\x2c','\xe1','\x38','\x45','\x3c','\xd7','\x25','\x12','\xa9','\x22','\x52','\x95','\x60','\x7c','\x74','\x84','\x89','\x91','\x11','\x82','\xe1','\x11','\x0c','\x63','\x92','\xbb','\x77','\xee','\x70','\xe7','\xd6','\x2d','\xee','\xdd','\xbb','\xc7','\xb1','\x63','\x27','\x19','\x1a','\x1c','\x66','\xe7','\xce','\x1d','\x3c','\xf4','\xf0','\x23','\xd4','\x54','\xd7','\x92','\xa8','\x4a','\xd0','\xd4','\xd6','\x46','\x34','\x9a','\x20','\x9f','\xcf','\xe1','\x7a','\x6e','\x85','\x21','\xcd','\xf3','\x7c','\xb2','\x93','\x19','\x4a','\x4e','\x89','\x64','\x42','\xd7','\x3d','\x64','\x32','\x19','\xee','\xde','\xbd','\xcb','\xc9','\x93','\x27','\x79','\xfe','\xf9','\x17','\xb8','\x79','\xe3','\x3a','\x91','\x68','\x94','\xa1','\xe1','\x21','\xce','\x9f','\x5f','\xc2','\xea','\xd5','\x6b','\x58','\xbd','\x66','\x0d','\xed','\x6d','\x2d','\x44','\xe3','\x09','\x64','\xa9','\x44','\xb2','\x2a','\xa5','\x1d','\x18','\xc3','\xd0','\x10','\x6a','\xc7','\x01','\x23','\xa0','\x54','\xf2','\x98','\x18','\xef','\xe7','\xf6','\xed','\x2e','\x4e','\x1c','\x3f','\xc1','\xc9','\x13','\xc7','\xb9','\x7c','\xf5','\x2a','\x23','\x23','\xa3','\xf4','\xf6','\xf6','\x31','\xd0','\x37','\xc8','\xb6','\x6d','\x3b','\x58','\xb4','\x78','\x09','\xf5','\x0d','\x0d','\xba','\x31','\x73','\xd8','\x27','\xcd','\xb4','\x23','\x14','\x8b','\x45','\x86','\x47','\x46','\x30','\x0c','\x83','\x78','\x31','\x8e','\x61','\x66','\x00','\xf0','\x1c','\x17','\xc7','\x29','\xa1','\x42','\x16','\xc7','\x64','\x55','\x8a','\xa8','\x1d','\xe3','\xde','\xdd','\x7b','\x9c','\x3f','\x7f','\x9e','\x5b','\xb7','\x6f','\x71','\xeb','\xd6','\x2d','\x2e','\x5f','\xbe','\xcc','\xc8','\xc8','\x28','\x6d','\x6d','\xad','\x2c','\x5d','\xba','\x94','\xc5','\x8b','\x16','\xd3','\xd9','\xd9','\xc9','\xcc','\x99','\x33','\xa9','\xaa','\xab','\xd3','\xa8','\x07','\xd7','\xc3','\x73','\x1d','\x94','\xaf','\x30','\x23','\x06','\xf1','\x44','\x14','\xa1','\x04','\xbe','\xef','\x91','\xcb','\xe7','\x71','\x1d','\x47','\xc3','\x8d','\x63','\x31','\x0a','\x3d','\x3d','\xf8','\x81','\x6e','\x89','\x90','\xcd','\x64','\x70','\x5c','\x97','\xea','\xea','\x6a','\xec','\x48','\x84','\xa1','\xc1','\x41','\xce','\x9e','\x39','\xc3','\xd5','\xeb','\xd7','\xb8','\x7b','\xf7','\x1e','\x77','\xee','\xdc','\x66','\xe1','\xc2','\x85','\x3c','\xf6','\xd6','\xc7','\xd8','\xb2','\x65','\x33','\x5f','\xfc','\xca','\x57','\xf8','\xbf','\x9f','\xfa','\x53','\x32','\xd9','\xec','\x3f','\x6b','\xad','\x02','\xdc','\xbe','\x7b','\x8f','\xe7','\x5f','\x7c','\x89','\x07','\x1e','\xd8','\xca','\xea','\x57','\x5f','\xe6','\xc0','\xfe','\xfd','\x7c','\xe6','\x33','\x9f','\xe6','\xca','\x95','\x2b','\xac','\x5a','\xb9','\x92','\x19','\x1d','\x1d','\x80','\x86','\x4d','\x47','\x13','\x09','\x62','\xb1','\x38','\x02','\x9d','\x75','\xf1','\xbc','\xb0','\x7e','\xd3','\x77','\x75','\x4e','\x3d','\x6c','\x01','\x21','\x84','\xe0','\xf8','\xc9','\xe3','\x9c','\x39','\x75','\x86','\x9b','\x5d','\x37','\xe9','\xeb','\xed','\xc5','\x32','\x4d','\x0e','\x1f','\x3e','\xc2','\x8a','\x55','\xcb','\x59','\xb6','\x74','\x05','\xa9','\x54','\x1d','\x52','\xe8','\x9e','\x3e','\x9a','\x9e','\xdf','\x27','\x97','\xcb','\x91','\xcb','\x64','\x74','\xdf','\x3b','\x5f','\xef','\x5d','\xcb','\x32','\x75','\x40','\xcc','\xb2','\x30','\xa5','\xa4','\x54','\x2a','\x91','\xcf','\xe7','\x2b','\x0d','\xb9','\x17','\xcc','\x5f','\x48','\x5b','\xdb','\x8c','\x90','\x30','\x64','\x8c','\xf4','\xe4','\x24','\x67','\xce','\x9e','\xa2','\xfb','\x5e','\x37','\x42','\x08','\x6a','\xeb','\xea','\x08','\x82','\x40','\x37','\xf5','\x76','\x4a','\xe4','\x72','\x39','\x5c','\x47','\x37','\x12','\x8f','\x44','\xa3','\xa4','\xaa','\x6b','\x91','\x32','\x60','\x74','\xbc','\x1b','\x08','\x88','\xc6','\x92','\x14','\x4b','\x05','\x9c','\x92','\x43','\xb1','\x54','\x22','\x9b','\xc9','\x30','\x38','\x38','\xc8','\x60','\x7f','\x3f','\x99','\x6c','\x16','\xd3','\xb2','\xc2','\x20','\x6e','\x94','\xd1','\xe1','\x51','\x5e','\x78','\xfe','\x05','\x4e','\x1c','\x3f','\x41','\x6b','\x6b','\x0b','\x55','\x55','\x29','\x22','\x91','\x18','\x35','\x35','\x75','\xc4','\x93','\x09','\x9c','\x82','\x26','\xd2','\x70','\x7d','\xb7','\x12','\x24','\x2e','\x16','\x8b','\xd8','\xb6','\x4d','\x75','\x4d','\x0d','\xf9','\x7c','\x9e','\x3b','\x77','\xee','\x70','\xe3','\xc6','\x75','\x1a','\x1a','\x1b','\x78','\xc7','\x3b','\xdf','\xc1','\xbc','\x79','\xf3','\x38','\x7d','\xfa','\x2c','\x77','\xee','\xde','\xf9','\x67','\xcf','\xed','\xfd','\xe2','\x78','\xee','\x77','\xdd','\x4e','\xfa','\x7f','\x4d','\x84','\xfa','\x9a','\x11','\xaf','\x44','\xae','\xa7','\xe5','\x5f','\xb5','\xb4','\x36','\x37','\xf1','\xec','\xd3','\x4f','\x11','\x89','\xda','\xdc','\xb8','\x71','\x9d','\xe7','\x9f','\x7f','\x81','\xe3','\xc7','\x8f','\x33','\x3e','\x36','\x46','\xa0','\x82','\x30','\x3a','\x67','\x50','\xcc','\x17','\xf1','\x83','\x40','\xc3','\x95','\x74','\x55','\xbe','\x36','\xda','\x95','\x2e','\x5c','\x17','\x52','\xe8','\x0c','\x82','\x5b','\x22','\x55','\x5d','\x45','\x3c','\x16','\xc7','\x29','\x39','\xe4','\x0a','\x05','\x50','\x3e','\x86','\xa9','\x23','\x6d','\x28','\x15','\x1e','\x7a','\x66','\x85','\xf2','\xd2','\x75','\x4b','\xba','\x10','\x32','\x34','\x50','\x1d','\x2f','\xcb','\x9a','\x35','\x4b','\xf8','\xe0','\x87','\x7e','\x80','\x75','\xeb','\xd6','\x53','\x28','\xe4','\x78','\xef','\x07','\x3e','\xc9','\xe5','\x2b','\xb7','\xbe','\xcb','\xa3','\xa5','\x45','\x00','\xeb','\xd7','\xae','\xe1','\xa9','\xbf','\xff','\x3b','\x0c','\xc3','\xe0','\xf2','\xe5','\xcb','\xbc','\xf4','\xd2','\x4b','\x7c','\xe9','\x4b','\x5f','\x62','\x60','\x60','\x80','\xa6','\xa6','\x26','\x2c','\xd3','\xd0','\x75','\x1e','\x81','\x62','\x32','\x93','\xc6','\x14','\x06','\xb1','\xa8','\x0d','\x84','\x6c','\x5e','\x81','\x42','\xc7','\xc0','\x2a','\xc1','\x6e','\x1d','\xb9','\x0d','\xe1','\x2c','\x65','\xe8','\x9b','\xb8','\xaf','\xd8','\x5d','\x11','\x80','\x2f','\xc1','\xb7','\x40','\x19','\x08','\x59','\xee','\x11','\x13','\xbe','\x2f','\x84','\xd5','\x29','\xd4','\x7d','\xd7','\x54','\xa1','\x1f','\xa0','\x1d','\x89','\xc0','\xd3','\x6c','\x51','\xd9','\x62','\x16','\x19','\x81','\x48','\x34','\xca','\xc0','\xe0','\x00','\xf1','\x58','\x9c','\xa5','\xcb','\x96','\xb1','\x74','\xe9','\x52','\xb6','\x6d','\xdb','\xc6','\xd6','\xad','\x5b','\x71','\x5d','\x97','\x1f','\xfa','\xe4','\x27','\x79','\xf5','\xc0','\x6b','\x38','\x5f','\x63','\x2c','\x4a','\x21','\xf8','\x85','\x9f','\xff','\x39','\x3e','\xf9','\xf1','\x1f','\xe2','\xea','\xf5','\x6b','\xfc','\xf5','\x5f','\xfd','\x15','\x47','\x8e','\x1e','\xa5','\x58','\x28','\x12','\x8f','\xc7','\x89','\xc7','\x63','\x74','\x77','\xf7','\x60','\xd9','\x16','\xc9','\x44','\x92','\x5c','\x2e','\x87','\x61','\x19','\x53','\x34','\xcf','\x42','\xe8','\x3a','\xb0','\xd0','\x01','\x52','\x9e','\x20','\xf0','\x24','\x4a','\x68','\xa8','\x5f','\xe0','\xab','\x8a','\x73','\x24','\xc3','\xac','\x88','\xc6','\x6c','\xbb','\xc8','\x30','\x43','\x56','\xee','\x49','\xa5','\x1f','\x33','\xcc','\xa2','\x99','\x3a','\x0b','\x14','\x84','\xcd','\xf4','\x04','\x32','\xbc','\x96','\xce','\x12','\x11','\xd6','\x4a','\x39','\xa5','\x12','\x9e','\xa7','\x48','\x24','\xe3','\x44','\xec','\x08','\xe9','\xc9','\x2c','\xbe','\x0a','\x98','\x3d','\x5b','\xd3','\xad','\x3f','\xf2','\xc8','\x5e','\x56','\xaf','\x5e','\xcd','\xc0','\xe0','\x00','\x4f','\xbc','\xfb','\x49','\xba','\xee','\xdc','\xae','\x40','\x09','\xdb','\x5a','\x9a','\x38','\x7b','\xe2','\x20','\xa6','\x15','\xe1','\xe5','\x97','\x5e','\xe0','\x4f','\xff','\xec','\x2f','\x19','\x19','\xd2','\xb0','\x40','\xdf','\x55','\x44','\x63','\x49','\xf2','\xf9','\x12','\xa5','\x52','\x8e','\x48','\x5c','\x3b','\x74','\x15','\xce','\x8a','\x20','\xd0','\xb5','\x5b','\x2a','\x64','\xaf','\x0b','\x34','\x19','\x84','\xe6','\xc5','\xd6','\x19','\xb0','\xca','\xb3','\x55','\x5c','\x5f','\x81','\x6d','\x45','\x00','\xcd','\x8a','\xe6','\x7b','\x7e','\xf8','\x28','\x3a','\x5b','\x52','\x86','\xc5','\x39','\xae','\x03','\x81','\x86','\x17','\xa9','\x72','\x73','\x58','\x29','\x2a','\x4d','\x63','\x51','\x06','\x4e','\x11','\x9c','\x92','\x4b','\x24','\x12','\x23','\x59','\x15','\xc7','\xf3','\x4b','\xa4','\xd3','\x93','\xd4','\xd7','\xd6','\xb0','\x6e','\xc3','\x3a','\xb6','\x6f','\x7f','\x90','\x9d','\x3b','\xb7','\xd3','\xd8','\xd4','\xc8','\x8f','\xff','\xf4','\xcf','\xf0','\x17','\x7f','\xf3','\x77','\xff','\xa8','\xba','\x03','\x29','\x25','\xbf','\xf8','\xf3','\x3f','\xcb','\xa6','\x0d','\xeb','\xf9','\xcc','\xa7','\x3f','\xcd','\xd1','\xd7','\x8f','\x52','\x95','\x4c','\xb1','\x6a','\xd5','\x2a','\x96','\x2e','\x5b','\xc6','\xea','\x95','\x2b','\xa9','\x4a','\x55','\x69','\x62','\x93','\x88','\x8d','\x6d','\x5b','\x04','\xbe','\x89','\x0a','\x34','\xbc','\x53','\x67','\x06','\x15','\x65','\x66','\xbf','\x72','\xf6','\xca','\xb2','\xac','\x4a','\x73','\xe3','\x20','\x08','\x6b','\xc2','\x7c','\x9d','\x3d','\xf0','\x3c','\x1f','\xd7','\x71','\x89','\xc5','\x7c','\x90','\xba','\xa1','\x6e','\x3e','\x97','\xa7','\xb7','\xb7','\x9f','\x9e','\xee','\x6e','\x86','\x46','\x47','\xe8','\xee','\xbe','\xc7','\xd0','\xe0','\x10','\x1b','\x36','\x6c','\xe0','\xc9','\x27','\xdf','\xc1','\xcc','\x99','\xb3','\xf8','\x77','\xff','\xfe','\x47','\x39','\xf2','\xfa','\x09','\xbe','\x1d','\x26','\x82','\x65','\x5a','\x7c','\xec','\x07','\x3f','\xca','\x27','\x3e','\xfe','\xef','\x78','\xe9','\xa5','\x97','\x79','\xe1','\x85','\xe7','\x19','\x1c','\xe8','\xc6','\xb6','\x4d','\xaa','\x6b','\x6b','\x59','\xbd','\x7a','\x35','\x9d','\x9d','\x9d','\x64','\xd2','\x69','\xa2','\x11','\x9b','\xfa','\x86','\x46','\x7c','\x15','\x50','\x2a','\x16','\x29','\x16','\x1d','\xa4','\x80','\x58','\x3c','\x86','\xe3','\x78','\x64','\xd3','\x19','\x40','\x91','\xcb','\x67','\xb9','\x74','\xe9','\x32','\x37','\x6f','\x76','\xa1','\x82','\x80','\x86','\x86','\x7a','\x3a','\x67','\xcd','\x64','\x66','\xe7','\x2c','\x92','\x89','\x04','\x85','\x42','\x5e','\x43','\x85','\x2c','\x8b','\xa8','\xad','\x49','\x55','\x54','\xa0','\x2a','\x99','\x5e','\xdf','\x0b','\x20','\xa4','\x7e','\xf7','\x03','\x97','\x54','\x75','\x92','\x52','\xb1','\xc0','\xf0','\xd0','\x30','\x02','\x49','\x2e','\x9b','\xa3','\xa7','\xbf','\x5f','\x67','\x40','\x94','\xa2','\xbb','\xbb','\x97','\x6c','\x3a','\x4b','\x4d','\x4d','\x0d','\x6d','\x6d','\x33','\xb4','\x41','\x1a','\x8b','\xd2','\xd2','\xda','\xa2','\xfb','\x7f','\x15','\x5d','\x9a','\x5a','\x1a','\x09','\x6c','\x1f','\xa7','\xe0','\x86','\x4c','\x9e','\x3e','\x25','\xc7','\x25','\x1e','\x8f','\x69','\x9a','\xdf','\xe1','\x61','\xee','\xde','\xbd','\x47','\x2e','\x9b','\xa3','\xb9','\xa5','\x99','\x54','\x75','\x35','\xc3','\xc3','\xc3','\x8c','\x8d','\x8e','\x62','\x98','\x06','\x11','\xdb','\xa6','\xa1','\xbe','\x81','\x99','\x1d','\xed','\x44','\x2c','\x03','\x25','\x04','\x55','\xc9','\x2a','\x7c','\x3f','\xa0','\x10','\x36','\xf0','\xb5','\x6d','\x0b','\x05','\x64','\x73','\x39','\x72','\xb9','\x3c','\x23','\xc3','\x43','\xdc','\xec','\xea','\xa2','\x2a','\x99','\x60','\xe9','\x92','\x65','\x04','\x4a','\x71','\xe9','\xca','\x25','\x26','\x27','\x26','\xa9','\x4a','\x56','\x13','\x89','\xc4','\x88','\x46','\xa3','\xd4','\xd6','\x56','\x93','\x4c','\x56','\x21','\x84','\xc0','\xb6','\x4c','\x2c','\x3b','\x82','\xeb','\x79','\x3a','\x2b','\x2e','\x25','\x41','\xb8','\x4e','\x1c','\xd7','\x41','\x09','\xa5','\x1d','\x93','\x68','\x04','\x81','\x24','\x9b','\x29','\x30','\x3a','\x36','\xc1','\xd8','\x98','\x36','\xa8','\xbd','\xc0','\x27','\x16','\x8d','\x11','\x8b','\xe9','\x1e','\x60','\x99','\x74','\x86','\x68','\x2c','\x4a','\x22','\x99','\x24','\x1e','\x8d','\x61','\x48','\xed','\x78','\x1b','\x86','\x49','\x34','\x1a','\xc5','\x0f','\x02','\x82','\xc0','\xc3','\xb4','\xc0','\x30','\x2c','\xa4','\xd4','\xd9','\x0d','\x69','\x18','\x44','\x23','\x11','\x84','\x94','\x4c','\x4c','\x4c','\x12','\x78','\x1e','\xd5','\x35','\xd5','\xda','\x59','\xf3','\x7d','\x8d','\x92','\xc8','\xe5','\xc9','\x15','\x0a','\x38','\xae','\x4b','\xa9','\x54','\x44','\xa9','\x80','\x15','\x2b','\x56','\xb0','\x69','\xc3','\x26','\x76','\xef','\xd9','\xcd','\xcb','\xfb','\xf6','\xf1','\x0b','\xbf','\xf2','\xdf','\x18','\xfa','\x27','\xb0','\xbe','\xbd','\x99','\x6c','\x58','\xbb','\x96','\xbf','\xfd','\xcb','\x3f','\x67','\x68','\x70','\x90','\x7f','\xf8','\xf4','\xa7','\x39','\x78','\xf0','\x20','\xbe','\xeb','\x12','\x09','\xa9','\xbf','\xf5','\x7e','\x33','\x91','\x86','\x24','\x1a','\x31','\x89','\x44','\x0d','\x3c','\x3f','\xa8','\x64','\xce','\x40','\x68','\x76','\xd1','\x30','\xe8','\x92','\x49','\xa7','\x29','\x14','\x0b','\xd4','\xd4','\x34','\xd0','\xde','\xde','\x86','\xeb','\xba','\xf4','\xf5','\xf5','\x92','\xcf','\x66','\x35','\x9c','\xd9','\xb4','\xb0','\xcd','\x38','\x66','\xc8','\x26','\x27','\xd1','\xc1','\x19','\xd7','\xf5','\x51','\x2a','\x08','\xbf','\x53','\x07','\x40','\x11','\x9a','\x68','\x48','\x07','\x3c','\xf4','\x59','\x96','\x4a','\x55','\x51','\x5b','\x53','\x4b','\x24','\x12','\xe1','\x89','\x27','\xde','\xc3','\xee','\xdd','\x7b','\xe8','\xef','\xef','\xe3','\xb9','\xe7','\x9e','\xe3','\xec','\xb9','\x0b','\x5c','\xbf','\x76','\x8d','\xc9','\xc9','\x49','\xa2','\xd1','\x48','\xc8','\x1a','\xe9','\x10','\x8b','\xc7','\x21','\x80','\x4c','\x2e','\x8b','\x61','\x4a','\x62','\x91','\x28','\xa5','\x52','\x09','\xc7','\xf5','\x89','\xc5','\x2d','\xa4','\x2c','\x52','\x74','\x0a','\x58','\x46','\x84','\x68','\x24','\x42','\xae','\xa0','\x09','\x97','\x6a','\x6b','\x6b','\xb1','\x23','\x36','\xae','\xe3','\xd2','\xd0','\xd4','\xc8','\xbc','\x39','\x73','\xe9','\xe8','\xec','\xa0','\xad','\xb5','\x8d','\xfe','\xbe','\x3e','\x1d','\x1c','\xbe','\xa5','\x19','\x40','\x85','\x10','\x18','\xc2','\x20','\x12','\xd3','\xf6','\x51','\x10','\xc2','\x4f','\x23','\x76','\x84','\x40','\x29','\xd2','\x99','\x34','\x4e','\xa9','\x44','\x75','\x75','\x35','\x96','\x65','\x31','\x36','\x3e','\x4e','\xb1','\x54','\xa2','\x3a','\x99','\xe4','\xc1','\x6d','\xdb','\xf8','\xf0','\x87','\x3f','\x8c','\x52','\x8a','\x07','\x76','\xef','\xfd','\xb6','\x35','\x6a','\x87','\x29','\xbb','\x7b','\xda','\x01','\xfa','\xce','\xc9','\x1b','\x8d','\xed','\xb4','\x03','\xf4','\x6f','\x50','\x84','\x10','\xbc','\xef','\x9d','\xef','\xe0','\x37','\x7f','\xfd','\x57','\x19','\x1c','\xec','\xe7','\xc8','\xe1','\x43','\x7c','\xf1','\xcb','\x5f','\xe1','\xda','\xb5','\xeb','\xf8','\xbe','\x83','\x61','\x48','\xe2','\xd1','\x18','\xb1','\x78','\x02','\xd7','\x75','\x75','\x34','\x46','\x69','\x58','\x8e','\x24','\x64','\xab','\x02','\xca','\xff','\x17','\x42','\x60','\x59','\x26','\x96','\x6d','\xe1','\x7a','\x2e','\xd9','\x6c','\x0e','\xd7','\xf5','\x89','\xc5','\xc2','\x66','\x9a','\x45','\xdd','\xfb','\xc2','\xb6','\x2c','\x4c','\xd3','\x44','\x84','\x50','\x17','\xa7','\xe8','\xe0','\x7b','\x1e','\x56','\x24','\x42','\x10','\x28','\xda','\xdb','\x9b','\x78','\xdf','\xfb','\xde','\xc5','\x96','\xad','\x0f','\x20','\x84','\xe4','\x17','\x7e','\xf9','\xd7','\x79','\xe1','\xe5','\x03','\xb8','\xee','\x3f','\xad','\x00','\xf4','\x3b','\x21','\x52','\x4a','\x36','\x6f','\xd8','\xc0','\xdf','\xff','\xf5','\x5f','\x52','\x57','\x5b','\xc7','\xf9','\x73','\xe7','\xf8','\xf2','\x97','\xbe','\xcc','\xa9','\xd3','\x27','\x19','\x1c','\x1e','\x64','\xa0','\x7f','\x08','\x37','\xc4','\x79','\xfb','\xca','\xd7','\xcc','\x4c','\x52','\x67','\x6a','\x02','\x45','\xd8','\xb8','\x72','\x0a','\xaa','\x56','\x8e','\x6a','\x4f','\xd5','\x78','\x94','\xa9','\xb2','\xa7','\xbe','\x53','\xa0','\x50','\x7e','\xe8','\x28','\xa8','\xf0','\x37','\x21','\x76','\xbe','\xcc','\xf6','\x55','\x76','\x88','\xca','\x10','\xaa','\xe0','\xbe','\xd7','\x8d','\x10','\x57','\x1d','\x8b','\x44','\x29','\x7a','\x45','\xa2','\x09','\x9b','\x48','\x44','\x17','\xf0','\xce','\x99','\x33','\x87','\xc7','\x1e','\x7b','\x9c','\x2d','\x9b','\x37','\xd3','\xd4','\xdc','\x44','\x2e','\x9b','\xe7','\x27','\x7e','\xf6','\x67','\x79','\x65','\xdf','\x01','\x9c','\x37','\xe9','\xd7','\xb2','\x7a','\xc5','\x32','\xfe','\xee','\xcf','\xff','\x9c','\x96','\xd6','\x0e','\xce','\x9c','\x3e','\xc5','\xab','\xfb','\xf7','\xf1','\xe5','\x2f','\x7f','\x99','\xbb','\x77','\x6e','\x63','\xdb','\x11','\x1c','\xd7','\x45','\x1a','\x06','\x55','\xc9','\xa4','\x3e','\x20','\xca','\xb0','\x2d','\x74','\x86','\x4b','\x20','\xa6','\x48','\x0d','\x94','\xd4','\x4e','\x4c','\xc8','\xf8','\xa6','\x1f','\x4f','\x55','\x32','\x3c','\x3a','\x33','\x20','\x75','\x7f','\x9c','\xb0','\xee','\xac','\x9c','\x45','\x2b','\xc3','\xd6','\x00','\x84','\x0c','\x30','\x4d','\x45','\xc5','\x7f','\x90','\x9a','\x5a','\x5b','\xd7','\x4a','\x09','\x10','\x06','\xa6','\x14','\x78','\x9e','\x4b','\x2e','\x53','\xa0','\xe8','\x38','\x98','\xa6','\x49','\x73','\x63','\x23','\xeb','\xd6','\xad','\x67','\xcf','\x43','\x7b','\xd9','\xb4','\x69','\x03','\xf5','\xf5','\x0d','\x74','\x77','\xf7','\xf2','\x03','\x1f','\xfb','\x30','\x17','\xaf','\x5c','\xfe','\x2a','\xa5','\x27','\x80','\x9f','\xfc','\xb1','\x4f','\xf2','\x5f','\x7f','\xf9','\xbf','\xd0','\xd7','\xd7','\xcf','\xab','\xaf','\xee','\xe3','\xb5','\x43','\x47','\x39','\x7d','\xe2','\x14','\xfd','\xbd','\x03','\x54','\xd7','\xd6','\x12','\x8f','\xc7','\x18','\x1f','\x9f','\xa0','\x3a','\x15','\xd5','\xbd','\x7e','\x02','\x40','\xe9','\x5e','\x14','\x41','\x10','\xf6','\x28','\xf2','\x7d','\x04','\x12','\x33','\x24','\x01','\x29','\x3b','\x76','\x28','\x01','\x52','\xa1','\x08','\x1d','\x39','\x65','\x60','\x1a','\x16','\x08','\x15','\x32','\xe2','\x4d','\xd1','\x7f','\x1b','\xc2','\xd0','\x0e','\x94','\x0a','\x5f','\x83','\xb0','\x46','\x4a','\x3b','\x7a','\x06','\xda','\x89','\x14','\x02','\x02','\x24','\xae','\x0b','\xae','\xe3','\x6a','\x68','\x89','\xf2','\x88','\xda','\x16','\x73','\xe7','\xce','\xe1','\xe1','\x47','\x1e','\xe6','\x91','\x47','\x1f','\xa6','\xb3','\xb3','\x13','\x41','\x40','\x6f','\x7f','\x1f','\x4f','\xbc','\xf3','\xbd','\xdc','\xed','\xee','\xf9','\x47','\xef','\x89','\xad','\x1b','\x37','\xf1','\x7b','\xbf','\xf5','\x9b','\xf4','\xf4','\xf4','\xf2','\xfc','\x0b','\x2f','\x70','\xfa','\xcc','\x19','\xc6','\xc6','\xc6','\x34','\x4b','\x54','\x6b','\x0b','\xd5','\xd5','\xb5','\x28','\x15','\x10','\x8d','\x46','\xb5','\x71','\x28','\x4c','\x84','\xd4','\xf5','\x51','\x9e','\xeb','\xe2','\x87','\x35','\x15','\x81','\xa7','\xa9','\x69','\x15','\x84','\x70','\xb8','\xb0','\x6e','\x4b','\x29','\x94','\xa7','\x9b','\x15','\x7a','\x7e','\x48','\x29','\x6f','\x48','\x8a','\xc5','\x2c','\xb9','\x7c','\x96','\xc0','\x0b','\x48','\x55','\x57','\x61','\x18','\x06','\xc3','\x23','\xc3','\x94','\x9c','\x12','\xab','\x96','\x2f','\xe7','\x2d','\x6f','\x7d','\x94','\x55','\xab','\xd6','\x10','\xb1','\x23','\xfc','\xf0','\x8f','\xfd','\x38','\xc7','\x8e','\x7f','\x7b','\x9c','\x9f','\xb2','\xc4','\xa2','\x51','\x3e','\xf4','\xfe','\xef','\xe3','\xe7','\x7e','\xf2','\x3f','\x72','\xf7','\xde','\x1d','\x3e','\xf7','\xf9','\xcf','\x70','\xe9','\xf2','\x45','\x06','\x06','\x06','\x70','\x4a','\x25','\xbd','\x17','\x3c','\x87','\x58','\x34','\x16','\xb2','\x60','\x41','\x3e','\x9f','\xd7','\x90','\x19','\x15','\x10','\x31','\x2d','\x9d','\xd9','\x53','\x0a','\xdb','\xb6','\xc8','\xe7','\x0b','\x44','\x63','\x51','\xe6','\xce','\xd1','\xfd','\x72','\xee','\xdc','\xbd','\x47','\xe0','\x07','\x44','\x22','\x21','\x11','\x8d','\x10','\x18','\xa6','\xa9','\xc7','\xcd','\xf7','\x34','\xf5','\xbd','\x1f','\xe0','\xf9','\x2e','\x41','\x10','\x60','\x99','\x36','\xa6','\xa9','\x6b','\x6b','\x26','\xd2','\x13','\x48','\x43','\x10','\x89','\x45','\x35','\xd1','\x88','\xab','\x6b','\xae','\x52','\xd5','\xd5','\xcc','\x9a','\x39','\x93','\xba','\xba','\x3a','\x3d','\x2f','\xbe','\xe2','\xda','\x8d','\xeb','\x0c','\x0d','\x0d','\x31','\x3c','\x3c','\x42','\xb1','\x58','\x20','\x62','\x47','\x35','\x93','\x9b','\x90','\x24','\xab','\x12','\x38','\x5e','\x89','\x62','\xa9','\x88','\x65','\x5b','\xd8','\x96','\x45','\xa1','\x50','\xc2','\x77','\x5d','\x4c','\xdb','\xc2','\x30','\x25','\xf1','\x58','\x82','\xe5','\xcb','\x97','\xf3','\x03','\x3f','\xf0','\x41','\x56','\xae','\x5a','\xc5','\xa5','\x4b','\x97','\x39','\x78','\xf0','\x10','\xb7','\x6f','\xdd','\xe2','\x5e','\xf7','\x3d','\x3d','\x1e','\xc5','\x12','\x81','\xab','\xb3','\x35','\xd1','\x68','\x14','\x5f','\xb9','\x14','\x4b','\x0e','\xa6','\x61','\x11','\x8b','\x45','\xb1','\x2d','\x0d','\xff','\xb3','\x2c','\x1b','\xcb','\x34','\x49','\x25','\x93','\xec','\xd8','\xb5','\x93','\xb7','\x3f','\xf9','\x2e','\xaa','\x53','\x29','\x8e','\x1d','\x7f','\x9d','\x43','\x07','\x0f','\x72','\xf5','\xe2','\x55','\x46','\x47','\x86','\x19','\x19','\x19','\xa3','\xe4','\x38','\xd8','\xb6','\x55','\x81','\x57','\x27','\x12','\x71','\x62','\x76','\x44','\x07','\x8c','\x44','\xd8','\x44','\xb9','\xdc','\x5b','\x32','\xd4','\x89','\x0a','\x85','\xef','\xf9','\x08','\x69','\x92','\xac','\xaa','\xa6','\xb6','\xba','\x9a','\xb6','\xf6','\x36','\xd6','\xad','\x59','\xcb','\x86','\x8d','\xeb','\xa9','\xa9','\xad','\xe3','\xce','\xdd','\x3b','\x1c','\x7f','\xfd','\x18','\x97','\x2f','\x5d','\x22','\x5f','\x2a','\x32','\x39','\x31','\xc9','\xd0','\xf0','\x10','\xa5','\x7c','\x11','\xc3','\x36','\x89','\x47','\x63','\xf8','\x41','\x10','\x3a','\x5b','\x1e','\xd2','\x94','\x44','\x23','\x31','\x4c','\x53','\xc3','\xed','\xbc','\xc0','\xaf','\x40','\xb8','\xfc','\x90','\xdc','\x23','\x1e','\x8b','\x61','\x98','\x26','\xae','\xeb','\xea','\x6c','\x72','\x6d','\x2d','\xcd','\xcd','\xcd','\x24','\xe2','\x09','\xe6','\xcd','\x9b','\xc3','\x63','\x8f','\x3f','\x4e','\x3e','\x9b','\xe5','\x73','\xcf','\x3c','\xc3','\x67','\x9f','\xfe','\x02','\x77','\xdf','\x8c','\x7a','\xfe','\x9f','\x28','\x02','\x98','\x3d','\x6b','\x26','\xaf','\xbc','\xf0','\x1c','\xb1','\x58','\x9c','\x67','\x3e','\xff','\x39','\x4e','\x1c','\x3f','\xc1','\xe0','\xe0','\x20','\xc3','\x83','\x83','\xf8','\x81','\x22','\x1a','\x89','\x20','\x0d','\x03','\xdf','\x73','\xc9','\xe6','\x73','\x04','\x2a','\xd0','\xc4','\x25','\x86','\xcd','\x44','\x7a','\x82','\xc9','\xf4','\x24','\xb1','\x68','\x2c','\x64','\x30','\xb4','\x98','\xd1','\x39','\x83','\x35','\xab','\xd7','\xb2','\x6a','\xc5','\x4a','\x66','\xcd','\x99','\xcd','\xf8','\xf8','\x18','\xa7','\x4e','\x9e','\xe2','\xcc','\xd9','\xd3','\xf4','\x74','\x77','\xe3','\xb8','\x0a','\x29','\x23','\x28','\xe5','\xa3','\x42','\x28','\xab','\x0c','\x1d','\x5e','\x29','\x44','\x08','\x41','\x94','\x64','\xd2','\x13','\x21','\x94','\x3e','\x4e','\x3a','\x93','\x26','\x33','\x39','\x89','\x61','\xd8','\x34','\x35','\xd5','\xb3','\x6a','\xd5','\x6a','\xde','\xf7','\xde','\xf7','\xb1','\x7c','\xd9','\x2a','\xbe','\xfc','\x95','\x2f','\xf0','\x27','\x9f','\xfa','\x14','\x99','\x6c','\x8e','\x68','\x24','\x4a','\x32','\x99','\x64','\xf6','\xec','\xd9','\xa8','\x00','\x86','\x86','\x07','\x89','\xc5','\x63','\x98','\xa6','\x45','\x3e','\x97','\x23','\x16','\x8b','\x93','\x48','\xc4','\x35','\xba','\x24','\x5f','\x24','\x91','\x88','\x10','\x89','\x2a','\xb2','\xf9','\x2c','\x42','\x98','\xc4','\x62','\x51','\x8a','\xf9','\x3c','\x4a','\x09','\x66','\xcc','\xec','\xa0','\xa3','\xbd','\x9d','\xda','\xda','\x5a','\x16','\x2c','\x5c','\x44','\x22','\x91','\xc4','\xf7','\x5d','\xea','\xea','\xeb','\x11','\x52','\x92','\x9e','\x4c','\x73','\xb3','\xeb','\x26','\x27','\x8f','\x1f','\xa3','\xa7','\xa7','\x0f','\xd7','\x53','\x98','\xa6','\x08','\x1b','\x5b','\x2b','\x22','\x76','\x84','\x64','\x22','\x81','\x90','\x82','\xf1','\xc9','\x09','\x7c','\x3f','\xa0','\xb9','\xb1','\x09','\x80','\xb1','\xb1','\x31','\xaa','\x6b','\x6a','\x98','\x33','\x67','\x0e','\x8b','\x16','\x2d','\xa4','\xa1','\xb1','\x81','\xef','\xfb','\x81','\x8f','\x70','\xe2','\xd4','\x99','\x6f','\xef','\xfc','\x0a','\x31','\xed','\xfc','\x7c','\x87','\x65','\xda','\x01','\xfa','\x1e','\x91','\xda','\xea','\x6a','\x5e','\x79','\xee','\x0b','\xd4','\xd6','\xd4','\x72','\xf9','\xf2','\x45','\x8e','\x1c','\x39','\xc4','\x85','\x0b','\x97','\xc9','\x17','\x0a','\x44','\x6c','\x1b','\xdf','\xd3','\x78','\xfd','\x78','\x3c','\x4e','\x2c','\x16','\x0b','\x8d','\xb6','\xf0','\x24','\x09','\x14','\x53','\x3c','\x6e','\x21','\x13','\x9c','\x12','\xda','\xc0','\x0f','\x7b','\xbe','\x68','\xc3','\x4c','\xde','\x67','\xe4','\x82','\x34','\x04','\xa6','\x94','\x78','\x41','\x40','\xa0','\x82','\x0a','\x4b','\x97','\x65','\x9b','\xc4','\xe3','\x31','\xf2','\xb9','\x02','\x6b','\xd7','\xae','\x63','\xef','\xde','\xbd','\x34','\x34','\xd4','\xd3','\xdd','\xd3','\xcb','\x13','\xef','\xfd','\x00','\x93','\xe9','\xcc','\x77','\x6f','\xa0','\xbe','\x81','\xac','\x5f','\xbd','\x86','\x2f','\x7f','\xee','\x69','\xe2','\xf1','\x38','\x5d','\xb7','\x6e','\x71','\xe3','\xc6','\x4d','\xae','\x5d','\xbd','\x4c','\xd7','\xad','\x3b','\x0c','\x0c','\x68','\x7a','\x51','\x29','\x24','\xa6','\x6d','\x92','\x4e','\x4f','\x84','\xcc','\x47','\x46','\xa5','\x80','\xb6','\x4c','\xe5','\x55','\x2e','\x5c','\x97','\x52','\xe2','\x07','\xda','\x69','\x91','\x86','\x08','\xa3','\xe2','\x9a','\x2c','\x40','\x29','\x1f','\x69','\x58','\x44','\x23','\x55','\x28','\x25','\x43','\x66','\x2c','\x1f','\x15','\x68','\x56','\x21','\x19','\x3a','\x50','\x48','\x5d','\x3b','\x21','\x84','\xac','\xf4','\x9f','\xb1','\x0d','\x53','\x43','\x0b','\x6c','\x1b','\x43','\x18','\xc4','\xe2','\x36','\x6d','\xed','\x35','\xb4','\xb6','\x36','\xb3','\x70','\xe1','\x42','\x56','\xac','\x5c','\x41','\xc7','\x8c','\x0e','\x82','\xc0','\xe7','\xc6','\x8d','\x2e','\x7e','\xf2','\xe7','\x7e','\x81','\x4b','\x57','\xae','\x7d','\xc3','\x46','\x6a','\x52','\x08','\x96','\x2d','\x59','\xcc','\x73','\x4f','\x3f','\x47','\x24','\x16','\x61','\x70','\x60','\x80','\x43','\x87','\x0e','\x73','\xfc','\xf8','\x71','\x46','\x86','\x47','\x00','\x45','\x3a','\x9d','\xa5','\x58','\x2a','\x62','\x5b','\x11','\x1c','\x57','\x37','\x8c','\x05','\x8d','\xbf','\x17','\x52','\x54','\xa2','\xfa','\x8e','\x57','\x24','\x50','\x3a','\x22','\xae','\xeb','\x7f','\x44','\x08','\x89','\x0a','\x19','\xe1','\x64','\x48','\x12','\xe1','\x7a','\x15','\xe8','\x60','\xe0','\xeb','\x6c','\x8a','\x34','\xa4','\x5e','\x8f','\x41','\x80','\x88','\x08','\x30','\x7c','\x08','\x74','\x3d','\x94','\x1e','\x37','\x4d','\x0c','\xa1','\x61','\x73','\x4a','\x17','\xd6','\x9b','\x16','\x11','\x3b','\x42','\x5d','\x5d','\x3d','\x9d','\xb3','\x3a','\x59','\xb0','\x60','\x01','\x73','\xe7','\xcc','\xa5','\xb5','\xad','\x99','\xda','\xba','\x06','\xba','\xef','\xf5','\xf1','\xd6','\xb7','\x3d','\xc9','\xd0','\xd0','\xd0','\x1b','\x1a','\xcb','\x96','\x65','\xf2','\x23','\x9f','\xf8','\x24','\x3f','\xf1','\xe3','\x3f','\x86','\xf2','\x15','\x77','\xee','\x76','\x71','\xe4','\xc8','\x11','\xae','\x5c','\xbd','\xca','\xe4','\xc4','\x24','\x13','\x93','\x93','\xe4','\x73','\x59','\x12','\x66','\x14','\x15','\x10','\xc2','\xd2','\x40','\xf9','\x81','\xce','\x72','\x80','\xee','\x55','\x12','\x4c','\xe5','\xeb','\x84','\xd0','\xf5','\x40','\x10','\x46','\x42','\xc3','\x8c','\x88','\xce','\xbc','\x4a','\x2c','\xd3','\x08','\x6b','\x1e','\x4c','\x04','\x1a','\x8a','\x58','\x2a','\x16','\xf1','\x42','\xa7','\x08','\x08','\x9f','\xb3','\x5c','\x1b','\x65','\x60','\x54','\x18','\xe1','\x24','\x81','\x19','\xa0','\x2c','\x97','\x78','\x22','\x41','\x75','\x55','\x35','\x0d','\xf5','\x0d','\xcc','\x9a','\x33','\xbb','\x02','\xf3','\x69','\x6b','\x6b','\xc7','\x71','\x4b','\xfc','\xca','\x7f','\xfb','\x75','\xfe','\xf2','\xaf','\xfe','\x81','\xf4','\xb7','\xb8','\xe7','\x84','\x10','\xac','\x5c','\xba','\x82','\xbf','\xfd','\x8b','\xbf','\x46','\x02','\xa7','\x4f','\x9f','\xe1','\xf4','\xa9','\xd3','\xdc','\xb9','\x73','\x9b','\xb1','\x89','\x09','\xc6','\x46','\x47','\x18','\x1e','\x1e','\x23','\x08','\x7c','\x92','\x89','\xb8','\x66','\xa6','\xf3','\x7d','\x34','\x19','\x86','\xae','\x85','\x2b','\xd7','\xb0','\x19','\x21','\x8c','\xa4','\x3c','\xd7','\x4a','\x80','\x19','\x66','\xbb','\x34','\x34','\x45','\x6a','\x08','\x9d','\x0a','\xf0','\x85','\xc2','\xb4','\x2c','\xec','\x10','\x72','\x54','\x95','\xac','\xa2','\xb1','\xb1','\x81','\xce','\xce','\x0e','\x96','\x2d','\x5d','\xc6','\xa2','\xc5','\x8b','\x19','\x1f','\x9f','\xe0','\x93','\x3f','\xf6','\x09','\xce','\x9c','\x3b','\xfb','\x6d','\xeb','\xb4','\x7e','\xbf','\x24','\x62','\x31','\xfe','\xea','\xf7','\xff','\x80','\x15','\x2b','\x57','\x20','\x4d','\x41','\x4f','\x7f','\x37','\xb7','\xbb','\xee','\x72','\xf3','\xc6','\x4d','\x86','\x86','\x06','\x28','\xb9','\x21','\x2c','\x45','\x05','\x48','\x53','\xeb','\x3c','\xd7','\xf3','\x70','\x4b','\x0e','\x4a','\xf9','\x18','\xa6','\x49','\x32','\x59','\x45','\x6d','\x6d','\x2d','\x55','\xc9','\x24','\x1d','\x9d','\x1d','\xcc','\x5d','\xbc','\x80','\x89','\x89','\x34','\x77','\xee','\xdc','\x61','\x70','\x78','\x80','\xd1','\x91','\x51','\x8a','\xf9','\x22','\x86','\x69','\x62','\x47','\x23','\x7a','\x0f','\x31','\x15','\x04','\x10','\x42','\x47','\xe7','\x45','\x98','\x1d','\x34','\x85','\xce','\xb4','\xb8','\x22','\xc0','\xb2','\x2d','\xe2','\xd1','\x18','\xf1','\x78','\x82','\x54','\xaa','\x8a','\x86','\xa6','\x06','\xda','\x5a','\xda','\x68','\x6a','\x6e','\x21','\x11','\x8f','\x91','\xcd','\x66','\xe8','\xeb','\xef','\xa7','\xb7','\xbb','\x87','\xa1','\xe1','\x61','\xcd','\x9e','\xe5','\xb8','\xa8','\x40','\xf7','\x0d','\x03','\x81','\x6d','\xdb','\xe4','\x73','\x39','\x10','\x0a','\x3b','\x1a','\xd1','\x30','\xdc','\xc0','\xd7','\x70','\xca','\xfa','\x3a','\x9a','\x9b','\x5a','\x69','\x6c','\x6a','\xa2','\xa1','\xbe','\x4e','\x13','\x77','\xb8','\x3a','\xb8','\xa0','\x14','\xf4','\xf6','\x76','\x73','\xf5','\xca','\x55','\xc6','\xc7','\x27','\x01','\x1d','\x80','\xd0','\xa4','\x28','\x5e','\x18','\xec','\x10','\x65','\x36','\x77','\x84','\x10','\xa4','\xaa','\xaa','\x98','\x3d','\x7b','\x36','\x73','\xe7','\xce','\xd5','\xe4','\x03','\xf9','\x3c','\x45','\xc7','\x21','\x55','\x9d','\xa2','\xae','\xba','\x96','\xcc','\xf0','\x18','\xc3','\xfd','\xfd','\x4c','\xa4','\x27','\x18','\x1f','\x9f','\xa4','\x58','\xc8','\xa3','\x42','\xd8','\xac','\x61','\x9a','\xf8','\x9e','\x4f','\xa9','\x54','\xd4','\xd0','\x60','\x74','\xf6','\x57','\x48','\xa1','\x7f','\x0a','\x33','\xcb','\xc2','\x90','\x58','\xd1','\x08','\xb1','\x44','\x9c','\xc6','\xc6','\x26','\x3a','\x3b','\x3b','\xa9','\xad','\xa9','\x25','\x9f','\xcf','\x91','\xc9','\x66','\x88','\x44','\x22','\xd4','\xd6','\xd4','\x51','\x2c','\xe4','\x19','\x1a','\x19','\x66','\x6c','\x74','\x8c','\xb1','\xb1','\xb0','\x7e','\xc9','\x73','\x90','\x86','\x89','\x52','\x01','\xb6','\x69','\x93','\x48','\x56','\x63','\x08','\x81','\xe3','\x79','\xf8','\xa1','\x73','\xee','\x07','\x7e','\xa5','\x8f','\x59','\xb9','\x69','\x71','\x99','\xda','\xd9','\x34','\x4d','\x52','\xd5','\xd5','\xd4','\xd5','\xd7','\x52','\x5b','\x53','\x4b','\x43','\x7d','\x03','\x52','\xc2','\x8d','\xeb','\xd7','\xf8','\xf1','\x9f','\xfa','\x59','\x2e','\x5d','\xbd','\xf6','\x1d','\x0d','\xf8','\xcd','\x68','\x6d','\xe5','\x07','\xbe','\xef','\x7d','\x7c','\xf4','\x07','\x3e','\x44','\x2c','\x16','\xa3','\x54','\x2a','\x31','\xd0','\xd7','\xcf','\xc4','\xa4','\xae','\x2f','\x13','\x02','\xe2','\xb1','\x24','\x99','\x4c','\x9e','\x92','\x53','\xa2','\xbd','\xbd','\x1d','\xc3','\x30','\xe8','\xee','\xbe','\xc7','\x64','\x3a','\x4d','\x6b','\x73','\x1b','\x0d','\x0d','\xf5','\x24','\x12','\x09','\xda','\xdb','\xdb','\x2b','\x44','\x15','\x42','\x1a','\xb4','\xcf','\x68','\xa7','\xa6','\xba','\x96','\x58','\x3c','\x46','\xa1','\x50','\x60','\x32','\x9d','\x43','\xe7','\x7e','\xc0','\x71','\x8a','\xf8','\x7e','\x40','\x3c','\x16','\x27','\x99','\x48','\x52','\x28','\x15','\x99','\x98','\x98','\xc0','\x34','\x0d','\x26','\xc6','\xc7','\xa9','\xa9','\xab','\xa5','\xb1','\xb1','\x89','\xc3','\xaf','\x1d','\xe4','\xe9','\xcf','\x7f','\x9e','\xae','\xae','\x2e','\x16','\x2d','\x5e','\xc4','\x4f','\xff','\xf4','\x4f','\xb3','\x68','\x41','\x07','\x85','\x7c','\x8e','\xdf','\xff','\xfd','\xdf','\xe7','\x95','\x57','\x5e','\x61','\xed','\xba','\x75','\xec','\xd9','\xb3','\x27','\x9c','\xb7','\x9a','\xb0','\x96','\x58','\x11','\x84','\x73','\x6c','\x1a','\x1a','\x19','\xa1','\x94','\x0e','\xfe','\xe9','\x4c','\x4d','\x50','\x61','\xcf','\xf4','\x7c','\x9f','\xc0','\xf7','\x90','\x86','\x49','\x34','\xec','\x91','\x66','\x59','\x06','\xbe','\xe7','\xd3','\x3f','\x30','\xc8','\xed','\xbb','\x77','\xe8','\xee','\xbe','\x4b','\x2e','\x93','\x25','\x95','\xaa','\xa6','\xad','\xbd','\x9d','\xe6','\xe6','\x26','\x4c','\xd3','\x60','\x78','\x7c','\x92','\x81','\xd1','\x61','\x86','\x87','\x47','\xc9','\x65','\xb3','\x44','\x22','\x11','\xea','\xeb','\xea','\xe8','\xec','\x9c','\x41','\x73','\x73','\x13','\xb1','\x58','\x14','\xdf','\x0f','\x90','\x02','\xaa','\xaa','\x52','\x21','\xc9','\x53','\x06','\xc3','\xb0','\x30','\x4d','\x83','\xe3','\x27','\x4f','\xf0','\xae','\xf7','\x7e','\xf0','\x5f','\x55','\x50','\x77','\x5a','\xfe','\x71','\x32','\xed','\x00','\x7d','\x8f','\x48','\xaa','\x2a','\xc9','\xc1','\x97','\x9f','\xa3','\xb3','\xa3','\x93','\xeb','\xd7','\xaf','\x30','\x39','\x39','\x89','\x69','\x9a','\xc4','\x62','\x71','\x6c','\xdb','\xc6','\xf3','\x3c','\x8a','\x85','\x62','\xa5','\xd9','\x67','\x2c','\x1e','\xd7','\xc6','\x48','\xc5','\x80','\x08','\xa3','\xf0','\x95','\xea','\x64','\x2a','\x51','\x6c','\x4d','\xed','\x1c','\x7c','\x15','\x5b','\x97','\x36','\xda','\xa6','\xea','\x33','\x54','\x19','\x02','\x26','\xca','\xcd','\x10','\x35','\x2c','\x2a','\x91','\x48','\x92','\x48','\x26','\x19','\x1f','\x1b','\xe7','\x87','\x7e','\xe4','\x3f','\x70','\xee','\xc2','\xa5','\x6f','\x6b','\xc4','\xf6','\xdb','\x29','\x42','\x08','\x9a','\x1b','\x1b','\xf9','\xd0','\x07','\x3e','\xc0','\xcf','\xff','\xf4','\xcf','\x50','\x2c','\x95','\x34','\xf4','\x2f','\x97','\x26','\x5f','\x28','\x50','\x2a','\xb9','\x14','\x0a','\x79','\x26','\xd3','\x69','\x20','\xc0','\x34','\x64','\x08','\x8d','\x0b','\xc2','\x06','\xa8','\xda','\x20','\x9e','\x4a','\x61','\x68','\xc8','\x94','\xde','\x3f','\xe5','\x7c','\xc9','\xd4','\x5f','\x20','\x41','\x99','\x08','\x75','\x7f','\xf6','\x44','\x3b','\xa3','\x28','\x0d','\x2f','\x30','\xa4','\x19','\x36','\x25','\xf5','\x28','\x3a','\xa5','\xca','\x01','\x6c','\x48','\x8d','\xdb','\x96','\xd2','\xa0','\xa6','\xae','\x8a','\xa6','\xa6','\x1a','\x4c','\xab','\xdc','\xf9','\xdc','\x64','\x62','\x62','\x9c','\xff','\xf1','\x5b','\xbf','\xcb','\x17','\xbf','\xf2','\x1c','\x23','\xa3','\x63','\xff','\xa8','\x31','\x17','\x42','\xb0','\x7c','\xf1','\x32','\xfe','\xf8','\xf7','\xfe','\x90','\x25','\x4b','\x16','\x51','\x72','\x5c','\x06','\xfa','\xfb','\xc8','\xe6','\xb2','\x10','\xc2','\x72','\x3c','\xcf','\xa3','\x50','\x2c','\xea','\xfe','\x1b','\x21','\x84','\x42','\x86','\x90','\x3c','\x55','\x59','\x4f','\x5e','\x08','\xd7','\x93','\xf7','\x5d','\x5b','\x86','\x34','\xa8','\x21','\x94','\x2d','\x74','\x96','\xca','\x8c','\x61','\x08','\x0d','\x01','\xbc','\xbf','\x56','\x26','\x10','\x3e','\x4a','\x06','\x95','\xba','\x2a','\x10','\x3a','\x23','\xa2','\xdf','\x51','\x21','\x22','\x88','\x44','\x6c','\x92','\xc9','\x24','\x35','\x35','\xd5','\x54','\x57','\xa7','\x88','\x45','\x63','\x64','\xb2','\x19','\x46','\x47','\x47','\xe9','\xed','\xef','\xe7','\x43','\x3f','\xf8','\xef','\x18','\x19','\x1d','\xfd','\x86','\xcf','\x1e','\x8d','\x46','\x58','\xbd','\x6a','\x15','\x7f','\xf9','\x27','\x7f','\x4c','\x6b','\x6b','\x2b','\xe3','\x93','\x13','\x8c','\x8e','\x8c','\x92','\xcd','\xe6','\x2a','\x35','\x38','\x41','\xd1','\xd5','\xeb','\x5c','\xa9','\xb0','\x88','\x59','\x85','\x4e','\xa9','\xa6','\xeb','\x16','\x4a','\xa0','\x42','\x83','\xb5','\x32','\x26','\xfa','\x55','\x02','\x45','\x05','\x5a','\x61','\x19','\x56','\xc5','\x48','\xd4','\xcd','\x87','\xfd','\x90','\xda','\x56','\x13','\x43','\x94','\x33','\xb1','\x42','\x89','\xb2','\xbd','\x77','\x1f','\xdc','\x30','\x1c','\x3f','\x3c','\x94','\x21','\x88','\x25','\x92','\xa4','\xaa','\x12','\x24','\x13','\x71','\xaa','\xaa','\xf5','\xe1','\x5c','\xc8','\xe5','\x19','\x19','\x19','\xe1','\xe3','\x9f','\xf8','\x31','\x4e','\x9d','\x39','\x37','\x45','\x22','\xf1','\x2d','\x8a','\x94','\x92','\x96','\xa6','\x66','\x3e','\xf5','\xbb','\xff','\x87','\x19','\x1d','\x1d','\x08','\x01','\x99','\x4c','\x9a','\x81','\xc1','\x61','\x4a','\xc5','\x22','\xf1','\x44','\x82','\x52','\xa1','\x48','\x7f','\x7f','\x2f','\x91','\x48','\x94','\xaa','\x54','\x75','\x85','\xd5','\x2f','\x08','\xca','\x41','\x12','\x59','\x99','\xdf','\x68','\x34','\x8a','\x69','\xdb','\x28','\xaf','\x9c','\xe5','\x54','\x7a','\x89','\x04','\x1a','\x36','\x18','\xf8','\x8a','\x9a','\xc6','\x3a','\x22','\xd1','\x08','\xc5','\xa2','\x83','\x42','\x11','\x8f','\x46','\xa9','\xad','\xad','\x47','\x1a','\x92','\xeb','\xd7','\xaf','\xf3','\xc3','\x3f','\xfa','\x49','\x46','\x46','\x86','\x29','\x86','\x94','\xd3','\xdf','\x29','\x91','\x52','\x52','\x53','\x55','\xc5','\xbb','\xdf','\xf1','\x04','\x9f','\xf8','\xa1','\x8f','\x6a','\x78','\x5b','\x2c','\x49','\x24','\x12','\x45','\x48','\x6d','\x08','\xeb','\x5a','\x0a','\x3f','\x24','\x40','\xd1','\xb5','\x2f','\x7a','\x6f','\xea','\xc0','\x87','\xef','\xf9','\x28','\x14','\xf9','\x62','\x9e','\x74','\x3e','\x47','\x34','\xaa','\xfb','\x8b','\x18','\x52','\xea','\x1a','\x0a','\xc3','\xc2','\xf7','\x7d','\x1d','\xfc','\x10','\x65','\x2a','\xf0','\x60','\xaa','\xc9','\x70','\xe0','\x23','\xa5','\xd0','\x59','\x45','\x25','\xf1','\x54','\xa0','\x87','\xca','\x94','\x98','\x86','\xae','\x2f','\x72','\x5d','\x97','\x74','\x3a','\xcd','\xf0','\xf0','\x30','\x7f','\xfc','\x47','\x7f','\x4a','\x6f','\x4f','\x1f','\xf1','\x44','\x8c','\x79','\xf3','\xe6','\xf2','\x91','\x8f','\xfc','\x00','\x75','\xf5','\x75','\x24','\x12','\x71','\x0c','\x61','\x84','\x59','\xd6','\x00','\xdf','\x57','\x04','\x41','\x39','\x93','\x6d','\xea','\xba','\x36','\x21','\xc3','\x9a','\x0b','\x07','\xd7','\x71','\x29','\x14','\x0a','\xfc','\xfe','\xef','\xfd','\x21','\xcf','\xbf','\xf8','\x32','\x43','\x43','\x43','\x08','\x21','\xe9','\xec','\x68','\xe7','\xf7','\xfe','\xf7','\x6f','\xd1','\xd2','\xd6','\x52','\xc9','\x76','\x9b','\xa6','\x59','\x61','\x3f','\x2c','\x13','\x59','\x94','\x9b','\x3f','\xab','\x20','\xa0','\xe4','\x94','\x70','\x1c','\x17','\xdf','\xf7','\xf9','\xd3','\x3f','\xfb','\x0b','\x5e','\x7a','\xe9','\x55','\x6e','\xdf','\xbe','\xa3','\x0d','\xe7','\x78','\x8c','\xc5','\x8b','\x16','\xb2','\x66','\xe5','\x4a','\x7e','\xe8','\x83','\x1f','\x24','\x96','\x88','\x85','\xec','\x76','\x71','\x4c','\xc3','\xc0','\xf3','\x3c','\x4a','\xae','\x1b','\x42','\x2a','\x35','\x75','\xbe','\xac','\xc0','\x5f','\x75','\x50','\x40','\xa3','\x6f','\x7d','\xad','\x58','\x42','\x68','\x76','\xa1','\x98','\xe7','\xff','\xfc','\xdf','\x4f','\xf1','\xc2','\x0b','\x2f','\x73','\xaf','\xa7','\x17','\xdf','\xf7','\x31','\x0d','\x83','\xe6','\xe6','\x46','\xde','\xf5','\xce','\xb7','\xf3','\xfd','\xef','\x7b','\x1f','\xd1','\x58','\x84','\x44','\x22','\x89','\x69','\x59','\x95','\x2c','\x65','\xc9','\x29','\xa1','\xfc','\x00','\xc3','\x8c','\x20','\xc2','\x46','\xce','\x84','\x41','\x16','\x84','\xc2','\xf3','\x02','\xcc','\xb0','\xd6','\xab','\x54','\xd2','\x8d','\xa7','\x23','\xd1','\x28','\x4a','\x29','\x8a','\xc5','\x02','\x13','\x13','\x13','\xfc','\xe9','\x9f','\xfd','\x05','\x7d','\x7d','\x03','\x9c','\x3d','\x77','\x8e','\x7b','\x3d','\x3d','\xff','\x62','\x11','\x7c','\x29','\x25','\xc9','\x44','\x9c','\x0d','\x6b','\xd6','\xf0','\xdf','\x7e','\xe1','\x3f','\x91','\x4a','\x55','\xe9','\x61','\x52','\x0a','\xcb','\x8e','\x90','\x4c','\xa4','\xf0','\x7d','\xad','\xbf','\x8b','\xc5','\x22','\x93','\x93','\x13','\xd4','\xd5','\xd6','\x31','\xa3','\xb3','\x93','\x6c','\x36','\xcb','\xbd','\xbb','\xdd','\xd4','\xd4','\x54','\x31','\x6b','\xd6','\x1c','\x72','\xb9','\x1c','\xa7','\x4f','\x9e','\xe0','\xe8','\xb1','\x63','\x5c','\xbb','\x7e','\x1d','\x21','\x24','\xab','\x56','\x2d','\x67','\xc9','\xe2','\xa5','\x58','\x76','\x02','\xd7','\x9f','\x3a','\xe3','\x4c','\xdb','\xd0','\x41','\xd5','\x68','\x0c','\xc3','\x30','\x70','\x1c','\x87','\x7c','\x3e','\x4f','\x55','\x55','\x15','\x73','\xe6','\xcc','\xc6','\x75','\x3d','\xbe','\xf8','\x85','\x2f','\xf2','\xd4','\xd3','\x4f','\xd1','\xdf','\xd7','\xcb','\xa3','\x8f','\xbe','\x95','\x8f','\x7d','\xec','\xe3','\xc4','\xa2','\x01','\x67','\xcf','\x9c','\xe2','\xaf','\xff','\xe6','\x6f','\xc9','\x64','\x33','\x3c','\xf6','\xe8','\x5b','\x2a','\xd4','\xe1','\x7d','\x7d','\x7d','\x4c','\x4c','\x4e','\x12','\x8f','\xc5','\x41','\x8a','\x4a','\xa6','\x5c','\xb7','\x34','\x08','\x74','\xb0','\x2c','\x3c','\x3b','\x2c','\xcb','\xc2','\x32','\xcd','\x10','\x2a','\x2e','\xf0','\x7c','\x8f','\x4c','\x3a','\xc3','\xc4','\xc4','\x24','\xf9','\x5c','\x8e','\xc9','\xc9','\x09','\xee','\x84','\xd0','\xd9','\x91','\xe1','\x61','\xd2','\xd9','\x0c','\x86','\x69','\x92','\xaa','\xaa','\x26','\x9a','\x48','\x50','\x28','\xb9','\x8c','\x4f','\x4e','\x32','\x99','\xc9','\x68','\x32','\x27','\xa5','\x90','\x52','\x10','\xb1','\x6d','\x6a','\xaa','\xab','\x99','\x39','\xb3','\x83','\x25','\x8b','\x17','\xd1','\xd6','\xd2','\x8a','\x1d','\xb5','\x10','\x02','\xfc','\x90','\x00','\xe8','\xcf','\xff','\xea','\xef','\x99','\x9c','\x9c','\x64','\x7c','\x62','\x02','\xcf','\xfb','\xa7','\xd1','\xef','\x4f','\xcb','\x77','\x57','\xa6','\x1d','\xa0','\xef','\x11','\x91','\x52','\xb2','\xf3','\xc1','\xad','\xfc','\xc1','\xef','\xfc','\x4f','\xa2','\xd1','\x08','\xd1','\x58','\x94','\xaa','\x44','\x02','\xcb','\xb6','\x2b','\x90','\x9a','\x32','\xcd','\x6e','\x19','\x8e','\xa5','\xc2','\xec','\x04','\x68','\xa4','\x0e','\x61','\x34','\x3b','\xfc','\x07','\x15','\x26','\xb2','\x32','\x4b','\x9c','\x10','\x95','\xa2','\x77','\x0d','\x45','\xf0','\xc3','\xa8','\xaf','\x0c','\xb3','\x20','\x3a','\x02','\xac','\x0d','\x2e','\xfd','\xf9','\x40','\x69','\xb6','\xb5','\x9f','\xfb','\xcf','\xbf','\xc4','\x8b','\xaf','\xee','\xff','\x86','\x59','\x88','\x7f','\x2d','\x62','\x9a','\x26','\x9b','\xd6','\xad','\x65','\xe7','\xf6','\x1d','\x7c','\xec','\x07','\x3f','\xa8','\x0f','\xba','\x30','\x3d','\x5f','\x2c','\x96','\xc8','\x66','\x33','\xc4','\xe2','\x71','\x12','\xf1','\xb8','\x66','\xb4','\x42','\x68','\x32','\x09','\xbf','\x4c','\x59','\xac','\x99','\x88','\x0c','\xcb','\x0c','\xb3','\x1e','\x5f','\x8d','\xe5','\x2d','\x6f','\x27','\xa5','\x74','\x34','\xbf','\x4c','\x07','\xad','\x04','\x15','\xa6','\x2f','\xe5','\xfb','\x15','\xba','\x63','\xd3','\x32','\x2a','\x7d','\x85','\x3c','\xcf','\x27','\x50','\x3e','\x86','\xd4','\x46','\x47','\x2c','\x16','\x27','\x50','\x3e','\xa3','\x23','\x83','\x8c','\xa7','\xc7','\x19','\xe8','\x1f','\xe0','\x97','\xfe','\xfb','\xaf','\x73','\xf9','\xea','\x35','\x26','\xd2','\x99','\x6f','\x39','\x42','\x2e','\x84','\xa0','\x3a','\x95','\x62','\xc3','\xda','\xb5','\x6c','\x5a','\xbf','\x91','\x0f','\x7d','\xdf','\xfb','\xa9','\xa9','\xa9','\xc1','\x30','\x34','\xbb','\x9f','\x6d','\x5b','\xd8','\xb6','\x15','\x1a','\x77','\x53','\x99','\xae','\x29','\xea','\xee','\xb0','\xbe','\x09','\x35','\x65','\xac','\xa0','\xa6','\xc8','\x0d','\x28','\xaf','\x9f','\xf2','\xbf','\x43','\x47','\x02','\xc2','\x4c','\x24','\xe1','\x9a','\x14','\x28','\x23','\xd0','\x4e','\x50','\xc8','\x90','\x50','\x86','\xda','\xe9','\x42','\x7b','\x3d','\x88','\x8e','\xa3','\x21','\x97','\x42','\x4a','\x5c','\xc7','\x21','\x9b','\xc9','\x30','\x3c','\x32','\xc2','\x6f','\xfe','\xcf','\xdf','\xe1','\xe8','\xb1','\x13','\x0c','\x0e','\x0d','\x53','\x2c','\x14','\xff','\x51','\x0e','\xa0','\x94','\x92','\x99','\x9d','\x1d','\x3c','\xb4','\x67','\x37','\x3f','\xf5','\x13','\x3f','\xae','\x8b','\x9b','\x6d','\x2b','\x9c','\x30','\x41','\x22','\x84','\x93','\x84','\x93','\xa7','\xef','\x3a','\xc4','\xa9','\xa9','\x90','\x06','\x5b','\x5a','\x21','\x1c','\x94','\xaf','\x86','\x3c','\x56','\x3c','\x9b','\x30','\x13','\x54','\x5e','\x13','\x65','\x4a','\xf0','\xf2','\x50','\xe8','\x27','\x9f','\xaa','\x23','\x2a','\x1f','\xec','\x94','\xc7','\xac','\xec','\x78','\x09','\xdd','\x8f','\x28','\xf0','\x95','\x6e','\x52','\x9a','\xcb','\x90','\xcf','\xe7','\x19','\x1c','\x18','\xe0','\x57','\xff','\xbf','\xdf','\xe0','\xf4','\x99','\xf3','\x0c','\x0f','\x8f','\x7c','\x5b','\x82','\x0d','\x86','\x61','\xd0','\xd6','\xd2','\xc2','\xae','\x6d','\xdb','\xf9','\xe1','\x8f','\x7d','\x94','\x52','\xc9','\x21','\x12','\x89','\xd1','\xde','\xde','\x8e','\x6d','\x99','\x0c','\x8f','\x68','\x36','\xc7','\x58','\x54','\xd7','\x36','\xa9','\xf2','\x73','\x85','\xf5','\x6f','\xe5','\xe7','\x53','\x4a','\xe9','\x8c','\x68','\x58','\xd3','\x05','\x0a','\xdf','\x53','\xf8','\x81','\x17','\x66','\x0f','\x04','\x93','\x99','\x34','\x9e','\xaf','\xe9','\x8e','\x8b','\xa5','\x02','\x7f','\xf7','\x0f','\x9f','\x26','\x97','\xcb','\xd3','\xd7','\xdf','\xcf','\xa5','\xcb','\x97','\x28','\x14','\xff','\x65','\x1b','\x02','\x4a','\x29','\x89','\x45','\x35','\x1c','\xa6','\xb5','\xa5','\x85','\x96','\x96','\x66','\x3e','\xf4','\x7d','\xef','\xa9','\xbc','\xa6','\x02','\xdd','\x42','\xa0','\xcc','\x44','\x86','\x80','\x7f','\x78','\xea','\xf3','\x4c','\xa6','\xd3','\x0c','\x0f','\xe9','\xec','\xcb','\xf8','\xc4','\x24','\x99','\x5c','\x0e','\xc3','\x90','\x24','\x42','\xbd','\x51','\x53','\x5b','\x43','\xaa','\xaa','\x0a','\x81','\x8e','\x5e','\xeb','\x79','\x9f','\x1a','\xef','\x32','\x0d','\xb6','\x6e','\x0e','\xac','\x75','\x6f','\xc9','\x71','\x70','\x5c','\x87','\x42','\x41','\x17','\x7b','\x3b','\x9e','\x87','\x53','\xd2','\xec','\x6e','\xba','\xef','\xd2','\x57','\xcf','\xb6','\x65','\x99','\x44','\x22','\x11','\xdd','\xb3','\xc6','\x34','\xb0','\x4c','\x4b','\xd3','\x41','\x87','\xb5','\x78','\x55','\x55','\x55','\x04','\xbe','\x4f','\x36','\x9b','\x43','\x1a','\x92','\x58','\x2c','\x46','\x3a','\x9d','\x66','\x74','\x74','\x0c','\xd7','\xf5','\x70','\x1c','\xe7','\xeb','\x0c','\x84','\x32','\x34','\x3a','\x16','\xd3','\xf0','\x30','\xd0','\x4c','\x55','\xd1','\x78','\x8c','\x68','\xc4','\xae','\xec','\xf3','\xb2','\x41','\x18','\x8d','\x45','\x29','\x16','\x0a','\xf4','\xf5','\x0d','\x90','\xcb','\xe5','\xdf','\x50','\x1f','\x95','\x9d','\x46','\xd3','\x34','\xb1','\x2c','\x5d','\x53','\x5a','\xae','\x99','\x34','\x4c','\xfd','\x33','\xa1','\x5e','\x2c','\x07','\x17','\x60','\x4a','\x07','\x80','\x3e','\xcb','\x1c','\xd7','\xc3','\x75','\x1d','\x1d','\xa0','\x71','\xdc','\x37','\x5c','\xfb','\x22','\x9c','\x37','\x69','\xe8','\x46','\xd5','\x46','\x48','\xa7','\x3d','\xd5','\xa2','\x40','\x07','\xf6','\x44','\xf8','\xb3','\x21','\x85','\x76','\xb4','\xa4','\x08','\x83','\x82','\x32','\x24','\x10','\xf0','\x2b','\xf7','\x5e','\x26','\xbf','\x70','\x3d','\xaf','\x62','\x98','\x7f','\x37','\xa5','\x02','\xb9','\x0e','\x7f','\x2e','\xb7','\x23','\x28','\xd7','\xe0','\x39','\xae','\x83','\x0a','\x14','\x7f','\xff','\x67','\x7f','\xca','\x8e','\x9d','\x3b','\x39','\xfa','\xfa','\x51','\x5e','\x7c','\xfe','\x05','\x92','\x89','\x04','\xcb','\x56','\x2c','\x67','\xce','\x9c','\x39','\xd4','\x37','\x68','\xca','\xf9','\x63','\xc7','\x8e','\x71','\xe5','\xea','\x55','\xfa','\x7b','\x7b','\x19','\x1a','\x1e','\x21','\x40','\x60','\x99','\xb6','\xa6','\x3c','\x4f','\x24','\x88','\x27','\xe2','\x80','\xa2','\x54','\x28','\xe2','\x7b','\xfa','\xcc','\x8a','\xc4','\xa2','\xec','\xd9','\xbd','\x9b','\x47','\x1e','\x79','\x84','\x9e','\xee','\x6e','\x3e','\xf3','\xd9','\xcf','\x72','\xf6','\xec','\x39','\x3a','\x3b','\x66','\xf0','\xd1','\x1f','\xfa','\x18','\x5b','\x37','\x3f','\xc0','\xe5','\xcb','\xa7','\xf9','\xed','\xdf','\xfe','\x2d','\xce','\x9f','\x3b','\xcf','\xe6','\xcd','\x9b','\x79','\xf2','\xc9','\x27','\x49','\x24','\x12','\x1c','\x3f','\x71','\x9c','\x93','\x27','\x4f','\x32','\x39','\x31','\x59','\xc9','\x86','\x06','\x4a','\x07','\x13','\x5c','\xc7','\xc1','\x0b','\xfc','\xb0','\xf5','\x81','\x1f','\x12','\x38','\x81','\x34','\x4c','\x2c','\x53','\x86','\x3d','\xc7','\x34','\x71','\x45','\x2e','\x9b','\xa5','\x90','\x2f','\x52','\x72','\x1d','\x22','\x91','\xa8','\x26','\x6b','\x28','\x94','\x70','\x3d','\x1f','\xcf','\xd7','\x70','\x64','\x55','\x0e','\xfa','\x7e','\x03','\x27','\xb5','\xbc','\x2e','\x6c','\x4b','\x43','\xec','\x84','\x28','\x67','\x69','\x15','\x13','\x93','\xff','\x3a','\x91','\x2c','\xd3','\xf2','\x8f','\x97','\x69','\x07','\xe8','\x7b','\x48','\xa4','\x10','\xcc','\x99','\x3d','\x93','\xe5','\x4b','\x17','\x53','\x9d','\xaa','\xe2','\x9d','\x4f','\xbe','\x8d','\xbf','\xfa','\x9b','\x7f','\x60','\x68','\x78','\x84','\x68','\x34','\xc2','\xc7','\x3f','\xfc','\xfd','\x58','\x11','\x1b','\xe5','\xab','\x10','\x7e','\x14','\x46','\xb6','\x2b','\x06','\xd7','\x7d','\xd3','\x1e','\x46','\xb9','\x15','\xba','\x26','\xa1','\x5c','\x84','\x5a','\x36','\xfc','\xa4','\x90','\x61','\x34','\x9c','\x8a','\x45','\x5f','\x6e','\xee','\xa9','\x0b','\xdc','\x7d','\xa4','\x80','\xbf','\xfe','\xf4','\xd3','\xdc','\xbc','\x75','\x87','\xbb','\xf7','\xba','\x43','\x67','\xe9','\xdf','\x8e','\x44','\x23','\x11','\x6a','\xaa','\xab','\x89','\x46','\x23','\xb4','\x36','\x37','\x33','\x77','\xce','\x6c','\x3e','\xf0','\x9e','\xf7','\xe0','\x38','\x0e','\x9f','\xfd','\xfc','\x17','\x34','\xd3','\x8d','\x34','\x10','\xc0','\x3b','\x9f','\x78','\x1c','\x0d','\xff','\x99','\x72','\x08','\xca','\xf0','\xaf','\xb2','\x88','\x0a','\x44','\x8e','\x29','\x27','\x54','\xe9','\x8c','\x99','\x69','\x4a','\xed','\x36','\x04','\xba','\xf1','\xa7','\xef','\xf9','\x04','\x81','\x57','\x29','\xb2','\xd7','\x2c','\x59','\x9a','\x39','\x4b','\x3b','\x9e','\x01','\x9f','\xf9','\xfc','\xe7','\xb0','\x4c','\x8b','\xc1','\xa1','\x41','\x6e','\xde','\xee','\x62','\x64','\x64','\x94','\xc9','\x74','\xe6','\x4d','\xeb','\x7c','\xbe','\x55','\x31','\x0c','\x83','\xe6','\x86','\x46','\xe6','\xcd','\x9d','\x43','\x6d','\x6d','\x2d','\x96','\xa9','\xeb','\x05','\x22','\xd1','\xe8','\xd4','\x41','\xaf','\x74','\xf3','\x5b','\x43','\x1a','\xbc','\xfd','\xb1','\xc7','\x35','\xbb','\x9d','\x08','\x10','\x04','\x28','\xa5','\x2b','\xcc','\x8c','\x90','\x01','\x2f','\xcc','\x63','\x80','\x54','\x98','\x86','\x81','\x34','\x4c','\x20','\x84','\x7c','\x09','\x51','\x69','\x86','\x5a','\xce','\x76','\xf8','\xb8','\xf8','\x42','\x47','\xd8','\xb5','\x9f','\x11','\x1e','\xec','\xa1','\xb5','\xa8','\x84','\xc0','\x10','\x82','\xa7','\x9e','\x7a','\x86','\x81','\xa1','\x21','\xae','\x5f','\xef','\xa2','\xbf','\x7f','\x80','\x7c','\xa1','\xa0','\xd7','\xf7','\x3f','\xf1','\xb9','\x85','\x10','\xd4','\xd6','\xd6','\xb0','\x68','\xc1','\x7c','\x1a','\x1b','\x1b','\x88','\x27','\x92','\xbc','\xfb','\xc9','\xb7','\x63','\x96','\xa1','\x48','\x52','\x20','\x75','\xfa','\xa6','\xcc','\x4b','\x01','\x68','\xe3','\xc8','\xb6','\xed','\x29','\xe7','\x4e','\xe8','\x9e','\x3d','\x22','\xdc','\x43','\x41','\x58','\x2b','\xe6','\x07','\x7e','\xc5','\x80','\xd2','\xf0','\x39','\x6d','\x14','\x4a','\x40','\x85','\x91','\x73','\x19','\x36','\xd7','\xd5','\x01','\x0b','\x19','\x1e','\xbc','\xba','\x87','\x47','\xa0','\x02','\x84','\x29','\xb1','\xa2','\x16','\x7f','\xf7','\x77','\x9f','\xe1','\xe2','\xa5','\xcb','\xdc','\xeb','\xee','\x21','\x93','\xcd','\xe2','\x94','\x9c','\xef','\xe8','\x3e','\xb3','\x4c','\x8b','\x58','\x34','\x5a','\x31','\x54','\x23','\x11','\x9b','\x54','\xb2','\x8a','\xd1','\xf1','\x31','\x32','\xd9','\x1c','\x84','\x0e','\x5b','\xa0','\x42','\x47','\x4f','\xc8','\x0a','\x19','\x02','\xdc','\x1f','\x04','\x28','\xeb','\x0c','\x9d','\x45','\xbb','\xbf','\xf6','\x4b','\x96','\x21','\x54','\xe1','\xeb','\xdf','\x09','\x98','\xdb','\xb4','\x4c','\xcb','\xff','\xcb','\x62','\x1a','\x06','\xcf','\x3e','\xf3','\x34','\x0b','\x17','\x2c','\xe0','\xd3','\x9f','\xfe','\x34','\xcf','\x3e','\xfb','\x1c','\xf7','\x6e','\xdf','\xc6','\x8c','\xd8','\x2c','\x5f','\xb1','\x9c','\xc7','\x1f','\x7f','\x8c','\x0d','\xeb','\x37','\xea','\x6c','\x6c','\xa9','\xc4','\x8d','\x6b','\xd7','\x78','\xe6','\x99','\x2f','\x72','\xe4','\xd8','\x49','\x32','\xd9','\x2c','\x12','\x88','\xc7','\x35','\x71','\x85','\x13','\x12','\x96','\x48','\x43','\x12','\x8d','\x45','\x99','\x31','\x63','\x06','\x1f','\xf9','\xd8','\xc7','\xd8','\xb0','\x6e','\x1d','\xcf','\x7e','\xf9','\x59','\x3e','\xf7','\xf9','\xa7','\x29','\xe4','\x0b','\x7c','\xf4','\x87','\x3e','\xca','\xfb','\xdf','\xf7','\x5e','\xb2','\xb9','\x3c','\xc7','\x8e','\xbe','\xc6','\x2f','\xfc','\xc2','\x7f','\x26','\x1a','\x8d','\xf1','\xf3','\x3f','\xff','\xb3','\xac','\x5c','\xb9','\x9a','\x73','\x67','\xcf','\xf0','\x87','\x7f','\xf4','\x87','\x9c','\x3b','\x7b','\x9e','\x64','\x32','\x45','\x24','\x16','\x23','\x08','\x34','\x51','\x8c','\x0a','\x83','\xb2','\xda','\x5e','\xa1','\x02','\x27','\xf6','\x5c','\x0f','\x3f','\x98','\xea','\x39','\x55','\x56','\xc6','\x81','\xaf','\xf0','\xfc','\x00','\xc7','\xd3','\x4d','\xb9','\xcb','\x75','\x96','\xd3','\x35','\x35','\xd3','\x72','\xbf','\x4c','\x3b','\x40','\xd3','\x32','\x2d','\xdf','\x82','\x94','\x09','\x0a','\xbe','\x61','\xd4','\x28','\xfc','\xfb','\x5b','\x51','\xb5','\x5f','\xbb','\xc3','\xde','\x2c','\x7a','\x19','\x5a','\xc2','\xdf','\xf5','\x28','\xe3','\xbf','\x16','\xb9','\x0f','\x58','\xf8','\x9d','\xfd','\x9e','\xe9','\x82','\xd4','\x69','\x99','\x96','\x69','\xf9','\x1e','\x91','\x99','\x9d','\x1d','\x7c','\xf1','\x73','\x9f','\xa5','\xab','\xab','\x8b','\x3f','\xf8','\x83','\x3f','\x60','\x70','\x68','\x88','\xda','\x9a','\x1a','\x1c','\xc7','\x61','\x6c','\x6c','\x8c','\x58','\x24','\xc2','\xc2','\x45','\x8b','\xd8','\xb4','\x65','\x0b','\xdb','\xb6','\x6d','\x63','\xc1','\xfc','\xf9','\x1c','\x3c','\x74','\x90','\xdf','\xff','\x83','\xff','\xcb','\xe9','\x33','\xe7','\x71','\x8a','\x45','\x7c','\x5f','\xc3','\x28','\x85','\x94','\x44','\x6d','\x9b','\xda','\xda','\x5a','\x3a','\x3a','\x3a','\x78','\xe2','\x89','\x27','\x78','\xf4','\x2d','\x6f','\xe1','\xe6','\xcd','\x2e','\x3e','\xf5','\xa9','\x3f','\xe6','\xea','\xe5','\xab','\xac','\x58','\xbd','\x9c','\x9f','\xfc','\x89','\x9f','\x64','\xe5','\xca','\x55','\xbc','\xfc','\xca','\x2b','\x3c','\xfb','\xc5','\xa7','\x79','\xee','\xb9','\x67','\x79','\xeb','\x5b','\x1f','\xe3','\x3f','\xfc','\x87','\x1f','\x25','\x97','\xcb','\xf1','\x17','\x7f','\xf1','\x17','\x7c','\xfe','\xe9','\xcf','\x33','\x31','\x99','\xc6','\x8e','\xc5','\x99','\x48','\x67','\x28','\x39','\x4e','\x18','\x97','\x55','\x95','\xc0','\x58','\x59','\xe9','\x57','\x82','\x2a','\xf0','\x06','\x67','\xa2','\x62','\x5a','\x5d','\x4f','\xcb','\x37','\x93','\x37','\x3a','\xd3','\xa7','\xfb','\x00','\x4d','\xcb','\xb4','\xbc','\x89','\x94','\x95','\xed','\x37','\x7d','\xcf','\x3f','\xe5','\xba','\xdf','\x86','\xef','\xfe','\x7f','\x4d','\xfe','\xa5','\x46','\x63','\xda','\xf9','\x99','\x96','\x69','\x99','\x96','\xef','\x05','\x91','\x52','\xf2','\xf8','\x63','\x6f','\x25','\x59','\x55','\xc5','\xf1','\x13','\x27','\xb8','\x7c','\xf5','\x2a','\x1b','\x37','\x6d','\xe4','\x43','\xdf','\xff','\xfd','\x28','\xe0','\x4b','\x5f','\xfa','\x22','\x07','\x5f','\x3b','\xc4','\xeb','\xc7','\x4f','\xe0','\x06','\x01','\x9d','\x9d','\x33','\x69','\x6d','\x6e','\x22','\x16','\x8b','\xb3','\x72','\xd5','\x1a','\xaa','\x6a','\x6a','\xc9','\xa4','\xd3','\x14','\x4b','\x0e','\x56','\xc4','\x26','\x16','\x8d','\x52','\x53','\x5d','\x43','\x5b','\x6b','\x1b','\xb3','\x66','\xcd','\x62','\xcd','\x9a','\x55','\x5c','\xbe','\x7c','\x85','\xbf','\xfa','\xeb','\xbf','\xe5','\xcc','\xb9','\xb3','\x2c','\x5f','\xba','\x8c','\xf7','\xbd','\xff','\x03','\xcc','\x9e','\x33','\x97','\xfe','\x81','\x41','\x4e','\x9f','\x3a','\xc5','\x2b','\xfb','\x5e','\xa5','\x73','\xd6','\x6c','\xf6','\xee','\x7d','\x08','\x69','\x98','\x3c','\xff','\xc2','\x0b','\xbc','\xba','\xef','\x00','\xe9','\x4c','\x06','\x37','\x50','\x8c','\x0d','\x8f','\xbc','\x41','\xed','\xe2','\xb4','\x0e','\x9e','\x96','\xef','\xbc','\x4c','\x3b','\x40','\xd3','\x32','\x2d','\xd3','\x32','\x2d','\xd3','\x32','\x2d','\xd3','\x32','\x2d','\xdf','\x63','\x22','\x84','\xe0','\x13','\x1f','\xff','\x38','\xb9','\x5c','\x8e','\x5b','\xb7','\x6f','\x53','\x57','\x57','\xc7','\x43','\x7b','\x1f','\xe2','\xe1','\xb7','\x3e','\xce','\xf8','\xc8','\x08','\xe7','\xce','\x9e','\xa5','\xba','\xba','\x86','\x58','\x3c','\xc6','\xaa','\x55','\xab','\x58','\x30','\x7f','\x3e','\xf1','\x64','\x92','\xd6','\xd6','\x36','\x1e','\x79','\xf4','\x11','\x02','\x14','\xa6','\x21','\x89','\xd8','\x51','\xa2','\xf1','\x28','\x86','\xd4','\x6c','\x6b','\x61','\xd5','\x11','\x5d','\xb7','\xbb','\x78','\xfa','\xe9','\xa7','\x39','\x71','\xf2','\x75','\xda','\x67','\xb4','\xf3','\xde','\xf7','\xbf','\x97','\x5d','\x3b','\x77','\x31','\x99','\x1e','\xe7','\xcb','\x5f','\xf9','\x12','\xaf','\x1d','\x3e','\x88','\x61','\x9a','\xbc','\xe5','\xd1','\x47','\x99','\x33','\x6f','\x0e','\x57','\xae','\x5e','\xe5','\xb9','\xe7','\x5f','\xe4','\xce','\xdd','\xbb','\x28','\x21','\xc9','\x86','\x0d','\x53','\xa7','\x65','\x5a','\xbe','\x1b','\x32','\xed','\x00','\x4d','\xcb','\xb4','\x4c','\xcb','\xb4','\x4c','\xcb','\xb4','\x4c','\xcb','\xb4','\x7c','\x8f','\x89','\x00','\x2c','\xdb','\xa6','\xeb','\x5a','\x17','\xdd','\x3d','\xf7','\xa8','\xab','\xaf','\xa7','\xb3','\xb3','\x93','\x98','\x1d','\xa1','\xaf','\x98','\x67','\x78','\x64','\x84','\xa1','\xe1','\x21','\x66','\xcc','\xe8','\x40','\x08','\xc9','\xdd','\xee','\x6e','\x72','\xf9','\x3c','\xae','\xe7','\x30','\x31','\x99','\x21','\x10','\x92','\x68','\xc4','\x26','\x97','\xcf','\xa3','\x26','\x74','\x46','\xc9','\x73','\x5c','\xc6','\xc6','\xc7','\x18','\xe8','\x1f','\xe0','\xec','\xb9','\x33','\x5c','\xb8','\x70','\x91','\x8e','\xce','\x0e','\xde','\xfd','\x9e','\x77','\xb1','\x6e','\xc3','\x7a','\x94','\x08','\xb8','\x7c','\xe5','\x0a','\x2f','\xbe','\xf4','\x02','\x57','\xaf','\x5f','\x63','\xe7','\x03','\x5b','\xd8','\xb6','\x7d','\x3b','\xb9','\x5c','\x8e','\x57','\x5e','\xdd','\xc7','\xe0','\xe0','\x20','\x96','\x1d','\x21','\x9b','\x2f','\x84','\x0c','\x9b','\xd3','\x32','\x2d','\xdf','\x1d','\x99','\x76','\x80','\xa6','\x65','\x5a','\xa6','\x65','\x5a','\xa6','\x65','\x5a','\xa6','\x65','\x5a','\xbe','\xd7','\x44','\x08','\xa2','\x89','\x04','\xd9','\x6c','\x9e','\xd1','\x91','\x31','\x1a','\xea','\xeb','\x49','\x4f','\x4e','\x92','\xcf','\x65','\x70','\x8a','\x25','\xb2','\x99','\x2c','\xb9','\x5c','\x8e','\xa1','\xc1','\x21','\x5e','\x78','\xe1','\x05','\x9e','\x7b','\xfe','\x39','\x62','\xd1','\x28','\x91','\x48','\x84','\xa2','\x53','\x22','\x50','\x02','\xc3','\x34','\x70','\x5c','\x07','\xa7','\xe4','\x62','\x18','\x12','\xd3','\xb0','\xc8','\x65','\xb3','\x4c','\xa4','\x27','\x89','\xc7','\x63','\xb4','\xb6','\xb4','\xb2','\x73','\xe7','\x0e','\x76','\xef','\xda','\x45','\x2c','\x1a','\xe5','\xea','\xd5','\x2b','\x1c','\x3c','\x78','\x90','\xc1','\xc1','\x41','\x66','\x75','\x74','\xf0','\xc8','\x23','\x8f','\xd2','\xdc','\xd4','\xcc','\x2b','\xaf','\xbc','\xca','\x89','\x63','\xc7','\x01','\x41','\x22','\x96','\x20','\x93','\xcb','\x4f','\xc3','\x8d','\xa7','\xe5','\xbb','\x2a','\xd3','\x0e','\xd0','\xb4','\x4c','\xcb','\xb4','\x4c','\xcb','\xb4','\x4c','\xcb','\xb4','\x4c','\xcb','\xf7','\x98','\xa8','\x20','\xc0','\x30','\x24','\xd5','\xd5','\x35','\xa0','\x14','\xf9','\x7c','\x9e','\x4c','\x3a','\x8d','\xef','\x79','\xb4','\xb4','\xb6','\xb2','\x6e','\xcd','\x1a','\x9c','\x52','\x09','\xd3','\xb6','\xe9','\xed','\xed','\x65','\x78','\x74','\x18','\xdb','\x34','\x29','\x04','\x3e','\x99','\x7c','\x0e','\xc3','\xb0','\x74','\x3f','\x2c','\x21','\x30','\x4c','\x89','\x29','\x25','\xf1','\x78','\x94','\xe6','\xa6','\x06','\x52','\xa9','\x2a','\xe6','\xcc','\x9d','\xc7','\xe2','\xc5','\x8b','\x58','\xb4','\x68','\x11','\xf5','\xf5','\x75','\x8c','\x8c','\x8e','\xf2','\xc2','\x0b','\xcf','\xf3','\xd2','\x4b','\x2f','\x10','\x89','\x44','\x78','\xc7','\xdb','\xdf','\xc1','\xa6','\x0d','\x9b','\xe8','\xeb','\x1b','\xe0','\xd0','\xc1','\x43','\x0c','\xf4','\x0f','\x20','\xa4','\x81','\xeb','\x7c','\x3d','\x95','\xfb','\xbf','\x55','\x99','\x6a','\x15','\x32','\xcd','\x60','\xf9','\x6f','\x4d','\xa6','\x1d','\xa0','\x69','\x99','\x96','\x69','\x99','\x96','\x69','\x99','\x96','\x69','\x99','\x96','\xef','\x41','\x19','\x1d','\x1c','\x62','\x46','\x5b','\x2b','\xb3','\x66','\xcd','\xe4','\xce','\xed','\x3b','\x74','\xdf','\xbb','\x47','\x4f','\x6f','\x1f','\x4b','\x96','\x2d','\xe3','\xfb','\x3e','\xf4','\x41','\xf6','\x3e','\xfc','\x30','\x85','\x42','\x91','\xbb','\x77','\xef','\xa0','\x80','\xfa','\xda','\x3a','\xf2','\xf9','\x3c','\x6e','\x10','\x60','\x47','\xa3','\xf8','\xae','\x8b','\xef','\x7b','\x61','\xd3','\x50','\xdd','\x23','\xaf','\xae','\xbe','\x8e','\x54','\x4d','\x8a','\x78','\x3c','\x41','\x32','\x99','\x24','\x5f','\xc8','\x73','\xee','\xdc','\x39','\x0e','\x1d','\x3c','\xc4','\x4b','\x2f','\xbe','\x48','\x3e','\x97','\x63','\xf5','\xaa','\x55','\xac','\x5d','\xb3','\x9a','\xbe','\xbe','\x3e','\xf6','\xef','\xdb','\xcf','\xb9','\x73','\xe7','\xc8','\xe7','\x0a','\x58','\x11','\x9b','\xf1','\x4c','\x86','\xe2','\xbf','\x70','\x9f','\xaf','\xef','\x94','\x94','\xfb','\xf9','\x4d','\xcb','\xbf','\x3d','\x99','\xa6','\xc1','\x9e','\x96','\x69','\x99','\x96','\x69','\x99','\x96','\x69','\x99','\x96','\x69','\xf9','\x1e','\x94','\xb7','\x3f','\xf6','\x56','\xfe','\xfa','\xcf','\xfe','\x8c','\xbf','\xf9','\xdb','\xbf','\xe5','\x53','\x9f','\xfa','\x63','\x50','\x8a','\xad','\x0f','\x3e','\xc8','\xdb','\x9f','\x7c','\x92','\x15','\x2b','\x56','\x50','\x57','\x5f','\x8f','\x34','\x2d','\x28','\x39','\x60','\xdb','\x60','\x9a','\xf8','\xf9','\x2c','\x18','\x26','\x46','\x24','\x82','\x2a','\x15','\x51','\xbe','\x87','\x30','\x35','\x0d','\xb6','\x0a','\x02','\x3c','\xcf','\xc5','\x71','\x74','\x4f','\xa0','\xe1','\xe1','\x61','\xce','\x9e','\x3f','\xcb','\xab','\xaf','\xbc','\xca','\xa5','\x0b','\x17','\x49','\xd5','\xd4','\xb0','\x63','\xfb','\x76','\x1e','\x78','\xe0','\x01','\x1a','\x9b','\x9a','\x78','\xfe','\xcb','\xcf','\xb1','\x7f','\xff','\x41','\xae','\x5f','\xbb','\x46','\xa1','\x54','\x22','\x9d','\xcf','\x32','\x9e','\x49','\x4f','\x3b','\x0d','\xd3','\xf2','\x2f','\x2a','\xd3','\x34','\xd8','\xd3','\x32','\x2d','\xd3','\x32','\x2d','\xd3','\x32','\x2d','\xd3','\x32','\x2d','\xff','\x8f','\xc8','\x97','\x9f','\x7f','\x81','\x2f','\x3d','\xfb','\x2c','\xef','\x78','\xe2','\x49','\xba','\xae','\x5d','\xe7','\x99','\x2f','\x7c','\x81','\x67','\xbf','\xf4','\x65','\xfa','\xee','\xde','\x63','\xe6','\xec','\x59','\xcc','\x9d','\x3f','\x8f','\x85','\xf3','\x17','\x10','\x8b','\xc6','\x08','\xa4','\x00','\xc3','\xa0','\x98','\xcb','\xe3','\x96','\x8a','\x08','\xa9','\x7b','\xf1','\x48','\x29','\x91','\x42','\xe2','\x3a','\x2e','\x93','\xe9','\x49','\x46','\x47','\x47','\x49','\x4f','\x4e','\x30','\x3a','\x32','\xca','\xdd','\x7b','\xf7','\xb8','\x7b','\xef','\x1e','\xc5','\x42','\x9e','\xc6','\xa6','\x66','\x1e','\xda','\xb3','\x87','\xb7','\x3d','\xf6','\x18','\x91','\x68','\x84','\x03','\xaf','\x1d','\xe4','\xb5','\x03','\x87','\xe8','\xba','\xd1','\x85','\x21','\x0c','\x0a','\xc5','\xe2','\xb4','\xf3','\x33','\x2d','\xff','\x6a','\x64','\x3a','\x03','\x34','\x2d','\xd3','\x32','\x2d','\xd3','\x32','\x2d','\xd3','\x32','\x2d','\xd3','\xf2','\x3d','\x2a','\x73','\x66','\xce','\xe4','\xf7','\xfe','\xc7','\xff','\xa4','\xb5','\xb9','\x91','\x33','\x67','\xce','\x72','\xfc','\xc4','\x09','\x6e','\x5e','\xbf','\xc6','\xed','\xbb','\xb7','\x41','\x08','\x66','\x76','\xcc','\x44','\x1a','\x06','\xb9','\x5c','\x96','\xa8','\x1d','\xc1','\xb0','\x4c','\x0a','\x6e','\x81','\x20','\xf0','\x11','\x42','\xa2','\x14','\x08','\x05','\x0a','\x0d','\xf7','\x12','\xdc','\x67','\x2b','\x1a','\x92','\x8e','\xf6','\x0e','\x56','\xaf','\x5e','\xcd','\xac','\x59','\x33','\x99','\x33','\x6f','\x1e','\x55','\x89','\x04','\xaf','\xbf','\x7e','\x94','\xbf','\xf8','\x8b','\xbf','\x64','\x6c','\x70','\x92','\x62','\xa1','\x40','\xaa','\xb6','\x96','\x2b','\xf7','\x6e','\x51','\x70','\x4a','\xdf','\xd5','\xb1','\x98','\x96','\xff','\x37','\xe5','\x8d','\x9c','\xee','\x69','\x07','\x68','\x5a','\xa6','\x65','\x5a','\xa6','\x65','\x5a','\xa6','\x65','\x5a','\xa6','\xe5','\x7b','\x58','\x56','\x2d','\x59','\xca','\xdf','\xfd','\xd1','\x1f','\x31','\x67','\xf6','\x1c','\xba','\x6e','\x75','\x71','\xfc','\xd8','\x71','\xce','\x9c','\x39','\x4d','\x4f','\x4f','\x2f','\x0a','\x41','\xc9','\x29','\x91','\xcf','\xe5','\xb0','\x2d','\x8b','\x68','\x3c','\x0e','\x86','\x22','\x20','\x00','\x04','\x41','\xe0','\xa3','\x82','\x00','\xd3','\xb4','\xa8','\xaa','\x4a','\x52','\x57','\x5b','\x4b','\x5d','\x5d','\x3d','\xcd','\xcd','\x2d','\x34','\xb7','\x34','\xb3','\x70','\xe1','\x22','\xe6','\xcc','\x9a','\xc9','\x64','\x3a','\xcd','\xa9','\xd3','\xa7','\xb9','\x74','\xe1','\x02','\xaf','\xbd','\x76','\x90','\x13','\xa7','\x4e','\x30','\xa3','\x71','\x16','\x99','\x6c','\x86','\x82','\x50','\xf4','\x4d','\x8c','\x4c','\x67','\x7f','\xa6','\xe5','\xbb','\x22','\xd3','\x0e','\xd0','\xbf','\x90','\x08','\x21','\xa6','\x37','\xf9','\xb4','\x4c','\xcb','\xb4','\x4c','\xcb','\xb4','\x4c','\xcb','\xb4','\xfc','\xab','\x91','\x44','\x2c','\xc6','\x03','\xeb','\x37','\xf0','\x2b','\x3f','\xf3','\xb3','\x24','\x12','\x09','\xa4','\x14','\xf8','\x41','\x40','\xa9','\xe4','\x00','\x0a','\x69','\x48','\x94','\x0a','\x19','\xcd','\x8c','\x00','\x61','\x48','\x0c','\x61','\x80','\x00','\xa5','\x02','\x54','\xa0','\x40','\x08','\xa4','\x61','\x60','\xdb','\x26','\xa6','\x34','\xf0','\x03','\x45','\xa9','\x58','\x64','\x68','\x68','\x90','\xcb','\x57','\xae','\x70','\xf0','\xe0','\x6b','\x74','\x75','\xdd','\x66','\x6c','\x7c','\x1c','\xd3','\x10','\xc4','\xad','\x5a','\x7a','\xc7','\x86','\x48','\x7b','\x25','\x14','\xd3','\x76','\xd1','\xb4','\x7c','\x77','\x64','\xda','\x01','\xfa','\x17','\x12','\x29','\xe5','\x34','\x25','\xe2','\xb4','\x4c','\xcb','\xb4','\x4c','\xcb','\xb4','\x4c','\xcb','\xb4','\xfc','\xab','\x93','\x1f','\x7d','\xff','\xf7','\xb3','\x60','\xe1','\x02','\x16','\x2f','\x5e','\x42','\x63','\x53','\x33','\x41','\xa0','\x88','\xd8','\x16','\x91','\x88','\x85','\xe7','\x05','\x78','\x9e','\x07','\x32','\x20','\x20','\x20','\xf0','\x43','\x5b','\x46','\x08','\x02','\xa5','\x70','\x1d','\x87','\x5c','\xbe','\x40','\x2e','\x9f','\xa5','\x90','\xcb','\x31','\x31','\x31','\xc1','\x8d','\x1b','\x37','\xb9','\x72','\xf9','\x12','\x63','\x63','\xe3','\x14','\x0a','\x79','\x72','\x85','\x12','\xb6','\x65','\x50','\x57','\x57','\xc7','\xdd','\x9e','\x61','\x7a','\xc6','\x87','\xf0','\x7c','\xff','\xbb','\xfb','\xd0','\xd3','\xf2','\xff','\xb4','\xfc','\xab','\x25','\x41','\x88','\x45','\xa3','\xc8','\x6f','\xe4','\x78','\x89','\xfb','\x7f','\x50','\xe5','\xff','\xbe','\xfe','\xe5','\x6f','\xf2','\x3b','\x75','\xdf','\x6b','\xea','\x0d','\xde','\xf7','\xd5','\xc3','\x23','\xde','\xf0','\x7d','\x6f','\x14','\xbf','\xf8','\xda','\xd7','\x64','\xa8','\x28','\x00','\x92','\xf1','\xd8','\xd4','\x8b','\x5f','\x7b','\x53','\x6f','\x70','\xb1','\xca','\xaf','\x94','\x8e','\xb4','\x20','\xc2','\xdf','\xa9','\xaf','\xbf','\xe3','\xf2','\x84','\xfe','\xe3','\x9c','\xd6','\x6f','\x36','\x62','\xbc','\xc9','\x43','\xbe','\xd1','\x4d','\x2b','\x84','\x10','\xc4','\xa3','\xb1','\xaf','\x7b','\x9f','\xfa','\xba','\xf7','\xde','\x77','\x8d','\xaf','\xbb','\x85','\xe0','\xab','\x5f','\xa7','\xf2','\xc8','\x54','\xc6','\x5f','\x95','\xbf','\xf1','\x6b','\x3f','\x5f','\xfe','\xed','\x57','\xdf','\xdf','\x9b','\x8d','\x84','\xb8','\xef','\x6f','\x21','\xca','\xc3','\x7b','\xdf','\xe7','\xd5','\x54','\x6c','\x4a','\x4a','\x49','\x2c','\x1a','\x25','\x40','\x67','\xf2','\x54','\x78','\x37','\xea','\xeb','\xc6','\x25','\x04','\x46','\x87','\xd7','\x9c','\x7a','\x5c','\x81','\x54','\xf7','\x3f','\xcb','\x9b','\xdd','\x99','\xfa','\xaa','\x9f','\xbe','\x76','\x2d','\x0a','\x75','\xdf','\xef','\xbf','\xea','\xe3','\xe2','\xab','\xe6','\xaa','\x7c','\xe7','\x95','\x5f','\xa9','\xf2','\xdf','\xfa','\x07','\x25','\x00','\xa9','\xef','\xdf','\x34','\x24','\xb6','\x65','\x21','\x90','\xe1','\xc7','\x55','\xe5','\xfd','\x7a','\xc4','\xc5','\x57','\x3d','\xde','\xd4','\x5d','\x0a','\x04','\x0a','\x85','\xaf','\x9f','\x55','\x94','\x17','\xa6','\xb8','\xef','\x76','\xbe','\xf6','\x19','\xc5','\xd7','\xef','\xd5','\xf2','\x5a','\x55','\xbe','\xfe','\x13','\x7e','\xa7','\x08','\x1f','\x52','\x55','\x2e','\x76','\xdf','\xbd','\x28','\xfd','\xfb','\xca','\x2d','\xdd','\xf7','\x83','\xc0','\x47','\x0a','\x0f','\x00','\xcb','\xb2','\xb0','\x2d','\x13','\xa5','\x24','\x84','\xbd','\x19','\xf4','\x85','\x25','\x01','\x4a','\x5f','\xa7','\x7c','\x59','\x25','\xc3','\xfb','\x52','\xe1','\x2a','\x54','\x08','\x61','\x94','\x07','\x14','\x01','\x0c','\x9e','\xbe','\x87','\x94','\xf2','\xbe','\xe7','\x2d','\x7f','\x42','\x50','\xde','\x03','\x84','\xd9','\x5e','\xa5','\xc2','\x67','\x50','\x0a','\x25','\x04','\x08','\x85','\x50','\x7a','\xc4','\x2a','\x5f','\xa9','\xca','\x73','\x52','\x1e','\x14','\x15','\xde','\xa7','\x9c','\x7a','\xcf','\xfd','\xf3','\x16','\x62','\xed','\x9b','\x37','\x76','\x10','\xb3','\x23','\x58','\x86','\xa9','\xd7','\x95','\x52','\x08','\x55','\x1e','\xad','\xf0','\x5a','\x41','\x30','\xf5','\x5d','\x61','\xe1','\xb2','\x52','\x10','\x04','\xbe','\xee','\xb7','\x21','\x04','\x32','\x1c','\x13','\x21','\xe4','\x7d','\xfa','\x56','\x54','\x26','\x48','\x0a','\x89','\xa8','\x8c','\xb3','\x40','\xa9','\x60','\x6a','\x3d','\x85','\xef','\xf1','\x8d','\xf2','\x8a','\x10','\x6f','\xba','\xd7','\xca','\xa3','\x54','\x99','\x78','\xa5','\xa6','\xe6','\xb4','\xfc','\xb7','\x0a','\xf4','\xf5','\x15','\xc4','\x23','\x51','\xa4','\x61','\x20','\x85','\x5e','\x95','\xf7','\xf7','\xd5','\x08','\x94','\xc2','\x50','\xfa','\xde','\x95','\x52','\xa8','\x40','\x7f','\x06','\x29','\x90','\x86','\xc4','\x34','\x0c','\xa4','\xd4','\xaf','\x05','\x41','\xb8','\x57','\xa5','\xd4','\xd7','\x00','\xad','\x87','\x95','\x02','\xa9','\xe7','\x56','\x05','\xfe','\x57','\x6d','\x2a','\x29','\x25','\x86','\x61','\xe8','\xa9','\xf0','\x7d','\x08','\x54','\x65','\xec','\xc4','\x7d','\xf7','\x22','\xc3','\x6b','\xaa','\xb2','\x42','\xba','\xef','\xe1','\xa7','\xd6','\x74','\xf9','\x43','\xaa','\x32','\x17','\xc9','\x64','\x32','\xdc','\x69','\x7a','\x7c','\xcb','\x6b','\x4b','\x85','\xf7','\x47','\x30','\x35','\x67','\x42','\x48','\x90','\xfa','\xcb','\x95','\x1f','\x10','\x04','\x01','\x4a','\x28','\x0c','\xd3','\xc4','\x34','\x4c','\xfd','\x3d','\xe5','\xbd','\x2a','\x0c','\x84','\x34','\x30','\x0c','\x89','\x90','\x26','\x2a','\xd0','\x63','\xa3','\xd0','\xcf','\x2b','\x11','\x08','\x29','\x41','\x98','\x20','\x03','\x10','\x2e','\x10','\x68','\x65','\x20','\x42','\xdd','\x52','\x51','\x68','\x0a','\xf4','\xc8','\x23','\x84','\x42','\x89','\x70','\xff','\x48','\x50','\x41','\xb8','\x4c','\xcb','\x7a','\x42','\x04','\x08','\x19','\x20','\x10','\x24','\x63','\xd1','\x50','\xb9','\xdc','\x77','\x1d','\x05','\x98','\xe6','\x94','\x1a','\xd1','\x13','\x02','\xa6','\xbe','\x3e','\x41','\x80','\x50','\x3e','\xca','\x03','\x7c','\xf4','\xbe','\x92','\x02','\x94','\xfe','\xbe','\xca','\xf5','\x04','\xe0','\x07','\xe0','\x07','\x7a','\x1f','\x08','\x81','\x92','\xe1','\xea','\x14','\x10','\x48','\xa9','\xdf','\xef','\xfb','\x04','\xa5','\xa2','\x1e','\x6f','\xc3','\x04','\x69','\xdc','\xb7','\xff','\x20','\x50','\x62','\xea','\x21','\xee','\xd7','\x6d','\x42','\x86','\xcf','\x5c','\xfe','\xbd','\x5e','\x1b','\x0a','\x85','\x21','\x25','\xf1','\x68','\xa4','\x3c','\xd0','\x53','\xcf','\x25','\x24','\xc2','\x94','\x20','\xa5','\x9e','\x23','\xa5','\xf4','\x7a','\x41','\x4d','\xa9','\x43','\xa5','\x10','\x18','\xe1','\xde','\xd5','\x73','\xa2','\xf5','\x40','\xa0','\xbf','\xcf','\x08','\xbf','\xab','\xf2','\xdd','\x4a','\x2f','\x39','\x3d','\x21','\xa8','\xfb','\xe3','\xa6','\x2a','\x40','\x8a','\x50','\x9f','\x84','\xeb','\xa9','\xa2','\x17','\x45','\x79','\x21','\x18','\x7a','\x6c','\x08','\xf4','\x9c','\x06','\x0a','\x11','\x04','\x28','\xa9','\x90','\xc2','\xa8','\x3c','\xbb','\x0a','\x17','\xb5','\x21','\xf5','\xb9','\x7d','\xa9','\xbb','\x0f','\x67','\x72','\x82','\xde','\x1b','\xd7','\xc9','\x0c','\x0e','\x01','\x01','\x32','\x1c','\x5b','\x3f','\x08','\x30','\x2d','\x1b','\xcb','\x36','\x70','\xdc','\x12','\x85','\x42','\x1e','\xdf','\xf5','\x30','\x0c','\x03','\x3b','\xaa','\xf7','\xaa','\xeb','\xba','\xb8','\xae','\x8b','\x0a','\x02','\x62','\x4a','\x31','\xb3','\xb1','\x81','\xd4','\xf2','\xe5','\xc4','\xe2','\x71','\x6a','\x6a','\x6a','\x29','\x14','\x8b','\x78','\xa5','\x22','\x8d','\x0d','\xf5','\x34','\x46','\xe2','\x24','\xa2','\x11','\x3d','\x77','\x65','\x3d','\xe5','\x2b','\x94','\xa7','\x20','\xdc','\x57','\x28','\x05','\xbe','\xaf','\xf5','\xa9','\x21','\xf5','\x5c','\x2a','\x81','\x72','\x8a','\xfa','\x75','\xc3','\xa0','\xb2','\x20','\x7d','\x3f','\x5c','\x8b','\xe1','\x3c','\xeb','\xb7','\x12','\x95','\x06','\x11','\xcb','\xaa','\xe8','\xc3','\xca','\x99','\xa2','\x14','\xbe','\xef','\xa3','\x64','\xa8','\xe3','\x43','\x7d','\x2e','\xc2','\xf5','\x2e','\x94','\x40','\x05','\x82','\xc0','\xf0','\x08','\x84','\x4b','\xe0','\x4f','\xe9','\x68','\x15','\xae','\x4f','\x03','\xbd','\x8d','\x7c','\xa5','\xf0','\xfd','\x00','\xdf','\xf3','\xc0','\xf5','\xb4','\x3e','\x42','\xef','\x07','\x21','\x8d','\x70','\x59','\x09','\xa4','\xd0','\xe7','\x8b','\x0a','\x54','\xe5','\xd9','\xee','\xb7','\x86','\x82','\xf0','\x07','\x03','\x9d','\x4d','\x43','\x08','\x54','\xf8','\x19','\xbd','\xd7','\x02','\x94','\x32','\xf0','\x95','\xce','\xc8','\x25','\x22','\x36','\x96','\x69','\xa1','\x54','\x80','\x54','\x4a','\x07','\xd8','\x03','\x0d','\x50','\x0c','\x54','\x08','\x54','\x54','\xe5','\x75','\xac','\x2a','\xa7','\x1a','\x28','\xa4','\x02','\x4b','\x99','\x48','\x04','\x7e','\xe0','\xeb','\x35','\x22','\xc2','\xf3','\x45','\x80','\x94','\x46','\xb8','\x07','\xc3','\x6b','\xc8','\xfb','\x56','\x9b','\x02','\x15','\x04','\xf8','\xf8','\x15','\x63','\x4c','\x09','\x81','\x30','\x0c','\xfd','\xec','\x9e','\x07','\x81','\xa7','\x9f','\x53','\x9a','\x08','\xcb','\x44','\x1a','\x12','\x11','\x28','\xf0','\x3d','\x3d','\xee','\x9e','\x1f','\x1e','\xb9','\xe1','\xde','\x29','\x5f','\xdb','\xd0','\x6b','\x33','\x6e','\x58','\x48','\xa9','\xed','\x0b','\x02','\x45','\xd9','\xe2','\x22','\xd4','\x89','\x2a','\xdc','\x0b','\xf8','\xe5','\xe7','\xd4','\xf3','\x23','\x85','\x89','\x52','\xe0','\x99','\x0e','\xca','\x14','\x48','\x25','\x90','\x41','\x80','\xe5','\x09','\x0c','\xa9','\xcf','\x5e','\x65','\x80','\x17','\x93','\xf8','\xd1','\x37','\x76','\x75','\xbe','\x2e','\x03','\xd4','\x77','\xec','\x39','\xa4','\x7e','\x6a','\x08','\x04','\x81','\x30','\x10','\x52','\x60','\x18','\x12','\x30','\x70','\x3d','\xfd','\x52','\x79','\xc3','\xeb','\xfd','\x5c','\x56','\x2c','\x65','\x03','\x26','\x40','\x04','\x0a','\x25','\xa6','\x0e','\x4a','\x75','\xdf','\xf4','\x0b','\x14','\xc2','\xb4','\x30','\xa5','\x0c','\x37','\x3f','\x48','\xa5','\x15','\x44','\x10','\x2e','\x80','\x29','\x83','\x88','\xf0','\xb0','\xd4','\x0f','\x44','\x10','\xa0','\x44','\xa0','\xe7','\x22','\x00','\x03','\x85','\x25','\xa6','\x0e','\x6d','\x29','\xc3','\xc1','\x15','\x02','\x21','\x05','\x32','\x34','\x7e','\x74','\xfa','\x76','\xca','\xa8','\xd0','\x0b','\x4e','\x20','\x05','\x18','\x52','\xa2','\x90','\x04','\x81','\xb8','\xcf','\xa6','\x9b','\xba','\xef','\xf2','\x01','\xa7','\x2a','\x87','\x7a','\x78','\x78','\x4d','\xfd','\xf3','\x3e','\xd1','\xef','\x17','\xe1','\x21','\x5d','\x36','\x82','\xf5','\x3f','\xc3','\xa3','\x50','\x48','\x20','\x54','\xec','\x5a','\xed','\x84','\xe3','\xa6','\x50','\xbe','\xd2','\x46','\x8b','\x52','\x28','\x53','\xa2','\x2c','\x81','\x17','\x04','\x04','\x9e','\x5f','\x99','\x74','\x29','\x24','\x7e','\xa0','\x2a','\x05','\x8a','\x86','\xb0','\xf4','\x7c','\x84','\x9b','\x5a','\x9f','\xf9','\x22','\x5c','\xe4','\x7a','\x3e','\x30','\x5c','\xfd','\x04','\xaa','\xbc','\xf1','\xa5','\xbe','\xb1','\xf0','\x50','\xd1','\x9f','\xd3','\x77','\xa3','\x0d','\xa7','\x70','\xee','\xca','\x87','\x21','\x7a','\x3c','\xf1','\x8b','\x08','\xaf','\x54','\x51','\x48','\x22','\x7c','\x1e','\x25','\x04','\x81','\xd2','\xca','\x93','\x40','\x85','\x87','\x7d','\xf0','\x2d','\xdd','\x93','\x1e','\x9f','\xd0','\x20','\xf0','\x15','\x42','\x48','\x7c','\x61','\x84','\x87','\xf5','\x94','\xbb','\xa4','\x77','\x6a','\x80','\x90','\x7e','\xc5','\x8e','\xd4','\xbf','\x56','\x95','\x67','\x11','\x65','\xc5','\x13','\xae','\x2f','\x7d','\xf8','\x2b','\x84','\x0a','\xc2','\xb9','\x0b','\x8d','\x94','\x29','\xab','\x33','\xdc','\x76','\x06','\xd8','\x16','\x81','\x25','\xf0','\xfc','\xd0','\xe0','\x42','\x62','\x08','\x6d','\x58','\x7f','\xf3','\x67','\x10','\xe1','\x7d','\x80','\xf4','\x55','\x65','\xb3','\x86','\x1a','\x5b','\x1b','\x18','\x5a','\x8b','\x54','\x16','\x8e','\x78','\xb3','\x75','\x14','\xae','\x34','\x21','\xcb','\xdf','\x49','\xa8','\x17','\xc2','\xb9','\x0b','\x0f','\x51','\xa5','\x82','\xaf','\x9a','\x43','\xa4','\x36','\xa0','\x3c','\x3f','\x3c','\xfc','\x4c','\x03','\x65','\x81','\xe7','\x07','\x04','\x81','\x1f','\x1e','\x84','\x16','\x10','\x1a','\x99','\x81','\x8f','\x14','\x06','\x52','\x58','\x5f','\x75','\x38','\x68','\xfb','\xf4','\xfe','\xe7','\xf5','\xc1','\xf0','\x2a','\xfb','\x40','\xaf','\x16','\x89','\x92','\x54','\xf6','\x9a','\x76','\x56','\xc2','\x1d','\x72','\xdf','\x3a','\x42','\xe8','\x83','\x4e','\x96','\x9d','\x12','\xaf','\x08','\x41','\x11','\x21','\x4d','\x08','\x1d','\x0f','\x21','\x0c','\x14','\x52','\x7f','\x27','\xe5','\x35','\xa5','\xf4','\xb8','\x0b','\x89','\x50','\x66','\xe8','\x30','\xa0','\x9d','\x1c','\x04','\x52','\x3a','\x58','\x94','\xf4','\x99','\x27','\xf4','\x3d','\x29','\x4c','\x84','\x69','\x22','\x0d','\x33','\xfc','\x5e','\x03','\x1f','\x41','\xa0','\x24','\xc2','\x40','\xeb','\x34','\x2c','\x82','\x70','\xe0','\x03','\xa5','\x0f','\x65','\x55','\xbe','\x8f','\xfb','\xa6','\x42','\x9b','\x2a','\xe1','\xe8','\xaa','\x40','\xeb','\x29','\x29','\x10','\x22','\x08','\xf7','\x8b','\x42','\x2a','\x85','\x17','\x04','\xda','\x00','\x15','\xe0','\x61','\xe2','\x53','\x5e','\xcb','\x0a','\x19','\x1e','\x3a','\xa1','\x96','\x41','\x06','\x0a','\x11','\xf8','\x18','\x04','\x18','\xa2','\xfc','\xc4','\x20','\xc5','\x94','\xae','\x11','\x28','\x4a','\xa6','\x20','\x67','\xe9','\xf5','\x61','\x06','\x01','\x26','\x60','\x04','\xe1','\xde','\xf0','\x41','\x06','\x3e','\x5f','\x6d','\x31','\xe9','\xc5','\x24','\x7c','\x4f','\x1b','\x86','\x4a','\x81','\xd4','\xf8','\x7d','\xcf','\xf3','\x10','\xd2','\x08','\x1d','\x06','\x03','\x61','\x9a','\x94','\x8d','\xde','\xa9','\x38','\x84','\x9e','\x4f','\x90','\xda','\xb0','\xd3','\x0a','\x93','\xf0','\x94','\xd5','\xe3','\x11','\x4e','\x57','\xa0','\x40','\x2a','\x51','\x31','\xde','\xee','\x3f','\x44','\x82','\xf2','\xbe','\x0b','\x0d','\xbc','\x8a','\x93','\x27','\x84','\x76','\x44','\x24','\xe0','\xbb','\x28','\xcf','\x45','\x94','\x2d','\x01','\xc2','\xbd','\x22','\xc2','\xcf','\xdd','\xaf','\x83','\x0c','\xed','\x38','\xe0','\x2a','\x94','\xe7','\xa0','\x02','\x5f','\x3b','\x24','\x96','\xad','\xef','\xd9','\x0f','\x4f','\x0d','\x43','\x80','\x61','\x82','\xb4','\xc0','\x10','\x88','\xc0','\x07','\xcf','\x87','\x20','\x08','\x8d','\xa7','\xd0','\xc8','\x0a','\x8d','\xea','\x4a','\x90','\xc9','\x90','\xa1','\x61','\x54','\x56','\xd6','\x01','\xf8','\xe5','\x4d','\x59','\x56','\x3e','\xe5','\x7d','\xac','\x0d','\x84','\xb2','\xd1','\x0e','\xe1','\xcf','\xa1','\x4e','\xd1','\x0b','\xc7','\x47','\xe1','\x21','\x42','\x47','\xbc','\xa2','\xb3','\xca','\x83','\x24','\xa5','\xbe','\x27','\xc7','\xd5','\xd7','\x0d','\x9d','\x2e','\x42','\x43','\x08','\xa5','\xc0','\xf1','\xc0','\x32','\xc0','\x36','\xc3','\x7b','\xf6','\xd1','\xa0','\x02','\x85','\x08','\x40','\xf9','\x0a','\xcf','\xf5','\xf5','\xf4','\x97','\x1d','\x68','\x15','\xee','\x1b','\x15','\xa0','\x3c','\x8f','\x50','\x15','\xa3','\x44','\x80','\x94','\x2e','\xca','\x2f','\xe1','\x3b','\x0e','\x5e','\xd1','\xc1','\x73','\x3c','\x94','\x0a','\x30','\x4c','\x53','\x3b','\x51','\x84','\xf7','\xa4','\x7c','\x90','\x86','\xde','\xbf','\x52','\x40','\x30','\xe5','\xe8','\x6a','\x23','\xc6','\x25','\xc0','\x0b','\xd5','\x69','\xf9','\x1c','\x0e','\xa1','\x51','\xe1','\xce','\x0f','\x42','\xc3','\x34','\x08','\x02','\x94','\xaf','\x83','\x1c','\x01','\x0a','\xe5','\x05','\x38','\xa5','\x12','\x25','\xa7','\x80','\x2d','\x2c','\x6c','\x23','\x16','\xae','\x74','\xfd','\xbd','\xca','\x87','\xc0','\xf3','\xf1','\x5c','\x07','\x3f','\x08','\x90','\x86','\xc4','\xb0','\xb4','\x75','\x1b','\xf8','\x01','\xca','\x0f','\xf0','\x03','\x8f','\xc0','\x0f','\x8d','\x38','\x29','\x70','\x9c','\x12','\xf9','\x7c','\x5a','\xf7','\xa9','\x31','\x2c','\x14','\x02','\x3f','\xb4','\x13','\x7c','\xb4','\x8f','\xa5','\xc2','\x71','\xf0','\xa1','\x72','\xee','\xab','\xf0','\xbc','\x0c','\x7d','\x70','\x20','\xc0','\x73','\x8b','\x78','\x81','\x57','\xd1','\xa5','\x15','\x47','\x25','\x3c','\x27','\xcb','\x41','\x04','\x50','\x78','\x4a','\xe1','\x2b','\xed','\xa4','\xa2','\x82','\xf2','\x4a','\xd7','\xef','\x09','\x40','\x06','\xa1','\x99','\x5b','\x1e','\x23','\x55','\xbe','\x46','\xd9','\xa6','\x30','\x10','\x26','\xa0','\xa4','\x3e','\x33','\x09','\xd0','\x1f','\x09','\xed','\x26','\x25','\x10','\xa1','\x11','\x2f','\x43','\x87','\x6b','\x2a','\x10','\x13','\x1a','\xfe','\x5a','\xbb','\x10','\x28','\x2f','\x5c','\x7b','\xb2','\x32','\x4f','\xf2','\xbe','\x20','\x80','\x52','\xbe','\x9e','\x87','\x20','\x40','\x1a','\x06','\x86','\x61','\x4c','\xd9','\x34','\x4a','\x85','\x4b','\x5b','\x61','\x98','\x12','\x69','\x48','\xbd','\xdf','\x95','\xaa','\x2c','\x45','\x55','\x3e','\x78','\x84','\xaa','\xec','\x57','\x21','\xb5','\xe3','\x50','\xde','\x23','\xfa','\x78','\xd0','\x63','\x23','\xcb','\xce','\x7d','\xf8','\xb3','\x21','\x8d','\xf0','\xcc','\xbd','\xcf','\x16','\x0c','\x14','\x86','\x1f','\x9e','\x6d','\x52','\xa2','\x7c','\x1f','\xcf','\x57','\x08','\x11','\x20','\xa4','\xc0','\x34','\x23','\x08','\x24','\xae','\x57','\xc2','\x90','\x12','\x43','\x1a','\x00','\xb8','\x81','\x8f','\xef','\xb9','\xa1','\x63','\xa1','\xcf','\x53','\x84','\x1f','\xae','\x43','\x3f','\x54','\x63','\xb2','\xf2','\x7c','\xa6','\x34','\x08','\x50','\x38','\x45','\x17','\xbf','\x12','\x70','\x53','\xa1','\x4d','\x6b','\x60','\x59','\x06','\xa6','\xb4','\x40','\x08','\x3c','\xe9','\xe2','\xfa','\x25','\x02','\xcf','\xc5','\x57','\x01','\xbe','\xa7','\x2a','\xcf','\x6e','\x10','\x06','\xb6','\xc3','\xa0','\x8c','\x0a','\x6d','\x09','\x54','\xe8','\xc4','\x48','\x89','\x08','\x99','\xf2','\x0c','\xd3','\xc0','\xb2','\xad','\xd0','\xf1','\xd2','\x6b','\x23','\xf0','\xbd','\xd0','\x19','\xd6','\xe3','\xe7','\x2b','\x1f','\xdf','\xd3','\x6b','\x0d','\x21','\x08','\x02','\x45','\xa0','\x82','\xd0','\x41','\x09','\xf4','\xfa','\x17','\x06','\x11','\x2c','\xfd','\xed','\x32','\x54','\x37','\x41','\xb8','\x63','\x94','\x3e','\xf7','\xfd','\xd0','\xb9','\xf3','\x3d','\xbf','\x12','\x20','\x51','\xe5','\x75','\x29','\xb4','\x2e','\x16','\x81','\xc2','\x12','\x06','\x16','\x32','\xd4','\xcd','\x61','\xb0','\x21','\xdc','\xaf','\x52','\xca','\x8a','\xfe','\x12','\xa1','\x3e','\x2b','\xaf','\x7b','\x09','\xa8','\x40','\x11','\x28','\x3f','\xd4','\xed','\x84','\x36','\x51','\xd9','\x1e','\xd6','\x81','\x28','\x21','\xc0','\x77','\xc3','\x73','\xc6','\x14','\x44','\x2c','\x5b','\xdb','\x92','\x22','\x74','\x44','\x7c','\x0f','\x2f','\x20','\x3c','\x8b','\x7c','\x10','\x0a','\xcb','\x36','\x11','\x01','\xf8','\x9e','\xa7','\xf7','\xa3','\xd2','\x63','\x5b','\xb6','\xfd','\x11','\x02','\x53','\x6a','\x1d','\x5a','\x71','\x24','\x8d','\x30','\x4c','\x2b','\x0c','\xbd','\x56','\x81','\xa2','\xf0','\xf0','\x45','\x80','\x19','\x28','\x0c','\x1f','\x22','\x42','\x60','\x4b','\x89','\x34','\x0c','\x94','\x6d','\xe2','\xc6','\x0d','\x32','\x11','\x83','\x8f','\x7e','\x61','\x1f','\x5f','\x2b','\x5f','\xe7','\x16','\x0d','\x0f','\xf5','\x11','\xb1','\x0c','\x4c','\xcb','\x42','\x48','\x2b','\x34','\x6e','\xf5','\x8d','\xe1','\x29','\x2c','\x25','\xb1','\xa5','\x19','\x6e','\x52','\xa5','\x8d','\x09','\x51','\xb6','\x9b','\x24','\x08','\x85','\xef','\x7b','\x7a','\xc3','\x19','\xe1','\x41','\x1a','\xee','\x24','\x15','\x4e','\x90','\x14','\x8a','\x00','\x89','\x23','\x82','\x8a','\x63','\x20','\x2a','\xaf','\x89','\xca','\xc0','\x4b','\x69','\x68','\x05','\xa9','\x02','\x5c','\xdf','\x47','\x05','\xe5','\xe8','\xb3','\x7e','\x38','\x0b','\x09','\x52','\xe1','\x99','\xf7','\x9d','\x55','\x81','\x36','\x18','\xa4','\x94','\xa1','\x6d','\x20','\xb4','\x7d','\x85','\xd2','\xfa','\x3d','\x50','\x08','\xbd','\x8a','\x50','\x48','\x64','\xe8','\xdc','\x29','\x25','\x70','\x5d','\x15','\x7a','\xb2','\xa1','\x55','\x2c','\x04','\x52','\xe8','\x4d','\x8c','\x94','\x53','\x46','\x9d','\xfe','\x5f','\xc5','\x06','\x2d','\x7f','\xb7','\x08','\x15','\x50','\x10','\xf8','\x95','\xe8','\xa9','\x8e','\x10','\x97','\xdf','\x2b','\x43','\x93','\x43','\x4e','\x29','\xc2','\xb2','\xd1','\x8c','\x36','\x22','\x05','\x53','\x07','\xbf','\x42','\x69','\xa3','\xd5','\xf7','\x43','\xc3','\x16','\xad','\xc0','\x30','\x43','\x03','\xa1','\x3c','\x1e','\xa1','\xe1','\x8a','\x8e','\x56','\xaa','\xa0','\x6c','\xa8','\x87','\xd7','\x91','\x01','\xca','\xf7','\xa0','\x62','\xb4','\xc9','\xca','\x41','\x40','\x40','\xa8','\x28','\xcb','\x86','\xa7','\x40','\xa8','\x70','\xac','\x28','\x3b','\x6d','\xa1','\x29','\xae','\x0c','\xa4','\x2a','\x22','\x70','\x20','\x30','\x2a','\x0b','\xd5','\x13','\xb2','\x62','\x14','\x6b','\x03','\xdb','\x47','\x2a','\xf9','\x2d','\xdf','\x93','\x5f','\x3e','\x6a','\x55','\x39','\x1a','\x65','\xa2','\x02','\x51','\x71','\x80','\xca','\x47','\x95','\x36','\x56','\xfd','\xca','\xc1','\x33','\x65','\xfc','\xeb','\x37','\x96','\xa3','\xe4','\x15','\xc7','\x26','\x8c','\x36','\x07','\x2a','\xd0','\xd1','\x73','\xca','\x76','\x89','\xbe','\x5e','\xd9','\x64','\x47','\x18','\x5a','\xd9','\xb8','\xe0','\x79','\x61','\x94','\x05','\x89','\x90','\x06','\xca','\x30','\x21','\x30','\x50','\x4a','\x7e','\x93','\x67','\x08','\x2f','\x1b','\x04','\x88','\x70','\x10','\x95','\x1f','\x00','\x3e','\x92','\x40','\x2b','\x7b','\xa4','\x8e','\x4e','\xde','\xbf','\x8e','\xca','\x67','\x09','\x54','\x94','\xb7','\x1f','\xf8','\xa8','\x30','\x9a','\x1b','\x48','\xa6','\x8c','\x45','\x29','\xc2','\xc0','\x43','\xb8','\x8e','\x44','\xd9','\x65','\x28','\xaf','\x23','\x19','\xae','\x77','\x55','\x19','\x17','\xcf','\x0b','\xc2','\x75','\xa9','\x3f','\x1f','\x18','\x06','\x46','\x18','\xa9','\xd4','\x91','\x66','\x81','\x12','\xa6','\xbe','\xa4','\x2a','\x3b','\x40','\x5f','\x33','\x67','\xc2','\xd7','\x7f','\x08','\xa6','\x1c','\x20','\x21','\x51','\x81','\x36','\x94','\xf4','\x3a','\x16','\x95','\x75','\x44','\x18','\x70','\x50','\x88','\x30','\xbb','\x80','\x9e','\x63','\x21','\x90','\xaa','\x84','\x50','\x1e','\x28','\x83','\xb2','\xe3','\xaa','\x1d','\x10','\x43','\xcf','\x46','\xd9','\x18','\x0f','\xf4','\xc1','\xa2','\xb7','\x8c','\x81','\x42','\x07','\x64','\xca','\x86','\x88','\x10','\x10','\xa8','\x30','\x9a','\x2a','\x05','\x4a','\x99','\x08','\x69','\x22','\x4d','\x13','\x69','\x18','\x61','\x04','\x49','\x6a','\x27','\x47','\x04','\x48','\x74','\xe0','\x45','\x48','\x81','\x2f','\x41','\x04','\x02','\x94','\x89','\x20','\xc0','\x37','\xa6','\x8c','\x1c','\x11','\x3a','\xc4','\xa1','\x0f','\xa1','\x4d','\x21','\x61','\x60','\x51','\xb6','\x57','\x43','\xa7','\xc9','\x57','\x28','\xdf','\x47','\xca','\x00','\xcf','\xd3','\x0e','\xb9','\x69','\x04','\x18','\x42','\x63','\xeb','\x45','\x38','\xf7','\x0a','\x4f','\x43','\x40','\x02','\x85','\x54','\x01','\x81','\xe3','\xa0','\x7c','\x0f','\x29','\x14','\x86','\xd0','\x01','\x20','\x21','\x02','\xad','\x8f','\xd0','\x06','\x9a','\x2b','\xc0','\x15','\x41','\xe8','\xa4','\x81','\xa3','\x02','\x64','\xe0','\x23','\xfc','\x00','\xe5','\x05','\x18','\xae','\xaf','\x9d','\x21','\xc0','\xb0','\x2c','\xa4','\x01','\x81','\xef','\xe3','\x96','\x8a','\xb8','\xae','\x83','\x02','\x2c','\xdb','\x42','\x20','\x70','\x1d','\x07','\x84','\xd6','\x75','\x52','\x0a','\x0c','\x69','\x57','\x82','\x20','\x22','\x10','\x78','\x7e','\x80','\xef','\x7a','\x3a','\x31','\x27','\x84','\x36','\x84','\xfd','\x20','\x8c','\x86','\xea','\xb5','\xa6','\x50','\x78','\xf2','\xbe','\x88','\x7c','\x78','\x68','\x97','\xb3','\x03','\x41','\x68','\xb0','\x69','\x97','\x4e','\x55','\x0c','\x30','\x9d','\x41','\x31','\x90','\x42','\x22','\x4d','\xa9','\x03','\x4e','\x81','\xab','\xcf','\x88','\x8a','\xd3','\xa1','\xf0','\x5d','\xad','\xeb','\x82','\xc0','\x23','\xf0','\x7c','\xbd','\xa6','\xef','\x8b','\x10','\x07','\xae','\x8f','\xe7','\x7b','\x04','\x81','\xde','\x13','\x86','\x0c','\x9d','\xe4','\x70','\x0c','\xa4','\x94','\xfa','\x8f','\x69','\x10','\x04','\x0a','\xcf','\x75','\x70','\x4b','\x6e','\x58','\xbc','\x1d','\x46','\xca','\x7d','\x1f','\x11','\x84','\x06','\x44','\xf8','\xbd','\x3a','\x3b','\x28','\xf5','\xca','\x55','\xda','\x68','\x90','\x65','\xc7','\x38','\xd0','\xc6','\x4e','\xe0','\xeb','\xcc','\x51','\x24','\x1a','\xc5','\xb0','\x0c','\x02','\x15','\x84','\xeb','\x44','\x67','\x26','\x50','\x0a','\x61','\xe8','\x4d','\xec','\xf9','\x2e','\x3e','\x5e','\xb8','\x5e','\xa7','\x1c','\xea','\x20','\x74','\xa4','\x84','\x1f','\x54','\xfc','\x31','\xe5','\xf9','\x7a','\x0d','\x21','\x30','\x2a','\x06','\xab','\xc2','\xf7','\x3c','\x1d','\x74','\x94','\x50','\xcc','\x17','\x28','\x14','\x4a','\x78','\x81','\xa7','\x9d','\x71','\x05','\xbe','\xe3','\x52','\x28','\x96','\x70','\x4a','\x0e','\x32','\x50','\x48','\x69','\x62','\x9a','\x06','\x86','\xd4','\x81','\x3c','\xb7','\xe4','\xe1','\x94','\x8a','\x38','\xae','\xa3','\xe1','\x4c','\x9e','\xa3','\xd7','\xb4','\xb6','\x63','\x11','\x80','\x29','\x25','\x86','\x61','\x56','\x0c','\x54','\xa7','\xe8','\x12','\xb8','\x6e','\x78','\x66','\x79','\x15','\x47','\x76','\x2a','\xcb','\xa3','\x50','\xa6','\xd6','\xcf','\xca','\xd7','\x46','\x91','\x42','\x1b','\x44','\x9e','\xef','\x57','\x0c','\x3c','\x69','\x98','\x08','\xa9','\xc7','\x5a','\x05','\x3a','\x5a','\x1a','\xa0','\xf0','\x4b','\x1e','\xa5','\x52','\x91','\x42','\xa9','\x40','\xc4','\xb2','\xb1','\x8d','\x58','\xc5','\x50','\x56','\x28','\x02','\x4f','\xcf','\xbf','\xe7','\x79','\xf8','\x9e','\x87','\x6d','\x5b','\xc4','\x92','\x09','\x84','\x10','\xf8','\x61','\x46','\x2c','\xf0','\xbc','\xd0','\x08','\x0d','\xc2','\xe4','\x86','\x22','\xc0','\xd7','\x50','\xad','\x00','\x7c','\x5f','\xe1','\x05','\x3e','\x7e','\xe8','\x78','\x94','\xf5','\x8d','\x61','\x18','\x04','\x48','\xfc','\x70','\x2f','\x07','\x65','\xc3','\x3f','\x08','\xbf','\x5d','\x29','\x02','\xe5','\xe0','\x87','\x67','\x8f','\x0c','\x83','\xb9','\xaa','\xe2','\x20','\x6b','\xeb','\x33','\x40','\xa2','\xf0','\xb5','\x43','\x55','\x36','\x34','\x03','\xff','\xbe','\x18','\x81','\xc0','\x50','\x60','\x96','\x9d','\xda','\xf2','\xb5','\xc2','\x2c','\x4d','\x20','\xb4','\x0d','\x22','\x4d','\x0b','\xcb','\xb6','\xb4','\xfd','\x50','\x76','\xa0','\xc2','\xf3','\x2b','\x90','\xe1','\xb9','\xa9','\x14','\x46','\x80','\x0e','\xb8','\x28','\x3d','\x6f','\x2a','\x0c','\x00','\x69','\x23','\x56','\xe0','\xfb','\x3e','\x4e','\xa5','\x7e','\xc7','\xc0','\x10','\xda','\x89','\xd1','\xfb','\x46','\x86','\x7b','\x33','\x34','\x4c','\x09','\x30','\x2d','\x03','\xc3','\x34','\xc3','\xbd','\xa0','\x75','\xbf','\xef','\xeb','\x73','\xc6','\xb0','\x4c','\x4c','\xcb','\x0c','\xb3','\xac','\x8a','\x4a','\x56','\x50','\x05','\x28','\x29','\xf5','\xfd','\xa8','\xd0','\xa6','\x41','\x21','\x82','\x30','\xc0','\x1b','\xc6','\xd0','\xcb','\x80','\x8a','\xb2','\x31','\x1f','\x04','\x2a','\xcc','\x56','\x6b','\x07','\x42','\x08','\x89','\x21','\x45','\x25','\x78','\x60','\xa9','\xb2','\x69','\x51','\x76','\x80','\xc2','\x6c','\x8a','\x10','\x98','\x52','\xf7','\x1c','\x0a','\x04','\x5a','\x67','\x85','\xe7','\xaa','\xeb','\x79','\x78','\x9e','\x8f','\x1f','\x66','\x72','\x0d','\x01','\x4a','\x79','\xda','\xc6','\x0a','\x75','\xb5','\x90','\x86','\xd6','\x03','\x68','\x7b','\x49','\x84','\xfb','\xb3','\x9c','\x2d','\x41','\x05','\x5a','\xf7','\x49','\x03','\xcb','\x34','\x88','\x98','\x36','\xd2','\x90','\x78','\xd2','\x45','\xe1','\x31','\x65','\x86','\x68','\xfd','\xee','\x7a','\x3e','\xbe','\xef','\xa0','\x7c','\x7d','\x6f','\x86','\x10','\x61','\x80','\x5d','\x22','\x91','\x98','\xa2','\x9c','\x89','\xd5','\xc8','\x0f','\xc3','\x34','\x30','\x6d','\x8b','\x20','\xf8','\xff','\x99','\xfb','\xbb','\x26','\x49','\x92','\xe4','\x48','\x10','\x64','\x11','\x55','\x73','\x8f','\xcc','\xea','\xc6','\xec','\x2c','\xf6','\xf6','\x8e','\xf6','\xe1','\xfe','\xff','\xef','\xba','\xa5','\xa5','\xbd','\x9d','\x19','\xcc','\xa2','\xbb','\xab','\x32','\xc3','\xcd','\x54','\x44','\xee','\x81','\x59','\xd4','\x3c','\xab','\x0a','\x98','\x6e','\xa0','\x8f','\x08','\x01','\x54','\x67','\x66','\x44','\xb8','\xbb','\x99','\x9a','\xaa','\x7c','\xb0','\xb0','\xb0','\x24','\xd6','\xca','\xed','\x63','\x33','\xb3','\x2d','\x23','\x7d','\x43','\xa6','\x7c','\x96','\xe2','\xbc','\xe2','\xb3','\xc8','\xb5','\xb0','\x82','\xe7','\xff','\xe3','\xf8','\x8a','\xc7','\x38','\x04','\xee','\x19','\x86','\x62','\xc7','\xc4','\x3d','\x7c','\xb5','\x41','\x88','\x06','\x71','\xfb','\xf3','\x20','\x9b','\x63','\x55','\x38','\x0a','\x18','\xf2','\xa9','\x36','\x8c','\xa0','\x49','\xb3','\x57','\x98','\xaa','\xec','\xd7','\xf4','\x7d','\x41','\x20','\x81','\x65','\xd1','\x87','\x99','\x21','\xcb','\x10','\x8b','\x95','\x1d','\x33','\x60','\x8e','\x89','\xe3','\xf9','\x80','\x99','\xe1','\x7c','\xb1','\x5a','\x68','\x09','\x7c','\x7c','\x7c','\xe0','\x38','\x0e','\xd8','\x1c','\x7c','\x8e','\xb1','\x70','\x5d','\x0b','\xd7','\x79','\xe2','\x3c','\xb9','\x5f','\x3f','\xbe','\x7e','\xc1','\x30','\xc3','\x75','\x2d','\x02','\x26','\x9d','\x58','\x2a','\x66','\x04','\xf8','\xec','\xb1','\x81','\x71','\x56','\x9e','\x86','\x39','\xdc','\x07','\xc6','\x64','\x35','\xef','\xdb','\x58','\x58','\x95','\x18','\x91','\x78','\x5e','\x86','\x85','\xc2','\xcb','\x9d','\xaf','\xfd','\x78','\xe0','\xf5','\xc5','\xf1','\xdf','\xfc','\xf7','\x5b','\x52','\x7e','\x93','\x00','\x7d','\xfb','\xd3','\x3f','\x61','\x0d','\xc3','\xb4','\x01','\x1b','\x13','\x69','\x0c','\xf2','\x22','\x99','\x69','\x1e','\x0b','\x78','\x08','\xf1','\x37','\x2b','\x66','\xdb','\xa3','\xc3','\x2f','\x13','\x50','\xd2','\x54','\x13','\x83','\x07','\x78','\xa0','\x75','\x90','\x91','\x25','\xe3','\x2f','\xa7','\xa2','\x4d','\xea','\x72','\xfa','\xee','\x86','\x61','\x83','\xbf','\xee','\x42','\xb4','\x11','\x0c','\xf6','\xcb','\x54','\xd6','\xe7','\xa1','\x09','\x27','\x7a','\xf2','\xc2','\xb9','\xab','\x4d','\xa8','\x4e','\x2b','\xa0','\xa4','\xeb','\x0e','\x28','\x19','\xa3','\x37','\xf2','\xaf','\x20','\xcd','\x58','\x01','\x02','\x1c','\x29','\xf4','\xda','\x9d','\x95','\x24','\xb3','\xa1','\x43','\x0b','\xd8','\x3b','\x3a','\x97','\x75','\xdb','\x87','\xbd','\x03','\x0d','\x5d','\x4e','\xa8','\x8a','\x1b','\x35','\xd1','\x86','\x34','\x65','\xb2','\x4d','\xf1','\x40','\x6a','\x73','\xb6','\xd3','\x36','\x1d','\x4a','\x63','\x52','\x87','\x30','\xa4','\x25','\x4e','\xac','\x0d','\xf2','\xba','\xd3','\xb9','\x8c','\x79','\xc0','\x92','\x4e','\x01','\xda','\xc2','\xdc','\xf8','\xba','\xee','\x74','\x16','\x65','\x75','\x68','\xca','\x12','\x61','\x0c','\xd4','\x1d','\x8e','\xac','\x01','\x53','\x62','\xc7','\x00','\xd7','\xb7','\x51','\x6a','\x84','\x04','\xa9','\x84','\xc2','\x6c','\xd3','\x29','\xb8','\x66','\x17','\x83','\x23','\x38','\xcc','\x59','\xf9','\x88','\xd4','\x9a','\x9b','\x2a','\x26','\xef','\xa8','\xd8','\xdf','\x70','\x4d','\x0c','\x55','\xfb','\x96','\x86','\xa8','\x06','\x7a','\x6e','\x6f','\xa8','\x72','\xa1','\x90','\xb6','\x14','\xd0','\x3a','\xaa','\x94','\x84','\x33','\x7b','\xdc','\x89','\x47','\x47','\x8e','\x55','\x81','\x95','\x8b','\x5c','\xe6','\xaa','\x8d','\x00','\xb3','\x2a','\x98','\x98','\x73','\xe2','\x78','\x7e','\xc0','\x27','\xaf','\xb3','\x3c','\x71','\x56','\x28','\xc1','\xe0','\x3e','\x18','\x73','\xc2','\x62','\xfe','\xee','\x3d','\x98','\xb1','\x92','\x57','\xe5','\xca','\x9d','\x79','\x0d','\x15','\xc9','\x64','\x41','\x88','\x7f','\x15','\xd8','\x64','\xda','\xa5','\xfc','\xde','\x47','\xf6','\xb6','\x8f','\xb0','\x6f','\x84','\x4e','\xbe','\x83','\xcd','\x62','\x70','\x86','\xb1','\x53','\xe8','\x0d','\x1a','\x64','\x16','\x6c','\x10','\x7d','\x62','\x15','\x41','\xc8','\xf3','\xde','\x47','\x81','\xb3','\x44','\x1b','\xd0','\xfe','\x1e','\xc7','\xc4','\x74','\x26','\x98','\xd1','\x41','\x2e','\x7a','\xb9','\x1d','\xc3','\x48','\x0b','\xb8','\x93','\x11','\xf0','\x7e','\x7d','\x81','\x74','\x89','\x5e','\xf7','\x46','\x0a','\xfd','\x87','\x7d','\x64','\x7d','\x16','\x55','\x45','\x62','\xde','\xc6','\x73','\xc6','\x4a','\xd0','\xb9','\xf7','\x11','\xbc','\xd1','\xcc','\xa9','\x2a','\x10','\x74','\xb8','\x9c','\xcf','\xc0','\x79','\x2e','\x0c','\xa4','\xfd','\x18','\xbd','\xa9','\x82','\x77','\xad','\xa7','\x61','\x27','\x50','\x3e','\x26','\x3c','\x27','\x86','\x4f','\xd8','\x60','\x82','\xf6','\x12','\x4d','\xc1','\xfd','\x41','\x07','\x39','\xa7','\xca','\xfb','\xda','\xff','\x30','\x44','\xf2','\xb9','\xa6','\x8c','\x7e','\x2a','\x78','\x4d','\xf0','\x39','\x12','\x88','\x25','\x8a','\x46','\x9c','\x99','\x34','\x8e','\x8c','\x40','\xc5','\x85','\x6b','\x31','\x39','\x1c','\x23','\x19','\x24','\x05','\x11','\xd3','\xcc','\x85','\x8c','\x0b','\x95','\x8b','\xc1','\x42','\x04','\xd6','\xf5','\x02','\x2e','\xfe','\x9b','\xd0','\x43','\x02','\xb5','\x76','\x82','\x8e','\x02','\x96','\x01','\x61','\x80','\x57','\xe1','\x2a','\x9e','\x2b','\x8f','\x44','\x5d','\x81','\x5a','\x17','\x46','\x14','\xea','\x22','\xd8','\x34','\xe7','\x64','\x65','\x26','\x13','\xb1','\x2e','\xac','\x75','\x01','\x06','\x1c','\x93','\x6b','\xda','\x54','\x30','\x6f','\xc7','\x6d','\x4c','\x6e','\xbb','\x02','\xb1','\xae','\xc0','\xf5','\x49','\x27','\xdf','\x68','\x9c','\x05','\x90','\x51','\x42','\xe5','\x38','\x00','\xf1','\xaa','\x0b','\x8d','\xfc','\xe5','\xa6','\xb1','\xd1','\x71','\x45','\xde','\x89','\x08','\xda','\x92','\xc8','\xf6','\xba','\x39','\x06','\x1c','\x35','\x0c','\x3e','\x98','\x1a','\xd0','\x8c','\x7b','\x33','\x8a','\xb0','\x16','\xa9','\x25','\x79','\x5d','\xfc','\x33','\x03','\xed','\x9e','\xa1','\x60','\x33','\x93','\x76','\xc0','\x95','\x54','\xc3','\x1c','\x8e','\x81','\x2a','\xf6','\x2d','\x64','\x04','\x83','\xaf','\x48','\x9c','\xe7','\x89','\xd7','\x79','\x02','\x99','\x38','\x8e','\x89','\x31','\x09','\x1c','\x35','\xad','\xb1','\x91','\xea','\x34','\x20','\x56','\x60','\x7d','\xfb','\x86','\x08','\x79','\x8f','\xea','\xe3','\x4f','\x04','\xdb','\x87','\xc1','\x6d','\xe2','\xf9','\x7c','\x60','\x4c','\xee','\xd1','\x0e','\x84','\x4a','\x67','\xd1','\x44','\x33','\x5d','\x71','\x21','\x11','\x1b','\x10','\xeb','\x20','\x91','\x20','\x04','\x29','\x3c','\xae','\xe4','\x23','\x16','\xef','\xb5','\x04','\x84','\x38','\x78','\x9e','\xa3','\x0a','\x88','\x85','\x6b','\xbd','\xf0','\xf9','\xfd','\x85','\xd7','\x8b','\xbf','\xe7','\x60','\x40','\xb9','\x22','\xb1','\xae','\xc0','\x79','\xbe','\x10','\xaf','\x0b','\xee','\x13','\xc7','\x71','\x60','\xf8','\x40','\xa6','\x61','\x9d','\x81','\xd7','\xe7','\x37','\x9c','\x17','\x03','\x8e','\xf5','\xf9','\xc2','\x31','\x27','\xbe','\x7e','\xfd','\x8a','\x8f','\xaf','\x1f','\xf8','\x78','\x3c','\x01','\x37','\x5c','\x51','\x5c','\xb7','\xa5','\x64','\x2f','\x03','\xeb','\x5a','\x88','\xb8','\x10','\x2b','\x50','\x97','\x18','\x17','\x30','\x54','\x26','\xc6','\x31','\x60','\x43','\x15','\x99','\x0c','\x44','\x74','\xb0','\x1b','\x58','\x49','\x80','\xe9','\x18','\x83','\x55','\x24','\x25','\xaa','\x35','\x78','\x66','\x33','\x12','\xaf','\xd7','\x0b','\xaf','\xeb','\xc2','\xe7','\x2a','\x0c','\xf8','\xf6','\x2b','\x1d','\x2f','\xb4','\xd4','\x72','\xae','\xc4','\xcb','\x81','\xef','\xff','\x74','\x34','\x2b','\x90','\xe7','\x12','\x25','\xf0','\x8e','\x31','\xc5','\x70','\xc3','\x38','\x58','\xb9','\x4d','\x25','\xd0','\x2b','\x17','\xd7','\x4f','\xd5','\x12','\xf3','\x81','\xf1','\xf1','\xa0','\x3d','\xc8','\x92','\xdf','\x24','\x4d','\xa8','\x42','\x89','\x14','\x0a','\x56','\x0b','\xa3','\x72','\x27','\x3c','\x9d','\x04','\xb9','\x82','\xdb','\x2c','\x60','\x0c','\x56','\x75','\xb3','\x0a','\xd1','\xc9','\x43','\x0a','\xe5','\xd7','\xae','\xf7','\x4c','\x8c','\x4c','\xc5','\x46','\x43','\x09','\x10','\x50','\xc1','\x24','\x88','\xeb','\x74','\x2a','\xfe','\xe9','\xea','\xd1','\x5b','\x2a','\x28','\x30','\xcc','\x05','\xd8','\x96','\x12','\x19','\xef','\x35','\x30','\x81','\x54','\xae','\x24','\x69','\xd1','\x36','\x4d','\x07','\x0e','\x77','\x78','\x8d','\x8e','\x80','\x48','\x01','\x4c','\x63','\x22','\x65','\x86','\x03','\x03','\x07','\x86','\x98','\x31','\x89','\xab','\x0a','\x57','\x81','\x80','\x0a','\xf2','\xad','\xaa','\x2c','\xbb','\x6e','\x06','\xaf','\x82','\x90','\x11','\x25','\x40','\xbc','\x3e','\x53','\x95','\x61','\xf4','\x37','\x1a','\x2d','\xca','\xc2','\x8a','\x42','\x86','\x92','\xa0','\x6c','\x8a','\x98','\xef','\xca','\x0b','\x4a','\x36','\xc0','\x00','\x58','\x22','\x62','\x61','\x5c','\x0b','\xd1','\xf7','\xe5','\x05','\x98','\x63','\x98','\x63','\x8e','\x14','\xb8','\x50','\xa8','\x8b','\xc0','\x8c','\x67','\x2a','\x1e','\x29','\x74','\xdd','\xde','\xfa','\xcf','\x02','\x46','\x16','\xdc','\xc0','\x6a','\x3b','\x54','\xbd','\x79','\x5b','\x0f','\x82','\xf7','\x04','\x90','\xf2','\x4c','\x82','\x18','\xbe','\xe0','\xb3','\xf0','\x78','\x3e','\xf1','\x78','\x3e','\x09','\x62','\xad','\xc4','\xeb','\xf5','\x89','\x5f','\x5e','\x2f','\xbc','\x3e','\x4f','\xcc','\xe3','\xc0','\x97','\xc7','\x53','\x45','\x60','\xe7','\xb9','\x73','\x25','\x59','\x8a','\x0f','\xbd','\x0c','\x76','\x09','\x80','\x5c','\xb1','\x2b','\x32','\x99','\x5d','\x0d','\x24','\x15','\x71','\xce','\x43','\x5e','\x97','\x09','\x66','\x54','\x62','\xa5','\x21','\x60','\x58','\xc6','\x4a','\xe2','\xb8','\x0a','\x16','\x17','\x06','\x4c','\x81','\x7f','\x35','\x7a','\xbb','\xe3','\xd8','\xe1','\x0e','\x8c','\xa9','\x04','\x46','\xd5','\x30','\x37','\x16','\x8e','\xab','\x60','\x5e','\x78','\x54','\xc1','\x4b','\xc9','\xf1','\x1c','\x6f','\xc0','\xb6','\x3e','\x3f','\x4b','\x95','\x5b','\x01','\x49','\x10','\xc5','\xd4','\xf4','\x27','\x86','\xfc','\x42','\x21','\xcc','\x50','\x4e','\x6a','\xda','\x70','\xdf','\x60','\xf7','\x1c','\x03','\xf3','\xf1','\x44','\x44','\xe2','\x61','\x86','\x59','\x4c','\xd8','\xa6','\x3b','\x12','\x0f','\x9c','\x69','\x38','\x67','\x60','\xe6','\x04','\x50','\xf8','\x3a','\x0f','\x26','\x9e','\x32','\x92','\xa9','\x8a','\x1a','\x0b','\x18','\x83','\xc0','\xae','\xd9','\xbe','\x4e','\x52','\xb8','\x59','\x61','\x73','\x23','\xfd','\x99','\xfb','\x69','\x22','\x90','\x98','\x56','\xf8','\x30','\x60','\x94','\xce','\x68','\x16','\xae','\x73','\xc1','\x86','\x63','\x1e','\x7d','\xaf','\x3f','\x7e','\xfd','\x26','\x01','\xfa','\x4f','\x73','\x61','\x82','\xe5','\xba','\x5a','\x44','\x3a','\x5d','\xbc','\x3c','\xcb','\xc0','\xb1','\x2e','\xe2','\xdc','\x3e','\xb5','\x79','\x0d','\x1e','\xa4','\x10','\xb8','\x1c','\x46','\x2e','\x3a','\xa1','\x6d','\xd0','\x14','\x53','\x6f','\xae','\x27','\x8f','\x37','\x1f','\x26','\x00','\x4f','\xde','\x50','\xb9','\x61','\x84','\x1c','\x9b','\x13','\xc5','\x5a','\xe7','\x29','\x44','\x63','\xd0','\x11','\xb9','\x21','\x8d','\x15','\x0a','\xcb','\xc2','\x0b','\x81','\x73','\x5c','\x32','\x0a','\x34','\x40','\x25','\x44','\xb2','\xcd','\x4a','\xf3','\xde','\x99','\x1c','\xdd','\x74','\x0d','\x26','\x3a','\xac','\x2d','\x9a','\x19','\x8e','\xd9','\x39','\x8c','\xc1','\xcb','\x19','\x5c','\x41','\x5e','\x69','\xc9','\x15','\xbb','\xed','\x20','\xbd','\x03','\xca','\xfe','\x4b','\xc9','\x10','\x70','\x3f','\x36','\xb1','\x45','\x07','\xc2','\x3b','\x07','\xe4','\x41','\x0d','\xd4','\x46','\x14','\x88','\x8e','\xca','\x40','\x74','\x80','\x7d','\x18','\xce','\x2a','\x8c','\x5a','\x48','\x4b','\xdd','\x87','\x63','\x0c','\x19','\xf2','\x61','\xa8','\x41','\xca','\x59','\x45','\xdd','\x39','\x18','\xf8','\x59','\x44','\xbe','\x3b','\xb8','\x13','\xca','\x2f','\x9e','\x6f','\x95','\x90','\x00','\xed','\x09','\x6b','\x2a','\x47','\x27','\x52','\x00','\x50','\x2e','\xa4','\x50','\x06','\x09','\x06','\x2b','\x47','\xf9','\x62','\xf5','\x45','\x35','\xd9','\xcc','\xc0','\xd1','\xaf','\x41','\xc1','\xac','\x90','\x1e','\x80','\x02','\xfe','\xa6','\xc0','\x99','\xd7','\xff','\xf0','\x9a','\xdc','\x58','\x71','\xa3','\x8d','\x1d','\xfb','\x7c','\x26','\xa0','\x8a','\xe3','\x4e','\x29','\x7f','\x7c','\xad','\xa8','\x58','\x0e','\xa0','\xac','\x7b','\x42','\x68','\x28','\x0c','\xa4','\x4d','\x5c','\xc6','\xeb','\x2e','\xd1','\xc0','\x2a','\x88','\x9a','\x1c','\x1f','\x07','\x9e','\xcf','\x09','\xf7','\x89','\xa1','\x64','\x7e','\xa1','\xe0','\x32','\xf8','\xac','\xd6','\x0d','\x38','\xc6','\x1b','\x27','\xf5','\xfd','\x1e','\x62','\xef','\x67','\xb3','\xa1','\x6a','\x81','\xae','\x61','\xb4','\xa3','\x0d','\x64','\x11','\xa5','\xc4','\xa2','\x03','\xde','\x74','\x30','\xdc','\xe7','\xa3','\x4b','\x85','\xa4','\xd3','\x15','\x51','\xa5','\xd9','\x34','\xd0','\xe2','\x1d','\xf6','\xe6','\x33','\x82','\x0d','\x79','\x51','\xaa','\xd4','\x4a','\xfb','\x68','\x74','\x7f','\x87','\xe8','\xa0','\x0e','\x5c','\x95','\xf0','\xa2','\x21','\x66','\xd0','\x39','\x30','\x7d','\xc2','\xfd','\xf8','\x71','\x1f','\x2d','\xed','\xa3','\x06','\x32','\x98','\x65','\xa1','\x70','\x53','\x26','\x88','\xfa','\xaa','\x42','\x27','\xd0','\xa3','\x9f','\x4a','\x3b','\xdd','\xfe','\x37','\xf9','\xf7','\x5c','\x27','\x5e','\x93','\x6f','\x3a','\x19','\xab','\x49','\x0b','\x9d','\xe8','\xb0','\xf7','\x60','\x30','\x91','\x74','\x56','\x1b','\x57','\xe8','\xde','\x62','\xa2','\xe4','\x6c','\x46','\xf1','\x20','\x75','\x9f','\x42','\xd4','\x13','\x55','\x3f','\x01','\xee','\x28','\x5c','\x00','\x06','\xac','\x06','\x12','\x13','\x56','\x13','\x56','\x03','\x66','\x03','\x73','\x38','\xdc','\x06','\x6c','\x84','\x7a','\x27','\xb0','\x11','\x7b','\x56','\x71','\xc5','\x49','\xe7','\x81','\x50','\x0f','\x1f','\xff','\x4d','\x3a','\x41','\x20','\xd3','\x54','\x45','\xe4','\x73','\xed','\xc0','\xbf','\xd4','\x2c','\x6c','\x10','\xfd','\x2c','\x7f','\x81','\xd5','\x27','\x66','\xaa','\xa2','\x90','\x0b','\x59','\x0b','\xa4','\xcd','\x25','\xdc','\x12','\x1f','\x8f','\x80','\x1d','\x09','\x8b','\x80','\x25','\xed','\x2d','\x03','\xe1','\x25','\x5a','\x4d','\xe1','\xab','\x15','\xa6','\x39','\xbc','\x91','\xb1','\x15','\xf0','\x6b','\x31','\x81','\x5f','\x17','\x7c','\x89','\x3a','\x53','\x09','\xfb','\x16','\x88','\x5c','\x28','\xa7','\x53','\x6a','\x3e','\x7a','\x65','\xc2','\x0b','\xa4','\x9e','\x15','\xe8','\xac','\xd2','\x58','\x95','\xcc','\x40','\x5e','\xac','\x5c','\x91','\xab','\x4d','\xef','\xd3','\x74','\x61','\x4f','\xdb','\x15','\x90','\x82','\xc9','\x91','\xaf','\x9d','\xf4','\x24','\x20','\xfa','\x53','\xd3','\x42','\xb8','\x85','\x8f','\xe3','\x46','\x5d','\xf9','\x73','\x6c','\xe0','\x40','\xb9','\x30','\x03','\x00','\x1f','\xb2','\x7d','\x4c','\xa4','\xa3','\x84','\xf0','\xaf','\xa5','\x2a','\x40','\xdc','\x3d','\x3f','\x3a','\x1b','\x5e','\xb8','\x29','\x31','\xe6','\xf4','\x1d','\x17','\x07','\x34','\x7e','\xfb','\xfe','\x0d','\xdf','\x5e','\x2f','\xc4','\xba','\x90','\x99','\x78','\x24','\xf0','\x25','\x79','\x6f','\x91','\x21','\x64','\x99','\x68','\xad','\xcb','\x2e','\x35','\xf5','\x18','\x60','\xb2','\x1a','\xc9','\x20','\x3a','\x82','\x81','\xf0','\x31','\x26','\x3e','\x3e','\x1e','\xf8','\xf8','\xf8','\xc0','\x63','\x4c','\xac','\xd7','\xcf','\xc0','\x27','\x54','\xcd','\xb7','\x66','\x1d','\xc1','\x6c','\xee','\x5e','\xa4','\x10','\x8a','\x3c','\x9c','\x37','\x4c','\xc6','\x73','\xe1','\xda','\xf7','\xb4','\x49','\x9e','\x58','\xe7','\x89','\x75','\xb1','\x4f','\xab','\x8b','\x61','\x59','\x89','\x28','\x20','\x5e','\x2f','\xc4','\xeb','\xc4','\x1f','\xc0','\xa4','\x88','\x89','\x0a','\x6d','\x18','\x4a','\x8e','\xbf','\x16','\x3e','\xe3','\x05','\xe4','\x89','\x99','\x73','\x9f','\xc1','\xc8','\xc2','\xb2','\x0b','\x35','\x12','\x39','\x1d','\xf1','\xfc','\x82','\x39','\x0f','\x7c','\x7d','\x7e','\xc1','\x63','\x3c','\x71','\x98','\x23','\x57','\xe0','\xba','\x4e','\x7c','\x7e','\xfb','\x44','\xac','\x85','\x2f','\x8f','\x0f','\x8c','\x31','\xf0','\xc2','\x42','\x16','\x70','\x85','\xc9','\x86','\xb2','\xaf','\x86','\xc8','\xf0','\x80','\x85','\x7a','\x09','\x60','\xa4','\x0a','\x29','\x50','\x8f','\xb4','\x5d','\x3d','\x2b','\x65','\x74','\x6e','\x50','\xdd','\x76','\x20','\xcb','\x70','\x8d','\x89','\x57','\x02','\x2b','\x58','\x6d','\xb4','\x2a','\x22','\xd3','\x6e','\x02','\x71','\x14','\x48','\x3e','\xbb','\x42','\xce','\x2a','\x08','\x13','\x24','\xda','\xf9','\x21','\xda','\x94','\x89','\x0e','\x73','\x65','\x62','\x09','\xe0','\x09','\x18','\x56','\x29','\xe1','\xb7','\x01','\x1b','\x2e','\xd4','\xf8','\x00','\x6c','\xe0','\x42','\x32','\x80','\xab','\x42','\x14','\xc1','\x8e','\x10','\xfb','\x0f','\x4a','\xb8','\x91','\x26','\x80','\x97','\xc1','\x3a','\x7b','\x44','\xda','\x50','\xd8','\x3e','\x0b','\x51','\xac','\xf8','\x57','\xfb','\x4d','\x6d','\xa5','\xa8','\x42','\x14','\xf7','\xea','\xd4','\xde','\x6d','\x36','\x69','\x55','\x61','\x25','\x69','\x49','\x3e','\x94','\xd8','\xcb','\x9e','\xdb','\x7e','\x9f','\x52','\x02','\x64','\xb0','\x75','\xf7','\xac','\x00','\xaa','\x3c','\xc8','\x5f','\xb0','\x4a','\xc9','\x6a','\x02','\x0a','\x18','\x4e','\x56','\x8c','\x19','\x63','\xa3','\x2a','\x31','\x39','\x4b','\x94','\x59','\x73','\x0c','\x0c','\x1c','\x35','\x98','\x34','\xa4','\xe1','\xb5','\x0c','\xe7','\x62','\x72','\x36','\x2e','\xc0','\x3b','\xc3','\x01','\x36','\xf5','\x1a','\x4d','\xfb','\x56','\x32','\xb4','\x43','\x49','\xdd','\xf0','\xa8','\xf7','\x7f','\x03','\x03','\x04','\x8e','\xa3','\xc1','\x11','\xad','\x90','\x17','\x93','\xb3','\x23','\x07','\xef','\x34','\x2f','\x74','\xdf','\x51','\x26','\xb0','\xc2','\x10','\x4a','\x20','\x66','\xd1','\x0e','\x9b','\x25','\xac','\x1c','\x87','\xc0','\xd9','\x80','\x33','\x76','\xb2','\xa1','\x98','\xd3','\x70','\x24','\xab','\xe7','\xa9','\xb5','\x87','\xbc','\x8a','\xb5','\xdd','\x08','\x10','\x38','\x30','\x53','\x75','\xe8','\x0e','\x7b','\x1b','\x54','\xc9','\x5a','\x48','\x5c','\xf0','\x09','\x3c','\xc2','\xf1','\x8c','\x81','\x69','\xa4','\xbc','\xbd','\xce','\xc0','\xf3','\x55','\x78','\x9d','\x85','\x23','\x0b','\x1f','\xca','\x41','\xdc','\x99','\x10','\x0f','\x2c','\x08','\x8b','\x64','\xf2','\x58','\x4a','\x10','\xa2','\x90','\xb1','\xde','\x2a','\x85','\xb7','\x9d','\x1c','\x73','\xe0','\x78','\x2a','\xbe','\x94','\x8d','\xde','\x55','\xcc','\x05','\xac','\x02','\x19','\xe7','\x15','\x02','\xe3','\x0d','\xd3','\x0b','\x3e','\x92','\xe0','\xf0','\x06','\x45','\x4b','\x31','\x41','\xa0','\x2a','\x6e','\x3b','\x0c','\xa8','\x4a','\x4b','\x5f','\xc5','\xe7','\xc6','\xe4','\x61','\x24','\x6d','\xcf','\x0f','\x6b','\xa0','\xe4','\xc3','\xe1','\x70','\x4f','\x81','\x58','\x0e','\xb8','\x68','\x7b','\xaa','\xfa','\xb1','\x4f','\x8e','\x67','\xb1','\x92','\x09','\x69','\xe4','\xc5','\xfd','\x6a','\xc6','\x7e','\x44','\x23','\x18','\xe1','\xeb','\xc2','\x88','\x4e','\x54','\x0d','\x5f','\x32','\xb0','\xc2','\x50','\xc5','\xc4','\x6f','\x9c','\x01','\x33','\x01','\xd3','\x3a','\x53','\xdd','\x1b','\x39','\x44','\x27','\xbf','\x39','\xaa','\x25','\x6c','\xd8','\x61','\x17','\x7d','\xff','\x14','\x78','\x32','\xca','\xb0','\xdc','\xf1','\x25','\x0d','\x0f','\x18','\xa6','\xf2','\x8c','\x73','\x2d','\x7c','\xab','\x0b','\x9f','\x9f','\x86','\xf9','\xd3','\x81','\xdf','\xfb','\xfa','\x6d','\x67','\xd0','\xfa','\x8e','\x15','\x2f','\xa2','\x13','\x91','\x18','\x5e','\x3c','\x58','\x3e','\x30','\x1d','\x78','\x8e','\x13','\xa8','\x0b','\xc0','\x54','\xe8','\x63','\x0a','\x3e','\x85','\xb6','\x00','\x38','\xd7','\x27','\x5e','\xe7','\xb5','\x1b','\xc1','\x44','\x90','\x82','\x70','\x72','\x06','\x45','\x0e','\x22','\x2d','\x3a','\xfc','\x68','\x5a','\x4b','\x19','\xd2','\x1c','\x63','\x1a','\xea','\x93','\x0e','\xc0','\xc6','\x84','\x3f','\x9f','\x6c','\x04','\x1d','\x02','\xb6','\x23','\x10','\x27','\x9b','\x9f','\x9e','\x3f','\x4d','\xe4','\x30','\x11','\x14','\x95','\x02','\xbd','\x35','\x94','\x75','\x02','\xd4','\x0d','\xc8','\xfd','\xe8','\x19','\x84','\xaa','\xb2','\x61','\x06','\x1f','\x05','\x1b','\xca','\x86','\x13','\xfb','\x60','\x44','\x96','\x7a','\x70','\x0c','\xc7','\xf3','\x81','\x63','\x12','\xc1','\xd8','\x5c','\x48','\x39','\xf6','\xea','\x7f','\xb8','\x93','\xff','\xad','\xbb','\x0e','\x73','\x40','\xc8','\x62','\x67','\xd9','\x21','\x27','\xeb','\x8b','\x59','\xf9','\x18','\x43','\x9b','\x4e','\xc6','\xc7','\x78','\x98','\x17','\x82','\xd4','\x12','\x14','\xa9','\x58','\x75','\xa0','\x72','\xc0','\x8c','\x8f','\x6e','\x5d','\x0b','\xd7','\x5a','\xa2','\xb2','\xa9','\x0a','\xd7','\x3d','\x23','\x60','\xd0','\x57','\xa8','\xed','\xb0','\xcc','\x20','\xa3','\x33','\x76','\x50','\x61','\x32','\x5c','\xa6','\x4d','\x9e','\xd9','\x95','\x21','\x85','\xac','\xee','\x7a','\x4f','\x97','\xa1','\x58','\x80','\x0d','\xd4','\xa2','\x81','\xa3','\x6d','\x2e','\x55','\xeb','\x88','\x42','\xac','\x58','\x3c','\x50','\x8a','\x10','\x36','\x40','\xf2','\xaf','\x5c','\x53','\x1a','\xcb','\xec','\x69','\xf6','\x9b','\x6b','\x2a','\x51','\x15','\x48','\xb7','\x17','\x57','\x56','\xc6','\x9e','\xe5','\xda','\x2e','\x93','\x2e','\x21','\xed','\x3a','\x90','\x99','\x4c','\x3e','\x6a','\xb1','\x3a','\x54','\xa5','\xfe','\x20','\xe0','\x78','\x10','\xdd','\xad','\x30','\x64','\x18','\xe9','\x56','\x30','\x5c','\x06','\x3a','\xd4','\x4d','\x4f','\x9b','\x74','\xfc','\xe6','\xbf','\xba','\x07','\x72','\x75','\x61','\xf6','\xbb','\xd7','\xe0','\xda','\x8b','\x96','\xa1','\x66','\x74','\xd2','\x5d','\x22','\x18','\xa8','\x4e','\x9f','\xbb','\x51','\x7e','\x27','\x3f','\xc2','\x08','\x5c','\x09','\x27','\x39','\xf8','\xdc','\xc9','\xe1','\x06','\x44','\xed','\xc4','\x29','\x84','\x50','\x45','\x92','\x2e','\x34','\xc7','\x40','\x0d','\x47','\x89','\x3a','\x9a','\x72','\x94','\x97','\x95','\xee','\x27','\x61','\x48','\x1a','\xa9','\x38','\x30','\x8e','\xc9','\x44','\xb3','\xf7','\xd1','\xb5','\x94','\x37','\x2a','\xa1','\x14','\xa0','\x51','\x0a','\x82','\x68','\x2c','\x19','\x68','\xdc','\x81','\xdf','\xd8','\x8e','\xb0','\xd1','\x59','\x56','\xc3','\x0a','\x99','\x3b','\x5b','\xdb','\x48','\xff','\x50','\xe2','\xc2','\x7d','\x94','\x0c','\x62','\xb1','\xdf','\x0c','\x06','\x47','\xba','\xa9','\xd2','\xd2','\x67','\x8a','\xf4','\x15','\xb7','\xa9','\x62','\x90','\x28','\x9c','\x30','\x24','\x7e','\x42','\x3a','\x43','\x2c','\x18','\x9d','\x83','\x0f','\x60','\xe4','\x81','\xe5','\x07','\xcc','\x27','\xcf','\xcd','\x22','\x2a','\x3d','\xe6','\x84','\x8f','\x44','\xe4','\x14','\xa5','\x50','\xcf','\xad','\x0a','\x97','\x0a','\xaa','\x3c','\x03','\xb5','\xfb','\xc5','\x9a','\xd6','\xc9','\xe3','\x7c','\xed','\x24','\xdc','\xd2','\x84','\x8e','\x33','\x31','\xb4','\x9a','\xa8','\x3c','\x81','\xeb','\xcf','\xb0','\xfc','\xc6','\xdf','\x29','\xc0','\x92','\x8d','\x93','\x05','\x25','\x0c','\xc5','\x46','\x72','\xa7','\x97','\x42','\x26','\xd1','\xe0','\x15','\x0b','\x71','\x5e','\xa8','\x58','\xa8','\x5a','\xdb','\xc8','\x57','\xf7','\xd5','\x05','\x80','\xeb','\x64','\x5f','\xcb','\x52','\x25','\xc1','\x14','\x48','\x7f','\x7e','\x22','\xaf','\x93','\x01','\xc1','\xc7','\x03','\xf3','\xf1','\x04','\x60','\xb8','\xe2','\x82','\x27','\x13','\x29','\x28','\xb9','\xad','\x30','\x54','\x5c','\xa8','\xeb','\xc4','\x75','\x12','\xf1','\xcf','\xcc','\xb7','\x7e','\x1c','\x1e','\xe3','\x54','\x02','\x67','\xa5','\x2a','\x10','\xe8','\x84','\x13','\xa4','\x86','\x0c','\xeb','\x00','\x22','\x19','\x50','\x29','\x51','\x7b','\xd8','\x03','\x36','\x5c','\xe8','\x38','\xf7','\x3c','\x92','\xc1','\x4c','\x57','\x39','\xcb','\x80','\xf4','\xa1','\xa4','\x9e','\x80','\x97','\xa3','\x44','\xbb','\x5b','\xb0','\x0c','\xcc','\x25','\x84','\x5e','\xc0','\x87','\x2b','\x69','\x3a','\x54','\xf5','\xb1','\x1a','\xa8','\x0b','\x58','\xbf','\x2c','\xac','\xbf','\x7c','\xc7','\xf9','\xed','\xcf','\xb8','\x3e','\x3f','\x11','\xc9','\x46','\xf6','\x63','\x0e','\x1c','\x36','\xe9','\x58','\x8b','\x04','\x5b','\x0b','\x07','\x2e','\xa0','\xc3','\xbc','\xea','\x00','\xcd','\x80','\x79','\x3c','\x51','\x95','\x38','\xaf','\x13','\x16','\x0b','\xf5','\x2a','\x8c','\x79','\xc0','\xf3','\xc1','\xae','\xae','\x39','\x80','\xd7','\x4b','\x15','\xd7','\xc1','\xa4','\x4e','\xc0','\x8e','\x35','\x2b','\xc2','\x05','\xe2','\xc8','\xbf','\x75','\x33','\xae','\x45','\x61','\x66','\x00','\xe7','\x85','\x58','\x44','\xc4','\x2b','\x17','\xea','\xbc','\x80','\x2b','\x74','\x8d','\x5c','\x83','\x2a','\x35','\x70','\x7f','\x7b','\x01','\xe7','\xc2','\xf1','\x20','\x45','\x27','\x2a','\x70','\x5e','\x2f','\x9c','\x9f','\x27','\x0c','\x86','\xc7','\xe3','\x89','\xbc','\x12','\x75','\xbd','\x98','\xb0','\xca','\x66','\x96','\x17','\x06','\x0c','\x87','\x40','\x96','\x63','\x3e','\xe0','\xc7','\x93','\x14','\x96','\x75','\xa1','\x5e','\x27','\xce','\x58','\x88','\xeb','\x64','\xd5','\xed','\x24','\xea','\x9f','\xc7','\x8b','\xe7','\x34','\x02','\x5e','\x45','\xed','\x04','\x55','\x96','\xbb','\xcf','\xe1','\xba','\xe2','\x8d','\xf2','\x45','\x31','\x83','\xcc','\x20','\xbd','\x53','\x89','\xdb','\xee','\x0d','\x92','\xff','\x73','\xd1','\x56','\xad','\x0a','\x5e','\x17','\x1e','\x08','\x78','\x28','\x5e','\xb0','\x01','\x47','\x90','\x4e','\xa5','\x40','\xa8','\x79','\xc1','\x14','\xeb','\xd8','\x1d','\x78','\xb4','\xdb','\x96','\x40','\xa8','\xf7','\xce','\x69','\x47','\x9a','\x6a','\x57','\xc5','\x6a','\xc0','\x6c','\x62','\x84','\x17','\x01','\xa4','\x4a','\xf6','\x8e','\x29','\xc5','\x88','\x4c','\x84','\xa8','\xa8','\xa1','\xfd','\x38','\xaa','\x60','\x75','\x81','\xd0','\xa4','\x29','\xd8','\x27','\x5d','\x13','\x46','\xaf','\xd6','\xd5','\xbe','\xc0','\x9d','\xe0','\x99','\xaa','\x5f','\xe8','\x04','\xbf','\xf8','\xbd','\x52','\x95','\xdc','\x76','\x7f','\x05','\x50','\x46','\xff','\x33','\xab','\xe0','\xee','\x78','\x3c','\x3f','\x74','\x66','\x00','\x23','\xec','\xcd','\x35','\x4b','\xc6','\x23','\x08','\x63','\x92','\x28','\x3f','\x98','\x77','\xa8','\xc4','\xeb','\x4b','\x43','\x46','\xe0','\xbc','\x58','\xa3','\x1e','\xd7','\x0b','\x37','\x6c','\xd3','\x49','\x1e','\xed','\xcd','\x00','\x6d','\x63','\xf9','\x85','\x1c','\x3c','\x73','\x95','\x40','\xc5','\x22','\x15','\x59','\x7e','\xc5','\x5d','\x15','\x78','\xc3','\xdd','\x9a','\x00','\x1a','\xfc','\xa1','\x8a','\x4b','\x27','\xf0','\x0c','\x77','\x12','\x48','\x87','\x5a','\x4f','\xdb','\xda','\xb3','\xd7','\x5d','\x14','\x45','\x79','\x38','\x90','\xe2','\xcb','\x7b','\xb5','\x38','\x91','\x79','\xa1','\x39','\x1f','\x05','\xf5','\x28','\x21','\x40','\xa0','\x79','\x40','\x7c','\xec','\x46','\x94','\x09','\x00','\x0b','\x90','\xef','\x0c','\xd0','\xcd','\xf0','\x08','\x82','\x72','\xa1','\xea','\x3a','\x9a','\x9e','\xac','\x24','\x4a','\x87','\x02','\x36','\x48','\x3b','\x7c','\x3e','\x0e','\xcc','\xc1','\xbe','\xe9','\xf0','\xc0','\xb5','\x48','\xab','\x2d','\x77','\x60','\x05','\xf2','\xfa','\xc4','\xf5','\x97','\xef','\xec','\xeb','\x94','\x0f','\xfa','\x0a','\xc3','\x4f','\xf3','\xc9','\x7f','\x7c','\xbe','\xd0','\xc0','\x5f','\xf7','\xfc','\x76','\xf2','\x53','\x55','\xc0','\x1c','\x38','\x7c','\x32','\xc6','\x59','\x89','\x51','\xc9','\xe7','\x20','\x90','\x03','\x05','\x56','\xb2','\xae','\x75','\x43','\x82','\x8a','\xa3','\x46','\x15','\x0e','\x55','\xfc','\x67','\x92','\x6d','\xd5','\xf6','\x65','\x94','\xaa','\x2d','\xcd','\x84','\xaa','\x12','\x4d','\xaf','\xf7','\xb1','\x58','\x25','\xb0','\x5d','\xf1','\x37','\x6b','\x60','\xaa','\x21','\x4b','\x56','\xe4','\xc8','\x54','\xe1','\xda','\x64','\x72','\xff','\x98','\x83','\x5e','\x3e','\x89','\x97','\x19','\x79','\xfa','\x62','\xac','\xdc','\x8c','\x19','\x18','\xa9','\xd4','\x56','\x86','\x2b','\x02','\x9f','\x27','\xfd','\xd7','\x71','\x1c','\xf8','\xf8','\xf2','\x15','\xee','\x86','\x55','\xec','\xa3','\xb2','\xc5','\x04','\xca','\x8c','\x4c','\x27','\x8c','\x01','\x9f','\xdc','\x1c','\xd7','\xeb','\x9b','\x4e','\x9b','\x8e','\x48','\x75','\xac','\x6e','\x8a','\x53','\x24','\xc7','\x2e','\x5b','\x92','\xa2','\x2e','\x36','\xbb','\xca','\x9d','\x71','\xa2','\x2d','\x52','\xe5','\xe6','\x9c','\x78','\xfa','\xc1','\x2a','\x28','\x0a','\x73','\xf1','\x9c','\x7c','\xcf','\xc2','\xc7','\xef','\x33','\xe0','\x7e','\x9b','\x00','\x1d','\xf1','\x02','\xd6','\x27','\x7c','\x5d','\x30','\x4b','\x0c','\x18','\x9e','\x18','\x38','\xe6','\xc1','\x87','\x1d','\x27','\x2a','\x5e','\xe8','\xa6','\x66','\x98','\x6d','\x2e','\xa8','\xac','\x16','\x1e','\x96','\x98','\x0f','\xc0','\x54','\xde','\x6d','\xc1','\x92','\x3b','\xf5','\x48','\x7d','\x33','\x76','\x65','\x06','\xd0','\xcd','\x68','\x35','\x2c','\x0c','\x4f','\x4f','\x1c','\x1f','\x06','\x1b','\x86','\x39','\x13','\xc3','\x17','\x15','\x42','\x74','\x50','\xe6','\x00','\x7c','\x24','\x4e','\x9c','\x6f','\x08','\xa3','\x70','\x3d','\x63','\x92','\x65','\xd9','\x41','\x5c','\xa3','\x11','\x2a','\x54','\x77','\x36','\x69','\xea','\xcb','\x39','\x1c','\xe3','\x79','\x90','\x32','\xa3','\xa6','\xb2','\xa5','\x46','\xe2','\x8c','\xc4','\x2a','\x2a','\x4d','\x3d','\xe7','\x60','\x39','\x4d','\x91','\x2a','\x93','\x2d','\x19','\x9c','\x2d','\x1c','\x90','\xdb','\xf8','\x0b','\xbe','\xa1','\x3d','\xde','\x29','\x23','\x10','\x08','\x24','\x62','\x73','\xe3','\x51','\x8b','\x2a','\x16','\x32','\x74','\x55','\x85','\x47','\x81','\x19','\xb2','\xd6','\x6d','\x94','\x33','\x30','\x10','\x35','\x2f','\x33','\x31','\x22','\x88','\x22','\x2b','\x11','\x05','\x1c','\x9e','\x9d','\xd4','\xdd','\xbd','\x55','\x0b','\x4c','\xea','\xdc','\xc0','\x60','\xa3','\xee','\x80','\xc8','\xda','\x60','\x92','\xb9','\x76','\x07','\xe5','\x4a','\x7a','\x46','\x75','\x59','\xdd','\x71','\xd5','\x29','\x63','\xb5','\x9a','\xf4','\xac','\x47','\x2a','\x8a','\x96','\x2d','\x14','\x16','\x46','\xae','\x3b','\xb8','\x2d','\xe8','\x10','\xfc','\x6b','\xd7','\xc4','\xfb','\xab','\xb2','\x7f','\xe1','\x9a','\xb8','\x91','\xdc','\x89','\x7a','\x47','\x25','\x52','\x55','\x23','\xb8','\xc1','\xc5','\xb3','\x2c','\x5c','\x40','\xae','\xbb','\xaf','\x0a','\x44','\xe8','\x0f','\x04','\x81','\x13','\xa1','\x89','\x59','\x85','\xa1','\xd3','\xee','\x90','\xc3','\x31','\xa2','\x62','\x0f','\x2b','\x38','\xe8','\xe4','\x51','\x80','\xb3','\xfd','\x5c','\xd5','\x84','\xfb','\x1e','\xaa','\x0a','\x8b','\x90','\x1d','\x03','\x9f','\x5f','\x5d','\xc3','\x30','\x41','\x82','\x96','\xea','\x5e','\x17','\x6c','\x77','\xf0','\x64','\xb8','\x7a','\x87','\x84','\x29','\x0a','\xf1','\x50','\xc0','\x54','\x06','\x98','\x28','\x74','\xbd','\x87','\xb4','\xdc','\xbb','\xd7','\x07','\x86','\x00','\x13','\x09','\x56','\x9f','\x82','\x08','\x8e','\x2a','\x9a','\xe4','\x09','\xf7','\xfd','\xf4','\x3e','\x62','\x55','\xd1','\x6b','\x61','\x24','\xfb','\x43','\xb2','\x0a','\xae','\x4a','\x44','\xef','\x23','\x06','\x1c','\x63','\x57','\x25','\x1b','\xcc','\x58','\x60','\x1f','\x91','\x05','\xf3','\x06','\x6b','\x54','\x54','\x14','\x50','\x87','\x82','\x92','\x5f','\xef','\xa3','\x1a','\xf0','\xec','\x86','\x58','\xc3','\x55','\xa4','\x09','\xb9','\x8d','\x7d','\x47','\x55','\x24','\x41','\x7a','\x1a','\x69','\x1f','\x5d','\xc9','\xd0','\xbd','\xb2','\x31','\x93','\xeb','\x06','\x03','\x32','\x1d','\x39','\x07','\xae','\x87','\x92','\x30','\x70','\x8f','\x98','\x39','\x81','\x92','\xc1','\xf2','\xbf','\x42','\x76','\x79','\xe8','\xfe','\xaf','\x91','\x25','\x43','\x4b','\x48','\x1c','\xc7','\xe3','\x36','\xf4','\xa3','\x76','\xb2','\xe2','\x2e','\x4a','\x63','\x9b','\x2e','\xa5','\xa4','\x3e','\xb4','\xce','\x95','\xa2','\x11','\xca','\x89','\x49','\xf0','\xa0','\x4d','\x1d','\x81','\x1e','\x03','\x22','\x20','\xb3','\x24','\xf3','\xc7','\xcd','\x9d','\x6d','\xdc','\x2b','\x30','\x8d','\x00','\x40','\xc1','\xf1','\x40','\xe2','\xc8','\x6b','\x23','\xc7','\xce','\x88','\x05','\x45','\x49','\x07','\x18','\xd6','\xb6','\x2e','\x3e','\x53','\x9f','\x1b','\x6c','\x46','\x5e','\xa6','\x6b','\x65','\xcf','\x4b','\xd3','\x68','\x0b','\x44','\x26','\xb1','\xd8','\xef','\xe1','\x6b','\xe1','\x90','\xbd','\x8b','\xc5','\x6a','\x32','\xa0','\xc9','\xef','\xd9','\xc1','\x6c','\x07','\x69','\xc0','\xf4','\xfb','\x9c','\xf0','\xc2','\xb4','\x2e','\x8e','\xdd','\xa8','\x3a','\x0d','\xb0','\x18','\xa2','\xfe','\x31','\x41','\x8a','\x92','\x4a','\x55','\x71','\x3f','\x0f','\x77','\x90','\xfc','\xd0','\xe9','\x24','\x43','\x21','\xcb','\x02','\x32','\x30','\x50','\xbb','\x02','\xd5','\x8c','\x82','\x31','\x1d','\x8f','\x71','\xb0','\xd2','\x51','\x05','\xb3','\x85','\xf8','\x5c','\x38','\xff','\x7c','\x22','\x7f','\xf9','\x84','\x7f','\x7e','\x62','\x7e','\xbe','\x30','\x61','\x38','\xe6','\xc4','\x84','\xc3','\xa7','\x9e','\xb7','\x10','\xf1','\x54','\xf3','\x71','\x27','\xf2','\xa5','\x87','\x34','\x6c','\xe0','\xe3','\x8f','\x13','\x65','\x46','\xf4','\xb1','\x98','\xdc','\xd9','\x75','\x32','\x50','\x8e','\x24','\xb0','\x05','\x3a','\x4d','\xf3','\x85','\xee','\xa1','\xea','\x0a','\x3e','\x8c','\xf4','\xbe','\x42','\x31','\x09','\x19','\x37','\x68','\x62','\x41','\xba','\x94','\x5f','\x4c','\x80','\xdc','\x69','\x57','\x5f','\x20','\xea','\xbd','\x82','\x7b','\x66','\x38','\xc9','\x81','\x66','\x86','\x13','\x17','\xce','\x0c','\x3c','\x56','\xb2','\x81','\x39','\x0d','\x9f','\xa2','\x21','\xc5','\x15','\xc0','\xf5','\x09','\xcb','\x85','\x79','\x2d','\x94','\x2a','\xa3','\xa6','\x07','\xe5','\x0a','\x38','\x7c','\x38','\x6d','\x5f','\x9e','\x88','\x08','\x5c','\xe7','\x0b','\xe7','\xf5','\x42','\x9c','\x0b','\x81','\xc4','\xa8','\x81','\x2f','\xce','\xca','\xf5','\xfa','\x7c','\x61','\x65','\xe1','\x70','\x13','\x0d','\x69','\xc0','\x6b','\xc2','\x10','\x4a','\xa0','\x13','\x63','\xb9','\x68','\x92','\x85','\x0c','\xf1','\x29','\x12','\x08','\x81','\x66','\x25','\x74','\x84','\xd5','\x87','\x85','\x58','\x09','\x98','\x9e','\x3d','\x0c','\x13','\x81','\x0b','\x0b','\x1f','\xfe','\xc4','\x38','\x1e','\x9b','\x8a','\x43','\xf3','\xce','\xfd','\x93','\x25','\x71','\x8d','\x2c','\x02','\x0f','\x6f','\xde','\xf4','\x66','\x71','\x88','\xd2','\x64','\x4c','\xf6','\xbc','\x7d','\x91','\x37','\x3a','\xce','\x17','\x74','\x02','\xcd','\x00','\xca','\x10','\x20','\x2d','\xca','\x9b','\xb6','\x56','\x85','\xd9','\xe8','\xb7','\x13','\x18','\xd4','\x16','\xe5','\xce','\xcc','\xa6','\xf8','\xf2','\x7b','\x59','\x62','\x1f','\x94','\xfa','\x79','\xd0','\x34','\x7b','\x6c','\xd0','\x0e','\xf3','\x81','\x1a','\x77','\x80','\xda','\x95','\xac','\xd4','\x75','\x77','\x72','\x87','\x15','\xfa','\x10','\x25','\x16','\xba','\xcb','\x0e','\x08','\x51','\x8d','\x8b','\xf5','\xcf','\xdb','\x57','\x74','\x14','\x4d','\x3b','\x71','\xcc','\x63','\xbf','\xae','\x36','\x6a','\xc4','\xf5','\x21','\x65','\x3a','\x31','\x4a','\xf4','\x57','\x63','\xbc','\x31','\xcc','\x81','\x41','\x40','\x36','\x73','\xa0','\x46','\xb3','\x65','\x08','\x2e','\x99','\x35','\xc5','\xab','\x3f','\xcd','\xb9','\xb7','\x83','\x82','\x4c','\xbb','\xe1','\x5e','\x00','\x0c','\xec','\xce','\x35','\x90','\xa5','\xfe','\xbe','\xbb','\x2d','\x02','\xe5','\x3b','\x3e','\x73','\xd1','\xd0','\x62','\xad','\xb7','\x3e','\xef','\xc2','\x50','\x22','\xc1','\x96','\xcf','\xc2','\x34','\xdb','\x7b','\x78','\x0c','\x32','\x8e','\x5a','\x5d','\xb7','\x8a','\x49','\xea','\x34','\xe0','\xe9','\xa4','\x6b','\x07','\x0a','\x69','\x6c','\x8b','\x68','\x30','\x86','\x7b','\x81','\x49','\xea','\x88','\xc4','\xac','\xc2','\xb4','\xc2','\x03','\x4c','\xf6','\x32','\x13','\x47','\xa9','\x42','\xad','\x9e','\xc2','\xeb','\x75','\xe2','\xba','\x5e','\x58','\x17','\x6d','\xef','\x9c','\x07','\x3e','\x9e','\x1f','\x54','\x61','\xcb','\x44','\x9c','\x17','\x90','\xa2','\x85','\x42','\x01','\xfe','\x7e','\x3a','\xa5','\x3e','\x2c','\x63','\xf5','\xdf','\xb8','\xa7','\x72','\x03','\xba','\xb8','\x7d','\xc6','\x6a','\x40','\x52','\xfe','\x2f','\xef','\x87','\xfe','\xd4','\xfe','\x1d','\x45','\xd5','\x37','\xb2','\x7f','\x1a','\x58','\x6f','\xab','\x29','\xf1','\x84','\xb6','\xfb','\x3b','\x19','\xd3','\x3e','\x2b','\x89','\x94','\x19','\x10','\x1d','\x66','\x87','\x54','\xdb','\x50','\x3b','\x5e','\x85','\x2a','\x49','\x73','\x52','\x24','\xa7','\xac','\xc1','\x88','\x0e','\x3b','\x14','\x7b','\xa8','\x92','\x65','\x36','\x30','\x92','\x41','\xdd','\xc8','\x85','\x47','\xb0','\x62','\x3c','\x33','\x30','\xae','\x53','\xf4','\x7a','\xbf','\xab','\x9e','\x10','\x98','\x68','\xc0','\xf0','\x89','\x21','\x0a','\x6d','\x0a','\x34','\x71','\x6f','\xb5','\x42','\x23','\x2b','\xac','\x7c','\x77','\x82','\xa4','\xce','\x28','\xaa','\x85','\x56','\x82','\x15','\xd2','\x32','\x8c','\xe4','\x82','\xce','\x74','\xa4','\x25','\xc6','\x5a','\xf4','\x21','\xaa','\x0c','\x3f','\xe1','\x58','\x3e','\xf0','\x31','\x0d','\xf5','\x78','\xe0','\xf7','\xbe','\x7e','\x93','\x00','\x7d','\xd8','\x0b','\x66','\x27','\xa6','\x2d','\x1c','\x08','\xb8','\x25','\x1d','\x49','\xd0','\xd8','\xa3','\x16','\x50','\x77','\xe6','\x8e','\x2c','\x05','\xde','\x34','\x14','\xf4','\xf7','\x4d','\x1b','\xaa','\x3b','\x6e','\xeb','\xb5','\xd6','\xdf','\xbb','\xfa','\xa2','\x3a','\xf8','\xa6','\x4a','\xa9','\x0b','\x15','\xdd','\x3b','\x82','\xe1','\x20','\xf4','\x99','\x7a','\x80','\xbc','\xb9','\xc3','\x0b','\x78','\x18','\x0e','\x0b','\x24','\x4e','\xe4','\x22','\xe2','\xcf','\x8d','\xd7','\x09','\x87','\x92','\x20','\x88','\x33','\x0c','\x1d','\x8a','\xbd','\x81','\x18','\xa0','\xbb','\xf5','\xe1','\x3c','\x19','\xcc','\x22','\x71','\x78','\x22','\x55','\x1a','\xaf','\x51','\xa8','\xc3','\xf4','\x00','\x17','\xcc','\xd6','\x0e','\x56','\xb7','\xb1','\x42','\x29','\x7d','\xbe','\x63','\xb1','\xaa','\xce','\x66','\x71','\x1b','\x3d','\xfa','\x07','\x24','\x24','\xcb','\x88','\x80','\xcd','\x6e','\x58','\x84','\x2a','\x0c','\xda','\xc8','\x56','\xf8','\xa8','\x90','\x04','\xa1','\x92','\x11','\xb0','\x71','\xdc','\xb2','\x0f','\x78','\xe1','\xcb','\x54','\xd0','\x02','\x22','\xf5','\x54','\xe5','\x38','\x60','\xde','\x87','\xc2','\x70','\x65','\xcb','\x6d','\x62','\x57','\x18','\x20','\x75','\x2d','\x1f','\x0e','\x17','\x6f','\xb7','\xbc','\xc4','\xbf','\x7d','\x4b','\xd8','\x9c','\xfd','\x17','\x70','\xc3','\x88','\x0b','\x59','\xc1','\x32','\xe3','\xad','\x76','\x8a','\x0e','\x2c','\x0b','\x17','\x2c','\x17','\x15','\xb6','\x7c','\xa0','\x4a','\x68','\xa2','\xe3','\x5f','\xb9','\xa6','\x42','\xd3','\x10','\x91','\xff','\xf2','\x35','\x99','\x82','\x5f','\xab','\xe0','\x81','\x86','\xf7','\x82','\x89','\xaf','\x1d','\xb0','\xbc','\xd8','\x1b','\xe4','\xad','\x50','\x45','\xfa','\x52','\x4b','\x9c','\xf2','\x21','\x42','\x15','\x47','\x9d','\xf1','\x7e','\xfe','\xde','\x5c','\xf4','\x42','\x15','\x53','\x54','\x2a','\x39','\x05','\xdc','\x58','\x49','\x78','\xbf','\x87','\x22','\xa3','\x6d','\x1b','\x88','\xdf','\x5e','\x03','\xf4','\x8c','\x88','\x40','\xf3','\x7d','\x75','\xaf','\x9d','\xf0','\xe8','\xb5','\xd6','\x47','\xe4','\x5d','\x51','\x6b','\xfb','\x39','\x3e','\x87','\xae','\x29','\xba','\x90','\x42','\x37','\x43','\xb0','\xc9','\x04','\x86','\x10','\x57','\xbd','\x2b','\x6e','\x4a','\xa4','\x0d','\xfb','\xf3','\xdf','\xf7','\xd1','\xf4','\x00','\xc9','\x7e','\x44','\x70','\x13','\x89','\x8f','\x21','\xa4','\x55','\x4e','\xd0','\x6d','\xb2','\x89','\xb1','\x78','\xa6','\x13','\xa4','\x9b','\x54','\xda','\xbe','\xb6','\x9d','\x00','\x39','\x69','\xaa','\x96','\x4c','\x06','\x5a','\x19','\xae','\x0f','\xbe','\xeb','\xba','\x6d','\xf0','\xfd','\xcf','\x4a','\x44','\x2d','\x0c','\xca','\x25','\xea','\xdc','\x38','\x6e','\xba','\x5d','\xf1','\x77','\x47','\x57','\xc3','\x0a','\x89','\x25','\x96','\x45','\xa3','\x7b','\x81','\x35','\x0b','\xf6','\x18','\x80','\x64','\x3a','\x0b','\xe2','\x73','\x1b','\xe9','\x02','\xee','\x0b','\xc0','\xe4','\xfb','\x0e','\xa0','\x9c','\xea','\x81','\xfe','\xb6','\x73','\x13','\x05','\xd8','\xc0','\x18','\xc7','\xae','\x16','\xd0','\x89','\x90','\xba','\xc8','\xd5','\x67','\xd2','\x35','\x27','\x76','\x63','\x29','\x1f','\x9d','\x84','\x0e','\x2a','\x88','\x66','\xd5','\xc2','\x73','\x24','\xa6','\x92','\x5b','\xb8','\x92','\x88','\x48','\x98','\x71','\xcd','\xbd','\xba','\xb2','\x91','\x54','\x2a','\xab','\x85','\x44','\xec','\x24','\x39','\x87','\x01','\x35','\x71','\xc4','\x27','\x3c','\x5e','\xb7','\x5d','\xb4','\xa6','\x40','\x90','\x3e','\x68','\xd6','\xaf','\x07','\xe6','\x64','\x75','\x74','\xad','\x44','\xbe','\xbe','\x61','\x9d','\xdf','\x60','\x5e','\xf0','\x43','\x55','\xee','\xa5','\xa4','\xba','\x06','\x08','\x60','\x30','\xd1','\x98','\xb8','\x60','\x9e','\x48','\x0f','\x5c','\x15','\xe2','\x91','\xab','\x02','\x4c','\xac','\xe1','\xe6','\x66','\x5b','\x62','\x2e','\xf5','\x7f','\x29','\x68','\xe1','\x16','\xe6','\xef','\xf6','\xce','\xf5','\xd5','\xb4','\xd6','\x54','\xe5','\x13','\xef','\x69','\x3c','\x91','\x46','\xef','\xb0','\x4e','\x73','\x46','\x82','\xcf','\x2f','\xc9','\xab','\xbb','\x91','\xd2','\xb8','\x7b','\x7b','\x7c','\x19','\xe6','\xb1','\x30','\x8f','\x49','\x94','\x3c','\x13','\xc7','\x67','\xc1','\x2f','\xa2','\xac','\x1f','\x6e','\x58','\x6f','\xfb','\x15','\xc5','\x04','\x26','\xa4','\x82','\x17','\x17','\x9f','\xab','\x47','\x6c','\xd4','\x7e','\x38','\xb9','\xf5','\x63','\x16','\xc6','\xeb','\x13','\xf0','\x81','\x67','\x09','\x95','\xe9','\xde','\xa9','\x58','\xa8','\xb8','\x60','\x30','\xf6','\x06','\xb4','\x6c','\xb6','\x2c','\xae','\xa5','\x1a','\xa3','\xd5','\x04','\xbd','\x22','\x91','\x16','\x18','\x31','\x61','\x92','\xaf','\x1e','\x28','\x2c','\x35','\x7a','\x47','\x26','\x0e','\x37','\xcc','\xe9','\x78','\x05','\x70','\x5a','\x21','\x8d','\x14','\xd7','\xa9','\x52','\xb9','\xb9','\xe3','\x7c','\x4c','\x9c','\x97','\x61','\xe4','\x05','\x7f','\x71','\x9d','\xbf','\x8c','\x81','\xeb','\x71','\xe0','\x15','\x27','\xae','\xd7','\x27','\xe2','\x5a','\x98','\x1d','\x24','\xcb','\x1f','\x39','\x28','\xd3','\x67','\x19','\xb2','\x0d','\x0b','\x75','\x01','\x63','\x15','\x1e','\x95','\xf8','\xc8','\xc0','\xb2','\x62','\x83','\x39','\x02','\x56','\x02','\x22','\x27','\xfd','\xee','\x9c','\xbe','\x03','\x27','\x97','\x10','\x4b','\x5d','\x17','\x56','\x16','\x7e','\xc2','\x4f','\x80','\x1d','\x4c','\x6e','\xdb','\xcf','\x79','\x69','\x9f','\x93','\x22','\x03','\x73','\x8a','\x71','\xac','\xc2','\xe5','\x2d','\x74','\xa4','\x2a','\x72','\xb2','\xd7','\x0f','\x63','\xc2','\xc6','\x83','\x47','\x7f','\x3b','\x4c','\xd0','\x4e','\x2b','\x01','\xca','\x54','\x7f','\xdd','\x86','\x6e','\xfa','\xff','\xde','\xd3','\x66','\x00','\x0d','\x22','\xa2','\x41','\xd9','\x0e','\x9c','\x92','\x54','\xbb','\x1c','\x18','\x63','\xa2','\x60','\x58','\x25','\xfa','\xb9','\x2b','\x81','\x52','\x35','\x08','\x80','\x6c','\x8c','\x82','\x79','\x25','\x14','\xfb','\x1e','\xd1','\x01','\xaf','\xae','\xc4','\x68','\x37','\x52','\x7e','\xb2','\x85','\x85','\xdc','\x1c','\x36','\x0f','\xf8','\x31','\x11','\xc9','\xea','\x42','\x64','\xa0','\x85','\x72','\xba','\x99','\x3d','\x93','\x4c','\x00','\xe8','\x7a','\xd9','\x3f','\x96','\xba','\x07','\x28','\x0e','\x32','\x36','\x01','\x6e','\x54','\xbc','\x76','\x00','\x4d','\xb2','\x45','\x53','\xe8','\x19','\xe7','\x50','\xe8','\x65','\x9b','\x35','\x82','\xbb','\xdd','\x9c','\xaf','\xbe','\xa7','\x4e','\x6a','\x5c','\x55','\x74','\x74','\xff','\x0a','\x4a','\x6c','\x82','\x4e','\x94','\xb0','\x93','\x8f','\x77','\xd0','\x2f','\x72','\xe9','\x92','\x7c','\xaf','\x43','\xf7','\x7d','\x43','\x67','\x3b','\xf3','\x22','\xb0','\xe9','\x62','\x90','\x18','\xe0','\x36','\x69','\xdb','\x92','\x01','\x3d','\x00','\xa4','\x07','\xef','\xc9','\xa7','\x68','\xfc','\x5c','\xe5','\xa1','\xdb','\x3f','\xdc','\xf0','\x78','\x1c','\xec','\x6f','\x14','\x8f','\xa8','\xca','\x04','\x7e','\x12','\x14','\x39','\xe0','\xf8','\x3a','\x08','\xd4','\x45','\x32','\x29','\x0d','\xd9','\x9e','\x3b','\x01','\x02','\x6d','\x1e','\xb8','\x0e','\xc7','\x6b','\x61','\x04','\x77','\xd1','\x00','\x30','\x0a','\xa4','\x8b','\x5d','\x0b','\xf0','\xc2','\x51','\x86','\xf4','\x89','\x3c','\xac','\xdd','\x0a','\xec','\xf3','\x04','\xce','\x0b','\xc7','\x70','\x3c','\xf5','\xfe','\x21','\x00','\x60','\xd4','\xbd','\xd6','\x53','\x80','\x61','\x5c','\x17','\x63','\x7a','\x25','\x4a','\xe8','\x35','\x2a','\x06','\xe8','\x04','\x0b','\xb8','\xf5','\x3b','\x79','\x67','\x65','\xb1','\x60','\x6f','\x12','\xf8','\x6e','\x12','\xe5','\x80','\x91','\xfe','\xad','\xfd','\xc2','\xc3','\xe2','\x4a','\x80','\x44','\xc3','\x37','\x36','\x04','\xf0','\xe0','\xb2','\xff','\xc6','\x15','\x70','\xaf','\xe1','\x08','\x93','\xc2','\xb0','\x04','\x91','\x6e','\xb5','\x4e','\x5e','\xdb','\x81','\x89','\x69','\x9d','\x60','\xf6','\x79','\x4b','\x32','\x1d','\x74','\x0a','\x26','\x8c','\x31','\x9e','\x7c','\xdb','\x03','\xc0','\x73','\xb0','\x6a','\x98','\x55','\xc8','\xef','\xbf','\xc0','\xce','\x81','\xe7','\xe3','\xc9','\x7c','\xa0','\x81','\x43','\x14','\xea','\x02','\xac','\x2e','\x94','\xa8','\xc2','\x23','\x8b','\x7d','\x60','\xb9','\x76','\xd2','\x3e','\xd2','\x00','\x57','\x32','\xa4','\x20','\xa3','\xc7','\x1b','\x74','\x5c','\xc4','\x18','\x45','\x7b','\xd2','\x0d','\x5f','\x1e','\x4f','\x84','\x01','\x53','\x55','\xb5','\xcb','\x2e','\x78','\x81','\xbd','\xc0','\xcf','\x81','\x47','\x02','\xe7','\x3b','\x58','\xff','\xf6','\xf5','\x3b','\x14','\xb8','\x13','\x1e','\x27','\x46','\x06','\x1c','\x17','\x6c','\x05','\x10','\x85','\x34','\x51','\x7d','\xfc','\x40','\x8d','\x81','\x9b','\x4e','\xd6','\xf9','\x66','\x6d','\x84','\x6f','\x5d','\x44','\x9b','\x87','\x69','\xe1','\x74','\xc3','\xb7','\x2c','\x23','\x0f','\xfc','\x1c','\x53','\x69','\x29','\x84','\x80','\x36','\xdd','\x46','\xef','\xe9','\x83','\x8d','\xb3','\x0b','\x37','\x55','\xa1','\x40','\x5e','\xaf','\x8c','\x6a','\x8c','\x02','\x16','\x13','\x09','\xc0','\xe0','\x29','\xb1','\x02','\x74','\x10','\x04','\x10','\xa2','\x6a','\xa3','\xd0','\x8b','\xc8','\xef','\xa7','\xc4','\x07','\x6a','\x25','\xae','\xd7','\x42','\x18','\x0d','\xdf','\x50','\xf5','\x83','\xcb','\xcd','\xc3','\x8c','\x32','\xc4','\xba','\xd5','\xc7','\x52','\x6f','\xcd','\x4f','\x2b','\xa4','\x36','\x7a','\x4b','\x22','\x2a','\xf5','\xba','\x43','\x2d','\x5d','\xd7','\xad','\xbe','\xa1','\xa4','\xef','\x4a','\xad','\x91','\xb1','\xd7','\x05','\xfe','\x96','\xc9','\x77','\xa3','\x31','\xe0','\x0a','\x82','\xaa','\x16','\xde','\x45','\x1f','\xec','\xed','\xdd','\x80','\xf3','\x4d','\xc9','\x49','\x49','\x51','\x19','\x0c','\x97','\x9c','\x5a','\x07','\x41','\x13','\x65','\xa4','\x08','\x21','\x1d','\x19','\xdf','\xe0','\xf5','\x7a','\xdb','\x08','\x1d','\xbc','\x0a','\x1d','\x29','\x43','\x15','\xa9','\x65','\x03','\xac','\xca','\xdd','\xe9','\x4f','\xbd','\xbd','\x8a','\x08','\x86','\x77','\x70','\xdf','\xf7','\x62','\xf9','\x77','\xb9','\xa6','\x2e','\x6d','\x1b','\x72','\x3b','\x3b','\x54','\xaf','\x75','\x53','\xf2','\x1a','\x2d','\x93','\x21','\x04','\x4b','\xb7','\x2b','\x03','\x08','\xf6','\x67','\x59','\xf8','\xa6','\x23','\x1a','\x6c','\xf7','\x39','\x31','\x49','\xea','\x44','\xa5','\xe9','\x28','\x01','\x28','\xf8','\xfe','\xf1','\x1e','\xc0','\xa0','\xf6','\x5f','\xb9','\x06','\x80','\x67','\x22','\x2b','\x51','\x41','\xf5','\x20','\x52','\x08','\xf4','\xfc','\xac','\xf7','\x36','\x36','\x92','\xd4','\x3f','\x6d','\xe7','\x03','\x9d','\x9b','\xd4','\x4a','\x97','\xbe','\x57','\xa8','\x0d','\x26','\xec','\x6b','\x57','\xc9','\x38','\x1a','\xa1','\x53','\xb5','\xf5','\x16','\x7d','\xa0','\x13','\x8d','\x50','\x30','\xad','\x57','\x7a','\x15','\xae','\x4b','\x12','\xe1','\xc4','\x51','\x90','\x1e','\x18','\x97','\x01','\xe6','\x28','\x89','\x13','\x6c','\x9e','\xae','\xb9','\xee','\x59','\x4f','\x86','\x4d','\x79','\xd8','\xb3','\x31','\xca','\x98','\x88','\x00','\x42','\x46','\x8b','\x60','\x86','\x10','\x62','\xd4','\x9d','\x94','\x1a','\x09','\x1a','\x48','\xe3','\xba','\xed','\x9e','\xbd','\x04','\xf2','\x2a','\x44','\x2d','\x34','\x9a','\x98','\x9b','\x8f','\x4e','\x4e','\xf9','\xc2','\x27','\x4e','\xfc','\x45','\x6b','\xc9','\x64','\x25','\x7d','\x02','\xa6','\x9e','\x2e','\x37','\x00','\x13','\xe6','\x07','\x2c','\x27','\x21','\x31','\x73','\x14','\x0e','\x22','\xfa','\x0a','\x64','\xcc','\x1c','\xd7','\x0e','\xfe','\x57','\xaf','\x34','\x51','\xfb','\xa6','\x13','\x14','\xe7','\xe0','\xb0','\x91','\xb6','\x2d','\xc0','\xad','\x4a','\xc4','\x56','\xa1','\xc0','\xb8','\xd8','\x93','\xc1','\xa5','\x28','\x51','\xd8','\x28','\x65','\x8c','\xbc','\xe0','\x11','\xa2','\x2c','\x41','\xfd','\x44','\x44','\xe5','\x8c','\xd1','\x3f','\x84','\x6b','\x90','\x2a','\xb9','\x2e','\x56','\x6b','\x51','\xb0','\x95','\xb4','\x3f','\x2b','\x60','\x8b','\xbd','\x40','\xb1','\x4e','\xc4','\xb9','\x28','\xf7','\x6a','\xb4','\xbd','\xeb','\x7c','\xb1','\xe2','\x62','\xc0','\x94','\xd8','\xc5','\x94','\x1e','\x70','\xa5','\x68','\x25','\x65','\x14','\x63','\x88','\x25','\xf5','\xb7','\x64','\x0b','\x84','\xe8','\x2d','\x59','\x06','\x8b','\xdb','\x19','\xd2','\x10','\x14','\x72','\x15','\x0a','\x8b','\x7b','\xbb','\xab','\x3f','\x56','\x30','\x6b','\x9f','\x00','\x56','\x69','\xad','\xdf','\x4b','\xb5','\x9d','\xb6','\x57','\x66','\x0c','\xec','\x92','\xaf','\x2b','\x14','\x2b','\x61','\x49','\xc5','\xb9','\x4c','\x88','\x42','\xa4','\x80','\x48','\x33','\x37','\x2a','\x92','\xb3','\x27','\x9c','\x33','\x29','\x2a','\x0b','\x71','\x5d','\xf0','\xcb','\xe1','\x75','\xe0','\x28','\xc7','\xb5','\x80','\x38','\x35','\xa3','\x03','\x97','\x00','\x89','\xda','\xc1','\x62','\x07','\x58','\xad','\xd8','\xe8','\x3e','\x30','\x27','\xe5','\xdf','\xcd','\x0d','\xeb','\xb5','\x90','\x1e','\x6c','\xe2','\x57','\x52','\xee','\xa0','\xdd','\x48','\x05','\x32','\x8e','\x85','\x10','\x5a','\xee','\xf2','\x61','\x36','\x39','\x6a','\xc1','\x8b','\x8d','\xc7','\x6b','\x2d','\x2c','\x2c','\xcc','\x51','\xf0','\x59','\xbb','\x09','\x7e','\x5d','\x0b','\x71','\x2e','\xd1','\x96','\x02','\x6b','\x04','\xae','\x93','\x2a','\x6d','\x94','\x50','\x37','\xe4','\x25','\xe5','\x47','\x07','\xe2','\x64','\xe2','\x72','\x65','\xc2','\x70','\x6d','\xbf','\x42','\x9d','\x40','\x43','\xae','\xc4','\x75','\x05','\xaa','\x48','\x4f','\x3a','\xdc','\xe9','\xf4','\x05','\x24','\x45','\xc6','\xf6','\x57','\x5e','\x90','\xe8','\x00','\x01','\x9b','\x59','\xa6','\xe0','\x3f','\x36','\xa2','\x7f','\x4c','\x09','\x87','\x44','\x32','\xa0','\x0e','\x8a','\x09','\x64','\xb0','\x49','\x3d','\xaa','\x30','\xec','\x80','\x4f','\xae','\x0b','\x64','\x47','\x32','\x99','\xa4','\x58','\xd1','\x5e','\xe5','\xba','\x10','\x71','\x21','\x93','\xfb','\xba','\xc3','\x19','\xec','\x5a','\x2b','\xf7','\xf6','\x2a','\xf5','\x07','\x74','\x75','\xa0','\xda','\x16','\xf2','\x59','\x45','\x25','\x3a','\xf4','\x6a','\x3f','\x43','\x8f','\x72','\xfb','\x9d','\x34','\x60','\xd5','\x22','\x1b','\x80','\xa1','\x33','\x6d','\x2a','\x48','\xfb','\xbd','\xb2','\x08','\x18','\x00','\x4c','\xcc','\x54','\xcd','\x4c','\x6b','\x38','\x89','\x54','\x3a','\x54','\x21','\x2a','\x48','\xef','\x86','\xdd','\x89','\x84','\x82','\xaf','\x2c','\x26','\xa9','\x3c','\x9b','\xef','\x15','\x29','\x56','\xab','\xbb','\x42','\x54','\x46','\x54','\x2c','\xd4','\x47','\xbd','\x62','\x91','\x2a','\x98','\xef','\xc9','\x5b','\xb3','\x3c','\xe4','\x23','\x8b','\xc1','\x2c','\xe3','\xf5','\x66','\xaf','\x34','\xd0','\x30','\xb7','\xff','\xef','\x58','\xc2','\x60','\xb2','\xa5','\x3c','\x66','\x21','\x59','\xe1','\xad','\x6c','\xc8','\xa3','\xce','\x64','\x4c','\x6b','\xeb','\x19','\xa2','\x10','\x2a','\x51','\x37','\xda','\x41','\x73','\x8a','\x3c','\x01','\x85','\x75','\x26','\x56','\x89','\x11','\x01','\xc6','\x68','\xbe','\xfd','\x7c','\x9f','\xdd','\x40','\xae','\x52','\x8f','\x9f','\x92','\xdb','\xb7','\xac','\x8b','\xa8','\x3d','\x41','\x19','\x0f','\xc6','\x65','\x8c','\x67','\xf9','\xbd','\x2d','\x66','\x65','\x17','\x80','\xc5','\x30','\xb7','\x45','\x89','\xb4','\xaa','\x64','\x85','\x34','\x9c','\x3b','\x68','\x3b','\x9b','\x9a','\x58','\x81','\x25','\x95','\xdd','\x16','\x5f','\x3a','\xc6','\xc4','\x50','\xef','\x22','\xdb','\x16','\xf8','\x3e','\x72','\x81','\xc4','\x3c','\x87','\xe6','\x80','\x81','\x95','\xc9','\xbc','\x16','\x01','\xaa','\xbd','\xb5','\x8a','\xfd','\x79','\x9e','\x64','\x29','\x38','\xa9','\x5a','\x3e','\x21','\xb1','\x91','\x13','\x89','\x85','\xe7','\x3c','\xf0','\x31','\x9e','\xb4','\x25','\xea','\x87','\xe9','\x9d','\xd4','\x36','\x23','\x22','\x71','\x95','\xa4','\xe2','\xa5','\xe2','\x59','\xd6','\x31','\xab','\xf3','\x7e','\x12','\x18','\x52','\x1d','\xb5','\x6d','\x60','\xe9','\x2b','\x5a','\x45','\x6f','\x80','\xd5','\xa7','\x77','\xa0','\x96','\x97','\xda','\xf2','\x3c','\xb4','\xa1','\x61','\x4c','\x52','\x1c','\xc5','\x6b','\x96','\x64','\xb8','\xb5','\xcd','\x2e','\xa0','\x15','\x1b','\xfb','\xf9','\x9b','\x8d','\xdd','\x5b','\x0a','\x9d','\xa9','\xdd','\xf3','\x05','\x55','\xb2','\x0d','\x40','\xca','\xe6','\x46','\xc8','\x06','\x4f','\x2a','\x2a','\x2a','\x81','\x1a','\xee','\xbb','\x8a','\x97','\x71','\x61','\x2d','\x81','\x86','\x66','\x14','\x5b','\x70','\x13','\x13','\xc6','\x91','\x51','\x12','\x57','\x21','\x60','\x32','\x0e','\xf6','\x56','\xc7','\x52','\x55','\x47','\x31','\xb4','\x8b','\x2e','\xef','\x6e','\x94','\x22','\x57','\xc2','\x6d','\x95','\x1b','\x0c','\xd8','\x45','\x0b','\x77','\xc0','\x38','\xee','\x02','\xf1','\x42','\xb9','\xe8','\x8c','\x59','\xac','\x35','\x4b','\x44','\xe4','\xaa','\x0b','\xbf','\xf7','\xf5','\x9b','\x04','\x68','\x64','\xe0','\x59','\x81','\xe9','\x27','\xbc','\x2e','\xd1','\xcd','\x84','\x9a','\x99','\xe1','\xf4','\x81','\xc0','\xd8','\x86','\xe9','\x7d','\x48','\x57','\x2f','\x65','\x18','\x03','\x9b','\xd5','\xd5','\x0f','\x60','\x07','\xab','\x06','\x57','\xf0','\x7e','\xcb','\xfc','\xf6','\x06','\xe4','\x66','\xe2','\xa1','\x2c','\xb4','\x0a','\x4b','\x6f','\x62','\x25','\x4f','\x26','\xdc','\xad','\x83','\x51','\x18','\x8e','\x10','\x65','\x06','\xb7','\x31','\xdd','\x7d','\x3d','\xda','\x9e','\x21','\x9a','\x18','\xd4','\x50','\xa6','\xfd','\x26','\xc5','\x30','\x56','\x5b','\x30','\x8a','\x88','\xb3','\x11','\xd5','\x23','\xe2','\xa2','\x4a','\x94','\x2e','\xd3','\x40','\x55','\xa9','\x6e','\x2e','\xeb','\xb2','\xa5','\xe9','\xf0','\xf3','\x61','\x91','\xef','\xde','\x79','\x58','\x55','\x1b','\x14','\x6e','\x58','\x2b','\xc0','\xe7','\xc0','\xd4','\x70','\xbe','\xdc','\x91','\x6d','\x6f','\xdb','\x60','\x89','\xd8','\xf8','\xf0','\xc8','\xe7','\x86','\x82','\x17','\xad','\x95','\x92','\x25','\x53','\x32','\x69','\x32','\x50','\x95','\xb6','\x4b','\xf2','\x8d','\x82','\xbc','\x93','\xca','\x58','\xb9','\x0a','\x1a','\x24','\x9c','\xdc','\x8c','\x29','\x7b','\x6a','\x34','\x6a','\xfd','\xd5','\x9c','\xe7','\x7e','\x0f','\xfd','\x3f','\x13','\xcb','\x46','\x7c','\x65','\xf8','\xef','\x28','\xa9','\xd3','\x22','\x5d','\x07','\xad','\x00','\x9f','\x4f','\x37','\x58','\xff','\x3b','\xae','\xe9','\xc7','\xaf','\xd2','\x8d','\xf6','\x02','\xfe','\xea','\xb3','\x15','\xf0','\x13','\x11','\xf2','\x5d','\xb6','\xc5','\xd2','\x6e','\x35','\xec','\xde','\xa6','\x9e','\x5b','\x94','\xc1','\xb2','\xf5','\x56','\xbf','\x51','\x70','\xec','\x5a','\xdf','\x5f','\xaf','\xeb','\x76','\x0c','\xbf','\x77','\x0d','\x00','\x36','\x2f','\xb8','\x80','\x48','\x87','\x27','\x9b','\x35','\xed','\x6d','\xcf','\xb7','\xf3','\xdf','\x27','\xa8','\x14','\x1f','\x66','\x0a','\x79','\x4b','\x34','\xa9','\xca','\xf5','\x0b','\x8d','\x26','\x8d','\xa9','\xb9','\x2e','\x0a','\x1e','\x65','\x6d','\x15','\x90','\xc8','\xd9','\x3b','\x57','\xdb','\xeb','\x46','\x64','\xaa','\xd1','\x38','\x9f','\x54','\xa3','\x29','\x26','\xd6','\x2d','\xe5','\x0c','\xb0','\x6c','\x9d','\xc6','\xb2','\xf4','\x82','\x24','\x6f','\x8b','\xc6','\x68','\x0c','\xa3','\x01','\xdf','\x8f','\xe2','\x8d','\x76','\x50','\xed','\x14','\x3b','\x90','\xd0','\x41','\xf0','\x12','\x2d','\x2d','\x31','\xca','\x90','\x71','\xdc','\x09','\x97','\xce','\xac','\x77','\x8f','\x90','\xdf','\x03','\xfe','\xa8','\x36','\xe7','\x00','\xa6','\x4a','\xdc','\x10','\xaa','\x38','\x70','\x45','\x60','\x5d','\xdf','\x00','\x0c','\x26','\xd3','\x43','\x22','\x25','\x9e','\x40','\x4e','\x26','\xd6','\x76','\x29','\xc8','\x58','\x80','\x94','\xe4','\xca','\x0b','\x85','\x01','\xaf','\x41','\x67','\xdb','\xfc','\x6c','\xb8','\x12','\x29','\x59','\xa3','\xd1','\x89','\x40','\x07','\x1f','\xa5','\x13','\xaa','\xaa','\x5e','\x09','\x41','\xcf','\xd8','\x3d','\x3d','\x58','\x29','\x0a','\x9a','\xce','\x27','\x78','\x2e','\x11','\x40','\x85','\x23','\x17','\x9b','\x76','\x01','\xb0','\x37','\xb0','\x54','\x9d','\x49','\x25','\xc7','\xbd','\x17','\xca','\xe8','\x80','\x8a','\xd5','\x0e','\xa8','\x59','\xb9','\x96','\xc1','\x2e','\xc0','\xa2','\xb0','\x5e','\x89','\xf3','\xf3','\xc2','\x65','\x97','\x02','\xbf','\x64','\xef','\x95','\xf6','\xc7','\xeb','\xa2','\x5b','\x71','\x51','\xd6','\x4a','\x54','\xde','\x81','\x09','\x2b','\x47','\x9c','\xc0','\x75','\x29','\xf9','\xad','\x3e','\x8c','\xa4','\xa9','\x74','\x95','\xab','\x0d','\x8a','\xa5','\x6b','\x5e','\x1b','\xf7','\x55','\xa5','\xa3','\x89','\x3d','\x9d','\xb0','\x00','\xd6','\xa2','\x7d','\x30','\xf8','\x76','\x7e','\xae','\xbd','\xd8','\x4e','\x38','\xde','\x9d','\x78','\xd3','\x71','\x25','\x46','\x50','\xaa','\x04','\x95','\xce','\x2d','\xf7','\x1b','\x07','\x82','\x1e','\x93','\x4d','\xe9','\x67','\x5c','\xb8','\xae','\xc4','\xc8','\x81','\x2f','\xf6','\x81','\x2c','\xc3','\x3a','\xbf','\xe1','\xfb','\x2f','\x17','\x5e','\xaf','\x4f','\x14','\x38','\x03','\x64','\x3e','\x0e','\x0e','\x1a','\x54','\xb0','\x93','\xa0','\x8c','\x2a','\xab','\xce','\x83','\x15','\x67','\x67','\x32','\x1f','\x63','\x6c','\x01','\x09','\x3a','\x74','\x26','\x08','\x54','\xc0','\x66','\xd2','\xb1','\xc2','\x24','\x6b','\x2f','\x69','\xe5','\x1a','\x78','\x8c','\x89','\x61','\x2e','\xf5','\x39','\xce','\x2a','\x49','\x55','\x04','\x2c','\x55','\x70','\xae','\xc2','\x5a','\x85','\x48','\x36','\x0f','\x5f','\xd7','\x42','\xac','\x17','\x60','\x04','\x94','\x5a','\x5d','\xb0','\x40','\x65','\x35','\x07','\x50','\x67','\x62','\x5d','\xa2','\x11','\x69','\x54','\x03','\x2e','\x20','\x96','\x21','\x63','\xa0','\xfc','\x03','\x36','\x0e','\xf6','\x78','\xf9','\xc0','\x18','\x4f','\x1c','\x73','\xc2','\x9d','\xfd','\x73','\x88','\x80','\x9d','\x0b','\x5e','\x81','\xe3','\x28','\xc0','\x12','\xd7','\x5a','\x14','\x3b','\x91','\x78','\x05','\xab','\x13','\xb4','\xd3','\x91','\x0c','\x5e','\x2a','\xde','\x64','\xc0','\x8b','\xb6','\x07','\x0a','\xce','\xcf','\xbc','\x30','\xc3','\xf1','\x38','\x48','\x9b','\x8b','\xb5','\xb0','\xd6','\x89','\x95','\x81','\x61','\x8e','\xe3','\x71','\x20','\xe2','\xc4','\x12','\xcd','\x86','\x1e','\x98','\x08','\x75','\x4a','\x39','\x11','\x20','\x7d','\x39','\x8a','\x7b','\xd0','\xad','\x81','\x97','\x4e','\x80','\x7a','\x9f','\x48','\x5c','\xe4','\x2d','\x50','\xa5','\xa9','\x6c','\x78','\x8b','\x81','\x1d','\x53','\x2c','\xd9','\x86','\xf6','\x29','\x60','\x3f','\x52','\xef','\xce','\xa8','\x93','\xcf','\xbb','\xe8','\x53','\xb8','\xd6','\xf2','\x6f','\x43','\xf9','\x79','\xd4','\xf6','\x6f','\x1b','\xbc','\x09','\x06','\x90','\x81','\x7a','\x0b','\x3c','\x59','\xa9','\xd9','\xb6','\xdb','\x0a','\x61','\x7c','\x66','\x61','\x44','\xef','\xcf','\x8b','\xb6','\x62','\x07','\xf6','\x7e','\xdb','\xc3','\x86','\x05','\xb2','\x7f','\x56','\xba','\x57','\xeb','\x6a','\x8a','\xce','\xc1','\x20','\x9d','\x39','\xd3','\x91','\xd5','\xea','\x6c','\xb4','\x51','\x8e','\x22','\x4b','\xa2','\xfd','\x8c','\xb5','\x2f','\xb9','\x99','\x39','\x3d','\xdf','\x0c','\x55','\x18','\x95','\x37','\xf0','\x5a','\x54','\x2c','\x35','\x0f','\x78','\x05','\xae','\xe8','\x0a','\x3b','\x90','\x96','\x4a','\x53','\x65','\xf1','\xb2','\x58','\x09','\xee','\x78','\xdb','\x1d','\xce','\x60','\x44','\xb4','\xc6','\xda','\x15','\xb4','\x76','\x10','\x83','\x91','\x3e','\x57','\xa9','\x6a','\xcf','\x65','\x6a','\x2a','\x2d','\x8a','\x09','\x74','\x57','\x81','\x53','\x89','\x70','\xb3','\x75','\x00','\xa5','\x3b','\x9e','\x04','\x20','\x94','\x90','\x93','\x52','\x55','\x62','\x97','\x10','\x58','\x89','\x4a','\x5c','\xf9','\xc2','\x6a','\xfa','\xa5','\x4c','\xf8','\xed','\x07','\x69','\xff','\xf2','\x2d','\x42','\xe5','\xb5','\x1a','\x74','\x03','\xfc','\xae','\xd3','\xff','\x24','\x6c','\x27','\xee','\x3e','\x9c','\x32','\xda','\xd3','\xe0','\x35','\x48','\x67','\x1c','\x2e','\xf6','\x89','\xa9','\xd7','\x56','\x16','\xd0','\x81','\x42','\xe0','\xa5','\x1e','\x19','\x66','\x5d','\x40','\x8b','\xcf','\x40','\xbe','\xb1','\x24','\xd6','\xd0','\x09','\x42','\x87','\x3e','\xd5','\xb1','\x83','\x33','\x3e','\x76','\x3d','\x63','\xb8','\x2b','\xf1','\x2e','\x2c','\xe3','\xb3','\xa8','\xec','\x67','\x44','\x80','\x77','\x09','\xb8','\x3b','\xc6','\x64','\x0f','\xd7','\x60','\x7f','\x72','\x45','\xa8','\xdf','\x8d','\x63','\x64','\x58','\xf1','\x1d','\xf7','\x7d','\xc9','\x22','\x66','\xf2','\x19','\x5e','\xc5','\x3f','\xe7','\x54','\x8f','\x8f','\xae','\x3d','\x95','\xc4','\x67','\x50','\x98','\x69','\x3e','\x9f','\x58','\xeb','\x42','\x5c','\x97','\x3e','\x5b','\x51','\x6b','\x15','\x6a','\x50','\xa1','\x32','\xaf','\x0b','\x13','\x89','\xc7','\xe3','\x41','\xc5','\x55','\xe3','\xb9','\x49','\x88','\x42','\x58','\xa4','\x01','\x67','\x02','\xab','\x01','\x2f','\xe3','\x9e','\xf0','\x01','\xf6','\x32','\x9b','\xe3','\x75','\x2e','\x14','\x92','\x7b','\x0a','\x52','\x1f','\xde','\xbb','\x24','\x81','\x34','\xac','\x34','\x24','\x26','\x8e','\x4a','\x3c','\x1c','\x64','\xad','\x08','\x80','\xae','\xc1','\x22','\x6a','\xfa','\xdb','\xb3','\x7f','\xfb','\xfa','\x4d','\x02','\xe4','\x49','\x95','\x23','\x96','\xde','\xf8','\x77','\xb6','\x18','\x27','\x02','\xcd','\xed','\x05','\x1d','\xa1','\xb5','\xaa','\x39','\xfa','\x72','\xf8','\xec','\x87','\xc1','\xa1','\xa1','\x85','\xc0','\xfe','\xd3','\x94','\x05','\x10','\xa9','\xee','\xd2','\x9d','\xdd','\xb1','\xb3','\x11','\x1c','\x1c','\x2e','\xfe','\x69','\x1f','\xe6','\x61','\x3b','\x48','\x64','\xef','\x85','\x09','\x3e','\x35','\xf1','\x02','\x19','\x50','\x75','\x99','\xf6','\x3d','\x01','\x32','\xbd','\xbf','\xab','\x3c','\xbe','\xab','\x2e','\x8a','\xc9','\x0c','\x60','\x33','\xbf','\x19','\x6c','\x4c','\x2a','\x50','\x99','\x50','\xa6','\x9d','\x64','\xb7','\x58','\x03','\x93','\x0d','\x88','\xef','\x9e','\xbb','\x32','\xa6','\xb5','\x53','\xc6','\xc3','\xe0','\xf8','\x26','\x7d','\x90','\x27','\x0b','\x21','\x1f','\x26','\xfa','\xd5','\x78','\xfb','\x8c','\x3e','\x85','\x25','\xa4','\x08','\x8a','\x17','\xf9','\xf3','\x87','\x1f','\x02','\x5f','\xee','\xdf','\xcb','\xd2','\xb0','\xd1','\xbe','\xd7','\x6a','\xc3','\x8f','\x7d','\xe0','\x72','\x7f','\x66','\xaf','\x1b','\x51','\xca','\xfb','\x99','\x79','\xab','\x2a','\xeb','\x67','\x80','\x98','\xf8','\xba','\xef','\x0d','\xd4','\xee','\x64','\x8e','\xa6','\x7f','\xdb','\x0e','\xfc','\xf0','\xf0','\xde','\x12','\xde','\xdb','\x8b','\xc9','\xbe','\x17','\x76','\x4f','\x48','\xfd','\x3b','\xae','\xe9','\xfd','\xed','\x6d','\x5f','\x07','\x83','\xd5','\xce','\x6b','\x51','\x90','\x40','\x05','\xaf','\xc9','\xb9','\x01','\xc0','\x09','\xdd','\xb2','\x7d','\xd0','\xba','\xc1','\xb7','\xec','\x63','\x41','\x95','\xbe','\xd4','\xc4','\x61','\xb4','\xe2','\x9f','\xba','\x62','\xca','\x76','\xd2','\x52','\xcd','\xe9','\x85','\xfd','\xcb','\xd7','\x50','\xa2','\x41','\x41','\x3c','\x69','\x2f','\xf6','\x18','\x6c','\xe4','\xe5','\x76','\x34','\xd5','\xc9','\x99','\xae','\x6b','\x02','\xbf','\x4d','\xb2','\xde','\xae','\xa7','\xf7','\xb0','\x1b','\xab','\xa4','\x6c','\x0c','\xb8','\x57','\xa7','\x84','\x8e','\x99','\x19','\x91','\x3f','\x07','\x50','\xc4','\x48','\xb3','\x1f','\x57','\xd2','\xd9','\x76','\x6f','\xfa','\x14','\x45','\xad','\xa9','\xc1','\xd6','\x07','\xda','\xf7','\x03','\x21','\xbf','\x5a','\xd7','\x5a','\x28','\x56','\x25','\xd1','\xd5','\xa7','\x7e','\x73','\xd1','\x55','\x95','\xd8','\x48','\x8e','\x6c','\xc7','\xf4','\x10','\xed','\xb4','\x95','\x29','\x6b','\xc3','\x14','\xb6','\x83','\xcf','\x02','\x9b','\x60','\xb9','\x77','\x06','\x69','\x91','\x18','\x6a','\x8a','\xee','\x6a','\x32','\x7b','\x2f','\xdc','\x12','\x34','\xed','\xfb','\x58','\x6b','\x1d','\x3b','\x60','\xa2','\x9b','\xe2','\x5e','\xea','\xea','\x63','\x8b','\x1a','\x18','\xe9','\x95','\x45','\x01','\x0e','\x72','\xb2','\xb5','\xdc','\x59','\x37','\x43','\xa7','\x9d','\xb4','\x92','\xea','\x01','\xd2','\x9c','\x4a','\x00','\x91','\x81','\x33','\x42','\x00','\x06','\xb4','\x23','\x29','\xf4','\x01','\xe3','\x33','\xa4','\x89','\x97','\xed','\xf3','\xa1','\x33','\xa4','\x84','\x01','\xae','\xe4','\x43','\x79','\x5a','\xef','\x83','\x30','\x54','\x34','\xb0','\x03','\xa9','\x66','\x3a','\x50','\x42','\x28','\x23','\x29','\x2f','\x7f','\x31','\x70','\x46','\x75','\x75','\x94','\xcf','\x9f','\xc1','\x61','\xd1','\xc3','\x26','\x5a','\xa0','\x08','\x13','\x53','\x49','\xb4','\x63','\x8a','\x1a','\x54','\xb5','\xb0','\xce','\x4b','\x52','\xf1','\x4a','\xff','\xde','\x6d','\x93','\x14','\x35','\x3c','\x39','\x83','\x6a','\x9f','\x81','\xfb','\xe9','\xa3','\xa3','\x1b','\x26','\x71','\x6a','\x7c','\x57','\xc5','\x14','\xa8','\x6d','\xc3','\xb3','\x6e','\xdd','\x46','\x6e','\x93','\xe2','\xaa','\xa5','\x02','\x04','\x5a','\xed','\x5d','\x69','\xa6','\x66','\x0e','\x91','\xfa','\xde','\xc1','\x3c','\x7f','\x0e','\x07','\x05','\x4a','\x50','\xdd','\x4b','\xe6','\x3a','\x6d','\xc6','\xa6','\x67','\x25','\x04','\x2c','\x98','\xd1','\x59','\x27','\x52','\x36','\x40','\x74','\x62','\x2f','\x3e','\xf3','\xf9','\x20','\x98','\xd0','\x33','\xcc','\x8c','\x67','\xb8','\xcf','\xf5','\xe8','\xa4','\x46','\xfb','\x8b','\xca','\xa4','\x54','\x27','\xb4','\x31','\x48','\x49','\xf2','\x84','\xbf','\xcd','\xb2','\x42','\x91','\xee','\x54','\x02','\xad','\x00','\x06','\x34','\x2b','\x38','\x14','\xd4','\xc7','\x40','\xf9','\xdc','\xbe','\x80','\x67','\x56','\x74','\xc6','\x4a','\x44','\xcb','\xb4','\x57','\x2b','\x46','\x51','\x22','\x9b','\x02','\x30','\x13','\x8f','\xe3','\xc0','\xe1','\x9a','\x7d','\xa5','\xaa','\xa7','\xcb','\x1c','\x8c','\x01','\xd4','\x2c','\x0c','\x0b','\x98','\x7d','\xdf','\x15','\x1d','\x04','\x19','\x1a','\xf9','\x5e','\x45','\x17','\x3d','\x9b','\xf3','\x70','\x94','\xac','\x8a','\x5d','\x40','\x35','\xb4','\x3e','\xac','\xf2','\x33','\x4e','\x60','\xc4','\xa6','\xa1','\xae','\x0e','\xee','\x04','\x24','\x76','\xef','\x28','\x0c','\xe5','\x85','\x0c','\xf5','\xa3','\xec','\x8a','\x0e','\x17','\xb7','\xfd','\xb1','\x8f','\xb6','\x6f','\xda','\x6b','\xd1','\xce','\x83','\x01','\xc1','\x9b','\x57','\xb9','\xcf','\xb6','\xbe','\x4b','\xff','\xde','\xc1','\xc1','\xbb','\x01','\xe8','\x24','\xf7','\xdd','\x15','\xd5','\x7e','\xd5','\xed','\xb4','\xa1','\x60','\x5a','\x15','\x07','\x31','\x03','\xf6','\x67','\x9a','\xc3','\x7a','\x42','\xdd','\xae','\x78','\xcb','\xaf','\xb7','\xff','\x76','\xc3','\x86','\xe9','\x95','\x60','\x95','\xae','\xa7','\x29','\xc9','\xf7','\xfb','\x01','\x3d','\x67','\xab','\xcf','\x3c','\x65','\xe6','\x15','\x57','\xec','\x9b','\xd4','\xd9','\x72','\xbf','\x6d','\x74','\xb8','\xb0','\x08','\xdb','\x67','\xa4','\x11','\xf1','\x5e','\xf3','\xe6','\x02','\xa4','\x0b','\x08','\x51','\x2c','\x60','\xb3','\xa5','\x66','\xee','\x2a','\x60','\xdf','\x05','\xbf','\xc7','\x84','\xc3','\xea','\xcd','\xff','\xcb','\x60','\x57','\x07','\x00','\x25','\xa1','\x84','\xe9','\x5b','\x20','\x85','\xbf','\xc8','\x18','\x8c','\x8f','\xec','\xf6','\x81','\xd5','\x77','\xae','\xfe','\xbb','\x06','\x10','\x7b','\x60','\xaf','\x71','\x9e','\x01','\x9a','\xbd','\xb3','\x93','\x37','\xfd','\x1e','\x2f','\x5f','\xbe','\x24','\x21','\x65','\x3f','\xad','\x0d','\xdf','\x88','\x60','\x74','\x76','\xa2','\xd7','\xea','\xa5','\xe3','\x87','\xfd','\x42','\xfb','\xb6','\x2f','\x48','\x9f','\x05','\xf4','\x85','\xf6','\x7d','\xec','\x9e','\xce','\x65','\x5b','\x54','\xa3','\x92','\xd5','\xa3','\xf1','\x74','\xe4','\x9a','\x00','\x76','\x67','\x3b','\xd0','\x89','\x73','\x57','\xb8','\x8d','\x5b','\x77','\xc0','\xd5','\x4f','\x56','\x02','\x57','\x04','\x38','\xc8','\xc0','\x73','\x99','\x9a','\x9d','\x72','\xd3','\xcb','\x52','\x49','\x59','\xc7','\x91','\x4c','\xa9','\xb4','\xae','\x3b','\x2e','\xec','\x8a','\xa4','\xce','\x2e','\x0a','\xcd','\x8e','\x60','\x45','\x6c','\x89','\x16','\xad','\xc4','\x4f','\x40','\x75','\x64','\x21','\x0c','\x10','\x72','\x0d','\x14','\x04','\xec','\x2b','\x6e','\x73','\xf5','\x3d','\x56','\xaa','\xaf','\xd9','\x31','\x54','\x1c','\x40','\x51','\x18','\x2b','\x75','\xef','\xad','\x52','\xc8','\xad','\x95','\xaa','\x74','\x71','\x7f','\x18','\x94','\xe4','\x3b','\x2b','\x37','\xd5','\x3e','\x0d','\x25','\x75','\x57','\x2a','\xd1','\x5d','\x91','\xf8','\x7c','\x7d','\xbf','\x4f','\x86','\x69','\x7c','\xc5','\xa4','\xcc','\x7e','\x33','\xa8','\xb6','\xc8','\x50','\xef','\x75','\xdc','\x67','\xb5','\xcb','\xae','\x59','\x89','\xc0','\xc2','\x61','\xf4','\xdd','\xee','\x03','\xee','\xa9','\x78','\x42','\x63','\x2d','\x76','\x60','\xf6','\xe3','\xd7','\x6f','\x12','\xa0','\x84','\x94','\xad','\x2a','\x30','\xab','\x6f','\xb9','\x39','\x89','\x7c','\xc0','\x97','\x71','\xa6','\x43','\x0f','\x8f','\x7b','\xdf','\xee','\x6d','\x18','\xbc','\x37','\x72','\x6f','\xb8','\x3e','\x56','\x0a','\x1c','\xa3','\x82','\x73','\x37','\x8c','\xce','\x1d','\x9a','\xf9','\xd2','\xe5','\x39','\xaa','\xea','\x60','\x37','\x53','\x07','\xee','\x80','\x6c','\xd3','\x8f','\xe8','\x31','\x58','\x0d','\x41','\x47','\x2d','\x26','\x04','\xe0','\x36','\x74','\xa5','\x20','\x5a','\x47','\x1d','\xdd','\xe4','\x0d','\x28','\x78','\x9a','\x0c','\x3a','\x52','\x95','\x2b','\x93','\x0c','\x66','\xe9','\xb6','\xb6','\xfc','\xb0','\x41','\x1c','\xe6','\x76','\x8c','\x80','\x19','\x27','\x0d','\x53','\x41','\x85','\x07','\xb8','\x4b','\x98','\xbc','\x46','\x49','\xae','\x8a','\x77','\xcb','\xd9','\x3b','\x50','\xd0','\xcc','\xeb','\xe7','\xc0','\x4a','\xbe','\x3f','\x51','\x37','\xf6','\xdb','\x54','\x26','\xc3','\x3a','\x63','\x43','\x19','\xd5','\xe0','\xf6','\x42','\xde','\xab','\xaa','\x60','\xb7','\x1d','\x58','\x3f','\x07','\x4a','\x91','\x17','\x26','\xc6','\xde','\x89','\x37','\x2d','\xab','\x03','\x92','\xfb','\x3e','\xdf','\xc8','\x7a','\x6d','\x37','\xb5','\xdd','\xa0','\x64','\xa8','\xf4','\xb9','\x2a','\xc5','\x1a','\x7f','\x69','\x6b','\xb5','\x37','\x0f','\x00','\xbf','\x77','\x1d','\x54','\x00','\x6b','\x8a','\x83','\xff','\x8d','\xd7','\x54','\x6f','\xef','\xd9','\xff','\xfb','\x9e','\xa4','\x62','\x1f','\x0b','\x53','\xb0','\x21','\x41','\x05','\x49','\x0f','\x57','\xdc','\xc6','\x73','\xaf','\xa1','\x29','\x20','\x59','\x42','\x04','\x4d','\xd2','\xee','\x32','\x58','\x6d','\x24','\xe5','\x6a','\xd0','\x49','\xce','\xfe','\xb4','\xea','\xfd','\xfe','\xeb','\x6b','\xe8','\x5b','\xf3','\x8d','\x7a','\x97','\x22','\x50','\xfa','\x12','\x6e','\xec','\x6e','\x7e','\x6c','\xee','\x36','\x83','\xce','\xda','\x53','\xaf','\x7b','\xea','\x34','\x63','\x0a','\x39','\x08','\xb3','\x5d','\xb5','\x42','\xf1','\x6c','\x74','\x15','\xb2','\x95','\xba','\xb8','\x0f','\x92','\x06','\xd5','\x81','\x2a','\xca','\x1d','\xd3','\xb0','\x4e','\x01','\x64','\xa6','\xe0','\xcc','\x71','\x9e','\x6a','\x58','\x35','\x0a','\x15','\x74','\xe6','\xdb','\xb3','\x4d','\xd8','\xcf','\xc7','\x99','\x60','\x19','\x27','\xa9','\x33','\x8b','\xe7','\x65','\xaf','\xa8','\x37','\xc0','\x00','\x1a','\x4b','\x25','\x49','\xed','\x50','\xa9','\x8a','\xa5','\x80','\x46','\xe8','\x3e','\x8c','\xb3','\x28','\x4a','\x19','\x99','\x1b','\x58','\x39','\x19','\x52','\x07','\xb3','\x9e','\x16','\xe3','\x40','\x76','\x65','\x57','\xc9','\x42','\x2a','\x69','\xb6','\xa2','\xa1','\x86','\x2a','\x30','\xd6','\x09','\xfa','\xa4','\xca','\x96','\x07','\x0c','\x53','\x44','\xef','\x02','\x2e','\x6d','\xd5','\x60','\xd2','\x50','\xa6','\x6f','\x18','\x30','\xf2','\xc9','\x7d','\x11','\x9d','\x68','\xdc','\xf4','\x49','\x4e','\xb4','\x57','\xa2','\x43','\x1e','\x23','\x13','\x45','\xa9','\xeb','\xb5','\x84','\xae','\x65','\x6a','\x22','\xfa','\x9b','\xd1','\xcd','\x22','\xcf','\x3b','\x5a','\x5d','\x4e','\x09','\x6a','\xe5','\x0d','\x8c','\x24','\x29','\x7f','\xbe','\xf7','\x78','\x21','\x62','\xe0','\xba','\x2e','\x4a','\x46','\xab','\xc7','\x61','\x00','\xec','\x9b','\xb2','\x83','\xd6','\xdb','\x01','\xe0','\x62','\x92','\x08','\x56','\xd4','\x33','\x4e','\xd4','\x22','\x17','\x3e','\x2a','\x10','\x75','\xcb','\xaa','\x02','\xc0','\xb2','\x85','\x31','\x1d','\xd3','\x01','\x60','\x82','\x12','\xce','\xa2','\x7d','\xd9','\xdd','\xdf','\x16','\x0a','\x5e','\x18','\xa0','\xa9','\xaf','\x24','\x82','\x0e','\xb2','\x83','\x3c','\x98','\x14','\x11','\x75','\xa6','\x74','\xfd','\xa9','\xa6','\xfc','\x14','\xc8','\x70','\x9f','\x8b','\x40','\x25','\x15','\x7b','\x5a','\x00','\x67','\xd7','\x77','\xb5','\xde','\x1c','\x19','\xcc','\x61','\xb2','\x5b','\x35','\x30','\x13','\x71','\x15','\x5e','\x45','\x59','\xfb','\x88','\x02','\xea','\x40','\xd4','\xc0','\xb7','\x08','\xbc','\x90','\x08','\x1f','\xc0','\xf3','\x29','\xea','\x4f','\x01','\x3e','\x70','\xb5','\xcd','\x75','\xa2','\xe8','\x97','\x1a','\xd8','\x39','\x60','\x98','\xa7','\xc1','\xc1','\xbd','\x3e','\x83','\xfb','\xb4','\x07','\x32','\x57','\x51','\x66','\x22','\x75','\xa6','\xc2','\x44','\x2b','\x82','\xce','\xad','\x0d','\x84','\x92','\x17','\xf2','\xe9','\xd9','\x27','\x97','\x83','\xfb','\x36','\xe4','\x30','\xa3','\x91','\x6b','\x46','\x18','\x6a','\xd8','\x36','\x48','\xea','\x01','\xdd','\x72','\xd4','\x41','\x4f','\x25','\xaf','\xe3','\xf2','\x81','\x53','\x26','\xae','\x0b','\x86','\xa9','\x80','\x4b','\x6d','\xcf','\x9c','\x6d','\xf4','\xfc','\x0a','\x80','\x73','\xe1','\x42','\x36','\x80','\xc7','\x76','\xc2','\x1f','\x13','\xc0','\xc2','\xb5','\x4e','\x44','\x5e','\xb8','\xdc','\xb0','\x7c','\xe0','\xb4','\xd0','\x50','\xd0','\xfd','\xa6','\x98','\x52','\x76','\x92','\x30','\x33','\x2a','\xef','\xb5','\xe9','\x59','\x5b','\x6d','\xef','\xba','\x82','\x79','\x7a','\xe1','\x72','\xd9','\xbb','\xa1','\xe0','\x7b','\x18','\xb2','\x08','\x00','\x54','\x15','\xd2','\x25','\x99','\xdb','\x10','\x45','\x00','\xcb','\x8c','\x8a','\x71','\x4e','\x1a','\x1b','\x63','\x00','\xe1','\xf5','\xbe','\xa3','\x26','\xe0','\x2d','\x98','\xbd','\x57','\xe8','\xf6','\xee','\x59','\x83','\x2a','\xad','\x50','\xc5','\x41','\xfb','\x2c','\xc1','\x80','\x2f','\x94','\x70','\x94','\xf9','\x06','\x28','\x58','\x1c','\x25','\x43','\x05','\x7e','\xff','\x3e','\xf0','\xc6','\x9e','\xe8','\xa3','\xab','\x64','\xa3','\x4f','\xbf','\x2e','\x8a','\x81','\xeb','\x4e','\x1e','\xf9','\xfc','\xda','\x1a','\xa6','\xb1','\xea','\xde','\xf1','\x11','\x6d','\x5d','\xb5','\xab','\x56','\xb2','\x78','\xb3','\x5b','\x0a','\x40','\xcb','\x6e','\x43','\x7f','\xa7','\xad','\x04','\x6d','\x18','\x14','\x36','\x4d','\x57','\xe0','\xcc','\x57','\x51','\x5c','\x31','\xa4','\xb0','\xd7','\x14','\xa1','\xde','\x27','\xb4','\x51','\x51','\x8c','\x7c','\xd2','\xc1','\x67','\x08','\x28','\x01','\x92','\xb7','\x6c','\x20','\xcf','\xd4','\x97','\xd4','\x88','\x67','\x3f','\xe9','\x8e','\x62','\x01','\x25','\xb7','\xaa','\xf6','\x5a','\x53','\xcd','\x64','\xad','\xba','\x3a','\xe5','\x0d','\xa0','\xc9','\x5b','\xbe','\x15','\x44','\x76','\x62','\x24','\x40','\x78','\xcf','\x58','\x7e','\xaf','\xf0','\xe9','\xf7','\x08','\x49','\x8e','\xad','\xcc','\x89','\xb7','\xb5','\xea','\xbd','\x51','\xd0','\x9a','\xab','\xfa','\x06','\x55','\x4e','\x36','\xdb','\xc8','\xb6','\xb7','\x97','\x5a','\xe5','\xbd','\x8b','\x5a','\x9c','\x0f','\xd6','\x69','\xa1','\x9e','\x49','\x89','\x31','\xe1','\x53','\x43','\x5b','\xa5','\xac','\x0a','\x82','\x33','\xb1','\x64','\xeb','\x3b','\x36','\x31','\xb5','\x04','\x98','\x54','\x20','\xe7','\xe0','\x9e','\x51','\xc5','\x43','\x4d','\x51','\xc4','\x8f','\x0c','\x04','\x87','\x9c','\xd7','\x7d','\xc6','\x1d','\xcc','\xfb','\xde','\x07','\xd8','\x6a','\x7a','\x64','\x6d','\xc4','\x0d','\x52','\x34','\x60','\xe1','\x8e','\x9e','\xcd','\xd5','\xa9','\x7a','\x0f','\x53','\x45','\x48','\xa5','\x15','\x8c','\x4d','\xf7','\xc8','\x87','\x24','\x93','\x84','\xfb','\xb9','\xc0','\x41','\xd7','\xad','\xee','\xab','\xf7','\xd4','\xa2','\x36','\x53','\x64','\x1b','\x1d','\x14','\x62','\x30','\x6a','\x33','\x63','\x05','\x7c','\xa5','\x88','\xd0','\x3d','\x3c','\x1c','\xbc','\xff','\xb0','\x44','\xcd','\x29','\xfb','\x3e','\xb0','\xcc','\x49','\x89','\x6c','\x9b','\x3a','\x80','\xb2','\x03','\x81','\xc4','\xe7','\xf7','\x17','\xdc','\x9d','\xb3','\xd5','\x06','\x87','\x97','\xc3','\x44','\x4f','\xd5','\xb6','\xab','\x39','\xef','\xe7','\xde','\x09','\xab','\x61','\xaf','\x1a','\x15','\xea','\x58','\x9d','\xaf','\x68','\xaa','\xaa','\xd6','\x1a','\x40','\x8d','\x42','\x7a','\x77','\x3b','\xff','\xf6','\xeb','\x37','\x09','\x50','\x64','\x62','\x66','\xea','\xf0','\xb0','\x12','\x64','\xc9','\xd2','\x15','\x37','\x1c','\xf5','\xf3','\x9b','\xb6','\x70','\x6f','\x5d','\xbf','\xdf','\xc4','\x5c','\x07','\xa0','\x67','\x92','\x24','\x9d','\xc6','\x1b','\x3c','\x1e','\xe5','\x48','\xd1','\x0a','\x1a','\xc1','\xe0','\x7e','\xa1','\x3a','\x47','\x0f','\x44','\x64','\x00','\xcb','\x4d','\xdb','\xa8','\x37','\x4d','\x90','\xcb','\x2a','\xa4','\x1c','\x67','\xdf','\x75','\x5b','\xaf','\x7b','\x15','\xfa','\x9c','\x0a','\x6f','\x42','\xcb','\xfc','\xb6','\x61','\xb7','\x62','\xd9','\x31','\xea','\x22','\x9d','\x45','\xe5','\x6a','\xd3','\x26','\xdc','\xd9','\xed','\xe2','\xdf','\x9b','\x69','\x84','\xde','\xb0','\xb8','\x0f','\x2c','\x63','\xea','\x94','\x6c','\x36','\x11','\xfa','\xee','\x69','\xe0','\x3c','\x20','\x51','\xea','\x50','\x3c','\x47','\xd5','\x66','\xb5','\xb0','\x67','\x0d','\x40','\x81','\x6d','\x19','\x7c','\x4e','\x49','\x72','\x27','\xac','\x91','\x45','\x88','\x3f','\xba','\xef','\xed','\x2d','\x31','\x90','\xf1','\x49','\xf1','\x7d','\xbd','\xe6','\xfd','\x7d','\xd4','\xde','\x06','\x55','\x3d','\x87','\xa0','\x0d','\xd0','\x5d','\x79','\xda','\x41','\xfb','\x5b','\x80','\xdf','\x09','\x80','\x5b','\x17','\xe0','\xb5','\xc2','\xad','\x12','\x53','\x77','\x2a','\xf0','\xdb','\xeb','\xe0','\x1a','\xe7','\x1b','\xe2','\x9d','\x6f','\x1f','\x66','\xde','\x46','\x6a','\xe7','\xc1','\xfb','\x3d','\x7e','\xfc','\xbb','\xbd','\x5d','\x87','\x0e','\x40','\xb5','\xa1','\x53','\xdc','\x5e','\xf7','\x15','\x97','\x82','\x12','\x2a','\x56','\x89','\xaf','\xeb','\xbe','\x93','\x87','\xb6','\x38','\xe4','\x9b','\x97','\x1c','\x48','\xef','\x2b','\x26','\xe0','\xea','\xe4','\xd4','\xe7','\xf4','\x5d','\xdf','\xfb','\xfe','\xfd','\x58','\x35','\x2d','\x2d','\xf7','\x5a','\xf7','\x87','\x68','\x4f','\x66','\xef','\x28','\xed','\x98','\xf2','\xcd','\xa5','\x0e','\xb0','\x31','\xdf','\xcb','\xee','\x7d','\x84','\x10','\x8d','\x01','\xd8','\x88','\x99','\xed','\x5d','\x7c','\xaf','\x5b','\xe8','\x77','\xb4','\xde','\xbc','\x8c','\x7b','\x1f','\x45','\x80','\x14','\x2f','\xb7','\x7b','\x06','\x42','\xf2','\xde','\x39','\x74','\x31','\x45','\x77','\xf2','\xed','\x10','\x0b','\xa2','\x63','\x28','\x80','\xb4','\xfd','\xf7','\xb1','\x7d','\x62','\xaa','\x97','\x1e','\x56','\xa4','\x28','\x0d','\x6c','\xd4','\x1b','\x4a','\x20','\x7b','\x6f','\xa5','\x68','\xa0','\x8d','\x12','\x71','\x90','\x60','\xd0','\xaa','\x08','\xd8','\xe0','\x19','\xc9','\x5d','\xf1','\x75','\x4d','\xf4','\xde','\xc1','\xb5','\x02','\x1a','\x97','\x4c','\xac','\x19','\x60','\x83','\x41','\x79','\xab','\xc8','\x98','\xc0','\x8a','\x12','\x7d','\xb4','\x06','\x76','\x40','\xb8','\x9f','\x17','\x23','\x27','\xb4','\x01','\x6b','\xd6','\x02','\x1e','\x43','\x81','\x4f','\x11','\x7e','\x74','\x25','\x40','\x95','\xa8','\x95','\x28','\x8b','\x4d','\xe5','\xa0','\x42','\x15','\xf7','\x4c','\x15','\x2b','\xe5','\xe6','\x5a','\xe7','\x84','\x06','\xea','\x6a','\x9f','\x54','\xf2','\xfd','\x72','\xf0','\xf7','\x76','\x20','\x2c','\xbb','\x95','\x8a','\x8c','\x52','\x54','\x38','\xd9','\xc9','\x84','\xd3','\x19','\x14','\xd7','\xc8','\xf5','\x3b','\x54','\x62','\x22','\xf2','\x76','\x9e','\x0b','\xaf','\x33','\x36','\x8d','\x28','\x13','\xa4','\x75','\xe9','\x60','\xf4','\x30','\x47','\x24','\x94','\xcc','\x48','\x7f','\x32','\x03','\x6b','\xa8','\xaa','\x91','\x54','\xf1','\xf2','\xf1','\xa0','\x88','\x16','\x6a','\xcf','\x16','\xc3','\xfb','\x7e','\xf2','\xc4','\x42','\xa1','\x62','\x6d','\xd5','\x33','\xd2','\x95','\x1b','\xf5','\x15','\x00','\x84','\x06','\x6a','\x6c','\x27','\xae','\x50','\x52','\xd5','\x8e','\x2c','\x73','\x28','\xf8','\xe8','\x8a','\x2a','\xef','\xb1','\x42','\xf3','\x64','\x12','\xf4','\x3f','\x7a','\xaa','\x28','\x20','\x57','\xe2','\x5c','\xec','\x99','\x31','\x33','\x1c','\x3e','\x81','\x72','\x64','\x24','\xae','\x04','\xca','\x0f','\x3e','\xb3','\x41','\xca','\x73','\x54','\xe2','\x3c','\xa9','\x32','\x34','\xc7','\x40','\x39','\xf9','\xfc','\x51','\x04','\xa8','\x7a','\x18','\xec','\x61','\x9c','\x45','\xb4','\xd0','\x01','\x5b','\xef','\x51','\x0a','\x75','\xe5','\xdb','\x99','\x1f','\x3a','\xdb','\x06','\x5e','\x4f','\xf2','\xc1','\xc0','\x82','\x3d','\x50','\x99','\x09','\x7b','\x10','\xcd','\xac','\xe4','\xec','\x9e','\x25','\x15','\x88','\xf7','\x00','\xcc','\xfc','\x81','\xe3','\x29','\xc1','\x0f','\xbd','\x2e','\x93','\xeb','\xbe','\x24','\xe5','\x9b','\xe9','\x28','\x3f','\x84','\x47','\x88','\x62','\x5b','\x4a','\xc8','\xdc','\x60','\x73','\xa2','\xdc','\xb1','\xa0','\xb5','\xdd','\xfb','\xe8','\x2e','\x4a','\xb0','\x6a','\xc6','\x11','\x03','\xe9','\x86','\xe5','\xc0','\xf2','\xd2','\x7f','\x3a','\x07','\x5e','\x1b','\xec','\xa2','\xb7','\x56','\x80','\xe9','\x09','\x0f','\x56','\xfc','\xa2','\x77','\xa4','\x7c','\xd7','\x25','\x9f','\xbb','\x2a','\xa0','\xdc','\x1d','\x4d','\xb1','\x7a','\x33','\x75','\xf2','\x9f','\x85','\x2e','\xd2','\x54','\x19','\x30','\x80','\x55','\xea','\x5d','\xf0','\x41','\x8a','\x54','\x1b','\xef','\x36','\xcb','\xf7','\x76','\xfa','\xe1','\xcb','\x7e','\xf5','\xf7','\x28','\x06','\x66','\x51','\xbe','\x03','\x6b','\x6e','\x17','\x51','\xba','\x84','\x00','\x63','\x9b','\x7c','\x7a','\x87','\x16','\x30','\xe8','\xaf','\x16','\x28','\x20','\x85','\xf6','\x3e','\x83','\xec','\xf9','\x23','\xb8','\x90','\x5d','\x1a','\x2f','\x01','\xa4','\x7d','\x7d','\x8e','\x4d','\x1b','\x6b','\x1b','\xd5','\x55','\xf6','\x1d','\xf8','\xed','\xe4','\xe6','\xfd','\x3a','\x4a','\x54','\xdc','\x4e','\x2a','\xef','\xca','\x84','\x0f','\x25','\xc9','\xc5','\x77','\x76','\x49','\x57','\x6f','\xf3','\xb4','\xab','\x0a','\x62','\xcb','\x74','\x70','\xdc','\x9f','\x07','\x52','\xcf','\x1a','\x5c','\xe3','\x7b','\x57','\x3f','\x94','\x5d','\x3d','\x20','\xd2','\xce','\x33','\xce','\xc0','\xfd','\x2d','\xe3','\x00','\x76','\xe2','\xd6','\x9e','\x2e','\x45','\xff','\x68','\xf0','\xa9','\xfd','\xce','\x7e','\x66','\x6f','\xd1','\x02','\xab','\x01','\x4c','\x4b','\xc7','\xf0','\x37','\x5c','\x9a','\xe0','\x80','\xeb','\x01','\xa4','\xae','\xfb','\x9d','\xbd','\x43','\xd7','\x5c','\xe8','\x16','\x0b','\x66','\x34','\xba','\x96','\xe2','\xbd','\x6c','\x90','\xda','\xde','\xe6','\xfa','\x40','\x8f','\xae','\x93','\x3d','\xad','\x47','\x6b','\xa0','\x12','\xac','\x03','\xba','\x65','\xa2','\x73','\xaf','\x0d','\xd0','\xe4','\x7d','\x3d','\x3d','\x8f','\x32','\xdf','\x12','\xd3','\xb4','\x52','\xd2','\xc5','\xef','\x51','\x14','\x53','\x3d','\xdf','\x4e','\x6a','\x78','\x76','\x06','\xdd','\x40','\xae','\x39','\xaa','\x63','\x2d','\xf5','\x0f','\x46','\x16','\x45','\x89','\xf4','\x1e','\x51','\x7d','\xdd','\x43','\x22','\x3e','\x86','\x5a','\xec','\x19','\xf6','\x1b','\x22','\xc2','\x6e','\xa5','\x94','\xd8','\xc2','\x8e','\x3f','\x04','\x26','\x47','\x11','\xb8','\x6b','\xe6','\xcf','\xe8','\xb3','\x78','\xa8','\x87','\x36','\xbb','\x2a','\xc4','\x9b','\xf5','\x34','\xce','\x06','\x1a','\x8e','\xca','\xb8','\x7b','\xa8','\x2a','\xe8','\xa7','\xf6','\x19','\x06','\x6c','\xb2','\x2d','\x23','\xeb','\xa2','\x72','\xa5','\x7c','\x9e','\xeb','\xbc','\xb1','\x26','\x42','\x9b','\xe6','\x43','\x7d','\xbd','\x52','\x25','\x2d','\x6b','\x90','\x5f','\xcf','\x78','\x4e','\xd8','\xe3','\xc9','\x70','\x6b','\xaa','\x1f','\x1b','\x04','\x7f','\x38','\xd3','\x49','\x49','\xe6','\x1b','\x50','\xd0','\xc2','\x4e','\xa6','\x73','\xd5','\x89','\x50','\xf6','\x7e','\x37','\x8e','\x9c','\xa9','\xfd','\x7f','\x3d','\x4c','\x3c','\xd1','\xc3','\x2b','\x7e','\xfd','\xf5','\x9b','\x04','\xa8','\x20','\x69','\x44','\x1b','\x1c','\x40','\x86','\x44','\x39','\x2b','\x42','\x65','\xae','\x6a','\xc3','\xc5','\x0a','\xc7','\xde','\xf0','\xcd','\x8c','\x2f','\x05','\xe7','\xe2','\x36','\x66','\x31','\x98','\xd9','\x47','\x5c','\x88','\x48','\x81','\x0e','\xbb','\x2b','\x9e','\x92','\xa7','\xf5','\x71','\x97','\x65','\x45','\x20','\xe1','\x61','\xd3','\x19','\xb0','\xa1','\x07','\x0d','\xdb','\x4d','\x72','\x89','\xd4','\xa1','\x65','\xc0','\x73','\x23','\x69','\xfa','\xaf','\x1f','\x8e','\x16','\xbf','\xde','\x1e','\x56','\x7f','\xcf','\xac','\x9b','\xf0','\xe8','\xe8','\xa3','\x57','\x42','\xd1','\xd2','\xaf','\x9b','\xea','\x3a','\x03','\x62','\xb6','\xce','\xcf','\xa1','\x32','\x0a','\x0d','\x4a','\x8a','\xd3','\xb9','\xd5','\xa8','\x8c','\x08','\xc3','\x82','\xe6','\x0d','\xb8','\xed','\xa4','\x66','\x5f','\x57','\xd7','\x68','\xbb','\x44','\x5a','\x34','\x00','\x57','\x74','\x75','\xe7','\xae','\xcf','\xb8','\xa9','\x62','\x91','\xf7','\xa6','\xba','\x2b','\x2e','\x7a','\x1b','\xf0','\xe7','\xe9','\x0b','\x5e','\xa3','\xbf','\xd9','\xa6','\x84','\x3f','\xef','\xc6','\x4b','\x10','\xcd','\xee','\x32','\x72','\xff','\x12','\x91','\xaa','\x1d','\x7f','\xa1','\x10','\x98','\x18','\x68','\x5d','\x8f','\x5d','\x82','\xfd','\x2b','\xae','\x03','\xa2','\x86','\xfc','\xde','\x75','\x30','\x91','\xa1','\x41','\x7d','\xe7','\xf2','\xd6','\xaf','\xae','\x03','\x25','\xa5','\x14','\x5d','\x87','\xbd','\x5f','\xc7','\x5b','\x50','\x5b','\x7a','\xf1','\x76','\xe4','\xfa','\x14','\x13','\xf2','\xb6','\x33','\x26','\x30','\x28','\x2c','\x68','\xf2','\x7a','\x76','\xc5','\x53','\x06','\x70','\x88','\xce','\x98','\x32','\xb8','\x99','\x60','\x7c','\xfd','\x3b','\xf7','\x61','\x34','\xae','\xef','\xeb','\xb9','\x7f','\xa1','\x5d','\x43','\x07','\xb6','\xda','\xa3','\x6c','\xfa','\x6f','\x65','\x20','\x6c','\xb4','\x94','\xc9','\x06','\x1b','\xd1','\x7b','\x39','\x13','\xd6','\xac','\x4f','\x22','\x67','\xc6','\x7d','\x54','\x71','\x0f','\x7f','\xeb','\xe0','\x85','\x15','\x46','\xdd','\x75','\x09','\xd9','\x31','\x1a','\xfd','\xfa','\xd5','\xbd','\xc3','\x95','\xa4','\x46','\xea','\xd5','\x86','\xa6','\xae','\x75','\x75','\x76','\x10','\x64','\xe1','\x4d','\xba','\xe9','\x73','\xdf','\xd5','\xd2','\x86','\x5e','\xa5','\xfe','\xbe','\x46','\x0a','\x0d','\xb8','\x1b','\x78','\x59','\x8d','\xe0','\xd9','\x77','\x44','\x38','\x91','\xf1','\xb7','\x45','\x34','\x9b','\xbd','\x10','\xa8','\xf2','\x7b','\xc0','\x1e','\x9c','\xc9','\x87','\x19','\xca','\x42','\x5c','\x79','\x5e','\x4b','\x2d','\x55','\xa1','\x4b','\xe7','\xaf','\x80','\xa6','\x1a','\x9a','\x81','\xad','\x65','\x1e','\x1a','\xb6','\x48','\xc7','\xf3','\x4e','\x4b','\xeb','\x7d','\x6a','\xe6','\x9c','\x59','\x60','\x5a','\x5b','\x25','\x38','\x2a','\xbd','\xc2','\xd4','\xc8','\x9c','\x21','\x1c','\xb9','\x13','\xe6','\xe2','\xcf','\xac','\xc0','\xc4','\xa7','\x0a','\x56','\x3d','\x37','\x88','\xd5','\x4f','\x0f','\x0d','\xa9','\x03','\xe7','\x01','\xb1','\xc2','\x78','\xa1','\xe2','\x02','\x54','\x5d','\xef','\xf7','\x6a','\xfe','\x61','\xa1','\x60','\xb1','\xe0','\x91','\x5c','\x87','\x4a','\xd4','\x5a','\x88','\x2b','\xb1','\x56','\x52','\x08','\x21','\x03','\xf9','\xfa','\x84','\xad','\x0b','\x2d','\xbb','\xcd','\x0a','\x12','\x69','\x79','\xaa','\x51','\xef','\x79','\x09','\xe9','\x0b','\x58','\x4a','\xe0','\x4a','\x56','\xce','\x74','\x3e','\x83','\x3d','\x33','\x2e','\x24','\x98','\x83','\x87','\x79','\xea','\xb3','\x0c','\x5d','\x5d','\x8a','\xbe','\x4e','\x05','\x32','\x6d','\xaf','\xd9','\xbf','\x45','\x1b','\xcf','\xea','\x5c','\xe2','\x3d','\x5c','\xed','\x59','\x70','\xdb','\x34','\xa8','\xdf','\xa4','\xcf','\x6b','\x29','\xa0','\x8b','\x15','\xc8','\xb5','\xb4','\xd6','\x74','\xc2','\x43','\x68','\x62','\xc4','\x85','\x75','\x52','\xce','\xf9','\x38','\x26','\x7d','\x80','\x9e','\xa5','\x7b','\xc1','\x27','\x98','\x10','\x2b','\x59','\xe5','\x40','\xd3','\xc0','\x18','\x06','\xf7','\xa7','\xb8','\x0c','\xa7','\x18','\x56','\x09','\x2a','\x60','\x4d','\xf8','\x34','\x8c','\x01','\xac','\x54','\x7f','\xd4','\x98','\x0c','\x04','\x16','\xdf','\x23','\xc1','\x04','\xc6','\x86','\xb7','\xd0','\x27','\xf7','\x8e','\xa4','\x5e','\x33','\x14','\xce','\xa6','\xe4','\xba','\xc1','\x61','\x8b','\x2b','\x35','\xec','\x57','\x43','\x88','\xdb','\x2e','\xa1','\x0a','\x63','\x1a','\x8e','\xe3','\xe0','\x1e','\x59','\x8b','\x01','\x5a','\x25','\x28','\x21','\xbf','\xb0','\xe2','\x04','\xf0','\xc0','\x9c','\xfa','\xc4','\x4e','\xd8','\x21','\xf6','\xc3','\x30','\x8c','\x64','\xf2','\x77','\xae','\xef','\xe8','\xc0','\x5c','\xa1','\xa4','\x24','\xaa','\x17','\x2c','\x4e','\xb8','\x17','\x69','\xc5','\x35','\x24','\x7c','\x00','\x64','\x99','\x2a','\x22','\x25','\xbb','\x0d','\x5c','\xab','\xab','\xb1','\xb5','\x19','\x0a','\x43','\x89','\x60','\x53','\xd7','\x1e','\x42','\x67','\x57','\xa9','\xba','\x53','\x1d','\x18','\xda','\x4e','\xe6','\x76','\x9f','\x86','\xfe','\xde','\x0d','\xce','\xbc','\xf5','\xa6','\xbd','\xdb','\xbe','\xe6','\xb6','\xa1','\x1c','\x40','\xda','\x01','\x98','\x6d','\xdb','\x7d','\x87','\xf5','\x40','\xaf','\x02','\xd0','\xd7','\x04','\x51','\xd4','\xbb','\xf6','\x23','\x06','\x46','\xab','\xe9','\x55','\x57','\xf0','\x79','\x42','\x94','\x46','\x32','\x38','\xdb','\x59','\xda','\xed','\xe7','\xa0','\xa0','\xaa','\xc1','\x56','\x52','\x4f','\x0d','\x55','\x0e','\x78','\xa8','\x7f','\x63','\x6f','\xea','\x7d','\x31','\x77','\x8f','\x89','\xfd','\x70','\xbd','\x6d','\x95','\x4d','\x54','\xb2','\xfb','\xda','\xdb','\x0e','\xdb','\x7e','\x13','\xdb','\xff','\xd7','\x94','\x58','\xfd','\xbe','\x43','\x76','\x97','\x7f','\xcd','\xb2','\x0d','\xce','\xef','\x33','\x75','\xa3','\xbc','\xba','\x49','\xad','\x94','\xe2','\x9d','\xcc','\x66','\x00','\xe8','\x1a','\xb7','\x2f','\x92','\x62','\xe3','\xcd','\x69','\xff','\x4d','\xde','\x79','\x7b','\x97','\x7a','\x8b','\x43','\xde','\xbf','\x2b','\x9b','\x2a','\x20','\x29','\x37','\xd5','\xd1','\xf5','\xfb','\x3c','\xa7','\x1d','\xfc','\x6e','\x87','\xb9','\x25','\x9d','\x1b','\xbc','\xb2','\x1d','\x73','\x75','\x29','\xe8','\x16','\xbc','\x30','\xc0','\x1a','\x60','\x96','\x6d','\x37','\x26','\xe7','\x0f','\x55','\x2e','\x37','\x58','\xa5','\xac','\xa6','\xa9','\x9c','\x40','\xca','\x86','\xdd','\x00','\xe8','\xde','\x55','\x76','\x57','\x5f','\x49','\x55','\x0d','\xf5','\x64','\x33','\x41','\x47','\x19','\x7b','\x87','\xab','\x94','\x1c','\xdc','\xb1','\xa5','\xa1','\x09','\x59','\x6f','\x4a','\x79','\xfa','\xbf','\xb6','\xbd','\xbc','\x00','\xd7','\x43','\x69','\xaf','\xd3','\x0f','\x09','\x5a','\x93','\x4e','\x10','\xb4','\x67','\x07','\xd9','\x0f','\xa8','\x13','\x75','\x0a','\x24','\x74','\xa0','\x2b','\xe9','\x30','\x01','\x57','\xe8','\x2a','\x3c','\xc1','\xc2','\x61','\x93','\xbb','\xdc','\x9a','\x65','\x80','\x2d','\x08','\xc0','\x61','\xc0','\x40','\xe5','\x75','\x53','\x17','\xf7','\x03','\xd6','\x39','\xd9','\x67','\x0e','\x30','\x89','\x0f','\xb0','\x42','\xea','\x18','\xbb','\x6f','\x00','\xac','\xe6','\x66','\x71','\x4e','\x55','\x81','\x3d','\x52','\xaa','\xd4','\x36','\x3b','\xab','\xc1','\xae','\x9e','\xa7','\xc7','\x96','\x0d','\xc5','\x0f','\x60','\x0c','\xf1','\xd3','\xc7','\x93','\x5b','\x55','\xa0','\x62','\x44','\xe0','\x66','\x01','\x15','\x5a','\x69','\xb0','\x4f','\x53','\x5a','\x13','\x3f','\xfb','\xf9','\xf3','\xd9','\x96','\xce','\x7b','\x5a','\x22','\x2e','\x90','\xca','\x09','\xf9','\xf8','\x95','\xc8','\xcb','\x80','\xdf','\x9f','\x83','\xfa','\x3b','\x14','\x38','\xa3','\x76','\xf6','\x36','\x03','\xc5','\x1c','\xcb','\x55','\x72','\x8f','\x4a','\x20','\xcf','\xbd','\x50','\xdd','\xcb','\xd0','\x6b','\x4a','\x5a','\x61','\x5b','\x89','\x52','\xb4','\xd7','\x28','\x6e','\x97','\xc2','\x0c','\xc3','\xdb','\xf1','\xdd','\xaf','\xf6','\xfd','\xd3','\xbd','\x7d','\x6e','\x03','\xb8','\x1d','\xae','\xdd','\xd7','\xd6','\x5b','\xa0','\xe7','\xa5','\x98','\xa1','\x6c','\xdc','\x88','\xb5','\x36','\x65','\x2f','\x62','\x19','\x30','\x2c','\x25','\x8e','\xde','\xd7','\x48','\x63','\x5c','\x3a','\x50','\xef','\xf4','\x63','\x9e','\x9d','\xbb','\xf0','\x0d','\xab','\x7d','\x80','\xdf','\xf2','\x95','\x7b','\xc3','\x15','\x48','\x9f','\xab','\x2e','\xe3','\xd9','\xfe','\xdd','\x46','\xca','\x39','\x80','\x0d','\x68','\x04','\xc8','\x80','\xbb','\xef','\x47','\x4e','\x02','\x1d','\x38','\xa2','\x50','\x71','\x89','\x0e','\xa4','\xdf','\xad','\x52','\x39','\xd3','\x77','\xf5','\x08','\x85','\x5d','\x5a','\xdd','\xd7','\xde','\x09','\x9d','\x02','\x96','\x61','\xf3','\x87','\x9f','\xf1','\xd9','\xc4','\x36','\xc4','\x85','\xa6','\x68','\x74','\xdb','\x28','\xad','\x3f','\x9d','\x85','\x9e','\x63','\x2d','\x4e','\x15','\x57','\x30','\xf4','\xff','\x97','\xeb','\xd0','\x61','\x41','\xd6','\xbf','\xf9','\x3a','\xba','\x19','\x7f','\xf3','\x87','\x01','\xc0','\xbb','\x9f','\xa3','\x98','\x70','\x77','\xb5','\xc6','\x5d','\x06','\xbb','\x13','\x0e','\x93','\x41','\xf3','\x9d','\x4c','\x78','\x07','\xe5','\xff','\xda','\x7d','\x54','\x07','\xd6','\xbf','\x5e','\xcf','\x7e','\xb2','\x7c','\xfe','\x74','\xca','\xfb','\x85','\x9c','\x2f','\x53','\x25','\x67','\xcc','\xf7','\x4e','\xed','\xa3','\x6e','\x04','\x37','\x33','\xa1','\x8a','\x12','\x9f','\x30','\x19','\x16','\x2b','\x5d','\x2f','\x03','\xef','\x0d','\x50','\xbe','\x7f','\x26','\x52','\x5e','\xdc','\xd4','\x9c','\xfa','\x2f','\xdc','\xfb','\xe8','\x60','\xc4','\xb1','\xd1','\x01','\x9d','\x21','\xa2','\x60','\xaa','\xea','\xf6','\x3c','\x2d','\xe7','\x13','\xb1','\xfe','\x50','\x18','\xaa','\x82','\x74','\x94','\xb7','\xe2','\xac','\x81','\x48','\x6b','\xaa','\x42','\xd1','\x8d','\xc9','\x6e','\x85','\x69','\x03','\x59','\xbe','\x91','\xd4','\xdd','\xa4','\xdb','\xe7','\xbc','\x0a','\x11','\x37','\x15','\x11','\x96','\x94','\xd0','\xd4','\xc5','\x49','\x2d','\x13','\xbe','\x44','\x6c','\xb5','\x02','\x2a','\x50','\x61','\x80','\x39','\x45','\x4d','\x12','\xb0','\x23','\xe0','\x43','\xb3','\x63','\x04','\x4a','\xb4','\x7d','\x01','\x74','\x9d','\x0e','\x58','\xd4','\x5e','\x23','\x43','\x4a','\x02','\x55','\xc6','\x5e','\x8f','\xd8','\xbb','\xcf','\x4a','\x7b','\x37','\x4b','\xf3','\x2b','\x52','\x71','\x4a','\x32','\xb9','\x61','\x20','\xab','\x7b','\xa8','\x00','\x09','\x03','\xac','\x54','\x59','\x53','\x5b','\xf2','\x62','\xe2','\x13','\x4a','\x80','\xb0','\x24','\x6b','\x2a','\x9b','\xb8','\x16','\xec','\xec','\xd9','\x4c','\x09','\x8b','\xe2','\xfc','\xa5','\x48','\x20','\x16','\x2c','\x02','\x07','\x7d','\xa3','\x28','\xc9','\xad','\x46','\x97','\x77','\x15','\x26','\x1b','\xe5','\x35','\x44','\x5c','\x4c','\xe2','\x8b','\x60','\xd3','\x6c','\x44','\x55','\xc0','\x50','\x53','\x34','\x11','\x90','\xa8','\x46','\x48','\x1d','\x8e','\x67','\x89','\x2a','\x6d','\xb9','\x03','\x24','\xbb','\xe3','\x54','\xed','\xb7','\x46','\x99','\xbb','\x79','\x1e','\xf7','\x30','\xdd','\x6d','\xe5','\xbb','\xea','\x85','\x5b','\xfc','\x05','\x29','\xa5','\x31','\xce','\x86','\xa8','\xa0','\x10','\x40','\x46','\x28','\x70','\x62','\x12','\x6e','\x60','\x92','\x36','\xca','\x30','\x6c','\x60','\x4e','\x12','\xd8','\xe2','\xc1','\x46','\xfe','\x34','\xc3','\x58','\x44','\x96','\x4d','\xcf','\xa8','\x2a','\x11','\xb0','\x3d','\x08','\x38','\x35','\xb5','\x1d','\x60','\xb3','\xad','\x0f','\x0a','\x73','\xc0','\x13','\x75','\x5d','\xd8','\x2a','\x83','\x12','\x08','\x68','\x3a','\x38','\x5d','\xd2','\x60','\x83','\x2d','\x1a','\xf9','\x4e','\xc0','\x03','\xec','\x77','\xd2','\xf3','\x05','\xcf','\x7c','\x44','\x6a','\xad','\x03','\x66','\x81','\x26','\xf7','\xb5','\x7f','\x23','\x35','\x90','\xc3','\x12','\xe1','\x94','\x06','\xae','\x64','\xf5','\x6a','\xec','\x67','\x62','\x7b','\xb4','\x82','\xb7','\x43','\x4a','\xd2','\x56','\x81','\x44','\xcd','\x40','\x9c','\x81','\x6b','\x5d','\x30','\x73','\xa9','\x57','\x01','\xdd','\x0f','\x9a','\x4a','\x28','\xe1','\xc0','\xe3','\xc1','\x46','\x6e','\xde','\x13','\xd9','\x17','\x2c','\x02','\xf7','\x29','\x28','\x44','\x2e','\x54','\x34','\x16','\xae','\xe7','\x3b','\xb8','\x87','\xd9','\x02','\xe4','\x3b','\xf0','\xcc','\xca','\x5d','\xc1','\x4c','\xf5','\x12','\xd0','\x7f','\x6a','\x76','\x5e','\xe5','\x1e','\xd5','\x50','\x02','\xc6','\xaa','\x7b','\x41','\x10','\xc8','\x62','\x3f','\x85','\x9a','\x26','\xd0','\x31','\x42','\x75','\xa1','\x4b','\xfb','\xe7','\x1d','\x50','\xbb','\xaf','\xb4','\xff','\x5e','\x48','\x1b','\xbd','\xfb','\xb9','\x8f','\xaa','\x14','\xff','\xf3','\x54','\x70','\xc1','\x7d','\xef','\x3f','\xfe','\x47','\xbb','\xc9','\x44','\x9d','\xe2','\x4e','\x48','\xde','\x97','\x95','\x2a','\x3b','\x0d','\x94','\xf5','\x6a','\x6c','\x9a','\x55','\x07','\x5e','\xba','\x08','\x81','\x58','\x9e','\x0d','\xa8','\xd0','\xff','\x37','\xa5','\x0a','\xb5','\x7f','\xb1','\x03','\x1a','\x9e','\x14','\xbd','\x7f','\x5b','\x6a','\xee','\x57','\x55','\x41','\x5a','\x80','\x01','\x1d','\x13','\xfd','\x98','\x54','\x11','\x63','\xe2','\xb9','\x70','\x9d','\x1f','\x74','\x60','\x28','\x70','\xa2','\x0c','\x78','\x83','\xfa','\x69','\x17','\xeb','\x5e','\xbb','\xbb','\x22','\x75','\xd7','\x17','\x88','\xe6','\x77','\x12','\x72','\xaf','\xf5','\xbd','\xfe','\x74','\x3e','\x1d','\x83','\x95','\x7e','\xb7','\x13','\x5c','\xeb','\xfe','\x95','\xbe','\x6d','\x5d','\x8b','\x8b','\x0d','\xf0','\x5e','\xb1','\x70','\x14','\x6e','\xe5','\x54','\xec','\xf7','\xdd','\x72','\xda','\x00','\xba','\x57','\x08','\x90','\x4f','\x70','\xbd','\x87','\xdd','\x02','\x59','\x73','\x18','\xc6','\x71','\xe8','\xd8','\xd1','\xa8','\x74','\x40','\xbd','\x01','\x2e','\xdc','\xc0','\x77','\x41','\x62','\x22','\x2e','\xd6','\x4e','\x97','\x30','\x60','\xa8','\x5c','\xa2','\x9d','\x2b','\xb1','\x09','\xed','\x03','\xe7','\xcc','\x45','\xe2','\x35','\x62','\x90','\xbc','\x2d','\x4e','\xea','\x90','\x8e','\x32','\x20','\x7c','\xcb','\x3c','\x0b','\x8d','\x13','\x10','\xab','\xf5','\x2e','\x25','\x43','\x36','\x24','\xce','\x52','\xea','\xf3','\xd2','\xea','\x18','\x78','\xcf','\x36','\x00','\x3f','\x90','\x46','\xf2','\x16','\xef','\x77','\x5b','\x5e','\x6c','\x46','\xff','\x86','\x96','\x38','\x08','\xdd','\x7d','\xf0','\x3c','\x75','\xf5','\xf9','\xa2','\xea','\xe4','\x1c','\xac','\x22','\x0e','\xf0','\xba','\x5a','\x9c','\xc3','\xb5','\xce','\x19','\x86','\x54','\x1f','\x2c','\x97','\x83','\x67','\x67','\xf7','\xe1','\xf7','\xb3','\x91','\x9d','\xd2','\xa5','\x4a','\x2c','\xc7','\xf5','\x9c','\x38','\xa3','\xac','\x40','\x70','\xa1','\x01','\xc3','\x06','\xd6','\x4b','\xf1','\xb3','\x59','\x61','\x4c','\xc7','\x98','\xac','\x5c','\xe7','\x62','\xdc','\x13','\x05','\xda','\x64','\x1b','\x38','\x8e','\x03','\xee','\x13','\x9f','\xdf','\xbf','\x63','\x93','\xa4','\xbb','\xe7','\x9d','\x11','\x84','\xc2','\x98','\xe4','\x1e','\x4e','\xa8','\x7d','\x24','\xd4','\x9b','\x2f','\x50','\x23','\x0a','\x75','\x81','\x31','\xc1','\xef','\x7c','\xfd','\x36','\x01','\xaa','\x6e','\x76','\x72','\xbc','\xb7','\x68','\x41','\x97','\xd1','\x28','\xf8','\xb6','\x26','\x3f','\xd0','\x82','\x78','\xa3','\x99','\xb7','\xf4','\x67','\xa5','\x81','\xac','\x6e','\xe8','\xc0','\xf7','\x21','\x77','\x25','\x02','\x0a','\x24','\x14','\x6c','\x92','\x37','\x22','\x07','\x51','\x0a','\x7e','\x4b','\x1b','\xb1','\x37','\xa4','\x0e','\x0c','\xe9','\x68','\x29','\xc7','\xd3','\x9c','\x48','\x5e','\x89','\x57','\x6f','\x7c','\x05','\x7c','\x48','\x95','\x79','\x79','\x00','\xb6','\x72','\x9a','\xac','\x02','\x33','\x48','\x0d','\x51','\x43','\xed','\x03','\x63','\x7b','\xb3','\xf0','\x7e','\x9b','\x52','\x52','\x42','\x5a','\x43','\xa7','\xdd','\xb3','\xf3','\xf3','\xb7','\xcc','\x1e','\xd8','\xd5','\xa3','\x5d','\x24','\x4f','\x72','\x8f','\xef','\xa4','\xe6','\x57','\x07','\x15','\x1d','\x6c','\xf1','\xf7','\x2f','\xbb','\xb6','\x6e','\x3f','\x41','\x35','\x1e','\xaa','\x9e','\xf9','\x00','\xcd','\x56','\x20','\xd7','\xd4','\xde','\xd6','\xc1','\xfa','\xb6','\x95','\x19','\xbf','\x78','\x1d','\x36','\xe0','\x2a','\xf3','\xb7','\x5c','\xe1','\xa6','\x1b','\xb6','\x31','\x53','\xe0','\x80','\x2a','\x56','\xdd','\x50','\xb0','\x29','\xa7','\x6a','\x4b','\x07','\xf9','\x3f','\xf0','\x75','\xc8','\xe0','\xed','\xf6','\x39','\xf5','\xa2','\x74','\x45','\x22','\x33','\x45','\x3d','\x23','\x2f','\x9c','\xe5','\x62','\x87','\xcf','\x76','\x33','\x72','\x88','\xcc','\x00','\x6e','\x07','\xf1','\xef','\xb8','\x8f','\xde','\x67','\xb6','\xe9','\x22','\xda','\x7b','\x42','\x21','\x6b','\x14','\xd6','\x4a','\x0d','\xe8','\xbb','\xd1','\xcc','\x4d','\x73','\x13','\xc7','\xba','\xfb','\x13','\x20','\xaa','\x15','\x1b','\x20','\x71','\xef','\x23','\x19','\x6f','\x18','\xd0','\x72','\xdb','\xdb','\x07','\xff','\x4d','\xf7','\x0e','\xb4','\xce','\xfe','\xf6','\xbc','\xd0','\x00','\x5f','\x55','\x0f','\xb6','\x1a','\x9d','\x92','\xe6','\x55','\xa2','\xd0','\x81','\xc9','\x3f','\x0d','\x52','\x5b','\x0f','\x45','\xb0','\x09','\x89','\x4e','\x1c','\x0c','\xea','\xb4','\x5d','\xac','\xda','\xac','\x74','\x70','\xd9','\x56','\x61','\xa9','\xe2','\xe6','\x6f','\xd7','\xa5','\x20','\xcc','\xc1','\xb3','\x9c','\x3a','\x77','\x72','\xbc','\x0c','\xba','\x54','\x5d','\x48','\x63','\x43','\xf0','\xba','\xd0','\x6c','\x32','\x98','\x86','\x0a','\xbb','\xaa','\xba','\x4d','\x4d','\x54','\x25','\xd8','\x5a','\x34','\xac','\x69','\x60','\xc5','\xc0','\xbf','\x13','\x56','\x82','\xe4','\x42','\x99','\x94','\xb0','\x33','\x50','\x36','\x1a','\xf2','\x38','\x41','\xc5','\x39','\x55','\x1d','\x7b','\xcd','\x82','\xd2','\xd5','\x96','\x05','\xc4','\x85','\x4a','\x56','\x84','\x22','\x59','\xcd','\xa9','\xba','\x18','\x38','\x07','\xdd','\xda','\x88','\x84','\x5d','\x5a','\xeb','\x22','\x2a','\xef','\x09','\x58','\x49','\x78','\x41','\xeb','\x10','\xce','\x35','\x88','\xaa','\x9d','\x1c','\x51','\x86','\x58','\x82','\x15','\x55','\xb0','\xe1','\xea','\x5d','\x2a','\x52','\x0b','\x5b','\x11','\x1c','\x72','\xd2','\x96','\x88','\x6b','\x51','\x9d','\x6d','\x99','\xa8','\x68','\x4a','\x80','\x5a','\x06','\x3a','\xb5','\x6f','\x5d','\x7e','\x00','\x74','\x7e','\xe5','\xc9','\x35','\x94','\xbc','\x6e','\x85','\x64','\x9d','\xc7','\x44','\x03','\x53','\x6d','\x6b','\xbb','\x12','\xc0','\x8c','\xbe','\xf6','\x5a','\x32','\xd1','\xd2','\x7f','\xd9','\x7d','\x55','\x4a','\x58','\x23','\x51','\x45','\xda','\xdb','\x83','\xd3','\xaf','\xd1','\xe2','\x1e','\xa5','\xc1','\x78','\x4c','\x5a','\x09','\xbe','\xf8','\xd4','\x3c','\x89','\x62','\x32','\x5f','\xe0','\xcc','\x95','\xdb','\x97','\x35','\x5d','\x88','\xb3','\xa8','\x22','\x4c','\x80','\x43','\xc0','\x30','\x98','\x00','\xca','\x76','\xa0','\x02','\xa9','\x79','\x2d','\x96','\x09','\xc3','\x64','\x65','\x58','\xc9','\x37','\xd1','\xed','\x06','\x70','\xe8','\xc8','\xd7','\xa5','\x21','\xd1','\xb2','\xd7','\xb5','\xa3','\x7a','\xf5','\x92','\x15','\x2b','\x91','\x0b','\x17','\x3a','\x74','\x60','\xb2','\xc8','\xeb','\x73','\x77','\x1c','\x7e','\x60','\x95','\x61','\x21','\x45','\xf7','\x35','\xf6','\x06','\x0d','\xd9','\x94','\xd5','\x09','\x48','\x29','\xb0','\x28','\x32','\x35','\x8c','\x15','\xf5','\xdd','\x64','\x6d','\x52','\x83','\x0c','\x67','\x93','\xf4','\xae','\x30','\x1a','\x19','\x1d','\xa0','\x48','\x4c','\xb9','\xf6','\x3b','\x64','\x57','\x01','\xc8','\xd4','\x42','\x02','\xbb','\xac','\xf0','\x42','\x55','\x56','\x99','\x34','\x16','\xa6','\x3a','\x98','\xd7','\x3d','\x03','\x42','\xe4','\x75','\x1e','\x53','\xe6','\x6f','\x9b','\xc1','\x7e','\xe3','\x06','\xac','\x3a','\x33','\xa8','\xfe','\xb6','\xec','\xdf','\x26','\xfe','\xfd','\xf0','\xf5','\x43','\x22','\xa0','\x67','\xde','\x15','\xa5','\xbb','\xd2','\xd4','\xa1','\x42','\xa3','\x31','\xf7','\xab','\xad','\x4a','\x7b','\x87','\xff','\xde','\xf6','\x59','\x36','\xaf','\x03','\xf3','\x1d','\xf4','\x81','\xb6','\xc8','\x6c','\x60','\xdc','\xe1','\x18','\xb1','\xb8','\x46','\x01','\x90','\x00','\xde','\x69','\x49','\xa6','\xa1','\xdb','\x3c','\x5f','\xfd','\x02','\x07','\x58','\xf9','\xd7','\x53','\x1f','\x6f','\x09','\x22','\x74','\x99','\x96','\xc6','\x46','\xf0','\x02','\x9a','\x8e','\xd9','\x4c','\x84','\x42','\xbd','\xf5','\x8c','\xf1','\x3d','\xb4','\xd5','\x7e','\xa4','\x4a','\x01','\xb0','\xa2','\xfa','\xa2','\xa1','\x6e','\x25','\x4b','\x03','\x5f','\xac','\x7d','\x60','\x7e','\x83','\x97','\x56','\x04','\x05','\x84','\x9f','\xf1','\x3d','\xfa','\xd1','\x28','\xc8','\x7e','\xd7','\xe0','\xea','\x87','\xed','\xd0','\x7a','\x2b','\xc8','\x1f','\xfd','\xf6','\xfa','\xd9','\x9e','\x7f','\x53','\xa5','\x78','\x8c','\x47','\x65','\x87','\x91','\xd9','\x00','\x79','\xbf','\x2f','\x99','\x46','\x3d','\x6b','\xa6','\xd7','\x05','\x69','\xa2','\x44','\xdf','\x3d','\xe6','\x5e','\x86','\x16','\x91','\xe0','\x3a','\x75','\x55','\x53','\xfe','\x16','\xdc','\x9f','\x7d','\xcd','\xaa','\xd7','\x90','\x7e','\x3e','\xba','\x9f','\xb6','\xff','\x1b','\xb2','\xa9','\x4b','\xf6','\xdd','\x77','\x3c','\x5b','\xa9','\xd1','\x11','\x46','\xd1','\x24','\x54','\xc7','\x7a','\x7c','\xe2','\x99','\xb6','\x93','\xbf','\x56','\x55','\x83','\xbf','\x01','\xb2','\xd9','\x3e','\x59','\xd7','\xe0','\x25','\x3a','\x7a','\xee','\xe4','\xc1','\x1a','\xb0','\x55','\xf5','\x94','\xcf','\xdf','\x00','\xb4','\x7a','\xe1','\xfb','\xad','\x71','\x1f','\xfa','\xbe','\x6e','\x26','\x6a','\x36','\x78','\x4e','\xb3','\x91','\xac','\x76','\xc0','\xa9','\xf5','\x92','\x72','\x43','\x83','\xc3','\xa6','\xf3','\xdc','\x82','\x0f','\x06','\x56','\xa0','\x5c','\xf3','\xa1','\xde','\xea','\xb3','\x3f','\x50','\x40','\x6f','\x66','\x64','\xc7','\x21','\x7d','\x28','\x44','\xc1','\x73','\xc6','\x36','\xb6','\x9d','\xb2','\xce','\x73','\x31','\x16','\x73','\x65','\x05','\x1c','\x74','\xad','\xcd','\x62','\xc0','\xb4','\x07','\x8e','\x63','\xe2','\x38','\x1e','\x30','\x38','\x5e','\xf8','\x6c','\xdc','\x18','\x1b','\x20','\x78','\x3b','\x5f','\x0a','\xa3','\x99','\x58','\x69','\x8f','\xa1','\x08','\xd4','\x9a','\x51','\x60','\x2b','\xa3','\xc8','\x65','\xfe','\x9d','\xaf','\xdf','\x24','\x40','\x97','\x0c','\x2d','\x14','\xac','\xbb','\x1e','\x10','\xe9','\x2a','\x09','\xf7','\x0b','\xb3','\xe2','\xed','\x10','\xf4','\x51','\x68','\xab','\xa8','\x5e','\x97','\xde','\x78','\x3b','\xa3','\xbf','\x8d','\x1e','\x0c','\x70','\x3b','\xd4','\x3c','\x9b','\x72','\x3c','\xd8','\x62','\x00','\xb6','\xf8','\xb0','\xac','\x95','\x4d','\xf6','\xc1','\xd0','\x81','\x90','\x01','\xe7','\x01','\x4d','\xe4','\xbc','\x79','\xae','\x94','\xce','\xec','\xb2','\xa4','\x0e','\x95','\xb8','\xb3','\x26','\x54','\x6d','\x23','\xcc','\x68','\x87','\x5c','\xa8','\x72','\xa4','\x1f','\x28','\x17','\x97','\x5b','\x81','\x4f','\xcd','\xd6','\xf0','\xd7','\x7d','\x1a','\x83','\xfc','\x96','\x11','\xbe','\x75','\xd4','\xdb','\xe8','\x53','\x1e','\x95','\xba','\xf3','\xbd','\x69','\xf8','\x3b','\x29','\x58','\xbc','\x8a','\x8d','\xee','\xae','\x79','\x46','\xef','\x09','\x16','\x64','\xe0','\x76','\x49','\x3a','\x85','\xbe','\xea','\x3d','\xb8','\x69','\xb9','\xe3','\xbc','\x0e','\xf6','\xcc','\x8c','\x40','\x27','\x8e','\xa8','\x42','\x16','\x9b','\xdb','\x0a','\x06','\xf3','\x0f','\x38','\x12','\xeb','\xf1','\x1d','\x81','\x05','\x97','\xdc','\x26','\x2b','\x55','\x05','\x64','\xcb','\x94','\x62','\x37','\x66','\x9b','\x77','\xd0','\x7c','\x1b','\xfb','\x6e','\x72','\x74','\x08','\xe7','\xfc','\x0f','\x7a','\x1d','\xf7','\xe1','\x66','\x10','\x5c','\xd6','\x2e','\x94','\xf3','\x07','\x96','\x2a','\x4b','\xdb','\x70','\xa8','\xaf','\x65','\x38','\x8d','\x5f','\x07','\x09','\x26','\xa8','\xbf','\x4b','\xde','\x8d','\x62','\xff','\xcd','\xf7','\x01','\x1e','\xc4','\xbe','\x8f','\x5f','\xf9','\x62','\x6c','\xb8','\x2d','\x0b','\x0b','\x42','\xfb','\x65','\x30','\xc6','\x1c','\x38','\x9a','\x4b','\xdb','\xf4','\xbe','\xba','\x03','\x49','\x64','\xc1','\xa6','\xa4','\x7b','\x4b','\x09','\x5f','\x6f','\xa4','\x52','\xa0','\x64','\x60','\x95','\x29','\x8d','\xb4','\x95','\xbf','\xe9','\xde','\xfd','\xcd','\xa9','\x00','\xa8','\xc0','\x65','\x9f','\x4c','\xfb','\xdb','\x71','\xd4','\xaf','\x8c','\x3e','\x38','\xed','\x99','\x4f','\xe5','\xee','\x5f','\xda','\xf1','\x4d','\x07','\xc9','\xb9','\x30','\x35','\x07','\x28','\x0c','\x30','\x0c','\x05','\x64','\x81','\xcc','\x13','\x44','\x9b','\xa9','\xef','\x9f','\xc5','\x79','\x18','\x54','\x96','\x0c','\x74','\x65','\x15','\x35','\x60','\x6b','\x48','\xa4','\xae','\xb6','\x91','\x84','\x1c','\x6d','\x57','\xa7','\x58','\x99','\x22','\xe8','\x52','\xa3','\x60','\x3e','\x61','\x9a','\x4e','\xbf','\xfb','\x9e','\x82','\xf6','\x2d','\xab','\xf6','\xd0','\xe7','\xae','\x24','\x1a','\x88','\x64','\x19','\x58','\xbd','\x75','\xd9','\x87','\xa6','\xa1','\x86','\x82','\xe7','\x12','\xa2','\x0c','\xbc','\x80','\x3a','\xb7','\x8d','\x42','\x0f','\x54','\x2d','\x51','\xa2','\xc0','\x9e','\x1d','\x48','\xa0','\x03','\xb6','\x50','\x38','\x11','\x79','\x92','\x02','\x26','\xc4','\xf4','\x23','\x0c','\x1f','\xe5','\x77','\xbf','\x51','\x24','\x69','\x7a','\xeb','\x42','\xad','\x90','\x34','\x76','\xc0','\xd6','\xc5','\x88','\x23','\x17','\x6c','\x05','\x4c','\x7f','\xa2','\x98','\x88','\xd0','\x2c','\xca','\x2e','\x9b','\x61','\x8e','\x03','\x33','\x8a','\x83','\xf5','\x60','\x94','\x3e','\x8f','\xe2','\xcc','\x35','\xf5','\x90','\x44','\x26','\xb0','\x24','\x41','\x9b','\x8b','\x89','\xb9','\x92','\x65','\xdb','\xa0','\x4e','\x0f','\xb6','\x14','\xc8','\xe1','\x0d','\x30','\xa5','\xc6','\x0b','\x84','\x28','\xd0','\xa6','\xc8','\xb7','\xd3','\x71','\x25','\x12','\x3e','\x30','\x8a','\xc9','\x7d','\x22','\x31','\x41','\x35','\x1f','\xcb','\x85','\x1e','\x33','\x60','\x2d','\xa8','\x01','\x63','\xf5','\x67','\xd2','\x31','\xaf','\x0c','\xbc','\xbe','\x4b','\xb5','\x0e','\x5c','\xff','\xeb','\x3a','\x11','\xd7','\xc5','\xb9','\x12','\x25','\x99','\x01','\xf5','\xdd','\xb7','\x12','\x9b','\x7b','\x6c','\xbb','\x1d','\xc1','\xaa','\xef','\xba','\x64','\xb3','\x8f','\x07','\x1c','\xce','\x8a','\xb2','\x77','\x70','\xb0','\x60','\x58','\x4a','\x84','\xf5','\x9c','\x41','\xc5','\x37','\x2f','\x8a','\x18','\x2c','\xf5','\xb2','\xb2','\x98','\x17','\x48','\x4b','\x94','\xd7','\xdd','\xe3','\x07','\xf5','\x0e','\xad','\x85','\x58','\x8b','\x55','\x4d','\xd8','\x66','\x2a','\x34','\x9a','\x4d','\x93','\xa0','\x61','\xb4','\x7b','\x6c','\xc3','\x01','\x48','\x51','\x15','\x03','\xb0','\x24','\x49','\x3b','\xb0','\x74','\x9f','\xc0','\xe3','\x18','\x40','\xb1','\xd7','\xa8','\x34','\xf0','\x96','\x7d','\x2c','\x05','\x9f','\x42','\x68','\x57','\x69','\x0d','\x98','\x18','\x5a','\x19','\x86','\xa8','\xd1','\xcd','\xda','\xa8','\xd1','\xc7','\x8b','\x70','\x8a','\x39','\x95','\xdc','\xcc','\x07','\x83','\x22','\x05','\xdd','\x1c','\x90','\xdb','\x41','\x2d','\x83','\xc9','\x66','\x0f','\x24','\x6e','\xb5','\x3c','\x59','\xac','\xed','\xbf','\x76','\xd0','\x65','\x6f','\x49','\xc2','\x0e','\xfe','\xda','\x0f','\xea','\xfc','\x16','\xd8','\xc0','\xfd','\xb6','\x36','\xef','\x89','\x10','\x4d','\x49','\xe9','\x32','\x8c','\xc1','\x54','\x08','\x70','\x83','\x51','\x31','\xcd','\x79','\xed','\x9c','\x6c','\xdf','\xe0','\x14','\xd1','\xe2','\xa6','\x5a','\x15','\x72','\xcf','\xf9','\x82','\x51','\x81','\xd4','\xca','\x77','\xd5','\xf4','\x36','\xd5','\x2d','\x7b','\xdd','\x6a','\x92','\x4d','\x6c','\xea','\x04','\x84','\xc1','\x16','\x18','\xf7','\xb2','\xbf','\x4c','\x57','\x6a','\x80','\x2a','\x7e','\x12','\x7c','\x00','\x83','\x40','\xe8','\xef','\xac','\x34','\x94','\xaa','\x6d','\x77','\xb2','\x3b','\xcc','\x30','\x04','\xa9','\x67','\x72','\x15','\x51','\xb5','\x13','\xe2','\xae','\x1a','\xac','\x20','\xd0','\xd1','\x2a','\x66','\x90','\x5f','\xec','\x3d','\x8f','\xe2','\x60','\x60','\x03','\xcf','\xf6','\x1d','\x42','\x12','\x50','\x01','\xb0','\xab','\x39','\x58','\x22','\x09','\xbc','\xf9','\x28','\xe5','\x66','\x28','\x67','\x72','\x33','\xa1','\xfc','\xbe','\x1f','\x48','\x62','\x27','\x68','\x5d','\x11','\x9b','\x79','\x7f','\x86','\x59','\xc7','\x76','\x62','\x21','\x64','\x60','\xa6','\x7a','\xb0','\xdb','\xe6','\x18','\x60','\x21','\x3b','\x22','\x50','\xcf','\xdd','\x25','\xdc','\x52','\x3f','\xe4','\x46','\x53','\xf6','\x9f','\xe3','\x29','\x80','\x5c','\xd7','\xdd','\xe3','\xa9','\x6b','\xed','\x3c','\x8f','\xf6','\x5f','\x89','\x47','\x15','\x93','\x58','\x67','\x4f','\xb2','\x25','\xa4','\x22','\x2a','\xc0','\xd1','\x9c','\xd2','\xe3','\x70','\x94','\xf6','\x8b','\xcb','\x3f','\x70','\x0e','\x0e','\xab','\x28','\x6e','\x53','\x81','\xbf','\x2a','\x5f','\x6f','\x9f','\x15','\xea','\x89','\xde','\x01','\x8b','\x5b','\xe3','\x22','\xba','\x0f','\xc5','\xd7','\xc3','\xd4','\xf2','\xa1','\x12','\xaf','\xaa','\x8d','\xbb','\x4a','\x57','\x09','\x20','\x31','\xea','\xd8','\xa7','\xa8','\x6d','\xa8','\xa1','\x81','\x39','\xbe','\xff','\x38','\x26','\x85','\x93','\xf4','\x39','\xab','\xd4','\xaf','\x16','\x0e','\x4f','\xbe','\xde','\x16','\x41','\x1e','\x37','\x9d','\x29','\xa7','\x2d','\x61','\xc5','\x8b','\x60','\x93','\x17','\xd8','\x27','\x6c','\xce','\xd9','\x71','\xea','\x45','\x2e','\x40','\xbd','\x43','\xb9','\xcf','\xa8','\x05','\xab','\xbd','\x7c','\x6e','\x12','\x2d','\x2a','\x8e','\xba','\x73','\x29','\x40','\xf2','\x87','\x83','\x62','\x27','\xda','\xbb','\x3b','\x19','\x04','\xcf','\x19','\x41','\xb8','\xa6','\x42','\x02','\x23','\x26','\xfc','\x62','\xe2','\x59','\x95','\x18','\x79','\xbc','\x01','\x31','\x86','\xae','\xa4','\xdd','\xfb','\xbc','\xe0','\xc6','\x02','\xcb','\x2c','\xc3','\x61','\x3c','\x8f','\x3d','\x8a','\xae','\x46','\xe1','\x61','\xc0','\x88','\x1b','\x1c','\x78','\xff','\xfa','\x1d','\x11','\x04','\xd2','\xb9','\x5c','\xe5','\x6a','\x07','\x64','\x20','\x74','\x3f','\x95','\x20','\xba','\xf9','\x63','\x19','\xf0','\x4e','\x28','\x92','\x28','\xb9','\x0c','\x4a','\xca','\xc8','\xb7','\xe1','\xeb','\x74','\xad','\xb0','\x88','\x1c','\xa2','\x50','\xea','\xa6','\x4e','\x19','\x22','\x6e','\x46','\xc5','\x39','\x63','\xb6','\x20','\x0a','\xbf','\x1f','\x5a','\xaa','\x2e','\xbf','\x0e','\xa0','\xc4','\x46','\xaa','\x12','\x0d','\xa6','\x61','\x0b','\xeb','\xbf','\xee','\xae','\x95','\xfd','\x5f','\xa1','\x03','\x1c','\x05','\x21','\xa0','\x36','\x3e','\xc3','\x9c','\xfe','\x7e','\x9b','\xf0','\xfb','\x3e','\xf9','\x9b','\xcd','\xd7','\xee','\xd7','\xd2','\xb1','\x94','\x90','\x30','\x97','\x8c','\x5f','\xa5','\xb8','\xd0','\x00','\xde','\x75','\xf0','\xb9','\x46','\x0c','\xc4','\xfa','\x3a','\xf0','\xfe','\xa7','\x4e','\x72','\x89','\x2e','\xc3','\x61','\x50','\x4b','\xce','\x80','\x34','\x07','\xb8','\x61','\xd5','\x27','\xb0','\xda','\x10','\xdc','\xd3','\xc9','\x13','\x2c','\x69','\xf6','\x53','\xc9','\x0a','\x94','\xbf','\x80','\xdd','\x70','\x29','\x71','\x8a','\xe2','\x10','\x39','\xac','\xe2','\x7b','\x08','\x49','\xde','\xb4','\x96','\xde','\xac','\x25','\xe3','\x01','\xc3','\x42','\xc8','\x61','\xff','\x07','\xbb','\x0e','\x33','\xac','\x6c','\xb4','\x80','\x08','\x4d','\x33','\x7d','\x51','\x40','\x4a','\xe6','\x31','\x94','\x94','\x04','\x00','\xb7','\x94','\x6e','\x7e','\xa9','\xbb','\x5e','\x48','\xbe','\x92','\x7d','\xee','\x22','\x93','\x51','\xfd','\xfb','\xdd','\x47','\xef','\xa7','\x0e','\x34','\xd0','\x27','\xa7','\x16','\xcb','\xd1','\x6d','\x88','\x40','\x94','\xf6','\xe6','\xd1','\x03','\xa4','\x32','\xd4','\xae','\x66','\x8d','\x2c','\xa4','\xcf','\x3b','\x80','\xa8','\x46','\x9d','\x14','\xd4','\x14','\x77','\xad','\xe5','\xdf','\x7e','\xef','\x29','\x43','\xc7','\xfb','\x2e','\x54','\x2d','\xf6','\x91','\x88','\x7b','\xc6','\xbe','\x24','\x26','\x7e','\x91','\x89','\x15','\x1c','\x56','\x07','\x2b','\x78','\x0d','\xf4','\x1c','\x8a','\x2a','\xdc','\x68','\x10','\x8c','\x2a','\x71','\x57','\x70','\xc0','\xa5','\x41','\x4d','\xa3','\x54','\x05','\xeb','\xca','\xb1','\xb9','\x63','\xcc','\x07','\x7c','\x1c','\xb2','\x1d','\x9a','\x2b','\x52','\xc0','\xa6','\xcb','\x54','\x32','\x18','\x85','\x26','\xaa','\xbb','\x35','\xf0','\x87','\xa6','\xb0','\x99','\xf7','\xbe','\x01','\xbd','\x77','\x09','\x32','\x1a','\x1d','\x90','\x2b','\x72','\x37','\x08','\x88','\x69','\x34','\x56','\x15','\xab','\x22','\xef','\x1f','\x79','\xca','\x42','\xaa','\x8c','\x54','\x01','\x64','\x88','\xb2','\x55','\xa8','\xba','\x58','\x6d','\xaa','\x80','\x8f','\x45','\xfb','\xd6','\x9c','\xea','\x0a','\x40','\x95','\x0d','\xab','\x0b','\x48','\x0e','\x42','\x45','\x27','\x09','\xb5','\x68','\x03','\x63','\xe9','\x67','\x4d','\xed','\x3c','\x30','\x8b','\x68','\x68','\xc5','\x42','\x5d','\x0b','\x71','\x9e','\xc8','\xd7','\x89','\x38','\x2f','\x54','\x04','\x46','\x6a','\x66','\x51','\xb1','\x7a','\x52','\x49','\xd5','\x37','\x6e','\x2b','\x26','\x22','\x36','\xb0','\xd1','\x59','\x26','\xa3','\x89','\x0a','\xa3','\xa4','\xf9','\x0a','\xbc','\xce','\x13','\x48','\xc3','\xd7','\x8f','\xaf','\xf0','\xa1','\xca','\x7f','\x41','\x0d','\xaf','\xd8','\xc9','\x2b','\x13','\xbe','\x8b','\x7d','\x55','\x06','\xa4','\x2a','\x1f','\x0e','\x3a','\xd4','\xa6','\xb4','\x75','\x60','\xe4','\x16','\x9c','\x7b','\xd4','\x6b','\xa6','\x8d','\x59','\x56','\x12','\x5b','\x18','\x3b','\x48','\xe4','\x05','\xab','\x54','\x00','\xfa','\xa0','\xdb','\xe9','\x8a','\xce','\xe7','\x13','\x95','\x13','\x66','\x85','\x6b','\x5d','\x78','\x7d','\x7f','\x61','\xc5','\x05','\x48','\x31','\x33','\xd6','\xc2','\x15','\xa1','\xc4','\xa0','\xda','\x65','\xf1','\x1a','\x1d','\x52','\x82','\x64','\x7f','\x10','\xcf','\x5b','\x21','\x2f','\xd2','\x66','\xc6','\x98','\xf8','\xea','\x80','\xd9','\xb1','\x7d','\x58','\xf7','\xb9','\x75','\xe9','\xd1','\xdc','\x71','\x5d','\xaf','\xed','\xf7','\xc6','\x18','\xc8','\x30','\xac','\xe4','\x48','\x03','\x26','\xc3','\x4a','\xfb','\x1d','\x1b','\x2d','\xee','\x21','\xda','\xa4','\xf6','\x31','\x41','\x7b','\xcc','\x81','\x39','\x48','\xdd','\x79','\x1f','\x7e','\x58','\x19','\xa4','\xa2','\xad','\xa0','\x82','\xd2','\x81','\x5d','\xc9','\xe8','\xaa','\x15','\xab','\x52','\x81','\xd7','\xf5','\x82','\xdb','\xc0','\x7c','\x0c','\x0d','\x8c','\x3d','\x11','\x17','\x93','\xa2','\x01','\x57','\x52','\xc7','\xf5','\x8a','\x0b','\x88','\xc5','\x81','\x86','\xd1','\xe8','\xbf','\x6c','\xcf','\x6d','\xdb','\x12','\x3e','\x74','\x2f','\xe8','\xf1','\x00','\x6c','\x68','\xe6','\x50','\x66','\x26','\xd2','\xdb','\x8f','\x65','\x5f','\x1b','\x54','\x01','\x27','\xe3','\x82','\xe3','\x19','\x54','\xcf','\x6d','\xda','\x5b','\x95','\x2a','\x58','\xb5','\x51','\xfb','\x3d','\xa9','\x60','\x57','\xef','\x7d','\x53','\xc9','\x3b','\xb6','\x66','\x1f','\x66','\xfb','\x6d','\xdc','\xfb','\x68','\x87','\xf1','\xba','\x17','\x25','\x0e','\x7c','\x4b','\xbd','\xba','\x07','\xac','\x1a','\xed','\x74','\x0f','\xec','\x6c','\x10','\x89','\x8b','\xaf','\x0f','\xd2','\xcf','\x3b','\x60','\x6f','\xcb','\xd0','\xef','\xd6','\xf1','\xcd','\xbb','\x48','\x09','\x00','\x26','\x56','\x55','\xfb','\xda','\xfb','\x77','\x6c','\xbf','\xeb','\xb6','\x1a','\x7d','\xfa','\xb0','\x71','\xf5','\xea','\x38','\x86','\xb6','\x28','\x75','\xbf','\x0c','\x84','\xbb','\xa7','\x22','\x36','\x40','\x50','\xd1','\x83','\x37','\x99','\xa0','\xf9','\x60','\xa2','\x69','\x62','\x39','\x54','\xdd','\x71','\x37','\x5a','\x54','\x23','\x15','\x74','\xd7','\x9d','\x9c','\xdc','\xc9','\x17','\xb6','\x8f','\xdb','\xd5','\x18','\xf9','\x57','\xd3','\x1a','\xbf','\x07','\x3f','\xd6','\x33','\xcb','\xe4','\xd7','\x3a','\x38','\xe6','\xcc','\xa8','\x1b','\xed','\xa7','\x3b','\x6e','\xea','\x54','\xc7','\x74','\x45','\x3b','\x66','\x1d','\x4f','\x26','\x28','\xbf','\x2b','\x50','\xae','\xcb','\x1b','\xfc','\x05','\x34','\x83','\x60','\x2c','\x3d','\x83','\x96','\x95','\x2e','\xaa','\x17','\xc2','\x4a','\xba','\x59','\x89','\xbc','\x5e','\xbc','\x17','\x0d','\xbe','\x6e','\xe1','\x1e','\x98','\x61','\x08','\xd0','\x0e','\xf5','\xf6','\x98','\x62','\xe8','\x36','\xef','\x77','\x85','\xa2','\xd5','\x57','\x99','\x0c','\x35','\xd3','\xe2','\xb6','\x9b','\x7a','\x7e','\xd6','\x29','\x4b','\xef','\x32','\xad','\x49','\xf7','\xda','\xa2','\xd7','\x84','\x7f','\xdf','\xd5','\x8d','\xde','\x67','\x7a','\xd6','\x9e','\xb6','\xd5','\xf8','\x90','\x25','\xb7','\x24','\xf0','\x3b','\x81','\x06','\xf4','\x86','\xaa','\x30','\xb4','\xc3','\xbe','\xcb','\x73','\xbb','\x6a','\x58','\xc0','\x30','\x5e','\xd7','\x8a','\x1f','\x29','\xcb','\x26','\xeb','\xbc','\x2b','\x83','\x89','\x0d','\x5c','\xf2','\x16','\x04','\x48','\x25','\x18','\x8f','\xf6','\xef','\x17','\x55','\x9e','\x09','\x8c','\xfa','\x6d','\x7f','\x51','\xca','\x3f','\xc8','\x9e','\xa8','\x60','\x32','\x67','\x8e','\x5d','\xf1','\x46','\x06','\x68','\xf0','\xc6','\x8e','\xbd','\xe6','\x10','\x88','\x9a','\x14','\x7e','\x28','\x31','\x9f','\x86','\xfa','\xf4','\xa6','\x80','\x89','\xe2','\xa1','\x40','\xae','\x60','\x15','\xbd','\xb8','\x5f','\xbd','\x15','\xa2','\xef','\x63','\x87','\xbb','\xb5','\x05','\xc0','\xf0','\xbb','\x37','\xcf','\x81','\x29','\xe1','\x05','\x80','\x14','\xbf','\xc1','\xb7','\xfd','\xdd','\xaf','\xdf','\x24','\x40','\x47','\x5d','\x98','\xb1','\xe0','\xcd','\xa7','\xeb','\xb2','\x5c','\xd7','\x22','\x2f','\x07','\x6c','\xee','\x0b','\xb0','\x4e','\x46','\x74','\xa2','\x0c','\x20','\xa2','\x58','\x05','\xeb','\x61','\x4b','\xa6','\x83','\xaf','\xec','\xda','\x41','\x54','\xef','\xda','\x8b','\x3e','\xf9','\xfb','\x2e','\xc9','\x64','\xb0','\x34','\x99','\x99','\x40','\x4a','\xe5','\x41','\xef','\x2d','\xce','\x84','\x34','\xc5','\x99','\x78','\x18','\x1a','\x05','\xe6','\xe6','\x1f','\x63','\x6c','\xbe','\xa8','\x45','\x4b','\x70','\x72','\x85','\x76','\x09','\x6d','\xfb','\xe3','\x0e','\x30','\x39','\xd4','\x2d','\x5c','\x1b','\xa7','\x0d','\xa4','\x61','\x67','\xb7','\x00','\xb6','\xea','\x05','\x83','\x92','\xbb','\x02','\xd4','\x07','\xd0','\xdd','\x29','\xa7','\x6a','\xa5','\x38','\x4b','\x07','\x45','\x88','\x59','\x01','\x80','\x10','\x84','\x5c','\x4b','\x6b','\xd6','\x99','\x7f','\x63','\xc6','\xb5','\x03','\xe4','\x8d','\x62','\x04','\xc7','\xc8','\x59','\xb1','\x9f','\xa1','\xac','\x87','\x91','\x42','\x49','\xdf','\x52','\x20','\x5a','\x6a','\xda','\xe4','\xfd','\x52','\xe6','\xb7','\x30','\xcb','\xa9','\xc6','\x51','\x44','\x92','\xf4','\x29','\x98','\xdb','\xc0','\xeb','\x7e','\x00','\x6e','\x9e','\xaa','\xbd','\xe9','\x0c','\x1d','\xdc','\xf0','\x1b','\xff','\xe1','\xae','\xc3','\x07','\xca','\x72','\xa3','\x59','\x2d','\x95','\xd0','\xa5','\xfc','\xd2','\x73','\x23','\x88','\xea','\x68','\x6d','\x7c','\xce','\x0f','\x48','\x84','\x2d','\x5c','\x75','\x91','\xca','\xa6','\x1e','\x93','\xe6','\xb9','\x62','\x27','\xf0','\x7f','\xef','\xfb','\xe8','\x0d','\xc5','\x40','\x1e','\x65','\xf0','\x25','\x94','\x4c','\x73','\x89','\xe6','\xba','\x0b','\xd0','\xfe','\xb6','\x8f','\x4a','\xd7','\x05','\x38','\x70','\x29','\x38','\x56','\x59','\x1a','\xfb','\xd3','\xf5','\xbf','\xfa','\xdd','\xbb','\xd1','\xf3','\xaf','\xbf','\x77','\xce','\x9b','\x80','\x12','\x35','\x52','\x88','\x8e','\x72','\x78','\xf6','\x3c','\xa5','\x52','\xb5','\x80','\x14','\xd0','\x11','\xe4','\x2e','\x1f','\xc5','\x26','\x70','\x8f','\xdc','\x55','\x92','\x46','\xc0','\xb0','\xaf','\xc3','\x71','\x75','\xc3','\x9d','\x19','\x48','\x71','\x72','\xa2','\x73','\x26','\x99','\xd2','\x21','\x74','\xba','\x42','\xf2','\x9e','\x17','\xd0','\x35','\x69','\xe7','\x3a','\x2c','\x0f','\xac','\x41','\xbe','\x70','\xab','\x2c','\xd2','\x36','\xad','\x3b','\xf1','\xb2','\x81','\x31','\x1e','\x30','\x5c','\x4a','\xc8','\xd5','\x13','\x10','\xb2','\x11','\xa2','\xbe','\xba','\x86','\x4e','\x9a','\x68','\x2b','\x34','\x71','\xc2','\xae','\x93','\x74','\xa5','\x79','\xc8','\xa1','\xae','\x85','\x15','\x17','\x2b','\x2e','\x55','\x98','\x48','\x2a','\xe0','\x20','\x31','\xa3','\x30','\x43','\x5c','\xc7','\x46','\xbd','\x22','\xa9','\x45','\x4d','\x8d','\x5c','\xd2','\xdf','\xe2','\x12','\x25','\x8e','\xbc','\x67','\xab','\x0f','\x18','\x12','\x4b','\x55','\xf1','\xc7','\x95','\xf0','\x75','\x71','\xcf','\x47','\xa2','\xae','\x85','\x6b','\x05','\x27','\x8d','\x07','\xfb','\x3b','\xa6','\x3b','\x8e','\x39','\x45','\x5f','\xe3','\xa0','\x57','\x88','\xc5','\x93','\x31','\x70','\xad','\x4f','\xd4','\x72','\xf8','\xf1','\xd8','\xce','\x64','\x84','\x11','\xc5','\x54','\x40','\x1d','\xc6','\xde','\x96','\x18','\x4f','\xd4','\xa4','\xc4','\x6a','\x5a','\xe0','\x8a','\x13','\x27','\x2e','\xac','\x6c','\x34','\x39','\x60','\x57','\xc1','\x92','\x15','\x81','\xd1','\x82','\x18','\xa0','\xdf','\xab','\x64','\xdf','\x10','\x2b','\xff','\xbd','\x17','\x79','\x36','\x6c','\x0c','\x25','\x03','\x9c','\x0e','\xbe','\x30','\xb1','\xb2','\xa4','\x42','\x58','\x94','\xb5','\x96','\x4c','\x78','\xf3','\xf4','\x19','\x7c','\x0c','\xed','\xb3','\xe2','\x67','\xac','\x4b','\x03','\x4a','\x13','\x11','\x0e','\x8b','\x09','\x93','\x50','\x4c','\xe6','\x10','\x4d','\x8d','\xc9','\x69','\x55','\x03','\x71','\x25','\x04','\xdc','\x80','\x0a','\xf4','\x60','\xce','\xd8','\x3d','\x03','\x85','\xc4','\x40','\xae','\x03','\x0b','\x4c','\xdc','\xad','\x88','\x66','\x56','\x19','\xdc','\x1f','\x18','\xc7','\x81','\xe3','\xd0','\xe0','\xdd','\x45','\x7a','\xa1','\xad','\xc2','\x9c','\x03','\x87','\x1d','\x9c','\xa7','\x54','\x85','\x55','\xd7','\xed','\xc3','\x0c','\x4a','\xc2','\x21','\x76','\xc0','\x00','\xc6','\xc0','\x70','\x36','\xed','\x5e','\xee','\x88','\x15','\x3b','\x31','\xa1','\xf4','\xac','\x03','\x38','\x60','\xf3','\xc1','\x64','\x5e','\x15','\x36','\xf7','\xc9','\xf7','\x90','\x18','\x47','\x04','\x70','\xad','\xc2','\x30','\x0a','\x1c','\x70','\x6d','\x18','\x68','\x70','\x16','\xaf','\x22','\x3d','\x25','\x58','\x71','\x9e','\x14','\x74','\xa8','\x94','\x04','\xbc','\x40','\xb8','\x04','\xc2','\x19','\xb0','\x31','\x98','\x87','\x02','\x1f','\x76','\x28','\xb1','\xda','\x10','\x04','\x5a','\x0c','\x44','\x92','\x97','\x09','\x24','\x75','\xf6','\x02','\xaa','\x14','\x4f','\x7f','\xa7','\xea','\x59','\x83','\x1f','\xca','\x8a','\x47','\xd5','\xae','\x02','\x01','\x40','\x65','\x4f','\x17','\x54','\x85','\x13','\x60','\xe0','\x64','\x40','\x8d','\x94','\xed','\x61','\xd2','\xc4','\x78','\xb7','\x29','\xa7','\x40','\xb3','\x72','\x1d','\x81','\x32','\xc3','\x9a','\x13','\x31','\x12','\x16','\x4c','\x14','\x18','\x2c','\x92','\xc8','\x9f','\x4d','\x9b','\x19','\x43','\xd5','\x4d','\x26','\xda','\xae','\xa4','\xd6','\xdb','\x06','\xa3','\x10','\x23','\x11','\x13','\x1a','\x94','\xdb','\x71','\x42','\x67','\x0a','\x12','\x70','\x5a','\x1c','\x76','\xdb','\xac','\xb7','\x4a','\x26','\xc8','\x6e','\x9c','\xfd','\x65','\x63','\xc0','\x3c','\x50','\xb5','\x94','\xab','\x75','\x64','\xc6','\x2b','\xb6','\x56','\x16','\xcb','\xc4','\xb9','\xae','\x9b','\x8d','\x62','\x80','\x05','\x30','\x92','\x36','\xd4','\x46','\x21','\x2d','\xb0','\xea','\x02','\xa3','\xb0','\xdc','\xd9','\x94','\x39','\x50','\x83','\xc9','\xe4','\xfe','\x66','\x42','\xfd','\x57','\x89','\x5b','\xb4','\xc9','\x60','\x93','\x36','\x3c','\x82','\x94','\x2d','\x1f','\x9c','\x97','\x06','\x23','\x05','\x4c','\x2f','\xc5','\x66','\x4e','\xe8','\x99','\x0f','\xbb','\x07','\xf8','\x5a','\x4a','\xf9','\xac','\x0a','\x38','\x03','\x29','\x6a','\xd1','\x30','\xc3','\x61','\xea','\xc5','\x70','\x29','\x78','\x96','\x92','\x14','\xd1','\xa4','\x9b','\x11','\x5f','\x5e','\xc8','\x51','\x5b','\x1d','\xd0','\xb3','\x30','\x63','\x61','\xeb','\x0b','\x57','\x57','\x53','\x68','\x37','\x09','\x7e','\x3b','\x3e','\x8e','\xa7','\xae','\x31','\x94','\xd4','\x01','\x8d','\xca','\x14','\xe8','\x23','\xa6','\xc0','\x2c','\x53','\x22','\xe0','\x4a','\x7c','\x60','\x5d','\x05','\x24','\x9d','\x77','\xe5','\x02','\x35','\x13','\xc5','\x7c','\x30','\x87','\x67','\xe8','\x7c','\x01','\x66','\x43','\x82','\x31','\x02','\xb7','\xe4','\x07','\x0b','\xc5','\xca','\xdf','\x7c','\x5b','\xa7','\x0d','\xa2','\xf5','\x33','\x20','\xd3','\xc3','\xe4','\x37','\x9a','\x1a','\xd9','\x62','\x44','\x8e','\xfb','\xba','\xb9','\x76','\x4e','\x50','\xaf','\x18','\xd7','\x65','\x27','\x10','\x30','\x9e','\x29','\x6f','\x45','\xd8','\x8e','\x5d','\xb5','\x51','\xbd','\x81','\x9d','\x06','\x45','\x69','\x1f','\x68','\x73','\x82','\x89','\xd3','\x90','\xbd','\x44','\x6e','\xe6','\xc8','\x38','\x26','\xe0','\x90','\x9d','\x51','\xb1','\xa1','\x63','\x84','\x01','\xd8','\xa1','\x24','\xc3','\x0b','\x35','\x12','\x39','\x16','\x07','\xaf','\x42','\x55','\x4e','\x90','\x4d','\x43','\x7a','\x9c','\xd3','\x06','\x38','\x80','\x0a','\xee','\xaf','\xa6','\xf8','\xf5','\xd9','\xed','\xe7','\x0f','\xc5','\xb7','\xc6','\xe3','\x5d','\x55','\xcd','\x4c','\x46','\x1c','\xd4','\x66','\x1b','\x65','\x28','\xbf','\x2b','\xac','\x19','\x62','\x20','\x14','\x63','\xc8','\x56','\x0e','\xa8','\x5d','\x55','\x03','\xd7','\x59','\x43','\xcf','\x3f','\xeb','\xc0','\x32','\x60','\x3a','\x90','\xe1','\x18','\x69','\x70','\x5c','\x28','\x1b','\xb8','\xf4','\xba','\xbf','\x7a','\x0e','\xd0','\xa8','\x05','\x17','\x37','\xbd','\x32','\x14','\xdc','\xf9','\x2e','\xe1','\xba','\xca','\x86','\xd5','\x01','\x58','\x97','\x4e','\xe5','\x60','\xac','\x8a','\x3c','\x4d','\x65','\xce','\xec','\x72','\x32','\x0d','\x84','\x02','\x83','\x7f','\x18','\x22','\x17','\x96','\x36','\x06','\xd1','\x72','\xe8','\xa1','\xcb','\x48','\x18','\x60','\xa0','\x63','\xd8','\x99','\xd5','\xdb','\x57','\x4f','\x4c','\xa7','\x93','\xd0','\x86','\x71','\x4e','\xb0','\x85','\xd0','\x8e','\x9d','\x32','\x36','\x04','\x2f','\x54','\xa0','\x37','\x93','\xbd','\x5f','\x1f','\x28','\x45','\x1c','\xb5','\x68','\xaa','\xf6','\x20','\xa6','\xda','\x3c','\x59','\x2b','\xf5','\xe2','\x88','\x5e','\x63','\xa1','\x07','\xac','\xc0','\x62','\x3a','\x9b','\xd0','\x72','\x29','\x10','\xb0','\x1b','\x99','\x62','\x43','\x24','\x4b','\xb6','\x6e','\x44','\x5f','\xd7','\x5a','\x32','\x12','\x1d','\xd4','\xf6','\x61','\xea','\xc0','\x55','\xda','\xf2','\x26','\x15','\x19','\x55','\x85','\xba','\x99','\xb6','\x93','\xb2','\x0d','\x68','\x41','\x0d','\x6c','\xd1','\xe1','\xb8','\xa1','\xe5','\x62','\xde','\x66','\x64','\x62','\x23','\xe9','\x8d','\x22','\xbc','\x7d','\xee','\x9d','\xce','\xbd','\x5d','\x83','\x0e','\x4a','\x57','\x04','\x59','\xfe','\xfe','\x8f','\x73','\x1d','\xbb','\x21','\xb0','\xee','\x57','\xe2','\xed','\xf5','\xa5','\x67','\x67','\x7b','\x2d','\xf5','\xbb','\x59','\xb8','\x95','\x5f','\x0a','\x63','\xb0','\xf9','\x8e','\x8e','\x9b','\xd7','\xd3','\x09','\xfe','\x7e','\xbf','\xbf','\xeb','\x7d','\xd4','\x4e','\xae','\xaa','\x4a','\x81','\x29','\x67','\xa4','\xb8','\x51','\x4d','\x30','\x6a','\xa9','\x31','\xd5','\xb0','\x69','\x78','\x75','\xcf','\xe7','\x58','\xc9','\x46','\x68','\x3a','\x3c','\x71','\xf4','\xad','\x1d','\x5b','\xed','\xb3','\x59','\x42','\x0a','\x6f','\xf4','\xb5','\x11','\xc2','\xfb','\xde','\x1f','\x8f','\xc7','\x4e','\x8e','\x80','\x9b','\xc0','\x85','\x2d','\x95','\xea','\x18','\x45','\x6e','\x6e','\x09','\xc9','\x6a','\x14','\xca','\x6b','\x60','\x68','\xae','\xc9','\x88','\xc1','\xa2','\x4c','\xaa','\x42','\x94','\x0a','\x84','\x9d','\xd7','\x9e','\x35','\x10','\x36','\x61','\x83','\xf7','\x9d','\x92','\xdd','\x87','\x02','\x56','\x1f','\xbc','\xcf','\x5a','\x01','\xd8','\x89','\x0c','\x05','\xc8','\x95','\xa0','\x1c','\x9d','\x86','\x57','\x5a','\x22','\xfd','\x81','\x35','\x1f','\xf0','\x31','\x30','\x15','\xc8','\x37','\xd5','\x15','\x55','\x6c','\xea','\x9e','\x13','\x43','\x14','\x48','\x0a','\x2f','\x0a','\x49','\x13','\x6f','\x82','\x14','\x99','\x01','\xbb','\x48','\x65','\xa2','\xa0','\x8d','\x82','\x12','\x39','\x30','\x94','\xc4','\x18','\x9a','\xda','\x11','\x0b','\x1e','\xa4','\xb5','\x75','\xf0','\x47','\x77','\x95','\xf0','\x33','\xe0','\x51','\x44','\x01','\xbb','\x1a','\x9e','\x05','\x5c','\xc1','\x2a','\x4d','\x49','\x0a','\x7b','\xab','\xb9','\x51','\xd6','\x7e','\xda','\x80','\xd7','\xc0','\xac','\xc0','\xca','\x82','\x7d','\x7f','\x21','\x3e','\x5f','\x6c','\xf2','\xec','\xe7','\x22','\xf8','\xd2','\xc7','\x01','\xf6','\x68','\x0d','\x94','\x0f','\x64','\x1a','\x22','\x89','\xba','\xee','\xd1','\x29','\x15','\x28','\x0b','\x44','\x39','\xcc','\x9e','\xc0','\x90','\x84','\x39','\x0c','\xab','\x14','\xdc','\x97','\x03','\x83','\xca','\x8e','\x3f','\xbf','\x16','\xec','\xa4','\x53','\x09','\x55','\x86','\xce','\xcf','\x17','\xae','\x6b','\x61','\x55','\xc0','\xb2','\x30','\x2e','\xc7','\x01','\xae','\xe9','\x63','\x4e','\xa2','\xd0','\xda','\x27','\x95','\x74','\x5e','\x9d','\xe8','\x76','\xd5','\xb6','\xab','\x99','\x10','\xaa','\xe8','\x98','\x88','\xe0','\xe0','\xbe','\x4c','\xd2','\xec','\x22','\x44','\x59','\xdc','\x94','\x53','\x20','\x8c','\xfc','\x6d','\x53','\x40','\x16','\x6b','\xe1','\x12','\x2d','\xaf','\x00','\x1c','\xe3','\xc0','\xb4','\x89','\xbc','\x54','\x51','\x63','\x47','\x2d','\x2a','\x6a','\x0b','\x36','\xf4','\x38','\x00','\x0c','\xa1','\xc2','\x79','\x07','\x26','\x13','\x40','\xba','\x00','\x0c','\x73','\xac','\x13','\xc0','\xa2','\x62','\x1b','\x54','\xcd','\x81','\x81','\x14','\x93','\x63','\xc2','\xec','\x01','\x18','\xa7','\x9f','\x5f','\x17','\x05','\x2d','\x66','\x0d','\xf8','\x1c','\x18','\xf3','\xa1','\x5e','\xa8','\x22','\x18','\x83','\x4e','\x1a','\x53','\x41','\x3c','\xed','\xc8','\x9c','\xa4','\x47','\x47','\x24','\x3e','\xcf','\x0b','\xd7','\x4a','\x4e','\x5a','\x0f','\x06','\x82','\xe6','\xc6','\xfb','\x9a','\x9c','\x2f','\xc4','\xde','\x38','\x25','\x83','\xc5','\x8a','\x7a','\x04','\x45','\x16','\x50','\xfc','\x8c','\xeb','\x94','\x1f','\xb1','\x09','\x37','\x05','\x67','\x66','\x4a','\x4a','\xd5','\x57','\xb5','\x4e','\x55','\xd3','\x80','\xd4','\x4c','\x2b','\x57','\x71','\x4b','\x16','\x0c','\xc3','\xd4','\x1f','\x61','\xf4','\x51','\x07','\xba','\xbf','\xa3','\x80','\xb5','\x08','\x46','\xe4','\x00','\xd2','\x77','\x95','\x87','\x74','\x71','\xcd','\x9f','\xaa','\xc2','\x84','\x49','\x51','\x52','\x46','\x16','\xea','\x41','\x2a','\x06','\x8b','\xb6','\x83','\xdd','\x01','\x92','\x1e','\xf5','\x73','\xd8','\xae','\x28','\x35','\x25','\x86','\xf3','\x97','\x58','\xe5','\x76','\x25','\xd2','\x6c','\x05','\x25','\x0d','\x70','\x22','\xb1','\x7c','\x60','\xc1','\x71','\x19','\x30','\x46','\x27','\x5d','\x6f','\x36','\x17','\xec','\x7b','\x90','\x78','\xb8','\xde','\x99','\xd5','\x36','\x26','\x3f','\x5c','\xd7','\x32','\x20','\x8f','\x42','\x1c','\x4c','\x92','\x5c','\xd5','\xa3','\x4c','\x55','\x3c','\x94','\x90','\xb3','\x4a','\x57','\xac','\x36','\xb4','\x1f','\xe1','\xe6','\x87','\x63','\xe0','\x00','\xc1','\x97','\x95','\x2f','\xec','\xf0','\x2f','\x01','\xd8','\x50','\x7e','\x47','\x3b','\x1e','\x56','\xe0','\x8c','\x1f','\x26','\x3c','\xe8','\xe0','\x1d','\xc2','\xe1','\xcb','\xa8','\x08','\x7a','\x4c','\x8c','\x0a','\x54','\xdd','\xc0','\x5d','\x57','\x34','\x7b','\xc8','\x4e','\x53','\xa0','\x29','\x92','\x62','\xe8','\xde','\x11','\x57','\x35','\xc4','\xcc','\x60','\x17','\x50','\x79','\x57','\x8e','\xca','\xb1','\xed','\x0a','\xe3','\x9e','\x44','\x0f','\x56','\x27','\xad','\x8f','\x31','\xcc','\x31','\x44','\x69','\x72','\xd2','\xbf','\x10','\x00','\xae','\x81','\x43','\xd5','\xc1','\x23','\x8d','\xf3','\x89','\x60','\x40','\x11','\x24','\x3b','\xf3','\x42','\xe6','\xa5','\x3b','\x31','\x56','\xde','\xbd','\x90','\x52','\xe7','\x4c','\x14','\x63','\xae','\xce','\xdd','\x94','\xd4','\x14','\xba','\xda','\x6b','\x3a','\xb2','\xac','\x80','\xb2','\xba','\x5d','\xa4','\x96','\x22','\x11','\x10','\x85','\x55','\x82','\x2c','\x35','\xd9','\xd7','\xd2','\xca','\x78','\x03','\x03','\xae','\x1e','\x9e','\xae','\x36','\x2c','\x5b','\x08','\x5f','\x5a','\xe7','\x3b','\x01','\xe8','\x31','\xd6','\x9e','\x04','\x49','\x80','\xa1','\x79','\x90','\x4d','\x95','\x4d','\xb9','\x40','\xa3','\x3a','\x5b','\x05','\x63','\x3b','\xaf','\xdb','\xcd','\x6b','\x1f','\xf1','\xf9','\x15','\x72','\x18','\xca','\xf9','\xf9','\xae','\x04','\xc4','\x04','\xb2','\xa3','\x85','\x66','\x04','\xc6','\xf3','\xfa','\x93','\xfd','\x77','\x4a','\xc4','\x53','\x2c','\x8d','\x01','\x83','\xa7','\xda','\x24','\x3a','\x66','\x55','\x5c','\x5c','\x25','\xbc','\xc0','\x38','\xdf','\x6c','\x54','\x31','\x2e','\x1d','\xa4','\x2a','\x73','\x00','\x71','\xf7','\x4e','\x02','\x3e','\x27','\x6c','\x90','\xa2','\x7b','\x09','\x6c','\x31','\x14','\xc6','\x60','\xc1','\xc0','\x07','\x63','\xa9','\x02','\x93','\x37','\x82','\x52','\xcd','\xb2','\x01','\x95','\x96','\xa5','\x26','\x69','\x6e','\xb0','\xc9','\x18','\x8f','\xb4','\xf9','\x44','\xf4','\x61','\x40','\x9f','\xf3','\xd8','\x31','\xb7','\xe9','\x3c','\xb2','\xb3','\xc6','\xb4','\xcf','\x3a','\x7e','\x2c','\xee','\x73','\xc5','\x17','\x6e','\x80','\x4d','\x47','\x8f','\xc8','\xed','\xf3','\x06','\x74','\x7a','\xae','\xbd','\x0f','\x01','\x09','\x56','\xb8','\xe2','\xc0','\x95','\xb6','\x41','\xb3','\xa8','\xc4','\x21','\x10','\x2d','\x15','\x36','\xfc','\xa0','\x79','\xff','\xf6','\xf5','\xdb','\x1e','\xa0','\x20','\x05','\xc3','\xa4','\xa6','\xd1','\xc3','\x34','\x21','\x6e','\xe3','\x2e','\xf4','\x29','\x78','\xdb','\x68','\x7c','\x06','\x6f','\xac','\x0a','\xe3','\x38','\x30','\xc6','\x40','\xc5','\x85','\xac','\xa1','\x5f','\x31','\x6d','\x72','\x0d','\x60','\xeb','\x26','\x2d','\xe8','\x40','\x14','\xc8','\xb1','\x54','\xae','\x02','\xf1','\x57','\x4b','\x09','\x18','\xba','\x5c','\xae','\xe0','\xee','\x6e','\x86','\xa2','\x7c','\x69','\x96','\x71','\x68','\xa8','\x83','\x41','\x85','\x35','\x44','\x23','\x24','\xa4','\xa5','\x60','\xad','\x51','\xcb','\xae','\x20','\xe5','\x46','\x0a','\xa3','\x98','\x04','\xd9','\x7d','\x97','\x7a','\x80','\xfd','\x70','\x49','\xdf','\xd9','\xb4','\x1e','\x21','\xd5','\x34','\x48','\x77','\xc3','\x78','\x48','\x7d','\x67','\x4b','\x23','\x6e','\xe9','\xbf','\x1e','\xd4','\xc5','\x8d','\x1e','\x0a','\xca','\x5a','\x39','\xae','\xbf','\xdf','\xb9','\x1a','\x07','\x58','\x16','\xcc','\x5b','\xa5','\xac','\x76','\x89','\xba','\xaf','\x08','\x50','\x12','\xd8','\xaf','\xef','\x80','\x5c','\x86','\x5e','\xbf','\x71','\x07','\xdd','\xfb','\x3b','\x90','\x23','\xd2','\xeb','\xfb','\x73','\xf1','\xe3','\x35','\x00','\x9c','\x39','\xd2','\xb4','\x28','\xf4','\x67','\xfc','\x07','\xba','\x8e','\x6e','\x1e','\xee','\xaf','\xda','\x5e','\xe9','\xfd','\xcb','\xde','\x2e','\x92','\xfb','\xa7','\xf2','\x2e','\xe9','\xba','\xb5','\x51','\x6d','\x99','\x56','\x25','\x9d','\x0a','\xe6','\xb8','\xdb','\x72','\xbf','\xd7','\xdf','\xf7','\x3e','\xf8','\x5c','\x0f','\x51','\x66','\xba','\x29','\x33','\x72','\x61','\xad','\x40','\x0f','\x41','\xdd','\x0a','\x41','\x8d','\x80','\xe8','\x1c','\x75','\xbf','\x44','\x2f','\xf5','\xee','\x39','\xea','\x7d','\x14','\xa1','\x46','\xd1','\xdc','\x49','\x0b','\x07','\x1b','\xb7','\x8b','\xa2','\xa1','\xef','\x7b','\x6f','\x79','\xf6','\x2e','\xa3','\xf7','\x80','\x51','\xa0','\x70','\xd9','\x05','\xe4','\xc0','\x6e','\xce','\xd5','\x79','\xdd','\xf2','\xa2','\x05','\xac','\x58','\x6c','\x3c','\xb4','\x26','\x92','\x70','\x0d','\x5d','\xf7','\x30','\x44','\x95','\x29','\x80','\xfc','\x77','\x74','\x80','\xc4','\x6b','\x62','\x1f','\x09','\x95','\xb7','\x6a','\xb5','\xfc','\x72','\x07','\x34','\x34','\xae','\x1e','\x06','\x1b','\xb6','\xab','\x03','\x21','\xe9','\x69','\xcb','\x89','\xea','\x8a','\x17','\x39','\x06','\xa8','\x95','\xb8','\xc0','\x26','\xfa','\xc0','\x9d','\xc4','\xee','\xb9','\x1a','\x06','\x72','\xcd','\xa3','\x8d','\xee','\x6d','\x67','\x50','\x6d','\x7c','\x13','\xc8','\xe0','\xec','\x14','\xed','\xa3','\x0e','\x66','\x46','\xe5','\x4d','\x01','\xac','\x60','\xc3','\x65','\x24','\x5a','\xca','\x82','\xbd','\x45','\xa4','\x2e','\xc5','\x75','\xa2','\x2a','\x38','\x84','\xd4','\x5a','\x02','\x3d','\x81','\x45','\x1b','\x64','\x19','\x58','\xb5','\xb0','\xd6','\x09','\xfb','\x3c','\xe1','\xaf','\x17','\x60','\xef','\xcd','\xd5','\x0a','\x56','\x07','\x83','\x99','\xb5','\x02','\xe7','\x49','\x5a','\x96','\xd8','\x33','\x0a','\x46','\x0a','\x36','\x1c','\xcf','\xe7','\x07','\x25','\x50','\xe7','\x53','\x01','\x2b','\x13','\xb6','\x56','\x5c','\xe3','\x35','\x53','\x24','\xe2','\xbc','\x02','\x03','\xc6','\x8a','\x42','\x16','\xae','\x6b','\xe1','\x3a','\x4f','\x5c','\x6b','\x21','\x50','\x18','\x01','\x0d','\xac','\x28','\xf8','\xe2','\x9f','\xe4','\x89','\xdf','\xc1','\xd6','\x90','\xd8','\x42','\x25','\xfb','\x4f','\x48','\x45','\x61','\xf0','\xe7','\xda','\xeb','\xab','\x2e','\x00','\x53','\x33','\x65','\x24','\x77','\xde','\x48','\x6a','\xdd','\xb6','\x3d','\xae','\x0b','\xe7','\x79','\x12','\x0c','\x10','\x15','\xa3','\x69','\xc9','\xae','\x60','\x00','\xce','\x20','\x23','\xd6','\x85','\xf3','\x7c','\xe1','\xf5','\xfd','\x13','\xd7','\x5a','\x7a','\x3e','\x0c','\xf6','\x7c','\x38','\xd6','\x56','\x37','\x7b','\x43','\x50','\xfb','\x51','\xf2','\xc2','\x70','\xc5','\x09','\x34','\x83','\x03','\xbd','\x47','\x0b','\x96','\x0b','\x11','\x27','\xae','\x4b','\x54','\x9a','\x56','\xab','\xab','\x84','\x2f','\xc7','\x5a','\x17','\x83','\xca','\x7d','\xd2','\xb3','\x0b','\xbe','\xd8','\x11','\xb2','\xc9','\x16','\xe8','\xdc','\x95','\xe8','\x93','\x54','\x59','\xed','\xc0','\x5f','\x94','\x73','\xd1','\x7d','\x86','\x1f','\x98','\xe3','\x40','\x65','\x50','\xd1','\x69','\x2d','\xac','\x58','\xb8','\x96','\xc6','\x50','\xc8','\xff','\x66','\x06','\xde','\xfd','\x22','\x23','\x1e','\x55','\xb6','\x14','\x34','\xc3','\x5c','\x8d','\xc9','\x02','\x48','\xfa','\x4c','\x6b','\x06','\x90','\x99','\xe3','\x98','\x0c','\xc4','\xd1','\x20','\x67','\xfb','\xc5','\x2c','\x26','\xd3','\x51','\x28','\x9b','\x44','\x73','\x15','\x18','\x17','\x18','\x18','\x57','\x15','\xed','\x5a','\x75','\xff','\xe5','\xed','\x0f','\xd0','\xd5','\x9c','\xc2','\x7d','\xde','\x2a','\xc0','\x01','\xbe','\x77','\xf5','\xbc','\xd5','\x58','\xc9','\x5a','\x55','\xef','\x1a','\xcb','\x49','\x7c','\x0e','\xc5','\x59','\x1f','\xd5','\x4f','\x51','\xd7','\x66','\x57','\x32','\x69','\x43','\xff','\x8c','\x07','\xc1','\x05','\x48','\x2a','\xaa','\xa7','\xad','\x1c','\x06','\x4b','\x06','\xf4','\x5c','\x17','\x03','\x8a','\x55','\xcf','\x69','\x3a','\x83','\x7d','\xce','\xd4','\xd7','\x99','\x52','\x45','\x6c','\x9f','\xe7','\x52','\xdb','\x32','\x0d','\x59','\x49','\xed','\x89','\x32','\xa2','\xd5','\x61','\x8e','\xab','\x3f','\xb7','\xc1','\x22','\x6b','\xbb','\x4c','\x1b','\x9c','\x00','\xd6','\x60','\x8f','\x23','\x81','\x4e','\x17','\x80','\x3b','\x14','\x08','\x3a','\xf0','\x00','\xd6','\x50','\x62','\x90','\xc9','\xd9','\x31','\xad','\x4c','\xa8','\x7e','\xaf','\x7e','\xe6','\x66','\x02','\x99','\x45','\x3d','\x33','\x83','\x18','\x35','\x85','\x61','\x8e','\x8f','\x2f','\x5f','\x30','\xec','\xc0','\x42','\x60','\x99','\x62','\x9d','\x4a','\x31','\x71','\x80','\x72','\xe0','\xf1','\x78','\xf0','\xfc','\x9e','\x4b','\x0a','\x8c','\xc0','\x01','\xc3','\x63','\x4e','\xda','\x9b','\x39','\x80','\x2f','\x80','\xcd','\x42','\xb9','\x49','\xa9','\x91','\xf1','\x09','\xe5','\x97','\xf9','\x9a','\x2b','\x12','\xab','\x4a','\x20','\x65','\xf1','\x7e','\xbb','\xa2','\x6b','\x05','\x1b','\x4c','\x52','\xc6','\x18','\x3c','\x43','\x56','\x48','\xe7','\xfa','\x70','\xab','\xf6','\xfc','\x48','\xd3','\x19','\xb9','\xdd','\x5b','\x33','\x24','\x00','\x56','\x2a','\xcb','\x4a','\x3e','\x52','\x81','\xae','\x81','\xf3','\xab','\x9c','\x8c','\x14','\xeb','\x7d','\x91','\x80','\x61','\xea','\x1c','\xaa','\x1f','\x52','\x8c','\x81','\xde','\x80','\x51','\xb2','\x57','\x29','\xc0','\xcf','\x8b','\x7f','\xaf','\xde','\x53','\x7e','\x63','\xa1','\x1d','\x0a','\x30','\x97','\x53','\x5f','\xe8','\x00','\x86','\xec','\x54','\xd6','\x0e','\xea','\x09','\x8e','\x75','\x45','\x86','\x7d','\x84','\x00','\x38','\x0b','\xc7','\x06','\x8e','\xc1','\xea','\x4c','\x19','\x67','\x80','\xe5','\xba','\x90','\x71','\x71','\xdd','\x5c','\x62','\x41','\x1d','\xef','\x1a','\x40','\x6a','\xa7','\xdd','\x78','\x7e','\xab','\xd8','\x55','\x6d','\xfa','\x1b','\x7f','\xd5','\x31','\xe7','\xc1','\x64','\x52','\x7b','\xce','\xdc','\x31','\x07','\x54','\x90','\x60','\xef','\x7c','\xaa','\x72','\xdf','\x09','\xd0','\x18','\x8e','\x1a','\x9c','\xc5','\xd9','\x7b','\x6b','\x58','\x0f','\x36','\xa6','\x7f','\xd7','\x63','\x65','\xaf','\x5c','\xd9','\xee','\xad','\x6c','\xc0','\xca','\xb5','\xae','\xdb','\xff','\xeb','\x54','\x75','\xd4','\x5e','\x65','\xa2','\x24','\xb7','\xd5','\x64','\x15','\x95','\x15','\x3b','\x55','\x61','\xbd','\xcf','\x66','\x89','\x91','\xd5','\x15','\x4a','\xef','\x60','\x8a','\x4f','\xc5','\x29','\x7a','\x33','\xf4','\x1c','\xc6','\x00','\x3c','\x08','\x34','\x8f','\x36','\x87','\x9b','\x92','\xf9','\xe3','\xd7','\x6f','\x7b','\x80','\x82','\x9c','\x16','\xe7','\x58','\xd5','\x3b','\x98','\xec','\x89','\xb4','\xcd','\x5b','\xe4','\x5d','\xd0','\xb8','\x89','\xe7','\xdb','\x32','\x77','\x43','\x94','\x9e','\x10','\xe2','\xd4','\x01','\x1e','\x12','\x2a','\xbb','\x16','\xfb','\x67','\x91','\xe0','\x80','\x3d','\x25','\x40','\xbd','\xbb','\x44','\xd8','\x6b','\x2a','\x95','\x21','\x15','\xd0','\xd8','\x5e','\x42','\xd3','\xc1','\xa7','\xe1','\x14','\x4d','\x2f','\x0a','\xf5','\x16','\xe0','\x02','\x92','\xd1','\x75','\xc3','\x31','\x34','\xed','\xdc','\xb0','\x79','\x9d','\xbb','\x67','\xa2','\x38','\x4b','\x65','\x11','\x5b','\x80','\x4b','\xd5','\xa8','\xe4','\x68','\x19','\xc8','\xf1','\x9a','\x1a','\x15','\x68','\xe3','\xca','\x6c','\x1b','\x0c','\x2c','\x17','\x00','\x0b','\xac','\x4a','\xc9','\xf7','\x1a','\x8d','\x43','\xb5','\x72','\x08','\x18','\xbc','\xba','\x73','\x42','\x7b','\x37','\x66','\xd6','\x9d','\x00','\xed','\x2f','\xe3','\x7d','\x2d','\xa9','\x57','\xdc','\x25','\xbc','\xfa','\xd5','\xbf','\xdf','\xbe','\xde','\x82','\xfe','\xf7','\x26','\xb1','\x7f','\xcb','\x97','\xc1','\xa4','\x56','\xc3','\x84','\x8e','\x88','\x81','\xe9','\x20','\xff','\xc7','\xb8','\x8e','\x3e','\x5c','\xed','\x98','\x50','\x6f','\x7b','\xf3','\x77','\xbf','\x6a','\x27','\x66','\xee','\xbf','\x3a','\x10','\x06','\x1e','\xc6','\x6c','\x27','\xa5','\x03','\x6e','\x10','\x8d','\xe3','\xdf','\xf7','\xf5','\xd7','\xac','\x27','\x0b','\x12','\xf1','\xd6','\x88','\x1e','\x7b','\xca','\xb9','\x8d','\x24','\x35','\x45','\xf7','\xb9','\x9c','\xf7','\x10','\xeb','\xa6','\x1b','\xd0','\x1a','\xff','\x76','\x1f','\x51','\x62','\xf8','\x77','\xf6','\x91','\xac','\xc3','\x9e','\x0d','\x54','\xbd','\xbf','\xef','\x88','\x2d','\xad','\x08','\xd1','\xa9','\x7c','\x4d','\x15','\x97','\x96','\x35','\x05','\x03','\x2b','\x6b','\xa9','\xcf','\x37','\xaf','\xd0','\xac','\xd1','\xdd','\xc7','\x01','\x44','\xab','\x65','\xc1','\x21','\xc6','\x13','\x52','\x34','\x42','\x00','\xa2','\x48','\x29','\x20','\x6e','\xbb','\x22','\x10','\xa3','\xac','\x93','\x15','\xb2','\x9a','\x87','\x3e','\x37','\xf4','\x7b','\x28','\x70','\xe0','\x64','\x2c','\x98','\x33','\x60','\x36','\x71','\x98','\xad','\x16','\x27','\x8a','\x2b','\x29','\x2a','\xd9','\x91','\x1e','\x54','\x6a','\x06','\x58','\xa5','\x24','\xae','\x19','\x0c','\xeb','\xd3','\x74','\x13','\xec','\xcf','\x4a','\x11','\xb4','\xdd','\x4c','\x48','\xaa','\xec','\x42','\xb0','\x92','\x16','\x4b','\x7d','\x3e','\xd7','\x45','\x14','\x59','\x54','\x22','\xa0','\x48','\x61','\x5d','\x0b','\x6b','\x71','\xfe','\x4f','\x0d','\xd2','\xfd','\x38','\xfc','\x92','\xb6','\x00','\x02','\x9d','\x56','\x9e','\x58','\xd7','\x89','\xb9','\x02','\x63','\x15','\xaa','\x96','\x9c','\x0f','\x03','\xd8','\xa6','\x68','\x79','\x81','\xc9','\xc9','\xba','\x30','\x7c','\xe2','\x98','\xa4','\x1c','\x47','\x29','\x81','\x07','\x30','\x95','\x98','\xae','\x75','\xed','\x20','\x92','\xc5','\x27','\xcd','\xb8','\xd9','\xd2','\xd3','\xd2','\xf9','\x72','\x05','\xbf','\x4e','\xbb','\xe9','\x6e','\xa4','\xba','\x95','\x02','\xf3','\xd2','\xe7','\x2b','\x41','\xa7','\x43','\x32','\x39','\x5b','\xa9','\x34','\xe5','\x42','\x5a','\xf2','\xb3','\x87','\x30','\xf7','\x22','\xaa','\x78','\x2d','\xb2','\x0a','\xa6','\x25','\x0c','\x07','\x93','\xaf','\x5d','\x89','\x24','\x6a','\xd8','\x4d','\xde','\x6b','\x91','\x6e','\xe6','\x06','\xa4','\x84','\x35','\xa0','\x04','\xae','\xe0','\x88','\x48','\xf6','\xa6','\x28','\x61','\x58','\x71','\xe1','\x5c','\x2f','\xda','\x4c','\xbb','\xab','\x2d','\x9c','\xbb','\x56','\x1b','\xcd','\x25','\xab','\xa9','\x68','\xbb','\x1b','\xc8','\x29','\x5e','\x83','\x0f','\x27','\xdd','\xcc','\x39','\xf1','\x2c','\x65','\xeb','\x59','\x19','\x25','\x7f','\x9d','\x0a','\x4e','\xa6','\xa1','\x83','\x4a','\xdc','\x73','\xc1','\xe6','\x84','\x1b','\x55','\xe4','\xb2','\xee','\x91','\x0f','\xde','\x76','\x64','\xfb','\x2b','\xee','\xf7','\xa1','\xbe','\x1a','\x37','\xec','\x09','\xed','\x6e','\xa6','\x67','\xc6','\x75','\x9f','\xc3','\x35','\xc4','\x51','\x7b','\x30','\x17','\x7a','\x0e','\x47','\x29','\x71','\x6c','\xf0','\xb1','\xe9','\xa3','\x35','\x49','\x91','\xe3','\xb3','\xc5','\xde','\x0b','\x9c','\x53','\xc2','\x20','\x27','\x4d','\x19','\x4a','\xfb','\xd3','\x92','\x9d','\x91','\xed','\x49','\x07','\x2b','\x69','\xa5','\xa1','\x84','\x8a','\x0b','\x2e','\x07','\x72','\xb0','\x41','\xfa','\x18','\x03','\x9b','\xf2','\x23','\xc9','\xf7','\x95','\x4b','\x67','\x46','\x36','\x5a','\x4c','\xe2','\x44','\x01','\xa6','\xc0','\xdd','\xf8','\xb3','\x29','\x00','\xd4','\xc0','\x78','\x92','\xc0','\x28','\x76','\xdf','\x1e','\x76','\x92','\x0b','\x00','\xce','\x0a','\x07','\xf2','\x2d','\x69','\xe2','\x29','\x9d','\xa2','\xd2','\xb7','\x45','\x4f','\x28','\x08','\x33','\xbe','\xbb','\x72','\x3a','\x31','\x05','\xba','\xaa','\xcf','\xca','\x5a','\x8b','\x1a','\xc1','\x08','\x7c','\x8c','\xfe','\x0c','\xb0','\x58','\x68','\x35','\x44','\x65','\x35','\x34','\xc0','\xc5','\x8a','\xcd','\xbc','\xfb','\x34','\xc3','\x50','\xaa','\xa2','\x14','\x0a','\x17','\x1c','\xd7','\xe3','\x21','\x7b','\x6a','\x88','\x22','\xdc','\x79','\xcf','\x43','\x0a','\x24','\x0c','\x75','\x70','\x4f','\x97','\x80','\x22','\x73','\x07','\x54','\x4d','\x19','\x26','\x9a','\x9c','\xd4','\x4e','\x69','\x03','\x0d','\xa5','\x1e','\x3d','\xf6','\xd7','\xf6','\x00','\xef','\x12','\x85','\xd9','\xd1','\xb3','\x68','\x68','\xb3','\xb8','\x67','\xa7','\x01','\xd7','\x31','\x31','\xc6','\xc4','\x25','\x6a','\x57','\x20','\x49','\xd0','\x18','\x0c','\xda','\x31','\x0b','\x75','\x1c','\x78','\x98','\x01','\xda','\xef','\x48','\xf6','\x8d','\xbd','\x4a','\x71','\xe0','\x8b','\xcd','\xe6','\x8f','\xe1','\xac','\x4a','\xc9','\x08','\x39','\x12','\x47','\x75','\xe0','\x6a','\x58','\x43','\xb6','\xbd','\x8d','\x94','\xee','\xd1','\x64','\xc3','\x29','\xa7','\x1d','\xda','\x64','\x0d','\x68','\x74','\xb2','\xcb','\xfb','\xe0','\xac','\xc3','\x44','\x5c','\xf4','\x25','\xbb','\xce','\x6c','\x4a','\x80','\x94','\x08','\x64','\x05','\x5e','\x2b','\x14','\xab','\xe9','\xdb','\x59','\x28','\xa7','\xb8','\x0e','\x6b','\x3c','\x37','\x83','\x02','\x85','\xdd','\x63','\x6b','\xf2','\x03','\x3b','\xc4','\x2d','\x56','\xa5','\x29','\x20','\xca','\x7d','\xb1','\x55','\xab','\xeb','\xde','\xcb','\x4c','\x36','\x20','\x1c','\x4d','\x85','\x00','\x48','\xfe','\x1a','\xaa','\xc0','\xa9','\x47','\x8a','\x2a','\x73','\x7c','\x84','\x5e','\xcd','\xfc','\xe1','\x13','\xcc','\xa4','\x04','\x3f','\x29','\xe3','\x83','\x60','\x8e','\x03','\xc3','\x8b','\xd2','\xe1','\x5d','\x04','\x10','\xa2','\xdc','\xd5','\x3c','\xee','\xdd','\x3b','\xf1','\x15','\x84','\xb9','\xa9','\xc1','\x72','\x9f','\xb4','\x09','\x63','\xb2','\x52','\x03','\x56','\x74','\x60','\x06','\x9f','\x62','\x68','\x95','\x92','\x32','\x89','\x68','\xb4','\x74','\x78','\x99','\xaa','\x4f','\x03','\x02','\x43','\xee','\x07','\xc0','\x39','\x62','\x1a','\xda','\x2e','\xd0','\xdf','\x91','\xf4','\xe3','\xf0','\xcd','\x0a','\x72','\xeb','\x18','\xad','\x81','\xf2','\x0e','\x7e','\x21','\x3b','\x57','\x8a','\x3d','\xc0','\xa4','\x4d','\x67','\x04','\x93','\xc2','\x08','\xd5','\x80','\x6f','\x01','\x30','\x02','\x39','\x29','\x6b','\x91','\x79','\x07','\x39','\x65','\x86','\x39','\x41','\xf1','\x8a','\x2c','\x8c','\x4a','\xcc','\x32','\xb2','\x64','\x8c','\xf4','\xde','\xe1','\xc0','\x98','\x7f','\x65','\x02','\xd4','\xa2','\x00','\x8d','\xb4','\xfd','\xf0','\x65','\x42','\x48','\x64','\xc0','\xab','\x0d','\x54','\xc9','\x99','\xf4','\x40','\xd2','\xda','\xa1','\xe9','\x4e','\x8e','\xf4','\xf2','\x4d','\x09','\x43','\x96','\xa6','\xb4','\xd3','\x99','\x6f','\xf1','\x01','\xb3','\x1f','\x3e','\xf7','\xbd','\x7f','\x47','\x5b','\x0f','\xfd','\x3c','\x78','\xbd','\xdc','\xd1','\x5b','\xcf','\x3e','\xba','\x67','\x89','\xbf','\xdf','\x49','\x06','\x0a','\x54','\x54','\x41','\x97','\x11','\x3b','\xa0','\xe3','\x19','\x4d','\x14','\x29','\x0c','\xc6','\x83','\xd0','\x29','\xfe','\x9d','\xc1','\xea','\xf7','\xb5','\x59','\x30','\x94','\x65','\x4b','\xc9','\x6e','\x09','\x7e','\xa8','\x2a','\xd5','\x26','\x7d','\x3b','\xa8','\xcc','\x9b','\xbf','\x1b','\x16','\x70','\xe7','\x00','\x3b','\x72','\xb1','\x6f','\xca','\xd2','\xaf','\x43','\xf7','\x2a','\x06','\x27','\x28','\xfb','\x61','\x13','\xae','\x08','\xb4','\x02','\xca','\x0f','\x8f','\x67','\xaf','\x11','\x15','\xb8','\xee','\xf7','\xf9','\xeb','\x93','\x8f','\x7e','\x87','\x7e','\x7d','\x53','\x9c','\x76','\x20','\x08','\x25','\x19','\xff','\x01','\xae','\x03','\xed','\xcc','\xb2','\x76','\x60','\x71','\x27','\xe7','\x7c','\x93','\x1f','\x13','\xb4','\x3b','\x3d','\x0a','\x05','\x71','\x3b','\xe7','\x6e','\xd3','\x5c','\x8d','\x9e','\xf4','\xfb','\xfd','\xed','\xd7','\xfe','\xb7','\xde','\x47','\xaf','\x67','\x95','\xf6','\xd1','\xa5','\xcb','\xf7','\x1b','\xe9','\xa8','\x50','\x49','\x5a','\x74','\xb4','\xde','\x47','\xb1','\x42','\x4a','\x58','\xf8','\x17','\xf7','\x51','\x66','\x20','\x17','\x83','\x0d','\x6f','\xe7','\xa1','\x73','\xcb','\xd7','\x11','\x71','\xdc','\xb2','\xc9','\x7d','\x81','\x9b','\x4a','\x0a','\x21','\x68','\xd8','\x7d','\x46','\xb4','\x03','\x9d','\xbe','\xb5','\x69','\x02','\xdc','\xd9','\xdc','\x3d','\xe0','\xec','\x53','\xc9','\x75','\xcf','\x78','\x51','\x72','\x95','\x05','\xac','\x2c','\x05','\x24','\xae','\xeb','\x1a','\x98','\x53','\xc8','\x2a','\xc6','\x4e','\x70','\x5a','\xe2','\x54','\x1a','\x46','\x54','\x46','\x72','\x5e','\xaf','\xb9','\x11','\x79','\x4b','\x0a','\x10','\x58','\x01','\x25','\xc0','\xc3','\x7c','\xea','\x18','\x16','\xfb','\x19','\xc5','\x97','\xde','\x4a','\x90','\x70','\x94','\x93','\xbf','\xcc','\x2b','\x18','\xc0','\x92','\x43','\xc9','\xea','\x82','\xb3','\xfa','\xc8','\x92','\x81','\x27','\x7a','\x01','\x0c','\x56','\xb1','\x07','\x1e','\x03','\x0c','\x9e','\xb9','\x3e','\x94','\x4d','\x8e','\x48','\x2a','\x81','\x69','\xa6','\x5a','\xad','\x85','\x8a','\x85','\xcc','\x8b','\x36','\x49','\x1d','\xe0','\x99','\x81','\x5a','\x4b','\xff','\x2e','\xf6','\x31','\xa8','\x91','\xb5','\xcd','\x5e','\x46','\xb2','\xb9','\x3f','\x16','\xe2','\x62','\xb2','\x94','\x8c','\x70','\x77','\xc2','\x70','\x3c','\xb0','\x69','\x39','\x6b','\x5d','\x58','\x11','\x34','\xee','\x8f','\x03','\xd7','\x79','\xe1','\x97','\xd7','\x0b','\x95','\x89','\xd1','\xea','\x7f','\x05','\x72','\xcd','\x93','\xa8','\xa1','\x9b','\xe3','\x78','\x4c','\x4c','\x27','\x3a','\x3a','\xaa','\xb8','\xe7','\x6c','\xb0','\xc2','\x9a','\x49','\x45','\x31','\x77','\x78','\xda','\xde','\x63','\xac','\x24','\xca','\x69','\xe9','\x35','\xcd','\x1c','\x48','\x38','\xde','\x79','\x42','\x89','\xdc','\x1c','\xf4','\xd8','\x49','\x48','\x8a','\xaa','\x46','\xe9','\xeb','\xa6','\xef','\x98','\x41','\x15','\xc9','\x7e','\x0b','\x05','\xe3','\xc1','\x84','\x91','\x94','\x4a','\x07','\x72','\xc8','\x89','\x91','\xaa','\xe4','\xc7','\xc4','\x50','\xc5','\x69','\x8e','\x81','\x39','\x26','\x9f','\xb9','\x9e','\x9f','\x41','\xd5','\x17','\xc3','\x5b','\x0f','\x27','\xed','\xf6','\x1c','\x86','\x39','\x27','\x1e','\xf3','\xa1','\xfe','\x46','\x9d','\x07','\x03','\xca','\x95','\xdc','\x15','\x81','\x87','\x31','\xa7','\x80','\x01','\xa1','\xa4','\xc3','\x39','\xb4','\xd4','\x1c','\xb1','\x2e','\x60','\x09','\xa0','\x69','\xdf','\x67','\xd8','\x0a','\x4b','\x30','\x6c','\x99','\xd9','\x06','\xd4','\xde','\xd1','\x53','\xfd','\x32','\x52','\x55','\xa9','\x94','\x7d','\x23','\x9b','\xc0','\x01','\x6f','\xee','\x35','\x54','\xb9','\x95','\xaa','\x68','\x49','\xac','\x40','\x81','\x4c','\xd6','\x3d','\x5c','\x50','\xa2','\xa4','\xda','\xad','\xf6','\x06','\x56','\x68','\x9f','\x1b','\x69','\x8f','\x2e','\x60','\x26','\xd3','\xe0','\x29','\xbf','\x98','\x29','\xbf','\x5a','\xf8','\x8c','\x85','\x16','\x65','\xb1','\x34','\x0d','\x58','\x95','\xaf','\x07','\x91','\x7f','\xab','\x1e','\x5f','\xf4','\xc6','\x12','\x41','\x27','\xdf','\x25','\x80','\x81','\xe8','\xb7','\x29','\x25','\x71','\x30','\x50','\xe9','\x3e','\x11','\xdb','\x7e','\xf8','\xde','\x3f','\xd6','\x56','\x3a','\xfb','\xf2','\xf5','\x44','\xfd','\x2d','\x58','\x4a','\x25','\x47','\xa2','\xbb','\x9a','\xd1','\xa7','\x73','\xf8','\x2b','\x44','\xf9','\x12','\xcd','\x0f','\x5d','\xc9','\xe7','\xf3','\x5d','\xda','\x6c','\x9a','\x18','\xc7','\xcf','\xf7','\x16','\x52','\x60','\xf0','\x1e','\xeb','\xc2','\x55','\x89','\xc3','\x80','\x62','\x29','\x83','\x94','\x48','\x2d','\xa9','\xa3','\x10','\xc3','\xb1','\x1e','\x0f','\xb4','\xc4','\x6f','\xd4','\x3d','\xa8','\x83','\xfd','\x1a','\xda','\xa7','\xcf','\x0f','\x3e','\xf7','\x62','\x80','\xca','\x9a','\x01','\x11','\x6f','\x07','\x7b','\x5c','\x2f','\x24','\x2b','\xb8','\x3e','\x49','\xb1','\x1f','\x3c','\x6b','\x9e','\x8c','\x95','\x2c','\x19','\x23','\xb8','\xe1','\x0e','\x90','\x41','\x54','\x7f','\xad','\x85','\x08','\x6a','\x8b','\x62','\x32','\xa1','\x0e','\x55','\xa6','\xd2','\x0d','\x36','\x26','\x8e','\x31','\x31','\xe6','\x20','\x65','\xea','\xba','\xf0','\xba','\x2e','\x7c','\x7c','\x79','\x72','\xbe','\x0e','\x1c','\xb8','\x0a','\xd7','\xe7','\x37','\xbc','\x5e','\x27','\xe2','\x5a','\xa4','\x8d','\xa6','\x63','\x44','\xec','\x6a','\x9d','\xb7','\x8d','\x56','\x02','\x43','\x0a','\xd3','\xbc','\xed','\xa6','\x09','\x78','\xcc','\xd8','\x89','\xcd','\x8a','\x62','\xff','\xaa','\x2c','\x68','\x27','\x37','\xec','\xfd','\x26','\x10','\xd6','\x3f','\xeb','\x2a','\xa2','\xe9','\x1c','\x6d','\x9a','\x50','\x03','\x33','\x4a','\x70','\x6f','\x17','\x9d','\xd8','\xf0','\xa2','\x00','\x1f','\xce','\x4d','\x2a','\x98','\x14','\x4d','\xbb','\x4f','\xaf','\xe5','\xda','\xa1','\xfe','\x73','\x7b','\xeb','\xd5','\x6e','\x9f','\xb7','\x3f','\x98','\x5b','\x77','\xef','\xe1','\xb6','\x1d','\x2c','\x14','\x15','\x81','\xbb','\xa6','\xb2','\x25','\x80','\x99','\x68','\x80','\xd0','\x00','\x2c','\xd9','\xc2','\x94','\x2a','\x68','\x46','\xb2','\xba','\xbc','\x26','\x8e','\x39','\x99','\x10','\x1a','\xa9','\x7f','\x1f','\x8f','\x27','\x29','\xe0','\x11','\xd8','\x2c','\xa8','\x8e','\x77','\x7a','\x2d','\xfc','\x4e','\xdc','\x5b','\x28','\x83','\xc2','\x43','\xbc','\x26','\x1b','\xa4','\x56','\x9b','\x39','\xce','\x75','\x62','\x65','\xd0','\xfe','\x9b','\x2a','\x5f','\x00','\x46','\xe9','\x39','\xa9','\x97','\xcf','\xe5','\x53','\xda','\xb6','\xa7','\x98','\x0e','\x54','\x46','\xa5','\x0d','\x2e','\x01','\x92','\xa8','\xb6','\x69','\x4d','\x39','\xd7','\xda','\x58','\xa1','\x6c','\xc8','\xce','\xd4','\xf6','\xe1','\xa5','\x8a','\x13','\xd2','\x80','\x41','\x6a','\x71','\xf4','\x40','\xf5','\x04','\xcb','\x0f','\x2b','\x81','\x9a','\xc8','\x11','\x18','\xb8','\x81','\x9e','\x1e','\x87','\xc2','\xe7','\x52','\xca','\xa5','\x0a','\x55','\x8e','\x4a','\x93','\xda','\xa5','\x92','\xe7','\x34','\xd4','\x58','\x62','\x1f','\xd4','\xee','\xff','\xfe','\xbd','\xaf','\xdf','\x24','\x40','\xfd','\x75','\x77','\x00','\xd0','\x01','\xf4','\x82','\x35','\xb4','\xdb','\x29','\x50','\x29','\xf9','\xe1','\xdf','\x59','\x76','\xbc','\xae','\x75','\xa3','\xc8','\xfd','\x2a','\x3d','\x2c','\x43','\x23','\x0c','\x29','\x47','\x86','\xbb','\xf2','\x03','\x2e','\xde','\x56','\x6f','\xd1','\xb7','\xde','\x53','\xb1','\x14','\x52','\x5b','\xca','\xe0','\x49','\x5d','\xb3','\x1f','\x82','\x5d','\x26','\x8d','\x1d','\xbc','\x9a','\xca','\x76','\xb9','\xb7','\xd1','\x7b','\x55','\xa2','\x91','\x49','\xa2','\xfd','\xbe','\x39','\xb8','\xdb','\xc3','\x58','\x81','\x8d','\xd4','\x86','\x1e','\xd4','\x58','\xfa','\xac','\xd1','\xfd','\x3d','\xaa','\x16','\x11','\xc1','\x2c','\xf8','\xe1','\x98','\x6a','\x2a','\xeb','\xca','\x17','\x19','\x8f','\xb1','\x03','\xe0','\x5e','\xdd','\x8d','\x2a','\xe9','\xeb','\xae','\x6d','\x18','\x3f','\x48','\x9f','\xf1','\x5e','\x3a','\x74','\x1d','\x80','\xce','\x2d','\x4c','\xa8','\x6d','\x17','\x2a','\x7e','\x68','\xcc','\xaf','\xfb','\x3d','\x7f','\xfd','\xd5','\xee','\xc5','\xde','\xfe','\x55','\xd0','\x46','\xed','\xa0','\xa5','\xdf','\xb4','\xd1','\xae','\xde','\xcc','\xfe','\xf7','\xbd','\x8e','\xfd','\xdc','\xfe','\xd6','\xeb','\x30','\x3a','\x7b','\x4b','\x25','\x19','\xf5','\xb6','\xa6','\xbd','\xdf','\xde','\x90','\xce','\xfd','\x1e','\x42','\x7f','\xec','\xfd','\xda','\x81','\xb7','\x6b','\xc7','\x5f','\x75','\xed','\xff','\xda','\x3d','\x00','\x6f','\x15','\xca','\xff','\xc1','\x7d','\x74','\x1f','\x18','\x7d','\x38','\xcf','\x05','\x87','\x85','\x8d','\xbd','\x96','\x4d','\x5d','\x6b','\x43','\xd7','\x95','\xcc','\xb6','\xfc','\xb5','\xaf','\xa5','\xd7','\x50','\xd7','\xdd','\x7d','\x15','\xbf','\xde','\x47','\xd9','\x60','\x80','\xe9','\xbd','\xf4','\x3e','\x3b','\x36','\xaa','\x3b','\x59','\xd2','\x4d','\xde','\x80','\x47','\x6d','\x81','\x03','\xb6','\xf8','\xf0','\xef','\x3e','\x06','\xec','\xc9','\x04','\xa4','\x2b','\x0c','\x11','\x89','\x5c','\x8b','\x95','\xaf','\xba','\xaf','\x74','\x57','\x59','\xec','\xbe','\x36','\xd3','\x30','\xb6','\x6e','\x7a','\xbe','\xe7','\x79','\xc9','\x34','\x10','\x6f','\x12','\xa8','\xc1','\xb3','\xe5','\x41','\x60','\xa6','\x8d','\x63','\x19','\xd1','\x2b','\x02','\x2c','\x25','\xc7','\xc2','\x54','\x27','\x15','\x60','\x92','\x92','\xdb','\xab','\xa1','\xc0','\xa3','\x9a','\x32','\xcb','\xeb','\x6b','\xc7','\xd2','\x01','\x2a','\x0c','\x98','\x07','\x13','\x9a','\x58','\xeb','\xed','\xfb','\xac','\xde','\xd9','\x68','\x5a','\x57','\x91','\xe2','\x23','\x02','\x72','\x76','\x20','\x10','\x94','\xab','\x76','\x55','\xc5','\xae','\x64','\x65','\xc8','\x44','\x03','\xe9','\xb3','\x64','\xa1','\x18','\x57','\x0f','\x94','\x0e','\x95','\x09','\xd0','\x5a','\x4c','\xa0','\x62','\x25','\x2a','\x16','\xdc','\x1d','\x8f','\xe3','\xb1','\x13','\xda','\x46','\x7d','\xa9','\xb0','\x57','\xf0','\x65','\x78','\x9d','\x17','\x3e','\xbf','\x7f','\x02','\xa5','\x06','\x77','\x77','\x4c','\x21','\x96','\x3d','\xf8','\x2e','\x91','\x78','\x9d','\x17','\xc2','\x18','\xf8','\x54','\x69','\x98','\x27','\xa3','\x03','\x06','\x1b','\xee','\x78','\x48','\x6c','\x22','\xb3','\x44','\x63','\xee','\xa0','\xc0','\x84','\xe4','\x71','\x9d','\x29','\x3a','\xc0','\xff','\xf6','\x1e','\xca','\x42','\x2b','\x64','\x91','\x1a','\xb3','\x18','\x0e','\x54','\xde','\xc0','\x9a','\x12','\x6b','\xef','\xc4','\xa9','\xd1','\x71','\xbe','\x8a','\x95','\x73','\x9d','\x0f','\x2f','\x03','\x7a','\x68','\x6a','\x06','\xdc','\x06','\x1e','\xf3','\xc1','\xa1','\xbb','\x4e','\xfa','\x49','\x9f','\xc1','\xe1','\xbe','\x29','\xc4','\x1d','\x11','\x33','\x51','\xab','\xbb','\xdf','\x6f','\x3e','\x59','\xd9','\x1f','\x43','\x6a','\x5c','\x83','\x94','\xab','\x4d','\x8f','\x4d','\x05','\x5a','\xbc','\x2e','\x57','\x95','\x26','\xc1','\x20','\xd8','\x32','\xd5','\x00','\x0d','\xca','\xdc','\x8a','\xfa','\xc3','\xf8','\x8d','\xfb','\xae','\x8c','\x52','\xcb','\x8c','\x95','\x48','\xc9','\xd6','\x36','\xe6','\xd9','\x47','\x6e','\xca','\x99','\x97','\x64','\xf1','\x0d','\xf0','\xa2','\x34','\x2d','\x0e','\x68','\x3f','\x91','\x02','\x75','\x95','\x28','\x8c','\x65','\x48','\x4b','\xd9','\x35','\x68','\x3f','\x32','\x79','\xe6','\xa1','\x1b','\xdb','\x2a','\x94','\x2b','\xb8','\xd3','\x39','\xef','\x39','\x5c','\x28','\x36','\x64','\xcf','\xb6','\x09','\x66','\x18','\x30','\xc4','\x30','\x26','\x12','\x05','\x64','\x2c','\x5c','\x79','\xed','\x60','\x73','\xb6','\x5a','\x59','\x06','\x56','\x5c','\xc8','\x95','\x70','\x55','\x22','\x2d','\xa8','\xc4','\x09','\xb0','\x77','\xd8','\xb2','\x29','\xb1','\x7c','\x96','\x47','\x31','\x88','\x8e','\x0e','\x30','\x4d','\xc0','\x66','\x71','\xbf','\x85','\x9a','\xd7','\xfb','\xc3','\x4e','\x67','\x5f','\x9d','\x2b','\xa8','\x21','\x82','\x3d','\x60','\x3e','\x74','\xdf','\x8a','\x58','\xa3','\x94','\x50','\x34','\xaa','\xcd','\x67','\x10','\xa6','\xef','\x0b','\xd4','\xb1','\x52','\xe0','\x36','\x0c','\x30','\xc7','\xd2','\x5e','\x43','\x07','\x6f','\x6e','\xac','\x22','\xbb','\x03','\x83','\xb1','\xc6','\xea','\xca','\xc4','\x41','\xc1','\x83','\x04','\xb0','\x1c','\xb8','\x96','\xa1','\x87','\x80','\xaf','\xa7','\xe1','\xf5','\x1c','\xac','\xde','\x4f','\x02','\x1a','\x81','\xa1','\xe4','\x8b','\xfb','\xf0','\xf9','\xf5','\x0b','\xbe','\xfc','\xe1','\x1f','\x70','\x21','\x71','\xad','\xc0','\x59','\x8b','\x49','\x5a','\x1a','\x52','\x03','\xe3','\xcf','\x30','\x7c','\x56','\xc0','\x27','\xf0','\x10','\x40','\x34','\x26','\x25','\x8f','\xad','\x18','\x04','\x46','\x62','\x4b','\xf4','\x77','\x26','\x50','\x55','\x58','\x99','\x58','\xd6','\x45','\x96','\xc2','\xb4','\xc0','\xd0','\x1a','\xd0','\x3e','\x3a','\x1e','\xd3','\x71','\x1c','\x03','\xf3','\x60','\x35','\x2b','\x75','\x66','\x1f','\x66','\x14','\xb3','\x00','\x30','\x2c','\x90','\xc7','\x03','\x61','\x8e','\x9a','\x0f','\x3c','\xd7','\x85','\x91','\x81','\x95','\x83','\xf4','\xba','\x02','\x66','\x32','\xb0','\x75','\x24','\x11','\x78','\x73','\x8c','\xc3','\x34','\x86','\xc6','\x50','\xb5','\xd8','\xef','\x88','\xa4','\xfd','\x75','\x20','\xf3','\x40','\xbc','\x09','\x50','\x19','\x98','\x48','\x45','\x19','\xe7','\xb0','\x69','\x53','\x6e','\x1f','\x86','\xce','\x79','\x84','\x02','\xef','\x78','\xef','\x6e','\x86','\x7f','\xcb','\x96','\x70','\x7f','\xa3','\xab','\x0e','\xed','\x67','\xba','\x6e','\x48','\x70','\xbe','\xab','\x4e','\x08','\x55','\xc4','\xde','\xe2','\x84','\x72','\x93','\xd4','\xb5','\x6c','\x3a','\x54','\xc9','\xc4','\x7b','\x55','\x43','\xbd','\x40','\x3a','\x7f','\xa6','\xec','\x87','\x53','\x0e','\x7c','\xd3','\xd3','\x68','\xc4','\x7d','\xc7','\x7e','\xec','\x4b','\xeb','\x3e','\x15','\xc6','\xcc','\xb6','\xc0','\xbd','\x3c','\xd8','\x4f','\x9e','\x8e','\x5d','\xd1','\xe9','\xbb','\xd9','\xff','\x72','\xd2','\x38','\xa1','\x33','\xdd','\xfe','\xef','\x9d','\xbc','\x4e','\x1d','\x14','\x32','\x1d','\x58','\x21','\x62','\xf5','\xba','\x69','\x7f','\x9d','\x4c','\xcd','\xa1','\x0a','\xb7','\x01','\xd9','\xf4','\xba','\xaa','\xfd','\x0c','\x72','\xf7','\x7b','\x2b','\x36','\xed','\xca','\x8d','\xce','\xf5','\x8f','\x41','\x82','\xec','\xeb','\xef','\x01','\xc6','\x86','\xb7','\x78','\xcb','\x59','\xe9','\x2e','\xa8','\xb7','\x8b','\x2f','\x0d','\x55','\x83','\x5c','\x60','\xec','\x14','\x25','\x14','\x7e','\x53','\xe6','\xba','\x8d','\x45','\x8f','\x4b','\xcf','\xed','\x8e','\x7e','\x00','\x55','\x98','\xb8','\xc2','\xff','\x62','\xf2','\x03','\xfc','\x5e','\x05','\x48','\x4d','\x4d','\xf6','\xfe','\x7e','\xfb','\xea','\xb1','\x4b','\x65','\x00','\x7e','\xf3','\x27','\xd0','\xb3','\x59','\x68','\x2c','\x77','\x70','\xa5','\x64','\xe5','\x56','\x01','\x72','\x36','\x6f','\xaf','\xf8','\x01','\xb5','\xb8','\x17','\xf8','\x4e','\xaa','\xfa','\x2b','\x14','\x1d','\xd2','\x71','\xc8','\xad','\xa9','\xe9','\x3b','\xb5','\x12','\xde','\xcd','\x0a','\x9d','\x8d','\xde','\x99','\x1a','\xb9','\xd0','\x15','\x42','\x97','\xf8','\xc0','\x76','\x36','\x99','\xd1','\xbd','\xb7','\x6c','\x2a','\xde','\xbd','\x21','\x42','\x87','\x5d','\x95','\xaf','\xbc','\x03','\x88','\xfe','\x8c','\xfd','\x01','\xd5','\xf7','\xea','\x5b','\x45','\xa6','\x1a','\x51','\x2f','\xa9','\x6f','\x28','\x40','\xef','\x60','\xca','\xd4','\x48','\xd8','\xdc','\xcb','\xfb','\xf1','\x75','\xfa','\x69','\x3b','\x43','\xe9','\x92','\xf4','\xbe','\x2a','\x53','\xf0','\x34','\x0c','\x63','\x1c','\x54','\x99','\x7a','\x0b','\x92','\xfb','\xde','\x9b','\x7f','\x0c','\xbb','\x03','\xee','\x3b','\xe9','\xc1','\xde','\xd0','\x3b','\x64','\xaf','\x1f','\x13','\x89','\x9e','\xac','\xed','\xc9','\xe1','\x5a','\xdd','\xcc','\x37','\xd2','\x59','\x3e','\x77','\xfc','\x5d','\xae','\xa3','\x83','\xed','\x36','\x76','\x7f','\xed','\x75','\x78','\xef','\xcb','\xce','\x1e','\xfa','\xef','\x66','\x2c','\x59','\xd7','\x56','\xaa','\xe8','\xf6','\x1f','\x78','\x1a','\x30','\x06','\x0d','\xed','\xdf','\xe5','\xda','\xff','\xe5','\x7b','\x68','\x27','\xdc','\x49','\x59','\x1b','\xaa','\x5f','\xdf','\xc7','\x43','\xfc','\x64','\x74','\x42','\x84','\xa6','\x34','\x30','\x58','\xe9','\x4a','\x68','\x48','\xc9','\xe9','\x87','\x7d','\xd4','\x03','\xdc','\xde','\xaa','\x57','\xef','\x09','\x50','\x5f','\xda','\x0f','\xeb','\xf4','\xbe','\x8f','\xda','\x74','\xea','\x7c','\x77','\x15','\x8c','\xf1','\xa7','\x41','\xbd','\xf5','\x3a','\x3b','\x02','\x3d','\xa0','\x0a','\x66','\x92','\x6e','\xd3','\x76','\xc1','\x42','\x0d','\xe9','\xa6','\x73','\x94','\x32','\xe2','\x45','\xda','\x50','\x93','\x20','\xcc','\xc7','\x96','\xaf','\x6c','\xf8','\xce','\x2c','\x89','\xce','\xbf','\x29','\x28','\xb5','\x69','\xe1','\x9c','\x0a','\xa1','\x60','\xc3','\x88','\x6c','\x01','\x58','\xc5','\x39','\x41','\xe8','\x06','\x6f','\xad','\x47','\x63','\xaa','\x55','\x03','\xa9','\x21','\xb8','\x90','\x2a','\x10','\xf0','\x6b','\xc9','\x59','\x07','\x6a','\x91','\x7a','\x83','\xdb','\xc9','\x55','\x27','\x40','\x42','\x59','\x61','\xa0','\x80','\x23','\xc0','\xca','\xd6','\xa2','\xda','\x13','\x33','\x8b','\xa1','\xca','\x94','\x6d','\x83','\x93','\x46','\xb4','\xaf','\x22','\x90','\x71','\xb1','\xe2','\xa0','\x80','\xb4','\x32','\x51','\x17','\xab','\x3f','\x50','\xf0','\xe2','\x00','\x11','\x44','\x51','\x97','\xd6','\x15','\xa8','\x58','\x92','\x2e','\x5e','\x52','\xf4','\x11','\x4d','\xe2','\x31','\x60','\x79','\x00','\x0e','\x22','\xc3','\x66','\x7b','\x8f','\x98','\xaa','\x64','\xa4','\xd0','\x92','\x3b','\x30','\xe7','\xc1','\x3d','\xa5','\x3e','\xcd','\x82','\x0a','\x18','\xda','\x0c','\x19','\x81','\xeb','\x62','\x42','\x75','\x88','\x6a','\xd9','\xc9','\xf9','\x18','\x03','\xc3','\xa9','\x5c','\x34','\xc3','\x05','\xc2','\xe4','\x8e','\x37','\x3a','\x61','\x5c','\x41','\xbf','\x71','\x1c','\xc7','\x2d','\x5f','\xbc','\x9b','\x3a','\x15','\x67','\x1e','\x06','\x8f','\xd2','\x3c','\x2e','\xec','\xfd','\x4a','\xd6','\x53','\x07','\x36','\xad','\x04','\xa8','\xfe','\x3e','\x19','\xa7','\x92','\xb0','\x41','\xe8','\x3c','\xc1','\x0c','\xd7','\x5a','\xc8','\x2d','\x02','\xa0','\xd7','\xcd','\x81','\x14','\xad','\xb0','\xea','\x62','\xa2','\x32','\x26','\x0c','\xa2','\x23','\x95','\xd6','\xbf','\xff','\x5e','\x77','\x9d','\x9f','\x60','\xd9','\x22','\xe7','\x5d','\xd5','\x95','\x40','\x27','\x76','\x52','\x24','\x6d','\x9a','\x89','\xf6','\xca','\xaa','\x44','\x5e','\x6b','\x23','\x9d','\x43','\xd5','\x22','\xbc','\x9d','\xc0','\x6a','\xb0','\x08','\x44','\x4f','\x57','\x24','\xae','\xeb','\xba','\x6d','\x8d','\x80','\x91','\x1e','\x56','\x0b','\x87','\x44','\x44','\x44','\x95','\x93','\x88','\x83','\x41','\x3e','\xd4','\x02','\xcb','\xd6','\x0e','\xe6','\xd9','\x80','\xad','\x53','\x2d','\x36','\x04','\x29','\x8d','\xa2','\xeb','\xc8','\x1f','\x33','\x60','\x7b','\xb7','\x01','\x3c','\x7e','\xb3','\xb0','\x7b','\x2f','\x86','\x49','\xa5','\x4a','\x0d','\x7e','\x64','\x69','\xa8','\x2d','\xf9','\x5a','\xbb','\x21','\x7d','\xcf','\x1b','\x01','\x15','\xd8','\x56','\x6a','\xee','\x54','\x75','\xa2','\x73','\xaf','\x35','\x4d','\x79','\xdb','\x24','\xd2','\xcc','\x5a','\xb1','\x2d','\x0a','\x0a','\x16','\x38','\xe1','\xbe','\xdc','\x91','\xe9','\x4c','\x0e','\xa2','\x2b','\xaf','\x26','\xda','\xb0','\x80','\xf5','\x62','\xe3','\xb5','\x19','\x83','\x18','\x83','\x93','\x82','\xb6','\x03','\x3e','\x43','\x28','\xa1','\x09','\x99','\x3a','\xb6','\xb0','\xd1','\x8f','\xf4','\x60','\xf8','\xa6','\x43','\x02','\xb1','\xfb','\x41','\x19','\xca','\x2b','\x01','\x1a','\x0c','\xbe','\x00','\x26','\xab','\x6b','\x92','\xf6','\x1e','\xd3','\x45','\x65','\x2f','\xc4','\x31','\x10','\x83','\x8c','\x0f','\x77','\xe0','\x9c','\xc0','\x2f','\x96','\x08','\x07','\xaa','\x9c','\xd5','\x35','\xad','\x33','\x75','\xc8','\x0a','\xd7','\x31','\x10','\xc3','\xf0','\x2a','\xc3','\x35','\x0c','\x9f','\xc5','\x8a','\x4f','\x54','\x22','\x74','\xb6','\x3e','\xeb','\xc2','\x6b','\x2d','\xaa','\xc3','\x79','\xc0','\x2e','\xa7','\x9a','\x62','\x35','\x6d','\x33','\x75','\x16','\x15','\x20','\x1a','\x64','\x07','\x39','\x1b','\xa8','\x95','\x21','\x0d','\xc0','\xb4','\x0b','\xde','\x49','\xd8','\x5b','\xf2','\x3e','\xa4','\xea','\x35','\x1c','\x78','\xcc','\x03','\x33','\x81','\xf8','\xfc','\x44','\x5e','\x17','\x10','\xc0','\xc3','\x0a','\x1f','\x73','\xe2','\x78','\x3c','\xf0','\x7c','\x3c','\x70','\x0c','\x07','\x72','\xa1','\x01','\x4a','\x24','\x81','\x98','\x15','\x09','\x5b','\x8b','\xbd','\x76','\x3f','\xec','\xff','\xf6','\x0d','\x01','\x43','\xa2','\xdc','\x19','\x47','\x81','\xca','\x64','\x95','\x40','\xb6','\xce','\x97','\xce','\xf4','\x4e','\x3a','\xa1','\x58','\xb4','\x37','\xaa','\xfc','\x23','\x60','\xf7','\x5e','\x06','\x7b','\xb2','\xda','\xc7','\x42','\x6b','\x43','\x5b','\xa0','\x3d','\x5f','\x4a','\x88','\xb6','\xd3','\x96','\x3f','\xde','\x31','\xa2','\xfe','\x6d','\x5d','\x8f','\x84','\x4e','\x0f','\xb6','\xfd','\xea','\xd9','\x84','\xfd','\x16','\xef','\xc9','\x0f','\x13','\x41','\xdf','\xd4','\xac','\xd1','\xef','\x9f','\x3c','\xcf','\x54','\x1c','\xd4','\xfd','\x15','\x47','\x85','\x98','\x3b','\x8e','\x31','\xb9','\x1f','\x25','\x6b','\x5f','\x05','\xf4','\x68','\x05','\xb7','\xe0','\xde','\x1b','\xbe','\x2b','\x95','\x92','\x51','\x6b','\x2b','\x82','\xd6','\x77','\xd1','\x37','\xc0','\x6a','\x47','\xc7','\x8c','\xa4','\x7a','\x47','\x81','\x55','\xdd','\x52','\x4e','\xa8','\x58','\x92','\xed','\xc0','\x04','\xf5','\x1d','\xa6','\x84','\xca','\xb1','\x05','\x92','\x5a','\x0c','\x06','\x6f','\x71','\xbe','\xdd','\x8c','\x9b','\xa6','\xd2','\x36','\xf9','\xbe','\x45','\x15','\x5c','\x9f','\x1f','\xd1','\xb3','\x02','\x3b','\x96','\xab','\x0d','\x3a','\xd3','\xe6','\x8a','\x9e','\xab','\xd5','\x34','\x15','\xb6','\x39','\x17','\x2a','\x75','\x6f','\x0e','\x3f','\xa6','\xb6','\x86','\xc1','\x27','\xaf','\xc5','\x55','\x09','\x77','\xa3','\x53','\x39','\x97','\xdf','\xf9','\x56','\xbe','\x79','\x95','\x2e','\xe1','\x55','\x5b','\x9e','\xdf','\x7e','\xfd','\xce','\x1c','\xa0','\x16','\x40','\xa8','\x3e','\xf7','\x4c','\x52','\x50','\x52','\x53','\x68','\xb2','\x5a','\x2f','\x8c','\xed','\xa0','\xaa','\x29','\x48','\x4c','\x74','\xc4','\x43','\x6f','\x43','\xf3','\xe6','\x6c','\x1a','\x29','\x4c','\x2d','\x64','\x27','\x24','\xdd','\x8c','\x0a','\x74','\xa0','\x05','\x95','\xce','\xf0','\xe6','\xb4','\xde','\x36','\xad','\x9e','\x7b','\xa8','\xe1','\x95','\x0d','\xb8','\x6a','\x24','\xef','\x1b','\x2a','\x6e','\xea','\x44','\xdb','\x58','\xfb','\x31','\x01','\x42','\x6d','\xb9','\xe2','\x2e','\xc1','\xee','\x6b','\x06','\x58','\x2e','\xcf','\x37','\xa4','\x7e','\x0c','\xb4','\x78','\xc2','\x96','\x32','\x06','\x76','\x09','\xb8','\x87','\x6a','\x75','\x3f','\x00','\x14','\xbc','\xb2','\x49','\x9b','\xef','\x9a','\x6d','\xb8','\xb2','\xee','\x20','\x78','\x1f','\xac','\xf7','\x04','\x88','\xdf','\x48','\xeb','\x35','\x52','\x70','\x2d','\xca','\xdf','\x70','\x52','\x85','\x5a','\xf1','\xa8','\x3f','\xab','\x03','\x64','\xc8','\xa0','\xf2','\x55','\xfe','\x9b','\xcf','\xea','\x83','\xf4','\x2e','\x28','\xb1','\x69','\x1b','\x0a','\x96','\xcd','\x4c','\x4a','\x5e','\xf1','\xc3','\xeb','\xd8','\xbc','\x0d','\x54','\xfe','\x7d','\xae','\xa3','\x4d','\x4a','\x07','\x90','\x7f','\xed','\x75','\x94','\xbb','\xf8','\xbd','\x50','\xbf','\x41','\x21','\x53','\xc8','\xaf','\x10','\xfd','\x36','\xae','\x9d','\x18','\xed','\xc9','\xd1','\xf5','\xef','\xbf','\xf6','\xbf','\xe5','\x1e','\x1a','\x35','\xae','\xc2','\x6f','\xd7','\x73','\x97','\xd1','\x6a','\xd3','\x94','\x50','\x6c','\x34','\xed','\x60','\x0d','\x42','\xfb','\xba','\xcc','\xbc','\xf7','\x11','\x52','\x09','\xd0','\x0f','\x84','\xcd','\xb7','\xf0','\x4b','\xe7','\xc7','\xea','\xc7','\x7d','\x54','\x4d','\xc1','\xbb','\x0d','\x69','\x76','\x70','\x8e','\x52','\xf0','\x63','\xec','\xdb','\x53','\x90','\x05','\x0b','\x38','\x88','\xdc','\xec','\x04','\x3f','\xdf','\x3e','\x35','\xc1','\xc0','\x0e','\x9c','\x69','\x84','\xfd','\x08','\xec','\x87','\x61','\x8a','\x3e','\x06','\x60','\x03','\x91','\x9a','\x5d','\xb0','\x11','\x2c','\x81','\x14','\xd5','\x24','\x06','\xdc','\xe7','\xbf','\x0c','\xc0','\x05','\xb7','\x81','\xa5','\xd8','\x7a','\x61','\x80','\xd8','\xa6','\xee','\xd6','\x0d','\xe6','\xea','\x53','\x49','\x47','\x1a','\x65','\x4f','\xb7','\x34','\x9a','\x69','\xcf','\xc0','\xd5','\xb3','\xc7','\x04','\x6f','\xe4','\xc2','\xf4','\x07','\x3a','\xac','\x65','\x1c','\x9a','\x6f','\x01','\x2a','\x83','\xec','\xf0','\x64','\xb4','\xbe','\x02','\x16','\x92','\x1d','\x35','\x23','\xc5','\xad','\x1d','\x44','\x05','\x32','\xd7','\x0e','\x6c','\x23','\x48','\x41','\x1c','\x0a','\x72','\x39','\x48','\x52','\xeb','\x9c','\xe4','\xf3','\x10','\xe8','\x2e','\x20','\x28','\xa6','\xb0','\x14','\xd8','\xaf','\xb5','\x90','\x52','\xee','\x89','\x76','\x64','\xa6','\x84','\xa4','\x55','\x0f','\x8a','\x8d','\xda','\xd9','\x83','\xe9','\xe0','\xf0','\x69','\x9c','\x1b','\x92','\x74','\x8a','\x0f','\x7f','\x00','\x10','\x82','\x9a','\xb5','\x83','\x49','\x3a','\xe9','\x54','\x0f','\x10','\x03','\x07','\x1f','\x43','\xcf','\xae','\xd4','\x2c','\xab','\x04','\xad','\x8c','\xd2','\xe5','\x99','\x1b','\xd4','\x32','\x70','\x0d','\xab','\x00','\x54','\x20','\x4a','\x54','\x90','\x14','\x9d','\x54','\x1b','\x6c','\xef','\xba','\xd1','\xd5','\xfd','\x25','\xda','\x70','\x07','\x22','\x86','\xd6','\x47','\xc4','\x76','\x94','\x6d','\x77','\x7f','\xb4','\x8b','\x9b','\x4a','\xe5','\xae','\x60','\x57','\xfe','\x4a','\xbd','\x23','\x51','\xc5','\xde','\xb8','\xb8','\xb0','\xd6','\x12','\x45','\xf0','\xa1','\xfe','\xa4','\xd2','\x6c','\x36','\x79','\x31','\x33','\xd8','\x16','\x6b','\xb0','\x5d','\x59','\xad','\xb5','\xd8','\x90','\x9c','\x14','\x10','\x09','\x60','\x57','\x71','\x00','\xa8','\xb7','\x68','\x68','\xfe','\x91','\x06','\xfa','\x5e','\xa4','\x2b','\x3f','\xe6','\xc0','\x71','\x4c','\x6c','\xf0','\x83','\x56','\x09','\x80','\xc1','\x05','\x0c','\x5c','\x57','\xe0','\xba','\x2e','\xa0','\x2b','\x99','\x6f','\xf6','\x81','\x82','\x43','\x4e','\x39','\x5b','\x3e','\x34','\x94','\xb1','\x1a','\x92','\xc5','\xff','\x02','\xa9','\x1e','\x0b','\x82','\x72','\xde','\x2a','\x13','\x0a','\x70','\x4a','\xc9','\xfc','\x66','\x6e','\x24','\x36','\x88','\xb4','\x63','\x05','\xed','\xf6','\x4e','\x9c','\x76','\x92','\x25','\xfa','\x76','\xd1','\x20','\xdc','\xbe','\x1b','\x6c','\x34','\x7e','\x4e','\x06','\x79','\x16','\xb2','\x13','\x19','\x9a','\x11','\xc3','\xf7','\xb3','\xec','\x3a','\x0f','\x2b','\xec','\x26','\x7a','\x7c','\x53','\xdd','\xe9','\x8f','\x13','\xa1','\x44','\x6d','\x57','\xbf','\xc8','\x68','\x44','\x5a','\x61','\x81','\x89','\xee','\xf5','\x2e','\x2e','\xa1','\xb5','\x7f','\x35','\x95','\xc9','\x52','\x08','\xa5','\x28','\x7f','\xaa','\x30','\xe5','\xe1','\x28','\x01','\x2c','\xe5','\x2e','\x64','\x5b','\x7d','\x10','\xd5','\x62','\x47','\x14','\x44','\xe9','\x99','\xef','\x0c','\x98','\x87','\x6e','\x80','\x89','\x2e','\x9f','\x7b','\xed','\xe7','\x18','\xb2','\x15','\x05','\xf5','\xb6','\xed','\xf7','\x4d','\xa4','\x03','\x73','\x4e','\xd8','\x98','\xf8','\x9e','\x85','\x3f','\xd7','\x0b','\x0d','\x8e','\x2f','\x73','\x0e','\x6a','\x45','\xe1','\xf2','\xc2','\xb2','\x81','\x69','\x85','\x67','\x5e','\xb8','\x32','\x71','\x22','\x71','\x22','\xb0','\x50','\x14','\x28','\x68','\x56','\xc3','\x73','\x60','\x7c','\xfc','\xb4','\x83','\xdd','\xd2','\x35','\xed','\x16','\x84','\x22','\xf0','\xd1','\xbd','\xcd','\x89','\x12','\x8f','\x30','\x91','\xc3','\x51','\xd3','\xc1','\x21','\xba','\x4e','\xca','\x61','\xdd','\x80','\x71','\x43','\x9e','\x9d','\xc0','\x7a','\x24','\xc6','\x45','\xa5','\xc7','\x78','\x7d','\x47','\xbc','\x4e','\x78','\x50','\x29','\xf1','\xcb','\x3c','\xf0','\x25','\x12','\xcf','\xa3','\xf0','\xbf','\x26','\x95','\x2f','\x5d','\x7b','\x65','\xf8','\x90','\x08','\x80','\x6c','\xa1','\x86','\x2f','\x47','\x16','\x2a','\x2e','\x78','\xc4','\x1e','\xac','\xda','\x15','\x7e','\x37','\xcd','\xdc','\x19','\xc7','\x66','\x6f','\xe8','\x86','\xb8','\x0f','\xcd','\x54','\xe1','\xbb','\x13','\xa9','\x16','\xc3','\xd0','\x61','\xba','\xff','\x78','\x03','\xc6','\x3a','\x29','\x69','\xbf','\xd7','\xe9','\x8c','\xb5','\x1f','\xde','\x71','\xab','\x31','\x21','\x01','\x81','\x55','\x3d','\x26','\xda','\x8e','\x84','\x86','\xff','\xee','\xec','\x69','\x9f','\x94','\xc2','\x00','\x76','\x8b','\x48','\xb7','\x4e','\xb4','\x6d','\xea','\x7b','\xe4','\x65','\x5a','\x41','\x6a','\x88','\x06','\x52','\xc2','\xb8','\xf7','\x31','\x07','\x29','\x5b','\x63','\xc0','\x0f','\x0e','\x29','\x75','\xd1','\xd8','\xe9','\x0b','\x0b','\x28','\x82','\x0b','\x6e','\x05','\x9f','\x5d','\x49','\x7f','\xb3','\x3f','\x32','\x19','\xa9','\xc4','\xaa','\x93','\x0f','\x8a','\xbe','\xf4','\xfd','\x98','\x4c','\x4b','\x60','\x15','\xa8','\x02','\xa7','\x11','\x0e','\xad','\x7e','\x0b','\x9d','\x29','\x79','\xc3','\xdd','\x7b','\x59','\x6f','\xf7','\xd5','\xc9','\x09','\x5a','\x30','\x02','\xb8','\xe3','\x5e','\x55','\x9e','\x77','\x3c','\xae','\xf8','\xb8','\x94','\xfc','\x35','\xf0','\xa2','\x25','\x40','\xe6','\xbd','\x48','\x15','\x85','\x7a','\x5d','\x12','\xea','\x10','\x4b','\xc0','\xe5','\x05','\xda','\x64','\x95','\xfa','\x7a','\x8d','\x31','\x59','\xf7','\xcb','\x63','\x92','\x0a','\x6f','\x12','\xd1','\x29','\x6b','\x3b','\x1b','\xaa','\xb2','\x16','\xa6','\x68','\xec','\x5d','\xa9','\xda','\xcc','\x9b','\x5f','\x7d','\xfd','\x8e','\x08','\x42','\x68','\x36','\x45','\xde','\xaa','\x42','\xd5','\x2c','\x44','\xbb','\x29','\x29','\xda','\xaf','\xda','\x57','\x7b','\x61','\x3b','\x20','\x68','\xfe','\x7e','\x10','\x46','\xdd','\xc9','\x92','\xbb','\x1a','\xff','\xdf','\x94','\xbb','\xaa','\xdf','\xa4','\x91','\x35','\x05','\x72','\x50','\x86','\x0a','\xdc','\xb4','\xaa','\xdd','\x47','\x20','\xce','\x3c','\xe9','\x00','\x74','\xec','\xa5','\x81','\x6d','\xb7','\x92','\x96','\x56','\x40','\xbb','\xdb','\xb6','\xa1','\x6b','\x8e','\x6f','\x07','\x6d','\xdc','\xa0','\x96','\x94','\x54','\x46','\xbd','\x03','\x97','\xfd','\x70','\xf8','\x10','\x23','\xc9','\x73','\xce','\x8d','\x7e','\xf1','\x90','\xce','\x39','\x31','\x66','\xcf','\x38','\x4a','\xac','\x1e','\x66','\xa8','\xbd','\xf1','\x1e','\x08','\xbb','\x11','\x45','\xfd','\x75','\x10','\xbc','\xd7','\x03','\x7d','\x54','\x81','\x9e','\x9a','\xdb','\x87','\xb1','\xa9','\x09','\xc7','\x94','\xb8','\xe7','\xbf','\xf3','\xb3','\x18','\xbc','\x68','\xf3','\xe2','\xb7','\x89','\x04','\x9f','\x63','\x3f','\x17','\x5d','\x47','\x41','\x81','\x42','\xe1','\xf1','\x77','\xba','\x8e','\xed','\x94','\x15','\x68','\xff','\xb5','\xd7','\xc1','\x67','\x75','\xcf','\x17','\xa9','\x1d','\x80','\x86','\xd0','\x19','\xbb','\x0f','\x61','\x57','\x85','\x0c','\xa8','\x15','\x7f','\x97','\x35','\xac','\xbf','\xf1','\x1e','\x1a','\xfd','\xc0','\xaf','\xee','\x23','\xb2','\xe7','\x2f','\x70','\x38','\xe4','\x00','\x93','\x9d','\x2b','\x6f','\x99','\x65','\x9e','\xb9','\x76','\x7e','\x12','\x72','\x48','\x35','\x67','\xff','\x0b','\xeb','\xf9','\x43','\x15','\x4b','\xcf','\xdb','\x64','\xf8','\xb2','\x93','\x13','\x68','\x6d','\x4a','\x0e','\xa1','\x28','\x4f','\x82','\x94','\x33','\x92','\x83','\x1a','\x1d','\x1c','\xed','\x00','\xa9','\xb0','\x29','\x9a','\x6d','\x9c','\x65','\xbd','\xfa','\xf5','\x44','\x7e','\x95','\x50','\x88','\x2a','\x01','\x27','\x02','\x9e','\x69','\xe8','\xc1','\x9f','\xa9','\x24','\x65','\x38','\x8d','\xb8','\x57','\xc2','\x5d','\x53','\x20','\x33','\x19','\xa8','\x17','\xe7','\x77','\x90','\xf6','\x08','\x22','\x5c','\x58','\xb8','\x92','\xa8','\xe1','\x63','\xd0','\xb9','\xf0','\xca','\xb8','\xc6','\x21','\xd4','\x6d','\x1c','\x93','\x09','\x6c','\x95','\xc4','\x11','\x18','\xe4','\xa0','\x0c','\x39','\x4a','\xa8','\x5c','\xbf','\xb6','\xd0','\xd4','\x8d','\x46','\xfe','\xa2','\x16','\xbc','\x0a','\x67','\x9c','\x1c','\xe2','\x69','\xb6','\x93','\x39','\xd2','\x24','\x12','\xf5','\x5a','\x88','\x0a','\x58','\x24','\x5c','\x48','\x5e','\x5c','\x2f','\x55','\x72','\x78','\xa2','\x1b','\xad','\x56','\x16','\x4c','\xdb','\x1a','\xb5','\xa9','\x4a','\x15','\x89','\xeb','\x7a','\xe1','\xba','\x5e','\xb0','\x4b','\xb3','\x4d','\x64','\xef','\x42','\xfd','\x87','\xc3','\x07','\xc2','\x29','\x70','\x30','\x30','\xb8','\x7f','\x17','\x47','\x17','\xf8','\x24','\xaf','\xdf','\x44','\xdf','\xa9','\x38','\x37','\x06','\x00','\x3d','\xb3','\xdd','\xbc','\x5d','\x74','\x94','\x2c','\x2c','\xb9','\x54','\xa0','\x06','\xa6','\x12','\x9a','\x75','\x2e','\xa2','\xc8','\x2b','\x38','\x73','\x24','\x81','\x7c','\x41','\x15','\x15','\xc9','\xb5','\x77','\x73','\x09','\xb8','\xce','\x55','\xac','\x24','\x01','\x52','\xc7','\x6a','\xba','\x9a','\x91','\xca','\x30','\x24','\x5a','\xb0','\xa4','\x6c','\xd6','\xfb','\xa8','\xf2','\x1e','\x58','\x67','\x0a','\xd4','\x57','\x86','\x00','\xb9','\xae','\x6a','\xd0','\x21','\x8d','\x16','\xb3','\x11','\x6a','\x39','\xca','\x6e','\x35','\xbb','\x4b','\x54','\x41','\x55','\x80','\x42','\x15','\xa3','\x04','\x36','\x90','\xc7','\xa0','\xca','\xf7','\x3a','\x74','\xe0','\xdf','\x8a','\x71','\x0c','\x6c','\xef','\xe1','\xbe','\x21','\x41','\x03','\xd3','\xfe','\xdc','\xd2','\xb1','\x8d','\x4e','\xca','\x6f','\x35','\xd2','\x1d','\x65','\xec','\xe9','\x6a','\xbe','\x3c','\x6c','\x27','\xc7','\xa4','\x89','\x3a','\x13','\xab','\x50','\xf3','\xba','\x99','\x44','\x35','\x7a','\x56','\x92','\xef','\xde','\x31','\x68','\x0f','\xe6','\x55','\x58','\xb1','\x28','\x90','\x11','\x8b','\x02','\x14','\xf5','\x36','\xad','\xde','\x8d','\x11','\x19','\x3a','\x59','\x29','\x0e','\x1d','\xb5','\x0e','\x10','\x08','\xe8','\x74','\x13','\x3d','\x20','\x14','\x18','\xdd','\x34','\x4d','\x45','\xb7','\x28','\x30','\xc0','\x0b','\x25','\x38','\x12','\xc9','\x68','\x39','\xda','\xf1','\x41','\xee','\x3e','\x42','\x81','\x52','\xc5','\x9e','\xff','\xe2','\xa5','\x60','\xad','\x3a','\x9e','\x21','\x85','\xb5','\xd4','\x49','\x4e','\x58','\xaa','\xfd','\xb1','\x63','\xf9','\x2d','\x8d','\x0b','\x2b','\xc4','\x64','\x82','\x11','\x3e','\x64','\x3a','\x3a','\xa1','\x83','\xd4','\x59','\x29','\x4f','\xc0','\xfe','\x38','\x0e','\xa4','\x8c','\x4a','\x7c','\xae','\x85','\x05','\xf5','\x84','\x99','\x53','\x48','\x60','\xea','\xcc','\x1f','\x13','\x09','\xc3','\xa5','\x64','\x66','\x25','\xe9','\x61','\xdd','\xa4','\xbf','\x4c','\xe1','\xed','\x9e','\x15','\xc6','\x7d','\x4b','\x9a','\x69','\xe1','\xaa','\xc4','\x95','\xa9','\xd7','\x2b','\x1c','\x36','\x47','\xc5','\x45','\x9f','\x84','\xdc','\x41','\xf4','\xe1','\x03','\x63','\x38','\xbe','\x01','\xf8','\xd3','\xc5','\xb4','\xd2','\xbc','\x70','\x56','\x0b','\xfe','\x32','\x01','\x0a','\x03','\xc6','\x1c','\xf8','\x18','\x03','\x71','\x38','\x4e','\x03','\xce','\x2a','\xac','\xe0','\xcf','\x4a','\x42','\x51','\xc3','\x1d','\xc7','\x74','\x9d','\xfd','\xde','\xcf','\x37','\x60','\x49','\xb1','\x92','\xbb','\x52','\xd2','\x43','\xb6','\x79','\x9c','\xa5','\x2a','\xa7','\x35','\xd1','\x64','\x13','\x15','\xb8','\xee','\xa4','\x80','\x14','\xc3','\x64','\xe5','\xfe','\xba','\x80','\x4a','\x8c','\xe7','\x81','\x11','\x01','\x5b','\x85','\xf3','\xba','\xb0','\x56','\xe2','\x4f','\xe7','\x05','\x7c','\x5e','\xf8','\x1e','\x9f','\xf8','\xc4','\xc2','\xe3','\x78','\xe2','\xeb','\xe3','\x03','\x5f','\xe7','\x81','\x87','\x1b','\x8e','\x31','\x30','\xd2','\x98','\x40','\x5d','\x27','\x32','\xaf','\x7d','\x06','\x1c','\xa9','\x01','\x09','\x86','\x03','\x03','\x87','\x1b','\x62','\x4c','\x9c','\x7a','\xf6','\x3d','\xe2','\xa3','\x13','\xdc','\xb6','\x07','\x65','\x5d','\xb1','\x6e','\xc5','\x54','\xa5','\xea','\xfd','\xcc','\xda','\xd2','\x2b','\xf6','\xfc','\xa1','\x4f','\xb7','\xcb','\x23','\x4e','\xca','\x54','\x8f','\xf7','\x6d','\x9c','\x91','\xf9','\xcf','\x5d','\x17','\x28','\x80','\x74','\xae','\xc2','\x16','\x6c','\xa0','\x2b','\xeb','\xbf','\x6b','\x8d','\xc3','\x36','\xb0','\x97','\x3b','\x4a','\x23','\xb1','\x4e','\xd9','\x38','\x6d','\x6c','\x33','\x36','\x54','\x7a','\x8d','\x2e','\xbf','\x98','\x03','\x87','\x23','\xcc','\xf1','\x32','\xda','\xb5','\x71','\x0c','\xcc','\x03','\x98','\x55','\x64','\x05','\x5c','\x9c','\x59','\x64','\xb2','\x9b','\xef','\x55','\xf4','\x7d','\xc5','\x3a','\x46','\xf4','\xd4','\xad','\x98','\x68','\x62','\x3f','\xec','\x5f','\xa1','\x62','\x20','\x80','\xc7','\x97','\x2f','\x18','\xc7','\xc4','\xf5','\x7a','\xe1','\xbc','\x38','\x5b','\x8a','\xca','\x02','\x14','\x67','\x1a','\x60','\x5f','\x58','\x05','\x01','\x82','\x7c','\xa3','\x1f','\x3a','\x68','\x1b','\xc9','\xd8','\x28','\x54','\x51','\x15','\x14','\xb2','\x15','\xfb','\xf3','\xbc','\xc1','\x93','\xd4','\xf7','\xdf','\xb2','\x9f','\x8e','\x33','\x01','\x0a','\xc8','\x44','\xe1','\x5a','\x27','\xfb','\x4d','\x1f','\x87','\xec','\x2b','\xe7','\x33','\x51','\xb1','\x99','\x81','\xda','\xeb','\xbc','\xf6','\xeb','\xba','\x70','\x31','\x8b','\xf4','\xc0','\x9a','\x03','\x54','\xb6','\xed','\xdc','\xf8','\xae','\x38','\xe7','\xdb','\x75','\xc1','\xb0','\xe9','\xda','\xbf','\xfe','\xfa','\x4d','\x02','\x94','\xe2','\x32','\xd3','\xdf','\x09','\xb5','\x92','\xb3','\xe6','\xc4','\xfb','\xa1','\x85','\xef','\x27','\x92','\xcc','\x70','\x61','\x7a','\x50','\xa4','\xc4','\x98','\x69','\x82','\x7a','\x53','\xd9','\x3a','\xa0','\x54','\xb2','\xd1','\xa8','\x0a','\x35','\xf2','\x73','\xdf','\xa0','\xa9','\x04','\x0a','\x6f','\xf4','\xb7','\x85','\x14','\x1a','\x2d','\x4c','\x05','\x6e','\xed','\xd5','\x9b','\x63','\x3e','\x14','\xc0','\x69','\x93','\x5a','\x37','\x80','\x61','\x27','\x3c','\xfb','\xfd','\x77','\xdd','\x50','\x97','\xa5','\x8a','\x51','\xc8','\x21','\xb0','\xb7','\x08','\x0a','\x16','\x55','\x8e','\x03','\xc7','\xe7','\x65','\xab','\x27','\x55','\x6f','\x0f','\xa2','\x6d','\x22','\x27','\x28','\x7b','\xae','\x1b','\xd1','\x57','\xf9','\xb5','\x91','\x8c','\x7f','\x35','\xa9','\xd8','\x29','\xd7','\x9d','\xe5','\xef','\x43','\xdd','\x28','\x61','\x25','\x4b','\xd8','\x7f','\xaf','\xcf','\x7a','\x4b','\x0e','\x76','\x83','\xf4','\x5b','\x22','\x51','\xc5','\xd9','\x31','\x28','\xf6','\x6d','\xb5','\xe2','\x16','\xab','\x0d','\x49','\x64','\xeb','\xef','\x70','\x1d','\x8d','\xf6','\xf7','\xd7','\x18','\xc7','\xff','\xf0','\x3a','\x88','\x2a','\x90','\x32','\x99','\x4a','\x20','\xd8','\xcc','\x88','\x5b','\x59','\x44','\xd9','\x8c','\xc9','\x98','\x75','\xb2','\x4d','\x74','\xef','\xdf','\x7f','\xed','\xdc','\x21','\x7f','\xfd','\x3d','\x58','\x91','\xcf','\xdf','\x81','\xdf','\x5e','\x4f','\x16','\x89','\xb9','\xaf','\x0c','\xf8','\x5c','\x4b','\x15','\xef','\x7e','\x40','\x3a','\x1f','\xcd','\xfb','\x15','\x74','\x29','\x42','\x87','\x0c','\xe4','\xef','\x5c','\x4b','\xe7','\x89','\xef','\xfb','\x08','\x85','\x96','\xa1','\x7e','\xb7','\x0b','\xb9','\x29','\x54','\x3a','\x18','\x9b','\xc2','\xa4','\x8a','\x8f','\x41','\x86','\x51','\x89','\xe0','\x46','\x8c','\x6e','\x37','\x62','\x72','\x04','\x8d','\x8e','\x11','\x7d','\x35','\x51','\x7c','\x18','\x1c','\x96','\xa5','\xfa','\x6b','\x74','\xad','\xba','\x90','\x76','\x2c','\x7d','\xd1','\x55','\x81','\xe6','\x2e','\xb8','\xce','\x5a','\x7f','\xbf','\x0a','\xfb','\x1e','\x9a','\x5b','\xdd','\x7d','\x7c','\x3b','\xab','\x53','\x80','\x0f','\x14','\xf2','\xec','\x73','\x6d','\x00','\x96','\xb8','\xff','\xdd','\xf1','\x47','\x07','\x77','\x9d','\xdf','\x55','\x7c','\xf0','\xdd','\xcb','\x53','\x2d','\x55','\x5c','\xa4','\x38','\x79','\x37','\x79','\x38','\xa9','\x56','\x94','\xeb','\x16','\x15','\xa4','\xa8','\x98','\xe5','\x8b','\xfd','\x3f','\xbb','\xff','\x42','\xc9','\x35','\xe9','\x80','\xaa','\x12','\x16','\xb8','\x27','\x32','\x51','\x17','\x03','\x77','\x14','\x83','\xe2','\x75','\x51','\x38','\x62','\x80','\x0e','\x2d','\xd7','\x45','\xf5','\xb4','\xc5','\xde','\xca','\xf4','\xc4','\x18','\xec','\x27','\x29','\xef','\xa4','\x5d','\x01','\xae','\x2a','\x1c','\x0e','\xa8','\xfa','\x24','\x94','\x4e','\xd5','\x11','\xe6','\x9f','\x75','\x83','\x4e','\x72','\xc2','\x70','\x83','\x0f','\xce','\x9e','\x51','\x34','\xcf','\x5e','\x87','\x48','\x06','\xdc','\x8b','\x7b','\x6c','\x60','\xa2','\x67','\x92','\x44','\x88','\xd3','\x0f','\xec','\x80','\x00','\xb0','\xed','\x74','\x5b','\x49','\xa9','\x13','\x38','\x56','\xd6','\x06','\xc6','\x90','\xc2','\xdb','\xc5','\xe7','\x50','\x0a','\x4c','\xee','\xf8','\x8c','\xe7','\x2a','\x92','\x15','\xa5','\xa3','\x65','\x87','\x8d','\x7d','\xa3','\xac','\x06','\xb8','\x78','\xe0','\x8e','\xf9','\x70','\x8c','\x58','\x6c','\x46','\x2f','\xa0','\xe2','\x62','\xb2','\x20','\xe9','\x6b','\x1b','\x3a','\xab','\x95','\x4a','\x70','\x7c','\xd3','\x74','\x1a','\xf5','\xc4','\x0f','\x41','\x4f','\xed','\xfd','\xbd','\x83','\x2e','\xa1','\x7d','\x3e','\x27','\xe6','\x64','\xa2','\x34','\x44','\x8f','\xaa','\x1a','\xe2','\xea','\xe7','\x46','\xea','\x57','\xae','\x0d','\xfc','\x19','\x48','\xcb','\xa2','\xdf','\x21','\x85','\x69','\xb8','\xa1','\x1e','\x2d','\x79','\xcc','\x5d','\x3a','\x26','\x9b','\xdd','\x7d','\x0c','\x36','\xa6','\x57','\x72','\xa6','\x5c','\x25','\x79','\xf2','\xc6','\x33','\xca','\x19','\x73','\x00','\x9c','\xc9','\xb7','\xfa','\x91','\xe9','\xf8','\x91','\x40','\x75','\xe7','\x4d','\xe9','\x9a','\xda','\x06','\x9a','\xce','\x28','\xff','\x77','\x4b','\xd9','\xf7','\x1d','\x27','\xf7','\x4a','\x14','\x13','\x1f','\xcf','\xda','\xe2','\x2b','\x5d','\xe5','\xfa','\x62','\x1f','\x70','\x3b','\x70','\x81','\xc9','\xe9','\xa8','\xc2','\x28','\x8a','\x01','\xa4','\x3b','\x10','\x85','\xe7','\xf3','\x01','\xac','\xc2','\x75','\x9d','\xb8','\x74','\xff','\x6e','\x42','\xfb','\xd5','\xbb','\x70','\x65','\xe2','\x17','\x2c','\xd4','\x1c','\x98','\x73','\xa2','\x86','\xe1','\xb2','\xc0','\x59','\x86','\x18','\x9c','\xe7','\x95','\xe5','\xb8','\xb0','\x10','\x66','\x80','\x3d','\x45','\x49','\xe2','\xf3','\x73','\xf0','\x19','\x9c','\xe7','\x85','\xbf','\x7c','\x7b','\xe1','\x0c','\xc3','\x98','\x83','\x88','\xb9','\x1b','\xfb','\xff','\xe6','\x80','\xcd','\x89','\x85','\xc2','\x6b','\x11','\x09','\x0f','\x07','\x2e','\xdc','\x94','\xb4','\xbb','\xff','\xa8','\x60','\x9e','\xec','\x8d','\x2b','\xde','\x4b','\x4c','\x0a','\xb9','\xac','\x04','\xce','\xa2','\x70','\x4b','\xa2','\xb8','\x67','\x47','\xaf','\x2f','\x38','\x04','\xd4','\x1d','\xf3','\x20','\x08','\x7a','\x8d','\xc4','\x55','\x43','\x15','\xb7','\xda','\xc9','\x13','\xc6','\x00','\xa6','\xb3','\x3a','\xf3','\x38','\xf0','\x6d','\x92','\x9e','\xb7','\xd4','\x7f','\xc4','\x04','\xd0','\x50','\x13','\x52','\x0c','\x2b','\x7c','\xcf','\x8b','\xcf','\x9c','\x1e','\x05','\xe5','\x8c','\x81','\x0a','\x04','\x4b','\x0c','\xc0','\xe3','\x38','\x00','\x2f','\x5c','\x17','\x7f','\xd7','\x9d','\x09','\xfa','\x18','\x0a','\xfb','\xb3','\x70','\xa9','\x7f','\x6d','\x48','\x7c','\xc3','\x78','\xc4','\x99','\x50','\xa6','\x6c','\x98','\x31','\x81','\xfd','\x38','\x1c','\x8f','\xa7','\xe3','\x31','\x06','\x2b','\xd2','\xdf','\x5e','\x38','\x7f','\xfe','\x86','\xd7','\xf5','\x89','\x2f','\xeb','\xc2','\x1f','\x6a','\xe1','\xf3','\x04','\x5e','\x67','\xe2','\x9a','\x0f','\xfc','\xe1','\xcb','\x01','\x1b','\x07','\x1e','\x73','\xe0','\x31','\xf9','\xfe','\xf1','\x09','\xcc','\xc1','\xda','\xfc','\x30','\x0e','\x8a','\x3e','\xac','\x67','\x25','\x1a','\xd0','\x34','\xb7','\xa4','\x17','\x6d','\xaa','\x31','\x1d','\x02','\xa9','\xaa','\xe6','\x0e','\x7f','\x1c','\x90','\x46','\x36','\xba','\x5a','\x5a','\xc0','\xde','\xdd','\x0c','\x8b','\x6c','\x27','\x04','\xdb','\xa7','\x15','\x7d','\x15','\xa9','\x5e','\x1d','\x57','\xb5','\xbf','\x6e','\xdb','\x27','\xda','\xe8','\x06','\x26','\xd9','\x4f','\x58','\x5e','\xec','\x71','\x96','\x77','\xc8','\x3e','\x5b','\x49','\x8a','\xf6','\x4d','\x27','\xbd','\xeb','\x4c','\x9b','\xd6','\x65','\xfc','\xee','\xf4','\x1b','\x78','\x58','\x25','\xaa','\x98','\xd3','\xe7','\xcc','\x39','\xb1','\x22','\xf1','\x79','\xbe','\xe0','\x6e','\x98','\x36','\x31','\x07','\xa9','\xc7','\xf3','\xe1','\xc0','\x1c','\x38','\xe2','\x50','\x95','\x57','\x6a','\x7b','\xf7','\xa9','\xe5','\xfd','\x67','\x4a','\x75','\x10','\x4a','\x08','\x55','\x27','\x7a','\x43','\x6f','\x0b','\xd8','\x6c','\x17','\xec','\x24','\xb1','\xaf','\x19','\x62','\x8b','\xa9','\xa2','\x05','\x87','\x17','\xa9','\xf4','\x70','\x0e','\x6b','\x6d','\xef','\x49','\x80','\xd9','\xa9','\x1e','\x97','\x2d','\xea','\x51','\xbb','\x5d','\x06','\xb8','\xd7','\x7e','\xf7','\x1b','\x3b','\xf6','\xeb','\xd1','\x51','\x51','\x3f','\x23','\xc5','\x3e','\x2b','\x08','\x74','\x22','\x09','\x24','\x0d','\x77','\x0d','\xd9','\xe5','\x33','\x41','\x15','\x5e','\x2f','\x56','\x52','\x5d','\xe0','\x15','\x7d','\xf8','\x21','\x41','\x33','\x3e','\x88','\x2c','\xde','\x3f','\xfd','\x42','\x75','\x91','\x8c','\x31','\x55','\xdd','\x67','\xe7','\xf7','\xbe','\x7e','\x47','\x05','\xae','\x17','\x70','\xef','\x45','\x52','\x22','\x4c','\xb9','\xa0','\x0f','\x18','\xd8','\x8c','\x98','\x1d','\x75','\x30','\x1c','\x47','\x97','\xa9','\x43','\x4e','\x8a','\x3c','\x7d','\x3a','\x10','\x9f','\xcd','\xc9','\xe4','\xf7','\xce','\x7a','\xa9','\x9a','\xd3','\x79','\xbc','\x90','\xc5','\xc9','\xe6','\xb0','\x39','\x26','\xd8','\xf8','\x1b','\x6a','\xc6','\x95','\x21','\x17','\xc2','\xcc','\xa1','\x6f','\x34','\x88','\x35','\xb8','\x58','\x19','\xb1','\x1b','\xb7','\xf8','\xcc','\xc7','\xae','\x0c','\xbc','\x3d','\xa2','\xfd','\x40','\x9a','\x27','\x3a','\x4c','\xf2','\x84','\xb9','\x10','\xd5','\x3d','\x91','\x7e','\x3f','\x38','\x14','\x9b','\x8e','\xf5','\x40','\xf7','\xc0','\x26','\x34','\xaf','\x92','\x1b','\xec','\xba','\x02','\xb8','\x82','\xcd','\x73','\x83','\xe8','\xcb','\xf0','\xb9','\xe9','\x22','\x8c','\x39','\xfe','\x95','\xa4','\x62','\x6f','\xdc','\xda','\x8a','\x4e','\xad','\xfe','\x51','\xda','\x70','\xd0','\xbf','\xae','\x6b','\xfd','\xbb','\x3f','\xab','\xc9','\x08','\xa6','\xc4','\x34','\x50','\x40','\xf7','\x31','\x78','\x0f','\x91','\xaa','\x4d','\x99','\x21','\xda','\x72','\x67','\xd7','\x2c','\x25','\xff','\xdb','\xae','\xa3','\x94','\xc4','\xde','\xe6','\xec','\x5e','\xcb','\x95','\x89','\x58','\x2f','\x2a','\xa3','\xfc','\x2b','\xd7','\xd1','\xf2','\xae','\x65','\x80','\xad','\x4b','\x2a','\x2b','\x77','\x30','\xfc','\x2e','\xc4','\xb1','\x7b','\x1d','\xda','\x90','\xfc','\x1d','\xae','\x1d','\xf7','\x93','\xf9','\x9b','\xee','\x61','\x1b','\x4b','\x94','\x92','\x22','\x17','\x17','\x58','\x04','\x11','\x71','\xcf','\x2b','\x68','\x30','\x87','\xb8','\xfc','\x4d','\xd3','\x01','\xa0','\xa9','\xdf','\xbc','\x51','\xaf','\xb7','\xe4','\xff','\x57','\xd7','\x72','\xef','\x23','\xdb','\xd7','\x4b','\x8b','\xd9','\x28','\x9b','\x9c','\x42','\xb1','\x59','\xb7','\x51','\x9c','\x4e','\xb6','\x48','\x09','\x1d','\xea','\x51','\x29','\x52','\xc1','\x3a','\xb3','\x82','\x50','\x30','\xf5','\x2d','\x10','\x1d','\x6a','\xda','\x02','\xcf','\x5c','\x53','\xc9','\xfa','\x93','\xef','\xe7','\x52','\x32','\x3e','\x4a','\xb2','\x54','\xed','\x75','\x14','\x10','\x02','\x3d','\x90','\x30','\x4c','\x1a','\x53','\x6b','\x47','\xa3','\x00','\x3d','\x83','\xf2','\xc0','\x36','\x48','\x5d','\x2b','\xd1','\xcc','\x94','\xd0','\xc0','\xe5','\xbe','\x54','\x2d','\x88','\xd5','\x52','\xd2','\xec','\x3b','\x4a','\xeb','\x01','\x70','\x0e','\xb3','\x09','\x2b','\xe0','\xfa','\xfe','\x09','\x33','\x3a','\x28','\xce','\x68','\x60','\x33','\x26','\x13','\x21','\xca','\xfb','\x1e','\x0f','\x55','\xaf','\xab','\x80','\x6b','\x31','\x68','\x6c','\x67','\x60','\x4a','\x76','\xce','\x6b','\x0f','\x70','\xb6','\x34','\x4c','\x63','\x83','\x2c','\x32','\xa8','\xe2','\x96','\x85','\xd9','\x49','\x46','\x26','\xea','\x95','\x88','\x73','\xa1','\x95','\xe4','\x46','\x16','\xcc','\x26','\xe6','\x1c','\xb0','\x04','\x07','\x91','\x8a','\x0e','\x37','\x9c','\xb2','\xc3','\x8d','\xb4','\x67','\x92','\x32','\x39','\xe7','\x43','\x8e','\x99','\x08','\xe5','\x75','\xe5','\xa6','\xc0','\xbd','\x6b','\x08','\x6d','\x1c','\x45','\xdb','\x80','\x4f','\xa9','\x15','\xae','\x64','\x1f','\x4c','\x41','\x44','\xe2','\x9e','\x1c','\xaf','\xa6','\x89','\xe1','\x07','\xa9','\x85','\x02','\xa6','\x70','\xb2','\x87','\x69','\xcf','\x3b','\x73','\x97','\x5f','\x32','\xf6','\x1d','\x0d','\xc3','\xba','\x16','\xd6','\x79','\xee','\x4a','\x25','\x13','\x7d','\x56','\xe7','\x98','\x6f','\xb4','\x93','\xd2','\xbe','\x95','\xb9','\x6e','\xea','\x42','\x0e','\xc7','\x6c','\xea','\xdc','\x10','\x2d','\x34','\x16','\xbc','\x5c','\x1c','\xf7','\x52','\xdf','\xcd','\x40','\x79','\xe0','\xca','\xc0','\x6b','\x9d','\x40','\x16','\xe6','\x7c','\xc0','\xe7','\x21','\x1f','\x70','\xd3','\xc5','\x7a','\x7f','\xef','\xaa','\x30','\x98','\x58','\xdb','\x12','\xf8','\x21','\x9e','\xf9','\x30','\x83','\x67','\x70','\xf8','\x6a','\xb1','\xca','\x40','\xc1','\x0c','\xe3','\xdc','\x10','\x80','\x88','\xb1','\xab','\xbd','\x5a','\xeb','\xda','\xfe','\xea','\xbd','\xff','\xaf','\x67','\xd2','\x2c','\x0d','\x8f','\x7c','\x1c','\xcf','\x3b','\x69','\xad','\x12','\xfb','\x20','\x75','\xa6','\x1d','\x95','\x81','\x6b','\x51','\x70','\xa0','\x46','\x31','\x00','\xa8','\x01','\xaf','\x89','\xb2','\x90','\x2d','\x52','\x10','\x98','\xf4','\x93','\x7c','\x9a','\x2e','\x54','\x9d','\x2a','\x8c','\x91','\x89','\x89','\xc9','\xfe','\xb7','\x2a','\x8e','\x4c','\x17','\xd5','\xa1','\xd7','\xbf','\x2a','\xb0','\x82','\x36','\x81','\x3d','\x26','\x7a','\x26','\xce','\x24','\xb0','\x85','\x31','\x66','\x0d','\xf8','\xc5','\xea','\x34','\xd7','\x7d','\x62','\x8c','\x03','\x70','\xd3','\x90','\xc5','\x85','\x63','\x1e','\x48','\x18','\xbe','\x09','\x69','\x7e','\x8e','\x27','\xe6','\xe3','\xb9','\x6d','\xa0','\xc1','\xf0','\xad','\x7e','\xc6','\x7f','\xb7','\x80','\x8d','\x89','\xe7','\x73','\x22','\xdd','\x70','\x95','\xe3','\x05','\x25','\x52','\x8f','\x27','\xd2','\x0c','\xaf','\x34','\x29','\x06','\xaa','\x07','\x49','\x89','\xea','\x1c','\x8e','\x63','\x0c','\x7c','\x3b','\x06','\xfe','\xe9','\x70','\xbc','\x92','\x15','\x51','\xa0','\xa9','\x6b','\xc0','\x85','\x44','\xe4','\x0b','\xab','\x12','\xaf','\xb5','\xb0','\xf4','\xfd','\x55','\xa0','\xf8','\x84','\x7b','\x83','\xf6','\x28','\x90','\x92','\xee','\xc6','\x04','\xd4','\x8e','\x01','\x1b','\xb4','\x50','\xab','\x58','\x39','\x8a','\xa4','\x2a','\x1b','\x0f','\x9a','\x23','\x92','\x09','\x8b','\x4f','\xd1','\xd0','\x7c','\x92','\xe2','\x99','\x85','\x7a','\x4c','\xac','\x08','\x5c','\xc9','\x2a','\xd2','\x02','\xe0','\x73','\xc0','\x1f','\x07','\xec','\x39','\xb0','\xca','\xf0','\x92','\x42','\x5b','\xc2','\x50','\x66','\x58','\x93','\x15','\x38','\x45','\xdc','\x40','\x15','\xb5','\x03','\x7c','\xc0','\x9d','\xaf','\x2b','\x07','\xab','\xc4','\x92','\xd4','\x1f','\x36','\xf0','\x3c','\x9e','\xb0','\x92','\xa8','\xca','\x28','\x8c','\x41','\xdb','\x01','\x38','\x2b','\xb8','\x91','\xa8','\x39','\xe0','\xf3','\x60','\x95','\xca','\xdb','\xe6','\x96','\x86','\xe4','\x1e','\x9c','\x5d','\x76','\x5e','\xa8','\x6b','\xe1','\x55','\x86','\xcf','\x34','\x7c','\x8c','\x89','\x8f','\xe7','\x80','\x1f','\x4f','\xd4','\xc7','\x57','\xcc','\xef','\x2f','\xfc','\x71','\xfd','\x84','\xff','\xe9','\x75','\xe2','\xf3','\x75','\xe1','\x8a','\x13','\x3f','\x7f','\x9e','\x58','\x09','\xf8','\x93','\x15','\xe4','\x3f','\x1c','\x1f','\x40','\x3a','\xec','\x72','\x7c','\x19','\x85','\xe7','\x18','\x78','\xb8','\x63','\x20','\xe0','\xea','\x85','\xbc','\xce','\xef','\xa8','\xc3','\x30','\x9e','\x5f','\x10','\x17','\x94','\x7c','\xdd','\x80','\x98','\x5c','\x28','\xda','\x3d','\xc0','\x54','\x29','\xa4','\x05','\xdb','\xd1','\x69','\xc7','\x30','\x3e','\x1a','\xa4','\xa0','\x6f','\xd9','\x11','\x13','\x0f','\x35','\xba','\x3f','\x34','\x64','\x57','\x6e','\x09','\x67','\x55','\xe9','\xd4','\xd6','\xb0','\x56','\x48','\xe2','\xb9','\x30','\x16','\x7b','\xe1','\x98','\x28','\xde','\x00','\x8e','\x0a','\x0e','\x77','\xa5','\xb6','\xab','\x56','\x41','\x81','\x96','\x05','\xca','\x6e','\x1f','\xb3','\x69','\xf8','\x04','\x3f','\xe0','\x12','\x13','\x19','\x86','\x4b','\x76','\x6c','\xfa','\x54','\x2c','\x23','\xfb','\x62','\x9a','\x05','\x68','\x60','\x7f','\x6a','\x96','\x14','\x43','\xb1','\xed','\x2b','\xf6','\x79','\x25','\x50','\xc6','\x9e','\x47','\x26','\x88','\x99','\xb7','\x58','\x0f','\x01','\xed','\x9b','\x0d','\x75','\x9e','\x27','\xb0','\xae','\xbd','\x46','\x30','\xcd','\xfb','\xc1','\xcd','\xaa','\xea','\xd8','\xd8','\x4d','\x31','\xf3','\x4e','\x10','\x3b','\x16','\x52','\x9b','\xc7','\xc3','\xc9','\x96','\x92','\x88','\x59','\x88','\xca','\xcd','\x56','\x12','\xaa','\xd3','\xda','\xdb','\x33','\x61','\x95','\x0f','\x8d','\x65','\xf2','\x1c','\xbb','\x09','\xe4','\x61','\xa5','\xdd','\x8c','\x36','\xd0','\x93','\x0c','\x8d','\xe9','\x04','\x22','\x08','\xb2','\x09','\x48','\x72','\xc5','\x2d','\xd6','\xc4','\x54','\x6e','\xe3','\x33','\xef','\xa2','\x00','\xe5','\xd8','\x4b','\xa0','\x65','\x57','\x46','\x3b','\x8e','\xfe','\xed','\xd7','\xef','\x56','\x80','\x52','\x03','\x11','\x39','\x2c','\x2a','\x61','\x08','\x60','\x0c','\x38','\xd4','\xec','\xa6','\x80','\x3f','\x81','\x1b','\x79','\xdc','\x59','\x71','\x23','\xc8','\x26','\x2e','\xd0','\x1d','\x7c','\x01','\xa4','\xdd','\xb8','\x06','\x82','\xc2','\x87','\x02','\xa4','\xba','\x73','\xae','\x24','\xdd','\xa4','\xfb','\x1e','\x7a','\x86','\x88','\xf7','\xfb','\xa8','\x82','\xf3','\x06','\xf2','\x6a','\xe1','\xb9','\xe1','\x9b','\xde','\xc3','\x7d','\x9f','\xfa','\x4c','\x52','\x36','\x7e','\x93','\xdc','\xa1','\xee','\x03','\x56','\x85','\x58','\x0c','\x48','\x63','\x0c','\xb4','\x73','\x28','\x74','\x70','\x07','\x6d','\x0e','\x66','\xb7','\x57','\x94','\x28','\x82','\x0a','\xcc','\xa2','\x58','\x8e','\x33','\xc0','\x34','\xd0','\x20','\x6d','\x00','\xc6','\xc6','\xbf','\xbf','\x36','\xa9','\x60','\x47','\x07','\x9d','\xd0','\x3e','\xd4','\xb8','\x33','\x6d','\xed','\x7f','\x00','\x9c','\xf0','\xfb','\x6f','\xfd','\xac','\x0e','\x7c','\x18','\x8e','\x54','\x2f','\x08','\x6c','\xe1','\x87','\x44','\xa2','\x37','\xed','\x6e','\x46','\xcc','\xfb','\x1a','\x12','\xa4','\x13','\xcc','\xf1','\x6f','\xbb','\x0e','\x28','\x89','\xde','\x73','\x99','\xfa','\xbf','\x52','\x75','\x27','\x4e','\x21','\xfa','\xd8','\xb9','\xe8','\x6f','\xae','\x03','\xf8','\x61','\xc8','\x6f','\xab','\x15','\xdd','\xeb','\xa4','\x44','\xcf','\x6a','\xff','\x3d','\xdf','\xd6','\x74','\xfc','\x1b','\xaf','\x9d','\x08','\x0a','\xf7','\xc8','\xdf','\x7c','\x0f','\x3b','\x0a','\x05','\x50','\x2e','\xf5','\x18','\xed','\x38','\x25','\x35','\x26','\x54','\x86','\xe0','\x55','\x73','\xd9','\x65','\xc1','\xed','\x36','\x5a','\x4d','\x57','\x69','\x79','\xca','\x16','\x00','\xdd','\x77','\xfb','\xb6','\x18','\xb7','\xe3','\xe8','\x7b','\xea','\x2a','\xef','\x7d','\x2c','\x4a','\x28','\x27','\x1b','\x0c','\xc1','\x21','\x80','\x48','\xae','\x05','\x12','\x56','\x9a','\xe5','\x63','\xea','\x0b','\xec','\x07','\x60','\x77','\xd5','\xad','\x81','\x85','\x16','\x00','\xb1','\xb7','\xe4','\xa8','\x3f','\xc8','\xf6','\x67','\x76','\x34','\x0e','\x56','\x86','\xda','\x69','\xf4','\x59','\x03','\xb0','\x67','\x38','\xf4','\xaf','\x8b','\x6a','\x94','\x3b','\x81','\x2e','\x6e','\x57','\x63','\xb5','\xc9','\x40','\x14','\x8d','\xf4','\x1f','\x2a','\x69','\xa5','\x5e','\xdb','\x49','\x62','\x95','\xb3','\x22','\x50','\x1c','\xa6','\xe7','\x09','\xe4','\xba','\x28','\x51','\x0f','\xce','\xc9','\x30','\xf1','\x21','\xab','\x18','\x70','\x1b','\x40','\xea','\x4f','\x94','\x94','\xc1','\x48','\x6d','\xcb','\x5e','\x4f','\xe3','\x75','\xd5','\xba','\xd8','\x1f','\x04','\xda','\xc0','\x52','\x40','\x93','\x8b','\x95','\x94','\xa6','\xda','\x9a','\xaa','\x44','\x54','\xca','\xbb','\xf4','\x33','\x56','\x87','\xca','\x0c','\xd7','\x60','\xc2','\xf4','\xfa','\x3c','\xd5','\x0b','\xa4','\x69','\xed','\x4a','\x7c','\xf8','\x58','\x2f','\x44','\x2e','\x36','\x47','\x03','\xda','\xeb','\x46','\xd9','\xf3','\xa6','\x22','\x98','\x50','\x7d','\x25','\x26','\xef','\xd5','\x9f','\x4e','\x74','\x2c','\xb5','\x6f','\x9a','\x72','\xbb','\x93','\x75','\x56','\x81','\xa2','\x4b','\x1b','\xc5','\x4a','\x4a','\xbf','\x17','\x11','\x46','\xd9','\xd2','\x04','\x4c','\x49','\x9d','\x2b','\xc8','\xf2','\x72','\xaa','\xa7','\xe9','\x3c','\xdd','\x33','\x4f','\xa8','\x68','\x55','\xf9','\xa6','\xac','\x56','\xa5','\xeb','\xe4','\xf9','\xba','\xae','\x13','\xeb','\xbc','\x70','\xad','\x13','\xd7','\x75','\xc1','\xd5','\xaf','\x77','\x3c','\x1e','\xa2','\xbd','\x24','\xd6','\xeb','\x85','\x38','\x4f','\x26','\x36','\xe6','\xb8','\x5e','\x2f','\x56','\xcb','\xa2','\x2b','\xfe','\xb8','\xa9','\x40','\xba','\xed','\x48','\xa9','\xa5','\x95','\xed','\x0a','\x56','\x8f','\x4a','\xe8','\x6d','\x69','\xa8','\x9b','\x3d','\x6d','\xdc','\x8b','\x9c','\x39','\xd5','\x82','\xc5','\x09','\xd3','\xe0','\x5c','\xc3','\xfd','\x7b','\x06','\xf6','\xa6','\x90','\x42','\x19','\x9a','\xd3','\xc5','\xf7','\xf2','\x5a','\x72','\x92','\x86','\x8f','\x2f','\x1f','\x78','\x7e','\x7c','\x90','\x56','\xdb','\x74','\xee','\xb6','\x0b','\x09','\x78','\x3a','\xae','\xeb','\xc2','\xeb','\x3a','\xf7','\xb5','\x65','\xe8','\x02','\x07','\x93','\x5c','\x77','\x23','\xb1','\x2c','\x69','\xcf','\x42','\xbe','\x98','\xc2','\x56','\x37','\x70','\xe6','\x5a','\xef','\x3b','\xd9','\xcb','\x2d','\xfa','\xc3','\x3e','\xdc','\xdb','\x6e','\xd1','\x7f','\xf3','\xbc','\x75','\x4f','\xd6','\x28','\xdf','\x60','\xcd','\x8a','\x82','\x1b','\xf7','\xe1','\x7c','\x3e','\x30','\x8e','\x03','\x66','\x94','\xb3','\x7d','\x7d','\x5e','\xf8','\x8c','\x85','\xf3','\xdb','\xcf','\x00','\x26','\x4e','\x73','\xf8','\x71','\xa0','\xbe','\x7c','\x05','\x1e','\x1f','\x98','\x63','\xe0','\x7c','\x9d','\xf8','\xf6','\xfd','\x3b','\xbe','\x3f','\x26','\xd6','\xc3','\x11','\xc3','\x70','\x1a','\x11','\xf7','\x1a','\x07','\x6a','\x0c','\xac','\xc1','\x9e','\x99','\x13','\xc0','\xcb','\x07','\xae','\xa4','\x98','\x47','\xcf','\x20','\x89','\xc5','\xb3','\x67','\x65','\xb8','\x86','\xe3','\x97','\xe7','\x60','\xd5','\xa8','\x25','\xf7','\xb3','\x98','\xb4','\x20','\x71','\x15','\x5b','\xec','\xb3','\x80','\x74','\x43','\x0e','\x82','\x23','\x29','\x34','\xde','\x70','\x0b','\x2c','\x19','\x00','\x38','\x25','\xc3','\x87','\x92','\x6e','\xda','\x3d','\x60','\x45','\x09','\xc9','\xcf','\x4d','\x7d','\x4a','\xed','\x1f','\x9b','\xa6','\x78','\x86','\x36','\xc0','\x9d','\x33','\xa8','\x52','\x43','\x81','\xb3','\xd4','\xcf','\xa4','\x7e','\xba','\x5a','\x49','\xa9','\xec','\x39','\xd1','\xdd','\x1b','\xe1','\xa5','\x84','\xad','\x24','\xf6','\x11','\x0a','\x12','\x27','\x93','\x6e','\x57','\xdf','\x88','\x4f','\xd8','\xc7','\xc0','\x01','\x5e','\x5f','\x56','\xe2','\xf5','\xf9','\x42','\x64','\xe2','\xf9','\x0f','\x5f','\x08','\x9a','\xb8','\x6f','\x1f','\x34','\x92','\x83','\xdd','\x8f','\xc7','\x07','\x1e','\x8f','\x07','\xe6','\x98','\x78','\x1c','\x87','\xde','\x97','\xb1','\x8c','\x03','\xa4','\xbb','\xfd','\xfc','\x0b','\xbe','\xff','\xf2','\x33','\xd6','\xe7','\x85','\xf5','\xfd','\x1b','\x3e','\xd7','\x42','\x16','\xf0','\xf5','\xf1','\xc0','\x97','\xaf','\x7f','\xc0','\xe3','\x1f','\x07','\xfe','\xa7','\xcf','\x6f','\xf8','\xc3','\xb7','\x6f','\x78','\x46','\xe1','\xfa','\xfc','\x8e','\xf5','\xcb','\x77','\x9c','\xd7','\x89','\x3f','\x7d','\xff','\xa4','\xfa','\xef','\x23','\x31','\xae','\x17','\x3c','\x03','\xc7','\x3c','\xf0','\x98','\x07','\xca','\x0d','\xd7','\x2a','\xc4','\xe2','\x7c','\xb3','\x88','\x13','\x30','\xe7','\x58','\x00','\xba','\x37','\x26','\xed','\x93','\x03','\x69','\x81','\xa6','\xbc','\x92','\xf6','\x69','\xb2','\xa3','\x3c','\x18','\xaa','\xf0','\x8b','\x86','\xdd','\x40','\xf4','\x46','\x73','\xde','\xbe','\x9a','\xce','\xde','\x31','\xe1','\x8d','\xdb','\x89','\xae','\x56','\x12','\xc3','\x91','\xcd','\x33','\xe7','\xe0','\xd0','\x7e','\xaf','\x9e','\xb1','\x54','\x79','\xdb','\xdb','\x81','\xbb','\x8f','\x37','\x92','\x7b','\xcb','\xe5','\x67','\x0d','\xac','\xe2','\xa0','\x16','\xae','\x58','\xfc','\x6d','\x51','\x65','\x5d','\xf3','\xc8','\x96','\x05','\x5e','\xe7','\x89','\xe3','\x98','\xf8','\xfa','\xf5','\x27','\x9e','\xb8','\xb8','\x50','\x8b','\xd5','\xaa','\xb5','\x02','\x38','\x43','\x33','\xd6','\x62','\xd3','\x73','\x6f','\xe7','\xc7','\x18','\x28','\xaa','\x24','\x51','\x5d','\xb0','\x56','\x39','\x35','\xec','\xde','\x25','\xfa','\x01','\xd9','\xb1','\x22','\x0d','\x70','\xb3','\x3d','\x0c','\x1b','\xe4','\xbc','\x6d','\x5f','\x6d','\x50','\xd7','\x8a','\xd5','\xb3','\x56','\x47','\x44','\xef','\x77','\xf9','\x9f','\x1f','\x96','\x79','\x87','\xf6','\xce','\xc4','\x43','\x76','\x93','\x97','\x9a','\x68','\xd9','\xf1','\x7d','\x0b','\xae','\xb3','\x62','\x4c','\x06','\x7b','\xaf','\x37','\x75','\x6d','\xf7','\x3c','\xc9','\x5e','\x8d','\xe3','\xc1','\x88','\x58','\xd7','\x08','\xc5','\x15','\x14','\xa6','\x61','\x5f','\x6e','\x53','\x46','\x09','\x24','\x49','\x25','\x56','\x7e','\xa9','\x67','\xaf','\xd9','\xaf','\xf6','\x46','\x7f','\xfd','\x0b','\x09','\x10','\x37','\x61','\xb6','\x80','\x40','\xd2','\x59','\xbb','\x31','\x20','\xd2','\x96','\x12','\x4a','\xde','\x7d','\x29','\x77','\x00','\xc7','\x6c','\x55','\x71','\x4d','\x29','\x7b','\x8c','\xdb','\xc4','\x46','\x14','\x67','\x89','\x8d','\x89','\xd1','\x01','\xa6','\x16','\x8c','\x9f','\xbf','\xc4','\xe9','\x56','\xd5','\x50','\x13','\x73','\xb7','\x8a','\x04','\xaf','\x8e','\xef','\xbd','\x12','\x57','\x5c','\x5c','\x58','\x92','\xf3','\xf9','\xf0','\x0b','\xdb','\x79','\x53','\x62','\xf8','\xfd','\x56','\xef','\x50','\xb0','\x1b','\xae','\x4a','\x41','\x45','\x15','\xab','\x05','\x29','\x14','\x8c','\x3f','\x53','\xb6','\x89','\x62','\x89','\x7a','\x69','\x13','\x5a','\x89','\x2f','\xca','\x75','\xb2','\x9d','\x10','\xc9','\x61','\x59','\x8b','\x07','\xfe','\x75','\x49','\x05','\xc1','\x57','\x1a','\x2c','\x49','\xc2','\xeb','\xf3','\x43','\xcf','\x86','\x34','\xaf','\x0e','\xfa','\xb8','\xc1','\xff','\x8d','\x9f','\x05','\x7e','\x96','\xbf','\x25','\x07','\x9d','\x38','\xfe','\xf0','\x8b','\x22','\x3e','\xeb','\xd6','\x18','\x50','\xf0','\x57','\x85','\x02','\x13','\x21','\x1b','\xf6','\x3f','\xbe','\x8e','\x5d','\x39','\xd1','\xeb','\x78','\xcf','\x77','\x5f','\xd3','\x36','\x62','\x7a','\x3c','\x11','\xaa','\xdc','\x98','\x12','\x8a','\xb7','\x8d','\xdc','\x65','\xce','\x7e','\x76','\xca','\xba','\xb9','\x86','\x5d','\x25','\xd4','\x33','\xee','\x72','\x75','\x7f','\xd1','\x80','\x95','\x10','\x86','\x92','\x6a','\xcb','\xdf','\x76','\xed','\xbc','\x7f','\xbc','\x25','\x42','\x7f','\xfb','\x3d','\x94','\x02','\x97','\xce','\x85','\xf6','\x3d','\x15','\xd7','\x3d','\x11','\x94','\xf7','\x56','\x69','\xdd','\x45','\x9f','\x82','\x1b','\xa6','\xd0','\xf6','\x16','\xdb','\x28','\x19','\xeb','\xbb','\x4e','\x09','\x94','\xf9','\x7e','\x8c','\x6d','\xc4','\xf4','\x57','\xdc','\x8d','\xcd','\x6f','\x56','\xb1','\x7f','\x06','\x1a','\x57','\x74','\xff','\xd4','\xad','\xf5','\x02','\xc5','\xb1','\x68','\xaa','\xe8','\x0e','\xff','\xfa','\x78','\x57','\x13','\x07','\x4c','\xf7','\xc6','\x1f','\xb4','\xb8','\x42','\x2f','\x8e','\x17','\x1d','\x47','\x53','\xf6','\xde','\xab','\x75','\x4d','\x9d','\xaa','\x9d','\x48','\xd9','\xad','\xa2','\xd5','\x49','\x4c','\xc7','\xe9','\xb9','\x50','\x75','\xc9','\xfe','\x8c','\x7d','\x4d','\x96','\x4c','\x1a','\xa5','\xc1','\xc3','\x2a','\x56','\xdf','\x77','\x5f','\x45','\x4d','\x44','\x0e','\x58','\x0d','\x3a','\x80','\x64','\xd2','\x19','\xb5','\x80','\x5c','\xb2','\x1b','\xc5','\xe4','\x25','\x98','\x10','\x89','\xfd','\xcc','\xdf','\x47','\xec','\x5e','\xc4','\xee','\x6f','\xca','\x62','\x15','\x78','\xe8','\x59','\x99','\x94','\xf2','\x32','\x0a','\xd6','\xf3','\x7f','\x56','\xa1','\x1b','\xfc','\x6b','\x91','\xfe','\xb6','\x2e','\x4a','\x57','\xb3','\xff','\x92','\x3f','\x4f','\xa3','\xdc','\xf6','\xba','\xae','\x3d','\xcf','\xe5','\x2a','\xd1','\xe0','\xfa','\xec','\x83','\x0e','\xcb','\x42','\xc3','\xe9','\xfa','\x90','\x6a','\x4f','\x32','\xc8','\xc7','\x56','\x19','\x62','\x8f','\x62','\xed','\x8d','\x56','\x05','\x25','\xc9','\x94','\x3c','\x86','\xe2','\x8c','\x4a','\x0d','\x49','\x5d','\xac','\xc2','\x2f','\xcd','\x87','\x18','\x1e','\xaa','\xa2','\x8c','\x3d','\xda','\x00','\x3a','\x4f','\x29','\x2a','\x60','\x57','\xbf','\x1a','\x2c','\x6b','\x3a','\x71','\x3b','\x72','\x43','\xc2','\x86','\x63','\xd8','\x81','\xa2','\xdc','\xdd','\xae','\x82','\x94','\xa6','\xc8','\x43','\x00','\xc2','\x98','\x44','\xd2','\x5f','\xaf','\x85','\xe7','\x61','\xf8','\xf8','\xfa','\xc0','\x71','\x1c','\x0c','\xb8','\x5f','\x2f','\xac','\xd7','\x6b','\xcf','\x06','\xf2','\xc1','\xfd','\xe6','\xea','\x67','\x72','\x05','\x34','\xc7','\x9c','\x3b','\x20','\x0c','\x25','\x1c','\xd9','\x76','\xdb','\xde','\xa8','\x70','\x76','\x27','\xda','\x7b','\x3b','\x37','\x70','\x20','\x1b','\xd2','\xfb','\x39','\x32','\x79','\xae','\x35','\xb4','\x66','\x2b','\xcd','\xd9','\x5d','\xf5','\x5c','\xc5','\x40','\x9c','\xca','\x86','\xf7','\xf9','\xae','\x02','\x9e','\x78','\xc0','\x5c','\xa0','\x81','\xdd','\x9f','\xd5','\x74','\xa7','\x0a','\xc3','\x5a','\x0b','\x57','\x5c','\x0a','\x00','\xb1','\xfb','\x1c','\x4a','\x12','\xde','\xa5','\xc0','\x80','\x6a','\x83','\x37','\xf2','\x7b','\x1f','\x45','\x05','\x8e','\x0a','\xd0','\xbd','\xd8','\x63','\x93','\x49','\xdb','\xd2','\x77','\xc9','\x3d','\xe0','\x30','\xe3','\xc0','\xf1','\xe6','\xe1','\x8f','\x4d','\xe1','\x63','\xc5','\x67','\x03','\x8b','\x90','\x98','\x83','\x4f','\x84','\xf3','\x7c','\x5d','\x05','\xfc','\x52','\x8e','\x6f','\x36','\x50','\x45','\x95','\x42','\x1c','\x0f','\x5c','\x51','\xf8','\x13','\x02','\x0f','\x5b','\xf8','\xf2','\xf5','\x09','\xff','\x7a','\xe0','\xfb','\x07','\xf0','\xcb','\xfc','\x8a','\xef','\x1f','\xc0','\xe7','\x75','\xe2','\x3a','\x2f','\x94','\x1b','\xc6','\xf3','\x09','\x3f','\x1e','\xb8','\x0c','\xf8','\xbe','\x02','\xbf','\x9c','\x2f','\xfc','\x72','\xb2','\xc2','\x90','\x59','\x9a','\x25','\xd6','\x94','\xbc','\xe4','\x2c','\xcd','\xe7','\xc4','\xfa','\x70','\x26','\x26','\x7a','\x1c','\xa1','\x7d','\x90','\xe5','\x58','\x3a','\x47','\xf0','\x89','\x14','\xb5','\x6e','\xf6','\xf0','\x4f','\x7b','\xa3','\x0a','\x66','\x62','\xe9','\x0c','\xfb','\x80','\xec','\x6b','\x6d','\x93','\x14','\x83','\x12','\xcd','\x91','\xc0','\x52','\x70','\xd9','\x58','\x41','\xc7','\xe5','\xed','\x6b','\x8e','\x2a','\xf6','\xd1','\x19','\xfd','\x78','\x25','\xe9','\x50','\x6d','\x45','\xd7','\x2a','\xac','\x0a','\x60','\x0e','\x56','\x77','\xe6','\x03','\x38','\xda','\xbe','\xf1','\x1c','\xac','\xd4','\x3c','\x98','\x8f','\x2f','\xdc','\x67','\x45','\x8a','\xda','\x18','\x8e','\xc7','\xe3','\x89','\xc7','\xe3','\x89','\xe7','\xf3','\xa9','\xd9','\x54','\x89','\xc7','\xe3','\x03','\x5f','\xbf','\xfe','\x84','\xc7','\xf3','\x60','\x52','\x74','\x9e','\x88','\x48','\xce','\xf3','\xf1','\x81','\x5c','\xc6','\x18','\x79','\x42','\x74','\x52','\x5d','\x2f','\x18','\x34','\x57','\x24','\x7e','\xfe','\xf2','\x67','\xd8','\xc7','\x07','\xae','\xcf','\xef','\xf8','\xfe','\x27','\xc3','\xeb','\x97','\xef','\x38','\x33','\xa9','\x0a','\xf8','\x7c','\xe0','\xf1','\xf1','\x15','\xe3','\xcb','\x13','\xfe','\x87','\x9f','\xf0','\xac','\x89','\xe3','\xf3','\x13','\xbf','\xfc','\xf3','\x9f','\xf1','\xf9','\xdf','\xfe','\x0b','\xbe','\x7d','\xfe','\x05','\x7f','\xb9','\x2e','\xfc','\xf2','\x79','\xe1','\x3f','\x1d','\x13','\xff','\xf0','\xe5','\x81','\x97','\x2a','\x9e','\xdf','\xe3','\xc2','\x75','\x7e','\x22','\xae','\x13','\x56','\x85','\x71','\x7c','\x60','\x8c','\x03','\xb6','\x92','\x7b','\x94','\xe8','\x36','\x63','\x42','\x55','\x2e','\xb3','\xd4','\x67','\x1d','\xd8','\xe7','\xd2','\xc0','\x38','\xc6','\xb7','\x2f','\xea','\x08','\xad','\xff','\x94','\xdb','\x2d','\xdc','\x80','\xa2','\xe2','\x52','\xb3','\x0e','\xc4','\xbb','\x8f','\xbd','\x19','\x10','\x5d','\xcd','\x34','\x1c','\xf6','\x80','\x3f','\x55','\x49','\x51','\x45','\xe7','\xbd','\x32','\x8d','\x3e','\x53','\x3e','\x00','\xcd','\x33','\x6b','\x0f','\x6a','\x20','\xe5','\xf0','\x18','\x13','\xb0','\x89','\x0c','\xf6','\xea','\xd5','\x0a','\x14','\x02','\xf3','\x78','\xc0','\x9e','\x07','\x6a','\x4c','\xf8','\xc7','\xc4','\x2b','\x2e','\x7c','\xff','\xf9','\x67','\x56','\x8b','\x86','\x61','\x80','\x49','\x2d','\xcc','\x81','\x51','\x28','\x3f','\x50','\xc9','\x33','\xc9','\x3e','\x22','\xcd','\x48','\xab','\xde','\x7b','\x89','\x1e','\xe8','\x1d','\x68','\x9a','\x29','\x15','\x3b','\xb7','\x0d','\xa8','\xdc','\x23','\x03','\xc6','\x38','\xa8','\x96','\x07','\x50','\xe4','\x0c','\x7d','\x43','\x45','\x2a','\x2f','\xb0','\xcf','\xd5','\x1e','\x12','\xaf','\xea','\xcb','\xbb','\x70','\x52','\x48','\xea','\xfb','\xee','\x17','\xc6','\x66','\x58','\x6d','\xa9','\xff','\x24','\x6d','\x9a','\xeb','\x4d','\x07','\xd5','\xf4','\xf4','\x77','\xe1','\x9c','\xe1','\xa3','\xbd','\xff','\x16','\x48','\x70','\xe7','\xc0','\x5e','\x9f','\x1c','\x29','\x71','\xb4','\x60','\x1a','\x80','\xd2','\x00','\xd9','\x3e','\x23','\x5d','\xe0','\xb0','\x31','\x60','\x0e','\xac','\x4a','\xcc','\xee','\x5d','\x04','\x07','\x58','\xd3','\xf6','\xe1','\x2d','\x89','\xfc','\xf1','\xeb','\x77','\x29','\x70','\x37','\xc5','\x47','\x06','\xb6','\x48','\x05','\x09','\x23','\xfd','\x80','\xbc','\x63','\xdf','\x37','\x7c','\xf7','\x25','\xd4','\xde','\x68','\x1d','\x6c','\x28','\xb6','\xd4','\x02','\xde','\x01','\x9f','\x75','\xe2','\xd4','\x3f','\x31','\xd0','\x59','\xcb','\xc0','\x2d','\x35','\xd2','\x6a','\x14','\x1e','\xb3','\xc6','\xd1','\x9f','\xd5','\x41','\x5e','\x67','\x7d','\x78','\x0b','\xd2','\xf5','\xf9','\xba','\xe1','\xcc','\x05','\x4f','\x71','\xe5','\xdf','\x50','\xb1','\xbe','\xd7','\x26','\x9e','\x37','\xca','\xbf','\x77','\x7b','\x07','\xa5','\x05','\x6c','\x44','\xdd','\x6e','\xca','\x41','\xa6','\x1a','\xcf','\xbc','\x9b','\xa1','\x6f','\xe7','\x79','\x3b','\xc1','\x0e','\x7c','\xf1','\x3f','\x4c','\x2a','\x06','\x80','\xc3','\x3a','\x20','\x94','\x61','\x52','\x62','\x79','\xbd','\x21','\xe9','\xa8','\xde','\x4c','\x0a','\x3d','\xff','\x8d','\x9f','\xd5','\xc1','\xa7','\x69','\xdd','\xb7','\xe1','\x30','\x7b','\x7b','\x46','\xfd','\xc5','\xab','\xd9','\x6a','\x64','\xe0','\xe7','\xd4','\xfe','\x08','\x66','\xf3','\xf6','\xaf','\x5c','\x47','\x2d','\xdb','\xfb','\xc1','\xde','\x12','\x04','\x14','\xf7','\xd7','\x1c','\xb7','\x64','\x2b','\x74','\xc0','\x91','\x44','\x61','\x7a','\xa0','\x15','\xb9','\xbe','\x86','\xf7','\x37','\xa9','\xfd','\x3e','\xd8','\x95','\x9d','\xbe','\x0f','\x53','\x35','\xa4','\x83','\x7f','\xdd','\x2a','\xec','\xed','\x75','\x99','\x44','\xc1','\xda','\xf0','\xfe','\x6d','\xd7','\xde','\x06','\xf7','\x6f','\xb8','\x07','\x05','\xa5','\xb5','\x0d','\xf0','\xdb','\x9e','\x83','\x12','\x6f','\x21','\x78','\x9d','\x50','\x97','\x7a','\xce','\x1a','\x9d','\xf7','\x39','\x58','\xe1','\x48','\x3a','\x84','\x94','\x7c','\x37','\x4c','\x41','\x12','\xea','\xee','\x61','\xd9','\x4f','\xf0','\x6d','\x25','\x3a','\xe3','\xc2','\xed','\x74','\xf9','\x4b','\x4d','\x5f','\x2a','\x82','\x1f','\x59','\x6f','\x09','\x0a','\xff','\xc7','\x2c','\x76','\xc5','\xad','\x07','\x33','\xee','\x64','\x27','\x19','\x48','\xd5','\x02','\x6a','\x38','\x45','\x70','\xfa','\x70','\x66','\xf7','\xe7','\x69','\x1d','\x55','\x21','\xe0','\x32','\xef','\x3a','\x0e','\xde','\x16','\x8f','\x5c','\xec','\x8e','\xe7','\x21','\x70','\xa3','\xb2','\x1f','\x34','\x0a','\xaa','\x94','\x9a','\x3e','\x57','\x3b','\x76','\xe8','\x19','\xa3','\x69','\x69','\x50','\x40','\xaf','\x35','\x64','\x73','\xb5','\xd6','\x3f','\x02','\x23','\x45','\x6b','\x5a','\x89','\x74','\xca','\x4c','\x13','\x81','\xdd','\xe8','\x01','\x93','\x12','\x2b','\x44','\x0f','\x66','\x17','\x45','\x8f','\xfd','\x48','\xb1','\x69','\x54','\xa8','\x02','\x96','\xc4','\x13','\xba','\x64','\x1f','\xa5','\xd1','\xe8','\xc9','\x04','\x27','\xb4','\xff','\xa2','\x90','\x2b','\x49','\x8b','\xbb','\x16','\x07','\x68','\x86','\x92','\x5e','\xf8','\x6d','\x63','\x9d','\xf4','\xb4','\x08','\x56','\xe0','\x32','\x82','\x74','\x4d','\x38','\x8e','\x63','\x6a','\x36','\x11','\xab','\x0f','\x1b','\xb4','\x51','\x86','\xee','\x42','\xfd','\xdb','\x59','\x2d','\xd1','\x15','\xab','\xb7','\x81','\x25','\x5c','\xff','\x6e','\x94','\x90','\xf3','\xac','\x4b','\x95','\x29','\x0a','\x09','\xe4','\x52','\x50','\x62','\x85','\x18','\x85','\xe1','\xa5','\xc1','\xb5','\x13','\xdd','\xf4','\xda','\x0a','\x85','\x25','\x94','\xaf','\x83','\xfa','\x3e','\x54','\x05','\xa8','\x92','\xc4','\x79','\x39','\xd0','\xb9','\x73','\x67','\x60','\xd9','\xe0','\x99','\x38','\x0b','\x78','\x7c','\x3c','\xf1','\x98','\x73','\xcf','\x3d','\x22','\x0f','\x5d','\xb4','\x09','\x51','\x80','\xd2','\xd8','\x94','\xef','\xb2','\xbf','\x59','\xa4','\x17','\xd6','\x18','\xb0','\xe1','\x78','\xcc','\x07','\x8e','\xc9','\x99','\x2c','\x2b','\x48','\x6f','\xe9','\xcf','\x02','\xe8','\xbc','\x5d','\x95','\xa9','\x1f','\xbe','\xda','\xce','\xf5','\x3f','\x9d','\x7b','\x6c','\x4c','\xce','\x09','\x5a','\x3d','\x3a','\xa1','\x7b','\x52','\xdd','\x61','\x4e','\x7b','\x13','\x12','\x6f','\x68','\x05','\x3b','\x1b','\x43','\x02','\x22','\x26','\xc9','\x61','\x56','\xb1','\x64','\x0a','\xc0','\xea','\x8d','\x64','\x70','\x8b','\xe7','\x81','\x72','\xdd','\x17','\xd7','\x16','\xac','\xf8','\x34','\x85','\x39','\xa5','\x14','\x48','\xe0','\xc3','\xdf','\x4e','\xb6','\x12','\x24','\xab','\xb7','\x23','\x6d','\x00','\xa8','\x70','\xe6','\x3d','\x2c','\x98','\x86','\x8f','\x74','\xe7','\xa6','\x96','\x83','\x6b','\x3f','\xbc','\x48','\xe3','\x72','\x83','\x47','\x9f','\x7d','\xd2','\x7a','\x22','\x1d','\xc3','\x39','\xe4','\xf8','\xbc','\x2e','\x9c','\xd7','\x77','\x2c','\x07','\xd2','\x1c','\xe1','\x07','\x2e','\x1f','\xf0','\x27','\x11','\xef','\xe3','\xa7','\x3f','\xa0','\x1e','\x8e','\xeb','\xf3','\x85','\x9f','\xbf','\x9d','\x38','\xb2','\x60','\x1f','\x07','\xbe','\x3c','\xbf','\xc0','\x3e','\x9e','\xb8','\x70','\xe2','\xe7','\xb1','\xf0','\xdd','\x0a','\x2f','\x14','\xae','\x94','\xe2','\x9e','\xfa','\x86','\x3e','\x63','\xe1','\xe7','\xcf','\x6f','\xf8','\xe5','\xf3','\x25','\x1b','\x3d','\x01','\x1b','\x70','\x38','\xc6','\xe3','\x60','\x72','\x8b','\x81','\x75','\x38','\x7e','\x7e','\x26','\x2e','\x2f','\x58','\xb4','\xaa','\x9c','\x6c','\x47','\x49','\x34','\xc1','\x48','\x5f','\x5b','\xe0','\x7c','\x27','\xca','\x8a','\x0f','\x3d','\x33','\x57','\x20','\x56','\x78','\xad','\x93','\xac','\x00','\x3f','\x30','\xc6','\x24','\x55','\x70','\x83','\x5a','\x8c','\x58','\x56','\x8a','\x6a','\x66','\xd8','\x7d','\x17','\xee','\x13','\xe5','\x1c','\xab','\x80','\xe1','\x78','\xda','\xc0','\x13','\x07','\x13','\x53','\xd9','\xaa','\xc3','\x0d','\x39','\x0c','\x66','\x83','\xeb','\x35','\x78','\x46','\x6d','\x4c','\xf8','\xf3','\x89','\xe3','\x98','\x64','\xd9','\xcc','\x81','\x2c','\xc3','\xaa','\xc2','\x31','\x9f','\xf8','\xf2','\xfc','\x80','\xd9','\x1d','\x9c','\xc2','\x99','\x18','\x1d','\x3e','\x39','\x6f','\xc9','\x0c','\xc3','\x27','\x1e','\xcf','\x07','\x1e','\x8f','\x07','\xcc','\x0c','\xd7','\xc9','\xe6','\xf2','\xb0','\x85','\x65','\x86','\x55','\xc0','\xf9','\x3a','\x71','\xbe','\x4e','\xac','\x0a','\x9c','\xeb','\xc2','\xb5','\x2e','\xac','\xeb','\x42','\xae','\x85','\xd4','\x7c','\x42','\x4f','\xda','\x02','\x64','\xa2','\xc6','\x40','\x3d','\x9f','\xb0','\x58','\x58','\xe6','\x78','\x99','\xe1','\xa8','\x02','\x1e','\x0f','\xcc','\xe7','\x07','\x4a','\x83','\x7e','\xed','\xe3','\x42','\x1d','\x0f','\x2c','\x9f','\xaa','\x8e','\x9e','\xf8','\xe2','\x07','\x70','\x7c','\xe1','\x3e','\x14','\x50','\x73','\xb8','\xe3','\x78','\x3c','\x91','\xd7','\x0b','\xe7','\xba','\x90','\x35','\xf0','\x70','\x43','\xcf','\xbf','\x33','\xed','\xb3','\x10','\x08','\xb0','\xae','\x13','\x00','\x41','\x85','\x06','\xf5','\x5c','\x40','\x43','\xc7','\x59','\xae','\x81','\x5a','\x15','\xf6','\x1e','\xac','\x6c','\x5f','\x62','\xb7','\x35','\x7c','\x03','\x8b','\x7f','\xec','\x39','\x44','\xe5','\x7d','\x26','\xf4','\x3b','\x1d','\xdf','\xe5','\x5b','\x4c','\xe8','\xee','\x02','\x98','\x28','\x8f','\x5d','\x3e','\x04','\x72','\xc9','\xeb','\xa8','\x32','\x92','\x99','\xac','\x1e','\x1e','\x4f','\xae','\x7b','\x9c','\xf4','\x2b','\x73','\xe2','\x18','\x0e','\x7b','\x4c','\x4c','\x33','\xac','\x13','\x38','\xf3','\x54','\xbf','\x4b','\x17','\x09','\xd8','\x5f','\xe4','\xe6','\x9c','\xcd','\x53','\x81','\xcc','\xcf','\x1d','\x7b','\x40','\xf6','\x74','\xf7','\xef','\xe2','\xf6','\xe7','\x7b','\xe6','\x59','\x03','\x3a','\x05','\x2c','\x28','\x66','\x7a','\x8b','\x29','\x99','\xe1','\xdf','\x55','\x9c','\x8e','\xd7','\xfa','\xef','\x29','\xb6','\xc7','\x06','\xd1','\xf6','\x2f','\xee','\x0f','\x6c','\x4b','\xb3','\x91','\x70','\xc7','\x1d','\x73','\xb3','\x8f','\xd2','\x76','\xc7','\x8d','\x29','\xee','\x79','\xbf','\xfe','\xd5','\x31','\x9a','\xee','\xdd','\x54','\xbd','\xe7','\xc7','\xf0','\x0c','\x73','\xf0','\x72','\xb3','\xbd','\x9c','\x95','\x38','\xf9','\xb8','\x1e','\x8f','\xd2','\xcc','\x8e','\x8e','\x57','\x33','\x25','\x12','\xf2','\xf6','\xcc','\xcc','\xf0','\x03','\xdd','\xf1','\xd7','\x5f','\xbf','\x1d','\x84','\x6a','\xcd','\xdf','\xaf','\xb7','\x3d','\xc5','\x05','\x6c','\xd4','\xbc','\x7b','\x80','\x76','\xde','\x52','\xca','\xc4','\x4c','\x95','\xa0','\x37','\xd4','\x57','\x6f','\xba','\xdf','\xaf','\x79','\x9e','\x14','\x40','\xb0','\xad','\xbe','\xa3','\xbd','\x28','\x64','\x94','\x0b','\x17','\x32','\xc0','\x11','\x85','\x31','\x48','\x33','\xba','\x1b','\xd3','\xe8','\x48','\x69','\x5f','\x8c','\x08','\xd6','\x3e','\x24','\xf7','\xcd','\x72','\x06','\x48','\x1f','\x1c','\xdf','\x41','\xe9','\xfb','\x43','\x37','\x31','\x13','\x4c','\x0b','\xec','\xa0','\x63','\xe6','\x03','\xad','\x5d','\x3a','\xcc','\x72','\x51','\x45','\xba','\x87','\x84','\xbf','\x43','\xe9','\x6d','\x1a','\xca','\xbb','\xdd','\x48','\x1f','\x52','\xff','\x7a','\x52','\xd1','\x91','\xc8','\xbd','\x99','\xdf','\x22','\x6c','\x13','\x65','\x4d','\x41','\x0b','\x1b','\xfe','\x21','\x65','\x17','\x21','\xdd','\x84','\xc8','\xff','\x5d','\x9f','\xa5','\xd8','\x7b','\x37','\x00','\x67','\x75','\x05','\x4c','\x1b','\xb4','\x18','\x50','\xa7','\x02','\x87','\xfa','\xe1','\x9d','\xe9','\x7e','\x53','\x83','\x1b','\x6d','\xdc','\xd7','\xa1','\xcb','\xde','\x5b','\xa8','\x5f','\xd7','\xe8','\x81','\x35','\x2a','\xec','\x9d','\xac','\xde','\x49','\x5e','\x53','\x6a','\xa8','\x52','\x92','\x5a','\x6a','\x9d','\x9a','\x32','\x50','\xfd','\xe3','\xcd','\xf0','\x11','\xc6','\x94','\xc4','\x30','\x03','\xbb','\x36','\x6a','\xb0','\xfd','\xc9','\x6f','\xfb','\x82','\x46','\xa3','\x07','\xb7','\x7a','\xd5','\x0e','\x82','\xde','\xfb','\x02','\xfa','\xad','\xdb','\x12','\x34','\x22','\xbc','\x83','\x15','\xc3','\x5f','\x7d','\x0f','\xac','\xfc','\x4a','\x19','\xa6','\xab','\x2b','\xd5','\x48','\x3d','\x6e','\xc3','\xac','\xcc','\xb2','\xa5','\x77','\xc9','\xb1','\x65','\xc0','\x0d','\x18','\x46','\x38','\x50','\x41','\xd9','\x5f','\xdd','\x56','\xee','\x9b','\xbd','\x9f','\x4c','\xe1','\x76','\x16','\x9d','\x3c','\x1a','\x44','\x3f','\x6c','\x44','\xad','\x88','\x1f','\x11','\x91','\xf1','\xfb','\x3a','\x64','\xb3','\xb6','\x5c','\xa6','\x16','\xa2','\xc4','\xd7','\x6d','\x04','\x11','\x9d','\x50','\x54','\x57','\x7b','\x24','\xd9','\x99','\xf7','\x99','\x4e','\xd1','\x6e','\x20','\x3e','\x6e','\x5f','\x4f','\xa9','\x52','\xd7','\x2a','\xda','\x3f','\x84','\xa0','\xaa','\x4a','\xf6','\x3d','\x1b','\xee','\x7d','\x4b','\x49','\x60','\xad','\x5d','\xef','\xa1','\x02','\x9b','\xe7','\x4d','\x46','\x17','\xf7','\xde','\x70','\x80','\xfd','\x42','\xa5','\xb3','\xdc','\x17','\xe1','\xbc','\xf7','\x5c','\xdc','\x3b','\xac','\x46','\x33','\x99','\xa4','\x70','\x95','\x63','\x27','\xc1','\x72','\x34','\x1c','\xc6','\xd6','\x1b','\x9a','\x09','\xd0','\xce','\x26','\x74','\xee','\xa8','\x6c','\x47','\x1b','\x71','\xcf','\x5c','\x21','\x92','\xb5','\x1d','\x49','\x2c','\xc4','\x95','\x1c','\xe2','\x19','\x9c','\x15','\x54','\x91','\x02','\x2c','\x0a','\x86','\xe0','\x1a','\xbb','\x83','\xea','\x6a','\x76','\x27','\xba','\xe0','\xb3','\x9a','\xe3','\xc0','\x71','\x3c','\xc8','\xf7','\xaf','\x62','\xa5','\x2c','\x43','\x34','\x32','\x39','\x82','\x4e','\xf4','\x4a','\xf4','\x1b','\xd9','\xae','\xed','\xe0','\xc5','\xaf','\x46','\x96','\x86','\xa0','\xb6','\xe8','\x8d','\xdd','\xf6','\xbb','\x64','\x1f','\x53','\xc3','\x40','\xcb','\x50','\x03','\xc0','\x00','\xe6','\xe6','\x9f','\x96','\x82','\x97','\xc4','\x31','\x0f','\xcd','\x21','\xea','\x40','\x3c','\xf7','\xd3','\x43','\xf0','\xf7','\xc6','\x6c','\x5f','\x21','\xa9','\x1d','\x97','\xdd','\xdd','\xfe','\xc0','\xb6','\xd4','\xf0','\x9c','\x13','\x43','\x43','\x3d','\x5f','\x9f','\x27','\xd6','\x79','\xe2','\xbc','\x5e','\x58','\xb1','\xe0','\x30','\x3c','\x9c','\x6e','\xec','\x0a','\xc9','\x85','\xc7','\xda','\xc9','\x47','\xc4','\xc5','\x3e','\xb6','\x63','\x50','\x21','\x18','\xa2','\x46','\xa8','\x8c','\x6b','\x63','\x30','\x11','\x30','\xb0','\x39','\xa4','\x03','\x8c','\x06','\xd0','\xfa','\x54','\x29','\xa9','\x7b','\x3c','\x1f','\x44','\xd0','\x63','\x29','\x68','\x17','\x7d','\x0d','\x9c','\x1f','\xc4','\x80','\x2e','\xb7','\x9d','\xed','\x24','\xd6','\x84','\xce','\x8e','\xa1','\x81','\x96','\x63','\xa0','\xdb','\x49','\x9a','\x66','\x9b','\xaa','\xb8','\xd0','\x9b','\x33','\x99','\x1d','\xde','\xd2','\xdd','\xaa','\xb8','\x43','\xbd','\xaa','\xa1','\x39','\x7a','\x56','\x98','\x7e','\x40','\x0a','\x09','\xd0','\x11','\x44','\x81','\xc3','\x00','\x87','\x1b','\x90','\x52','\x38','\x74','\x31','\x38','\xf2','\x2d','\x30','\x69','\x1f','\x6e','\x9a','\x37','\x54','\xec','\x7d','\x70','\xe7','\x3e','\x28','\x60','\xd3','\x1f','\xad','\x80','\xf4','\x89','\x0b','\x86','\xd7','\x58','\xb8','\xb2','\xf0','\x99','\x81','\xc4','\x40','\xfa','\x00','\x9e','\x07','\xfc','\xf9','\xc0','\xb7','\x75','\xe1','\xf1','\x30','\xfc','\xf4','\x9f','\xff','\x13','\x0e','\x37','\x3c','\x3e','\x17','\x6c','\x4e','\xc4','\xff','\xfc','\x07','\xfc','\x39','\x13','\xff','\xed','\x9f','\xbe','\xe1','\xbf','\x9c','\x2f','\xfc','\x25','\x12','\x27','\x0a','\xe7','\x70','\x7c','\x56','\xe0','\xfb','\xf9','\xc2','\x95','\x25','\x79','\x6a','\xc7','\x1a','\x0f','\xe4','\xd7','\x43','\x7e','\xc4','\xb9','\x87','\x41','\xa6','\xc7','\xf0','\x81','\x59','\x8e','\x65','\x85','\x6f','\x79','\xb1','\x1f','\xab','\x87','\x38','\x76','\x72','\x6d','\x14','\xf6','\x71','\x37','\x60','\x35','\x95','\x93','\xff','\x61','\x01','\x36','\x1d','\xf3','\x18','\x98','\x76','\xc0','\xe7','\xc4','\xd7','\xe3','\x43','\xeb','\xc6','\x24','\xd7','\x3a','\x01','\x2a','\x13','\x28','\xc5','\xb9','\x53','\xcf','\x2c','\x06','\xbc','\xe6','\xf0','\x61','\x98','\xf3','\x81','\x31','\x0e','\x29','\x1c','\x3a','\xfe','\xf0','\xe5','\x0b','\x7e','\xfa','\x78','\x22','\x22','\x70','\x5e','\x0b','\x40','\x92','\xaa','\x38','\x1d','\xf0','\xc9','\xd9','\x2e','\x73','\xc0','\xe6','\x83','\xc1','\xaf','\xf6','\x79','\x57','\x95','\xa8','\x3e','\x58','\x18','\x36','\x31','\x0f','\xf5','\x90','\x86','\x66','\x5b','\xe5','\x42','\x0a','\x20','\xae','\x97','\xe1','\x7c','\x9d','\xf8','\xcb','\xcf','\x3f','\xe3','\xba','\x5e','\x7b','\x96','\xd7','\x79','\x91','\x32','\x1b','\x8b','\x7b','\xa4','\x0a','\x78','\xcc','\x07','\x86','\x0f','\x9c','\xb1','\x70','\x4a','\x30','\x24','\x63','\x31','\xae','\x00','\x6f','\xf3','\x63','\x0e','\xfc','\xe1','\xe3','\x89','\x8f','\xc7','\x13','\x8f','\x31','\x71','\x3c','\xc9','\x81','\xf6','\x04','\xca','\x1c','\x2b','\x13','\xdf','\x8f','\x03','\x3f','\x9b','\x23','\x2d','\xb0','\x8e','\x81','\xf5','\xe5','\x03','\xf8','\xc7','\xff','\x19','\xf3','\x71','\xa0','\xbe','\x7f','\x22','\xe3','\x13','\xff','\x74','\xbe','\xf0','\xfd','\xe7','\xc0','\x3f','\x7c','\x1c','\xf8','\xc7','\x3f','\xfe','\x01','\xff','\xf8','\x0f','\xff','\x09','\x5f','\x3f','\x1e','\xc0','\x0a','\xfc','\xf3','\x7f','\xff','\xef','\xf8','\xef','\xff','\xed','\xbf','\x60','\xac','\x17','\xfe','\x31','\x07','\x7b','\xcb','\xda','\x82','\xc8','\xbf','\x54','\xf6','\x88','\x94','\x82','\x1d','\x0d','\xf4','\xe2','\xae','\xd4','\x2a','\x80','\xef','\x4a','\xc5','\x95','\xb7','\x8d','\xea','\x78','\x86','\x51','\x0a','\x6d','\xa5','\x49','\xb8','\x66','\xc7','\xf0','\xba','\xe7','\x86','\x07','\x3b','\x64','\xcb','\xf6','\x67','\xd5','\x3d','\x89','\xf4','\x8b','\xde','\xc0','\xc5','\x56','\x1b','\xa1','\x7a','\xa3','\x89','\x7a','\xd5','\xf1','\x7d','\xa1','\x41','\xcf','\xe0','\xcc','\xb4','\xe3','\x81','\xf1','\x78','\x60','\x7c','\x1c','\xf0','\x2f','\x1f','\xb0','\x31','\xf0','\x99','\x17','\xfe','\xf2','\xf9','\x0d','\x05','\xc3','\x97','\x9f','\x7e','\x22','\xd8','\x50','\x89','\xba','\x02','\x57','\x9c','\x40','\x2c','\x78','\x18','\x81','\xa9','\xa9','\xf3','\xd9','\x34','\xa5','\x1d','\xf7','\xca','\x8f','\x59','\x03','\x74','\xea','\x9f','\x01','\x76','\x92','\x08','\xd9','\xf9','\x3b','\x9a','\x14','\xfd','\xd8','\xef','\x64','\x84','\xdf','\xbe','\x63','\x65','\x9f','\x10','\x65','\xcd','\x76','\x32','\x08','\xb4','\x5f','\xff','\xf1','\xf3','\xb9','\x62','\x8e','\x9e','\x01','\x07','\xbb','\xab','\x74','\x2d','\xe2','\x92','\xf2','\x17','\xe2','\x80','\xcb','\x77','\x34','\x7d','\x9a','\x31','\xc0','\xe1','\x63','\x03','\x2e','\x1d','\xcf','\x66','\x15','\xd6','\xb9','\xf4','\xde','\x1d','\x47','\x94','\xe2','\xd3','\xb7','\x4a','\x9e','\x3b','\x9c','\xe9','\x3b','\x22','\x0b','\x43','\xef','\xdd','\xb0','\xad','\x64','\x3f','\xd0','\x2d','\x6f','\xbf','\xf7','\xf5','\x9b','\x04','\xc8','\xee','\xd4','\xac','\xb7','\x25','\x9a','\xd7','\xc7','\x06','\xe4','\x50','\x70','\x94','\x40','\xf9','\xce','\x10','\xc9','\x80','\x24','\x52','\xde','\xcd','\x51','\xa5','\xc0','\x99','\x36','\xbd','\x03','\x09','\x28','\xe8','\x54','\x02','\x63','\x0e','\x15','\xe6','\xe4','\x30','\x0d','\xc0','\x50','\x20','\xd3','\xef','\xa3','\xc0','\xd2','\xea','\x6e','\xa4','\xea','\x80','\xda','\x06','\x6e','\xa4','\xdf','\x01','\x8c','\x1d','\xc4','\x31','\x09','\xa0','\x62','\x4c','\xd5','\xb8','\x03','\xd9','\x0e','\xb8','\xde','\x4a','\x79','\x86','\xa6','\xfb','\xf4','\x83','\x55','\xdb','\x94','\x78','\xa2','\x8c','\xa3','\x13','\xa5','\x7e','\x87','\xfe','\xdd','\x36','\xca','\x95','\x6a','\x06','\x1b','\xb6','\xaf','\x59','\x2f','\xc7','\xef','\x26','\x15','\x72','\x6e','\x1b','\x20','\xef','\xc5','\x69','\xcc','\xbd','\xf2','\x5e','\xf3','\xce','\x24','\x0a','\x28','\x31','\xfd','\xb3','\x78','\xab','\x68','\x34','\xf9','\xdf','\xf8','\x59','\xfd','\xf7','\xbb','\x56','\x00','\xf5','\x6b','\xf4','\x32','\xa9','\x97','\xe5','\x7e','\xd0','\xb2','\x0b','\x5d','\xca','\xbc','\xcb','\x8b','\x3f','\x88','\x03','\xf8','\xfd','\x3e','\xe8','\xfb','\xe8','\xc0','\xba','\xee','\xbe','\xae','\xce','\x61','\x6e','\x5a','\x93','\x3e','\xa7','\xb9','\xa6','\xdd','\x1f','\x53','\xe2','\xb1','\x02','\x6c','\xdc','\x7f','\xdb','\x53','\x34','\x72','\xfa','\x13','\xb6','\x5f','\x93','\x55','\xea','\x41','\x03','\x6e','\x14','\xe2','\x0e','\xea','\x48','\x33','\xd0','\xfb','\xef','\xe4','\x47','\x7b','\xe7','\xde','\x66','\xd8','\x2b','\xb1','\x5f','\x6f','\xfb','\x4f','\xf9','\xc7','\xbf','\xee','\x1e','\xf2','\xed','\x1e','\xfa','\x9d','\x0b','\xbb','\xc1','\xf3','\x4e','\x82','\xee','\x24','\xb6','\xbc','\xfb','\x67','\xee','\x8a','\x29','\x7b','\x7e','\x4c','\x41','\x5e','\x27','\x6b','\xfc','\xf3','\x06','\x21','\x3a','\xf9','\xd1','\x73','\xf2','\xb1','\xd7','\xcb','\xa4','\x98','\xc8','\x43','\xd0','\x95','\xdc','\xb7','\xeb','\x56','\xb8','\xda','\x9d','\x62','\xf7','\x57','\x89','\x2e','\xf5','\x66','\x1f','\x4a','\x7b','\x75','\x1b','\x1f','\x4d','\xf3','\xee','\xca','\x4b','\xdd','\x67','\x7d','\x6f','\x06','\x57','\x25','\x27','\xb4','\x17','\xdf','\x10','\xa9','\x36','\xc8','\x56','\x6f','\x9f','\x9d','\x05','\x58','\xa0','\x7b','\x83','\x0a','\xb5','\x27','\x74','\x73','\xe6','\xc4','\x6d','\x16','\xdc','\xd9','\x3f','\xd0','\x06','\xb2','\xe0','\x4a','\x24','\x41','\xaa','\x4a','\x27','\xf1','\xba','\x0f','\x8a','\x09','\x18','\xcc','\x42','\x49','\x5b','\xf7','\xfe','\xa8','\x34','\x8c','\xfa','\x71','\x69','\x1a','\x3a','\xd4','\xef','\x58','\xaa','\xc4','\xda','\xfb','\x3e','\x9b','\xea','\x46','\x2b','\xaf','\x63','\x26','\xde','\x51','\xc2','\x4b','\xa8','\x7b','\x53','\xb1','\xd4','\xd0','\x6f','\x11','\xec','\x29','\x51','\xd2','\xc4','\x8a','\x5a','\xe2','\x4a','\x4d','\xc7','\x16','\x38','\x44','\x6a','\xb6','\xe3','\xe3','\xf1','\xc4','\x97','\x2f','\x5f','\x30','\x6c','\x30','\xc8','\x11','\x7d','\x38','\xd4','\xc8','\x1b','\x11','\x02','\x69','\x02','\x86','\x89','\x1a','\x04','\x82','\xa0','\x7d','\xb8','\xcf','\xaa','\x1c','\x3e','\x04','\xae','\x6c','\x41','\xf5','\x0e','\x12','\x92','\xf6','\x90','\x00','\x4f','\x70','\xb0','\x6a','\xf7','\x9a','\xa4','\xc3','\x8c','\x95','\x7a','\x18','\xb0','\x6a','\x11','\xa1','\x77','\x17','\xbf','\x1b','\xa2','\x9b','\xe5','\x4e','\xf2','\x7b','\xae','\x4e','\x2e','\x0e','\x62','\x2c','\x81','\x58','\xbd','\x37','\x6c','\x18','\xa6','\xb3','\x46','\x7d','\x2d','\xf6','\xff','\x3c','\xe7','\x81','\xe9','\x13','\x40','\xe2','\x75','\xbe','\xf0','\xfa','\xfe','\x49','\x99','\xd8','\x46','\xef','\xcd','\x76','\x55','\xe4','\x92','\x04','\x36','\x50','\xb0','\x8b','\x8d','\xb9','\x69','\x86','\xe7','\xf0','\xfb','\x39','\xaa','\x2a','\xc2','\x4b','\x6a','\x9b','\x61','\xb8','\x49','\x4a','\x50','\x62','\x0f','\xa4','\xd3','\x87','\x19','\x5a','\x26','\x7b','\x62','\x0c','\x0d','\x94','\xdc','\x67','\x97','\x94','\x8b','\x48','\x9e','\xb6','\x06','\xe1','\xb6','\x60','\x8a','\xd6','\x94','\x09','\xe5','\xd2','\x56','\x71','\xf6','\x89','\x74','\x00','\x93','\x40','\xab','\x9d','\x16','\x98','\x68','\x1f','\x4e','\xba','\x52','\x59','\x31','\x41','\xb6','\x94','\x73','\x27','\x95','\x6f','\xc5','\xc2','\xb4','\x09','\x73','\x7e','\xb7','\x29','\x39','\x0e','\x6b','\x4e','\x16','\xbc','\x5c','\x76','\xa8','\xd1','\x70','\xcd','\xba','\x71','\xee','\xef','\x5d','\xd9','\x86','\x53','\x00','\xc0','\x71','\x57','\xab','\x14','\xb4','\x54','\x9f','\xc1','\x0c','\x7c','\x8b','\x17','\xbe','\xfb','\x80','\xcf','\x09','\x3c','\x1e','\x1c','\x26','\x5d','\x8e','\x0b','\x86','\xf3','\x28','\xd4','\x61','\xf8','\x6f','\xe7','\x09','\xc4','\x0b','\xff','\xf3','\x01','\xf8','\xd7','\x2f','\xf8','\xf6','\x07','\x43','\xb8','\xc3','\x3f','\x06','\xfe','\xf2','\xf3','\xcf','\xf8','\xdf','\x5f','\xff','\x8c','\x7f','\xfa','\xf6','\x89','\xd7','\x1c','\xf0','\xc1','\x84','\xe0','\x65','\x03','\xdf','\x22','\xf1','\x59','\x09','\xf8','\xc0','\x7c','\x7e','\xc1','\x78','\x3e','\x60','\x3e','\x50','\xe6','\x62','\x85','\x04','\xe2','\x4a','\x50','\x82','\xcd','\x30','\xd2','\x10','\x1e','\x38','\x5d','\xd4','\x35','\x25','\x47','\xbb','\x39','\xdd','\x39','\x1a','\xc3','\x7c','\xc0','\x1e','\x46','\x16','\xcb','\xb5','\x70','\x05','\xe7','\x35','\x0d','\x9f','\xc0','\x78','\x62','\x3c','\x9e','\x98','\xc7','\x40','\x8d','\x9e','\xad','\xe4','\x28','\xc9','\xb6','\x6f','\x9b','\xbb','\x03','\xc5','\x09','\x24','\xc5','\x1f','\x7c','\x3a','\x8e','\x39','\x70','\x0c','\xf6','\xd4','\x0c','\xed','\x8d','\xe7','\x4f','\x4f','\x3c','\x3e','\x1e','\xb8','\xce','\x85','\x35','\x4f','\xf6','\xf7','\x25','\x00','\x1b','\x80','\x33','\xc1','\xce','\x48','\xac','\xf3','\x3b','\x2a','\xa9','\x12','\x77','\xad','\x0b','\x99','\x0b','\xe7','\x6a','\xc1','\x13','\x9e','\xc4','\xe1','\xbe','\x2b','\xe5','\x55','\x40','\xac','\xc0','\x8a','\x60','\x05','\xee','\x45','\x15','\xb1','\xc7','\x97','\x0f','\xac','\xb5','\xf0','\xed','\x2f','\x3f','\xe3','\xf5','\xba','\x64','\x46','\x79','\xde','\xae','\x38','\x91','\x91','\x78','\x3e','\xbe','\xe2','\x63','\x3e','\xf8','\x9e','\xaa','\x30','\xd8','\x93','\x3d','\x41','\x1c','\xbd','\x50','\x38','\xaf','\x17','\xce','\x55','\x98','\x47','\x6b','\x79','\x02','\x86','\xa1','\xb9','\x59','\x8e','\x35','\x26','\xfe','\x3c','\x98','\xb2','\x44','\x15','\x70','\x4c','\x3c','\xfe','\xf8','\x47','\x8c','\xaf','\x5f','\xf0','\xfc','\xcf','\xff','\x19','\xf5','\xcb','\xcf','\xb0','\xef','\x9f','\xf8','\xf9','\xbf','\xfc','\x9f','\xf8','\xa7','\x6f','\x7f','\xc6','\x1f','\xec','\x89','\x6f','\xcf','\x89','\xb0','\x0f','\xfc','\xe3','\x4f','\x7f','\xc0','\x34','\xc7','\x69','\x81','\x33','\x3e','\x31','\xfe','\xf4','\x0d','\xd7','\xe7','\x85','\x9c','\x64','\xf6','\xf4','\xfc','\xc4','\x6e','\xda','\xdf','\xf6','\x5c','\xc0','\xf5','\x66','\x1b','\xc9','\x7f','\xde','\x9e','\x0a','\x1d','\x13','\x33','\x4e','\xdc','\x3f','\xb3','\xdb','\xdf','\x8b','\x69','\x51','\x00','\xb6','\xc4','\x75','\xdb','\xeb','\xfe','\x5e','\x3a','\x22','\x40','\xb0','\x15','\xc5','\xe7','\xed','\x6d','\x2e','\xfa','\xba','\x9c','\x95','\x7c','\x7b','\x03','\xde','\x74','\x4d','\x64','\x3f','\x24','\x81','\x8b','\x69','\x38','\x3e','\x0e','\x1c','\x06','\xa4','\x1b','\xec','\x98','\xec','\x75','\x43','\xe0','\x95','\x0b','\x27','\x80','\x2b','\x2e','\x7c','\x7e','\x26','\x25','\xb0','\x6d','\xe0','\x58','\xb4','\xbf','\x3e','\xa8','\x94','\xf7','\x38','\x9e','\x70','\x0b','\x70','\xba','\xc1','\xba','\xcf','\x60','\xdf','\x9b','\x61','\x27','\x82','\x45','\xc3','\xd3','\x59','\xc5','\xbe','\x27','\xb7','\xee','\x1b','\x26','\x80','\xd2','\xc0','\xe6','\xbb','\x47','\xdf','\x15','\x1e','\x23','\xad','\xf5','\x76','\x65','\x6f','\x9f','\x85','\xb7','\xd7','\xee','\xe4','\xe7','\x5e','\x73','\xfe','\x16','\xcf','\x5b','\x8b','\x94','\x00','\x60','\xb1','\x20','\x6a','\xf7','\xc9','\xd2','\x66','\x2a','\x46','\xaa','\x02','\x8a','\x34','\xb7','\xb1','\x6d','\x30','\x7d','\x54','\xc5','\xe2','\xa0','\xec','\x0a','\x15','\xa3','\xee','\xa2','\x08','\xdf','\xb8','\xc7','\xdd','\x30','\x4f','\x88','\xfc','\x04','\x94','\xd2','\x02','\x86','\xad','\x6d','\x62','\x6f','\x57','\xbf','\xd7','\xee','\xc7','\xaf','\xdf','\x52','\xe0','\x9a','\xe2','\x05','\x96','\x44','\x4d','\x86','\x7e','\x1b','\xd0','\x94','\x12','\x86','\xdb','\x4e','\x5c','\x38','\xa4','\x4a','\x8b','\x69','\xb5','\xd1','\x45','\x52','\x49','\x4c','\xc1','\xd8','\xdb','\x42','\x69','\x53','\x71','\xc0','\x64','\x62','\x2d','\x06','\x4c','\x8a','\xa5','\x76','\x10','\xb9','\xe9','\x44','\x90','\x1a','\x86','\xbd','\xdd','\x67','\x01','\x3d','\x69','\xd6','\x81','\xcd','\x8b','\xf4','\x08','\x6a','\xe9','\xf7','\x63','\xda','\xa7','\x45','\x08','\x6c','\x23','\x0e','\x45','\xe7','\xd4','\x53','\xc5','\x77','\x40','\xdf','\x07','\x06','\x6c','\x70','\xac','\xb7','\xef','\x6d','\x57','\xb6','\x23','\xe3','\x12','\x95','\x40','\xf3','\x13','\x40','\xf9','\xc0','\x3b','\x57','\xf8','\x31','\xa9','\xd8','\x49','\x49','\x5f','\xd2','\xef','\x54','\xe5','\xfa','\x35','\x44','\xab','\x85','\xa2','\xca','\xb1','\x76','\x5e','\x9a','\xcc','\x8c','\x76','\x03','\xf2','\xbf','\xf7','\xb3','\xf8','\x79','\x7d','\x63','\xef','\xf7','\x27','\x72','\x53','\xde','\x49','\xc7','\x7e','\x43','\xbf','\x97','\x60','\x33','\xd3','\x80','\xb7','\x26','\xea','\x6e','\x6e','\xee','\xf7','\xef','\xb5','\xbb','\x13','\x4e','\x8d','\xd7','\xe0','\x5b','\xea','\x99','\xf5','\x5e','\x69','\xea','\xc6','\x56','\x08','\x53','\xc2','\x93','\xd5','\xcf','\xe7','\xed','\xda','\x21','\xb4','\x43','\xea','\x3c','\xef','\xaf','\xd9','\x88','\xc3','\x3e','\x74','\xb7','\xd1','\x03','\xc0','\x60','\x5d','\xc1','\xe6','\x40','\xdf','\x87','\xed','\x03','\xcf','\x04','\x99','\x3f','\xb8','\x91','\x90','\x5e','\xa4','\x3b','\x09','\xfc','\x6b','\xee','\xa1','\xe9','\x69','\xef','\x6f','\x53','\x32','\x2a','\x34','\xba','\xfa','\x3d','\xd3','\x3b','\x2b','\x50','\x77','\xf1','\x7e','\xf9','\x19','\xfa','\x4c','\x25','\xe3','\x9c','\x4f','\xd0','\xef','\xab','\xa0','\xc7','\x69','\x48','\x19','\x44','\xab','\x7a','\xe2','\x77','\x22','\xb9','\xaf','\x41','\x59','\x6e','\xa7','\x7b','\xef','\x0d','\xd5','\x40','\x1b','\x2a','\x60','\xd3','\x0f','\xd1','\x0e','\xa9','\xd3','\x02','\x56','\x68','\xf6','\x9c','\x9a','\x64','\x00','\x5f','\xae','\x24','\x42','\x1b','\xef','\xbe','\xc7','\x7e','\x56','\x90','\x8c','\x66','\xee','\x8d','\xe3','\x7d','\x50','\xed','\x36','\x5e','\x21','\x92','\x36','\x69','\x01','\x52','\x4b','\x02','\x83','\x7a','\xbe','\x99','\xab','\xb7','\x25','\x90','\xfb','\xb5','\xb6','\x79','\xda','\x14','\x0c','\xe0','\xb0','\x4c','\x1f','\x83','\xfb','\x78','\x75','\x08','\xc9','\xb5','\x4d','\x2f','\x56','\x06','\xcc','\x50','\x7b','\x43','\xa6','\x94','\x77','\x7a','\xb0','\x68','\x27','\x74','\x44','\x97','\x5b','\x81','\x10','\xaa','\xb4','\x14','\x5a','\x18','\xc3','\x49','\x79','\x53','\x65','\xa0','\xde','\x0e','\x4a','\x29','\x01','\x62','\x20','\x49','\x75','\x1b','\xd2','\xda','\x14','\xf4','\x56','\x03','\x1f','\x1d','\x78','\x38','\x4e','\xf5','\x37','\xea','\x28','\xb2','\x77','\xc1','\x0c','\x7e','\x4c','\x8c','\x83','\xcd','\xcc','\xb1','\x0a','\xd7','\xf5','\xe2','\x35','\x44','\x52','\x71','\xad','\x2b','\x20','\xc9','\xe7','\xe2','\x23','\xdf','\x7a','\x83','\x54','\x4d','\x14','\x25','\xb1','\xaf','\xa9','\x74','\x90','\xfb','\xd9','\xd2','\x94','\xeb','\x6f','\xd6','\xb6','\xc0','\x21','\x7e','\x1c','\x8f','\xd2','\x0a','\xc4','\xb8','\x51','\x72','\x57','\xc4','\x90','\x05','\x78','\x52','\x88','\x21','\x4a','\xc3','\xb0','\x0d','\x3b','\xf9','\xca','\x20','\xf7','\x9f','\x45','\x29','\xde','\x77','\x87','\x9a','\x34','\xd1','\x4a','\x20','\x14','\xf0','\x51','\x9c','\x44','\xfb','\x44','\x72','\xc3','\x5e','\xa4','\x0b','\x4d','\xf8','\x76','\xb2','\x9d','\x1e','\x2b','\x45','\x96','\x5f','\x62','\x0f','\xdd','\x5a','\x12','\xb1','\x90','\x0d','\xd8','\xf2','\xd7','\x6d','\xec','\xca','\xd0','\x20','\xc9','\x5b','\x8d','\x9c','\x7e','\xe6','\x2d','\x08','\x4b','\x25','\xbc','\x2d','\xf5','\xed','\xb0','\xf7','\xb4','\x69','\x53','\x1f','\x15','\x8b','\x68','\x1f','\x34','\x43','\x62','\xe9','\x2e','\xf9','\x1e','\x63','\x7c','\xe1','\x1e','\x14','\xbd','\xa9','\x45','\x56','\xda','\xa6','\x65','\xb1','\xe9','\xba','\xaf','\xd1','\xf0','\xe3','\xe5','\x96','\x00','\xa4','\x4e','\x8b','\x5a','\x2d','\x09','\x29','\x01','\x03','\x05','\xcf','\x6d','\x47','\x7a','\x1f','\x33','\xb6','\x13','\xcd','\x56','\xf6','\xcf','\xab','\x70','\x4f','\x85','\x57','\xa0','\xd9','\x74','\xc9','\x50','\xff','\x4d','\x04','\xfe','\xb2','\x2e','\xbc','\x9e','\x1f','\xf8','\xc3','\xfc','\x09','\xc7','\x97','\x07','\xe6','\x63','\xe2','\x15','\x85','\xcf','\x73','\xe1','\x7b','\xbd','\xf0','\xed','\xf3','\x1b','\xbe','\x79','\x61','\xe5','\xc2','\x2f','\x7f','\xfa','\xef','\x38','\xff','\xfc','\x27','\xfc','\x92','\x81','\x17','\x02','\xf1','\x70','\x5c','\xb1','\xf0','\xcb','\xf9','\xc2','\x9f','\xd6','\x0b','\x57','\xb8','\x06','\xd4','\x1e','\x08','\x38','\xe2','\x38','\xa8','\xcc','\x36','\x9e','\xb0','\x2f','\x4f','\xe4','\x98','\x1a','\x4d','\x61','\x28','\x1b','\x88','\x96','\xb8','\xae','\x21','\x58','\xd3','\x00','\x5f','\xa0','\xe0','\x16','\x15','\xdc','\x18','\x1c','\x51','\x01','\x0b','\x3e','\x39','\x03','\xc6','\x07','\x1e','\x8f','\x07','\x0a','\x85','\xf3','\xa4','\x90','\x53','\x56','\x31','\x59','\x9a','\x12','\x05','\x70','\xc7','\x67','\x7c','\xc3','\x55','\xd7','\xb6','\x45','\x3d','\x6a','\xe0','\x56','\x90','\x6a','\x3b','\xec','\x80','\x27','\x2a','\x06','\x81','\x8b','\x43','\x7e','\x2e','\x00','\xcc','\xc2','\x2f','\x7f','\x5e','\xf8','\xe5','\x2f','\x7f','\x56','\x25','\x87','\x49','\xcd','\x15','\x14','\xe6','\x88','\xd2','\x0c','\xa2','\x02','\x2e','\xf5','\x34','\x5d','\xc5','\xaa','\x54','\x66','\xb0','\x0f','\x29','\xbb','\x8f','\x2b','\x95','\x98','\xfa','\x56','\x2c','\x44','\x02','\x2b','\x12','\x11','\x0b','\xaf','\xef','\xdf','\xf0','\xf8','\xf8','\xc0','\x1f','\xfe','\xf8','\x0f','\x78','\xce','\x27','\x70','\x25','\xe6','\xb8','\xe0','\xea','\x45','\x31','\x09','\xd7','\x64','\x15','\xb0','\x9c','\x62','\x3f','\x00','\x1b','\xeb','\x87','\xb1','\xa5','\x40','\xc3','\xa9','\x0b','\xc5','\xd6','\x96','\x2b','\x70','\xad','\x85','\x38','\x2f','\xce','\x71','\x42','\xe1','\xe8','\x4a','\xcb','\x05','\xfc','\x5c','\xad','\x14','\x5a','\x78','\x1e','\x03','\xcf','\xe7','\x81','\xa7','\x7f','\xe0','\xb8','\x9e','\xa8','\xe7','\x44','\x7d','\xfb','\x0e','\xab','\x05','\xfb','\x67','\xc7','\x79','\x7e','\xe2','\xff','\xfb','\xa7','\x7f','\xc6','\x5f','\xbe','\xff','\x05','\xff','\xf9','\x9f','\xff','\x3b','\xfe','\xa7','\x3f','\xfc','\x01','\x1f','\x3f','\x7d','\xc1','\x7f','\xfe','\x7f','\xff','\x6f','\x98','\xff','\xd7','\x3f','\x03','\xff','\x9f','\xff','\xca','\xaa','\x36','\xd4','\x40','\xaf','\x19','\x8e','\x30','\xc0','\x8f','\x43','\x7d','\x38','\xf7','\x10','\x78','\x1e','\xdf','\x8e','\xb8','\x8d','\x31','\x46','\xdd','\xf1','\xe5','\xef','\x85','\xb8','\xfc','\xfe','\xcd','\x3c','\xe8','\xfd','\xdd','\xf1','\x61','\x2b','\x60','\xc2','\x79','\xde','\xfa','\xd9','\xf3','\x7b','\x6d','\x21','\x6e','\x9a','\x1e','\xda','\xff','\x09','\x38','\xf2','\x41','\xd5','\xe2','\x31','\x95','\x50','\xc3','\xf0','\xf5','\xeb','\x17','\xfc','\xf4','\x0f','\x5f','\xf1','\xb9','\x5e','\xf8','\xf9','\xf3','\x3b','\xce','\xeb','\xc2','\x6b','\x05','\xf0','\x98','\xf8','\xf2','\xf5','\x2b','\xfe','\xe1','\x1f','\xff','\x17','\xf8','\xc1','\xca','\xc4','\xc7','\x18','\x78','\xce','\x07','\x8e','\x00','\xce','\x6f','\x9f','\x78','\x7d','\xfb','\x8e','\x7c','\x9d','\x8c','\xfd','\xae','\x13','\x95','\xd4','\x95','\x63','\x2c','\xd5','\x96','\xc6','\x37','\x28','\x43','\x90','\x14','\x7b','\x7f','\xec','\x5e','\x4c','\xc5','\x0f','\x6e','\xe3','\x6e','\x04','\xe8','\xaa','\xf7','\xdb','\x7a','\xbe','\x2d','\x2c','\xef','\xdb','\x15','\x37','\xbd','\x25','\x0c','\xd6','\x3f','\x56','\x1e','\x60','\x7e','\xc7','\x9f','\x6d','\x97','\xcd','\x0c','\x63','\x83','\x96','\xb5','\x3f','\x87','\xe2','\x31','\xa4','\x35','\x33','\xb1','\x15','\xb8','\x0b','\xcd','\x84','\xeb','\xb8','\xb1','\x0a','\x66','\x7a','\x4e','\x56','\xbc','\x8e','\x54','\xcb','\xca','\x5e','\x7c','\x5e','\x8d','\xbf','\x25','\x5a','\x66','\x8a','\xeb','\x8d','\xcf','\xd2','\x9d','\xa3','\x1a','\x86','\x95','\xc0','\x83','\x81','\x56','\x98','\xfb','\xbd','\xaf','\xdf','\x0e','\x42','\xad','\x02','\x92','\xb3','\x2f','\x5a','\xfa','\x0f','\xa0','\x14','\x28','\x6a','\x28','\xd3','\x6d','\x0b','\x4c','\x85','\x35','\x52','\x62','\x8a','\x34','\x1f','\x08','\xe5','\x4b','\x06','\x64','\xa6','\xac','\xa5','\x33','\xe8','\xee','\x4d','\x68','\xd4','\x99','\x0e','\x40','\x43','\xfe','\x3a','\xc1','\x41','\xdd','\x32','\x7c','\xd6','\x09','\x85','\x1a','\x58','\xc5','\xc1','\x37','\xa7','\x3a','\x8d','\xc9','\xd0','\x67','\x04','\x39','\xf5','\x1e','\x5b','\x2c','\x81','\x28','\xb0','\x24','\x82','\xb3','\x11','\x64','\x39','\xf0','\x4c','\xbc','\x0b','\x3e','\x40','\x0f','\xa7','\x1f','\x6e','\x05','\xb6','\x03','\xdd','\xb4','\x04','\x6d','\x84','\x4d','\x65','\x11','\x87','\xdd','\x02','\xf7','\xe6','\x73','\x52','\x1d','\x3a','\xd2','\xde','\x81','\x7a','\x3b','\x13','\x05','\x21','\x34','\xa6','\x77','\x5f','\x12','\xfa','\x7f','\x37','\x84','\x41','\x74','\xbb','\x7f','\x70','\x27','\x5e','\x85','\xce','\x02','\x49','\x5b','\xf8','\xf7','\x7d','\xd6','\x2e','\xcc','\x6c','\x24','\x10','\x3b','\x79','\xb8','\xef','\xf7','\xed','\x9e','\x3b','\x20','\x7c','\xbb','\x67','\xeb','\x7b','\x96','\xa3','\xfd','\x21','\x79','\xd0','\x67','\x6c','\x1e','\x6b','\x1f','\x9c','\x5f','\x25','\x0f','\xcc','\x62','\x55','\xd1','\x30','\xa8','\x29','\x17','\xfb','\x79','\xf4','\xc5','\x98','\x16','\xa2','\xab','\x0d','\xfd','\x33','\x96','\xf1','\xed','\x77','\x5f','\xd3','\xeb','\x97','\xd5','\x87','\x55','\xcf','\x56','\x01','\x6c','\x57','\x2c','\xe1','\xc0','\x24','\xa4','\x79','\xbf','\x56','\x7f','\xb2','\xbf','\x61','\xaf','\x9c','\xfe','\xf7','\xdf','\x76','\x0f','\xbd','\x8e','\x05','\x22','\xde','\xef','\x09','\x5e','\xf7','\xa5','\xed','\x0a','\x11','\xf0','\xe3','\x7b','\x35','\x0a','\x66','\x4a','\x74','\xd7','\x22','\x45','\x25','\x4b','\xc8','\x76','\xb1','\xe9','\xb6','\x28','\x02','\x60','\xe5','\xea','\x71','\x62','\xf5','\xa6','\xd7','\xad','\x93','\xc2','\xea','\xff','\x33','\x56','\x65','\xfa','\x7b','\x40','\x53','\x58','\x19','\x18','\xb2','\x56','\x52','\xe2','\xd3','\x36','\x2b','\x9b','\x36','\xa2','\xd4','\xb7','\xd7','\xf4','\x55','\xd2','\x17','\x1a','\x41','\x13','\x9d','\xc9','\x01','\xc9','\x53','\xf1','\x9e','\xae','\x0b','\x6b','\x9d','\x44','\x67','\x87','\xba','\xd2','\x6c','\x90','\xc6','\xa6','\xde','\x1b','\x0b','\xf6','\xac','\xbc','\x3b','\xad','\x02','\x4b','\xe4','\x54','\x8f','\x59','\x6c','\x7e','\x2f','\xa1','\xc2','\xe6','\x1c','\xd8','\x09','\xda','\x26','\xf6','\xff','\xf0','\xfa','\x96','\xf6','\x63','\x44','\x71','\x5e','\x74','\x15','\x38','\x34','\xce','\x11','\x63','\x61','\x98','\x49','\x68','\xc1','\x14','\x78','\x0c','\x56','\x85','\x0c','\xea','\x73','\xcf','\x1d','\x74','\xb5','\xd4','\x68','\x27','\x0e','\x4c','\x02','\x13','\x9c','\xeb','\x53','\x88','\xb8','\x60','\x19','\xfa','\x6d','\x8e','\x0d','\xa8','\x00','\xab','\xb5','\x09','\x54','\x52','\xa6','\x7a','\x5d','\x8b','\x3d','\x1d','\x2b','\x80','\x33','\x37','\x30','\x30','\xca','\xa9','\x30','\x59','\x89','\x72','\x90','\xea','\xd6','\x13','\xde','\x17','\x93','\xbd','\xd7','\x79','\xc1','\xf2','\x17','\x64','\x14','\xae','\xf3','\x24','\xba','\x96','\x14','\x52','\x68','\x5a','\x96','\xa9','\xda','\x14','\xdd','\x9f','\x63','\xd8','\x14','\x93','\x96','\x76','\xb5','\xac','\xbb','\xb7','\xcf','\xa4','\x72','\x54','\xa6','\x20','\xf9','\x4e','\x44','\x3a','\x89','\x69','\xe9','\xe9','\xe2','\xed','\xa0','\x0a','\xa4','\x83','\x28','\xd0','\x2c','\xa3','\xf8','\x41','\xbd','\x48','\xd3','\x2a','\x4b','\x49','\x25','\xcb','\xd9','\x05','\x73','\xa8','\xf4','\x4e','\x0c','\x4a','\xeb','\xb8','\x09','\x2b','\x28','\x24','\xdc','\x28','\x0b','\x0e','\x90','\x76','\x54','\xea','\x67','\x3a','\x8e','\x03','\xc7','\x1c','\x58','\x4b','\x43','\x4a','\x33','\x60','\x11','\x54','\x4c','\xd3','\x90','\x3f','\x06','\x26','\x60','\xa3','\x3e','\x28','\x26','\x90','\x11','\xfb','\xdc','\x50','\xaa','\x1d','\xb2','\xed','\x06','\x88','\xc6','\x35','\x74','\xbe','\x33','\x5b','\x1b','\x91','\x67','\xaa','\x85','\x6e','\x00','\xe0','\xf3','\xfb','\xe7','\xdb','\xf7','\x64','\x2b','\x8d','\x1c','\xf5','\x54','\x52','\x9c','\x2b','\x51','\xae','\x3e','\x9e','\x4c','\x81','\x47','\xed','\x8f','\xda','\x69','\xb3','\xb2','\xa7','\xb9','\xe3','\x1b','\x34','\xbc','\x81','\x1d','\x47','\x20','\xc0','\xca','\x27','\x9f','\x93','\x09','\x2f','\xb0','\xc9','\xc1','\x85','\x28','\x8d','\x9f','\x30','\xae','\x73','\xfb','\x05','\xdb','\x96','\x83','\x68','\x42','\x55','\x8a','\x27','\xd4','\xf3','\xc7','\x4c','\x94','\x71','\x82','\x77','\xe6','\x06','\x4f','\xb4','\xd0','\x34','\x7a','\x1e','\x92','\x01','\xf0','\x4c','\x36','\x72','\xc7','\x42','\x66','\xe0','\x3b','\x02','\xaf','\x51','\x78','\x3c','\x80','\x18','\x40','\x5a','\xe1','\x97','\x38','\xf1','\x5f','\xd7','\x27','\xfe','\x1c','\x2f','\xfc','\x39','\x02','\xfe','\xd3','\x57','\xbc','\x66','\xe1','\x2f','\x3f','\xff','\x09','\xff','\x1c','\x0b','\xbf','\xd4','\xc2','\x37','\x5c','\x78','\x39','\x80','\xc7','\x93','\xb4','\xa0','\x2f','\x3f','\xc1','\xf1','\xd8','\x82','\x02','\x31','\x06','\xcc','\x27','\xca','\x58','\x2d','\x3a','\x01','\x44','\xa8','\x87','\x07','\x60','\x7f','\x8c','\xa9','\x55','\x7c','\x1c','\xf4','\x37','\x36','\xe0','\xb5','\xf0','\xc4','\xcf','\xf7','\x99','\xed','\x04','\x0e','\x0d','\x3e','\xf4','\x70','\xc5','\x49','\x59','\xe0','\x27','\x13','\xc6','\x2a','\x20','\x97','\x7a','\x83','\x3e','\x81','\xb3','\x16','\xce','\x11','\x08','\x4f','\xd8','\x22','\x58','\x45','\xbf','\xe1','\x0a','\xfe','\xd8','\xfc','\x3d','\xe6','\xc0','\x74','\xf6','\xe9','\x64','\x2d','\x84','\xcb','\x7e','\x8c','\x03','\xd3','\x48','\xd5','\xfc','\xc4','\x89','\x17','\x5e','\x38','\xe6','\x81','\xa9','\x44','\x44','\x75','\x93','\x2d','\xd8','\x61','\xe6','\x78','\xfa','\x40','\x22','\x31','\x16','\x03','\xf9','\xab','\x1c','\xd3','\x9c','\xca','\x7a','\x3e','\xc9','\xcf','\xe8','\xb8','\x84','\x8e','\x84','\xbe','\x48','\x7b','\xc4','\xff','\xf8','\x9f','\x58','\x01','\xff','\xe5','\x3b','\xfb','\x03','\x13','\xa4','\x83','\x66','\xc1','\x72','\x29','\xde','\x2a','\x3c','\x7c','\xe2','\xcb','\xf1','\x13','\x8e','\xe7','\x81','\xf4','\xa2','\x32','\xd9','\x34','\x44','\x05','\xce','\xa2','\xc0','\x49','\xe5','\x92','\xff','\x5e','\xf4','\xd9','\x72','\xdc','\x73','\x1a','\xe6','\x30','\x78','\x25','\xae','\x75','\xe2','\xff','\xce','\x85','\x9f','\x8f','\x03','\x3f','\x7d','\xf9','\xc0','\x3f','\x3c','\x9e','\xb0','\xe1','\x38','\xe3','\x84','\x9d','\x0b','\xf0','\xc2','\x78','\x1a','\xc6','\x3f','\xfe','\x27','\x3c','\xbe','\x3a','\xae','\xcf','\xbf','\xe0','\xdb','\x9f','\xfe','\x84','\x3f','\xfd','\xe5','\x2f','\xf8','\xbf','\xfe','\xcb','\x5f','\xf0','\x0f','\xbf','\x7c','\xc1','\x3f','\xfe','\x6f','\xff','\x2b','\xfe','\x97','\xff','\xe5','\xff','\x85','\xff','\x67','\xfe','\x11','\x7f','\xfc','\xbf','\xbf','\x51','\xe8','\xc3','\x76','\x90','\xa1','\x54','\xde','\x28','\x0f','\xde','\xd5','\x95','\xed','\x6f','\x53','\xf4','\xcd','\xf6','\x2b','\x02','\x3a','\x7c','\x6e','\xf7','\x7a','\x87','\xe0','\x25','\x7b','\xc2','\x7d','\xde','\xaa','\xb3','\x01','\x3a','\xd4','\x21','\x11','\x0c','\x26','\x5f','\x60','\xd0','\x1d','\xc0','\xd8','\x94','\x11','\xfa','\x5a','\x08','\xc4','\x58','\x11','\x58','\x58','\x78','\xf8','\xc4','\xf4','\xc9','\x61','\xcb','\xb9','\xe0','\x99','\x78','\x4e','\xe0','\xe3','\xf9','\xc4','\xf3','\xeb','\x57','\x3c','\x1f','\x1f','\x98','\xd3','\x71','\x1c','\x8e','\xe7','\x1f','\x3e','\xf0','\x9f','\x3f','\xfe','\x1f','\xb8','\xcc','\x71','\x4e','\x60','\x3e','\x1e','\xf8','\xf2','\xc7','\x9f','\xf0','\xe5','\x1f','\xfe','\x80','\x3f','\xfe','\xf1','\x8f','\xf8','\xfa','\xf5','\x2b','\xe6','\xe3','\xe0','\x68','\x81','\xd7','\x85','\x5f','\xfe','\xdb','\x3f','\xe1','\xbf','\xfe','\xef','\xff','\x07','\xfe','\xcb','\xff','\xf1','\x7f','\xe2','\x4f','\xff','\xf4','\xcf','\x58','\xd7','\xc5','\x01','\xb2','\xac','\x24','\x20','\xe4','\x3b','\xcd','\x80','\x3d','\xae','\xa4','\xee','\xfe','\xc5','\x4d','\x39','\xce','\x66','\x7a','\x30','\x3e','\x74','\x1b','\x1a','\x9b','\xa1','\x21','\x20','\x6f','\xfd','\xfb','\xb7','\x71','\x07','\x2d','\x30','\x03','\x25','\xf4','\x17','\x01','\x67','\xc6','\x3e','\x59','\xb5','\x87','\x40','\x67','\xfe','\x96','\x1f','\xc2','\x01','\xf0','\xdc','\x3b','\xb1','\x9f','\x67','\xed','\xb5','\xa4','\x8a','\xa1','\x49','\x68','\x61','\xe0','\xf1','\xf8','\x40','\x24','\x10','\xe7','\x49','\x2f','\x9a','\xbc','\x8a','\x31','\x07','\x9e','\x8a','\x8b','\xce','\xf3','\x94','\x93','\x31','\x5d','\x97','\xdf','\xf7','\xca','\x7e','\x03','\xc6','\xf2','\x02','\xcd','\xe6','\x30','\x4c','\x73','\x0d','\x1c','\x37','\xc5','\xab','\x05','\xd8','\x3b','\x4c','\x75','\x7f','\xfd','\xb6','\x02','\x14','\x0c','\x2a','\xba','\x31','\x59','\x91','\x99','\xb0','\x08','\x05','\x23','\x1d','\xa0','\x2b','\x49','\xa2','\x63','\xe9','\x9c','\xfa','\x2d','\x40','\xdc','\xd0','\x3b','\x3a','\xc1','\xdc','\x19','\xbc','\xa9','\xbc','\x9f','\x52','\x17','\xe2','\x0c','\x03','\xdc','\x81','\xf7','\x0e','\xf4','\x6c','\xbf','\x2d','\x55','\x86','\xb8','\x06','\xcc','\x2e','\xb9','\x99','\x37','\x9a','\xab','\x06','\xe9','\x5b','\xd1','\xa7','\x13','\x30','\xdb','\x95','\xa8','\x2d','\x1d','\x5c','\x37','\xe7','\x7a','\xd3','\xf3','\x5c','\x21','\x4e','\xb5','\x72','\x54','\x2a','\xa8','\xbc','\x13','\x91','\x46','\x76','\xdd','\x5c','\xbc','\x3c','\x3a','\x94','\x1e','\x56','\xe5','\x75','\xf3','\x4d','\x9b','\xd2','\x67','\x0a','\x8a','\x37','\xb2','\xa4','\xfc','\xf1','\xbd','\x2f','\xa9','\x9a','\x32','\xa3','\xc0','\xca','\xea','\x2e','\x76','\x01','\xba','\xf7','\xb7','\xa4','\x8b','\x25','\xfc','\x7f','\xe7','\x67','\x01','\x94','\xf4','\xbd','\x73','\x13','\x1a','\x17','\xa5','\xfb','\xf5','\xc3','\x3d','\xe3','\xaf','\xba','\x67','\x7a','\x8d','\x4e','\xbc','\xf8','\x6f','\xaa','\x16','\xdd','\x41','\x7d','\x7f','\xde','\x3e','\x20','\x66','\xec','\x07','\x73','\x19','\x79','\x18','\xaa','\x39','\xd6','\xc8','\x8e','\xeb','\x01','\xd4','\xbe','\xfe','\xdc','\x9b','\x0c','\xdb','\x61','\xff','\xf8','\x1a','\xfb','\xf1','\x35','\x55','\x3b','\x34','\xe0','\x16','\x64','\x80','\x5a','\x4e','\x8e','\x7b','\xaa','\xc2','\xb8','\x26','\x38','\x0c','\xcf','\x76','\xe8','\x8e','\x46','\x95','\xbb','\x91','\x5c','\xe0','\xca','\xbf','\xe9','\x1e','\xde','\xab','\x58','\x30','\x57','\x95','\xe2','\x7f','\x9c','\xe0','\xdd','\xe9','\x10','\xaf','\xa6','\xab','\x42','\x91','\x49','\xe9','\x4c','\xe8','\xd9','\x2b','\xb8','\x6b','\x3e','\xb3','\xb9','\x68','\x30','\x19','\x3f','\x24','\xb3','\xf4','\xe9','\xda','\xdb','\x0a','\x0a','\xef','\x06','\x1d','\x81','\x13','\x60','\x1f','\x81','\xbc','\xc6','\x5d','\x9a','\x69','\xd4','\x4c','\xd7','\x94','\xd2','\xa1','\x01','\x6a','\x07','\xd9','\xa8','\xda','\x68','\x0f','\x83','\xaa','\xf1','\x66','\x30','\xa5','\xe4','\x24','\xf5','\x1d','\x4b','\x03','\x06','\x30','\x66','\x1b','\xe5','\x7b','\xcf','\xe7','\xa2','\xc7','\xbb','\xdb','\xdc','\x6c','\x1b','\x63','\x34','\x4f','\x5c','\xc9','\x82','\x55','\xd1','\x0a','\x97','\x33','\x70','\xf4','\x16','\x69','\x28','\x64','\xdc','\x8e','\xbd','\x54','\xfd','\x35','\xd1','\x5d','\x12','\x9d','\x5c','\xca','\xd4','\x14','\xb8','\x2e','\xa5','\x4a','\x96','\x1b','\x6c','\xb4','\x2d','\x73','\xa9','\xe8','\x90','\xea','\xc7','\x00','\x97','\xe2','\x04','\x80','\xf3','\xdf','\x4b','\x36','\x54','\xf4','\x5c','\x24','\xd5','\xe5','\x2c','\x80','\x91','\xac','\x8a','\x47','\x04','\x56','\x5c','\x3c','\x1b','\x4a','\x8c','\x90','\xad','\x58','\x29','\x8b','\x63','\x86','\xe1','\x54','\x3d','\x1b','\x83','\xef','\xbd','\xea','\xc2','\x75','\x5e','\x38','\xaf','\x4f','\x9c','\x55','\x5b','\x1a','\x3a','\x95','\xd8','\xa0','\x6e','\xaa','\xa4','\x99','\x28','\x54','\x65','\xa2','\x50','\x41','\x89','\x7c','\x6e','\xf9','\x51','\x5e','\x9e','\xa4','\x98','\x9d','\x7b','\x8b','\x98','\x26','\xd1','\x33','\x14','\xab','\x45','\xa6','\x9e','\xac','\xdb','\x3e','\x70','\xcf','\xa4','\xd6','\x72','\xca','\xd6','\xba','\x0d','\x35','\x58','\x9f','\x04','\x16','\xcc','\x88','\x34','\x0b','\xcc','\x2a','\x05','\xb4','\xec','\x67','\x92','\x5c','\xa9','\xa6','\x91','\xf7','\xfb','\xaf','\xf5','\x5e','\xed','\x28','\x5c','\x2b','\x70','\xd5','\xc9','\x79','\x47','\xa2','\x6f','\xae','\x5c','\x78','\x9d','\x27','\x72','\x05','\x6c','\x05','\xce','\xd7','\x0b','\xaf','\x17','\x7b','\x1f','\x0a','\x1c','\x82','\x1d','\xe3','\xff','\x47','\xdb','\xbf','\x3e','\x49','\x92','\x24','\x57','\xbe','\xd8','\x4f','\xcd','\xcc','\xdd','\x23','\x22','\x33','\xab','\xaa','\x7b','\xde','\x00','\xb1','\xc0','\xee','\xf2','\x2e','\x97','\xf7','\xae','\xec','\xde','\x0f','\xf7','\x0a','\x85','\x42','\x21','\x85','\xff','\x3f','\x29','\x14','\xf2','\x03','\x85','\x17','\x24','\xb1','\xc4','\x02','\x98','\xc1','\xf4','\x74','\x57','\x57','\x55','\x56','\x66','\x46','\xb8','\x9b','\x99','\x2a','\x3f','\xa8','\x9a','\x47','\x54','\x75','\xf5','\x60','\x66','\x00','\x04','\x50','\xd3','\x55','\x99','\x11','\xe1','\x2f','\x7b','\xa8','\x1e','\x3d','\xe7','\x68','\xa7','\x24','\xfd','\x4c','\x87','\x93','\xc2','\x39','\xeb','\x1a','\x34','\xf8','\xab','\x93','\x72','\x09','\xea','\xa5','\xee','\xb1','\x01','\x11','\x50','\xbb','\x93','\x63','\x66','\x6b','\x1b','\x34','\xf5','\xf7','\x96','\xb4','\xd3','\x63','\x6e','\x01','\xb2','\xde','\x5a','\x5c','\x1f','\xec','\x66','\x03','\x29','\x93','\x73','\x61','\x9a','\xb2','\x9f','\x43','\xce','\xa8','\x35','\xcc','\x42','\x3c','\xe9','\x6f','\x8e','\x63','\x5f','\xf7','\xaa','\x1e','\x49','\xa0','\x10','\x8d','\x15','\xc5','\x03','\xb7','\x94','\x70','\x27','\x33','\x1b','\xe3','\x9f','\x3d','\x50','\xb4','\xd8','\xa9','\x07','\x8d','\xc7','\xfa','\x40','\x5a','\x47','\x40','\xe2','\xcf','\xd3','\xef','\x40','\xda','\x03','\x9e','\xe8','\x5a','\xb1','\xa3','\xa5','\x8a','\xf7','\xe0','\x69','\x62','\x9c','\xcd','\x29','\x77','\x76','\x3c','\x22','\xf3','\x91','\xa7','\xde','\xd0','\xcd','\xb8','\x9c','\x85','\xa7','\xb6','\xf2','\xde','\x36','\x9e','\x4c','\x79','\x11','\x6f','\x02','\x79','\x91','\xce','\xc7','\xa4','\xbc','\x4c','\x85','\x3e','\x1d','\xc1','\xba','\x37','\xa8','\x15','\x43','\x8b','\xb0','\xdc','\xdd','\xb1','\x94','\x7b','\x0f','\x2c','\x55','\x5d','\x08','\x5d','\x26','\x72','\xca','\x9c','\x6b','\x65','\xbd','\xac','\xa8','\x42','\x99','\x96','\x2b','\x78','\x6a','\x99','\x84','\xd3','\xe6','\x52','\x2e','\xae','\xd5','\x21','\x23','\xd6','\x20','\xdc','\x53','\xc7','\x33','\x50','\x22','\x60','\x32','\x6f','\x4a','\xbb','\xb5','\xca','\x30','\x0c','\x90','\xe4','\x14','\xba','\xae','\x9d','\x5a','\x95','\xba','\x6e','\x28','\x8d','\x7c','\x12','\x4a','\x29','\x68','\xf2','\x38','\x63','\x24','\xf8','\xa1','\x72','\x24','\xa7','\xc4','\x32','\x2d','\xcc','\xd3','\xec','\x00','\x8a','\x12','\x31','\x86','\x6b','\x92','\xa6','\xec','\x4d','\x7e','\xab','\x28','\x25','\x27','\x8e','\xcb','\x91','\xd3','\xe1','\xc0','\x34','\x7b','\x42','\x53','\x5b','\xe3','\xbc','\x6d','\x6c','\xdb','\x8a','\x36','\x1f','\x5b','\xb5','\x55','\xd8','\x36','\xb6','\xb5','\x42','\xb0','\x15','\x94','\xee','\x74','\x2a','\xf1','\xf5','\xb3','\x2a','\x51','\x25','\xf4','\xd5','\x3f','\xe5','\x44','\x9e','\x0a','\x65','\x9a','\xdc','\x30','\xa0','\x79','\x72','\x7f','\x58','\x0e','\xee','\x86','\xd5','\x36','\xd7','\x1e','\x99','\x52','\x52','\xa1','\x84','\x71','\x05','\x18','\x08','\x28','\xa1','\x3d','\xa4','\x47','\x45','\x2a','\x2a','\x51','\x5d','\xa9','\xaa','\x3b','\xd0','\x70','\x28','\x33','\xc7','\xc5','\xa9','\x7d','\x7d','\xab','\xd4','\xcb','\x46','\x63','\xa5','\x66','\xe1','\x58','\x12','\xb6','\x4c','\x74','\x8c','\x5a','\x0d','\xba','\x27','\xc9','\x33','\xca','\x92','\x61','\xb9','\x3b','\x31','\x9d','\x66','\xe6','\xd3','\x91','\x97','\xe3','\x81','\xf3','\x87','\x47','\xde','\xd7','\xca','\xf6','\xdd','\xf7','\x3c','\x25','\x63','\xca','\x07','\xbe','\xfe','\xc9','\x6b','\x72','\xed','\x24','\x6d','\xd4','\xb5','\xb2','\x6d','\x15','\xad','\x9b','\xaf','\x7b','\xb2','\x47','\x30','\x8c','\x0d','\x50','\x51','\x6f','\xb0','\x2d','\x63','\x9b','\x72','\x41','\x40','\x56','\x1f','\xeb','\xd7','\xed','\xd9','\xf6','\x91','\x3e','\xe2','\x04','\x8b','\x6d','\x2d','\x0d','\x50','\x00','\x8b','\x0a','\x77','\x80','\x81','\xc0','\x35','\xd0','\x08','\xa0','\x7e','\x24','\x14','\x66','\x61','\x44','\xa4','\xe8','\x14','\xb4','\x33','\x53','\x5a','\x38','\x34','\x3a','\x78','\x76','\xe4','\x70','\x38','\xf0','\xea','\xe1','\x35','\x6b','\xbd','\x70','\x69','\x17','\x7e','\xf5','\xab','\x9f','\xf3','\x67','\xff','\xfe','\xaf','\xc8','\x5f','\x7d','\x45','\x3b','\x2e','\x9e','\x00','\x64','\x48','\x25','\x91','\xf2','\x04','\xcb','\xec','\x7f','\xf2','\x0c','\xe7','\x95','\xd7','\xf3','\x44','\x7f','\x79','\xe6','\xf1','\xed','\x3b','\xde','\x9b','\x33','\x09','\x72','\x4e','\xec','\x46','\x3e','\xe0','\x6b','\xf1','\x3e','\xd3','\x07','\xa0','\x38','\x40','\x7a','\x5f','\x47','\x77','\x73','\x01','\x02','\xd0','\x1f','\xf1','\x8a','\x8e','\xdd','\x57','\xe2','\x7b','\x7c','\x6d','\xb2','\xd8','\x6b','\x02','\xbd','\xdc','\xbf','\xc7','\xf7','\x60','\x4f','\x30','\x76','\xa9','\x0f','\x57','\x32','\xd1','\x7e','\x7f','\xf7','\x7b','\x7c','\x05','\x59','\x7a','\x6b','\xdc','\xbe','\xd2','\x0e','\x30','\x26','\x52','\xf6','\xc4','\x6c','\x99','\x16','\x5a','\x6f','\x9c','\xeb','\x68','\xc6','\xeb','\xfb','\xf1','\x84','\xb7','\x48','\x48','\xc9','\xfb','\x58','\xe9','\xa8','\x0a','\xec','\xba','\xe0','\x38','\x5e','\x72','\x50','\x42','\x8d','\x1d','\x00','\x16','\xc4','\x1b','\x0e','\xc7','\xf9','\x0d','\xa7','\xe6','\x4f','\xd9','\x3b','\xd7','\xd7','\x0f','\x12','\xa0','\x74','\xd9','\x58','\xba','\x7a','\xc7','\xe0','\x70','\x4a','\x69','\x05','\x5a','\x72','\x34','\x26','\x37','\x73','\x2d','\xcc','\xfe','\x89','\x9b','\xe0','\x2d','\x22','\x1c','\x83','\x10','\xce','\x5f','\xb3','\x69','\x02','\x75','\xed','\xc1','\x3f','\x4f','\x64','\x2f','\x99','\x05','\x70','\x25','\x43','\xeb','\x02','\xe1','\x62','\x11','\xf4','\xaf','\x3d','\x23','\x1a','\xff','\x19','\x04','\x0d','\xf6','\x0a','\x86','\x20','\x8e','\x6a','\xe8','\x40','\x6b','\xe2','\x51','\xa5','\x21','\xe4','\xf5','\x87','\xab','\x84','\x63','\x16','\xfe','\x00','\xa6','\x29','\x36','\xd3','\xd8','\xb0','\x06','\x9a','\xbb','\x27','\x69','\x72','\xa5','\xa3','\x30','\x12','\xbf','\x64','\x91','\xe1','\xf6','\xbd','\x12','\x36','\x50','\xa7','\x94','\xbc','\x51','\x66','\x8d','\xee','\xeb','\x63','\x3a','\x26','\x09','\xeb','\xc5','\x31','\x0b','\x7d','\xd9','\xe6','\xc7','\x74','\x49','\x3a','\x02','\xbc','\x9b','\xc4','\x6f','\x50','\xda','\xdc','\x8d','\x2a','\x50','\xba','\x7f','\xe6','\xb1','\x46','\x19','\xd7','\x63','\xe5','\x81','\x8a','\x13','\x7e','\xee','\x72','\x73','\xcd','\x81','\xf2','\xff','\x91','\xd7','\xec','\x2c','\xa8','\xa1','\x27','\x19','\xc1','\x7c','\x7c','\xef','\xad','\xb8','\x1e','\xbb','\x56','\xdb','\x90','\x1d','\x79','\xd9','\x91','\x7a','\xae','\x5a','\xb0','\x51','\x88','\xb2','\x78','\xae','\x22','\xa3','\xfa','\xe3','\x49','\x58','\xdf','\x17','\xb4','\xb6','\x7f','\xc6','\xf3','\x13','\xe1','\x66','\x70','\xe0','\x67','\xd6','\xa3','\x42','\x92','\xf7','\x95','\xb2','\xd7','\x4e','\xa3','\xfa','\x90','\xe9','\xde','\x34','\x2e','\x87','\x82','\x6e','\x84','\xf3','\xfb','\xf8','\xfa','\x23','\xaf','\xe1','\x9a','\x80','\x04','\x4d','\x2b','\x16','\xf9','\x3f','\x3a','\xc1','\x93','\xb0','\xa3','\x36','\x90','\x5c','\xbc','\x5a','\x39','\x54','\x7e','\x22','\x10','\x8d','\x4b','\x75','\x07','\x00','\xf4','\xa6','\x0f','\x72','\x4c','\x38','\x1b','\x5f','\x6f','\xfb','\x2a','\xe6','\x40','\x93','\x53','\x01','\xc4','\x40','\x4a','\x72','\x6b','\x5f','\xbb','\xd2','\x2d','\x7b','\xcc','\xbd','\x21','\xee','\xf7','\x75','\x4b','\x18','\xbd','\xd5','\xd3','\xf8','\x22','\xa2','\xa3','\xb3','\xbf','\x39','\x2a','\xc8','\xd1','\xc1','\xde','\x04','\xb1','\x05','\xe4','\xe0','\x54','\xdb','\xd0','\xfd','\x25','\x29','\xe4','\x94','\xf7','\xc0','\x57','\x7a','\x75','\x37','\x98','\xfd','\x79','\x7b','\xd2','\x22','\x92','\xc2','\x32','\x14','\x47','\x94','\x44','\xd1','\x70','\x63','\xd3','\x6e','\x10','\xc6','\x27','\x22','\x7e','\xfe','\x49','\x20','\x85','\xc8','\x3c','\x1b','\xe1','\x7a','\xe6','\xe8','\x51','\xce','\x8e','\x86','\x27','\x71','\x5a','\x09','\x01','\x20','\x5c','\x13','\x37','\x21','\x95','\x44','\xb6','\x48','\x0b','\x42','\xdb','\x52','\xc3','\x85','\x4b','\x5b','\xd0','\xe4','\x24','\x91','\x4b','\x61','\x12','\x28','\xdd','\xb0','\xad','\x79','\x10','\xa5','\xbe','\x71','\xfa','\x86','\xeb','\x89','\x85','\x44','\x96','\x35','\xaa','\xa5','\x22','\x86','\x15','\xdd','\x1f','\x45','\x8d','\xa0','\x58','\x55','\x90','\x35','\xaa','\xe3','\xa1','\x2d','\xa4','\xbb','\xe5','\xbc','\x53','\x22','\xbc','\x17','\xd9','\x3c','\x15','\x5f','\xbf','\x34','\x01','\xc5','\x51','\xe6','\x48','\x86','\xc6','\x58','\x17','\x1f','\x8c','\xf1','\xbb','\x21','\x48','\x0d','\x1a','\x47','\x24','\xe5','\x16','\xc9','\xe6','\xe8','\x29','\x34','\x4c','\x82','\x19','\x09','\xa4','\x19','\xda','\x21','\xa7','\x00','\x97','\x50','\x17','\xd5','\x77','\x76','\x9a','\x43','\x29','\x39','\x9c','\xc4','\x72','\x98','\x26','\x84','\x23','\x9a','\xb2','\x57','\xe6','\x4d','\x95','\xb6','\x55','\xdf','\xe0','\x53','\x76','\x44','\x3f','\xdc','\xd1','\x86','\xce','\x18','\x22','\x59','\xad','\x3e','\x5e','\x52','\x99','\xa8','\x5b','\xe3','\xc3','\xd3','\x23','\xb5','\x35','\xe6','\x65','\xa2','\x4c','\x05','\x6b','\xa0','\x9b','\x92','\x6c','\x66','\x2a','\x85','\x24','\xa1','\x9f','\xa8','\x8a','\x36','\xe8','\x39','\x9a','\x6b','\x8f','\x64','\x58','\x5c','\xa7','\xb1','\x5b','\xbd','\x1a','\xd1','\x5f','\x47','\x31','\x99','\x02','\xad','\x77','\x91','\xb3','\x83','\x18','\xe0','\xbb','\x80','\x5f','\xc3','\x3c','\x2f','\xb1','\xee','\x48','\x50','\xc5','\x7c','\x7c','\x1b','\x40','\x2e','\x24','\x31','\x12','\x19','\xed','\xe6','\x81','\x74','\x04','\x9d','\x39','\x09','\x25','\x17','\xa6','\xe2','\xd4','\x3d','\xd7','\xae','\x6d','\x3e','\x4f','\x92','\xd3','\xa8','\x06','\x4a','\xed','\xe3','\xa3','\x62','\x92','\x51','\x39','\xa1','\xea','\x3d','\x51','\x7a','\x6f','\x71','\x2f','\x1d','\x45','\x6d','\xe6','\xc1','\x70','\x92','\x44','\xd3','\x1e','\x4e','\x72','\x86','\x4a','\xf1','\xcf','\x0e','\x9b','\xf2','\xa2','\xa4','\xb2','\x91','\xcd','\xab','\x82','\xd9','\xc2','\xf1','\xab','\xcb','\x0e','\x6e','\x98','\x4a','\xa0','\xdc','\x7e','\x1d','\x2d','\x27','\xaa','\x08','\xcf','\xa9','\x73','\xb1','\xc4','\x45','\x32','\x55','\x13','\xf9','\xfe','\xa7','\x6c','\x72','\xc7','\x87','\x97','\x77','\xbc','\x68','\xe3','\x9c','\x12','\x7a','\x3a','\x51','\x4f','\x6f','\x38','\x4f','\xf0','\x11','\x61','\x9d','\x60','\x15','\xa1','\x66','\x41','\x43','\xc3','\x93','\x5a','\xe7','\x28','\x41','\x61','\xcc','\xee','\xb2','\x96','\xa5','\x30','\xcd','\x47','\xd2','\x94','\x31','\x29','\xd4','\x66','\xbc','\xd4','\x8e','\x54','\x23','\x77','\x3c','\xe1','\xd5','\x89','\x1c','\x34','\x5e','\x4f','\xeb','\x1a','\xb9','\x76','\x72','\xda','\xc8','\xc9','\x9b','\x9d','\x5e','\x3c','\x9b','\x60','\xb0','\x31','\xc7','\x83','\x1d','\xbd','\xd2','\x7a','\x68','\xc3','\x44','\xdc','\xa9','\x33','\xa7','\x1c','\xd4','\x18','\x28','\x13','\xe4','\xc9','\xe7','\x5e','\x22','\xc1','\xe6','\xe6','\x4b','\xbd','\x75','\x07','\x24','\xc4','\x91','\xfb','\x69','\x5e','\x58','\x96','\x99','\xe3','\xf1','\xc4','\x61','\x39','\x78','\xa8','\x97','\x85','\x32','\x39','\x40','\x51','\xca','\xc4','\x61','\x9a','\x48','\xb9','\xf0','\x68','\x1b','\xef','\xaa','\x9f','\x1f','\x92','\xb8','\xa8','\x27','\x16','\xdb','\xd6','\x78','\xd9','\xce','\xbc','\xbc','\x9c','\xd9','\xb6','\xea','\x95','\x7b','\x1c','\x88','\xa8','\x6a','\x20','\x83','\x4e','\xec','\xf3','\xb7','\x24','\xaf','\xe0','\xac','\xeb','\xc6','\xf9','\x7c','\x41','\x55','\x29','\xa5','\x70','\x3c','\x1e','\x59','\xca','\xc1','\xd7','\x2b','\x80','\x59','\xc8','\xd3','\xe4','\xc2','\xf3','\xee','\x3d','\x93','\x9a','\x75','\x52','\x2a','\x94','\xc3','\xcc','\x3c','\x9f','\xa8','\x9b','\x70','\x5e','\x57','\xce','\x97','\x95','\x4b','\xad','\xb4','\xd1','\x3a','\x20','\x27','\x24','\x4f','\xbb','\xc9','\x83','\x5a','\x42','\x9a','\x71','\xca','\x33','\x77','\xc7','\xd7','\x4c','\x87','\x03','\xd2','\x94','\xb5','\x3d','\xb3','\x6e','\x9d','\x34','\xad','\x4c','\xfa','\x82','\xd4','\x0c','\x8b','\xb0','\xe4','\x99','\x7c','\x98','\x9d','\xa2','\x3c','\x65','\x58','\xcf','\xcc','\x4d','\x59','\x30','\xb2','\x2a','\xc8','\xcc','\x6c','\x85','\x39','\xcd','\x5c','\x5e','\x9e','\xa9','\x97','\xca','\xf7','\xff','\xed','\x2d','\xff','\xcb','\xf1','\xc0','\xdb','\x57','\xf7','\x9c','\x1e','\x0e','\x9c','\xe4','\xc0','\x74','\xa9','\xe8','\xd3','\x33','\xa9','\x75','\x16','\x15','\x5e','\xcd','\x47','\x66','\x13','\xb6','\xf3','\x93','\x27','\x1e','\x78','\xb5','\xb1','\x27','\x9f','\xd3','\xbd','\x40','\x9b','\xa1','\x54','\x61','\x59','\x9d','\x05','\x30','\xb0','\x2f','\x0f','\x7d','\x3c','\x76','\x6c','\x44','\x18','\x94','\x9d','\x16','\x2e','\x29','\x79','\xdc','\xd9','\xcd','\x5b','\x12','\xd0','\x49','\xd5','\xd7','\xa6','\x56','\x84','\x4b','\x11','\x0a','\xb8','\x21','\x4e','\xef','\xb0','\x35','\x92','\x1a','\x05','\x71','\xad','\x57','\x2a','\x24','\x33','\xe6','\xe4','\xfb','\x5c','\x57','\xa5','\x5a','\x63','\xb3','\x46','\xc3','\xd0','\x09','\xa6','\xbb','\x7b','\x58','\x5e','\x21','\x6f','\x5e','\x51','\x4b','\xa6','\x4c','\x99','\xc3','\x61','\x86','\x5c','\xf6','\x20','\xc6','\x6a','\xf3','\x26','\xd2','\x4f','\x17','\xb0','\x06','\xcf','\x2f','\xf4','\x6f','\xdf','\xd2','\x9f','\x9e','\xc9','\x6d','\x23','\x9b','\x57','\xd4','\xe6','\x79','\xc2','\x30','\xba','\x38','\xd0','\xa3','\xd6','\x9c','\x01','\x1e','\xe0','\x91','\x45','\x1c','\x66','\x62','\xae','\xbb','\xc6','\xef','\x81','\xdf','\x0b','\x83','\x88','\x83','\x8a','\x8c','\x5e','\x68','\x41','\x01','\x37','\x0b','\x20','\xeb','\x1a','\xef','\xa6','\xe1','\xe8','\xaa','\x9d','\xdb','\x08','\x3f','\xb6','\x10','\x27','\x70','\x84','\xb6','\x4c','\x22','\xe9','\xb0','\x58','\xdb','\x4d','\x88','\x44','\xd0','\xbf','\xbb','\xf8','\xa6','\xe8','\xe7','\x17','\xb9','\xcb','\x88','\xfe','\x10','\x8f','\x63','\x6b','\xbd','\xc4','\x1e','\xe6','\x89','\x0f','\x83','\x36','\x6f','\x9d','\xbe','\xa9','\x4f','\x68','\xf5','\x7e','\x76','\xc3','\x5c','\x66','\xb0','\xba','\x24','\x40','\x20','\x41','\xb0','\x9e','\xdd','\x38','\x01','\xe1','\x8c','\xf7','\x15','\x2b','\x61','\x2c','\xa2','\x29','\xb1','\x66','\x63','\xd3','\x4f','\x13','\xb2','\xf1','\xfa','\x41','\x02','\x54','\xba','\x30','\x29','\x7e','\x52','\x36','\x02','\x9e','\x08','\x41','\x23','\x59','\xe0','\x86','\xbb','\x2f','\x21','\x08','\x13','\xf1','\x2e','\xdb','\x23','\xd0','\xf4','\xfb','\x13','\x41','\xfb','\x58','\x95','\x02','\x69','\x18','\xce','\x6b','\x9a','\x6d','\xd7','\x1c','\x8d','\x72','\x15','\x91','\xd0','\xec','\x7b','\xf7','\xed','\x7f','\xe3','\xf7','\x0e','\x5a','\x47','\xe9','\x2f','\x06','\xa2','\x57','\x3e','\x06','\x1a','\xef','\xc7','\x1c','\xdf','\xd3','\x07','\xc2','\x15','\x76','\xc2','\x83','\xff','\x9d','\x43','\x94','\x78','\xed','\x51','\x72','\x7b','\x30','\x0f','\xf4','\x1d','\x4d','\xbe','\x9e','\xc8','\x40','\x25','\xd4','\xf6','\x7a','\x46','\xfc','\xcc','\x93','\x24','\xc5','\x75','\x25','\x55','\x47','\x30','\xee','\x81','\x60','\x4e','\x2e','\x3e','\x8c','\xa2','\x2b','\xc3','\xb0','\xe0','\xf7','\xeb','\x92','\xc6','\xd9','\x5c','\xc5','\xaf','\x8e','\xf0','\x3a','\x45','\xe6','\x4f','\x3e','\x96','\x39','\x85','\xa8','\x5b','\xd0','\x61','\x88','\x49','\x19','\x37','\x79','\x38','\xe0','\xfd','\xa9','\xd7','\xcc','\xcd','\x79','\x8c','\x64','\xec','\xca','\xba','\x8d','\x7b','\x19','\x0b','\xd4','\x9e','\xfc','\x8e','\xe8','\x4f','\x7c','\x83','\x0f','\x67','\x82','\x40','\xa8','\xa2','\xe9','\xeb','\x28','\xf9','\xda','\x95','\x7a','\xe6','\xee','\x66','\xa3','\xaa','\xf5','\xe5','\xcf','\x48','\x20','\x25','\xc3','\xa9','\x8f','\xfd','\x2c','\xc2','\xd9','\x4e','\xc2','\x79','\x2a','\x16','\x05','\x0d','\xfd','\x02','\xd2','\xb1','\xe6','\xbd','\x1c','\xd2','\x70','\x7c','\xb9','\xde','\x96','\x3f','\xe1','\x1a','\x64','\x4f','\x92','\xe8','\x19','\x4b','\x8e','\x6c','\xfc','\x73','\x12','\xbc','\x64','\x50','\xca','\x08','\x57','\x63','\x3e','\x70','\x8d','\x04','\x7a','\x04','\xda','\xb7','\xc7','\x18','\x8f','\xc2','\x9f','\x49','\xd0','\xd9','\xc6','\xbd','\x1c','\x0b','\xb4','\x44','\x25','\x20','\x16','\xa5','\x1c','\xf3','\xa8','\x8f','\xe4','\x6f','\x5f','\x00','\xaf','\x0d','\x18','\xd3','\xb0','\xa2','\x0e','\x64','\x6e','\x7f','\x9f','\x4f','\xbe','\x98','\x53','\x06','\x92','\x48','\xf9','\x80','\xa4','\x09','\xd5','\x1a','\x63','\x3b','\x63','\x9a','\xe9','\x26','\xd1','\x63','\x41','\xd1','\xe6','\xd5','\x81','\x9b','\x38','\x1c','\x23','\xc6','\x95','\x88','\xf7','\x8d','\xc0','\xc7','\x43','\xca','\x29','\xe8','\x65','\x5e','\x09','\xf5','\xfb','\xa7','\xfe','\xfd','\x92','\x62','\x1d','\x1d','\x82','\xfb','\xa0','\xb9','\x89','\x07','\x7e','\x39','\x47','\x05','\x3b','\x16','\xf3','\x7d','\xdc','\x8c','\x79','\xa4','\xec','\xbd','\x23','\x34','\x1a','\x32','\x6a','\x68','\x22','\x2c','\xaa','\xa3','\x82','\x8b','\xac','\x15','\x43','\x36','\x41','\x5a','\x72','\x2a','\xd4','\x6e','\x38','\x10','\xce','\x34','\xc9','\x93','\xb6','\xbd','\xa7','\x4b','\x5c','\xd4','\xde','\x8b','\xcb','\xae','\x1d','\xcb','\xc5','\x12','\xa2','\x09','\xad','\x8d','\x3e','\x5c','\x16','\x47','\xe2','\x1a','\x09','\xa8','\x19','\x2e','\xfa','\x8f','\x0a','\xb1','\xc4','\x33','\xbb','\xe2','\x84','\x31','\x87','\x5b','\x8f','\x67','\xe4','\x49','\xf6','\xd5','\x34','\xdc','\x3f','\xa3','\x39','\xd1','\x5b','\xdb','\x8b','\x7c','\xb7','\x33','\xc5','\x02','\x83','\xf3','\xe0','\xcc','\x2b','\x5d','\x65','\xac','\xb5','\xea','\x68','\xbb','\xa0','\x71','\x5d','\xb2','\x23','\x80','\x7d','\x50','\x9b','\xad','\x23','\x2d','\x21','\x91','\xfc','\xa9','\x1a','\x7d','\x0b','\x2d','\x69','\x06','\x8a','\x61','\x85','\xe8','\xf9','\x31','\xee','\x85','\x8f','\xc7','\x5a','\x7d','\xdd','\x9a','\xc5','\x2b','\x59','\xeb','\xd6','\x68','\xad','\x51','\xe6','\x05','\xef','\xed','\xd6','\x98','\xf2','\x44','\x2a','\x89','\x6e','\xde','\x1d','\x7d','\x65','\xf3','\x5e','\x4e','\x51','\x9d','\x91','\x30','\xc6','\x91','\x41','\x49','\xb4','\x0c','\x96','\x77','\x5d','\xa0','\xd0','\x51','\x4b','\x7e','\x0b','\x2d','\x3a','\xc0','\x5b','\x86','\xec','\x20','\x09','\xdd','\x2b','\x21','\xa0','\x94','\x32','\x7b','\xb0','\xa8','\xd7','\xc4','\xdc','\x46','\x27','\x8e','\xec','\xf3','\xbb','\x94','\x09','\x09','\x4c','\x45','\xb3','\x6f','\xe0','\x3e','\x16','\x8d','\x5a','\x1b','\xb4','\xc6','\xa0','\x8d','\xc7','\xa0','\x8d','\x89','\xd9','\x9d','\x75','\x30','\x36','\x39','\x32','\xc6','\x14','\xcf','\xd2','\x03','\xbc','\xbd','\xa9','\x27','\xd1','\xff','\xc7','\xbc','\xba','\xa4','\x79','\x18','\xfd','\x78','\x0d','\x4f','\x25','\x87','\x2e','\xd6','\x07','\x4d','\x12','\xaf','\x92','\x64','\x26','\x0f','\xde','\xf7','\xe3','\xfb','\xfc','\x52','\x33','\xea','\x56','\xa1','\x14','\xe6','\x87','\x13','\x52','\x32','\x97','\xba','\xf1','\xfe','\x72','\xe6','\xb9','\x80','\x1c','\x8f','\xe4','\xc3','\x89','\xf3','\xf3','\xcc','\xfb','\xe7','\xca','\x73','\xcf','\xac','\x39','\x51','\x4f','\x33','\xf9','\xcd','\x3d','\xf6','\xea','\x01','\x3b','\x08','\x5a','\x12','\x8d','\x4a','\x47','\xb0','\x64','\xb4','\x55','\xa9','\x97','\x95','\x4d','\x5c','\xe3','\x71','\x98','\x8f','\xa4','\xb2','\x78','\xc5','\x9d','\x44','\x99','\x17','\xf2','\x3c','\xd1','\xd5','\xa8','\x5b','\x67','\xdb','\x1a','\xbd','\x0b','\x29','\x2f','\x98','\x25','\x7a','\x75','\x6d','\x8c','\xaf','\x27','\x1d','\xe9','\x8d','\xdc','\xa3','\x07','\x93','\x74','\x34','\x65','\x5a','\x59','\xb0','\x0c','\x8d','\xb6','\x8b','\xb4','\x7d','\xcb','\x57','\x24','\x39','\xba','\x93','\xb2','\x03','\x59','\x29','\x18','\x1d','\x49','\x8c','\x54','\x7c','\x6f','\x90','\xe4','\x88','\x7f','\x69','\x33','\xc9','\x0a','\xf9','\x98','\x49','\x81','\xf4','\xe7','\x94','\xc9','\xf3','\xc4','\x74','\x98','\xc9','\x39','\xef','\x74','\xca','\x52','\x32','\x79','\x2e','\xe4','\xc9','\x11','\x6d','\x95','\x8d','\x4b','\x6b','\x58','\x15','\xde','\xb7','\xca','\x37','\x97','\xb3','\x37','\xfe','\x8c','\xfe','\x5d','\x06','\x48','\xf5','\xb1','\xdb','\x6a','\xf5','\xaa','\x8b','\x79','\x85','\xde','\x03','\x55','\xc1','\xcc','\x69','\x72','\x03','\x34','\xf0','\x0a','\x98','\x2f','\xbe','\xcb','\xc9','\x11','\xf1','\x5c','\x0a','\xb9','\xb8','\xa1','\x4d','\xed','\x5b','\x68','\xb3','\x94','\x5c','\x33','\x25','\x2f','\xb8','\x2c','\xc1','\xf7','\x86','\xae','\xca','\x79','\x5d','\xa9','\xd5','\xd8','\x6a','\x62','\x33','\x83','\xec','\x01','\xf9','\x5c','\xee','\x10','\x11','\xb6','\xde','\xdd','\x68','\x25','\x9a','\xf7','\xea','\x00','\xb1','\xf2','\x4c','\x5e','\x4e','\xe4','\x3c','\xd3','\xea','\x8a','\xca','\x44','\x29','\x47','\x9a','\x3e','\x73','\xbe','\x3c','\xe1','\x0d','\x8f','\x2b','\xe5','\x70','\xe2','\x38','\x2d','\xcc','\x53','\x66','\x92','\x23','\x69','\x12','\xd2','\x5a','\xb1','\xcd','\xfb','\xdf','\xa4','\x39','\x71','\x57','\x32','\x87','\xc3','\x89','\xf3','\xcb','\x0b','\xcf','\x4f','\x8f','\x5c','\x1e','\x3f','\xf2','\x9b','\x77','\x4f','\xfc','\xbf','\x9f','\xdf','\xf3','\xe6','\x74','\xe4','\xa7','\xcb','\x03','\x3f','\x2b','\x07','\xbe','\x2a','\x13','\x77','\x8b','\x90','\x56','\x77','\x73','\x9c','\x55','\x38','\x30','\x81','\x75','\x5a','\xea','\xa8','\x24','\x36','\xf1','\x4d','\xaf','\x25','\x73','\xba','\x22','\xa0','\x0d','\x52','\x97','\xb0','\x21','\x77','\xf0','\x6f','\x98','\x47','\x98','\xb8','\x4d','\x7d','\x53','\xa5','\xd3','\x3d','\x01','\x0f','\x5b','\x65','\xf0','\x24','\x62','\x49','\x0e','\x22','\x54','\x31','\x9a','\x44','\xc5','\xd8','\x80','\x16','\xcc','\x11','\x73','\x3d','\x49','\x09','\xd7','\xb1','\xa1','\xc9','\x2e','\xc1','\x6a','\x68','\x08','\x15','\x65','\xa3','\xb2','\xf5','\x86','\x4c','\x0b','\xdb','\x9c','\xf8','\xe6','\xf1','\x03','\xef','\x9f','\x9f','\x38','\xfe','\xe3','\xaf','\x99','\x97','\x19','\xcb','\xe9','\x0a','\x6c','\xc6','\xde','\x29','\xaa','\xe4','\x7a','\x41','\x9e','\x2f','\x6c','\x2f','\x2f','\xbc','\x3c','\x3d','\xf3','\xf8','\xe1','\x91','\xbe','\x9d','\xe3','\x1e','\xe7','\x4f','\x12','\x89','\xb1','\x9f','\x26','\x1d','\x91','\x17','\x98','\xa6','\x6b','\x62','\x12','\x6b','\x44','\xc3','\x41','\xd4','\xee','\xfc','\x06','\xdc','\x34','\x7e','\x7c','\x3c','\x12','\x6f','\x70','\x03','\x85','\xf1','\xa5','\x11','\xc7','\x5f','\xa3','\x3e','\xdb','\x01','\xcd','\xc1','\x72','\x21','\xf6','\xd6','\x5d','\xb3','\xa8','\x57','\xad','\xb0','\x9a','\x38','\x7d','\x5d','\xd8','\x35','\xa7','\x23','\xea','\x1b','\x94','\xda','\xfd','\xf0','\x7b','\x92','\x15','\xa6','\x05','\xc1','\x20','\x72','\xf5','\xc6','\x90','\x1b','\xdc','\xd0','\xa4','\x2d','\x40','\x79','\x1b','\x45','\x09','\x8f','\x83','\x53','\xb2','\xb0','\xb1','\x17','\x77','\x26','\x34','\xa3','\x99','\xb2','\x0d','\x16','\x8b','\x18','\x2b','\xde','\xab','\xf2','\x4b','\xaf','\x1f','\x26','\x40','\xf3','\x0c','\xb5','\xd2','\x4c','\xe9','\xad','\x52','\x75','\xa3','\x26','\xa1','\x65','\x0f','\x9c','\xf3','\xe6','\xcd','\xfa','\x2c','\xc9','\xee','\xb6','\x92','\x52','\x1a','\xa6','\x33','\x3b','\x3f','\x50','\xe3','\xc6','\xa4','\x58','\x5c','\x24','\x22','\xd6','\x3d','\x90','\xc5','\xbd','\xed','\x87','\xba','\x7b','\x04','\xa7','\xbb','\xa8','\xb8','\x6b','\x7c','\x2e','\x9e','\xfa','\x15','\xda','\xb9','\x79','\x45','\x89','\x32','\x65','\xcf','\x86','\x87','\x96','\x03','\x76','\x21','\xd8','\xe8','\xa3','\xf1','\xf9','\xa7','\x9d','\xc2','\xd2','\x47','\x34','\xf1','\xe9','\x03','\xda','\x07','\x40','\xda','\xcf','\x69','\xff','\xdc','\x88','\xe1','\x6e','\x03','\xe9','\x11','\x98','\xc4','\x43','\x1a','\xdd','\xdd','\x7d','\xae','\xba','\x15','\x69','\xae','\xbe','\x90','\x19','\x60','\x29','\x47','\xb5','\xf1','\xf7','\xeb','\x92','\x24','\x8d','\x40','\x3f','\x0e','\x8a','\x6f','\xd0','\x3e','\x48','\x1d','\x51','\xfe','\x93','\x8e','\x65','\x1a','\x4d','\xe5','\x7a','\x04','\x82','\x9f','\x44','\xf5','\xff','\xec','\x6b','\x96','\x38','\x8f','\x54','\xc5','\x89','\xe5','\x91','\xf0','\x8c','\x3a','\xea','\x55','\x80','\x0c','\x9a','\x83','\x25','\x62','\xca','\xb0','\x6a','\x1e','\x41','\xa1','\x0f','\xfc','\xe0','\xae','\xca','\x18','\x3b','\x5e','\x01','\x30','\x1b','\x48','\xfe','\x8f','\x7f','\xc6','\xcb','\xc0','\x06','\xd1','\xb9','\xdc','\x4c','\xe2','\x9e','\x46','\xa5','\x70','\xd0','\x36','\x35','\x14','\x2d','\x03','\x95','\xf7','\x81','\xeb','\xd5','\xc3','\x08','\x48','\x9c','\xc3','\x9f','\x18','\x94','\xb1','\x81','\x3e','\xfc','\x71','\xd7','\x90','\x48','\x29','\xce','\x4b','\x0c','\x7a','\xa2','\xb7','\xa8','\xac','\x05','\x90','\xf0','\x47','\x27','\x78','\xce','\x10','\x07','\x2c','\x1a','\xda','\x25','\x4f','\xac','\x6e','\x1c','\x63','\x7c','\x43','\xad','\x3f','\x92','\x10','\x86','\xb8','\xdb','\x2c','\xb4','\x21','\xa3','\x7f','\x89','\x10','\x05','\x91','\x38','\x91','\x48','\xce','\xc7','\x50','\x89','\xcb','\x4b','\x58','\x34','\xee','\x8c','\x9f','\xc5','\xc0','\xb0','\xa1','\x7b','\xd2','\x08','\xe7','\xf6','\x67','\x1e','\x41','\x17','\xca','\xee','\x59','\xae','\x3d','\x92','\x7e','\x2f','\x83','\xf7','\xde','\x43','\xd4','\x3e','\x9c','\xc2','\x6c','\x0f','\xf8','\x05','\xbf','\x34','\x49','\x9e','\x58','\x78','\x42','\xa8','\xd1','\x8f','\x2b','\x2a','\x34','\x39','\x21','\x2d','\xba','\xc6','\x6b','\x43','\xbb','\x79','\xff','\x1b','\x1d','\x79','\x98','\x27','\xae','\x92','\x12','\xb9','\xb5','\x2b','\x70','\x93','\x63','\x98','\x26','\x71','\xaa','\x4d','\x1c','\xb6','\x46','\x37','\xf2','\x51','\x2d','\x1e','\x2b','\x88','\xec','\xf7','\xce','\x7b','\xe5','\xd4','\xcb','\xe6','\x20','\x44','\xed','\x0c','\xc6','\xdc','\x00','\x64','\x06','\x1a','\x6d','\xa6','\x58','\xf3','\xef','\xe9','\x1a','\x89','\x4b','\x1f','\xeb','\xd5','\x48','\x28','\x0c','\x92','\x50','\x64','\x22','\xcf','\xde','\x5f','\xa3','\x6b','\x70','\xf5','\x5b','\xf0','\xd9','\x63','\xf8','\xb6','\xd6','\x42','\xbf','\x65','\xbb','\x56','\x20','\x33','\x38','\xde','\x31','\x37','\xb5','\x53','\xb7','\xb6','\x6f','\xa0','\xe3','\xf9','\x8e','\x89','\x6d','\x01','\x20','\xed','\x4d','\xf4','\x62','\x2c','\xec','\xa9','\x9d','\xb8','\x60','\x95','\x14','\x74','\xcb','\x1e','\x6d','\x34','\x43','\xf3','\x35','\xba','\x8f','\x13','\xc9','\x68','\xdd','\x82','\x8e','\x16','\x3d','\x84','\x04','\x47','\xdd','\xdd','\x19','\xcd','\x93','\xb3','\x12','\xfd','\x30','\x9c','\xba','\xec','\x76','\xbd','\x31','\x29','\xe3','\xbc','\xfd','\x0e','\x6f','\x6d','\xf3','\x80','\xb1','\xb9','\xd3','\xd6','\xe9','\x78','\xf0','\x8b','\xc8','\x85','\x6d','\xbd','\x20','\xad','\x33','\x4f','\x8b','\xef','\x3b','\xad','\x45','\xd5','\x5e','\xb0','\x92','\x02','\x94','\x1b','\x34','\x48','\xe2','\xfe','\x37','\x5a','\xf3','\xe0','\x79','\x4f','\xf4','\x62','\x59','\xeb','\xb5','\x02','\xde','\xaf','\xa5','\x6b','\x24','\x68','\xc3','\x18','\x21','\xf4','\xad','\x34','\x77','\x9f','\xeb','\xbd','\x05','\x24','\x15','\x34','\xbe','\xe4','\xc2','\x7c','\x13','\xdf','\x13','\x73','\xf6','\xe0','\x28','\x95','\xc2','\xa0','\x60','\xf6','\xde','\xd8','\xaa','\xdb','\x13','\x4f','\xcb','\xc4','\x32','\x4f','\x9f','\x04','\x13','\xbb','\x0d','\xb6','\x44','\xd5','\x38','\x75','\x98','\xa2','\x92','\x3d','\x28','\x99','\x91','\x24','\x65','\x71','\x7a','\xaa','\xd3','\x2f','\xdd','\xc4','\x60','\xd7','\x86','\xe0','\x76','\x21','\xa6','\xbe','\x27','\x76','\xab','\x80','\xd2','\x24','\xd6','\xba','\xa8','\xe0','\x6b','\xf7','\x6a','\xa6','\x8c','\xe0','\xa5','\x1c','\xe0','\x30','\xd3','\x53','\x01','\x49','\xe4','\x32','\x71','\x58','\x4e','\x30','\x57','\xdf','\x63','\x0f','\x07','\x7e','\xfb','\x8f','\x1f','\x78','\xda','\x1a','\xf3','\xeb','\x07','\x96','\xd3','\x01','\x7b','\x38','\xa0','\xa7','\x85','\x36','\x79','\x4f','\xaa','\xe5','\x30','\xb1','\xa5','\x99','\xb5','\xc3','\x8b','\x36','\x5e','\xb6','\x0b','\x67','\xcf','\x88','\xe9','\x9b','\x57','\x77','\x28','\x0d','\xb2','\xb7','\xfc','\x3e','\xb7','\x86','\x3e','\x19','\x5b','\x33','\xb6','\x4d','\x59','\x6b','\xa7','\x8b','\x21','\xc9','\x9b','\x9f','\xc3','\x35','\x88','\x75','\x2a','\x75','\xf5','\x49','\xdc','\x0d','\xed','\x1b','\x79','\x9e','\x59','\x0e','\x07','\x10','\x37','\x38','\x18','\x14','\x4f','\xaf','\xc8','\x3a','\x65','\x52','\x92','\x38','\x28','\x98','\x84','\x94','\x4a','\xb8','\x8e','\xb1','\xc7','\x17','\xe3','\xfd','\xf3','\xdd','\x81','\xd3','\xe1','\x9e','\xd3','\xc3','\x1d','\xc7','\xd3','\x91','\x29','\x4f','\x68','\xbf','\xf6','\xcd','\xa9','\xcd','\x0d','\x1c','\xd6','\xcb','\x99','\x52','\x26','\xd2','\xe6','\x75','\xf5','\x6d','\xab','\x9c','\xcf','\x17','\xb6','\xf5','\x42','\xad','\x8d','\x35','\x65','\xda','\x9c','\xdd','\x81','\x50','\xd5','\xfb','\xf6','\xe4','\x42','\x59','\x26','\x66','\x71','\xd1','\xbb','\x5a','\xa7','\x6e','\x95','\xde','\xda','\xbe','\x3f','\xab','\x79','\x85','\xba','\x98','\x40','\x2e','\xae','\x15','\x6a','\xc6','\xdd','\xe1','\xc4','\xe9','\xee','\x8e','\xa5','\x2c','\xa8','\x75','\xd6','\x75','\x63','\xab','\xde','\x0f','\x8c','\x3c','\x31','\x1f','\x27','\x4a','\x59','\x48','\xb9','\x44','\x35','\xaa','\x80','\x39','\xbd','\x6e','\xbb','\xb8','\x2e','\x2e','\x9f','\x12','\xaf','\x0f','\x07','\x4e','\x77','\x77','\x1c','\xef','\x4e','\x94','\xc3','\x44','\xeb','\xc6','\xe5','\xbc','\x72','\xb9','\xbc','\x70','\xb9','\xbc','\xf0','\xfc','\xf4','\xc2','\x79','\x53','\x96','\x43','\xe1','\xab','\xbb','\x89','\xd7','\xa7','\x44','\x96','\x4e','\xdd','\x56','\xca','\x54','\xc9','\x4b','\xe6','\xe9','\x39','\x73','\x7e','\x31','\x92','\x75','\x4c','\xcf','\x70','\x36','\xee','\x0e','\x9d','\x57','\xf3','\xcc','\x7d','\x99','\x39','\x9e','\xee','\xd8','\xfa','\x33','\xeb','\xa5','\x92','\x05','\x8e','\x65','\xe2','\x30','\x9d','\x98','\xb3','\xf0','\x6a','\xab','\x3c','\xbe','\x3f','\xf2','\x2e','\x17','\xaa','\x2a','\xed','\xb9','\xd2','\x9f','\x3f','\xf2','\x52','\x56','\xce','\x0f','\xaf','\xf9','\xfa','\xee','\x2b','\xe6','\xd7','\x77','\x70','\xd9','\x78','\xfb','\xee','\x2d','\x8f','\x6b','\xe3','\xcd','\xe9','\x8e','\x4c','\xf6','\xf9','\x37','\x62','\x1a','\xdc','\x35','\x93','\x8b','\xf7','\x07','\xdb','\x28','\xb4','\xd0','\xb2','\x51','\xc4','\xc7','\x6a','\xc9','\x58','\x32','\xa6','\x3c','\xd1','\x54','\xd9','\x2e','\xab','\x8f','\x19','\x14','\x1d','\xc9','\xb0','\x78','\x52','\x30','\xd6','\xa6','\x63','\xef','\xcc','\xdd','\x98','\xcc','\xd7','\x26','\x72','\xc6','\xa6','\x8a','\x6e','\xae','\xc1','\xd3','\xda','\xbc','\x6f','\xd3','\x88','\x0d','\x0c','\x48','\xc9','\x01','\x93','\xae','\xf4','\xb5','\x72','\x39','\x5f','\x58','\x5f','\x9e','\xf9','\xb8','\x9e','\xa3','\xea','\xed','\xeb','\x9d','\x5a','\xa7','\xd3','\x6f','\x34','\x98','\xbe','\xc7','\x65','\xc4','\x59','\x03','\xf8','\xdf','\x93','\xfa','\x7e','\x3a','\x49','\xa1','\xa7','\xc6','\xc7','\xcd','\xab','\x24','\x29','\xd6','\x78','\x0b','\x83','\x80','\xec','\xe1','\x43','\xec','\xc5','\xc2','\xc0','\x2e','\x47','\x04','\x17','\xc5','\x1e','\xdf','\xa5','\x04','\x86','\x83','\xb1','\xbf','\x6f','\xa4','\x38','\x37','\xd5','\xa0','\x88','\xdb','\x52','\x12','\x28','\x41','\xcd','\xbf','\x79','\xf5','\x9b','\xfd','\xcb','\x4d','\x3c','\xae','\x06','\x40','\x03','\xfb','\x95','\x3d','\xce','\x0f','\xd0','\x76','\xc4','\xac','\x5c','\xa3','\xcb','\xdb','\x97','\x8c','\x9c','\xca','\x57','\xab','\x00','\x27','\xed','\x66','\x4f','\xf1','\xbe','\x64','\x36','\xd6','\xb2','\xc8','\x1f','\x7a','\x0f','\x6a','\xbe','\x39','\x76','\x34','\x4f','\x05','\xb1','\x60','\xc4','\xec','\x49','\x99','\xb2','\xf7','\x53','\xc4','\x90','\xac','\x5f','\x38','\x83','\x2f','\x51','\xe0','\x72','\x42','\xab','\x3b','\x8d','\xb4','\xde','\x69','\xa2','\xd4','\x92','\x68','\x1a','\x36','\x85','\x36','\xd0','\xdd','\xd8','\x3c','\xb9','\xb9','\xa1','\xe2','\x0b','\x8a','\xaa','\xee','\x9d','\xcb','\x21','\xef','\x6e','\x6e','\xbb','\x80','\xdb','\xd8','\x3b','\x64','\x0f','\x63','\x84','\x61','\x9d','\x77','\x4d','\x00','\x34','\x82','\xfd','\xab','\x65','\xe1','\x48','\x51','\xf6','\x5c','\xc8','\x3c','\x18','\x4e','\x78','\x80','\x65','\xa3','\xfa','\x64','\x57','\x27','\x0c','\x89','\x40','\x79','\x04','\x9d','\x19','\xf1','\x12','\x61','\x8b','\xe8','\x4e','\xc4','\xfb','\x29','\xdc','\x24','\x59','\xfe','\x1f','\xaf','\x08','\x0c','\xbd','\x0c','\xfb','\x21','\x2d','\x62','\xb1','\x48','\x5a','\x00','\x31','\xc1','\x74','\x64','\xc9','\xc9','\x17','\x30','\xb9','\x76','\x1d','\xef','\xd1','\xc9','\x9e','\x06','\x7f','\xa8','\x2e','\x69','\x04','\x43','\x29','\xca','\x9b','\x0c','\xda','\xa1','\xf1','\xcf','\x3c','\xd6','\xa0','\x05','\x68','\x04','\x82','\x31','\x40','\xd2','\xbf','\xd2','\x35','\x87','\x59','\x42','\x4a','\xd7','\xa0','\xde','\x03','\x8a','\xa1','\x55','\x1a','\x52','\x83','\x41','\xdb','\xd1','\x98','\x10','\x69','\x0f','\x9e','\x93','\xb7','\x88','\x8e','\x09','\xe3','\x93','\x60','\x30','\xbe','\x7e','\xdf','\x67','\xc6','\xc4','\x41','\xc2','\xa0','\xc3','\x40','\x34','\x07','\xca','\x8a','\x07','\x2b','\x81','\x08','\xea','\x4d','\x10','\xaf','\xfb','\xf7','\x5e','\x6f','\xc3','\xa8','\x1c','\xba','\xf5','\xbb','\xfd','\xc9','\xd7','\xe0','\xba','\x9c','\x18','\x67','\x43','\x98','\x19','\x54','\x8b','\x3f','\x36','\xc1','\xf3','\xa0','\xdf','\x4f','\x3a','\x21','\x58','\x13','\x4f','\x0c','\x22','\xc1','\x1b','\xb4','\x31','\x53','\x17','\x30','\x5f','\x91','\x19','\xdf','\xf0','\xc7','\x82','\xe2','\x7d','\x66','\x7c','\x51','\x1b','\x81','\xfa','\x2e','\x3e','\xdd','\x13','\x1e','\x5f','\xf8','\x06','\x8f','\xf8','\x3a','\x38','\x22','\xb1','\xb1','\xc1','\x00','\x06','\xd1','\x91','\x30','\x8e','\xcf','\xb2','\x53','\x13','\x1c','\x90','\x95','\xe0','\x9f','\x5b','\x34','\x3c','\x33','\xdc','\xf2','\xde','\x93','\x8a','\xb8','\x39','\x98','\x1a','\x1e','\x17','\x1b','\x29','\xe6','\x45','\x8a','\x7b','\x67','\x31','\xae','\xba','\x75','\x17','\xa3','\x46','\x90','\x2d','\xb1','\x0e','\xb4','\xe6','\xc2','\xf8','\xde','\x3d','\x01','\xb2','\xa1','\x15','\x0c','\x40','\xde','\x70','\x8a','\x6e','\xca','\x1e','\x68','\xb9','\x91','\xa5','\x53','\x7f','\x53','\xca','\xe4','\x62','\x24','\x4b','\x8e','\xe0','\xaa','\x27','\x1d','\xda','\xaf','\x55','\x59','\x1f','\x87','\xfe','\xfc','\xd4','\x2c','\x1a','\x86','\x3a','\x2d','\x2e','\x77','\x98','\xf4','\xc6','\xb4','\x22','\x12','\x21','\xc5','\xe9','\x29','\xd6','\x75','\xd7','\x2b','\xee','\x86','\x25','\x91','\x2c','\xee','\x60','\x81','\x1a','\xa4','\xa1','\x07','\xf1','\x26','\x9e','\xbd','\xab','\x73','\xed','\x63','\xdd','\xca','\xe2','\x81','\x7a','\x55','\xa7','\x38','\x16','\x24','\x16','\x7d','\xdd','\xd7','\xd4','\x94','\x70','\x11','\x7b','\x34','\xee','\x34','\x1b','\xb2','\xe0','\xeb','\x9a','\x1d','\x47','\xfd','\xe4','\x99','\x76','\x53','\x1f','\xbb','\xb1','\x66','\x27','\x09','\x54','\x74','\x24','\xab','\xd1','\x4e','\x59','\x23','\x29','\xcd','\x43','\xcb','\x36','\xf4','\x65','\x8c','\x0a','\x53','\xfc','\x6b','\x4c','\x5a','\x73','\xb4','\xaf','\x44','\xe0','\xd0','\x47','\xf0','\xbf','\x53','\x90','\xfd','\x95','\xa2','\x02','\x67','\xbd','\xbb','\xd1','\x47','\x72','\x5a','\xde','\x9e','\xcc','\xe0','\xe3','\x55','\x42','\x23','\x33','\x26','\xd0','\x6e','\x7f','\x1e','\x63','\x25','\x7b','\x99','\x30','\xf6','\x29','\xc2','\x68','\xa0','\xc6','\x5a','\x94','\xf6','\xaa','\x80','\x99','\x84','\x19','\x8a','\x61','\x37','\x84','\xd1','\x21','\x9d','\x18','\x09','\x50','\xf6','\x2f','\x71','\x0d','\x97','\x2a','\x8a','\x27','\x23','\x05','\xc3','\xd4','\x83','\x6b','\x53','\x6f','\xec','\x99','\x52','\xd0','\x4a','\xc4','\x81','\xc1','\x3d','\x10','\xc8','\x41','\x0f','\x47','\x6e','\xee','\xd2','\x48','\xa7','\x7c','\x8c','\x62','\x9e','\xe8','\x08','\x16','\x74','\x9e','\x1e','\xf3','\x56','\x23','\xf9','\x1f','\xf3','\xde','\x37','\x7e','\xe3','\xba','\x26','\x0a','\xe1','\x08','\xa7','\x7e','\xef','\xb4','\x77','\x48','\x4e','\x9d','\xec','\x18','\x25','\xb8','\x32','\x66','\x32','\xda','\x4e','\x91','\x24','\x31','\xdf','\x1d','\xb9','\x88','\xf0','\xee','\xf1','\x89','\x3e','\x25','\xd2','\xe9','\xc4','\xf1','\xab','\xaf','\x10','\xab','\x7c','\xff','\xfe','\x3d','\xdf','\x7e','\xf3','\x3b','\x9e','\xa5','\x30','\xbd','\x7a','\xcd','\xfc','\xe6','\x8e','\xc3','\xab','\x3b','\x38','\x2e','\xac','\xc7','\x19','\x29','\x9d','\x54','\x26','\xd2','\x5c','\xdc','\x1c','\xc0','\x94','\xa9','\x67','\x66','\x71','\x2a','\x9d','\x92','\xc8','\x62','\x1c','\x52','\xe2','\x90','\x0b','\x55','\x1b','\xe7','\x5e','\xe9','\xda','\x68','\x1d','\xd6','\xda','\xa9','\x4d','\x69','\x36','\xaa','\xa4','\x69','\x6f','\x93','\x60','\x31','\x66','\xbc','\x8a','\x33','\x91','\x34','\xc3','\xa4','\x98','\x25','\xa4','\xb8','\xc9','\x88','\x4b','\x00','\x62','\xad','\x94','\x4c','\xc9','\x99','\x69','\x99','\x99','\x17','\xa7','\xc0','\x6a','\x77','\x00','\xa0','\x94','\x29','\x84','\xdc','\xae','\xc3','\x2a','\x01','\x90','\x9a','\x40','\x32','\x6f','\xba','\xb9','\xd5','\x4a','\x7f','\xf6','\x40','\x6a','\x5d','\x37','\x2e','\xdb','\xca','\xb6','\xad','\x6e','\xb3','\xde','\x3a','\xcd','\x14','\xec','\xc2','\xce','\xe0','\x6f','\x2d','\x00','\x1c','\xc5','\x4a','\xe6','\x30','\x39','\x2d','\xac','\xd5','\x8a','\x46','\x52','\x5d','\x72','\x0a','\x6d','\x9d','\xcf','\xf5','\x5e','\x15','\x5a','\x63','\x8a','\x39','\x2b','\x53','\xa6','\x4c','\x13','\x53','\x99','\x98','\xe6','\x85','\xc3','\x5c','\x3c','\xb8','\xdf','\x36','\x96','\x83','\x5b','\xde','\xa7','\xe8','\xe3','\xd3','\x6b','\xf5','\x75','\x37','\x67','\x4e','\x87','\x3b','\x4e','\x0f','\x0f','\x40','\x72','\x70','\x22','\xc9','\x8e','\x88','\xb7','\x5a','\x59','\xcf','\x2b','\x8d','\x46','\x79','\x35','\x23','\x25','\xb1','\x5d','\x36','\xd6','\xf5','\xc2','\xe5','\xe9','\xc9','\x41','\x66','\x83','\xfb','\x59','\xb8','\x9b','\x8e','\x2c','\xbd','\xf2','\xb8','\x9d','\x29','\x8b','\xf0','\x70','\x57','\x78','\xf5','\xea','\x00','\xa6','\xac','\x6b','\xe7','\x7c','\xb9','\xa0','\x08','\xd3','\xdd','\xc1','\xfb','\x72','\xc5','\x3e','\x52','\x4d','\xd8','\xba','\xd2','\x24','\x93','\xa6','\x99','\x69','\x59','\xb0','\x2e','\xb4','\x6a','\x68','\xab','\x34','\x35','\xd6','\x8e','\x6b','\xb6','\xe6','\xcc','\xf1','\xee','\x35','\xdd','\x32','\x39','\xcf','\xdc','\x7d','\x78','\xa4','\xbe','\x3c','\xd1','\xb7','\xca','\xf3','\x5a','\xf9','\x30','\xad','\xe4','\x5c','\x38','\x94','\x8c','\xce','\x07','\x36','\x6d','\x3c','\x61','\x94','\xb1','\x1e','\xd0','\x51','\xe9','\x3b','\x6d','\x5f','\xc2','\x20','\x47','\xa6','\x8c','\xe0','\x15','\x5b','\x4a','\xc2','\x92','\xec','\x8e','\x88','\xda','\xbb','\xb7','\x41','\xc8','\xc9','\x9f','\x41','\xd0','\xfd','\xa4','\x1b','\x29','\xf4','\xcf','\xd5','\x94','\x62','\xb0','\x18','\x14','\xf3','\x26','\xa2','\x12','\xf3','\x50','\x5b','\x68','\x48','\x71','\x40','\xff','\x90','\x0b','\xcb','\xe1','\x44','\x6b','\x95','\x73','\x5b','\xa9','\xea','\xdf','\xdf','\xd7','\xca','\xd3','\xc7','\x8f','\xb4','\x5e','\xd9','\xd6','\xc6','\xf3','\x39','\x1a','\x98','\x06','\xb0','\xaf','\x01','\x56','\xec','\xb3','\x3e','\x25','\x8f','\xb5','\x15','\xb6','\xee','\x5a','\xac','\xac','\x4e','\xf3','\x9c','\x53','\xa6','\xa4','\x42','\x95','\xce','\xc5','\x9c','\x7a','\x5c','\x92','\xd3','\xab','\xc9','\x89','\x64','\x2e','\xed','\xe8','\x36','\xb4','\x69','\xd7','\xf5','\x5b','\xc6','\x1f','\x25','\xf6','\x34','\xd9','\x13','\x85','\xd1','\x4b','\x67','\x5f','\x65','\x77','\x60','\xd1','\x7f','\xa2','\xa1','\x57','\x1c','\x36','\xf8','\xfb','\x76','\x10','\x09','\x12','\xea','\x06','\x42','\x23','\x1e','\xd0','\xa0','\x95','\x8f','\xbd','\x54','\x22','\x91','\x19','\xb1','\x43','\x64','\x1f','\x5f','\x7e','\xc9','\x0d','\xc8','\x7e','\x03','\x3c','\xef','\x6f','\x17','\x42','\x47','\x3b','\xb4','\xa3','\x7a','\xe3','\xcd','\x10','\xbb','\x8b','\xa9','\x57','\xc0','\x27','\x4f','\x64','\xe9','\x3d','\x62','\x5a','\x7f','\xaf','\xf7','\x31','\xcb','\x51','\x63','\xf9','\xf2','\x89','\xfc','\x20','\x01','\xd2','\xa6','\x48','\xd3','\x6b','\x73','\xbe','\x40','\x73','\x2d','\x58','\x35','\xb9','\xe4','\x7d','\xc1','\x1d','\x81','\xd2','\xad','\xfd','\x9e','\x71','\xed','\x5a','\x2c','\x92','\x42','\x53','\x30','\x8c','\xf8','\xd8','\x91','\xc9','\xc1','\x43','\x4f','\x62','\xe4','\x3c','\xdd','\xdc','\x97','\x91','\x44','\x5d','\x9f','\xd1','\xfe','\x10','\xe4','\xfa','\xb3','\xdd','\x56','\x39','\xfe','\x37','\xc5','\x4d','\xed','\x5c','\x13','\xb2','\x34','\x8c','\x03','\x6e','\x02','\x31','\x91','\x28','\x1f','\x4a','\xd0','\x5a','\x92','\x07','\xf0','\x1a','\x37','\xb9','\x87','\x01','\x41','\x0a','\xee','\x96','\x45','\x60','\x3f','\x6e','\xe1','\x7e','\x9d','\xe6','\x3f','\x91','\xb8','\x31','\x96','\x24','\x28','\x1c','\xd7','\x52','\xdd','\x4e','\x77','\x8a','\x73','\x16','\x8f','\x40','\x7f','\xaf','\x2e','\xa9','\x14','\xdf','\xbc','\xbb','\x36','\x86','\x55','\xed','\x60','\x48','\x48','\xb8','\xea','\xfd','\x73','\x8e','\x65','\xdd','\x83','\xaa','\x2c','\x39','\x16','\x09','\x0f','\x68','\xa4','\xfd','\xeb','\x5c','\xf3','\xee','\xac','\x17','\x9b','\x94','\xec','\x0f','\x90','\x51','\xfc','\x0b','\x54','\x7f','\x24','\xad','\x7e','\x0e','\x9e','\x90','\x72','\xd5','\x91','\xd9','\x10','\x03','\x0e','\x7a','\x53','\xa0','\x06','\xff','\xc4','\x67','\xba','\x98','\x8b','\xcc','\xc5','\x91','\x76','\x52','\x77','\xcd','\x8a','\x24','\x72','\x01','\x22','\xb8','\xb5','\xae','\x21','\xa4','\xdc','\xc3','\x94','\x48','\x3c','\xaf','\x93','\xda','\x69','\x97','\x71','\xec','\xa0','\x7d','\xfd','\x69','\xd7','\x30','\x26','\xbc','\xe0','\xa6','\x1d','\xe9','\x4f','\x4a','\xf0','\x04','\x8b','\xf7','\xca','\xf5','\xbd','\xaa','\x11','\xec','\xe7','\x1d','\xa5','\x1a','\xc6','\x18','\x7e','\xbf','\xfc','\x79','\x21','\x9e','\xd0','\xf8','\xfc','\xb8','\x31','\x9a','\x30','\xe7','\x00','\x43','\xa0','\xc2','\xb1','\x91','\x38','\x92','\x2c','\x81','\xca','\x8e','\x89','\x39','\xee','\x87','\xdf','\x80','\x9d','\x9e','\x15','\xf3','\x7b','\xaf','\xf8','\x10','\x91','\x82','\x39','\x85','\x2e','\x89','\xd1','\x5b','\xa3','\xaa','\x73','\x7c','\xb3','\x44','\xe9','\xdc','\x42','\x5f','\x92','\x32','\x4a','\xa2','\x6a','\x75','\x91','\x3b','\x9e','\x08','\xf9','\xb2','\xea','\x1d','\xb2','\xbd','\xe8','\x90','\xb0','\x3d','\x69','\x53','\x5a','\x74','\x34','\x47','\x8d','\x16','\x6e','\x4b','\xbd','\x0f','\x77','\xad','\xe0','\x27','\x0f','\x46','\x12','\xb6','\x57','\xf9','\x9c','\xab','\x6f','\x9e','\x28','\xe6','\x4c','\x2e','\xce','\xbb','\x4e','\x22','\x7b','\x22','\x5c','\x7b','\x05','\x23','\xec','\x74','\x63','\xdc','\x10','\x09','\xbf','\xc1','\x55','\x4f','\x67','\xd1','\xa7','\x49','\xc3','\x8a','\x77','\x88','\x4c','\xfd','\xb8','\xae','\xd5','\x19','\xd6','\xd0','\x3e','\x0e','\x4d','\x94','\x2b','\xff','\xd9','\xf6','\x5b','\x66','\x81','\xea','\x6b','\x00','\x24','\x44','\x75','\x6e','\xf4','\x99','\x71','\xab','\x73','\x71','\x4a','\xd0','\x28','\x67','\x04','\x2a','\xa7','\xdd','\x03','\x94','\xd1','\x00','\x75','\x24','\x1f','\x91','\xee','\xfb','\x3d','\x18','\x08','\xdd','\x58','\x2f','\x63','\xe3','\xea','\x76','\x5d','\x27','\x7c','\x59','\xf5','\xa0','\xca','\xc7','\xf7','\xf5','\xf1','\x9b','\x38','\x1d','\x8e','\xd0','\x28','\x8d','\x66','\x7c','\x39','\xb9','\xf6','\x0a','\x3a','\x45','\x02','\xdc','\x8a','\xc4','\x72','\xa0','\x82','\xd7','\xa4','\x64','\x0c','\x9a','\xb1','\x31','\xcb','\xae','\x07','\x42','\xf0','\xbd','\x61','\x4e','\x4c','\xb3','\xef','\x11','\x5b','\xad','\x58','\xef','\x94','\xd9','\x29','\x49','\x12','\xf4','\x42','\x1d','\x1b','\xfc','\x48','\xa3','\xc6','\xd8','\x4e','\xfb','\xe1','\xe2','\xbc','\x7b','\x50','\xb3','\x43','\xa7','\x46','\x14','\x4b','\xc5','\x93','\x90','\x4f','\x33','\xc1','\x9b','\x57','\xda','\x97','\xc4','\xfd','\x2d','\x63','\x0f','\x1a','\xc9','\xbd','\x07','\x35','\x99','\xbe','\x79','\x43','\xca','\x1c','\x41','\xfc','\x70','\x3f','\x4a','\x29','\x31','\x4d','\x47','\x92','\x1c','\x18','\xd6','\xe7','\x92','\x13','\x98','\x93','\x54','\x76','\x40','\x77','\x9c','\x78','\x00','\x2a','\x0e','\xe4','\x0c','\x21','\xb2','\xe1','\xd4','\xae','\xa0','\x6f','\xed','\xc3','\x25','\x82','\x87','\x1d','\x2c','\x89','\x44','\xbb','\xf5','\xa0','\x90','\xb9','\x6b','\x9a','\xcf','\xd9','\xc8','\xb5','\x49','\x68','\xb0','\x02','\x7a','\x4a','\xac','\xb5','\x72','\xc6','\xa8','\x02','\x55','\x84','\xde','\x1a','\xed','\xb9','\xf3','\xd4','\x2b','\x8f','\xe7','\x0b','\x1f','\xb7','\x8d','\x87','\x9f','\xfd','\x9c','\xe3','\xab','\x9f','\xc0','\x31','\x53','\xe6','\x85','\xbe','\x4c','\x94','\x39','\xd3','\xad','\x51','\xf1','\x66','\xb0','\xe7','\xcb','\x39','\xa8','\x55','\x1e','\x2b','\x2c','\x65','\x22','\xcd','\x5e','\x99','\x2a','\xe2','\x6e','\x6c','\x87','\xbb','\x7b','\x5e','\xcd','\x5e','\x85','\x58','\x37','\x75','\xe3','\x83','\xad','\xf9','\xe7','\x4c','\xc0','\x8a','\xf7','\xba','\xd9','\x36','\x1f','\x07','\xa9','\x30','\xa7','\x68','\x3c','\x3a','\xcf','\xee','\xf6','\x54','\x7c','\x8d','\x6a','\xea','\xa6','\x30','\xd3','\x52','\x20','\xd6','\xea','\xa9','\x64','\x4a','\x99','\x29','\x73','\x76','\x34','\x5c','\x9d','\xd6','\x9b','\xb2','\xaf','\xe3','\x29','\x00','\x51','\xc6','\x88','\xe9','\xca','\x79','\x6b','\x68','\x7f','\x81','\xf7','\x0e','\x10','\x6e','\xdd','\xab','\x3e','\xaa','\xa1','\xb5','\xca','\xde','\x93','\x69','\xdb','\xfc','\xe7','\x3d','\x9e','\x4d','\x99','\x26','\x96','\xc3','\x81','\xd3','\xdd','\x3d','\xf3','\xbc','\x60','\x18','\xb5','\x56','\x58','\x0e','\xe4','\xe3','\x89','\x32','\xcd','\x1c','\x4f','\x47','\xe6','\x69','\xf2','\x29','\x1f','\x20','\x58','\x4e','\xc9','\x81','\x44','\x01','\x49','\x99','\x52','\x0a','\xd3','\x5c','\x98','\xe7','\x85','\xc3','\xe1','\x40','\xeb','\x9d','\xcb','\xf9','\x42','\xeb','\xcd','\x2b','\x4b','\x75','\xf5','\x89','\x37','\x17','\xf2','\x5c','\x58','\xe6','\x23','\xd3','\x34','\xd3','\xcd','\xf5','\x14','\xb5','\x36','\xbf','\x87','\x6d','\x0b','\xe7','\x44','\x77','\x35','\x4b','\x45','\x78','\xb1','\x33','\x6b','\xdf','\xb8','\x3c','\xbf','\xb0','\x9e','\x2f','\xf4','\xd6','\xc8','\x92','\x39','\x4c','\x0b','\xc7','\xd3','\xc2','\x34','\xcd','\x1c','\x73','\x46','\x67','\x77','\xe2','\x9b','\x73','\xe2','\xee','\xb0','\x20','\x49','\x58','\xd7','\x17','\x9e','\x5e','\x9e','\x39','\xbf','\x9c','\x39','\xde','\xdd','\x71','\x7c','\x75','\xa4','\x6d','\x9b','\xdb','\xcf','\xab','\xb1','\x9a','\xb1','\xd6','\xce','\x73','\xaa','\x24','\x71','\xad','\xdb','\x72','\x3c','\xa1','\xeb','\x46','\x5d','\x5f','\x68','\x67','\xd7','\x1e','\xcd','\xc5','\xaf','\xf1','\xe1','\x27','\x3f','\xe3','\x78','\xba','\xe3','\xa9','\x2c','\xbc','\xe4','\x89','\xa7','\xc7','\x0f','\xbc','\x3b','\xaf','\xbc','\x5c','\xbe','\xe5','\x7d','\xf9','\xc0','\x4f','\x96','\x23','\x5f','\xcd','\x33','\x4b','\x59','\xb8','\xb4','\x95','\xa4','\x9d','\x6c','\xde','\xe2','\xc4','\xac','\x61','\xa4','\x3d','\xb8','\xcf','\xa9','\x30','\xe5','\x83','\x2f','\x7d','\xee','\xf8','\x43','\x0b','\x20','\x59','\xad','\xd1','\x82','\x49','\x30','\x97','\xcc','\x9c','\xdd','\xc1','\x2d','\x19','\x0e','\xb8','\x85','\xf0','\xbe','\x9b','\x21','\xa2','\x1c','\xd2','\xcc','\x2c','\xee','\x28','\x5c','\xb5','\x39','\x05','\xdb','\x34','\x1c','\xc5','\x5c','\x7f','\xbb','\xcc','\x07','\xee','\xee','\x4f','\xac','\x6d','\xa3','\xaf','\x19','\xdd','\x56','\x5a','\xab','\x6c','\xda','\x39','\x5f','\x3a','\x1f','\xd7','\x0b','\x58','\xf8','\x11','\xa6','\xe4','\xee','\x85','\x29','\x53','\x92','\x8f','\x37','\x49','\xd7','\x80','\xd4','\x22','\x69','\x56','\x21','\xc0','\xbe','\x86','\x74','\x65','\x93','\x8d','\xa4','\x42','\xcf','\x42','\x5b','\x04','\x72','\xa2','\x07','\x50','\x53','\x42','\x1b','\xaf','\x62','\x58','\x0b','\xd0','\x76','\x0f','\x16','\xae','\xeb','\x2a','\x44','\x7c','\x7b','\xb3','\xce','\x8e','\x25','\xd1','\x6e','\xd6','\xfd','\x5b','\xa6','\x4f','\x57','\x5f','\x2f','\x28','\xd7','\x38','\x7c','\x7f','\x5f','\x80','\x3e','\x8c','\xb5','\x53','\x06','\x60','\x6a','\x83','\x28','\xe5','\x20','\x42','\x00','\x54','\xf4','\x7d','\x25','\xfe','\xd1','\xd7','\x30','\x68','\xb8','\x85','\xbe','\x86','\x6c','\xc6','\x62','\xaf','\x1a','\x00','\x3e','\xc9','\x08','\xfe','\xfd','\x7e','\xa9','\xfb','\xba','\xe7','\x22','\xe8','\x00','\xb8','\x94','\xd1','\xcb','\x15','\xc6','\x3e','\x09','\x83','\x2e','\xf8','\xf9','\xeb','\x07','\x09','\x50','\xeb','\x4a','\xb6','\x7e','\x73','\x63','\x06','\x5d','\xc6','\xdd','\x73','\x44','\x8d','\x24','\xb7','\x25','\xb1','\x40','\xb0','\x63','\xf1','\x25','\x10','\xf1','\x2b','\x65','\x89','\x61','\xd0','\xe0','\x27','\xae','\x81','\x6a','\x6a','\x50','\x1e','\xa2','\x62','\x24','\x29','\x5d','\x37','\xc7','\xdb','\x8b','\xbc','\xf9','\xd9','\xe7','\x7f','\x1f','\xf6','\x7f','\xf1','\x83','\xfd','\x7c','\x3c','\x93','\x8c','\x4d','\x63','\xe4','\xc4','\xb7','\x09','\xe0','\x18','\x83','\xc4','\x00','\x9a','\x62','\x23','\xe9','\x37','\x89','\x95','\xf9','\xa6','\x9f','\x2c','\x79','\x53','\x3f','\x1d','\xb4','\x0c','\x85','\xe0','\x57','\x13','\x01','\xd5','\xd8','\x85','\x2c','\xfe','\x4a','\xa0','\xf8','\xbb','\x2e','\x29','\x9e','\xe6','\x3f','\xa9','\x4b','\xb2','\xb0','\xcb','\xcc','\x86','\x5a','\xc1','\xa8','\xf1','\x10','\x73','\x04','\x33','\x57','\x54','\xdd','\xef','\x8d','\x7a','\xe3','\xac','\xec','\x8f','\xb1','\x37','\x17','\x83','\x93','\x2c','\x92','\x12','\x8b','\x81','\x1a','\x0b','\xbd','\x0a','\x52','\x62','\x60','\x9b','\xeb','\x5d','\xc6','\xf9','\x8c','\x21','\xb8','\x2b','\x87','\x6e','\xc4','\x6e','\x8a','\xc6','\x39','\xfc','\xf1','\xd7','\x3c','\x02','\x2f','\x46','\x0a','\x3c','\x82','\x88','\x9b','\xf1','\xe8','\xd7','\xe2','\xf7','\xfc','\x1a','\x1f','\xc9','\x3e','\x79','\x47','\x80','\xbf','\x67','\x1b','\x11','\x0a','\xff','\x21','\x9f','\x11','\x12','\x94','\x40','\x1b','\x92','\x85','\x9e','\x86','\xe0','\xf1','\xc7','\x78','\x91','\xf1','\xcc','\x23','\x51','\xd0','\xab','\x76','\x6d','\xfc','\x9d','\xdb','\x63','\x8c','\xa9','\xf7','\x27','\x5f','\x83','\xc5','\xef','\xd5','\xa7','\x57','\x12','\xfe','\xd4','\x04','\xcf','\xc7','\x3d','\x9f','\xbe','\xd7','\x86','\x02','\x04','\xba','\xa5','\xa8','\x0e','\xb8','\x59','\x85','\x8e','\x47','\xb7','\x27','\xb4','\x31','\x17','\x02','\xc1','\xb9','\x59','\x59','\xfc','\x10','\x51','\x28','\xed','\xde','\x0c','\x0c','\xcb','\x3e','\x66','\x06','\xa1','\x4d','\x90','\x3d','\x30','\x1c','\xaf','\x61','\x8d','\x8d','\x09','\xe9','\x76','\xc0','\x5e','\x23','\x5d','\x9c','\x95','\x3c','\xf2','\xa2','\xeb','\x77','\x0e','\x8b','\x66','\xa7','\x8a','\xa9','\x57','\x2f','\x02','\x60','\x19','\x66','\x0c','\xbb','\xa3','\x4c','\x98','\x41','\x14','\xc9','\xb4','\xde','\x68','\xbd','\xa2','\x55','\xa3','\xac','\xef','\x6b','\x66','\x96','\x4c','\xca','\x46','\x6f','\x57','\x73','\x87','\xdb','\xa5','\x30','\x99','\x53','\x0e','\x76','\x9f','\x13','\xf3','\x4d','\x4f','\x74','\x2c','\x5e','\x51','\xd1','\xe8','\x7d','\x6f','\x20','\x68','\x06','\xad','\x79','\x75','\xa9','\xd6','\xbe','\xdf','\x30','\xc9','\xbe','\x49','\x86','\xb2','\xdc','\x8f','\x17','\xeb','\xe5','\xb5','\x3a','\x78','\x73','\xd3','\x63','\x69','\xba','\x29','\x69','\x83','\x48','\x24','\xb6','\x7e','\x5f','\x07','\x35','\xc6','\xc6','\x47','\x22','\x59','\x2c','\x29','\x39','\xbd','\x2a','\x28','\x50','\x63','\xd7','\x18','\xba','\x16','\x3f','\x9e','\x57','\xa6','\x72','\x58','\x01','\x8f','\x35','\x63','\x50','\x0a','\xaf','\x54','\x65','\x3f','\xa7','\x1c','\x01','\xbc','\x0f','\xa1','\x08','\xbe','\x85','\x9d','\x0e','\xa1','\xa1','\x19','\xdc','\x2b','\x98','\xec','\xe1','\x23','\x66','\x29','\xba','\x7e','\x7b','\xc2','\x5a','\x8a','\xa3','\xd0','\x44','\xef','\x8a','\x14','\x29','\xc7','\x08','\xd0','\xf7','\xb5','\x1a','\x8b','\xe6','\x93','\x42','\xc6','\xcd','\x09','\x4a','\x38','\x00','\x5d','\xd7','\xfb','\x42','\xc9','\x85','\xb6','\x55','\xea','\x7a','\x61','\xab','\x8d','\xbb','\xe4','\xcd','\x60','\x0d','\xa7','\xbe','\x39','\x4d','\xd0','\xa8','\xa3','\x12','\xd7','\x3b','\xa3','\x0d','\xc3','\xed','\x1f','\xdd','\xd7','\x10','\xf0','\xca','\x6f','\x72','\x4a','\x54','\x24','\x62','\x29','\x5f','\xab','\xe6','\x63','\xef','\x25','\xdd','\x54','\xb0','\x87','\x8e','\x50','\x64','\xd7','\xed','\x66','\xf1','\x20','\xc7','\xbb','\xc5','\xbb','\xb6','\x2f','\x25','\x9c','\xf2','\xd6','\x7c','\x0f','\x2a','\x25','\x31','\x2f','\x33','\xd3','\x54','\x98','\x97','\x99','\xde','\x2a','\xdb','\xb6','\x06','\xe8','\x51','\xe2','\x5e','\xb6','\x7d','\x5e','\x79','\x55','\x36','\x8d','\x19','\x82','\xb7','\x99','\xc0','\xd7','\x76','\x55','\xf6','\xca','\x6b','\x3c','\x89','\x14','\x35','\xbd','\x64','\xb1','\x2e','\x99','\x62','\xbd','\x42','\xab','\x64','\x4b','\x94','\xb4','\x90','\xa4','\x38','\x65','\xd5','\xa0','\x09','\x68','\x98','\x85','\x98','\x18','\x9b','\x1a','\xef','\xd6','\x33','\x7d','\xca','\x1c','\xbe','\xfa','\x8a','\x8d','\xce','\xdb','\xa7','\x67','\x7e','\xfb','\xee','\x91','\xcd','\x8c','\x87','\xd7','\xf7','\xfc','\xe4','\xcf','\x7f','\xc1','\xf1','\xee','\xe7','\xb4','\x5c','\xd8','\xe8','\x6c','\x02','\x3d','\x75','\x3a','\x42','\x13','\xb8','\xd4','\xca','\x65','\xf5','\x67','\xd4','\xcc','\x81','\xcd','\x45','\x84','\xa5','\x14','\x6f','\x4e','\xdc','\x9a','\x8f','\x9f','\xda','\x98','\xe6','\xc9','\x6d','\x6b','\x93','\x90','\x4a','\xc3','\x9f','\xbe','\x91','\x37','\xdf','\x1b','\xaa','\xba','\xa9','\x49','\x8a','\xb1','\x2f','\xb9','\x23','\x59','\x48','\x45','\x60','\xe2','\x4a','\xbf','\x97','\x44','\xb6','\xd9','\x93','\x9a','\x7c','\x0d','\x98','\x7c','\xac','\xb9','\x99','\x81','\x25','\x61','\x9e','\x87','\x93','\x62','\xe8','\x0b','\x7b','\x77','\xf0','\x51','\x5b','\x34','\xd1','\x55','\x9a','\xb2','\x1b','\xf9','\x98','\x45','\x60','\x9c','\x33','\xf3','\xa1','\x70','\x38','\x1c','\x58','\x0e','\x0b','\x66','\xae','\x95','\xda','\x5a','\x75','\x16','\x0b','\x30','\xe5','\xcc','\xbc','\x2c','\xcc','\x87','\x85','\xa9','\x4c','\xcc','\x92','\x98','\xd4','\xe7','\x70','\x2e','\x93','\xf7','\xca','\x59','\xdc','\x05','\x4c','\xbb','\xd3','\x3d','\xa7','\xc9','\x75','\x31','\x3d','\x1a','\xf7','\xb6','\xe6','\x48','\xbf','\x54','\x45','\xda','\x99','\xba','\x56','\xd4','\xa0','\x6f','\x95','\x97','\xe7','\x67','\x3e','\x3e','\x7f','\xe4','\x72','\xb9','\xd0','\x9b','\x5e','\xc1','\x84','\x94','\xc2','\xc8','\xc4','\xe7','\xad','\x94','\x4c','\xeb','\x9d','\xe7','\xf3','\x0b','\x2f','\x97','\x33','\xa8','\x31','\x4d','\x07','\xa4','\xc0','\xb3','\x3d','\x52','\x65','\xe3','\x90','\x0f','\x9c','\xa6','\x03','\xaf','\xe6','\x03','\xa7','\x52','\x38','\x48','\xf6','\x7e','\xea','\xb5','\x22','\x75','\xa5','\x6e','\x17','\xa7','\x39','\x5f','\x16','\x92','\x5d','\x38','\x9d','\x1e','\x68','\xf6','\xc0','\xfb','\xf5','\x3d','\x1f','\xce','\x2f','\xc8','\x36','\x79','\xa5','\xac','\x81','\xa9','\x50','\x2d','\x53','\x7a','\x27','\x6d','\x95','\x4d','\xe1','\x79','\x6b','\x3c','\x1c','\x66','\xee','\xa7','\x03','\x92','\x27','\x2c','\x27','\x2a','\x67','\xce','\x6b','\x63','\xaa','\xc2','\xa1','\x2c','\x7c','\x75','\x7f','\xcf','\xfd','\x72','\xcf','\xc1','\x66','\xb6','\xd3','\xd7','\x3c','\x3e','\x3c','\xf2','\xee','\xed','\x5b','\x1e','\x1f','\xdf','\x71','\xd9','\x56','\x56','\xc9','\xa4','\xd7','\xaf','\x79','\x75','\x38','\xa0','\xeb','\x99','\xd4','\x36','\xd2','\xda','\x5c','\x47','\xa8','\x46','\x76','\x36','\x5c','\xac','\x17','\x85','\x2d','\x8f','\x89','\xea','\x73','\xc1','\xad','\xd3','\x1d','\xd0','\xdc','\x55','\xec','\x26','\xfb','\x1f','\xdf','\xe9','\x86','\xaf','\xb1','\x57','\x45','\x26','\x15','\x8e','\x96','\x59','\x34','\xb1','\xc6','\x7a','\xb2','\xbb','\xff','\x49','\xa6','\xe0','\x66','\x2d','\x73','\x99','\x9d','\x79','\x20','\x5e','\xa9','\xd4','\x94','\xe8','\x22','\x34','\x11','\x1a','\xde','\xdb','\x6d','\xb6','\xc4','\x52','\x16','\x07','\x7f','\x92','\x37','\xed','\x44','\xc2','\x75','\x30','\xec','\xfb','\x4d','\xfb','\x3e','\x66','\x5d','\x83','\xea','\x06','\x1a','\xc9','\xd4','\x1b','\x88','\x2a','\xf4','\x62','\xf4','\x05','\xb4','\xb8','\x53','\x29','\x92','\x76','\x90','\x4d','\x9a','\xef','\x5b','\xa9','\xcb','\xbe','\x37','\x8c','\x1d','\x76','\x4f','\xb1','\xec','\x66','\x8b','\xb9','\xf9','\xdd','\x97','\x5e','\xfb','\x5a','\xab','\xdd','\xfb','\xf9','\xc9','\x1e','\xb1','\x85','\xf9','\x4d','\xf7','\x96','\x14','\x02','\x25','\x0f','\x1d','\x22','\x21','\x91','\x8f','\x18','\x32','\xd9','\x1e','\xa2','\x0d','\xe9','\xee','\x27','\x71','\xf7','\x67','\xaf','\x01','\x88','\x5f','\x55','\x48','\x11','\xa7','\xca','\xa0','\xfb','\x49','\x84','\x8f','\x0e','\x16','\xdb','\x6d','\xa0','\xb1','\x3f','\x6e','\xf3','\x36','\x02','\x41','\x45','\x1e','\x31','\xfd','\xd5','\x41','\x3a','\x9c','\x3f','\xed','\xcb','\x57','\xfe','\xc3','\x04','\xa8','\x75','\x2f','\x9f','\x01','\xae','\x02','\x86','\xbd','\x09','\x97','\x39','\x82','\x89','\x2a','\x4d','\x2c','\xa8','\x1c','\x11','\x78','\xc5','\x01','\x44','\x60','\x5e','\x16','\x4a','\x2a','\x0c','\x8b','\x6c','\xd4','\x83','\x4c','\x64','\xdc','\x68','\xd9','\x75','\x2e','\xe0','\x15','\xa3','\x34','\x1e','\x6c','\x90','\x17','\x3f','\xcf','\x40','\xfd','\xbb','\xe3','\xaa','\x47','\x66','\x25','\x7e','\xc3','\xf7','\xe3','\xeb','\xb8','\x09','\xe3','\x5e','\x7a','\x40','\x71','\xcd','\x74','\x03','\x5d','\xdf','\x4b','\x83','\xb6','\x5f','\x17','\x78','\x60','\x91','\x77','\x10','\x30','\x86','\x4d','\xf6','\x07','\xb0','\x97','\x13','\x25','\x93','\xc3','\x6d','\xca','\xf9','\xeb','\x1e','\xe4','\x58','\x1a','\x1c','\xfc','\x18','\x19','\x93','\x57','\x4a','\x4c','\xfb','\x3e','\xea','\xfe','\x49','\x5d','\x92','\x44','\x30','\xa0','\x11','\xe2','\xcb','\x58','\x8c','\xfd','\x81','\x28','\x2e','\xc2','\x18','\x6c','\x2a','\x04','\x76','\x61','\xb7','\xc8','\xae','\x0d','\xf8','\x74','\x90','\xdc','\x04','\xa0','\xe3','\xdc','\xd2','\x75','\xc0','\x09','\xce','\x1f','\xf7','\x9f','\x8d','\x5e','\xe8','\x51','\x2d','\x91','\xc4','\xd8','\x0c','\xc6','\x33','\x50','\x33','\x72','\x0c','\xd2','\x1c','\xc2','\x29','\x95','\x6b','\x85','\xc1','\x27','\x43','\x0c','\x44','\xf0','\x99','\x70','\x25','\x7b','\x72','\x93','\x49','\x7c','\x9a','\xd0','\xde','\xfc','\x1f','\xe3','\xd1','\x8d','\x6b','\x1c','\xe3','\x60','\xcc','\xea','\x3f','\xf0','\x33','\x86','\xbb','\x70','\xf5','\x1b','\x94','\x39','\x9e','\x34','\xc9','\x63','\x2e','\x52','\xb8','\x8e','\x79','\xd0','\xdd','\xe3','\x14','\xfd','\x39','\x11','\xdf','\x31','\x9a','\xac','\xee','\xf7','\x77','\x3c','\x9a','\x3f','\xf9','\x1a','\xc6','\x6d','\xf8','\x3c','\x39','\xfc','\xe3','\x13','\x3c','\xb3','\x1f','\x7f','\xef','\xd8','\x17','\x24','\xc6','\xfd','\xb0','\xba','\x1e','\xef','\x1f','\xe8','\xbb','\x9a','\xcf','\xa3','\x32','\xb9','\x5e','\x21','\xb2','\x7b','\xbf','\x2f','\x91','\xcc','\x8a','\x8e','\x00','\xcc','\xff','\xa4','\x71','\xbe','\x83','\x3a','\x78','\xcd','\xeb','\x1c','\x1c','\x51','\xa7','\xdc','\x0c','\x51','\xfc','\x5e','\x85','\x32','\xff','\x9e','\x52','\x32','\x25','\x4d','\xd4','\xc6','\x4e','\xfb','\x6c','\xcd','\x45','\xcc','\x43','\x0b','\x67','\xf5','\x6a','\x32','\x70','\x1d','\xc9','\x86','\x57','\x4d','\x1c','\x33','\xcf','\xc5','\x9d','\xfa','\xfa','\xed','\x3a','\x63','\x71','\xcd','\x29','\xfa','\x3d','\xe0','\x3d','\x3b','\xa4','\xef','\x53','\xca','\x93','\xa0','\x9b','\x35','\x86','\x40','\x2e','\x47','\xd3','\xc1','\xeb','\x60','\x89','\x80','\x4a','\x4a','\xac','\x1d','\x12','\xe8','\xa2','\x07','\x57','\x23','\x41','\x11','\xa0','\x48','\x89','\xf5','\xcb','\xaf','\x49','\x86','\x3d','\x80','\x45','\xef','\xa1','\xae','\x9f','\xcc','\x25','\x89','\x41','\x62','\x9f','\x8d','\xcf','\x18','\x30','\x7e','\x5f','\x7a','\xdb','\x37','\xe2','\x41','\x59','\x1c','\x55','\x60','\xf0','\xf3','\xc9','\xf3','\xe4','\x81','\xe5','\x40','\xdd','\x46','\x3f','\xa2','\x70','\xa0','\x23','\x65','\xa6','\x54','\x30','\xd8','\x3b','\xdd','\xf7','\xd6','\xaf','\x87','\x1a','\x54','\x49','\xae','\xe7','\x32','\xec','\xb8','\x25','\xc6','\xc9','\xb0','\xb4','\x96','\x1c','\x01','\x44','\xf6','\x60','\x42','\x4d','\x83','\xc5','\x67','\xc1','\x6b','\x0f','\xd4','\x4d','\x84','\x24','\xba','\x53','\x98','\xcc','\x46','\xd3','\x57','\xff','\x53','\x00','\xa2','\x9a','\xb8','\x37','\x7a','\xc4','\xab','\xe0','\xc3','\xa5','\xcd','\x85','\xf2','\xfe','\x8c','\x72','\xce','\xb4','\xd4','\xa2','\x67','\x5c','\xdb','\xc1','\x1f','\x55','\xa5','\xb6','\x76','\xcd','\xb1','\x07','\x73','\x21','\xaa','\x42','\xbd','\xf7','\xe8','\x95','\xe6','\xcf','\xd2','\x75','\x3a','\x7e','\xb5','\x12','\xf3','\x77','\x24','\xd6','\x44','\xb5','\x6a','\x4f','\xf0','\x63','\x1a','\x38','\xe0','\x10','\xfa','\xbe','\x7d','\x7d','\x73','\xed','\x00','\x84','\x2d','\x71','\xce','\x4e','\x0b','\x42','\xc8','\x79','\x46','\x24','\xb1','\x6e','\x2e','\x06','\x1f','\x82','\x76','\xc3','\x76','\x3d','\xac','\xd1','\xaf','\xc7','\x67','\x44','\x2a','\x4e','\x4e','\x4c','\x51','\x02','\xb6','\x70','\x38','\xb4','\x98','\xb0','\xbb','\x71','\x82','\xf8','\xbc','\x94','\x58','\xf7','\x7d','\x0c','\x0d','\xc3','\x8d','\x01','\x48','\x44','\x42','\x17','\x0b','\x90','\xdb','\x0a','\x3b','\x08','\x02','\x6e','\xe1','\xae','\x36','\x1a','\x78','\x43','\xc5','\x1d','\xb3','\xaa','\xc1','\x7a','\x39','\xf3','\x71','\xbb','\xf0','\xf6','\xe5','\x85','\x8b','\x28','\xc7','\xbb','\x3b','\xbe','\xfe','\xc5','\xaf','\xf8','\xc9','\x5f','\xfc','\x9c','\x97','\x4b','\xe2','\xb2','\x79','\xb0','\xbe','\x69','\xf7','\xa6','\x9c','\x38','\xc5','\x78','\x6b','\x1b','\x5b','\xad','\x60','\x89','\x29','\xfb','\x7a','\x32','\x25','\xaf','\xd2','\x35','\xa9','\xd4','\x18','\xff','\x08','\x9c','\x9f','\x3e','\xf2','\xfc','\xe1','\x3d','\x4d','\x63','\xbe','\xe4','\x0c','\xa9','\x90','\x52','\xe6','\x50','\x32','\x93','\x09','\x4b','\x99','\xa3','\x3d','\x86','\x42','\xc6','\x93','\xfe','\xec','\x6b','\xe0','\x08','\x8c','\xbc','\xf7','\x47','\xc1','\x11','\x7a','\xa7','\xf9','\xaa','\x12','\x49','\x85','\x6b','\x77','\x14','\x65','\x2a','\x0e','\x1a','\x08','\xf1','\x3c','\x13','\xe1','\x76','\x9a','\x42','\xab','\x21','\xcc','\x73','\x21','\x95','\xd9','\xf5','\x3a','\x21','\x58','\x57','\xc1','\xc7','\x7a','\xf2','\x6a','\x43','\x99','\x27','\x72','\x0e','\x10','\xd3','\x7c','\x5d','\xd7','\x16','\x49','\x4c','\x6f','\x9c','\x5f','\x5e','\xd0','\x58','\x4b','\x1c','\x95','\xf6','\x6a','\x42','\xbb','\x78','\xf5','\x66','\xeb','\x8d','\xcb','\xf9','\x82','\x24','\xa7','\xe3','\xf5','\xee','\xae','\x85','\x35','\x00','\x15','\xf7','\xcb','\xb0','\xd8','\xef','\x85','\xaa','\xb0','\xad','\x2b','\xb5','\x6e','\x20','\x89','\x32','\xcd','\x94','\x69','\xa2','\xd3','\xb9','\x6c','\x1b','\xcd','\x3a','\x87','\xe3','\x1d','\xaf','\x0e','\x6f','\xb8','\x7f','\x7d','\x4f','\x9e','\x26','\x2e','\x97','\x8d','\xa7','\x97','\x67','\xb6','\x6d','\xf3','\x54','\x30','\x1b','\x87','\x29','\x63','\x93','\x72','\x4a','\x47','\x4e','\x65','\x66','\x91','\x44','\x51','\x83','\xad','\xd2','\xd6','\xe6','\x7a','\xa4','\xcb','\xc5','\x2b','\x00','\x19','\x2e','\x97','\x33','\x2f','\xcf','\x4f','\xdc','\xbd','\x7e','\xe0','\xd5','\xeb','\x07','\xbe','\x5a','\xbf','\xe2','\xed','\x87','\x77','\xd4','\x97','\x8d','\x4b','\xcf','\x0e','\x12','\xc5','\x78','\x35','\xb3','\xa0','\xba','\x35','\xa7','\x78','\x03','\x79','\x12','\x8e','\x53','\x66','\xbe','\x7f','\x60','\x29','\x33','\xed','\x79','\x75','\x8d','\x70','\x9e','\x68','\x24','\x5e','\x2d','\x0b','\x77','\xbf','\xbc','\x23','\x01','\xeb','\xb6','\xf2','\xf6','\xdb','\x6f','\xf9','\xed','\xdf','\xff','\x3d','\x1f','\xde','\x7d','\xc3','\xb9','\x1b','\xbf','\x79','\x7e','\x64','\x93','\xc6','\x57','\xa7','\x13','\xa9','\x17','\x24','\xaf','\xb0','\xe2','\x80','\x58','\xeb','\xae','\x95','\xc1','\x9f','\xb3','\x0e','\x83','\x21','\x88','\x8a','\x6a','\x2c','\xdb','\x64','\xca','\x9c','\x77','\xca','\x6a','\x55','\x23','\xa5','\x68','\x80','\x6b','\xb2','\x03','\x89','\x49','\x12','\x8b','\x65','\x4a','\x17','\x67','\x01','\x84','\x21','\x54','\x8a','\x39','\x9e','\xd3','\x44','\xc9','\x13','\x69','\x2a','\xa8','\x19','\xcf','\x2f','\x17','\xce','\x6d','\xe3','\xd2','\x2a','\xab','\x75','\xdc','\xa7','\xc0','\xc1','\x72','\xcb','\x1d','\xdb','\x94','\xcb','\x76','\x71','\x17','\x3e','\x55','\xf2','\xe4','\x14','\xeb','\x66','\xca','\xd6','\x2a','\x5b','\x6b','\x20','\xe6','\x96','\xf8','\x91','\x20','\xa5','\x69','\x62','\x0a','\x1a','\xb6','\x74','\x9c','\x85','\x95','\x1a','\xe4','\xee','\x63','\x10','\xdc','\x09','\x6e','\x94','\x6f','\xc5','\x62','\x6f','\x63','\xb7','\x05','\xdf','\xb7','\x32','\x3e','\xdd','\x4e','\x04','\xae','\xf7','\x47','\x3e','\xfd','\x5d','\x2c','\x7b','\x0c','\xe9','\x0a','\x78','\x3c','\xab','\xd6','\xf7','\x2f','\x74','\x30','\xc0','\x63','\x6c','\x4f','\xb4','\x5d','\x63','\x3b','\x5a','\xd4','\xf8','\xf2','\x34','\xfe','\xa2','\x0c','\x83','\x16','\x7e','\xb0','\xaf','\xfd','\xc8','\x2b','\x62','\xff','\xdb','\xca','\x54','\xda','\xd7','\x35','\xff','\x59','\x1f','\x40','\xf4','\x67','\xd7','\xb4','\xc7','\xf7','\x1e','\xc8','\x78','\x15','\x3e','\xe2','\xd0','\xfd','\xfc','\x06','\x80','\xf8','\x85','\xd7','\x0f','\x12','\x20','\xd7','\xd4','\x84','\x55','\x6b','\xf2','\xf2','\x6c','\x33','\xa7','\xd7','\x09','\xea','\x6e','\x42','\xea','\x2e','\x2f','\xd7','\x13','\x87','\x11','\xd5','\xc9','\xf8','\x2b','\xd7','\x03','\xcb','\xa0','\xf0','\xe8','\xb0','\x4a','\x8e','\x1b','\x2d','\xd7','\xcd','\xa4','\x77','\xcf','\xd4','\x13','\xbe','\xa8','\xe4','\x30','\x5d','\xb8','\x4d','\x94','\x3e','\x09','\x36','\xd5','\x8d','\x18','\x06','\x92','\x7d','\x5b','\xfd','\xb9','\x5e','\xcc','\x10','\x72','\xd9','\xfe','\xa0','\xaf','\xf7','\x7b','\x88','\x46','\xd3','\x8e','\xf2','\xfb','\xb1','\x93','\x07','\x89','\x1a','\xfe','\xf8','\x26','\x37','\x1b','\xb4','\x81','\xa6','\x70','\x0c','\x1a','\xba','\x91','\x98','\x2c','\x2d','\x56','\x65','\xc6','\x43','\x48','\x91','\x05','\x8f','\x24','\xe6','\x8f','\xd3','\x25','\x69','\x8f','\x5e','\x14','\x41','\x8c','\xd0','\x7e','\xfd','\x7c','\xea','\x11','\x50','\x0e','\x2b','\x65','\x09','\x0d','\x8f','\xa4','\x40','\xbf','\x6f','\x6c','\xb3','\x63','\x03','\x94','\xd8','\x10','\x95','\x10','\xc1','\xee','\x83','\x9b','\x9d','\x26','\x32','\x7e','\x70','\x0d','\x38','\xaf','\x76','\xcc','\x43','\x17','\xb3','\xff','\xce','\x8c','\xb6','\x6b','\xb8','\xc6','\x24','\x88','\x00','\x6c','\xa7','\xee','\xf9','\x86','\x5d','\x26','\x17','\x08','\x8f','\x11','\x3c','\x2a','\x52','\xa3','\x21','\xe0','\x48','\x36','\x87','\x7a','\x00','\xf3','\x01','\x9f','\xc4','\xc8','\x61','\x0a','\xe0','\x9f','\xd5','\xeb','\x99','\xc5','\xfc','\xd2','\x08','\xfc','\x09','\xc4','\x2e','\x49','\x88','\x48','\x23','\x38','\x30','\xd8','\x29','\x86','\xfb','\xb0','\xc0','\x11','\x06','\x09','\x2e','\xb3','\x9f','\x7b','\x04','\xdd','\x38','\xba','\x1a','\xb9','\xc6','\x9e','\x43','\xda','\x7e','\xcf','\x6e','\x38','\xae','\x71','\x7f','\xff','\xb4','\x6b','\xe0','\x3a','\x6f','\xe2','\x77','\x7f','\x6c','\x82','\x07','\xd7','\xcf','\xfc','\xd8','\x7b','\x25','\xac','\x5f','\x3c','\x68','\x1f','\x54','\xb3','\x6b','\xc6','\xe2','\x00','\x80','\xee','\xe8','\xb5','\xd3','\xe2','\xfa','\x38','\x01','\xbf','\x46','\x15','\x87','\xbb','\x24','\xc6','\x94','\x0a','\xc3','\xd9','\x2c','\xc8','\xc5','\x7e','\x55','\x7d','\xbf','\x0d','\x5c','\xd7','\x3f','\xff','\x4b','\x8a','\xaa','\x96','\xe3','\x16','\xd7','\xc5','\x72','\x08','\x85','\xc7','\x1d','\x74','\x4e','\x7d','\x8f','\xe0','\xd7','\xc7','\xd9','\x35','\x49','\xf0','\xe0','\x5d','\x19','\xa6','\x18','\xae','\xdb','\x50','\x03','\x7a','\xdf','\xc5','\xff','\x0a','\x11','\x21','\xdd','\x26','\x1b','\xd7','\x05','\x54','\xc6','\xb3','\x8d','\x40','\xdf','\xf7','\x11','\xa7','\xd1','\x08','\x38','\x85','\x2d','\xb2','\xa5','\x51','\xc9','\xf2','\xf5','\x02','\x6f','\x5e','\x6a','\xe6','\x96','\xd1','\x16','\xd6','\x9f','\x66','\xd0','\x35','\xac','\x65','\x03','\x6d','\xd2','\x91','\x5c','\x72','\x15','\x65','\xc6','\x1c','\xc1','\x2f','\xc3','\x1f','\x43','\xcc','\xeb','\x41','\xb5','\x1b','\xcf','\x73','\x0c','\x15','\x21','\xef','\x6b','\x9c','\x04','\x32','\xa6','\x91','\xac','\x77','\xfa','\x7e','\x1f','\x88','\x20','\xde','\xd4','\x11','\x44','\x77','\xb6','\xbc','\x3e','\xc6','\x1e','\xc9','\x98','\x57','\x3b','\xaf','\x00','\x53','\x0a','\x07','\x24','\x0f','\x26','\x7d','\x43','\x19','\x36','\xd7','\x86','\x27','\x95','\x6e','\x26','\xe1','\x1b','\xa0','\xdb','\x8a','\x87','\xeb','\x5e','\xc4','\xed','\x63','\xf9','\x50','\x55','\xb7','\x58','\x2e','\x39','\x12','\x60','\x6f','\xe6','\x39','\xc6','\x00','\x78','\xbf','\x37','\x0b','\xae','\x79','\xc9','\x8e','\xc6','\x88','\x44','\xf5','\x29','\xa5','\x7d','\x5d','\x52','\x55','\xfa','\x8d','\x96','\xd4','\xf0','\xc4','\x3a','\xa5','\xc4','\x94','\x27','\x44','\xb2','\x5b','\x3f','\xd7','\xea','\x86','\x19','\x3b','\x58','\x34','\x76','\xa2','\x7d','\xb9','\x89','\xf9','\x60','\xfb','\x79','\x8f','\x41','\x20','\xb0','\xdf','\xfb','\xae','\x6e','\x31','\x3c','\x78','\xf0','\x5e','\x29','\x09','\x30','\x0e','\x5f','\x87','\x05','\xc3','\x6a','\x50','\x86','\xb3','\x8f','\xa8','\x34','\x02','\x69','\x61','\xdf','\xdb','\x52','\x68','\x2f','\x5d','\x03','\x14','\xeb','\x62','\x24','\x63','\xeb','\x65','\x45','\x6b','\xf7','\x4a','\x5b','\x0a','\xb4','\x3a','\xec','\xc9','\x15','\xc1','\x21','\x55','\xf3','\x44','\x8d','\x00','\xbd','\x22','\xc1','\xd1','\x98','\xdd','\x9e','\xdc','\x8f','\xe4','\x8d','\x7d','\xcc','\x7b','\x65','\x03','\x12','\xa3','\xaa','\xe6','\x36','\xef','\x6a','\x09','\x95','\x02','\x56','\xfc','\x7b','\x44','\xdd','\x25','\xca','\xdc','\xbd','\x73','\xc5','\xd8','\x80','\x76','\x38','\xf0','\x71','\xdb','\x78','\xf7','\xf6','\x3d','\x97','\xa4','\xd8','\xe9','\xc4','\x9b','\xaf','\x5f','\x71','\x7a','\xf3','\x9a','\xfc','\xf5','\x1b','\x9e','\x98','\xf8','\x90','\x94','\x75','\x4e','\x88','\xb8','\x90','\xdf','\xba','\xed','\x54','\xb1','\xd6','\x1a','\xc9','\x8c','\xc3','\x3c','\x33','\xe7','\xb0','\xbb','\x8e','\xe7','\xb2','\xd1','\x29','\x92','\xbc','\x5f','\x31','\x42','\xeb','\xe6','\x89','\x43','\xf4','\x30','\xa3','\x4c','\x4c','\xc7','\x89','\xf9','\x78','\x24','\x2f','\x0b','\xa4','\xd9','\xc5','\xeb','\xb5','\xfa','\x71','\x3c','\x33','\x88','\x58','\x62','\xf4','\x52','\xf3','\x1e','\x32','\x09','\xe7','\xb5','\xba','\xd1','\x4f','\xe8','\xb3','\x9a','\x57','\x77','\xd0','\x46','\x6b','\x95','\x4b','\xad','\x24','\x31','\x4a','\x54','\xe0','\xe6','\x79','\xa6','\x4c','\xde','\x38','\x31','\x4f','\xc5','\x47','\x71','\x76','\x40','\x65','\x2a','\x99','\x92','\x5d','\x0f','\xb4','\xf6','\x46','\xad','\x2b','\xad','\x29','\x17','\x53','\xd7','\x0d','\x95','\xec','\xc8','\x7e','\xb4','\x27','\xa8','\xda','\xa8','\xdb','\xc6','\x65','\xdd','\xd8','\xea','\x8a','\x5e','\x2e','\xa4','\xd6','\x29','\x65','\x62','\x9e','\x0b','\xf3','\x7c','\x60','\x99','\x17','\xa6','\xb9','\x38','\x20','\x32','\x92','\xa5','\x7e','\x83','\xc8','\x48','\x38','\x97','\xe5','\x70','\x4b','\x64','\x68','\x2a','\x13','\x77','\xa7','\xaf','\x58','\xa6','\x99','\xf9','\xb8','\x30','\x1d','\x8f','\xcc','\xcb','\x04','\x08','\x6b','\xed','\x5c','\xb6','\x95','\x6e','\xc6','\xf1','\x74','\xe4','\x74','\x7f','\x4f','\x99','\x66','\x5a','\x53','\x1e','\x2e','\x0f','\xbc','\x9c','\x5f','\xd8','\x2e','\x1b','\x64','\x58','\x8e','\x5f','\x91','\x50','\xd6','\xcb','\x4a','\x5b','\x57','\xce','\xeb','\x05','\x2e','\x1b','\x69','\xed','\xe8','\xe6','\x74','\xbe','\x22','\xf0','\x66','\xba','\xc7','\x04','\x2e','\xab','\xf1','\xf8','\xed','\x47','\xee','\xee','\x5e','\x73','\xff','\xf3','\x9f','\x70','\xba','\x7f','\xcd','\xe1','\xee','\x15','\xf5','\xb2','\xee','\x00','\xd4','\xe8','\x25','\x65','\x79','\x42','\x65','\x72','\x27','\x47','\x32','\x2f','\x66','\xa4','\xd6','\xd0','\x94','\x39','\xe5','\xc4','\x34','\x9f','\x48','\x32','\x23','\xad','\x21','\x29','\xb3','\x49','\x66','\xb5','\xcc','\x91','\xb0','\x9d','\x3f','\x14','\x5e','\xff','\x4c','\x68','\xd9','\xa8','\x4b','\xe2','\xfb','\xef','\xbe','\xe3','\x77','\x1f','\xde','\xf2','\xed','\xe5','\x03','\xff','\xfe','\xe7','\xbf','\xe2','\x24','\xc2','\x94','\x94','\x69','\x16','\xa6','\x34','\x23','\xd9','\x82','\x1d','\xb0','\xf9','\xba','\xa4','\x16','\x40','\xb5','\x20','\x83','\x0e','\xac','\x81','\xd5','\x25','\xd7','\xc6','\x5a','\xf5','\x3d','\x20','\x65','\xa3','\xe4','\xd0','\x94','\xa9','\x83','\xbf','\x39','\xbb','\x7e','\x72','\x53','\xa5','\xab','\x53','\x39','\x35','\x95','\xa8','\x88','\x4f','\xa4','\x65','\xc6','\x96','\x89','\x9a','\x84','\xe7','\xd6','\xb9','\xd4','\x95','\x4b','\xdf','\x38','\xf7','\x4a','\x4b','\xe2','\x2e','\x7e','\xd9','\xe9','\xa4','\x4d','\x12','\xad','\x57','\x68','\x8d','\xa4','\x8d','\xdc','\xcb','\xee','\x2a','\xa7','\x18','\x5a','\x8c','\x9e','\xc7','\x3e','\xe9','\x0e','\x24','\x05','\x65','\xb6','\x48','\xea','\x2c','\x2a','\xbc','\xd1','\x84','\xca','\x8a','\x5f','\x57','\x43','\xa9','\x0a','\xa5','\xbb','\xd4','\x29','\x07','\xc8','\x64','\x89','\x2b','\x3d','\x76','\xe0','\x28','\xb0','\xf7','\x4b','\xda','\xb7','\x64','\x09','\x36','\x86','\xa9','\xcb','\x3d','\x02','\x90','\xcc','\x99','\x5d','\x26','\x31','\x4c','\x70','\x46','\xe4','\x71','\x9b','\x35','\x24','\x11','\xc8','\xe2','\x2e','\x84','\xb9','\x30','\x5c','\x68','\x75','\xc4','\x01','\xe2','\x29','\xe3','\xa8','\xd4','\x7c','\x02','\xf2','\xfd','\xe8','\x2b','\x62','\x95','\x91','\x4a','\xc4','\x8f','\x74','\xec','\xd5','\x32','\x24','\x1c','\xec','\xe0','\xe6','\x27','\xb4','\x6c','\x71','\xa3','\x0b','\x97','\xac','\xdf','\x68','\x80','\x63','\xee','\x28','\x60','\xbd','\xb3','\x6d','\x46','\xcf','\x5f','\x4e','\x81','\x7e','\x68','\x82','\x10','\xe2','\x2c','\xb7','\xf5','\x4d','\x2e','\x7a','\x8a','\x64','\x00','\x53','\x92','\x36','\xa7','\x8c','\x44','\x50','\xbf','\x0b','\xdc','\x65','\xd0','\x0d','\x06','\x3a','\x6d','\x3b','\x1a','\xfa','\x39','\x4a','\x8e','\xd9','\xbe','\xd9','\x7d','\x42','\x5b','\x13','\x81','\xae','\x2e','\x6a','\xca','\x69','\x6f','\x8e','\x3a','\x82','\xf2','\xfd','\xe2','\xcd','\x62','\x50','\x45','\x80','\x92','\x02','\xc5','\x8e','\x20','\x49','\xa2','\xcc','\x63','\xa3','\xb9','\xd2','\x38','\xb6','\x7d','\xf6','\xf7','\x08','\x70','\x2c','\x02','\x3e','\x07','\xf0','\x86','\x20','\xdc','\x07','\x16','\xdd','\x51','\x34','\x17','\xe5','\x4a','\xd8','\x21','\x5f','\xbf','\x63','\x20','\x88','\x63','\x93','\x33','\x19','\x4c','\xee','\x7f','\xbe','\x2e','\x69','\xe8','\x45','\xae','\xc6','\x08','\xd7','\xcf','\xdb','\x08','\x24','\x19','\xcf','\x02','\x17','\xc8','\x11','\xc8','\x71','\xa0','\xd4','\x41','\x2c','\xda','\x83','\x95','\x28','\x3e','\x79','\x80','\x13','\x24','\xd1','\x91','\x90','\x5c','\x47','\x6b','\xd0','\x54','\x82','\x37','\x7d','\x0d','\x29','\xfc','\x09','\xee','\x28','\x44','\x8c','\x58','\x77','\x4b','\x8b','\xa9','\x17','\x3f','\x73','\x2a','\x13','\x7e','\x61','\x9a','\x90','\x72','\xbd','\x6f','\x41','\xc9','\x8e','\xe4','\x2e','\xcc','\x1f','\x2c','\x9e','\xf3','\x10','\xf7','\xca','\x7e','\x38','\x46','\x89','\x95','\x9b','\xf7','\xfb','\x33','\x1a','\xc1','\x31','\x9f','\x7c','\xc6','\x7f','\xec','\x01','\x8a','\x3b','\x58','\xc5','\x3d','\x88','\x20','\xd0','\x33','\xd3','\x48','\x5e','\x2d','\xc7','\xb3','\x8f','\x09','\x05','\x3b','\xa2','\xbd','\x53','\x67','\x08','\x7d','\xc4','\xa8','\x8c','\x8c','\x85','\xdf','\xe4','\x4f','\xbe','\x86','\x71','\x0c','\x18','\x5c','\xdd','\x2b','\x30','\xf0','\xc5','\x04','\x8f','\x2f','\x25','\x54','\xe3','\xd9','\xcb','\x97','\x93','\xc1','\x04','\x39','\xaa','\x57','\xad','\xc6','\x39','\x0d','\xae','\x17','\x90','\xa5','\xf8','\xbe','\x9f','\x07','\xc5','\x71','\x50','\x85','\x32','\xa3','\xa9','\x2a','\xfb','\x9d','\x0b','\x4d','\x8f','\x82','\xbb','\xd2','\xf9','\x43','\x6c','\xa8','\xcf','\x9f','\x6e','\x58','\xd0','\xe4','\x4a','\xf1','\xe0','\x60','\x04','\xbd','\xa3','\x67','\x10','\x37','\xa3','\xa8','\xd5','\x4a','\xd3','\x40','\x3d','\xf1','\xf3','\x2c','\x92','\x20','\x5d','\xe9','\x4a','\xbb','\x63','\x4e','\x24','\x73','\x0e','\x8c','\xfa','\x75','\x08','\x09','\x4d','\x1a','\x09','\x50','\x0d','\xdd','\x5e','\x09','\xaa','\x52','\xf4','\xc9','\xc1','\x9b','\x04','\xee','\x7a','\xa4','\xd1','\x5b','\xec','\x66','\x2e','\xc4','\x8a','\xe2','\xe3','\xb8','\x7b','\xb0','\xae','\x31','\x08','\xd4','\x57','\xe3','\x40','\xdd','\x65','\x7f','\xbf','\xc5','\x20','\xf3','\xe5','\x28','\xfa','\xe1','\x00','\xb5','\x3a','\xc5','\xe7','\x50','\x0a','\x09','\x37','\x57','\x19','\x6e','\x8b','\x9e','\x50','\x0f','\x8b','\x87','\xd1','\xaf','\xcc','\x7c','\x43','\x8a','\x44','\x90','\x28','\x3c','\x0e','\x7a','\xa9','\x37','\x18','\x4e','\x60','\x41','\x09','\x20','\x5c','\xef','\x5a','\xdf','\xe9','\x68','\xae','\x1b','\x2c','\x91','\xf8','\xdc','\x80','\x40','\x36','\x9e','\x5a','\xac','\x4b','\x63','\xcc','\x31','\xd6','\x12','\x09','\x61','\xbe','\xdf','\x8c','\x28','\xa0','\x01','\x8e','\xb2','\x0f','\x17','\x33','\x33','\x23','\xf5','\x84','\x6d','\x9b','\xd3','\x0f','\xcb','\xd5','\xbd','\x6d','\x2c','\x64','\x5e','\xed','\xf2','\x20','\xc0','\x62','\x6d','\xf7','\x4a','\x59','\xac','\x57','\x21','\x36','\x1e','\x6b','\xdd','\xa8','\xc0','\xe0','\xcb','\x1c','\x57','\xb3','\x16','\x3e','\x71','\xc1','\x54','\x55','\xd6','\x6d','\xa3','\xd6','\xca','\x32','\x3b','\x85','\x68','\x9a','\x67','\x37','\xa8','\xc8','\x99','\x6d','\xab','\xb4','\x6d','\x65','\x16','\xaf','\x18','\xf5','\x61','\xb5','\xce','\x48','\x12','\x52','\xac','\xdb','\x69','\x9f','\xe3','\x63','\xdf','\xb9','\xd5','\xad','\xee','\x8d','\x3f','\x07','\x1d','\x50','\x46','\xed','\xce','\xd8','\x47','\x5c','\x0c','\x9a','\xda','\x7c','\xac','\x79','\x85','\xe6','\x5a','\x2d','\x8a','\x6f','\x88','\x06','\xb7','\x82','\x75','\x4f','\xf6','\x24','\xb1','\xcf','\x39','\xaf','\x72','\x7a','\xd2','\x90','\x32','\xde','\x67','\x0f','\xdf','\x57','\x7b','\x04','\x12','\xb2','\x1f','\xcf','\x03','\xab','\xb1','\x96','\x5c','\xff','\xce','\x8e','\xe2','\xba','\x95','\xb5','\x0f','\xa3','\x64','\xd1','\xdb','\x49','\xfb','\xae','\xef','\x91','\x48','\xf8','\x44','\x3d','\xd1','\x11','\xcb','\x74','\xf3','\x3d','\xbd','\x69','\x45','\x55','\xd8','\x04','\x5e','\x4c','\x38','\x77','\x78','\xb7','\x7e','\xe4','\x63','\x6f','\x30','\x1f','\x99','\x5f','\xdd','\xb3','\xfc','\xe4','\x2b','\xca','\x9b','\x23','\x36','\xcf','\x7c','\xb4','\x4e','\x7b','\xd9','\xb8','\x08','\xa4','\x43','\xe6','\x30','\x1f','\x98','\x4a','\x61','\x5b','\x57','\xce','\x4f','\x8f','\x5c','\xd6','\xb6','\xaf','\x99','\x4b','\xc9','\x1c','\x64','\x0a','\xca','\x11','\x98','\x76','\x26','\x89','\xae','\xf4','\xa9','\x30','\x89','\x70','\x38','\x2d','\xcc','\x66','\x3c','\x5d','\xce','\x3c','\x3f','\xbf','\x78','\x05','\x64','\x5b','\x69','\x14','\x9f','\x33','\xb9','\xa2','\x01','\xe8','\xdd','\x3a','\x28','\x4a','\x38','\xda','\xa9','\x1a','\x68','\xb4','\xe4','\x20','\xa1','\x2a','\x41','\x4b','\x0d','\x91','\xbc','\xb8','\x9e','\x70','\x99','\x0a','\x53','\xce','\x6c','\x81','\x38','\x94','\xc9','\x75','\xb6','\x29','\xe6','\x51','\xef','\x5e','\xbd','\xb2','\x31','\xfe','\x23','\xc8','\x93','\xe4','\x88','\x78','\xed','\x8d','\x5e','\xc3','\xf9','\x51','\x7c','\xa6','\xab','\x81','\x44','\x3f','\xa1','\x9c','\x73','\xe8','\x3c','\x84','\xe3','\x61','\xe1','\x74','\x7f','\x62','\x6e','\x9d','\xd2','\x3b','\x96','\x9c','\x52','\x79','\x98','\x16','\xef','\x1f','\x74','\x77','\xe4','\x30','\x1f','\x48','\x22','\xb4','\x5e','\x59','\xcf','\x17','\xaf','\x1c','\x96','\xcc','\x14','\xf6','\xd6','\xa9','\x94','\x7d','\x4f','\xe8','\xdd','\x58','\xc9','\xcc','\xcb','\x1d','\xa7','\xd3','\x91','\xa9','\x4c','\x28','\x0e','\x3c','\xaa','\x29','\x92','\x33','\x5b','\xef','\xbc','\x5c','\x2e','\x41','\xc9','\x13','\xaf','\x16','\x75','\x75','\x4a','\x9d','\x76','\x1a','\x9d','\x56','\x3b','\xdb','\x76','\x41','\xda','\x46','\x5d','\x57','\xb4','\x75','\x4a','\x55','\xe6','\xae','\x2c','\x96','\xc9','\xe5','\x80','\x59','\x47','\x64','\x62','\x99','\x17','\xc8','\xc2','\x37','\x97','\x47','\x9e','\xdf','\x3d','\xf2','\xe1','\xd5','\x07','\x0e','\x5f','\x7d','\x45','\x09','\x73','\x86','\x5e','\xa0','\xa4','\xd9','\x93','\x4d','\x75','\xbd','\x4d','\x52','\xdc','\xb1','\xb0','\xba','\x9d','\xfe','\x92','\x13','\x2b','\x60','\x5b','\x65','\x6d','\x8d','\x83','\x65','\xe6','\x9c','\x99','\xcb','\x11','\x29','\x09','\x2b','\x89','\x6d','\x33','\x5e','\xce','\xab','\x8f','\xed','\x39','\xb3','\x1c','\x8e','\x7c','\xf5','\x17','\x7f','\x41','\xfe','\xea','\x35','\xf9','\xd7','\xff','\x40','\xfb','\x6d','\xe2','\xfd','\xfb','\xef','\xf9','\xeb','\x6f','\x7f','\xc3','\x9b','\x79','\xe1','\xcd','\x72','\xe0','\x55','\xc9','\x3c','\x94','\x4c','\x49','\xc9','\x2d','\xe0','\xab','\x57','\x7e','\xf3','\x34','\xcc','\x47','\x70','\xf0','\x27','\xca','\x9a','\xa2','\xee','\x5a','\x99','\xd4','\xcd','\x0b','\xe6','\x52','\x98','\xa5','\x50','\x34','\xb9','\xa9','\x4e','\x33','\x1c','\x31','\x30','\x7a','\x32','\xb6','\xd6','\x5c','\x7b','\x8d','\x90','\xcb','\xc2','\x7c','\x5c','\x38','\x1c','\x0f','\xc8','\xec','\xc9','\x4f','\xd5','\xc6','\x8a','\xf2','\xd2','\x94','\x17','\x94','\x17','\x9c','\x16','\xe6','\x7b','\x83','\x52','\x11','\xaa','\x29','\x39','\x0b','\xcb','\xec','\x4d','\x62','\x2f','\x56','\xd1','\x6a','\x28','\x1d','\x4d','\x09','\x2d','\x51','\x95','\x15','\x4f','\xa2','\x2d','\x79','\x23','\xb5','\x6c','\x20','\x7a','\x63','\xf8','\x30','\x67','\x3c','\x66','\xaf','\x88','\x97','\x1a','\x49','\x96','\x98','\x0d','\xa6','\x94','\x58','\x52','\xf6','\xfe','\x4d','\x86','\x37','\x8f','\xed','\xde','\x14','\x74','\x80','\x5b','\xd7','\x64','\x68','\xac','\xef','\x83','\x32','\x9b','\xf6','\xd5','\x6a','\xc4','\x1a','\xc3','\x14','\x6a','\x24','\x40','\xb7','\xb4','\xe8','\xb1','\x6e','\x4a','\x72','\xe0','\x6b','\x34','\x28','\x85','\xe2','\x53','\xcf','\x7a','\xe4','\xf0','\x11','\xec','\x84','\x53','\xee','\xe7','\x7a','\xca','\x11','\xaf','\xda','\xbe','\xdd','\x8e','\xf3','\xb4','\x2b','\x70','\x7e','\x93','\x05','\x7d','\x9e','\xae','\xdc','\x82','\x68','\x3b','\x50','\x96','\xd8','\xab','\x40','\x79','\x68','\xea','\xd4','\x50','\xaf','\x61','\x60','\xa6','\xde','\x44','\x5b','\x3b','\xc3','\x48','\xff','\xf3','\xd7','\x0f','\x4d','\x10','\x62','\x43','\x70','\x5a','\x80','\xc6','\xcd','\xf3','\x07','\x60','\xea','\x01','\xe5','\x54','\xc4','\x4b','\xe8','\xda','\xf7','\x13','\x95','\x24','\xde','\x75','\x78','\x2a','\x81','\xa8','\x75','\xa6','\x92','\xf6','\x98','\xfa','\xca','\x31','\x0c','\xa3','\x04','\xed','\x5e','\x25','\xb1','\xeb','\xcd','\xf6','\xec','\x2d','\x41','\x6b','\x8e','\x58','\xed','\x17','\x7f','\xf3','\xb8','\x46','\xa9','\xce','\xcc','\x43','\xb2','\x94','\x91','\xe2','\x71','\xf6','\x8d','\x46','\x2a','\x90','\xbc','\x40','\x74','\x23','\x69','\xf8','\x84','\x42','\xe7','\x27','\xb5','\x87','\xf6','\x8a','\x85','\xe3','\xf1','\x08','\x22','\x62','\x93','\x19','\x37','\x3f','\x8d','\xf7','\xe9','\xbe','\x71','\xee','\xc1','\xf7','\x88','\x9a','\x87','\x3e','\x7c','\x3f','\xf1','\x6b','\x40','\xf2','\x47','\xeb','\x92','\x8a','\x8c','\x03','\xfe','\xe8','\xe7','\xe3','\x0e','\x78','\x66','\x3c','\xa2','\x98','\x71','\xee','\x7a','\xdd','\x3c','\x47','\xe0','\x11','\x61','\x41','\x0c','\x9c','\x91','\x34','\xf9','\x71','\xf6','\x7e','\x4c','\x72','\xdd','\xec','\x47','\xa0','\xe7','\xff','\xf0','\xff','\x8e','\xdf','\xcb','\x4e','\xd7','\xb2','\x9b','\xfc','\xe8','\xba','\x41','\xef','\x09','\x2e','\xe1','\x7e','\xd5','\xfb','\x7e','\xb9','\xd7','\xaa','\xde','\xc0','\x2b','\xa2','\x02','\x97','\x04','\x4d','\xe2','\x54','\x46','\x91','\xfd','\x19','\x68','\x34','\x08','\xb1','\xeb','\xec','\x01','\x7c','\x83','\xf3','\x1e','\x2f','\x61','\xbf','\x2d','\x69','\xbf','\x57','\x23','\xbd','\x42','\x6f','\x2a','\x4e','\x37','\x4f','\xc7','\xcc','\x03','\xf6','\x4e','\x23','\x59','\xa0','\xe0','\xc9','\x30','\x9c','\x87','\xdb','\x42','\xa4','\x6c','\x51','\x2a','\x57','\xd5','\xfd','\x1c','\xf6','\x7b','\xf4','\x2f','\x70','\x0d','\x12','\x8b','\x13','\x01','\x38','\xfc','\x21','\x09','\xde','\x6d','\x42','\x35','\x7e','\xf7','\xe5','\xf7','\xc6','\x82','\x63','\x6e','\xbf','\x7d','\xab','\x41','\xf1','\xf1','\x72','\x5d','\xa4','\x46','\x05','\x4c','\xf5','\x86','\x5a','\x33','\x8e','\x97','\xbc','\xff','\xc4','\x48','\x72','\xbd','\x1a','\xa2','\x7b','\x85','\x41','\x24','\xca','\xf8','\x83','\x9a','\x69','\x16','\x08','\xdc','\x48','\x66','\x8c','\x54','\xe2','\x7c','\xe2','\x9c','\xdd','\xd5','\x6c','\x2c','\x75','\x41','\x57','\x34','\x07','\x1c','\x06','\x0d','\xa4','\xd5','\x4e','\xef','\xcd','\x9d','\xba','\x62','\x40','\x3a','\x92','\x26','\xbb','\xcd','\x27','\xbd','\x7b','\xb9','\x9e','\x84','\x9a','\x3f','\x4b','\x21','\x31','\x86','\xbe','\x57','\x51','\x84','\x2c','\x05','\xc9','\x9e','\x94','\xec','\xd6','\xc6','\x6a','\x5e','\xa1','\x88','\xb1','\x9c','\x24','\xaa','\x28','\x3b','\x95','\x2c','\xf8','\xa2','\x01','\xf2','\xe4','\x31','\x29','\x06','\x45','\x52','\x65','\xd7','\x10','\xf4','\xde','\xd1','\x5a','\xfd','\x73','\xd9','\x11','\xe5','\xb1','\xb1','\xf8','\xa0','\xf7','\x71','\xa9','\x22','\x10','\x4d','\x71','\x31','\x0d','\x8b','\x52','\x7c','\x1d','\x8b','\xa1','\xe4','\x95','\x8f','\x86','\x6a','\xf5','\xb2','\x7e','\x8e','\x4a','\x0d','\x85','\x24','\x8a','\x5a','\x43','\x6b','\x77','\x2e','\xf9','\xed','\x86','\x77','\xbb','\xe1','\x60','\x37','\xa3','\x92','\xfd','\x7d','\x39','\x95','\x58','\x4b','\xc6','\x73','\x1f','\x81','\xb3','\x86','\x96','\xb3','\x23','\x64','\x7f','\x66','\x88','\x37','\xae','\xb6','\xb0','\xc8','\x1e','\xd5','\xa5','\x48','\x24','\x8c','\xb1','\x69','\x0e','\xb0','\x20','\x81','\xe4','\x9d','\x4e','\x46','\xac','\x03','\x6e','\x15','\xed','\xe7','\xa8','\x3d','\x02','\x06','\xc6','\x3a','\x32','\x92','\x20','\x1f','\x57','\x3d','\x7a','\x1a','\x19','\xde','\xbb','\x63','\xac','\xb3','\xaa','\xdd','\x83','\xce','\x52','\x48','\xb1','\xbf','\xd4','\x6d','\x73','\x24','\xb7','\x44','\x20','\xda','\xae','\x60','\xd4','\x00','\xc4','\xda','\xa0','\x57','\xc7','\x39','\xfb','\x70','\xbe','\x26','\x5c','\xb7','\xaf','\x9d','\xe6','\xdb','\xdd','\xe9','\xab','\x77','\xaf','\xd2','\xa4','\x22','\xa4','\x14','\x1a','\xc7','\xec','\x95','\xc2','\x1e','\xe7','\xde','\xcd','\x3d','\xe3','\x92','\x0c','\xc6','\xbc','\x30','\x76','\x95','\x94','\x84','\xd6','\xc7','\x38','\xf0','\xf4','\x57','\x92','\x6f','\x12','\xad','\x57','\x44','\x5b','\x24','\x3b','\x9d','\x69','\x2a','\x60','\x99','\xda','\x5c','\xf7','\xe9','\x94','\x28','\x25','\x2f','\xe1','\xca','\x14','\x89','\xb6','\x75','\xa3','\x75','\x9f','\x7b','\x82','\xec','\xfa','\xac','\x2e','\x4e','\xb1','\xe9','\x01','\x5a','\x25','\x71','\x0a','\x6a','\x9a','\x0b','\xbd','\x67','\x2e','\xab','\x07','\x25','\x69','\xca','\xd4','\xde','\x59','\x7b','\xe7','\xdc','\x1a','\x67','\x35','\x5a','\xce','\x9c','\xad','\xf3','\x6e','\x5b','\x29','\xf7','\x0f','\xfc','\xfc','\x2f','\xff','\x12','\x4e','\x07','\x2e','\x18','\x97','\xd6','\xe9','\xc5','\xfb','\xa1','\xad','\xfd','\xc2','\x74','\x3a','\xb0','\x1c','\x17','\x72','\x99','\x29','\x92','\xe8','\xb5','\x92','\x4d','\xdc','\xcd','\x0c','\x5f','\x07','\x26','\x4b','\x64','\xd3','\x08','\xdc','\x40','\xad','\x31','\x99','\x41','\x00','\x03','\x93','\xc0','\x74','\x9c','\x91','\xa1','\xf5','\x6a','\x9d','\x97','\xee','\x76','\xcd','\xe7','\xfa','\x91','\xfa','\xa8','\x6c','\x06','\xa9','\x4c','\x4c','\xcb','\xe1','\x0a','\x60','\xa9','\xd2','\x7b','\xf5','\xb1','\x20','\x42','\x2e','\xde','\x6e','\x61','\x0a','\x31','\x7e','\x06','\xba','\x08','\x46','\xbf','\xea','\x83','\x48','\xe4','\x39','\x21','\xcb','\x8c','\xd3','\x7f','\xbb','\x27','\x4f','\x41','\x01','\x75','\x54','\xd9','\xed','\xd3','\x89','\x06','\x8b','\x6c','\x2b','\x86','\xeb','\x0f','\x0a','\x90','\x97','\xd9','\x75','\x69','\x65','\x0a','\xe7','\x4d','\x1f','\x73','\xa5','\x94','\x70','\x9a','\x3b','\x70','\x58','\x66','\xa6','\xd9','\x1b','\xa2','\xce','\x09','\x4a','\x8a','\x95','\x2d','\xb9','\xe3','\x5c','\xc9','\xa1','\xf1','\x88','\xcd','\xb8','\x35','\x65','\xab','\x2b','\xa3','\x25','\x84','\xe4','\x78','\x96','\xb1','\x6e','\x67','\x81','\xda','\x8c','\x4b','\xf7','\x26','\xa7','\x65','\x12','\x30','\xd7','\x0a','\xb5','\x6d','\x73','\x5a','\xa5','\x38','\x43','\xa7','\x98','\xd2','\xc5','\x7b','\x60','\xf5','\xad','\x52','\xdb','\xc6','\xb6','\x56','\xb6','\xcb','\x85','\xba','\xad','\x9c','\xcf','\x2b','\xb6','\x35','\x5e','\xdd','\x3d','\xf0','\xd3','\xc3','\xd7','\x48','\x55','\x0e','\xc7','\xcc','\x64','\xd0','\x2e','\x1b','\xa7','\x79','\xa1','\x84','\x09','\xc6','\x7c','\x58','\x58','\xb5','\xb2','\x6c','\x17','\x5e','\x7a','\x63','\x7d','\x6a','\x6c','\x4f','\x2b','\xf3','\x94','\xf9','\xc9','\xfd','\xd7','\xbc','\x7d','\xff','\x96','\x7e','\xd9','\x30','\x7a','\xf4','\x12','\x04','\x26','\x77','\xf9','\x6b','\x52','\x10','\xab','\x58','\x9a','\xe9','\x18','\x2f','\xdb','\x0b','\x4b','\xca','\x4c','\xf3','\x31','\x9a','\x80','\x3a','\xd8','\x33','\xe5','\x03','\x14','\xa5','\xa7','\xee','\xb6','\xd2','\x93','\xd0','\x52','\xa6','\x1c','\x66','\x7e','\xf2','\x70','\x60','\x79','\x38','\xb0','\x7c','\x7d','\xc7','\x6f','\xfe','\x7f','\x7f','\xcb','\xb7','\xff','\xf8','\xf7','\x9c','\x9f','\x9e','\xbc','\x2f','\xd0','\xeb','\x57','\x9c','\xe6','\x99','\x97','\xe7','\x95','\xc7','\xf3','\x0b','\xb3','\x2a','\xc7','\x65','\x8e','\xb6','\x05','\x37','\x80','\xc7','\x58','\xdf','\x2d','\x51','\x7b','\x73','\x2d','\xe8','\xe4','\x06','\x08','\xc2','\xe8','\x55','\xe7','\xd5','\x0f','\x4b','\x5e','\xb5','\x68','\x6a','\x5c','\x50','\xd6','\xdc','\xc9','\x79','\xe2','\xe1','\xe1','\xc8','\xdd','\xcf','\x7f','\xc2','\xab','\xaf','\xde','\xd0','\x10','\x7e','\xf7','\xee','\x2d','\xbf','\xfb','\xee','\x1d','\x6b','\xdd','\xa8','\x19','\x5e','\x50','\xce','\xe6','\x4e','\x90','\x48','\x26','\xa7','\x12','\x54','\xc9','\x99','\x5c','\x5c','\xaf','\x53','\x6b','\xe7','\xd2','\x37','\xd6','\x5a','\x69','\x18','\x5d','\xc0','\x8a','\xc7','\x2d','\xe4','\x6b','\xa5','\x5d','\xb2','\xeb','\x8c','\xcc','\x3a','\x19','\x05','\x15','\x5a','\x57','\x8a','\x75','\xee','\x54','\xc9','\xb5','\x7b','\x8c','\x63','\x02','\x39','\x33','\x2d','\x4b','\x34','\x35','\xf5','\x95','\xdd','\xd7','\xb2','\xcc','\x68','\x60','\x6f','\x8c','\x84','\x03','\x67','\x17','\x19','\x41','\xeb','\x1b','\xe0','\xed','\x15','\x00','\xf2','\xfd','\x5b','\xf6','\xf5','\x6f','\x80','\x2c','\x37','\x1b','\x89','\xcb','\x22','\xd4','\xcd','\x1a','\x34','\xd6','\x3a','\xcc','\x82','\xfa','\xca','\x0d','\xa9','\xc5','\xae','\x74','\x44','\x09','\x00','\xc7','\xae','\x31','\xe9','\xd0','\xe6','\x82','\x83','\xa2','\x39','\x9a','\x95','\x4a','\xd0','\x60','\x4d','\xa2','\x79','\xfa','\xd0','\x42','\x8b','\xf8','\x1e','\x6c','\x16','\xd5','\x84','\xcc','\xde','\xfb','\xd3','\xc4','\xf7','\xd2','\x00','\x16','\xf7','\x38','\x6c','\xaf','\x10','\x79','\xfc','\x91','\x6f','\xd6','\xfd','\x2f','\xbd','\x7e','\x98','\x00','\x75','\x73','\xc1','\x73','\x68','\x05','\x34','\xb9','\x18','\xd3','\x85','\x5c','\x06','\x61','\xa7','\x9a','\xc3','\x85','\xa8','\xf6','\xe8','\x86','\x1e','\x49','\x42','\x4e','\x99','\x2e','\x43','\xf0','\x68','\x98','\x5c','\xdd','\x84','\x06','\xdd','\x40','\x92','\x07','\xad','\x2d','\xca','\x68','\xfb','\x4d','\x11','\x1f','\x9e','\x6a','\x4e','\xbb','\xd8','\x91','\xc1','\x3d','\x20','\xbb','\xf2','\x14','\x2d','\x1e','\x98','\x23','\x6c','\x13','\x92','\xae','\x1d','\xcd','\xaf','\x19','\xac','\x4f','\xd0','\xa1','\x61','\x12','\x03','\x31','\x77','\x10','\xf1','\x44','\x02','\x7f','\x40','\x83','\x26','\x14','\x30','\xba','\x86','\xd9','\x40','\xb6','\xb8','\xad','\xf1','\x90','\x47','\x1d','\xe1','\x76','\x83','\xdd','\xa3','\x7f','\x19','\xd8','\xb4','\x6f','\x76','\x3a','\xec','\x6a','\x23','\x99','\xbc','\x39','\xe9','\x08','\x84','\xaf','\x48','\x6c','\x14','\xac','\x22','\xa8','\x8d','\xdf','\x0f','\x34','\x77','\xe8','\x9a','\x6e','\x0e','\xc5','\x1e','\x80','\x4b','\x88','\xd0','\x7c','\x20','\xee','\x5a','\xa8','\x3d','\x32','\xbe','\x06','\x7a','\xe3','\xfc','\x76','\xfd','\x93','\xfa','\x06','\x6d','\x31','\x19','\x74','\x50','\x35','\x2c','\x68','\x6f','\x7a','\x9b','\x38','\xc5','\x75','\x8c','\x20','\x34','\x28','\x33','\xb2','\x1f','\x62','\x8f','\xc4','\x19','\x22','\xd4','\x3c','\xb4','\x35','\xf1','\x3b','\xef','\x5a','\x3d','\x26','\x57','\xba','\x7e','\xef','\xfe','\x19','\xff','\x6f','\xde','\xc7','\xdc','\x75','\x22','\xea','\x48','\xfe','\x6e','\xc6','\xc9','\xf8','\xaf','\x80','\xa3','\xb1','\x76','\x93','\x94','\xc8','\x15','\xe3','\x30','\xed','\xa4','\xee','\x9b','\xff','\x1e','\x0c','\x8e','\x40','\x67','\x5c','\x97','\x44','\x45','\x71','\x2c','\x04','\x49','\x1c','\x35','\x1d','\x51','\xf4','\xc8','\x9b','\x03','\xb9','\x1f','\xf7','\xfe','\xfa','\x50','\xff','\xb4','\x6b','\x18','\xe7','\x6f','\x37','\xc9','\xd5','\x97','\x12','\x3c','\xa7','\x61','\xfd','\x58','\x42','\xf5','\xe9','\x7b','\x7f','\x98','\x0c','\xc6','\x33','\x4c','\x8e','\x20','\x8d','\x97','\x53','\x22','\x83','\x3e','\x8a','\xbb','\x7b','\x8d','\x4e','\xf4','\x6e','\xa3','\x0a','\xda','\x7c','\x53','\x91','\xe4','\x9f','\x67','\x54','\xc1','\x34','\xc4','\xd6','\x18','\x3e','\x00','\x5d','\x03','\x31','\xe7','\x82','\x98','\xb1','\xae','\xee','\x5c','\x34','\x45','\x0f','\x0e','\x8b','\x24','\x62','\x8c','\x7f','\xef','\x4f','\x62','\x24','\x15','\x2c','\x74','\x14','\x98','\x07','\x76','\xda','\x23','\x6b','\x51','\x75','\xba','\x99','\x2a','\xa9','\x24','\x4c','\x7c','\x3c','\xb5','\xa8','\x32','\xe5','\x58','\x2b','\x24','\x8b','\x37','\x44','\x30','\x7f','\xd6','\xad','\xf7','\xb8','\xba','\xb4','\x07','\x88','\x7e','\x0e','\xec','\x54','\x34','\xeb','\xd1','\xb0','\xd4','\xf0','\xe4','\x30','\x07','\x85','\x34','\xce','\x7f','\xd7','\x65','\x10','\xd5','\xed','\xe0','\xff','\x0b','\x72','\x45','\xe1','\x4d','\xa9','\x21','\x66','\xb5','\x16','\xeb','\x1a','\xc3','\x0e','\xd4','\x97','\xca','\x44','\x24','\xcf','\xe6','\xae','\x8e','\x04','\xc5','\x61','\x04','\x46','\x29','\xee','\x49','\x12','\xa7','\xde','\x08','\x0e','\x0c','\xb5','\x56','\x69','\xb5','\x22','\xe6','\x9b','\xb6','\xa9','\xd1','\xe8','\x24','\x8c','\x51','\xc9','\x4f','\x29','\x33','\x4f','\xbe','\x1e','\x6e','\x75','\xf3','\x36','\x77','\x23','\x67','\xb5','\x91','\xf4','\xf8','\xc2','\xe5','\xfa','\x90','\x1c','\x92','\xbe','\x08','\xe4','\x65','\x2c','\x13','\xa1','\xfa','\x53','\xa5','\xd6','\x8a','\x98','\xd2','\x53','\x21','\x75','\x47','\xb8','\xf7','\x4d','\x32','\xe6','\x87','\xf6','\xbe','\x8f','\xdb','\x94','\xe2','\x3d','\xbb','\xb1','\x8a','\x3f','\x67','\x6f','\xcc','\xea','\x81','\xfc','\xa0','\x5e','\xec','\x55','\x55','\xfc','\xd9','\x11','\xff','\xd6','\x48','\x8e','\x3e','\xa1','\x3a','\xcb','\xb5','\xfa','\x37','\x2a','\x5c','\xa3','\x22','\x28','\x22','\xd1','\xf0','\xd4','\x03','\xe1','\xa9','\x4c','\x94','\x92','\x63','\x5d','\xf5','\xb9','\xef','\x36','\xb7','\xbe','\xfe','\xf6','\x48','\xaa','\x52','\x4a','\x58','\x4a','\x68','\x6b','\x3b','\x8a','\xf9','\x03','\x83','\x84','\x38','\x87','\xde','\x07','\x23','\xa0','\x79','\xd2','\xa5','\x42','\x2a','\x89','\x52','\x6e','\x2a','\x48','\x98','\x9b','\xe6','\x30','\x7a','\xd9','\x35','\x37','\x19','\x08','\xe6','\x41','\xad','\x5b','\x24','\x52','\xc1','\x92','\x10','\xb7','\x5c','\xdf','\x69','\x86','\x96','\x98','\x97','\xe2','\x96','\xb9','\xcf','\x67','\x38','\xfa','\xb8','\x39','\x3f','\xaf','\x2c','\x87','\x03','\x42','\x41','\xdb','\x19','\x52','\x77','\xa4','\x37','\x02','\x65','\x33','\xd7','\x9e','\xf9','\xbe','\x36','\xe8','\x96','\x6e','\x27','\xbe','\x89','\xdf','\x3b','\x49','\x12','\x02','\x47','\x07','\x63','\x5a','\x83','\x0b','\x3e','\x4d','\x12','\xc6','\xaa','\xca','\x87','\xed','\xc2','\x87','\x6d','\xa5','\x99','\x38','\xc5','\x67','\x3e','\x70','\xff','\x8b','\x5f','\x72','\xf8','\xc9','\x1b','\xd2','\x9b','\x3b','\xb6','\x52','\x58','\x37','\xe5','\xc2','\x86','\xa5','\x4c','\x9a','\x26','\x64','\x16','\xa6','\xd7','\x27','\x6c','\xca','\x5c','\xb6','\x8d','\xba','\x56','\xb6','\xe7','\x67','\xda','\xb6','\x92','\xcc','\x28','\x52','\x58','\x52','\x81','\xd6','\xb0','\xae','\x24','\x95','\x9d','\x26','\xb6','\x53','\xa0','\xcd','\xed','\x87','\xb5','\x7b','\x93','\xd2','\x89','\xc4','\x5d','\x99','\x28','\xc7','\xc4','\xaa','\x42','\x95','\xcc','\xd6','\x3a','\x69','\xad','\xae','\x21','\x6e','\x1b','\x29','\x84','\xfa','\xda','\x1b','\x5a','\x2b','\xa2','\x50','\xe6','\xc4','\x32','\x15','\x1e','\xa6','\x13','\xf7','\xf9','\x0e','\xb1','\x6b','\x05','\xd0','\x35','\x70','\x5e','\x03','\x56','\xd4','\x2d','\xb1','\xa7','\x42','\x57','\xe5','\xb2','\x9e','\xa9','\x5a','\x41','\x92','\x3b','\x9f','\x1d','\x0f','\xdc','\xdf','\x2d','\x6e','\x4c','\x41','\x66','\x8b','\x2a','\x1e','\x01','\xa0','\x96','\xec','\xba','\x9f','\x32','\xb9','\x89','\xc2','\x34','\x4d','\x94','\x69','\x71','\xd0','\x35','\xc6','\xde','\x94','\xb3','\xf7','\x05','\x2a','\x19','\x24','\x61','\x54','\x44','\x5a','\xe8','\xd9','\x5c','\x57','\xa8','\x41','\xcd','\xeb','\xdd','\xe8','\xd6','\x98','\x66','\x38','\x1c','\x0e','\xde','\x3f','\x4f','\xcd','\x93','\x64','\xb5','\x98','\xba','\xde','\xbc','\x92','\x49','\xe8','\xc9','\x30','\x5b','\x39','\xbf','\x9c','\xa9','\xb5','\xd1','\x9a','\x57','\x77','\xaa','\xfa','\xfa','\xd3','\x7b','\xa7','\x13','\x3a','\x2c','\x85','\xda','\x3a','\x5b','\x53','\x5a','\xad','\xd0','\x2b','\x45','\x94','\x43','\x4a','\xe4','\x74','\xe2','\x17','\x87','\x9f','\xf2','\xd5','\xdd','\x3d','\xdb','\xf3','\x0b','\x87','\x69','\x22','\x35','\xe5','\xdd','\xfb','\xb7','\x2c','\x79','\xe1','\x98','\x17','\x6a','\x7d','\x4f','\x17','\xe3','\xf9','\xa5','\x52','\x9f','\x0c','\xe9','\x89','\xed','\xa5','\xf2','\xfc','\xdd','\x13','\x87','\xaf','\x5f','\xf3','\xf3','\x87','\x5f','\xc0','\x6b','\xe5','\xed','\xfa','\x0d','\x49','\x12','\x4d','\xb7','\x00','\xce','\x84','\x9e','\x8b','\xd3','\xf8','\x7b','\x42','\xb4','\xd1','\xad','\xa1','\x75','\x43','\xa6','\x05','\x9b','\x12','\x56','\xe0','\x72','\xd9','\xb0','\x4d','\xa9','\x22','\x14','\x0a','\xa5','\x4c','\x1c','\x0e','\x0b','\x32','\x19','\x6b','\x04','\xb2','\x87','\x65','\xe6','\xee','\xf8','\x13','\x7e','\x76','\x98','\x68','\x4b','\xa2','\x4e','\xc2','\xcb','\x77','\xdf','\xf0','\x58','\x2b','\x77','\xa8','\x57','\x9f','\x7b','\xa3','\xae','\x17','\x5e','\x2f','\x27','\xa6','\xe5','\x00','\x5b','\xa7','\x68','\x34','\xa7','\x4d','\x85','\x2c','\x16','\xec','\x93','\x8e','\x94','\x42','\x51','\x61','\x92','\xec','\x66','\x30','\x18','\xc9','\x91','\x37','\x5f','\x1f','\x93','\xb3','\x66','\x00','\xf2','\x7c','\x22','\x1f','\x12','\xd3','\x71','\x61','\x7e','\xf5','\x1a','\x79','\xfd','\x9a','\x75','\x99','\x78','\x3a','\x3f','\xf3','\x4d','\x7b','\xe2','\x1f','\xda','\x8b','\xd3','\x9c','\x53','\x61','\x13','\x65','\x15','\xa8','\x91','\xb4','\xe6','\x6c','\x94','\xe2','\x4d','\xb5','\xdb','\x94','\xd1','\x92','\xa9','\x2d','\x53','\x55','\xd8','\xd4','\xab','\xae','\x0a','\xf4','\xec','\x4e','\xca','\xde','\x9b','\xad','\x3a','\x48','\x94','\x05','\x11','\x6f','\x1c','\x4b','\xef','\xd0','\x8c','\xb5','\x56','\xee','\x30','\x7e','\x45','\xe6','\x10','\x6c','\x9a','\x24','\x60','\x79','\x72','\x1a','\x78','\xf2','\x1e','\x70','\x34','\xdd','\x93','\x28','\xd1','\xcf','\xd4','\x0c','\x11','\xda','\x2a','\xee','\xce','\x38','\x9c','\x49','\x47','\xcb','\x99','\x4f','\xe2','\x90','\x2f','\x54','\x7e','\x22','\x70','\x89','\xf0','\x3b','\xb4','\xac','\x23','\xc6','\x14','\xa2','\x02','\x7e','\xfb','\x0a','\x93','\x22','\xcb','\x48','\xce','\xfb','\x7c','\x8f','\xe0','\x3a','\xde','\xa2','\xc1','\x48','\xb0','\x6b','\xf2','\x12','\xfb','\x56','\x9a','\xc4','\x93','\x3c','\x61','\xff','\xaf','\x7b','\xa5','\x05','\xe8','\x9f','\x6e','\xf6','\xad','\xd1','\x0e','\x83','\x88','\x29','\x62','\x0f','\x1b','\x57','\x36','\xe2','\xd0','\x92','\x0b','\x53','\x01','\xb1','\x8d','\x2f','\xbd','\x7e','\x48','\x81','\x93','\x82','\x98','\x23','\x8b','\xc6','\x10','\x18','\xc9','\x5e','\x6a','\xb2','\xee','\x41','\x79','\x9a','\x5d','\x14','\x3c','\x11','\x19','\xa2','\x19','\x4d','\x1b','\x52','\x61','\x5e','\x0e','\x4c','\x65','\xde','\xed','\xb0','\x7b','\x94','\x66','\xf6','\xcd','\x74','\x20','\x8e','\x21','\x72','\xd5','\x48','\x2a','\xf6','\x8d','\xc5','\x8f','\x48','\x4a','\x99','\x69','\x9a','\xf6','\x04','\x48','\x92','\x50','\x72','\x0e','\x91','\xad','\x3f','\x74','\x15','\x47','\x29','\x47','\x52','\xb0','\x27','\x48','\x37','\x0f','\xf2','\x36','\x30','\x96','\xec','\x1b','\xc7','\x4e','\x9b','\x8b','\xdf','\x27','\x5c','\xb0','\xb8','\xa3','\xa3','\xca','\x9e','\x4d','\x32','\x6e','\xb2','\x79','\xe5','\x63','\x70','\xb1','\x07','\x82','\x79','\x8d','\xb6','\x23','\x29','\x51','\x0f','\xb6','\x6f','\x69','\x79','\xd7','\x11','\xf7','\xfb','\x75','\x49','\x9e','\x60','\x09','\xd6','\x65','\xaf','\x8e','\x5d','\x13','\x2d','\xf6','\xa0','\xd7','\x63','\x08','\xfb','\x71','\x2d','\xd4','\xcd','\x33','\xbd','\x5e','\x85','\xed','\xef','\xb9','\xd5','\x3f','\x8d','\xdf','\xdd','\xa2','\x97','\xa3','\x0a','\x34','\x06','\x62','\x7c','\x9a','\xbd','\x0b','\xc7','\x08','\x66','\x6f','\x3e','\xfd','\xf9','\xbd','\xda','\x69','\x8d','\xfb','\xf5','\x5f','\x93','\x86','\x9b','\x47','\xb2','\x3f','\x1f','\xef','\x31','\x69','\x57','\x7a','\xd8','\x18','\x13','\x92','\xf6','\xfb','\xf4','\x4f','\xbd','\xdf','\xdf','\xe3','\xfe','\xfa','\x22','\x9e','\xfc','\xd9','\xcd','\x75','\xdf','\xde','\x14','\xd3','\xa8','\x64','\x64','\x23','\xa9','\x86','\x75','\x2f','\x9f','\x25','\xb8','\x91','\x58','\x8a','\x23','\xdd','\x9f','\x9f','\xc3','\x3f','\xf7','\x1a','\x3c','\x37','\xbd','\xd2','\x14','\xfd','\xf7','\xe3','\x3e','\x05','\x65','\x2a','\x39','\x8f','\xff','\x4b','\x09','\xd5','\xb8','\xa7','\x3f','\x96','\x0c','\x0a','\xd7','\xbf','\xef','\xa6','\x52','\xf1','\x2c','\x3f','\x7d','\x8d','\x6a','\x50','\xf0','\x6e','\xe3','\x31','\x77','\x73','\x0a','\x41','\x12','\x50','\x4b','\xa1','\x11','\x92','\xa0','\xc8','\x11','\x81','\xa9','\x6f','\xea','\x5b','\xf7','\x64','\xbd','\x6e','\xcd','\xf5','\x6c','\xe9','\x5a','\x99','\x1c','\x5d','\xef','\x2d','\x16','\x54','\xef','\x27','\x94','\xc3','\xca','\xd3','\x2b','\x22','\x23','\xf9','\x89','\x14','\xc2','\xd1','\xe4','\xe2','\x9d','\xee','\x7d','\x7e','\x7a','\xd3','\x58','\x0b','\xfb','\xcd','\x14','\xbc','\xe0','\xbd','\xdc','\x6e','\x61','\xd3','\xac','\xe6','\x81','\xbc','\x08','\x2a','\x29','\x1c','\xff','\xdc','\xce','\x56','\x23','\xf8','\x1a','\x89','\x79','\x22','\xd1','\x35','\xed','\x5a','\x0d','\x07','\x49','\x22','\x5d','\x0e','\xda','\x8c','\x75','\xf3','\x8d','\x8f','\x91','\xa4','\x8e','\xb1','\x36','\x92','\x19','\x47','\xf0','\xa6','\xe8','\xf5','\xe2','\xb4','\xb7','\xe6','\x15','\x82','\xe0','\xfb','\x3b','\x65','\x47','\x62','\x0e','\x19','\xf3','\xe4','\xce','\x66','\xb6','\xeb','\xd3','\x1c','\x78','\xe8','\xbd','\xbb','\xfd','\x6f','\xdd','\x38','\x4c','\x85','\x65','\x59','\x9c','\x2e','\xd3','\x1c','\xd9','\x25','\xac','\x4f','\x73','\x88','\xba','\xc1','\xa9','\x32','\x1b','\x6d','\x17','\x7f','\x8e','\x7b','\xe1','\x03','\xce','\xe9','\xbb','\x4a','\xa7','\x37','\xbb','\x82','\x2c','\x63','\x95','\x8d','\x04','\x25','\xe7','\xcc','\xa4','\x8a','\x8d','\x24','\x39','\xce','\x7d','\x8c','\x92','\xa4','\x1a','\x68','\xe9','\xb0','\x8e','\xb6','\x7d','\xf3','\xc8','\xe2','\x49','\xb0','\x3b','\xa8','\x41','\xad','\x7a','\x25','\x73','\xca','\x3e','\x0a','\x63','\x79','\x8c','\xf5','\x64','\x54','\x1a','\xd5','\x40','\x3e','\x1d','\x8d','\x9f','\x80','\x58','\xc3','\x54','\x22','\xa8','\x4d','\x63','\x6e','\x24','\x71','\x5a','\x6d','\x4a','\x23','\xf9','\x65','\xdf','\xa0','\x6f','\x35','\x65','\x83','\x02','\x77','\x0b','\x70','\xc0','\x58','\x03','\x7d','\x2f','\xfa','\x84','\x0e','\xa7','\x57','\x7d','\x19','\x42','\x54','\x08','\x82','\x5f','\x3e','\x90','\x47','\x18','\xe4','\xc2','\xfd','\xbb','\x36','\x33','\x77','\xc3','\x32','\x63','\xdd','\x2e','\x9c','\x2f','\x17','\x32','\xd1','\x87','\x28','\x89','\x53','\x7f','\x2c','\x34','\x3a','\x49','\x58','\x0e','\x07','\xee','\xef','\x1f','\x78','\xdf','\x3e','\x70','\xbe','\x5c','\xb8','\x6c','\x9b','\x27','\x8f','\x5b','\x75','\x1b','\xe4','\xd3','\x1d','\x76','\xe9','\x6c','\xdb','\x19','\x8a','\x57','\x11','\x86','\x41','\x88','\xbb','\x24','\x09','\x48','\xf6','\x84','\x79','\xab','\x5e','\x15','\x12','\x21','\x45','\x15','\x22','\xe5','\x8c','\x5a','\x67','\x3d','\x5f','\xa8','\xbd','\x20','\xc7','\x19','\x98','\x78','\x5e','\xcf','\x3c','\x6d','\x2f','\x3c','\xad','\x2b','\x67','\xed','\xc8','\xbc','\x30','\x1d','\x17','\x96','\x87','\x7b','\x4e','\x3f','\xf9','\x8a','\x55','\x84','\xb7','\x8f','\x1f','\x28','\xaf','\x5e','\x71','\x7a','\xfd','\x8a','\xc4','\xc2','\xd3','\xb6','\x91','\xa7','\x89','\x9f','\x7e','\xfd','\x35','\x3a','\x09','\xcf','\xcf','\x4f','\x3c','\x3f','\x3e','\xf1','\xf4','\xf1','\x91','\xfa','\x72','\x21','\x75','\xb7','\xba','\xce','\x05','\x9f','\x93','\x5b','\x47','\x70','\xbd','\xcc','\x94','\x41','\xa4','\x60','\x12','\x36','\xbb','\x56','\xa9','\xbd','\xb1','\xad','\xca','\xd6','\x32','\xad','\x6d','\x80','\x79','\x6f','\x99','\x34','\x61','\xb9','\x50','\x0d','\xb6','\xa5','\xb1','\x55','\x47','\xd8','\x93','\x49','\x10','\x15','\xd2','\x2e','\x1a','\x9f','\xe7','\x89','\xd3','\x52','\x78','\xbd','\x1c','\xb9','\xcb','\x47','\x30','\xef','\x09','\x66','\x98','\xd3','\x60','\xc6','\xa0','\xd8','\xc7','\xa0','\xd2','\x12','\x4c','\x36','\xd3','\x42','\xf7','\x76','\x3c','\x1c','\x79','\x78','\xb8','\xe7','\xf5','\xeb','\x07','\xe6','\xc3','\xc4','\x1a','\x8d','\x6a','\x31','\xdd','\x9f','\x6d','\x4e','\x19','\x99','\x3c','\x01','\xcf','\x39','\x53','\xe6','\x79','\x6f','\x6e','\x3b','\xdc','\xaa','\xa4','\xbb','\x7e','\x83','\x16','\x5a','\xe1','\x49','\x28','\x93','\xdb','\xb6','\xa7','\x68','\xcc','\x6a','\x51','\xcd','\x36','\x5c','\xc4','\x2f','\x92','\xc8','\x73','\x50','\x44','\xc5','\x5d','\x1a','\x7d','\xb1','\x8f','\xda','\xad','\x2a','\x93','\x24','\x24','\x27','\xb6','\xad','\xb1','\xad','\x17','\xb6','\xf3','\x0b','\xdb','\xc5','\x35','\x4d','\x2d','\xd6','\xd1','\x01','\xfc','\x6c','\x5b','\xe5','\xb2','\xae','\xac','\xab','\x07','\xba','\x29','\x97','\xd0','\x05','\xdd','\xb1','\x3c','\x1c','\xd0','\x17','\x41','\x6a','\x63','\x7d','\x7c','\x04','\xf5','\xdf','\x2f','\xd3','\xcc','\x71','\x99','\x28','\x05','\xe6','\xd3','\x8c','\xbc','\x24','\x9e','\x3e','\x3e','\x51','\x55','\x47','\xfe','\x8c','\xae','\x17','\xce','\x1f','\x3f','\x72','\xb8','\x3b','\xf2','\xe6','\xeb','\x37','\xb4','\xfb','\x23','\xf5','\x79','\x66','\x35','\xe3','\xfc','\xb4','\x51','\xad','\xa1','\xd5','\xb5','\x33','\xb9','\x65','\xa7','\x71','\xc9','\x91','\x32','\x4f','\x48','\x86','\xda','\x36','\x5e','\x5e','\x9e','\x91','\x79','\xa6','\x18','\x88','\x0a','\x97','\x97','\x17','\x2e','\x79','\xe6','\x98','\x66','\x2e','\x6d','\xc5','\x50','\x24','\x17','\xa6','\x63','\xde','\x2b','\x66','\xc7','\xd3','\x91','\x5f','\xfe','\xd9','\x2f','\x79','\xb5','\x2c','\x7c','\xfb','\x0f','\x27','\xbe','\xff','\xfb','\x7f','\xe0','\xdb','\x77','\xef','\xb9','\xe4','\x67','\xbe','\x2a','\x07','\xee','\xde','\xbc','\x66','\xdd','\x2a','\x6f','\x9f','\x9f','\x78','\x25','\x89','\x63','\x9e','\x48','\x45','\xe8','\x24','\x9a','\x39','\x30','\x95','\xc5','\x58','\xee','\xef','\x38','\xa4','\x89','\x1c','\xb1','\x4b','\x36','\x81','\xd6','\xa8','\xeb','\xc6','\xd6','\x2a','\x49','\x12','\x87','\x32','\x33','\x1f','\x0e','\x1c','\xbf','\x7e','\xc5','\xdd','\x9b','\x3b','\xca','\x32','\xd3','\x55','\xf9','\xfb','\xf7','\xdf','\xf1','\xf6','\xfb','\x6f','\xf9','\x78','\x7e','\xa6','\x95','\x89','\x7c','\x7f','\x24','\xeb','\xc4','\x65','\xdb','\xb0','\x9c','\xbd','\x2a','\x87','\xd1','\x82','\xe1','\xb2','\xad','\x95','\xae','\x67','\x77','\xe8','\x9b','\x8b','\x83','\xca','\xb1','\xb6','\x74','\x31','\x34','\x79','\x71','\x61','\xb3','\x4e','\xab','\x1b','\x75','\xab','\xbe','\x8e','\x04','\xc8','\xed','\xd5','\xbc','\x30','\x0f','\x4a','\x1e','\xfc','\x6f','\x5a','\x39','\xa4','\xcc','\x71','\x3a','\xb0','\xcc','\x13','\x99','\x1c','\xec','\x88','\x8a','\x74','\x9f','\x13','\x09','\xd7','\x00','\x5d','\xa9','\xb8','\x37','\x6b','\xa9','\x8c','\xfa','\xc8','\x6d','\xc2','\x70','\x13','\x77','\x32','\x86','\x5d','\xe8','\x7b','\x93','\xeb','\xbb','\x18','\x71','\x74','\x49','\x84','\x9f','\x27','\xc6','\x70','\x1d','\x8c','\x79','\xb5','\xc7','\x5b','\x5c','\xc1','\x58','\x47','\x3b','\x76','\xb3','\x4c','\x0b','\x30','\xd2','\x63','\x01','\x3f','\x60','\x4a','\xee','\xdc','\xd6','\xab','\x57','\x8b','\xdc','\x81','\xb6','\x93','\xcd','\xdd','\x30','\x47','\xac','\x9f','\x49','\x6c','\x1a','\x6c','\x8b','\x11','\xdf','\xc4','\x99','\xe8','\x08','\xbc','\x43','\x8a','\xa1','\x22','\x91','\x64','\xb9','\xc1','\x44','\xf7','\xe0','\xd5','\xf7','\x54','\xe1','\xd3','\xcc','\xf0','\xe6','\xf5','\x43','\x13','\x04','\x57','\x75','\x46','\x00','\x6e','\xf4','\x24','\x58','\xf6','\x13','\x70','\x1f','\x19','\xe7','\x10','\x8a','\x44','\xd9','\x76','\x08','\x8f','\x63','\xf3','\xa8','\xb5','\x31','\x4d','\xdd','\x3b','\xf1','\xda','\xb8','\xbd','\x57','\x5b','\xed','\x1c','\x56','\x90','\x83','\x8f','\x6d','\x66','\x43','\x74','\x11','\x81','\xe6','\x08','\x04','\x85','\x14','\xf4','\xaf','\xb1','\x21','\x4d','\xa5','\x60','\x41','\x43','\x90','\x40','\x66','\x93','\x78','\xa7','\x76','\x15','\x1c','\x4d','\x89','\xef','\xbe','\x89','\x0d','\xf7','\x60','\x7c','\x1c','\xef','\x36','\x30','\xd7','\xf1','\x50','\x26','\x7f','\x50','\xbd','\x29','\x25','\x02','\xdd','\xbd','\x21','\xe8','\xd8','\xb8','\x8d','\xeb','\xb6','\x17','\xc1','\xed','\x18','\x50','\x98','\x6f','\x40','\x2a','\xce','\xb5','\x96','\xbd','\xa7','\xce','\x35','\x08','\xfe','\x43','\x74','\x49','\xee','\xbe','\x64','\x31','\xd0','\x6c','\x0f','\xd4','\x6e','\x52','\x87','\x3d','\xb1','\x1e','\x94','\xa8','\x1f','\xd5','\x42','\xc5','\x60','\x1a','\x89','\xd2','\x6d','\x25','\x4e','\x52','\x0a','\x5a','\x4e','\x08','\x31','\x65','\xa4','\x3e','\xec','\x60','\x2a','\x23','\xc4','\xfe','\x2c','\x98','\x96','\x08','\xae','\xf6','\x6b','\x1f','\x39','\x91','\xd9','\x0d','\x1d','\x6f','\x54','\xd4','\x22','\x7b','\x1f','\x7a','\x25','\xb9','\x5e','\x09','\x38','\x9d','\x69','\xbf','\xfe','\x9b','\x8a','\xcb','\xf5','\x39','\x81','\x44','\x15','\x51','\xfe','\x80','\xf7','\xfb','\x25','\x2b','\x12','\xd7','\x93','\xe2','\x24','\x47','\x35','\x64','\x1c','\x5a','\xd2','\x35','\x69','\xb3','\xa0','\x62','\xa9','\xd6','\xfd','\xfe','\x58','\xa0','\x13','\xa3','\xff','\x91','\x26','\x0d','\x2a','\x0a','\x43','\x49','\xf4','\x2f','\x73','\x0d','\xe6','\x15','\xa8','\xdd','\xb6','\x5b','\xae','\xc9','\xc9','\x15','\x14','\xff','\xf1','\x84','\x6a','\x24','\x65','\x5f','\x4e','\x06','\x07','\x62','\x1d','\xcf','\xb5','\x2b','\x65','\x04','\xc8','\xe3','\x81','\xc6','\x5f','\xc4','\x06','\x37','\x78','\x68','\xc2','\xe2','\x5a','\x2c','\xaa','\x8b','\x1e','\xda','\x83','\x65','\xae','\xae','\x17','\xd7','\xe7','\xae','\xda','\xa9','\x5d','\x9d','\x8b','\x1c','\x09','\x54','\xef','\x03','\x91','\xf1','\x52','\xf6','\xb0','\xa0','\xf5','\xe1','\xe3','\xd8','\x54','\x6b','\x9d','\xae','\xcd','\x97','\x49','\x91','\xf8','\x79','\x26','\x27','\xa3','\xa4','\x4c','\xc9','\x4e','\xfd','\xf2','\xfb','\xec','\x4d','\x20','\x7d','\xce','\x5e','\x9f','\x91','\x5b','\x7c','\xfb','\xff','\xa5','\x9d','\xcf','\x1f','\xd6','\xc6','\x98','\x3b','\x07','\xf5','\xeb','\x18','\x18','\x15','\x1e','\x21','\xed','\x4d','\x30','\xc5','\x70','\x5a','\x4c','\x8c','\xeb','\x51','\xc9','\xb3','\x91','\x0c','\x6e','\xcd','\xe9','\x35','\x37','\x73','\x37','\xc9','\x48','\x20','\x42','\x2c','\x1f','\x55','\xb7','\xda','\x36','\x9a','\xba','\x26','\x82','\x7e','\xfb','\xdc','\xfc','\x7c','\xe5','\x76','\xbc','\x0a','\xd0','\x43','\x98','\x1a','\xcf','\x66','\xb4','\x1c','\xe8','\xda','\x58','\xd7','\x0b','\x20','\x4c','\x29','\xc3','\x52','\xd0','\x6c','\xbe','\x79','\xd6','\x8d','\x73','\xf3','\x7e','\x48','\xa5','\x4c','\x4e','\x51','\x50','\xdb','\xe7','\xa7','\x0c','\xe3','\x96','\x48','\x4e','\x7c','\x1a','\x08','\xbd','\x37','\x37','\x22','\x40','\x11','\x09','\x41','\x77','\x70','\xbf','\xe7','\x79','\xa6','\x47','\x53','\xc7','\x51','\x05','\x31','\x82','\xc6','\x36','\xaa','\x32','\x76','\x05','\x7f','\x34','\xc6','\xae','\xd3','\x2a','\x2c','\x90','\xc5','\x6b','\x52','\xc0','\x48','\x18','\xcd','\xc6','\x94','\xf0','\x35','\xd3','\x3c','\xb5','\xbf','\xea','\x47','\x3f','\x9d','\x0f','\xbb','\x0b','\xe0','\xf8','\xfb','\xd8','\x1b','\xae','\x53','\x8e','\x5c','\xc2','\x41','\xce','\xd8','\xe9','\xbe','\xce','\x5e','\x68','\xbb','\x63','\xd0','\xee','\x28','\x17','\xcf','\x13','\xb9','\x82','\x52','\x83','\xd2','\x8a','\x19','\xb9','\x94','\xfd','\x58','\x57','\xe0','\x60','\x24','\x5a','\x63','\xae','\x8d','\x7b','\xc9','\x9e','\xbc','\xe9','\xcd','\xb5','\x8a','\x99','\xd3','\x05','\xb5','\x52','\x4a','\xe6','\xd5','\xc3','\x3d','\x48','\xf2','\x80','\x0b','\xa7','\xca','\x69','\x04','\xc3','\x5d','\x85','\xe7','\x97','\x33','\x97','\xad','\xd2','\xce','\x1b','\x10','\x15','\x84','\x94','\x41','\x0b','\x5d','\x13','\xeb','\x79','\x63','\x5d','\x6b','\x54','\x2a','\xbb','\xef','\xe2','\x22','\xa8','\x86','\x2e','\x0c','\x0f','\xe2','\x35','\x65','\xef','\xdb','\x43','\xa5','\x9b','\x79','\xb3','\xc7','\x79','\x21','\x4d','\x33','\xde','\xe3','\x0d','\x6a','\x2f','\x6c','\x53','\xe1','\xa5','\x36','\x3e','\xea','\x85','\xe7','\xb6','\xb2','\x15','\x41','\x0e','\x27','\xa6','\x87','\xd7','\x1c','\x5e','\xdf','\xb3','\xbc','\x7a','\x20','\x9f','\x8e','\xd4','\xa7','\x33','\xcf','\x28','\x8b','\x56','\xb2','\x18','\x79','\x5e','\x38','\xe4','\x89','\x72','\x5c','\x28','\x87','\x03','\x4f','\xcf','\x8f','\x9c','\x3f','\x3e','\x71','\x79','\x7a','\xa1','\xbe','\x9c','\x49','\x55','\x59','\xf2','\xc4','\x29','\x4d','\xdc','\x21','\x9e','\xa0','\x57','\x45','\x8a','\xa3','\xcf','\x45','\xbc','\x3a','\xdd','\x31','\x56','\x69','\x74','\xdd','\x3c','\x01','\xa2','\xd2','\xfa','\xe4','\x9a','\x25','\xd5','\xe8','\x9b','\xe2','\x0b','\xa0','\x8c','\xb8','\xa1','\x57','\x52','\xef','\x4e','\x3f','\x8d','\x79','\x62','\x6a','\x4c','\xc9','\x38','\x01','\x0f','\x69','\xe6','\xa0','\xc0','\xf9','\x09','\x6d','\x0a','\xd2','\x19','\x40','\x8e','\xbb','\xde','\x79','\xb2','\x59','\x5b','\xe5','\xf9','\xe5','\x19','\x11','\xaf','\xba','\xbc','\x3e','\x2c','\x2c','\xcb','\xc4','\x3c','\x67','\x8a','\x6e','\xd4','\xf7','\xdf','\xd3','\x52','\x62','\xc9','\x85','\x63','\xf6','\x3d','\x3c','\xbc','\x28','\x10','\xe9','\x48','\xab','\xe1','\xb4','\x25','\x2e','\x00','\x4f','\x91','\xcc','\xda','\x10','\xee','\x0a','\x4c','\x99','\x24','\x85','\x29','\x27','\x98','\x33','\x7d','\xca','\x11','\x5f','\xc4','\xb8','\x52','\x41','\x2c','\xfa','\x1e','\x4a','\xa2','\x75','\x65','\x7d','\xf7','\xc1','\xe7','\x7a','\x49','\x58','\xca','\x01','\x82','\xf9','\x58','\xee','\xda','\x40','\x32','\x9a','\x13','\xed','\x52','\x69','\xcf','\xcf','\xf4','\xf3','\x0b','\xb6','\x39','\xcd','\xf7','\x98','\x73','\x34','\x4d','\x9d','\x50','\x29','\x5c','\xe8','\x3c','\x6d','\x9d','\xe7','\x8b','\xf7','\xf8','\x99','\xa6','\xc5','\x9f','\xc9','\x54','\xb9','\x3f','\x1e','\x90','\x34','\xf1','\xfd','\xe3','\x47','\x3a','\xca','\x69','\x59','\x98','\xd8','\x38','\x3e','\x2c','\xe4','\xd7','\xaf','\x21','\x09','\xa7','\x37','\x77','\xfc','\xfc','\x50','\x38','\x3c','\x3f','\xd3','\x44','\x79','\xb5','\xae','\x7c','\x3c','\x3f','\xf1','\xb2','\xad','\xa4','\xf3','\xca','\x72','\xd9','\xf8','\xda','\x32','\xcf','\x5a','\x99','\xdb','\x33','\x28','\x6c','\xac','\xa8','\x44','\x53','\x61','\x14','\xb7','\xa7','\x31','\x7a','\x8c','\xcd','\xe9','\x90','\xa0','\x2a','\xb5','\x3d','\xb3','\x49','\xe7','\xee','\x78','\xc7','\xe1','\x34','\x53','\xd7','\x8d','\x44','\x43','\xb3','\x70','\xde','\x2e','\xb4','\xb5','\x31','\x1f','\x26','\xe6','\x6d','\xe1','\xd2','\x92','\x57','\xb5','\xcc','\x25','\x14','\x5f','\xff','\xfc','\x6b','\x26','\x31','\xfa','\x4b','\xe3','\x37','\x8f','\x7f','\xcb','\xf3','\xcb','\x23','\xfd','\x01','\xea','\xf1','\x81','\x97','\xb5','\x22','\xe7','\x17','\xfe','\x7c','\x39','\xa0','\x73','\xa6','\x95','\x51','\xf1','\xf0','\xc0','\x78','\x4e','\x13','\x0f','\xaf','\x5f','\x33','\x4f','\x85','\x97','\xe7','\x17','\x44','\x61','\x29','\x33','\x66','\xca','\xba','\x15','\xd6','\x75','\x45','\x92','\x51','\xee','\xee','\x99','\x4e','\x77','\x3c','\x4e','\xc6','\xc7','\xed','\x89','\x64','\x99','\x56','\x2b','\x1f','\xce','\x4f','\xbc','\xb7','\x8d','\x73','\x56','\x24','\x77','\x66','\x69','\x54','\xab','\x9c','\x6d','\x63','\xb7','\xa1','\x1f','\x60','\x4d','\x1f','\x0d','\xe0','\x95','\xcb','\xba','\xb2','\xbd','\x18','\x4c','\x84','\xa3','\x68','\xd0','\xeb','\xc5','\x1b','\x24','\xf7','\x61','\x9c','\x25','\xae','\x9f','\xd6','\xcd','\xf7','\xfa','\x2c','\x30','\x67','\x38','\x2e','\xc9','\xab','\x8c','\xc9','\x48','\xcf','\x8d','\xa5','\x4c','\xdc','\xdf','\xdd','\xb1','\x4c','\x33','\xa9','\x29','\x7a','\x5e','\xb1','\xda','\xb0','\xd0','\xf3','\x81','\xeb','\xb0','\x6e','\xa3','\xc4','\xb1','\x82','\xed','\xb1','\x2a','\x30','\xfa','\x48','\xde','\xe2','\xfa','\xe3','\x3d','\x57','\xd0','\x67','\x00','\xa9','\xe9','\x76','\xb9','\xdd','\x93','\x28','\x0f','\xe3','\xe4','\x07','\x9f','\xff','\xe4','\x5f','\x83','\x31','\xc2','\x35','\xc4','\xb8','\x9e','\x99','\x9b','\x76','\xa9','\x69','\xd0','\xe8','\xa3','\x4d','\x04','\xf8','\x3e','\x3c','\xd8','\x5a','\xa3','\x0d','\x8b','\x08','\xec','\x8c','\x05','\xbb','\xc6','\x9b','\x41','\x93','\x96','\xf8','\x9c','\x7f','\x7e','\xb7','\xa0','\xe2','\x16','\xc8','\x37','\x65','\x97','\xa7','\x7c','\xfe','\xfa','\x41','\x02','\xe4','\x2b','\xbb','\xfb','\x99','\x77','\xeb','\x68','\x2e','\x58','\x49','\x91','\xd9','\x85','\x0b','\x44','\xdc','\x08','\x0f','\x24','\x46','\x7a','\xb5','\x2b','\x78','\xb9','\xac','\x17','\x52','\x75','\x6e','\x65','\x89','\x4d','\x68','\xff','\xfa','\xbd','\xca','\x73','\xd5','\x56','\x8c','\x8d','\xf3','\x36','\x88','\x1d','\xb7','\xec','\x96','\xa7','\xa8','\x66','\x2e','\x6c','\x4b','\x8d','\xa4','\xd9','\x7b','\xe6','\x98','\x3b','\x1c','\x79','\x00','\x7b','\x45','\xf0','\x6e','\x13','\xa0','\xf1','\xda','\xab','\x23','\xe3','\x18','\x76','\xdd','\xc0','\xea','\xc8','\x46','\x51','\x5a','\x0c','\xee','\xe4','\xc9','\xac','\x0f','\x98','\xe4','\x28','\xb6','\x77','\xff','\x0e','\x63','\x82','\x08','\xee','\xf7','\x3b','\x30','\x82','\x8f','\x0c','\x49','\x26','\x17','\xbb','\x05','\x2d','\xef','\xba','\xe9','\xfa','\xa2','\xcc','\xe7','\xba','\xa4','\xf1','\xd0','\x46','\xc5','\x65','\x64','\x39','\xe3','\x9c','\xe3','\x7c','\xc7','\x80','\x4b','\xe2','\x48','\x7d','\x4a','\x4e','\x9b','\xf9','\xb2','\x16','\x2a','\xb2','\xf2','\x44','\x34','\x0c','\xf4','\x28','\xc4','\x27','\xae','\xeb','\x5b','\x48','\xb2','\x1f','\xf7','\xea','\xde','\x71','\xbd','\x3f','\xd7','\x64','\x88','\xeb','\xcf','\xfc','\x9b','\x31','\x9c','\x36','\x35','\xf4','\x40','\x7e','\xfd','\x71','\x1d','\x32','\x6e','\xef','\x48','\x3c','\x46','\x00','\xf3','\x69','\x02','\xf4','\xc9','\xb7','\xdf','\x24','\x52','\x4e','\xc7','\xba','\x79','\xeb','\x8e','\x12','\xff','\x01','\xef','\xdf','\xdf','\xb6','\x13','\x99','\x48','\xd1','\xf0','\x35','\xbe','\x2a','\x0c','\x2b','\x22','\x08','\x1e','\xc9','\x5a','\x97','\x4f','\x67','\xb4','\x08','\x89','\x4c','\xa7','\x21','\x7a','\x45','\x53','\xc6','\xf7','\xfe','\x4b','\x5d','\x83','\x99','\x07','\x48','\x23','\x61','\xbd','\xc9','\xdc','\xf7','\x7b','\xf8','\x63','\x09','\xd5','\x3e','\x4f','\xbe','\x98','\x0c','\x5e','\xe7','\x0e','\x91','\x20','\x8c','\x78','\x1e','\xf3','\x31','\xb1','\x4f','\xdd','\x3d','\x10','\xbd','\x22','\x35','\x16','\x14','\x39','\x5f','\x63','\xe3','\xa9','\x47','\x60','\x30','\x12','\x1b','\x8d','\x63','\x6b','\x33','\x17','\x0b','\x9b','\x31','\x4f','\x53','\xf0','\x6e','\x6d','\x1f','\x77','\xaa','\xd1','\xdc','\x38','\x8e','\xab','\xf8','\x26','\xa7','\x41','\xe3','\x30','\xf3','\x04','\xa8','\x84','\xed','\xbe','\xda','\xe8','\xd2','\x20','\xfb','\x75','\x49','\x5c','\xcb','\x2e','\x3d','\xcf','\x5e','\x75','\x28','\xe4','\xdd','\x14','\xc0','\x42','\x50','\x9e','\xba','\x8f','\xf1','\xf1','\xea','\xd9','\xad','\xcf','\xcd','\x04','\xcb','\xec','\xc7','\xf3','\x6b','\x8e','\xc5','\x5e','\x5d','\x2a','\x99','\x4a','\xda','\x45','\x9f','\xd6','\xc3','\x00','\x06','\x41','\xd4','\xad','\xba','\xc7','\xf3','\xd4','\x81','\x54','\x85','\x58','\x5b','\x64','\xd0','\x5d','\xaf','\x1b','\x10','\xa2','\x5c','\x5d','\x35','\x89','\xb5','\xce','\x93','\x89','\xaa','\x9b','\xef','\x17','\x16','\x48','\xb3','\x78','\x3f','\x8f','\x79','\x9e','\xc0','\x94','\xed','\x62','\x9c','\xb7','\x0b','\xcb','\x32','\x33','\x4d','\xb3','\x5b','\xeb','\x16','\x63','\xc5','\xcf','\x43','\x5b','\x43','\xa6','\xec','\x01','\x54','\xc7','\x5d','\xaf','\xc6','\x70','\x33','\xaf','\x4a','\xe5','\xe2','\xd5','\x33','\xa7','\x25','\xc4','\x39','\xca','\xa8','\x28','\xfa','\x1b','\x5b','\x50','\xc4','\xc6','\xd0','\x6f','\xad','\xed','\x09','\xd0','\xa0','\x6c','\xb9','\xb3','\x25','\x4e','\x5a','\x0e','\xb3','\x8a','\x88','\x10','\x89','\x45','\x8d','\xd1','\x08','\x7b','\xb8','\x63','\xfa','\xdc','\xbf','\x6e','\x84','\xfb','\x54','\x88','\x8f','\x0c','\x2e','\xfa','\x78','\x8d','\xf5','\x7b','\x24','\x3f','\xe3','\x79','\xdf','\x9a','\x14','\x8c','\xef','\x4a','\x92','\x48','\x25','\xbb','\x00','\xbb','\xf7','\x2b','\xc5','\xa8','\x05','\x7a','\x1f','\x88','\xa4','\x40','\xd0','\x31','\x92','\x6f','\x9a','\xd1','\x4c','\x76','\x4f','\x4a','\x73','\xde','\x29','\xa8','\xe3','\x1a','\x19','\xc0','\xd3','\x38','\xa7','\xae','\xb4','\x64','\x4e','\xa1','\x99','\x73','\x40','\xe3','\xec','\x6b','\x3f','\x8c','\x04','\xc8','\xd7','\xfa','\xf9','\x90','\x98','\x4a','\x09','\x33','\x0d','\xef','\xcf','\xd6','\x5b','\xbb','\x56','\x97','\x48','\xa1','\xb5','\xeb','\xe4','\x32','\x71','\x58','\x8e','\x1c','\x4f','\x07','\x4c','\x85','\xba','\x7e','\xe4','\x72','\xd9','\xd8','\x2e','\x2b','\xad','\x5e','\x58','\x4e','\x4e','\xfd','\x4c','\x79','\x98','\xb4','\x38','\xa5','\x6c','\x24','\xb7','\x39','\x67','\xa6','\x25','\xb1','\xa9','\x51','\xeb','\xe6','\x6b','\x95','\x75','\x16','\x01','\xc9','\x13','\xe5','\xee','\x8e','\xf5','\xac','\x7c','\xf7','\xf4','\xc4','\xfb','\x75','\xa5','\x6d','\x8d','\x6a','\x46','\x39','\x2e','\x1c','\xde','\x3c','\x70','\x7a','\xf3','\x86','\xe3','\x9b','\x37','\xa4','\x79','\xe2','\x79','\xdd','\x68','\x25','\x73','\xf7','\xe6','\x0d','\xe7','\x76','\xe1','\xfb','\x8f','\x1f','\xb8','\xff','\xfa','\x2b','\x5e','\x7d','\xfd','\x15','\x6b','\xaf','\xfc','\xe3','\x6f','\x7f','\xcb','\xd3','\xc7','\x0f','\xae','\xd1','\x6d','\x9d','\xd3','\x72','\xe4','\x74','\x98','\x39','\xcc','\x99','\x83','\x16','\x72','\x6b','\xb4','\x75','\x0b','\x3c','\xcd','\x9d','\xaf','\x44','\xcd','\x83','\x5d','\x33','\x88','\xea','\xad','\x49','\xe8','\xcc','\x62','\x76','\x17','\x19','\x5d','\xa2','\x04','\xb4','\xa3','\x97','\xc6','\x76','\xd9','\xa8','\xb5','\x39','\x8d','\x34','\x47','\x30','\xe7','\xb0','\xb1','\xcf','\xad','\x94','\xc9','\x87','\x4e','\xd1','\x06','\x9b','\x39','\xb0','\x28','\x9f','\x56','\xff','\x0c','\xef','\xb1','\x62','\xbd','\x33','\xab','\x52','\x72','\xe2','\x61','\x9a','\x78','\x38','\x1d','\x59','\x0e','\x8b','\x6b','\xb4','\xb6','\x8d','\xe7','\xf3','\x19','\x33','\xb7','\xfb','\x9e','\x0e','\x8b','\xa3','\xc9','\x63','\xdc','\xda','\x95','\x0d','\xa0','\x66','\x58','\x58','\x27','\x77','\xbb','\x92','\xaa','\x65','\x12','\xa4','\x4e','\xa4','\x34','\x21','\x53','\xa1','\x57','\x63','\xa5','\xc7','\xb2','\x15','\xc9','\xff','\xad','\xc1','\x4b','\xca','\x64','\x55','\xac','\x6e','\x3e','\xe6','\x7a','\x01','\xa2','\x05','\x40','\x8c','\x63','\xed','\x2e','\x10','\x68','\x02','\xdb','\x56','\xe9','\x97','\x33','\xd2','\x2a','\xb3','\x7a','\x65','\x7c','\x99','\x32','\xcb','\xb2','\x44','\x7f','\xac','\xce','\x92','\x33','\xa7','\xd3','\x81','\x35','\x67','\x6f','\x82','\xda','\x41','\xb6','\x0d','\x7b','\x5f','\x59','\x9f','\x1a','\xf6','\x32','\x73','\x79','\xfb','\x44','\xb9','\x9b','\x31','\x83','\xef','\xde','\x7e','\xc7','\xe3','\xe9','\xc0','\xe1','\x78','\xa2','\x67','\x41','\x27','\x61','\x3e','\x1d','\x38','\xdd','\xcd','\x9c','\xd7','\x95','\x79','\x2a','\x1c','\xf5','\xc0','\x79','\xbb','\xf0','\xfc','\xe1','\x91','\xf7','\x92','\x38','\xe4','\x42','\x5b','\xcf','\x14','\xbc','\x89','\xf6','\x22','\xb8','\x5b','\xaf','\xf8','\xae','\x61','\xa2','\x90','\x94','\xf5','\xf2','\x44','\xee','\x95','\x57','\xa7','\x3b','\x4a','\x11','\x6f','\x0c','\xac','\x1b','\x96','\x4f','\x2c','\x87','\xd9','\x75','\x41','\xe6','\x80','\x63','\xb7','\x8a','\xd1','\x91','\x32','\x23','\x39','\xb9','\x68','\xbd','\x57','\xe6','\xd9','\xef','\xe5','\xd3','\xe5','\x89','\xbc','\xcc','\xfc','\xe2','\x2f','\xff','\x1c','\x11','\xe1','\xe3','\xdb','\xef','\xa8','\x75','\xe3','\x43','\xab','\xf4','\x79','\xe2','\x4e','\x1e','\x3c','\x49','\x2c','\xc3','\x4d','\x52','\x7c','\xad','\x9b','\x85','\x96','\x92','\xeb','\x74','\x36','\xe5','\xd2','\xab','\xb3','\x77','\xcc','\x6d','\x9c','\x35','\xcd','\x58','\x12','\xb6','\x5e','\xf9','\xd8','\x2b','\x4f','\xcf','\x1f','\xf9','\xf5','\xe5','\x03','\xbf','\xeb','\x2f','\xa4','\xc9','\x93','\x4b','\x29','\x13','\x1c','\x66','\xe4','\x90','\xf8','\xf8','\x72','\xe6','\xfc','\xfe','\xa3','\x03','\x44','\x78','\xf2','\x3b','\x4c','\x87','\x92','\x41','\xc1','\x3c','\xd9','\xcf','\x85','\x86','\x72','\xa1','\x23','\x8d','\x60','\x64','\x18','\x9a','\xdc','\x0a','\xbf','\x01','\x5d','\x61','\x2a','\x89','\x79','\x0e','\x7d','\x60','\xe0','\x2a','\x51','\x7b','\x60','\x34','\xb9','\xce','\x86','\x3f','\xe7','\x5c','\x62','\xcf','\x73','\x9d','\x9b','\xa4','\x82','\x65','\x73','\x40','\xa0','\x0f','\xc0','\x28','\x62','\xb5','\x11','\xfb','\xc6','\x0a','\x26','\xe2','\x5a','\x1a','\xef','\x55','\xc6','\xef','\x7d','\xb9','\xfe','\xf5','\xc6','\x59','\x14','\x22','\x21','\xba','\x8d','\x00','\x85','\x4f','\xfa','\x6f','\xee','\x3f','\xe5','\xda','\xe2','\xe3','\xe6','\xd7','\x7b','\x2c','\xb8','\xa7','\x67','\x11','\x93','\xdd','\xac','\xb5','\x23','\xc9','\x71','\x76','\xbd','\xc7','\x90','\xc9','\xc4','\x9d','\x4b','\xc3','\xd4','\xc8','\xb0','\x4f','\xbe','\x7b','\x07','\xe2','\xf6','\xa3','\xdf','\x9e','\xc9','\xe7','\x3f','\x72','\xd0','\xe1','\x4b','\xaf','\x2f','\x68','\x80','\xe2','\xa6','\x0e','\x7d','\x80','\xea','\xa7','\xc8','\x58','\x64','\x66','\xad','\xb6','\xdd','\xa5','\x6d','\xa0','\x7d','\xa3','\x97','\xc3','\x76','\xa9','\x4e','\x57','\x2b','\x05','\x4b','\x69','\x47','\xe2','\xcc','\x34','\x5c','\x99','\x24','\x1c','\xc8','\x46','\xe6','\x19','\xfb','\x68','\x2c','\x82','\xc3','\x55','\xce','\x37','\xc3','\xd8','\xd4','\xd3','\xd0','\x5f','\x28','\x5d','\x9d','\xea','\x62','\x29','\x36','\x5c','\x08','\x21','\xf4','\x6d','\xf0','\xb7','\x87','\x20','\x3f','\x44','\x18','\x47','\x20','\x19','\x0f','\xc0','\x18','\xb4','\xb5','\x2b','\x1d','\x05','\x9f','\x96','\x41','\xb1','\xf1','\x32','\xa0','\x75','\xbc','\xdb','\x3c','\xb6','\x6b','\x74','\x46','\x40','\xc6','\xa0','\xe5','\x25','\x5f','\x0c','\x7e','\x8c','\x96','\x27','\xe2','\xb6','\xe2','\xb7','\xba','\xa4','\x64','\x4e','\xc9','\xf3','\x01','\x7c','\x3d','\x9f','\x5b','\x37','\xa4','\xdb','\xc7','\xeb','\x01','\xe2','\x95','\xce','\x32','\xae','\xe5','\x07','\x5a','\xa8','\xdd','\x60','\x62','\x3c','\x1f','\xa2','\x7e','\x67','\xd1','\xeb','\xc9','\xd8','\xeb','\x95','\x91','\x70','\xed','\x41','\xf8','\xd0','\x3a','\xec','\x09','\xcc','\xf5','\x75','\x45','\x77','\x03','\x51','\x8f','\xc1','\x39','\x12','\xf4','\xfd','\x5c','\xf7','\xb9','\xf8','\x85','\x6c','\xf4','\x07','\xff','\xbe','\x3e','\x27','\x3f','\xe5','\x9b','\x12','\x8d','\xc8','\x0f','\xce','\xe1','\xf7','\xbf','\x9f','\x48','\x24','\x9d','\xda','\xe4','\x86','\x0f','\xc2','\x8e','\x4f','\x8f','\x2a','\x63','\x20','\x0e','\x7e','\xde','\xe9','\xf6','\xc3','\xf1','\x37','\x7f','\x2e','\x62','\x25','\x92','\x11','\xf9','\xec','\xb4','\xff','\x25','\xae','\x61','\xbc','\x77','\x2c','\x58','\xf0','\xc9','\x5d','\xfc','\x27','\x12','\xaa','\x4f','\x26','\xfc','\x0f','\xde','\x37','\x28','\xac','\xf1','\x56','\x9c','\xc2','\xca','\xb0','\xa1','\xc6','\x73','\x84','\x00','\xf1','\x5d','\x4f','\x43','\x22','\x05','\x55','\x6d','\x2c','\xee','\xdd','\x33','\x34','\xbf','\xa5','\x12','\xbd','\x54','\x46','\x52','\x12','\xc9','\x50','\xb7','\x6b','\x72','\xe5','\x62','\x7b','\x2f','\x97','\xbb','\x29','\xcc','\x98','\xa5','\x1e','\x58','\x98','\x79','\xbf','\x29','\x1d','\x03','\xe6','\xe6','\x72','\x0d','\xc3','\x44','\x31','\xc9','\x7e','\xdc','\xd6','\xb0','\x14','\x95','\xac','\xeb','\x8c','\xf6','\x7f','\x07','\x7f','\x5b','\x22','\xd9','\xed','\xf1','\xdc','\xf7','\xc5','\x78','\x9f','\xff','\xbe','\xa0','\xc6','\xd9','\xed','\x6e','\x39','\xfb','\x9d','\x1e','\x08','\x92','\x8c','\x07','\x20','\xa1','\xd5','\x09','\xc4','\x4b','\x65','\x0f','\xea','\xaf','\x00','\x8d','\x57','\x1c','\x44','\x9d','\x66','\x37','\x2a','\xb5','\xdc','\x5c','\x57','\xb2','\xd0','\x70','\xdd','\x0c','\x1b','\x9f','\xf3','\xde','\x7f','\xa5','\x47','\x33','\xbc','\xb1','\xc0','\xa7','\x51','\xcf','\x37','\x90','\x94','\x39','\x1e','\x27','\x12','\x33','\xad','\x35','\x2e','\x2f','\x67','\xb4','\x79','\xf0','\x9e','\x73','\xe2','\xb0','\x2c','\xdc','\xdf','\xdd','\xa1','\xe6','\xd4','\x0b','\x7f','\xe4','\x51','\x61','\xc6','\xc7','\xbc','\x02','\x62','\x8e','\xae','\x23','\xe1','\x5e','\x25','\x89','\x3c','\x25','\xa4','\xb9','\x18','\xbc','\xb5','\xa8','\x98','\x04','\xbd','\xd8','\x10','\x7a','\x57','\xb7','\xb8','\x07','\x24','\x87','\x69','\x42','\x4a','\xee','\xb2','\x13','\xe3','\x7b','\x58','\x3d','\xc3','\xa8','\xbc','\xeb','\x75','\xbc','\x0d','\x24','\xee','\xa6','\x68','\xf3','\x85','\xa1','\xff','\xc3','\x97','\x0c','\x24','\x6f','\x54','\xc7','\x7c','\x8d','\xfc','\xe4','\x67','\xfb','\x60','\x8f','\x3b','\x27','\x44','\xf5','\xcc','\xc6','\xe8','\xd9','\xd7','\xe5','\xf1','\xf9','\x51','\x5d','\xdd','\x57','\xf7','\x9b','\xef','\xba','\x9d','\xf5','\xa5','\x78','\xaf','\x24','\xeb','\xee','\xda','\x64','\xe6','\x34','\x14','\xd7','\xf7','\x08','\x1a','\x49','\xa2','\x6b','\x9a','\x94','\xd1','\x98','\xcf','\x4c','\x63','\xc9','\xf4','\xfd','\xa2','\x3f','\x77','\x2e','\x62','\x71','\x8f','\xca','\xbe','\xbc','\x1e','\x97','\x85','\xe5','\x78','\x64','\x99','\x16','\x5e','\xbf','\xf9','\x29','\x0f','\xaf','\x1e','\xf8','\xee','\xdb','\xef','\xf8','\xbb','\xbf','\xfd','\x6f','\x7c','\x7c','\x7c','\xe6','\x72','\xbe','\xf0','\xf8','\xf8','\xc8','\xb2','\x2c','\x20','\x19','\x4c','\xb1','\x9e','\xb0','\x1a','\xc3','\x22','\x5b','\xb8','\x8c','\x3a','\xd9','\xb1','\x8b','\xf7','\x9a','\xa1','\x00','\x8b','\x07','\xb6','\xd5','\x73','\x33','\x36','\xad','\x68','\x73','\xda','\xd9','\x87','\xf3','\x85','\x5f','\x3f','\x3e','\xf2','\xd4','\x3a','\x73','\x59','\x98','\x4e','\x13','\x87','\x57','\x07','\xe6','\x37','\x77','\xe4','\x87','\x05','\x5b','\x84','\x8b','\x36','\x3e','\xd6','\x33','\x9a','\x33','\xf3','\xdd','\x89','\x7a','\xe9','\x6c','\xdd','\x82','\x3a','\x64','\xd4','\xe7','\x67','\xbe','\xfd','\xcd','\xaf','\xe9','\xb5','\xf1','\x6a','\x39','\x70','\x37','\x1f','\xb8','\x3f','\x1c','\x39','\xe4','\x4c','\x6e','\x46','\xea','\x8d','\xd6','\x8c','\xd2','\xa1','\xa4','\xe2','\xc0','\x9c','\x39','\x3d','\xb3','\xf5','\x4e','\x45','\xe9','\x12','\x14','\xb5','\xc9','\xf7','\xf7','\x84','\x50','\x34','\xd1','\x44','\x77','\xb0','\xb0','\x99','\xa0','\x7d','\x43','\xb7','\x33','\x28','\x4c','\x79','\xa2','\x68','\x00','\x7b','\xbd','\xa3','\xad','\x46','\x55','\x3f','\xd1','\x92','\x20','\x07','\xb8','\x9b','\xbc','\x11','\x6a','\xff','\x64','\xbf','\x1c','\x4c','\x04','\x63','\x9a','\x67','\x96','\xaf','\xde','\x90','\x93','\x83','\x1c','\x58','\x87','\xf5','\x02','\x19','\x0e','\xb8','\x23','\x5d','\x4a','\xc2','\x92','\x27','\xa6','\xb1','\x66','\x28','\xbb','\xe8','\xdb','\xec','\x5a','\x59','\x97','\x7e','\xa5','\x9c','\x77','\xeb','\x11','\x5c','\x26','\x32','\x4a','\x29','\xea','\x34','\x48','\xc9','\x3c','\xa4','\xc9','\xe9','\xaf','\xda','\xd0','\xa6','\x18','\x8d','\xe1','\xc6','\x68','\x11','\x00','\xdf','\x4d','\x85','\x14','\x8e','\xa4','\x03','\x28','\xd5','\xee','\xe6','\x1e','\xad','\x55','\xac','\x37','\xb6','\x5a','\x49','\x5d','\x99','\xb6','\x86','\x44','\x4f','\xc1','\xc4','\x85','\x24','\x13','\xe4','\x33','\x0d','\xa1','\xd7','\x46','\xee','\xdd','\xf5','\x54','\x76','\xd5','\xcf','\x79','\xff','\x29','\x43','\x6c','\xe3','\xe9','\x62','\xa4','\xba','\xf1','\xb3','\xd3','\xcf','\x39','\x3e','\x14','\xbe','\x7b','\xf7','\x8e','\xef','\x9e','\x5f','\xf8','\xea','\x27','\x5f','\x73','\x78','\xb8','\xe7','\xa5','\x1b','\xcf','\x97','\xc4','\xcb','\xe5','\x4c','\xdd','\xda','\x4e','\x45','\x3b','\x1d','\x3c','\xd0','\x4e','\xfa','\xc2','\xf6','\xfc','\x1d','\xaf','\xef','\x26','\xa6','\x5f','\xfc','\x94','\x8f','\x4f','\x4f','\xc8','\xe3','\x85','\xa7','\x97','\x0b','\xcf','\xdb','\x46','\xb5','\x7e','\x03','\x14','\x29','\xe9','\x74','\xe2','\xd5','\x61','\xf6','\x7e','\x90','\xbd','\xa2','\xdb','\xc6','\x96','\xfd','\x99','\x2d','\x78','\x75','\xf2','\xd2','\x9f','\x58','\xf5','\x85','\x52','\x26','\x96','\xe3','\xcc','\xab','\xbb','\x93','\x1b','\xbc','\xf4','\x23','\xf7','\x77','\x47','\x52','\x4a','\x3c','\x3e','\x42','\x9e','\x8d','\xaf','\xee','\xee','\x78','\x75','\x77','\xcf','\x77','\xdf','\xbc','\xe1','\x9b','\x5f','\xff','\x23','\x8f','\x8f','\xef','\x31','\x32','\x56','\x0c','\xf4','\xc2','\xc7','\xba','\x71','\x90','\x89','\xd3','\xf1','\xc4','\xeb','\xfb','\x3b','\x1e','\x0e','\x77','\x1c','\x96','\x85','\x39','\x17','\x8a','\x1a','\x0b','\x5f','\x21','\x39','\x3b','\x20','\x1f','\x1a','\xd7','\xcb','\x5a','\xf9','\xf0','\xf4','\x91','\x6f','\x9f','\x3e','\xf0','\xf8','\xfc','\x9e','\x17','\xdb','\xb0','\xa9','\xa0','\x29','\xf3','\xb4','\xae','\x3c','\xbd','\x7f','\xcf','\x4b','\xeb','\x34','\xdc','\x22','\x7c','\x9e','\x33','\x79','\x2e','\xe4','\xae','\xde','\x6f','\xcc','\xae','\x2c','\x93','\x6c','\x5e','\xc1','\x49','\xcd','\x8d','\x19','\x7e','\x7a','\x3a','\x78','\x35','\xac','\x35','\xaa','\x76','\x9a','\xb5','\xdd','\xc6','\x59','\xb3','\x31','\xa5','\xe2','\x7d','\xa9','\xcc','\x90','\xa9','\x23','\x06','\x53','\x72','\x3b','\xee','\x92','\x0a','\xb2','\x15','\xee','\x52','\xe2','\xcd','\x11','\x66','\x13','\x64','\xab','\xf4','\xa6','\x24','\x32','\x45','\xc4','\x4d','\x25','\x7a','\x03','\xfc','\xb3','\x6e','\xa0','\x11','\x69','\x86','\x5c','\x63','\xdf','\xbe','\xe7','\xf2','\x03','\xed','\xfc','\xf4','\x65','\x37','\x3f','\xb5','\x90','\xa5','\x0c','\x06','\x82','\x89','\xec','\x14','\xe1','\xdb','\xb2','\xd1','\x17','\xd2','\x8d','\x6b','\x6e','\x12','\x71','\xce','\x15','\xd4','\x8c','\xb8','\x3d','\x0d','\x26','\x90','\xed','\xef','\x2d','\x65','\xc4','\x55','\xe3','\x1b','\x7c','\xef','\xeb','\xea','\x4c','\x2e','\xf0','\x2a','\xfe','\x6d','\x3c','\x7a','\x7b','\xde','\xfb','\x39','\x88','\xb8','\x96','\xcb','\x9c','\x3e','\x6f','\x62','\x5e','\x24','\xb7','\x60','\xd7','\x24','\xf5','\xa2','\xc3','\x17','\x5e','\x5f','\x74','\x81','\x4b','\x11','\xec','\xd9','\xcd','\x86','\xe2','\x48','\x7f','\x24','\x25','\xbd','\x52','\x6b','\xa7','\xd6','\xca','\xa0','\x6d','\xe5','\x32','\x91','\xc8','\xa4','\xe8','\xa2','\x9a','\x62','\x81','\x1b','\x9d','\xb5','\xbd','\xac','\xeb','\x02','\xce','\x56','\xeb','\x0d','\x1a','\x1a','\x17','\x64','\xd7','\x44','\x68','\xd0','\xe3','\x72','\x12','\x76','\x8a','\xbc','\x5c','\x83','\x39','\xd4','\x77','\xa6','\x8d','\x10','\x8f','\x4f','\x79','\x7f','\x80','\xfe','\x5d','\x76','\x13','\x17','\x7e','\xf9','\xc2','\xe1','\xba','\x21','\x82','\x5e','\x83','\xb1','\x38','\xfe','\xa0','\x6f','\x8d','\xac','\xd4','\xbc','\xc6','\xf8','\x83','\x64','\x6b','\x6c','\xd0','\x29','\xc9','\xce','\x17','\x17','\x71','\xaa','\xc9','\x97','\x68','\x79','\x23','\x88','\xb4','\xe0','\xfe','\x8a','\x08','\x64','\x76','\xa7','\x8a','\x16','\x89','\x58','\xff','\x51','\x3a','\x9f','\x9f','\x6f','\x96','\xb4','\x27','\x8a','\x0e','\x48','\xfe','\x53','\x5a','\xa8','\x48','\x5a','\xe2','\x1c','\xd9','\xbf','\xd6','\x9c','\x0a','\x27','\xe3','\x79','\xdf','\xbe','\xc6','\xc0','\xbf','\xfe','\xf4','\x9a','\x40','\x72','\x3b','\x66','\xc7','\x2c','\xfb','\xe4','\x75','\xad','\x57','\xfd','\x81','\x2f','\xdb','\x09','\x53','\xc1','\x6d','\xf9','\x27','\x3e','\xfe','\x23','\xef','\xf7','\xf0','\x28','\x45','\x82','\x03','\x49','\x2c','\x1c','\x49','\xae','\x59','\x9a','\x0f','\xbd','\xdb','\xf0','\x67','\xdc','\xe0','\xf8','\x77','\xfc','\x77','\xa0','\x99','\xfb','\xf7','\xff','\x2b','\x5c','\xc3','\xed','\x9d','\xbf','\x2e','\x06','\xe3','\xcc','\x6e','\x13','\xaa','\xcc','\x9e','\x1f','\x89','\xdc','\x3c','\xdb','\xcf','\xdf','\xe7','\x89','\x97','\xec','\x99','\xc0','\x08','\x06','\x3d','\x71','\x97','\x6b','\x9c','\xbd','\xff','\xd7','\x82','\xd6','\x23','\x78','\x71','\xd2','\xbb','\x41','\x47','\x47','\xed','\x68','\xac','\x29','\x29','\xef','\xf7','\x75','\xcf','\x5d','\x54','\x9d','\x7e','\x12','\x02','\x4c','\x31','\x41','\x9b','\x5b','\xb5','\x8e','\x37','\x99','\x99','\xf7','\xe5','\x18','\x3d','\x60','\x8c','\x3d','\xe9','\xde','\xf3','\x92','\x7d','\x98','\x9a','\x53','\xd6','\x92','\xdb','\x8a','\x2a','\x09','\xcd','\x12','\x4d','\x0c','\x05','\xed','\x11','\x58','\xce','\xc9','\xab','\xda','\xaa','\xc1','\xf9','\xd6','\x9d','\x2e','\x85','\x26','\x46','\xcf','\x2a','\x09','\xb7','\xb2','\x9b','\x14','\x24','\x12','\x37','\xa7','\xe5','\x39','\x7d','\x61','\x3c','\x81','\xe6','\xf4','\x46','\x1d','\x8e','\x4c','\x57','\x6d','\x88','\x85','\x06','\x65','\x04','\xe6','\xc4','\xdf','\x5d','\x14','\xda','\xae','\x63','\x6b','\xa7','\x18','\x84','\xf0','\xbf','\x47','\x30','\x96','\xbd','\xcf','\x92','\x55','\xe7','\xff','\x97','\x92','\x29','\x41','\xb9','\xc5','\xfc','\xb9','\x34','\x73','\x3a','\x50','\x6b','\x1b','\xad','\x35','\x8e','\xcb','\xcc','\x3c','\xb9','\x96','\xb2','\xd6','\xea','\x8d','\x0d','\x45','\x38','\x88','\x57','\x83','\xee','\xee','\xee','\xb9','\x9c','\x2f','\x3c','\xd7','\x17','\xbf','\xde','\x48','\x44','\xf6','\xf4','\xc0','\x0c','\xed','\xd1','\xf3','\x3c','\x50','\x76','\x09','\x6a','\x90','\xa9','\xd2','\xb4','\xd1','\x6a','\x77','\x6d','\x91','\xc1','\x72','\x3c','\x7e','\x02','\xaa','\xf8','\xe3','\xb8','\x52','\x90','\x3f','\xa1','\x2d','\xc7','\x1c','\x19','\x15','\xb7','\x5d','\x4f','\x19','\x7a','\xb1','\x71','\x9b','\xc6','\x83','\x1d','\x8a','\x35','\xf0','\xca','\xfa','\xf8','\xac','\xa6','\x1b','\x84','\xd1','\xa2','\x82','\xfe','\xd9','\x14','\xb9','\x3d','\xfe','\xf5','\x49','\xaa','\x27','\xdd','\x2a','\x4e','\x59','\x1e','\x73','\x21','\x2a','\x9a','\x82','\x04','\x93','\xa1','\x5e','\x7f','\x17','\xdf','\x75','\xbb','\x99','\xdf','\x5e','\xeb','\x30','\x5b','\x68','\xd6','\x62','\x4c','\xb8','\x06','\xaa','\x9b','\xd0','\xab','\xa3','\x91','\x56','\x37','\xbf','\x47','\xe2','\xcf','\x34','\x4a','\xde','\x78','\x68','\xeb','\xc0','\x41','\x4e','\x89','\x65','\x99','\x28','\x73','\x61','\x9a','\x66','\xa6','\xb9','\x30','\xe7','\x85','\xd3','\xf1','\x81','\xfb','\x57','\xaf','\xb8','\xbf','\x7b','\xc5','\xc3','\xab','\xaf','\x48','\x53','\xe6','\xe3','\xe3','\x13','\x2f','\x97','\x95','\x6f','\x7e','\xf7','\x3b','\x9e','\x9e','\x2e','\x9c','\x7b','\xe7','\xcd','\x3d','\x9c','\x96','\xa3','\xf7','\xcd','\xa9','\x3e','\x47','\x2c','\x3b','\x4d','\xd5','\xfb','\xcb','\x09','\x4a','\x46','\xb2','\xf7','\xca','\x59','\x6b','\xa5','\x4b','\x46','\x0e','\x07','\x4c','\x60','\x05','\x3e','\x9e','\xcf','\x3c','\x9f','\x9f','\x79','\x79','\x5a','\xf9','\xb8','\x76','\x9e','\xe7','\x0c','\x5f','\x9d','\x98','\x0e','\x27','\x8e','\x0f','\x77','\x1c','\x1e','\xee','\xc8','\x87','\x23','\x3d','\x27','\x56','\xad','\xae','\xe3','\x3d','\xce','\x74','\x53','\xce','\xbd','\x32','\x1f','\xef','\xb8','\x3f','\x9e','\x48','\x39','\xf1','\xfe','\xfb','\x6f','\x79','\xff','\xe1','\x11','\x6d','\x9d','\xfb','\xe5','\xc8','\xc3','\xe1','\xc0','\xdd','\x74','\x60','\xc9','\x13','\xa9','\x2a','\xfd','\xbc','\xa2','\xeb','\x0a','\xd5','\x98','\x30','\xe6','\xe8','\xbc','\xbe','\xe2','\xe8','\x74','\xb5','\x46','\x4f','\xea','\xc1','\x6a','\x76','\x94','\xbc','\x2a','\xf4','\xad','\x61','\xed','\x5a','\x15','\xf3','\x8a','\x5e','\x46','\x73','\xc5','\xe6','\x09','\xed','\x30','\x49','\x61','\x96','\x44','\x92','\x00','\x4d','\x7a','\x23','\x6b','\x67','\xee','\x9d','\xb4','\x36','\x12','\x2b','\xa9','\x74','\x24','\xc4','\xd5','\x8a','\x6b','\x72','\x86','\xa6','\x42','\xad','\x63','\xf3','\xc4','\x9c','\x1d','\x58','\xbd','\xac','\x67','\x5a','\xdb','\x10','\xbc','\x81','\x2d','\xf3','\xcc','\x7c','\x58','\x58','\xca','\xc4','\xd2','\x2b','\x93','\xb8','\x59','\x8f','\x83','\x1f','\x8e','\x42','\xfb','\x32','\x16','\x8c','\x8d','\xe4','\x80','\xe1','\xb5','\x47','\x55','\x54','\x0f','\xe5','\x82','\x96','\x42','\x13','\x98','\xe6','\x99','\x92','\x27','\x07','\x6f','\xb4','\x23','\xbd','\xd3','\xba','\x61','\xbd','\xa2','\xea','\xc6','\x1c','\x66','\xee','\x74','\x37','\xc6','\xe2','\xe8','\xed','\xe5','\x2e','\x6f','\x95','\xde','\x3a','\x97','\xba','\xf1','\xdc','\x56','\x4f','\x7a','\x86','\x76','\x72','\x48','\x10','\x3a','\xbc','\x74','\x77','\xf9','\x3a','\x96','\x89','\x2c','\x9e','\xbc','\xa7','\x58','\x87','\x53','\x34','\x13','\x2e','\x41','\x35','\x9d','\x05','\xbe','\xfe','\xc9','\x03','\xff','\xf9','\xbf','\xff','\x0f','\xfc','\xec','\x57','\xbf','\xe4','\xeb','\xaf','\xef','\xf8','\xaf','\xdf','\xfe','\x86','\x57','\x3f','\xfd','\x9a','\x3f','\xff','\xf7','\x7f','\xc9','\xab','\x5f','\xfe','\x94','\x77','\x4f','\xcf','\xbc','\xff','\xf8','\x01','\x01','\x96','\x69','\xe1','\x61','\x39','\x78','\x3f','\x99','\xb5','\x32','\x49','\xe6','\x78','\x5c','\xe8','\x8b','\xf0','\x6e','\x7b','\xe6','\x9b','\x6f','\x7e','\xcb','\xdf','\xfd','\xe6','\x1f','\xf8','\xed','\xb7','\xdf','\x51','\xce','\x42','\x55','\x43','\x4a','\x62','\x0a','\x1a','\xed','\x9c','\x12','\x77','\xf7','\x33','\xa7','\xb2','\xd0','\x93','\xd1','\x5f','\x56','\xda','\xfa','\xc2','\x59','\xa0','\xa7','\x99','\x32','\x19','\x69','\x6a','\xa4','\x03','\x90','\x8c','\xad','\x9d','\x79','\x3e','\xc7','\x3d','\x6a','\xc6','\xe5','\xe9','\x03','\xc7','\xe3','\x89','\xfb','\xbb','\x07','\x2e','\x2f','\x2f','\xbc','\xbc','\x5c','\x60','\x9e','\x98','\x5f','\xbf','\x46','\x3f','\x3c','\xf2','\xe1','\xe3','\xf7','\x5c','\xce','\x1b','\xb3','\x56','\xde','\xc8','\xca','\x7d','\x9e','\x78','\x75','\x9a','\xb8','\xfb','\xfa','\x15','\xbf','\xf8','\xab','\x7f','\xcb','\xff','\xfa','\xdf','\xfe','\x5b','\x7e','\xfe','\xb3','\x9f','\xb3','\x2c','\x07','\x52','\x2a','\xe4','\x00','\xa9','\x4c','\xf0','\x1e','\x66','\xd9','\x1d','\x17','\xdf','\x7f','\xff','\x96','\x7f','\xfc','\xc7','\x5f','\xf3','\xcd','\xb7','\xdf','\xf2','\xf2','\xf4','\x42','\x6b','\x95','\xf3','\xe5','\xc2','\xdb','\xef','\xdf','\xf2','\xf8','\xbb','\x6f','\xb9','\x3c','\x9d','\x31','\x84','\x69','\x9e','\x58','\x1e','\x4e','\xee','\x86','\xda','\x95','\x05','\xa7','\x4c','\x4e','\x22','\x94','\xe6','\xeb','\xbc','\xf5','\x46','\xbf','\x34','\x0e','\x87','\x85','\xc3','\xfd','\x6b','\xb6','\xde','\xdc','\x89','\xaf','\x37','\xa7','\x44','\x63','\x94','\xe4','\x46','\x09','\x23','\x51','\x98','\x10','\xca','\xec','\x95','\x9d','\x82','\x6b','\x80','\x2c','\xf6','\xb9','\x3b','\x12','\x0f','\x73','\x21','\xd7','\xca','\x7a','\x59','\xe9','\xd6','\xc8','\x79','\x42','\xa6','\xd9','\x93','\xb8','\xd8','\xc8','\x4b','\x49','\x37','\xeb','\xf2','\xbe','\xcb','\x01','\x90','\x07','\x5b','\xbd','\xb9','\xbd','\xea','\x6d','\xcc','\x3d','\xd6','\xdc','\x9d','\xee','\x66','\x37','\x4c','\x25','\xae','\x63','\xd3','\x6e','\xde','\x73','\xf3','\xe3','\x4f','\x8e','\x73','\xfb','\xf7','\xbd','\x5a','\x0a','\xbe','\x37','\x42','\xe8','\x5f','\x63','\xb9','\x14','\x8f','\xfd','\xa7','\x32','\x01','\xd1','\x1a','\x60','\x80','\x8b','\x76','\x8d','\x5f','\x4d','\xd9','\x75','\xd9','\xd7','\x10','\xc1','\x3e','\x3b','\xea','\x0d','\x4b','\x21','\x74','\x92','\x23','\x6c','\x1d','\xac','\x8b','\x24','\xf9','\x93','\x73','\xbe','\x7d','\xfd','\x90','\x02','\x17','\x1b','\x94','\xe4','\x08','\x76','\x8a','\x60','\x49','\x9c','\xb7','\xd8','\x07','\xbf','\xd2','\xf6','\x86','\x76','\xbb','\xc3','\x8d','\x04','\xf2','\x6a','\xde','\x01','\x3a','\x47','\xa3','\x30','\x21','\xac','\x67','\xcd','\xbb','\xc9','\xf6','\xde','\xe8','\xa6','\x88','\x66','\x52','\xba','\xd9','\x64','\xc7','\x59','\xe7','\xc1','\x85','\x1f','\xc1','\xc4','\xa0','\xcf','\x45','\xc5','\x23','\x1e','\xda','\xe7','\x25','\xb1','\x4f','\xaf','\x40','\xf6','\xff','\xca','\x0f','\xae','\xdc','\x6f','\x65','\x0a','\xfb','\xc3','\x81','\x8c','\x6a','\xa0','\x2b','\x43','\x83','\xb3','\xbf','\x02','\x9d','\xa9','\x03','\xe1','\x2c','\x83','\x2e','\xa3','\x9f','\x04','\xa1','\xdd','\x3a','\xa6','\xd7','\x1b','\xfa','\xfb','\x68','\x79','\x7b','\x95','\x40','\x9b','\xdb','\x19','\xda','\xa0','\xce','\x5c','\x85','\x9c','\xda','\x7f','\x0f','\x9d','\xcf','\x40','\x82','\x5a','\xe3','\x35','\x51','\xf9','\xbd','\x49','\xd7','\xf8','\xac','\xaa','\x6b','\x0d','\x72','\x86','\xb4','\xdf','\xa3','\x9b','\xeb','\x94','\x4f','\x33','\xfa','\xcf','\xf3','\x97','\x21','\x16','\xde','\x75','\x11','\x37','\x41','\xf4','\x0f','\x4f','\xf2','\x8a','\xd0','\x1a','\x7c','\x7a','\x4f','\xbf','\xf8','\x8a','\xb4','\x25','\x2a','\x61','\xba','\x7f','\xdd','\x97','\xd2','\xa8','\xf1','\x5c','\x3d','\xc1','\x91','\x9b','\xf7','\xcb','\xcd','\x35','\x84','\xd7','\x85','\xff','\x3b','\xe1','\x14','\xf1','\xf1','\x5d','\x3b','\x05','\x2e','\xd0','\xe3','\x2f','\x8e','\x13','\x3f','\x7f','\x97','\x4b','\x45','\x02','\xf1','\x7b','\xaf','\xe3','\x9f','\x73','\x0d','\xb7','\x4e','\x58','\xb7','\x01','\xda','\xcd','\x58','\x4e','\x9f','\xfe','\xf6','\x93','\x53','\x19','\xee','\x29','\xc8','\x9e','\x78','\x09','\xec','\xc7','\x70','\x5b','\x58','\x4f','\x04','\x47','\x63','\xd8','\x41','\x5d','\x1c','\xd5','\x8b','\x11','\xd8','\xea','\x78','\xc6','\x23','\xa8','\x8b','\x8a','\x50','\x36','\x90','\xec','\x74','\xa3','\xd1','\x98','\xd7','\xb5','\x17','\xc3','\xe2','\x3c','\xaa','\x3b','\xe1','\x76','\x24','\xc4','\x82','\x67','\xa3','\x4c','\xdf','\xaf','\x4e','\x85','\x5c','\x1b','\x6d','\x8a','\xdc','\x20','\xad','\xad','\x07','\x9d','\x2c','\x8f','\x0b','\x40','\xb4','\xa0','\xd9','\x29','\x16','\xda','\x03','\xe5','\x41','\xdd','\x69','\x0f','\x43','\x7b','\xf3','\x69','\x3a','\x02','\xee','\x41','\x3b','\x05','\x47','\xb0','\x3c','\xe3','\xd9','\xef','\x9c','\x45','\x96','\xd7','\xb4','\x47','\xd3','\x55','\xbf','\x07','\xee','\x50','\xec','\x5f','\xd4','\x76','\x8b','\x62','\x63','\xac','\x3d','\xc4','\xfd','\xfc','\xe4','\x39','\xde','\xfe','\x43','\x12','\x03','\xe1','\x1a','\x93','\x63','\xaf','\x0c','\xa9','\xdb','\x88','\x8a','\x09','\xc9','\x42','\x04','\x5d','\x0a','\x84','\x28','\x1a','\x8d','\x39','\x7f','\xe3','\x64','\xf9','\xf4','\xf4','\x91','\x22','\x2b','\x88','\x30','\xcd','\x0b','\xcb','\xe9','\xe4','\xe8','\x9f','\x79','\xb2','\xf4','\xf1','\xe3','\x07','\xea','\x56','\xaf','\x41','\x7c','\xfc','\xd1','\x98','\x8f','\xb2','\x76','\xbc','\x3f','\xb3','\x44','\x20','\x94','\xaf','\x96','\xa0','\xe6','\xf4','\x55','\xc3','\xd7','\xf2','\x74','\xb3','\x96','\x5d','\x2b','\x5d','\x12','\xa3','\x23','\x3a','\x81','\xab','\xf9','\x46','\x6f','\x46','\x4e','\x1a','\x54','\x88','\xcc','\xe0','\x59','\x8f','\xa4','\xd3','\xf6','\x0d','\x35','\x3e','\x6d','\x80','\x45','\xf7','\x3f','\x19','\x09','\x8e','\x27','\xc9','\xc9','\xd2','\x27','\x14','\x69','\x24','\x28','\x16','\xb7','\x9b','\xaf','\x48','\xf4','\x90','\x49','\x01','\x54','\x69','\xe8','\x6d','\x8c','\x82','\x84','\x21','\x80','\x4f','\xd4','\xa4','\xc9','\x2b','\x88','\x84','\x9b','\x68','\x13','\x34','\x1a','\xd4','\x8e','\xe7','\xc7','\x6d','\x85','\xe8','\x0b','\x1b','\xc8','\x08','\xc8','\x3d','\xe4','\x8e','\xf3','\x17','\x40','\x2d','\xdc','\x94','\xcc','\x37','\x56','\xcb','\x9f','\x58','\xd3','\xf7','\x41','\x7b','\x12','\xb7','\xbb','\x2e','\xd3','\xb2','\x27','\x55','\x0a','\x6c','\xb5','\x71','\xb9','\x9c','\x49','\xa9','\xf0','\xf4','\xf1','\x99','\xe7','\xa7','\x27','\x7e','\xf7','\xbb','\x6f','\x79','\xff','\xee','\x83','\x1b','\x87','\x8c','\xb5','\xcb','\x60','\xad','\x1b','\x96','\x84','\x65','\xf6','\xfb','\x36','\xe6','\x91','\xca','\x35','\xc9','\x4e','\x71','\x7f','\x36','\xed','\xa8','\x04','\x9d','\xcf','\x8c','\xcb','\xba','\xf1','\x74','\x7e','\xe6','\xf1','\xe5','\x89','\x8f','\x1f','\x36','\x7a','\x9e','\x79','\xf5','\x67','\x3f','\xe7','\xf4','\xb3','\x9f','\x70','\x5c','\x0e','\x1c','\x4e','\x47','\x52','\xf1','\x86','\xde','\xdb','\x40','\x5b','\x73','\xe1','\xee','\xee','\xc4','\x79','\xdb','\x78','\xbe','\xac','\xdc','\xdf','\x3f','\x70','\x77','\x7f','\xcf','\xd3','\xf3','\x33','\xef','\xbe','\xff','\x9e','\xf3','\x5a','\x79','\xf5','\xea','\x81','\xd7','\x87','\x7b','\x8e','\x78','\x60','\x6d','\xad','\x53','\x2f','\x1b','\x75','\xbd','\x20','\x6b','\x63','\xc6','\x11','\x5b','\x53','\x77','\x25','\xc3','\xbc','\x17','\xce','\x28','\x13','\xef','\x7b','\xbc','\x10','\x9a','\xc1','\xee','\x00','\xa7','\x0a','\x4c','\x0e','\x68','\xe4','\x30','\x88','\x10','\x29','\xe8','\xd6','\x90','\x66','\xcc','\x29','\x51','\x72','\x24','\x7e','\x5d','\x9d','\x3a','\x28','\x11','\xa7','\xa8','\x91','\xdb','\x08','\xb2','\x7c','\x6c','\x98','\x36','\xd7','\x64','\x98','\xaf','\x5d','\xdb','\xba','\xf2','\xfd','\xcb','\x0b','\x65','\x1a','\x8e','\x6e','\xd9','\x5b','\x74','\x08','\x68','\x53','\xce','\x1f','\x9e','\x78','\x31','\x65','\x4a','\x6e','\xe7','\x4d','\x24','\x4f','\x30','\x74','\x6e','\xec','\x09','\x51','\x2a','\xee','\xc8','\xd7','\xb4','\x06','\x52','\x7d','\x6d','\xd6','\xdb','\xc3','\xc5','\x4d','\x4c','\x98','\xc2','\xf8','\x41','\x22','\x00','\x03','\x5f','\xbf','\x46','\x2f','\x39','\xed','\x8d','\x6d','\xdb','\xfc','\xe7','\xa3','\x17','\x51','\xb7','\xe8','\x65','\xd4','\x50','\xa0','\xb6','\x46','\x35','\xb7','\x7f','\x9f','\x53','\x66','\x4a','\x5e','\xc1','\x48','\x39','\x85','\x41','\x8b','\xbb','\xa2','\x1d','\xa2','\x92','\xd0','\xb6','\x1a','\x60','\x94','\x03','\x15','\x73','\x29','\x1c','\xca','\x82','\x4a','\xe3','\x49','\x3a','\xcb','\x7c','\xc7','\xaf','\x7e','\xfe','\x13','\xfe','\xcb','\xff','\xf8','\x9f','\xf8','\xc5','\xbf','\xff','\x73','\xfe','\x1f','\x7f','\xf3','\xd7','\xd4','\x2c','\xfc','\x97','\xff','\xc3','\xff','\xc4','\x5f','\xfc','\xc7','\x7f','\xc7','\x87','\xa7','\x67','\x97','\x2f','\xa4','\x44','\xb1','\xc4','\x22','\x89','\x45','\xbc','\x1f','\x4d','\x8a','\x20','\x75','\x5b','\x32','\x1f','\xdb','\xca','\xaf','\x7f','\xfb','\x0d','\xbf','\xf9','\xf5','\x6f','\xf8','\xc7','\xb7','\xdf','\xf2','\xb4','\x5e','\xb0','\x2c','\x4c','\x8b','\xaf','\x51','\x1f','\x3f','\x3e','\x73','\xf9','\xf8','\xc4','\x71','\x9a','\x29','\x52','\xe0','\xe5','\x42','\xfb','\x78','\xa6','\x5f','\x56','\xd2','\xea','\x15','\x8b','\x7c','\x80','\x34','\x2b','\x5b','\x6d','\x6c','\xe7','\x8d','\xf3','\xd3','\x0b','\x1f','\xde','\x7e','\xcf','\xba','\xbe','\xb0','\x9d','\x57','\xb6','\x75','\xa5','\x94','\x99','\x37','\xaf','\x5f','\x43','\x57','\x72','\x29','\x1c','\xee','\xee','\x39','\x9d','\x8e','\xfc','\xd5','\x5f','\xfd','\x1b','\x7e','\xf2','\xb3','\xaf','\xf9','\xf8','\xb2','\x72','\xcc','\xc6','\x5f','\xdc','\x67','\x5e','\xcd','\x33','\xc7','\xfb','\x07','\x7e','\xf5','\xcb','\x5f','\xf2','\xef','\xfe','\xf2','\xdf','\xf1','\xef','\xfe','\xf2','\xdf','\xf0','\xfa','\xab','\x9f','\x22','\xd1','\xd7','\x68','\x07','\x3b','\xc5','\xa0','\x64','\x58','\x66','\xc8','\x19','\x9e','\x9f','\x78','\x7a','\xfb','\x96','\x0f','\x6f','\xdf','\xf1','\xf4','\xed','\x5b','\xde','\x7f','\xfb','\x1d','\xbf','\xfd','\xf6','\x5b','\xbe','\x79','\xfb','\x1d','\xff','\xe6','\x2f','\x9f','\xe9','\xbd','\xd2','\x5b','\xf3','\x79','\xf1','\x72','\xe6','\xf9','\xe3','\x47','\x7a','\xad','\xdc','\x95','\x85','\x39','\x15','\x66','\x13','\xa6','\x64','\xd0','\x3a','\x9d','\x46','\x9b','\x36','\x96','\x54','\x58','\xcc','\x1b','\xb2','\x17','\x32','\x1d','\xaf','\x1e','\x23','\x6e','\xdb','\x5e','\x42','\xbf','\xd8','\x7b','\x23','\x23','\x2c','\x29','\x53','\xcc','\x95','\xae','\x05','\x07','\x13','\xbb','\x75','\x66','\x62','\x3c','\x4a','\xb0','\x2e','\xac','\xf9','\x5c','\x15','\x77','\xa2','\x73','\x3a','\x65','\x34','\x6c','\xfd','\x2c','\x6e','\x1d','\xf1','\x5b','\x12','\xbc','\xf8','\x80','\xee','\x85','\x81','\x2b','\xe0','\xa4','\xfb','\x7e','\x26','\xb1','\x60','\x8f','\x6f','\xd8','\x2b','\xf0','\x9f','\xaf','\x8d','\x63','\x0d','\xfd','\xc2','\xcf','\xc1','\xe3','\x4a','\xb5','\x41','\x1b','\xbf','\xea','\x24','\xf7','\xb8','\x64','\xd0','\x87','\xd3','\xf5','\xb7','\x43','\x5f','\xd9','\x83','\xca','\xbc','\xef','\x43','\xb8','\x1b','\x34','\xe9','\x0b','\xe7','\x91','\xaf','\x7a','\xd3','\x3d','\xa9','\x8b','\xb5','\x9d','\xeb','\xd3','\xde','\xcf','\xee','\xc7','\xa2','\xb6','\x1f','\xba','\xc0','\xe5','\x42','\x99','\x3b','\xa2','\x4e','\x01','\x13','\x01','\x4b','\xde','\xe1','\x16','\x0c','\x91','\x86','\x94','\xe4','\x36','\x86','\x73','\x76','\x7f','\xfb','\x52','\xc8','\x12','\x8d','\xc3','\xb4','\xed','\x3d','\x3a','\x1a','\xea','\x4d','\x9a','\xe2','\x0e','\xb9','\x7f','\xbe','\x50','\x96','\x19','\xb1','\x61','\x7f','\x4b','\x24','\x47','\xed','\x1a','\x4c','\x98','\x7a','\xc0','\x99','\x6e','\x28','\x10','\x41','\xd9','\xda','\xef','\x7d','\x8a','\x4d','\x81','\x2b','\x15','\x4b','\x6f','\x92','\xa2','\xe1','\xe2','\x73','\xfb','\xb0','\x7c','\xcf','\x1b','\x62','\xdd','\x11','\x92','\xba','\x48','\x72','\x8f','\x26','\x6d','\xbc','\x57','\x6e','\x10','\xf4','\x1f','\x06','\xb0','\x23','\x11','\x1b','\xef','\x1d','\x1b','\x73','\x8b','\x32','\xb0','\x72','\x75','\xcb','\xf8','\x9c','\x96','\xb7','\xa3','\xaa','\x78','\xd0','\xd0','\xe5','\xfa','\x5d','\x6a','\xd7','\x0a','\xd3','\x08','\x4a','\x8d','\x9b','\x41','\x1b','\x2f','\x65','\x24','\x5d','\x46','\x26','\xf9','\xa4','\x91','\x1f','\x4f','\xba','\x3e','\xf9','\xac','\x2a','\xdc','\xba','\x22','\xd9','\xcd','\x75','\x7f','\xf2','\x4e','\xfb','\x24','\xc9','\xe3','\xe6','\x3a','\xc6','\x0c','\x93','\xf1','\xa1','\x31','\xe3','\x6e','\xbe','\x40','\x6e','\x7f','\xb9','\xff','\x47','\x6e','\x6f','\xfd','\x27','\xaf','\x6b','\x6c','\x16','\x27','\x64','\xd7','\xeb','\xfe','\x04','\x75','\x18','\xff','\x18','\x7e','\xff','\x37','\xef','\x37','\xf0','\x8d','\xea','\xf6','\xb2','\x3e','\xa7','\x04','\xf6','\xa0','\x07','\x09','\x6e','\xaa','\x91','\xf2','\xf5','\xfe','\xde','\x1c','\xe7','\xf3','\xf3','\xd9','\x29','\x70','\xc6','\x8f','\xde','\xdb','\x7f','\xd6','\x35','\xdc','\x0c','\xb2','\x1f','\xfb','\xfe','\x2b','\xc5','\xee','\xb3','\x7b','\xca','\x48','\x80','\xae','\x26','\x14','\x7b','\xea','\x24','\x9f','\x25','\x82','\x8c','\x85','\x22','\x4a','\xe6','\x78','\x85','\xb6','\xb5','\x16','\xa2','\xdd','\xb8','\x82','\x08','\x6c','\x77','\xd1','\x94','\x10','\x56','\xd1','\x19','\x6d','\x8d','\xde','\xba','\x03','\x07','\x7e','\x94','\xa0','\x82','\x86','\x59','\x81','\xca','\xf5','\x7a','\x8d','\x5d','\x38','\xbe','\x83','\xf5','\x91','\xa0','\x7b','\x45','\x35','\x00','\x00','\x75','\xeb','\x71','\x5f','\xe4','\x9b','\x37','\x07','\x9c','\xa6','\x6b','\x25','\x41','\x3d','\x41','\xea','\xe0','\x01','\x4e','\xca','\xde','\x39','\x7d','\xe8','\x51','\xe2','\x9a','\x88','\x40','\x25','\x61','\x1e','\x1c','\x67','\x71','\x27','\xca','\x70','\x8d','\x1b','\xf7','\xdb','\x91','\x26','\xdb','\x7b','\x54','\xcd','\xcb','\x01','\xb0','\xb0','\xd2','\xe6','\xa6','\xaa','\x83','\x6f','\x40','\xc3','\x05','\xf0','\x5a','\xde','\x70','\x27','\x36','\xb9','\xfe','\x7b','\x04','\x4f','\x9e','\x7c','\x99','\xbb','\xdd','\xed','\xcb','\x52','\x40','\x38','\xe6','\x88','\xaf','\x27','\x5f','\xcd','\x51','\x64','\x20','\x6a','\xcd','\xa4','\xec','\x1b','\xe7','\x5a','\x1b','\x97','\xf5','\xc2','\x72','\x3c','\xb0','\x1c','\x27','\x96','\x65','\x41','\x80','\xba','\x55','\xea','\xf9','\x85','\xe7','\x75','\xf5','\xca','\x5b','\x4e','\x1e','\xfc','\x93','\x90','\x14','\xd5','\xaa','\xea','\xe3','\xbd','\xa9','\x86','\x99','\x84','\x07','\xc7','\xa3','\x2f','\xc6','\x3e','\x64','\x44','\x38','\x1c','\x0e','\x4e','\x6f','\x4b','\x30','\x68','\xba','\x53','\xf2','\x5e','\x4a','\x06','\x0e','\x60','\x61','\x68','\x1a','\x14','\x4a','\xd0','\x94','\x83','\x5e','\x1a','\x93','\xc6','\x6e','\x96','\x6f','\xbb','\xea','\x41','\xcd','\x60','\xb8','\xdf','\x61','\xd7','\xf5','\xdb','\x11','\x53','\x4f','\x0a','\x9d','\x3a','\x1c','\x77','\x48','\x3c','\x59','\x1f','\xa6','\x0b','\xc0','\xee','\xe0','\x66','\x66','\x81','\xf4','\xbb','\xa8','\xbe','\xb7','\x68','\x65','\x10','\x20','\x59','\xc2','\xe7','\xf3','\x70','\x08','\xf2','\x4a','\x66','\xa3','\x77','\x77','\x14','\x4d','\x41','\xeb','\xd9','\x1d','\xe1','\x84','\xd0','\x5d','\xc4','\x16','\xa9','\xea','\xfd','\x3a','\xac','\x63','\x23','\x60','\x08','\x0a','\xe7','\xe8','\x63','\x35','\xc6','\xf3','\x10','\xea','\x8a','\xb8','\xe1','\x8d','\x01','\x13','\x99','\x6e','\xd0','\xea','\xca','\xf3','\x73','\x43','\x50','\xd2','\x72','\xa0','\x9a','\xd2','\xea','\x23','\x75','\x33','\x48','\x89','\x52','\x66','\x6a','\xad','\xac','\xeb','\xc6','\x7a','\xf6','\xca','\xde','\xe9','\xee','\x8e','\xa3','\x1a','\x2f','\xcf','\xcf','\xcc','\x39','\xe3','\x3d','\x1a','\x8d','\x4c','\x21','\x33','\x91','\xd4','\xf5','\x61','\x26','\xbb','\x9f','\x95','\x5f','\x71','\x01','\xfa','\x4c','\xc7','\x6d','\x91','\x9f','\x2e','\x17','\x1e','\x9f','\x9f','\x79','\x5a','\x2f','\xa8','\x24','\xee','\x5e','\x1f','\x48','\xaf','\x1e','\x98','\x7e','\xf9','\x53','\x8e','\x6f','\x5e','\xb3','\x4c','\x05','\x99','\x0a','\xb5','\x77','\xce','\x6b','\x63','\xb5','\xee','\xbe','\x26','\xb9','\x60','\xa9','\x53','\x4e','\x13','\xf7','\xa7','\x05','\xcb','\xf0','\xee','\xfd','\x3b','\x3e','\x7e','\x7c','\xa1','\x99','\x70','\xba','\xbb','\xe3','\x74','\x77','\xc7','\x81','\x89','\xbc','\x79','\x25','\x46','\x6a','\x25','\x77','\x63','\x2e','\x07','\x66','\x31','\xa7','\x06','\x89','\xb2','\x6e','\x67','\x67','\x8c','\x64','\x61','\xca','\x89','\x54','\x26','\xac','\x18','\x35','\x35','\xaa','\x41','\x4f','\xca','\x46','\xa3','\x99','\x37','\x92','\xec','\xcd','\x03','\x6e','\x64','\x25','\x27','\x45','\x7b','\x26','\xa9','\x57','\x47','\x75','\xab','\x68','\x99','\x90','\x9c','\x99','\x28','\x20','\x1a','\x73','\x48','\xc8','\xcd','\x98','\xb2','\x71','\x9c','\x66','\x12','\xde','\xa4','\x56','\x15','\x54','\x13','\x0d','\xdb','\xe7','\xab','\xaa','\xa2','\xb5','\x91','\xe9','\xcc','\x45','\x58','\xc4','\x1b','\x62','\x0a','\x46','\xed','\x1b','\xe7','\xf5','\x82','\xb6','\x8d','\xd6','\x36','\xd7','\x90','\x59','\x50','\x20','\xd5','\x9f','\x79','\xca','\x09','\x29','\x79','\x0f','\xb4','\xbc','\xb2','\xe4','\xdf','\xdd','\xc3','\x91','\xb2','\x6b','\xdf','\xfb','\x56','\x4d','\xbd','\x90','\x58','\x28','\x93','\x5b','\x9f','\xe7','\x68','\x94','\x8a','\x5d','\x4d','\x97','\xb4','\x19','\x39','\x1a','\x24','\xef','\x2d','\x2f','\x50','\xba','\x09','\x58','\x89','\xa4','\x2b','\xd3','\xa4','\x62','\x38','\x9d','\xb6','\x34','\x25','\xb5','\x4c','\x46','\xdd','\x99','\xcb','\x9c','\xb8','\x3d','\xd3','\xbc','\x39','\xb6','\xba','\x1b','\x58','\x06','\x52','\x85','\xa9','\xc2','\x94','\x3b','\x1b','\x95','\xa7','\xf4','\x42','\x7b','\x69','\x5c','\x9e','\xbe','\xe1','\xee','\x5e','\xf8','\xef','\x7e','\xf5','\x4b','\xfe','\xeb','\xef','\xfe','\x5f','\xfc','\x3f','\x7f','\xf3','\xf7','\xfc','\x5b','\xfb','\xef','\x98','\xbe','\x9e','\xb9','\xbf','\xeb','\xbc','\x9e','\xef','\x98','\xf3','\x84','\xae','\x95','\xf6','\x74','\xe1','\x60','\x89','\xbb','\xbc','\xb8','\x9b','\x5d','\xdd','\xa8','\xc7','\x89','\xfb','\xf2','\x86','\x87','\xd7','\xaf','\xf9','\x8b','\xbf','\xfc','\x33','\x3e','\xae','\x67','\x6a','\x73','\x3d','\x67','\xc5','\xe8','\x29','\xb1','\xd6','\xc6','\xf3','\xc7','\x67','\xce','\xcf','\x8f','\xf0','\xd2','\x98','\xbb','\x91','\x2e','\xc6','\xf3','\xbb','\x0f','\x7c','\xfc','\xdd','\xf7','\xd4','\xf3','\xca','\x53','\xfb','\xc8','\xfb','\xf3','\x07','\xd4','\x94','\xa7','\xa7','\x47','\xbe','\xfb','\xf5','\xef','\x78','\xfa','\xfe','\x91','\x5a','\x2b','\x39','\xc0','\x8d','\xcb','\xb9','\xf1','\xbb','\xc3','\xc2','\x7f','\xf8','\xdf','\xfc','\x27','\xfe','\x87','\xff','\xf2','\x5f','\xf8','\xe9','\xaf','\x7e','\xc5','\x72','\x77','\x62','\x3a','\x2c','\x1c','\x4e','\x27','\x36','\xcd','\x4c','\x93','\xf2','\xf3','\x3b','\xe5','\x44','\x24','\x7d','\xf3','\xc2','\xdd','\x34','\xb3','\x2c','\x13','\x4a','\x41','\xda','\x35','\xf0','\xf7','\x15','\xd6','\xf5','\xa7','\xda','\x15','\x24','\x93','\xef','\x26','\xca','\xc3','\xaf','\x78','\xf3','\xe7','\x3f','\xe3','\xa7','\x6f','\x9f','\x69','\xdf','\x7d','\xe0','\xcf','\xdf','\xbf','\xe7','\xfd','\xe3','\x7b','\xb7','\x4c','\x6f','\x8d','\x97','\x97','\x33','\xef','\xde','\xbd','\xe7','\xc3','\xbb','\xf7','\x6c','\x4f','\xcf','\x6c','\x4f','\x2f','\x5c','\x1e','\x9f','\x39','\x7f','\xfc','\xc8','\xfa','\x7c','\xa6','\xae','\x95','\xa9','\xfa','\xbd','\x5f','\x52','\x62','\xda','\x3a','\x3c','\x7d','\x60','\x12','\x21','\xbc','\x00','\xbd','\x37','\xa0','\x24','\x24','\xfb','\x3c','\x11','\x75','\x93','\xa0','\x09','\xa1','\x98','\x51','\x2c','\x31','\x89','\xb1','\x90','\x99','\x30','\xb2','\x65','\x5a','\x57','\x1a','\x2b','\x2a','\x30','\x87','\x8e','\x51','\xd4','\x1d','\x05','\x35','\x74','\x2d','\x93','\x24','\x8f','\xd5','\xb5','\x05','\xd5','\x57','\xa2','\x3f','\x8f','\xcf','\x11','\x8b','\xfd','\xff','\x6a','\x57','\xfc','\xe9','\x3a','\x2c','\xfb','\x1e','\x17','\x80','\xd0','\xf8','\xb3','\xaf','\x73','\x44','\x1b','\x08','\xdf','\xe7','\xda','\xbe','\x7f','\x7e','\xe1','\x35','\xe2','\x97','\x1c','\x93','\x04','\x8f','\xc5','\x3c','\xee','\xb8','\xc6','\xf3','\x92','\x7d','\x2e','\x6c','\xdd','\x69','\xa1','\x1e','\x33','\x19','\x0c','\x59','\x4c','\xc4','\x59','\x19','\xf1','\x0a','\xae','\xca','\x0d','\xd5','\xdd','\xdf','\x3b','\x9a','\x5b','\x43','\x34','\x9c','\x56','\x48','\x74','\x54','\x34','\xf2','\x00','\x8f','\x09','\x5a','\xec','\xf1','\x5f','\xa2','\xff','\xc1','\x97','\x5c','\xe0','\xc4','\x9b','\x06','\xa6','\x00','\x60','\x11','\xb0','\x64','\xf4','\xd8','\x30','\x72','\x9a','\x28','\x96','\xc8','\xc9','\xd1','\x9a','\x5c','\x0a','\x29','\x17','\xa7','\x1b','\xf4','\x4e','\xee','\x69','\x0f','\xc0','\x51','\xf5','\xbe','\x1d','\x98','\x5b','\x5a','\x97','\x42','\x39','\xba','\xfd','\x62','\x0b','\x34','\x0d','\x0b','\x71','\xb4','\x46','\x80','\x61','\xe2','\x01','\x2b','\x8a','\xf4','\xa0','\x5c','\x48','\x3c','\x08','\x46','\xa7','\x45','\xf1','\x00','\xde','\x3c','\xd8','\x22','\x7c','\xb9','\x92','\xb8','\x1b','\xd4','\xd8','\x94','\x25','\xfe','\xf7','\xea','\x2b','\x10','\x88','\xdf','\x40','\x71','\xc5','\x45','\xce','\xd7','\x0e','\xb5','\xd7','\x84','\xe6','\x36','\x88','\x74','\xde','\xfe','\x95','\x07','\x7c','\x8b','\xbc','\xef','\x42','\xf4','\x28','\x6b','\xf7','\x08','\x75','\x2c','\x7b','\x8d','\x45','\x6d','\x74','\xf7','\xbe','\x72','\x1f','\x6f','\x5f','\x06','\x48','\xf7','\x8d','\x17','\xd8','\x3f','\xe7','\xdd','\xeb','\x87','\xd6','\xe2','\x76','\xb8','\xdd','\x04','\x51','\x28','\x21','\xa6','\xf0','\x18','\xf3','\xf7','\x24','\x5d','\xe3','\x5c','\x8d','\x1b','\x31','\x71','\x0c','\xce','\x4f','\x9d','\x41','\xae','\x81','\x9c','\x43','\x64','\x57','\x4e','\xff','\xfe','\x3b','\x71','\x3a','\x86','\x07','\x2c','\xb7','\xb4','\x39','\xf9','\xe1','\x05','\xee','\xb3','\x65','\x04','\xdc','\xf8','\x67','\x6f','\x6c','\xa1','\xc7','\xfb','\xf6','\x40','\x50','\xaf','\x63','\xcf','\x93','\xcf','\xf4','\xc5','\xef','\x35','\x65','\x47','\xe8','\x3f','\x2d','\xff','\xa6','\xf0','\x89','\x0f','\x9d','\xc6','\x10','\x2d','\x06','\x7a','\x6d','\x91','\xd4','\x1a','\xb2','\xf3','\xf3','\xf7','\x40','\xee','\xe6','\x38','\xfb','\x77','\xeb','\xf8','\x7e','\xef','\x31','\x13','\x59','\xd6','\x0f','\xac','\x75','\xff','\x25','\xaf','\x81','\x41','\x57','\xfa','\xec','\x1e','\xed','\x4b','\x8f','\x7d','\xfe','\xfd','\xd7','\x67','\x33','\xaa','\xa3','\xb6','\x7f','\x66','\xcc','\x81','\x61','\xde','\x3b','\x92','\x74','\x70','\xcf','\x9e','\x40','\x6d','\x54','\xdd','\x55','\x46','\xc7','\x58','\x8d','\x04','\x69','\x94','\xb3','\x92','\xed','\xc2','\x66','\xed','\x61','\x60','\x80','\x27','\x47','\x09','\xc1','\x69','\xac','\x1e','\x30','\x78','\x23','\xdf','\x9b','\xca','\x89','\x85','\xc5','\xe9','\xa0','\x79','\xf5','\x4e','\x57','\xaf','\x3c','\xe4','\xb8','\xd7','\x3a','\xaa','\x08','\x51','\x6d','\x36','\x01','\xb2','\xf8','\xa2','\xa6','\x7e','\x5e','\x3d','\x7e','\x4f','\x72','\x34','\xb8','\xc8','\x4c','\x9e','\x1c','\x4c','\xf1','\xfe','\x3e','\x7e','\x0f','\xc6','\x66','\x90','\x46','\x7f','\x1c','\x51','\xa7','\x11','\x85','\xfd','\x5f','\x35','\xf3','\x05','\x36','\xf9','\xf9','\xa6','\x14','\x94','\x18','\x73','\x4b','\xf4','\xab','\xe1','\x05','\x11','\x94','\xfb','\x5d','\xee','\x76','\x75','\x53','\xf4','\xa0','\xe6','\x7a','\xdf','\x7d','\x11','\x77','\x53','\x06','\x61','\xac','\x4d','\x4e','\x6d','\xd9','\x05','\xb3','\x22','\x90','\x3d','\xb8','\xb5','\xea','\xf7','\xd0','\xd4','\xc8','\xb9','\x90','\x73','\x09','\x0a','\x84','\x52','\xe9','\xcc','\x73','\x21','\xc2','\x3d','\x2e','\xe7','\x95','\xed','\xe2','\xd5','\xa0','\x51','\x29','\x4b','\x29','\xe3','\x97','\x27','\x7b','\xe9','\x3f','\xe9','\x18','\xc7','\x86','\x75','\x37','\xff','\xc8','\xd1','\x8f','\xa9','\xcb','\x30','\x75','\x60','\xdf','\xec','\xbc','\x8f','\xc9','\x44','\x42','\x9c','\xb6','\xa8','\x7e','\x1f','\x4c','\x47','\xc5','\xc7','\x01','\xfa','\x51','\x7d','\x90','\xdd','\x19','\xd3','\xc7','\x50','\x12','\x8d','\x6a','\xdd','\xb5','\x9a','\xb2','\x57','\x90','\xa2','\x01','\xe8','\x58','\xbf','\xf7','\x05','\xd0','\x42','\xb7','\x13','\xeb','\x80','\x1a','\xe1','\x42','\x18','\x13','\x07','\x07','\xcb','\x2c','\x87','\x4d','\xbf','\x06','\x25','\x09','\x3f','\xac','\x06','\x03','\xa1','\xc5','\xf8','\xd1','\x7d','\x22','\x44','\x42','\x22','\x12','\xd5','\x46','\x1f','\x44','\xc3','\xb0','\xc7','\x8f','\x23','\x4c','\xfb','\x7a','\x77','\xd5','\x5e','\x1a','\xe6','\x3d','\xed','\x22','\x20','\x05','\xbb','\x26','\x5d','\x29','\xfb','\xbd','\xc6','\x3c','\x80','\x49','\x4e','\x7f','\x1b','\x49','\xd5','\xbe','\x06','\x9a','\x27','\x64','\x17','\x04','\x6d','\x4a','\xed','\x46','\x8e','\x96','\x32','\x6b','\x35','\xd6','\xd5','\x29','\x87','\x70','\xf6','\x4d','\x5b','\x9c','\xa2','\x38','\x4d','\x13','\xd3','\xb4','\xb8','\x50','\x19','\x6f','\x7c','\xd9','\x9a','\x91','\xb4','\x45','\x4e','\xef','\xd7','\xdf','\x11','\xc2','\xe7','\x6c','\xcf','\xb9','\x35','\x65','\xd2','\x3c','\xd3','\x6b','\xe5','\x69','\xdb','\x78','\xff','\xfc','\xc2','\x87','\xf3','\x0b','\x5d','\x12','\xa7','\xbb','\x3b','\xde','\xbc','\x7a','\x20','\xbf','\x79','\xc5','\x7a','\x58','\x82','\x12','\xd8','\xd9','\xb6','\xc6','\x5a','\x2b','\x97','\xba','\xa1','\x96','\xc8','\xb3','\xef','\xf7','\x73','\xca','\xdc','\xdd','\x3f','\x60','\x6a','\x7c','\xff','\xfd','\x3b','\xbe','\xfd','\xe6','\x1d','\x66','\xf0','\xfa','\xe1','\x81','\xd3','\xe9','\xe8','\x40','\xc5','\x5a','\x61','\x35','\x4c','\x1b','\x49','\x95','\x39','\x17','\xee','\xe6','\x85','\x62','\x42','\xda','\x56','\x6a','\x5d','\xb9','\xa8','\xeb','\x83','\x8b','\x64','\xa7','\xed','\x89','\x31','\x8b','\xd1','\xc3','\x6d','\xb1','\x6e','\xca','\xb6','\x19','\x79','\x53','\xa8','\x20','\xda','\xc8','\x2d','\x02','\x9f','\xac','\xa4','\x5e','\xb0','\xee','\x09','\x82','\x88','\x32','\x9b','\x3a','\xe5','\xcd','\x8c','\x22','\x4e','\x45','\x4c','\x26','\xe4','\x06','\x73','\x6a','\x90','\xf1','\x35','\xad','\x8d','\xa6','\xc4','\x61','\x76','\x41','\x68','\x88','\x93','\xb0','\xcc','\x0b','\x29','\x65','\xda','\x7a','\xa1','\xad','\x67','\x5e','\xc2','\xfc','\x66','\x8c','\x55','\xa7','\x95','\x85','\x7e','\x41','\x63','\x5e','\x42','\x54','\x5a','\x84','\xd4','\x41','\x93','\x42','\x98','\xad','\x38','\xaa','\xe4','\x7b','\x71','\xe1','\x1a','\x5b','\x58','\x4a','\xcc','\xd3','\xc4','\x29','\x1d','\x18','\x5e','\xc0','\xc3','\xf4','\x68','\x50','\x80','\x55','\x7b','\x3c','\x87','\x35','\xf6','\xd2','\x70','\x5d','\x0c','\x24','\x9c','\x70','\x05','\xed','\xbd','\x53','\xfb','\x1a','\xd5','\xd7','\x0e','\xcd','\x6d','\xd4','\xa5','\xe3','\x7a','\x41','\xed','\x14','\xc9','\xdc','\xcd','\x27','\x8e','\x79','\xa1','\x44','\x8c','\x35','\x95','\x89','\x59','\x84','\x6c','\x1d','\xd9','\x94','\x49','\x1a','\x87','\x79','\x63','\x6b','\x05','\x2e','\xcf','\xae','\x41','\xb9','\x3f','\xb1','\x64','\xe1','\xfc','\xfe','\x5b','\xde','\xff','\xfa','\xbf','\xf1','\xf1','\x77','\x7f','\xc5','\xcb','\xb6','\x51','\xe6','\x89','\xe3','\x54','\xd0','\xcb','\xc6','\xf6','\xf1','\x85','\x8b','\x09','\xcc','\x07','\xee','\x24','\x53','\x6b','\xe3','\xc3','\xdb','\x8d','\x67','\x20','\x4f','\x33','\x87','\x29','\x31','\xe7','\xc2','\xa5','\x55','\xde','\x3d','\x7d','\xe4','\xf1','\xf1','\x91','\xa7','\xe7','\x27','\x5e','\xce','\x67','\x3e','\x7c','\xf8','\xc0','\xd3','\xf7','\xef','\xb1','\x4b','\xe5','\x94','\x0f','\x2c','\x64','\xce','\xef','\x3f','\xf0','\xfe','\x77','\x6f','\x79','\xf9','\xf8','\xc2','\x87','\xcb','\x3b','\x1e','\xeb','\x07','\x12','\x89','\x97','\xa7','\x27','\x1e','\xbf','\xff','\x40','\x5f','\x3b','\xc7','\xe5','\xc0','\xc3','\xe9','\x88','\xa8','\xf0','\xf5','\xe9','\x81','\xff','\xf4','\x9f','\xff','\x33','\xff','\xa7','\xff','\xe3','\xff','\x99','\xff','\xf1','\x7f','\xff','\xbf','\xe3','\xe1','\xeb','\xaf','\x58','\x7b','\x87','\x94','\x59','\xee','\xee','\x48','\xe5','\x80','\xda','\x99','\xdc','\x1f','\x49','\x75','\xf3','\xfd','\xa1','\x36','\xfa','\xd9','\x6d','\xd5','\xcc','\x04','\x29','\xc9','\xd9','\x15','\xb5','\x62','\xad','\xba','\x46','\xaf','\x1a','\x4d','\xcf','\x68','\x32','\x58','\x32','\x3a','\x4f','\xe4','\x94','\x98','\xef','\x8f','\xdc','\x9d','\xee','\xb9','\xfb','\x37','\x7f','\xce','\x9f','\x5d','\x5e','\x78','\xfc','\xfe','\x7b','\xbe','\x79','\xfb','\x16','\xde','\xbd','\x87','\xc3','\xc2','\xd7','\x3f','\xfb','\x09','\x4b','\x2a','\x94','\x6e','\xbc','\x7c','\xff','\x8e','\x6f','\x7f','\xfd','\x5b','\xbe','\xff','\xed','\xef','\x78','\xf9','\xee','\x1d','\xf5','\xe3','\x0b','\x19','\x98','\x52','\xa1','\x3e','\xfb','\x18','\x93','\x9c','\xc8','\xa9','\x38','\xa0','\x95','\x52','\xd0','\xf0','\x62','\xfc','\x34','\x25','\x69','\xf2','\x31','\xde','\x7d','\x6e','\x24','\x11','\x9a','\x78','\x7f','\xc6','\x1c','\xda','\xcb','\xb6','\x36','\x52','\x71','\x53','\x95','\xa4','\x46','\xdf','\xcc','\x5b','\x4c','\x58','\x27','\xcf','\x33','\x96','\x85','\x56','\x5b','\x18','\xd9','\xc8','\x08','\x08','\x50','\x19','\x8a','\x76','\xdf','\x87','\xb3','\x09','\x49','\x5c','\x73','\x43','\x32','\xd7','\x12','\xc6','\x1e','\x69','\xfb','\x7a','\xe2','\x8d','\x43','\x5d','\x3b','\x9d','\x22','\x69','\x09','\xed','\xad','\x8c','\xbf','\xf7','\x5d','\x67','\xba','\x87','\x1f','\x37','\xd1','\x89','\x03','\x46','\x12','\xee','\x77','\x9f','\xc5','\x98','\x37','\xf1','\x37','\x8c','\x7e','\xa3','\x01','\x26','\x8c','\xea','\x54','\x2a','\x41','\x83','\xf6','\x35','\xba','\x45','\xcf','\x26','\xdf','\x47','\xae','\x80','\x7b','\xec','\xc0','\xfe','\x3d','\xe1','\x57','\x90','\x71','\xf9','\x8e','\x8c','\x64','\x6f','\x00','\x61','\x02','\xed','\x33','\x0d','\xd1','\x78','\xfd','\x20','\x01','\xea','\x4d','\xa0','\x86','\xf7','\x77','\x72','\x57','\xa4','\x2c','\x46','\x92','\x8e','\x49','\x62','\x49','\x99','\x9c','\x26','\x9f','\xf2','\x2a','\xb0','\x85','\xae','\xa7','\x35','\x4c','\x20','\x93','\x99','\xf2','\x0c','\xb8','\xe1','\x41','\x8d','\x2c','\x2f','\x27','\xa1','\xc8','\xc4','\xa1','\x2d','\xcc','\x69','\xa6','\xb7','\xd5','\x93','\x9e','\xb8','\x29','\xc3','\xd1','\x0d','\x82','\x57','\x1f','\xc1','\x97','\x9a','\x0b','\xd9','\x53','\x1a','\x37','\x2e','\x12','\x84','\x3e','\x0c','\x08','\xd4','\x9d','\x6f','\x46','\x99','\xcc','\x76','\x52','\x13','\x08','\x6c','\xd5','\x07','\xc6','\xb4','\x23','\x7f','\x89','\xdd','\xb0','\xce','\xdf','\xee','\x9b','\x9b','\x49','\x04','\x88','\x80','\x08','\xad','\x75','\xb7','\x72','\x0c','\x1b','\xc3','\x71','\x2c','\xb5','\x1b','\x97','\x0c','\xfb','\x34','\x2b','\xd5','\x48','\x5a','\x52','\x24','\x08','\xb6','\x43','\xc1','\x8e','\x20','\x7f','\x3e','\x6a','\x54','\x2d','\x1e','\xe1','\x0d','\x15','\xc3','\x72','\x08','\xb0','\x23','\x68','\x26','\x94','\x09','\x7b','\x45','\x2a','\x86','\x5a','\x5c','\x60','\xef','\x5e','\xde','\x14','\x40','\xcb','\x48','\xc6','\x9c','\xeb','\xf9','\xb9','\x16','\x6a','\x47','\x3a','\xc5','\x45','\xdd','\xf2','\x59','\xc2','\xe7','\xc7','\x18','\x51','\x4a','\x04','\x33','\xdc','\x50','\x40','\x22','\x70','\x22','\x1c','\x3a','\xae','\x62','\xfb','\x08','\xbe','\x90','\xbd','\xba','\x36','\x06','\xaa','\x07','\x4e','\xbe','\xe8','\x8f','\xaf','\xf1','\xee','\xf1','\x51','\x07','\xfd','\x6c','\x5c','\xba','\x40','\xfe','\x46','\xa4','\xf2','\xfb','\xbe','\xd7','\x5c','\x2f','\xb5','\x07','\xfa','\x31','\x41','\x52','\xc6','\xaf','\x23','\xc4','\x8e','\xe3','\xab','\xae','\xda','\xff','\x81','\xb8','\x59','\x54','\x1f','\xaf','\x66','\x16','\x3f','\x7a','\xfe','\xd6','\xfd','\x89','\x98','\xed','\x13','\x31','\xa5','\x1c','\x81','\x76','\x44','\x51','\xff','\x0a','\xd7','\x60','\x9f','\x7d','\xf7','\x1f','\xfa','\xfd','\x26','\xa3','\x92','\x13','\x3f','\xf1','\x76','\xce','\x9e','\xe8','\x88','\x46','\x70','\x39','\x6c','\xa9','\x83','\xba','\x54','\x74','\x7f','\xd6','\x23','\x91','\x06','\x3c','\xb8','\xce','\x41','\xef','\xa0','\x47','\x10','\x6c','\xc3','\xfd','\x60','\x4f','\xee','\x7b','\x50','\x0a','\xe7','\xe4','\xc9','\x4e','\x57','\xa3','\xd2','\x77','\x4a','\x92','\x8d','\xc0','\x9b','\x44','\xbe','\x18','\xd2','\x34','\x16','\xb3','\x98','\xe7','\x74','\x90','\xe4','\xd5','\x8a','\xe2','\x5a','\x8a','\xd6','\xbb','\x57','\x7b','\xc0','\x2b','\x7b','\x29','\x23','\x29','\xef','\x95','\xa3','\xdc','\x21','\xb5','\x82','\x6a','\xf7','\xe6','\xee','\xb1','\x78','\xea','\xd0','\x68','\x64','\x62','\x1e','\x45','\x05','\x3a','\x65','\x54','\x8d','\x22','\x99','\x26','\x4a','\x49','\xa3','\x9f','\x8e','\xa1','\x5b','\x1d','\x37','\x38','\xf4','\x4c','\x51','\x25','\xea','\xe6','\x54','\x14','\x91','\x30','\x73','\xd9','\xeb','\x7b','\x1e','\x10','\x85','\x0e','\xa0','\xa3','\x24','\x0a','\x07','\x29','\x4c','\x14','\x17','\xc1','\xf6','\x46','\x8d','\x46','\xa9','\x74','\x8d','\x00','\xdd','\x0d','\x1e','\x52','\x2a','\x58','\xad','\xf4','\xaa','\x1c','\xef','\x4f','\xcc','\x65','\x62','\xdb','\x2a','\x18','\xf4','\x5a','\x5d','\x08','\x9e','\xbc','\x2f','\xd0','\xba','\x56','\xb4','\x37','\xa7','\xa7','\xcc','\xb3','\x27','\x4b','\x25','\xbb','\x2b','\x66','\x58','\x57','\x13','\x0e','\x67','\x04','\xbd','\x6e','\x3a','\x4c','\xdc','\x4d','\x85','\x8e','\xb0','\x6d','\x1b','\xdd','\x3a','\x58','\x09','\x44','\xcc','\x1b','\xd6','\xa9','\x08','\x4d','\x40','\x1a','\x51','\x29','\x29','\x24','\x70','\x7b','\xf2','\x3e','\x38','\xeb','\xc5','\x93','\xd3','\xd6','\x29','\xd2','\xc3','\x95','\x2b','\x92','\x8d','\x68','\x77','\x60','\x66','\xd4','\xc1','\x73','\x9f','\x66','\x12','\x42','\xb5','\x4a','\x0b','\xf1','\x6d','\x4a','\xde','\xd3','\x24','\xfc','\x5a','\xc9','\xeb','\xb4','\xa3','\x8a','\x1a','\xf9','\x94','\xdf','\x55','\x4f','\x36','\x04','\x9f','\x1b','\xd5','\x5c','\x33','\xda','\x6f','\xaa','\x72','\x2d','\x68','\x5b','\x29','\x65','\x34','\x4f','\x74','\xcb','\xee','\x88','\x14','\xc9','\x02','\x9a','\x10','\xcd','\xcc','\x71','\x9d','\x5e','\x04','\xbc','\xea','\xd7','\x54','\x05','\xcb','\xb1','\xd9','\x96','\x11','\x08','\x18','\x7d','\x5b','\x31','\x6d','\xb8','\x6d','\xf8','\x15','\x78','\x63','\x30','\x06','\xc4','\xc8','\x69','\x71','\xa0','\x4e','\x0d','\x6f','\x2c','\xe3','\xdf','\x49','\x37','\x6f','\xd0','\xd8','\x94','\x96','\x4e','\x68','\x4a','\x3c','\x3e','\x67','\x9e','\xcf','\x9e','\xc4','\xb4','\x26','\x58','\xcb','\xa8','\x3a','\x8a','\xdb','\xa3','\xcf','\x5b','\x4e','\xc2','\x92','\xee','\x99','\x65','\xa2','\x94','\xc2','\xe9','\xe1','\x44','\xeb','\x4a','\xb5','\x4a','\xcf','\x2b','\x2d','\x75','\x28','\x93','\x27','\xf9','\x02','\x6b','\xef','\x54','\xed','\x3e','\x3f','\x98','\xa8','\x08','\x8f','\x4d','\xf9','\xb0','\x55','\xde','\x6d','\x1b','\x8f','\x08','\x76','\xf7','\xc0','\x74','\x38','\xc2','\xfd','\x03','\x97','\xe3','\x89','\xa9','\x2c','\x94','\x2a','\x10','\x4d','\x33','\x4d','\x3b','\xb9','\x1b','\x47','\x8a','\x27','\x5f','\x76','\xe0','\x2e','\xdf','\xf1','\xb3','\x37','\x3f','\x27','\x95','\x89','\x7f','\xfc','\xbb','\x5f','\x63','\xbf','\x7b','\xe4','\xf5','\x56','\x39','\x1c','\x8f','\x9c','\x48','\xa4','\xb5','\x79','\x77','\xfa','\xa7','\x15','\xa9','\xdd','\xfb','\xe9','\x89','\x50','\xa4','\x53','\xb5','\xb1','\x19','\x24','\xdc','\xad','\xa1','\x9b','\x3b','\x79','\xa9','\x25','\x52','\x5d','\xdd','\xa7','\x41','\x8c','\xfb','\xb1','\x81','\x89','\x70','\xff','\x6c','\x3c','\x5f','\xbc','\x9a','\x07','\x60','\xc5','\x90','\x56','\x21','\x77','\x3c','\x1b','\xca','\xe4','\x25','\x31','\xd9','\x42','\xaa','\x4a','\x6a','\xab','\x8b','\xd9','\x15','\x66','\x4b','\x4c','\x0d','\x8a','\x0a','\xad','\x37','\x5e','\xfa','\x13','\x35','\x39','\x75','\x48','\xf6','\xa0','\xc7','\xab','\x8b','\x4d','\xcc','\x9b','\x0c','\x1f','\xc0','\xac','\xb2','\xad','\x1b','\x5a','\x2b','\xd4','\x4e','\xea','\xbe','\x6e','\xfa','\x23','\x4c','\xbc','\x88','\x50','\xc5','\xbc','\x4f','\xe1','\x30','\x46','\x69','\x1e','\xac','\x42','\x54','\x62','\x70','\x30','\xd7','\xd7','\xe0','\x58','\xbf','\xbb','\x9b','\x0d','\x0c','\xf7','\xc2','\x9c','\xcf','\x94','\xe9','\xd9','\xd7','\x07','\x0d','\xe1','\x7b','\x68','\x14','\x89','\x75','\x4b','\xbb','\x27','\x40','\x4a','\x38','\x68','\x86','\xe9','\x86','\xd9','\x35','\xb9','\x05','\x6f','\xda','\x99','\xd4','\x41','\xbc','\x11','\x6a','\xe4','\x9b','\x3f','\x0b','\xb0','\x9d','\x2f','\x08','\x85','\x59','\x32','\x29','\x4f','\xd8','\x34','\x43','\x76','\x19','\x42','\x91','\x04','\xba','\x21','\xdb','\x85','\xe3','\x5d','\xe3','\xd5','\xe5','\x91','\xfc','\xfe','\x2d','\xf9','\x67','\xaf','\xf9','\x9f','\xff','\xe3','\x7f','\xe4','\xcf','\x93','\xf1','\xca','\x32','\x3f','\xff','\xe6','\x3b','\xfa','\x69','\xc1','\x2e','\x4e','\x81','\xb3','\xd6','\xd1','\xb5','\x21','\xb5','\x53','\x1e','\x3f','\xa2','\x5d','\xc9','\xbd','\xf1','\x4a','\x85','\xbb','\x5c','\x48','\x07','\xd7','\xa1','\xf4','\x97','\x17','\xde','\xbd','\xfd','\x8e','\x8f','\xbf','\xfb','\x96','\xf2','\xf6','\x7b','\xca','\xe3','\x7b','\xe4','\xfd','\x07','\xee','\x9e','\x9f','\xb9','\x23','\x91','\x0f','\x0b','\x53','\xec','\x07','\xaf','\x55','\xf9','\xf9','\x5d','\xa6','\x1d','\x4e','\x18','\x07','\x54','\x7f','\x41','\xbd','\x54','\x2e','\xf5','\x82','\xfd','\x95','\x51','\xca','\xc4','\xfd','\xe9','\x8e','\xd3','\xf1','\x48','\x6d','\x8d','\xaf','\x5e','\xbf','\xe6','\x7f','\xfe','\x9f','\xfe','\x27','\x7e','\xf9','\xf3','\x5f','\xc0','\xe5','\x2d','\x7c','\xf7','\xe8','\x56','\xeb','\x92','\xb0','\x0f','\xbe','\xa6','\xe7','\xee','\xfb','\x4b','\xc7','\x90','\xee','\x4d','\x76','\x93','\x76','\xdf','\x93','\x87','\xad','\x1a','\x89','\x32','\x82','\xf6','\x9c','\x98','\x93','\x3f','\xdb','\x6e','\xd0','\x56','\xa5','\xd7','\x73','\xac','\x4f','\x27','\xac','\x4c','\x0e','\x6e','\x1c','\x5f','\xf3','\xfa','\xd5','\x91','\xe5','\xe7','\x6f','\x78','\xfd','\xfe','\x03','\x1f','\x3e','\x7e','\xe0','\xf1','\xfd','\x7b','\xce','\x1f','\x9e','\xb8','\x9b','\x0e','\xfc','\xc5','\x5f','\xfd','\xaf','\xf8','\xdf','\xfe','\xf7','\xff','\x81','\xed','\xfd','\x33','\x1f','\x7e','\xfb','\x2d','\xdf','\xff','\xed','\xaf','\x59','\xbf','\x7b','\xcf','\xd3','\xfb','\xef','\xf9','\x1e','\x65','\x3b','\x24','\xac','\x37','\xac','\x19','\x45','\x3a','\x25','\x15','\xc7','\x04','\x9b','\x50','\xb7','\x46','\x12','\x98','\xa7','\x89','\xd6','\x85','\xae','\xe1','\x72','\x32','\x65','\xac','\x64','\x36','\x81','\xb3','\x1a','\xc9','\x8c','\xa9','\x47','\x23','\xe6','\xee','\xfb','\x64','\xd6','\xc9','\x29','\xc6','\x26','\x54','\x15','\x5f','\x0b','\x4d','\x62','\x4f','\x94','\x30','\x06','\x32','\x76','\x4b','\xb6','\x51','\x31','\x2f','\xc5','\xdb','\xd9','\x28','\xc1','\x98','\x88','\x20','\x04','\x3c','\x59','\x8c','\x28','\xc4','\x06','\x70','\x98','\x9c','\x59','\x91','\x52','\x18','\xae','\x04','\xd8','\xeb','\xae','\x8e','\xce','\x08','\xf0','\xaf','\x8f','\x7d','\x3d','\x87','\x6e','\x1f','\xd7','\xd6','\x8e','\x7e','\x7f','\x23','\x2e','\x97','\x98','\x0b','\xa3','\x80','\x21','\x29','\xb1','\xa4','\xc5','\x01','\x07','\x0b','\x83','\x90','\x01','\xaa','\xc5','\xb1','\x73','\xca','\x38','\x12','\x3a','\x02','\xf6','\x98','\x3f','\xdd','\x2b','\xaf','\x7e','\x85','\x82','\x26','\x45','\x97','\xe4','\x0d','\x92','\xbb','\x57','\xd2','\xb0','\x30','\xf1','\xc1','\x58','\xb3','\x9b','\xb0','\x7c','\xe9','\xf5','\x83','\x04','\xe8','\x72','\x5e','\xdd','\xce','\x12','\xc3','\x61','\x8f','\x08','\x1c','\xa3','\xcc','\xbf','\xe2','\x2e','\x15','\xa9','\xb8','\x3d','\xa7','\x75','\xa5','\xb6','\xe6','\x49','\x8b','\xb8','\x2d','\x62','\x4e','\x51','\x85','\x50','\x25','\x5b','\x74','\x82','\x36','\x41','\x3a','\xb4','\xb3','\x37','\x4b','\x55','\x31','\xac','\x38','\xf5','\x28','\xe1','\x68','\x8a','\x21','\x88','\x29','\x25','\x33','\x0a','\x41','\xc8','\x6e','\x8e','\x20','\x71','\x0b','\x6c','\xd7','\x28','\x58','\x6c','\x6e','\x25','\xe7','\x9d','\xfe','\xb6','\x3b','\xb6','\x78','\xb9','\xc6','\xf5','\x09','\x39','\x21','\xa5','\xec','\x95','\x9e','\x4f','\xb8','\x92','\x81','\x4a','\xf9','\xe7','\x24','\x3e','\xe7','\x88','\x73','\xca','\xe2','\x94','\x1f','\xc5','\x9d','\xeb','\xf0','\xca','\xd7','\x3e','\xb6','\x88','\x20','\x33','\xbe','\xcf','\x8c','\xd0','\x42','\x79','\x1f','\x25','\x9f','\x6f','\xf9','\xea','\x0f','\x10','\xd5','\xa3','\x9d','\x62','\x14','\xe6','\x03','\x29','\x8f','\xae','\xf0','\x69','\xa7','\xcc','\x5c','\x1f','\xba','\x51','\xb2','\xec','\xd5','\xb1','\x4f','\x0d','\x08','\x3c','\xe9','\x4a','\x81','\x46','\xa5','\xdd','\xb8','\x22','\xed','\x8b','\xe5','\x6d','\x82','\xb1','\xf3','\x3a','\xd3','\x08','\x36','\x22','\x58','\xde','\xff','\x65','\x7b','\x52','\x77','\x75','\xcd','\xf0','\xc9','\xe2','\xc1','\x78','\x5c','\x67','\x1a','\xc9','\x75','\xfc','\x6c','\xcc','\xa3','\x84','\x3b','\x6e','\xc8','\x08','\x34','\x42','\x94','\x3e','\xa8','\x79','\xe3','\x44','\x86','\x1d','\x6c','\x72','\x41','\xfb','\xe8','\x0c','\xbf','\xf7','\x3d','\xe2','\x0f','\xff','\xde','\xd1','\xb3','\x67','\xbf','\x56','\xe1','\x2a','\x80','\x37','\x2f','\x13','\xe7','\x40','\x22','\x11','\xef','\x07','\xa3','\x63','\x22','\xee','\x97','\x18','\x15','\xb4','\x7f','\xf2','\xfc','\xfd','\x1a','\x92','\x05','\x2a','\x1e','\xc7','\x16','\x31','\x0f','\xa2','\xff','\x35','\xae','\x21','\x59','\xe8','\x77','\xfe','\xf0','\x7b','\xe4','\x28','\xb9','\x86','\xc6','\x09','\x90','\x8c','\x89','\x8b','\xf2','\x9d','\x3a','\xa9','\x0c','\x3e','\x9a','\x89','\xed','\xee','\x49','\x92','\x24','\x92','\x6f','\xc2','\xaa','\x3a','\x4e','\x28','\x16','\xcb','\x8e','\xa2','\x6d','\x43','\xd4','\x07','\x80','\x88','\xb9','\xe5','\x3b','\xae','\xf7','\x73','\x29','\x87','\x27','\xd7','\x4d','\xb7','\x08','\x0a','\xe2','\xce','\x8d','\x6a','\x64','\x4a','\xbb','\x6b','\x8e','\x37','\x2c','\x8c','\x4a','\x89','\x71','\xa5','\x3f','\x25','\x6f','\x78','\xb8','\xd3','\xb6','\x76','\xc7','\x45','\x47','\xc2','\x4a','\x29','\x7e','\xee','\xcd','\x51','\xbe','\xba','\x79','\xbf','\x13','\x8d','\x39','\x3f','\xfa','\x2a','\xa5','\xe8','\x7f','\x23','\x91','\x64','\x0d','\x63','\x16','\x92','\x57','\x60','\xf6','\xf2','\xff','\x48','\x68','\x4c','\xf7','\xf7','\xb1','\xaf','\x49','\x20','\xe2','\xcd','\x9c','\x65','\xff','\x4e','\x8b','\x60','\x08','\x77','\x84','\x22','\x87','\x13','\x4f','\x54','\x60','\xa2','\x85','\x40','\x3c','\x30','\x52','\x17','\xb4','\xfb','\xf9','\x6d','\x75','\x43','\x9b','\x31','\x2d','\x0b','\x87','\xbb','\x13','\x6b','\x13','\x9a','\xae','\x88','\x15','\x4c','\x13','\xda','\x20','\x25','\x17','\xda','\xea','\x18','\x6c','\xe6','\x75','\x20','\xaf','\x08','\xa6','\x30','\x7b','\x68','\x6c','\x7d','\xf3','\x87','\x94','\x92','\xeb','\x11','\x9a','\x27','\xc5','\x1e','\x9c','\x2a','\x96','\x0a','\x12','\x9a','\x81','\x94','\x0d','\x2c','\xa3','\x2d','\xfa','\xd1','\xf4','\x8e','\x35','\xa5','\x77','\x3f','\x5f','\x54','\x7c','\x03','\xc9','\x02','\x52','\x50','\x13','\x2f','\x5d','\xe4','\x84','\xe4','\x69','\xef','\xa3','\xd4','\x87','\xde','\xaa','\x44','\x83','\xd9','\x9b','\xf5','\xf3','\xba','\xc6','\x40','\x33','\xa3','\x76','\x17','\xc0','\x7b','\x45','\x2e','\x93','\x55','\x7c','\x0e','\x5a','\x22','\x89','\x07','\x1a','\xbb','\x9d','\xec','\x98','\x9b','\x06','\x0d','\xaf','\x34','\x19','\xec','\x20','\x9a','\x37','\xd3','\x76','\x70','\xcb','\x29','\xbc','\xc2','\x34','\x17','\x84','\xcc','\x76','\x51','\xac','\xb5','\xa8','\xd4','\xfb','\xda','\x37','\x65','\x71','\x13','\x1d','\x89','\x5c','\x3d','\x92','\x2d','\x67','\x42','\xde','\xe8','\x9d','\xf0','\x71','\x87','\x64','\xf2','\xd4','\x43','\x48','\x2f','\x58','\xef','\xfb','\x64','\x54','\xb8','\x02','\x6e','\x31','\x26','\x0c','\xa7','\x57','\x4a','\x8f','\x04','\xca','\x0c','\xed','\x89','\x5a','\x1b','\x3d','\x67','\xaa','\x24','\x2e','\xd5','\x39','\xfb','\x4a','\xf4','\x7e','\x0b','\xcb','\x5a','\x5a','\xf7','\xfe','\x56','\x39','\x93','\x2c','\x91','\xa6','\xe2','\x1d','\xec','\x93','\xd3','\xa5','\xb0','\x8d','\x2e','\x8a','\xa4','\x99','\xb4','\x40','\x59','\x66','\x72','\x99','\xbc','\x6a','\x56','\xab','\xeb','\x76','\xd4','\x28','\xaa','\x9c','\x55','\x79','\xf7','\x72','\xe6','\x71','\xad','\x9c','\xbb','\xc1','\xbc','\x50','\x8e','\x47','\x96','\xbb','\x7b','\xf2','\x72','\xa4','\x66','\x7f','\x46','\x8b','\x41','\x8e','\xbd','\x5c','\x24','\x33','\x4f','\x89','\x92','\x27','\xe6','\x69','\x66','\x99','\x0e','\x1c','\xa6','\x03','\xfd','\xb2','\xf1','\xe1','\xf9','\x3d','\x2f','\xef','\x1e','\x39','\x18','\xdc','\x3d','\xbc','\x62','\x4a','\x05','\x2f','\x36','\x6c','\x94','\xcd','\xb0','\xe7','\x67','\x6c','\xed','\xae','\xae','\x4e','\x9d','\x16','\x7b','\x6d','\x35','\xef','\xf9','\x95','\x73','\x62','\x7d','\x7e','\x61','\xab','\x95','\x2c','\x4a','\xd6','\x31','\xf7','\x22','\x36','\x28','\x99','\x92','\x0a','\xa7','\x55','\x98','\x37','\x6f','\x16','\xa9','\x19','\x54','\x85','\x56','\x35','\x18','\x13','\x46','\xce','\xb1','\x37','\x74','\x90','\xda','\x48','\xad','\x71','\xb0','\xc4','\x81','\x89','\xc5','\x92','\x5f','\x4f','\x55','\x3e','\xd6','\x95','\x6d','\x7d','\xcf','\x96','\x1a','\x89','\xe8','\x9b','\x23','\x9e','\x24','\x37','\x71','\xe6','\x8a','\xac','\xc2','\xe5','\xe5','\xc9','\x9f','\x43','\x57','\x64','\x6b','\x6e','\x94','\xd0','\x20','\x75','\xa3','\x28','\x34','\x11','\x9e','\x4a','\x66','\x4b','\x84','\x09','\x54','\xac','\x09','\xdd','\x30','\xed','\xd1','\x80','\x19','\xa6','\x5c','\x90','\xa8','\x4c','\xf6','\xd0','\xec','\xf5','\x51','\x2d','\x65','\xcc','\xbf','\xab','\xf3','\xe0','\x30','\x17','\xf2','\x7b','\xe0','\xbb','\x6d','\x12','\x9f','\x5b','\x2d','\x74','\xc3','\xc3','\x17','\x66','\xbc','\x06','\xd6','\x98','\x81','\x63','\x9e','\x28','\x09','\xa7','\x14','\xc7','\x9a','\x93','\x31','\x0a','\x5e','\x55','\x9b','\x4c','\x58','\x80','\x05','\x63','\xb1','\xce','\xdc','\x20','\x9b','\x52','\x92','\xd3','\x68','\x4b','\xca','\x18','\x9d','\xfb','\x83','\x61','\xd6','\xf8','\xf8','\xcd','\x6f','\xf8','\xf6','\xff','\xf6','\x7f','\xe1','\xab','\x8f','\x6f','\x59','\x26','\xe1','\x97','\xc7','\x85','\xba','\x5e','\x38','\xff','\xdd','\xdf','\xd1','\x72','\xe2','\xf1','\xf1','\x7d','\x24','\x78','\xae','\x49','\x4a','\xdd','\x48','\xb5','\x42','\xaf','\x64','\x49','\xdc','\xcd','\x0f','\x4c','\x87','\x7b','\x9a','\x74','\x36','\x0c','\xdb','\x36','\xf2','\xd3','\x0b','\x3f','\x7d','\x7a','\xe2','\xb8','\x56','\x5a','\x5e','\x68','\x5f','\xbd','\x81','\x37','\x6f','\x98','\xc2','\xda','\xda','\xa3','\x36','\x41','\xb3','\xdb','\xc8','\x0f','\xd0','\x30','\x49','\xf6','\x44','\x0b','\x75','\xbb','\xfe','\x9c','\xa3','\xaa','\x5a','\x98','\x26','\x4f','\x70','\xbe','\xff','\xfb','\xff','\xca','\x6f','\xfe','\xbf','\x7f','\xcd','\x24','\x50','\xe6','\x99','\xb2','\x1c','\xc8','\x01','\xba','\x38','\xfd','\x5a','\xa2','\x31','\xad','\xd3','\x28','\xa7','\xec','\xbd','\xcd','\x72','\x76','\x66','\xd2','\x4e','\x6f','\xcf','\x19','\x59','\x26','\xd2','\x32','\x93','\xa6','\x82','\x44','\x4f','\xc9','\x8e','\x83','\x85','\x24','\xa1','\x4a','\x27','\x73','\x26','\x65','\x21','\x2d','\x13','\xf9','\xb0','\x70','\x78','\xfd','\x86','\xf9','\xe1','\x9e','\x87','\xcb','\x1b','\x1e','\xdf','\xbf','\xe2','\xbb','\x7f','\xf8','\x06','\x7b','\x5a','\x41','\xe0','\xfe','\xfe','\x8e','\xfb','\x9f','\xff','\x39','\xfc','\x0f','\xff','\x09','\xfb','\xcd','\xb7','\x5c','\xfe','\xdb','\x3f','\xf2','\xbb','\xbf','\xf9','\x1b','\xfe','\xfa','\xff','\xf3','\xd7','\xbc','\x7d','\x7e','\x44','\x9a','\xeb','\x3b','\x75','\xab','\x50','\xd5','\x13','\xeb','\xde','\xdd','\xd5','\x50','\x40','\xb6','\x68','\xa0','\x6b','\x85','\x5c','\x0a','\x72','\x28','\x10','\x36','\xe6','\xb5','\x6f','\x58','\xed','\x4c','\xe6','\x3c','\xa0','\xa4','\x8a','\xa4','\xb0','\xe0','\x27','\xa3','\xea','\xcd','\x67','\x87','\x9c','\x22','\x10','\x53','\x07','\xcf','\x88','\xbc','\xcf','\xf0','\x40','\x25','\xe1','\x7b','\x59','\x92','\x38','\xb0','\xb0','\x33','\x7c','\xcc','\xc2','\xe8','\xcb','\xdd','\x4c','\x07','\x40','\x71','\xed','\x03','\xe4','\x9f','\x1b','\x69','\x4c','\x0a','\xb0','\xdc','\x6e','\x12','\x7e','\xc0','\x29','\xba','\x23','\xd3','\x19','\x40','\xf3','\xcd','\xde','\xfa','\xc9','\xcb','\x0c','\xb3','\xab','\x8e','\x4d','\x34','\xed','\x3f','\x03','\xf1','\x4a','\xf0','\xd0','\x3e','\x8f','\xb6','\x11','\xe3','\xf7','\x36','\x80','\xc9','\x51','\x30','\x21','\xdc','\x31','\x7d','\xa3','\xbf','\xea','\xbe','\xa3','\x69','\x77','\xf2','\x9f','\x37','\xf9','\x03','\x13','\xa0','\x8f','\x8f','\x8f','\xd4','\xb5','\x22','\x34','\x9c','\x6f','\xab','\x90','\xbd','\x4c','\x08','\x60','\x97','\x0d','\x31','\x63','\x5a','\xdc','\x7a','\x32','\x25','\x0f','\x8c','\x18','\xf4','\x17','\x49','\x6e','\xe3','\xd8','\xbb','\xf7','\xae','\x98','\x1c','\xa9','\x24','\x67','\x56','\x6d','\xbe','\x98','\x9a','\x92','\x0f','\x13','\x94','\xe2','\x37','\xc0','\xfc','\x46','\x93','\xa2','\xaf','\xc7','\xc8','\x26','\xa5','\x90','\xc2','\x74','\x60','\x88','\x57','\xf7','\xd8','\x1f','\xa7','\x6c','\x78','\x43','\xd4','\x09','\x8d','\x4a','\x50','\x0f','\xf7','\x08','\x33','\xcf','\xa0','\x0b','\xee','\x81','\x5e','\x92','\x1b','\x5c','\x8e','\xc4','\xc8','\x5f','\x5e','\x92','\xfc','\xb1','\xcf','\x15','\x12','\x93','\x14','\x44','\x2c','\x2c','\x6b','\x41','\xca','\xfc','\x83','\x63','\x61','\xe1','\xcf','\x2e','\x7e','\xce','\x85','\x14','\xef','\xf7','\xc4','\x4b','\x51','\xba','\xdd','\x1c','\x83','\xe0','\xef','\x9a','\x6f','\x0a','\x45','\x1c','\xad','\x91','\xf8','\x2e','\x1f','\x3c','\x12','\xfd','\x7d','\xbe','\x7c','\x7d','\x03','\xa5','\x76','\x5c','\x33','\x82','\x7c','\x49','\x11','\xa4','\x77','\x17','\x8f','\xdd','\x14','\x68','\xc0','\x76','\xab','\x63','\x47','\x42','\xf7','\xf0','\x36','\x12','\x47','\xdd','\x57','\x5e','\x09','\xfa','\xc9','\x5e','\xbe','\x8c','\xf3','\xb9','\x0e','\xe0','\xe0','\x59','\x8a','\x07','\x4d','\x39','\x39','\x75','\x43','\x80','\xa4','\x5e','\x89','\x50','\xf1','\xcd','\x5e','\x22','\x70','\xc9','\x64','\x6f','\xc2','\xe9','\x07','\xdb','\x9d','\x70','\x52','\x02','\xca','\x35','\x88','\x60','\x4c','\xe8','\x3f','\xe2','\x7b','\x65','\x64','\xa4','\x31','\xe7','\xae','\x01','\x6d','\x27','\x25','\x43','\x27','\x5f','\x30','\x5d','\x97','\x22','\x5e','\xcd','\xb8','\x99','\x98','\xe9','\x8f','\x3d','\x7f','\x3c','\x59','\x96','\xfd','\x3b','\xd4','\x11','\xe5','\x9c','\xfe','\x95','\xae','\x21','\xfd','\x51','\xf7','\xa8','\x8f','\x32','\xfb','\xc8','\xa1','\xa3','\x09','\x5b','\x12','\x1f','\x2b','\x8e','\xe4','\x44','\x55','\x53','\xbc','\x0b','\xbb','\x06','\xa5','\x88','\xd8','\x94','\x07','\x22','\x63','\xe3','\xf9','\x8f','\x31','\xd0','\x47','\xdf','\x27','\x81','\xec','\xdc','\xe0','\x24','\x6e','\x91','\x5c','\x8a','\x93','\x41','\xd6','\xcb','\x4a','\x6b','\xcd','\xd7','\x07','\x8b','\xab','\x1a','\x88','\x53','\x00','\x03','\x86','\x6f','\x3c','\x3a','\x28','\x80','\xb1','\x80','\x59','\x72','\x6d','\x6a','\x4a','\xce','\xbb','\x4f','\x63','\xe8','\x19','\xe1','\x36','\x99','\xf7','\xf2','\x3c','\x45','\x68','\x97','\xca','\x5a','\xd7','\x28','\x0e','\xfb','\xc2','\x99','\x82','\x6f','\x6d','\x32','\xa8','\x00','\x7d','\x4f','\x04','\x87','\x6a','\x5d','\x93','\xd3','\x89','\xba','\xf6','\xbd','\x7f','\x0b','\x10','\xd7','\x62','\xb1','\x98','\xfa','\x9d','\xcd','\xd9','\x37','\x59','\x7f','\x36','\xd7','\xde','\x5f','\xa3','\x4c','\xef','\x28','\x57','\x20','\x8e','\x6a','\xd4','\xbe','\xa2','\x6d','\xdd','\xc1','\x04','\x29','\x82','\x64','\xa0','\xc1','\x65','\x5b','\x59','\xeb','\x85','\x87','\xe3','\x2b','\x6c','\x3a','\xd1','\x5a','\x63','\x93','\x95','\x4b','\x7f','\x26','\xdb','\x44','\xb3','\x4a','\xa2','\x51','\x53','\x23','\x25','\x65','\x26','\xd3','\xd2','\xe4','\xfd','\x4c','\x24','\x50','\x2f','\xf5','\x71','\xd1','\x5b','\xc7','\x92','\x30','\x15','\xa1','\x28','\x0c','\x53','\xed','\x64','\x09','\xab','\x1d','\x6b','\x1b','\xdb','\x65','\x63','\x5a','\x66','\xee','\x0f','\x33','\x6a','\xc2','\xda','\x1b','\x69','\xeb','\x68','\xd5','\xa0','\x89','\xf8','\xba','\xe5','\x08','\x1d','\xcc','\x61','\x2d','\x5e','\x44','\x21','\x6b','\xf4','\x2c','\x71','\x9e','\x75','\xed','\x15','\xeb','\x2b','\xa6','\x89','\x24','\xb3','\xaf','\x5d','\x16','\x49','\x61','\xf0','\xd1','\x0d','\xa3','\x36','\x45','\x5b','\x23','\xf5','\x4e','\x19','\xab','\x75','\x87','\x94','\x85','\x86','\x73','\xc2','\x92','\x74','\x8a','\x78','\xe2','\xe6','\x60','\xca','\x0d','\x45','\xa8','\x5f','\xa9','\xbc','\xc9','\x94','\x49','\x9d','\x9e','\x95','\x27','\xaf','\x8e','\xb7','\xea','\x3c','\xf7','\x6c','\x60','\xcd','\x05','\xd3','\x66','\x30','\x95','\x89','\x9c','\xdc','\xe6','\x36','\xc7','\x67','\x85','\x10','\x9e','\x8f','\x0d','\x50','\xae','\x73','\xc7','\x52','\xc7','\xba','\x6f','\xaa','\x45','\xdc','\xce','\x58','\x72','\x09','\xba','\x84','\xeb','\x52','\x75','\xcc','\x87','\x98','\x73','\x39','\x97','\x70','\xdf','\x64','\xb0','\xa0','\x10','\xf1','\xea','\xa7','\x4a','\x8d','\x44','\x4e','\x41','\x72','\x54','\x0b','\x1c','\x04','\x50','\xe9','\x01','\xd2','\x05','\x20','\x20','\xe2','\xe3','\xcc','\x3a','\xbd','\x43','\x4f','\x02','\xdd','\xb9','\xfc','\x0e','\x6c','\x58','\x54','\x58','\x12','\x13','\xde','\x13','\xa4','\x19','\xcc','\x2a','\xf4','\xa6','\x5c','\x9a','\x57','\x64','\x5a','\x6f','\xc8','\xf9','\x85','\x45','\x3d','\xe1','\x53','\xc9','\x94','\x6e','\x4c','\xad','\x33','\x4d','\xc6','\x94','\x9d','\x92','\xbe','\x9e','\x57','\x54','\x84','\xb9','\xcc','\x5c','\x69','\x0b','\x95','\x5e','\x3b','\x7a','\x80','\xa7','\xcb','\xca','\x77','\x7f','\xf3','\x37','\xac','\x6b','\xe3','\xe1','\xee','\xe4','\xd5','\xc5','\xee','\x3d','\x54','\x86','\xa8','\x59','\x9b','\x32','\xe9','\x8d','\xc5','\x7d','\x37','\x2c','\x28','\xec','\x19','\x43','\x37','\xa3','\x59','\x85','\x6e','\x2c','\x92','\x63','\xfd','\x72','\x73','\x08','\x89','\x8a','\x49','\x52','\x65','\x4d','\x1b','\x5d','\x13','\x2a','\xd0','\x9b','\x51','\x5b','\x18','\x08','\x60','\xf4','\x64','\x0e','\x2a','\x48','\xa2','\xf7','\x06','\x5b','\x67','\xea','\x70','\x4c','\x85','\x3e','\xcd','\x48','\xee','\x60','\xde','\x48','\x34','\x35','\xe3','\x65','\x7b','\x61','\xd5','\x33','\xab','\x35','\x4c','\x84','\x86','\x9b','\x42','\x34','\x1b','\xfd','\x5a','\x7c','\xb5','\x09','\x7c','\x96','\xe0','\x04','\xec','\xc9','\xc4','\xd0','\x46','\x2a','\x20','\x6b','\x62','\x21','\x07','\x51','\x38','\x86','\xcb','\x1e','\x71','\x04','\x83','\xa3','\x5d','\x82','\xe6','\x0e','\xf3','\xbe','\x12','\x8c','\x9e','\x46','\x5e','\x39','\x2c','\x1a','\x0c','\x60','\x47','\x0e','\x63','\xed','\x89','\xc0','\x11','\x5c','\xcb','\xa8','\x46','\xd3','\x11','\xe4','\x8d','\x24','\xd1','\x29','\x48','\x63','\x8f','\x96','\x52','\x3c','\x81','\xb1','\x90','\x03','\x04','\x7a','\x9a','\xe2','\x0f','\xe6','\x1a','\x92','\x23','\x13','\x0b','\x89','\x92','\x84','\x29','\x85','\xdb','\xa4','\x09','\x4d','\xdc','\x19','\x56','\xa6','\x99','\x9f','\x3e','\x9c','\xb8','\x68','\xe2','\xef','\xff','\xfa','\x1f','\x38','\xff','\xee','\x23','\x6f','\xfe','\xaf','\xff','\x77','\x5e','\xc4','\xf8','\xbe','\x6d','\xcc','\x0f','\x47','\xee','\xdf','\x3c','\xf0','\xe1','\xe9','\x89','\x77','\x1f','\x3e','\x30','\x95','\xc9','\x35','\xc4','\xad','\xb9','\xd0','\x3f','\x2f','\x2c','\xb3','\x53','\x74','\xbd','\x92','\x2a','\xb4','\xb5','\xa2','\x28','\x69','\x9a','\x39','\x1e','\x0e','\x4c','\xcb','\xcc','\x70','\x07','\x7d','\x7a','\x7e','\xe4','\xe9','\xe5','\x99','\xbe','\x75','\x5a','\x6f','\x3e','\xa6','\x5b','\x38','\xdb','\xda','\x30','\x0a','\xf1','\xc4','\x7e','\x99','\x17','\xe6','\x32','\xb9','\x5e','\xb1','\xb7','\xd0','\x1b','\xc2','\x71','\x39','\xd0','\x5a','\xe7','\xc3','\x87','\x77','\xde','\x7b','\x32','\x4f','\x64','\x19','\x00','\xb2','\x57','\x5b','\x9b','\x7a','\x25','\xa2','\x60','\x94','\x3c','\xb1','\x4c','\x33','\x87','\x79','\x66','\x3a','\x1c','\x98','\xcb','\xec','\xfd','\xd1','\x24','\xf8','\x45','\xd3','\x4c','\x3a','\xce','\x94','\xe3','\x81','\xf9','\x74','\x62','\x3a','\x9d','\xc8','\x87','\x03','\x65','\x59','\x98','\x8f','\x0b','\x65','\x99','\x3d','\x89','\xa0','\x90','\xe7','\xc9','\xe3','\xd3','\x9c','\xf7','\x81','\x32','\x65','\x37','\x1a','\x78','\x75','\xba','\x47','\x7b','\xa2','\xaf','\x95','\x0f','\x2f','\x4f','\xc8','\xb1','\x72','\x3a','\x3e','\xa0','\x22','\x2c','\xaf','\x5f','\xf1','\xd5','\x9f','\xfd','\x19','\xf7','\xdf','\xfd','\x8e','\xc7','\x97','\x33','\xf3','\xf1','\x08','\xc0','\xf6','\x7c','\x66','\xed','\x2f','\x6c','\x75','\x45','\xd4','\x98','\x97','\x85','\xde','\x36','\xce','\x97','\x15','\x10','\xe6','\x69','\xa6','\x94','\xec','\x6e','\x65','\xe1','\x9c','\xa1','\x64','\xd4','\xcb','\xf2','\xf4','\xe4','\xfb','\x63','\x32','\xc3','\x34','\xac','\xf8','\xc7','\xd8','\x93','\xa0','\x90','\xf5','\x60','\x71','\xa8','\x5e','\xc7','\xae','\x0c','\xa0','\x32','\xc6','\x71','\x80','\x43','\xbb','\x25','\x80','\x5d','\xf5','\xe2','\x4e','\x03','\x25','\xf6','\xc0','\x9d','\x8f','\x14','\xf1','\x86','\x83','\xbc','\x58','\xc4','\xae','\x12','\xf1','\xf8','\xd8','\xff','\xc6','\xfb','\x6f','\x40','\x30','\xdb','\xc7','\xfc','\xe7','\x2f','\x89','\xff','\x37','\x6a','\x3b','\x47','\xd5','\xd6','\xe5','\x01','\xa3','\xea','\x39','\x00','\x27','\x77','\x46','\xf4','\x98','\xcd','\x2b','\x4e','\x37','\xf3','\x45','\xae','\x21','\x45','\x30','\x4c','\xe3','\x58','\x1a','\xc9','\x54','\xcc','\xdc','\xa0','\x61','\x7f','\xa2','\x22','\xb9','\x79','\xfd','\x20','\x01','\x7a','\x7c','\xf7','\x81','\xba','\x6e','\x98','\x36','\x34','\x29','\x29','\x04','\x92','\x1c','\xdc','\xd5','\x84','\xe7','\x0b','\xd6','\x94','\x69','\x39','\x38','\x9a','\x2b','\x11','\xc0','\x98','\x91','\x24','\x93','\x4a','\x61','\x5d','\xcf','\x74','\x55','\xe6','\x79','\xa1','\x4c','\x85','\x29','\x4f','\xe4','\x14','\x20','\x58','\x0f','\xda','\x4d','\x12','\x7a','\xb2','\x3d','\xf0','\x00','\xef','\xde','\x3c','\xcd','\x85','\x52','\x7c','\x73','\x3d','\x1e','\x0e','\x4c','\x87','\x63','\x50','\x57','\xbc','\x6c','\x96','\x49','\x61','\xb2','\x90','\xbc','\xe2','\x31','\xaa','\x2a','\x06','\x6c','\x1e','\x60','\xc9','\x0d','\x92','\x9b','\x93','\xb8','\x88','\xb4','\xfa','\xc3','\xf2','\x05','\x31','\xca','\x84','\x12','\x4d','\x43','\xbf','\xf0','\xb9','\x34','\x3e','\xd7','\xbc','\xb2','\x92','\x82','\x78','\xfd','\xa5','\x63','\xf9','\x40','\x70','\x2a','\x4d','\xf1','\x70','\x96','\xac','\x5e','\xb5','\xf9','\xb1','\x73','\x93','\x70','\xce','\xcb','\x24','\x52','\x58','\x21','\x7b','\xac','\x3a','\x06','\x8d','\xb8','\xb0','\xf1','\xf7','\x5d','\x5f','\xf4','\xe6','\xc8','\x94','\x68','\x6a','\x29','\x60','\x8a','\xb5','\x84','\x38','\x34','\x17','\x1f','\x0c','\x54','\x3b','\x41','\x0a','\xf1','\xa7','\x42','\x50','\xc2','\xc6','\x97','\x47','\x60','\x40','\xc4','\xa2','\x76','\x0d','\x7c','\x65','\xa4','\xf4','\xa3','\xfa','\x10','\x93','\x25','\x8d','\x41','\xde','\x9d','\xe6','\x22','\xc4','\x35','\xe3','\x16','\xc8','\x29','\x28','\x72','\x29','\x90','\xeb','\x11','\x38','\x00','\x8e','\x8c','\xc6','\x44','\xd1','\x36','\x30','\xd5','\x08','\x42','\xff','\x19','\xdf','\xbb','\x3b','\x51','\xdd','\xa0','\x78','\xbd','\x8e','\x64','\x6f','\xdc','\x7b','\xbf','\xf8','\x31','\x81','\xfe','\xa4','\xf3','\x0f','\x4a','\x9f','\xdf','\x8e','\xa8','\xe6','\xdd','\x2c','\x3e','\xff','\xd2','\xd7','\xf0','\xc7','\xdd','\x23','\x75','\x64','\x69','\x54','\x23','\xcd','\xbf','\x53','\x23','\x6f','\x99','\xf2','\x4c','\x2a','\x72','\x43','\xdb','\x88','\x86','\x63','\x1a','\xf4','\xa0','\x40','\x98','\xc7','\xf3','\xde','\x17','\x54','\x13','\xb2','\xe5','\xfd','\x58','\x62','\x38','\xf2','\x99','\x3c','\xc8','\xec','\xcd','\x69','\x62','\xa5','\x64','\x52','\x5a','\xd8','\x29','\x7e','\x7a','\x5d','\x5c','\xf7','\x12','\x7b','\x11','\x50','\x07','\x31','\xba','\x8e','\x45','\xd6','\x75','\x15','\x39','\x67','\x72','\x99','\x30','\xeb','\xac','\x5b','\xdd','\xfb','\x7a','\x78','\x5f','\x9d','\xc9','\xbf','\x23','\x18','\x0d','\x3d','\xba','\xdd','\xfb','\xbd','\xf4','\xc5','\x58','\xc5','\x49','\x6f','\x5d','\x1d','\x95','\xde','\x5d','\x26','\x93','\xeb','\x43','\x44','\x84','\x32','\x4d','\x7e','\x8f','\x93','\x3f','\xff','\xd6','\xbb','\x77','\x06','\x87','\xdd','\x71','\x4c','\x82','\x4a','\xea','\x5a','\x10','\xbd','\xa2','\xba','\xfb','\x8a','\x15','\xcf','\xa7','\x59','\xe8','\x11','\x47','\x50','\xa5','\x4e','\xcb','\x08','\x0d','\x4d','\x99','\x32','\x25','\x0b','\xdd','\x9c','\xba','\x58','\xb5','\xb1','\x6e','\x2b','\x6b','\x3b','\xb3','\xd5','\x0b','\xb5','\x6e','\xb4','\xd9','\x7b','\xbf','\xb4','\xee','\x14','\xc3','\xad','\x55','\x6c','\xdd','\x28','\x41','\x31','\xc8','\x31','\x3f','\xc7','\x1f','\x35','\xa3','\x27','\x7f','\x4e','\xd2','\xfc','\x66','\x94','\xd8','\xa0','\x12','\x16','\xd5','\x68','\x9f','\x63','\x3d','\x82','\x6d','\x6d','\x40','\x6d','\xe4','\xad','\x06','\x8a','\xe6','\xb3','\x38','\xe3','\x41','\x57','\xca','\x89','\x49','\x32','\x8e','\x19','\xbb','\x43','\x1e','\x5d','\x91','\xac','\xd0','\x0d','\xe9','\xdd','\xb5','\x17','\x0a','\x39','\xf4','\x2d','\x25','\x89','\x8b','\xf3','\x19','\x8f','\x44','\x7d','\x6d','\x0e','\x0a','\x64','\x0f','\x36','\x8a','\xa7','\xde','\x57','\x22','\xb0','\x8b','\x7f','\x65','\xd7','\x9f','\xe9','\xb5','\x28','\x19','\xba','\x3c','\xdf','\xe5','\x54','\x7d','\x9f','\x10','\xf1','\x1e','\x19','\x8a','\x57','\x97','\x74','\xdb','\xd8','\x9d','\xea','\xc2','\xc0','\x21','\x45','\x27','\xf8','\x34','\xa8','\x12','\xaa','\xde','\x9c','\x57','\x20','\x4f','\xde','\x33','\xc7','\x82','\xca','\x6a','\x49','\xd8','\xfb','\x41','\x05','\xc2','\x69','\xe2','\x86','\x0f','\x5e','\x95','\xd2','\x1d','\xe5','\x1f','\x6c','\x83','\x6b','\x26','\x1f','\xa0','\x5c','\xf4','\x05','\x92','\xa8','\x8c','\xd5','\xad','\xfa','\x1f','\x32','\x2d','\x12','\x1a','\xe9','\xd7','\xc4','\x47','\x52','\xdc','\xe7','\x34','\xd1','\xda','\xc6','\xc7','\xf3','\xd9','\xfb','\x81','\x4c','\x05','\x9a','\x32','\x4d','\x93','\x9b','\x11','\xe0','\x89','\x69','\x6f','\x95','\xfe','\xb1','\xd1','\x97','\x89','\x34','\x4d','\x54','\x15','\x2e','\xb5','\x72','\x59','\x2f','\x9c','\x5b','\x63','\x15','\xfc','\x38','\x69','\x04','\x88','\xd9','\xf7','\xce','\x69','\x21','\x31','\x43','\x35','\xac','\xad','\x4e','\xb7','\xb4','\x4e','\xc9','\x42','\xd6','\x16','\xe3','\x47','\xa2','\xaf','\x9d','\x71','\x7e','\x8e','\xce','\xf6','\x2f','\x95','\xd4','\x2a','\xad','\x29','\xc3','\x24','\x47','\x1b','\x81','\xb4','\xab','\xf7','\x07','\xd1','\xc4','\x84','\xcf','\x87','\xae','\x5e','\xbd','\x4d','\xc1','\x98','\x90','\xea','\x76','\xf4','\x53','\xf6','\x7b','\xd9','\x56','\xa5','\x6d','\x9b','\xb7','\xcb','\xd0','\xea','\xda','\x81','\xa8','\x4a','\x5b','\x17','\x7a','\xf3','\xea','\x73','\x23','\xc4','\xca','\x18','\x3d','\x8d','\xf9','\x1c','\x81','\x3f','\xca','\x82','\x20','\x14','\xa6','\x7c','\xa0','\x4d','\x07','\xa6','\xbc','\x78','\x35','\xb1','\x41','\xd2','\x95','\xac','\x8d','\xb2','\x83','\x35','\x71','\xae','\x7e','\x17','\xbd','\x9a','\x88','\xd3','\xef','\x73','\xc9','\xde','\x28','\x73','\x3c','\x45','\x0b','\x4d','\x5b','\xe8','\x80','\x92','\x15','\x44','\xbc','\x42','\x91','\x2d','\x79','\x22','\x92','\x64','\x07','\x19','\x4d','\xa0','\x99','\x37','\xb4','\x65','\x24','\x2d','\x23','\x5e','\x20','\x71','\xa5','\x20','\x77','\x84','\x68','\xd8','\x1a','\xd1','\x5a','\xda','\x51','\xf4','\xb0','\x2c','\x56','\xa5','\xc6','\x7a','\x89','\x38','\x67','\x23','\xa5','\x1c','\x6c','\x15','\x6f','\xf2','\x4e','\x12','\xb4','\x24','\xbf','\xc7','\x1a','\x31','\x4b','\x57','\xb7','\xba','\x36','\x23','\x75','\xd7','\x3c','\x64','\x19','\x36','\xca','\xae','\x47','\x4a','\x51','\x2d','\x12','\x73','\x7d','\x44','\xc1','\x38','\x75','\x23','\x9f','\x1b','\xdb','\xd3','\x13','\x7f','\xf7','\xcd','\x77','\xfc','\xed','\xdf','\x66','\xd2','\x32','\xd1','\x33','\x3c','\xd7','\x0b','\xe7','\x5a','\xb1','\x9c','\xc9','\xc5','\xa9','\xbb','\x59','\xc4','\xfb','\xcf','\xe0','\xf1','\xcf','\x84','\xaf','\x17','\xb5','\x9b','\x53','\x30','\x43','\x4f','\x9b','\xca','\xc4','\x5c','\x0a','\x88','\xd0','\xb5','\xb1','\x5d','\xce','\xb4','\x4d','\x9d','\xce','\xd5','\x3b','\xad','\x0d','\x5b','\xe5','\xd8','\xef','\x62','\xdf','\xf2','\xff','\x78','\xd3','\xe7','\xe3','\xb2','\xb8','\x1e','\xb3','\x37','\x56','\xad','\x0e','\xca','\x90','\x28','\x92','\x29','\x45','\x20','\x39','\x0d','\xd9','\xb5','\x7c','\xb1','\x0b','\xaa','\x32','\xa4','\x03','\x5e','\xc0','\x15','\x4a','\xca','\xae','\xb3','\xc9','\xbe','\xe7','\xa9','\xa8','\x6b','\xee','\x4c','\x98','\xee','\x4e','\x2c','\xf7','\x77','\x1c','\xee','\xee','\x38','\xbd','\x7e','\xcd','\xe9','\xd5','\x3d','\xcb','\xdd','\x1d','\xf3','\xfd','\x1d','\xc7','\xd3','\x89','\xe5','\xb4','\x90','\x1f','\x1e','\xb0','\xe3','\x09','\xc9','\x85','\x9c','\x13','\xdd','\x94','\xaa','\xbe','\x56','\x2e','\xd3','\x44','\xce','\x89','\xf3','\xd3','\x0b','\x53','\x35','\x7e','\xb2','\x1c','\x29','\xa6','\x3c','\xbd','\x7b','\xcf','\xf9','\x6f','\xfe','\x9e','\x8f','\xff','\xf8','\x5b','\xea','\x79','\x63','\xbd','\x54','\x9e','\x3f','\x3e','\x3b','\x53','\x41','\x04','\x6b','\x9d','\x3c','\x92','\x56','\x55','\x32','\x99','\x43','\x2a','\xee','\x7a','\xa8','\x29','\x80','\xea','\x4e','\x7b','\x3e','\x63','\x9b','\x53','\x8a','\xf3','\xd0','\xfc','\xa4','\xc4','\x52','\x26','\xb4','\x57','\xa7','\x41','\xd7','\x1a','\xa0','\x71','\x62','\x9a','\x0e','\xcc','\xcb','\xec','\x05','\x88','\xee','\x8d','\x96','\xaf','\x54','\xfa','\xb1','\x4e','\x79','\x0c','\xe9','\x83','\x35','\x34','\xc8','\x63','\xcd','\xbc','\x8d','\x2f','\xe2','\xcf','\xad','\xd9','\x8c','\x3f','\x1f','\xbf','\xe1','\xa6','\x0e','\x24','\x4a','\x72','\x42','\xc2','\x88','\x05','\xdd','\x79','\x6e','\xec','\x84','\x41','\x49','\x1f','\xcf','\x76','\xfc','\x62','\x07','\x5b','\xae','\x2f','\x89','\x63','\x7b','\x5c','\x26','\xe4','\x72','\x05','\x13','\x47','\x4c','\xe5','\x12','\x9a','\xa0','\xc4','\xe5','\x9b','\x04','\x46','\x80','\x5b','\x86','\x13','\xd7','\x38','\x76','\x00','\x2e','\x6a','\x57','\x60','\xc3','\x99','\x5b','\x23','\x0e','\xfe','\xe1','\xeb','\x07','\x09','\x50','\x5d','\x2b','\x69','\xdb','\x50','\x6d','\x3e','\xf1','\x72','\x0a','\x7b','\x58','\x71','\x1a','\xd4','\xc5','\x11','\x1e','\x33','\x2f','\x03','\x3a','\x10','\x11','\xa5','\x5f','\x71','\xee','\x5e','\xef','\xbe','\x40','\x68','\x6d','\x6e','\x01','\x29','\xb2','\x4f','\x80','\x0e','\x88','\x76','\xba','\x08','\x3d','\x0f','\xca','\x59','\x8f','\x4c','\x2e','\x31','\x4d','\x33','\xf3','\xbc','\x30','\x95','\xc2','\xf9','\xe9','\x8c','\x94','\x8f','\x8e','\x2e','\xe7','\x1c','\xf4','\xba','\xe2','\x0b','\x59','\xf6','\x0d','\xac','\x8b','\xb2','\x32','\x10','\xaa','\x16','\xd4','\x05','\x1c','\x9d','\xce','\x13','\x4b','\xc9','\x34','\x59','\x79','\x19','\x41','\x54','\xba','\xba','\x00','\xb5','\xde','\xa8','\xfd','\xe6','\x73','\x76','\xf3','\xb9','\x9c','\x11','\x2e','\xa8','\x0d','\xbe','\x6d','\x46','\xf9','\xf1','\x63','\x95','\x34','\x31','\xef','\xd6','\xdf','\x9e','\xc8','\xa8','\xd8','\x97','\xdf','\x1f','\xc9','\xdc','\x98','\xb0','\x98','\x67','\xbc','\x8e','\x25','\xf9','\x02','\x99','\xfe','\x89','\xeb','\x93','\xec','\x14','\x86','\x25','\x7b','\xa7','\x77','\x35','\x65','\xc3','\x17','\x3c','\x0d','\xdd','\x04','\x03','\x59','\x0f','\x4a','\xd1','\x5c','\xf2','\x3e','\x11','\x52','\x4e','\x7b','\x2a','\x3d','\xdc','\x39','\xd2','\x10','\xf5','\x07','\x9d','\xce','\x7f','\x3d','\x4a','\xa1','\x41','\x53','\x8a','\xc0','\x24','\x8d','\x60','\xcc','\xd5','\xe1','\xbe','\xec','\x37','\xa5','\xf7','\x8d','\xde','\x07','\xa5','\x2e','\x02','\xeb','\x9c','\x76','\x67','\x2b','\x8f','\x7f','\xfd','\x4a','\xd5','\x22','\x11','\xbb','\x41','\x1f','\x06','\x3c','\x14','\x6c','\x81','\x3f','\xe1','\x7b','\xc7','\x44','\xb8','\xa9','\x16','\x8e','\xef','\x97','\x9b','\x09','\x38','\xe6','\xd3','\x9f','\x7c','\x1c','\xd7','\xa1','\xf0','\xc5','\xe3','\x18','\x03','\x1d','\xf9','\x17','\xbf','\x86','\x3f','\xe8','\x1e','\x99','\xd3','\xb1','\x72','\x76','\x1a','\x27','\xb6','\x8b','\xf0','\xc9','\x2e','\xd4','\x0c','\xbc','\x15','\x14','\x7a','\x75','\xba','\x4f','\x89','\x44','\x4c','\x19','\x96','\xad','\xb6','\x37','\x3b','\x06','\x22','\xe1','\x2e','\x7b','\x42','\x60','\x36','\x36','\x5a','\xc2','\x28','\xce','\xc5','\xc4','\x39','\xe5','\xd0','\x8d','\xb8','\x08','\xb9','\xd3','\xb9','\x36','\x3d','\x8d','\xef','\xb3','\x70','\xdf','\x33','\xc3','\xb5','\x49','\xde','\x08','\xd4','\xcc','\xb5','\x28','\x58','\xa3','\xf7','\xca','\xba','\x6d','\x57','\x2d','\x93','\x08','\x3a','\x8d','\x64','\x30','\x46','\xe5','\xae','\x05','\x8c','\x52','\xb9','\x86','\xfd','\x31','\x31','\x0f','\xfc','\x56','\x31','\xcd','\x73','\x68','\xd6','\x32','\xc3','\xd4','\x60','\xd0','\xe4','\x48','\x90','\xcd','\x1c','\xf5','\x26','\x20','\x25','\xd2','\x75','\x99','\x0d','\x04','\x42','\xe3','\x1e','\xa8','\x0d','\xed','\x9e','\x5d','\x93','\x5f','\x86','\x6e','\xca','\x2b','\x32','\xc9','\x12','\xb5','\xae','\x68','\x1f','\x37','\x27','\x43','\x50','\xcc','\x72','\x4a','\x6c','\xdb','\xc6','\xcb','\xcb','\x13','\x75','\x8b','\x44','\x03','\xe5','\x5a','\x2e','\x53','\xd0','\x46','\xad','\x1b','\xb8','\x36','\xda','\x69','\x81','\x25','\xed','\xb6','\xca','\xa2','\xbe','\xa1','\xea','\xd8','\xf4','\xf6','\x7d','\x4d','\xf6','\x7b','\x5d','\xa3','\xa1','\xb5','\xdf','\x3b','\x37','\xa4','\xe9','\x2d','\x50','\x58','\xe7','\x9d','\x91','\x93','\x20','\xc9','\x93','\xbe','\x39','\x15','\x92','\x64','\x6f','\xc6','\x68','\x4a','\xed','\x9b','\x9b','\xd7','\x64','\x4f','\x12','\xdc','\x74','\x2f','\xbb','\x76','\x27','\x0b','\x52','\xc4','\x2d','\x66','\x87','\x96','\x10','\x5f','\xdf','\x73','\x49','\x24','\x66','\x44','\x3a','\x29','\x3b','\xdf','\xc3','\x9b','\xec','\x82','\xc4','\x3a','\xaa','\xb5','\x53','\x23','\xc1','\xbe','\x05','\xc1','\x90','\x48','\xe7','\xc7','\x5c','\x10','\xb0','\x98','\x1b','\x92','\x13','\xd6','\x1a','\xbd','\x55','\xb6','\x6d','\xa5','\x6b','\xa7','\x94','\x89','\x79','\x3a','\x90','\x72','\x0e','\x3b','\xd8','\xe4','\x46','\x0f','\xe1','\x32','\xd7','\x7b','\x24','\xa3','\xfb','\x5a','\xa6','\xce','\x3c','\x00','\x48','\xd7','\x0a','\x66','\x12','\xa1','\x6f','\x15','\x6b','\x9d','\x2e','\x4a','\x1b','\x89','\x4f','\x00','\x01','\x69','\x9c','\x9c','\x29','\xbb','\x9c','\x80','\x01','\x25','\x11','\xee','\x63','\x1e','\x04','\xb4','\xd6','\xd9','\xac','\x8f','\x1f','\x38','\x95','\x9b','\x2b','\xc8','\x94','\x53','\x61','\x5d','\x57','\xb6','\x6d','\xa5','\xa5','\xc2','\xd4','\x0a','\x4c','\x0d','\xb5','\x23','\x79','\x1a','\x49','\xfb','\x30','\xa5','\xf0','\x80','\x30','\xf5','\xa8','\x66','\xb6','\x1e','\xc7','\xf2','\x26','\x8b','\x96','\x33','\xd3','\xb1','\x78','\xd2','\x51','\x8a','\xd3','\x15','\x9b','\xa1','\xed','\x99','\x55','\xdd','\x4a','\x59','\x12','\x1c','\xee','\x8e','\x64','\x59','\x10','\x3c','\x90','\xec','\xbd','\xd2','\xb6','\x4e','\xab','\xae','\x26','\x4c','\x22','\xe4','\x3c','\xb3','\xc8','\xcc','\xf6','\xfc','\x4c','\x6d','\xd5','\x69','\x87','\x51','\x85','\x4a','\x25','\x43','\x4a','\x7c','\x7c','\xf7','\x88','\xae','\x95','\x94','\xfd','\x39','\xfa','\xdc','\x0f','\x1d','\x9c','\xea','\xee','\xb4','\xd9','\xac','\xa1','\xbd','\xd1','\xcc','\x6d','\xda','\x47','\xd5','\x64','\x8c','\x93','\x99','\xc2','\xe4','\x61','\x35','\x1a','\x9a','\x02','\xc5','\x4d','\x21','\x7c','\xde','\x35','\x20','\x51','\x72','\x61','\x36','\x3c','\x21','\x09','\xb0','\x29','\x9b','\x32','\xe1','\x31','\x40','\x4f','\x85','\xa5','\x4f','\x48','\x54','\xca','\x55','\xbc','\x29','\xb3','\x27','\xe4','\x4a','\xd5','\x4e','\x22','\x31','\x2f','\x6e','\x49','\xee','\x7b','\x6e','\x24','\x35','\xea','\x09','\x85','\xc5','\xb3','\x16','\x8d','\x5a','\xba','\xa8','\x57','\x3b','\x8a','\x37','\xab','\x74','\xf7','\x40','\xaf','\x06','\xd4','\x30','\x5a','\x18','\x5a','\x5f','\xd7','\x10','\x4b','\x80','\xb2','\x12','\x63','\xb6','\x63','\xa9','\xfa','\x77','\xed','\x94','\xf2','\xc4','\xa8','\x02','\x49','\x54','\xe5','\xda','\x56','\x77','\xd0','\xd1','\x8d','\x0f','\x62','\x4d','\x4c','\x4e','\x0b','\xef','\x66','\x5c','\xd4','\x80','\xb2','\x3b','\x2e','\xe6','\x6c','\x0e','\x1c','\x58','\x68','\xb3','\x81','\xac','\xce','\x26','\x49','\x78','\x42','\x37','\x92','\x3a','\x0d','\x4d','\x60','\x91','\xc4','\x52','\x66','\x0e','\x87','\x89','\x9c','\x33','\x2f','\xdb','\x46','\xcd','\x06','\xf3','\x8c','\xe6','\x0c','\xdd','\x68','\x6d','\x63','\xc9','\x85','\xe3','\xe1','\x8e','\xae','\x16','\xf7','\xc8','\xc7','\x9d','\xb5','\xee','\x06','\x13','\x4d','\x99','\x11','\x28','\x0b','\x79','\x4a','\xe4','\x32','\x51','\x52','\x71','\xbd','\x5a','\x53','\x9a','\x1a','\x93','\x4e','\xae','\xdd','\x5a','\xe6','\x58','\x77','\x1c','\xd8','\xf6','\x76','\x26','\x11','\x68','\x4b','\x72','\x0b','\xf4','\xda','\x98','\x4a','\x76','\x4d','\x63','\xca','\x8c','\x36','\x13','\x36','\xf6','\x55','\x11','\x44','\x9c','\xee','\xe5','\xcd','\x87','\x1b','\x82','\x6b','\x27','\xc9','\x4e','\xa1','\x4b','\x8e','\x70','\xee','\x6e','\x7c','\xde','\xde','\x20','\xe6','\xae','\x64','\x2c','\x4f','\x18','\x42','\x4e','\x8b','\xf7','\xe2','\x5a','\x8e','\xdc','\x2d','\x27','\x96','\xf9','\xc4','\xb4','\x1c','\x38','\xce','\x47','\xee','\x0e','\x77','\x1c','\xee','\x4e','\xe8','\xe1','\x88','\xce','\x07','\xca','\xec','\x15','\xf7','\x66','\x9d','\xb5','\xbb','\x0e','\x75','\x80','\x94','\xf7','\x77','\x27','\x8e','\x14','\x16','\x85','\xbe','\x7a','\x72','\x7f','\x6e','\x9d','\x67','\xf5','\xc4','\xa1','\x6e','\x9b','\x3b','\x9c','\x6a','\x77','\x3d','\x60','\x6d','\x51','\x50','\x30','\x72','\x9e','\x98','\x82','\x5a','\x96','\x4a','\xe1','\x80','\xef','\x11','\xdb','\xba','\x71','\xd9','\x2a','\xad','\x3a','\x15','\x70','\x9e','\x17','\xa6','\xc3','\xe2','\x7d','\xc4','\x4c','\xe8','\xd5','\xbc','\xd7','\x97','\x7a','\x63','\xdd','\xe0','\xbb','\x33','\xd9','\xb4','\x9f','\x97','\x06','\x80','\x39','\x10','\x26','\x61','\xc4','\x74','\xb1','\x27','\x8c','\x7d','\x0c','\xa2','\x60','\xb1','\x6f','\xa1','\x1e','\x7f','\xe2','\x49','\x74','\x16','\xf9','\x81','\x5a','\x66','\x8f','\x9d','\x06','\x12','\x2f','\x04','\x7d','\x2d','\x36','\xd7','\x9b','\xf5','\xdb','\xdd','\x76','\xed','\x8b','\x89','\xcf','\x78','\x0d','\x76','\xb5','\xa9','\x7e','\x6a','\xb2','\x10','\x9f','\x51','\xbd','\xad','\xba','\xc7','\x56','\x65','\xec','\x32','\x00','\x02','\xe8','\xdc','\x8f','\xb0','\x1f','\xee','\x66','\x1f','\x09','\x40','\x25','\x28','\x57','\x9f','\x10','\x98','\x6e','\x5f','\x3f','\xb4','\xc1','\xc6','\x79','\xc9','\x62','\x85','\x24','\x1a','\x65','\x57','\xc1','\xba','\x4f','\x64','\xc7','\x26','\xec','\xca','\xdb','\x0b','\x77','\x93','\x6e','\xbe','\xe4','\x08','\x50','\xca','\xe4','\x89','\xd0','\x5a','\xa9','\xda','\x18','\xfd','\x26','\xf6','\x0b','\x45','\xb0','\x92','\x48','\x3d','\x85','\x20','\x17','\x46','\xdc','\x11','\xf2','\x34','\xac','\x43','\xd5','\xea','\xee','\x16','\x21','\x8c','\x4e','\xbb','\xd0','\x2a','\x87','\xd5','\x9e','\xdf','\xf0','\xcd','\xb6','\x70','\xfd','\xc1','\xa9','\x3e','\xb1','\xa1','\x97','\x32','\xa1','\xcb','\x02','\x6a','\x5c','\x2e','\x17','\xbf','\xbe','\x48','\xa2','\x4a','\xce','\x3c','\xbf','\x9c','\x51','\xad','\x9f','\x7e','\x2e','\xf9','\xe7','\xfa','\x3c','\x43','\x37','\xea','\xea','\xcd','\x07','\x53','\x70','\x0e','\xbf','\x78','\xac','\x54','\x28','\xb9','\x50','\x73','\x41','\x3a','\xbb','\x39','\xc0','\x17','\xdf','\x1f','\x8b','\xe1','\x38','\x8f','\x9c','\x8a','\x57','\x43','\x6a','\x67','\x50','\x08','\x93','\xa5','\x7f','\xf2','\xfa','\x4a','\x2e','\x94','\x34','\x51','\x4b','\x89','\x05','\xac','\x53','\xad','\x7e','\xf2','\x3e','\xd9','\x17','\x67','\x47','\xd5','\xdb','\x3c','\x83','\x39','\x3f','\x3a','\x97','\xe2','\x41','\x49','\x12','\xb7','\xea','\x2c','\x6e','\xd9','\x29','\x58','\x88','\xe4','\xc4','\x29','\x2e','\xb9','\x5c','\x07','\xf3','\xa8','\xfc','\x38','\x47','\xc9','\x93','\xa0','\x34','\xd0','\x84','\xc8','\xb2','\x7b','\x42','\xcf','\x97','\x68','\x00','\x19','\x28','\x42','\x52','\xe7','\xdc','\x96','\x10','\x38','\x47','\xdf','\x8f','\x64','\x46','\xcf','\xc4','\x42','\xb7','\xcf','\x32','\xef','\xd7','\x13','\x48','\x84','\x37','\xce','\xfc','\xe3','\xbe','\x17','\xf3','\x06','\x8b','\x03','\xfc','\xd8','\xdd','\x43','\xec','\xd3','\x49','\x73','\x9d','\x2b','\x7f','\xda','\x71','\x92','\x41','\xbf','\x75','\x4b','\xbc','\x3d','\x8e','\xfe','\x2b','\x5d','\xc3','\xb8','\x47','\xea','\x7f','\xff','\xc1','\xf7','\xbf','\x9c','\x77','\x6d','\x99','\x49','\x87','\x49','\xb1','\xc9','\xf3','\xde','\x94','\x13','\xc9','\x0a','\x29','\x66','\x99','\xf4','\x14','\x8e','\x42','\x8e','\x71','\xe6','\x54','\x5c','\x13','\xc4','\x68','\xfa','\xe9','\x3a','\xa2','\xc8','\x79','\x63','\xe5','\x8a','\x5b','\x17','\xd6','\xc3','\xb7','\xd5','\xab','\x2c','\x25','\xc6','\x83','\x45','\xb5','\x43','\xbc','\xc4','\x6a','\xb8','\xf0','\x3b','\x04','\x9b','\x83','\xa3','\xeb','\x15','\x7a','\x0b','\xf7','\xcb','\xa8','\xd2','\xc5','\x4a','\xd5','\x35','\x5c','\xa3','\x24','\x63','\x39','\x0e','\x1a','\x82','\xd6','\xa6','\xa3','\x7f','\x81','\x07','\xdf','\xae','\x7f','\xf6','\xcd','\x0f','\x08','\x5e','\x39','\xa0','\xde','\x6b','\xa6','\xa4','\xc4','\xb2','\x2c','\xb1','\x89','\x46','\x32','\xa3','\xca','\xd6','\xbc','\xd3','\x7a','\x6f','\xae','\x6b','\x99','\xa2','\xa3','\xfc','\x48','\x3a','\xc1','\x76','\xf1','\xb2','\x11','\xba','\xaa','\x78','\x02','\x9f','\x50','\x00','\xd2','\x30','\xd0','\x18','\x76','\xea','\x8a','\x49','\xa3','\xdb','\xc6','\xd6','\x1a','\x59','\x33','\xcd','\x61','\x2e','\xa7','\xb1','\x15','\xd7','\x48','\x9d','\xb7','\xe4','\x1a','\x83','\x70','\x15','\x2b','\x93','\x27','\x91','\x44','\x05','\x2b','\xcb','\xd0','\x6d','\x8c','\xb5','\x37','\x91','\x3a','\x80','\x07','\x24','\xad','\x36','\x1f','\x87','\x29','\x85','\xa9','\x49','\x24','\xcf','\x63','\x49','\x0d','\x38','\x4c','\x30','\xac','\x38','\x2a','\x8e','\xb6','\x10','\xe1','\x07','\x3f','\xd2','\x14','\xeb','\x6e','\x88','\xc1','\xac','\x98','\x24','\x0f','\xb2','\xdb','\x85','\xae','\x15','\x91','\x89','\x24','\x42','\x99','\x67','\xd7','\x27','\xf6','\x70','\xe1','\xca','\xe3','\xb9','\x5b','\xd0','\x0c','\x40','\xba','\xd3','\x3a','\xd3','\x7c','\xad','\xa8','\xa4','\x68','\xfa','\x37','\x46','\xaf','\x2a','\xf4','\x6e','\xb4','\xed','\x82','\xb6','\x51','\xd5','\xf2','\xf3','\x4d','\x7b','\x52','\xef','\x9f','\xf1','\x1e','\x53','\x0d','\xeb','\x1a','\x0d','\xb5','\x3d','\xf8','\xcd','\xe2','\x3a','\x07','\x51','\xff','\xd3','\xe8','\x37','\xa8','\xfe','\x98','\xdc','\xa1','\x05','\x2b','\x9e','\x50','\x6b','\xf3','\x7b','\xe5','\x9a','\x80','\x06','\x93','\x03','\x47','\x19','\x09','\x56','\xa4','\xb1','\x45','\xd5','\x07','\x71','\x00','\xcb','\x6f','\x7a','\x0a','\x4d','\x58','\xb8','\xc2','\x31','\x36','\x66','\x0f','\x6e','\xc3','\x19','\x84','\x2c','\x8e','\xd6','\x8a','\x42','\xed','\xde','\xfc','\xd2','\x9a','\x57','\x16','\x07','\x20','\x75','\x05','\x31','\xbc','\xc1','\xb0','\xf8','\x02','\x8f','\x62','\xd4','\xac','\x14','\xed','\x48','\x18','\x03','\xa5','\xa8','\x3c','\x60','\x57','\x80','\xa1','\x10','\x35','\x87','\x48','\x46','\x8b','\x0a','\xcd','\x84','\xd4','\x87','\x36','\xc9','\xd0','\xba','\xd1','\xba','\xb2','\x6e','\x17','\x38','\x5f','\xd0','\xad','\xd3','\x30','\x2e','\xcb','\x44','\x3e','\x94','\xbd','\xa1','\x70','\xeb','\x4a','\xad','\xde','\x74','\x53','\x81','\x9c','\x12','\xc7','\xc3','\x1d','\xaa','\x89','\xe7','\xe7','\x27','\x6a','\x77','\x43','\x90','\x29','\xcf','\x68','\xac','\x0b','\xcd','\x8c','\xd2','\xda','\x5e','\xc7','\x1b','\xfd','\xe4','\xf6','\xbc','\xdd','\x86','\xcb','\xe4','\xe6','\x42','\xe4','\x24','\x90','\x0e','\x51','\x25','\x91','\x90','\x22','\xc4','\xfe','\xab','\x5e','\xbd','\x36','\xb3','\x5d','\x83','\xd0','\x92','\xdf','\xef','\xe1','\xa2','\x5b','\x4a','\xe1','\x58','\x0a','\xb9','\x99','\xeb','\xa6','\xba','\x1b','\xac','\x1c','\x92','\x70','\x30','\x0f','\xd0','\x27','\x73','\x2b','\x80','\x1e','\xba','\x17','\xc1','\x5d','\x01','\x2d','\xfb','\xfc','\xb4','\x14','\xe0','\x4f','\xf7','\x00','\x31','\xa5','\x1c','\xf4','\x76','\x1f','\x2f','\x9a','\x0c','\x4d','\x46','\xee','\xc6','\xa9','\x8b','\x07','\x9c','\x80','\xa9','\x20','\xcd','\xc7','\xb7','\x58','\x07','\x71','\xda','\xa2','\xd3','\x83','\x4a','\x30','\x48','\x62','\x1d','\x75','\x6c','\x35','\x02','\x3f','\x43','\x92','\x91','\xcb','\xd8','\x33','\x41','\xdc','\x3a','\x73','\xac','\x1c','\x0c','\x83','\x8f','\xe1','\x70','\x65','\x26','\x98','\xf5','\x00','\x4a','\x06','\x53','\x43','\xa8','\x06','\xb4','\x84','\xc6','\x78','\x48','\x29','\x51','\x92','\xed','\xb4','\xd3','\x9c','\xae','\x20','\xce','\xed','\xb8','\x27','\xda','\x63','\xd8','\x08','\x1a','\xbb','\x22','\x1f','\x2e','\xdc','\x6d','\x89','\x63','\x9e','\x39','\x1b','\xd4','\xae','\x24','\x66','\xa6','\xbc','\xf0','\x8b','\x29','\xf3','\x71','\x9e','\x9d','\xd1','\xd3','\x26','\xda','\xba','\x79','\x3c','\xd2','\x8d','\x1c','\xeb','\x47','\x21','\x93','\xa5','\xb0','\x2a','\x68','\xf7','\x5e','\x4d','\xc5','\x0a','\x34','\xa3','\x55','\x0f','\x7a','\x93','\xcc','\x1c','\xdf','\xbc','\xe1','\xe3','\xc7','\x27','\x9e','\xbe','\x7f','\x71','\x87','\xc9','\xc9','\xab','\x29','\xbe','\xf6','\x12','\x0d','\xde','\x6b','\x54','\x0f','\x8d','\xde','\x57','\x60','\xa5','\x64','\x37','\xe4','\x98','\x0f','\x33','\x42','\xa2','\x35','\x4f','\x9c','\x0f','\x07','\x37','\xdc','\x52','\x13','\xb7','\x08','\x17','\x4f','\xce','\x9c','\x22','\x5d','\x5c','\x94','\x5f','\x5d','\xeb','\xdd','\x34','\xaa','\xee','\xe2','\xf1','\xce','\x94','\x27','\x72','\x71','\xa9','\x85','\x4e','\x13','\x29','\x1f','\x38','\x4e','\xaf','\xb8','\x9b','\xef','\x29','\xe5','\x44','\x4a','\x07','\x0e','\x2c','\xbc','\x96','\x03','\x25','\x1d','\xf9','\xa0','\x89','\x73','\x55','\x72','\x11','\xe6','\x79','\xa6','\x64','\x28','\x36','\xd3','\x9a','\x3f','\xff','\x22','\x82','\x74','\x63','\x52','\x68','\x4f','\x67','\xce','\xcf','\x2f','\x1c','\xba','\xf0','\x70','\x7f','\xcf','\x9d','\x0a','\x7a','\xb9','\xf0','\x91','\x77','\xbc','\x3c','\x3e','\x62','\xeb','\x46','\xd3','\x8d','\x7a','\xd9','\x90','\xda','\x3d','\x61','\x2f','\xc9','\x2b','\xef','\x9b','\xc7','\x9c','\x39','\x47','\x82','\x8c','\x37','\x66','\x4d','\x86','\xeb','\x5a','\xd9','\x68','\x08','\xa9','\x27','\x5a','\x76','\xad','\x53','\x2e','\xd9','\x93','\x4b','\x0d','\x8a','\xa6','\xc2','\xf9','\xe5','\x05','\x29','\x42','\x29','\x13','\x79','\x24','\x42','\xd1','\x4c','\x6c','\xe0','\x47','\x3b','\xea','\x1b','\x7a','\xa9','\xcf','\x7b','\xf8','\x88','\xb9','\x1c','\x23','\x1b','\xb1','\x77','\x0f','\xeb','\x2d','\xff','\x9f','\x51','\xb1','\x1f','\xb1','\xdf','\x2d','\x10','\xfb','\xf9','\x77','\x99','\x7d','\xaa','\x0b','\xfa','\xa7','\x5f','\x12','\xb0','\xc7','\x6d','\x30','\xc6','\x5e','\x91','\xda','\xb3','\x9d','\xfd','\xfb','\x22','\xd6','\x8c','\xc4','\x29','\xce','\x28','\xf2','\x8b','\xd0','\xbf','\xc7','\x5b','\x07','\xb0','\xbe','\x57','\xb7','\x7e','\xe4','\x94','\x7e','\x90','\x00','\xe5','\xa9','\x50','\x74','\x46','\xb4','\x85','\xbb','\x98','\xa1','\x39','\x5c','\x95','\xcc','\x45','\x80','\x79','\x37','\x30','\xf0','\xa0','\x60','\x33','\x85','\x76','\x8b','\x24','\x09','\x92','\x8a','\xdb','\xd2','\x5a','\xf3','\x00','\x2d','\x9e','\x48','\xc2','\x69','\x5b','\x2a','\x1e','\x9c','\x88','\xe1','\x08','\x61','\x2c','\xa2','\xda','\x3b','\x55','\xc4','\xcd','\x0b','\x82','\xcf','\x2d','\xe2','\xe8','\x97','\x85','\x5b','\xca','\x66','\x5b','\x24','\x19','\x8e','\xf4','\x36','\xd4','\x85','\xe9','\xb1','\x49','\x49','\x12','\x7a','\x76','\xe1','\xb2','\x46','\x82','\xb6','\x46','\x02','\x34','\x34','\x04','\x39','\x67','\xce','\xe7','\x8b','\xdb','\x5b','\xdf','\x7e','\x2e','\xc5','\xe7','\xa2','\xab','\x7a','\x5d','\xbd','\x8f','\x51','\x32','\x0f','\x9e','\xf6','\x63','\x05','\x47','\xdb','\x24','\x61','\xb9','\xa1','\xcd','\x68','\xd2','\x02','\x75','\xf4','\xeb','\xfa','\xc1','\xb9','\xe1','\x68','\xab','\x0c','\xd4','\x31','\x29','\x39','\x7b','\x39','\x59','\x55','\x7d','\xd3','\x8d','\x41','\x30','\xae','\x4f','\xe3','\x3b','\x24','\xb2','\x74','\x62','\xf2','\x6b','\x32','\xba','\x28','\x9b','\xac','\x58','\x50','\x78','\x7e','\x70','\x1f','\xe2','\x9a','\x52','\x52','\xa7','\xcb','\xb4','\x48','\x56','\x6b','\x0b','\xb1','\xa1','\xcf','\x94','\x94','\x12','\x65','\x9a','\xf6','\x0d','\x3e','\x49','\x94','\x33','\x8b','\xd3','\x06','\x0c','\x0f','\xd0','\xbc','\x39','\xae','\x9f','\x83','\xe4','\x6b','\x73','\x42','\x8b','\x41','\x3b','\x04','\xfa','\xd6','\x8d','\x5e','\x57','\xb4','\xf9','\x79','\xa7','\xec','\xf7','\x3b','\x4f','\x21','\x4e','\x8c','\xeb','\x17','\xa0','\x26','\x0b','\xf7','\x30','\x18','\xfe','\xef','\x83','\x7e','\x37','\x9a','\x6d','\xfe','\xa9','\xdf','\xeb','\xf7','\xc1','\x37','\x98','\x51','\x2d','\xb9','\xfe','\xe5','\x5f','\xe6','\x38','\xbd','\xc4','\x86','\x1b','\x7e','\xf5','\x37','\x80','\xde','\xbf','\xea','\x35','\x48','\x2c','\x44','\x9f','\x7f','\xbf','\xd6','\x4e','\xaf','\x9b','\xd3','\x6f','\x92','\x77','\xb0','\xce','\x53','\x89','\x31','\xaf','\x94','\xc5','\x5c','\x5b','\x93','\x9d','\xae','\x9a','\x8a','\x82','\x16','\xba','\xc6','\x35','\x8c','\x55','\xcf','\x7c','\x29','\x4c','\xe3','\x78','\x22','\x37','\xc2','\x5d','\x8b','\xc4','\x67','\x54','\x2b','\x33','\x73','\x99','\x28','\xd9','\x13','\xa0','\xd6','\x43','\xff','\x61','\x86','\x4a','\x0a','\x1e','\xb8','\x3a','\x4d','\xc5','\x3c','\x04','\x70','\x20','\x25','\xc5','\xe2','\x05','\x9f','\x5b','\xb3','\xfb','\x42','\xe7','\xda','\x3b','\x6f','\x90','\xe6','\xf7','\x33','\xe7','\x48','\x34','\x24','\xc0','\x9d','\xd6','\x21','\x0d','\xce','\xaf','\x0b','\x77','\x11','\xb7','\xde','\xb5','\x40','\x31','\xcb','\x54','\x1c','\x01','\xce','\x39','\xaa','\xbf','\xb8','\x6b','\x65','\x24','\x37','\xaa','\xba','\x2f','\xee','\xfb','\x3a','\x6c','\x0e','\xea','\xf8','\x1a','\xe2','\xbd','\x7a','\xac','\x75','\xef','\x19','\x26','\x7e','\xcd','\x20','\xde','\x85','\x3b','\x8f','\xf9','\x9c','\x21','\x71','\x0d','\x7a','\x49','\x24','\x29','\x98','\xa9','\x07','\xf2','\x7e','\x81','\x4e','\xbf','\x0b','\x6a','\xc6','\xa0','\xdf','\x78','\xa2','\x19','\x20','\x44','\x12','\xbf','\x57','\xcb','\x4c','\x09','\xc4','\xde','\x79','\xde','\x46','\x13','\xa7','\x38','\xb6','\xe6','\xee','\x70','\x29','\x65','\xaf','\x02','\x27','\x4f','\x1a','\x87','\xad','\xef','\x1e','\xb4','\x27','\x71','\xa7','\xb3','\xa8','\xea','\x3a','\xaf','\x5d','\x40','\x52','\x20','\x6d','\x4a','\x55','\x6f','\x49','\x60','\xda','\xc8','\xa5','\xec','\x7c','\x7d','\x91','\x14','\x40','\xd2','\xcc','\xb2','\xcc','\xbe','\xd6','\xaf','\xd5','\x37','\xed','\x50','\x9b','\xa6','\xe8','\x97','\xd0','\x83','\x42','\x91','\xe9','\x61','\x55','\x6e','\x9e','\x88','\x8a','\xaf','\x77','\x96','\x9c','\x5a','\xd9','\xb4','\xd3','\x5b','\x73','\x97','\xbb','\x16','\x6b','\x49','\x8a','\x40','\x3a','\x0d','\x2e','\xb8','\x37','\x18','\xed','\x51','\x05','\xeb','\x66','\x4c','\x94','\x70','\x91','\x83','\x94','\x61','\x5a','\x0a','\x22','\x13','\x4a','\x66','\x55','\xb7','\xf6','\x4e','\xc9','\xcf','\xa1','\x88','\x57','\x83','\x44','\x12','\xd9','\x32','\x39','\x2b','\x5b','\x34','\x8c','\xdd','\x29','\x1c','\xc4','\x7a','\x8a','\x79','\x32','\x6f','\x4e','\xb1','\x74','\xec','\x25','\xed','\x6d','\x20','\x5c','\x07','\xe6','\x0e','\x76','\x22','\xec','\x4d','\x2f','\x07','\x3a','\x99','\xd2','\x15','\xd4','\x93','\x69','\xf6','\x84','\xbd','\x08','\xb3','\x39','\xc2','\xbf','\xd5','\xca','\x56','\x37','\xfa','\xea','\x08','\xae','\x27','\x3e','\xca','\x24','\x99','\x39','\x1f','\xe2','\x18','\x85','\x69','\x72','\x73','\x8f','\x92','\xf3','\xfe','\x7d','\xf4','\x41','\x53','\x6d','\x61','\xaa','\x63','\x98','\x25','\x0f','\xe4','\x45','\xc8','\x45','\x42','\x30','\x1c','\x89','\x33','\x0d','\xed','\xb0','\xd6','\xca','\x79','\x3d','\x73','\x59','\x37','\xba','\x7a','\x38','\x75','\x7e','\x79','\x82','\x17','\x38','\x44','\x12','\xe5','\xa4','\xa4','\xb0','\x28','\xc7','\xb5','\x43','\xa9','\xf9','\x18','\x14','\x51','\x96','\x69','\x62','\xca','\x85','\x32','\xcf','\x88','\xc2','\xba','\x6d','\xd0','\x37','\x1e','\xee','\x5e','\xb1','\x4c','\x07','\x07','\xd8','\xb2','\xd3','\xd0','\x23','\x1d','\xf0','\xe4','\x1a','\xc8','\xd9','\xa9','\x3e','\xc3','\x7a','\x3e','\x47','\x05','\xcd','\x01','\x33','\x4f','\x55','\xb5','\x77','\xac','\x36','\x4c','\xc3','\xc6','\x3c','\x8b','\x53','\x25','\x53','\xf4','\xdb','\xc9','\xc9','\x1d','\xea','\x4a','\xc1','\xb6','\x86','\x9e','\x37','\x52','\xf4','\x1d','\xca','\x2a','\xfb','\xfe','\x08','\x5c','\x99','\x0d','\x41','\x43','\x93','\x14','\x09','\x50','\x68','\x89','\xdc','\xc9','\x31','\x40','\xd8','\x01','\x56','\x18','\x2e','\x98','\x0e','\xdd','\x4a','\xce','\x04','\x6d','\x29','\x21','\x7d','\x54','\xb2','\x7c','\x5d','\x6d','\xea','\x14','\x23','\x51','\x98','\x96','\x85','\x69','\x29','\xb4','\xe0','\x63','\x79','\x0c','\x34','\xd6','\x0c','\x1f','\x17','\x25','\x47','\xef','\xcd','\x40','\x9e','\x0d','\x89','\xf5','\xeb','\x0a','\xd2','\x68','\x00','\xcb','\xaa','\xd1','\x7a','\xc0','\xc6','\xef','\x14','\xeb','\xae','\xcd','\x54','\x19','\xd5','\xc9','\x60','\x0d','\xd8','\x00','\x82','\x7c','\x31','\x54','\x4d','\x60','\x3e','\xc7','\x5c','\xb6','\xe8','\x9f','\x4f','\x1a','\xf4','\xcf','\x48','\x08','\x50','\xa3','\xd6','\x4a','\xcd','\x17','\x5a','\x4e','\x9c','\xeb','\xca','\xaa','\x1b','\xd6','\x56','\xe6','\xe3','\xc1','\xd7','\x83','\x24','\x6c','\xad','\xd2','\xb7','\x33','\xeb','\xcb','\x85','\xed','\x7c','\x01','\x3a','\x99','\xc4','\x29','\xcd','\xdc','\x1d','\x8e','\xe4','\x65','\x41','\xb5','\x73','\xbe','\x54','\x4f','\x9c','\xd5','\xbc','\x92','\x58','\x3d','\x56','\x3b','\x1e','\x17','\x72','\x7a','\xc0','\x24','\x91','\xa6','\xc9','\xf7','\xb3','\xa0','\x05','\xb6','\x38','\x9f','\xda','\xbc','\x6a','\x92','\xb3','\x6b','\x6d','\x86','\xb1','\x0a','\xd6','\x29','\x32','\x33','\x1c','\x17','\x73','\x99','\x68','\xbd','\xf2','\x72','\x39','\x3b','\xd0','\x6e','\x1e','\xf8','\xda','\xb8','\x8f','\xe2','\x9e','\xbd','\x49','\x12','\xc7','\x52','\x00','\x9f','\xe3','\xde','\xc0','\x5a','\x28','\xb9','\xd0','\x27','\xaf','\x7e','\x49','\x4a','\x58','\xab','\x24','\x2d','\x4c','\xad','\xb2','\x6d','\x95','\x5e','\x56','\xa7','\x0a','\xab','\x92','\x93','\x51','\xb2','\xd1','\xd2','\x1d','\x4c','\x05','\xd3','\xee','\x6c','\x9b','\xd0','\xb1','\xa9','\x2a','\xd6','\x2b','\xb5','\x75','\xd6','\x97','\x17','\x96','\x0e','\xaf','\xca','\xcc','\x3c','\x4f','\x70','\x69','\x0e','\x18','\x7c','\xfc','\xe0','\xcd','\x62','\x13','\x1c','\x0e','\x47','\xac','\x75','\x36','\x85','\x56','\x37','\x5a','\x18','\xff','\xa4','\xd0','\xec','\xb5','\xde','\xbc','\xc9','\x2f','\xe2','\x1a','\xf9','\x65','\xe6','\x5e','\xbc','\x35','\xcc','\xd6','\x2b','\xb5','\x55','\xb6','\xcb','\x99','\x7a','\x31','\x6a','\xf1','\xe6','\xa9','\xa9','\x64','\x4e','\xa7','\x13','\xe0','\xc9','\xeb','\xb6','\xae','\xee','\x9e','\xb7','\x19','\xc7','\xc3','\x89','\x34','\x2f','\x9e','\xb0','\xe4','\xbd','\x56','\xed','\x15','\xa9','\x16','\xf4','\xc3','\x00','\x52','\xc7','\xbe','\x3d','\xe8','\x6d','\xa3','\x28','\x31','\x92','\x26','\x6c','\x7f','\xeb','\x0e','\x04','\x0a','\x5c','\xf5','\xc4','\x9f','\xbc','\x1c','\x3c','\x1a','\xa0','\x10','\x66','\x57','\xfb','\x78','\x91','\x91','\x81','\x7d','\xf1','\x95','\x05','\x98','\xae','\x4e','\xc9','\xb6','\x03','\x05','\x11','\xdf','\x8a','\x32','\x31','\xed','\x3d','\xf9','\xd2','\x48','\x84','\xe2','\x3b','\xbb','\xf5','\x88','\x97','\x83','\x1a','\x29','\x23','\x69','\x0a','\x56','\xd9','\x0d','\x8c','\xf9','\xfb','\x5e','\x3f','\xec','\x03','\x64','\x41','\xfe','\x30','\x17','\xd2','\x21','\xc0','\x16','\xf4','\x2b','\x12','\xd6','\x24','\xac','\xee','\x24','\x5c','\x70','\xa0','\xb4','\x04','\x2d','\xc5','\x24','\x74','\xf4','\x3b','\x65','\x23','\xb5','\x44','\xd1','\x44','\xb6','\x11','\x8c','\x87','\x58','\x5a','\x26','\xd6','\xba','\xb9','\x95','\xa9','\x5c','\x11','\x42','\xe7','\x21','\x02','\x34','\xaa','\x19','\xcb','\xb2','\x30','\x2f','\xb3','\x5f','\x73','\x98','\xf2','\x8c','\x45','\x46','\xcd','\x79','\xb4','\x22','\x89','\x92','\x75','\x7f','\x38','\x43','\xe0','\x8a','\x0a','\xd2','\x70','\xb4','\x5d','\xa1','\x34','\xf7','\x55','\x4f','\x3d','\x44','\xbb','\xd9','\x58','\x06','\x7c','\x2f','\x37','\x9f','\xeb','\xf1','\xb9','\xea','\xf4','\x85','\xdc','\x72','\x20','\x70','\xfe','\xb0','\x4b','\xf0','\xd1','\x89','\x40','\x0e','\x15','\xa4','\x0f','\x5c','\x4f','\x5c','\xa4','\xe6','\x11','\x8b','\x07','\x7a','\x91','\x64','\xec','\x23','\x69','\xef','\x71','\xea','\x02','\xd9','\x5c','\xc0','\x1b','\x83','\xe4','\x7d','\x00','\x0e','\xc7','\x8b','\x41','\x0b','\x72','\x51','\xb6','\xc5','\x20','\xf5','\x8d','\x51','\xba','\xec','\x09','\x83','\x75','\x17','\x23','\x8f','\xfb','\xb0','\x9f','\x8d','\x39','\x8a','\x35','\xca','\xf0','\x26','\x86','\x34','\xc8','\xfa','\xff','\xe7','\xed','\x6f','\xb7','\x24','\x39','\x72','\x24','\x41','\x54','\x00','\x55','\x33','\xf7','\x88','\x24','\xab','\x7a','\x66','\xef','\xb9','\xfb','\xfe','\x6f','\xb7','\x67','\x66','\x76','\x9a','\x1f','\x99','\x11','\xee','\x66','\xaa','\xc0','\xfe','\x10','\x81','\x9a','\x27','\xc9','\xaa','\x66','\xf5','\x54','\x75','\x54','\xb3','\x49','\x26','\x33','\xdd','\xed','\x43','\x15','\x0a','\x08','\x44','\x04','\xa4','\xea','\x6d','\xfb','\x46','\xba','\xd0','\x9c','\x98','\x6d','\x72','\x9e','\x42','\xe6','\xd5','\xd5','\xe9','\xc0','\xb0','\x93','\x87','\x8d','\x3a','\x08','\xb5','\x71','\x0a','\xa2','\x76','\x77','\x54','\x7f','\xaf','\xac','\xa5','\x1d','\x60','\xdf','\x52','\xda','\x1b','\xc8','\xed','\xcd','\x21','\xca','\x97','\x28','\x8d','\x30','\xc3','\xe9','\x49','\xeb','\x51','\xfd','\x19','\x6e','\x5c','\xac','\xe2','\x3a','\x75','\xb8','\xff','\x67','\x3e','\x77','\x54','\xd9','\x5f','\x9f','\x5b','\x6b','\x1c','\x17','\xa8','\xf0','\x7f','\xfa','\x3d','\xa3','\x3b','\xd2','\xb1','\x0a','\xed','\x12','\x18','\xfe','\x57','\xdc','\x03','\xcf','\xd3','\xdf','\x7c','\x7e','\x02','\x98','\xd4','\x6c','\xc0','\x12','\xf3','\x3c','\x97','\x13','\x8e','\x6f','\x1d','\xfb','\xfb','\x1d','\xfb','\x4e','\xcb','\xdd','\x6a','\x63','\x9b','\xae','\xff','\x3c','\x4e','\x22','\x48','\xab','\x09','\x6e','\x0c','\x98','\xa0','\x39','\x41','\x2a','\x09','\x27','\x37','\x5f','\x17','\xd1','\xe9','\x86','\x15','\xc9','\xa9','\xee','\xee','\x72','\xd0','\xaa','\xae','\x54','\x08','\xb1','\x04','\x85','\xf2','\xe6','\xdc','\x6b','\x19','\xa4','\x45','\x6c','\x2a','\xa0','\xac','\x92','\x5f','\xa8','\x28','\xd0','\x25','\x04','\xa6','\x06','\xae','\xaa','\x40','\xf2','\x72','\x4c','\x34','\x02','\x07','\x73','\x22','\x93','\x33','\x42','\x66','\xe0','\x0a','\x7e','\xea','\x7c','\x92','\x72','\xa4','\x0e','\xf2','\x26','\xeb','\x65','\xe4','\xea','\x98','\x74','\x75','\xdc','\x78','\x58','\x8c','\xb5','\xff','\x58','\xa4','\x01','\xe6','\x81','\x01','\x76','\xc0','\x49','\x43','\x63','\x47','\x04','\xd2','\x7f','\xb8','\x39','\xbb','\x62','\x46','\xb0','\x02','\x21','\xcd','\x84','\xb1','\xf8','\xec','\xfd','\x5a','\x0f','\x9c','\x2a','\x4f','\x7b','\x6f','\xed','\x30','\x3c','\xe7','\xc4','\x31','\x07','\xf6','\xc7','\xe7','\x3a','\xe4','\xfb','\x8d','\x56','\xa7','\xd9','\x1b','\x46','\x25','\x62','\x4a','\x64','\xf4','\x69','\x88','\xc6','\xe2','\x1b','\xce','\xbf','\xcf','\x19','\xec','\xdc','\x05','\x83','\xb8','\x21','\xa8','\x0f','\x6c','\x0d','\xb3','\xd3','\x8e','\x1c','\x06','\x60','\x53','\xb2','\x9e','\xb4','\x8a','\xe6','\xf0','\x46','\x52','\xe2','\xa6','\xd1','\x9d','\x0c','\x0d','\x98','\xf2','\x49','\x39','\x3b','\x60','\x3b','\x07','\x66','\xce','\x19','\x08','\x0b','\x58','\xeb','\xd8','\x9c','\x8e','\x4b','\xa3','\xb3','\x3b','\xc3','\xf3','\x80','\x0a','\x9c','\xe7','\x79','\xe2','\x9c','\x09','\x74','\x71','\xc4','\x8d','\x07','\x5e','\x5a','\xe2','\x04','\x70','\x9a','\xc1','\x76','\x87','\x6d','\x24','\x90','\x2d','\xaa','\x86','\x36','\xa5','\x51','\x70','\x89','\x68','\x89','\xe9','\x04','\x2f','\xa3','\x41','\x9d','\x4c','\xc3','\xf0','\x86','\xb9','\xed','\x7c','\x8e','\x09','\xb4','\x4f','\x81','\x48','\x49','\xa3','\x80','\xda','\x62','\x2d','\x75','\x70','\x1a','\xf9','\xea','\x00','\x60','\x8d','\x5d','\x2e','\x0f','\xba','\x80','\x45','\x52','\xa4','\xef','\x69','\xdc','\x33','\x21','\x54','\x5f','\x1d','\xa0','\x99','\x80','\x1b','\x8d','\x71','\xea','\x9c','\x8a','\x41','\x4a','\xb2','\x25','\x63','\x60','\xad','\x49','\x03','\x85','\xe8','\x6f','\xbd','\x61','\x87','\x63','\xfa','\x89','\xa3','\x1d','\x18','\xad','\xe3','\xb0','\xa7','\xac','\xbc','\xb9','\xb6','\xb6','\x7d','\xc7','\xd6','\x77','\x25','\x7f','\x34','\x22','\x29','\x9a','\xd4','\x4c','\x16','\xe0','\x19','\x53','\x83','\x0f','\x81','\x1c','\x27','\xf7','\xbf','\x12','\xfa','\x16','\x89','\x3d','\xb4','\x53','\x67','\xc0','\xc7','\x04','\xba','\x63','\x24','\xe7','\xeb','\xdc','\x86','\x63','\xf8','\x8d','\x5d','\xfe','\x66','\xc8','\xbd','\xa3','\xf5','\x9b','\x40','\x2b','\xbc','\xc4','\x0c','\x16','\x30','\xe6','\x0d','\xd9','\x3b','\xba','\x11','\x18','\xe3','\x5c','\xaa','\x8d','\x1d','\x41','\x81','\x7a','\x39','\x06','\x69','\x9d','\x51','\x46','\x23','\x7c','\xb7','\x5e','\xfb','\x95','\xc7','\x1e','\xee','\xbe','\xbf','\x0c','\x08','\x56','\x28','\x11','\x3d','\xee','\x7c','\x1e','\x18','\x63','\x60','\x6f','\x1d','\xb7','\xe6','\x40','\xaf','\x6e','\x35','\xa8','\xed','\xb3','\x84','\x5b','\xb2','\xbb','\x91','\x27','\xf2','\xf1','\x44','\x0e','\x52','\x8a','\xca','\xfa','\xd9','\x41','\xdd','\x44','\x1e','\x9c','\xa5','\xd4','\x36','\x27','\x78','\xa0','\x78','\x8a','\xe9','\xc0','\x04','\x12','\x5c','\xaf','\xcd','\x1c','\xad','\x98','\x0c','\x02','\x5d','\xcb','\xf3','\xe7','\xb5','\x93','\xbb','\x03','\x68','\x51','\xd3','\xbb','\xd4','\x75','\x18','\xa2','\xe3','\x80','\xa0','\x63','\xcb','\x80','\x1f','\x63','\xe9','\xec','\x2e','\x14','\xbc','\xf4','\x10','\xc9','\x2e','\x8d','\x0b','\x04','\x08','\x4d','\x5f','\xab','\x04','\x51','\x0f','\xca','\x41','\x70','\x72','\xd1','\x68','\x2b','\xc9','\xd7','\xff','\x2c','\x03','\x96','\x0d','\x66','\x1b','\x90','\xce','\x6e','\x7e','\xb0','\x38','\x22','\x1b','\x20','\x01','\x1b','\xbc','\xd2','\x15','\x1b','\x95','\x0f','\xc4','\x04','\x30','\xe1','\xc9','\xb9','\x4f','\xde','\x3a','\xde','\xbe','\xbc','\xe3','\xfd','\x76','\xc3','\x29','\x1a','\xbd','\xc5','\xc4','\x3c','\x02','\x2d','\x49','\xc3','\xfb','\x92','\x2c','\xa8','\xe6','\x6c','\x38','\x73','\xc7','\x6c','\xd4','\x1c','\x75','\x18','\xee','\xb6','\xe1','\x8e','\x1b','\xf6','\x68','\xf8','\xcb','\x7e','\xc7','\xb9','\xab','\xe3','\x32','\x03','\x13','\x9d','\xcf','\xd8','\x1b','\x5d','\x05','\xc3','\xd1','\x87','\x63','\x1b','\x8e','\x1c','\x1c','\x9f','\xb2','\x28','\xce','\x73','\x02','\x39','\xe0','\x31','\xe0','\x93','\x96','\xc5','\x7b','\x24','\x12','\x5c','\x77','\xfd','\x4c','\xb8','\xae','\x07','\x01','\xca','\x10','\x8c','\xc5','\x4d','\x02','\xec','\x94','\x2b','\x59','\xa6','\x81','\x0e','\x63','\xdc','\xbb','\x73','\xc6','\xd5','\x68','\x0d','\xb3','\x26','\x31','\x9a','\x03','\xa0','\xb1','\x54','\x8a','\xca','\xb9','\x85','\x93','\xbe','\x46','\x7f','\x3c','\x40','\x3a','\xa3','\x16','\x8e','\x9b','\x75','\xdc','\xbf','\xfc','\x88','\xf8','\xe1','\xae','\x5c','\x8d','\x67','\x70','\x78','\x60','\x84','\xe1','\x4c','\xc3','\x23','\x3e','\x80','\x63','\xa0','\xf9','\x0d','\x7f','\x79','\xff','\x11','\x7d','\x7f','\xc3','\xf8','\xf9','\x1b','\xbe','\xfe','\xfc','\x0d','\xdf','\x7e','\xfd','\x8a','\x6d','\x18','\x07','\x93','\x16','\x80','\x6f','\x86','\xf7','\xed','\x8e','\x91','\x62','\x19','\xcc','\x89','\x36','\xa9','\x01','\x3c','\x9d','\xef','\xc6','\x00','\xec','\xb2','\x2c','\x3f','\xe3','\x9a','\x63','\xd3','\x1a','\x5d','\xde','\xc6','\x71','\xd0','\x71','\x31','\x59','\x8e','\x9a','\x3a','\xa9','\xbd','\x39','\x10','\x1d','\x23','\x03','\x31','\x4e','\x1c','\x99','\x34','\x8b','\xf8','\xae','\xdb','\x4e','\xf0','\x30','\x23','\x97','\xc6','\x13','\x02','\x1c','\xb1','\xd6','\xbd','\x00','\x0c','\x05','\xea','\x65','\x90','\xa0','\x4f','\x59','\x39','\x69','\xad','\x61','\x62','\x67','\xa8','\x39','\x7b','\xe5','\x2c','\x0c','\x01','\x89','\x45','\x67','\xfe','\x8e','\xa2','\xf6','\xdb','\x9f','\x3a','\x13','\x7a','\xd3','\x59','\xcc','\x5f','\x2c','\x71','\x00','\x04','\x2c','\xb1','\xb3','\x19','\x6b','\x4f','\x54','\xec','\x2c','\xda','\x74','\x65','\x44','\x96','\x26','\xe6','\x48','\x15','\x49','\xd7','\x3a','\x29','\xc7','\x68','\x77','\xff','\xc3','\x4b','\xf9','\x5d','\x01','\x74','\x3c','\x4e','\x6c','\xe3','\x84','\x0b','\x55','\x0b','\x70','\xa8','\xd9','\x03','\x2c','\x08','\xba','\x26','\x52','\xe3','\xd4','\x61','\x10','\xaf','\x9a','\x13','\x20','\xdd','\x71','\xce','\x13','\x86','\x83','\x79','\xb2','\xec','\xf9','\x4c','\x42','\x41','\xde','\x14','\xd1','\xc8','\x96','\xc5','\xb9','\x7d','\xa9','\x39','\x8b','\xc3','\x3f','\x03','\x47','\xb0','\xbb','\xf1','\xca','\xd5','\x5f','\x49','\xa0','\xe8','\x38','\xe6','\x4a','\xc6','\x15','\x88','\x6c','\x08','\x75','\x11','\x82','\x8b','\x23','\xd6','\x63','\x33','\x00','\x33','\x0c','\x81','\x01','\x9c','\x74','\xfd','\x29','\x57','\x28','\x1b','\x17','\x8d','\x66','\xb2','\xec','\xd7','\xf7','\x30','\x8e','\x63','\xaa','\x9b','\xd2','\x99','\x0c','\x2e','\x6b','\x2a','\x68','\x43','\xea','\xf7','\x15','\x40','\x23','\x48','\x0c','\xe9','\x2f','\xa5','\x73','\x16','\xf2','\xc3','\xcd','\x7b','\xe6','\x49','\x8e','\x71','\x93','\x93','\xd7','\x4b','\x25','\xce','\x3f','\xae','\x45','\x54','\x91','\x1f','\x2c','\x38','\x19','\x2c','\x99','\xf8','\x56','\x21','\x66','\x55','\xc4','\x49','\xdc','\x5b','\x0b','\x40','\xbd','\x40','\xcc','\xcc','\x45','\x8f','\x63','\xe7','\xca','\x18','\x38','\x0d','\xe4','\xef','\xea','\x44','\x48','\xe4','\x42','\x35','\xe1','\x73','\x15','\x43','\xe6','\x06','\xdb','\xd8','\xf9','\x81','\xa8','\x2a','\xe9','\x40','\x38','\x9f','\xd3','\x0c','\x06','\x63','\x78','\x25','\xba','\x1a','\x40','\x19','\x81','\x3c','\x13','\x33','\x4e','\x8c','\xbc','\x12','\xd3','\x61','\xb4','\xe7','\xcd','\x1b','\xf9','\xe5','\xf5','\xdc','\xea','\x20','\x88','\xac','\x6e','\x09','\x13','\x04','\xb3','\x7f','\xfc','\x73','\xed','\x37','\x9f','\xbb','\x36','\x2c','\x5e','\x50','\x0b','\x19','\x01','\xc4','\x98','\xff','\xa9','\xef','\x99','\x3b','\xf5','\x10','\xd7','\xd6','\xc4','\xfa','\x9e','\x7f','\xf9','\x3d','\xa4','\x1c','\xa6','\x24','\x3e','\x5e','\x9f','\x6f','\x0d','\x80','\x06','\xac','\x3d','\x06','\x00','\xce','\x36','\x89','\x71','\xe0','\x71','\x3c','\xb1','\xf5','\x7e','\x15','\xb9','\xa9','\xa5','\x8c','\xd0','\xf8','\x4e','\x5f','\x68','\x4c','\xed','\xcd','\x2a','\xcc','\x9a','\xb1','\x23','\xeb','\x69','\x2c','\x4c','\x72','\xc0','\x86','\xc3','\x6c','\xa8','\xd8','\xe7','\x06','\x9d','\x73','\x2e','\x4b','\xe6','\x8a','\x4b','\x80','\xe8','\x2f','\x42','\xd2','\xcf','\x09','\xcc','\x74','\xec','\xbd','\x63','\xbf','\x51','\x0f','\x50','\x5d','\x8b','\x34','\x87','\x7b','\x62','\xd3','\xbc','\x9b','\x73','\x1c','\xa4','\x21','\x64','\xd1','\xa4','\xc8','\x53','\x8e','\x0c','\x58','\xb0','\x7d','\x5f','\x6b','\x1c','\x09','\x34','\xd1','\x02','\xa8','\x0f','\xd9','\x70','\x8e','\x81','\x6f','\x5f','\xbf','\x92','\xca','\xa5','\xe2','\xb2','\xf7','\x4d','\xeb','\xda','\x49','\x95','\x8d','\x89','\xff','\xf5','\x3f','\xfe','\xa7','\x5c','\x17','\x35','\x80','\x38','\x6a','\xaf','\x26','\xc6','\x3c','\x01','\x03','\xb6','\x5e','\x28','\x25','\xdf','\xed','\x39','\x4f','\xcc','\x39','\x10','\x72','\x2f','\xca','\x98','\xc8','\x1c','\x70','\x75','\xdf','\xe8','\xb8','\x48','\xea','\xc7','\x98','\xc1','\x30','\xd5','\x82','\x82','\xea','\x39','\x31','\x3e','\x4f','\x7c','\x7c','\x7e','\x02','\x30','\x3c','\x9f','\x27','\x60','\x89','\x77','\x7b','\x83','\xb9','\x53','\x83','\x73','\x10','\xc5','\x0d','\xed','\xcb','\xe6','\xa5','\x9d','\x32','\x6c','\x8a','\x19','\xec','\xae','\xf0','\x72','\x57','\xa1','\xd8','\x64','\x3b','\xbc','\x75','\x44','\x9c','\x78','\x9e','\x0f','\x98','\x68','\xc1','\xad','\xb5','\x35','\x17','\xc7','\x93','\x6b','\x27','\xe5','\xbc','\x66','\x1b','\x75','\x89','\xad','\x37','\xb9','\xcc','\x25','\x3e','\xe7','\x81','\xe3','\xf9','\xc4','\x3c','\x0e','\xf4','\x7e','\xc7','\xbe','\xbf','\x23','\x5b','\x82','\x6a','\x6c','\x16','\xd2','\xac','\x17','\x68','\xff','\x4f','\xba','\x57','\xb0','\x98','\x70','\xfd','\x3a','\x98','\xe8','\x96','\x3c','\xdd','\xf7','\x0d','\x7b','\x7b','\x31','\x79','\xa9','\x42','\xbf','\x92','\x7f','\x24','\x9a','\x73','\xfe','\x0d','\x87','\x44','\xfa','\x1a','\x8c','\xca','\xb0','\xc6','\x82','\xb3','\x79','\xc7','\x7e','\x6b','\x9c','\x86','\x9e','\xa1','\xa2','\x98','\x3a','\xd5','\xd0','\x9e','\xe9','\xee','\xd8','\xf7','\x12','\x6a','\x6b','\x9e','\x50','\xe8','\x60','\x4d','\xc6','\xc4','\x09','\xc3','\x1c','\x3a','\x48','\x65','\xca','\x51','\xa3','\x07','\xae','\x19','\x74','\xfc','\x89','\x29','\x07','\x3e','\x81','\x45','\xbd','\x77','\x76','\x53','\x19','\x40','\x31','\x62','\xe0','\x0c','\x20','\xc6','\x81','\x1c','\xdc','\xfb','\x35','\xa0','\xb2','\xac','\xb4','\xb7','\xdb','\x8e','\x6d','\xeb','\x18','\xc7','\x10','\x1d','\x91','\x07','\x3a','\xe7','\x5e','\x25','\xce','\x39','\xd0','\x11','\xb8','\xef','\x1b','\x8b','\xb4','\x01','\x20','\x55','\x80','\x42','\x14','\xbd','\x3a','\xfa','\x4a','\x01','\x97','\xc0','\x06','\xc7','\xde','\x1b','\xd2','\x1d','\xde','\x36','\x6c','\xfb','\x1d','\xed','\x7e','\x43','\xbc','\xdd','\xd8','\xc1','\x77','\x10','\xac','\x18','\x21','\xc7','\x2d','\x43','\x37','\x7a','\xf5','\x9d','\x27','\xe7','\x4c','\xed','\xb7','\x37','\x3e','\xab','\xe3','\xc4','\x78','\x1c','\xf0','\x04','\xf6','\xdb','\x86','\xfb','\xfb','\x0f','\xf8','\xfc','\x7c','\x20','\xe6','\x80','\x59','\x53','\xb2','\x93','\x9c','\x77','\x32','\xd9','\xd1','\xcc','\x4c','\x8c','\x63','\x20','\x3c','\xd9','\x41','\xda','\x3a','\x5d','\x14','\xdd','\x69','\x9e','\x64','\xc0','\x69','\x0e','\x9f','\x83','\x2e','\x7e','\x2d','\x97','\x89','\x49','\xcd','\xa1','\x33','\x07','\x72','\x36','\x9c','\x73','\xe2','\x78','\x9e','\xf0','\x99','\xb8','\x79','\xc3','\xe6','\x0d','\xb7','\xb6','\xb1','\x83','\xea','\x13','\x33','\x4f','\x76','\x14','\x4b','\xff','\x97','\x40','\x0c','\x16','\x3e','\x50','\xd7','\x24','\x44','\xf7','\xbe','\xef','\x37','\x38','\xf8','\x1c','\x2b','\x51','\x73','\x01','\x3c','\x70','\x19','\x0c','\x7c','\x9e','\x98','\xe7','\xa0','\x41','\x86','\x11','\xe8','\xed','\x68','\x62','\x3b','\x30','\xc7','\x20','\x6d','\x70','\x28','\xc9','\x16','\x9d','\xf7','\x25','\xb9','\x72','\x33','\xf8','\x0c','\xc6','\x5c','\xe9','\xbf','\x52','\xb9','\x53','\xc4','\xe4','\x08','\x82','\x04','\xac','\x77','\xdc','\x6e','\xb7','\x95','\xeb','\x54','\x47','\x91','\x2c','\x11','\x16','\x74','\xbc','\x82','\xa6','\x62','\x8c','\xb1','\x68','\x44','\x32','\xe9','\xcd','\x81','\x8c','\xb9','\xe8','\xf4','\x97','\x96','\x02','\x74','\xed','\xad','\x94','\xa8','\x71','\x8e','\xcc','\xf9','\xf5','\x03','\x1f','\xbf','\x3e','\x30','\x2c','\x30','\x1d','\x1a','\xcc','\x69','\xcc','\x8f','\x52','\x6e','\x79','\x11','\xd8','\xcd','\xf0','\xe3','\xfe','\x8e','\xdb','\xdb','\x8e','\x5d','\x00','\x43','\x1c','\x27','\xc6','\xe7','\x03','\xf3','\xf1','\xc0','\xd9','\x1b','\x4e','\xef','\xb0','\x20','\x68','\xb0','\xf7','\x0d','\xdb','\x5d','\x7b','\xeb','\x9c','\xf8','\xfc','\xe9','\x57','\x58','\x26','\xee','\x46','\x5a','\x6e','\x80','\xcc','\x13','\xc3','\x84','\x23','\x71','\x83','\xc3','\x70','\x93','\x8e','\x6d','\xe2','\x4d','\x9a','\xef','\x04','\x81','\xd8','\xf8','\x3c','\x98','\x1c','\xb7','\x0e','\x1c','\x03','\x53','\xf7','\x58','\x23','\x12','\xbc','\x66','\xa4','\x80','\x45','\x29','\x06','\x30','\x1f','\x1f','\xa0','\x36','\xa8','\xad','\xc2','\xdd','\x1a','\xe3','\x45','\x78','\xe7','\x76','\x9e','\x49','\x0a','\xa5','\x35','\xbc','\x35','\xd1','\x40','\x93','\xf1','\xf4','\xb6','\x77','\xbc','\x6d','\x1b','\x46','\x02','\x9f','\x07','\x3b','\x3d','\x91','\x80','\xdf','\x1a','\xda','\xe6','\xca','\x3f','\x49','\x13','\xfd','\xf2','\xc3','\x0f','\x78','\x6f','\x3b','\x3e','\x3f','\x3f','\x71','\xfc','\xf4','\x0b','\xde','\xc3','\xf0','\xd7','\x1f','\xff','\x8a','\xb7','\xff','\xbf','\xe1','\xf3','\xe7','\xaf','\xf8','\xf7','\xff','\xe7','\x7f','\xe2','\x7f','\xfd','\x3f','\xff','\x03','\xf3','\xfc','\xc4','\xde','\x76','\x76','\xa1','\x8d','\x43','\x6d','\xe7','\x49','\xdb','\xea','\x7d','\xdb','\x70','\xf3','\x86','\xe7','\x71','\x50','\xbb','\x98','\x86','\x79','\x9e','\xda','\xfb','\x81','\xad','\x75','\xbc','\xdf','\xef','\x88','\x1c','\x78','\x3e','\x7f','\xc1','\x79','\x1e','\x38','\x8f','\x93','\x26','\x3d','\x06','\x98','\x35','\xec','\xf7','\x1d','\x3f','\xfc','\xe5','\x2f','\xc8','\x48','\x76','\xa0','\xce','\x13','\xa5','\xe3','\x66','\xfb','\x9c','\x16','\xdc','\x53','\x6e','\x91','\x5d','\xe6','\x45','\x1c','\x67','\xf2','\xa2','\xf7','\xd6','\xfa','\x65','\xf8','\x2d','\x06','\xcb','\x45','\x25','\xab','\x3c','\xa3','\x7e','\x54','\x36','\xad','\x66','\x0c','\xc1','\xcc','\x58','\xda','\x1f','\x82','\x7c','\xdf','\xc7','\xcb','\x3f','\xfe','\x71','\x15','\x25','\x57','\x2e','\x9b','\x2a','\xfe','\xa8','\x49','\x6f','\x68','\x06','\xda','\x57','\xd7','\xd1','\x20','\x80','\xbd','\xfe','\xae','\xe3','\x02','\xe1','\x97','\xfe','\x97','\xf4','\xff','\xba','\xe6','\x5c','\xb9','\xea','\x35','\xd6','\xe5','\xfb','\x9f','\xdf','\x6b','\x80','\xd4','\xf2','\x67','\x36','\xcc','\x39','\x06','\x75','\x78','\x23','\x93','\x07','\x1a','\x5c','\x0e','\x0d','\x75','\x51','\x55','\x3b','\x52','\x80','\x57','\x74','\x1c','\x3e','\x08','\x4e','\x89','\x6f','\x4a','\x11','\x2d','\x78','\x80','\xb0','\x05','\x5d','\xf6','\xab','\x05','\x25','\x99','\x04','\x95','\x1a','\x5c','\x17','\x89','\x78','\x9c','\x48','\x77','\x4e','\x66','\x57','\x21','\x55','\x6f','\xc2','\xd2','\x74','\x10','\xdb','\x02','\xad','\xeb','\x40','\x9d','\x31','\x11','\x43','\x8b','\x4a','\x68','\x6f','\x69','\x57','\x9a','\x36','\x53','\x54','\xd1','\x60','\x2a','\xe4','\xa2','\x68','\x4a','\xb1','\xb4','\x49','\xae','\x7b','\x83','\x3a','\x40','\x73','\xd8','\x42','\x02','\xd7','\x85','\x54','\x05','\xa4','\x5f','\x2d','\x5a','\x41','\xe6','\x44','\x36','\xbd','\x26','\xcd','\xf7','\x61','\xf7','\x28','\xe0','\xb3','\x10','\x9f','\x81','\x69','\x13','\x21','\xe4','\xe0','\x0f','\xef','\xf1','\xca','\x52','\xb9','\x48','\xe2','\x2a','\xb2','\xd6','\xef','\x97','\xf0','\x9e','\xdf','\xa3','\x43','\x3c','\x94','\x20','\xcf','\x29','\x73','\x04','\x16','\x2b','\xab','\xf0','\x0b','\x55','\xd9','\x55','\x04','\x54','\x52','\x50','\x8a','\xcb','\xe2','\x09','\x98','\xde','\xfb','\xd8','\xf8','\x77','\x09','\xa7','\x39','\x89','\xde','\x45','\x4b','\xa2','\xa3','\x09','\x69','\x2f','\x2a','\x5a','\x9d','\xdc','\x7b','\x1b','\x29','\x0b','\x63','\x22','\x1d','\x99','\x34','\xdb','\x98','\x31','\xb0','\xe3','\x8e','\xcd','\x45','\xc1','\x52','\x22','\xc0','\x65','\x53','\x18','\x7c','\x68','\xf6','\xc8','\x20','\x25','\x00','\xff','\xf9','\xcf','\x45','\x21','\xb9','\x20','\xc5','\xa6','\x6c','\x16','\x9b','\xde','\x6f','\xcc','\xf8','\x87','\xbf','\x67','\xfb','\xe1','\x8e','\x7e','\xbf','\x93','\x6a','\x30','\x53','\x11','\x22','\x57','\xd7','\xf0','\x5f','\x79','\x0f','\x44','\xf2','\xb1','\x0a','\xea','\x8c','\xeb','\xf3','\xcd','\xc0','\xa2','\xce','\x1b','\xa7','\x61','\xc3','\x90','\x47','\xc2','\x5a','\x2a','\xb1','\x65','\x1b','\x39','\x8f','\x89','\x31','\x26','\x93','\x84','\xdb','\x0d','\x44','\xeb','\x86','\x82','\x69','\xe3','\x10','\xc1','\x48','\x6a','\xe5','\x70','\x22','\x3a','\x69','\x0d','\xa5','\x95','\x48','\x01','\x01','\x66','\x86','\x53','\x5b','\x82','\xa1','\x82','\x60','\x42','\x06','\x2d','\xd9','\x8b','\xb2','\x52','\x88','\x91','\x39','\x67','\x9b','\xe4','\xbe','\x23','\xe7','\x86','\xd1','\x38','\x2f','\x06','\xda','\xbf','\x96','\x89','\x2e','\x5a','\x20','\x29','\x55','\xb1','\xf6','\x18','\x92','\xfa','\xa6','\x08','\x26','\x59','\xf0','\x8e','\x39','\x68','\x59','\x8c','\x34','\xc4','\xb6','\x01','\x23','\x31','\x7d','\xe0','\xb4','\x07','\x8e','\xf3','\xc0','\xe3','\xf3','\x13','\x6f','\xf7','\x37','\x3a','\xfc','\x38','\x75','\x14','\x4b','\xdf','\x73','\x1c','\x30','\x77','\xfc','\xe5','\x87','\x1f','\x08','\x9c','\xe8','\xd7','\xd1','\xb8','\xc6','\x89','\x38','\xdd','\x99','\x68','\x9a','\x12','\xe0','\x20','\xe5','\x77','\x97','\x29','\x81','\xea','\x1c','\xe4','\x9c','\xe8','\xe3','\x20','\x82','\xbd','\x6d','\x68','\xce','\xc2','\x2e','\x22','\x71','\x1c','\xa7','\x78','\xef','\x13','\x3f','\xff','\xf4','\x0b','\xbe','\x7d','\xfb','\xc4','\xdb','\xfe','\x86','\xcd','\x77','\xbc','\xdd','\xdf','\x71','\xdb','\xef','\x5c','\xfb','\x9d','\x45','\xe8','\xfe','\xe5','\x2f','\xe8','\x3f','\x34','\x64','\x52','\xac','\x3e','\xe5','\x28','\x96','\xd5','\xd5','\xea','\x1c','\xea','\x3a','\xc6','\x89','\x16','\x1b','\xda','\x14','\xe2','\x07','\x16','\x1d','\xe6','\x8e','\x68','\x86','\x31','\x1c','\x23','\x1a','\x13','\xd2','\xdb','\x1d','\x37','\xd1','\x5d','\x23','\x12','\x31','\x1a','\xd1','\x49','\x0b','\xb4','\xbe','\xb3','\x33','\x58','\x92','\xff','\x39','\x31','\xe7','\x49','\xfd','\x4c','\x38','\x60','\x1b','\x6c','\xbf','\x01','\x5b','\xc7','\xb0','\x40','\xe4','\x81','\x91','\xc0','\x96','\x2a','\x26','\xe1','\x30','\xef','\x98','\xbb','\x23','\x66','\x5f','\x28','\x3c','\x8a','\xbf','\xdf','\xea','\x5c','\xd8','\xd1','\x36','\x23','\x70','\x10','\x57','\x87','\xcf','\x50','\xbf','\xa7','\xdc','\x88','\x08','\x58','\xcd','\xea','\x42','\x82','\x74','\xd9','\xe1','\x5c','\x6b','\x91','\x81','\xcd','\x12','\x6f','\x7d','\x83','\x07','\x30','\x4f','\x0a','\xd4','\xe7','\x31','\x69','\x6a','\xd1','\x1a','\x5a','\xdb','\xe0','\x70','\x0e','\xa3','\x2d','\xdd','\x0d','\xd4','\x65','\x31','\x9a','\xd7','\x34','\x75','\x37','\x67','\x55','\x91','\x06','\x1d','\xa4','\x8c','\xeb','\x35','\xb1','\xbc','\x00','\x22','\x05','\x62','\x9d','\xbe','\x29','\x73','\x9a','\x54','\x73','\x3f','\x31','\xa7','\x49','\x13','\x7b','\x75','\x41','\x0b','\x20','\xe0','\x20','\x5f','\x9e','\x05','\xf3','\x78','\xb5','\xfe','\x8e','\xeb','\x60','\xcf','\x3a','\x43','\xd4','\xa1','\x45','\xd2','\x05','\x3f','\x59','\xb8','\x06','\x40','\x63','\x07','\xc8','\x05','\x30','\x03','\x6e','\x9c','\x9b','\xd5','\x7a','\x03','\xfc','\x0e','\x43','\x5b','\x9a','\xaa','\x70','\x75','\x1e','\x26','\x60','\x4f','\x3e','\x37','\xcf','\x40','\x4f','\xf2','\xff','\x23','\x07','\x19','\x0e','\xd5','\x69','\x1c','\x1f','\x40','\xd8','\x55','\xe8','\x45','\x22','\x3e','\x1e','\x98','\xfb','\x07','\xb6','\xd6','\xb0','\xf5','\x8d','\xcf','\x52','\xef','\x28','\xcd','\x30','\x45','\x23','\x4c','\x4b','\x58','\xb0','\x00','\xf5','\x9c','\x68','\x49','\xb4','\xba','\x49','\x5f','\xb0','\x7b','\x47','\xdc','\x1a','\x5a','\x36','\x20','\x68','\x84','\xe1','\x31','\x7f','\xa3','\x05','\x36','\xb8','\x05','\xce','\x19','\x68','\x23','\xd0','\x01','\x6c','\x99','\x68','\xb8','\xce','\x48','\x77','\xa7','\x10','\x3f','\x0d','\x47','\xea','\xbd','\xe8','\x28','\x0e','\x85','\xca','\x84','\xba','\x80','\x23','\x90','\xcf','\x03','\xa1','\xc4','\xd0','\x57','\x37','\x5d','\xce','\x95','\xad','\x8e','\xf0','\x89','\xf4','\x80','\xf7','\x76','\xcd','\xe6','\x83','\x61','\x06','\x70','\x58','\x00','\x73','\x92','\x8a','\xdf','\x72','\x5d','\x67','\x9d','\x95','\x55','\xbc','\x30','\x9d','\xa1','\xf1','\x46','\x36','\x20','\x5b','\xe9','\x32','\x12','\x61','\x86','\xa9','\xa9','\xbf','\x91','\x9a','\xa9','\x46','\x37','\x96','\x95','\x4b','\xb0','\xf9','\x31','\x91','\x08','\xf4','\x34','\x6c','\x49','\x6b','\xf4','\x88','\x93','\xc0','\x4d','\x23','\x62','\x3f','\xd1','\x31','\x4e','\x51','\xde','\x5a','\x57','\x17','\x7f','\x20','\x07','\x64','\x8c','\x22','\xad','\xb0','\x33','\x30','\xfd','\x32','\x9e','\xc8','\x99','\x04','\x3f','\xea','\xbc','\xce','\xc4','\x39','\xe6','\x02','\x05','\xba','\x74','\x33','\x6e','\x81','\xb4','\x43','\x1d','\x07','\x20','\x71','\x60','\xb6','\xc4','\x33','\x1d','\x1f','\xc7','\x81','\x27','\x9e','\xa2','\x99','\x1a','\xf6','\x60','\xe7','\xdd','\xcc','\x71','\xc4','\x81','\x23','\x48','\x6f','\x43','\xe3','\xec','\xb3','\x31','\x03','\xe1','\xd4','\x94','\x9a','\x4a','\xf5','\x1a','\x24','\x6b','\x1a','\x51','\xf1','\xf4','\x59','\xaf','\xbe','\x06','\x16','\x90','\x71','\x60','\x00','\x5c','\x9e','\x8e','\x0e','\x20','\xa6','\x8a','\x4b','\x5f','\x89','\xb0','\x5a','\xa0','\xd4','\xd6','\x04','\x0b','\xcf','\x16','\x07','\x3c','\x1b','\xdc','\xef','\x68','\x4e','\x7d','\x4d','\x78','\x43','\x58','\x02','\xe3','\x89','\x79','\x6e','\xd8','\x36','\x87','\x7b','\x47','\x73','\x6a','\xcf','\x9e','\x98','\x38','\x3f','\x1f','\x38','\x4f','\xd2','\x75','\xbd','\x51','\x6f','\xe9','\x0e','\x84','\x3a','\x1c','\xad','\x72','\xc8','\xf3','\xc0','\xe3','\x97','\x6f','\x38','\x3f','\x1f','\x9a','\x6f','\x69','\xc8','\x39','\x70','\x3c','\x9f','\xf8','\x78','\x7c','\xd3','\x59','\xe7','\x92','\x7e','\x10','\xe0','\xdd','\x6f','\x3b','\xc7','\x09','\x68','\xf8','\x38','\x26','\xe9','\xe6','\xe3','\x3c','\xd7','\x2c','\xa4','\x99','\x29','\x60','\x0f','\xc8','\xf3','\xa4','\x44','\xc2','\x59','\xc8','\xf1','\x0c','\xd5','\xd0','\x76','\x24','\xe6','\x23','\x71','\xa4','\x2d','\x36','\x04','\x52','\xd4','\xaf','\xb8','\xf6','\x25','\x40','\x97','\x4e','\xa4','\x2b','\x54','\x25','\xaa','\x53','\x5a','\x12','\xc7','\xf5','\x23','\xe6','\xc6','\x3c','\x83','\xb3','\xe3','\xf4','\x1f','\x2f','\x2e','\x88','\xc2','\x9e','\x3e','\xc7','\x80','\x97','\xee','\xa7','\x7e','\x4f','\x75','\x7d','\x56','\x47','\xe0','\xef','\x15','\x41','\x3a','\x0b','\xa0','\x8b','\xc9','\xf9','\x72','\xbe','\xf3','\x9b','\xd3','\x38','\xd3','\xa9','\xe2','\x61','\x8a','\xe2','\x8d','\xb4','\x15','\x27','\x23','\x63','\xb1','\xf3','\xcc','\x80','\x72','\xa6','\xe6','\xf3','\x20','\xb5','\x92','\xa9','\xf0','\x9f','\x2c','\x80','\xb6','\xb6','\xa1','\x77','\x43','\x1b','\x40','\x66','\xc3','\x80','\xe1','\x69','\x13','\xc7','\xc6','\xa1','\x66','\xf7','\x6c','\x74','\x02','\x59','\x95','\x5b','\x1d','\x08','\xaf','\xc8','\x34','\x84','\x52','\x89','\x7a','\xb3','\xda','\x59','\x42','\x0a','\x93','\x9b','\xcf','\x67','\xcd','\xb5','\xe0','\x4b','\x65','\x62','\x64','\x42','\x3f','\xf8','\x41','\x01','\x25','\xc3','\xd2','\x09','\xb9','\xa5','\xaa','\x6a','\xf1','\x8e','\x93','\x49','\x18','\x37','\x04','\xdd','\xa9','\x22','\x02','\x18','\x81','\x1c','\xe0','\x21','\x2c','\x74','\x25','\x27','\xe7','\xce','\x98','\xb4','\x2b','\x8b','\x9a','\x67','\x86','\x39','\xb1','\x1c','\x7f','\x30','\x19','\x38','\x01','\x5c','\x0e','\x69','\xb5','\x31','\x8b','\x6d','\xa7','\x76','\xac','\x9a','\x36','\xa4','\x94','\x5c','\xd5','\x0f','\x90','\xe4','\xbd','\x16','\xbc','\x95','\x2f','\x87','\x28','\x8b','\xae','\x97','\x7b','\xac','\x42','\xe6','\x6f','\xdd','\x63','\x80','\x43','\xac','\xc0','\x96','\x3a','\xbf','\x97','\xdf','\xe7','\xc6','\xae','\x4c','\xd5','\x48','\x14','\x7c','\xa6','\x06','\x2f','\x06','\x91','\x3e','\xa1','\xa3','\x54','\x1e','\x06','\x12','\x0e','\xef','\xc0','\x6d','\xbb','\xc1','\x02','\x98','\x1f','\x27','\x0c','\x89','\xdd','\x35','\x37','\xc0','\xf9','\x5e','\x22','\x93','\xad','\x77','\xe3','\xf7','\xa7','\x07','\xa6','\x11','\xbd','\x6e','\x9a','\xcb','\xd1','\xb7','\x8e','\xe8','\xa4','\xcd','\x58','\x12','\xd5','\x9e','\x59','\x94','\xa5','\x44','\x4b','\x72','\xc0','\xfb','\xc6','\xee','\x41','\x77','\xba','\x1b','\x9d','\x9f','\x4f','\x9c','\xcf','\x87','\xaa','\xf3','\x8d','\x6e','\x29','\xc7','\xb9','\x36','\x9b','\x77','\xd1','\xa2','\x10','\xf0','\x20','\xf2','\x36','\xe3','\xe0','\xe7','\x26','\xd0','\xff','\x13','\x9f','\x8b','\x4c','\xce','\x95','\x92','\xc6','\x60','\x55','\xab','\xc2','\x94','\x6d','\x72','\xf0','\xe2','\x3f','\xf4','\x3d','\xcd','\xe1','\xe8','\x88','\x39','\x70','\x1e','\xe3','\xbb','\xef','\x31','\x53','\xb2','\xf3','\x2f','\xbf','\x87','\xbc','\xae','\x7d','\xf2','\xf3','\x4d','\x22','\xe1','\xd6','\x1a','\xda','\x6d','\x03','\x7b','\x54','\xb5','\x46','\x41','\xea','\x6a','\x18','\x22','\x1d','\x81','\x49','\x9a','\xda','\x24','\x1f','\x7b','\x06','\x0b','\xd8','\x6d','\xe3','\xd4','\xec','\x30','\xe0','\x3c','\x99','\xa4','\xf9','\xc6','\xae','\x14','\xac','\x5a','\xe4','\xb6','\x74','\x35','\xd0','\x3e','\x43','\x63','\x71','\x19','\x69','\xb4','\xb7','\x9d','\x13','\x79','\x12','\x01','\x3b','\xe7','\xc0','\x8c','\xc4','\xfe','\x16','\xd8','\xdf','\x0d','\xc7','\xe7','\xc0','\x78','\x90','\xee','\xf9','\x2a','\xa0','\x34','\xc5','\xc1','\xcc','\x17','\x07','\x2e','\x30','\xb9','\x89','\x8c','\xc5','\x8b','\xbf','\xf5','\x8b','\x4a','\x14','\x49','\x3a','\xd6','\xd6','\xb7','\x85','\x70','\x8d','\x39','\xe0','\x09','\xbc','\xbd','\xbd','\x61','\xce','\x89','\xcf','\x8f','\x0f','\x3a','\xdd','\x24','\x30','\x93','\xf7','\xd9','\x37','\x16','\x31','\x31','\xe8','\xaa','\x36','\xc6','\x58','\xc2','\x6d','\x53','\x31','\x3b','\x67','\x28','\x31','\xe1','\x35','\x45','\x69','\x41','\x40','\xbe','\x79','\xef','\xea','\xae','\x98','\xa1','\xd9','\x3b','\x10','\x13','\x73','\x70','\xc3','\xf7','\xd6','\xe0','\xb7','\x8e','\xdb','\xfd','\x8d','\xba','\xc2','\x31','\xe0','\xe8','\x78','\x7b','\xe3','\xfc','\x9a','\xde','\x3b','\xf6','\xed','\x86','\xdb','\x7e','\xc7','\xbe','\x6d','\x98','\x73','\x72','\x60','\x6a','\x6f','\x14','\xf0','\xce','\x89','\xf3','\x3c','\xf1','\x78','\x3c','\xf0','\xf8','\xfc','\xc4','\xcc','\x44','\x6f','\x1d','\xf7','\xdb','\x1d','\x6d','\x6f','\xab','\x68','\xcc','\xa2','\xa9','\x45','\x01','\x41','\x49','\xaa','\x90','\x25','\xfe','\xbb','\x3a','\x15','\xd4','\xfa','\x01','\xe3','\x3c','\x71','\x1c','\x13','\x9b','\x4c','\x6a','\x9a','\xf6','\x74','\x75','\x73','\x60','\x8e','\x34','\xb9','\xf8','\x29','\x49','\x9f','\x59','\x86','\x02','\x41','\x47','\xa2','\x39','\x71','\xc6','\xc4','\xb7','\x0c','\xc0','\x25','\xc6','\x75','\x87','\x61','\x83','\x55','\x06','\x33','\x07','\xc6','\x14','\x65','\x59','\x07','\x9e','\x1b','\xad','\xad','\x8f','\x38','\x70','\x1c','\xc0','\x19','\xec','\x94','\xbb','\x34','\x50','\xad','\x77','\x58','\xe6','\x1a','\xb0','\x2d','\x88','\x82','\x85','\x68','\x00','\xd3','\x1b','\x46','\x07','\xe6','\x18','\xb8','\xcf','\xc4','\x36','\x81','\x98','\x89','\xa7','\xb4','\x5a','\xa6','\xf5','\xe2','\xd6','\x68','\xd1','\x3b','\x27','\xbe','\x7d','\xfd','\x46','\x1d','\x9a','\xd0','\xfa','\x80','\xc1','\xbb','\x23','\xf6','\xd0','\x78','\x28','\x57','\xd2','\x02','\x02','\x3e','\x45','\xb9','\xb6','\xfa','\x3b','\x93','\xad','\x90','\x3e','\xe4','\x02','\x9e','\xb8','\xd6','\x49','\x47','\x52','\x02','\xe0','\x0d','\xdd','\x34','\x90','\x18','\x40','\xcd','\x20','\xaa','\x41','\xb6','\xe6','\x5c','\xc8','\x45','\x3f','\xac','\xd1','\x10','\xa8','\xe2','\xca','\x9c','\xcf','\x20','\x02','\xf3','\x3c','\x08','\x20','\xca','\x22','\xd9','\xa1','\xee','\xe7','\x84','\xfc','\xf4','\x08','\x2a','\xfa','\x9c','\x68','\xcd','\xb1','\x67','\xe7','\xb9','\xdb','\x1a','\x3b','\x10','\x83','\x0e','\x5d','\x13','\x9a','\x81','\x95','\x83','\xd6','\xc9','\xcc','\x2e','\x17','\xe3','\xc2','\x92','\x09','\xc7','\xc2','\x19','\x52','\x74','\x9e','\xd6','\x70','\x5a','\xe0','\x1c','\x27','\xe2','\xf3','\x44','\xf6','\x40','\xb4','\x90','\xe8','\x5e','\x07','\x70','\x4c','\x19','\x6e','\x0c','\x18','\x02','\x7b','\x90','\xfe','\x93','\x23','\x44','\x93','\x9f','\xab','\x60','\x64','\x5c','\x90','\xd0','\xdc','\x69','\x66','\x41','\x9d','\xcd','\x7c','\xb1','\xba','\x35','\xa0','\x91','\x8e','\x76','\x33','\x68','\x4f','\x01','\x2d','\x07','\x9a','\xb4','\x93','\xa4','\xa7','\x90','\x42','\xbf','\xa1','\x81','\x43','\x12','\x0b','\x94','\xc5','\xea','\xe2','\x31','\x35','\x09','\xd8','\xe3','\x5c','\x18','\x61','\x1d','\xda','\x01','\x16','\x80','\x90','\x03','\x6b','\xc0','\x61','\x7d','\xa3','\x21','\xd0','\xd2','\x19','\xd2','\x35','\x71','\x9c','\x03','\x11','\x13','\xbd','\x35','\xec','\xb2','\xd0','\xe7','\xa5','\x2a','\xb1','\xf2','\x02','\x4a','\x95','\xf7','\xad','\x0e','\xfa','\x55','\x28','\x59','\x40','\x00','\x70','\x02','\xa0','\xfd','\xbf','\x5b','\x93','\xc3','\x9b','\xa8','\x3d','\x42','\xb1','\x47','\x4e','\x78','\x18','\xfa','\x3c','\xe0','\x93','\x4e','\x79','\xb4','\xe4','\xbe','\xc1','\x7b','\x47','\xda','\xc4','\x74','\x01','\x22','\x1a','\xb2','\x8c','\x24','\x6d','\x2a','\x10','\xa8','\x40','\xec','\x32','\xa3','\xf0','\xad','\xa1','\x6d','\x45','\x3b','\x52','\x47','\x69','\x90','\x62','\x49','\x12','\x8d','\x91','\x8a','\x05','\xc7','\xf9','\x1c','\x18','\x19','\x38','\x43','\x0e','\x6e','\x30','\x74','\x77','\x7c','\x11','\x6d','\x6c','\x87','\x8c','\x08','\xca','\x91','\x52','\x49','\xca','\xde','\x3b','\xee','\xdb','\x8e','\x71','\x9e','\x18','\x63','\xd2','\xba','\xba','\x74','\x89','\x48','\x3d','\xa4','\x44','\x82','\x43','\xe6','\x0d','\x86','\x38','\x07','\xf2','\x48','\xe9','\xc3','\x48','\xbf','\x34','\x01','\xda','\x74','\xef','\x23','\xb8','\x12','\x5a','\x27','\x29','\x40','\x97','\x2f','\x56','\xe7','\xd4','\x4e','\x2d','\x5d','\xcd','\x73','\x8b','\xe0','\x5c','\xa9','\x36','\x06','\xec','\x68','\x68','\x5f','\x36','\xb4','\xfb','\x0e','\x6c','\x0d','\x33','\x13','\xc7','\x8c','\x45','\x23','\xeb','\xbd','\x23','\x9b','\xd3','\x2e','\x3d','\x39','\xbf','\xca','\xf6','\x8e','\xb6','\x6d','\xb0','\xce','\x99','\x7a','\x63','\x86','\x86','\x38','\x1b','\xe6','\x1c','\x18','\xe7','\xc4','\x76','\xdb','\xb1','\xc3','\x11','\xbf','\x7c','\xc3','\xcf','\xff','\xfe','\x0b','\xe6','\x4f','\x3f','\x63','\x7c','\x3e','\xf0','\xe3','\x0f','\x3f','\x62','\x4b','\xe0','\xdb','\xff','\xfe','\x77','\xcc','\xf3','\x04','\x4a','\xdf','\xed','\x0d','\xfd','\x76','\xc3','\x71','\x1c','\x78','\x1e','\x4f','\xc4','\xf3','\x20','\x60','\x0c','\x75','\x30','\x8a','\x69','\x03','\xe6','\x06','\x8f','\xcf','\x83','\x39','\xd9','\x96','\xa4','\xa5','\xf6','\xc6','\xd9','\x52','\xaa','\xf0','\x67','\x06','\x9e','\x9f','\x0f','\x2e','\xe7','\x6e','\xd8','\x6f','\x04','\x26','\x2d','\x01','\x0c','\xc6','\xc0','\x2e','\x70','\x70','\xeb','\x81','\xe7','\xa0','\x7d','\x7b','\x0d','\x55','\x77','\x63','\x4c','\xe1','\x3e','\x88','\x8b','\x79','\x95','\x49','\x80','\xc0','\xae','\xad','\xc8','\x47','\x5d','\x26','\xdb','\xb1','\x8c','\x70','\x4a','\x87','\x9c','\xf3','\xd2','\x7d','\xa2','\xce','\x47','\x15','\x62','\xf5','\xb3','\xec','\xe0','\xf5','\xcf','\x35','\x68','\xd7','\x0a','\x54','\xf2','\x94','\x4f','\x48','\xae','\x73','\x35','\x67','\x2e','\xaa','\xad','\x41','\x45','\x71','\x5e','\x6e','\x82','\x00','\x3b','\xe1','\x03','\xd5','\xd5','\x6a','\x2b','\x56','\xb0','\xe7','\x50','\xcd','\x9c','\xbf','\x6d','\xcc','\xf0','\x7b','\x0d','\x10','\xb1','\x23','\x74','\x07','\x60','\xb2','\x5f','\x5c','\x68','\x6f','\x70','\xba','\x6d','\x68','\x53','\xab','\xfd','\x85','\xac','\xa0','\xc9','\x64','\x1f','\x59','\x46','\x08','\x4a','\xec','\x9a','\x33','\x21','\xac','\x22','\x02','\x86','\x38','\x03','\x64','\x1d','\x71','\x73','\x04','\xc0','\xec','\x26','\xb1','\x92','\x97','\xa2','\x3b','\x98','\x49','\xe4','\xe7','\x6a','\x57','\x6b','\x62','\x30','\xa0','\xd6','\xd6','\x66','\x98','\xa9','\x44','\xbf','\xfc','\xe9','\xcd','\x80','\xd6','\x11','\x01','\x6c','\xad','\xe1','\xbe','\xef','\x44','\xaa','\x54','\x08','\x44','\x0c','\x74','\xdf','\xd9','\xe2','\xf6','\xeb','\x20','\x40','\x16','\xdb','\x90','\xf7','\xa3','\xb3','\x9d','\x8d','\x95','\x75','\x3d','\x46','\xaf','\xfd','\x42','\x7f','\xdc','\x65','\xf5','\x28','\x7e','\xbd','\xf1','\x1e','\xf3','\x4c','\x51','\x62','\xf8','\xc2','\x02','\xb9','\xba','\x04','\xff','\xe8','\x3d','\x66','\x57','\x52','\x63','\x0c','\xa2','\xee','\x6d','\x05','\x78','\x61','\x85','\x12','\x3c','\x4e','\xc4','\x60','\x30','\x98','\x43','\xf7','\xa4','\xc2','\xc7','\x66','\xd2','\x99','\x28','\x07','\xf2','\x20','\x0f','\x17','\x33','\xf0','\x38','\x9e','\x4a','\xb6','\x7d','\xdd','\x9f','\x29','\x48','\xb2','\xa5','\x29','\x11','\xb0','\x9b','\x38','\xef','\xc6','\xe0','\x3b','\x64','\x12','\x61','\x44','\xad','\xbd','\x51','\x0f','\x03','\x88','\x97','\x19','\x44','\x6c','\x33','\x02','\xcf','\xe3','\xc4','\xe3','\x71','\x92','\x02','\x95','\xc0','\x38','\x07','\x46','\x24','\xce','\xe7','\x04','\xfa','\x81','\xf1','\xa4','\xe0','\xb9','\x9e','\xbe','\x8b','\x76','\xe5','\x8b','\x53','\x2b','\x81','\x7b','\x10','\x8d','\x99','\x3a','\x9c','\xfe','\x91','\xcf','\xcd','\x4c','\x06','\x5e','\x93','\x93','\x52','\xb5','\x6a','\x85','\x4e','\x01','\x10','\x22','\xfb','\xe7','\xbf','\xe7','\xf9','\x79','\xe0','\x9c','\x00','\x22','\x29','\xac','\xcf','\xeb','\x7b','\x48','\x25','\xfc','\xd7','\xdf','\x83','\xa9','\x5a','\xf8','\xee','\xda','\x33','\xf9','\xf9','\x73','\xe0','\x38','\x07','\xa9','\x03','\x66','\xc8','\x47','\xa0','\x3a','\x98','\xae','\x03','\xa0','\x3b','\xf5','\x71','\x8f','\xc7','\x03','\x99','\x81','\x73','\xc8','\x76','\x74','\x4e','\x15','\x75','\x46','\xfb','\x4d','\xe7','\x5a','\xab','\x99','\x38','\x26','\xe1','\x31','\x50','\xc5','\xc0','\x44','\xca','\xa1','\x08','\x26','\x77','\x96','\xa0','\x68','\xdf','\xcc','\xe0','\x7b','\xc7','\x1e','\xa4','\x30','\xb8','\x37','\xc4','\xf3','\xc4','\xf3','\x1c','\x18','\xf3','\xe4','\x9f','\x73','\x1a','\x6b','\x34','\x25','\x6b','\x35','\x67','\xa5','\x86','\xe6','\x2e','\x64','\x5e','\xfb','\x20','\x12','\x1c','\x4c','\xb8','\x4d','\xec','\x4a','\xbe','\x1d','\x8e','\x38','\x07','\xa2','\x19','\xf6','\xde','\xf1','\xe5','\xfe','\x2e','\x2a','\x9a','\xe1','\xf3','\xf1','\x81','\xc7','\xb7','\x0f','\xcc','\x11','\x40','\x33','\x6c','\xb7','\x3b','\x6e','\xfb','\x06','\x3f','\x69','\xfd','\xfc','\xf8','\xf6','\x09','\x57','\x22','\xef','\xbd','\x63','\xdf','\xbb','\x0a','\xe2','\x89','\x8f','\x8f','\x0f','\xcc','\x71','\xe2','\xfd','\xcb','\x17','\x74','\x0d','\x93','\x8c','\x48','\x9c','\xc7','\x03','\x5f','\x45','\x1d','\x7a','\x7f','\x7b','\xc3','\xbe','\xef','\x98','\xc7','\x81','\x9c','\x1c','\x01','\xe0','\xad','\xa1','\xef','\x1d','\x7d','\x08','\xf1','\x13','\xe5','\x69','\xdf','\x6e','\xe8','\xde','\xf1','\xd3','\x4f','\xbf','\xe0','\xd7','\x7f','\xff','\x86','\x6d','\xdf','\xf1','\xe3','\x5f','\x7e','\xc4','\x8f','\x7f','\xf9','\x91','\x8e','\x48','\x91','\xf8','\x38','\x9f','\x38','\x9f','\x07','\x8b','\x8a','\x20','\x9a','\x7e','\xdf','\x6e','\x20','\x46','\x44','\xa7','\xa3','\x7b','\xa7','\xbd','\xef','\x18','\x27','\xce','\xf3','\xa4','\xa0','\x5a','\xf4','\xb7','\xdb','\x7e','\x67','\xa1','\xf4','\xf6','\x86','\x2f','\xef','\x37','\x0e','\xd0','\x3c','\x9e','\x78','\x1e','\x0f','\x3c','\x1f','\x4f','\xcc','\x1b','\xbb','\x8f','\xfb','\xde','\x17','\x0d','\xca','\x1d','\x9c','\x47','\xb3','\xf5','\x35','\x78','\x74','\x8e','\x89','\xa1','\xc1','\xab','\x63','\x1a','\xac','\x89','\x26','\x27','\xa3','\x81','\xac','\xce','\xdd','\xa4','\x81','\x8c','\xf9','\x46','\xf3','\x07','\x75','\x2e','\x83','\x55','\xeb','\x6b','\xa3','\x9c','\x9d','\xb6','\x71','\x60','\x9c','\x27','\xe6','\xe0','\xac','\x27','\x53','\xc7','\xb1','\x79','\x4d','\xf9','\xb6','\x55','\x58','\x33','\x16','\xa9','\x4b','\xaf','\x04','\x60','\x62','\xa2','\x9d','\x86','\xfd','\x5b','\x22','\x3e','\x9e','\x78','\xcc','\x03','\x36','\x27','\x1d','\xc6','\x22','\x70','\x3e','\x0e','\x3c','\x7e','\xfd','\xc0','\x31','\x26','\xde','\xee','\xef','\xfc','\x9c','\x02','\x68','\x66','\x62','\x9e','\x13','\xe7','\xf9','\x81','\x2c','\x8b','\x9a','\x68','\xd4','\xc2','\x58','\xc0','\x53','\x6e','\x8c','\x6e','\xa0','\xf3','\x14','\x3b','\x81','\x63','\x0c','\x94','\xcb','\x27','\xc2','\xe0','\x1b','\x44','\xbb','\xe1','\xfb','\x30','\x2b','\xb4','\x15','\xd4','\xeb','\x78','\xa2','\xa1','\x61','\x59','\xcf','\x66','\xc0','\xd2','\x59','\xc8','\xcf','\xb9','\xce','\x02','\x9a','\xc9','\xf0','\xe1','\xa4','\xab','\xc8','\x87','\xe1','\xd6','\x6f','\x3a','\x33','\x95','\x5c','\x28','\xe2','\x33','\x56','\x6f','\xe8','\x9d','\xb4','\x52','\x68','\x9f','\x3c','\xce','\x03','\xc8','\xb1','\x2c','\xd3','\x5b','\x6f','\xf0','\xd6','\xd9','\x7d','\xd0','\x10','\xca','\x7a','\xae','\x99','\xbc','\x3f','\x52','\x48','\x1d','\x67','\xd0','\x0d','\xd1','\x55','\x5a','\xd5','\x59','\xc8','\x59','\x33','\x86','\xd6','\x7d','\x25','\xf4','\x05','\xbe','\x91','\xda','\xa8','\xab','\x8a','\x64','\x21','\xa2','\xb8','\x6a','\x06','\xed','\x49','\x5d','\xbf','\xec','\xd2','\x62','\xb2','\xab','\x76','\xa2','\xce','\x45','\xae','\x67','\x1a','\xf8','\x54','\x31','\xa0','\x73','\xd6','\x9c','\x42','\x76','\xfd','\xa5','\xaf','\x59','\x67','\x4c','\xc0','\xa8','\x57','\x33','\x26','\x50','\xab','\x30','\x51','\x12','\xfd','\x72','\x44','\x2e','\xd3','\x3e','\x85','\x31','\x25','\x56','\xfc','\x87','\xac','\x2c','\xcb','\xa8','\x67','\x0a','\xaf','\xea','\x97','\x9f','\xd5','\x6f','\x8e','\x98','\xa2','\xdf','\xaa','\x92','\xe2','\xb3','\x12','\xc0','\x19','\x74','\x29','\xfc','\x0e','\xe4','\x2c','\x64','\x1e','\xc5','\xf6','\xd0','\x5f','\xea','\x2c','\x99','\xb7','\x3a','\xed','\xf4','\xfb','\xf4','\x86','\x2d','\x60','\xd6','\x10','\x13','\x38','\x64','\x4c','\xd2','\xfb','\x0d','\xe6','\x04','\x18','\x8f','\xe3','\x44','\xfa','\x75','\x0e','\xe8','\x0a','\x56','\xd7','\xde','\xca','\x94','\x42','\x97','\x60','\x8a','\x99','\x03','\x58','\x1a','\x8d','\xcc','\x24','\x03','\xa6','\xcb','\x09','\xd1','\xa9','\x37','\x3c','\x4e','\x75','\xff','\x0d','\x98','\x6e','\x1c','\x64','\x1c','\x81','\xf3','\xe4','\x53','\x9a','\xad','\xc1','\xda','\x86','\x50','\xbf','\x73','\xd5','\x7f','\x5e','\xb4','\xef','\x00','\x7a','\x83','\x4d','\xc0','\x3c','\xd0','\x42','\x5a','\x9c','\xa1','\xee','\xab','\x72','\x8c','\x00','\x98','\x4b','\xc0','\xc5','\x28','\x79','\xa1','\x65','\x39','\xcf','\xa7','\x8c','\xc0','\xe7','\x38','\xb5','\x7e','\x94','\xdf','\x54','\xb6','\x98','\x50','\xc7','\x87','\x5d','\xe4','\xde','\x95','\x37','\x29','\x07','\x4d','\x17','\x7d','\x7c','\x6f','\xbc','\xd2','\x39','\x61','\xc9','\x22','\xc2','\xbd','\xd6','\x92','\xe2','\x56','\x4c','\xe9','\x20','\x69','\x74','\x63','\x99','\x88','\x91','\xc8','\xad','\xde','\x35','\xcf','\x1f','\xf6','\x1a','\x9c','\xc3','\x74','\xc7','\x89','\xe3','\xf1','\xc0','\x3c','\x9e','\x00','\x26','\xbc','\x77','\xf4','\x6d','\x47','\x62','\xa0','\x19','\x35','\x6d','\x61','\x9a','\x0f','\xf6','\x3c','\x80','\x31','\xd7','\x8c','\xc7','\xbe','\x35','\x24','\xee','\xf0','\x21','\x4a','\x24','\x48','\x8f','\x54','\xe9','\xca','\x42','\xa1','\x35','\x34','\x0b','\x34','\xaf','\x7f','\xd7','\x33','\x01','\xcf','\xc0','\x9e','\xa7','\x98','\x16','\xda','\x0b','\x2a','\x1e','\xc2','\x82','\x96','\xed','\xfa','\xe9','\xee','\x48','\xa7','\xd6','\xd3','\x92','\x23','\x2a','\x38','\x1e','\xa3','\x89','\x72','\xae','\x87','\xeb','\x7c','\x2e','\x7b','\xad','\xd3','\x2a','\x3a','\xb2','\xdc','\x5b','\xc9','\xc2','\x60','\x9e','\xc8','\x7c','\x23','\x35','\xcb','\x31','\x54','\x00','\x15','\xa3','\xc2','\xcc','\xae','\x51','\x03','\xba','\x1f','\xab','\x7d','\xbd','\x2a','\x2a','\xc8','\x58','\x46','\x35','\x44','\xa1','\x4d','\x86','\xa5','\x35','\x77','\x33','\x31','\x3b','\x44','\xef','\x97','\x2c','\xc5','\xcc','\xd4','\x85','\xe2','\x66','\x2b','\x8a','\x3e','\xb5','\xc3','\x9c','\x77','\x58','\x94','\xbe','\xd6','\x1c','\x5b','\xd7','\x70','\xf3','\x3f','\xf8','\xf9','\x5d','\x01','\x74','\xdb','\xbf','\x60','\x8f','\x81','\x06','\xa1','\x69','\xd9','\x51','\xee','\x22','\xa1','\x21','\x8e','\xd5','\x74','\x32','\xc8','\xb5','\x28','\x53','\xfc','\x62','\xb6','\xec','\xc7','\x39','\x90','\x39','\xd1','\x1b','\x2b','\xe9','\xad','\xb3','\xab','\x94','\x00','\x6d','\x5f','\x13','\xe8','\xed','\x72','\x00','\x39','\x0e','\x1e','\x82','\xa3','\xac','\xfa','\xc2','\xe1','\xed','\xea','\x28','\x19','\x64','\xfb','\x68','\xa4','\x00','\x34','\x68','\x6a','\xee','\x0a','\x64','\x26','\x24','\x67','\x20','\x87','\x13','\xa9','\x13','\xb5','\xa9','\x35','\xc7','\x7e','\xdb','\xf1','\xfe','\xfe','\x0e','\x87','\xc9','\xf6','\xf6','\x14','\x07','\x98','\x41','\xd7','\x60','\xd8','\xb6','\x1d','\xf7','\xfe','\xdb','\xeb','\xb9','\x90','\xbb','\xda','\xe0','\xdf','\x5d','\x0f','\xe4','\x45','\x2f','\xdb','\xc5','\x26','\x7d','\x4c','\x59','\x50','\xf6','\xdb','\x3f','\xe9','\x1e','\xf5','\xc3','\x20','\x9a','\x44','\x97','\xaa','\x45','\x19','\x6a','\xf9','\xc7','\x8b','\x63','\xd6','\x10','\x65','\xe8','\x9c','\x12','\x3c','\xca','\xce','\x32','\x81','\x38','\x59','\x24','\x8e','\x0c','\x7c','\xfb','\xfc','\x26','\xf4','\x98','\xb0','\x95','\x97','\x1b','\x9b','\x90','\xac','\x0a','\xa2','\x54','\x9e','\x1a','\x6c','\x33','\xd1','\x10','\x7c','\x71','\xc8','\x87','\x5a','\x97','\xbe','\x39','\xfa','\xde','\x89','\x34','\xb9','\x03','\x8d','\x46','\x13','\x1c','\x1a','\x67','\xa4','\x0f','\xa4','\xe6','\x39','\xe8','\xd9','\x21','\x1b','\xda','\x74','\xd8','\xc9','\xe2','\xaf','\xc3','\x11','\xd5','\xb1','\x4b','\x06','\x01','\x03','\xd4','\xd1','\x00','\x3a','\x1a','\x8b','\xee','\x96','\xa2','\xaa','\xfc','\xe3','\x9f','\x8b','\x80','\xec','\x28','\x99','\x5c','\x57','\x6b','\xbe','\x9e','\x83','\xe1','\x1f','\xfc','\x9e','\x61','\xeb','\xc0','\xdb','\xd0','\x38','\x87','\x47','\xdf','\xc3','\x2e','\x90','\xff','\x97','\xdc','\x03','\x32','\xbf','\xff','\x7c','\x4b','\x51','\x6f','\x28','\x92','\xdd','\xfa','\xa6','\x59','\x41','\x21','\xd0','\x01','\x40','\x4b','\x0c','\x4f','\xea','\x5a','\x92','\x4e','\x41','\x21','\x5d','\x40','\x98','\x21','\x3d','\x31','\xec','\x5c','\x88','\xea','\x44','\xe0','\x9b','\x7f','\x5b','\xf4','\xc7','\x72','\x42','\xab','\xc4','\x6e','\x26','\xd7','\xf6','\xed','\xc6','\x39','\x5e','\xab','\x43','\x9c','\x00','\xca','\x7d','\x06','\x10','\x35','\x63','\xc3','\x88','\xc4','\xe3','\xf1','\x89','\xe3','\xc9','\x99','\x62','\x5b','\xef','\x68','\xbb','\x3a','\x9a','\x44','\x44','\xb8','\x9f','\x50','\x0a','\xab','\xd0','\x7d','\xea','\x3b','\x11','\x42','\xe8','\xb9','\x6a','\xbb','\x77','\x44','\x0c','\x9c','\xe7','\xc9','\x80','\xba','\xed','\x68','\x6f','\xc0','\xf9','\xed','\x03','\xbf','\xfc','\xf4','\x13','\xe6','\x4c','\xb4','\x6d','\x43','\xdf','\x1a','\x6e','\xfd','\x06','\x3f','\x27','\x1e','\xcf','\x03','\x9f','\xdf','\xbe','\xe2','\x9c','\x89','\xfb','\xdb','\x9b','\x0a','\x36','\x70','\x80','\x72','\x0d','\xd4','\xd3','\xb3','\x19','\x63','\xe0','\xe3','\xa7','\x5f','\xb1','\x6d','\x3b','\x75','\x6b','\x31','\xf1','\xf9','\xf9','\xc4','\x39','\x4e','\x6c','\x5b','\xc3','\xf9','\xe3','\x5f','\xf0','\xe5','\xcb','\x0f','\xd8','\xd1','\x69','\x08','\x60','\x0d','\x86','\x0d','\x6d','\x6e','\x68','\xde','\xf5','\xb9','\x37','\xcc','\x1c','\xf8','\xf6','\xeb','\x07','\xfe','\xf7','\xff','\xfb','\xef','\xf8','\x1f','\xff','\xf3','\x7f','\xe2','\xa7','\x5f','\x7e','\xc5','\xd6','\x3a','\xfe','\xfb','\xbf','\xfd','\xff','\xf0','\x6f','\xff','\xfd','\xbf','\xe3','\xfd','\x76','\x03','\x90','\x98','\x37','\x00','\x37','\x51','\xec','\x60','\x14','\xc3','\xf2','\xa9','\xc8','\x7c','\x84','\x83','\x31','\xe3','\xf9','\xc0','\x71','\x1c','\x74','\x4c','\x13','\xda','\x48','\x5e','\xbd','\x61','\xbf','\xb3','\x18','\xf0','\x27','\x1f','\x49','\x44','\x43','\xce','\x9d','\xd1','\x3c','\x14','\xcf','\x8f','\x80','\xf7','\x89','\xdb','\xed','\x0d','\x7e','\xeb','\xc0','\x6d','\xc3','\x7e','\xa3','\x86','\xaa','\x81','\xc9','\xf8','\x29','\xfd','\xd2','\xdb','\x0f','\x6f','\xd8','\xf6','\x5d','\xb6','\xb5','\x3b','\x38','\xc5','\xae','\xd1','\xa5','\xec','\xe4','\xe0','\x54','\xec','\x1b','\xcc','\x36','\xe0','\x4c','\x05','\x28','\x68','\xce','\x19','\xbb','\xf4','\x48','\x03','\xba','\x73','\x61','\x8f','\x81','\x29','\x8b','\x6a','\x6f','\xea','\x5c','\x38','\x2d','\x4e','\x6d','\x56','\x70','\xa3','\xa6','\x28','\x26','\x3b','\x37','\xe6','\x4a','\x05','\x12','\x64','\x07','\x3c','\x26','\xf2','\xeb','\x13','\xe3','\x78','\x60','\x1c','\x27','\xf0','\x3c','\x31','\x1f','\x4f','\x7c','\xfd','\xf9','\x2b','\x7e','\xfe','\x7f','\xff','\x1d','\xbf','\xfe','\xfc','\x33','\x1e','\x1f','\x9f','\x18','\xe3','\x04','\xdc','\xd8','\x59','\x9a','\x93','\x23','\x1a','\x44','\xbd','\x1a','\x33','\xf0','\xf8','\x78','\x22','\x06','\x8d','\x20','\xa8','\xb5','\x61','\x8c','\x75','\x73','\x84','\x8c','\x64','\xea','\x6c','\x61','\x30','\x0e','\xd8','\x54','\xb2','\x09','\x63','\xb1','\xd1','\x37','\xc4','\x1c','\x12','\xed','\x90','\xf2','\xb3','\x9c','\x0e','\x81','\x6b','\xf0','\x66','\xc8','\x2d','\xb4','\xf1','\xc0','\x77','\x09','\x5c','\x43','\xc9','\x01','\x32','\xe4','\xaa','\xd7','\x94','\x84','\xe8','\x5b','\x92','\x89','\xa4','\x9b','\x4b','\xe7','\xe3','\xe8','\xcd','\xd5','\x45','\x9a','\x2f','\x73','\xbb','\x1c','\xdd','\x24','\x96','\x36','\xbe','\x17','\x9f','\x32','\x7f','\x5e','\xe7','\x47','\x72','\x8d','\x9a','\xa9','\xd3','\xea','\xba','\x5f','\x69','\x1a','\xcd','\xd7','\xdf','\x67','\x38','\x63','\xca','\x0c','\xa4','\xe8','\xef','\x34','\x02','\x29','\xc1','\x71','\x15','\x85','\xfc','\x6e','\xab','\x33','\x39','\x2e','\x83','\x9b','\x88','\xa4','\x00','\x7e','\x70','\x38','\x6d','\x4a','\x98','\x5d','\x74','\x9b','\x62','\x5d','\xac','\xee','\x4d','\xb2','\x8b','\xe7','\x30','\x8e','\xe6','\x58','\x68','\x34','\x93','\xd1','\xc0','\x44','\xa4','\x71','\x8a','\x90','\x81','\x71','\x49','\x71','\xd6','\x20','\x50','\x5d','\x89','\x72','\x15','\x08','\x29','\x70','\x12','\x6e','\xa2','\x77','\x9b','\xc2','\x47','\xac','\xa2','\x60','\x22','\x96','\x46','\x12','\x99','\x8b','\x95','\x42','\xad','\x27','\x13','\xdb','\x2a','\x0e','\xa7','\x0a','\x74','\xac','\xef','\xe0','\x67','\x59','\x09','\x96','\x0b','\x4c','\x34','\x76','\x2f','\x8b','\xa1','\x6e','\x50','\x57','\x08','\xa2','\x58','\xe9','\xf7','\x11','\x40','\x33','\xd2','\xe8','\x66','\xb2','\xeb','\x65','\x8d','\xda','\x63','\x63','\x22','\x3e','\xe7','\x00','\x26','\xd8','\x09','\xf2','\x5c','\x14','\xe1','\x74','\x25','\x84','\x6e','\xa4','\xe0','\x21','\x91','\x2a','\x6a','\x67','\xb1','\x06','\x9c','\x6b','\x8b','\xc3','\xe8','\x79','\x6e','\xf5','\xce','\x3d','\x8c','\x02','\xf0','\xac','\x8c','\x1b','\x02','\x27','\x1c','\xe6','\xca','\x0b','\xc2','\xd0','\xf6','\x8e','\xd6','\x37','\xcc','\x29','\x6a','\x5a','\x92','\xca','\x54','\x06','\x58','\x59','\xba','\x3e','\x18','\x32','\x09','\x00','\x04','\x1a','\x19','\x24','\x5a','\x23','\xfc','\x6e','\xc6','\x33','\xb3','\x5c','\x74','\xf9','\xb2','\xfa','\x76','\x27','\xe0','\x1a','\x49','\x13','\x9f','\xb2','\xbf','\x66','\x97','\x4b','\x94','\x42','\x80','\xdd','\x00','\x37','\x64','\x37','\xcc','\x4e','\x10','\x1a','\x56','\xdf','\x0d','\xd2','\xde','\x36','\xc0','\x1a','\x8b','\x74','\x37','\x16','\x8d','\xd9','\x0d','\xd1','\x0d','\xd1','\xe8','\xb4','\x0a','\x4c','\xec','\x63','\x62','\xef','\x89','\xde','\xa8','\x03','\x2c','\x53','\x95','\xd4','\xa2','\x34','\x03','\x5a','\x1a','\xc6','\xf3','\xc4','\xf8','\x38','\xd0','\xc7','\x54','\x5a','\xc4','\x3d','\x12','\x1a','\x45','\x12','\x27','\x8d','\x74','\xda','\xd6','\x71','\x0e','\x9e','\x19','\xe7','\x79','\x22','\x27','\x29','\x8d','\x37','\x93','\x25','\x78','\x37','\xa4','\x39','\x30','\x59','\x00','\xa4','\x05','\xe7','\xf8','\x40','\x34','\xd8','\xe6','\x6a','\x20','\x04','\xdc','\xbb','\xce','\x12','\x20','\xa1','\x2e','\xd7','\x60','\xd7','\x76','\xa6','\xec','\xd4','\x03','\xab','\x88','\x44','\x26','\x5a','\x6f','\x9c','\xa1','\xe5','\x1b','\xa0','\x21','\xdc','\xe7','\x1c','\xd4','\x85','\xd6','\xde','\x34','\x95','\xfe','\x5a','\xcb','\xad','\xe8','\xb9','\x8a','\x68','\x45','\x88','\xaa','\xb8','\x33','\x93','\x39','\x4d','\xdf','\x5e','\x8c','\x51','\x5e','\xf2','\xc7','\x65','\x50','\x24','\x10','\xdf','\x00','\xd6','\x06','\x66','\x02','\x39','\x48','\xc7','\x94','\xe1','\x29','\x32','\xc7','\x62','\x2b','\xf0','\x19','\x9b','\x0c','\x4a','\x12','\xb2','\x9f','\x25','\x38','\xb5','\x5c','\x4b','\x44','\xa3','\xd4','\x76','\xac','\x82','\x90','\x60','\x24','\x81','\xad','\x21','\x17','\x1c','\xd7','\xde','\x43','\x77','\xda','\xf5','\xff','\xd9','\x02','\x68','\xdb','\x3b','\xf6','\x48','\xd8','\x49','\x2e','\x73','\x4e','\x4e','\x53','\x9e','\x20','\x9a','\x9b','\x6a','\x75','\xa5','\xdb','\xf2','\x63','\xa7','\xc5','\x6e','\x5f','\x09','\xce','\x23','\x03','\xe3','\x08','\xb4','\x2e','\x2b','\xcd','\xde','\xd1','\x9b','\x90','\x0a','\xa3','\x69','\xc2','\x7e','\xbb','\xc3','\xcd','\x71','\x8c','\x03','\xe6','\x0f','\x9c','\x07','\x60','\xc3','\x74','\x20','\xa9','\x93','\x52','\xf3','\x56','\x1c','\xab','\x62','\x2d','\xda','\x81','\x15','\xea','\x64','\x9a','\x6a','\xad','\x8d','\x08','\xcb','\x45','\xd1','\xea','\x1b','\x27','\x27','\xec','\xb7','\x1b','\xee','\x6f','\xef','\x70','\x00','\xfb','\xed','\xa6','\x78','\xa5','\x43','\xf5','\xc9','\x80','\x72','\xdb','\xef','\x68','\xde','\x7e','\x73','\x3d','\xe3','\xef','\x5e','\x8f','\xa1','\xda','\xb6','\x65','\x17','\x2b','\x6f','\x72','\xcf','\x7f','\xda','\x3d','\x6a','\x6d','\xf1','\x00','\xd6','\x3b','\x4a','\x88','\xaa','\x11','\x79','\x55','\xe7','\x93','\x6d','\xf3','\xa9','\xf9','\x13','\x19','\x01','\x0c','\x8a','\xea','\x2a','\x69','\xb4','\x0a','\x58','\x25','\xf2','\x05','\xd1','\x3d','\xe1','\x30','\x4c','\x2c','\xeb','\x5b','\x54','\x18','\xae','\x2e','\x95','\x4d','\x75','\x98','\x40','\xf1','\xbe','\x0b','\x75','\x4a','\x1e','\x28','\x2d','\x1a','\x1a','\x3a','\x13','\x63','\x71','\xa8','\xd7','\x5c','\x92','\x48','\x84','\x73','\x7d','\x70','\xda','\x39','\x87','\x9b','\x9d','\xcf','\x03','\x67','\xb0','\x90','\x6a','\xde','\xb0','\xdf','\xfb','\x2a','\x46','\x22','\x35','\x21','\xbe','\x44','\xa3','\x0d','\xa2','\x0b','\xf8','\x55','\xb0','\xfc','\x67','\x3e','\x17','\xd5','\x75','\x63','\xf0','\x68','\x35','\x3c','\xac','\x96','\x13','\xaa','\xe0','\xfd','\xf3','\xdf','\xc3','\xe4','\xdb','\xd9','\x36','\xbf','\xfd','\xd1','\xf7','\xe8','\x80','\xf8','\x17','\xdf','\xc3','\x1f','\x5d','\xfb','\x08','\x06','\xfe','\x6d','\xdf','\x31','\x27','\x11','\xfc','\x39','\x27','\x62','\x25','\x97','\x17','\xca','\x52','\x34','\x8f','\xb5','\xaf','\xa6','\x97','\xde','\x5f','\x41','\x4e','\x62','\x45','\xd4','\x9c','\xf5','\xab','\x6b','\x18','\xe2','\x36','\x67','\x26','\x62','\x4c','\x3c','\x15','\x88','\xd3','\xb8','\xae','\x7b','\x73','\x74','\xef','\x1a','\x28','\xa8','\x29','\xdb','\x63','\xe0','\x38','\x0e','\x1c','\xe7','\xb1','\xf6','\x90','\x6c','\xe2','\x16','\x32','\x5c','\x58','\x56','\xac','\x8a','\xbc','\x72','\xa3','\x2b','\x49','\xc2','\x9c','\x38','\x0f','\xc3','\x89','\x49','\xeb','\xe1','\x78','\x22','\x4e','\xca','\xed','\x7f','\xde','\x36','\x64','\x70','\x40','\x5d','\xdb','\x37','\xbc','\xef','\x0d','\xad','\xed','\xd8','\xe5','\xba','\xe5','\x61','\x18','\xf7','\x3b','\x5c','\x7c','\xfa','\xf3','\x3c','\xf1','\xfc','\x7c','\xe0','\x3c','\x06','\xce','\x79','\xac','\xe1','\xcb','\x7d','\xef','\x98','\x63','\xe2','\xdb','\xaf','\xdf','\x50','\x03','\xa2','\x79','\xaf','\x2c','\x0c','\xb6','\x6d','\x03','\xd0','\x10','\xe7','\xc0','\x38','\x26','\xe6','\x1c','\x68','\x46','\x41','\xee','\xde','\x29','\xe6','\x27','\x75','\x6e','\x60','\x8c','\xc0','\xf3','\x39','\xf0','\xed','\x97','\xaf','\xf8','\xf5','\xa7','\x9f','\xf0','\xeb','\xb7','\x4f','\xee','\xbf','\xe0','\x21','\x30','\x7f','\xfc','\x11','\xb7','\x7d','\xc7','\x31','\x0e','\x3c','\xbe','\x72','\x18','\xa9','\x6b','\x1c','\xc0','\xf5','\x43','\x7a','\xde','\xd6','\x3b','\xbc','\x6d','\x7a','\xb7','\x9a','\xdf','\x14','\x40','\xfa','\xc0','\x38','\x1b','\x9a','\x9f','\xf8','\x9c','\xbf','\xe2','\xeb','\xf9','\x2b','\x7a','\x6b','\xb8','\xdf','\xde','\xb1','\x6d','\x1d','\xd6','\xef','\x38','\x8e','\x13','\x87','\xba','\x4c','\x79','\x06','\xce','\xe3','\x40','\x7f','\x74','\xf8','\xd6','\xf1','\x6d','\xef','\x1c','\x52','\x58','\x22','\x71','\xce','\x4b','\xc4','\x4f','\xbf','\xfe','\x0c','\x00','\xa4','\xeb','\xdd','\x76','\x0d','\x8b','\x54','\xc1','\x27','\x20','\x8f','\x07','\x34','\x80','\x41','\xca','\xee','\x14','\x1d','\x17','\x20','\x75','\x0b','\x09','\xdc','\x6e','\xfc','\x9e','\x31','\x07','\x9d','\xaa','\x8a','\xa2','\xd7','\x3a','\x3b','\x70','\xcd','\x71','\x68','\xe0','\xe9','\x0a','\x82','\x99','\x32','\xd2','\xa8','\x4e','\x51','\x83','\x0f','\x83','\x7f','\x9c','\x88','\x8f','\x07','\x1e','\x8f','\x07','\xc6','\xe3','\x89','\xf1','\x38','\xf1','\xfc','\xf8','\x86','\x6f','\x3f','\xfd','\x8c','\x5f','\x7f','\xfa','\x19','\xbf','\xfc','\xf4','\x33','\xbe','\xfd','\xfa','\x2b','\xa9','\x57','\x6e','\x78','\x75','\x10','\xca','\x84','\x2c','\xea','\x40','\x1d','\x5e','\xe6','\x32','\xc1','\x58','\xfb','\x08','\xa9','\x7d','\x40','\x11','\x76','\x2f','\xcd','\x8e','\xde','\x43','\x99','\x21','\xb4','\xc6','\x39','\x3b','\xc7','\xc0','\x72','\x65','\xe4','\x2c','\xad','\x62','\x42','\x5f','\xc9','\x42','\x51','\xde','\x4c','\x66','\x14','\x30','\x21','\x99','\x00','\x10','\x2c','\xf6','\x2c','\x41','\xd3','\x99','\x74','\x20','\xc6','\xda','\x5f','\x4c','\x9e','\x51','\x8d','\x16','\x5c','\xda','\x51','\x5d','\x0f','\xc0','\x0e','\xfc','\x42','\xcb','\xa5','\x79','\x42','\x5e','\xb4','\x59','\x5c','\x2c','\x04','\x03','\x13','\x05','\x0f','\xae','\x69','\x37','\x7a','\xad','\xf1','\x91','\xab','\xe3','\x5b','\xdb','\x6d','\x70','\xd4','\xc3','\xfa','\xf2','\x54','\x52','\x3a','\x75','\x06','\x2f','\x10','\xad','\x82','\x69','\x01','\x69','\xfc','\x07','\x87','\x10','\x69','\x8c','\xab','\x40','\x6a','\x45','\x39','\xb3','\x95','\x8c','\x31','\xca','\x31','\xc1','\xac','\xf7','\xc0','\xae','\x8a','\x68','\x6e','\xa2','\x39','\x85','\x71','\x8d','\xe5','\xcb','\xb5','\x54','\xd7','\xb0','\xe2','\xc5','\x02','\x25','\x15','\x1f','\xd7','\xfe','\xa9','\x42','\x08','\x00','\xcc','\x09','\xf4','\x2a','\x8f','\xc8','\xc8','\x45','\xd7','\x81','\x15','\x95','\xff','\x8a','\x3f','\xb5','\x76','\x4c','\x67','\xf9','\x2a','\x8a','\xb2','\x0e','\xcf','\x2a','\x58','\xaf','\xdf','\x5f','\x2c','\x8f','\x99','\xfc','\xde','\x55','\x84','\xbe','\x7c','\x2a','\x2c','\xd7','\x7d','\x73','\xce','\x0f','\x0b','\x81','\x31','\x35','\x7c','\x79','\x12','\x81','\x5f','\xb9','\x40','\x00','\xb2','\x2a','\x5c','\xf9','\x57','\x58','\x5c','\x2c','\x0e','\x15','\x76','\x0e','\x01','\x75','\xf5','\x4d','\x55','\x24','\xc2','\x96','\xe9','\x09','\xbc','\x8c','\x6c','\x14','\xdf','\x53','\x89','\xb2','\x76','\x8b','\x87','\x29','\x46','\xb3','\xf3','\x16','\x2f','\xec','\x96','\xd4','\x1a','\x74','\x89','\x21','\xf3','\xe5','\xd9','\xbb','\x62','\x79','\x01','\xb8','\x99','\xa2','\x98','\xb2','\x6a','\x52','\x2e','\x71','\xfd','\x7e','\x28','\x11','\x6e','\x01','\x19','\x06','\x71','\x6d','\x55','\x17','\x76','\x09','\xdc','\x93','\xe7','\x00','\xd7','\x3d','\xf7','\x6d','\x13','\x30','\x04','\xbd','\xeb','\xd4','\x79','\xa2','\xd5','\xfb','\xdd','\x7e','\x29','\xc4','\x61','\x1e','\x13','\xa7','\x9f','\xb8','\xdd','\xa9','\x1b','\x9c','\x86','\xb5','\x5f','\x4a','\x73','\x82','\xc6','\x7c','\x8c','\x9d','\xf0','\x03','\x16','\x86','\xdd','\x68','\x34','\x12','\xd6','\xf1','\x00','\xc1','\xf5','\xe3','\xeb','\x07','\xe6','\xf9','\xd4','\x7a','\xf5','\xef','\xbe','\xcb','\xdc','\xae','\x65','\x69','\xae','\xf5','\x34','\xaf','\xae','\x9c','\x0a','\x63','\x77','\xd2','\x0b','\x49','\xe5','\x3a','\xb5','\x57','\xb5','\x76','\x93','\x6c','\x00','\x93','\xf3','\xe6','\x05','\x06','\xb0','\x80','\xb2','\x70','\xf4','\x94','\xa3','\xa4','\x80','\xeb','\xd6','\x1c','\xf7','\xfb','\x0e','\x1f','\xcc','\x2d','\xa6','\xba','\xf2','\x81','\xe3','\xea','\xe4','\xfb','\x05','\x34','\x02','\x56','\xbd','\xa8','\x6b','\x0f','\x37','\x52','\x38','\x37','\xd1','\xbd','\xc3','\x49','\x73','\x9d','\x31','\x99','\xeb','\xe1','\x85','\x51','\x73','\x85','\x18','\xbe','\xcb','\xd5','\x6e','\xae','\x05','\xa8','\xc5','\x17','\x2e','\x73','\xae','\xbc','\x7e','\x0d','\xf8','\x6e','\x9d','\xba','\x1b','\xbc','\x86','\xc4','\xeb','\x37','\x34','\x67','\x91','\x5a','\x35','\xc0','\x73','\xb2','\x28','\x9c','\x41','\x9b','\xf1','\x4c','\xc5','\x8d','\x56','\x00','\x4e','\xa7','\x59','\xda','\x1f','\xfc','\xfc','\xae','\x00','\xe2','\x54','\x64','\xa2','\xd1','\x39','\x03','\x23','\x40','\x98','\x23','\x1c','\x08','\xa1','\x31','\x4d','\x8b','\x5d','\x6d','\x44','\xfe','\x8f','\xd4','\x96','\x00','\x90','\x51','\x53','\x3c','\xf9','\x67','\x90','\x0a','\xf2','\x32','\x38','\x88','\x70','\x44','\x90','\xf7','\x48','\xc7','\x46','\x87','\xa1','\x53','\xb7','\xa0','\xf5','\x5a','\x6d','\x3a','\xe8','\x95','\x38','\x5c','\xbd','\x6b','\x06','\x99','\x39','\x6d','\x3d','\xcb','\x88','\xa1','\x80','\x58','\x83','\x16','\x5d','\x08','\x65','\xc7','\x6d','\xbb','\x2d','\x21','\xac','\xbb','\xa1','\x6f','\x3b','\xa9','\x0a','\xc9','\x97','\xf7','\xc8','\x4f','\xc4','\x67','\x22','\xa2','\x68','\x4a','\x7f','\xee','\x7a','\x58','\x7d','\x96','\x88','\xab','\x21','\xb3','\xe9','\x19','\x28','\x09','\xfc','\x27','\xdd','\x23','\x14','\xac','\x72','\x5e','\xd9','\x5f','\x6d','\xcc','\x98','\xc9','\xa4','\x07','\xb9','\x9c','\x38','\x66','\x88','\x76','\x37','\x83','\x33','\x13','\x92','\x1d','\x31','\x4b','\xb0','\x73','\x30','\x21','\xdb','\x6e','\x16','\x3c','\xa5','\x71','\xba','\x92','\xdc','\x97','\xe0','\x55','\xa7','\x57','\x05','\x39','\x05','\xbc','\x96','\x9d','\x5a','\x8b','\xad','\x73','\x93','\x19','\xd4','\xa6','\x17','\x6a','\xdc','\x89','\x96','\x55','\x97','\x2a','\x01','\x64','\xdf','\xf1','\x76','\xbb','\x63','\xbb','\x51','\x80','\x3d','\x8e','\x81','\x87','\x3f','\x30','\x3f','\x3f','\x10','\xcf','\x81','\xfe','\x76','\xc3','\xdb','\xfe','\xce','\x22','\xc0','\x9d','\x89','\xf1','\x71','\x92','\x26','\xb2','\xb5','\xa5','\xc9','\xc8','\xeb','\x44','\x61','\x30','\xf9','\x07','\x3e','\xb7','\xb5','\x86','\xf3','\xd4','\x1c','\x00','\xa1','\x5d','\x10','\xcd','\x67','\x15','\x9d','\xf5','\x6e','\xff','\xc4','\xf7','\x7c','\xf8','\x03','\xf9','\x78','\x20','\xc6','\x40','\x6f','\xfe','\x1f','\x7e','\xcf','\xbf','\xf2','\x1e','\xea','\xb0','\xfe','\xee','\xda','\x03','\x70','\x9c','\x2c','\xae','\xbc','\x23','\xad','\x61','\xfa','\x86','\x6c','\x7c','\x97','\x40','\x08','\x3c','\x20','\xda','\xd5','\xfa','\x2e','\xfe','\xb8','\x56','\x64','\xf2','\x33','\x59','\x28','\x33','\x28','\x8e','\xa0','\xbb','\x23','\x45','\xd3','\x3a','\xec','\xa8','\x32','\x24','\xcd','\xf2','\xa5','\xf3','\x15','\x73','\x5e','\xeb','\xd4','\x8c','\x27','\x9a','\x86','\xbe','\xe6','\x33','\x30','\x3e','\x0f','\xe4','\x27','\x1d','\x27','\xf7','\xde','\xf1','\x96','\x1b','\x6e','\x70','\xe4','\x00','\xce','\x31','\x75','\x58','\x55','\xc2','\x52','\x07','\x1f','\x93','\x20','\x61','\xd4','\x70','\xa3','\x88','\x7b','\x9c','\x9f','\xd4','\xcd','\x0c','\xa5','\x7d','\xc9','\xe1','\xc2','\x53','\xce','\x4b','\xbd','\x71','\x5d','\x3e','\x7f','\xfe','\x15','\xcd','\x0d','\x5b','\xdb','\xb0','\xed','\x3b','\x6e','\xef','\x6f','\xd8','\x6f','\x77','\x6c','\xad','\xe3','\x78','\x3c','\x90','\xcf','\x03','\xf3','\xe3','\x81','\x79','\x70','\x1e','\xc3','\x70','\xa3','\xf0','\x7c','\x6b','\x8c','\x87','\x1f','\x9f','\x9c','\x06','\xaf','\xee','\x9d','\x41','\x22','\xef','\x7d','\xe2','\x69','\xbf','\x60','\x7e','\xed','\x98','\x67','\xd0','\x2c','\x05','\x75','\x30','\x34','\x58','\xc3','\x42','\xee','\xa8','\xe9','\x39','\xf0','\x78','\x3c','\xf1','\x78','\x9c','\xb0','\x07','\xf7','\xde','\x03','\x4f','\x7c','\xf5','\xaf','\xd8','\x62','\x43','\xff','\xd2','\x70','\xce','\x07','\x1e','\x8f','\x5f','\x58','\x00','\xe9','\x39','\x14','\x32','\x4d','\x11','\x75','\x50','\xf8','\x7e','\xdb','\x5e','\xf6','\x2c','\x11','\xfc','\x68','\x0d','\x4f','\xdf','\xb0','\xed','\x8e','\xf3','\x4c','\xcc','\x87','\xe3','\xfe','\x76','\xc7','\x97','\x1f','\xbe','\xe0','\x7e','\xbf','\x01','\x9e','\x78','\x3e','\x1f','\xf8','\xf8','\xfc','\xc4','\xb7','\xaf','\x5f','\x91','\x48','\xdc','\xdf','\xef','\xe4','\xc4','\x67','\xc2','\x7a','\x2a','\x3e','\x31','\x39','\xda','\x6f','\x3b','\x22','\x07','\xfe','\xd7','\x4f','\xff','\x8e','\xe3','\xfc','\xc4','\xe6','\x2c','\xee','\xba','\x93','\x3e','\x07','\x6b','\xea','\x72','\x19','\x8e','\xcf','\x03','\xf3','\x39','\x97','\x13','\x5b','\x00','\x7c','\x2f','\x9a','\x96','\xce','\x60','\xc4','\x03','\x7c','\xe8','\x30','\x6e','\xce','\xe1','\x83','\xdb','\xb6','\xaf','\x79','\x4d','\x09','\x6a','\x64','\x62','\x5e','\x5c','\xa6','\x32','\xb3','\x69','\x9d','\x14','\xbd','\xf9','\x3c','\xf1','\xfc','\xe9','\x13','\x71','\x06','\xcc','\x13','\xf3','\x38','\x31','\x8f','\x13','\xa1','\xbf','\x10','\x89','\xf1','\x38','\xf0','\xf8','\x38','\x99','\x00','\xcb','\x58','\x00','\x4d','\xda','\x2c','\xeb','\x80','\x34','\xa6','\x7b','\x8f','\x2b','\x41','\x2c','\x80','\x42','\x05','\x4b','\xd1','\x6d','\x36','\xef','\x80','\x4d','\x0c','\x18','\x9d','\x09','\x83','\xda','\xa5','\x18','\x13','\xe3','\x79','\x00','\x1b','\x3b','\xad','\x21','\x1e','\xbe','\xe9','\xc5','\x34','\x71','\xdb','\x67','\x96','\x49','\x90','\x8a','\x1b','\x60','\x25','\x6e','\x95','\x8c','\xb3','\x46','\xe4','\xfa','\x5e','\x46','\x1d','\xf5','\xe7','\x32','\x01','\x07','\xc2','\x26','\x13','\x28','\x6b','\x38','\xab','\x63','\xe0','\x79','\x21','\x9d','\x96','\x98','\x2d','\xf0','\xc4','\x49','\xb7','\xcf','\xb9','\xc3','\x6a','\x6f','\xa7','\xa3','\x9c','\x3e','\x8b','\x42','\x6b','\x00','\x6a','\xd8','\xb2','\x5b','\x25','\x8b','\xb5','\xd6','\xae','\xc4','\x15','\x1b','\xdd','\xd8','\x00','\x6a','\xe8','\x22','\xb8','\xff','\xdd','\x92','\x9d','\x98','\x4c','\xe4','\x1c','\x08','\xe3','\x08','\x88','\xe6','\x2f','\x54','\x23','\xa7','\xe6','\xd0','\xf5','\xa1','\x67','\x4a','\xab','\x18','\xcc','\x29','\xbc','\xba','\x83','\x55','\x18','\x99','\xc1','\x5b','\x57','\x47','\x4a','\xcd','\x25','\x38','\xd3','\x8a','\x02','\x8f','\x2c','\x71','\xc8','\x55','\xb1','\x27','\x90','\xea','\x8a','\x7b','\x40','\x86','\x4d','\x2c','\x12','\xa6','\x9e','\x09','\x5c','\x86','\x43','\x6e','\xb0','\x96','\x4c','\x4f','\x74','\x9a','\xb7','\x08','\xec','\x98','\xa4','\xdc','\xd6','\x09','\x98','\x86','\x56','\xce','\x54','\xa8','\x0e','\x8d','\xce','\x89','\xa8','\x6e','\x9b','\xca','\xce','\xfa','\xf7','\x74','\x20','\xba','\x92','\x60','\xc5','\x2e','\x60','\x15','\x0b','\x0e','\x01','\x92','\x2b','\xc7','\xf4','\xfa','\x1d','\xa8','\x7c','\x2a','\x21','\x1a','\xf2','\x4e','\x9b','\x76','\x94','\x7e','\x79','\x73','\x40','\xec','\x99','\x42','\xbd','\x43','\x46','\x50','\xe6','\xb6','\xde','\x2b','\xc0','\xfc','\x66','\xfa','\x64','\xf3','\x2a','\xda','\xca','\xd4','\xaa','\x5b','\x86','\x10','\xa0','\x20','\x9a','\x61','\x36','\x43','\x14','\x35','\x5f','\x99','\x7a','\x58','\x49','\x03','\x40','\xad','\x45','\x00','\x3e','\xe2','\x3b','\xc0','\xeb','\x15','\xc1','\x5f','\xff','\x5e','\x49','\xfd','\x75','\xa8','\xf2','\xdf','\x75','\x56','\xa4','\x27','\x42','\x73','\xf3','\xaa','\x73','\x46','\x89','\x42','\xaa','\x23','\x72','\xed','\x8d','\xb5','\x27','\xf5','\x51','\x48','\x5b','\xbf','\x66','\xa6','\x51','\x11','\x66','\xab','\xa9','\x57','\xe4','\xa8','\xe6','\x04','\x76','\x69','\xaf','\x4e','\x66','\x45','\x0b','\xc3','\x36','\x0d','\xdb','\x00','\xfa','\x48','\x6c','\x33','\xd1','\xce','\x44','\x73','\x1a','\x6e','\xd8','\xea','\x54','\x27','\xe2','\x4c','\xc0','\x83','\x26','\x22','\xc1','\xbd','\xdc','\xe7','\x24','\x53','\x26','\x12','\xe3','\x79','\xc2','\xe4','\x8e','\x39','\x1e','\x4f','\xe0','\x79','\x90','\xf2','\x16','\x41','\x77','\xdc','\x66','\xb0','\x4e','\x0a','\x74','\x36','\x0d','\xec','\x4e','\x52','\x55','\x25','\x3a','\x47','\x00','\x18','\x06','\x4c','\xb3','\xcb','\x08','\xab','\x73','\x46','\x12','\xad','\xde','\x0f','\xed','\x49','\xac','\x84','\x9f','\x67','\x33','\x67','\xae','\xf1','\xbe','\xbb','\x9c','\x89','\x4b','\x33','\x1f','\x1c','\x80','\x1c','\x40','\x9e','\x41','\x7d','\xea','\xfd','\x86','\xfb','\xce','\x33','\xee','\x79','\x1e','\xa2','\xf2','\x26','\xa2','\xc9','\xfe','\x5e','\x0d','\x8a','\x10','\x0f','\x95','\x9d','\x1c','\xe8','\xf3','\x69','\x2c','\x90','\x65','\x90','\xa6','\x73','\x98','\x63','\x24','\xfa','\x02','\x6f','\x56','\x31','\x05','\x0d','\x83','\xd6','\x9a','\xd0','\xe2','\x28','\xee','\x6a','\xbd','\x44','\xc0','\x3a','\x3a','\x38','\xd3','\x2e','\x5f','\x80','\x79','\xac','\x3a','\xaa','\x00','\xa2','\x2b','\xf6','\xaf','\x82','\xd2','\x14','\xcb','\x01','\x74','\xe5','\xaf','\x76','\xc6','\x2a','\xb6','\xa8','\xd6','\x70','\x40','\xb4','\xea','\x7e','\xb1','\x02','\xbf','\xfb','\xf9','\x5d','\x01','\xf4','\xf9','\xf5','\x03','\x7e','\x06','\xda','\x60','\x5b','\x2d','\x24','\x5a','\x33','\x03','\xe0','\x1d','\xcd','\x13','\xbb','\x51','\x44','\x5c','\x7c','\xfc','\x73','\x06','\x9e','\xc7','\x40','\xb1','\x58','\xc7','\x64','\x5b','\x73','\xce','\xc9','\x04','\xe6','\x34','\x8c','\x13','\xca','\x5d','\xb8','\x69','\xce','\xf3','\x2b','\x0f','\x84','\x31','\x31','\x82','\x22','\x43','\x06','\x3c','\x5a','\x4f','\x7a','\x36','\x26','\x58','\x56','\x2d','\xe1','\x5c','\xed','\x74','\xee','\x2f','\x21','\x41','\x96','\x08','\xd7','\x86','\x4c','\x51','\xf3','\x8c','\xfa','\x98','\x06','\x3a','\xe3','\xa4','\x01','\xcf','\xe7','\x13','\x80','\x61','\xdb','\x1b','\xb6','\xbe','\xab','\x9a','\x26','\x92','\x35','\x66','\xe0','\x78','\x7e','\xfb','\x87','\xae','\xa7','\x74','\x09','\xae','\x8d','\x0b','\x4c','\x3c','\x66','\xfc','\x53','\xef','\xb1','\x42','\xfe','\xc2','\x88','\x56','\x50','\xb9','\xec','\x25','\x43','\x6e','\x22','\xd0','\x33','\xc9','\x79','\x75','\x7d','\x62','\x30','\xf2','\xd3','\x16','\x5b','\x6e','\x1a','\xc9','\xcd','\x43','\x6d','\x24','\x0b','\xd7','\x06','\xf9','\xb1','\x27','\x83','\x62','\xa8','\xa8','\xbc','\x52','\x01','\xb9','\xe6','\x39','\xaf','\x8f','\x43','\x6a','\x01','\xcf','\x2e','\x4e','\x29','\x37','\x6e','\x4b','\x87','\x07','\xd8','\xe7','\x87','\xba','\x86','\x79','\xf1','\x36','\xbd','\xd3','\xd5','\xc3','\x12','\x08','\xfd','\x99','\x6e','\x8e','\xdc','\xe8','\x82','\xf5','\xc3','\x97','\x1f','\x71','\x7f','\x7f','\x83','\x01','\x78','\x3e','\x0e','\x7c','\x7c','\x7c','\x23','\x6d','\x85','\x39','\xaf','\xf6','\x9d','\x5c','\xba','\xe6','\x5c','\x49','\xdf','\x9f','\xfd','\x5c','\xaf','\xc2','\xe5','\xf1','\x89','\xe7','\xe3','\x81','\x48','\x89','\x75','\x43','\x6b','\x53','\x81','\xbe','\x9e','\xf2','\x95','\x7c','\xfc','\xf1','\xf7','\xb4','\x66','\xd8','\xb6','\x8e','\x68','\x0d','\x6f','\xf7','\x3b','\xbe','\x7c','\xf9','\x01','\x6f','\xef','\xef','\x7f','\xf7','\x7b','\xfe','\x95','\xf7','\x50','\x08','\x1b','\x90','\x88','\x49','\x31','\xff','\xc8','\xc9','\xb5','\x16','\x32','\xcd','\x70','\xba','\xd2','\x14','\x62','\x5c','\x6b','\x2a','\x62','\x2a','\xe0','\xb3','\x80','\xa9','\x85','\x57','\xc0','\x4b','\x43','\xc7','\xc8','\x81','\xc7','\xf9','\x15','\x63','\x4e','\xee','\xb1','\x4a','\x92','\x84','\x10','\x65','\x74','\xc0','\x80','\x6d','\xbf','\xa1','\x39','\xa7','\x79','\xd7','\x1c','\x82','\x4c','\x1e','\xba','\x45','\xe3','\xb0','\xc9','\x82','\x7f','\xdf','\x6f','\xb8','\x61','\xc7','\xb6','\x6d','\xb8','\xdd','\xdf','\x70','\xdb','\x3a','\xa9','\x32','\xa6','\x56','\xbe','\xf9','\x4a','\xc0','\xb4','\x09','\x50','\xce','\x93','\xb5','\x36','\x99','\x74','\x3d','\xe5','\x94','\x47','\x4a','\xd1','\xe6','\x1d','\xa3','\x05','\x70','\x9e','\x18','\xc7','\x13','\x8f','\xc7','\x27','\xbb','\xb5','\x46','\x9b','\xee','\x73','\xb0','\xd3','\xf5','\xf6','\x76','\xc7','\x0f','\x5f','\xbe','\xe0','\xfd','\xfd','\x0d','\xde','\x1a','\x32','\x58','\x54','\xe0','\x46','\xae','\xf6','\x54','\x60','\x3e','\x8e','\x83','\xd4','\x52','\x63','\x81','\x35','\x06','\x8d','\x46','\xcc','\x80','\xe8','\x74','\xb1','\xfa','\xf8','\x3c','\xe1','\xe6','\x78','\xbb','\xbd','\xa1','\x59','\xc7','\x38','\x0f','\x39','\x01','\x29','\x91','\x14','\x4f','\x7b','\x9e','\x03','\x3f','\xff','\x74','\xe0','\xdb','\x63','\x5c','\x9b','\x1b','\xc0','\x9c','\x2c','\xae','\x8e','\xc7','\x13','\x5f','\xbe','\xfc','\x00','\xbb','\x05','\x46','\x3c','\x51','\xc2','\xfe','\x3a','\x50','\x32','\xd9','\x11','\x1b','\xe7','\xc4','\x98','\xbc','\x2e','\x77','\xd3','\x10','\xcd','\xb6','\x0e','\x98','\x98','\x21','\xa1','\x6d','\x43','\x8b','\x77','\xec','\xdb','\x1d','\xf7','\x5b','\x47','\x03','\xf0','\x8c','\x81','\x71','\x3e','\x71','\x04','\xed','\x55','\xbd','\x37','\x7c','\xf9','\xf1','\x47','\xb4','\xdd','\x31','\x63','\xa0','\xa8','\x07','\xde','\x1a','\xda','\xc6','\xe2','\xd1','\xdc','\x35','\x67','\xa3','\x5a','\x3d','\x4e','\x7d','\x41','\x10','\x11','\xce','\x04','\xe3','\x59','\x80','\xf4','\xb7','\x79','\x21','\xa9','\x18','\x40','\x86','\xaf','\x24','\xdb','\x9c','\x74','\xac','\x39','\x4f','\xcc','\x31','\x01','\x38','\xb6','\xad','\x89','\x7a','\xd7','\x71','\x69','\x69','\x04','\xee','\x44','\x15','\x43','\x79','\x69','\x40','\x90','\x1c','\x4f','\x70','\x26','\x9a','\x0e','\xed','\x18','\x9c','\x57','\x63','\x91','\xb8','\x39','\x45','\xd9','\xfb','\xcd','\xd1','\x26','\x49','\xdc','\x5d','\x54','\xc4','\xe8','\x10','\x32','\x68','\xb2','\x81','\x4d','\xcc','\xf9','\x90','\x23','\x96','\xeb','\x7c','\xb9','\xd0','\xea','\xd2','\xaa','\x5a','\xeb','\x57','\x8c','\x57','\x17','\x67','\xe4','\x81','\x36','\x1b','\xce','\x29','\x57','\xa7','\x10','\xe5','\xd5','\xcb','\x4f','\xf5','\xca','\x00','\x45','\x9f','\xd7','\xbb','\xf4','\x97','\xbf','\x8a','\x0e','\xad','\x34','\xd5','\x48','\xf5','\x59','\x9a','\x37','\xb0','\x9c','\x8e','\x17','\x80','\x2a','\x32','\xa9','\x59','\x80','\x8a','\xca','\x06','\xf1','\xff','\x0b','\x85','\xe5','\xa0','\x4a','\x58','\xc2','\xb1','\x0b','\xdd','\xa7','\x00','\xdc','\xb3','\x3a','\xfe','\x97','\xa3','\xd3','\xd5','\x08','\xb7','\x75','\xef','\x08','\xa1','\xd6','\x41','\x06','\xc8','\xde','\x6e','\xe8','\xbb','\xb3','\xf0','\x0b','\xd3','\x18','\x04','\x99','\x08','\x19','\xa9','\xb3','\x75','\x2e','\x73','\xa1','\xfa','\x9a','\x63','\x97','\x20','\x8d','\x28','\xc1','\x44','\x7b','\x02','\x97','\xe9','\x51','\xbc','\x94','\x00','\x49','\xbd','\x82','\x6b','\x28','\xec','\x7a','\x2a','\x0a','\x46','\x74','\xb0','\x8a','\x05','\x42','\xce','\x2a','\x17','\x8d','\xef','\xc9','\xf2','\x4a','\xbc','\x2a','\x7e','\x55','\xa3','\x27','\x58','\x01','\xb2','\xa3','\xac','\xfc','\x26','\xd4','\x79','\x73','\x63','\xdf','\x89','\xb1','\x31','\xd7','\x7b','\xa2','\xb8','\xe8','\x2a','\x52','\xd8','\xa5','\x12','\x02','\x5d','\xc5','\x6c','\xa4','\xae','\x4b','\xb1','\x38','\xf4','\x4e','\x0a','\xfd','\xc7','\xcb','\x4f','\xb0','\xf8','\xa5','\x8e','\x57','\x5d','\xa3','\x97','\x02','\x9f','\xd7','\xae','\xb5','\x69','\xa4','\x81','\xd5','\xa0','\xf4','\xbe','\xf1','\x9c','\x08','\x4c','\xcc','\x27','\xa9','\xec','\xde','\x45','\xd1','\x57','\x6c','\x22','\x35','\x3a','\xd9','\xcd','\x54','\xb7','\x26','\xa5','\x45','\xbd','\x98','\x02','\x1a','\x95','\x60','\x7a','\x8a','\x11','\xab','\x2b','\x55','\x45','\x5e','\x26','\x9f','\x2d','\x54','\x7c','\x47','\x15','\x6e','\xe5','\xc2','\xa6','\xcb','\x7e','\x09','\x61','\xdf','\x15','\xeb','\x15','\xa1','\xeb','\x77','\x16','\xc0','\x4a','\xba','\x0b','\x94','\xe8','\x32','\xdb','\xa5','\xba','\x26','\x39','\x67','\x8e','\x8d','\x0e','\x3d','\xaa','\x5c','\x31','\x9e','\x5f','\xf0','\x5a','\x9c','\xf2','\x33','\xb2','\x1b','\x3b','\x45','\xd2','\x0e','\xa6','\x58','\x40','\xa9','\xf5','\x65','\x4e','\x33','\x8f','\x1a','\xa4','\x8c','\x2c','\x77','\xd2','\x90','\xc9','\x0a','\xf7','\xff','\x71','\x1c','\x18','\xf8','\x60','\xa1','\x0e','\x63','\x27','\xc8','\x27','\x86','\x51','\x9f','\x03','\x03','\x36','\x34','\x6c','\xfb','\x1d','\xe3','\xf1','\x81','\xc7','\xb7','\x6f','\x18','\xbf','\xfc','\x8a','\xf1','\xcb','\x37','\xe4','\xc7','\x03','\x7d','\x4e','\xf4','\xde','\x11','\x31','\x71','\x1e','\xf4','\xe2','\xf3','\xde','\xe0','\xb1','\x23','\x5b','\xc8','\x9c','\x2a','\x90','\xc7','\x58','\xf4','\x77','\x16','\x76','\x64','\x5a','\x74','\x03','\x8b','\x26','\x07','\xcf','\xe1','\xd0','\xf9','\x16','\x13','\x13','\x1a','\x5e','\x5f','\xeb','\xda','\xd8','\x61','\xea','\xdb','\x86','\xfd','\x7e','\xa7','\xc9','\x92','\x62','\x29','\xa5','\x10','\x43','\xce','\x71','\x03','\xad','\x37','\xfc','\x78','\xeb','\xd8','\x9c','\x54','\xf7','\xd2','\x65','\x2e','\xfb','\x6a','\xf0','\x7e','\x91','\x13','\x66','\xca','\xd9','\xdd','\x89','\x1a','\x78','\xe9','\x71','\x5c','\x67','\xf7','\xc4','\x71','\xc6','\x02','\x01','\x52','\xfa','\x48','\xd5','\x4a','\xcc','\x2f','\xaa','\xe8','\x7c','\x41','\xe5','\x8a','\x35','\x56','\x2d','\x30','\x6f','\xce','\x38','\x82','\x84','\xbb','\x80','\xd2','\x90','\x86','\x19','\x57','\x5e','\x52','\x3f','\xaf','\x86','\x0a','\x29','\xc0','\xba','\xd6','\xd3','\x6d','\xdf','\xb9','\x7f','\xbb','\x61','\x6b','\x1d','\x4d','\xf5','\x47','\xeb','\x06','\xec','\x0d','\xe7','\xde','\xe0','\x2d','\xf0','\x47','\x3f','\xbf','\x2b','\x80','\x7e','\xfd','\xe5','\x2b','\x70','\xd2','\x22','\xd3','\xbd','\xab','\x35','\x26','\xc8','\x40','\x8b','\x6a','\x8a','\x0f','\x18','\x39','\x38','\x29','\x5d','\x03','\x09','\x43','\x7c','\xd3','\xbe','\x75','\xa4','\x37','\x84','\x5c','\x7c','\xe6','\x79','\x16','\x29','\x8f','\x6d','\x53','\x18','\x8e','\xcf','\x0f','\x3c','\xcf','\x73','\x2d','\xe4','\x42','\xf6','\x7a','\x6f','\x9c','\x37','\x23','\x87','\x8c','\x44','\x8a','\xe7','\x9f','\x0b','\x61','\xb9','\xec','\x42','\x89','\x7c','\xcd','\x1a','\x3a','\x86','\x12','\x02','\x26','\x66','\x38','\x07','\x75','\x05','\x67','\xd4','\x7c','\x7c','\xfb','\x40','\x26','\xb0','\x6d','\x1d','\xdb','\x76','\xc0','\x9d','\x1a','\x85','\x71','\x9c','\x78','\x3c','\x9e','\x38','\x3e','\x3e','\x25','\x20','\xfd','\xfb','\xd7','\x43','\xdb','\x3d','\x05','\x8c','\x0a','\x7e','\x36','\x44','\x15','\xf9','\xe7','\xde','\xe3','\x05','\x7d','\x60','\xfd','\x3e','\x28','\xf9','\x09','\x2b','\x38','\x81','\x8b','\xc6','\xc4','\x2b','\xa7','\xe6','\x87','\x45','\x0f','\x4e','\x20','\x86','\x68','\x44','\x2f','\x8b','\xcf','\x24','\xee','\xcc','\x34','\xd8','\xcc','\x8b','\xef','\x5e','\x87','\x6d','\x1d','\x46','\xc5','\x3b','\x77','\x83','\x35','\x43','\x37','\x8a','\xc5','\x63','\xca','\x4a','\x79','\x82','\x3c','\xe5','\x8d','\xb3','\x12','\x22','\x03','\xe7','\x20','\x72','\x90','\x85','\x1c','\x19','\x88','\xee','\x75','\xc7','\xf3','\x73','\x5b','\x24','\xf7','\xf3','\x64','\x87','\xc7','\xad','\x61','\xdb','\xb6','\x25','\x0a','\x77','\x23','\x12','\xd8','\xe0','\xd8','\x5a','\x47','\x0c','\xce','\x82','\x28','\x64','\x69','\x96','\xd5','\xaf','\x78','\xcf','\xd6','\x0c','\xc7','\x63','\x5f','\x87','\xf9','\x71','\x3c','\xff','\xe6','\xe7','\x36','\x38','\x02','\x1c','\x7e','\x96','\x7d','\xc3','\xf3','\x49','\x97','\x3c','\x18','\x85','\xb9','\xb5','\x86','\xca','\xc5','\x64','\x39','\x7d','\xfd','\x8d','\xef','\x39','\x0f','\xd1','\xd3','\xba','\x63','\xdf','\x6e','\xd8','\x7c','\xfb','\x9b','\xdf','\x33','\xce','\xb9','\x3e','\xfb','\x9f','\x75','\x0f','\xd8','\x76','\x3c','\x9f','\x4f','\x9c','\xc7','\x65','\xbe','\xc0','\x16','\xf7','\x10','\x87','\x59','\x87','\x51','\x37','\xcc','\x18','\xec','\xa8','\xb8','\xc3','\x5a','\xd2','\x6d','\xab','\xcc','\x3b','\x44','\xbb','\x1b','\x59','\x54','\x24','\x06','\x40','\xba','\x33','\x12','\x59','\xec','\x4e','\xd4','\xdd','\xf7','\xff','\x4b','\xc5','\x62','\x71','\x80','\x59','\x48','\xd4','\xd4','\x72','\x43','\x2e','\xde','\x73','\xd1','\x9b','\x68','\xa5','\xab','\x84','\xb0','\x49','\xeb','\xd6','\x3b','\x70','\x23','\xd7','\xdc','\x1c','\xe8','\x8b','\x3a','\xd9','\xb8','\xfe','\x62','\xd6','\x72','\xc5','\x95','\xa6','\x41','\x7b','\xee','\xb5','\x50','\x9d','\xf0','\xd9','\x70','\x36','\xae','\xcd','\xd6','\x1a','\xfa','\xb6','\x2f','\x67','\xba','\x31','\xe8','\xfc','\xf6','\xf8','\xf6','\x15','\x6f','\x6f','\x6f','\xf8','\xf1','\xaf','\x7f','\xe1','\x8c','\x9b','\x73','\xe0','\xf9','\x3c','\xf0','\xf9','\x78','\xf2','\x9d','\x3c','\x69','\xfd','\xd8','\x9a','\x63','\xdb','\x6e','\xf0','\x4e','\x47','\x99','\x08','\xe0','\x79','\x3c','\xf1','\xf9','\xf1','\x81','\xe7','\x3c','\x89','\x2e','\x49','\x8b','\x74','\x2a','\xd9','\x8a','\x93','\xdf','\x33','\xc4','\x2a','\x1c','\x0f','\xea','\x0b','\x8f','\xe3','\x64','\x37','\xa8','\xa8','\x24','\xc9','\x99','\x27','\xe7','\x64','\x87','\xfd','\x87','\x7d','\x13','\x85','\xf0','\xea','\x66','\x75','\x0d','\xef','\x9b','\x63','\xa0','\x67','\x60','\x0b','\xc6','\x58','\xe8','\x80','\x59','\xe8','\xd7','\x0c','\x60','\xd0','\xe1','\xae','\x99','\x06','\x09','\xa2','\x5f','\x88','\x69','\x02','\x67','\x9c','\x78','\x9e','\xd4','\x62','\xbe','\x6d','\xef','\x80','\x35','\xe0','\x10','\xaf','\x7e','\xb2','\x38','\x75','\x00','\x3f','\xf4','\x37','\x20','\x03','\x8f','\x9f','\xbf','\x4a','\xf7','\xad','\x67','\xac','\x24','\xad','\xb5','\x27','\x0a','\x91','\x6e','\x6f','\x4d','\x74','\x82','\x44','\x26','\x87','\x1d','\xa6','\x68','\xbd','\xe3','\x1c','\x40','\x18','\x7a','\xdb','\xd0','\xad','\xc1','\xc2','\xc9','\x02','\x48','\x16','\x2a','\x5d','\x85','\x83','\x5b','\xc3','\xdb','\xfb','\x86','\xb6','\xef','\x38','\xc6','\x13','\x23','\x0f','\x04','\x48','\xa3','\xed','\x07','\x75','\x75','\x6e','\x9a','\x4f','\x36','\x03','\x13','\x9c','\xa5','\x43','\x70','\x45','\x07','\xb7','\xf4','\x2e','\xcd','\x69','\xed','\x6d','\xdd','\x10','\xe7','\xc9','\x7d','\x7c','\x32','\xc6','\x0d','\x0f','\x9c','\x38','\x81','\x09','\xcd','\xf6','\x08','\x0c','\x23','\x92','\x9b','\x47','\x22','\xfd','\x94','\xd9','\x4a','\x39','\x2a','\xaa','\x23','\xba','\x62','\xfb','\x15','\x7c','\x19','\x0a','\x69','\x89','\x0c','\x00','\x1c','\xef','\x23','\xb0','\x21','\x5d','\xce','\x87','\x27','\x13','\x7e','\x93','\x13','\xd1','\x42','\x2b','\xed','\x25','\x91','\x67','\xac','\xb6','\xd6','\x28','\xd2','\x66','\x65','\xb3','\xf6','\x6a','\x25','\x45','\x2e','\x41','\x37','\x85','\xe3','\x46','\x7d','\x80','\x5f','\x85','\x30','\xbb','\x9c','\x00','\xb3','\x69','\x21','\xc1','\xec','\x2d','\xb0','\x6b','\x67','\x0c','\xb5','\x23','\xf9','\xcf','\x35','\xc8','\x15','\xd6','\x24','\xd0','\x66','\xe2','\x6b','\xc0','\x52','\xf4','\x2e','\x3a','\x9c','\xca','\xad','\xa5','\x55','\xc9','\xb9','\x28','\x31','\x1e','\x02','\xc3','\xb2','\x28','\x4f','\x2c','\x82','\x9a','\xea','\xfc','\x6c','\x86','\x33','\x58','\x94','\x51','\xdb','\x01','\x25','\xe5','\x4a','\x6c','\x64','\x8e','\x02','\x77','\xe5','\xc1','\x2c','\xb0','\xa6','\xf6','\xb6','\x41','\x5a','\x20','\xf3','\xa5','\xf5','\x70','\xe9','\x6f','\x60','\x2c','\x62','\x53','\xa0','\x63','\xba','\x92','\x32','\x67','\x27','\xa8','\xa8','\x4f','\xa4','\xeb','\xd9','\xd5','\x90','\x31','\xd0','\x02','\x1b','\xc4','\xe6','\xc2','\x5e','\xce','\x28','\x33','\x01','\x75','\x89','\x3d','\x92','\x5d','\x24','\xb7','\xa5','\x87','\x5a','\x80','\x2b','\x43','\x0d','\x2e','\x54','\x28','\x75','\x96','\xd9','\x4a','\xe4','\xd7','\x19','\x1a','\x2c','\x82','\xd8','\x65','\x51','\x01','\x54','\xf9','\xe0','\x8a','\x69','\xb6','\xee','\xbd','\x0a','\x8e','\x72','\x68','\x28','\xe2','\xa5','\x41','\xf2','\x03','\xa3','\x1e','\x93','\xeb','\x84','\xf9','\x57','\x9d','\x55','\x0e','\x51','\xdf','\x9a','\xbe','\x1b','\x65','\x82','\x9d','\xa2','\xa5','\x51','\xe7','\xdc','\xc0','\xe2','\xd3','\xa4','\xa7','\x41','\xd1','\xc3','\x10','\xcb','\xa9','\x96','\x9d','\x05','\x15','\x75','\x56','\x6b','\x52','\xac','\x9d','\x8a','\xbd','\xca','\x39','\xca','\x08','\x03','\xba','\x8a','\x5c','\xab','\x08','\xeb','\xb9','\xf1','\x19','\x89','\x82','\x6f','\x76','\x81','\x1f','\xcd','\xe9','\x2c','\x6a','\xd7','\xcc','\x41','\xc3','\x75','\x6d','\x55','\xa0','\xaf','\x01','\xd0','\x15','\xfc','\xd6','\x93','\xbb','\xce','\x05','\x00','\xd4','\x72','\x1b','\x63','\x6c','\xd4','\xef','\xe1','\x26','\xe2','\xf3','\xd1','\xdb','\xf4','\x34','\xf4','\x30','\xba','\xaf','\x46','\xc2','\x47','\xc2','\xcf','\xc0','\xd6','\x49','\x4e','\x88','\xe7','\xc0','\x39','\x1f','\x1c','\x08','\x6f','\x1a','\x21','\xe0','\x21','\x6d','\x09','\x35','\xf1','\xed','\x76','\x83','\xb5','\x8e','\x79','\x9e','\x78','\x7e','\x7c','\xe0','\xf9','\xeb','\xaf','\x88','\xaf','\x9f','\x68','\xe7','\x84','\x25','\x73','\x96','\xe9','\x27','\x42','\xf3','\xd5','\x60','\x5c','\x4f','\x16','\xce','\xb7','\x99','\x13','\x41','\xf4','\x4f','\x0e','\x7b','\xa2','\x27','\x7a','\x35','\x1b','\x44','\xad','\x8e','\xc9','\x82','\x24','\x38','\x73','\xca','\x6b','\x21','\xea','\xb9','\x9b','\x9b','\xcc','\x41','\xa8','\x37','\x42','\x1a','\x6c','\x1a','\x66','\x9f','\xd2','\xe0','\x2b','\x87','\x01','\xbb','\xb4','\xcf','\xcf','\x03','\x31','\xb9','\x76','\xcc','\x09','\x56','\x63','\x19','\x34','\x09','\xe0','\x49','\xc1','\x35','\xae','\xc2','\x2c','\xf9','\xae','\xeb','\xd9','\x27','\xa0','\xf9','\x9c','\x07','\xbf','\x57','\xf2','\x8f','\xfa','\x2e','\x00','\x38','\x73','\x5c','\xd4','\xda','\x05','\xfc','\xc5','\xb5','\x97','\xcc','\x04','\x26','\x51','\x2f','\x94','\xc1','\xe7','\x90','\x55','\x64','\x39','\xad','\xc2','\x9b','\x15','\x08','\xf4','\x92','\x0f','\xbf','\xae','\xad','\xbc','\x56','\xd9','\x72','\xc8','\x74','\x60','\x33','\x47','\x93','\xbb','\x5c','\x31','\x21','\x6a','\x8e','\xd3','\x1f','\xfd','\xfc','\xae','\x00','\x7a','\x3c','\x9f','\xd8','\x46','\x60','\x33','\x83','\x39','\x45','\xcd','\x11','\x09','\xcd','\xa1','\xc6','\x91','\x43','\x48','\x51','\xb1','\xa8','\x0d','\xb5','\x6f','\x04','\x16','\x88','\x3f','\x3b','\xaf','\x84','\xbe','\x36','\x15','\xae','\x43','\x7c','\x8c','\x81','\x73','\xbe','\xd8','\xed','\x01','\xb0','\x31','\x30','\x32','\x61','\x63','\xac','\x0e','\x05','\x3a','\x27','\x08','\x39','\x54','\x19','\xd7','\x16','\xd0','\x3e','\x0e','\x53','\x6b','\x36','\xe7','\xfa','\x7c','\x87','\xb8','\xf6','\x4f','\xe0','\xa8','\x17','\x33','\x06','\x67','\x02','\x3d','\x1f','\xac','\xfa','\xd5','\x89','\xf1','\x08','\x1c','\x5f','\x0f','\xf2','\x6c','\x95','\x9c','\x57','\x8c','\xfb','\xa3','\xeb','\xc9','\xe2','\x15','\x42','\x01','\x8e','\xd1','\x0f','\xf9','\x4f','\xba','\x47','\xfd','\xdf','\x5a','\x74','\x17','\xd5','\xee','\xe5','\x9e','\x91','\x98','\x1e','\xb0','\x08','\xd8','\x64','\xdb','\x16','\x11','\x12','\x8b','\x76','\x20','\x40','\x1d','\xd0','\xe0','\xcc','\x00','\xae','\x42','\x1d','\xe7','\x71','\x2d','\x9e','\x04','\xf9','\x97','\xb5','\x36','\x52','\x2f','\x30','\x8b','\xe2','\xdd','\xae','\x96','\x23','\x91','\x50','\x85','\x9d','\x98','\x14','\x24','\xcf','\x89','\x78','\x36','\x8c','\xee','\x2c','\xe8','\xba','\x71','\xf6','\x81','\x49','\xb8','\x66','\xec','\x6c','\xdc','\xef','\x9c','\xbd','\xfc','\x38','\x9e','\x78','\x8e','\x13','\x0e','\x0a','\x91','\x8f','\x79','\x32','\xf0','\x8c','\x49','\x5a','\xd0','\xf3','\xc0','\xf6','\xb5','\x23','\x41','\xd1','\xf9','\x79','\x1e','\x78','\x3e','\x9f','\x78','\x3c','\x8f','\xb5','\xc0','\x32','\xe8','\x10','\xd7','\x44','\x71','\x6c','\xde','\xf0','\xf1','\xfc','\xc4','\x73','\x9e','\x70','\x38','\x8e','\xf3','\xc0','\x31','\xfe','\xf8','\x73','\x61','\x60','\x57','\x44','\xc9','\xf9','\xe3','\xf9','\x64','\xd2','\x56','\x9b','\x54','\x05','\x5b','\xe6','\xe5','\xa8','\xd3','\x3b','\x39','\xaf','\xcd','\x7f','\x7b','\xfd','\x27','\x6d','\x75','\x61','\x18','\xa0','\x08','\xf9','\xef','\x7d','\xcf','\xf1','\x94','\x30','\xff','\x9f','\x7c','\x0f','\xcf','\xe3','\xc0','\xf1','\x3c','\x56','\x32','\xf6','\x47','\x9f','\xed','\x45','\x29','\x0a','\x0e','\x7c','\x8d','\x73','\x60','\xf8','\x58','\x96','\xae','\x7b','\x6f','\x4a','\x76','\x52','\x6d','\xec','\x02','\x3e','\x18','\x74','\xdc','\x38','\x43','\x66','\xdf','\x3b','\xa2','\x25','\xce','\x98','\x18','\x93','\x02','\xcf','\x8c','\xa0','\x69','\x47','\xa3','\x23','\x56','\xa6','\xd6','\x85','\x66','\x7d','\x51','\x8b','\x47','\x93','\x90','\x6d','\xdf','\xb0','\xed','\x1b','\xdc','\x3b','\xe2','\x38','\x31','\x4f','\x0e','\x5a','\x20','\xfa','\x3e','\x68','\x0f','\x3b','\x27','\xe0','\x34','\x34','\x20','\x4b','\xe3','\x42','\x84','\xa2','\x3a','\x49','\xfa','\xf5','\x04','\x5d','\x6e','\xf6','\x9b','\xc3','\x6e','\xb7','\xb5','\x0f','\x6b','\x1e','\x50','\xeb','\x8e','\xfe','\x76','\xc7','\x7f','\xff','\xf1','\x07','\x00','\xff','\x37','\x9d','\xe7','\x10','\xdc','\x03','\x3b','\xf0','\xfe','\x36','\xf0','\x7e','\x0c','\x3c','\x3f','\x3f','\xd8','\xad','\xf6','\xe2','\xbe','\xa7','\x34','\x49','\x9c','\x5f','\xf2','\x76','\xeb','\xf8','\xe1','\xfd','\x0d','\xc7','\x31','\xf0','\xf5','\xdb','\xaf','\x68','\xf6','\x85','\xda','\xbd','\x4c','\x9c','\xcf','\x07','\x1e','\x7a','\xfe','\xee','\x8e','\x6e','\x1d','\xde','\x7e','\xc0','\x3c','\x80','\x8f','\x6f','\x5f','\xf1','\x69','\x0f','\x3a','\xa7','\xc1','\xb1','\xc9','\x7e','\xdf','\xcc','\xb1','\xdf','\xdf','\x38','\xe4','\xf5','\x38','\x30','\xc6','\xc9','\x84','\xa8','\xef','\xd2','\x81','\x75','\x51','\x4d','\x3e','\xd1','\x72','\xd0','\x42','\x5c','\x87','\x69','\x39','\x8e','\x25','\x78','\x36','\xc1','\xe8','\xb4','\x55','\xd7','\xba','\xe2','\xbc','\x0e','\x80','\xde','\x9d','\xf4','\xb3','\x73','\x96','\xe6','\x1b','\x66','\x8e','\x96','\x1d','\x61','\x8e','\xf4','\xe0','\xac','\x25','\x0c','\xd8','\xf1','\x84','\x9b','\xe3','\xf6','\xd6','\xb0','\xed','\xbb','\x74','\x4e','\x81','\x31','\x4f','\x9c','\x71','\x02','\x09','\x9a','\xa9','\xa8','\xe8','\x6f','\xbd','\xc3','\xb1','\xd1','\x82','\xfd','\x1c','\x38','\x1f','\x13','\x53','\x5d','\x31','\x0b','\x20','\xa3','\x21','\xc4','\xc1','\x77','\xb3','\x85','\x14','\xba','\x6f','\xb8','\x6d','\xef','\xf0','\xd6','\xf1','\xdc','\x0c','\x8f','\xa4','\x43','\x22','\x46','\xc2','\xe6','\x89','\x84','\x61','\x04','\x3b','\x75','\x33','\xa7','\x9e','\x6b','\x51','\x21','\x01','\x95','\xa0','\x80','\x35','\xcc','\xd6','\x70','\x3a','\xa9','\xc0','\x79','\x1e','\xf0','\x20','\x22','\x78','\xf3','\xce','\x41','\xc0','\xe7','\x81','\x38','\x4a','\x6c','\xeb','\x2b','\xa6','\x9a','\x51','\xf3','\x52','\x34','\xee','\x74','\x9a','\xc3','\x84','\x9e','\x5b','\x8d','\x19','\x30','\x63','\x25','\xd1','\x8c','\x29','\xde','\xd4','\xc0','\x64','\xce','\xa7','\xf0','\xd5','\x8d','\xaa','\x07','\x6f','\xee','\x4a','\x38','\xf9','\xce','\x7d','\x59','\x8b','\x2b','\xc9','\x41','\x19','\xc3','\x30','\x01','\x61','\x82','\x22','\xa0','\x62','\x9d','\xa9','\x2e','\x8e','\x3f','\x35','\x7e','\x4c','\x72','\x6a','\x28','\x26','\xcf','\xd7','\x99','\x04','\x1f','\x26','\x42','\x89','\x13','\x63','\xb7','\x29','\x39','\x6d','\xee','\x74','\xe3','\xea','\x0e','\x43','\x83','\x1f','\x26','\xeb','\x6a','\x53','\x18','\xba','\xac','\x88','\x6b','\xa6','\xd7','\x7e','\x7b','\x63','\x32','\xa2','\x44','\x2b','\x26','\xbb','\x23','\x6d','\x4e','\x01','\x7f','\x44','\xaf','\x63','\xa8','\xdb','\x21','\x5a','\x79','\xf3','\x06','\x74','\xc6','\x7f','\x83','\xe3','\x99','\x04','\x45','\x5b','\x2f','\x6d','\x8c','\x01','\x83','\xef','\x68','\x8e','\x03','\x11','\x13','\xb6','\xdf','\xd0','\xfb','\xce','\x7b','\x11','\x18','\x84','\xd7','\xe7','\xa6','\xe2','\x8a','\xcd','\x17','\x7e','\x86','\x19','\x91','\x7e','\x76','\x1b','\x0d','\x68','\x81','\x01','\xc3','\x87','\x1d','\x48','\x0b','\xec','\xe1','\xe8','\xa8','\xd9','\x27','\x40','\x6f','\x3a','\x53','\x95','\xd0','\x03','\x55','\x0c','\xe9','\x2f','\x24','\x4e','\x4b','\x9c','\x00','\x36','\x00','\xef','\x00','\x6e','\xe9','\x48','\xcd','\x89','\xab','\x97','\x3a','\xc7','\xc0','\x18','\x27','\xcf','\x4a','\x63','\x71','\xaa','\x97','\xfd','\x9a','\x97','\x2f','\x3a','\x61','\x81','\x1c','\x16','\x00','\x25','\x33','\x5c','\x43','\x55','\x48','\x64','\x02','\x2d','\x08','\x62','\x45','\x4c','\x15','\xd5','\x02','\x39','\x82','\xf1','\xa1','\x37','\xc3','\x33','\x27','\x3e','\xe7','\x04','\x3a','\x18','\x93','\x9b','\x63','\xa6','\x61','\x44','\x02','\x39','\x59','\xa8','\xed','\x14','\xcb','\x03','\x14','\xd2','\x73','\x96','\x1f','\x35','\xba','\xde','\xc1','\x39','\x7d','\xd9','\xd0','\x9f','\x0d','\x5b','\xb6','\xb5','\xae','\x13','\x81','\x30','\xc6','\xdc','\xea','\x86','\xb5','\x8d','\x5d','\xde','\x40','\x62','\x18','\x64','\x3b','\xcc','\xc2','\x62','\xb9','\xc6','\x0d','\x02','\x11','\xd6','\xd5','\xc1','\xaa','\x3d','\x19','\x97','\x19','\x03','\x8c','\xfa','\x70','\x44','\x28','\x37','\xe3','\x93','\xe4','\x3c','\x28','\xce','\x91','\x1a','\x96','\x9c','\x17','\xb5','\xf6','\x5a','\x51','\xad','\x56','\xe9','\x24','\x0a','\xee','\x95','\xaf','\x00','\x17','\x2d','\x73','\xfd','\x98','\x69','\x38','\x7b','\x02','\x19','\xcb','\x04','\x84','\x6b','\x33','\xe0','\x2d','\xb1','\x77','\x43','\xb7','\x0d','\x66','\x8d','\x7a','\xd9','\xe7','\x04','\x30','\x60','\xe0','\xcc','\xa2','\xde','\x81','\xad','\xf3','\xbd','\x4d','\x10','\x24','\xa8','\x81','\xf7','\x69','\xa4','\xef','\x0e','\x18','\xce','\x0c','\xfc','\xfa','\xf5','\x57','\xd8','\x31','\xd0','\x8e','\x01','\x6f','\x8e','\xdb','\xfd','\x8d','\x9d','\xf0','\xaf','\x4f','\xe0','\xe3','\xc9','\xa1','\xa5','\x79','\x02','\xbd','\x61','\xce','\xa0','\x46','\x78','\xb2','\xe3','\x53','\x20','\x75','\x44','\xa0','\x83','\x34','\xb7','\x06','\x15','\xb4','\xe8','\x18','\x02','\x47','\xcf','\x71','\xe2','\x3c','\x08','\x80','\x7d','\x31','\x5f','\x3a','\x58','\x4b','\x02','\x09','\x6e','\x0e','\xeb','\x9a','\xc7','\x95','\x74','\x6f','\x9d','\x63','\xa2','\x28','\xad','\xdb','\xb6','\xc9','\x19','\x74','\xc2','\xe2','\x0d','\x91','\x81','\xe7','\xe3','\x03','\x9f','\xcf','\x0f','\xec','\xdb','\x8e','\xdb','\xed','\xbe','\x9c','\x23','\x43','\x3a','\xe3','\x08','\x9e','\x0f','\xbd','\xd1','\x0a','\x3f','\xb2','\x3a','\x26','\x1a','\xc4','\x1d','\x62','\xc4','\x60','\xc2','\xfb','\x8b','\xf6','\x5f','\xc5','\x07','\x00','\x60','\x4c','\x0c','\x0b','\xb4','\x6d','\xc3','\x9b','\x5c','\xe0','\x22','\x08','\x76','\xac','\x75','\x92','\x04','\x49','\x90','\x81','\xe3','\xc9','\xb9','\x5b','\x10','\xc3','\xb9','\xcc','\x30','\x5a','\x63','\xde','\x02','\xd0','\xcd','\xb8','\x72','\xde','\xc5','\x80','\xb2','\x0b','\x34','\xa8','\xd2','\x6c','\x4e','\x10','\xa0','\xe0','\x4b','\x5c','\x05','\x78','\x18','\x1d','\x61','\xf3','\xf6','\x27','\x3b','\x40','\x08','\x76','\x0d','\x58','\xe9','\xcf','\x95','\x14','\x92','\xcb','\xab','\x19','\x29','\xa0','\xe0','\xcc','\x96','\xa2','\xf2','\x6a','\x57','\x73','\x13','\x07','\x30','\x0d','\xb1','\x50','\x67','\x5b','\xd5','\x6e','\xa4','\xe9','\xa6','\x93','\xc8','\x14','\x2a','\xb7','\x15','\xb2','\x73','\x5e','\xcd','\xd5','\xb4','\xc6','\x4a','\xdd','\x12','\x69','\xbe','\xd0','\x4d','\xe8','\x61','\x99','\xac','\xef','\x6c','\x8a','\xae','\x55','\xdf','\xdf','\x00','\x4b','\x76','\x28','\x10','\x0c','\x58','\x2d','\xd8','\xb5','\x99','\x63','\x70','\x2e','\x41','\x30','\x38','\x04','\x38','\x7d','\xbb','\x99','\xb4','\x39','\x49','\x54','\x06','\xf1','\xc7','\xd7','\xe3','\xd1','\xd6','\xf5','\xf0','\x1e','\xcb','\xde','\xf1','\x3f','\x7f','\x8f','\x2e','\x87','\xa5','\x5c','\xc2','\x38','\x16','\x55','\x17','\xc2','\x71','\x2d','\x10','\xde','\x33','\x13','\x4c','\xa8','\x28','\xc9','\x49','\x4e','\xaa','\x47','\xc2','\xd1','\x89','\x16','\x46','\xb9','\xca','\x75','\x40','\x82','\xd1','\x6a','\x4d','\xcf','\x79','\x5e','\x45','\x4f','\x82','\x88','\x44','\xe1','\x2a','\x59','\x08','\x8a','\x5d','\xf3','\x97','\x08','\xbd','\x69','\xa9','\x11','\xd9','\xab','\xd9','\x03','\x69','\xe4','\xe8','\xe7','\x48','\xd8','\x26','\x7a','\x55','\x33','\x51','\x66','\x8c','\xcf','\x2b','\x98','\x6c','\x9c','\x9f','\x43','\xb3','\x0f','\x0c','\x40','\xc0','\xe6','\xe4','\x54','\x6b','\x04','\xe6','\x39','\x70','\x7c','\x3e','\x55','\x5f','\x51','\xb4','\x7e','\xce','\x83','\x33','\x44','\xa6','\x34','\x1f','\x32','\xde','\xe8','\x7d','\x43','\xdf','\x45','\xa9','\x6b','\x1d','\xc7','\xe7','\x03','\x67','\x9c','\xb2','\xcf','\x0d','\x8a','\xe2','\xe3','\xf7','\x9f','\x9b','\xc1','\xe2','\x61','\x9e','\x27','\xce','\x3c','\x31','\x07','\x91','\x0f','\xbc','\x3c','\x67','\x88','\xb6','\xd2','\x5a','\x47','\xdb','\x98','\x6c','\x76','\xe3','\x6c','\x92','\x31','\x06','\x5d','\x60','\x64','\x3c','\x11','\x99','\x38','\x40','\xda','\xcf','\x14','\x75','\x29','\x55','\x40','\xfe','\xf6','\x7b','\x6a','\x9d','\xfc','\xd3','\xef','\x61','\xe2','\x3f','\x7c','\x3e','\x2e','\xa3','\x8d','\x11','\x1c','\x12','\x39','\xe6','\x04','\x70','\x92','\x4a','\xa1','\xee','\x42','\xc2','\x70','\x3e','\x07','\x66','\x97','\x1e','\x48','\x09','\x3e','\x00','\x26','\x51','\xe6','\x38','\x8e','\x81','\x6f','\x8f','\x6f','\x38','\x0e','\xba','\x8d','\x9d','\x31','\x54','\xec','\x70','\xeb','\x71','\x90','\x5e','\x83','\xf7','\x6b','\x46','\x17','\x8c','\x43','\x5e','\xb7','\xfd','\x86','\xfb','\x9d','\x7f','\xf5','\xde','\xf1','\xf8','\xf6','\x89','\xe7','\xfc','\x64','\xf0','\xd2','\xdc','\xa8','\x50','\x50','\xeb','\xa0','\x80','\xb1','\x86','\x87','\x36','\x37','\x75','\x97','\x78','\xd0','\x31','\x45','\xc2','\xfa','\xfd','\x30','\xce','\xe0','\xa9','\x26','\xe7','\x94','\xf6','\xc8','\xdb','\x86','\x6d','\xa3','\x31','\x47','\x9c','\x03','\x8f','\xc7','\x13','\x1f','\xc7','\x13','\xf3','\x1c','\x68','\xcd','\x74','\x08','\x18','\x35','\x82','\x32','\x1a','\xa0','\x51','\x01','\xf7','\x83','\x87','\xa1','\xb7','\x9d','\xf6','\xe4','\xbb','\xe1','\xdc','\x69','\x1f','\x6f','\xad','\x63','\xdf','\x77','\x18','\x1c','\xc7','\x76','\xe0','\xd6','\x1f','\x18','\x31','\x90','\x36','\xb1','\x6d','\x37','\xbc','\xef','\xff','\x06','\x9b','\x0d','\x8f','\x1f','\xff','\x8a','\xf3','\x3c','\x10','\xe7','\x64','\xc2','\x2b','\xbb','\xce','\x84','\xf3','\x9d','\x3e','\x68','\x6d','\x5e','\xf7','\xe1','\x31','\x81','\x01','\x9c','\xc7','\x13','\xc7','\x79','\xe2','\xad','\x27','\xde','\xf7','\x46','\xaa','\x0d','\xd8','\xf6','\x27','\xd5','\xa3','\xc1','\x40','\x07','\xb2','\x39','\x93','\xb4','\x91','\x73','\x22','\x1a','\x13','\xf0','\x8b','\xd6','\xc8','\xcf','\x1d','\x23','\x70','\x9e','\x9f','\xb2','\xce','\x36','\xd1','\xcb','\x8a','\x2e','\x03','\xc0','\x02','\xd6','\x3b','\xde','\xbe','\xec','\x68','\xbd','\x61','\xbb','\x6f','\xd8','\x77','\x1a','\x37','\x98','\x9b','\xac','\x5c','\x07','\x9e','\x79','\x20','\xed','\x44','\xeb','\x40','\xdf','\x6f','\xb8','\xdd','\x6e','\xe8','\x6d','\x87','\xa3','\x31','\x49','\x18','\x81','\xf9','\x60','\xc7','\x6d','\x9c','\x53','\xef','\x64','\x43','\x5b','\xa2','\x7a','\x52','\x9d','\x0c','\x2c','\x00','\xad','\x35','\x0c','\x24','\xed','\x60','\xcf','\x53','\xc5','\x2e','\x63','\x03','\x3b','\x99','\x14','\x08','\x37','\x27','\xc7','\xbc','\xb7','\x06','\xaf','\x4e','\x80','\xa8','\xba','\x39','\x03','\xf9','\x31','\x90','\xe3','\xe4','\x90','\x4b','\xeb','\xd8','\xfa','\x86','\x7d','\xdb','\xe8','\x72','\x98','\x3c','\x60','\x9b','\xf7','\x05','\xda','\x41','\x74','\xc1','\x02','\x38','\xda','\xee','\x18','\x39','\xf1','\xed','\x17','\x5a','\x48','\x9b','\xf5','\x65','\x08','\x63','\x09','\x52','\xcb','\x8c','\xda','\x28','\x38','\xbb','\xdf','\x21','\x5a','\xb8','\xeb','\x9d','\x18','\xa0','\x2e','\x0f','\x01','\xa2','\x02','\x80','\xd2','\xd9','\x01','\x67','\xbd','\xc3','\xae','\xce','\x74','\x76','\x69','\xe0','\xce','\x51','\x10','\x83','\xa0','\x91','\xad','\xb7','\xc2','\x2e','\x7e','\x4b','\x60','\x13','\x38','\x01','\xc5','\x61','\x76','\xd5','\xb9','\x16','\x1a','\x6b','\x62','\x4c','\x9b','\x2b','\x47','\xa4','\x91','\x80','\x55','\x19','\x21','\x74','\x5c','\xe6','\x22','\x0b','\x5d','\xe3','\xd6','\x9c','\x28','\xe1','\x32','\x91','\x59','\xd7','\x2c','\xab','\x90','\xa8','\x1e','\x63','\x12','\x38','\x73','\x17','\xa8','\xa6','\x02','\x4e','\xb1','\xb2','\x28','\x5a','\x0d','\xce','\x59','\x70','\x41','\x96','\x88','\xf5','\x0e','\x58','\x60','\xe6','\x00','\x0d','\x9d','\x14','\x63','\x1a','\x3b','\x68','\x73','\x4c','\xf5','\xb1','\x1d','\x9c','\x33','\x97','\x35','\x61','\x4b','\x91','\xd8','\xc0','\x0e','\x94','\x2f','\xc4','\x3b','\x40','\xfb','\x70','\x93','\x46','\xc8','\x54','\x74','\x76','\x24','\xde','\xd3','\x90','\xe9','\xe8','\x7c','\x3d','\x30','\x70','\xbe','\x5a','\xd5','\x5e','\xc8','\xea','\x0a','\x5d','\x62','\xfe','\x62','\xa7','\xb1','\xa0','\xa1','\x15','\x78','\x26','\xad','\xa2','\xab','\x71','\x53','\x94','\xfe','\x74','\x76','\x90','\x26','\x92','\x3a','\xa5','\x02','\x27','\x17','\xc5','\x4d','\xcf','\xb4','\x6a','\x4b','\xcd','\xca','\x83','\xd1','\x7a','\xbc','\x72','\x20','\xa8','\x80','\x2a','\x07','\x0b','\x0e','\xa8','\x4d','\x84','\x33','\x39','\x16','\xf6','\x4a','\xe4','\x3b','\xb5','\x7f','\x63','\xa0','\xb7','\x0d','\xb7','\xce','\xf5','\x4b','\xf0','\x6b','\x20','\x2d','\x71','\xdb','\x68','\x40','\xc2','\x42','\x1a','\x30','\x90','\xde','\x18','\xba','\x18','\x4b','\x5f','\xba','\xaa','\xe0','\xae','\x62','\x61','\xb2','\x6c','\xa6','\x5d','\x1a','\x1f','\x26','\xb6','\xdd','\x37','\x6c','\xbd','\xe3','\x14','\xfd','\xdd','\xd2','\xe1','\x98','\x6a','\x4c','\xf1','\xe6','\xd8','\x35','\xe3','\x3b','\xaa','\x6b','\xe5','\x19','\x61','\x1c','\xab','\x91','\x2c','\x9a','\x02','\x2c','\x3a','\x5d','\xf9','\xa3','\x35','\x63','\xdc','\xf2','\x9a','\x33','\x06','\x99','\x6d','\x08','\x18','\xae','\xf3','\xf7','\x75','\x1d','\x43','\xe0','\xab','\x0b','\xe9','\x56','\x0e','\xf4','\xdd','\x8f','\x43','\x1d','\x3c','\xa8','\xc8','\x30','\xbd','\x83','\x5c','\xeb','\x87','\xd4','\xcc','\xda','\x37','\xc9','\x2f','\xda','\x4c','\xa0','\x6d','\x5d','\x1b','\x35','\xab','\x9c','\xac','\xb5','\x69','\x14','\x03','\xb0','\x59','\xc0','\xe7','\x40','\xcb','\xc0','\x36','\x03','\xe7','\xe3','\x89','\xf9','\xed','\x89','\x9e','\xc6','\x9c','\xab','\x35','\xd8','\xd6','\x31','\xfa','\x89','\xd3','\x80','\x63','\x9e','\x18','\x6a','\x12','\xf4','\xa4','\xd5','\x7e','\x4c','\x6a','\x46','\x5b','\xb1','\x20','\x8c','\x43','\x7c','\x5d','\xe7','\x4f','\x26','\x8d','\x88','\x72','\x4c','\xd8','\x1c','\xf0','\xa9','\x81','\xaf','\xc9','\x67','\x4f','\x77','\x3f','\x57','\xd7','\x13','\x7a','\x1f','\x64','\x1c','\xe5','\xa4','\x0b','\xdc','\x9c','\x03','\xad','\xef','\x80','\x35','\x90','\x05','\x2b','\x0d','\x27','\x1c','\x67','\x9c','\xf8','\xfa','\xf9','\x89','\x63','\x4c','\x82','\x99','\x7b','\xe5','\xeb','\x80','\xad','\x19','\x52','\x1c','\x61','\x01','\x73','\x58','\xc7','\xda','\x0f','\x39','\x65','\x56','\x52','\x60','\xbd','\xba','\x34','\x58','\xd4','\x42','\xe5','\xe4','\xc9','\xf3','\x38','\xe6','\x24','\x58','\xb5','\xed','\xd2','\x81','\xbf','\x7c','\x16','\x00','\x24','\x0d','\xa1','\xd8','\x69','\xaf','\x2e','\x19','\xd7','\x41','\xe0','\x3a','\xfb','\x53','\x5d','\xf9','\xdb','\xd6','\x95','\xb7','\xf2','\x5c','\x40','\x99','\xbb','\x94','\xa5','\x7f','\x82','\xc3','\x85','\x45','\xcd','\x9e','\xda','\x97','\x13','\x86','\xb4','\xc0','\x09','\xe0','\x23','\x8d','\x73','\xd0','\xfe','\xe0','\xe7','\x77','\x05','\xd0','\x3d','\x37','\xdc','\xc6','\x40','\x3f','\x06','\x7c','\x1a','\x0c','\x9d','\xbc','\xd1','\xde','\xe0','\xb6','\x23','\xbb','\x21','\x1b','\x83','\x51','\xca','\x9a','\x2e','\x13','\xc8','\x91','\x70','\x53','\x1b','\xcd','\x26','\x22','\x38','\xe4','\xcc','\xdd','\x89','\xfc','\xf6','\x0d','\xcd','\x1c','\x63','\x70','\xc8','\x5f','\x03','\xb8','\x18','\x6b','\xb3','\xa8','\x0c','\x5c','\x94','\x01','\x34','\xcd','\x99','\x60','\xe5','\x1b','\x35','\x6c','\x4d','\xd5','\x5f','\xd5','\x3b','\x16','\x81','\xd4','\xe4','\xfa','\xaa','\x80','\x01','\xc0','\x3c','\xd0','\xf7','\x8e','\xfb','\x7e','\x83','\x25','\x30','\x3e','\x0f','\x58','\x4c','\xec','\x06','\x24','\x5e','\xa6','\x71','\xcf','\xc9','\x85','\x09','\xe0','\x66','\xf8','\x8d','\x7b','\xce','\xf7','\xd7','\xe3','\xb2','\xfd','\xc4','\x4c','\x04','\x18','\xdc','\x4d','\xdd','\xa4','\x7f','\xf8','\x1e','\x81','\x17','\x94','\x51','\x9b','\x5f','\xda','\x88','\xc0','\x6b','\x5c','\xad','\x5a','\xf6','\x0f','\xee','\x59','\x61','\xa3','\x0a','\xac','\x08','\x70','\xb8','\x19','\x9c','\x45','\x90','\x02','\x16','\x54','\x3d','\xd7','\xf0','\x29','\xc0','\xc4','\x7d','\xd5','\x37','\x98','\xad','\x42','\xf7','\xf5','\xfb','\xca','\x6e','\x38','\x75','\xd8','\x88','\x06','\xcb','\xdf','\x93','\x85','\x78','\x09','\x25','\x31','\x5d','\x40','\xb0','\x1d','\xdf','\x4c','\x94','\xa9','\x26','\x51','\x7b','\x10','\x41','\x8b','\x39','\x98','\x14','\x37','\xc7','\xa6','\x81','\xb8','\x23','\x4a','\x6f','\x46','\x3a','\xdf','\x18','\x03','\xe7','\x38','\x30','\x8e','\x81','\xb4','\x4a','\x54','\x1d','\x1d','\x4d','\xdd','\x18','\x9a','\x5a','\x60','\x68','\xae','\xd3','\x23','\x81','\x79','\x22','\x25','\x26','\x6e','\x68','\x9c','\xa3','\x13','\x03','\x19','\x0d','\xae','\x01','\x11','\xd4','\x62','\x69','\x5e','\xca','\x49','\xce','\x73','\x93','\x8b','\x59','\x2b','\xae','\x6b','\x14','\x9a','\xde','\xd1','\x44','\xe3','\xc9','\x53','\x83','\x30','\x67','\x22','\x17','\xa5','\x8b','\x64','\x03','\x37','\xc3','\x10','\x0d','\xcb','\x20','\x24','\xec','\x8f','\xbe','\xe7','\x9f','\x7c','\x0f','\x63','\xd0','\x6d','\xec','\xcf','\x7c','\x76','\x68','\xcf','\xcc','\x39','\x30','\x8e','\x13','\x43','\x56','\xd8','\xe1','\x8e','\xf1','\x60','\x51','\x07','\x00','\xf3','\x1c','\xda','\xd3','\x2c','\x5e','\x3b','\x38','\xec','\x76','\xdb','\x37','\x1c','\xfd','\x09','\x00','\xf8','\x9c','\x1f','\xb0','\x66','\xd8','\xf7','\x1b','\xb6','\xd8','\x70','\x82','\xd3','\xbf','\x0b','\x79','\xe4','\x48','\xa4','\x5c','\x76','\x96','\x2c','\xf8','\x65','\x0b','\x1c','\xa4','\x5b','\xf4','\xde','\xf0','\x78','\x7c','\xe0','\xe3','\xf1','\x95','\xc9','\xe4','\x64','\x9c','\xe8','\x42','\xae','\x7a','\x77','\x98','\x25','\x3e','\x3e','\xbe','\xe2','\xf3','\xe3','\x03','\xfb','\xfd','\x86','\xbb','\x1c','\xc7','\x6a','\xd8','\x1b','\xf5','\x09','\x44','\xcc','\xbe','\x3d','\x07','\xb6','\x3e','\xb1','\x6d','\x9c','\x79','\x62','\xe8','\x30','\xe3','\xde','\xfe','\x38','\x9f','\x38','\xcf','\xc9','\x2e','\x4b','\x15','\x4c','\x00','\x66','\x10','\x4d','\x85','\x92','\x82','\xcc','\x86','\xe7','\xaf','\x53','\xf4','\xbc','\x9d','\xb3','\xcb','\x40','\xc0','\x23','\x26','\xd1','\xc5','\xcc','\x86','\xfb','\xfe','\x57','\x1e','\xde','\x1a','\x9a','\xb9','\xbb','\xc1','\x6e','\xa4','\xd4','\x1d','\xe3','\xc0','\xfc','\x48','\x3c','\x3e','\x3f','\xd9','\xed','\x30','\xe0','\x66','\x0d','\xb1','\x99','\x28','\x95','\x81','\x18','\x1c','\xdb','\xb6','\x5b','\xc7','\xfe','\xb6','\x23','\xef','\x86','\x79','\xde','\x16','\x7a','\x3a','\x83','\xdd','\xd3','\x7b','\x6b','\xd8','\xa2','\x61','\x1b','\x1b','\xba','\x03','\xd9','\x24','\xce','\x9d','\xc0','\x3c','\x6b','\xb6','\xce','\x50','\x92','\x27','\xe3','\x8b','\xd9','\x57','\x67','\x8a','\xb9','\x41','\x62','\x0e','\x22','\xbf','\xdd','\xef','\xb4','\x17','\x07','\x1d','\xa5','\xe6','\x1c','\x1c','\xa8','\xba','\xd1','\xc9','\xa8','\xb7','\x1d','\xde','\x1a','\xce','\x18','\xf8','\xfc','\x7a','\xe0','\x68','\x03','\xfb','\xdb','\x1d','\xfb','\xfb','\x1d','\xee','\x3b','\xf6','\x37','\x00','\xe3','\x89','\x4f','\xfc','\x6f','\x8c','\x16','\xf0','\x9e','\x42','\xeb','\xb1','\xc0','\x00','\x76','\xe9','\x5d','\xb1','\x7b','\xc3','\xad','\xbf','\xe3','\x66','\x3b','\x1c','\x86','\x31','\x12','\xe7','\x19','\x38','\xcf','\x03','\xc8','\xc0','\x06','\x22','\xbc','\xf1','\xd9','\x30','\x3f','\x0d','\x71','\x8a','\x87','\x0e','\x47','\x73','\xde','\xb3','\x25','\x01','\x2b','\x37','\xc0','\xb2','\x21','\xb1','\x01','\x29','\xbd','\xcc','\x18','\xd4','\x58','\x9d','\x81','\x5b','\x38','\x6e','\xb8','\x01','\xd8','\x19','\x93','\x9e','\x29','\x2b','\x74','\xbe','\x57','\xeb','\xa2','\x5d','\xcc','\x10','\x7d','\x88','\xb4','\x90','\xcd','\x0d','\xde','\x39','\x1c','\x72','\x4b','\xc3','\x6d','\x7b','\xc3','\x1c','\x44','\xa5','\x39','\xc3','\x4a','\x34','\xde','\x58','\x61','\x91','\x33','\xb3','\x9c','\x7a','\x01','\x44','\xb0','\xc3','\xd9','\x77','\xf4','\x5b','\x87','\x83','\xee','\x86','\xd9','\x03','\xb3','\xc9','\x90','\xc0','\x43','\x05','\x54','\x03','\x5a','\x2c','\xed','\x4d','\xdb','\x78','\x9e','\x6c','\x01','\x0c','\x87','\xb4','\x4d','\x5a','\x27','\x01','\xe4','\x3c','\x16','\x5a','\x1b','\xe3','\x14','\xc5','\x92','\x5d','\x1f','\x13','\x52','\xea','\xb7','\x0e','\x44','\x27','\xa0','\xa1','\x62','\xac','\xdc','\x9f','\xac','\x1c','\xec','\x4e','\xad','\x8f','\xd6','\x96','\xfe','\x05','\x5a','\x1d','\xb0','\x06','\x1d','\x13','\xec','\x5c','\x20','\x56','\xbc','\x2f','\x47','\xb7','\x99','\x93','\xda','\x82','\x39','\x10','\xc3','\xd1','\xb7','\x2f','\x70','\x6f','\xd4','\x4a','\x19','\xe3','\xa0','\x67','\x89','\xc4','\x4f','\x00','\x03','\xd8','\x1a','\x4e','\xa4','\x4c','\x22','\x4e','\xb8','\x05','\x7c','\x63','\xf2','\xeb','\xdd','\x31','\x3a','\x8b','\x04','\x5a','\x05','\x86','\x34','\x3f','\x51','\x87','\x11','\x2d','\x93','\xf9','\xb0','\xe5','\xb6','\x2a','\x6a','\x6f','\x9c','\x8b','\x69','\x01','\x50','\x47','\x70','\x47','\xc3','\xbd','\x5c','\xa4','\x20','\x9a','\xfe','\x0b','\x1d','\x7c','\xa6','\x3a','\xa7','\x2a','\x52','\x5b','\x75','\x84','\x54','\x9d','\x9a','\xce','\x7c','\x24','\x0d','\x2a','\x1e','\x08','\x78','\xa6','\x34','\x93','\xa2','\x5b','\x99','\x21','\xf7','\x1d','\x2e','\x24','\x7c','\xc8','\xee','\xdf','\xa0','\x04','\x5f','\x08','\xb7','\x23','\x95','\x20','\x36','\xb8','\xc7','\x3a','\x1b','\xd3','\xa4','\x52','\x12','\x00','\xc2','\x01','\xe7','\x13','\xa7','\x80','\xdb','\xea','\xfe','\x71','\x8d','\xf1','\x59','\xa4','\x2a','\xb7','\x2f','\xce','\x0e','\x80','\x69','\xbe','\x21','\x4e','\x15','\xfb','\x62','\x28','\x78','\x70','\x2d','\x44','\x76','\xe9','\x56','\xa4','\xcd','\x84','\x62','\xd4','\x64','\xe1','\x15','\x31','\x71','\x22','\x59','\x76','\x2a','\x57','\xc2','\x46','\xe6','\xc9','\x88','\x81','\x4c','\xbe','\x8b','\xc9','\xf9','\xb9','\x7a','\x3e','\x72','\xfd','\xac','\xba','\x59','\xd7','\x79','\x7a','\x25','\xaf','\xb2','\xaf','\x77','\x17','\xbe','\x43','\x63','\x94','\x14','\x7d','\x1c','\x4a','\x66','\x8b','\x4c','\x18','\x48','\x1c','\xc1','\xa1','\xd8','\xa6','\x02','\x71','\x75','\xe7','\x9c','\xb4','\xb8','\xa2','\xf4','\xb5','\x4e','\xf7','\xbb','\xf3','\x79','\xe8','\x5d','\x2b','\xd6','\xd8','\x8b','\x29','\x82','\xc0','\x80','\x2a','\x36','\x39','\x42','\xc2','\x60','\x5b','\x83','\x6d','\x0d','\xbe','\x6d','\xb0','\xad','\xe1','\x6c','\x13','\x4f','\xa3','\x5e','\xfb','\xad','\x07','\xf0','\x66','\xe8','\xef','\x1b','\xf6','\x9b','\xa3','\xf7','\x00','\xda','\x89','\x81','\xc4','\x18','\x80','\x1d','\x09','\x7f','\x3a','\xd0','\x1a','\xba','\x3b','\x6e','\xc0','\x72','\x2b','\xcc','\x48','\xc4','\x70','\x4c','\x6c','\x9a','\xa5','\xf6','\xc0','\x78','\x1c','\x04','\x45','\xcf','\x13','\x67','\x4f','\x8c','\xf7','\x0d','\x78','\x4c','\x6c','\x9f','\x07','\xda','\x18','\x68','\x0e','\x0c','\x23','\x95','\x8e','\x58','\x4a','\xc2','\xee','\x3c','\x9f','\x22','\x49','\xa9','\x9e','\x27','\xa9','\xe2','\x18','\x27','\x3c','\xa8','\xb1','\xbf','\xb9','\x93','\x96','\x1e','\x27','\x0d','\x45','\x9a','\x06','\x19','\xab','\x98','\x9b','\x31','\x70','\x3c','\x38','\xa2','\xc2','\xbb','\xc3','\xb7','\x1b','\xf3','\x3e','\xb7','\xe5','\x23','\xc2','\x62','\x75','\x12','\xb0','\xb0','\x1b','\x9a','\x0f','\x4c','\x73','\x3c','\x8e','\x81','\xc7','\x88','\x2b','\xbf','\x86','\x01','\x6d','\x97','\x39','\x03','\xb0','\x6f','\x3b','\x36','\x51','\xb3','\x87','\x9d','\xc8','\x73','\xb2','\xe3','\xbf','\x75','\x9c','\x71','\xe0','\x11','\x9f','\x34','\x82','\x50','\xd7','\x2d','\xcd','\x96','\x0b','\x5b','\xc4','\x40','\x4e','\x43','\x0b','\x02','\x5f','\x59','\x5a','\x27','\x57','\xbd','\x52','\xc5','\x50','\x02','\xfd','\xe8','\x7c','\x97','\x4e','\x19','\x46','\x38','\x70','\x38','\x60','\x27','\xbb','\x93','\xa6','\xc4','\x98','\xc0','\x3e','\x3b','\x41','\xb7','\xd0','\x10','\xe6','\x2c','\xdb','\x7c','\x47','\xeb','\xf4','\x01','\x18','\x38','\x31','\x13','\x18','\x2a','\x80','\x46','\x6f','\x18','\xcd','\x71','\x7a','\x43','\x6b','\x37','\xfc','\xd1','\xcf','\xef','\x3b','\x40','\x58','\x30','\x86','\x16','\x67','\x30','\x11','\x98','\x06','\xef','\x86','\xbe','\xef','\xf0','\x2d','\x39','\x64','\x73','\xb2','\xe2','\x2a','\x2d','\x43','\xcc','\x44','\xc4','\x10','\x12','\xcc','\x56','\x72','\x6f','\xed','\xbb','\xc9','\xec','\xee','\x9a','\x5d','\xa0','\x0d','\x9e','\xa8','\xf6','\x16','\x03','\x16','\xe0','\x57','\x2e','\x8e','\x20','\x0f','\x58','\x22','\xe0','\x12','\x39','\xa7','\xe0','\xae','\x4a','\xcc','\x77','\xdf','\x74','\xd9','\x44','\xdf','\x63','\x4e','\x3c','\xf1','\xc0','\x38','\x9b','\xba','\x40','\x1c','\x00','\x08','\xc8','\xda','\xf4','\x45','\xd8','\x05','\x24','\x6e','\x85','\x88','\x0a','\x95','\xc8','\x52','\xc5','\x47','\x7c','\x7f','\x3d','\x72','\xcb','\x8a','\x49','\xe7','\x9f','\xe6','\x86','\x6c','\xfd','\x1f','\xbb','\x47','\x2a','\xa1','\x49','\xb3','\xe2','\x2e','\x46','\x59','\xa5','\x56','\xd0','\x59','\x1b','\xfc','\xe5','\xe7','\xb7','\xf7','\xbc','\xf9','\x76','\xfd','\xba','\x3a','\x5d','\x39','\xa9','\x65','\x21','\xcf','\x1c','\xc8','\x18','\xb8','\xb0','\x5e','\x1e','\x12','\x62','\x37','\xa0','\x86','\x59','\x7d','\xff','\xe6','\x2f','\xda','\x93','\x9e','\xfe','\x2a','\x82','\xdc','\x79','\xb8','\x54','\xd5','\x5d','\x76','\xac','\x30','\xce','\x5b','\x72','\xb4','\x4b','\xef','\x71','\x26','\xb0','\x19','\xb0','\x01','\xd9','\x75','\x90','\x78','\x05','\x52','\x25','\x49','\xb2','\x5c','\x1d','\x23','\x71','\xce','\x03','\x6b','\x58','\x68','\x96','\xad','\x37','\x9f','\xc7','\xd6','\x3a','\x6e','\xb7','\x9d','\xd7','\x67','\x74','\xa4','\x6a','\x42','\x6f','\x9b','\xda','\xb0','\x1c','\x36','\xda','\xf4','\x3c','\xb8','\x6e','\x9f','\xc7','\xc0','\x73','\x3c','\x39','\x45','\x79','\xe9','\xd7','\xd4','\x46','\xd5','\x54','\x67','\xd2','\xba','\xd8','\x46','\x2e','\x7b','\x4f','\x83','\x38','\xf4','\xf5','\x1d','\xad','\xa1','\x35','\x22','\xed','\x31','\x26','\x62','\xf0','\x44','\x98','\x41','\xb1','\x61','\x46','\x62','\xc4','\x60','\xe0','\xfe','\x3b','\xdf','\xf3','\xcf','\xbe','\x07','\x9e','\xc1','\x7f','\xee','\xb3','\xa7','\xc4','\xd9','\x73','\x06','\xaf','\x49','\x85','\x03','\x0f','\xbe','\xc4','\xb7','\x5f','\xbf','\x09','\x6d','\x03','\x4a','\x74','\xca','\xcf','\x13','\x15','\xad','\x5d','\x36','\x99','\x89','\x01','\x74','\xce','\x3c','\xe9','\xce','\x99','\x3a','\xad','\x77','\xce','\xf0','\x31','\xd3','\x3b','\x9d','\x72','\xc2','\x9a','\xd2','\xc3','\x71','\xd1','\x79','\xfb','\x95','\x20','\x41','\xeb','\x88','\x38','\x31','\xce','\x27','\x51','\x4e','\xf0','\x80','\xeb','\x7d','\xa3','\x01','\x81','\x91','\x96','\xf3','\xf9','\xf1','\x89','\xc7','\xf3','\x01','\xff','\xf8','\x00','\x1d','\x7e','\xda','\x4a','\x20','\x60','\x97','\x2d','\xb4','\xa5','\x0e','\x4d','\xe9','\x0a','\x22','\x49','\xf7','\x83','\xb4','\x22','\xe8','\xd4','\x52','\x59','\x52','\x9f','\x10','\xe7','\x90','\x48','\x54','\x46','\x14','\x50','\x40','\x9e','\x3b','\xbc','\x93','\x3e','\xb8','\xb7','\x8d','\x1d','\x40','\x2f','\x14','\x91','\xc0','\xc1','\xee','\x1d','\xa6','\x44','\xcb','\x1a','\x93','\xae','\xad','\x6d','\x18','\x3e','\x70','\xdf','\xef','\x18','\xe7','\xc4','\xf1','\x60','\x81','\x6a','\x42','\x49','\x23','\x49','\x33','\x28','\x2e','\x39','\x00','\xec','\xef','\xef','\xb8','\xef','\x37','\x44','\x34','\x44','\x53','\x47','\x31','\x94','\xf8','\x28','\x46','\xc5','\x31','\x11','\x9f','\xa7','\x66','\x6e','\x0d','\x8c','\x79','\x60','\x4a','\x97','\xd5','\x3a','\x6d','\xc5','\x73','\x72','\xcf','\x59','\xa3','\x4b','\x5f','\x92','\xb7','\xb2','\x12','\x04','\x0a','\x4b','\x81','\xc8','\x83','\x06','\x05','\x4a','\x8c','\xcd','\x0a','\xe1','\x4b','\xa2','\x8f','\x07','\xbb','\x1c','\xcd','\x1d','\xb7','\xf7','\x77','\xdc','\xdf','\xee','\xd8','\xdf','\xee','\xd8','\xf6','\x1b','\xb6','\xbd','\xa3','\x6f','\x1b','\x25','\x44','\xed','\xaf','\xb0','\x36','\xd0','\xfb','\x1b','\x3a','\x08','\xf8','\x60','\x02','\xe7','\x99','\xf0','\x99','\xc8','\x33','\xf1','\x6f','\xff','\x16','\x88','\xc9','\xee','\x6f','\x8c','\xc4','\xf8','\x3c','\x31','\xbf','\x3e','\x44','\x73','\x24','\xaf','\xff','\xa7','\x9f','\x7e','\x66','\xbc','\xb3','\x2b','\x0e','\xc5','\x20','\x12','\x9d','\x5a','\x5b','\xee','\x8d','\xe2','\x05','\x25','\xac','\x0a','\x3d','\x44','\x5e','\x61','\xd2','\xa8','\x4a','\x50','\x9c','\xea','\xb2','\x20','\xe5','\x36','\x47','\xf0','\xc9','\x0d','\x40','\xa3','\xcb','\x11','\x54','\x50','\x95','\x52','\x20','\x2d','\xd7','\x0c','\x22','\x73','\x47','\xdf','\x3a','\x9a','\xba','\x14','\x9e','\xf1','\xdd','\x80','\xbf','\x21','\xb4','\xb2','\x75','\x76','\x85','\x6f','\xfb','\x1d','\x65','\x31','\x4d','\x9a','\x8c','\xb8','\xf5','\xcd','\x10','\x6e','\x18','\x20','\xcf','\x3d','\x55','\xf0','\x2c','\xdb','\xdd','\xba','\xe5','\x12','\x20','\x27','\x87','\x8c','\x7a','\x6f','\x48','\xcd','\xfc','\x49','\xdd','\xaf','\xc1','\x24','\x80','\x27','\x05','\xcd','\x16','\x37','\x59','\x28','\xb2','\xbb','\xf4','\x2a','\x58','\x14','\x43','\x6e','\x8d','\xd2','\x5b','\x98','\x12','\x44','\x43','\xe9','\x53','\x2b','\x84','\x73','\x0d','\xf0','\xc1','\x87','\x57','\x12','\x0d','\x02','\x15','\x96','\xa2','\xa6','\xd1','\xc2','\x3f','\x90','\xeb','\xd9','\x37','\x2f','\x8d','\x80','\x21','\xd1','\x34','\x30','\x54','\x1c','\x96','\x64','\xd7','\xc6','\xc3','\xb0','\xed','\xc0','\xb6','\xbf','\x01','\xb1','\x71','\x9f','\x61','\xf0','\x7c','\xb7','\xc4','\x76','\xdb','\x11','\x23','\x31','\xc7','\xb9','\xf6','\x5e','\x81','\x70','\x66','\x4a','\x9a','\x65','\xe6','\x51','\xe7','\x16','\xff','\xdb','\x05','\xc0','\xad','\xa9','\xf5','\xc8','\x65','\xd1','\x5d','\x89','\x3f','\xea','\x98','\x52','\xbd','\x57','\x9d','\x84','\x0b','\x78','\x34','\x82','\x3c','\xd0','\x2b','\x51','\xdc','\x2a','\x63','\xa3','\xcc','\xea','\xfd','\xe8','\x73','\x5f','\x01','\x42','\x5b','\x5f','\xc6','\x64','\x54','\xfb','\xac','\xa8','\x6f','\x06','\xea','\x5a','\xda','\xd6','\x16','\x00','\x59','\x09','\x1f','\xdd','\xd4','\x16','\x07','\xfd','\x3a','\xe7','\xed','\x02','\x5e','\xd7','\x30','\x50','\xb0','\xb8','\x32','\x75','\xa5','\xe7','\x79','\x92','\xcd','\x62','\x86','\xdb','\x6d','\x47','\xcd','\x68','\xba','\x28','\x5f','\x05','\x00','\x37','\x5d','\xe2','\xa5','\x9f','\xb1','\x10','\xca','\xef','\x01','\x2f','\xa4','\x5f','\x0b','\xd1','\xbb','\xc1','\x4e','\x20','\xe0','\xec','\x24','\x3c','\x1e','\xca','\x13','\xd4','\x9d','\xb2','\x5c','\xf4','\xc4','\x54','\x0a','\xdf','\xf5','\xbc','\xb0','\x80','\xb5','\x09','\x4b','\xc3','\xcc','\x93','\xac','\x91','\x32','\x5c','\x40','\xae','\xf5','\x1a','\x51','\x3c','\xa7','\x8b','\x62','\x69','\x2b','\x4e','\x31','\xb7','\x73','\x07','\xc2','\xf9','\xe7','\x3c','\xf8','\x2e','\x10','\x72','\xe0','\xd3','\x33','\x5e','\xa6','\x0d','\xba','\x5f','\x76','\x75','\xf4','\xae','\xb5','\x76','\x5a','\x6b','\x40','\xa7','\xfb','\x17','\x21','\x2e','\x43','\xdf','\x37','\xf4','\xfb','\x06','\x77','\x60','\x8c','\x13','\x9f','\x8f','\x6f','\x18','\xb1','\x61','\x1f','\x1b','\xfa','\x1c','\xf0','\xdb','\x0d','\xed','\x7e','\xc7','\xad','\xef','\x34','\x78','\x52','\x41','\x85','\x4c','\x0e','\x90','\x87','\xc1','\x33','\xd9','\x71','\x39','\x4e','\xc4','\x39','\x09','\x86','\xce','\x41','\xbd','\x0f','\x52','\xda','\xf8','\x44','\x83','\xc0','\x20','\xb8','\xba','\x81','\x3a','\x07','\x88','\x16','\xa1','\x5a','\x93','\x45','\x87','\x03','\xae','\xb5','\xbd','\xe4','\x25','\x99','\xd4','\xa9','\x31','\x9b','\xbb','\xee','\x5d','\x7f','\x15','\xe8','\xc4','\x3c','\xac','\x96','\x63','\x75','\x28','\xb1','\x8a','\x07','\x03','\xcf','\x93','\xdb','\x0d','\x68','\x73','\x93','\x06','\x0f','\x28','\x69','\x4a','\x6b','\xfe','\xa2','\x83','\x14','\xe5','\x79','\x9c','\xfc','\x3d','\xce','\x0e','\x62','\x57','\x17','\x3a','\x8a','\xfe','\xbc','\xdd','\x57','\x71','\x7c','\x0d','\x49','\x2d','\xe3','\x0b','\xbb','\xce','\x1d','\xed','\xdb','\x34','\x60','\xce','\x54','\xbe','\x44','\x5d','\xb5','\x45','\xc2','\x26','\x29','\xfd','\xe8','\xc0','\x09','\x20','\xc2','\x10','\x7e','\xc2','\x82','\x0e','\x96','\x08','\x6a','\xc5','\x2d','\x12','\xdd','\x08','\xc8','\x3f','\x91','\xe8','\xc9','\xe1','\xd2','\x5d','\x91','\x6c','\xdc','\x9c','\x67','\xe8','\x0c','\x0c','\xcd','\x65','\x2b','\xc7','\xc9','\xd0','\x7b','\x4c','\xfb','\x93','\x1d','\x20','\x54','\x45','\x58','\x41','\x27','\xd9','\xb9','\x98','\x8d','\x5d','\x90','\xf2','\x1e','\x07','\x72','\x4d','\x5c','\x4d','\xbd','\xd7','\x7a','\x09','\x85','\x06','\x76','\xcd','\xe2','\xc9','\xa4','\xa0','\x95','\x07','\x8e','\x38','\xf8','\xad','\xd3','\xb9','\x24','\x78','\xa3','\x21','\x0d','\x4f','\x88','\x8f','\x9c','\x48','\xe4','\xc9','\x00','\x82','\x55','\x10','\xe1','\xda','\x30','\x0a','\x22','\x6e','\x1c','\xfe','\x58','\x03','\x9c','\x32','\x03','\xc7','\x50','\x27','\x01','\x03','\xdf','\x9e','\x1a','\xf6','\x59','\x49','\x98','\x01','\xe6','\x3c','\x74','\x4c','\xc3','\x96','\x5c','\x95','\x33','\xa9','\x44','\x2a','\x7a','\x14','\x98','\xd7','\x3b','\x45','\x02','\x43','\xd7','\x50','\x07','\x97','\x33','\x09','\xf9','\xb3','\xf7','\x28','\xef','\x36','\x2c','\xf1','\x6c','\xac','\xca','\x6a','\x55','\xec','\xbf','\xbd','\x57','\xfb','\x3b','\xf7','\xbc','\x10','\x94','\xe4','\x61','\xc5','\x86','\x9c','\xa9','\xf8','\x29','\xf1','\xe2','\xb8','\x3e','\xe5','\xba','\x19','\x06','\x7d','\x7b','\xf9','\x96','\x85','\xa2','\x5c','\xc1','\xff','\xbb','\x07','\xfe','\xdb','\x9f','\x3a','\x10','\x14','\xd3','\x4d','\x42','\xdd','\x1c','\x03','\xb3','\x05','\x62','\x0e','\xcc','\x93','\xf4','\x10','\xef','\xae','\x01','\x6a','\x9a','\x5a','\x9e','\x90','\x5b','\x52','\xca','\xb5','\x2e','\x65','\xeb','\xda','\xe0','\xa0','\x9d','\xae','\x75','\x20','\x1b','\x96','\x8e','\x85','\x97','\xa8','\xb0','\x92','\xb4','\x60','\xb6','\x53','\xc9','\xd0','\xc9','\xce','\x13','\x0f','\x1a','\x15','\x26','\xc7','\x60','\x57','\xa9','\xd1','\x64','\x80','\x03','\x6b','\x79','\xd0','\x43','\x5a','\x95','\x6d','\xeb','\xab','\xb0','\xa8','\xbf','\xa3','\xe8','\x23','\xbf','\xf9','\x8e','\x38','\x0f','\x1c','\x8f','\x07','\x2c','\x1b','\xdc','\x0d','\x1b','\x1c','\x3e','\x13','\xcf','\x73','\x60','\x9e','\xa4','\xf2','\x75','\x59','\x81','\x37','\x13','\x55','\xe7','\xe5','\x7b','\xfe','\x95','\xf7','\xf0','\x1f','\x7d','\x76','\x5d','\x3b','\xb2','\xd1','\x02','\x1a','\x0e','\x8f','\x86','\xe7','\x39','\x68','\x46','\xf1','\x3c','\x60','\x66','\x9c','\xeb','\xe2','\x7d','\xad','\xcf','\x34','\xe0','\xc8','\x71','\x51','\x3b','\x90','\x98','\x39','\x30','\x83','\x44','\x91','\xfb','\xfd','\x86','\x1f','\x7f','\xfc','\x01','\x6f','\xef','\x4c','\x90','\x91','\x6c','\x99','\xfb','\x74','\xad','\xc9','\xc4','\x3c','\xe8','\x44','\x56','\x87','\xf1','\xd3','\x9f','\xbc','\xfe','\x5a','\x38','\x60','\xf2','\x69','\xbd','\x21','\x47','\x60','\x80','\x3c','\xee','\x31','\xe7','\x1a','\xcc','\xba','\x10','\xe8','\x64','\xb7','\xb5','\x89','\xaa','\xb3','\xb5','\x2e','\xda','\xa9','\x5d','\x74','\x94','\x78','\x39','\x54','\x01','\x64','\x06','\xf7','\xe7','\xc6','\xc0','\x3b','\xce','\x63','\x75','\xc2','\xce','\x31','\x55','\x08','\x12','\x55','\x7a','\xdb','\xfe','\xaa','\xa2','\xf7','\xc0','\xf0','\x0e','\xdf','\x94','\x64','\x6a','\xa9','\x07','\x12','\xe7','\x39','\x74','\x10','\x54','\x2a','\x76','\xc1','\x15','\x55','\x74','\xf4','\x1a','\x50','\x0b','\x17','\x8d','\x45','\xfb','\x61','\xb2','\x98','\xc9','\x48','\xfc','\xfc','\x38','\xf1','\x8b','\xd5','\x10','\x4d','\x75','\x86','\xeb','\xa0','\x7b','\xe1','\x57','\x7b','\xba','\x04','\xff','\x83','\x7b','\xdc','\xae','\xc3','\xd9','\x1b','\x67','\x45','\x70','\x1e','\x47','\x51','\x9c','\x62','\xed','\xcf','\xea','\x76','\x31','\x81','\x36','\xb4','\xb1','\xa1','\xef','\x4a','\x96','\xb7','\xcb','\xfe','\x79','\xcc','\x89','\x2d','\x1a','\xde','\xde','\xee','\xf8','\xf2','\xe3','\x0f','\xf8','\xf2','\x97','\x1f','\xf0','\xc3','\xfb','\x0f','\xe8','\xb7','\x9d','\x5c','\xf3','\x6d','\xc3','\x97','\x2f','\x3f','\xa0','\xdf','\x1c','\xdf','\xc6','\x4f','\x38','\x70','\xd0','\x14','\x23','\x3b','\x2c','\xa8','\x31','\x3a','\x9f','\xa5','\x2f','\x4b','\x9c','\x07','\xe7','\xc0','\x9d','\x8f','\x13','\xe7','\xe7','\x27','\x3e','\xbf','\x3d','\xf1','\xed','\xdb','\x07','\x0d','\x27','\x06','\x0b','\xfc','\xc7','\xf9','\x0d','\x33','\x13','\xef','\xef','\xef','\xb8','\xed','\x37','\xb8','\x75','\x64','\x4c','\x8c','\x73','\x8a','\x96','\xa7','\x58','\xd1','\xf9','\x0c','\xad','\x0e','\x6d','\x77','\xd1','\x2f','\x08','\xae','\x05','\x1c','\xc1','\x0f','\xa5','\x66','\x11','\x72','\xaa','\x32','\x07','\x44','\x2b','\x73','\x77','\x6c','\x7d','\x03','\x10','\x4a','\x76','\xa7','\xd6','\xe4','\x44','\x1c','\x13','\xc7','\x71','\x22','\x8d','\x07','\xeb','\x6b','\xbc','\x85','\x12','\x3d','\xea','\x1b','\x64','\xfb','\x0b','\x60','\xdb','\x76','\xec','\x37','\xa2','\xb8','\x35','\x20','\x77','\xe4','\x64','\x72','\xd0','\x3a','\x12','\x73','\xc5','\x11','\xe5','\xda','\x2c','\x96','\xcd','\x60','\x2a','\xdc','\x43','\x46','\x28','\x35','\xf4','\xb1','\xa9','\x8b','\x50','\xc9','\xb8','\x99','\x51','\x6f','\x73','\x3e','\x99','\x7c','\xd5','\xa0','\x71','\xa1','\xed','\x26','\xd3','\x9d','\x04','\xd8','\xe1','\x32','\x08','\x78','\x53','\x72','\xbf','\xb4','\x3c','\xc1','\x67','\xa4','\xf8','\x5f','\x67','\x0a','\xca','\x31','\xcc','\x38','\x6f','\x26','\xb5','\x4e','\xca','\xa5','\x31','\xa4','\x03','\xc8','\x84','\x68','\xe4','\x06','\xf4','\xa4','\x9d','\x2f','\xc0','\xa2','\x2a','\xa9','\x8d','\x42','\x25','\x61','\xab','\x40','\x21','\xa0','\xb4','\x6d','\x0e','\x43','\xc7','\x79','\x9c','\x78','\x3c','\x07','\xce','\x73','\xa2','\x39','\x45','\xdb','\x33','\xa9','\xab','\x29','\x63','\xa0','\x02','\xc6','\x58','\xfc','\xe8','\xda','\x13','\x40','\x8e','\x55','\xd6','\x2c','\x10','\x28','\x93','\xc3','\xa3','\x35','\xc8','\xb7','\x01','\x34','\x2c','\x59','\xaf','\xcd','\x96','\x4e','\x47','\x90','\xa9','\xf2','\xf0','\xda','\xb3','\xf5','\x6b','\xdc','\xa7','\x95','\x24','\x17','\x37','\xeb','\xb7','\x3a','\x93','\x57','\x9b','\xe7','\xf5','\x07','\x5e','\x0e','\x69','\x26','\x9b','\x17','\x15','\x88','\xe6','\x32','\x2f','\x5d','\xdf','\x17','\x8d','\x0f','\x35','\x37','\xf8','\xae','\x20','\xab','\x8b','\x7a','\xfd','\x77','\x83','\xc1','\x7d','\x43','\x6b','\xd4','\x84','\x8e','\x93','\xcf','\x6a','\xbb','\xdd','\xb0','\xed','\x04','\x3f','\xb9','\xee','\x02','\x63','\xc4','\x02','\x76','\xdd','\x79','\x8d','\x91','\x1c','\xc0','\x4b','\x27','\x48','\xae','\xdb','\x0e','\x15','\x61','\xc8','\xd5','\xdd','\x82','\xcb','\x2d','\x6b','\xb2','\xe3','\x82','\x02','\x6e','\x94','\xcc','\x5f','\x45','\x28','\xaf','\xab','\xb7','\x8e','\xcd','\x37','\xd4','\x0c','\x20','\xc6','\x16','\xfe','\xf7','\x39','\x38','\x8e','\xa4','\x6f','\x3b','\x6c','\xa3','\xcb','\xe3','\x9a','\x0d','\xa3','\xa2','\x67','\xd9','\x64','\xeb','\x9a','\x7e','\xf7','\x9c','\xf5','\xeb','\xb3','\x9e','\x43','\xbb','\xf4','\x26','\xab','\x38','\x34','\x75','\xf2','\xb4','\x8e','\xaf','\x02','\x88','\x60','\x25','\xc1','\x4c','\x52','\x3f','\x53','\x74','\xd3','\xad','\x93','\x0a','\x9d','\x13','\xea','\xde','\x0e','\x3c','\x8f','\x86','\xdb','\xed','\x86','\xb7','\x0c','\xdc','\xdc','\x61','\xdb','\x8d','\x9f','\x27','\x17','\xdb','\xc0','\x58','\x4e','\xbb','\x90','\xbb','\xee','\x78','\x1e','\x32','\x1e','\x22','\xf0','\x44','\x37','\xb0','\x6b','\x55','\x59','\x9c','\xb0','\xc1','\xf3','\x24','\x3a','\xf7','\xba','\x83','\x86','\x0b','\x40','\x20','\x52','\x80','\x15','\x2a','\x47','\x63','\x57','\xd8','\x01','\xa0','\x75','\xd4','\x00','\xdb','\x98','\xb2','\x88','\x57','\x0e','\xf9','\x5a','\xfc','\xd4','\x33','\x24','\x78','\x77','\xad','\x79','\xca','\x52','\x52','\x9a','\x30','\x69','\x6a','\xc0','\x73','\x6b','\x73','\x03','\x0e','\x36','\x28','\x26','\xa4','\x89','\x94','\xfe','\x9b','\x80','\x29','\x2d','\xad','\x33','\x02','\x8f','\xf3','\xc1','\xce','\x7b','\x6f','\xd8','\xfb','\x8e','\x6d','\xeb','\x48','\x4b','\x0c','\xb9','\x1c','\x77','\x77','\x52','\x59','\x27','\x29','\xf0','\x08','\xc6','\xde','\xdd','\x0c','\x66','\x9c','\x41','\x14','\x8a','\xe3','\xd4','\x38','\x4e','\x01','\x1e','\xd4','\x0e','\xc7','\xa4','\xfe','\x30','\xf6','\x1b','\x60','\x4e','\xc0','\x7c','\x67','\xb1','\x32','\x32','\x30','\x92','\xdf','\x95','\x11','\x8c','\x0d','\x3b','\x70','\xa6','\xa3','\x59','\xc3','\x69','\x34','\x82','\xda','\x05','\xf8','\x00','\x13','\x5f','\xe3','\x97','\xe5','\x86','\x4c','\xb3','\x93','\x86','\xec','\x4e','\xa7','\xcf','\x0e','\x9c','\xdd','\x71','\x96','\xb3','\xed','\x6f','\x7e','\x7e','\x57','\x00','\xd1','\x37','\x43','\x01','\x11','\x7c','\x79','\xdc','\xd8','\x44','\xbd','\xcf','\xe7','\x13','\xf1','\x38','\xc4','\xdf','\xbd','\x36','\xeb','\x42','\xf7','\x4d','\xc3','\x96','\xc6','\x09','\xdf','\xe9','\x72','\x13','\xd2','\xde','\x4c','\x4d','\xbc','\x37','\x24','\x3c','\x8b','\x7a','\x12','\x42','\xd3','\x53','\x85','\xd0','\x55','\x01','\x78','\x9a','\xfc','\xcd','\x5f','\xc3','\x02','\x74','\x90','\x30','\x98','\x17','\x8a','\x6b','\xa2','\xac','\x70','\xbb','\xaa','\xd3','\x42','\xa8','\x8d','\xf7','\x50','\x1b','\x3e','\x93','\x83','\xb1','\x11','\x98','\x10','\xb2','\x06','\xd9','\x19','\x27','\xd4','\x8d','\x99','\x4a','\x7a','\xbe','\xef','\x88','\xd4','\x77','\x03','\x42','\x34','\x46','\xc2','\xf7','\xfe','\xa7','\xee','\x31','\xe4','\x68','\x52','\xc5','\x93','\x25','\xfe','\xd4','\xbd','\xe6','\xcb','\xf7','\xfe','\xee','\x9e','\xdd','\x69','\x7a','\xa0','\x43','\xda','\x26','\xe0','\x72','\x5d','\xca','\xb8','\x02','\xf7','\x0a','\x14','\x15','\x68','\x5e','\xee','\x87','\x18','\x9a','\x0e','\x5e','\x9d','\x60','\xeb','\x30','\x4b','\x2c','\xe3','\x09','\xe8','\xd9','\x7d','\xf7','\xa3','\x7f','\xcd','\x29','\x7a','\x9f','\x01','\x1d','\x0c','\x7c','\x96','\x46','\x23','\x06','\x88','\x07','\x3b','\x92','\xf3','\x5f','\xba','\xaf','\xe7','\x17','\x9a','\xd1','\x42','\x81','\x65','\x20','\x1b','\x45','\xa3','\xcd','\x38','\x3c','\xd7','\x1b','\x27','\x0e','\x9f','\xe7','\xa1','\x61','\x5b','\x8e','\xd4','\xe0','\xc9','\x3a','\x98','\xd1','\x80','\x3c','\x79','\x10','\xce','\x49','\x84','\x7d','\xce','\xa9','\x98','\x64','\xba','\x36','\x53','\x20','\x6c','\xcb','\xb9','\xa4','\x3e','\x7b','\xce','\x41','\x7b','\xdf','\x98','\x42','\x90','\xff','\xf8','\x3b','\xca','\x99','\xad','\x79','\x5f','\x43','\x18','\x01','\x93','\x76','\xcc','\x99','\x9c','\x0a','\xc5','\x77','\x15','\x2b','\x4d','\x73','\x54','\xfe','\xd5','\xf7','\xf0','\x1f','\x7d','\xf6','\xdf','\xbc','\x76','\xa7','\xae','\x22','\xba','\x02','\xaf','\x8a','\x6c','\x4e','\xfe','\x2e','\x43','\x01','\x51','\xff','\x82','\xb6','\xe6','\x03','\x34','\x7f','\xa8','\x85','\x5b','\xb6','\xbb','\xa3','\xcf','\xe5','\x0a','\xd7','\x9a','\x2c','\x8e','\x4f','\x3a','\x43','\xc6','\x8c','\xb5','\x74','\x64','\x8f','\x02','\x80','\x94','\x38','\xee','\x4b','\x76','\x0c','\xca','\x36','\x7d','\x06','\xbb','\x33','\x21','\x5e','\x6f','\x24','\x0d','\x1f','\xc6','\x39','\x89','\xb2','\x07','\x85','\x9a','\xb6','\x03','\x23','\x0a','\xa1','\xab','\xa2','\x84','\x41','\xdf','\x5a','\x5f','\xc8','\x56','\xcc','\x89','\xaf','\x8f','\x5f','\x2f','\x74','\x3d','\x62','\x89','\x76','\x83','\x55','\x12','\x32','\x0d','\x31','\x87','\x50','\x39','\x60','\x60','\x00','\x87','\xf6','\xeb','\x90','\xe3','\x9d','\x8b','\x0a','\x19','\xa9','\x84','\x27','\xd7','\x7e','\x69','\x46','\xdd','\x43','\x33','\xc7','\xcd','\xa9','\x0f','\xe2','\x39','\xaa','\x24','\x44','\x93','\xb3','\x0b','\xcd','\x8f','\x43','\x71','\xa0','\xf6','\xb8','\xa8','\x2e','\x6e','\x46','\xf7','\x35','\xb0','\xab','\xda','\x6c','\x97','\xd8','\xf6','\x86','\xbb','\xbf','\x29','\xa4','\x5d','\x4e','\x82','\x00','\xa8','\x47','\x2a','\x3b','\x7a','\x5c','\xc8','\x2a','\x75','\x32','\x02','\x7a','\x46','\xc7','\xd6','\x1a','\x75','\x40','\xee','\x70','\x4f','\x3a','\xf1','\x59','\xa2','\x1b','\xa9','\x08','\xc7','\xe7','\x83','\x54','\xa5','\xbe','\x01','\x70','\xf4','\xf3','\x00','\x9c','\x33','\xbe','\x8e','\xe7','\x01','\xbb','\x19','\x8e','\xfc','\x86','\x61','\xb4','\xfb','\xa6','\xcb','\x9b','\x21','\x8e','\xc0','\xf9','\xd0','\x3a','\x39','\x27','\x3e','\x3e','\x0e','\x1a','\x22','\x9c','\x03','\xe7','\xd7','\x27','\x3e','\xbf','\x7e','\xe2','\xf1','\x78','\xe2','\x3c','\x29','\xfe','\x35','\x6b','\xd4','\x2e','\x75','\x53','\x41','\xa3','\x44','\x54','\xb4','\x8b','\x98','\x13','\x38','\x01','\x33','\x52','\xda','\x90','\x29','\xe0','\x34','\x61','\x39','\xa5','\x25','\x68','\x68','\x29','\x1a','\x5d','\x8b','\x05','\xc8','\xac','\x38','\x0f','\x83','\xd4','\x1c','\x8c','\x6d','\x35','\xe0','\xb7','\x32','\x06','\x69','\xe9','\xce','\x73','\xe0','\x1c','\x04','\x63','\x3a','\xd8','\xd9','\xf7','\xe6','\xe8','\xde','\x34','\xa4','\xda','\xbe','\xfb','\x1f','\xb4','\x7e','\x98','\x78','\x51','\xf3','\x56','\x20','\x54','\x9d','\x0d','\xa5','\xb7','\x31','\xc5','\x06','\x26','\x2d','\x12','\xf8','\x2a','\xc9','\x2d','\x46','\x80','\x7b','\x17','\xb5','\xf3','\x05','\x7c','\x2a','\xfd','\xa9','\x01','\x70','\x17','\xa0','\xa2','\x93','\xd9','\x4d','\x5f','\xa3','\xce','\x53','\x10','\xb4','\xcb','\x95','\x00','\x5d','\x42','\xf2','\x70','\x76','\x69','\x90','\x10','\x7b','\x42','\x85','\x79','\x96','\x98','\x9f','\x0f','\x64','\x1d','\x43','\xac','\x32','\xe9','\xdc','\x3a','\x6b','\xaf','\x60','\xe9','\x40','\xbd','\x7d','\x7f','\x04','\xac','\x42','\x51','\xc5','\xb6','\x09','\x7d','\xa6','\xec','\x6a','\x28','\x19','\x29','\xfa','\x5a','\x25','\xe2','\x26','\x0a','\xf7','\x4b','\xe2','\xa6','\x6e','\xd5','\x6b','\x82','\x6b','\x28','\x2d','\x5f','\x8a','\xda','\xd7','\xd6','\x7f','\x5b','\xe7','\x9a','\xce','\xb8','\x10','\x52','\xfe','\xfd','\xcf','\x55','\xa5','\x54','\x61','\xf1','\x9a','\xc8','\xf3','\x77','\xa4','\xfe','\x7f','\x15','\x71','\xb1','\xce','\xbe','\xf5','\x7b','\x5e','\x92','\x4e','\x55','\x03','\xdf','\x81','\x15','\xeb','\xfc','\xae','\x67','\xa2','\xeb','\x5b','\xc5','\x8c','\x51','\x47','\x53','\x5d','\x34','\xd9','\x32','\x7c','\xf7','\x10','\x2b','\xd6','\xae','\x82','\x79','\x2d','\xdf','\x2b','\xaf','\x5a','\x73','\xc0','\x8c','\x6b','\x1e','\x66','\xcc','\x76','\xc6','\xcb','\x80','\x5c','\xe9','\xcc','\x90','\xd0','\x33','\xbe','\xd8','\x1f','\x7c','\x13','\x05','\xef','\xbe','\x3c','\x1d','\x75','\x8d','\xca','\x61','\xb0','\x62','\x12','\xd3','\x4c','\x2c','\xf0','\x0b','\xda','\x09','\xbb','\x6f','\xe8','\xc6','\x59','\x6e','\x95','\xc4','\x4f','\xd1','\xd6','\x4d','\xe7','\x05','\x5d','\x10','\x6d','\x81','\x08','\x00','\x29','\xa0','\xe5','\x24','\xc8','\x9c','\x08','\xf8','\x7d','\x09','\x74','\x3d','\x93','\x55','\x00','\xe3','\xfb','\x7f','\xae','\xeb','\xa8','\xe7','\x3d','\x25','\x01','\x30','\x7e','\xb0','\xec','\xae','\xeb','\x2f','\x5b','\x6f','\x79','\xce','\x89','\x78','\xb2','\xc3','\x94','\xd2','\xb3','\xd1','\xde','\xbf','\xa3','\x54','\xc0','\x63','\x9c','\x38','\xd4','\xcd','\x72','\x15','\x7e','\x31','\x83','\x1a','\xce','\x39','\x38','\xeb','\xeb','\x20','\xb5','\x9d','\xe0','\x2d','\x81','\x6e','\x82','\x2d','\xb9','\xee','\x95','\x8d','\x55','\xe6','\x6b','\xd6','\x1c','\x9e','\x0d','\xad','\x72','\x34','\xd1','\xae','\xa7','\x66','\xdf','\xd8','\x7a','\xaf','\x04','\xa3','\x60','\xa6','\xf9','\x52','\x72','\x4a','\x6b','\xa6','\x01','\xea','\xfe','\x7d','\x8c','\x30','\x59','\xce','\x2b','\x97','\xb4','\x97','\xef','\x75','\xad','\xa3','\x6b','\x5d','\x0a','\x3c','\xed','\x01','\x4c','\x52','\xba','\xcd','\xd4','\xc4','\xc8','\xc4','\x79','\x92','\x79','\xd5','\x3c','\xd6','\xde','\x2a','\x20','\xf5','\xb2','\xa9','\x87','\x5c','\xf6','\x4a','\xf7','\xcb','\xd9','\x54','\xc8','\x14','\x33','\xcf','\xe8','\xc8','\xd9','\x3b','\x02','\x1c','\xc1','\x41','\x44','\x42','\x6e','\xba','\xa2','\xba','\xcf','\x49','\x33','\x32','\x0f','\xd7','\x3a','\xa6','\xb6','\xad','\x9c','\x1b','\x97','\xe6','\x2b','\xd9','\xe5','\x1a','\x31','\x68','\xba','\x91','\xa5','\x67','\x24','\x80','\xcb','\x18','\x41','\xb0','\x29','\x55','\x58','\xb2','\xbb','\xd5','\x60','\x72','\xf3','\x0c','\x94','\xb6','\x2e','\xbf','\xcf','\x85','\x5f','\x7e','\x7e','\x3f','\x08','\x95','\xe5','\x03','\xfd','\x66','\x42','\x41','\xc3','\x53','\xa8','\x55','\xe0','\x79','\x7e','\x62','\xe4','\x41','\x57','\x0d','\xcf','\xe5','\x72','\x53','\xbe','\xe4','\x3c','\x6c','\x02','\x33','\x0c','\x5b','\x17','\xc5','\x24','\x43','\x88','\x6b','\x71','\x46','\x0d','\x31','\x02','\x03','\x14','\xf3','\x46','\x44','\x0d','\x33','\x46','\xe2','\x9a','\x51','\x42','\x01','\x25','\x56','\x40','\x4c','\xf8','\xf5','\xef','\x0a','\xca','\x73','\x0e','\x9c','\xc7','\xc1','\x0a','\xb6','\x93','\x26','\xb3','\x25','\x6d','\xfe','\xb2','\x02','\xc7','\x42','\x9c','\xab','\xa0','\x49','\x51','\xd9','\x26','\x45','\xe5','\x39','\x61','\xb1','\xc9','\x45','\xc9','\x30','\xed','\x7b','\x1a','\x50','\x66','\x3d','\x99','\x5c','\xd7','\x96','\x39','\x31','\x47','\xfe','\xf9','\x7b','\xac','\x43','\x02','\x89','\x99','\x46','\x23','\x85','\xff','\xe0','\x5e','\x57','\xdb','\xf7','\x6f','\xdd','\xb3','\x19','\x7a','\xa3','\xa8','\x98','\x26','\x0f','\x57','\xb0','\xf8','\xce','\x36','\xf0','\xb7','\x51','\x1d','\x25','\x14','\xac','\x83','\x61','\x55','\xb2','\xd7','\xef','\xd0','\x7e','\x5e','\xae','\x2c','\x99','\xeb','\xf7','\xaf','\x53','\x90','\x15','\x25','\xea','\x06','\x68','\xd2','\x70','\xad','\x87','\xa2','\x90','\xcc','\x0c','\x76','\x86','\xfc','\xc5','\xe9','\x65','\x45','\x7a','\xde','\x63','\xe8','\x3d','\x64','\x4b','\xd2','\xe7','\x3a','\xe4','\x42','\x45','\x7a','\xc9','\x58','\x66','\x05','\xb9','\xe8','\x23','\x7c','\x2d','\x86','\x7b','\xe3','\x32','\x9e','\x67','\x60','\x1e','\xec','\x1e','\x04','\x2d','\xc8','\x98','\x28','\x20','\x60','\x1e','\x6c','\x93','\x76','\xa0','\x77','\x5f','\x9f','\x9d','\xc1','\xa3','\xe9','\x75','\xde','\xcf','\xef','\xbf','\x03','\x44','\xf0','\x23','\x00','\x9f','\xf0','\xcd','\x11','\x9d','\xfc','\xff','\xcd','\xd8','\x35','\x19','\x39','\x71','\x1e','\x4f','\xd2','\xca','\x3c','\x90','\x1b','\x90','\x3d','\xff','\x4b','\xee','\xe1','\xef','\x7f','\xf6','\xdf','\xbb','\x76','\x0e','\xb2','\xbc','\xdf','\x80','\x63','\xd0','\xa9','\x6e','\x22','\x28','\xfa','\x57','\x82','\x6f','\x69','\xb0','\x11','\xc0','\xe4','\x01','\xd9','\xbc','\x49','\x1f','\xc5','\x89','\xd3','\xf1','\x08','\x7c','\x1c','\x9f','\x70','\x3c','\x0b','\xe4','\x43','\x6b','\x07','\x0f','\x5b','\xa1','\x38','\x19','\xdc','\xdc','\xde','\x7d','\x1d','\x12','\xa8','\x43','\x30','\x78','\x88','\x4c','\x4b','\x78','\x9b','\x25','\x86','\xe3','\x1e','\x18','\x92','\x09','\x4c','\x69','\xb3','\x86','\x10','\x82','\xe9','\xc0','\x99','\x38','\x8f','\x21','\xb3','\x93','\x6b','\xc8','\x65','\x6f','\x0e','\x6b','\x1d','\xd6','\x9d','\xfa','\x8e','\x66','\x9c','\x97','\xf3','\x38','\xd6','\xbe','\xac','\xc9','\xf2','\x0d','\x2c','\xba','\xcd','\x1b','\x32','\x0c','\x1e','\x1b','\x0f','\x7d','\xa1','\x63','\x14','\x75','\x06','\xc6','\x39','\x70','\x1c','\x27','\xcc','\x13','\x6f','\x6f','\x5f','\xb4','\xb6','\xcb','\xf1','\x08','\x2c','\x12','\xac','\xc1','\x7d','\x03','\x22','\x31','\x8e','\xb3','\x4e','\x64','\x75','\xc8','\x99','\x60','\xb5','\x0a','\xe4','\xc1','\x2e','\x96','\x0b','\x7a','\x8f','\x7a','\x75','\x96','\xa2','\x5f','\x30','\xd9','\x9d','\xd2','\x2e','\xdd','\xde','\xee','\xd8','\xb7','\x1d','\xfb','\xc6','\xa1','\x73','\x31','\x83','\xee','\x88','\xe3','\x01','\x6f','\x8d','\x14','\xc8','\xc4','\xa2','\x91','\x2e','\x94','\xd5','\xe9','\x8e','\xd3','\xb7','\x86','\x6c','\x44','\x8d','\x8b','\x23','\x8e','\x24','\x9d','\x09','\x0e','\xf4','\xbd','\x61','\xcc','\x81','\xaf','\xbf','\x7e','\xe0','\xe7','\x6f','\xdf','\x70','\xbb','\xff','\x8a','\xfd','\xbe','\xa1','\xef','\x1b','\x2a','\x1a','\x71','\xff','\x03','\xfd','\xbd','\xc1','\xb7','\x44','\x06','\x25','\xf6','\x11','\x40','\x0e','\x75','\xfa','\x46','\xc0','\x06','\x70','\x9c','\x34','\xc6','\xf0','\x6c','\xc0','\xa0','\x65','\x74','\x28','\xbe','\xb6','\xbe','\xd1','\xf2','\x1c','\x3b','\xc2','\x44','\x1d','\x2a','\x17','\x30','\xa8','\xa0','\xd1','\x3f','\x67','\x04','\xb2','\x15','\x75','\x81','\x46','\x2e','\x56','\xdd','\x88','\xca','\x47','\x9b','\x11','\x35','\x51','\x02','\x9b','\x0b','\x71','\xae','\xf8','\x44','\x3b','\xf7','\x42','\x08','\xd3','\x12','\x88','\x89','\x19','\xec','\xda','\x8c','\x98','\x1a','\x0a','\x38','\xf1','\x8c','\x81','\x66','\x0d','\x5b','\x6e','\x98','\x1b','\x0f','\xc7','\x6e','\x1d','\xb6','\xd1','\xbc','\x01','\xd2','\x67','\x8e','\x9c','\xc8','\x91','\x44','\x67','\x9b','\xa3','\xb7','\x8d','\x89','\x8b','\xa9','\x88','\x07','\xc4','\x30','\x60','\x02','\x66','\x50','\x62','\x5f','\x6b','\xe1','\x25','\xe9','\xaf','\x30','\x5a','\x2e','\x82','\x06','\x10','\x01','\xd5','\x9c','\xaa','\xd6','\xb7','\x65','\x22','\xe4','\x80','\x66','\x94','\x28','\x79','\x14','\x85','\x66','\xcd','\x5c','\x29','\x64','\xf8','\xa5','\x50','\x50','\x7d','\xa2','\x66','\x2b','\x3f','\xb3','\x34','\x1d','\x1c','\xfe','\x5d','\xc9','\x3a','\xe3','\x46','\xb9','\xef','\x15','\x58','\xc0','\x0f','\x62','\x71','\xd5','\x4c','\x94','\xcb','\xd2','\x95','\x22','\xf4','\xc1','\xdc','\xe3','\x66','\x9a','\xe7','\x81','\x81','\x9c','\x03','\xe3','\x0c','\x64','\xf2','\xd7','\xd8','\xa1','\xe3','\x59','\xc8','\x01','\xce','\xa5','\xcb','\xa9','\x42','\xb1','\xad','\xb3','\x8b','\xc5','\x3d','\x3f','\x97','\x8b','\x82','\xc0','\x6c','\x56','\x01','\x52','\x3f','\xbf','\xad','\x79','\xf0','\x52','\xec','\xbc','\x76','\x6d','\x80','\xcb','\xed','\xd4','\xd6','\xc2','\x58','\x09','\x39','\x53','\xd2','\xa2','\x0d','\x62','\x75','\x90','\x5e','\x3f','\xeb','\xb5','\x33','\x67','\x2f','\xae','\x56','\x8c','\x29','\xd7','\xbf','\x1b','\x34','\x23','\x70','\xc6','\x77','\xfb','\x26','\xcd','\x56','\x32','\x5a','\xcb','\x33','\x81','\x35','\xef','\x26','\xc3','\x56','\x77','\x17','\xae','\xbc','\x03','\x41','\xa0','\xc0','\x0c','\xbe','\x6f','\x4a','\x61','\x38','\xef','\xc5','\x4d','\x9d','\x0e','\x07','\x9e','\xe7','\xd0','\xda','\x7a','\x01','\x88','\x1b','\x41','\xc8','\x00','\xa9','\x57','\x6d','\x25','\x97','\xbe','\x12','\xfe','\x7a','\x7c','\x26','\x07','\xc9','\xa2','\x12','\xd6','\x13','\x7a','\x2d','\xf0','\xea','\xde','\xca','\x35','\xb1','\xec','\x93','\x81','\x4e','\xaa','\x5e','\x77','\xd8','\x20','\xd8','\x64','\xba','\xdf','\x72','\xc9','\x35','\x24','\xf7','\xa9','\x8c','\x0c','\xac','\x91','\x1a','\x56','\x6d','\x9e','\x02','\xd2','\x97','\xbf','\x84','\xc9','\x68','\x89','\x15','\x19','\x00','\x6a','\x97','\x52','\xc9','\xb6','\x27','\x96','\x59','\x05','\x40','\x73','\x0a','\xf3','\x2a','\x56','\xf5','\xfe','\xcc','\xd6','\x33','\x45','\x02','\x71','\x0e','\xe6','\x16','\xbd','\xf2','\x13','\xb2','\x4d','\x4c','\x6b','\x6a','\xce','\x04','\x8e','\x13','\x9c','\x03','\xe5','\xeb','\x9d','\xa6','\xc6','\x0d','\xbc','\xae','\x81','\x18','\xd7','\xda','\x24','\xdd','\x8f','\xb9','\xe1','\x36','\x1d','\xe9','\x1d','\xd8','\x26','\x32','\x1c','\x96','\x34','\xa5','\x80','\x3b','\x0b','\x2f','\x2b','\xea','\xa8','\xf6','\x8e','\x92','\xbd','\xb5','\xee','\x94','\xa3','\x22','\x2f','\x83','\x09','\x02','\x9d','\xb8','\x72','\xeb','\x24','\xd5','\x39','\x4c','\x85','\x89','\x09','\x44','\x74','\x16','\x7c','\x82','\xe5','\x56','\xad','\x3e','\x5f','\x0a','\xa4','\x66','\xd4','\x12','\x75','\xb7','\xd5','\xcd','\x2e','\x7a','\xe6','\x9c','\x03','\xcf','\x27','\x3b','\x89','\xbe','\x75','\xb4','\x4d','\x73','\xc3','\x9c','\xfb','\x64','\xad','\xfb','\x74','\xc4','\x3c','\x81','\x90','\xce','\xdb','\x59','\x88','\xc3','\x2e','\xd0','\xdb','\x01','\x4e','\x77','\x4d','\x9e','\xfb','\x96','\xd5','\x46','\x99','\x2c','\x60','\xbc','\x61','\x5a','\xe0','\x11','\x07','\x26','\x92','\x60','\x93','\xb4','\x5c','\xd3','\x0d','\xc3','\xa4','\x0d','\xf7','\x1d','\x8f','\xf3','\x49','\x03','\x04','\x63','\x33','\xc5','\xc8','\xdf','\x23','\xf3','\x21','\x07','\x3c','\x12','\xfd','\xbd','\x13','\x9c','\x09','\x75','\x72','\xc1','\x3d','\x44','\xb7','\x47','\xda','\xf4','\x87','\xd7','\xaa','\xff','\xfe','\xe7','\x77','\x05','\x90','\x29','\x29','\x2d','\xd4','\x00','\x28','\xca','\x5b','\x00','\x5e','\x13','\x56','\x5f','\x10','\x8f','\xe2','\x76','\x1a','\x40','\x09','\xb4','\xb0','\x06','\x57','\xe2','\x2e','\x81','\xa2','\x3b','\x17','\x65','\x25','\x3c','\x44','\x2d','\xaa','\x92','\x53','\xb2','\x55','\x8b','\x0f','\xdc','\xdc','\xcb','\x22','\xd3','\x5e','\xf9','\xbf','\xcb','\x14','\x50','\xe8','\x05','\xe0','\xc2','\x01','\x1c','\xa4','\x8c','\xa4','\x0e','\x1c','\x4b','\x0d','\x70','\x4d','\x17','\xf7','\xb2','\x02','\xa2','\x16','\x45','\xaa','\x5a','\xce','\xa0','\xbd','\xe3','\xd6','\x11','\x5a','\xb4','\xe4','\x4d','\xa7','\x3a','\x2a','\x58','\x8b','\x96','\x3e','\xee','\x89','\x6a','\xbd','\xfe','\xf6','\x1e','\x9b','\x50','\xf9','\x2c','\x0e','\x6b','\x45','\x9a','\x5c','\xec','\x4e','\x16','\x36','\xf0','\xff','\xf0','\x5e','\x4d','\xfa','\xa3','\xeb','\x69','\xff','\xfe','\x9e','\x0d','\xbe','\x1c','\x8b','\xae','\x86','\xbf','\xee','\xf5','\xbb','\x22','\xee','\x05','\x95','\x02','\x56','\x72','\x5c','\x09','\xe9','\xf5','\xbe','\xaf','\xdf','\x51','\x88','\x51','\x1d','\xd0','\xf5','\x14','\x6a','\x61','\x5f','\xbf','\xf5','\x42','\x3f','\x50','\xc1','\xbf','\x6e','\x3d','\x35','\xfc','\x2e','\x84','\x60','\xc0','\x98','\x60','\x96','\x18','\xd7','\xa0','\x4e','\x46','\x62','\x1c','\x07','\xa2','\x19','\xe6','\x39','\x30','\xec','\xb2','\xec','\x5c','\xd0','\x63','\xaa','\x3d','\x1e','\xa4','\x89','\x91','\x3f','\xef','\xc0','\x8d','\xce','\x77','\x36','\xf9','\x2c','\x3c','\x9c','\x54','\x2d','\x0d','\x9e','\x65','\xe1','\x16','\x98','\x6d','\xc2','\xdb','\x89','\x61','\xa5','\xf7','\x61','\xf2','\xbb','\xee','\x27','\xf1','\x87','\xdf','\xc1','\xe2','\x8e','\x94','\x24','\x44','\xe2','\x8c','\x13','\x7e','\x38','\xa6','\xcf','\x45','\x3f','\x6b','\xad','\x61','\xcc','\x86','\xf9','\x78','\x20','\x9a','\xff','\x97','\xdc','\xc3','\x9f','\xf9','\xec','\xff','\xe8','\xda','\xcd','\x49','\x87','\x6a','\xd1','\x91','\xcf','\x07','\x51','\x13','\x75','\x06','\x2a','\x59','\xe0','\x1a','\x77','\x7d','\xbe','\x61','\xf3','\x4d','\x9a','\x37','\xbe','\xab','\xe7','\x78','\xe8','\x3e','\x3a','\x9a','\x1b','\x4e','\xab','\xd1','\x12','\x17','\xa2','\xe4','\xa0','\x38','\xdb','\xc5','\x0f','\x6f','\x0a','\xac','\xc7','\x71','\x60','\x9e','\x93','\x87','\x6b','\xa7','\x3b','\x4e','\xf7','\x0d','\x48','\xc3','\x1c','\x27','\x8e','\xa0','\x98','\xdd','\x34','\x7f','\x84','\xa8','\x52','\xb2','\x7b','\x6b','\x81','\x06','\x16','\x41','\x4c','\xf8','\x26','\xc6','\x30','\x4c','\x9f','\x70','\x3f','\x30','\x9c','\xdd','\xae','\xd4','\x24','\xf5','\x3a','\x44','\x6c','\x1a','\x8a','\xf1','\x58','\x71','\x21','\x02','\x98','\x9f','\x43','\x43','\xf8','\x4c','\x4c','\x32','\x3d','\xbf','\x70','\x74','\x38','\x29','\x5e','\xc7','\x50','\xc1','\x4e','\x43','\x91','\xd0','\x22','\x4f','\x1b','\xc8','\x24','\x57','\xba','\xd9','\x54','\x91','\xaf','\x03','\xc5','\x85','\xa7','\xba','\xc3','\x97','\x8e','\x03','\xfc','\x8e','\x4c','\xd8','\x0b','\x4d','\x85','\x07','\xc9','\xa4','\xa1','\x8c','\x73','\x08','\x29','\x52','\x03','\x36','\x33','\x2e','\x97','\xa3','\x48','\xf4','\xea','\x2e','\xc8','\xd8','\x24','\xbd','\xc0','\x1d','\x81','\x21','\x73','\x62','\xce','\x93','\x33','\x8d','\x5a','\xc7','\x8c','\xc0','\x31','\xcf','\x15','\xb3','\x7d','\x73','\xb4','\xbd','\x61','\x8a','\x37','\x6d','\xcd','\x81','\x39','\xf0','\x7c','\x7e','\x60','\xce','\x8e','\x3e','\xef','\xe8','\x5b','\x47','\xcc','\x89','\xe3','\xf9','\xc4','\xf3','\x3c','\x11','\xbf','\x04','\x9d','\x93','\xd2','\xe0','\xb2','\xd2','\x46','\x18','\xbb','\x70','\x33','\x81','\x69','\x68','\xd6','\xb1','\xb5','\x0d','\x66','\x14','\x45','\x77','\x24','\xa6','\xf3','\x9a','\xbc','\xcc','\x64','\xdc','\x31','\x45','\x07','\x19','\x53','\x36','\xe2','\xad','\xb1','\x9b','\x55','\xc8','\xe6','\x0b','\x30','\x93','\x61','\x0b','\xa0','\xca','\xbc','\x62','\x4f','\x25','\x7c','\x80','\x09','\x20','\x12','\xf5','\x4f','\xda','\x0b','\x83','\x49','\x6b','\x33','\xf5','\x6e','\x04','\x88','\x85','\x78','\xef','\x2d','\xd1','\xb6','\x1d','\x1e','\x93','\xdf','\x61','\x8e','\xb6','\x35','\xe9','\x81','\xba','\xf6','\x5e','\xc2','\xa3','\xec','\x5e','\x59','\xb0','\x1d','\x23','\xd0','\xf2','\xc4','\xb6','\x6f','\xb8','\x6d','\x77','\x6c','\x7b','\x43','\x64','\x70','\x36','\x58','\x4e','\x16','\xe1','\x76','\x75','\x34','\x56','\x42','\xa5','\x14','\x93','\x7a','\x3d','\xfb','\x2e','\x36','\xb3','\x43','\x18','\xea','\x02','\x9f','\x68','\x70','\x98','\x77','\x15','\x2b','\x64','\x16','\xf0','\x90','\x4f','\x3a','\x51','\x46','\x51','\x48','\x75','\x2e','\x68','\xcd','\x86','\x91','\x82','\x5e','\xc0','\xb9','\xa4','\x14','\xc8','\x9c','\x44','\x6b','\xe1','\x0b','\x7c','\x83','\x76','\x27','\xcf','\x6f','\xa2','\xd4','\x57','\x1a','\xcc','\x16','\x72','\x75','\xbe','\x00','\xba','\xa6','\xd6','\x30','\xa4','\xc8','\x49','\x5d','\x44','\xa6','\x0a','\x1d','\x1a','\x7c','\x38','\x12','\x33','\x80','\x18','\x74','\x8d','\x75','\x77','\xf4','\xde','\x71','\xef','\x86','\x98','\x27','\xce','\xf3','\x49','\xb0','\x42','\x34','\xa9','\xd7','\x73','\xa9','\xee','\xbf','\xba','\x9b','\xcb','\x88','\xc0','\x95','\x67','\xac','\x04','\xaf','\x92','\xc6','\x3a','\xcf','\xb3','\x5a','\x5a','\xeb','\xc7','\x45','\x5f','\xad','\x01','\xba','\x95','\x70','\x32','\x69','\x2c','\xca','\xe8','\xd5','\x1d','\xf1','\xa6','\x58','\xaa','\x5f','\xf9','\x6d','\x85','\x55','\x33','\x4f','\x6a','\xa6','\xd1','\x6f','\xa9','\x72','\xeb','\x1d','\x47','\xe0','\x14','\xcd','\xa9','\xde','\xb9','\xd5','\xfe','\x97','\xc1','\x0c','\x22','\x08','\x96','\xd6','\x67','\x34','\xee','\x29','\x13','\x8d','\xd1','\xcc','\x16','\xfd','\xaa','\xf5','\xce','\x99','\x78','\x49','\x2a','\xe6','\x7c','\x9e','\x34','\xdf','\x78','\xef','\x68','\xd6','\x61','\xa2','\x67','\x5e','\x45','\x0b','\x63','\xb5','\x35','\xcd','\xfe','\x89','\x8b','\x9e','\x67','\x91','\x58','\xb3','\x92','\xd7','\x1e','\x52','\xf6','\xe5','\x2a','\x3c','\x5e','\x80','\xc0','\xea','\x28','\xd5','\xbf','\x93','\xa8','\x13','\x34','\x3d','\x00','\xcf','\x9f','\x40','\x8a','\x3a','\xac','\x67','\xa0','\x18','\xc7','\x3f','\x7b','\x51','\x0d','\xb1','\xf6','\x66','\x75','\xb6','\x8a','\xae','\x7b','\x3d','\x6e','\x53','\x8e','\x43','\x80','\x2c','\x70','\xf5','\x2d','\x69','\xb2','\x15','\xe9','\xeb','\x8f','\x04','\x80','\x34','\xd2','\x7b','\x2d','\xe8','\xe4','\x57','\x5d','\x92','\xd2','\x1d','\xc3','\x41','\xa7','\xbb','\x32','\xf6','\x69','\x2e','\x73','\x04','\x6a','\xf9','\x1c','\x46','\x93','\x91','\xa7','\x01','\xdb','\x8e','\x6c','\x9d','\x2b','\x8c','\x82','\x2e','\xc6','\x5c','\xc3','\x95','\xb7','\xa9','\xc8','\x22','\x2b','\x03','\x2c','\x3a','\x92','\xb3','\x85','\xb2','\x35','\xe4','\xde','\x31','\xcf','\x01','\xf8','\x80','\xa1','\xc1','\xe6','\xbc','\xd6','\x6b','\x73','\xd8','\xe4','\xbc','\x20','\xba','\xac','\x42','\xc5','\x34','\x73','\x8f','\x06','\xc9','\x16','\x88','\x22','\x12','\x0c','\x6b','\x8a','\x6b','\xd5','\x01','\x65','\xeb','\x4c','\x9d','\x27','\x43','\x8a','\x6e','\xdf','\x9a','\xf2','\x01','\x3d','\xab','\x4a','\x4b','\xa7','\x72','\x77','\xf7','\x86','\xbd','\x6d','\x8b','\x66','\x8a','\x24','\x7d','\xf1','\x38','\x39','\x37','\x28','\x62','\xe0','\x38','\x0f','\x18','\x1c','\xf7','\xb7','\x37','\xdc','\xee','\x37','\x38','\x38','\xde','\x60','\x0e','\xea','\xb3','\xf8','\xbc','\x92','\xc6','\x5f','\x8d','\xb1','\x12','\x7a','\x56','\x11','\x41','\x9d','\xf1','\x59','\xb3','\x04','\xd9','\xd5','\xce','\x29','\x4b','\x7e','\x63','\xa1','\x13','\x19','\xb0','\x00','\x8e','\x3c','\xf1','\x31','\x3f','\xf1','\x9c','\x81','\x1e','\x3b','\x10','\x86','\x6c','\xc0','\xf4','\x8e','\x69','\x8e','\x68','\x89','\x68','\x3b','\xf6','\xb7','\x77','\x24','\x0c','\x23','\x0d','\x48','\x9a','\xab','\x45','\x18','\x4e','\xf0','\xbd','\x03','\x89','\xd1','\xbf','\x01','\x6e','\x25','\x6b','\x12','\x9b','\xc5','\xa4','\xbf','\x22','\x38','\x6c','\x0b','\x65','\xfc','\xfe','\xe7','\xf7','\x1a','\xa0','\x04','\xaa','\xef','\x99','\xb5','\x60','\x03','\x30','\x1d','\xea','\xf7','\xed','\x0d','\xb0','\x5d','\xdd','\x2f','\x21','\xcd','\x72','\xfd','\x08','\xb5','\xf8','\xfa','\x6d','\xa3','\x1b','\x88','\xde','\x97','\x01','\xb4','\x15','\x6c','\x86','\x61','\x43','\x82','\x38','\x26','\x7a','\x8c','\xab','\xb6','\x16','\xae','\xab','\x4a','\x6d','\xad','\x13','\x4d','\x9f','\x9a','\xd3','\x52','\x55','\x7d','\xab','\x84','\x8c','\x49','\x61','\x83','\xa3','\xb5','\x3b','\x4a','\x00','\x48','\xab','\x6b','\x22','\x48','\x4c','\x70','\x0d','\x9c','\xb6','\x40','\x64','\x8c','\xdf','\xc3','\x17','\xe9','\x06','\xa4','\x39','\x7a','\x17','\x42','\x34','\x6c','\x09','\x56','\xb3','\x26','\xc9','\x09','\x85','\xb0','\x6a','\xb7','\xab','\x63','\xe0','\x3b','\x5d','\x31','\x12','\xfa','\xb3','\x06','\xcd','\x00','\x71','\x0c','\x9b','\x3a','\xcc','\xe4','\x8c','\x27','\x51','\xee','\x0a','\xda','\x76','\x99','\x30','\xfc','\xbd','\x7b','\x8d','\x15','\xfc','\x5f','\xee','\x19','\xa4','\xcb','\xdd','\xda','\x0d','\x15','\xc6','\x0a','\x65','\xcf','\x42','\x9c','\x16','\xbf','\xe0','\x25','\xc8','\x2d','\x44','\x12','\x57','\x11','\x83','\xab','\x4b','\xc0','\x41','\x7e','\x42','\xec','\xb5','\xd1','\xbb','\x92','\xdc','\x58','\xc5','\x93','\x22','\x95','\x01','\xe5','\x6e','\xf7','\xdd','\xba','\xc1','\xd5','\x6a','\x2c','\x9e','\xb3','\xab','\xa8','\x85','\xfe','\x99','\x87','\x31','\x13','\x92','\x90','\xf9','\x83','\x49','\xd0','\xdf','\xbd','\xa3','\x3a','\x5e','\x65','\x37','\x5a','\xf4','\x38','\x93','\x4e','\x22','\xd7','\xfd','\xf2','\xf6','\x7a','\xef','\xea','\xf6','\x25','\x36','\x38','\xcc','\x3a','\xbc','\x31','\x49','\xb2','\x94','\x53','\x55','\x7d','\xbf','\x73','\x41','\x7a','\xda','\xe2','\xb0','\xa7','\x8a','\xd7','\xa8','\x80','\xac','\xef','\x80','\xbe','\x63','\x25','\xc1','\xdd','\xd1','\x6d','\x23','\x87','\xf7','\x9c','\x38','\x73','\xac','\xc7','\x5b','\xa2','\xdd','\x04','\xd0','\x7d','\xfb','\x2f','\xbb','\x87','\xbf','\xf5','\xd9','\xff','\xf0','\xb5','\xcb','\x22','\x98','\x94','\x2b','\xb0','\x5d','\xce','\xff','\xaa','\xef','\x65','\x72','\xec','\x67','\xc3','\x31','\x3e','\x91','\x31','\x61','\xc6','\x61','\xa3','\x18','\x86','\x3c','\xb5','\xc6','\x1a','\xd6','\x73','\x68','\xb4','\x12','\xc2','\x9a','\x27','\x10','\x20','\xeb','\x0d','\x0c','\x4a','\x6d','\x6f','\x44','\xb5','\x4f','\xa3','\x1d','\xb9','\x44','\x8e','\x96','\x8e','\xec','\x02','\x43','\x26','\xd0','\x82','\x86','\x0e','\xb4','\x2a','\xb5','\x55','\x8c','\xc7','\x0c','\xa2','\x3f','\xcd','\xb1','\x6f','\x4a','\x74','\x32','\x51','\xd3','\xd9','\x23','\x68','\x5a','\x31','\x93','\xde','\xac','\x14','\xcc','\x2b','\x40','\xca','\x49','\x8b','\x9d','\x6a','\x71','\xd9','\x47','\x22','\x9e','\x2c','\x16','\x7b','\xf7','\x8b','\x4e','\x84','\xc6','\xc1','\xb1','\xae','\x44','\x1f','\x3c','\x54','\x3c','\x48','\xb7','\xf5','\xa4','\xa3','\x22','\x5d','\x29','\xae','\x2e','\x43','\x14','\x26','\xd1','\xc1','\xae','\x4f','\x35','\xa2','\x59','\xf1','\x7f','\x57','\x70','\xb3','\x88','\x85','\xdc','\xbf','\x04','\x3b','\x18','\xd0','\x7c','\x43','\x6b','\x3b','\xce','\xc9','\x61','\xcd','\xb5','\xb7','\x5a','\x6b','\xd8','\x7a','\x47','\xdf','\x3b','\x32','\x12','\xcf','\xcf','\xe7','\x42','\x2d','\xcd','\x44','\x7d','\x9b','\x04','\x6b','\x66','\x0c','\xf8','\x30','\xf4','\x6d','\xc3','\x8c','\x89','\xe3','\x78','\x62','\x0c','\x7e','\xbe','\x4f','\x43','\x9b','\x14','\x0b','\x53','\xa8','\xca','\x38','\x3e','\x44','\x57','\x40','\x1a','\x6c','\x0c','\x04','\x02','\xf3','\x38','\x31','\x8f','\x27','\xe7','\x2d','\x74','\x47','\x03','\x87','\x50','\x42','\xc2','\x5b','\x4b','\xba','\x75','\xa1','\x35','\xf4','\xb6','\x63','\x6b','\x3b','\xdd','\xdc','\xb2','\x13','\x38','\x8a','\x81','\x33','\x49','\xd7','\x34','\x4b','\xb4','\xcd','\x91','\x8d','\x26','\x04','\xe7','\xc9','\x44','\xf0','\xde','\x37','\x6c','\xb7','\x8d','\x28','\xf3','\x0b','\x45','\xd1','\xc3','\xd0','\x36','\xc8','\x1d','\xaa','\xaf','\xfb','\x2c','\xb3','\x00','\x18','\x3b','\x0b','\x55','\x5c','\x28','\x3d','\x45','\x81','\x56','\xe1','\x04','\xdb','\x6c','\xc5','\x45','\x87','\x6f','\xc0','\x36','\x01','\xb3','\x8e','\xbe','\xf1','\xe4','\xec','\x9e','\x70','\xe9','\x6b','\x7c','\xbd','\x30','\x7e','\x5a','\x4e','\x02','\x5a','\xe6','\x0e','\x1b','\x4c','\x0c','\xd8','\x99','\x69','\xf0','\x9d','\x46','\x20','\x88','\x89','\xd6','\x12','\x99','\x1d','\xe6','\xf3','\x2a','\xb8','\x5f','\x81','\x27','\x9d','\x21','\xe5','\xd8','\x56','\x49','\x62','\xea','\xbf','\x55','\xf2','\xbf','\xe6','\x3e','\xc9','\xee','\x35','\x2a','\x4e','\xa9','\xdb','\x42','\x6f','\x9f','\x10','\xe8','\xb6','\x01','\xd2','\x93','\xa5','\xbe','\x4f','\xb3','\x2d','\x49','\x93','\xbb','\xea','\x48','\xee','\xe5','\x32','\x4e','\x68','\xc5','\xda','\xe0','\x61','\x31','\x65','\x52','\x50','\xe0','\xdc','\x1a','\x8c','\xa8','\x58','\x3f','\xed','\x54','\x8c','\x57','\xca','\x9c','\x74','\x89','\xa3','\x55','\xb2','\xaa','\x33','\x70','\x4f','\x02','\x86','\x33','\x4e','\x81','\x8c','\xb4','\xc8','\x6f','\xb2','\x3d','\xa7','\x61','\x04','\x56','\xd7','\xa7','\xd8','\x11','\xec','\x3a','\x09','\x34','\x11','\x57','\xcb','\x0a','\xf8','\x51','\xd9','\x56','\xfb','\x9f','\xb8','\x4f','\x5b','\xa2','\xea','\x3a','\xee','\xea','\x59','\xb7','\x56','\x43','\x14','\x79','\xce','\x86','\xba','\x53','\xa5','\xfa','\x21','\xd5','\x2b','\xaf','\x84','\x9b','\xbb','\x79','\x25','\xea','\x17','\xe8','\x08','\x51','\x33','\xb1','\xba','\x94','\xa6','\x42','\x6a','\x25','\xec','\xc0','\x8a','\xc5','\x5c','\x97','\x26','\x1a','\xa3','\x8a','\x11','\xfd','\xde','\x00','\xe3','\x53','\xf3','\xc6','\x42','\xe2','\xfa','\x6a','\x75','\x37','\x6c','\x75','\x8b','\xea','\xf3','\x8a','\x5a','\xe9','\x8d','\x5d','\xc8','\x10','\xe5','\x0c','\x16','\xd4','\x2e','\x0a','\xdc','\x70','\x8f','\xab','\x03','\x6c','\x8c','\xe6','\xe6','\x0d','\xbe','\x99','\xe8','\x4b','\xeb','\x01','\xf1','\xfb','\x96','\x1b','\x20','\xd6','\xae','\xb1','\xf5','\x6c','\xe6','\x2a','\x7a','\x4c','\x33','\x0e','\x0a','\x74','\xa1','\x43','\x9d','\x3a','\x03','\x2a','\x2a','\x56','\xc1','\x24','\x14','\x9f','\xf1','\x4e','\xdd','\xfe','\x05','\x8e','\x26','\x34','\x58','\x88','\xf7','\x93','\x40','\x36','\x3d','\xb3','\x65','\xfc','\x54','\x0f','\x55','\x05','\x52','\x1a','\xe9','\xe4','\xeb','\x1d','\xf1','\xbb','\x86','\x15','\xad','\x49','\xc5','\xbd','\xce','\x1d','\xa4','\x58','\x34','\xce','\xc2','\xc4','\x5a','\x63','\xbe','\x68','\x64','\x3c','\x78','\x69','\x74','\xb7','\xbe','\x34','\x4a','\x11','\x13','\xc7','\x33','\x30','\xcf','\x89','\xec','\x03','\xd1','\xba','\xe8','\xc8','\xb6','\xd6','\x82','\x09','\xd4','\x8d','\xe4','\x0c','\xa4','\xe6','\x2e','\x19','\x42','\x01','\x4e','\xbc','\x7d','\x8e','\x1d','\xd1','\x80','\xe3','\xd3','\x2f','\x83','\x1d','\x14','\x18','\x43','\x4a','\x1c','\x9d','\xfc','\xab','\xd0','\xe6','\x77','\xb0','\x91','\x5a','\xac','\x0b','\x36','\x19','\xe0','\x00','\x9a','\x4b','\xde','\x81','\xef','\x68','\xd7','\x80','\x51','\x06','\x01','\x90','\xee','\xad','\x35','\x5a','\xcf','\x49','\x1b','\x6a','\x6d','\xfc','\xd6','\x77','\x6c','\x7d','\x97','\xb6','\x94','\xcf','\x33','\x32','\xd1','\xda','\x81','\x67','\x33','\x9c','\xa7','\xa4','\x15','\x7a','\x76','\x09','\x8e','\xcd','\x38','\xa4','\xf3','\x69','\xbe','\x71','\x9e','\x12','\x98','\xab','\x14','\x30','\x11','\x02','\xd9','\xe6','\x39','\x71','\x3e','\x49','\x27','\x6e','\xce','\x81','\xb0','\xbe','\xba','\x76','\x56','\xce','\xef','\x3c','\x77','\xc2','\x78','\x5c','\xe2','\x53','\xf3','\xf7','\x4e','\xcc','\x30','\x8e','\xf4','\xb0','\x81','\x61','\x1d','\x83','\x06','\x97','\x74','\xa3','\xb3','\x26','\x07','\x43','\x76','\xb4','\xa6','\x09','\xb0','\x54','\x8c','\xdc','\x2c','\xe0','\xa6','\x5f','\x17','\xcb','\x8b','\x1d','\x54','\xf9','\x0a','\xc0','\x11','\xe3','\xc0','\x1f','\xfd','\xfc','\x81','\x09','\x82','\xe9','\x42','\x6b','\x67','\x72','\x61','\x47','\x06','\xa9','\x27','\x96','\xd4','\x2c','\xcc','\x5c','\x22','\x49','\x0e','\x49','\x4a','\xa1','\x10','\x86','\xae','\x83','\xe6','\x7c','\x9c','\xa2','\x09','\xa8','\x85','\xee','\x86','\x38','\xcb','\x79','\xa9','\x81','\x63','\x3a','\xe9','\x5c','\x56','\x9b','\x7e','\x9a','\x01','\xc9','\x8d','\x71','\x9e','\x81','\x31','\x2e','\x6e','\x6c','\x9a','\x3c','\xc5','\xeb','\x45','\x3b','\x90','\x49','\xca','\x9b','\x03','\xb4','\x5b','\x1e','\x81','\x38','\xd9','\x81','\x48','\x03','\x85','\xf7','\xce','\x82','\x87','\x7b','\x94','\x6f','\xa1','\x6e','\x2f','\x82','\x15','\x29','\x64','\x33','\x4a','\x1e','\x2d','\xd6','\xa6','\x63','\x25','\xad','\x43','\x50','\xdf','\x1d','\x21','\x97','\x92','\x48','\x9c','\xcf','\x93','\xba','\x8c','\x9a','\x7b','\x03','\xce','\x23','\x30','\x27','\x1d','\x22','\x32','\xb8','\xb0','\xab','\xd8','\x53','\x17','\x04','\x59','\x05','\x8e','\x01','\xc6','\x19','\x1a','\x43','\x05','\x64','\x21','\x0e','\x2e','\x47','\x14','\x14','\xf8','\xe5','\x3c','\x8c','\x22','\x1d','\xdd','\x0d','\xa6','\x4d','\x79','\x15','\xb7','\x57','\x50','\x73','\x27','\xf5','\x22','\x56','\xd1','\x72','\x1d','\xc2','\xb5','\x10','\xd7','\xe1','\x5e','\x49','\xa1','\x1b','\xcc','\x37','\x00','\xa4','\x28','\x50','\x2c','\xc7','\x03','\x84','\x34','\x31','\x9d','\xa8','\x2b','\x78','\xe6','\x77','\x9f','\x49','\xf7','\x9c','\x40','\xf5','\x92','\x38','\x03','\xa0','\x1a','\xd5','\x5c','\x33','\x3a','\xc1','\x0a','\xbe','\xe1','\xe7','\x8e','\x09','\x6f','\x0d','\x7d','\x7f','\xe3','\x46','\x16','\xd4','\x19','\x00','\xce','\xc9','\x82','\xf9','\x9a','\x64','\xce','\x6e','\x82','\x89','\x9f','\x7a','\xf3','\x8d','\xed','\x56','\x00','\x88','\x46','\x54','\x0a','\x0d','\x91','\x13','\x96','\xc1','\x96','\x6f','\x23','\x7a','\xcb','\xa4','\x57','\xe1','\x7e','\x1d','\xb8','\x20','\xdd','\xec','\xe5','\x3b','\xb2','\xbe','\x23','\x00','\x1a','\x57','\x26','\x37','\x7d','\x88','\x0a','\x73','\xc6','\x65','\x06','\x64','\xc6','\xa1','\xb0','\x39','\x68','\x82','\xb0','\xbf','\xf1','\x79','\xfd','\x2b','\xef','\x61','\xfe','\xed','\xcf','\xfe','\xcf','\x5d','\xfb','\x89','\xd6','\x1a','\xee','\xb7','\x77','\xad','\x53','\xd1','\xbb','\x54','\x78','\x71','\x2a','\x33','\x1d','\xe6','\x6c','\x62','\xf1','\x97','\x61','\xc1','\xcf','\xce','\x8d','\x49','\xcc','\x48','\x22','\xe0','\x4d','\xae','\x75','\x29','\x7e','\x39','\x4c','\x26','\x54','\xd7','\x5a','\x68','\x83','\xeb','\x67','\x4b','\xea','\x65','\xd8','\x15','\xd2','\xfc','\x95','\x41','\x3d','\x89','\x65','\xc3','\x8e','\xa6','\x4c','\xc1','\xeb','\xd1','\xa9','\xd6','\xe6','\xbb','\x6b','\x2d','\xd5','\x82','\xaf','\x22','\x9f','\x45','\xd7','\x1c','\x12','\x7c','\x96','\xde','\xc0','\x93','\x1a','\x2a','\x23','\xa0','\x00','\x00','\x31','\x93','\x96','\xd2','\x19','\x6b','\x58','\x68','\xaa','\x12','\x21','\x55','\x2e','\x17','\x68','\x60','\xe5','\xe3','\x89','\x58','\x66','\x14','\xbd','\x75','\x00','\x89','\x99','\x40','\x26','\x05','\xb3','\x33','\x38','\xe3','\xc4','\x94','\x08','\xb4','\x70','\x75','\x99','\x75','\x60','\x28','\x61','\xeb','\xfb','\x4e','\x77','\x1d','\x88','\xfe','\x2b','\x0d','\x60','\xed','\x28','\x87','\x21','\xd2','\x70','\x1c','\x27','\x0f','\x99','\x93','\x82','\x67','\x83','\x51','\xf3','\x12','\x45','\x1d','\x4d','\x8c','\x73','\xc2','\x3d','\x4a','\xc1','\x80','\x72','\x17','\xab','\xc3','\xc9','\xdd','\x10','\x38','\x30','\xe6','\xc4','\x71','\x52','\xa8','\x6c','\xcd','\x80','\xe9','\xdc','\xe3','\xcf','\x27','\xe3','\xa0','\x31','\xc6','\xa4','\x03','\x23','\x4f','\xc4','\x39','\x70','\x08','\x88','\x09','\x04','\xe0','\xc0','\xe6','\x77','\x98','\x6f','\x2c','\x78','\x2a','\x91','\x36','\x56','\x7a','\xa4','\xf0','\x36','\x26','\xcb','\x24','\x0c','\xf0','\x40','\x9a','\x8e','\x1c','\x1c','\xac','\x99','\xb8','\x92','\xa0','\x2e','\x33','\x8b','\x5b','\x40','\x82','\x76','\x82','\x57','\xbe','\x39','\xfa','\x6d','\x87','\xab','\x1b','\x80','\x64','\x17','\xcd','\x35','\x04','\xb6','\x9e','\xe3','\x5c','\x81','\x6f','\x65','\x60','\x15','\x69','\x56','\xb1','\x88','\x4a','\x8d','\x05','\xd6','\x31','\x69','\x4d','\x01','\x07','\x28','\x99','\x10','\x5a','\x2b','\x53','\x14','\xe5','\xf1','\x12','\x93','\x2f','\x52','\x89','\x8a','\x56','\x6f','\x86','\x3d','\x37','\x8c','\x21','\x91','\xae','\x39','\x29','\xc9','\xc6','\xe2','\x79','\xdb','\x3b','\xe3','\x5f','\x32','\xfe','\x56','\x8e','\xb3','\x84','\xcb','\x55','\xbc','\x77','\xee','\xa7','\x94','\x2e','\x74','\xd1','\x56','\x0b','\x7c','\x6a','\x97','\x2e','\x88','\x16','\xd9','\x53','\x1d','\x00','\x3e','\x3b','\x73','\xc7','\xd6','\x1b','\x4a','\x13','\x60','\x99','\x8b','\x2e','\x5b','\xf3','\x9f','\x6a','\x4f','\x94','\xc9','\x4f','\xa2','\x0a','\xbc','\xa2','\xf9','\x94','\x1e','\x4c','\x85','\x48','\xb0','\x78','\xf7','\xaa','\xc8','\x75','\xdd','\xe5','\xf2','\x94','\x83','\xfb','\xa2','\xe6','\xef','\x41','\xfb','\x70','\x21','\xf9','\xfa','\x09','\x04','\xdc','\x93','\x45','\x7a','\xe3','\x19','\x16','\x19','\x88','\x93','\xe2','\x6b','\x2f','\x07','\x47','\xe5','\x68','\x0c','\x95','\x21','\xb4','\x9d','\x7b','\xd8','\xfb','\x35','\xcf','\x2a','\x91','\xcc','\x19','\x62','\xa5','\xc8','\xa2','\x31','\xa9','\x78','\xcb','\xef','\xbf','\xbf','\x7e','\x96','\x7e','\xc7','\xec','\x45','\x13','\xa3','\xe7','\x82','\x2a','\x0a','\x0c','\x05','\x4c','\x32','\xa1','\x4e','\xb9','\x5e','\xfe','\x56','\xab','\xa3','\xe7','\xae','\x02','\xe3','\x75','\x69','\xad','\xd7','\xac','\x0f','\x77','\x03','\xb2','\x75','\x9d','\x84','\xbc','\x9f','\xab','\x28','\x07','\xe6','\xa0','\x5d','\xef','\x77','\xa6','\x07','\xba','\xef','\xd7','\xe1','\xe3','\xbe','\x11','\x80','\x4c','\x03','\x86','\x34','\xa2','\x40','\x2e','\x4b','\xe4','\x63','\x9c','\x68','\x60','\x87','\x88','\x06','\x55','\xd5','\x1c','\xe0','\xe8','\x03','\x6b','\x0d','\x2d','\x1b','\x6d','\x86','\x6b','\xfd','\xa3','\xa8','\x76','\x2a','\x78','\xb2','\x0a','\x20','\xa0','\xd7','\xf7','\x36','\x52','\x77','\x4b','\x5b','\xb4','\x74','\x93','\x09','\xb4','\xb6','\x13','\xc9','\xc7','\x5c','\x06','\x2f','\xf5','\x2c','\xd6','\x33','\x6b','\xbe','\x00','\x1e','\x32','\x2c','\x80','\xb4','\x80','\x59','\x03','\x42','\x39','\xd1','\x8b','\x51','\x44','\x51','\xbe','\x5e','\x1e','\x06','\x8b','\xa4','\xee','\x6b','\x4c','\x85','\x55','\x2e','\x54','\x6b','\x32','\x54','\x98','\x20','\x59','\x18','\x98','\x4b','\xc8','\xdf','\xd0','\xb7','\x1d','\xdb','\x4e','\xea','\xe8','\xf4','\x44','\xe0','\x55','\xcb','\xc7','\xfd','\x9e','\x33','\xa5','\xb5','\x04','\x0d','\x5d','\xb6','\x8e','\xf4','\x8e','\x58','\x6e','\xb0','\x2a','\x83','\x03','\xc8','\x60','\xfc','\x8d','\x19','\x2c','\x36','\xcc','\x79','\x86','\x66','\x7c','\xb7','\xf4','\x2c','\x55','\x42','\x0b','\x04','\x5c','\x7f','\x65','\x22','\x8c','\xf4','\x43','\x87','\x01','\x3a','\x1f','\x0d','\x5a','\xf7','\x41','\x73','\x2c','\xb2','\x00','\x68','\xa4','\xb5','\x0a','\x48','\x63','\x5e','\x4d','\x2a','\x59','\xad','\x22','\x02','\xe4','\x53','\x45','\x4c','\x75','\x99','\x18','\xbe','\x6d','\x75','\x95','\x4c','\xf9','\x2f','\xaa','\xeb','\x6e','\x75','\xfe','\x68','\x9f','\x8a','\x89','\x65','\xc9','\xf3','\xc6','\x5b','\xc7','\xcc','\xc0','\xe7','\xe3','\x89','\x8f','\xcf','\x07','\x01','\x03','\x3d','\x1b','\x6f','\xa4','\x76','\x9a','\x9b','\x06','\xf8','\x96','\xae','\x8f','\x15','\x67','\xf3','\x86','\x6d','\xeb','\xec','\x88','\x85','\xc9','\x48','\xa2','\xd2','\x3d','\x35','\x1b','\x2a','\xfd','\xd3','\xb0','\xf3','\xfd','\x87','\x77','\x4c','\x1b','\x18','\xcf','\x89','\x63','\x26','\xce','\x99','\x38','\x91','\x38','\x3d','\x91','\xad','\xb1','\xd3','\xfe','\xf1','\x0d','\xc3','\x1c','\xc3','\x92','\xd4','\xb8','\x70','\x4c','\x2b','\x4a','\xa4','\x01','\x08','\xec','\x76','\xc0','\x7d','\x62','\xca','\x78','\x26','\x61','\xea','\x50','\xc9','\xb5','\xb2','\x25','\x9e','\xf1','\x27','\x0b','\x20','\x26','\x86','\x45','\x01','\xe1','\x3b','\x88','\xb5','\x74','\x12','\xe7','\xf1','\x44','\x62','\x00','\xf9','\x3a','\x4c','\xcf','\xd6','\xcd','\x55','\xa2','\x3b','\x8d','\xde','\xe6','\x31','\x82','\x73','\x16','\xf6','\x8d','\xc1','\x7e','\x70','\xd2','\xad','\xdb','\x4e','\x26','\x42','\x8a','\x2a','\xb6','\x82','\x11','\x3b','\x20','\x76','\x5e','\x48','\x26','\x5f','\xa6','\x28','\x30','\xfa','\x7d','\xbe','\x50','\x89','\x80','\x0f','\xe6','\xe5','\x33','\x68','\x49','\x5c','\x14','\x34','\xef','\x44','\x99','\x9b','\x35','\x08','\x20','\xe0','\x35','\x14','\x8d','\x26','\xd8','\xde','\xa3','\x58','\x98','\x62','\xaa','\x2e','\xce','\x75','\xaa','\xab','\x53','\x2d','\xb0','\x12','\x84','\xd6','\x46','\x3a','\x4f','\x1a','\x37','\xb8','\xab','\x28','\x9b','\xb4','\x48','\x2d','\x21','\x62','\x73','\xe3','\xc0','\xd3','\x21','\x34','\xa6','\x8a','\xbd','\x28','\xd4','\x12','\x8b','\xfb','\xc9','\x16','\x22','\xf0','\xdd','\x39','\x22','\x37','\x9e','\xd4','\x4b','\x61','\x61','\x10','\x55','\x9d','\x21','\x72','\x8d','\xeb','\x42','\x6f','\x89','\x31','\x39','\x97','\xa8','\xaa','\xdf','\xf5','\xcc','\xc0','\x03','\xa6','\xa8','\x3e','\x15','\x40','\x00','\xa8','\xe8','\xbc','\x0a','\x59','\xce','\x90','\x31','\x04','\xba','\x78','\xf3','\x32','\x8a','\x68','\x65','\xa9','\xc9','\xb9','\x21','\xe6','\x9b','\xe0','\xea','\x6b','\x97','\x67','\x3d','\x27','\x54','\x9c','\x6a','\x42','\xa2','\x52','\x83','\xf0','\x8a','\x8f','\xcb','\xef','\xb4','\x96','\xa2','\x6c','\x58','\x01','\x87','\x0a','\x08','\x0c','\x24','\xa1','\x0e','\x23','\x4a','\x40','\x57','\x7c','\x62','\xb3','\x25','\xcc','\xdd','\xad','\x91','\x96','\xa4','\xb9','\x0c','\x8b','\xf2','\x02','\x3a','\xf1','\xcd','\x98','\xe2','\x41','\x93','\xa7','\xfb','\x72','\x71','\x0c','\x9e','\x7f','\xf3','\x3b','\xa0','\x56','\xfb','\x55','\x38','\xf2','\xfe','\xd9','\x4d','\x28','\xc7','\xa6','\x78','\x2d','\x4e','\x75','\xfa','\x98','\xee','\xe7','\x5f','\x76','\x0f','\xf8','\x8f','\x3e','\xfb','\x3f','\x77','\xed','\x44','\x6a','\x19','\x74','\xf3','\xc5','\xb9','\xc8','\x2d','\x30','\xdd','\xe1','\x26','\x4d','\x82','\x89','\x8a','\xf1','\x3c','\x31','\x8d','\xad','\xee','\xd6','\xc8','\x03','\x3f','\x8f','\x13','\x73','\x9c','\xb4','\xb2','\x6c','\x4e','\x24','\xd0','\xd4','\x15','\x6a','\x0e','\x6f','\x45','\x87','\xe0','\xe0','\xb7','\x2a','\x06','\x98','\x2a','\x8a','\xca','\x29','\x41','\xed','\x9c','\xb9','\x8c','\x1e','\xf0','\x8a','\x0c','\x43','\x41','\x5e','\x83','\xdc','\x72','\x4c','\x3c','\xc7','\xb9','\x0c','\x27','\x0a','\xe0','\x70','\xe3','\x33','\x33','\x00','\x33','\x07','\xf2','\x3c','\xc1','\x09','\xeb','\x8e','\x12','\xdd','\x67','\xe0','\x42','\x47','\x93','\x86','\x22','\xee','\xfa','\x35','\xed','\xfd','\x3c','\x69','\x6f','\x0a','\x25','\x01','\x43','\x7c','\xe8','\x6e','\x9d','\xdd','\x1d','\x5e','\x32','\x02','\x12','\xcc','\x46','\xc0','\xbb','\x8a','\x50','\x21','\xa0','\xb4','\xa6','\xb7','\x97','\xe7','\x9e','\x18','\x8f','\x03','\x53','\x73','\x79','\xca','\x1c','\x05','\xb8','\x50','\x58','\x98','\xd3','\xf8','\x41','\xa8','\x32','\x9f','\xb1','\x80','\x06','\xad','\x8d','\x8f','\xf3','\x53','\xae','\x4f','\xc6','\x0e','\x47','\xd1','\x79','\xb2','\x78','\xdd','\x74','\x88','\x6a','\x6d','\x02','\xe7','\xb9','\x6c','\x7e','\x8b','\x5b','\x0e','\x73','\xcc','\x38','\x71','\x3c','\x0f','\x60','\x4e','\xec','\x1a','\x52','\x4b','\x57','\x31','\x26','\x9d','\x63','\x06','\xc2','\x12','\x5d','\xb4','\xb0','\xb0','\x0e','\x24','\xdf','\x61','\x15','\x75','\x66','\xb4','\x4b','\x35','\x25','\xce','\xb4','\xb1','\x0f','\x4c','\x0f','\x98','\xe6','\x42','\x04','\x68','\xb9','\xca','\x01','\xa4','\x8e','\x7e','\x33','\x6c','\x6f','\x74','\x0f','\x74','\x73','\x8c','\x63','\xe0','\xf1','\xfc','\xc4','\x79','\x1e','\x0b','\x35','\xa4','\x35','\x34','\xdf','\x43','\x6b','\x4d','\x2e','\x8b','\x74','\x29','\x1c','\xc3','\xae','\x75','\x5d','\x7c','\x76','\xc3','\x7a','\xce','\x95','\xd1','\xe6','\xca','\xf0','\x6c','\x15','\x58','\xb0','\x42','\x65','\xa3','\x90','\x1b','\x4c','\xc8','\xa6','\x15','\x2a','\x14','\x44','\xb5','\x36','\xaf','\x42','\x41','\x00','\x84','\xf6','\xd8','\x6d','\xe7','\x79','\x73','\x8e','\x93','\x43','\x90','\x8f','\x81','\x7d','\xbf','\xe3','\xb6','\x6f','\x2b','\xb1','\x28','\xe1','\x3a','\x13','\x9c','\xd7','\x84','\xa8','\xf4','\x5a','\x9c','\x07','\x53','\x44','\x83','\xef','\xba','\x45','\xc6','\xa3','\xbc','\xfe','\x80','\xc1','\x39','\x0f','\xa3','\x93','\x0e','\xd3','\xb7','\x8e','\xb6','\x35','\x6a','\xd4','\x8e','\x43','\x54','\x4c','\xac','\xe4','\x1e','\x5e','\x1a','\x0d','\xad','\x09','\x67','\xbc','\x5f','\x45','\x8f','\x5c','\xb2','\xb8','\xc7','\xa4','\xbf','\x29','\xdd','\x51','\x4d','\x76','\x07','\xc8','\x5e','\x98','\x89','\x04','\x13','\xa7','\xea','\x1c','\x55','\xde','\xeb','\x46','\xba','\x6e','\x5a','\x72','\xb4','\x01','\x12','\x31','\x07','\xdc','\x0d','\xfb','\x2e','\xfa','\xe6','\x18','\x78','\x9c','\x0f','\x8c','\x43','\x1d','\x21','\x77','\x74','\x27','\x38','\x57','\x6e','\x56','\x53','\x99','\xa4','\xe9','\x5d','\xfb','\xae','\x64','\x79','\x32','\x39','\xb4','\x4a','\xc4','\x71','\xcd','\x6c','\x23','\x38','\x21','\x51','\x7b','\x5e','\xef','\xbb','\x9e','\x7b','\x45','\xfb','\xd4','\xb3','\xf5','\x97','\xa2','\xa6','\xce','\xc8','\x34','\x5f','\x6c','\xee','\xb9','\xea','\x11','\x5b','\x9d','\x97','\xb5','\x9f','\xaa','\x98','\xa9','\xa5','\xb5','\x3e','\xa3','\xfe','\x65','\x7d','\x25','\xb2','\xd1','\xc1','\xd0','\x44','\x53','\x24','\x3b','\x03','\x7c','\xd7','\x45','\x8b','\xc1','\x0a','\xcf','\xf8','\xee','\x5f','\xb2','\xde','\x3d','\x8b','\x6d','\xf8','\x8e','\x31','\x4e','\xcd','\xcf','\x02','\xbc','\x77','\xb4','\x8d','\x06','\x2b','\xe7','\x79','\x22','\xd1','\xd0','\xb7','\x1b','\xdc','\x39','\x83','\x0a','\x2a','\x28','\x4a','\xf8','\x61','\x59','\xf4','\x37','\xab','\xa3','\x6f','\x3d','\x15','\xc6','\x09','\x8a','\xcd','\x0d','\xc6','\x02','\xdf','\x8b','\x3a','\x59','\x28','\x3a','\xb8','\xbf','\x92','\xeb','\xa8','\xb5','\x86','\x6d','\xdf','\xe9','\xd0','\x99','\xe3','\xfa','\x4c','\x86','\xa1','\x45','\x73','\xbf','\x1e','\x7c','\xae','\x73','\xdf','\x2a','\x3f','\x00','\x04','\x3c','\x70','\x36','\x0f','\x69','\xb4','\x05','\xdf','\xe4','\x4b','\x2e','\xa8','\x38','\xa5','\xd8','\xf8','\xf2','\x91','\x3a','\xbf','\x59','\x41','\x9b','\x05','\x3b','\x25','\xa2','\xbc','\x15','\x50','\x66','\x46','\xbd','\xc9','\xb0','\xc4','\xf3','\x79','\x22','\xf3','\x44','\xcf','\x40','\x8b','\x00','\xb2','\xc3','\xad','\xa3','\xf5','\x0d','\xad','\x35','\xec','\xdb','\x0d','\xd8','\x77','\x16','\x40','\x42','\xba','\x0b','\x9c','\x8d','\x19','\x98','\x5a','\x6f','\x26','\x50','\x21','\xc1','\x1c','\x31','\x86','\x40','\x73','\x2b','\xcd','\x39','\xaf','\x7d','\xbe','\xac','\xbd','\x59','\xcc','\x1a','\x48','\xab','\x04','\x6a','\xde','\x7a','\x6b','\x74','\x96','\x8b','\x01','\x1c','\x83','\xba','\x28','\xe9','\x85','\x56','\xa7','\x47','\x7f','\xb9','\xf7','\x0b','\x10','\x57','\x21','\xe2','\x32','\x5f','\x2a','\x80','\x62','\x0d','\xca','\x36','\xc3','\xb5','\x85','\x05','\x40','\xb6','\x0b','\xd0','\x20','\xa8','\x44','\xdd','\x53','\x81','\x65','\xee','\x8e','\xfb','\xbd','\xe3','\x98','\x13','\x9f','\x1f','\xdf','\xf0','\x78','\x3c','\x90','\x09','\xec','\xf7','\x1b','\xde','\x3a','\x3b','\x62','\x33','\x4d','\x5a','\x48','\x9e','\xdd','\xe7','\xa4','\x91','\x95','\xa7','\xa1','\xc3','\x70','\xdb','\x6e','\x78','\xeb','\xd4','\x09','\x8e','\xe7','\x41','\x30','\x50','\x20','\x19','\x52','\xec','\x9f','\x08','\x58','\x24','\xda','\xcd','\xf1','\xf6','\xfe','\x0e','\xd8','\xc0','\x63','\x3c','\x30','\xc4','\x56','\xa8','\x25','\x30','\xcf','\x89','\xe1','\x86','\x13','\x46','\x59','\x84','\x91','\x46','\x1d','\x66','\x98','\x6e','\x98','\xee','\xe0','\x6c','\xb8','\x89','\x0f','\x09','\x4d','\xd3','\xaa','\xbf','\xcb','\xae','\x59','\xb7','\x64','\x51','\x9f','\x89','\xa7','\xd8','\x55','\xbf','\xfd','\xf9','\x83','\x02','\x88','\x4e','\x0d','\x39','\x79','\x63','\x4d','\x95','\xb5','\x35','\x53','\x00','\x74','\x84','\x44','\x4d','\x17','\xea','\xa1','\xb2','\xc0','\x88','\x5d','\x23','\x69','\x09','\x6d','\xda','\x5c','\x79','\x86','\xf8','\xc0','\xa2','\x57','\x44','\x10','\x31','\xad','\x22','\x60','\xbd','\x30','\x55','\xd6','\x51','\x6d','\x71','\x1d','\x44','\xa6','\x6f','\xb0','\xba','\x06','\xb5','\xe5','\x03','\xc0','\x48','\xc4','\xc9','\x6a','\x3e','\x13','\xf0','\x29','\x94','\xbc','\x25','\x13','\xba','\xd4','\x67','\xce','\xeb','\x5a','\x13','\xc9','\xe9','\xe9','\x13','\x8b','\xaa','\x46','\x72','\xc1','\xa4','\x3e','\xc0','\xb6','\x1a','\x4e','\xcb','\x07','\x5a','\x1b','\x2d','\x4b','\x48','\xc9','\x87','\x9a','\x63','\xc0','\x7a','\x47','\x7a','\xe0','\x18','\x13','\x6d','\xcc','\xef','\x8b','\xbd','\x39','\x71','\x8e','\x03','\x6e','\xdb','\xdf','\x28','\xf6','\x48','\x8f','\xb3','\xf1','\xfb','\x62','\xef','\xf5','\x30','\xac','\x64','\x0d','\x0a','\x30','\xac','\x35','\x26','\x5d','\xdf','\xec','\xf2','\x62','\x87','\x50','\x89','\x15','\xe2','\xf4','\xe7','\x59','\x9c','\xaa','\x08','\x59','\x0f','\xe1','\x42','\x13','\x98','\x78','\x02','\x74','\x6f','\x4d','\x65','\x74','\x25','\x9e','\x73','\xfe','\x3a','\x6a','\x68','\x9b','\x01','\x36','\x30','\x41','\x0d','\x49','\xdd','\x6f','\x44','\x70','\x82','\xfd','\xf1','\x84','\xdb','\x17','\x26','\xbd','\x39','\x95','\xac','\xa7','\x2a','\xf3','\xaa','\x96','\xf0','\x72','\xbd','\xdc','\xa2','\x81','\xc4','\x3c','\x06','\xaf','\xc5','\xae','\x83','\x86','\xae','\x51','\xeb','\xc8','\xd1','\xfc','\x9b','\xe4','\x4c','\x93','\x04','\x8b','\xcc','\x00','\xaa','\xf8','\x2a','\xd3','\x06','\x52','\xc6','\x79','\x5f','\x71','\xd2','\xc2','\xb2','\xa8','\x0b','\x85','\xfc','\xf1','\xf8','\x34','\xd8','\xef','\xbe','\x43','\x87','\x9f','\xb2','\xdb','\x62','\x93','\x79','\xd2','\x39','\xc6','\x3b','\x11','\x90','\x73','\x0c','\x0e','\x4e','\x2c','\x91','\x20','\x12','\xf1','\x1c','\x2f','\x87','\xd8','\x3f','\xff','\x1e','\xaa','\x33','\xf9','\xb7','\x3f','\xfb','\xff','\xe4','\xda','\xcf','\x2b','\x41','\xab','\x95','\x57','\x9b','\x5c','\xc8','\xf2','\x9a','\xf3','\x54','\x14','\x3c','\xde','\x8a','\x90','\xa2','\x86','\xf4','\x89','\x73','\x0c','\xce','\x4b','\xaa','\x02','\x2c','\x83','\x42','\x79','\x25','\xa8','\xee','\xc6','\x9b','\x43','\x8a','\x56','\x26','\x94','\x58','\x03','\x03','\x79','\xbd','\x8e','\x96','\x1d','\x5e','\x81','\x37','\x59','\x48','\xa7','\xd6','\x6c','\x13','\x85','\x76','\x06','\x05','\xec','\xde','\x81','\x02','\x65','\xca','\x66','\xdb','\x8c','\x40','\x0e','\xbb','\x56','\x01','\xb3','\xc0','\x98','\x74','\x89','\xa9','\xf5','\x58','\xc9','\x93','\x87','\x73','\xc6','\x8f','\x8b','\xae','\xe6','\x14','\x18','\x07','\x12','\x36','\x1c','\x33','\x06','\x32','\x0d','\x0d','\x4d','\x45','\x96','\xd0','\xb4','\x95','\x74','\x27','\x0c','\x14','\x98','\x7a','\x4c','\xe4','\x1c','\x24','\xc4','\x19','\x8b','\x91','\x4a','\xfc','\xb6','\x6d','\x43','\xf3','\xa6','\x89','\xee','\xf3','\xb2','\x2d','\x06','\xae','\x84','\x39','\xe5','\x9c','\x23','\x3a','\x45','\x21','\x7e','\xcc','\xd5','\xe5','\x14','\x28','\x6a','\x02','\x69','\x61','\xb4','\x78','\x5e','\x53','\xd2','\x2d','\x17','\x21','\xcc','\xd5','\xd2','\xce','\xe4','\x67','\x14','\x45','\x13','\x56','\x87','\x11','\xdd','\xe6','\xd8','\xf8','\xd2','\xe0','\x51','\xd4','\x5c','\x88','\x26','\x31','\x35','\x13','\x29','\x1c','\x24','\x23','\xa5','\x01','\xe6','\x14','\x3e','\xbb','\x44','\xae','\xcc','\x3e','\x78','\xad','\x5b','\xeb','\x2b','\xa9','\x66','\xd3','\x38','\x48','\xe3','\x55','\xf1','\x5b','\xb4','\xac','\x19','\x09','\x1b','\x71','\x25','\xe7','\x7d','\x63','\xe7','\x2b','\x06','\x1e','\x8f','\x07','\x5c','\x9f','\xc3','\xac','\x5b','\xf7','\x51','\xeb','\xdf','\x1d','\x68','\x8e','\x1c','\x73','\x21','\xf2','\xcb','\x74','\x20','\x0d','\x19','\x1c','\x34','\x49','\xab','\x65','\xbe','\xcf','\x0c','\xc6','\x63','\x33','\xc3','\xbe','\x75','\x6c','\xdb','\x06','\xef','\x9d','\x68','\x37','\x26','\xcc','\xa4','\x13','\x82','\x91','\x76','\x22','\xbd','\x1a','\x87','\x8b','\xf2','\x73','\x8b','\xea','\xbd','\xef','\x1d','\xb7','\xfb','\x0d','\x7b','\xec','\x38','\x0f','\x5a','\xe3','\x4e','\x4c','\x8c','\xec','\x30','\x39','\x39','\xfa','\xcb','\x50','\xda','\x57','\x53','\x9a','\xd6','\x1b','\x8d','\x61','\x8e','\x43','\xe6','\x02','\xfc','\x3e','\x55','\xb7','\xcb','\xfd','\xac','\x68','\x6f','\x0e','\x50','\x53','\xb5','\x8b','\x32','\xa7','\xee','\x54','\x75','\xe6','\x03','\x06','\x4a','\x4c','\x3a','\xf6','\x8d','\xe6','\x15','\xe6','\xd4','\xd0','\x7d','\x3e','\x3f','\x71','\x9e','\x03','\xdd','\xb7','\x65','\x77','\x4b','\xbd','\x80','\xce','\x53','\xa8','\xbb','\x24','\xea','\x25','\x2f','\x21','\xea','\x64','\x00','\x5a','\x51','\x70','\x3b','\x5a','\x13','\xc0','\x93','\xb4','\x17','\x27','\x52','\xcd','\x7d','\xe6','\x49','\x30','\x30','\x02','\x0b','\x84','\x58','\xe7','\x6a','\x75','\x90','\x00','\x64','\xe9','\x55','\x64','\x96','\x93','\xaf','\x49','\xc4','\xcb','\x4f','\x09','\xf6','\xd9','\x61','\x6c','\xeb','\xd7','\xae','\xf2','\x43','\xe7','\xb8','\x31','\xf1','\x2b','\x90','\x12','\x09','\x84','\x17','\x10','\x00','\xd4','\x9c','\x95','\xd6','\x5e','\xe7','\x0b','\xe2','\x8a','\x5d','\x0b','\x54','\xc5','\x1a','\xb6','\xa9','\x05','\x41','\xad','\x2f','\xea','\x83','\x74','\x36','\x66','\xae','\x2b','\xa0','\xfd','\x73','\xad','\x3d','\x52','\x2c','\x17','\xed','\x4d','\x6e','\xa7','\x3c','\xb7','\x4b','\x74','\x9e','\x6b','\x7d','\xae','\x0b','\xac','\x30','\x9b','\x5c','\x23','\x01','\x88','\x12','\x76','\x01','\x98','\x53','\x54','\xf1','\xea','\xce','\x86','\xf8','\x6c','\xae','\x7d','\x1d','\x23','\x68','\x51','\x6e','\x55','\x58','\x03','\x66','\x65','\x90','\x41','\x0a','\x1b','\xa9','\x72','\xa6','\x3c','\x63','\x2e','\xe0','\x17','\xa0','\x06','\xb5','\x6f','\x34','\x71','\x29','\x57','\xd1','\x54','\x62','\xdb','\x5a','\x07','\x7a','\x97','\x8b','\x59','\xc0','\x04','\xcc','\xb2','\x73','\xa8','\x59','\x0c','\x10','\xf8','\x52','\xcc','\x19','\x65','\x1b','\x95','\x8f','\x14','\x30','\x5b','\x5d','\xc9','\x66','\x32','\x62','\x10','\x07','\xdc','\x61','\x2f','\x26','\x11','\x3a','\xf3','\x8c','\x85','\xf8','\x76','\xbb','\xc1','\x92','\xa6','\x40','\x73','\x92','\x3d','\x14','\xa2','\x17','\xba','\xfe','\x3a','\x55','\x2c','\x05','\x64','\x9f','\x7c','\x9e','\x88','\x24','\x20','\xbd','\xb7','\x1b','\xe3','\x99','\x61','\x31','\x6e','\x9a','\x37','\x6c','\x6d','\xa3','\x03','\xa3','\x3a','\x54','\xe7','\x71','\x10','\xa8','\x68','\x44','\xb5','\xbc','\x56','\xd8','\x10','\x63','\x49','\xc9','\x7e','\xc2','\xe5','\x2e','\x07','\xd2','\x74','\x67','\x00','\x67','\x28','\x26','\x51','\xef','\xe2','\x4d','\x7a','\x20','\x2e','\x12','\x24','\x38','\xaf','\x29','\x15','\xa3','\x98','\xc3','\x05','\xce','\xc9','\xfd','\x90','\x83','\xec','\x9b','\xed','\x76','\x5b','\xf9','\x1c','\x9d','\xe6','\xae','\x01','\xc7','\xd6','\x78','\xdd','\x05','\x80','\x2d','\xf6','\x4f','\x1b','\x02','\x0f','\xf9','\x2c','\x6b','\x4d','\xa6','\xbd','\xec','\x61','\x18','\xdc','\xfa','\x32','\x36','\x42','\x9a','\xce','\x2e','\xe5','\x40','\xe4','\xae','\x63','\xdb','\x37','\xf4','\xe4','\x7d','\x9e','\xc1','\x73','\xfc','\x9c','\x03','\x76','\x3c','\x01','\x73','\xf4','\x4d','\x2e','\x7f','\x31','\x57','\x81','\x16','\x33','\x64','\xc7','\x0e','\x6c','\x6d','\xc7','\xad','\x75','\xea','\xe0','\xb5','\x3f','\xac','\xce','\x6b','\xd0','\x3e','\x9b','\x6e','\x74','\x8e','\xb1','\x19','\x1e','\x39','\x60','\xe9','\xd8','\x5a','\x43','\xb4','\x06','\x6b','\x1d','\xc0','\x44','\x0c','\xc3','\x63','\x0e','\x1c','\x73','\x52','\x97','\x0f','\xce','\x3b','\x43','\x6f','\x48','\x6b','\x48','\x77','\xb2','\x14','\xd4','\x65','\xca','\xed','\x06','\xc7','\xc6','\x9a','\xc4','\x04','\x55','\x78','\xc3','\x74','\xc7','\x13','\x9a','\xe5','\xf6','\x1d','\xda','\x70','\xfd','\xfc','\xde','\x06','\xdb','\xaf','\x7e','\x6e','\x6d','\x42','\x54','\xe0','\x31','\xf2','\x6e','\x3d','\xa5','\x83','\x5c','\x3e','\xe4','\xb9','\x02','\x2a','\x03','\x24','\x54','\x99','\x5f','\x45','\xcb','\x54','\x5b','\xde','\xc0','\x49','\xdf','\x19','\x3c','\x05','\x39','\xdf','\xa4','\x5a','\x57','\xa8','\xcc','\x7d','\x6d','\x85','\xda','\x50','\x4a','\x9d','\xd6','\x0b','\x2c','\x21','\x6c','\x33','\x47','\x27','\x1d','\x9f','\xe7','\x42','\x0d','\x2f','\xd4','\x61','\x98','\x39','\x57','\x02','\x4e','\x16','\xb1','\x1c','\x87','\x56','\xd7','\x61','\x2d','\x11','\xfe','\x2f','\x9d','\x22','\x7e','\xdd','\x77','\x05','\xc8','\xc5','\x7b','\x06','\xff','\xdd','\x5d','\x96','\xdb','\x09','\xe4','\x28','\xb1','\xed','\x3f','\xb1','\xd8','\x83','\x29','\xd8','\xbe','\x14','\x42','\x59','\x85','\x5f','\xb2','\xf0','\x9b','\x57','\xe1','\x57','\x41','\xfc','\xb7','\x67','\x49','\x25','\xc7','\xb9','\x1e','\xee','\xfa','\x0f','\x2b','\x00','\xbb','\x9e','\x67','\x8c','\xd0','\x00','\x52','\x05','\xea','\x3a','\x64','\x33','\x39','\x1f','\x46','\x22','\xbd','\x7f','\xfc','\x7e','\xab','\xd4','\x00','\x2e','\x2a','\x88','\xc2','\x9d','\x01','\x43','\xf7','\x78','\x26','\x3d','\xf1','\x81','\x42','\xe5','\x98','\x18','\xb4','\xee','\x2c','\xf6','\x12','\x40','\x93','\x25','\x2e','\xae','\x00','\x98','\xed','\xba','\xaf','\x2a','\xa0','\xbc','\x35','\x3a','\xa3','\xe9','\xb9','\x98','\x0e','\xa2','\x8b','\xfa','\x6c','\x7a','\xb6','\x09','\x78','\x09','\xef','\x75','\x80','\xa9','\x25','\x55','\xf3','\x0d','\xea','\x3a','\x59','\x2c','\xaa','\xcb','\xb0','\xc8','\xf5','\xbc','\xde','\xda','\x23','\x31','\x8a','\xc6','\x61','\xd7','\xbb','\x7b','\xf9','\x7c','\x28','\xf8','\x85','\xf8','\xe8','\x5d','\x4e','\x48','\xe5','\xff','\x9f','\xeb','\x3d','\xff','\x9d','\x7b','\xf8','\x17','\x5d','\xfb','\x1c','\x05','\xeb','\xfa','\xc5','\x80','\x37','\xa2','\x3e','\xb5','\x7c','\x7c','\x68','\xed','\x56','\x4c','\x08','\x16','\x09','\xb4','\x24','\xee','\xf0','\xbe','\xc1','\x70','\x5e','\x49','\x5c','\xbd','\xef','\xfa','\x0c','\x4b','\xe4','\x30','\xf4','\x4e','\x84','\xb3','\x68','\x4c','\xa9','\xb5','\xc1','\x35','\xa7','\xa4','\x3f','\x01','\x0c','\xbd','\x53','\xad','\x71','\xab','\x82','\x43','\x80','\x00','\xd7','\xd7','\x75','\x3d','\xbe','\x92','\x09','\xac','\x2e','\xb6','\xc3','\xd1','\x95','\x2c','\x7a','\x39','\x03','\xd9','\x55','\x8c','\x23','\x01','\x47','\xea','\xf9','\x30','\x49','\x6f','\x4a','\x2e','\x98','\x14','\x72','\xbd','\x4f','\xd0','\x24','\x05','\xc6','\xb5','\xb8','\x9c','\x81','\x5e','\xe3','\x5f','\x3a','\x28','\x08','\x57','\x97','\x61','\x25','\x51','\xba','\xe6','\xc1','\x8e','\xca','\x72','\x94','\x42','\x5b','\xe2','\x7e','\x26','\x0e','\xfc','\x5f','\xd8','\x04','\x67','\xc6','\x48','\x78','\x5a','\x02','\x6b','\x25','\x34','\x54','\x32','\xe7','\x7a','\x77','\x4c','\x5b','\xf5','\x5d','\x2a','\x9c','\x4d','\xef','\xd1','\x7a','\xbf','\xac','\x73','\x25','\x48','\x9d','\xe2','\xf9','\xbb','\x03','\x9b','\xd1','\xf6','\x3a','\x0b','\x54','\x0a','\x32','\xbe','\x68','\x71','\x2e','\x0a','\x8b','\xde','\x5f','\xef','\x0d','\xe9','\xdb','\x8a','\xc8','\xb8','\x72','\x40','\x88','\xf5','\x88','\xb2','\x76','\x5d','\xa8','\xb3','\x35','\xb4','\xce','\x6b','\x6d','\xd2','\x44','\x4c','\x0c','\x3c','\x9e','\x03','\xc0','\x93','\x6f','\xc8','\xb1','\xf6','\x73','\x18','\xa9','\x9b','\x7d','\xdf','\xb0','\xef','\xfb','\xa2','\x87','\xc1','\xed','\x05','\x38','\xe1','\xb3','\xb5','\xd6','\xd0','\xf7','\xb6','\x8a','\x98','\x31','\x49','\x45','\x1c','\x93','\x4c','\x83','\x31','\x4f','\x3e','\x03','\xd4','\x00','\xd4','\xc4','\x2e','\x14','\x7b','\xdf','\xb7','\x55','\x0c','\x90','\x01','\x70','\x6a','\x07','\x36','\x25','\xc3','\x97','\x36','\xb5','\x72','\xd6','\xea','\x7a','\xa5','\x0a','\xcf','\x2e','\x7a','\xf7','\x88','\x89','\x99','\x54','\x81','\xb9','\x55','\xdc','\xd5','\x63','\x78','\x29','\x7e','\x4c','\x7b','\x0a','\x4a','\x76','\x5b','\xe6','\x0b','\x9d','\xcb','\x96','\x66','\xae','\x0a','\x86','\x35','\x90','\xd1','\x49','\x63','\x83','\x34','\x99','\x39','\x03','\x13','\x83','\xe7','\xaa','\x43','\x46','\x03','\x0d','\xf7','\xdb','\x1d','\xfb','\xdb','\x0d','\xe6','\x4e','\xe3','\x8a','\xe7','\x13','\x99','\x63','\xed','\x95','\x5a','\x61','\xd7','\x42','\x31','\x94','\x88','\x81','\xd4','\xaf','\x5c','\x5d','\xd9','\xd2','\x83','\xa6','\x27','\x10','\xae','\x84','\x67','\x80','\xb2','\x90','\x54','\xe7','\x40','\x14','\x36','\xb5','\x53','\x23','\x19','\x0b','\x28','\xc0','\xe6','\xb0','\x89','\x14','\x35','\xbe','\xf5','\x0d','\x69','\x03','\x98','\xa1','\x22','\xeb','\xa2','\x43','\x16','\xb8','\xb8','\x9e','\x9b','\x3a','\x02','\xbf','\xed','\x8e','\x15','\xfa','\xce','\x2e','\xe3','\x54','\x9e','\x91','\x2f','\x71','\x1d','\x42','\xdb','\x19','\x55','\x4c','\xe7','\xc8','\xea','\x68','\x14','\x88','\x89','\x0b','\x68','\x82','\x92','\x4a','\x24','\x64','\x2d','\x0c','\x5c','\x6d','\x25','\x31','\x4f','\xb4','\xf6','\xb8','\x7c','\x5d','\xcc','\x8a','\x97','\x02','\x29','\x83','\xd9','\x4a','\x42','\x3e','\x0a','\xca','\x1f','\x7a','\x53','\xe1','\x70','\x15','\x5f','\x75','\x1d','\x51','\x74','\x46','\x83','\x80','\x45','\xdd','\xba','\xba','\xb4','\xd4','\x1e','\xab','\x43','\xbe','\x0c','\x40','\xe8','\xb0','\x5b','\x28','\x37','\x90','\x38','\xce','\x27','\x1d','\x17','\x3b','\x41','\x02','\xaf','\x98','\x20','\x29','\x41','\x86','\x84','\xe0','\x70','\xe9','\x8c','\x58','\x5c','\x22','\x63','\x51','\x79','\xd9','\x0d','\xe9','\x40','\x0f','\x64','\x9c','\x98','\xc0','\x1a','\x82','\x49','\xbb','\x7c','\xd1','\xdb','\xd3','\x91','\x10','\x15','\xd2','\xca','\x48','\x43','\xb9','\x8a','\x5f','\x39','\x13','\xaf','\xbf','\x28','\xfa','\xd5','\xc9','\x7b','\xc9','\xeb','\xcc','\x34','\x48','\xba','\xde','\x0f','\xd6','\x5a','\xa8','\xc2','\xa9','\x6f','\x1d','\xb7','\xdb','\x0d','\x66','\x40','\x9f','\x04','\x67','\x42','\x54','\xc8','\x09','\x5a','\x27','\x87','\x3a','\x4c','\xde','\x1b','\xfa','\xb6','\x61','\xf3','\xce','\xe7','\xe2','\x1c','\xec','\x3b','\x26','\x75','\x52','\xdb','\xd6','\xb9','\x67','\xb7','\x1d','\xb7','\x6d','\xc3','\xb6','\x6f','\xf0','\xad','\x2f','\x6a','\x5d','\x66','\x81','\x82','\xec','\xc2','\x2c','\xf9','\x1f','\xdb','\xb9','\x02','\xb1','\x18','\x7f','\xc7','\x84','\xf4','\xa3','\xa2','\xe8','\x4a','\x53','\x69','\x06','\x4c','\x77','\x74','\x03','\x67','\xa8','\xf9','\x40','\x00','\xd8','\xa4','\x55','\x49','\x24','\xba','\x0c','\x89','\xc6','\x38','\xf1','\x7c','\x7e','\x22','\xc6','\x84','\x07','\x3b','\x34','\x7d','\x6f','\x2a','\x08','\xb9','\xff','\x67','\x08','\xf4','\x4b','\xe6','\x52','\x91','\xe7','\x5a','\xcb','\x21','\xdd','\xfd','\xd4','\xde','\x35','\x75','\xb5','\xa9','\x13','\x4f','\x10','\x10','\xa8','\x33','\xd1','\x2e','\xb7','\xd3','\x9c','\x2b','\x3f','\x77','\x23','\xb5','\x2e','\xcd','\x91','\xee','\xea','\x80','\x03','\xfb','\x6d','\xc7','\xbb','\xba','\x66','\x63','\x8e','\xc5','\xac','\x6a','\x70','\x7e','\xef','\x18','\xcb','\x51','\xee','\x76','\xbb','\x01','\x5b','\x47','\x8e','\x00','\x22','\x71','\x1c','\x8f','\xe5','\x0a','\xe7','\xce','\x38','\x40','\xe6','\x42','\xa2','\x19','\x8b','\x6d','\x6f','\x8e','\x69','\xec','\x60','\x3e','\xf3','\x5c','\x79','\x75','\x6f','\x1d','\xbb','\x35','\x4c','\x37','\x9c','\xb3','\x49','\x36','\xac','\xb9','\x80','\x00','\x9e','\xc6','\x5c','\x63','\x34','\x47','\xd8','\x86','\x70','\xad','\x67','\xef','\x64','\x1b','\x58','\x15','\x40','\x6c','\x05','\x66','\x68','\x38','\x2d','\x80','\xf4','\x3f','\x39','\x08','\xd5','\x25','\x56','\xa4','\x63','\x45','\x05','\xcc','\xaa','\xe6','\x14','\x18','\x93','\x88','\x4f','\x5e','\xaa','\x62','\x2d','\xe3','\x97','\x02','\x08','\x50','\x12','\x28','\x44','\xc2','\x19','\x1c','\xa2','\xab','\x42','\x4d','\x0e','\xe2','\xcb','\x17','\x94','\xa0','\x12','\xf5','\xe2','\x2d','\xeb','\x57','\x14','\xac','\x18','\x94','\xec','\xda','\x43','\xda','\x74','\x9c','\xdc','\xce','\x01','\x83','\x13','\x6d','\xdb','\x71','\xbf','\xdf','\xb1','\xf5','\x0d','\x33','\x27','\xbe','\x7d','\xfb','\x8a','\x88','\xe4','\xbc','\x06','\x40','\x1a','\x10','\x20','\x2d','\x28','\x1e','\xb7','\x8a','\x55','\xe2','\x30','\xba','\x50','\x12','\x5c','\xfe','\xfa','\x45','\x29','\xc9','\x14','\x17','\xd3','\x99','\xb8','\xe4','\xcb','\xd0','\x41','\xb3','\x0a','\x6c','\xff','\xac','\x62','\xef','\xb5','\x62','\xb5','\xc5','\xff','\xfc','\x9e','\x07','\x5d','\xff','\xf9','\x37','\x55','\xcf','\x9f','\xfc','\xb9','\x3a','\x4c','\xb6','\x4c','\x09','\xac','\xde','\xb5','\x5d','\x43','\xd5','\xcc','\xc1','\x76','\xa3','\x78','\xe4','\xff','\xca','\xfb','\xe5','\x9e','\xad','\x66','\xb9','\xd6','\x5c','\x2a','\x44','\x2a','\xf9','\x75','\xd1','\xbd','\x60','\x26','\x37','\x33','\xbe','\x37','\x2b','\x88','\x49','\xdf','\x68','\x51','\xdf','\x6b','\x12','\xd9','\x33','\xf9','\xcb','\x7a','\x64','\x3a','\xc4','\xfb','\x8b','\x33','\x4a','\x3d','\xdd','\xc4','\x84','\x4f','\xf1','\xbd','\x99','\xb9','\xab','\x5d','\x3c','\x30','\x0e','\x06','\x42','\x0e','\xea','\x02','\x6c','\x15','\xae','\x25','\xaa','\xbd','\xae','\x37','\x91','\xeb','\xf3','\x17','\x5f','\x1a','\xec','\x6a','\x74','\xef','\xd8','\xac','\x23','\xd6','\x81','\x8d','\xab','\x28','\x17','\x3a','\xb3','\x14','\x96','\xd2','\x4b','\xad','\x22','\xee','\x5f','\x70','\xed','\xeb','\x22','\x72','\x42','\x4d','\xaa','\x55','\xf8','\x57','\x61','\xd6','\xbc','\x81','\x72','\xf7','\xa2','\x85','\x26','\x68','\xb2','\xc6','\x83','\x33','\xb5','\x2e','\x7a','\x6b','\x2c','\x6e','\x2e','\x81','\x5a','\x2d','\x3a','\x94','\x93','\x4e','\xa1','\xa9','\xd7','\x7f','\x5b','\x25','\x99','\x1e','\x05','\x0f','\x6f','\xac','\xfd','\x97','\x3a','\x20','\x0c','\x61','\xa4','\x83','\x5a','\x37','\x78','\xe3','\x64','\xf4','\x2a','\x5e','\xc8','\x32','\x49','\xe0','\x85','\xa2','\x45','\xde','\x7a','\xae','\xef','\x66','\xf8','\x08','\x99','\x33','\x32','\xa9','\x8e','\x98','\xa8','\x49','\x19','\x53','\x7b','\x80','\x42','\xff','\x60','\x21','\x2e','\xf4','\x54','\x80','\x30','\x00','\x14','\x24','\x53','\x0b','\x77','\xd1','\x7a','\xcc','\xfc','\xb2','\x13','\x2f','\xb0','\x64','\x4c','\x3c','\xc7','\x40','\x60','\x52','\x8c','\xdb','\x36','\x94','\x46','\xa1','\xb2','\x9f','\xa2','\xa5','\xa4','\x75','\xde','\xdf','\x6b','\xe1','\x6e','\x74','\x58','\x73','\x4b','\x58','\x1b','\x38','\x33','\x5f','\x34','\x1c','\x57','\xac','\x12','\xfb','\x85','\x22','\x68','\x77','\x15','\x4b','\xe2','\xc1','\x8b','\x26','\xe2','\xa9','\x41','\xca','\x70','\x76','\xac','\x40','\x6a','\x6d','\xeb','\xa5','\xc7','\xf2','\x45','\x85','\xa2','\x06','\x9e','\x73','\x90','\x6c','\xbb','\x21','\x9d','\xb3','\x24','\x62','\xa6','\x0e','\xd4','\x89','\x2a','\x28','\xcd','\x1a','\x62','\x9e','\xfc','\xbc','\xac','\x1a','\xad','\x3a','\x6b','\x04','\x43','\xe8','\x08','\xba','\x63','\x0a','\x6d','\x64','\xa2','\xcc','\xe2','\x6c','\xdb','\x6f','\xd8','\xf7','\x1b','\xf6','\xbd','\x8b','\xe2','\x41','\x24','\x12','\x2a','\xa8','\xeb','\x27','\x8c','\xbb','\x6d','\xdb','\x3a','\xb6','\xad','\xd1','\x31','\xf0','\x79','\x68','\xe6','\xd5','\xd0','\x5a','\xe1','\xf3','\x89','\x24','\x55','\xcd','\x9b','\xe3','\xfd','\xfd','\x0d','\xf7','\xdb','\x8d','\x93','\xe1','\x25','\xd6','\xe7','\xfb','\x77','\x78','\xeb','\x5a','\x1b','\x76','\x15','\xda','\x02','\x90','\x8a','\x3e','\x65','\x4d','\xf3','\x9a','\xba','\xc3','\x5a','\x32','\x91','\x74','\x50','\xf7','\x10','\x01','\x34','\xa0','\x79','\xa7','\x78','\x17','\xb9','\xde','\xc9','\x6f','\xf5','\x14','\x14','\x23','\xbb','\x62','\x9d','\xd6','\x7c','\x9d','\xa3','\xb5','\x47','\xdc','\x56','\xd7','\x33','\x34','\x76','\xa1','\xfa','\x0f','\x75','\x2e','\x86','\xf6','\x54','\xdf','\x36','\xbc','\xdd','\xdf','\xf0','\xe5','\xc7','\x2f','\xb8','\xbf','\xbf','\x01','\x30','\x7c','\x98','\xe1','\xf3','\x71','\x63','\x7e','\x66','\x2c','\x27','\x22','\x0d','\x36','\x87','\x92','\xd7','\x58','\x1d','\x42','\x03','\x11','\xf7','\x0c','\xe8','\xbd','\xaa','\x73','\x5b','\xeb','\xaa','\xcc','\x06','\x22','\x95','\xd4','\x30','\xb9','\xa0','\x7e','\xa0','\x8a','\x3c','\x26','\x92','\x33','\x53','\x1a','\x80','\x78','\x89','\x6d','\xe4','\xe4','\xa7','\x35','\x59','\x9b','\x5f','\xb1','\xa1','\xc0','\x9e','\x57','\xd0','\x34','\x5e','\x9e','\x5b','\x0d','\xc1','\x2c','\xa7','\x33','\xac','\x73','\x87','\xd4','\xb8','\x5e','\xd4','\x4f','\xfc','\xf6','\x47','\xc5','\x6a','\x3d','\x77','\xed','\xff','\x2b','\x89','\xb8','\x62','\x0e','\x12','\xa2','\x7c','\x63','\x25','\xa1','\x6b','\xbc','\x87','\xbb','\xce','\x1d','\x5f','\xc5','\xf7','\x82','\x2b','\x56','\xfe','\xe3','\x3a','\x2b','\xf5','\xfb','\xdc','\x95','\x88','\x4d','\xad','\xd5','\xab','\x00','\x82','\x5d','\x14','\x3b','\xfd','\x2b','\xdf','\x81','\x0a','\x41','\x14','\xad','\xf5','\x9c','\x98','\x39','\x5e','\x80','\x48','\x5d','\xdc','\x0a','\x94','\xfc','\x9c','\x39','\x27','\x70','\x06','\x07','\x13','\x37','\xc0','\x3a','\x35','\x8a','\x4d','\x5d','\xcc','\x11','\x81','\x43','\x5d','\x9d','\x7d','\xdb','\xd9','\xdd','\x75','\xae','\x5f','\x83','\xa8','\x53','\xcd','\x10','\x39','\x38','\x94','\xdb','\x35','\xcc','\x57','\x03','\xa9','\xa7','\x0a','\x25','\x8a','\xff','\x13','\x63','\x56','\xb1','\x8a','\x55','\xb4','\xb3','\xc3','\xac','\x58','\xa5','\x24','\x7f','\x15','\xa0','\x5a','\x2b','\x1c','\x02','\xab','\x98','\x0e','\x03','\x53','\x32','\xbf','\x9e','\x81','\x62','\x5c','\xbd','\xb3','\x98','\x13','\xcf','\xe7','\x53','\x34','\x6a','\xee','\x95','\xd6','\x39','\x77','\x71','\xcd','\xe5','\x89','\x89','\x61','\x81','\x56','\xef','\xb6','\x1b','\xe9','\x50','\x67','\x32','\x71','\x79','\x3e','\xd9','\xcd','\xed','\x46','\x4d','\xd4','\x18','\xc8','\xb1','\xe1','\x1c','\x1b','\x47','\x11','\x14','\x48','\xe4','\x8e','\xd9','\x3b','\x86','\xf6','\xf9','\xa8','\x22','\x38','\xf4','\xc4','\x13','\x30','\x51','\x5e','\x23','\x9e','\xa4','\xae','\x9d','\x27','\xe6','\x79','\x02','\x83','\x7b','\x64','\x82','\x07','\xc3','\xee','\xc0','\x6d','\x6b','\x1c','\x5e','\x1d','\x8c','\x9b','\x2e','\xbd','\x1f','\x81','\x0f','\x02','\x37','\xdb','\xbe','\x23','\xbc','\x80','\x28','\x02','\xbd','\x4d','\xc5','\xe9','\xcd','\x48','\x61','\x66','\x87','\x55','\x00','\x9f','\xdc','\xcd','\x90','\xca','\xad','\x37','\xa0','\x67','\x41','\xcb','\x84','\xc0','\xea','\xb8','\x35','\xed','\xc5','\x8a','\x65','\x5e','\xef','\xcb','\xab','\xfb','\xab','\x53','\xd6','\x81','\xd0','\xde','\xfa','\x7c','\x7c','\x62','\xc4','\x44','\xdb','\x3a','\xb6','\xfb','\xce','\xd8','\x76','\x3a','\x63','\x0f','\x12','\x67','\x24','\x8b','\xc1','\x31','\xd1','\x8c','\x9a','\xb1','\xfb','\x7e','\xc7','\x7d','\xff','\x02','\x4b','\xe0','\xf9','\xf9','\x89','\x6f','\x5f','\xbf','\x02','\x11','\xb8','\x6f','\x04','\x61','\x52','\x7b','\x8a','\x80','\x95','\xf4','\xe1','\x99','\xd4','\xbb','\x03','\xe8','\x61','\x30','\x79','\x6e','\x34','\x27','\x7b','\xa0','\x9b','\x63','\xeb','\x81','\xa7','\x39','\x7e','\x7d','\x7e','\x45','\xce','\x41','\xba','\xdd','\x49','\xb0','\x7c','\x6e','\x0e','\x8b','\x1b','\xf6','\xfd','\x0d','\xd6','\x13','\x9f','\x09','\x82','\xf7','\xd2','\x2b','\x17','\xc6','\x0b','\xb0','\xb8','\x8b','\x4c','\x9c','\x7f','\x96','\x02','\x57','\x45','\x0c','\xf4','\x48','\x33','\x89','\x84','\xe6','\x4b','\x78','\x71','\xd8','\x9a','\xd4','\xbb','\x7e','\x16','\x44','\xe6','\x40','\x0d','\x9d','\x13','\xc1','\x48','\x04','\x0f','\xb6','\x48','\xb5','\xf9','\x53','\x34','\xba','\x12','\xd2','\x55','\x17','\x83','\x8b','\xdd','\x16','\xbf','\x37','\x56','\x02','\xa8','\x53','\xbd','\x42','\x5d','\x02','\x50','\x47','\x22','\x40','\x0d','\xc5','\x8c','\x14','\xa2','\x66','\xb2','\x96','\x2e','\x94','\x86','\xbc','\xe2','\xcc','\x94','\x9b','\x1b','\x70','\x09','\x4e','\xe9','\xb3','\xfe','\x7a','\xe0','\x03','\x29','\x7e','\x24','\xd1','\x74','\x85','\x76','\xa4','\x50','\x87','\x42','\x3e','\x2d','\xed','\x02','\x39','\x85','\x0c','\xfd','\xd3','\x8a','\x3d','\xfd','\x4a','\xa1','\x45','\xf5','\x6b','\xa6','\x62','\xa8','\x10','\xca','\x64','\xb1','\xff','\xfb','\x9f','\xf5','\xac','\xfe','\xfe','\x4f','\x05','\xb0','\x0b','\x33','\xbb','\xbe','\x7b','\xfd','\x4d','\xc6','\x0c','\x9e','\x5c','\x4c','\x81','\x24','\x05','\xe6','\xbf','\xe8','\x7e','\x3d','\xb1','\xf4','\x1d','\x89','\x54','\x97','\x47','\x1b','\x5c','\x7f','\xd9','\xd2','\xa4','\x71','\x5d','\x2c','\x24','\x75','\x15','\x52','\xea','\x98','\xa0','\xde','\x5b','\x51','\x26','\xf4','\x19','\x51','\xbf','\x9b','\xeb','\xeb','\x32','\xbe','\x60','\x50','\x33','\x25','\x6f','\x73','\xd0','\x36','\x92','\x28','\x98','\x86','\x92','\xd2','\xd3','\x59','\x2d','\x72','\xe5','\x82','\x92','\xc0','\x92','\xd6','\x30','\xf5','\xd9','\xc5','\xcf','\xe6','\xef','\xd9','\x4c','\xdd','\x82','\x3a','\x48','\x71','\xad','\xf1','\x54','\x22','\xbf','\x06','\xa5','\xd5','\x1b','\xf9','\x17','\x5e','\x7b','\xa8','\x60','\xaa','\x62','\x3b','\xd2','\x18','\xf0','\x54','\xec','\xb8','\x35','\x34','\xdf','\xe0','\x70','\x0c','\xbd','\xdb','\x42','\x4e','\x01','\x00','\x93','\xad','\xe6','\x2e','\x71','\x76','\xd1','\x0e','\x6a','\xde','\x86','\xce','\x37','\x05','\xe0','\x58','\xef','\x65','\xbd','\xfb','\xef','\x96','\xaf','\xfe','\xe7','\x58','\xc9','\xcb','\x12','\x31','\x67','\x25','\xa8','\xdc','\x73','\x4c','\x4e','\xab','\x93','\x85','\xeb','\xde','\x33','\x41','\x7e','\x15','\x39','\xe2','\xe5','\xec','\x63','\x10','\xe5','\x54','\x08','\xb4','\xa1','\x62','\xd2','\x04','\x92','\x89','\x58','\x44','\xa2','\x29','\x41','\x60','\x86','\xa7','\x3f','\x2b','\xa7','\x7f','\x76','\x6c','\xed','\x77','\xbb','\xc6','\xf4','\xe6','\x61','\x60','\x77','\xa2','\x6f','\x14','\xf2','\x66','\x62','\xa4','\x61','\xce','\x13','\x67','\x70','\x52','\xf8','\xf6','\x9b','\xe2','\xe7','\x5a','\xb3','\x86','\x84','\x2b','\x46','\x16','\xc5','\xe7','\x45','\xa3','\xe5','\x01','\x80','\xb3','\x8e','\xaa','\xa0','\x8c','\x7c','\xd5','\x12','\xf1','\x41','\x77','\x99','\xb2','\x4c','\xbd','\x2f','\x58','\x92','\x5e','\x53','\xd4','\x81','\x14','\x75','\x88','\x78','\xb6','\x8a','\xee','\x17','\x7d','\x4f','\x81','\x15','\x5a','\x96','\x19','\x4e','\xc7','\x3e','\xa1','\xfa','\xa5','\x8b','\x34','\x04','\x75','\x93','\xa2','\x44','\x31','\x28','\x52','\xf0','\xce','\xa4','\x2e','\xa8','\x0f','\xb1','\x26','\xe7','\x2b','\x43','\xbb','\xef','\x4a','\xb8','\xf9','\x59','\x21','\xda','\xad','\x7b','\x87','\xdd','\x72','\xb9','\x1a','\xcd','\xa4','\x0e','\x2e','\xa2','\x50','\x56','\x25','\x42','\x95','\x07','\x4e','\xc3','\x18','\x81','\x63','\x0c','\x3c','\xc7','\x81','\xe3','\x3c','\xe5','\x2c','\xe4','\xd8','\x7b','\x43','\xdf','\x79','\xc4','\x1d','\x67','\xc3','\xbe','\x6f','\xf8','\xe1','\x2f','\x3f','\x60','\x17','\x0d','\x71','\x8e','\x53','\x85','\x3b','\xf7','\xdb','\xb6','\xf7','\x0b','\x8d','\xaf','\x3d','\xa4','\xbd','\x5a','\x66','\x18','\x7c','\x97','\xea','\x1e','\x54','\xc7','\xab','\x19','\xda','\xe6','\xc0','\x00','\x85','\xd8','\xe6','\xec','\x20','\x22','\xa5','\xbb','\x4a','\x58','\x51','\x77','\x5e','\x93','\x7a','\x33','\x15','\xe2','\x4c','\xf6','\x5e','\x7f','\x5a','\xa3','\xbe','\x67','\x8e','\xb9','\x62','\x6e','\xa5','\xd1','\x6e','\x46','\xf4','\x5a','\xda','\x3b','\xb3','\xc4','\x7e','\xdb','\xf1','\xe5','\xc7','\x1f','\xf0','\xd7','\xff','\xf6','\x57','\xbc','\x7d','\xf9','\x61','\x75','\xcc','\x3e','\x8f','\x27','\x1d','\x5b','\xe7','\x80','\x81','\x5c','\x7a','\xc4','\x80','\x4b','\x68','\x9d','\x2b','\xf9','\xc6','\x9a','\xcb','\x62','\x56','\x6b','\xe9','\xf5','\x9a','\x19','\x7b','\x39','\x02','\xa3','\xc0','\x50','\xad','\x99','\x97','\xb3','\xd8','\xdc','\x10','\x67','\xd9','\x4e','\x5f','\x6b','\x11','\x4a','\x0e','\x1d','\xd4','\xaf','\x30','\x36','\xcd','\x95','\x8c','\x5d','\x8e','\x60','\xe0','\xfe','\xcb','\x5c','\x05','\x4f','\x3d','\xb3','\xda','\x69','\x8b','\x4e','\xb7','\x00','\x14','\x5b','\xdf','\xcf','\xaf','\xb3','\x05','\xee','\xbd','\xfe','\xde','\x15','\x1f','\xf2','\xda','\x53','\xf5','\xa7','\x61','\xa4','\x05','\x85','\xe8','\x5d','\x5a','\x08','\xec','\xbc','\xd5','\xe7','\x39','\xbb','\xe1','\x71','\x6d','\x77','\xe5','\x25','\xea','\xd0','\xe9','\xbb','\xdd','\x49','\xd9','\x89','\x04','\x75','\x90','\x80','\x34','\x9a','\xd7','\x4f','\xd1','\x06','\xd7','\xe3','\x41','\x15','\xbd','\xd7','\x6f','\x24','\x2a','\xef','\xcb','\xc5','\x8f','\x73','\xbb','\xaa','\x5b','\xc8','\x62','\x3c','\xc3','\x50','\xde','\x44','\x70','\x16','\x3d','\xbd','\xb7','\x4b','\x07','\xd5','\x18','\xc3','\x37','\xe3','\x4e','\xef','\xbd','\x93','\xbd','\x92','\x81','\xb0','\xa9','\x62','\x37','\xe0','\x33','\xd1','\x93','\xb4','\x3a','\x97','\xbe','\x32','\x34','\xbc','\x19','\x93','\xba','\x2a','\xdb','\x3a','\x87','\x1f','\xeb','\x59','\xd2','\x38','\x45','\x74','\x2a','\xc5','\xc2','\x0c','\x69','\xb8','\xfa','\x4b','\xdc','\x72','\x6e','\x14','\xcb','\x00','\x62','\x70','\x4f','\x04','\x8b','\x71','\xe1','\x2e','\x2b','\x67','\xf3','\x56','\x73','\x7a','\x78','\xfd','\xe7','\x41','\xf1','\x7a','\xf7','\xa2','\x03','\x63','\xd1','\x05','\x29','\x27','\x50','\xb7','\xcc','\x38','\xdc','\x3e','\xe2','\x44','\x4a','\x03','\x6e','\xe0','\xfa','\x6e','\xbd','\xa1','\x61','\x83','\xcf','\x5c','\x43','\x3c','\xdb','\x18','\x74','\x47','\x6d','\x1b','\x76','\xef','\x70','\x67','\xc7','\x65','\x14','\x00','\x2e','\x13','\x23','\x03','\xed','\xbe','\x5b','\x99','\x08','\x9c','\x13','\x71','\x0e','\x2d','\xb9','\x2a','\x71','\x81','\x91','\xd2','\xf9','\xcc','\xc0','\x13','\x81','\xe3','\x08','\x76','\xfb','\x93','\x14','\x53','\x44','\x5e','\xe0','\x7b','\x26','\x36','\x77','\x6c','\xbd','\x23','\x5a','\x15','\xf6','\xbe','\xce','\xa1','\x32','\xb6','\x72','\x77','\x6c','\x37','\x02','\x94','\x51','\x95','\xb9','\x00','\x05','\x33','\x2f','\x55','\x39','\x5e','\x4b','\xa0','\xca','\x6d','\x91','\xcc','\x37','\x94','\x7a','\x91','\xea','\x1c','\xd5','\xe5','\x25','\x28','\x97','\x60','\x97','\x76','\x8e','\x81','\x73','\x72','\x24','\x41','\xea','\xcc','\x36','\x77','\xf4','\x8d','\xba','\xb8','\x18','\xc0','\x39','\x27','\xce','\xf8','\xc4','\xd6','\x1c','\x9b','\x3b','\xce','\x31','\x70','\xcc','\x07','\xaf','\xb3','\x75','\xce','\xa8','\xf3','\x06','\x4b','\xd2','\xdf','\xb2','\x8a','\x36','\xe5','\xf6','\x91','\x74','\x16','\x67','\x1f','\x90','\xb9','\xcd','\xe6','\x1b','\xe0','\x0d','\xe3','\x38','\x49','\x3c','\x30','\x1a','\x36','\x4d','\x38','\xde','\x1c','\x40','\x36','\x7c','\x86','\x4e','\xb0','\x64','\xf1','\x15','\xa0','\x7b','\x68','\xc6','\x01','\x64','\xc3','\x4c','\xc7','\x19','\xe5','\xf2','\x2c','\xb3','\x09','\x4b','\xa4','\x4d','\x51','\xed','\xe9','\xb8','\x38','\xc6','\x9f','\x2c','\x80','\xb8','\x40','\xd8','\xce','\xe2','\xb3','\xad','\x6a','\xdf','\x15','\x9c','\x34','\x2f','\x59','\x81','\x8a','\x7f','\xe9','\x29','\x17','\xea','\xb7','\x76','\xb0','\x98','\x36','\x42','\x90','\xac','\x81','\x14','\xab','\x42','\x4c','\xe0','\x28','\x3a','\xd0','\x95','\x43','\x30','\x29','\xdb','\x4a','\xe0','\x09','\xb9','\x9f','\x28','\x71','\x2c','\xb1','\x7d','\x05','\xd5','\x08','\xe0','\x19','\x73','\x2d','\xae','\x63','\x1e','\xb0','\xa7','\x61','\xc4','\xa9','\x7d','\x4a','\xe1','\x3e','\x5c','\x07','\x59','\xe3','\x6a','\x22','\x8f','\x54','\x41','\xba','\xc9','\x06','\x56','\x9b','\x67','\xc8','\x86','\x94','\x89','\xa2','\x4b','\x70','\xad','\x64','\x49','\xf0','\xf1','\xab','\x48','\x52','\x21','\xed','\x5f','\x53','\xec','\xd5','\x77','\xa2','\x90','\x08','\x0d','\x03','\xbb','\xc2','\x24','\xf9','\x91','\xf5','\x3e','\x5e','\x7f','\xc4','\x15','\x5e','\x7f','\xde','\xf8','\xbc','\x7f','\xfb','\xd3','\x8c','\xb3','\xaa','\xeb','\xb5','\x56','\x20','\xc7','\xfa','\xbb','\xfe','\x83','\x0e','\xdf','\x22','\x26','\xfc','\x57','\xdd','\x6f','\x65','\xff','\x57','\x12','\x80','\x15','\x28','\x90','\x89','\x9c','\x27','\xf5','\x34','\x78','\xd9','\x60','\x2f','\x45','\x17','\xef','\x43','\x57','\xfc','\x72','\x30','\xfe','\x47','\x7f','\xbe','\x5c','\xe2','\x90','\x89','\xcd','\x3b','\xe0','\x9d','\x88','\xd3','\x3c','\xf9','\x6c','\xbd','\x10','\x78','\x75','\x98','\xca','\x42','\x2a','\xaf','\xe2','\xae','\xe8','\x46','\x74','\xb9','\xd2','\xa6','\x30','\x4e','\xca','\x3e','\x4e','\x0e','\x0f','\x2d','\x0b','\x73','\xf2','\xd9','\x8b','\xe8','\x69','\x98','\x0d','\x4c','\x4e','\x14','\x38','\xfe','\x91','\x7b','\xff','\xcf','\x5c','\xbb','\xab','\x60','\x42','\x25','\xf6','\x59','\x41','\xbb','\x60','\xa5','\x60','\x52','\x54','\xdd','\x9f','\x97','\xe7','\x0b','\xa1','\xb0','\x5e','\x1c','\x34','\xd3','\x43','\xf7','\x4a','\x6a','\xae','\x74','\x83','\x07','\x56','\xae','\x42','\xa1','\xd6','\xf1','\xb5','\x6e','\xf9','\xfc','\x5a','\x27','\x07','\xbd','\xda','\xfd','\x95','\xee','\x54','\x2e','\x63','\x80','\x80','\xd7','\x6b','\xbd','\xf0','\x10','\x06','\xca','\x1a','\x3e','\xf0','\xfd','\xb6','\xd0','\xb1','\xb8','\x68','\x68','\x2b','\xa1','\x4a','\xe8','\x30','\xa9','\x0e','\x28','\x2f','\xba','\x55','\xd1','\xed','\x3a','\xe0','\x45','\x87','\x2b','\x48','\xcd','\x80','\xa5','\xb5','\xab','\x22','\x8e','\xec','\x32','\xc6','\xc9','\x7a','\x7a','\x09','\x26','\x34','\xde','\x3a','\x3a','\x8c','\x28','\xab','\x68','\x6c','\x65','\x8c','\x90','\x75','\x17','\x76','\x51','\xe1','\x4c','\xb4','\x9a','\xa2','\x45','\x72','\x2d','\x2b','\x41','\xf3','\xd7','\xef','\xd5','\x1e','\xbd','\x6a','\x6c','\x20','\xe9','\xec','\x93','\xa0','\x53','\x19','\xcc','\xd8','\x3d','\x52','\xe7','\xa7','\x1e','\xfb','\xeb','\x73','\x8b','\x4c','\xa0','\xf1','\x7e','\x4d','\x48','\xef','\xd2','\x15','\xc6','\xc4','\xf3','\xf1','\x81','\x10','\x1a','\xec','\xbd','\x8a','\x4f','\x5b','\xf1','\x91','\x02','\x78','\x75','\x97','\x6c','\x62','\x56','\xf8','\x56','\xfc','\xa8','\xce','\x28','\xe6','\x81','\x04','\x68','\xf4','\x70','\x9e','\x1c','\x5b','\x60','\x86','\xd6','\xbf','\x62','\xff','\x4a','\x17','\xa7','\xde','\xc5','\xd1','\xd7','\x52','\xea','\xbd','\x4b','\x5b','\x81','\xb5','\xc7','\xce','\xe3','\xc0','\xf9','\x71','\xd0','\x8c','\x20','\xa9','\x53','\xec','\xbd','\x2f','\xfa','\xcc','\xed','\x7e','\x83','\x19','\x51','\xf2','\xdb','\x7d','\xc7','\xfb','\xfb','\x3b','\x93','\xb6','\x39','\x11','\xf3','\x44','\x0d','\xc8','\xec','\xd2','\x7e','\x15','\x87','\xfc','\x92','\x6a','\xbe','\x9c','\x3d','\x2a','\xc2','\x67','\x4c','\x4c','\x30','\x19','\xdd','\x3a','\xad','\xb1','\xbd','\x71','\xd0','\x61','\xeb','\x6d','\x75','\xab','\x2e','\xa9','\x47','\x5e','\x89','\x71','\x5e','\x5d','\x8e','\x59','\x7b','\xec','\x65','\x3f','\x2f','\xb1','\xbe','\x12','\xf0','\x31','\x98','\x94','\x97','\x1e','\xc5','\x41','\x77','\xb0','\xde','\x3b','\xb6','\xdb','\xce','\xe4','\x22','\x26','\xb6','\x6d','\xc7','\xfd','\xed','\x0d','\x6f','\x5f','\xbe','\xe0','\xcb','\x97','\x77','\x44','\x92','\x1a','\x75','\xfb','\x76','\xa3','\xf5','\xf9','\x53','\xf1','\x47','\x7f','\x5d','\x56','\xc7','\xba','\xef','\xe4','\xd9','\x3f','\x75','\x1d','\x91','\x05','\x1a','\x61','\x3d','\xff','\xd4','\xe1','\xe0','\x32','\x09','\x72','\xe9','\x27','\x2c','\xa5','\x65','\x5d','\xfb','\x82','\xcf','\xca','\xd7','\xba','\x2a','\xf0','\x27','\x51','\x73','\xac','\x4a','\x58','\xcf','\xf3','\x00','\xb2','\x55','\x67','\x1c','\xa9','\x79','\x48','\x48','\xc8','\x51','\xec','\xe5','\xec','\x5d','\xef','\x1e','\xec','\xb2','\xe8','\x9c','\xfe','\xae','\xd6','\xc2','\xf7','\xe7','\xd8','\xda','\xfe','\x05','\xa0','\x98','\xee','\xab','\xf6','\x89','\xfe','\xc1','\x9b','\xa1','\x26','\x93','\x92','\xe5','\xc1','\x3f','\xc3','\x71','\x16','\xfa','\xe7','\xf5','\x39','\xb9','\xbe','\x87','\x20','\x8a','\x9e','\xd7','\x5a','\xec','\x2e','\x90','\x07','\x32','\x01','\xa8','\xdc','\xe5','\xfa','\xc9','\x75','\x4f','\xbc','\x46','\x53','\x60','\xbb','\x40','\x0c','\xa0','\x37','\x67','\x42','\x6a','\xd5','\x61','\x69','\xab','\x63','\xe3','\x6e','\x88','\xd6','\xd8','\xc9','\x54','\x77','\xa4','\xbf','\xd8','\xc4','\x43','\x68','\x78','\x83','\x61','\xbf','\xdd','\x10','\x9e','\x9c','\x47','\x16','\x89','\x33','\x06','\x8d','\x0c','\x4e','\xce','\x3d','\xec','\x30','\xf4','\xdb','\x0d','\xbe','\x51','\x77','\xd9','\xd3','\x31','\x26','\x59','\x03','\x21','\x01','\xb2','\x5b','\x47','\xdf','\xf4','\xce','\x05','\x96','\xd1','\x1a','\xda','\xd7','\xfd','\xc0','\x92','\x1d','\xa8','\xce','\xf1','\x05','\x45','\x79','\x8a','\x4c','\xc4','\x08','\x78','\x36','\xd8','\x18','\x2a','\x80','\xa0','\x8e','\x30','\xef','\x81','\xc6','\x1e','\x1b','\xbc','\x75','\x6c','\xbd','\x51','\xe0','\x1f','\x65','\xda','\xd2','\x8a','\x06','\x04','\x4b','\xa0','\xdb','\x46','\xb3','\x09','\xe3','\xa0','\x67','\x3e','\x67','\xa3','\xb6','\x70','\xd2','\x98','\xa0','\x39','\x9d','\x16','\xb7','\x6d','\xe3','\x6c','\x3b','\x9d','\xbd','\x26','\x23','\x96','\x26','\x87','\xb3','\x2e','\x1b','\xe9','\x69','\xc5','\x22','\xb9','\xf2','\x8c','\x2a','\x2c','\x16','\xd5','\xba','\x41','\x5d','\x32','\x70','\x9e','\x50','\xdc','\x90','\x31','\xe9','\x24','\x3b','\x53','\x34','\xb0','\x4f','\x1c','\xcf','\x8f','\x6a','\xe4','\xa1','\x8c','\x28','\xea','\x7c','\x49','\x10','\xec','\x3a','\x07','\xe7','\x66','\x61','\x52','\xab','\x75','\x2a','\xef','\xce','\x9c','\x38','\x4f','\x3a','\xe3','\x7a','\xbb','\xc1','\x1a','\x2d','\xa9','\x33','\xa4','\x45','\xaa','\x78','\xaf','\xcf','\xf2','\x1a','\xf2','\x59','\x94','\x47','\x01','\x93','\xa1','\xa2','\x01','\x00','\x32','\x1a','\x47','\x6d','\x24','\xc1','\x42','\x53','\x37','\x6e','\x8c','\x13','\xcf','\xf3','\x89','\x33','\x12','\xfd','\xbe','\xe3','\x76','\xdb','\x99','\x27','\xc4','\x00','\x9c','\x9d','\x65','\x6b','\x8e','\xe3','\x38','\x70','\x8e','\x03','\x3d','\x1d','\xd6','\xd9','\xdd','\x3a','\xce','\x89','\x11','\x1f','\x88','\x0c','\xbc','\xdf','\x6e','\xb0','\x34','\x6c','\x6f','\x77','\x9a','\x1c','\x14','\xff','\x4d','\xce','\xb1','\xa6','\x33','\x76','\x39','\xd9','\xb9','\xe3','\x4b','\xdb','\x70','\x60','\xe2','\x01','\x6a','\xc5','\xc7','\xc9','\xe7','\xbe','\xdb','\xc4','\x48','\xb2','\x29','\xde','\xd1','\xae','\xe6','\x02','\x26','\x1e','\x30','\x9c','\xc9','\x75','\xe9','\xc7','\x41','\x37','\xc5','\x0e','\x58','\xf6','\xf5','\x4c','\xea','\x44','\x4b','\xc5','\x52','\x87','\x01','\xe3','\x37','\x08','\x84','\x7e','\x7e','\x57','\x00','\xcd','\x39','\x30','\xe6','\xe4','\xe1','\x27','\x24','\xec','\xbb','\xc4','\x31','\xb8','\x5d','\x63','\xbd','\x4e','\x71','\x28','\x01','\x76','\x57','\xa0','\xc0','\x08','\x1d','\xcb','\x21','\xff','\x29','\x21','\xd5','\x44','\xba','\x64','\x50','\xd0','\x18','\x48','\x6b','\xc3','\xb3','\x15','\xee','\x68','\xcd','\xb0','\x6d','\x0d','\x03','\x81','\x11','\x72','\xed','\xa9','\x45','\xa4','\x05','\xaa','\x3a','\x04','\x33','\xe7','\x42','\x1d','\x5a','\xa7','\x58','\xf9','\xdb','\xe3','\x89','\xcf','\x87','\xc1','\x3b','\x0f','\xc1','\xad','\xcb','\xb9','\x6a','\x0e','\x44','\x0e','\x4c','\xa7','\x43','\x51','\xa5','\x26','\x9c','\x23','\x69','\x3c','\xd8','\x26','\x93','\xd5','\xd5','\x13','\x49','\x8a','\x40','\xdd','\x7a','\xe5','\xe7','\x7a','\xc4','\xaf','\xc9','\x58','\x96','\x6e','\x92','\xcf','\xe2','\x1f','\x2d','\xf6','\x3a','\x87','\xa7','\x8e','\x15','\x3c','\xaf','\xc4','\xa6','\x92','\xaa','\xeb','\x27','\x95','\x5c','\xe1','\x65','\x0b','\x54','\x62','\x0c','\x40','\x82','\x50','\xe8','\x59','\xb1','\x5b','\x00','\xd8','\xb4','\xf5','\x9e','\xea','\x00','\x59','\x83','\x34','\x01','\xec','\x7d','\x27','\x22','\x14','\xaf','\x1b','\x9f','\x88','\xc1','\xaa','\x7f','\xea','\x3d','\xeb','\x77','\x70','\x23','\xff','\x73','\xef','\x97','\x93','\xc9','\x5f','\x0f','\x0a','\xdd','\xaf','\x55','\x52','\xaf','\x64','\xd5','\xae','\x23','\xc8','\x40','\xc7','\x2f','\xd4','\x3a','\x4b','\x1d','\x7c','\x2f','\xc5','\x5e','\x71','\xf7','\x6b','\xe1','\xfc','\x99','\x3f','\xff','\xdd','\x3c','\x84','\x04','\xdc','\x12','\x61','\x03','\x61','\x44','\x80','\x58','\xc7','\x69','\x4e','\x42','\x89','\xdd','\xa1','\xc2','\x24','\xeb','\xab','\xae','\xc3','\x52','\xd9','\x36','\x0f','\xfb','\x9c','\x38','\x05','\x1e','\x5c','\x1d','\x20','\x5e','\xa7','\xeb','\xc3','\x79','\x9f','\x4d','\xeb','\x7e','\x70','\x45','\x8a','\xce','\xf7','\x2f','\xbb','\xf6','\x02','\xf8','\x00','\xb8','\x12','\x2f','\xe5','\xae','\x6a','\x25','\x9f','\x6b','\xad','\x1b','\x20','\x7f','\xff','\xa2','\x3a','\x42','\xf3','\x7a','\x78','\x1d','\x13','\x05','\x32','\x48','\xc4','\xfb','\xd2','\x33','\xe1','\x71','\xf0','\x5a','\x8c','\x57','\x1a','\x5e','\xb5','\xb0','\x68','\x51','\xc6','\x77','\x15','\x7e','\x21','\x68','\x82','\xe4','\xd7','\x33','\x9e','\xb8','\x0e','\xc6','\x04','\x84','\x5a','\xc7','\xfa','\x86','\x74','\x13','\x95','\x81','\xc0','\xc9','\xd4','\xbb','\xa8','\x6f','\x5f','\xa5','\xa5','\x89','\x02','\x27','\x2d','\x50','\xca','\x27','\x99','\x40','\xa5','\x0a','\xbb','\xc6','\x3f','\xc1','\xda','\xa3','\xd6','\xab','\xa1','\xba','\x52','\x50','\xd1','\x12','\x20','\x12','\x76','\xce','\x10','\x0d','\x8c','\xa7','\x61','\xdf','\xef','\xe8','\xd0','\x3b','\x42','\x81','\x09','\x58','\xb3','\x9a','\x8b','\x72','\xb1','\xb0','\xed','\x9c','\x0b','\x0d','\x35','\x75','\x3e','\xea','\xf8','\xf3','\x8a','\xc4','\x82','\xd8','\xfc','\x37','\xfb','\xd3','\x01','\xb4','\xa2','\x7c','\xaa','\xdb','\x64','\x72','\x1f','\x6b','\xce','\x7d','\xc5','\x18','\x4f','\x3b','\x6e','\x5a','\x20','\x63','\x39','\x85','\x35','\xe2','\xf5','\x98','\xa8','\x18','\x30','\x81','\xa4','\x51','\x89','\xf7','\x86','\x4d','\xce','\x6c','\x30','\x52','\xa7','\xc6','\x18','\x2a','\x90','\xf7','\x15','\x87','\x6a','\xc2','\x37','\xd7','\x27','\x0b','\x3e','\xd6','\x4a','\x12','\xa6','\xba','\x71','\xea','\x78','\xbf','\x6c','\x7a','\xc7','\x1c','\x98','\x8f','\xc1','\x7b','\x10','\xc5','\x79','\xdb','\x77','\x0e','\x07','\x4c','\x16','\xb6','\xe7','\x79','\x92','\xee','\xf6','\x38','\x11','\x47','\x59','\x04','\x1b','\x7a','\xdf','\xb1','\x75','\x0e','\xea','\xdd','\xf6','\x8e','\x7d','\x6b','\xd2','\x3f','\x71','\x16','\x8d','\x83','\x49','\xc2','\x38','\xe9','\xde','\x66','\xc9','\x39','\x59','\xad','\x39','\xd2','\x07','\x13','\xff','\x04','\x29','\x96','\x2f','\x4b','\x33','\x78','\xb8','\xf1','\x8c','\xd0','\x60','\x4d','\xb2','\x13','\x37','\x3e','\xf5','\x4a','\xa0','\xdd','\x10','\x47','\x72','\x5a','\xfa','\x8b','\x1b','\xd9','\x42','\xf7','\xb5','\xcf','\xa7','\x90','\x68','\xe0','\x42','\x6c','\xf5','\x90','\x2e','\xdd','\x5c','\x06','\xbb','\x7c','\x13','\xb4','\x71','\x46','\x20','\x4c','\x82','\x60','\x75','\xeb','\xd2','\x34','\x13','\x08','\x21','\x16','\x44','\x50','\x34','\xaf','\x35','\x74','\x39','\xff','\x71','\x8f','\x93','\x52','\xc7','\x75','\x43','\x9b','\x7d','\x25','\xe0','\x01','\xcc','\x18','\x18','\x53','\x84','\xbc','\xc8','\x17','\x94','\x8d','\x74','\x25','\x0f','\x47','\x26','\x05','\xe6','\xec','\x6e','\xeb','\x40','\xac','\xe4','\x3e','\x63','\x59','\xa9','\xb5','\xa2','\x8f','\x0a','\x54','\x09','\x69','\x6a','\x6a','\x76','\x0a','\x1f','\xd9','\x75','\xb2','\xd9','\x77','\x11','\xe0','\xfa','\x6f','\xab','\x54','\x77','\x5f','\xbf','\xbb','\x62','\x6c','\xd4','\xbb','\x79','\xa1','\xc6','\x41','\xfb','\xe2','\x55','\x83','\xc5','\x06','\xee','\xa5','\xff','\x71','\x55','\x73','\xc5','\x00','\xa9','\x0f','\xa6','\xe5','\x3f','\x3f','\x33','\x6b','\x6b','\x66','\xea','\x7e','\x6b','\x1f','\xf9','\xfa','\xb5','\xf5','\x1d','\x66','\x02','\x1e','\xf2','\x2a','\xb8','\xd6','\x3b','\x9d','\x78','\x7d','\xbd','\x7f','\xf4','\x93','\x91','\xcb','\xc0','\x83','\x4e','\xaf','\x2f','\xd7','\xde','\x9a','\xba','\x0f','\xdc','\xed','\x09','\x93','\xc6','\xc5','\x01','\xd7','\x3c','\x38','\xe7','\xfd','\x56','\x22','\x0f','\x5e','\x0e','\x62','\xca','\x84','\x08','\xc0','\x09','\x6a','\x56','\x0c','\xa0','\x39','\xd3','\x71','\x70','\xb8','\xf2','\x4c','\x51','\x8a','\x0d','\xe7','\x1c','\xf0','\xc7','\x27','\x76','\xa7','\xab','\xe3','\x7c','\x9c','\x78','\x9c','\x4f','\xcc','\x9c','\xd8','\xcc','\x71','\xeb','\x37','\xcc','\xde','\x11','\xd2','\x0f','\x21','\x8b','\xfe','\x96','\x6b','\x1d','\x17','\x55','\x97','\x62','\x7f','\xce','\x54','\xa3','\x7b','\x19','\x41','\x87','\x11','\xec','\x6a','\xf2','\xac','\xf1','\x45','\xad','\xb3','\xd6','\xd0','\xce','\x32','\x1d','\x29','\x83','\x07','\x8d','\x5c','\x70','\x75','\x24','\x15','\xe3','\x2b','\x6f','\xe9','\xee','\x40','\x6b','\x38','\x72','\x70','\x3f','\x65','\x52','\xc7','\xa3','\xa2','\x69','\xdb','\x37','\xfc','\xf0','\xf6','\x0e','\xf7','\x86','\x71','\x3e','\x56','\x87','\x1d','\xa2','\x29','\x76','\xcd','\x50','\x7a','\x98','\x1c','\x27','\xdf','\xde','\x30','\x1b','\x35','\x5b','\x98','\x51','\x4b','\x1b','\xab','\xcf','\x93','\x00','\xc6','\x40','\x8c','\x03','\xe6','\x1b','\x6c','\x63','\x97','\xbd','\x28','\x7f','\xe1','\x41','\xc7','\xc4','\x38','\x31','\x4f','\x75','\xd1','\xbd','\x31','\xe9','\x8f','\x40','\xc6','\xb5','\x86','\x63','\x4c','\x40','\xfb','\xcf','\x94','\x3c','\x85','\x51','\xab','\xe3','\xd8','\x68','\x26','\xb0','\x75','\xb4','\x5d','\x73','\xf5','\x9c','\x43','\x40','\x67','\xab','\x2e','\x58','\x21','\x34','\x5e','\xf8','\xc0','\x55','\x44','\x17','\x5b','\x21','\x19','\x67','\x0d','\xc0','\x16','\x1d','\x1d','\x0d','\xd8','\xda','\x72','\x4c','\x65','\xfe','\xbc','\xa3','\x8d','\x3b','\x46','\x26','\xfa','\x6d','\x03','\x32','\x70','\x7e','\x7c','\xe3','\x20','\x5f','\xa7','\xc1','\xd5','\xad','\xdf','\xb0','\xdd','\x37','\x3c','\x9e','\x1d','\x31','\x03','\x47','\x00','\xb3','\x39','\x2c','\x19','\x57','\x67','\x26','\x9e','\x73','\x62','\x6b','\x1b','\xfa','\xce','\x01','\xaa','\x39','\x03','\x9c','\x1d','\x7a','\x15','\x3e','\x74','\x5c','\x55','\x43','\x25','\x1d','\x6d','\x38','\x6c','\x06','\x35','\xc1','\x20','\xe3','\x24','\xc1','\xf3','\xfa','\x74','\x60','\x6b','\x89','\xee','\x1d','\x77','\x6f','\x78','\xf3','\xc4','\x07','\x26','\x3e','\x3d','\xf0','\x91','\x13','\x67','\x4e','\xc4','\xf8','\x60','\xd7','\xa8','\x7f','\x01','\x2b','\xd3','\xb9','\xfa','\x61','\x05','\x4a','\xba','\x75','\x01','\x8f','\xbf','\xe3','\xac','\x01','\xf8','\x23','\x17','\xb8','\x50','\x4b','\x54','\x60','\x8e','\x5b','\x95','\xb1','\xd7','\x5e','\xe7','\x6f','\xc4','\x4b','\x62','\x8b','\x97','\x5f','\x64','\xf2','\x5b','\x05','\x4a','\x25','\xdb','\x74','\x2c','\x65','\x05','\x9b','\x4a','\xb4','\x6a','\xe0','\x5d','\x25','\x07','\x6e','\x26','\xce','\xe3','\x4b','\xa1','\x91','\x4a','\x60','\xb2','\x82','\x9c','\xfe','\x83','\xd6','\x72','\xe8','\xe0','\x69','\x1b','\x87','\x8a','\xe6','\x1c','\x38','\x4f','\x76','\xb1','\x36','\x24','\xde','\x7e','\xf8','\x82','\xb6','\x75','\xcc','\xe7','\x81','\x91','\x95','\xe0','\x93','\xc2','\x35','\x67','\x7d','\xd7','\x44','\x8d','\xe2','\x82','\x16','\x74','\x35','\xc8','\x5d','\x4e','\x67','\xa4','\x3e','\x18','\x8b','\xc3','\x97','\x2e','\x02','\x90','\xc8','\x34','\x54','\xdc','\x9a','\x95','\xa8','\xff','\xd9','\x62','\xcf','\x0d','\xbd','\xfb','\x9a','\x56','\xfb','\x9a','\xc2','\x70','\xe5','\x2b','\xa1','\x2b','\x2b','\x4a','\xfb','\xcd','\x80','\xd2','\x4a','\xcc','\xb8','\x17','\x56','\x90','\x2c','\x47','\x1c','\x73','\xd3','\xa6','\xe4','\x01','\xb5','\x0a','\x19','\xb7','\x95','\x10','\x16','\xff','\xb8','\xa1','\x2b','\x09','\x4c','\xb5','\x49','\xab','\x5b','\x03','\x39','\xca','\x14','\x22','\x7c','\xe9','\xbc','\xe2','\x9f','\x75','\xbf','\x7a','\xfc','\x29','\xfa','\xc5','\x95','\xbd','\x2b','\xb9','\x5e','\x34','\x4c','\x66','\xbd','\xab','\xa8','\x80','\xba','\x17','\xad','\xde','\x89','\xaf','\x7b','\x7f','\x2d','\x58','\x5f','\x91','\x57','\x22','\x72','\xd7','\xe2','\x35','\xc7','\x1f','\xfe','\x79','\x5f','\x06','\x13','\xfc','\xbe','\x98','\x03','\x30','\x26','\x4c','\x75','\x4f','\x3c','\xe2','\x5e','\xd0','\xcd','\x17','\x10','\xa2','\x12','\x00','\x6e','\x48','\xfe','\x32','\xdb','\xe9','\x6c','\xcb','\xda','\x9c','\x4a','\xd1','\x8b','\x67','\x8e','\x0b','\x29','\x36','\xa2','\xb4','\x11','\x27','\xea','\xe1','\xd4','\xb3','\xfc','\x33','\xf7','\xfe','\x7f','\x7a','\xed','\xca','\x50','\x2e','\xf0','\xc3','\x20','\x3b','\xdc','\x58','\x0f','\xb6','\x7c','\x14','\x2e','\xfa','\x59','\x69','\xc4','\xea','\x1a','\xe3','\xe5','\x03','\x43','\xeb','\xcf','\xd6','\xe7','\x3a','\xbe','\x33','\x46','\xfd','\xfe','\x47','\x9f','\x31','\x82','\x5a','\xbc','\x9a','\xe6','\x9e','\x2a','\x0d','\x4c','\x10','\xc5','\x1a','\x92','\x9a','\xa0','\x6b','\x0e','\xaa','\x28','\xd7','\x7d','\xe9','\xe3','\x66','\xed','\x7b','\x93','\x63','\x51','\xa5','\x5c','\xf5','\xcf','\x0d','\x28','\x6e','\x4b','\xe0','\x85','\x2a','\xa6','\xce','\xd6','\xd4','\xbd','\x2d','\x5d','\xdc','\xda','\xa6','\xb6','\xe2','\x57','\x75','\x87','\xbd','\x15','\x38','\xc0','\xc4','\xcf','\x01','\x59','\x0f','\x13','\x0d','\xf5','\xa6','\xd9','\x2e','\x41','\xea','\x26','\x35','\x30','\x45','\x27','\xab','\xdb','\x97','\xab','\x54','\xa4','\x4c','\x3e','\x94','\x14','\x2f','\x2d','\x00','\x9f','\xcf','\x32','\x51','\x01','\xe9','\x45','\x95','\x84','\x95','\xdb','\x50','\xc5','\xf0','\x6d','\xdb','\x78','\xf0','\x2f','\x67','\xb3','\x90','\x6e','\xce','\x17','\x70','\x95','\xa0','\xeb','\x50','\x75','\xde','\x9a','\xb2','\xc0','\x06','\x26','\xe0','\xd1','\x1a','\x72','\xdb','\xc1','\x89','\xea','\x1b','\xfa','\xb6','\xd1','\xf1','\x47','\x05','\x49','\x09','\x77','\xd3','\x26','\x1b','\x54','\x60','\xec','\x6e','\x8d','\x9d','\xaf','\x34','\xda','\x90','\x77','\x6b','\x9c','\xfb','\x90','\x20','\x4d','\xd0','\x9b','\x9c','\xfb','\xd4','\xe5','\x95','\x68','\xfa','\x29','\x5b','\xf5','\x02','\x3e','\x22','\x28','\x40','\x8e','\x19','\x78','\x3c','\x9e','\xf8','\x7c','\x7c','\x02','\x33','\x71','\xeb','\x1b','\xba','\x73','\xde','\x09','\xe7','\x80','\x34','\xce','\x0c','\x02','\x63','\x50','\x18','\xef','\x75','\x0c','\x21','\xb5','\x31','\x11','\x83','\xf3','\x90','\xbc','\x37','\xf4','\xb6','\xc1','\x3b','\x70','\x62','\x28','\x61','\xf8','\x9e','\xda','\x48','\x6a','\xa0','\xf6','\x18','\x62','\xc5','\xe3','\x19','\x27','\xc6','\xb4','\xe5','\x0a','\xc5','\x15','\x2f','\xd0','\x67','\x4c','\x01','\x6b','\xfc','\x0c','\xf7','\xa2','\xb2','\x56','\x72','\x4e','\x2b','\xd9','\xfa','\xf5','\xea','\x26','\x56','\x22','\x3f','\xe5','\xf0','\xb7','\x6d','\x1b','\xdc','\xa7','\x6c','\xe3','\x0d','\xe9','\x34','\x0e','\x39','\xce','\x53','\x85','\x0c','\x07','\xc6','\x3e','\xfd','\xc0','\xaf','\xdf','\xbe','\xc1','\x5a','\xc3','\x98','\x03','\x09','\xe0','\xeb','\xb7','\xaf','\x78','\x3c','\x1e','\x38','\xce','\x13','\xae','\xf3','\x73','\x75','\x2b','\xf3','\xe5','\x8a','\x35','\xd7','\x6b','\xc6','\x50','\x27','\x4e','\xdc','\xbe','\x48','\x82','\x01','\x55','\x3c','\x88','\xde','\x76','\xce','\x93','\xc5','\x57','\x02','\x74','\x7a','\x55','\x7c','\x2d','\x33','\x05','\x94','\x0e','\x0f','\x57','\x77','\x3b','\x45','\x3b','\x2d','\x57','\xb6','\xef','\x3a','\x5d','\x7c','\xae','\x89','\xeb','\x79','\x61','\x3d','\x96','\xab','\x18','\x78','\x09','\x0d','\xfc','\x2d','\x8a','\x39','\xd5','\x61','\x2e','\xf0','\x26','\x5c','\x38','\xc5','\xcb','\x9f','\x5f','\x83','\x22','\x7f','\xf3','\xc3','\xbd','\xae','\x24','\x4d','\x05','\xac','\xfe','\x43','\xad','\x46','\x3e','\x23','\x15','\x31','\x85','\xb6','\x57','\x91','\xf3','\x4a','\xb7','\xab','\xf7','\xf8','\x5a','\xca','\x05','\x29','\x30','\xdf','\xe7','\x4d','\xaf','\x95','\xde','\x6f','\xee','\xab','\xd2','\x2d','\xde','\x8f','\x8b','\x2a','\xe9','\x2b','\xd6','\xc0','\x24','\x2e','\xb7','\x15','\x89','\x51','\xdd','\xdf','\x72','\x9a','\xab','\xb8','\x1e','\xc1','\x8e','\xc2','\x39','\x03','\x3f','\x1d','\x1f','\x38','\x62','\x68','\x40','\xa5','\x01','\x23','\x60','\x39','\x57','\x01','\x92','\x30','\x9c','\x4f','\x3a','\x8f','\xcd','\x72','\x46','\x1c','\x25','\xb4','\x27','\x58','\x9c','\x23','\x31','\x5a','\xc3','\x6c','\x8d','\x73','\x10','\x33','\x5f','\x9c','\xf2','\x74','\xa4','\x2e','\x30','\x8d','\x3f','\xe5','\x3c','\x68','\x10','\xd5','\x5e','\xb4','\xba','\xd6','\x1a','\x6e','\xfb','\x8e','\x69','\x72','\x3d','\x3c','\x6b','\xc8','\x6e','\xe9','\x5c','\x38','\x6f','\x6d','\xdb','\x76','\x44','\x52','\xeb','\x13','\x83','\xa0','\x88','\x19','\x8b','\xc0','\x7b','\xdf','\x11','\x66','\xf8','\xcc','\x13','\x33','\x03','\xe7','\x39','\x70','\x9e','\xc7','\x72','\x19','\xbc','\xdf','\x6f','\xb0','\x04','\xc6','\x98','\x38','\xc6','\xc9','\xae','\x06','\x94','\xdf','\x35','\x68','\xfd','\xa9','\xc3','\xee','\x8e','\xbc','\xdd','\x30','\xbb','\x9c','\x1b','\xe3','\xa2','\x60','\x5a','\x01','\x31','\x69','\x88','\x31','\x30','\xe7','\x49','\x1b','\x6b','\x69','\xfd','\x0c','\xda','\x2a','\x93','\x85','\xd3','\x9c','\x07','\x32','\x4f','\x94','\x74','\x84','\xb5','\xff','\xd4','\x91','\xaa','\xdf','\x2f','\xea','\xaf','\x7b','\x43','\x2f','\xfd','\x57','\xe5','\xc0','\xad','\xe1','\xb6','\xed','\x70','\x4f','\x1c','\x71','\xae','\x3d','\x53','\x85','\x74','\x82','\x20','\x10','\x87','\xbe','\x52','\x1b','\x68','\x2f','\x49','\x3f','\xf8','\x1a','\x58','\x97','\xeb','\xfe','\xdc','\x9d','\xfa','\xd1','\xde','\x35','\x57','\xb0','\x86','\x3d','\xb3','\xf3','\x35','\x8c','\x3a','\x99','\xc7','\xe7','\x37','\x35','\x0a','\x02','\xdd','\x1a','\x8d','\x68','\xee','\x77','\xdc','\x2d','\x71','\x1b','\x27','\xbe','\xfe','\xfc','\x15','\x9f','\xdf','\x3e','\xf8','\xfe','\xfa','\x86','\xcd','\x5d','\xb3','\xd9','\x38','\xb7','\xae','\xec','\xec','\xaf','\x35','\x4d','\x63','\x95','\x1a','\x88','\xbc','\x00','\xd0','\x04','\xce','\xaf','\x4f','\x9c','\x31','\xe0','\xf5','\x9c','\xbd','\x21','\x05','\x92','\x9f','\x06','\x6c','\x8d','\xdd','\x4b','\xef','\xc0','\xd6','\x13','\x0d','\x13','\xbb','\x4d','\xb4','\x34','\x3c','\x26','\xc1','\xd8','\x91','\xc0','\x69','\x0d','\x66','\x5d','\xf1','\x43','\x14','\x08','\xfd','\x95','\xfa','\xab','\x9a','\x32','\xbf','\xfd','\xf9','\x5d','\x01','\x74','\xbb','\xdd','\xb0','\xed','\x13','\x98','\x4f','\x78','\x70','\x81','\x70','\x3d','\x30','\x88','\x75','\xc1','\xbf','\x96','\x0e','\xca','\x8a','\xaf','\x94','\xdd','\xb4','\x81','\x17','\xd2','\xa2','\x0d','\xdb','\x2c','\x99','\x4c','\x28','\xe0','\x69','\x6f','\xc3','\xd1','\x78','\xb8','\x57','\x02','\x01','\x52','\x34','\x22','\x26','\xce','\xf3','\x29','\xf7','\x98','\x4a','\x5e','\x81','\x8c','\x8a','\x8b','\x2c','\x3a','\xd6','\x01','\xb5','\x91','\xd7','\x58','\xbc','\x67','\xeb','\x12','\x76','\x3b','\x5f','\x48','\xd9','\xf9','\xcd','\x39','\xf5','\x5c','\x4c','\x4e','\x28','\x42','\x03','\xe7','\x80','\x27','\xd0','\x65','\xfb','\xca','\x54','\xa2','\xba','\x23','\x4c','\x24','\x23','\xc8','\x2b','\x6f','\xdd','\xd4','\x5a','\xe4','\x62','\xb3','\xdf','\x04','\xbc','\x7a','\xe8','\x1c','\x6b','\xab','\xa4','\x45','\x45','\xdd','\xdf','\x2a','\xf6','\xb4','\xbe','\x55','\xc0','\x54','\xb2','\xcb','\xfb','\x4e','\x15','\x5c','\xd6','\x65','\x16','\x9d','\xbf','\x1d','\x50','\x2a','\xd4','\x01','\x2f','\x2f','\x40','\x3f','\xd4','\x6c','\x32','\x41','\x2e','\xab','\x6b','\x6a','\x52','\xb8','\x93','\x88','\x1e','\x1a','\xac','\xda','\xcc','\xad','\xe9','\x60','\x8b','\x85','\x44','\xd7','\x3d','\x5a','\x18','\x1d','\xf2','\x94','\x80','\xd6','\xd0','\x3c','\xfa','\xdf','\x3b','\x6c','\xce','\xa5','\xaf','\x5a','\xf9','\x70','\x60','\x89','\x17','\xdd','\xca','\xbc','\x00','\x18','\x35','\x55','\xdd','\xe2','\x77','\x3a','\x93','\xe2','\xa1','\xbb','\x53','\x07','\x51','\xb9','\xb8','\x80','\x4a','\xa1','\xe4','\x73','\xb5','\x81','\xcd','\x2b','\x20','\x5e','\x07','\xbb','\xe9','\xb0','\x2d','\xd3','\x83','\x75','\xd8','\x3b','\x16','\xb5','\x61','\x15','\x0b','\xe0','\x75','\x7d','\xff','\xe7','\x75','\xe0','\x5b','\x5f','\xc2','\xc5','\xcc','\x60','\x0b','\xdf','\x0c','\x2e','\x5d','\x41','\x26','\x24','\xe4','\xae','\x41','\x5f','\x0c','\x76','\x4c','\x86','\x6b','\x49','\xb0','\xd0','\x8c','\x99','\x68','\x72','\x20','\xab','\xd9','\x2e','\x85','\xe2','\x56','\xf2','\x6c','\x00','\xd0','\x2a','\x59','\x32','\xcc','\x50','\xe1','\x82','\x4a','\x6a','\x2f','\x2b','\xd7','\xeb','\x60','\xff','\x67','\x5c','\x3b','\x5f','\x16','\x79','\xfb','\xf8','\x0e','\xf0','\xc0','\xca','\x09','\x54','\x0c','\x37','\xbe','\x04','\x53','\x4c','\x20','\xe0','\x14','\x14','\x80','\x26','\x96','\xa3','\x4d','\xae','\x8a','\x16','\x2b','\x41','\xaa','\x44','\x20','\x71','\x51','\x6b','\xae','\x89','\xe4','\x8b','\xe0','\xa6','\xc5','\xc3','\xf7','\x53','\x33','\x65','\x52','\x3a','\xb5','\xc4','\xf7','\xad','\xf4','\x18','\xaf','\x98','\x48','\x51','\x01','\xb0','\xbe','\xbb','\x12','\xac','\xf2','\x20','\x5a','\xc4','\x4d','\x15','\x08','\xc8','\xea','\x8a','\x26','\x10','\xa7','\x3e','\x07','\x40','\xad','\x4d','\xa1','\xbb','\xa5','\x01','\x90','\x2b','\x01','\x8b','\xaf','\x57','\x94','\xa7','\x3e','\x43','\xef','\x69','\xb1','\xb2','\xb5','\x76','\x03','\x10','\xe8','\xa3','\xdf','\xe6','\x6a','\xea','\xcf','\x6a','\xf9','\xc8','\x01','\xcc','\x54','\x90','\x23','\x65','\xdd','\x4f','\x70','\xc5','\xad','\x21','\xb5','\x26','\xa0','\xa2','\xe7','\x12','\xa9','\x63','\x7d','\x2f','\x90','\x72','\x95','\x93','\xc6','\x24','\x80','\xec','\xb2','\x50','\x15','\xe5','\xd1','\x55','\x70','\x78','\xa7','\xbe','\x8e','\xc3','\xa5','\x13','\xa1','\x11','\xbc','\xd6','\xa8','\x63','\xe1','\x7e','\xd5','\x3b','\x9e','\x44','\xd7','\xf6','\x9b','\x5c','\x96','\xd6','\xa3','\x66','\x02','\xd9','\xac','\xc1','\xf6','\x1d','\x3d','\x43','\x83','\xea','\x78','\xd8','\x3b','\x88','\x62','\x7b','\xa7','\x05','\x6a','\xdf','\xa8','\x4f','\x18','\xcf','\x00','\xe6','\x15','\x0f','\x01','\xce','\x6a','\xf3','\xd0','\x5c','\x1c','\x2f','\xcb','\x70','\xde','\x53','\xc4','\xc4','\x71','\x24','\x9a','\x4f','\xc5','\x1f','\x06','\x9b','\x7d','\xeb','\x78','\xbf','\x7d','\x91','\x38','\xfa','\xd4','\x51','\xe2','\x2b','\x2e','\x57','\x97','\x82','\xcf','\x82','\xd4','\x92','\x4a','\x6c','\x7b','\x27','\xed','\x86','\xa1','\xf9','\x42','\xfa','\xcb','\x1d','\xac','\x0a','\x9f','\x12','\xc1','\x67','\x26','\x7a','\x97','\x3b','\x51','\x72','\xe1','\xa5','\xeb','\xf4','\x33','\x8a','\x96','\x33','\x13','\x3e','\x59','\x34','\x96','\x7e','\x86','\xeb','\xa0','\xfe','\xce','\x77','\x5f','\x46','\x08','\x4c','\x4c','\x56','\xe9','\x53','\x07','\xe8','\x55','\xac','\x54','\x82','\x6d','\x34','\xfe','\x60','\x8c','\xe4','\xb9','\x42','\xaa','\x8f','\x12','\x86','\x71','\xe2','\xdb','\xd7','\xaf','\xc8','\x48','\x1c','\xc7','\x01','\xb8','\xe1','\xf1','\x78','\xe0','\xf9','\x7c','\x62','\xcc','\x89','\x0e','\xed','\x63','\xc3','\x05','\x00','\xe4','\x75','\xb6','\x25','\xb8','\x4f','\x4d','\x74','\x6a','\x26','\x34','\x95','\x50','\xac','\xa5','\x4d','\xdb','\xf9','\x98','\x57','\xd1','\xa0','\x0d','\xc3','\x75','\x20','\x36','\x88','\x74','\x32','\xa6','\x1b','\x2e','\x13','\x02','\xde','\x5e','\xd3','\xfb','\xb8','\x34','\x50','\xc8','\x4b','\xb7','\x58','\xb1','\xae','\x69','\x98','\x64','\xd4','\xb4','\xfb','\xd2','\xe5','\xe8','\x59','\xc6','\xf5','\x05','\xa8','\x68','\x83','\xf5','\xff','\x5f','\xaa','\x8b','\x02','\xd0','\xb4','\x4b','\xb3','\x02','\x84','\x28','\x58','\xcb','\x64','\xc5','\x2e','\x6d','\x4d','\x7d','\xc7','\x95','\xcf','\x30','\x5e','\x55','\x91','\xbe','\xc0','\x34','\x7d','\x85','\xd8','\xb0','\x4c','\xa8','\xdd','\x69','\xcf','\xee','\x06','\x33','\x81','\x5f','\x31','\xa9','\x09','\x52','\x4c','\x5a','\x08','\xaf','\x1e','\x60','\xd9','\x62','\x2f','\x71','\xba','\xe2','\x41','\x25','\xc4','\xa8','\x1c','\x4b','\x82','\xb4','\x29','\x47','\x35','\x6a','\x71','\xe5','\xac','\x08','\x0a','\xf7','\x49','\xb7','\x4a','\x15','\xe8','\x8c','\xb7','\x63','\x1e','\xf8','\xf5','\xd7','\x5f','\xf0','\x8c','\x13','\x3f','\xbe','\x7d','\xc1','\x6d','\xbf','\x63','\xdb','\x3b','\x9a','\x6f','\xb0','\x00','\x1d','\xbd','\xcc','\xf1','\xb6','\xdf','\x19','\x97','\x42','\x67','\x15','\xa4','\x3b','\x12','\xa0','\x94','\x23','\x70','\x36','\x47','\x18','\x6d','\x70','\xd6','\xa2','\xa8','\x47','\x0d','\x7b','\x31','\xde','\xb9','\x9e','\xdb','\x32','\x9e','\xc9','\x8a','\x27','\xa4','\x48','\xed','\xdb','\x46','\x6d','\x48','\xb0','\x93','\x9e','\xaf','\xeb','\x40','\x7b','\xb6','\xf5','\x4d','\xc0','\x57','\x20','\x62','\x28','\xa6','\x33','\x90','\x6e','\xad','\x61','\x44','\xe0','\x1c','\x5c','\xd3','\x7d','\xdb','\x71','\x9f','\x37','\xae','\x45','\xd3','\x8c','\xba','\x7d','\x87','\xef','\x1b','\xee','\x5d','\x83','\xc5','\x21','\xd3','\x20','\x5d','\xf7','\xd4','\x5a','\xc8','\x19','\x78','\x7e','\x7e','\xe2','\x89','\x62','\x36','\xad','\x85','\x0d','\x1b','\xd5','\x7d','\x32','\x81','\x05','\x81','\x66','\x80','\x65','\xe3','\xbb','\xd7','\xbb','\x2c','\x0d','\x26','\xf5','\x75','\x40','\xc6','\xd0','\x8c','\xbf','\x14','\xd5','\x96','\xc9','\x51','\x73','\x76','\xc3','\xce','\x93','\x85','\x60','\xdf','\x3a','\xe7','\xd5','\x04','\x73','\xe6','\xad','\x6f','\x98','\x6f','\x77','\x64','\x04','\x3e','\x1f','\x1f','\x98','\x20','\xad','\x98','\x40','\x44','\xe5','\x19','\xfa','\x4e','\x68','\xc4','\x87','\xd6','\x4a','\x16','\x25','\xb9','\x96','\x99','\xf6','\xd8','\x36','\x3b','\x76','\x74','\xf8','\x56','\xe7','\x93','\xd3','\x1c','\xc2','\x99','\x07','\x0f','\x07','\x8e','\x08','\x9c','\x83','\x1a','\xd5','\x29','\x40','\x64','\x1c','\x0f','\xf4','\x98','\xec','\x9e','\x9b','\xad','\x67','\x77','\x8c','\x81','\x61','\x86','\x6c','\x1d','\xb7','\xd6','\x08','\x84','\x9d','\x89','\x39','\x4e','\xe6','\xd2','\xce','\x67','\x83','\x48','\xd1','\xed','\x68','\x54','\xd1','\x64','\x46','\x86','\x08','\xe4','\x71','\xaa','\x23','\xc4','\x77','\x51','\xda','\xbb','\xd5','\xfd','\x8d','\x44','\x76','\x76','\xd6','\x26','\x26','\x36','\x63','\x77','\x7b','\xf7','\xa0','\x03','\x9c','\x37','\x84','\x03','\x0f','\x38','\x06','\x80','\x98','\x0c','\x70','\x63','\x55','\xe3','\x02','\x04','\x5b','\xa2','\xd9','\xef','\x4a','\x1d','\x00','\x7f','\x50','\x00','\xbd','\xbd','\xbf','\xa3','\x9f','\x49','\x1d','\xd0','\x19','\x28','\x2a','\xc3','\x12','\x69','\xae','\x05','\x5d','\x89','\xc3','\xeb','\x9f','\xae','\xe8','\xa1','\x2a','\xde','\xc9','\x5b','\x35','\x97','\xad','\xa0','\x37','\x2c','\xf4','\xda','\x2e','\x6a','\x5d','\x56','\x42','\xae','\xeb','\xce','\x98','\x18','\xe7','\x81','\x72','\x52','\xf2','\x95','\xe0','\xbc','\x7e','\x59','\xac','\x6f','\x4c','\xd0','\x9d','\xa3','\x92','\x4a','\x6f','\x06','\xf7','\x0d','\x30','\xe0','\xf3','\xf1','\x71','\xb5','\x65','\x2b','\x81','\x52','\x8c','\xb1','\x24','\x7a','\x36','\xe6','\x20','\xb7','\x5a','\x2d','\xd9','\x0a','\xa0','\x51','\x85','\x9f','\xa8','\x73','\x30','\xc7','\x5e','\xa2','\x66','\x14','\x62','\x9e','\x4b','\x2c','\x7c','\x09','\x25','\x6d','\xa1','\x37','\x09','\x68','\xa1','\x15','\x27','\xd8','\xd7','\x01','\x9b','\xc6','\x05','\xcc','\x99','\x1f','\xb9','\xea','\x28','\x26','\x4d','\xb9','\xc4','\xbf','\xdb','\xb6','\xa1','\x77','\xce','\x5f','\x8a','\xb2','\x5e','\xc4','\x04','\x1a','\x5f','\xdf','\x0c','\xa2','\x0d','\x65','\xbd','\xcc','\xa0','\x5f','\x88','\x17','\x53','\x91','\x9a','\x1e','\x3d','\x63','\xaa','\x6d','\x33','\x45','\x0f','\xd5','\x41','\x66','\x86','\x4d','\xad','\xe1','\xd0','\x80','\xac','\x0c','\x83','\x05','\x07','\x58','\xbe','\xd6','\x78','\xf5','\x2f','\xf6','\x22','\x46','\x87','\x3a','\x46','\x7c','\x0e','\x42','\x34','\xda','\xf5','\xcf','\x69','\x1c','\x7c','\xf7','\xc8','\x00','\xce','\xc4','\x66','\xb4','\x81','\x36','\x3d','\x87','\xef','\xd7','\x91','\xbe','\xa3','\x0e','\x5f','\x6d','\xa6','\xbf','\xb7','\x8e','\xb0','\x44','\xb7','\xe2','\x53','\x2b','\x18','\x9b','\x84','\x96','\x80','\x89','\xde','\x53','\xdd','\xa3','\x97','\x8d','\x86','\x8b','\x77','\x5d','\x41','\x5a','\xfd','\xe3','\x55','\x58','\xce','\x49','\x0e','\xee','\xb6','\xef','\x68','\xad','\xc9','\xf9','\xee','\x2a','\x50','\x73','\xe9','\xc8','\x48','\x11','\xb2','\x76','\xd1','\x5d','\x90','\x89','\x1c','\x72','\xc1','\x89','\x09','\x38','\xb0','\x6f','\xbb','\x0e','\x2e','\xc3','\x72','\x13','\x84','\xb1','\xad','\x9c','\xb9','\xb8','\xf4','\xd7','\x29','\xcb','\xa2','\xdd','\x8b','\x6a','\x65','\x58','\xd7','\xff','\x8f','\x5e','\x3b','\x0f','\x9d','\x40','\x48','\x18','\x8d','\xce','\xe7','\x19','\x41','\x54','\xd9','\xfc','\x72','\x1f','\x7b','\x5d','\x47','\x8e','\x72','\xae','\x82','\x9c','\x9e','\x26','\x38','\xd7','\x43','\x47','\x74','\x02','\x61','\x86','\xcd','\x39','\x2d','\x5b','\x65','\xad','\x12','\x0f','\xed','\x57','\xab','\x77','\x5b','\xc5','\xcf','\x75','\xdc','\x2c','\xae','\x3c','\x40','\xd4','\xa8','\x69','\x3d','\x26','\x93','\x2b','\x17','\x08','\x53','\x28','\x61','\x59','\x7f','\xc6','\x24','\x4d','\xf6','\xd5','\x70','\xae','\x62','\xc1','\x15','\x93','\xb4','\x2f','\x94','\xa4','\x94','\xbd','\xf0','\xd5','\xdd','\x9a','\xc0','\x24','\x27','\xdb','\x80','\x05','\xb0','\x94','\x4e','\xc8','\xc1','\x7d','\x3d','\x73','\xf5','\x8a','\x89','\xc2','\x19','\xb8','\x4f','\x2a','\x51','\x00','\x2d','\x45','\xcb','\x22','\x36','\x5f','\xe2','\x49','\x22','\x31','\xa4','\x65','\xda','\x44','\x43','\x00','\x80','\x18','\x57','\x17','\xa7','\xd6','\x41','\xd8','\x55','\x78','\xd6','\x5e','\xc8','\xe0','\xe1','\x51','\xdd','\xd8','\x65','\x44','\x00','\x15','\xc2','\xde','\x2e','\x9d','\x5d','\x81','\x3c','\xc9','\x42','\xe3','\xea','\xb4','\x56','\xe2','\x22','\xe0','\xa2','\xba','\xc7','\x00','\x67','\x1c','\xb9','\x09','\x9d','\x2f','\xbb','\x7e','\x1e','\xde','\x61','\x74','\x3f','\x33','\x27','\xb5','\x6f','\x26','\x67','\xdd','\xd0','\x9b','\x80','\xf1','\x65','\xbf','\xdd','\x00','\x77','\x1c','\xe7','\x81','\xa1','\xb5','\x55','\xe3','\x0a','\x52','\x9a','\xcb','\x39','\x26','\xc2','\x0d','\xd6','\x76','\xf4','\xb6','\xad','\x17','\x4e','\x20','\x47','\x85','\x6e','\xd4','\xfb','\xe5','\x81','\xcb','\xce','\xc4','\x04','\x06','\x10','\x12','\x0f','\x6f','\xfb','\x8e','\xb6','\x35','\xec','\xd6','\x71','\x6f','\x77','\xc0','\xb9','\xa6','\x4b','\x74','\x64','\x1a','\xba','\x6a','\x8d','\xd6','\xdd','\x5b','\xef','\xa2','\xe8','\x3d','\x69','\x87','\x6b','\x86','\xd6','\xb9','\x06','\xc6','\x1c','\x98','\x63','\x00','\xfd','\x42','\xea','\x57','\x81','\xac','\x84','\xc9','\x94','\x94','\xf6','\xad','\x91','\xaa','\x92','\xa0','\x8b','\xa2','\x04','\xde','\x91','\x89','\x21','\xd7','\x43','\x07','\xbb','\x48','\x45','\xad','\x34','\x5c','\xc3','\x07','\x69','\xe1','\x4b','\xa1','\x7d','\xef','\x37','\xb2','\x17','\x94','\x5c','\x00','\xb6','\xd6','\xb3','\x01','\x38','\xce','\x41','\x54','\x5e','\x00','\x43','\x25','\x87','\x95','\x08','\x45','\x26','\x7a','\xa3','\x06','\x22','\x93','\x67','\xe0','\xe7','\xe3','\x81','\x01','\xa0','\x6d','\x8e','\xf3','\x3c','\x96','\x43','\x27','\x9f','\xc9','\x95','\x90','\xb2','\x5d','\xc2','\xc7','\x55','\xdd','\xd1','\x4a','\xb2','\xb8','\x1e','\x0d','\x8b','\xbe','\xa5','\x84','\x08','\xc9','\x58','\xd7','\x9c','\x8a','\x17','\x86','\x1a','\x76','\x45','\x23','\x20','\xc2','\x24','\x30','\xc7','\x93','\xc5','\x99','\x91','\x46','\x99','\xac','\xa8','\x58','\xf4','\x40','\x05','\x50','\xe3','\xbe','\x30','\xad','\xdf','\x32','\x39','\xa8','\xf8','\x50','\x26','\x10','\xe5','\x22','\xb7','\xd8','\x28','\xa8','\x02','\x28','\xd6','\xde','\x7a','\x4d','\xa2','\xae','\x9f','\x8a','\xf1','\x58','\xe0','\x80','\xa1','\xea','\x0e','\x51','\x63','\x33','\xc5','\x48','\x09','\x52','\xc5','\x67','\x63','\x7c','\x5d','\xc5','\x28','\xe3','\x83','\xfb','\xf7','\x49','\x7c','\x75','\x06','\x56','\xa1','\x5c','\x85','\xac','\x53','\x5f','\x91','\x8d','\x73','\x4a','\xa0','\x1c','\x29','\xb4','\x8f','\xda','\x8a','\xc9','\x8e','\x02','\xa6','\x50','\x57','\x69','\x2f','\x6c','\x9b','\xfa','\x35','\x1d','\x69','\xac','\xe1','\x55','\x58','\x86','\x0a','\x75','\xa3','\xc1','\x86','\x7b','\x83','\x6f','\xfe','\x32','\xa4','\xf7','\x2a','\x9c','\xba','\xce','\xd8','\x03','\x86','\x33','\x06','\x86','\x12','\xd9','\xf7','\xb7','\x3b','\xee','\xf7','\x3b','\x13','\xc8','\xf3','\x04','\x26','\xbb','\xdd','\xbd','\x3b','\xb6','\xe6','\xc8','\xe7','\x64','\x11','\xef','\x0d','\x6d','\xef','\x70','\xa3','\x81','\xce','\x79','\x0c','\x82','\x70','\xf5','\x20','\xaa','\x38','\x07','\xd6','\xf7','\xd6','\xfb','\x41','\x15','\xb7','\x2a','\x54','\x2b','\x12','\x97','\xb3','\x5e','\xea','\xf7','\xd1','\x68','\xbf','\xd6','\xa5','\x5f','\xda','\xab','\x2a','\xfe','\x54','\x68','\x3a','\x51','\x21','\x7e','\x4a','\xe4','\xea','\xdc','\x1d','\x31','\x30','\x06','\xe5','\x09','\x7d','\x6b','\x6b','\x3f','\x02','\xa4','\xda','\xa2','\xd1','\xe8','\x80','\x8e','\x6f','\x2c','\xac','\xab','\xeb','\x1a','\xc9','\x5c','\xaa','\xf6','\x49','\xdf','\x76','\xfc','\xb0','\x91','\xd2','\x5b','\xd7','\x8c','\xd0','\xd9','\x1d','\x03','\xa5','\x8b','\x77','\x03','\x67','\xf4','\xf1','\x20','\x15','\xd0','\x1d','\x32','\x94','\x48','\xa0','\xd1','\x0c','\x66','\xcc','\xc1','\x81','\xe1','\xe3','\x5c','\x76','\xd5','\x1d','\xce','\x01','\xc6','\x83','\x34','\x5c','\x6f','\x1c','\x0a','\x4c','\x57','\xb9','\x81','\x11','\x83','\xe7','\xc9','\xc9','\xb9','\x44','\xcf','\x39','\x90','\x46','\xa7','\x43','\x47','\xed','\x5d','\x43','\x3a','\xf7','\x35','\x3d','\x2a','\xb8','\x50','\x68','\xac','\x81','\xb5','\x0e','\xea','\x99','\x19','\x00','\xcc','\xc4','\xc8','\x81','\x71','\xa8','\xa3','\x27','\x5a','\x6a','\x22','\xd9','\x01','\x52','\x7c','\xf1','\xde','\xb1','\xbd','\xed','\x30','\x77','\x3c','\x8e','\x03','\x9f','\xbf','\x7e','\xc5','\x9c','\x9c','\x69','\x76','\xbb','\xdf','\xf0','\xe5','\xed','\x8e','\xed','\xbe','\xe3','\xeb','\x4f','\xff','\x8e','\x8f','\xc7','\x37','\x6c','\xad','\xe3','\xbf','\xdd','\xff','\x82','\xbf','\xbc','\xfd','\x48','\xa3','\xa5','\x24','\x20','\x6f','\x06','\x48','\x90','\x45','\xa6','\x4f','\x26','\xad','\xb8','\x95','\xd8','\xb4','\xe4','\xf8','\x85','\x8e','\xa2','\x93','\x02','\x48','\x97','\xf3','\x60','\x62','\x62','\xe2','\xb4','\xc0','\xfe','\xd7','\x3b','\xc7','\xa4','\x8c','\x81','\xc4','\x49','\xc6','\xca','\x36','\xd1','\x3b','\x4d','\x6d','\xac','\x1b','\xfe','\x7d','\x1a','\x4d','\xcb','\x82','\xe7','\xcd','\x04','\x67','\x1c','\x39','\x12','\x69','\x34','\x1c','\xb2','\x97','\xe1','\xce','\xaf','\x3f','\xbf','\x2b','\x80','\x46','\x26','\x3c','\x80','\xbe','\xdd','\x99','\xb0','\xd7','\x86','\xcb','\xc0','\x3c','\x27','\x27','\xba','\x3b','\x55','\x28','\x8b','\x66','\x55','\x15','\x1c','\x14','\x40','\x63','\x5e','\xe0','\x40','\x75','\x37','\xb4','\x39','\x5e','\x91','\x51','\xb3','\x4a','\x3e','\x19','\x20','\x14','\xa7','\x81','\xe4','\xb4','\x58','\xdf','\x1a','\x7a','\xeb','\x0a','\x54','\x5c','\x54','\xa9','\xe4','\x0d','\x29','\x64','\x08','\x0e','\x9b','\xe2','\xa4','\x6a','\x71','\xac','\xf9','\x30','\x09','\xc4','\x53','\xce','\x54','\xad','\xc1','\xd4','\x5d','\x2a','\x4a','\x0d','\x74','\x60','\xb5','\x68','\x2f','\x07','\xd6','\x5c','\x9b','\xb5','\x3a','\x10','\x09','\x53','\x92','\xc3','\x0d','\x48','\x24','\x36','\x96','\x51','\xc2','\xd5','\x22','\x6d','\x6b','\x93','\x47','\x21','\x44','\x84','\x67','\xe9','\x64','\x86','\xbe','\x3a','\x16','\x74','\xfe','\x89','\xef','\x10','\x0f','\x3e','\xce','\x4a','\x48','\x0c','\x08','\xa3','\x5d','\xed','\x34','\x89','\xb6','\x01','\x4c','\x90','\xf7','\x6b','\x9d','\x1d','\x99','\x4c','\xde','\x3f','\x70','\x09','\xa5','\xcd','\x97','\x4b','\x1c','\xc0','\xee','\x9b','\x19','\x90','\x2e','\x4c','\x36','\xf5','\x5a','\x5c','\xb6','\x89','\x8a','\xb5','\xa5','\x41','\xc8','\xba','\xff','\x4c','\xa4','\x0d','\xa4','\xdc','\x8d','\x0a','\x69','\xfe','\xee','\x47','\x68','\xd8','\x75','\x18','\xe9','\xea','\x93','\xaf','\xa4','\x7f','\xd9','\xc9','\xc3','\xd4','\xc4','\x62','\xcc','\xc0','\x18','\x93','\x05','\x53','\x03','\x0c','\xe5','\x4b','\xff','\xb2','\x8e','\x2a','\x79','\x8c','\xc9','\xf8','\x59','\x5f','\x39','\xff','\xe3','\x75','\x64','\x60','\x77','\xb0','\xd6','\x51','\x66','\x30','\xc8','\x54','\x92','\x5f','\xb0','\xe5','\x4b','\x31','\xf7','\x5a','\x80','\x17','\x9a','\x89','\x97','\x77','\x41','\x4e','\xbc','\xc1','\xe5','\x6e','\x37','\x4b','\x6b','\x13','\x4a','\x94','\xab','\x0a','\x0c','\xa8','\x6b','\x6a','\xf0','\x30','\x8c','\x34','\xf8','\xac','\x96','\xbe','\xeb','\xc3','\xf5','\xb0','\x95','\x1c','\x8e','\x39','\x51','\x6e','\x83','\x30','\x76','\x45','\x99','\xb8','\x71','\x9d','\x79','\x15','\x44','\xf5','\x52','\xa0','\xc3','\x46','\x49','\x7c','\x25','\x03','\x97','\xf3','\xcb','\xdf','\xbf','\xf6','\xc0','\xeb','\x3a','\xba','\xae','\x95','\x94','\x3c','\xae','\x23','\x5f','\x5d','\xac','\xa2','\xa9','\x40','\xbb','\xa0','\xde','\x05','\xbb','\xbf','\x6a','\x55','\xf0','\xfa','\x75','\x6b','\xf5','\x4e','\xa2','\xde','\x8d','\xae','\x77','\xcd','\x80','\xd0','\x1a','\x62','\xb7','\x17','\xa2','\x40','\x54','\xeb','\x50','\x89','\x8a','\x92','\xa5','\xde','\xd8','\xae','\x9f','\xd6','\xb4','\x6f','\x39','\x0c','\x4f','\x72','\x0c','\xfd','\x11','\x47','\xcd','\xe4','\x82','\x12','\x0d','\x47','\xe9','\x28','\x54','\x44','\x03','\x8b','\xdb','\x5f','\x89','\x47','\x75','\xa8','\x4c','\xd6','\x99','\xe1','\xc0','\x67','\x6b','\xec','\x14','\x45','\xbc','\xac','\x2b','\xae','\xb4','\x39','\x85','\xec','\xa1','\xad','\x35','\x44','\x62','\x48','\x95','\xd2','\x8d','\xd1','\x34','\x01','\x53','\x3c','\xe9','\xb2','\xa1','\x2d','\xed','\x47','\xc4','\xc4','\xf3','\x3c','\x30','\xe6','\x84','\xdf','\x36','\xb4','\xde','\xf9','\x5d','\x33','\x10','\xf3','\x60','\x2c','\x71','\x87','\x81','\xb3','\xcc','\x68','\x1e','\xc4','\x38','\x10','\x09','\x3a','\x7e','\xe9','\x0e','\x91','\xa4','\xa9','\x5e','\xf6','\xc4','\x14','\xb8','\xa2','\x41','\x7b','\x91','\xb6','\xd7','\x90','\x5b','\x63','\x9a','\xd0','\x79','\xbb','\x12','\xaa','\xd2','\x72','\x15','\x6f','\xda','\xdd','\xc8','\x59','\x6f','\x2e','\x57','\x37','\x25','\xbf','\x50','\x02','\x6c','\xbc','\xb7','\x00','\x0f','\x9c','\x89','\x7e','\xa5','\x99','\xe9','\x68','\x59','\xc9','\xc7','\xe5','\xd6','\x84','\x57','\x73','\x07','\xd1','\x48','\x3c','\x1b','\x0c','\xd7','\x30','\xce','\x2b','\xf1','\x63','\x3c','\xcb','\xce','\x04','\xeb','\x38','\x4f','\x9c','\x33','\x97','\xb9','\x80','\x7b','\x47','\xdf','\x48','\xbd','\xf3','\xce','\x61','\x9f','\x18','\x81','\x79','\xd0','\xd5','\xac','\xef','\xb7','\x55','\xf8','\x26','\xd1','\x0e','\xc6','\x41','\x57','\x51','\xba','\x95','\x5b','\x91','\xb4','\x13','\x99','\xa4','\xc2','\x8d','\x89','\x1c','\x32','\x59','\x30','\x16','\x33','\x9e','\x26','\xf0','\x84','\x9d','\xef','\xd2','\xb4','\xcc','\x41','\xab','\xe0','\xee','\xd2','\x8b','\x4c','\xce','\xa9','\x98','\x63','\x30','\x99','\x6b','\x0e','\x0c','\x59','\x44','\x0b','\x10','\x8b','\x00','\xa6','\x8a','\xd1','\x08','\xd2','\xd3','\xda','\xd6','\xd9','\xd5','\xcf','\xea','\x3c','\x55','\xf7','\x84','\x49','\xd9','\xcc','\x20','\x9d','\x2e','\xca','\x90','\x47','\x5d','\x87','\xc6','\xee','\x62','\x77','\xe7','\xfa','\x31','\x47','\x9c','\x04','\x00','\x2c','\x1d','\x71','\x9e','\x18','\x70','\xe4','\x70','\x60','\x4e','\xec','\x00','\xe9','\x87','\x93','\xb1','\xde','\x4a','\x5b','\xa8','\xcc','\x7a','\x75','\x7d','\x41','\x5d','\x10','\xf5','\x46','\x5a','\xc7','\x39','\xd1','\x5e','\xdc','\xab','\xb8','\xf2','\xda','\xea','\x44','\x2f','\x2a','\xb1','\x44','\xe1','\x17','\xe3','\x95','\x9d','\x77','\x02','\x42','\xea','\x6a','\x6a','\xff','\xd3','\xbe','\xde','\x64','\xba','\xa2','\x73','\x47','\xa6','\x11','\x4c','\x8c','\x19','\x1f','\xc7','\x9c','\x40','\x86','\x4c','\x5a','\xb8','\xc3','\x18','\x36','\x15','\xff','\xd7','\x7d','\x18','\x01','\x31','\xaf','\x6a','\xc1','\x31','\x55','\x90','\x02','\x09','\x9b','\x72','\xbc','\xd4','\x60','\xca','\x1a','\xf7','\x10','\x8a','\x43','\xd9','\xa9','\x65','\x58','\x04','\xeb','\xda','\xf7','\x6b','\x01','\x5f','\x45','\x45','\x2d','\xe3','\xd6','\xda','\x2a','\xca','\xca','\xb5','\x8d','\x03','\x30','\xfb','\xca','\x17','\x66','\x42','\x73','\x6a','\xec','\xea','\xca','\x17','\x18','\x20','\x60','\xaf','\x8e','\xb5','\x2a','\xae','\xeb','\x1e','\xd5','\x77','\x14','\x78','\xa4','\x87','\x6a','\xfc','\x40','\xab','\xcf','\x05','\xff','\xee','\x33','\x61','\xfd','\xfb','\x8e','\x21','\x43','\x86','\x29','\x36','\x1b','\x62','\xdf','\x70','\xde','\x6f','\xf8','\xe5','\x39','\xf1','\x63','\x73','\xfc','\xb7','\xb7','\x37','\x1a','\x26','\x04','\xe0','\xbe','\x63','\x9e','\x9c','\xaf','\x33','\xe6','\x89','\x47','\xf0','\x99','\x99','\x01','\x7b','\x4b','\xb4','\x83','\xb3','\x5b','\x8a','\xcd','\x32','\xd5','\x09','\x7e','\x3d','\x87','\x2a','\xc6','\x7b','\x81','\x9d','\x59','\xc0','\x51','\x00','\x41','\x80','\xaf','\xba','\xf4','\x96','\x62','\x15','\x15','\xa5','\xde','\xf4','\x67','\x15','\xfb','\x89','\xd4','\x57','\xb1','\x99','\xea','\x94','\x12','\xcc','\x74','\xc5','\x9b','\x2a','\x9e','\xce','\xe3','\x40','\x20','\xf1','\xe3','\xdb','\x1b','\x11','\x20','\xfd','\xd7','\x21','\xfd','\x0e','\xb5','\x28','\x60','\x6c','\x48','\x2c','\xf0','\xb0','\x9e','\x7b','\x33','\xd9','\x63','\x6b','\xc9','\xbe','\xbd','\xff','\x15','\xdb','\xed','\x8d','\x6b','\x57','\xf7','\x50','\x34','\x42','\x76','\x9c','\x6b','\x40','\xad','\xaf','\xae','\x11','\xe4','\xd4','\xc8','\x7c','\x90','\x33','\xb2','\x9a','\xd3','\x41','\x74','\x8c','\x81','\xb1','\x1d','\x04','\x8a','\x72','\x02','\x46','\xfa','\x6f','\xeb','\x34','\x92','\x18','\xa7','\x3a','\xd6','\x21','\xb7','\xcb','\xd2','\x05','\x6a','\xe8','\x29','\x12','\xe8','\x6f','\xdb','\xb5','\xbe','\x5e','\x0a','\xcc','\x44','\x8d','\x9e','\xc8','\x15','\xd7','\x51','\xe0','\x95','\xae','\xb1','\xd1','\x09','\x82','\x7f','\xe6','\x18','\xc0','\x08','\x74','\xc4','\x72','\x38','\x2e','\xa6','\x4f','\x24','\x30','\x4d','\x6c','\x10','\x01','\x4c','\xd6','\x68','\xc5','\xbd','\xcd','\xc0','\x80','\x7e','\x3d','\x0d','\x7b','\x3a','\x72','\x6f','\xf8','\xf2','\xfe','\x8e','\xe7','\x7c','\xe2','\xdb','\xf1','\x40','\x7c','\xa3','\xf4','\xe1','\xcb','\xfb','\x17','\x64','\x03','\xce','\x0c','\xf6','\x4e','\xce','\x89','\x1e','\xc0','\xfb','\x7e','\xc3','\x86','\x4e','\x7f','\x81','\xe7','\x58','\x9a','\xaf','\xd8','\x4e','\xd4','\x7c','\x39','\x41','\x05','\xc8','\x08','\x8c','\x19','\x94','\xab','\x20','\x60','\x9f','\x0d','\xfb','\xd6','\xf0','\x17','\x6c','\x78','\x83','\xe3','\x3e','\x0f','\x7c','\x06','\x80','\xd9','\xf0','\xbe','\xdf','\x30','\x5a','\x87','\x0f','\xe0','\xa7','\xa0','\x5f','\xc0','\xf3','\x3c','\xf1','\xc4','\xc0','\x70','\x65','\xf2','\xcd','\x31','\xcc','\x31','\x5f','\xf4','\x98','\xaf','\x3f','\xbf','\x2b','\x80','\x7e','\xf9','\xf6','\x89','\xfd','\xdb','\x27','\x7e','\xf4','\x0d','\x37','\x34','\x60','\x0e','\x34','\x6b','\x88','\x74','\x4e','\x53','\x47','\xc2','\xbc','\x29','\xd9','\xd3','\x85','\x6b','\xe3','\xb9','\x3a','\x08','\x45','\xd1','\xa8','\x01','\x86','\x2b','\x19','\xf3','\x2b','\x10','\xda','\xd2','\x09','\xe5','\xaa','\x6a','\x2b','\x2f','\x35','\x73','\xa0','\x53','\xbc','\xda','\xbd','\x03','\x99','\xe2','\xb4','\x26','\xca','\x9c','\x60','\x2a','\xd9','\x36','\xd4','\x54','\x78','\x17','\x4a','\x05','\x25','\xf4','\xfc','\xdc','\xcd','\xfa','\xda','\x9c','\x1c','\xe2','\x04','\xc4','\x79','\xcd','\xf8','\x59','\x8b','\x0b','\x8e','\x94','\xb0','\x95','\x5d','\x2b','\xb9','\xad','\x18','\xd0','\xac','\x63','\xeb','\xfb','\x4a','\xf0','\x86','\x66','\x60','\x30','\x18','\xf0','\xee','\xba','\xb1','\xb3','\xe4','\xd1','\x44','\xef','\xbb','\x12','\xf4','\x85','\xe2','\x94','\x60','\xba','\x10','\xa5','\x59','\x87','\x00','\x2f','\xba','\x0e','\x9a','\xaa','\xe0','\x7b','\x32','\x68','\xe7','\xc8','\x45','\xaf','\x58','\x05','\x9e','\x37','\xcd','\x69','\x0a','\xbe','\xc6','\x3a','\x64','\xaa','\x00','\x29','\xfa','\x99','\x7e','\x62','\x15','\x04','\xb9','\x12','\x50','\xb3','\x26','\x30','\xea','\xa2','\x1f','\x45','\x8a','\xbf','\x2f','\x2d','\x54','\x25','\xd4','\x2c','\x9a','\x42','\x68','\x8d','\x5d','\x5c','\xf7','\xc4','\xe2','\x57','\x2e','\xe4','\x4c','\x0f','\xd1','\x0c','\x38','\xd3','\x71','\x27','\x3c','\x0b','\xb7','\x86','\x06','\x67','\x01','\xd4','\x20','\x74','\x37','\xd7','\x50','\x49','\xae','\x11','\x5f','\xeb','\x68','\xce','\x54','\x51','\xf5','\x7f','\xb0','\x8e','\x5c','\x06','\x19','\xde','\x17','\x92','\x59','\xba','\x89','\x19','\xa7','\x8a','\x54','\xf0','\x05','\xd9','\xf5','\xfc','\xf9','\x2e','\xec','\x42','\xf9','\xc0','\x43','\x2f','\x47','\xa2','\xc4','\xb3','\x4c','\xd9','\xb4','\xde','\x27','\xb3','\x86','\x2a','\x86','\x63','\x24','\xca','\xb2','\xb2','\x84','\x8a','\xcd','\x1a','\xd0','\xf7','\x75','\xc8','\x31','\x68','\x42','\x82','\x6a','\x1a','\x05','\x74','\xbe','\xa6','\x45','\x3f','\xad','\x42','\x7e','\xfd','\xd4','\x39','\xec','\xb9','\x8a','\x94','\xb2','\xb8','\xfc','\x7e','\x1d','\xfd','\xe6','\xda','\x13','\x88','\x33','\x41','\x21','\xbb','\x5d','\x87','\x96','\xd3','\xa5','\x85','\x4d','\xbe','\xdf','\xae','\x23','\x16','\xd5','\x5e','\x3e','\xac','\x7a','\xb5','\xdf','\xaf','\xa3','\x9a','\x5d','\x70','\xad','\x23','\x1e','\x50','\xa1','\x75','\xa4','\x44','\x17','\xbc','\xce','\xa2','\x60','\xd6','\x3c','\x82','\xaa','\xbc','\x4b','\x63','\x40','\x1c','\x53','\x02','\xcb','\xd4','\xbe','\xf4','\x4a','\x4c','\x0c','\x6e','\x32','\x83','\x88','\xc9','\x42','\xd7','\x1d','\xde','\x37','\x20','\x81','\x26','\xbb','\x71','\xd4','\x75','\x44','\x69','\xac','\x74','\x0e','\x58','\x1d','\x68','\x7c','\x8e','\xd4','\x0e','\x31','\x21','\x0f','\x18','\xbe','\xde','\x1a','\x93','\xc4','\x93','\xeb','\xae','\xc1','\xb1','\x99','\xc3','\x91','\x74','\xea','\x89','\xc4','\xd6','\x37','\xb8','\x12','\xac','\x40','\x60','\x8a','\xbe','\x82','\x34','\x1c','\x49','\x2b','\xd9','\x1f','\x67','\xc7','\x2e','\xa0','\xa1','\x89','\x02','\x3a','\x8d','\x60','\x0b','\xce','\x40','\xce','\x21','\xbe','\xb6','\x53','\x6b','\x94','\x53','\xe9','\x0e','\xbb','\xec','\x6e','\x13','\x6e','\x40','\xd8','\x0e','\x18','\xab','\xaa','\x65','\xcd','\xaa','\x75','\xbd','\x86','\x26','\x4b','\xd3','\x94','\xb0','\x55','\x2c','\x31','\x09','\xa2','\xcd','\x79','\x53','\xbc','\x61','\x21','\x50','\x6b','\x51','\x7f','\x69','\x6d','\x56','\x56','\xc0','\x69','\xf1','\x9b','\xe8','\x46','\x7c','\xe6','\x13','\x4c','\xc6','\x07','\xd8','\x61','\xb3','\xf9','\xff','\xd1','\xf6','\x2f','\x4b','\x92','\x24','\xc9','\x96','\x20','\x76','\x98','\x45','\x44','\xd5','\xcc','\xdd','\x23','\xf2','\x55','\xaf','\x7b','\xbb','\x81','\xb9','\x68','\x0c','\xcd','\x2c','\x66','\x0d','\x10','\xe1','\xff','\x97','\x58','\xcd','\x0e','\x18','\x80','\xa8','\x67','\xee','\xab','\xab','\xb2','\xf2','\x15','\x19','\x11','\xee','\x66','\xaa','\x22','\xcc','\x58','\x1c','\x66','\x51','\xf5','\x88','\xc8','\xba','\x77','\xba','\x07','\x96','\x14','\x95','\x59','\x1e','\xee','\xe6','\x6a','\xaa','\x2c','\xfc','\x38','\x7c','\xf8','\xb0','\x46','\xeb','\x83','\xef','\x27','\x05','\x51','\xdc','\x09','\xee','\x9d','\x41','\xcc','\x3a','\x13','\x51','\x76','\x0b','\x42','\x74','\x21','\x94','\x34','\xab','\x10','\x1c','\x19','\xfb','\x4e','\xda','\x6c','\x29','\x90','\x1a','\xbb','\x8c','\x54','\x43','\x54','\x83','\xd7','\xb4','\x5b','\xce','\xe9','\x34','\x2c','\xeb','\x05','\xcb','\x7a','\x41','\xad','\x8d','\xf1','\x27','\x40','\x17','\xdb','\x6e','\x30','\xec','\x90','\x5a','\xb0','\x3c','\x3e','\x51','\x71','\x0a','\xa1','\xd4','\x36','\x0c','\x5d','\x42','\x84','\xc7','\xe8','\xd7','\x6a','\xad','\xa8','\x42','\x9b','\xb3','\x7d','\xc0','\xbb','\x40','\x47','\xd0','\x3b','\xc8','\x11','\x66','\xe2','\x64','\xb3','\xd4','\x9c','\x09','\xa9','\x08','\xb0','\xdf','\x37','\xb8','\x73','\x99','\x2a','\xdc','\xb0','\x6f','\x3b','\x13','\x31','\x1b','\x28','\x8d','\xaa','\x52','\x5d','\xc8','\x56','\xa8','\x91','\xb4','\x0c','\x71','\x20','\x62','\x8b','\x07','\x52','\x0f','\x51','\xf2','\xe5','\xa3','\xc0','\xa1','\x0c','\xf8','\x79','\xfe','\x88','\x14','\x1e','\x15','\xc1','\x78','\xb9','\xc1','\xc7','\xe0','\xa2','\xc7','\xb6','\x20','\x05','\x5e','\x04','\x80','\xec','\x64','\x30','\x48','\x11','\xb4','\x22','\x50','\x1f','\x10','\xbb','\xc3','\x37','\x9e','\xd9','\xea','\x2c','\x80','\x37','\xa1','\xaf','\xf5','\x0e','\x70','\x1e','\x21','\xe2','\xb6','\xc5','\xcc','\xa6','\x78','\xec','\x33','\x89','\x5c','\x3b','\x8a','\x1b','\x8d','\xc2','\xb7','\x86','\xeb','\x31','\x68','\x00','\x65','\x33','\x28','\x44','\x07','\xd8','\x62','\x50','\x3d','\x6c','\x2c','\x68','\xb9','\x86','\x3e','\xc1','\xa8','\xb4','\x33','\x07','\xb0','\x84','\x2a','\x55','\xc6','\xe1','\x04','\x5b','\x00','\xd2','\x97','\xc7','\xd8','\x21','\x1a','\x5d','\x3c','\x91','\x53','\x11','\x86','\x78','\x9f','\x32','\x81','\xd3','\x04','\x68','\x22','\xf4','\xb1','\x6c','\x30','\xfe','\x76','\x71','\x83','\xba','\x11','\x01','\x91','\x98','\x8d','\xc9','\xea','\x23','\xfc','\x53','\xc6','\x2f','\x2a','\x4d','\xc6','\xdf','\xcd','\x5f','\x67','\x98','\x4b','\xbb','\xc1','\x7b','\x32','\x05','\x19','\xd2','\xff','\x0a','\xfd','\xd0','\x2c','\x08','\x3d','\x6c','\x18','\xa1','\x1e','\x27','\xf4','\x33','\xa4','\x51','\xf9','\xfc','\xbc','\x87','\x33','\xc7','\xd1','\x79','\x72','\xc4','\x6c','\x1e','\xc7','\x01','\x46','\x09','\x88','\x45','\x02','\xa4','\x18','\x1a','\xcc','\x91','\x70','\x63','\xe6','\x90','\x1e','\x94','\xb8','\xac','\x01','\x14','\x18','\x45','\x60','\x42','\xf6','\xcc','\x58','\x1a','\xee','\x6f','\x2f','\xf8','\xe5','\xfd','\x0d','\x6f','\x2a','\xf0','\x87','\x52','\x61','\x9b','\x41','\x76','\xc3','\x22','\x15','\x7b','\x77','\x4a','\xa5','\x83','\x6a','\x91','\x52','\x14','\xa8','\x2c','\x46','\x8b','\x0b','\x1a','\x1c','\x8b','\xb3','\xc3','\xd5','\xd1','\x49','\xe7','\x3a','\x7d','\xf6','\x04','\x31','\x0e','\xca','\x68','\xa1','\x2d','\xbb','\x06','\x73','\x21','\x1f','\x8c','\xc7','\xf3','\xe5','\x5c','\x64','\xab','\x29','\x2c','\xe5','\x33','\xd6','\xc1','\x83','\x89','\x13','\xb7','\x7c','\xdf','\x47','\xcc','\x57','\x0b','\x44','\x62','\x4e','\x2c','\xd4','\x0a','\xb7','\xfb','\x1d','\xad','\x35','\xbc','\x0d','\xea','\xde','\xed','\xbe','\x71','\x16','\x31','\xba','\x26','\x9e','\x73','\x97','\x62','\x80','\x18','\x85','\x66','\x24','\x3b','\x8d','\x32','\x77','\x5e','\xb6','\x76','\x85','\x14','\xc1','\x02','\x45','\xbd','\x87','\xa4','\x48','\x00','\x13','\x1a','\xf1','\x22','\x63','\x1a','\x3f','\xc1','\x98','\x00','\xd2','\x08','\x4a','\x9c','\x85','\x80','\x96','\x77','\x67','\x01','\xe4','\x0e','\xef','\xa4','\x8b','\xd6','\x59','\x70','\x3b','\xaa','\x04','\x18','\x17','\xfe','\x3e','\xe9','\xa2','\x80','\xa3','\x14','\xce','\x77','\x33','\x9d','\x26','\x95','\xb1','\x79','\xcb','\xd1','\xd4','\xc8','\x55','\xe8','\xeb','\x03','\x9b','\x21','\x40','\xc3','\xa0','\xfd','\x6a','\xef','\x62','\xc6','\x76','\x2d','\x05','\xe6','\x86','\xbb','\x91','\x9a','\x5c','\xa4','\x61','\x96','\xe9','\x99','\x47','\x25','\xf0','\x00','\x82','\x19','\x69','\xdb','\x8f','\xeb','\x82','\x6f','\x1e','\x9f','\x66','\xb1','\x2e','\x0e','\x6c','\xe2','\xb8','\x2f','\x40','\xbb','\x7e','\x8d','\xb2','\x56','\xfc','\xe5','\x87','\xbf','\xb2','\x08','\xba','\xbd','\xc3','\x4d','\x07','\x96','\xb2','\xf0','\xbe','\xba','\x41','\xbc','\x73','\x69','\x76','\x5b','\xb0','\x48','\xc3','\xfe','\x22','\xd8','\x7b','\xe7','\xf2','\xe8','\xaa','\xd8','\x4a','\xc7','\x10','\x47','\x93','\xd8','\x93','\xe7','\x06','\x19','\x0e','\x85','\xa1','\x01','\x68','\x0e','\xc8','\xf3','\x86','\xba','\x36','\x7c','\x75','\x59','\x01','\x00','\x2f','\x52','\xf0','\xb2','\x75','\x8c','\x0e','\xac','\xbb','\x42','\xb7','\x8a','\xab','\x3a','\xbe','\x57','\xc3','\x8b','\x1b','\x3e','\x78','\xc7','\x07','\x1b','\x78','\x96','\x8e','\x9b','\x03','\xbb','\x54','\xec','\xb5','\xe0','\xae','\x27','\xff','\x71','\x7a','\x7d','\x56','\x00','\xed','\x7d','\xa0','\xbf','\xbc','\x40','\x71','\xc3','\x46','\x08','\x07','\xad','\xac','\x00','\x62','\x8b','\x2c','\xf9','\x0f','\x87','\x03','\x4c','\x9f','\x14','\xff','\x70','\xb0','\xf9','\x95','\x07','\x39','\x9e','\x1e','\xe3','\x62','\x18','\xe0','\x29','\x61','\xfe','\xe4','\x95','\x3f','\x49','\xc9','\xbf','\xa0','\x13','\x64','\xcb','\xf8','\x54','\x24','\xcc','\xb7','\x8e','\xb3','\x35','\x3b','\x52','\x9e','\x0a','\x3d','\x7c','\xb8','\x45','\x19','\x00','\x39','\x8c','\xe6','\x31','\x97','\x12','\x6d','\x7e','\xc1','\x1c','\x00','\xd7','\x40','\xd7','\xf8','\x33','\x32','\x1d','\x76','\x22','\xd2','\x70','\x04','\xed','\x83','\xce','\xbc','\xd4','\x16','\x69','\x71','\x5c','\x04','\x04','\xb3','\x65','\xf1','\xe9','\x47','\x73','\x3b','\x7e','\x5f','\x18','\xec','\xeb','\xdb','\x14','\x46','\x79','\xfe','\x5c','\xf8','\xd2','\x82','\x52','\x3a','\x5b','\x8b','\x1d','\x0a','\x1a','\xe8','\x28','\xcf','\x90','\xcf','\x1b','\x98','\x03','\x91','\xaf','\xee','\xe9','\xcc','\xa4','\xb3','\xe5','\x7c','\xb4','\x9b','\xf9','\xd7','\xfc','\x7b','\xcd','\x60','\x24','\x3a','\x67','\x16','\x00','\x40','\x06','\x82','\x7a','\x13','\xdc','\x63','\x2f','\xc7','\x67','\xc1','\x81','\x4c','\x24','\xba','\xe8','\x02','\xbc','\x3c','\x7f','\xc4','\x06','\x01','\x86','\xa3','\xc5','\xc2','\xca','\x9c','\x5b','\xf0','\xcf','\xec','\x68','\xa6','\x1a','\x9c','\x8f','\xf8','\x3f','\xc2','\x8e','\x22','\x58','\xa7','\x8c','\xf4','\x94','\x89','\x1c','\x2c','\x12','\xd8','\x4d','\xe4','\xfb','\xd6','\x42','\xd4','\x25','\x07','\xf9','\x66','\x71','\x14','\xbf','\xc3','\x03','\x2e','\xc9','\x98','\x06','\x20','\xe6','\x8d','\x0e','\x34','\x6b','\x2e','\xbf','\x8b','\x84','\xbd','\x4c','\xe2','\xbd','\x46','\xc0','\x95','\x69','\x47','\xdd','\x52','\xfa','\xb7','\xd2','\x8e','\x4e','\xc1','\x32','\x7f','\xef','\xfc','\x68','\xf3','\x36','\xd1','\x8e','\x1c','\x32','\x39','\xfd','\x67','\x1b','\x92','\xb8','\xff','\xe7','\x3b','\x32','\xed','\xe8','\x34','\x4c','\x99','\x09','\x87','\xd9','\x98','\x1d','\xd3','\x57','\x76','\x14','\x05','\x27','\x37','\x8f','\x7f','\x7a','\x4f','\xbf','\x6c','\x47','\x32','\x13','\x18','\x8b','\xcf','\x9a','\x1d','\x90','\xe8','\x3c','\x46','\x91','\xa4','\x9e','\x48','\x37','\xed','\xbd','\xb6','\x36','\x9f','\xed','\xa4','\x45','\x3a','\x82','\xea','\xe9','\xf3','\x4f','\x2a','\xe6','\x68','\x53','\xc0','\x0b','\xd4','\x1d','\xe6','\x15','\xb9','\xb3','\x21','\x3b','\x7e','\xa9','\x26','\x36','\x8b','\x77','\x04','\x95','\xd5','\xe2','\x76','\x0a','\xbb','\x0a','\xe2','\x0c','\x3e','\xbb','\x0f','\x18','\x0a','\x4a','\xe5','\x62','\x52','\x53','\x00','\x3d','\x2e','\x42','\x93','\x9f','\x1e','\x88','\xab','\x83','\x41','\x47','\x89','\xb0','\x99','\x03','\x5d','\x1c','\x1d','\x14','\x02','\x18','\x06','\x3c','\xd6','\x02','\xd5','\x4b','\x74','\xf4','\xa9','\xb8','\x74','\x37','\x0e','\xf3','\xab','\x0a','\xd6','\x75','\x89','\x05','\x9d','\x1c','\x38','\x6f','\xcb','\x82','\x8a','\x82','\xee','\x59','\x9c','\x46','\x87','\x5a','\x05','\x75','\x69','\x2c','\xe4','\xc2','\x17','\x66','\x07','\x2b','\xc5','\x2b','\xb4','\x54','\xa8','\x46','\xeb','\x69','\xd2','\x23','\x4f','\x45','\x8e','\x28','\x4c','\x59','\x98','\xc0','\x11','\x05','\x89','\x4c','\xf4','\x16','\xa7','\x67','\x57','\x4a','\x43','\x29','\xd1','\xd5','\x91','\xf4','\x07','\x2c','\xb0','\x54','\x1b','\x0c','\x1c','\x46','\x86','\xe5','\x02','\x69','\xfa','\x87','\xb9','\xc7','\x05','\xc2','\xe7','\x60','\x7c','\x0e','\x75','\x09','\xaa','\x9a','\xd6','\x69','\x17','\x7d','\xe7','\x3c','\x26','\xd4','\x43','\x2c','\xc2','\xa3','\x23','\x6c','\x41','\xa3','\xd5','\xe0','\xa9','\x17','\x68','\x6d','\xa8','\x71','\x3e','\xda','\xf5','\x82','\xb6','\x5e','\x82','\x36','\x27','\xd3','\xd5','\xc2','\x1b','\x8a','\x5e','\xb0','\x2e','\x0d','\x75','\x5d','\x98','\x15','\x8c','\x81','\xee','\x83','\xf7','\xc8','\x8e','\x4e','\xa0','\x38','\xd8','\x81','\xf6','\x48','\x44','\x47','\x50','\x70','\x6a','\x83','\xc8','\xc0','\xc0','\x16','\x45','\x7c','\x99','\xee','\x3c','\x7d','\x06','\xc1','\x92','\x82','\xa5','\x5e','\xe0','\x42','\xbb','\x1c','\x7d','\x44','\x5c','\x89','\xb3','\xd5','\x1d','\x6e','\x1d','\x62','\x41','\x6f','\xd4','\xf4','\x65','\xb3','\xe6','\x8e','\xce','\x2d','\x69','\x77','\xb6','\xed','\x04','\x38','\x04','\x53','\x58','\x81','\x09','\x59','\xc5','\xe5','\xe1','\x01','\x0a','\xc1','\xed','\xc3','\xc7','\x34','\x5a','\x88','\xb2','\x3b','\x0c','\x70','\x2f','\xc7','\x76','\xbf','\xf1','\x19','\xa8','\x06','\xb5','\x27','\x40','\x3b','\xcf','\x6b','\x26','\x18','\xc0','\x54','\x8b','\x9d','\x28','\x0a','\xd6','\x78','\x06','\xcc','\xc3','\x5f','\x08','\xa5','\x90','\x25','\xe6','\x62','\xf3','\x0c','\xb2','\x46','\x8a','\xf3','\x05','\xda','\xc4','\x70','\x40','\x84','\xa0','\x4f','\x16','\x37','\x23','\xdf','\x77','\xfa','\x85','\xd8','\x13','\x83','\x14','\x44','\x38','\xcf','\xe9','\x44','\xd1','\xf0','\xa9','\x6f','\x8f','\xe4','\x5d','\x04','\x53','\xd8','\xc0','\x3f','\xf9','\x96','\xf3','\xb7','\xa6','\x0f','\x8e','\xba','\x61','\x9e','\x75','\xba','\xd1','\xec','\x42','\xc8','\xf4','\x25','\x13','\x20','\x4b','\x8a','\x93','\xe4','\xe7','\x4f','\xa0','\x2a','\xff','\x27','\x80','\xd0','\xb8','\x07','\xa9','\xf8','\xc6','\xbc','\x95','\xcf','\x69','\xce','\x64','\x9a','\x1d','\x1d','\xde','\x41','\x5f','\x2a','\x25','\xba','\x1c','\x21','\x32','\x92','\x63','\x0f','\x29','\xb0','\x21','\x0e','\xce','\xc5','\xe9','\x41','\x93','\x4e','\x5a','\x58','\xba','\x73','\x15','\x02','\x1a','\x49','\x8d','\x3f','\x04','\x4d','\x74','\x0e','\xc0','\x7b','\xcc','\x92','\x75','\x84','\xb0','\x87','\x67','\xf4','\x55','\xaa','\x74','\x15','\x45','\x41','\x41','\x85','\x42','\x7b','\x01','\x2a','\x91','\xf7','\xa9','\x38','\x97','\xb4','\xf9','\xf0','\xff','\x4b','\xab','\x10','\x54','\x32','\xe4','\xe3','\x21','\x14','\x27','\x98','\x1a','\x77','\x2e','\x68','\x55','\x76','\x14','\x2c','\x79','\xdb','\xe6','\x73','\xf1','\x39','\x72','\x90','\xaf','\x9c','\x03','\x06','\xf8','\x5c','\xcf','\x8a','\x7c','\xc0','\x41','\x4b','\xce','\xa5','\xce','\x54','\x7e','\xe4','\x1a','\x8d','\xfb','\xb6','\x9f','\xec','\x94','\x76','\x34','\x81','\x57','\x51','\xc0','\x80','\xdb','\xed','\x05','\xb9','\xf0','\x15','\xee','\x54','\x74','\x4c','\xff','\x94','\x5c','\x72','\xfe','\xf0','\x01','\xdc','\x89','\x44','\xdc','\x18','\x90','\x2a','\x80','\x2b','\xdf','\x67','\x08','\x77','\x0e','\x25','\x08','\x14','\xdd','\x9f','\x6e','\xc6','\xc2','\x2b','\xe2','\xbf','\x8a','\x33','\x44','\x04','\x7b','\xc1','\xb2','\x95','\x22','\xbc','\xbe','\x6d','\xe3','\x3e','\xb2','\xde','\x73','\x05','\x86','\x03','\x03','\xb0','\xca','\xc8','\x64','\x4e','\x0a','\xa3','\x8d','\x14','\xff','\xa0','\x87','\x28','\x39','\x67','\x16','\x63','\x01','\x29','\xd0','\x35','\xe7','\xe5','\x80','\x57','\xac','\x2c','\xb8','\x84','\x4c','\x3a','\x8b','\x68','\x4b','\x60','\x56','\x14','\x23','\x66','\x2a','\xd9','\xb9','\x0b','\x15','\x40','\x75','\x24','\xb5','\x33','\xab','\xa8','\xa4','\x1d','\x4a','\x80','\x8d','\x70','\x7f','\x45','\x3f','\x3c','\x76','\x11','\x3a','\xca','\x52','\x50','\x17','\xe0','\x65','\xdb','\x71','\x59','\x16','\xbc','\xbd','\x3e','\x62','\x6c','\x3b','\x3e','\xf4','\x0d','\xf7','\x8f','\xbf','\xe2','\xa9','\x5d','\xf1','\x74','\x79','\x40','\xab','\x0d','\x0f','\x4f','\x6f','\xb0','\x68','\xc5','\xfd','\xde','\x71','\xbf','\xbd','\xa0','\x0c','\xc1','\xd2','\x5a','\x8c','\x59','\x58','\xcc','\xe7','\xe8','\xac','\x1a','\x18','\xfd','\x33','\xb7','\x8c','\xcf','\xa9','\xfc','\xb7','\x98','\x01','\xa5','\x60','\xad','\x2b','\x4a','\xa9','\xd8','\xbc','\xa3','\xef','\x03','\x7d','\xdc','\x50','\xd7','\x82','\x47','\x01','\x65','\xbe','\xa5','\x40','\xd4','\x51','\xeb','\x42','\x79','\x6c','\x11','\x0c','\xad','\xe8','\x7a','\x4a','\x62','\x4e','\xaf','\x2f','\x4c','\x06','\x09','\x7a','\xef','\x78','\xe9','\x1d','\xf7','\x28','\x65','\xae','\x26','\x58','\x74','\xa5','\x73','\x84','\x4d','\x95','\x88','\x3c','\xb8','\x30','\xe7','\xee','\x88','\x48','\x76','\xce','\xc6','\x7f','\x7a','\xdb','\x57','\xb9','\xac','\x46','\x82','\x94','\x6d','\xce','\x34','\xee','\xf3','\xd0','\x68','\xd2','\x68','\x78','\xac','\x23','\xf8','\xc7','\x61','\xcc','\x44','\x32','\x11','\xb3','\xc9','\xdd','\x07','\xa6','\x23','\x00','\x28','\x79','\x6b','\xc6','\x04','\x8c','\x87','\x4e','\x50','\xb5','\x52','\xf3','\x5d','\x2c','\x2a','\xf0','\x9c','\x6f','\x88','\xf6','\x3e','\xd2','\x89','\x66','\x66','\x1f','\x2d','\x59','\x30','\xf9','\x77','\x73','\x6e','\xed','\x2d','\x11','\x74','\xe2','\x77','\xe6','\x60','\xee','\xe4','\xb9','\xe6','\x67','\x89','\xa4','\x93','\x9f','\xc2','\x66','\x47','\x23','\x25','\x2b','\x3f','\x8d','\x03','\x79','\xbb','\x72','\x86','\x02','\x9f','\x7d','\x8b','\xcf','\xc0','\xe0','\x72','\x1c','\x9a','\x91','\x37','\x2c','\x12','\xbf','\xe9','\x10','\x4f','\x4e','\x96','\xff','\x8e','\xdf','\x10','\x06','\x9e','\x8e','\x6c','\xcc','\xae','\x58','\xba','\x3b','\x1e','\x8a','\x44','\xd8','\x50','\x14','\x7d','\xe3','\xf2','\xc0','\x5a','\xd9','\xca','\x3d','\xba','\x25','\x87','\xa2','\x58','\xb6','\xbf','\x0d','\xc0','\xf3','\xfd','\x19','\x39','\xa4','\x7a','\x35','\xc7','\xa2','\x97','\xc3','\x8e','\x6c','\x20','\x35','\xeb','\x65','\x56','\xb1','\x06','\xc4','\x2c','\xc2','\xec','\x10','\xfc','\x37','\xda','\xd1','\x6e','\xdc','\xa8','\x9c','\xff','\xf0','\x1a','\xa3','\xb0','\x4d','\x3b','\x8a','\x7b','\x60','\x91','\x28','\x31','\x70','\xf2','\x73','\x4c','\x15','\x37','\xa7','\x7c','\xb0','\xcd','\x7b','\x47','\xdb','\xc9','\xdb','\xce','\x05','\x87','\x80','\x4a','\xa5','\x13','\x3e','\xd9','\x91','\x9c','\x9c','\xbe','\xe7','\x33','\x31','\x23','\x5a','\x92','\xbb','\x1b','\x3e','\xb1','\x23','\x8d','\xb9','\xaa','\xe4','\x7f','\x1f','\x76','\x64','\x80','\x13','\xd9','\xc9','\x42','\xe3','\x0b','\x46','\x92','\xf9','\xc4','\x2b','\x3b','\xfa','\xf4','\x3b','\x58','\x17','\x04','\x15','\x4c','\x63','\xf0','\x99','\x77','\x82','\x05','\x42','\xb2','\xd3','\xfe','\x96','\x1d','\xc5','\xff','\xc9','\xcf','\x39','\x7d','\x43','\xdc','\x27','\xc7','\x09','\xa5','\x12','\x26','\xf0','\xdb','\xe0','\x90','\x65','\xad','\x95','\xaa','\x86','\x12','\x77','\xc6','\x85','\x08','\x75','\xf0','\xaa','\xc7','\xf0','\x3c','\xca','\xf3','\xdc','\xb3','\x33','\x99','\x0b','\xe2','\x1c','\x5b','\x27','\x72','\x6b','\xf1','\xde','\x29','\x9a','\x42','\x60','\x5b','\x66','\x21','\x99','\x89','\x51','\x5e','\x2b','\x93','\x00','\xca','\x01','\xc3','\x0d','\x6b','\xaf','\xa4','\x07','\x74','\x03','\x3a','\x50','\xe0','\x58','\x2c','\x64','\xcb','\x23','\x69','\xa3','\x4e','\x8d','\x13','\x54','\x69','\x21','\x4c','\x00','\xc3','\x3d','\xa8','\x4d','\xe6','\x03','\xb7','\xfe','\x8c','\x51','\x76','\x34','\xad','\xf0','\x42','\x69','\xd6','\xdd','\x76','\x08','\x0c','\xb5','\x5d','\xb0','\xac','\x0d','\x7b','\xdf','\x71','\xdf','\x3b','\x6a','\xa9','\xa8','\x6b','\x63','\xf1','\xe1','\x8d','\xcf','\x63','\x74','\xee','\x6b','\x72','\xc7','\x9c','\x24','\xc9','\x81','\xea','\x3c','\x27','\x02','\x40','\xd8','\xd9','\x2c','\x45','\x8f','\x24','\xcd','\xc1','\x00','\x52','\xe9','\x17','\x72','\x76','\x61','\x76','\x38','\x3f','\x71','\xcd','\xaa','\x4c','\x98','\x13','\xf4','\xc8','\xc2','\x67','\xa2','\xeb','\x88','\x5d','\x2d','\xad','\x40','\x5d','\xf1','\xbc','\xdf','\x69','\xe7','\x01','\x16','\xb9','\x04','\x45','\x26','\xa8','\x88','\xbc','\x3b','\x2c','\x38','\xb4','\x96','\x79','\xd6','\x89','\xea','\x0f','\x6c','\xfd','\x0e','\x73','\xc7','\xb2','\xac','\xa8','\xb5','\x86','\x10','\xc7','\xa1','\x30','\x59','\x02','\xb9','\x44','\x6d','\x68','\xa5','\xa2','\x38','\xf9','\xfb','\x65','\x59','\xa8','\x3a','\xd7','\xda','\xf4','\x15','\x3d','\x58','\x98','\xd5','\x38','\xe3','\xc3','\x5d','\x1f','\xbc','\x6a','\xf5','\x20','\x30','\xe7','\xb0','\xbc','\x08','\x64','\xb0','\x03','\xea','\x7b','\x27','\x35','\x06','\x08','\x4a','\x99','\xc2','\x54','\x31','\x6c','\x8b','\xf4','\xf1','\x3c','\x8f','\x11','\x24','\x24','\x03','\xe0','\x03','\xd7','\xcb','\x0a','\x83','\xe2','\x7e','\x7b','\x61','\x00','\x0e','\xc0','\xab','\x94','\x9c','\xcf','\x64','\x72','\xd4','\x44','\xa7','\xfd','\x9f','\x7d','\x40','\x9e','\x9f','\xb1','\x0f','\xec','\xfb','\x8e','\xd6','\x38','\x97','\x97','\x4a','\x54','\xaa','\x8a','\x87','\xeb','\x03','\xbe','\xfd','\xee','\x3b','\xc0','\x1c','\xbf','\x0c','\xc7','\x76','\xdf','\x70','\xf7','\x1b','\xfa','\xbe','\x61','\x2f','\x87','\xea','\x52','\xfa','\x82','\x52','\x5a','\x0c','\xe8','\x7b','\x14','\xf7','\x65','\xd2','\xbc','\xc9','\x52','\x10','\xe4','\xd0','\xfc','\x54','\x65','\x0b','\x2d','\x78','\xe6','\xb9','\xb1','\x14','\x55','\x0b','\x8a','\xe4','\x5f','\xf1','\xfb','\xd2','\x1f','\x79','\x80','\x1a','\xc3','\x12','\x38','\xcc','\xf7','\xca','\xe4','\x0d','\xd3','\x3f','\x94','\xa2','\x91','\xec','\x7b','\x50','\xc0','\x3c','\xbc','\x41','\x1e','\xc4','\xe3','\xde','\x4a','\xce','\xcc','\x4a','\x24','\x63','\xe1','\x52','\xe6','\x42','\xd0','\xdf','\xaa','\x80','\xa6','\x07','\x9b','\xc7','\xfb','\x95','\x87','\x9b','\xe5','\x84','\x60','\x26','\xa5','\xec','\xaa','\xc8','\xf1','\xde','\x19','\x0b','\xc6','\xe7','\xde','\x51','\x90','\x20','\xe2','\xeb','\xaf','\x1d','\x68','\xa0','\xc0','\xc7','\x40','\x89','\xf7','\xcb','\x22','\x88','\x3e','\xa2','\x86','\xfd','\x20','\x66','\xa3','\xa2','\xc0','\x89','\xb8','\x92','\xff','\xdb','\x82','\x96','\x87','\x3c','\x73','\xf3','\x73','\x1c','\x40','\x68','\x02','\x4c','\x2a','\x41','\xa3','\x3f','\xc5','\x04','\xb8','\x60','\x78','\xce','\xec','\x46','\x22','\x6e','\x49','\x3d','\x0b','\xaa','\x64','\x2b','\x28','\x06','\xe8','\x30','\x48','\x1f','\x93','\xce','\x65','\x62','\xf3','\xf9','\xe6','\x79','\x2f','\x2a','\x24','\xaf','\x4a','\x16','\x98','\xc2','\x41','\xf4','\xc8','\xc5','\x30','\x0c','\xa8','\x04','\x0a','\xb3','\xc8','\x39','\xc7','\xda','\xf9','\x4c','\xdc','\xa7','\xad','\xe7','\x9d','\xcb','\xae','\x84','\xc4','\xb3','\x35','\x3f','\x66','\xdd','\x26','\x90','\x1b','\x45','\x61','\xaa','\x1f','\xf6','\xde','\xe3','\x33','\xd1','\xbe','\xe6','\xae','\xac','\xf0','\x53','\xb5','\x56','\x38','\x1c','\x2f','\x2f','\x2f','\xc8','\x8e','\x4e','\x2b','\x05','\x28','\xf5','\xc8','\x43','\x5f','\xf9','\x7a','\xc7','\x5c','\x21','\x11','\xe3','\x0b','\xb9','\xa8','\xdb','\xbb','\x50','\x28','\xc8','\x04','\x4b','\x5b','\xb0','\xb4','\x03','\x68','\x19','\x6e','\xe8','\x7d','\xc3','\xd8','\x3b','\x9f','\x4c','\x14','\x9e','\x14','\xa3','\x48','\x9b','\x90','\x83','\x6e','\x3b','\x06','\xc6','\xde','\xa7','\x12','\x9f','\x85','\x44','\x37','\x44','\xd8','\x15','\x9a','\xb9','\x49','\x3c','\x7b','\x4b','\x97','\x9e','\x5d','\x7e','\x81','\x6a','\xf8','\x4c','\xe3','\x2c','\x9d','\xcc','\x39','\x41','\x90','\xee','\x39','\x80','\xde','\x1d','\x7e','\x12','\x48','\x18','\x01','\x9e','\xf1','\x7e','\x3a','\x10','\xc2','\x5d','\x00','\x58','\xa8','\x47','\x3c','\xd7','\x60','\x8f','\x38','\x92','\xea','\xcb','\x33','\xc2','\xb3','\x2c','\xf3','\x5c','\xc1','\x63','\x2e','\x28','\xed','\x41','\xb9','\x97','\x4a','\x01','\x8c','\x7d','\xa0','\xd5','\x86','\x3f','\xfc','\xee','\x77','\x58','\x6a','\xc5','\x7f','\xf9','\xe5','\x47','\x3c','\x8f','\x0e','\xb5','\x67','\x34','\x17','\xac','\x8f','\x15','\xeb','\xdb','\x47','\xac','\xaa','\x78','\xf7','\xfc','\x13','\x3e','\xbe','\x7c','\xc0','\x43','\x59','\x51','\x1f','\xde','\x70','\xc7','\x4f','\xef','\xa4','\x44','\xe7','\xb3','\x91','\x42','\x76','\x51','\x30','\x35','\x10','\x5d','\xe5','\xbe','\x53','\x99','\xd3','\xf3','\xfb','\x97','\x4a','\xc0','\x78','\x54','\xec','\x7e','\xc3','\x3d','\xc4','\x18','\x8a','\x53','\x4d','\xf4','\x22','\x0d','\xa4','\x17','\x01','\x56','\x10','\xe3','\x3a','\x8a','\xe0','\xc7','\x7f','\xf6','\xfa','\xac','\x00','\x52','\x8d','\xa2','\x01','\xd1','\x62','\xcb','\x03','\x29','\x82','\x44','\xc1','\xb3','\xbc','\xe0','\x7f','\x24','\x6f','\x3d','\x9d','\xbc','\x7e','\x31','\xa1','\x9f','\x5f','\x9b','\x7f','\xf7','\x79','\x91','\x94','\x4e','\xec','\x7c','\xa8','\x52','\xba','\x30','\x9d','\x55','\xfe','\xdc','\xd1','\x79','\xf0','\x04','\xa7','\xe2','\x65','\xaf','\x0e','\x64','\x16','\x46','\x73','\x41','\x59','\xfc','\xda','\x44','\xa4','\x2d','\xe8','\x09','\x7c','\xd3','\x70','\x66','\x99','\x6c','\x02','\xb3','\xa0','\x98','\x73','\x25','\xa2','\xc8','\x65','\x82','\xb3','\xfd','\x0b','\x3a','\x26','\x0b','\xe3','\x4f','\x44','\x63','\x26','\xb3','\x9f','\x4d','\x67','\xff','\x7b','\x5e','\x72','\xfc','\xef','\x09','\x1d','\x3a','\x07','\xd1','\x7c','\xaf','\x4f','\x63','\xc4','\x67','\xb7','\x5f','\xe4','\x40','\x65','\x4e','\x7f','\x29','\x91','\x22','\x7b','\xdc','\x97','\x57','\x1d','\xa3','\xf8','\x9a','\x44','\xe2','\x7b','\xba','\x9a','\x38','\xb1','\x44','\xa2','\xf2','\x20','\xe5','\xbd','\x4e','\xdb','\xf0','\x13','\x5d','\x31','\xe7','\x83','\xd2','\xa9','\x6a','\x9c','\x7a','\x06','\x04','\x0f','\x30','\xd2','\x26','\x87','\x58','\x63','\x98','\xf4','\x8b','\xaf','\x4f','\xec','\x28','\xd1','\x89','\x4f','\xef','\xdc','\xd9','\x8e','\x1c','\xe0','\x10','\xe3','\xa7','\x76','\x94','\x85','\xcf','\xc9','\x8e','\x8e','\x2b','\xf5','\x19','\xd8','\x27','\xb9','\x4d','\x01','\x17','\xa6','\xc3','\xf9','\x9b','\x26','\x6d','\x43','\x28','\xab','\x3e','\x15','\x82','\xf4','\x40','\x62','\x71','\xbe','\x96','\xfc','\xf5','\x10','\xa4','\x12','\xd2','\x2b','\x3b','\x12','\xa1','\x1d','\x59','\x2c','\xe1','\x8d','\x20','\x93','\xc5','\xe5','\x1c','\xda','\x4a','\x33','\xfa','\x9b','\xf6','\x74','\x3c','\xdf','\x7f','\xd3','\x8e','\x92','\x52','\xe2','\xaf','\x7f','\xfa','\xf5','\x8d','\x7d','\x6d','\x47','\x59','\x44','\x1e','\xc1','\x2e','\x3e','\xa3','\xc5','\x7f','\x53','\x2a','\x2e','\x9c','\x5a','\x06','\x46','\xe4','\xff','\x99','\xf7','\xc4','\x06','\x29','\x2a','\xc7','\x27','\x09','\xc0','\xc1','\xa3','\x20','\x8d','\x14','\xc7','\x61','\x27','\x5a','\xa7','\x73','\x56','\x41','\x05','\xba','\x90','\x5f','\x1c','\xd5','\xdc','\xcc','\x88','\xb8','\xcf','\x46','\x20','\x92','\x33','\x19','\x79','\xdb','\x4e','\x01','\x3a','\x67','\x6c','\xc4','\xe1','\xdb','\x08','\x5e','\xf7','\x88','\x99','\x3d','\x3e','\xa3','\x2a','\x80','\x43','\xe1','\xc2','\x59','\x9d','\x99','\xc4','\x69','\x85','\x97','\x42','\xd6','\x19','\x0c','\xad','\x90','\xfb','\xbf','\x6d','\x77','\xec','\xb6','\x63','\x01','\x3b','\x2a','\xda','\x0a','\x2e','\x35','\x0a','\xc3','\x22','\xd8','\xfa','\x9d','\x74','\x8d','\x3e','\x50','\xb4','\xe3','\x22','\x03','\x6b','\x5b','\x50','\x4a','\x8b','\xce','\xa6','\xa2','\xa0','\xa2','\x6f','\x2c','\x9e','\x92','\x9a','\x99','\xfb','\x31','\x88','\x90','\xc6','\x7e','\x9b','\xb0','\xd8','\x82','\xdc','\xbd','\x86','\x99','\x0c','\xa4','\xc2','\xd8','\x88','\x20','\x06','\xf5','\xa3','\x33','\x74','\xa2','\xc1','\x51','\x49','\x4c','\x4e','\xf7','\xc4','\xa3','\x33','\x7a','\x1c','\xb6','\x14','\xa3','\x29','\x3d','\x90','\xed','\x54','\x92','\x8b','\x19','\xa7','\xb9','\x9d','\x5e','\xc0','\x65','\x78','\x00','\xb6','\x7d','\xc7','\xfd','\xb6','\xcd','\x1d','\x1d','\xa2','\x1c','\x54','\x5e','\x4a','\x45','\x6e','\x22','\x4f','\xca','\x6b','\x11','\xf2','\xde','\x4b','\x69','\x28','\x6d','\x85','\x2f','\x85','\xb4','\x41','\x07','\xa5','\xa0','\x97','\x05','\xa5','\x2e','\x2c','\x72','\x12','\x4c','\x30','\x83','\x0f','\x81','\xf6','\x78','\x9f','\x5a','\x23','\x68','\x35','\x2c','\xa3','\xa1','\x8d','\x11','\xfe','\x27','\x0a','\xba','\x61','\xd0','\x3a','\x60','\x65','\x84','\xe8','\x85','\x53','\x1e','\xda','\x82','\xaa','\x15','\xc5','\xfa','\x4c','\x00','\xc3','\x43','\x5a','\xd8','\x9a','\x9b','\x61','\xdf','\x77','\xca','\xc5','\x3e','\x6f','\xe8','\xe3','\x0e','\x81','\x4c','\x30','\x4c','\x2c','\xc5','\x45','\x98','\xc8','\x68','\xfa','\x15','\x1c','\xb6','\x0e','\xf0','\x7d','\x8e','\xae','\xab','\x52','\xcd','\x2a','\x92','\xd1','\x56','\x1b','\xae','\x4f','\x8f','\xf8','\xea','\xed','\x5b','\x34','\xad','\x10','\x03','\xee','\xf7','\x17','\xbc','\xdc','\x9e','\xb1','\xdf','\xa8','\x52','\xb8','\xac','\x2b','\x97','\x45','\x2e','\xcb','\x29','\x81','\x4f','\xc0','\x88','\xe7','\x64','\x2a','\x53','\xb9','\xc1','\x4c','\x28','\x98','\x13','\xe7','\x29','\x4f','\xf6','\xec','\x6a','\x9c','\x92','\x6d','\xd6','\x79','\x63','\x32','\x2e','\x64','\x9c','\x66','\x0c','\x01','\x52','\x3e','\x3d','\x37','\xd0','\x1f','\x7e','\xed','\xf3','\x2e','\x7c','\x18','\xc3','\x04','\x7d','\x5e','\x7b','\x15','\x71','\x26','\x5f','\xe3','\xf8','\xee','\xf9','\x0e','\xf3','\x5e','\xe5','\x81','\xfd','\xb4','\xba','\x39','\x7d','\xef','\xe1','\x79','\x5e','\xbf','\xce','\x31','\xd1','\x9d','\x9f','\x09','\xa2','\x40','\x29','\x28','\x72','\xfa','\x3a','\x8e','\x58','\x91','\xf7','\x64','\xc6','\x7d','\xf7','\xe3','\xef','\x4e','\x6f','\x98','\x9d','\x1b','\x77','\xc7','\x50','\xd2','\x8f','\x53','\x95','\x92','\xb5','\xa5','\x43','\x42','\x92','\x3f','\xe9','\xc6','\xe9','\xff','\xce','\xd7','\xef','\x51','\x00','\x71','\x66','\x88','\xca','\x7a','\x53','\xcd','\xd6','\x03','\x42','\x2c','\x19','\x5d','\x8f','\x27','\x75','\xc4','\x7e','\x41','\x31','\x87','\x79','\x2a','\xf5','\x12','\x8c','\x74','\xa5','\x8d','\xb1','\x60','\xa1','\x1f','\xee','\xc3','\xb1','\x6d','\x03','\xdb','\xb2','\x61','\xdb','\x76','\xc8','\x6e','\xd0','\xcd','\x50','\x4a','\xee','\xef','\x72','\xf8','\x50','\x98','\x24','\x39','\x4b','\x00','\x71','\x94','\x41','\x3a','\x97','\x4d','\xb3','\x39','\x46','\x03','\xf2','\x7e','\xbd','\x7a','\x66','\xa7','\xff','\x3e','\x17','\x41','\xf3','\xfb','\xe4','\xe8','\x66','\x65','\x6b','\xec','\x9c','\xcb','\xe4','\x8b','\xc0','\xe2','\x91','\x67','\x71','\xa4','\xc2','\xe7','\x6c','\xb5','\x44','\xc1','\xe4','\x12','\x1d','\xe4','\x2c','\xb4','\x03','\xf8','\x48','\xe0','\x56','\x94','\x20','\x8c','\x19','\x3b','\x2e','\x0e','\x50','\x70','\x00','\x3e','\x7f','\xa7','\x1a','\x81','\x68','\xeb','\x04','\xcb','\x45','\xb8','\x7a','\x82','\x85','\x45','\xd0','\x8f','\x07','\x63','\x08','\x15','\x4e','\x39','\x6e','\x61','\xc6','\xbd','\x46','\xc7','\x67','\x88','\xd9','\x46','\x73','\xc0','\x7b','\x8c','\x6c','\x60','\x16','\x99','\x1a','\xf7','\x66','\xe4','\x7f','\xe7','\x4d','\x9d','\xf6','\x25','\x07','\xcb','\x67','\x02','\x0f','\x1e','\xb3','\xd2','\x3a','\x73','\x1d','\x11','\xaa','\x87','\xe6','\xca','\x10','\x39','\xfd','\xcc','\xbc','\x7f','\x11','\x08','\x35','\xae','\x2f','\x73','\x33','\x39','\x65','\x69','\x05','\x41','\x35','\x9c','\xb9','\x7d','\x9c','\x79','\x1c','\xe7','\x22','\x0b','\xf9','\x7c','\x3a','\xfb','\x7d','\xc3','\x8d','\x0b','\x7d','\xf0','\xf0','\x70','\xc5','\x65','\xbd','\xe0','\xe1','\xe1','\x0a','\x28','\xf0','\xfd','\x8f','\x3f','\xa2','\xdb','\xc0','\xf3','\xfd','\x05','\x2a','\x94','\xf2','\xb6','\x65','\x81','\x47','\x41','\x5b','\x6a','\x83','\x17','\xc1','\xd6','\xe9','\x4f','\x32','\xcb','\x73','\x1c','\x1d','\x27','\x52','\xfa','\x40','\xea','\xa4','\x1b','\xc6','\xed','\xce','\xfc','\x91','\xa3','\x9b','\xe1','\x0e','\x14','\x55','\x05','\x97','\xb6','\x72','\x7f','\x54','\x21','\x6b','\xa0','\x39','\x01','\x41','\x05','\x29','\x8f','\x43','\x1d','\x26','\xec','\xf8','\xb7','\x2f','\x37','\x80','\x3e','\x2f','\x80','\x44','\x15','\xb5','\x56','\x2c','\x0e','\x94','\xb8','\xb9','\x54','\x7d','\xc1','\x94','\xf2','\x23','\xbd','\xd5','\xa6','\x03','\xc9','\x84','\xf0','\x70','\x5c','\x5f','\xfe','\x65','\xf3','\x35','\xab','\xf8','\xac','\x46','\x0e','\x87','\x12','\xdf','\x30','\xdf','\xef','\xc8','\x35','\xfd','\xb3','\xb7','\xcd','\x9f','\x4f','\x29','\xd9','\x44','\xca','\xcf','\xaf','\x59','\x35','\xdb','\x79','\x71','\x59','\x24','\x09','\xc6','\xff','\xe3','\xc7','\x69','\xe6','\x5f','\x46','\x11','\x75','\x96','\x83','\x1e','\xec','\xfb','\x53','\x11','\x28','\xd4','\xd7','\x6c','\x84','\x72','\x91','\xea','\xe4','\x93','\xe6','\x20','\xe4','\x70','\x9b','\x87','\x7c','\xa2','\xb6','\xc7','\x85','\xbf','\xba','\x17','\x9f','\xbd','\x18','\xc7','\x00','\x1c','\xd2','\x80','\x47','\xca','\xcd','\xdb','\xf3','\x4a','\xca','\x71','\x24','\x4a','\x8c','\x03','\x69','\xd1','\x7c','\x93','\xd3','\x4f','\x7e','\xa2','\xb6','\xc6','\x73','\xc7','\x16','\x29','\x54','\x0e','\x6a','\x44','\x38','\x13','\x01','\x20','\x9a','\xc5','\x5f','\x7c','\x5d','\x72','\x3e','\x87','\x08','\x48','\x2e','\x3c','\x83','\xa4','\xf0','\x40','\x56','\x26','\x4c','\x7e','\x5b','\x69','\x9c','\x2f','\x31','\x26','\xaf','\x91','\x87','\x80','\x1d','\x06','\x7d','\xed','\x38','\xf5','\x64','\x47','\x5f','\xac','\xa2','\x3f','\x79','\x9d','\xae','\x09','\xc0','\x7f','\x93','\x1d','\xb1','\xb6','\xf8','\x0d','\x3b','\xf2','\x40','\xc1','\x01','\x1c','\x62','\x1b','\xc7','\xcf','\x66','\x7b','\x3a','\x8b','\x18','\x97','\xa4','\x71','\xf9','\x0c','\x66','\x49','\xdd','\xcc','\xdd','\x53','\xa5','\x68','\x24','\x25','\x1e','\x5b','\xe9','\x8d','\x5b','\xb1','\x6b','\x3d','\x06','\x6a','\x85','\x81','\x11','\x86','\xa0','\x4c','\xf9','\x67','\xbf','\xdb','\x4f','\xd7','\xf8','\xe9','\x4b','\x80','\x14','\x3f','\x9b','\xf2','\x93','\x5f','\xb4','\x23','\x65','\xe6','\x43','\x3b','\x32','\x1c','\xa8','\xb5','\xc6','\x59','\xff','\xb7','\xec','\xc8','\x67','\x92','\xc0','\xe6','\x26','\x13','\x22','\x7e','\x7d','\x30','\x39','\x4a','\x9a','\xc8','\xe4','\x73','\xd3','\xe9','\x5a','\x08','\x00','\x48','\x4f','\xca','\x56','\x50','\xe7','\x4a','\x99','\x73','\x11','\x7c','\x26','\x86','\xa4','\x3f','\xf0','\xbd','\xd9','\xfe','\x47','\x8d','\x99','\x14','\x03','\xdc','\x62','\xb3','\x76','\x12','\x58','\xc2','\xa1','\x8a','\x08','\xd0','\x2d','\x6f','\xda','\x74','\xe8','\x96','\xc9','\x69','\x64','\x7e','\xbe','\x6f','\x11','\x30','\xd8','\xf5','\xab','\xa0','\x1c','\xb4','\xa8','\x53','\xfd','\x1b','\x02','\x2f','\xfc','\x8c','\xbd','\x44','\x5f','\x2d','\x13','\x8e','\x0a','\x34','\x15','\xc8','\xea','\x18','\xab','\xa0','\x6f','\x03','\xcf','\x1d','\x28','\x32','\x70','\xb9','\x2e','\x58','\x97','\x15','\x15','\xc0','\x7d','\xdb','\xb1','\xbf','\xec','\x30','\x18','\xb4','\x29','\x0c','\x86','\x7b','\xdf','\x21','\x4e','\xea','\x93','\x16','\x81','\xc6','\x5e','\x03','\x13','\x0e','\xcf','\x13','\xb5','\x8e','\xfb','\x12','\x34','\xa8','\xda','\x1a','\x8a','\x96','\x18','\x26','\x3e','\x9e','\x59','\xd6','\xa7','\x8a','\x63','\xa1','\xa0','\xc2','\x03','\x3d','\x0e','\xd5','\x28','\x8d','\x02','\x29','\xdf','\x7b','\x0e','\x2f','\x07','\xa5','\x22','\x86','\xd2','\x5f','\x25','\x32','\xf1','\xcc','\x97','\xd6','\x88','\x7a','\x7b','\x16','\x65','\x07','\x5d','\x6c','\x86','\xd8','\x08','\xc6','\x7d','\x0c','\x6c','\xfb','\x86','\xbd','\xef','\x80','\x70','\x51','\x63','\x5b','\x57','\xd4','\xd6','\x70','\x0f','\xc5','\x23','\x6d','\x15','\x75','\xe1','\x6c','\x4b','\x6d','\x0b','\xe7','\xb9','\x38','\x44','\x19','\x45','\x1b','\x87','\xfd','\xeb','\xd2','\x20','\xad','\x01','\xda','\x00','\x09','\x09','\x60','\x38','\xd0','\x15','\xbe','\x01','\x0e','\x83','\x15','\x07','\x34','\x0a','\xb4','\x2a','\x90','\x21','\x73','\xfe','\xc7','\x87','\x71','\x26','\xa7','\x15','\xd4','\x0b','\x58','\xd0','\x6c','\x1d','\xb6','\x6f','\xb0','\x6d','\xc4','\xcc','\x8f','\x80','\xd1','\x2c','\xba','\xb7','\xb3','\x88','\x88','\xd9','\x10','\x77','\xdc','\xee','\x1b','\xee','\xb1','\x84','\xd5','\xad','\x53','\xc6','\x16','\x2b','\x29','\x17','\x70','\xa8','\x0f','\xdc','\x9f','\x77','\xec','\xd6','\x51','\x42','\x6c','\xc1','\xe1','\x73','\x81','\x2a','\x44','\x26','\xa7','\x7f','\x59','\x56','\x16','\x77','\xa2','\xa4','\x78','\x8c','\x4e','\x7f','\x5a','\x48','\xff','\x6b','\xb5','\x61','\xbd','\xae','\xa8','\x0b','\x79','\xf5','\x8e','\xa0','\x4e','\x85','\xba','\x9d','\x88','\x06','\xc5','\xa6','\xa3','\xc2','\x29','\x9c','\xa2','\x49','\xe3','\xf6','\xa0','\x48','\x45','\xb2','\xaa','\x8a','\x02','\x2a','\xb6','\x51','\xec','\x20','\x4a','\x3c','\x11','\xce','\x1c','\x8a','\x4c','\xd1','\x99','\xf4','\x5b','\x1e','\xf1','\x2d','\x29','\x70','\xdc','\xa9','\x94','\xfb','\x34','\x5e','\x23','\xff','\x76','\x42','\x21','\xcf','\xc5','\x84','\x44','\x3e','\x90','\xe0','\x96','\x21','\x13','\x99','\xd7','\x89','\x55','\xfa','\xa6','\x09','\x02','\x85','\x1f','\x75','\xc8','\x1c','\xa0','\xff','\xaf','\x7d','\xa5','\x0b','\x16','\x3d','\x25','\x9b','\x72','\x74','\xe5','\x3f','\xed','\x60','\xe4','\xb5','\xe4','\xf5','\xbf','\x2a','\x5c','\x4e','\xfe','\x97','\x00','\x44','\xc4','\x2a','\xcf','\x5c','\x43','\x30','\x7a','\x28','\xcb','\xca','\xd1','\xf9','\x38','\x76','\xf9','\xe4','\xfd','\x22','\xb8','\x71','\xd4','\x4d','\x9e','\x7f','\xc1','\xe7','\x43','\x03','\x44','\xca','\xee','\x8f','\xf0','\x01','\x1e','\xf3','\x27','\x53','\x08','\x45','\x64','\xaa','\x29','\xb2','\xdb','\x90','\x3e','\x89','\x3b','\xb3','\x4a','\x2f','\xc8','\x59','\x93','\x8c','\x71','\xd9','\x19','\xec','\x31','\x7b','\x3a','\x97','\x99','\x8e','\xc1','\xe9','\x06','\xe5','\x43','\x8a','\x6c','\x0f','\xb9','\xc2','\x22','\xe9','\x96','\x53','\xe0','\x09','\xf8','\xfc','\xde','\x45','\xae','\x63','\xa7','\x7c','\x2b','\xff','\x7d','\x30','\x35','\x72','\x2e','\x57','\xa6','\x9a','\x2a','\x2c','\xa8','\xa9','\xc2','\x59','\xf2','\x31','\x58','\xd4','\xd5','\x5a','\x43','\xf8','\x26','\x7c','\xdc','\x2c','\xa0','\x52','\x9d','\x91','\xf6','\xcb','\xb9','\x3f','\x7e','\x16','\xe9','\x83','\xf4','\xbf','\x56','\xd1','\xda','\x21','\x24','\x24','\x91','\x87','\x70','\x09','\x33','\xe0','\xc6','\x78','\xdd','\x23','\xe9','\xaf','\x1e','\xf3','\x60','\xce','\x19','\x34','\xcb','\x22','\x16','\xa4','\x8e','\x55','\x94','\x50','\xd3','\x25','\x08','\xde','\xdd','\xe0','\x1e','\xdd','\x1d','\x67','\x5e','\xc3','\x59','\x5a','\xb6','\xa6','\x49','\xb1','\x74','\x76','\x6f','\x10','\xfe','\xe4','\x24','\x66','\x10','\x37','\x2c','\xec','\x70','\x9c','\xce','\x10','\x3b','\xc9','\x59','\xcc','\x15','\x70','\x01','\x36','\x3b','\xc5','\x71','\x36','\x55','\x62','\x79','\x76','\x81','\x68','\xe5','\xf3','\x39','\x8d','\x87','\x24','\x20','\x92','\x67','\x27','\x46','\x35','\x0f','\x00','\x3a','\x73','\xf9','\xf4','\xed','\x60','\x57','\x8b','\xf9','\x6c','\x36','\x3f','\x14','\x79','\x45','\xa9','\x48','\xba','\x8b','\xc3','\xd5','\xb0','\xb4','\x82','\xe6','\x02','\xe9','\x1d','\x97','\x65','\xc1','\xdf','\xfd','\xe1','\xef','\xd0','\x74','\xc1','\x5f','\x7e','\xfc','\x1e','\xb7','\x7e','\xc7','\xfb','\xfb','\xaf','\xd8','\x7e','\xba','\xe3','\x71','\x79','\xc0','\x9b','\xf5','\x09','\x0f','\xbf','\xfb','\x0e','\xea','\x8e','\x97','\x6d','\xc7','\x90','\x01','\x6d','\x40','\xcb','\xb4','\x2d','\xec','\x86','\x62','\x35','\xc7','\x72','\x5f','\x58','\x41','\x5d','\x09','\x32','\xb6','\xb6','\xc0','\xab','\x60','\xef','\x3b','\x3b','\x71','\x05','\xa8','\xad','\xe2','\x51','\x1b','\x56','\x08','\x9e','\xc4','\x39','\x9f','\x54','\x80','\x0f','\x3e','\xd0','\x64','\x40','\x61','\x28','\x63','\x07','\xdc','\x5e','\x2f','\xb6','\x3e','\xbd','\x3e','\x5f','\x84','\x9a','\x52','\x97','\xa5','\xa2','\xc2','\xe1','\x21','\xdb','\xda','\x7d','\x60','\x58','\x47','\xd3','\x28','\x79','\xce','\x76','\x9f','\x87','\xd8','\x3d','\x68','\x4d','\xff','\x96','\xc7','\x8a','\x9b','\xad','\xfa','\xea','\x7b','\x4f','\x6e','\x06','\x29','\x6f','\x3c','\x9d','\x29','\x8e','\xc3','\x24','\x9f','\x7e','\x6f','\xfe','\x70','\xe6','\xde','\xa7','\x83','\x57','\x54','\xbf','\xe8','\xe4','\x1c','\xd9','\x1b','\x3a','\x25','\x64','\x22','\x98','\xae','\x28','\xde','\x2f','\x8d','\x32','\x7f','\x7e','\x89','\xe4','\xac','\xf7','\x4e','\xe4','\xc4','\x00','\x2d','\x82','\x2a','\xce','\xbf','\xab','\x81','\x6a','\xc4','\xae','\x1b','\x52','\x90','\x32','\x51','\xf5','\x89','\xf8','\x7b','\xbc','\xe7','\xb1','\x98','\xee','\xd3','\x7b','\x16','\xdf','\x1b','\x81','\xef','\x8c','\xe2','\x1f','\x68','\x2b','\xef','\xe3','\x3e','\x17','\x7c','\x79','\x1c','\x3c','\x9d','\x8e','\x64','\x56','\x52','\x92','\x14','\xac','\x48','\x11','\x4f','\x09','\x8e','\xbb','\xc3','\xbb','\x1f','\x68','\x7e','\x26','\xda','\x4e','\xb5','\xa7','\x74','\xae','\x79','\xaf','\x54','\xcb','\xc1','\x6d','\x1d','\x82','\xd6','\x32','\x79','\x70','\xe6','\x9d','\xd1','\x49','\x31','\x80','\x0b','\xc3','\x4c','\xc0','\x25','\x8b','\x8e','\x8e','\x8e','\xe1','\x3b','\x07','\x91','\x3f','\x7d','\x65','\xf0','\xcd','\xa4','\xf7','\xdf','\x2c','\x82','\x92','\xa6','\x86','\xff','\x03','\xec','\xe8','\xf4','\xc3','\x5f','\xb2','\xa3','\x72','\x48','\x10','\xcf','\x6f','\x9d','\xbf','\x93','\xf7','\x8c','\x79','\xc6','\xa9','\xb0','\xcf','\xbb','\x62','\x87','\x5c','\x71','\x26','\xab','\x6b','\xd0','\x27','\xf7','\x9d','\x5c','\x61','\x37','\x60','\xa8','\xa0','\xc5','\x73','\xd3','\x52','\x20','\x2e','\x73','\x96','\x8b','\x05','\x49','\x3c','\x9a','\xbc','\xb6','\x53','\xa1','\xf5','\xa5','\x4f','\x9f','\xcf','\x24','\xaf','\x29','\x51','\xb4','\xd7','\x76','\xc4','\xc0','\x4a','\x49','\xd0','\x1e','\x9f','\x37','\xff','\xbe','\xfc','\xbb','\xed','\x28','\x83','\x9e','\x03','\x9c','\xe5','\x38','\x81','\x0d','\x70','\x1c','\x5c','\xe7','\xb4','\x23','\x30','\x21','\xce','\xe5','\x8b','\x8e','\x81','\xa2','\xa4','\xa1','\x22','\x9c','\xb4','\x96','\x54','\xad','\x3b','\x15','\xc6','\x91','\x90','\xcd','\xa2','\xd6','\x04','\x28','\x25','\x90','\xf7','\x50','\x14','\x84','\x43','\xa4','\x43','\x86','\xc0','\x3c','\x50','\x4d','\xb7','\x50','\x43','\x34','\x70','\x46','\x4b','\x0e','\xf9','\x71','\x05','\x7c','\x38','\xaa','\x21','\xd4','\xed','\x04','\x82','\x82','\xb5','\x34','\xd4','\x52','\x21','\xc5','\x61','\xb6','\x43','\x05','\x58','\x2f','\x57','\x8c','\x42','\x71','\x80','\xde','\x0d','\x86','\x1d','\x5d','\x07','\x51','\xa8','\x4a','\x00','\xc4','\x5d','\x30','\x9e','\x77','\x3c','\xbf','\x1f','\x40','\xe7','\xf0','\xfd','\xd3','\xd3','\x13','\x9e','\xae','\x4f','\xb0','\x7d','\xe0','\xf6','\xf1','\x4e','\xfa','\x84','\x1b','\xf6','\xfb','\x8e','\x71','\x27','\x4a','\x3f','\x86','\x91','\xa3','\x6f','\x44','\x30','\x97','\xa5','\xa1','\xb5','\x8a','\x9c','\x67','\x48','\xfa','\x5e','\xd1','\x2c','\x66','\x83','\x2f','\x1d','\x93','\x88','\xd3','\xea','\xf2','\xfe','\x81','\xcf','\xb8','\x88','\xe7','\x0c','\xf8','\x14','\x18','\x39','\xcf','\x02','\xa5','\xd5','\x8c','\x9e','\x8b','\x64','\x6d','\xda','\x74','\xbe','\x6c','\xb0','\xf0','\xac','\xad','\x72','\x0e','\x65','\x76','\x05','\x64','\x16','\xa7','\x00','\xbb','\x7f','\x2f','\xf7','\xb0','\x69','\x38','\x50','\x04','\x4d','\x17','\x26','\x2b','\x84','\x1b','\xb1','\xf7','\x81','\x5b','\xdf','\xd0','\x61','\x58','\x51','\xb0','\xd4','\x4a','\x81','\x83','\x75','\x85','\x54','\x25','\x03','\xc1','\x99','\xac','\x6b','\xad','\xd0','\xda','\x50','\x96','\x06','\x5d','\x1b','\x20','\xa4','\xa6','\x98','\xb0','\xeb','\xea','\x9d','\x22','\x0a','\x88','\x41','\xe3','\xe1','\x1e','\x89','\x01','\x26','\xed','\x8e','\x8b','\x16','\x07','\x16','\x51','\x2c','\xcb','\x82','\xb6','\x54','\x34','\x17','\x78','\x2d','\xe8','\x9b','\xa2','\xcb','\x1d','\xba','\x09','\xcc','\x37','\x00','\x2c','\x86','\xcc','\xc1','\x3d','\x45','\xf1','\xbe','\x02','\x8f','\x59','\x9d','\x98','\xf7','\x51','\x96','\xc8','\x5c','\x75','\x90','\x6a','\x6a','\x9c','\x29','\xb3','\x58','\xb6','\x2a','\xb1','\xf7','\xcb','\x43','\xe4','\xc0','\x82','\xd6','\x99','\x1d','\xe2','\x52','\x73','\x1b','\x3b','\x79','\x15','\xe6','\x54','\x8e','\xda','\xee','\x77','\x7c','\x7c','\xf9','\x88','\xbd','\x14','\x3c','\xdf','\x5e','\x60','\x00','\xd6','\xeb','\x15','\xaa','\x8a','\xf5','\x72','\x41','\x29','\x8a','\x7d','\xdb','\xb0','\xdd','\x37','\x6c','\x7b','\x14','\xfd','\x15','\x10','\x2b','\x68','\x6e','\x2c','\x52','\x94','\x89','\xa1','\x13','\x3d','\x41','\x2d','\x02','\x04','\x35','\xce','\x4d','\xe1','\xc5','\x27','\x35','\x4d','\xab','\xc4','\x40','\x77','\x9f','\xf4','\xdb','\xa9','\x2a','\x99','\x45','\x30','\xa2','\xa3','\xfb','\x1b','\x3e','\x99','\x31','\xed','\x00','\x46','\x32','\xd9','\xa5','\xbf','\xd4','\xf9','\x73','\x0a','\x50','\xa1','\x2f','\x44','\x42','\xd4','\xb9','\xd3','\x23','\x0b','\x0e','\xa8','\x02','\xbd','\x4f','\x80','\xf4','\x37','\x78','\x00','\xff','\x3b','\x5f','\x71','\xdd','\x51','\x00','\x10','\xd8','\x0b','\xd6','\xca','\x27','\x9f','\x61','\xfe','\xf7','\xf1','\xc5','\xd7','\x5f','\x97','\xa3','\xeb','\x9f','\xc8','\x79','\xfe','\x86','\xf3','\x0f','\x4e','\xea','\xed','\x27','\xaf','\xf4','\xdb','\x0e','\xbc','\x5a','\xaa','\x7e','\xbc','\x5f','\x76','\x3d','\x08','\xe3','\x74','\x0f','\x4a','\x26','\x06','\x93','\x62','\x54','\x1c','\x00','\x2d','\x7d','\x3b','\xf7','\xc8','\xf0','\xdc','\x4c','\xb9','\x74','\xe7','\x19','\xea','\x7b','\x47','\x17','\xfa','\x09','\x2e','\xbf','\x4c','\x9a','\x19','\x20','\x62','\x28','\x45','\x00','\x2f','\x21','\xb2','\x94','\xc0','\xc2','\x51','\xb0','\x34','\xad','\x68','\x22','\xa8','\x2e','\x50','\x17','\xec','\x6a','\xb1','\x0a','\xe0','\xf5','\x87','\x9b','\xfb','\xa3','\x12','\xa8','\xc3','\xd1','\xbd','\x3f','\x77','\x34','\x12','\x78','\x4a','\x30','\x47','\x63','\xb7','\xd5','\x59','\x94','\x4a','\x22','\xd9','\x16','\xd5','\xa0','\xb4','\x11','\xcc','\x31','\x67','\x17','\xfa','\x08','\x2d','\x51','\x08','\x81','\xe0','\x5d','\xb7','\x50','\x51','\x73','\x16','\x1d','\xad','\x73','\xcf','\x91','\x57','\xc3','\x14','\x04','\x8d','\x0e','\x68','\x02','\x75','\xfc','\x7a','\x9c','\x83','\xd2','\x50','\x35','\xd6','\x37','\xf8','\xe0','\x9a','\x87','\xf9','\x58','\xd9','\x05','\xcf','\xc5','\xae','\xb0','\x90','\x3b','\x77','\x85','\x07','\xb8','\xe6','\x36','\x32','\x2a','\x1e','\x71','\x33','\xba','\xbd','\x88','\xf8','\xab','\x67','\xbb','\x9b','\xf9','\xef','\xd1','\x2d','\xfb','\xb4','\xd8','\xce','\x85','\xc1','\x45','\x48','\x6b','\x13','\x47','\xcc','\xac','\xc7','\x3e','\x26','\x3d','\xbe','\x6f','\xee','\x8b','\x89','\x3c','\x16','\x9e','\xc5','\xd0','\x29','\xe6','\x43','\x19','\xcb','\x67','\xca','\x36','\x2b','\x70','\xe6','\xfa','\xc1','\x30','\x19','\xc8','\xc2','\x84','\x7f','\x3d','\xf2','\x7e','\x17','\xc1','\x5a','\x1a','\xa4','\x14','\x6c','\xb7','\x3b','\xde','\xdf','\x6f','\x28','\x6b','\xc3','\xf5','\xf1','\x09','\xdf','\xfc','\xee','\x5b','\x7c','\xbc','\x3f','\x63','\xfb','\x65','\xc3','\xe6','\x03','\x1f','\xf6','\x67','\x3c','\x8f','\x8e','\xf5','\xf2','\x88','\x37','\x6f','\x1e','\x61','\xdb','\x86','\xfb','\x76','\x43','\x2f','\x8e','\x55','\x05','\x95','\xfd','\x05','\x00','\x21','\xf6','\x14','\xec','\x87','\x29','\x9c','\x21','\x82','\xeb','\xd3','\x1b','\x68','\x63','\x67','\xe7','\x8e','\x8e','\xed','\xf9','\x19','\x2f','\xb7','\x0d','\x06','\xc3','\xe5','\xf1','\x01','\xd7','\xf5','\x82','\x47','\xad','\x90','\x61','\xd8','\xd5','\xf1','\xec','\xc7','\xb9','\x74','\x74','\xa8','\x54','\x40','\x07','\xfa','\x6f','\xd4','\x24','\x5f','\x28','\x80','\x7c','\xa6','\xeb','\xc7','\xd7','\x0c','\x2e','\x9d','\x1b','\xb5','\xc3','\x29','\x8d','\x4f','\x7f','\x2e','\xb9','\xc5','\x71','\x33','\xff','\xe6','\x4b','\x64','\x26','\x92','\x89','\x30','\x9e','\x1f','\xbc','\x9e','\x0c','\x23','\x0b','\x84','\x4f','\x1d','\x45','\x26','\x9c','\xf6','\xc9','\x07','\xd3','\xd3','\x60','\xef','\xc1','\x6b','\x97','\x40','\x3e','\x5e','\xcf','\x88','\xf0','\x70','\xc6','\xf7','\x45','\x07','\x07','\x46','\x5e','\xa8','\xd4','\xe8','\x88','\x8c','\xe3','\x70','\x26','\x82','\x95','\xc9','\x1e','\x77','\x77','\x04','\x75','\xaa','\x0b','\x86','\x1c','\x07','\x26','\x07','\x81','\x43','\x6d','\x15','\x73','\xaf','\x88','\x1c','\x34','\xa4','\x68','\x99','\x60','\xfe','\xe7','\xbc','\x99','\xf9','\x39','\xf1','\x0a','\x7c','\x9f','\xec','\x9e','\x94','\xe7','\x04','\xe8','\xae','\x5c','\x62','\xb7','\x91','\x1e','\xf7','\x34','\xa5','\x40','\x25','\xc3','\xcf','\x31','\x2b','\x15','\xd5','\xc5','\xeb','\x54','\x59','\x80','\xb9','\x1f','\xc5','\xf3','\x0a','\x8f','\xe4','\x26','\x51','\xc1','\xaa','\xc7','\x4e','\xa3','\x83','\x86','\x38','\xaf','\x64','\x5e','\x33','\x3b','\x85','\x8a','\x79','\x82','\xe6','\x7d','\xa7','\x0e','\x0f','\xe9','\x45','\x12','\x1a','\xf6','\xc7','\xdf','\xcf','\x58','\x65','\xff','\x96','\x11','\xf1','\xa2','\x6d','\x8c','\xe9','\x48','\xfe','\x5b','\xec','\x28','\x0b','\xd4','\xbc','\xde','\x49','\x4b','\xcb','\x7f','\x07','\xf7','\x5a','\x86','\x7c','\x6e','\x47','\x22','\x73','\xd0','\xbf','\x44','\x72','\x89','\x28','\x6e','\xa9','\x0e','\x14','\xa8','\x7a','\x08','\x2e','\xd0','\x6e','\x31','\x13','\x0d','\x3b','\xcd','\xf7','\x68','\x8f','\xc1','\xe8','\xfc','\x18','\x91','\x34','\x91','\xc6','\x73','\x14','\x7c','\xe7','\x01','\xd4','\x59','\x60','\x7d','\x29','\x3f','\x99','\x8f','\xdb','\xa7','\x91','\xbd','\xb2','\xa3','\x70','\x16','\xa9','\xc0','\x93','\x0e','\xf5','\xdf','\x65','\x47','\xfe','\x89','\x1d','\x9d','\xce','\x5d','\x06','\xf1','\xe4','\xde','\x3a','\x72','\x9b','\x3a','\xef','\x19','\x17','\xab','\x29','\x86','\xe9','\xf1','\x8e','\xe6','\x93','\xae','\x44','\xee','\xf1','\x6b','\x1b','\x11','\x24','\x1d','\x31','\x3f','\x9a','\xf3','\xbc','\xc6','\xd7','\xe8','\x34','\x23','\x48','\x64','\xb5','\x18','\x33','\x5a','\x8c','\x09','\x46','\x4a','\x6d','\xa8','\xf9','\x88','\x12','\x99','\x2e','\xaa','\x40','\x53','\x88','\x73','\x21','\xa0','\x04','\xc5','\xac','\x2e','\x0c','\x88','\xf0','\x81','\x3e','\x3a','\xdc','\x06','\x36','\xe9','\x91','\xa0','\x77','\xec','\x85','\xd4','\xc4','\x2e','\x88','\x22','\xb2','\x03','\x5e','\x70','\x59','\xa8','\xde','\xd6','\xc7','\x06','\xb8','\xe1','\xf1','\xab','\x47','\x7c','\xf7','\x87','\xdf','\xe1','\xbb','\xb7','\xdf','\x42','\x45','\x71','\x7b','\xde','\xf0','\xfe','\xdd','\x7b','\x7c','\xfc','\xf0','\x11','\x77','\xdc','\xb1','\xf9','\x0e','\x8c','\x43','\xad','\x90','\xdd','\x2c','\x47','\x6b','\x0d','\x6d','\xb9','\x22','\xb7','\x86','\x53','\xbe','\xf7','\x28','\x4e','\x72','\x3f','\x43','\x2e','\x0b','\x9d','\x85','\x78','\x04','\x37','\x8f','\x24','\x0a','\xca','\xc5','\x74','\x88','\xae','\xd0','\xdc','\x3b','\x73','\x3a','\x0b','\x73','\xce','\x03','\x40','\x2a','\x58','\x21','\xee','\x3f','\x10','\xe7','\x51','\x8e','\x04','\x0e','\xca','\xae','\xc5','\xb0','\x54','\x32','\xb2','\x99','\x74','\xdd','\x6e','\x37','\xb8','\x39','\xd6','\xcb','\xca','\xc2','\x46','\x2b','\xa4','\xf0','\x39','\x5a','\x1f','\xd8','\x3b','\x25','\xbf','\x4b','\x2d','\x28','\x8d','\xe2','\x05','\x75','\x6d','\x28','\x4b','\x09','\x59','\xe2','\x40','\xb7','\x0b','\x20','\x4b','\x85','\xb6','\x06','\x5d','\x56','\x94','\x65','\x81','\xa4','\x08','\x82','\x32','\x91','\x82','\x55','\x48','\x6f','\xdc','\xe7','\x31','\x6c','\xee','\x72','\x1a','\x6e','\x30','\xd7','\x58','\xea','\xc7','\x1f','\x29','\x2a','\x80','\x96','\xa9','\x22','\x27','\x71','\x3e','\xc4','\x1c','\x05','\x3b','\x7a','\x6f','\x54','\x13','\xc5','\x40','\xdf','\x03','\x49','\xcf','\x04','\x34','\xe2','\x9e','\xbb','\x42','\xb4','\x60','\x29','\x02','\x77','\xaa','\xae','\x99','\x3b','\xb6','\x8d','\x48','\x63','\x52','\x63','\xe6','\x80','\x7d','\x3e','\x03','\xa1','\xcf','\xb4','\x48','\xba','\x54','\x24','\x76','\x42','\xd1','\x6f','\x0e','\x27','\x50','\x36','\xcc','\x70','\xbf','\xdf','\xf1','\xeb','\xfb','\x5f','\xa1','\x50','\xdc','\x3e','\x7c','\xc4','\x30','\xc3','\x72','\x59','\xd1','\xea','\x82','\x65','\x59','\xe0','\x6e','\x51','\xfc','\xec','\xd8','\x3b','\x6d','\x60','\x80','\x8a','\x6f','\xf4','\x2f','\xb4','\x79','\x33','\x87','\x77','\xe3','\xb2','\xf1','\xe8','\x06','\x9e','\x91','\x79','\x40','\xe6','\xcc','\x58','\xee','\xe3','\x99','\x03','\xfe','\x00','\x3c','\x93','\xfd','\x8c','\x95','\xee','\x18','\x26','\x27','\xff','\x11','\x67','\x2c','\xce','\x3b','\x07','\xc1','\x69','\x3f','\x33','\x84','\x89','\xcc','\x03','\x7b','\xf6','\xb3','\x51','\x02','\xc5','\x8c','\x50','\x14','\xe7','\x51','\x74','\x41','\xb9','\xf3','\x6b','\xd2','\xe0','\xfe','\xe6','\x6b','\x66','\x72','\xff','\xc6','\xf7','\x21','\x12','\xed','\x78','\xa6','\x36','\x98','\xa0','\xc6','\x59','\x3f','\x83','\xa4','\x9f','\x15','\x3f','\xa7','\xe2','\xee','\x0c','\x1a','\xbc','\xbe','\x0a','\xce','\x86','\x4a','\x14','\xb8','\x1c','\xc4','\xf7','\x90','\x7d','\x3e','\x45','\x96','\x3c','\x9b','\xf6','\x09','\x93','\x20','\x63','\xef','\xe9','\x0f','\x6c','\xe0','\xac','\xe4','\x1a','\x65','\x78','\x5c','\x4b','\x2a','\xe8','\x01','\xa5','\xfa','\x04','\x59','\x29','\x2f','\x5e','\x66','\x9e','\x31','\xcc','\x30','\xc4','\x50','\x8a','\xa2','\x2e','\x35','\xba','\xec','\x54','\xaa','\x2d','\xc5','\x83','\xc2','\x5a','\x20','\xc2','\xb3','\xe7','\x62','\x81','\xc4','\x23','\xba','\xc7','\x14','\xed','\x68','\xc1','\x96','\xd9','\x73','\xf8','\x3e','\x3a','\xec','\x13','\x88','\x3b','\xd9','\x8c','\x44','\x61','\xc7','\xde','\xf3','\x29','\xbe','\xe3','\xb8','\x0f','\x23','\x40','\x84','\x2c','\xb2','\xcf','\x39','\x96','\x4f','\x7b','\x31','\x58','\x29','\xb3','\x20','\x9a','\x8b','\xab','\x4f','\x7f','\x86','\x13','\xe0','\xc8','\xe2','\x9d','\x7b','\x0e','\x63','\x76','\x51','\xd9','\x31','\xf0','\xf0','\x5b','\x59','\xc0','\x9f','\xc7','\x21','\x25','\x9c','\x25','\x3f','\x47','\xfc','\x5e','\x8f','\x98','\x8b','\xe3','\x82','\x29','\xa2','\x73','\xcc','\x93','\x64','\xb6','\x2b','\x60','\xf1','\x91','\xd4','\x52','\xb3','\x0e','\x11','\xce','\x32','\x22','\x47','\x25','\xa2','\x28','\x7c','\xd5','\xf9','\x91','\xfc','\xb9','\xa3','\x5b','\x46','\x40','\x3b','\xde','\x39','\x63','\x69','\x10','\xfa','\x26','\x55','\xdc','\xa3','\x70','\x73','\x89','\x99','\xb6','\x93','\x6f','\x7a','\x65','\x97','\x39','\x73','\x16','\x36','\xad','\x04','\xd2','\xf2','\xf0','\x66','\x0c','\xcf','\x9c','\xeb','\x44','\x8c','\x05','\xe6','\xca','\x17','\x9f','\x02','\x61','\x79','\xbf','\x8a','\x2a','\xea','\xb2','\xa0','\x3b','\x17','\x2e','\xbf','\x3c','\x7f','\x84','\x6c','\x8d','\x5d','\xa8','\x5a','\xf0','\x74','\x7d','\xc4','\x7e','\xeb','\xd8','\xf6','\x1d','\x3e','\xee','\x18','\x3e','\xf0','\x72','\x7f','\xc1','\xf3','\xf3','\x33','\xc4','\x8d','\x85','\xd5','\xb2','\x40','\x2b','\x80','\x3b','\x8b','\x45','\x04','\x88','\xc4','\xee','\x75','\xd8','\x55','\xe4','\x1c','\xcb','\x7a','\x45','\x6b','\x5c','\x3e','\x3d','\xba','\x43','\x85','\xea','\x9b','\xe6','\x86','\xfb','\x76','\x47','\x91','\x82','\xb5','\x20','\x94','\x84','\x05','\x8b','\x3b','\x46','\x35','\x0c','\x11','\x6c','\x42','\x96','\x8d','\x37','\xc0','\xb0','\x7f','\x76','\x66','\x81','\x2f','\x14','\x40','\xa5','\xd6','\x40','\x61','\x0e','\xd4','\x9a','\x03','\xd2','\xe5','\x84','\x1e','\x23','\x2a','\x72','\x44','\x31','\xe0','\x90','\x12','\x48','\x59','\xec','\x9c','\xf9','\x14','\x21','\x78','\xfd','\xf2','\x78','\x40','\x99','\xfc','\xc7','\xad','\xcf','\xe0','\x9a','\x07','\x21','\x2b','\xdb','\xf8','\xbb','\xd7','\xdf','\x2f','\x53','\x2c','\x8b','\xb2','\x8c','\x47','\xf2','\x0a','\x24','\x5d','\x84','\x74','\x3e','\x01','\xd0','\xe3','\x7d','\x0e','\xed','\x74','\xa3','\x83','\x4f','\xc5','\xa4','\x2c','\x80','\x4a','\x81','\x66','\x42','\x29','\x47','\xd2','\x88','\x48','\x7a','\x7b','\x1f','\x10','\x19','\x47','\xa0','\x08','\xef','\x66','\xc3','\x70','\xb7','\x7b','\x50','\x78','\x72','\x57','\xc2','\x29','\x31','\x8d','\x62','\xcb','\xdd','\xa7','\xb3','\x23','\xcc','\x63','\xbf','\xe9','\xbb','\x67','\x32','\xef','\x07','\xd2','\x9e','\x3c','\x6f','\x51','\x9d','\x15','\x7a','\xaa','\x77','\xbd','\xa6','\x24','\xe4','\xb5','\x27','\x5b','\xfb','\x18','\x0e','\xe7','\xbd','\xe5','\x33','\x4a','\x25','\x9b','\x7c','\xf6','\x65','\x16','\x0d','\x71','\xbf','\x5c','\xc8','\x9f','\xce','\x7b','\x9f','\xbf','\x33','\x17','\x78','\xf1','\xe1','\x1c','\x49','\x57','\x66','\xf8','\xc8','\x92','\xc8','\x03','\x89','\xf4','\xb0','\xa3','\x1a','\x9c','\x55','\x8f','\xe7','\x14','\x07','\x35','\x9d','\x1a','\x62','\x20','\xda','\x8e','\xb9','\xb2','\xff','\xff','\xda','\x51','\x3a','\x0e','\x8f','\x41','\xec','\x70','\x6b','\x59','\xfc','\x44','\x41','\x53','\x6a','\x1e','\x15','\x99','\x3c','\xf9','\x59','\x5c','\x39','\xe6','\xdc','\x57','\xa9','\xf5','\xe8','\x16','\xc5','\x33','\xc8','\xf7','\x47','\xdc','\x0b','\x80','\xbc','\xeb','\xbc','\x96','\xb9','\xc0','\xd6','\x89','\x64','\xd9','\xd9','\x8e','\x24','\xbb','\x85','\x76','\x04','\x86','\x2c','\xa2','\x33','\x41','\x15','\x99','\xa0','\x85','\x47','\x12','\xfc','\x45','\x3b','\x02','\x66','\xb1','\x35','\xed','\x48','\x7c','\x0a','\x7f','\xe4','\x7e','\x82','\x73','\xd0','\xa2','\xe3','\xb7','\xf4','\x8b','\x51','\x3c','\xf8','\x7c','\x36','\x19','\x5c','\x24','\x67','\xc9','\x3c','\x12','\xf9','\xa4','\x87','\xf8','\x61','\x47','\x3a','\xc6','\x04','\x4e','\x3e','\xb5','\x23','\x83','\x40','\x34','\x8a','\x68','\x77','\xd8','\xe8','\x48','\x29','\xe5','\x59','\x90','\x65','\x42','\x66','\x8e','\x94','\x8c','\x76','\x91','\x00','\x8d','\x04','\x55','\x63','\xb1','\x66','\xc8','\xc8','\x66','\x87','\x54','\xdd','\x51','\x6a','\x81','\xf9','\x0e','\xeb','\x4c','\x62','\x21','\xa4','\x1c','\xd6','\x56','\xd1','\x6a','\x45','\x91','\x0a','\x59','\x2b','\x6d','\xd6','\x2d','\xb6','\x88','\xf3','\x0c','\xf7','\xcd','\xf0','\x62','\x1d','\x5d','\xee','\xb1','\x2c','\xb4','\x40','\xab','\xcc','\xc4','\xfc','\xd2','\x2a','\xea','\xc2','\xc4','\xb9','\xd4','\x8a','\xaf','\xde','\x7c','\x0d','\x51','\xd2','\xbc','\xd6','\xda','\xf0','\xed','\x57','\xdf','\xe0','\x9b','\xb7','\xdf','\xa1','\xc9','\x8a','\xfb','\xfd','\x06','\xd3','\xf7','\xf0','\x0f','\xef','\xb1','\x8f','\x31','\xf7','\x40','\xa9','\x52','\xed','\x6c','\x29','\x17','\xb0','\x53','\xca','\x2d','\xe1','\x5a','\x05','\x62','\x0a','\xb2','\x31','\x8e','\x94','\x82','\x7e','\xd8','\x31','\x79','\xe1','\xa7','\xe2','\x38','\xef','\x30','\xc3','\xb5','\x03','\x28','\xa8','\x25','\x69','\xaa','\x7e','\x9c','\x8f','\xb3','\x8d','\x9c','\x3a','\x9b','\x5c','\x82','\x5a','\x0e','\x84','\xd2','\x1c','\xe6','\x9d','\x94','\x3c','\x27','\x2b','\x00','\x96','\xe2','\x05','\x36','\x07','\xa5','\x99','\x40','\x7b','\x88','\x1f','\x14','\x68','\xab','\xa4','\x72','\x06','\x57','\x5f','\x5c','\x60','\x32','\xe0','\x2a','\x78','\xb8','\xbe','\x41','\x7b','\xb8','\x40','\xab','\xa2','\xad','\x0b','\x74','\xe5','\x5e','\x1c','\x69','\xdc','\x6d','\x23','\x00','\x17','\xa6','\x56','\x85','\xd4','\x0a','\x59','\x1b','\x64','\x5d','\x62','\xff','\x0f','\x3f','\x0b','\x2d','\x6c','\x40','\x46','\x87','\xef','\x03','\xd8','\x77','\x88','\x57','\x14','\xd0','\x1e','\xc6','\xbe','\xc3','\xee','\x1b','\x74','\x18','\x16','\x55','\x34','\xe5','\xae','\x22','\x15','\xe5','\x46','\xf7','\xc1','\x99','\x82','\xa1','\x44','\x73','\x0b','\x16','\xd8','\xd8','\x61','\x83','\x82','\x2e','\x3d','\x48','\x92','\x0d','\xac','\x70','\x15','\xca','\x04','\xcb','\x05','\xb5','\x2e','\x00','\x14','\x3e','\x3a','\xac','\x6f','\xe8','\x7d','\xe7','\xd9','\xf1','\x28','\x0e','\x05','\x44','\x34','\x15','\x01','\x22','\x84','\x14','\x2e','\x92','\x01','\x90','\xa2','\x1d','\x94','\x4a','\x97','\x42','\x11','\x12','\x2d','\x05','\xc3','\x0d','\xcf','\xcf','\xcf','\x58','\x34','\x44','\x31','\xcc','\x62','\x20','\x5c','\x90','\x8b','\xb0','\xb7','\xbd','\xc7','\x3e','\x24','\xee','\xc9','\x2b','\xd9','\x61','\x8b','\xf7','\xee','\x3d','\xe8','\x87','\xfb','\x06','\x19','\x05','\xad','\x19','\x67','\x2e','\x4e','\xb5','\xc2','\x34','\x01','\x0f','\x40','\x46','\x4e','\x3e','\x65','\x26','\x6d','\x9c','\xb5','\xca','\x62','\xe7','\x0c','\xfa','\x64','\x81','\x92','\x05','\x33','\xe3','\x49','\x74','\x94','\x83','\x4e','\x9d','\x9f','\x75','\xce','\x28','\xfd','\xc6','\xeb','\x4b','\x85','\xc5','\xbf','\x5d','\xd2','\xfc','\xad','\xef','\x3c','\x3e','\xe8','\x2c','\x62','\xa6','\x7f','\x1f','\x53','\xf6','\x39','\xe7','\x77','\x45','\x0f','\x49','\xee','\xbc','\x39','\xe7','\xc5','\xde','\xf9','\x3e','\xd9','\x51','\x3c','\xcf','\x67','\x0a','\xd8','\xed','\x48','\xba','\x9e','\x6b','\xc6','\x3c','\xc4','\x00','\xb9','\x00','\x51','\x18','\x25','\x15','\x2d','\x63','\x4b','\xfa','\x51','\x76','\xc6','\x72','\xb6','\x86','\xc1','\xb4','\x68','\xd2','\x49','\xf3','\x2b','\x99','\xf0','\x00','\x67','\xe1','\x89','\xde','\x37','\x98','\x2a','\x8b','\xec','\x2c','\x14','\x54','\x00','\x39','\x3a','\x30','\xfc','\x00','\x8e','\xa4','\x65','\xb1','\x4b','\xe9','\x04','\x7a','\x23','\x0e','\x94','\x98','\xcb','\xe3','\x7b','\xf1','\x3a','\x1c','\xdc','\xab','\xa3','\xc6','\xb4','\xdf','\x9c','\x5d','\x76','\x83','\xcd','\x2e','\xdd','\xf9','\xa9','\x29','\x2b','\x2b','\x24','\xb0','\xe6','\xc7','\xd3','\x9f','\x31','\x8b','\x61','\x84','\xbb','\xb3','\xf2','\xd3','\x9e','\xed','\x40','\x0b','\xbb','\x14','\x2a','\xec','\xa6','\xce','\xa2','\xf0','\xf4','\xa4','\x93','\xee','\x67','\x66','\xd8','\xfa','\xce','\x7c','\x0c','\x82','\x2a','\x05','\xba','\xc8','\x14','\x17','\x4a','\xb0','\x03','\x00','\x9f','\xc9','\xe9','\x99','\x01','\xe0','\xba','\x10','\x55','\x52','\x55','\xbb','\xa1','\x4b','\x0f','\xba','\x19','\x92','\xc5','\x0f','\x1b','\x86','\xde','\x77','\x98','\x19','\x5a','\xdd','\x51','\x6b','\x9b','\xa2','\x13','\x02','\x9e','\x11','\x48','\xb2','\x4a','\x49','\x67','\xf3','\xec','\xd2','\xe1','\xc8','\x45','\x70','\xba','\xf6','\xcc','\x39','\xb3','\xe8','\xf7','\x79','\x9e','\x30','\xef','\x55','\x7e','\x58','\xae','\xef','\x10','\xc8','\x1c','\xf5','\xc0','\x54','\x9f','\xfb','\xf4','\xfe','\xcf','\xe3','\x70','\x8a','\xe3','\x45','\x02','\xfc','\x91','\x5c','\x6b','\x72','\xf8','\xea','\x33','\xc3','\xe2','\x60','\x95','\x1c','\x9d','\x57','\x07','\x82','\x49','\x70','\x14','\x68','\xf7','\xe7','\x67','\x0c','\x03','\x9a','\x56','\x7c','\xf3','\xf6','\x1b','\xca','\x63','\xdf','\x77','\x6c','\xf7','\x3b','\x1e','\xd6','\x15','\xf5','\x0f','\xbf','\xc7','\xfd','\x76','\xc7','\xe5','\xf9','\x19','\xcf','\x2f','\x2f','\xf8','\xe9','\xf9','\x3d','\xde','\x8f','\x0d','\x6f','\x2f','\x4f','\x78','\x7c','\x78','\x44','\xbd','\x5c','\x00','\xdf','\x61','\x63','\x23','\x7b','\x21','\x46','\x4a','\x98','\x33','\x87','\x80','\x0a','\x11','\xfd','\xb0','\xbf','\x81','\x9e','\x76','\x58','\x14','\xd7','\xc7','\x87','\x58','\x71','\x10','\x2b','\x00','\x36','\x8b','\x82','\xb3','\x60','\xad','\xe0','\x7d','\xa9','\x8a','\xb2','\xac','\xb8','\x54','\x41','\x6b','\x15','\x0f','\x97','\x2f','\xf7','\x92','\x3f','\x2b','\x80','\x5a','\x69','\x18','\x38','\x21','\xfc','\x71','\xa0','\x8a','\xb6','\xe0','\x31','\x0e','\x24','\x5a','\x7d','\xa0','\xf4','\x06','\x33','\x85','\x4e','\xb9','\xc7','\xd7','\x09','\xe6','\xbc','\xb9','\xe7','\x67','\x64','\xc6','\x56','\xf8','\x29','\xa9','\x9b','\x0f','\xf3','\x94','\xac','\x42','\xa8','\xe8','\x73','\x66','\xf0','\x49','\x18','\x8c','\xa8','\x12','\x6d','\x80','\xcd','\x50','\xff','\x0a','\x95','\x08','\xc7','\x36','\x05','\x10','\xce','\x45','\x41','\x48','\x16','\x6a','\x58','\xfb','\xb9','\x28','\xb1','\x93','\x13','\xd4','\x12','\x8b','\x28','\x45','\x82','\x63','\x4a','\xba','\x59','\xb6','\x25','\xf9','\x39','\x63','\x68','\x6f','\xf4','\xd8','\xce','\x6c','\x0c','\x4c','\x40','\x3c','\xcc','\x4c','\x5a','\x59','\xd9','\x4e','\xe4','\x4b','\xe4','\xb8','\xa4','\x53','\x62','\x33','\x93','\x4b','\xf7','\x89','\x42','\x02','\x74','\x47','\x02','\x00','\xce','\xc4','\xae','\x0b','\x9d','\x73','\x2a','\x7d','\x9c','\x51','\xbc','\x4c','\x68','\x66','\xab','\x3c','\x0e','\x15','\x93','\x71','\x1e','\x24','\x3a','\xe0','\xa0','\x5b','\x01','\xc7','\xce','\x85','\x53','\xe1','\x24','\x03','\x47','\x51','\x10','\xef','\xa7','\x4e','\xfe','\x73','\x5e','\xbf','\xd9','\xc8','\x8b','\x46','\x9e','\xdc','\x74','\xda','\x0c','\xf8','\x4e','\x87','\x06','\x89','\x21','\x35','\x40','\x9c','\xc3','\xdd','\x47','\xf1','\xc3','\x9f','\x1b','\xc6','\x60','\xfe','\xef','\xb7','\x23','\xe7','\xec','\xd0','\xbf','\x61','\x47','\x79','\x5f','\xcf','\x76','\x94','\xc5','\x07','\x44','\x49','\x77','\xc9','\xe4','\xe4','\x5c','\x40','\x88','\x44','\x60','\xe2','\x7b','\x8c','\xb8','\xcf','\x0c','\x7a','\x99','\x0c','\xc4','\x93','\xd3','\x02','\x84','\xf6','\xbe','\x00','\xc0','\x38','\x3a','\x82','\x2a','\xf4','\xa8','\x2e','\xe3','\xe0','\x3d','\x4b','\x9e','\xad','\xe3','\xf3','\x1a','\x3c','\x06','\xfa','\x0d','\x45','\x2a','\xb4','\xd5','\xe0','\xcd','\xc7','\x8e','\x8e','\x28','\x7e','\x34','\x92','\x92','\xc3','\x8e','\x18','\x64','\x79','\x17','\x8f','\xa0','\xf2','\xa9','\x1d','\x1d','\x7d','\xc3','\xb0','\x23','\x90','\x3b','\x3d','\xa9','\x1d','\x1e','\xc8','\xfa','\xd9','\x8e','\xe2','\xf9','\x38','\x62','\xa6','\x41','\x00','\x28','\xe7','\x77','\xa6','\x1d','\x49','\x8a','\x57','\x60','\xaa','\xf9','\xc0','\x41','\xe1','\x00','\xc7','\x5c','\x5e','\x9a','\xb6','\xcf','\xa2','\x31','\xa9','\x85','\x0c','\x76','\x02','\x52','\x88','\x8e','\x8e','\x96','\xcf','\xe7','\x09','\x60','\xbe','\xa7','\xa8','\x71','\x66','\xc3','\x1d','\x28','\x0a','\x59','\x0a','\x0c','\x23','\xd0','\xd7','\x1a','\xf4','\xa4','\xe8','\x66','\x21','\x90','\x4c','\x71','\xec','\x83','\x5f','\x1f','\x36','\xe0','\x50','\xb4','\x85','\x12','\xd4','\x4b','\x5b','\x39','\xd7','\xb6','\x01','\xa5','\x35','\x5c','\xd6','\x46','\x20','\x40','\x95','\xfb','\x48','\x16','\xc5','\xf8','\xf5','\x19','\x43','\x2a','\xfe','\xf4','\x1f','\xff','\x1e','\x97','\xa7','\x2b','\xca','\xba','\x60','\x79','\x58','\xb0','\x5c','\x17','\xb4','\x5a','\x50','\x1b','\xd7','\x04','\x40','\x81','\xeb','\xfa','\x88','\xb6','\x5c','\xb0','\x2c','\x0b','\x1e','\xaf','\x4f','\xb8','\xd4','\x07','\x8c','\x7d','\xe0','\x87','\xef','\x7f','\xc4','\x5f','\x7f','\xf8','\x11','\x7f','\xfd','\xf3','\x5f','\xf1','\xf1','\xdd','\x47','\xf4','\x1b','\x25','\xa1','\xdd','\x1c','\xab','\x52','\x2e','\xba','\xd4','\x1a','\x94','\x6c','\x06','\xee','\x11','\x0b','\x21','\x6d','\x26','\xa7','\x65','\xfa','\xb8','\xa2','\x82','\xee','\x5c','\x50','\x8d','\x3c','\x47','\x69','\xf6','\xd3','\x37','\x05','\xe8','\x51','\xb2','\xe0','\x7d','\x9d','\x68','\xf2','\xd8','\x1d','\x09','\xad','\x84','\x3d','\xce','\x82','\xdf','\x9d','\xf2','\xdc','\xf1','\x33','\x23','\x85','\x05','\x2c','\x66','\xb0','\x10','\xdd','\xf0','\x3c','\x5b','\x0a','\x5c','\x97','\xeb','\x4c','\xcc','\x73','\xa7','\x0b','\x80','\x00','\x08','\x0a','\xda','\x65','\xc1','\xc3','\xdb','\xb7','\x58','\x1e','\x2f','\xd1','\x71','\x2c','\x14','\x30','\xa8','\x41','\x77','\xa9','\x2c','\x4a','\x77','\x0f','\x30','\xa4','\x56','\xe8','\xc2','\x22','\x48','\x6b','\xe3','\x3c','\x8c','\x04','\x98','\x69','\x05','\x18','\x0a','\xd5','\x11','\x85','\xec','\x21','\x1e','\xd2','\xc7','\x40','\xbd','\xef','\x10','\x77','\x2a','\xca','\x19','\xa8','\x00','\x17','\xc5','\x4f','\x07','\xd0','\xc1','\x6e','\x11','\x0d','\xa5','\x84','\x62','\x13','\xd0','\xcd','\xa6','\x8c','\xf4','\x80','\x83','\x03','\xce','\x8e','\x6d','\xdf','\x20','\x4e','\xb0','\xa0','\x16','\x81','\x59','\x39','\x0a','\x74','\x64','\xd2','\x7c','\x14','\x04','\x00','\x67','\xc8','\x72','\x75','\x02','\x1c','\x91','\xa4','\x6a','\x7c','\x76','\x9d','\x60','\x96','\x08','\xe7','\xbb','\x4c','\x04','\x7d','\x1f','\xa8','\x4b','\x0d','\xa5','\x4d','\x60','\xdf','\x36','\xec','\x1b','\x77','\xe3','\x18','\x18','\x43','\x2e','\x97','\x15','\xee','\xc0','\xed','\x76','\x8b','\x18','\x95','\x06','\xaf','\x28','\x01','\xb4','\x0d','\x37','\x7e','\xee','\x70','\x91','\xc4','\xb6','\x3c','\x3a','\xcb','\x47','\xac','\x49','\x49','\x78','\xe8','\x91','\x28','\x94','\x48','\xc8','\x8f','\x64','\x1f','\xd8','\x22','\x11','\x2c','\xa1','\x24','\x20','\x79','\x26','\x33','\xe1','\x8d','\x5f','\x34','\xfd','\xaf','\x08','\x52','\x4a','\xf2','\x55','\x71','\x2e','\x06','\x48','\x61','\x87','\x2a','\xfd','\xbc','\xca','\x91','\x9c','\xe1','\xdf','\xfb','\x3a','\xe8','\xc1','\x76','\xa2','\x4b','\xc8','\xab','\xbf','\x3d','\x12','\xde','\xa4','\x87','\x89','\x1c','\x94','\xe0','\x57','\xf9','\xc6','\xf9','\x5c','\x9c','\xde','\x27','\xfd','\x9b','\x05','\xa5','\x69','\x76','\x8c','\x5e','\x5d','\x6f','\xfa','\xaf','\xe3','\xb3','\x18','\xb7','\x77','\xe3','\xdc','\x41','\x02','\x24','\x06','\xd8','\xb3','\x5b','\x94','\x1d','\x28','\x83','\x7b','\x82','\x50','\xc1','\x1e','\x29','\x2c','\x46','\x35','\x9e','\x39','\x15','\xf3','\x30','\xcf','\x9b','\xbb','\x63','\x74','\x87','\x15','\x87','\x45','\x47','\x4b','\x55','\xb8','\xf4','\x3c','\x0b','\x22','\x08','\x41','\x8c','\x3e','\x30','\x0a','\xa9','\x62','\x0a','\x76','\x2a','\xf7','\xd1','\x01','\x8b','\x7d','\x86','\xb5','\x30','\xe1','\xc7','\x40','\xae','\x7e','\x63','\xb2','\x1d','\x85','\x82','\x03','\xa3','\xf8','\x54','\xbc','\x3b','\xbf','\x8e','\x3d','\x40','\x60','\x3e','\x25','\x49','\xbd','\xca','\xe2','\x23','\x0a','\xe2','\x93','\x1d','\xe4','\xba','\x92','\xb3','\x9f','\xa7','\x8f','\x53','\x68','\x25','\xd0','\x95','\xd2','\xd6','\xb3','\x7b','\xe2','\x31','\x03','\x13','\x3f','\x97','\xdd','\xf1','\xec','\x70','\x96','\x98','\x8f','\x64','\x81','\xa1','\x73','\x84','\x00','\x96','\xe3','\x08','\x40','\x2e','\x38','\xce','\x8a','\x2a','\x07','\xfd','\xbd','\x0f','\xc0','\x3b','\xac','\xd4','\x10','\x91','\x89','\x12','\x6e','\x10','\x90','\xeb','\x7d','\xcc','\x1c','\x32','\xfd','\xac','\xd0','\xad','\xce','\xa2','\x21','\x3e','\x11','\xe6','\xce','\x36','\x1c','\x4a','\x7b','\x88','\x42','\x38','\xd9','\x4f','\x25','\xc0','\xf9','\x3c','\xff','\x49','\xfd','\xcf','\x1c','\x4a','\x62','\x80','\x37','\xeb','\x27','\x32','\x4f','\x0e','\x20','\x34','\x0b','\xb9','\xcc','\x9f','\x0e','\x3f','\x74','\xc4','\x7b','\x87','\x07','\xd0','\x6f','\x01','\x02','\xc6','\xf5','\xcc','\xb3','\x99','\xf9','\x5d','\x76','\x03','\x75','\xc6','\xe9','\xe3','\x1c','\x04','\x9d','\x4f','\x80','\xde','\x77','\xdc','\x5f','\x5e','\x00','\x29','\xb8','\x3e','\xbd','\xc5','\xe3','\xd3','\x23','\x6c','\xec','\xf8','\xe9','\xd7','\xf7','\xb8','\xdf','\x77','\x2c','\x97','\x0b','\xd6','\xc7','\x2b','\xae','\x97','\x2b','\x2e','\xd7','\x2b','\x7e','\x7e','\xf7','\x2b','\xfe','\xf2','\xcb','\x5f','\xf1','\xcb','\xcb','\x0b','\x36','\x1f','\x58','\x1f','\x1f','\x71','\x5d','\x17','\x54','\x00','\xba','\x37','\xee','\xb1','\x2a','\x79','\x1f','\xc2','\x3f','\x5a','\x09','\x06','\x15','\xe6','\xfc','\x68','\x8f','\x8e','\x5c','\xad','\x15','\xa5','\x2c','\xb0','\x6e','\xb8','\xd9','\x0e','\xb7','\x0e','\xdb','\x59','\xcc','\xbb','\x84','\x67','\x14','\xce','\x4c','\x5d','\x44','\x21','\xcb','\x0a','\x5d','\x2a','\xfa','\xda','\xf0','\xa5','\xd7','\x17','\x28','\x70','\x16','\x87','\x9c','\x5a','\xec','\xc3','\xe8','\xf0','\x72','\x6f','\x0a','\xe0','\xf3','\x86','\x9f','\x87','\xa1','\xd3','\xf8','\x55','\x14','\xe6','\xfd','\xd5','\x03','\x01','\x0e','\xaa','\x5a','\xb6','\xb6','\x46','\x27','\xba','\x76','\xa6','\x18','\x1d','\xfc','\x48','\x3e','\x9c','\x6c','\x8d','\x8e','\x31','\xa6','\xd1','\x20','\x93','\xd9','\x90','\x2f','\x15','\xe5','\xc0','\x78','\x6e','\xc4','\x45','\x5e','\xa5','\x79','\x1c','\xe4','\x6c','\x1f','\x8e','\xd7','\xc3','\xbd','\xf3','\xd3','\x44','\xe0','\x0f','\x44','\x73','\xb6','\xf5','\xf3','\xc5','\x08','\x00','\x20','\x29','\x75','\x98','\xf5','\xf1','\x39','\x15','\x17','\x0b','\x5a','\x60','\x04','\xba','\x83','\x62','\xc2','\xc0','\x60','\xf9','\x77','\x79','\x3f','\x4e','\x49','\x1e','\xcf','\x14','\x7f','\xae','\xe8','\xa1','\xd0','\x64','\xce','\xdd','\x22','\xe7','\xf6','\x38','\x4f','\x43','\xf4','\x74','\xcc','\x21','\x62','\x73','\x4b','\xb0','\x04','\xf2','\x92','\x89','\xab','\xc7','\x7d','\xe7','\xc1','\xa2','\x72','\x06','\x20','\xe8','\x7d','\x67','\x07','\xc2','\x11','\x54','\x9f','\x85','\x4b','\xf7','\x54','\xe7','\xfd','\x66','\xa7','\x2c','\x0a','\x38','\x04','\x67','\x57','\xce','\x08','\x15','\x90','\xdb','\x9c','\x4f','\x27','\x65','\x06','\x82','\x2c','\x46','\x15','\x12','\x76','\x44','\xe9','\xf4','\x57','\x76','\x64','\x47','\x62','\x3d','\xef','\x23','\x70','\xb2','\xa3','\x63','\x43','\xf8','\x6f','\xdb','\x11','\x13','\xb2','\x7f','\xcb','\x8e','\x46','\xdc','\x93','\x57','\x76','\x14','\x41','\xbb','\x84','\x10','\x80','\xca','\xa9','\x65','\xef','\x11','\xc4','\x8c','\xb4','\x95','\x11','\x8e','\x29','\x5b','\xed','\xb3','\xc0','\x3c','\xd9','\xc0','\xb4','\x33','\x7d','\x5d','\x48','\x65','\x80','\x4e','\x7a','\x42','\x4c','\x4a','\xce','\x60','\x78','\x0e','\xbb','\x62','\x4e','\x7a','\xbc','\x45','\x97','\x2f','\x3b','\x7d','\x38','\x64','\xb2','\xa7','\x13','\xce','\x67','\x7d','\xb2','\xa1','\x2c','\xac','\xd2','\x26','\x34','\xe6','\x63','\xc6','\xb4','\x23','\x8d','\x44','\x49','\x22','\x18','\xf1','\xde','\x70','\xe6','\x46','\x0f','\x19','\xe2','\xd3','\xb9','\x39','\x3e','\x1b','\x45','\x2f','\x4a','\x65','\x00','\xec','\xc6','\x3d','\x07','\x82','\x8e','\xaa','\xaf','\xed','\xc8','\xdd','\xd1','\x47','\x8f','\x25','\x8f','\x89','\x96','\x05','\xda','\x96','\x09','\x47','\x3a','\x62','\x0f','\x34','\x6f','\x30','\x90','\x51','\x1a','\xbb','\xce','\x7b','\x98','\x73','\x50','\xd9','\xb9','\xaa','\x5a','\x21','\x35','\x28','\x87','\x97','\x0a','\x6f','\x82','\x8f','\xcf','\xcf','\xd8','\xb7','\x8d','\x9d','\x99','\xf0','\xe0','\x4b','\x69','\x78','\x7c','\x78','\xc0','\xd2','\x16','\xdc','\xef','\x2f','\xd0','\x2e','\x90','\x1a','\xb4','\x49','\x07','\x6a','\x65','\xa2','\xaf','\xa5','\xc0','\xe0','\xb8','\xeb','\x86','\xef','\x7e','\xff','\x0d','\xbe','\xfd','\xf6','\x5b','\xec','\x36','\x70','\xef','\x3b','\x96','\x52','\xf0','\x50','\x04','\x1f','\xbf','\x17','\xdc','\x5f','\xee','\xf8','\xee','\xff','\xfa','\x7f','\xc2','\x9b','\xb7','\x4f','\x28','\xd7','\x86','\xf5','\xf1','\x8a','\xb6','\x54','\x78','\xd8','\xc5','\x87','\xdb','\x33','\x46','\xef','\xd0','\xf2','\x80','\x37','\xd7','\x37','\xb8','\x3e','\x3c','\x40','\xb4','\xe2','\xc3','\xfb','\x67','\xfc','\xe5','\xbf','\xfc','\x05','\xff','\xf4','\xbf','\xfd','\x33','\xfe','\xf5','\x9f','\xff','\x05','\x1f','\x7f','\x7d','\x46','\x2b','\x0d','\x97','\xba','\xb2','\xf8','\x6a','\x15','\x15','\x0d','\x5a','\x2a','\x2c','\x64','\x49','\xa5','\x16','\xd2','\xa2','\xa2','\x53','\xa8','\x73','\x81','\x66','\xd8','\x34','\x38','\x74','\x9b','\xdc','\xf7','\xec','\x9a','\x40','\xc0','\x62','\xf8','\x14','\x0c','\x05','\x4e','\xa5','\xaa','\x69','\x73','\x98','\x09','\x59','\x9e','\xc6','\x29','\xe4','\x11','\xb4','\xd5','\x79','\x4e','\xc2','\x47','\x65','\xe0','\x84','\x93','\x07','\xce','\x3d','\x4a','\x41','\xdb','\x42','\x10','\x80','\x84','\x22','\x03','\xcb','\xba','\x42','\x54','\xd1','\xf7','\x9d','\x3b','\x96','\xdc','\x21','\x85','\xdd','\xb6','\xeb','\xb2','\x62','\x59','\x57','\xf8','\xda','\x30','\x0a','\x0b','\xd0','\xb2','\x50','\xc6','\x39','\xd5','\xa7','\xa4','\x55','\x94','\x65','\xe5','\xdc','\x83','\x19','\xd0','\x1a','\xfc','\x52','\x81','\x95','\x52','\xd7','\x56','\x38','\x9c','\x9b','\x83','\xfa','\x80','\xc0','\x67','\xd2','\xa2','\xe1','\xff','\x07','\xd4','\x0c','\xeb','\x65','\x05','\xba','\x71','\xdb','\xfd','\x3e','\xc2','\x97','\x0f','\x0c','\x01','\x86','\x00','\xbb','\xc8','\xa4','\xd9','\x8c','\xbd','\x73','\x9f','\x13','\x82','\xea','\xe5','\xf4','\x0f','\xbb','\x1b','\xf6','\xde','\x21','\x7d','\x60','\xdf','\x62','\x6f','\xd6','\xd6','\xe1','\x2d','\x94','\x94','\xa4','\xa1','\x14','\x84','\x0a','\xa4','\x41','\x24','\x3b','\x1f','\xe9','\x6a','\xa2','\xd0','\x97','\xa0','\xc2','\x8e','\x01','\x5d','\x2a','\x5a','\x6b','\x41','\xe3','\x3b','\x40','\x2e','\x33','\x87','\x0e','\x52','\x38','\xf6','\xbe','\xb1','\x47','\xa1','\x94','\x7f','\xb5','\xe1','\x33','\x2e','\x67','\x82','\xb9','\x6f','\xec','\xf2','\x38','\x1a','\x1a','\x0c','\xa5','\xae','\x58','\x16','\x06','\xfb','\xda','\x96','\xe8','\xb0','\xb3','\x03','\x9a','\x36','\x31','\xbb','\x33','\x88','\x58','\x26','\x12','\xdd','\x23','\xb2','\x23','\x54','\x8f','\x44','\x54','\x88','\x88','\xc4','\x0e','\x11','\x52','\xa2','\x47','\xd0','\xc7','\xd2','\xd7','\xa6','\xcf','\x79','\x1d','\xd3','\x8e','\x4e','\x63','\x76','\x95','\x1c','\x14','\x07','\xe2','\x3d','\x2a','\x38','\x77','\xb4','\x20','\x4c','\xee','\x27','\xe5','\x2b','\xe3','\xca','\xa7','\xf1','\x38','\xff','\x2e','\x0a','\x18','\x15','\xc4','\xee','\x2a','\x47','\xf2','\x7b','\x26','\x7b','\x03','\xaf','\x7f','\xf6','\xe8','\x84','\xc8','\xa4','\xd7','\xce','\x7d','\x3c','\xc0','\xa4','\xa5','\x4d','\x34','\x3e','\xff','\x48','\x14','\xfe','\x4e','\x5a','\xaa','\x88','\xe0','\x7e','\xbf','\x63','\xdf','\x59','\xd8','\x97','\x40','\xf3','\x1d','\xec','\x58','\xa8','\x2a','\x05','\x3b','\x92','\x76','\xef','\x4e','\xdf','\x8a','\x64','\x9a','\x70','\xf6','\x71','\xbf','\xdf','\x83','\x9a','\x24','\xb3','\x6b','\x4e','\x9a','\x73','\x88','\x19','\x14','\x26','\xc1','\xcc','\x39','\xe4','\x28','\x34','\x4b','\x74','\xb8','\xc3','\xef','\x8f','\x94','\xb6','\x46','\x02','\x15','\x87','\x8f','\x80','\x19','\xf6','\xd8','\x11','\xa4','\xa2','\xe8','\xbd','\x63','\x8c','\x81','\x75','\x59','\xa0','\x9d','\x9f','\xa1','\x68','\x81','\x42','\x30','\x7a','\xc7','\x50','\xc0','\xba','\x47','\x01','\xc4','\xe4','\x1f','\x0e','\x94','\x98','\x2a','\xd4','\x00','\x8b','\x61','\x36','\x3b','\x8e','\x67','\x6a','\x97','\xbb','\x73','\x31','\x76','\x29','\x93','\x12','\x99','\x89','\x38','\x10','\xd4','\x37','\x60','\xaa','\x58','\x7a','\x3e','\xff','\x28','\xd8','\xd3','\x9e','\xd8','\x81','\x06','\x41','\x44','\xa2','\x65','\x4c','\x8a','\x13','\xfc','\x89','\xc2','\x43','\x35','\xfd','\x10','\x8e','\x19','\xa7','\xcc','\x53','\x58','\x35','\x1c','\xd5','\x7f','\x7c','\x2f','\x81','\x4e','\x9d','\x63','\xad','\xf3','\xd9','\x47','\xbe','\xe1','\xc3','\xe1','\x3e','\x60','\xa2','\xb3','\xf0','\x50','\x2d','\x68','\x0d','\x07','\x3d','\x7d','\x56','\xd4','\x41','\x1e','\xb3','\xe3','\x5a','\x67','\x51','\x2d','\xf9','\xbe','\xe1','\x98','\x71','\x00','\x9f','\x2c','\x5c','\xfb','\xf4','\xe7','\x19','\xaf','\xb3','\x58','\x1a','\x01','\x2a','\xa7','\xdf','\x77','\x33','\x58','\x11','\xf8','\xc8','\x82','\xe8','\xf5','\x99','\xa0','\x6d','\x9f','\xfc','\x88','\x1b','\xac','\x47','\xe7','\x0a','\x8e','\xb1','\x2e','\x58','\xb0','\x1c','\xbe','\x26','\x9f','\x5d','\x8a','\x58','\x81','\x33','\x50','\xf3','\xbd','\x13','\x1d','\xf1','\xcc','\x27','\x7d','\x7e','\xe6','\x5a','\x1a','\xcb','\xea','\x3e','\x70','\xff','\xf0','\x81','\x20','\x0b','\x80','\x45','\x0b','\xd0','\x07','\xfc','\xb6','\x61','\x59','\x1a','\xea','\xd3','\x23','\xe7','\xc5','\xdd','\xe0','\xef','\x7f','\xc2','\xf3','\xed','\x19','\x7f','\xf9','\xe9','\x07','\x74','\x05','\xbe','\x7e','\xba','\xe2','\xe9','\xcd','\x15','\x7d','\xef','\x01','\x34','\x21','\xce','\x52','\x81','\x0d','\xc1','\xd8','\xef','\xf0','\x3e','\x50','\x4a','\x45','\x52','\x7a','\x05','\x41','\x19','\xec','\x3d','\x98','\x32','\x8c','\xe3','\x4d','\x14','\x45','\x0d','\x7d','\x18','\x7c','\xe3','\xd7','\x8a','\x34','\xf8','\x5e','\x71','\x7d','\x2c','\x58','\xda','\x82','\x5f','\xf6','\x8e','\x2f','\xbd','\x3e','\x2f','\x80','\xf8','\x99','\x4f','\x49','\x29','\xf9','\xdd','\x23','\xb8','\xf3','\xaa','\x16','\x68','\x55','\x18','\x51','\x48','\x21','\xcf','\x65','\x4a','\x4e','\xea','\xce','\x39','\x71','\x3d','\xf3','\x6b','\x3f','\x4d','\x18','\x5d','\x8f','\x07','\x3a','\xcc','\x42','\xa5','\x23','\x7e','\x7f','\x24','\x9d','\x0e','\xcc','\x01','\xba','\x69','\x30','\x83','\xfb','\x3b','\x72','\xc6','\x66','\x2a','\x99','\x98','\xe7','\x32','\x74','\x0e','\x16','\xf7','\xc1','\x2e','\x4e','\x16','\x32','\xf1','\x3e','\xaf','\x38','\xf0','\xe9','\xf8','\xf2','\x1a','\x13','\xa5','\x98','\x49','\x75','\xee','\xfb','\x09','\xe3','\x0a','\x03','\xc3','\x69','\x4e','\x45','\xa2','\x23','\x24','\xe1','\x20','\xce','\xa8','\xfe','\xb9','\xe5','\x3a','\x2b','\xf9','\x13','\x92','\xe0','\xc8','\x2e','\xcd','\xf1','\x0c','\xd2','\xa8','\x4b','\x2c','\x2e','\x23','\x16','\x11','\x4e','\xf0','\x9c','\xa0','\xa4','\x23','\x0f','\x27','\x0c','\x80','\x8b','\x52','\xdd','\xe1','\xc6','\xd6','\xa0','\x45','\x41','\x93','\xef','\xa7','\x2a','\x90','\xce','\x25','\x98','\x9c','\x59','\x11','\x6e','\x7f','\x3e','\xa7','\xe2','\x59','\xfc','\x08','\x42','\xf2','\x36','\x06','\x11','\xcd','\x90','\x9b','\xa0','\x13','\x81','\x29','\x5a','\x03','\xb4','\x88','\x22','\x34','\x90','\x85','\xe2','\x76','\xcc','\x10','\xc8','\x17','\xec','\x48','\x4e','\x76','\x14','\xc9','\xd5','\xa4','\x05','\xf8','\x31','\xc3','\xf3','\xb7','\xec','\xc8','\xe3','\xeb','\x89','\xe8','\xa4','\x1d','\x25','\xb5','\xd0','\xf3','\x7a','\x90','\x88','\xd1','\x61','\x47','\xa2','\x0a','\x35','\x22','\x5e','\x0c','\x9f','\x07','\xef','\x1f','\x90','\xc9','\xe7','\x16','\x63','\xb7','\xe3','\x95','\xe4','\xf6','\x2c','\xf8','\x33','\xa1','\xcc','\xc6','\xb5','\xbf','\xb2','\xa3','\xfc','\x5e','\x64','\x77','\x44','\x25','\x36','\xa5','\xc4','\x61','\xc6','\xc9','\x41','\x83','\x67','\x81','\xd4','\xa7','\x12','\xdc','\x6c','\x99','\xa8','\xd9','\xd9','\x8e','\xd8','\x55','\x61','\x61','\x80','\x29','\xdb','\x1e','\xf4','\x0a','\xbe','\xd5','\xbc','\x47','\xfa','\xa9','\x1d','\xc5','\x21','\x4f','\xa4','\x28','\xbe','\xe9','\x55','\x52','\x90','\xf7','\x36','\x25','\xb9','\x01','\xc0','\x34','\x40','\x02','\x44','\xd7','\x30','\xf6','\x7e','\x71','\x19','\x60','\x99','\x49','\xd1','\xb9','\x48','\xf7','\x70','\x6e','\x49','\xab','\xc9','\x02','\x68','\x84','\x7d','\x26','\x82','\x95','\x45','\xb7','\x40','\x39','\xcb','\x80','\x13','\xf5','\x27','\x6c','\x8b','\xcf','\x92','\xd7','\x96','\xc9','\x17','\x8a','\x1c','\x8b','\x6b','\x4b','\xe5','\x1f','\x01','\x7d','\x83','\x79','\x74','\x33','\xb8','\x75','\xbe','\x5e','\x1f','\xf1','\xb6','\x55','\x22','\x99','\xc6','\x3d','\x2c','\x3d','\x66','\xb3','\x8a','\x28','\xbe','\xfe','\xe3','\xef','\xf0','\xe6','\xbb','\xaf','\x51','\xaf','\x0b','\xee','\xb7','\x3b','\x86','\x1b','\xda','\x65','\x41','\xbd','\x2c','\x78','\xe3','\x5f','\x43','\x3e','\x7c','\xc4','\x8b','\xed','\xd0','\xb1','\xe1','\xaa','\x05','\x6b','\x15','\x78','\x15','\x58','\x1f','\xd8','\x7c','\xc7','\x2f','\xcf','\xbf','\x60','\xdf','\x77','\xac','\x8f','\x15','\x1f','\x9e','\x3f','\xe2','\x2f','\x3f','\xfc','\x15','\x3f','\xff','\xf4','\x0e','\xdf','\xff','\xf9','\x7b','\xfc','\xf5','\xfb','\xbf','\xe2','\xf9','\xc3','\x0b','\xc4','\x05','\x97','\xe5','\x8a','\x56','\x56','\xa8','\x28','\xaa','\x36','\x54','\x5d','\x50','\xc0','\x3d','\x3b','\x62','\x07','\xb8','\x22','\xe1','\x03','\x33','\xd1','\xe0','\x93','\x95','\xf9','\x6c','\xdc','\xb8','\xbf','\xac','\xd5','\x16','\x67','\xce','\x67','\xce','\x97','\x1c','\x76','\x37','\x83','\xf6','\x11','\xe7','\x43','\xc2','\x7d','\x9e','\xe8','\x3b','\xe9','\x17','\x4f','\x7e','\xea','\x3c','\x07','\x96','\x7e','\x64','\x84','\x52','\x21','\x45','\x1a','\xc2','\x87','\xc4','\xf7','\xb9','\x0a','\x04','\x05','\xd2','\x1a','\x6a','\xab','\xb3','\x7b','\xa4','\x09','\x52','\x09','\x8b','\xda','\xb6','\x2e','\xb8','\xae','\x54','\x35','\xbb','\x85','\xd8','\x81','\x8a','\xa1','\xc8','\xe9','\x3a','\x44','\x39','\xe0','\x0b','\xa0','\xad','\x0b','\x5a','\xab','\xf0','\xaa','\x80','\x56','\xb8','\x08','\xf6','\xa0','\xc8','\x9a','\xe2','\x74','\x4f','\x48','\xf6','\x93','\xa5','\x40','\x85','\x1d','\x13','\x1f','\x25','\x9d','\x03','\xd0','\x06','\xbc','\x14','\xa0','\x0d','\xc8','\x16','\xf2','\xba','\x4e','\xad','\xb7','\x2a','\xec','\xf0','\x7a','\x1f','\xec','\x22','\x5a','\x28','\x9f','\x49','\x8f','\x24','\x52','\xa0','\x28','\xa0','\x42','\x9a','\xa2','\xac','\x17','\x94','\xb8','\x2f','\x7b','\x27','\xd5','\x85','\x31','\x2b','\x9f','\x4b','\x82','\x08','\xd9','\x37','\xcf','\xcf','\x26','\x4c','\x22','\x1d','\xb1','\x48','\x34','\x00','\xad','\x71','\x24','\xc9','\x10','\x07','\x11','\x64','\x9e','\xd5','\x11','\x74','\x72','\x52','\xb9','\x1b','\xac','\x52','\x91','\xb5','\x28','\x8b','\x6e','\x1b','\x1d','\xae','\x32','\x77','\x24','\x25','\x70','\xd0','\xda','\x12','\x40','\x9e','\x52','\xed','\xcb','\x38','\xb3','\x21','\xe0','\x79','\x50','\x24','\x05','\xfa','\xf0','\xf8','\x2e','\x44','\x57','\x25','\x32','\x82','\x89','\xd4','\xef','\x39','\xef','\x3a','\x80','\x41','\x5b','\x4c','\x90','\x63','\x8a','\x01','\xc4','\x19','\x4e','\x30','\xe6','\x3c','\xd3','\x80','\x93','\xbf','\x66','\x1c','\x0f','\x1f','\x19','\x88','\xad','\xe0','\xd4','\x39','\xca','\x97','\x66','\x8d','\x73','\x14','\x4e','\xd3','\x9f','\x66','\x81','\x35','\xdf','\x55','\xa6','\xdf','\x64','\xcc','\xc7','\xf4','\xb9','\x09','\xbc','\xa4','\xbf','\x78','\x05','\x4a','\x85','\xff','\x3f','\x83','\x6b','\x92','\xf1','\x26','\xfe','\x3e','\x3b','\x0d','\x59','\x2c','\x7e','\xca','\xaa','\x18','\xf9','\xbd','\x11','\xbb','\xc5','\x43','\x6c','\x24','\x29','\x64','\x27','\x5f','\x4a','\xe1','\x91','\x12','\x83','\xf4','\x0a','\x19','\x2c','\xb8','\x33','\xe9','\xff','\x8c','\x02','\xa8','\x07','\xe0','\x9a','\x9f','\x14','\x48','\xc0','\x30','\x93','\xf0','\x38','\xb7','\xe8','\x30','\x1b','\x18','\xc6','\x7c','\x4c','\xbc','\xc0','\x28','\x61','\x05','\xb3','\xc1','\x9d','\x62','\x40','\xb0','\x59','\xf8','\xd9','\x5a','\x6d','\x40','\x19','\x10','\x73','\xd4','\x52','\x03','\x40','\x64','\xf0','\x18','\xf0','\xb9','\x5b','\x50','\x0b','\x50','\x0c','\x90','\xfe','\x3a','\x5f','\x49','\xbf','\x3d','\x9f','\xed','\xa9','\xe0','\xcd','\x2f','\x26','\xc8','\x72','\xcc','\x5f','\xbf','\x2e','\x8e','\x35','\xba','\x0d','\x47','\xee','\x70','\x74','\x41','\xc6','\x38','\xf2','\xb6','\xa9','\x7c','\x76','\x8a','\xff','\xf9','\xe8','\x79','\xee','\x04','\x25','\x62','\xa8','\x9b','\x11','\x34','\x2a','\x1a','\x54','\xba','\xd3','\xcf','\x58','\x5c','\xbf','\x2a','\xc8','\x29','\xce','\x20','\x19','\x67','\xcf','\x9c','\xf4','\x5e','\x8c','\xd9','\xa1','\x9d','\xf7','\xde','\x10','\xf3','\x72','\x98','\x5f','\x67','\x77','\x47','\x32','\x59','\x9a','\x67','\x40','\xd2','\x06','\xf8','\xe0','\xa3','\xe1','\x9a','\xb9','\xc1','\x01','\x36','\xcd','\x39','\xb0','\xf0','\x41','\x10','\x09','\x5f','\x12','\xf7','\xed','\x84','\x50','\xa5','\xc5','\x67','\x7e','\x74','\x16','\xa5','\xca','\xaf','\xb9','\xf9','\x21','\x36','\x14','\x9f','\x49','\x4a','\x41','\x91','\xe8','\xa6','\xec','\x3d','\xba','\x5a','\x98','\xd2','\xd9','\xf1','\x94','\x8f','\x91','\x0d','\x3b','\x9e','\x33','\xe2','\x73','\xbb','\x27','\x00','\xcc','\xcf','\xb6','\xd4','\x0a','\x38','\x0b','\xe6','\xbe','\xdb','\x2c','\x44','\x57','\x6d','\xd8','\xcc','\xe0','\x63','\x07','\x50','\x50','\x75','\xc1','\xe3','\xc3','\x13','\xfe','\xa0','\x15','\xa5','\x2d','\xf8','\xf1','\xdd','\x3b','\xbc','\x7f','\xf9','\x80','\x0f','\xdf','\xdf','\xf0','\xe1','\xf6','\x16','\xff','\xf0','\xf5','\xd7','\x28','\x2a','\xd8','\x7a','\x8f','\x3c','\x23','\x7e','\x87','\x83','\x31','\xa5','\x94','\x49','\x35','\x74','\x55','\x64','\x6e','\xc5','\xf9','\xce','\x11','\xa6','\x56','\xb0','\xa8','\xa2','\x46','\xf7','\x77','\x41','\xaa','\xc5','\x92','\xba','\x88','\xad','\x43','\x5a','\x3b','\x64','\xe9','\x3f','\x79','\x7d','\xbe','\x08','\x35','\x02','\x25','\x3c','\x3e','\x38','\x98','\xa8','\x5a','\x2c','\xad','\x24','\x8f','\x94','\x66','\x21','\xd0','\xc9','\x93','\x3d','\x1e','\x98','\x11','\x9d','\x95','\xd7','\x34','\xa6','\x73','\x12','\x0b','\x27','\xf7','\xbf','\x80','\xdc','\xe7','\xac','\x92','\xd3','\x81','\x8e','\x31','\x82','\x96','\x70','\x0c','\x25','\xbf','\xa2','\x35','\x9d','\x92','\x6f','\xc7','\x81','\xce','\x9c','\x0f','\xd7','\x6c','\xbf','\x3a','\x50','\x6b','\x39','\x96','\x2d','\xaa','\x84','\x93','\x3c','\xa8','\x4b','\xd9','\xd2','\x9d','\xdb','\xa2','\x25','\x03','\x83','\x44','\x95','\x9c','\xe7','\x3a','\x1c','\x4c','\x26','\x6e','\xaf','\x6e','\xdb','\x81','\xf2','\xe5','\xc1','\xe7','\xe7','\xcd','\xb3','\x7d','\x42','\xe9','\x2d','\xdb','\x92','\x49','\xcd','\x12','\xa0','\x84','\x31','\x47','\x30','\xe8','\x83','\x4b','\xac','\x5a','\x6b','\x47','\xa7','\xc5','\xc7','\xbc','\xf6','\xfc','\x5f','\x15','\x99','\xcb','\x01','\xcf','\x41','\xe4','\x2c','\x06','\x91','\x49','\x4c','\xde','\x9b','\x16','\xc1','\x72','\xb8','\x4d','\x04','\xd5','\x7a','\x9f','\xbf','\x9b','\x09','\x0b','\x09','\xec','\x99','\x98','\x9c','\x83','\xa5','\xa8','\x4d','\xde','\xb4','\x0c','\x3a','\x79','\xcf','\xe7','\x6f','\xdc','\x67','\x90','\x73','\x23','\x9a','\xb3','\x18','\xcd','\x83','\xb3','\x1b','\xcb','\x4f','\x25','\xdb','\xe3','\x4c','\x7a','\xcf','\xf7','\xdd','\x40','\x47','\xa4','\xf5','\x08','\xb2','\xbf','\x65','\x47','\xb9','\x19','\xfd','\x58','\x0e','\x87','\xd9','\x01','\x1b','\xb9','\x1d','\x5b','\x14','\x35','\x3f','\xc7','\xd9','\x8e','\x80','\x79','\x6f','\x1d','\x88','\xcd','\xe6','\x5f','\xb2','\x23','\xd2','\x28','\x4b','\xe3','\xd2','\xce','\xe4','\x8b','\x23','\x9f','\xc5','\x4c','\x26','\x88','\x18','\x1d','\x5b','\xc7','\xc3','\x84','\xa6','\x1d','\xe9','\x6b','\x3b','\xf2','\x13','\x35','\x31','\x9e','\xe9','\xb4','\x23','\xcd','\x42','\xe5','\x28','\xa6','\xce','\xbe','\x1f','\x19','\x14','\xe0','\x93','\xea','\x20','\x92','\x26','\x4b','\x84','\xd0','\x41','\x55','\x29','\x2d','\xe5','\x95','\x1d','\x1d','\xf3','\x44','\x87','\xbd','\x88','\x70','\x06','\xe5','\xd5','\xc6','\xe9','\x4f','\xec','\x68','\xc8','\x41','\xfd','\xc8','\xf9','\xba','\x86','\x76','\xcc','\xd5','\x09','\x62','\x76','\x27','\xfc','\xb6','\x08','\x6a','\xaa','\x22','\x22','\xef','\x7f','\xdc','\x2b','\xa3','\x54','\xa9','\x8a','\x4e','\xe7','\x1f','\x32','\x47','\x54','\x3f','\x8a','\x4e','\x5b','\xd2','\xec','\x80','\x40','\x5a','\x53','\xd6','\x1a','\xe4','\x23','\xef','\xdb','\x1d','\xbb','\x10','\xb5','\x5e','\x1e','\xaf','\xec','\x82','\x0e','\x4a','\xc0','\x3a','\x1c','\xf7','\xfd','\x0e','\x2f','\x8e','\x5a','\x2b','\x9e','\xde','\x3e','\xe1','\xab','\x37','\x6f','\x51','\x8b','\xe2','\xb6','\xdd','\xf1','\xee','\xd7','\x77','\x78','\x8e','\xce','\x51','\xa9','\x15','\x0f','\x6f','\x1f','\x70','\xef','\x37','\xdc','\xdf','\xbf','\xd0','\xc9','\x02','\xd8','\xfd','\x8e','\x7d','\xe3','\x60','\xfd','\x72','\xbd','\xf0','\xda','\xa0','\x28','\x65','\xc5','\x52','\xb9','\xf1','\x7a','\xc7','\x8e','\xfb','\xcd','\x60','\x7b','\x41','\x7f','\xb9','\xe3','\xdd','\xf6','\x1e','\x3f','\xbd','\xff','\x19','\x7f','\xf9','\x97','\xbf','\xe0','\xcf','\x7f','\xf9','\x1e','\xef','\x3f','\x7c','\x80','\xbb','\x63','\x2d','\x15','\x0f','\x97','\x27','\x5c','\x97','\x47','\x54','\xd7','\xa0','\xba','\x69','\xc8','\xa6','\xeb','\x2c','\x28','\xe9','\x5b','\x64','\x8a','\xfa','\x24','\x58','\xc3','\xa4','\xf0','\x78','\x6c','\x2e','\x44','\x3d','\x4b','\xab','\xd1','\xe9','\x0d','\x7e','\xfe','\xa0','\xad','\x88','\x1b','\x93','\x49','\x04','\xa2','\x38','\x13','\x45','\x7f','\x9d','\x10','\x86','\x3d','\xd0','\x2e','\x38','\x90','\x7a','\x16','\xf2','\xb0','\xec','\x0c','\xf7','\x41','\x89','\xd2','\xca','\x69','\x24','\x29','\x15','\x5a','\x80','\x55','\xca','\xb1','\xac','\x74','\xa9','\xc8','\xe5','\x7f','\xb2','\x2c','\x10','\x54','\x26','\xcd','\xa5','\xa0','\xb4','\x05','\x65','\x59','\x50','\x5a','\xc5','\x52','\x15','\x7b','\x01','\x5c','\x28','\x85','\x8b','\x22','\x9c','\x19','\x6a','\x0d','\x03','\x82','\x21','\x8e','\xe5','\xb2','\x62','\x7d','\xfb','\x80','\xdd','\x1c','\xb7','\xbd','\x63','\x77','\x0b','\x04','\x59','\xa1','\xca','\xfd','\x4a','\x0a','\xc0','\x7b','\x08','\x3c','\x54','\x9d','\x45','\x94','\x00','\xd0','\x91','\x03','\xd1','\x15','\xed','\xba','\x42','\x3a','\x60','\xb7','\x3b','\x7a','\x51','\x14','\xd9','\xb0','\x6b','\x01','\xf4','\x0e','\x63','\xc6','\x42','\x4a','\xa1','\xd6','\x49','\x81','\xf3','\xde','\x51','\xdc','\xa3','\x88','\x33','\x88','\x29','\x4a','\x05','\x30','\x0c','\xe3','\xbe','\x61','\xec','\x77','\xdc','\x7b','\x27','\xbd','\x46','\x12','\x28','\x2a','\x28','\x4d','\xa0','\x32','\x90','\xea','\x71','\xb3','\xef','\x2f','\x51','\x14','\x46','\x07','\x67','\x2a','\x8c','\xe2','\x88','\xa9','\x50','\x89','\xee','\x05','\x7d','\x14','\x0b','\x4e','\xfe','\x6e','\x49','\xa0','\x27','\x96','\xd0','\x6a','\x11','\xe8','\xd2','\xe0','\x20','\xb0','\x52','\x0b','\x25','\xc4','\x47','\xf8','\xde','\x6e','\x9d','\x43','\xe2','\x81','\x9c','\x17','\x2d','\xa8','\x49','\x6d','\x14','\xe1','\x8e','\x9f','\x31','\x08','\x32','\x08','\xb0','\x2e','\x0d','\x45','\x0a','\x79','\xf5','\x1e','\xc9','\x94','\x48','\x08','\x93','\x30','\x86','\x2c','\x6d','\xe1','\x80','\x44','\x24','\xb5','\xe7','\xae','\xcf','\xd9','\x5f','\xbc','\x96','\xfa','\x3d','\x8a','\x17','\x15','\xc0','\x82','\xdf','\x4f','\x9f','\x53','\x66','\x5d','\x9f','\x94','\x6c','\xfa','\xee','\x2f','\x23','\xb6','\xe9','\xb7','\x25','\x0e','\x80','\x03','\xdc','\xa1','\x83','\x83','\x92','\x1c','\xbf','\x70','\xfa','\xce','\xcf','\x8a','\x8b','\xff','\x1d','\xaf','\x57','\xb4','\x38','\xe1','\x92','\x78','\x0f','\x1a','\x68','\xd5','\x43','\x61','\xb6','\xf7','\x11','\x33','\x5c','\x9c','\x61','\x1b','\x83','\x39','\x42','\x09','\xb1','\x17','\x68','\xe4','\x4a','\xc2','\x73','\x26','\x00','\xea','\xb2','\x84','\x3f','\x3c','\xc5','\x34','\x9c','\x7d','\xb1','\x03','\xc5','\xe7','\x00','\x3e','\x22','\xb1','\xe3','\x37','\xc7','\xcf','\xcd','\x82','\x50','\x22','\xff','\xf2','\x99','\x1b','\x71','\xbd','\xcd','\x51','\x58','\x30','\x39','\xcf','\xe4','\x1a','\xb1','\x7b','\xeb','\x00','\xa5','\x1c','\x8e','\x5a','\xb8','\x3c','\x55','\x82','\xc6','\x2d','\x03','\xc0','\xde','\xe1','\xb6','\xc1','\x3b','\x69','\x74','\x5e','\x64','\x16','\x52','\x79','\x5f','\xa6','\x2f','\xc9','\xf8','\x91','\x05','\x50','\xfc','\xee','\x49','\x17','\x8f','\x8b','\x37','\x1b','\xd8','\xf7','\x53','\xa4','\x39','\x15','\xa3','\x6e','\x8c','\x5b','\x32','\x72','\x97','\xd2','\x89','\xf6','\x36','\x73','\xa1','\x7c','\xd6','\xd1','\x75','\x75','\x81','\x4e','\xa1','\x16','\xa7','\x6f','\x3d','\x15','\xc3','\x33','\x67','\x72','\xc0','\x42','\x39','\x31','\xf3','\xa7','\x59','\xb0','\x06','\x4b','\x48','\x52','\x85','\x6c','\x36','\xc1','\x53','\xa4','\x01','\x28','\xa8','\x54','\x54','\xf4','\xe3','\x79','\xbd','\x7a','\xe5','\x19','\xa5','\x41','\xc6','\xfd','\xc9','\xeb','\x3d','\xee','\xd9','\x39','\x07','\x91','\x2c','\x0c','\xf3','\xe7','\xc3','\xef','\x6a','\xf8','\x64','\x9c','\x00','\x82','\xb4','\xc6','\x94','\x8a','\x17','\x39','\xe6','\x75','\xc6','\xe9','\x3c','\x8a','\x08','\x6a','\x6b','\xb8','\x04','\x1d','\x70','\xdf','\xb8','\x8f','\x4d','\x23','\x17','\x81','\x1c','\x34','\xb7','\x78','\x48','\xb3','\xd8','\x80','\x1f','\x3e','\xc8','\x2d','\x9f','\xd9','\x71','\x0d','\x5c','\xe5','\xc1','\x78','\x45','\x45','\x52','\xfa','\x6b','\x51','\xc1','\x1a','\xf5','\x83','\x82','\xbb','\x97','\x14','\x82','\xeb','\xba','\xe2','\xdb','\x6f','\xbe','\x85','\xb6','\x86','\xbf','\xfe','\xf4','\x23','\x7e','\xbc','\xfd','\x8a','\x97','\xed','\x05','\x6d','\xdb','\xf0','\xd5','\xc3','\x03','\xcf','\xfd','\x72','\x41','\x11','\x47','\x87','\x43','\xd4','\x39','\xcb','\x25','\xc0','\x76','\x27','\xbd','\x97','\x40','\x12','\xf3','\x87','\xa2','\x65','\x16','\xec','\x0a','\x81','\xa9','\xa3','\x0f','\x70','\xee','\x07','\x8a','\x2a','\x8e','\x3d','\x24','\xd2','\xb7','\xbd','\xa3','\xdf','\x6f','\xd0','\xe5','\xf3','\x52','\x07','\xf8','\x52','\x07','\x68','\x58','\xf0','\xef','\x2c','\xeb','\xfc','\xa8','\x54','\xe3','\x86','\x0c','\x67','\xd7','\x45','\x8f','\x21','\xf1','\xc3','\x48','\x0d','\xdd','\x07','\xaa','\xd7','\xa8','\xa1','\x32','\xe9','\x4f','\x43','\x90','\x39','\x53','\x90','\x86','\xa9','\x71','\x28','\xf2','\x10','\x49','\x38','\xfd','\x32','\xe8','\x04','\xb3','\x4a','\xce','\x79','\x1b','\x56','\xd4','\x1e','\x1c','\xd8','\x23','\x29','\x44','\xa0','\x4d','\x13','\x65','\x98','\xe8','\x90','\xc3','\x7b','\x60','\x16','\x9a','\x06','\x76','\xfc','\x8c','\x6a','\xcc','\x0f','\x45','\x45','\xeb','\x60','\xfb','\x95','\x86','\x1a','\x74','\x36','\xf0','\x47','\x3c','\x87','\x21','\x63','\xc8','\x3a','\x17','\x3d','\x22','\xae','\x3b','\xe7','\x62','\x2c','\x68','\x53','\x38','\x1d','\x90','\x3c','\xac','\xd3','\x11','\x44','\x55','\x2b','\xc0','\x44','\x81','\xf2','\xfb','\xf2','\xc0','\x15','\x20','\x06','\x88','\x8f','\xe4','\x3e','\xdd','\x4a','\xf2','\x46','\xb3','\xf3','\x33','\xdb','\x96','\x71','\xad','\x7a','\x7e','\x5f','\xa5','\x62','\xd3','\xf9','\xfd','\x69','\xf4','\xa7','\x6e','\x14','\x8e','\x40','\x31','\x0f','\x69','\x22','\x3a','\x66','\x87','\x2f','\x51','\x25','\x62','\x14','\xdd','\x04','\xed','\x41','\x6d','\x03','\x90','\xea','\x2b','\x62','\x9c','\x4d','\x89','\x73','\x03','\x08','\x50','\x9c','\xf4','\xb2','\x7c','\x27','\xda','\x91','\x87','\xda','\xcc','\x99','\xde','\xe7','\x31','\x30','\xec','\xd0','\xb9','\xdc','\xf1','\xdf','\x63','\x47','\x3a','\xff','\x3b','\x6d','\x88','\x2d','\x76','\x52','\xb5','\x26','\xdf','\xfa','\x37','\xec','\xe8','\xfc','\xac','\x8e','\xdf','\xe9','\x51','\x00','\xf1','\xdf','\xd6','\xe3','\x73','\x4a','\x26','\x98','\x91','\xaa','\x0a','\x40','\x8e','\x11','\xdf','\x66','\xef','\xd1','\x25','\x91','\x04','\x08','\x2c','\x7e','\x65','\x14','\x35','\x88','\x79','\x30','\x7d','\xcd','\x25','\xcf','\x22','\xe9','\xb5','\x1d','\x1d','\xb7','\xf1','\x5c','\x9c','\x11','\xdd','\x8b','\x9d','\x38','\x7a','\xcc','\x2f','\x69','\x79','\x6d','\x47','\xc3','\x0c','\x55','\x84','\xc1','\x3a','\xec','\x48','\xf2','\xf3','\xa5','\x8d','\x38','\x69','\x0b','\xe5','\x64','\x47','\x7e','\xfa','\xbd','\x25','\xae','\x47','\x62','\x00','\x38','\x0b','\xe5','\x33','\xb2','\x96','\xf4','\x52','\x84','\xed','\x25','\x6a','\x20','\x69','\x57','\xc8','\x04','\x9b','\x77','\x63','\x2e','\xf3','\x0c','\x9a','\x41','\xd1','\x8e','\x22','\xc2','\x5d','\x10','\x71','\x16','\x12','\x01','\x66','\x36','\x5b','\x48','\x23','\xa9','\x65','\x7e','\xd6','\x54','\xb0','\x8a','\x8f','\x4c','\x6a','\x90','\x1e','\xbe','\x04','\x16','\xfb','\x57','\x7a','\xc7','\x7a','\x79','\x60','\xf2','\x27','\xe0','\xde','\x1e','\x1f','\x30','\xdf','\xe9','\x63','\xdc','\xb0','\xf5','\x3b','\xde','\xfd','\xf0','\xaf','\xe8','\xaa','\xb8','\xae','\x0b','\xae','\x6f','\x1e','\xd0','\xae','\x0f','\xd8','\xd4','\x61','\xbe','\xa3','\xaf','\x05','\xcb','\xc3','\x1b','\xbc','\xf9','\xfd','\xef','\xf1','\xf8','\xf8','\x80','\xeb','\xf5','\x09','\x65','\xbd','\xc0','\x20','\xb8','\x8d','\x1d','\xbf','\x3c','\x6f','\xf8','\xf5','\xe3','\x1d','\xef','\x7f','\xf9','\x15','\x3f','\xfc','\xf2','\x57','\xd8','\xfb','\x8e','\xfb','\xcb','\x06','\x77','\xe0','\xe1','\xe9','\x09','\xcd','\x1b','\xaa','\x08','\xc4','\x1c','\xdb','\xcb','\x0d','\x68','\x17','\x5c','\xeb','\xf5','\x34','\xd0','\xaf','\xb3','\x18','\x46','\x6a','\xff','\x44','\x92','\x33','\xa5','\xf3','\xe3','\x0c','\x78','\x04','\x7d','\x47','\xec','\xa2','\x88','\x84','\x4c','\xe2','\xef','\x55','\xc1','\x59','\x21','\x04','\xb5','\xcb','\x63','\x09','\xa0','\x67','\x37','\x35','\xed','\x5a','\x66','\x41','\xca','\x99','\xca','\x63','\x06','\x30','\x41','\x25','\x0b','\x44','\x95','\xbb','\x33','\x1c','\xf0','\x01','\x19','\x89','\x10','\xf1','\x8c','\x6a','\x65','\x81','\xdd','\xd6','\x86','\xba','\x2c','\xec','\xac','\x01','\x80','\x0a','\x96','\x90','\xb2','\x2e','\xa5','\xa2','\xb4','\x8a','\xd2','\x1a','\xb9','\xef','\x4d','\xe1','\x25','\x28','\x51','\x55','\x21','\x6b','\x43','\xbd','\x5e','\x50','\x2e','\x2b','\xba','\x3b','\xd7','\x36','\xad','\x0b','\xbc','\x15','\x2e','\x21','\x1c','\x8c','\x2d','\x43','\x49','\x91','\xd3','\x75','\x45','\x5d','\x1b','\x04','\xdc','\xb9','\xe4','\x10','\xa0','\x96','\x39','\x3f','\x68','\x03','\x70','\x1b','\x80','\x71','\xc6','\xca','\x0d','\x90','\xe2','\x94','\xae','\xad','\x85','\x7f','\xbc','\xc0','\x8d','\x14','\x51','\x2d','\x8a','\x05','\x0b','\xf4','\xde','\xd0','\xcd','\x60','\x05','\xf0','\x6e','\xb1','\xe4','\x52','\x20','\x88','\xe5','\xb8','\x0a','\xd8','\x36','\x48','\x13','\xda','\x7b','\x74','\x1f','\x49','\x55','\xe2','\x62','\xc1','\xc6','\xfb','\x9f','\x9b','\xdc','\x73','\x39','\x72','\xfa','\x9c','\x38','\x55','\xa5','\x30','\x98','\x33','\xb9','\x3d','\x98','\x09','\x88','\x33','\x9c','\x49','\x58','\x26','\x39','\x12','\x1b','\xd8','\x67','\xb7','\x5f','\x95','\xcf','\x37','\xe2','\x4a','\xfa','\xac','\x6e','\x23','\x7e','\x26','\xe2','\xa3','\xf2','\xfa','\x8b','\x96','\xf8','\x93','\x89','\x78','\x7a','\x35','\xe7','\x22','\x48','\x10','\x01','\x1f','\x18','\x51','\x98','\xb3','\x28','\xd4','\x2a','\x68','\x50','\x94','\xd8','\xa5','\x24','\xba','\x02','\x85','\xfe','\x77','\xdf','\xf7','\x48','\xf8','\x34','\x43','\x2d','\x92','\xfa','\x77','\x74','\xc6','\x3f','\xf5','\x5d','\x86','\x1e','\xf3','\x96','\x67','\xa0','\x49','\xa2','\x40','\x93','\xf0','\x01','\xf9','\x73','\xe9','\x37','\xcd','\x0e','\xff','\x7c','\x24','\xdb','\xe1','\xab','\xcd','\x61','\xca','\x9f','\x10','\xc1','\x2b','\xb0','\xef','\xa0','\x72','\x66','\x6c','\x88','\xbb','\xf5','\x69','\x3d','\x24','\x11','\x93','\xe0','\x33','\x0e','\xe5','\xcb','\x4f','\xfe','\xd0','\x3a','\x73','\x12','\x29','\x05','\xad','\xd6','\x53','\xd2','\x69','\xd0','\xb2','\xa0','\xb5','\x16','\xdd','\xed','\x71','\xec','\x06','\xac','\x8a','\x72','\xda','\x9f','\x94','\x67','\xb0','\x26','\xc8','\x10','\x9f','\x6d','\x2a','\x5f','\x9e','\xe8','\x49','\x5e','\x0c','\x32','\x0c','\x03','\x41','\x25','\xb6','\x14','\x36','\x08','\x75','\xb4','\xa2','\xa8','\xd2','\x66','\xcc','\x84','\x10','\x68','\xa2','\x53','\x64','\xd2','\x08','\x90','\xf6','\x7e','\xbf','\x6d','\xb8','\x17','\xc5','\xbe','\x6f','\x18','\xba','\x00','\x63','\x44','\x77','\x85','\x72','\x22','\xdd','\x9d','\x14','\x2b','\x3d','\x53','\xa3','\xe2','\xb3','\x9f','\x89','\x0a','\x7f','\xeb','\x75','\xba','\x57','\x79','\xef','\xe2','\xa1','\x1d','\xc5','\x9a','\xe7','\xf7','\x8d','\x23','\x47','\xf9','\xa4','\x68','\x3e','\xaf','\x9b','\xc8','\x1c','\xc4','\x91','\x22','\x56','\xa9','\xd0','\xe6','\x21','\x0b','\x8d','\xd7','\xe0','\x5f','\xfa','\xce','\x10','\xc7','\x4a','\x76','\x0b','\x0b','\x25','\x2e','\x09','\xce','\x1c','\xcd','\x84','\xf3','\xa7','\x25','\xe6','\xe7','\x72','\x8e','\x1d','\xf2','\xda','\x44','\x54','\x10','\xb3','\xaf','\x86','\x91','\xdd','\x20','\x08','\x52','\x68','\x82','\x74','\x7d','\x8b','\xdc','\xc0','\x61','\xc3','\x27','\x08','\x99','\xb1','\xfd','\x4b','\x05','\x13','\x6d','\x59','\x90','\x8c','\x09','\x16','\x3f','\x88','\x02','\x17','\x61','\x87','\xfe','\x99','\xb9','\xce','\xfb','\x95','\xf6','\x3c','\x4f','\x73','\x3c','\xa4','\x42','\x5b','\x4f','\x5a','\xa0','\x7d','\xf2','\xfb','\x65','\x7a','\x22','\x4c','\x5b','\x27','\xf5','\x1d','\xec','\x94','\xe5','\x6e','\xa0','\x28','\xa2','\x3d','\x9f','\x65','\xdc','\x7b','\x41','\x74','\x3d','\x11','\x60','\x06','\xc8','\x04','\x70','\xe7','\x4c','\x4f','\xd1','\x8a','\x6d','\x37','\x6c','\x4e','\x2a','\xdf','\xaa','\x05','\x8f','\x0f','\x8f','\x78','\xb9','\xdf','\xf0','\x3c','\x36','\x6c','\xe3','\x8e','\x7f','\x79','\xff','\x0b','\x5e','\xb6','\x1b','\xde','\x3c','\x3d','\xa1','\x5c','\x57','\xb4','\xc6','\x99','\x46','\x0c','\xc3','\xb6','\x91','\x72','\x1c','\x17','\x16','\x39','\xad','\xe7','\x6f','\x0c','\x85','\xdd','\x6c','\x18','\x8c','\x19','\xcb','\x54','\x14','\x4b','\x9c','\x73','\x13','\xce','\x90','\xf9','\x3e','\x4e','\x22','\x56','\xaf','\x5f','\x9f','\x7d','\x75','\x0c','\x2e','\xa8','\x1b','\x46','\xde','\xe7','\x34','\x40','\x29','\x50','\x71','\xb8','\x71','\xbe','\x27','\xa9','\x0d','\x89','\x57','\xce','\xaa','\xdf','\xf8','\xf0','\x51','\x85','\x4b','\x95','\x66','\x15','\x8b','\x59','\xc1','\xcf','\x0d','\xb8','\x41','\x7d','\xca','\xa1','\xe9','\x12','\x87','\xb7','\x44','\xa0','\xd8','\xb6','\x0d','\xdb','\xb6','\x31','\xff','\x09','\xa5','\x9c','\x3c','\x0c','\x02','\xea','\xe8','\xab','\x20','\x5a','\x65','\xe1','\x34','\x43','\xc1','\x07','\xf3','\x37','\x92','\xda','\xb4','\x8f','\x0d','\x32','\x12','\x81','\x8e','\x43','\x2e','\x12','\xa8','\x6b','\x61','\xf2','\x60','\x47','\xf1','\x21','\xf9','\xd8','\x85','\xc9','\xbc','\x9b','\x43','\x84','\xfc','\x5e','\x43','\x22','\x2a','\x23','\xaa','\x8d','\x4f','\x64','\x3b','\xb3','\xe0','\x70','\x07','\xd2','\x31','\x85','\x9c','\xf1','\x94','\xe1','\xd4','\xe3','\xc0','\x8b','\x24','\x32','\x40','\xbc','\x30','\x67','\x55','\x66','\x12','\x7c','\x36','\xbc','\x48','\x26','\x73','\x97','\x47','\x8a','\x34','\x9c','\xe7','\x5b','\x32','\x24','\x66','\x47','\x4a','\x55','\xc9','\xbb','\x8f','\x1d','\x2a','\x23','\x36','\x3f','\x8f','\xa0','\xb6','\x20','\x8c','\x7b','\x72','\xe8','\xe3','\x73','\xe4','\x12','\xb8','\x03','\xc1','\x31','\x5c','\x2f','\x57','\xb4','\x5a','\x23','\xb1','\xe7','\x3d','\xba','\xbf','\xec','\x98','\x4b','\x72','\x05','\x73','\x3e','\x8b','\x3f','\x9b','\x89','\x56','\xb4','\x94','\x3d','\xec','\xc8','\xf7','\xb0','\xa3','\x8a','\xa4','\xc1','\xbd','\xb2','\xa3','\x98','\x45','\xcb','\x0e','\x61','\x52','\xf2','\x3e','\xb5','\x23','\x9f','\x4e','\xfe','\xa0','\x45','\x9d','\xed','\x08','\x40','\xec','\xcc','\xb8','\x1f','\x8a','\x3f','\xd1','\x35','\x42','\x04','\x94','\xe1','\x7c','\x0f','\xee','\x40','\x8b','\x99','\xa9','\x71','\x76','\x29','\x19','\xa0','\x38','\x94','\xc7','\xc7','\x26','\x31','\x83','\x16','\xb6','\x29','\x8a','\xdc','\x9b','\x03','\xeb','\x47','\xc0','\x1f','\x14','\x36','\xe0','\xb3','\xcc','\x0e','\x5b','\xd2','\xfb','\x88','\x5e','\x4e','\x79','\xec','\x48','\x3a','\x3c','\xa2','\x7f','\x0a','\x78','\xcc','\xcd','\xec','\xb0','\xb8','\x2f','\xc0','\x79','\xa7','\x48','\x95','\x8a','\x0c','\xfe','\x67','\x3b','\xb2','\xd8','\x8b','\x60','\x12','\x28','\xfe','\xa9','\xb8','\xf9','\xd4','\x8e','\xe6','\xa2','\x54','\xcf','\x99','\x9b','\x3c','\x42','\x0e','\x6d','\xec','\x7a','\x49','\xad','\x58','\xd3','\x26','\x07','\x11','\xe2','\x11','\xc5','\xa5','\x9d','\xec','\x2f','\x17','\xb6','\x4d','\xb1','\x92','\xb4','\xa3','\x48','\xac','\x01','\xe0','\x72','\xb9','\x90','\x4a','\x23','\x2c','\x06','\x47','\x7a','\xf8','\x73','\x70','\x8b','\xa2','\x8d','\x08','\x2a','\x02','\x95','\xcc','\x7f','\x00','\x17','\xc7','\xd2','\x16','\xe8','\xa5','\x60','\xeb','\x1d','\x63','\xdf','\x89','\xc6','\x17','\xc5','\xd2','\x1a','\xc6','\x30','\xec','\x7d','\x87','\x61','\xa0','\x6c','\x05','\xf6','\x6e','\xe0','\xc3','\x87','\xf7','\x28','\xaa','\xd8','\xf7','\x3b','\x9e','\x5f','\x9e','\xf1','\xfc','\x72','\xc7','\xd8','\x37','\x74','\x73','\xdc','\x1f','\xe8','\x3b','\xc6','\xc2','\xe1','\xfc','\x31','\x1c','\x3d','\xd4','\x91','\xbe','\xfb','\xe3','\xef','\xf0','\xdd','\x1f','\xff','\x84','\xeb','\x7a','\x61','\x61','\xbd','\x3b','\x3e','\x3e','\xbf','\xc7','\xf3','\xf3','\x0d','\xef','\x7e','\xf9','\x19','\x3f','\xfd','\xf0','\x13','\x7e','\xfc','\xe9','\x27','\xbc','\xfc','\xfa','\x1e','\xf8','\xb8','\x41','\x77','\x45','\xd5','\x8a','\x4b','\xbd','\x90','\xdf','\x2f','\x0d','\xea','\x80','\x75','\x83','\x81','\x02','\x17','\xaf','\x6c','\x26','\xc2','\xc9','\x81','\x09','\x86','\x0d','\x9f','\xc0','\x08','\x71','\x3e','\x77','\xd2','\x6f','\x63','\x1e','\x63','\xb0','\x5b','\x4c','\xc0','\x83','\xe7','\xbd','\x94','\xec','\x36','\x32','\xf8','\xc9','\xe8','\x14','\x73','\x98','\xe7','\xf0','\xa0','\xdc','\x4c','\xf0','\x41','\x75','\x66','\x37','\x94','\x93','\xcd','\x6e','\xad','\xc0','\x8c','\x7e','\xaf','\x40','\xc0','\x0d','\x82','\xb4','\xcf','\x5c','\xd0','\x7a','\x74','\x6f','\x23','\xe9','\x15','\x52','\x27','\x93','\xfa','\xc5','\xbd','\x56','\x8a','\x5a','\x73','\x59','\xb4','\x42','\x2e','\x0d','\x4d','\x01','\xe9','\x9d','\x7f','\xd7','\x2a','\x96','\xcb','\x05','\xf5','\x72','\x41','\x05','\xb0','\x8d','\x01','\x14','\x45','\x1f','\x64','\x21','\xa0','\xe5','\x0c','\x82','\x42','\xd7','\x85','\x12','\xe5','\x4b','\x85','\x48','\x45','\xad','\x3c','\xab','\x92','\x7c','\x79','\x37','\x40','\x07','\xbc','\x2b','\xe0','\x0a','\x17','\xda','\xa8','\x46','\x77','\xda','\xdd','\x61','\x05','\x1c','\x02','\xd2','\x0a','\xad','\x0e','\xed','\xf4','\xc9','\x18','\x40','\xbd','\x5c','\xf1','\xd0','\x2a','\xc5','\x12','\xcc','\x80','\xee','\xf0','\xbe','\xc1','\xe3','\xac','\xba','\x1f','\xb3','\x27','\x62','\x0e','\xb7','\x04','\xa3','\x4a','\x24','\x52','\x3a','\x0b','\xce','\xec','\xbe','\x23','\x8a','\xdf','\x52','\xb2','\x53','\x9b','\x60','\x93','\xcf','\xb2','\x37','\xcf','\xe3','\x9c','\xfd','\x0b','\xd9','\xea','\x54','\x5a','\x84','\xd9','\x4c','\x06','\xd2','\x26','\x34','\xfc','\x12','\x93','\xf0','\x01','\x11','\x83','\x15','\x8b','\x42','\x90','\x7e','\xad','\x28','\xcf','\x43','\xfa','\x9c','\x99','\xfa','\x08','\x63','\x6f','\xd5','\x42','\xd6','\xc5','\x4e','\x25','\xbb','\x12','\x9d','\x98','\x2c','\xd2','\x44','\x02','\x40','\x74','\xc1','\xb0','\xa0','\xa5','\x88','\x4c','\xaa','\xbb','\x4a','\xcc','\x26','\x85','\x6d','\x71','\x9f','\xd8','\x6f','\x15','\x40','\x42','\x01','\x84','\x4e','\x1f','\x32','\xd7','\x8b','\x21','\x73','\xe4','\xa4','\x4a','\x0f','\x22','\xbd','\x11','\x67','\xe4','\xb4','\xc8','\xd0','\xdd','\x5f','\x31','\x4f','\x00','\x0f','\xb4','\xdd','\x32','\x5f','\x44','\xc2','\x4e','\xb9','\xa8','\x5b','\xa3','\x48','\x9b','\xd2','\x4e','\x9e','\x49','\x5d','\x44','\x1d','\x3b','\xf9','\xbd','\x53','\xb2','\x4e','\xbf','\xff','\xba','\x18','\x82','\x08','\x3b','\x9a','\xa5','\xa0','\x38','\xe7','\x74','\xdd','\x0d','\x25','\x8a','\x22','\x16','\xde','\xe3','\x00','\x79','\x34','\x91','\xf2','\xa3','\x20','\x48','\x95','\x31','\x37','\xa3','\x32','\xa2','\xfb','\xf1','\x71','\x24','\x9e','\x81','\x72','\x4e','\x65','\xa4','\x7c','\x73','\x24','\xd3','\xb3','\xe6','\x74','\x76','\xfe','\x86','\x06','\xc3','\xc1','\x41','\xe0','\xb1','\x94','\x38','\x0b','\xac','\x0e','\xc4','\x3a','\xe7','\x41','\x36','\xa0','\x37','\x43','\x1f','\x1b','\xba','\x6d','\xec','\xb8','\x0f','\x87','\x4a','\x67','\x27','\x16','\x8e','\x6e','\x0e','\x8c','\x1d','\xd2','\xa3','\x60','\x76','\x40','\xcd','\x83','\xde','\x1f','\xb4','\xb5','\x48','\x30','\xf3','\x75','\xa6','\x42','\x66','\x71','\xfa','\x2a','\xd9','\x16','\x2a','\x36','\xb2','\xd3','\x2a','\xb3','\x90','\xf2','\xa0','\xc8','\x67','\xdc','\x9e','\x8b','\x52','\x4f','\x7f','\xe6','\xd7','\x4e','\xb6','\x34','\x81','\xd2','\xf8','\x5a','\x3b','\xfb','\xb3','\xf4','\x37','\x88','\xf8','\xa9','\x64','\xb2','\x40','\x11','\xe2','\x43','\x09','\xc4','\x51','\x9c','\xa7','\x14','\x8a','\xc9','\xa4','\xaf','\x12','\xcb','\xee','\x24','\x73','\x5c','\x44','\x9c','\x71','\x9c','\x55','\x7d','\x47','\x54','\x43','\x3c','\x43','\x71','\xe3','\x09','\x60','\x29','\x48','\xa7','\x35','\x0b','\x66','\x03','\xe6','\xa8','\xfc','\xa7','\xf7','\x04','\x9f','\x7c','\x6d','\xe6','\x5c','\x08','\x00','\x21','\xec','\x23','\x6e','\xf2','\x3c','\x27','\xf3','\xdb','\xa3','\x80','\x36','\x8f','\x59','\x5d','\x0b','\xe0','\x2b','\xd2','\x1b','\x71','\xa7','\x12','\x66','\x2c','\xcf','\xcd','\xfc','\x39','\x99','\x47','\x6e','\x99','\x0b','\xf0','\x9c','\xd4','\x42','\xb0','\x9c','\xf1','\x25','\x6e','\xae','\x82','\xc5','\x59','\x88','\x1f','\x0d','\x74','\xda','\x4d','\xe4','\x27','\x7a','\xaa','\x14','\x29','\xbd','\xce','\x98','\x53','\x50','\xb1','\xd9','\x1d','\xfb','\xfd','\xce','\x01','\x83','\xca','\x9d','\x4e','\xdf','\xbd','\xfd','\x1a','\x8f','\x97','\x07','\xbc','\xfb','\xf8','\x0b','\xbe','\x7f','\xf7','\x23','\x7e','\x7e','\x79','\x8e','\xb9','\xe2','\x82','\xe5','\x4d','\xe5','\xde','\x3d','\x70','\x39','\xad','\xdb','\x40','\xd3','\x9c','\xe9','\x8e','\x73','\x8b','\x78','\x4e','\x7e','\x9c','\x89','\x11','\xd4','\x3c','\x57','\x52','\xe2','\x21','\x87','\x0f','\x4d','\x3f','\xf0','\x5a','\x22','\xfc','\x78','\x7d','\x56','\x00','\xf5','\x94','\x47','\x44','\xfe','\x52','\x72','\xa0','\x6b','\xa9','\x70','\x50','\x8e','\xcf','\x71','\xa0','\xdd','\x80','\xbf','\x3a','\x0c','\x6c','\xe7','\x0d','\x8c','\x6e','\x73','\x36','\x01','\x71','\xa9','\x3c','\xbf','\x2c','\x7c','\x52','\x01','\x4a','\x82','\xd6','\x52','\x34','\xe9','\x30','\x07','\x44','\x23','\x39','\x0b','\x01','\x09','\xea','\xc0','\x31','\xe3','\xe2','\x66','\xa8','\x91','\xb8','\x92','\x92','\x34','\x0e','\x25','\x22','\x3f','\x21','\x44','\xe9','\xe0','\xfc','\x68','\xa3','\xe5','\x00','\x5e','\x29','\x75','\xce','\xc0','\x40','\x65','\x8a','\x2d','\x24','\x0f','\x72','\x72','\x80','\x67','\x9b','\x3f','\xae','\x3f','\xfe','\x6e','\xbe','\x8c','\xfa','\xe6','\x1c','\xda','\x8a','\x6a','\x3f','\x92','\xeb','\x2c','\x86','\x86','\xe7','\xce','\x87','\x4c','\xf3','\x4f','\x1c','\xfc','\x28','\xe3','\x8f','\x03','\x9e','\x6f','\xcb','\xe1','\xdb','\x3c','\x30','\xe7','\xee','\x4c','\x39','\x3d','\xe0','\x1e','\x05','\xcd','\xb9','\x00','\x9a','\xdf','\xdf','\x3b','\x54','\x15','\xd7','\x65','\xc1','\xf0','\x28','\x06','\x8c','\xf2','\xbb','\xe9','\x60','\x00','\x9c','\xae','\xe5','\x08','\x56','\xc8','\xe2','\xc7','\xf8','\x4c','\xcd','\x0d','\xdd','\x16','\x2c','\x8e','\xe8','\x7c','\x39','\x9b','\x64','\x38','\xb8','\xca','\x89','\xe4','\x41','\x10','\x76','\x14','\xc9','\xbb','\x07','\xca','\x52','\x2a','\x20','\x06','\xeb','\xc7','\x33','\xfa','\xd4','\x8e','\xe2','\x8e','\xc4','\xb0','\xfa','\xdf','\xb0','\xa3','\x70','\xfc','\xa5','\x56','\x24','\x62','\x76','\xd8','\x51','\x10','\xc9','\x21','\x73','\x7b','\xfa','\x5c','\x00','\x99','\x45','\xa3','\x2a','\x7c','\x0c','\x54','\xb3','\x08','\x90','\x0a','\xb7','\x93','\x54','\xb3','\xa7','\x12','\x0b','\xe6','\xf3','\x21','\x7d','\x21','\x67','\x65','\x98','\x90','\xd1','\x8e','\x62','\x4e','\x4a','\x80','\x61','\x65','\xee','\x47','\xc9','\xae','\xd8','\x2c','\xda','\xfc','\xe4','\x84','\x91','\xf6','\x74','\xfc','\xbe','\x61','\x83','\xaa','\x3b','\x21','\x01','\x9d','\x85','\x1e','\xe7','\x66','\x12','\xc5','\xc9','\x3f','\xc7','\xcf','\x65','\xa2','\xc0','\x02','\x27','\x3b','\x2f','\x98','\x33','\x3a','\xd3','\x8e','\x22','\x28','\xe4','\x91','\x4d','\x3b','\x82','\x90','\xde','\x31','\xe9','\x92','\x79','\x9e','\xe3','\xeb','\xc5','\x6c','\xce','\x71','\x0c','\x07','\xb6','\xdb','\x9d','\xc5','\x85','\x8d','\x39','\x13','\x76','\x5e','\x10','\x98','\xd7','\x35','\x1d','\x74','\xb4','\xd8','\x2d','\xba','\x15','\xc3','\x16','\x10','\x17','\x38','\x3e','\xcb','\x14','\xb8','\x48','\x1b','\x4e','\x14','\x32','\xce','\x30','\x67','\x33','\x32','\x48','\xf0','\x77','\x3c','\xb4','\x05','\x8f','\xdf','\xbd','\xc5','\xc7','\x97','\x67','\xbc','\xfb','\xe9','\x1d','\xba','\x0f','\x34','\x89','\x05','\x7a','\x0a','\xec','\xc6','\xbd','\x33','\x78','\x06','\xaf','\x45','\x0c','\x2d','\x24','\x52','\xbb','\x39','\x86','\xed','\x78','\xff','\xf2','\x82','\xbe','\x3b','\x9e','\xde','\xac','\x70','\x75','\x5c','\x16','\x41','\x53','\x81','\xd8','\x4e','\x10','\xa7','\x2d','\xf8','\xe6','\xe9','\x2d','\x7e','\xff','\xf4','\x1d','\x9e','\x3f','\x7e','\xc4','\xcb','\xcb','\x0d','\xcf','\x1f','\xdf','\xe3','\xdd','\x4f','\xbf','\xe2','\x97','\x9f','\xdf','\xe1','\xe3','\xcf','\xbf','\xe2','\xf9','\xfd','\x47','\xbc','\xff','\xf8','\x0c','\x6c','\x8e','\x37','\xcb','\x23','\x16','\xbd','\x00','\xc3','\xe1','\x3b','\x87','\x90','\xbb','\xef','\xa8','\xa5','\x60','\x5d','\xaf','\x58','\x2f','\x0b','\x80','\x00','\x8a','\xc0','\x2e','\xba','\x01','\xc8','\x26','\x26','\xed','\x96','\xd2','\xd8','\xd0','\x3a','\x8b','\x56','\x07','\x37','\x5a','\x3b','\x88','\xd0','\x51','\x02','\x9c','\xf6','\x34','\x10','\xc9','\x74','\x50','\xe8','\xe8','\xef','\xc2','\xce','\x84','\x7b','\x80','\xa6','\x5f','\xc8','\x84','\x01','\x59','\xbc','\x44','\x31','\x5c','\x74','\xee','\xd4','\x18','\xb1','\xcc','\x93','\xc7','\x8c','\x14','\xb6','\xaa','\x82','\xbd','\x93','\xee','\x95','\x5b','\xef','\xdd','\x25','\x8a','\x6c','\xc5','\x5e','\x07','\x6d','\x3f','\xce','\xa9','\x9d','\x9e','\xa6','\x50','\x92','\x06','\x40','\xd0','\xaa','\xe0','\x18','\x2a','\xec','\xc8','\x44','\x57','\x06','\x55','\x09','\x9c','\xa9','\x00','\x43','\x28','\x76','\xa0','\x80','\x87','\xc4','\x73','\x29','\x61','\xab','\xb5','\x60','\xa8','\xe0','\x0e','\xa0','\x16','\x41','\xbb','\xac','\x48','\x65','\x2e','\x8b','\x01','\xf2','\x7d','\x17','\x70','\x2f','\x53','\x00','\x31','\x62','\x93','\xb1','\x60','\x5a','\xa0','\xc5','\x81','\x06','\xa8','\xc7','\xac','\x80','\x0e','\xec','\xdb','\x4e','\x42','\x6e','\x5d','\x20','\x52','\x60','\x32','\x28','\x8b','\x6d','\x1d','\xbb','\x87','\x70','\xcf','\x9e','\xd4','\x1c','\xd2','\x3b','\x73','\x2e','\xb3','\x04','\x55','\x05','\xe0','\xbc','\x60','\x9f','\xc9','\x92','\xcd','\xd3','\xaa','\x70','\x2e','\x89','\xce','\x44','\x5f','\xe9','\xd7','\x6c','\x02','\x20','\x9c','\x7f','\x2a','\x52','\x30','\xdb','\x9a','\xe3','\x74','\xce','\xc3','\x27','\x9a','\x71','\x79','\xe8','\xa4','\xd4','\x46','\x26','\xcf','\xae','\xb9','\x52','\x61','\x09','\x0a','\x2f','\x02','\x6e','\x4d','\x2a','\xa4','\xc7','\x79','\xc4','\x77','\x77','\x60','\x10','\x09','\x67','\xc7','\x99','\x02','\x12','\x12','\x9d','\xdc','\xa4','\x47','\xb2','\x93','\x9b','\x45','\x42','\xfe','\x22','\xc6','\xc7','\x59','\x04','\xc5','\x4e','\x29','\x76','\x62','\x49','\x01','\x4c','\x30','\x44','\xe2','\xac','\x26','\x55','\x17','\x76','\xec','\x3d','\xc9','\x78','\x3c','\xbb','\x1f','\xaa','\x38','\xf6','\xa1','\xf9','\xf4','\x3d','\x2c','\x7e','\x64','\x02','\x25','\xe7','\xfe','\x42','\xc6','\x8d','\xf9','\xb5','\xc3','\x69','\x05','\x68','\x0a','\x78','\x22','\xd4','\x99','\xe4','\xce','\x82','\x34','\xdd','\x94','\xe7','\x08','\xc7','\xc9','\x1f','\xfb','\x4c','\xb0','\xf3','\x17','\x65','\xdc','\x91','\x88','\x27','\xad','\x51','\x62','\xd9','\x07','\xe7','\xcb','\x1c','\x05','\x2d','\x0a','\xfc','\x02','\xa0','\x94','\xc1','\xa2','\x61','\x82','\x7b','\xc7','\xcb','\x03','\xdc','\x29','\x42','\xf9','\xff','\x23','\xa9','\x0e','\x15','\x2b','\x03','\xa4','\x0a','\x24','\x3a','\xa4','\xb3','\xbb','\xe3','\xc7','\x7c','\xd2','\x31','\x6f','\x23','\x88','\x8f','\x88','\x30','\xa2','\x08','\x9e','\x7c','\x56','\x21','\xb3','\x76','\x44','\x8c','\x00','\xa6','\xa6','\x90','\x93','\x8f','\xa3','\xeb','\x94','\x22','\x00','\x8e','\x58','\x8a','\xc9','\xff','\x6e','\x12','\x73','\x94','\x01','\xb0','\x0c','\x3f','\x76','\x49','\xa5','\x7f','\xc8','\x57','\x16','\x40','\x39','\xeb','\xf5','\x65','\xea','\x61','\xcc','\x57','\x59','\x2e','\x44','\xd5','\x59','\x2c','\x26','\x30','\x9b','\x73','\xd9','\x29','\xcc','\x94','\x94','\xd1','\x9c','\xd3','\x62','\x37','\x82','\xfe','\xae','\x66','\x12','\x1e','\x60','\x99','\x22','\x7d','\x5c','\xd4','\x27','\x99','\xe8','\x9b','\x04','\x6b','\x23','\xba','\x3d','\x92','\xf1','\x90','\x12','\x0f','\xce','\xc0','\x44','\xfb','\xd1','\x13','\x79','\x35','\xec','\x8c','\xb9','\x48','\x8c','\x6b','\x9c','\x3a','\x1f','\x47','\x1d','\xe4','\xc1','\x3a','\x88','\xcf','\x30','\x73','\x50','\xf9','\xec','\x5e','\xe4','\x7f','\x33','\x67','\x93','\xf9','\xec','\xb2','\x38','\xe1','\x67','\x07','\x34','\xf6','\xe4','\x1d','\xc0','\xc5','\x61','\xe7','\x93','\xde','\xd8','\x3b','\x60','\xce','\xfc','\x4a','\x65','\xda','\xab','\xf5','\x81','\x7e','\xdb','\xe1','\x42','\x29','\xe8','\x5a','\x63','\x36','\xff','\x94','\xba','\xd2','\x06','\x9c','\xe2','\x4b','\xc6','\x99','\xd2','\x38','\xe6','\x11','\x84','\x3d','\x84','\x79','\x82','\xc5','\x62','\xc4','\x8d','\x20','\x51','\x18','\x9f','\xf2','\xc6','\xcc','\xe5','\xd4','\x0c','\xf0','\x8e','\x62','\x8e','\x16','\xc2','\x30','\xc3','\xe9','\x93','\x9e','\xd6','\x2b','\xde','\x3e','\xbd','\xc5','\xf5','\xf1','\x82','\x67','\xfb','\x88','\xe7','\xe7','\x1b','\x7e','\xbd','\xbf','\xe0','\xfe','\xd3','\x8e','\x6d','\xef','\xf8','\xee','\xf1','\x09','\xd7','\xe5','\x82','\xd2','\x1a','\x50','\x15','\x1a','\x85','\x65','\x75','\x89','\x62','\x86','\xe7','\xd0','\xd2','\xf8','\xdc','\x71','\x2b','\x86','\x2a','\x0e','\xa8','\x4f','\x06','\x88','\x47','\x9e','\xc7','\x58','\x55','\x26','\x38','\xf7','\xe9','\xeb','\xb3','\x02','\x68','\xa2','\xc8','\x51','\xe5','\x97','\x41','\x34','\x5f','\x25','\xd0','\x9a','\x44','\xea','\x3d','\xef','\x12','\x83','\x60','\xfe','\x9c','\x94','\x32','\x5b','\xc2','\x39','\x8b','\x00','\xc9','\x04','\x5b','\x91','\x0b','\xe2','\xda','\xba','\xa0','\xd6','\xc6','\x03','\x19','\x07','\x9a','\xc1','\x24','\x5a','\xca','\x83','\x06','\x57','\x4a','\x99','\x48','\xfb','\x71','\x7c','\x78','\xa1','\x94','\x11','\x4c','\x63','\x0f','\xc4','\xd3','\xc7','\x74','\xa4','\xd1','\xff','\x87','\x87','\xd3','\x16','\x61','\x20','\x57','\x2d','\x47','\x7b','\x3a','\xaf','\x3b','\xfe','\x6d','\x31','\x88','\x95','\xb4','\xaf','\xac','\xae','\x29','\xe3','\xfb','\x9a','\x63','\x39','\x1f','\x7c','\x38','\x8d','\x31','\x3a','\xcc','\x8f','\xc2','\xe4','\x8c','\x64','\x64','\xfd','\x6a','\xc2','\xf4','\x40','\x20','\xf3','\xf7','\x5a','\x3a','\x40','\xc8','\x4c','\x5a','\x53','\x4a','\x39','\xdb','\xe2','\x99','\x60','\x4e','\x89','\xe5','\x78','\xff','\xa9','\xa2','\x13','\xff','\x7f','\xde','\x23','\x25','\x0f','\xd9','\x86','\x71','\x30','\xb9','\x35','\x14','\x50','\xc6','\x50','\x8a','\x72','\x9f','\x89','\x9f','\x9f','\xf5','\x11','\x9c','\xb2','\x60','\xcc','\x83','\x9a','\x08','\x60','\x11','\x2e','\x69','\x1c','\xa3','\xcf','\x6b','\x18','\x46','\xb4','\x91','\x01','\xc4','\xe6','\x7b','\x01','\x42','\x0e','\x73','\x05','\xfa','\x7d','\xe3','\xb0','\xa0','\xb2','\xdd','\xcc','\x1f','\xd6','\x48','\xde','\x0e','\x92','\x57','\xda','\x51','\x06','\x56','\x7f','\x15','\x48','\x3f','\xb7','\x23','\x84','\x1d','\xb5','\xba','\x1c','\xf6','\x96','\x76','\x64','\xb9','\x14','\x0d','\x30','\x37','\x94','\x39','\x03','\x86','\xe3','\xb3','\x21','\x12','\xc3','\x28','\xc2','\x01','\x16','\xe0','\x14','\x47','\xb0','\xd3','\xbd','\x38','\xd9','\x91','\x17','\x52','\x4a','\xd2','\x7e','\x0a','\x69','\x37','\x29','\x20','\x30','\x83','\xad','\x09','\x69','\x03','\xf0','\x69','\x33','\xd9','\x49','\x3c','\x7f','\x2d','\xbb','\x1b','\x69','\x47','\x16','\xc1','\x07','\x31','\x04','\x3a','\xed','\x08','\xa0','\xf3','\x4d','\x1c','\x44','\x48','\xd7','\x94','\x3c','\xdc','\x19','\xb0','\xb3','\xa0','\x10','\xd0','\xb1','\xc7','\xb2','\xac','\x69','\x47','\x38','\x3a','\x65','\x67','\x3b','\x1a','\xfb','\xfe','\x8a','\x0e','\x79','\xf8','\x83','\xe8','\x80','\xf6','\x0e','\x15','\x21','\x4d','\x09','\x82','\xd1','\x77','\xf4','\x91','\xe8','\x1d','\x88','\x04','\x45','\xe2','\x94','\xc5','\x8e','\xe7','\xe7','\xf5','\x93','\xbd','\xab','\x72','\x2e','\xcc','\xd9','\x89','\x4c','\xca','\x8c','\x8d','\x11','\xdb','\xc8','\x7d','\x06','\xa6','\x02','\x76','\xad','\x66','\x31','\x19','\x0f','\xed','\x38','\x5f','\x82','\xcb','\xe5','\x82','\xef','\xbe','\xfb','\x0e','\xed','\xc3','\x82','\xfd','\xe5','\x8e','\x97','\xfb','\x2d','\x7e','\x3e','\x29','\x49','\x1a','\x4a','\x76','\x4e','\x93','\x53','\xaa','\x94','\xad','\x0f','\x0f','\x80','\x19','\x5a','\x55','\xf4','\x61','\xf8','\x80','\x17','\x8c','\xad','\xe3','\xe1','\xeb','\x37','\xf8','\xd3','\x1f','\xfe','\x88','\xaf','\xbf','\xfb','\x3d','\xbc','\x08','\xde','\x7d','\x7c','\xc1','\xc7','\xdb','\x0b','\x7e','\xf9','\xf9','\x1d','\xbc','\x17','\xf4','\xbe','\xe3','\xc3','\xfb','\x1b','\x7e','\xf9','\xe5','\x67','\xfc','\xfc','\xc3','\x3b','\xfc','\xfa','\xe3','\x2f','\xb8','\x7f','\x24','\x9a','\x6a','\xee','\x58','\xca','\x82','\xa2','\x2d','\x16','\x06','\x4b','\x14','\x96','\x06','\xb3','\xce','\x32','\x60','\x50','\x9d','\x07','\x71','\xee','\x8b','\x67','\x40','\x15','\x84','\x0b','\xc0','\x54','\x76','\x11','\xc3','\x69','\x4c','\x18','\xee','\x69','\xdb','\x91','\xa4','\xc0','\x83','\x92','\xaa','\x19','\xab','\xe6','\x8b','\x09','\x53','\x87','\x0f','\x3f','\x92','\x8b','\x93','\x93','\xcf','\x22','\xc9','\x65','\x22','\x10','\xf3','\xf9','\xe7','\xae','\x93','\x31','\xa2','\x08','\x0b','\x7f','\x42','\xff','\x7a','\x2a','\xa2','\x34','\x66','\xe4','\x9c','\x83','\xd3','\xb0','\x01','\xdf','\xf7','\x38','\x43','\xb1','\x4e','\xc0','\x28','\xfb','\x8e','\x21','\xf0','\x51','\x20','\x85','\x36','\x6c','\x63','\xa0','\x07','\x10','\xa6','\x81','\x58','\x3b','\x10','\x4b','\x6f','\x03','\x58','\x68','\x0d','\xb2','\x16','\x58','\x15','\x2a','\x7d','\x15','\xce','\x27','\x99','\x84','\x7c','\xb5','\x19','\x8a','\x63','\xce','\xe5','\x71','\xff','\x46','\x2a','\x43','\xca','\x5c','\x50','\xcb','\xb9','\x1a','\x8d','\x2e','\xcf','\x80','\x4b','\x81','\x94','\x81','\xd6','\x37','\x78','\x09','\xca','\x77','\x1f','\x78','\xd9','\xdf','\xc3','\x6c','\x9f','\x22','\x40','\xe7','\xc1','\x6b','\xf7','\xe8','\xbe','\xf5','\x0e','\xb8','\xa3','\x49','\x00','\x78','\x21','\x8f','\x2d','\xdd','\x22','\x61','\x18','\xb8','\xdb','\xc0','\x08','\x65','\x3e','\x4c','\xcf','\x4f','\x80','\xc7','\x43','\x80','\xc2','\xdc','\x38','\x53','\x11','\xdc','\x22','\x85','\x04','\x7a','\x19','\x99','\x8e','\xd2','\xd8','\xd5','\x83','\x22','\x23','\x02','\x19','\x03','\x7b','\xdf','\xd1','\x47','\x88','\x8e','\x88','\xa0','\x05','\x35','\x14','\x88','\xd8','\xaa','\x4a','\xba','\x68','\xe5','\xdf','\x97','\x50','\x19','\x53','\x70','\x4e','\x4c','\xdd','\x0e','\x39','\x5f','\x24','\x25','\x36','\x58','\x18','\xeb','\x02','\xeb','\xe3','\x40','\xf1','\xd3','\x6f','\x8d','\x11','\xc0','\x8c','\xc1','\x63','\xa1','\x2e','\xe9','\xc4','\x00','\x69','\x96','\xc9','\xa8','\x38','\x58','\x21','\x9f','\x22','\xf9','\xc9','\x82','\xb0','\xb0','\x07','\x85','\x44','\xae','\x76','\xcc','\xae','\xd8','\x60','\x02','\x83','\xa9','\xe0','\x76','\xd8','\xb3','\xa7','\xc3','\x8e','\x22','\xc4','\xf3','\x7e','\x02','\x07','\x48','\x95','\xa0','\x17','\x13','\x84','\xf0','\x2d','\x91','\xa0','\xc5','\xdf','\xbd','\x92','\xbd','\xf6','\x8c','\x45','\xa7','\x73','\x37','\xb3','\x4b','\x99','\xdf','\xcb','\xb7','\x0c','\x10','\x2f','\xc0','\x13','\x01','\x62','\x26','\x8b','\x22','\x24','\xa4','\x8d','\xf1','\x8c','\xa5','\x68','\xc5','\xb9','\xe0','\x32','\x55','\x1c','\x79','\x00','\x5f','\x59','\x37','\x1c','\x6c','\xaf','\x2c','\x63','\x3c','\x68','\x9b','\x2c','\x34','\x8f','\x22','\x5a','\x48','\xa3','\x0d','\x90','\x4f','\x42','\x68','\xe3','\x60','\x69','\x00','\x2e','\x63','\x82','\x0b','\x79','\xfe','\xcc','\x07','\xe7','\xb2','\x17','\x82','\x90','\xda','\x56','\x94','\xda','\x50','\xca','\x8e','\x92','\xb1','\x4c','\xb8','\x8c','\x97','\x50','\x05','\xe9','\x43','\x4c','\x0d','\x98','\x73','\x54','\xe1','\x1f','\x2e','\x1e','\x3d','\x96','\xa0','\xbf','\xaa','\x6f','\xe4','\xd5','\xcd','\xc4','\xa7','\x2f','\x16','\x4a','\x1e','\x76','\xcd','\xdd','\x70','\xc7','\xcf','\x1e','\xf9','\x52','\xe6','\x74','\xe7','\x75','\x24','\x12','\xcf','\xf9','\x28','\x80','\x99','\x2b','\xa8','\x1c','\xf3','\xe6','\xb3','\xa8','\xc8','\x4f','\x91','\xb9','\x5c','\x79','\xed','\x33','\xb3','\x18','\x11','\x44','\x17','\x3b','\xec','\xc9','\xc6','\xe0','\xf9','\x96','\x3c','\x7e','\xf1','\x80','\xdc','\xa7','\x8d','\xf2','\x73','\x67','\xfe','\x11','\xe7','\xf5','\x70','\xd1','\xe9','\xa9','\x19','\x8b','\x13','\x58','\x3d','\x5d','\x5b','\xc6','\xbb','\x2c','\x46','\x81','\xcc','\xdb','\xa2','\xcb','\x92','\x71','\x59','\x12','\x64','\x95','\x99','\xe8','\x1f','\x2f','\x9f','\xcf','\x3d','\x8b','\xae','\x3c','\x83','\xc7','\x77','\x50','\x68','\xa8','\x8f','\x0e','\xc0','\x39','\xd7','\x15','\xb9','\xfb','\x39','\xff','\xc9','\x2b','\x36','\x07','\xa4','\x3b','\x5c','\xfb','\x11','\x6b','\x01','\xe4','\x82','\xeb','\x79','\x9d','\x99','\xdf','\x78','\xda','\x9e','\x1c','\x56','\x6b','\xd1','\x8d','\x06','\x29','\xd3','\x52','\x15','\x97','\xf5','\x42','\xbf','\xe5','\x54','\xb6','\x84','\xd3','\xd7','\x2e','\xcb','\x82','\x3f','\xfd','\xdd','\x1f','\xf1','\xd3','\x8f','\x3f','\xe2','\xc3','\xcf','\x1f','\x71','\xdb','\xef','\xd8','\xf6','\x1f','\x60','\xcf','\x37','\x7c','\xf7','\xcd','\xb7','\xf8','\xe6','\xe9','\x0d','\xd6','\xba','\xa2','\xdf','\x3b','\x29','\xfa','\x7e','\x02','\x35','\x46','\x74','\xcd','\x5d','\xe0','\x83','\xe0','\x95','\x03','\x73','\x2c','\x07','\x1a','\x9d','\xb8','\xb0','\x8f','\x72','\x1a','\x43','\xf8','\xf4','\xf5','\x59','\x01','\xb4','\xb4','\x86','\xbd','\x24','\x07','\x5d','\x89','\xdb','\x69','\xe8','\x64','\xc5','\x90','\x59','\xf2','\xf6','\x0f','\x0e','\x2f','\x00','\x1c','\xc8','\x72','\x22','\xc8','\x67','\x69','\xd6','\xe4','\xf7','\x12','\xd1','\xb5','\xb9','\x8d','\xdc','\xcf','\x46','\x71','\x82','\x62','\x72','\xfa','\x41','\x11','\x5b','\x77','\x0d','\x80','\x8c','\xe3','\x21','\xa6','\x2b','\x51','\xb6','\x81','\x55','\x48','\xa3','\xa1','\xcf','\xca','\x02','\x48','\xc2','\x49','\x2a','\x50','\x82','\xe6','\x24','\x27','\xba','\x8f','\x0d','\x1e','\xfa','\x48','\x1a','\x73','\xf6','\x20','\xe9','\x45','\xf9','\xd0','\x7d','\x26','\x0a','\x99','\xd8','\x47','\xa5','\x3e','\x95','\xd3','\x02','\x79','\x34','\xee','\x70','\x71','\xcf','\xd9','\x06','\x9b','\x76','\x9b','\x06','\x4b','\xa9','\x65','\x99','\x8e','\x97','\xf7','\x31','\xef','\x17','\x90','\x82','\x00','\x2d','\x14','\x30','\x3c','\x0e','\x51','\x2a','\xef','\xa4','\x53','\x1d','\x66','\x73','\x50','\x3c','\x6e','\x07','\xa6','\xc4','\xb0','\x1e','\x4e','\x81','\xc5','\x2a','\xf9','\xda','\xf9','\x6c','\xc4','\x1d','\x55','\x0f','\xad','\x7b','\x44','\x42','\x3e','\x87','\xf6','\x22','\x71','\xe7','\x65','\x0a','\xb4','\x21','\xda','\x9d','\x81','\x30','\x9c','\x0a','\xbf','\x49','\x1d','\x48','\x5b','\x50','\x09','\x09','\xcd','\x28','\xe6','\xe6','\x07','\x1d','\xb4','\x27','\x19','\xa4','\xd1','\x88','\x42','\xc5','\x5e','\xd9','\x11','\x80','\x40','\xbd','\x4b','\x74','\x52','\x58','\xd8','\xfd','\x4d','\x3b','\x8a','\x6e','\x93','\x84','\x37','\x3e','\xec','\x88','\xcf','\xcf','\xa2','\x5b','\x99','\xe9','\x3e','\xf7','\x3f','\x1d','\x76','\x74','\x5c','\x1f','\xa9','\x43','\xee','\x31','\x97','\x25','\x47','\x00','\x3d','\xec','\x28','\x8a','\x0f','\x44','\xe2','\x16','\x28','\x93','\x47','\x07','\xb0','\xdb','\x6b','\x3b','\x9a','\x1d','\x9f','\xb8','\x26','\x77','\x84','\x1d','\xe1','\xb0','\x23','\x8d','\xc2','\x01','\xc7','\x73','\x38','\x27','\xfc','\x79','\x0d','\x67','\xa7','\xc4','\xa0','\x5e','\xa1','\xb0','\x09','\x02','\xe6','\x3d','\xa4','\xb2','\x16','\x20','\x42','\x54','\xab','\x94','\x7a','\x70','\xd4','\xd3','\x8e','\x32','\x78','\x9e','\x0a','\xe8','\x11','\xd2','\xd0','\xd3','\x8e','\x72','\x98','\x31','\xc5','\x4c','\xc0','\xe4','\x74','\xdb','\x59','\x4c','\x58','\x0c','\xf9','\xd6','\xda','\x4e','\x33','\x09','\x89','\xfc','\x01','\xa9','\x1e','\xe3','\x02','\x52','\x32','\x00','\xa8','\x2e','\x04','\x2e','\xa2','\xc8','\x7c','\x65','\x47','\x1e','\x77','\x37','\x16','\xa3','\x96','\xc2','\x3d','\x32','\xa3','\xef','\x93','\xfa','\xe5','\xe0','\x8e','\xa8','\x5a','\x0b','\x5a','\x69','\x28','\x5a','\xf1','\xf8','\xf0','\x80','\xa7','\x37','\x4f','\xa8','\x97','\x05','\xe2','\x8e','\x5f','\x7f','\xf9','\x05','\xcf','\xcf','\xcf','\xf3','\xb9','\xb3','\x6b','\xb0','\x60','\x59','\x57','\xda','\x84','\x70','\x26','\xa5','\x8a','\x43','\x96','\x0a','\xe8','\x03','\x50','\x04','\xeb','\xad','\x62','\xbf','\x7d','\xc0','\xd7','\xb5','\xe1','\x77','\x5f','\xbd','\xc1','\x37','\x5f','\xbf','\x85','\x4a','\x41','\xf3','\x0a','\xbb','\x77','\xfc','\xf0','\x4f','\x7f','\xc6','\x8f','\xf6','\x67','\x5c','\x1f','\xde','\x60','\xbf','\x3b','\x9e','\x7f','\xf9','\x15','\xfd','\xdd','\x0d','\xfa','\xde','\xb0','\xee','\x8a','\x45','\x1b','\xae','\x75','\xc1','\x52','\x2f','\xa8','\xe5','\x42','\x3a','\x9a','\x56','\x7e','\xd6','\xc6','\xa0','\x3c','\x7c','\xc4','\xf6','\xec','\x97','\x48','\xa4','\x0a','\x06','\xb8','\x50','\x3a','\x0b','\x8d','\x30','\x16','\x38','\x80','\x62','\x8a','\xc3','\x71','\xcf','\x28','\x74','\xe4','\x69','\x91','\xcb','\xe5','\x02','\x43','\x7e','\xed','\x75','\xf7','\x2e','\xd1','\x66','\x9c','\x0a','\x9d','\x57','\x1c','\xfa','\x69','\x54','\xfe','\x8a','\x5f','\x3f','\x95','\xa9','\x22','\x91','\x24','\x10','\x91','\xe7','\xba','\xcc','\x64','\xf7','\x94','\xcf','\xe1','\x48','\xf6','\x85','\xe2','\x09','\xa0','\x44','\xb7','\xef','\x20','\xcd','\xc7','\x3a','\xca','\x50','\x60','\x53','\x58','\x19','\x40','\xa3','\x80','\xc3','\x7a','\x59','\xa1','\x6b','\x63','\x81','\x13','\xe0','\x47','\x5d','\x1a','\xb0','\x54','\xa0','\x29','\xac','\x06','\x8f','\x5d','\x35','\xa8','\x75','\x08','\xea','\x17','\x15','\xac','\x50','\x65','\x9e','\xb9','\x5c','\x07','\xa0','\xa5','\xa0','\x75','\x85','\x77','\x02','\x29','\x18','\x80','\xec','\x54','\xc4','\x93','\xda','\x21','\xb5','\xc3','\xf6','\x02','\xaf','\x1d','\x36','\x0c','\xba','\x77','\xc8','\xe5','\x8a','\x0d','\x82','\x7d','\xdf','\xb0','\xf5','\x2d','\xd2','\x0c','\x26','\x80','\xcb','\xb2','\xa0','\x69','\xc1','\xbd','\xf7','\x50','\x84','\x94','\x59','\xd4','\x00','\x83','\x9c','\xfb','\x00','\x1b','\xe8','\x85','\x62','\x81','\x23','\x94','\x2b','\x9d','\xc2','\x1f','\x7a','\xf8','\xad','\xbc','\x71','\x79','\x7f','\x8b','\x72','\xb6','\x92','\x89','\x69','\x74','\x18','\x00','\x98','\xb2','\xbb','\xaf','\x26','\xd8','\xe1','\xf0','\x3d','\x44','\x7f','\xac','\x93','\x72','\x56','\x17','\xee','\x23','\x52','\xc6','\x01','\x02','\x2a','\x4c','\xa8','\x7c','\x2a','\x3d','\x66','\x5d','\xa0','\x31','\x0f','\x74','\x74','\xfd','\x21','\xec','\x10','\xdb','\x8c','\xef','\x72','\xf8','\x2c','\x3a','\x4c','\x78','\x16','\x3f','\xee','\x80','\x73','\xbe','\x44','\x3c','\xe7','\x22','\x22','\xc9','\x0f','\xfb','\x61','\x2f','\x12','\x38','\xf6','\x03','\x79','\x60','\x32','\x71','\x4d','\x66','\x1c','\x51','\x01','\x8b','\x69','\x5e','\x5f','\x32','\x17','\x38','\x8f','\xab','\x28','\xa8','\x8a','\x39','\x60','\x6d','\xc0','\x91','\x53','\x0b','\xff','\x43','\xe2','\x2e','\x93','\x12','\x13','\x76','\x3c','\xff','\x3e','\xed','\x52','\xa6','\xda','\x9d','\xca','\xe1','\xc3','\x23','\xc5','\x78','\x65','\xb1','\xc1','\xce','\x86','\x7b','\x74','\x9c','\xf3','\x6c','\x08','\x93','\x29','\x78','\x81','\xab','\xa1','\x54','\xfa','\x46','\x36','\x0a','\xec','\xc8','\x27','\xc2','\xff','\xf5','\x4e','\x00','\xa0','\xc6','\x1e','\x2c','\x8f','\x18','\x8e','\xec','\x3a','\xc5','\x3f','\x10','\xde','\xaf','\x9c','\x9d','\x7c','\x95','\x20','\x3b','\x66','\xf1','\xb3','\xf9','\x80','\x8b','\x41','\x9d','\xa2','\x05','\xb9','\xab','\x65','\x52','\x57','\x81','\x39','\x03','\x93','\x89','\x7c','\xee','\x13','\x3a','\x98','\x1c','\x08','\xfb','\x8a','\x84','\x50','\x6a','\x50','\x97','\x5e','\x2f','\x33','\xad','\xa5','\xc0','\xb5','\x72','\x76','\x2c','\x94','\x19','\x8b','\x33','\x76','\xfa','\x30','\xec','\xce','\x05','\xcd','\xa9','\xe8','\xca','\xe7','\x7b','\x30','\x59','\x3c','\x40','\x36','\xb3','\x64','\xa3','\xbc','\x2e','\x82','\x72','\xf6','\x69','\x7a','\xb3','\x04','\xbf','\xa2','\xdb','\x73','\x90','\xda','\x7c','\xc6','\x7c','\x3b','\xfb','\xa8','\x57','\xef','\x95','\x79','\x5b','\xba','\x2f','\x27','\xe1','\x26','\x80','\x7a','\x8b','\xf8','\x63','\x0e','\x78','\x0f','\x4b','\xc9','\x58','\x89','\xe8','\x0e','\x95','\x53','\x9c','\x96','\x10','\x69','\x1a','\xdc','\xe5','\x46','\x11','\x02','\x9f','\xb1','\x35','\xa5','\xe3','\x51','\x58','\xbc','\x89','\x93','\xe2','\x76','\x5c','\xdd','\xa9','\x50','\x11','\xe6','\xa4','\x1e','\xb9','\x02','\x82','\x22','\x7a','\xdc','\x83','\x74','\xf3','\xe1','\xdb','\x25','\xf2','\xdb','\x28','\xb4','\x4a','\x49','\x1b','\x09','\x5b','\x0f','\x3f','\x6c','\x33','\x4f','\x3c','\x00','\x0a','\x89','\x78','\x36','\xcf','\x73','\xe6','\xab','\x11','\x87','\x6b','\x6b','\x87','\x4f','\xfe','\xac','\x90','\x7a','\xfd','\xca','\x2e','\x27','\x02','\xbc','\xe4','\x7b','\x02','\xb9','\xc4','\x2f','\x9b','\x67','\x59','\x3e','\xf1','\x49','\x19','\xb8','\x93','\xcf','\x82','\xe2','\xcf','\x6b','\xa6','\xdd','\x13','\x9c','\x59','\x82','\x82','\xba','\xbb','\xa0','\x77','\xee','\x9e','\x1a','\xd5','\x50','\xde','\x5c','\xf1','\xe0','\x5f','\xa3','\xef','\xc0','\xf3','\x87','\x8f','\xb8','\x0d','\xc3','\x2f','\x2f','\x1f','\x51','\x4b','\xc1','\x75','\x59','\x70','\xad','\x0b','\x19','\x3b','\xe6','\x9c','\x15','\x77','\x99','\xe7','\xd8','\x84','\x2a','\x9e','\x0c','\x9e','\x2c','\x78','\x09','\x2c','\xb3','\x33','\xb7','\xeb','\xc0','\x06','\xa0','\x7b','\x89','\x0e','\xea','\x97','\xac','\xe8','\x4b','\x8b','\x50','\xeb','\x02','\xb4','\x15','\x25','\x79','\xba','\xf0','\xb0','\x26','\xca','\x17','\xb7','\xc2','\xe0','\xd8','\x43','\x61','\xc7','\x11','\x7b','\x03','\x10','\x4e','\xb1','\xc4','\x30','\x54','\xa8','\x47','\xe4','\x66','\xe8','\xdc','\x6a','\xaf','\x91','\x48','\x77','\xeb','\xe8','\xfb','\xb1','\xe3','\x82','\x09','\x61','\x38','\xd4','\x12','\x7a','\xe0','\x16','\xe8','\x49','\x38','\x4e','\x06','\x17','\xb6','\x94','\xa5','\xbc','\x46','\x9b','\x2c','\x32','\x80','\x9c','\xde','\x91','\x1c','\x6a','\x13','\x2a','\x6e','\xb9','\x1c','\x6d','\xdb','\x4c','\x08','\xc7','\x18','\xe4','\xc6','\x0e','\x1e','\xea','\x1a','\x0a','\x2e','\x1e','\x83','\xad','\x47','\x67','\x2b','\x93','\x8f','\x30','\x62','\x25','\x3f','\x9a','\x8a','\x2f','\x25','\xde','\x6b','\x8f','\x1d','\x0f','\xf1','\xf0','\x0b','\x22','\xb8','\x84','\x31','\x4a','\x22','\x3e','\xa7','\x07','\xe1','\xc7','\xb9','\x99','\x46','\x57','\x40','\x5a','\x97','\x0a','\x04','\x05','\x1e','\x2a','\x6b','\x2c','\x80','\xe8','\x1c','\xc7','\x18','\xd8','\x7b','\xc7','\xbe','\x6d','\x70','\x77','\x14','\xe1','\xa0','\x65','\x22','\xb3','\xa5','\xc6','\x32','\xb5','\x10','\xb2','\xb0','\x61','\x78','\xfe','\xf8','\x3c','\x0f','\x0d','\x54','\xd1','\x9a','\xa2','\xd5','\x02','\x08','\xe9','\x83','\x02','\x7b','\x55','\xd4','\x39','\xa3','\x29','\x6a','\xa9','\xa8','\xad','\xa0','\xb6','\x05','\x55','\x0b','\xf6','\xde','\x63','\x6f','\x0c','\x90','\x43','\xfa','\xfd','\xf9','\x7e','\x7c','\x1c','\x97','\x57','\x43','\xf9','\x79','\xe8','\x8f','\x42','\x81','\x3c','\xfa','\x56','\xfc','\xb0','\xa3','\x40','\x58','\xe9','\xd4','\x2a','\x9d','\xae','\x2a','\x4c','\x94','\x43','\x8b','\x69','\x47','\x82','\x29','\x10','\x30','\xed','\x68','\x74','\x2a','\x9d','\x65','\x52','\x9d','\x76','\xa4','\x41','\xe2','\x54','\xe1','\x1c','\x4e','\x2e','\x7b','\x9b','\xc9','\xb6','\x86','\x6d','\x1e','\xc8','\xe5','\x44','\x2b','\x8f','\x47','\x33','\xed','\x48','\x44','\x59','\xc0','\x39','\xef','\xcb','\xd1','\xea','\xa7','\x58','\x07','\x35','\xf7','\x7b','\xd8','\x51','\x7b','\x65','\x47','\x19','\x90','\x5f','\x07','\x69','\x40','\x14','\x27','\x3b','\xe2','\xf7','\xe7','\x9e','\x06','\x77','\xa7','\x20','\x49','\x89','\xc2','\x2e','\xe6','\xe9','\xb2','\xcb','\x0d','\x7c','\x62','\x4b','\x61','\x6b','\xf0','\xa0','\x89','\x29','\x25','\x7e','\x4b','\x11','\x88','\xa7','\x1d','\xd5','\x63','\xee','\xc6','\x3d','\x10','\x22','\x26','\xe5','\xa4','\xd9','\x1d','\xe0','\x00','\x84','\x41','\x1c','\x0e','\xe4','\xa2','\xb9','\x31','\x46','\xd8','\x91','\xcd','\xaf','\xb5','\x53','\x71','\x3e','\xa6','\x84','\xa8','\xb0','\x00','\x70','\x9f','\x76','\x54','\x4a','\x45','\x6d','\x15','\xad','\x36','\xd4','\x52','\xd0','\x7b','\x8f','\x19','\xbe','\xa0','\xe8','\x89','\x00','\x6a','\xd0','\x52','\xb0','\xb6','\x86','\x5a','\x2a','\xfa','\xbe','\x4f','\x05','\xab','\x00','\xac','\xd1','\x5a','\xc3','\x65','\xbd','\xe0','\xe1','\xfa','\x80','\xa5','\x55','\x3c','\x3e','\x3e','\xe2','\xe1','\x72','\xc5','\xd3','\xdb','\xaf','\x70','\x89','\xbd','\x27','\x5b','\xdf','\x71','\xdb','\xef','\x48','\x89','\x68','\x8b','\xc2','\xcc','\x46','\x47','\xdf','\x77','\x7c','\x7c','\xf9','\x88','\x8f','\x2a','\x68','\x97','\x86','\xb6','\xae','\x78','\x78','\xbc','\xe0','\xe9','\xe9','\x0a','\xef','\x0b','\x9e','\xae','\x17','\xec','\xf7','\x8f','\xf8','\xe9','\x87','\x3f','\xc3','\x86','\xe2','\xf9','\xbe','\xa1','\xbf','\x6c','\xe8','\xb7','\x3b','\xb6','\xfb','\x86','\xed','\xd6','\xe1','\xbb','\x63','\xfb','\xb8','\xc3','\xb7','\x8e','\xea','\x82','\x2a','\x0b','\xd6','\x72','\xc5','\xa5','\x54','\x3c','\x2c','\x4f','\xb8','\x3e','\x7e','\x85','\x0e','\xe0','\xf9','\xe3','\x47','\x6c','\x2f','\x77','\x9e','\xa3','\xcb','\x42','\xc5','\x42','\x05','\x36','\x78','\xd0','\xf9','\x32','\x71','\xeb','\x4c','\xbc','\x62','\xf0','\x7d','\x26','\x01','\x5e','\x63','\x53','\x38','\x30','\x25','\xe1','\xe0','\x93','\x27','\x2e','\x10','\x76','\x5f','\x06','\xf7','\x7f','\x64','\xc2','\x96','\x94','\xb5','\x4c','\x6e','\xdc','\x12','\x09','\xc4','\x0c','\xd2','\x93','\xde','\xdb','\xd9','\xcd','\x1d','\x46','\x90','\xa4','\x08','\x55','\x25','\xcf','\x94','\x14','\x0f','\xb0','\x45','\x90','\x02','\x1d','\x01','\x56','\x88','\x4e','\x2a','\x7c','\x0e','\x4d','\x4b','\x4d','\x34','\xd9','\x93','\x21','\x3b','\xbb','\x1d','\x52','\x0a','\x86','\x3a','\xb4','\x38','\x79','\xe2','\x6d','\xc1','\x7a','\xbd','\x60','\xb9','\xae','\x28','\xcb','\x42','\xa9','\xea','\x5a','\x50','\xd7','\x05','\xed','\x7a','\xc1','\xa8','\xc0','\x1e','\x12','\xf5','\x3c','\xfc','\x0a','\x8d','\xa5','\xb3','\x5a','\x4b','\xc8','\xe4','\x2a','\xc6','\xa0','\x2d','\x6b','\xf0','\xc7','\x8b','\xc6','\x1c','\x5a','\x2d','\xec','\x2a','\x9a','\x01','\xbd','\x43','\x8b','\x43','\x36','\xca','\x59','\xeb','\x20','\xe2','\x4d','\x00','\x89','\x3e','\xe3','\xe9','\xed','\x13','\xf6','\xb6','\xe0','\xc3','\x87','\x5f','\xb1','\xf5','\x8d','\x1d','\x23','\x29','\xd0','\x56','\x20','\xeb','\x0a','\x1d','\x0e','\xdf','\x77','\xec','\xb7','\x3b','\x54','\x92','\xa2','\x1b','\x3b','\x4c','\xe0','\xa8','\xe0','\x4c','\x57','\xc2','\x2d','\xb9','\x0e','\x81','\x73','\x41','\x11','\x7b','\xc0','\xdd','\x4d','\x0a','\xc4','\xb2','\xd8','\x98','\xe3','\xab','\x8d','\x42','\x12','\x85','\xfb','\xb4','\x96','\x65','\xc1','\x18','\x1d','\xfb','\x26','\xd3','\x17','\x8c','\x98','\x07','\x9a','\x9d','\xda','\xe2','\xd0','\x10','\xa5','\x48','\xba','\x8e','\x81','\x2c','\x86','\x1e','\x8f','\x7a','\xf4','\x0e','\x18','\xd0','\xca','\x02','\x55','\xce','\x0a','\x96','\xca','\xa4','\xc8','\xe2','\xde','\x8c','\xe1','\x40','\xef','\x94','\xd5','\x8e','\x22','\x2a','\x11','\x7e','\x15','\x81','\x2b','\x77','\x71','\xc0','\x9d','\xbb','\x51','\x42','\x8d','\x89','\x9d','\x58','\x0e','\x85','\xd3','\x46','\x48','\x9b','\x6c','\xb5','\x61','\x29','\x94','\xca','\x8d','\x94','\x3c','\x92','\x7d','\xe7','\x0e','\x1c','\xef','\x68','\x4e','\x89','\x9b','\xb1','\xed','\x4c','\x2f','\x0c','\xc1','\x4c','\x0a','\x11','\x88','\xb8','\x06','\xe6','\x8d','\x91','\x7d','\x09','\x48','\xa9','\x93','\x99','\x67','\x4e','\x5f','\x35','\x81','\xac','\x04','\x55','\x8e','\xfc','\x31','\x62','\x78','\x24','\x74','\x92','\x34','\xe2','\x93','\x0b','\x8d','\xe0','\x53','\x22','\xa1','\xf5','\x2c','\x62','\x93','\xc6','\x88','\xb0','\x73','\x8f','\x99','\x12','\xc1','\x54','\x0c','\x6d','\x4d','\xc3','\xbf','\x31','\xb9','\xeb','\xbd','\x33','\x56','\xd6','\x82','\xd1','\xc7','\x5c','\xa6','\x3b','\x81','\xe2','\xa0','\x5a','\x23','\x8a','\x23','\x8b','\xce','\xc4','\xf4','\xe6','\x01','\xc6','\x52','\x09','\x97','\x42','\x2d','\xae','\xce','\x8e','\x5f','\x89','\x02','\x36','\x33','\xf9','\x28','\xa4','\x38','\x73','\xa1','\xd1','\x75','\x67','\x47','\x58','\x14','\x18','\x26','\xc0','\x00','\xd4','\x09','\x3a','\x12','\xff','\x71','\x76','\x65','\x7d','\x70','\xc1','\xbc','\x1b','\xcf','\x88','\x00','\xae','\x29','\x4c','\x83','\x98','\x23','\x11','\x68','\x77','\xd8','\x36','\x70','\xdf','\x76','\x78','\x1f','\x18','\x0b','\x29','\xa8','\x09','\xd2','\x24','\x90','\x98','\xb3','\x3a','\xa9','\x18','\x99','\x80','\xc9','\x99','\x46','\x9e','\xbe','\x2d','\xbf','\x6e','\x21','\x52','\x90','\xcc','\x08','\xcc','\xb9','\x6c','\xc1','\x04','\x7e','\xb2','\x58','\xcd','\x62','\x19','\x47','\x47','\xd6','\x23','\xbe','\x58','\xf8','\x41','\x87','\xa3','\x0f','\x7e','\xc5','\xb2','\x88','\x4c','\x90','\x35','\xec','\x43','\x0b','\x3b','\x75','\x9c','\xb5','\x63','\xb1','\x34','\x46','\x4a','\x57','\x47','\xb7','\x40','\x30','\x3b','\xde','\xe9','\x33','\x15','\xa1','\x92','\x06','\xc0','\x7d','\x80','\xab','\xb4','\x71','\xd8','\x5d','\x22','\x06','\xe1','\xf7','\x54','\x0a','\x72','\x41','\x2a','\x59','\x4f','\xfa','\xaa','\xd8','\x1c','\x4e','\x61','\x97','\x2c','\x3a','\x3c','\x03','\x9c','\x47','\xde','\x59','\xe2','\xf1','\xda','\xb9','\xd4','\x97','\x57','\xe0','\x95','\x0f','\xde','\xb3','\xd6','\xe8','\x07','\xf7','\xbe','\xcf','\xf9','\x39','\x01','\x50','\xa5','\xa0','\xb4','\x1a','\x40','\x55','\xe6','\x3d','\x91','\xdb','\xe5','\xe1','\x09','\xb0','\x3b','\x3b','\x48','\x25','\xc0','\x32','\xcb','\xfb','\xa5','\x4e','\x63','\x98','\xb9','\x91','\x71','\x26','\x2d','\x1f','\x4a','\x16','\x6e','\x86','\xc9','\xdc','\xca','\xf9','\x9b','\xb1','\x77','\xec','\x9b','\x63','\x14','\x81','\xb5','\x0a','\x28','\x69','\xb6','\xd2','\x07','\x36','\xdb','\xf0','\xfc','\xbc','\x43','\x5a','\xc5','\x37','\xdf','\x7d','\x8b','\x56','\x14','\x2f','\xbf','\x7e','\xc0','\x36','\x06','\x3e','\xde','\x5e','\xf0','\xe1','\xfd','\x07','\x5c','\xb5','\xa0','\x69','\x0b','\x5b','\xe3','\xe7','\x9f','\x32','\xfe','\xea','\x91','\xdf','\x01','\x26','\x06','\xf1','\x81','\x0e','\x87','\xf5','\x5c','\xa9','\x41','\x56','\x42','\x07','\xd0','\x4d','\xd1','\x7f','\xa3','\xee','\xfb','\xac','\x00','\xca','\xea','\x5f','\x5b','\x81','\x0e','\xa0','\x4a','\x8d','\xe1','\x27','\x0b','\x34','\xb5','\x42','\xe0','\x07','\xea','\x28','\xe0','\xcd','\xb5','\x74','\x1e','\x8a','\x52','\x1b','\x6a','\x38','\x1f','\x55','\x89','\x71','\x91','\x18','\xd8','\x32','\xb6','\xc2','\x6c','\x8b','\x41','\xc7','\x52','\x59','\xd9','\x55','\x3d','\x94','\xbc','\xa2','\xc6','\x54','\x07','\xba','\xf7','\xe0','\x26','\xc7','\x21','\x81','\x43','\x64','\x50','\x9b','\xbe','\x36','\x1a','\x7d','\x50','\x1f','\x1c','\x81','\x18','\x04','\xa2','\xc0','\x37','\xe1','\x03','\x1e','\xd9','\xda','\xc7','\xf1','\xec','\xc7','\xe8','\x73','\xc0','\x7f','\x38','\x30','\xac','\x4f','\x71','\x87','\x92','\x4e','\x58','\x8e','\xd9','\x86','\x44','\x85','\x78','\x58','\x0a','\xb4','\x2c','\x71','\x48','\x2c','\x3a','\x12','\x0a','\x41','\x87','\x08','\x03','\x35','\xb7','\xed','\x92','\x53','\xcf','\xeb','\x0a','\x9b','\x11','\x26','\xbe','\x10','\x56','\xa7','\x3d','\xba','\x03','\xea','\x81','\x4a','\x68','\x05','\x4a','\xe1','\xa1','\x63','\x14','\xe2','\xb2','\x33','\x1c','\x88','\xbd','\x85','\x67','\x17','\x08','\xa4','\xea','\x5c','\x82','\x8a','\x93','\x83','\x77','\x24','\x15','\xc5','\x70','\xdb','\x5e','\x30','\x3a','\x8b','\x9c','\x52','\x5b','\x38','\x01','\x7e','\x57','\x7f','\x35','\x74','\x5a','\x30','\x14','\x48','\xf1','\x86','\xdd','\x0d','\x30','\x45','\x81','\x13','\xa1','\x1d','\x80','\x8d','\x1e','\xb3','\xd0','\xec','\x8c','\x9d','\x39','\xc0','\x79','\xdf','\xcf','\x33','\x49','\x49','\x59','\xe3','\xe0','\x21','\x95','\x5f','\xaa','\x2e','\x00','\x80','\xa2','\x36','\x0b','\x44','\xa8','\x43','\x8c','\x8a','\x7c','\x66','\x82','\xda','\xae','\x33','\x88','\xfd','\x96','\x1d','\x8d','\x8d','\xc3','\xda','\xb5','\x36','\xd4','\xc2','\x02','\xee','\x95','\x1d','\x79','\xd8','\xb4','\x83','\x14','\x9d','\x50','\x84','\xca','\x67','\xa6','\x05','\x40','\x21','\x7e','\x60','\xc1','\x41','\xca','\x76','\x37','\x4e','\x76','\xa4','\x7a','\xd0','\x21','\x3d','\xd6','\x64','\x4f','\x1f','\x12','\x14','\x11','\x3e','\x1f','\x44','\x41','\x39','\x66','\x02','\x94','\x9d','\xc7','\x49','\x89','\xc0','\x7c','\x54','\x44','\xd3','\x95','\xcf','\x83','\xb6','\xcd','\x05','\x81','\x7d','\x0c','\x3e','\xa3','\x9a','\x28','\x53','\xc7','\xe8','\xe3','\x18','\x80','\x07','\x9d','\x77','\x09','\xca','\x0b','\x0b','\x9a','\x91','\x80','\x08','\x8a','\x09','\x13','\xca','\x4c','\x5e','\x20','\xc8','\x41','\x50','\x8b','\xcd','\xf4','\x36','\x06','\x87','\xb5','\x91','\xb3','\x00','\x65','\x16','\x98','\x73','\x37','\x53','\x64','\x12','\xa2','\xec','\x02','\xbc','\xdc','\x5f','\xb8','\x08','\x51','\x28','\xb3','\xa9','\x72','\x5e','\x62','\x39','\xb0','\xcf','\xdd','\x52','\x8a','\x11','\xf7','\xd9','\x9d','\x36','\x26','\x6e','\xa8','\x0a','\x78','\x11','\xd8','\x60','\x87','\x2f','\x67','\xea','\x4d','\x59','\x34','\x89','\x2a','\xba','\x38','\x1c','\x83','\xaa','\x63','\x8b','\x42','\x50','\x50','\x5b','\x28','\xb8','\x95','\x82','\x5e','\x05','\xcf','\xb6','\xe1','\xf9','\xbe','\xa1','\x6e','\x0f','\xf8','\xea','\x76','\x47','\x7f','\x7e','\xc6','\x8f','\x3f','\xfc','\x84','\x77','\xb1','\x91','\xda','\xbb','\x43','\x9b','\x62','\x6d','\x2b','\x86','\x19','\x6e','\x2f','\xcf','\x54','\xee','\x0a','\x74','\x72','\x17','\x01','\xba','\xa1','\x9a','\x40','\x86','\x60','\xbd','\x5c','\xb1','\x7c','\xfd','\x07','\xf4','\x6d','\xc7','\x0f','\x7f','\x7e','\xc1','\xc7','\xe7','\x5f','\xb0','\xdd','\x36','\x16','\xec','\x28','\x81','\xca','\x16','\xbc','\xdf','\x5f','\x98','\x88','\x76','\x3e','\x87','\x52','\x1b','\xea','\xba','\xa0','\xac','\x0b','\x5c','\x80','\xad','\x0d','\x14','\xb9','\xd3','\x3e','\x75','\xc3','\xd0','\x50','\xca','\xda','\x3a','\x72','\x97','\x58','\x2b','\x05','\x8e','\xb4','\x07','\x80','\x2a','\x60','\x0c','\x24','\xe9','\xa3','\xe0','\x80','\x54','\x87','\x2c','\x3e','\xeb','\x1f','\x91','\x2c','\x92','\x06','\x29','\x01','\x45','\xb8','\x6c','\x76','\xef','\x31','\x8b','\x56','\xe6','\x33','\x2c','\xf1','\xde','\xee','\x06','\x74','\x2e','\x05','\x45','\xd8','\x21','\x84','\x05','\x83','\x05','\xdd','\x78','\xdf','\x69','\x57','\x35','\x66','\x2e','\x73','\x9e','\x2d','\x3b','\x3c','\xee','\x2c','\x6e','\x06','\x0c','\x26','\x05','\x5e','\xd8','\x89','\x19','\x41','\xc9','\xac','\x6b','\x43','\xd1','\x85','\x01','\xf0','\x3e','\x70','\x79','\xf3','\x80','\xa6','\x0a','\x7b','\x79','\x61','\xd2','\x84','\x01','\x68','\x85','\x96','\x86','\x87','\xa7','\x27','\x5c','\xdf','\x3c','\x61','\x5f','\x0b','\xf6','\x56','\x60','\x6b','\xc3','\x68','\x0b','\xbc','\x2c','\x90','\x5a','\x81','\x56','\xd0','\x63','\x21','\x2c','\xa4','\xc0','\x5b','\x63','\x47','\xb8','\x34','\x16','\x3c','\xa5','\xc4','\xcc','\x90','\x86','\xb2','\x51','\xd0','\x1d','\xc0','\xa4','\x22','\x59','\xa2','\xaa','\x80','\x4a','\x9d','\xb2','\xd5','\xae','\x3b','\x5c','\x06','\x06','\x3a','\xb6','\xe0','\x47','\x98','\x82','\xef','\xe3','\x0e','\x1d','\x8e','\x75','\x1f','\x90','\x56','\x03','\x98','\x28','\x18','\xcb','\x9d','\x4a','\x59','\x00','\x2a','\x88','\x86','\xb7','\xfd','\x0e','\x81','\x02','\xd6','\xc9','\x1e','\xe8','\x0e','\x35','\x43','\x91','\x82','\x8a','\x00','\x33','\x2e','\xdf','\xe1','\xb6','\x3d','\xe2','\x7e','\xbf','\x71','\x6e','\xa1','\x92','\x36','\xbb','\xf7','\x1d','\xaa','\x86','\xeb','\x7a','\x65','\x67','\xc5','\x81','\xe5','\xf2','\x00','\x11','\xc1','\x6e','\x46','\x79','\xe1','\xcb','\x05','\x68','\x0b','\x6e','\x00','\x30','\x48','\xfd','\x50','\x61','\xf7','\xc1','\xa4','\xe3','\x52','\x0a','\xda','\xfa','\x40','\x41','\x96','\x31','\xe0','\x5d','\x00','\x61','\xb1','\x01','\x05','\x46','\x27','\x2d','\x44','\x0b','\xcf','\xa5','\x63','\x41','\xa9','\x81','\xa3','\xc0','\x49','\x05','\x8c','\x64','\x71','\xa2','\xc5','\xc2','\xd8','\xd2','\x23','\x6e','\x28','\x8e','\xfd','\x3c','\xa3','\xc4','\xfd','\x35','\x76','\xae','\xaa','\x66','\x31','\x11','\xf6','\x13','\xed','\x25','\x55','\x47','\xa9','\x02','\x35','\xc5','\xfa','\xb0','\xa2','\x2a','\xc5','\x10','\x7a','\x67','\x1c','\xe1','\x3c','\x0c','\xcf','\x9f','\x1f','\x1a','\x09','\x90','\x56','\x50','\x14','\x93','\x61','\x32','\x90','\x9d','\xe8','\x28','\xd2','\x83','\x16','\x9a','\xc0','\x27','\xc0','\xa4','\x16','\x7e','\x30','\x82','\xb3','\xa3','\x65','\xa7','\xaa','\x48','\x20','\xc9','\x5c','\xe6','\x99','\x12','\x16','\x59','\x03','\x88','\xd6','\xd5','\xf1','\x7d','\x5a','\x64','\xce','\x04','\x9b','\x01','\x7d','\x27','\x85','\x07','\xb1','\xb7','\xc7','\x5d','\xe0','\x41','\x09','\x1d','\xc3','\xa9','\x26','\x68','\x14','\xa3','\x19','\xea','\x28','\xea','\x94','\x9c','\x96','\x82','\x56','\x59','\x04','\x0f','\x03','\xef','\x75','\x69','\x47','\x2c','\xce','\x10','\xa9','\xd1','\x95','\x33','\xde','\xed','\x52','\x22','\x66','\x26','\x50','\xe3','\xb1','\x60','\xda','\x1c','\xcb','\x08','\x63','\xae','\x05','\x58','\xd8','\x69','\x32','\x29','\x73','\x86','\xa8','\x40','\x20','\x06','\x54','\x77','\x34','\x18','\x13','\x3e','\x07','\xb8','\x23','\xd1','\x61','\xad','\x60','\x2f','\x05','\xf7','\x0d','\xb8','\x3b','\xf0','\x22','\x8e','\x4d','\xb9','\x54','\x13','\x06','\xf4','\x97','\x0d','\x5a','\x09','\x3c','\x89','\x37','\xa8','\xf6','\xc8','\xe3','\x29','\x3a','\x62','\x51','\x1c','\x78','\x29','\xb3','\x58','\x74','\xeb','\x48','\x61','\x07','\xce','\x02','\x32','\x07','\xca','\x19','\xcf','\x14','\x67','\x90','\x04','\x0e','\xa3','\x60','\x63','\xa7','\x2f','\xfc','\x4f','\x1f','\xf0','\xa0','\x89','\x96','\x22','\xec','\x96','\x57','\x0d','\xe1','\x1c','\x26','\xd3','\x1a','\x09','\x6f','\xc6','\x36','\xcf','\xf8','\x1d','\x0e','\x72','\x76','\xf5','\xa4','\xcf','\x18','\xef','\xc2','\x7d','\x65','\x39','\x77','\x6c','\x48','\xde','\x06','\xa9','\xe6','\x3e','\xf5','\xad','\x35','\xc4','\x4b','\x92','\x0e','\xae','\xdc','\xe9','\xa6','\x65','\xae','\xeb','\xc0','\x69','\x2c','\x41','\xab','\xa2','\xa0','\x1e','\xf3','\x44','\x51','\x48','\x21','\xf2','\x13','\x1f','\xe3','\x58','\x0c','\x2e','\x40','\xad','\x3c','\xb7','\x22','\xd1','\x09','\xef','\x1d','\xde','\xb9','\x87','\xab','\xb5','\x46','\x65','\xbf','\x11','\x42','\x50','\xaa','\x28','\x9a','\x73','\xb4','\xf1','\x99','\x7c','\x40','\x84','\x60','\x88','\xd9','\xe0','\xce','\x31','\xc7','\xec','\xe6','\x7b','\x74','\x8b','\xdc','\x0d','\x3e','\xd8','\x48','\x98','\xb3','\x62','\xf9','\x3d','\x42','\x1f','\x37','\xab','\xb3','\xf0','\x01','\x33','\xf9','\x70','\xa6','\x9a','\x39','\x3e','\x22','\x41','\x93','\x36','\x44','\x51','\x1c','\xe7','\x10','\x96','\x77','\x91','\xb9','\xdf','\x18','\x3b','\x81','\x91','\x52','\x69','\xe3','\x2a','\xac','\x91','\x20','\x01','\x64','\x08','\xa4','\x71','\x8c','\x40','\x3a','\x29','\x78','\xea','\x03','\x05','\x05','\x8b','\x0a','\xbc','\x01','\x97','\xb2','\xe2','\xcd','\xb2','\xa2','\x9b','\x61','\xd4','\x81','\x37','\xdf','\x7c','\x87','\x5f','\xa5','\xe2','\xa7','\x9f','\x7f','\xc6','\xcf','\xdb','\x0d','\xfd','\xc3','\x2f','\x78','\x1e','\x1d','\xeb','\xb2','\xe0','\xcd','\xc3','\x13','\xde','\xbe','\x7d','\x4b','\x3b','\xe8','\x03','\x4d','\x0a','\x96','\x65','\x05','\x00','\x8c','\x7d','\xc7','\x30','\xe7','\x2c','\x1b','\x1c','\x65','\x90','\x56','\xbe','\x38','\xb0','\xba','\x60','\x57','\xc5','\xb3','\x28','\xc6','\x39','\x47','\x3d','\xbd','\x3e','\x2b','\x80','\xf6','\x61','\x73','\x2f','\x83','\x28','\x93','\x1c','\x83','\xa3','\x5b','\xa7','\x0a','\x93','\x34','\x20','\x10','\x2c','\x9f','\xa8','\xa4','\xc0','\xc5','\x31','\x62','\x83','\x70','\x5b','\x96','\x18','\xaa','\xf3','\x39','\xf3','\xe1','\x31','\x60','\x69','\x46','\x83','\x50','\x67','\x90','\x2e','\xf1','\x4f','\x98','\x62','\x3c','\xab','\x20','\xc0','\x39','\x50','\x51','\x89','\x66','\x41','\x40','\x82','\x4f','\x34','\xad','\x29','\x35','\xc4','\x64','\x18','\x63','\x3a','\x74','\x04','\x82','\x7f','\x5e','\x1e','\xc9','\xbd','\x02','\xd1','\x01','\x92','\x83','\xa6','\xa1','\xc2','\x7d','\x2b','\x1c','\x36','\xcb','\x2e','\x52','\x50','\x3c','\x34','\x97','\xbd','\x25','\x05','\x24','\xde','\x1f','\xe1','\x50','\x91','\xf4','\xb7','\xc0','\x01','\x44','\xa0','\x35','\x96','\xd4','\x45','\x95','\xc4','\x36','\x73','\x2c','\xf6','\xdb','\xf7','\xa9','\x56','\xa1','\xa5','\x40','\x6b','\x65','\xb0','\x34','\x83','\x63','\x43','\xd4','\x76','\x30','\x07','\xfa','\xe0','\xc1','\xcd','\x65','\x83','\x99','\x9c','\x73','\x4e','\x92','\x6a','\x3f','\x10','\xa1','\x40','\x84','\x60','\x22','\x7a','\xa4','\x40','\x39','\x37','\xe2','\xf2','\xa9','\x40','\x83','\x63','\x3d','\xdc','\xb0','\x83','\x43','\x6e','\x2e','\xe4','\x64','\x7a','\x48','\x37','\x76','\xe3','\x42','\xc8','\x2a','\x40','\x89','\xfb','\x96','\x5d','\x32','\x17','\x0e','\xff','\x76','\x71','\x3e','\x89','\x4e','\x3a','\xc4','\x90','\x70','\x2e','\x1e','\x9d','\xb3','\xb8','\x4f','\x53','\x16','\x34','\x22','\x8c','\x59','\x2e','\xef','\x6b','\x70','\x37','\x34','\x01','\x86','\x2a','\x5c','\xd3','\x8e','\xca','\x67','\x76','\x64','\x24','\x92','\xa2','\xfc','\x96','\x1d','\x05','\x9a','\xc8','\xf2','\xb0','\xb0','\xd3','\x81','\x02','\x3d','\xf6','\x55','\xbf','\xb2','\xa3','\x92','\x80','\x45','\xd8','\x54','\x58','\x08','\x9d','\xb7','\x0b','\x77','\x6c','\x80','\x5f','\xf7','\x89','\xc2','\xc4','\x3d','\xfc','\x1b','\x76','\xc4','\xf0','\xc5','\xff','\xd6','\x52','\xb8','\x54','\xd5','\xf2','\x93','\x0b','\x54','\xea','\x44','\x9b','\xb8','\xd1','\x99','\xc8','\x21','\x98','\x8b','\xd2','\x49','\x11','\x0b','\x8e','\xdf','\x2b','\x50','\xad','\xa8','\x4d','\x20','\x85','\xd7','\x9e','\x9d','\x2c','\x34','\x85','\x4b','\xc7','\xde','\xf7','\x49','\x4f','\x20','\x8a','\x9e','\xc3','\xb8','\x06','\xc5','\x4e','\x03','\x72','\x06','\xdf','\xe1','\x1a','\x33','\x20','\xbf','\x6d','\x47','\xae','\x54','\x60','\x51','\x11','\x68','\x0b','\xa5','\xb2','\x2f','\xda','\x11','\x13','\xc5','\x0e','\x43','\x47','\x2e','\x85','\x35','\xa8','\x53','\x29','\xcc','\x9d','\xf4','\x8f','\x6e','\x1d','\x05','\x04','\x40','\x92','\xde','\x32','\xdc','\xc2','\x3f','\x10','\x3d','\xaa','\xd6','\xe0','\x7b','\x27','\x00','\x21','\x07','\xaf','\x3b','\x7f','\xb7','\xdb','\x00','\x62','\xee','\x2c','\x15','\xb0','\xa4','\x6a','\x7c','\x06','\x60','\xb7','\x1d','\xa3','\xdf','\x29','\x4b','\xfe','\xb3','\xa0','\x6b','\xc7','\x87','\x8f','\x1f','\xf1','\xee','\x97','\x77','\xd8','\xb7','\x3b','\x7c','\x18','\xaa','\x72','\xb1','\xa8','\x95','\x86','\x26','\x15','\xd2','\x2e','\x18','\xc5','\xe0','\x7d','\x39','\xe6','\xaf','\xbc','\x40','\x36','\x41','\xdf','\x3a','\x9e','\xef','\x3b','\x9e','\x77','\xc1','\x76','\x77','\x3c','\x7f','\xe8','\xb8','\x6f','\x1d','\xdb','\x4e','\x44','\x57','\x84','\xa8','\xb6','\x38','\x70','\xbf','\x51','\x3a','\x1b','\x11','\xdc','\xbd','\x34','\x68','\x89','\x0e','\x8a','\x18','\x5e','\x5e','\x3a','\x36','\xdb','\xd8','\x81','\x11','\xc5','\x65','\x59','\x0e','\x14','\x33','\xee','\x66','\x29','\x25','\xc6','\x0c','\xcf','\xb4','\x18','\x00','\x31','\xe3','\x93','\x14','\x5e','\x31','\x4c','\x91','\x88','\x49','\xfa','\x09','\x94','\x31','\xe9','\x4b','\x70','\x0e','\xbf','\x4e','\xba','\x9a','\x83','\xcb','\x35','\x11','\xee','\x30','\x3f','\x6b','\x58','\x59','\x12','\x88','\x91','\x8a','\x84','\xe6','\xc0','\x30','\x14','\x15','\x2c','\xeb','\x3a','\x25','\xf5','\x0f','\x74','\x95','\x05','\x33','\xfb','\xd1','\x05','\x5b','\xad','\xf0','\x5a','\x51','\x21','\xe8','\x81','\xf2','\x56','\x14','\x94','\xb2','\xc0','\xc6','\x86','\x7e','\xeb','\xf0','\xab','\xa0','\x2e','\x0d','\x05','\x3b','\x96','\xe2','\x68','\x65','\xc1','\x72','\x5d','\xf0','\xf0','\xf8','\x84','\x87','\xc7','\x27','\x2c','\xd7','\x2b','\x7c','\xad','\xd8','\x8a','\xa0','\x07','\x7b','\xa0','\xa8','\x42','\x6b','\x85','\x54','\xee','\x01','\x72','\x73','\x16','\x30','\xeb','\x85','\x33','\x17','\xa5','\x70','\xbb','\xbc','\x52','\x30','\x62','\x07','\xe7','\x1b','\xb3','\xcb','\xa7','\x70','\xf8','\xde','\xc9','\x16','\x70','\xcc','\x73','\xa5','\x4a','\x85','\x4e','\x29','\x05','\xdd','\x3b','\x76','\x14','\xec','\xd8','\xe1','\x05','\xb0','\xae','\x73','\xd7','\x8d','\x9a','\x41','\x3e','\xdc','\xb9','\xf7','\xe4','\xad','\x60','\x59','\x1b','\xfa','\xfd','\x0e','\xbf','\x6f','\x90','\x6d','\xe7','\x8e','\x11','\x33','\x94','\xe5','\x01','\x7a','\x11','\x60','\x74','\x70','\x0e','\xaf','\x03','\x63','\x07','\x86','\x43','\x86','\x01','\x36','\x20','\xf5','\x01','\x68','\x4f','\xf0','\xfb','\x7b','\xc0','\x3b','\x8a','\x84','\x32','\xd8','\xfe','\x8c','\xda','\x3a','\x1e','\xca','\x03','\x50','\x89','\xc6','\x3f','\x3e','\x3c','\xa2','\xc3','\xf0','\xeb','\xcb','\x33','\x36','\x73','\xf8','\x28','\xe8','\x10','\x3c','\xf7','\x0d','\xe5','\xf9','\x05','\x6f','\xcd','\x50','\xd7','\x15','\xa2','\x8a','\xab','\x56','\x68','\x5d','\xe1','\x95','\xbb','\x8a','\x6e','\xf7','\x8d','\x4b','\x55','\x43','\xf6','\x20','\xe9','\xfa','\xe6','\x0a','\x2e','\x96','\x6b','\xd0','\x65','\x41','\x51','\x87','\xda','\x0b','\x7c','\x70','\x6e','\x30','\x85','\x22','\x86','\x27','\x6c','\xe8','\x2c','\x8e','\x4b','\xe1','\x59','\x94','\x83','\x26','\x96','\xbe','\x6f','\x08','\x33','\xf6','\x2a','\x05','\x50','\x0f','\xbb','\x8a','\x24','\x49','\xc9','\xb8','\x68','\x45','\x20','\x52','\x43','\xe9','\xce','\x51','\xa0','\x70','\xc4','\x62','\xc3','\x81','\x49','\xef','\x65','\x00','\x26','\x45','\x0f','\x15','\x04','\x0b','\xc1','\xa1','\x6d','\xb3','\x11','\xf3','\xbf','\x67','\xe9','\xf6','\xec','\x36','\xf9','\xec','\x3e','\x52','\x22','\x3c','\xf8','\x1e','\xd9','\x61','\x9b','\xbe','\x97','\xd7','\xad','\x00','\xdb','\x81','\xd9','\x1d','\x8d','\xa4','\x79','\x56','\x22','\x38','\x75','\x1c','\x94','\xf6','\x82','\xa9','\x6a','\xe9','\x54','\x3d','\x14','\x6a','\x81','\xed','\x9e','\xaa','\xb3','\x31','\x3f','\x2b','\xec','\x20','\x58','\x37','\x6c','\x46','\x15','\xc1','\x5c','\x18','\x6e','\x2e','\x18','\x7b','\xd0','\x93','\xb2','\x58','\x99','\xcd','\x84','\xec','\x60','\x04','\x92','\x2f','\x65','\xde','\x43','\x0f','\x81','\xa9','\x31','\x08','\x54','\xd5','\x5d','\xb0','\x1a','\xe9','\xc3','\xbb','\x2b','\x0c','\x8a','\xbd','\x29','\xb4','\xe9','\x54','\x89','\xab','\x43','\x20','\xc3','\x51','\xe3','\x7a','\xd5','\x1d','\x03','\x1d','\x43','\x0d','\x5d','\x0d','\xbd','\x09','\x6e','\xd5','\xb0','\xa9','\x61','\x33','\x60','\x13','\xc3','\x50','\x27','\x68','\x26','\x32','\xbb','\x7e','\x22','\xc2','\xbd','\x59','\x5b','\x08','\x3a','\xa5','\xdf','\x05','\x77','\x31','\xd6','\x9c','\xd3','\x1b','\x1b','\x01','\x30','\x8d','\x85','\xbf','\xe5','\xb8','\x97','\x1e','\xa0','\x21','\x59','\x3d','\x82','\x64','\x7e','\x90','\xb1','\xc0','\x4e','\x4d','\xb6','\xee','\x2c','\x3a','\x51','\xa8','\x3c','\xab','\x45','\x7d','\xb2','\xeb','\xcd','\x52','\x68','\x85','\x1d','\x08','\x76','\xca','\x06','\x69','\x67','\x6e','\xd3','\x5f','\x4a','\xc4','\x87','\xc0','\xfe','\x23','\xde','\x8c','\xc9','\x4c','\x99','\x54','\x61','\xc9','\x55','\x0e','\xcc','\x23','\x55','\xd8','\x95','\x12','\x67','\xae','\x50','\x95','\xbb','\xca','\x18','\x9a','\xa7','\xd7','\x3b','\x68','\x7e','\x84','\xfc','\x03','\x6c','\x24','\xd0','\xa0','\xc1','\x1e','\x61','\x92','\x13','\x5d','\x49','\x31','\xb8','\xb0','\x70','\x51','\x21','\x50','\x2f','\x22','\x54','\x93','\xec','\x54','\xca','\x45','\x51','\x7e','\xa6','\x41','\x46','\x02','\xfd','\xff','\x61','\x23','\x92','\xdd','\xab','\x61','\xf0','\x0a','\xa0','\x31','\x26','\xf4','\x10','\x93','\x2a','\x29','\x91','\x1f','\xb9','\x2a','\x41','\x51','\xda','\x35','\x19','\x44','\xf9','\x39','\x99','\x8b','\xf4','\xd8','\xa7','\x95','\x8c','\x1c','\x9e','\x21','\x01','\xc0','\xf1','\x07','\x2f','\xcc','\x77','\x05','\x72','\x28','\xba','\x7a','\x74','\x9b','\x3d','\xeb','\x3b','\x9f','\x67','\xc8','\xad','\x63','\x6c','\x1b','\x67','\x01','\x9d','\x00','\x92','\x84','\x38','\x8d','\x24','\x3d','\xce','\x0d','\x2e','\x3b','\xa4','\x02','\xad','\x08','\xca','\x70','\x98','\x77','\x16','\xce','\x71','\xd6','\x2e','\xa5','\x40','\xf4','\x82','\xbb','\x75','\xbc','\x60','\xe0','\xba','\x5c','\x50','\xdf','\x3a','\xf6','\x61','\xf8','\xf1','\xc3','\x7b','\xfc','\x70','\x7b','\xc6','\xbb','\x7d','\xc7','\xe3','\xf5','\x11','\xbf','\x7f','\x58','\x43','\x4a','\x9e','\xb3','\x9f','\x8b','\x14','\xb8','\x72','\x26','\xcd','\x4d','\xd1','\x07','\x6d','\xef','\x0a','\xe3','\x6c','\x26','\x58','\x9f','\x0c','\x1f','\xb8','\xc3','\xb1','\xdb','\x69','\xfd','\xc9','\x27','\xaf','\x2f','\x88','\x20','\x44','\xab','\xd6','\x13','\x25','\xa1','\x33','\x2a','\x2e','\x51','\x0c','\xf6','\x39','\x28','\x99','\xad','\xe3','\xd3','\x4f','\x33','\xa1','\xde','\x6e','\xe8','\x22','\x33','\x30','\x27','\x65','\x48','\x8b','\x90','\x9f','\xed','\x60','\x50','\xf2','\x1e','\xa8','\x66','\xf0','\x6e','\x35','\x7c','\xa3','\x14','\xca','\x3b','\xf6','\x81','\x31','\x70','\x54','\xda','\x16','\x66','\x2f','\x32','\x91','\x4c','\x04','\x5a','\x07','\x4f','\xee','\x69','\xa8','\xa9','\x84','\xa3','\xc9','\xa5','\x94','\xe7','\x61','\xb4','\x89','\x6e','\x02','\x10','\x63','\xb0','\x2d','\x05','\x2c','\x87','\x23','\x01','\x09','\xbc','\x0c','\x63','\x9c','\x66','\x81','\xc0','\x64','\x3f','\x0f','\x13','\x1d','\x2e','\x0f','\x9f','\x05','\x22','\x94','\x7c','\x6a','\x47','\xce','\x62','\x90','\x5f','\x5c','\x4a','\x45','\x29','\xb1','\x99','\xbe','\x50','\xb5','\x4c','\x1c','\x90','\xa2','\x58','\x4b','\x83','\x6b','\x18','\x6c','\xef','\x1c','\x30','\xdf','\x0d','\x5a','\x05','\x4b','\x8b','\x79','\x22','\x84','\xdf','\x56','\x3d','\xda','\xbb','\x60','\x72','\x5c','\xe2','\x59','\x8c','\x40','\x7c','\x29','\x7f','\x1c','\x7c','\xfe','\x08','\x64','\x52','\x15','\x2d','\xbc','\x95','\xb8','\x72','\x87','\x45','\xa2','\xe1','\x41','\x35','\xa2','\x84','\x78','\xaa','\xf4','\xb0','\x5d','\x5c','\x1a','\x69','\x50','\x7d','\xdb','\x61','\x7d','\x47','\xd3','\x06','\x2d','\xa4','\x6e','\xb8','\xe5','\x42','\xb7','\x40','\xb9','\x82','\x6b','\xa9','\x9a','\xc1','\xd8','\x21','\xea','\x69','\x42','\x44','\xc0','\x3d','\x7f','\xc7','\xdf','\xb6','\x23','\xc0','\xb0','\x6f','\x37','\x16','\x17','\x72','\xcc','\x36','\xf1','\xf9','\x21','\x06','\xfc','\x01','\x75','\xb6','\x3f','\x93','\xaa','\xf6','\xca','\x8e','\x34','\xe8','\x38','\xdc','\x8a','\x79','\x42','\x6c','\xa2','\x68','\xd5','\x28','\x96','\xa2','\xb8','\xa2','\x56','\xfc','\x89','\x32','\x17','\x41','\x6a','\x04','\x4d','\x8f','\x76','\x27','\xb3','\x95','\xcd','\xc7','\x91','\x33','\x6a','\x27','\x3a','\x68','\xa8','\xe5','\xc0','\x0f','\xb4','\x34','\xdf','\x23','\xbb','\x62','\x55','\x4e','\x76','\xe4','\x6c','\x1d','\xdb','\xc9','\x6e','\x3d','\x82','\xb0','\x03','\x51','\x63','\xf3','\x59','\xb7','\x52','\x27','\x45','\x94','\x4e','\x27','\x0a','\xa7','\x2a','\x58','\x5b','\x8b','\x04','\x88','\xbf','\xaf','\xf7','\x8e','\xbe','\x75','\x94','\x02','\x2c','\x4b','\x3b','\x66','\xee','\x4e','\x76','\xc4','\xff','\xd1','\x60','\xde','\xb3','\x00','\x25','\xdb','\x85','\xc1','\xc6','\x7a','\xce','\x24','\xc5','\x35','\x54','\x45','\x4b','\x34','\xc5','\xb9','\x40','\x77','\xc4','\xe7','\xda','\xf6','\x8d','\x0b','\xb6','\x0b','\x60','\xa0','\x42','\x1c','\x40','\xd4','\x8a','\x76','\xe4','\x54','\xda','\xda','\x3b','\x9a','\x56','\xd4','\xd2','\xd0','\x43','\xb4','\x84','\xad','\x78','\x06','\x1e','\x76','\x39','\x22','\xe1','\x8f','\x44','\xc7','\xbb','\x04','\x0d','\x4c','\x60','\x85','\xce','\x58','\x55','\xf1','\xe1','\xc3','\x47','\xbc','\x3c','\x3f','\x63','\x1f','\x3b','\xb6','\x98','\x73','\x53','\x30','\xb6','\x8e','\x32','\x70','\xbf','\xdd','\x21','\xcb','\x82','\x87','\x87','\x2b','\xfa','\x30','\xec','\xb7','\x0d','\xfb','\xde','\xd1','\xc7','\x8e','\x6e','\x3b','\xec','\x3e','\xd0','\x55','\x60','\xdb','\x8e','\xe7','\x5f','\x6f','\xc7','\xb3','\x14','\x90','\xbf','\x5c','\x1a','\x8b','\xf1','\x42','\x44','\x9b','\xa2','\xcc','\x81','\x54','\x48','\xd0','\x82','\xac','\x63','\xdf','\x0a','\x97','\x17','\x43','\xa0','\xeb','\x23','\x80','\x0b','\x93','\x63','\xa1','\x8d','\x69','\xa1','\x3f','\xcc','\xa5','\xa6','\xfb','\xe8','\xd8','\xad','\x4f','\x1b','\xd4','\x08','\x44','\x11','\x11','\xa7','\x9d','\x25','\x97','\xde','\xc0','\x79','\x4c','\xb7','\x63','\x3f','\x0f','\xd5','\x7d','\x1a','\x5a','\xab','\xf3','\x6b','\x29','\x1a','\x02','\x11','\x26','\x44','\x35','\x76','\xb2','\x85','\x3f','\xe8','\x63','\x27','\x92','\x6d','\x08','\xda','\x98','\xb0','\xdb','\x1f','\x12','\xd2','\x49','\x93','\xc8','\x01','\xeb','\x43','\x74','\x39','\x96','\x3f','\xca','\x81','\xfc','\x96','\x98','\x45','\x28','\x95','\xc9','\x58','\xd3','\x05','\x00','\xe5','\xc5','\x75','\x0c','\x68','\x2b','\x78','\x7a','\xba','\xa2','\x5e','\x57','\xb4','\x75','\x81','\xb4','\x8a','\xad','\x6f','\x78','\x79','\xbf','\xc3','\xe4','\x09','\x78','\xba','\x90','\xca','\x1c','\xcb','\x5c','\xcb','\x52','\x79','\xbd','\xad','\xc1','\x0b','\xbb','\x41','\x79','\xee','\x91','\xdd','\xad','\x38','\x77','\x2e','\xb4','\x03','\xf5','\x43','\xc0','\x44','\x95','\x72','\xbb','\x2c','\x6e','\x25','\x96','\x30','\x23','\xda','\x00','\xf4','\x05','\x4b','\xaa','\x89','\xee','\x95','\x14','\x8d','\x50','\x31','\xd4','\x31','\x50','\xcb','\x06','\xa9','\x05','\x97','\xaa','\x1c','\x22','\x2f','\x8a','\x2e','\x85','\x7e','\x76','\xdf','\x00','\x0f','\xd9','\xd7','\xd6','\xd8','\xf5','\x6a','\x06','\x2c','\x5c','\xb4','\xb7','\xbf','\xdc','\xb1','\xef','\x1b','\xee','\xdb','\x86','\xad','\xdf','\x31','\x96','\x05','\xed','\xaa','\xb1','\x32','\x00','\xb0','\x9d','\xc9','\xb0','\xa9','\xe1','\x83','\xdf','\x71','\x59','\x57','\x2c','\xcb','\x82','\x17','\x74','\xd2','\x78','\xc5','\x60','\xde','\x71','\xdb','\x3e','\xc0','\xa1','\xd8','\xe1','\x90','\xfb','\x0b','\xe4','\xbe','\xe1','\x6a','\x3b','\x2e','\xd7','\x07','\x2e','\x9a','\x55','\xc5','\xcb','\x6d','\x43','\x1f','\x86','\xba','\x34','\x34','\x70','\x69','\xeb','\xb0','\xc4','\x68','\x8f','\x64','\x9f','\x03','\xc7','\x1d','\x43','\x0c','\x62','\x9d','\xb6','\x03','\x81','\x84','\xdd','\x22','\xe6','\x24','\xa6','\x7a','\x46','\xf8','\x98','\x0c','\xff','\xe1','\xd4','\x31','\x81','\x60','\x00','\x5b','\x1f','\x28','\x92','\x4a','\xb1','\x08','\xbf','\x1d','\xf7','\x39','\x9c','\xcb','\xc7','\xf7','\x1f','\x20','\x2a','\xb8','\x5e','\xaf','\x58','\xd7','\x0b','\xdc','\x1d','\xdb','\xb6','\x11','\x64','\x2b','\x95','\x5d','\x46','\x67','\x17','\x95','\xf1','\x55','\x51','\xfc','\x98','\xcb','\xf4','\x58','\xee','\xc2','\x18','\x67','\x73','\x50','\x3d','\x3f','\xdf','\x31','\x33','\x1a','\x9f','\xf4','\x44','\x0b','\xca','\xf8','\xa1','\x42','\xdb','\x20','\xd8','\x14','\x34','\xfb','\x42','\x30','\xec','\xfc','\x9a','\xf3','\xab','\xc3','\x48','\x4b','\x35','\x9b','\x54','\x3c','\x37','\xc3','\x6e','\x1b','\xfd','\x77','\x50','\xd4','\x73','\x76','\xef','\x10','\x89','\x08','\x0a','\x7d','\xe7','\x59','\x4e','\x46','\x06','\x1a','\x05','\x9a','\x2c','\xf3','\x15','\x4d','\x60','\x8d','\x7f','\x34','\x24','\xbe','\xcd','\x3a','\xb6','\xd9','\x71','\xc8','\xe2','\x8e','\x31','\xaf','\x34','\x81','\xed','\xb9','\x67','\x86','\x49','\xe9','\xe8','\x8a','\xdd','\x3b','\x7d','\x3e','\x80','\xdd','\x05','\x95','\x2e','\x93','\xe0','\x29','\x28','\xdd','\x6f','\xd9','\x41','\x73','\x30','\xb6','\x74','\x76','\x47','\x9d','\xdc','\x75','\xc6','\x4c','\x90','\x71','\xa0','\xa5','\xd2','\xbf','\x99','\xc1','\x76','\x81','\x55','\x44','\x52','\xcd','\xd9','\x3b','\x52','\xd7','\xa3','\x68','\x10','\x81','\xa2','\x04','\x40','\x3d','\x60','\x23','\x9e','\x4c','\x70','\x61','\x4b','\x52','\x9f','\xc3','\x87','\x26','\x20','\x0d','\xa1','\x4f','\xe6','\x2e','\x9e','\x28','\x50','\x6b','\x01','\x2c','\x16','\x78','\x8e','\x0d','\x43','\xa3','\x4b','\x2e','\x40','\x2d','\xdc','\x6d','\xb4','\x6f','\x01','\x6e','\x83','\x1d','\x40','\x95','\x99','\x92','\x87','\xaf','\x4e','\x70','\x32','\xe3','\x66','\x62','\x80','\x8e','\x14','\x93','\xf1','\xe8','\x00','\x22','\x28','\x8e','\x36','\x24','\x46','\xb6','\x04','\x6e','\x12','\x2c','\xd6','\x43','\xfc','\x85','\x60','\x36','\x45','\xa3','\x12','\x54','\xef','\x66','\xe8','\xdb','\xc6','\xe7','\x52','\x35','\x66','\xb7','\xf6','\x99','\x23','\x3b','\x18','\xeb','\x6b','\x6b','\xcc','\xc7','\x4c','\xb0','\x8f','\x7d','\x52','\xfc','\x55','\x0b','\xda','\x52','\xe1','\x00','\xa9','\xa2','\x9d','\x71','\x44','\x5d','\xe3','\xf7','\x07','\x13','\x26','\xaf','\x37','\x72','\xb0','\x0d','\x1b','\xed','\x32','\xf7','\xb2','\xb9','\x13','\x70','\x00','\x1b','\x0a','\x64','\x4f','\x91','\xb9','\x03','\x8b','\xbf','\x87','\xcd','\xb3','\x98','\xee','\x5b','\x5e','\x9d','\x8f','\x88','\x5d','\xc2','\xcf','\x0f','\x4d','\x6a','\x2e','\x73','\x9e','\x49','\x85','\x8b','\xae','\x99','\xc6','\xbd','\x0c','\x52','\x22','\xf7','\x57','\xe5','\x49','\x73','\xc0','\xf7','\x81','\x2e','\x96','\xc9','\x3b','\x00','\x47','\x77','\x16','\x9b','\xc8','\xe2','\x28','\x62','\xd0','\x18','\x06','\xf3','\x1d','\x1f','\x6f','\x03','\xf7','\xf7','\x1f','\xd0','\x2e','\x17','\x5c','\x1f','\xaf','\xe8','\x00','\x2e','\x97','\x2b','\xfe','\xf8','\xfb','\x86','\xcb','\xe3','\x03','\xfe','\xf2','\xd7','\x1f','\xf0','\x61','\xdf','\xf0','\xbb','\x75','\xc1','\xfe','\xf1','\x86','\x1f','\xb6','\x3f','\xe3','\xbb','\x6f','\xbe','\xc5','\xf5','\xf2','\x80','\xe2','\xc0','\xb6','\xdd','\x30','\xa4','\x62','\x6d','\x15','\x2d','\x2a','\xaf','\x66','\x05','\xad','\x22','\x54','\xe8','\x1c','\x7d','\xa3','\x02','\xec','\xa6','\xc2','\xd9','\xa0','\x2f','\xbc','\x3e','\xdf','\x0e','\xf4','\xe9','\xb0','\xd0','\x44','\x28','\x83','\x3e','\x31','\x9d','\x4f','\xdc','\x63','\x3f','\x3c','\x8a','\xc4','\x0d','\xd8','\xe3','\x30','\x7b','\xa0','\x4a','\x45','\xeb','\x7c','\xb3','\x44','\x60','\x14','\x06','\xf1','\x3a','\x1f','\x10','\xe2','\x01','\x39','\x30','\xe7','\x32','\x2c','\x54','\x90','\xcc','\x25','\xa4','\x41','\x4f','\xbf','\x28','\x90','\x6e','\xda','\x75','\xa0','\x28','\x01','\xad','\x5b','\x2c','\x9f','\x4b','\x31','\x03','\x77','\x79','\x25','\x22','\x70','\xe6','\x62','\x96','\x52','\x60','\xd1','\xd2','\x55','\x5d','\x00','\x14','\x26','\xbf','\x91','\x4c','\x10','\x49','\x4d','\x24','\x4a','\xe6','\x26','\x6f','\x22','\x68','\xb1','\xb9','\x7e','\x1a','\x2f','\x22','\x99','\x65','\x2b','\xf2','\x3c','\xe0','\x5e','\xa2','\x30','\x68','\x41','\xe5','\x30','\xeb','\xe8','\x7d','\x87','\xd6','\x86','\xa5','\x35','\x56','\xcf','\xc3','\xb1','\x3b','\x70','\x1f','\x86','\xdd','\x3a','\xb0','\x83','\xc9','\x60','\xc1','\xfc','\xac','\x0c','\xee','\x51','\x50','\x20','\x86','\x08','\x53','\x06','\x3b','\x0a','\x20','\x6e','\x0e','\x8f','\x82','\x0c','\x2c','\x68','\x0b','\x98','\x94','\x5b','\x1a','\xed','\x18','\xd1','\xad','\x71','\x8c','\x6d','\xc7','\x70','\x47','\x5d','\xf8','\xec','\x89','\x7a','\x93','\xce','\x51','\xc1','\x02','\x6c','\xd8','\xc0','\xd8','\x07','\xf9','\xf7','\x12','\x92','\x94','\xe0','\x35','\x94','\xa9','\xfc','\x97','\xc9','\x35','\xd1','\x62','\x8f','\x7f','\xb6','\x2d','\xf7','\x04','\x91','\xb2','\xa2','\x91','\xc0','\xfe','\xa6','\x1d','\xc5','\x7b','\xf4','\x48','\xf6','\x4a','\xda','\xd1','\xdc','\x99','\x72','\xb6','\x23','\x99','\xc3','\xc7','\x13','\xda','\x0b','\x3b','\xca','\x5d','\x28','\xae','\x0e','\xd9','\x69','\x8f','\xe5','\x80','\xac','\xf8','\xfd','\xb3','\xab','\x47','\xde','\x2e','\xc4','\x43','\x06','\x5b','\xe8','\x47','\x86','\x61','\x76','\x84','\x42','\x31','\xe7','\x9c','\x88','\x4d','\x49','\xe9','\x12','\xd4','\x37','\x51','\x94','\xb2','\x00','\x90','\xc3','\x86','\x22','\x58','\xce','\xeb','\x12','\xce','\x69','\x69','\xcc','\x27','\x8d','\x14','\x6c','\x08','\x4a','\x52','\x78','\xf7','\xe9','\xf4','\x26','\x9a','\x06','\x2a','\xa8','\x15','\xd5','\x10','\x1f','\xa8','\xe8','\x83','\x85','\xa9','\x2e','\x6b','\xcc','\x98','\xf0','\x6c','\x74','\x08','\xb6','\x3e','\x70','\x27','\x17','\x83','\x6a','\x57','\x45','\x66','\xae','\x93','\x76','\x24','\xe9','\xa8','\x3e','\xb1','\xa3','\xfc','\xcc','\xac','\x24','\xf2','\x1e','\x51','\x59','\xed','\xb7','\xed','\x88','\x54','\xcf','\x42','\x37','\x31','\xe7','\x46','\xda','\x52','\x98','\x38','\x83','\xf2','\xe0','\xdd','\x06','\xb4','\xb1','\x90','\xd2','\xa4','\x34','\x9c','\x86','\xf7','\x3d','\xdb','\xbf','\x45','\x62','\xa8','\x36','\x10','\xeb','\x91','\x17','\x2c','\x28','\xa8','\x5c','\x9c','\xba','\xf5','\x39','\x27','\xc2','\xc4','\x9c','\x22','\x0a','\x49','\x39','\xec','\xc3','\xb0','\x0f','\xc3','\x3a','\x34','\x0a','\x00','\x06','\xb3','\x31','\x6c','\xce','\x18','\x16','\x61','\x7a','\xff','\x32','\x68','\xf7','\x1c','\x46','\x67','\x52','\x20','\x48','\x61','\x93','\xf0','\x7b','\x16','\x5d','\xbf','\x42','\x04','\x34','\x13','\xba','\xe4','\x56','\xbb','\x39','\xb6','\x31','\xe0','\x63','\x63','\x12','\x17','\xc6','\x15','\x29','\x3a','\x72','\x31','\x6e','\xce','\x31','\x1a','\xd8','\xa1','\xd5','\x2c','\xa8','\xe2','\x7b','\xd4','\xc1','\x92','\x74','\x16','\x45','\xe9','\x1b','\xa3','\x23','\xaa','\x3a','\x6d','\x5c','\xa3','\xf3','\x9a','\x45','\x50','\x16','\x40','\x2e','\x82','\xe2','\x51','\xd8','\x86','\xac','\xf5','\xe8','\x23','\x14','\xd8','\xf2','\x0c','\xc6','\x0c','\x57','\x65','\x41','\x1d','\x59','\x6d','\x46','\x4c','\x10','\x9f','\x2c','\x39','\x89','\xc3','\xa4','\x09','\x0c','\x82','\x09','\x44','\xad','\xad','\xa1','\x2e','\xdc','\xd9','\x83','\xa1','\xc8','\x9d','\x60','\xa8','\x15','\xba','\x2c','\xdc','\x78','\xbf','\x56','\x58','\xe1','\x52','\x53','\x13','\x60','\x54','\x40','\x9a','\xf2','\x3e','\xb7','\x46','\x5a','\x6e','\x5d','\xa0','\x6b','\x83','\x2e','\x0d','\x1e','\x34','\x60','\x89','\xbd','\x0e','\x1e','\x7e','\x5b','\x03','\x85','\xd5','\x28','\x45','\xe1','\x32','\x15','\xd1','\x38','\x55','\x22','\xc9','\x06','\x63','\x37','\x27','\x3a','\x5c','\x88','\x67','\xa9','\xc3','\x51','\xc6','\x00','\x1a','\x69','\x29','\x65','\xdf','\x98','\x84','\xf7','\x8e','\x72','\x59','\xd9','\x55','\x75','\x85','\x6d','\x0b','\x7a','\xbd','\x13','\x19','\x16','\x60','\x14','\x81','\xbc','\xec','\xa8','\xd7','\x15','\x5e','\x43','\x6d','\x14','\x1d','\xc3','\x04','\xbd','\x2a','\xac','\x55','\xa8','\x2f','\x68','\x4d','\x31','\x2a','\xa0','\x17','\x45','\xad','\xe4','\xe5','\xbf','\xef','\xcf','\x18','\x30','\x2c','\x0f','\x05','\x97','\x75','\x21','\x85','\x53','\x07','\x3e','\x1a','\x8b','\x76','\x83','\xa3','\xac','\x14','\x16','\xb2','\x7d','\x87','\x1b','\x50','\xd6','\x05','\xb8','\x03','\x1f','\x3e','\xde','\x71','\xff','\x68','\x78','\xd2','\x8a','\xa7','\xa7','\x05','\x28','\x0d','\xdb','\xb8','\x61','\xbb','\x6f','\x78','\x78','\x58','\x50','\x9a','\x62','\xbf','\x6f','\x81','\x1f','\xa5','\x47','\x8e','\x19','\x24','\x37','\x88','\x0d','\x38','\x06','\x91','\x60','\xef','\x98','\x4a','\x9b','\xb3','\x4c','\xf2','\x99','\xc4','\x49','\x9c','\xf1','\x59','\x5a','\x38','\xc1','\x07','\x9c','\x7c','\x33','\x13','\x75','\x99','\x3f','\x27','\x31','\x7b','\x19','\xa4','\x11','\x00','\x5c','\xba','\x69','\xee','\x58','\x2f','\x97','\xc9','\xa2','\x18','\x63','\x04','\x85','\xde','\x39','\x98','\x6d','\xa4','\x43','\xc3','\xd3','\xb2','\x68','\xcf','\xc5','\x49','\x7b','\x4f','\x4c','\x4c','\xa3','\x80','\xf8','\xf2','\xcb','\x23','\xa1','\x1d','\xaf','\xce','\x99','\x24','\x0a','\xa2','\xd9','\x39','\x8a','\x85','\xa8','\x61','\x3f','\xd9','\x05','\xb5','\x4c','\xce','\x13','\x6c','\xea','\xd9','\x75','\x20','\x50','\xc6','\x82','\xa3','\x63','\xf6','\xf4','\x85','\x85','\x8f','\x8d','\x0e','\x73','\x41','\xee','\xaa','\x9b','\x33','\x45','\x41','\xc9','\x73','\x33','\xf8','\xbe','\x1d','\x3e','\x5b','\x35','\x92','\x7f','\x3f','\x7c','\x6f','\x01','\x1a','\x34','\x66','\xb0','\x76','\x52','\xa4','\x46','\xd0','\xba','\x6a','\x52','\xa7','\x34','\x12','\x7a','\x0f','\xaa','\xbc','\x63','\x1f','\xc2','\x0e','\x0e','\x84','\xac','\x15','\x13','\xac','\x01','\xb2','\x0e','\x08','\xba','\x08','\xb6','\x6a','\x18','\x26','\x91','\x48','\xf3','\x2c','\x47','\x48','\xc1','\x11','\x71','\x11','\x1d','\x9a','\xe8','\x08','\x08','\xc1','\x96','\xe1','\x03','\x3e','\x24','\x68','\xe1','\x78','\xb5','\x2f','\x49','\x90','\xc0','\x0c','\xe7','\x9e','\xd1','\x63','\xde','\x54','\x02','\x84','\x0b','\x7f','\xed','\xc0','\xec','\x2e','\x6a','\xf8','\x45','\x74','\x06','\x0c','\xfa','\xa8','\x88','\x93','\x5a','\x60','\x62','\xd3','\xbf','\x9b','\x38','\x6a','\xe1','\x78','\x05','\x2a','\x67','\x69','\xc6','\xde','\x03','\x90','\xc9','\xeb','\x95','\xc3','\x1c','\xc9','\x89','\xe7','\xef','\x10','\xc0','\x20','\x54','\x51','\x4b','\xf1','\x8f','\x10','\xbd','\x09','\x77','\x78','\xda','\x1d','\x03','\x60','\x30','\x6f','\x20','\xdb','\xc1','\xf8','\x33','\xc9','\x78','\x90','\x04','\xd9','\x69','\x77','\x23','\x14','\x3e','\x87','\x73','\xe7','\x55','\x0a','\x7e','\x58','\x0e','\x96','\x88','\x4f','\xda','\x71','\x82','\xfe','\x66','\x1d','\x7d','\xdb','\xb1','\x1b','\x45','\xa7','\x96','\x45','\x67','\xbe','\xb6','\xf7','\x71','\x08','\xa9','\x1c','\x07','\x0d','\xc9','\x62','\x1a','\x51','\xdc','\xb8','\x3a','\x60','\x77','\x00','\x12','\xa2','\x43','\xc2','\x1c','\x38','\x17','\xf6','\xb2','\xfd','\xcb','\x1c','\x0c','\x14','\x9f','\x92','\xe4','\x85','\x22','\x1e','\x5a','\xc6','\xfb','\xd3','\xf9','\x06','\xf4','\x50','\x0c','\x15','\x1c','\xb4','\x3e','\x01','\xf3','\x6c','\x3d','\x3e','\x7b','\x12','\x9f','\x12','\xa0','\x2d','\x45','\xd0','\x1a','\x69','\x79','\x3d','\x62','\x8a','\xc5','\x59','\xe2','\x33','\x8a','\x51','\x18','\x38','\xaa','\xb2','\x91','\xa1','\xa5','\xa1','\xc0','\xd1','\xd1','\xb1','\xc3','\x30','\x76','\x2e','\x88','\x36','\x1b','\x28','\x17','\xc5','\x52','\x2a','\x7c','\xdf','\x50','\xb5','\xe0','\xab','\xa7','\x2b','\xd6','\xc7','\x07','\x6c','\x7b','\xc7','\xf6','\xe3','\x0f','\xb8','\x3f','\x3f','\xe3','\xd9','\x06','\x54','\x2a','\x96','\xf5','\x8a','\xa7','\xa7','\xaf','\x50','\x04','\xb8','\xbf','\x6c','\xb8','\xdb','\x9d','\xbf','\x47','\x8c','\x32','\xd9','\x79','\xb6','\x45','\x09','\xc0','\x95','\x2c','\xca','\xd9','\x89','\xfa','\xd2','\xeb','\xb3','\x02','\xe8','\xb8','\x2f','\xd9','\x2a','\x8b','\x44','\x4f','\x62','\x50','\xec','\xf4','\xbd','\x49','\xff','\xc1','\xfc','\x5e','\xcc','\xc1','\xaf','\xa8','\x2e','\xa2','\xbb','\xe3','\x13','\x29','\x9a','\xaf','\x40','\x9b','\x1c','\x1e','\xb4','\xa2','\xfc','\x32','\xdf','\x53','\x25','\xaa','\x5c','\x33','\x98','\x70','\xa0','\xeb','\x7c','\x8d','\x1e','\x08','\x91','\x18','\xa0','\xa6','\x44','\x65','\xe3','\x21','\xe7','\x40','\x1e','\xdf','\x33','\x5a','\xe0','\x69','\xd4','\x91','\x30','\x4c','\x14','\x5f','\x1c','\x6a','\x8d','\xc3','\xae','\xb5','\xc2','\x2d','\x7f','\x76','\x66','\x8a','\xf3','\x3d','\x73','\x39','\x5d','\xb6','\x13','\xe7','\xb0','\x7a','\x22','\xfb','\x12','\x01','\x24','\x8a','\x20','\xf7','\x82','\x33','\x0b','\x15','\xa9','\x2e','\x97','\xce','\x26','\x0a','\x0d','\x2f','\x83','\xd7','\xa9','\x5c','\x46','\xe5','\x81','\x96','\x9b','\x11','\xc5','\xd7','\xa1','\xcc','\x6b','\x25','\x3e','\xa1','\x07','\x42','\x95','\x9d','\x82','\xe8','\x1c','\x60','\xde','\x66','\x89','\x39','\x1b','\x3a','\x60','\x4f','\x99','\x18','\x44','\x12','\x16','\x37','\xd1','\x9d','\x94','\x2c','\x47','\xc6','\x0b','\x89','\x2e','\x0b','\x2b','\xf6','\x56','\x2b','\xd6','\x65','\x81','\x6a','\xc1','\xd6','\x37','\x6c','\x81','\x90','\x90','\x5b','\xce','\x37','\x10','\x65','\x72','\x34','\xa2','\xf3','\x84','\x70','\x80','\x5e','\x0b','\x62','\x20','\x26','\x6e','\xa3','\x81','\x93','\x7d','\x44','\x3d','\xce','\xa6','\xf0','\x99','\x1d','\xcd','\x08','\xac','\x44','\x2b','\x83','\xd3','\x7a','\x32','\x9e','\xb3','\x19','\x21','\x95','\x02','\x29','\x3d','\x9b','\xf6','\xca','\x60','\x2b','\x51','\x2d','\x12','\xd9','\x00','\xce','\x3b','\x19','\x32','\x08','\xc2','\x82','\x66','\x11','\x3b','\x43','\xe0','\x3e','\x5b','\xb5','\x94','\x4f','\x97','\xc3','\x8e','\xe2','\x90','\x91','\x5e','\x91','\xb3','\x12','\xf1','\x39','\x2c','\x50','\xaa','\xe8','\x48','\xf2','\x73','\x3b','\x11','\xb7','\xb8','\xd8','\x32','\x6d','\x30','\x02','\x33','\x8e','\x20','\x3a','\x45','\x2a','\xe2','\xac','\x10','\x99','\xe4','\x0c','\x0a','\x41','\x36','\x9b','\x36','\xe9','\x66','\xcc','\x16','\xcc','\x42','\x04','\x22','\x92','\x40','\x39','\x96','\xdf','\xd6','\x56','\x91','\x12','\xeb','\xb4','\x23','\xc9','\x66','\x6b','\x24','\x31','\x27','\x3b','\x1a','\x83','\x9d','\x96','\x74','\xaa','\x69','\x47','\xc2','\x44','\x8e','\x74','\x83','\xb3','\x1d','\x1d','\x89','\x09','\xeb','\x24','\xda','\x51','\x11','\xcc','\xfd','\x17','\x23','\x82','\xc1','\x52','\x2b','\xd6','\x65','\x85','\xaa','\x60','\xdf','\x41','\xc4','\x73','\x0c','\xe4','\xc0','\xf6','\xf9','\x7d','\x05','\x4c','\xaa','\xa0','\x94','\xb9','\x57','\x51','\x26','\x54','\xc6','\x21','\x5c','\xe2','\x1c','\x02','\xd7','\x11','\x14','\x0c','\xd2','\x6e','\x28','\x4e','\x75','\x48','\xc4','\xf3','\x73','\xf1','\xde','\xde','\x6f','\x2f','\xb0','\x28','\xce','\xfa','\xbe','\xcd','\x7d','\x5f','\xd3','\x08','\x00','\x74','\x61','\x12','\x97','\x5d','\x5b','\x1b','\x03','\x22','\x44','\x86','\x7b','\xdf','\xd1','\xbb','\xb1','\x33','\x6b','\xa4','\xe1','\xaa','\x90','\xca','\x5a','\x5b','\x0b','\x89','\x51','\x76','\xe1','\x6c','\x37','\xf8','\x10','\xd2','\x04','\x03','\x81','\x4d','\xaa','\xe8','\xb4','\x07','\x11','\xac','\xeb','\x8a','\x2a','\x3a','\xf7','\xa4','\x1c','\x6a','\x94','\xe4','\xbe','\x77','\x38','\x20','\x7d','\x82','\x41','\xa5','\xe4','\x00','\x76','\x26','\x79','\x99','\xd5','\x24','\xd2','\xeb','\xaf','\x90','\xf0','\x04','\x18','\xc6','\xce','\x3d','\x10','\xd9','\x01','\x72','\x00','\x08','\xfa','\x4a','\xda','\x49','\x29','\x49','\xe9','\x39','\xee','\x5e','\xde','\x48','\x49','\x0f','\xa6','\x4c','\xb2','\xba','\x04','\x4d','\x11','\xa7','\xe1','\x66','\x3f','\x6c','\xc1','\x00','\xd4','\x56','\x51','\x2b','\xe9','\x4f','\xfb','\xd8','\x61','\x77','\xa0','\xba','\xa1','\x3c','\xae','\x58','\x2f','\x14','\x3c','\xb8','\x3d','\xae','\xe8','\xad','\xc6','\xae','\xb7','\x28','\x22','\x0b','\x77','\xd7','\x38','\xf3','\x31','\xba','\x0b','\x55','\x58','\xd8','\x83','\x94','\x2c','\x23','\x11','\x2a','\x40','\x4a','\x8a','\x93','\xc6','\x82','\x5c','\xcd','\x6e','\x10','\x38','\x6c','\x0b','\x22','\xe1','\x54','\x2d','\x8b','\x7b','\x52','\x1d','\x18','\x0d','\xa8','\x03','\xa5','\xb3','\xd3','\x73','\x0f','\xde','\x7e','\x5b','\x56','\xd4','\x52','\x49','\x41','\x02','\x01','\x89','\xba','\x0c','\xe8','\x30','\x14','\x89','\xae','\x52','\x11','\xf8','\x4b','\x41','\x7f','\x79','\xc1','\xd6','\x3b','\xbb','\xd4','\xbd','\xa3','\x14','\xc1','\xf5','\xf1','\x11','\xb5','\x35','\x3c','\x57','\xc3','\x56','\x3a','\xc6','\xbe','\xe1','\xfd','\xf3','\x0d','\xbf','\xbe','\x7c','\xc0','\xb2','\x34','\x7c','\xfd','\xf6','\x0d','\xbe','\xf9','\xee','\x6b','\x94','\x56','\xa0','\xc2','\xce','\xfb','\xc7','\x97','\x17','\x48','\xa9','\x78','\xb8','\xae','\x9c','\x13','\x7a','\xee','\x18','\xfb','\xc0','\xf5','\xf1','\x09','\xb6','\xbe','\xc3','\x4f','\xcf','\x37','\xdc','\xef','\x1d','\x2f','\xf7','\x3b','\xda','\x65','\x85','\x08','\xc5','\x81','\xb6','\xbd','\xa3','\x8d','\x1d','\xda','\x16','\x24','\xcb','\x02','\x50','\xd6','\xd0','\x71','\xb2','\xd3','\xf7','\x20','\x7c','\x5c','\x66','\x3d','\xa7','\x7a','\xe6','\x38','\xc3','\x7e','\x52','\x22','\x3b','\xbb','\xd9','\x48','\xc0','\x67','\x7c','\x81','\x26','\x6a','\x02','\x87','\x07','\x55','\x8c','\xbe','\x62','\x80','\x49','\xa6','\x94','\x82','\x96','\x89','\xf0','\x30','\xb8','\xc7','\x32','\xd6','\xda','\x98','\x28','\x45','\xc2','\xad','\xa1','\x8e','\x47','\xf1','\x14','\xca','\xe9','\x1f','\x14','\xe3','\x48','\x0a','\xfd','\xf5','\x75','\xe6','\x7f','\x1f','\x80','\x84','\x27','\xc7','\x6a','\x02','\x4c','\x40','\x74','\x30','\x80','\x23','\x21','\x1f','\xaf','\x0b','\xb9','\xf4','\xfd','\xde','\x3b','\xf6','\xc1','\x84','\xb4','\x18','\x41','\xbf','\x43','\x25','\x4f','\xd1','\x11','\x34','\xee','\xc2','\x2e','\xa9','\x19','\xc5','\x1e','\x4e','\xb7','\x70','\xfa','\xf3','\xec','\xc8','\x77','\x18','\xfa','\x9e','\xa0','\x6a','\x0e','\xfb','\x9f','\x7e','\xc0','\x81','\xe1','\x3b','\x6c','\x70','\xc9','\x70','\x0a','\x75','\x78','\xcc','\x14','\x49','\xf7','\xc8','\x8f','\x14','\x16','\x43','\x92','\x23','\x12','\x70','\x03','\x07','\xfd','\x05','\xac','\xeb','\x61','\x98','\x9d','\xe5','\x11','\x60','\x8a','\x8b','\xd2','\x11','\xe7','\x39','\xd5','\x5c','\xf6','\x19','\xb1','\xd6','\x39','\x83','\x98','\x82','\x0f','\x53','\xd4','\x26','\xaa','\x9c','\x14','\x19','\x88','\x27','\x0c','\x3e','\x25','\x49','\xe7','\x0c','\x55','\xc7','\x18','\x12','\x43','\xfc','\x29','\x9e','\x14','\x31','\x2f','\x59','\x1a','\x11','\x47','\x91','\x85','\x84','\x03','\xee','\x63','\xc6','\xc1','\x59','\x4c','\x25','\x58','\x13','\x94','\x3e','\x28','\x05','\x27','\x6c','\xe4','\xbc','\x33','\x0b','\x20','\x45','\x89','\x84','\x36','\x4d','\x33','\x55','\x07','\x0d','\xda','\x38','\x77','\xa5','\xe9','\x43','\x83','\x8d','\x61','\xaf','\x66','\xca','\x4f','\x45','\x01','\xe2','\x7c','\x8f','\x1e','\x5d','\xe2','\x0a','\x9d','\x4b','\xca','\x83','\x72','\x37','\x3c','\xf2','\x8e','\xc8','\x5d','\xe0','\x33','\x26','\xc2','\x03','\x7c','\x8e','\xf9','\x1a','\x0a','\x76','\xf8','\x04','\x3a','\xd5','\x0f','\xf0','\xb2','\x00','\xdc','\x49','\x88','\xa4','\x3c','\x4b','\x1c','\x55','\x0d','\xdb','\x89','\x42','\x95','\xdf','\x80','\xec','\x38','\x11','\xbc','\xef','\x00','\xca','\x8c','\xd1','\xc7','\xc1','\xf4','\x34','\xbc','\xe9','\xe7','\x09','\x9e','\x1e','\xf7','\xf6','\x7c','\x66','\x58','\x0c','\x1e','\xf7','\x41','\x5e','\xbf','\x0b','\x32','\x6f','\x5e','\x62','\xc9','\x77','\xee','\x82','\xf3','\xc8','\x51','\x47','\x76','\x46','\x41','\x90','\x58','\x5b','\x09','\xd6','\x86','\x4f','\x01','\x1a','\x48','\xee','\x01','\x8b','\x77','\x8b','\x3c','\xa8','\xd6','\x7a','\x12','\x31','\xaa','\x28','\x62','\x70','\x55','\x34','\x11','\x8a','\xa5','\x2c','\x4b','\x88','\x87','\x45','\x9e','\x07','\xb2','\x5c','\xbe','\xfb','\xfa','\x5b','\x14','\x73','\xfc','\xe5','\xc7','\xbf','\x62','\x03','\xb0','\xe8','\x8a','\x77','\x3f','\xfd','\x8c','\x37','\x0f','\x8f','\xb8','\x2c','\x8f','\x10','\x55','\xf8','\xe8','\xb8','\x6d','\x1b','\xd6','\x26','\x50','\xe3','\xde','\xb6','\x6e','\xb4','\x6c','\x82','\x0c','\x05','\x4b','\x5d','\x71','\x5d','\x0a','\x6c','\x59','\xf0','\xa5','\xd7','\x67','\x05','\xd0','\x59','\xfe','\x96','\x45','\x80','\x1f','\xff','\x08','\x42','\x01','\xc6','\x66','\x22','\x98','\xce','\x8c','\x55','\x2f','\x93','\x4c','\x05','\x07','\x96','\x4b','\x24','\x8c','\x7c','\xdf','\x93','\x11','\x80','\x6d','\xf8','\x39','\x00','\x4d','\x2e','\x4e','\x1c','\x7a','\xe2','\x06','\x45','\x7d','\x22','\x34','\xd9','\x0a','\x3f','\xbf','\xa6','\xac','\xb0','\x83','\x43','\xae','\xf1','\x0f','\xc2','\x20','\x72','\xb9','\x23','\x32','\xa1','\x3c','\x39','\x4d','\x3f','\x27','\x11','\x88','\xc0','\xea','\x12','\x9d','\x23','\x0e','\x9b','\xa5','\x8c','\xe0','\x5c','\x0a','\xa7','\x3a','\xff','\xfb','\xe0','\xf1','\xfa','\x2b','\x04','\x88','\x6d','\x73','\xc4','\x01','\x09','\xc4','\xc4','\x04','\xc3','\x39','\x58','\x68','\x28','\x30','\xdb','\x49','\xdb','\x32','\xaa','\xb7','\x09','\xb8','\x49','\x3a','\x0b','\x33','\x1b','\x6c','\x11','\x2f','\xda','\xb0','\xb9','\x61','\xdf','\x1d','\x2e','\x23','\x3a','\xcc','\x0a','\x68','\x7c','\xca','\x70','\x7e','\x11','\x95','\x90','\xe4','\x05','\x32','\x03','\xf9','\xfc','\xb2','\x18','\xe5','\x2d','\x32','\x08','\x3c','\x50','\xba','\x20','\xb6','\xb8','\x41','\x92','\x8a','\x05','\x16','\x99','\xe6','\x8e','\x0a','\xf6','\xca','\x15','\x15','\x2a','\xb1','\x11','\x1a','\x05','\x6a','\xe4','\x7d','\x8e','\x62','\xf3','\xf3','\xde','\xa5','\x03','\x03','\xc8','\x85','\x98','\x1a','\x49','\x33','\x07','\x16','\x99','\x04','\xf2','\xfe','\x1d','\x0e','\x91','\xdd','\xc8','\x28','\x4a','\x4f','\x76','\xe4','\xe0','\x7d','\x4e','\x1a','\x42','\x05','\xb3','\xa0','\xb9','\xa8','\xed','\x0b','\x76','\xa4','\x69','\x47','\xfe','\xb9','\x1d','\x8d','\xb0','\xe1','\x44','\x29','\x64','\xa2','\xec','\x67','\x43','\x0a','\x3b','\x1a','\x00','\x34','\xec','\x28','\x03','\xa5','\x23','\x94','\xa6','\x64','\xee','\x7c','\x10','\x44','\xd1','\x24','\x12','\x78','\xf3','\xe1','\x52','\x84','\x3c','\x4a','\x2a','\x01','\x86','\x5d','\x1f','\x42','\x10','\xf2','\xca','\x8e','\xd2','\x4e','\xbf','\x6c','\x47','\xf3','\xb1','\xf2','\xff','\x1b','\xcf','\xe5','\x08','\x64','\x74','\x0c','\x65','\x82','\x67','\x31','\x83','\xc5','\x8d','\x79','\xe8','\xd8','\x51','\x42','\x9e','\x3a','\x3b','\x49','\xad','\x34','\xec','\x21','\x38','\x42','\x2a','\x40','\x14','\x9b','\x9f','\xd9','\x51','\xce','\xa3','\x94','\x8c','\x73','\x27','\x3b','\x8a','\x4f','\x18','\xc8','\x17','\x0b','\x1d','\xa1','\x60','\xc5','\x27','\x76','\xc4','\xe9','\x03','\xda','\x51','\x71','\x9b','\xc8','\x7c','\x8d','\xe7','\x68','\x30','\x68','\x50','\xe3','\x46','\xb4','\xea','\x73','\x56','\x4e','\x94','\x5d','\x11','\x14','\x7e','\x5e','\xce','\x96','\x71','\x08','\xb9','\x0f','\x06','\xa0','\x91','\x93','\xcc','\x66','\x18','\x05','\x80','\x14','\x94','\xe8','\x5c','\x8e','\xe0','\xb3','\x1f','\x5d','\x3b','\x06','\x4a','\xb8','\x63','\xf7','\x3d','\x02','\x4b','\x2a','\x2f','\x9d','\x92','\x92','\xaa','\xf4','\x21','\x7d','\x60','\xc8','\xc0','\x6d','\x3f','\xe8','\x8a','\xc3','\x1c','\x3e','\x3a','\x86','\x87','\x82','\x61','\xf8','\x98','\x6a','\x14','\x6f','\x19','\xd8','\xd9','\x71','\xd5','\x82','\x31','\x76','\x8c','\x4e','\x15','\x9c','\x43','\x0a','\x3e','\x8a','\x04','\x49','\xaa','\x08','\x00','\x11','\x74','\x0d','\x3f','\x15','\x74','\x9f','\x83','\x7c','\xc4','\x00','\xe2','\x41','\x8f','\xf1','\x7d','\x67','\x51','\x6d','\xd1','\x05','\x8f','\x04','\x25','\x55','\xb1','\x7a','\x2f','\x58','\xd7','\x25','\x82','\xce','\x81','\xdc','\x09','\x30','\x03','\x58','\x30','\x85','\xe1','\xa0','\x5f','\xe4','\x1c','\x07','\x91','\xbe','\xe8','\x03','\xe1','\x58','\x0e','\xf9','\x1a','\x9c','\xc8','\xd9','\xc4','\xc0','\x6f','\x22','\xeb','\x1a','\xf1','\xfb','\xe8','\x4b','\x0d','\x1e','\xea','\x3f','\xa4','\xce','\x71','\x4f','\xcf','\xe1','\xdf','\x31','\x1c','\x15','\xc0','\x22','\x0d','\xed','\xb2','\xa0','\xbc','\x79','\x82','\x3c','\x34','\x58','\x61','\x37','\xb4','\xb7','\x02','\x34','\xe5','\x40','\x6e','\x01','\xba','\x18','\xc4','\x7b','\xc8','\x9e','\x86','\x1f','\x13','\xcc','\x4d','\xf2','\x69','\x33','\x26','\x80','\x89','\xc2','\x0a','\xe9','\x70','\x55','\x04','\x1e','\x45','\xb0','\x0c','\x23','\x27','\x3f','\x8e','\xbb','\xba','\x46','\xa7','\xd8','\x20','\x45','\x60','\x1d','\x44','\x9f','\xd5','\xe1','\x3b','\x00','\x69','\xec','\xb8','\xed','\x1d','\x63','\xdf','\xb1','\x9b','\xa2','\x77','\xc1','\xa8','\x0a','\x59','\x39','\xe3','\x24','\xad','\xa1','\xdc','\x6e','\x2c','\x02','\x6d','\x47','\xdf','\x14','\xa3','\xf3','\x77','\x03','\x05','\xd6','\x56','\xf8','\xb2','\x00','\xf8','\x88','\x1d','\x1f','\xf1','\x62','\x37','\xbc','\xaf','\x2f','\xb8','\x3f','\x3a','\x1e','\xfe','\xf4','\x88','\xb7','\xff','\xc3','\xdf','\xe3','\xab','\x3f','\xfd','\x1e','\xd2','\x04','\xa5','\x91','\xea','\x73','\xfd','\xf5','\x3d','\x16','\x34','\x7c','\xfd','\xf8','\x16','\x2b','\x14','\xb7','\x5f','\x6f','\x78','\x7e','\x79','\xc1','\x43','\x5d','\xd1','\xbf','\xff','\x06','\x63','\xdb','\xf0','\xe3','\x5f','\x7f','\xc2','\xcb','\x30','\xc8','\xbe','\xe1','\xba','\xae','\xb0','\x45','\x31','\x76','\xc5','\xe6','\x06','\x1d','\x36','\x3b','\xb6','\x1a','\xdc','\x77','\x44','\x72','\xab','\x46','\x9a','\x93','\xc3','\x68','\x63','\x27','\x10','\x31','\x5f','\x99','\x90','\x42','\x72','\x48','\xfd','\x93','\x57','\xf8','\xba','\x64','\x54','\x2c','\x11','\x57','\x73','\x16','\x93','\xb3','\x7f','\x7d','\x52','\x3b','\x7d','\x0c','\x5c','\xaf','\x0f','\xa8','\xa5','\xc0','\x46','\xc7','\x7e','\xbf','\x43','\x82','\x36','\x56','\x6a','\xe3','\xb9','\x9d','\xf3','\x1c','\x11','\xd7','\x95','\xfe','\x97','\x79','\x21','\x11','\x1a','\x33','\xa1','\xba','\xd3','\x49','\xbd','\xf5','\xb8','\xa4','\xc3','\x6f','\x46','\x60','\x3d','\x39','\xcb','\x13','\x30','\x13','\xe0','\xc0','\x04','\x0d','\xdc','\x63','\xc8','\x3e','\x12','\x70','\xf7','\x70','\x25','\x4c','\xf0','\x8a','\x94','\xe8','\xcc','\x53','\x91','\x53','\xe4','\xf0','\xdb','\x22','\xec','\xbc','\x0f','\x7f','\x5d','\xfc','\x9c','\xff','\x7e','\x0a','\xdd','\xd8','\x31','\x03','\xcb','\x5f','\x7f','\x4a','\xc0','\xf3','\xba','\x46','\xdc','\x87','\x48','\xaa','\xa9','\x7a','\x9a','\xdd','\x85','\xe8','\xfc','\xa3','\x60','\x18','\x4f','\xee','\x88','\x21','\x58','\x7a','\x8a','\xf0','\x12','\xd1','\xca','\x1a','\xc1','\x54','\xc1','\x29','\xb1','\xa6','\x4b','\x4d','\xd0','\x96','\x73','\xb8','\x55','\x41','\x50','\x90','\xdc','\xae','\x50','\x16','\x1c','\xe8','\x03','\x13','\x74','\x9a','\xcf','\x51','\x23','\x89','\x15','\x76','\x0b','\x24','\xfc','\x8b','\x08','\x90','\xcb','\xb9','\x33','\x56','\x0e','\xf7','\x49','\x8b','\x9a','\xd4','\x70','\xd0','\x97','\x38','\x02','\xdc','\xaa','\x0e','\xed','\x12','\x0b','\xca','\x75','\x02','\x42','\xc9','\xa8','\xc8','\xe7','\xc6','\xfd','\x65','\xa1','\xaa','\x1b','\xec','\x09','\xc9','\x80','\x78','\x02','\x76','\x68','\xd5','\x8c','\x81','\x66','\xb1','\xaf','\x4c','\x02','\x0c','\x55','\x3a','\x2d','\x99','\xc5','\x10','\x66','\x6c','\x3d','\x16','\x6f','\xa7','\x4d','\x44','\xc2','\x8f','\xc3','\xf7','\x71','\x06','\x6d','\x60','\x9f','\xcf','\x58','\x99','\x8b','\x84','\x22','\xab','\x38','\xed','\xb4','\x96','\xf4','\x47','\x14','\x69','\xe8','\x83','\xf3','\xb5','\x70','\xe6','\x3d','\x25','\x14','\x57','\x11','\x36','\xd6','\x7b','\x47','\x4a','\x98','\xd7','\xaa','\xf3','\x9a','\xf2','\xd1','\xd1','\x97','\xd2','\x1f','\xd3','\x7f','\x53','\xe0','\xab','\x28','\x67','\x88','\xcf','\x2b','\x29','\xe0','\x64','\x18','\xa5','\x30','\x80','\x47','\x61','\x31','\xcd','\x00','\x08','\xa6','\xca','\x91','\x2f','\x4d','\xf0','\x21','\x6c','\x73','\x8a','\x32','\x39','\x20','\x45','\x50','\x63','\xb7','\x21','\xc6','\x40','\x1f','\x86','\x6d','\xdb','\x82','\xf6','\x4d','\x66','\x82','\x6a','\x08','\x34','\xf5','\x58','\xf6','\x1a','\xe7','\x2b','\xe7','\x91','\xe7','\x9e','\x4a','\xcd','\xab','\xa0','\x98','\x95','\xbb','\x47','\x3c','\xe4','\xd0','\x46','\x51','\x0a','\xb4','\x94','\x65','\xe1','\xd2','\xea','\xbe','\xa3','\x95','\x05','\xe2','\xc0','\xed','\xf9','\x86','\x6e','\x1d','\x17','\x29','\xf8','\xfd','\x1f','\xff','\x84','\x9f','\x7f','\xf9','\x95','\x7e','\x4d','\x14','\x3f','\xbd','\xfb','\x05','\xfb','\x18','\xf8','\xe6','\x9b','\xdf','\xe1','\xdb','\xef','\xbe','\x41','\x5d','\x1f','\x21','\xfb','\x80','\x54','\x8a','\x63','\xec','\x3b','\x0b','\xa9','\xfc','\xfc','\x22','\x02','\x34','\x41','\x5d','\x15','\x65','\xfd','\xdc','\xf7','\x01','\x5f','\x2c','\x80','\x10','\xcb','\x98','\x94','\x78','\x82','\xb3','\xd3','\x62','\xe1','\x00','\xf3','\xb3','\xe5','\xc1','\x45','\x06','\xf6','\x30','\x66','\x08','\xc8','\xb7','\x65','\x7c','\x9c','\x05','\x50','\x1e','\xfc','\x34','\xde','\x38','\x1a','\xb3','\x39','\xe4','\x27','\x07','\x81','\x38','\x94','\x47','\xd5','\x29','\xaf','\x8c','\x25','\x4d','\x26','\xc7','\xa7','\x07','\xf7','\xa0','\x1f','\x7f','\x13','\x46','\x57','\x44','\x88','\x28','\xf8','\xf1','\xc0','\xcf','\xce','\xf1','\x40','\x8c','\x78','\x20','\x6c','\x00','\x63','\x64','\x02','\xcc','\x07','\xcb','\x64','\x30','\x51','\xd2','\x63','\xc9','\xe3','\xb1','\xbd','\x3b','\x3a','\x1e','\xd1','\xdd','\x91','\xf9','\xe8','\x69','\x5c','\x1c','\xca','\xa5','\x44','\xa5','\xa1','\xc3','\x4c','\x48','\x87','\x68','\x2b','\xae','\xd7','\x85','\x3c','\xd7','\x3e','\x30','\xf6','\x8e','\xee','\xa7','\xe4','\xcc','\x89','\x40','\x22','\xaa','\xf7','\x1c','\x82','\x4e','\xbe','\x6a','\xb6','\x78','\x55','\x0b','\xd6','\xb6','\xf2','\xe0','\x46','\xd1','\x66','\x81','\xcc','\x65','\xdb','\xd3','\x4f','\x86','\xca','\x1c','\x2a','\xbf','\x8e','\x79','\xb8','\xd2','\xf9','\x58','\xdf','\x83','\x1e','\xea','\xb0','\xbd','\xa3','\x97','\xc2','\xf6','\xe7','\x1e','\x4e','\xaf','\x90','\xc6','\x96','\x09','\xfa','\x98','\xb4','\xa9','\xb8','\x1f','\x4a','\xe4','\x37','\xfd','\xcc','\xd1','\x7a','\x3d','\xf3','\x46','\x2d','\x12','\xf1','\xb0','\x23','\x84','\xf3','\xfd','\xaf','\xb0','\xa3','\x57','\x4f','\x30','\x91','\x94','\xb8','\x0b','\x66','\x1d','\x7d','\x94','\x89','\x2a','\xe6','\xbd','\xf8','\x4d','\x3b','\xf2','\xcf','\xed','\x48','\x10','\x45','\xd0','\xf9','\x67','\x4f','\x05','\x41','\x22','\x8d','\x32','\x6d','\x34','\xd4','\x81','\x42','\x0e','\xfd','\x6c','\x77','\xe7','\x02','\x68','\x52','\xe3','\x4e','\xb6','\x99','\x8e','\x9a','\x7b','\x8c','\x58','\x74','\x4d','\x79','\x06','\xca','\xab','\x90','\xc6','\x85','\x50','\xed','\x72','\xe7','\x7e','\x92','\xd6','\x8e','\xb9','\x9f','\xd3','\x42','\x53','\x8f','\x80','\x61','\x7e','\x2c','\xca','\xf5','\x28','\xe6','\x6c','\x00','\x38','\xd9','\x51','\xd1','\x82','\xa5','\x2d','\x10','\xe8','\xbc','\xee','\xc3','\x8e','\xec','\x48','\xa8','\xf3','\x7c','\x45','\x10','\xe5','\x7d','\x08','\xda','\x56','\x52','\x20','\x62','\xf6','\x40','\x1c','\x80','\x09','\x6c','\x1f','\xd8','\xcb','\x4e','\xca','\xc3','\x3e','\x0e','\x35','\x20','\x9c','\xec','\x43','\xf3','\x3e','\xe6','\xfd','\xd5','\xb8','\x07','\xec','\x9a','\x55','\x51','\x64','\xc4','\x9f','\x69','\xda','\x00','\xac','\x18','\xcf','\x44','\xb7','\x43','\x05','\x27','\xd0','\x7f','\xd2','\x2c','\x04','\x29','\x1f','\x2f','\x43','\xf2','\x91','\xcf','\xa7','\x3c','\x0b','\x67','\x27','\x47','\x3e','\x03','\x6e','\xca','\xdc','\xe6','\x37','\x12','\x64','\x66','\x47','\x77','\x96','\x0d','\x46','\x5e','\x3e','\x3a','\x2f','\xa6','\xef','\x1d','\xdd','\x8c','\xbb','\xae','\x84','\xbd','\x56','\x55','\xaa','\x4b','\x69','\xe1','\xb5','\xa4','\x6d','\xbb','\x19','\xba','\x6d','\xd1','\x81','\x61','\x41','\x5a','\xe2','\x7b','\xd9','\xe9','\xa1','\x70','\x8a','\x39','\xb8','\x58','\x14','\xf1','\x19','\xdc','\xe3','\xf7','\x12','\x74','\xa8','\x25','\xa8','\xbd','\x25','\x69','\x60','\xc7','\x19','\x31','\xf7','\xb9','\xae','\xa0','\x38','\xa2','\xf3','\xa0','\xa8','\x75','\x61','\xa1','\x29','\xfc','\xbc','\xb9','\x6f','\x8b','\x67','\xca','\x22','\xc5','\x4a','\x4f','\x96','\x5d','\x25','\x16','\x0f','\x54','\x38','\x14','\x74','\x27','\xe5','\xa6','\x9a','\xc3','\x6a','\x85','\x2f','\x44','\xfe','\x75','\xa9','\xb8','\xdf','\xef','\x00','\x2a','\xca','\x72','\x21','\x55','\x73','\x69','\xd0','\x75','\x81','\xb4','\x05','\xa2','\x44','\x04','\xa5','\x28','\x6a','\x8b','\x81','\xde','\x22','\xa1','\x02','\x18','\x94','\xde','\x38','\x03','\xc5','\x59','\x38','\x69','\xd2','\x5f','\xd2','\x61','\x04','\xca','\x9c','\xe0','\x8a','\x07','\x72','\x0c','\x01','\x5c','\x3d','\x7c','\x65','\x26','\x6e','\x87','\x8f','\x60','\x1d','\xa0','\xa4','\x89','\x28','\xe0','\x85','\xe5','\xba','\x0c','\x83','\xb6','\x8a','\x25','\x76','\x88','\x48','\x14','\x83','\x01','\xdf','\x42','\xbd','\xa1','\xd6','\x8a','\x6a','\xec','\x74','\x97','\x6e','\xb8','\xbe','\x79','\x40','\x13','\xc5','\x68','\x8d','\x33','\x3f','\xf7','\x8e','\x3b','\x06','\xee','\xb7','\x67','\xbc','\x8c','\x77','\xf8','\xa8','\xbf','\x62','\x14','\xc5','\xe3','\xd7','\x8f','\xf8','\xf6','\x9b','\xdf','\xe1','\x8f','\xff','\xf0','\x1f','\xf1','\x7f','\xfe','\xef','\xff','\x01','\x8f','\xbf','\x7b','\xc4','\xe6','\x03','\xf7','\xfb','\x1d','\xdb','\xf6','\x82','\x87','\xcb','\x57','\x78','\x6a','\x17','\x7c','\xfb','\xf4','\x0d','\x1e','\x75','\x45','\xbf','\xdd','\xf1','\xfc','\xf1','\x05','\x75','\x07','\xb6','\xb2','\xe2','\xf9','\x97','\x3f','\xe2','\xb6','\x0d','\xbc','\x7f','\xff','\x81','\x2a','\x53','\xc3','\x51','\x97','\x86','\xd5','\x9d','\x73','\x06','\x09','\x84','\x98','\xc3','\xb3','\x93','\x97','\x54','\xc0','\xb3','\x8f','\x9b','\x89','\xcf','\x91','\x00','\x21','\xff','\x2b','\x7c','\x45','\x32','\x1a','\x92','\x5e','\xc9','\xa7','\x1f','\xdf','\xe4','\xc9','\x8a','\x60','\xf1','\x7d','\x80','\x44','\xaf','\xfd','\xa9','\xd9','\xc0','\xda','\xb8','\xcf','\xe8','\xe5','\xa5','\x63','\xdb','\x37','\xe8','\x10','\x2c','\x72','\x09','\x59','\x7d','\x83','\x31','\xb8','\x87','\x32','\x6f','\x82','\x92','\x29','\x42','\x14','\x8f','\xb8','\x28','\x72','\x46','\x69','\x76','\x17','\x67','\xbc','\x3e','\x5e','\x9e','\x71','\x5a','\x04','\xa9','\x48','\x47','\xe6','\x93','\xcc','\xcf','\x05','\x20','\xe6','\x73','\x42','\x91','\x53','\xf3','\xfd','\x98','\xc8','\xb6','\x56','\x61','\xea','\xa4','\x89','\xe7','\x39','\x98','\x78','\xdd','\x51','\x14','\x40','\x80','\x5a','\xeb','\x94','\x87','\xcf','\x1d','\x35','\x49','\x1d','\x4b','\xe9','\x67','\x96','\x48','\xaf','\x13','\xdc','\x89','\xb6','\x84','\x4f','\x71','\x09','\x51','\x05','\x4d','\xd9','\x6a','\x12','\x38','\xcd','\xe9','\xcf','\x86','\x71','\x1d','\x02','\x19','\x6c','\xa7','\x98','\x04','\xce','\x61','\xa6','\x37','\x52','\x04','\xcb','\x22','\x1e','\xd8','\x91','\x47','\x05','\x73','\x25','\x73','\xb4','\x2c','\x5e','\x24','\xf7','\x10','\x4a','\xb4','\xbb','\x8f','\xa3','\xae','\x2a','\x90','\x5a','\xd1','\x15','\x07','\x80','\x93','\x77','\x79','\xe6','\x3a','\x7c','\x56','\x9f','\x3d','\x07','\x3f','\xe2','\xf0','\xf9','\xdf','\x40','\xba','\x50','\x61','\x1c','\x0d','\x40','\x3a','\xf3','\xaf','\x5c','\xea','\xaa','\xb5','\x40','\xa2','\x48','\xe8','\xe1','\x93','\xac','\x67','\xb7','\xf0','\x78','\xfe','\x1a','\xb7','\x30','\x7f','\xde','\x44','\x30','\xf6','\x6d','\x76','\xca','\x25','\x66','\xc3','\xf3','\xd6','\xf7','\xc1','\xc5','\xc5','\x1a','\x67','\x03','\x3e','\x66','\x7e','\xe7','\x79','\xa1','\x9d','\x49','\x86','\x96','\x02','\xb1','\x83','\xba','\x9e','\x9f','\xa9','\x94','\x82','\x1a','\xfb','\xb9','\xdc','\xf9','\xac','\x55','\xca','\xa4','\x9c','\xdb','\x30','\x78','\x27','\x50','\xd6','\x3b','\x41','\xb8','\x26','\x8a','\xda','\x58','\x50','\x98','\x3b','\x6c','\x27','\xcd','\x51','\x6d','\x10','\x4c','\xa9','\x79','\xac','\xa2','\x88','\xe7','\xc3','\x9b','\xf7','\x9a','\xe9','\x63','\x74','\x94','\xc2','\xf7','\x69','\xd1','\x39','\x6b','\xcc','\x02','\x8f','\x5f','\x1f','\x83','\x73','\xb8','\x29','\x95','\x8e','\x13','\xd0','\x39','\x9f','\x19','\x82','\x96','\x8c','\xa4','\x10','\xbe','\x3e','\xbf','\xee','\xa4','\xac','\x0f','\x33','\xf4','\x7d','\xc7','\xbe','\x6d','\xd8','\xfa','\x0e','\x77','\x43','\x0d','\xca','\x7d','\x6b','\x0d','\x80','\x61','\xdf','\xb6','\xc3','\x57','\x00','\xd1','\xb1','\x97','\x49','\x4f','\x16','\xc4','\x1c','\x35','\x38','\x1f','\xcb','\xb8','\x22','\x91','\x0b','\x47','\xc2','\x6f','\x86','\xfd','\x65','\xc3','\xde','\x37','\x48','\x53','\x5c','\xde','\x5c','\x50','\x44','\xf0','\xfe','\xf9','\x86','\x0f','\xcf','\x1f','\xb0','\x3c','\x3e','\xe0','\xe1','\xe1','\x2d','\x7e','\xff','\xa7','\x3f','\x62','\x8c','\x81','\xdb','\xf3','\x1d','\xff','\xe5','\xd7','\x9f','\xf0','\xee','\xd7','\x1f','\x70','\x1b','\x37','\x3c','\xbc','\xbd','\xe2','\xdb','\x6f','\xde','\xa2','\x3a','\x70','\x91','\x0e','\xb9','\xed','\x80','\xdd','\x21','\x16','\x94','\xc5','\xac','\x09','\x4c','\x31','\xdc','\x08','\x34','\x7e','\xe1','\xf5','\x79','\x01','\x24','\x25','\x0a','\x20','\x99','\xcf','\x64','\x2a','\x63','\x98','\x1f','\xc9','\xef','\x3c','\x70','\x3e','\x0b','\x81','\x69','\xf9','\x71','\x68','\xcf','\x2e','\x78','\x22','\x36','\x33','\xc0','\x48','\xd0','\xf9','\x05','\xd4','\x49','\xcf','\x93','\xc8','\xef','\xe1','\x8e','\x05','\x43','\x91','\x68','\xd3','\x9e','\x8f','\x54','\xbe','\xbf','\x16','\x40','\xa8','\x2c','\x75','\x4e','\x68','\xf2','\xf7','\x9d','\x91','\xa3','\x74','\x56','\x39','\x24','\x0b','\xd5','\x83','\x37','\x1f','\xf3','\x07','\x3e','\xf4','\xb8','\xfe','\xe8','\x4c','\xf0','\xf7','\x65','\x91','\x13','\xcb','\x47','\x23','\x41','\x4c','\xc9','\x6c','\x1a','\x01','\x1d','\xb8','\xb9','\x47','\x60','\x3e','\x92','\xf6','\x49','\xbf','\xc0','\xe9','\x7e','\x15','\x41','\x2d','\x8d','\x52','\xa1','\x88','\xe4','\xad','\x27','\xd7','\xd4','\x12','\xdf','\xa0','\xe2','\x4c','\xfc','\x36','\xbe','\xd7','\x38','\x15','\x8d','\x34','\xbc','\x56','\x17','\x38','\x3c','\x76','\xec','\x38','\xe4','\xc4','\x4d','\xe6','\xd7','\x13','\xf1','\x88','\x7f','\x4c','\x02','\x6d','\x02','\x83','\x45','\x0c','\xaa','\xf9','\x1e','\x4b','\x4a','\x9d','\x92','\xd3','\x63','\x33','\xdc','\x9d','\x3c','\x78','\xe4','\x90','\xa1','\xea','\xa9','\xf1','\x14','\xf2','\xe2','\x71','\x50','\x31','\x51','\x6d','\xa2','\xf6','\xa4','\x79','\x01','\x08','\x15','\xb0','\x99','\x4c','\xfa','\x81','\x2c','\x0b','\x63','\xc5','\xdf','\xb4','\x23','\xfc','\x0d','\x3b','\xe2','\xc2','\xb2','\xb4','\xa3','\xc3','\xd9','\xe6','\xcf','\xd8','\x20','\x0a','\x3a','\xdb','\xf0','\x9f','\xda','\x51','\xcc','\x10','\x78','\xf1','\x08','\x36','\xe9','\x24','\x7c','\xfe','\xbe','\xcf','\xec','\x28','\x1c','\x8c','\x05','\xb5','\xcd','\xe2','\xbf','\xa7','\x6b','\x1a','\x11','\x41','\x34','\xa9','\x43','\x19','\x70','\x98','\xa8','\x25','\x1a','\x34','\x7c','\x92','\x23','\x67','\xa0','\xf5','\x31','\xe6','\x2c','\x17','\x3c','\x94','\x71','\x02','\xfd','\xb3','\xb8','\x69','\x92','\x45','\xb1','\xf3','\xfd','\x5b','\xab','\xe8','\x3b','\x51','\xa0','\x81','\x23','\x31','\xb7','\xb0','\x23','\x08','\xbb','\x30','\xb3','\x58','\x11','\x70','\x86','\xe1','\x64','\x47','\xaa','\x85','\x3b','\xc0','\x10','\xd4','\x4e','\xe3','\xfc','\x1d','\xe5','\x47','\x2d','\x1a','\x45','\xfc','\x7c','\x15','\x3a','\x9d','\xaf','\x81','\xcf','\x43','\x8d','\x81','\x59','\x45','\x31','\x76','\xfa','\x09','\xe1','\x0d','\xc3','\xd8','\x06','\xee','\x7e','\x9f','\x03','\xb5','\x1e','\x81','\x2b','\x97','\x28','\x92','\x32','\x10','\x8a','\x7d','\x70','\x60','\x28','\xa0','\x06','\xd3','\x11','\x4a','\x45','\x47','\x40','\x83','\x94','\x00','\x4f','\x22','\xb1','\x71','\x76','\x5d','\x5d','\x0a','\xe0','\x54','\x8a','\xc1','\x5c','\xf8','\x77','\x1e','\xc0','\xcc','\xb4','\x84','\x81','\x76','\xf8','\x89','\xbe','\xda','\x69','\x3f','\x55','\x16','\xda','\x69','\x24','\xd1','\xaa','\x81','\x7c','\x89','\x52','\x8d','\x4f','\x49','\xd3','\xf1','\x1e','\x01','\x45','\x79','\xdf','\x1c','\x74','\xe8','\xa5','\x16','\xc8','\xd8','\xf1','\xb1','\xef','\x18','\x3e','\xa2','\x4b','\x66','\xa8','\x6e','\xa8','\x5e','\xe1','\xb5','\xf0','\x54','\x8b','\x4c','\x80','\x42','\x41','\x4a','\x68','\x2d','\x00','\x82','\x5a','\x5a','\x84','\xe1','\x42','\x54','\x51','\xdb','\x3a','\x9d','\x2d','\x03','\xa6','\x41','\xba','\x21','\x35','\xf5','\x05','\x0c','\x5c','\xea','\x06','\x94','\x7a','\x20','\xc0','\x99','\xf8','\x9d','\x6c','\x99','\xef','\x21','\xa1','\xea','\xe6','\xd1','\x11','\x3d','\x6c','\x20','\x5c','\x1d','\x72','\xde','\x2d','\x11','\xdc','\x91','\x85','\x84','\x73','\x98','\x5a','\x6c','\xc0','\x5b','\xa4','\x46','\xc3','\xb1','\x44','\xb1','\x58','\x6a','\x41','\x13','\xc7','\xed','\x7e','\x47','\xf7','\x41','\x5e','\xfc','\xe5','\x82','\x7a','\x69','\xf0','\x75','\x85','\xb4','\x1a','\xf3','\x0b','\x03','\x43','\x1c','\x16','\x45','\xa1','\xd7','\x02','\xaf','\x94','\xa1','\x95','\x10','\x11','\x71','\x60','\x9e','\x17','\x88','\x02','\x55','\xf8','\x87','\x8e','\x35','\x12','\x5a','\x87','\xa9','\x02','\x4b','\x85','\xab','\xc6','\xdc','\x41','\x9e','\x27','\x70','\x96','\x22','\xca','\x21','\xa2','\xd6','\x94','\xac','\xde','\x11','\xa0','\x9e','\x44','\xe1','\xb5','\x56','\x60','\x18','\x67','\x01','\xcc','\xe0','\x4b','\x01','\x46','\x83','\x60','\x40','\x2a','\x80','\x5a','\x69','\xfd','\xc3','\x81','\xbe','\x01','\xb2','\xa0','\x59','\x43','\xbd','\xac','\xe8','\x2f','\x17','\xe0','\xf6','\x11','\x2f','\x1f','\x9f','\x71','\x7b','\xb9','\x63','\xef','\x77','\xdc','\xc6','\x0d','\xa3','\x0e','\x5c','\xbf','\xba','\xe2','\xed','\x1f','\xbe','\xc3','\xdb','\xff','\xf0','\x3b','\x7c','\xf5','\xa7','\xef','\x20','\x5f','\x37','\xbc','\x2b','\x77','\xbc','\x8c','\x0d','\x3f','\xbc','\xff','\x01','\x3f','\xff','\x4a','\x4a','\xc7','\x1f','\xeb','\x37','\xa8','\x63','\x81','\x54','\x27','\xaa','\xac','\xc0','\xf3','\xfe','\x82','\xfd','\x76','\xe7','\xa2','\xd3','\xeb','\x15','\x72','\xbb','\x63','\x33','\x83','\xc6','\x2c','\xcd','\xd2','\x16','\x8c','\x9d','\xbb','\x7b','\xd8','\x09','\x56','\xfa','\x59','\x15','\x14','\x89','\x22','\xd6','\x40','\x84','\x5c','\xa6','\x46','\x56','\xb0','\xe0','\x7c','\xb2','\x03','\xa6','\x0f','\x4b','\x00','\x65','\x0c','\xd4','\xa9','\x9c','\x96','\xe9','\x6f','\xfe','\x61','\xe1','\x5b','\x22','\x3a','\x21','\x41','\xb5','\x39','\x0f','\x96','\xa2','\x32','\xaf','\x01','\xcb','\xa4','\x08','\x49','\x24','\x7b','\x54','\xd8','\x1a','\x9c','\xd1','\x0a','\x3f','\x36','\xa2','\xe8','\x9d','\xcb','\x1d','\xbf','\x00','\x7a','\xe6','\xd7','\x12','\x38','\x32','\x3b','\x81','\x94','\xc0','\x44','\xbb','\xf3','\xf3','\x20','\x13','\x48','\xd5','\xb9','\xdf','\x04','\x19','\x67','\xc2','\xd8','\x35','\x92','\xd8','\xa2','\x0e','\x84','\x9a','\x14','\x93','\x3b','\x8a','\x19','\x49','\xec','\xd3','\x62','\x37','\x75','\xb0','\x10','\xae','\x95','\xb9','\x43','\xf8','\x49','\x0b','\xdb','\x42','\xfa','\xa5','\xe8','\x64','\x9f','\xf3','\x4c','\x49','\x2a','\x38','\x1c','\x70','\x26','\xb2','\xea','\xfc','\x73','\xc4','\x38','\xc6','\x5e','\x71','\xd2','\xda','\x4a','\x16','\x6d','\x38','\xe2','\xe2','\x8c','\xfb','\x38','\x81','\x02','\x38','\x3e','\xd7','\xf1','\x3d','\x07','\x3c','\x68','\x6e','\xd8','\x8d','\xea','\x72','\xd0','\xac','\x77','\x3c','\xe2','\x62','\x41','\xd1','\x16','\xb3','\x1f','\xec','\xf6','\x27','\xc5','\x35','\x2f','\x9f','\xb3','\x92','\x0e','\x31','\xa3','\xea','\x9b','\xa4','\x1d','\x85','\xab','\x39','\x15','\x9b','\x93','\x66','\x9b','\x20','\xc2','\xe9','\x99','\x00','\x98','\xd4','\xdb','\x1c','\xf4','\x9f','\x9f','\x2b','\x57','\x32','\x10','\x85','\xa2','\xaa','\x22','\x32','\xd6','\xf2','\xfd','\x5c','\x25','\x68','\x6f','\x98','\x8a','\x87','\x2e','\x8c','\xa5','\x40','\xcc','\x80','\x16','\x02','\x67','\xc1','\x1d','\x62','\x7e','\x02','\x41','\x8d','\x15','\x04','\x88','\xdc','\xc3','\xa3','\x98','\x26','\xfd','\x32','\x18','\x16','\x01','\xf6','\x1d','\x8d','\xd0','\xc8','\x65','\xd4','\x67','\x51','\x9c','\x8c','\x09','\x47','\x2a','\x23','\x0a','\xb8','\x5e','\x63','\x10','\x38','\xce','\xc2','\x4e','\xca','\xb4','\x6d','\x3f','\xde','\x0e','\xe6','\x8e','\xdd','\x76','\xee','\xf7','\x91','\x7c','\x76','\xf9','\x08','\x0f','\xc0','\x1b','\x96','\x31','\xde','\x60','\x4e','\x26','\x4b','\xee','\x94','\x3c','\x16','\xac','\x53','\xb0','\xe0','\x28','\x70','\xe5','\x55','\x97','\xb3','\x6f','\x3b','\x46','\xd1','\xd3','\x29','\x06','\xdc','\x7a','\x18','\xd0','\xf9','\x7c','\x39','\x30','\x80','\xfb','\xed','\x0e','\x38','\x77','\xc6','\x0d','\xb3','\x00','\xfd','\xa2','\x19','\x12','\x1d','\x42','\xdf','\xa3','\xe3','\x94','\x17','\x2d','\x49','\xcd','\x66','\x67','\x0f','\xce','\xfb','\xc8','\xef','\x71','\x1c','\xd2','\xf5','\x51','\x54','\x0f','\xe7','\x6e','\xa6','\x6e','\xe8','\x3b','\xc5','\x20','\xd6','\xeb','\x85','\x00','\x7b','\x29','\x28','\x31','\xd6','\x32','\xee','\x1d','\xfe','\xbc','\xe1','\x77','\xdf','\xfc','\x0e','\x36','\x06','\xde','\x95','\xf7','\x78','\xf7','\xf1','\x19','\xbf','\x8c','\x67','\xfc','\xfa','\xf2','\x8c','\x1f','\x7e','\xf8','\x09','\xcb','\xe5','\x11','\x8f','\x97','\x07','\x5c','\x4b','\x41','\xb9','\x14','\x68','\x15','\xc8','\x36','\x20','\xfb','\x06','\x1b','\x0a','\xb8','\x63','\xa8','\x63','\x17','\xc3','\x2e','\x03','\x5f','\x7a','\x7d','\xa1','\x03','\x54','\x82','\x46','\xa0','\x19','\x0d','\x0f','\xe3','\x06','\x66','\x72','\xc6','\xf8','\x1b','\x09','\x75','\x39','\x6e','\x71','\x06','\xe4','\xa9','\x98','\x92','\xd9','\x3a','\x8e','\x8a','\x97','\x9d','\x24','\x22','\x7f','\x25','\xd0','\xcb','\x99','\xb2','\x7a','\xd0','\x54','\xc6','\x98','\x1c','\x42','\xeb','\x63','\x2e','\x06','\x9b','\x47','\x5e','\x39','\x44','\x27','\x5a','\xa1','\x25','\x5a','\xfd','\xe6','\xb3','\xa8','\x81','\x03','\xb9','\x4d','\x79','\x9a','\x59','\x24','\xaa','\x88','\xc4','\x84','\xe7','\xd4','\xe1','\xce','\xc1','\x4e','\xde','\x80','\x68','\xe5','\x9d','\xf3','\x70','\x3b','\x76','\xa6','\xec','\x9d','\xbb','\x83','\x6a','\x0c','\xe8','\xce','\xb6','\x64','\xdc','\xab','\x94','\x8f','\x2e','\x00','\x07','\xb3','\x44','\x03','\x68','\x11','\x00','\xec','\x24','\x95','\x58','\x08','\xb5','\xef','\x3b','\x87','\xb0','\x79','\xe3','\xb9','\x07','\x63','\x18','\xdc','\x24','\x92','\x41','\x2e','\x90','\x9c','\x26','\x1c','\xd0','\x00','\x8b','\xa4','\x41','\xc3','\x1c','\xc2','\x85','\xa8','\xe9','\x3c','\xe1','\x07','\x75','\x69','\xfe','\x77','\x7e','\x3f','\x26','\xaa','\x66','\x3e','\xe6','\x7b','\xa8','\x39','\xa4','\x50','\x25','\xac','\x95','\x86','\x01','\x9d','\x9f','\x63','\xdf','\xc2','\x81','\x94','\x82','\x5a','\x0b','\x44','\x5b','\x74','\x3b','\xb8','\xe4','\x4d','\x43','\xfd','\x45','\x25','\x9d','\x2a','\x0f','\x4c','\x6e','\xac','\xce','\x65','\xac','\xe9','\x0b','\xdd','\x49','\x63','\x72','\x2f','\x94','\x05','\x27','\xc4','\xcd','\xef','\x08','\x4e','\x78','\xda','\xd1','\xe8','\x9d','\x33','\x05','\xa5','\xc4','\x56','\x66','\x39','\x82','\x71','\xda','\x51','\x20','\x59','\xb4','\x23','\xf9','\xc4','\x8e','\x82','\xdb','\x9d','\x76','\x14','\xca','\x68','\xb4','\x89','\x70','\x1c','\x45','\x82','\x12','\x44','\xd5','\xa7','\x99','\xe8','\x45','\x87','\x06','\xd1','\x89','\x9c','\x88','\x55','\x3a','\xfb','\x19','\xd0','\xe2','\x77','\x65','\xd0','\x30','\x96','\x08','\x88','\x9d','\x4a','\xb4','\xa3','\x80','\x02','\x3a','\x07','\xa7','\xcd','\xf9','\xec','\x87','\x93','\x5b','\x5e','\x73','\xf7','\x0e','\x80','\x71','\xb6','\xa3','\x18','\xce','\xe4','\x62','\x58','\x16','\x42','\x66','\x44','\xb6','\xb5','\x55','\x3a','\xf5','\x01','\xf4','\xad','\x23','\x55','\x84','\x48','\xd5','\x88','\xa4','\x3c','\xea','\x59','\x95','\x90','\x31','\xcd','\x7b','\xeb','\x81','\xf3','\x3b','\x5b','\xec','\x02','\x16','\x19','\xfb','\xb6','\x23','\x51','\x8f','\x0c','\x16','\x02','\x81','\x4a','\x65','\x47','\x52','\x7c','\x76','\x93','\x72','\x17','\xd1','\x70','\xde','\x4f','\x85','\x42','\x8d','\xc8','\x96','\x42','\xd1','\xb4','\xc1','\xbc','\xc4','\x6e','\xa2','\x81','\xb1','\x0d','\x08','\x3a','\xed','\x3f','\xf7','\x0d','\x41','\x27','\x95','\xc6','\x00','\x60','\x74','\xec','\x7c','\x6b','\xe4','\x70','\xee','\x48','\x5e','\x73','\x6c','\xc7','\x6e','\x02','\x40','\x0a','\x06','\xcd','\x9d','\x52','\xd1','\xa1','\x40','\xa3','\x25','\xbb','\x2e','\x48','\xf7','\xcc','\xeb','\x34','\x83','\x6d','\xd9','\xed','\x8a','\xc0','\x32','\x0b','\x03','\x8d','\x80','\x22','\x54','\xac','\x11','\xfe','\xbc','\x54','\x16','\x4e','\xb1','\x72','\x84','\x05','\x8d','\x2a','\xd6','\xcb','\x0a','\x8c','\x63','\x0e','\x80','\x33','\x52','\x65','\x06','\xa0','\xcb','\x30','\x94','\x6d','\xc3','\x86','\x00','\x41','\x3c','\x42','\xb1','\x93','\xf2','\x47','\x9e','\x38','\x66','\x37','\xcd','\xbb','\x9f','\x92','\x85','\xb8','\x6e','\xa1','\xdf','\x58','\xb4','\xe0','\x22','\xdc','\x21','\xa3','\xb5','\x4c','\x4a','\x85','\x14','\xa5','\x14','\x68','\x6b','\x0c','\xaa','\x51','\xf8','\x5b','\xcc','\x36','\x11','\x84','\x88','\xc4','\x22','\x17','\xff','\x99','\x47','\x01','\x3d','\xe0','\xf7','\x81','\xb9','\x68','\xb2','\xc6','\xcc','\x5a','\xc8','\xcf','\xb3','\x1b','\xc6','\x53','\xe4','\xea','\x78','\xad','\x4c','\x08','\x3e','\x33','\x00','\x18','\x63','\x76','\xe2','\x5c','\x28','\xc5','\x5f','\xeb','\x02','\x2b','\x05','\xcd','\x07','\x4a','\x15','\x2c','\x97','\x05','\xa5','\x55','\x58','\x2b','\xe8','\x32','\x30','\x5c','\x50','\xa5','\x41','\x1a','\x67','\x6f','\xf6','\x28','\x84','\x6b','\x11','\x68','\x01','\xac','\x84','\x24','\xbb','\x12','\xad','\xd5','\xc6','\x65','\xa6','\xa4','\x55','\xc4','\x8c','\xa6','\x14','\xe4','\x22','\x4e','\xb8','\x43','\x5a','\x81','\x2c','\x0b','\x28','\x49','\x3c','\x82','\x4a','\xe5','\xb1','\xf5','\x3e','\x8a','\xd7','\xb8','\x5e','\x31','\xc3','\xe8','\x0e','\x8f','\x05','\x31','\x56','\x46','\x48','\x28','\x2b','\x50','\x1c','\xf7','\xfe','\xc2','\xe2','\x7a','\xa9','\x10','\x71','\xce','\xbe','\xf5','\x0d','\xd8','\x07','\xa4','\x0f','\xb8','\x0e','\xe8','\xa5','\x31','\xc9','\xea','\x1d','\x03','\xc6','\xa1','\x74','\x6b','\x28','\x58','\xb1','\xb6','\x0a','\xdd','\x1a','\x5a','\xe9','\xa8','\x6f','\x56','\xbc','\xf9','\xee','\x77','\xf8','\xe6','\xbf','\xfb','\x7b','\x5c','\xbe','\x7b','\x83','\x5f','\xf1','\x82','\xff','\xe5','\xc7','\xff','\x0f','\xfe','\x72','\x7f','\xc7','\xc4','\x3d','\x3a','\x39','\x78','\x04','\x6a','\xd9','\x61','\xdb','\x7b','\xdc','\xbd','\xe3','\xcd','\x58','\xf1','\xf2','\xf2','\x1e','\x7f','\xfe','\x2f','\xff','\x84','\xdb','\x3f','\xdf','\xe0','\xef','\xb9','\xb3','\x6a','\x57','\x45','\xdf','\x36','\x74','\x37','\x5c','\xda','\x8a','\x8a','\x42','\xfe','\xfd','\xbe','\x83','\x3d','\x1f','\x8f','\x5d','\xb9','\x64','\x6e','\x28','\x42','\xaa','\x5e','\x14','\x41','\x36','\x05','\x70','\x14','\x0f','\x02','\xaa','\xc7','\x9d','\xe9','\x64','\x3d','\xba','\xf9','\xdd','\x7d','\x76','\xe4','\x33','\x6e','\x66','\xc2','\x6d','\x83','\x49','\x4b','\x16','\x48','\x9c','\xa7','\x95','\x19','\xab','\x45','\x14','\x7b','\x0a','\x4b','\x80','\x8b','\x8b','\x79','\xde','\x6b','\xa8','\x45','\xc6','\xae','\x35','\x2e','\xde','\x3b','\x8c','\x3e','\xe9','\x7b','\xa7','\x79','\xcf','\xec','\x96','\x9f','\x93','\xc8','\x57','\xf4','\xb7','\x48','\xb0','\x38','\x73','\x79','\x4a','\xbe','\xcf','\xdd','\x9f','\xcc','\x66','\xe3','\x7d','\x73','\x8f','\xde','\xf1','\xb9','\x62','\x20','\x5c','\xd9','\x6d','\x1e','\x7b','\xec','\x6c','\x31','\xce','\x24','\xe4','\xfa','\x82','\x11','\x3f','\x67','\x6e','\xa8','\x56','\x62','\x27','\xd0','\x38','\x7e','\x27','\xd2','\xe7','\x90','\x21','\xe1','\x23','\xae','\x2f','\x8a','\x98','\x39','\x7f','\x05','\x50','\xfd','\x56','\x15','\x6d','\x59','\xe7','\x0c','\xa0','\xf5','\xf0','\x79','\x70','\xd4','\x52','\xe0','\x5a','\x51','\x1d','\xd0','\x3d','\xfc','\x70','\xf8','\x07','\x33','\x20','\x95','\xf1','\x72','\x3e','\x0b','\x6e','\x31','\x73','\x43','\xda','\xa0','\x0d','\x90','\xcd','\x02','\x9e','\x29','\x13','\x76','\xa7','\xb7','\x01','\xec','\x1a','\x05','\x83','\xb1','\xe3','\xac','\xb5','\xa0','\x2e','\x15','\xad','\xb5','\xe8','\xbc','\xf8','\x8c','\xd3','\x10','\xee','\x6f','\x2b','\x06','\xee','\x3d','\x73','\x43','\xbd','\xd4','\x58','\xec','\x1b','\xb3','\x2f','\xce','\x2e','\x8e','\x9c','\xf2','\x3c','\xeb','\x7d','\x4a','\x65','\xab','\xca','\xd1','\xc1','\x8d','\x24','\x20','\x41','\x63','\x8a','\x67','\x10','\x8c','\xda','\x7b','\xd2','\x93','\x23','\x3f','\x53','\x82','\x59','\x1a','\x8b','\xe6','\xbb','\x8d','\x10','\x97','\x1a','\xf3','\x1e','\x0b','\x2b','\x5d','\xcc','\xd6','\xa1','\x26','\x58','\x99','\x2c','\x95','\xe8','\x8e','\x89','\x1e','\xdd','\xba','\x88','\x7d','\xa9','\x1a','\x97','\x45','\xd6','\x18','\xf9','\xdc','\x9d','\xaa','\x94','\x11','\xa7','\xca','\x29','\x8e','\x7b','\xe4','\x7e','\x9e','\xf6','\xb0','\x8f','\xf9','\xb9','\xcd','\x59','\x30','\x34','\x6d','\x90','\xc8','\x6b','\x87','\xd9','\xec','\x40','\x21','\xce','\xca','\x18','\x86','\xfb','\x7e','\x07','\x04','\x68','\xeb','\x92','\x83','\x0b','\x7c','\xb6','\x6e','\x71','\xc9','\x1e','\x8a','\x84','\x01','\x16','\x40','\xe0','\x5e','\xa0','\x1a','\x9d','\x52','\x3b','\x66','\x58','\x15','\x85','\x6b','\x00','\x0a','\x3b','\x1d','\x30','\x02','\x9b','\x5c','\xb7','\xe1','\x7c','\x6e','\x22','\x53','\x40','\xea','\x00','\x76','\xd3','\x1a','\x8f','\xf3','\x3d','\x30','\xe6','\xdf','\xe7','\x7e','\xc1','\xc0','\x39','\x62','\xb9','\x28','\x97','\xe7','\x4a','\xf8','\xe7','\xf9','\xcc','\x73','\x2c','\x61','\x18','\xc4','\x0a','\xf7','\x4a','\x8e','\x8e','\xa2','\x05','\xf5','\xc2','\xa5','\xe6','\x26','\x3e','\xd5','\x2e','\x7d','\xdf','\x31','\xba','\xa1','\x40','\x70','\x59','\x56','\x00','\x82','\xe7','\x77','\x1f','\xe1','\x4b','\xc5','\xf5','\xb2','\xe2','\x7a','\x7d','\xc4','\xbd','\x77','\xdc','\x5f','\x36','\x54','\x69','\x70','\x01','\x96','\x75','\xc5','\x9f','\xbe','\xf9','\x3d','\xf4','\xc3','\x0f','\xf8','\xe5','\xf6','\x8c','\xff','\xfc','\xfd','\xbf','\xe0','\xdd','\xf6','\x8c','\xbf','\xfb','\xfd','\x7f','\xc0','\x57','\x7f','\xf7','\xf7','\x10','\x21','\xfb','\x62','\xa9','\x05','\x0f','\xd7','\x27','\x88','\x03','\x2f','\xf7','\x17','\xdc','\xc6','\x0d','\xa6','\x46','\x95','\xba','\x2f','\xbc','\x3e','\x57','\x81','\x43','\x24','\xfb','\x10','\x54','\x8f','\x20','\x1e','\x3e','\xca','\x6c','\x10','\xa1','\x95','\xe4','\x5f','\xf2','\x50','\x8e','\x31','\x90','\x7b','\x60','\x04','\x69','\x78','\xd1','\x1a','\x0e','\x43','\x97','\x74','\x68','\xa2','\x28','\x4b','\xa5','\xec','\x65','\xb8','\x3f','\xcd','\x87','\x10','\xf5','\x96','\x42','\xe6','\xf0','\x9f','\x1b','\xbb','\x07','\x3e','\xbb','\x44','\x88','\x56','\x5f','\x99','\xa8','\x8e','\x63','\xd0','\x31','\x58','\x0e','\x8f','\xa5','\x22','\x12','\x4b','\x76','\x47','\x54','\xdb','\x79','\xb8','\x90','\x5c','\xd0','\xa8','\xb0','\xa7','\x9a','\x48','\x9e','\x7c','\x8b','\xc0','\x91','\x09','\xf1','\xa1','\xe6','\x75','\xee','\xe6','\x1c','\xa8','\x8c','\xcc','\xff','\xd6','\x40','\x52','\x4a','\xfe','\xbd','\xf8','\x4c','\xa2','\xb4','\xb0','\xdd','\x5d','\x62','\x29','\x00','\xf9','\x95','\x08','\xc4','\x0b','\xd1','\x9e','\x06','\x29','\x2f','\x83','\x07','\x26','\xe7','\x73','\x68','\x60','\x31','\x92','\xa8','\x44','\x60','\x4a','\xa0','\x47','\x63','\xa4','\x73','\x35','\x24','\xe2','\x99','\x87','\x2a','\x55','\xa3','\x12','\x11','\xf1','\x93','\xb3','\x57','\x08','\xc4','\x53','\xb5','\x23','\xbe','\xd7','\xc6','\xec','\x38','\xf8','\x4c','\xa0','\x03','\x09','\xca','\xf4','\xc7','\xa3','\xbd','\x89','\xdc','\xc6','\xab','\xd0','\x2c','\x8c','\xa2','\x7c','\xa1','\xbf','\x67','\x27','\x89','\x4e','\x05','\xf1','\xb4','\x2d','\x16','\xdc','\x72','\xc8','\xdc','\xc2','\xab','\xab','\xc4','\xec','\x8c','\x64','\xd0','\x90','\x09','\xf3','\x0c','\x60','\x6e','\xbb','\xcf','\xc3','\x79','\xb6','\xa3','\x7c','\xe7','\x57','\x76','\x94','\x34','\x88','\x74','\x88','\x66','\x49','\xe6','\x99','\x76','\x2a','\xe0','\xde','\xa6','\x57','\x76','\xe4','\x98','\x4e','\x28','\x91','\x3d','\x9f','\xf7','\x2f','\x7e','\x53','\xd8','\xd1','\x0c','\xb4','\xc0','\xb4','\x3b','\xe0','\x34','\xef','\xe4','\x86','\x80','\xcc','\xa6','\x9a','\xce','\xc8','\xc2','\x2a','\xd1','\x9a','\x93','\x1d','\x9d','\x6d','\x29','\x45','\x12','\x4a','\x7e','\x1e','\x1c','\xdd','\x22','\xd4','\x32','\x97','\x8d','\x42','\xd8','\xe6','\x7f','\x65','\x47','\xae','\x73','\x60','\x53','\x03','\x65','\x2b','\xe5','\xe0','\xc0','\x5a','\xaa','\xba','\x29','\xa9','\x51','\xf9','\x1c','\x99','\xfc','\xa6','\x1d','\xf1','\xb3','\xce','\x44','\x41','\xf3','\x33','\xf0','\xac','\xa4','\x70','\x41','\x16','\xc0','\x12','\xfb','\xa6','\xf2','\x9c','\x8b','\x64','\x22','\x9d','\x09','\x0c','\x7d','\x89','\x47','\x41','\x08','\x67','\x20','\xa7','\xbc','\x2c','\x22','\x10','\x5a','\x20','\xaf','\x88','\xeb','\x08','\xbb','\x2c','\x80','\xc4','\x2c','\x5a','\xb0','\xbc','\xe7','\xf7','\x98','\x1b','\x46','\x8f','\x4e','\x4d','\x21','\xf2','\x85','\x40','\xca','\xac','\xdb','\x5c','\x6a','\xe7','\x31','\x27','\x98','\x78','\xa4','\x07','\x3a','\x47','\x14','\x94','\x85','\x50','\x49','\xce','\x3c','\x24','\x68','\x67','\xbc','\x17','\x70','\xa7','\x5a','\x1f','\x06','\xf7','\x7b','\x40','\xe2','\x7a','\x10','\x8a','\x71','\x8d','\x92','\xae','\xf1','\x19','\xf4','\xba','\xc2','\x83','\x46','\xe4','\x60','\xc0','\xea','\x23','\x8b','\x7d','\x0e','\xd8','\xf6','\x31','\x50','\xb2','\x10','\xcf','\xc2','\xcc','\x3c','\x96','\x33','\x3b','\xba','\xed','\xb8','\xf7','\x67','\x7c','\x74','\x2e','\x67','\x56','\x54','\x48','\x28','\xce','\x69','\xe1','\xb0','\xa9','\x8a','\x62','\xd5','\x05','\xad','\x94','\x59','\x5c','\x89','\xb2','\xd8','\xf5','\x28','\xac','\xb9','\x3f','\x41','\x20','\x03','\x73','\x48','\x37','\x37','\x90','\x8b','\x72','\x96','\x29','\xb7','\x9e','\x33','\x8e','\x39','\x3c','\x28','\x83','\x1e','\x0e','\x9e','\x81','\x8e','\xe6','\x6e','\xce','\x6e','\x9f','\x14','\x2a','\x02','\x16','\x51','\x8a','\x53','\xd8','\x00','\x94','\xfb','\x97','\x16','\x5c','\x08','\x6e','\xc5','\x5e','\x19','\x22','\xbd','\xec','\x65','\xd7','\x52','\xd0','\xb4','\x62','\x28','\xc5','\x0d','\x44','\x78','\x6e','\x49','\x55','\x8c','\xbd','\x59','\x25','\x67','\x94','\x82','\x4f','\xae','\x32','\xaf','\x51','\x8a','\x06','\x43','\x01','\x80','\x7b','\xd0','\xff','\x24','\x96','\x5e','\x46','\x77','\xcb','\x12','\xcc','\xd2','\x23','\x50','\xbb','\xc0','\x9c','\x1c','\x7b','\x3b','\xdb','\x6f','\xce','\x3a','\x18','\x67','\x69','\x4c','\x01','\x51','\x2e','\x55','\x46','\x2d','\x28','\xbb','\x62','\xe0','\x0e','\x8b','\xce','\xbb','\x5e','\x16','\x06','\x5b','\x1f','\x5c','\xe8','\x5d','\x24','\xba','\x61','\x05','\x4d','\x0a','\xda','\xba','\x42','\x1f','\x14','\xeb','\xd7','\x03','\xd7','\xef','\xbe','\xc1','\xc3','\xdb','\x27','\x60','\x69','\xf8','\xf8','\xfe','\x27','\x7c','\xff','\xaf','\xdf','\xe3','\x1f','\xbf','\xff','\x17','\xdc','\xb6','\x1d','\x7f','\xf7','\x77','\x7f','\x87','\xff','\xf4','\x9f','\xfe','\x2f','\x78','\x73','\x79','\x8b','\xaf','\xda','\x23','\x9e','\xbc','\x41','\xef','\x8e','\x0f','\x3f','\xfd','\x82','\xef','\xff','\xe9','\x5f','\xf1','\xcf','\xff','\xf9','\x1f','\xb1','\xff','\xb5','\xe3','\xb2','\x5f','\xe0','\xde','\x51','\x3c','\xf6','\x83','\xec','\x83','\xcb','\xc1','\x4b','\xce','\xa2','\xf2','\x99','\x45','\xa8','\x89','\x67','\x35','\xad','\x1c','\x88','\xb9','\x35','\x4f','\x97','\xe4','\x09','\x20','\x7d','\x52','\x4c','\xb8','\x87','\xaa','\x93','\x61','\xa9','\x35','\xd8','\x0d','\x78','\x75','\xaf','\x19','\xff','\x68','\xb3','\x8a','\xa0','\xe4','\x68','\xee','\x83','\x29','\x41','\xa7','\x2e','\xb8','\xdd','\x76','\x98','\x75','\x94','\xd2','\x28','\x70','\x91','\x9d','\x9b','\xe8','\x92','\x6b','\xd0','\x43','\xcf','\x7b','\x7e','\xb2','\x2b','\x8c','\x53','\x57','\xe0','\x95','\x58','\xc9','\x89','\x02','\x9d','\xde','\xd2','\x13','\xe4','\xf2','\x00','\x2e','\x4e','\x54','\xe5','\x4c','\xa6','\x6b','\xe1','\xbe','\x9b','\x31','\x48','\xbb','\xcb','\x8e','\x0d','\x10','\x85','\x9b','\x1e','\xbb','\x81','\x3c','\x62','\x55','\xee','\xc7','\x93','\x90','\x51','\x9e','\xbf','\xd7','\x05','\xd6','\x0d','\xfb','\x9c','\x2b','\xb1','\xc4','\x0a','\x66','\x90','\xcc','\x18','\x38','\xc1','\xb9','\x9c','\xaf','\x4c','\x44','\xd5','\x18','\x37','\x0b','\x28','\xf2','\x32','\xcc','\x00','\x0b','\xd5','\xbb','\x10','\x11','\x80','\x44','\x07','\xc8','\x39','\xcd','\xc5','\x38','\xee','\x01','\x92','\x44','\xfe','\x61','\x24','\xf9','\xa8','\x7b','\x2c','\xb9','\x95','\x90','\xcf','\x96','\x90','\xac','\x2e','\xd1','\x15','\x8c','\xa2','\xc4','\x0e','\x20','\x66','\x26','\xff','\x12','\x22','\x28','\xc8','\x39','\xdc','\x13','\xb8','\x08','\xfa','\x22','\x86','\xfb','\xec','\x2c','\x80','\xca','\x6f','\x21','\xbe','\x33','\x33','\xb2','\xe8','\x3c','\xa2','\x77','\x76','\x64','\x2d','\xee','\xb5','\x23','\x0a','\x1a','\x07','\x4a','\x76','\xfc','\x09','\x9e','\x72','\xde','\xaa','\xb2','\x88','\x1f','\x87','\xa2','\x18','\xef','\x65','\xb0','\x6f','\x94','\x9d','\x1c','\x73','\x02','\x06','\x18','\x03','\x10','\x0b','\x2f','\x9e','\x10','\xf1','\x91','\x9f','\x28','\x94','\x20','\x80','\x0a','\xd4','\x0b','\x0f','\x73','\x65','\x8c','\xd4','\xb0','\x61','\x11','\xe1','\x7b','\x4d','\x40','\x73','\x46','\x39','\xb0','\xfb','\xd7','\xa1','\x52','\xc3','\x37','\x1c','\xf3','\x33','\xb3','\xeb','\x12','\xef','\xc1','\x73','\x14','\x3b','\xab','\xe2','\x2c','\x88','\x44','\x6e','\x2a','\xc1','\xe4','\x48','\x1a','\x35','\x42','\xf6','\x5c','\x38','\xe7','\x35','\xb2','\x63','\x55','\x34','\xa6','\x6b','\xe8','\x87','\x8c','\x8f','\x97','\x8c','\xa2','\x12','\x51','\x8e','\x1f','\x19','\xac','\xa3','\x3a','\x6c','\x50','\x60','\x23','\x0b','\x6f','\x35','\xce','\x00','\x27','\x75','\x37','\x7e','\x5d','\x68','\x88','\xf0','\x1c','\x88','\x0b','\x46','\xb0','\x08','\xe6','\x28','\x40','\x3e','\x6f','\xa7','\x7d','\x26','\x35','\x2d','\xe7','\xc6','\x52','\xf8','\x68','\x18','\x55','\x53','\xef','\xf7','\x3b','\xf6','\x6d','\xc3','\x52','\x0a','\xd6','\xf5','\x02','\x28','\x29','\xac','\x09','\xf2','\xd1','\xdb','\x38','\x2c','\xb6','\x1c','\xd7','\xc2','\xc2','\x27','\x81','\x69','\x85','\x40','\x2d','\xc0','\x98','\xb8','\x4e','\x55','\x2a','\x80','\x76','\x37','\x6c','\xdb','\x0d','\x7d','\xbb','\x63','\xf5','\x27','\x5c','\xbe','\xba','\xe0','\x5a','\x97','\xd9','\xc5','\xea','\x70','\xb4','\x56','\xf0','\xed','\x77','\x5f','\xa3','\x3d','\x5d','\x51','\x7f','\xfe','\x11','\xbf','\x7c','\xf8','\x05','\x7f','\xfd','\xf1','\x7b','\xdc','\x5e','\x76','\x68','\xdf','\xf1','\xdf','\xfd','\xfe','\x1b','\xfc','\xee','\xcd','\xd7','\x58','\x54','\xf1','\xfc','\xf2','\x0c','\xb7','\x81','\xfa','\xf8','\x80','\xab','\x34','\xdc','\xd0','\x21','\xed','\xdf','\x39','\x03','\x64','\x00','\xb6','\xbe','\x61','\xb7','\x0e','\xed','\x88','\x0a','\xbe','\x04','\xf5','\xca','\x03','\x19','\x0a','\x47','\x83','\xac','\xa2','\x65','\x16','\x43','\x2e','\x60','\x45','\xaa','\x8a','\xde','\x3b','\xb6','\x7d','\x87','\xf7','\x1e','\x5c','\xdb','\x86','\xda','\x1a','\xda','\xb2','\x00','\xdb','\x1d','\xbd','\xef','\x33','\x29','\x64','\x8b','\x93','\x43','\xd4','\x8e','\x90','\xa7','\x1e','\x03','\xf7','\xdb','\x36','\x1f','\x0c','\x17','\x94','\xbe','\x2e','\x38','\x86','\x75','\xdc','\xfa','\xfd','\x95','\x81','\x4e','\x8a','\x54','\x18','\xb1','\x83','\x43','\x87','\xac','\x84','\x8f','\x9f','\x05','\x66','\x0d','\x1c','\x09','\x59','\xf2','\x9c','\x83','\x97','\x1a','\xc9','\xb3','\x09','\xeb','\x63','\x4a','\xe6','\xca','\xa9','\xb8','\x39','\xde','\x67','\x4a','\xc8','\xba','\x73','\x23','\xb8','\xcb','\x3c','\xd8','\x29','\xc7','\xc8','\x9a','\x40','\x26','\x82','\x99','\x1b','\xb9','\xf9','\x63','\xcc','\xda','\xe7','\x9e','\x8b','\xa0','\xee','\x70','\x69','\xe2','\x69','\x3f','\x41','\xc0','\xbd','\x55','\x2a','\xdb','\xe8','\x85','\x08','\xb4','\xc5','\xe0','\x5a','\x52','\x6b','\x12','\xe5','\x9b','\xc9','\x55','\x7e','\x50','\xf5','\x40','\x66','\x56','\x26','\x34','\xc2','\x2e','\x51','\x1a','\xf0','\x6c','\x43','\xc3','\xa8','\xe6','\x13','\x72','\xbf','\x06','\x16','\xc0','\x7d','\xeb','\xb1','\xf5','\x1a','\x80','\xc9','\x74','\xc6','\xc7','\x54','\x07','\x93','\x1a','\x8b','\x42','\x28','\xe5','\x30','\x8b','\x6b','\x70','\xdf','\xb2','\x3d','\x8d','\x57','\x76','\x34','\xbb','\x32','\xce','\x2e','\x92','\x0b','\xd0','\xda','\x02','\x15','\xc1','\xde','\x3b','\xb6','\x6d','\x9b','\xf7','\xb9','\x2c','\x0b','\xed','\xa8','\x35','\xd8','\x76','\x0b','\xa9','\xd2','\x4f','\xec','\x28','\x12','\xed','\x52','\x38','\x03','\x34','\x6e','\x7b','\x88','\x14','\x00','\xb9','\x6b','\x20','\xf7','\x0a','\x58','\xd8','\xd1','\xbd','\xdf','\xa3','\x23','\x11','\x85','\xb3','\xf9','\x51','\xd8','\xc7','\x80','\xe4','\x6f','\xd9','\x51','\x3a','\xc5','\x30','\x24','\x64','\x44','\xc9','\xef','\x73','\x67','\xc7','\x13','\x83','\xce','\xb1','\x08','\xa5','\xd9','\xcf','\x81','\xfd','\x6c','\x47','\xa2','\x82','\x0a','\x45','\x71','\x4a','\x39','\x73','\x6b','\x34','\x03','\x6f','\x3d','\xdb','\x5f','\x38','\xfb','\xb4','\x23','\x73','\x81','\xc8','\xa0','\x76','\x8c','\x02','\x9e','\xdd','\xb8','\xe0','\x5f','\x7f','\x6a','\x47','\x45','\x2a','\x64','\x18','\x4a','\xa5','\x1c','\xb2','\x9b','\x61','\x1f','\x08','\xe7','\x6d','\xf1','\x44','\x79','\x26','\x0e','\xe4','\x15','\x04','\x0c','\x54','\x21','\xe5','\x12','\x14','\xc4','\x70','\xb0','\x69','\x47','\x88','\x8d','\x39','\x62','\x61','\x6f','\x85','\x33','\x1e','\xce','\xe5','\x6c','\xbe','\xef','\x4c','\x80','\xe3','\x9f','\xd9','\x19','\x01','\x13','\xef','\x11','\x1e','\x3a','\xbb','\xcb','\x16','\x52','\xa4','\x5d','\x04','\x12','\x03','\x98','\x2e','\x21','\x60','\x81','\x02','\x55','\x83','\x0e','\x3e','\xa7','\xce','\xca','\x88','\xea','\x35','\xf1','\x87','\x9b','\xb5','\x05','\x15','\xa1','\x29','\x1f','\xe7','\x22','\x87','\x37','\x39','\xe4','\xbe','\xc4','\xe2','\x60','\x3a','\x33','\xee','\xb9','\x62','\xe0','\xae','\x85','\x2a','\x32','\x2f','\x1f','\x5f','\x50','\x4a','\xc1','\xd2','\x1a','\x9d','\xbc','\x56','\xfa','\xac','\x3e','\xd0','\xb7','\x41','\xac','\xfd','\x61','\x61','\x97','\x20','\x43','\x6b','\x6d','\x58','\x00','\xda','\x45','\xd0','\x6d','\xbb','\x71','\xdb','\x7c','\xd5','\x10','\x21','\x51','\xd2','\x6f','\x6d','\x8c','\xd8','\x4d','\xd3','\xd1','\x5f','\xee','\x18','\xb7','\xfb','\x81','\x6a','\x1a','\xb1','\x7c','\xef','\x83','\xe8','\x3d','\x06','\x36','\x79','\xa1','\xc0','\x84','\xb2','\xe0','\x69','\xcb','\x42','\xf9','\xe9','\x98','\x5b','\xac','\x99','\x98','\x6a','\x28','\x4e','\xc1','\x21','\x63','\xcc','\x40','\xe9','\x0e','\x8c','\x3e','\xa0','\x15','\x68','\x4b','\xa3','\x8d','\x3b','\xe6','\xf3','\x00','\x22','\x31','\x05','\x58','\x28','\x32','\x53','\x43','\xa9','\x15','\xb5','\x51','\x8a','\xdc','\xdc','\xf1','\xf2','\x72','\x83','\x57','\x45','\xbd','\x5c','\x50','\x8b','\x52','\xee','\xb4','\x0f','\x6e','\x75','\xae','\x44','\x02','\x2f','\x0f','\x17','\xd4','\xd6','\xa2','\xdb','\x5d','\x50','\x1b','\x4b','\x3b','\x95','\x0a','\x45','\x7b','\xb5','\xd0','\x35','\xa5','\x96','\x27','\xb1','\x74','\x26','\x2c','\x59','\x80','\xf3','\x4c','\x59','\xf8','\x1a','\x8b','\xb3','\x5e','\xdd','\xb9','\x5c','\xd1','\x80','\x11','\x45','\x79','\xa8','\xa1','\xa2','\x83','\x7b','\x52','\x4c','\x1c','\x5e','\x30','\x41','\xa0','\x52','\x0a','\xb4','\x0b','\xac','\x54','\x78','\xe3','\xce','\x36','\xb8','\xc2','\x95','\x8b','\x0a','\xad','\x77','\xf4','\x41','\x30','\x67','\xd1','\x05','\x2e','\xc0','\xb0','\x4a','\xc4','\x77','\x55','\xf4','\xf7','\x8e','\xcd','\x3a','\x67','\x89','\x6a','\xc1','\x57','\x5f','\xbf','\xc5','\xd3','\x1f','\x14','\xfa','\xf4','\x00','\x5c','\x2a','\x6c','\x15','\x5c','\xf5','\x0d','\xfe','\xf4','\x1f','\xff','\x03','\x5e','\x1a','\xf0','\xe7','\x9f','\x7f','\x40','\x6f','\xc0','\x10','\x40','\xc4','\x71','\x59','\x1b','\xae','\x58','\xf1','\xf2','\xee','\x17','\x7c','\xff','\x4f','\xff','\x88','\x3f','\xff','\xaf','\xff','\x84','\xf7','\x3f','\xfc','\x0c','\x7d','\x69','\xf0','\x91','\x1a','\x97','\x5c','\x30','\xce','\x01','\x6d','\x50','\xc1','\x4a','\x95','\x2a','\x70','\x83','\xca','\x81','\xe9','\x8e','\x1c','\x81','\x26','\xf7','\x71','\xd8','\x8c','\x8c','\xf0','\xdb','\x51','\xe0','\x4b','\x40','\x09','\x89','\x8c','\x0f','\x0a','\xb2','\x43','\x10','\xa2','\x05','\x95','\xa2','\x12','\xe1','\x7f','\x59','\xbb','\x0f','\x2c','\x52','\x50','\x96','\x50','\x9a','\x8c','\x58','\x46','\x76','\x4c','\xcc','\x6f','\x0d','\x63','\xf2','\xde','\x16','\xfa','\x4c','\x3f','\x84','\x53','\x2c','\x68','\x63','\xf4','\x1f','\x31','\xaf','\x91','\x7b','\xc0','\x3c','\xc0','\xc8','\x9c','\xaf','\x8d','\xd7','\x08','\xd0','\x71','\x0a','\x2a','\x95','\x42','\xea','\x62','\x26','\x5d','\xc3','\xd0','\x7d','\x63','\x6e','\x51','\x99','\xb8','\xf6','\xde','\xe7','\x8c','\x42','\x38','\x55','\x46','\x9a','\x48','\x64','\x11','\xf9','\xc1','\x2c','\x02','\x85','\x67','\x95','\x4b','\x41','\x8d','\x7b','\xee','\x34','\xa8','\x44','\x31','\x7b','\x29','\xaa','\x28','\x35','\x63','\x01','\xcf','\x88','\x94','\x83','\xca','\x15','\xe1','\x8e','\x7e','\xd8','\x8d','\xea','\x62','\x9a','\xbc','\x8f','\xa0','\x69','\x33','\x50','\xf0','\xf9','\x99','\xc1','\x23','\xa6','\xb1','\x7c','\x8e','\xf7','\x66','\xe8','\xe1','\xd2','\xda','\x38','\x0f','\x0c','\x2b','\x41','\x31','\x14','\x8f','\x64','\x96','\x5f','\x23','\x3b','\x94','\x5e','\x8d','\x94','\x4e','\x85','\x35','\x41','\x6d','\xe0','\x8e','\xad','\xda','\x20','\x31','\xe3','\xa7','\xa0','\x1c','\x70','\x6d','\x72','\x5c','\x6b','\xf8','\xe4','\x7d','\xdb','\x69','\x1f','\x85','\xcc','\x0c','\xae','\x36','\x18','\x01','\xde','\x1e','\x89','\xf1','\x5c','\x80','\x1b','\x74','\xaf','\x11','\x9f','\x89','\x5d','\x1d','\x87','\xab','\xe6','\xba','\xb6','\xc8','\xc3','\x2c','\x96','\x9e','\x86','\x52','\xec','\x20','\x3d','\xaa','\x54','\x76','\x0c','\x47','\x74','\x75','\xc6','\x2c','\x32','\xf8','\x7e','\x8a','\x50','\xce','\xce','\x7c','\xc8','\x3c','\x40','\x8e','\xf0','\x07','\x01','\xe8','\x22','\x9b','\xe7','\xf1','\x1c','\x86','\x3b','\x44','\x8e','\x39','\xcd','\xa6','\xd1','\xed','\x65','\x02','\x73','\x74','\x04','\xc3','\x9f','\x50','\x26','\xdc','\x20','\x42','\x51','\x01','\x8b','\x6e','\x3e','\x1c','\xd8','\xa3','\x93','\x95','\xbb','\xda','\x66','\xbc','\x3f','\xc2','\x3e','\x47','\x23','\x3d','\x0b','\x0d','\x07','\x64','\x40','\x3a','\xe3','\x41','\xad','\x14','\x91','\xa2','\xc2','\x26','\x9f','\xb9','\xba','\xa3','\x16','\xae','\x0a','\xb0','\xfd','\xd4','\xf9','\xf7','\x43','\x1c','\x29','\xd7','\x6c','\x78','\x71','\xd2','\x16','\x21','\xf0','\xd1','\xb1','\x77','\x3b','\x51','\xe0','\x62','\x45','\x8b','\xed','\x78','\x19','\x83','\x3e','\x2c','\x9e','\x83','\xe8','\x91','\x27','\x17','\xaf','\xa0','\x70','\x41','\x87','\x79','\x27','\x13','\x24','\x77','\x08','\x22','\x01','\xba','\xa4','\x93','\x46','\x4a','\x61','\x42','\xf6','\x88','\x3a','\xd7','\x5c','\xdc','\x37','\xec','\xb7','\x1b','\xb6','\x6d','\x83','\xa9','\xc2','\xc7','\x88','\xb1','\x89','\x10','\x4d','\x28','\xd1','\x2c','\x08','\x9b','\x2a','\x95','\xf3','\xc4','\x36','\x0c','\xb7','\xdb','\x3d','\x72','\x71','\xda','\xca','\xc8','\x65','\xc7','\xa0','\xcd','\xb9','\x81','\xcb','\x54','\xb5','\x00','\xdb','\x86','\xdb','\x87','\x8f','\x18','\x63','\x60','\x7d','\x7c','\x83','\x87','\xeb','\x03','\xfa','\xbe','\x63','\x83','\x73','\x5e','\xb3','\x54','\x7c','\xbb','\x3e','\xe0','\xe1','\xf1','\x11','\x3f','\xbf','\x7b','\x8b','\x9f','\x7e','\xfe','\x09','\xbf','\x7e','\xfc','\x80','\xff','\xe7','\xff','\xfa','\xff','\x46','\xd5','\xff','\x11','\xff','\xf0','\x1f','\xfe','\x13','\xaa','\x16','\xfc','\xf2','\xf2','\x11','\xf7','\xed','\x8e','\xb7','\x0f','\x6f','\xb0','\x3e','\x5c','\x50','\xfc','\x8e','\x72','\xc1','\x17','\x5f','\x5f','\xd8','\x03','\x14','\xce','\x28','\x9d','\x4f','\x96','\xa5','\x89','\x44','\x4b','\xcc','\xa0','\x44','\xa2','\x93','\xf2','\x8f','\xaa','\x85','\x0b','\xf1','\x20','\x58','\x96','\x65','\xb6','\xaf','\x45','\xf5','\xb4','\x4c','\x14','\xd8','\xf7','\x9d','\x73','\x19','\xce','\xf6','\xa1','\x45','\xf2','\x8a','\x74','\x50','\x6e','\x31','\x3b','\x23','\x69','\xe2','\x13','\x81','\x02','\x22','\x49','\x0a','\x23','\x37','\x51','\x22','\xa5','\xfb','\x9d','\x49','\x75','\xce','\x1d','\xc4','\x0f','\x9d','\x51','\xef','\x54','\xdf','\x98','\x46','\x82','\x04','\x1b','\xe2','\xc1','\xb9','\x00','\x52','\x91','\x4b','\x58','\x93','\xdb','\x0c','\x80','\xed','\x65','\xd0','\xc9','\xcf','\x41','\x4c','\x91','\x79','\x5d','\x79','\x2f','\x10','\x5f','\x4f','\xa4','\x2d','\x37','\x1f','\x13','\x2b','\x09','\x15','\xa2','\x3c','\x48','\x39','\x48','\x38','\x9d','\x05','\x1d','\x4d','\x1e','\x02','\xe6','\x69','\xc1','\x43','\x96','\xc3','\x11','\x64','\x27','\x85','\x5d','\xad','\x33','\x1a','\x91','\x01','\x29','\x82','\x83','\xa4','\xc3','\x65','\x6a','\x5c','\xa4','\xd2','\x19','\x01','\x31','\x67','\x12','\x05','\x52','\x26','\xe8','\xb3','\x60','\x61','\x3a','\x41','\xc9','\xd7','\x32','\xdb','\xd8','\xa1','\x7c','\x8a','\xdd','\x39','\xbb','\x52','\xc2','\xe0','\xf7','\x61','\x73','\xd8','\x2d','\x53','\x3e','\x95','\x1a','\x8d','\x17','\xb6','\x9a','\xa7','\xdc','\x65','\x3a','\xb8','\xb8','\x63','\x23','\xa8','\x53','\xec','\x0e','\xc8','\xa4','\x35','\xa6','\x1d','\xad','\xeb','\x7a','\x74','\x44','\x4e','\x76','\x64','\xe6','\x1c','\xc4','\xeb','\xfd','\xdf','\x67','\x47','\x49','\x53','\xf0','\x2c','\x36','\x33','\xe0','\xf6','\xd8','\x63','\x70','\xd8','\x11','\x13','\xe3','\x93','\x8f','\x73','\xe1','\xce','\x13','\x2d','\xc8','\x01','\xe1','\x54','\xba','\x9b','\xcf','\x84','\xc6','\x01','\x89','\xd9','\x27','\x2a','\xd7','\x9d','\x1d','\x92','\x1e','\xbf','\x57','\x19','\x88','\xce','\x76','\x94','\xd5','\xe9','\x61','\x47','\x99','\xcc','\x84','\x83','\x76','\x1c','\x76','\x34','\xf7','\xc2','\x04','\xbd','\xe5','\x33','\x3b','\xa2','\x3d','\xd2','\x8c','\x64','\x2e','\x85','\xf5','\xdf','\xb4','\x23','\xc4','\xb5','\xc6','\x1e','\x92','\x38','\xdb','\x67','\x9b','\xc8','\xae','\x0f','\xc0','\x82','\xc9','\xa7','\x1d','\xb1','\xab','\x61','\x7a','\xd8','\x51','\xde','\x3f','\x06','\x36','\x26','\x66','\x2a','\xc7','\xee','\x24','\xa2','\x8b','\x82','\xcd','\x48','\x29','\x2d','\x71','\xcd','\x59','\x78','\x72','\x12','\x83','\x27','\x26','\x69','\x57','\x9a','\xc5','\xa5','\x9c','\x12','\x8e','\x4c','\x42','\x44','\x63','\x38','\x14','\xc7','\x8c','\x14','\x9d','\x17','\x52','\xbe','\x94','\x57','\x3e','\x3d','\x09','\xd2','\x59','\x97','\x42','\xba','\x60','\xab','\x05','\xb5','\x2c','\x30','\x50','\x32','\x5e','\x52','\xc2','\x1c','\x09','\xf2','\xc4','\x63','\x1a','\xc0','\xd6','\x77','\xe8','\xbe','\x63','\x0c','\x0e','\x78','\x8b','\x96','\x83','\xc6','\x10','\xb4','\x19','\xa9','\x80','\x78','\x74','\xfe','\x24','\xe9','\xa8','\x72','\x5c','\x1b','\xc0','\xed','\xe3','\xe1','\x84','\x78','\xd9','\x31','\x14','\x2e','\x88','\xa1','\xe8','\x05','\x0f','\x8f','\x2b','\xea','\x95','\x8f','\xf9','\x28','\x10','\x79','\xd6','\x46','\xd0','\x7b','\x87','\xdb','\x3c','\x63','\x45','\x83','\x5e','\x9b','\xc8','\xa5','\x1b','\xf6','\xdd','\xe0','\x52','\xa6','\xb4','\xaf','\x80','\x6a','\x8f','\x5c','\xbc','\x4c','\xff','\xc0','\x9d','\x16','\x46','\x14','\x53','\x63','\xd1','\xf2','\x2c','\x3d','\x0e','\xaa','\x88','\x39','\x50','\x6a','\xa2','\xfd','\x91','\x90','\x95','\x3a','\x17','\xa3','\x4e','\xc4','\x37','\xe9','\x9a','\xf1','\xf9','\x8a','\x30','\x46','\xa6','\x10','\x8a','\xdb','\x08','\xba','\x16','\x0b','\xdc','\xaa','\xfc','\x73','\x1e','\x4e','\x47','\x0e','\xc5','\x3b','\x26','\xde','\x3b','\xed','\x37','\xff','\x44','\x32','\x64','\x92','\xe7','\xe8','\xf4','\x88','\x4f','\xc5','\x80','\x3b','\x20','\x5a','\x28','\x36','\xe1','\x8e','\x1e','\xb3','\x4f','\xd6','\x3d','\x0a','\x2d','\x7e','\x7f','\x6b','\x15','\x1c','\xc6','\x02','\xb0','\xb3','\xf3','\xec','\xe2','\x90','\xa5','\xa0','\x62','\x81','\x6f','\x1a','\xfb','\x9a','\x1a','\x2e','\x5a','\xe0','\x7d','\xc7','\xed','\xe3','\x33','\x76','\x00','\xae','\x8e','\xfa','\xb0','\xe2','\xab','\xa7','\x27','\xfc','\xf1','\xef','\xaf','\x78','\xfc','\x83','\xa2','\xab','\x60','\xac','\x8a','\xad','\x2a','\x1e','\x97','\x27','\xfc','\xe9','\xd2','\x70','\xfd','\xee','\x2b','\xfc','\xc3','\xed','\x86','\xed','\x7e','\xc7','\xda','\x1a','\x1e','\x2f','\x0f','\xc0','\x70','\x7c','\xff','\xfd','\x5f','\xf0','\xee','\x1f','\xff','\x82','\xf7','\xdf','\xff','\x8c','\xed','\xd6','\x61','\x03','\x58','\xa4','\xe0','\xd2','\x16','\xb8','\x13','\xdc','\xc2','\x5c','\xbb','\x40','\x5b','\x17','\x2d','\xdc','\x79','\x85','\x43','\xfc','\xc2','\xdc','\x80','\xce','\x24','\x5f','\x7a','\x74','\x3c','\xc4','\x43','\xb4','\x44','\x90','\x04','\xe3','\x4c','\x1a','\x6d','\xfa','\x25','\xc1','\xe5','\x72','\xa5','\x5f','\x2b','\x65','\xee','\x79','\x9a','\x9d','\x1b','\x1f','\xc1','\x2f','\xc0','\xf4','\x57','\x99','\x13','\xe4','\xed','\x26','\x83','\xc0','\x50','\x72','\xfe','\x05','\x98','\xe0','\xdd','\x08','\x1a','\xb9','\x8d','\x4e','\x20','\xdf','\xfd','\xd5','\x52','\x52','\xda','\xd9','\x6b','\x61','\x98','\xe9','\xb3','\xd3','\x67','\xa5','\x9f','\x0c','\x70','\x4b','\x55','\x48','\xd7','\x8f','\x22','\x81','\xf3','\x1c','\x32','\x73','\x90','\x57','\x9d','\xa0','\x5a','\x83','\x76','\x1f','\x7e','\xfb','\xf4','\x77','\xbb','\x51','\x28','\x84','\x62','\x26','\x99','\x19','\xc4','\x35','\x8d','\xa0','\x8f','\x3b','\x8b','\x6e','\x2d','\x2d','\x92','\xc4','\x40','\x7c','\x45','\x28','\xc2','\x11','\x89','\xb5','\x78','\xfa','\x54','\x3f','\x10','\x72','\x24','\x3c','\x75','\x98','\x67','\xce','\x32','\x21','\x9e','\xc3','\xf1','\x5b','\x11','\x76','\x8d','\xf0','\x83','\x71','\x6e','\xf3','\x2f','\xa3','\xd8','\xcc','\x18','\xa1','\x1e','\x3b','\x06','\x25','\x57','\x81','\xe4','\x1d','\x00','\x20','\x0a','\x2d','\x14','\x90','\xe1','\x1e','\x36','\x02','\xda','\xa5','\x94','\x38','\x6b','\x07','\x85','\x91','\x3e','\x7b','\xc4','\xd9','\xe3','\x2f','\xd4','\x5a','\x28','\x1c','\x13','\x31','\x1e','\xa3','\x13','\x04','\x99','\xdd','\xc7','\x28','\x46','\x06','\x3f','\xa8','\x69','\xf8','\x66','\xb0','\xb8','\x65','\xec','\x89','\x39','\x4e','\x63','\x11','\x32','\x72','\x6f','\xdc','\x7e','\x50','\x08','\xb3','\x33','\x3d','\x73','\x12','\xf0','\xec','\x09','\x0e','\xc1','\x8a','\xc3','\xca','\x0e','\x36','\x4b','\xda','\xd7','\x18','\x7d','\x3e','\xb6','\x39','\x0b','\x33','\xed','\x33','\xe9','\x87','\xf2','\xea','\xbe','\xcf','\x6b','\x8f','\xd0','\x26','\xf0','\x00','\x08','\x4e','\xb6','\x76','\x42','\x14','\x26','\x50','\x0d','\xc4','\xbc','\x57','\x80','\x7d','\x4e','\x1f','\x91','\x74','\x4b','\x07','\x71','\xde','\x12','\xbe','\x0b','\xe9','\xae','\x82','\x4d','\x02','\xf7','\xe8','\x54','\x46','\x8e','\x92','\xef','\x01','\x9f','\x9f','\x69','\x72','\x29','\xa6','\x9f','\x23','\x38','\x10','\x9c','\xb8','\xc8','\x25','\x8e','\x73','\x63','\xa3','\x47','\x97','\x9d','\xec','\x22','\xce','\xe8','\x95','\xd3','\xf7','\x9d','\xa0','\xa4','\xa0','\xd5','\x21','\x72','\xc6','\x99','\x3f','\xc4','\x6b','\x52','\xef','\x07','\x7d','\x89','\x0d','\xd2','\xf8','\x54','\x79','\xa6','\xe0','\xec','\x14','\x8b','\x71','\x97','\xd5','\x30','\xe3','\x4e','\x25','\x4d','\xc2','\xec','\x49','\x8c','\x69','\x00','\xdd','\x06','\xd3','\x94','\x5a','\x26','\xad','\x56','\x4b','\x74','\x96','\x86','\x61','\xf8','\x0d','\xea','\x8d','\x3b','\xa0','\x6a','\x83','\xeb','\x31','\x22','\x22','\x4e','\xea','\x5b','\x75','\x47','\x57','\x81','\xd4','\x06','\x2d','\x15','\x6b','\x79','\x80','\x68','\x65','\xa7','\xbe','\x35','\xfc','\xf8','\xee','\x67','\xfc','\xe7','\x7f','\xfc','\x67','\x54','\x14','\xfc','\xc3','\x9f','\xfe','\x23','\xbe','\xf9','\xee','\x5b','\x54','\x01','\x3e','\xde','\x5e','\xf0','\xeb','\xed','\x05','\xdb','\x62','\x30','\x34','\x7c','\xe9','\xf5','\xf9','\x0c','\x50','\xb4','\x8c','\x53','\x7a','\xda','\x42','\x51','\x86','\x1f','\x50','\x83','\xd3','\x9e','\x74','\x12','\x3d','\x25','\xa8','\x32','\x15','\x3d','\x80','\x08','\xe4','\x0b','\x17','\xdc','\x59','\xe8','\x88','\xef','\xfd','\x8e','\x7d','\xdb','\x71','\x0b','\xa5','\x98','\xa6','\x3a','\x9d','\x40','\x3c','\x0b','\xa4','\x92','\x5a','\x56','\x61','\xe5','\xd4','\xd6','\x76','\x3f','\x24','\x3f','\x8f','\x39','\x94','\x3e','\xe9','\x4d','\x69','\x38','\x89','\x20','\xa6','\x7e','\x79','\x0e','\x2e','\xbe','\x52','\x86','\x39','\x39','\x51','\x41','\x21','\x42','\x0f','\x8d','\x16','\x34','\x0f','\xf8','\x18','\x21','\xaf','\x98','\x09','\x7a','\x72','\x8d','\x81','\x99','\x4c','\xcf','\xff','\xf1','\x70','\x7e','\x7e','\xd0','\xc3','\x06','\x0c','\x5e','\x22','\xab','\x01','\x38','\x23','\x56','\xf8','\x07','\x38','\x06','\xfa','\x58','\x58','\x82','\x8b','\x2a','\x13','\x05','\x12','\x87','\xbb','\xa2','\xe7','\x4e','\x80','\xd4','\xbc','\x9c','\x1e','\x14','\xb3','\x70','\xba','\xed','\x7d','\x26','\x53','\x50','\xa5','\x22','\x50','\x14','\x3e','\x0c','\xfe','\x4c','\x34','\x0c','\x8a','\xbe','\xef','\x33','\x69','\x02','\x62','\xc9','\xa8','\xb4','\x57','\x05','\x4b','\x7e','\x56','\xad','\x44','\x0b','\x3c','\x92','\x71','\x33','\xc1','\xe8','\xa0','\x5a','\x5d','\x38','\x09','\x8b','\x81','\x43','\x03','\x87','\xa5','\x0b','\x58','\x24','\x93','\x86','\x11','\x68','\x4b','\x6a','\xf4','\x5b','\x1e','\xf0','\xc2','\xac','\x66','\x20','\x18','\xae','\x12','\x34','\x9f','\x74','\xc8','\x81','\x52','\x9a','\x01','\xa5','\xa0','\xad','\x0b','\x5a','\x24','\xd5','\x63','\x0c','\xec','\xfb','\x86','\x7d','\xe7','\x06','\xf5','\x7f','\x8f','\x1d','\x09','\x3e','\xb1','\x23','\x4b','\x9a','\x55','\xf0','\xe4','\xdd','\x3e','\xb1','\x23','\x3f','\xd9','\xd1','\x31','\xbb','\xc1','\xdd','\x3a','\xed','\x8b','\x76','\x24','\x1a','\xcb','\x5f','\x5d','\xe1','\x48','\x59','\x4f','\x1c','\xb4','\x91','\x70','\x64','\x79','\x6f','\xe5','\x6c','\x47','\x12','\x96','\x1b','\xfb','\x54','\x3c','\x10','\x7a','\x03','\x60','\x62','\x18','\x32','\x60','\x25','\x8a','\x74','\x10','\x09','\x9b','\xb6','\x24','\x32','\x11','\x53','\x01','\x48','\x45','\xd0','\xa3','\x38','\x57','\x61','\xb2','\xd4','\x87','\xcf','\x64','\xfc','\xf0','\xa2','\x59','\x18','\xb1','\x53','\xd7','\xd3','\x8e','\x00','\xbe','\x87','\x15','\x26','\x4f','\xd0','\xd7','\x76','\x14','\x88','\x12','\x17','\xb8','\x1a','\xd0','\xa3','\x88','\xd2','\x1a','\xf4','\xc9','\xa4','\x0a','\x04','\x8f','\x38','\x50','\xa2','\xa4','\x8b','\x98','\x90','\xa6','\xb1','\xbb','\x21','\x65','\x3f','\x39','\x24','\xc9','\xe4','\x74','\x44','\xc2','\x9d','\x97','\x12','\xbf','\x05','\x3d','\xec','\xc9','\x15','\x73','\x2e','\xae','\x49','\xde','\x77','\x3b','\xba','\x77','\x0e','\xa8','\xdb','\x2c','\xe0','\xf8','\xad','\x0d','\x59','\x9c','\x67','\x61','\xaa','\xb5','\xa0','\x95','\x8a','\xd6','\x2a','\x8a','\x56','\x6c','\xfd','\xc4','\x13','\x8e','\xf3','\x6c','\x71','\xa6','\x7d','\xb0','\x48','\xab','\xd2','\x00','\x0f','\x4e','\xfd','\xce','\xa2','\xbb','\x81','\xea','\x6d','\x4b','\x25','\x9d','\xac','\xdf','\x77','\xf8','\xde','\x49','\xe5','\x70','\x99','\x74','\x0e','\x56','\x7b','\x4c','\x5a','\x96','\x75','\x41','\xa9','\x15','\xbd','\x77','\xec','\xfb','\x7d','\x2a','\xb1','\x31','\x41','\xa9','\xa8','\xa5','\xa2','\xf7','\x41','\x4a','\x46','\x24','\x2b','\xc8','\x60','\x16','\xbe','\x47','\x9c','\x1c','\xea','\x65','\x59','\x23','\x11','\x18','\x13','\x45','\x3d','\x6f','\x96','\xe7','\x74','\x2e','\x8b','\x1b','\x89','\xb9','\x86','\x4c','\xfa','\x87','\xf5','\xa9','\x3c','\xb5','\x6d','\x1b','\x7d','\x5c','\x76','\xf9','\x25','\x1d','\x4d','\x50','\x37','\x0d','\xd0','\x50','\xb4','\xf3','\x2c','\x4e','\x94','\x54','\xd4','\x5a','\x38','\xab','\x69','\xb2','\x91','\x76','\xd7','\x2a','\x8b','\x1c','\x1b','\xd0','\x3e','\x20','\xfb','\x00','\xb6','\x1d','\x2e','\xdc','\xf7','\x23','\x1b','\xe5','\xbd','\x8b','\x44','\x01','\xe4','\xf4','\x01','\x86','\xdc','\xe9','\x65','\x81','\xcc','\x47','\xd2','\xa1','\xb4','\xed','\x29','\xe3','\x2e','\xfc','\x5a','\xfa','\x4c','\x07','\x0e','\xc5','\xac','\xd3','\x63','\x57','\x64','\x72','\x2e','\xb3','\x78','\x52','\x53','\x0c','\xed','\x4c','\xce','\x10','\xe8','\xad','\x80','\x68','\x61','\x1f','\xb8','\xdf','\xf7','\x88','\x7d','\x4c','\xb5','\xb4','\x28','\xb0','\xae','\x90','\xd2','\x60','\x37','\x8a','\x79','\xb4','\x55','\x60','\xfb','\x1d','\xb7','\xfb','\x9d','\xc2','\x0e','\xb5','\xe2','\xcd','\x57','\x5f','\xe1','\x8f','\x7f','\xff','\x77','\xf8','\xf6','\xef','\x57','\xc8','\x75','\xc7','\xdd','\x36','\xf4','\x7e','\xc7','\xf6','\x4c','\x61','\x04','\x91','\x81','\x6f','\xda','\x15','\x7f','\x78','\xfb','\x15','\xee','\xb7','\x0d','\xc5','\x0c','\xdf','\xca','\x57','\x78','\xf9','\xf1','\x23','\xbe','\xff','\x7f','\xfd','\x2b','\x7e','\xfc','\xdf','\xfe','\x8c','\x76','\x73','\x3c','\xd8','\x0a','\x1d','\x1d','\x57','\x5f','\xf1','\xa6','\x5e','\xb0','\x8f','\x8e','\x9b','\x39','\xba','\x09','\x30','\x3a','\x24','\x76','\x54','\x49','\xf8','\xa4','\x52','\x2a','\x64','\x38','\x69','\x88','\x36','\xa8','\x10','\x38','\x98','\x42','\x43','\x46','\x14','\xf4','\xf5','\x40','\xe6','\xa7','\x8d','\x67','\x11','\xe0','\x8c','\xd7','\xb5','\x51','\xce','\xf8','\x54','\x74','\x20','\x7c','\x27','\x3b','\x20','\x15','\xbe','\xed','\xa4','\xbc','\x4f','\xf0','\xc7','\x83','\xae','\x18','\x34','\xaa','\x49','\x7b','\xf4','\x49','\xd3','\x71','\x77','\xd2','\xea','\x83','\x11','\x32','\xfa','\x80','\x02','\x3c','\x2f','\x7e','\x02','\x83','\x8e','\xa3','\x37','\xe3','\x6b','\xae','\x9e','\x48','\x1b','\x94','\x78','\x3f','\x0d','\xca','\x24','\x02','\x1c','\x33','\xa3','\x7a','\x95','\x88','\x52','\x19','\x73','\x61','\xc2','\x73','\xbf','\xdf','\x27','\x85','\x49','\x6a','\x89','\x21','\x7c','\x02','\x26','\x90','\xb8','\xa6','\x6d','\x03','\x6c','\xa0','\xa1','\x05','\x88','\x95','\x94','\xe6','\x00','\x00','\xcc','\x00','\x67','\x21','\xd9','\x4c','\x28','\x36','\x12','\x39','\x02','\x3c','\x95','\xb0','\x72','\x3e','\xd5','\x67','\x39','\x9a','\x05','\x7b','\x52','\x84','\x32','\xa7','\xc9','\x3f','\x79','\x3c','\xe1','\x8c','\xd7','\x08','\xbd','\xf7','\x79','\xe7','\x05','\x47','\x31','\x98','\xec','\x7c','\x3f','\x40','\xad','\xec','\x9e','\x27','\xb0','\xab','\x9e','\x69','\xae','\xcd','\x5c','\x86','\x80','\x5d','\x99','\x4c','\x83','\x99','\xaf','\x95','\xc2','\x3d','\x4c','\x12','\x31','\x10','\xec','\xba','\x9b','\x0f','\xde','\xa7','\x38','\xff','\x19','\xc3','\x6c','\x67','\x57','\xad','\xc6','\x8c','\x1e','\x7c','\x8f','\xae','\x4a','\xe4','\x1a','\x06','\x68','\x34','\x34','\x3a','\x38','\xe3','\x54','\x9c','\xe7','\x55','\x4c','\x99','\xbb','\xfb','\x01','\xa6','\xb8','\xb3','\xb3','\x9a','\x8c','\x15','\x98','\xcf','\x02','\x28','\xcf','\xa9','\xe4','\xe7','\x8f','\x7c','\x08','\xe3','\x00','\xe5','\x10','\x19','\xa8','\x1b','\x93','\x74','\x20','\x6e','\x1f','\xe6','\xf1','\x9f','\x31','\xda','\xc3','\x86','\x4b','\x21','\xe8','\x54','\xe2','\x79','\x30','\xae','\x90','\x39','\x44','\x3a','\xa6','\xd0','\x37','\xcd','\x22','\x88','\x3e','\x76','\x16','\x94','\xa7','\xf7','\x4c','\x1e','\xcb','\xb9','\x58','\xcf','\xd1','\x0b','\xe6','\x54','\x95','\xcf','\xcb','\xa2','\xe3','\xe1','\x09','\xea','\x61','\x02','\xd5','\xe7','\x17','\x77','\x47','\x7a','\xe4','\x60','\xd1','\xa5','\x54','\xe6','\x66','\x09','\x7c','\xb9','\x3b','\xb2','\x09','\x0f','\xc7','\x64','\x4b','\xf1','\x7f','\x6c','\xee','\x7e','\xe2','\x2a','\x15','\xe7','\x78','\x83','\xa5','\x6d','\x31','\x66','\x72','\x96','\x8d','\x9d','\x3f','\xde','\x28','\x39','\x01','\xdc','\xfc','\x59','\xd2','\xf7','\x46','\x80','\xe1','\x14','\x97','\x58','\x2a','\x9b','\x1a','\xc3','\x18','\xfb','\x9c','\xbc','\x75','\xe6','\x47','\x0e','\x02','\xd1','\x88','\xb1','\x3e','\x30','\xf6','\x0c','\x26','\x3c','\xbc','\xf7','\x70','\x68','\xa3','\xb8','\x8d','\xa2','\xc2','\xd1','\xb1','\x15','\xce','\xed','\xd4','\xc1','\xd9','\xe0','\x65','\x5d','\xd1','\x2e','\x0f','\x28','\x8d','\x54','\x77','\x74','\xc7','\x52','\x29','\x4c','\x54','\x55','\x20','\xa5','\x42','\xda','\x8a','\x51','\x14','\x6f','\x9e','\x28','\x6c','\xf1','\x78','\x7d','\x40','\xf1','\x86','\x7f','\xfd','\xf5','\xcf','\xf8','\xf3','\xff','\xf2','\x3f','\xe3','\xe7','\x5f','\xdf','\xe3','\xff','\xf1','\x7f','\xfb','\xbf','\xe3','\x8f','\x7f','\xf8','\x1d','\x9e','\x7f','\xf9','\x2b','\x9e','\x3f','\xde','\xb0','\x97','\x86','\xbb','\xfe','\x7b','\x65','\xb0','\xe3','\x20','\x79','\x24','\xac','\x2e','\x16','\xfc','\x7f','\x06','\xe7','\x2a','\x35','\x3e','\x9c','\xcd','\x13','\xec','\xe6','\xe8','\xe0','\x90','\xa9','\x02','\xb0','\x18','\x72','\x2e','\xb1','\x21','\x5d','\x93','\x0e','\xe4','\xd1','\xf2','\x3c','\xff','\xec','\x34','\xd6','\x83','\x1a','\x65','\xd1','\x26','\x7f','\x85','\xb0','\x1f','\xa6','\x82','\xac','\xdc','\x73','\x88','\x99','\x0b','\x10','\x83','\xab','\x3f','\x49','\xb9','\xb3','\x78','\x9e','\x81','\x02','\x69','\xb0','\xf1','\xf9','\x22','\x82','\xe3','\xd8','\x16','\x8d','\x23','\x39','\x3e','\x25','\x71','\x87','\x82','\x0c','\x8e','\x0e','\x0d','\x8e','\x63','\x98','\xea','\x1c','\xe9','\xd5','\x2c','\x92','\xd7','\xb9','\xab','\x08','\xb3','\x4b','\x38','\x11','\x3c','\x99','\x48','\x4e','\x94','\x09','\xd1','\xde','\x1d','\x82','\x99','\x1c','\xfb','\x00','\x46','\x77','\x40','\x83','\x86','\x22','\x08','\xfe','\x34','\x90','\x5c','\xd4','\xe1','\x86','\x6e','\x44','\x44','\x6a','\xd0','\x1b','\x10','\x74','\x1a','\x44','\xd1','\xd8','\xe1','\x80','\xa7','\xa2','\x53','\x20','\xb5','\x71','\x8f','\x78','\x60','\x5f','\x17','\x2c','\x25','\x96','\x69','\x66','\xb2','\x61','\x10','\x58','\x2c','\xd3','\xdc','\x47','\xc7','\x00','\x6d','\x41','\x46','\x48','\x0d','\x6a','\xe1','\x60','\xa4','\x63','\x22','\x85','\x11','\xd9','\x22','\x50','\xb0','\x3b','\xa7','\x51','\xdc','\x99','\x93','\xa7','\xbf','\xe8','\x32','\x1d','\x50','\xa2','\x28','\x7d','\x74','\x52','\x08','\x00','\x8c','\x39','\x30','\x9f','\x94','\x44','\xb0','\xa3','\x18','\x01','\x6f','\x1e','\xe2','\xff','\x6a','\x3b','\xca','\x7b','\xc4','\xe2','\x43','\xd3','\x8e','\x10','\x76','\x14','\x9e','\xc6','\x85','\x54','\x91','\x12','\xe7','\xe3','\x1c','\xfc','\x68','\x82','\xec','\x84','\xe6','\x60','\xf9','\x88','\x64','\xd9','\x32','\x81','\x1c','\xb4','\x23','\x55','\x9d','\x57','\x31','\xdf','\x07','\x88','\x64','\x9f','\x41','\x84','\xd7','\x7c','\xbc','\xf7','\x80','\x4f','\x3b','\x9a','\x1f','\x22','\x02','\x43','\x0e','\xbf','\x9f','\xb7','\x36','\x0b','\xd8','\xe9','\x89','\x51','\x51','\xb6','\xe8','\xcd','\x63','\x3f','\xcd','\xe7','\x76','\x44','\x8f','\xc4','\xae','\x61','\x8f','\x04','\x43','\xd3','\xe6','\x35','\x8b','\x49','\x67','\x02','\x10','\xbf','\x03','\x40','\x04','\xcb','\x59','\xe2','\x52','\xd1','\xc8','\x46','\xcc','\x94','\x45','\xd1','\x19','\x11','\x94','\xcb','\x2d','\x99','\x74','\x1b','\x06','\xf6','\x31','\xb0','\x0f','\xe3','\x67','\x9b','\xbf','\x03','\xf3','\xda','\xc8','\x7c','\x97','\x49','\x23','\x43','\x16','\x5a','\x71','\x4f','\x34','\x7b','\x2e','\x85','\xed','\x7e','\x00','\xf0','\x2e','\x87','\x00','\xca','\xbc','\xab','\x99','\x04','\xf3','\x7b','\x9a','\x28','\x13','\x78','\x08','\x44','\x38','\x77','\xa6','\x45','\x22','\xc9','\xd2','\xa3','\xf8','\xc3','\x89','\x86','\x13','\x81','\xdb','\x02','\x91','\xba','\xac','\xa4','\x21','\x51','\xae','\x95','\xd4','\x20','\x55','\x76','\x58','\x6a','\x5b','\xa0','\x55','\xd0','\xf7','\x17','\xdc','\xcd','\x26','\x20','\x44','\x61','\x0a','\x81','\x8e','\xc8','\x5c','\x0a','\x3f','\xb4','\xe6','\x55','\xda','\x80','\xed','\x3b','\x9f','\x71','\x0c','\x8c','\x43','\x28','\x6f','\xba','\xdf','\x5e','\x0e','\x0a','\x21','\x30','\x1b','\x86','\x69','\xbb','\xa5','\x0b','\xbc','\xc5','\x20','\x75','\x20','\xb5','\x12','\x81','\x2b','\x55','\xf9','\x32','\x89','\x01','\x48','\x09','\xc9','\x4e','\xf6','\xf9','\x40','\xb8','\x1b','\x46','\x07','\x91','\xbd','\x5a','\x42','\x04','\x22','\x0b','\x25','\x9f','\xe0','\x45','\xd1','\x12','\x09','\x62','\xd0','\x89','\xc2','\x28','\xdd','\x81','\x7d','\xdb','\xd1','\xfb','\x86','\xba','\x36','\x96','\x31','\xce','\x10','\x5d','\x42','\x34','\xa0','\xf4','\x01','\x2b','\x1d','\xe8','\x82','\xfd','\x45','\xd0','\x0d','\x58','\xcc','\x50','\xae','\xc2','\xe5','\xcf','\x60','\x50','\xef','\x46','\x3b','\x71','\xc1','\x4c','\xea','\x26','\x35','\x28','\x6c','\x3a','\x30','\x2e','\x98','\x62','\x2a','\x4c','\xe6','\x71','\xcb','\x44','\x28','\x1e','\x1f','\x80','\x80','\x33','\x14','\x31','\xb3','\xc6','\x41','\xee','\x11','\x03','\xe1','\x26','\x46','\x9f','\x43','\xe3','\xe7','\xec','\x81','\xc6','\x7f','\xd7','\x02','\x74','\xce','\x89','\x89','\x00','\x63','\xa3','\x2f','\xd0','\x5a','\x50','\x74','\xc1','\x72','\x59','\x50','\xaf','\x2b','\xb0','\x14','\x3c','\x7d','\xf3','\x0d','\xbe','\xf9','\xc3','\xef','\xf1','\xf8','\x15','\xd0','\xeb','\x0d','\x62','\x15','\xe3','\x06','\xbc','\xef','\x37','\xbc','\x6c','\x77','\xf4','\xde','\x51','\x97','\x02','\x71','\x43','\xd3','\x8a','\x6b','\x59','\x61','\x2f','\x1b','\xde','\xfd','\xf0','\x23','\x7e','\xfa','\xf3','\x0f','\xf8','\xf0','\xe3','\xaf','\x78','\xc4','\x82','\xa5','\xad','\x58','\x4a','\x45','\x1b','\x95','\xb1','\x0b','\x40','\x13','\xce','\x43','\xa5','\xe2','\xe9','\x44','\x84','\x25','\x7b','\x04','\x2c','\x80','\x7c','\xe7','\x20','\xb7','\x91','\xa3','\xc4','\xa7','\xa3','\x3a','\x3b','\xf8','\x87','\x23','\x39','\x17','\x1e','\x3c','\xcc','\xfb','\xb6','\x45','\xa7','\x8d','\xf1','\x6e','\x4a','\xdb','\x82','\x71','\xaf','\x89','\x62','\xdb','\x28','\xb3','\x2f','\xb9','\x5c','\x36','\xd4','\x2e','\xdd','\x29','\xcd','\x2e','\x0e','\xd4','\xa5','\x72','\x58','\x5b','\x95','\x31','\x22','\xae','\x33','\x42','\x52','\xf8','\x7b','\x60','\x58','\xfa','\xb9','\xd3','\x1f','\x1c','\x31','\x3a','\x59','\x1b','\xf0','\x63','\x02','\xd3','\xa2','\x08','\xa0','\xf8','\x0d','\xaf','\x95','\xb3','\x36','\xc6','\xbd','\x6f','\x85','\x92','\xca','\x5c','\x5b','\x01','\x98','\xb5','\x28','\x8c','\xa2','\x6b','\x9f','\xf1','\x3b','\x0e','\x93','\x21','\x7f','\x37','\xe0','\x25','\x41','\x2f','\x3b','\x12','\xdc','\xb8','\x67','\x29','\xaf','\x0f','\x35','\xfa','\xd1','\xe9','\x65','\x8e','\x24','\x38','\xdf','\x57','\x84','\xc0','\x47','\xb2','\x2f','\x44','\x0e','\xf0','\x27','\x0d','\x93','\x00','\x86','\x9f','\x7e','\xec','\xd4','\xb9','\x08','\xdf','\x2d','\x1e','\x85','\x18','\x48','\x97','\xf4','\xf9','\xfe','\xa9','\xb8','\x17','\x73','\x78','\x20','\x3b','\x21','\xbb','\xde','\x16','\x1d','\xe3','\xf4','\xed','\x0a','\xc9','\x15','\x36','\x31','\x62','\xa4','\x48','\xde','\xca','\xf9','\xba','\x11','\xd4','\xb6','\xf8','\xc1','\x93','\xef','\x8f','\xd9','\x6a','\x33','\x0c','\x2f','\x51','\xc0','\x84','\xac','\xb1','\xe5','\x1c','\x94','\x45','\xee','\xc5','\x97','\x56','\x3e','\x27','\x32','\x20','\x78','\x10','\xed','\xac','\xbc','\x19','\xe0','\x23','\xa9','\x6b','\x3c','\xb3','\x04','\x4f','\x4f','\x45','\xaf','\xcb','\x14','\xb1','\x3a','\x65','\xfa','\xa7','\x97','\x87','\x9f','\x8b','\xc4','\x3a','\xae','\xf5','\xd8','\x4f','\x33','\x33','\x41','\xcc','\x78','\x20','\x31','\xdf','\x22','\x31','\x9f','\x1c','\x03','\xfb','\xbd','\x8f','\x03','\x5c','\xa1','\xc1','\x1f','\x45','\x14','\x32','\x97','\x3c','\xc6','\x18','\x10','\xc5','\x31','\x66','\x51','\x9b','\x76','\x64','\x40','\xa5','\x22','\x99','\x03','\x73','\xde','\x8a','\x8b','\x55','\x8f','\x20','\x9e','\x6c','\x89','\x34','\x88','\xdc','\x4f','\x94','\xa2','\x39','\x92','\xf4','\x73','\xc1','\x2c','\x10','\xf3','\x89','\x59','\xf8','\x3b','\xe4','\xbf','\x24','\x3e','\x63','\xe4','\x9e','\xc5','\xb3','\x60','\x1a','\xb3','\x80','\xcc','\xc2','\x31','\x01','\x60','\xf4','\x28','\x82','\xb2','\xb1','\x91','\xc0','\xbb','\x13','\x48','\x1b','\x23','\xc5','\xa2','\x72','\x3e','\x94','\x14','\x79','\x75','\x8a','\x17','\x25','\xdb','\x82','\xf1','\x18','\x31','\xf6','\x1f','\x81','\x3c','\x94','\x3c','\x13','\x84','\x9c','\x40','\xc0','\xbc','\x06','\x10','\xdc','\x6a','\x95','\x2a','\xa9','\xa8','\xa8','\xcb','\x82','\x75','\xbd','\xa2','\xad','\x17','\x94','\xe8','\x10','\xa5','\x9a','\x72','\x16','\x8b','\x69','\x9b','\x45','\x05','\x97','\xb6','\x62','\x79','\x2c','\x58','\xae','\x17','\x3c','\xbf','\xbc','\xe0','\xfa','\xfc','\x2b','\x7e','\xd9','\x3f','\xe0','\xff','\xfb','\xd7','\x7f','\x42','\xf9','\x9f','\x2f','\xf8','\x9f','\xfe','\x87','\xff','\x1e','\x4f','\xdf','\x3c','\xe1','\xab','\x6f','\xbe','\x83','\x97','\x1d','\x37','\xed','\xf8','\xd2','\xeb','\x0b','\x2a','\x70','\x81','\x14','\x06','\xd7','\x78','\xf2','\x32','\x22','\xaf','\x26','\x32','\x8f','\x40','\xeb','\xa8','\x8a','\x12','\x99','\x0d','\x44','\x80','\xee','\x80','\x0e','\x83','\x08','\xb7','\x63','\x67','\x02','\x90','\x8e','\xa7','\xd6','\xca','\xa5','\x9a','\xf1','\xe1','\x88','\xfa','\x1f','\x89','\xd5','\x2b','\xf3','\x3e','\x3b','\x96','\x30','\x48','\x71','\xcc','\xc1','\x4c','\x2e','\xc9','\x73','\x54','\xe5','\x00','\x32','\x77','\x5a','\x04','\x12','\x96','\xce','\x3d','\xe9','\x4f','\xc8','\x44','\xc6','\x5e','\x23','\xe6','\x48','\xa4','\x46','\x0f','\x03','\xe1','\x0f','\x22','\x8b','\xa0','\xbc','\x2f','\xc9','\x9b','\xcc','\x57','\x3a','\x2b','\xc7','\x61','\x90','\x0e','\x56','\xbe','\x1d','\x16','\xc2','\x0d','\xf1','\x9d','\x33','\x68','\xb3','\x78','\xac','\x9a','\xb4','\x23','\x3f','\x0e','\x09','\x82','\xc3','\x8a','\x11','\x5b','\xa2','\x59','\xdc','\x64','\x67','\x80','\xce','\x2c','\x67','\x65','\x10','\x05','\xd0','\xc0','\x16','\x3c','\xd5','\x89','\x8c','\x67','\xa1','\x35','\x88','\x70','\x8e','\x41','\xda','\x0c','\xc2','\xf9','\x41','\x0b','\x67','\x88','\x40','\x07','\xf0','\xa5','\x82','\xc5','\x3d','\x55','\xc2','\xe8','\xe4','\xc6','\xb6','\x63','\x1f','\x3b','\x25','\x64','\xc3','\x39','\x8a','\x75','\x2c','\xa5','\x42','\x97','\x05','\x5a','\xa8','\x11','\x6f','\x7b','\x0f','\x14','\xde','\x62','\x31','\x97','\x87','\x92','\x94','\x62','\x55','\x8d','\x36','\xf0','\xff','\x8f','\xb2','\xbf','\xeb','\x96','\x24','\x49','\x92','\x03','\x31','\x51','\x35','\x73','\x8f','\xb8','\x37','\xb3','\xaa','\xbb','\xe7','\x03','\x98','\x01','\x77','\x17','\xbb','\x4b','\x10','\x4f','\x3c','\xe4','\x3b','\xff','\xff','\x03','\x7f','\x01','\x79','\xb8','\x24','\xcf','\x02','\x0b','\x02','\x33','\x3b','\x83','\x99','\xfe','\xa8','\xcc','\xbc','\x11','\xee','\x66','\xaa','\x7c','\x10','\x51','\xf3','\xc8','\xaa','\x6a','\x2c','\x36','\x7a','\xaa','\x6b','\x3a','\xf3','\xde','\x08','\x0f','\x77','\x35','\xfd','\x10','\x15','\x15','\xe5','\x61','\x69','\x15','\x1c','\xa4','\x3e','\x32','\x4b','\xd0','\x20','\xa6','\xec','\x68','\xa2','\xf6','\x36','\x2c','\xea','\x59','\x0d','\xe9','\xb5','\xce','\xe5','\x7a','\xff','\x3b','\xed','\xe8','\x92','\x26','\xff','\xde','\x8e','\x00','\xa0','\x39','\xe9','\x5d','\xd5','\x49','\x98','\x11','\x2b','\x99','\x2c','\xf4','\x65','\x39','\x9a','\xf8','\x3e','\x49','\x86','\x83','\x2a','\x76','\x56','\x45','\x4e','\xae','\x60','\x0f','\x91','\x47','\x08','\xea','\x88','\x4b','\x8d','\x65','\x12','\x28','\x8c','\x69','\xd6','\x21','\xd2','\xfd','\x89','\xef','\xec','\xc8','\x96','\x1d','\x0e','\xa3','\x13','\x6c','\x39','\x49','\x81','\xd1','\x5e','\x8a','\xb2','\xa3','\x51','\x9d','\xac','\xa8','\x9d','\x44','\x73','\x25','\x27','\xec','\xca','\x40','\x58','\xbb','\x5c','\x52','\x1a','\x66','\xd0','\x8e','\x60','\x86','\xde','\xc0','\xce','\xaf','\xd3','\x9e','\x63','\x12','\x01','\x1d','\x55','\xe8','\x2b','\x50','\x73','\xb0','\xb3','\x5f','\x85','\x24','\x4c','\xc1','\x30','\x57','\xb0','\xc8','\x4c','\xaa','\x0c','\x3a','\x91','\xa5','\x79','\x0e','\x1c','\xf3','\x60','\xf1','\x63','\x8d','\xc5','\x74','\xcd','\x03','\x58','\xc2','\xda','\x86','\xbe','\xce','\x25','\xbf','\xf3','\x54','\x77','\xb6','\x80','\x19','\xaa','\xfd','\x90','\x02','\xe8','\xd6','\x38','\x03','\xe5','\x63','\x25','\xdc','\x96','\xb5','\x70','\x4d','\x0a','\x68','\x3a','\x9b','\xad','\x35','\x16','\xf7','\xcb','\x11','\xb3','\x58','\x6d','\xce','\xe0','\x44','\xc5','\x29','\x39','\x5b','\xf9','\x3d','\x07','\xbb','\x40','\xcb','\x9f','\x00','\x4a','\x3c','\x1a','\xd2','\xd8','\x61','\x2b','\xf1','\x84','\x8c','\xc0','\x38','\x53','\x9b','\xdd','\x27','\x15','\x1d','\xdd','\x00','\x6f','\x88','\xf4','\x45','\x89','\x49','\x18','\x72','\xa8','\xbf','\x10','\x54','\x52','\xa4','\x44','\x80','\x12','\xf5','\x11','\xc8','\x38','\xb9','\x2c','\xb9','\x6d','\x52','\xd9','\x72','\x29','\x12','\x39','\xbb','\x1e','\xb0','\x95','\xa0','\x2c','\xd5','\xad','\x42','\x53','\x13','\x52','\x53','\xe3','\xb6','\x6d','\x47','\x81','\x10','\x97','\xdd','\x72','\xe9','\x9e','\xec','\xda','\x68','\x83','\x51','\xcf','\x4a','\x41','\x8b','\x9d','\x1e','\x26','\x84','\xb5','\xb7','\x0b','\xeb','\xcf','\x5e','\xee','\xc7','\x42','\x6b','\x39','\x23','\x88','\x08','\xd8','\x0c','\xcc','\x4e','\xf5','\x39','\x16','\xb3','\x0d','\xd9','\x3a','\x3b','\xcb','\x87','\x61','\x8c','\x89','\xe3','\xf9','\x84','\xbd','\xdd','\xb1','\xa5','\xc1','\x6c','\x83','\x5b','\xc0','\xba','\x16','\x9a','\x5a','\xc9','\xed','\x57','\xe1','\x9b','\x5c','\x70','\x68','\xea','\xf4','\x54','\x52','\x59','\xd4','\x0b','\xd1','\x9f','\x2b','\x07','\x2b','\x3f','\x6d','\x4a','\x4e','\xe6','\x9c','\xc5','\x02','\xe3','\xfd','\x0c','\x52','\x97','\x7a','\xef','\xc8','\x09','\xb4','\x3c','\x91','\x27','\x95','\xfd','\x7a','\x77','\xb8','\xdf','\x11','\x3e','\xe0','\xe7','\xc1','\xcd','\x00','\x63','\xd0','\x1e','\x36','\xe3','\x5c','\x84','\x19','\xc2','\x1b','\xfa','\xed','\x86','\x4f','\x9f','\x3f','\x21','\xcf','\x13','\x6d','\xdb','\x70','\x8c','\x81','\x3f','\x7c','\x1d','\x98','\xed','\x0b','\xdc','\x13','\xe3','\x48','\xd8','\xd3','\xb1','\x1d','\x0d','\x78','\x4c','\x6c','\x87','\x61','\x1f','\x89','\x9b','\x1b','\x70','\x3c','\xf1','\xfb','\xbf','\xff','\x67','\xfc','\xe1','\xdf','\xff','\x1d','\xfa','\x1f','\x26','\x7e','\x8c','\x3b','\x6e','\xc3','\xd1','\x9e','\x89','\x16','\x3b','\xfc','\x74','\xcc','\xe7','\x13','\x96','\xec','\x5f','\x36','\x74','\x04','\x25','\x43','\x91','\xa2','\x41','\xda','\x10','\x68','\x52','\x09','\xaa','\xce','\x6a','\xca','\x31','\x99','\xc0','\x47','\x9e','\xe3','\x0a','\x45','\x17','\x9d','\x67','\xa1','\x71','\x09','\x8c','\xf3','\xc0','\x73','\x4e','\x09','\x67','\xb4','\xef','\x14','\x1b','\x0b','\x24','\x24','\x30','\x92','\x57','\xf2','\x8a','\xc4','\x1c','\xa1','\x5d','\x6b','\xbe','\x8a','\x1b','\x94','\x1f','\x58','\x5d','\x7f','\xb6','\xfc','\xcb','\x96','\x2d','\x73','\x15','\xd1','\x0b','\x45','\xff','\xd9','\xbf','\x57','\x86','\x47','\x0e','\x68','\x5d','\x31','\x0b','\x59','\x7f','\x29','\x66','\x82','\x4a','\x9f','\x25','\xb8','\xd0','\xac','\x90','\x6f','\x90','\xce','\x27','\x7f','\x55','\x85','\x3b','\x90','\x12','\x1a','\xe1','\x7d','\xd8','\x7a','\x97','\x1f','\xe4','\xbc','\x04','\x8f','\x3e','\xe5','\xe8','\x33','\x81','\xf4','\x86','\x9c','\xb6','\xe6','\x1c','\xd7','\xf5','\xbd','\x9c','\x01','\xbc','\xf8','\xab','\xda','\x5d','\x56','\x00','\x17','\xa5','\xfb','\x63','\x25','\xc4','\x40','\x6a','\xae','\xb0','\x7d','\x67','\xab','\x2b','\xe9','\x56','\xac','\xb7','\x11','\xd7','\xcc','\xca','\x42','\x67','\xea','\xe6','\xfa','\xca','\x9f','\x43','\xef','\x5b','\x4a','\xb9','\xd3','\x08','\x42','\x23','\xb8','\x20','\xbb','\xc0','\x45','\xd5','\x07','\x2b','\x56','\x70','\x24','\x26','\x08','\x36','\xa4','\xe8','\xc8','\x4a','\x3e','\x23','\x69','\x5f','\x50','\x1c','\x01','\xe2','\x02','\x7f','\xb5','\x68','\xda','\x67','\x09','\x5b','\x80','\xd1','\x2a','\x57','\xb6','\x43','\xea','\xa0','\x4b','\x80','\xa5','\x9e','\x69','\xa4','\xf2','\xb1','\x10','\xe0','\xf8','\xea','\xe7','\x73','\x01','\xaf','\x26','\x2a','\x5a','\x24','\x34','\xd7','\xa9','\x83','\xfd','\x42','\x65','\xab','\x18','\xcb','\x55','\x07','\x64','\xa9','\x14','\x80','\x6d','\x3f','\xa3','\x52','\x32','\xc6','\xab','\x09','\xbf','\xc4','\x56','\x98','\xc1','\xd6','\xa2','\x4e','\xef','\xb8','\x80','\x25','\xb0','\x6b','\xb7','\xfa','\x3e','\x0c','\xdc','\xbc','\x17','\xb8','\xc0','\x4b','\x8f','\xa2','\x29','\x2a','\x47','\x04','\x38','\x83','\x9b','\x14','\x96','\x98','\x39','\xd5','\x95','\x17','\xc8','\x2a','\xd6','\xa4','\x3b','\xcf','\x11','\xe7','\x8f','\x74','\x52','\x8b','\x2f','\x0c','\xd0','\xbf','\x24','\x78','\xa6','\x7d','\xae','\xeb','\x59','\x45','\x5c','\x2a','\x27','\xaf','\xe2','\xab','\x8a','\x67','\xe7','\x1a','\xf3','\x55','\x30','\x5e','\x47','\x06','\x06','\x81','\x4a','\x13','\xdf','\x51','\xc5','\x8b','\xac','\xba','\x72','\x21','\x10','\xac','\xb3','\xec','\x2b','\x47','\x71','\x2a','\x2b','\x01','\x83','\xfe','\xa4','\x75','\xe6','\xef','\x11','\xa5','\x54','\x57','\x86','\x65','\x2a','\xd0','\xa9','\x18','\x5c','\x3b','\x33','\xdb','\x02','\xf0','\x94','\xe7','\x28','\x3f','\xf0','\x7d','\xc7','\xb6','\x75','\xbc','\xf5','\x1d','\x9b','\xdf','\x08','\x74','\x0b','\xd4','\x76','\x23','\x65','\x39','\xaa','\x20','\x0f','\x00','\x31','\x91','\x36','\x29','\x21','\xee','\x5c','\xe8','\xfd','\xd6','\x0c','\xf7','\x1f','\x7f','\x83','\xbf','\xb1','\x1b','\xde','\xff','\xf0','\x0f','\xf8','\x4f','\x7f','\xfa','\x7b','\xfc','\xdf','\xff','\x97','\xff','\x07','\x7e','\xff','\xf8','\x09','\xff','\xd7','\xff','\xcb','\xff','\x19','\x7f','\xfd','\xdf','\xff','\x1f','\x70','\xdb','\x02','\xbb','\x1d','\xf8','\xb5','\xd7','\x2f','\x0a','\xa0','\x1a','\xa6','\xba','\xee','\x9c','\xad','\xe0','\x47','\x90','\x61','\x90','\x73','\x29','\xde','\x28','\x7d','\x94','\xfe','\xa3','\x64','\xb5','\x2a','\xd6','\x91','\x09','\xe8','\x70','\x2d','\x89','\x5a','\xd1','\xaa','\x3a','\x6a','\x19','\xaa','\x08','\x47','\x11','\x2f','\x06','\x58','\x76','\x77','\x5d','\x83','\xa5','\x16','\x55','\xd5','\xff','\x36','\xb5','\x7f','\xbb','\xc3','\x77','\xe2','\x35','\x63','\x50','\x61','\x63','\xc6','\x5c','\x68','\x43','\x0c','\x03','\xcc','\x97','\xf4','\x65','\xa8','\x65','\xca','\xa2','\xc5','\x16','\x0a','\xeb','\x1e','\x30','\x6c','\x68','\xee','\x44','\xa2','\x53','\xc8','\x57','\x75','\x7e','\x84','\xba','\xf0','\x3e','\x5c','\x86','\xf7','\x5d','\x91','\xa4','\xd0','\x92','\x26','\x84','\x48','\x83','\xb6','\xa9','\x42','\x32','\x05','\x63','\x36','\xfd','\x7a','\xf7','\x8e','\xda','\xfb','\x13','\x39','\x49','\x2d','\x53','\xf2','\x44','\xe3','\xa9','\x20','\xc5','\x44','\x0c','\xc1','\x76','\xb2','\xa9','\x12','\x34','\x15','\x49','\x53','\x05','\x00','\xe5','\x4b','\x2f','\xa4','\xa0','\x2a','\xe7','\x69','\x81','\x23','\x4f','\xb4','\x34','\xec','\x6d','\x83','\x6f','\xbb','\xda','\xc1','\x1c','\x48','\xac','\xa0','\x09','\x97','\x60','\x84','\xd0','\x3c','\x1f','\x3c','\xd4','\x73','\x4e','\x1c','\xf3','\x89','\x81','\xa1','\x6f','\xd9','\x85','\x28','\x72','\x49','\x56','\x6b','\x0d','\xd6','\x1a','\x8d','\xd5','\x1d','\xc8','\x89','\x29','\x9f','\x11','\x80','\xb6','\x23','\x27','\x0c','\x0d','\x29','\x49','\x3c','\x07','\x70','\xc6','\xf3','\x3b','\x3b','\xe2','\x3d','\xe4','\x13','\x69','\x4d','\x0b','\x39','\x45','\x89','\x5a','\x8b','\xb7','\x5e','\xec','\xc8','\x5d','\xad','\xd5','\xff','\x3d','\x76','\x04','\x5c','\x85','\x6c','\xd9','\x51','\x1a','\x7c','\x73','\xdc','\xc4','\x1b','\x1f','\x33','\x28','\xc1','\x2d','\x7a','\x10','\xd1','\x75','\x26','\xe1','\xa4','\x2a','\xbd','\x24','\x92','\x4a','\x20','\xe4','\x46','\xa8','\xd0','\xe7','\x1b','\x01','\x82','\x14','\x95','\x44','\xff','\x2e','\xe7','\xc9','\xe7','\x67','\x72','\x50','\x97','\x63','\xbb','\x1c','\xb6','\xad','\xe4','\x22','\x20','\x53','\xac','\x98','\x6b','\xa1','\x6e','\x4a','\x22','\x92','\x9d','\xbb','\x26','\x7a','\xc4','\x00','\x8b','\x8c','\x92','\xa1','\x2c','\x5e','\x35','\x9d','\x94','\xc9','\x8e','\xe8','\x4c','\x3c','\x8a','\xa3','\x4d','\x7b','\x99','\x31','\x17','\x81','\x34','\xd2','\x38','\xd7','\x83','\x97','\xfb','\x68','\x8e','\x89','\x13','\x47','\x0c','\x78','\x3a','\xf6','\xc6','\xcd','\xee','\xad','\x6f','\x4a','\xae','\xe6','\x4b','\x57','\xa0','\x16','\x05','\x8a','\x36','\x35','\x18','\x38','\xc6','\x1c','\x38','\xe7','\x93','\x72','\x9b','\x68','\xe2','\x5e','\x3b','\xb7','\x84','\x37','\xb9','\x5f','\x0d','\xa3','\x26','\xb0','\x64','\x44','\xc9','\x55','\xe6','\x35','\xf0','\x9a','\x28','\x86','\x00','\x4b','\x74','\x08','\xa5','\x6e','\x6d','\x15','\x2d','\x35','\x34','\x5d','\x42','\x00','\xfc','\x51','\x52','\x53','\x0a','\xc2','\xa8','\xe2','\x75','\x0e','\xed','\xcf','\xea','\x86','\xe6','\x3b','\x78','\x42','\x9d','\xb2','\xcc','\x2f','\xc1','\xa3','\x16','\xbc','\x9e','\xc7','\x90','\xca','\x18','\x05','\x14','\xea','\x26','\xcd','\x21','\x6a','\x80','\x06','\xec','\x3b','\x64','\xd7','\x33','\xb1','\xd4','\x1d','\x64','\x7b','\x1e','\x09','\x9c','\x13','\x73','\x02','\x89','\x09','\x37','\xc3','\xbe','\x75','\x05','\xd4','\x64','\xc7','\x50','\xbb','\x25','\xaa','\x7b','\xca','\xd1','\x1a','\x06','\xde','\xfa','\xfc','\x48','\x68','\xb9','\xea','\x86','\x13','\x54','\x61','\x23','\xe2','\xa6','\xc2','\xcf','\x45','\x37','\x83','\xd4','\xfa','\x22','\x96','\xd2','\xd7','\x2c','\xef','\x65','\xa5','\x34','\x99','\xc8','\x19','\x4c','\xbc','\x2a','\xc9','\x22','\x96','\x02','\x73','\x47','\x36','\x16','\xab','\xd6','\x39','\xf3','\x43','\x81','\x10','\x17','\xe5','\x11','\x57','\x42','\x17','\xf2','\x29','\x4a','\x14','\x29','\x44','\x65','\x48','\x15','\x40','\xf0','\x4e','\x2a','\x8b','\x4d','\x9c','\x2d','\xd1','\x22','\x11','\xa6','\xe2','\xc8','\x3b','\xed','\xb9','\xd9','\x5a','\xc4','\xb8','\xe6','\x91','\xec','\xa2','\xc8','\x54','\x11','\x54','\x22','\x57','\x75','\xc5','\x15','\xb0','\x35','\x25','\x87','\x02','\x17','\x00','\x43','\x4c','\x0a','\xee','\x74','\xab','\x61','\xdd','\xa2','\x26','\xd6','\xdc','\x57','\x43','\x1e','\x03','\x9e','\xfa','\x8e','\x8c','\xf4','\x54','\x7a','\x3b','\x0d','\x67','\x4c','\xe4','\x34','\x6c','\x37','\xca','\xa0','\xc7','\x24','\xad','\x75','\x7b','\xbb','\xe1','\x7d','\xbe','\xe1','\xdb','\xb7','\xc0','\x97','\xc7','\x57','\xcc','\x7f','\x00','\xbe','\xfc','\xaf','\xbf','\xc7','\x4f','\xe3','\x1f','\x39','\xec','\x7c','\x9c','\x78','\x7e','\x3c','\x71','\x3e','\x1f','\xd8','\x02','\xf8','\xb4','\xef','\xf0','\xb7','\x77','\xec','\xfb','\x8e','\x6f','\x7f','\xf8','\x86','\xbf','\xfb','\x9f','\xfe','\x67','\x7c','\xf9','\x87','\x3f','\xe0','\x6d','\xfb','\x84','\xb7','\xfe','\x1b','\xcc','\xc7','\x13','\xe3','\xa7','\x03','\xcd','\x89','\x8e','\x1e','\xc7','\x21','\xf4','\x75','\xc3','\xd6','\x3b','\xcc','\x36','\x64','\x63','\x3a','\x3d','\x62','\xea','\x7c','\x4b','\xb5','\x4c','\x89','\x69','\xed','\xb2','\x62','\x13','\x2b','\x51','\x73','\x5e','\xf9','\x9d','\xcf','\xbb','\x92','\x77','\xda','\x41','\x2a','\x39','\x73','\xc5','\x0f','\x3a','\xd1','\x45','\x19','\x4e','\x76','\x9c','\xbd','\x35','\x2e','\x25','\x96','\xbf','\x4a','\x54','\x77','\x20','\x11','\x79','\xc2','\xc0','\xb3','\x60','\xaf','\x3e','\x2b','\x5f','\xc4','\x2c','\x20','\xf5','\xb8','\x19','\xb4','\x37','\x5c','\x85','\xc3','\xe5','\xab','\x6d','\xf9','\x9e','\xcb','\x45','\xf2','\xcd','\x9a','\xd1','\xe6','\xcc','\x39','\xf3','\x56','\x20','\x61','\xef','\x1d','\xfb','\xed','\xc6','\x42','\x6e','\x0e','\x8c','\x79','\x32','\xce','\xf4','\xce','\xe2','\x7b','\x4e','\xf9','\x73','\x90','\x6e','\xa5','\xab','\x71','\x77','\xec','\x5b','\xa3','\x9d','\x1d','\x00','\xc2','\x14','\xb7','\x55','\xa8','\x64','\x22','\x2c','\x56','\x37','\x7a','\x7d','\x5f','\x7c','\x4f','\x13','\x5c','\xe2','\x45','\xa0','\x3f','\xee','\xe6','\xeb','\xfa','\x4d','\xbe','\x8b','\x2a','\xa7','\xa4','\x9a','\x71','\x66','\xef','\x85','\x4d','\xa2','\xa4','\xba','\xe2','\x52','\xca','\x90','\x4d','\x32','\xc6','\x8b','\xda','\x89','\x4a','\x34','\x79','\x9f','\x22','\x28','\xd1','\x9f','\x35','\x5b','\x93','\x2f','\x49','\xee','\x74','\xf8','\x9c','\xda','\x63','\x03','\xf9','\x3d','\xd2','\x23','\x43','\x28','\xbf','\x4f','\x09','\xce','\x54','\x3e','\x64','\x0d','\xc7','\x1c','\xa4','\x27','\x4f','\xce','\xea','\x99','\xae','\xb7','\x97','\x48','\x55','\x4c','\xe4','\xc8','\x2b','\xfe','\xd5','\xb9','\xc4','\x65','\x53','\x98','\x35','\xd3','\x28','\x1a','\xbe','\x3a','\x3a','\x56','\xff','\x54','\xf2','\x1e','\xd7','\xd3','\x66','\x57','\x08','\x48','\xed','\xc8','\x59','\xe2','\x3d','\x09','\xe0','\xba','\x55','\x97','\xad','\xa0','\x62','\x25','\xaf','\x81','\x54','\x44','\xfd','\xd7','\x4b','\xc1','\xc7','\x0b','\x50','\x6c','\x9e','\xcc','\x49','\xab','\x98','\xa9','\x25','\xc2','\x6d','\xb2','\x63','\x99','\x7a','\x06','\xdf','\xd5','\x5a','\xba','\x71','\x2c','\x8a','\xdb','\xcf','\x98','\x09','\x7a','\x56','\xc1','\x99','\xf9','\xda','\xed','\xa4','\x64','\x59','\x37','\x3c','\x17','\x1d','\xb4','\xb5','\xb6','\x8a','\x3f','\x34','\xbf','\x68','\x64','\x06','\x00','\x12','\x39','\x28','\x4f','\xf6','\x22','\x18','\xb5','\xa6','\x09','\xae','\xa3','\x80','\xba','\xeb','\x9c','\xda','\x20','\x6d','\x79','\x5d','\xf2','\x4b','\x01','\x94','\x95','\xa3','\x56','\x57','\xa5','\xce','\x7e','\x56','\x5d','\xad','\x07','\x91','\xcc','\x4d','\xba','\x35','\xd8','\x66','\xa0','\x0c','\xb6','\x44','\x4a','\x26','\xa5','\xc8','\xd1','\x3b','\xd0','\x36','\x51','\x0f','\x73','\x09','\xeb','\xf0','\x19','\x95','\xd7','\x05','\xd9','\x08','\xc9','\x4e','\xe1','\x5a','\x2d','\xd3','\x29','\x18','\xd4','\x01','\xe6','\xaa','\xb7','\x8e','\xdb','\xfb','\x1d','\xef','\xb7','\x4f','\xe8','\xe6','\xa4','\x59','\x1e','\x94','\x68','\xf7','\xbe','\xa1','\xa9','\x20','\x0a','\x52','\x02','\xf8','\xd4','\x8e','\x41','\xca','\x9d','\x80','\x99','\xbd','\x35','\xec','\x3f','\xfc','\x16','\xbf','\xfb','\x4d','\xc7','\x8f','\x3f','\xfc','\x06','\x1f','\xff','\x6e','\xe2','\x7f','\xf9','\xf2','\x8f','\xf8','\xff','\xfe','\xc3','\x7f','\x42','\xff','\x7f','\xee','\xf8','\x1f','\xee','\x1b','\xde','\xff','\xdb','\x7f','\x89','\xfd','\xd3','\x0f','\xbf','\x34','\x20','\xfc','\xaa','\x0c','\x36','\x93','\xa0','\xe6','\x8e','\xa6','\x85','\x82','\x25','\x5f','\x18','\x19','\x38','\x72','\x62','\xe2','\x84','\x47','\xd3','\xdc','\x86','\xeb','\x67','\x35','\x67','\xd3','\x48','\x4f','\x9a','\xe7','\x29','\x94','\x45','\x2a','\x1f','\x5a','\x48','\xd5','\x32','\xe0','\x1e','\xe8','\x7b','\x63','\x42','\xa3','\x6c','\x75','\x95','\x5c','\x2f','\x68','\x7d','\xd1','\xbc','\xbe','\xfb','\xdf','\x2f','\x9d','\x00','\x53','\xf2','\xd3','\x9c','\x7d','\x91','\x66','\x21','\xf9','\xd9','\x54','\xe1','\x31','\xa9','\xd4','\x02','\x5c','\xc3','\x76','\x99','\x28','\x99','\xe5','\x45','\xa5','\x48','\xce','\xb7','\xb4','\x46','\xa5','\xb9','\x86','\xd4','\x32','\x45','\x5f','\xc6','\x52','\x34','\x82','\xc8','\xab','\xe6','\xa7','\x33','\x58','\xa9','\x2f','\xef','\x9c','\xae','\x77','\x15','\x51','\x45','\xed','\x4a','\x75','\x40','\x53','\x54','\x05','\x39','\xa9','\xd7','\x41','\xe6','\x39','\x62','\xa9','\xa2','\x54','\x4b','\x39','\xf3','\xa2','\xb0','\x94','\x04','\x35','\x93','\x63','\xc1','\x09','\xeb','\x30','\x40','\x7b','\x75','\xea','\x7f','\xe7','\x2a','\xd4','\x96','\x22','\x17','\x38','\x0c','\xd9','\x85','\x96','\x65','\x06','\xfb','\xa5','\x11','\xdf','\x15','\x2c','\x31','\x79','\xe0','\xf5','\x09','\xdc','\x40','\x8e','\x24','\x95','\x4e','\xad','\x77','\xd3','\x61','\x9e','\x12','\x6b','\xb0','\x38','\x75','\xc8','\x15','\xea','\x56','\xc1','\x87','\xb5','\x60','\x34','\x6a','\x9a','\x43','\xf9','\xec','\x81','\xe3','\x67','\x76','\x44','\x9e','\x6e','\xdf','\x38','\x4b','\x41','\xb5','\x2b','\x22','\x51','\xb5','\x83','\x61','\x2d','\x36','\xcb','\x80','\x79','\xa0','\x6d','\x52','\x52','\xfb','\xaf','\xb4','\xa3','\x72','\xd8','\xf8','\x99','\x1d','\x99','\x06','\xe2','\x23','\xb5','\xf7','\xc0','\x39','\xcb','\xe3','\x69','\x74','\x92','\x4d','\xad','\xdb','\xb8','\x10','\xe9','\xe2','\x53','\x33','\xb1','\xc0','\x72','\x32','\xde','\x08','\x06','\x34','\x4f','\x25','\x1c','\x57','\x3b','\x7d','\xd9','\x51','\xd4','\x94','\x01','\xd6','\xdf','\x01','\xf2','\xdd','\xa0','\x34','\x04','\x3b','\x79','\x2c','\xbc','\xcc','\x94','\x6c','\x28','\x29','\xe1','\x22','\x41','\x43','\x62','\xa0','\x05','\x5b','\xef','\xb3','\x12','\xa2','\x19','\x18','\x23','\xd4','\x9d','\x0d','\xa1','\x4b','\x6d','\xbd','\xc7','\xe2','\x11','\x03','\x28','\xe9','\xee','\x4c','\x2c','\xd1','\x88','\xa9','\xc2','\x73','\xd9','\x91','\xfe','\x7f','\xca','\x08','\xa7','\x9e','\x2f','\x1d','\x9a','\xf5','\x7e','\x5d','\x7b','\x25','\xd6','\x5e','\x67','\x2a','\x81','\x9c','\x6b','\xa0','\x71','\x04','\x97','\x50','\x0e','\xa8','\x43','\x23','\x43','\xe0','\xfd','\xd3','\xd2','\x39','\x53','\xf1','\x95','\x86','\x11','\x03','\xcf','\x39','\x60','\x85','\x1e','\x59','\x21','\x59','\x3a','\x37','\x33','\xd0','\xd2','\x71','\x6f','\x1d','\x86','\x86','\x66','\x2c','\xe2','\x19','\x5b','\x4a','\xf4','\xc4','\x65','\xb3','\xb9','\x0a','\x01','\x9e','\x0d','\x5e','\xa3','\xdb','\x15','\x28','\xab','\x26','\x35','\x73','\x78','\x30','\x29','\x74','\xa1','\xdd','\x7c','\xb4','\x8e','\x39','\x4f','\xcd','\x42','\x35','\x74','\xd7','\xbc','\x83','\xa8','\x23','\x54','\x23','\x54','\xa1','\xa5','\xa1','\xe4','\x45','\x55','\x02','\xa0','\x56','\x25','\x8b','\xcc','\xef','\x12','\x40','\x75','\x39','\x1b','\x03','\x72','\xdd','\x63','\xfa','\xb7','\x4a','\x06','\x0c','\x25','\x4f','\xef','\x7a','\x5e','\x99','\x29','\xee','\xf4','\x8e','\x6d','\x54','\x02','\x74','\xd9','\xbd','\x6b','\x0b','\xb9','\xab','\x90','\x09','\x15','\x25','\xaf','\x3f','\x57','\xc5','\xa3','\xc3','\xe0','\x9e','\x15','\x4d','\x81','\x84','\x14','\x0f','\xaf','\xbc','\x8b','\x28','\xaa','\x14','\x7b','\x4c','\x1d','\x33','\x63','\xe7','\xa8','\x05','\x01','\x8e','\xad','\x3b','\x35','\x5b','\x11','\xf4','\x7f','\x4a','\x02','\xf2','\x9c','\x98','\xc7','\xc0','\xf4','\x03','\xd8','\x48','\xd3','\x41','\x77','\x64','\xd7','\x9f','\x3f','\x06','\x46','\x3b','\xf4','\x9e','\xa5','\x8e','\xa8','\x07','\x53','\xb4','\xdd','\xd5','\x51','\x57','\x2d','\x5c','\xd5','\x10','\x2e','\x00','\x62','\xfd','\xb7','\x82','\x3f','\xb1','\x3c','\xbe','\x4f','\xcd','\x29','\x86','\x92','\xba','\x45','\x01','\x2a','\x7a','\xb4','\x12','\x09','\x26','\xa6','\x4e','\xf9','\xf5','\xde','\x31','\xb4','\xd3','\x64','\x22','\xd1','\x5a','\x47','\xe6','\x44','\x4c','\x29','\x78','\x35','\x83','\x6d','\xb4','\x83','\x2f','\x3f','\xfd','\x84','\x3f','\xfd','\xe9','\x4f','\xf8','\x82','\x2f','\x78','\xe4','\x9f','\x30','\x8f','\x27','\x9e','\x5f','\xbf','\xe2','\xf8','\xfa','\x81','\xf9','\x3c','\x70','\x47','\xc3','\x8f','\xf7','\x1b','\x1e','\xb7','\x4f','\x38','\x6e','\x37','\x7c','\xfd','\xfd','\x37','\xfc','\xd3','\xbf','\xff','\x47','\xe4','\xc7','\x89','\x1f','\x7f','\xfb','\x19','\xf7','\xbd','\xe3','\xe3','\x7c','\xe2','\x7c','\x50','\xe6','\xba','\x05','\xe7','\xf2','\x9a','\x37','\x78','\xb2','\x03','\x6a','\xbd','\xc4','\x09','\x28','\xce','\x12','\x91','\x38','\x6b','\x66','\xc0','\x18','\xdb','\xf2','\x25','\x2e','\xc0','\x18','\x67','\xce','\x29','\x91','\x9a','\x76','\xcd','\xed','\x2e','\x35','\x55','\xf9','\xb2','\xdb','\x7e','\xa3','\x5f','\x6b','\x5a','\x36','\x5c','\xf3','\x9d','\x02','\x0c','\x23','\x03','\x77','\xa1','\xe7','\x05','\x20','\xbc','\x0e','\x95','\x17','\xe5','\xf8','\x98','\x87','\xce','\x91','\x68','\xac','\x75','\xb6','\x56','\x46','\x8a','\xeb','\xfa','\x5e','\x5f','\x95','\x7c','\x5a','\x3d','\x32','\x13','\x7a','\x1e','\x2a','\x78','\x34','\x63','\xec','\x94','\x6c','\x2f','\x06','\x45','\x01','\x14','\xbd','\xb3','\xf4','\xe5','\x9c','\x03','\x77','\x1a','\xed','\x8d','\x76','\x7a','\xa2','\xec','\xbe','\x86','\xd1','\xaf','\x6e','\x7c','\xd1','\x62','\x0b','\x64','\x5b','\xaa','\x8b','\x05','\x48','\xc9','\xf1','\x98','\x19','\x8b','\xfb','\x98','\x2f','\x05','\x0f','\xae','\x59','\x0c','\xe8','\x8c','\x14','\xbb','\xe3','\x25','\x4f','\x88','\x64','\x47','\x2a','\x0d','\x1c','\xc9','\x53','\x31','\x89','\xd7','\xcf','\x78','\xf9','\x37','\xf1','\x2a','\xda','\xa1','\x17','\xfe','\xf3','\x72','\xab','\x5e','\xe9','\x82','\x15','\xaf','\xa1','\x79','\x4d','\xe6','\x1c','\x2f','\x14','\xaf','\x18','\x3a','\xfd','\x2f','\xbf','\x0f','\x94','\x27','\x5f','\x71','\x6b','\x1a','\x73','\x85','\x40','\x7e','\x37','\x4f','\xd8','\x92','\xcf','\xd1','\x9b','\x73','\xff','\x57','\x54','\x66','\xf0','\xfd','\x43','\x34','\x5d','\x3f','\x0b','\x5e','\xa0','\xa4','\x5f','\x56','\xa9','\x22','\xd7','\x52','\x47','\x12','\x2a','\x9c','\x2b','\xc6','\x30','\x43','\x51','\x21','\x68','\x8c','\xc1','\x9b','\x6f','\xd7','\x9b','\xe7','\xf5','\x5e','\xa8','\x9f','\xc5','\xcb','\xd2','\xef','\xcc','\x97','\x7f','\xe8','\x93','\x8b','\x5a','\x06','\xf9','\xb2','\x8a','\xd3','\x4b','\x2a','\x7f','\x75','\x21','\xaf','\x6b','\x5b','\x9f','\xf7','\xf3','\x57','\x40','\x92','\xce','\xbe','\x3a','\x3f','\x0e','\x09','\x3c','\x54','\xc1','\x01','\xe5','\x88','\x02','\xb2','\x33','\xbf','\x2b','\x0b','\xaf','\xeb','\x0b','\x5b','\x76','\xce','\x8f','\xd3','\x4f','\xbd','\x9c','\xc7','\x2a','\xac','\xbe','\x7f','\x6a','\xd7','\xbd','\x30','\xe0','\xfb','\xc2','\x70','\x25','\x13','\xdf','\x3f','\xe5','\x9f','\xbf','\x2a','\x96','\x02','\x75','\xce','\x82','\x5c','\x62','\x15','\x8f','\x54','\x89','\x53','\x6e','\x13','\xce','\xa2','\x5d','\x73','\x41','\xc8','\x5c','\xf9','\xcb','\x94','\x98','\x56','\x22','\x17','\x33','\xa7','\xce','\x64','\xad','\xe6','\x68','\x8d','\xef','\x6b','\x52','\x8c','\xeb','\x92','\xa3','\xf6','\x4c','\xe4','\x6d','\xc3','\x7e','\xbb','\xe3','\xb6','\xdf','\x60','\x69','\x54','\xb9','\xd3','\xac','\x14','\x85','\x73','\x08','\x4c','\xc0','\xd8','\x95','\x87','\x95','\x15','\xd7','\xdc','\x1b','\x6b','\x88','\xf7','\xf7','\x4f','\x38','\x1d','\x48','\x6b','\xf8','\x1f','\xfe','\x9b','\x7f','\x83','\xed','\x1f','\xee','\xf8','\x87','\xdf','\xff','\x47','\xfc','\xbf','\xfe','\xe3','\xbf','\xc7','\x4f','\x37','\xc3','\xbf','\xbe','\x3b','\x7e','\xfb','\xe9','\x6f','\x7f','\xe5','\x81','\xfe','\x4a','\x01','\x64','\x50','\x52','\xe8','\x54','\x79','\x30','\x98','\x02','\x07','\x1f','\xe6','\x06','\x08','\x47','\xe5','\xdc','\x47','\x6b','\x5d','\x72','\xab','\xfc','\x77','\xeb','\x0d','\xe3','\x98','\x48','\x17','\x3f','\x39','\x68','\x39','\xfc','\x1e','\x74','\x86','\x5c','\xe4','\xe4','\xca','\x5b','\x93','\xd2','\x98','\x65','\x18','\xb8','\x8a','\x15','\x24','\x96','\xc3','\x27','\x02','\xc2','\x9f','\x99','\x20','\xcd','\x2e','\x13','\xda','\xea','\x0e','\x51','\x97','\x62','\xb5','\x6d','\x01','\xcd','\xef','\xb4','\x4a','\xc6','\xae','\x0d','\xd3','\x2b','\x19','\x96','\x93','\xaf','\x05','\x64','\x63','\x3c','\x91','\x50','\xdb','\xdf','\x7c','\x19','\x6e','\x46','\xe0','\xac','\x25','\x59','\x50','\x89','\xe8','\x65','\x89','\xba','\x6f','\xba','\xde','\x4c','\x28','\x89','\x48','\xac','\x46','\x9a','\xfe','\x3d','\x33','\x80','\x49','\x47','\xf3','\x1c','\x63','\xb5','\xc5','\x11','\x2a','\x12','\x52','\x14','\x3e','\x24','\x88','\x1a','\x37','\x19','\x90','\xbe','\x3b','\x84','\x82','\x66','\x65','\xfa','\x52','\xfe','\xe8','\xfd','\x72','\x62','\x51','\xe5','\x59','\x56','\x66','\xc9','\x94','\xcc','\x38','\xc8','\x1a','\x0d','\x38','\x33','\x30','\xe3','\x00','\xf4','\x79','\x81','\xd4','\x6e','\x0c','\xde','\x93','\x89','\x6a','\xd9','\xea','\x3b','\x38','\xe0','\xa1','\xa5','\xb6','\xa9','\x6c','\xca','\x8b','\x32','\x66','\x34','\xf6','\xf9','\x8a','\xf4','\x08','\x61','\x49','\x87','\x7c','\x38','\x51','\xb7','\xe4','\x52','\x30','\x1e','\x12','\xfb','\xb3','\x76','\xe4','\x9d','\xf2','\xbd','\x67','\x92','\xf2','\x07','\x00','\xa9','\x2e','\x42','\x28','\xc1','\x84','\x02','\x6e','\x74','\x27','\x05','\xaa','\xba','\x0f','\xbf','\x62','\x47','\xcb','\xa6','\x0d','\x28','\x24','\xad','\x9c','\xb4','\x95','\x1d','\xa5','\x21','\x30','\x96','\xad','\x2c','\x3b','\x4a','\x30','\xf8','\x26','\x83','\x55','\xac','\x03','\x6a','\x0b','\xb5','\x2b','\xca','\x60','\x25','\x54','\xe7','\x38','\x98','\x04','\x6b','\x5f','\x4f','\xfd','\x79','\x44','\xac','\xc1','\xcf','\x6a','\xaf','\xa7','\x69','\x3b','\x76','\x05','\x09','\x79','\xa5','\xd4','\x40','\x6c','\xba','\x82','\x48','\x09','\x20','\x24','\xb9','\xd4','\xe5','\x18','\x8f','\xe0','\xcc','\x54','\xe5','\x16','\x44','\xb3','\xb1','\xb6','\x5a','\xd3','\x99','\xf2','\x3a','\x2e','\x7a','\x9a','\x66','\x04','\x48','\x36','\x66','\xd1','\x66','\x54','\xdf','\x5b','\x8a','\x3c','\xcb','\x8e','\xb0','\xec','\x28','\x20','\x20','\xc0','\x0c','\xb3','\x19','\x8e','\x0c','\x78','\x1c','\x0c','\x34','\xea','\x20','\xa5','\xc5','\x2a','\x0a','\x47','\x15','\x84','\xae','\x80','\x69','\xba','\x8f','\x00','\x33','\xd8','\x72','\xde','\x09','\x02','\x00','\x4d','\x74','\x81','\xc9','\xef','\x79','\x9c','\x4f','\x9c','\x31','\xb5','\x10','\x98','\x8b','\x87','\xa7','\x01','\x73','\xb2','\x4b','\x17','\x63','\x60','\xa0','\x61','\xc4','\xce','\x67','\xa1','\xa2','\xa4','\x4b','\x91','\x6f','\xa9','\x25','\x31','\x0b','\x5c','\x5d','\xdc','\x2c','\x61','\x07','\xb0','\x53','\xd4','\x9b','\x64','\xab','\x45','\xec','\x27','\x80','\x4e','\xaa','\xcf','\x55','\x30','\xf1','\x9f','\x26','\xba','\x9e','\x37','\x22','\x99','\x75','\x26','\x61','\x21','\xd0','\x25','\xa0','\x2d','\xd1','\xbc','\xd7','\x8b','\x02','\x24','\xce','\xbb','\x3a','\x42','\xb5','\x73','\xaa','\x9c','\x79','\x7a','\xc3','\x94','\x12','\x9a','\xb3','\x66','\x20','\xed','\x6d','\x6b','\x9a','\xc9','\xd2','\x42','\x50','\x7d','\xaf','\xba','\xa6','\x5a','\x3e','\x69','\xcd','\x00','\x8f','\x6b','\x7e','\xf3','\x85','\x3a','\x36','\x65','\xef','\x69','\x74','\x4d','\x5b','\x6b','\xa2','\x21','\x40','\x09','\xf2','\x10','\xf7','\x9e','\x41','\x37','\x90','\x88','\x39','\x08','\xb9','\xad','\x67','\xc4','\xf3','\x32','\xe3','\x84','\x39','\xd0','\x41','\x7b','\x3a','\x06','\xf9','\xf3','\xdd','\x1d','\x7d','\xdf','\xd1','\x7b','\xc7','\xdb','\x6d','\x97','\x4f','\xa9','\xdf','\x37','\xee','\xa3','\x3a','\x06','\xce','\x00','\xe6','\x6d','\xa0','\x7f','\xba','\xe1','\x5d','\xcb','\x79','\x3d','\x48','\x5b','\xc4','\x4c','\xe4','\x98','\xf4','\x37','\xde','\x49','\x3d','\x4a','\xa0','\xd4','\x8f','\x12','\x56','\x19','\xe6','\x55','\x28','\xcb','\x84','\xf9','\xdd','\x56','\xef','\x0a','\x25','\x3a','\xc2','\x05','\xca','\x8e','\xbd','\x6f','\x5c','\x2e','\x38','\x43','\x0b','\x53','\xc7','\x95','\x7c','\x98','\xc3','\x33','\x60','\xf2','\xf1','\xe7','\xc0','\xd5','\xe1','\x95','\x6a','\x69','\x06','\xe5','\x87','\xcf','\xe7','\x03','\x38','\x27','\x80','\xc0','\xde','\x38','\x73','\x12','\x02','\xe0','\x86','\x7e','\xe7','\xfe','\xe3','\x1d','\x7d','\xdf','\xf0','\xf5','\xcb','\x17','\xc4','\x70','\xe0','\x21','\x3a','\xcf','\x19','\xc8','\xe7','\x89','\x69','\x7f','\xc2','\xd3','\x3a','\xf0','\xf5','\xc4','\x6f','\xc7','\x0d','\x2d','\x76','\xbc','\xfd','\xc9','\xd0','\xda','\x89','\xfb','\xd3','\xe1','\x78','\x47','\x9b','\x1b','\x90','\x07','\x3a','\xb4','\x1b','\xe5','\x38','\x31','\x0e','\x48','\x53','\x84','\x5d','\x06','\xf7','\x2e','\xcd','\x44','\xf5','\x6e','\xdd','\x00','\x75','\x2e','\x43','\xb3','\xb6','\xa7','\xe8','\xaf','\x33','\x89','\xc2','\xf6','\x10','\x93','\xa2','\x8a','\x13','\x00','\x80','\x4b','\x74','\x94','\x49','\x62','\x6b','\x35','\x7b','\x43','\x7b','\x0e','\x0b','\x9c','\xe3','\x44','\xcc','\xc0','\x44','\x6d','\x54','\xbf','\x7c','\xce','\x15','\xf8','\x78','\xdf','\x43','\x0c','\x0c','\xb3','\xc6','\x22','\xb8','\xe6','\xeb','\x72','\x61','\xdb','\x57','\xec','\x7c','\x4d','\x3a','\xf5','\x7c','\x17','\xdd','\x47','\xf3','\x08','\x5c','\x8a','\x29','\x14','\xb9','\x89','\x2e','\x0b','\x76','\x3f','\xcc','\x0c','\xfb','\xfd','\x4e','\xf1','\x91','\x31','\xd7','\x9b','\x15','\x83','\x20','\xe6','\xc0','\x1c','\x27','\x6a','\xd9','\xb2','\xd7','\x59','\x01','\x56','\x12','\x18','\x63','\x5e','\x80','\x0d','\x64','\x4c','\x2f','\xaf','\xa5','\x60','\x09','\xb2','\x29','\x2a','\xbe','\xac','\x6f','\xf1','\xd2','\xc9','\x89','\x4c','\x34','\x5c','\x20','\xab','\x90','\x25','\x58','\x4c','\xbc','\xee','\x10','\xac','\x33','\xf5','\x92','\x01','\x63','\xd1','\xda','\x56','\xc1','\x90','\x90','\xbe','\x35','\x4a','\xf1','\x95','\xbf','\x76','\xdd','\x47','\xba','\xd8','\x58','\xef','\xdd','\xdc','\x10','\x8d','\xf4','\x21','\x36','\x42','\xe8','\x8b','\xd8','\x15','\x86','\xec','\xa6','\x66','\x88','\x8a','\x4d','\x02','\xc0','\x8d','\x92','\xc3','\xe3','\x44','\x6c','\x45','\xa9','\x12','\x88','\x14','\xf2','\x60','\x11','\xa4','\xc3','\xad','\x4b','\xae','\x5f','\x8e','\x55','\x20','\x32','\x5f','\xac','\xe2','\xb8','\xde','\x83','\xcf','\x2c','\x44','\xe5','\xe6','\xde','\x6a','\x15','\xf2','\xa6','\x78','\x6b','\x21','\xc9','\xed','\xd7','\x62','\xe1','\x25','\x41','\xaf','\x11','\x8e','\xf5','\x68','\xaa','\xb8','\x0a','\xa4','\x72','\xd3','\xba','\x26','\x0a','\x58','\x60','\xe5','\x51','\xa6','\xee','\x74','\xf5','\x89','\xb3','\xc0','\x19','\xdd','\xc4','\x5a','\xba','\x9a','\x05','\x1e','\x94','\x49','\x57','\xfe','\x87','\x24','\x9e','\x83','\x2a','\x69','\x05','\x2c','\x42','\x9d','\x9d','\x1a','\x61','\x30','\xc6','\xc0','\x16','\x81','\x5a','\xd1','\x50','\xb1','\xdf','\x56','\x3e','\x99','\x57','\x7e','\x6b','\x2f','\x8f','\x5b','\xcf','\x15','\x2f','\xe7','\x24','\xaf','\xff','\x7a','\xfd','\xe2','\xeb','\x55','\x3e','\x6e','\xd9','\xa3','\x6b','\xfb','\x6d','\xdd','\xa7','\x55','\x0c','\xd6','\xcf','\x30','\xf7','\x6a','\x2f','\x42','\x0f','\x75','\x7e','\xd7','\x8c','\x9b','\x00','\x5c','\x94','\x82','\x72','\x5e','\xdf','\xba','\x12','\xda','\xab','\x88','\x8b','\x95','\xef','\x56','\x6e','\xdd','\xa4','\xa2','\xc9','\x38','\x2f','\x91','\x96','\x6d','\x43','\xbf','\xb1','\x83','\xed','\xee','\x28','\x4a','\xb5','\x6d','\x1b','\x86','\x39','\x1e','\xe7','\xb1','\x8a','\x41','\xef','\x1b','\x3c','\x0d','\xdd','\xa0','\xe5','\xd5','\x62','\x21','\x20','\x14','\x4f','\x0c','\x16','\x14','\x34','\xdb','\x3c','\xb9','\x08','\xfb','\x76','\xc3','\x08','\x60','\x7b','\xdf','\xf0','\x9b','\xbf','\xed','\x18','\x9b','\xe3','\x63','\x7c','\xc3','\xdf','\xfd','\xe9','\x1f','\xf1','\xff','\xfe','\x0f','\xff','\x1e','\x1f','\x9f','\x36','\xfc','\x9f','\x7e','\xf7','\xf6','\x8b','\xfb','\x07','\xfc','\xda','\x1e','\x20','\x3d','\x84','\xe6','\xce','\x44','\x02','\x06','\xc4','\x60','\x52','\x9b','\x8e','\xee','\x3b','\xcc','\x37','\x54','\xe0','\x6e','\xc5','\x0f','\x16','\x1d','\x82','\x14','\x3e','\xa1','\xcf','\x26','\x54','\x33','\xfb','\xca','\xc7','\x0b','\x65','\x4d','\x25','\x9e','\xac','\xdc','\x99','\x8c','\x45','\x7e','\xff','\x67','\xcd','\x44','\x45','\x70','\xd5','\x03','\x19','\x5a','\x3c','\x85','\xaa','\x71','\x54','\x88','\xc8','\xb0','\x32','\xc8','\xd7','\xb7','\x5c','\x73','\x33','\xa4','\xa9','\x24','\x9d','\x89','\x91','\xf6','\xe0','\xb5','\x77','\x23','\x62','\x0d','\x4e','\xcf','\x98','\x78','\x9e','\x03','\x16','\x63','\xcd','\x97','\xbc','\x2e','\xc2','\x1a','\x42','\x94','\x8a','\x1b','\x8d','\xbc','\x38','\xc1','\x97','\x71','\x26','\x5b','\xbe','\x72','\x1e','\xb2','\x4a','\x40','\x41','\x2a','\x20','\xad','\xf8','\x00','\x86','\x36','\xeb','\x96','\xca','\xc8','\xa5','\xec','\xc2','\x9b','\x94','\x4a','\x74','\x6a','\x70','\x9e','\x75','\x24','\xbb','\x1e','\xaf','\x20','\x5a','\x09','\x03','\x24','\xa4','\xe2','\x32','\xe7','\x72','\x40','\xf2','\x6c','\x72','\x00','\xfb','\x5a','\x46','\x36','\xe6','\x60','\xf7','\xb6','\x12','\xed','\xd4','\x3c','\x82','\xa8','\x0d','\x53','\x5d','\xab','\x46','\x8e','\x0d','\x11','\x41','\x23','\xf5','\x66','\x1a','\x30','\x1b','\x51','\xf6','\xd8','\x76','\x24','\x52','\x9c','\x55','\x46','\x32','\x07','\x30','\xad','\x49','\xd0','\xa1','\x92','\xcc','\x84','\x63','\x72','\x10','\xd0','\x8a','\x30','\xe9','\xd8','\xfd','\xfe','\xeb','\x76','\x84','\xb2','\xa3','\x1a','\x66','\x24','\xd5','\x31','\x13','\x2f','\xfb','\x14','\x74','\x0f','\x22','\x91','\x39','\xff','\x8c','\x1d','\x89','\xdb','\xac','\x21','\xf5','\x50','\x01','\x41','\xca','\xc0','\xe5','\xe8','\x90','\xa4','\x13','\x96','\xb3','\xf9','\xde','\x8e','\x2e','\xd4','\xbb','\x86','\xfc','\x8a','\x83','\xee','\x1a','\xaa','\x4d','\x21','\x3e','\x48','\xd2','\x52','\x9e','\x07','\x33','\xc7','\x3e','\xb5','\x8c','\xf2','\x85','\x32','\x72','\x6a','\x9f','\xcf','\x92','\x2c','\x2e','\xec','\xe7','\x3b','\x87','\xc4','\xcb','\x8a','\xf5','\xfc','\xcb','\xfe','\x1d','\xb0','\x78','\xe9','\xf4','\x19','\xce','\xa9','\xa1','\x64','\xb5','\x33','\xad','\x92','\xc2','\xb2','\xa3','\x05','\x68','\x54','\x70','\xa2','\x1d','\xa5','\xc7','\xba','\x91','\xa9','\xac','\xbf','\x8a','\xb5','\xa9','\x42','\x3a','\xbe','\xf3','\xa6','\x2c','\x2a','\x7a','\xdb','\x51','\x90','\xe4','\xb2','\x23','\x05','\x88','\x59','\x41','\x58','\x67','\x3c','\x5c','\x05','\x40','\x52','\xfa','\xd2','\xdc','\xe0','\xb3','\xc3','\xd2','\x31','\x1c','\x08','\x67','\xe2','\x15','\xc8','\x75','\x0e','\x6b','\xe1','\x70','\x66','\x52','\x9e','\x56','\x39','\xaf','\x35','\x97','\x38','\x40','\x68','\x57','\x15','\x70','\x22','\x71','\xe4','\xc4','\x19','\x81','\xad','\x19','\x0c','\x0d','\x26','\x8a','\x42','\x39','\x64','\xca','\x88','\xcb','\xee','\xec','\xf2','\x51','\x2c','\x84','\x38','\x8b','\xd7','\x9b','\xf6','\x96','\x9d','\x53','\x12','\xa2','\x7c','\x08','\xae','\x0e','\x75','\xe9','\x61','\x50','\x78','\x23','\x57','\xa1','\x14','\x9a','\x8f','\x23','\xca','\x18','\xa8','\x41','\xeb','\x1a','\x0a','\x26','\x74','\x14','\x3a','\x6b','\x3c','\xa3','\xeb','\xfe','\x57','\x38','\xb6','\x64','\x3f','\x6c','\x96','\xbf','\x34','\xf4','\x66','\xd8','\xbc','\x69','\x01','\x70','\xac','\xa4','\x30','\x33','\xd8','\xb1','\xaa','\xc2','\x1b','\x89','\x31','\x4e','\xa9','\x63','\xd9','\x9a','\x31','\x5a','\x9e','\x44','\x83','\xb4','\xe4','\xf4','\xd7','\xac','\x0f','\x48','\x43','\x4e','\x16','\x92','\x33','\x27','\x85','\x47','\xa0','\x4e','\x86','\x27','\x62','\x50','\xe5','\x2b','\x74','\xb6','\xd9','\xc1','\x64','\x11','\x7b','\x3c','\x0f','\xc4','\x98','\xb8','\xf5','\x0d','\x1e','\xdc','\x33','\x63','\x48','\x4c','\x6b','\x88','\x19','\xf0','\xfb','\x1d','\x6f','\xb7','\x3b','\x7c','\xef','\x18','\x99','\x08','\x07','\xa6','\x40','\x90','\x92','\xab','\x0f','\x07','\x3a','\x1a','\xb6','\xfd','\x06','\xef','\x1d','\xbb','\x35','\x2d','\x3a','\x64','\x82','\x15','\xe9','\xa4','\x57','\x88','\x4e','\xa8','\xb6','\x99','\x3a','\xc9','\x12','\x63','\x2e','\x54','\x5e','\x5f','\x77','\xa1','\xe4','\x2b','\x11','\xc7','\x9a','\x91','\x62','\x60','\xee','\xa4','\x3a','\x4a','\x1a','\x7a','\x68','\x6e','\xa6','\x7e','\x36','\x67','\xc2','\x07','\xe9','\x17','\x63','\x92','\xbb','\x3f','\xc7','\x60','\xc7','\x6f','\x06','\x01','\x37','\x4c','\x3c','\xbe','\x7c','\x41','\x3e','\x06','\xb6','\xde','\x80','\x1a','\xa6','\x7e','\x9e','\xab','\xc0','\xee','\xfb','\x0e','\xdc','\x0c','\xe8','\x27','\xee','\xfb','\x1d','\xfd','\x2d','\x80','\xd3','\x91','\xb6','\xc1','\x1e','\x4f','\xb4','\xaf','\x27','\xf0','\x1c','\x38','\xcf','\x07','\xfa','\x70','\xfc','\xc5','\xa7','\x1f','\x01','\x0f','\xcc','\x6f','\x03','\xcf','\xaf','\x07','\x1c','\x1d','\xf7','\xb6','\x03','\xc9','\x9d','\x5c','\xad','\xf7','\x25','\x45','\x1b','\x73','\x90','\xfa','\xd7','\x1b','\xfa','\xad','\x53','\x74','\xc3','\x8b','\x86','\x1b','\x4a','\xe0','\x48','\x4d','\x19','\x19','\x38','\x47','\xe2','\x1c','\xb9','\xd6','\x07','\xa0','\xe5','\xc5','\xbf','\x5f','\x1c','\x35','\xce','\xd1','\x65','\x26','\xc6','\x38','\xa4','\x4c','\x4a','\x5b','\xe0','\xb8','\x0f','\xa9','\xb2','\x9e','\xf4','\x7f','\x2c','\x12','\x24','\xd4','\xf2','\x52','\xca','\xd4','\xd9','\xb2','\x52','\x83','\x55','\x11','\x53','\x43','\xd4','\xf5','\xf3','\xae','\x38','\x57','\x94','\xf4','\xd7','\x97','\xab','\x08','\x30','\x0d','\x8b','\x93','\x99','\x2d','\x44','\xc2','\x2e','\xe5','\x37','\x77','\x03','\x77','\x66','\xc6','\x9a','\x53','\x8a','\x08','\x9c','\xe7','\xc9','\xf7','\xf1','\x86','\x6d','\xdb','\x39','\xd7','\xf8','\x3c','\x30','\xc7','\xc9','\x73','\xd1','\xe8','\x1f','\x9a','\x96','\x56','\x06','\xa8','\x80','\x37','\xa6','\x16','\x25','\x07','\x14','\x8f','\x2f','\xbb','\xe2','\xfb','\x69','\xc6','\x2f','\xeb','\x80','\xfd','\xac','\x90','\xcb','\xc4','\x1a','\x68','\x51','\x0a','\xfd','\xba','\x46','\x00','\x2f','\xf6','\xba','\x2a','\x8e','\xcc','\x4b','\x05','\x36','\xeb','\xaf','\xbe','\xef','\xac','\x58','\x12','\x1c','\x4b','\xc7','\x02','\xdb','\x2a','\x01','\x85','\xfc','\xa6','\x25','\x49','\x1c','\x04','\x46','\x78','\x54','\x7a','\x77','\xcc','\xe6','\x48','\x97','\xbf','\x37','\x48','\xd0','\x82','\xb9','\x82','\x09','\x4c','\x62','\x6a','\xa5','\x19','\x1a','\x9d','\x89','\x23','\x06','\x5a','\xeb','\xca','\x91','\xda','\x3a','\x57','\x08','\x32','\x0b','\x5c','\x31','\xf2','\x75','\xd6','\x96','\xb1','\x85','\x0f','\xd6','\xdd','\x80','\xf9','\x42','\x57','\x7d','\x79','\xad','\xa2','\xd1','\x4a','\x85','\x4e','\xb3','\x5a','\x2a','\xac','\xaa','\x98','\xa8','\x9b','\x6f','\x4e','\x6a','\xb6','\xaa','\x99','\xfa','\x65','\xdd','\xcf','\x17','\x13','\x5c','\xb9','\x07','\x59','\x3f','\x6b','\xed','\x80','\xa7','\xf6','\x29','\xda','\x2a','\x9c','\x69','\xf1','\xba','\xe7','\x6c','\x23','\x2e','\x5a','\xfa','\x88','\x20','\x68','\xf7','\x5d','\x95','\xfa','\xf2','\x3d','\xa1','\x0e','\xba','\x00','\x7b','\x44','\xaa','\xd8','\x57','\x01','\x34','\xc4','\x52','\x31','\xe6','\x40','\xb9','\x4e','\x47','\x25','\x2e','\x64','\x51','\x01','\xb9','\x68','\x80','\x0c','\x9f','\x57','\xfe','\xf8','\xda','\x99','\xc1','\x02','\xd4','\xec','\xc2','\xa1','\x7e','\x79','\x59','\xa8','\x8e','\x57','\xe0','\x12','\x36','\x52','\x26','\x83','\x52','\xa6','\x03','\x2a','\x8f','\xb9','\xe8','\x85','\x25','\x4c','\x42','\x5a','\xe8','\xd5','\x09','\xcb','\x59','\x82','\x42','\xe5','\x57','\x99','\xd8','\x19','\x0d','\x08','\x50','\xef','\xcd','\x45','\x2f','\xf7','\xd6','\xd0','\xb6','\x8e','\x6d','\xdf','\x98','\xef','\x08','\x60','\xe1','\x4c','\x22','\xd5','\xdf','\xfa','\xb6','\x71','\xec','\x02','\x00','\x82','\x40','\xbc','\xb5','\xce','\x25','\xa8','\x83','\xdd','\x69','\xcf','\x86','\xcd','\x1b','\x1a','\x5c','\xb9','\x00','\x77','\xeb','\x01','\x0e','\xeb','\x9d','\x2b','\x13','\x5a','\x5b','\xf6','\xe1','\xb2','\x07','\xb7','\x8e','\xbe','\x39','\x5a','\x04','\x5a','\x03','\x3e','\xff','\xf6','\x07','\xbc','\xfd','\xe3','\x8f','\xb8','\x7d','\xfd','\x09','\x7f','\x38','\x1f','\xf8','\xff','\xfc','\xbb','\x7f','\x87','\xb7','\xff','\xfe','\x6f','\x7e','\xe5','\xce','\xfd','\x4a','\x01','\xf4','\xe5','\x18','\x38','\xe6','\xc4','\x6f','\xfd','\x1d','\x0d','\x03','\x79','\x4c','\xec','\x70','\x58','\x92','\x1f','\x9f','\xb5','\xd8','\x2a','\x8d','\x4b','\xe5','\x62','\xc8','\x81','\x06','\x9a','\xef','\x40','\x6f','\xa4','\x34','\xe0','\x84','\x25','\x85','\x12','\x72','\x29','\xc0','\xd0','\x68','\x12','\xc0','\xd6','\x77','\x3d','\x77','\x49','\x04','\x3b','\x9d','\x0f','\x22','\x61','\x93','\x0f','\x4f','\xcb','\xc0','\xb9','\x98','\x4b','\x1c','\xd7','\xbc','\x9a','\x60','\xac','\xdc','\xe1','\xf0','\xa9','\x56','\xb9','\x50','\xef','\x7c','\x71','\x42','\xa5','\x98','\xc1','\x2a','\x5f','\x09','\x76','\x33','\x0e','\x27','\xab','\xc5','\x3f','\x44','\xa7','\x11','\x75','\x1a','\x18','\x9c','\x73','\x0a','\xf7','\x2b','\xd0','\x1a','\x90','\xc6','\x8d','\xba','\x69','\x93','\xa6','\x66','\xe5','\xac','\x35','\x34','\x0f','\xf2','\x13','\x13','\x1b','\x48','\xe0','\x65','\xc2','\xbc','\xb6','\x4b','\x83','\xf3','\x18','\xf4','\x87','\x1d','\xd6','\xb4','\x4d','\x57','\x69','\x70','\x15','\x07','\xe5','\x70','\x4f','\x04','\xbe','\x9e','\x43','\x8e','\x85','\x52','\x96','\x85','\xae','\x57','\xe2','\x69','\xe6','\xe4','\xeb','\xca','\xd0','\xa7','\x8b','\x36','\x07','\xac','\xc4','\xcc','\x61','\xb8','\xf5','\x9b','\x28','\x31','\x85','\xb4','\xf0','\x6c','\xa6','\x8a','\x36','\x84','\x23','\xd2','\x30','\x3c','\x11','\x9b','\x1c','\xa7','\x06','\x56','\x21','\xfa','\xc7','\x9c','\x81','\xc3','\x13','\xe9','\xa4','\x12','\xfd','\x30','\xb8','\x15','\x7e','\x75','\xd5','\xea','\x20','\x37','\xa1','\x77','\xc1','\x82','\xa4','\x25','\x38','\x0c','\x5d','\xce','\xd3','\xc0','\x41','\x67','\xf2','\x8c','\x30','\x90','\x98','\x71','\x72','\x57','\x11','\x38','\xf8','\x8d','\xde','\x10','\xc7','\xc0','\xc8','\x93','\x74','\x22','\x9b','\x0b','\x89','\x78','\xb5','\xa3','\x1d','\xbb','\xa8','\x02','\x2f','\x76','\x14','\xb2','\x23','\xa1','\x36','\x26','\xfe','\x2f','\x32','\xd8','\x39','\x98','\x45','\x55','\x52','\x52','\x6c','\x06','\x4f','\x47','\x93','\xd4','\x4e','\x68','\x36','\xa3','\xec','\x28','\xad','\x82','\xf0','\x8b','\x1d','\x15','\x92','\x68','\x06','\x4c','\xa2','\x5e','\x35','\xc3','\xe5','\xe5','\xc1','\x06','\xf7','\xc5','\x4c','\x15','\x75','\xca','\xd0','\x96','\x5d','\xa6','\x94','\xc8','\xe0','\xb6','\xec','\x88','\x1d','\xb9','\xa9','\x0e','\xce','\x06','\xe8','\x6c','\x65','\x5d','\x4d','\xb0','\x8b','\x46','\x51','\x19','\x12','\xc9','\xf2','\xc5','\x8e','\x2a','\xea','\x2c','\x3b','\x6a','\x8e','\x11','\x13','\x5f','\x95','\xd4','\xd2','\xe9','\xff','\xcc','\x8e','\x1a','\xaf','\x69','\xd9','\x91','\xd0','\x96','\xc0','\xcf','\xec','\xc8','\x80','\x9b','\xdf','\xa8','\xba','\xf3','\xf2','\x0c','\x72','\xf9','\xf0','\xea','\x2e','\x31','\xe9','\x1d','\x9a','\xaf','\x80','\xbd','\xd8','\x51','\x26','\x46','\x4e','\x9c','\x34','\x39','\x7e','\x42','\xb0','\x65','\x3e','\x85','\xe0','\x56','\xb1','\x66','\xd6','\xe1','\x68','\x88','\xc6','\x80','\xde','\x21','\x1a','\x9a','\x27','\x86','\x37','\x64','\x4f','\x8c','\x69','\xc8','\x38','\x90','\xd6','\x75','\xae','\x07','\x22','\xdb','\x2a','\xf6','\x32','\xd9','\xeb','\x61','\x21','\x2a','\x1e','\x78','\xda','\x42','\x41','\x79','\xbc','\x07','\x90','\x8e','\xed','\x8d','\x1d','\x30','\x9f','\x9c','\xcb','\xb3','\x4c','\x64','\xcf','\x4b','\x07','\x46','\xc1','\x9a','\x85','\x6e','\xb0','\x73','\x92','\xb4','\xe7','\x34','\xaa','\xcc','\xc1','\x1d','\x03','\xc0','\x4c','\x76','\x39','\x33','\x5d','\xdd','\x4f','\x95','\x3f','\x25','\x77','\x6d','\x4e','\x4e','\xbd','\x77','\xc0','\x2a','\x09','\xe3','\xc2','\x60','\xb3','\x0d','\x7d','\x67','\xf7','\xe3','\xac','\xb9','\x0e','\x4c','\x98','\x96','\xca','\xb2','\x0b','\x47','\x24','\xef','\x3c','\x4e','\xcc','\xf1','\xd4','\x3e','\x1e','\x47','\xdb','\x5c','\x85','\x20','\xa9','\x93','\x45','\x71','\x2c','\x10','\x23','\x92','\xc9','\xf1','\x3c','\x07','\xc6','\x90','\x33','\x92','\x7d','\x8e','\x01','\xc0','\xe6','\x9a','\x9d','\xea','\x7e','\x85','\xdd','\x84','\xb3','\xab','\x70','\x0e','\x84','\x07','\x66','\x0b','\x2e','\x38','\xd5','\x80','\xfa','\xc4','\x40','\x7c','\x1c','\x98','\x3f','\x7d','\xc5','\xf9','\xf5','\x2b','\xb6','\xfb','\x9d','\x6a','\x48','\x5b','\x23','\x9d','\xb4','\x19','\x7c','\xdb','\xd0','\x77','\x0e','\xaa','\xf7','\x2f','\x03','\xf7','\x4c','\xdc','\xde','\x1a','\x10','\xc6','\x79','\x16','\x1c','\xf0','\x6d','\x43','\x6e','\x86','\x63','\x0c','\x4c','\x67','\xf7','\x32','\x2d','\xf9','\xdd','\x31','\xf8','\xec','\xc2','\xd1','\x3c','\x60','\x21','\x48','\x5b','\x2c','\xcc','\x1a','\x02','\x07','\xc4','\x78','\x31','\x75','\x45','\x94','\x9c','\xa4','\x05','\x6c','\xa3','\x8d','\x97','\xb2','\x69','\xcd','\x57','\x6e','\x0d','\x94','\x70','\x3e','\x07','\x3a','\x0c','\x5b','\xeb','\x30','\x6f','\x18','\x87','\x23','\x8e','\x0f','\xd8','\x48','\x78','\x38','\x25','\xb4','\x27','\xcf','\x76','\x38','\x13','\x07','\x9f','\x13','\x3d','\x44','\xf1','\x1c','\x27','\xf6','\x7f','\x48','\xbc','\xcd','\x13','\xf6','\xed','\x81','\xe7','\xe3','\x40','\x7e','\x4c','\x58','\x34','\xd8','\xb8','\x21','\xa6','\x63','\x0c','\xc3','\x1c','\x81','\x06','\x72','\xd8','\xed','\x16','\x18','\x61','\x6b','\xc9','\x6f','\xe6','\x01','\xd8','\x01','\x8f','\x13','\x2d','\x06','\xa0','\x8e','\x6b','\x98','\x23','\x52','\xaa','\x9f','\xe1','\xb8','\xb5','\x9d','\x64','\x9c','\x63','\x20','\x46','\x22','\xe0','\x9a','\x4f','\xef','\xa4','\xbd','\xc6','\xa6','\x48','\xc4','\x25','\xcf','\xe3','\x9c','\x40','\x03','\xd2','\x07','\xac','\x83','\xcf','\xc7','\x72','\x51','\x94','\x1b','\x1a','\x9a','\x6f','\x68','\xe9','\xf0','\x51','\x28','\x71','\x52','\x05','\x6f','\xb2','\x18','\x32','\xcd','\xd8','\xcd','\xa0','\x8f','\x74','\xf8','\x92','\xc9','\xae','\x44','\x6b','\xf7','\x1b','\x0b','\x32','\x0d','\x2b','\x37','\xb3','\x0b','\xdd','\x2e','\xff','\xd4','\x4c','\x92','\xb9','\x55','\x26','\x68','\x66','\x6e','\xfd','\x10','\x29','\x95','\xee','\x45','\x21','\xee','\x60','\x35','\xec','\x40','\x32','\xd9','\xf7','\x4e','\x70','\xf3','\x1c','\xb5','\x5d','\xfe','\xf2','\x6f','\x8c','\xa5','\x52','\x54','\x84','\x6b','\x71','\xe3','\xa5','\x26','\xca','\x30','\xc5','\xef','\x9f','\x4d','\x2c','\xd5','\x73','\x02','\x11','\xf2','\xef','\x2f','\x39','\x37','\x20','\x00','\x85','\x9d','\xff','\x58','\x8b','\xb4','\xeb','\x9a','\x95','\xd4','\x17','\x7d','\xd4','\x7d','\xed','\xc0','\x62','\x12','\x4a','\x1f','\xba','\x50','\x7f','\x67','\x22','\x9c','\x12','\xf9','\x31','\x63','\xa7','\xb9','\xe2','\x11','\xe3','\xb2','\x51','\xf8','\xc2','\xd8','\x89','\x0e','\x27','\xa0','\x54','\x35','\x94','\x81','\x9d','\x62','\x37','\x50','\x38','\x44','\xcf','\xe0','\xc8','\xc0','\xe9','\x1c','\x05','\x40','\x63','\xf1','\x34','\x52','\x8a','\x9b','\x80','\x50','\x7e','\x22','\xf4','\xdd','\x1a','\x15','\x60','\x07','\x67','\x88','\x1a','\x0c','\xb7','\xd6','\x29','\xa3','\x2e','\x00','\x67','\x15','\x08','\xca','\x49','\xc4','\xab','\x43','\x75','\x17','\x56','\x96','\x0c','\x02','\x00','\x56','\xb3','\x52','\x93','\xe7','\x2d','\xd2','\x30','\x66','\x32','\x57','\x32','\xd2','\x18','\xcd','\xc8','\x6c','\x38','\x6c','\xc0','\xb4','\x26','\xa4','\xfe','\xa3','\xfa','\x80','\x76','\x91','\x04','\x3c','\xbe','\xeb','\xc8','\xe5','\x9a','\x5e','\x84','\xc1','\x30','\x93','\x4c','\x03','\xda','\x90','\xa2','\x64','\x57','\x41','\x6e','\x2e','\x76','\x45','\x70','\x5f','\x61','\x0e','\x54','\xe2','\x6c','\xfa','\xf9','\x62','\x3e','\xb8','\x19','\xe2','\x99','\xc8','\x21','\xaa','\x5c','\xb1','\x96','\x5f','\x0a','\x86','\x62','\x30','\xe5','\x41','\xc5','\x38','\xe6','\x0d','\xb8','\x76','\xce','\x45','\x02','\x13','\xb0','\x8d','\x3b','\x91','\x20','\xac','\x20','\xd1','\x50','\xcb','\x3f','\x11','\x2a','\x5c','\x8b','\xf2','\x2d','\x0b','\x5b','\x73','\xf7','\xaa','\x80','\xea','\x19','\x5b','\x96','\x2d','\xbf','\x18','\x63','\x5e','\x36','\x59','\x71','\x38','\x2c','\xd7','\xef','\xf0','\x67','\x54','\x24','\x8b','\xee','\xd9','\xbd','\xb3','\xd0','\xcd','\xe4','\x32','\xda','\xd4','\xca','\x8b','\x42','\x24','\xac','\xc1','\xba','\x76','\x07','\xa1','\xe2','\x55','\x35','\x94','\x52','\xff','\x47','\x9b','\x68','\x16','\xb0','\xee','\xd8','\x5b','\x67','\x61','\xb3','\x6d','\xd8','\xfa','\xc6','\xd5','\x07','\x8d','\x3b','\x10','\xd3','\x80','\x31','\x06','\x4c','\x4b','\x94','\x27','\xb5','\xb2','\x29','\xb5','\xbf','\xf3','\x5a','\xe6','\x0c','\xa4','\x03','\x5b','\xbb','\x31','\x6f','\x1f','\x81','\x33','\x38','\x6a','\xd1','\xbd','\xc3','\x9b','\xe1','\xe3','\x78','\xa0','\xf5','\x86','\x4f','\x9f','\x7e','\xc0','\x7e','\xbf','\x6b','\x74','\x43','\xeb','\x32','\x62','\x20','\x3f','\x02','\xff','\xcd','\xdb','\x86','\x8f','\x79','\xe0','\x9f','\xff','\xf9','\x9f','\xf1','\xf9','\xb7','\x3f','\xe2','\xc7','\x7f','\xf9','\x37','\xf8','\x9f','\xff','\xd3','\x7f','\xc0','\xfc','\xe3','\x1d','\x66','\x1d','\x7f','\x88','\x13','\xff','\xe1','\x3f','\xff','\x1e','\xbf','\xf6','\xfa','\x45','\x01','\x34','\x82','\x89','\x6e','\x6b','\x0e','\x0b','\x43','\x8c','\x89','\x6e','\x0d','\x5b','\xee','\x08','\x4b','\x7c','\xd8','\x81','\x33','\xc7','\xe2','\xef','\x97','\x42','\x52','\x18','\xbb','\x94','\x0c','\xda','\x07','\xce','\x38','\x44','\x75','\x8a','\xe5','\xf4','\x16','\x1d','\x02','\x2e','\xb4','\x43','\xae','\xcf','\xca','\x0c','\x78','\x93','\xac','\x01','\x36','\x99','\x30','\x70','\xae','\x81','\xe8','\x1b','\x0b','\xd1','\x5c','\x8e','\xd9','\x25','\x3c','\x6f','\xd8','\x5e','\xe8','\x0f','\xb5','\x59','\x86','\xdd','\x8d','\xa2','\x8b','\xa0','\x38','\xa1','\x65','\x45','\xa3','\xd4','\xb1','\x06','\x9e','\xf3','\x84','\xa7','\x89','\xdf','\x0c','\xcd','\xb2','\xa4','\x06','\x0a','\x99','\xf0','\x9b','\xb8','\x8c','\xc7','\x1c','\x88','\x81','\xa5','\x8e','\x63','\xa9','\x0e','\x95','\x71','\x58','\x32','\xb2','\x0c','\x46','\xf4','\x8d','\x0c','\x01','\x14','\x9a','\x27','\x32','\xfe','\x99','\x59','\xc9','\x04','\xa7','\x4e','\x9b','\xd1','\x49','\xa8','\xda','\x32','\x33','\xc4','\x38','\xf0','\x6d','\x72','\xa0','\xb4','\x21','\xe9','\xf8','\x7b','\x19','\xac','\xe0','\x8f','\x97','\x93','\x91','\xb5','\x9f','\x43','\x8e','\x8e','\xf7','\x4d','\x3f','\x1e','\x40','\x2f','\x65','\xab','\x2a','\x58','\x94','\xbc','\x98','\x82','\xc0','\x39','\x4e','\x9c','\x01','\xa2','\xf3','\xcd','\x89','\x98','\x75','\x47','\x38','\x37','\xa8','\xcf','\x0e','\x1c','\x48','\x44','\x63','\xe2','\xda','\x3e','\x4e','\xbc','\xa5','\x12','\xea','\x12','\xb6','\x70','\xd7','\x90','\xb4','\x03','\x18','\x74','\xac','\x89','\x45','\x3f','\x5a','\x08','\x7f','\x0b','\x9c','\x98','\xcb','\x8e','\x88','\x8e','\x50','\x62','\x7b','\xaa','\x6d','\x7b','\xce','\x03','\xa3','\xec','\x28','\x7e','\xcd','\x8e','\x0c','\xf8','\x35','\x3b','\x5a','\x95','\xac','\xfe','\xda','\x71','\xd9','\x51','\x4e','\xc0','\x52','\x76','\x04','\x94','\xe3','\x86','\x6b','\x2a','\x85','\x59','\x91','\x12','\x68','\xa1','\xf4','\x59','\xea','\x24','\x42','\x7a','\x92','\xf6','\x84','\x55','\x30','\x05','\xce','\xa0','\xba','\x99','\x87','\xe3','\xae','\xe5','\x98','\x0b','\x99','\x19','\x6c','\x8d','\xc3','\x0c','\xe8','\xa4','\x02','\x9c','\x93','\xcb','\x0e','\x5b','\x63','\x47','\xa4','\xe8','\x82','\xdc','\x87','\x33','\x2f','\x91','\x97','\x68','\xb2','\xa5','\xf2','\xc8','\xe5','\xdc','\x64','\xe9','\x5e','\xb3','\x34','\xab','\xb2','\x5e','\x2e','\x9e','\x83','\x91','\x86','\x91','\x53','\x76','\x64','\x68','\x24','\x82','\xb0','\x20','\xf9','\xce','\x8e','\xea','\xe6','\x1a','\xa2','\xf9','\xea','\x48','\x5e','\x76','\xa4','\x99','\x27','\x24','\x7a','\xe5','\xcd','\x15','\x18','\x4c','\x82','\x0f','\x0a','\xf8','\x47','\x9c','\x38','\x32','\x30','\x1d','\x88','\x66','\x80','\x77','\xd9','\x11','\x95','\xee','\x46','\x00','\x87','\x25','\xa6','\xec','\x28','\x23','\x11','\xd3','\x11','\xea','\xae','\x78','\x6b','\xd8','\x60','\x0a','\xb4','\x46','\xf9','\x6a','\x00','\x6d','\xcd','\x2b','\x25','\x87','\xd3','\xbd','\x63','\x8b','\x44','\x60','\x60','\x24','\xb4','\x0b','\x65','\x50','\x0e','\x17','\xa6','\x99','\x0e','\xa0','\x85','\x51','\x91','\x48','\x9d','\xa8','\x6e','\x8e','\xcd','\xfa','\x42','\x82','\x0d','\x4c','\xb0','\xd3','\x6b','\xd5','\x63','\x52','\xc2','\x53','\x05','\xbb','\xd5','\xf9','\x05','\x0b','\x9a','\xcc','\x04','\x66','\x60','\x4e','\xaa','\xc8','\xf5','\x04','\x60','\x52','\xcf','\x71','\xf0','\xfb','\x66','\x53','\x22','\x03','\xaa','\xc1','\x15','\x2f','\x5c','\x82','\x23','\xa6','\xf3','\xbe','\xba','\xbc','\x49','\xd1','\x98','\x90','\xed','\x23','\x2f','\xea','\xc2','\x4c','\xf9','\xc6','\xc0','\x1a','\xb2','\xe5','\x6c','\x12','\x3b','\x44','\xcf','\xe3','\x44','\x6b','\x2c','\xf2','\x26','\x1c','\x7d','\x31','\x72','\xbe','\x8b','\x96','\x28','\xf4','\x99','\x7c','\x7b','\x82','\x40','\x6e','\x0d','\xfb','\xb6','\x01','\x46','\x65','\x36','\x8a','\x50','\x70','\x16','\xcf','\x95','\x05','\xce','\x98','\xa2','\x29','\x03','\xf7','\xce','\xee','\xff','\x9c','\x13','\x31','\xd8','\x8d','\x13','\xc3','\x15','\xee','\xa4','\x45','\x7e','\xfd','\xd3','\x4f','\x7c','\xef','\xad','\x23','\xbb','\x73','\x59','\x65','\x77','\x6c','\xef','\x77','\xbc','\xff','\xf0','\x09','\xef','\xef','\x6f','\xb0','\x47','\xa0','\x7f','\x0d','\xec','\x9f','\x26','\xe2','\xbe','\xe1','\xbc','\x91','\x62','\x6a','\x6f','\x77','\xd8','\x7d','\xb9','\x30','\x40','\x40','\x81','\x65','\x5c','\x03','\xcb','\x3e','\xd1','\xa2','\x31','\x79','\x42','\x00','\xd6','\x04','\x7b','\xc5','\x12','\xa0','\xa9','\x44','\xd3','\x9a','\x8e','\xaa','\x66','\x3f','\x1c','\x06','\x74','\xe3','\xfc','\x5c','\xea','\x43','\x2a','\x46','\xf5','\x06','\x8b','\x86','\x96','\xc0','\xad','\x75','\xec','\xb7','\x3b','\x66','\x3f','\x78','\xaf','\x8e','\x89','\x0e','\xc7','\x8f','\xdb','\x1d','\xf3','\xfd','\x40','\x8e','\x93','\x33','\x9b','\x49','\xb1','\x91','\xb7','\xdb','\x8e','\x9f','\xf6','\x1d','\x1f','\x5f','\x3f','\xb0','\xfd','\xe1','\x1b','\xfc','\x4f','\x03','\xf1','\x38','\x31','\x1f','\x07','\x3b','\x6c','\x93','\x80','\x0c','\x4e','\x60','\x9e','\x8e','\xde','\x6e','\xb0','\xde','\xd9','\xb5','\xc8','\x04','\x76','\xde','\xab','\x38','\x26','\x97','\x3a','\x1b','\xed','\x3d','\xc4','\x12','\x80','\x31','\xa9','\x8a','\x49','\x64','\xf5','\x71','\x1c','\xc0','\x57','\xfa','\x9e','\x6f','\x1f','\x1f','\x8b','\x02','\x4c','\xb9','\x5d','\x75','\x62','\xcc','\xb1','\xf5','\x8d','\xb6','\x3b','\x0e','\x14','\x25','\x36','\xc1','\xc5','\xaa','\x71','\x32','\x59','\x31','\x3b','\xe1','\x6e','\xe8','\x7d','\x43','\xeb','\x45','\x05','\x0d','\x64','\xaa','\x6b','\x3e','\x13','\x98','\x7a','\xce','\x41','\xb0','\xb0','\xe6','\xdd','\x9a','\x39','\xb2','\x77','\x34','\x65','\x12','\x99','\x29','\x85','\xd3','\xae','\xe7','\x50','\x15','\x02','\xbb','\xcb','\x95','\xc0','\x07','\x1c','\x91','\xbe','\xe6','\x44','\x2f','\xe7','\x9e','\xab','\x10','\x4a','\x80','\xf3','\x39','\xce','\xd9','\x5c','\x82','\x09','\x90','\xca','\x85','\x3a','\xda','\x31','\x71','\x9e','\x44','\xe1','\xdd','\x39','\x4f','\x1a','\x7a','\xde','\x06','\xee','\x36','\xc2','\x56','\x9d','\xf4','\x5c','\xf1','\x95','\xae','\xd2','\x74','\x2c','\x8c','\xf4','\xc8','\x3c','\x29','\xa0','\xd2','\xe9','\x1b','\x96','\xaf','\x79','\x11','\x78','\x69','\xee','\xc0','\xd6','\xd7','\xf5','\xd6','\x2c','\xd4','\x3a','\xc7','\x55','\x00','\xad','\x6f','\x53','\x45','\x50','\xac','\x79','\x39','\x32','\x5a','\x48','\x8b','\x5c','\xa4','\x2b','\x15','\x57','\x59','\xcf','\x0e','\x06','\x0b','\x82','\x3e','\x30','\xce','\xcc','\x25','\x92','\x00','\xa5','\x53','\x0c','\xa2','\x9b','\xc3','\x67','\xc0','\x07','\x38','\x27','\xd9','\x4c','\xfe','\x5a','\xa0','\x5d','\xe7','\xc2','\xe3','\x3c','\x81','\x98','\xec','\x9a','\x23','\x24','\xf9','\x8e','\x4a','\xea','\x8d','\xe8','\xff','\x08','\x0a','\xc7','\xb4','\x86','\xa7','\xc0','\x3c','\x47','\x62','\x0e','\x43','\x34','\xc9','\xf8','\x9b','\xc3','\x36','\x23','\xd5','\x77','\x5e','\x54','\xae','\x54','\xce','\xe3','\x30','\xb4','\xa9','\x55','\xd6','\x5e','\x3e','\x0f','\xeb','\xfe','\x50','\x76','\x79','\xa3','\xcd','\x58','\xe0','\x84','\x3a','\xcf','\xee','\x8b','\xfa','\x8b','\x1a','\x8b','\x8a','\x5c','\xf1','\xf3','\x25','\xc9','\xe1','\x5f','\xea','\xb8','\x9a','\x3a','\x23','\xb6','\x75','\x15','\x2d','\xc9','\x60','\xbf','\x3a','\xe4','\x10','\x8d','\xd6','\x04','\x4e','\x56','\x6c','\xd7','\x8f','\x29','\x4d','\xe8','\xca','\x49','\x11','\xc9','\x24','\x76','\xd5','\x22','\xd5','\xc1','\xbc','\x18','\x1f','\xb4','\x03','\x5b','\xef','\xd1','\xd1','\xd9','\x35','\xcf','\x00','\x17','\x65','\x28','\x5f','\x4c','\xd0','\x6f','\x58','\x4a','\x20','\xe4','\xea','\xfe','\x64','\xa4','\x00','\xc1','\x2a','\x38','\xf8','\xfc','\x8b','\x2e','\x0d','\x54','\xf9','\x0f','\x75','\x3c','\x6c','\xdd','\x63','\x33','\x01','\xc0','\x8a','\xef','\x51','\xb4','\x55','\x2b','\xf1','\xb2','\xb2','\xb9','\x0a','\x9f','\xb6','\x62','\x35','\xcf','\x0b','\xbb','\xfe','\xd5','\xa1','\xf3','\x96','\x17','\x43','\xc4','\x6b','\x55','\x45','\xdd','\x77','\x70','\xb9','\x2d','\x52','\x7e','\xd2','\xd0','\x4a','\x60','\x65','\x33','\xdc','\xf6','\x86','\x6d','\xdb','\xe0','\x7d','\x47','\xe3','\x52','\x29','\xe6','\x43','\x56','\xf3','\xab','\x0d','\xbe','\x61','\xb1','\x40','\xc2','\x18','\xe3','\x09','\xcc','\x75','\xec','\x5a','\xbf','\xe2','\x68','\x98','\x98','\x08','\x81','\xe2','\x91','\xa4','\x84','\x87','\x39','\xfa','\xa7','\xcf','\xd8','\xf6','\x0d','\xdb','\x1b','\xff','\xed','\xc6','\x6e','\xaf','\xcf','\xc0','\x18','\x0e','\x8b','\xc4','\x5f','\x78','\xc3','\xc7','\x11','\x78','\x8e','\x13','\xbf','\xb9','\xdd','\xd1','\x7f','\xf3','\x23','\xee','\x3f','\x7c','\xc6','\x7c','\x13','\x8d','\x1a','\x1d','\x7f','\xf8','\x78','\xe0','\xd7','\x5e','\xbf','\x28','\x80','\xf6','\xdb','\x8e','\xe1','\x8e','\x91','\x54','\x4d','\x41','\x4e','\x84','\x51','\x68','\x80','\x60','\x35','\x2f','\xb8','\x10','\x87','\x8a','\xad','\x99','\xc0','\xf1','\xe0','\xa8','\xfc','\x79','\x1c','\x18','\x91','\x4c','\xb6','\xaa','\x52','\x96','\x11','\xc1','\xae','\x56','\xe4','\x9c','\xb9','\x04','\x4d','\x2a','\xaf','\xe3','\xe2','\x41','\x03','\xd0','\x97','\x72','\x8d','\xc1','\x88','\x70','\x8a','\xc7','\x99','\x4a','\x40','\xa3','\x28','\x18','\x8d','\x09','\xcc','\x6c','\x6a','\xcd','\xc9','\x38','\xcc','\x1d','\xd6','\x37','\x64','\xb2','\x3d','\x5e','\x89','\x6b','\x8c','\x32','\x10','\x6e','\xa3','\x9f','\x42','\x20','\xea','\xe0','\xc0','\x1d','\xb5','\x08','\x36','\x21','\x29','\xe1','\x18','\x98','\x36','\x71','\xe4','\xc0','\x44','\xc2','\xa2','\xc1','\x87','\xb8','\xc9','\x5d','\x52','\xa1','\x6a','\x09','\x72','\x61','\xe7','\x89','\xe2','\x3e','\x93','\x5f','\x8f','\x8b','\x8e','\xe3','\x74','\x48','\x75','\x20','\xdc','\xf9','\x9d','\x6a','\x91','\x6b','\x06','\x2b','\xdc','\x33','\x4e','\x9a','\x63','\x3a','\xbb','\x29','\x19','\x88','\xd3','\x2e','\xc7','\x0d','\x71','\x79','\x9d','\xcb','\x0b','\xc9','\xf3','\x27','\x9a','\x14','\x8d','\x1d','\x02','\x48','\x65','\x2d','\xe2','\x04','\x77','\x33','\xb6','\xab','\x60','\x71','\x72','\x95','\xbd','\x6b','\xc1','\xeb','\xe4','\x9e','\x1f','\x3a','\x82','\x89','\x6c','\x81','\x48','\x2e','\xb1','\xac','\x91','\x4e','\x72','\xf5','\xc1','\xf6','\xb5','\x81','\x0a','\x1d','\xe0','\x42','\xca','\xda','\x1f','\xe1','\xde','\x60','\x1e','\x10','\x14','\x83','\x36','\x06','\x33','\xfb','\x9a','\x71','\x30','\x60','\xb3','\x8e','\x99','\x3c','\xe0','\x6b','\x18','\x57','\x36','\xf0','\x7c','\x0e','\xe4','\x73','\xe0','\x3c','\x9e','\xff','\x45','\x3b','\xf2','\xff','\x0d','\x3b','\xd2','\xfa','\x73','\xca','\x80','\x27','\x3b','\x20','\xde','\x37','\x0d','\x39','\x6b','\x76','\x47','\x09','\x3e','\x92','\x1c','\x7f','\xcb','\x60','\xc7','\xc6','\x84','\xae','\x99','\xf8','\xf2','\xbd','\x73','\x98','\xf8','\x3c','\x54','\x4c','\x97','\x42','\x15','\x00','\xd9','\x51','\xa4','\x5f','\x85','\x65','\x39','\xe0','\xa4','\xb3','\x0f','\xcd','\xaa','\xc5','\xf9','\x33','\x3b','\x9a','\xfc','\x1e','\xcd','\xba','\xf6','\x57','\x70','\x00','\xdc','\xba','\x53','\xa1','\x6c','\x9c','\xeb','\xbb','\x13','\xb1','\xa9','\x00','\x4e','\x67','\x39','\xab','\x2b','\x51','\x76','\x84','\x5c','\xcf','\x6a','\x46','\xe0','\x0c','\xe0','\xd4','\x10','\x2c','\x55','\xec','\xea','\xec','\x94','\x1d','\xd1','\x99','\x97','\x83','\x27','\x9a','\x97','\x58','\x8b','\xd4','\x9a','\xda','\xf5','\x7a','\xef','\x18','\x03','\x47','\x72','\x30','\x5b','\x93','\xc8','\x68','\x9e','\xe8','\x06','\xed','\x63','\x48','\xcc','\xe7','\xa0','\x94','\xb3','\x25','\x72','\x00','\x68','\x81','\xc8','\x4e','\x3a','\x25','\x14','\xf4','\x33','\x60','\x33','\x95','\x68','\x3b','\x12','\x9d','\xb6','\xaa','\xe0','\xde','\xcc','\x70','\x0e','\xd2','\x7e','\xc4','\x39','\x94','\x87','\xb2','\x17','\xef','\xce','\x7f','\x06','\x52','\x2a','\x4f','\x13','\xa3','\x28','\x0f','\x0a','\x9a','\x54','\x5d','\x23','\x90','\x42','\xda','\xe5','\x86','\x5b','\xef','\xc0','\x96','\x40','\xbf','\xa1','\x3b','\x83','\x3e','\x0c','\x78','\x9c','\x1f','\x2b','\x19','\xc1','\xea','\x20','\x94','\x0c','\xfb','\xb5','\x48','\x37','\x66','\xe8','\xf7','\x3a','\x5a','\x24','\xe6','\x1c','\xf4','\x69','\xb2','\xb1','\xfb','\xed','\x1d','\xd6','\xb7','\x95','\x34','\x31','\x81','\xe2','\xb5','\x16','\x45','\x2b','\x93','\x4a','\x4a','\x0c','\x94','\x00','\xdc','\xd1','\xab','\xb3','\xe3','\x7c','\x82','\x67','\x4c','\x1c','\xe7','\x58','\x35','\x0c','\x55','\x88','\xae','\x21','\xf6','\x25','\xa7','\x2e','\x24','\x70','\xc4','\x84','\x9f','\x81','\xb0','\xb9','\x02','\x64','\x01','\x40','\x81','\x13','\x9b','\x94','\xc4','\x78','\xcf','\x1b','\x3b','\x52','\x15','\xe8','\x55','\x18','\xf2','\x0d','\x25','\xe9','\xad','\xfb','\x4b','\xa5','\x31','\x2a','\x40','\xbe','\x7d','\xfa','\x01','\x70','\xc7','\xc7','\xc7','\x07','\xce','\xe3','\xc0','\x39','\x4e','\x38','\xc0','\xd9','\xbd','\x6d','\xc3','\xd6','\x1a','\xda','\x9d','\x33','\x5a','\x67','\x12','\x5c','\x3a','\xce','\x27','\x7c','\x34','\x6c','\xc6','\x44','\xdf','\xb6','\x86','\x6f','\x47','\xe0','\xa7','\x6f','\x27','\xee','\xe3','\x09','\x3f','\x6f','\xc8','\x79','\xc3','\x7e','\x37','\xd8','\xf1','\x8e','\x3e','\x77','\x6e','\x0e','\x37','\x53','\xe7','\x26','\x65','\x9b','\x81','\x5a','\xea','\xba','\x02','\x0f','\x12','\xa5','\x69','\xd7','\x8d','\x20','\x46','\x54','\x96','\x0d','\xa0','\xaa','\xa1','\xee','\x9b','\xe8','\x20','\x7c','\x16','\x39','\x03','\x79','\x0e','\xc4','\x49','\x15','\xa3','\x0c','\xa0','\x0d','\x83','\x9d','\x54','\xbe','\xc2','\x06','\xa0','\x77','\xb4','\xe4','\xac','\xa3','\xef','\x8e','\x0d','\x8d','\x45','\x9d','\xf6','\x57','\xd4','\x80','\x7e','\xc4','\xc4','\xe3','\xb1','\x63','\xf3','\x8e','\xa7','\xed','\x40','\x74','\xc0','\x37','\x6c','\xcf','\x0d','\xdb','\xc7','\x1d','\xf3','\x7c','\x90','\xfa','\xf7','\x3c','\x71','\x9a','\x31','\xed','\x9b','\x13','\x71','\x04','\x70','\x9e','\x18','\x0f','\x2e','\xce','\x8d','\x9c','\x68','\xea','\x9a','\xb8','\x19','\xb6','\xb6','\xa1','\xa1','\x61','\xce','\x93','\x7b','\x4a','\x42','\x83','\xec','\x6e','\x38','\x9e','\x0f','\xfc','\xf4','\xc7','\x3f','\xac','\x19','\x99','\x57','\x95','\x49','\x45','\x06','\xb8','\x37','\x8d','\x2b','\x0d','\x94','\x52','\x54','\x1d','\x1f','\x2e','\x27','\x4f','\x98','\xcd','\xe5','\x5b','\x66','\x06','\xec','\x34','\xd1','\x44','\x2f','\x7f','\xce','\xe3','\x40','\x67','\x17','\x31','\xa5','\x90','\xa9','\x01','\x6f','\xab','\xee','\xb4','\xba','\xc1','\x11','\xb8','\xbf','\xdd','\xd1','\xbd','\xab','\x70','\x8e','\xb5','\x33','\xb0','\x12','\xbd','\xf5','\x12','\x2d','\xe8','\xe5','\x4f','\xd6','\x11','\x47','\x32','\x8e','\xaf','\xf5','\x13','\x6e','\xca','\xaf','\xb8','\x83','\x8b','\xaf','\x54','\xed','\x2a','\x3a','\xd1','\x1c','\xdc','\x9b','\xa7','\x73','\xcf','\x99','\xd2','\xb6','\xf2','\x8d','\x25','\x70','\xa1','\x8e','\x67','\xbd','\x1f','\xe3','\x63','\x08','\x0c','\x6f','\x44','\xa9','\xbb','\x16','\xfe','\x8a','\x5a','\x77','\x1c','\x07','\x0b','\xbe','\x46','\x1a','\x5e','\x2a','\x99','\xac','\x8b','\x2d','\xdf','\x6b','\xe5','\x9b','\x5e','\xbf','\xce','\xab','\x9f','\xe5','\xd5','\x71','\xb6','\x33','\xf3','\xbb','\xb3','\xcc','\x0e','\x92','\x28','\x83','\x56','\xfb','\x9d','\x8c','\x31','\x48','\xdd','\x1f','\xf7','\x44','\x6f','\xa6','\x05','\xc2','\x54','\xe9','\xca','\x3c','\xb8','\xc3','\x0b','\x8e','\x0c','\xcd','\xd0','\xd5','\x5d','\x71','\xbe','\xb7','\x81','\xca','\x8a','\xd3','\x98','\xa0','\x86','\x5d','\xc0','\x2e','\x35','\x20','\x03','\x98','\x8c','\x63','\x6e','\x64','\x68','\xa0','\x66','\x84','\x12','\x2a','\x10','\x03','\xb6','\x33','\x87','\x60','\x87','\x87','\x3e','\x0f','\x28','\x70','\x59','\xdd','\xf0','\xe0','\x7c','\xe3','\x02','\x97','\x5e','\x7c','\x51','\x30','\x99','\xa2','\xc8','\x54','\x75','\x7f','\x5a','\xa0','\xda','\xe8','\x7c','\x1e','\xbc','\x37','\x19','\xc9','\xfc','\x42','\x33','\x9b','\x66','\x45','\x73','\xab','\x38','\x3f','\xe1','\xde','\xf1','\x69','\xbf','\x33','\x17','\x89','\x90','\x20','\x41','\xed','\xbf','\x49','\xd4','\xfc','\xe0','\x66','\xcc','\x63','\x96','\x28','\x42','\x15','\xc1','\x01','\xd2','\x62','\x9d','\x73','\xe0','\x6b','\x74','\x41','\xc9','\x44','\x15','\xe8','\x04','\xc4','\x35','\x17','\xab','\x19','\x6f','\xfd','\xc5','\xcb','\xf3','\xa3','\x9d','\x86','\x91','\x69','\x22','\xb2','\x29','\x01','\x1c','\x9d','\x4a','\x26','\x6e','\x9a','\xdd','\xae','\xe5','\xec','\x25','\x28','\x82','\x94','\xa2','\x22','\x8b','\x06','\x73','\x47','\xee','\x55','\xfe','\x09','\xf8','\x5f','\x00','\x59','\x15','\xd4','\x17','\xc5','\xed','\xe7','\xcb','\x55','\xc9','\x1e','\x25','\xd5','\x9b','\x8b','\xa5','\x75','\xcd','\x8e','\x97','\x8e','\xe3','\x75','\xcf','\xab','\x5a','\xa5','\xf2','\x6d','\x1d','\x31','\x63','\x87','\x6c','\x23','\xb8','\xd0','\x1c','\xd4','\x07','\xe8','\x0d','\xd9','\x1a','\x86','\x01','\x1e','\x2c','\x98','\x09','\x0e','\x03','\xd6','\x3a','\x6e','\x1b','\x65','\xad','\xbb','\xe6','\xf7','\x52','\x60','\xc5','\x8c','\xc4','\x38','\x3f','\x60','\x36','\xd0','\x3f','\xdd','\x31','\x27','\x70','\x3c','\x1f','\x48','\x67','\x0c','\xe9','\xdb','\x0d','\xce','\x9a','\x1c','\x11','\x03','\x6f','\xef','\x9f','\xd1','\x5a','\xc7','\x9c','\x27','\x3e','\xbe','\x1d','\x28','\xb9','\xf0','\xe6','\x94','\xda','\x6e','\xf7','\x3b','\x8e','\x0c','\xa0','\x6f','\xf8','\xeb','\xbf','\xfd','\x57','\xe8','\x3f','\x7c','\xc2','\xb7','\xf3','\xc4','\xbf','\xfc','\xab','\xbf','\xc0','\x7f','\xfc','\xe3','\x6f','\xf1','\xf5','\x0f','\xff','\x84','\xd6','\x80','\xc7','\xc7','\xc7','\xcf','\xbd','\x0c','\x80','\x3f','\x23','\x83','\x9d','\xa0','\x56','\x37','\xb2','\x78','\xba','\xba','\x59','\xaa','\x12','\x2d','\x00','\xb7','\xae','\x24','\x9c','\x2f','\x2a','\x98','\x0d','\xc9','\xdf','\xd5','\x7e','\x77','\x39','\x83','\xe4','\x5c','\x49','\x21','\x1e','\x61','\x03','\x86','\x6d','\x51','\x39','\x56','\xbc','\x4a','\xca','\x2c','\x22','\x92','\x02','\x42','\x31','\x50','\x0b','\x2f','\x9b','\x31','\x68','\x33','\x11','\x20','\xb2','\x50','\x43','\xd6','\xa9','\x59','\x01','\xe5','\xd8','\x34','\x4a','\x37','\xf2','\x55','\xb5','\xdb','\xc4','\x3b','\x25','\xa7','\xe5','\x86','\x95','\x14','\xd0','\x19','\x6e','\x6d','\x03','\xa2','\xb8','\x88','\x72','\xfc','\xce','\x16','\x7a','\x7a','\xe3','\xfb','\x4f','\x5b','\xce','\xda','\x20','\x89','\x6a','\xd1','\x5a','\x1c','\x2c','\x00','\x2a','\x31','\x0f','\x00','\x23','\x07','\x16','\xdf','\x58','\x87','\x36','\x8d','\xbb','\x54','\x16','\xaa','\x9e','\x5c','\xea','\x94','\xca','\xb6','\x09','\x7c','\x30','\xd9','\x98','\x73','\xf2','\xfb','\xf4','\x4d','\x49','\x12','\x1d','\x41','\xa1','\x63','\x2b','\xb9','\x49','\x60','\x44','\xc1','\x16','\x02','\x42','\x74','\x43','\x6b','\xb9','\xa3','\x16','\x88','\x03','\x11','\xe8','\x6a','\x27','\x33','\x59','\x20','\x35','\x80','\x4b','\xab','\x12','\xdb','\xb6','\x2d','\x5a','\xe3','\x8c','\xe0','\xa0','\xf0','\x39','\x11','\x53','\xc5','\x0e','\x80','\x52','\xe4','\xf1','\x6a','\xe3','\xa3','\x3a','\x1d','\x52','\x71','\x89','\x50','\x5b','\xb5','\x71','\x9f','\x86','\xd9','\xda','\x47','\x44','\x4e','\xb1','\x61','\xcf','\x26','\x4a','\x51','\x5c','\x76','\x64','\xdf','\xdb','\x51','\xce','\x12','\x30','\xf8','\xf3','\x76','\x34','\x6c','\x60','\xb7','\x0d','\xfe','\xe7','\xec','\x28','\x13','\xe1','\x4d','\x92','\xd0','\x29','\x14','\x8a','\xa8','\x67','\x79','\x82','\xe1','\x44','\xb2','\x93','\xca','\x1a','\x42','\x8d','\xe4','\xff','\x8a','\x5b','\xec','\x4c','\x7a','\xe1','\xa4','\xf1','\x2c','\x27','\x2a','\x4b','\x0a','\xf1','\x62','\x7b','\xd9','\xd1','\x9c','\xcc','\xd5','\xaa','\xa0','\xe8','\x1c','\x06','\xb6','\x88','\x5a','\x92','\xbc','\xec','\x28','\x93','\xbb','\xb3','\xd2','\x02','\x3e','\x0d','\x00','\x67','\xdf','\x6a','\x06','\xe3','\x8c','\x09','\xef','\x26','\x67','\x69','\xd7','\x3d','\x08','\x21','\x6c','\x42','\xca','\x96','\x1d','\x99','\x36','\x5c','\x27','\x45','\x22','\x66','\x10','\x3d','\x6c','\x7d','\x63','\x02','\xa3','\x01','\x96','\xac','\x73','\xbd','\xec','\x28','\x31','\x92','\xbb','\x4e','\xea','\x5c','\x9b','\x95','\x70','\x88','\xec','\x28','\x4a','\x21','\x2e','\x56','\xb1','\x59','\x0b','\x55','\x4d','\xf2','\xf6','\x9e','\xc0','\xbe','\x91','\x72','\xb1','\x64','\xc4','\xe7','\x20','\x90','\x30','\x85','\x30','\x99','\xa6','\x6c','\xcc','\xe1','\x1e','\xe8','\x6a','\x99','\x87','\x06','\x98','\xba','\xfc','\x8d','\x7b','\x87','\x9b','\xa4','\x9e','\xbd','\xa1','\xb6','\x66','\x94','\x40','\x47','\xb8','\x61','\x6b','\x2c','\xc0','\x2a','\x30','\x54','\xeb','\xbe','\x03','\x12','\x30','\x90','\x0a','\xa2','\x8a','\xc4','\x86','\xc6','\x39','\xac','\x6e','\x18','\xf3','\xc4','\x8e','\x40','\x4f','\xf2','\xb5','\x9f','\xf3','\x5c','\xa0','\x4e','\xcd','\x0f','\x6e','\x0a','\xe1','\x55','\xd0','\xb2','\x7b','\xa9','\x39','\x35','\x5d','\x87','\x09','\x40','\x98','\x23','\xe1','\xad','\x63','\xbf','\xdf','\xe0','\x7d','\xc3','\x18','\x13','\x71','\x0e','\x9e','\x49','\x75','\x24','\x57','\x62','\x99','\x94','\x99','\x1d','\xe7','\x89','\x1c','\x13','\xad','\x40','\xa5','\xa6','\x84','\x33','\xe9','\x75','\x9b','\xbb','\x68','\x13','\xd5','\xd7','\x7e','\x09','\x98','\x99','\xcb','\x87','\x26','\x52','\xf2','\xb6','\x7a','\xb2','\x56','\xbc','\x77','\x1e','\xdc','\x8a','\xe9','\x0c','\xd4','\x2a','\x1b','\x46','\xcd','\x40','\x92','\x37','\x5f','\x42','\x10','\x8b','\x4d','\x6e','\x57','\x70','\xef','\xda','\x47','\x34','\x83','\x3a','\x51','\xad','\x3b','\x0c','\x1b','\xb2','\x53','\x41','\xab','\xf7','\x5a','\x7e','\xdd','\xb1','\x6f','\x37','\x60','\x27','\x88','\x76','\xc4','\xc4','\x73','\x0e','\xce','\xb3','\xf5','\x86','\xb6','\x77','\x82','\x05','\x33','\x28','\x7a','\x31','\x0e','\xe0','\x04','\xec','\x04','\xe2','\xf9','\x80','\x7f','\x7c','\xa0','\xdf','\x3b','\xa6','\x6f','\x38','\x6d','\x62','\x86','\x21','\x26','\xbb','\x32','\x95','\x08','\xd0','\x90','\xc9','\x00','\x48','\x37','\x4c','\x9f','\x4c','\xe4','\xb4','\x77','\x0e','\x4e','\x0e','\x3b','\xa4','\xa8','\xa9','\x86','\x06','\x67','\x8c','\xce','\x81','\x71','\x4e','\xe4','\x38','\x91','\xc7','\x8b','\xb2','\xd1','\x4c','\xcc','\xc7','\x84','\x1d','\x13','\x9b','\x35','\x9c','\x7d','\x52','\xba','\x7b','\x0c','\xe4','\xe3','\x58','\x72','\xc1','\x31','\x0f','\xc4','\x39','\xd6','\x2a','\x03','\x24','\xbb','\x7a','\xcf','\xf3','\x89','\xe3','\xf1','\x81','\x71','\x1e','\x78','\x6b','\x0d','\xf7','\xcf','\x9f','\xd0','\xf7','\x0d','\x5b','\x7f','\x62','\x3c','\x77','\x9c','\xcf','\x07','\xce','\x7c','\xc2','\x83','\x79','\xff','\x98','\x13','\xf1','\x78','\x62','\x8e','\x81','\xf1','\x3c','\x30','\x0e','\xaa','\x68','\x6e','\xc9','\x41','\xe2','\x02','\x06','\xcc','\x98','\x0c','\xad','\x4e','\x83','\x5f','\xbb','\xe3','\x1e','\x8f','\x27','\x32','\x13','\x6f','\xef','\x6f','\x97','\x0f','\x34','\x93','\xb8','\x10','\x64','\x93','\x27','\x20','\xf6','\xc4','\xab','\xa2','\x6a','\xd9','\x4f','\x25','\x4f','\xb0','\x9a','\xe1','\xbb','\x40','\xa6','\xa5','\xa0','\x28','\x10','\x2d','\x21','\xa4','\xb9','\x1b','\x66','\x28','\x11','\x35','\xe3','\x6e','\xbf','\xda','\x45','\x66','\xa4','\x0f','\x7a','\x6b','\x94','\x4a','\x06','\x78','\x6f','\xe3','\x67','\x4b','\xa9','\x5f','\xe2','\xd3','\xf7','\xaf','\x9a','\x49','\x94','\x6f','\x29','\xe0','\x63','\x01','\x07','\x57','\x51','\x5e','\x33','\x87','\xdf','\x29','\x6b','\x2e','\x8e','\x79','\x47','\x47','\x5b','\x94','\xab','\x53','\x1d','\x4c','\x18','\x91','\xf5','\x12','\x17','\x9a','\x5a','\x1b','\x10','\xea','\x34','\x54','\x27','\xa7','\xee','\x67','\x51','\x96','\x33','\xf8','\x9c','\xad','\xb1','\x3b','\x94','\xd0','\xee','\xa3','\x59','\x0c','\x93','\x97','\x99','\x97','\x2a','\xf6','\x74','\xd9','\xe6','\xb8','\xe6','\xa2','\xea','\x0b','\x67','\x9d','\x5f','\xdd','\x8f','\x55','\xc4','\x0a','\xe8','\x32','\xe5','\x5b','\xca','\xff','\x13','\xa2','\x0c','\x2b','\x5e','\x37','\xa7','\x4a','\x16','\x02','\x08','\x6f','\xec','\xde','\xc0','\x08','\x05','\xd4','\xb9','\x65','\x09','\xc9','\x58','\x6d','\xa2','\x2d','\x2e','\x75','\x38','\xb1','\x51','\x9a','\xc3','\x2d','\xd1','\xb2','\xc1','\x26','\xd5','\x67','\x49','\xcf','\x2d','\x20','\x5a','\x00','\xc8','\x94','\x42','\xad','\x01','\xd8','\xa4','\xbe','\x67','\x04','\x4d','\xaa','\x90','\x72','\x23','\x98','\x74','\x3e','\x1e','\x38','\x4e','\x2a','\x76','\xd4','\x52','\xd3','\xfa','\x87','\xd4','\x78','\x7e','\xa1','\x34','\x10','\x28','\x5d','\xb2','\xfe','\x86','\x9a','\xb3','\x45','\xa8','\xbb','\x36','\xc5','\xd8','\xb0','\x10','\x43','\xa3','\x6c','\x07','\x6b','\xce','\x1b','\xf3','\x12','\x24','\x80','\x72','\x3e','\x87','\x72','\xaa','\x10','\x28','\x20','\xc9','\xf4','\x9a','\x65','\x5c','\x46','\x9f','\x90','\x52','\x25','\xed','\x8d','\x5d','\x34','\xe6','\x39','\x51','\xee','\xa6','\xec','\x4e','\x00','\x14','\xdc','\x96','\x0f','\x53','\xbf','\x79','\xd1','\xcd','\x5b','\x73','\x9c','\x53','\xb3','\x72','\x56','\x45','\x89','\xf2','\x46','\xad','\x56','\x61','\xd9','\xdc','\x60','\x8a','\x68','\xcc','\xa1','\x98','\x4b','\x95','\x0e','\xc7','\x14','\x38','\xbe','\x7f','\x07','\x0e','\x5f','\xb4','\xc3','\xa5','\xc4','\xf7','\x2b','\xe7','\xba','\x5e','\xc5','\xc2','\x0b','\xe0','\xa2','\xa2','\x9b','\x6b','\x77','\x12','\x0d','\x25','\x0c','\x4b','\xfc','\xc3','\x9d','\x60','\xef','\x98','\x63','\x51','\x89','\x15','\xb0','\x39','\x6b','\xe7','\x05','\xc2','\xea','\x4c','\x08','\xb0','\xbc','\x6a','\x25','\x76','\x38','\xb9','\xc7','\x71','\x62','\x03','\xe7','\xcd','\xb6','\xbe','\xb1','\x0b','\x37','\x1c','\xe7','\x18','\x18','\x31','\x60','\x7e','\x60','\xc3','\x1d','\x40','\xe2','\x18','\x27','\xe3','\x47','\xe7','\x9e','\x50','\x47','\xe2','\x84','\x46','\x5f','\x86','\xe6','\x8c','\xcd','\xa4','\xc8','\x6c','\xc5','\xe2','\xa4','\x2c','\xc1','\x3c','\xf1','\x78','\x72','\xf6','\xf2','\x77','\x7f','\xf9','\x5b','\x3c','\x5a','\xe2','\x78','\xfc','\x84','\xbf','\xfd','\xdb','\x7f','\x85','\xbf','\xf9','\xf6','\x27','\xfc','\xfd','\xc7','\x17','\x78','\x1e','\x78','\x7c','\xfb','\xf6','\xab','\xf7','\xe8','\x57','\x28','\x70','\x81','\x1a','\xa2','\xf7','\xb6','\x71','\x80','\xc9','\xfb','\x8b','\x3c','\x2b','\xa9','\x46','\x54','\x6f','\xd3','\x03','\x51','\xf5','\x9d','\x75','\x90','\x43','\x95','\xbf','\x5d','\x94','\x27','\x64','\x68','\xff','\x07','\xdf','\x7f','\xeb','\x6c','\x01','\x2e','\x21','\x01','\xb7','\x35','\x80','\x08','\x17','\xa2','\x34','\x1b','\xc3','\xbe','\xaa','\xd4','\x39','\x07','\x87','\x77','\x75','\x88','\xd6','\x80','\x9c','\xbb','\x0a','\x0c','\x26','\x3b','\x80','\xc1','\x62','\x50','\x90','\xe0','\x3c','\x51','\x12','\x7c','\x34','\x2c','\xed','\x08','\xc2','\x55','\x28','\x34','\x34','\xcc','\x0c','\x9c','\x71','\x80','\x9d','\xe3','\x1d','\xdd','\xe8','\xc4','\x9b','\x51','\xb9','\x2a','\x22','\x30','\x10','\x68','\xb1','\x09','\xcd','\x2f','\x69','\x69','\x7e','\x1e','\x97','\xb0','\x4a','\x1e','\xd3','\x1a','\x69','\x7c','\x42','\x19','\x00','\x56','\xd5','\x73','\x4e','\xca','\x13','\x0b','\x4d','\xed','\x7d','\xa3','\x73','\x6c','\xd7','\x4c','\x86','\xa9','\x9d','\x1f','\x99','\xb0','\xde','\x71','\xdb','\x36','\x26','\x91','\x42','\x1c','\x57','\xb7','\x44','\x68','\xd6','\x8c','\x81','\xe3','\x79','\xb2','\x38','\x53','\xeb','\x1c','\x60','\xf2','\x43','\xee','\xb5','\xde','\x57','\xcf','\x37','\x10','\x6b','\x7b','\x77','\x20','\xa9','\xec','\x16','\x44','\x55','\xb7','\x7d','\x47','\x34','\x47','\x9c','\x07','\xe6','\xf9','\x14','\x15','\x4d','\x48','\xa7','\x12','\x72','\x92','\x17','\x28','\x72','\xc0','\x03','\x43','\xc7','\xcf','\x21','\x6b','\x26','\xa1','\x73','\x4c','\xd2','\x13','\x01','\x78','\x72','\x9f','\x49','\xb0','\x92','\xa0','\x7c','\xf0','\x74','\x9c','\x39','\xd5','\xc8','\xe0','\x0d','\x9a','\x25','\xb9','\x2b','\x05','\x30','\x34','\x67','\xa7','\xe9','\xcf','\xd8','\x11','\xc0','\xfd','\x2d','\xbd','\x37','\xc0','\xfb','\x7a','\x0e','\xdf','\xd9','\x11','\x5d','\x0b','\x60','\x6d','\x09','\x30','\xc0','\x52','\x12','\xa9','\x85','\x74','\x70','\xfe','\x82','\xe0','\x88','\x76','\x37','\xe4','\xe5','\xa6','\x80','\xa1','\x79','\xb1','\x17','\x3b','\x42','\x2e','\x4a','\xdd','\x22','\xe0','\x89','\x42','\x17','\x08','\x3c','\xe7','\x53','\x76','\xb4','\xa1','\xdb','\xf6','\x62','\x47','\x2c','\x10','\x3d','\x03','\x5d','\x01','\x7b','\x22','\x97','\xb3','\x83','\x4e','\x87','\xe5','\x04','\x92','\xdd','\x33','\x4a','\x6a','\xf3','\x39','\xf2','\x3e','\x4f','\xcc','\x51','\xfb','\x5c','\xa8','\xb4','\xd4','\xbc','\x5d','\xe0','\x84','\x92','\x15','\x0b','\x26','\x7e','\x81','\x80','\x7b','\x47','\xdb','\x36','\xd4','\x62','\xb2','\x5f','\xda','\x11','\x51','\xe6','\xf3','\x3c','\x57','\x52','\xf3','\x5a','\x1c','\xb5','\xd6','\x88','\x4a','\xbd','\xd8','\xd1','\x2a','\x06','\x64','\xab','\x2e','\x3b','\x72','\x73','\x6c','\xdb','\x86','\x70','\xc7','\x3c','\x0f','\x8c','\xa1','\x8e','\x59','\x26','\x6a','\x17','\x42','\x15','\x40','\xde','\x6d','\x0d','\xaa','\x43','\x41','\x80','\xc1','\x8c','\xb6','\xd2','\x8d','\x34','\xaa','\x26','\xaa','\xd6','\xa6','\x27','\x0a','\x24','\x86','\xd0','\xbc','\x1d','\x8e','\x7d','\xb2','\x70','\xae','\x8b','\xb4','\xa4','\x3d','\x17','\x82','\x6c','\xe8','\xe0','\xc2','\x56','\x66','\x23','\xd3','\x48','\x79','\x39','\xe7','\x81','\xb3','\x19','\x93','\x59','\x33','\x7a','\x43','\x81','\x2a','\xe6','\x9c','\x33','\x89','\x64','\x21','\xd6','\x14','\x78','\x12','\x44','\x40','\xe9','\x3a','\x1c','\xbe','\x19','\x29','\x70','\x00','\xa6','\x1b','\xac','\x35','\xb4','\xad','\xd4','\xda','\x5e','\x76','\x24','\xe0','\x05','\x29','\x34','\x51','\x7a','\xd4','\x69','\x21','\x8b','\xc1','\x15','\x04','\x28','\x5d','\x3d','\xe7','\x64','\x62','\xa9','\xdd','\x54','\x6b','\xe7','\x06','\xae','\x33','\x53','\xcf','\x07','\x56','\xd2','\xbf','\x52','\xd1','\x2b','\xb4','\x10','\xa6','\xae','\xfd','\x85','\xb2','\x0f','\x0d','\x8a','\x9f','\x63','\x68','\xd0','\x7f','\x0a','\x0a','\x72','\xb4','\x5e','\xb3','\x53','\xb1','\x92','\xcf','\xb6','\x35','\xf4','\xb6','\xe3','\xb6','\x6d','\x30','\x00','\x7f','\x7c','\x7c','\x03','\xac','\xe1','\xb6','\x6d','\xd8','\xdf','\x6e','\xd8','\xfb','\xbe','\xf6','\xc2','\x94','\xf8','\x08','\xa9','\x56','\x86','\xbe','\x6f','\xd8','\xdb','\x1b','\xde','\x0d','\x38','\x31','\x31','\xcd','\xf0','\x71','\x3e','\x31','\x3e','\x1e','\xf8','\xe1','\x87','\xbf','\xc0','\xdb','\xe7','\x1f','\x39','\x33','\xda','\x0d','\x63','\xeb','\x08','\x03','\x8e','\xf3','\xc4','\x78','\x3c','\x11','\x9d','\x5b','\xe7','\x87','\xd4','\xbc','\x52','\x09','\x73','\xf2','\x83','\x80','\x2d','\x96','\xb2','\xe1','\x6c','\x9c','\xf5','\xb0','\xde','\x80','\xc6','\x22','\xf0','\x9c','\x13','\x71','\x4e','\x8c','\x31','\x30','\x72','\x6a','\x76','\x28','\x80','\x53','\x03','\xef','\x63','\x22','\xcf','\x1a','\xb0','\x66','\x01','\xe4','\x67','\xc0','\x9e','\x03','\x4f','\x9c','\x18','\xde','\xd0','\x03','\x88','\x8f','\x07','\xce','\x8f','\x0f','\xe4','\x71','\x62','\x4b','\x60','\x1c','\x4f','\x68','\x58','\x4a','\xa8','\xa9','\xf6','\x6d','\x45','\x60','\x68','\xf1','\x21','\x44','\x11','\x1a','\xe7','\x81','\xf9','\x3c','\x71','\x7c','\x7b','\xe2','\xf1','\xf8','\xc0','\xf1','\xf1','\x81','\xe7','\xb7','\x0f','\x9c','\x8f','\x03','\xb7','\x6d','\xc3','\xfd','\xfe','\xc6','\xae','\x50','\x38','\xc2','\x8b','\xda','\xc1','\x84','\xb9','\xf5','\x8e','\x79','\x9c','\x78','\x7c','\x7c','\x7c','\x57','\x3c','\x84','\xe4','\x89','\x23','\x42','\xca','\x99','\x86','\x6d','\xdb','\x35','\x2b','\xc3','\x04','\xd7','\x0c','\x6b','\xbb','\xfd','\x9c','\xe2','\xed','\xef','\xf8','\xee','\xef','\x0b','\x4d','\xfe','\xee','\x95','\x60','\x8b','\x42','\xc0','\x5a','\x25','\xa3','\x95','\x80','\x90','\xde','\xc6','\xb8','\xa8','\xa7','\x8c','\x1a','\x68','\xaf','\x02','\x28','\x2a','\x07','\x50','\x52','\x56','\x45','\xc9','\x9c','\x02','\x22','\xad','\xe6','\x81','\xec','\x2a','\x6e','\xfe','\xcc','\xab','\x8a','\x9c','\xa6','\xc4','\x0a','\x99','\x17','\xcd','\x4c','\xbe','\x28','\xe5','\x77','\x5e','\xcf','\x84','\xad','\xf9','\x3a','\xbf','\x04','\x43','\x2a','\x3f','\x91','\xd8','\x4e','\x55','\x89','\x06','\x10','\x24','\xcd','\x8b','\xbe','\x0d','\x28','\xee','\xcd','\x14','\xa8','\x3b','\x97','\xb8','\x51','\x51','\xdf','\x33','\x4e','\xfa','\xa2','\x34','\xcd','\x77','\xd4','\x2d','\xe4','\x79','\xbf','\x92','\xd2','\x2a','\xf8','\x5e','\x8a','\xbf','\x15','\x9d','\xae','\xfb','\xff','\xda','\xc5','\x5b','\x49','\xed','\xbc','\x0a','\xdf','\xf4','\xf5','\x8d','\xf5','\x7b','\xf4','\x6f','\xe6','\x0d','\x7d','\xdb','\x99','\x9c','\x36','\x47','\x0c','\xc3','\x13','\x14','\xcb','\xa8','\x65','\xac','\x0b','\x14','\x03','\x41','\x63','\xee','\x7c','\xab','\xb3','\xaa','\xcf','\x32','\x27','\xc6','\x1b','\x17','\xe5','\x57','\x37','\x58','\x8c','\x10','\x52','\x78','\x0f','\x24','\x3c','\xc9','\xe8','\xf0','\x66','\xab','\xd3','\x66','\xce','\xf5','\x1a','\x5b','\x6f','\xf8','\x3a','\x27','\x9e','\xe7','\xc1','\xd8','\x21','\x49','\xf0','\xa2','\xad','\x13','\xc8','\x0d','\x0a','\x11','\x05','\x28','\xb2','\xa1','\x1c','\xe2','\x62','\xf7','\xe8','\x8c','\xeb','\x99','\x55','\x37','\x0b','\x48','\xa4','\xd8','\x01','\x59','\xc0','\x1c','\x12','\x1f','\x1f','\xdf','\x16','\x4d','\x38','\xab','\x80','\x84','\x5d','\x6a','\x86','\x28','\x00','\x28','\x57','\xe1','\x59','\x0f','\xc5','\x8b','\xd9','\x94','\x9c','\x03','\x86','\x19','\xb2','\x25','\x10','\xce','\x38','\xf2','\x7a','\x36','\x00','\x58','\x27','\xa8','\x9d','\xe7','\x50','\xe7','\xf8','\xfa','\x19','\x33','\x83','\x85','\xe8','\x81','\x55','\x68','\x65','\x15','\x2f','\xf5','\x3e','\xea','\x88','\x95','\x8d','\xa5','\x04','\x25','\x5e','\x04','\x59','\x60','\x55','\x34','\x97','\x3d','\xd9','\x8a','\x01','\xd7','\x4b','\x14','\xf8','\x5c','\xef','\xf6','\x8b','\xf3','\x93','\xb2','\x16','\xde','\x57','\x53','\x4c','\xf2','\x55','\xac','\xd5','\x23','\x36','\x01','\xaa','\x2e','\xf9','\x6b','\xc6','\x73','\x08','\xe8','\xad','\x3c','\xc0','\xe1','\xde','\x11','\x36','\x59','\x66','\x9b','\x3a','\xd5','\xad','\xa3','\xa1','\x2d','\x3b','\x6b','\xb8','\x56','\x65','\x70','\xdb','\x9f','\xae','\xc1','\x04','\xb4','\x37','\xe6','\x0a','\xac','\x5b','\xc9','\xec','\xd9','\x6e','\xdb','\x02','\x32','\x96','\x75','\x37','\x47','\xb7','\x0d','\xc7','\x79','\xa0','\x77','\xe0','\x7e','\x7f','\xc3','\xb6','\x6f','\x8c','\x9b','\x09','\xc6','\x7a','\xe5','\x30','\x21','\x7f','\x72','\xdb','\x77','\x3c','\xce','\x0f','\x8c','\x39','\xf1','\x57','\x7f','\xf3','\x2f','\xf0','\xaf','\x3e','\xfe','\x84','\xff','\xe9','\xef','\xff','\x7f','\xf8','\xfa','\x31','\x30','\xce','\xf1','\x8b','\xfb','\x03','\xfc','\x4a','\x01','\x74','\xce','\x41','\x64','\xa5','\x3b','\xda','\xee','\x30','\x0f','\x98','\x35','\xc4','\x38','\x71','\xcc','\x2b','\x39','\x3f','\xf3','\x14','\xfa','\x1c','\x17','\x62','\x2a','\x24','\x68','\x9c','\x52','\x26','\x5a','\x6d','\x5d','\x70','\x26','\x44','\x34','\x20','\x0a','\x0e','\x07','\x2c','\x87','\x66','\x34','\x68','\x38','\x4b','\x6e','\x29','\x59','\x81','\x5b','\x77','\xb4','\xbe','\x51','\x05','\x27','\x07','\x87','\xa6','\xe6','\x54','\x65','\x5e','\xc9','\x2d','\x1d','\x70','\x75','\x28','\xd6','\x7c','\x46','\xf2','\x06','\x93','\xfa','\x62','\x1a','\xcc','\x17','\x65','\x41','\xb7','\x39','\x8c','\x54','\x81','\x26','\x64','\x02','\x99','\xe8','\xd6','\xc4','\x45','\xe4','\x2c','\x44','\x51','\xcb','\x42','\x36','\xca','\x8e','\xaf','\x01','\xf5','\xbe','\x95','\x5a','\xc8','\x89','\xa4','\xd7','\x9f','\x79','\x01','\x19','\x40','\x52','\xf1','\x8d','\x8b','\x20','\xe9','\x7c','\x5a','\xe3','\x35','\xc1','\x39','\xbb','\xb3','\x76','\xc5','\x14','\x8f','\x15','\x95','\xec','\xa9','\x70','\x00','\x00','\x2b','\x94','\x89','\xf3','\x0d','\xd5','\x0d','\x51','\xee','\x8e','\xe2','\x59','\xc3','\x71','\x51','\xa5','\x8c','\xc8','\x53','\xf6','\x06','\x1b','\x17','\x95','\x2a','\xe2','\x52','\xa1','\xf1','\xe0','\x7f','\xd5','\x86','\x77','\xaa','\x6f','\xd2','\x31','\x24','\xb7','\xba','\xc1','\x84','\x2e','\x3d','\xf2','\x64','\xa7','\x67','\x56','\xac','\x24','\x4a','\xc6','\x43','\x23','\x25','\x1d','\x6b','\xab','\x93','\x15','\x93','\x7b','\x60','\x7c','\x6b','\xeb','\xf1','\x8e','\x49','\x21','\x0d','\x76','\x38','\x2e','\x3b','\x02','\x44','\x5d','\x10','\x9a','\x3c','\x8e','\x93','\xb4','\x8c','\x5f','\xb1','\xa3','\xc8','\x80','\x83','\x8e','\x94','\x52','\xd0','\xf9','\x0b','\x3b','\xf2','\xe4','\x21','\x74','\x6f','\xf0','\x5b','\x47','\x6a','\x99','\x17','\xaf','\x8b','\xc4','\x99','\x52','\xb5','\x81','\xf3','\x7b','\x02','\x58','\xcf','\x1a','\x9a','\xa1','\x8a','\x59','\x76','\xa4','\xfb','\x91','\x89','\x78','\xb1','\xa3','\x14','\xda','\x56','\xc1','\x9d','\xea','\x3d','\xbe','\x16','\xab','\x85','\xa8','\x62','\x6c','\xa3','\xe3','\x72','\x78','\xfa','\x2e','\x5e','\x85','\x17','\xf8','\x1d','\xe0','\xb6','\xd0','\xb9','\xf4','\x2b','\x10','\x4d','\xf1','\xef','\x47','\x0c','\x1c','\x92','\x9a','\xdd','\x1a','\xb9','\xfb','\x5c','\x36','\xa9','\x01','\x79','\x25','\x0b','\x68','\xec','\x4c','\x65','\x71','\xbd','\x1b','\x39','\xb3','\x58','\x09','\xb1','\xec','\x08','\x44','\xf6','\x12','\xf2','\xd7','\xe6','\xd7','\x8c','\x94','\xae','\x67','\x51','\x46','\xb2','\x76','\xf2','\xf0','\x79','\x70','\x8f','\x95','\x01','\x03','\x68','\x96','\xec','\x74','\xb0','\xfd','\xb6','\xf8','\xd5','\xd6','\x1a','\xb2','\x3b','\xa0','\x1d','\x0a','\x13','\x49','\x3b','\x4a','\xa0','\x4d','\xb6','\xd0','\x23','\x83','\x68','\xfb','\x20','\x22','\x68','\x9a','\x21','\x69','\xad','\xc1','\x02','\x6a','\xbd','\x5f','\x83','\xd9','\xcd','\x0c','\x6d','\x04','\x0c','\x4c','\xa0','\x4d','\xc1','\xa8','\x16','\x87','\x4e','\x03','\xe0','\xce','\xfd','\x29','\xe6','\x4c','\x8e','\x91','\xab','\xe3','\x56','\x8b','\x0e','\xcf','\x92','\x41','\x37','\xc3','\xad','\xf9','\x4a','\xa6','\x2c','\x06','\x4e','\x68','\x07','\x87','\xcf','\xb5','\xbd','\x9e','\x74','\x31','\xed','\xae','\xea','\x8e','\x86','\x86','\xda','\x45','\x56','\xa8','\x31','\x03','\xe0','\x90','\x92','\x5e','\x89','\xc6','\x28','\xf1','\xc9','\x64','\x82','\x2b','\x67','\xcf','\xc0','\x22','\xea','\x85','\x96','\xfb','\x5a','\x4a','\xd6','\xb6','\x35','\xd8','\xb6','\x33','\x89','\xac','\xfd','\x1b','\x55','\x04','\xbd','\x24','\x81','\x75','\xfc','\x3d','\x53','\x0b','\xf5','\x6a','\xd6','\xa2','\x76','\x5d','\xd5','\x4f','\x71','\xee','\xf1','\x94','\x7f','\xae','\x64','\xba','\x24','\xc6','\x0b','\x5d','\xe4','\x54','\x95','\xba','\xb9','\x06','\x98','\x4d','\x44','\xe3','\x59','\x98','\xa8','\x73','\x43','\xe5','\xa8','\x86','\x92','\x3d','\x4f','\x01','\x24','\x42','\xaa','\x4d','\x86','\xde','\x0d','\x7e','\xeb','\xb8','\xb5','\x1b','\x77','\xa3','\x9d','\x9c','\x4b','\xf8','\xf4','\xbb','\xdf','\xe2','\xfd','\xd3','\x6f','\x31','\x2c','\x31','\x5a','\x60','\xbf','\x77','\xe4','\xfb','\x0d','\xd8','\x1a','\xe2','\x65','\xc6','\xc3','\xe4','\xe7','\x5d','\xe0','\x41','\x9f','\x89','\xe6','\x54','\x96','\xec','\x1e','\x12','\xaa','\x61','\x10','\xf7','\x5a','\x3a','\x8b','\x64','\xc7','\xa6','\x8a','\xa9','\x60','\x87','\x14','\x11','\xc8','\xa7','\x66','\x6c','\xc6','\x04','\xce','\xb9','\x16','\xf6','\xd9','\x4c','\xb4','\xd3','\x60','\xdf','\x0e','\x8c','\x79','\x72','\x6e','\x68','\x4c','\x1c','\xdf','\xbe','\xe2','\xf1','\xd3','\x07','\xc6','\xe3','\x03','\x3d','\x09','\x91','\x70','\xf0','\x79','\x6a','\x35','\x04','\x9f','\x55','\x83','\xc1','\x6f','\x04','\x0b','\xe3','\x18','\x38','\x1e','\x4f','\x0c','\x75','\x83','\xe7','\xf3','\x03','\xf3','\xe3','\x03','\xe7','\xb7','\x27','\xf2','\x71','\xc2','\x8e','\x01','\x9b','\x80','\xdd','\xd8','\x45','\xdc','\x60','\x08','\xd1','\x53','\x73','\x06','\xe2','\x9c','\x88','\x63','\x62','\x1e','\x4f','\xcc','\x71','\xac','\x8e','\x04','\x01','\xb4','\xa1','\xa2','\x35','\x71','\xbb','\x6d','\xea','\x08','\x05','\xfd','\xa2','\xe8','\x0f','\x59','\xef','\xa3','\x02','\xd7','\x2d','\xd1','\xc1','\xa2','\x1c','\x60','\x47','\xa7','\x62','\xf6','\x4a','\xd4','\xed','\xfa','\xb3','\x02','\x3a','\x96','\xdc','\x2d','\x70','\x81','\x17','\x45','\x77','\x5a','\xd4','\x1b','\x93','\x38','\xd0','\x65','\x63','\x63','\x0c','\x78','\xf3','\x05','\xb6','\x4c','\x31','\x34','\xa8','\x3e','\xa9','\xd8','\x36','\x2e','\x6a','\x1c','\x74','\xa6','\x57','\xb1','\xa0','\xf8','\x5e','\x1d','\xa5','\xb0','\x6b','\x10','\xbf','\x3a','\x0f','\x00','\x0b','\xfb','\x48','\x2e','\x3f','\x5f','\x03','\xf6','\x7e','\x25','\x78','\xee','\xbe','\xe6','\x54','\x00','\x2d','\xa1','\xd4','\xae','\x42','\x73','\xc6','\xf1','\x4a','\xfe','\x5b','\x4b','\xec','\x4e','\xca','\x61','\xca','\xd7','\x86','\xf2','\x1d','\x80','\xc8','\x34','\x2a','\x4e','\xbb','\x21','\xa2','\x3a','\xc5','\xaf','\x49','\x29','\x74','\x36','\xaf','\x25','\xc9','\xaf','\x23','\x4e','\xab','\xc0','\xa9','\x33','\x6b','\xbe','\xee','\xb1','\xbd','\xdc','\x7f','\xbe','\x09','\xef','\xff','\x08','\xb1','\x04','\x50','\x1d','\x92','\x5a','\x4b','\xd2','\x70','\x44','\x60','\xf7','\x86','\xb7','\xdb','\x0d','\xbd','\x35','\x8c','\x24','\x6d','\xb5','\x27','\x63','\xb9','\x6b','\x9c','\xa0','\xae','\x21','\x0c','\x18','\x96','\x38','\x3d','\x71','\x6a','\x0e','\xb6','\x21','\x30','\xc1','\xe2','\x27','\x5c','\xec','\x8a','\x4c','\xf9','\x26','\x43','\x86','\xc1','\x47','\xa2','\x4d','\x68','\x56','\x33','\x94','\x87','\x88','\x25','\x93','\x0e','\x9b','\x57','\xe1','\x46','\xa6','\x85','\x63','\xdf','\x6e','\x28','\xf9','\xfe','\x12','\x88','\x48','\x90','\x45','\x90','\xe6','\xb0','\xa4','\xf0','\x49','\xe5','\x70','\x2b','\x93','\x52','\x38','\xae','\x1c','\x04','\x26','\x2a','\xa4','\xee','\x0d','\x19','\x3a','\x04','\xb3','\xbb','\x73','\x36','\xd6','\xe6','\x49','\xf1','\x90','\xb2','\x1b','\xd9','\x75','\x8e','\x89','\xa8','\x98','\xb1','\x8a','\x19','\xd3','\xff','\x11','\xc8','\x6f','\x9e','\xd8','\xc0','\x85','\xd1','\x13','\xb6','\x3a','\xe8','\x17','\x88','\x54','\xc7','\x43','\x36','\xa7','\x82','\x2f','\x22','\x39','\x7f','\x36','\x79','\xaf','\x8b','\x35','\xd3','\x4d','\x42','\x5d','\xf5','\xdc','\xe3','\x6a','\xe1','\x55','\x07','\xdf','\xe4','\x1b','\xe7','\xc9','\xe5','\xcc','\x95','\xa3','\xf1','\xea','\xea','\xfa','\x38','\x47','\xcc','\xef','\x93','\xdf','\x83','\x15','\x59','\xd7','\x6f','\x57','\x31','\xf7','\x2b','\x2f','\x83','\x0a','\xe7','\x60','\x0e','\x83','\x00','\xb2','\x91','\xe2','\xd8','\x02','\x9c','\xf1','\x47','\x15','\xe2','\x26','\x90','\x5e','\xa2','\x12','\xba','\x47','\xbd','\x39','\x67','\x70','\xf6','\x1b','\xf6','\x6d','\xc3','\x84','\x00','\x25','\x29','\xbf','\xb5','\xb6','\x5d','\xf9','\x69','\xbd','\x66','\xd9','\x2a','\xbf','\xfe','\x1c','\x09','\x6b','\xc1','\xfc','\xa4','\x6d','\xb8','\x6d','\x1d','\x99','\x2e','\x76','\x97','\xe3','\x7e','\xe7','\xd0','\x27','\x81','\xbf','\x81','\x70','\xb2','\x87','\xfa','\xbe','\x91','\x41','\xd1','\x1a','\xda','\x6d','\x43','\xbb','\xdd','\xe0','\xce','\x1d','\x91','\xdd','\x8b','\xcd','\xa3','\x9e','\xde','\x46','\xb1','\xa4','\xe7','\x63','\x22','\xdd','\xf1','\xe9','\xf3','\x67','\xfc','\x8b','\xbf','\xfa','\x2b','\x7c','\xfe','\xf4','\x8e','\x7f','\xfc','\xfa','\x47','\x48','\xd6','\xeb','\x17','\xaf','\x5f','\xca','\x60','\xe3','\x6a','\x07','\x37','\x37','\x6d','\x68','\x37','\xce','\xa4','\x8c','\x89','\xb9','\xd1','\x42','\xc7','\x98','\xec','\x80','\x24','\x0f','\x4a','\x21','\x2e','\xad','\x37','\x8c','\x71','\xd2','\x80','\x2a','\x31','\xb0','\x32','\xfe','\x14','\xbd','\x2d','\xb9','\x21','\x7b','\x3e','\xd7','\x83','\x5c','\x15','\xbe','\xda','\xae','\x27','\x4e','\xdc','\xec','\xce','\x45','\x97','\xc1','\xcf','\x3b','\xe7','\x44','\x29','\x79','\xb0','\xc4','\x20','\xc7','\xd0','\xb7','\xae','\x84','\x40','\x86','\x32','\x03','\x67','\x94','\x92','\x16','\x3b','\x35','\xb3','\x64','\x59','\x50','\x63','\xce','\x74','\x30','\x86','\xc9','\x25','\xa5','\x66','\xb8','\xf5','\x9d','\x5b','\x70','\xdd','\x54','\x1c','\x91','\x6a','\x57','\xdd','\x87','\x29','\x3a','\xcf','\xd4','\x61','\x5a','\xbb','\x46','\x8a','\x57','\xac','\x21','\x68','\x07','\x87','\xda','\x67','\xce','\xb5','\x38','\x6c','\x4a','\x5a','\x35','\x25','\x94','\xd0','\xf5','\x6b','\x69','\x0c','\xf2','\xb2','\xf5','\xd5','\x49','\x30','\xa3','\x62','\xd6','\x39','\x8e','\x55','\xe9','\xd6','\xcf','\x84','\xd0','\x93','\xd0','\x6e','\x9c','\xde','\xb5','\x2c','\x0c','\xbe','\x06','\xb1','\x5d','\x73','\x3e','\x85','\x7f','\xc4','\x79','\x39','\x21','\xb2','\xe6','\x93','\xbc','\xb8','\x68','\xd2','\x42','\x30','\x8c','\x31','\x70','\xea','\x5a','\xcd','\x40','\x03','\xdf','\x37','\x19','\x7a','\xc3','\x30','\x43','\x3e','\xbe','\xe2','\x38','\x0f','\x1e','\x4e','\xab','\x6e','\xa0','\x4e','\xe5','\xd4','\x80','\xa6','\xa8','\x50','\x73','\x72','\x2e','\x61','\x6b','\x54','\xef','\x19','\x93','\xc5','\x72','\x9c','\x89','\xd8','\xe8','\xe5','\xbe','\xb3','\x23','\xa8','\x8b','\xd5','\x5c','\x9f','\x77','\xa2','\x68','\x3e','\xb5','\x39','\xfb','\x3b','\x3b','\x32','\xaa','\x52','\x3d','\x8f','\xc7','\xaf','\xda','\x11','\xbf','\xe7','\xc4','\x6d','\xbb','\xe3','\x2e','\xea','\xcd','\x94','\x1d','\xcd','\x65','\x47','\x74','\xae','\xd5','\x6d','\x58','\x07','\x39','\xa1','\xed','\xda','\x53','\xbb','\x36','\x98','\xe0','\xad','\x5d','\x11','\x72','\xd9','\x1c','\x18','\xd4','\x1d','\x4d','\xb6','\xc8','\x6f','\x7d','\xd3','\xde','\x0a','\xb5','\x88','\x2d','\xc4','\x69','\x0d','\x15','\x0c','\xa2','\xa7','\xa5','\xa8','\x29','\x10','\xfa','\xe7','\x35','\x23','\x77','\xa1','\xb4','\x9e','\x4e','\xf9','\xdb','\xfa','\x1d','\x5d','\x13','\xe9','\x9c','\x26','\x1a','\x81','\x8a','\xdd','\x75','\xe9','\xb6','\x80','\x01','\x83','\x61','\x20','\xfe','\x0b','\x76','\x94','\x8b','\xaf','\xdd','\x34','\xc9','\x5c','\x8b','\x39','\x2b','\x41','\x2a','\xae','\x32','\x9d','\xd4','\x95','\xc8','\x17','\x2f','\x9a','\x0d','\x39','\x21','\x87','\x75','\x8f','\x83','\xf4','\x3b','\x33','\xa0','\x6f','\x0d','\xae','\x1d','\x31','\xad','\x35','\x8a','\xa5','\x3c','\xbf','\x71','\xcb','\xbd','\xde','\x34','\xc6','\x40','\x9c','\x63','\x0d','\x82','\x7a','\x32','\x20','\x21','\x12','\xdd','\x8c','\xc3','\x93','\xad','\xad','\x64','\xbe','\xf6','\x18','\xcd','\x54','\xa1','\x12','\xaf','\x3b','\xb4','\x14','\xc4','\x82','\xed','\xf8','\x66','\x41','\x67','\x29','\x72','\x17','\x03','\xae','\x02','\x3c','\x7c','\xd9','\xde','\x94','\x40','\x41','\xcd','\x05','\x64','\x16','\xf2','\x3e','\x44','\x8d','\xe1','\xa1','\x75','\x15','\xc3','\x1d','\x1b','\x1a','\x12','\x2d','\x0c','\xd1','\xb4','\x8f','\x07','\x52','\x74','\x43','\x49','\x89','\xda','\x15','\xd4','\xd6','\xb9','\xac','\x19','\x16','\xce','\x0e','\xb4','\x97','\x0e','\x70','\x22','\xd5','\xf1','\x62','\x17','\x0d','\x65','\x69','\xeb','\xd9','\x7d','\x5f','\xf8','\x2c','\xa4','\x1d','\xc2','\x3c','\x70','\x05','\xda','\x42','\x3f','\x57','\x82','\x99','\x95','\x6f','\x92','\x02','\xe1','\x60','\x97','\x79','\xbf','\xdd','\xb8','\x4b','\x4c','\x49','\xdf','\x8c','\x6b','\xd9','\x61','\x04','\x10','\x63','\xe0','\x91','\xdc','\x1f','\xb3','\xdf','\x6e','\x18','\x4e','\xc1','\x84','\xf3','\x31','\xf1','\x78','\x3c','\x48','\x51','\xec','\x1d','\xdd','\xb9','\x0c','\xfb','\xed','\xed','\x0d','\x6d','\x73','\x9c','\x41','\xa5','\x9e','\x98','\x8e','\xbe','\x77','\xbc','\xbd','\xdf','\xf1','\xdb','\xfb','\x6f','\xd1','\xf6','\x1d','\xee','\x77','\x9c','\x00','\xd2','\x93','\x72','\xce','\x6f','\x37','\xd8','\xfb','\x8e','\xd8','\x77','\x64','\xdf','\x81','\xfd','\xc6','\x7d','\x24','\x48','\xaa','\xcd','\x6d','\x0d','\xbd','\xf1','\x19','\x34','\x33','\x6c','\x59','\xe2','\x16','\x46','\xa9','\xdb','\x4a','\x74','\xcc','\xe0','\x91','\x6b','\x5c','\xc8','\xe9','\x5a','\xb1','\x19','\x99','\x09','\x23','\x4e','\xc4','\x49','\x71','\x82','\x78','\x9e','\x04','\x59','\x82','\xfb','\x8c','\xda','\xb7','\x01','\x7c','\x79','\xe2','\x4c','\x16','\x28','\x38','\x4f','\x3c','\xbf','\x7e','\xc1','\xe3','\x8f','\x3f','\x61','\x3c','\x1f','\xf0','\xa0','\x38','\x42','\x83','\x76','\xdd','\x4c','\x52','\xb4','\x1d','\x89','\xd6','\x1c','\xfb','\xdb','\x1d','\x5b','\xdf','\xd0','\x67','\xa2','\x9f','\x54','\x08','\x1c','\x53','\x76','\x3d','\x95','\x50','\x78','\xc7','\xbe','\x3b','\xf2','\x0c','\x9c','\x5f','\x1e','\xb4','\x35','\xcd','\x5c','\xce','\x73','\x20','\xe7','\xe0','\x9c','\xdd','\x79','\xa2','\x37','\xe7','\x3c','\x4d','\xe7','\x98','\xf6','\x38','\x0f','\x3c','\xb2','\x40','\x47','\xc7','\xed','\x76','\x03','\x00','\x0a','\x29','\xc8','\x5f','\x54','\x26','\xda','\xd0','\x01','\x73','\xf4','\x16','\xc2','\xd0','\x12','\x54','\x9a','\xa4','\xbf','\x2b','\xa9','\xda','\x35','\x5b','\x28','\x7f','\x65','\xc0','\x5a','\x08','\xca','\x38','\x50','\x49','\x1b','\x93','\x48','\x47','\x51','\xe2','\x8a','\x7e','\xa6','\x0e','\x50','\xcd','\x65','\xb9','\x16','\xa1','\x17','\x40','\x68','\x95','\xa8','\x72','\xee','\xa4','\xec','\x71','\x8e','\x73','\xcd','\x37','\x56','\x21','\x55','\x30','\xfb','\x6b','\x11','\x00','\x7d','\x06','\x5c','\x12','\xbf','\x92','\xbc','\xbe','\x28','\x55','\x17','\x8d','\xef','\xea','\xb0','\x0a','\x15','\x8f','\x58','\xb2','\xde','\x5b','\xe7','\x82','\xed','\x5a','\xa6','\x6a','\xca','\x33','\xb2','\x39','\xef','\x55','\x36','\xce','\xc7','\x85','\x2f','\x90','\x6c','\x7d','\x6f','\x77','\xec','\x10','\xfd','\x10','\x14','\x89','\xb2','\xde','\xb9','\xa7','\xa4','\x3a','\x0c','\x85','\xce','\x1b','\x7d','\x72','\x51','\x48','\x97','\x2f','\x7a','\x39','\xb3','\xaf','\xaf','\xef','\x8a','\xd0','\xfa','\xca','\x95','\xd4','\xe6','\xd5','\x61','\xa7','\x3a','\x28','\x34','\x2a','\xd3','\x58','\xb0','\xf0','\x68','\xc0','\xf7','\x1b','\x7a','\xeb','\xc8','\xa0','\xa8','\x80','\xa7','\xaf','\x39','\xe8','\x56','\xc5','\x87','\x7e','\x7e','\x02','\xf4','\xcd','\x73','\x20','\x82','\x54','\xcc','\x56','\xb9','\x4d','\x16','\xfa','\xcf','\xb1','\x82','\x09','\x63','\xa1','\x6e','\x58','\x05','\x68','\x28','\x19','\xaf','\xb5','\x18','\x99','\x81','\xd3','\x12','\x36','\x12','\x87','\x1d','\xf4','\x3e','\x99','\x5c','\x2d','\x50','\xf6','\x25','\x8f','\x65','\xa8','\x65','\xd7','\xcc','\x01','\x1d','\x73','\xc5','\xb9','\x02','\x3b','\x18','\xbb','\x72','\x3d','\x9f','\x45','\xa1','\xe3','\xc3','\x58','\x00','\x98','\x29','\x6f','\x32','\x33','\xdc','\xf7','\x1d','\x23','\x4a','\x59','\x6f','\x2c','\xfb','\x8b','\x34','\xd2','\x5e','\xed','\xe5','\xfe','\xd7','\x9c','\x15','\x40','\xba','\x71','\xd6','\xb5','\x91','\xfa','\x99','\x66','\x8b','\x21','\x91','\xc0','\xd2','\x08','\x82','\x89','\x22','\x27','\xba','\xbb','\x7b','\x51','\x25','\x1b','\x81','\x24','\x00','\x31','\x27','\x0e','\xc4','\x05','\x1c','\x46','\x7e','\x57','\xfc','\x94','\x2b','\xae','\x39','\x6f','\xce','\xf9','\x94','\x6b','\xae','\xce','\x55','\x9d','\xe3','\xb2','\xab','\x14','\x73','\xea','\xc5','\x2e','\x70','\x5d','\xcf','\x8a','\xc1','\xbf','\xfa','\x22','\x6d','\x9a','\xb9','\x2b','\x01','\x53','\x2a','\x59','\x4e','\x84','\xf7','\xcb','\xee','\x94','\x17','\x4e','\xcd','\x2d','\xc1','\x94','\x83','\x39','\xe9','\x6b','\xb7','\xdb','\x1d','\xf7','\xb7','\x3b','\xf6','\x7d','\xc3','\x40','\xe0','\xc8','\x53','\x80','\x03','\x41','\x01','\xd2','\xd1','\x62','\x51','\x75','\x23','\xe9','\x13','\xc2','\x80','\x33','\x08','\x10','\x39','\x1a','\x5a','\x17','\xbb','\xaa','\x6f','\x88','\x04','\x8e','\xc7','\x07','\x0b','\x9d','\xdb','\x1b','\x6c','\x06','\x9e','\xe3','\x58','\xdd','\x6e','\x77','\x32','\x49','\xa6','\x93','\x6d','\x74','\xc6','\x04','\x9e','\x07','\xac','\x4d','\xf8','\xb6','\xa1','\xed','\x77','\xbc','\xdd','\xdf','\xb9','\x44','\xb5','\x4b','\xed','\xd9','\xd9','\xb8','\xd8','\xef','\x37','\x34','\x73','\x7c','\x7e','\xff','\x8c','\xbf','\xfc','\xed','\x5f','\xe0','\xef','\xfe','\xf8','\x7b','\x9c','\xf3','\xf9','\xab','\x77','\xe8','\x17','\x05','\x10','\x1a','\x3b','\x20','\x67','\x0e','\x3c','\xd3','\xd0','\xc4','\x1b','\x3d','\x63','\xe0','\xcc','\x81','\x48','\x2e','\x7d','\x8b','\x95','\x3c','\x08','\x31','\x87','\x73','\x26','\x67','\x52','\xe5','\x89','\x61','\xc1','\xb8','\x50','\xa9','\x9c','\xd7','\x7a','\x88','\x86','\xf3','\xe4','\xe0','\x94','\x01','\xda','\x69','\x52','\xe1','\x9f','\xc9','\xe4','\xc0','\x84','\xe7','\x44','\x9b','\xd5','\xaa','\x65','\xe5','\x6f','\xaa','\x68','\xe9','\x5c','\x1b','\x93','\x24','\xab','\x56','\x18','\x0d','\x23','\xdb','\x85','\xa8','\x8f','\x52','\x9a','\x11','\xd2','\x53','\xda','\xf6','\xa5','\xf0','\x94','\x48','\xcd','\x3b','\x91','\x86','\x30','\x4c','\x9d','\x25','\x0d','\xcf','\x45','\x5e','\x06','\xc6','\x39','\x09','\x26','\x8c','\xe5','\x68','\xd3','\x48','\xe5','\x5b','\xc9','\x4a','\x30','\xe1','\x2d','\x1d','\xf3','\x98','\xec','\x5c','\x4d','\x24','\x6a','\xc0','\xb1','\x21','\x81','\xe2','\x4c','\xab','\x15','\x1d','\x95','\x85','\x42','\x2d','\xd2','\x66','\xdc','\x47','\x31','\x38','\xe4','\xda','\x7b','\x5f','\x1e','\xd4','\xa1','\xa5','\x7b','\x83','\x12','\xa9','\xdb','\xbe','\x09','\x74','\xe7','\xef','\xf1','\x3f','\x55','\xfc','\x2c','\x1b','\x87','\xf8','\x83','\x4a','\xf8','\x12','\x68','\x06','\xb3','\x80','\x1b','\x0b','\x96','\xf3','\x4c','\x75','\x56','\x58','\x88','\x34','\xd7','\x62','\x52','\xe3','\xdc','\x4c','\x33','\xe0','\xcc','\x46','\x15','\x14','\x13','\xe2','\x3e','\x8d','\x2d','\x6c','\x7a','\x0f','\xa2','\x19','\x7a','\x1e','\xdd','\x0d','\x69','\x8d','\x08','\xe1','\x14','\x5a','\x6a','\x00','\x92','\x8b','\x70','\xc3','\x5e','\xec','\x08','\xba','\xd7','\x30','\x9c','\x33','\x51','\xfb','\x5e','\x6a','\x4e','\xcb','\x5e','\xed','\xc8','\xb0','\x5a','\xc6','\xe7','\xf8','\xf3','\x76','\x34','\x31','\x98','\xf2','\xc6','\xa0','\x3a','\x4d','\xe4','\xa2','\x54','\x9a','\xf7','\x17','\x3b','\x72','\x0c','\x70','\xb7','\x13','\x8b','\x41','\xde','\xab','\xb2','\xa3','\xc8','\x12','\xc5','\xd6','\x33','\x7a','\x49','\xb8','\x6c','\xd9','\x11','\xa9','\x99','\x01','\xc3','\x74','\x6d','\x24','\x07','\x67','\x44','\x90','\x73','\xd9','\x51','\x39','\xb2','\x33','\x99','\x64','\xbb','\xbd','\xec','\x13','\x72','\x76','\x10','\x47','\xb2','\x4c','\xa7','\x73','\x53','\x11','\x56','\x32','\xf0','\x99','\x48','\x5c','\x0b','\x7e','\xb9','\x2d','\x99','\x41','\x9e','\xe3','\x39','\x55','\x4c','\x2b','\x41','\xe9','\x4e','\xc5','\xb2','\x41','\x79','\x63','\x7f','\xb1','\x23','\x3a','\xc7','\xd0','\xde','\x17','\xa0','\x6d','\x9b','\x64','\x43','\xfd','\x2a','\xc0','\xec','\x7b','\x9a','\x4a','\xfd','\xaf','\xda','\xb9','\x84','\x04','\x6a','\x40','\xc3','\x35','\x3b','\x75','\x0e','\x26','\xd2','\xee','\x35','\x73','\xd2','\xb9','\x5b','\x4b','\xe8','\x4d','\xcb','\xa4','\x1d','\xa5','\x91','\x5a','\x3b','\x27','\x70','\x0c','\xf4','\x29','\x1e','\xbe','\x3b','\x7a','\xeb','\xec','\x6e','\x9e','\x83','\x54','\x31','\x29','\xc6','\x59','\x29','\xf0','\x68','\x50','\x73','\xc8','\xb9','\xaf','\xdd','\xa3','\x55','\xb8','\x41','\x33','\x82','\x00','\x55','\x8f','\x52','\xf3','\x0d','\x88','\xc5','\x0f','\x5f','\xd4','\x30','\xa3','\x64','\xb5','\x71','\x92','\x78','\xf1','\xb0','\xab','\x63','\x44','\xae','\x79','\x75','\xf6','\xd8','\x19','\x30','\x33','\x2a','\x14','\x9e','\x43','\xbb','\x48','\x82','\x89','\xa0','\x3b','\x39','\xd2','\x29','\x64','\x5e','\xc1','\xda','\x55','\xac','\x16','\x4f','\x3a','\x58','\x11','\x8b','\xea','\x77','\x49','\x9d','\xcf','\x08','\x2e','\x74','\xd5','\x42','\xb9','\xf1','\x92','\x58','\x31','\x7a','\x56','\x56','\x08','\x94','\x34','\xc9','\x52','\x02','\xea','\xdb','\xf7','\x49','\x56','\x02','\x45','\xd2','\x74','\xb0','\x78','\xcc','\x16','\x7a','\xef','\x58','\xf6','\xb7','\xdf','\x6e','\x68','\xad','\x51','\x74','\x22','\x02','\x6d','\x2a','\xb9','\xcf','\xf2','\x1d','\x4c','\x26','\xc3','\x0c','\xd8','\x36','\xb8','\x01','\xe7','\x98','\x92','\x2e','\x1f','\x70','\x37','\xec','\x11','\x88','\x2d','\x00','\xe7','\xbc','\xc5','\x99','\x03','\x1f','\xc7','\x13','\xcf','\x39','\x60','\x5b','\xc3','\xed','\x7c','\xc7','\x67','\x04','\x77','\x10','\xf5','\x0d','\x67','\x9e','\x38','\x66','\x62','\x58','\xa2','\x3b','\x70','\xb3','\x37','\x40','\x68','\xa2','\x37','\x43','\xdf','\x3a','\x66','\x37','\xe4','\xa4','\x08','\x44','\x9b','\xa4','\xf4','\x34','\xa3','\x92','\x21','\xa9','\x7f','\x35','\x48','\xee','\xea','\x1a','\xea','\x01','\x45','\xa0','\x8d','\xc0','\x16','\x06','\xf3','\x0d','\xc8','\x89','\x36','\xd5','\xc1','\x0b','\x50','\x98','\xe3','\x08','\xcc','\xe3','\x44','\x7c','\x1c','\xc8','\x48','\x9c','\xcf','\x89','\xe3','\xf7','\x7f','\x42','\x7c','\xfd','\xc0','\x18','\x81','\x3c','\x13','\x79','\x1c','\x78','\x7c','\xf9','\x23','\x8e','\xdf','\xff','\x84','\xe3','\x78','\xd2','\x86','\x46','\x70','\x4b','\x39','\x1c','\x36','\x79','\x0f','\x06','\xf8','\x67','\xbe','\xef','\xd8','\x76','\x2a','\x13','\xf6','\x49','\x94','\x3c','\x72','\x50','\x72','\x5c','\xc5','\x8d','\x87','\xa1','\xb7','\x8e','\xfb','\xbe','\xe3','\x76','\xdb','\x5f','\x68','\x4e','\x8d','\xbe','\x32','\x37','\xe4','\xe0','\xbd','\xf4','\xcd','\xd1','\xf6','\x26','\x2a','\x8f','\x63','\x8e','\x8d','\x73','\x9a','\x83','\x5d','\x73','\x53','\x0c','\x81','\xbd','\x14','\xbc','\x95','\xb0','\x75','\xd3','\xfc','\x00','\x93','\xf3','\x31','\x9f','\x00','\x02','\xd7','\x4e','\x1e','\x01','\x2f','\x3a','\xcb','\x5c','\xb4','\x59','\x22','\x25','\x76','\x25','\x55','\xf6','\x72','\x4e','\x44','\xdb','\x5e','\x78','\x6f','\x01','\x24','\xbd','\x73','\x20','\x5f','\x7e','\xe7','\x38','\x0e','\x51','\xf4','\x9a','\xba','\x8b','\x6d','\xf9','\xd1','\x57','\x70','\x22','\x34','\x9f','\x7b','\xa1','\xd8','\x95','\x24','\x2a','\xf9','\xfb','\x15','\x74','\x7b','\xce','\xf9','\xdd','\xff','\x5e','\xb3','\x10','\x49','\xc6','\x47','\x08','\xcc','\xf4','\xb5','\x9e','\x62','\x8a','\x6a','\xd7','\x85','\x8d','\x8a','\x69','\xa0','\xb3','\x93','\x19','\xea','\x8a','\x43','\x45','\x5a','\xf5','\x31','\xd9','\xa5','\x65','\x41','\x73','\x25','\xdb','\x25','\xaf','\x9c','\x41','\x1b','\x9c','\x41','\x69','\xfa','\xa2','\x27','\x55','\xe2','\xbc','\xbe','\x67','\x75','\x78','\xea','\xfb','\xe4','\x2f','\xbb','\x0b','\xdf','\xbd','\x74','\x8f','\xea','\x09','\xbd','\xdc','\x6a','\x1d','\x69','\x8a','\x2f','\x38','\x48','\xb5','\x9c','\xc9','\x59','\xba','\x69','\x4e','\x3f','\x3a','\xb4','\xb3','\x71','\x93','\xa2','\xad','\x37','\x52','\x94','\x5c','\xb3','\x3f','\x93','\x94','\xc4','\x33','\xc8','\xcc','\xc8','\x39','\xd8','\x95','\x9f','\xa1','\xf8','\x95','\xea','\x80','\x25','\x90','\xa4','\x6d','\xef','\x8a','\xe5','\x9e','\x5d','\xfb','\xdb','\x98','\x5f','\xac','\x67','\x96','\x9a','\x3f','\xb4','\x40','\x8c','\xc0','\xb6','\x75','\x34','\x63','\x0c','\xcc','\x35','\x50','\xbf','\xbe','\x11','\xcc','\x1a','\xb3','\xc3','\x2c','\x31','\x0a','\x7a','\x66','\xb3','\x12','\x3f','\x60','\xfc','\x43','\x49','\x45','\x1b','\x7d','\x30','\xe4','\xc3','\x91','\x95','\x02','\x04','\xcc','\x35','\x37','\x12','\xc0','\xd4','\x3c','\xd6','\x04','\x80','\x41','\x3a','\x39','\x0d','\x0f','\x17','\x75','\x52','\xb9','\x05','\xcf','\x41','\x45','\x75','\xde','\xd3','\x80','\x46','\x06','\x04','\x90','\x55','\xb8','\x67','\x8a','\x59','\xf3','\x68','\xb4','\x29','\x2a','\xc1','\x35','\xb4','\x76','\xcd','\x29','\xd7','\x5c','\x2e','\x8b','\x40','\xc3','\xf7','\xd6','\x5b','\x27','\x88','\x5d','\xd8','\xc0','\xa4','\x5a','\x5a','\x62','\xe5','\x3f','\x10','\x10','\x4e','\x23','\xe1','\x35','\xac','\x59','\x1c','\xab','\x1c','\x3a','\x99','\x7f','\xac','\x98','\xc2','\x5c','\xf5','\xd7','\x4b','\x20','\x25','\xcb','\xb4','\x66','\xd4','\x8d','\x23','\x66','\x39','\x18','\xdb','\xd5','\xd5','\x74','\xd9','\xd6','\x84','\xad','\x98','\xbd','\x6d','\x1b','\xb6','\xdb','\x0d','\xfd','\x76','\x43','\xdf','\x6e','\xda','\xa5','\x36','\xe4','\x2f','\xec','\xea','\xe6','\xa6','\x21','\xac','\x61','\x1a','\x87','\x13','\x48','\x8d','\x53','\xbc','\x09','\x76','\x93','\x52','\x40','\x55','\x36','\xd9','\x8f','\x25','\xb6','\xfb','\x0e','\xb3','\x26','\xfa','\x82','\xec','\x34','\x78','\xc6','\xd0','\xa5','\x0a','\x9b','\x40','\xa6','\x73','\x4c','\x2b','\x27','\x5a','\x06','\x7a','\x90','\x59','\x93','\x9b','\xc3','\xf7','\x86','\xfd','\x7e','\x43','\x9a','\xe3','\xdb','\x78','\xe0','\xf6','\x76','\x87','\xdf','\xbb','\x28','\xe4','\x1b','\xfe','\xf5','\x7f','\xfb','\xdf','\xe1','\x9f','\x1e','\x5f','\x71','\xfc','\xe7','\xbf','\xff','\xd5','\x3b','\xf4','\x8b','\x02','\x68','\xdb','\x37','\xa4','\x25','\x8e','\x98','\xc8','\x23','\xd0','\x46','\x22','\x9a','\xe3','\xc8','\x81','\x03','\x03','\x88','\xbe','\x92','\x7e','\x76','\x3f','\x78','\x60','\x27','\x0c','\xf3','\x1c','\x38','\x07','\xbb','\x13','\xad','\xf7','\xef','\x12','\xc8','\x84','\x0a','\x88','\x49','\xda','\x01','\x00','\xb4','\x7e','\xe3','\x6d','\x57','\x27','\xbc','\x06','\xd9','\xca','\x70','\x8e','\x41','\x85','\x13','\x07','\x6f','\xe8','\xd6','\x5d','\xcc','\x4a','\x93','\x23','\x21','\xc2','\xf3','\x71','\x9e','\x0b','\xf5','\x71','\xe3','\x23','\x9f','\x00','\x86','\x71','\xb7','\x82','\x3e','\x1c','\xe8','\xb9','\x10','\xed','\xb5','\xf8','\x3d','\x88','\xfa','\x2e','\xe5','\xb6','\x4c','\x21','\xa9','\x7c','\xb8','\x6e','\x06','\xb4','\xae','\x81','\x62','\x60','\xab','\xeb','\x7b','\x29','\xea','\xa6','\x1c','\xe1','\x18','\x9a','\x40','\xf2','\x24','\x4a','\x33','\x06','\xc6','\x79','\xa2','\x14','\x74','\x5a','\x6b','\x44','\xf3','\x1a','\x27','\xc7','\x56','\x72','\x53','\x97','\x27','\x4e','\x3b','\x84','\x64','\xa1','\x94','\xcb','\x34','\x5c','\x5c','\x02','\x0f','\x4c','\x69','\x0e','\x4c','\x09','\x33','\x64','\xe4','\x75','\x00','\xaa','\xe3','\xea','\x4c','\x0a','\xc3','\x88','\x6e','\x7b','\xa1','\x49','\x35','\x24','\xaa','\x43','\x8a','\xe2','\x85','\x0a','\x2d','\x8c','\xa9','\xae','\x42','\x33','\xcd','\x3a','\x08','\x1d','\x18','\xa4','\xb3','\x61','\x4e','\x34','\xc1','\x49','\x53','\x85','\x0c','\x8b','\x2e','\x26','\x53','\x0d','\x2e','\xe4','\x8a','\xf7','\x95','\xf3','\x3b','\x90','\x82','\x91','\xa1','\x21','\xf1','\xc4','\x80','\x65','\x47','\xe2','\xc5','\x8e','\x00','\x52','\x24','\xf5','\x59','\x63','\x8a','\x23','\xbc','\x5d','\xf4','\xc6','\x0a','\x0c','\xa9','\x7b','\xcd','\x05','\x90','\xfe','\x2b','\x76','\x14','\xb2','\x23','\x0a','\x7a','\x1c','\x73','\x22','\x8f','\x27','\x3b','\x73','\xbd','\xa1','\x63','\x53','\x79','\x2e','\xdb','\x40','\xe0','\x9c','\x89','\x8f','\xf3','\x54','\x07','\x4e','\xf4','\x0a','\x90','\x52','\x34','\x5d','\x42','\x05','\x8b','\x4e','\xf0','\xba','\x94','\x4f','\xe6','\x55','\x85','\xce','\x0c','\x3c','\xce','\x01','\xea','\xfc','\x03','\x22','\x6f','\x63','\x51','\xa7','\x1a','\x0b','\xf0','\xbd','\xec','\x48','\x09','\x46','\xd9','\x51','\x4c','\x2e','\xf6','\x0c','\x54','\x87','\xb0','\xb1','\x10','\xfe','\x35','\x3b','\xea','\x5a','\x38','\x3b','\xa9','\x82','\x55','\x9d','\x38','\x29','\xb8','\x5e','\x5d','\xa5','\xa9','\x62','\xa6','\xf9','\xf7','\x76','\x94','\xe0','\x3e','\x93','\x5a','\xc0','\x47','\xf6','\x19','\x6a','\xdb','\x2c','\x55','\xd3','\xe3','\x7b','\x3b','\x12','\x37','\xbb','\x96','\x2b','\xd6','\x7e','\x6d','\x57','\x42','\xee','\x55','\x38','\xd3','\x87','\x03','\x4e','\x15','\x18','\x53','\x49','\x17','\x27','\x55','\xa4','\x30','\x06','\x9a','\xb8','\xcd','\x5a','\x3c','\xc1','\xfb','\xee','\x8e','\x7d','\xdf','\xb1','\x6f','\x3b','\x9e','\xc7','\x81','\xe3','\x9c','\xc4','\x50','\x74','\x9f','\x5c','\x49','\x81','\xdc','\x3f','\x67','\x2f','\x06','\x83','\x82','\x77','\x5f','\x05','\x5b','\x49','\x72','\x67','\xd1','\x41','\xe4','\xac','\x5b','\x64','\xb9','\x2c','\x0a','\x39','\x18','\xbb','\x85','\x5d','\x67','\x84','\x01','\xee','\x4a','\xc8','\x4a','\x4e','\x98','\x01','\x87','\x9d','\x52','\xce','\xd9','\xcc','\xd5','\xad','\xe2','\x12','\xdf','\x41','\x55','\x1a','\xc9','\x9b','\x56','\xc0','\xe2','\x8c','\x96','\x68','\x5a','\x74','\x38','\xc4','\x21','\x82','\x4b','\x4d','\xbb','\xa4','\x7b','\xa7','\x28','\x57','\xd3','\x98','\xe8','\xf7','\x6d','\xa3','\x8a','\xdf','\x3c','\x75','\x25','\x58','\x9d','\x74','\x00','\xb4','\x53','\xf3','\xe5','\x4f','\x9b','\x16','\x0b','\xae','\xb3','\x54','\x67','\x50','\x94','\x93','\x26','\xc4','\xbf','\xb5','\x4d','\x67','\x52','\xd4','\xa4','\x99','\xf4','\x51','\xa2','\xda','\x58','\x32','\x80','\x35','\xdb','\xd0','\x32','\x25','\x78','\xd2','\xf4','\xd9','\x86','\xaf','\xc7','\x81','\x13','\x2a','\x28','\xbb','\x2f','\xa4','\xd7','\xbd','\x63','\x00','\x88','\x71','\x62','\x7e','\x7c','\x45','\xc4','\xc4','\x47','\x0c','\x8c','\x4c','\xb4','\xe8','\x88','\x46','\x19','\xe7','\x9f','\x3e','\x3e','\x60','\x9b','\x63','\xff','\xf4','\x1b','\xd8','\x76','\x43','\x1a','\x70','\xdb','\x08','\x0a','\x71','\xcf','\x53','\x70','\x7e','\x2d','\x26','\xc6','\x34','\x76','\x8d','\x93','\xc5','\x84','\x85','\xc1','\x13','\x68','\x43','\x0a','\x76','\x6e','\x98','\xc3','\x70','\x9e','\x13','\xd8','\x44','\xb3','\x5c','\xf3','\x59','\x7c','\xbf','\x26','\x4a','\x62','\x54','\x01','\x32','\x13','\x5b','\xd0','\x72','\x93','\x52','\x54','\x88','\x4c','\x34','\x03','\x80','\x1b','\xc2','\x13','\x87','\x1f','\x98','\x71','\x60','\x9c','\x01','\xfb','\x98','\x88','\x8f','\x03','\xf1','\x38','\x78','\x36','\x1f','\xdf','\xd0','\xcd','\xf0','\xb6','\xdd','\xb8','\xf0','\x77','\x0c','\x8c','\x79','\xe0','\xe3','\x20','\x9d','\xc5','\x9a','\x71','\x21','\x5f','\xe8','\xb3','\x93','\x5d','\xca','\x18','\xda','\xb3','\xb2','\x6d','\x78','\xdf','\xde','\x30','\x46','\xc2','\xb6','\x09','\x3b','\x2f','\xd1','\x17','\x44','\xc0','\x9a','\xa3','\x7b','\xc7','\x6d','\xbf','\x01','\x8d','\xcb','\x86','\x79','\x7d','\x01','\x77','\xc3','\xed','\x7e','\xc7','\x9e','\x37','\x8c','\x71','\xe2','\xdb','\x37','\x4a','\xbb','\xde','\xef','\x77','\x64','\x96','\xb4','\x7e','\xd1','\x40','\x0b','\xbd','\x26','\xc8','\xb5','\x75','\xd1','\x61','\x21','\xda','\x74','\xb2','\xf0','\x59','\xf2','\xe0','\x56','\x09','\xbc','\x64','\xcf','\xcb','\xce','\x14','\x2f','\xad','\x0a','\x6e','\x03','\xe5','\xcf','\xc5','\xdf','\x6f','\xa2','\xa5','\x45','\xd9','\x75','\xcd','\xab','\xaa','\x00','\xf0','\x26','\xa9','\x5c','\xd9','\x6e','\xa9','\x22','\xba','\x19','\xb6','\xde','\xd6','\xfb','\xac','\x02','\x01','\x17','\x02','\x5e','\xcb','\x68','\x79','\xc6','\x7c','\x01','\x85','\xa9','\xcf','\x88','\xc9','\xf8','\xd2','\x3b','\xf7','\xc7','\x8d','\xf3','\xbc','\x3a','\xc8','\x35','\x9f','\xa0','\x58','\x5b','\x92','\xe5','\x2e','\x3f','\x8b','\xf5','\xfd','\xb0','\x7c','\x67','\xda','\x50','\x27','\x4b','\x67','\x5e','\x9d','\xf5','\x14','\x95','\x7b','\x9a','\x61','\xeb','\x1b','\xf6','\x6d','\xc3','\x88','\x80','\xcd','\x09','\x57','\x4c','\x2d','\xec','\xcd','\xaa','\x80','\x98','\x53','\xdd','\xd6','\x5c','\x34','\xbc','\x55','\x00','\x65','\x16','\x7f','\x7c','\x9d','\xed','\xef','\x8a','\xbd','\x2c','\x52','\x12','\x78','\xa6','\x33','\x31','\xec','\xa5','\x33','\x8d','\x72','\xae','\xa4','\xa4','\x9d','\xc7','\x13','\x50','\xdc','\x38','\xcf','\x93','\x33','\xb2','\x41','\x75','\x37','\x6b','\x8d','\x14','\x2f','\xbc','\x92','\x80','\x08','\xe8','\x9d','\x73','\x22','\x27','\xc5','\x9a','\x52','\xac','\x02','\x3e','\xff','\xc0','\x24','\x92','\xcb','\xcb','\xcc','\x46','\x95','\x57','\x38','\x42','\x33','\x18','\xad','\xf9','\x9a','\x19','\x31','\xe3','\xdc','\x4c','\x22','\x11','\x1e','\xea','\xd2','\x3b','\x6a','\xb1','\x66','\xcd','\x06','\x42','\x3e','\x8c','\x23','\x64','\x95','\x77','\xa8','\xe4','\x36','\xe5','\x23','\xe0','\x57','\x33','\x7d','\x5f','\x4b','\xbb','\xfc','\xd2','\xf2','\x6b','\xea','\x14','\x65','\x72','\x4e','\x38','\x82','\xa0','\xb3','\xba','\x10','\x59','\xb1','\xc4','\x2a','\xe9','\x57','\x1c','\x4c','\xd1','\x74','\x93','\x52','\xe0','\x48','\xa7','\xb0','\x4f','\x4c','\x58','\x0b','\x84','\x40','\x50','\x80','\xe3','\x11','\xf5','\x72','\xf8','\xf2','\xaf','\x48','\xac','\x79','\x77','\x8a','\xf3','\x6c','\x98','\xbd','\x2d','\x7b','\x64','\x17','\x9d','\x31','\x82','\x00','\xcd','\x0b','\x80','\x68','\x2c','\x76','\x80','\xd4','\xec','\x0c','\x56','\xac','\x61','\xee','\xcb','\xa0','\x5c','\x67','\x13','\x96','\x62','\x60','\xd1','\x8e','\x20','\x3a','\x21','\xaf','\x89','\x31','\x2d','\x10','\x17','\x8b','\x68','\x3d','\xdd','\x55','\xf7','\x31','\xae','\x1a','\xf7','\xef','\x04','\x54','\xc8','\x57','\xe1','\xd4','\x8c','\xd7','\xd1','\x49','\xa5','\xed','\x85','\x9f','\xd4','\xb3','\x6d','\x14','\xc9','\x4a','\x68','\x11','\xb3','\x01','\x27','\x06','\xce','\xe4','\x9a','\x8e','\xe6','\xb9','\x94','\x99','\xcd','\x00','\xeb','\x7d','\xcd','\xa4','\x86','\x84','\x82','\xac','\xf1','\x73','\xd8','\xac','\x68','\x7c','\x36','\xf9','\x44','\xf7','\x0d','\x9f','\xdf','\xde','\x11','\x01','\x7c','\x53','\xfe','\x8e','\xd6','\xb0','\xed','\x5c','\xc9','\xc0','\x29','\x13','\x32','\x29','\xfa','\xd6','\xb1','\xed','\x77','\x6c','\x6f','\x77','\xb4','\x6d','\x43','\x6f','\x5c','\xba','\x8a','\xce','\xd9','\xfd','\xe8','\xce','\xa5','\xaa','\x8f','\x89','\xfb','\x0f','\x9f','\xf0','\xfe','\xc3','\x1b','\xfe','\xf9','\xe3','\x2b','\xcc','\x0c','\xff','\xf6','\xdf','\xfe','\x5b','\xfc','\x7e','\x3e','\xf0','\x77','\xbf','\xff','\x27','\xfc','\xda','\xeb','\x17','\x05','\x50','\xef','\x6c','\x8d','\x9d','\x73','\xc2','\x94','\xb4','\x9e','\x29','\x99','\xbb','\x1a','\x76','\x85','\xb6','\xc6','\x5b','\x29','\x0a','\x25','\xa5','\x86','\x27','\x25','\x41','\x7b','\xa3','\x4c','\xe4','\x1a','\xca','\xd5','\x69','\xe6','\x0c','\x86','\x54','\xe2','\x2c','\xe1','\xa1','\x56','\xa7','\x99','\x14','\x7c','\x0c','\x59','\x49','\x7d','\xb2','\x70','\x3a','\xc6','\xe0','\x82','\x3f','\x6b','\x3c','\x38','\x68','\x2f','\xa8','\x02','\x15','\x5c','\x86','\x9c','\x28','\xb5','\xe4','\x45','\xb7','\x2b','\xc4','\x41','\x33','\x2a','\xa9','\x93','\x45','\x15','\x92','\xd5','\xe0','\x11','\xf2','\x31','\x16','\x12','\x94','\xc1','\x8a','\xde','\xf1','\xc2','\x27','\x96','\xf2','\x11','\x56','\x82','\xc7','\xae','\xc4','\xa2','\x9c','\x24','\x00','\x51','\xdb','\x22','\xd8','\xd5','\x09','\x48','\x11','\x43','\xc6','\x6a','\x4a','\x6c','\xdc','\x49','\x17','\xe4','\xee','\x18','\x9a','\x6b','\xa9','\x79','\x85','\x5d','\x1c','\x53','\x33','\xc3','\x26','\xa3','\xf0','\xd6','\xb9','\xb4','\xac','\xf3','\xbe','\xcc','\x41','\x75','\x24','\x93','\x67','\xf0','\x14','\xdf','\x98','\x9e','\x94','\x48','\x49','\xf0','\xbe','\xba','\xba','\x4c','\x63','\x24','\x30','\xe6','\x32','\x56','\xc8','\xa1','\x35','\x54','\xc2','\x60','\xd8','\xb6','\x0d','\xe6','\xa2','\x69','\x59','\x22','\x4f','\x0a','\x18','\x4c','\xe7','\xc2','\xb1','\x8c','\x60','\x52','\x64','\xce','\xae','\x84','\x38','\xd4','\x0e','\x43','\x4f','\x16','\x9f','\x4d','\xa8','\xcb','\x9c','\x72','\xe2','\x69','\x0b','\xb5','\xdb','\xba','\x4b','\xec','\xa0','\x0a','\xe3','\x58','\xdf','\xd5','\xcc','\x60','\xbd','\x69','\x51','\xe9','\x65','\x47','\x45','\x9d','\xf3','\x1a','\x7f','\x30','\xf0','\x9a','\x66','\x2c','\xc9','\xce','\x9a','\xfb','\x61','\x51','\xc2','\xc4','\x30','\xa6','\xc3','\xb3','\x50','\x32','\x50','\x69','\xcb','\xe9','\x0c','\x9a','\xe6','\xb4','\x2e','\xc7','\xcc','\x99','\xb4','\x21','\x69','\xd7','\xea','\x76','\x55','\xd1','\x9e','\x66','\x30','\xaf','\x05','\x05','\xf4','\x64','\x6c','\x80','\x4c','\x72','\x9a','\x91','\xdf','\xd9','\x51','\x65','\x18','\xfc','\x14','\xbf','\xa8','\xa0','\xea','\x66','\x4e','\xd9','\x50','\x25','\xe5','\x4c','\xee','\x69','\x47','\x43','\x14','\x03','\x16','\x70','\xb4','\xa3','\x1a','\x4c','\xf5','\x52','\xa5','\xb3','\xab','\xd0','\xc8','\x73','\xca','\x96','\x6b','\x50','\x7e','\xa8','\x80','\x75','\xca','\xf7','\x5a','\x4a','\xf6','\x1b','\xf0','\xbe','\xa3','\x7b','\x43','\x6b','\xb2','\xa3','\xa9','\xf9','\x9d','\x64','\xd1','\xee','\x85','\x3c','\x09','\x11','\x45','\xa1','\xeb','\x86','\xef','\xed','\xa8','\xb6','\xb8','\x1b','\x51','\x23','\x37','\x0a','\x89','\x14','\x42','\xba','\x6f','\x1b','\xa9','\x01','\x2f','\x76','\x14','\x31','\x31','\x9d','\xc2','\x05','\x9c','\x1d','\xe1','\xd9','\x9c','\x73','\x92','\x9b','\xac','\x62','\xa3','\xb7','\x86','\xcd','\x1a','\x76','\x6b','\x68','\xdb','\x8e','\x9b','\x37','\x0e','\xe7','\xcb','\xdf','\xd4','\x7d','\x4d','\xf0','\xbc','\xcc','\x34','\xee','\xef','\x11','\x27','\x98','\xe7','\x4d','\x4f','\x29','\xb1','\x86','\xa0','\xeb','\x5e','\xab','\x74','\x59','\x89','\x84','\x25','\xe9','\x1f','\x13','\xc0','\xa6','\x62','\x2e','\x5d','\xb3','\x74','\xb0','\x35','\xfc','\x9c','\x95','\xa4','\x19','\x13','\xf9','\x19','\x44','\xf7','\x91','\xec','\x0a','\xbb','\xd3','\x47','\xb6','\x70','\x64','\x1c','\x4a','\x12','\x9a','\xfe','\xe9','\xd8','\x6a','\x28','\x5b','\x7e','\xa9','\x66','\x95','\x62','\x21','\xd5','\xe5','\x17','\xb9','\xd3','\x66','\xc4','\x40','\xed','\x31','\x83','\x8e','\xf5','\x77','\xa0','\x71','\x25','\x42','\x7a','\x3f','\x16','\x0e','\x17','\x2a','\x07','\x5d','\x6b','\x49','\x1a','\x37','\x25','\xa2','\x4d','\xfb','\x9f','\xe2','\x0c','\x8c','\x01','\x0e','\xee','\x07','\x13','\xb6','\xa6','\x59','\xbb','\xa2','\xb7','\x36','\x98','\xee','\x3b','\x83','\x3d','\xeb','\x37','\x82','\x32','\xfb','\x7d','\xc3','\x6d','\x23','\xad','\xb1','\x3b','\x15','\xcb','\xd4','\x27','\x97','\x10','\x47','\x60','\x9b','\x03','\x47','\x90','\xfb','\x5d','\xc2','\x10','\x50','\xc2','\x78','\x3c','\x9f','\x9c','\xa7','\x6c','\x8e','\x7c','\x3e','\x61','\x5f','\xbf','\x61','\xb3','\x40','\xde','\x3b','\xbc','\x81','\xcb','\x3d','\xbb','\x51','\x81','\xd3','\x1b','\xd2','\x83','\xff','\x8c','\x89','\xb0','\xc0','\x29','\x30','\x62','\xee','\x9d','\x73','\x97','\x01','\xcc','\xe7','\x44','\xda','\xe0','\xb3','\x53','\xf2','\x5a','\x8b','\x3b','\x3d','\x93','\x92','\xba','\xe7','\x44','\x3c','\x4f','\xc4','\x38','\x61','\x11','\x14','\x3a','\x88','\xc0','\x96','\x89','\xfd','\x76','\xc3','\x9c','\x09','\x1b','\x03','\xd8','\x36','\x2a','\x9d','\xdd','\xef','\x88','\x6d','\xa7','\x94','\xbf','\x35','\xf4','\xc6','\xb8','\xd8','\x44','\xb7','\xcc','\x19','\xf0','\x73','\xa2','\x8d','\x89','\x33','\x13','\x18','\x04','\x31','\x2c','\xa9','\xea','\x04','\xc5','\x01','\xc4','\x04','\x4f','\x98','\xe3','\x9c','\x0f','\x8c','\xc7','\x93','\x42','\x05','\xcf','\x27','\x29','\xe3','\xa9','\x3d','\x2a','\xde','\x58','\x14','\x37','\x03','\xba','\xd4','\x58','\x41','\x70','\x6c','\xdb','\x48','\x31','\x74','\x67','\xe1','\xf0','\xfc','\xf8','\x58','\xca','\x53','\x6b','\xb6','\x4b','\xbe','\x96','\x9d','\x07','\x7e','\xb7','\xde','\x0d','\xf7','\x7b','\x7f','\xa1','\xae','\x55','\x1c','\x0c','\xd4','\x20','\x76','\x9a','\x03','\x9a','\xa5','\x09','\xc5','\xd3','\x32','\xbc','\x54','\x61','\x96','\x06','\xc4','\xf3','\xc0','\x38','\x07','\xe7','\x37','\x74','\xae','\xda','\x18','\x6b','\x10','\xde','\x8c','\xdd','\xc2','\xea','\xec','\xcc','\x31','\xd8','\x91','\xab','\x6e','\x8a','\x92','\xfb','\x29','\x7a','\x5a','\x15','\x58','\x25','\x91','\x9c','\xb8','\x0a','\x20','\x40','\x49','\x50','\xe6','\x2a','\xd0','\x33','\xeb','\xbb','\x25','\x6a','\x49','\x25','\xa9','\x6e','\x5a','\xa4','\x3c','\x6b','\x16','\x2d','\xc5','\x5c','\x90','\x1c','\xf6','\x5e','\xa8','\x7f','\xc8','\xb7','\xd9','\xf7','\x1d','\xee','\xd5','\xe1','\x21','\x25','\xb5','\x09','\x74','\x2c','\xc8','\x7c','\xce','\x58','\xcc','\x8f','\x66','\x4c','\xd2','\x5e','\x3b','\x43','\x1d','\x90','\x82','\xa3','\x73','\x4e','\x4b','\x3e','\xb2','\x90','\x72','\x82','\x2d','\x02','\x7c','\x84','\x37','\xad','\x6e','\x91','\x9e','\xd7','\xea','\x1a','\xc9','\x4f','\x39','\x8c','\x9d','\x14','\x81','\x69','\xf5','\x8f','\x30','\x20','\xb4','\x34','\x58','\x06','\xc6','\x31','\xe0','\x9d','\x9f','\xbf','\xb5','\x8e','\x40','\xc3','\x69','\xce','\xa2','\x7a','\x08','\x78','\x34','\x25','\xb8','\x11','\x78','\x7e','\x1c','\x78','\xda','\x81','\xcd','\x3b','\xbb','\xc1','\x52','\xc1','\x44','\x8a','\xa6','\xe8','\xca','\x0b','\x2c','\xd1','\xe1','\xf0','\x29','\x94','\x0f','\x8d','\xde','\xd3','\xc0','\x33','\xe7','\x86','\x14','\x3d','\xda','\x34','\x63','\x07','\x53','\xa1','\x95','\x25','\x11','\x45','\xbf','\x16','\x2f','\x85','\x69','\x0c','\x52','\xe0','\x4c','\xf1','\x03','\x49','\xd0','\x72','\x75','\xf7','\xf5','\x0a','\xe5','\x1c','\x90','\xbd','\x96','\xdf','\xaf','\x67','\x57','\xea','\x97','\xe7','\xf1','\xbc','\xec','\x58','\x76','\x5f','\x80','\x91','\x55','\xe7','\x07','\xb9','\xc6','\x13','\xb0','\xce','\x00','\x90','\xc9','\xb9','\xba','\x9c','\xea','\xdc','\xab','\x20','\x73','\x75','\x31','\xbc','\x0a','\x64','\x15','\x9b','\x97','\xfb','\xcd','\x17','\x5f','\x5e','\xf1','\x8b','\xb4','\xb1','\x91','\x41','\xa9','\x76','\x3d','\xf3','\x5f','\xbe','\x6c','\xd9','\x46','\xb3','\x8a','\x34','\x81','\x28','\x91','\x97','\xba','\x73','\x4c','\x82','\x97','\xdd','\x94','\xbd','\x72','\x9f','\x64','\xd1','\xbd','\x19','\xe7','\xaa','\xcb','\x66','\x60','\x5e','\xba','\x22','\x83','\x31','\xce','\x7a','\xdb','\x10','\xc9','\xe7','\x57','\x5d','\x37','\x38','\x15','\x27','\xbd','\x93','\x99','\xc1','\xe7','\x63','\x04','\x12','\x45','\xe9','\x86','\xc0','\xed','\x71','\x0e','\xc4','\x79','\x62','\xb4','\x44','\x74','\xda','\x59','\xdb','\x37','\xb2','\x3a','\x32','\xb5','\x0f','\x8e','\x9f','\x53','\x6a','\xc5','\xae','\xdd','\x40','\xa9','\x42','\xb7','\x98','\x15','\x14','\x36','\x49','\x31','\x38','\x24','\xde','\x63','\xc6','\x51','\x8b','\xce','\x92','\x64','\x4c','\x76','\xda','\x3e','\xfd','\xf8','\x23','\xee','\xf7','\x37','\xec','\xf7','\x3b','\xb6','\xb7','\x37','\x09','\x25','\x18','\x6a','\x05','\xca','\x30','\x20','\xce','\x27','\xb6','\xd0','\xbe','\xcc','\x8d','\x6b','\x1e','\xb6','\xbe','\xc3','\xc7','\xc4','\xfd','\xfd','\x1d','\xff','\xea','\x6f','\xfe','\x15','\xfe','\xfa','\x5f','\xfc','\xf5','\xaf','\x3c','\x87','\x5f','\x29','\x80','\xd2','\x1d','\xd1','\x1d','\xe7','\x19','\xb8','\x75','\x16','\x1e','\x73','\x04','\x86','\x01','\xd6','\x34','\x6b','\x52','\x08','\x91','\xd0','\x55','\x94','\x23','\x69','\x4c','\x78','\xd3','\x8c','\x5b','\x5a','\x33','\x71','\xf1','\xe8','\x99','\x78','\xbb','\x53','\xa1','\xe5','\x1c','\x07','\x8e','\x9c','\xf0','\x14','\x42','\xec','\x57','\x62','\x9e','\xd5','\xa4','\x50','\x91','\x32','\x40','\x9a','\xcc','\x91','\x01','\x03','\x11','\xb1','\x9c','\x24','\xde','\x05','\x0c','\x50','\x70','\x8d','\x3a','\x50','\x32','\xda','\x92','\xc2','\xe6','\xc3','\x6e','\x2b','\x49','\x9c','\x4a','\xb0','\x43','\x4e','\x78','\x64','\xa0','\xb9','\x61','\x6f','\x1d','\xe6','\x58','\x0f','\xa4','\xb4','\xf9','\x13','\x89','\xa7','\x06','\x87','\xb7','\xd6','\xb1','\xf5','\x4d','\xdd','\x0e','\x7e','\x06','\x0d','\x51','\x4f','\xd7','\x52','\xaa','\x67','\x34','\x73','\x93','\x13','\x35','\x68','\xc1','\xa0','\x5d','\x49','\x6f','\x73','\xd1','\x61','\x52','\xc7','\x29','\x99','\x68','\x42','\x49','\xa9','\xc3','\xb1','\x6d','\x1a','\x60','\x37','\x10','\xc9','\xcc','\x6b','\x78','\xb9','\x06','\x08','\x09','\x26','\x09','\x65','\xae','\x3f','\xd3','\xbd','\xac','\x00','\xcc','\xd9','\x29','\xa8','\xf0','\x11','\x4f','\xb8','\xd1','\x29','\x5a','\x02','\x88','\x58','\x81','\x77','\x0c','\xd2','\xeb','\x46','\x50','\xb4','\x22','\x9b','\x01','\x9b','\x8a','\xc1','\x74','\x26','\xff','\x33','\x48','\xd5','\x52','\x82','\xe5','\x2a','\x24','\x66','\xc9','\x3c','\xcb','\xe9','\x04','\x38','\x83','\x65','\x48','\x98','\x6d','\x18','\x46','\x29','\x51','\xc0','\x29','\xb3','\x0d','\x3a','\xff','\x9a','\xd3','\xf6','\x52','\xd0','\x2b','\x3b','\x12','\x75','\xee','\xe7','\x76','\x64','\xde','\xb0','\xbb','\x69','\x79','\xeb','\x44','\x83','\x23','\x8d','\xad','\xfe','\x35','\x4f','\x51','\xf7','\x32','\xe8','\x52','\x22','\x03','\x3e','\x12','\x87','\x6b','\x16','\x29','\xa9','\xf4','\x03','\x48','\xde','\xb3','\xf3','\xd0','\xa7','\x0a','\xbe','\xff','\x2d','\x3b','\x1a','\x35','\xd7','\x15','\x4c','\xa2','\x47','\x72','\xa8','\x72','\x97','\xec','\x63','\xce','\x71','\xa1','\x4f','\xce','\x99','\xa4','\xe7','\x49','\x61','\x87','\xad','\x77','\xf4','\x46','\x6c','\x8e','\x8b','\xe1','\x88','\x7a','\x40','\x1d','\x3a','\x33','\xac','\xa0','\xef','\x66','\xc8','\xd6','\x55','\x88','\x14','\xad','\xcc','\xd9','\xc9','\x68','\xec','\xba','\x4d','\x15','\xee','\x1c','\x90','\x65','\xa7','\xa3','\xf8','\xc7','\x4d','\x43','\xc1','\x2b','\xa7','\x91','\x1d','\xe5','\x98','\xa0','\xf6','\xbf','\xd0','\x5f','\xa8','\x1b','\xf7','\x67','\xec','\x28','\x93','\xb4','\xc2','\xb2','\xa3','\x86','\x9a','\x15','\x52','\xb7','\x43','\xc9','\x52','\x6f','\x94','\xca','\x3d','\x4f','\xce','\x68','\x8d','\x94','\x1d','\x75','\x03','\x3a','\x0b','\x99','\x9e','\xdc','\xb5','\x35','\x27','\xa5','\xd9','\xa7','\x75','\xc0','\x1a','\x36','\xb5','\xc2','\x1d','\x8e','\xfb','\x6d','\x63','\x91','\x84','\x5c','\xf3','\x29','\xab','\x36','\x83','\xad','\x99','\x80','\x54','\x92','\x50','\xd4','\x94','\x04','\x96','\xe0','\x46','\x49','\x6b','\x17','\x45','\xb5','\x06','\x4a','\x97','\x74','\x7b','\xb2','\xc3','\xc7','\x82','\x5c','\x45','\x19','\xb0','\x68','\x3e','\x09','\x3a','\x6c','\x44','\x60','\x18','\x83','\x03','\x60','\xda','\xa5','\x71','\xf9','\x9a','\xba','\x8b','\x73','\x90','\x56','\x92','\x91','\xb0','\x36','\x39','\xcf','\xe3','\x8e','\xc3','\x98','\x50','\x35','\x98','\x12','\x19','\x8e','\xf6','\x8e','\x41','\x99','\x57','\x83','\x2e','\x3a','\x06','\xe6','\xe3','\xc4','\xf3','\xc1','\x60','\xda','\x7a','\x47','\x20','\x57','\x02','\x55','\x67','\x60','\x21','\xec','\xc6','\x9d','\x22','\xd5','\x21','\x7b','\xa5','\xe0','\x2c','\x19','\xdf','\x42','\x58','\x0b','\x6d','\x85','\xb1','\xb3','\xd7','\x58','\x30','\x76','\x2f','\xea','\x93','\x9e','\xb5','\xd9','\x42','\x1b','\x12','\x8c','\xae','\x43','\x49','\xdb','\x7e','\xeb','\xc0','\x76','\xc3','\xa7','\xfb','\x1d','\x6f','\xf7','\x1b','\xee','\xb7','\x77','\x6c','\xdb','\xda','\x82','\x89','\x92','\x8f','\x8d','\xe4','\x5a','\x81','\xc7','\x3c','\x70','\x46','\x00','\xbd','\xa3','\xdf','\x77','\xdc','\xde','\xef','\xe8','\x5b','\xc7','\x63','\x3a','\x8e','\x34','\x0e','\x31','\x98','\xe1','\xe3','\xf9','\x81','\x87','\x0f','\x6c','\xf6','\x86','\xed','\xb6','\x21','\x8f','\x13','\xd5','\x5f','\x6c','\x5e','\x1d','\x3a','\x53','\x97','\x37','\xb9','\x1f','\x2a','\x82','\x48','\xe4','\xdb','\x0e','\xa4','\x53','\xda','\x3a','\xae','\xad','\xf7','\x14','\xb8','\x71','\x76','\x23','\x23','\x29','\xa0','\xf3','\x3c','\x91','\x8f','\x03','\x38','\x06','\x6c','\x4e','\xb4','\x11','\xc0','\x9c','\xf0','\x31','\xf1','\xe6','\x1d','\xe7','\x04','\xc6','\x49','\x5a','\x30','\x76','\x87','\xed','\x77','\x64','\xeb','\x38','\xac','\xa3','\x37','\xe0','\xec','\x37','\xc4','\x71','\x22','\x45','\x7f','\xf3','\x39','\xb1','\x8d','\x94','\x8a','\x14','\xc1','\x0a','\x9f','\xa9','\xa1','\x6c','\x1a','\x6b','\x5b','\xa1','\x21','\x70','\xcc','\x27','\x66','\x3c','\xa8','\x00','\x6a','\x8e','\x71','\x0e','\x9c','\x07','\xbb','\x7c','\x0e','\xc3','\xc0','\xc0','\x30','\x80','\x27','\xed','\x52','\x5a','\xeb','\xd5','\x3d','\x16','\xcd','\xd2','\xa5','\x66','\x66','\x00','\x3e','\x3e','\x3e','\x30','\x87','\x56','\x17','\xa8','\x50','\xbe','\x0a','\xe7','\xc0','\x1c','\x9c','\xd9','\xf2','\x2e','\x1b','\x43','\x1d','\x61','\x23','\xfa','\x2f','\xda','\xce','\x9a','\xad','\xa9','\x38','\x21','\x3b','\xb8','\xe6','\x81','\x62','\x15','\xea','\x0e','\x88','\x9a','\x2b','\x39','\xf7','\x9a','\x1b','\x14','\xa0','\x85','\xb8','\xe6','\x5e','\x8b','\xea','\x56','\x3b','\xae','\x9a','\x3b','\x9e','\xc7','\x13','\xe7','\x39','\x71','\xbb','\xed','\xd8','\x37','\xae','\xc4','\xa8','\xc2','\x81','\xc7','\xba','\x76','\xb8','\xcd','\x97','\x8e','\x52','\xe5','\x10','\xa6','\x6e','\x6b','\xe7','\xbc','\xd4','\xe3','\xf9','\x5d','\x72','\x6a','\x01','\xa9','\xc4','\x1e','\x02','\xd9','\x1c','\x6f','\xf9','\xa6','\x9d','\x80','\x54','\x10','\x85','\x16','\x4f','\x2f','\x6a','\x95','\x1b','\x5e','\x93','\x55','\x22','\xe0','\xba','\xc7','\xfa','\xbb','\x66','\x8e','\x39','\x26','\x1e','\xf1','\xb1','\xd4','\xed','\xaa','\x70','\x72','\xa7','\x1f','\xf6','\x5e','\xb4','\xa0','\x94','\x4f','\x55','\x2c','\xaa','\x73','\x08','\xc6','\xd3','\x55','\x1c','\x55','\x12','\xfd','\x7a','\x6e','\xe5','\xe1','\x00','\x15','\x16','\x10','\x05','\xb7','\x0a','\x20','\x8d','\x17','\xd9','\x34','\xb4','\x0c','\x2e','\xe5','\x35','\x60','\xef','\x77','\xf8','\xbe','\x83','\xea','\x93','\x13','\xe7','\xe3','\x84','\x8d','\x89','\xdc','\x4e','\x34','\x03','\xf6','\x0d','\xc0','\x48','\x7c','\xfb','\xf6','\xc0','\xb3','\xbf','\xe1','\x37','\x6f','\x37','\xdc','\xac','\x6b','\x68','\x1d','\x98','\x98','\x18','\x93','\xc0','\x63','\x0d','\x98','\xf7','\xa9','\xf3','\x3f','\x13','\x9e','\x07','\xa2','\x25','\xd0','\x9a','\xc4','\x56','\x02','\x5e','\x00','\xb7','\x9b','\x14','\x2f','\x79','\x4f','\x5e','\x59','\x3f','\xb1','\xe0','\x68','\xd0','\x16','\x30','\xd1','\x5d','\x03','\xf4','\xf5','\x5d','\xd3','\x50','\x3c','\x66','\xd3','\xf7','\x26','\x7d','\x9c','\x80','\xe2','\x14','\x38','\x4d','\x58','\x41','\x9d','\xad','\x56','\x3e','\x90','\xd4','\xb5','\xa2','\xef','\x15','\x7c','\x05','\x51','\xf3','\xd9','\x3d','\xd2','\xf3','\x15','\x35','\xcb','\x04','\x0e','\x10','\x90','\x63','\x17','\x7d','\x8e','\x03','\xd9','\xd4','\x39','\xac','\x15','\x26','\x26','\x86','\xcd','\xa8','\x1d','\x49','\x2c','\xd8','\x67','\x10','\x1c','\x5e','\x45','\x39','\xa0','\x59','\xab','\x9a','\xfd','\xaa','\xd8','\xf0','\xf2','\x2a','\x5c','\xc1','\xf0','\x9d','\x5a','\x67','\x51','\x00','\x61','\x40','\xd6','\xe6','\x76','\x81','\xba','\x8c','\x2c','\x75','\xef','\x2e','\x9a','\x25','\x74','\xd6','\xc5','\x17','\x7c','\xb1','\xd3','\x5a','\xae','\x2a','\x51','\xaa','\xb6','\x03','\x09','\x0c','\x70','\xbe','\xb8','\x57','\xee','\xe0','\xed','\x85','\x2e','\x5e','\xa0','\x01','\x8b','\x14','\xce','\xa0','\x33','\xf6','\xd4','\x72','\xd4','\xc4','\x20','\xf0','\x99','\xa4','\xf0','\xee','\xf7','\x3b','\xb6','\x7d','\x47','\x02','\x38','\x8f','\x13','\x53','\xbb','\x06','\xbb','\xf6','\xff','\x64','\x26','\x77','\x2e','\xf6','\x0d','\x54','\xd3','\xd2','\xfe','\xb5','\x4c','\x5e','\x47','\x6b','\x08','\xb6','\xe9','\x70','\xc7','\x6d','\x29','\x49','\xa2','\x5f','\x39','\x48','\x02','\x78','\xff','\xcd','\x8f','\xd8','\xfb','\x0e','\xdb','\x76','\x82','\x65','\xc9','\xfc','\x86','\x9d','\x46','\xc6','\x0e','\xe6','\xa9','\x27','\xda','\xfb','\x1d','\xde','\xe8','\x47','\xde','\xdf','\x6e','\x78','\x9c','\x13','\xc7','\xe3','\x89','\xdf','\xfd','\xe6','\x37','\xf8','\x37','\xff','\xc7','\x7f','\x83','\x5f','\x7b','\xfd','\x52','\x04','\xc1','\xb1','\x06','\xd1','\xb5','\x72','\x19','\xa9','\x6a','\xcd','\x43','\x49','\x46','\x16','\x5a','\x93','\x1a','\x84','\x53','\x65','\x6a','\x7c','\xa0','\x73','\xe6','\x3a','\xc8','\x35','\x98','\xf9','\x3a','\xac','\x6b','\x01','\xb4','\xb6','\xa3','\x37','\x55','\x87','\x4a','\x36','\x79','\x60','\x42','\x4e','\x5a','\xd7','\xa0','\xe2','\x60','\x26','\xa9','\x29','\x56','\xce','\xc5','\xa1','\xf6','\xa2','\xda','\x8d','\x8d','\x43','\xdc','\x4b','\xfa','\x11','\x2c','\x9c','\xf2','\x1c','\x2c','\xcc','\xdc','\xd8','\x29','\x40','\x49','\x0f','\xaa','\x7a','\x76','\xf5','\x41','\xbc','\xa9','\x95','\x4e','\xe7','\x97','\x48','\xf4','\xe6','\x5a','\x36','\xc6','\x59','\x16','\xd7','\x90','\x61','\xa9','\xe0','\x30','\x61','\x52','\xd0','\xcf','\xe2','\xd0','\x86','\x76','\x16','\x69','\x06','\x0a','\xea','\xfc','\xb4','\xbe','\x86','\xfb','\x9b','\x13','\xb1','\x6b','\x93','\x88','\xaf','\x37','\x5b','\xdb','\x73','\xcd','\x45','\xd1','\x23','\x26','\x80','\x1c','\x5c','\x90','\x67','\xe7','\xc0','\x44','\x25','\x3e','\x93','\x5c','\xf8','\xed','\xae','\x64','\x20','\x00','\x9f','\x6b','\x88','\x7e','\x0d','\xb0','\xcb','\xeb','\x98','\x03','\x7d','\xdb','\x60','\x5d','\x89','\x5f','\x14','\x13','\xb5','\x5a','\xb0','\x73','\x0d','\x97','\x27','\x8a','\x83','\xab','\x00','\x11','\xa9','\x02','\x49','\x27','\x37','\x26','\x4c','\x0a','\x70','\xbb','\x37','\x58','\x88','\x47','\x1a','\x00','\x84','\x26','\x13','\xad','\x00','\x8a','\x1f','\x56','\xbd','\x8c','\xb7','\x66','\x98','\x67','\x08','\x5d','\x02','\x2a','\xe8','\xb2','\xa0','\x28','\x3b','\x82','\x8a','\x45','\xe3','\xde','\x02','\x75','\x21','\xff','\x9c','\x1d','\xf5','\xb6','\xa1','\xdf','\xa4','\x13','\x23','\xe8','\x87','\x5f','\x7b','\xd2','\x36','\x01','\xd9','\x91','\x66','\x2c','\x52','\x40','\x15','\xca','\x71','\xd3','\x8e','\x58','\xbf','\x25','\xa9','\x7f','\xc6','\x2e','\x09','\x14','\x94','\x26','\x52','\x0b','\x19','\xe9','\xe4','\xca','\x8e','\xea','\x7e','\xb1','\x08','\x6d','\x70','\xa7','\x94','\x64','\xdb','\x36','\x70','\xa1','\x2a','\x96','\xd3','\xe9','\xb2','\x87','\xcd','\x27','\x3c','\xa6','\xba','\x2d','\xb9','\xb8','\xad','\xa6','\xe0','\x31','\x53','\x12','\xa1','\x08','\x98','\xef','\x42','\xcd','\xf9','\x1c','\x1b','\x88','\xf6','\x9a','\x9c','\x05','\xd1','\xb4','\x89','\x80','\x94','\xc4','\x00','\x78','\xed','\x40','\x32','\xe3','\x79','\x80','\x93','\x4e','\x94','\xb2','\x23','\xbc','\xd8','\x51','\x4e','\x34','\x03','\xde','\xb6','\x3b','\x12','\xc1','\x2e','\xae','\x11','\x0c','\x80','\x28','\x20','\x35','\x57','\x60','\x20','\x77','\xb7','\x6d','\x1b','\xac','\x55','\x01','\x71','\x3d','\x2f','\xda','\xe1','\x64','\x01','\x5a','\xf7','\x25','\x45','\x5d','\x82','\x0a','\x2a','\xd9','\x91','\xb9','\x71','\x38','\x75','\xb2','\x13','\xd4','\xbc','\x61','\xb3','\x4a','\xea','\x1a','\xba','\x90','\x6e','\x20','\x34','\x14','\x29','\x54','\x39','\xb4','\x08','\x72','\x15','\xa7','\x45','\x05','\x28','\x3e','\x7a','\x00','\x6b','\x9e','\x86','\x28','\x25','\xbb','\x67','\xd7','\x79','\x2f','\xc9','\xd5','\x80','\xec','\x33','\x48','\x33','\xb0','\x64','\xe2','\x5b','\xb7','\x3b','\x14','\x87','\x90','\x17','\x1d','\x05','\x99','\xe8','\x0a','\x42','\xb4','\x1d','\x5f','\x7f','\x8f','\x42','\xce','\x71','\x05','\xa3','\x80','\xba','\x6c','\xe7','\x89','\x23','\x0f','\xd4','\x2f','\x3a','\x80','\x6d','\xdb','\xb1','\xf5','\xae','\xe8','\x59','\xc8','\xa7','\x32','\xe5','\x04','\x30','\xd9','\xd1','\x6a','\xbd','\x2d','\xe0','\x88','\xa8','\x34','\xff','\x71','\xf3','\x75','\x26','\xda','\xd6','\x78','\x9f','\x5f','\xce','\x47','\xbd','\x08','\x22','\xd2','\xe7','\x9d','\xe7','\xb9','\x3a','\xae','\x95','\x58','\x46','\x5e','\xd4','\xc3','\xeb','\x77','\x14','\xa8','\x40','\x9f','\x4b','\x80','\xc3','\x10','\x1e','\x98','\x23','\xd1','\x3a','\xa9','\x7b','\xfb','\xfe','\x86','\xfb','\xfd','\x86','\xae','\xce','\xde','\x1c','\x27','\xce','\x21','\x6a','\x54','\x6b','\xb8','\xdd','\x1a','\xba','\xdd','\x91','\xcd','\xd0','\xf6','\x8e','\x7e','\xdb','\x97','\xa8','\xca','\x67','\xdf','\x30','\xd1','\x29','\xbb','\xbf','\x19','\x8e','\x0e','\x8c','\x4e','\x41','\x1b','\x07','\x90','\x93','\xbb','\x91','\xaa','\xfb','\x97','\x09','\x15','\x37','\xea','\xb0','\x6a','\xb9','\xac','\x0d','\x83','\x1f','\x1b','\xd0','\x62','\xcd','\x03','\x15','\x35','\x32','\xe7','\x00','\x82','\x54','\xe3','\x71','\x9e','\x5c','\x89','\x30','\xb9','\xc4','\x6f','\x0b','\x82','\x7d','\x33','\xf9','\x59','\x50','\xa2','\xd3','\x7b','\xc7','\x7e','\xbb','\x73','\x81','\xe7','\xf9','\xd4','\x00','\xaf','\x92','\xfd','\xc7','\x81','\x9c','\x9c','\x11','\xed','\x4e','\x4a','\x36','\x22','\x90','\xb3','\xe3','\xf1','\x7c','\x62','\x1c','\x07','\xc6','\x79','\xa2','\x65','\xed','\x09','\x92','\xff','\x31','\x5f','\xfe','\xce','\x64','\x9b','\x11','\x81','\xde','\x0c','\xf7','\x9d','\xf3','\x33','\xf3','\x98','\x14','\x8c','\x40','\x89','\xe4','\x74','\xc0','\x48','\x7d','\x22','\x00','\x26','\x24','\x3b','\xaf','\x67','\x14','\x2a','\xcc','\x2f','\xf1','\x8a','\xa2','\xe6','\xb8','\xce','\x21','\x13','\xf3','\xcc','\xc0','\x79','\x1c','\x1a','\x68','\x2f','\x91','\x15','\x9e','\xca','\xa2','\xf2','\xae','\x3c','\xb4','\x80','\x1e','\x01','\x4d','\x55','\x30','\x95','\x5d','\x35','\x89','\x40','\x90','\x3a','\x37','\x10','\x83','\xe2','\x48','\xc0','\x40','\x09','\x02','\x6d','\x8a','\xa3','\x57','\x82','\x99','\x0b','\x10','\x75','\xd9','\x29','\x05','\x8d','\xb8','\x78','\xb5','\xe6','\x72','\xa2','\x28','\x6f','\xb2','\x9f','\xea','\x98','\xd6','\xf7','\x58','\x17','\x09','\xb2','\x43','\x6c','\x16','\x40','\xa4','\x18','\x2a','\x3a','\x5f','\x25','\xa3','\x80','\xc1','\x53','\xa2','\x46','\xa9','\xce','\xde','\xba','\x81','\x14','\xa6','\xa8','\xc4','\xbc','\x68','\xc2','\xf5','\x11','\x6e','\x02','\xdc','\x16','\x23','\x83','\x1f','\x5f','\x8b','\x88','\x97','\x3c','\xb5','\x0a','\xc6','\x12','\xea','\xa9','\x3d','\x4d','\xf5','\xf7','\xb3','\x8a','\x48','\x04','\xf2','\x25','\x6e','\xb8','\xe4','\xa1','\x97','\x24','\xb8','\xd9','\x52','\x76','\xa4','\xb1','\x37','\x20','\x83','\xfb','\x8b','\x40','\x75','\xcd','\xb0','\x2a','\x9e','\xf8','\x59','\xfb','\xde','\xe1','\x46','\x91','\x8d','\x38','\x07','\xa6','\x0f','\xa4','\x27','\xa6','\x4f','\x04','\x06','\xa6','\x01','\xd6','\x3b','\x3b','\x63','\xe7','\x80','\x07','\xd0','\x1d','\xe8','\x5d','\xcb','\x5e','\xbd','\xb3','\xd0','\x3e','\x0f','\xd2','\x27','\x61','\x5a','\x66','\x2d','\x1a','\x39','\x08','\xfc','\xb5','\x4c','\xf4','\x60','\xa1','\x60','\x1b','\x17','\x8a','\x16','\xe8','\xa7','\x54','\x8f','\x76','\xe1','\x1d','\x6d','\xa3','\x58','\xc7','\x1c','\x02','\x37','\x55','\xf8','\x16','\x50','\x5b','\x00','\x4b','\x25','\xd6','\x55','\x02','\x56','\xae','\x92','\x97','\x63','\x5f','\x85','\x25','\x22','\x61','\x19','\x52','\x32','\x53','\x15','\x61','\x04','\x61','\xd9','\xb1','\xe8','\x0b','\x60','\xf0','\x9c','\xa4','\x91','\xe9','\xb3','\x0a','\x0c','\x6b','\x52','\x44','\x05','\xae','\x2e','\x53','\x59','\xd4','\xac','\x67','\x31','\x73','\x01','\xdf','\x2b','\x48','\xa8','\x6b','\x5a','\xec','\x1e','\x28','\xc7','\x4d','\x2d','\x12','\x2e','\x95','\x40','\x83','\xd6','\x84','\x14','\x75','\xb0','\x57','\x01','\xf3','\x12','\x0f','\xcb','\xfa','\xaa','\x62','\x2a','\x40','\x4b','\x3f','\x41','\xc0','\xc1','\xf4','\x7d','\x2f','\x40','\xea','\x5a','\x6f','\x72','\x9d','\xfd','\xea','\x98','\x56','\x6c','\x28','\xe0','\xa1','\x40','\xb0','\xeb','\xa8','\x68','\x3c','\x62','\x76','\x44','\x72','\xbe','\xb2','\xb5','\xce','\x42','\xdd','\x6b','\x5e','\xbb','\x80','\x3e','\xc5','\xcd','\x24','\x45','\x3a','\xa5','\xd2','\xc7','\xf3','\xd7','\xb1','\xb5','\x0d','\x66','\x53','\x62','\x52','\x01','\x73','\x9e','\xe9','\x73','\x9c','\x52','\x9b','\x6c','\xc8','\x46','\xd1','\x86','\x98','\x81','\xcd','\x9a','\x66','\x18','\x37','\x00','\x17','\xdd','\x16','\x50','\x03','\x60','\xeb','\xd8','\x7b','\x43','\xb3','\x9d','\xe7','\xc6','\x38','\xbf','\xe5','\xee','\xb8','\x89','\xe2','\x3f','\x62','\xe2','\x18','\xc7','\x62','\x81','\x99','\x53','\x5d','\xb7','\xb9','\xc1','\x3a','\x0b','\xb9','\x2e','\xea','\x5d','\xbb','\x6d','\xc0','\xbe','\xa3','\x75','\x83','\x6f','\x86','\x37','\xbf','\xc1','\x2c','\xf1','\xf9','\xde','\xf1','\x2f','\xff','\xe5','\xbf','\xc0','\xaf','\xbd','\x7e','\x29','\x82','\xb0','\x6e','\x3a','\x0b','\x9d','\x99','\xe4','\xff','\x9f','\x18','\x68','\x61','\xe8','\xfd','\xc6','\x61','\x26','\xb5','\x1a','\x49','\x37','\x0e','\x58','\x25','\x7f','\xe9','\x98','\x93','\x8e','\xa6','\x69','\x70','\x9d','\x5d','\x12','\x00','\x32','\x98','\xc8','\x40','\xdf','\x37','\xd8','\x46','\x3e','\xe9','\x54','\x6f','\x6c','\x0d','\x74','\xf6','\xce','\x1b','\x9f','\x58','\xdc','\xd9','\x1a','\x9a','\xac','\xee','\x02','\x15','\x99','\xc0','\xa1','\xb6','\x04','\x3c','\x1c','\x16','\xce','\x21','\x5b','\xcd','\xf7','\x40','\xea','\x1c','\x39','\xa9','\xba','\x16','\x10','\xf5','\x8d','\x3d','\x5c','\x98','\xc5','\x42','\xd3','\x36','\xb5','\xf2','\x22','\xa8','\xad','\xde','\x1a','\xa9','\x08','\xdd','\xb5','\x8f','\xc5','\x27','\x22','\x1a','\x30','\xaa','\xe0','\xd1','\xac','\x80','\x10','\xfb','\xc2','\xd0','\x2b','\x21','\xe3','\x10','\x60','\x19','\x14','\x60','\xc1','\x5d','\x33','\x55','\xe0','\x23','\xc8','\x99','\xee','\x00','\x60','\x6d','\x2d','\x71','\xad','\xa5','\x6e','\x56','\x89','\xd7','\x99','\x8b','\x9f','\x2b','\xdc','\x87','\x43','\xc7','\x5b','\x43','\xdf','\x77','\xc4','\x98','\xf8','\x3a','\xbe','\xc1','\x26','\x29','\x73','\xed','\x45','\x52','\x9b','\x4e','\x17','\x2c','\x8a','\x1a','\xef','\x4b','\x2a','\x79','\x80','\xe4','\x1e','\x11','\x75','\x7f','\x81','\xf4','\x2a','\x3e','\x89','\xa2','\x6c','\xe6','\x10','\xa0','\x85','\x21','\x74','\x73','\xcb','\x86','\xee','\x20','\x17','\xd8','\x84','\x2c','\x82','\xcf','\xc2','\x67','\xd1','\x85','\x78','\x7a','\x23','\x13','\x67','\x68','\xa3','\xbc','\x19','\x07','\xfc','\xc1','\xc4','\x6b','\x5b','\x76','\x74','\x5d','\x27','\x87','\xeb','\x34','\x4c','\x9e','\xbe','\xd4','\x04','\x7b','\x63','\xa5','\x6f','\xcd','\x7f','\x66','\x47','\x89','\xbe','\x6f','\x6b','\x77','\x4a','\xbe','\xd8','\x11','\x15','\xc3','\xda','\x4a','\xbc','\x6b','\x76','\xa3','\xd4','\xd4','\x52','\xf7','\x91','\x5d','\x1d','\x88','\xfe','\x08','\xda','\x90','\x0e','\x1b','\x38','\x3e','\x43','\x3b','\xca','\x64','\x52','\x6a','\x35','\xc4','\x5e','\x8f','\x5e','\x1d','\xbd','\xc6','\xcd','\xed','\x5d','\x05','\x7d','\x06','\x95','\x98','\x0c','\x46','\xfa','\x62','\x23','\xb5','\xb4','\x05','\x97','\x2f','\xe6','\xcc','\xb5','\xc0','\xad','\xec','\xa8','\x36','\x2d','\x11','\x93','\x61','\xb7','\xb0','\xd9','\x45','\x9b','\x32','\x1e','\x16','\x3a','\xfb','\x09','\xa0','\x81','\x4e','\x2a','\x12','\x9b','\x81','\x62','\x01','\x30','\xce','\x33','\xb8','\xaf','\x7d','\x5c','\x99','\x09','\x1b','\xdf','\xdb','\x51','\x05','\xed','\x6d','\xeb','\xe8','\xfb','\x0d','\x63','\x1c','\xf8','\x50','\xc2','\xd7','\x3a','\x65','\x28','\x6d','\x09','\x20','\xa4','\x86','\x7e','\x29','\xa2','\x50','\x09','\x80','\x4d','\xf2','\xae','\xed','\xc5','\x8e','\x10','\xc0','\xf4','\xbc','\x66','\xa5','\x8c','\x76','\xb4','\x81','\x35','\xf4','\xd4','\xcf','\x6e','\xa0','\x23','\xae','\x5d','\x5c','\xbc','\xe7','\x52','\x2e','\x74','\x16','\x71','\xcf','\x39','\x71','\x9e','\x63','\x15','\x61','\x3c','\x5f','\x95','\x9c','\x5f','\xc1','\xc3','\x64','\x7f','\x96','\xec','\xa4','\xcd','\x54','\xed','\xc2','\x9b','\x46','\x00','\x67','\xd1','\x4d','\xb1','\x82','\x30','\x6d','\x8a','\x8f','\x30','\x23','\x31','\xfd','\xb5','\xa8','\xad','\x37','\x28','\x9f','\x88','\x15','\x60','\x78','\xa4','\x38','\x2b','\x87','\x9a','\xe5','\x02','\x70','\x04','\x93','\xf0','\x5b','\x0d','\xcb','\x4a','\x1d','\x8f','\x82','\x07','\x5c','\xe8','\x56','\x3b','\x9f','\xee','\x19','\xc8','\xd8','\xa0','\x81','\x3e','\xc5','\xbd','\x10','\x43','\x87','\x9f','\x6f','\x68','\xf0','\x53','\x3b','\xa4','\x9c','\xf7','\x9e','\xc9','\x0b','\x77','\xb1','\x94','\x98','\x03','\x9c','\x89','\xf5','\x8a','\x7b','\x72','\x3a','\x53','\x2a','\x7f','\xaf','\xcb','\x08','\x0b','\x61','\x0f','\xd9','\x82','\xc3','\xb8','\xec','\xd9','\x45','\x0b','\x01','\x16','\x4d','\xb1','\x62','\x81','\xb7','\x86','\xbd','\x91','\xbe','\x35','\x94','\x88','\xe6','\x0c','\xcc','\xe3','\xc0','\x70','\x17','\x58','\xc6','\x84','\xc4','\x66','\x62','\xbb','\x75','\xb4','\xfd','\x86','\xb6','\x75','\xf8','\x7d','\x47','\xdf','\x37','\xb4','\xbd','\xc3','\xf7','\x1d','\x70','\xda','\x29','\xb6','\x1b','\xd0','\x36','\x64','\x33','\x8c','\x66','\x78','\x7a','\xe2','\xf0','\x24','\x9f','\xbe','\x77','\x22','\x81','\x92','\xc3','\xc7','\x42','\x21','\x49','\x23','\x23','\x55','\x98','\x49','\x69','\x24','\x30','\x9e','\x07','\xef','\x8d','\x37','\xa0','\xf3','\x96','\x44','\x02','\x23','\x92','\xca','\x6a','\x63','\x22','\x87','\xe4','\xf8','\x53','\x34','\x18','\x0b','\x1c','\xe7','\x81','\xc7','\x4f','\x1f','\x78','\x7c','\xfd','\x82','\xf8','\x76','\xe0','\xe3','\x19','\xb8','\x05','\x79','\xea','\xe7','\x71','\x62','\x3e','\x1e','\x98','\xcf','\x07','\x37','\x94','\x7b','\xc7','\x63','\x3e','\xd0','\x12','\x54','\x0b','\xf3','\xea','\xbc','\x07','\xf7','\x4a','\x29','\x49','\x9f','\xdb','\x86','\x18','\x03','\x36','\xc7','\xa2','\x48','\x25','\xec','\xf2','\xe9','\xd9','\x58','\x77','\x47','\x20','\xce','\x13','\xbd','\xb1','\xbb','\x13','\xa6','\xa4','\x95','\x92','\x0a','\xfc','\x8f','\xa8','\xd6','\x7c','\xcc','\x55','\x94','\x94','\xdd','\xd3','\xf6','\x26','\xea','\x59','\xa7','\x66','\x22','\x0b','\x67','\xb0','\x55','\x04','\x00','\x54','\xe3','\x64','\x17','\x51','\x5d','\x1e','\xe7','\x0c','\x46','\x06','\x34','\xeb','\x22','\xbf','\x93','\xb9','\xe6','\x25','\x78','\xac','\x68','\x13','\xae','\x73','\xb1','\xb9','\xc1','\xac','\x13','\x64','\x18','\x00','\x7c','\x2e','\x11','\x96','\xd5','\x39','\x4c','\xac','\xae','\x89','\x03','\xf4','\xc5','\xe0','\x6e','\xa2','\x19','\x41','\xe4','\x1c','\x2c','\x52','\x62','\x5e','\xcb','\x68','\x67','\x75','\x55','\x8c','\xc5','\x4c','\xf3','\xab','\x03','\x93','\x99','\xab','\xdb','\xcc','\xaf','\xcc','\x99','\x27','\x07','\xb0','\xf7','\xce','\xc1','\x7e','\xc5','\x8b','\xba','\x3f','\xd6','\x28','\xde','\xb3','\x12','\xc8','\x12','\x76','\x50','\x0e','\x52','\x94','\x9c','\x42','\x54','\x16','\x3a','\xff','\x02','\x28','\x41','\x48','\xbf','\x99','\xad','\x18','\x6f','\xf2','\x6b','\xcb','\x35','\x88','\x66','\x45','\x77','\xf0','\x33','\x85','\xba','\x65','\x03','\x79','\x21','\xf6','\xa9','\xd9','\x28','\xed','\xf8','\x12','\x86','\xb6','\xce','\x5b','\x81','\xc7','\x11','\x81','\xc7','\xc1','\x8e','\xfb','\xec','\x89','\xe9','\x06','\x58','\x53','\xb7','\xd7','\xe5','\x17','\x3a','\xb2','\x85','\x7c','\x5b','\xa8','\xbb','\x0f','\xa0','\x03','\xbd','\x39','\xac','\xef','\xe8','\x31','\x61','\x07','\xe0','\x03','\xb8','\x75','\xc3','\x7b','\xdf','\xf0','\xde','\x6f','\xe8','\x6d','\x43','\x9a','\x66','\x87','\x46','\xe0','\xf6','\xe9','\x0d','\xb7','\xb7','\x1b','\xce','\x63','\xe0','\x14','\x20','\xa7','\x39','\x79','\xec','\x12','\xba','\x39','\x7a','\x68','\xfd','\x46','\xae','\x59','\x30','\x33','\x2e','\xa4','\xee','\xcb','\x17','\x6c','\xab','\x4b','\x81','\x94','\x90','\x51','\x62','\x15','\x78','\x26','\xd4','\x7e','\x3c','\x8f','\x97','\x44','\xbf','\x2c','\xf5','\xea','\x3c','\xba','\x01','\xfb','\xc6','\x05','\x56','\xd5','\xe0','\xab','\x82','\x13','\x00','\x86','\xce','\x55','\x9b','\x63','\x15','\x4c','\x09','\xd3','\xe2','\xf1','\x58','\x05','\x7d','\x51','\x51','\xcd','\x12','\xc8','\x89','\xf3','\x7c','\x29','\x46','\x90','\xeb','\x73','\xd1','\xae','\x79','\xe8','\x52','\x58','\x63','\x97','\x47','\x31','\xa7','\x3a','\x5b','\x2a','\x7a','\xf0','\x72','\x2d','\xcc','\x0f','\x12','\x03','\x01','\xc7','\x86','\xdd','\x77','\x82','\x4f','\x91','\x2b','\x06','\x5f','\x62','\x18','\x15','\x52','\x2e','\xd1','\x91','\xb2','\x2b','\x56','\xb9','\x4e','\x7f','\x0e','\x02','\x0a','\xdf','\x43','\x5a','\xfa','\xbc','\x45','\x17','\x15','\xd0','\x5e','\x76','\x6c','\x35','\x2f','\x27','\x46','\x90','\x66','\x77','\xe1','\xa4','\x46','\x16','\x90','\xe6','\x5b','\x5f','\x67','\xab','\x62','\x0d','\x19','\x1e','\xd7','\xaa','\x1b','\x4c','\xe6','\x45','\x6e','\x80','\x75','\xf9','\x0c','\x07','\xd0','\xa6','\x28','\xfb','\xa2','\x26','\x06','\x19','\x45','\x4d','\xbb','\x27','\x67','\x24','\xe6','\x39','\x91','\xf1','\x14','\x98','\xd0','\x97','\xf8','\x8f','\x6b','\xa6','\x34','\x60','\x88','\x79','\xe0','\xf6','\x76','\xc7','\xfe','\xc6','\x9c','\xe2','\x88','\x13','\xe7','\x98','\xf0','\xec','\xd8','\xf7','\x06','\xdf','\x37','\x1c','\x3f','\x7d','\x03','\xb6','\xc0','\x2d','\x37','\x4c','\xeb','\x2a','\xe0','\x38','\xcb','\x6d','\xbd','\xa3','\xf5','\x86','\x7d','\xbb','\x61','\xeb','\x1b','\x97','\xd8','\xee','\x1b','\x72','\xe7','\xb8','\xcc','\xa7','\xad','\xe3','\xd6','\x81','\xdd','\x02','\x27','\xfe','\xe6','\x57','\xee','\xe2','\xaf','\x51','\xe0','\x66','\xf1','\x82','\x5d','\x49','\x8d','\x91','\xc2','\x02','\x22','\xcd','\x16','\xe5','\xec','\x1c','\x8e','\x20','\x3d','\x4a','\x86','\x94','\x99','\x38','\x93','\x0a','\x6e','\xd0','\x01','\x22','\xaf','\xf9','\xe2','\xdf','\x5b','\xb0','\x20','\x79','\x9e','\xe4','\x61','\xf3','\xb0','\x2b','\x48','\x88','\xaa','\xd3','\x7a','\xc3','\xb6','\x50','\xbf','\xc9','\x36','\xee','\xd2','\xdb','\x57','\xf2','\x63','\x1c','\xea','\x4e','\x4b','\xc4','\xc9','\x0c','\x22','\x83','\x95','\x69','\x4d','\x60','\xf3','\x57','\xaa','\x2a','\x66','\x1b','\x8e','\xed','\x7e','\x65','\x1d','\xa6','\x01','\xdf','\xbe','\x11','\xe1','\x1c','\xe7','\x92','\xe1','\x43','\x90','\x36','\x33','\xf4','\x1d','\x54','\x22','\x2b','\x49','\x91','\x41','\x83','\x14','\x94','\xa5','\x49','\xde','\x5c','\x43','\x94','\xdc','\xbd','\xb2','\xb8','\xc9','\x11','\x18','\x23','\x00','\x0c','\x1c','\xfa','\xae','\x24','\x77','\x94','\xfc','\xb1','\x9c','\xaf','\xbe','\x62','\x24','\x74','\xf8','\x24','\x37','\x69','\x8d','\x43','\x7e','\xfa','\xee','\x5d','\x55','\xef','\xde','\x3a','\x66','\x6a','\xd7','\x8a','\xa8','\x85','\xdd','\xbb','\x78','\xae','\x81','\x13','\x71','\x51','\x03','\x24','\x45','\x9d','\x39','\xd7','\x8c','\x44','\xf1','\x58','\xc9','\x94','\xb2','\xd5','\xa2','\x35','\x37','\xb4','\x34','\x0a','\x45','\x54','\x0c','\xd5','\x21','\x7f','\xdb','\x36','\xec','\x6d','\x93','\x0c','\x67','\xe2','\x23','\x1f','\x54','\xce','\x99','\x09','\xec','\x8d','\x7b','\x94','\x52','\x09','\xd6','\x18','\x2a','\x58','\x49','\x69','\x98','\x19','\x98','\xc6','\xb9','\x19','\x8f','\x2b','\x68','\x7a','\x9a','\xf6','\x27','\x95','\x1d','\x05','\xce','\x4c','\xd9','\x11','\x13','\x87','\x1a','\xf0','\x66','\x2e','\x5c','\x76','\x14','\x78','\x9e','\x07','\x62','\xe0','\x17','\x76','\xd4','\xb4','\x90','\x72','\x83','\x33','\x20','\x04','\xb5','\x05','\xb1','\x54','\x84','\xf8','\xb3','\x6e','\xd0','\x1e','\xa9','\xf8','\x6e','\x96','\x66','\x0c','\xbb','\xec','\x48','\x45','\xf7','\xea','\x44','\x65','\xa9','\xbd','\x54','\x92','\xa0','\x84','\xac','\x77','\xce','\x25','\x9c','\x63','\x25','\x90','\xee','\xfa','\xfc','\xb2','\xa3','\x4a','\x78','\x45','\x15','\xb8','\x06','\x7f','\x5d','\xcb','\x77','\x9d','\xc8','\x06','\x5c','\xcf','\x5d','\xc9','\x66','\x9e','\x9c','\x9f','\x9b','\xa4','\xec','\x9c','\xf9','\x44','\xd8','\x65','\x47','\x69','\x55','\xd0','\x55','\x07','\xef','\xb2','\x23','\x44','\xa9','\x66','\x35','\xc0','\x6a','\x55','\xb0','\xd0','\x93','\xb6','\x61','\x6f','\x0d','\x36','\x3b','\x4e','\x3b','\x60','\x66','\xdc','\x87','\x21','\x54','\x2c','\x92','\xf7','\xad','\xf8','\xf9','\xde','\x3a','\x39','\xed','\x26','\x0a','\xe6','\x8b','\x25','\x59','\x62','\x15','\xd0','\x80','\x69','\x80','\x9e','\x05','\x59','\xa8','\x30','\x2b','\xc4','\xef','\xb6','\x75','\xec','\x6d','\xab','\x06','\x08','\xaa','\x09','\x1f','\xc1','\x05','\x92','\x8b','\xce','\x50','\x33','\x4a','\x2a','\x40','\x4a','\x79','\x2f','\x95','\x24','\x65','\x75','\x42','\x70','\xd5','\x2b','\x17','\xfd','\x47','\x68','\x9d','\x61','\x05','\xb0','\xb4','\x2b','\xc9','\x23','\xe0','\x76','\xd1','\x51','\x0a','\x15','\xff','\xf5','\x17','\xff','\x7c','\x2a','\x31','\xac','\xc0','\x94','\x94','\xe3','\x5b','\x83','\xce','\x98','\x81','\x63','\x06','\x5a','\x7d','\x53','\x55','\x25','\x2e','\x7a','\x69','\xd7','\xaf','\xf7','\x46','\xda','\x6e','\x7a','\xae','\x39','\xc9','\x0a','\xc5','\xd5','\xad','\x2a','\xb4','\x96','\x09','\x2e','\x69','\xa9','\x73','\x0e','\x3c','\x9f','\x4f','\x54','\xd8','\xe4','\xea','\x01','\xa2','\x9b','\x75','\x8f','\x98','\xc5','\x15','\xea','\x9c','\x14','\xa4','\xa9','\x7b','\x51','\x80','\x52','\xf9','\x2f','\x77','\x6c','\xac','\x9e','\xe9','\x17','\xf4','\x5d','\x98','\x70','\x72','\x39','\x72','\xdb','\x36','\xdc','\xf6','\x4d','\x02','\x0a','\x14','\xc8','\x39','\xc7','\xc0','\xf8','\xe9','\x27','\x7c','\xfb','\xfa','\x05','\xb7','\x7d','\xc7','\xed','\x76','\xc3','\x6d','\xbb','\xb1','\x23','\xb4','\x6d','\xf0','\xdb','\x8e','\xbe','\xed','\xe8','\x3b','\xa9','\x6f','\x7d','\xdf','\x91','\xdb','\xc6','\xef','\x6b','\x8e','\x6c','\x37','\xa0','\x77','\xa0','\x19','\x7a','\x77','\x4a','\xa4','\x3a','\x97','\x9a','\xda','\xfb','\x8e','\x7c','\xdb','\x31','\x7b','\xcd','\x13','\x10','\x4a','\x32','\xe3','\xe6','\xf9','\x8e','\x86','\x6d','\xe7','\xee','\xa2','\x67','\x24','\x3e','\xc4','\xe3','\xc7','\x06','\xb4','\xe0','\x9d','\x0f','\x09','\x29','\xe4','\x0c','\xf4','\xe4','\x1e','\x32','\xcf','\x06','\x3c','\x06','\x95','\x4a','\xcf','\x89','\xf1','\x38','\xf1','\xf1','\xf5','\x2b','\x7e','\xfa','\xfd','\x1f','\x31','\xbf','\x7c','\xe0','\xf1','\x0c','\x7c','\xf2','\x3b','\xdc','\x80','\xc7','\xc7','\x07','\xc6','\xe3','\x89','\xcd','\x80','\x7d','\xdf','\xf1','\x7e','\x7b','\x03','\x1e','\x27','\xdc','\x08','\xa6','\x9d','\xc7','\x81','\xe7','\xf3','\x40','\x86','\x3a','\x16','\xbd','\xe1','\xd3','\xfb','\x27','\x6c','\xbd','\x23','\x8e','\x13','\xe3','\x7c','\xb2','\x68','\x13','\x72','\x9d','\x53','\xcf','\x39','\x48','\x5f','\x4e','\x15','\x21','\xe6','\xda','\xa7','\xd4','\x1d','\x3d','\x9a','\x80','\x03','\x01','\x26','\xcd','\xd8','\x6d','\x5d','\xc9','\xa1','\xce','\x5a','\xe4','\x2a','\x7c','\xaa','\x30','\x4a','\x75','\x82','\x00','\x29','\x3b','\x2a','\x81','\x9a','\xc9','\x0e','\xe8','\xbe','\xd3','\x77','\x72','\x7f','\x49','\xa8','\x73','\x24','\xdf','\x6f','\xa9','\xee','\x57','\xbb','\x90','\x79','\xf9','\xb9','\x2a','\x38','\x8a','\xd2','\xdc','\x36','\x75','\xa5','\x8b','\xfe','\xe5','\x86','\xcd','\x37','\xf9','\x3a','\x75','\x63','\x55','\x00','\x55','\x37','\x04','\x00','\x52','\x40','\xa3','\x8d','\x81','\x98','\xa9','\x19','\x8b','\x4d','\xb6','\x48','\x3a','\x71','\xcd','\x03','\xa1','\xba','\x2e','\x09','\x89','\x3a','\xe4','\x9a','\x4d','\x7e','\xed','\xb0','\x44','\x4e','\xfa','\x87','\xea','\x5e','\xa6','\x68','\xc3','\x42','\x99','\xad','\x55','\x87','\x4b','\x80','\x44','\x96','\xef','\x05','\xa8','\x40','\x19','\xab','\xd8','\x37','\x33','\xf8','\xb6','\xa9','\x5b','\xf1','\x42','\xa7','\x2b','\x60','\xa2','\x06','\xf4','\x05','\xf8','\xae','\x44','\xb2','\xe6','\x9e','\xb2','\x58','\x2a','\x17','\x2d','\xee','\x55','\xd8','\x60','\x75','\xec','\xea','\x7d','\x35','\x83','\x65','\x02','\x2b','\xf0','\x33','\x01','\x13','\xb8','\x73','\xf9','\xa8','\x28','\xb2','\x21','\x1f','\x8a','\xeb','\x52','\xf0','\x4c','\xe0','\x3e','\x4d','\xcb','\x5b','\x43','\x05','\x76','\x25','\x11','\x60','\xf1','\x12','\x45','\x21','\xd3','\xb6','\x02','\xf2','\x53','\xf5','\x45','\x68','\x2f','\xee','\x1d','\xad','\x33','\xd6','\x1f','\x83','\x12','\xd9','\x43','\x9d','\xd6','\x36','\xe5','\xbf','\x9d','\x94','\x7f','\x5f','\x7b','\x7d','\x06','\x57','\x13','\x68','\x2f','\xa3','\xcd','\x00','\x72','\x20','\x9e','\xe0','\x3c','\xf7','\xb6','\x01','\x2a','\x68','\x53','\x34','\xf6','\xa9','\x7b','\xc3','\xd8','\x00','\xb4','\x9d','\x53','\x97','\x0b','\x24','\x50','\x15','\xb4','\x76','\xd9','\xc5','\xc4','\x71','\x70','\xa6','\xb5','\x2a','\x20','\xaa','\x1d','\x57','\x21','\xd5','\x91','\x39','\xf0','\x3c','\x9f','\xf4','\x85','\x1a','\xe6','\xe7','\xac','\x35','\x19','\x04','\x91','\x78','\x89','\x0f','\x57','\x27','\xa7','\x14','\x59','\xfd','\xc5','\xef','\xf3','\x99','\x5e','\x2a','\xa9','\xd5','\xdd','\x4f','\xe5','\x16','\x95','\xa2','\x95','\xbd','\x54','\xd7','\x8f','\x45','\x1e','\xdf','\x77','\xa6','\x28','\x9a','\xc6','\x4e','\xda','\x5c','\xf1','\x56','\xb7','\xbd','\xe2','\xfe','\x4b','\xf1','\x54','\xd1','\xa5','\x40','\xbb','\x30','\xb2','\x4c','\xd6','\xee','\x43','\x51','\xd9','\xcb','\x8e','\x00','\x3e','\xcb','\x52','\xa0','\x85','\xd1','\x9e','\x28','\x04','\xe6','\x98','\xd3','\x70','\x99','\x92','\x10','\x77','\x77','\x98','\xb3','\x80','\xa0','\x10','\x17','\x6d','\x97','\x14','\x6a','\xe5','\x03','\x9a','\xf3','\xab','\xf9','\x3c','\x76','\x54','\x99','\xcb','\x8f','\x0c','\xd8','\x48','\x58','\x4f','\xd8','\xc6','\x22','\xa4','\xf7','\x0e','\x64','\x87','\x63','\x2e','\x51','\xa4','\x4c','\xe0','\xbe','\xdf','\xf0','\xe9','\xf3','\x0f','\x88','\x98','\x1c','\x51','\x38','\x9f','\x5a','\x35','\xd3','\x71','\xbf','\xdd','\xf0','\xfe','\xf6','\x0e','\x6b','\x8e','\x73','\x3c','\xe1','\x9d','\x8c','\x0f','\x38','\xd0','\xa7','\x21','\xed','\x00','\x8c','\xca','\x91','\xf5','\x6f','\x73','\x81','\x61','\x9b','\xc3','\xda','\xb6','\x72','\x3b','\xdf','\x3a','\xbc','\x6d','\xb8','\xbd','\xbf','\x61','\xd3','\x6c','\x64','\xde','\x3a','\x67','\xac','\xbb','\x23','\x6c','\x62','\xee','\x8e','\xbd','\x39','\xda','\xe7','\x77','\xfc','\xda','\xeb','\x17','\x05','\xd0','\x81','\xc0','\x11','\x81','\x23','\x06','\x7a','\x36','\x64','\x38','\x86','\x8a','\x1a','\x4b','\x70','\x8c','\x53','\xc3','\x5e','\xde','\x77','\x36','\x33','\x92','\x34','\x9e','\x79','\x50','\x4d','\x68','\x98','\x96','\x50','\x4a','\x7e','\x3a','\x84','\xae','\x84','\xfb','\x4a','\x5a','\x8e','\x39','\x30','\x72','\x5c','\x55','\x3f','\x98','\x24','\x74','\x33','\x4a','\xe3','\xae','\xa5','\x8e','\x60','\xf2','\xaf','\x64','\xa5','\xaa','\x79','\xc0','\x91','\xd6','\x61','\x9e','\xe8','\x8d','\xb2','\x84','\x44','\xd6','\x27','\xe2','\xe4','\xe1','\x87','\x37','\x6c','\xd8','\x00','\x57','\xf5','\x3d','\x59','\xa9','\x96','\x35','\x19','\xd8','\xa9','\x69','\x46','\x15','\x99','\x0c','\xc0','\xa6','\x5d','\x09','\xff','\x2c','\x74','\x42','\x05','\x50','\xf2','\xf7','\x4d','\x06','\xd7','\x50','\xb3','\x3c','\xd4','\x2c','\xdf','\xda','\x46','\x5e','\xa2','\x10','\xbe','\x19','\xa4','\x8c','\x9c','\x2a','\x98','\xe6','\x2a','\xbe','\xa8','\x50','\xd6','\xb0','\xf3','\xdb','\x73','\xba','\x92','\x46','\x3b','\x56','\x86','\x8c','\xda','\xaf','\x24','\x8d','\x03','\x56','\xf3','\xce','\xc4','\xb8','\xa5','\x71','\xf1','\xdf','\x04','\x6e','\xc6','\x99','\xa4','\xcd','\xc9','\x5d','\x65','\x22','\x69','\xf0','\x41','\x5a','\x41','\x20','\x31','\x86','\x6b','\x18','\x53','\xad','\x8b','\x45','\x27','\xb4','\x75','\x40','\xb9','\x6d','\x02','\x48','\x34','\x72','\x61','\x55','\x00','\x45','\x02','\x90','\x3c','\x68','\x17','\x5d','\xa9','\x1b','\xd1','\xec','\x01','\xc3','\x11','\xd2','\x69','\x4f','\x47','\xbf','\xed','\x6b','\x8b','\x70','\x66','\x9d','\x6a','\xde','\xd0','\x91','\x43','\x04','\x2c','\x57','\xd1','\x60','\xbf','\xb4','\xa3','\xa0','\xe2','\xd9','\x9c','\x41','\x9e','\x71','\x52','\xb8','\x80','\x2d','\x66','\x16','\x2c','\xcb','\x8e','\xdc','\x70','\x8c','\xc0','\xc0','\xf7','\x76','\xd4','\x5a','\xe7','\xfd','\x4c','\x5c','\x43','\x9a','\x82','\x8b','\xd9','\xfc','\xbb','\x66','\xd7','\xb8','\x64','\xaf','\xec','\x68','\xa0','\xe8','\x9d','\x31','\x03','\xf9','\x62','\x47','\xcd','\x48','\xfd','\x82','\xba','\x1c','\x4c','\xcc','\x85','\xdc','\x88','\x53','\x4b','\x3b','\x12','\x0d','\x43','\xfb','\x13','\x6a','\x20','\x90','\x42','\x6b','\xba','\xd7','\xaf','\x76','\xa4','\x41','\x37','\x37','\x2e','\x1d','\xeb','\xdb','\x86','\xad','\x75','\xcd','\x49','\x99','\x68','\x95','\x13','\x23','\x92','\xcb','\x39','\xf3','\xc4','\xcc','\x44','\xa2','\x8a','\xf9','\xad','\x42','\x87','\x82','\x1e','\xef','\x51','\x2e','\x3b','\xe2','\x3c','\x43','\x73','\x67','\xc7','\x08','\x1d','\x66','\x29','\xe7','\x4d','\xaa','\xa5','\xcf','\x44','\x4f','\xc3','\x0d','\x1b','\xdc','\x81','\xad','\xb7','\x8b','\x83','\x3f','\x0c','\x31','\x40','\x10','\x02','\x93','\xf3','\x09','\xc1','\x33','\xda','\xa2','\xb2','\x89','\xcb','\x8e','\xdc','\x80','\x9e','\x0c','\x70','\xe1','\x6d','\xd9','\x75','\x96','\x1d','\x81','\x67','\x79','\x37','\xc7','\x6d','\xcd','\xed','\xb1','\x43','\xb7','\xf6','\x6c','\x49','\x95','\xac','\x35','\xee','\xe6','\xc0','\x4b','\xf1','\x53','\x2c','\x92','\xb4','\x58','\x83','\x90','\x55','\x45','\x5d','\x05','\xd9','\x82','\x49','\x00','\x70','\x58','\x58','\xa2','\xa8','\x3a','\xf7','\x2a','\xc4','\xea','\x77','\xd4','\xa1','\xce','\xea','\x6e','\xe0','\x0a','\x38','\xd7','\x8b','\x16','\x36','\x82','\xcb','\xdb','\x0a','\xf7','\xa9','\x80','\x95','\xb2','\xbf','\x30','\x28','\xc9','\xc5','\x4a','\x8e','\xd8','\x4d','\x76','\x51','\x15','\xbe','\x9f','\x65','\x59','\x1d','\xca','\xa2','\x77','\x74','\x52','\x41','\x73','\x82','\x6a','\x37','\x42','\xb7','\x6b','\x16','\x8e','\x6a','\x95','\xea','\x3a','\x27','\xc5','\x64','\x9a','\x5d','\x02','\x14','\xa6','\xcf','\x02','\x0a','\x85','\xae','\xa4','\xe3','\xba','\x23','\xd5','\x51','\x4f','\x60','\xf1','\xdc','\x01','\x30','\xe8','\xac','\xe4','\x52','\xfe','\x21','\x82','\x62','\x38','\x7a','\xb8','\x9b','\x1e','\xe6','\xf1','\x7c','\xe2','\x38','\x0f','\x26','\x57','\xb7','\x1b','\xfc','\x3d','\x70','\xfb','\xdc','\xe0','\xdb','\x86','\x79','\x0c','\x8c','\x71','\xe2','\xdc','\x9e','\x68','\xe7','\x86','\x7e','\xde','\xb0','\xdd','\x07','\x7c','\xdf','\xe0','\x7b','\x87','\xf7','\x06','\xf1','\x92','\x51','\x12','\xfb','\xae','\xae','\x63','\xec','\x0e','\x7b','\xbb','\x23','\xdf','\x6e','\x38','\x1b','\xb8','\x93','\x05','\xa9','\x46','\xab','\xa1','\xe3','\xda','\x38','\xdf','\xbc','\xc1','\xe6','\xc4','\x71','\x1e','\xec','\x32','\x07','\x77','\x9c','\x90','\x3c','\x1c','\x6b','\x28','\xd6','\xd5','\x99','\x63','\xb7','\xb2','\x0a','\x53','\xfa','\xb2','\xf7','\xdb','\x0d','\xf1','\xc3','\x27','\x84','\x75','\xec','\x7b','\xe0','\xdd','\x6f','\x88','\x39','\xf1','\x38','\x3e','\x30','\x63','\x30','\xa1','\xef','\x5c','\xc4','\xd7','\xef','\x3b','\x2c','\x27','\xf2','\x64','\xc1','\xf5','\xed','\x78','\x60','\x1c','\x0f','\xc0','\x80','\xfb','\xed','\x0e','\x0e','\x15','\x77','\xb4','\xbd','\xa3','\x35','\xfa','\xe6','\xcc','\x40','\x74','\x8a','\x04','\x65','\x4c','\x20','\x3b','\x72','\xb2','\xab','\xed','\x1b','\x95','\x42','\xe7','\x71','\xa2','\x6f','\x1b','\xee','\x6f','\x6f','\x02','\x45','\x98','\xfc','\x44','\x06','\x86','\x4d','\x14','\x86','\x7d','\x15','\x40','\x9a','\x84','\xb0','\xea','\xd0','\x5c','\x14','\x99','\xd5','\xd9','\x90','\x7d','\x51','\x21','\xd0','\x90','\x7d','\x63','\xf7','\xad','\x9e','\x6f','\x25','\xa7','\xc1','\xf5','\x00','\x08','\x76','\xee','\xb8','\xa3','\xa3','\xe8','\x38','\xd7','\x8c','\x02','\x74','\x32','\x86','\x94','\x2f','\xd7','\x0c','\x0c','\xae','\x79','\x9d','\x62','\x53','\xcc','\x62','\x6a','\x80','\x6a','\xb0','\x50','\x31','\xe0','\x41','\xca','\xd2','\x18','\xbe','\xc4','\x1c','\x6a','\x16','\xb7','\x7e','\xa6','\xc0','\x88','\xa6','\x7d','\x3f','\x67','\x48','\x24','\x45','\xf4','\xe4','\xea','\x3e','\xbf','\xce','\xf0','\x21','\x08','\x88','\x21','\x52','\x00','\xae','\xae','\x3b','\xeb','\xac','\x63','\x81','\x57','\x29','\x80','\xa1','\xb2','\x80','\xf2','\x11','\x4b','\x8c','\xc1','\xd9','\x3d','\xf8','\x0e','\x34','\xf9','\xce','\x0f','\x7c','\x5f','\xd4','\xa0','\xfc','\xcf','\xf2','\x43','\xbf','\x70','\x1c','\xbf','\xfa','\x9a','\x83','\xbb','\x86','\xd8','\xd5','\x4b','\x60','\xb2','\x23','\xbe','\x10','\xc3','\xa9','\x8e','\x9d','\xe2','\xc9','\x4c','\xc9','\x3c','\x47','\x12','\x81','\x77','\xce','\x3e','\xfa','\x04','\xfc','\x64','\xe7','\x15','\x20','\x9b','\xe0','\xf4','\xc4','\xb1','\x1b','\x62','\x6b','\xf0','\x39','\x31','\x70','\x62','\x8b','\xc4','\x1d','\x40','\xcb','\x44','\x1c','\x03','\xcf','\xaf','\x1f','\x78','\x3c','\x13','\x3e','\x34','\xc7','\x85','\xc4','\xf1','\x78','\xe2','\xc4','\xc7','\xf2','\x95','\x54','\xab','\x14','\xdb','\x03','\x8e','\xcd','\x1a','\x26','\x3a','\xef','\xdb','\xb6','\x51','\xb4','\xa6','\xb7','\xab','\x00','\x34','\xd3','\xea','\x0a','\x16','\xcf','\x91','\x25','\x83','\x90','\x6b','\x92','\xa5','\x8a','\xb7','\xe6','\x8e','\xad','\x93','\xba','\x9e','\x88','\x45','\xb3','\x25','\x00','\xdb','\xd8','\x59','\x1d','\x0d','\x73','\x7c','\x93','\x9f','\xe2','\x77','\xcf','\x17','\x40','\xcb','\x8c','\xc9','\x39','\x19','\x43','\xa0','\x7a','\x99','\xe6','\xc9','\x0c','\xa9','\x45','\x9f','\x9c','\xd5','\xe4','\xaa','\x81','\x14','\x2b','\x68','\x92','\xcd','\x81','\x60','\x7c','\xea','\x04','\xa3','\x1c','\x17','\xdd','\x3c','\x5e','\x6c','\xa3','\xbc','\x27','\x74','\x0e','\x85','\x34','\x61','\xed','\x74','\x03','\x60','\x62','\x89','\x58','\x68','\x26','\x89','\x94','\x04','\x02','\x0a','\x51','\x82','\x28','\xdc','\x91','\x03','\x30','\x07','\xb8','\x16','\x54','\x57','\xe4','\xe2','\x29','\x4f','\xf0','\x7b','\x5e','\x60','\xa2','\x3e','\xf3','\xb5','\xfb','\xa4','\xbf','\x99','\xb3','\x24','\xec','\x2f','\x0a','\x65','\xa6','\xa1','\x79','\x8a','\x19','\xc0','\x9f','\x0c','\xab','\xcf','\x79','\xd9','\xf5','\xc4','\xb0','\x89','\x82','\x8e','\x53','\xc5','\x62','\x13','\xf5','\xba','\xd8','\x32','\x23','\x03','\xa9','\x7d','\x98','\x40','\x68','\xd7','\x64','\x92','\x6a','\xa6','\x9f','\x1d','\x36','\x31','\xc6','\x89','\x79','\x0e','\xa0','\xef','\xf8','\xb4','\xdf','\x31','\x0d','\xf8','\xf8','\xf6','\x80','\xe7','\x40','\x0b','\x2a','\xd1','\xbd','\xdd','\xdf','\xf0','\xe9','\xed','\x1d','\x6d','\x6b','\xf8','\x18','\x5c','\x40','\x6b','\x9d','\x4d','\x83','\xbd','\xb1','\xbb','\x7e','\x1a','\x38','\x53','\x16','\x13','\xfb','\x7d','\x87','\xed','\x04','\xd0','\xda','\x6d','\x43','\x7a','\xe7','\x1c','\x57','\x77','\x2d','\xc1','\xa2','\x48','\x58','\xf3','\x06','\xdf','\x1b','\x67','\xa5','\x9d','\xb6','\xb0','\xf7','\xc6','\xc5','\xda','\xb7','\x06','\xb7','\xfd','\x57','\xcf','\xe1','\x2f','\x0a','\xa0','\x91','\x74','\x3a','\xe7','\xa4','\x4a','\x90','\x21','\x95','\x70','\x89','\x31','\x69','\xc6','\x0f','\xdd','\x36','\x6c','\x1b','\x51','\x99','\x19','\x89','\x18','\x27','\xd2','\x06','\x06','\xf0','\xdd','\xcf','\x57','\xd5','\x5c','\x89','\x45','\x18','\x90','\xdd','\xe0','\xd9','\xd1','\xb3','\x29','\x79','\xd2','\x7e','\x18','\xe3','\xef','\x44','\x72','\x43','\xbb','\x3b','\x84','\x94','\xe9','\x32','\x83','\x68','\x08','\x3b','\x2c','\xdc','\x57','\xd4','\x8c','\xad','\xd7','\x10','\xd5','\x6a','\x2c','\x81','\x06','\x6a','\xd7','\x53','\x96','\x96','\x2d','\xd7','\x04','\x85','\x08','\x4c','\x15','\xb2','\x69','\x5b','\x74','\x51','\x49','\xb2','\x73','\x67','\x44','\xca','\x70','\x5b','\xeb','\x8b','\x7e','\x45','\xd4','\x8a','\x09','\x1e','\x92','\x1b','\x94','\xcb','\x57','\xb9','\xb8','\x52','\x33','\x26','\x5b','\xe7','\x9d','\xd5','\x35','\x1c','\xec','\xbc','\x24','\x55','\xb2','\xb8','\x2c','\x13','\x57','\x82','\x15','\x6a','\x4f','\xf2','\xd4','\x03','\xce','\x43','\xeb','\x20','\xed','\xd0','\x75','\x70','\xd7','\x6e','\x1f','\xa1','\x0e','\x30','\xd0','\xd1','\x0f','\xca','\x70','\xde','\x3a','\x17','\xbc','\xd5','\x22','\xcb','\x50','\x77','\xc2','\x66','\x4a','\x29','\x2e','\x30','\xe7','\x81','\x98','\xae','\x04','\x87','\x0b','\x3b','\x3b','\xae','\x44','\xae','\xc1','\xb1','\x35','\x4a','\x24','\x4f','\xd0','\xc9','\x34','\x33','\xd1','\x3b','\x62','\x29','\x90','\xc5','\x39','\x70','\x22','\x44','\xa0','\x65','\xb2','\xb6','\x90','\x79','\xf3','\x02','\x78','\x00','\xf0','\x99','\xd6','\x66','\x6d','\xa4','\xf6','\x10','\x64','\x15','\xaf','\xe2','\xa0','\x6e','\x9b','\x82','\xa1','\xec','\xe8','\x3c','\xc8','\x67','\x46','\x8a','\xa5','\xc7','\x46','\x71','\xa5','\x98','\x6b','\x67','\x90','\xb1','\xb8','\x71','\x70','\x8f','\xca','\xab','\x1d','\x99','\x51','\xfe','\x7a','\xce','\x44','\x5a','\x68','\x9e','\x2a','\xa5','\x16','\x65','\xd7','\xd0','\xbc','\x3b','\xe0','\x0d','\xd3','\x34','\x68','\x1d','\x1b','\xe6','\xe4','\x36','\xe2','\xe2','\xc3','\x42','\x9d','\xb0','\xcd','\x79','\x48','\x4f','\x49','\x4e','\x9b','\x91','\xa2','\xc6','\xf9','\x35','\x26','\x72','\xf4','\x31','\x4e','\xa4','\x3c','\x39','\xf9','\x44','\x19','\xe4','\x86','\xde','\x38','\x74','\x98','\x33','\x61','\x13','\x48','\x39','\xf9','\x36','\x95','\xc4','\x1b','\x38','\xd3','\x26','\x47','\x63','\x73','\xc0','\x5b','\x43','\x6f','\xc0','\x68','\x52','\x59','\x73','\xa0','\x6d','\xa2','\xf2','\xe9','\x64','\xe5','\x9f','\xb1','\xa3','\x1e','\x4a','\x88','\x8a','\x2a','\xf1','\x73','\x3b','\x12','\x6d','\x09','\xda','\x3c','\xef','\x48','\xdc','\x34','\x80','\x58','\xb2','\xd5','\x91','\x2c','\xce','\x7d','\xaa','\xf3','\x01','\x8a','\x5c','\x44','\x94','\x1d','\x51','\xe1','\xb2','\xe3','\x52','\x44','\x6c','\xe6','\xda','\x1d','\x65','\x54','\x80','\x53','\xf1','\xc2','\xa0','\x15','\xe2','\xba','\x27','\xe2','\x9c','\x18','\x47','\x72','\xbf','\x8f','\xbb','\x6c','\x87','\x89','\x98','\x27','\x29','\xad','\xa5','\xe8','\x47','\x7a','\x43','\xd1','\xb8','\x0a','\x08','\xe1','\x0c','\x48','\x05','\x85','\xc4','\xe5','\xd4','\x6b','\xe1','\x62','\xa1','\x77','\xa8','\x42','\xbc','\x5e','\x42','\xfc','\x56','\xb3','\x44','\x09','\x31','\x44','\xbd','\xab','\x10','\xf3','\x1a','\x04','\x19','\x58','\x80','\x39','\x4e','\x09','\x95','\x14','\xca','\xbb','\x6a','\x40','\x39','\x03','\x97','\xd4','\x68','\xb1','\xd9','\x99','\x40','\x55','\xf1','\xe5','\x42','\x8a','\x6b','\x86','\xa7','\xbe','\xb3','\x41','\x73','\x00','\x9a','\xd7','\x31','\x9d','\xe3','\x39','\xe6','\x9a','\xe1','\xc9','\x95','\x74','\xe6','\xfa','\xb3','\xc8','\xc4','\xc0','\x09','\x83','\x44','\x13','\x64','\x4b','\x4d','\x57','\x90','\xe0','\x0c','\x4c','\x9c','\xe7','\xba','\x87','\x35','\xaf','\x45','\xb4','\xcf','\x2e','\xca','\xdb','\x46','\x24','\xff','\x3c','\x4f','\xbe','\x6f','\x70','\xa7','\xcb','\xb6','\xef','\x78','\x3c','\x9e','\x5c','\x4a','\x7d','\xa7','\xe0','\x80','\xc5','\xc4','\x2e','\xb0','\x67','\x83','\x23','\xce','\xc0','\xf1','\x38','\xd4','\x3d','\x1d','\x3c','\x27','\x9b','\xa3','\xed','\x3b','\xfa','\xed','\x86','\xdb','\x0f','\xef','\x78','\x7b','\xff','\x84','\x37','\xdc','\x95','\x20','\x48','\x59','\x53','\xc9','\x4a','\xd3','\x99','\x8a','\x46','\xf0','\x25','\xdd','\xd4','\x25','\xbc','\x61','\x38','\xf8','\xb3','\xc9','\x33','\x62','\x50','\xe0','\x76','\xc6','\x86','\xbd','\x01','\xbe','\x14','\x47','\x69','\x03','\x2d','\x6b','\x66','\xca','\x80','\xa9','\xad','\xeb','\xe7','\x10','\x26','\x90','\x6b','\x9e','\xf5','\xbe','\xdd','\x91','\xef','\x80','\xf5','\x1b','\xf6','\x23','\xb0','\x87','\x63','\x7c','\x9c','\xf8','\xe8','\x1b','\xa2','\x6f','\x9a','\x82','\xa5','\x7f','\xd8','\x6f','\x37','\x60','\x72','\xcf','\x4a','\xee','\xec','\x2e','\x3d','\x8d','\x02','\x01','\x63','\x4e','\x7c','\xfd','\xf2','\x15','\x1f','\xdf','\x3e','\xf0','\xb6','\x4b','\xf5','\xef','\xb5','\xcb','\x6d','\xc6','\xc0','\x0d','\x83','\x37','\xc3','\xed','\x7e','\xc3','\xb6','\x75','\x7c','\x7c','\x7c','\xe0','\x99','\xa9','\x15','\x48','\x6d','\xc9','\x4a','\x9f','\x63','\x60','\xcc','\x73','\x01','\x5a','\x8b','\x3e','\x83','\x6b','\x16','\x16','\x4a','\x5a','\x72','\x4e','\xee','\xd6','\x88','\xea','\xaf','\x32','\x4c','\x16','\xd4','\x86','\xe0','\xfb','\xb9','\xd7','\x6c','\xca','\xf5','\x73','\x8c','\xaf','\x4c','\xda','\x1c','\xbe','\x92','\xfe','\x57','\x85','\xb2','\xb2','\x73','\x20','\x17','\x5d','\xed','\xb5','\x00','\x22','\xed','\xcb','\xc9','\xd2','\x08','\xcd','\x66','\xd5','\x77','\xd6','\xb9','\x60','\x57','\xf3','\x2a','\x98','\xd6','\x3e','\xa2','\xfa','\x63','\x7d','\xe6','\x52','\x21','\xac','\xef','\x5c','\x1d','\xae','\x9a','\xe3','\x2b','\x6a','\x26','\xb0','\x4e','\x67','\x9d','\x8d','\x8b','\x62','\x14','\xf2','\xc9','\x57','\x01','\xc4','\x7b','\xc2','\xcf','\x73','\xc5','\xb7','\x30','\xce','\xb8','\x40','\x14','\xb6','\x57','\x90','\x64','\x25','\xc2','\x79','\x51','\x97','\x50','\xc5','\x97','\x61','\xd1','\xe5','\x53','\xbf','\x4f','\x56','\x3b','\x6d','\x70','\x2d','\xe5','\xad','\xb7','\x51','\xd2','\xea','\x75','\xde','\x15','\xc7','\x13','\xca','\x67','\x34','\xd3','\x73','\x09','\x27','\xf0','\xb3','\x2c','\x43','\x7f','\x9f','\xc8','\xc9','\x95','\x0c','\x04','\x80','\x0c','\x8e','\x41','\xd0','\x27','\x0c','\x7d','\xd6','\xa2','\x6d','\x5e','\xe7','\x74','\x70','\x2f','\x50','\x4e','\x02','\xcd','\x6d','\xe2','\xd3','\x66','\x38','\xa7','\xe1','\x3e','\x80','\x38','\x06','\xbe','\xc5','\x17','\x18','\x1e','\x95','\xfa','\xd2','\xcf','\xee','\x1b','\xe6','\x46','\x49','\xfe','\x00','\xa9','\x4f','\x9b','\x37','\x51','\xd5','\x1b','\xa6','\x37','\x7c','\x3b','\x9e','\x78','\xce','\x93','\xf2','\xf7','\x6e','\x5a','\x82','\x2b','\xff','\xae','\xe7','\xfe','\xf1','\x7c','\xe2','\x1c','\x9c','\xbf','\x53','\x5b','\x19','\x50','\x62','\x5d','\xdd','\xbd','\x91','\x13','\xcf','\xc7','\x83','\x7f','\x27','\x3a','\x69','\x2b','\x50','\xd0','\xe8','\xef','\xdd','\x1c','\xdb','\xdb','\x7d','\x25','\xf1','\x19','\xa9','\x59','\x37','\x3e','\x93','\x31','\x0e','\xb8','\xd1','\x4f','\xd0','\x97','\xf3','\xdb','\xcc','\x08','\x0c','\xb0','\xd8','\x39','\xce','\x13','\xe9','\x86','\xfb','\x6d','\x87','\x43','\x0b','\x64','\x57','\xc3','\x90','\x31','\x9d','\xdf','\x95','\x67','\xc9','\x5f','\x6b','\x5a','\xbb','\x0c','\xc1','\x18','\xdc','\x78','\xcf','\x65','\xdb','\x3f','\x67','\x1a','\xb4','\xd6','\xf4','\xbc','\xca','\xde','\x73','\x15','\xdc','\xd7','\x5c','\x65','\xd5','\xb8','\x2a','\x70','\xec','\xb2','\x63','\xa0','\x3a','\x61','\xfc','\x33','\x76','\xfc','\x12','\xb9','\x2e','\xea','\x8a','\x48','\xaf','\xb1','\xa5','\xce','\xe8','\x12','\x47','\x5a','\x82','\x47','\x62','\x84','\xe8','\x43','\x23','\x53','\x45','\xad','\x8a','\x2c','\x75','\xe5','\x4a','\xcc','\x67','\xc6','\x01','\x24','\x08','\xe6','\x6f','\x12','\x01','\xd9','\x3a','\x3c','\x03','\xd1','\x26','\xe6','\x08','\x84','\x9a','\x16','\xf4','\x16','\x5a','\xc7','\x91','\xf4','\xdf','\x1c','\x4d','\x18','\x78','\x7c','\x7c','\xe0','\x78','\x1e','\x68','\xdb','\x8e','\xd6','\x37','\x6c','\xfd','\x86','\x7b','\xe3','\x4c','\x4f','\xeb','\x8d','\x34','\x6c','\xe3','\xde','\xba','\x04','\x67','\x88','\xbc','\x6d','\x04','\x09','\xf7','\x8e','\x09','\xe0','\x78','\x52','\x6e','\xfb','\x87','\xdf','\xfd','\x16','\x7e','\xbb','\xa1','\xb5','\x1d','\xbe','\x75','\x3e','\x3b','\x01','\x7d','\xde','\x38','\x8f','\x06','\x03','\x99','\x68','\xeb','\xcf','\x12','\xe1','\xc6','\x63','\x2d','\xba','\xdc','\xad','\x5d','\xcb','\xdc','\x5f','\x5f','\xbf','\x9c','\x01','\x4a','\xb5','\x08','\x85','\x5e','\xc1','\x4d','\x0a','\x37','\x4c','\xec','\x5a','\xeb','\x02','\xbe','\x85','\x40','\x66','\x5b','\x0e','\xa8','\x0a','\x9e','\x95','\x6b','\x04','\x44','\xf1','\x08','\x3d','\x70','\x2c','\x04','\x6e','\xdf','\x77','\x55','\xc7','\x4c','\x0f','\xae','\x44','\x82','\x2e','\x68','\xca','\xd1','\xd2','\x01','\xa6','\x06','\xac','\xca','\xd8','\x5e','\xda','\xa0','\x65','\x06','\x96','\xab','\x3d','\x9a','\x32','\x88','\xcb','\xb6','\x4c','\x03','\xb2','\x0a','\xa0','\x6a','\xf5','\xd1','\xfe','\x2e','\xc7','\xd3','\xdc','\x61','\x9d','\x07','\xb9','\xb9','\x0a','\x28','\x63','\xa5','\x4e','\x19','\x68','\x19','\x7f','\x56','\x6b','\x54','\x3c','\xd3','\x39','\x39','\x64','\xab','\x2f','\xbf','\xc7','\x0d','\xdb','\x76','\x63','\xaa','\x9e','\xa4','\xc9','\x61','\x6b','\x80','\x75','\xd4','\xde','\x9b','\x39','\x4e','\x9c','\xc7','\xc1','\xbf','\xab','\x00','\x63','\x44','\x88','\x9b','\x5b','\xf9','\x0c','\x25','\xb6','\x3f','\xa3','\xb7','\x00','\xea','\xe6','\xe4','\x5a','\xc4','\x66','\x0a','\x9c','\x44','\x3e','\xf8','\xb9','\xcd','\x52','\x15','\x7f','\x25','\xcd','\x93','\x8a','\x44','\x85','\x27','\x1a','\x16','\x15','\xa8','\x41','\xfc','\x5d','\x33','\x14','\x7f','\x96','\x43','\xf1','\x79','\x25','\x88','\x26','\x09','\xee','\x71','\x72','\x49','\x5f','\x6b','\x48','\x2d','\xa1','\x74','\x3d','\xd7','\x71','\x3e','\x89','\xf8','\x4c','\x71','\x54','\x9b','\xa1','\xa5','\xd4','\xd9','\x90','\xf0','\x64','\xdb','\xb2','\xb7','\x26','\x34','\x88','\x18','\x51','\x44','\x05','\xdf','\x9a','\x65','\x78','\xe1','\xd7','\x4e','\x3a','\x01','\x22','\x2c','\xf1','\xbd','\x1d','\xdd','\x7f','\xcd','\x8e','\x74','\xcd','\xa0','\x0c','\xab','\x69','\x31','\x8e','\xf3','\x21','\x0b','\x58','\xa9','\x81','\xdc','\x57','\x3b','\x82','\x0a','\x6c','\x5b','\xdc','\x77','\x22','\x43','\xe5','\xa8','\x84','\xa1','\xd8','\x95','\x90','\x27','\x70','\x39','\xf9','\xac','\x0e','\x54','\x2d','\x81','\x73','\x71','\xfc','\xf9','\x4c','\x0d','\xd4','\x74','\x49','\x05','\x4c','\x4f','\x43','\x36','\xd1','\xe9','\x42','\x76','\x34','\x06','\x4e','\x1a','\x32','\x65','\x86','\x8d','\x1d','\x35','\x33','\x53','\x37','\xab','\xeb','\xf3','\xe8','\xf0','\xc6','\x49','\x59','\xda','\x4a','\x14','\x78','\x19','\x8e','\xde','\x2f','\xe4','\x76','\x41','\x11','\x26','\x0e','\x2f','\x2e','\xe7','\x1b','\x6e','\xda','\x6c','\x1f','\xa2','\xe4','\x28','\xfd','\x10','\x6a','\x0e','\x63','\xc9','\xd9','\xaa','\xf0','\x8c','\x44','\x58','\xd9','\x11','\x00','\x3d','\x5b','\x7f','\xb1','\x23','\xb6','\xd2','\x65','\x47','\xc1','\x82','\x64','\x15','\x09','\xdc','\x97','\x88','\x73','\x0c','\xcc','\xc1','\x81','\x74','\xef','\x9a','\xfd','\x31','\x16','\xe6','\xd6','\x77','\xa0','\x47','\xe5','\x8e','\x2c','\x68','\xc5','\xf1','\x76','\x50','\x94','\x02','\x53','\xb4','\x1f','\x21','\x9f','\xa8','\x64','\x0b','\xb8','\x3a','\x7d','\x79','\x25','\x8e','\x6b','\x3f','\xc1','\x42','\x6b','\x79','\x3d','\xf5','\xdc','\xd7','\xd7','\x79','\xf9','\xff','\xcd','\x5e','\x7f','\x6e','\x79','\x9a','\x25','\x82','\x02','\xd7','\xbc','\x57','\xfd','\x56','\xe3','\xd0','\x35','\x15','\x03','\xb3','\x0c','\x46','\xc9','\x22','\x77','\xad','\xd4','\x6c','\xe3','\x92','\x41','\xcf','\x5c','\xd5','\xd1','\x4a','\x7f','\x12','\x02','\x2d','\x06','\x9e','\x23','\xae','\x22','\x0d','\xe5','\x17','\xec','\x2a','\xa0','\xa6','\x16','\xc1','\x2a','\x89','\xba','\x02','\xf3','\x8b','\x5d','\x67','\x62','\x8c','\x20','\x38','\x23','\x1b','\x89','\x9a','\x3f','\x03','\x30','\x4e','\xd2','\x55','\xc5','\x17','\xc1','\x71','\x72','\x23','\x77','\x8c','\xa2','\x71','\x7e','\x03','\x0c','\x70','\x6b','\xe8','\x9f','\x7f','\x40','\xdb','\x77','\xbc','\x6d','\x1d','\x7b','\xe7','\x56','\xef','\xcd','\x1d','\x11','\x89','\x2f','\x5f','\x7e','\xba','\xc0','\xf0','\x66','\xc0','\x61','\xf0','\xe3','\xc4','\x76','\x2a','\x41','\xf7','\x8e','\x7d','\x63','\x57','\x6b','\xcc','\x13','\x27','\x12','\x2d','\x36','\x38','\x55','\x56','\x08','\x3a','\xf8','\x46','\xa0','\xc0','\x88','\xfa','\xb6','\xee','\xd8','\xcc','\x11','\x75','\x0e','\x13','\x4b','\xc8','\x02','\xf2','\xf7','\xb7','\xed','\x86','\xde','\x19','\xcc','\x7b','\x4e','\x75','\x68','\x71','\xcd','\x95','\x05','\x90','\xad','\x23','\xcc','\x31','\xe7','\x13','\xc7','\xc1','\x60','\x13','\xfa','\x4f','\x82','\x31','\xea','\x18','\x81','\x79','\x1e','\x38','\x8e','\x03','\xc3','\x0c','\xed','\xb6','\xa3','\xa9','\x38','\x6d','\x9b','\x44','\xd2','\xe7','\x84','\xed','\x13','\xfb','\xad','\xe3','\xf6','\x7e','\xc7','\xf3','\x7c','\xc7','\xf1','\x78','\xe0','\xf1','\x78','\xe0','\xf1','\x7c','\x60','\x1c','\x27','\xc6','\xd1','\xf1','\xbe','\x75','\x5e','\x43','\x05','\x6b','\xf1','\xed','\x3d','\x1d','\xd3','\x28','\x74','\x82','\x33','\x71','\x3c','\x0f','\xaa','\xc0','\x99','\xa3','\xb5','\x44','\x78','\x43','\x22','\x70','\x3c','\x0f','\x98','\x43','\x7b','\x31','\x98','\x5c','\x97','\x99','\x85','\x66','\x3e','\x80','\xf2','\xeb','\x44','\xf6','\x59','\xd8','\x56','\xd6','\x6f','\xeb','\xf3','\x91','\xb4','\xbf','\x82','\x4d','\xd8','\x1d','\x31','\xa4','\x03','\xdd','\x75','\xc8','\x34','\xe3','\x97','\x5e','\xb1','\xf2','\x02','\xb6','\x60','\xae','\xb5','\x00','\x97','\x5d','\x2d','\x1a','\x91','\x28','\x75','\xe6','\x8e','\x13','\x86','\x36','\x65','\x77','\xce','\x04','\x6e','\x98','\x3c','\xf5','\x32','\x0c','\xc5','\x53','\x29','\x80','\x86','\xf6','\x58','\x31','\x09','\x37','\x40','\x32','\xf0','\xa9','\x59','\xa1','\x75','\xb4','\x13','\xdf','\x75','\x8a','\x96','\xd0','\x0e','\xc4','\xfc','\x28','\xd0','\xcf','\x44','\xc3','\x7b','\x49','\x2c','\xaf','\xc4','\xb3','\x92','\xd2','\x97','\x18','\xe1','\x75','\xde','\x18','\xdb','\x38','\x5c','\x79','\xf9','\x12','\x9e','\xf7','\x12','\xa2','\xc0','\xf2','\xd5','\x33','\x73','\xfd','\x59','\x15','\x40','\x35','\x97','\xd1','\xec','\xf2','\xbd','\x0b','\x25','\xfd','\xd9','\xff','\xdf','\xcc','\x48','\x01','\x5d','\xbe','\x45','\x67','\xd5','\xe8','\xb8','\x6a','\xaf','\x8b','\xc3','\x11','\x76','\xcd','\xf7','\xb1','\xf8','\xe4','\x0c','\x6b','\xce','\x84','\x27','\xa9','\xd3','\xcd','\x02','\xe6','\x2c','\xea','\xdb','\xb6','\xc1','\x6e','\x86','\xe9','\x89','\x13','\xc0','\xe6','\x86','\x1f','\xdf','\x3f','\xd1','\x0e','\xbf','\x1e','\xd8','\x47','\x02','\x63','\xe0','\x99','\xea','\x86','\x00','\x2c','\x0e','\xe2','\xc0','\x38','\xc0','\x2a','\x4b','\xb9','\x01','\xb4','\xb0','\xfc','\x69','\x8e','\x96','\xc0','\x97','\xf1','\xc4','\x11','\x13','\xbb','\x13','\x1c','\x66','\x4e','\xe8','\xa8','\x1d','\x3e','\x30','\xe0','\xf9','\xe4','\x02','\x64','\x11','\x73','\x57','\x71','\x90','\x9d','\xe2','\x1e','\xa9','\x22','\xd4','\x34','\x17','\xbb','\x9e','\xdb','\x52','\xf3','\x84','\x80','\x43','\x2a','\xef','\xb1','\x48','\x0e','\xf0','\x20','\xeb','\x2c','\x44','\x72','\x47','\x18','\x12','\xc2','\xa8','\x65','\x33','\x5a','\xc9','\xa2','\x71','\x87','\x33','\x4e','\x15','\x9b','\x81','\xde','\xb6','\xcb','\x6e','\xab','\xd8','\xcc','\xa1','\xb8','\x6f','\xb8','\xfb','\x0d','\xee','\x5d','\xdd','\xaf','\xab','\xd0','\x2e','\xff','\xcf','\xdd','\x50','\xc9','\xee','\x8d','\x42','\x28','\x04','\xb8','\xc8','\xb4','\xc9','\x00','\x9a','\x04','\x9d','\x48','\xed','\xd3','\x1c','\x78','\x14','\xe3','\xa0','\x8e','\x71','\x7e','\x57','\xee','\xac','\x9b','\xb7','\xa2','\x0f','\xae','\x9f','\x9a','\x49','\x1a','\x5c','\x9d','\x91','\xd7','\xdf','\xb0','\xa2','\xee','\x5d','\x74','\xcc','\x65','\x2c','\xac','\xd4','\x15','\x62','\x04','\x9c','\x24','\x9d','\x63','\xb4','\x84','\x87','\x40','\x32','\xf9','\xdb','\xe3','\xf1','\xc0','\x8c','\xc0','\x7e','\xbb','\xe1','\x16','\x3b','\xf7','\x77','\x75','\x49','\xbe','\xc3','\x00','\x97','\x60','\xd1','\xd6','\xd0','\x9c','\x4b','\xd3','\x59','\xb4','\x1a','\xac','\x3b','\x6a','\x48','\xe3','\x38','\x07','\xce','\xe7','\x13','\xad','\x35','\xbc','\xbf','\xfd','\x88','\xf7','\xfb','\x3b','\xfa','\xbe','\x49','\x30','\xe3','\xa2','\xde','\xde','\x36','\xce','\x84','\x46','\x26','\xfa','\x8d','\x2b','\x3a','\x7c','\x73','\x6c','\x69','\xe8','\x8d','\x3b','\xf0','\xba','\x93','\x96','\xdb','\x5b','\xd3','\x9e','\x21','\x76','\xc7','\x5c','\xcc','\x05','\x37','\x9d','\x65','\x37','\x78','\x77','\xb4','\x8d','\xf6','\x5a','\xac','\x81','\x54','\x67','\xaf','\xf9','\xf7','\xf7','\xad','\x5e','\xbf','\xaa','\x02','\x97','\xce','\xa4','\xe5','\xd4','\x40','\x3a','\x99','\x85','\x1b','\x6e','\xfb','\x0d','\x1d','\x1b','\x93','\xe0','\xc9','\x96','\x17','\xab','\x3e','\x7d','\x31','\x24','\xc5','\x6a','\x52','\x28','\x63','\x06','\x30','\x6d','\x15','\x32','\x1c','\x8f','\xa1','\x04','\xae','\x75','\x23','\xf2','\x92','\x4a','\x70','\x54','\xfc','\x64','\x88','\x82','\x94','\xbc','\x06','\xed','\xcc','\xd2','\x61','\xc4','\xaa','\xaa','\xa7','\xa9','\x58','\x4a','\x90','\x8e','\x63','\x2e','\xea','\x41','\xd7','\xf0','\x27','\x8b','\xa8','\x91','\x52','\x92','\x8a','\x14','\x37','\x94','\xc8','\x72','\x51','\x61','\x23','\x88','\xb2','\x96','\x31','\xa5','\x5f','\x86','\x37','\xd3','\x38','\x14','\x1f','\xa4','\xe6','\xc4','\x88','\x35','\x93','\x63','\x4e','\x19','\xe0','\x16','\x24','\x5c','\x4c','\x80','\x52','\x80','\x33','\x61','\x8d','\xf2','\x90','\x54','\xaa','\x59','\x21','\x43','\x09','\x73','\x71','\x35','\x0d','\xde','\x3a','\x79','\xa3','\x45','\x25','\x9a','\xd0','\x20','\x99','\xe4','\xb2','\x4b','\x86','\x71','\x68','\x37','\x4e','\x7d','\x5f','\xa9','\x80','\x6d','\xdb','\x8e','\x19','\x93','\x3a','\xf8','\x51','\xf7','\x1e','\x97','\xfa','\x5b','\xdb','\xb0','\x79','\xc7','\x8e','\xc4','\x4f','\xc6','\x89','\x1a','\x03','\xe0','\x51','\x07','\x5a','\xa2','\x0d','\xe2','\xff','\x77','\x01','\x0c','\x35','\xe0','\x38','\x22','\xb5','\x17','\x00','\x17','\x52','\x18','\xc1','\xe4','\xb7','\x08','\xc5','\x95','\xfb','\x39','\x0b','\x92','\xf3','\x94','\x1a','\x91','\x83','\x52','\x97','\x42','\xf0','\xa3','\x81','\x9d','\xbf','\x7b','\xc7','\xad','\xdf','\xb0','\x79','\xc7','\xd4','\x7e','\x98','\xf1','\xa4','\x1d','\x31','\x20','\x0a','\xc9','\x6b','\x90','\xc2','\x20','\x0b','\xb7','\x73','\x00','\xad','\xd5','\x4c','\x14','\xef','\x41','\x0f','\xa3','\xac','\xb2','\x12','\xc9','\xcb','\x8e','\xe6','\x0a','\xcc','\x91','\xc0','\x69','\x5a','\x7e','\xd9','\x00','\x43','\x7b','\x79','\x5f','\xd0','\x41','\x20','\x49','\x59','\x0a','\x26','\xfa','\x7d','\xef','\x72','\x28','\x0c','\x8e','\x43','\xa8','\xd3','\x84','\x06','\xa9','\x65','\x47','\x70','\xda','\x0b','\xd1','\x37','\xf2','\xb5','\x59','\x2c','\xaa','\x6b','\xa1','\xb3','\x31','\x6b','\x50','\x30','\xb0','\x68','\x9a','\xbc','\xff','\x12','\x46','\xb0','\x4b','\x6e','\x9d','\xfb','\x95','\x26','\xef','\xaf','\x73','\xdf','\x48','\xe8','\x1f','\x16','\x7e','\xa4','\xef','\x99','\x27','\x3c','\x40','\xa5','\x95','\x86','\xc5','\xed','\x8f','\xa4','\x0c','\x2f','\x5e','\x94','\xe2','\x6a','\x0b','\x76','\x8e','\xc9','\x1d','\x0c','\x2f','\x83','\xb8','\xbd','\x35','\xec','\xb7','\x0d','\x73','\x4e','\x1c','\xc7','\xa1','\x82','\xa1','\xaa','\x07','\xd2','\x22','\x5b','\xef','\xb8','\x65','\xc3','\x09','\x16','\x3f','\x87','\xaa','\x02','\xaf','\xba','\x78','\xd9','\x11','\x03','\x5b','\x4b','\xde','\xd7','\x31','\x19','\xa4','\x46','\x48','\x66','\x9c','\xb9','\x18','\xbf','\xf3','\x4c','\x34','\x9d','\xdd','\x7c','\x11','\xe5','\x60','\xb1','\x82','\x95','\x83','\xe4','\x2c','\x83','\xb6','\xfa','\x17','\x13','\xba','\x9c','\x9a','\xbb','\x51','\x47','\xca','\x70','\xd1','\xe9','\xa2','\x68','\x9b','\xfc','\x77','\x9a','\xa1','\x43','\xca','\x69','\xce','\xb0','\xb3','\x86','\x5a','\x83','\xbe','\x84','\x45','\xae','\xd0','\xba','\x15','\x8e','\x72','\xfd','\x77','\xae','\x7b','\x12','\xcb','\xd1','\x43','\x0b','\x1d','\x0b','\xe1','\xef','\xbd','\x33','\x91','\x9c','\x24','\x76','\x98','\xa2','\xe2','\x55','\x90','\x33','\x10','\x22','\xb1','\xd0','\x6c','\x2b','\xe4','\xe7','\x25','\xb0','\xd5','\xbc','\x59','\xc4','\xc4','\x29','\xe5','\xc9','\x82','\x04','\x0a','\x04','\xa9','\xff','\xa0','\x19','\x76','\x6d','\x5d','\x77','\x75','\xca','\x2e','\x05','\xb7','\x58','\xf4','\xe4','\x44','\xae','\xb9','\xae','\xa2','\x11','\xcd','\x42','\xb0','\x91','\x88','\x18','\x38','\xc6','\x01','\xa8','\x18','\x8e','\xea','\x7f','\x99','\xc1','\xa3','\x92','\x9b','\x13','\xfd','\xd1','\xd0','\xe7','\xc0','\x7c','\x3a','\x6e','\xdb','\x8e','\xad','\x6f','\xd8','\x14','\xb7','\x6b','\x88','\xdd','\xb7','\x8d','\xc5','\xba','\x3a','\x33','\x33','\x03','\x67','\x4b','\x0c','\x4b','\x4c','\x9c','\xd8','\xce','\x3b','\xe6','\xe8','\xdc','\x52','\xff','\x7e','\x47','\x9f','\x77','\x60','\xee','\x88','\x18','\x4c','\xc8','\x2c','\x38','\xd8','\xed','\x09','\xe4','\x80','\x69','\x3f','\xc4','\xd6','\x1a','\xb6','\x56','\xfb','\x39','\x08','\xb3','\x45','\x08','\x68','\xf6','\xc6','\x64','\x3e','\xeb','\x79','\xb1','\x38','\xb6','\x48','\xd8','\x20','\xc2','\xdd','\x02','\x68','\x3b','\xb0','\xa7','\x63','\xe2','\xc0','\x4c','\x47','\x3f','\x12','\x06','\x76','\xd9','\x9e','\xcf','\x6f','\x78','\x7c','\xfb','\xc0','\x7c','\x3e','\x49','\x09','\xbd','\xbd','\x23','\xe6','\x89','\xf8','\xf6','\xc0','\x38','\x07','\x9a','\x19','\xf6','\x6d','\x57','\xa1','\xe2','\x38','\xdc','\xb8','\x23','\xae','\x35','\x8c','\x4e','\xba','\xb5','\x6d','\x06','\x1f','\x9c','\x45','\x4d','\x00','\x03','\x01','\xd3','\x7d','\xe5','\x73','\x65','\xa2','\x70','\x9c','\x03','\xdb','\xd6','\x31','\xb4','\x2f','\x65','\xce','\x13','\xcf','\x63','\xa8','\x50','\xe1','\xb3','\xdb','\xf7','\x9d','\x94','\x6c','\x28','\x96','\x56','\x8c','\x5e','\xc3','\x2c','\x95','\xa8','\x0a','\x7d','\x46','\xb2','\x2b','\x2e','\x0a','\x2b','\x45','\x2f','\x78','\x0f','\x13','\x03','\x69','\xea','\x92','\xc5','\x05','\x48','\x58','\xe5','\xff','\xb2','\x1b','\x59','\xe9','\x77','\xe8','\x40','\x2a','\x72','\xe8','\x58','\x0b','\x60','\x53','\xd7','\xc0','\x28','\x9a','\x02','\xe7','\x40','\x7e','\x97','\x0c','\x6d','\x40','\x85','\xc2','\x9c','\xc8','\x9c','\xec','\xfc','\xd7','\x1b','\xac','\x22','\x2a','\x40','\x59','\x6a','\x93','\x42','\x2a','\x7d','\xf9','\x5c','\x8b','\x9f','\x49','\x53','\x34','\x25','\x34','\xa6','\xf5','\x14','\xf5','\x9d','\x1d','\xcc','\x09','\x68','\x33','\x58','\x3b','\x91','\x0a','\x50','\x2c','\x3f','\x1d','\x99','\x38','\x4e','\x49','\x62','\x1b','\xfd','\xfa','\xab','\x52','\x5b','\x25','\xa1','\x05','\x9a','\x20','\x73','\x81','\x73','\xf4','\xb9','\x57','\x21','\xf5','\xda','\xd9','\x09','\xcd','\xc9','\x70','\x26','\x51','\xc3','\xf3','\xca','\x55','\xaa','\x44','\xad','\x44','\x3b','\x2a','\x56','\xae','\xdf','\xb6','\xcb','\x86','\x5f','\xff','\xb8','\x98','\x07','\x60','\xee','\xd3','\x64','\x33','\x2c','\x9a','\xaf','\x59','\x20','\x03','\xd0','\xba','\xa3','\x65','\x87','\xa3','\xc1','\x27','\xe7','\x76','\xdd','\x1c','\xb1','\x75','\x60','\x67','\x47','\x6e','\x8c','\x83','\xf1','\xef','\xed','\x86','\xfd','\xd6','\x60','\x68','\xb8','\x0d','\xc3','\x27','\x6b','\xd8','\xb4','\x04','\x14','\xcd','\x60','\xbd','\xe3','\xcb','\xf9','\xc0','\xe3','\x7c','\x48','\xc6','\x98','\x14','\xb1','\x99','\xa4','\xf0','\xf7','\x48','\x98','\x05','\xd0','\x37','\x74','\xdf','\x30','\xce','\x89','\xe7','\x38','\xc9','\xd8','\xa8','\x9a','\x1b','\xcc','\x89','\xc2','\xa6','\xb4','\xa9','\x34','\x27','\x9a','\x5c','\x9f','\xd1','\xf2','\x40','\x0b','\xaa','\x3c','\xf6','\xe6','\xb8','\xf5','\x46','\x70','\x14','\x04','\xce','\x60','\x79','\xe5','\x23','\x46','\x55','\xb6','\x6f','\xc7','\x07','\xff','\x3e','\xc5','\x1a','\x31','\x87','\x19','\x81','\x82','\xd6','\xd4','\xc1','\xcb','\x29','\x3f','\xc7','\x7b','\xc8','\xe5','\xa0','\x2c','\x96','\x37','\xdb','\x35','\xb0','\xcf','\x1c','\xd5','\x1b','\x81','\x9c','\x34','\x5b','\xbf','\xb0','\xe2','\x6d','\x92','\xc6','\xaf','\x4a','\x17','\x35','\xff','\xe6','\x76','\xb1','\x14','\x58','\xf4','\xc7','\x75','\x86','\x6a','\xa6','\x47','\x3f','\xd8','\x0c','\x1a','\xc3','\xc8','\x7a','\xa0','\x2f','\x4f','\xdc','\x2a','\x92','\xe8','\x3b','\xea','\xbe','\x95','\x5d','\x94','\xed','\x2d','\x5b','\x49','\x1c','\x39','\x90','\xc6','\x62','\xa5','\xc0','\xea','\x8a','\x14','\xf6','\x42','\xd9','\xa6','\x62','\x1b','\xe8','\x77','\x4b','\x3a','\x5e','\x36','\x9c','\xd6','\x60','\x5d','\x42','\x3a','\x02','\x8f','\xaa','\xc0','\xa6','\xef','\x49','\xad','\x86','\x61','\xa1','\xf5','\x1c','\x07','\xce','\x9c','\xe8','\x63','\x60','\x6b','\x54','\x60','\x9b','\xc6','\x52','\x6e','\xdf','\x3a','\x19','\x21','\xe3','\x81','\xe7','\xc7','\x07','\x3f','\xdf','\xdb','\x2a','\x32','\x29','\xa0','\x00','\x64','\x73','\x32','\x08','\x1e','\x1f','\x40','\x0c','\xf8','\xa3','\x03','\xd1','\x54','\x94','\x24','\x6c','\x6b','\x68','\x7b','\xe0','\xf6','\xf6','\x86','\xfb','\xfe','\x09','\xfb','\xdb','\x0d','\x00','\x77','\x24','\x02','\x89','\x1d','\x06','\xc7','\x1d','\xe8','\x5c','\x78','\x8a','\xad','\xc3','\x36','\xd7','\x4c','\x7a','\xd3','\x72','\x55','\x82','\xc2','\xb5','\x3c','\x3c','\x7b','\xbb','\x66','\x72','\xb3','\xf6','\x7d','\x2a','\xbe','\xd6','\x0a','\x9f','\x9f','\xbd','\x7e','\x51','\x00','\x95','\x04','\x73','\xa1','\xce','\xd4','\x3d','\xa7','\x9c','\xee','\xbe','\x6d','\xb0','\x6c','\x88','\xc9','\xa4','\xe5','\x1c','\xe7','\x1a','\xb2','\x37','\xa1','\x6d','\x5b','\xdf','\x90','\xa7','\x31','\x59','\x04','\x90','\x39','\x11','\xa2','\xb3','\xd0','\x65','\x11','\xa1','\x19','\x83','\x65','\x83','\x17','\x62','\xa3','\xdf','\x47','\x73','\xa4','\x53','\x92','\xb7','\x24','\x05','\xab','\xe2','\x76','\x15','\x4c','\xd5','\xbe','\x0b','\x80','\xd7','\x12','\x4c','\x98','\xb7','\xc6','\xea','\xd4','\x5a','\x47','\x6d','\xd2','\x1d','\x67','\x68','\x80','\xae','\x5a','\x97','\x7a','\x1f','\x88','\x1f','\x0f','\x00','\x03','\x4a','\x6c','\xf8','\xde','\x26','\x8a','\x51','\x46','\xc0','\x9d','\x3b','\x3d','\xc6','\xe0','\x92','\xcb','\xd4','\x01','\x6c','\x7a','\xe8','\x06','\x0e','\xe6','\x5a','\x23','\x32','\x80','\x24','\x2a','\x13','\x73','\xac','\xb6','\xfc','\xeb','\x66','\x6c','\x83','\x61','\x88','\x72','\x60','\x4a','\x36','\x6a','\x80','\xda','\x00','\x8c','\x24','\x0d','\xce','\xba','\xa1','\x59','\xaa','\xfb','\x94','\x18','\x63','\xaa','\xfd','\xc8','\x43','\xbf','\x35','\x56','\xc5','\x6e','\x86','\x23','\x1e','\x98','\x73','\xac','\xeb','\x81','\x43','\x49','\x35','\x69','\x00','\x0e','\xaa','\x6e','\x45','\x4e','\xcd','\x2d','\x01','\x6d','\xe6','\x02','\x09','\xea','\x98','\x46','\x32','\xa3','\x9d','\x11','\x9a','\xd1','\x8a','\x15','\xb3','\xbc','\xb1','\x70','\xe8','\xad','\x63','\xdf','\x1a','\xf7','\x9e','\x04','\xb7','\xb6','\x33','\x09','\xe6','\x56','\x65','\x2e','\xdd','\xe2','\xf2','\x42','\x52','\x98','\xc8','\x4d','\xb5','\x76','\xc9','\x0d','\xef','\x5b','\x87','\xa3','\x33','\x19','\x0f','\x2e','\xf0','\x5b','\x62','\x0d','\xce','\xb9','\xa7','\xcd','\x37','\x64','\x9c','\xda','\x21','\x64','\x3c','\xaa','\x01','\x69','\xd7','\xbb','\x0a','\xc8','\x0a','\xb6','\x50','\xf0','\x51','\x20','\x36','\x26','\x5f','\x61','\xb5','\x80','\x4d','\x76','\x84','\x5f','\xda','\x51','\xf1','\x94','\x73','\x8a','\x1a','\xe8','\x0c','\xba','\xfb','\x46','\xd9','\x72','\xce','\x10','\x1a','\xe6','\x79','\x7e','\x47','\xbf','\x30','\x0d','\xfc','\x26','\x80','\x74','\x2d','\x1f','\x94','\x2d','\xaa','\x47','\x01','\x97','\x83','\x1d','\xca','\x6f','\x63','\x32','\xd1','\xc9','\x2c','\x0a','\x94','\xba','\x8e','\xa2','\x61','\x5a','\x51','\xbd','\x60','\xb0','\x20','\xed','\x70','\x9e','\x44','\xb2','\x4a','\x43','\xbf','\x16','\xc2','\xc1','\x0d','\x03','\x17','\xc2','\x46','\xee','\xbb','\xb6','\x79','\x2b','\x70','\xcf','\x24','\xdd','\x06','\x72','\x9a','\x33','\x59','\xa0','\x66','\xd9','\x51','\x04','\xee','\xad','\x61','\x6b','\x0d','\x16','\x81','\x87','\x66','\x9f','\x42','\x5d','\x20','\x7b','\xa1','\xa0','\xb9','\x9c','\x69','\xd9','\x11','\x3b','\x58','\x40','\x9b','\xb4','\xe9','\x94','\x2d','\x15','\xb0','\x80','\xe0','\xbc','\x4c','\xd9','\x11','\x6f','\x90','\xad','\xae','\x1b','\x3b','\x07','\x05','\x44','\xe4','\xfa','\x8e','\xd0','\x7b','\x20','\x92','\x5d','\xa1','\xae','\x37','\x14','\xa8','\xb1','\xf6','\x01','\x09','\x39','\xe6','\x73','\xf5','\x15','\x30','\xaa','\x13','\x4c','\xd4','\x99','\x7f','\xb6','\x86','\xb3','\x61','\xb2','\x69','\x21','\x73','\x56','\xbf','\xc6','\xf9','\xbc','\xb3','\xa8','\x06','\xf5','\x4a','\x15','\xb3','\x95','\x6c','\xd6','\x79','\x29','\xd4','\x2f','\xb1','\xd4','\x1b','\xbd','\x4b','\x88','\xa2','\x35','\x98','\x53','\x62','\x17','\x6b','\x80','\xbc','\x3a','\x6f','\x90','\x1f','\x14','\xbd','\x4d','\x9d','\xd3','\x4b','\xe1','\x0b','\x0b','\xcd','\x32','\xb8','\x86','\x9a','\xb5','\x50','\x0f','\xeb','\x12','\x56','\x91','\x9a','\xc9','\x59','\x92','\x25','\x72','\xa0','\x84','\xb8','\x66','\x3f','\x38','\x94','\x2b','\x74','\x1d','\x2a','\xac','\x24','\xb8','\x52','\x1d','\x72','\xfa','\x26','\xd2','\x9e','\xf3','\xac','\x30','\xcd','\xe7','\xee','\x8d','\xb2','\xa9','\x55','\xe0','\xc2','\x4c','\xfb','\x6f','\x0e','\x4c','\x18','\x4e','\x3f','\xd1','\x5b','\xa9','\x51','\x39','\xd6','\x3e','\xa8','\x48','\xa4','\xa8','\xc7','\x98','\x83','\xcb','\xac','\xc7','\xc4','\xf1','\x38','\xf0','\xf1','\xa7','\x3f','\x49','\xee','\xfc','\x06','\xbb','\xdd','\xd0','\x3e','\xdd','\xb1','\x7f','\x7b','\x47','\xfb','\xfc','\x06','\x3b','\xef','\xf0','\x71','\x87','\x19','\x55','\x45','\xcf','\xf3','\xc0','\xf9','\x25','\xd1','\x76','\x0e','\xba','\xb6','\xf7','\x77','\xf8','\xed','\x86','\xdd','\xba','\xe8','\x26','\x86','\x5e','\x33','\x4e','\x56','\x7b','\xdc','\x98','\x8a','\xcd','\x39','\x31','\x6d','\x50','\x91','\xcd','\x8d','\xfb','\xce','\xb6','\x1d','\xf9','\x66','\x68','\xb7','\x3b','\xec','\x7d','\xc2','\x8e','\x81','\xf9','\x3c','\xf1','\x78','\x3e','\x30','\xbf','\x3c','\xf1','\x47','\xff','\x27','\x7c','\x03','\x30','\xef','\x3b','\x76','\x33','\xec','\xd6','\xf1','\xf8','\xf2','\x13','\xbe','\xfc','\xf4','\x13','\x1e','\x8f','\x6f','\xe8','\x30','\x3c','\x1b','\xf7','\xa6','\x9c','\xcf','\x0f','\x7c','\x7c','\xfb','\x8a','\xe3','\xe3','\x03','\xcf','\xe3','\xc9','\x13','\x6f','\x29','\xd0','\xc9','\x71','\xd7','\x79','\x9d','\x4a','\x6a','\xc7','\x64','\x47','\x2f','\xe2','\x40','\x0e','\x9e','\xc3','\xfb','\x7d','\x07','\xcc','\x39','\xff','\x36','\x02','\xc7','\x31','\x30','\x27','\x11','\xeb','\xad','\xdf','\x10','\x11','\x78','\x3c','\x3e','\x56','\xcd','\x90','\xb2','\x69','\x63','\x20','\x41','\x04','\xc5','\x01','\xb6','\xad','\x23','\xdc','\x29','\xf9','\x6c','\x06','\x97','\x4a','\x60','\x33','\xe6','\x0e','\x91','\x1c','\x24','\x06','\xc8','\xec','\x88','\x28','\x35','\xb6','\x58','\xb4','\xad','\x6b','\x30','\x3c','\x97','\x9f','\xbc','\x8a','\xb6','\x8b','\x16','\x7d','\xe6','\xd0','\x76','\x7a','\x39','\xb5','\x86','\xb5','\xc3','\xa3','\xf7','\x6d','\xed','\xf9','\x19','\x73','\x60','\x18','\x15','\x42','\xe7','\xc0','\xa2','\x65','\xf3','\x5d','\xe5','\x7f','\x35','\x9f','\x0a','\x4b','\x34','\x66','\x46','\xa8','\x04','\x31','\x55','\x9d','\xd5','\xdc','\x4f','\x6a','\x11','\x29','\x2c','\x75','\x96','\xb4','\x10','\x51','\x95','\x5c','\x51','\xb1','\xf9','\x57','\xbe','\x8a','\x2d','\x73','\x50','\xb9','\xb5','\x62','\xb1','\x05','\xea','\x52','\x12','\x57','\x0c','\x5c','\x47','\x7c','\x01','\x1a','\x2f','\xdf','\xbf','\x18','\x19','\xae','\x6b','\x07','\x04','\x1e','\x4c','\x26','\xe5','\x69','\x4c','\x2c','\x8b','\x72','\xaf','\x44','\x76','\x91','\x08','\xeb','\xfc','\xf0','\xf4','\x2e','\x40','\xe5','\xea','\x48','\x49','\x56','\x3b','\x45','\x69','\x36','\x28','\xd7','\x68','\xe8','\x6a','\x99','\x73','\xd9','\xb4','\xf2','\x2c','\x5d','\xf7','\x0e','\xa7','\x78','\xd3','\x39','\x58','\xec','\xeb','\xe7','\x7c','\xe5','\xde','\x09','\x9f','\x81','\x86','\xc4','\x3d','\x49','\x31','\x6a','\x37','\xc3','\xfb','\xd6','\xf0','\xee','\x04','\x10','\x47','\x88','\xe5','\xd3','\x3b','\x6e','\xb7','\x37','\x7c','\xb2','\x89','\x5e','\x4c','\x10','\x70','\x3e','\xb4','\x1d','\x27','\xf2','\x79','\x62','\x8e','\x80','\xdf','\x38','\x63','\x73','\xb6','\x83','\x03','\xee','\x63','\xe0','\x8c','\xa1','\x33','\xc8','\xef','\xd3','\xbc','\x61','\x73','\x20','\xc2','\xc4','\x20','\x09','\x64','\x0e','\x8c','\x91','\x38','\x27','\x77','\x5e','\x35','\x33','\x1c','\x9a','\x51','\xa9','\xbb','\x53','\x60','\x60','\x15','\x9c','\xb5','\xf3','\xd0','\xcd','\xb1','\xa1','\x93','\x66','\xde','\x3b','\x9a','\x27','\x5a','\x86','\x44','\x7f','\xea','\x5c','\xe8','\x4b','\x7b','\xc5','\xd4','\x6d','\xcd','\x90','\x2e','\x10','\xd0','\x25','\xa4','\xe4','\xb6','\xee','\x7f','\x48','\xe5','\x2d','\x66','\x20','\x9f','\x81','\xe3','\xac','\x69','\x25','\x53','\x0c','\xaa','\xae','\xba','\xba','\xfa','\xa9','\x6e','\x4a','\x89','\x9b','\xd4','\xe7','\x42','\x74','\xff','\xa6','\x6a','\xcb','\x43','\x99','\x0b','\xe7','\x8c','\x4d','\x05','\x65','\xc2','\x69','\x93','\xe1','\x2b','\x66','\xbe','\x16','\x41','\x8b','\x3c','\x6d','\xec','\xa0','\x32','\x1e','\x14','\x1d','\xdb','\xd6','\xb1','\x43','\xbd','\xa7','\xf1','\xbb','\x13','\xe8','\x4f','\xae','\x97','\xf0','\xa2','\xf2','\x09','\x04','\xb3','\x09','\xf3','\x1b','\xcc','\x37','\xe6','\x6b','\xc6','\x20','\x5b','\xef','\x33','\xd5','\x51','\xf5','\x4e','\x2a','\xff','\x54','\x8c','\x3d','\x66','\xe0','\x50','\xd1','\x9f','\x1a','\x79','\x88','\x4e','\x9a','\xe4','\x39','\x29','\x7d','\xcd','\x55','\x18','\x64','\x71','\xac','\x75','\x14','\xee','\xb0','\xd6','\x31','\xcf','\x81','\x8f','\xaf','\x5f','\xb8','\x72','\xe1','\x00','\x2c','\xb9','\x10','\xbb','\xdf','\x36','\x60','\xeb','\x18','\xfb','\xc0','\xdb','\xfb','\x3b','\x7e','\xf8','\xf4','\x5b','\xb4','\x1b','\x95','\x9f','\xcf','\x08','\xcc','\xe6','\xb8','\xdd','\xef','\xf0','\xfd','\x8e','\xf7','\x1f','\x7e','\x44','\x4f','\x43','\x18','\x97','\x2d','\x7b','\x6f','\x40','\x77','\x09','\x77','\x88','\xf2','\x36','\x83','\xf3','\xd3','\x3b','\x63','\x0a','\x12','\xd8','\xe6','\x09','\x20','\x30','\x9b','\xce','\xf4','\x7f','\x6d','\x07','\xe8','\x13','\x3a','\xfe','\x30','\x1d','\x37','\x38','\x7e','\xf0','\x1b','\x6e','\xc9','\x41','\xcd','\x38','\x2e','\x14','\xbd','\xda','\xd8','\xe6','\x1b','\x4a','\xa0','\xd4','\x24','\x59','\x49','\x2a','\x9e','\x01','\xa1','\x82','\x06','\x6c','\x59','\x11','\x39','\x71','\x98','\x86','\x5f','\x71','\x3e','\x99','\xd0','\x5b','\x83','\x35','\xa1','\x93','\x8d','\x37','\x91','\x34','\x35','\x30','\x39','\x9e','\x5c','\xba','\x56','\x06','\xe2','\xa0','\xb3','\x13','\x0c','\x84','\x33','\x13','\x1f','\x76','\xe0','\x40','\xa0','\x8d','\x80','\xc7','\x49','\xe3','\x70','\x7d','\x66','\x63','\x35','\x0a','\x30','\x21','\x0c','\xab','\x41','\xff','\x5c','\xd5','\x6a','\x74','\xa2','\x9c','\xdb','\x31','\xd5','\xb1','\xf1','\x95','\x58','\x56','\xfb','\xbe','\x2f','\x7c','\x43','\x42','\x0a','\xa2','\x02','\x5d','\x29','\x03','\x11','\xb0','\x2a','\xfa','\xce','\xf3','\xd0','\xb9','\xa8','\x6e','\x58','\x5e','\x07','\x1d','\xda','\xf1','\x93','\x97','\x1a','\x09','\xa0','\xc4','\x4f','\xca','\x1b','\x3e','\x83','\x9d','\x32','\x6f','\xdc','\xf5','\x92','\x44','\x63','\x5c','\x54','\xaa','\x11','\x94','\x7f','\xbc','\x66','\xb6','\x4e','\xce','\x29','\x29','\x19','\xe9','\x6d','\x47','\x13','\x35','\x65','\x44','\x60','\x8b','\x89','\x9e','\x53','\x85','\x0e','\x0f','\x9d','\x7b','\xe3','\xb6','\xf5','\xc6','\xc2','\x61','\x02','\x98','\x39','\xb9','\x1d','\xde','\x19','\x1c','\x2d','\x81','\x5e','\x92','\xcc','\xad','\xa9','\x45','\xac','\x16','\x23','\x1c','\x9b','\x44','\x2f','\x90','\x20','\x05','\xc8','\x1b','\xd2','\xba','\xac','\x82','\xce','\xbe','\x35','\xaa','\xb1','\x41','\x73','\x1f','\x2d','\x80','\xec','\x6c','\x09','\x93','\x96','\xb5','\x29','\xc3','\x0b','\xd9','\x91','\x66','\x72','\xd4','\x65','\xfa','\x85','\x1d','\x19','\xf9','\xa7','\x30','\x07','\x8e','\x93','\xd4','\x3e','\xdf','\xe0','\x4d','\xdb','\xbf','\x35','\xdb','\x55','\x76','\xc4','\x85','\x7d','\x2c','\xb6','\x7f','\x6e','\x47','\x9a','\xbe','\xc0','\x89','\xc0','\x87','\x9d','\x38','\xa0','\xa0','\xf1','\x38','\x49','\xdb','\x2b','\x87','\xd9','\xa0','\x21','\x79','\xac','\xa5','\x97','\xae','\xf6','\x36','\xa9','\x44','\x14','\xee','\x70','\x04','\x36','\x0d','\xa5','\x2e','\x94','\x7e','\xd0','\x81','\x26','\x72','\xcd','\x30','\x38','\xd8','\x11','\xfa','\x55','\x3b','\xb2','\x4e','\xfb','\x2f','\x75','\xab','\xe4','\xbd','\xaa','\x4e','\x82','\x81','\xe7','\x8b','\x34','\x93','\x5f','\xb3','\x23','\x5b','\x0e','\x3a','\xc0','\x60','\x01','\x67','\x27','\x71','\x66','\x29','\x7c','\xd1','\x12','\x47','\x06','\x9e','\x73','\x62','\xcc','\xe0','\xdc','\xdf','\x3c','\x10','\x0a','\xa6','\xdd','\x36','\x2e','\x6b','\x6d','\x9c','\xdf','\x9a','\x31','\xb0','\x47','\xa0','\xc7','\xab','\x1d','\x15','\xea','\xe8','\x40','\xeb','\xb2','\x23','\xda','\xfb','\xe9','\x81','\x51','\xb2','\x8f','\x00','\x1a','\xba','\x66','\x84','\x68','\x47','\x24','\xd7','\x29','\x21','\x31','\x21','\x8c','\x10','\xd5','\x5a','\x28','\xa0','\x43','\x83','\xbf','\xcf','\xc4','\xcc','\x41','\xda','\xed','\x0c','\xf8','\x64','\xe2','\xdb','\x2d','\xe0','\x8d','\xaa','\x5a','\x45','\x91','\xae','\x42','\x4c','\x65','\x33','\xd0','\x1c','\xfb','\x46','\xe5','\xc9','\xf3','\x60','\x42','\x99','\xee','\xda','\xb1','\xc3','\x79','\x94','\x33','\x12','\x07','\xd4','\xd9','\xad','\x64','\x03','\x8d','\x83','\xb9','\xa0','\x34','\x7e','\x46','\x12','\xed','\xca','\xbc','\xb8','\xe2','\x95','\x74','\xa5','\x2d','\xe1','\x8f','\x68','\x1b','\x05','\x5a','\x8a','\x57','\x6e','\xa2','\x22','\x81','\xc5','\x02','\x20','\xe4','\x35','\x03','\x1a','\xbd','\x5d','\xc8','\x5e','\x75','\x34','\x80','\x40','\x07','\xe7','\x6b','\x52','\xc9','\x1a','\x14','\xf0','\xca','\xaf','\xb4','\x04','\x8b','\x1e','\xed','\xa6','\xf1','\x2c','\x94','\x51','\x9f','\xe1','\x40','\x23','\x69','\x5a','\xf7','\xbe','\xd3','\xaf','\xa9','\x60','\x08','\x0b','\x0c','\x3b','\x31','\xb3','\xa4','\x8c','\x19','\xb2','\x3b','\x5c','\x54','\x3e','\x47','\x9b','\x2a','\x80','\xc1','\x8e','\xe9','\x79','\x32','\xb8','\xb3','\xe3','\xd5','\xd0','\xa6','\x8b','\x26','\xcc','\x9f','\x98','\x30','\xd8','\x31','\xe1','\xad','\x40','\x27','\x00','\x7d','\xc2','\xda','\xa9','\xb9','\x04','\x5e','\xde','\x78','\x77','\xcc','\xf7','\x0d','\xde','\x3a','\xb6','\x7d','\xc7','\xf6','\x76','\xc7','\xf6','\xe9','\x0d','\xf7','\xcf','\x9f','\x70','\xff','\xfc','\x09','\xed','\xed','\x4e','\xaa','\x45','\x73','\xa0','\x6f','\xd8','\x3e','\x7d','\xc2','\xdb','\xef','\x7e','\x83','\xfb','\xa7','\x4f','\x0c','\x7e','\xe6','\x54','\x0f','\x7a','\xef','\xd8','\xde','\xa9','\x18','\xd4','\x26','\x77','\xbe','\x41','\xf7','\x31','\x93','\x9d','\xc7','\xdc','\x24','\x26','\xb3','\x01','\x47','\x9b','\x1a','\x8a','\xee','\xe8','\xf6','\x06','\x1f','\x5a','\x80','\xf8','\xed','\x81','\x1f','\x3f','\x77','\xbc','\x7f','\xfd','\x1d','\x66','\x03','\x62','\x9e','\x18','\xc7','\x09','\xfb','\xe9','\x06','\xfc','\xd5','\x1d','\xf8','\xf6','\xc0','\x39','\x07','\x3e','\x9e','\x0f','\x8c','\x9f','\x3e','\xf0','\xfc','\x7d','\xe2','\xeb','\xe3','\xc4','\x69','\x27','\x05','\x54','\xc2','\xb8','\x63','\xe8','\x0c','\x9c','\x00','\x6a','\x87','\x93','\x9b','\xba','\xb0','\xda','\x07','\xf5','\x7c','\x3e','\x71','\x8e','\x27','\x6c','\x80','\xdd','\x9f','\xf3','\x64','\x82','\x30','\x39','\x1f','\xda','\xfc','\x86','\xdd','\x3b','\x6e','\x76','\xc7','\x9c','\x4f','\x9c','\xf1','\xc4','\x77','\x5d','\xc4','\x9a','\x85','\x03','\x44','\x55','\x0b','\x52','\x80','\xc4','\x10','\x9a','\x31','\x30','\x0f','\x76','\xfb','\x4f','\xab','\xc2','\x99','\xdd','\xc1','\xae','\x79','\x8d','\x6e','\xa4','\x9e','\x4c','\x04','\x66','\x9c','\x18','\xf2','\x8f','\xb6','\xba','\x34','\x57','\x72','\x54','\x85','\xaf','\x99','\xc1','\xc2','\x70','\xf6','\x83','\xf4','\xc4','\xde','\x70','\x8e','\x27','\x62','\x26','\x76','\xdb','\xf1','\x76','\x63','\x1c','\x7f','\x8e','\x03','\x33','\x4f','\x15','\x56','\xb1','\xf6','\x4d','\xcd','\xe0','\xf2','\x38','\x17','\x40','\xd5','\xb2','\xc1','\xfa','\x4e','\xaa','\x74','\x4e','\x40','\xdd','\xe9','\x50','\xb1','\xd1','\x8d','\x22','\x36','\x76','\x86','\x7c','\x22','\x0b','\x30','\x93','\x2a','\x4f','\xc4','\xc4','\xcc','\x21','\x30','\x40','\x4c','\x89','\x08','\x51','\xd3','\xae','\x1d','\x3e','\x01','\x26','\xc4','\x9f','\xdf','\x3e','\x61','\x06','\xe7','\x4e','\x46','\x4c','\xbd','\xe7','\xb5','\x8f','\x2e','\x33','\x91','\xe7','\x54','\x11','\xd3','\x2b','\x03','\x58','\xf7','\xba','\xb5','\x2e','\x3f','\xc8','\xce','\x6c','\xba','\x23','\xa6','\xce','\x3c','\x92','\xf7','\x3f','\x03','\x18','\x29','\xb5','\x34','\x01','\x0d','\x5e','\xdd','\xd9','\x1a','\x3c','\xb9','\x68','\xb4','\x43','\x8a','\xa4','\x99','\x55','\x8c','\x4a','\xb5','\x4c','\x48','\xba','\x5b','\x32','\xa6','\x9a','\xe1','\x1d','\x0d','\x14','\xd8','\x63','\x59','\x15','\xd5','\xe6','\x1e','\x03','\x63','\x92','\x02','\xdd','\xfa','\x06','\x6c','\xce','\x64','\x30','\x1d','\xf7','\x00','\xde','\xf2','\x86','\x1f','\x67','\x62','\xfe','\x64','\x04','\x6f','\xa7','\xe0','\xaa','\x48','\x60','\xed','\x8e','\x4a','\x00','\x07','\x6e','\xe6','\xf8','\x4d','\x6f','\xa2','\x4f','\x37','\xe5','\x62','\x81','\x31','\x12','\x73','\x24','\x8b','\xda','\x8f','\x81','\xe8','\x8e','\xb7','\x6c','\x14','\x1f','\xe8','\x55','\x6b','\xb1','\xe3','\x4a','\x4a','\xbe','\xf6','\xe8','\xf1','\xeb','\x92','\x68','\x2a','\xe6','\xc3','\x98','\x53','\x8b','\x8a','\x15','\x2f','\x58','\x97','\x13','\x2c','\x18','\x03','\x63','\x04','\x66','\x96','\x1c','\x3c','\x45','\x0e','\x3c','\x9d','\xbe','\x19','\x0d','\xb9','\x14','\xce','\x18','\x37','\x75','\x53','\x45','\x66','\xe5','\x67','\xb6','\x34','\x74','\xdb','\xf0','\xfe','\x76','\xc7','\xfb','\xd6','\xb0','\xef','\x77','\xec','\x5a','\x48','\x7f','\x2e','\xa6','\xc4','\x10','\xe0','\xeb','\xa4','\x65','\x77','\x8e','\x76','\x58','\x4f','\xa9','\x2f','\x96','\x67','\xa6','\x2e','\xd5','\xc5','\x4c','\xe9','\x68','\xbb','\x0b','\x90','\xbc','\xe6','\x30','\x33','\x08','\xc6','\x25','\x1c','\xad','\x4f','\xf4','\xc6','\x62','\xc7','\x75','\xfe','\x90','\xc0','\xb0','\x0b','\x94','\xcb','\xa9','\xee','\x28','\x78','\xbf','\x8a','\xde','\x0b','\x73','\xf9','\xae','\x24','\xd3','\xa7','\x7f','\x5a','\x00','\x66','\x05','\xdd','\x9a','\x2f','\x62','\xb1','\x63','\xd8','\xb7','\x1b','\xc1','\xcd','\xc7','\x13','\x86','\xc9','\x3d','\x7a','\xfb','\x0e','\x87','\xe1','\x3c','\x9e','\x54','\xa5','\xb5','\x01','\x8f','\x73','\xcd','\xf0','\xd5','\x4e','\xca','\xbd','\x75','\x7c','\x6a','\xfb','\x9a','\xcd','\x99','\x63','\x52','\x8d','\x56','\x71','\x6e','\xce','\xa1','\x33','\x2a','\x80','\xde','\x9f','\x98','\xdb','\x44','\x6b','\xa4','\x26','\xf7','\xca','\x6a','\xcf','\x84','\xc5','\xa1','\x95','\x36','\x8e','\xbd','\xb1','\x5b','\x3b','\x62','\x32','\xee','\x7e','\xd0','\x27','\x78','\xdf','\x90','\xf7','\x37','\x60','\x03','\xfe','\x18','\x5f','\xf0','\xc7','\xd6','\xf1','\x87','\xed','\xc6','\xa5','\xcf','\x83','\xb3','\xa7','\xdb','\xbe','\xe3','\xed','\xd3','\x3b','\x6e','\xb7','\x1d','\xdb','\x7e','\x87','\x6f','\x04','\x79','\xb6','\xfd','\x86','\x7d','\xdf','\xd0','\xf7','\x8e','\xad','\xed','\x02','\x16','\x0d','\x7e','\xbf','\xe1','\xf8','\xfc','\x09','\xbf','\xfd','\xcb','\xdf','\xe0','\xf6','\x57','\x7f','\x01','\xfb','\x74','\xc7','\xb6','\x37','\x6c','\x62','\x7b','\x3c','\xa2','\xe3','\xcb','\xd7','\x2f','\xf8','\x01','\xbf','\x7c','\xfd','\xb2','\x03','\x94','\xb6','\xd4','\xde','\xb6','\x74','\x6c','\xd9','\x80','\x31','\x88','\xb6','\x6a','\xae','\x8d','\xa0','\x78','\xc7','\x5e','\x79','\x6b','\x19','\x81','\xd2','\xb3','\xde','\x3b','\x7a','\xb4','\x95','\x04','\x57','\x75','\x5f','\x7a','\xf9','\x50','\x02','\x41','\x93','\x06','\x5c','\x48','\x05','\xb3','\x97','\x8b','\xcf','\x9e','\x73','\x8d','\x02','\xac','\x84','\x63','\xb5','\x0b','\xad','\x78','\xa7','\x89','\x6f','\xce','\x9d','\x0f','\xc3','\x86','\xe6','\x74','\x88','\xba','\x92','\x32','\x41','\x85','\xb7','\x21','\x87','\xcc','\x24','\x38','\x96','\xd3','\x2b','\x44','\xc6','\x90','\xd8','\xb3','\xa1','\x43','\x48','\x2e','\x56','\xdf','\x61','\xfd','\x04','\x8f','\x97','\x1c','\x50','\xcd','\xff','\xe8','\x4f','\xdc','\xa4','\x8c','\x67','\x54','\x2e','\x42','\xcd','\x26','\xac','\xdf','\xaa','\xdf','\x7c','\xed','\x62','\x09','\xc9','\xc5','\xf5','\xb3','\x2c','\x82','\x26','\x52','\xd4','\x87','\x6e','\x05','\xbf','\x1b','\x5a','\xf6','\xb5','\xd4','\x15','\x00','\xc6','\x0c','\xd2','\x04','\xc5','\x6d','\xcd','\x18','\x6a','\xcb','\xf2','\x33','\xa6','\x90','\xed','\x88','\x81','\x6d','\xa6','\xf8','\xc4','\x45','\x1f','\x14','\x3d','\xa0','\x35','\xd8','\xde','\x57','\x85','\x4c','\x45','\x3a','\xfa','\x25','\x3f','\x15','\x18','\xcc','\x51','\xdd','\x92','\xe7','\x79','\xae','\x84','\xd5','\xa1','\x1d','\x4a','\x66','\xab','\xe3','\xd6','\xbb','\x34','\xdf','\x27','\x07','\x30','\x63','\x06','\xf6','\xfb','\x86','\x1d','\x0d','\x63','\x4c','\xee','\x8e','\x11','\x8f','\x33','\xc1','\x76','\xf4','\xb6','\xb5','\x65','\x47','\xb9','\xee','\x0d','\xd0','\x7b','\xd7','\x42','\xc1','\x3f','\x63','\x47','\x7a','\x2a','\x0d','\x7c','\xa6','\x1e','\x24','\x98','\xe8','\xcd','\x18','\xc4','\xc2','\xe8','\xf4','\x53','\x5d','\xcd','\x5f','\xb1','\xa3','\x9a','\xf7','\xc9','\x12','\x62','\x88','\x01','\x23','\x39','\x15','\xdd','\x5e','\xc5','\x30','\x68','\x47','\x10','\x1d','\xc0','\xb4','\x03','\xa8','\x96','\xf7','\x4a','\x7a','\x1f','\x7b','\x72','\x2b','\x78','\x1a','\x14','\x48','\x55','\x70','\xd7','\xf3','\x47','\x3d','\xf7','\xfa','\xce','\x6a','\xa1','\x1b','\x29','\x78','\x54','\x94','\x03','\xce','\x39','\x44','\x1f','\xa9','\xe2','\xa8','\xb0','\xa6','\x05','\x17','\x29','\x31','\xbe','\xec','\x28','\x7f','\x66','\x47','\xa4','\xd1','\x6b','\x9f','\x95','\xab','\x60','\xc9','\xa6','\x62','\x95','\xc9','\xf5','\xd4','\x33','\x69','\xbd','\xf3','\x2a','\xe7','\xb9','\x6c','\x9b','\x6d','\x6d','\xb6','\xb3','\x11','\x81','\x36','\x93','\x43','\xef','\x4b','\x9a','\x55','\x73','\x43','\xcd','\x61','\x1b','\x85','\x16','\x74','\x53','\xa8','\x14','\x93','\x09','\x36','\x31','\x58','\x75','\x17','\x7a','\x76','\x9c','\x15','\x80','\x18','\xe0','\x8a','\x0f','\x50','\x9d','\x8f','\x6a','\xee','\xc7','\x14','\x25','\xe0','\x65','\xe6','\xc0','\xb3','\xba','\x3c','\xf4','\x25','\x53','\x4b','\x6a','\x59','\xf5','\x98','\x8a','\xa0','\x58','\xbc','\xf4','\xb0','\x49','\x49','\xf8','\xa4','\x78','\x09','\x45','\x54','\x92','\x05','\x37','\xe8','\xeb','\x5a','\x33','\x1c','\x1b','\xbb','\x18','\x55','\x70','\x16','\x50','\xe2','\xc1','\xcf','\x31','\x0d','\x38','\xaf','\x9b','\x83','\xab','\x03','\x17','\x5a','\x72','\xb4','\x68','\x73','\xfc','\x15','\x22','\x76','\xa9','\xce','\x4f','\xcd','\x5b','\x00','\x54','\xd3','\x4b','\xda','\x6e','\x7d','\x4e','\x59','\x74','\xc8','\xfe','\x5d','\x43','\x85','\xd6','\xa0','\x4c','\x42','\x4f','\x59','\x08','\x9f','\xa9','\xab','\x49','\xb9','\x7c','\x5d','\x56','\xa4','\x7c','\x97','\x2f','\x8b','\x60','\x82','\xd8','\x24','\x1d','\x5f','\x56','\x22','\x2a','\x65','\x72','\x5b','\x55','\xe2','\x2a','\x80','\xbc','\xfe','\x49','\xfe','\x43','\x91','\x06','\x5a','\x2e','\xc7','\x16','\xda','\x4a','\x4a','\xbd','\xae','\x61','\x96','\x1d','\xa7','\xa4','\x53','\xcb','\xe7','\xf1','\xcc','\x4e','\x25','\x84','\x4e','\x3e','\x33','\x3e','\xce','\xc4','\xf3','\xc9','\x44','\xd4','\xad','\x91','\xbe','\xbc','\x6f','\xd8','\xdf','\xde','\x70','\xbb','\xbf','\xa1','\x6f','\x3b','\xf6','\x4f','\xef','\x68','\x6f','\x6f','\xc8','\xde','\xb1','\xbf','\xbd','\x21','\x7e','\xf3','\x13','\xbe','\x7d','\x7a','\x03','\x55','\x19','\x0d','\xfb','\xbe','\x03','\x3f','\xdc','\x70','\xfc','\xa6','\xc3','\xba','\x63','\xb7','\x0d','\xdb','\xbe','\x71','\x4f','\xcf','\xb6','\xa1','\xf7','\x0d','\xd6','\xb9','\x6b','\x6a','\x6a','\x11','\x30','\x36','\x9e','\xb9','\x01','\x60','\x82','\x5d','\xa2','\xc3','\x03','\xf9','\xd6','\xf1','\xdb','\xbf','\xfd','\x6b','\xb4','\x09','\x1c','\x31','\x71','\x8c','\x27','\x9e','\xc7','\x89','\xdb','\x71','\xe2','\x7d','\x9e','\x54','\x55','\x9c','\x13','\x8f','\x2f','\x5f','\x30','\x7f','\xfa','\x8a','\xfc','\xe9','\x81','\xf3','\x8f','\xdf','\x30','\x3f','\x1e','\xc0','\xb7','\x13','\xf3','\xdb','\x03','\x1f','\x5f','\x3f','\xf0','\xfc','\xe9','\x2b','\xce','\x3f','\x7d','\xc5','\xf9','\x3c','\x70','\x8e','\x80','\xb5','\x89','\xee','\x8d','\xd0','\xd9','\x74','\x3d','\x6d','\x21','\x98','\xb6','\xc3','\x6d','\x88','\x92','\x4d','\xb5','\xb4','\x56','\x5d','\x7b','\x15','\xd4','\xa6','\x4d','\x93','\x99','\xa6','\x0e','\x45','\x48','\xed','\x49','\xf1','\x68','\x06','\xc6','\xc9','\x5d','\x31','\xb9','\xb8','\x9f','\x58','\xec','\x06','\x9e','\xa4','\x60','\x17','\xb6','\x85','\x24','\x70','\xbb','\x8e','\x9b','\x01','\x3c','\x11','\x2a','\xfc','\x09','\x00','\x5c','\xbf','\xab','\x22','\x52','\x80','\x99','\x89','\x5e','\x18','\x9e','\xe8','\xdd','\xb1','\x6f','\x37','\xec','\xdb','\x1d','\x7f','\xf5','\x17','\x7f','\x81','\xdf','\xfe','\xee','\x77','\x78','\x6f','\x1d','\xcf','\x39','\xf1','\x77','\x7f','\xf7','\x9f','\xf0','\xe5','\xa7','\x2f','\xa4','\xb1','\x4d','\x32','\x17','\xc6','\x39','\x78','\xbe','\x9b','\x61','\xe6','\x89','\x5b','\xbb','\x61','\xb3','\x1d','\x0d','\x90','\xb0','\x8a','\x56','\x5d','\x28','\x29','\xed','\xad','\x23','\x91','\x38','\xe7','\x84','\xc3','\xb1','\x69','\x2f','\x54','\x45','\x61','\xc8','\xba','\xad','\x50','\x83','\xe5','\xdb','\xe5','\x47','\x8c','\x43','\xf7','\x06','\x23','\x55','\xaa','\x37','\xe4','\x11','\x97','\xdf','\xd7','\x8f','\xd6','\x52','\xe1','\x04','\xc5','\x2c','\xea','\xf7','\x78','\x9e','\xa4','\x4c','\x39','\x72','\xa1','\xf6','\x2c','\x8a','\x78','\xfe','\xbd','\xba','\xa8','\x7c','\x2c','\x2f','\xf9','\x44','\xd2','\x17','\xa8','\xeb','\xe6','\x9e','\x0b','\xfa','\x2c','\x8a','\x26','\x6a','\x0e','\x45','\xb1','\x18','\x6e','\x08','\x6b','\x3a','\x6b','\x92','\x2f','\x4f','\x7d','\x37','\x77','\xb4','\x4c','\x82','\x19','\xfa','\xfa','\x3c','\xad','\xa4','\x62','\xba','\x6f','\xec','\x52','\xf4','\x7e','\xcd','\x02','\x0f','\xb2','\x3d','\x5a','\x4a','\x36','\x7c','\x48','\x48','\x85','\x78','\x09','\x51','\xff','\x20','\x8d','\xba','\x3c','\x82','\x9b','\x01','\xe3','\xc4','\x39','\x38','\x03','\x08','\xe5','\x51','\x2d','\xa8','\xb4','\xf5','\xb6','\xef','\x38','\x73','\xe2','\x18','\x93','\xfb','\xe3','\x3a','\x97','\x9f','\x56','\xbc','\x1d','\x2a','\xe4','\x9b','\x3a','\x82','\xa8','\xe2','\x12','\xfa','\x1e','\x33','\x58','\xf4','\x8f','\xc0','\x74','\xc3','\xf3','\xb6','\x20','\x42','\x16','\x76','\x73','\x2a','\x09','\xe7','\x42','\xd7','\x73','\x0e','\x4a','\x25','\xa3','\x2d','\xba','\x17','\xa9','\xc3','\x89','\x13','\x1c','\x1d','\x48','\x4b','\xa0','\x8b','\xfa','\x9e','\xe5','\x94','\x95','\xf8','\x66','\x02','\xe7','\xc0','\x33','\x1e','\x68','\xa8','\x91','\x87','\x2a','\x5c','\x38','\x92','\xd0','\xa4','\x1a','\xe6','\x66','\x78','\xbb','\xbd','\xe1','\xfe','\xc3','\x9d','\xd4','\xf0','\xce','\xef','\x67','\x45','\xb3','\x4c','\xc6','\xd4','\x31','\x26','\xce','\x41','\x60','\x98','\xfb','\x00','\x2f','\xc9','\xe8','\x38','\x13','\x19','\x06','\x8c','\x03','\x31','\xb9','\xaa','\x60','\xa2','\x72','\xc5','\x97','\x9f','\x7d','\x65','\x4d','\x35','\xce','\x97','\x4f','\x19','\x66','\x49','\x71','\x84','\x72','\xe4','\xc0','\x05','\xe6','\x3b','\x13','\x26','\xd9','\x7b','\x40','\xd2','\x03','\x80','\x35','\x74','\x03','\x72','\x4b','\x38','\x02','\x7d','\xa3','\x2a','\x5a','\x93','\x9f','\xec','\x3e','\x31','\x6c','\x47','\x18','\xbb','\x26','\xcd','\x38','\x7e','\xe1','\xee','\xd8','\xdc','\xb0','\xf5','\x0d','\x3d','\x1d','\x1f','\x63','\x22','\x47','\x62','\xdf','\xc8','\xc0','\xe9','\x69','\x48','\x74','\x4c','\x9b','\x54','\xad','\x75','\xc7','\xd7','\xfc','\xc0','\x4f','\x41','\x41','\x95','\xcd','\x8d','\x1a','\xb4','\x99','\xec','\xb2','\xce','\x21','\x7a','\x7f','\x51','\xcd','\x59','\xae','\x6f','\xfa','\xbe','\xd1','\xc8','\x2a','\xe8','\x33','\x30','\x2d','\xd0','\xcd','\x31','\x8e','\x13','\x1f','\xcf','\x93','\xb9','\x8e','\x8a','\xbb','\xc3','\xbf','\xe2','\xdb','\x1f','\xff','\x88','\x6e','\xa4','\x7e','\x02','\xb6','\xae','\x7b','\x6b','\xf5','\xbd','\x1c','\x43','\xfb','\x1c','\x7f','\xfb','\xb7','\x7f','\x89','\xfd','\xd3','\x67','\xf4','\x6e','\xf0','\xb7','\x0d','\xf1','\xd6','\x61','\x6f','\x1b','\xec','\xd3','\x1d','\xfb','\xe7','\x4f','\xc0','\x8f','\x3f','\xe2','\x71','\xeb','\xf8','\x6b','\xfc','\xf2','\xf5','\xcb','\x02','\x68','\xdf','\xd1','\xb7','\x8d','\x02','\x00','\x0a','\x85','\x2d','\x77','\x44','\x92','\xde','\x41','\xfd','\x71','\xd2','\xcd','\xaa','\x9d','\xc8','\x99','\x91','\x4a','\x78','\x27','\xb6','\x6d','\x43','\xdb','\x1b','\x11','\x8e','\xd4','\x50','\xdb','\x0a','\xef','\x0c','\x84','\xd1','\x37','\x74','\xb0','\x63','\x22','\x86','\x12','\x3c','\x62','\x55','\xc8','\x30','\x1a','\x5e','\x15','\x63','\x2f','\xb5','\x44','\xc1','\x5a','\x3c','\xa0','\x09','\x6c','\xd9','\xb8','\x01','\xb8','\xde','\x5f','\x3f','\x62','\xa2','\x34','\x21','\x12','\x79','\x1c','\x7a','\x5b','\x85','\xf7','\xa2','\xb6','\x30','\x6b','\x80','\x83','\xc3','\x83','\xa4','\x35','\xbd','\x1c','\x4b','\xa1','\x33','\x10','\x68','\x12','\x59','\xcb','\xe6','\xae','\x1d','\x07','\x06','\x26','\xcf','\xb9','\x0c','\x95','\x95','\xf1','\xd5','\xf4','\xc7','\x55','\xe8','\xc8','\xc9','\x93','\x62','\x22','\xc9','\xea','\x59','\xe3','\xb8','\x58','\x89','\x46','\x26','\xe7','\x9a','\xb6','\xc6','\xa4','\x54','\xb7','\x92','\xe7','\xbb','\x6e','\x51','\x26','\xba','\xeb','\x99','\xb5','\xc6','\xfd','\x29','\x19','\x1a','\x26','\x54','\x40','\x9c','\xdc','\x3f','\x33','\x9b','\x63','\x98','\x21','\x15','\x40','\xc3','\x40','\x71','\x80','\xcd','\x60','\xe2','\xb4','\x03','\x40','\x36','\x20','\x9c','\x8b','\x59','\x19','\x90','\x18','\x54','\x87','\x05','\x51','\xe0','\xc1','\x56','\xab','\x37','\x1e','\xc8','\x7b','\xdb','\x28','\xff','\x6c','\xd4','\x5a','\xb3','\x4e','\xbe','\x6f','\x66','\x52','\x86','\xdb','\x93','\x92','\xb5','\x68','\xc8','\xdc','\x11','\xe1','\x68','\xbd','\x63','\x18','\x80','\x09','\xaa','\x8d','\xc8','\xd1','\x06','\x80','\x18','\xe3','\x2a','\x9c','\xb6','\x8d','\x36','\x37','\xaf','\x7d','\x42','\xdf','\xd9','\x51','\x82','\x43','\x7a','\xe8','\xa8','\x5d','\x02','\x09','\x48','\x7d','\x49','\x49','\xa5','\xb8','\xc4','\x44','\x50','\x7e','\xdd','\x8e','\x34','\x2b','\x88','\x9e','\xa2','\x54','\xe0','\x72','\xcc','\xd4','\x44','\x48','\x74','\x27','\x6a','\x9f','\xe7','\xa1','\xe0','\x46','\x2a','\x64','\x89','\x74','\x20','\x01','\x0c','\x75','\x2b','\xb7','\x9d','\x3c','\x63','\x7a','\xb9','\x65','\x63','\x82','\x76','\x50','\xb4','\xd4','\x4a','\xa4','\x5f','\x6d','\x64','\xd6','\x5c','\x91','\x19','\x10','\x86','\x56','\x6a','\x6e','\xa8','\x67','\x5f','\x81','\x5f','\x09','\xbc','\x91','\x96','\x18','\xff','\x05','\x3b','\x72','\x90','\x1e','\x14','\xce','\xce','\xe2','\xab','\x1d','\x79','\xb2','\x78','\x24','\x3d','\x62','\xa7','\x9d','\x8c','\x46','\x7a','\x96','\x38','\xfe','\x59','\xd7','\x0e','\xbc','\xd8','\x11','\x83','\x4f','\x98','\xb3','\x25','\xbd','\x39','\xd0','\x72','\x51','\x90','\x12','\x40','\xa0','\x11','\xed','\x6b','\xb6','\xe6','\x75','\x06','\x82','\xbb','\xb0','\xf4','\x8c','\xb9','\x6f','\x96','\xdf','\xf5','\x55','\x84','\x61','\x25','\xf4','\x50','\xa7','\x10','\x2c','\xcc','\x8b','\xbe','\x95','\x09','\xc0','\x1d','\x5c','\x72','\x3e','\x16','\x75','\x04','\x59','\xb4','\xba','\xa2','\xbc','\x18','\xc6','\x31','\x11','\xe7','\x07','\x7c','\xbf','\x53','\x9c','\xa4','\x39','\x25','\xdc','\x6b','\xc8','\xba','\xa8','\x12','\x7d','\x83','\x81','\x74','\x53','\x94','\xca','\x95','\x72','\x32','\x04','\x11','\x59','\x76','\x72','\x0c','\xaf','\x99','\x54','\x58','\x85','\x70','\x15','\x38','\x93','\xbf','\x6b','\xab','\xa0','\x37','\xfa','\x98','\xe9','\x98','\x95','\xe0','\x46','\x90','\x12','\x99','\xf5','\xc4','\xc0','\x8e','\xa0','\xbe','\x5f','\x2d','\x5c','\x3d','\x84','\xfc','\x58','\x71','\x0e','\x65','\x2f','\x5e','\xe7','\x41','\x73','\x92','\xec','\x7a','\xd7','\x8c','\x42','\x2e','\xff','\x90','\x1a','\x2a','\xf6','\x96','\xa2','\x0f','\xb2','\xb3','\x5b','\x9f','\xda','\xad','\x69','\xce','\xc2','\xb1','\xc4','\x81','\x03','\x2a','\x42','\x99','\x66','\xb1','\x13','\x97','\xec','\x88','\xbe','\x6d','\x80','\x77','\x64','\x24','\x0e','\xbb','\xd0','\x76','\x58','\x95','\xf4','\x40','\xb6','\x97','\xb9','\x50','\xb9','\x3c','\x4b','\xc0','\x7a','\x47','\x37','\xc0','\x1b','\x80','\xee','\xdc','\x1f','\x93','\x3c','\xfb','\x98','\x86','\xf1','\x1c','\x38','\xe7','\x37','\x7c','\x7d','\x1c','\x30','\x6f','\xe8','\x5f','\xbe','\xc2','\x6f','\x3b','\xd2','\x80','\xed','\x7e','\xc7','\x1f','\xfe','\xf8','\x47','\xec','\x6f','\x77','\x51','\x5b','\x38','\x93','\x3a','\xdf','\x37','\x3c','\x3f','\x51','\x6e','\xf9','\xad','\x69','\x1f','\xd1','\xfd','\x8e','\xfd','\x7e','\xe7','\x0e','\xa3','\xce','\x62','\xdf','\xdc','\x88','\x2c','\xde','\xef','\x14','\xf2','\x49','\x0d','\x4a','\xf7','\x1d','\x71','\x63','\x4c','\xb8','\x3d','\x41','\x99','\xdc','\x39','\x71','\x8e','\x1b','\xce','\xfd','\xc4','\x38','\x69','\xa7','\x4d','\x36','\xf0','\xe8','\xef','\xc8','\xf7','\x81','\xed','\x5f','\x18','\xda','\x19','\x98','\xcf','\x13','\xe7','\x97','\x6f','\xf8','\xe9','\x9f','\xfe','\x80','\xff','\xfc','\x9f','\xff','\x11','\x5f','\xfe','\xf0','\x07','\xc4','\xfb','\x3b','\xc6','\x07','\x85','\x11','\x58','\x9c','\x93','\x27','\xef','\x3b','\x81','\x41','\xdf','\xb7','\x35','\x04','\xdf','\x70','\xc3','\x96','\x81','\x4c','\x9e','\xec','\xda','\x9f','\x36','\x82','\xf4','\x39','\xee','\xbb','\xa2','\x5d','\x43','\x5e','\x2d','\x94','\xb0','\xc1','\xd4','\xed','\x0d','\x22','\xc1','\xde','\x55','\xe8','\xc2','\xbe','\x1b','\xd0','\x8e','\x19','\x38','\xc7','\x13','\x23','\x87','\xc0','\x99','\xb9','\x92','\xfe','\xe1','\x89','\x68','\xf2','\x16','\x9d','\x9d','\xf3','\xa9','\x55','\x11','\x31','\x73','\x75','\xd2','\x32','\x81','\xb4','\x49','\x49','\xda','\x37','\x43','\xf3','\x0d','\xef','\x9f','\xdf','\xf0','\x17','\xbf','\xfb','\x4b','\xfc','\x8f','\xff','\xdd','\xbf','\xc6','\x5f','\xfc','\xf5','\x5f','\xc1','\xad','\x63','\x3e','\x9f','\xd8','\xf6','\x8e','\x7f','\xfa','\xe7','\xdf','\xe3','\x78','\x3e','\xf1','\xed','\xeb','\x57','\x7c','\xfb','\xe9','\x2b','\x9e','\xc7','\x81','\x91','\x54','\x2e','\x23','\x6d','\xcd','\x70','\xaa','\xfb','\x30','\x1d','\x0b','\x25','\x2f','\x2a','\xe8','\x10','\x7d','\x79','\x24','\x95','\x55','\x61','\x8e','\xe6','\xa1','\x04','\x1f','\x6c','\x13','\x83','\xec','\x88','\x31','\x45','\xe9','\xed','\x5d','\x94','\x25','\x51','\x65','\x64','\xce','\x33','\xc1','\x65','\x9f','\xa2','\xc4','\x44','\x18','\x3b','\xf1','\xdd','\x11','\x92','\xe0','\x05','\x20','\xf5','\x56','\x9e','\xe1','\x99','\x04','\xf1','\xc6','\xe0','\x0c','\x1b','\xc6','\x60','\xc2','\x68','\xbe','\x16','\x72','\xa7','\x8e','\x7b','\x96','\x4f','\x96','\xef','\x8b','\x24','\xd8','\x45','\x7e','\x41','\x09','\x4f','\x54','\x1c','\x48','\xf9','\xc6','\x1a','\x01','\x10','\x5b','\xc1','\x37','\x16','\x73','\xea','\xda','\x1b','\x52','\x12','\xe5','\xca','\x97','\x1c','\x7a','\x2f','\x93','\x9a','\xa7','\xba','\x9e','\xee','\xf2','\x49','\x4c','\xb0','\x9f','\x73','\x22','\x83','\x05','\xf1','\x52','\xd1','\x34','\xc7','\x69','\x9c','\x75','\x71','\x39','\x51','\x0a','\xf1','\x68','\x6e','\x4c','\xd7','\xbe','\x35','\x4e','\x5e','\xe4','\x78','\xc0','\x6c','\xaa','\x7b','\x6d','\xd8','\xc1','\x19','\x3c','\xef','\x1b','\xf2','\x7c','\x60','\x1e','\x4f','\x78','\xa3','\x1c','\x71','\xb8','\x3a','\x00','\x44','\x6c','\x60','\x0e','\x32','\x25','\xa4','\xce','\x45','\xca','\xde','\x55','\xb8','\x35','\x10','\x48','\x3a','\x10','\x08','\x0c','\x46','\x3d','\xd9','\x39','\xd0','\xb1','\xaf','\x44','\x9f','\xb3','\x60','\xcf','\xc7','\x07','\x69','\xe1','\x52','\x30','\x85','\xce','\xe1','\x39','\x29','\xdf','\x9d','\x3e','\x61','\x9b','\x60','\x9b','\x34','\x8a','\x25','\xad','\x88','\xaa','\x62','\xe9','\x7c','\xe0','\x63','\x72','\xc5','\x85','\x3b','\x85','\x89','\x4a','\x71','\x91','\xc0','\x14','\x7d','\xf2','\xcc','\x13','\x8f','\x13','\x68','\xb9','\xd3','\x14','\x9b','\xa1','\x6f','\x8e','\xe6','\xea','\x88','\xb8','\xe3','\x3c','\x27','\xec','\x71','\x5c','\x71','\x49','\xcf','\x3a','\xc5','\x56','\x89','\x04','\x3c','\x6f','\xf0','\xfc','\xa4','\xe7','\x4c','\x56','\x4d','\x04','\x01','\x94','\x39','\x27','\xe6','\xe4','\x7d','\x6a','\x5a','\x10','\x8c','\x14','\x05','\xd2','\x40','\xf0','\x68','\x06','\x3c','\x80','\x73','\x9e','\xf8','\x7a','\x7c','\xc3','\x1c','\x25','\x31','\xcf','\xae','\x54','\xd1','\xd1','\xb3','\xcb','\xaf','\xc6','\xa9','\x4e','\x48','\x47','\xef','\xc0','\x23','\x59','\x24','\x39','\x80','\xfd','\x6d','\x47','\xbe','\x3b','\x7e','\xff','\xe5','\x03','\xdf','\x9e','\xdf','\xf0','\x7e','\xbb','\x61','\xdf','\x76','\xf4','\x26','\x1e','\x52','\x24','\xe6','\xe3','\x03','\xa1','\x2e','\x62','\xdf','\x1d','\xdd','\xd9','\xcd','\x61','\x24','\x09','\xa4','\x17','\xb3','\x86','\x2b','\x01','\xac','\xbd','\x53','\xa9','\x4d','\x39','\x04','\x86','\xee','\x78','\xeb','\xc8','\x20','\x25','\x7b','\xeb','\x3b','\xe6','\xc9','\x8e','\x9f','\xdf','\x1c','\xbd','\x37','\xdc','\x3a','\xf3','\x44','\xae','\x72','\x38','\x19','\xbf','\x62','\x22','\x66','\x62','\xdb','\x36','\x29','\x0b','\x3a','\x22','\x4e','\x3c','\x9e','\x07','\x9e','\xe7','\x00','\x34','\xd3','\x9f','\xe9','\xfc','\xcc','\x69','\xb0','\x39','\x01','\x14','\x8d','\x37','\x81','\x3f','\x7e','\x81','\x3f','\x4e','\x7c','\x9b','\x27','\xce','\x18','\x38','\x70','\x62','\x3a','\x80','\xb7','\x1d','\xdb','\xe7','\x37','\xb4','\xdf','\xfc','\x00','\xff','\xcd','\x0f','\xf8','\xbf','\xe1','\x97','\xaf','\x5f','\x14','\x40','\xfb','\xed','\x86','\x7d','\xbf','\xe1','\x36','\x0c','\x9b','\xdd','\xb0','\x7b','\xc3','\xb4','\x09','\x8b','\x86','\xbe','\x51','\x45','\x87','\x03','\x57','\x74','\x36','\xcd','\x9d','\x9c','\x6f','\xa7','\x5c','\x6e','\xa6','\x38','\xa0','\xbd','\x92','\xd2','\xd4','\x5c','\xc4','\x85','\xaa','\xce','\x00','\x6e','\xfb','\x8e','\xd6','\x1c','\x31','\x83','\xbb','\x10','\x32','\xd6','\x60','\x16','\x8c','\x49','\x11','\x87','\xfe','\x15','\x44','\xb1','\xe2','\x3a','\x83','\x26','\x88','\x88','\x42','\x65','\x46','\x33','\x17','\x32','\x5f','\xc8','\xa3','\x50','\x9a','\xc8','\x65','\x54','\xa9','\x3c','\xd4','\xc4','\xa9','\x5b','\x2a','\x59','\x29','\x84','\x76','\xdb','\x50','\x0b','\xb4','\x0a','\x8f','\x45','\x06','\x6c','\x4e','\x71','\xa4','\x13','\x99','\x7e','\x1d','\x2f','\x5d','\x2f','\xcf','\xab','\x23','\x1a','\x93','\x00','\x9f','\x85','\x91','\x96','\xa6','\x5d','\x29','\x64','\xd0','\xe8','\x12','\x89','\x66','\x1d','\xfb','\xb6','\x23','\x32','\x31','\x9d','\xad','\xde','\x1a','\xc0','\x36','\x10','\x5d','\xe8','\xaa','\xd2','\xb9','\x97','\xc1','\x51','\x03','\x92','\xa4','\xe2','\x0c','\xcd','\x56','\xb5','\xb5','\x08','\x11','\xd9','\xb5','\x6c','\x8c','\x0e','\x36','\x23','\x8a','\x64','\x84','\x27','\x4a','\xfd','\x84','\x0e','\x3b','\x9c','\xc9','\x13','\x6a','\x5f','\x4d','\xb2','\xc5','\xcd','\xe7','\x60','\xdc','\xfd','\x01','\xa9','\xcf','\x14','\xa5','\x1a','\x10','\x52','\x05','\xaa','\x3a','\x25','\x07','\x53','\x7b','\xa4','\xb6','\x96','\x37','\x4a','\x4f','\xe7','\x89','\x18','\x81','\xa3','\x25','\xfa','\xfd','\x86','\x6d','\xdb','\x39','\xac','\x6f','\x41','\x51','\x89','\x8d','\x8a','\x33','\x44','\x8a','\x89','\x5a','\xb9','\x4b','\xad','\xc9','\x9d','\x85','\x53','\x26','\x3b','\x2f','\x5d','\x2b','\x25','\xf3','\x97','\x76','\x14','\xa0','\x92','\x48','\x6b','\x2e','\x75','\x3a','\x26','\x76','\x26','\xc8','\xb2','\x66','\x17','\x12','\x2f','\xa8','\xcb','\xaf','\xd8','\x91','\x45','\x95','\xb4','\x8c','\x68','\x9c','\x9f','\xac','\x8e','\x13','\x9f','\xb3','\x05','\xb8','\xec','\x6d','\xc4','\x6b','\xc5','\x02','\x68','\x96','\x07','\x48','\x58','\x04','\x9a','\x77','\xb4','\x6d','\x57','\x21','\x1d','\xd7','\x0f','\x66','\xe8','\xb0','\x8b','\xcb','\x5e','\x19','\x7b','\x7e','\xe7','\xae','\x89','\x06','\x0b','\x2d','\x6f','\xd3','\x5e','\x0a','\x69','\x22','\xf9','\x65','\x47','\xd5','\x9b','\xdc','\x7c','\xc3','\xd6','\x37','\x3a','\xda','\xb2','\xa3','\xc8','\xc5','\x2d','\x8e','\x4c','\xc9','\x9b','\xb3','\x3d','\xcf','\x67','\xad','\x02','\xb1','\xec','\x68','\x4a','\x78','\xa3','\x35','\xac','\xa5','\x53','\x73','\xa8','\x58','\x63','\x20','\xf6','\xa4','\x70','\xf1','\x61','\xb1','\xa8','\x5e','\xb4','\xa3','\x80','\x89','\x26','\x55','\x68','\xec','\xd0','\x12','\x4a','\x93','\x23','\x36','\x88','\x72','\x97','\xb9','\x8a','\x33','\x58','\xf2','\xa3','\xd4','\x71','\x31','\x29','\x81','\x55','\x5b','\xdf','\xaa','\x83','\xd7','\xfd','\x42','\xb5','\xc9','\x27','\x58','\xf4','\x1c','\xa4','\x86','\x26','\x7b','\xd3','\x29','\xbb','\x02','\x09','\x13','\x11','\x16','\x27','\x23','\x13','\xcf','\x39','\xb1','\x67','\x60','\xeb','\x8d','\xb2','\xa2','\xc1','\xa5','\xc0','\x48','\x88','\xce','\x4b','\xfe','\x39','\x55','\xe2','\x62','\xd1','\x52','\x72','\xe6','\x4a','\x36','\x0b','\x10','\x2a','\x24','\x35','\xcb','\xdf','\xa4','\xe6','\xd4','\xca','\x51','\x65','\x5e','\xbe','\x0c','\xb2','\xd9','\x58','\x70','\x0b','\xa9','\x9c','\x4a','\x04','\x23','\xa4','\x08','\x16','\xbc','\x37','\xb5','\x63','\xad','\x99','\x86','\x89','\x55','\x5c','\x2f','\xd6','\x6f','\xda','\xfa','\x6e','\xa5','\x6c','\xb9','\xe6','\x28','\x6a','\x40','\xb8','\xac','\x2e','\x8a','\xa8','\xca','\xbd','\x5d','\x21','\xda','\xdb','\x5c','\x5d','\x52','\xda','\xda','\xdc','\x8a','\x9a','\x07','\x0e','\xd0','\x66','\xe8','\x3e','\x90','\xa4','\xe8','\x46','\xce','\x7e','\xf1','\xbc','\x17','\xe8','\x95','\xf2','\x93','\xe5','\x3f','\x95','\xbc','\x7a','\xa3','\x9c','\xf8','\x98','\xec','\x2e','\x12','\xf0','\x31','\xca','\x30','\xbb','\x13','\xc9','\x6f','\xec','\x7e','\xd1','\x6e','\xd8','\x75','\x1f','\x99','\xc8','\x41','\x5a','\xce','\x34','\x07','\x8e','\x03','\xf1','\x13','\xdd','\x7c','\x7b','\xbb','\xe1','\xfe','\x78','\xe0','\xed','\xfd','\x1d','\xb7','\x7d','\xc7','\xbe','\xdf','\x30','\xdf','\xde','\x10','\x67','\xc7','\xd7','\x8f','\x89','\x6c','\x86','\x6f','\xd8','\x88','\xe8','\x6f','\x45','\xdf','\xd1','\x3d','\xeb','\x0d','\x6f','\xef','\x6f','\x78','\xff','\xfc','\x19','\x9f','\xde','\xee','\xd8','\xb5','\xb3','\xc7','\x9a','\xa3','\xf7','\x1d','\xfd','\x7e','\x47','\xdf','\x36','\x40','\x6b','\x1f','\x6c','\xdb','\x70','\xbb','\x6d','\xb8','\x65','\x72','\x36','\x70','\x4c','\x20','\x26','\xf2','\x0c','\xce','\xbc','\xdd','\x02','\xdd','\x0c','\xfd','\x4c','\xe4','\x18','\x38','\x6f','\x3b','\x87','\xeb','\x9b','\xe3','\x37','\x9f','\x3f','\x23','\x3f','\x4e','\x1c','\xdf','\x1e','\xf8','\xf2','\xa7','\x3f','\xe2','\xeb','\x97','\x2f','\x38','\x65','\xd3','\xee','\x8e','\x3e','\x26','\xe6','\xc7','\x13','\x79','\x6a','\xdd','\x42','\xd3','\xf2','\xe3','\x4a','\x04','\x67','\x68','\x81','\x34','\x1f','\xba','\xaf','\x61','\xeb','\x42','\x4d','\xae','\x64','\xdb','\x4d','\xd4','\x19','\xf0','\x3c','\x54','\x32','\x07','\x90','\xa6','\x35','\x94','\x70','\x8d','\x9c','\x98','\x60','\xcd','\x40','\x45','\x31','\x76','\x70','\xa1','\xe4','\x5d','\xee','\x0f','\x47','\x0c','\xee','\x2e','\xaa','\x0e','\x53','\x06','\x57','\x07','\x24','\x56','\x91','\xd0','\xdf','\x77','\xf8','\xad','\x69','\x4e','\xb5','\xa3','\xdd','\x6f','\xc8','\xee','\xda','\x17','\x37','\xf0','\x3c','\x0e','\x64','\x6f','\x68','\xb7','\x8e','\x6e','\x89','\x7d','\x92','\x5e','\x8a','\x1b','\x97','\xa0','\x02','\x86','\x0e','\xc0','\xce','\x44','\x0e','\x0e','\x60','\x13','\xe0','\xf4','\xcb','\xaf','\x82','\xe7','\xb1','\x23','\xd1','\x42','\x13','\x2f','\x3a','\xe7','\x9c','\x35','\x9d','\x62','\x3c','\x30','\xa9','\x1f','\x31','\xb9','\x57','\xc6','\x92','\x6a','\x63','\xa2','\xe1','\x42','\xc5','\x9b','\x41','\xe0','\xca','\x26','\x6f','\x3a','\x06','\x0b','\x74','\x24','\x62','\x4e','\x98','\xa8','\x54','\xae','\x95','\x05','\x75','\x52','\xa7','\x28','\x9d','\x80','\x21','\x1b','\xe9','\xf3','\x07','\x12','\x36','\x86','\x00','\x20','\x16','\x1f','\x06','\x28','\x49','\xd4','\x5c','\x92','\xb1','\x70','\x48','\x15','\x74','\xa9','\xff','\x0d','\xd0','\xbd','\x66','\x50','\x7a','\x78','\x18','\xb8','\xaf','\xc5','\x38','\xcf','\xaa','\x8f','\x02','\x42','\xe4','\xaf','\xea','\x54','\xb3','\x4c','\x54','\xc1','\x25','\x04','\xdf','\x4d','\xb3','\x74','\x2a','\x5a','\x23','\x30','\xcf','\xc0','\x09','\x15','\x6c','\x21','\x86','\x4d','\x27','\x3f','\xf2','\x4c','\x60','\x0a','\xa4','\x28','\xf7','\xc9','\xec','\xf5','\x02','\x74','\x4e','\x4c','\xb8','\x01','\xf7','\x37','\xaa','\x76','\x55','\x37','\x7c','\xcc','\x81','\xc7','\xf9','\xc4','\x7c','\x7e','\x90','\x6a','\x2f','\x70','\x84','\xcb','\x64','\xb9','\xff','\x67','\x75','\x44','\x54','\xf4','\x65','\x4a','\xe9','\x54','\xbe','\xa9','\xe6','\x1c','\x01','\xd2','\x31','\x9b','\xb9','\x66','\x3b','\xec','\x3b','\x60','\xd0','\x78','\xf3','\x44','\xe9','\x6b','\xd8','\xed','\xbe','\x3a','\x25','\xc8','\x8a','\x5f','\xa0','\x10','\xcb','\x20','\xf9','\x7c','\x3a','\xe9','\xed','\xbd','\x69','\x81','\xa6','\xe2','\x5e','\x48','\x4c','\xc3','\x9a','\xa3','\x83','\x6a','\x75','\xa4','\x32','\xb2','\x13','\x42','\x21','\x0d','\x16','\x69','\x19','\x81','\x8f','\xc7','\x13','\x1f','\x8f','\x0f','\xb4','\x76','\x62','\xdb','\x77','\xf4','\xc9','\x4e','\x10','\xf7','\xf2','\xb1','\xe0','\x54','\xca','\x84','\x0a','\x78','\xad','\x73','\xec','\xc3','\x15','\x5b','\x33','\x29','\x4e','\x61','\x55','\xdc','\x40','\xdd','\xba','\x14','\x50','\x55','\x61','\x5f','\x65','\x9a','\x48','\x10','\xc8','\x9c','\x17','\x88','\x39','\x99','\x94','\x1d','\xc7','\x81','\xfe','\xf5','\x27','\xcc','\x31','\x59','\x74','\x2b','\x2e','\x2e','\xd5','\xe5','\xc4','\x62','\x53','\x98','\x37','\xec','\x7b','\x47','\x34','\x63','\x4e','\x3d','\x59','\x78','\x8f','\x6e','\x40','\x73','\x7c','\x6d','\xc0','\xb7','\x48','\xf8','\xee','\xc0','\xdb','\x86','\xd8','\xb8','\x3b','\x32','\x22','\x30','\x8e','\x03','\x63','\x50','\x25','\xcf','\xb7','\x8d','\xc5','\xf2','\x60','\x1c','\x1f','\x9a','\x91','\x72','\x0b','\xb4','\x36','\x71','\xdb','\x76','\xbc','\xb5','\x9d','\x76','\x91','\x14','\x85','\x62','\xed','\x6a','\x62','\x24','\x10','\xe4','\x9b','\x59','\x73','\x49','\x41','\x9b','\xb2','\x0d','\x69','\xb4','\xd3','\x73','\x9c','\x78','\x9e','\x4f','\x9c','\x38','\x50','\x8b','\x5a','\xb7','\xad','\x33','\x97','\xeb','\x8e','\x79','\x72','\xad','\xc2','\xd3','\x13','\xbd','\xef','\xec','\xc8','\x3a','\xa8','\x18','\x0b','\x47','\xef','\xf2','\x7a','\x12','\xbf','\x7a','\x7c','\x7c','\x00','\x33','\x70','\x7b','\x7f','\xc3','\xe7','\xcf','\x9f','\xd1','\xbb','\xe3','\x11','\x07','\xfe','\x18','\x27','\xbe','\xfc','\xe9','\x2b','\xbe','\x7d','\xf9','\x09','\xfb','\xb7','\xdf','\xe0','\xd7','\x5e','\xbf','\x54','\x81','\x4b','\xf2','\x75','\xcf','\x09','\x9c','\x60','\x40','\x9d','\x73','\x62','\xc4','\x80','\xc5','\x76','\x39','\xea','\xa0','\xd2','\x47','\x18','\x1f','\xc6','\x88','\x10','\x17','\x5d','\xf4','\xa9','\x7a','\xb0','\x7a','\xe8','\x99','\x20','\xa7','\x33','\x89','\xc8','\x6f','\x6f','\x94','\xd9','\x1b','\x20','\xcd','\x27','\x6a','\xb0','\x22','\xe9','\x4c','\x0a','\xed','\x84','\x90','\x63','\xff','\xf9','\x85','\x26','\x11','\x73','\x20','\xb4','\xcb','\x46','\xbd','\x81','\x17','\x04','\xdf','\x03','\x9c','\xbd','\x88','\x45','\x0d','\x5f','\xe2','\x03','\xa4','\x9e','\xf0','\x50','\x16','\x12','\xda','\xac','\xf4','\xf8','\xab','\x3b','\x24','\x8f','\xa4','\x4a','\x9f','\xfb','\x3d','\xea','\x3e','\x5d','\xff','\x3f','\x80','\x9a','\x7b','\x5b','\x48','\x07','\xcd','\x5b','\x81','\x0d','\x85','\x8e','\xce','\x35','\x37','\xd1','\x8a','\x66','\x67','\x86','\xe2','\x79','\x59','\xe6','\x4a','\x08','\x88','\x26','\xf3','\x60','\x2c','\x7a','\x89','\xda','\xbf','\xd4','\x87','\x17','\x6d','\xa9','\x6e','\x55','\x65','\x57','\x25','\x87','\x52','\xd7','\xa7','\x36','\xfd','\x88','\x13','\x47','\x96','\x9a','\x4f','\x62','\x4e','\xc0','\xc2','\x91','\x19','\xa4','\x44','\x19','\xf0','\x71','\x3e','\x71','\xc6','\x10','\xb7','\xb3','\x36','\x3f','\x0b','\x61','\x32','\x3a','\x8b','\xbe','\xf9','\x2a','\x1c','\xd5','\x4b','\x67','\xeb','\xdb','\xb9','\x80','\xb0','\x92','\xc0','\x44','\xe2','\xdc','\x40','\xe7','\x3b','\x4e','\x98','\xf1','\x50','\x9e','\x71','\x62','\x0b','\xde','\x03','\x07','\x80','\x57','\x3b','\x4a','\x2d','\x79','\x0c','\x3e','\xef','\x57','\x3b','\x2a','\x1b','\x5a','\x76','\x04','\x47','\xce','\xc0','\x76','\xe3','\x3e','\x8d','\x01','\xc3','\x91','\x89','\x9c','\x57','\xa6','\x99','\x1c','\x92','\x60','\x31','\xb3','\xba','\x42','\xbf','\xb4','\xa3','\x22','\x90','\xb9','\x2d','\xd6','\xee','\x4a','\x60','\x0d','\x2c','\x88','\x9a','\xb1','\x13','\x56','\x76','\xd4','\x64','\x1b','\x2d','\xb1','\x9c','\x7b','\x33','\xb0','\x00','\x12','\xa2','\x14','\x70','\xac','\x76','\xcb','\xb2','\x23','\xd1','\xf4','\xae','\x8f','\xff','\xee','\xe5','\x12','\xfd','\x80','\x02','\x55','\x59','\x73','\x53','\xa0','\xe2','\xa7','\x5e','\x76','\x44','\x74','\x5e','\xc1','\xb3','\xf8','\x82','\x9e','\x8b','\x06','\x6a','\xb2','\xb1','\x99','\x73','\x51','\xd1','\xae','\x62','\x92','\xb5','\x90','\x4b','\xfd','\x6c','\x5b','\x89','\x16','\x13','\x6d','\x26','\xaf','\x97','\x74','\x6e','\x24','\x30','\xe6','\xc0','\x21','\x91','\x07','\x80','\xf4','\x15','\x9b','\x5a','\x66','\x97','\xec','\x7a','\x7d','\x9c','\x0f','\x8c','\x39','\xb1','\x79','\x43','\x07','\x87','\x43','\xdb','\x92','\xe8','\x14','\x95','\x6a','\x6b','\x17','\xea','\x5b','\xbc','\x66','\x45','\xb7','\xd4','\xa0','\x88','\x49','\xcd','\x2a','\x3c','\xae','\xc0','\x51','\xe7','\x40','\x37','\xcf','\xdc','\xb1','\x77','\x21','\x76','\x15','\x84','\x4d','\x01','\x27','\x43','\x5b','\xb5','\x69','\x4d','\x35','\x30','\x5c','\x8f','\xa2','\x29','\xb1','\x4a','\xcd','\x14','\x98','\x4d','\x75','\x4d','\xd9','\xca','\x8f','\x99','\xeb','\x8c','\x52','\xa8','\x82','\xe7','\x65','\x95','\x36','\x0b','\x23','\xa9','\x7b','\x04','\xaa','\xf5','\x80','\x7b','\x9b','\x12','\x93','\x1d','\x32','\x68','\xb7','\x51','\x45','\x48','\xa8','\xbb','\x26','\x24','\xd9','\x15','\xc8','\x8b','\x78','\x5b','\x3b','\xb5','\x8a','\xba','\x94','\xf2','\x59','\x5e','\x9f','\x69','\xea','\x51','\xab','\x18','\xcc','\xc0','\x2a','\x3e','\xca','\x68','\x78','\x3b','\x95','\xdc','\x22','\x31','\x10','\x1a','\xd0','\xed','\x94','\x04','\x35','\x96','\x37','\xae','\xce','\x75','\x14','\x58','\x90','\x89','\x70','\x0d','\xd4','\x56','\x90','\x26','\x87','\x8f','\x1d','\x3f','\x84','\xee','\xf3','\xbc','\xe8','\xc1','\x26','\xc5','\x47','\xa9','\x78','\x85','\xec','\x6b','\xe6','\x64','\x71','\xa7','\x33','\x46','\xb1','\x1a','\x22','\xa9','\xf3','\x3c','\x91','\x43','\x74','\x67','\xdf','\x96','\x3c','\xfd','\x95','\x2c','\x4e','\x8c','\x24','\xcd','\x77','\x46','\x22','\x1e','\x13','\xed','\x69','\xe8','\x8f','\x80','\xdd','\x6f','\x68','\x6f','\x81','\x9c','\x86','\xf9','\xe1','\x78','\xc4','\x07','\x06','\x26','\x0e','\xa9','\x2a','\x66','\x39','\xc4','\xe4','\xce','\x25','\x98','\xa1','\x6f','\x1b','\xb7','\x87','\x03','\x0b','\xb8','\x6b','\x7d','\x27','\x9f','\x7c','\xdb','\x70','\x7b','\xbb','\xe3','\xc7','\xf7','\xdf','\xe1','\xed','\xfe','\x86','\xfd','\xfd','\x86','\xcf','\x3f','\x7c','\xc2','\x7e','\x7f','\x27','\x0f','\x9f','\x4e','\x07','\x00','\xf0','\xf9','\xf3','\x67','\xc1','\xba','\x13','\xf0','\x01','\xb4','\x86','\x6e','\x0d','\xb7','\xed','\x8e','\xdf','\xfe','\xe5','\x5f','\x02','\x11','\x78','\xfe','\xf3','\x1f','\xf0','\xa7','\x7f','\xfc','\x27','\xbc','\x7f','\x7a','\xc7','\x1f','\xfe','\xf8','\x47','\x9c','\xc7','\x43','\xcf','\x84','\xb2','\xd7','\xcf','\x04','\x86','\x9f','\x3a','\x0b','\x55','\xb4','\xd0','\xbf','\x78','\x6b','\x68','\xbb','\x03','\xc1','\x59','\x2c','\x0e','\xec','\xbf','\x28','\x41','\xd6','\x03','\x76','\xe8','\xec','\xcb','\xb7','\x14','\xda','\x0f','\x7e','\xce','\x3c','\x29','\x7d','\x4e','\x89','\x69','\xd2','\x62','\x7a','\xa9','\xa4','\xb9','\x0a','\x81','\xa4','\x8f','\x70','\x75','\x07','\xce','\x83','\xa8','\x6a','\xd3','\xcc','\x6c','\x2d','\x36','\x75','\xed','\xed','\x31','\xeb','\x88','\x4c','\xaa','\xbf','\xa6','\xe3','\x78','\x9e','\xf8','\xfa','\xd3','\x17','\xfc','\xe3','\x3f','\xfe','\x23','\xbe','\x7d','\x7b','\x50','\x0e','\x7d','\x06','\xfe','\xfe','\x7f','\xfd','\x5f','\xf1','\xa7','\x3f','\xfd','\x69','\x89','\x95','\x8c','\x19','\x48','\xed','\x85','\x89','\x9c','\x18','\x99','\xd8','\xda','\x4e','\x3a','\x4b','\x46','\xe1','\x40','\x0b','\xe8','\x90','\xc1','\xd0','\xb6','\x5d','\xfe','\xd0','\xca','\x5f','\x09','\xb0','\xd2','\x5c','\xd1','\xda','\x69','\x82','\x9a','\x65','\x51','\xd7','\x4b','\xa8','\x7b','\xcc','\x09','\x77','\xee','\x70','\x5a','\xf3','\xa3','\x6b','\x01','\x6b','\x25','\xec','\x3a','\x53','\x2e','\x21','\x1c','\xf3','\x65','\xb3','\x44','\x0e','\xb4','\x53','\xca','\x1d','\xe7','\x71','\xe0','\x18','\x9c','\x0f','\x75','\xbf','\x0a','\x1f','\x93','\xcf','\x59','\x9d','\x20','\x6b','\x12','\xb5','\xe1','\xf3','\xa9','\x68','\xc2','\x2b','\xd4','\x44','\x9d','\xf1','\xe7','\xe0','\x45','\x8b','\xab','\xd0','\xcd','\x1d','\x5c','\x89','\x54','\x0e','\x25','\x81','\xa6','\x28','\x36','\xbc','\xd1','\xc7','\x23','\x71','\x26','\x41','\xb9','\xb5','\xdc','\xb6','\x4c','\xd5','\xf5','\x79','\xf3','\x3a','\xc7','\xf0','\x9a','\xd8','\x66','\x17','\x86','\x88','\x4b','\xae','\x38','\x34','\xc6','\x00','\x22','\xb4','\x9c','\xbc','\x03','\x8d','\xe0','\xf1','\xf1','\x1c','\x38','\x07','\x41','\xad','\xde','\x1b','\x3b','\xa8','\x67','\x30','\x26','\xfa','\x45','\x61','\x43','\x01','\x27','\x66','\x68','\x94','\x9a','\x85','\x9d','\x2c','\x5e','\x4a','\x7e','\x9f','\x3f','\x66','\xac','\xc6','\xf7','\xa6','\x39','\x24','\xed','\x98','\x11','\x05','\xd1','\xac','\xec','\xb9','\x66','\x74','\x03','\x2d','\x9b','\x04','\x59','\xf8','\xfd','\x37','\x74','\x34','\xad','\x90','\x78','\xce','\x62','\x62','\x48','\x44','\x41','\x45','\x7b','\xb6','\x8e','\xd9','\x3b','\x6e','\x60','\x71','\xd4','\x9b','\x0a','\xd6','\x52','\xd7','\x85','\x28','\x71','\x31','\x31','\x33','\xc9','\x0e','\xd8','\xe8','\x37','\xdd','\x39','\x33','\x45','\x40','\x77','\x4a','\xf9','\x90','\x0b','\xae','\x33','\xc1','\xb9','\x9d','\xc6','\xb8','\xd2','\x5b','\x5b','\x79','\x5b','\x73','\xc7','\x40','\xe0','\x79','\x3c','\x05','\x1e','\xd1','\x08','\xcc','\x25','\x4c','\xd2','\x1c','\xb5','\xac','\x7c','\x75','\x1e','\xf5','\xcf','\xcc','\xa2','\xcb','\xd1','\x96','\xdf','\xe2','\x13','\x7e','\xfc','\xed','\x6f','\xc1','\x62','\x9c','\xc5','\x7c','\x48','\xb8','\x64','\x0c','\x36','\x0c','\x8e','\x71','\xe2','\xeb','\xd7','\x6f','\x14','\x8c','\x11','\xdb','\x65','\x1a','\x68','\x53','\x33','\xf1','\xf1','\x7c','\xf0','\xf9','\xee','\x0d','\x6f','\x9f','\xdf','\xd0','\x6f','\x37','\xb4','\xfb','\x9d','\xfe','\x40','\x40','\x88','\x8d','\x1b','\x7c','\x0c','\xdd','\x3b','\x2d','\xba','\xcd','\x09','\x4f','\xaa','\x19','\x9b','\xe2','\x75','\xdf','\x3a','\x2c','\x12','\x8f','\xe3','\x24','\xb8','\x80','\x4e','\x76','\xd5','\xc6','\x5c','\xad','\x5b','\x83','\xfb','\x86','\xe3','\x79','\xe2','\xdb','\xe3','\x03','\x99','\x53','\x45','\x0b','\xf0','\x98','\x03','\x88','\xc1','\x7d','\x9c','\x43','\xe3','\x00','\x12','\xce','\x69','\x6d','\xc3','\x6c','\x0d','\x4f','\x23','\x68','\x37','\x0d','\x18','\x92','\x88','\x9f','\x5e','\x1d','\xf0','\x44','\x1b','\x2c','\xd0','\x87','\x94','\x61','\xb9','\xb4','\x38','\xf1','\xed','\x79','\xc2','\x73','\xe0','\x7e','\xdb','\xb1','\x67','\xcd','\xeb','\x02','\x39','\x26','\x1e','\xdf','\x1e','\xf8','\x1a','\x07','\xf6','\xdf','\xfc','\x57','\x16','\x40','\xcf','\xe7','\x07','\x1e','\xcf','\x07','\xda','\x91','\x70','\x0c','\xec','\xe8','\x88','\x31','\x30','\xc7','\xc0','\x3d','\xee','\x68','\x9d','\xc4','\xb5','\x38','\x27','\x29','\x04','\xab','\x0b','\x42','\xa7','\xd5','\xcc','\xa4','\xc5','\xce','\xae','\x8b','\x45','\x49','\xe3','\xbd','\xb8','\xa9','\xe0','\xf2','\xc5','\x70','\x27','\xba','\x36','\x13','\x18','\x25','\x47','\x9d','\xe8','\xbd','\x29','\x41','\x17','\x9a','\x0f','\x40','\x54','\xc0','\x95','\x4f','\x0a','\x97','\x61','\x32','\xd5','\x54','\x04','\x84','\x0e','\xba','\xc0','\x06','\x07','\x13','\x57','\x4b','\xe0','\xb6','\xd0','\x19','\xa2','\xdd','\xae','\x83','\x96','\x3a','\x64','\x0c','\xfe','\xa0','\x43','\xd1','\xb1','\x2b','\x24','\x78','\x2e','\xf7','\x7a','\xf1','\xf4','\xab','\xed','\x5d','\xd7','\x92','\xa8','\xbe','\x51','\xae','\xdf','\xaf','\xe1','\xcc','\x2a','\x66','\x3c','\x89','\x72','\x56','\x92','\x37','\xb5','\x3b','\x28','\xca','\xe7','\x0b','\x49','\x60','\x2b','\x99','\x5f','\x36','\x4e','\x29','\xc4','\x25','\x0f','\x62','\x21','\xc9','\xd3','\x88','\x0a','\x45','\x4c','\xe4','\xe8','\x48','\x68','\x1f','\x02','\xe2','\x4a','\x20','\x81','\x25','\xaf','\x3c','\x1c','\x78','\x24','\xaf','\x2f','\x34','\x1c','\xcc','\x8b','\x1f','\x75','\x0e','\x31','\x2c','\x11','\xdd','\x31','\xdc','\xd5','\xca','\x95','\x02','\x0a','\xc0','\x79','\x0e','\x03','\x8a','\xa3','\x9c','\xa5','\x6c','\x65','\x2c','\xd0','\x62','\x26','\x10','\x27','\x54','\x99','\x02','\x68','\x98','\x4d','\xfb','\x2c','\x72','\xc3','\x8e','\x8e','\x1c','\x03','\x63','\x50','\x75','\xa8','\x75','\xaa','\x0d','\xd2','\x8e','\x02','\x17','\xef','\xfc','\xc5','\x8e','\xa6','\xa4','\xa7','\x4b','\xba','\x59','\xb6','\x94','\x48','\x16','\x4c','\x33','\x44','\xa5','\x32','\x2e','\xe2','\x1d','\xb4','\xb9','\x59','\x94','\x88','\x24','\x05','\xcb','\x62','\x5e','\x5d','\xa1','\x9f','\xd9','\x51','\x3d','\x4d','\x37','\x60','\x33','\x95','\x87','\xcb','\x8e','\x6c','\x75','\x14','\x9b','\x71','\x5e','\x61','\x57','\xb1','\xd1','\x40','\xc5','\x94','\xcb','\x8e','\x64','\x77','\x72','\xaa','\xb1','\xba','\x66','\xb2','\x0c','\x25','\xe7','\x53','\xef','\xff','\x1a','\x18','\x5f','\x8b','\x20','\xab','\xdb','\x27','\xc4','\x88','\x1d','\xac','\xfa','\x9c','\x85','\x09','\x68','\x90','\x94','\x05','\xe8','\x0c','\x72','\xa6','\xcb','\x8e','\x56','\x11','\xed','\x9a','\x59','\x89','\x4b','\xb1','\xe6','\xd5','\x8e','\x18','\x5a','\x41','\x8e','\x6f','\x38','\x6c','\xc8','\xb6','\x66','\xa0','\xa4','\xc4','\x99','\x90','\xb3','\x58','\x98','\x48','\x8c','\x06','\x3c','\x12','\xcb','\x49','\x47','\x55','\x34','\x18','\xbc','\x3e','\x33','\x0c','\x37','\x84','\x39','\x46','\x03','\x22','\xa9','\x54','\xd4','\x5c','\x58','\xa3','\x09','\x8c','\xa8','\xd9','\x11','\x83','\x12','\x2c','\x5e','\xf7','\x2a','\x38','\x4c','\x33','\x4a','\x00','\x20','\xd1','\x91','\x4c','\x4a','\xb3','\xa7','\xb2','\x81','\x30','\x76','\x49','\xb9','\x27','\x86','\x45','\xb4','\x2b','\x59','\x62','\xc0','\x72','\xc0','\x49','\xe1','\xd8','\xdf','\x80','\xe7','\x1c','\x38','\xcf','\xc1','\x64','\xdf','\x0d','\x6d','\x2b','\x89','\x5d','\x06','\xdf','\x0e','\xca','\xd8','\xa7','\x8a','\xf0','\x2a','\xfc','\x60','\x58','\xc8','\x70','\x96','\x96','\xbc','\x9c','\x32','\xea','\xec','\x82','\x01','\x0a','\x09','\xaa','\x94','\xe9','\x0c','\x55','\x27','\xda','\xd6','\x89','\x5c','\x18','\x89','\xee','\x05','\xff','\xbe','\xb4','\x0e','\x2d','\xd5','\x91','\x06','\xe5','\xdb','\x9f','\xfa','\xe5','\xa6','\xdf','\xe4','\xf8','\x5b','\x51','\x3e','\x74','\xfe','\xf4','\x08','\xa6','\xde','\xbc','\xe0','\x1b','\x24','\x29','\x70','\x73','\x25','\x87','\x12','\xa0','\xe8','\x9c','\x5c','\x4e','\x17','\x8f','\x7e','\x90','\x32','\xb3','\xf5','\x86','\x6c','\xa4','\x5e','\x05','\xf8','\x86','\x0e','\x01','\x6d','\x56','\x05','\xd5','\x40','\xa2','\xf1','\x73','\x95','\xa5','\xba','\xf3','\x43','\x29','\x36','\x60','\x38','\x8f','\x89','\x43','\x33','\x37','\x4b','\x99','\xd0','\x1c','\x1d','\x80','\xc7','\xc0','\x36','\x81','\x37','\xa7','\x68','\x0c','\xd0','\x60','\xd6','\x39','\x3b','\x66','\x80','\x81','\x7e','\x3a','\x92','\xb3','\x94','\x3e','\x38','\x84','\xdd','\x62','\xa0','\xe7','\x13','\x18','\x89','\xf1','\xf5','\xc0','\x79','\x3f','\x71','\x7c','\x1a','\x38','\x30','\xf0','\xed','\xf1','\x05','\x23','\x03','\x7b','\xdf','\x29','\x73','\xeb','\x3c','\xa3','\xb5','\xf3','\xa9','\x6d','\x0d','\xf9','\xf6','\x86','\xc7','\x71','\xe2','\xa7','\x3f','\xfc','\x81','\x72','\xdf','\x69','\x2a','\xc6','\x68','\x8b','\xd9','\x1c','\xed','\xed','\x1d','\xb7','\xfd','\x86','\xed','\xbe','\xe3','\xf3','\x8f','\x9f','\xf1','\xe9','\xfd','\x33','\x6e','\x9f','\xde','\xf0','\x76','\xbf','\xe3','\xd6','\xb9','\xf8','\xfb','\xc7','\x1f','\x7f','\xc4','\x8e','\xce','\x22','\x79','\x04','\x6c','\xfc','\xff','\xd9','\x7b','\xef','\xb8','\xcb','\xce','\xab','\xbe','\xf7','\xfb','\x94','\xbd','\x4f','\x79','\xcb','\xbc','\xd3','\x67','\x24','\xcd','\x48','\x23','\x8d','\x7a','\xef','\xd5','\x2a','\xb6','\x6c','\x6c','\xec','\xd8','\xd8','\xc6','\x34','\x13','\x02','\xa1','\xde','\xe4','\xe6','\x3a','\x21','\x09','\x81','\x94','\x0f','\x37','\x97','\x9b','\xe4','\x26','\xc0','\x25','\x09','\x24','\x84','\xf0','\x21','\x01','\x42','\x1a','\xc5','\x54','\xe3','\x6e','\xcb','\xb6','\x64','\xc9','\xea','\xbd','\x6b','\x46','\x23','\x69','\x7a','\x7b','\xeb','\x39','\x67','\xef','\xfd','\x94','\xfb','\xc7','\x5a','\xfb','\xbc','\x23','\x69','\xe4','\xc2','\x75','\x00','\xc3','\x59','\x7c','\x2c','\xec','\xd1','\x3b','\xe7','\xdd','\x67','\xef','\x67','\x3f','\xcf','\x5a','\xbf','\xf5','\xfb','\xfd','\x96','\xda','\x15','\xa3','\x1d','\x11','\xdb','\x61','\x6a','\x6e','\x0d','\x36','\x27','\xe9','\x7e','\x4f','\x77','\x09','\x55','\x2d','\xfa','\x87','\x18','\x19','\x55','\x15','\xa3','\xa1','\x58','\xc8','\xc6','\xba','\x21','\x26','\xa1','\x5c','\xc6','\x58','\x8f','\xf7','\x0f','\x8c','\xc1','\x16','\x16','\x9b','\xbd','\xec','\xed','\x59','\x35','\x6f','\x9a','\xb4','\x2b','\x2c','\x83','\xce','\x4d','\x96','\xff','\xad','\xd4','\x2d','\xa3','\x45','\x76','\xce','\x4e','\x3b','\x84','\x52','\xf8','\x17','\x2d','\xbd','\x8b','\x16','\x5c','\x33','\x6a','\x50','\x90','\xc7','\xe8','\xa2','\x29','\x3d','\x5e','\xbb','\x8a','\x52','\x8c','\xca','\xb0','\x71','\xd4','\x78','\xc7','\x64','\xc3','\xa0','\x1e','\x89','\xce','\xc3','\xc8','\xf0','\x49','\xb3','\x62','\x09','\x39','\xd1','\x59','\x5c','\xa4','\xd7','\xed','\xd1','\xef','\xf7','\x58','\x58','\x5e','\x62','\x7e','\x65','\x59','\x92','\x65','\x63','\x71','\xde','\x62','\x5d','\x89','\x51','\x91','\x7c','\x4e','\x51','\x67','\x8f','\x08','\xa2','\xdb','\xbe','\x47','\xa9','\x5d','\xb3','\x5a','\x40','\x67','\x5d','\x0f','\x60','\xc6','\x3a','\xb8','\x9c','\x64','\xcd','\x65','\x93','\x31','\xc9','\xe2','\x7c','\xc6','\x24','\xb5','\x77','\xf7','\x32','\xb4','\x13','\x63','\xc8','\x49','\xd9','\x25','\x59','\xd7','\xb3','\x0e','\xfe','\xcd','\x46','\xf6','\x66','\x35','\x68','\xd6','\x1a','\xc4','\x68','\x32','\x26','\xc5','\x68','\xdb','\x01','\xcb','\x31','\x49','\xc3','\xdf','\x66','\x9c','\x3c','\x00','\x6a','\x22','\x55','\x8e','\x32','\xc8','\x1d','\x01','\x8f','\xc6','\x72','\x17','\xcc','\x98','\xce','\x8a','\xe6','\x26','\xf2','\xac','\xda','\x4c','\x41','\xbf','\x5b','\xfb','\x7f','\x56','\x36','\xc5','\x64','\xa4','\x6b','\x22','\xf7','\xa0','\x3d','\xe3','\xe4','\xda','\xd1','\x22','\x4d','\x98','\x30','\x06','\x63','\x22','\xde','\xc8','\xfc','\x45','\x9b','\x14','\x8c','\x48','\xc2','\x31','\x6d','\x3b','\x4e','\x56','\xdd','\x60','\xc7','\xfa','\x13','\x0c','\xd9','\xaf','\x76','\x28','\xa4','\x29','\x2b','\x9f','\x49','\x0a','\xd2','\x0d','\xcc','\x60','\x8d','\x68','\x81','\x07','\xf5','\x88','\x66','\x14','\x45','\x38','\x6f','\x2c','\x1e','\x47','\xd9','\x29','\xe9','\x14','\x5d','\x62','\x2d','\x05','\xad','\xb5','\x28','\xb8','\xa1','\xbb','\x8d','\x31','\xab','\x5d','\xef','\x2c','\xcf','\x59','\xc0','\xd7','\x28','\x05','\x6b','\x4e','\x3a','\xe9','\x20','\x43','\xc8','\x32','\x17','\x31','\x7b','\x2d','\x52','\x65','\x5f','\x17','\xba','\xad','\xae','\x6e','\x7d','\x1e','\x2d','\x6d','\xcd','\x14','\x06','\x9f','\x05','\x4c','\x13','\xcd','\x9c','\x95','\x04','\x9e','\x8c','\xa3','\xbd','\x5f','\xf2','\x9c','\x4d','\x5a','\xed','\x46','\xbb','\x76','\xd6','\x90','\x11','\x87','\x5d','\x6b','\xb2','\x4a','\x2d','\xe4','\x4c','\x8e','\x41','\x9c','\x59','\x63','\x4e','\xe0','\xbc','\x98','\x21','\xa0','\x83','\xbf','\x73','\x3b','\x7b','\x4b','\xcc','\x23','\x24','\x2f','\x91','\x02','\x30','\x99','\x34','\x06','\x6c','\x23','\x6a','\x53','\xad','\xef','\x6e','\x72','\x86','\x5a','\xd7','\x1a','\x39','\xc8','\xbb','\x9b','\x33','\x3e','\x45','\x79','\x1f','\x8c','\x76','\xa9','\xa2','\x3c','\x53','\x71','\xad','\xd3','\x3c','\xd1','\x69','\x41','\x99','\xad','\xba','\xbf','\x99','\xf6','\x96','\x6a','\x6e','\xa1','\xe4','\x49','\xa5','\x6f','\x87','\x50','\xd0','\x10','\x19','\x2c','\x07','\x46','\x4d','\x2d','\x06','\x1f','\xda','\x6d','\x8e','\x36','\x33','\x1a','\x0d','\x19','\xd5','\x35','\xa9','\x70','\xf8','\xdc','\xc1','\x05','\x07','\x23','\x01','\xaa','\x5c','\xb6','\x48','\xe7','\x4f','\x72','\x83','\xb2','\x28','\x28','\x8a','\x82','\xd6','\x6a','\xbe','\xc5','\x7d','\x9c','\x13','\x77','\xe7','\xc2','\x27','\x8a','\xe8','\x28','\xbc','\x82','\x86','\xda','\x62','\x97','\xb7','\xd8','\x60','\xad','\xc7','\xe3','\x48','\x24','\x2a','\x3c','\xce','\x75','\x28','\x7d','\x97','\x94','\x8c','\x36','\x51','\x1a','\xb0','\x1e','\x6f','\xbb','\x14','\x39','\x13','\xe3','\x0a','\xde','\xc8','\x78','\x03','\x01','\x57','\xe5','\xbc','\x88','\xc6','\x62','\x3b','\x3d','\xca','\x8e','\x25','\xa5','\x20','\xa6','\x4c','\xca','\x38','\x48','\x8d','\x01','\xd5','\xa7','\xb5','\x6e','\xb6','\xbd','\xfe','\x14','\xb6','\x80','\x38','\xaa','\x59','\x19','\x8e','\x68','\x6c','\x66','\x48','\x20','\x3a','\x30','\x39','\xd1','\xb1','\x05','\x6b','\xa7','\xa6','\x39','\x59','\xbc','\xbe','\x03','\x84','\xa0','\x81','\x92','\x6c','\xa4','\x71','\x25','\x2f','\x29','\x91','\x54','\x84','\x19','\x71','\x05','\x49','\x42','\x7c','\xd4','\xdd','\xd3','\x31','\x1e','\xc0','\xa7','\x1b','\x4f','\x8a','\x69','\x5c','\x5d','\xb7','\x1d','\x93','\x76','\x7b','\xa8','\xaa','\x5a','\x1c','\x26','\x42','\x22','\xa4','\xa0','\x1a','\x01','\x75','\x45','\x69','\x44','\x3d','\x60','\x4e','\x48','\x0a','\x74','\xff','\x58','\xcd','\x3d','\xf4','\x8f','\xac','\x91','\x49','\xf4','\xc0','\x58','\x58','\xdf','\x22','\x0d','\x2d','\x4d','\xce','\x60','\xf0','\x78','\x05','\xca','\x4e','\xe8','\x6a','\x64','\x45','\x43','\xb4','\x10','\x4a','\xa9','\xa5','\xdb','\xb5','\xa9','\x6b','\x06','\x2d','\x1a','\x8c','\x1e','\x42','\x9c','\xf0','\xf9','\xed','\x55','\x8c','\xaf','\xb3','\xbd','\xd6','\xf6','\x96','\x98','\xd5','\xe1','\x84','\x80','\xa0','\xc8','\x09','\xb2','\x11','\xe4','\xaa','\x89','\x0d','\xab','\xee','\x25','\xfa','\xd2','\xc6','\x16','\x01','\xd1','\xe4','\x37','\xca','\x06','\x68','\xf5','\x25','\x18','\x97','\x91','\x39','\x8f','\x8b','\x9e','\x18','\x93','\xf8','\xef','\xeb','\xbf','\x03','\x4d','\x06','\x31','\xe2','\xbb','\x6f','\x85','\x1f','\xed','\x8d','\x91','\x2e','\x5d','\x8e','\x82','\x3e','\x38','\x0b','\x85','\xd5','\x79','\x43','\x8e','\x6e','\xe1','\x75','\x0d','\xb4','\x05','\x8d','\xa2','\x8e','\x0a','\x7b','\xe4','\x8c','\x38','\x1d','\x21','\x56','\xa4','\xed','\x34','\x5e','\x67','\x74','\xb8','\x68','\x0c','\xed','\x22','\x52','\x74','\x3c','\xab','\x0b','\x5d','\x1c','\xa3','\xce','\x09','\x75','\x8a','\x49','\x92','\x50','\x86','\xa0','\x09','\xf9','\xf8','\x89','\xb6','\x07','\x75','\x6b','\x0d','\x8a','\x5a','\xa0','\xaa','\x9b','\xd0','\x6b','\xd6','\xd1','\x68','\x58','\xe1','\x43','\xa0','\xd1','\x99','\x42','\x22','\xda','\xd5','\xd9','\x29','\x8d','\x0a','\xf2','\xb2','\x19','\x3f','\x2e','\xc3','\xab','\x8b','\x9f','\x36','\x2c','\x4a','\x37','\xd3','\x9d','\xe6','\xc4','\x9f','\xb7','\xda','\xf7','\xb6','\x46','\xac','\x71','\x33','\x32','\xf7','\xc8','\x28','\x82','\xd1','\xae','\x49','\xa3','\x19','\x7e','\x54','\x13','\x0b','\xdd','\xba','\xc6','\x45','\xdd','\x1b','\xaf','\xa3','\x13','\xd7','\x52','\x5b','\x5e','\xaf','\xae','\x23','\xab','\xff','\x6c','\x35','\xf4','\xd9','\xc8','\xb0','\xcd','\x6c','\x04','\x11','\x6a','\x52','\xa3','\xba','\x0e','\x5d','\x47','\xa9','\x2d','\xba','\x0d','\xc6','\x06','\x19','\xb8','\x9a','\x68','\xcb','\x15','\xfd','\xfe','\x63','\x5c','\x91','\x9c','\xe5','\xb0','\xaf','\xb4','\xe3','\xa1','\x84','\x0b','\x4d','\x70','\xa5','\xa8','\x10','\x04','\xce','\xca','\x3a','\x42','\x0a','\x92','\x98','\x95','\x3f','\x79','\xc2','\x3a','\xb2','\xc6','\xca','\x3c','\x1c','\x5d','\x89','\x29','\x26','\xe5','\xb5','\x33','\xa6','\x3a','\x64','\xc9','\x4e','\xb1','\x59','\x78','\xcd','\xc6','\xa9','\x18','\xd9','\x59','\x11','\x8c','\x3b','\x11','\x84','\xa7','\x18','\x44','\x43','\x41','\xdb','\x21','\x6c','\x97','\x57','\x56','\x4a','\x63','\x5a','\x4d','\xfa','\xc6','\xee','\x16','\x0a','\x86','\x68','\x81','\x69','\x32','\xd8','\xa2','\xa0','\xe8','\x78','\x6c','\x35','\x62','\xa5','\x11','\xf7','\x35','\x97','\xa5','\xcb','\x29','\x2e','\x73','\x6a','\xad','\x9d','\x14','\x71','\x4f','\xab','\x74','\xc9','\x71','\x57','\xe5','\x84','\xaa','\x45','\x04','\xb4','\x72','\xf6','\x9b','\xa8','\xd4','\x35','\xdd','\x3f','\x5a','\x67','\x1a','\x69','\xe0','\x98','\xd5','\x67','\x1c','\x5f','\xbf','\xe8','\x5a','\x34','\xd1','\x18','\xa3','\x83','\x66','\x33','\xad','\xdc','\x29','\x27','\xe1','\x5e','\x67','\x63','\xc6','\xcf','\x2c','\xb7','\xc9','\x41','\xbb','\x43','\x59','\x43','\xce','\x8e','\x9c','\x1a','\xd5','\xf5','\x49','\xb1','\x39','\x7e','\xbe','\xba','\xe6','\x82','\xbe','\xc7','\x32','\x25','\xdc','\xd0','\xce','\x17','\x13','\xf4','\x33','\x29','\xa2','\x0f','\xd6','\x94','\xda','\xe9','\xd1','\x2f','\x6e','\x25','\x01','\xc9','\x18','\x4d','\x0a','\x91','\xf9','\x60','\x26','\x29','\xbd','\x45','\x0a','\xb2','\xb6','\xe0','\x40','\x13','\x67','\xe3','\x18','\x1b','\x38','\x08','\x7d','\x42','\xf6','\x3e','\xef','\xbd','\x68','\x07','\x2d','\x32','\xb3','\xc5','\x8a','\xee','\xc8','\x20','\xf7','\x27','\xa9','\xe6','\xb0','\xd5','\xc8','\x95','\x45','\x49','\xc7','\x95','\x34','\x21','\xa8','\x28','\x38','\x43','\xd5','\x10','\x72','\x60','\x54','\x05','\xf2','\xa8','\x26','\xb8','\x48','\x4c','\x95','\x74','\x17','\x5c','\xa3','\x5a','\x09','\x73','\x42','\x12','\x23','\xc3','\x92','\x7b','\xae','\x24','\x8e','\x1a','\xaa','\x85','\x25','\xaa','\xa6','\xc1','\x24','\x83','\x2b','\x3c','\xd6','\x42','\x13','\xd5','\x19','\xca','\x2d','\xc8','\xac','\x22','\x1d','\xd2','\x69','\x8d','\xa5','\xd7','\xeb','\x31','\x33','\x3b','\xc3','\x54','\xbf','\x4f','\xa7','\xdb','\x65','\xaa','\xdf','\xa3','\x6b','\x0b','\x31','\x47','\xb1','\x56','\x8c','\x57','\x72','\xd2','\x79','\x3d','\x82','\x54','\xcf','\xf6','\x7a','\x94','\xde','\x31','\x1a','\xd6','\xd2','\x71','\x6c','\x3b','\x1b','\x29','\xe1','\x30','\x94','\xde','\x53','\x4c','\x4f','\x09','\x42','\x59','\x57','\x0c','\x47','\x23','\xd2','\x48','\x9d','\x1b','\xb5','\xc3','\x68','\x33','\xb8','\x14','\x05','\x20','\x6a','\xe9','\x2e','\x49','\x8a','\x49','\x39','\x93','\xb4','\xe8','\xd4','\xdd','\x47','\x9e','\x85','\x50','\x7c','\xc4','\x3a','\x5a','\x5c','\xf2','\xac','\x58','\x2a','\x32','\xa6','\x11','\xa3','\xa0','\x8e','\x31','\x64','\xeb','\x11','\x1a','\x68','\xc2','\x3b','\x47','\xaf','\xdb','\xc5','\x5a','\x2f','\x80','\x0a','\xd2','\x61','\x6b','\xa9','\xdf','\xed','\xdf','\x17','\x61','\xb2','\xce','\xe7','\x4b','\x89','\x6a','\x30','\xa4','\xa9','\x64','\xa0','\x77','\xaf','\xdb','\x63','\x66','\x76','\x8a','\xd0','\xb4','\x43','\x30','\xad','\x8a','\xb0','\x75','\xd6','\x8b','\x49','\x10','\x32','\x75','\x54','\x6a','\x4c','\x3b','\x2a','\x83','\xd5','\x77','\x63','\x5c','\xfc','\xe4','\xd6','\xed','\x2a','\x08','\xf8','\x93','\x9c','\x16','\x52','\xd2','\x41','\xb4','\x4e','\x68','\x4b','\x63','\x1d','\xee','\xf8','\xac','\xd5','\x5b','\x1d','\x15','\x95','\xf0','\xb2','\x66','\x9b','\xba','\x12','\xd4','\xde','\xca','\x80','\xcd','\xd6','\x95','\xcd','\x1a','\x99','\x73','\xe6','\xbd','\x1f','\xd3','\xab','\xda','\xe2','\x39','\x2a','\x74','\x20','\xa3','\x08','\xa2','\xcc','\x05','\xcc','\x32','\xc3','\xa6','\xed','\x12','\x58','\x63','\x69','\x07','\x78','\xca','\x9e','\x86','\xee','\x71','\x62','\x73','\x6f','\x40','\xdf','\x1d','\x01','\x70','\xda','\x6b','\x96','\xf7','\xa1','\x1c','\x77','\x94','\x5f','\x35','\x4f','\xc6','\x08','\xbd','\x91','\x94','\xc4','\xd8','\x29','\x43','\x56','\x97','\x97','\x0c','\x34','\x4a','\xd5','\xb4','\x4e','\xdf','\x97','\x24','\xd0','\x6b','\x3b','\xff','\xa9','\xa5','\x65','\x9b','\xf1','\xbb','\x0b','\xe3','\x76','\xd4','\xf8','\x2c','\x97','\x67','\x30','\xbe','\xae','\x9c','\x30','\x56','\x28','\x8a','\x4e','\x3b','\x85','\xce','\x0b','\x35','\xd4','\x3b','\x19','\x5e','\x6c','\x8c','\xa1','\xca','\x23','\xea','\xd8','\x68','\x4e','\x93','\xc7','\x9d','\x94','\xb6','\x78','\x34','\xfa','\x0c','\xc5','\x69','\x52','\xf6','\xb4','\x71','\x1e','\xa1','\x03','\x6f','\xdb','\xa1','\xec','\xe4','\x30','\x06','\xed','\xda','\xee','\x89','\x75','\x6a','\x8a','\x62','\xa5','\xdb','\x1e','\x43','\xcb','\x42','\xd0','\x7c','\x46','\x37','\x1a','\xaf','\xb4','\xd1','\x94','\x13','\xc6','\x7b','\xa1','\x5b','\x05','\xd1','\xa0','\x07','\xed','\xc8','\x5b','\x63','\xc1','\x17','\x52','\xac','\xe9','\x7d','\x6f','\x75','\x3f','\xa2','\xbb','\xa1','\xdd','\x6c','\x85','\xee','\x49','\xa4','\x35','\x24','\x12','\x66','\x8c','\x9e','\xbe','\x8a','\x00','\x19','\x63','\x29','\xba','\x25','\x45','\x51','\xd2','\x5a','\x74','\xe7','\x2c','\x94','\xd5','\xd4','\xbe','\x9f','\x29','\x63','\xbb','\x05','\xae','\xd7','\x55','\xea','\x5b','\x90','\xe7','\x93','\x6a','\x01','\xb9','\xac','\xb8','\xf4','\xb5','\x5d','\x5d','\xf9','\x2e','\x3a','\x32','\xc4','\x3a','\x1d','\xda','\xae','\x20','\x73','\xcc','\x32','\x2a','\x04','\xd9','\x63','\xdb','\x31','\x2e','\x62','\x3a','\x04','\x31','\x65','\xba','\x65','\x41','\x7f','\x7a','\x9a','\xb0','\xb6','\x66','\x79','\xb0','\x2c','\x23','\x07','\x8a','\x42','\x0c','\x62','\x72','\x62','\x65','\x54','\xb1','\xbc','\xb2','\xc2','\xd2','\x68','\x40','\xc8','\x62','\x91','\x9d','\xb2','\x18','\x07','\x09','\x9d','\x31','\x11','\xac','\x00','\x65','\x55','\x8e','\xd8','\xd8','\x28','\xb0','\x92','\x64','\x28','\x7b','\x23','\xdf','\xc9','\x39','\xa1','\x2e','\xfb','\x64','\xf0','\x41','\xce','\x1e','\x29','\xd6','\xe4','\xa9','\xb4','\x63','\x48','\x1c','\x96','\x58','\xd5','\x84','\x10','\xe9','\x75','\xfb','\x4c','\xf5','\x05','\xa8','\x48','\x21','\x92','\x62','\x83','\xb3','\x9e','\x4e','\xa7','\xa0','\xc8','\xf2','\x4c','\x0a','\x1b','\x29','\x92','\x16','\x83','\x51','\x46','\xcd','\xb8','\xa2','\xa0','\x57','\x96','\x74','\x7c','\x47','\xc7','\x86','\x24','\x91','\x20','\x68','\xde','\x00','\xda','\x9d','\xce','\x19','\xe3','\x2c','\x65','\xd7','\x91','\x4c','\x62','\x30','\x1c','\x50','\x37','\x72','\x3e','\x64','\x63','\xc9','\xea','\x7a','\x69','\x3d','\x63','\x6a','\xe4','\x6b','\xe3','\x75','\x05','\x90','\xd1','\xf9','\x0d','\xd6','\xb5','\x7c','\x58','\x41','\x52','\xb2','\xf1','\xd8','\xa2','\xd4','\x21','\x9a','\x52','\x15','\xda','\xd4','\x96','\xa5','\x9a','\xab','\xe5','\x36','\xd9','\x13','\x84','\xa2','\xdd','\xda','\x4c','\xd6','\xd6','\xed','\xea','\xd1','\x4d','\x68','\x1a','\x62','\xc8','\x9a','\xd4','\x8f','\x53','\x37','\x3d','\x45','\xd1','\x14','\xac','\xa5','\x90','\x9d','\x90','\x7f','\xb0','\x5a','\x04','\x45','\x74','\x12','\x72','\xb6','\xb4','\x6e','\x35','\x6d','\x4b','\xbb','\x75','\x89','\x32','\x69','\xd5','\x71','\xce','\x18','\x11','\xe8','\x8f','\xa7','\x16','\xeb','\x41','\xab','\xfd','\x77','\xb2','\x6e','\x00','\x2d','\x4d','\x42','\x7f','\x44','\xa8','\x4f','\x49','\x93','\x42','\xfd','\x79','\xc3','\x2a','\x15','\x46','\xa8','\x48','\x88','\xb0','\x92','\x3c','\x16','\xd2','\xb7','\xc3','\x11','\xad','\x42','\x6a','\xd9','\x88','\x4e','\x43','\x5a','\x7a','\xe3','\x2b','\xd5','\x4d','\x48','\x36','\x8e','\x84','\x78','\xab','\x9b','\xa4','\x09','\x06','\xab','\xd4','\xa1','\x36','\x29','\x6e','\xd3','\x54','\xa1','\xeb','\xe5','\x71','\xf2','\xe7','\x8c','\x23','\x65','\x71','\xd9','\x49','\x7a','\x9f','\x13','\x09','\xac','\xa3','\xf4','\x16','\x63','\x1d','\xc9','\x49','\x01','\x12','\x74','\x4f','\xc4','\x39','\x41','\x3f','\xad','\x08','\x47','\x65','\x6a','\x7c','\x14','\x54','\x24','\xa9','\x0d','\xa5','\x1c','\x15','\xd2','\x6d','\x33','\x4e','\x0b','\xce','\x31','\xfb','\x1c','\xf4','\x50','\xb0','\xb6','\x94','\x4d','\x27','\x25','\x9a','\x28','\x0c','\xea','\x57','\xad','\xa3','\x94','\x24','\x49','\x2b','\x0b','\xb9','\xc7','\x49','\xd6','\x51','\x3e','\xd9','\x3a','\xca','\x4a','\x5b','\xb3','\xad','\x63','\x17','\x9a','\xa4','\xad','\xae','\x23','\x83','\x21','\x84','\x46','\x5f','\x12','\x73','\xc2','\x3a','\x52','\x94','\xf3','\x84','\x75','\xd4','\x5e','\x6d','\x5b','\x38','\xd9','\xd5','\x4b','\x17','\x42','\x5d','\x06','\x97','\x85','\x92','\x11','\xf3','\x2a','\x35','\x42','\xd6','\x92','\xae','\xc1','\xd4','\x52','\xa2','\x94','\x76','\x76','\x42','\x61','\xd5','\x16','\xcb','\xe8','\x9c','\x89','\xf4','\xda','\x75','\xa4','\x89','\x4b','\x9b','\xc5','\x67','\xed','\x68','\xb4','\xe8','\x60','\x7b','\x2f','\xa5','\xd3','\xa3','\x4e','\x68','\xda','\x89','\x72','\xd6','\x8c','\x2d','\x9b','\x5b','\x03','\x00','\x9b','\x13','\x21','\xb7','\x05','\x4f','\x1a','\xff','\xfd','\x74','\xd2','\x75','\x64','\xc7','\x74','\xcf','\xd5','\x75','\x94','\x69','\xfd','\xc7','\xda','\x75','\x94','\x8d','\x24','\x48','\xd6','\x88','\xfd','\x69','\xcc','\x01','\x39','\xa2','\x5a','\xfd','\x90','\xa5','\x53','\x88','\x51','\x40','\x8a','\x89','\x80','\x17','\x32','\x9c','\x15','\x0e','\x7b','\x52','\x4e','\xba','\x73','\xe2','\x2c','\x15','\x42','\x33','\xa6','\x99','\xb4','\xd3','\x9f','\x65','\x13','\x17','\xf4','\xce','\xab','\x40','\xd7','\x02','\x36','\xb6','\xce','\x6f','\xfa','\x94','\x8c','\xd0','\xd5','\x9a','\xa6','\xc6','\x64','\x7b','\xc2','\xbe','\xa2','\x8e','\x91','\x49','\xd6','\x81','\xcd','\xe2','\x0e','\x32','\x9e','\xbe','\x6e','\x8c','\x1c','\x58','\x2d','\x05','\x24','\x83','\x4b','\x60','\x1b','\xc8','\xc9','\x63','\xac','\x1f','\x77','\xaa','\x8c','\x52','\x02','\x1d','\x86','\x98','\x2c','\x0d','\x59','\x7e','\x57','\x4b','\x41','\xb5','\x5a','\x6c','\x25','\xa8','\x69','\x34','\xd9','\xd1','\x95','\xa7','\x09','\x5a','\xab','\x25','\x40','\x8b','\x42','\x4c','\x16','\xe7','\x9a','\xb6','\xb3','\x94','\x32','\xa4','\x28','\xcf','\xc1','\xb6','\x84','\x0e','\x43','\x22','\x60','\x92','\x76','\xe2','\xf2','\xea','\x5a','\x14','\x61','\x2a','\x62','\x19','\xeb','\x12','\xd9','\xe5','\x71','\x47','\x08','\xed','\xc6','\x4a','\xbd','\xa1','\x9f','\x15','\x92','\x2e','\x60','\x30','\x46','\xef','\xb1','\x5e','\x53','\x9b','\x5c','\x1a','\x34','\x39','\xcc','\x46','\xa9','\x7d','\xf2','\x4e','\xb4','\xdd','\x62','\x71','\x8e','\x93','\xc4','\xdf','\x66','\xd1','\xe2','\xd9','\xfc','\x6a','\x2a','\x8a','\x1d','\xa3','\xef','\x51','\x51','\x5a','\x87','\xb3','\xe2','\x1a','\xda','\xce','\x9c','\xc8','\x4d','\x50','\xaa','\x46','\xc6','\xe9','\x7c','\x30','\xf4','\xe0','\x71','\xca','\xb7','\xb7','\x46','\xd6','\x6e','\x3d','\x0a','\xd4','\x39','\x0a','\x1d','\x26','\x69','\x02','\x38','\x4e','\xa8','\x64','\x7f','\xe9','\xf5','\x33','\xdd','\xa2','\x14','\x8b','\xe4','\x0c','\x3e','\x4b','\xfa','\x13','\x62','\x24','\x8f','\x02','\x79','\x14','\x28','\x4a','\xc7','\xb4','\x6d','\x8b','\xbd','\xa0','\xcf','\x2b','\xeb','\x10','\x54','\x01','\x4e','\xa2','\x1f','\x52','\x2d','\x37','\xa4','\x94','\xe8','\xae','\xc8','\x4c','\x22','\x72','\x96','\xee','\x8d','\x71','\x74','\xb4','\xd0','\x37','\xce','\x12','\x12','\x54','\x55','\x43','\xd3','\x34','\x32','\x51','\x7e','\x61','\xc4','\x70','\x7e','\x85','\xd0','\xe9','\x60','\xbd','\xe7','\x68','\x16','\x8b','\x66','\xef','\x95','\xfa','\xa2','\x1a','\xd6','\xdc','\xc8','\x99','\xe0','\x30','\xcc','\xf4','\xfa','\x74','\xbb','\xbd','\x31','\x6a','\x1b','\x73','\xd4','\xe1','\xe1','\x81','\x94','\xc0','\x5b','\x79','\x8f','\xac','\x73','\x52','\x7c','\x36','\x0d','\xc4','\x28','\x83','\x3e','\x75','\xf4','\x00','\x36','\x93','\x52','\x0d','\xa3','\x5a','\x3a','\xb8','\xfa','\xce','\xb5','\x3a','\xce','\x96','\x54','\xd5','\xbe','\x3f','\xc9','\x20','\xd6','\xcc','\xa6','\xd1','\x31','\x00','\x9a','\xac','\x1b','\x4d','\x24','\x93','\x18','\x10','\x08','\xda','\x9c','\xb5','\xfb','\x68','\x45','\xb8','\xec','\xa4','\x38','\xee','\xa8','\x09','\x50','\x8c','\x9e','\xac','\x23','\x16','\x42','\x0a','\xc2','\x5a','\x50','\xe0','\xb3','\x5f','\x76','\x88','\x36','\x12','\x6b','\x19','\x0c','\xdb','\x55','\xdd','\x67','\x13','\x2b','\x06','\x55','\x43','\x1a','\x8d','\x20','\x44','\xca','\x64','\x30','\xb5','\x3c','\x8f','\x3a','\xc9','\xde','\xdc','\x16','\x00','\x42','\x15','\x97','\xc4','\x26','\x1b','\x47','\x5b','\x3f','\xd0','\xe6','\xe7','\xea','\xb4','\x99','\x15','\xed','\xc6','\x5a','\xd1','\xca','\xe0','\x51','\x5f','\x16','\x2c','\x42','\xef','\xb4','\xd6','\x52','\xea','\x90','\x0a','\xe9','\x94','\x68','\x11','\x65','\x33','\xde','\x17','\x40','\x01','\x85','\xd2','\x98','\xe4','\xc0','\xd3','\xfb','\xb1','\x5a','\x58','\x3a','\xc4','\xb4','\xc8','\x24','\x74','\xa8','\xa7','\x9c','\x2f','\xf2','\xbd','\xcd','\xf8','\xec','\x10','\x70','\x41','\x80','\xa8','\xc2','\x17','\x6a','\xf7','\x2c','\x5a','\x12','\x92','\x50','\x0d','\xe5','\xac','\x32','\x63','\xa6','\x81','\xc9','\x46','\x41','\x8c','\x4c','\xca','\x3a','\xdb','\x05','\xd1','\xc2','\x9a','\xd6','\x99','\x4d','\x01','\x95','\x96','\x4d','\xe0','\x5c','\x89','\xf7','\x4e','\xf7','\x17','\xb1','\x8d','\x6e','\xcf','\xbf','\xf1','\x78','\x83','\x24','\xe7','\xb8','\x31','\x96','\xb2','\x70','\x92','\xd0','\x1b','\xb0','\x32','\xa0','\x4f','\xb4','\x76','\xc6','\xe2','\xc7','\x54','\x32','\xc9','\x31','\xa2','\x76','\xde','\xc7','\xda','\xa6','\x28','\x66','\x2c','\x29','\x47','\xb1','\x74','\x37','\x96','\x9e','\xef','\xd3','\x2d','\x25','\xd1','\x37','\xaa','\x89','\x8e','\x55','\x2d','\xef','\x5d','\x48','\x74','\xac','\xe4','\x55','\x52','\x4c','\xeb','\x49','\x67','\x04','\xf4','\x69','\x99','\x34','\xe9','\x84','\xb3','\x0e','\x05','\x43','\xc4','\x27','\xa0','\x75','\x4d','\x43','\x81','\x5d','\xed','\xf6','\x3b','\x23','\xf9','\x53','\x42','\xde','\xc5','\x28','\x77','\xaa','\x95','\x16','\xf8','\x28','\xdd','\x72','\x97','\x05','\x9e','\x03','\x61','\x2a','\x18','\x03','\x85','\x97','\x3d','\xa5','\x09','\x32','\xd0','\xb3','\x75','\x8c','\xb2','\xc6','\x60','\xa3','\x18','\x05','\x59','\xbd','\xd7','\xc6','\x58','\x1d','\x76','\x8f','\x14','\x5a','\x6a','\x33','\x8e','\x71','\x64','\x3c','\xd9','\xd8','\xf1','\xd9','\x29','\xc6','\x3c','\x7a','\xc6','\xaa','\x59','\x85','\x9c','\x3d','\xf5','\x98','\x9a','\x9f','\xda','\xeb','\x69','\x5d','\x86','\xa3','\xe4','\x34','\xc6','\x09','\x8d','\x3a','\x37','\xb5','\x0e','\x03','\x16','\xe7','\xc9','\xd6','\x79','\x57','\x7e','\xb7','\xb2','\x91','\xac','\x24','\xf4','\x98','\xa4','\x73','\xfb','\x24','\x77','\x71','\xd9','\x52','\xa0','\x67','\xaa','\xce','\xbd','\x11','\x2d','\x50','\xeb','\xca','\x9b','\xb1','\x65','\xc1','\xd4','\xcc','\x14','\xd6','\x59','\x86','\x4d','\x2d','\xa3','\x52','\x7c','\x41','\xd9','\x11','\xcd','\x53','\x08','\x99','\xaa','\xae','\x59','\x1a','\x2e','\x33','\x0a','\x23','\xd9','\x5f','\x93','\xac','\xa3','\xc6','\x2a','\x93','\xc4','\x88','\x8e','\xab','\xce','\x89','\x48','\xc4','\x3a','\xb9','\x0f','\x4d','\x0a','\xd4','\xb1','\x11','\x0d','\x23','\xc2','\x4a','\x1a','\x0c','\x6b','\x96','\x97','\x2b','\xa9','\x01','\x6c','\xbb','\x26','\xd5','\x3d','\x37','\xca','\xd0','\xdc','\xa1','\x8d','\x0c','\x16','\x47','\xb0','\x70','\x8c','\xbc','\x70','\x94','\x58','\x07','\x52','\x13','\x14','\xea','\x77','\x14','\xa6','\xa0','\x28','\x2c','\x45','\xa1','\x74','\x53','\x35','\x6e','\x71','\x7a','\x56','\x95','\xde','\xd3','\x2d','\x3a','\xf4','\x9c','\xcc','\x72','\xb2','\xda','\x5d','\xf4','\x08','\x08','\xe2','\x9d','\xa3','\x34','\x85','\xce','\x1e','\xb3','\x2c','\x86','\x86','\x98','\x1a','\xea','\x14','\x09','\xce','\x80','\x2b','\xc0','\x43','\x76','\x86','\x26','\x66','\x1a','\x1b','\x19','\xaa','\x31','\xc8','\x6b','\xe3','\x75','\x05','\x90','\x24','\x51','\xc2','\xc3','\x4b','\x28','\xe2','\xd7','\x22','\xb8','\x46','\x13','\xc3','\x24','\x74','\x09','\x14','\x15','\x68','\xfd','\xfe','\xc5','\x31','\x45','\x3c','\xf2','\xad','\xb6','\xf9','\xc6','\x73','\x54','\xa4','\x72','\xd0','\x4d','\xc8','\x90','\x89','\x2a','\xa6','\x5b','\xb5','\xab','\x94','\xd6','\x6d','\xd6','\xdd','\x5c','\x67','\x96','\x8c','\x53','\x56','\xd9','\x03','\xdc','\x09','\xff','\xbd','\x45','\x8e','\xca','\xe4','\xda','\x7c','\x48','\xd0','\x04','\x90','\x03','\xce','\x18','\x15','\x02','\x0b','\x1a','\xe0','\x68','\x37','\xa5','\xd5','\x62','\x62','\x6c','\x8b','\xa8','\x49','\x67','\x9b','\x65','\x8f','\x2d','\x66','\xb3','\x6e','\x3e','\x9a','\x2c','\x26','\x3d','\x54','\x4f','\xa4','\xc3','\x49','\x4e','\x7e','\xa2','\xdb','\x0b','\xe3','\xc3','\xdc','\xb4','\x3c','\x6a','\xa4','\x6d','\x2f','\x9c','\x23','\xab','\x13','\x89','\xad','\xd0','\x8a','\x62','\x18','\xeb','\xac','\xe4','\x14','\xd0','\x2e','\x1b','\x6d','\x85','\xad','\x2f','\x2c','\x32','\xdd','\xb9','\x2d','\x12','\xe5','\xb7','\x4b','\x1b','\x55','\x50','\x5d','\x2b','\x53','\x7a','\x31','\x90','\xe3','\x78','\xb3','\x25','\x5b','\x9c','\x29','\x48','\x36','\x63','\x89','\xaa','\x1d','\xca','\x64','\x6b','\xc6','\x1a','\x00','\x63','\xcd','\xb8','\x5b','\x13','\x43','\x23','\x9e','\xec','\x2a','\xa4','\x6b','\x69','\x2e','\xce','\x3a','\x3a','\xbe','\xc4','\x1b','\x27','\xd8','\x58','\x4e','\xa4','\xa6','\x11','\x54','\x0b','\xb1','\xc4','\xb4','\xde','\x42','\x94','\x7b','\xed','\x9c','\xa5','\x36','\x81','\x8c','\x17','\xc7','\xab','\xa0','\x83','\xef','\x1c','\xe4','\x90','\x21','\x8a','\x43','\x5c','\xcb','\x05','\xcd','\xb9','\x6d','\x87','\x4b','\x17','\x27','\xa7','\x96','\x67','\x2b','\x5f','\x56','\x6c','\x9b','\x5f','\xb3','\x8e','\x94','\x77','\x6c','\x91','\x4d','\x44','\x34','\x05','\x66','\xbc','\x8e','\xf2','\x18','\x55','\x5d','\x5d','\x47','\x27','\x46','\x5e','\xfd','\x74','\x8a','\x24','\x44','\x04','\x63','\x58','\x9d','\xa9','\x92','\xdb','\x82','\xba','\x7d','\xde','\xda','\x89','\xa1','\xd5','\x61','\xb4','\xeb','\x08','\x45','\xf3','\x64','\x03','\x33','\x92','\xed','\xb7','\xab','\x43','\xd7','\x9b','\xa1','\xa5','\x0c','\xb4','\x83','\x07','\x19','\x17','\x5a','\x6d','\xb9','\xa5','\xa2','\x5d','\xc3','\x6a','\xe1','\xa7','\xeb','\xc8','\x5b','\x47','\x4b','\xcb','\x6b','\x42','\x14','\x9b','\x4a','\x27','\xe8','\x4b','\xca','\x22','\x4a','\x14','\xe1','\x73','\x20','\x69','\x2b','\x41','\xf1','\x45','\x4c','\xeb','\xb8','\xd8','\x26','\xc2','\x5a','\x08','\xe5','\xf1','\x0d','\x90','\xb6','\x9d','\x51','\x54','\x67','\x8c','\x46','\xe6','\x44','\x3b','\xf7','\xc9','\xd0','\x52','\x00','\x04','\xd5','\x6f','\xe7','\x20','\x48','\x97','\xc4','\x28','\xb2','\x2a','\x6b','\x2e','\xb6','\xe6','\x26','\xa1','\x21','\xc7','\xa4','\x07','\x9b','\x11','\x4d','\x85','\xf5','\x74','\x7c','\x81','\x37','\x8e','\x76','\xb2','\x76','\x4a','\x99','\x14','\x6b','\xda','\xd2','\x1d','\x8c','\xcc','\x2d','\x4a','\xad','\x4b','\x47','\x7b','\x1f','\x33','\x63','\xfb','\xd8','\x9c','\xc9','\x49','\xf7','\x0e','\xd3','\xba','\x21','\x69','\x71','\xa3','\x9d','\x57','\x99','\xf8','\x0d','\xcd','\xb0','\xc2','\x1a','\x98','\x2e','\xbb','\x18','\x63','\x64','\xd8','\x6f','\x5d','\x8b','\x56','\xc8','\x0a','\x52','\x1d','\xb4','\xdb','\x62','\x74','\xef','\xca','\xfa','\xbb','\x52','\xca','\xd4','\xb1','\xc1','\x61','\xe9','\x75','\x3a','\xa2','\x73','\x49','\x51','\x41','\x8d','\x4c','\x3b','\x00','\xb9','\xdd','\x54','\x5a','\x91','\xf3','\x6a','\x01','\x24','\x7b','\x66','\x6b','\xf1','\x2f','\x5d','\xa4','\x28','\x49','\x6f','\xbb','\x5e','\x58','\x2d','\x94','\x43','\x5e','\x35','\x45','\x69','\xff','\x3d','\xb4','\xc8','\xbd','\x02','\x2e','\x5a','\xe0','\x59','\xa3','\x3e','\x6c','\x6d','\x11','\x62','\xc6','\x77','\x69','\x0c','\xaa','\x08','\xff','\xbd','\x23','\xf7','\x2b','\x36','\x6a','\xc5','\xaa','\x03','\x84','\x11','\x90','\xa6','\xd5','\x75','\xa6','\xd4','\xd2','\x10','\xed','\x09','\xfa','\x3f','\xc6','\x9d','\xff','\xac','\x1d','\xae','\xb6','\x03','\x6a','\xdb','\x45','\xd4','\x52','\x4a','\x94','\xb6','\x8a','\x1e','\x66','\x7a','\x43','\x45','\x87','\x95','\xf3','\xd8','\x1c','\x43','\x9a','\xa5','\x92','\x50','\x45','\xed','\x96','\x3a','\x27','\x85','\xb4','\x73','\x85','\x38','\x52','\x35','\x89','\xc1','\xca','\x22','\x4d','\x13','\xc4','\x85','\xaa','\xdb','\xc3','\x5b','\x8f','\x6d','\x84','\x9e','\x69','\x4b','\xd1','\x29','\x66','\xe4','\x1d','\x37','\xfa','\x8a','\xd1','\x16','\xa6','\x0a','\x44','\xc5','\x2a','\xd1','\x54','\x4b','\x58','\x6b','\x99','\x29','\x3a','\x64','\x5b','\xa8','\x10','\x37','\x62','\x72','\x12','\x77','\x23','\x0b','\xd5','\x4a','\x05','\xc6','\xd0','\x33','\x96','\x7e','\xd9','\xc3','\x64','\x43','\x6b','\xbd','\xde','\x0c','\x2a','\xea','\x3c','\xc2','\xe5','\x4c','\x30','\xf2','\xbd','\x65','\x40','\x76','\x43','\x6c','\xa2','\x76','\x3e','\x1d','\x65','\x59','\x10','\xea','\x0a','\xbf','\xb0','\x28','\x82','\xfc','\x0c','\x75','\x53','\x31','\xaa','\x2a','\x62','\x4a','\x94','\xae','\x90','\x4e','\x8b','\xae','\x5f','\xdb','\x6a','\x16','\x40','\xe8','\x97','\xba','\xcf','\x88','\x01','\x47','\xc4','\xe4','\x30','\x2e','\x06','\xe4','\x3f','\xed','\x3e','\xa3','\x6f','\x89','\xb1','\x60','\x85','\x83','\x15','\x93','\x68','\x38','\x38','\x61','\xfd','\x3b','\xd5','\x64','\xc5','\xdc','\xc8','\xba','\x76','\x3a','\xdb','\x4a','\x91','\x70','\x49','\xd6','\xdc','\xd8','\x04','\x23','\x86','\xd0','\xa6','\xe8','\xab','\x9f','\x61','\x64','\x5f','\x48','\x26','\xe1','\x7c','\x81','\x51','\x1d','\x8f','\xb7','\x86','\xfe','\xd4','\x14','\xce','\x38','\xea','\xa6','\x26','\x8c','\x2a','\x4c','\x82','\x7e','\xb7','\x4b','\xf6','\x05','\xb1','\x0e','\x34','\xb9','\x11','\x0d','\x50','\x12','\x97','\xa9','\xc2','\x79','\xca','\xa2','\x50','\x74','\x39','\x61','\x4c','\xc0','\xaa','\x76','\x0b','\x2d','\xec','\x4c','\x66','\x3c','\x9c','\x51','\x76','\x23','\x05','\x01','\x73','\x26','\xc5','\x30','\x3e','\xb7','\x63','\x4a','\x14','\xce','\x81','\x6f','\x13','\x6d','\x2d','\x7e','\x91','\x71','\x17','\x85','\x15','\x66','\x83','\x73','\xf2','\x5c','\xac','\x95','\xe4','\x2f','\x24','\xa1','\x22','\xd6','\xd5','\x48','\x06','\x69','\x37','\xab','\x16','\xd8','\x58','\xd5','\x49','\xe9','\xfb','\x26','\x05','\x44','\xa1','\x83','\xcf','\x0d','\x96','\x40','\x4a','\x91','\xc2','\x15','\xb8','\x52','\x87','\x6c','\x1a','\xa3','\xe2','\x75','\x7d','\x2e','\x59','\xb5','\x28','\xba','\xf6','\x65','\xfd','\x6b','\xae','\x81','\x14','\x63','\x92','\x2f','\x25','\x5a','\x49','\x80','\x31','\x06','\x5b','\x38','\x9c','\xba','\x1b','\x96','\x65','\x21','\x5a','\x1b','\xd7','\xbe','\xda','\x92','\x04','\x06','\x1d','\x40','\x5f','\xd7','\x52','\xa4','\x1b','\x63','\x64','\x10','\x6e','\x4e','\xd4','\x55','\x43','\x0c','\x01','\xe9','\xda','\x0b','\x6d','\xac','\x28','\x0a','\x9c','\x35','\x84','\x28','\xcf','\xc1','\x1a','\x33','\x9e','\x67','\x47','\x96','\x52','\x42','\x72','\x7c','\x4f','\x59','\x76','\x28','\x0b','\x19','\xf4','\x9b','\x72','\xa6','\x6e','\x2a','\xb2','\x4c','\xb0','\x1c','\xe7','\x20','\x02','\xa8','\xb5','\xf7','\x5b','\xd1','\x70','\xd4','\xb8','\x26','\xb5','\xe0','\x2c','\x63','\x7d','\xa2','\xc5','\xe8','\x78','\x08','\x01','\xe1','\x62','\xab','\x5b','\x73','\x86','\xe4','\x74','\x8a','\x8c','\x93','\x3c','\x31','\x65','\x14','\x24','\x88','\x63','\x8d','\x6a','\xa7','\xd3','\xc1','\x5b','\xa5','\x58','\x65','\xd4','\x84','\x48','\x9e','\x71','\x08','\x11','\x63','\x64','\x06','\x57','\x56','\xc0','\x70','\xdc','\x1d','\xd5','\x77','\xd4','\x68','\x97','\xc7','\x66','\xcd','\x99','\xd4','\x88','\x48','\x80','\xbe','\xa4','\xa0','\x98','\x76','\x14','\xd5','\xe8','\x82','\x6c','\x88','\x49','\xa9','\x85','\xc9','\x80','\x91','\x7d','\x3b','\x19','\x83','\xa1','\x51','\xd0','\x41','\x34','\x71','\x8c','\x0b','\x57','\x5d','\x37','\xc6','\x61','\xb2','\x21','\xd4','\xd2','\x8d','\x32','\x8d','\x68','\x69','\x92','\x9e','\xf1','\xde','\x28','\xf5','\x0c','\xa3','\xb4','\xfc','\x34','\x5e','\xcf','\x98','\x4c','\x94','\x31','\x96','\xb2','\x9f','\x65','\x87','\xd7','\x81','\xae','\x24','\xd9','\x6f','\xb0','\x52','\xc0','\xb5','\xc5','\x7a','\x13','\x12','\x4d','\xd5','\x60','\xbc','\xc1','\x14','\x05','\xae','\xf0','\x04','\x13','\x48','\x35','\x94','\x65','\x89','\xf7','\x05','\x53','\x45','\x49','\x77','\x4d','\x9f','\xe8','\x84','\x09','\xd4','\x3a','\xca','\x25','\x67','\xd5','\xcc','\x03','\x82','\x91','\xa1','\xb5','\x58','\x83','\xeb','\x76','\x28','\xca','\x0e','\x14','\x56','\xe6','\x72','\x8d','\xf3','\x3f','\x4b','\x9d','\x64','\x84','\x41','\x6e','\x67','\x58','\xa9','\xfe','\xbf','\x0e','\x81','\xa6','\xaa','\x49','\x75','\x64','\x34','\xaa','\x18','\x2e','\xac','\xb0','\x32','\xbf','\xc0','\xd2','\xd2','\x02','\xa3','\x95','\x21','\xa9','\x69','\x64','\xce','\x57','\xd0','\xbd','\xcd','\x65','\x8c','\x0d','\x84','\x18','\xa9','\x9b','\x4c','\xce','\x41','\xee','\x79','\xce','\x54','\x4d','\x62','\x3e','\x8c','\xb0','\xc3','\x15','\xca','\xa2','\xc0','\x24','\x31','\xa2','\x31','\x9a','\x8f','\xda','\x04','\xde','\x18','\x8c','\x15','\x10','\x2e','\x13','\x55','\x4b','\xd6','\x10','\xad','\xc1','\xf6','\x0a','\xca','\x7e','\x41','\xd9','\x29','\x09','\x36','\x91','\x0a','\xcb','\xb0','\x6e','\x38','\x59','\xbc','\xae','\x00','\xea','\x74','\xbb','\x74','\xfb','\x3d','\x58','\x1a','\x12','\xea','\x80','\xf7','\x1d','\x3a','\x45','\x97','\xaa','\x6e','\x18','\xd5','\x15','\x4e','\x56','\x06','\x59','\x37','\xfc','\x96','\x6f','\x4a','\x46','\x5e','\x56','\x39','\xef','\x45','\x37','\x94','\xda','\x96','\x62','\x1e','\x1f','\x46','\x56','\x91','\x7a','\xa7','\x55','\xad','\x1c','\x84','\x46','\x93','\x98','\xac','\xe8','\x2b','\x92','\xb4','\x27','\xa9','\x56','\x24','\x07','\x94','\x8d','\xa5','\x9d','\x07','\x24','\x17','\x6e','\xc8','\x46','\x50','\x2a','\x8b','\xa5','\xeb','\x85','\xc2','\x11','\x93','\x0c','\x90','\xcc','\x59','\x0e','\x08','\x71','\x4d','\x71','\xda','\xe8','\x69','\xa9','\x42','\x8c','\x5f','\x6a','\xab','\xce','\x39','\xed','\x0c','\x24','\xc9','\x0c','\xb2','\x3a','\x1b','\xd9','\x71','\x51','\x93','\xc9','\x44','\x2b','\x07','\xf6','\xab','\x99','\xf5','\x2d','\x65','\x41','\x1d','\x59','\x10','\x71','\x59','\x50','\x2a','\x54','\xcc','\x59','\x6c','\x86','\xbd','\xc5','\x17','\x25','\xbe','\x94','\xec','\x33','\x49','\xc6','\x40','\x6b','\x3c','\x91','\x8c','\x15','\x94','\x5b','\x37','\xcd','\x9c','\xc5','\x37','\xdf','\x62','\xe5','\xda','\xac','\x7e','\x1f','\x45','\x89','\x53','\x92','\xab','\x30','\xc8','\xc6','\x1e','\x4d','\x64','\x35','\x67','\x96','\xe7','\x92','\x5b','\x8e','\x75','\x1d','\xd0','\xfc','\x59','\x0e','\x45','\x15','\xf9','\xa5','\xd8','\xf2','\xfd','\x23','\x75','\x90','\xc9','\xe9','\xed','\x61','\x6b','\xdb','\xee','\x99','\xb1','\xd8','\x28','\x76','\xa4','\xae','\x28','\x28','\x9c','\xc1','\xea','\x80','\xc5','\x1a','\x19','\xb4','\x9a','\xb3','\xa0','\x7d','\x31','\x0a','\xd2','\x98','\x2c','\x98','\x6e','\x09','\x4d','\xa4','\x6e','\x02','\x85','\xf5','\x98','\xb2','\xc0','\xe7','\xac','\x89','\xa7','\x72','\x9f','\x53','\xc0','\x62','\x08','\x59','\xdc','\x65','\x56','\x13','\x72','\x84','\xf6','\x16','\x56','\xa9','\x1f','\x27','\x5b','\x47','\x5e','\x8b','\x6d','\xab','\x45','\xd1','\xea','\x3a','\x52','\xb2','\x50','\xb6','\xc2','\x41','\x1e','\x5b','\x42','\xc9','\x0d','\x6a','\x3d','\x36','\x5e','\xbd','\x8e','\x6a','\xbc','\x29','\x28','\xbd','\x0c','\x0a','\x0c','\x3a','\xb8','\xcd','\x28','\x02','\x6f','\xb4','\x4d','\x2d','\xf5','\xc2','\x09','\x36','\x9e','\xe3','\x75','\xa4','\xe3','\x33','\x53','\x7b','\x98','\xcb','\x7a','\x32','\x16','\x5a','\x6b','\x72','\x39','\x77','\xb2','\xba','\x71','\x19','\x49','\x16','\xdb','\x62','\x03','\x29','\xf0','\x5d','\x94','\x44','\x50','\x3c','\xed','\x94','\x42','\x1a','\x03','\x31','\x65','\xe9','\xb4','\x15','\x0e','\x5f','\xea','\xcc','\x07','\xe4','\x3e','\x12','\x82','\x4e','\x6c','\x63','\xac','\x6b','\x33','\x9a','\x20','\x73','\xe2','\x3a','\xc2','\x9c','\x40','\xdd','\x93','\xee','\x46','\x4c','\x2d','\x11','\xd3','\x68','\xf7','\x28','\x8d','\x9f','\x41','\x5b','\x68','\x0a','\x30','\x97','\x64','\x1d','\x29','\x9b','\xc2','\x1a','\x43','\x69','\x1d','\x19','\x4b','\x4c','\x46','\x66','\x0e','\x05','\x2d','\x7c','\x62','\xc3','\xd8','\x86','\x3d','\xb7','\xeb','\xc8','\x60','\x93','\xfc','\x7d','\x5f','\x78','\x0a','\x67','\x48','\xea','\xaa','\x98','\x72','\x46','\xd8','\x72','\x32','\x27','\x22','\x27','\x49','\xdc','\xc5','\xe0','\x40','\x0a','\xaa','\x10','\x65','\x9d','\x69','\x8e','\x8f','\xc9','\x50','\x58','\x47','\xdf','\x16','\x8a','\x56','\xcb','\xe4','\xf9','\xc2','\x95','\x14','\x56','\x3a','\x66','\xc1','\x40','\x53','\x55','\xc4','\xa6','\x66','\x6a','\x6a','\x9a','\xb2','\x28','\xa9','\xea','\x8a','\x18','\x85','\xce','\x18','\x34','\xc1','\xc5','\x58','\x6a','\x63','\x84','\x86','\x1b','\x13','\x01','\x15','\x9c','\x1a','\x3d','\x03','\x95','\xe6','\x19','\x42','\x02','\x2b','\xc9','\xfe','\xea','\xde','\x85','\x0a','\xb5','\x5b','\xf0','\xae','\xc5','\x28','\x8d','\x68','\x17','\x14','\xe2','\x16','\x87','\xc2','\xa4','\x0d','\x2e','\x23','\xdd','\xd7','\xac','\xc6','\x1b','\xe3','\xb5','\xc1','\x78','\x4f','\xf1','\xa6','\x2d','\x5b','\xb3','\x9e','\x93','\x82','\x9e','\x4b','\x83','\x4b','\xdc','\x87','\x04','\x3e','\x94','\x55','\x2c','\x5d','\xbe','\xd5','\x42','\xbc','\xa5','\xd8','\x39','\x54','\xb0','\x8c','\x05','\xe3','\xf1','\x32','\x81','\x77','\x35','\x7f','\xd1','\x42','\x7f','\xdc','\x55','\x6b','\x13','\xe8','\x94','\x65','\xdf','\x05','\xc8','\x9a','\x54','\x26','\x8b','\x71','\x6d','\x3a','\x63','\x5f','\x45','\xe7','\x14','\x24','\x59','\xb8','\xf6','\xa6','\xed','\x20','\xe9','\x3d','\xb2','\x2d','\xca','\x2f','\xb8','\x00','\xbe','\x70','\x58','\x5f','\x48','\x37','\x21','\x24','\x3d','\x64','\x85','\x26','\xd7','\xed','\x74','\xe8','\xf8','\x92','\x7a','\x54','\x13','\x1a','\x2b','\x74','\x0e','\x0c','\xcd','\xb0','\x22','\x98','\x1a','\x6f','\xbd','\xa0','\xfb','\x29','\xd1','\x8c','\x02','\xd8','\x84','\xb7','\x52','\xb8','\x9a','\x56','\x90','\x8e','\x6a','\x37','\x35','\xc7','\x48','\x48','\x9e','\x6c','\x3c','\x88','\xc9','\x8d','\x95','\x4e','\x98','\x08','\xea','\xc8','\xc6','\xe0','\x62','\x23','\x5d','\x13','\x2f','\x67','\x53','\x6b','\x29','\x9e','\x52','\xa2','\x56','\x7a','\x4b','\xc7','\x0b','\x98','\x25','\x2e','\x53','\xab','\x9a','\x34','\xeb','\xe4','\x59','\xf9','\x6c','\x29','\x92','\xc5','\xe7','\x4c','\x6a','\x1a','\xd9','\x53','\xeb','\x11','\xb6','\x6e','\xa4','\x0b','\xea','\x45','\x4f','\x9b','\x55','\x93','\xda','\xea','\xb6','\x7c','\x21','\x54','\x62','\x79','\x07','\x65','\x40','\xa9','\x69','\x2a','\xbc','\xba','\x57','\xda','\x24','\x6b','\x4c','\xa4','\x30','\x4a','\x6d','\xd2','\xe7','\x63','\x55','\x3f','\x39','\xee','\xa0','\x6a','\xae','\x67','\xad','\x74','\xc1','\xac','\xbe','\xe7','\x29','\x37','\x40','\x04','\xe7','\x74','\xdc','\x05','\x10','\x12','\x61','\x14','\x68','\x10','\x1a','\x9c','\x31','\x56','\x8a','\x3e','\x2d','\x7c','\x7c','\xe1','\x31','\x59','\xce','\x90','\x18','\xa5','\x93','\xe9','\x8d','\x8c','\x2e','\x28','\x93','\xc5','\x47','\x98','\xea','\x95','\xd8','\xb2','\x43','\x28','\x7b','\xfa','\x5e','\x18','\x62','\x0c','\xd4','\x6e','\x44','\xdd','\x78','\x02','\x0d','\x39','\x79','\x7d','\xf6','\x62','\xba','\xe0','\x70','\x63','\xba','\x18','\x56','\x34','\x7b','\x39','\xc9','\x39','\x2f','\xdf','\x95','\xf1','\xb9','\xab','\x1b','\x03','\x58','\x41','\xcd','\x2d','\x46','\xf6','\xe6','\xaa','\xa2','\x49','\x88','\x9d','\x78','\x5b','\xac','\x4b','\x45','\x2e','\xc5','\xb8','\x3e','\x27','\x63','\x20','\x16','\x52','\x58','\x74','\xcb','\x92','\xd2','\x79','\x9c','\x4f','\x98','\xba','\xc1','\x6a','\x07','\xc3','\xb1','\x0a','\xb4','\x99','\x31','\xcb','\xc5','\xd3','\x0e','\x32','\x35','\x0a','\xf0','\xe4','\xa2','\xa3','\xa3','\x20','\xa4','\xe0','\x31','\x31','\xc9','\x90','\x5d','\x0c','\xb5','\x02','\xc1','\x62','\xd1','\xde','\xa3','\x15','\xad','\x0b','\x88','\x92','\x84','\x06','\x9b','\x65','\xcd','\x79','\x63','\xf0','\xbe','\xd4','\xbd','\x57','\xc5','\xff','\x58','\x7c','\x76','\x14','\x18','\x5c','\x6a','\xa9','\x76','\x76','\xf5','\xdc','\x6b','\xf5','\x8d','\xd6','\xe1','\x0a','\x43','\xcf','\x95','\xa4','\x14','\x69','\x62','\xc0','\xa4','\x4c','\x61','\x1c','\xbe','\xd0','\x77','\xd7','\x5a','\xbc','\xf5','\x62','\x35','\x6f','\x20','\xa5','\x80','\x53','\xfd','\x54','\x4b','\x47','\xb3','\x19','\x4a','\x2f','\x14','\x37','\x63','\xd5','\x8c','\x21','\x45','\xb1','\x4c','\x8f','\xd2','\x31','\x05','\x99','\xc7','\x27','\x96','\xf2','\x56','\xf4','\x17','\xaa','\x7b','\x69','\xf1','\x5c','\xd9','\xff','\x94','\xf6','\x6a','\x0d','\xde','\x0a','\xcb','\x26','\x5b','\xa5','\x5d','\x46','\xcd','\x93','\xda','\x0e','\x64','\xfb','\xbd','\xb4','\xbb','\x32','\x06','\x8e','\x72','\x12','\xfb','\xf1','\x2c','\x45','\xbb','\x35','\x86','\x8e','\x91','\xe4','\x5f','\xe8','\x65','\xa1','\xdd','\x55','\x71','\xce','\x32','\xed','\x4b','\x00','\x9a','\x66','\x34','\x76','\xf2','\xc5','\x14','\xda','\xe1','\xc9','\x4a','\x4f','\x93','\xff','\xdf','\xb2','\x1f','\xc8','\x46','\xc1','\x41','\x5d','\x7b','\x51','\xe8','\xb5','\xd9','\x58','\x72','\xc7','\x93','\x0b','\x43','\x0a','\x91','\xd8','\x04','\xd5','\x25','\x31','\x3e','\xcb','\x5b','\x7a','\xb7','\x2f','\x0a','\x72','\x32','\xc4','\x2c','\x54','\xcf','\x3c','\xa6','\x44','\xca','\xb0','\xda','\x66','\x25','\x10','\x9a','\x0a','\x83','\xa3','\x50','\xaa','\xaf','\xb5','\x5a','\x68','\x45','\x3b','\x66','\x27','\x49','\x61','\x99','\xe5','\x9d','\x6c','\x01','\xab','\x94','\x75','\x76','\x56','\xc4','\xe0','\x44','\xe3','\x06','\x34','\x89','\x55','\x0d','\xdb','\xd8','\x10','\x04','\xaa','\x1c','\x69','\xb2','\x98','\xb1','\x94','\xdd','\x0e','\x45','\xa7','\x83','\xed','\x78','\xac','\x13','\x5a','\x67','\x51','\xa8','\x85','\xf9','\x54','\x89','\xef','\x95','\x14','\xdd','\x1e','\xbd','\x5e','\x8f','\x4e','\xa7','\x2b','\x7a','\x27','\x2b','\x7b','\x65','\x20','\xe9','\x90','\x57','\x8f','\x29','\x3c','\x45','\xa7','\xc4','\x16','\x85','\x7c','\x37','\xaf','\x73','\xb1','\xac','\x21','\x4f','\xcd','\xc0','\x9a','\xd9','\xf1','\x90','\x67','\xe3','\x9c','\x0c','\x61','\xd5','\x5c','\x29','\xc5','\x2c','\xef','\x47','\x4c','\xe4','\x10','\xc9','\x4d','\x23','\xe3','\x41','\xb2','\xc1','\xc4','\x24','\xa3','\x0e','\xaa','\x48','\x1d','\x2b','\x6a','\x6a','\x99','\xb7','\x36','\xac','\x69','\xea','\x8a','\xd4','\x44','\x42','\xdd','\x50','\x0f','\x47','\xd4','\x75','\x45','\xaa','\x6a','\xc9','\xa9','\x9a','\x40','\x55','\x37','\x34','\xa3','\x11','\xa1','\xaa','\xa4','\x43','\x3f','\xaa','\x48','\x31','\x10','\x72','\x64','\x79','\x79','\x89','\x58','\x57','\x34','\x51','\xe8','\x6f','\x89','\x04','\xb1','\x86','\x3a','\x90','\x08','\xc4','\x60','\x59','\x59','\x3e','\xce','\xc9','\xe2','\xf5','\x05','\x50','\xbf','\x47','\x6f','\xaa','\x4f','\x1e','\xd6','\xa4','\x2a','\xe2','\x4a','\x4f','\xbf','\xec','\x92','\x18','\x50','\xaf','\x0c','\x95','\xce','\x66','\x74','\x36','\x8b','\x24','\xee','\xb2','\x8f','\x65','\x99','\x68','\x6f','\x84','\x9b','\x68','\x4e','\xa0','\x35','\xe4','\x13','\x7f','\x81','\x22','\x97','\x5e','\x11','\xc6','\x9c','\x65','\x16','\x46','\x8b','\xfe','\x08','\xcd','\x43','\xe9','\x12','\x4e','\x29','\x27','\x09','\xe1','\x87','\xeb','\x27','\x65','\xda','\xe1','\x97','\x8a','\x1a','\x10','\x56','\xa7','\xd7','\x5a','\xa7','\x43','\x9b','\xa4','\x33','\x85','\x51','\x94','\x0b','\x41','\x95','\xa4','\x68','\x90','\x6b','\x36','\xa8','\xa8','\xce','\x3b','\x6d','\x97','\xb2','\xea','\xfe','\x15','\x05','\xf5','\x6c','\xad','\x12','\xf5','\x35','\xd7','\xdf','\xa7','\xdd','\x31','\x56','\x91','\x38','\x61','\x42','\x22','\x1a','\x1b','\x67','\x09','\x46','\x5a','\xb4','\x55','\x6a','\xc0','\x34','\x14','\xd6','\x51','\x52','\x52','\x74','\x0a','\x7c','\x21','\x95','\x48','\xd0','\x7b','\x68','\x9c','\x85','\x2c','\x07','\x43','\x46','\x20','\x1f','\xa7','\x16','\x7f','\x31','\xc8','\xd0','\x29','\x6b','\xad','\xa0','\x6f','\xda','\x25','\x13','\xfb','\x70','\x75','\xbc','\x20','\x8f','\x11','\x60','\xb9','\x7f','\xae','\xbd','\xd1','\xb4','\x02','\x4a','\xd3','\x04','\x6c','\x70','\xb2','\x98','\x9d','\x53','\x47','\x28','\x23','\xf6','\x98','\x8d','\x74','\x73','\x5c','\xd4','\xc4','\x33','\x19','\xb2','\x78','\x10','\x89','\x78','\x5d','\x5b','\xfa','\x2e','\x23','\x33','\x24','\x92','\x1b','\x17','\xad','\x8d','\xf1','\x4a','\x15','\x92','\xae','\x42','\x13','\xf5','\x39','\xe5','\x84','\x1f','\x4a','\x51','\x98','\x83','\xd0','\x0b','\xc5','\xc3','\x5e','\x8b','\x39','\xdd','\x30','\x68','\x93','\x95','\xa8','\x1d','\x91','\xcc','\xd8','\xca','\xd5','\x5a','\xa3','\x7f','\x9e','\xdb','\x6f','\xf2','\xba','\x75','\xd4','\x1e','\x7c','\x49','\x3b','\x86','\xe3','\x75','\x84','\xdc','\x4f','\x8f','\xd1','\xa9','\xce','\xad','\x70','\x2f','\xb5','\x7b','\x1a','\xad','\xf9','\x85','\xd5','\xa2','\x3d','\x22','\xe8','\x67','\x6b','\xf5','\xdb','\x0e','\x4f','\x95','\xaa','\x4c','\xf8','\xc9','\x06','\x59','\xdf','\xed','\xef','\xcb','\xed','\x86','\x8c','\x1d','\x53','\x4f','\xda','\x03','\xbc','\x4d','\x5c','\x5b','\xc4','\xbb','\x05','\x7a','\x57','\x27','\xac','\x30','\xa6','\x50','\xb5','\xbd','\x9a','\x96','\x37','\x2f','\xeb','\xc8','\xd1','\x38','\xe5','\x2f','\x37','\x89','\xda','\x34','\xf8','\x28','\xeb','\xa8','\x2c','\x3b','\xb8','\x42','\xcc','\x2f','\xc8','\x81','\x94','\x5a','\x1a','\x01','\xe3','\x2b','\x32','\xba','\x8e','\x52','\x52','\x7a','\x93','\xea','\x35','\x9c','\x0e','\xcc','\x33','\x20','\x2e','\x49','\x41','\x0e','\x9e','\xd7','\xae','\xa3','\x55','\x79','\x63','\x0b','\x9e','\x09','\xd2','\x62','\xad','\xc5','\x78','\x01','\x40','\x40','\xe8','\x14','\x26','\xa3','\x85','\x4b','\x24','\x45','\x39','\x6c','\xe5','\x39','\x7b','\xe9','\xa6','\x59','\x41','\xe1','\x6c','\x02','\x9f','\x65','\x20','\xa9','\x4b','\xda','\xfd','\xd2','\x43','\x5e','\xd3','\x72','\x22','\x62','\x33','\xeb','\x8c','\x38','\xd5','\x44','\x2d','\xc4','\x4d','\xdb','\xc4','\xd3','\x64','\x01','\x63','\x28','\x4c','\x82','\x38','\x92','\xe9','\xe1','\x39','\xe3','\x4c','\x41','\x99','\xa5','\x45','\x2e','\xdd','\x2e','\xb1','\x2f','\x36','\x09','\x66','\x5c','\x89','\xc3','\x93','\xab','\x11','\xd9','\x5a','\x8a','\x42','\x38','\xc6','\x21','\x26','\x8c','\x77','\x0c','\x52','\xa3','\x03','\x4a','\xa5','\xd8','\xcc','\x39','\xc9','\x21','\x6d','\x0c','\xde','\x17','\xe4','\x9c','\x18','\x35','\x95','\x3c','\x57','\x15','\x91','\xca','\xb0','\xd0','\xb6','\x0b','\x94','\x88','\x6d','\xd7','\x49','\x8b','\x88','\x16','\x1c','\xc2','\x28','\xf7','\x3d','\xb7','\xb4','\x9b','\x56','\x33','\xd9','\xae','\xec','\x56','\xbf','\xa8','\x7b','\x5c','\x96','\x42','\xd8','\xb4','\x6b','\x7f','\x0c','\x0c','\x44','\xb5','\xc7','\xb5','\x44','\x2d','\x42','\xfd','\x98','\x19','\xcf','\xf8','\x59','\xb5','\x46','\x02','\x64','\x84','\x9a','\x16','\x18','\x23','\xe9','\xd6','\x09','\xd8','\x23','\xbf','\x2f','\x29','\x68','\xa1','\xdd','\x08','\x84','\xb3','\x6d','\x72','\x1c','\x7f','\x4e','\xfb','\xe2','\xc9','\xbf','\x0f','\xb8','\xb4','\x4a','\x89','\x14','\xf1','\xbd','\x24','\x67','\x26','\x65','\x9c','\x0e','\xb8','\xb3','\x8a','\x13','\xb7','\xbd','\xad','\x56','\x98','\x4c','\xbb','\x6f','\x27','\xe9','\x7c','\xb7','\x57','\x2b','\x1c','\xf0','\xa4','\xb4','\x91','\x48','\x8d','\xcc','\xff','\xe8','\x75','\xbb','\x52','\xb4','\x8e','\x1a','\x56','\xaa','\x65','\x52','\x08','\xf8','\x6e','\x0f','\xe7','\xa5','\xd3','\x12','\x9a','\x5a','\x66','\x89','\x79','\x4b','\xb6','\x49','\x2a','\x1c','\xf2','\x78','\x9e','\x4f','\x8a','\x41','\x92','\x79','\xe7','\xc8','\x26','\x10','\xaa','\x11','\x6d','\xda','\xe1','\xdb','\xe4','\x54','\x13','\xa4','\xc2','\x28','\x85','\xa8','\x0a','\xc4','\x5c','\x49','\x6e','\xae','\x1a','\xb8','\xae','\xea','\x46','\x7c','\x30','\x0a','\x5b','\x64','\x3d','\x97','\x74','\x1f','\x49','\x86','\xdc','\x24','\x08','\x15','\x56','\x9d','\x20','\x63','\x23','\x9c','\x7a','\xdf','\x04','\xd1','\x7e','\x66','\xa0','\x69','\xe4','\x3b','\xf8','\x0e','\x45','\x59','\x12','\x42','\x23','\x0e','\xaa','\x61','\xd5','\xc2','\x97','\x9c','\x89','\x4d','\xc0','\x86','\x86','\xd6','\x62','\xdd','\xae','\xd6','\xc8','\xe4','\x64','\x14','\x6c','\x52','\x7d','\xaa','\xfe','\x0b','\x6b','\x4f','\xd0','\xb7','\x62','\xc6','\xc5','\x69','\x46','\x74','\x9f','\x51','\x87','\xe0','\x5a','\xb2','\x50','\x4e','\x8d','\x32','\x1a','\x42','\x4d','\x4e','\x99','\xa2','\xd7','\xc7','\x15','\x9e','\xa6','\x6e','\xb4','\x28','\x33','\x3a','\xe3','\xcd','\xd0','\x34','\x41','\x74','\x8d','\x4d','\x54','\xad','\x9e','\xc1','\x27','\x8f','\xab','\x02','\xd6','\x49','\xd2','\xef','\x4d','\x21','\xfb','\x58','\xcc','\x98','\x64','\xc8','\xc9','\x90','\xa3','\x38','\x22','\x3a','\xb3','\x4a','\x8b','\x8d','\x21','\xe0','\xb2','\xc1','\xf9','\x62','\xbc','\x09','\x4a','\xae','\x60','\xb4','\x78','\x97','\xae','\x56','\x4a','\x89','\xa6','\xae','\xb5','\xbb','\x27','\x46','\x2a','\xbe','\x90','\x73','\xa1','\xfd','\xfc','\x10','\xa5','\x43','\x66','\x8d','\xc7','\x39','\xc6','\x76','\xd2','\x29','\x49','\x87','\x20','\x04','\xd1','\xd9','\x06','\xef','\xa1','\x68','\x70','\xdd','\x1e','\x45','\x59','\xe0','\x52','\xa4','\xa3','\xda','\x46','\xd1','\x9f','\xa8','\x11','\x8b','\x82','\x67','\x2d','\xb8','\xd1','\x1a','\xdd','\x88','\x51','\x81','\x50','\xdd','\x93','\x87','\xd0','\x84','\xf1','\xfc','\xa1','\xc2','\x38','\x10','\x42','\x8c','\x74','\x54','\xac','\xc7','\x67','\x2b','\x89','\x76','\xd4','\x73','\x22','\x04','\x35','\x0b','\x52','\xf6','\x88','\xb3','\x52','\xf4','\x62','\xc6','\x5a','\x21','\x93','\x90','\x22','\xa5','\x51','\xcd','\x55','\xaa','\x69','\x86','\xad','\x46','\x67','\x95','\x73','\x02','\xe0','\x75','\x2f','\x4f','\xba','\xff','\x64','\x9c','\x74','\x01','\xf4','\x90','\x49','\x49','\xde','\xa7','\x38','\xa8','\x65','\xad','\x5b','\x28','\x70','\xc4','\x10','\xc7','\x73','\xce','\x8c','\x01','\xef','\x1d','\x5d','\xcd','\x2b','\x56','\x46','\x43','\xea','\x51','\x35','\xa6','\x27','\x67','\x05','\x91','\x72','\x06','\x53','\x47','\x52','\x13','\x28','\x10','\xc9','\x41','\x93','\x05','\x39','\x4d','\xac','\xea','\x7d','\x9c','\xfa','\x3c','\x3b','\xed','\xde','\xa5','\xa0','\x6c','\x99','\x98','\xc6','\x1a','\xf0','\xb1','\x56','\xe8','\x84','\x73','\x78','\x75','\xdb','\x5b','\x05','\x78','\x48','\x72','\x8f','\xcc','\x48','\x74','\x2a','\x31','\x04','\xb1','\x64','\x06','\x99','\x5b','\x56','\x7a','\x4a','\x8c','\x38','\x8f','\x46','\xa5','\xca','\x29','\x93','\x45','\x3e','\x4a','\x73','\x3d','\xbd','\x86','\x31','\x3d','\x12','\x35','\x58','\x42','\x9f','\x45','\x6e','\xdd','\x2a','\x33','\xb9','\x92','\x99','\x61','\x59','\x29','\xab','\x41','\xef','\x79','\x2b','\x99','\x30','\xd6','\x81','\x2f','\x31','\x3e','\x90','\x93','\xe4','\x3a','\x19','\x1d','\x18','\x8b','\xba','\x08','\x3b','\x27','\x89','\x7f','\x90','\xd9','\x92','\x38','\x59','\x18','\xb2','\x3e','\x45','\x9f','\x27','\x05','\x51','\x3b','\xde','\x44','\x3a','\x4e','\x6d','\xee','\x0b','\xa2','\x87','\xf1','\x04','\x9c','\x85','\x32','\x09','\x88','\xd3','\x68','\xa1','\x96','\x4c','\x56','\xa6','\x0b','\x84','\x94','\x29','\x52','\xa0','\x70','\x06','\x0a','\x60','\x18','\x64','\xed','\x8c','\x9c','\xca','\x1d','\x8c','\x38','\xab','\x59','\x8b','\x9f','\xee','\x10','\x3a','\x05','\xc1','\x7a','\x42','\xb7','\xa4','\xea','\x75','\xf1','\xbd','\x3e','\x45','\xa7','\x83','\x2f','\x3d','\x65','\xe9','\xb0','\x5d','\x87','\x33','\x99','\x9c','\x22','\x36','\x07','\x5c','\x10','\x20','\x96','\x42','\xba','\xf3','\xc9','\xc2','\xb2','\xab','\x58','\x29','\x87','\x94','\xbd','\x92','\x6e','\x51','\x8e','\x0b','\xd9','\xec','\x3d','\x98','\x12','\x87','\x0c','\x65','\xc5','\x18','\x0a','\x57','\xd0','\xf3','\x05','\x5d','\x57','\x50','\x18','\x27','\xfa','\xac','\x26','\x10','\x87','\x51','\xf2','\xb0','\x29','\x4b','\xb4','\x10','\xaa','\x46','\x00','\x8e','\xa0','\xe0','\xa7','\xb2','\x8f','\x9c','\x31','\x38','\x57','\x60','\x35','\x7f','\x09','\x8d','\x74','\x99','\x9a','\xba','\xa1','\xaa','\x2a','\x62','\xd3','\x50','\xc7','\xc0','\xc1','\xe3','\x07','\xa9','\xab','\x4a','\x72','\x80','\xa6','\xa1','\xa9','\x46','\x54','\xd5','\x90','\x61','\x33','\x62','\xd4','\x8c','\xa8','\x52','\xc4','\xf7','\x7b','\x9c','\x2c','\x4e','\x6a','\x83','\xdd','\x84','\x80','\x47','\xfd','\xb6','\xad','\x25','\x18','\x75','\xba','\x28','\x0b','\xba','\xb6','\x80','\x98','\x69','\x52','\x50','\xad','\x48','\xd0','\x69','\xad','\x6d','\x81','\x62','\x64','\x8a','\xac','\x75','\x64','\x9d','\x5c','\xdc','\xbe','\x20','\x02','\x58','\x2a','\xe2','\x8b','\x01','\x2b','\x28','\x4a','\xa3','\x73','\x30','\x14','\xb3','\xa7','\xf0','\xb2','\x70','\xd4','\x6d','\x5e','\xa8','\x06','\x71','\xd5','\x95','\x5f','\x0a','\x11','\x87','\x57','\xa4','\xa3','\x30','\x1d','\x52','\xca','\x0c','\x9b','\x6a','\x9c','\x78','\x38','\x15','\x3c','\x0a','\x1a','\x2b','\xa7','\x4f','\x4c','\x19','\x1d','\xea','\x2e','\x57','\x6a','\xe4','\xa5','\x4b','\x59','\xf9','\x96','\xb9','\xed','\xf4','\xac','\x22','\xb9','\x39','\xb6','\x9c','\x77','\x5d','\x9c','\x2d','\x42','\x8e','\x91','\xd6','\xbd','\xa2','\x8c','\x89','\x2c','\x83','\xde','\xf4','\x88','\xc1','\x5a','\x45','\x60','\x05','\xe1','\x6f','\x50','\x04','\x5d','\x5d','\x2d','\x7c','\x51','\x50','\x74','\x4a','\x70','\x16','\xe7','\x1d','\x45','\xb0','\x32','\x6f','\x28','\xe7','\xb1','\x1d','\x24','\x64','\x8c','\x29','\xe4','\xf7','\x3b','\xb9','\x27','\xc6','\x6a','\xb2','\x63','\x93','\x6c','\xf8','\xca','\xef','\x6e','\x35','\x26','\x51','\x87','\x2b','\xd2','\x6a','\x2f','\x94','\xfa','\xd5','\x26','\x9a','\xc4','\xa4','\x48','\xc2','\x09','\xe8','\xac','\x3e','\x3d','\x67','\x25','\x61','\x15','\x40','\x5a','\x36','\x56','\x6b','\x5a','\xc7','\x33','\x49','\xcc','\x5d','\x76','\xd2','\xca','\x57','\x38','\x57','\x26','\x50','\xb7','\xb4','\x3f','\x45','\x4c','\x9b','\x44','\xce','\x11','\x47','\x01','\x36','\x13','\xc7','\xa2','\x4c','\x41','\xfa','\x5a','\x5d','\x85','\x7e','\x11','\xc6','\x33','\x02','\xb4','\x9b','\xd8','\x76','\xe4','\x52','\x7b','\x20','\x25','\x29','\x55','\x5f','\xbb','\x8e','\x40','\x50','\x91','\x64','\x32','\x21','\xe6','\xf1','\x3c','\x95','\x96','\x42','\x56','\x58','\x4b','\x76','\x2d','\x55','\x4e','\x36','\xc4','\x76','\xd3','\x12','\xd0','\xc9','\x92','\xb4','\xe0','\x70','\xd6','\xc9','\x4b','\x9a','\x32','\x83','\x66','\x28','\x9d','\x32','\xe3','\x94','\x4e','\x27','\xe8','\x60','\xd4','\xce','\x5b','\x4e','\xab','\xa5','\xaf','\xac','\x15','\x59','\xd1','\x09','\xf0','\xc9','\xaa','\x66','\x45','\x57','\x42','\x96','\xef','\x2d','\xaa','\x8b','\x76','\x5d','\x19','\x5a','\xa7','\x1f','\xb9','\xff','\x8a','\x48','\xeb','\x3a','\x8a','\xb9','\xd1','\x82','\x48','\x5c','\x8d','\xb2','\xd2','\x3a','\x72','\x96','\x2b','\x6f','\x52','\xc2','\xa6','\x48','\x8a','\x06','\x5f','\x16','\x78','\x53','\x82','\x73','\x42','\x0f','\x69','\xfc','\x18','\xd5','\x4a','\x31','\x0a','\x9d','\x33','\x66','\x9c','\x4e','\x0b','\x97','\x75','\xe4','\xc7','\x85','\xb4','\xb1','\x3a','\x29','\xbd','\x5d','\x47','\x27','\x68','\x76','\x84','\x66','\x22','\x08','\xd5','\x98','\x72','\xd3','\xa6','\xb4','\x29','\x4b','\xc2','\x8a','\x19','\x73','\xbf','\xd1','\xf7','\xda','\x5b','\xa1','\xe5','\xa1','\x60','\x49','\xab','\x89','\xf3','\x6d','\x37','\x16','\x83','\x4b','\x4e','\x0a','\x3b','\x18','\x57','\x36','\x59','\xd7','\xa8','\xf3','\x85','\x16','\x9a','\x89','\x61','\x35','\x44','\x8a','\x59','\x75','\xb2','\x72','\xc5','\x58','\xcc','\x6c','\x9c','\x21','\x37','\x15','\x4d','\x3d','\xc2','\x1a','\x47','\xd7','\x7a','\x31','\x03','\x49','\x62','\x37','\x6c','\x0a','\x99','\xf4','\xed','\x9d','\x97','\x56','\x7d','\xdd','\x10','\xad','\xb8','\x93','\x95','\x4e','\x6c','\xf8','\x49','\x62','\xd5','\xe9','\x3a','\x25','\x7e','\x20','\x66','\x02','\xd9','\x79','\x0a','\x2d','\xb2','\x42','\x4e','\xb2','\x49','\xeb','\xda','\xb2','\x5a','\xf4','\x49','\x01','\x24','\x05','\xb2','\xcd','\x19','\xd7','\x6e','\x81','\x20','\x89','\xac','\x6a','\x30','\xa4','\x0b','\xad','\xeb','\xd6','\xca','\xfb','\x83','\x91','\x62','\xc4','\xc2','\xaa','\x69','\x4a','\x9b','\xc5','\x2a','\x32','\x63','\x00','\x13','\xa5','\x47','\x68','\xec','\x6a','\xc1','\x6a','\x52','\x4b','\xc3','\xd5','\x83','\x4a','\x52','\x25','\x5a','\x11','\xbc','\x74','\xad','\x15','\xd0','\x71','\x00','\x4e','\x92','\x80','\x96','\x7e','\x43','\x56','\xc1','\x3e','\x63','\xa3','\x92','\xd6','\x6a','\xb8','\xed','\x02','\x0a','\x75','\x45','\x0e','\xce','\x96','\x0a','\x2c','\x7f','\x2e','\xba','\xa1','\x90','\x54','\xcc','\x4c','\x14','\xd0','\xc8','\x00','\xd6','\x8d','\x67','\x42','\x18','\x27','\xcf','\x46','\xd1','\x88','\xf1','\x1a','\x17','\x63','\x16','\x81','\x1d','\x9a','\x9c','\x68','\x92','\x58','\xaf','\x5a','\x2f','\x4c','\x80','\x9c','\xa4','\xcb','\x37','\x1a','\x0e','\x89','\x4d','\xa4','\xdf','\xeb','\xe2','\xcb','\x0e','\x75','\x8c','\xca','\x4d','\xb7','\xa4','\x5c','\xd0','\xa4','\x4c','\xae','\x2b','\x41','\x19','\x73','\xc6','\xc4','\x40','\xca','\x6a','\x05','\x6a','\xf3','\xb8','\xb0','\x0f','\x6a','\xb1','\x9b','\x8d','\x74','\xc1','\x32','\x56','\x3a','\x7c','\xba','\xef','\x98','\xf6','\xff','\x6b','\xf2','\x21','\x89','\xb5','\xea','\x86','\x74','\xa8','\x77','\xeb','\xa4','\xe6','\x0b','\xed','\xfc','\xc4','\xa0','\xeb','\x55','\x35','\x1d','\x29','\xeb','\x08','\x9b','\x0c','\x0e','\x4d','\x6a','\x84','\x06','\x9e','\xb4','\x9b','\xef','\xbc','\x97','\x24','\x35','\xcb','\x40','\x6b','\x29','\xb8','\xb2','\x34','\x06','\x93','\x02','\x6c','\x99','\x31','\x25','\x2e','\x23','\x1a','\x16','\x71','\x86','\x72','\xab','\x9d','\x34','\xab','\x1d','\x72','\xa3','\x10','\x8a','\xb5','\xe3','\xb5','\x63','\xc6','\xcf','\x5f','\xad','\x7e','\x51','\xb4','\x58','\x13','\x4b','\x67','\x0b','\x6c','\x59','\xaa','\x48','\x5e','\x7e','\x57','\x48','\x19','\xeb','\x2c','\xdd','\x4e','\x0f','\xef','\x0b','\x7a','\x9d','\x29','\x8c','\xcd','\xf8','\xba','\x96','\xb1','\x14','\x56','\x34','\x26','\xa1','\x11','\xa4','\x35','\x24','\xe9','\xbe','\x7a','\x74','\xbf','\xf6','\x16','\xbc','\xcc','\xfc','\x10','\xe6','\x80','\x76','\xcc','\x93','\xe8','\x4a','\x62','\x12','\x32','\xa4','\x75','\x27','\x16','\xe8','\x72','\x36','\x19','\xe3','\x04','\x45','\x46','\x5a','\x83','\x2d','\xee','\x22','\x7a','\x09','\x79','\x15','\xea','\xaa','\x12','\x51','\xb9','\x73','\x82','\x6c','\x6b','\x72','\x1f','\xd4','\xd1','\xad','\xe8','\x75','\x29','\x68','\x35','\x72','\x4a','\x01','\x57','\x90','\x8a','\x94','\xb1','\x56','\x92','\x48','\x6f','\x0c','\x65','\xb7','\x8b','\x35','\x96','\x51','\x6c','\xa8','\x46','\x81','\x16','\x54','\xc8','\x6a','\xf9','\x1d','\x4d','\x96','\xc4','\xda','\xb5','\xe8','\x3c','\xba','\x9f','\x69','\x72','\x6e','\xc4','\xfc','\x41','\xbe','\x67','\xa6','\x28','\x0b','\xba','\x45','\x77','\x95','\xea','\x06','\x94','\x4e','\xa9','\xb4','\x21','\x33','\xaa','\x05','\xd5','\x77','\xae','\x14','\x20','\xb1','\xa5','\x31','\xea','\x4b','\x6e','\xa4','\x4d','\x29','\x30','\xbe','\x15','\x31','\xbd','\xc1','\x90','\x9d','\xba','\xd0','\x59','\x47','\x9d','\x02','\xc3','\xa6','\x1e','\x77','\x74','\x30','\x6d','\xf2','\x2c','\xef','\x7c','\x48','\x60','\xbd','\xa3','\xd3','\x55','\x8b','\x6f','\xed','\x34','\x85','\x18','\x48','\x4d','\x43','\x13','\x33','\x21','\x88','\x3b','\x67','\xbf','\x23','\x0e','\x89','\xf5','\x48','\xcc','\x19','\xb0','\x92','\xdb','\x65','\xe7','\x18','\xc5','\x40','\x6a','\x22','\xc3','\xa6','\x22','\x1b','\xe8','\xf4','\x3a','\x14','\x2d','\x65','\x30','\x67','\xea','\x2a','\x50','\x8d','\x84','\x2e','\xd8','\xe9','\x14','\x74','\x8b','\x92','\x18','\x56','\x69','\xd4','\x49','\x1f','\x5e','\x34','\x72','\xc6','\x35','\xfa','\x00','\x93','\xbe','\xff','\xd9','\x4b','\xd7','\xb2','\xcd','\x10','\x40','\x4d','\x94','\xb2','\xfc','\xb9','\x08','\xf3','\x01','\xda','\x77','\x32','\x83','\x55','\xbd','\x94','\x56','\xf1','\x46','\x1d','\x05','\xe5','\x23','\xc5','\x91','\x74','\x65','\x54','\x29','\xa3','\x45','\x7f','\x26','\x67','\x61','\x41','\xc8','\xcb','\x24','\xd9','\x8f','\x41','\x58','\x45','\xe3','\x7c','\x47','\xf7','\x68','\x2d','\x00','\xe5','\x11','\x58','\x2c','\x91','\x64','\x54','\xd7','\x09','\x18','\x6f','\x65','\x8c','\x42','\x0b','\x00','\x2a','\xa5','\x4f','\xc0','\x5a','\x31','\x49','\xc9','\xf6','\x84','\x99','\x78','\x39','\x12','\x00','\xa2','\xa3','\x63','\xbc','\x38','\xe6','\x85','\x48','\xd5','\xd4','\xe4','\x66','\x84','\xc1','\x51','\x58','\xb5','\xdc','\xef','\x74','\x00','\x68','\x9a','\xa0','\x80','\x94','\x13','\x26','\x8b','\x57','\x93','\x8e','\x42','\x0c','\xab','\xac','\xea','\x5c','\xda','\x3d','\x28','\x5b','\x23','\x46','\x43','\x5e','\x4c','\x22','\x42','\x4a','\x24','\x6b','\x28','\xbb','\x1d','\x70','\x96','\x5a','\xa5','\x14','\x31','\xeb','\x2c','\xb7','\x46','\x68','\xb1','\xd6','\x18','\xb2','\xcb','\x42','\x53','\x6d','\x74','\x48','\x6e','\x61','\x29','\x7b','\x3d','\x7a','\x33','\xb3','\xf4','\xa6','\xa7','\xe9','\x4e','\xf5','\x28','\x42','\xc0','\x16','\x32','\xf3','\xc8','\xf7','\x12','\xa6','\x67','\x28','\x8a','\x2e','\xdd','\x4e','\x47','\x6c','\xe4','\xbd','\x23','\x7b','\xcb','\x4a','\x16','\xe3','\x9c','\x60','\x0c','\xa4','\xa4','\xc3','\xdb','\x2d','\xc6','\x8b','\x04','\xa2','\x9d','\xd7','\x13','\x2c','\x0c','\x4c','\xa4','\xd6','\x8e','\x27','\x51','\xf7','\xc7','\x42','\xd6','\x44','\x2c','\x11','\x3a','\x5f','\xd9','\xc1','\x21','\xe7','\x84','\xcf','\xda','\x29','\x34','\x02','\xbf','\x3a','\x27','\x20','\x81','\x53','\xf0','\xac','\x3d','\x63','\x51','\x9d','\x20','\x39','\xb1','\xd2','\xd4','\x9a','\xf3','\xca','\x7b','\x94','\x43','\x4d','\x13','\xb5','\x23','\x14','\x03','\x95','\x51','\x47','\xc5','\x93','\xc4','\xeb','\x0a','\xa0','\xa6','\x6e','\x18','\x8d','\x46','\x4c','\x99','\x8c','\xef','\x94','\x64','\x0b','\xa3','\xaa','\xa6','\x89','\x81','\xb2','\x2c','\x71','\xbe','\x24','\xd7','\x42','\xb7','\x91','\x79','\x41','\x09','\xc6','\x9a','\x18','\xdd','\x7c','\xad','\x6c','\x8c','\x04','\x79','\xc1','\x53','\xbb','\xf2','\x73','\x56','\x61','\xbd','\x19','\x7b','\xb1','\x47','\x75','\x1a','\x92','\x37','\xc3','\x80','\xb1','\xe0','\x85','\x1e','\x41','\x86','\x9c','\x22','\xd1','\xaa','\x50','\x4f','\xaf','\x51','\x12','\x60','\x39','\xc0','\x6d','\x47','\x5a','\x7d','\xd5','\xa8','\xa6','\xaa','\x2b','\x12','\x09','\x6f','\x0b','\x3a','\x5e','\x51','\xa4','\x2c','\xd4','\x85','\xd8','\x3a','\xcc','\x99','\x13','\xde','\x02','\xb2','\x8e','\xb2','\x89','\x14','\x39','\x53','\x64','\xe9','\xe3','\x88','\x6e','\x46','\x51','\x02','\x5a','\x81','\xed','\x6a','\x48','\x8e','\x22','\x6d','\xf3','\x76','\x68','\xa3','\x49','\x41','\x53','\x02','\x71','\x78','\x4b','\xd6','\x90','\xec','\x09','\x54','\x10','\xeb','\x48','\x4e','\xaa','\x72','\x19','\x76','\x29','\x0f','\x3f','\x29','\xf2','\x64','\x2d','\xb8','\x60','\x85','\x22','\x63','\x8c','\x10','\xec','\xa2','\x1c','\x62','\x01','\x23','\xfc','\xf0','\x54','\x8f','\x3b','\x3e','\xad','\xd8','\x72','\x5c','\x60','\xea','\x03','\x8e','\xc8','\x00','\x2a','\x79','\x55','\xdb','\xae','\x02','\x14','\xc6','\x6b','\x17','\x44','\xdb','\xc2','\xca','\x88','\xb1','\x9a','\xac','\x38','\x6b','\xa0','\xc9','\x7a','\x38','\xc9','\x66','\x6a','\xb2','\x20','\x5e','\xa2','\xaf','\x51','\x15','\x94','\x0a','\x30','\x45','\x54','\xaa','\xc8','\x85','\x4d','\x7a','\x4b','\xad','\x74','\xce','\xb2','\x01','\x53','\x4a','\x52','\x96','\x10','\xdd','\x92','\x56','\x59','\x6d','\x3b','\x7f','\x75','\x3d','\x4a','\x4b','\xba','\x45','\xcd','\x53','\x56','\xee','\xad','\x91','\x56','\x3a','\x27','\xf0','\x95','\xdb','\x0d','\xf5','\xc4','\x75','\x84','\x97','\x43','\x47','\x8a','\xba','\xf6','\xd9','\x0a','\x72','\x61','\xbc','\x93','\x36','\x6f','\x92','\x8d','\x20','\x79','\x43','\x6e','\xda','\xa4','\x40','\xc2','\x9a','\x2c','\xd4','\x8a','\xd2','\xe1','\x8b','\x82','\xd1','\x68','\x44','\x55','\x57','\x00','\x14','\xb6','\xa4','\x2c','\xa4','\x70','\x88','\x59','\x8a','\xac','\xa4','\xf7','\x96','\xb6','\x68','\xd3','\x10','\xd3','\x3c','\x49','\xc4','\xbc','\x12','\x2a','\xda','\xd2','\x53','\xd6','\x91','\x96','\xcd','\xfa','\xbb','\xdb','\xb5','\xec','\xb0','\x63','\x87','\x97','\x76','\xd6','\x40','\xcc','\x4a','\x7e','\xcb','\x4a','\x27','\xb5','\xed','\x3d','\x95','\x75','\x84','\x37','\x24','\x6f','\xc0','\x1a','\xa2','\x95','\xb5','\x96','\xc7','\x3e','\x62','\xe2','\x90','\x13','\x14','\xf9','\x16','\x3a','\xcb','\x6a','\xb1','\x46','\x4a','\xe4','\xd4','\x60','\xb4','\x00','\x13','\x76','\xa0','\x6c','\xee','\x6d','\xcb','\xa0','\xed','\xdb','\xc6','\x9c','\x48','\xe3','\x2b','\x97','\x47','\x58','\xb6','\x93','\xe6','\xc7','\x49','\x38','\x60','\xa5','\x08','\xb6','\xce','\x91','\xb0','\x22','\x42','\x6d','\xb5','\x08','\x39','\x23','\x42','\x62','\x19','\xa6','\x66','\xad','\xdc','\x9b','\xd8','\x5a','\xfa','\x2a','\x0f','\xab','\x9d','\x7d','\xd4','\x6a','\x0f','\x4c','\x66','\xdc','\xe2','\xf6','\x80','\x3f','\x61','\x80','\x9d','\xd8','\x27','\x6b','\x17','\xb1','\x30','\x58','\xd7','\x11','\x8a','\xa5','\x81','\xba','\x96','\x29','\xd2','\xa9','\x69','\x28','\xb2','\xa5','\xe8','\x09','\xa5','\xca','\x6b','\xf1','\x5f','\x57','\x82','\x88','\x16','\xd6','\x42','\x8e','\xd4','\xd5','\x68','\x75','\xb2','\x7b','\xa3','\x13','\xa4','\x9d','\xbc','\x53','\x72','\x48','\x6b','\xd7','\x0f','\x11','\x51','\x77','\xba','\xdd','\xf1','\xba','\xf7','\x58','\x49','\xbe','\x52','\x92','\x02','\x28','\x28','\xb8','\xa0','\xc3','\x18','\x8d','\x76','\x54','\xa5','\xb0','\x90','\x7d','\xb1','\x50','\xe7','\x28','\xd1','\x37','\x28','\x37','\x9d','\x16','\x24','\x92','\xf7','\x79','\x8c','\xf4','\x36','\x8d','\x8e','\x9a','\xf1','\xe3','\x39','\x2e','\x46','\x93','\xc4','\x26','\x44','\xe1','\xfb','\xe7','\xb6','\x78','\x94','\xf5','\xd0','\x26','\x4a','\xb6','\x7d','\xa6','\x18','\x8c','\xd3','\xc1','\x90','\x5a','\xd8','\xe6','\x24','\xb3','\x22','\xda','\x94','\xc4','\x59','\xf9','\x5c','\xc1','\x6a','\x8c','\x8a','\xe4','\xc5','\xd1','\xa7','\x45','\x2b','\x0d','\xf2','\x8e','\x25','\xa4','\x93','\x6e','\x93','\x24','\xf2','\x52','\x56','\x58','\x71','\x42','\xf3','\x66','\x6c','\xf1','\xda','\xee','\xb7','\xa2','\x93','\xb2','\x64','\xd5','\x1e','\xb6','\x99','\x6e','\xf4','\xb2','\x89','\x5b','\x57','\x50','\x16','\x5d','\x9d','\x8a','\x9e','\x69','\x42','\xc3','\x70','\x50','\x91','\x8d','\x74','\xe3','\x16','\x07','\x03','\x42','\x10','\x7b','\xdc','\xd2','\x15','\x98','\xd2','\x51','\x87','\xc8','\xa8','\x69','\xb0','\x56','\x0a','\x93','\xa0','\x00','\x97','\xc9','\xe2','\xe6','\xd4','\x22','\xf6','\xd1','\x48','\xf1','\x1a','\x73','\x62','\xa4','\x33','\x24','\x64','\xb8','\xa3','\xc1','\xba','\xa4','\x9c','\xfe','\x16','\xed','\x87','\xd2','\x1a','\xac','\x97','\xd9','\x41','\x27','\xf8','\x6c','\xe0','\xc9','\xf8','\xa4','\x70','\x5c','\x12','\x28','\x44','\xba','\x2a','\xc8','\x81','\x9b','\x8c','\x16','\x54','\xf2','\x0e','\x87','\x28','\x4a','\x36','\xab','\xb6','\xba','\x2d','\x3c','\x14','\x35','\x31','\x13','\x11','\xbb','\x50','\x33','\x24','\x61','\xc9','\xba','\x3f','\xca','\xbe','\xde','\x22','\xfe','\xe3','\x3c','\xdc','\x28','\x68','\xd7','\xbe','\xc4','\x7a','\x1b','\xf3','\xb8','\x93','\xae','\x7d','\x5a','\x2b','\x49','\x44','\xa6','\xed','\x9a','\x0b','\xd0','\x94','\x8d','\x14','\x67','\xae','\x70','\x78','\x27','\xb3','\x7c','\x9a','\xaa','\x22','\xe4','\x40','\x61','\x0b','\x3a','\x45','\x9f','\x5e','\xb7','\x8b','\xf7','\x9e','\x98','\x23','\xae','\x28','\x30','\x46','\x68','\xee','\xb9','\x1d','\x20','\x6d','\xd0','\xee','\x82','\x7c','\x7b','\xb1','\x8f','\x97','\xef','\x54','\xab','\x2e','\x27','\x06','\x71','\x7f','\x32','\x21','\x8e','\x41','\x1e','\xf9','\xbb','\x56','\xc9','\xc2','\x88','\xc6','\xd0','\xb5','\x1d','\x0a','\x70','\x26','\x63','\xfc','\x6a','\xe7','\x6b','\x2c','\xf2','\x8f','\x99','\xaa','\x91','\x89','\x63','\xce','\xcb','\xde','\x6c','\x8d','\xa1','\x09','\xb5','\x68','\x65','\xb3','\xa5','\xdb','\x11','\xa0','\xa4','\xa9','\x1b','\x71','\xa8','\x35','\x8c','\xdf','\xa7','\x6c','\x44','\xef','\x50','\xe8','\xfa','\x2d','\x8a','\x92','\x10','\x22','\xc3','\xba','\x92','\x8e','\x27','\xd2','\x81','\x2a','\xbc','\x17','\x3d','\x56','\x14','\xb3','\x07','\x77','\x22','\x5d','\x5a','\xc1','\x1d','\x69','\x10','\xca','\xee','\x5a','\xd5','\x23','\x88','\x99','\xfe','\x94','\xa5','\xeb','\x3b','\xc2','\x78','\x51','\xed','\x8f','\x37','\x16','\x5b','\xa8','\xc1','\x4f','\xa8','\xf4','\x5c','\x6f','\xf9','\x23','\xf2','\x3e','\xe6','\xf6','\x6c','\xd5','\xb5','\x97','\x72','\xa2','\xa9','\x1b','\x35','\x8c','\xd1','\x67','\xed','\x84','\x1a','\x99','\x8d','\xc5','\x95','\x1d','\x2d','\xce','\xad','\x02','\x3f','\xe8','\xfe','\x8b','\x14','\x4e','\x06','\x49','\x3e','\x8d','\x32','\x13','\x8c','\x6a','\x7c','\x9c','\xd7','\x44','\xd2','\x62','\x8c','\xbc','\xef','\x4d','\x14','\xe3','\x91','\xe4','\x32','\x16','\x01','\x53','\x03','\xa2','\x63','\xab','\x55','\xcb','\xeb','\x6c','\xfb','\x3e','\x05','\x5c','\x12','\x30','\x29','\x20','\xce','\x8f','\xc1','\x26','\x6c','\x12','\x10','\x37','\x2b','\x78','\x26','\x94','\x49','\x39','\xd1','\xc4','\xc9','\x2e','\xad','\x82','\x09','\x9a','\x1f','\xb5','\x4e','\xb8','\x29','\xb7','\x5d','\x18','\x85','\xc0','\xd5','\xc4','\x67','\xec','\x92','\xab','\xc5','\xbc','\x9e','\x02','\xf2','\x67','\xea','\xf6','\xe6','\x75','\x5f','\x93','\x8e','\xad','\x68','\xd5','\xea','\x5a','\x86','\xa9','\x17','\xac','\xe6','\x2b','\x79','\xfc','\xe8','\x64','\x3f','\x6d','\x99','\x26','\x85','\x57','\x00','\x50','\xf3','\x84','\x34','\x76','\x24','\x55','\x40','\x33','\x27','\xa2','\x89','\x04','\x44','\x13','\xd3','\x6a','\x2c','\xc9','\x76','\x0c','\x9e','\x26','\x5a','\x33','\x2d','\x91','\x53','\x68','\xaf','\x59','\xd8','\x02','\x51','\xce','\xec','\x94','\x0d','\x0e','\x4f','\xc7','\x38','\x49','\x7f','\x11','\xbd','\x34','\x68','\x1e','\x5a','\x67','\x1a','\x24','\x77','\x13','\xa0','\xdb','\x62','\x7c','\x24','\x79','\x05','\x78','\x65','\x60','\x9c','\xa6','\x17','\x72','\x56','\xb7','\xf3','\x1f','\x5b','\x4d','\x5f','\xa1','\x56','\xdc','\xd1','\x29','\x38','\x50','\x76','\xc0','\x1a','\x1a','\x63','\xa8','\x23','\xd4','\x59','\x80','\xde','\xa8','\x60','\x04','\x36','\x93','\x87','\x96','\x5c','\x3a','\x99','\x5b','\x68','\xd5','\xbd','\xb2','\x6e','\x08','\x8b','\xcb','\x2c','\x8d','\x2a','\x96','\x17','\x3d','\xdd','\xb2','\x83','\x2f','\x64','\x8f','\x75','\x53','\x3d','\xba','\x53','\x7d','\xf2','\xcc','\x34','\x65','\x04','\x97','\x1c','\xb6','\xe7','\xe8','\x96','\x8e','\x7e','\xe1','\x48','\xde','\x8c','\xf5','\xe3','\x18','\x23','\x8c','\xa2','\x02','\xf9','\xf3','\x42','\x06','\xaa','\xe6','\x9c','\xa9','\x53','\xa4','\x89','\x59','\xce','\x70','\xef','\xf0','\xa5','\xd0','\x8b','\x6b','\xd3','\x30','\x1f','\x07','\x34','\x21','\xd2','\x6d','\x2d','\xf5','\xad','\x68','\x11','\xdb','\x41','\xbf','\x2e','\x1b','\x72','\xaa','\x54','\xf3','\xe3','\x4e','\x00','\xe6','\x45','\xbf','\xa5','\xa8','\x99','\x50','\x17','\x05','\xf5','\x92','\x35','\x69','\x3b','\x74','\x99','\xa2','\xab','\xeb','\x20','\x78','\x35','\x34','\x39','\x49','\xbc','\xbe','\x00','\x8a','\x91','\xba','\xa9','\xe9','\x65','\x83','\x2d','\x3c','\x64','\x4b','\x1d','\x2a','\x42','\x4a','\x74','\x9c','\x25','\xb6','\x94','\x09','\x6b','\x30','\xde','\x29','\xd7','\x5e','\x37','\x48','\x27','\x43','\xf6','\x9c','\x95','\x8b','\x95','\x29','\xf3','\x51','\x91','\x62','\x2d','\x27','\x92','\x24','\xbf','\xc6','\x7b','\x40','\x04','\x5d','\x92','\x14','\x29','\x3d','\x43','\x51','\x1c','\xac','\x6c','\xbe','\x31','\x6b','\x4b','\xba','\x28','\xa4','\x8a','\xd4','\x45','\xed','\x55','\xb8','\xec','\x4b','\x41','\x92','\x7c','\xce','\x78','\x15','\xbc','\x4b','\x61','\x25','\x08','\x84','\x24','\x92','\xb2','\x21','\x1b','\x3d','\x20','\x5a','\x57','\x35','\x59','\x58','\x90','\x88','\x22','\x7e','\x33','\x0e','\x93','\x05','\x9b','\x5d','\xf5','\xe3','\x5f','\x35','\x70','\x18','\x1f','\x04','\x4a','\xd2','\xcb','\xb6','\xe5','\xb1','\x66','\x4c','\x72','\xf8','\x6c','\x31','\xfa','\xfb','\x82','\x0e','\xd1','\x68','\xe9','\x78','\xd6','\xc9','\x84','\x72','\xd7','\x29','\xb1','\xce','\xd2','\xc4','\x44','\x35','\x18','\xe8','\xf7','\xd1','\x62','\xd6','\x08','\x12','\x95','\x74','\x3e','\x07','\x06','\x70','\x56','\x0f','\xcc','\xc4','\x78','\xba','\x37','\xab','\xe8','\x85','\xb7','\x96','\xc2','\x15','\xab','\xa8','\x95','\x6f','\x91','\x65','\x8f','\x82','\x5b','\x9a','\xa4','\xe5','\xf1','\x0c','\x13','\x11','\xf6','\x42','\x3b','\x00','\xc8','\x58','\xbd','\xc6','\x24','\x34','\x46','\x40','\x45','\x88','\x5a','\x2c','\xe4','\xd6','\xb0','\x42','\x13','\x08','\x7d','\x4e','\x58','\x45','\xf3','\xd5','\x7d','\x09','\x84','\xb7','\xac','\xd3','\x4d','\x68','\x2d','\x25','\x5b','\xa7','\x97','\xd4','\x1a','\x38','\x80','\xac','\x0f','\x18','\x53','\x82','\xc6','\xed','\x5f','\x5a','\x67','\x1c','\xa1','\xea','\xf8','\xb2','\x90','\x41','\x6f','\x71','\xb5','\xe5','\x7e','\xe2','\x3a','\xd2','\xe9','\x22','\x60','\x8d','\xf2','\xf6','\xd5','\xf1','\x4a','\x0f','\xbe','\xf6','\x04','\x6b','\x11','\x00','\xeb','\x57','\xd7','\x11','\xd6','\x50','\x58','\x41','\x1a','\x7c','\xa9','\x96','\xde','\xa9','\xa4','\xd0','\x75','\x84','\x71','\xe3','\xf9','\x32','\x31','\x2b','\x75','\xd2','\xa0','\x08','\x3b','\xab','\x9c','\x36','\x4d','\x2c','\x63','\x36','\xba','\x71','\xaa','\x19','\x43','\x1e','\x5f','\xad','\x14','\x79','\xa4','\x76','\x19','\x29','\xca','\x6e','\xf5','\x1d','\xd0','\x36','\xb2','\xcb','\x98','\x98','\xf1','\xb9','\x83','\xd0','\x6c','\xa2','\xba','\xb0','\x49','\xf2','\x61','\x9c','\x50','\x18','\x29','\x0a','\x6c','\x59','\xe0','\xbd','\xa7','\x09','\x81','\xaa','\xaa','\xe4','\x88','\x35','\x59','\xa5','\x1c','\x72','\xe0','\x25','\x2b','\x1d','\x41','\x1d','\x01','\xcf','\x78','\x58','\x5e','\x5c','\x5d','\x47','\x92','\x70','\x0b','\x55','\xae','\x70','\x62','\x0c','\x2d','\xb0','\x9a','\x1c','\x3e','\x3e','\x3b','\xb2','\x6d','\x07','\x20','\x2b','\x92','\x19','\xa5','\xd3','\x23','\x73','\x5e','\xa0','\x9d','\xe2','\x2e','\x87','\x0d','\xa2','\xbb','\xd2','\x5b','\x93','\x55','\xdc','\x99','\x33','\xb4','\xd3','\xdb','\xc7','\x83','\x3e','\xad','\xd1','\xf7','\xa3','\xed','\xbc','\xea','\x7d','\x8c','\x51','\xb2','\x71','\x6b','\xf1','\xa6','\x54','\x11','\xb6','\x53','\x97','\xab','\x2c','\x14','\xb5','\x28','\x07','\x6e','\xd7','\x17','\x14','\xae','\x2b','\xc9','\x49','\xa8','\xa5','\xed','\x9d','\x46','\xba','\x76','\x4b','\x7c','\x8c','\x74','\x0a','\x4f','\xd9','\xef','\xd1','\x34','\x35','\x51','\x0b','\x0a','\x57','\x96','\x84','\x28','\xa8','\x67','\x6c','\x12','\x85','\x8f','\xb4','\x34','\xd6','\x98','\xda','\x44','\x5d','\x8a','\x07','\xe7','\xc4','\x21','\x0b','\x63','\xc6','\x5d','\x2b','\xab','\xc9','\xaf','\x6b','\x29','\x28','\x5a','\xcc','\xe5','\x24','\xb3','\xbe','\x92','\xcd','\x32','\xf0','\x6d','\x3c','\xe1','\x59','\x87','\xba','\x16','\x4e','\x35','\x7c','\x59','\xf5','\x3f','\x46','\x39','\xe1','\x79','\x5c','\x18','\x65','\x4d','\xd4','\x73','\x0c','\x10','\x6b','\x49','\xc0','\xad','\xd8','\xfd','\xbb','\x96','\x72','\xe0','\x2c','\x64','\xed','\x46','\x81','\x16','\x1a','\xa2','\x79','\xca','\xea','\x82','\xd4','\x5a','\x09','\x4b','\xaa','\xe5','\x94','\x5e','\xa4','\x45','\x2f','\xed','\x61','\x22','\x56','\xd4','\xd6','\x64','\xed','\x36','\xa2','\xfc','\x7b','\x05','\x2a','\x88','\x8a','\x96','\x4a','\xef','\x46','\x73','\x16','\xb1','\x08','\xce','\xab','\x88','\xb6','\x47','\x3a','\xa6','\xd2','\xa5','\x10','\x3d','\xd6','\x38','\x89','\xd1','\x62','\xac','\xcd','\x4d','\xb2','\x31','\xd4','\x21','\xe9','\x8c','\x19','\x29','\xdc','\x45','\x3f','\x6c','\x71','\xc6','\x53','\x76','\x85','\xfe','\x12','\x9b','\xc0','\xca','\x70','\x85','\xaa','\xae','\xe9','\xf8','\x92','\x99','\xbe','\xc7','\x79','\x43','\x1d','\x22','\x21','\x36','\x94','\x5e','\xde','\x73','\xd1','\x9a','\xca','\x5e','\xdb','\xba','\x94','\xc6','\xa4','\xef','\x6c','\x4e','\x6a','\x11','\xaf','\xef','\xbf','\xea','\xa3','\xa4','\xde','\x57','\xc0','\x2e','\x2b','\x7d','\x06','\xf0','\x24','\xb2','\x13','\x8a','\x95','\xcd','\x0e','\xe9','\x58','\x20','\x94','\x18','\xab','\xe0','\x5d','\x6e','\x07','\xac','\x66','\x75','\x8c','\xd4','\x44','\x2d','\x19','\x4d','\xa8','\xa2','\xcc','\x68','\x49','\x22','\xfe','\x6f','\x13','\xbc','\x98','\x65','\x16','\x50','\xcc','\x91','\x14','\x32','\x41','\x0b','\x15','\x71','\x88','\x92','\x0e','\x53','\x0b','\x2e','\x34','\xba','\xc7','\x91','\x24','\x21','\x92','\x0b','\x6e','\x4f','\xe9','\x24','\x00','\xa8','\x0e','\x80','\xf4','\x85','\x5f','\x05','\xe2','\xc6','\x00','\x93','\xd2','\x26','\x93','\xec','\x5f','\xc6','\x1a','\x5c','\x94','\xc1','\x99','\x29','\x67','\x42','\x0a','\xca','\xf6','\xc8','\xa4','\xca','\x50','\x13','\xe5','\xdc','\xce','\xed','\xbe','\xad','\x26','\x16','\x64','\x5d','\x6f','\xb2','\xd6','\x70','\x91','\xe4','\x04','\x17','\x0f','\x46','\x3a','\x0c','\xde','\x65','\xed','\x64','\x26','\xb1','\xd0','\x55','\x70','\xa3','\xed','\x7e','\xa5','\x71','\xe2','\xaf','\xbf','\xdb','\x20','\x6c','\x89','\xa4','\x1d','\x8d','\xb8','\xaa','\x3f','\x0c','\x29','\x12','\xa2','\xb8','\x3f','\xc6','\x94','\xb0','\xde','\x10','\x1d','\xd4','\x59','\x66','\xde','\x84','\x9c','\x34','\xb1','\x94','\x44','\xdc','\x20','\xc3','\x20','\xa5','\xfe','\x73','\x42','\x39','\xb6','\xda','\x85','\x76','\x0e','\x5b','\xc8','\xd8','\x82','\x61','\xac','\xa9','\x9b','\x40','\x93','\x84','\x92','\x26','\x2e','\x9b','\x02','\xbe','\x95','\x6a','\x56','\xd1','\x84','\x5a','\xce','\xfa','\xf6','\xdc','\xd6','\x0e','\xdd','\xb8','\xfb','\x99','\xb3','\x0e','\x26','\xce','\x98','\xd8','\xd0','\x0c','\x07','\xac','\xce','\x2c','\xd2','\x99','\x64','\xbe','\x26','\xe3','\xa4','\x11','\x61','\xc5','\x81','\x12','\xa3','\x79','\xc7','\xd8','\x79','\x46','\xa9','\xab','\x65','\x41','\x4e','\x51','\xf6','\x98','\x20','\x5d','\x42','\x03','\x58','\x2f','\xdd','\x2c','\xe7','\x0c','\x85','\xf7','\x63','\xc0','\xd0','\xe8','\xf9','\x68','\x54','\xab','\x6c','\xad','\x6a','\xbb','\xb4','\x88','\xce','\xce','\xca','\x19','\x92','\x1c','\xbe','\x90','\x79','\x37','\x3e','\xcb','\x1e','\xd4','\x84','\x81','\x74','\xb1','\x4b','\x27','\x5d','\x68','\xac','\xce','\x09','\x0a','\x22','\x4d','\xc2','\x92','\x82','\x14','\x29','\x4d','\x3d','\xc2','\xd4','\x59','\x81','\x69','\xd9','\x03','\x4d','\x61','\xb1','\x45','\x87','\x3a','\x44','\xea','\x50','\xe3','\x9d','\xd7','\x8e','\x85','\x3a','\x74','\xb2','\x6a','\x4b','\x9e','\xa2','\xac','\x6f','\x63','\xc5','\xe5','\xcc','\x19','\x21','\xc4','\xb6','\xc0','\x5a','\x22','\x63','\xf4','\x3c','\x97','\xb3','\x49','\xf7','\x5a','\x39','\x44','\x74','\x9f','\x90','\xb3','\xa4','\xed','\x0c','\xa4','\xf6','\xc6','\x19','\x7d','\x8f','\x88','\xd4','\x9a','\x0d','\xb4','\xdd','\x9d','\x96','\x4c','\x3c','\xa6','\x30','\x5a','\xd4','\x98','\x40','\xd6','\xf7','\x58','\x43','\x6e','\x4f','\x60','\x02','\xe5','\xb6','\x9b','\x2b','\x85','\x7d','\x32','\x79','\x6c','\x14','\x61','\x8c','\xb8','\xeb','\x99','\x9c','\xc9','\x46','\xde','\xc7','\xa8','\xd7','\x99','\x4d','\xbb','\x26','\x00','\x23','\x25','\x4e','\xa3','\x43','\xdd','\x6d','\xb6','\x38','\xc5','\x48','\x7d','\x59','\x50','\x9a','\x42','\xf3','\x28','\x29','\xa4','\x86','\xa1','\xc1','\x62','\xd5','\x5a','\x5c','\x66','\xd8','\x09','\x7b','\x27','\x60','\x42','\xd4','\x19','\x43','\x59','\x34','\x36','\xde','\x4b','\xee','\x90','\x44','\x93','\x5e','\x10','\x28','\x73','\xc4','\xa6','\x42','\x9d','\x4c','\x0d','\x2e','\xd6','\xa0','\xb6','\xf0','\x63','\xae','\x86','\x53','\xfa','\xbd','\x1c','\xfd','\x32','\x9a','\xc0','\x49','\x3e','\xe4','\xda','\xee','\x1f','\x99','\xba','\x6e','\x44','\x93','\x6d','\x32','\xa3','\x6e','\x97','\x4e','\x57','\xcc','\x0f','\x6c','\x3d','\x52','\x9a','\x99','\xd0','\xc1','\x63','\x1d','\xe8','\x54','\x1d','\x86','\x4d','\x97','\x26','\x97','\x98','\x58','\x10','\x4b','\xa0','\x94','\xc2','\xc5','\x28','\xb8','\x95','\xc8','\x04','\x93','\x30','\x6a','\x29','\xde','\x68','\xa7','\x26','\x26','\x91','\x18','\x24','\x75','\xda','\x0d','\x0e','\xb2','\xd7','\xf1','\x0f','\x6a','\x26','\x24','\x79','\x1a','\x4a','\x77','\x17','\x48','\xd7','\x7a','\xd1','\xba','\x0a','\x3b','\x45','\x73','\x0a','\x1d','\x4e','\x9b','\xd4','\x88','\x21','\x65','\xa7','\xe7','\x9c','\xea','\xe7','\xdd','\xaa','\xc8','\xc0','\x38','\x4b','\x6a','\x22','\x55','\xd3','\xb0','\x91','\xd7','\xc7','\xeb','\x0a','\xa0','\xa8','\x2d','\xd4','\x98','\x0b','\x99','\x28','\xab','\x86','\x02','\x41','\x5f','\xfe','\xaa','\x69','\x08','\x4d','\xc0','\x97','\x85','\x20','\x5c','\x85','\x53','\x71','\xbd','\xa2','\x60','\xb2','\x96','\x65','\xf3','\xf6','\x82','\x3e','\xe8','\xf3','\x95','\x0d','\xd5','\x6a','\x81','\x92','\xe4','\x41','\x1b','\xa3','\x56','\xd1','\xde','\x4b','\xa2','\x43','\xeb','\xbc','\x93','\x88','\xa1','\x16','\x07','\x20','\x2b','\x3e','\xf4','\xbe','\xf0','\x63','\xae','\xee','\x18','\x55','\x33','\xb2','\x89','\xd9','\x4e','\x49','\xaf','\x2c','\xe4','\xfa','\x9b','\x86','\xa6','\x09','\xc4','\xd4','\x88','\x70','\xce','\x18','\x6d','\xcb','\xad','\x0a','\x7c','\x35','\x6b','\x10','\x30','\x3f','\x42','\x32','\x96','\x91','\xd5','\x9c','\xb6','\xa5','\x69','\x91','\x49','\x31','\x6b','\x52','\x10','\xc1','\x08','\x65','\x40','\x30','\xf0','\x84','\xf8','\x79','\x2a','\xd8','\xe0','\x0d','\xce','\x16','\xfa','\x80','\x6a','\x52','\x6a','\xf4','\xa7','\x14','\x95','\x31','\x90','\x73','\x20','\x45','\x8b','\x37','\x9e','\xd1','\x68','\xc8','\xd2','\x60','\x45','\x5a','\xbb','\xb6','\x25','\x86','\xc8','\xcb','\x9b','\x92','\x6c','\x4a','\xce','\xea','\xb0','\x2f','\x63','\x48','\xc9','\x90','\xa2','\x95','\x7b','\x46','\x7b','\x0f','\x4e','\xa0','\x34','\x19','\x49','\x80','\x44','\x07','\xa2','\x89','\x87','\xd5','\xc2','\x23','\x66','\xd2','\xa8','\x1a','\xb7','\x69','\x05','\x5d','\x42','\xdc','\xd8','\x74','\x70','\xa0','\x75','\x06','\xe3','\x3b','\x58','\x23','\x09','\xb2','\x51','\x21','\xba','\xd8','\x1b','\xa6','\x55','\x44','\xdf','\x1b','\xac','\xf3','\x94','\xd6','\x61','\xbc','\x16','\x1e','\x31','\xca','\x50','\xd7','\x14','\xa4','\x70','\x69','\x8b','\xb1','\xa4','\x49','\x6f','\x4b','\xeb','\x28','\x34','\x51','\x6e','\x81','\x22','\x74','\x03','\xb2','\x2d','\x91','\xc7','\x68','\x61','\x99','\x70','\x38','\x4c','\xe9','\xc0','\x7a','\x28','\x82','\x50','\x5b','\x34','\x97','\x1c','\xaf','\x23','\x8c','\x6c','\x3a','\xda','\x59','\xf0','\x5e','\xa6','\xd1','\x8f','\x13','\x8e','\x24','\x9b','\x7f','\x8a','\x81','\x3a','\x34','\x38','\x63','\xf1','\xbe','\x18','\x23','\xa1','\x42','\xcd','\x91','\xdf','\x1c','\x0d','\x44','\x2c','\xb6','\x5b','\xd2','\xeb','\x94','\x62','\xa4','\xd1','\x34','\xd4','\x4d','\x2d','\xb4','\x42','\x6d','\x99','\x5b','\xfd','\x7b','\xad','\xbb','\xe1','\x18','\xcf','\x4a','\xf2','\xae','\x44','\x2c','\x23','\x1d','\x9c','\x97','\x13','\xe3','\x75','\x24','\xb3','\x66','\xf4','\x00','\x33','\x59','\x9d','\x01','\x15','\x09','\x33','\x27','\xa0','\xac','\x5e','\x0a','\x39','\x71','\xce','\x13','\xa1','\x5f','\x2b','\xe6','\xd7','\x12','\x4a','\xd6','\x62','\x8c','\x04','\x07','\x83','\xd1','\x80','\x95','\xd1','\x40','\x9d','\x6c','\x7c','\x9b','\x72','\x4a','\xd1','\x91','\x22','\xa1','\x5d','\x47','\xde','\xca','\x1a','\x4a','\x6a','\xc3','\x6c','\x24','\x29','\x96','\x47','\x25','\x94','\x2e','\x0a','\x8f','\xc9','\x4e','\xd1','\x53','\xc6','\xeb','\xc8','\x9a','\x16','\x90','\xc8','\xc4','\xaa','\x22','\xe7','\x40','\x40','\xa7','\x53','\xb7','\x79','\xb8','\x76','\x36','\xad','\x33','\x82','\x5a','\x22','\x49','\x23','\x3a','\xf8','\xb6','\x9d','\x0b','\xd6','\xb6','\x53','\xad','\x97','\x7b','\x29','\x82','\x76','\x05','\x12','\x52','\x24','\x56','\x42','\x51','\x69','\x42','\xc4','\x3b','\x83','\x2f','\x0a','\xa2','\xa2','\x5b','\x06','\xa1','\x0e','\xc9','\xec','\x30','\x71','\x52','\xea','\x11','\xe9','\x2b','\xf5','\xa3','\x09','\x8d','\x1c','\x54','\x1d','\xf9','\xdc','\xec','\x4b','\x6a','\xef','\xf4','\x9d','\x49','\x04','\x97','\xa8','\xbd','\x74','\x07','\x3b','\xa5','\x25','\x06','\x68','\x9c','\xa5','\x0a','\xb2','\xbe','\xfa','\xfd','\x69','\xca','\x14','\xa8','\x43','\xa0','\xd2','\x2e','\x9c','\x75','\x86','\x54','\x58','\x8a','\xb2','\xc4','\x18','\xc3','\x70','\x34','\x44','\x6b','\x3a','\x64','\x20','\xb5','\xec','\x21','\xa4','\x55','\xee','\x7b','\x93','\x51','\xe7','\x2b','\xf9','\x8f','\x6c','\x7e','\x6a','\x44','\x90','\xe4','\x50','\x8e','\x59','\x04','\xa3','\x4e','\x0b','\x20','\x30','\x58','\x9b','\xb4','\x90','\x94','\x4d','\x25','\x59','\xa0','\xb0','\xd4','\x26','\x61','\x73','\x0d','\xc1','\x68','\x87','\x5d','\x73','\x62','\x2f','\x45','\x93','\x6f','\x39','\x24','\x46','\xab','\x13','\xfd','\x9f','\x51','\x69','\x48','\xde','\x0a','\xc5','\x22','\x1b','\xe9','\xb6','\xb7','\xe2','\x66','\x63','\xac','\x0a','\xda','\x05','\x2c','\x91','\x64','\x4e','\xde','\x2b','\xd1','\x4a','\xb6','\xf9','\x5a','\x06','\x3d','\xfa','\x7d','\x29','\x49','\x41','\x74','\x69','\x3c','\xf6','\xcb','\x98','\x4c','\xf2','\xe0','\x9d','\x11','\xd7','\x20','\x32','\x29','\xb5','\x43','\x46','\xb3','\x82','\xc2','\xaa','\x25','\x30','\x72','\xd8','\xd5','\x31','\x11','\x02','\x44','\x53','\x4b','\xf2','\x90','\xbd','\x6a','\x21','\x91','\x04','\xa0','\xb0','\x64','\x5b','\x20','\xa6','\x30','\x99','\x5c','\x94','\xe4','\x7e','\x87','\xec','\x1c','\x31','\xd5','\xb2','\x1e','\x0a','\x39','\x20','\x73','\x10','\x57','\x3e','\xa7','\xc8','\x7d','\x42','\x0e','\x7d','\x7d','\x25','\xc5','\xe5','\x4c','\x8b','\x84','\x14','\x93','\x0a','\x7f','\x15','\x85','\x35','\x2a','\x0a','\xb7','\x99','\x3a','\x89','\xb5','\xb3','\xeb','\x78','\x6c','\xa7','\xc0','\x47','\x30','\x49','\x3a','\x6d','\xa1','\x0e','\xe4','\x98','\x44','\x43','\x67','\x0c','\x21','\x8b','\x71','\x0a','\xd9','\x08','\xf5','\xa5','\x90','\x7b','\x9f','\x0d','\x94','\x45','\x07','\x97','\x19','\x53','\x15','\x43','\xce','\xda','\x8d','\x37','\xa4','\x42','\x8e','\xdd','\xc6','\x7b','\x92','\x02','\x48','\xe8','\xdc','\x1e','\x49','\xc5','\x8c','\x7e','\x07','\x4b','\xad','\x60','\x45','\x56','\x90','\x4c','\x53','\x40','\x49','\x18','\x9c','\x16','\x40','\xd6','\x50','\x78','\xc5','\xb2','\xf4','\xf9','\x0b','\x12','\xae','\xb6','\xd0','\x49','\x93','\xb5','\x52','\x3b','\x41','\xb9','\x91','\xc5','\xe3','\x1d','\x06','\x4f','\x04','\x46','\xb1','\x22','\x0f','\x87','\x78','\x5f','\x08','\x98','\xa6','\x80','\x1d','\xda','\x05','\x25','\xcb','\x3a','\x24','\x19','\x4c','\xc7','\x90','\x9d','\xac','\xe3','\xac','\xeb','\xdd','\x01','\xce','\x2b','\x8d','\xd8','\x16','\x24','\x2f','\x26','\x05','\x85','\x95','\x04','\x4e','\x8a','\xba','\x4c','\x4a','\x81','\x60','\x05','\x91','\x8d','\xa9','\x75','\xb4','\x54','\x01','\xbe','\xd3','\x14','\x39','\x46','\x72','\xd5','\x90','\x6a','\xd9','\x4f','\xca','\x52','\xae','\xa7','\x69','\x3b','\x72','\x74','\x30','\xb9','\x24','\xc7','\xc4','\x50','\x8b','\x6c','\xd7','\xe9','\x69','\x97','\x52','\xd7','\xa3','\x95','\x17','\x24','\x19','\x8b','\x71','\x9e','\x9c','\x13','\x4d','\x3d','\x82','\xb2','\xa0','\xeb','\x7a','\xa4','\x2c','\x62','\xeb','\x10','\x23','\x8d','\x05','\x4a','\xa1','\x3a','\x57','\x03','\x61','\xb4','\xb8','\x76','\x2e','\x8b','\x11','\x86','\xc4','\xd8','\x09','\x51','\x35','\x8d','\x18','\x18','\x36','\x81','\x18','\x47','\xfa','\x6e','\x2b','\x85','\xc9','\x26','\x2c','\x35','\x39','\x3b','\x82','\xd2','\xe3','\x6d','\xab','\x13','\xd5','\xa2','\x72','\x0c','\x16','\x61','\x30','\x55','\x4b','\x6f','\x43','\x1c','\x0d','\x35','\xcf','\xb1','\xbe','\xc0','\x3b','\x27','\xef','\x80','\x93','\xbd','\xa4','\x09','\xa2','\xe9','\x69','\x3b','\x2c','\xde','\x79','\x5c','\xe1','\x28','\x8c','\x5d','\xed','\x9c','\x69','\x9e','\x95','\x82','\x14','\xfd','\x39','\x2b','\x1b','\x25','\x36','\x10','\xa1','\xb4','\x32','\x2c','\xd8','\x60','\x04','\x38','\xab','\x6b','\x52','\x63','\x30','\xb9','\xc4','\x1b','\xc6','\x73','\x5f','\xc4','\x8d','\x35','\xae','\x0e','\x33','\x75','\x62','\xa8','\xe0','\x8d','\xa1','\xaa','\xa5','\xe3','\xd7','\x29','\x8c','\xb8','\x0d','\x3b','\xbd','\xdf','\xd8','\x71','\xa7','\xa2','\x69','\x64','\x78','\xb1','\x3e','\x56','\x35','\xcd','\x91','\x05','\x2c','\x0e','\x6c','\x40','\x50','\xe0','\xc7','\x99','\x71','\x71','\xd7','\xda','\xee','\xa3','\x43','\x45','\x8d','\x95','\xa4','\x3d','\xb7','\xf7','\x51','\x73','\xc9','\xa4','\x7b','\x63','\x2e','\x4a','\x20','\xd3','\x18','\x05','\x1a','\x5b','\xfa','\xa4','\x9e','\xff','\xce','\x5a','\x8a','\xb2','\xa0','\x01','\xd1','\x3d','\xa9','\xce','\xcc','\xd8','\xf6','\xcc','\x3e','\x81','\x89','\x92','\x92','\x02','\x9c','\x09','\x67','\xb5','\xdb','\xae','\x39','\xa2','\x74','\x8c','\xb4','\xbb','\x94','\x5f','\x7d','\xbd','\xf2','\xf7','\x1d','\x31','\xaa','\x07','\x51','\x4a','\x0c','\x93','\x21','\x66','\x83','\x2b','\x24','\xdf','\xf0','\x6a','\xa4','\x21','\x23','\x46','\x82','\x14','\x3a','\xd6','\x93','\x3b','\x85','\xe4','\x1f','\x31','\x8d','\x8d','\x0d','\x84','\xc2','\x28','\x4e','\x75','\xd8','\x84','\x71','\x4a','\xd5','\x34','\xe2','\xb4','\xe7','\x09','\x14','\x39','\x60','\x93','\x58','\xc2','\xe7','\x9c','\x88','\x23','\xdd','\xcb','\x0b','\x87','\x2b','\xc5','\xd4','\x02','\x2b','\x14','\xb3','\x50','\xcb','\x3b','\x5a','\xf4','\x0b','\x28','\x4a','\x46','\x83','\x01','\xa3','\x61','\x25','\x05','\x99','\x35','\x62','\x78','\xd0','\x2d','\xf1','\x65','\x09','\x0e','\x29','\x14','\x53','\xc0','\x34','\x89','\x95','\x61','\x62','\x99','\x86','\x7e','\x1c','\x71','\x7c','\x65','\x91','\xb2','\xf4','\x84','\x7e','\x97','\xd1','\x52','\x1f','\x3b','\xdd','\xa7','\x3f','\x35','\x45','\x39','\xd5','\xc3','\xf4','\xba','\x78','\x5b','\x90','\x5b','\x15','\xb5','\xee','\xa9','\x19','\x65','\x21','\x58','\x61','\x60','\x85','\x94','\xa8','\x2a','\xd5','\x98','\x16','\x86','\xde','\x5c','\x07','\x63','\x3c','\x39','\x4a','\x1e','\x94','\x62','\x5b','\x90','\x0a','\x40','\x28','\x19','\x71','\x01','\x64','\xac','\xcd','\x92','\xb0','\x92','\xf5','\x7c','\xd3','\x62','\x1f','\x68','\x82','\x21','\x25','\x3b','\x36','\x7c','\x22','\x9b','\xb1','\xf3','\xb4','\x7b','\x0d','\xc0','\xfe','\xda','\x78','\x5d','\x01','\xe4','\xac','\xc1','\xba','\x82','\x10','\xa1','\x0a','\x91','\x12','\x23','\x07','\x46','\x52','\xb7','\xaf','\x28','\x2e','\x0b','\x4e','\x93','\x6f','\xab','\x5c','\xef','\xa4','\x48','\x43','\xd6','\xc4','\x24','\x69','\xa2','\xd3','\xd6','\xf3','\x18','\xa3','\xb6','\x75','\x32','\x17','\xa7','\x1e','\x0e','\xe5','\xd0','\x72','\xc5','\x18','\xf9','\xb2','\xd6','\xac','\xea','\x0e','\x42','\xd4','\x59','\x0c','\x41','\x5a','\x92','\xc6','\x8a','\xb8','\xca','\xa9','\x6f','\x46','\x4b','\xe5','\xc8','\x09','\x63','\x93','\x38','\x60','\x14','\x05','\x2e','\x0a','\xc2','\x19','\x9a','\x7a','\x3c','\xe8','\xc9','\x3b','\xe1','\x3e','\x1b','\xad','\xce','\xb2','\x35','\xda','\x8a','\x95','\x44','\x43','\x6e','\x16','\x54','\xb4','\xc3','\x34','\xe5','\x81','\xe4','\x13','\x84','\xf5','\x2d','\x96','\xef','\x73','\xeb','\x02','\x24','\x76','\x8d','\x06','\x14','\x39','\x2e','\x29','\xd4','\x8d','\x26','\x1b','\x8b','\x09','\x6e','\x8c','\xa4','\xc5','\x14','\xa9','\x53','\x84','\x90','\x31','\x55','\x85','\xb1','\x96','\x3a','\x56','\x8c','\xea','\x11','\x26','\x78','\x94','\xac','\x3f','\x16','\xec','\x8f','\x51','\xd6','\x28','\xb3','\x5e','\xe4','\x5c','\x33','\xe0','\x2d','\xde','\x74','\x84','\x27','\xea','\xb4','\x90','\xe3','\x84','\x0e','\x95','\xe6','\x62','\x59','\x13','\x6e','\xe9','\xe2','\x08','\x62','\x21','\xf4','\x59','\xab','\x05','\x99','\x1c','\x10','\xd9','\x88','\x15','\x62','\x7b','\x00','\x9b','\x42','\xed','\x27','\x8c','\xbe','\xe8','\xa8','\x43','\x8d','\xb4','\x6a','\x68','\x67','\x9a','\x38','\xef','\xb0','\xde','\x60','\x0b','\x3b','\x3e','\xb8','\x63','\x6e','\x88','\x35','\xca','\xc3','\x44','\x0f','\x90','\xb6','\xd0','\x94','\x8e','\x42','\xd6','\x04','\x44','\x36','\x37','\xbd','\xfe','\xac','\x87','\x7f','\x92','\x6a','\xde','\x79','\x41','\x8d','\x32','\x86','\x2a','\x44','\x72','\x3d','\xd0','\xe5','\x23','\x09','\xcb','\xea','\x3a','\x92','\x83','\xa9','\x1a','\x0e','\xc4','\x0e','\x55','\xaf','\xc3','\x5a','\x7d','\x01','\xb5','\x6b','\x96','\x43','\x22','\x84','\x5a','\x3a','\x06','\x4e','\x7a','\x53','\xd9','\x58','\x3d','\x70','\x15','\x21','\x6e','\xb9','\xa9','\x36','\x52','\x76','\x0b','\x8a','\xd2','\xe3','\x62','\x22','\x0e','\x13','\xa1','\x11','\x0b','\xe4','\x94','\x33','\x85','\x1e','\x3a','\x6d','\x2b','\x1e','\x35','\xaa','\xd0','\xd3','\x51','\x10','\xe0','\x0c','\x23','\xa9','\xfc','\x14','\x19','\x94','\x75','\x94','\x52','\x6b','\xc7','\xad','\x34','\xb5','\x8c','\xa0','\x62','\xad','\x6b','\x09','\x92','\x0c','\x3b','\x57','\x52','\x14','\x22','\x1a','\x16','\x7f','\x7c','\x21','\x50','\xb5','\xb6','\xb8','\x39','\x06','\x4c','\x03','\xb9','\xaa','\xb0','\xce','\x50','\xd5','\x23','\x46','\xa1','\x96','\xe7','\x67','\xa5','\x00','\x6a','\xdf','\x4d','\x0c','\x63','\x8a','\x86','\x8e','\x86','\xd5','\x75','\xe4','\x28','\x34','\xf1','\x70','\x6e','\x95','\x1f','\x9d','\xb3','\x66','\x19','\x66','\x75','\x1d','\xa1','\xa8','\x5e','\x36','\x8a','\x30','\x1b','\xc8','\xad','\x43','\x9d','\x82','\x1e','\xd9','\x19','\xb2','\x0a','\x70','\xb3','\xb1','\x50','\xa8','\xae','\x82','\xac','\x94','\xa1','\xc4','\x78','\xaa','\xb6','\x76','\x3e','\x4c','\x36','\x92','\xb0','\x7a','\x4d','\xae','\x8c','\x98','\x65','\x34','\x2e','\x33','\x32','\x91','\x26','\x47','\x0a','\x23','\xc5','\x70','\xb6','\xab','\x9f','\x07','\x68','\x77','\x4b','\xc0','\x82','\x41','\x8e','\xc4','\xa6','\x96','\x01','\x7a','\x1d','\x47','\xe9','\xbb','\x14','\x5e','\x28','\x72','\x11','\x58','\x09','\x0d','\x69','\x28','\xf4','\x0e','\xef','\xbd','\x50','\x4b','\x53','\x8d','\x69','\x2a','\xe9','\x78','\x75','\x4b','\x6c','\x63','\x30','\x9d','\x0e','\xfd','\xfe','\x14','\x4d','\xaa','\xc9','\xc3','\x11','\x4d','\x93','\xc9','\x31','\x10','\x43','\xa6','\xd1','\x76','\xa5','\xb8','\x0c','\xe9','\xdc','\x06','\x81','\x21','\xe4','\x39','\x46','\xd1','\x21','\x14','\xda','\x3d','\x09','\x4e','\x3b','\xd1','\xae','\x7d','\x07','\xf3','\x18','\x79','\xb3','\x4e','\x86','\x53','\x1a','\xc3','\x98','\x33','\xaf','\x65','\xa6','\x80','\x3a','\xad','\xd6','\xc7','\x88','\x88','\x14','\x2b','\x87','\x61','\xeb','\xac','\xd3','\x20','\x2e','\x8b','\x16','\x71','\x67','\x34','\x19','\x1a','\x23','\x45','\x82','\x51','\x2a','\x94','\xd5','\xa4','\xcf','\x78','\xa1','\x3a','\x80','\x27','\x39','\xaf','\xc0','\x54','\x12','\xaa','\x25','\x92','\x7c','\x48','\x76','\xe2','\xe4','\xb9','\xe5','\x3c','\x4e','\x12','\x84','\x26','\xdb','\x1a','\xa0','\x4b','\x12','\x66','\x80','\x92','\x0c','\x4e','\x1d','\xb6','\xda','\x0e','\x33','\x92','\xac','\x08','\xb5','\x46','\x33','\x8a','\xd6','\xbe','\x17','\x29','\x90','\xdb','\x49','\xf7','\x02','\x70','\x41','\x74','\xd2','\x75','\x16','\xdb','\xd3','\x86','\x2a','\x45','\xfd','\x3c','\x4d','\x30','\x32','\x94','\x45','\x97','\x72','\x7a','\x9a','\xdc','\xa9','\xc9','\xc6','\x50','\x15','\x06','\x93','\x22','\x23','\x93','\x19','\xe6','\xc4','\x28','\x36','\xf4','\x65','\xb9','\x81','\x51','\x44','\xbb','\x05','\x24','\xb2','\x02','\x0f','\x0a','\x36','\x98','\xb2','\x03','\x56','\x8d','\x17','\xac','\x2e','\xc7','\x98','\xd5','\x55','\x49','\xd6','\x68','\xca','\x51','\x9d','\x07','\xa5','\x2b','\x60','\xb3','\xc1','\x04','\x4f','\x32','\x66','\xdc','\x39','\x28','\x54','\xa3','\x11','\xda','\xf3','\x23','\x2b','\x0d','\xd5','\xcb','\x97','\xce','\x19','\x8a','\xa2','\x04','\xeb','\x08','\x4d','\x2d','\x54','\x9d','\x10','\xc6','\xb4','\x31','\x6b','\x54','\x68','\x6d','\x85','\x21','\xee','\xbc','\x91','\xe7','\x84','\x55','\xc6','\x01','\x5a','\x18','\x38','\x72','\x0c','\x34','\xb6','\xb5','\x14','\x37','\xe3','\x7d','\x47','\xeb','\x2e','\x31','\xc1','\xb0','\x10','\x8a','\x56','\x37','\x09','\x2d','\xbd','\x0a','\x35','\xb9','\xc8','\x11','\x7d','\x3f','\x45','\xc7','\x96','\x53','\xc2','\x58','\x47','\x59','\x78','\xbc','\x77','\x84','\x10','\x19','\x0c','\x2a','\xea','\x51','\x45','\xa7','\xdb','\xa3','\xeb','\xa5','\x93','\x62','\xb5','\xb3','\x25','\xe6','\x0d','\x42','\x87','\x33','\x18','\x39','\xff','\x53','\x10','\xab','\x64','\x9d','\x4b','\x64','\x11','\x80','\xa5','\x2c','\x4b','\x3a','\x05','\x44','\x9b','\xc9','\x16','\xbc','\x01','\xe7','\x92','\x74','\x9f','\x11','\x57','\xd8','\x90','\x03','\x31','\x47','\x61','\x74','\x38','\x4f','\x72','\x85','\x74','\x0e','\x7d','\x7b','\xbd','\x91','\xe8','\x3d','\xb1','\x14','\x84','\xdc','\x75','\xbb','\xc4','\x18','\x05','\xa5','\x06','\xb1','\x74','\xb7','\x96','\x1c','\x23','\xf5','\x68','\x88','\x49','\x99','\x5e','\xb7','\x2f','\xfa','\x30','\x75','\x0b','\x6d','\x67','\x9a','\x08','\x26','\x20','\x09','\x7d','\x2c','\x74','\x9a','\x7d','\xb7','\x87','\x25','\x53','\x0f','\x06','\x0c','\x96','\x97','\x08','\xa1','\xc2','\x45','\x99','\x07','\x15','\x6c','\x14','\xab','\x68','\x18','\x1b','\x0f','\x59','\x2b','\xd4','\x5d','\x63','\x54','\x13','\xea','\xc4','\x9c','\x61','\x50','\xd5','\x8c','\xaa','\x0a','\xe7','\x2c','\x65','\xa7','\x4b','\xa7','\x70','\x5a','\x2c','\xaa','\x2d','\x70','\x16','\x4a','\x26','\xe3','\xc2','\xa7','\xa5','\x4f','\xb7','\xf9','\x92','\x80','\xc4','\x56','\x81','\x34','\xa7','\xe6','\x34','\xde','\x89','\x73','\x97','\xb7','\x0e','\xbc','\x23','\x3a','\xb1','\xed','\x6e','\x1a','\x19','\xa8','\x69','\x0d','\x78','\x5f','\x88','\x5b','\xaf','\xed','\xe2','\x0b','\xd1','\x9c','\x62','\xf4','\xcd','\xcb','\xb2','\xdf','\xc7','\x24','\x49','\x61','\x56','\x2b','\x67','\x6b','\x2c','\x45','\x61','\xf1','\x85','\xe8','\xa5','\xc3','\x70','\xc0','\x28','\x37','\xd4','\x49','\x3a','\x3d','\xc6','\x09','\x6b','\x26','\x38','\x8b','\x77','\x02','\xe4','\x1a','\x1d','\x49','\x21','\x14','\xbd','\x21','\x39','\x06','\xd1','\xe3','\xe5','\x4c','\x61','\x82','\x0c','\x93','\x76','\x0e','\xeb','\x5b','\xaf','\x4a','\x01','\x27','\x93','\x49','\xa4','\x42','\x40','\x40','\x63','\x93','\xdc','\x17','\x65','\x4b','\xb4','\x66','\x3f','\xc6','\xca','\xde','\x69','\xac','\x9c','\xc5','\x36','\xeb','\xf9','\xee','\x64','\x27','\x94','\xe3','\x5e','\x0b','\xbb','\x2c','\xfb','\x9f','\x18','\x2e','\x68','\xf1','\xe8','\x2d','\x65','\x51','\x42','\x8e','\x0c','\x46','\x03','\x19','\xb4','\xa9','\x1d','\xc6','\xd6','\x99','\xd3','\x62','\xf1','\x8d','\xe4','\xa1','\xad','\xc9','\x86','\x1d','\x5f','\x87','\x6c','\x5c','\xed','\x2c','\x28','\xac','\xd0','\xcd','\x62','\x0a','\x38','\x93','\x70','\x99','\x55','\x6a','\xb8','\x55','\x70','\x49','\xcf','\xc1','\xd4','\x5e','\x83','\xbe','\x72','\x26','\x65','\xb2','\x53','\x2a','\x7a','\x84','\x60','\x12','\x75','\xd6','\x33','\xaf','\x6e','\xb4','\x9b','\x23','\x79','\x8e','\xf3','\xf2','\x1f','\x63','\x32','\xc3','\x3c','\x62','\x3c','\x2c','\xbb','\x5d','\x13','\x59','\x4d','\x1b','\xb2','\xd0','\xe9','\xa4','\xa6','\x4c','\x63','\x4b','\x6e','\x9b','\x2c','\x45','\xf6','\xd8','\x46','\xce','\xf7','\x94','\x03','\xa9','\x11','\x00','\xb8','\xe8','\x95','\x94','\x74','\x28','\x7c','\x89','\x31','\xa2','\x9b','\xaf','\x47','\xb5','\x00','\x6d','\x26','\x42','\x51','\x32','\x1c','\x2c','\x33','\xaa','\x2a','\x29','\x2a','\x0b','\x4f','\xd1','\xed','\xd2','\x2f','\xa0','\x93','\x0d','\x2b','\x75','\x43','\x33','\x54','\xc7','\x5d','\x23','\xb5','\xba','\x71','\xb2','\x2e','\x45','\x4b','\x6b','\x71','\x53','\x3d','\xcc','\xfa','\x39','\x8a','\x35','\x33','\xcc','\xae','\x5d','\xc3','\xd4','\xda','\x39','\x8a','\x99','\x69','\x7c','\xbf','\x0b','\xdd','\x0e','\xa1','\xb4','\xb8','\x5e','\x87','\x5e','\x6f','\x0a','\xef','\x4b','\x8c','\xf3','\x14','\x9d','\x42','\x17','\x66','\xc6','\x34','\x42','\x7d','\x4d','\x46','\x72','\x19','\x9c','\x9e','\xed','\x9a','\x5b','\x58','\x23','\x00','\x4f','\xdb','\xe1','\x48','\xa9','\x11','\xca','\xb5','\x45','\xe4','\x0a','\xed','\xfe','\x6e','\xb4','\x13','\x47','\x26','\x22','\x66','\x0a','\x0e','\x7d','\x46','\x8a','\x48','\x0b','\x00','\x80','\xe6','\x8f','\x5f','\x6d','\x01','\xe4','\x1d','\x9d','\x4e','\x81','\x1d','\x34','\x82','\xea','\xab','\xa3','\x0d','\x39','\xd0','\x54','\xd5','\x98','\xb2','\x92','\x72','\x54','\x57','\x23','\x41','\x07','\x63','\xcc','\x4a','\x71','\x51','\xc4','\x0c','\x1d','\x3f','\x69','\x64','\x91','\x5b','\x63','\x85','\x86','\xe5','\xc5','\x81','\xac','\x1d','\x2a','\x68','\xc5','\xd7','\x93','\x14','\x84','\x2b','\x28','\x87','\xb0','\x5e','\x8c','\x51','\xfb','\x40','\x04','\x39','\xa8','\x73','\xa3','\xa2','\x3e','\xd3','\x42','\x61','\x92','\xa8','\x59','\x43','\xae','\x05','\xd9','\x6c','\x27','\x9b','\x27','\xa5','\x7f','\xb4','\x8b','\xaa','\x15','\x5a','\x4a','\x91','\x66','\x56','\x7f','\x87','\x55','\x2e','\x63','\x86','\xba','\x69','\xe9','\x72','\x7a','\x13','\xb5','\xf0','\x91','\x97','\x43','\x2e','\x2d','\x66','\x49','\xad','\x92','\x2e','\xd4','\xb6','\xc4','\xf0','\xa6','\xc6','\xc5','\x8c','\xcf','\x0e','\x97','\xa4','\xc5','\x9e','\xb4','\xea','\x6d','\x0b','\xa9','\xa4','\x9f','\x9b','\xf5','\x15','\x6c','\xe9','\x0e','\x2d','\x22','\x2b','\xb4','\x5e','\x8b','\x51','\x04','\x2a','\x2a','\x57','\x5c','\x66','\x72','\xc8','\xe0','\x3d','\x57','\x14','\xe3','\xe2','\xc2','\x5a','\x19','\x2e','\xda','\x34','\xf5','\x58','\x4f','\x91','\x5a','\xb4','\x3d','\x0b','\xfd','\x22','\x65','\xb4','\xf3','\x71','\x82','\x6d','\xb2','\x3a','\xc0','\x25','\xd9','\x25','\x44','\xe0','\x9a','\x13','\x04','\xe1','\x74','\xa7','\x28','\x85','\x03','\xda','\x3d','\xc9','\x81','\xb1','\xce','\x28','\x06','\xd9','\xd0','\x6a','\x22','\x2e','\x39','\x39','\xa8','\x73','\x22','\xd6','\xe2','\x6e','\x44','\x6c','\x11','\x2f','\x27','\x4e','\x3f','\x18','\x8c','\x0a','\x94','\x53','\x0c','\x84','\x20','\xc9','\x6f','\x89','\x74','\xee','\x9c','\x57','\x74','\xcd','\x17','\x40','\x24','\x44','\x2d','\x6c','\x93','\x20','\x25','\x31','\x4b','\x2b','\x94','\x93','\xac','\x23','\x5c','\x16','\x3d','\x48','\x16','\x74','\x24','\xa5','\x48','\xa8','\xb5','\x58','\xd2','\x5d','\x2e','\xb7','\x4f','\x48','\x75','\x0c','\x29','\xad','\x16','\xd6','\x18','\xa3','\x54','\xa6','\x76','\x1d','\x05','\x72','\xad','\xb4','\xa5','\x2c','\xa8','\x51','\x4c','\x2d','\x95','\x08','\xda','\xd9','\x3a','\x42','\xf1','\x91','\xe2','\xa0','\xad','\xef','\x85','\x85','\x27','\xf7','\xb7','\x0e','\x51','\x1d','\xe2','\xb2','\xa2','\x1b','\x92','\x46','\x66','\x9b','\x15','\x39','\x95','\x02','\xde','\x9a','\x44','\xd0','\x75','\xc4','\x78','\x1d','\x35','\xb8','\x20','\x1a','\x15','\x97','\xb4','\x3d','\xaf','\xb3','\x0b','\x62','\x4b','\x6d','\x31','\x49','\x5c','\xaa','\x74','\x3b','\x90','\x4e','\x5a','\x26','\xa5','\x46','\x8f','\x18','\x83','\x89','\x32','\x34','\x4d','\xd6','\x51','\x6b','\xab','\xb9','\xba','\x8e','\x6c','\xe1','\xc7','\xa2','\x79','\x6b','\x2d','\x39','\x89','\x5d','\x79','\x0c','\x82','\xc0','\xe4','\x13','\xd6','\x51','\x54','\x71','\xa1','\xc3','\xe3','\x0b','\x99','\xc4','\x9e','\x90','\xc4','\x0a','\x2d','\x38','\x45','\x1f','\xa2','\xda','\x9f','\x46','\x68','\x0a','\xad','\x9d','\x75','\x8a','\x81','\x9c','\x15','\x00','\x50','\x69','\x48','\x52','\xfa','\x5d','\x41','\xc0','\xe5','\x42','\xe8','\x04','\x29','\x10','\x52','\x43','\x63','\x33','\xa1','\x4d','\x0c','\x9d','\xcc','\x87','\x32','\xd9','\x8c','\x51','\x32','\x63','\x21','\x5b','\x29','\x10','\x63','\x08','\xac','\x34','\x35','\x2e','\x3b','\x0a','\x2c','\x31','\x41','\xd5','\xc8','\x81','\xd5','\x82','\x0f','\xce','\x59','\xfa','\x33','\xd3','\x4c','\xf7','\xa7','\x18','\x56','\x23','\xe6','\x17','\xe6','\x59','\x18','\xad','\x30','\xd5','\xed','\x91','\xbb','\x05','\xc6','\x69','\x12','\x5c','\xcb','\xfa','\x35','\x6d','\x91','\x90','\x32','\x31','\x36','\x34','\x01','\x1a','\x33','\x92','\xed','\xc2','\x59','\xf0','\x8e','\x90','\x8d','\x98','\xa6','\x18','\x23','\xee','\x89','\x59','\x38','\xcb','\xc9','\x40','\x48','\x89','\xa8','\x73','\xc1','\xda','\x82','\x0f','\x6b','\x20','\x06','\x72','\x13','\x08','\x4e','\x10','\xf1','\xac','\xc9','\x16','\x56','\xdd','\xe4','\x40','\x92','\x01','\x23','\xe8','\x68','\x53','\x40','\xf4','\xb2','\x37','\xa6','\xa0','\x76','\xe8','\x69','\x75','\xcf','\x71','\x58','\x79','\xa7','\x52','\x12','\xa4','\x55','\x27','\xa8','\x7b','\x2d','\x66','\x84','\xae','\x9a','\xc9','\xa9','\x26','\x8f','\x5a','\x30','\x82','\x71','\xe7','\x53','\x44','\xf6','\x8a','\x74','\x1b','\x75','\x75','\xcb','\xba','\xa2','\xa2','\xec','\xe5','\x46','\xf7','\xad','\x28','\x3c','\x19','\x6c','\x83','\x52','\x2d','\x57','\xd1','\x53','\x0b','\xd8','\xc6','\x80','\x97','\xab','\x4a','\xba','\x6e','\xa1','\xa5','\x64','\xea','\xfe','\x41','\x6b','\xaa','\x61','\x44','\x58','\xeb','\x0b','\xe9','\x92','\x26','\xdd','\x9b','\xb5','\x00','\x92','\xfa','\xcc','\xd0','\x2d','\x03','\x65','\x51','\x12','\xa2','\xa0','\xce','\x4b','\x2b','\x2b','\x84','\x46','\x18','\x09','\x4d','\x14','\xda','\x6d','\xaf','\x28','\x98','\x29','\x45','\x6f','\x18','\xda','\xf7','\x45','\xdf','\xfb','\x0c','\x8a','\x1a','\x5b','\xac','\x1d','\x88','\x9e','\x72','\xcc','\x25','\xca','\x63','\xc3','\x8f','\xa4','\x76','\xb4','\xc9','\x44','\xac','\xb7','\x74','\x83','\x17','\xc1','\x32','\x42','\xa9','\xa3','\x0e','\x3a','\xc7','\x22','\xe2','\xa3','\xd0','\x5f','\xa3','\x16','\xf6','\x31','\x4b','\xe2','\x23','\x75','\xa9','\xdc','\xcf','\xd8','\x88','\x0a','\x50','\x44','\xb8','\x72','\x1e','\x46','\x7d','\x4f','\xa5','\x8b','\xde','\xba','\x56','\x8a','\x1d','\xbc','\x6b','\xdd','\x14','\xdb','\x64','\x19','\xe9','\xa6','\x08','\xcd','\xa3','\x51','\x6a','\x9b','\x3d','\xa1','\x00','\x52','\x38','\x4e','\x69','\x66','\xb6','\xd0','\x2e','\x05','\xac','\x16','\x42','\x46','\xbb','\x0e','\x59','\x72','\xac','\xe8','\x85','\x75','\x41','\xce','\x32','\x17','\x27','\x48','\x27','\x3c','\xa5','\xcc','\xa8','\x1e','\xc9','\x04','\x75','\x6f','\x09','\x4d','\x52','\x73','\x1f','\x56','\xe9','\x4c','\x49','\xba','\x57','\xd6','\xc2','\x30','\xad','\x10','\xa3','\x74','\x67','\xb3','\xd2','\xaf','\x64','\x16','\x58','\x1e','\x83','\x37','\x16','\x3b','\x1e','\xf2','\xe8','\x8d','\x74','\x23','\x65','\xd6','\x5d','\xc2','\x04','\x9d','\xe5','\xd1','\x29','\xf1','\xae','\x23','\x8c','\x0e','\x67','\x4f','\xd0','\x5c','\x48','\x91','\x1a','\x62','\xa4','\x43','\x47','\x74','\x52','\x29','\x52','\x27','\x19','\x9c','\x5a','\xe0','\xf0','\x14','\x62','\xbd','\x6b','\xc0','\x98','\x44','\x0e','\x43','\x6c','\x14','\x1a','\x8e','\x12','\x61','\x94','\x2e','\x2e','\x86','\x43','\x24','\x71','\xae','\x2c','\x81','\x2c','\xad','\x74','\x06','\xb1','\x61','\xd0','\xea','\x48','\x9a','\x66','\x5c','\x58','\xe1','\x94','\x9e','\xd7','\xe8','\x29','\xdd','\x6a','\xbb','\x72','\x0b','\x1a','\x38','\xd9','\x2b','\xab','\x9a','\x10','\x03','\x2e','\x7b','\x92','\xb7','\x32','\x63','\x2f','\x1a','\x7d','\xae','\x56','\x29','\xd7','\xf2','\x3c','\x93','\x52','\xee','\xb2','\xe6','\x2c','\x2d','\xd7','\xa1','\x9d','\xa1','\x28','\x2c','\x93','\x24','\x96','\xe8','\x31','\x49','\x3e','\x93','\x45','\x43','\x66','\xbb','\x5e','\xc0','\x06','\x75','\xbb','\x73','\xce','\x51','\x14','\x05','\x65','\x35','\xa4','\x18','\x16','\x58','\x2b','\x2e','\x7d','\x56','\xf7','\xa6','\x96','\xfa','\xdd','\x1e','\x81','\x2d','\x08','\x5d','\x18','\xe9','\xc0','\xad','\x8c','\x64','\x8f','\x6f','\x42','\x4d','\x63','\x12','\xb5','\xc9','\xd4','\xa1','\x12','\x07','\x43','\xe4','\x3c','\xb5','\x56','\xf4','\x1a','\xc6','\x78','\x99','\xf3','\x17','\x1b','\xaa','\xaa','\x16','\xaa','\xb5','\x13','\x7a','\x58','\x48','\xb5','\x7c','\x87','\x68','\xa0','\xb6','\x98','\x76','\x3e','\x09','\x32','\xdb','\xad','\x15','\x34','\x65','\xa3','\x33','\xe3','\x94','\x2e','\x36','\x9e','\xcb','\x68','\x1d','\xa5','\x16','\x18','\x46','\xe7','\x24','\x9a','\x04','\x14','\xba','\x37','\xe9','\x0e','\x12','\x52','\x22','\xc5','\x46','\x8a','\x3a','\x4d','\x9e','\x9c','\x01','\xe7','\x3d','\x65','\x27','\xe0','\x48','\x34','\xf5','\x50','\xd8','\x06','\x0a','\x1c','\x2b','\xa7','\x4c','\x6b','\x96','\x91','\xe4','\x17','\x7a','\xce','\x8d','\xc1','\x3e','\x65','\x71','\x08','\x5d','\x58','\xfe','\x5e','\x0a','\x43','\x72','\x68','\xb4','\x6d','\x55','\x08','\xc8','\x65','\xad','\xae','\x4f','\xd1','\x7b','\x8a','\x81','\x9e','\xfe','\x05','\x23','\xac','\xa5','\xb1','\xb6','\xd0','\x4a','\x77','\xc9','\x78','\x47','\xb0','\xea','\x7a','\x56','\x37','\xea','\x76','\x69','\x28','\x4a','\x4f','\xc7','\x75','\xe8','\xf6','\xa4','\x73','\x55','\xd7','\x81','\xa4','\x79','\x9c','\xe8','\x8c','\xe5','\xfe','\x09','\xfa','\x0d','\xc9','\x66','\x82','\x93','\x24','\x3e','\xca','\xbf','\xc4','\xda','\x4c','\xb4','\xb1','\xcd','\x28','\x20','\x25','\x4c','\x47','\x81','\x06','\x1f','\xc9','\xa9','\xa1','\x56','\x6a','\x58','\x88','\x91','\x9c','\x65','\xef','\xa9','\x87','\xcb','\xe4','\x46','\x66','\x42','\x75','\x66','\xfb','\x0a','\x62','\x17','\x18','\xef','\x88','\xde','\x30','\x48','\x0d','\x09','\x29','\xb6','\xdb','\xdc','\x25','\xc5','\x4c','\xac','\xdb','\x46','\x81','\xd4','\xa7','\xc5','\x4a','\x87','\x72','\x38','\xa4','\x58','\x58','\x64','\xb8','\xb0','\x48','\x77','\x7e','\x1e','\x37','\x3d','\x85','\x9f','\xee','\x61','\xa7','\xfb','\xd0','\xeb','\x50','\xcc','\x4c','\x33','\xbb','\xa6','\xa1','\xd3','\xe9','\x29','\x73','\xa2','\x4f','\xe9','\x3d','\xbe','\x2c','\x90','\x9a','\xd5','\x10','\x62','\x4d','\x5d','\xc9','\x9e','\xdc','\x9a','\xb9','\x18','\xed','\x88','\x8f','\x07','\x9a','\x63','\xc6','\xfb','\x42','\x46','\x8a','\x32','\xb2','\xd0','\xd0','\x69','\x75','\x94','\xd9','\x60','\x6d','\x57','\x64','\x34','\x59','\x0a','\x41','\x31','\x1e','\xb3','\x63','\xb6','\x0d','\xe4','\xb1','\xae','\xfb','\xb5','\xf1','\xfa','\x02','\x28','\x67','\x7c','\x86','\x3c','\xaa','\x69','\x46','\x43','\x0a','\xdf','\xc1','\x1b','\x4f','\xae','\x6a','\x06','\xd4','\x58','\xa6','\x28','\x8d','\xa7','\xaa','\x2b','\xf2','\x78','\xa9','\x2a','\x39','\xcf','\x48','\x8b','\xca','\x3a','\x4f','\x69','\x8c','\x76','\x0d','\xd2','\x38','\xa1','\x4d','\x18','\x99','\x57','\x02','\xf4','\xbc','\x68','\x0e','\x12','\xed','\x94','\xe1','\x76','\x1a','\x32','\x38','\x57','\xe0','\xbc','\xa3','\xf4','\x85','\xb4','\x02','\x63','\x20','\x84','\x9a','\x91','\xb2','\x7f','\xa5','\xe3','\x22','\xee','\x10','\x58','\x43','\x95','\x13','\xcb','\xcb','\xd2','\xa1','\x91','\xd0','\xcd','\x0a','\xe5','\x75','\xc6','\x40','\x1a','\x8a','\xd5','\x6b','\xc8','\x49','\x45','\x69','\xca','\xb7','\x45','\xd0','\xf0','\x04','\x0c','\x51','\x9d','\x4a','\x8b','\x1e','\x29','\x07','\xba','\xf5','\xfc','\x32','\x88','\x4e','\xa6','\xa5','\x58','\xe9','\x7e','\x26','\x94','\x8d','\x10','\x20','\x0c','\x01','\xe8','\x02','\x9d','\x71','\x75','\xba','\x5a','\x79','\x1a','\x5a','\x9a','\x83','\xa0','\xfd','\x62','\x2a','\x1b','\x15','\x15','\xd1','\x99','\x3e','\xd9','\x60','\x82','\xb8','\xe3','\x64','\x02','\x91','\x06','\x9b','\x1d','\x2e','\x79','\x08','\x9e','\xd4','\x04','\xa1','\x26','\xa2','\xd4','\xb2','\x18','\x89','\x39','\x28','\x70','\xbf','\x2a','\xb6','\x07','\x4d','\x48','\x81','\x90','\x2d','\x55','\xdd','\x0e','\xa6','\x55','\x1d','\x89','\x35','\x44','\x2b','\x02','\xc6','\x88','\x08','\x4f','\xb3','\x16','\x45','\xed','\xcc','\x02','\xa3','\x03','\xc9','\x5a','\x1b','\x67','\x4c','\x4b','\x2d','\x31','\xd8','\xa6','\x86','\x5a','\xba','\x31','\x42','\xbb','\x4b','\xe4','\x14','\x71','\x59','\x90','\xe8','\x6c','\xc0','\xc6','\x9a','\x22','\x5a','\xb2','\xad','\x28','\x83','\xc3','\x1b','\xc7','\xa0','\x1a','\x10','\x68','\x30','\x4c','\x51','\x18','\x4f','\xd5','\x8c','\xde','\x70','\x1d','\x39','\xed','\x50','\xbc','\xd1','\x3a','\x32','\x40','\xcf','\x7b','\x15','\xef','\x4a','\x11','\xd6','\x44','\x45','\x12','\xac','\xa0','\x53','\xf2','\x19','\x25','\x09','\xb1','\xc5','\x6d','\x62','\x43','\x60','\x08','\x08','\x72','\x29','\xeb','\xc8','\x82','\x85','\x3a','\x25','\x96','\x79','\xfd','\x3a','\x02','\xa5','\x7b','\xc5','\x48','\x1e','\x8a','\x75','\x79','\xd0','\x7b','\x9e','\x5f','\xb5','\x8e','\x1c','\x09','\xc3','\xd0','\xb4','\x9f','\x90','\xc7','\x5d','\x38','\xfd','\x5f','\xe3','\xa7','\xe3','\xd4','\x62','\xfa','\xc4','\x75','\x94','\x4d','\x26','\x87','\x11','\x29','\x0c','\xe4','\xbb','\x01','\x1d','\x5d','\x81','\x51','\x70','\x12','\xda','\x9d','\xe8','\x04','\x69','\x3d','\x0e','\xa3','\x2a','\x2c','\xd1','\xf5','\x34','\xe8','\x33','\xd3','\x75','\x94','\xda','\x75','\x84','\xc3','\xeb','\x3a','\xca','\x4d','\x24','\x9a','\x91','\x8a','\xae','\x5b','\x53','\x83','\xa0','\xb4','\xa7','\xac','\xbf','\xb3','\x4d','\x63','\xe5','\x9b','\x06','\x1a','\xaa','\x5a','\xe7','\x20','\x59','\xa1','\x1b','\x66','\x2b','\x33','\xa5','\x52','\x52','\x5d','\x48','\x14','\x94','\x2c','\x9a','\xbc','\xda','\x6d','\x50','\x60','\xc2','\xb4','\x53','\xd5','\x8d','\x21','\xe1','\x49','\x39','\x60','\x9b','\x84','\x69','\x2a','\x59','\x47','\x2d','\x55','\xa2','\x53','\x62','\x4a','\x41','\x79','\x2a','\xed','\xa0','\xe5','\x98','\x44','\xa0','\x9a','\xf3','\x78','\x2d','\x4a','\x41','\x9f','\x48','\xd4','\x98','\x68','\x48','\x75','\x96','\xf9','\x29','\xc6','\x32','\xd5','\xed','\xb1','\x71','\xed','\x7a','\xb6','\x6f','\xde','\xc2','\xda','\xb5','\xeb','\x98','\x9e','\x9b','\x65','\x7a','\x6a','\x86','\xc3','\x07','\x0f','\xf2','\xc4','\xa3','\x8f','\x72','\x6c','\x79','\x01','\x82','\x0c','\x1e','\xac','\xc9','\x34','\xd5','\x10','\x3b','\x2f','\x9b','\x64','\xf6','\x62','\xfb','\x59','\xba','\x82','\xa8','\xa2','\xf6','\x3a','\x46','\xea','\x2c','\x05','\x26','\x3a','\x9d','\xba','\x8c','\x86','\xe8','\x3c','\x65','\x82','\x22','\x19','\x02','\x46','\xe9','\x19','\x99','\xe8','\x15','\x3d','\x8c','\x2d','\x47','\x3d','\x89','\x61','\x4c','\x58','\x45','\x13','\xad','\xf2','\x40','\x45','\x94','\xaa','\xef','\x40','\x61','\x44','\xa8','\x9a','\x32','\x8b','\x4d','\x64','\xc9','\x8b','\xc8','\x57','\x5c','\x82','\xb4','\x83','\x94','\x8d','\x16','\xa7','\x90','\xa2','\x21','\x44','\x75','\xb1','\xd2','\xbd','\x28','\x98','\x56','\x10','\x2c','\x83','\x02','\x43','\x16','\xe3','\x13','\x0b','\x6a','\x1a','\xe2','\xd4','\x0d','\x2c','\x49','\x02','\x93','\x85','\xf6','\x56','\x38','\x39','\xd0','\x53','\xce','\xa2','\x01','\x33','\xad','\xb6','\x43','\x0e','\x79','\xb4','\xc8','\x35','\x7a','\xe0','\xb7','\x94','\xdd','\x56','\x0b','\x03','\x90','\x4d','\xd2','\xb9','\x9c','\x2d','\x58','\xc0','\x09','\x40','\x19','\x04','\x9b','\x35','\x19','\x54','\x7a','\x97','\x35','\xea','\x06','\xa6','\x14','\x26','\x75','\x7f','\x4a','\x48','\x61','\xe5','\x32','\xc2','\x95','\x4f','\x89','\xba','\x1a','\x12','\x9a','\x48','\x51','\x78','\x7a','\x65','\x9f','\x10','\x03','\x96','\x24','\x9d','\x06','\xa3','\xeb','\x8c','\x3c','\x3e','\xac','\x85','\x6e','\xa7','\x42','\xee','\x66','\x24','\xd0','\x40','\x3b','\xc7','\x0b','\x6d','\x86','\x62','\x04','\x98','\x70','\x86','\xba','\x63','\x69','\x6c','\xc2','\xa6','\x20','\xb4','\xa3','\x9c','\x29','\x80','\xa2','\x74','\x94','\xd6','\xe2','\x3b','\xaa','\x91','\x21','\xe2','\xa2','\x7c','\xb7','\x88','\x20','\xe7','\x59','\x51','\x6e','\x63','\xa4','\xd0','\x4d','\x02','\x6e','\xe2','\xbd','\x85','\x4e','\x21','\x7b','\x96','\x76','\xa5','\x44','\x90','\x2e','\x09','\x9d','\x2d','\x8d','\x74','\x95','\xb4','\x68','\x8b','\x48','\xf7','\xcb','\x7a','\x15','\x8e','\x57','\xb2','\x47','\x18','\xdb','\x82','\x7e','\x42','\xdb','\x6b','\xe7','\xb4','\xa1','\x74','\x55','\x6b','\xd4','\xb8','\xa2','\x75','\x5c','\xd3','\xee','\xbb','\x49','\x02','\x6a','\x35','\x3e','\xd3','\xb1','\x9e','\xc2','\xb8','\xb1','\x55','\xb4','\x14','\x86','\x96','\xd9','\x7e','\x4f','\x69','\x68','\x06','\xef','\x9c','\x6a','\x01','\x65','\xd4','\x45','\xd0','\x02','\xc8','\x00','\xce','\x39','\x96','\x2a','\xa1','\xe0','\x4e','\x75','\x3b','\xd2','\x69','\x8c','\x62','\x0c','\x50','\xd7','\x23','\xd1','\x90','\x00','\x9d','\xc2','\x51','\x14','\x9e','\xc2','\x3a','\x9c','\x76','\xfd','\x83','\x52','\x6f','\x3b','\x88','\xed','\x72','\xb0','\x86','\x5a','\x33','\x56','\xa1','\x81','\xc9','\x59','\x2e','\x68','\xb0','\x4e','\x67','\x6b','\x69','\xcd','\xb6','\x80','\xdc','\x65','\x6c','\x0c','\x61','\x8c','\xec','\xdd','\x76','\x96','\x4c','\x24','\x54','\x35','\xd6','\x58','\x3a','\x65','\x87','\xc2','\x95','\x52','\x14','\x28','\x58','\x20','\xc3','\xd9','\x83','\x02','\x86','\x72','\xaf','\xb2','\x31','\xcc','\xcd','\xcc','\xc2','\x86','\x8d','\x52','\xb0','\xa8','\xb5','\x7f','\xa7','\xdb','\x11','\x71','\x79','\x08','\xe3','\x59','\x66','\x4d','\x88','\x6a','\x54','\xd1','\x6a','\x82','\x45','\x1f','\x57','\xb8','\x92','\xb2','\xe8','\x08','\x68','\xd0','\x66','\x08','\x49','\x4c','\x50','\x9c','\xeb','\x61','\x8b','\x29','\xda','\xee','\xa9','\x42','\x9d','\xfa','\x4f','\x3d','\xff','\x8d','\xa1','\xe8','\x74','\xf4','\x5c','\x13','\x80','\xab','\x49','\x51','\x3b','\x19','\x71','\x6c','\x8d','\x9d','\x4b','\x2f','\x5d','\xe1','\x36','\xd1','\xce','\xba','\x8e','\xb2','\x74','\xd3','\xe4','\xbd','\x2d','\x84','\xfa','\x7d','\x62','\xb2','\xae','\xa0','\x54','\x93','\x64','\x06','\xe1','\x74','\xcf','\x13','\xe3','\x90','\x85','\xc5','\x25','\x52','\x84','\xa9','\xee','\x1c','\xdd','\xfe','\x14','\xd9','\x18','\x56','\x96','\x16','\x19','\xac','\x2c','\xe1','\x7d','\x49','\xb7','\xdb','\xc7','\x64','\xa1','\xb3','\xe2','\x2d','\xed','\x5c','\x9a','\xaa','\x09','\x3a','\x2e','\xc0','\x90','\x9c','\x21','\x36','\xa2','\xef','\x0e','\x41','\x75','\xde','\x2d','\xd5','\xcf','\xb6','\x73','\x86','\x84','\x42','\x17','\xf5','\xfb','\xb5','\xd4','\xb4','\x96','\x81','\x61','\xb0','\xf8','\x76','\xd0','\xba','\xb5','\xe2','\x40','\x8b','\x11','\x00','\x88','\xb6','\x80','\x11','\x7d','\x22','\x29','\x6a','\x57','\xc4','\xea','\x9f','\x67','\xd5','\x8a','\x7b','\x24','\x95','\xd1','\x9f','\x57','\x53','\x06','\x14','\xac','\x95','\x61','\xae','\x0d','\x06','\x28','\x3a','\x85','\x24','\xfc','\x4a','\x27','\xcd','\x2d','\x5d','\x54','\x10','\x72','\x01','\x74','\xe2','\x08','\x13','\x1a','\xd5','\x26','\x8a','\x3e','\xd2','\x59','\x8f','\xf1','\x32','\xe7','\xca','\x7a','\x4b','\x18','\x05','\x52','\xdd','\x28','\xb8','\xe4','\x30','\x4e','\x28','\xdc','\x78','\x8f','\x29','\x54','\x16','\xe2','\x4a','\xd9','\x77','\x8c','\x48','\x4a','\xa2','\x76','\x54','\x0a','\x63','\xf1','\xd6','\x0a','\xfd','\xde','\xa9','\xab','\x20','\x06','\xa7','\x6b','\xba','\x35','\x89','\x10','\xf4','\x55','\x3a','\xea','\xb1','\x0c','\xa4','\xd4','\x90','\x1a','\xed','\xfc','\x5b','\x01','\xe0','\xac','\xb1','\x42','\x55','\x53','\xf9','\x87','\xb5','\x0e','\x1b','\x84','\x42','\x2a','\xb9','\xa1','\x00','\x93','\xce','\x58','\x92','\xb1','\x54','\x14','\x64','\xe3','\xe8','\x7a','\x4f','\xb7','\x94','\xfc','\xda','\x5a','\x4b','\xb2','\x96','\x11','\xd2','\x65','\x6b','\x15','\xa5','\xc9','\x68','\x53','\xc1','\xa0','\xd7','\x24','\x4c','\x96','\x94','\xc1','\x45','\x28','\xb2','\xc8','\x56','\x28','\x4b','\x72','\xc7','\x11','\x4a','\x47','\x2e','\x3b','\xd8','\x5e','\x17','\x37','\x3b','\x8d','\x99','\xe9','\xe3','\x4b','\x8f','\xb7','\x6a','\xae','\x65','\xd3','\xd8','\x4c','\x4b','\x49','\x23','\x94','\xd9','\xd2','\xeb','\xf4','\x68','\x01','\x5b','\x72','\x1e','\x8f','\x01','\x30','\x28','\xb8','\x9a','\xe5','\x67','\x5b','\x56','\x44','\xb6','\xf2','\xfe','\xb4','\x16','\xef','\x29','\x47','\x62','\xb6','\x04','\x33','\x0d','\x08','\x5d','\xba','\x40','\x2c','\xbc','\x65','\x9f','\xae','\x65','\x03','\xcc','\x51','\xe6','\x61','\x9d','\x24','\x5e','\x57','\x00','\xcd','\x9e','\xb2','\x99','\x35','\xa7','\x9f','\xc6','\xb2','\x3f','\x44','\x5c','\x1a','\x62','\xa7','\x66','\xe8','\x94','\x7d','\x3a','\xa3','\x01','\xbe','\x69','\xe8','\x39','\xa9','\x22','\x7d','\x6e','\x27','\xa1','\xb7','\x5c','\x59','\x71','\x81','\x32','\xd9','\xd0','\xe9','\x76','\xf1','\xce','\xc9','\xcb','\x91','\xb4','\xab','\xa2','\x88','\x5b','\xce','\x22','\x9e','\x9e','\xe9','\x75','\x29','\x8a','\x42','\x74','\x16','\x55','\x23','\xf6','\x97','\x72','\x86','\x50','\xf8','\x52','\x10','\x24','\x5f','\x48','\x47','\xa7','\x69','\x54','\xd7','\xd3','\xa0','\xfe','\x9c','\x63','\xd1','\x76','\x32','\xe2','\x3e','\x53','\x37','\xb5','\x56','\xda','\x50','\x38','\xe1','\xd2','\x3a','\x67','\x25','\x21','\xcb','\x22','\x64','\xce','\x48','\x5b','\xda','\x8d','\x5b','\xf7','\xe0','\x14','\x11','\x4f','\xca','\x91','\x4f','\xea','\xc2','\x23','\xa7','\xb9','\xd5','\x2d','\x6c','\x55','\xb4','\xec','\xb5','\x4d','\xdd','\xb6','\x3f','\xc9','\xed','\x4c','\x86','\x40','\xd0','\xa9','\xf7','\x05','\xd2','\xe1','\x68','\x9d','\x72','\xac','\x95','\xa1','\x51','\xc2','\xa7','\x6d','\x75','\x39','\x41','\x45','\xba','\x8a','\xee','\x2b','\x1a','\x89','\x91','\xc4','\xbf','\xe5','\x60','\xe7','\x84','\x4e','\x47','\x17','\xe7','\x0f','\x87','\xa0','\xc7','\x4d','\x0a','\xab','\x03','\xd0','\xec','\x78','\x5c','\xb4','\x52','\xdd','\xcc','\x38','\xc9','\x92','\x1c','\x2c','\x53','\x23','\x3c','\x53','\xef','\x74','\xb2','\xb0','\x55','\x2a','\x91','\x51','\x9d','\x4a','\x9b','\xa8','\x5b','\x74','\x93','\x37','\x4a','\xf3','\xd1','\x61','\xb7','\x56','\x3a','\x49','\x14','\x9e','\xe8','\xac','\xa0','\xfb','\x6a','\xb3','\x6c','\xbd','\x15','\xd1','\x69','\xb6','\xd8','\x18','\x29','\x66','\xfa','\x98','\x99','\x3e','\x47','\xf6','\xed','\xa3','\x3a','\x3a','\x4f','\xbd','\x32','\xa4','\x3b','\x35','\x43','\xa7','\xd3','\xa7','\x3b','\x1c','\x10','\x9b','\x86','\xbe','\x2b','\xb1','\x56','\xf5','\x2c','\x59','\x10','\x22','\x0b','\x63','\x37','\x31','\x93','\x0d','\x65','\xa7','\x4b','\xe1','\x9d','\x0e','\xb5','\xcd','\x2a','\xae','\x5d','\xa5','\xf6','\x85','\x98','\x98','\x9d','\x12','\xca','\x53','\xd3','\x34','\x42','\x7b','\x6c','\xe4','\xd9','\x59','\xa3','\x14','\x0a','\x2f','\xf7','\x2d','\xa7','\x2c','\x2e','\x45','\x4d','\xa0','\x69','\x1a','\x99','\xb2','\x8e','\xd5','\xf5','\x26','\xc3','\xd3','\x52','\x23','\xde','\xf2','\x51','\xd7','\x91','\x73','\x9e','\x52','\xdd','\x63','\x92','\x72','\x4b','\x9d','\x75','\x82','\x2a','\xe7','\x28','\x1d','\x3a','\x4d','\xc8','\xbd','\x95','\xe4','\x43','\x0a','\x02','\xc6','\xed','\xfa','\x3c','\x4e','\x04','\x65','\x03','\x11','\x6e','\x6b','\x56','\xbd','\xd2','\x1b','\xaf','\xa3','\x94','\x12','\x5e','\xd7','\x11','\xba','\x29','\x89','\x59','\x88','\x6c','\x53','\x62','\x84','\x66','\xc7','\xe6','\x18','\x51','\xf9','\xde','\x51','\x87','\xd4','\x59','\x5d','\x47','\xe6','\x75','\xeb','\xa8','\x90','\x61','\xaa','\x48','\xd7','\x27','\xa4','\x48','\x13','\xa4','\x7c','\x2a','\x8d','\x53','\x27','\x1e','\x45','\xcf','\x30','\xab','\xd4','\x37','\xa4','\xfb','\x59','\x23','\xa8','\x95','\xd7','\x43','\x37','\xdb','\x13','\x34','\x17','\x26','\xe9','\x86','\xa9','\xbb','\x9d','\xa2','\x70','\x92','\xde','\x0a','\x8f','\x5c','\x28','\x1f','\x90','\x0b','\x4f','\xb4','\x16','\x74','\x78','\x9a','\xd1','\x75','\xe4','\x9c','\x3a','\xf6','\x58','\x4b','\x5d','\x55','\x54','\x55','\x25','\xa5','\x71','\x5c','\x9d','\x63','\x32','\x96','\xc9','\x5a','\x33','\xa6','\x7d','\xe5','\x10','\x18','\x8d','\x04','\xa5','\x34','\xc6','\xb0','\x61','\xe3','\x7a','\xce','\xde','\x79','\x36','\x17','\x9e','\x7b','\x1e','\x73','\x1b','\x36','\x61','\xbd','\xc1','\xb8','\x82','\xa9','\x7d','\x7b','\x59','\xa0','\xc2','\x1e','\x3e','\x44','\x61','\x0c','\x65','\xd9','\x91','\xd9','\x24','\x75','\x43','\x67','\x59','\xa8','\x30','\xa6','\xe3','\xc9','\x5d','\x4f','\xf4','\x96','\x2a','\x07','\x86','\xa1','\x61','\x14','\x02','\x55','\x10','\xf7','\xa3','\x76','\xde','\x53','\x89','\xa7','\xf4','\xe2','\xf8','\x53','\x66','\x83','\xcf','\x42','\x0b','\x1b','\x14','\x91','\x46','\x0f','\xf4','\x16','\xfe','\x90','\x84','\xbf','\xdd','\x47','\x24','\xb1','\x6f','\x13','\x55','\xa1','\x21','\x3a','\xac','\x16','\x95','\x5e','\x11','\xdd','\x85','\x38','\x62','\x21','\xd7','\x74','\x8b','\x82','\x5e','\x51','\xe0','\x8b','\x02','\x5f','\x7a','\x01','\x47','\x94','\x9a','\x68','\x9d','\xbc','\xa3','\x39','\x47','\x5d','\x1b','\x49','\xbb','\x4e','\xe8','\x61','\xa1','\x94','\x86','\x0c','\x2e','\x8b','\x60','\x5e','\x74','\x2c','\xad','\xad','\x3d','\x63','\xe3','\x03','\x87','\x14','\x63','\x59','\x0f','\x66','\x11','\xd4','\x6b','\x22','\x6d','\x45','\x83','\x95','\xb5','\xc0','\x94','\xb5','\xa8','\x3a','\x38','\x4d','\x40','\x5a','\x86','\x4f','\x61','\xdd','\xf8','\x73','\xe4','\x22','\x56','\x69','\x69','\x20','\xe0','\x4a','\x0e','\xb2','\x9f','\x3a','\x27','\x0e','\x5f','\xed','\xda','\xc8','\xba','\x67','\xa6','\x24','\xc6','\x21','\x5e','\x01','\x8e','\xaa','\x09','\xac','\x0c','\x87','\x84','\x18','\xe9','\x76','\x3b','\x94','\x5d','\xb1','\x99','\x4d','\x75','\xa0','\xab','\xcf','\x23','\x44','\x65','\x25','\xd8','\x16','\xe1','\x95','\x84','\x31','\xe9','\xde','\x91','\xb5','\xd8','\xcc','\xa8','\x18','\xba','\xe5','\xf9','\x1b','\xe9','\xe2','\x54','\x3e','\xc8','\x4c','\xb9','\x60','\xc8','\x41','\xf8','\xe3','\x05','\x86','\xd2','\x96','\x74','\xac','\x13','\x3d','\xa6','\x0e','\x8a','\x1e','\xbf','\xdf','\x59','\x8a','\xcf','\xac','\xc8','\x38','\x19','\x7c','\x8c','\x3a','\xb8','\x5a','\x40','\x18','\xe3','\x44','\xcb','\x41','\x52','\x54','\x15','\x41','\xdd','\x63','\xce','\x14','\x65','\x47','\xde','\xa3','\x98','\x09','\x4a','\xc7','\xb3','\xda','\x19','\x32','\xd6','\x90','\x83','\x76','\x87','\x8d','\x4e','\x19','\x6f','\xe1','\x19','\xd5','\x98','\x25','\x6b','\x74','\x5e','\x5e','\xd6','\xf5','\xe3','\x75','\xdd','\x29','\x6d','\x35','\xe9','\x7b','\x59','\x88','\x0e','\xd6','\x23','\x46','\x22','\x31','\x49','\x6b','\xae','\xf0','\x9e','\xfe','\x54','\x5f','\xce','\x62','\x05','\x27','\x8b','\xa2','\x10','\xb0','\x2e','\x8b','\x6e','\x22','\xe4','\x2c','\xeb','\xc5','\x39','\xaa','\x7a','\x99','\x44','\xa4','\xd7','\xed','\xe1','\xca','\x02','\x93','\xa1','\xaa','\x46','\x34','\xd5','\x88','\x50','\x47','\x62','\xc8','\x74','\x3a','\xb2','\xef','\x78','\xa3','\x1d','\xdc','\x28','\x54','\x6a','\xb2','\xa1','\xe3','\x4a','\x3a','\x65','\x41','\xd5','\x04','\x46','\xba','\xaf','\x1b','\x44','\x3b','\x88','\x3a','\x96','\x49','\x71','\xdd','\x32','\x20','\x22','\xd6','\x15','\x4a','\x6b','\x15','\x48','\x50','\x66','\x84','\x08','\x7d','\xc7','\x5a','\x88','\x55','\xa5','\x7a','\x21','\xa1','\xff','\x78','\xef','\x25','\xf1','\xa3','\x3d','\xdb','\x14','\xd4','\x54','\x3d','\x9e','\x01','\x8c','\xf7','\x38','\x5f','\x0a','\x18','\xa3','\x00','\x80','\x2b','\x3b','\x72','\xcf','\x63','\x94','\xd9','\x59','\xb1','\x21','\xc6','\x46','\x8b','\x92','\x3c','\xa6','\x23','\x59','\x6b','\x28','\x7b','\x7d','\x9c','\xef','\x0a','\xe8','\x58','\x57','\xc4','\x50','\xaf','\x16','\x8a','\x9d','\x19','\x6c','\xd9','\x97','\x17','\x4b','\xb3','\xb8','\xb6','\x39','\x31','\x36','\x4d','\x32','\x16','\xd7','\xed','\x8c','\x7f','\x04','\x85','\x41','\x51','\x41','\x78','\x36','\x06','\x74','\x6f','\x37','\x3a','\xa8','\x54','\x70','\x94','\x24','\x43','\xe6','\xeb','\x9a','\x18','\x1b','\x29','\x2a','\x8a','\x52','\xf2','\x85','\xb4','\x0a','\x7d','\x4a','\x01','\x28','\x86','\x32','\xd6','\x3b','\x3a','\xfd','\x82','\x1c','\x46','\x0c','\x16','\x16','\x21','\x1b','\xba','\x33','\xb3','\x74','\xd6','\xac','\xc1','\x78','\x4f','\xbd','\xb4','\x48','\xbd','\xb4','\x84','\xed','\x76','\x28','\x7a','\x7d','\xe9','\x84','\x93','\x84','\x9e','\x66','\xec','\xaa','\x46','\xcb','\x8a','\xae','\x2f','\x9b','\x24','\x05','\x50','\x13','\xc8','\x4d','\x23','\x5d','\xe9','\x78','\x02','\x68','\xa8','\xc2','\xb1','\x94','\xb3','\xb8','\xa3','\x05','\xbd','\xef','\xad','\x99','\x87','\xb3','\x10','\x2d','\xb6','\x09','\xa2','\xc7','\xd1','\x3d','\x5c','\x44','\x3f','\x56','\xb3','\xde','\x3c','\xd6','\x9e','\x1a','\x65','\x5a','\x24','\x05','\x01','\x4c','\xdb','\xc5','\x45','\x69','\x51','\x7a','\x0e','\xac','\xd2','\x9c','\xf2','\x2a','\xd3','\x42','\x0d','\x32','\x5c','\xb7','\x2b','\x85','\xb1','\x72','\x8e','\xdb','\x31','\x20','\x36','\x19','\xdd','\x9f','\x12','\xc6','\xc4','\xf1','\x67','\xcb','\x11','\xa6','\xd7','\xe2','\x0a','\x28','\x0a','\xe9','\xfe','\x85','\x44','\xae','\xdb','\x61','\xdc','\x7a','\x7d','\xde','\x61','\x7c','\x01','\x85','\x07','\x5b','\x00','\x4e','\x3a','\x5d','\x96','\xb1','\x08','\x4a','\x8c','\x33','\x0c','\x26','\x8b','\x4b','\x22','\xd6','\x4a','\x01','\x61','\xb5','\x08','\x6b','\xf3','\x80','\xa8','\x8c','\x81','\x84','\xdc','\x9b','\x22','\x2a','\x7b','\x42','\x4c','\x43','\x70','\x96','\xec','\x0a','\x31','\xf4','\x8a','\x01','\x8c','\xc5','\xf6','\x7a','\x72','\x9d','\x75','\xad','\x2d','\x2a','\xa5','\x59','\x58','\x29','\xd0','\x70','\x96','\xe4','\x7a','\x64','\x2c','\x3e','\x05','\x71','\xf2','\x6b','\xc3','\x3a','\x52','\x21','\x03','\x51','\x6d','\x8c','\x72','\x2d','\x42','\x27','\x90','\x8e','\xb3','\x69','\xef','\xb7','\x74','\x81','\x09','\x06','\xd3','\x32','\xb5','\x92','\xc0','\xed','\xc1','\x25','\x62','\xc7','\x63','\xfa','\x1d','\xfc','\x54','\x8f','\x60','\x0d','\x55','\x14','\xa7','\x46','\xe3','\xfd','\x6a','\x67','\x27','\x82','\xd1','\x35','\xe9','\x4d','\x49','\xb7','\xec','\x8c','\xbb','\xf1','\xe4','\xb6','\xc3','\xa3','\x8f','\x4f','\x06','\x30','\xd2','\xb4','\x75','\x81','\x53','\xb0','\x5d','\x9f','\x9b','\xf6','\x57','\x00','\x43','\x15','\x3c','\x21','\x3b','\xc9','\xed','\x73','\xc2','\x2a','\x5c','\x9c','\xe9','\x90','\x8c','\x14','\xc0','\xb3','\x76','\x96','\x93','\x85','\xc9','\xb9','\x25','\x32','\x48','\x3c','\xf2','\xbb','\xbf','\xcc','\xfc','\xc1','\xc3','\x1c','\x3d','\x70','\x88','\xd1','\xa0','\x62','\xc3','\xda','\xf5','\x4c','\x95','\x1d','\x86','\xc3','\x11','\x85','\xb1','\xf4','\x72','\x4d','\x0a','\x43','\x9c','\xef','\x00','\x66','\xcc','\x61','\xc5','\xc8','\xc3','\x4d','\xc9','\xc8','\xd4','\x60','\x27','\x36','\x7f','\x82','\x56','\x2b','\xa7','\x50','\x5b','\xf9','\x31','\x67','\x3a','\x65','\x07','\x6b','\xbc','\x4e','\xbd','\x4d','\x63','\x4e','\x6c','\xce','\xe2','\x30','\x23','\x49','\xb8','\xd5','\xbe','\x80','\xbe','\x00','\xba','\xf8','\x53','\xce','\x63','\x3d','\x42','\xca','\x48','\x02','\x97','\xd3','\xaa','\xc3','\x94','\x22','\xb4','\xad','\x25','\x68','\xcb','\x89','\x6e','\xfb','\xc2','\x2d','\xbd','\x4d','\x41','\x80','\xf1','\xbf','\x0f','\x46','\x0c','\x02','\xd0','\x8d','\x2c','\xb7','\x9d','\x07','\x54','\x07','\x81','\x1e','\xc8','\xad','\xe0','\xd2','\xea','\x3f','\x4e','\xd8','\xc0','\x32','\xc2','\x49','\x2f','\x7c','\x8b','\xd4','\xe4','\xf1','\x41','\x2c','\x05','\x8a','\x58','\xfd','\x55','\x75','\x43','\x1d','\x6a','\xa9','\x39','\x4c','\x2b','\xa6','\x53','\x3e','\xb0','\xb3','\x2a','\x08','\x36','\xe4','\x46','\x86','\x72','\x3a','\xa5','\x03','\x39','\x23','\x2d','\xe6','\x50','\x07','\xaa','\x7a','\x44','\x02','\xca','\xb2','\xdb','\xd6','\x3b','\xb4','\x16','\xbd','\xad','\x3b','\x8d','\x21','\xeb','\xb4','\x69','\x04','\x69','\x51','\xbb','\x59','\x74','\x33','\x37','\xb6','\x75','\xe1','\x5a','\x45','\xe2','\xda','\xc1','\x81','\xde','\x5a','\x29','\xba','\x5a','\xaa','\x94','\x9a','\x19','\xb4','\xae','\x4b','\xab','\x37','\x52','\x36','\x6e','\xaf','\xc8','\x53','\xb3','\x66','\x8a','\xe5','\xae','\x65','\xfe','\xe5','\xfd','\x1c','\x3b','\x74','\x84','\x6a','\x38','\x62','\xe3','\xda','\x0d','\xf4','\x3b','\x5d','\x06','\x83','\x21','\xa5','\x31','\xf4','\x72','\x43','\x0c','\x43','\xfc','\x89','\xeb','\xc8','\x88','\x3e','\xcb','\x8e','\xd7','\x51','\x07','\xe7','\x84','\xc2','\x65','\x14','\x21','\x7d','\xed','\x3a','\x2a','\xcb','\x0e','\xce','\x78','\xb9','\x26','\x45','\x9a','\x73','\x5a','\xed','\x14','\x48','\x51','\x6d','\x4e','\x58','\x47','\x66','\xbc','\x7e','\x5a','\xd1','\xa6','\x68','\x11','\xa0','\x09','\xcd','\xab','\xd7','\x91','\xde','\x1b','\x3b','\x5e','\x47','\x28','\xd4','\xab','\x9b','\x64','\x6e','\x0f','\x2f','\xdd','\xb7','\x0d','\xe4','\xac','\x43','\x70','\x35','\x11','\x05','\x33','\xa6','\x92','\xa0','\xcf','\x05','\x64','\x3e','\x8d','\x4c','\x35','\x67','\x15','\x1a','\x51','\x0b','\xd6','\xf6','\xb0','\x2d','\x3c','\x14','\xae','\xdd','\xcf','\xf5','\xe0','\x1e','\xff','\x3e','\x41','\xfa','\xaa','\x5a','\x80','\x81','\x56','\xd8','\x99','\xd3','\xea','\x3b','\x69','\xdb','\x75','\x94','\x0c','\x39','\xa8','\xb0','\xd7','\xdb','\xf1','\x8c','\xac','\x94','\x05','\x5c','\x18','\x8d','\x46','\x64','\x63','\x28','\x8b','\x72','\xac','\x87','\x13','\xa4','\x4c','\x91','\xfb','\xa8','\xdd','\xd4','\x14','\x75','\x1d','\x99','\x71','\xa2','\xd5','\x3a','\x3b','\xb5','\xc5','\x08','\x30','\xbe','\x67','\x18','\xa3','\x33','\x0e','\xa4','\x38','\x94','\x44','\x4d','\xd6','\x12','\x59','\xd1','\xc1','\x0c','\xe8','\xfb','\xdd','\x16','\xde','\x56','\x37','\xba','\xaa','\xae','\x19','\xd5','\xb5','\x26','\xdf','\x72','\xa3','\x8c','\x6e','\xca','\x29','\xa5','\x31','\x15','\xd6','\x46','\xe9','\xf2','\x36','\x4d','\xa0','\x6a','\x1a','\xac','\xb5','\x4c','\xcf','\x4e','\xb3','\x65','\xf3','\x66','\xe6','\x36','\x6e','\x84','\xee','\x14','\xa4','\x06','\xea','\x86','\xc1','\xe2','\x22','\xf3','\x87','\x0e','\xb3','\x32','\x1a','\x91','\x52','\x54','\x33','\x17','\xd5','\x5b','\x25','\xf5','\x81','\x33','\xab','\x1b','\x6c','\x22','\x09','\xdd','\xaa','\x15','\x22','\x93','\xc6','\xdf','\xc1','\x59','\xa1','\x9c','\xc9','\xfb','\xd1','\x76','\xa4','\x61','\x60','\x1b','\x82','\x6d','\xa9','\xb6','\xb2','\xa7','\x45','\x4d','\xa2','\x24','\x17','\xc8','\x63','\x3b','\x55','\xa3','\xb6','\xe0','\xa2','\x0d','\x2a','\xf4','\x5e','\xc9','\x5e','\xd1','\x34','\x0d','\x55','\x23','\x33','\x8e','\xbc','\x52','\x38','\x71','\x2a','\x36','\x56','\x90','\xa6','\xe8','\x94','\x14','\x45','\x29','\xc9','\x9d','\x61','\xec','\xb4','\x07','\xab','\xc6','\x13','\xc9','\x26','\xd5','\xa8','\x80','\xcf','\x86','\x82','\x0c','\x51','\xbd','\x2c','\xd5','\xe8','\x22','\x2b','\xe2','\x0f','\x4a','\x07','\x34','\xb2','\xd4','\xa3','\x35','\x44','\x63','\xb4','\x73','\x03','\x36','\x54','\x63','\xab','\x7e','\x40','\xf5','\x7a','\x5a','\xc0','\x8e','\x3f','\x4b','\xf6','\xce','\xb6','\xdb','\xa7','\xd9','\x82','\xd0','\x78','\x74','\xdf','\x08','\x39','\x2a','\xa5','\x51','\x0b','\xfc','\xf6','\x18','\xca','\xa2','\xcb','\x13','\x7a','\x1a','\x63','\x8a','\x65','\x6a','\xbf','\x4f','\x4e','\x3a','\x23','\x4e','\xf7','\xbb','\x60','\x64','\x30','\xb3','\x6d','\xb5','\x90','\x8c','\xaf','\x41','\xb6','\x72','\xb5','\x72','\xd0','\x3d','\x7b','\xec','\x5c','\x37','\x36','\x83','\xc8','\x63','\xd0','\x55','\x68','\xd2','\x59','\x39','\x7b','\xd2','\x83','\x4a','\x29','\x69','\x87','\x58','\xae','\xb1','\x9d','\x0d','\xd4','\x4a','\x74','\x5b','\x17','\xb7','\xf6','\x7e','\x64','\xc0','\xc7','\x80','\x6b','\xcf','\x1d','\xdd','\x5b','\xda','\x84','\x2d','\xa5','\xf6','\x0c','\x6a','\x93','\x71','\xa5','\x6e','\x9f','\x70','\xd5','\x49','\x13','\xe4','\x6c','\xad','\x74','\xb4','\xb5','\xe5','\xd9','\xfe','\x86','\xf6','\xbd','\x69','\xad','\xae','\x85','\x82','\xd6','\x52','\xaa','\x18','\x27','\x53','\xad','\x0b','\x67','\xce','\x8c','\xad','\xde','\xc5','\x2c','\x24','\xd0','\x6a','\x22','\x9c','\xb5','\x32','\x50','\x39','\xaf','\x52','\x7f','\xc7','\xe9','\x51','\xfb','\xe8','\x50','\x00','\x08','\x0b','\x63','\x1d','\xe3','\xea','\x0f','\xc4','\xd8','\xce','\xe4','\x60','\x9c','\xe8','\xb6','\x14','\xb0','\xb6','\xeb','\x91','\x72','\xd2','\x5b','\xda','\xbe','\x5c','\x42','\xaf','\x6e','\x7f','\x51','\x6c','\xe9','\xc4','\xe3','\xdf','\xa7','\x6b','\x3c','\xa6','\x71','\xa2','\xd9','\xd2','\xda','\x33','\xed','\xb9','\xaa','\x14','\x4f','\xa2','\x5a','\x63','\xd3','\x6e','\xcd','\xb4','\x0e','\x5d','\xc6','\xca','\x39','\xda','\x5e','\x5f','\xd2','\x67','\xd5','\x8a','\xc0','\x4f','\x8c','\x13','\xd7','\x60','\xfb','\x9f','\x78','\x42','\xb2','\xd8','\x3e','\xbb','\x96','\xaa','\x32','\xd6','\x8f','\xe4','\x76','\xaf','\x57','\x20','\xd1','\xb6','\x83','\xc8','\xe5','\xe7','\xa3','\xd2','\xac','\xda','\x81','\xbb','\xba','\xc1','\x0a','\x94','\x93','\x93','\xde','\xa5','\x13','\xd6','\xac','\x3e','\xcf','\x98','\xe2','\xab','\xa8','\x6c','\x20','\x67','\xa1','\x6e','\x96','\xba','\x66','\x5b','\x75','\x9d','\x9e','\x31','\xaf','\x4e','\xe7','\x48','\xe3','\x77','\x55','\xef','\xe7','\x09','\xf7','\x60','\xfc','\xfd','\x75','\x7f','\xc2','\x2a','\xe0','\x9b','\x5e','\xfb','\x19','\x79','\xfc','\xfb','\xdb','\x6b','\x49','\xb1','\xa5','\x67','\x9f','\xf8','\xdc','\xd0','\x9c','\x67','\xf5','\x47','\xdb','\x97','\xeb','\xc4','\xfb','\x28','\x5f','\x56','\xf3','\x43','\x73','\xc2','\x7d','\x6d','\xef','\x6d','\xfb','\x2c','\xc6','\xdf','\xe5','\x84','\x67','\xd7','\x7e','\xa7','\x13','\x23','\x9f','\xe4','\xcf','\x5e','\xfb','\x73','\xed','\xe7','\xb6','\x72','\x83','\x93','\xfc','\x7c','\xcc','\x27','\xfb','\x8c','\x3c','\x3e','\x6f','\xe4','\xd2','\xdb','\xb7','\xf0','\x35','\xdf','\x5d','\xef','\x4f','\x56','\xe4','\xe9','\xa4','\x9f','\x7f','\x92','\x3f','\x6b','\xdf','\xc3','\x13','\xfe','\x60','\x7c','\x3f','\xd2','\x1b','\x5c','\xcf','\x09','\x3f','\x0c','\x98','\xf1','\x75','\xe7','\xd6','\x60','\xe2','\x55','\x9f','\x7f','\xc2','\x9a','\x6d','\x3f','\x23','\xbe','\xe6','\x73','\xcd','\x6b','\xef','\x4b','\xbb','\x1a','\x75','\x5d','\xbe','\x66','\x4d','\xe5','\x13','\xfe','\xec','\x2b','\xde','\xf7','\x13','\xae','\xe3','\x75','\xd7','\x36','\xfe','\x9d','\xaf','\xfd','\x37','\xaf','\xff','\x9d','\xb0','\x7a','\x3f','\x4e','\xf2','\xaf','\xc6','\x9f','\xf5','\xea','\xeb','\x6c','\xaf','\x31','\xb3','\xe7','\xa9','\x4f','\xb3','\xfd','\xbc','\x37','\xbf','\xee','\x67','\x5e','\xd7','\x01','\xfa','\x67','\xff','\xf9','\xb7','\x68','\x07','\x51','\x66','\xc0','\xdb','\x97','\x25','\xa9','\x6d','\x1a','\x48','\x09','\x2f','\x8a','\x78','\x41','\xa4','\xcc','\x89','\x9b','\x06','\xfa','\xf0','\x92','\x72','\xa1','\xdb','\x3f','\x34','\xaf','\xde','\x44','\xc6','\x0f','\x44','\x37','\x26','\x5a','\x7a','\x44','\xfb','\x92','\x6a','\x8b','\x8b','\x57','\x2f','\xa4','\x55','\x5e','\xe0','\xea','\xc2','\x6b','\x17','\xcf','\xea','\x0b','\x7a','\xc2','\xcd','\x1a','\x6f','\x56','\xaf','\x7f','\x20','\x27','\xbb','\xe1','\xab','\x1b','\x45','\xfb','\xef','\xf3','\x38','\x29','\x5b','\xfd','\xfb','\xab','\x88','\x6e','\xeb','\x0a','\x36','\xfe','\x25','\x27','\xbc','\xc8','\x69','\x15','\xd6','\x19','\x3f','\xad','\x13','\x3f','\xa3','\xfd','\xaa','\x51','\x0f','\x60','\xf3','\xaa','\x4d','\xc0','\x9c','\xf0','\x19','\xd0','\xf2','\x59','\x31','\xaf','\xfe','\x9e','\x49','\x6d','\x80','\xdb','\xa2','\x69','\xb5','\x7d','\xfa','\x9a','\xef','\x74','\xc2','\x35','\x9c','\xf8','\x19','\x2d','\x1a','\xf6','\xaa','\x17','\xe3','\x64','\x8b','\x2e','\xbd','\xf6','\xfa','\x19','\x7f','\xb7','\x93','\x2e','\xd2','\x74','\xe2','\x01','\x25','\xdf','\xa7','\x4d','\x56','\xdb','\x02','\xc5','\x8c','\xbf','\xe5','\xeb','\x5f','\x8a','\x13','\x7f','\xd7','\xeb','\x9e','\xd3','\x6b','\x37','\xcb','\xf6','\x6a','\xbe','\xdc','\x75','\xe7','\xd7','\x6e','\x52','\x5f','\xfe','\xe7','\xbf','\xdc','\x8b','\xf7','\xea','\xdf','\xf9','\xea','\x6b','\x9d','\xc4','\x24','\x26','\x31','\x89','\x49','\x4c','\x62','\x12','\x93','\x98','\xc4','\x9f','\xaf','\xf8','\xdd','\xdf','\xfb','\x1d','\x3e','\xf4','\xe3','\xaf','\x2f','\x80','\x5e','\xd7','\x01','\x7a','\x23','\xb7','\x84','\x49','\x4c','\x62','\x12','\x93','\x98','\xc4','\x24','\x26','\x31','\x89','\x49','\x4c','\x62','\x12','\x93','\xf8','\x46','\x89','\x77','\xdc','\x72','\x0e','\x7f','\x7c','\xc7','\x33','\xaf','\xfb','\x73','\x7b','\x92','\x9f','\x9d','\xc4','\x24','\x26','\x31','\x89','\x49','\x4c','\x62','\x12','\x93','\x98','\xc4','\x24','\x26','\x31','\x89','\x6f','\xe8','\x58','\x59','\x5a','\x39','\xe9','\x9f','\x4f','\x0a','\xa0','\x49','\x4c','\x62','\x12','\x93','\x98','\xc4','\x24','\x26','\x31','\x89','\x49','\x4c','\x62','\x12','\x7f','\xe1','\xa2','\xec','\x94','\x27','\xfd','\xf3','\x49','\x01','\x34','\x89','\x49','\x4c','\x62','\x12','\x93','\x98','\xc4','\x24','\x26','\x31','\x89','\x49','\x4c','\xe2','\x2f','\x5c','\x34','\xf1','\x64','\x6a','\xf3','\x49','\x01','\x34','\x89','\x49','\x4c','\x62','\x12','\x93','\x98','\xc4','\x24','\x26','\x31','\x89','\x49','\x4c','\xe2','\x2f','\x62','\x98','\x93','\x97','\x3a','\xaf','\x73','\x81','\x9b','\xc4','\x24','\x26','\x31','\x89','\x49','\x4c','\x62','\x12','\x7f','\x3a','\x71','\x6e','\x67','\x1d','\xe0','\x29','\x0a','\x8f','\xb5','\x8e','\x63','\x83','\x05','\x5e','\x09','\x8b','\x7f','\xd6','\x97','\x35','\x89','\x49','\x4c','\x62','\x12','\x7f','\x31','\xc2','\x9c','\xbc','\x03','\x34','\x29','\x80','\x26','\x31','\x89','\x49','\x4c','\x62','\x12','\x93','\xf8','\x33','\x8a','\x33','\x37','\x6e','\xc5','\xba','\x1e','\x53','\x53','\x53','\xac','\x59','\xbb','\x86','\xe8','\x32','\xbf','\x76','\xe7','\x47','\x28','\xbc','\x0c','\xad','\x1e','\x0c','\x87','\x6f','\x30','\x30','\x60','\x12','\x93','\x98','\xc4','\x24','\x26','\xf1','\x95','\xa2','\xaa','\xaa','\x93','\xfe','\xf9','\xa4','\x00','\x9a','\xc4','\x24','\x26','\x31','\x89','\x49','\x4c','\xe2','\x7f','\x61','\x58','\x63','\xf0','\xce','\xd1','\x2b','\x3b','\xcc','\xf6','\xfb','\x9c','\x32','\xb7','\x9e','\x1f','\xbc','\xf5','\x9b','\xe8','\x14','\x8e','\x6e','\x67','\x86','\xd9','\x35','\x9b','\x88','\x4d','\x4d','\x31','\x5d','\xb2','\x79','\xdb','\xa9','\x7c','\xcf','\x07','\xbf','\x83','\x83','\x0b','\xf3','\x6c','\x38','\x65','\x33','\xbf','\xf8','\x3f','\x7e','\x9d','\x3f','\xfc','\xc4','\xc7','\xa8','\xea','\xfa','\xcf','\xfa','\x6b','\x4c','\x62','\x12','\x93','\x98','\xc4','\x37','\x60','\x9c','\x7c','\xbc','\xcf','\xa4','\x00','\x9a','\xc4','\x24','\x26','\xf1','\x0d','\x15','\xd3','\xdd','\x1e','\xdd','\xb2','\xc3','\xca','\x68','\x40','\xce','\x60','\x75','\x2a','\xbb','\x35','\x96','\xc2','\x39','\x72','\xce','\xf4','\xcb','\x0e','\x67','\x6d','\xda','\x42','\x5d','\x35','\x8c','\x9a','\x9a','\x61','\x68','\x98','\x1f','\x2c','\x13','\x53','\xa2','\xd7','\xe9','\xb2','\x69','\x76','\x8e','\xef','\xb8','\xea','\x46','\xfe','\xed','\x67','\x3e','\x42','\x34','\x32','\x79','\xdd','\x1a','\x0b','\x06','\xac','\xb1','\x84','\x10','\x08','\x31','\xd2','\xe8','\xb4','\xfa','\x10','\x02','\x75','\x0c','\x84','\x94','\x4e','\x3a','\x2c','\x77','\x12','\x93','\x38','\x31','\x0c','\x86','\x99','\xe9','\x29','\xce','\x3d','\x73','\x27','\x67','\x6d','\xdf','\xce','\xf7','\xbf','\xf7','\x5b','\xe9','\x3b','\xcf','\x54','\x76','\x74','\x2d','\x74','\x62','\x22','\x0f','\x1b','\x56','\x16','\x17','\x59','\x1e','\x05','\xd6','\xcc','\xad','\xe1','\xf8','\xb1','\x23','\x1c','\x3b','\x7a','\x94','\x05','\x67','\x39','\x70','\xf0','\x00','\x8b','\xa1','\xe6','\xba','\xab','\x2f','\xe7','\x57','\x7e','\xf6','\xff','\xe5','\xba','\x77','\x3e','\xc5','\x53','\xcf','\x3f','\xf7','\x67','\xfd','\xb5','\x26','\x31','\x89','\x49','\x4c','\xe2','\x1b','\x2e','\x8a','\xf2','\xe4','\x2e','\x70','\x93','\x02','\x68','\x12','\x93','\x98','\xc4','\x37','\x44','\x74','\x8a','\x82','\x6b','\x2e','\xbc','\x84','\x1f','\x79','\xff','\x07','\xf1','\xde','\xd1','\x75','\x99','\xd2','\x26','\x29','\x5e','\x02','\xcc','\x76','\xfa','\xac','\x9b','\x5b','\xc3','\xd2','\xe1','\x63','\x2c','\x1f','\x39','\xca','\xd6','\x4d','\x5b','\xe9','\x14','\x25','\xf5','\x68','\xc4','\x28','\x34','\x8c','\x62','\x20','\x3b','\x47','\x51','\x96','\x38','\x6f','\x20','\x67','\xde','\x71','\xeb','\xcd','\x0c','\xba','\x8e','\x26','\x47','\x4c','\xc8','\x24','\x32','\x26','\x65','\xac','\x31','\x38','\x0c','\xde','\x17','\x64','\x0c','\xc3','\xe5','\x65','\xac','\x75','\xf4','\x7a','\x3d','\xf0','\x96','\xe5','\x95','\x01','\xfb','\x5f','\x7c','\x89','\x97','\xf7','\xec','\xe1','\xd0','\xc1','\x83','\xfc','\xfc','\xbd','\x77','\x50','\x69','\xb1','\x34','\x89','\x49','\x60','\xe0','\x17','\xff','\xe5','\x4f','\x33','\xeb','\x4b','\x8e','\x1d','\x38','\xc0','\xe1','\x3d','\xbb','\x69','\x96','\x86','\xd8','\x3a','\xe1','\x07','\x03','\xe2','\xe2','\x12','\xbe','\x49','\xd0','\x64','\xf6','\x1e','\x3e','\xc8','\x28','\x25','\xea','\xba','\x62','\x7e','\x65','\x85','\x85','\x58','\xb3','\x30','\x58','\xe1','\xd2','\xab','\xaf','\xc4','\x87','\x80','\x8d','\x91','\xc1','\xe0','\xe4','\x73','\x2c','\x26','\x31','\x89','\x49','\x4c','\x62','\x12','\x5f','\x3e','\xd2','\xa4','\x03','\x34','\x89','\x49','\x4c','\xe2','\x1b','\x39','\xd6','\xce','\xae','\xe1','\x27','\x7f','\xf4','\xef','\xb2','\x6b','\xd7','\x1e','\x0e','\xef','\xdb','\x47','\x59','\x2d','\xe3','\x46','\x43','\xbc','\xb1','\x98','\x90','\xd9','\x30','\x35','\x43','\x3e','\x75','\x3b','\x83','\x23','\x0b','\xbc','\xf2','\xec','\xf3','\x2c','\xac','\x99','\x63','\xaa','\xd7','\xa3','\x1e','\x8d','\xa0','\x28','\xe8','\xcd','\x4e','\xe3','\xba','\x25','\x87','\x57','\x56','\x38','\x34','\x7f','\x98','\x3a','\x24','\xca','\xe9','\x2e','\x75','\xb7','\x60','\x54','\x07','\xaa','\xe1','\x88','\x26','\x34','\x10','\x02','\x85','\xf3','\x4c','\x4d','\x4d','\x31','\xd5','\xed','\xd3','\xf3','\x25','\xa5','\xf7','\xcc','\xf4','\xfb','\x4c','\xaf','\xdb','\xc0','\xdc','\xc6','\x8d','\x6c','\x59','\xb7','\x9e','\x33','\x3a','\x3d','\xae','\x3f','\xe3','\x4c','\x7c','\xaf','\xcb','\xf7','\xff','\xf5','\xbf','\xce','\xc3','\x2f','\xbe','\xc8','\x0f','\xfe','\xcc','\x4f','\xb1','\x52','\x0d','\x27','\x8a','\x8d','\xbf','\xe4','\x61','\x8d','\x61','\xeb','\xdc','\x5a','\x9a','\x85','\xe3','\xbc','\xf4','\xfc','\xb3','\x54','\x47','\x8e','\x71','\xfc','\x95','\x57','\x98','\xc2','\x63','\x97','\x86','\x1c','\xdf','\x7b','\x80','\xd9','\xa2','\xc3','\xa6','\xb9','\x0d','\xcc','\x2f','\x1f','\xe1','\xf8','\xf2','\x3c','\x9d','\x4e','\x8f','\x8c','\xe5','\xe8','\xf0','\x08','\xeb','\x4e','\x39','\x8d','\x6b','\xaf','\xbc','\x98','\x99','\xc2','\xf0','\x8f','\xfe','\xaf','\x9f','\xe4','\x95','\x03','\x07','\xfe','\xac','\xbf','\xd2','\x24','\x26','\x31','\x89','\x49','\x7c','\x43','\x46','\x7a','\x03','\xd6','\xc6','\xa4','\x00','\x9a','\xc4','\x24','\x26','\xf1','\x0d','\x11','\xbd','\x6e','\x97','\xb9','\x75','\x73','\x74','\x0f','\x1e','\xc0','\x17','\x96','\x66','\x71','\xc8','\xfc','\xfe','\xbd','\x34','\x2b','\x43','\x8e','\xbc','\xb2','\x9f','\xe5','\x43','\x47','\x39','\x63','\xc3','\x66','\xe6','\x5c','\x97','\xa5','\xa3','\xc7','\xd9','\xba','\x6e','\x03','\xce','\x58','\x96','\x16','\xe7','\xa9','\x00','\x53','\x78','\x62','\x61','\x39','\xba','\xb2','\xc8','\xa1','\xe5','\x45','\x7c','\xb7','\xa0','\xbf','\x6e','\x8e','\xba','\xd3','\x21','\x79','\x8b','\xc5','\xc8','\x5c','\x80','\x26','\xd2','\x8c','\x2a','\xea','\xba','\x62','\xb4','\x32','\xc2','\xc7','\xcc','\xcc','\xd4','\x34','\xa5','\x73','\x74','\x8b','\x92','\xb9','\xe9','\x35','\xac','\x5f','\x3b','\xc7','\xba','\x35','\x6b','\xd8','\xb2','\x61','\x23','\xdb','\x77','\x9e','\xc5','\xc6','\x73','\xce','\xe1','\x6d','\x37','\xbe','\x89','\x07','\x2e','\xfa','\x9f','\x3c','\xf7','\xdc','\xb3','\x7c','\xcf','\xbf','\xfa','\xa7','\x1c','\x5b','\x5e','\xfa','\x33','\xbe','\x63','\x93','\xf8','\xb3','\x8a','\x5e','\xb7','\xcb','\x54','\xb7','\xcb','\xe6','\x4d','\x67','\xb3','\xf5','\xd4','\xd3','\x08','\xf3','\x0b','\xac','\xec','\xd9','\xc3','\x94','\xef','\xb2','\xf4','\xd2','\x7e','\xee','\xfd','\xe8','\x27','\x59','\x3a','\x70','\x84','\xa5','\xa3','\x07','\xe9','\x74','\xe1','\x94','\x35','\x6b','\xf0','\xde','\x53','\x17','\x9e','\xce','\x54','\x87','\x6b','\x6f','\xb9','\x85','\xb7','\xbc','\xe3','\x6d','\xcc','\x0f','\x07','\xfc','\xe6','\x47','\x3f','\x4a','\x4c','\xe9','\xcf','\xfa','\x2b','\x4d','\x62','\x12','\x93','\x98','\xc4','\x37','\x64','\x18','\x33','\xe9','\x00','\x4d','\x62','\x12','\x93','\xf8','\x06','\x8e','\xaa','\xa9','\xc9','\xd6','\x72','\xd6','\x79','\xe7','\x71','\xce','\x79','\x67','\x33','\x17','\x96','\x89','\x07','\xf6','\x91','\x06','\x0d','\xcf','\x3d','\xf9','\x0c','\x77','\xfe','\xd1','\xc7','\x89','\xc7','\x8e','\x51','\xf4','\xe7','\x58','\x9b','\x2c','\x6b','\x12','\x78','\x0b','\xfd','\xa2','\x64','\xa5','\xaa','\x39','\x74','\xec','\x08','\x0b','\x34','\x58','\x5f','\x70','\xe1','\x19','\x67','\xb2','\x65','\xfb','\x16','\xa6','\xd7','\xad','\x23','\xaf','\x5d','\x43','\xd1','\xef','\x32','\x35','\xd5','\xa7','\x5f','\x76','\x21','\x44','\x56','\xe6','\x17','\x39','\xb4','\x7f','\x1f','\x47','\x0f','\x1e','\x61','\x69','\x7e','\x9e','\xc5','\xa3','\xc7','\x58','\x3c','\x7e','\x9c','\x85','\x10','\x09','\xc7','\x8e','\x33','\x3c','\xd8','\x61','\x6f','\x4c','\x3c','\x06','\xf4','\xfa','\x3d','\x36','\x9f','\x71','\x16','\xa7','\xdf','\x76','\x2b','\x67','\x5e','\x76','\x31','\x17','\x5d','\x74','\x1e','\xdf','\xf3','\xae','\x77','\xf3','\xbb','\x9f','\xfd','\x14','\x2f','\x1d','\x3c','\x38','\xe9','\x06','\xfd','\x25','\x8c','\x14','\x23','\x7b','\x5e','\x78','\x0e','\xb3','\x79','\x33','\x9b','\x36','\x6d','\x62','\x76','\xf3','\x46','\x28','\x3a','\xcc','\xed','\x3c','\x1f','\x73','\xf0','\x10','\x2b','\xcf','\x3e','\xcf','\x33','\x47','\xe7','\x59','\x59','\x19','\x61','\x4c','\xa4','\xe8','\x76','\x18','\x8e','\x46','\x2c','\x2d','\x37','\x9c','\x7f','\xc9','\x65','\xdc','\x74','\xc3','\x75','\x14','\xde','\xf1','\xc2','\x23','\x0f','\x71','\x78','\x71','\x62','\x89','\x3d','\x89','\x49','\x4c','\x62','\x12','\x7f','\xe2','\x78','\x83','\x43','\x78','\x52','\x00','\x4d','\x62','\x12','\x93','\xf8','\x86','\x88','\xfd','\x87','\x0f','\xf3','\x6d','\x3f','\xfc','\x83','\x6c','\xdf','\xb6','\x9d','\xb5','\x73','\xb3','\xfc','\xed','\xf7','\xdc','\xce','\xe6','\x6a','\xc0','\x99','\x67','\xee','\x64','\xfb','\xf6','\xed','\xb0','\xef','\x20','\x2f','\x3f','\xf8','\x38','\x6b','\x4c','\x87','\x66','\xa5','\xc1','\x2e','\x2d','\x82','\xb3','\xcc','\x75','\x7a','\xac','\x9f','\xea','\x91','\xab','\x11','\x29','\x45','\xce','\x3e','\xfb','\x1c','\x6e','\x7a','\xe7','\x3b','\xd8','\x7a','\xee','\x59','\x14','\xbd','\x82','\x3c','\x3d','\x85','\x71','\x0e','\xe7','\x2c','\xc6','\x58','\x88','\x09','\x9a','\x86','\x30','\x18','\xd0','\x0c','\x6b','\x06','\x2b','\x2b','\xec','\xdb','\xb5','\x9b','\x67','\x1e','\x7d','\x82','\xdd','\xbb','\x76','\x33','\x1a','\x8d','\xb0','\x58','\xea','\xc1','\x90','\x6a','\x30','\x22','\xd6','\x0d','\x2f','\x3d','\xf5','\x04','\x0f','\x1d','\x3e','\xc8','\xfa','\x87','\xee','\xe3','\xd2','\x4b','\x2e','\xe0','\x07','\xbe','\xe5','\x3d','\xfc','\x8d','\x0f','\x7e','\x07','\xdf','\xff','\x8f','\xff','\x31','\x5f','\x78','\xe4','\x91','\x3f','\xeb','\x5b','\x37','\x89','\x3f','\xe5','\x18','\x54','\x15','\xdf','\xfd','\x13','\x3f','\x8e','\xb7','\x96','\x75','\xfd','\x3e','\x3f','\x76','\xdd','\xf5','\xf4','\xa3','\xe1','\x5d','\xdf','\xfa','\x41','\xd6','\x17','\x05','\x2b','\xc7','\x8f','\xe0','\xea','\x15','\x4e','\x9f','\x5d','\xcf','\xa0','\x59','\x00','\x97','\x19','\x2c','\x2f','\xd3','\x0d','\x35','\x97','\x5d','\x75','\x29','\x9b','\x2f','\xb9','\x98','\xbd','\x0f','\xde','\xc7','\x7d','\x1f','\xfb','\x63','\x0c','\xe2','\x61','\x34','\x29','\xa4','\x27','\x31','\x89','\x49','\x4c','\xe2','\x4f','\x12','\x93','\x0e','\xd0','\x24','\x26','\x31','\x89','\x6f','\xe0','\xc8','\x39','\xb3','\xfb','\xe5','\x97','\xd9','\xfd','\xf2','\xcb','\x00','\x94','\x2f','\xbf','\xc0','\xe9','\xc9','\xf2','\x57','\xde','\xf6','\xcd','\x5c','\x79','\xc5','\x15','\x14','\xd9','\x93','\x46','\x81','\x6c','\x2d','\x75','\x1c','\xd0','\x6b','\xa6','\x68','\xea','\x9a','\x41','\x1d','\xa8','\xbc','\xe5','\x70','\x5c','\x61','\xcd','\xba','\xb5','\x5c','\x7e','\xdb','\xb5','\x9c','\x7a','\xe5','\x39','\x2c','\x9b','\xcc','\x87','\xef','\xfa','\x2c','\x0f','\xee','\xde','\xc3','\xa8','\x09','\xc4','\x10','\x09','\x21','\x42','\xca','\xf4','\x8b','\x0e','\xa7','\x6f','\xdc','\xc8','\x07','\x6f','\xbc','\x85','\x35','\x53','\x53','\x9c','\x7f','\xdd','\x75','\x9c','\x71','\xf1','\xe5','\xdc','\xff','\xd9','\x3b','\xb8','\xeb','\x63','\x7f','\xcc','\xd2','\xc2','\x3c','\xd3','\x45','\x87','\x69','\x6b','\x58','\x37','\x35','\x43','\xe8','\x76','\xa8','\x96','\x46','\xec','\xbe','\xf3','\x3e','\x16','\x9e','\x7a','\x06','\x56','\x6a','\xde','\xf9','\x5d','\x1f','\xe0','\xef','\xfe','\xd0','\x0f','\xf3','\xe4','\x4f','\xfc','\x38','\x47','\x27','\x28','\xfe','\x5f','\xba','\xa8','\x63','\xa4','\x8e','\x91','\xc1','\xc2','\x02','\x7f','\xef','\x13','\x1f','\xe7','\xff','\xb9','\xfe','\x66','\xaa','\x67','\x9f','\xe5','\x91','\x97','\xf6','\x72','\x6c','\xef','\x2b','\x74','\x53','\xa6','\x1b','\x1b','\xf0','\x5d','\x56','\x0a','\x47','\xd5','\x6b','\xb8','\xe4','\xfc','\xcb','\x39','\xff','\xcd','\xb7','\x71','\xbc','\xb4','\x7c','\xf0','\xdf','\xfd','\x7b','\xbe','\xf0','\xc4','\x53','\x6f','\xc8','\x5f','\xff','\x6a','\xc2','\x39','\xc7','\x54','\xaf','\x87','\xb1','\x86','\xd0','\x04','\x56','\x86','\xc3','\xaf','\xe3','\x37','\x9c','\xc4','\x24','\x26','\x31','\x89','\x3f','\xff','\x91','\x27','\x83','\x50','\x27','\x31','\x89','\x49','\xfc','\x45','\x8a','\xbd','\xbb','\x5e','\x64','\xa6','\xb7','\x9e','\xea','\xf8','\x80','\x85','\x17','\x0f','\x72','\xfc','\xa5','\x83','\xc4','\x85','\x21','\xdd','\xa9','\x02','\x67','\x60','\x5d','\xd1','\xa5','\x49','\x35','\x4d','\x55','\x73','\xac','\x1a','\x90','\x7a','\x89','\xcb','\x6f','\xbd','\x92','\xf3','\x6e','\xbf','\x8a','\xe5','\x22','\xf0','\xbd','\xff','\xf4','\x5f','\xf1','\xb9','\xc7','\x5f','\x60','\x69','\x74','\x72','\xf7','\xb6','\xc2','\x5a','\xe6','\x5f','\x7e','\x99','\x53','\xa7','\xe7','\xd8','\x71','\xca','\x76','\x6e','\xbe','\xf9','\x2d','\x5c','\x7b','\xc3','\x4d','\x1c','\x7a','\xf2','\x71','\x9e','\x7d','\xf8','\x28','\x6b','\x6d','\x83','\x6b','\x86','\x74','\x97','\x6a','\x7c','\x33','\xcb','\x59','\xe5','\x1c','\x1b','\x66','\xfa','\xe4','\x6c','\x78','\xe6','\xf3','\xf7','\xd2','\xef','\x4e','\x71','\xfb','\x07','\x3f','\xc0','\x07','\xde','\xfe','\x4e','\xfe','\xc3','\x6f','\xfe','\xf7','\x3f','\xe5','\xbb','\x23','\x56','\xcc','\x7c','\xb9','\x11','\x9a','\x6f','\xd0','\x56','\x30','\x80','\x37','\x0e','\x9f','\x0d','\x43','\xfe','\x72','\x39','\xdb','\x99','\xf1','\x3f','\xbf','\xbe','\xa3','\x47','\x93','\x31','\x7c','\xd3','\xfb','\xde','\xcf','\x68','\xd7','\x2b','\x3c','\xf4','\x85','\xcf','\x33','\xd7','\x38','\x3a','\xdd','\x3e','\x9d','\xd1','\x0a','\x76','\x6a','\x8a','\xc7','\x97','\x56','\xf0','\xa7','\x9d','\xc6','\xa5','\x1f','\xf8','\x00','\xbd','\x1d','\xa7','\x73','\xdf','\x43','\x5f','\xe2','\xce','\xa7','\x9e','\xfe','\x13','\x17','\x3f','\xc6','\x18','\x4e','\xdd','\xb2','\x89','\xb7','\xdd','\x7e','\x2b','\x37','\x5d','\x77','\x05','\xfd','\x6e','\x87','\xeb','\xae','\xb9','\x9a','\xbf','\xff','\x8f','\x7e','\x8a','\xdf','\xfa','\x83','\x8f','\xbd','\xfe','\xe7','\xf9','\x2a','\x3b','\x4c','\x46','\xff','\x61','\x0c','\x58','\x2b','\x7f','\x2b','\x65','\xf9','\xcb','\x39','\xe9','\x8f','\x98','\xc9','\xe0','\xd6','\x49','\x4c','\x62','\x12','\x7f','\x6e','\x22','\xe7','\x93','\x77','\x80','\xec','\x9f','\xf2','\x75','\x4c','\x62','\x12','\x93','\x98','\xc4','\xd7','\x25','\xd6','\xcf','\xcc','\xf0','\xa6','\x1b','\xae','\xe3','\xbc','\x9d','\x3b','\xd9','\xf5','\xd4','\x33','\x1c','\xd8','\xb7','\x1f','\x03','\xb8','\xe4','\x99','\x76','\x6b','\x58','\xac','\x16','\x99','\xaf','\x16','\x19','\xe4','\x9a','\x4e','\xb7','\xc7','\xe5','\x97','\x5c','\xc6','\x65','\xb7','\xbd','\x09','\xbf','\x6e','\x1d','\xff','\xf5','\x53','\x9f','\xe3','\x9e','\xa7','\x5f','\x64','\x69','\x14','\xde','\xa0','\x39','\x0e','\x4d','\x4a','\xfc','\xdb','\xbb','\xef','\xe5','\x1f','\x7d','\xea','\x93','\x7c','\xcf','\xaf','\xff','\x0a','\xbf','\xfe','\xcb','\xff','\x91','\x50','\x37','\x5c','\x73','\xdd','\xcd','\x9c','\xba','\xf6','\x14','\xa6','\x4c','\x9f','\xd9','\x72','\x16','\x52','\x43','\x1a','\x55','\xd8','\xa5','\x45','\xb6','\xcf','\x4e','\xf1','\xe6','\xab','\xaf','\x66','\xcb','\xdc','\x0c','\xf7','\x7f','\xe1','\x0e','\x9e','\x7b','\xf4','\x41','\x7e','\xf4','\xfb','\xbe','\x97','\xd2','\xff','\xe9','\x63','\x4d','\xf9','\x2b','\xa5','\xa1','\x6f','\xf0','\x2f','\x33','\x10','\x73','\xa2','\x31','\x7f','\xf9','\x84','\xf7','\x59','\xff','\xf9','\xf5','\x4e','\xdf','\xaf','\x3d','\xf3','\x2c','\x36','\xf6','\x67','\x78','\xfe','\xb9','\xe7','\x38','\x7a','\xfc','\x18','\xde','\x95','\x8c','\x52','\x43','\x67','\xaa','\x07','\x85','\xc3','\x76','\x0b','\x6e','\xbc','\xf9','\x06','\xce','\xbb','\xfa','\x0a','\x8e','\x1f','\xdc','\xcf','\x43','\xf7','\x7f','\x89','\x18','\xbf','\xf6','\xfb','\xef','\xad','\x65','\xc3','\xec','\x2c','\xef','\x7d','\xf3','\x9b','\xf9','\xbd','\x5f','\xf8','\x37','\x7c','\xf7','\xdb','\x6f','\xe7','\xe9','\x7b','\xee','\x63','\xdf','\xb3','\xcf','\xb2','\x75','\xdd','\x5a','\xde','\xf1','\xe6','\x37','\x9d','\x54','\x10','\xfc','\x55','\x7f','\xdf','\x0c','\xe4','\x0c','\x29','\x41','\x94','\x6e','\xa9','\x79','\xcd','\x27','\x4c','\x8a','\x9f','\x49','\x4c','\x62','\x12','\x7f','\xbe','\x62','\x42','\x81','\x9b','\xc4','\x24','\x26','\xf1','\x17','\x28','\xce','\xdc','\xb6','\x8d','\x6b','\xaf','\xb8','\x82','\xba','\x19','\xf2','\xc8','\xa3','\x0f','\xb1','\x32','\x18','\x32','\x53','\x38','\x16','\xd2','\x90','\xd9','\xce','\x14','\x4b','\x2b','\x03','\x82','\x2b','\x59','\x4e','\x91','\xa9','\x75','\x6b','\x38','\xef','\xc6','\x1b','\x59','\xb3','\xfd','\x0c','\x3e','\x7a','\xcf','\xfd','\xfc','\xd2','\x1f','\x7e','\x92','\x23','\xcb','\x15','\xf0','\xe5','\x93','\xbf','\x90','\x33','\x21','\x67','\x2c','\x86','\x7f','\x72','\xcf','\x1d','\xdc','\xfa','\x96','\xb7','\x71','\xea','\xd6','\xed','\x04','\xdb','\xa1','\x6f','\x32','\x5b','\xa6','\xfa','\x2c','\x1f','\xdb','\x87','\xf7','\x7d','\xbc','\xf1','\x2c','\x1f','\x79','\x99','\x78','\x74','\x2d','\x1b','\x5c','\xe2','\x50','\x5c','\xc6','\xe4','\x65','\xd6','\xae','\xed','\x32','\xd5','\xed','\x50','\x2f','\x7f','\xe3','\x74','\x53','\x12','\xf9','\xff','\x17','\xf5','\xea','\x1b','\x39','\xbe','\xde','\xdf','\x7a','\x6d','\xaf','\xc7','\x77','\xbf','\xe5','\x76','\xf6','\x3c','\xf2','\x24','\xbb','\x9e','\x7a','\x86','\x5e','\xaf','\xc7','\x4a','\x1a','\xc9','\xef','\x2a','\x7a','\x1c','\x1a','\x1c','\xe7','\xb4','\xf3','\xb6','\x73','\xe9','\x9b','\xae','\xc3','\xf4','\x0a','\xfe','\xce','\xff','\xf5','\x33','\xfc','\xf7','\xcf','\xdf','\xf9','\x35','\xff','\x9e','\x6d','\x73','\xeb','\xf9','\xf6','\x6b','\xae','\xe3','\x5d','\xd7','\xdf','\x88','\xef','\x94','\x3c','\xf0','\xfb','\x9f','\xe0','\xb9','\xdd','\xcf','\x70','\x64','\x79','\x89','\x4b','\x4e','\x3f','\x93','\xa3','\x2f','\xed','\xe7','\xee','\xbb','\xee','\xfb','\xfa','\x0d','\xf2','\xcd','\x19','\xf2','\xa4','\xdc','\x99','\xc4','\x24','\x26','\xf1','\xe7','\x3b','\xec','\xc4','\x04','\x61','\x12','\x93','\x98','\xc4','\x5f','\xa4','\xb8','\xf1','\xea','\x6b','\x59','\x3b','\x35','\xc3','\x9d','\x77','\xdc','\xc1','\x81','\xbd','\xaf','\x30','\xd3','\xeb','\xe1','\x63','\x64','\x61','\xb0','\x48','\xa7','\x28','\x98','\x9e','\x5e','\xcb','\x30','\x37','\x2c','\x85','\x21','\x6b','\x4f','\xdd','\xc2','\xe6','\x33','\xce','\x20','\xfa','\x92','\xff','\xf2','\xb1','\x4f','\xf1','\xf8','\xae','\xfd','\x5f','\xd3','\xef','\x4a','\x64','\x92','\x75','\x94','\xdd','\x3e','\x2b','\x0b','\x2b','\x2c','\x0c','\x16','\x71','\xd9','\x50','\x24','\x47','\x8f','\x0e','\xde','\x96','\x94','\x3d','\xcf','\xfc','\xf2','\x11','\x76','\xef','\x7e','\x96','\x51','\xb7','\xc3','\xf4','\xa6','\x69','\xb6','\x9d','\xb1','\x9d','\x54','\x42','\x33','\x19','\x92','\xfa','\x97','\x36','\xbe','\xeb','\x96','\xdb','\x78','\xff','\xb5','\x37','\xf2','\x7b','\x3f','\xff','\x1f','\x59','\x9e','\x5f','\x60','\xfb','\xfa','\x0d','\x2c','\x1d','\x3e','\xc4','\xc6','\xd9','\x59','\x96','\x86','\x23','\x9a','\x50','\x73','\xfe','\x55','\x57','\xb0','\xf9','\x92','\x8b','\x78','\xf9','\x85','\xe7','\xf8','\xf4','\x83','\x0f','\x51','\x87','\xf8','\x15','\x3f','\xb7','\xc5','\x34','\x67','\x7b','\x53','\xdc','\x70','\xf1','\xe5','\xfc','\xec','\x07','\xff','\x3a','\xfd','\xe3','\x47','\x79','\xf2','\xe5','\x97','\x79','\xe0','\xb1','\x87','\x78','\xf0','\xf1','\x87','\x99','\xdd','\xb8','\x96','\xcb','\xae','\xb9','\x8a','\x37','\x5f','\x7f','\x3d','\x3d','\x63','\xb9','\xef','\xe1','\x89','\x21','\xc7','\x24','\x26','\x31','\x89','\xbf','\x5c','\x61','\xdf','\x80','\xec','\x36','\x29','\x80','\x26','\x31','\x89','\x49','\x7c','\xc3','\xc5','\x86','\x99','\x69','\xae','\xde','\x71','\x36','\x07','\x9e','\x7c','\x9a','\xe7','\xee','\x7b','\x88','\x32','\x1a','\x66','\xfa','\x7d','\xd2','\x70','\x48','\x65','\x0b','\x8e','\x87','\x40','\xbf','\xe7','\x39','\x3c','\x1c','\xd0','\xdf','\xb4','\x91','\x0b','\x6f','\xbd','\x95','\x99','\x6d','\xa7','\xf1','\x6b','\x77','\x7c','\x8e','\x4f','\x3c','\xf0','\xf8','\x9f','\xe8','\x77','\xce','\xf5','\xa7','\x58','\x3b','\xb7','\x8e','\x23','\x2f','\x1d','\xc0','\x64','\xcf','\xa0','\x5a','\xe2','\x78','\xb0','\x6c','\x60','\x96','\xdc','\x04','\x8e','\xa6','\xfd','\xcc','\x14','\x9e','\xb2','\x28','\x38','\x52','\x1d','\x63','\x6a','\x6a','\x8e','\xb9','\xf5','\x53','\xbc','\x30','\x7f','\x80','\xc1','\xa8','\xfe','\x3a','\xdf','\x81','\x3f','\x79','\x4c','\x1c','\xc5','\xfe','\xf4','\xe2','\xea','\x6d','\x67','\xf0','\x53','\xdf','\xf6','\x3d','\x3c','\x7f','\xcf','\x7d','\x1c','\x7d','\xe1','\x25','\xa6','\x8a','\x0e','\xb6','\x2c','\x18','\x84','\xc8','\x7c','\x0e','\x34','\xa9','\x66','\xfd','\x79','\x67','\x72','\xd1','\xad','\xd7','\x63','\x5c','\xe2','\x7f','\xff','\x97','\x3f','\xcd','\xc1','\xa5','\xe5','\x93','\x7e','\x56','\xab','\x4f','\x72','\xc6','\xf0','\xa1','\x8b','\xaf','\xe3','\x9c','\x1d','\x3b','\x39','\xfb','\x9c','\xf3','\x58','\xbf','\x7e','\x03','\xbe','\x57','\xb2','\xf8','\xd4','\xd3','\x3c','\x7b','\xe7','\x9d','\x1c','\x59','\x59','\x62','\x65','\xdf','\xcb','\xac','\xad','\x2b','\xae','\xd8','\xb2','\x9d','\x1b','\x2e','\xb8','\x90','\x39','\xeb','\x79','\xe4','\x4b','\xf7','\xf3','\xd8','\xf3','\x2f','\xfe','\x89','\xbe','\xc7','\x78','\x46','\x96','\xfe','\xf7','\x64','\x84','\x26','\xf9','\x27','\x59','\x47','\x93','\xf5','\x37','\x89','\x49','\x4c','\xe2','\x4f','\x35','\xec','\x84','\x02','\x37','\x89','\x49','\x4c','\xe2','\x2f','\x40','\x18','\xe0','\xdd','\x37','\xdf','\x08','\x4d','\xe0','\xfe','\xbb','\xbe','\xc8','\xf2','\xb1','\xe3','\x6c','\xdd','\x72','\x0a','\xa9','\x0e','\xe4','\x0c','\x6b','\xe6','\x36','\x70','\x7c','\x69','\x91','\xf9','\xc5','\xe3','\x84','\xd2','\x73','\xed','\xf5','\xd7','\x71','\xde','\x6d','\x37','\xb3','\xd8','\x0c','\xf8','\x0f','\x1f','\xfe','\x7d','\x8e','\x2d','\xad','\xc8','\xe7','\x58','\x43','\x4e','\x5f','\x7d','\x2a','\x76','\xc6','\x29','\xa7','\x31','\xbf','\xb2','\xc2','\x0b','\x2f','\xee','\xa1','\x63','\xa7','\xe8','\xd8','\x86','\x1c','\x03','\x53','\xb6','\xcf','\x20','\x1d','\x23','\x86','\x65','\x3a','\xa9','\x4b','\x58','\x3a','\x4e','\x6f','\xd6','\x72','\xd1','\xf9','\x3b','\x71','\x25','\xec','\xdb','\xfd','\x0c','\x37','\x5c','\xbc','\x86','\x3b','\x1f','\x9d','\xff','\xba','\xdf','\x07','\x63','\xcc','\x38','\x99','\xb4','\xc6','\x50','\x38','\x87','\xb3','\x96','\x51','\xd3','\x10','\x53','\xc2','\x18','\x61','\x2a','\x7d','\xcd','\x61','\x55','\xe8','\x7e','\x12','\x1d','\x8a','\xb3','\x16','\xef','\x1c','\x85','\xf3','\x78','\xef','\x00','\xf0','\xc6','\x12','\x52','\xa4','\x6a','\x1a','\x62','\x8c','\xc4','\x94','\x78','\xe7','\x19','\xdb','\x69','\xaa','\x40','\x4e','\x81','\x95','\x7a','\x40','\xd1','\xe9','\x71','\xc1','\x45','\xe7','\xf3','\x9b','\xf7','\x3d','\xcc','\xc2','\xca','\x80','\x99','\xe9','\x29','\xac','\xf7','\x1c','\x3a','\x7c','\xe4','\x6b','\xbc','\x34','\x43','\xca','\xa2','\x3d','\x29','\xbc','\xc7','\xe8','\xf5','\x34','\x21','\x50','\x37','\xcd','\x9f','\xe0','\xcb','\x9e','\xf0','\xd9','\xd6','\x92','\x73','\x1e','\xd3','\xc4','\x8c','\xb5','\x18','\x20','\xe5','\x04','\x59','\xee','\xb7','\xb3','\x96','\x94','\xd2','\x57','\xa4','\x08','\xf6','\xbc','\xe7','\x37','\xff','\xfe','\x3f','\x61','\xe9','\xc5','\xbd','\xdc','\xfd','\xb1','\x4f','\xb1','\x79','\x76','\x0d','\x39','\x35','\xec','\x3f','\xbc','\x1f','\x57','\x78','\xf6','\x1f','\x3d','\xce','\xa9','\x6b','\x67','\xb9','\xec','\xad','\xb7','\xb1','\xe5','\x9c','\xb3','\xf8','\x97','\xbf','\xf0','\x0b','\x7c','\xe4','\xbe','\x87','\x89','\xaf','\xf9','\xdc','\xd6','\x77','\xa0','\x5f','\x94','\xfc','\xe4','\xdb','\xde','\xc1','\x99','\x6b','\x37','\xb2','\x6d','\xdd','\x29','\x6c','\xda','\xb0','\x19','\xe3','\x2c','\xbb','\x9f','\x7f','\x96','\x07','\x1f','\x7a','\x90','\xc5','\xa7','\x9e','\xe2','\xec','\x26','\xd3','\x9d','\x99','\x61','\xab','\x2f','\x99','\x29','\xe7','\xb8','\x76','\xe7','\x4e','\x2e','\xb9','\xf8','\x62','\x72','\xd9','\xe5','\xe9','\xfb','\x1e','\xe0','\xdd','\x3b','\x4e','\xe3','\xf7','\x76','\xbd','\xfc','\x35','\x15','\x20','\x06','\xf8','\xeb','\x67','\x5d','\xca','\x19','\xb3','\xeb','\xd9','\x3a','\xb3','\x96','\xf5','\x73','\x6b','\x99','\x5d','\xbf','\x16','\x7a','\x1d','\xfe','\xd3','\x03','\x9f','\x67','\x99','\x86','\x8a','\xc8','\x72','\x55','\xf1','\xe2','\x81','\x03','\x1c','\x38','\x72','\x84','\x10','\x23','\xa5','\xf7','\x84','\x18','\x88','\x29','\x63','\x8d','\x61','\xd3','\xfa','\x75','\x9c','\x7e','\xea','\xa9','\x74','\x7b','\x3d','\xa6','\xa7','\xa7','\x39','\x72','\x6c','\x9e','\x07','\x1e','\x7d','\x84','\x10','\x26','\xdd','\xd1','\x49','\x4c','\x62','\x12','\xff','\xeb','\xc2','\x9a','\x49','\x07','\x68','\x12','\x93','\x98','\xc4','\x5f','\x80','\xf8','\x27','\x7f','\xed','\x3b','\x79','\xff','\xb5','\x37','\xb3','\xf7','\x8e','\x2f','\x71','\xe4','\x85','\x17','\xd9','\xd8','\xed','\xb1','\xd6','\x16','\x1c','\x5d','\x5e','\xc2','\x1b','\xcf','\x6c','\x7f','\x8a','\xe3','\xf3','\xf3','\x54','\x39','\x73','\xc1','\xf9','\x17','\x73','\xed','\xad','\xb7','\x62','\xcb','\x2e','\xf7','\x7d','\xf1','\x2e','\x1e','\x7e','\x61','\xf7','\xf8','\x73','\xbe','\x96','\xe2','\xe7','\xc2','\x53','\xb7','\xf1','\x6f','\x3e','\xf8','\x7d','\x3c','\xff','\xc0','\x7d','\x3c','\xfd','\xd0','\xfd','\x4c','\x9b','\x86','\xe9','\x99','\x69','\xcc','\xa0','\x61','\xa1','\x53','\xb3','\x10','\x6a','\x2a','\x3b','\xcd','\xde','\x6a','\xc4','\xf1','\xe5','\x79','\x2e','\xbf','\xe6','\x46','\xae','\x78','\xc7','\x37','\xb1','\x18','\x22','\x77','\x3d','\xf1','\xe4','\xd7','\xa5','\xf8','\x31','\xc6','\xd0','\x2d','\x0a','\xa6','\x7a','\x5d','\x66','\xfa','\x7d','\x4e','\xd9','\xb8','\x91','\x1f','\xfd','\xee','\xef','\x64','\xfd','\xda','\x39','\xba','\x65','\x07','\x12','\x8c','\x46','\x43','\x52','\x55','\x53','\xfa','\x82','\x72','\x7a','\x0d','\xfd','\xa9','\x3e','\xbf','\xfe','\xfb','\x7f','\xc0','\xa7','\xef','\xbe','\x9b','\x87','\x77','\xbf','\x40','\x4c','\x89','\x1b','\x37','\x9e','\xca','\x9d','\x87','\xf7','\x7e','\xf9','\x5f','\x96','\x32','\x2d','\x4e','\xef','\x8c','\xa5','\x57','\x96','\x9c','\x7f','\xda','\xe9','\x9c','\x7d','\xc6','\xe9','\xfc','\xc8','\xfb','\xbf','\x83','\x7e','\xbf','\x8f','\x2f','\x2c','\xd9','\x64','\xea','\xa6','\x22','\xc5','\x9a','\x5e','\x51','\xe0','\x9d','\xc1','\x26','\xa8','\x56','\x96','\x58','\x38','\x72','\x8c','\xa3','\xc7','\x8e','\x32','\x58','\x5e','\x62','\x14','\x1a','\xd6','\xcc','\xcd','\x71','\xe1','\x65','\x57','\xf0','\xb7','\xfe','\xe6','\x0c','\x87','\xe7','\x8f','\xb3','\x7d','\xe7','\x4e','\x5e','\x39','\x7e','\x84','\x5b','\xde','\xfb','\x1d','\x34','\xaf','\x49','\x82','\x8d','\x16','\x73','\xfd','\x5e','\x8f','\xcd','\xeb','\xd6','\xb1','\x76','\x76','\x86','\xb5','\xfd','\x29','\xce','\xdd','\x7c','\x1a','\xdf','\xff','\xb6','\x77','\x51','\xd9','\x4c','\x2c','\x2c','\xc1','\x5b','\x8e','\x2e','\x2d','\xd0','\x9d','\x9b','\xe6','\x53','\x5f','\xfa','\x12','\xbf','\xfe','\x9b','\xbf','\xc3','\x81','\xc3','\x87','\xbf','\xe6','\x7b','\xdb','\x2b','\x4a','\x6e','\xbf','\xec','\x1a','\xfe','\xd9','\x0f','\xff','\xef','\x64','\x6f','\x38','\xb2','\x70','\x94','\xdc','\x75','\xcc','\x6c','\xdc','\xc8','\x52','\x0c','\xec','\x3b','\x76','\x08','\x62','\xa4','\x6b','\x3d','\x2f','\x3d','\xfd','\x3c','\x7f','\xff','\x5f','\xff','\xdc','\x97','\xfd','\x3c','\x6b','\x0c','\xff','\xed','\x7b','\xff','\x06','\xdb','\xa6','\xd6','\xf2','\xd1','\x3f','\xfc','\x28','\x2f','\xef','\x7d','\x9e','\xdb','\x2e','\xba','\x86','\xc3','\x87','\x0f','\x72','\x60','\xfe','\x10','\xa7','\x6c','\xdd','\x4e','\x5e','\xce','\x9c','\x73','\xf9','\x65','\x9c','\x77','\xeb','\x9b','\xa8','\x8b','\xcc','\x7f','\xfb','\xc4','\xa7','\x5f','\x57','\xfc','\xcc','\x4e','\x75','\xf9','\xa7','\x3f','\xfc','\xdd','\x9c','\xbb','\xf1','\x34','\x76','\x6c','\x38','\x85','\x35','\xae','\x4b','\x3e','\x74','\x8c','\x83','\xcf','\xbf','\xc2','\x13','\x8f','\xdd','\xc1','\xe1','\x83','\x07','\xd8','\x77','\xe8','\x30','\x07','\x0f','\x1f','\x64','\xe7','\xdc','\x2c','\xa7','\x9e','\xb2','\x91','\x47','\xf6','\xee','\x62','\xc5','\x44','\x4e','\x3d','\xfd','\x4c','\x2e','\xb8','\xec','\x22','\xe8','\xf7','\xf0','\xa5','\xe7','\x92','\xcb','\xaf','\x60','\xee','\x8c','\xd3','\xf9','\x8e','\x6e','\x41','\x28','\x0a','\x36','\x9c','\xb2','\x9d','\xa3','\x83','\x15','\xfe','\xea','\xff','\xf6','\x7f','\x10','\xd3','\xeb','\x0b','\x5d','\x03','\x6c','\x5d','\xbb','\x8e','\x1b','\xce','\x3e','\x8f','\xff','\xfd','\x3d','\xdf','\xc5','\xc6','\xd9','\x75','\x94','\x85','\xc3','\xe4','\x44','\xc8','\x99','\x81','\x09','\xfc','\x83','\x8b','\x76','\x10','\x4a','\x4b','\xee','\x77','\xc0','\x5b','\x4c','\xce','\x58','\x5f','\x60','\x88','\x94','\xa3','\x21','\xbf','\xfb','\xe9','\x4f','\xb3','\xef','\xe8','\x3c','\xdb','\x4e','\xdb','\xc6','\xfb','\xde','\xfe','\x76','\x9e','\xdf','\xf3','\x12','\xb6','\xdf','\xe5','\xba','\xeb','\x6f','\xe2','\xc0','\xd1','\xe3','\x5c','\xfd','\xcd','\x6f','\x63','\x61','\x62','\x11','\x3f','\x89','\x49','\x4c','\xe2','\x7f','\x61','\x9c','\xcc','\xf8','\x05','\x26','\x05','\xd0','\x24','\x26','\x31','\x89','\x6f','\xa0','\x58','\x37','\x3d','\xcd','\xe5','\x17','\x5d','\xc2','\x91','\x17','\x5e','\xe6','\xe5','\xbb','\x1f','\x60','\x26','\x59','\xd6','\xf7','\xd6','\x10','\x96','\x06','\xe4','\xe1','\x10','\xd3','\xeb','\x73','\x7c','\x71','\x81','\x51','\xac','\xd9','\xba','\x7d','\x07','\xd7','\xbc','\xe5','\x56','\xa6','\xb6','\x6e','\xe2','\xa5','\x17','\x76','\xf3','\x99','\xcf','\xdd','\xf9','\x35','\xb7','\x43','\xce','\xda','\xb0','\x99','\x7f','\xf8','\xee','\xf7','\x71','\xfe','\x19','\x67','\xb1','\x7c','\xe8','\x30','\x7b','\x9f','\x7f','\x9e','\x6a','\x79','\x89','\x59','\x57','\x10','\x53','\x64','\x85','\x86','\xae','\xe9','\x50','\xc7','\xcc','\x28','\x83','\x9b','\xea','\x71','\xce','\xb9','\x67','\x71','\xcd','\xbb','\xbf','\x99','\xfe','\xf6','\xd3','\xf8','\xa1','\xff','\xf3','\x5f','\xf0','\xab','\x7f','\xf0','\xe9','\x3f','\xf1','\xf7','\x2d','\x9d','\x63','\xf3','\xda','\xb5','\x6c','\xdf','\xb2','\x99','\x75','\x73','\x73','\xfc','\xf0','\xfb','\xdf','\x47','\xa7','\x53','\x52','\x0d','\x56','\x58','\x59','\x5c','\x60','\x74','\xec','\x08','\x87','\x17','\xe7','\xb1','\xc6','\x32','\x1c','\x0e','\xc8','\x4d','\x60','\xba','\x37','\xc5','\xfa','\xd9','\x39','\x8a','\x06','\xc2','\xf2','\x88','\xef','\xb9','\xf5','\x2d','\xfc','\xc8','\xbb','\xde','\xcf','\x4a','\x35','\xe0','\x33','\x9f','\xfb','\x02','\x7f','\xfb','\x3f','\xfd','\xfb','\xaf','\xee','\x97','\x1b','\xd8','\x79','\xca','\x36','\xde','\x76','\xd1','\x55','\x7c','\xfb','\x2d','\x6f','\x26','\x91','\x30','\x85','\x23','\xac','\x2c','\x73','\xf0','\xf0','\x61','\x56','\x46','\xcb','\x0c','\x46','\x4b','\x0c','\x96','\x17','\x88','\x4d','\x4d','\xaf','\xd3','\x63','\xae','\xdf','\x65','\xed','\xcc','\x2c','\xbd','\xc2','\xb1','\xae','\x37','\xcd','\x39','\x17','\x5d','\x88','\x2f','\x4b','\xac','\x77','\x1c','\xd8','\xb7','\x8f','\xc3','\x2f','\x3c','\xcf','\x62','\x8c','\xb8','\xa9','\x29','\x36','\x5c','\x7e','\x09','\xf3','\x4b','\x8e','\x4e','\x59','\x30','\x3b','\x3d','\xcd','\x05','\xe7','\x9e','\xcd','\xf4','\xec','\x34','\x9d','\xa2','\xa0','\x5b','\x94','\xfc','\xb5','\xf7','\xfe','\x15','\xba','\x18','\x4a','\xe3','\xb1','\x36','\xe3','\x06','\x35','\x33','\xcb','\x19','\xbb','\x3c','\xe0','\xf0','\xd1','\xc3','\x1c','\x1b','\x2c','\x60','\xa6','\x7b','\xa4','\x6e','\xc1','\xe9','\xdb','\x4e','\xe5','\x9f','\xff','\xd8','\x8f','\x73','\xf0','\xd0','\x51','\x7e','\xed','\xb7','\x7e','\xeb','\x6b','\xba','\xc7','\x3f','\xfe','\xd6','\x6f','\xe7','\xd6','\xab','\xae','\x66','\xed','\x9a','\x69','\x0e','\xec','\x7a','\x91','\x50','\x55','\xb8','\x5e','\x41','\x9e','\x29','\x39','\xb8','\xb4','\xc8','\xf1','\xe1','\x0a','\xd3','\x1b','\xd6','\x71','\xf5','\xb5','\xd7','\x52','\x94','\x25','\xdf','\xf6','\xcb','\xbf','\xf2','\x65','\x3b','\x28','\x06','\xf8','\x17','\xb7','\xbc','\x93','\xab','\xcf','\x3c','\x9b','\x5d','\x5f','\xbc','\x9f','\x03','\x4f','\x3f','\xcf','\x29','\x33','\x6b','\x58','\x3e','\x74','\x8c','\xd1','\xe2','\x32','\x53','\xae','\xcb','\x20','\x45','\x4e','\xdd','\xb1','\x9d','\x33','\xbf','\xe9','\x76','\xec','\xb6','\x4d','\xfc','\xd1','\xa7','\xfe','\x88','\xc7','\x5f','\x5c','\xd5','\xa5','\x15','\xde','\xf2','\xa6','\x6b','\x2f','\xe1','\x92','\xf3','\xce','\x61','\xc7','\xa6','\xcd','\xac','\x2b','\x4a','\xcc','\xe2','\x02','\xbb','\x77','\x3d','\xc9','\xfc','\x0b','\xfb','\x38','\xf4','\xdc','\x2e','\x0e','\xec','\xdd','\x47','\x3d','\x1a','\xe1','\x4c','\xc9','\x8e','\xa9','\xf5','\x9c','\x3a','\xdd','\x23','\x8e','\xe6','\xd9','\xdc','\xef','\x70','\x60','\xe5','\x38','\x7e','\x34','\xe0','\xc8','\x9e','\x17','\x39','\xf2','\xec','\xd3','\x98','\xb9','\x59','\xcc','\xda','\x35','\xac','\xeb','\xf5','\x69','\xba','\x3d','\x66','\xb6','\x6e','\xe1','\xf4','\xf3','\xce','\xa5','\x32','\x96','\xcd','\x9b','\x36','\xb1','\xef','\xc0','\x81','\x57','\x7d','\x87','\x2d','\x6b','\xd7','\xf2','\xe6','\xcb','\xae','\xe0','\xef','\xbe','\xff','\x3b','\xe9','\x54','\x81','\xea','\xe0','\x3c','\x2f','\xec','\x7e','\x85','\xc5','\xe3','\x47','\x39','\x7e','\xec','\x28','\x47','\x87','\xcb','\x8c','\x0a','\x30','\xd3','\x25','\x74','\x3c','\xc9','\x80','\x2d','\x0c','\x6b','\x66','\x67','\x99','\x5d','\x33','\x47','\x59','\x78','\x66','\x7d','\xc1','\xbb','\x2f','\xbe','\x84','\x95','\xaa','\x62','\x10','\x13','\x0f','\x7d','\xe1','\xf3','\x3c','\xf0','\xf8','\x13','\x5c','\x7d','\xcb','\x2d','\x4c','\x4d','\x4f','\xf3','\x8b','\x3f','\xf3','\x33','\x2c','\x2e','\x2d','\x7d','\x4d','\xcf','\x6a','\x12','\x93','\x98','\xc4','\x24','\xbe','\x5e','\x31','\x29','\x80','\x26','\x31','\x89','\x49','\x7c','\x43','\x84','\x01','\x6e','\xbe','\xf8','\x62','\x7a','\xd9','\xf3','\xfc','\xe3','\x4f','\xc2','\x91','\xe3','\x6c','\x2a','\xe7','\x30','\xc1','\x32','\x1c','\xae','\x30','\xdd','\xed','\x61','\x8a','\x0e','\x07','\x17','\x16','\x28','\x8b','\x82','\x8b','\xce','\x39','\x9b','\x9d','\x17','\x5d','\xc8','\xca','\xe2','\x32','\x9f','\xfa','\xe8','\x1f','\xf3','\xe8','\x03','\x0f','\x60','\x8c','\xc1','\x7c','\x15','\xce','\x55','\x9b','\x67','\x66','\xf9','\xd1','\x77','\x7c','\x0b','\x6f','\xbe','\xfa','\x6a','\xd6','\x58','\xc3','\xb3','\x0f','\x3f','\xc2','\xae','\x87','\x1f','\x65','\xe9','\xd0','\x11','\x7a','\xa5','\xc3','\x39','\xc3','\x42','\x58','\x21','\x9b','\x8a','\x58','\x19','\x86','\x29','\x90','\xd6','\xcf','\x72','\xf1','\xf5','\x57','\x71','\xe9','\xdb','\x6e','\x63','\xdd','\x15','\x97','\xf0','\xe3','\xff','\xe6','\x97','\xf9','\xf0','\xa7','\xef','\xa2','\x69','\xbe','\xb2','\xa0','\xfd','\xb5','\xdf','\xf3','\x7f','\xbb','\xf9','\x66','\xce','\x3b','\xef','\x02','\xb6','\x9f','\x79','\x06','\xeb','\xd6','\xad','\x65','\x6a','\x4a','\x86','\xba','\xbe','\xb2','\xf7','\x65','\xf6','\xec','\x3a','\xc0','\xd2','\xc2','\x71','\x8e','\x1e','\x3c','\xc8','\xf2','\xd2','\x12','\x36','\x66','\x72','\x08','\x32','\x7d','\xa5','\x6e','\x58','\x59','\x58','\xa4','\xdb','\x58','\xd6','\xbb','\x69','\xbc','\x2b','\x58','\x73','\xca','\x26','\x2e','\xbc','\xee','\x1a','\xce','\xbb','\xf6','\x1a','\xde','\xf5','\xce','\x77','\xf0','\x1f','\x3e','\xf5','\xc7','\x3c','\xf5','\xd2','\x8b','\x5f','\xf6','\x1a','\xe6','\x66','\x66','\xb8','\xf5','\xaa','\xab','\xf8','\xe7','\xdf','\xf9','\x03','\xd4','\x07','\xe7','\x79','\xe9','\xc5','\x17','\x39','\x74','\xfc','\x28','\xcf','\xbf','\xb2','\x87','\x3d','\x07','\xf6','\x11','\x52','\x4d','\x51','\x38','\xa6','\xa6','\xfb','\xf4','\xa7','\x7b','\x38','\xe7','\xc9','\xd6','\x32','\x5a','\x38','\xc6','\xe2','\xa1','\xc3','\x94','\xbd','\x92','\x2d','\xeb','\x37','\xd3','\xf7','\x8e','\xd9','\x99','\x59','\xce','\x38','\xed','\x54','\x0e','\xee','\xdd','\xcb','\xe3','\xbb','\x76','\x51','\x3b','\xc3','\xc5','\xd7','\x5e','\xcb','\xc2','\xd5','\x57','\xf0','\xe2','\xf3','\xbb','\xf9','\x91','\x0f','\xbc','\x9b','\x6b','\xaf','\xbb','\x9e','\xa6','\x89','\x1c','\x38','\x7c','\x88','\xc2','\x18','\x3a','\x31','\xb3','\xf7','\xf1','\x67','\x48','\xc3','\x11','\x4b','\x87','\x0e','\x33','\x9c','\x3f','\xce','\x2c','\x25','\x6b','\x2a','\xc7','\xf1','\x23','\x47','\x79','\xfa','\xc0','\x1e','\xe6','\x43','\xc5','\x29','\x3b','\x77','\xb2','\xed','\xbc','\xb3','\xd9','\x76','\xfa','\x0e','\x0e','\x1c','\x38','\xc0','\x83','\x8f','\x7c','\x6d','\x22','\x7f','\x67','\x2c','\xb7','\x5e','\x7f','\x1d','\xa7','\xf6','\xa6','\xb9','\xff','\xd3','\x9f','\xe5','\xae','\x07','\x3f','\x87','\xb5','\x8e','\x75','\x6b','\x36','\x32','\x88','\x15','\x87','\x9b','\x15','\xd2','\x6c','\x8f','\x5b','\xdf','\xf9','\x76','\x66','\x6e','\xba','\x85','\xff','\xfa','\x47','\x7f','\xc8','\x43','\x4f','\x3d','\xfd','\x65','\x3f','\xd3','\x1a','\xc3','\x15','\x17','\x5e','\x84','\xc9','\x99','\x7b','\xee','\xf8','\x34','\x6e','\x65','\xc4','\xb6','\x99','\x2d','\x1c','\x3e','\x74','\x88','\x90','\x22','\x9d','\xb2','\x4f','\x03','\x5c','\x78','\xed','\x55','\x6c','\xb9','\xec','\x52','\x9e','\x7c','\xf6','\x49','\xfe','\xcb','\xff','\xf8','\x30','\x29','\xe7','\x31','\xbd','\x6f','\xe3','\xda','\x59','\x3e','\xf4','\xfd','\xdf','\x45','\xb5','\x3c','\xe4','\xe1','\x3b','\xbf','\xc4','\xe2','\x0b','\x7b','\x71','\xc7','\x96','\x49','\x47','\x17','\x68','\x96','\x86','\x9c','\x32','\xb5','\x9e','\xcd','\x73','\xeb','\x58','\x5e','\x5c','\xa4','\xaa','\x6a','\x8a','\xd8','\xf0','\xf2','\x91','\xe3','\xec','\x75','\x23','\x4e','\xdd','\x7c','\x1a','\x5d','\x93','\xb8','\xf7','\x85','\x67','\x78','\xe4','\xd7','\xf6','\xd3','\x74','\x0b','\xf2','\xf4','\x34','\x75','\xaf','\x60','\x98','\x1d','\x9d','\xb9','\x59','\xae','\xb8','\xf1','\x06','\xa6','\xd7','\xae','\x65','\x61','\x69','\xc8','\xb1','\x63','\xc7','\x5e','\xb5','\xf6','\xde','\x7a','\xcd','\x75','\x7c','\xf3','\x15','\x57','\x70','\xe3','\x29','\x67','\xb0','\xef','\xfe','\x87','\xd9','\xf3','\xc4','\x33','\xec','\x7b','\x65','\x2f','\xcb','\xc3','\x15','\xea','\xa6','\xa6','\xec','\x75','\xd9','\x7c','\xfa','\xa9','\x6c','\xd8','\xb0','\x09','\x3a','\x96','\xa6','\xb4','\x34','\x31','\x72','\xf8','\xd8','\x11','\x9e','\x79','\xf8','\x51','\xea','\xc1','\x10','\xe3','\x1d','\x3e','\x66','\xce','\xdd','\x71','\x3a','\x45','\xb7','\xc7','\xa1','\x85','\x45','\xf6','\x1f','\x3b','\xc6','\xf2','\xb0','\xe2','\xb6','\x77','\x7c','\x33','\xd5','\xa8','\xe2','\x8b','\x5f','\xfa','\xd2','\xd7','\xcf','\x91','\x6e','\x12','\x93','\x98','\xc4','\x24','\xde','\x20','\xde','\x68','\x9f','\x99','\x14','\x40','\x93','\x98','\xc4','\x24','\xbe','\x21','\x62','\xe7','\xe6','\x2d','\xfc','\x9d','\x6f','\x7e','\x0f','\xbb','\x9e','\x7e','\x8e','\xe3','\xbb','\xf6','\x70','\x5a','\xc8','\x74','\xc2','\x90','\x61','\x33','\x64','\xda','\x77','\x29','\xcb','\x0e','\x87','\x9b','\x15','\x62','\xae','\x38','\x75','\xe3','\x0e','\xce','\xba','\xe8','\x12','\xcc','\xdc','\x1a','\xf6','\x3e','\xf6','\x38','\x0f','\x3f','\xf0','\x20','\x69','\x54','\xf1','\xde','\xad','\x67','\xf0','\xfb','\x07','\xf6','\xc8','\x86','\x68','\x0c','\x41','\xa9','\x3f','\xd7','\x5d','\x7c','\x36','\x45','\xcc','\x7c','\xf0','\x4d','\xb7','\x70','\xe6','\x86','\x53','\x28','\x07','\x43','\x36','\x4d','\x4d','\x33','\x73','\xe8','\x30','\xfb','\x9e','\x7c','\x8a','\x66','\xd7','\x0b','\x74','\x0e','\x1d','\x64','\x65','\x71','\x1e','\x80','\xa5','\x4e','\xc1','\xd0','\x06','\x52','\x27','\xd0','\x4c','\x2d','\xb3','\xe1','\xcc','\xb3','\xd9','\x76','\xfd','\xad','\xec','\xbc','\xf6','\x2a','\xa6','\xb6','\x6f','\xe2','\x43','\x3f','\xff','\x1f','\xf8','\xaf','\x7f','\xf4','\x51','\x8e','\xcf','\xaf','\x7c','\xc5','\xef','\x65','\x90','\xe1','\x91','\xfd','\xa2','\xcb','\x85','\xa7','\x9d','\xc9','\x8f','\x7f','\xd7','\xfb','\xd9','\x7a','\xca','\x46','\x9c','\xef','\x70','\xf8','\xd0','\x41','\x9e','\x7c','\xf0','\x01','\x0e','\xcf','\x1f','\xe5','\xf0','\x81','\x83','\x1c','\x3a','\x78','\x80','\xb5','\x6b','\xd7','\x70','\xf6','\x99','\x3b','\xb8','\xf8','\xec','\xb3','\xd9','\xba','\x79','\x2b','\x6b','\xe7','\xd6','\x50','\x2f','\x2c','\xe0','\x62','\x62','\x79','\x30','\xe0','\x0b','\x9f','\xfb','\x1c','\xd5','\xc3','\xbb','\xd8','\x59','\xc1','\x80','\xc8','\x60','\x7e','\x99','\x07','\x8e','\xcc','\xb3','\xeb','\xc5','\x3d','\x7c','\xe0','\x6f','\xfc','\x20','\xdf','\xf3','\xed','\x1f','\xe0','\x27','\x7e','\xfa','\xa7','\xdf','\xf0','\x5a','\x2e','\xda','\x7c','\x2a','\xef','\xbf','\xfe','\x26','\xde','\x7d','\xce','\xc5','\xec','\xfd','\xfc','\x3d','\x3c','\xf6','\xd8','\x13','\x1c','\x39','\x76','\x94','\x72','\x76','\x8a','\xc1','\xca','\x02','\x9b','\x9d','\xe5','\x82','\x1b','\x6e','\xe4','\xf4','\x4b','\xce','\x67','\x6e','\x66','\x86','\x35','\x5b','\x36','\x8b','\x6e','\x66','\x79','\x81','\x41','\x33','\xe2','\x99','\x87','\x1e','\x65','\xf1','\xa5','\x3d','\x1c','\x3f','\x7c','\x94','\x07','\xee','\xbe','\x8f','\xa9','\x5e','\x8f','\x17','\xfb','\x33','\xe4','\xd8','\x50','\x4c','\xf5','\x39','\xf7','\xfc','\x0b','\x78','\xc7','\x4d','\x37','\x31','\xeb','\x1c','\xbb','\x1e','\x7b','\x94','\x0d','\xde','\x73','\xda','\xec','\x1a','\x76','\xbf','\xf8','\x12','\x07','\x9e','\x78','\x0a','\x5f','\x07','\xfa','\xc6','\x33','\x9c','\x5f','\xa2','\x5e','\x58','\x60','\xf1','\xd0','\x61','\x56','\x16','\x16','\x38','\x7d','\x7a','\x1d','\x5d','\x37','\x0d','\xc7','\x8f','\xb3','\xa6','\x59','\x62','\x76','\xcd','\x34','\xe7','\xae','\xd9','\xc8','\xa5','\xe7','\x5f','\xc2','\x8e','\x2d','\xdb','\xf8','\xbf','\x7f','\xfe','\x17','\x78','\xec','\xd9','\x67','\xbf','\xa6','\x35','\xf5','\x6b','\x7f','\xeb','\x1f','\xb2','\xa9','\xd7','\xe3','\xb9','\x3b','\xef','\x61','\xf9','\x91','\x67','\xd9','\x7e','\x7c','\x44','\xd7','\x40','\x7f','\x1e','\x8e','\x35','\x03','\x8c','\x4b','\x6c','\xdf','\xb6','\x83','\xb7','\x9c','\x77','\x09','\xc5','\xb0','\xe2','\xb7','\x7e','\xff','\xf7','\x59','\x1e','\x0c','\xbe','\xec','\xb3','\xfc','\xa9','\x5b','\xde','\xc1','\xf9','\x3b','\xcf','\x61','\xcf','\x97','\xee','\x67','\x65','\xef','\x5e','\xd6','\xb8','\x12','\x63','\x1c','\xfd','\xc2','\xb3','\x14','\x12','\x2b','\x34','\x9c','\x73','\xc1','\xa5','\x9c','\x73','\xcb','\x0d','\x50','\xc2','\x1d','\x77','\xdf','\xcd','\xfe','\xa5','\xa3','\x5c','\x79','\xee','\x46','\x1e','\x78','\xe6','\x30','\xfd','\x5e','\xc9','\x37','\xdd','\x7e','\x13','\x2b','\x2b','\x03','\x0e','\xbc','\xf0','\x02','\xdb','\xe7','\xd6','\x11','\xb7','\x5a','\xa6','\xd6','\x1b','\xca','\x53','\x06','\xec','\x7e','\xf4','\x51','\xd6','\x1a','\xcb','\x59','\x6b','\xd6','\x72','\xb0','\x69','\x38','\x3c','\x5c','\xa2','\x9b','\x0d','\x66','\xba','\xcb','\xe1','\x38','\x62','\x6f','\xb3','\xc4','\xf6','\x4b','\x76','\x62','\x07','\xa7','\x31','\x48','\x89','\xe9','\xad','\x5b','\x38','\xbc','\xb2','\xcc','\x10','\x08','\xd9','\xd1','\x9b','\x9e','\xe2','\xbc','\xd3','\xce','\x60','\xdb','\xf4','\x3a','\x9e','\xba','\xfb','\x93','\x54','\x75','\x3d','\xd6','\x93','\xdd','\x7e','\xd9','\xd5','\xfc','\xea','\xf7','\xfe','\x2d','\x0e','\x3e','\xf8','\x28','\xf7','\xfe','\xe6','\x1f','\x71','\xfc','\xd8','\x51','\x42','\x1d','\xa8','\xeb','\x21','\xe5','\x74','\xc9','\x45','\x97','\x5f','\xce','\x95','\x37','\xdf','\xc0','\xd6','\x73','\x76','\x30','\x35','\x37','\x83','\x33','\x48','\xe7','\x31','\x66','\x12','\x8e','\x7d','\x2f','\xef','\x67','\xd7','\x67','\xef','\xe2','\x95','\x27','\x9f','\xe0','\xd0','\xa1','\xfd','\x0c','\x77','\xed','\xa1','\xe9','\xf5','\xa9','\x87','\x15','\xfd','\x18','\xb9','\xf2','\xb2','\xcb','\xb9','\xfc','\xbc','\x8b','\x08','\x47','\x8e','\x71','\xec','\xe8','\xd7','\xa6','\xfd','\x9a','\xc4','\x24','\x26','\x31','\x89','\x3f','\x49','\x4c','\x28','\x70','\x93','\x98','\xc4','\x24','\xbe','\x61','\xa3','\x74','\x9e','\x37','\x5d','\x78','\x31','\x8c','\x6a','\x8e','\xbf','\xb0','\x8f','\xa5','\xfd','\x87','\x59','\x6c','\x8e','\xe3','\x31','\x18','\xa6','\xe8','\xd8','\x92','\x3a','\x26','\x8e','\x0d','\x17','\x69','\x5c','\x60','\xcb','\x99','\xdb','\x39','\xe5','\xf2','\xcb','\xc8','\xc6','\x30','\xdd','\x29','\xf8','\x96','\xf7','\xbe','\x9f','\x2a','\x27','\x6a','\xe3','\xf8','\xce','\xc2','\x52','\x94','\x1d','\x46','\xcb','\x03','\x06','\x24','\x4e','\xbb','\x74','\x07','\x33','\x6b','\x67','\x28','\xab','\x86','\xea','\xe0','\x51','\xe2','\xa1','\xe3','\x74','\xc9','\x1c','\xd9','\xb5','\x9b','\x2f','\x3d','\xfc','\x28','\x2b','\xfb','\x0e','\xd0','\x2f','\x3d','\x58','\xf0','\x85','\x63','\x34','\x1a','\x50','\xaf','\xac','\x50','\xae','\x9b','\xe5','\xec','\xf3','\x2e','\xe2','\xc2','\xcb','\x2e','\xe6','\xf4','\xcb','\xae','\x60','\xea','\xec','\x8b','\x39','\x12','\x2a','\x3e','\xf8','\x13','\x3f','\xc9','\x1d','\x0f','\x3c','\xc4','\xf1','\xc5','\x93','\xbb','\x79','\x9d','\x18','\x06','\xc3','\xf7','\x9d','\xf3','\x66','\x6e','\xbb','\xfe','\x26','\xce','\x3b','\xe7','\x02','\xba','\x33','\x86','\xc5','\xea','\x25','\xf6','\x3c','\xff','\x3c','\xfb','\xf6','\x1e','\x60','\xff','\x81','\x7d','\xec','\x7a','\xf9','\x45','\xf6','\x1f','\x3c','\xc0','\xa6','\x0d','\x1b','\xb8','\xed','\xf6','\xdb','\xb9','\xea','\xea','\x2b','\x59','\x3f','\x3d','\xcb','\xc6','\x8d','\x1b','\x59','\x7b','\xca','\x56','\x9a','\xc5','\x45','\x16','\x76','\xed','\x82','\x00','\xbe','\x2c','\x30','\x29','\x72','\x24','\xf6','\x59','\xb3','\x7b','\x91','\x43','\x2b','\x2b','\x0c','\x49','\x0c','\xe7','\x17','\x29','\x8f','\x2f','\x90','\x52','\xe2','\x83','\x1f','\x78','\x3f','\xff','\xec','\xdf','\xff','\x3b','\x96','\x57','\x5e','\x9f','\xc8','\xcf','\x76','\x7b','\xfc','\xca','\x8f','\x7c','\x88','\x99','\x00','\x77','\x7c','\xe2','\x93','\x3c','\xfe','\xe4','\xe3','\x6c','\x5e','\xbf','\x89','\xbe','\xb3','\x1c','\x3d','\x74','\x90','\x0b','\x2f','\xbb','\x84','\x37','\x7f','\xd3','\x5b','\xd8','\x71','\xc3','\x35','\xa4','\x75','\xb3','\x1c','\x78','\xfa','\x09','\x06','\x75','\x85','\xf1','\x0e','\x97','\x13','\xe7','\x9f','\x77','\x2e','\x17','\x5f','\x7c','\x19','\xe9','\xe8','\x51','\x9e','\xba','\xf7','\x3e','\x9a','\x26','\x72','\x70','\xef','\x3e','\xaa','\xd1','\x88','\x18','\x1a','\xe6','\xfa','\x5d','\x76','\x9e','\xb3','\x93','\x33','\x76','\xec','\xe0','\xb9','\x97','\x5e','\xe2','\xfe','\x7b','\xbf','\xc4','\xb5','\xb7','\xdc','\xc4','\x05','\x17','\x5e','\xc8','\xa9','\x5b','\x4f','\xe5','\xfc','\xb3','\x76','\x52','\x84','\x8c','\x59','\x19','\x72','\x78','\xcf','\x2b','\x3c','\x76','\xd7','\x17','\xd9','\x7b','\x6c','\x89','\xd9','\x59','\x47','\xd1','\x64','\x46','\xcd','\x90','\x40','\x62','\xba','\x3b','\xc5','\xec','\xfa','\xad','\x6c','\xd9','\xb0','\x91','\x0b','\x2e','\xbc','\x88','\x30','\x3d','\xcd','\xc7','\x3f','\xff','\x85','\xaf','\x69','\x4d','\xbd','\xe9','\xe2','\xcb','\xb8','\xe8','\xdc','\x73','\x78','\xe0','\x23','\x9f','\xe4','\xe5','\xbb','\xef','\x67','\x7b','\x67','\x96','\x53','\x36','\x9d','\xcd','\xca','\xb1','\x23','\x8c','\x62','\x43','\xcf','\x75','\xd8','\xb6','\x75','\x0d','\xd7','\x5f','\x7b','\x2d','\x67','\x9d','\xb5','\x93','\x5f','\xfc','\xed','\xdf','\xe6','\xbe','\x87','\x1f','\xfb','\xb2','\x9f','\xe9','\xad','\xe5','\xad','\xef','\x7c','\x17','\xce','\x7b','\x9e','\x7d','\xe8','\x61','\x72','\x08','\x0c','\x9b','\x86','\x95','\xd1','\x32','\x65','\xaf','\x4f','\xd5','\x8c','\xd8','\x70','\xfa','\x16','\xae','\xbb','\xfd','\xcd','\x4c','\x6f','\x58','\xc7','\x53','\x4f','\x3f','\xc9','\x13','\xcf','\x3f','\xcf','\x63','\x2f','\x1e','\xa7','\x09','\x91','\x8e','\x83','\xef','\x7e','\xdf','\xcd','\xfc','\xd0','\x0f','\xfc','\x55','\xa8','\x22','\x97','\x6c','\x3f','\x93','\x9d','\xeb','\xb6','\x60','\xe6','\x87','\x98','\x61','\x24','\x1d','\x5e','\xe0','\xc9','\x99','\x8f','\xf1','\xf0','\xe7','\xee','\xe2','\xc8','\xd1','\xc3','\xf4','\xcb','\x92','\xd9','\xde','\x0c','\xd6','\x59','\x1a','\x1b','\xf1','\x53','\x53','\xdc','\x78','\xfb','\x6d','\x9c','\x73','\xf9','\x65','\x94','\x6b','\xd6','\x93','\xa7','\xfa','\x18','\xe7','\x39','\x78','\xec','\x08','\x7e','\x6e','\x0e','\x53','\x76','\x29','\xa7','\x66','\x58','\x77','\xca','\x69','\x1c','\xdd','\xb7','\x9f','\xc7','\x1e','\x7d','\x8c','\x2b','\x7d','\x87','\x4d','\xeb','\x4f','\xe1','\xdd','\xef','\x7e','\x37','\x97','\x9c','\x7f','\x3e','\xcf','\xdc','\x75','\x0f','\x4f','\x7e','\xf2','\x73','\xec','\x39','\xbc','\x8f','\x35','\x73','\x73','\xcc','\xce','\xce','\x92','\x0b','\xc3','\xa6','\x1d','\xdb','\x78','\xdb','\x5b','\xdf','\xca','\xe9','\x97','\x5d','\xc8','\xd1','\xd1','\x02','\x4f','\xbe','\xf0','\x2c','\xc7','\x8f','\x1d','\x63','\x6e','\x66','\x9a','\x22','\xc3','\xb4','\xef','\x73','\xf6','\x8e','\xb3','\xb8','\x68','\xdb','\x59','\xec','\xbf','\xff','\x3e','\x1e','\xbe','\xfb','\x4e','\xbe','\xf4','\xf0','\x83','\xec','\x3b','\xfc','\x0a','\xf3','\x55','\xc5','\xa6','\x2d','\x5b','\xb9','\xee','\x4d','\x37','\xb3','\xf1','\xbc','\xf3','\x78','\xec','\xae','\x3b','\x79','\xe5','\xc8','\xd7','\xae','\xd5','\x9a','\xc4','\x24','\x26','\x31','\x89','\xaf','\x3d','\x26','\x1d','\xa0','\x49','\x4c','\x62','\x12','\xdf','\xa0','\xf1','\x4d','\x97','\x5e','\xc1','\x4f','\x7c','\xf3','\xfb','\x78','\xee','\xae','\x07','\x18','\x3c','\xf6','\x02','\xbd','\xe5','\x86','\x4d','\xdd','\xcd','\xac','\x35','\x8e','\xa5','\xaa','\xa2','\x8a','\x0d','\x75','\xe9','\xe9','\x4d','\xcd','\x92','\x52','\xc3','\xa0','\x1e','\x72','\x6c','\xdf','\x2e','\xfa','\x83','\x35','\x54','\xcb','\x8b','\x5c','\x79','\xee','\x79','\x58','\xe7','\xd9','\xb3','\x6b','\x37','\xb3','\xbd','\x19','\x5c','\xe9','\x19','\x04','\xcf','\xd4','\xe6','\x8d','\xdc','\xfd','\xfc','\xb3','\x1c','\x08','\x43','\x66','\x8c','\xe7','\xb9','\xfb','\x1f','\xe4','\xc8','\xcb','\x2f','\x73','\xd1','\xe6','\xad','\x2c','\xee','\x3b','\xc4','\x2b','\x2f','\xed','\xc1','\x87','\x48','\x05','\x74','\xc8','\xac','\xdf','\x30','\xc7','\x86','\x8b','\xce','\x65','\xc3','\xd9','\x67','\xb0','\x65','\xe7','\x59','\x9c','\x76','\xfa','\x76','\x36','\x6e','\xdd','\xcc','\x60','\x66','\x8e','\xfb','\x0f','\x1f','\xe6','\x63','\x77','\x7d','\x91','\xdf','\xbb','\xe3','\xce','\xaf','\x48','\xed','\x71','\x18','\xa6','\x7c','\x87','\xff','\xfc','\xed','\x7f','\x8f','\x4b','\x2e','\xbe','\x88','\xa9','\xb2','\xc7','\xbe','\xdd','\xfb','\x78','\xf2','\xa1','\xa7','\xd8','\xb3','\xf8','\x0c','\x2f','\xbc','\xf4','\x22','\x87','\x8e','\x1c','\xa3','\xd3','\xef','\xb1','\x63','\xfb','\x36','\x6e','\x7f','\xd3','\x2d','\x5c','\x78','\xc9','\xc5','\x5c','\x76','\xd5','\x95','\x4c','\x4d','\xf7','\x58','\x3e','\x7c','\x84','\xd1','\xe2','\x12','\x0f','\x3c','\xfc','\x28','\xf7','\xde','\xfd','\x45','\x9a','\xa5','\x21','\xb7','\x5e','\x7b','\x03','\x3b','\xce','\x3c','\x83','\xe1','\x91','\xe3','\x1c','\x79','\xf9','\x65','\xa6','\x16','\x2b','\xd6','\xe6','\x2e','\x2b','\xd6','\x70','\xbc','\x1e','\xb0','\xb4','\xb4','\xc4','\x42','\x35','\xa0','\x8a','\x1e','\x5f','\x96','\xf0','\x9a','\x02','\xa8','\xeb','\x0b','\xfe','\xfb','\x8f','\xfc','\x28','\x73','\x2b','\x91','\x03','\xf7','\x3c','\x4c','\x7a','\xe2','\x39','\x36','\x0c','\x56','\x38','\x63','\x63','\xc1','\xd1','\x66','\x99','\xa3','\xf3','\x87','\x38','\x6b','\xeb','\x66','\x76','\x5e','\x74','\x21','\xc7','\x9e','\x7e','\x92','\xbb','\x1f','\x7b','\x98','\x0f','\xfd','\xc6','\x6f','\xf0','\xe2','\x91','\xa3','\x60','\x60','\xe3','\xf4','\x34','\xb3','\xfd','\x1e','\x1b','\xd7','\xac','\xe1','\xad','\x97','\x5f','\xc6','\x0f','\x7c','\xf3','\x3b','\xf8','\x96','\xef','\xf8','\x20','\xbf','\xfa','\xcb','\xff','\x09','\xcc','\x61','\x52','\xb4','\x74','\xba','\x1d','\x4e','\x3b','\x75','\x0b','\x26','\x34','\x3c','\x70','\xff','\x83','\x3c','\xfd','\xf4','\x0b','\xac','\xd9','\xb0','\x9e','\xcf','\x7c','\xec','\xe3','\xf4','\xca','\x0e','\x6b','\xca','\x3e','\xdd','\xa2','\xc3','\xf6','\x75','\x5b','\xd8','\xd1','\x9d','\x63','\xe9','\xee','\x47','\xa8','\x97','\x02','\x6b','\x7a','\xd3','\xe4','\x30','\x24','\x85','\x00','\x19','\x42','\x82','\xf5','\xeb','\xd6','\x72','\xc6','\x05','\xe7','\xd1','\xdb','\xb2','\x89','\xfb','\x1f','\x7a','\x98','\xa7','\x5e','\xda','\xf3','\x55','\xaf','\xa7','\x6d','\x1b','\x36','\xf2','\x2d','\xd7','\xdd','\xc8','\xe1','\xa7','\x9f','\x61','\xff','\x93','\x8f','\xd3','\x5d','\x5e','\xa6','\x5b','\x1b','\xfa','\xc6','\xd1','\xcb','\x89','\x95','\x58','\xd3','\x73','\x70','\xea','\x39','\xe7','\x72','\xf1','\x8d','\x37','\x32','\x8c','\x99','\x0f','\x7f','\xfc','\xe3','\x0c','\x46','\xa3','\x37','\xfc','\x4c','\x03','\xdc','\x70','\xd6','\x39','\x6c','\x5b','\xbb','\x86','\x87','\x3e','\xf9','\x69','\x8e','\xbc','\xf2','\x22','\xeb','\x8a','\x02','\x72','\xc5','\x4a','\xb5','\x40','\x08','\x8e','\xda','\x3b','\xce','\xbc','\xf0','\x7c','\x4e','\xbf','\xfe','\x3a','\xf6','\x0f','\x16','\xf9','\xc8','\xbd','\x77','\xf3','\xd8','\x0b','\x2f','\x50','\x35','\x91','\x18','\x13','\x1d','\x07','\x0f','\x3f','\xf9','\x12','\xcf','\x3c','\xf3','\x1c','\x73','\xb6','\xcb','\xc6','\xfe','\x14','\xfb','\x07','\xfb','\xe9','\x1e','\x5d','\x66','\xc3','\x9a','\x0d','\x74','\xba','\x53','\x74','\x9c','\x67','\x34','\x1c','\x12','\xeb','\x8a','\xd9','\x7e','\x9f','\xa2','\xe3','\x18','\xd5','\x0d','\xbb','\x06','\xc7','\xd9','\xfc','\xa6','\x6b','\x38','\xff','\x9b','\x6f','\x67','\x14','\x60','\xcf','\xf1','\x63','\x58','\x2a','\x16','\x57','\x06','\x2c','\x8f','\x2a','\x36','\x4d','\xf7','\x69','\x96','\x57','\x58','\x7e','\x65','\x2f','\xee','\xb9','\x67','\xf9','\x9b','\xff','\xec','\x5f','\xf2','\xe8','\x9e','\x17','\xc9','\xc0','\xf7','\x95','\x8e','\x0b','\xb6','\x6d','\x65','\x69','\xdf','\x2b','\x3c','\x7b','\xc7','\x27','\xb1','\x87','\xf6','\x71','\x1a','\x1d','\xdc','\xa0','\xa2','\x1e','\x1e','\x66','\xcd','\xba','\x29','\xae','\xba','\xfe','\x1a','\x4e','\xb9','\xf2','\x12','\xee','\x7e','\xf0','\x1e','\x7e','\xf0','\x5f','\xfd','\x2c','\x4f','\xec','\x5d','\xd5','\x0d','\xad','\xeb','\xf7','\xf8','\xbe','\x73','\xcf','\x65','\xda','\x15','\x5c','\x77','\xc9','\x15','\xbc','\xe5','\x4d','\xb7','\x92','\xbc','\xe3','\xc9','\x17','\x9e','\x63','\x71','\x34','\x62','\xed','\x54','\x97','\x6d','\xa7','\x6f','\x67','\xfb','\x45','\x17','\xc1','\x60','\xc8','\x5d','\x77','\x7c','\x81','\xe1','\xff','\x4f','\xc7','\xbe','\x49','\x4c','\x62','\x12','\x93','\xf8','\x6a','\x22','\xbd','\x81','\xe1','\xd1','\xa4','\x00','\x9a','\xc4','\x24','\x26','\xf1','\xe7','\x3a','\x4a','\xe7','\xf9','\xa7','\xdf','\xfd','\xfd','\x0c','\x8f','\x2d','\xf2','\xd4','\xa3','\x8f','\x70','\xfc','\xd8','\x01','\x76','\x4e','\xad','\x63','\x43','\x31','\x8b','\x19','\x8c','\xa8','\xd2','\x12','\xc7','\xf3','\x90','\x34','\xea','\x91','\xb0','\x0c','\xea','\x15','\xbe','\xf4','\xd0','\xfd','\x3c','\x73','\x70','\x2f','\x73','\x6b','\xd7','\xb3','\x34','\x18','\x32','\x3d','\x37','\x0d','\x19','\x8e','\xec','\x3f','\xc2','\xba','\x4e','\x1f','\x5c','\x86','\x41','\x4d','\x6f','\xc3','\x06','\xee','\x5a','\xd9','\xc5','\x20','\x0c','\x59','\xd3','\xe9','\xd3','\x1c','\x38','\x84','\x1b','\x55','\xcc','\x5b','\xc7','\xac','\x83','\x0b','\xb7','\x6e','\x65','\xcd','\xd4','\x34','\xdd','\x7e','\x97','\xb5','\x1b','\xd6','\xb3','\xe1','\xbc','\xb3','\x58','\x73','\xe1','\x59','\xcc','\x9c','\x79','\x1a','\x76','\x66','\x9a','\xc5','\xe3','\xc7','\xf9','\x77','\x1f','\xf9','\x08','\xbf','\xf1','\xe9','\x7b','\x78','\xe0','\x99','\x3d','\xab','\x1b','\xed','\x57','\xf0','\x9f','\xfe','\xb1','\xab','\xbf','\x85','\x6f','\xbe','\xee','\x4d','\x9c','\x7f','\xd6','\x4e','\x96','\x96','\x16','\x79','\xf8','\x81','\x7b','\xd9','\xf5','\xcc','\x6e','\x0e','\x2d','\xef','\xe5','\xb0','\x3d','\xc0','\xf2','\x70','\x89','\x7e','\x59','\xb2','\xf3','\xcc','\x1d','\xbc','\xf5','\x1d','\x6f','\xe7','\xaa','\x9b','\x6f','\xa6','\xd3','\xeb','\xb2','\xf7','\x85','\xe7','\xb8','\xff','\xee','\xa7','\xd9','\xf7','\xd2','\x1e','\xf6','\x3c','\xfb','\x3c','\x4f','\x3c','\xf6','\x14','\x87','\x0e','\x1d','\xe1','\xdc','\xd3','\x4e','\xe3','\xda','\x0b','\x2e','\x61','\x65','\x61','\x81','\xfd','\xaf','\xbc','\xc2','\xfc','\xa1','\xc3','\xec','\x4c','\x3d','\x7a','\xe5','\x34','\xf3','\xde','\xe2','\x53','\xa0','\xd3','\x2d','\x99','\x9e','\x9b','\xa5','\xe9','\x14','\x54','\x55','\xf5','\xba','\x6b','\xba','\xf4','\xf4','\x1d','\x5c','\xb8','\xf3','\x1c','\x76','\x7f','\xe2','\x0b','\x3c','\xff','\xc0','\x83','\x4c','\x05','\xc7','\x79','\x1b','\xce','\x60','\x79','\x69','\x99','\xf9','\xf9','\xc3','\xcc','\x14','\x5d','\xa6','\xbd','\x07','\x67','\x78','\x65','\xd7','\x0b','\xfc','\xf6','\xaf','\xff','\x17','\x76','\x1d','\x3d','\x2a','\xd8','\x5a','\x86','\x03','\x8b','\x4b','\x1c','\x58','\x5c','\xe2','\xd9','\x03','\x87','\xb8','\xef','\xb9','\x17','\x78','\xfc','\xb9','\x17','\xf8','\xf9','\xff','\xe3','\xff','\xe0','\xfc','\x0b','\x2e','\xe4','\xd9','\xfb','\x3e','\x8f','\xc3','\x71','\xcd','\xd5','\x57','\x73','\xe6','\x65','\x97','\x30','\x58','\x5e','\xe6','\xe5','\x3d','\x2f','\xd3','\xeb','\x96','\xec','\x7a','\xf6','\x19','\x7e','\x7d','\xef','\x7e','\x3a','\x45','\x97','\x1e','\x9e','\xd3','\xd7','\xae','\xe7','\x5b','\x6f','\x7b','\x2b','\xdb','\x37','\x6c','\xa6','\x1a','\x0e','\xa8','\x16','\x16','\x28','\x4c','\x87','\x6e','\x77','\x9a','\x10','\x6b','\xfa','\xb1','\xa4','\x43','\xe4','\xb4','\x4d','\x9b','\xb9','\xe0','\xb2','\x2b','\x38','\x72','\xe0','\x10','\xdf','\xf5','\x93','\x3f','\xf1','\x55','\x5b','\x3b','\x7b','\xe7','\x78','\xef','\x9b','\x6f','\xe7','\xfc','\xf5','\x1b','\xb9','\xe7','\x13','\x77','\x30','\x65','\x1c','\x6b','\xfa','\xb3','\x2c','\x2f','\x1e','\xa4','\xb0','\x96','\xb5','\x79','\x8a','\x44','\x62','\xcb','\x86','\xcd','\x5c','\x78','\xdd','\x0d','\x4c','\x9f','\x7e','\x26','\x3f','\xfd','\x4b','\xff','\x9a','\xcf','\x3f','\xf6','\xe5','\xbb','\x3f','\xeb','\xa7','\x67','\xf8','\xa5','\x0f','\xfd','\x5d','\x1e','\xbb','\xfb','\x6e','\xee','\xfb','\xe4','\x27','\xe8','\xd5','\x23','\x66','\xd7','\x6c','\x20','\x25','\xc7','\x52','\xbd','\x40','\xd5','\x54','\x6c','\xdb','\x71','\x26','\x97','\x5e','\x71','\x39','\x45','\xaf','\xcb','\xae','\xc7','\x1e','\xe0','\xf7','\xef','\xba','\x93','\x7b','\x9e','\x7e','\x65','\xfc','\x19','\x4d','\x32','\xdc','\xfb','\xd0','\xb3','\xfc','\xb3','\x9f','\xfe','\x05','\x6e','\x3a','\xe7','\x2c','\xa6','\xb2','\xc7','\x1e','\x5d','\xe6','\xac','\xee','\x0c','\xef','\xbd','\xf5','\x6d','\x4c','\xd5','\x99','\x67','\x1f','\x7f','\x9c','\x6e','\xb7','\xc7','\x54','\xa7','\x64','\x38','\x5c','\x66','\x6e','\x76','\x1d','\xbe','\x53','\xe0','\xea','\x21','\x17','\xdc','\x7c','\x23','\xdd','\x0b','\xcf','\xe6','\x87','\x7f','\xf8','\xef','\xf1','\x91','\xfb','\x1e','\x02','\x63','\xa8','\x42','\x24','\x03','\x65','\x51','\x10','\x63','\x62','\xd4','\x34','\x63','\x1b','\xef','\x0c','\x58','\xe0','\xb2','\xf3','\xcf','\x67','\x6d','\xbf','\xc7','\x33','\x0f','\x3d','\xc8','\xc2','\x81','\x03','\x5c','\xda','\x5d','\x87','\xe9','\x4e','\xf3','\xca','\xf2','\x51','\x16','\xc3','\x22','\x6b','\x9a','\x2e','\x33','\x53','\x53','\x14','\x85','\xe5','\x95','\x97','\x76','\xf3','\xd4','\xde','\x03','\x58','\x20','\x21','\x85','\xdf','\xfc','\x60','\xc8','\xcf','\x3f','\xf4','\x30','\x1e','\x38','\xfb','\xd1','\xc7','\xf9','\xb5','\xe9','\xb5','\x9c','\x73','\xed','\x95','\x5c','\x78','\xf1','\xa5','\xb8','\x27','\x9f','\xa0','\x5c','\x3b','\xc7','\xf9','\x97','\x5e','\xc6','\xc6','\xf5','\x6b','\x79','\xe9','\xa1','\x07','\xf9','\xf1','\x5f','\xfd','\x8f','\x5f','\xe5','\xd3','\x9a','\xc4','\x24','\x26','\x31','\x89','\xff','\x7f','\x31','\xa1','\xc0','\x4d','\x62','\x12','\x93','\xf8','\x86','\x8c','\x5b','\x2f','\xba','\x94','\x62','\xb9','\xe6','\xf9','\x2f','\x3e','\xc2','\xca','\x2b','\xfb','\xd8','\x61','\xa7','\x38','\xcd','\x4f','\x73','\xb0','\x39','\xce','\x72','\xae','\x08','\x9d','\x82','\x63','\x61','\x48','\x95','\x47','\x94','\xd3','\x33','\xe4','\xb5','\x6b','\x59','\xa9','\x07','\x1c','\x3f','\xb6','\x8f','\xe9','\x7a','\x09','\x9b','\xe1','\x89','\x5d','\x8f','\xe1','\x73','\xe6','\xd4','\xfe','\x7a','\xa2','\x5f','\x21','\x0f','\x2b','\xdc','\xb0','\xa6','\x3a','\x70','\x98','\x33','\xa7','\x0c','\x0b','\x31','\x30','\x33','\x9d','\x38','\xf7','\xd2','\xeb','\x39','\x6d','\xeb','\x26','\x7c','\xcf','\xb3','\x6e','\xf3','\x46','\xd6','\x6e','\x58','\x4b','\x67','\x7a','\x8a','\xfe','\xba','\x39','\xdc','\x86','\xb5','\x64','\xef','\xb9','\xeb','\xb1','\x27','\xf8','\xc8','\xaf','\xfd','\x36','\x8f','\x3e','\xbf','\x9b','\x67','\x5f','\xda','\xcb','\x9e','\x83','\x47','\x68','\x5e','\x3b','\x2f','\xe7','\x0d','\x8a','\x1f','\x67','\x0c','\xdf','\x79','\xe1','\xb5','\xfc','\xc0','\xdb','\xdf','\x82','\x59','\x1e','\x71','\xe7','\xef','\xfc','\x77','\x5e','\x78','\x69','\x37','\xcb','\x8b','\xcb','\x94','\x45','\x49','\x70','\x15','\xb5','\xa9','\xd8','\x71','\xca','\x76','\xae','\xb9','\xee','\x5a','\x2e','\x7e','\xd3','\x4d','\x9c','\x7e','\xc6','\x36','\xe6','\x8f','\x1e','\xe1','\x8e','\x8f','\x7d','\x89','\xfb','\xbe','\x74','\x37','\x4f','\x3f','\xf7','\x3c','\x7b','\x0e','\x1c','\x62','\x69','\x65','\xc0','\x8e','\xe9','\x69','\xbe','\xe5','\x2d','\xb7','\x73','\xf5','\x65','\x97','\x31','\x5b','\x74','\x79','\xfa','\xd1','\x27','\x48','\xf3','\x43','\x36','\x9e','\x72','\x0a','\x0b','\xcb','\x43','\x76','\x2f','\x1f','\xe3','\x48','\x70','\x4c','\x9d','\x71','\x2a','\x17','\x5c','\x7f','\x19','\x5b','\xb7','\x6c','\xe1','\x3f','\xfe','\xa7','\x5f','\x66','\x34','\x7c','\x7d','\x27','\xa3','\xf4','\x9e','\x4e','\xc7','\xb3','\xd0','\xac','\xb0','\x50','\x04','\x9c','\xa9','\x98','\xab','\x02','\x61','\x78','\x9c','\xf5','\x19','\x9c','\x9f','\x63','\xf0','\xfc','\x2e','\xf2','\x81','\x43','\x9c','\x7e','\xd3','\x2d','\x5c','\xf4','\xd0','\x7d','\xd8','\x8f','\x7c','\x8c','\xc4','\x2a','\xc1','\xa0','\x1d','\x72','\x59','\xa7','\xc4','\x47','\x1f','\x7d','\x8c','\xe5','\xec','\x79','\xf3','\xbb','\xde','\xc3','\xbd','\x0f','\x7c','\x81','\x43','\x07','\x8e','\xf2','\x2d','\x57','\x5c','\x4c','\xf7','\xd2','\x8b','\xf8','\xd8','\x7f','\xf8','\x25','\x9e','\x38','\xf2','\x0a','\x0f','\x0f','\x2b','\x06','\x0b','\x2b','\xc0','\x11','\x52','\xce','\x74','\x8d','\xe1','\x43','\x57','\xdf','\x40','\xa8','\x03','\x87','\x5e','\x7c','\x99','\xea','\xf8','\x10','\x4f','\xc4','\x8e','\x96','\xe8','\xb9','\x92','\x83','\x26','\xb1','\xb2','\xa1','\xe0','\xcc','\x33','\x2f','\xe0','\xec','\x5b','\x6f','\x24','\x6d','\x5c','\xc3','\xff','\xf6','\xf7','\xfe','\x0e','\xcf','\x1d','\x39','\xf4','\x55','\xad','\xa5','\x7e','\x51','\xf2','\xc3','\xef','\x78','\x0f','\x7f','\xf3','\x8a','\x1b','\xb9','\xe3','\x37','\x7f','\x8b','\x62','\xef','\x01','\x66','\x7d','\xc9','\x70','\x74','\x08','\xe3','\x2b','\xaa','\xde','\x0c','\xcf','\x2d','\x2f','\x10','\x7b','\x86','\x1b','\xde','\x7c','\x29','\x6b','\x6f','\xb9','\x9c','\xfd','\x07','\x77','\xf3','\x8b','\x7f','\xf0','\xbb','\x63','\xbd','\xd8','\x1b','\xc5','\xed','\x97','\x5d','\xc9','\x5c','\xa7','\xc7','\x67','\x9e','\x78','\x9c','\xc1','\xd2','\x22','\x3d','\x5f','\x32','\xa4','\x81','\xd8','\x90','\xb3','\xa3','\x29','\x0d','\x97','\xdc','\x70','\x39','\x67','\x5e','\x79','\x29','\xcf','\x3d','\xfd','\x38','\x1f','\xfb','\xd2','\x9d','\xdc','\xf9','\xe4','\x0b','\xaf','\xfa','\x8c','\x76','\xb6','\xd0','\xf3','\x2f','\x1e','\x64','\x5d','\x1d','\x29','\x96','\x6b','\x7a','\x2b','\x35','\x97','\xbc','\xf9','\x6d','\xcc','\x74','\xa7','\x78','\xea','\xc1','\x7b','\x78','\xf9','\xe0','\x01','\xa6','\x3b','\x53','\x34','\x85','\x61','\x7e','\x65','\xc0','\x68','\x58','\xb2','\x65','\xe3','\x26','\xce','\xda','\x71','\x3a','\xa7','\x5d','\x70','\x29','\xbf','\xf7','\x99','\xbb','\xf9','\xdc','\x93','\xcf','\x72','\x6c','\xf8','\xea','\x22','\x77','\x50','\x9f','\xbc','\xe3','\x52','\x38','\xc7','\x39','\x57','\x9e','\x47','\xee','\x1b','\xf6','\x1d','\xde','\x83','\x01','\x7a','\xb3','\x73','\x8c','\x72','\xc4','\xe5','\xcc','\x7a','\xdb','\x25','\x2c','\x0f','\x78','\xea','\xe3','\x9f','\x63','\xcb','\xba','\x75','\xbc','\xe9','\x9a','\xdb','\xb8','\xe2','\x8c','\x8f','\x72','\xff','\x8b','\x62','\x29','\xdf','\x1a','\xa6','\xd7','\xfa','\x9f','\x47','\xea','\x21','\xdf','\xf4','\x2b','\x3f','\xcf','\xa7','\x2e','\xfa','\x57','\xac','\xbd','\x60','\x27','\x7b','\x1f','\xb9','\x8f','\x7e','\x53','\x72','\xd9','\xf6','\xcd','\x0c','\x73','\xcd','\x87','\x7e','\xe1','\xe7','\x58','\xac','\xde','\xb8','\x93','\x36','\x89','\x49','\x4c','\x62','\x12','\x5f','\xcf','\x98','\x14','\x40','\x93','\x98','\xc4','\x24','\xbe','\xe1','\xe2','\xfc','\xed','\x3b','\xf8','\x7f','\x7e','\xe8','\x43','\x3c','\xfb','\xd9','\xbb','\x78','\xe6','\xc1','\x87','\x58','\x17','\x3b','\x9c','\x5e','\xcc','\x60','\x06','\x35','\x2b','\xcd','\x88','\xd4','\x29','\x29','\x7a','\x5d','\xe6','\x28','\x98','\xda','\xba','\x81','\xd3','\x2f','\xbb','\x90','\x35','\xa7','\x6d','\xa6','\x71','\x81','\xaa','\xaa','\x68','\xaa','\x8a','\x66','\xd8','\x70','\xf7','\xe7','\x3f','\xcf','\x2b','\x2f','\xec','\xe6','\x94','\xb9','\x75','\xcc','\x24','\x47','\x53','\xc1','\xda','\x99','\x19','\x56','\xaa','\x81','\x0c','\xee','\xac','\x33','\xb3','\x01','\xae','\xba','\xec','\x0a','\xce','\xb8','\xf9','\x7a','\xe6','\x0f','\xef','\x65','\xc6','\x65','\xca','\xad','\x9b','\x58','\x38','\x7e','\x8c','\x67','\xf6','\xbd','\xc8','\xd2','\xde','\x5d','\x1c','\x3c','\xbe','\xc0','\xdf','\xfc','\x85','\x5f','\xe7','\x95','\xa3','\x0b','\x5f','\xf3','\x77','\xb9','\xe2','\x94','\xed','\xfc','\xcc','\xb7','\xff','\x75','\xae','\x3b','\x65','\x27','\x87','\x77','\xef','\xe1','\x81','\xfb','\xee','\xe5','\xc9','\xc7','\x1f','\xa7','\xaa','\x2b','\x9c','\xb7','\x2c','\x85','\x86','\xa3','\xd4','\xac','\xdd','\xb9','\x8d','\x9b','\xae','\xbd','\x89','\x1b','\xdf','\xfd','\x4e','\xa6','\xb7','\x6d','\x65','\xdf','\x63','\x8f','\xf0','\x87','\xbf','\xfb','\xbb','\xdc','\x75','\xcf','\x3d','\x1c','\x5f','\x38','\x4e','\x15','\x1a','\x0c','\x99','\xf3','\xb7','\x6d','\xe3','\x1d','\x57','\x5f','\xcb','\xdb','\x6e','\xbe','\x85','\x8e','\xf3','\x3c','\x78','\xd7','\xdd','\xdc','\x7f','\xdf','\x7d','\x0c','\xe7','\x17','\xd9','\x68','\x0c','\x07','\x07','\x8b','\x1c','\x88','\x4b','\x6c','\x5c','\x7f','\x36','\xd7','\xbe','\xe5','\x36','\x76','\x5c','\x79','\x05','\xbf','\xf3','\x47','\x7f','\xc0','\x7f','\xfe','\x8d','\xff','\x76','\x52','\x8a','\xde','\xf7','\xbe','\xf9','\xad','\xe4','\x6c','\xa8','\x06','\x43','\x00','\x42','\x33','\x64','\x65','\x30','\xcf','\xa6','\xfe','\x0c','\x9d','\x72','\x9a','\xbd','\x83','\x21','\x4f','\x3e','\xfa','\x30','\x33','\x9f','\xfe','\x24','\x57','\x7d','\xcf','\x07','\xf9','\xd6','\xef','\xf8','\x0e','\x5e','\xda','\xff','\x0a','\xbf','\xf0','\xe0','\xe3','\xe3','\x02','\xe8','\xc4','\x4f','\x5d','\x69','\x1a','\x9e','\xdf','\xbb','\x8f','\x8d','\xbd','\x59','\xb6','\xef','\x3c','\x9b','\x99','\x5e','\x41','\xff','\xd4','\x2d','\x54','\x2b','\xcb','\x7c','\xf2','\x4b','\x77','\xf1','\xf2','\xe1','\x7d','\x34','\x29','\x11','\x73','\xc6','\x3b','\x4b','\x8e','\x99','\xf5','\xfd','\x3e','\x6f','\xbd','\xed','\x36','\xd6','\x6f','\xdc','\xc4','\x83','\x7f','\xf8','\x29','\x8e','\xbf','\x74','\x80','\x69','\xd3','\xc3','\x84','\x86','\x3c','\x1c','\x30','\xcc','\x2b','\x34','\x5b','\xd6','\x73','\xd6','\xed','\xb7','\x70','\xca','\x75','\x57','\xf3','\xf4','\x23','\x0f','\xf1','\xd1','\x07','\xee','\xfd','\x8a','\xf7','\xfe','\xfa','\xa9','\x75','\x9c','\x7e','\xea','\x36','\xbe','\xf5','\x9d','\xef','\xe4','\xba','\x8b','\x2e','\xe6','\xd1','\x8f','\x7c','\x9c','\x85','\x5d','\x7b','\x98','\x9b','\xea','\xb3','\xbc','\x7c','\x94','\x3a','\x2e','\x73','\xce','\xc6','\xd3','\xa8','\x9a','\xc0','\xd1','\x74','\x90','\x33','\xcf','\xbb','\x84','\x1d','\x6f','\xbf','\x15','\xa6','\x3d','\x1f','\xfa','\xd1','\x9f','\xe0','\xc5','\x2f','\x33','\x5b','\xc8','\x62','\xf8','\xd1','\x5b','\xdf','\xc9','\x5f','\xfb','\xc0','\xfb','\x78','\xe8','\xfe','\xfb','\x19','\xcc','\xcf','\xd3','\xef','\xf5','\xb0','\x4d','\x62','\xb1','\x5a','\x26','\x56','\x03','\x9c','\xf1','\x6c','\xde','\x76','\x1a','\xdb','\x6f','\xb8','\x1a','\xd6','\xce','\xf2','\x85','\x8f','\xfd','\x21','\x3f','\xf7','\xdb','\x7f','\xb8','\xfa','\x19','\xea','\xfe','\xd6','\x46','\x48','\xb0','\xb8','\x34','\x60','\x4d','\x03','\x97','\x5d','\x7a','\x29','\xb7','\xde','\x76','\x1b','\x47','\x8f','\x2d','\x70','\xef','\x43','\x0f','\xd0','\xc4','\x86','\x63','\x83','\x63','\xe0','\x20','\x5b','\xc3','\xa1','\xe3','\xfb','\x99','\xdb','\xb4','\x8e','\x9b','\xde','\x7a','\x3b','\x75','\x51','\xf0','\x6b','\xff','\xfd','\xb7','\x79','\xe9','\xc8','\xb1','\x93','\x5d','\xea','\x49','\xa3','\x8e','\x91','\x5f','\xfb','\xc2','\x17','\xf9','\xb1','\x6f','\x7b','\x0f','\x2b','\xcb','\x0b','\x4c','\xc7','\x44','\x6c','\x1a','\x9a','\x5c','\x53','\x64','\x98','\xe9','\x4e','\x31','\x4f','\xc3','\x23','\xf7','\xdd','\x87','\x5b','\x3b','\xcb','\x3b','\xff','\xfe','\x87','\xf8','\xe8','\xaf','\xfe','\x27','\xbe','\xf5','\x87','\xbe','\x9f','\xcf','\x3f','\xbb','\xeb','\xa4','\x9d','\xb7','\x83','\x2b','\x2b','\x3c','\xf5','\xec','\x33','\x5c','\x78','\xda','\x29','\x6c','\xde','\x7e','\x1a','\x1b','\xb6','\x6e','\xe6','\xec','\x8b','\x2f','\x64','\xff','\xb1','\xa3','\xdc','\xf1','\xf0','\x43','\x13','\xf7','\xb7','\x49','\x4c','\x62','\x12','\x7f','\xe6','\x31','\x29','\x80','\x26','\x31','\x89','\x49','\xfc','\xb9','\x0c','\x6b','\x0c','\x6f','\xbd','\xf2','\x1a','\xba','\xa3','\xc0','\x0b','\x4f','\x3d','\xce','\xd1','\xf9','\xfd','\x9c','\xd5','\x3b','\x83','\x99','\x5c','\x70','\x24','\x2e','\x10','\x3b','\x9e','\xe5','\xd2','\x51','\xa7','\x8a','\x35','\x1b','\xe7','\xd8','\x79','\xd5','\x65','\x5c','\x78','\xd3','\x35','\xac','\x39','\x63','\x1b','\xcc','\x76','\x00','\x03','\xc7','\x8e','\x33','\x5a','\x58','\xa4','\x70','\x86','\x4f','\x1d','\x9e','\x67','\xf9','\xd8','\x11','\xaa','\x58','\xe3','\xaa','\x8a','\x35','\xc5','\x5a','\x7a','\x21','\xb0','\xc1','\xf4','\xe8','\x25','\x0f','\x03','\x60','\x25','\xe1','\x8a','\x2e','\x69','\xaa','\xcf','\x7d','\x8f','\x3c','\xc8','\x93','\xf7','\xdc','\xc1','\x93','\x87','\xf7','\xb1','\x6f','\x65','\x99','\xa5','\x6a','\xc4','\xf1','\xf9','\xa5','\xaf','\xb9','\xf8','\x31','\xc0','\xf7','\x5c','\x7b','\x13','\xff','\xf0','\xdd','\xdf','\x46','\xff','\xf8','\x22','\x9f','\xfc','\xf0','\x7f','\xe3','\xe5','\x97','\x9e','\x27','\x0d','\x02','\x5b','\xd6','\xf4','\x18','\xd4','\x99','\xe3','\x2b','\x2b','\xa4','\x34','\xe4','\x82','\x0b','\xce','\xe1','\xa6','\xef','\xfa','\x2e','\x2e','\xb9','\xe1','\x1a','\x08','\x35','\x1f','\xfd','\x8f','\xff','\x91','\xdf','\xfa','\xe3','\x3f','\xe2','\xd9','\x17','\x5e','\xc0','\xa5','\xc4','\xcc','\xcc','\x0c','\x97','\x9e','\x77','\x01','\xb7','\xde','\x78','\x3d','\x67','\x6d','\x3b','\x83','\x6a','\x79','\xc4','\x7d','\x0f','\x3f','\xc4','\x2b','\xcf','\xbe','\xc0','\xe0','\xd8','\x02','\x83','\x95','\x21','\x87','\x8f','\x1f','\xe3','\x48','\x1a','\x31','\x57','\x16','\x6c','\xd8','\x79','\x06','\x37','\xbe','\xef','\x7d','\x5c','\xf1','\x2d','\xef','\xa5','\x8e','\x91','\xdf','\xf8','\xc5','\xff','\xc0','\x9e','\x57','\x4e','\x3e','\x04','\x75','\xed','\xcc','\x0c','\x55','\xaa','\xd9','\x3b','\x7f','\x88','\x83','\xcd','\x32','\xeb','\x7a','\x5d','\x4a','\x60','\xdb','\xcc','\x16','\xaa','\x9c','\x79','\x65','\xe1','\x28','\xc3','\x81','\xe1','\xfe','\xcf','\x7d','\x9e','\x50','\x58','\xae','\x7b','\xdf','\x7b','\xf8','\x5b','\x7f','\xff','\xc7','\xf8','\xcf','\xdf','\xf7','\x83','\x2c','\x8d','\x5e','\x4f','\xa9','\x03','\x78','\xe9','\xc0','\x41','\xce','\x7f','\xcb','\xe5','\xfc','\xe0','\x4f','\xfc','\x03','\xf6','\xbe','\xf4','\x38','\xeb','\xb7','\x6e','\xe2','\xa9','\xc7','\x1e','\xe6','\xa5','\xa5','\xe3','\x3c','\xf0','\xca','\xbc','\xde','\x1d','\x08','\xda','\x41','\xbb','\xe1','\xbc','\xf3','\x38','\x63','\xc7','\x0e','\x8e','\xef','\x3e','\xc0','\xc3','\x4f','\x3e','\x48','\x35','\x3c','\xc4','\x19','\xe5','\x7a','\x5c','\x4a','\xd4','\x4d','\xa6','\x9a','\xee','\x33','\x75','\xd6','\x0e','\x4e','\xb9','\xea','\x4a','\x16','\x4b','\xcf','\xfb','\x7e','\xea','\x27','\x59','\x69','\xea','\xaf','\xf8','\x0c','\x6e','\xda','\x79','\x21','\xef','\xfe','\xa6','\xb7','\xb3','\x7e','\xcd','\x1a','\xf6','\x7c','\xe6','\x6e','\x0e','\xdd','\xf7','\x10','\x9d','\x61','\x45','\x0e','\x35','\xc3','\xe5','\x63','\x6c','\x5c','\xbb','\x96','\xfe','\x96','\x75','\xec','\xde','\xfd','\x2c','\x69','\xdd','\x14','\xe7','\xbe','\xf3','\x16','\xe6','\x2e','\x39','\x93','\x7f','\xfa','\xef','\x7e','\x85','\x0f','\xdf','\x77','\xff','\x97','\xa5','\xd7','\x59','\x63','\xf8','\xce','\x77','\xbd','\x87','\xc5','\xbd','\x07','\xb8','\xe7','\x0b','\x5f','\x60','\x74','\xe8','\x00','\xbd','\x6a','\x48','\xd9','\x9f','\x65','\x30','\x58','\x60','\xa9','\x1e','\x71','\xd9','\xe9','\x67','\x73','\xc5','\x8d','\xd7','\x31','\xb7','\x7d','\x3b','\x07','\xf7','\xee','\xe7','\x81','\xa7','\x9e','\xa0','\xaa','\x57','\x87','\xbf','\xa6','\x9c','\xe9','\x38','\x47','\x15','\x23','\xce','\x5a','\xa6','\xbc','\x27','\xac','\x54','\x6c','\xd8','\xb8','\x85','\x1b','\xae','\xbe','\x8e','\xd9','\xfe','\x1c','\x9f','\xf8','\xf4','\x67','\x79','\x76','\xff','\x8b','\x5c','\xb2','\xe9','\x0c','\x8e','\x2d','\x1c','\x27','\xe4','\x8a','\x6d','\xdb','\xce','\xc4','\x0d','\x8f','\x31','\xb5','\x6d','\x33','\xa7','\x5f','\x72','\x09','\x7f','\xe7','\x57','\x7f','\x8d','\x4f','\xdf','\xff','\xf0','\x57','\xbc','\x1f','\x27','\x46','\x06','\x86','\xb1','\xc6','\x4c','\x15','\xcc','\x9d','\xb6','\x85','\xbc','\xeb','\x28','\xf3','\x2b','\xf3','\xd8','\x7e','\x97','\xdc','\xf5','\x0c','\x9b','\x86','\xd9','\x4e','\x9f','\x54','\x58','\x9e','\xbc','\xfb','\x4e','\x3a','\xbf','\xd0','\xe1','\x96','\xbf','\xfa','\x5d','\x7c','\xf8','\xdf','\xff','\x12','\x3f','\xf0','\x8f','\xff','\x21','\xbf','\x7b','\xcf','\x7d','\x38','\x20','\x6b','\x11','\xd7','\xb2','\x3f','\x1f','\x7c','\xe9','\x15','\x6e','\xbd','\xe1','\x6a','\xbe','\xe5','\xfb','\xff','\x1a','\x9b','\xcf','\xda','\xc9','\xba','\x8b','\x2f','\xe7','\xef','\xfc','\xed','\x1f','\x65','\x61','\xf9','\x2b','\x3b','\x23','\x4e','\x62','\x12','\x93','\x98','\xc4','\xd7','\x2b','\xde','\x08','\x6f','\x99','\x14','\x40','\x93','\x98','\xc4','\x24','\xfe','\x5c','\xc6','\x95','\x17','\x5f','\xca','\xb7','\xbd','\xfb','\x5b','\xf9','\xe2','\x27','\x3e','\xc7','\xe1','\xc3','\x8b','\x6c','\xee','\x6e','\xc4','\xa6','\x11','\xb6','\x5e','\x66','\x4b','\xf6','\xac','\x24','\x58','\x08','\x15','\x9d','\xa9','\x0e','\xa7','\x9c','\xbd','\x93','\xf3','\xaf','\xb9','\x8a','\xde','\x6c','\x9f','\x3b','\x3f','\xff','\x29','\x76','\xed','\xdf','\x47','\xbf','\xd7','\xa1','\xef','\x2c','\xd7','\x5f','\x7a','\x09','\x57','\x5e','\x7a','\x21','\x7b','\xef','\xb9','\x97','\x03','\x4f','\x3c','\xc3','\xac','\xf5','\x4c','\x5b','\x83','\xab','\x8f','\xb2','\x86','\x35','\xc4','\x66','\x8a','\xd2','\x4d','\xb3','\x7f','\xe5','\x18','\xcf','\xde','\xf3','\x30','\x9b','\xae','\xba','\x88','\xe9','\xd3','\xe7','\xf8','\xd4','\xee','\x27','\xf9','\xf0','\x83','\x5f','\x64','\x61','\x16','\x56','\xac','\xe5','\xe8','\x63','\x43','\xf2','\xd7','\x36','\xd2','\x87','\xae','\xf7','\xfc','\x8d','\x5b','\xde','\xc2','\xdf','\xb8','\xf9','\xad','\x0c','\x5f','\x7e','\x99','\xfb','\x3e','\xfb','\x05','\x0e','\x3f','\xff','\x1c','\xce','\xd4','\xac','\x9d','\x9a','\xc5','\xa5','\xc4','\xa0','\x5a','\x60','\x7d','\x07','\xce','\xbe','\xfe','\x3c','\x2e','\x7c','\xd7','\xfb','\x38','\xe5','\xbc','\xab','\x79','\xe9','\xc9','\xdd','\x7c','\xf2','\xd3','\x1f','\xe7','\xf3','\xf7','\x7c','\x91','\xc3','\x2b','\x8b','\x9c','\xb5','\x63','\x27','\xe7','\x9c','\x7b','\x16','\xa7','\x9f','\xbd','\x93','\x0d','\xeb','\x37','\xb0','\x61','\x66','\x9a','\x26','\x26','\x5e','\x79','\x65','\x0f','\x8f','\x3f','\xf2','\x28','\x87','\xf7','\xec','\xa3','\xa8','\x6a','\xa6','\xb2','\xe1','\xec','\xd9','\x0d','\xcc','\x9d','\xbe','\x81','\xad','\x37','\x9e','\xc7','\xd9','\x57','\x5d','\xc6','\x99','\x3b','\xce','\xe3','\xe8','\xb1','\x3d','\x7c','\xee','\xae','\x7b','\xf9','\xcc','\xbd','\x5f','\x1a','\x5f','\x9b','\x91','\xc9','\x41','\xfa','\xdf','\xe1','\x85','\xc7','\x9f','\xe4','\xca','\x73','\xcf','\xe2','\xfc','\x2b','\x2f','\xe6','\xe0','\xd2','\x01','\x8e','\x2c','\x2e','\x71','\x6a','\x53','\x62','\x96','\xe7','\x81','\xc4','\xda','\x5e','\x97','\x54','\xc0','\xa1','\xe3','\xc7','\xf9','\xf8','\x1d','\x9f','\xe3','\xc8','\xda','\x29','\x6e','\xfe','\xf6','\xf7','\xf2','\xaf','\xff','\xd1','\x8f','\xf1','\xc3','\xff','\xe7','\x3f','\x27','\xc4','\xd7','\xdf','\x9c','\x10','\x2d','\x1b','\xb7','\x9d','\x89','\xe1','\x65','\x36','\x6e','\x38','\x0f','\x33','\xbb','\x91','\x8f','\x7c','\xf6','\x8f','\xf8','\xdd','\xbb','\x9f','\xc1','\x58','\x43','\x08','\xab','\xb4','\xb2','\xe9','\xe9','\x1e','\xef','\xfa','\xce','\xf7','\xb3','\xa7','\x5e','\xe6','\xae','\xcf','\x7c','\x8a','\x23','\xf3','\x8b','\x9c','\xda','\x9d','\x65','\x2a','\x58','\xd6','\x84','\x4c','\x45','\x4d','\xef','\xd4','\xcd','\x9c','\x7e','\xfd','\xa5','\x74','\x5c','\xe0','\x81','\x07','\xee','\xe2','\x99','\x83','\x07','\x5e','\xf7','\x3b','\x5f','\x1b','\xdf','\xb3','\xf3','\x52','\xbe','\xe9','\x86','\x37','\x71','\xde','\xa9','\xa7','\xf1','\xd0','\xbd','\xf7','\xf1','\xcc','\x27','\x3e','\xc3','\xdc','\xd1','\x65','\x7a','\xb9','\xc6','\x24','\xcf','\xb6','\xa9','\x39','\x28','\x32','\x4f','\x1d','\xdc','\xc5','\xfc','\x54','\xcd','\xc5','\xb7','\x5c','\xc9','\xce','\xdb','\x2e','\x60','\xf7','\x60','\x0f','\x3f','\xf7','\x9b','\xbf','\x43','\x7c','\x03','\x01','\x6d','\x1b','\xff','\xf6','\x7b','\x3f','\x44','\x7f','\xfd','\x46','\xbe','\xf8','\xf9','\x3b','\x78','\x71','\xcf','\x4b','\x74','\x52','\xc5','\xba','\xa9','\x29','\x0a','\x07','\x23','\x60','\x8b','\x2f','\x39','\xe3','\xf4','\xed','\x9c','\x7a','\xf5','\x35','\x30','\x7f','\x8c','\xcf','\x7e','\xf2','\x8f','\xb9','\xeb','\xe9','\x27','\x5f','\xf5','\x19','\x85','\x73','\x64','\x63','\xb0','\xc6','\x10','\x53','\xe2','\x9c','\x53','\x4e','\x65','\xfe','\x95','\x57','\xd8','\x71','\xd1','\x85','\xec','\xb8','\xec','\x52','\xee','\xb9','\xff','\x31','\x1e','\x7f','\xee','\x59','\xfa','\xd3','\x33','\x18','\x5f','\x32','\x37','\xb7','\x96','\xba','\x59','\x21','\xa5','\x86','\x0b','\x4e','\x3f','\x83','\xcb','\x6f','\xb9','\x95','\xa6','\xd7','\xe3','\x81','\x87','\x9f','\x60','\xf9','\x0d','\x8a','\xd1','\x2f','\x17','\x5f','\x7a','\xea','\x69','\x7e','\xfd','\x8e','\xcf','\xf3','\x2d','\x6f','\xbb','\x85','\x07','\x76','\xed','\xe7','\x85','\x27','\x77','\xb1','\xb9','\xbb','\x9e','\x6e','\x59','\xb0','\x3c','\x1a','\x32','\x93','\x3a','\x9c','\xde','\x5b','\xcb','\xb3','\x0b','\x7b','\x79','\xe8','\x53','\x9f','\xc7','\x15','\xb3','\x9c','\xfb','\xde','\xb7','\xf1','\x73','\x3f','\xf9','\x53','\xd4','\xff','\xfc','\xa7','\xf8','\xe8','\x5d','\x77','\x93','\x0a','\xf0','\x45','\x89','\xe9','\x95','\x34','\x87','\x97','\xf8','\xe9','\xdf','\xf9','\x3d','\x36','\xce','\x75','\xf8','\xce','\x6f','\x7b','\x37','\x8d','\xa9','\xf9','\x7f','\x7f','\xe6','\x5f','\xf2','\x5f','\x3e','\xfc','\xbb','\x5f','\xb5','\x56','\x6b','\x12','\x93','\x98','\xc4','\x24','\xbe','\x1e','\x11','\x63','\x38','\xe9','\x9f','\x4f','\x0a','\xa0','\x49','\x4c','\x62','\x12','\x7f','\xee','\x62','\xaa','\xdb','\xe5','\xb6','\xcb','\xae','\xe2','\xd8','\x73','\xcf','\xf3','\xc2','\x83','\xf7','\xd3','\xaf','\x03','\xb3','\x85','\xe3','\xf8','\x68','\x81','\xae','\xf7','\x74','\x63','\xc1','\xd1','\x58','\xb1','\x60','\x1b','\xce','\xdf','\xb1','\x93','\x2b','\xdf','\x76','\x2b','\x6b','\xcf','\x3a','\x9d','\x7f','\xf0','\x0b','\xff','\x9a','\x9f','\xfd','\xe8','\xc7','\x89','\x39','\xf3','\x81','\x1d','\x9b','\x98','\x76','\x8e','\x27','\x9e','\x7a','\x9a','\x1f','\xfa','\xc0','\x77','\xb1','\xf3','\xca','\xcb','\x38','\xb8','\xfb','\x15','\x0a','\xdf','\x63','\xda','\x16','\x54','\x8b','\x47','\x71','\xbd','\x29','\x96','\xeb','\x86','\x3a','\x2d','\x40','\x11','\x79','\xe6','\xe9','\xa7','\xd9','\xfe','\xe8','\x53','\x5c','\x78','\xe9','\xfb','\xd8','\xb8','\x75','\x07','\xcf','\xbd','\x74','\x07','\xc3','\x98','\x45','\xdb','\xf2','\x35','\x66','\x6e','\xce','\x5a','\x7e','\xe0','\xd6','\xdb','\xf9','\x91','\x9b','\xdf','\xc2','\x9e','\x27','\x9e','\xe4','\xc9','\x3b','\xbf','\xc4','\xe0','\xe8','\x11','\xd6','\xf6','\xa7','\xe9','\x18','\x18','\x35','\x35','\xc7','\x17','\x0e','\x11','\x0b','\xb8','\xf8','\x92','\x4b','\xb8','\xe6','\xcd','\x6f','\x67','\xee','\xec','\xf3','\x38','\x78','\x70','\x37','\x0f','\x3e','\x7a','\x2f','\x55','\x18','\xf2','\x9e','\xf7','\xbc','\x83','\xd3','\x77','\xee','\xa0','\xe8','\x75','\x48','\x31','\x60','\x62','\xe6','\xd0','\xde','\xbd','\x7c','\xe9','\xde','\x7b','\xd9','\xbf','\xff','\x10','\xc7','\x8f','\x1c','\x22','\x2f','\x0f','\x99','\x29','\xba','\x4c','\x75','\x7b','\x6c','\x5d','\xbf','\x9e','\x0b','\x2f','\xb8','\x90','\x9d','\x57','\x5e','\xc0','\xba','\x6b','\xce','\xc6','\xcd','\xcd','\x72','\xe0','\x85','\x57','\x78','\xcf','\xdf','\xfb','\x27','\xdc','\xbf','\x7b','\xcf','\xab','\x92','\xcf','\x13','\xc7','\xc1','\x66','\xe0','\xc7','\xfe','\xf8','\xc3','\x5c','\x71','\xed','\x15','\xdc','\xfa','\x9e','\x6f','\xc1','\x76','\x0b','\x7e','\xfb','\x77','\xfe','\x3b','\xfb','\x86','\xcb','\x4c','\x99','\x01','\xc9','\x43','\x51','\xce','\x30','\x63','\x3c','\xc3','\x5c','\xb1','\x6f','\xdf','\x7e','\x3e','\xfb','\x3f','\x3f','\x4c','\xb5','\xb2','\xcc','\x5f','\x79','\xe7','\x3b','\xb9','\xf2','\x37','\xfe','\x33','\xbf','\xfd','\x91','\x3f','\xe6','\xff','\xfe','\x8d','\xff','\xf1','\xaa','\x7b','\xf0','\xfb','\x9f','\xfb','\x0c','\xcb','\x4d','\xc3','\xbd','\xcf','\xdc','\xcd','\x7b','\x6e','\xbf','\x96','\x2d','\xdb','\x4e','\xe3','\xa7','\x7f','\x59','\x8b','\x8a','\xd7','\x14','\x16','\xff','\xe8','\x07','\xff','\x1a','\x67','\xcd','\xae','\xe3','\xd1','\xcf','\x7e','\x81','\x3d','\x4f','\x3d','\xc9','\x1a','\xe3','\xd9','\xb0','\x66','\x13','\x76','\xa5','\xe2','\xe8','\xd2','\x11','\xea','\xc2','\xb2','\x69','\xe7','\x59','\x5c','\x72','\xd5','\x8d','\xfc','\xc1','\x5d','\xf7','\xf0','\xf7','\x7e','\xf6','\x67','\x5f','\x45','\x1b','\x3b','\xe9','\x3a','\x2a','\x4a','\xfe','\xfa','\x07','\xbe','\x9d','\x33','\x67','\xd6','\xf1','\xcc','\x3d','\xf7','\xf3','\xd8','\x17','\xbf','\xc8','\xe8','\xd8','\x31','\x66','\x52','\x24','\x33','\xc4','\xd8','\x2e','\xb3','\x6b','\x36','\xf2','\xf2','\xca','\x11','\x9e','\x3e','\x74','\x94','\x0b','\xaf','\xba','\x90','\xeb','\xde','\xf1','\x5e','\x66','\xb7','\x9e','\xc5','\xe7','\xef','\xf8','\x2c','\x0b','\x8b','\x6f','\x3c','\xf3','\x07','\xe0','\xa7','\xde','\xf6','\xdd','\xdc','\x76','\xd1','\x25','\x3c','\xff','\xc5','\xbb','\x38','\xf2','\xec','\x0b','\xcc','\x38','\x4f','\xb7','\x34','\x74','\x67','\x67','\x18','\x2e','\x2f','\x31','\xc8','\x89','\x2d','\xb3','\xb3','\x6c','\xbc','\xf8','\x02','\xfc','\x8d','\xd7','\xf0','\xfc','\x27','\x3f','\xc6','\x1f','\x7c','\xea','\xb3','\x1c','\x3a','\xbe','\xf8','\xaa','\xcf','\x69','\xb4','\x78','\xec','\x78','\xc7','\xd6','\xde','\x34','\xf5','\xe2','\x22','\x67','\x6c','\xd8','\xc4','\xf5','\x97','\x5c','\x09','\x2b','\x43','\x5e','\x78','\xf8','\x21','\xfc','\xc2','\x88','\x75','\xc5','\x1a','\x16','\x16','\x97','\x28','\xa6','\x0a','\x0e','\x8f','\x86','\x1c','\x37','\x89','\x9b','\xde','\xff','\x6e','\x36','\xdd','\x74','\x13','\x0f','\x3f','\xfa','\x30','\x5f','\x7c','\xec','\xf1','\x2f','\x7b','\xbd','\x6f','\x14','\x07','\xe6','\x97','\x78','\xe2','\xb9','\xdd','\xfc','\xc3','\xef','\xfd','\x20','\xf6','\xea','\x5d','\x7c','\x7a','\xd7','\xcb','\xbc','\x34','\x9c','\x67','\xe7','\xcc','\x16','\x4c','\x51','\xb2','\xd0','\xac','\xe0','\x7d','\x87','\xb9','\xce','\x14','\x8b','\x06','\x1e','\xfd','\xe2','\x17','\xd8','\x33','\xbf','\x8f','\xdb','\xbf','\xef','\x83','\xfc','\x9b','\x7f','\xfc','\x8f','\xb8','\xee','\xe3','\x7f','\xc8','\x3f','\xf9','\x7f','\x7f','\x91','\x50','\x55','\xb0','\x22','\x05','\x58','\x8c','\x89','\x7f','\xf5','\x3f','\xfe','\x90','\x9f','\xfd','\x9d','\x8f','\xb1','\x38','\x18','\x32','\xac','\x6a','\xe2','\x57','\xd0','\x51','\x4d','\x62','\x12','\x93','\x98','\xc4','\xd7','\x3b','\x26','\x83','\x50','\x27','\x31','\x89','\x49','\xfc','\xf9','\x89','\x2f','\xe3','\x92','\x66','\x80','\xf7','\x5c','\x75','\x0d','\xdf','\xba','\x6d','\x1b','\x0f','\x7f','\xf2','\xe3','\xf4','\xf7','\xef','\x63','\x16','\xc7','\x60','\xb8','\x82','\xf7','\x05','\xcb','\x53','\x7d','\xf6','\x56','\xcb','\x3c','\xd7','\x2c','\x91','\xb7','\xac','\xe7','\xd4','\xeb','\x2f','\x67','\xe3','\xa5','\x17','\xf0','\xf8','\x2b','\x2f','\xf3','\x4b','\x77','\x7c','\x8e','\xa8','\x9f','\xfb','\x5b','\xbb','\x0f','\x61','\x8c','\xe1','\xed','\x4b','\x23','\xae','\xb9','\xe9','\x00','\x17','\xbf','\xe5','\x2d','\xdc','\x7d','\xe7','\xfd','\x1c','\x3d','\xb4','\x88','\x03','\x52','\x2e','\x28','\x72','\x24','\xf9','\xc0','\xf1','\xd1','\x02','\xd3','\xfd','\xb5','\xa4','\xe5','\x11','\xbb','\xef','\x7d','\x88','\x73','\x6f','\x7f','\x3b','\xb7','\x5f','\xf3','\xcd','\xbc','\xe5','\xe3','\x77','\xf3','\x47','\xcf','\x3e','\x75','\x52','\xd4','\xda','\x5b','\x47','\x4c','\xf1','\x0d','\x11','\xed','\x77','\x5f','\x7d','\x35','\x3f','\xf4','\xee','\x77','\xf2','\xf0','\x1d','\x5f','\xe4','\xc5','\xfb','\x1e','\x61','\x74','\xe4','\x08','\x05','\x09','\xd3','\xeb','\xb1','\x52','\x05','\x16','\x9b','\x1a','\xb7','\x6e','\x2b','\x3b','\x2f','\x38','\x8f','\xcb','\x6f','\xbe','\x85','\xd9','\xcb','\x6f','\x82','\xd9','\x44','\x67','\xf4','\x12','\x17','\x5f','\xb8','\x96','\x73','\x77','\x4c','\xd3','\xf5','\x5d','\x0a','\x2a','\xe6','\xf7','\x1e','\xe4','\xa5','\x67','\x77','\xb1','\x67','\xd7','\x8b','\x1c','\x39','\x7a','\x9c','\xe5','\xc5','\x65','\xc2','\xf2','\x88','\x5e','\xd1','\x61','\xdd','\xa9','\x5b','\xd9','\x71','\xc1','\x85','\xec','\xbc','\xf0','\x22','\x4e','\x3b','\xed','\x54','\x36','\x6c','\xdd','\x82','\xdd','\xb8','\x8e','\xff','\xf4','\x47','\xbf','\xc7','\xef','\x7f','\xf6','\xb3','\x3c','\xbb','\x67','\x0f','\xcf','\xef','\xdf','\xf7','\x15','\x91','\xf7','\x0c','\x7c','\xe7','\xbf','\xfa','\x17','\x3c','\xf8','\xaf','\xff','\x0d','\xb7','\xbc','\xe9','\x66','\xf6','\x3d','\xf2','\x14','\xfb','\x0f','\x7e','\x86','\x61','\xf6','\x4c','\x85','\x2e','\x31','\x2d','\x33','\x1b','\xbb','\xf4','\x4c','\x62','\xaa','\x1e','\xb1','\x7f','\xcf','\x1e','\x1e','\xfd','\xad','\xdf','\x63','\x2e','\xc1','\x35','\xef','\xfa','\x66','\xde','\xff','\xd6','\x37','\xf3','\xe4','\xee','\xe7','\xf9','\xf0','\x5d','\xf7','\x8f','\x3f','\xf3','\xd3','\x4f','\x3d','\xc4','\x27','\x9e','\x78','\x00','\x80','\xdf','\xf9','\xfc','\x97','\x98','\x9d','\xee','\xb1','\xb8','\x3c','\x5c','\xbd','\x87','\xc6','\xb0','\xbe','\x28','\x78','\xd7','\xce','\x73','\xf8','\xf6','\xf3','\xaf','\xe5','\xe9','\x4f','\x7c','\x9a','\x95','\xcf','\x7c','\x91','\x73','\x6a','\x43','\x48','\x99','\x4c','\xe6','\xf8','\x94','\x63','\xdf','\xa0','\xe6','\xac','\x0b','\x2e','\xe1','\x8a','\x77','\x7d','\x1b','\x6b','\x4e','\xb9','\x98','\xdf','\xfc','\xd4','\xbf','\xe6','\x95','\xa3','\x6f','\xac','\x73','\x31','\x48','\xf7','\xed','\x8f','\xfe','\xe6','\x8f','\x73','\xf9','\xa6','\x6d','\xec','\x7b','\xe8','\x49','\x1e','\xff','\xcc','\x17','\x09','\x87','\xe7','\x39','\xdd','\x4f','\xb3','\x31','\x1f','\xa6','\xe7','\xa7','\x38','\x9e','\x03','\xcd','\xe2','\x0a','\xb6','\xf2','\x9c','\xde','\xdd','\xc8','\xd5','\x57','\xbd','\x93','\x53','\xcf','\x7a','\x0b','\xfb','\x1e','\xdf','\xc3','\x43','\x7f','\xf0','\xc4','\xd8','\xd4','\xe1','\x64','\xe1','\xad','\xe3','\x03','\xe7','\x9e','\xc7','\xfa','\x7d','\x07','\xb8','\xe7','\xce','\xbb','\xe9','\xec','\xdd','\xcf','\xce','\xe9','\x19','\x52','\x53','\xd1','\xac','\x0c','\x19','\xc4','\x48','\xe8','\xf7','\xd9','\xfa','\xe6','\x5b','\xd8','\x7a','\xfb','\x6d','\x1c','\x79','\x69','\x37','\xff','\xe3','\x8e','\x3b','\x78','\xf6','\xd8','\x22','\xc1','\x94','\x94','\x3e','\x50','\x87','\x57','\x1b','\x13','\xc4','\x94','\x59','\x6f','\x2d','\x1b','\x9a','\xcc','\x77','\xbf','\xfd','\x1d','\x5c','\x3b','\xb3','\x89','\x17','\x3e','\x72','\x07','\x53','\x2f','\x1d','\xa4','\xa8','\x33','\xa1','\x09','\x0c','\x6d','\x62','\x30','\x4a','\x2c','\x19','\xc7','\xe5','\x57','\x5d','\xc5','\xb6','\xb7','\xbf','\x8d','\x43','\x4b','\x4b','\xfc','\xf1','\x1d','\x9f','\xfb','\x8a','\xdd','\xaa','\x2f','\x17','\x77','\x3f','\xfc','\x24','\x7f','\xfb','\x5f','\xfc','\x5b','\x7e','\xe9','\xaf','\xfe','\x10','\xe1','\x50','\xc5','\x67','\x3f','\xfa','\x07','\xec','\x5d','\x3a','\xc6','\xe6','\xa9','\x39','\x72','\x33','\xe2','\x68','\x38','\x46','\x24','\x33','\x15','\x0d','\x2b','\xf3','\x03','\x8e','\x3c','\xbd','\xcc','\xd3','\x9f','\x5a','\xcf','\x65','\xdf','\x74','\x0b','\xdf','\x7d','\xeb','\xcd','\xfc','\xfa','\x6f','\xff','\x3e','\xcf','\xbd','\xb4','\xef','\x55','\x37','\xec','\xe0','\x57','\x31','\x0b','\x6b','\x12','\x93','\x98','\xc4','\x24','\xfe','\x57','\x86','\xb5','\x13','\x13','\x84','\x49','\x4c','\x62','\x12','\x7f','\x5e','\xa2','\x2d','\x80','\x4e','\x92','\x61','\xbe','\xe5','\xd2','\x4b','\xf8','\x07','\xef','\x7e','\x37','\xaf','\xdc','\xff','\x30','\x07','\x9f','\x7f','\x9a','\xb8','\x34','\xa0','\x33','\xbd','\x1e','\x3a','\x1d','\x42','\x4a','\x54','\x4d','\xa0','\xca','\x06','\xba','\x1d','\x76','\x5e','\x72','\x21','\x57','\xdd','\x70','\x03','\x83','\xba','\xe2','\x33','\x77','\xdf','\xc9','\xc2','\x60','\xf8','\xaa','\xcf','\xca','\x39','\xf3','\xd1','\x83','\xc7','\x79','\xd3','\x83','\x0f','\x71','\xed','\x95','\x57','\x70','\xc6','\xf9','\xe7','\xf2','\xdc','\xc1','\x7b','\x58','\xac','\x03','\x2e','\x05','\x8a','\xd1','\x80','\xd2','\x39','\x7c','\xf6','\x8c','\xaa','\x8a','\x4c','\x60','\xf7','\xae','\x3d','\xbc','\x7c','\xcf','\x7d','\x9c','\x73','\xdb','\xcd','\xbc','\xef','\xb6','\x6f','\xe2','\x8f','\x9e','\x7d','\xea','\xe4','\x5f','\xe1','\x35','\x97','\xde','\xed','\x77','\xc5','\x5d','\x2d','\xc3','\x15','\xe7','\x9c','\xc3','\x7b','\x6f','\xbe','\x95','\x5d','\x4f','\x3d','\xc7','\x9d','\x77','\x7c','\x8e','\xee','\x52','\xe0','\xec','\xf5','\x1b','\xc9','\x21','\x60','\xad','\x27','\x98','\x48','\x32','\x86','\xf5','\x73','\x73','\x9c','\xb1','\xe3','\x2c','\x36','\x9e','\x7a','\x1a','\x76','\x65','\xc8','\x2b','\x7b','\x9e','\xe5','\xd9','\x7d','\x0f','\x33','\xbf','\x78','\x8c','\x85','\x23','\x8b','\x2c','\xec','\x3b','\xc6','\xf0','\xd8','\x32','\xf5','\xd2','\x80','\x66','\x30','\xa2','\xa9','\x22','\x31','\xc2','\xa6','\x0d','\x9b','\xb9','\xec','\xad','\xd7','\xb3','\xe3','\xca','\xab','\xe8','\xad','\x5b','\xcb','\xdc','\xf4','\x14','\xd3','\x6b','\xd7','\x91','\x8d','\x61','\x7e','\x7e','\x9e','\xff','\xeb','\xe7','\x7e','\x86','\x5f','\xfd','\xd8','\x1f','\x33','\xbf','\xfc','\xb5','\x25','\xa0','\x47','\x56','\x56','\xf8','\x9f','\xbf','\xf5','\x9b','\x7c','\xe0','\x3d','\xef','\xe1','\x3d','\xdf','\xf6','\x6d','\x3c','\xd2','\x44','\x76','\xdd','\xfb','\x05','\xe6','\x7a','\x3d','\xa6','\xca','\x0e','\x7b','\x16','\x0e','\x32','\x3b','\x35','\xc7','\xce','\x4d','\xa7','\x32','\x3c','\xb6','\x9f','\x03','\xf3','\xf3','\xdc','\xf9','\xb1','\x8f','\x73','\xa8','\x5a','\xe1','\x6d','\xdf','\xfd','\x5d','\xfc','\x9f','\x3f','\xf1','\x0f','\x78','\xe8','\x07','\xff','\x06','\xbb','\xf7','\x8b','\x69','\xc0','\x6b','\x11','\xff','\x13','\x8b','\x1f','\x80','\xae','\x35','\xbc','\x7d','\xe3','\x06','\xbe','\xf7','\x2d','\x6f','\x63','\x6e','\xb9','\x66','\xcf','\x83','\x8f','\xd2','\x1c','\x3b','\xce','\x9a','\x72','\x9a','\xba','\x80','\x10','\x6b','\x0e','\x0c','\x16','\xa1','\xec','\x71','\xd1','\xcd','\x6f','\xe6','\xac','\x9b','\xde','\xc4','\xbf','\xf8','\x95','\x7f','\xcf','\xef','\xdf','\xf1','\xa9','\x2f','\xfb','\x3d','\x66','\xbb','\x3d','\x7e','\xff','\x43','\xff','\x90','\xf5','\xbe','\xcb','\x17','\x3f','\xfd','\x19','\x5e','\xbe','\xff','\x31','\x96','\x0f','\x1f','\xa1','\xef','\x7a','\x94','\x21','\xd1','\xa3','\x64','\x43','\x77','\x86','\x54','\x37','\xec','\x5a','\x5e','\xa2','\xe8','\xcf','\xf0','\xa6','\x5b','\x6f','\xe1','\xd2','\x37','\xbf','\x8d','\x38','\x6a','\xf8','\xc2','\xa7','\x3f','\xc7','\xdd','\xf7','\x3d','\xcc','\x25','\x6e','\x2d','\x8f','\xc4','\xe3','\x27','\x3c','\x73','\x79','\xea','\x19','\xb8','\x74','\xeb','\xe9','\x6c','\x9b','\x9a','\x66','\xd7','\xe3','\x8f','\xb1','\x72','\xf8','\x08','\x61','\xb8','\x42','\x2e','\x85','\x58','\xb8','\xb2','\xb8','\x4c','\xe8','\x39','\x2e','\xb9','\xea','\x4a','\x2e','\xfb','\xf6','\x0f','\x10','\x37','\x6e','\xe0','\xbf','\xfe','\xdc','\xcf','\x71','\xd7','\xfd','\xf7','\x73','\xce','\x79','\xe7','\xb0','\xe7','\x99','\x67','\xc8','\xd5','\xff','\xc7','\xde','\x9b','\xc7','\x57','\x75','\x9c','\x07','\xff','\xdf','\xb3','\xdc','\x45','\xdb','\xd5','\x0a','\x42','\x48','\xec','\x8b','\x10','\x9b','\xc1','\x18','\x84','\xf7','\x05','\xcb','\x4e','\x9c','\xd8','\x26','\xa6','\x22','\x71','\x92','\xd2','\xd0','\xc4','\x7d','\xd3','\xb7','\xd4','\xae','\x9b','\x36','\x7d','\x4b','\xdd','\x25','\x69','\x42','\x9b','\xb4','\x69','\x42','\x4a','\x7e','\x71','\xea','\xda','\x4e','\x48','\x1c','\xc7','\x5c','\x8b','\x10','\xaf','\x49','\x64','\x88','\x77','\x23','\xc0','\x80','\xd9','\x84','\xd8','\x17','\x09','\x09','\xb4','\xdf','\xab','\x2b','\xe9','\x2e','\xe7','\x9c','\xdf','\x1f','\xe7','\x9c','\xbb','\xe8','\xde','\x2b','\x24','\xc0','\x20','\xec','\xf9','\x7e','\x3e','\xd8','\x30','\xf7','\x9c','\x39','\x73','\x66','\xe6','\xcc','\xcc','\x33','\xcf','\x33','\xcf','\x13','\xc2','\xad','\x38','\xe9','\xd7','\x62','\x67','\x98','\x14','\x45','\x21','\xc7','\xe1','\x64','\xe1','\xb4','\x19','\xdc','\x7d','\xf3','\x2d','\xf8','\xf6','\x1f','\xe6','\xf0','\xfb','\xbb','\x21','\x1c','\xc2','\x21','\x49','\x18','\xaa','\x8c','\x22','\x4b','\x18','\x92','\xc4','\xec','\x79','\xf3','\xb8','\xfb','\xfe','\xfb','\xd1','\x35','\x8d','\x37','\x5e','\x7e','\x99','\x5f','\xbd','\xf5','\xce','\xb0','\xda','\x7a','\x20','\xfe','\xfe','\x10','\x2f','\xbc','\xb5','\x95','\x6f','\x7d','\xf6','\x4f','\xb8','\xed','\x8b','\x7f','\x4c','\x5f','\x5f','\x0f','\xef','\xbe','\xfe','\x0a','\x19','\xfd','\x0a','\x45','\xd9','\x1e','\x3a','\x03','\x1d','\x60','\x48','\xe4','\xca','\xd9','\xa8','\x19','\x4e','\xce','\x04','\x43','\xbc','\xfa','\xd2','\x4b','\x04','\xf4','\x20','\x77','\xfd','\xf1','\xe7','\xf9','\xb7','\xaf','\x3f','\xca','\x83','\x7f','\xf5','\xff','\x08','\x47','\x86','\x69','\x27','\x2a','\x10','\x08','\x04','\x1f','\x22','\x92','\x24','\xa7','\x4c','\x17','\x02','\x90','\x40','\x20','\xb8','\xfc','\xd8','\x0b','\xe3','\x01','\xc2','\xcf','\xb4','\x51','\xa3','\x59','\x75','\xe7','\xa7','\x70','\x35','\x77','\xd3','\xf3','\xc1','\x31','\x32','\xba','\x7b','\xc1','\x08','\x92','\x19','\xd1','\xc8','\x73','\xe7','\x13','\x08','\xf9','\xe9','\xef','\xf5','\x63','\x44','\x34','\xc6','\xcd','\x18','\xcf','\xe2','\x9b','\x6e','\x61','\xf4','\xc4','\xf1','\x6c','\xdb','\xb5','\x93','\x77','\xb6','\xd6','\x25','\x3f','\xc7','\x62','\xfb','\xce','\x9d','\x34','\x1c','\xbc','\x95','\x1b','\xef','\xbc','\x8b','\x53','\x7b','\x1b','\xe8','\x69','\x39','\x47','\x96','\xea','\xa2','\x4f','\x93','\x08','\xea','\x21','\x3c','\xd9','\x1e','\x3a','\x7a','\x7d','\x18','\x48','\x74','\x74','\x77','\xb3','\xf3','\x0f','\xaf','\x53','\xb6','\x68','\x01','\x8b','\x6f','\xbe','\x9d','\x9b','\x5f','\x7f','\x8d','\xb7','\x1a','\x92','\x4d','\x8b','\xc2','\xba','\xb9','\xd0','\x93','\x30','\x17','\xc6','\xe1','\xbe','\x20','\x18','\x30','\xb7','\xb8','\x94','\x7f','\x5f','\xfa','\x45','\x4a','\x43','\x3a','\xaf','\xbd','\xf4','\x2a','\x85','\x1d','\x01','\x8a','\x94','\x2c','\x0a','\xfa','\x65','\x22','\x61','\x03','\x49','\x09','\x21','\x45','\x34','\xba','\x43','\xbd','\x1c','\x39','\x79','\x88','\xd6','\x70','\x1f','\x7b','\x8f','\x1f','\x21','\x68','\x18','\x9c','\xf6','\x37','\xd1','\xee','\xf6','\x81','\x53','\x46','\xd6','\x25','\x94','\x30','\xb8','\xb3','\x1c','\x14','\x16','\x8f','\x67','\x52','\xe1','\x18','\xc6','\x8c','\x2a','\x26','\x2f','\x37','\x8f','\x31','\xc5','\x63','\x18','\x5b','\x5e','\x81','\x5a','\x5c','\x8c','\xbf','\xbb','\x93','\x53','\x27','\x4e','\x72','\x7a','\xfb','\x5e','\x4e','\x9c','\x3e','\xc5','\xbf','\xfc','\x6a','\x03','\xad','\xfe','\x9e','\x0b','\x32','\x37','\xd2','\x81','\xbf','\xf9','\xfd','\xef','\x51','\x0a','\xf2','\x59','\xf1','\xd9','\xcf','\x73','\xc3','\x97','\xbf','\xc0','\x99','\xce','\x33','\x34','\x1c','\x3d','\xcd','\xd8','\xbc','\x6c','\xfa','\x43','\x2e','\xc2','\x91','\x7e','\x64','\x2d','\x8b','\x4c','\x25','\x93','\x02','\x2d','\x42','\x6b','\x63','\x0b','\x75','\x2f','\xff','\x9e','\x71','\x25','\x13','\xb8','\xfe','\xbe','\xfb','\x78','\xfc','\xef','\xfe','\x1f','\xff','\xf4','\xc3','\xff','\xe6','\x83','\x93','\xa7','\x09','\x59','\xf1','\x66','\xd2','\x21','\x49','\x12','\x73','\x66','\xcf','\x62','\x7a','\x45','\x39','\x5b','\x5f','\x79','\x8d','\xae','\xb6','\x0e','\x32','\x72','\x3c','\xf4','\x06','\x23','\xf4','\x85','\xc3','\xf4','\x04','\x7b','\x08','\x49','\x30','\xe3','\x9a','\x39','\x4c','\xbf','\xfe','\x5a','\x5e','\x7e','\xe3','\x55','\x9e','\xfe','\xd5','\xd3','\x68','\x7a','\xfa','\x45','\xf6','\x98','\xfc','\x7c','\x7e','\xf4','\xd5','\xbf','\x20','\x37','\x27','\x93','\xfd','\x3b','\x76','\xb1','\xf3','\xcd','\xb7','\x90','\x7c','\x3e','\xc6','\x67','\x15','\xe1','\x02','\x02','\xbd','\xfd','\x74','\x3a','\x65','\xba','\xc3','\x7e','\xda','\x42','\x11','\x8e','\xd1','\xcd','\xe8','\x82','\x22','\x26','\xde','\x38','\x1f','\xd7','\xe8','\x6c','\x76','\x1c','\xfa','\x80','\x77','\x4e','\xed','\xe3','\x94','\xe1','\xa3','\x47','\x0d','\x33','\x3b','\x7f','\x2c','\x92','\x2c','\xa1','\x87','\x23','\xe4','\x67','\x64','\xa3','\x05','\x43','\x8c','\x2a','\x2e','\xe6','\x6f','\x1f','\xf8','\x1c','\x7d','\xdd','\xbd','\x1c','\x3c','\x7c','\x88','\x40','\xb0','\x97','\x88','\xa1','\xe3','\x0b','\xf6','\xa1','\x64','\xa8','\x74','\x4a','\x61','\x32','\x73','\x3d','\xcc','\xba','\xa9','\x92','\xc2','\xd2','\x31','\xec','\xfa','\x60','\x37','\x07','\x1b','\x4f','\x20','\x65','\x3a','\xf1','\x85','\xfa','\xf0','\xf7','\xf7','\x11','\xd6','\x35','\xc2','\x24','\xbe','\x87','\x4b','\x51','\x70','\x38','\x54','\x66','\xcd','\x9a','\x85','\xa1','\x85','\xd9','\xf9','\xc1','\x4e','\x1a','\x3b','\xcf','\x92','\xed','\x74','\xe3','\x52','\x55','\x64','\xb7','\x8b','\x20','\x3a','\xba','\x4b','\x61','\xca','\xfc','\x39','\x8c','\xba','\x66','\x16','\x7b','\x77','\x6e','\xe7','\xdd','\x0f','\xb6','\x51','\x7f','\x36','\xbd','\xa7','\xba','\xa1','\xe2','\x0f','\x86','\x78','\xa1','\xf6','\x65','\xfe','\xf8','\x93','\x7f','\xc4','\x92','\x87','\xbe','\x84','\x54','\x98','\xc3','\xfb','\xb5','\xaf','\x13','\xe9','\x0f','\x92','\x9f','\x59','\x88','\xde','\xdb','\x47','\x30','\xac','\x63','\xc8','\x21','\xd4','\x50','\x90','\x1c','\x87','\x83','\xe3','\xbb','\x1a','\x78','\xcd','\xb1','\x89','\x25','\x7f','\xf4','\x00','\xdb','\x37','\xfe','\x92','\xeb','\x3e','\xf3','\xf9','\x94','\xe7','\xc1','\x04','\x02','\x81','\xe0','\x4a','\x90','\x56','\x8b','\x7f','\x59','\x4b','\x21','\x10','\x08','\x04','\x69','\x50','\x24','\x89','\x1f','\x7f','\xf1','\x2b','\x54','\x8c','\x2a','\x61','\xe7','\xab','\xb5','\x74','\x9e','\x6e','\x61','\x8c','\x9c','\x8b','\x46','\x1f','\x52','\x28','\x44','\xa6','\x53','\x46','\x55','\xdd','\x74','\x06','\xce','\x22','\xb9','\xb2','\x98','\x3f','\x6f','\x01','\x73','\xae','\x99','\x47','\x5b','\x47','\x1b','\x0f','\xff','\xd7','\xf7','\xa9','\x3b','\x7c','\x24','\x6d','\xde','\x9b','\x4e','\x9f','\xe1','\x13','\x6f','\xbd','\xcd','\x57','\xbe','\xb8','\x92','\x99','\x73','\xe7','\xb0','\xb7','\xed','\x0d','\x32','\x33','\x32','\x91','\xfa','\x22','\x04','\x83','\xbd','\xa8','\x6e','\x07','\xf4','\xc9','\x64','\xb9','\x5d','\xf4','\x85','\x23','\xec','\xad','\xaf','\x67','\xe6','\x91','\x23','\x4c','\xbd','\xf5','\x26','\xee','\xbc','\xf1','\xe6','\x94','\x02','\x90','\x8d','\x43','\x51','\x71','\x68','\x3a','\xf3','\x94','\x0c','\xaa','\xae','\x5d','\xcc','\xe7','\x3f','\xfd','\x19','\x9c','\x06','\xfc','\xf6','\x85','\x9f','\xd1','\x72','\xfa','\x08','\xd7','\xe6','\x4c','\xc6','\xa9','\x87','\xe9','\xe9','\xee','\x40','\x27','\x82','\x5b','\x71','\x31','\xb6','\xa8','\x88','\x82','\xe2','\xd1','\x1c','\xf3','\x9d','\xc5','\xdf','\x1f','\xa4','\xa7','\xa3','\x13','\x35','\x27','\x8b','\xdc','\xe2','\x51','\x14','\x4c','\x2c','\x65','\x54','\xf1','\x68','\x26','\x8c','\x1a','\x47','\x51','\x61','\x11','\xd9','\x19','\x99','\x64','\x38','\x32','\xc8','\x76','\x66','\x91','\x91','\x91','\x83','\xa4','\x38','\x08','\x76','\x77','\x72','\xfc','\xc8','\x21','\x8e','\xfd','\x61','\x0b','\x9b','\xf7','\xef','\x63','\xfb','\x91','\x23','\xec','\x3a','\x71','\x92','\xee','\xfe','\xe0','\xa0','\x66','\x5b','\x43','\xc1','\x00','\xfe','\xfa','\xb9','\x0d','\xbc','\xb2','\xfb','\x03','\x36','\xfe','\xcb','\x3f','\x73','\xf3','\x1f','\x55','\x53','\xfb','\xd4','\x7a','\xce','\x76','\xb4','\xe3','\x71','\x64','\xd1','\x1b','\xf4','\x73','\xba','\xf3','\x0c','\x59','\x19','\xb9','\xe4','\x67','\x64','\xa2','\x85','\x1d','\xb4','\xf5','\x85','\x78','\xf1','\x39','\x2f','\xbd','\x06','\x54','\x7d','\xfe','\x73','\x28','\x4e','\x37','\xdf','\xfd','\xd6','\xbf','\xf1','\x46','\x4b','\x33','\x3a','\x06','\x61','\x23','\xb5','\x30','\x36','\x31','\x3f','\x8f','\x9b','\x6e','\xbe','\x89','\x73','\xe7','\xce','\xb2','\x7d','\xd7','\xfb','\xb8','\x64','\x83','\x8c','\x8c','\x0c','\xba','\xc3','\x3d','\xf4','\x87','\x22','\x18','\xc1','\x20','\x65','\x65','\xa5','\x2c','\xbc','\xe9','\x06','\x3c','\xe3','\xcb','\x78','\xf5','\x87','\xcf','\x71','\xf8','\xf4','\xc9','\xb4','\x65','\xbf','\xa3','\x72','\x21','\xdf','\xf9','\x9b','\xaf','\x71','\x7c','\xe7','\x1e','\xde','\x78','\xfb','\x6d','\xba','\x4e','\x36','\x92','\x5f','\x90','\x47','\x6e','\x4e','\x1e','\xce','\x40','\x84','\x70','\x4f','\x1f','\x4e','\x59','\xc6','\x50','\x1c','\x74','\x06','\x3b','\xe9','\xd2','\xc3','\x64','\x3b','\x72','\x98','\x36','\x7b','\x36','\x85','\x15','\x15','\xf8','\xfc','\xdd','\xbc','\x57','\xf7','\x36','\x4d','\x9d','\x67','\xc9','\x19','\x5d','\x80','\xd6','\x15','\x40','\x72','\x38','\x51','\x55','\x05','\x42','\x11','\x3a','\x7d','\x5d','\xb8','\x14','\x07','\x37','\xdf','\x7c','\x33','\xd3','\xa7','\x4f','\xe7','\xf0','\x73','\xbf','\xe1','\x64','\xe3','\x49','\x0c','\x49','\x23','\xc3','\xed','\x26','\x2c','\xe9','\x44','\x0c','\x03','\x35','\xd3','\xcd','\xb4','\xf2','\xa9','\x4c','\xba','\xee','\x5a','\x5a','\x1b','\x1b','\x79','\xd1','\xeb','\xa5','\xb3','\xab','\x03','\x7f','\x30','\xc8','\xe1','\xc6','\x16','\x0c','\x24','\xf2','\x3c','\x39','\x74','\xf9','\xfc','\x09','\xe5','\x0f','\x47','\xc2','\xcc','\x9e','\x35','\x97','\xa9','\x93','\xa7','\xb0','\xb3','\x6e','\x2b','\x47','\x8f','\x1c','\x22','\xb7','\xa0','\x10','\x07','\x12','\xfd','\xbd','\x3d','\xe8','\x7d','\x3a','\x46','\xa6','\x8b','\xd1','\x25','\x63','\x98','\x34','\x65','\x2a','\xa1','\x70','\x88','\x03','\xfb','\xf6','\x72','\xa6','\xa3','\x1d','\x49','\x96','\x4c','\x09','\xf6','\x3c','\x28','\xb2','\x9c','\x56','\x38','\x56','\x65','\x89','\xff','\xef','\xe5','\x57','\xd0','\x9b','\xda','\xf9','\xe2','\xaa','\x47','\xa8','\xfa','\xb3','\xaf','\x22','\xf5','\x45','\xd8','\xf7','\xfa','\x5b','\xc8','\xb2','\x03','\x45','\x89','\xd0','\x17','\xea','\x23','\x43','\xcd','\xc6','\x15','\xee','\x27','\x23','\x3b','\x13','\x34','\x83','\x37','\x7f','\xbf','\x85','\x80','\xa4','\xb0','\xf4','\xcf','\xfe','\x84','\x6f','\xfe','\xdf','\xaf','\xf0','\x0f','\xff','\xfd','\x13','\xe1','\xec','\x40','\x20','\x10','\x8c','\x08','\x8c','\x74','\xe3','\xdd','\x65','\x2e','\x87','\x40','\x20','\x10','\x24','\x21','\x21','\xf1','\xd4','\xe7','\xbf','\x42','\x69','\x4e','\x1e','\x07','\xdf','\xdd','\xce','\x89','\xbd','\xfb','\x90','\x7b','\x03','\xe4','\xe7','\x16','\x13','\xd1','\xdc','\x74','\x06','\xba','\xe9','\x88','\x04','\xe8','\x95','\x34','\xba','\x88','\x30','\x6e','\xea','\x78','\xae','\xb9','\x65','\x31','\x46','\x56','\x26','\x7f','\xfa','\xf7','\xff','\x8f','\xed','\x47','\x8e','\x0e','\x9a','\xbf','\x01','\xfc','\xc5','\x0b','\x2f','\x70','\xc3','\x4d','\x77','\xb0','\xe0','\x8e','\x25','\x1c','\x6e','\x38','\x8a','\xbf','\x27','\x80','\x0b','\x19','\x42','\x2a','\xc1','\x50','\x18','\x87','\xe2','\x42','\x75','\xba','\x09','\x1b','\x11','\x3a','\x7b','\xfb','\xa9','\xdf','\xf2','\x26','\x93','\xa6','\x4c','\xe5','\xfe','\x6b','\x2b','\x59','\xfb','\xab','\xf5','\x74','\xf4','\xa6','\x76','\xdf','\x1b','\xd2','\x22','\x84','\x00','\x25','\x23','\x93','\xeb','\x26','\x4e','\x25','\x2f','\x27','\x8b','\xbd','\x7f','\x78','\x8f','\xd3','\x47','\x1a','\xc8','\x94','\x24','\x72','\x15','\x17','\xfd','\xe1','\x10','\x6e','\xc9','\x45','\xc0','\xd0','\x69','\x97','\x02','\x8c','\x9d','\x38','\x87','\x05','\x37','\xdf','\xc0','\x75','\xd9','\x2a','\xe1','\xbc','\x2c','\xe4','\x82','\x5c','\xd4','\xfc','\x1c','\x34','\xb7','\x42','\xaf','\xd2','\x8f','\xcb','\xe5','\x20','\x53','\xcd','\x40','\x0f','\x6b','\x04','\xba','\x7d','\x9c','\x6a','\x6d','\x27','\xd0','\xdd','\x48','\x38','\x14','\xe1','\x54','\x73','\x0b','\xbf','\x7f','\x6f','\x1b','\x6f','\xef','\x3f','\x48','\x53','\xb7','\x3f','\xa9','\x3c','\xe9','\x16','\x9e','\xb2','\x24','\x91','\x9b','\x9d','\x43','\x58','\xd3','\x50','\x14','\x85','\x6e','\xbf','\x2f','\xcd','\x95','\xa6','\x5b','\xe6','\xdf','\x1f','\x3c','\xc8','\x8d','\xff','\xef','\xef','\x78','\xfb','\xc9','\x9f','\x70','\x47','\x71','\x21','\xcf','\xff','\xf7','\x8f','\x69','\x6c','\x6a','\xa5','\x28','\x2b','\x07','\x25','\xe0','\xc7','\xad','\x2b','\x38','\x24','\x07','\x11','\xa3','\x1f','\x4f','\x6e','\x3e','\x1d','\xdd','\xbd','\xbc','\xb9','\x71','\x23','\xb7','\xdd','\xb6','\x84','\xf9','\x53','\x67','\x30','\x67','\xd2','\x64','\xdc','\x92','\xc2','\x96','\xb3','\x4d','\x84','\x2d','\x6f','\x6f','\xb2','\x2c','\xa3','\x5b','\x93','\x51','\x49','\x76','\x16','\x7f','\x73','\xff','\x7d','\x8c','\xc9','\xca','\xe7','\xdd','\xdf','\xbc','\x4a','\x4e','\x18','\xd0','\x74','\xda','\x3b','\xda','\x70','\x29','\x2e','\xb2','\xb3','\x32','\xe9','\x75','\xab','\x8c','\x9b','\x5d','\xce','\x94','\x45','\xf3','\x09','\x1a','\xfd','\xec','\xd8','\xbb','\x33','\x65','\x79','\x9d','\xaa','\x4a','\xe5','\xdc','\xd9','\xdc','\x78','\xed','\x3c','\x4e','\x1e','\xdc','\xcf','\xf6','\xb7','\xdf','\x42','\xe9','\xf0','\x71','\xcd','\x84','\xc9','\xcc','\x29','\x9b','\x48','\xeb','\x81','\xe3','\xec','\xdb','\xf1','\x1e','\xb2','\xa2','\x93','\x93','\x3d','\x8a','\xde','\xbe','\x1e','\xfa','\x5d','\x59','\x28','\x4e','\x07','\x53','\x66','\x94','\x73','\xdd','\x27','\xef','\xc2','\x35','\xb1','\x94','\x5d','\x7b','\xb6','\xf3','\xbb','\x5d','\xdb','\xd9','\x77','\xea','\x34','\xae','\x9c','\x2c','\x02','\x7a','\x00','\xa9','\xd7','\x47','\x41','\x46','\x0e','\x99','\x28','\x38','\x25','\x9d','\xf9','\xe5','\xd3','\xb8','\x75','\xde','\x6c','\x3a','\x8f','\x34','\x70','\xf4','\xfd','\x9d','\x38','\xfb','\x23','\xa8','\x19','\x0a','\x21','\x55','\x22','\x28','\x05','\x09','\xa2','\x33','\x6e','\xc6','\x34','\xae','\xbf','\xfb','\x0e','\x94','\x82','\x6c','\x36','\xbf','\xf0','\x07','\x76','\x9f','\x3e','\x8a','\xa6','\x2a','\x1c','\x3f','\xd7','\x4e','\x47','\x44','\xe3','\xb6','\x05','\xd7','\xb2','\x65','\xd7','\x6e','\xdc','\xaa','\x6a','\x6a','\xc8','\x24','\x89','\x4c','\x59','\x66','\xba','\x27','\x8f','\x4f','\xdd','\x74','\x33','\xb9','\x4e','\x17','\x6f','\xee','\xfa','\x80','\x70','\x6f','\x1f','\x45','\x05','\x45','\x68','\x5a','\x84','\x90','\x1e','\xa2','\xa3','\xbb','\x8b','\xe2','\xb1','\x45','\xdc','\x5c','\x75','\x07','\x63','\xa7','\x8c','\x67','\xff','\x81','\x3d','\xbc','\xb3','\xff','\x03','\x8e','\x9f','\x3b','\x8b','\x64','\x69','\xda','\x64','\xc9','\x0a','\x4e','\x6a','\x75','\x84','\xc2','\x9c','\x5c','\xbe','\xf2','\x99','\x6a','\x4a','\x4b','\xc7','\xd3','\x1b','\xe8','\x65','\xdc','\xa4','\x09','\xbc','\xf9','\x87','\xd7','\xf9','\xc9','\x0b','\xcf','\x25','\xd5','\x63','\x44','\x37','\x68','\x08','\xf4','\xf3','\xed','\x1d','\x5b','\xe9','\x7a','\x36','\x8f','\x15','\xd5','\x9f','\xe3','\xe6','\x07','\x3f','\x8b','\x16','\x86','\x03','\x6f','\xbd','\x4b','\xb6','\x6e','\x90','\xe3','\xcc','\xc6','\xa3','\xe6','\xa2','\x3a','\x0d','\xda','\xba','\xba','\x28','\xce','\x19','\x43','\x8f','\xe6','\x62','\xeb','\x8b','\xaf','\x52','\x3c','\xaa','\x98','\xaf','\x7f','\x71','\x25','\x2f','\x6e','\x7e','\x83','\xf7','\x0e','\x1c','\x4c','\xdb','\xbf','\x04','\x02','\x81','\xe0','\x72','\xa1','\xa7','\xd9','\x80','\x13','\x02','\x90','\x40','\x20','\xb8','\xa2','\x48','\xc0','\x37','\x6e','\xb9','\x9b','\x1b','\x66','\xcd','\x25','\x70','\xb2','\x89','\xd3','\xbb','\xeb','\x51','\xbb','\xfb','\x70','\x03','\x5a','\xa4','\x17','\xb7','\x21','\x91','\x2d','\x39','\xe9','\x08','\xf6','\xd2','\x1e','\xf1','\x93','\x9f','\x51','\xc4','\x35','\x8b','\x6e','\x60','\xf4','\xb4','\x09','\xec','\x6f','\x3a','\xcd','\x96','\xed','\xef','\x9f','\xd7','\x1b','\x18','\x40','\xc4','\x30','\x78','\xfb','\x9d','\x77','\xf8','\xea','\x97','\x1e','\x62','\xca','\xa2','\x45','\xbc','\xf3','\xf2','\x2b','\x14','\xea','\x06','\xf9','\xaa','\x8b','\x40','\x5f','\x1f','\xba','\xe2','\xc4','\x88','\x44','\xc8','\x52','\x1c','\x68','\x92','\xcc','\x81','\xf7','\xb6','\x51','\x3a','\x77','\x2e','\x95','\x9f','\xb9','\x97','\x6f','\xfc','\xc9','\x97','\xf9','\xcb','\x1f','\xff','\x70','\xd0','\xfc','\x6f','\x2f','\x9d','\xc1','\x2c','\xcf','\x18','\x7c','\x67','\xce','\xd1','\xb4','\x75','\x27','\x45','\x11','\x17','\x05','\xb2','\x8b','\x48','\x7f','\x37','\xfe','\x60','\x07','\xc5','\x4a','\x31','\xba','\x16','\xc6','\x2f','\x85','\xc8','\x1b','\x3b','\x9a','\x82','\x6b','\x67','\x23','\xa9','\x3a','\x1d','\x8a','\xce','\x69','\xa3','\x1f','\x7f','\x7f','\x27','\xe1','\x40','\x84','\xb3','\xbe','\x2e','\x4e','\x9d','\x6d','\xe6','\xe0','\xbe','\x43','\xec','\xdf','\x7f','\x88','\xc6','\xe6','\x56','\xda','\x3a','\x7d','\x51','\x4f','\x61','\x69','\xeb','\x31','\xbd','\x5f','\x09','\x14','\x45','\x61','\xe9','\x27','\xee','\xe6','\xab','\x2b','\xff','\x94','\x60','\x38','\x42','\xd1','\xe8','\x62','\xfe','\xe6','\x9f','\x1e','\xe3','\xed','\x77','\x06','\x3f','\x37','\xf2','\xc1','\x89','\x53','\x7c','\x69','\xcd','\xbf','\xf2','\x0f','\x7f','\xf6','\x10','\x95','\x9f','\x5b','\xc6','\x7b','\xcf','\xff','\x86','\x60','\x9b','\x9f','\x3c','\x57','\x1e','\xce','\x08','\x10','\xe8','\x47','\x0f','\xfa','\xc8','\xcb','\xc9','\xa2','\xa4','\x60','\x2c','\xef','\x9c','\x3a','\xc4','\xdb','\x1b','\x6a','\xb8','\xed','\xb3','\x9f','\xe3','\xde','\xaa','\xbb','\xb9','\xff','\x5b','\xff','\x42','\x20','\x12','\x17','\xef','\xc6','\x12','\x7e','\x24','\xa0','\xfa','\x86','\x4a','\x16','\xcd','\x9f','\xc7','\xc1','\xf7','\xf7','\x71','\xea','\xc0','\x21','\x8a','\x75','\x37','\x9d','\xe1','\x00','\xbd','\xc1','\x3e','\x14','\x87','\x84','\x9e','\xe9','\x22','\x6f','\xfc','\x18','\xa6','\xdc','\xb0','\x00','\xd7','\xb8','\x62','\x7e','\xff','\xd6','\x1b','\xd4','\xd5','\x27','\x9f','\xc7','\xf2','\x64','\x65','\xf2','\xa7','\x9f','\xaf','\xe6','\xfe','\xdb','\x6f','\xe6','\xad','\xd7','\x5e','\xe3','\x85','\xdf','\xbc','\xc7','\xd4','\xdc','\x02','\x6e','\xba','\xe5','\x7a','\x66','\x4d','\x29','\x47','\x6f','\xf5','\x71','\xac','\xab','\x9d','\x9e','\x60','\x07','\xc5','\x59','\x05','\x28','\x4e','\x99','\xb3','\x7e','\x3f','\x3d','\x86','\x44','\x4e','\xf1','\x68','\xa6','\xdd','\xb0','\x90','\x82','\xf2','\xc9','\x7c','\x70','\x60','\x17','\x1b','\xb6','\xbc','\xc2','\xde','\x96','\x46','\xba','\x25','\x83','\xb2','\x62','\x0f','\x59','\x21','\x07','\x9d','\x67','\x5a','\xe9','\x0a','\xfa','\xe8','\xeb','\x8b','\x30','\x35','\x6f','\x14','\xb7','\xdc','\xb0','\x88','\x70','\xa8','\x87','\x57','\x5e','\xfa','\x35','\xd2','\xd9','\x26','\x46','\xe5','\x15','\xd2','\x1e','\xea','\xa1','\x2f','\x12','\x24','\xa8','\x44','\x90','\xb3','\x3d','\xcc','\xb9','\x61','\x31','\x53','\xe6','\xcf','\xe5','\x6c','\x5b','\x33','\x3b','\xeb','\x3f','\xa0','\x35','\xd4','\x43','\x6b','\x6b','\x1f','\xce','\x6c','\x37','\x9f','\x9e','\x3f','\x97','\xd9','\xb3','\xe7','\xa0','\x38','\x54','\xda','\xdb','\xbb','\x68','\x6f','\x6b','\x45','\x0f','\x04','\x18','\xe5','\x76','\x73','\xef','\x4d','\x37','\x53','\x94','\x93','\xc3','\x9e','\x9d','\xbb','\xe9','\xec','\xe8','\xc4','\x05','\xb4','\xb7','\xb7','\x22','\x3b','\x1d','\x48','\xaa','\x42','\x66','\x4e','\x36','\x93','\x66','\xcf','\x62','\xe6','\x6d','\x37','\xd3','\xdc','\x7d','\x16','\xef','\x8b','\xbf','\xe6','\x50','\xf3','\x19','\x9c','\x79','\x39','\x44','\xba','\xfb','\x71','\x67','\x38','\xe9','\xef','\x0b','\x45','\xfb','\x83','\x02','\xac','\xb8','\xe7','\x3e','\x16','\x2f','\xbc','\x0e','\x59','\x76','\xe2','\x72','\xb9','\xb9','\xfe','\xd6','\x5b','\x90','\xc2','\x3a','\x4f','\xbc','\xb8','\x01','\x97','\xc3','\x41','\x7f','\x38','\x9c','\xe4','\x25','\xa9','\x2d','\x18','\xe4','\x1b','\x2f','\xfc','\x86','\x60','\x38','\xc8','\xdf','\xfd','\xf9','\xc3','\x5c','\xbf','\xf4','\x7e','\x02','\xa7','\x5b','\xe8','\x39','\xd1','\x88','\x82','\x83','\x80','\xaf','\x8b','\xec','\x0c','\x17','\xb2','\x24','\x13','\x3e','\xdb','\x85','\x4b','\x0a','\x13','\xee','\x3e','\xc7','\xf1','\xed','\x7b','\xb8','\xfd','\xee','\x7b','\xb8','\x71','\xce','\x3c','\x21','\x00','\x09','\x04','\x82','\x11','\x81','\x88','\x03','\x24','\x10','\x08','\x46','\x24','\x0e','\x45','\x61','\xe6','\x35','\xb3','\x08','\x69','\x61','\x0e','\x1d','\x6d','\xa0','\xa7','\xcf','\x4f','\x41','\x6e','\x3e','\xa1','\xde','\x2e','\x9a','\x7b','\xdb','\xf0','\x38','\xb3','\x31','\x32','\x9d','\x74','\x87','\x02','\xf8','\xd0','\x98','\x7b','\xc3','\xb5','\x4c','\xbd','\xb5','\x92','\x33','\x01','\x1f','\x0f','\x7f','\xe7','\x3f','\xe8','\x0d','\x0e','\x3d','\xee','\xc9','\x23','\x2f','\x3c','\xcf','\x4d','\xb7','\xde','\xc1','\xf4','\x6b','\xe7','\xf3','\xd6','\x1b','\x6f','\xd0','\xd3','\xd3','\x4b','\x81','\xc3','\x45','\x38','\x18','\x40','\xd6','\x15','\x22','\x5a','\x04','\x87','\x43','\x25','\xc7','\xa9','\x70','\xd6','\xd7','\xc2','\x89','\xba','\xed','\x5c','\xfb','\x89','\x2a','\xee','\x59','\x72','\x37','\xcf','\xbc','\xfa','\x12','\x5b','\x4f','\x1c','\x4b','\x9b','\x77','\x46','\x49','\x11','\x19','\x65','\x63','\x38','\x7a','\xee','\x0c','\xf5','\xe7','\x4e','\x52','\xe4','\xc8','\x40','\x75','\x65','\x12','\x54','\x23','\xb4','\xf7','\xfb','\x89','\x44','\x54','\x0c','\x24','\xf2','\xf3','\x8a','\x29','\x9e','\x37','\x07','\x69','\x54','\x36','\x6f','\xbd','\xf9','\x1a','\xbf','\xdf','\xbb','\x8b','\x7d','\xbe','\x36','\xba','\x22','\xfd','\xd4','\xd5','\x1d','\x22','\x18','\x4c','\x5e','\x90','\x0e','\x86','\x8c','\xb9','\xe3','\xef','\x74','\xa8','\x7c','\xe1','\x8f','\xee','\xe0','\x6c','\x6b','\x1b','\x2f','\xd7','\x26','\x6a','\x4a','\x16','\x5f','\x33','\x87','\xd5','\x2b','\xbe','\xc4','\x81','\x0f','\xf6','\xd3','\x1b','\x8e','\x30','\xfb','\x13','\xe3','\xf9','\xd1','\x3f','\xad','\xe1','\xda','\x4f','\xde','\x7e','\xde','\xb3','\x42','\x35','\x9b','\xdf','\xa5','\xb3','\xc3','\xcf','\x0f','\x1e','\xfe','\x4b','\xee','\x5a','\xf6','\x00','\x6f','\xfc','\xef','\xcf','\xd1','\x82','\x41','\x9c','\xaa','\x9b','\xde','\xb0','\x9f','\x4c','\xc5','\x89','\xda','\x6f','\xd0','\x65','\x74','\xe1','\xd0','\x61','\xf7','\xae','\x1d','\xdc','\xf4','\xd5','\x2f','\x33','\xf1','\xd6','\xc5','\xf4','\x7f','\xd3','\xf4','\x92','\x17','\x6f','\x96','\xa7','\x2a','\x32','\x1e','\x55','\xe5','\xb6','\xf9','\x0b','\x70','\x05','\x0d','\xf6','\xbd','\xb7','\x0d','\x57','\x04','\x3a','\x7a','\xdb','\xc8','\x54','\x1c','\xcc','\x2c','\x9e','\xc4','\xb9','\x1e','\x1f','\x3d','\x3d','\x7e','\x2a','\x4a','\xc6','\x30','\x65','\xd1','\x42','\xda','\x23','\xfd','\xd4','\x6e','\xfe','\x5d','\x42','\xb9','\x24','\x49','\x62','\x4a','\x69','\x09','\xe5','\x93','\x26','\x32','\x6f','\x7c','\x29','\xaf','\xbd','\xf4','\x12','\xf5','\x3b','\x77','\x31','\x67','\xe2','\x24','\x96','\x7e','\xf2','\x5e','\x2a','\x26','\x4e','\x21','\x74','\xe2','\x34','\x5b','\xde','\x7d','\x8b','\xc3','\xc7','\xf6','\x92','\x23','\xbb','\xc8','\x35','\x5c','\x44','\x7a','\x7b','\x30','\x54','\x15','\x22','\x50','\x5a','\x34','\x9a','\x29','\xd7','\x2d','\xc4','\xc8','\xc8','\xa0','\xf6','\xf7','\xbf','\xe7','\xf7','\xbf','\x7b','\x8d','\xf1','\x93','\xc6','\x71','\xc3','\xad','\xb7','\x50','\x3e','\xab','\x82','\xfe','\xfe','\x7e','\x8e','\xec','\xfc','\x80','\x53','\xbb','\xf6','\xd1','\x79','\xfc','\x34','\x8b','\xa6','\x4e','\xa7','\x72','\xf2','\x14','\x1a','\xf6','\xee','\xe5','\xf4','\x9e','\xbd','\x4c','\x91','\xdd','\xe4','\xa8','\x4e','\x3a','\x03','\x1a','\xa1','\x48','\x1f','\x8e','\xfc','\x4c','\xca','\xa7','\x4d','\x61','\xe6','\xb4','\x29','\xc8','\xaa','\xca','\x8e','\xdd','\xbb','\xf9','\x60','\xff','\x3e','\x4e','\x36','\x76','\xe2','\xca','\x76','\xf3','\xf0','\xff','\x7d','\x88','\xf9','\x0b','\x16','\xd0','\xd3','\xe9','\xe7','\x86','\x45','\x37','\x72','\xf0','\xc0','\x41','\x1a','\x76','\xef','\xc1','\xd7','\xd8','\x44','\x79','\x49','\x29','\x4b','\x6f','\xbd','\x83','\xe6','\x83','\x87','\xd9','\xff','\xde','\x36','\x0a','\xdc','\xd9','\xc8','\x9a','\x44','\x57','\xdb','\x39','\xa4','\x3e','\x09','\x77','\x76','\x36','\xb3','\xaf','\x99','\xcb','\xc2','\x9b','\xaf','\x87','\xac','\x0c','\xea','\x7e','\x5f','\xc7','\x96','\x37','\xde','\x60','\xf4','\xa4','\x49','\x2c','\x5c','\x7c','\x0b','\x4b','\x72','\x33','\x29','\x1e','\x3f','\x9e','\x1c','\x67','\x16','\xa7','\x8e','\x9d','\x60','\xff','\xae','\xbd','\x9c','\x3e','\x7c','\x9c','\xf9','\x93','\x27','\xa3','\x9f','\x6d','\xe3','\xad','\x77','\xea','\x18','\x37','\x71','\x32','\x8b','\x2b','\xe6','\x30','\x3e','\x37','\x9f','\x4f','\x4c','\x9a','\x4d','\xc4','\xa9','\xf0','\xd6','\xb1','\x7a','\xfa','\x42','\xa9','\xbf','\xa1','\x17','\xb6','\xed','\x60','\x66','\xe1','\xf3','\x2c','\xbb','\xf3','\x53','\xdc','\xf9','\xc5','\x2f','\xb2','\x6d','\xfd','\xaf','\x38','\x7d','\xa8','\x81','\xa0','\xdc','\x8f','\xe1','\xf4','\xe0','\x76','\x79','\x38','\xdc','\x7e','\x0a','\x23','\x23','\x9b','\xe2','\xa2','\x52','\x24','\xc9','\x20','\xd8','\xd1','\x45','\x5e','\x6e','\xde','\x90','\xfb','\xaf','\x40','\x20','\x10','\x7c','\x98','\xa4','\x71','\x02','\x27','\x04','\x20','\x81','\x40','\x70','\x65','\x29','\x1f','\x3f','\x9e','\xc2','\x89','\x65','\x1c','\x6c','\x38','\x42','\xc3','\xa9','\xe3','\x44','\x82','\x3e','\x54','\xd9','\x89','\xec','\x90','\xf0','\x05','\x75','\x7a','\xa5','\x10','\x9a','\x03','\x9a','\xf5','\x7e','\x32','\x27','\x8d','\x65','\x4c','\xd5','\x75','\x18','\x13','\x0b','\xf9','\x87','\x7f','\xff','\x3e','\xef','\x7c','\xb0','\x67','\x58','\x67','\x0d','\x42','\xba','\xce','\x9f','\x7e','\xff','\xbb','\xbc','\xf3','\xdf','\xff','\xc3','\xc4','\xca','\xc5','\x34','\x6c','\xf9','\x03','\x45','\x9a','\x46','\x86','\xe4','\xc6','\x61','\xc8','\xa8','\x86','\x8e','\x53','\x56','\x70','\x1b','\x90','\x83','\xc2','\xd9','\xdd','\x1f','\x70','\x7a','\xf3','\x1b','\x4c','\xbe','\xed','\x7a','\xfe','\xfc','\xee','\x7b','\xd9','\xfe','\x3f','\x3f','\x8c','\xba','\xd9','\x1e','\x88','\x2f','\x57','\x41','\x2f','\xf6','\x70','\x74','\xef','\x76','\xce','\xca','\x3a','\x99','\x59','\x0e','\x9a','\xc3','\x01','\x0a','\x22','\x2a','\x90','\x4d','\xa7','\x1a','\x01','\x43','\x62','\xca','\xe4','\x32','\xf2','\x16','\xcf','\xe3','\x5c','\x38','\xc0','\x86','\x77','\x6a','\xd9','\x7c','\xf4','\x00','\xcd','\xaa','\x4e','\x37','\x21','\x14','\x8c','\x61','\x09','\x3f','\x60','\x6a','\x77','\xfe','\xef','\x97','\xee','\x67','\xf2','\xf4','\x29','\x14','\x97','\x8c','\x25','\x23','\x33','\x93','\x5b','\xef','\x38','\xc8','\xcb','\x2f','\xfc','\x8e','\x37','\xde','\x3b','\x80','\x04','\x8c','\xcd','\xcf','\xa7','\xf9','\x83','\xfd','\xfc','\x7e','\x83','\x97','\xdc','\x51','\x25','\xdc','\x3a','\x63','\x1e','\xe3','\xc7','\x8e','\xc5','\xed','\x70','\x12','\x08','\xf6','\x9f','\xf7','\x19','\x5b','\x76','\xed','\x65','\xcd','\xcf','\x7e','\xce','\xf7','\xff','\x78','\x05','\xd7','\x5c','\x7f','\x3d','\x4d','\xbf','\x7b','\x0f','\x29','\x18','\x24','\x43','\x92','\xc9','\x94','\xb3','\x08','\x05','\xc2','\x74','\xf9','\xba','\xc8','\x50','\x55','\x14','\xdd','\x40','\x32','\x34','\x5c','\xd9','\x19','\xa6','\x1a','\x82','\x44','\xb3','\x3c','\x97','\xa2','\xf0','\x7f','\x6f','\xbf','\x95','\x19','\xa5','\xe3','\x39','\xbe','\x6b','\x1f','\x5d','\xa7','\x4e','\x51','\xa6','\x78','\xd0','\x25','\x8d','\x3c','\x25','\x03','\xb7','\x2e','\xe3','\x88','\xe8','\x4c','\x99','\x3e','\x8d','\xeb','\xee','\xb9','\x1b','\x97','\x27','\x8b','\xe7','\x37','\x3e','\xc7','\xb6','\x9d','\xdb','\x58','\x98','\xa1','\xb0','\xa3','\x4f','\xc3','\x93','\x99','\xc1','\x27','\x6f','\xbc','\x9e','\xbf','\xf8','\xdc','\x32','\xf6','\xee','\xdb','\xcb','\xab','\x35','\x35','\x28','\x91','\x08','\x9f','\xba','\xf5','\x76','\xee','\xba','\xf3','\x4e','\xca','\x46','\x8d','\x45','\xf7','\xf7','\x72','\xb2','\xfe','\x20','\x47','\xf6','\xec','\x26','\xdc','\xdb','\x4d','\xa9','\x63','\x14','\x4a','\xb0','\x97','\x40','\x28','\x82','\x43','\xc9','\xa4','\x78','\xcc','\x68','\x16','\xdc','\x71','\x07','\x19','\xa3','\xc7','\xb0','\x7b','\xf7','\x4e','\x5a','\xdb','\x3a','\x98','\x3e','\x7b','\x36','\xb3','\x6f','\x5a','\xc8','\xfc','\x79','\x73','\x41','\x51','\x50','\x94','\x02','\xe6','\x95','\x8e','\xc3','\x3f','\x63','\x36','\x7d','\x2d','\xed','\x4c','\x2f','\x2a','\xa6','\xa7','\xe9','\x14','\x87','\xdf','\x7a','\x97','\x09','\x64','\x52','\xac','\xba','\xe8','\xf5','\xb5','\xa1','\x84','\x42','\x64','\xca','\x32','\xb9','\x85','\x45','\x2c','\xbc','\xf5','\x36','\x46','\xcf','\x99','\xc5','\x8e','\x9d','\x5b','\x79','\xe2','\xd9','\x0d','\xb4','\x76','\x05','\xa8','\xbc','\x71','\x1e','\xf3','\xe6','\xcf','\x67','\xde','\x35','\x73','\xf1','\xb7','\x75','\xd0','\xda','\x74','\x8e','\xca','\x1b','\x6f','\x61','\xee','\xa7','\xa7','\xe1','\x9b','\xbf','\x80','\x63','\xef','\xed','\xa4','\x2c','\xbf','\x90','\xd1','\xaa','\x9b','\x2d','\x3b','\xde','\xa7','\xbf','\xb5','\x9d','\x31','\xa3','\x47','\xd1','\x17','\xec','\xa7','\x28','\x27','\x17','\x5d','\x95','\x50','\xdd','\x2e','\x66','\x5f','\x33','\x87','\xb1','\xe3','\x4b','\x39','\xb4','\x63','\x3b','\xbb','\x3e','\xd8','\xcb','\xc4','\xa9','\xe5','\x2c','\x58','\x5c','\xc9','\xe8','\x29','\x13','\xe9','\x77','\x18','\x28','\x0e','\x85','\xb2','\xd2','\xd1','\x54','\x5d','\x7f','\x3d','\xa7','\x2b','\x6f','\xe2','\xed','\x97','\x5e','\x65','\xc1','\x94','\x69','\x6c','\xab','\x7d','\x83','\xf6','\x86','\x63','\xa8','\xfe','\x30','\xed','\x7b','\x0f','\x33','\x29','\xb7','\x98','\xb2','\xbc','\xd1','\xec','\x3a','\xb4','\x9f','\x60','\x38','\x94','\xb2','\xcd','\x55','\x55','\xa1','\xb5','\xaf','\x8f','\xdf','\xfe','\xbe','\x96','\x02','\x47','\x16','\x77','\x2c','\xb8','\x91','\xb2','\x69','\xe5','\xb4','\x1e','\x3a','\x8a','\x4b','\xcf','\xc4','\xd1','\x2f','\x11','\x90','\xfc','\x38','\x25','\x15','\x14','\x05','\xc3','\xe5','\xc4','\xe5','\x70','\x20','\x1b','\x90','\x91','\x91','\x31','\xac','\x3e','\x2c','\x10','\x08','\x04','\x1f','\x16','\xc2','\x0b','\x9c','\x40','\x20','\x18','\x71','\x28','\xb2','\xcc','\xe2','\xd9','\x73','\x70','\x2b','\x2a','\xc7','\xea','\x0f','\xd2','\x7e','\xb6','\x85','\xac','\x70','\x88','\xce','\xb0','\x8f','\x62','\x4f','\x21','\x63','\x8a','\xc6','\xd0','\xdd','\x17','\xa0','\xb3','\xb7','\x07','\x87','\xc7','\xcd','\xbc','\xc5','\x8b','\x98','\x5c','\x51','\x4e','\xa7','\xaf','\x9b','\x1d','\x07','\x0e','\x10','\xb9','\x00','\x4f','\x67','\xbb','\x1a','\x4f','\x70','\xb2','\xe5','\x0c','\xd7','\xdc','\x7e','\x0b','\xa7','\x3e','\xf8','\x80','\x9e','\xee','\x93','\xb8','\x64','\x37','\xba','\x02','\x6e','\x77','\x16','\x6e','\x67','\x26','\x81','\xbe','\x5e','\x0a','\x94','\x4c','\x5a','\x7d','\x6d','\xec','\x78','\xed','\xf7','\x94','\x96','\x4f','\x62','\xd1','\xdc','\x6b','\x98','\x3d','\x7a','\x34','\x1f','\x9c','\x3d','\x9b','\x32','\x5f','\xcd','\xa5','\x20','\xbb','\x9d','\x34','\x9d','\x3e','\x89','\x33','\xc7','\x4d','\x76','\x9e','\x87','\xb6','\x13','\x47','\x71','\xa8','\x6e','\xf2','\xb3','\x0b','\xe9','\xd7','\x42','\xf8','\x43','\x01','\x14','\xb7','\x8a','\x1c','\x0e','\xe1','\x3b','\x73','\x86','\xc3','\x0d','\x47','\xe9','\xee','\xee','\xa5','\x60','\x62','\x21','\x48','\x0e','\x7a','\xf4','\x00','\x83','\xb9','\x30','\xb0','\x35','\x29','\xb2','\x24','\x51','\xe0','\xc9','\xa2','\x72','\xce','\x4c','\x3e','\xbb','\xf4','\x1e','\x14','\xa7','\xcc','\xe9','\x96','\x26','\x8e','\x04','\x7a','\xb9','\x66','\xfe','\x7c','\xee','\xb9','\xe3','\x2e','\xc6','\xe7','\x97','\x30','\x6d','\xd4','\xcb','\x14','\x38','\x73','\xf8','\xc4','\xe2','\xdb','\x39','\xb5','\x6b','\x3f','\xed','\x4d','\x67','\x28','\xcc','\xf6','\xa0','\xf6','\xf6','\x93','\x9b','\x9d','\xc5','\x84','\x51','\xc5','\x1c','\x68','\x4c','\xef','\x54','\x20','\x9e','\xe7','\x5e','\x7f','\x8b','\xff','\xb3','\x60','\x21','\xd7','\x2c','\x5c','\x44','\xa4','\xfe','\x34','\x6d','\x87','\xea','\x71','\x19','\x4e','\x42','\x11','\x8d','\x3e','\x29','\x82','\x2a','\x3b','\x70','\x66','\xb9','\x19','\x53','\x56','\x4a','\xa4','\xbd','\x0d','\x7f','\x38','\x40','\x86','\xcb','\x41','\xb0','\x37','\x66','\xba','\x97','\xe1','\x74','\xd0','\x1f','\x8e','\x70','\xf3','\xa2','\xeb','\x21','\x18','\x66','\xcf','\xce','\x9d','\x64','\xa0','\xa2','\xf7','\xf7','\x51','\xec','\xca','\x25','\x14','\x8e','\x70','\x26','\xd0','\xc2','\xa8','\xc2','\x42','\x16','\xde','\xf3','\x49','\xc6','\xcd','\x98','\xc9','\x1b','\xb5','\xbf','\xe5','\x85','\x4d','\xcf','\x23','\x3b','\x9c','\xdc','\x7a','\xf3','\x75','\xfc','\xed','\xf5','\x8b','\x29','\x9f','\x5e','\xce','\xb9','\x73','\xe7','\xa8','\x7d','\xf5','\x15','\x3a','\x7d','\x5d','\xcc','\x2c','\x9f','\xce','\x9c','\xa9','\xd3','\x59','\x72','\xf3','\xad','\xe4','\xe4','\xe5','\x12','\x6e','\x3c','\xcb','\xd9','\xfd','\xf5','\xd4','\xef','\x3d','\x80','\x53','\x76','\x90','\xe1','\xcc','\x45','\x96','\x14','\xd0','\x75','\xd3','\x54','\x2d','\x0c','\x33','\xca','\xcb','\x19','\x77','\xd3','\x4d','\x34','\x37','\x9e','\x66','\xff','\xf6','\x6d','\x5c','\x7b','\xed','\x3c','\x6e','\xab','\x98','\xc2','\x07','\x27','\x0f','\xf3','\xd2','\x8b','\x2f','\xd3','\x1f','\xe8','\x65','\x61','\xe5','\x22','\xae','\xbd','\xfb','\x1e','\x46','\x95','\x4e','\x42','\xf2','\xf7','\x11','\x6c','\x6e','\xe3','\xf9','\x17','\x5f','\xa6','\xa1','\x7e','\x3f','\x37','\xe4','\x4e','\x20','\xc3','\x30','\x68','\x0d','\x74','\xe1','\x70','\x65','\x90','\x29','\xab','\x4c','\x19','\x5b','\xca','\x84','\x6b','\x17','\xd0','\xa1','\xeb','\xfc','\xf6','\xb7','\xaf','\xe1','\xef','\xe9','\xe1','\xee','\x4f','\xdc','\xc5','\x0d','\xb7','\xdc','\x44','\x28','\xac','\xf1','\xc2','\xcb','\x2f','\xd3','\xdb','\xe1','\x63','\xee','\x8c','\xd9','\xf4','\xf7','\xf8','\xc8','\xc8','\xcb','\xc5','\x95','\x9b','\x8b','\x3c','\xb6','\x0c','\x8f','\xea','\x62','\xf7','\xb6','\xed','\xb4','\x9f','\x3d','\x4b','\x41','\x9e','\x87','\x8e','\xee','\x56','\xfa','\x7a','\xba','\x18','\x95','\x5d','\x84','\xcb','\xe1','\x64','\xe2','\x84','\xf1','\x94','\x4e','\x9c','\x40','\x48','\x92','\x38','\x75','\xec','\x38','\xd9','\x9e','\x6c','\x96','\xde','\x7c','\x03','\x2e','\x4f','\x2e','\x3b','\x0f','\x1d','\x20','\xec','\x80','\x31','\xa5','\x63','\x68','\x73','\xb5','\xe2','\x29','\x9f','\x43','\x69','\x7e','\x01','\x73','\x66','\x56','\x90','\x9d','\x9d','\x45','\xc3','\xc1','\x83','\x38','\x01','\x55','\x0b','\x71','\xf6','\xf8','\x71','\x16','\xdf','\xfd','\x09','\xae','\x5f','\x50','\x49','\xdd','\xc1','\xed','\xe8','\x86','\x81','\x2c','\x49','\x51','\x33','\x52','\xb7','\xdb','\x0d','\x92','\x41','\x7f','\x5f','\x90','\xb1','\x4e','\x85','\xd6','\x8e','\x0e','\x76','\xd7','\x6d','\xa5','\x3c','\xbb','\x90','\x92','\xc9','\xa5','\x1c','\x1c','\x9b','\x47','\xcb','\x99','\x93','\x38','\xb4','\x02','\x9c','\x59','\x19','\x8c','\xf5','\xe4','\xb2','\xb7','\xf5','\x14','\x41','\xa9','\x8f','\x05','\x13','\x3e','\x89','\x63','\xec','\x18','\x4e','\x9f','\x39','\x33','\xc4','\xaf','\x51','\x20','\x10','\x08','\x3e','\x64','\x84','\x06','\x48','\x20','\x10','\x8c','\x24','\x54','\x59','\xe6','\xfa','\x19','\x33','\xf8','\xf3','\xaa','\xbb','\x68','\xda','\x77','\x90','\xe6','\x43','\x0d','\xd0','\xdb','\xcd','\x68','\x4f','\x11','\x7a','\x40','\xc3','\xa5','\x80','\x27','\x3b','\x9b','\xee','\xde','\x2e','\xc2','\xa1','\x3e','\x66','\xcf','\xbc','\x96','\x9b','\xae','\xbf','\x11','\xa7','\xe2','\xe0','\x8d','\xf7','\xb7','\xd1','\x70','\xba','\xe9','\x82','\x9e','\x1b','\xd1','\x75','\xee','\xfc','\xfb','\x47','\xf9','\xed','\x93','\x3f','\xa5','\xe2','\xe6','\xc5','\x9c','\x6d','\x3e','\x47','\x4f','\xa0','\x87','\x6c','\x47','\x26','\xb9','\x0e','\x17','\xba','\x16','\x26','\x1c','\xea','\x61','\x94','\x9a','\x89','\x6c','\xc8','\x34','\xee','\xdf','\x47','\x73','\xfd','\x7e','\xa6','\x2f','\xbc','\x96','\xbf','\xfc','\xf4','\xa7','\x79','\x64','\xfd','\xcf','\x08','\x84','\x23','\x49','\xf9','\xf6','\x69','\x61','\x7a','\x33','\x14','\xe4','\x62','\x0f','\x91','\x63','\x12','\x8a','\x27','\x03','\xd9','\xed','\x26','\x3b','\x2f','\x0f','\xb7','\xe4','\xa4','\xeb','\x9c','\x0f','\x87','\xc3','\x41','\xb8','\xdd','\x4f','\xdf','\x81','\x23','\x94','\x94','\xe4','\x53','\x35','\xf7','\x5a','\xb4','\x0f','\x76','\xd2','\xa7','\xc9','\x68','\xfe','\x10','\xbe','\x90','\x1e','\x1d','\xab','\xe3','\xcd','\xc6','\x14','\x49','\xc2','\x00','\xa6','\x8f','\x2e','\xe6','\xd3','\x8b','\x17','\x71','\xc7','\xa2','\xeb','\x70','\x66','\x67','\x12','\xd6','\x75','\x1a','\xcf','\x34','\xb2','\xf7','\xc0','\x5e','\xba','\x03','\x7e','\xca','\x26','\x4c','\x44','\x2f','\x6e','\x67','\xec','\xf8','\xe9','\x14','\xcf','\x59','\x80','\x76','\xfc','\x0c','\x99','\x9a','\x4c','\x51','\x44','\xe2','\xe4','\x99','\x36','\xa6','\x3a','\xb3','\xc9','\x68','\x69','\xe7','\xdc','\xd6','\x1d','\x4c','\x99','\x32','\x8d','\xcf','\xdf','\x76','\x37','\xff','\xfa','\xec','\x53','\x04','\xb5','\xe4','\xf7','\x19','\x88','\x04','\xc8','\x3d','\x7d','\x64','\xe6','\x82','\xe4','\x50','\xe9','\x25','\x82','\x8e','\x0a','\xaa','\x83','\x3e','\x39','\x42','\x97','\x1e','\x26','\x63','\x6c','\x01','\x53','\x6e','\x9c','\x4f','\xbf','\x33','\xc2','\xce','\xfa','\x7d','\x74','\xf7','\xc5','\x4c','\xab','\x14','\x59','\x66','\xa6','\x3b','\x83','\x79','\xb3','\xa7','\x31','\x67','\xe2','\x34','\xde','\x7f','\x6d','\x33','\xad','\x47','\x8e','\x53','\xaa','\x66','\xe3','\x0e','\x85','\xd0','\xfa','\xc3','\xe8','\xe1','\x20','\xb9','\x4e','\x07','\xf3','\xae','\x99','\xcf','\xc4','\x8a','\x99','\xf4','\x9c','\x3c','\xc9','\xb9','\x86','\xc3','\x4c','\x2f','\x9f','\xc1','\x1d','\xe3','\xc6','\x33','\x7f','\xda','\x4c','\x8a','\x46','\x8d','\xe2','\x60','\xfd','\x01','\x5e','\x7d','\xf1','\x25','\xce','\xb5','\x9f','\x65','\xc9','\x9d','\xb7','\xf3','\xe9','\x7b','\x3e','\x49','\x51','\x4e','\x1e','\xdd','\x67','\x5a','\x68','\x3f','\x78','\x88','\x02','\xc5','\xc1','\xb1','\x3d','\xbb','\x39','\xdd','\x50','\x8f','\xc7','\xe9','\x42','\xd1','\x74','\xb4','\x50','\x08','\x97','\xd3','\x89','\x2b','\x2c','\x31','\xa1','\x74','\x3c','\x33','\xaf','\x5b','\x88','\x2a','\x81','\xc3','\x17','\x60','\xfa','\xb8','\xc9','\xb8','\xc6','\x8c','\xe6','\xd8','\xe9','\x16','\x0e','\xbe','\xb1','\x95','\xde','\xbe','\x5e','\x16','\x57','\x56','\xb2','\x78','\xf2','\x74','\x9c','\x5d','\x3d','\x10','\x08','\xa1','\x9e','\xed','\xe4','\xd4','\x3b','\xdb','\x09','\x1f','\x3a','\x45','\x19','\x32','\x46','\xb0','\x8b','\xb0','\xe1','\x20','\x4b','\x71','\x11','\x52','\x55','\xb2','\x0b','\xf2','\xa9','\x98','\x3b','\x17','\xa7','\xea','\xa0','\xb1','\x6e','\x07','\x0e','\x45','\xe5','\xf3','\xcb','\xff','\x88','\x71','\x53','\x27','\xd3','\xd9','\xda','\xc5','\xee','\x0f','\x3e','\xa0','\xab','\xbb','\x8b','\x59','\x53','\x2b','\xb8','\xe5','\xda','\x05','\x94','\x16','\x16','\xf2','\xc1','\xdb','\xef','\xe0','\x3b','\xde','\xc4','\xbc','\xe2','\xf1','\xf8','\xdb','\x5b','\xd9','\xfb','\xce','\x7b','\x78','\x74','\x99','\xc2','\xcc','\x4c','\x9a','\x3a','\x5a','\xc9','\x72','\x67','\xa1','\x05','\x83','\x64','\xe5','\x66','\x73','\x4d','\x65','\x25','\x99','\xe3','\xc6','\x11','\x96','\x25','\xc6','\x4f','\x98','\x80','\x9e','\xe5','\xa2','\xa3','\xaf','\x9f','\x7d','\x27','\x4e','\xd1','\xd9','\xdd','\xc1','\xc2','\x85','\xd7','\x32','\xf7','\xda','\x6b','\x08','\xf5','\x05','\xd9','\xb1','\xf9','\x75','\xf6','\xbd','\xb3','\x9d','\x1b','\x2a','\x6f','\x20','\xd0','\x72','\x8e','\x73','\xc7','\x0e','\x93','\xa3','\x64','\x42','\x67','\x37','\x7b','\xdf','\x7a','\x8b','\x59','\xb3','\x2a','\xb8','\xeb','\x96','\x1b','\x79','\x7f','\xe7','\x3b','\x84','\xdf','\x7f','\x8f','\x23','\x92','\x46','\xc8','\x30','\x05','\xd5','\x50','\x9c','\x49','\x69','\xb0','\xcf','\x4f','\xd0','\x90','\x51','\x75','\x89','\x6c','\xa7','\x03','\x27','\x12','\x3d','\x8a','\x41','\x23','\x7e','\x14','\x35','\x8f','\x9c','\xac','\x0c','\xba','\x55','\x83','\x0e','\x59','\x67','\xec','\xd4','\xc9','\x54','\xdc','\x7e','\x13','\x5a','\xa6','\xc4','\x7b','\xfb','\x3f','\xb8','\xa0','\x6f','\x53','\x20','\x10','\x08','\x2e','\x35','\x52','\x1a','\x09','\x48','\x08','\x40','\x02','\x81','\xe0','\xb2','\x23','\x4b','\x12','\xff','\xbb','\xea','\x61','\x26','\x94','\x96','\x70','\x60','\xd7','\x2e','\x8e','\xec','\xd8','\x8d','\x0a','\x78','\x3c','\x79','\xc8','\x5a','\x04','\x97','\xe4','\x40','\xef','\xd3','\x68','\x0d','\xb5','\x72','\x2e','\xd0','\x86','\x23','\x3b','\x8b','\xf2','\x6b','\xe6','\x52','\x3c','\x75','\x2a','\x07','\x8e','\xee','\xa3','\xf6','\xf5','\x2d','\x43','\x72','\x7c','\x90','\x8e','\x53','\x1d','\xed','\x34','\xb5','\xb4','\x30','\xfd','\xba','\x05','\x04','\x6a','\xdf','\xc2','\xdf','\xe3','\x23','\x33','\x33','\x1b','\x2d','\xa2','\xd3','\xda','\xd7','\x82','\x4b','\x96','\xc8','\x22','\x1f','\x25','\x33','\x93','\x23','\x81','\x33','\xec','\x79','\xef','\x5d','\x4a','\x67','\x95','\x73','\xf7','\xed','\xb7','\xf3','\x57','\xed','\x2d','\x7c','\xe7','\x85','\x57','\x88','\xe8','\x89','\xcf','\x7f','\x63','\xd7','\x4e','\xbe','\x78','\xcf','\x7d','\x4c','\x5f','\x30','\x9f','\xe6','\x86','\x43','\xb4','\xf8','\x3b','\x70','\x66','\x67','\x52','\x90','\x3f','\x8a','\xde','\xb6','\x76','\xfa','\xf5','\x20','\x59','\x8e','\x1c','\xce','\x35','\x9f','\xa1','\x7e','\xe7','\x4e','\xae','\xb9','\xff','\x6e','\x3e','\x7f','\xff','\x52','\x66','\x2e','\x9a','\xcf','\x59','\xd5','\xe0','\xfd','\x23','\x0d','\x9c','\x7c','\xff','\x08','\x65','\x91','\x0c','\x5c','\x2e','\x37','\xaa','\x43','\x25','\x2b','\x23','\x83','\xa2','\xc2','\x42','\xc6','\x95','\x95','\x32','\x76','\x7c','\x29','\x85','\xa3','\x8b','\xe8','\x0f','\xf6','\x73','\xba','\xa9','\x91','\xd3','\x87','\x8f','\xd1','\xd4','\xdc','\x4c','\xf3','\xb9','\xb3','\x64','\xe6','\x66','\x73','\xdb','\x8d','\xb7','\x32','\xf7','\x9a','\xb9','\x8c','\x1f','\x3f','\x1e','\x22','\x3a','\xf5','\x1f','\xec','\xc1','\xf0','\xf5','\x51','\x90','\x57','\x48','\x53','\x7d','\x03','\x3d','\x2d','\x6d','\x8c','\xc9','\xc8','\xa1','\xf5','\xdc','\x59','\xb6','\xd6','\x6e','\xa1','\x70','\x4c','\x09','\x7f','\x7b','\xcf','\x03','\xdc','\x52','\x36','\x8e','\xbb','\xff','\xf3','\x9b','\xf4','\x45','\xc2','\x83','\xd6','\xd9','\xe8','\xec','\x6c','\xa6','\x4f','\x9f','\x4a','\xcf','\x99','\x2e','\x5a','\xdb','\xce','\x12','\x20','\x84','\x53','\xc9','\x40','\x96','\x1d','\x04','\xc2','\x01','\x7a','\xd5','\x30','\x15','\x33','\xa6','\x73','\xcd','\xf5','\x8b','\xe8','\xcb','\x56','\xd8','\x51','\xbf','\xcf','\x0a','\x19','\x6a','\xa2','\xeb','\x3a','\x0d','\xfd','\xfd','\xfc','\xd3','\x9d','\x55','\xf4','\x76','\xfb','\x38','\xb8','\x7b','\x0f','\xf4','\xf5','\x13','\x71','\x28','\x28','\x86','\x03','\x0c','\x1d','\x08','\xe3','\xc0','\x41','\x4e','\x46','\x0e','\xe4','\x64','\xe3','\xcc','\xc8','\x61','\x7e','\xe5','\x42','\x46','\x1b','\x7d','\xf4','\x06','\xfa','\xd9','\xbf','\x73','\x37','\x87','\x1b','\x0e','\xd1','\xd9','\xdd','\x4e','\x41','\x5e','\x2e','\x9f','\xfa','\xc2','\x17','\x58','\x54','\x79','\x1d','\x19','\x19','\x6e','\x1a','\xf6','\xee','\xe5','\xd8','\xde','\xfd','\x4c','\x9d','\x30','\x91','\xac','\xec','\x7c','\x8e','\x1d','\x3d','\x81','\xbf','\xa3','\x03','\x67','\xb6','\x87','\x4c','\xcd','\x40','\x0b','\xf5','\xd3','\x29','\x07','\x70','\xbb','\xdc','\x5c','\x7f','\xd3','\xcd','\x8c','\x99','\x35','\x07','\xba','\x7c','\x38','\x43','\x61','\x82','\xc1','\x30','\xef','\x6d','\xf9','\x03','\x07','\xce','\x36','\x52','\x54','\x36','\x86','\x3b','\x1f','\x58','\xc6','\x8d','\x37','\xdd','\xc0','\x99','\xe3','\xc7','\x79','\xeb','\xd7','\xbf','\x61','\x4e','\xe9','\x78','\xf2','\xfa','\x0c','\xb6','\xff','\x61','\x33','\x5a','\x47','\x07','\x93','\x72','\xf2','\x89','\xf8','\xbb','\x09','\x49','\x0e','\x82','\x86','\x01','\xb2','\x4e','\xe5','\xc2','\x45','\x4c','\xb8','\xf3','\x4e','\x0c','\x09','\xc6','\x7a','\x72','\x59','\xb0','\xa8','\x92','\xf6','\x48','\x2f','\x0d','\x0d','\x87','\x39','\x5c','\x7f','\x94','\x8c','\xac','\x4c','\xaa','\xef','\xbd','\x8f','\x85','\xf3','\x16','\xd2','\xd7','\xd6','\xc9','\xf6','\x77','\xdf','\xe5','\xed','\x37','\xdf','\x64','\x6a','\x66','\x21','\x46','\x66','\x11','\x0d','\x1f','\xec','\xe6','\xdc','\xa9','\xd3','\x78','\xdc','\x19','\xf4','\x85','\x75','\x3c','\x4a','\x26','\x6e','\xa7','\x83','\x0c','\x87','\xc2','\x9c','\x05','\x0b','\x28','\xae','\xac','\x04','\xd5','\xa0','\xb7','\xb9','\x91','\x1e','\x9f','\x8f','\xd6','\xd6','\x36','\x1a','\x5a','\xce','\xa0','\x65','\x66','\x70','\xd7','\x92','\x25','\x5c','\xbf','\x70','\x21','\xad','\x5d','\xe7','\xa8','\xdf','\x77','\x90','\xed','\x5b','\xde','\xa4','\xbb','\xe9','\x1c','\x9f','\xba','\x65','\x09','\xbb','\xdf','\xde','\x4a','\xae','\xac','\x50','\x52','\x50','\xc0','\xd9','\xce','\x2e','\x0e','\xb4','\xb6','\xd2','\x50','\xb7','\x8d','\x85','\xf7','\xde','\xc3','\xe7','\xee','\xbf','\x1f','\x14','\x85','\xd3','\xbb','\xde','\x21','\x64','\xc5','\x56','\xb2','\xbf','\x2b','\x09','\x98','\x3c','\xa6','\x94','\x99','\x45','\x25','\xcc','\x98','\x3e','\x93','\x48','\x38','\xc4','\xf1','\xe3','\x4d','\x84','\x03','\x06','\x25','\x39','\x13','\x30','\x54','\x85','\xa3','\xe7','\x4e','\x43','\x41','\x1e','\x0b','\xae','\xbf','\x9e','\xeb','\xee','\xbd','\x8b','\xb2','\xf2','\xe9','\x3c','\xfd','\xfc','\xb3','\x7c','\x70','\x1e','\xaf','\x8c','\x02','\x81','\x40','\x70','\xb9','\x10','\x5e','\xe0','\x04','\x02','\xc1','\x15','\x45','\x51','\x14','\x1c','\xaa','\x4a','\x41','\x46','\x16','\x9f','\x98','\x31','\x87','\x5b','\x27','\x56','\x70','\xea','\xd8','\x61','\x9a','\xb6','\xee','\x24','\xd4','\x72','\x96','\xa9','\x79','\x85','\xe4','\x68','\x06','\xdd','\x67','\x9b','\xc9','\x8c','\x40','\x96','\x6a','\xe0','\xef','\x0b','\x90','\x03','\x14','\x65','\x16','\x32','\xc6','\x99','\x0d','\x86','\x42','\x96','\xee','\x64','\x7a','\xd1','\xd8','\x41','\xe3','\x99','\x9c','\x0f','\x03','\xf8','\xcb','\x7f','\xff','\x36','\xbf','\xf9','\xaf','\xb5','\x8c','\x9a','\x3e','\x99','\xf6','\xd6','\x73','\x44','\x3c','\x19','\xf4','\xf9','\xfa','\x68','\xd3','\x7a','\x99','\x54','\x5c','\x46','\x5f','\x08','\x7a','\x8c','\x10','\x46','\xb6','\x9b','\xb7','\x76','\xed','\x60','\xf4','\xae','\xd9','\xcc','\xba','\xa5','\x92','\x25','\x77','\xde','\x4e','\xce','\x84','\xb1','\x1c','\x3c','\x71','\x82','\x0e','\x7f','\x0f','\xc8','\x0a','\xfd','\x7e','\x3f','\x45','\x61','\x99','\xb6','\x23','\xc7','\xb9','\x7e','\xee','\x7c','\xfa','\xe6','\x1e','\x62','\x47','\x6d','\x2d','\xf4','\x86','\xe9','\x56','\x5d','\xf4','\xf5','\xf8','\x18','\x95','\x95','\x8b','\x84','\xc6','\xb9','\x8e','\x26','\xde','\x7f','\x63','\x0b','\xfd','\xc1','\x5e','\x46','\x4f','\x18','\xc7','\xe2','\xa9','\x93','\xc9','\x9d','\x36','\x85','\xdb','\x67','\x2c','\xe0','\xe8','\xd4','\xa3','\x38','\x43','\x90','\x3f','\x6a','\x14','\xae','\xac','\x4c','\xf4','\x70','\x18','\x03','\x03','\xc9','\xa1','\xd0','\xdd','\xd9','\xc9','\xb6','\xf7','\xde','\xe1','\xc8','\xe1','\xc3','\xb4','\x77','\x77','\xe2','\xca','\xcc','\x62','\x54','\x49','\x31','\x77','\xde','\x71','\x2b','\x73','\xe7','\xcd','\xa7','\x78','\x6c','\x09','\xbe','\x40','\x0f','\x27','\x4f','\x9c','\x62','\xfb','\xb6','\x6d','\xec','\xad','\xdb','\xce','\xc2','\x19','\xb3','\x70','\x39','\xdd','\xd4','\x9f','\x38','\x4e','\x7f','\x9f','\x0f','\xb7','\x43','\xc2','\xe5','\x80','\xe6','\xf6','\x26','\xb6','\xbf','\xf5','\x7b','\x1c','\xd9','\x70','\xc3','\xe2','\x6b','\x79','\xf7','\x3f','\xbf','\xcf','\x4b','\x6f','\xbe','\xce','\xb7','\x5e','\xd8','\x44','\xc4','\x0e','\x5e','\x6a','\x98','\xe2','\x4b','\xa6','\xcb','\xc9','\x8f','\xbe','\xf6','\x65','\x2a','\x72','\x8b','\xe9','\xec','\x6a','\xe7','\xf8','\xfb','\x3b','\x69','\x0a','\x74','\xa2','\xb9','\x9d','\x84','\x82','\xbd','\xf4','\x85','\x7a','\x71','\x95','\x14','\x72','\xdd','\xb5','\x73','\xb8','\xf6','\xae','\x5b','\x09','\xb9','\x54','\xfe','\xee','\x7b','\x3f','\xe2','\xf1','\x5f','\x6e','\x4a','\xaa','\xf3','\xe9','\xa5','\xa5','\x4c','\x9b','\x55','\xc1','\xfe','\xf7','\xea','\x68','\xee','\x6e','\x23','\xaf','\x28','\x17','\xbf','\xbf','\x9f','\xdc','\x8c','\x2c','\x22','\xfd','\x1a','\xfd','\xc8','\x84','\xb4','\x7e','\x8e','\x9c','\x3a','\x82','\x72','\xe4','\x10','\xa1','\xd2','\x22','\x4e','\xb5','\xb4','\x70','\xe0','\xdc','\x71','\x4e','\x9e','\x3c','\x43','\xe3','\x81','\x63','\xe8','\xba','\xc6','\x75','\x0b','\xe6','\x73','\xdf','\xd2','\xfb','\x29','\xbf','\xee','\x5a','\x7a','\x9a','\x1b','\xd9','\xbc','\x79','\x33','\xdb','\xdf','\xab','\x23','\xdb','\xe1','\x62','\xc6','\x9c','\x59','\x1c','\x6f','\x3c','\xcd','\xfe','\x63','\x47','\x71','\x3a','\x24','\x7a','\x25','\x8d','\xec','\xec','\x6c','\x74','\x59','\xa6','\xa3','\xa7','\x83','\xdc','\xcc','\x2c','\x3a','\xc2','\x7e','\x5c','\x4d','\x47','\xe9','\xed','\x6e','\xe3','\xcd','\xed','\x5b','\xd9','\x77','\xb6','\x89','\x8c','\x31','\x85','\xdc','\x78','\xfd','\x22','\xe6','\xdd','\xb0','\x98','\x31','\x25','\xc5','\x9c','\x3c','\xd4','\xc0','\xcb','\x1b','\xbc','\xf8','\x1b','\x9b','\x99','\x7a','\xff','\x38','\x7a','\x7c','\x5d','\x1c','\x6a','\x3e','\x45','\xb6','\x16','\x61','\x4c','\x56','\x11','\xaa','\xac','\xa2','\x19','\x3a','\x28','\x11','\xfa','\x81','\x70','\x8e','\x93','\x7e','\x2d','\xc8','\x99','\x86','\x93','\xb4','\x76','\x76','\xe0','\xf3','\x77','\xd3','\xd8','\x7a','\x8e','\xb6','\x80','\x9f','\xb1','\xa5','\x25','\xdc','\x7c','\xf3','\x2d','\xcc','\xac','\x98','\x41','\xb0','\xbf','\x9f','\xd7','\xde','\xdc','\x42','\xed','\xab','\xbf','\xc5','\xe5','\xf1','\x70','\xd7','\xc2','\xc5','\x34','\x9f','\x6a','\x62','\xff','\xe1','\x03','\xe0','\x90','\x09','\xa2','\x11','\x76','\x4a','\x64','\x64','\xe7','\xd2','\xda','\xd1','\x46','\x86','\xe2','\xa0','\x3d','\xdc','\xc7','\xf1','\xfd','\x7b','\x90','\x24','\x8d','\x03','\x87','\xeb','\xd9','\x7e','\xf4','\x08','\x6a','\x41','\x3e','\xd7','\x5c','\xbb','\x80','\x89','\xb3','\x67','\x52','\x36','\x79','\x22','\xcd','\x2d','\xcd','\x6c','\xa9','\xfd','\x1d','\x3b','\xde','\xd9','\xca','\xb9','\x33','\x67','\xb8','\xeb','\x96','\x3b','\x70','\xb9','\x15','\x76','\x7f','\xb0','\x8d','\xdc','\xa2','\x6c','\x22','\x8e','\x08','\x11','\xb5','\x8f','\xfe','\x50','\x3f','\x3b','\xde','\x7f','\x8b','\xd2','\x19','\xe3','\xa8','\x98','\x36','\x91','\x2f','\xfd','\xc9','\x67','\x99','\x71','\xdd','\x1c','\x7e','\xf3','\xd6','\xeb','\x20','\x29','\x94','\x8e','\x2e','\x20','\x14','\x0a','\x30','\x2e','\xb7','\x80','\xf9','\xe3','\xa7','\x32','\x6b','\xdc','\x78','\x0c','\xbf','\x9f','\x5d','\x3b','\xf7','\x72','\xf2','\xc0','\x21','\x02','\x04','\x50','\x32','\x1d','\xb4','\xf5','\xfa','\x08','\x64','\x18','\xcc','\x9a','\x37','\x93','\x9b','\xee','\xff','\x34','\x25','\xb3','\xa7','\xf3','\x78','\xcd','\x73','\xfc','\xe0','\x67','\xeb','\xe9','\x0f','\x0d','\x2e','\x4c','\x0b','\x04','\x02','\xc1','\xe5','\x42','\x12','\x5e','\xe0','\x04','\x02','\xc1','\xe5','\x26','\xd3','\xed','\x66','\xce','\x8c','\x72','\x46','\x8f','\x1a','\xc5','\xc4','\x09','\xe3','\xb9','\x63','\xfe','\x02','\x2a','\x82','\x19','\x4c','\x0c','\xe8','\xbc','\xff','\xc6','\x56','\x8e','\x34','\xec','\xc7','\xd9','\xda','\x4d','\x71','\x48','\x46','\x6e','\xef','\x00','\x0d','\xf2','\x43','\x0a','\x06','\x7d','\x48','\x86','\x41','\x21','\x0e','\x5c','\xe4','\xa1','\xf4','\xe9','\xb4','\xee','\x39','\x48','\x76','\xe1','\x68','\xc6','\x8d','\x2e','\xe4','\xc1','\xbb','\xef','\x63','\xaf','\x61','\xb0','\xf7','\xf8','\x09','\x54','\x55','\x25','\xa2','\x1b','\x6c','\x7f','\x7f','\x4f','\xd4','\xcd','\xf2','\x50','\xa8','\x3f','\x79','\x82','\xd6','\x9e','\x1e','\xe6','\xdd','\x79','\x1b','\x67','\x4f','\x9c','\xa2','\x2d','\xe0','\x47','\x91','\x74','\xb2','\xd5','\x5c','\x32','\xdc','\x79','\x74','\x69','\x9d','\x74','\xf4','\xf7','\xe0','\x70','\xba','\xe8','\xf7','\x77','\xf3','\xd6','\xeb','\x5b','\x68','\xeb','\xeb','\xc4','\x33','\x7d','\x12','\x4b','\xab','\xee','\x42','\x57','\x55','\xda','\xba','\xba','\x91','\x55','\x95','\x90','\xbf','\x97','\x0f','\x5e','\xfd','\x03','\xad','\x47','\x4e','\x50','\x78','\xed','\xf5','\xdc','\x30','\xef','\x3a','\x38','\xd1','\x48','\xeb','\xa1','\x23','\x9c','\x69','\x39','\x85','\x2c','\x85','\x18','\x93','\x3d','\x1d','\xa7','\xaa','\xa3','\x66','\xeb','\xf4','\x9e','\xeb','\x66','\xd7','\xc6','\x57','\x51','\xb2','\xb3','\xc8','\x19','\x53','\x42','\xc1','\xc4','\x71','\x78','\x8a','\x0a','\xc8','\xca','\xc8','\xa6','\xdf','\xa9','\x72','\xae','\xcd','\x47','\xd8','\x08','\xd3','\xd1','\x69','\x6a','\xaa','\xda','\xdb','\xdb','\xe9','\xef','\xed','\x47','\x52','\x15','\x0a','\x8a','\x0a','\xb8','\xae','\x62','\x0e','\x53','\x2a','\x66','\x30','\x79','\xfa','\x54','\x0a','\x47','\x15','\x12','\x0e','\x87','\x39','\xb6','\x7b','\x1f','\x6f','\x6f','\x7d','\x8f','\xba','\xdd','\x3b','\x38','\x54','\x7f','\x98','\x31','\x9e','\x02','\x66','\x7d','\xe2','\x7e','\x0a','\xdd','\x1e','\x02','\xad','\x9d','\xf4','\xb6','\x9e','\xc3','\x2d','\xab','\x38','\x23','\x11','\x42','\x5a','\x1f','\x4d','\x47','\xea','\x79','\xf3','\xa5','\x7e','\x66','\x77','\xb5','\x33','\xf7','\xe6','\x9b','\x29','\x79','\x70','\x39','\x37','\x2e','\x9a','\x47','\x66','\x76','\x1e','\x85','\xa3','\x4b','\x69','\x69','\x6a','\xa1','\x2f','\xd8','\xce','\xb8','\xe9','\xe3','\xc8','\xcb','\xc8','\xe2','\xe4','\xce','\x3d','\xbc','\x59','\xfb','\x07','\x8e','\xbc','\xbf','\x93','\x48','\x24','\xcc','\x68','\x4f','\x01','\xce','\x2c','\x99','\xdc','\xfc','\x6c','\xe6','\x7c','\xea','\x2e','\xae','\xff','\xcc','\x7d','\xf4','\xc8','\x11','\x9e','\x7d','\xf5','\x25','\x7e','\xf2','\xec','\xa6','\xa4','\xfa','\x56','\x80','\xd3','\xe7','\xce','\x11','\xe9','\xef','\xa3','\xd7','\xdf','\x83','\xea','\x74','\xe2','\xce','\x54','\xf0','\xf5','\x06','\x08','\xab','\xd0','\xab','\xf9','\x50','\x25','\x15','\x97','\xd3','\xcd','\x91','\xe6','\x26','\x8e','\xff','\xea','\x19','\x4e','\x04','\x03','\x9c','\x08','\xf7','\xa2','\xe5','\x67','\xe0','\xc9','\xcb','\xa7','\xea','\x13','\x77','\x31','\x67','\xc6','\x4c','\x8a','\x46','\x15','\x52','\x3a','\x7e','\x3c','\x67','\x8f','\x1d','\x63','\xf3','\xab','\x2f','\xf1','\xda','\x6b','\x9b','\xe9','\xf5','\xf9','\x99','\x37','\x6b','\x16','\x5a','\x5f','\x90','\xd3','\x8d','\xa7','\xe8','\xf0','\xf9','\x18','\x9d','\xe5','\x46','\x93','\x25','\x42','\x8a','\x84','\xea','\x52','\x71','\x85','\x32','\xe9','\x0f','\xeb','\xfc','\xe1','\xf5','\xcd','\x64','\x34','\xec','\xa1','\x3d','\xd4','\xcb','\xd9','\xae','\x6e','\xe6','\xde','\x78','\x03','\x77','\x7f','\x71','\x39','\x63','\x27','\x4f','\xa4','\xa3','\xab','\x83','\xad','\xaf','\xbf','\xc9','\x2b','\xaf','\xfc','\x8e','\x83','\x75','\x3b','\xf8','\x64','\xd5','\x9d','\x14','\x8d','\x1e','\xcd','\x81','\x3d','\xf5','\x28','\x21','\x9d','\x1c','\x87','\x03','\x2d','\x1c','\x44','\xcd','\xcc','\x00','\x43','\x27','\xd7','\xe5','\xa6','\xbb','\xbb','\x8d','\xdf','\xfc','\xee','\x05','\xca','\x9b','\x8f','\xd3','\x16','\x89','\xf0','\xde','\xe1','\x83','\x4c','\x9c','\x39','\x83','\x79','\xb7','\xdd','\xc2','\xcc','\x2c','\x17','\x53','\xa7','\x4e','\x63','\xe2','\xf8','\x89','\xbc','\xf9','\xc6','\x1f','\x78','\xed','\x77','\xbf','\xe7','\xf4','\x91','\xe3','\xb4','\x9d','\x3b','\xcb','\x5d','\x8b','\x16','\x51','\x56','\x56','\xca','\xdb','\xaf','\xbf','\xc3','\xe9','\xa6','\xe3','\xe4','\x79','\x0a','\xc8','\x74','\xbb','\x71','\x65','\xb8','\x90','\x14','\x85','\x73','\x91','\x5e','\x7a','\xcf','\xfa','\x69','\x7e','\xe5','\x2c','\xea','\xdb','\x5b','\x28','\x99','\x3a','\x85','\x88','\xdb','\x41','\x7e','\x41','\x21','\x37','\x54','\x55','\x71','\xcd','\x4d','\x37','\xd2','\x13','\x8e','\xb0','\x6d','\xc7','\x4e','\xde','\xdc','\x52','\xcb','\xf1','\xc3','\x0d','\x84','\xba','\x7a','\x70','\xab','\x4e','\x6e','\xba','\xfe','\x7a','\x8e','\x1f','\x3f','\x4a','\xd3','\x89','\x63','\x4c','\x1b','\x5b','\xc6','\xc9','\x53','\x87','\xf1','\xe4','\x7a','\x70','\xb9','\xdd','\xec','\xd8','\xfe','\x2e','\xfd','\x46','\x90','\x8a','\x79','\xd7','\x32','\x79','\xde','\x5c','\x96','\xde','\xb5','\x84','\x85','\x0b','\xe6','\xd3','\x17','\x0a','\x91','\xe9','\x56','\x71','\x4b','\xe0','\xd0','\x21','\x12','\x08','\xd0','\x77','\xb6','\x9d','\xe6','\xa3','\x47','\xf8','\xe0','\xd0','\x3e','\x1a','\x1b','\x4f','\xe2','\xca','\x50','\x71','\xca','\x6e','\x0a','\xca','\x8a','\x59','\x7c','\xfb','\xed','\xcc','\xbe','\xfd','\x26','\xf2','\x4b','\xc7','\x72','\xf8','\x6c','\x0b','\xff','\xfa','\xff','\xfd','\x98','\x33','\x2d','\xe7','\x2e','\xdd','\x00','\x22','\x10','\x08','\x04','\x17','\x89','\x22','\x2b','\x29','\xd3','\x85','\x00','\x24','\x10','\x08','\x3e','\x34','\x6e','\xbd','\xa1','\x92','\xbf','\xfd','\xb3','\x2f','\x73','\xee','\x6c','\x0b','\x6e','\x4f','\x36','\x1d','\xcd','\x2d','\xec','\x6e','\x38','\xc7','\x9e','\xc3','\x4d','\xbc','\xbf','\x67','\x17','\xbe','\x5e','\x1f','\x85','\x9e','\x2c','\xdc','\x8a','\x44','\xab','\xbf','\x03','\xd5','\x08','\x93','\x23','\xb9','\x30','\x8c','\x7e','\x94','\x10','\x64','\xe2','\x26','\x88','\x41','\x97','\xbf','\x87','\x86','\xad','\x6f','\x52','\xd6','\x79','\x86','\x92','\xa9','\x13','\x91','\xc7','\x8e','\xe2','\xce','\x85','\xd7','\x70','\xdb','\x9d','\x37','\x30','\x6d','\xca','\x54','\x14','\x77','\x26','\xf7','\x3c','\xb0','\x82','\x73','\xad','\xed','\xc3','\x2a','\xdf','\x9f','\xac','\xfe','\x3a','\x4f','\xfc','\xdf','\x55','\x4c','\x5e','\x30','\x9b','\xd7','\xff','\xf0','\x3a','\x7a','\x5f','\x1f','\x79','\x59','\x4e','\x8e','\x75','\xb6','\xd0','\xd9','\xd3','\x46','\x44','\x91','\xc8','\xc9','\x2a','\xc4','\x53','\x94','\xcb','\xbe','\x23','\xf5','\x6c','\x3d','\x7e','\x80','\x31','\xb3','\xcb','\x99','\x71','\xdd','\x75','\xb8','\x32','\xb3','\xe9','\x0b','\x47','\x18','\x37','\x7e','\x02','\xd7','\xcc','\x9c','\x0d','\x8b','\x17','\xb2','\x65','\xe3','\x8b','\xbc','\xfc','\x46','\x2d','\xd7','\xcd','\x9c','\xc1','\x9d','\x9f','\x5b','\x46','\xf3','\xa1','\x43','\xbc','\x5d','\xfb','\x0a','\x5d','\xed','\xe7','\x38','\x15','\xee','\x22','\x18','\x8a','\x90','\xe5','\x50','\x89','\x48','\x32','\xed','\xf4','\x11','\xec','\x09','\xd1','\x77','\xa4','\x83','\xfe','\x23','\xbb','\x50','\x51','\x70','\xe4','\x17','\xd2','\x9b','\x21','\xd3','\xda','\xd9','\x46','\xb0','\x3f','\x44','\x56','\x4e','\x36','\x39','\x79','\x79','\x78','\x3c','\x1e','\xc6','\x4e','\x2d','\x63','\xd6','\x9c','\x6b','\x98','\x33','\x7f','\x2e','\x63','\x26','\x94','\xa1','\x4b','\x70','\xee','\x5c','\x2b','\xaf','\x6f','\xdf','\xca','\xfe','\xfd','\x07','\x38','\xd4','\x70','\x88','\x53','\x2d','\x67','\xe8','\xf4','\x77','\xd3','\x6f','\x68','\x8c','\x9a','\x5c','\x86','\x6b','\x54','\x3e','\x7b','\xf6','\xec','\x67','\xff','\xe9','\xa3','\x38','\xfa','\x7a','\x29','\xc8','\xc9','\x21','\x7b','\x6c','\x3e','\x72','\xbf','\x93','\x13','\xdd','\xe7','\xd8','\xbb','\xb3','\x99','\x1d','\xe7','\x4e','\x52','\xd1','\x74','\x98','\xb2','\xa9','\x93','\x70','\x66','\x65','\x40','\xc4','\x4f','\xff','\xb9','\x93','\xe8','\x86','\x81','\x23','\xc3','\xc9','\x8e','\x1d','\xdb','\xf8','\x60','\xfb','\x0e','\x7a','\x1a','\x5b','\x18','\x2d','\xb9','\x28','\x9c','\x54','\x46','\xa8','\xbf','\x9f','\xb1','\xa5','\x65','\x2c','\xae','\x5c','\x48','\xd1','\xa4','\x09','\x38','\xc6','\x97','\xf2','\xea','\x07','\x1f','\xf0','\xe4','\xc6','\x4d','\xbc','\xf8','\x46','\x5d','\xca','\xba','\xd6','\x81','\x05','\xf9','\xb9','\xf8','\x42','\x7d','\x8c','\x9d','\x5d','\xce','\xd1','\x93','\x47','\x68','\x3b','\x79','\x9a','\xd3','\xfd','\x7e','\xfa','\x7b','\x83','\x64','\x19','\x11','\xf2','\xb3','\x0a','\x90','\x55','\x83','\xde','\xb0','\x9f','\xde','\xb6','\x1e','\x3a','\x54','\x89','\xa2','\x89','\x65','\x4c','\x98','\x57','\xce','\x84','\x29','\x53','\x99','\x3f','\x73','\x3e','\xa3','\x0a','\x0a','\x39','\xdd','\x78','\x9a','\xd7','\xde','\x79','\x83','\xad','\xef','\xbe','\xc5','\xfb','\x3b','\x77','\xd0','\xd9','\xed','\x23','\x37','\x2b','\x93','\xce','\x60','\x2f','\x61','\xb7','\xca','\x98','\xe9','\x93','\x28','\x98','\x54','\x82','\x43','\x07','\x7f','\xa0','\x9f','\x96','\x33','\xa7','\xf0','\x38','\x5c','\x8c','\xce','\xf3','\x10','\x36','\xa0','\x53','\x09','\xa3','\x87','\xbb','\xc9','\x2b','\x2e','\xe2','\xd3','\x9f','\xb8','\x83','\xca','\x4f','\xdc','\x85','\xa3','\xb4','\x98','\x5d','\x0d','\x07','\xd8','\xb5','\x73','\x17','\xdb','\xb7','\x6f','\x63','\xe7','\xde','\x7d','\xf4','\x84','\x34','\xda','\x83','\x01','\x82','\x8a','\xc1','\x98','\x19','\x53','\x28','\x2a','\x9f','\x42','\xdb','\xe9','\x13','\x34','\xf7','\x9c','\xc3','\x93','\x91','\x8d','\xaa','\xc8','\x74','\x77','\x36','\x13','\x71','\x2a','\xb4','\xf5','\x69','\x74','\x1e','\xa9','\x67','\xfa','\xbc','\xf9','\xcc','\x5e','\x38','\x9f','\xd2','\x29','\x53','\x98','\xbf','\x70','\x01','\x92','\xdb','\x49','\x20','\xd0','\xcb','\x96','\x77','\xde','\xe2','\x27','\x4f','\x3e','\xc5','\x81','\x7d','\xf5','\x8c','\x29','\xcc','\xc3','\x70','\x18','\x78','\x46','\x79','\x50','\x72','\x32','\xd0','\xf2','\xdc','\xe8','\x79','\x6e','\x7a','\xa4','\x08','\xfe','\xbe','\x6e','\x5a','\x02','\x1d','\x64','\x66','\xb8','\x31','\x5c','\x12','\x39','\x99','\xf9','\x64','\xb9','\xdd','\x44','\x1c','\x2a','\x5a','\xa6','\x93','\xd9','\x0b','\xe6','\x71','\xed','\x4d','\x37','\x53','\x38','\x69','\x32','\x3f','\x7a','\x6e','\x03','\xcf','\xbe','\xf2','\x2a','\x3b','\xea','\x1b','\x08','\x86','\x4d','\xad','\xcb','\xfd','\x53','\xc7','\x31','\x71','\xc2','\x24','\xf2','\xc7','\x14','\xf1','\xdf','\xbf','\xf8','\x29','\xbd','\x8a','\x81','\x7b','\x4c','\x1e','\x63','\xdd','\x12','\x39','\x39','\xd9','\x74','\xb7','\xfb','\xf0','\xab','\x21','\x0e','\x9e','\x38','\xcc','\x07','\x27','\x0f','\x33','\x7a','\x4f','\x1d','\x93','\x66','\xcd','\x42','\x71','\xbb','\xe9','\xed','\xef','\xc3','\x20','\x42','\x5e','\x76','\x26','\x0e','\x03','\x1a','\x8f','\x1f','\xa7','\xf5','\x54','\x13','\x2e','\x4d','\xc3','\x95','\x29','\x33','\x61','\xee','\x34','\x46','\x15','\x15','\x31','\x7e','\xfc','\x78','\x66','\xce','\xbb','\x96','\x71','\x0b','\x16','\xd0','\x63','\xe8','\xfc','\xfb','\xff','\x3e','\xc9','\xc6','\xd7','\xdf','\x10','\xc2','\x8f','\x40','\x20','\x18','\x71','\x48','\x8a','\xf0','\x02','\x27','\x10','\x08','\x2e','\x23','\xaa','\xa2','\xf0','\xe8','\x57','\x3e','\x8b','\xd6','\xdb','\xce','\x81','\xf7','\xdf','\x21','\x2c','\x83','\x11','\x0a','\x21','\xed','\x3a','\x49','\x56','\x6b','\x1f','\xa3','\xc6','\x14','\x30','\x39','\xb7','\x0c','\x97','\x4b','\x26','\x62','\x18','\x68','\x91','\x31','\x10','\x0a','\xe3','\x08','\xeb','\x38','\x22','\x06','\xaa','\xa1','\xa3','\xa3','\xe1','\x8a','\x48','\x38','\x64','\x08','\xa8','\x12','\x2d','\x7d','\x5d','\x9c','\x3a','\xb0','\x97','\xee','\xa3','\x32','\xbd','\xa3','\xb2','\x28','\xab','\x98','\x4e','\xf9','\xc4','\x49','\x64','\xa8','\x2a','\x91','\xc8','\xf9','\x0f','\xf2','\x0f','\xe4','\x48','\x53','\x13','\xcf','\xed','\x78','\x97','\x3f','\xff','\xe4','\xdd','\x14','\xe8','\x7e','\x7c','\x2d','\x67','\xc8','\x74','\x66','\xd0','\xdd','\xd2','\x82','\x43','\xce','\xa0','\x30','\x3f','\x1f','\x47','\xb6','\x0b','\x4f','\x8e','\x8b','\xd0','\x99','\xb3','\x84','\xdb','\x3b','\xf1','\xf7','\xfb','\xd9','\xb7','\xfb','\x7d','\x14','\xd5','\x45','\x56','\x66','\x0e','\x45','\x19','\x1e','\x5c','\x3a','\x64','\xe4','\x66','\x71','\xb4','\xb5','\x89','\xbd','\x1b','\xf6','\xd3','\xff','\xc0','\x67','\xf8','\xe4','\x9d','\x77','\x32','\x63','\x4a','\x29','\xc1','\x4c','\x89','\xee','\x8e','\x4e','\x8e','\x37','\x34','\x70','\xf4','\xf8','\x09','\x32','\xb5','\x10','\x12','\x41','\x24','\x67','\x06','\xc5','\xb9','\xf9','\xb8','\x33','\x32','\xf0','\xf9','\x03','\x44','\xc2','\x21','\xf4','\x02','\x37','\x8e','\x22','\x19','\x67','\xf1','\x18','\xb2','\x32','\xb2','\x99','\x5e','\x31','\x83','\x8a','\x39','\x73','\x29','\x2c','\x1e','\x83','\xa2','\xba','\x50','\x1d','\x4e','\xe4','\x4c','\x17','\x47','\xdb','\x4f','\xb1','\x77','\xff','\x01','\xb6','\x6e','\xdd','\xce','\x81','\xfa','\x43','\x9c','\x6b','\x6f','\xc7','\x30','\x74','\x76','\x77','\xc6','\x0e','\xb0','\xf7','\x9c','\x69','\xe1','\x73','\x46','\x3f','\xef','\x35','\xec','\xc6','\x18','\x95','\xc1','\xd4','\x85','\x15','\x8c','\x1f','\x5f','\x42','\xe9','\x84','\x31','\x04','\x7b','\xfb','\xd9','\x73','\x60','\x1f','\xdd','\x91','\x3e','\x02','\x7a','\x88','\xf7','\x1a','\xde','\xc6','\x75','\x6c','\x17','\x63','\x27','\x4d','\xa3','\x37','\xd0','\xc3','\xb9','\xc6','\x16','\x72','\x3d','\x05','\xe4','\xe6','\x66','\xd0','\xde','\x71','\x16','\x7f','\x47','\x27','\x65','\xf9','\xf9','\xcc','\x98','\x33','\x87','\xf2','\xf2','\x59','\xe4','\x15','\x15','\x91','\x99','\x95','\x41','\x4e','\x41','\x11','\x7a','\xa6','\x93','\xbd','\x87','\x0f','\xb0','\xf2','\x1f','\xff','\x95','\x4e','\x5f','\x6f','\xda','\xba','\x36','\x00','\x2d','\x43','\xa6','\x83','\x7e','\xa6','\xce','\x9e','\xc2','\xa8','\xb3','\x33','\x09','\xba','\x35','\xf2','\xb2','\x65','\xb4','\xde','\x30','\x0e','\xd5','\x89','\x3b','\x2f','\x1f','\x1c','\x32','\x39','\x99','\xd9','\x8c','\x9a','\x3c','\x81','\xbc','\xc9','\xe3','\xf1','\x4c','\x2c','\x23','\xa7','\x6c','\x34','\xba','\x21','\x73','\xe4','\x74','\x13','\x2f','\xbf','\xfb','\x3a','\xf5','\xfb','\xf7','\xb3','\xff','\xc0','\x3e','\xce','\xb5','\x9e','\xc3','\x30','\x74','\x32','\x72','\xb3','\xe9','\x92','\x22','\x1c','\xea','\x3c','\x47','\x13','\x41','\xae','\xbd','\x75','\x31','\x73','\x7c','\xad','\xd0','\x1f','\x24','\xd0','\xd9','\x45','\xfd','\x8e','\x5d','\x90','\xed','\xa1','\xa8','\x62','\x06','\xbe','\x80','\x8f','\x82','\xf1','\xa3','\x99','\x59','\x79','\x1d','\xe5','\x53','\xa6','\xe3','\x72','\x66','\x72','\xb4','\xf1','\x34','\x6f','\x3d','\xf7','\x32','\x3b','\x76','\xef','\xe5','\xe4','\xc9','\x66','\x7a','\xfc','\xdd','\xe4','\x8d','\xf5','\xe0','\xca','\x73','\x52','\x57','\xbf','\x97','\x39','\xbb','\xeb','\xf8','\xc4','\xed','\xb7','\x52','\xd1','\x7b','\x1b','\xbb','\xb7','\xed','\xa4','\xc7','\xdf','\x4d','\x48','\x0f','\x82','\x62','\xd0','\xdb','\xae','\x50','\x3a','\x75','\x2a','\x0b','\x67','\x4c','\x45','\xce','\xf4','\x30','\x63','\xf6','\x5c','\x4a','\xa6','\xcf','\xa2','\xbb','\xa7','\x07','\x5f','\x20','\xc0','\xbf','\x7c','\xe7','\x47','\xfc','\xa6','\x76','\x0b','\x81','\xfe','\x58','\xdb','\x4c','\x28','\xc9','\xe5','\xcc','\xe9','\x26','\x5e','\xdd','\xbd','\x95','\xd9','\x33','\x67','\x70','\xc3','\x67','\x3e','\x41','\xee','\x94','\x12','\x4e','\x9c','\x3a','\x49','\xeb','\x99','\x16','\xda','\x5b','\x9a','\x50','\x32','\x14','\xa6','\x4f','\xbd','\x86','\xd1','\xa3','\x8b','\x29','\x29','\x2d','\x61','\xec','\xc4','\x09','\x38','\x73','\xf2','\xc9','\x2b','\x1e','\x4d','\x18','\x89','\x15','\x8f','\xad','\x66','\xe3','\xe6','\x37','\x13','\xf2','\x05','\xf0','\xeb','\x61','\xe6','\x2c','\x5e','\x40','\x9f','\x14','\xc6','\x47','\x80','\x19','\x77','\xcc','\x67','\xea','\x35','\xb3','\x18','\x37','\x66','\x1c','\x91','\x48','\x98','\x73','\x2d','\x4d','\x38','\xdd','\x19','\x84','\x34','\x9d','\xbd','\xfb','\xf7','\x73','\xea','\x64','\x23','\x47','\x0f','\xbd','\x4f','\x96','\x27','\x0f','\x49','\x96','\xe8','\xeb','\xf3','\xd3','\x93','\xe1','\x24','\x2b','\x23','\x83','\xbe','\xfe','\x2e','\x3c','\xa5','\x2e','\x66','\xcc','\x9e','\xc9','\xb4','\xa9','\x15','\xe4','\xe7','\x16','\xe2','\xc9','\xce','\xc5','\xe1','\xce','\x44','\x57','\x14','\xf6','\x34','\x1e','\xe6','\xc1','\xbf','\xfb','\x67','\x0e','\x9e','\x3c','\x8d','\xae','\x5f','\xf8','\x99','\x3c','\x81','\x40','\x20','\xf8','\xb0','\x48','\xe3','\x05','\x1b','\xc9','\x18','\x10','\x74','\x42','\x92','\xd2','\xf8','\x8b','\x13','\x08','\x04','\x82','\x61','\xa0','\x28','\x32','\x9b','\x7f','\xf5','\x13','\x26','\x95','\x8e','\xe3','\xf0','\xc1','\x06','\x7a','\xb5','\x7e','\x54','\x14','\xc6','\x76','\x3b','\x19','\x13','\x56','\x90','\x9d','\x06','\x8a','\xc3','\xc0','\xe1','\x54','\x90','\x9d','\x0e','\x64','\x19','\xe4','\x70','\x08','\xa3','\x2f','\x82','\xa4','\xba','\x50','\x64','\xd0','\xc3','\x61','\xa4','\x88','\x81','\x26','\x19','\x04','\x24','\x1d','\x7f','\x28','\x44','\x3f','\x70','\xd6','\xe8','\xe7','\x58','\xd8','\x47','\x4e','\xf1','\x28','\x16','\x2d','\xa8','\xa4','\xd3','\xdf','\x43','\xe5','\x9d','\x0f','\x10','\xbc','\x80','\xb3','\x07','\x53','\x4b','\xc7','\xf0','\xef','\x7f','\xf3','\x57','\xdc','\x30','\x6b','\x26','\x72','\x5f','\x3f','\xd9','\x92','\x4a','\xef','\x99','\x66','\xe4','\x82','\x1c','\x94','\x9c','\x2c','\xfa','\x3a','\x5a','\xd1','\x55','\xd0','\x1c','\x2a','\x64','\x66','\x11','\x32','\xc0','\xd7','\xd3','\x83','\xe2','\x70','\xe3','\x76','\x65','\x93','\x99','\x99','\x83','\x22','\x2b','\xfc','\xd9','\xd7','\xff','\x1f','\xaf','\xbc','\x67','\x6a','\x3f','\x14','\x49','\xe2','\x89','\x2f','\x7e','\x9e','\x19','\xe5','\xd3','\x28','\xc9','\xf5','\x30','\x61','\xc2','\x24','\xfa','\x9b','\xcf','\xe1','\xeb','\xe9','\x45','\x0b','\x87','\x08','\xb4','\xb7','\xe2','\xf7','\xf9','\x91','\x25','\x15','\xd5','\xe1','\x42','\x8b','\xe8','\x38','\x5d','\x6e','\x34','\x8f','\x8a','\xcf','\x03','\xc5','\xe3','\xca','\x18','\x35','\xaa','\x18','\x45','\x85','\x7e','\x43','\xc7','\x1f','\xd6','\x68','\x6f','\xeb','\xe4','\xf4','\x89','\x93','\xec','\xdb','\xb7','\x8f','\x7f','\x79','\xf6','\x25','\x34','\x4d','\x1f','\x34','\x06','\xd2','\xb2','\xaa','\xdb','\xf8','\xce','\xa3','\x7f','\xc9','\xee','\xf7','\xb6','\x32','\xae','\xa0','\x88','\xe9','\x13','\xc6','\xe1','\x94','\x0d','\x5c','\x39','\x0a','\x7d','\x3d','\x7d','\x44','\x14','\x9d','\x88','\x5b','\xa1','\x0f','\x8d','\xae','\xee','\x00','\xdd','\x1d','\x3d','\x04','\x43','\x1a','\x9a','\x2e','\x13','\xec','\x8d','\x10','\xea','\xef','\x03','\x22','\xe4','\xe6','\x65','\x31','\x65','\x7c','\x19','\x79','\xee','\x0c','\xb4','\x40','\x80','\xcc','\x6c','\x0f','\x4a','\x41','\x01','\x8d','\x8d','\xa7','\xa8','\x3f','\x78','\x80','\x23','\x2d','\x67','\xf8','\xfa','\xff','\xe7','\x25','\x1c','\x19','\x9a','\xf9','\x61','\x71','\x7e','\x2e','\xcb','\x3f','\xb1','\x84','\xcf','\xdc','\x76','\x03','\x63','\x32','\x33','\xc8','\x96','\x64','\xfc','\xa7','\xce','\xe2','\x08','\x6a','\xe4','\x15','\x15','\xa0','\xb8','\x5d','\x64','\x3a','\xdc','\xb8','\x8b','\xf2','\xe9','\x77','\x49','\x34','\xf6','\x76','\xf3','\xc3','\xe7','\x7f','\xc3','\xee','\x03','\x87','\x78','\x7f','\xdf','\x21','\x7a','\x83','\xa9','\xe3','\xd6','\x80','\x19','\x76','\x68','\xfc','\xe8','\x02','\xbc','\xdf','\xfb','\x17','\xdc','\x9a','\x4e','\x7e','\x56','\x16','\xf9','\x59','\x1e','\x1a','\xeb','\x1b','\x70','\x64','\x66','\x51','\x32','\x71','\x22','\x3d','\x67','\x9a','\x08','\xe7','\x3a','\x70','\x95','\x14','\xe1','\xef','\x0f','\xb3','\x7b','\xd7','\x1e','\x36','\xbf','\xf6','\x7b','\xf6','\x1d','\x39','\x4a','\x6f','\x28','\xcc','\xb6','\x93','\x89','\x42','\x9c','\x04','\x38','\x14','\x99','\xaf','\xdc','\xb3','\x84','\xef','\xfc','\xc5','\x43','\x44','\x7a','\xfa','\xe8','\xeb','\xed','\xa3','\x37','\xe0','\x43','\x8f','\xf4','\x93','\x59','\x50','\x88','\xcb','\xed','\x26','\x3f','\x3f','\x0f','\xc9','\x9d','\xc5','\x99','\xf6','\x0e','\xfc','\xba','\xcc','\xf7','\xd7','\xff','\x92','\xdf','\xbf','\xb3','\x95','\x53','\x2d','\xe7','\x52','\xb6','\x53','\x59','\xa6','\x8c','\xee','\x84','\xbf','\x7a','\x70','\x39','\x7f','\x5c','\x75','\x0f','\x4e','\x87','\x03','\x9f','\xdf','\x0f','\x9a','\x8e','\xbf','\xad','\x0d','\x2d','\x14','\x62','\xdc','\xc4','\xf1','\xb8','\x5c','\x2e','\x74','\x0c','\x94','\xcc','\x0c','\x1a','\x5b','\xdb','\x39','\x75','\xf6','\x2c','\xbb','\x3e','\xd8','\xcb','\xff','\xfb','\xd9','\xf3','\x69','\xdb','\x7f','\xcd','\xa3','\x5f','\xe5','\x2b','\x9f','\xb9','\x87','\x53','\x27','\x8e','\x93','\x97','\xe5','\x26','\x27','\xd3','\x4d','\x6e','\x56','\x16','\x9a','\xde','\x4f','\x57','\x47','\x27','\x8a','\xcb','\x89','\x3b','\x37','\x1f','\x59','\x76','\xd0','\xdb','\xe5','\xa7','\xa7','\x37','\x88','\xe2','\xca','\xc0','\xe5','\x72','\xd1','\xdf','\xd7','\x43','\x9f','\xbf','\x1b','\x4d','\x0b','\xe3','\x76','\xba','\x29','\x2a','\xc8','\x27','\x2b','\x2f','\x9b','\xde','\xfe','\x20','\x3e','\x7f','\x80','\x60','\x48','\xa7','\xa9','\xe5','\x2c','\x7b','\xf7','\xef','\xe3','\xfd','\x3d','\xf5','\xfc','\xec','\xad','\xdd','\x43','\x6a','\x77','\x81','\x40','\x20','\xb8','\x12','\xdc','\x76','\xc3','\x2c','\xfe','\xf0','\xce','\xbe','\xa4','\x74','\xa1','\x01','\x12','\x08','\x04','\x1f','\x0a','\x86','\x61','\x70','\xee','\xcc','\x69','\xa6','\x95','\x95','\x70','\xed','\xdc','\x72','\xfa','\x83','\xbd','\x48','\x40','\x66','\xce','\x58','\xc2','\x41','\x9d','\xee','\xc6','\x63','\x04','\xfa','\x7c','\x38','\x3d','\x99','\xb8','\x32','\xdd','\x68','\x84','\x31','\xc2','\x0a','\xb2','\x66','\xe0','\xc2','\x81','\x43','\x51','\x30','\xa5','\x20','\x88','\x84','\x23','\x04','\xb4','\x08','\x7d','\xb2','\x84','\x9a','\xef','\xa1','\xc4','\xe5','\xc4','\xd3','\xd5','\x4d','\x28','\x18','\xa4','\xa3','\xad','\x85','\x35','\x6b','\x9f','\x44','\xd3','\xb4','\xf3','\x96','\x29','\x15','\x47','\x9a','\x5a','\xf8','\xc7','\xc7','\x7f','\xc2','\xa2','\x39','\x33','\x19','\x95','\x95','\xcd','\x97','\xee','\xa9','\xc2','\xc8','\xd4','\x50','\xb4','\x80','\xa9','\xf1','\xe9','\x6c','\x27','\xa2','\x48','\x90','\xe9','\x24','\xcf','\x3d','\x0a','\x64','\x37','\x3d','\x5a','\x98','\x4c','\x87','\x4a','\xd0','\xdf','\xc9','\x81','\x5d','\x7b','\xf8','\xb7','\xf5','\xcf','\xb0','\xf3','\xf0','\x91','\xe8','\x82','\x34','\x62','\x18','\xac','\xfc','\xf9','\x33','\xdc','\x7f','\xc7','\x34','\x0e','\x9e','\x08','\x70','\xcb','\xa2','\x79','\x8c','\x29','\x2c','\x60','\x74','\x51','\x01','\xf7','\x56','\xdd','\x4e','\x81','\x63','\x2e','\xa3','\x0d','\x83','\x50','\x28','\x44','\x38','\xa8','\xa1','\xca','\x2a','\xee','\x0c','\x0f','\x38','\x22','\xf4','\x85','\x3a','\x30','\x9c','\x0e','\x9a','\xba','\xba','\xd8','\xb3','\x63','\x17','\xef','\xef','\xdc','\xc9','\xa9','\xe6','\x16','\xba','\x02','\xbd','\x74','\x76','\xfb','\xe8','\xf4','\x07','\x88','\x68','\x43','\xd8','\x6d','\xcf','\x72','\xa3','\x4e','\x18','\xc5','\x82','\xc2','\x3b','\xc9','\x50','\x64','\x82','\x7e','\x1f','\x0d','\x47','\x0e','\x71','\x6a','\xcf','\x31','\x34','\x2d','\x42','\xe1','\x98','\x51','\x84','\x14','\x0d','\x29','\x23','\x83','\x09','\x53','\xa7','\x51','\x3c','\xae','\x90','\xae','\x96','\x36','\xf2','\x0a','\x4b','\x29','\xcc','\x1d','\x43','\xb0','\xbb','\x1d','\x14','\x0d','\x23','\x1c','\x46','\x0e','\xeb','\xf4','\x85','\x35','\x5a','\x02','\xdd','\x9c','\x3b','\xd1','\x40','\xfd','\xb1','\xa3','\xbc','\xb7','\x7b','\x17','\xcd','\xdd','\x1d','\x9c','\xf6','\x85','\x07','\x15','\x7e','\xe2','\xdd','\x79','\x03','\x9c','\xed','\xec','\xe6','\xe9','\xdf','\xbc','\xc2','\xce','\x23','\x87','\xf8','\xc1','\xdf','\xff','\x25','\x99','\x9e','\x5c','\x32','\x73','\xdc','\x64','\x84','\x21','\x33','\xbf','\x00','\x43','\x82','\xbe','\x40','\x1f','\x67','\xba','\xce','\x72','\xe0','\xe4','\x51','\x3e','\x38','\x75','\x8c','\x9f','\xfc','\xea','\x37','\x84','\xc2','\xe7','\x6f','\x5f','\xc3','\x80','\x93','\x67','\x3b','\xf8','\xf9','\xef','\x7f','\xc3','\xa2','\xd9','\x73','\x28','\xce','\x2b','\x64','\xaa','\x27','\x93','\xdc','\x39','\xd3','\x88','\x68','\x3a','\x6d','\x5a','\x1f','\x21','\x8f','\x83','\xd3','\x7a','\x27','\x7f','\xf8','\xf5','\x2b','\xbc','\xf3','\x4e','\x1d','\x3e','\xbf','\x8f','\xb0','\x1e','\xa6','\xa3','\xdf','\xa0','\x3f','\x98','\xfc','\x1e','\x06','\x10','\xd2','\x74','\x1e','\x7f','\xf9','\x35','\x96','\x56','\xdf','\xc9','\xb8','\xb2','\x32','\x74','\x4f','\x16','\x4e','\x29','\x93','\xfe','\xde','\x00','\x4a','\x71','\x29','\xad','\x67','\x9b','\xd8','\xdb','\xb0','\x1b','\x0d','\x95','\x9d','\xfb','\xea','\xf9','\x60','\xff','\x41','\x7e','\xf9','\xfa','\xee','\x41','\xcb','\x1a','\xca','\x31','\xd0','\x9d','\x06','\xbf','\x7a','\xe3','\x55','\xba','\xbb','\x3b','\x58','\x30','\x6f','\x2e','\xc5','\xa3','\x8b','\x29','\x19','\x53','\xc6','\x98','\x09','\x63','\x08','\xf5','\xf6','\xd2','\xa3','\x87','\x68','\xeb','\xf3','\xd1','\xd5','\xd1','\xc5','\x9e','\x83','\x87','\xf9','\xdd','\x1f','\xde','\xe0','\xcc','\xb9','\xb3','\x90','\xe1','\x1a','\x54','\xf8','\x6d','\xec','\xe8','\xe0','\x4c','\x4f','\x27','\x19','\x65','\xa3','\x88','\x84','\x43','\xec','\x3f','\x75','\x94','\x4e','\x5f','\x2b','\x2d','\x4d','\xa7','\x39','\x7a','\xf8','\x18','\xe1','\x48','\x88','\x92','\x31','\x63','\xa9','\x98','\x3e','\x9b','\xbc','\xbc','\x42','\x9c','\xce','\x0c','\x32','\x33','\x32','\x51','\xfa','\x54','\x72','\x0a','\xb2','\x70','\x65','\xb8','\xe9','\xea','\xe8','\x05','\x55','\xe6','\x6c','\xa0','\x83','\xd3','\x47','\xf7','\xb0','\xaf','\xa1','\x9e','\x63','\x27','\x4f','\xd1','\xde','\xd5','\x8d','\x3f','\xd0','\x47','\x87','\xbf','\x8f','\x77','\x0f','\xfa','\xce','\xdb','\x26','\x02','\x81','\x40','\x70','\x25','\x49','\x17','\x5c','\x5c','\x68','\x80','\x04','\x02','\xc1','\x87','\x86','\x2c','\x49','\xe4','\x64','\x38','\xc9','\xc9','\x70','\xe0','\xeb','\x0d','\x22','\x4b','\x12','\x6e','\x55','\xa5','\x2f','\xa4','\x21','\x2b','\x32','\x21','\x4d','\x43','\x37','\x0c','\x0c','\xc3','\xc0','\xc0','\xe0','\x73','\x77','\x4e','\x83','\x50','\x84','\x2c','\x4d','\xc6','\xa9','\x83','\x2e','\x03','\xba','\x84','\xa6','\xa8','\x3c','\xf5','\x76','\x03','\x11','\x5d','\x47','\xd3','\x0c','\x90','\xc0','\xa1','\x2a','\x48','\xc0','\xf2','\x5b','\x67','\xf2','\xf3','\xd7','\xf6','\xa6','\x1d','\xe4','\x86','\x8b','\x2a','\x4b','\xb8','\x54','\x19','\x5d','\x37','\xd0','\x0d','\x03','\x55','\x96','\x08','\xe9','\x06','\x61','\xcd','\x40','\x96','\xcc','\x31','\x52','\xd7','\xcd','\x32','\x48','\xd6','\xf2','\xde','\x30','\x06','\x0b','\x5f','\x1a','\x57','\x1f','\xb2','\x84','\x22','\x4b','\x78','\xb2','\xdc','\x8c','\x1b','\x5d','\x80','\x2c','\xcb','\x48','\x86','\x84','\x53','\x55','\x89','\x84','\x22','\xf4','\x87','\xfa','\xe9','\x8f','\xf4','\x73','\xa6','\xbd','\x87','\xfe','\xb0','\x86','\xf5','\x98','\x21','\xe7','\x1f','\x4f','\x41','\x41','\x2e','\x93','\x27','\x95','\xe1','\x92','\x24','\x8e','\x9f','\x6c','\x04','\x5d','\xa3','\xbd','\x3b','\x40','\x30','\xa2','\x23','\x4b','\x20','\xcb','\x66','\xbe','\xe6','\x03','\x24','\x54','\x55','\x26','\xd3','\xa5','\xa2','\xeb','\x06','\x0e','\x59','\xa6','\x24','\x3f','\x1b','\xcd','\xd0','\x38','\xd3','\xde','\x63','\xc6','\x00','\x92','\x24','\xba','\xfb','\xc2','\x66','\x3d','\x4b','\xa0','\x0d','\x41','\xe1','\x23','\x4b','\x12','\x18','\x90','\x4e','\x57','\x25','\x01','\x48','\x12','\xf9','\x59','\x2e','\xc6','\x64','\x65','\x90','\xe3','\x76','\xd2','\xd1','\xd3','\x4b','\x47','\x20','\x48','\x6f','\x24','\x42','\x48','\x33','\xd0','\xad','\xfa','\xbd','\x50','\x14','\x59','\x22','\x3f','\xd3','\x49','\x38','\xa2','\xd3','\x1f','\xd6','\x30','\x80','\xb0','\xae','\x5f','\x74','\x9e','\x19','\x4e','\xf3','\x60','\x6d','\x6f','\x50','\x43','\x96','\x41','\x91','\x20','\xa4','\x99','\x0d','\x75','\x21','\x59','\x4b','\x92','\x19','\x2b','\xc9','\xa1','\x48','\xb8','\x1c','\x0a','\x86','\x6e','\xd0','\x17','\xd2','\xa2','\x75','\xa7','\xeb','\xb1','\x7a','\x38','\x5f','\xfe','\x2e','\xa7','\x8a','\x22','\xcb','\xf4','\x05','\x43','\x14','\x78','\x32','\xe8','\xee','\xe9','\x47','\xd3','\x4c','\xaf','\x7e','\xf6','\x0c','\x2f','\x4b','\xe6','\x1f','\x30','\xfb','\xb1','\x22','\x9b','\xc1','\x50','\x15','\x45','\x42','\x55','\xcc','\x3e','\x2e','\xcb','\x10','\xd6','\x20','\x18','\x8e','\x35','\xb6','\xb0','\x74','\x13','\x08','\x04','\x57','\x13','\xb7','\x2c','\xae','\xe0','\x8d','\xf7','\x0e','\x24','\xa5','\x0b','\x01','\x48','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x7c','\xe4','\xb8','\xf5','\xfa','\x99','\xbc','\xfe','\xee','\xfe','\xa4','\xf4','\x34','\x47','\x83','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\xe0','\x6a','\x26','\xb5','\xda','\x5a','\x08','\x40','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\xe0','\xa3','\x87','\x91','\xda','\xb2','\x4d','\x08','\x40','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\xe0','\x23','\x87','\xac','\xa4','\x0e','\x84','\x2a','\x04','\x20','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\xf0','\x91','\x23','\x92','\xc6','\x83','\xa8','\x10','\x80','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\xc1','\x47','\x8e','\x48','\xb8','\x3f','\x65','\xba','\x88','\x03','\x24','\x10','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x46','\x1c','\x76','\x2c','\x39','\x3b','\x6c','\xc2','\x50','\xef','\xb1','\xff','\xe2','\x72','\xbb','\x52','\x5e','\x23','\x04','\x20','\x81','\xe0','\x2a','\x23','\x7e','\x30','\x30','\xa2','\x69','\x43','\x74','\x5f','\x3f','\x42','\xbd','\xdc','\x4b','\x29','\xfe','\x76','\x11','\x99','\x30','\xb0','\x76','\x2e','\x32','\xe7','\x94','\x18','\xd6','\x7f','\xa4','\x4b','\x9a','\x79','\xac','\x75','\x25','\xc9','\x2c','\xbf','\x61','\x98','\x63','\xbe','\x24','\x49','\x66','\x3c','\x20','\xc3','\x40','\x02','\x24','\xd9','\x8a','\xb1','\x63','\x18','\x48','\x92','\x14','\xbd','\x06','\xeb','\x1a','\x23','\x85','\xe7','\x1b','\x09','\xc9','\x4a','\x35','\xa2','\x9d','\x28','\x1a','\xfa','\x60','\x40','\x8c','\x99','\x84','\x3e','\x65','\xff','\x75','\x40','\x96','\xf1','\x71','\x65','\xac','\x47','\x63','\xe8','\x86','\xf9','\x8b','\x24','\x99','\x71','\x80','\xac','\x2b','\x0c','\xac','\x78','\x4f','\x86','\x81','\x24','\xc9','\xe6','\x6f','\xd2','\x80','\x4c','\x06','\xfc','\xdd','\x8e','\xd2','\x60','\xbf','\x9f','\x59','\x2f','\xf1','\x95','\x9d','\x18','\x23','\x28','\x7a','\x3d','\x52','\x34','\x1f','\xf3','\x9d','\x8d','\xe8','\x7d','\xa9','\x26','\x51','\xc3','\x30','\xac','\x7a','\x8c','\xbf','\x57','\x8a','\xe5','\x99','\x50','\x9f','\x52','\xb4','\x4c','\xb1','\xfc','\xe2','\x2a','\xc9','\x20','\xfa','\xbc','\x84','\x20','\xb0','\x71','\x1f','\xad','\x59','\x2d','\x89','\xf9','\xc4','\xe2','\x07','\xa5','\x0b','\xf6','\x63','\x25','\xc4','\x97','\xdd','\xea','\x1c','\x76','\x99','\x8d','\xb8','\x80','\x51','\x92','\x24','\x99','\x71','\xa6','\xa4','\xd8','\x6f','\x46','\xb4','\x4e','\x8d','\x58','\x39','\xe3','\xae','\x97','\xec','\xf2','\x01','\x86','\x55','\xfe','\xb8','\x95','\x87','\x55','\xee','\xb8','\x46','\x8a','\xc6','\xf0','\x8a','\xd5','\x75','\x7c','\x5f','\x8d','\x36','\xaf','\x14','\xfb','\x0d','\x24','\x90','\xad','\xbe','\x62','\x80','\x61','\x24','\xc6','\x64','\x92','\x65','\x19','\x59','\x56','\xe2','\xea','\x3c','\x56','\xee','\xf8','\xa8','\x1d','\x86','\x61','\x20','\x4b','\x0a','\xaa','\xe2','\x40','\x42','\x46','\x37','\x34','\xab','\x3c','\xb1','\xf7','\x21','\xee','\xd9','\x48','\x12','\x92','\x2c','\x45','\xfb','\xb5','\x61','\x18','\xe8','\xba','\x8e','\xae','\xeb','\x66','\x41','\x64','\xeb','\x5a','\xc3','\xee','\xaf','\x71','\x75','\x22','\x49','\xc8','\x71','\x31','\xbf','\x06','\xb6','\x8a','\xf5','\x29','\x46','\xeb','\x48','\x96','\xe4','\x84','\xef','\x41','\x37','\xf4','\x58','\x9b','\x48','\xb2','\x99','\x4f','\x7c','\xdb','\x27','\x76','\x00','\xab','\x59','\x63','\xdf','\x8e','\x7d','\x59','\x2c','\x2d','\x16','\x1b','\x4a','\xd7','\x34','\x64','\x59','\x46','\x51','\x14','\x40','\xb2','\xea','\x48','\x47','\x92','\x64','\x14','\x55','\x45','\x96','\x65','\x34','\x2d','\x82','\xae','\x99','\x69','\x76','\x9d','\x47','\xf3','\x30','\x24','\x64','\x40','\x51','\xe4','\xb8','\x3e','\x09','\xa6','\x81','\x50','\xac','\x9f','\x18','\x06','\x28','\x8a','\x8a','\xa4','\xca','\x66','\xbd','\x69','\x3a','\x86','\xa1','\x9b','\x71','\xba','\xa2','\x61','\xa2','\x0c','\xf3','\xdd','\xed','\x18','\x63','\x56','\xdf','\x90','\xa3','\x0d','\x61','\x8e','\x09','\x66','\x8c','\x35','\x2d','\x3a','\xfe','\x48','\xc8','\x66','\xbb','\x4b','\x32','\x92','\x2c','\xa3','\xaa','\x66','\x39','\xc3','\x91','\xb0','\x55','\x89','\xf6','\xc8','\x25','\x61','\xd8','\xc3','\x86','\xa1','\x23','\x01','\xaa','\xd3','\x81','\x22','\x4b','\xd1','\x6f','\xd8','\x1c','\x1f','\x25','\xab','\x4e','\x24','\x0c','\x24','\xf3','\xfd','\xed','\x38','\x5a','\x56','\xfd','\xe8','\x10','\x57','\xdf','\x06','\xba','\x11','\x01','\x0c','\x24','\xcb','\x30','\x2a','\x3a','\x4e','\x48','\x20','\x23','\x83','\x64','\xf5','\x17','\xc3','\x40','\x91','\x15','\x54','\x55','\x41','\x96','\xcd','\xab','\x23','\x9a','\x59','\x1f','\x9a','\xae','\x21','\xa3','\xe0','\x50','\x54','\xeb','\x1b','\x30','\xcb','\x6c','\x3e','\xdb','\xba','\xc6','\xd0','\x71','\xa8','\x2a','\x0e','\xa7','\x03','\x90','\xd1','\x22','\x11','\x34','\x2d','\x12','\xeb','\xff','\x92','\x8c','\x24','\x4b','\xe8','\x98','\x75','\x24','\x29','\x12','\xb2','\x22','\x23','\x4b','\x4a','\xf4','\xd3','\x8b','\xc5','\x86','\x33','\x62','\xdf','\x14','\xe6','\xb7','\x63','\xff','\xcb','\x30','\x0c','\x0c','\xdd','\x8c','\x22','\x26','\xab','\x0e','\x24','\x14','\x0c','\x4d','\x33','\xdf','\x23','\xda','\x66','\x76','\x67','\x36','\xd0','\xad','\x36','\x94','\x65','\x62','\x75','\x60','\x75','\x01','\x5d','\x07','\x43','\x32','\x50','\x24','\x19','\x07','\x0a','\x86','\x6e','\xbe','\xab','\x41','\xac','\x8d','\xa3','\xdf','\xbd','\xd9','\x31','\x63','\xe3','\x82','\x64','\x0e','\x19','\x92','\x6c','\x8f','\xf9','\x32','\x92','\x6c','\x20','\xc9','\x61','\x33','\x1f','\xcd','\x1e','\x5f','\x25','\x14','\x59','\x46','\x56','\x15','\x54','\x45','\x06','\x24','\x02','\x81','\x80','\xd5','\x2f','\x24','\x64','\x45','\x42','\x96','\x14','\x14','\x45','\x41','\x92','\x65','\x14','\x59','\xc6','\x90','\x21','\xd4','\xab','\x63','\x18','\x12','\xb2','\xa4','\x23','\xc9','\x1a','\xb2','\x0a','\xaa','\x22','\x21','\xab','\x66','\xbc','\x36','\xa7','\x53','\xc2','\xfd','\xd1','\x17','\x80','\x12','\xa6','\x9a','\xd4','\x93','\xf7','\xb0','\xf3','\xbb','\x88','\xdb','\x2d','\x14','\x59','\x49','\x98','\xd3','\x63','\x39','\x0e','\x18','\x45','\xed','\xd1','\x52','\x4a','\xbc','\x42','\x8a','\xfb','\x3d','\x69','\x0d','\x12','\x1b','\xe9','\xcf','\x5f','\xce','\x01','\x8b','\x9c','\x94','\x42','\x74','\xc2','\x35','\xf1','\x93','\x7d','\xdc','\xdf','\xe3','\x16','\x24','\xb2','\xac','\xc4','\xdd','\x16','\x9b','\x1c','\x46','\x17','\x17','\x92','\x9d','\xe5','\xe2','\xf4','\xe9','\x46','\x42','\xa1','\x90','\x75','\x9d','\x14','\xfd','\x38','\xcc','\x05','\x92','\x84','\x24','\xc5','\x0d','\x34','\xd1','\x57','\xb2','\x06','\x39','\x6b','\x20','\xb5','\xff','\x9e','\x70','\x55','\xfc','\x82','\x07','\x73','\xb0','\xb3','\x27','\xf5','\xf8','\xc9','\xcf','\x9e','\xbc','\xa2','\x69','\x56','\x61','\xe3','\xd3','\x8c','\xb8','\x01','\x53','\xb2','\x07','\x0f','\x6b','\x02','\x8b','\x9f','\xd4','\xed','\x32','\x44','\x27','\xc1','\x54','\xfd','\x4d','\xb2','\x27','\x56','\x3d','\x9a','\xa7','\xfd','\x3c','\x73','\x02','\x25','\xda','\xce','\xc6','\xc0','\x05','\x68','\xdc','\x9a','\x27','\xb6','\xe0','\x22','\xee','\x1a','\xe2','\xda','\x2e','\x79','\xf1','\x16','\x4b','\x8f','\xdd','\x30','\xe0','\x2a','\x73','\x00','\x92','\x65','\x14','\xab','\xde','\x0d','\x6b','\xf1','\x6c','\x18','\x9a','\x75','\xbf','\x3c','\xa0','\xd7','\x5b','\x2b','\x98','\x68','\x85','\xd9','\xef','\x23','\x25','\xb4','\x41','\xec','\x16','\x6b','\x01','\x29','\x99','\xfd','\xc2','\x1c','\x7c','\xad','\xfb','\xac','\x97','\xb1','\x8b','\xae','\xeb','\x06','\x18','\xba','\xb9','\x88','\xb7','\xbe','\x56','\x49','\x92','\x21','\xba','\x40','\x31','\x90','\x64','\xbb','\xbe','\x13','\xd1','\xad','\x77','\x96','\x74','\xd0','\xec','\x05','\x0c','\xd6','\xe4','\x2c','\xc9','\x20','\x83','\x6c','\xf5','\x37','\xb3','\x5d','\xa5','\x68','\x79','\x34','\xeb','\xb9','\x60','\x4e','\x16','\x92','\xac','\x98','\x83','\xae','\xac','\xa0','\x69','\x66','\x49','\x74','\x43','\xb7','\x26','\x7c','\x1d','\xc3','\x0a','\x1e','\xa9','\xeb','\x3a','\x92','\x24','\x99','\x8b','\x0c','\x6b','\x61','\xa6','\x69','\xf6','\x22','\xc2','\x9c','\xd4','\x25','\x39','\xb6','\xe8','\x49','\x19','\x65','\xd3','\xae','\x0a','\x03','\x74','\x3d','\x12','\x9d','\x70','\xc0','\x5e','\x98','\x99','\x81','\x43','\xed','\x6f','\xc0','\x9d','\xe1','\xc0','\x21','\x4b','\xf4','\xf6','\xf5','\xa1','\xeb','\x3a','\x0e','\xa7','\x13','\xdd','\x30','\x08','\x07','\x23','\x18','\x86','\x86','\xd3','\xe9','\x00','\x43','\x26','\x18','\x0a','\x9a','\x93','\xab','\x61','\x7e','\x2d','\xb2','\xac','\xa2','\x2a','\x0a','\x8a','\xaa','\x44','\x17','\x7c','\xf6','\x3b','\x18','\xba','\x16','\x15','\x98','\x64','\x59','\x02','\x6b','\x62','\xb7','\x6a','\xdc','\x2a','\xa4','\x1e','\x9b','\xf4','\xed','\x12','\x5a','\x0b','\x5a','\x4d','\x33','\xac','\x85','\xad','\x01','\x86','\xb9','\x18','\x89','\x4e','\x70','\xd6','\xcc','\x2c','\x2b','\xe6','\x82','\x46','\xd3','\x34','\x34','\x4d','\x47','\x92','\xac','\x05','\xae','\x24','\xa1','\xaa','\xaa','\xf9','\x6d','\xd9','\xdf','\x00','\x06','\x92','\x21','\xa1','\x45','\xfb','\x8a','\xd9','\x2e','\xba','\x01','\x91','\x70','\x18','\x3d','\x12','\x41','\x52','\x24','\x14','\x45','\x45','\x51','\xcc','\x76','\x92','\xad','\xe7','\x44','\x17','\x93','\x92','\xf9','\x6e','\x9a','\xae','\x63','\xc4','\x2a','\x35','\xba','\x28','\x34','\x80','\x70','\x28','\x84','\x24','\x4b','\xa8','\xb2','\xb9','\x30','\x91','\x64','\x7b','\x7c','\x30','\x1b','\x4c','\x37','\x0c','\x82','\x91','\xb0','\xf9','\x2c','\x59','\x35','\xeb','\x46','\x92','\x90','\x0c','\x03','\x4d','\xd7','\xd1','\x34','\x0d','\x5d','\xd3','\xac','\x20','\xb0','\x52','\xb4','\xcd','\xe4','\x68','\x5e','\x72','\xac','\x6f','\x1b','\x3a','\x18','\x11','\xab','\x5f','\xc7','\x16','\xd3','\xe6','\x37','\x6f','\xc4','\x16','\x7d','\xb2','\x82','\x1c','\xcd','\xcf','\xea','\x1b','\xba','\xf5','\xdd','\x18','\x3a','\x86','\x2e','\x81','\x64','\xbf','\x4f','\xec','\x1b','\x8a','\x9f','\x08','\x0c','\xab','\xbf','\xd8','\x23','\xa9','\x6e','\xf5','\x4d','\x09','\x50','\x55','\x15','\x87','\x43','\x45','\x92','\x65','\x73','\x31','\xa5','\xc7','\x2f','\xf8','\xb1','\x04','\x1f','\xc3','\x5a','\x9c','\x48','\xa0','\x5b','\x42','\x9b','\xd5','\x75','\xe5','\x04','\x01','\xd6','\x00','\x49','\xb6','\x16','\x58','\x12','\x3a','\xf6','\x02','\xd8','\x12','\x1c','\xe3','\xba','\xbc','\x62','\x2d','\x0c','\xed','\x05','\xa7','\x3d','\x9e','\x49','\x52','\xdc','\xd8','\xef','\x90','\x41','\x1e','\x38','\xde','\xc4','\x8d','\x39','\x66','\xa7','\xb3','\x7a','\xae','\x81','\xae','\x81','\xae','\xe9','\xe8','\x86','\x6e','\x3d','\xcf','\x1c','\xb7','\x15','\xd5','\x89','\x5b','\xcd','\x02','\x43','\x22','\x1c','\x09','\xa1','\xeb','\x66','\x9f','\x33','\x17','\xc7','\x56','\x7f','\x94','\x15','\x54','\x87','\x62','\x2e','\x9e','\x24','\x19','\x49','\xb1','\xbf','\x07','\x03','\x2d','\x12','\x21','\xa2','\x45','\xd0','\xf5','\x08','\xa6','\xd0','\x10','\x9b','\x53','\xac','\x2f','\xd3','\xec','\xcf','\xd1','\x31','\x33','\x36','\x3f','\xc5','\xc4','\x93','\xf8','\x19','\x52','\x42','\x51','\x40','\x51','\xe5','\xe8','\x6b','\xe9','\x3a','\xe8','\x11','\x0d','\x43','\xb2','\x02','\x21','\x2b','\x8a','\x35','\x7e','\x68','\x48','\xc8','\x56','\x9d','\x98','\xb9','\x18','\xd6','\xb7','\x69','\x58','\x0b','\x71','\x29','\x2a','\x95','\xc5','\xd5','\x92','\xd5','\x5f','\x6c','\x41','\x22','\xa2','\x69','\x18','\x98','\x6d','\x2a','\x4b','\xe6','\xc2','\x5c','\x51','\xcd','\xf7','\x35','\xb0','\x84','\x2f','\xdd','\x9c','\x97','\x34','\xeb','\x3b','\x41','\xd7','\x2d','\xa1','\xcc','\xec','\x57','\x92','\x04','\xb2','\x12','\xfb','\xde','\x65','\x29','\xfe','\x9d','\xcd','\x3a','\xd7','\x75','\xdd','\x1c','\x63','\x15','\xd9','\x1c','\x23','\x2d','\xc1','\xce','\x6c','\x7b','\xab','\xae','\x25','\xe2','\xc6','\x5b','\xbb','\xbe','\xec','\xb9','\x4e','\xb6','\xe6','\x07','\xd9','\x7a','\x1f','\x6b','\xde','\x32','\x24','\x0c','\xc9','\xb0','\x84','\x75','\xb3','\xbd','\x14','\x45','\xc6','\x30','\x0c','\x22','\x61','\x2d','\xba','\x6e','\xb0','\x67','\x0a','\xf3','\x51','\x86','\x55','\x6e','\x03','\xd9','\x61','\x00','\x1a','\x9a','\x16','\x41','\xd3','\xe2','\x04','\x02','\x49','\xc2','\xe1','\x50','\x00','\x99','\x48','\x44','\x46','\xd7','\x35','\xec','\xe2','\x60','\xbd','\x93','\x8d','\x81','\x1e','\x7d','\x6e','\xc2','\xba','\xc4','\xfa','\x8f','\x2c','\x5b','\xe5','\x89','\x44','\x88','\x68','\x1a','\xaa','\xaa','\xa0','\xaa','\xaa','\x39','\x97','\x1a','\xa0','\x19','\x86','\xf5','\xfc','\x08','\x0a','\x2a','\x0e','\x49','\x8d','\xb5','\x99','\x0c','\x86','\x6e','\x8f','\xeb','\xe6','\x9c','\x25','\x2b','\x56','\x3f','\xd0','\x0d','\x74','\xd5','\x20','\x12','\x21','\x5a','\x1e','\x49','\x96','\x50','\x25','\x05','\x5d','\xd2','\x09','\x5b','\x91','\xb0','\x65','\x59','\x42','\x96','\xad','\xbe','\x67','\xbd','\x83','\x64','\x8f','\x17','\x80','\x2c','\xd9','\xdf','\x8d','\x39','\x97','\xeb','\xf6','\xfc','\x65','\xe8','\xd6','\xeb','\x6a','\xd6','\x46','\x88','\xbd','\xa9','\x60','\xd6','\xb9','\x61','\xe8','\xd1','\x75','\x83','\x21','\xe9','\x80','\x6c','\x6e','\x7c','\x48','\xc4','\xf5','\x3d','\x03','\x49','\xb2','\x84','\x4a','\xab','\x15','\x0c','\xd9','\x9a','\x27','\x74','\x73','\xae','\xb0','\xeb','\x4a','\xb7','\xda','\x48','\x52','\xec','\xd7','\x37','\xd0','\x0d','\x73','\x4c','\x91','\x14','\x09','\x64','\x05','\x59','\xd2','\x01','\x9d','\x88','\xd6','\x6b','\xf6','\x59','\x55','\x41','\x91','\x15','\xab','\xed','\x0d','\x90','\x22','\xd6','\x7b','\x1a','\x38','\x5c','\x66','\x19','\x65','\xc9','\xb0','\xc6','\x59','\x1d','\x14','\x1d','\x24','\x09','\x43','\xb2','\xbe','\x1d','\x45','\x33','\xf3','\x97','\xf4','\xd8','\x7a','\xc5','\x1a','\xdf','\xcd','\xee','\xad','\x46','\x03','\x3e','\x0f','\x24','\x49','\x00','\xba','\x54','\xd1','\xd4','\x05','\x57','\x37','\xba','\x35','\xe9','\x6b','\x5a','\xe2','\xe1','\x31','\x7b','\x47','\x31','\xba','\x78','\x20','\x71','\x41','\x9e','\x2a','\xed','\x72','\x12','\x2f','\x0c','\x0c','\xec','\xcb','\x22','\xed','\x63','\x91','\x16','\x5b','\x4d','\x80','\x61','\xa5','\x29','\x43','\xbc','\x57','\xa4','\x89','\x34','\x91','\x26','\xd2','\x44','\x9a','\x48','\x13','\x69','\x1f','\x91','\x34','\x49','\x4a','\xbf','\x16','\x4d','\x29','\x00','\xe9','\xf6','\x0e','\x94','\x01','\x03','\xef','\xb5','\xd3','\xe2','\x7f','\xfb','\x30','\xd2','\xc0','\x20','\x12','\xd1','\x08','\x87','\x43','\x84','\xc3','\x61','\x6b','\x27','\x11','\x4c','\x15','\xae','\x9e','\x70','\xaf','\x64','\xeb','\xe9','\x88','\x17','\xe0','\xa4','\xb8','\x34','\xac','\xdd','\x4e','\x09','\x5b','\xe2','\xd5','\x75','\x7b','\xb7','\x3a','\x56','\x51','\xb1','\x32','\xa4','\xbe','\xd7','\x4e','\xd3','\x75','\x03','\x59','\x96','\x12','\xca','\x6c','\xe7','\x37','\xf0','\xde','\xf8','\x34','\xfb','\xb9','\xe6','\xee','\x86','\xb9','\xb3','\x22','\xcb','\x72','\xf4','\xde','\x58','\x5d','\x18','\x69','\xcb','\x92','\xae','\x7c','\x76','\x9d','\xc5','\xbf','\xbb','\x24','\xc9','\x64','\x67','\x67','\x47','\xd5','\xa2','\x83','\xa1','\xc4','\xb9','\x09','\xd4','\x75','\x9d','\x50','\x28','\x44','\x30','\x18','\x24','\x1c','\x0e','\x47','\x77','\xbf','\xed','\x3f','\x76','\x7e','\x8a','\xa2','\x44','\xd3','\xc0','\x36','\x5d','\x90','\x93','\xae','\x1b','\xac','\x03','\x9a','\x18','\x71','\xef','\x34','\xf8','\xb5','\x86','\x61','\x0c','\xc8','\x2f','\x76','\x8f','\x61','\x18','\x74','\x75','\x75','\x5a','\xed','\x29','\xd1','\xdf','\xdf','\x4f','\x6f','\x6f','\x6f','\xb4','\x8d','\x22','\x11','\x0d','\xd9','\xda','\xad','\xb5','\xfb','\x90','\xdd','\x96','\xb2','\xac','\x44','\xd3','\x34','\x4d','\x4f','\x48','\x93','\x24','\x89','\x48','\x44','\x43','\xb2','\x76','\xa7','\xec','\x9d','\x3a','\xfb','\x5e','\x7b','\xf7','\xd7','\xdc','\x5d','\x35','\xa2','\xd7','\xd9','\x9a','\x20','\xbb','\x6e','\xec','\x72','\xdb','\xd7','\xd9','\xfd','\x2a','\x55','\x9b','\x9b','\x3b','\xa8','\x7a','\x42','\x1f','\x1f','\xd8','\xef','\x65','\x59','\x41','\xb7','\x76','\x76','\x34','\x4d','\x8f','\xf6','\xab','\xf8','\x3e','\x09','\x46','\xc2','\xbb','\xc5','\x3f','\x57','\x96','\x25','\x34','\xcd','\xdc','\x15','\x53','\x2c','\x95','\x33','\x18','\x09','\xcf','\x55','\x14','\x35','\xfa','\x1e','\xf6','\xbd','\x8a','\xa2','\xa2','\xeb','\x5a','\xf4','\x3a','\x30','\x08','\x87','\x23','\x28','\x8a','\xb9','\xeb','\x6f','\xf6','\x73','\xd3','\xdc','\x22','\xfe','\x19','\xf6','\xfb','\x9b','\xe5','\x8d','\xd0','\xdb','\xdb','\x17','\xdd','\xb1','\x35','\x7f','\xb3','\xb5','\x2a','\x66','\x7d','\x84','\x42','\xe6','\x8e','\xae','\x22','\x2b','\xa8','\x0e','\x87','\x35','\x0e','\x68','\x56','\x5d','\x19','\x09','\x7d','\x32','\x12','\x89','\x10','\x0c','\x06','\x8d','\xce','\xce','\x4e','\x4d','\xd7','\x75','\x4d','\x55','\x55','\x8a','\x8a','\x8a','\x94','\x51','\xa3','\x46','\x29','\x4e','\xa7','\x33','\x7a','\x9d','\xa6','\x45','\x90','\x25','\x99','\x50','\x38','\x44','\x28','\x14','\x42','\x32','\x40','\xd3','\x35','\xab','\xdd','\x35','\x54','\x87','\x03','\x59','\x92','\xd0','\x22','\x1a','\xc8','\x52','\xd4','\xbc','\xc4','\xae','\x43','\xfb','\x5d','\x54','\x55','\x8d','\xe6','\x67','\xbf','\x93','\x24','\x99','\x1a','\x09','\x4d','\x8f','\x95','\xd1','\xfe','\x46','\x0c','\x03','\xab','\xce','\x0c','\xeb','\x5e','\xf3','\x1d','\xed','\xfa','\xb2','\xbf','\x17','\x5d','\x4f','\xec','\x33','\xf6','\x67','\x6d','\xef','\x5e','\xaa','\x0e','\x15','\x19','\xab','\x4e','\xad','\xef','\x5d','\x51','\xd5','\x84','\xf7','\xb0','\xeb','\xc6','\xee','\x1f','\xf1','\x65','\x01','\x29','\xda','\x67','\xec','\xb1','\x2f','\x61','\xa7','\x57','\xd7','\xad','\x32','\xcb','\x96','\x66','\xcd','\x1c','\x87','\x1d','\x0e','\x07','\x8a','\x6c','\xee','\xfc','\xda','\x6d','\x20','\x2b','\x8a','\xb9','\x23','\x1b','\x1d','\x53','\xf5','\x68','\x99','\x65','\xab','\x4d','\xec','\x31','\xc0','\xae','\x97','\xf8','\x7e','\xa1','\x2a','\x2a','\x11','\x2d','\x82','\x24','\x9b','\x66','\x20','\x8a','\xaa','\x62','\x6b','\x47','\x75','\xab','\x5e','\xcc','\x7a','\x50','\xa2','\xe5','\x8b','\xbe','\x87','\x61','\x7e','\x47','\x58','\xf5','\x68','\x6b','\x26','\xec','\x36','\x89','\xef','\xd3','\x66','\x7d','\xc6','\x26','\x48','\xb3','\x2d','\x8d','\x84','\xb6','\xb3','\x4d','\xae','\xf4','\xf8','\x67','\x58','\xfa','\x07','\xc9','\xfa','\x26','\xa2','\xda','\x0f','\xab','\x9e','\x75','\x5d','\xb7','\xda','\x52','\xb6','\xbe','\x0f','\xcd','\x4a','\x73','\x98','\xf5','\x61','\xc4','\x34','\x52','\xd1','\xb6','\xb4','\x76','\xcd','\x75','\xdd','\xc0','\xe1','\x30','\xb5','\x61','\x11','\x2d','\x92','\x30','\x59','\xdb','\x56','\x03','\x76','\x7b','\x0c','\x6c','\xcb','\xd8','\xd8','\x6a','\x96','\x45','\x56','\x14','\xb4','\x88','\x66','\x6a','\xfc','\x0c','\x53','\x03','\x15','\xdf','\x1e','\xb2','\xd5','\x96','\x9a','\xd5','\xee','\xb2','\x2c','\x23','\x21','\x45','\xff','\x1d','\x1d','\x9f','\x90','\xd0','\x0c','\x03','\xdd','\xaa','\x17','\xbb','\x8f','\xeb','\xd6','\x2e','\x34','\xd1','\x32','\xca','\xd1','\x77','\x33','\x0c','\x23','\xda','\x6e','\x48','\x44','\xdb','\x4d','\x51','\x14','\x14','\xc5','\x5e','\x5e','\x58','\xfd','\xd4','\xea','\x57','\xe6','\xb7','\x16','\x89','\x3d','\x57','\x56','\xd0','\x35','\x2d','\xee','\x5d','\x25','\xab','\xfe','\x2c','\x13','\x1e','\xc3','\xd4','\x2a','\x61','\xf5','\xd5','\x48','\x24','\x0c','\x48','\x38','\x1c','\x2a','\xf6','\x9c','\x6e','\x8e','\xcf','\x92','\x75','\x1d','\x48','\xb2','\x44','\x24','\x6c','\x9a','\x34','\xa9','\xaa','\x8a','\x6e','\x98','\xcf','\xd2','\x22','\x11','\xab','\x7d','\x63','\xdf','\x96','\x61','\xe8','\xa6','\xf6','\xd6','\x7c','\x3b','\xb3','\xff','\xe9','\xe6','\x5e','\xb6','\x62','\xf5','\x5f','\x83','\x98','\x39','\x91','\xaa','\x3a','\xc0','\x5a','\x1f','\x99','\x65','\x36','\xdd','\xec','\x1a','\x86','\xad','\x95','\x31','\xbf','\x73','\x59','\x91','\xa3','\x8a','\x0e','\xdd','\xd6','\x58','\xc9','\x4a','\x74','\xac','\x8b','\x44','\xb4','\x68','\xbd','\x98','\x7d','\x58','\xb2','\xc6','\x03','\x53','\x43','\x22','\x5b','\xed','\x81','\xa5','\xdd','\x75','\x3a','\x54','\x4b','\xeb','\x62','\xf6','\x21','\xfb','\xbb','\x50','\xac','\xb6','\x46','\x96','\xa3','\xdf','\x22','\x86','\x11','\xd5','\x96','\xe8','\xba','\x6e','\x99','\xe4','\x99','\x6f','\xa8','\xe9','\x1a','\x91','\x48','\x04','\x5d','\xd7','\x89','\x84','\x42','\x20','\x59','\xda','\x67','\x45','\xc5','\xed','\x72','\x45','\xbf','\x14','\x5d','\xd3','\xc0','\x6a','\x4b','\xbb','\x7f','\xda','\x5a','\x0a','\x53','\x7b','\x11','\x1b','\xab','\x0d','\x5d','\x47','\x75','\x38','\x88','\x68','\x9a','\xa9','\xc5','\xd6','\xf5','\xa8','\x45','\x45','\xf4','\x3e','\x5b','\x53','\xaf','\xaa','\xa6','\x16','\x8a','\xc4','\xfe','\x62','\xe7','\x9d','\x70','\xaf','\x61','\x5a','\x2e','\xe8','\x91','\x08','\x58','\x7d','\xd7','\x1e','\x5f','\xb4','\x48','\xc4','\xfc','\xbb','\x62','\xf7','\x0d','\x29','\x5a','\x66','\xd5','\x7a','\x86','\x64','\x7d','\xa7','\xd1','\xfe','\x27','\xcb','\x18','\xba','\x4e','\x24','\x62','\xf6','\x3f','\x87','\xd3','\x49','\x24','\x1c','\x8e','\x1b','\x0b','\x25','\xb3','\x2d','\xad','\xb6','\xd6','\xac','\x31','\x4c','\x1d','\x50','\x66','\x24','\xb3','\x6f','\x18','\x56','\xf9','\xb4','\x48','\x24','\xfa','\x6d','\xd9','\xf5','\x67','\x58','\xa6','\x95','\x8a','\xaa','\x46','\xc7','\x60','\x5b','\x5b','\xaa','\xa8','\x6a','\xf4','\x9e','\xe8','\xd8','\x12','\xb7','\x00','\xb6','\xe7','\x85','\x58','\xba','\x81','\x16','\xd1','\x4c','\xf3','\x40','\xbb','\xae','\x0c','\x83','\x70','\x38','\x8c','\x22','\xcb','\xd1','\x67','\xc8','\xb2','\x4c','\x28','\x18','\x34','\xb5','\xdf','\x56','\x9a','\x24','\x49','\x84','\xc3','\x61','\x64','\x45','\xc1','\xa1','\xaa','\xe6','\xa6','\xb6','\x3d','\x47','\xdb','\xf5','\x6b','\x95','\x21','\x1c','\x0e','\x5b','\xe6','\x66','\x4a','\xb4','\xbf','\xd8','\x73','\x92','\xdd','\x0f','\xec','\x79','\x4b','\x91','\xe5','\xe8','\x75','\xf6','\x86','\xb9','\xfd','\x6e','\x36','\x9a','\x55','\xcf','\x8a','\xaa','\x46','\xe7','\x96','\x50','\x28','\x64','\x8d','\x0f','\x4a','\x34','\x6f','\x5d','\x33','\xdf','\x2d','\x7e','\x1d','\x1a','\x0a','\x85','\xa2','\xef','\x66','\xf7','\xb3','\x88','\x35','\x4f','\xa8','\x8a','\x62','\xf6','\x35','\x59','\x42','\x8f','\xd8','\xda','\xad','\x98','\xa6','\x4e','\xd7','\x34','\x5c','\x2e','\x17','\x85','\x85','\x85','\xe4','\x17','\x16','\x52','\x50','\x50','\x80','\xc3','\xe1','\x60','\x20','\x92','\x11','\x27','\x3a','\x69','\x91','\x08','\x9d','\x9d','\x9d','\x1c','\x3b','\x76','\x94','\x0d','\xcf','\x6d','\xa0','\x6e','\xdb','\x36','\x22','\xd6','\x82','\x41','\xb6','\x1e','\x60','\x0b','\x48','\xf6','\x83','\xec','\x49','\x1b','\xc3','\xb4','\x2b','\xb4','\x07','\x6f','\xa2','\x8b','\x14','\x73','\x50','\x49','\x35','\xb9','\x47','\x3f','\x8e','\xe8','\x40','\x6c','\x5e','\xa7','\xe9','\x1a','\xba','\xa6','\x13','\x0e','\x85','\x08','\x85','\xc3','\xd1','\x8f','\xd5','\xd6','\x46','\x98','\x83','\xa6','\xa5','\xd2','\xd4','\xcd','\x95','\x9a','\xb9','\xf8','\x88','\x95','\x2f','\x7a','\x5d','\xdc','\x40','\x8a','\x75','\x4d','\x44','\xd3','\xe8','\xed','\xed','\x8d','\x4d','\x3a','\x98','\x13','\x8f','\xd3','\xe9','\xc0','\xe1','\x70','\x46','\x3f','\x30','\xf3','\xa3','\x30','\x07','\x1f','\x12','\xd2','\xe2','\x6d','\xd9','\x63','\x95','\x6e','\x18','\x46','\xe2','\xbd','\x18','\x51','\xf5','\x76','\xfc','\x82','\x23','\x2a','\x50','\xc4','\x99','\xa7','\xd8','\x93','\x89','\x64','\x2f','\x94','\x0d','\xd3','\x5c','\xc7','\xac','\x3e','\xcb','\x28','\x28','\xfa','\x8c','\x98','\x0d','\xbd','\xfd','\x51','\xd9','\x2b','\x56','\x3b','\x4d','\xb3','\x06','\x66','\xbb','\x4e','\xed','\x41','\x2a','\x18','\x0a','\xd1','\xdf','\xdf','\x1f','\xad','\x4f','\x5d','\xd7','\xa3','\x9d','\xcc','\xa1','\xaa','\xd6','\x40','\xae','\xd3','\xdf','\xd7','\x4f','\x7f','\x30','\x98','\xd0','\x66','\xf6','\x3b','\xa8','\x96','\x5d','\xb1','\x6c','\x0d','\x5c','\xb2','\xd5','\x99','\x15','\x59','\x46','\x75','\xa8','\x38','\x1d','\x4e','\x54','\x87','\x03','\x87','\xb5','\x98','\x8c','\x99','\x88','\x48','\xb1','\x01','\xc9','\x9c','\x2d','\x62','\x0b','\x8f','\x01','\xa6','\x2b','\x66','\x17','\xb2','\x05','\x0a','\x29','\x2e','\xcd','\xaa','\x3f','\xd9','\x5a','\x28','\x18','\xb6','\xaa','\xd7','\xac','\x77','\x64','\xd9','\xca','\xcf','\xd2','\x5c','\x45','\xcd','\x36','\xac','\x81','\x6b','\xe0','\x33','\x2c','\xd3','\x9b','\x68','\xf9','\xa4','\xd8','\x07','\x6f','\x4e','\x44','\x56','\x99','\x2d','\x95','\xbf','\x3d','\x20','\x25','\xbc','\x87','\x35','\x60','\x44','\x17','\x50','\x71','\x82','\x91','\xdd','\xbf','\xb1','\x8c','\x2a','\xa4','\xb8','\xf7','\x88','\x5f','\xc4','\x43','\xdc','\x73','\x6d','\x41','\x32','\x2e','\x0d','\x88','\x0e','\xcc','\xba','\xa5','\xf7','\x96','\x64','\x39','\x6a','\x56','\xa7','\x5b','\x83','\xbd','\x21','\x61','\x99','\x0e','\x62','\x5d','\x6b','\x99','\x92','\x45','\xcb','\x62','\xdb','\xa2','\x13','\x2d','\x5f','\xec','\x3a','\x39','\xda','\xdf','\x88','\xeb','\xa7','\xf1','\xed','\x61','\x0b','\x97','\xf6','\x84','\xa5','\x45','\x22','\x84','\xc3','\x21','\xd3','\xec','\xc4','\x1c','\x50','\xd0','\xa3','\xe6','\x09','\xf1','\x66','\x8f','\xd6','\xe4','\x61','\x2d','\x56','\x22','\xe1','\x70','\xf4','\xdb','\x8e','\xd6','\x85','\xd5','\x36','\x86','\x65','\xae','\x63','\x58','\xfd','\x5a','\x51','\x4c','\x01','\xc8','\x26','\xb6','\x61','\x11','\x13','\x86','\xed','\xc1','\xd1','\x14','\x9a','\xcc','\x67','\xa9','\xd6','\x80','\xaf','\x28','\x4a','\x74','\x2c','\xb0','\xbf','\x9f','\xd8','\x77','\x2f','\xc7','\xd2','\x8c','\xc4','\xef','\x34','\xe9','\x3a','\xfb','\x7b','\x96','\xcc','\xd6','\x94','\xe4','\xd8','\x58','\x60','\xdf','\x6b','\x4f','\x56','\xf1','\x69','\xd1','\xb1','\x20','\x3a','\xde','\x48','\x71','\xfd','\xca','\x5c','\x9c','\xc7','\x4c','\x28','\xe3','\xcf','\x39','\xd8','\x7d','\xc3','\x36','\xed','\xb4','\x4c','\x35','\x93','\xf2','\x1b','\xfe','\x7b','\x98','\xe3','\xb3','\x7d','\x1d','\xd1','\xc5','\xa0','\xbd','\x92','\x8d','\xbf','\x37','\x61','\x0c','\xb2','\x16','\x9c','\x03','\xdb','\xd7','\x5e','\x10','\x46','\xc7','\x20','\xfb','\x19','\xd6','\xfb','\x26','\x94','\x65','\x60','\xdf','\x88','\xcb','\xcf','\xee','\x7b','\x76','\x3f','\x00','\xcb','\x2c','\x30','\xe1','\xb9','\x71','\xed','\x11','\x57','\xa7','\xc9','\xef','\x9b','\xae','\x0e','\x06','\xe6','\x97','\xa2','\x2c','\x71','\x67','\x45','\xa2','\xe7','\x37','\xa2','\x6d','\x64','\x5d','\x87','\xfd','\x4f','\x39','\x31','\xcd','\x7e','\x86','\x25','\xcc','\x0d','\x6c','\x8f','\xd8','\x9b','\xd9','\xdf','\xaa','\x11','\x35','\x5f','\x8c','\x6d','\x88','\xc4','\xbe','\x05','\x73','\xdc','\x8c','\x2b','\x5f','\xdc','\xbd','\xd1','\xba','\x8f','\x7f','\x5f','\xb3','\x30','\xd8','\x95','\x65','\xdf','\x1b','\xcd','\xd4','\xda','\xf8','\x33','\x9b','\x28','\x2e','\x0d','\x7b','\xfc','\x8b','\x1f','\xef','\xe3','\xda','\xdc','\x7e','\x86','\x1c','\xeb','\x30','\x86','\x7d','\x1d','\xf1','\x7d','\xd2','\xbc','\x4f','\x51','\x94','\xe8','\xb8','\x63','\x6e','\xc4','\xc8','\xd1','\xdf','\x74','\xc3','\x34','\xbd','\x33','\x24','\x50','\xac','\xf7','\x30','\xd7','\x15','\xe6','\x53','\xcc','\x39','\x2b','\xae','\x7c','\xd8','\x1b','\x91','\x71','\xa6','\x42','\xd6','\x73','\xed','\xfc','\xd0','\xe3','\xe6','\x4f','\xec','\x39','\x9a','\xa8','\x40','\x65','\x0b','\xc3','\xa6','\x90','\x10','\x37','\xde','\x1b','\x31','\xe3','\x4f','\x59','\x92','\xcc','\xf9','\x3e','\xae','\x1f','\xd8','\x9b','\x5e','\xf6','\x86','\x92','\x7d','\xaf','\x3d','\xae','\x45','\xc7','\x4c','\xc9','\xae','\x05','\xab','\xea','\x89','\x8d','\xf7','\xba','\x65','\x92','\x97','\xb8','\x90','\x8c','\xcd','\x33','\xf6','\xa6','\x54','\x6c','\x0e','\x88','\x8d','\xd9','\xb1','\x36','\x97','\xa2','\x9b','\x9d','\xf1','\x7d','\x72','\xe0','\x18','\x91','\x30','\xe7','\xdb','\x1b','\xd9','\xd6','\x7c','\x6d','\x6e','\x2e','\xc4','\x09','\x2e','\xd6','\xef','\x89','\x82','\x75','\xc2','\x67','\x18','\x5d','\x47','\xd8','\xdf','\xb3','\x55','\x31','\x56','\x9d','\x19','\xb1','\xbd','\x05','\x89','\x68','\x1f','\x37','\x85','\xae','\xd8','\x06','\x55','\x6c','\xb3','\x2c','\xd6','\x8e','\xe6','\x73','\x2d','\xa3','\x29','\x7b','\xf1','\x1f','\x27','\x44','\xdb','\x63','\x89','\x5d','\xef','\x76','\xdf','\x89','\x95','\x7d','\x60','\x7e','\x71','\xe3','\xae','\x6d','\x8e','\x1c','\xff','\x0c','\x39','\xee','\x1d','\xec','\x39','\x35','\x6a','\x42','\x6b','\xf7','\x5d','\xfb','\x0c','\x53','\x5c','\x5b','\xc4','\xcd','\xd1','\x40','\x74','\x4d','\x62','\xf7','\x05','\x7b','\xa3','\xc8','\xde','\xdc','\xb6','\x37','\x2b','\xa3','\xdf','\x42','\xfc','\xf7','\x62','\x98','\xfd','\x4d','\x96','\x92','\xdb','\xcd','\x36','\xd9','\x8c','\xf6','\x7b','\xc3','\x36','\xfb','\x8a','\xad','\xf3','\xa4','\xb8','\x3e','\x10','\xaf','\xa4','\x88','\xf6','\x49','\x5d','\x8f','\xcd','\xbf','\xf6','\xbd','\xd6','\xf9','\x23','\xac','\xf1','\x4c','\x96','\x4c','\x13','\x56','\x6b','\x88','\x36','\xcb','\xa2','\xc8','\x51','\x93','\xd6','\xc4','\xf9','\xcd','\x5c','\xcf','\x44','\xd7','\x1b','\x71','\x1b','\xb3','\xf1','\x63','\x46','\x7c','\x7b','\xc4','\xb7','\x39','\xd6','\xfc','\x61','\x0b','\xf5','\x86','\x6e','\xae','\x0f','\x24','\x6b','\xae','\x50','\x64','\xcb','\xfc','\xd9','\x7e','\x37','\x25','\x36','\x16','\x60','\xc4','\xe6','\x3b','\x49','\x96','\x63','\xef','\x6b','\xf5','\x05','\x64','\x29','\xce','\x7c','\x34','\x6e','\x8c','\xb5','\xd6','\xfa','\x19','\x2e','\x17','\xa3','\x46','\x15','\x31','\xef','\x9a','\x6b','\x78','\xa0','\x7a','\x39','\x95','\xd7','\x5f','\x8f','\xc7','\xe3','\x21','\x9e','\xa8','\xa8','\xa6','\xeb','\x3a','\x2d','\x2d','\x2d','\x3c','\xb3','\xfe','\x67','\xfc','\xe2','\x17','\xbf','\xe0','\xd0','\xd1','\x63','\x84','\xc2','\xe1','\xb8','\x49','\xcc','\xfe','\x12','\xe2','\x3a','\x7c','\xec','\xeb','\x88','\x7d','\x2d','\x43','\x48','\x4b','\xcc','\x2f','\x2e','\xcd','\xfe','\xd0','\xe2','\xd2','\x2e','\x15','\xb1','\xc9','\x47','\x70','\x31','\xc4','\x3a','\xb6','\x40','\x70','\x19','\xe9','\xeb','\x1b','\xf6','\x2d','\x11','\x4d','\x23','\xa2','\xa5','\xf6','\xff','\x2f','\x10','\x08','\x2e','\x3f','\xb1','\x4d','\x8e','\xd8','\xbf','\x8d','\x01','\xe9','\xd2','\x80','\x7b','\xd2','\xa6','\xd9','\x2b','\xdc','\x81','\xab','\x75','\x3b','\xcd','\x5e','\xab','\xc4','\x2d','\x5e','\xad','\x15','\x54','\x8a','\x1c','\x05','\x82','\xab','\x95','\x54','\x5f','\xc8','\xc0','\x4b','\x12','\xa4','\xd9','\x14','\xf7','\x5a','\xff','\x8f','\xff','\x76','\xe2','\xb7','\x24','\xed','\x0d','\xaa','\xc1','\xf2','\x1c','\xce','\x37','\x68','\x13','\x7d','\x16','\xc9','\xef','\x60','\xc4','\x36','\x58','\x2e','\x04','\x49','\x92','\x38','\xd7','\xde','\x4e','\x67','\x67','\x07','\x9a','\xa6','\x93','\x5f','\x90','\xcf','\xbc','\xf9','\xd7','\xa2','\xc6','\x69','\xa8','\xa2','\x7f','\x0b','\x87','\xc3','\xd4','\xbd','\xf7','\x2e','\xbf','\x7c','\xe6','\x19','\x1a','\x8e','\x1c','\x21','\x14','\x8e','\x24','\x64','\x96','\xb0','\x83','\x34','\xa0','\x90','\x17','\x92','\x96','\x2a','\xbf','\xd8','\x0e','\x46','\xec','\x05','\x2e','\xf4','\xe5','\x53','\x71','\x29','\xf3','\x12','\x08','\x04','\x02','\x81','\x40','\x30','\x74','\x06','\xae','\x0c','\x8c','\x14','\xe9','\xa9','\xb6','\x29','\x53','\xa6','\x45','\xd5','\x64','\x46','\x7c','\x62','\xfa','\xb4','\x84','\xcc','\xc4','\x66','\xa8','\xe0','\xa3','\xc4','\x10','\xfb','\x73','\x4a','\x25','\xc0','\x80','\xaf','\xd0','\x48','\xf5','\x55','\x92','\x5e','\x81','\x90','\xf4','\x7d','\x0d','\xe1','\x1b','\x4c','\x99','\x9e','\xfa','\x9a','\x0b','\x55','\x5c','\x18','\x86','\x41','\x30','\x14','\x22','\x14','\x8a','\xd0','\xdc','\x7c','\x86','\x73','\x2d','\x2d','\x44','\x22','\x91','\x04','\x01','\x28','\x6a','\x87','\xa6','\x45','\x22','\xb4','\x9e','\x3b','\x47','\x67','\x57','\x57','\xd4','\x0e','\x5f','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x70','\xe5','\x91','\xe2','\xfe','\xc4','\xa7','\x0d','\xfc','\xbb','\x6d','\x86','\x99','\x2e','\x8f','\x54','\x7f','\xff','\x28','\x72','\x31','\x9b','\xde','\x43','\xb9','\x73','\x60','\x5b','\xa4','\xbb','\x4f','\x4a','\xf3','\x9b','\x24','\xa5','\x4a','\x93','\xce','\x7f','\xcd','\x10','\xca','\x76','\xb5','\x93','\xaa','\x6e','\x93','\x7e','\x1f','\x58','\x57','\xc4','\x14','\x27','\xb2','\x2c','\x93','\xe1','\x72','\x91','\x99','\xe9','\x66','\xd4','\xa8','\x22','\xf2','\x0a','\x0a','\x12','\xce','\x18','\x41','\x9c','\x06','\xc8','\xe1','\x74','\x32','\x61','\xd2','\x24','\xc6','\x8e','\x1d','\x4b','\x4b','\x6b','\x5b','\xf4','\xc0','\xd7','\x05','\x17','\x7e','\x80','\xc9','\xd9','\x85','\x9a','\xa0','\x09','\xb3','\x35','\x81','\x40','\x70','\xa1','\xc4','\x9f','\x5f','\x49','\x1e','\x4d','\x53','\x19','\xe4','\xd8','\x49','\x29','\x4c','\x65','\x92','\xd2','\x52','\x8d','\x4d','\x52','\xea','\xf4','\x98','\xdd','\x6f','\xdc','\x3f','\x06','\x5e','\x97','\xc6','\x1c','\x20','\xa5','\xf9','\x42','\x82','\x1d','\xf2','\x79','\xf2','\x1a','\x90','\x96','\x60','\x31','\x11','\x67','\xbe','\x20','\xa5','\xb8','\x37','\xa1','\xdc','\x83','\x5c','\x97','\xf6','\x19','\xa9','\xea','\x2f','\x55','\x7e','\x03','\xea','\x34','\xc1','\x6c','\x22','\x4d','\x7e','\x49','\x75','\x90','\xe6','\x19','\x43','\xaa','\xab','\xa1','\xe6','\x97','\xe2','\x9a','\x21','\x3f','\x63','\xa8','\xf5','\x32','\xb0','\x8d','\x06','\x32','\xb2','\x97','\x3f','\xf6','\x37','\x27','\x4b','\xd6','\x39','\x20','\x59','\x89','\x2d','\x00','\xe3','\xdc','\xde','\x1b','\x96','\x99','\x4c','\xf2','\x1a','\x55','\x1a','\x50','\xb3','\x66','\x65','\x48','\x09','\xa6','\x39','\x31','\xd3','\x1a','\x29','\xde','\xd4','\x86','\x58','\x5a','\xfc','\x19','\x39','\x3b','\x1d','\xeb','\xb9','\xb1','\x26','\x90','\xa2','\xad','\x15','\x3d','\xd7','\x41','\xdc','\x99','\x29','\x89','\xe8','\x39','\x84','\xa4','\x16','\x1d','\x78','\x86','\x23','\xee','\x45','\x12','\x3e','\x59','\xeb','\xbc','\xd5','\xc0','\x7b','\x13','\xce','\xd6','\x12','\x7f','\x49','\xac','\xf1','\x53','\xf6','\xb8','\xb8','\xe7','\xa6','\x5f','\xe0','\xc7','\xf2','\x88','\x3f','\x8b','\x0d','\x46','\xb4','\x3c','\x86','\x75','\x16','\xc3','\x7e','\xf7','\xd8','\x75','\x24','\xdc','\x1b','\x9f','\x62','\x60','\xdd','\x67','\xd5','\x5c','\x54','\x57','\x60','\x24','\x9e','\x8b','\x21','\xfe','\xdc','\x5d','\xf4','\x79','\xf1','\xd7','\xc5','\x95','\x34','\xae','\x1e','\xe2','\xeb','\xd3','\x6a','\xf5','\xb8','\x1a','\x88','\xdd','\x17','\x7f','\xf6','\x33','\xf6','\xbe','\xe6','\x35','\xb1','\x73','\xe6','\x52','\xb4','\x8e','\xe2','\xcf','\xc0','\xd8','\xf7','\x27','\xad','\x2d','\x25','\x30','\xe2','\xce','\xf7','\x24','\x7f','\xdf','\xe9','\xbf','\xff','\xc4','\x77','\x20','\xda','\x01','\x62','\xc3','\x58','\x6c','\x8c','\x89','\x5a','\x87','\xc5','\xcd','\x05','\xb1','\xfb','\x63','\x79','\xa7','\x5a','\xfb','\xc6','\xdc','\x56','\xc7','\xce','\xbb','\xc4','\xf7','\x5d','\x2c','\x33','\xb6','\x84','\x6f','\x26','\xe1','\xdf','\xb1','\xe1','\xc6','\x2e','\x61','\xac','\x2e','\x12','\xbf','\xab','\x58','\xd9','\x62','\xe7','\xb4','\x24','\x29','\x76','\x46','\x30','\x5a','\xde','\x68','\xff','\x8e','\x3b','\x03','\x18','\x7d','\xf7','\x01','\xdf','\xe1','\x80','\x6f','\xd5','\x7e','\x54','\xd2','\x79','\x33','\xbb','\x74','\x46','\xe2','\x7b','\xc4','\x5f','\x2c','\xc9','\x76','\x3f','\x8b','\x7d','\xd3','\xb6','\xf0','\x23','\xc9','\x12','\x6e','\x97','\x8b','\x92','\xd1','\xc5','\x54','\x54','\xcc','\xe0','\xd3','\xf7','\x2d','\x65','\x46','\x45','\x45','\x82','\xf6','\x07','\x48','\x74','\x82','\xd0','\xd9','\xd1','\xc1','\x0b','\xbf','\xd9','\xc4','\xff','\x3e','\xf1','\x04','\x7b','\xf7','\xed','\x37','\xe3','\x4f','\x58','\x87','\xb1','\xa2','\x8b','\x08','\xbb','\x68','\xf1','\x83','\x97','\xf5','\x31','\xc5','\x06','\xa4','\xb8','\x77','\xb4','\xae','\xb3','\x0f','\xe7','\x1b','\xd8','\x07','\x13','\x63','\x5e','\x3e','\xec','\xeb','\x24','\x5b','\xd4','\x1d','\x70','\x6f','\xfc','\x73','\x0d','\xeb','\x00','\x59','\x42','\x0b','\x0c','\xa8','\x18','\x23','\xae','\x36','\xa3','\x65','\x89','\x4f','\x8b','\xe6','\x97','\xa2','\xcc','\x71','\x76','\x87','\xf1','\x0d','\x73','\xbe','\x3a','\x88','\x9a','\xef','\x19','\xb1','\x67','\x44','\x2b','\x36','\x7a','\x9d','\xd5','\x19','\x53','\x96','\x25','\xf9','\xdd','\xe2','\x3e','\xa1','\xc4','\x7b','\xed','\x81','\x3b','\x4d','\xdd','\xc7','\x34','\x90','\xb1','\x60','\x7c','\x49','\xf5','\x92','\xea','\x3d','\x52','\xd5','\x4b','\xaa','\xf7','\x48','\x73','\xdd','\xf9','\xd2','\x12','\x27','\x88','\xa1','\xb7','\x47','\xd2','\x75','\xf1','\x6d','\x34','\xe8','\x73','\x13','\xdb','\x28','\xa9','\x7d','\x07','\x5c','\x97','\x50','\x3e','\xbb','\x9f','\xa6','\x6d','\x0f','\xbb','\xee','\x53','\xa5','\xc5','\xdd','\x1b','\x1d','\x80','\x52','\x3c','\xe3','\x7c','\xed','\x91','\xaa','\x0e','\xec','\xf6','\x1d','\xd0','\x4f','\x93','\xfa','\xc1','\x79','\x9e','\x11','\xed','\x6b','\x71','\xef','\x31','\x68','\x7f','\x89','\x1f','\x48','\x07','\xb4','\x51','\x34','\xf8','\x5c','\x9a','\x6f','\x7f','\x60','\xbd','\x24','\xe4','\x3d','\x44','\x24','\x12','\xbd','\xcb','\xd8','\xf5','\x68','\x7b','\x1e','\x04','\xe8','\xef','\xef','\x4f','\xda','\x74','\xf1','\x64','\x67','\x33','\x7d','\xfa','\x74','\x0a','\x0a','\x0b','\x50','\x15','\x15','\x09','\x2c','\xcf','\x4a','\xe6','\x77','\x64','\x7b','\x14','\xd3','\xe2','\x0e','\xc4','\xcb','\xd6','\xa1','\x55','\xcd','\xf2','\x86','\xa9','\xc8','\x72','\x74','\x52','\xb7','\x3d','\x6c','\x19','\xd6','\xb3','\x63','\x07','\x4c','\xb1','\xc6','\x39','\xdb','\xcb','\x95','\x15','\x5b','\x29','\xfe','\xf0','\xb1','\xed','\xed','\xd1','\xf2','\x04','\x17','\x73','\x70','\x61','\x44','\x03','\xbb','\xd9','\xce','\x24','\xb0','\x3c','\x21','\xc5','\x1f','\x2a','\x46','\xb2','\xca','\x67','\x2d','\x3c','\xec','\x18','\x1c','\x92','\x15','\x3c','\xd0','\xb0','\x3c','\xc5','\xe9','\x46','\xcc','\xfb','\x97','\x1d','\x07','\x02','\x6b','\x22','\x31','\x1d','\x69','\x58','\x01','\xec','\xf4','\xd8','\xd8','\x8c','\x95','\x9f','\x6e','\x58','\x5e','\xea','\x20','\x1a','\x63','\x44','\xb1','\xfa','\xb1','\x2c','\xdb','\x07','\xbf','\x8d','\xe8','\xf5','\x8a','\x12','\xef','\x79','\xcc','\xf6','\x8a','\x64','\xf6','\x17','\x2d','\xa2','\x45','\xfb','\x84','\x39','\x59','\xd9','\x0e','\x41','\x88','\x96','\x05','\x2b','\x36','\x09','\x46','\x9c','\xa7','\x44','\xc3','\x88','\xb6','\xc7','\xc0','\x34','\xc9','\xaa','\x53','\xfb','\x40','\xb9','\xed','\x8d','\xcc','\x9e','\xd8','\xcc','\x7a','\x31','\xac','\x03','\xf1','\x96','\xc7','\x33','\x03','\x22','\xba','\x16','\xed','\xb7','\x8a','\x2c','\x47','\xfb','\x62','\xec','\xb0','\x36','\xd6','\x3b','\x99','\x7d','\xc3','\x76','\xb4','\x83','\x6e','\x95','\x05','\xcb','\x3b','\x99','\x35','\xb9','\x9b','\xe5','\x33','\x12','\x9c','\x6b','\xd8','\xfd','\x2a','\x7a','\x70','\xd7','\xca','\xcf','\xd0','\x75','\x64','\x55','\xc5','\x3e','\xbc','\xab','\xd9','\xce','\x53','\xc0','\x2a','\xcb','\x80','\x43','\xf2','\xf1','\x69','\x86','\xf5','\xbe','\x56','\xfb','\xda','\xce','\x12','\xec','\x83','\xf3','\xf6','\xb7','\x67','\x7f','\x73','\x4a','\x9c','\x33','\x16','\x7b','\xc1','\x61','\x0a','\x20','\x06','\x9a','\x6e','\x3a','\x87','\x91','\xa3','\x8e','\x61','\x62','\xde','\xce','\xc0','\x74','\x1a','\xa2','\x63','\x1d','\x92','\x97','\xcc','\x7e','\x65','\x7a','\xfe','\x33','\xac','\x83','\xc5','\x56','\xfd','\x59','\x0b','\x1e','\xcd','\x30','\xe3','\xf1','\x48','\xb2','\x82','\x19','\x46','\xc8','\x88','\x8e','\x4b','\x4e','\x87','\x83','\xec','\xec','\x6c','\x72','\xb2','\x73','\x70','\x66','\xb8','\x51','\x00','\xd5','\xe9','\x8c','\x06','\x72','\xb4','\x03','\x43','\x4a','\xb2','\x8c','\x53','\x55','\x31','\x0c','\xa2','\xce','\x8f','\x14','\x87','\x6a','\xb6','\x89','\x35','\xb6','\x98','\xde','\xea','\x4c','\x07','\x3b','\x12','\x96','\x97','\x3f','\x5d','\x37','\x63','\x78','\x29','\x66','\xfd','\x47','\x34','\x2d','\x3a','\xbe','\x3a','\x54','\xd3','\x3b','\x5c','\x44','\x8b','\x44','\xeb','\xc5','\xe1','\x70','\x20','\x49','\x44','\x1d','\xff','\xd8','\x65','\x34','\xfb','\xb3','\x15','\x2c','\xd2','\xea','\x93','\xba','\x75','\x88','\x5a','\x8b','\x84','\x91','\x15','\x15','\x87','\xaa','\x80','\x64','\x79','\x90','\xd3','\x75','\x24','\xc5','\x7a','\x2e','\x92','\x95','\x9f','\xd9','\xcf','\x9d','\x0e','\x07','\xba','\xf5','\x2d','\xd8','\x5e','\xad','\x1c','\x96','\x37','\xc1','\x88','\xae','\x81','\x6e','\x60','\x48','\x12','\xaa','\x2c','\x47','\x0f','\x9d','\xeb','\x9a','\x66','\x7a','\x71','\x94','\xec','\x83','\xe3','\x31','\x4f','\x89','\xaa','\x6a','\x7a','\x96','\x33','\x3d','\x3e','\x5a','\x63','\x9d','\x84','\xe5','\x39','\x50','\xb3','\x7a','\x93','\x61','\x7a','\x1d','\xc4','\x8e','\x45','\xa3','\xa1','\x58','\x0e','\x82','\xec','\x98','\x50','\x5a','\x38','\x0c','\x96','\x27','\x33','\x19','\x89','\xb0','\x16','\x41','\x32','\x20','\xac','\x69','\x96','\x27','\x3d','\xd3','\x11','\x85','\xed','\x85','\x4b','\x52','\xcc','\x58','\x71','\x21','\xcb','\x3b','\x9a','\xe9','\xcc','\x42','\x8a','\xc6','\xd9','\xb2','\x17','\xdb','\xb2','\x1c','\xf3','\x46','\x16','\xef','\x44','\x41','\xd7','\x35','\xab','\x6f','\x98','\x87','\xdc','\x15','\x55','\x25','\x12','\xd1','\xa2','\xe3','\x98','\xaa','\x28','\x51','\xe1','\xc4','\xf6','\xd4','\x66','\x2f','\xa4','\x63','\x07','\xf1','\x4d','\x01','\xda','\x76','\x58','\x62','\x7f','\xa7','\xb6','\x90','\x66','\xd8','\x73','\x96','\xf5','\xed','\x1b','\x86','\xd5','\x66','\x9a','\xe9','\x70','\x48','\x91','\xa5','\xa8','\x77','\xc1','\x68','\x7e','\xd1','\xf8','\x44','\x46','\x9c','\x37','\x3b','\x39','\x3a','\xc7','\xda','\x69','\xb6','\xe3','\x26','\x33','\x56','\x9d','\xd9','\x66','\xf6','\x18','\x68','\x18','\xa6','\xf7','\x48','\xc9','\x30','\x3d','\x13','\x1a','\x71','\xf3','\xb3','\xe9','\xe0','\x42','\xb6','\xae','\xb3','\xc6','\x93','\x48','\xc4','\x74','\xe0','\x23','\x99','\x5e','\x68','\x0d','\x5d','\x37','\xc7','\x3d','\xeb','\xab','\x33','\xeb','\x44','\xb3','\xbe','\x21','\xcb','\x09','\x98','\xd5','\x47','\x65','\xd9','\x8c','\xc9','\x03','\xa6','\xa9','\x96','\x5d','\xd7','\xb6','\x33','\x02','\x33','\x36','\x59','\xcc','\x83','\x9c','\x22','\x49','\x68','\x56','\xb0','\xd5','\x98','\x77','\x5a','\xb3','\xb2','\x22','\x9a','\xed','\xa1','\x52','\x8d','\x3a','\xe1','\x88','\x58','\xde','\x32','\x55','\xc5','\x8c','\xc1','\xa3','\xe9','\x31','\xef','\x73','\x8a','\xed','\x2d','\x17','\xd0','\xad','\x20','\xb2','\xaa','\x6a','\xc6','\x36','\xb2','\xe3','\xe9','\xd9','\x63','\xbb','\xac','\x98','\x01','\x56','\xa3','\xe3','\xb8','\xe5','\x10','\xcb','\x8e','\x39','\x16','\x15','\x4a','\x24','\x2b','\x6e','\x9f','\xe5','\xe9','\x50','\x56','\xe4','\xb8','\x39','\xd4','\xac','\x7f','\x59','\x8e','\x77','\x66','\x66','\xc5','\x9e','\x52','\xd5','\xe8','\x38','\x14','\x73','\x90','\x41','\xd4','\x1b','\x9e','\x16','\xb1','\xbd','\xf2','\x99','\x82','\xa1','\xed','\x08','\x2a','\x27','\x3b','\x9b','\xb1','\x65','\x65','\x4c','\x9e','\x34','\x89','\xd2','\xd2','\x52','\x32','\xb3','\xb2','\x92','\x3c','\x22','\x27','\x08','\x40','\x00','\xc1','\x60','\x90','\xb3','\x2d','\x2d','\x34','\x35','\x35','\xd2','\xd1','\xd1','\x19','\xf5','\x18','\xa6','\x58','\x93','\xa2','\x24','\x49','\x51','\xcf','\x4d','\xb6','\x2b','\x3b','\x20','\xea','\xa9','\x2d','\xfa','\xf2','\xd6','\xa0','\x19','\x9f','\x66','\xce','\xeb','\xa6','\xf7','\x31','\x25','\x3a','\xc9','\x9a','\x15','\xa4','\x69','\x5a','\x4c','\x3a','\x93','\xa4','\xa8','\x5b','\xcc','\xf8','\x09','\x3a','\x1c','\x0e','\x9b','\xcf','\xb5','\xdc','\xe0','\xd9','\x15','\x6c','\xdf','\x6b','\x7f','\x80','\xa1','\x50','\xc8','\x5c','\xe0','\x59','\xcf','\x35','\xac','\x81','\x21','\xbe','\x03','\xd8','\xf7','\xda','\xe5','\xb3','\x17','\xab','\xb6','\xdb','\x3e','\xfb','\x5e','\xdb','\x65','\xa0','\xed','\x9a','\xd1','\xf6','\xde','\x11','\x5f','\x16','\xbb','\x5e','\xe2','\x3b','\xae','\xdd','\x29','\x6d','\x97','\x8b','\xf1','\xcf','\xb5','\xcb','\x63','\xbb','\xe5','\xb3','\x1b','\x56','\xb7','\x5c','\x49','\xda','\x1f','\xa1','\x1d','\x87','\xc7','\xbc','\x57','\x8e','\x76','\x08','\xdb','\x9d','\xa0','\x3c','\xa0','\x4e','\x53','\xd5','\x9f','\xed','\xfa','\xd0','\x30','\x8c','\x68','\x99','\xed','\xf7','\x8d','\x6f','\x4b','\x55','\x55','\xe3','\x16','\x4a','\xe6','\xa0','\x2b','\x2b','\x0a','\xaa','\xa2','\x44','\x07','\xbe','\x98','\x8b','\xdc','\xd8','\xbd','\x90','\x18','\x1b','\x28','\x12','\x0e','\xa3','\x1b','\x06','\x4e','\xa7','\x03','\x49','\x92','\xa3','\xf7','\xda','\xee','\x0b','\xe3','\x9f','\x1b','\xaf','\xaa','\x34','\x3f','\xb4','\x58','\x99','\x55','\xeb','\x23','\x8d','\xf6','\x17','\xfb','\xb9','\x71','\xae','\x4c','\x6d','\x97','\x90','\x86','\x61','\x44','\xdf','\xc3','\x6e','\x37','\xdb','\xa5','\xa3','\xdd','\xd7','\x1c','\xd6','\x82','\xd3','\xee','\xa7','\xf6','\x47','\x35','\xf0','\xb9','\x0e','\xcb','\xdd','\xa5','\x16','\xd7','\xc7','\x6d','\x8f','\x34','\x7a','\x5c','\xfb','\xc6','\x16','\xac','\x5a','\x42','\xfb','\xc6','\xf7','\xb5','\xf8','\x7b','\x35','\xeb','\xb9','\xb6','\x07','\x3d','\xbb','\x0f','\x69','\x9a','\x86','\xc3','\xe9','\x4c','\xe8','\xa7','\xf1','\xef','\x96','\xea','\x3b','\x92','\x24','\x29','\xa1','\x8f','\xab','\xf6','\x37','\x68','\xd5','\x7d','\x7c','\xfb','\x86','\xc3','\x61','\x6b','\xa0','\x57','\xa2','\xe5','\x09','\x85','\x42','\x66','\x37','\xb1','\xde','\xc1','\xae','\x03','\xbb','\x9e','\x15','\x45','\x89','\x96','\xd9','\xae','\xbf','\xf8','\x7a','\x8e','\xaf','\x3f','\x30','\x05','\x0f','\x7b','\x92','\x76','\xa8','\xaa','\x39','\xd8','\xc6','\xd5','\x81','\xdd','\x2f','\x43','\x96','\x07','\xc2','\xbe','\xbe','\x3e','\x22','\x9a','\x86','\x66','\xba','\xae','\x8e','\x96','\x51','\x55','\x55','\xc2','\x91','\x08','\x27','\x4f','\x9c','\x60','\xe3','\xc6','\x8d','\xa6','\x13','\x16','\x0b','\x59','\x92','\xc8','\xca','\xca','\xa2','\xaf','\xaf','\x0f','\xcd','\xca','\x57','\xd7','\x75','\xdc','\x6e','\x37','\xb2','\x2c','\xe3','\x70','\x38','\xf0','\xf9','\x7c','\x09','\x71','\xab','\x14','\x59','\xe6','\xb6','\x9b','\x6f','\xe6','\xdf','\xbe','\xfb','\x5d','\xc6','\x94','\x94','\xc4','\xfa','\x5a','\xdc','\x84','\x6d','\x58','\x8b','\xd8','\xa8','\x07','\x21','\xfb','\x79','\xd6','\x00','\x1e','\xbf','\xd3','\x98','\xee','\xba','\x81','\x69','\x8a','\xa2','\x24','\xc5','\xcf','\x8a','\xff','\xf6','\x21','\xb6','\x53','\x35','\xd0','\xa1','\x48','\xd4','\xab','\xe6','\x10','\xd3','\xe2','\x05','\x6a','\x7b','\xf2','\x1c','\x78','\xdd','\xf9','\xca','\x17','\xef','\x61','\x31','\xbe','\x5e','\xd2','\x95','\x39','\xfe','\x3a','\x3b','\x3d','\xde','\xf3','\xa6','\xfd','\x8d','\xc4','\x3c','\x0e','\x26','\x5f','\x37','\xf0','\x3d','\xe2','\xdf','\x27','\xfe','\xba','\x81','\xf7','\xc6','\x76','\xaa','\x93','\xaf','\xb3','\xdb','\x28','\xfe','\xba','\x54','\xf5','\x17','\x5b','\xa8','\xc5','\xdc','\xbb','\x6a','\x96','\xbb','\xf3','\x81','\xe5','\xb3','\x7f','\x1b','\x98','\x1f','\x90','\x70','\x6d','\xaa','\x36','\x4f','\xf5','\xdc','\xf8','\xfe','\x34','\x58','\xf9','\x52','\xd5','\x95','\x12','\x37','\x26','\xc6','\xa7','\xc5','\xb7','\x51','\xba','\xf2','\xd9','\xfd','\xc0','\xe6','\x7c','\xfd','\x3e','\x5d','\x9d','\xa6','\x7b','\xb7','\x54','\xcf','\x50','\x14','\x05','\x97','\xcb','\x15','\xe7','\x59','\x4c','\x4a','\xb8','\x7e','\xe0','\xae','\xf9','\xc0','\xf6','\x4c','\x67','\x35','\x32','\x50','\x7b','\x92','\xae','\x8c','\xa9','\x9e','\x31','\x30','\x6d','\x60','\x7b','\xa4','\xba','\x2e','\xfe','\xbd','\xd2','\xe5','\x17','\xff','\xef','\x54','\xe5','\xbe','\x90','\xb4','\xf8','\xbe','\x7e','\xbe','\xf7','\x18','\x6e','\x5a','\xfc','\xb7','\x16','\xfb','\x2d','\x16','\x00','\xd6','\xde','\x5c','\xb3','\x77','\xd6','\xe3','\xd3','\x88','\xef','\x47','\x83','\x5c','\x37','\x9c','\xb4','\xd8','\x06','\xf9','\xa5','\xc9','\xef','\x42','\xd2','\xa2','\x7d','\x68','\x98','\xf7','\x12','\xed','\x43','\xfa','\x90','\xea','\x6f','\xe0','\x75','\xa6','\xe7','\xc1','\xd8','\x75','\xb6','\x20','\x60','\xd6','\x8b','\x9c','\x20','\x1c','\x98','\xf9','\x49','\x49','\xd7','\x5d','\x48','\x9a','\xb9','\xa6','\xd4','\x2f','\x59','\x7e','\x23','\x2d','\x4d','\x92','\xcc','\x50','\x0b','\xb2','\x92','\x18','\xae','\x25','\x9e','\xa4','\x38','\x40','\x2e','\x97','\x8b','\xf1','\x13','\x26','\x30','\x7e','\xc2','\x84','\xa4','\x8b','\x05','\x02','\x81','\xe0','\xc3','\xe6','\xad','\x37','\xdf','\xe4','\x37','\xbf','\xf9','\x0d','\xc4','\x09','\x40','\x06','\xe6','\x0e','\xb1','\xed','\x32','\xd3','\x5e','\x6c','\xda','\x42','\xf8','\xc0','\x45','\xa0','\x4d','\x4e','\x76','\x36','\x93','\x26','\x4d','\xa2','\x68','\xd4','\xa8','\xcb','\x52','\x76','\x81','\x40','\x20','\x10','\x08','\x04','\x23','\x9f','\x24','\x01','\x48','\x20','\x10','\x08','\xae','\x24','\xa6','\x89','\x4a','\xb2','\x30','\x93','\x4a','\xc0','\xb1','\xd3','\xa2','\x31','\x99','\xe2','\x7f','\x03','\x74','\x3d','\x92','\x74','\x8f','\x40','\x20','\x10','\x08','\x04','\x82','\x8f','\x37','\x42','\x00','\x12','\x08','\x04','\x23','\x0a','\xf3','\x0c','\x4a','\xb2','\xba','\x3a','\x55','\x5a','\xbc','\x00','\x94','\x24','\x1e','\x19','\xb1','\xa0','\x85','\x02','\x81','\x40','\x20','\x10','\x08','\x04','\x36','\xf2','\xf9','\x2f','\x11','\x08','\x04','\x82','\xcb','\x47','\xbc','\x63','\x83','\x78','\x92','\xf5','\x3f','\x31','\xdb','\xfd','\x81','\x76','\xf8','\x80','\x79','\x30','\xd2','\x3a','\x73','\x25','\x10','\x08','\x04','\x02','\x81','\x40','\x60','\x23','\x56','\x06','\x02','\x81','\x60','\x44','\x91','\xca','\xd4','\xcd','\xfa','\x21','\x29','\x29','\xea','\x48','\x23','\x85','\x96','\x47','\x22','\xf5','\x61','\x6d','\x81','\x40','\x20','\x10','\x08','\x04','\x1f','\x6f','\x84','\x00','\x24','\x10','\x08','\x46','\x14','\xba','\x11','\x73','\x49','\x1a','\x4f','\x1a','\xb1','\x28','\xea','\x1d','\x30','\x65','\x5e','\x03','\x3c','\x73','\x09','\x12','\x69','\x6c','\x6c','\x64','\xdd','\xba','\x75','\xdc','\x7a','\xeb','\xad','\xcc','\x9f','\x3f','\x9f','\x35','\x6b','\xd6','\x5c','\xe9','\x22','\x7d','\x24','\xd8','\xb4','\x69','\x13','\x9f','\xff','\xfc','\xe7','\x99','\x3f','\x7f','\x7e','\xb4','\x5e','\x03','\x81','\xc0','\x95','\x2e','\x96','\x40','\x20','\x10','\x08','\x2c','\x2e','\xc9','\x19','\xa0','\x35','\x6b','\xd6','\xe0','\xf5','\x7a','\x2f','\x45','\x56','\x00','\x54','\x57','\x57','\x53','\x52','\x52','\x42','\x59','\x59','\x19','\x55','\x55','\x55','\x97','\x2c','\xdf','\x8f','\x23','\x17','\xdb','\x36','\xd5','\xd5','\xd5','\xac','\x5e','\xbd','\xfa','\x12','\x96','\x48','\x20','\x18','\x1c','\xc3','\x8a','\xbf','\x33','\x90','\x54','\x27','\x79','\x52','\xb9','\x7b','\x8d','\xfe','\x1b','\x88','\x44','\xc2','\xe9','\x35','\x4a','\xe7','\xa1','\xb1','\xb1','\x91','\xda','\xda','\x5a','\xea','\xeb','\xeb','\xa9','\xad','\xad','\x4d','\xfa','\xdd','\x1e','\xa7','\xaa','\xaa','\xaa','\x28','\x2b','\x2b','\x4b','\xf8','\x6d','\xf3','\xe6','\xcd','\x78','\xbd','\x5e','\x2a','\x2b','\x2b','\x59','\xbe','\x7c','\x39','\x59','\x59','\x59','\x17','\x54','\x86','\x0f','\x83','\x40','\x20','\xc0','\x86','\x0d','\x1b','\xa8','\xab','\xab','\xe3','\xf8','\x9e','\x6d','\xcc','\x1a','\x25','\xf1','\xe5','\x0a','\x19','\xa7','\xa2','\xf2','\xf4','\x4b','\xcf','\xb3','\x62','\xc5','\x8a','\xa4','\xf7','\x11','\x0c','\x9d','\x75','\xeb','\xd6','\xb1','\xd9','\xfb','\x14','\x77','\x4e','\x96','\xb9','\xef','\x06','\x73','\x8a','\xdd','\x56','\x57','\xc3','\xda','\xb5','\xf0','\xc8','\x23','\x8f','\x8c','\xa8','\xbe','\x20','\x10','\x08','\x04','\x1f','\x57','\x2e','\x5a','\x00','\x6a','\x6c','\x6c','\xe4','\x95','\x67','\x9f','\x65','\xc9','\xe9','\xd3','\x97','\xa2','\x3c','\x00','\xec','\x79','\xe2','\x09','\x76','\x2a','\x0a','\x7d','\xaa','\xca','\xd7','\x33','\x32','\xa8','\xae','\xae','\x16','\x93','\xf2','\x05','\xe2','\xf5','\x7a','\x59','\x72','\xfc','\xf8','\x05','\xdf','\xbf','\xed','\xa7','\x3f','\xa5','\xa6','\xbc','\x9c','\x65','\xcb','\x96','\x5d','\xc2','\x52','\x09','\x04','\xe9','\x49','\xe7','\xb3','\x9f','\x14','\x69','\x09','\x5e','\xe0','\x92','\x7f','\x8c','\x05','\x71','\x1d','\x06','\xdb','\xb7','\x6f','\xc7','\xeb','\xf5','\xf2','\xc1','\xdb','\xaf','\x31','\x6b','\x94','\xc4','\xe8','\x2c','\x89','\xbf','\xbb','\x21','\x79','\xa8','\xdc','\xf3','\x7e','\x0d','\x7b','\x23','\xf0','\xab','\x27','\xfe','\x1b','\x67','\x61','\x29','\x0f','\x3c','\xf0','\x00','\xcb','\x96','\x2d','\xc3','\xe3','\xf1','\xe0','\xf5','\x7a','\x29','\xef','\xdd','\xc1','\xde','\x4d','\xdb','\x01','\x58','\xb9','\x72','\xe5','\xb0','\xca','\xf0','\x61','\x50','\x57','\x57','\x47','\x6d','\x6d','\x2d','\x35','\x35','\x35','\xdc','\x3e','\x5e','\xa6','\x3c','\x57','\xe2','\xb6','\xf9','\xca','\x95','\x2e','\xd6','\x47','\x0a','\x9f','\xcf','\xc7','\x73','\xeb','\x9f','\xe4','\xa1','\x6b','\x55','\x9c','\x71','\x55','\xbb','\xa8','\x4c','\x66','\x5b','\x5d','\x0d','\x1b','\x36','\x94','\x8c','\x88','\xbe','\x20','\x10','\x08','\x04','\x1f','\x77','\x2e','\x5a','\x00','\x2a','\x2b','\x2b','\xe3','\x9e','\x07','\x1f','\x8c','\x6a','\x19','\xb2','\x22','\x11','\xa6','\x75','\x75','\x51','\xe8','\xf7','\x5f','\x78','\x9e','\x9d','\x9d','\xd1','\xbf','\x57','\x60','\x0a','\x44','\x9f','\x7b','\xf6','\x59','\xee','\x79','\xf0','\x41','\xa1','\x8d','\x18','\x26','\xd5','\xd5','\xd5','\xd1','\xb6','\x71','\xea','\x3a','\xd3','\xbb','\xba','\x28','\xee','\xee','\x4e','\x7b','\xfd','\x89','\xa2','\x22','\x4e','\x67','\x65','\x11','\xb2','\x4c','\x8a','\xaa','\xab','\xab','\x85','\xf0','\x23','\xb8','\xac','\x38','\x9d','\x4e','\x64','\x69','\x68','\xd6','\xb9','\xf1','\x01','\x0a','\x93','\x02','\x0b','\x4a','\x12','\x0e','\x87','\x73','\x58','\x4e','\x10','\xd6','\xac','\x59','\xc3','\x1b','\x2f','\x3d','\xcf','\xed','\x13','\x65','\x56','\x9e','\x47','\x38','\x98','\x3b','\xc6','\xcc','\x77','\x51','\x19','\xf4','\x04','\x9b','\xd9','\xbb','\x69','\x1d','\x4f','\xfd','\xf8','\x87','\xf4','\x84','\xe1','\xfa','\xb1','\x32','\x25','\x13','\x65','\x4e','\x77','\x5f','\x98','\xf6','\xe9','\x52','\xb3','\x6e','\xdd','\x3a','\xde','\xfd','\xf5','\x53','\x94','\x17','\xa5','\x16','\xe6','\x04','\x97','\x86','\xfa','\xfa','\x7a','\xc6','\xe5','\x48','\x09','\xc2','\x8f','\x4d','\xae','\x1b','\x9a','\x9a','\x9a','\x2e','\x7f','\xa1','\x04','\x02','\x81','\x40','\x90','\xc4','\x25','\x99','\x09','\x57','\xaf','\x5e','\x1d','\x15','\x4c','\xb6','\x6f','\xdf','\xce','\x93','\x4f','\x3e','\x49','\xf7','\x8b','\x2f','\x92','\x3b','\xc0','\xe6','\xb9','\x3b','\x2b','\x8b','\xd6','\xac','\x2c','\x4e','\xa6','\x30','\x01','\x70','\xea','\x3a','\xe3','\x02','\x01','\x32','\xc2','\xe1','\xa4','\x05','\x7a','\x59','\x67','\x27','\x65','\x9d','\x9d','\x6c','\xfb','\xe9','\x4f','\x59','\x83','\x30','\x23','\x18','\x0e','\xf1','\x6d','\xd3','\xd0','\xd0','\x80','\xd7','\xeb','\xa5','\xe1','\x89','\x27','\x52','\x0a','\x41','\xef','\x97','\x96','\x52','\xf5','\x85','\x2f','\xf0','\xd4','\xaa','\x55','\x78','\x3c','\x9e','\xcb','\x5d','\x54','\x81','\x00','\x18','\xbe','\x13','\x04','\x30','\x9d','\x1d','\x68','\x29','\xce','\xfb','\xa4','\x8b','\x26','\x3f','\x90','\x40','\x20','\xc0','\xda','\xb5','\x6b','\x39','\xf2','\xc6','\xf3','\x49','\x82','\xcf','\xb6','\x46','\x9d','\xe3','\x5d','\x06','\x27','\x7c','\xb1','\x7c','\x26','\x7a','\x24','\x26','\xe5','\x49','\xcc','\x2b','\x91','\x71','\x2a','\x90','\xed','\x92','\x58','\x54','\x26','\xb1','\xa8','\x6c','\xe4','\x1d','\xab','\x8c','\xd7','\x4a','\xec','\x6e','\xd6','\xd9','\xd6','\xa8','\x47','\xcb','\x2d','\xb8','\xb4','\x54','\x54','\x54','\x70','\xda','\x6f','\x10','\xd2','\x48','\xaa','\xdf','\xb3','\x3d','\xb0','\xa4','\xa2','\xe2','\xca','\x14','\x4c','\x20','\x10','\x08','\x04','\x09','\x5c','\xf2','\xd9','\x7a','\xe1','\xc2','\x85','\x54','\x56','\x56','\xd2','\x99','\x91','\x91','\xf4','\x5b','\x67','\x46','\x06','\xf7','\xff','\xfd','\xdf','\xb3','\x6b','\xd7','\xae','\xa4','\x3f','\xb5','\x6f','\xbd','\xc5','\xa7','\xfe','\xe1','\x1f','\x28','\x7f','\xe8','\x21','\xde','\x9a','\x30','\x81','\xf6','\x9c','\x9c','\xa4','\xfb','\xa7','\x9e','\x3b','\xc7','\xce','\xa7','\x9e','\x62','\xed','\xda','\xb5','\x97','\xba','\xd8','\x23','\x82','\xed','\xdb','\xb7','\xf3','\xf5','\xaf','\x7f','\x9d','\xba','\xba','\xba','\x0f','\x25','\xff','\xf2','\xf2','\x72','\x2a','\x2b','\x2b','\xe9','\x48','\xd1','\x36','\x01','\xb7','\x9b','\x92','\x6b','\xae','\x61','\xf5','\xea','\xd5','\x42','\xf8','\x11','\x5c','\x51','\xc2','\x91','\x08','\x7a','\x8a','\x33','\x40','\xe9','\x48','\x6b','\x32','\x07','\x44','\xc2','\x43','\x0b','\x84','\xba','\x76','\xed','\x5a','\xda','\xea','\x6a','\xb8','\x6b','\x6a','\x6c','\xd5','\xda','\xec','\x37','\xf8','\xd1','\xf6','\x08','\x45','\x95','\xcb','\x58','\xf3','\xf8','\x33','\x09','\xe3','\xd5','\x9a','\xc7','\x9f','\x61','\x72','\xd5','\x4a','\x9e','\xac','\xcf','\xe4','\xcd','\x13','\x3a','\xa1','\x11','\xec','\x6b','\xc1','\xe3','\xf1','\xf0','\xd9','\x15','\x5f','\xe6','\xc9','\xfa','\x4c','\x26','\x57','\xad','\x64','\x72','\xd5','\x4a','\x7e','\x7b','\x78','\x04','\x17','\xf8','\x2a','\xc6','\xae','\xeb','\x5f','\xd7','\x6b','\xb4','\xf7','\xc6','\x04','\xe6','\x6d','\x8d','\x3a','\x65','\x37','\x2e','\x13','\xda','\x74','\x81','\x40','\x20','\x18','\x21','\x7c','\x28','\xb6','\x10','\x1e','\x8f','\x87','\xc8','\x30','\x63','\x6f','\x78','\x3c','\x9e','\xa8','\x6d','\xf4','\xdd','\x77','\xdf','\x8d','\xd7','\xeb','\xe5','\xd8','\xc6','\x8d','\x4c','\x6c','\x6b','\x4b','\xb8','\x6e','\x62','\x5b','\x1b','\xef','\xac','\x5f','\xcf','\xfa','\xb2','\x32','\x56','\xac','\x58','\x71','\xc9','\xca','\x3c','\x12','\xf0','\x7a','\xbd','\xb4','\x3e','\xfb','\x2c','\xff','\xf8','\xd2','\x4b','\xfc','\xeb','\xd3','\x4f','\x53','\x59','\x59','\x79','\xc9','\x9f','\xe1','\xf1','\x78','\x08','\xa7','\x68','\x9b','\x7e','\x87','\x43','\x9c','\xb1','\x12','\x8c','\x08','\x74','\x4d','\xc3','\xd0','\x87','\x66','\x3a','\x36','\x98','\x13','\x04','\x0c','\x03','\xdd','\xd0','\x52','\x6a','\x86','\xe2','\x59','\xb7','\x6e','\x1d','\x47','\xde','\x78','\x3e','\x41','\xf8','\x69','\xef','\x35','\xd8','\x1e','\x99','\xce','\xbf','\xfc','\xdb','\x97','\x59','\xb2','\x64','\x49','\xd2','\x3d','\x15','\x15','\x15','\x54','\x54','\x54','\xb0','\x6a','\xd5','\x2a','\xd6','\xad','\x5b','\xc7','\x33','\xbf','\x7c','\x8a','\xfb','\xca','\x65','\x0a','\x33','\x47','\x66','\xd0','\xd5','\x55','\xab','\x56','\xb1','\x6a','\xd5','\xaa','\xe8','\xbf','\xbd','\x5e','\x2f','\x21','\xad','\x57','\x68','\x81','\xd2','\x10','\xef','\x28','\xa2','\xba','\xba','\x3a','\x65','\x1f','\x48','\xc7','\xaa','\x55','\xab','\x28','\x2b','\x2b','\x63','\xc3','\x86','\x0d','\xd4','\xef','\xae','\x07','\x4c','\x53','\xe2','\x47','\x1e','\x79','\xe4','\xc3','\x2a','\xae','\x40','\x20','\x10','\x08','\x86','\xc9','\x88','\x34','\x06','\x5f','\xb8','\x70','\x21','\x33','\x67','\xce','\xe4','\xfb','\x1e','\x4f','\x4a','\x73','\xad','\xc9','\x1d','\x1d','\x78','\xbd','\xde','\x8f','\x94','\x00','\xd4','\xd8','\xd8','\xc8','\xbb','\xaf','\xbe','\xca','\x62','\xbf','\x9f','\xa6','\x14','\xda','\xaf','\x4b','\x45','\x69','\x69','\x29','\xbd','\x4a','\xf2','\xaa','\x27','\x22','\xcb','\x42','\xf3','\x23','\x18','\x11','\x28','\x8a','\x82','\x24','\x0f','\xcf','\x09','\xc2','\x60','\x66','\x6e','\x4a','\x8a','\xfe','\x6e','\x13','\x6f','\x1e','\x16','\xcf','\x0b','\x0d','\x3a','\x7f','\xfe','\xf5','\xe5','\x43','\x5a','\xf8','\xda','\x0b','\xde','\xef','\xad','\xf9','\x06','\x9f','\x9b','\xa5','\x8c','\x58','\x21','\x28','\x1e','\x8f','\xc7','\x43','\x28','\x12','\xc0','\xa9','\x8c','\xfc','\xb2','\x5e','\x09','\x36','\x6c','\xd8','\xc0','\xde','\x4d','\xeb','\x28','\xcf','\x95','\xf0','\x7a','\x19','\x96','\x00','\x04','\xb0','\x74','\xe9','\x52','\x96','\x2e','\x5d','\xfa','\xe1','\x14','\x4e','\x20','\x10','\x08','\x04','\x17','\xcd','\xc8','\x33','\x58','\xb7','\xc8','\xca','\xca','\xa2','\xba','\xba','\x9a','\xe3','\x29','\x16','\xe5','\xae','\x50','\x08','\xfd','\xf0','\xe1','\x94','\xae','\x69','\xaf','\x56','\x36','\x6d','\xda','\xc4','\x98','\xbe','\xbe','\x2b','\x5d','\x0c','\x81','\xe0','\x8a','\x23','\xcb','\x32','\xb2','\x3c','\x34','\xd5','\x84','\x61','\x18','\x18','\x86','\x81','\xae','\xeb','\xc9','\x66','\x70','\x96','\x13','\x84','\xc1','\xbc','\xc0','\xd5','\xd4','\xd4','\xb0','\x70','\xc0','\x79','\x98','\x13','\x9d','\x06','\xd7','\xdc','\x74','\xe7','\xb0','\x16','\xb0','\x4b','\x97','\x2e','\xe5','\x6b','\xab','\xff','\x99','\x17','\x1a','\x46','\xb6','\x39','\x9c','\x4d','\x4e','\x4e','\x0e','\xc1','\xab','\xa0','\x9c','\x57','\x8a','\x8d','\x1b','\x37','\x32','\x73','\x94','\x10','\x0e','\x05','\x02','\x81','\xe0','\xa3','\xca','\x88','\x15','\x80','\xc0','\x3c','\xb3','\x32','\x7e','\xce','\x1c','\x02','\x6e','\x77','\xd2','\x6f','\x39','\xc1','\x20','\xf5','\xf5','\xf5','\x57','\xa0','\x54','\x97','\x9e','\x86','\x86','\x06','\x7e','\xfe','\xc4','\x13','\x09','\xde','\xef','\x04','\x82','\x8f','\x2b','\xb2','\x2c','\xa7','\x74','\x78','\x90','\xce','\x09','\x82','\x24','\x49','\x29','\x3d','\xbd','\x49','\x80','\x2c','\x4b','\xa9','\x5d','\x64','\x5b','\xa4','\x5a','\xe8','\x9e','\x0b','\x18','\x54','\x5c','\xc0','\x61','\xf5','\xa5','\x4b','\x97','\x72','\xef','\xe7','\xff','\x94','\xdd','\xcd','\x43','\x3f','\xbf','\x74','\xa5','\xf0','\x78','\x3c','\x57','\x85','\xa0','\x76','\x25','\xd8','\xbc','\x79','\x33','\x39','\xbd','\x4d','\x64','\xbb','\x84','\x00','\x24','\x10','\x08','\x04','\x1f','\x55','\x46','\xb4','\x00','\x04','\x30','\x73','\xe6','\x4c','\x7a','\x5c','\xae','\xa4','\x74','\x87','\xae','\xe3','\xf3','\xf9','\xae','\x40','\x89','\x2e','\x3d','\x5e','\xaf','\x97','\xe9','\x5d','\x5d','\xa8','\x22','\x6a','\xbd','\x40','\x40','\x38','\x1c','\x4e','\xe9','\x04','\x21','\x9d','\x91','\x5b','\xd4','\x09','\x42','\x0a','\x01','\x29','\x12','\x8e','\xa4','\xd5','\x00','\x35','\x36','\x36','\x12','\x6a','\x4f','\x5e','\xe8','\xf6','\x47','\xb8','\x60','\x73','\xd0','\x15','\x2b','\x56','\xb0','\xbd','\xf9','\xea','\xd0','\x02','\x09','\x52','\xe3','\xf5','\x7a','\x59','\x58','\x3a','\xe2','\xa7','\x46','\x81','\x40','\x20','\x10','\x5c','\x04','\x23','\x7e','\x94','\xf7','\xf9','\x7c','\xa8','\x83','\xec','\xe0','\x5e','\xed','\xac','\x59','\xb3','\x86','\xf7','\x7e','\xf1','\x8b','\x41','\x63','\xf3','\x08','\x04','\x1f','\x27','\x74','\x5d','\x4f','\xa9','\x00','\x8a','\xc7','\x36','\x7d','\x4b','\x48','\x1b','\x78','\x0d','\xa0','\x69','\x91','\xb4','\xe7','\x83','\x9a','\x9a','\x9a','\x28','\x4c','\x76','\x88','\x48','\xde','\x45','\xc4','\x6b','\xf1','\x78','\x3c','\x54','\x7f','\x71','\x25','\x07','\x5b','\x3f','\xba','\x63','\xd6','\x47','\x99','\x75','\xeb','\xd6','\x11','\x3a','\xbe','\x8d','\x92','\x1c','\xa1','\xfd','\x11','\x08','\x04','\x82','\x8f','\x32','\x23','\xd2','\x09','\x42','\x3c','\x75','\x75','\x75','\xcc','\xef','\xed','\x4d','\x4a','\xef','\x73','\x38','\x28','\x2d','\x2d','\x1d','\x56','\x5e','\xb5','\xb5','\xb5','\xd1','\x28','\xef','\xf1','\x54','\x54','\x54','\x50','\x55','\x55','\xc5','\xf2','\xe5','\xcb','\x87','\x1c','\x5f','\xc8','\xf6','\x12','\x54','\x5b','\x5b','\x9b','\x60','\x8a','\x57','\x55','\x55','\x15','\xcd','\xaf','\xb9','\xb9','\x19','\xaf','\xd7','\x4b','\x65','\x65','\x65','\x4a','\xf7','\xa7','\xeb','\xd6','\xad','\xa3','\xf6','\x99','\x67','\x58','\xd0','\xd2','\x32','\xac','\xf7','\xb8','\xda','\xa9','\xaf','\xaf','\x67','\xeb','\xd6','\xad','\x6c','\xdc','\xb8','\x91','\xc6','\xc6','\xc6','\x84','\xdf','\xca','\xca','\xca','\x78','\xe0','\x81','\x07','\x58','\xbc','\x78','\xf1','\xb0','\xcd','\x90','\x6a','\x6a','\x6a','\xa8','\xa9','\xa9','\xc1','\xef','\xf7','\x53','\x5d','\x5d','\x1d','\x75','\x92','\x91','\xae','\xad','\x6c','\xef','\x4e','\x1f','\x86','\xb7','\x3d','\xc1','\x85','\xa3','\xaa','\x2a','\x72','\x0a','\xad','\x4d','\x2a','\x4d','\x8e','\xae','\xeb','\xc8','\xb2','\x9c','\xda','\xcc','\xcd','\x30','\x40','\x92','\x07','\x3d','\x03','\x94','\x8a','\xc9','\xf9','\x12','\xbf','\xa9','\xad','\xe5','\xcb','\x5f','\xfe','\xf2','\x05','\xc5','\x1b','\xab','\xa8','\xa8','\x60','\xf7','\xcb','\x06','\x73','\x87','\x7d','\xa7','\xe0','\x4a','\xb2','\x69','\xd3','\x26','\x5e','\xfc','\xe5','\x53','\x7c','\x61','\xae','\x70','\x8d','\x27','\x10','\x08','\x04','\x1f','\x75','\x46','\xb4','\x00','\xb4','\x7e','\xfd','\x7a','\x5c','\xad','\xad','\x29','\x4d','\xc3','\x5a','\x32','\x32','\xa8','\xaa','\xaa','\x1a','\x52','\x3e','\x9b','\x36','\x6d','\x62','\xc3','\x86','\x0d','\x74','\xef','\xdc','\x49','\x46','\x24','\xc2','\x92','\x01','\xae','\xb5','\x03','\xcd','\xcd','\xbc','\xbc','\x6d','\x1b','\x3f','\xfc','\xe1','\x0f','\xa9','\xae','\xae','\x8e','\x06','\x0e','\x1d','\xac','\x5c','\x5e','\xaf','\x17','\x57','\x7d','\x3d','\xa3','\x7a','\x7a','\x58','\xd2','\xdf','\x1f','\xfd','\xad','\xf5','\xd9','\x67','\x39','\xe6','\x72','\xf1','\xe4','\x7f','\xfd','\x17','\x01','\x55','\x65','\x5e','\x5b','\x1b','\x3f','\xdf','\xb4','\x09','\x20','\x2a','\x04','\xd9','\x41','\x17','\x5f','\xff','\xc5','\x2f','\xb8','\xe6','\xec','\xd9','\x94','\xcf','\xf8','\xea','\x57','\xbf','\x9a','\xf0','\xef','\x65','\xcb','\x96','\x51','\x5d','\x5d','\x4d','\x79','\x79','\xf9','\x90','\xde','\x79','\x24','\x62','\x0b','\x9f','\xdb','\x5f','\x7e','\x99','\xc2','\x60','\x90','\x89','\x3e','\x1f','\xe5','\xa1','\x50','\xc2','\x35','\xc1','\xa6','\x26','\x5e','\xae','\xaf','\x67','\xbd','\xcb','\xc5','\xc2','\x4f','\x7d','\x8a','\xea','\xea','\x6a','\x16','\x2e','\x5c','\x98','\x36','\x4f','\x9f','\xcf','\xc7','\xba','\x75','\xeb','\xf0','\x7a','\xbd','\x4c','\x08','\x04','\x28','\xf1','\xf9','\x28','\xd4','\x75','\xbc','\x98','\xe6','\x48','\xf6','\x6f','\xa3','\x9a','\x9a','\x92','\xda','\x6a','\xcf','\x13','\x4f','\xf0','\xfa','\x2f','\x7e','\xc1','\xbc','\x4f','\x7f','\xfa','\xbc','\xcf','\x11','\x5c','\x3e','\x64','\x39','\xb5','\xd0','\x92','\x4a','\x93','\x63','\x6b','\x82','\x0c','\xc3','\x40','\x62','\x80','\x16','\x48','\x92','\x50','\x07','\xf1','\x00','\x97','\x8e','\x6c','\x97','\xc4','\x34','\xf9','\x0c','\x6b','\xd7','\xae','\xbd','\xa0','\xa0','\xcb','\x95','\x95','\x95','\x7c','\xb3','\xd3','\xe0','\xae','\x61','\x3f','\x59','\x70','\xa5','\xd8','\xbc','\x79','\x33','\x1b','\x36','\x6c','\xe0','\xbe','\x72','\x11','\x20','\x56','\x20','\x10','\x08','\x3e','\x0e','\x8c','\x58','\x01','\x68','\xd3','\xa6','\x4d','\xfc','\xe8','\x7b','\xdf','\x63','\xd1','\x00','\x61','\x05','\xe0','\x6c','\x6e','\x2e','\x9f','\xf8','\xec','\x67','\x87','\x14','\xb7','\x66','\xcd','\x9a','\x35','\xbc','\xfe','\x8b','\x5f','\x30','\xa5','\xa3','\x83','\xb1','\x71','\x8b','\xdf','\x78','\xb2','\xfa','\xfb','\xc9','\xea','\xef','\x8f','\xc6','\x18','\x5a','\x03','\x69','\x17','\x3e','\xeb','\xd6','\xad','\xa3','\xe6','\xc7','\x3f','\x66','\x76','\x6b','\x2b','\xae','\x01','\x8b','\x77','\x80','\x42','\xbf','\x9f','\x42','\xbf','\x9f','\x89','\x71','\x69','\xf1','\x41','\x61','\x6d','\xe1','\x67','\xe7','\x53','\x4f','\x31','\x37','\xc5','\xbb','\x01','\xcc','\x3d','\x73','\x26','\x29','\xad','\xe1','\x89','\x27','\xf0','\x02','\x8f','\x3d','\xf6','\xd8','\x60','\xaf','\x3b','\x62','\x59','\xbf','\x7e','\x3d','\x3f','\xfa','\xde','\xf7','\x98','\xd9','\xd1','\xc1','\x02','\xbf','\x3f','\xed','\x75','\xae','\x50','\x88','\x89','\x6d','\x6d','\x4c','\xc4','\x14','\x26','\xbd','\x98','\x66','\x45','\x03','\x05','\xbf','\xfa','\xfa','\x7a','\x6a','\x6a','\x6a','\x78','\xd1','\xeb','\x65','\x5c','\x20','\x90','\x20','\xd4','\x06','\x9d','\x4e','\x20','\xd6','\xf6','\xf3','\xcf','\x9e','\x4d','\x29','\x44','\x97','\x75','\x76','\x52','\xd6','\xd9','\x49','\xeb','\xb3','\xcf','\xf2','\xa4','\xcf','\x87','\xcf','\xe7','\x1b','\xb6','\xbb','\x5b','\xc1','\xa5','\x27','\xad','\xd3','\x82','\x41','\xec','\xe2','\x24','\x49','\x32','\xdd','\x64','\x0f','\xb8','\x46','\x92','\xe5','\xb4','\x26','\x70','\x15','\x15','\x15','\x9c','\xf6','\xa7','\xfe','\x6d','\x51','\x99','\xcc','\xb6','\xba','\x1a','\xbe','\xff','\x7d','\x7d','\xd8','\x1b','\x0f','\x1e','\x8f','\x87','\x71','\x53','\x2b','\x68','\xef','\x3d','\x34','\xe4','\x7b','\x06','\xa3','\xa6','\xa6','\x86','\x86','\x86','\x86','\x24','\xcd','\x35','\x10','\x2d','\xdb','\x48','\x09','\xb0','\x79','\x39','\xcb','\x6a','\x6b','\x92','\x07','\x6a','\x76','\x21','\xa6','\x89','\x1f','\x8a','\x56','\xdf','\xde','\x20','\x5b','\xa8','\x1e','\xba','\xa4','\x2e','\xcc','\x1b','\x1b','\x1b','\xd9','\xb4','\x69','\x13','\x5e','\xaf','\x17','\x9f','\xcf','\x37','\xa4','\xcd','\xb5','\xf3','\xe5','\x57','\x5b','\x5b','\x4b','\x5d','\x5d','\x5d','\x52','\xb0','\x6c','\xdb','\xea','\x60','\xe6','\xcc','\x99','\x17','\xad','\xd1','\xb6','\x9f','\x51','\x53','\x53','\x43','\x65','\x65','\x65','\xca','\x38','\x48','\xf5','\xf5','\xf5','\xfc','\xfa','\xd7','\xbf','\x4e','\x68','\xe7','\x0b','\xb1','\xa4','\x10','\x08','\x04','\x82','\x2b','\xc5','\x88','\x12','\x80','\x7c','\x3e','\x1f','\x35','\x35','\x35','\x34','\x35','\x35','\xf1','\xdb','\xe7','\x9e','\xe3','\xda','\x14','\x42','\x46','\xd0','\xe9','\xe4','\x50','\x5e','\x1e','\x8f','\x55','\x57','\x9f','\x37','\xbf','\x35','\x6b','\xd6','\xb0','\xed','\xa7','\x3f','\x65','\xee','\xb9','\x73','\x00','\xb4','\xe7','\xe4','\xd0','\x94','\x93','\x43','\xab','\xe5','\x54','\x61','\x54','\x30','\xc8','\x84','\xee','\x6e','\x72','\x03','\x81','\xe8','\x3d','\x15','\x2d','\x2d','\xec','\x7c','\xea','\x29','\xd6','\x42','\xd2','\x64','\xb5','\x79','\xf3','\x66','\x7e','\xf5','\x93','\x9f','\x70','\x5d','\x4b','\x0b','\xaa','\xa6','\x11','\x74','\x3a','\x39','\x9d','\x97','\xc7','\xc9','\xb8','\xc1','\xde','\xd6','\x42','\x64','\xa5','\x11','\xb6','\x36','\x6c','\xd8','\xc0','\xce','\xa7','\x9e','\x4a','\x0a','\xf0','\xfa','\x51','\x66','\xf3','\xe6','\xcd','\xfc','\xcf','\x7f','\xfc','\x07','\x8b','\xce','\x9e','\x8d','\xb6','\x67','\x44','\x51','\x38','\x51','\x58','\x98','\x50','\x77','\x53','\xfc','\xfe','\x84','\x7a','\x29','\xf4','\xfb','\x69','\x7e','\xee','\x39','\xbc','\x1e','\x4f','\x82','\xe0','\xb7','\x7e','\xfd','\x7a','\x9e','\xfe','\xce','\x77','\x28','\xeb','\xe9','\xe1','\xe6','\x41','\xce','\x4e','\xbd','\xb3','\x7e','\x3d','\x73','\x87','\x60','\x5e','\x58','\xe8','\xf7','\xd3','\xfd','\xe2','\x8b','\x78','\x31','\x9d','\x6e','\x94','\x94','\x94','\x5c','\xc0','\x5b','\x0a','\x2e','\x15','\xb6','\x5b','\xeb','\xa4','\xf4','\x14','\xd7','\x9e','\xcf','\x0b','\x9c','\x16','\x89','\xa4','\x7d','\x4e','\xbc','\xa0','\x92','\x6a','\xe1','\xbb','\xa8','\x4c','\xa6','\x61','\xef','\xaf','\xf9','\xc6','\x81','\x03','\x2c','\x5f','\xbe','\x7c','\x58','\x6e','\xb1','\xcb','\xca','\xca','\xf0','\x37','\x5e','\x9c','\x00','\x64','\x6b','\x2f','\x67','\x65','\xf7','\xe0','\x56','\xe1','\xef','\x6e','\x48','\x1e','\xae','\xb7','\xd5','\xd5','\xd0','\xf8','\x0e','\xfc','\xf4','\xa7','\x3f','\x4d','\x30','\xfb','\xbc','\xdc','\x5c','\xce','\xb2','\xda','\x02','\x4b','\x5f','\xd3','\x41','\x26','\xe5','\x49','\xdc','\x58','\x20','\x71','\xdf','\x80','\xe7','\x9d','\x68','\xdc','\xc2','\xde','\x86','\xcd','\x51','\xad','\xfe','\x60','\x1b','\x5a','\x2f','\x9e','\x27','\x88','\x6d','\x5d','\x5d','\x1d','\xf3','\xe7','\xcf','\x4f','\x4a','\x4f','\x25','\xd0','\xc4','\x07','\x50','\x3d','\xbe','\x67','\x1b','\xb3','\x46','\x49','\x7c','\xb9','\x42','\xc6','\xa9','\xa8','\x3c','\xfd','\xd2','\xf3','\xac','\x58','\xb1','\x62','\xd8','\x01','\xa7','\x6d','\xcd','\xf9','\x07','\x6f','\xbf','\xc6','\xac','\x51','\x12','\xe5','\xb9','\x12','\xb7','\x0d','\x78','\xdf','\xf6','\xde','\x43','\xec','\xdd','\xd4','\x40','\xed','\x2f','\x0c','\x28','\x9e','\x31','\xec','\xfe','\xda','\xd8','\xd8','\x18','\xb5','\x6c','\x98','\x3f','\x5a','\x62','\x42','\x9e','\xc4','\xdf','\xdd','\xa0','\xd2','\xec','\xdf','\x91','\x10','\x07','\xc9','\x16','\x6e','\xdf','\xaf','\xdd','\xc8','\x24','\xeb','\x9a','\xa4','\x32','\xd4','\xd6','\x0e','\xfb','\xf9','\x02','\x81','\x40','\x70','\xb9','\xb9','\xac','\x02','\x50','\x7e','\x5f','\x1f','\x3f','\xfc','\xe1','\x0f','\xf9','\xe1','\x0f','\x7f','\x98','\xf2','\x77','\xa7','\xae','\x33','\x2e','\x10','\x20','\x23','\x1c','\x66','\x71','\x8a','\x85','\x6d','\x77','\x56','\x16','\x7b','\x8a','\x8a','\xf8','\x8b','\xaf','\x7d','\xed','\xbc','\x3b','\xb2','\xb6','\xf0','\x33','\xd5','\x12','\x7e','\x4e','\x14','\x15','\x31','\xf9','\x81','\x07','\xf8','\xea','\xb2','\x65','\xd1','\x1d','\xb2','\xcd','\x9b','\x37','\xe3','\xf5','\x7a','\x39','\xf1','\xda','\x6b','\x09','\x0b','\x6f','\x5b','\x13','\xb4','\xce','\xe3','\x49','\x8a','\x9e','\x5e','\xd1','\xd1','\x11','\x15','\x7e','\xb6','\x95','\x94','\xf0','\x17','\x5f','\xfb','\x5a','\xc2','\x44','\x6e','\x9f','\x43','\xe9','\x79','\xe7','\x9d','\x94','\x8e','\x0d','\x96','\x2f','\x5f','\x1e','\x3d','\x1b','\x64','\x73','\x53','\x53','\x53','\x82','\xa0','\xb7','\x67','\xec','\xd8','\xa8','\x90','\x66','\x63','\x9b','\xc0','\x5d','\x8d','\xd8','\xf5','\x16','\xff','\x8e','\x1f','\x8c','\x19','\xc3','\xb2','\x3f','\xff','\xf3','\x68','\xfd','\xda','\x9a','\xb1','\x77','\xd6','\xaf','\xa7','\x22','\x4e','\x68','\x29','\xee','\xee','\xe6','\xb7','\xcf','\x3d','\xc7','\x97','\xbe','\xf4','\xa5','\xe8','\xc2','\xc1','\xeb','\xf5','\x32','\xbb','\xb5','\x95','\xd6','\xac','\x2c','\xba','\xb3','\xb2','\x12','\x04','\x58','\x9b','\x9e','\x63','\xc7','\x58','\xd0','\xd2','\x42','\xc0','\xed','\xa6','\xd9','\xe3','\x89','\x0a','\x5a','\x59','\x91','\x08','\x93','\x7c','\xbe','\xa4','\xb6','\xc9','\x0d','\x04','\x68','\xfc','\xdd','\xef','\x78','\x7a','\xfc','\xf8','\x8b','\xda','\xa5','\x15','\x5c','\x3c','\x9a','\xa6','\xa5','\xd4','\xda','\x9c','\x6f','\x6f','\x3e','\x95','\x53','\x04','\x5d','\xd7','\x06','\x75','\x83','\x5d','\x55','\x55','\xc5','\xde','\x4d','\x0d','\x69','\x17','\xbf','\xe5','\x45','\x32','\x45','\xbd','\x87','\xf8','\xd9','\xf7','\xbf','\xc9','\x81','\x03','\x07','\x58','\xb9','\x72','\xe5','\x90','\x04','\xe4','\xea','\xea','\x6a','\xbc','\x5e','\x98','\x63','\x69','\x21','\x86','\x83','\x3d','\x2e','\xc9','\xa7','\xb7','\x5b','\x8b','\xe7','\xf4','\xbe','\x6a','\x16','\x95','\x99','\xbf','\xf5','\x04','\x9b','\xf9','\xed','\xcf','\x7e','\x40','\x63','\x63','\xe3','\x05','\x99','\xed','\x5d','\x28','\x97','\xb3','\xac','\xcd','\xcd','\xcd','\x3c','\xfd','\xf4','\xd3','\xec','\xdb','\xfc','\x3c','\x37','\x8e','\x97','\x29','\x9c','\x9d','\xde','\x56','\x6d','\x62','\xbe','\xc4','\xc4','\x7c','\x29','\xaa','\xc9','\xfb','\xda','\xd7','\x4e','\x25','\x68','\x32','\xec','\xf1','\xa6','\xf1','\x9d','\x1a','\xbe','\x30','\x57','\x49','\x6b','\xf6','\x56','\x92','\x23','\xa5','\x14','\xe6','\x00','\xbe','\xe3','\xf5','\x46','\xc7','\x8a','\x78','\xad','\xc9','\xed','\xe3','\x65','\x53','\x48','\x99','\x7f','\x71','\xb6','\x74','\x76','\x19','\xdf','\x78','\xe9','\x79','\x6e','\x9f','\x28','\xb3','\x72','\x90','\xfc','\x0a','\x33','\xa5','\x68','\x1f','\x6e','\xef','\x3d','\xc4','\x86','\xff','\x3e','\x7f','\x7f','\x8d','\x3f','\x1b','\xd9','\x7e','\xe2','\x20','\xb3','\x46','\xa5','\x7f','\x57','\x88','\x09','\x9e','\xe5','\x5a','\x03','\x9f','\x4d','\x51','\xf7','\x76','\x19','\xda','\x7b','\x0f','\xf1','\xe3','\xef','\x7e','\x13','\xe0','\xaa','\x14','\x82','\xec','\x71','\x64','\xb8','\x67','\x07','\x05','\x26','\xe1','\x70','\x18','\x49','\x92','\x50','\xd5','\xe1','\x2d','\x2f','\x23','\x91','\x44','\x8f','\x9d','\xf6','\xdf','\x53','\x6d','\x6e','\x09','\x04','\x97','\x82','\xcb','\x2a','\x00','\xe5','\x06','\x02','\x2c','\x39','\x7e','\x7c','\xd8','\xf7','\xd9','\x8b','\xd8','\x31','\x77','\xdc','\xc1','\x9a','\x14','\xea','\xf8','\x81','\x6c','\xde','\xbc','\x99','\x57','\x9e','\x7d','\x96','\xc5','\x96','\xf0','\x73','\x36','\x37','\x97','\x79','\x5f','\xfa','\x12','\x8f','\x3e','\xfa','\x68','\xc2','\x64','\xbb','\x64','\xc9','\x12','\x16','\x2f','\x5e','\xcc','\xd7','\xbe','\xf6','\x35','\xba','\x5f','\x7c','\x31','\x61','\x21','\x3d','\xad','\xb5','\x95','\x9f','\x3f','\xf1','\x04','\x2b','\x56','\xac','\xc0','\xe3','\xf1','\x50','\x5f','\x5f','\x4f','\xc3','\x5b','\x6f','\xb1','\xc0','\xba','\xa6','\xd9','\xe3','\xe1','\xab','\x7f','\xf5','\x57','\x49','\xbb','\x98','\xcb','\x96','\x2d','\x63','\xf6','\xec','\xd9','\x7c','\xe3','\x1b','\xdf','\x20','\xb0','\x65','\x4b','\x92','\x26','\x28','\x2b','\x2b','\x8b','\xd5','\xab','\x57','\x47','\x27','\xce','\x7b','\xef','\xbd','\x17','\x52','\x78','\x9c','\x7a','\xfc','\xf1','\xc7','\x3f','\x12','\x87','\xf3','\x07','\xd6','\x1b','\x98','\x5a','\xbc','\xec','\xc9','\x93','\x13','\x84','\x4b','\xbb','\x5e','\x3e','\xbf','\x6f','\x5f','\x52','\xbd','\x8d','\xe9','\xeb','\xa3','\xb6','\xb6','\x96','\x95','\x2b','\x57','\x02','\xd6','\xe2','\x12','\x73','\xf1','\x7a','\xe0','\xc0','\x81','\x24','\x01','\x56','\xd1','\x34','\x66','\xb7','\xb6','\xd2','\x9e','\x93','\x43','\xf0','\xe6','\x9b','\xf9','\xe3','\x65','\xcb','\xa2','\x66','\x37','\xf6','\x0e','\xe6','\x8e','\xf5','\xeb','\xa3','\xc2','\xb1','\x4d','\x59','\x67','\x27','\xaf','\x3c','\xfb','\x2c','\xcb','\x96','\x2d','\xbb','\xaa','\xcf','\x5a','\x5d','\xed','\x28','\x8a','\x82','\x94','\x6a','\xd2','\x4b','\xb3','\x20','\x49','\xe5','\x11','\xce','\xfa','\x01','\x24','\x79','\xd0','\x09','\x74','\xf9','\xf2','\xe5','\x66','\x2c','\xa0','\x60','\x73','\xda','\xb8','\x2f','\x85','\x99','\x12','\x9f','\x9d','\xad','\xb0','\xe7','\xfd','\x1a','\xfe','\xec','\xbd','\xf7','\x86','\xa4','\xbd','\x58','\xb8','\x70','\xe1','\x05','\x9d','\x29','\xdb','\xb4','\x69','\x13','\xdf','\x5b','\xf3','\x0d','\x1e','\x98','\xa1','\x50','\x32','\xd1','\x2c','\xf7','\x9e','\x16','\x9d','\xf7','\x9b','\x0d','\xce','\xf5','\x99','\xef','\x38','\xd1','\x23','\x31','\x6f','\x8c','\x44','\x79','\x51','\xec','\xbd','\xb2','\x5d','\x12','\xf7','\xcd','\x50','\xd8','\x56','\x57','\xc3','\xda','\xb5','\xe9','\x4d','\x78','\x2f','\x25','\x97','\xb3','\xac','\xf6','\x77','\xdb','\xbb','\xeb','\xd7','\xdc','\x37','\xc3','\x5c','\x7c','\x87','\x34','\xd8','\xdd','\xac','\xf3','\x87','\x53','\x31','\x01','\x77','\xa2','\x47','\xe2','\x96','\x09','\x72','\x82','\x17','\xb7','\x45','\x65','\x72','\x54','\x93','\xe1','\xf1','\x78','\x58','\xb8','\x70','\x21','\x1b','\x36','\x6c','\xa0','\xad','\xae','\x86','\x5b','\x26','\x5e','\xfc','\xe2','\x6a','\xdd','\xba','\x75','\xec','\x7c','\xf1','\xa9','\xa8','\xd6','\xe4','\x52','\x60','\x0b','\x3f','\x6d','\x75','\x35','\x09','\x82','\x4f','\x43','\x9b','\x4e','\x43','\x9b','\x41','\x7d','\x87','\x59','\xbf','\xd9','\x0e','\x58','\x58','\x22','\x33','\x2f','\x2e','\x98','\x6f','\x61','\xa6','\x59','\xbf','\x7b','\xde','\xaf','\xe1','\x1b','\xa7','\x4e','\xa5','\x34','\x61','\xb3','\x85','\x9f','\xbd','\x9b','\xd6','\x71','\x63','\x81','\x44','\xe1','\x79','\x84','\xb5','\xf5','\xeb','\xd7','\xf3','\xcc','\xe3','\x3f','\xb0','\x34','\x65','\x83','\xd7','\x59','\x61','\xa6','\xc4','\x7d','\xe5','\x32','\x1b','\x36','\x6c','\xa0','\xaa','\xaa','\xea','\xaa','\x32','\x87','\x13','\xc2','\xcf','\xc5','\x61','\x0b','\x3f','\xc3','\xad','\x3f','\x4d','\xd3','\x90','\x24','\x09','\x65','\xc0','\x99','\xcd','\xe8','\xf9','\x4e','\xd1','\x1e','\x82','\x0f','\x81','\xab','\x42','\xb4','\x6e','\xcd','\xce','\x26','\x2c','\xcb','\xd4','\xd7','\xd7','\x0f','\x29','\xf8','\xa9','\xad','\x71','\xb0','\x39','\x94','\x97','\x47','\x75','\x75','\x75','\xca','\x81','\x38','\x2b','\x2b','\x8b','\x65','\xcb','\x96','\x71','\x26','\x27','\x27','\x21','\x5d','\xd5','\x34','\x4a','\xac','\x85','\x37','\xc0','\xd6','\xad','\x5b','\x29','\x0c','\x06','\x13','\x7e','\xf7','\xa7','\x39','\xcb','\x52','\x5e','\x5e','\xce','\xf2','\xe5','\xcb','\x39','\x95','\x97','\x37','\x94','\xd7','\xfb','\x48','\x73','\xe0','\xc0','\x01','\x72','\xc3','\xe1','\x84','\x34','\x45','\xd3','\xd2','\xc6','\x70','\x4a','\x17','\xf7','\x29','\x9e','\x15','\x2b','\x56','\xf0','\xe2','\x8b','\x2f','\xf2','\xf0','\xc3','\x0f','\xb3','\x72','\xe5','\x4a','\x7c','\xd6','\x99','\x1f','\x1b','\x55','\xd3','\xe8','\xca','\xc8','\x60','\xd4','\x83','\x0f','\xf2','\xe8','\xa3','\x8f','\x26','\x9c','\x39','\x28','\x2f','\x2f','\xe7','\xb1','\xc7','\x1e','\x63','\xd1','\x97','\xbe','\xc4','\x89','\xa2','\xa2','\xa4','\xbc','\x27','\xf9','\x7c','\x29','\xcf','\x2f','\x08','\x2e','\x1f','\x8a','\xa2','\xa4','\xf4','\x02','\x97','\xca','\x08','\xce','\x5e','\xb0','\xa4','\xd4','\xf2','\x48','\x12','\x0e','\x87','\x23','\x69','\x52','\x8d','\x27','\x2b','\x2b','\x8b','\xea','\xea','\x6a','\x5e','\x3e','\x7c','\x7e','\xb7','\xd5','\x73','\xc7','\xc8','\xdc','\x5f','\xdc','\xcc','\xeb','\xcf','\xfc','\x80','\xaf','\x7e','\xf5','\xab','\x6c','\xde','\xbc','\xf9','\xbc','\xf7','\x0c','\x07','\x5b','\xa0','\xf8','\xdc','\x2c','\x85','\x92','\x1c','\x89','\x9e','\xa0','\xc1','\x73','\xfb','\x34','\xb2','\x17','\x2c','\xe3','\xc9','\x0d','\x2f','\xb0','\x6b','\xd7','\x2e','\x76','\xed','\xda','\xc5','\x9a','\xc7','\x9f','\x41','\x99','\xf3','\x19','\x5e','\x38','\x98','\x7c','\xae','\x6d','\x51','\x99','\x4c','\x5b','\x5d','\x0d','\x6b','\xd7','\xae','\xbd','\xa4','\x65','\xbb','\x92','\x65','\xb5','\x85','\x1f','\x6d','\xef','\xaf','\x99','\x3b','\xc6','\x9c','\xb2','\x9a','\xfd','\x06','\x4f','\xec','\x8c','\x30','\xb9','\x6a','\x25','\x6f','\xbf','\xfd','\x76','\xf4','\x79','\xab','\xfe','\xe9','\x3f','\x68','\xc8','\xbc','\x8e','\xe6','\x01','\x67','\xbb','\x4a','\x72','\x24','\x26','\xfa','\x76','\x44','\xbf','\xed','\xe5','\xcb','\x97','\x53','\x54','\xb9','\x8c','\xef','\xbc','\x1b','\x89','\xfe','\x49','\x55','\xc6','\x66','\xbf','\x91','\x70','\x4d','\xfc','\x9f','\xea','\xea','\x6a','\x7c','\x3e','\x1f','\xcf','\xad','\x7f','\x92','\xdb','\x26','\x29','\x74','\xf7','\xc3','\xb6','\xc6','\x8b','\x77','\x7f','\x1e','\x2f','\xfc','\xd8','\x5a','\x33','\x80','\x17','\x0e','\x6a','\x28','\x73','\x3e','\xc3','\x23','\x6b','\x7e','\x1c','\x7d','\xdf','\x97','\x5f','\x7b','\x83','\xc9','\x55','\x2b','\x79','\x62','\x67','\x84','\xf6','\xde','\xc4','\x77','\x9e','\x3b','\x46','\xa6','\xbc','\xd7','\x7c','\xe7','\xe6','\xe6','\xe6','\x84','\xdf','\x6c','\xe1','\x67','\x5c','\xae','\xc4','\xd1','\x0e','\x83','\x13','\x9d','\x83','\xfb','\x9d','\x7f','\xe6','\xf1','\x1f','\x50','\x3d','\x33','\xbd','\x99','\xe0','\x40','\x0a','\x33','\x25','\xc6','\x04','\x1a','\xd8','\xb0','\x61','\xc3','\x10','\xdf','\xfa','\xca','\x33','\x98','\xa6','\x58','\x70','\x7e','\x34','\x4d','\x33','\xc7','\xee','\x34','\x4e','\x6c','\x06','\xbb','\x2f','\x95','\xf0','\x03','\x5c','\x90','\x30','\x25','\x10','\x0c','\x95','\xcb','\x2a','\x00','\x9d','\x28','\x2a','\x62','\xf3','\xa4','\x49','\x69','\xff','\x9c','\x28','\x2a','\xe2','\x44','\x51','\x11','\x91','\x01','\x1f','\xc2','\xc4','\xb6','\x36','\x2a','\x5a','\x5a','\x98','\xbf','\x6f','\x1f','\xaf','\xfd','\xf0','\x87','\x7c','\xfd','\xeb','\x5f','\x67','\xfb','\xf6','\xed','\x29','\x9f','\x61','\x6b','\x1c','\x6c','\x6d','\x4e','\x7b','\x4e','\x0e','\xb7','\xde','\x7d','\xf7','\xa0','\x3b','\xfa','\x65','\x65','\x65','\xf4','\xa6','\xf8','\xf8','\xf2','\xfb','\xfa','\x92','\x0e','\x9b','\xda','\x8c','\x0a','\x04','\xa2','\x6e','\xb5','\x53','\xb1','\x74','\xe9','\x52','\x7a','\x8a','\x8b','\x93','\xde','\xe5','\xe3','\xc6','\xcc','\x99','\x33','\xe9','\x76','\x38','\x12','\xd2','\x82','\x83','\xb8','\x30','\x2f','\x2d','\x2d','\xa5','\x6f','\xc0','\xf5','\x19','\xe1','\xf0','\xb0','\xe2','\xb2','\x04','\x9d','\x4e','\xba','\xe6','\xce','\xe5','\xcb','\x5f','\xfe','\x72','\xda','\x5d','\xf8','\x47','\x1e','\x79','\x84','\x60','\x45','\x45','\xd4','\x61','\x82','\x4d','\x71','\x77','\x37','\x2f','\x5a','\x87','\x96','\x05','\x57','\x86','\xf4','\x4e','\x10','\x92','\x93','\xec','\xc9','\x31','\xd5','\x44','\x29','\x59','\xe9','\xda','\x79','\x02','\x0c','\xaf','\x58','\xb1','\x82','\x85','\x77','\xff','\x51','\xca','\x05','\xf0','\x40','\xb2','\x5d','\x12','\x77','\x4d','\x55','\x28','\xef','\xdd','\xc1','\xba','\x6f','\xfe','\xed','\xa0','\x63','\xd1','\x70','\xb0','\x77','\xe4','\x3f','\x37','\x4b','\xa1','\x30','\x53','\x22','\xa4','\x81','\xf7','\x80','\xce','\x67','\xbe','\xfc','\x57','\xac','\x5e','\xbd','\x3a','\xe1','\xdc','\x48','\x45','\x45','\x05','\x8f','\x3d','\xf6','\x18','\xb3','\x97','\xfc','\x11','\x6f','\x9e','\x48','\xae','\xab','\x45','\x65','\x32','\xdb','\x7f','\xf7','\xfc','\x25','\x17','\xd0','\xae','\x54','\x59','\x6d','\xe1','\xc7','\xd6','\x22','\xf5','\x04','\x0d','\x36','\x1e','\xd4','\xf8','\x97','\x7f','\xfb','\x4f','\x56','\xad','\x5a','\x95','\xa4','\xd5','\x5f','\xb6','\x6c','\x19','\x7b','\xcf','\x26','\x3f','\x6b','\x62','\xbe','\x44','\xcf','\xfe','\xcd','\xd4','\xd4','\xd4','\x44','\x35','\xce','\xb6','\x20','\xf1','\xf8','\xe3','\x8f','\xa7','\x7d','\x7e','\x65','\x65','\x65','\xf4','\xba','\xf8','\x3f','\xab','\x57','\xaf','\xc6','\xe3','\xf1','\xf0','\xd9','\x15','\x5f','\xe6','\xc9','\xfa','\x4c','\x26','\x57','\xad','\xa4','\xa8','\x72','\xd9','\x90','\xfa','\xd1','\x60','\xa4','\x12','\x7e','\x7e','\x7f','\x44','\x63','\xf6','\x92','\x3f','\xe2','\xb1','\xc7','\x1e','\x4b','\xb0','\x0c','\xf0','\x58','\x66','\xda','\x5f','\x5b','\xfd','\xcf','\xfc','\x6a','\xbf','\x46','\x4f','\x30','\x59','\xf0','\x2b','\x68','\xdd','\xce','\xd3','\x4f','\x3f','\x9d','\x90','\xbe','\x7c','\xf9','\x72','\xe6','\x2c','\x5d','\x45','\x43','\xe6','\x75','\xcc','\x59','\xba','\x8a','\x8e','\xb2','\x3b','\x68','\x68','\x4b','\xfd','\xdd','\x1d','\xdf','\xb3','\x8d','\xea','\x99','\x32','\xd9','\x2e','\x89','\x66','\xbf','\xc1','\xb6','\x46','\x3d','\x41','\x10','\xdc','\xd6','\x98','\x3a','\xf0','\xef','\xcc','\x51','\x12','\x1b','\x37','\x6e','\xbc','\x88','\x9a','\xb8','\x7c','\xe8','\xba','\x1e','\x1d','\x43','\xc4','\x82','\x7b','\xf8','\xd8','\x5a','\x1a','\x79','\x10','\xa7','\x33','\xe9','\x10','\x26','\x6e','\x82','\x2b','\xc5','\x65','\xef','\x79','\x0f','\x3f','\xfc','\x70','\xca','\xc9','\xe4','\xed','\xb7','\xdf','\xe6','\x53','\xff','\xf0','\x0f','\xdc','\xf6','\x57','\x7f','\xc5','\xae','\xd9','\xb3','\x39','\x32','\x7a','\x74','\xd2','\xe2','\x54','\xd5','\x34','\xa6','\x9e','\x3b','\x67','\x7a','\x07','\x4b','\xb1','\xab','\x05','\xa6','\x2d','\x76','\x71','\x5c','\xdc','\xa0','\x3e','\x55','\xa5','\xb6','\xb6','\x96','\xf9','\xf3','\xe7','\xa7','\xfd','\xf3','\xf9','\xcf','\x7f','\x9e','\xde','\x14','\xf6','\xaa','\xb9','\xbd','\xbd','\x69','\x05','\x20','\x57','\x28','\x44','\xd1','\xee','\xdd','\x7c','\xf3','\x9b','\xdf','\x64','\xfd','\xfa','\xf5','\x29','\xaf','\x59','\xb6','\x6c','\x19','\x2d','\x17','\x18','\x51','\xfe','\xa3','\x42','\x45','\x45','\x05','\x55','\x5f','\xf8','\x02','\x8d','\xf9','\xf9','\x80','\xe9','\xfc','\xe0','\x68','\x41','\x41','\xca','\x73','\x11','\x75','\x75','\x75','\x17','\x1c','\x80','\x32','\x15','\x83','\x09','\xbd','\x59','\x59','\x59','\x3c','\xf0','\xc0','\x03','\x34','\xa7','\x68','\x9f','\xa2','\x60','\x30','\x6d','\xbb','\x0b','\x3e','\x7c','\xf4','\x34','\x4e','\x10','\xd2','\x91','\x6e','\xf7','\xd0','\x60','\x70','\x27','\x08','\xf1','\xac','\x5e','\xbd','\x9a','\xd9','\x4b','\x4c','\x21','\x28','\xd5','\x62','\x6e','\x20','\x25','\x39','\xa6','\x59','\x5c','\x41','\xe3','\x16','\x1e','\x7b','\xe4','\xff','\xb0','\x66','\xcd','\x9a','\x94','\xe3','\xd1','\x50','\x59','\xbb','\x76','\x2d','\x63','\x02','\xb1','\xb3','\x48','\xbb','\x9b','\x75','\xee','\xfd','\xfc','\x9f','\x0e','\x6a','\x6a','\xb7','\x7a','\xf5','\x6a','\xba','\x72','\xcb','\x93','\x76','\xfe','\x01','\x6e','\x99','\x20','\x7f','\x68','\x9a','\xcc','\xcb','\x59','\xd6','\x75','\xeb','\xd6','\x71','\xe6','\xbd','\x5f','\x27','\x98','\xd0','\x6d','\x39','\xae','\xf3','\xd0','\xaa','\x47','\xd3','\x9a','\x42','\x57','\x54','\x54','\xd0','\x94','\xc6','\xd1','\xe4','\xac','\xd1','\x12','\x35','\x35','\x35','\x69','\xcb','\x79','\x21','\xac','\x5a','\xb5','\x8a','\x37','\xde','\x78','\x83','\x55','\xab','\x56','\xb1','\x7a','\xf5','\xea','\xa8','\x79','\xda','\x85','\xb0','\x79','\xf3','\x66','\xde','\x78','\xe9','\xf9','\x04','\xe1','\xa7','\xd9','\x6f','\xe0','\x9c','\xb4','\x68','\xd0','\xb3','\x89','\x4b','\x97','\x2e','\xe5','\xa1','\x55','\x8f','\xa6','\xd4','\x64','\xce','\x1d','\x23','\x73','\xe4','\x8d','\xe7','\x59','\xb7','\x6e','\x5d','\x34','\x2d','\x2b','\x2b','\x8b','\x95','\x2b','\x57','\xf2','\xf8','\xe3','\x8f','\xb3','\x72','\xe5','\x4a','\x2a','\x2b','\x2b','\x39','\xdb','\x93','\x3a','\xef','\xfb','\xca','\x65','\x9c','\xaa','\xc4','\xef','\x8f','\x68','\x51','\x81','\xc9','\xd6','\xba','\xbd','\xfd','\xf6','\xdb','\x4c','\xae','\x5a','\xc9','\x6f','\x0f','\x27','\x7f','\x34','\xd9','\x2e','\x09','\xd5','\xd7','\x34','\x24','\xab','\x8d','\x2b','\xcd','\x70','\xb5','\x16','\x82','\x44','\xe2','\x1d','\xd1','\x5c','\x48','\x3d','\x0a','\x21','\x48','\x70','\x25','\x18','\x31','\x5e','\xe0','\xec','\x01','\x19','\xcc','\x09','\xc5','\x76','\x9b','\x7c','\xed','\xd9','\xb3','\x49','\xe7','\x68','\x0a','\xfd','\x7e','\x4e','\x79','\xbd','\x3c','\x9d','\x97','\x97','\x34','\x29','\x6c','\xdd','\xba','\x95','\xfc','\xbe','\xbe','\xe8','\xbf','\x6d','\x57','\xc7','\x17','\x82','\xaa','\x69','\x68','\x1d','\x1d','\x34','\x36','\x36','\x52','\x56','\x56','\x46','\xdf','\x00','\x21','\xa9','\xd0','\xef','\x27','\xbb','\xae','\x8e','\xe7','\x0e','\x1f','\xc6','\xeb','\xf5','\x26','\x9d','\x0d','\xb0','\x9d','\x16','\x94','\x96','\x96','\x8e','\x18','\x37','\xb5','\x57','\x82','\x95','\x2b','\x57','\xf2','\x34','\xe6','\x4e','\xae','\xc7','\xe3','\xa1','\xba','\xba','\x3a','\x7a','\x38','\xd6','\xde','\x4d','\xde','\xb8','\x71','\x23','\xc1','\xa3','\x47','\x29','\x0e','\x04','\x98','\x38','\x88','\x67','\xb7','\x4b','\x49','\x55','\x55','\x15','\x4f','\xfe','\xd7','\x7f','\x25','\xb8','\x2c','\x07','\xc8','\x88','\x44','\x92','\x02','\xb4','\x0a','\x2e','\x1f','\x86','\xae','\x63','\xa4','\xf4','\xf9','\x76','\x9e','\xfb','\x52','\xec','\x3c','\x6a','\x5a','\x64','\xc8','\xc2','\xd4','\xea','\xd5','\xab','\x59','\xe7','\xf1','\xf0','\xcc','\x2f','\x9f','\xe2','\x13','\x53','\x13','\xcf','\x91','\xa4','\x63','\x62','\xbe','\xc4','\xca','\xfc','\xe1','\x9d','\x0f','\x1a','\x48','\x63','\x63','\x23','\x6f','\xbc','\xf4','\x7c','\xf4','\xac','\x47','\x48','\x83','\xed','\xcd','\x3a','\xff','\x32','\x84','\x7c','\xd2','\x39','\x71','\x28','\xc9','\x91','\x78','\x73','\xdf','\x36','\xea','\xeb','\xeb','\x87','\x1d','\x50','\x78','\xa4','\x94','\xd5','\x36','\x2f','\x7b','\xe8','\xda','\xd8','\xb8','\xdb','\xec','\x37','\xf0','\x4c','\x5b','\x34','\x68','\x1d','\x97','\x95','\x95','\xd1','\xef','\xc8','\x21','\xa4','\xf5','\x26','\x39','\x37','\x70','\x29','\xa4','\x35','\x5d','\xbe','\x54','\x94','\x95','\x95','\xd1','\x33','\xc8','\x99','\xb2','\xc1','\xf0','\x7a','\xbd','\x7c','\x62','\x6a','\xe2','\x62','\x70','\xef','\x59','\x9d','\x07','\xff','\xe6','\xfc','\xf3','\xc7','\x8a','\x15','\x2b','\x38','\x75','\xea','\x14','\x0d','\x7b','\x13','\x05','\x46','\x80','\xdb','\x26','\x29','\x3c','\xb1','\xfe','\xc9','\xe8','\x99','\xd6','\x54','\x65','\xee','\xea','\x4f','\xfe','\x7e','\x6c','\xf3','\xc6','\x67','\xf6','\x68','\xdc','\xfb','\xf9','\x3f','\x4d','\x38','\xb7','\x09','\xe6','\xbc','\xbd','\x6a','\xd5','\x2a','\xde','\x7d','\xf7','\xdd','\x94','\xde','\x14','\x27','\xe5','\x49','\x6c','\xdd','\xba','\xf5','\x92','\xf6','\x41','\xc1','\xc8','\xe6','\x42','\xb4','\x40','\xe2','\x9c','\x8f','\xe0','\x4a','\x30','\x62','\xc5','\xee','\x15','\x2b','\x56','\xf0','\xf7','\xdf','\xf8','\x06','\x3b','\x8b','\x8b','\x93','\x34','\x41','\x60','\x0a','\x36','\xaf','\xff','\xe2','\x17','\x49','\xa6','\x13','\x4d','\x4d','\x4d','\xb8','\x06','\x9c','\x39','\xb9','\x14','\x54','\x55','\x55','\xa5','\x34','\x69','\x73','\x85','\x42','\x54','\xb4','\xb4','\x30','\xb1','\xae','\x8e','\x8d','\xdf','\xfa','\x16','\xb7','\xde','\x7a','\x2b','\xeb','\xd6','\xad','\x23','\x10','\x08','\x50','\x52','\x52','\xc2','\xc3','\x0f','\x3f','\xfc','\xb1','\x16','\x7e','\x00','\x4a','\x4a','\x4a','\xa2','\xe6','\x26','\xf6','\x4e','\xa9','\xcf','\xe7','\x63','\xcd','\x9a','\x35','\xdc','\x74','\xd3','\x4d','\xbc','\xfc','\xed','\x6f','\x33','\xb1','\xae','\x8e','\xb9','\x67','\xce','\xa4','\xf4','\x9c','\xf7','\x61','\x51','\x56','\x56','\x86','\x52','\x50','\x90','\xd4','\xa6','\xc3','\x35','\xb9','\x13','\x5c','\x5a','\x64','\x59','\x46','\x4a','\xe5','\xf3','\x6d','\x10','\x27','\x08','\x29','\x85','\x1c','\xc3','\x80','\x34','\x2e','\xb2','\xd3','\xb1','\x6a','\xd5','\x2a','\xbe','\xfe','\xaf','\xe6','\x39','\x92','\x54','\x26','\x5b','\xe9','\x88','\x3f','\x1f','\x34','\x5c','\xb3','\xb8','\x8d','\x1b','\x37','\xb2','\xa0','\x24','\xf6','\x6e','\x67','\x7c','\x06','\xd7','\xdf','\x56','\x95','\x72','\xa1','\x3a','\x10','\x8f','\xc7','\x43','\x7f','\x1a','\x25','\x57','\x45','\x91','\x14','\x3d','\xc3','\x78','\xa9','\xb8','\x9c','\x65','\x5d','\xbf','\x7e','\x3d','\x0b','\x4b','\x12','\x03','\x93','\x1e','\x6e','\x37','\x86','\x14','\x00','\xbb','\xba','\xba','\x9a','\xad','\xa7','\x93','\xdb','\xaf','\xad','\x97','\x11','\xbb','\x18','\xaf','\xab','\xab','\xc3','\x77','\x78','\x5b','\x82','\xe0','\x1d','\xd2','\xe0','\x70','\xa7','\x31','\x64','\x87','\x38','\xd5','\xd5','\xd5','\xbc','\x7b','\x3a','\x79','\xf1','\xe9','\x54','\x4c','\x67','\x09','\xe9','\xac','\x15','\xd2','\xd1','\x13','\x34','\xf0','\x1e','\xd0','\xf9','\xc2','\x57','\xff','\x2a','\x49','\xf8','\x89','\x67','\xf1','\xe2','\xc5','\x34','\xf9','\x2e','\x5c','\xf3','\x25','\xf8','\xf8','\x22','\xcc','\x0e','\x05','\x57','\x8a','\x11','\xa3','\x01','\x4a','\xc5','\xd2','\xa5','\x4b','\xf1','\xf9','\x7c','\x6c','\xfc','\xd6','\xb7','\x92','\x3c','\x76','\x01','\x4c','\xe8','\xee','\xc6','\xeb','\xf5','\x46','\x4d','\x21','\x1a','\x1b','\x1b','\xd1','\x2c','\x37','\xd5','\x36','\x27','\x8a','\x8a','\x38','\x3a','\xc0','\xc1','\xc1','\x70','\xa8','\xae','\xae','\x8e','\xda','\xb4','\x57','\x57','\x57','\xf3','\xea','\xd9','\xb3','\x09','\x6e','\x9a','\x6d','\x5c','\xa1','\x10','\x53','\xcf','\x9d','\x23','\xd2','\xde','\xce','\xeb','\x4d','\x4d','\x51','\x8d','\xd0','\x60','\x93','\xc6','\xc7','\x11','\xdb','\x95','\xed','\x6f','\x9e','\x7b','\x2e','\x29','\x80','\x69','\xc0','\xed','\xa6','\x35','\x3b','\x1b','\xe0','\xb2','\xc5','\x49','\xaa','\xa8','\xa8','\x20','\x70','\xe4','\x48','\x82','\x07','\x40','\x55','\xd7','\xc5','\x19','\xa0','\x2b','\x88','\xaa','\xaa','\x43','\x16','\x5a','\xec','\x9d','\x43','\xdb','\x86','\x3f','\x61','\xe7','\x51','\x92','\x50','\x55','\xc7','\xb0','\x27','\xd7','\x25','\x4b','\x96','\xb0','\x64','\xc9','\x12','\xd6','\xac','\x59','\xc3','\x8f','\x36','\x79','\xf9','\xd4','\x54','\x85','\x89','\xf9','\xe7','\xcf','\xc3','\x3e','\x1f','\x74','\xa2','\x71','\x0b','\x7f','\xfd','\x17','\xb5','\x3c','\xb4','\xea','\xd1','\x21','\x69','\x83','\x6a','\x6a','\x6a','\xf8','\x72','\x45','\xec','\x7d','\x7d','\x41','\x23','\x6a','\xb6','\x3b','\x14','\x2a','\x0a','\x52','\x97','\x6d','\x54','\x96','\xc4','\x81','\x03','\x07','\x86','\x94','\xc7','\x50','\xb9','\x9c','\x65','\xf5','\x7a','\xbd','\x09','\xcf','\x02','\x38','\xda','\x69','\xb0','\x7a','\x08','\xc2','\xc0','\xaa','\x55','\xab','\x58','\xe3','\xf3','\xb1','\x2d','\xee','\x2c','\x4d','\xb3','\xdf','\xe0','\x0f','\x27','\x74','\xbe','\xf5','\xe8','\x87','\x1b','\x4e','\xa0','\xb4','\xb4','\x14','\x7f','\x6f','\x33','\xd9','\x83','\xfb','\x72','\x49','\xa2','\xa6','\xa6','\x86','\xb9','\xc5','\x89','\xef','\xeb','\x0f','\x1a','\x8c','\x9b','\x5a','\x31','\x24','\x01','\x13','\x4c','\xb3','\xdf','\x6b','\x6e','\xba','\x93','\x13','\x8d','\x5b','\x92','\xfa','\xec','\xbc','\x12','\x99','\x27','\xbd','\xde','\x61','\xcd','\x49','\xfe','\x10','\x4c','\x9a','\x3b','\xb8','\xc6','\x0d','\xcc','\x77','\x3e','\x98','\x22','\xf4','\x5d','\xae','\x1b','\xb1','\x99','\xf4','\x31','\x63','\xb8','\xda','\x1c','\xa1','\xfd','\x11','\x5c','\x29','\x46','\xb4','\x00','\x04','\xa6','\x26','\xe8','\xc9','\x27','\x9f','\x24','\xd2','\xde','\x9e','\x20','\xd8','\x80','\xe9','\x56','\xfb','\xad','\xf7','\xde','\xc3','\xe7','\xf3','\x0d','\x3a','\x41','\xd8','\xde','\xc2','\x2e','\x16','\x5b','\x73','\xf1','\xce','\xfa','\xf5','\x4c','\x6b','\x6d','\x4d','\x2a','\x0f','\x98','\x66','\x73','\x13','\xdb','\xda','\x28','\xeb','\xec','\xe4','\xb5','\xe6','\x66','\x4e','\x59','\x6e','\x48','\x2f','\xc4','\x25','\xee','\x47','\x0d','\x3b','\xd0','\x5e','\xd6','\xbe','\x7d','\xdc','\x1c','\x67','\x96','\xd8','\x9e','\x93','\xc3','\x09','\x8f','\x87','\x92','\x6b','\xae','\xe1','\x53','\x55','\x55','\xbc','\xfc','\xed','\x6f','\x5f','\xb6','\x32','\x95','\x95','\x95','\xd1','\xa0','\xaa','\xe4','\xc6','\xa5','\x09','\x01','\x68','\x84','\x92','\x2a','\x36','\x50','\x9c','\x13','\x84','\xa4','\xdf','\x00','\x65','\x90','\xb8','\x34','\xe7','\x63','\xf5','\xea','\xd5','\x54','\x55','\x55','\xe1','\xf5','\x7a','\xd9','\xf3','\xfe','\x6b','\x66','\xec','\x99','\x21','\x78','\xc1','\x9a','\x98','\x2f','\xf1','\x27','\x73','\x15','\x7e','\xfd','\xe4','\x0f','\xf0','\xf9','\x7c','\x83','\x2e','\x38','\xeb','\xeb','\xeb','\x29','\xc0','\x8f','\x33','\x4e','\x0b','\x39','\x77','\x8c','\x1c','\xf5','\x76','\x76','\x31','\xe4','\x38','\x2f','\xed','\xe2','\xf3','\x72','\x96','\xb5','\xb6','\xb6','\x96','\x29','\xee','\xc4','\x67','\x85','\x34','\xe8','\x77','\xe4','\x0c','\x39','\x90','\xe8','\x23','\x8f','\x3c','\xc2','\xda','\xb5','\x66','\xbc','\x1e','\x30','\x9d','\x19','\x7c','\xfd','\x5f','\x47','\xe6','\x58','\xec','\xf3','\xf9','\x78','\xef','\xf5','\x5a','\xfe','\x62','\x61','\xe2','\x94','\xdc','\xd6','\x6b','\x30','\x73','\xce','\xcc','\x61','\xe5','\x55','\x51','\x51','\xc1','\xde','\x86','\xcd','\x49','\x02','\x90','\x53','\x81','\x29','\x6e','\x3f','\xb5','\xb5','\xb5','\x49','\x5a','\xb4','\xd2','\xd2','\x52','\xda','\xfb','\xb8','\x60','\xd2','\x99','\xd0','\x09','\x3e','\x7e','\x08','\x61','\x46','\x70','\xb5','\x30','\x62','\x4d','\xe0','\xe2','\xa9','\xac','\xac','\xa4','\x3b','\x33','\x33','\xe5','\x6f','\x99','\x91','\xc8','\xa0','\x93','\x7c','\x4e','\x30','\x78','\x49','\x0f','\x61','\xae','\x5e','\xbd','\x9a','\x4f','\xae','\x5a','\xc5','\x7b','\x65','\x65','\x9c','\xcd','\xcd','\x4d','\x7b','\xdd','\x40','\x87','\x0d','\x97','\xc2','\x53','\xd4','\xd5','\xc0','\xfa','\xf5','\xeb','\xb9','\xf7','\xde','\x7b','\x93','\x4c','\x2d','\xd6','\xac','\x59','\xc3','\xd3','\xdf','\xf9','\x0e','\x13','\xeb','\xea','\xa2','\x67','\xb2','\x02','\x6e','\x37','\xef','\x97','\x96','\x32','\xea','\xc1','\x07','\xf9','\xee','\x4f','\x7f','\xca','\x2f','\x7f','\xf9','\xcb','\x2b','\x51','\xe4','\x24','\xfa','\x55','\x75','\xd8','\xd1','\xda','\x05','\x97','\x8e','\x88','\xa6','\xa1','\x1b','\x17','\xef','\x04','\x01','\x20','\x1c','\x1a','\x9a','\x13','\x84','\x74','\x2c','\x5c','\xb8','\x90','\xef','\x7e','\xf7','\xbb','\x2c','\xff','\xcb','\x7f','\xe2','\x9d','\xe0','\x74','\xde','\x3c','\x91','\xda','\xe3','\xd5','\x40','\xb2','\x5d','\x12','\x9f','\xa9','\x50','\xd8','\xec','\x7d','\x6a','\x50','\xb3','\xa3','\xad','\x5b','\xb7','\x32','\x29','\xef','\xea','\x58','\x30','\x5c','\xce','\xb2','\xd6','\xd7','\xd7','\x33','\x26','\x3b','\xf1','\x59','\xfe','\xa0','\x91','\xd6','\x7b','\x64','\x2a','\x52','\x79','\x7a','\x3b','\x5f','\x0c','\xb9','\x2b','\x45','\x4d','\x4d','\x0d','\x0b','\x4b','\x92','\xa7','\xe3','\xee','\x7e','\x86','\xf5','\xce','\x60','\x9a','\xa3','\x1d','\xef','\x4a','\x2d','\x8c','\x8c','\xc9','\x96','\xae','\x0a','\xa7','\x04','\x82','\x8f','\x0f','\x42','\x60','\x12','\x5c','\x29','\x46','\xbc','\x06','\x08','\x4c','\xdb','\xf1','\xe6','\x34','\x26','\x31','\x0e','\xc3','\x18','\x74','\xb7','\x7e','\x30','\x4f','\x6e','\x17','\xca','\xaa','\x55','\xab','\xa2','\x3b','\xc3','\xbf','\x7d','\xee','\x39','\x26','\xf9','\x7c','\x69','\xcf','\xae','\x14','\xfa','\xfd','\xa6','\x10','\x04','\x23','\x72','\xe7','\xf1','\x52','\xe2','\xf3','\xf9','\xf8','\xd1','\xf7','\xbe','\xc7','\xa2','\xe6','\x66','\xbc','\x10','\x35','\x9b','\x58','\xb3','\x66','\x0d','\xaf','\xff','\xe2','\x17','\x2c','\x38','\x73','\x26','\x7a','\xad','\x1d','\xa4','\xf4','\x91','\xe5','\xcb','\x47','\x5c','\xb4','\xf0','\xb0','\x2c','\x0f','\xd9','\xe4','\x44','\x70','\xe9','\xd1','\x75','\x1d','\x43','\x1f','\xfe','\x21','\xda','\x81','\x1a','\x22','\x03','\xd0','\xf5','\xc8','\x79','\xdd','\x60','\x0f','\x85','\xa5','\x4b','\x97','\xb2','\x74','\xe9','\x52','\xd6','\xad','\x5b','\xc7','\x93','\x5e','\x2f','\x37','\x16','\xf5','\x9c','\x57','\xf3','\xe1','\x54','\xe0','\x53','\xd3','\x64','\x9e','\x58','\xf7','\x7d','\x2a','\x2b','\x2b','\x53','\x7a','\x25','\x6c','\x6a','\x6a','\x22','\xd7','\x9d','\x98','\xb6','\xad','\x31','\x31','\xb8','\xe7','\x85','\x52','\x56','\x56','\x16','\x75','\xc4','\x72','\x29','\xb8','\x9c','\x65','\x6d','\x6c','\x6c','\xa4','\x60','\x80','\x13','\x81','\x90','\xc6','\x47','\xf6','\xbb','\xac','\xaf','\xaf','\x67','\x74','\xd6','\xa5','\x59','\x08','\x56','\x54','\x54','\xd0','\x41','\x6a','\x27','\x10','\x1e','\x97','\x24','\x1c','\xbc','\x08','\x04','\x02','\x01','\x57','\x89','\x00','\x34','\x18','\x61','\x49','\x8a','\x4e','\x8a','\x1e','\x8f','\x87','\xf0','\x00','\x41','\x49','\xd5','\x34','\xe4','\xb6','\xb6','\x61','\x7b','\x43','\xda','\xbe','\x7d','\x7b','\xf4','\x1c','\x4f','\x2a','\xc1','\xc5','\x0e','\xa8','\x59','\x5d','\x5d','\x8d','\xd7','\xeb','\xe5','\x45','\xaf','\x97','\xe9','\x5d','\x5d','\x29','\x05','\xa1','\x42','\xbf','\x9f','\x43','\x9b','\x36','\x51','\x53','\x59','\xf9','\x91','\x76','\x88','\xb0','\x69','\xd3','\x26','\x4a','\xfa','\xfa','\xe8','\x71','\xb9','\xa2','\x75','\xbd','\x79','\xf3','\x66','\x6a','\x9f','\x79','\x26','\x41','\xf8','\x09','\xb8','\xdd','\x04','\x6f','\xbe','\x99','\x47','\x1f','\x7d','\x74','\x44','\x0a','\x85','\x11','\x45','\x21','\xe7','\x22','\xce','\x8d','\x09','\x2e','\x0e','\x45','\x96','\x91','\xe4','\xe1','\x39','\x41','\x30','\x8c','\x14','\x7e','\xe3','\x2c','\x27','\x08','\x6a','\x0a','\x17','\xf7','\x17','\xca','\xaa','\x55','\xab','\x58','\xb6','\x6c','\x19','\x4f','\x3f','\xfd','\x34','\xcf','\xfd','\xee','\x79','\x6e','\x99','\x30','\xb8','\xb7','\xb8','\x6c','\x97','\xc4','\x9d','\x93','\x4c','\x37','\xcf','\x8f','\x3d','\xf6','\x58','\xd2','\xef','\x8d','\x8d','\x8d','\x94','\xa7','\xf0','\x16','\x76','\xa9','\xcc','\x76','\x2f','\x25','\x97','\xb3','\xac','\xf5','\xf5','\xf5','\xdc','\x5f','\x7c','\x49','\xb3','\x1c','\xd1','\x34','\x36','\x36','\x32','\x61','\x98','\x67','\x86','\x06','\xa3','\xa2','\xa2','\x82','\xf6','\xde','\x1d','\x49','\x7d','\xb3','\x28','\x13','\xde','\x11','\x1a','\x20','\x81','\x40','\x20','\xb8','\x3a','\x4c','\xe0','\x0e','\x1c','\x38','\x40','\x76','\x30','\x98','\x94','\x1e','\x51','\x14','\xf4','\xa2','\xa2','\xe8','\x62','\xdb','\xe3','\xf1','\x30','\x7a','\xfc','\xf8','\x24','\xaf','\x71','\x65','\x3d','\x3d','\xc3','\x8e','\xfd','\xe0','\xf5','\x7a','\x69','\x7d','\xf6','\x59','\x56','\x7d','\xe5','\x2b','\x51','\x0d','\x53','\x4d','\x4d','\x0d','\x4f','\x3f','\xfd','\x34','\x81','\xb8','\x03','\xf3','\xb6','\x20','\xb4','\x7e','\xc3','\x06','\xca','\x1f','\x7a','\x88','\xf7','\x4b','\x4b','\xe9','\x8e','\x0b','\xcc','\x67','\x63','\x07','\x4e','\xfd','\x28','\xe3','\xf5','\x7a','\x19','\xd7','\xd5','\xc5','\xb9','\xac','\xac','\xa8','\x8d','\xb9','\xd7','\xeb','\x65','\x6a','\x57','\x57','\xc2','\x75','\xa7','\xf2','\xf2','\x58','\xbe','\x7c','\xf9','\x88','\x10','\x7e','\x52','\xf5','\xad','\x76','\x97','\x8b','\xc5','\x8b','\x17','\x5f','\xa1','\x12','\x09','\x00','\x64','\x39','\x95','\x49','\x5b','\xb2','\x56','\xc8','\x76','\x7a','\x90','\xd2','\x0b','\x9c','\x24','\xa1','\xaa','\xc9','\x1e','\x24','\x2f','\x16','\xdb','\xab','\xe1','\xaa','\x7f','\x8a','\x79','\x8b','\x1b','\xcc','\x2c','\xae','\xbc','\x48','\xe6','\xad','\x57','\x36','\xa6','\xdc','\x79','\xf7','\xf9','\x7c','\x49','\xbb','\xf4','\x23','\xf5','\xe0','\xf8','\xe5','\x2c','\xab','\xcf','\xe7','\xc3','\xa9','\x26','\x2e','\xde','\x2f','\xf5','\x99','\xa6','\x91','\x44','\x53','\x53','\x13','\x39','\x17','\xe0','\x36','\x3b','\x1d','\x65','\x65','\x65','\xf8','\x82','\xe2','\x4c','\x8e','\x40','\x20','\x10','\xa4','\x63','\xc4','\x0b','\x40','\xdb','\xb7','\x6f','\xe7','\xd4','\xde','\xbd','\x49','\xb1','\x80','\x00','\xda','\xb3','\xb3','\x93','\x0e','\x73','\x56','\x56','\x56','\xd2','\x95','\x91','\x91','\x90','\x56','\xdc','\xdd','\xcd','\x9b','\xbf','\xfc','\x65','\x42','\x20','\xb8','\xc1','\xd8','\xbc','\x79','\x33','\xdb','\x5f','\x7e','\x99','\xdc','\xde','\x5e','\xdc','\x79','\x79','\x78','\x3c','\x1e','\x6a','\x6a','\x6a','\xf8','\xf9','\xdf','\xff','\x3d','\x2f','\x7f','\xfb','\xdb','\x6c','\xd8','\xb0','\x21','\xe9','\x1e','\x5b','\x10','\x7a','\xec','\x87','\x3f','\x44','\xb9','\xf7','\xde','\xa4','\xf3','\x41','\x59','\xfd','\xfd','\x1f','\x69','\xdb','\xeb','\xf5','\xeb','\xd7','\xa3','\x34','\x34','\xe0','\x0a','\x85','\x68','\x73','\xb9','\xa8','\xac','\xac','\xc4','\xe7','\xf3','\xb1','\xeb','\xbd','\xf7','\x12','\x3c','\xac','\x01','\x74','\x3b','\x1c','\x5c','\x77','\xdd','\x75','\x57','\xa8','\xa4','\x89','\x0c','\x74','\x9b','\x1e','\x74','\x3a','\xc9','\x9e','\x3c','\x79','\xc4','\xba','\xca','\xfd','\xb8','\x60','\xa4','\x10','\x68','\x06','\x0b','\x2d','\x91','\x2a','\x90','\xa1','\x04','\xc8','\xb2','\x34','\x68','\x1c','\xa0','\x74','\x67','\xd6','\x86','\xc2','\x92','\x25','\x4b','\x78','\xfc','\xf1','\xc7','\x99','\xf9','\xc9','\x95','\x3c','\xb3','\x47','\x4b','\x19','\xe4','\xd3','\x66','\xd6','\xa8','\xd4','\x2e','\xa9','\xfd','\x7e','\x3f','\xae','\xab','\xc4','\x4c','\xe9','\x72','\x96','\x35','\x95','\xb0','\x95','\x3d','\x42','\xeb','\xe5','\x52','\x90','\xea','\x7d','\x05','\x02','\x81','\x40','\xf0','\xe1','\x31','\xa2','\x05','\xa0','\x40','\x20','\x80','\xd7','\xeb','\x65','\xda','\x00','\x0d','\x82','\x4d','\x63','\x76','\x76','\x92','\x49','\x59','\x65','\x65','\x25','\x1d','\x03','\x04','\x20','\x80','\x99','\x67','\xcf','\x52','\xf3','\xe3','\x1f','\x9f','\x57','\x08','\xb2','\x9f','\x39','\xb5','\xab','\x8b','\xee','\xcc','\xcc','\xa4','\xf8','\x0b','\xa3','\x7a','\x7a','\x06','\xd5','\xe4','\x2c','\x59','\xb2','\x84','\x47','\x1f','\x7d','\x94','\x43','\x79','\x79','\x09','\xf1','\x65','\x54','\x4d','\xfb','\xc8','\x7a','\x16','\xdb','\xbe','\x7d','\x3b','\x3f','\xfa','\xde','\xf7','\x18','\xd7','\xd5','\x45','\xc0','\xed','\x66','\xca','\xac','\x59','\x78','\x3c','\x1e','\xea','\xeb','\xeb','\xc9','\xfd','\x10','\x62','\x32','\x9d','\x0f','\x57','\x28','\x34','\xa4','\x85','\x52','\x5d','\x5d','\x1d','\xae','\x01','\xde','\xfc','\x9a','\x3d','\x1e','\x1e','\x78','\xe0','\x81','\x0f','\xb3','\x78','\x82','\xf3','\x10','\xd1','\xb4','\x21','\x07','\xd2','\xb3','\x63','\x48','\xa4','\x3a','\x48','\x6b','\x00','\x91','\x70','\x78','\xd0','\xbc','\xbc','\x5e','\x6f','\x34','\x7e','\xcf','\x85','\x6a','\x68','\x57','\xad','\x5a','\xc5','\x9f','\x7f','\xfd','\x9f','\xf8','\xd5','\x7e','\x8d','\x9e','\x34','\xbb','\xee','\x53','\x0a','\x86','\x1e','\x93','\xa7','\x30','\xf3','\xea','\x39','\xa8','\xfe','\x61','\x95','\xd5','\xe3','\xf1','\xa4','\xd4','\xaa','\x4d','\xf4','\x5c','\x3d','\x75','\x73','\x29','\xb8','\x50','\x0d','\x5b','\x69','\x69','\x29','\xdd','\x29','\xdc','\x52','\x07','\x35','\x84','\x79','\xef','\x20','\x0c','\x37','\x80','\xa7','\x40','\x20','\xb8','\x7a','\x19','\xb1','\x02','\x50','\x43','\x43','\x03','\xdf','\xff','\xfe','\xf7','\x39','\xb6','\x71','\x23','\x85','\x29','\x22','\x77','\x37','\xe6','\xe7','\x53','\xf5','\x85','\x2f','\x24','\xed','\xd4','\x57','\x55','\x55','\x21','\x4f','\x9b','\x96','\x64','\x06','\xa7','\x6a','\x1a','\xd7','\xb4','\xb4','\xf0','\xea','\xba','\x75','\x7c','\xf5','\xab','\x5f','\x4d','\x32','\x89','\x0b','\x04','\x02','\x3c','\xfd','\xf4','\xd3','\x3c','\xf4','\xd0','\x43','\xb4','\xbd','\xf6','\x1a','\xb9','\x81','\x40','\x82','\x29','\x97','\x4d','\x56','\x7f','\x3f','\xdd','\x3b','\x77','\x0e','\xba','\x63','\x5c','\x5e','\x5e','\xce','\xad','\x77','\xdf','\x9d','\xe0','\xb9','\x2e','\xe8','\x74','\x0e','\xd9','\xb3','\x98','\x63','\x80','\x1b','\xe6','\x35','\x6b','\xd6','\x30','\x7f','\xfe','\x7c','\xd6','\xac','\x59','\x33','\xa4','\xfb','\x07','\xc3','\xef','\xf7','\xe3','\x48','\xb1','\x23','\xee','\x8e','\x44','\x2e','\x68','\x77','\x75','\xf3','\xe6','\xcd','\x3c','\xf9','\xe4','\x93','\xcc','\xec','\xe8','\xc0','\x15','\x0a','\xd1','\x9a','\x42','\x2b','\x37','\x90','\xdc','\x70','\x98','\x2d','\x5b','\xb6','\xa4','\xcc','\xab','\xae','\xae','\x8e','\x8c','\x41','\x84','\xa6','\xc6','\xc6','\xc6','\x24','\x33','\xc4','\x54','\xe4','\x85','\x42','\xe7','\x5d','\x28','\xd5','\xd6','\xd6','\x52','\x1c','\x97','\x4f','\x44','\x51','\x38','\x9d','\x95','\xf5','\x91','\x3e','\xa7','\x75','\x35','\xa0','\xa4','\x8b','\x01','\x94','\x66','\x71','\x62','\x0b','\x40','\xc9','\x8b','\x17','\x03','\x5d','\x1f','\x9a','\x03','\x84','\x8b','\xf5','\x8e','\xb5','\x74','\xe9','\x52','\x1e','\x5a','\xf5','\x28','\x2f','\x1f','\x4e','\xad','\x6d','\x4a','\x27','\x28','\xe4','\xe4','\xe4','\x10','\x1c','\x50','\x44','\xa7','\x02','\x05','\xf8','\x47','\xdc','\x42','\xff','\x72','\x96','\xd5','\xe3','\xf1','\x10','\x8a','\x24','\xb7','\xf7','\xa4','\x3c','\x89','\xad','\x5b','\xb7','\x5e','\x50','\x9e','\xf6','\x18','\x3f','\x94','\xf1','\xe3','\x72','\x53','\x56','\x56','\x96','\x52','\x78','\xbe','\xd4','\x1a','\x36','\x7f','\x10','\xe1','\xe1','\x72','\x10','\x84','\x47','\x32','\x81','\xe0','\xe3','\xc3','\x87','\x22','\x00','\xf9','\x7c','\x3e','\xd4','\x41','\xcc','\x4e','\xd2','\x9d','\xc7','\xb1','\x27','\xa8','\x35','\x6b','\xd6','\xb0','\x62','\xf9','\x72','\x1a','\x9e','\x78','\x22','\x65','\x40','\xcc','\x80','\xdb','\x8d','\x7c','\xfd','\xf5','\x69','\x0f','\xde','\x56','\x57','\x57','\xd3','\x50','\x54','\x94','\x94','\xae','\x6a','\x1a','\x15','\x2d','\x2d','\x68','\x2f','\xbe','\xc8','\xcf','\xff','\xfe','\xef','\x99','\x3f','\x7f','\x7e','\xf4','\xcf','\x4d','\x37','\xdd','\xc4','\xcb','\xdf','\xfe','\x36','\xb9','\x5b','\xb6','\x30','\xb1','\xad','\x8d','\x80','\xdb','\x4d','\xee','\xb5','\xd7','\xa6','\x5c','\xcc','\x4f','\xee','\xe8','\xe0','\x7f','\xfe','\xe3','\x3f','\x06','\x15','\x82','\x1a','\x1b','\x1b','\x71','\xc7','\x2d','\xe4','\x5b','\x53','\x08','\x53','\xe9','\xc8','\x88','\x44','\x68','\x68','\x68','\x00','\x4c','\x13','\x9d','\x57','\x9e','\x7d','\x96','\x25','\xc7','\x8f','\xf3','\x9b','\xe7','\x9e','\xbb','\x68','\x2d','\x52','\x63','\x63','\x23','\x99','\x29','\xbc','\x62','\xd9','\x26','\x7a','\xf6','\x73','\xcf','\x47','\x4d','\x4d','\x0d','\x6b','\xd6','\xac','\x61','\xf5','\x5f','\xff','\x35','\xda','\x8b','\x2f','\x46','\x85','\xd4','\xf8','\xf3','\x33','\x15','\x15','\x15','\x74','\x3b','\x1c','\x49','\xf7','\x4e','\xee','\xe8','\xc0','\xeb','\xf5','\xb2','\x79','\xf3','\x66','\xc0','\xec','\x2f','\xf1','\x79','\x0d','\x74','\x24','\x61','\xc7','\xe5','\x59','\xbf','\x7e','\x3d','\x9f','\xfb','\xe4','\x27','\xd3','\x9a','\x21','\xc6','\x73','\xbe','\x73','\x5f','\xeb','\xd7','\xaf','\x67','\xf3','\xb3','\xcf','\x26','\x3c','\xeb','\x44','\x61','\x21','\x7f','\xfc','\xd0','\x43','\x1f','\x59','\x4f','\x53','\x57','\x0b','\x8a','\xa2','\x20','\xa5','\x12','\x82','\x06','\x71','\x82','\x90','\xd2','\xd3','\x9b','\x01','\x92','\x94','\x6c','\x1a','\x97','\x8a','\x4b','\x11','\x34','\x74','\xc5','\x8a','\x15','\x2c','\xa8','\x7a','\x80','\x86','\xb6','\xa1','\x7b','\x45','\x2b','\x2b','\x2b','\xc3','\x9f','\x7c','\xbc','\x91','\x8a','\xa2','\xa1','\x6b','\x8c','\x52','\x51','\x5f','\x5f','\xcf','\xb7','\xbe','\xf5','\xad','\x21','\x7f','\xcf','\x43','\xe1','\x72','\x96','\xb5','\xb4','\xb4','\x14','\x7f','\x28','\xf9','\xda','\x71','\xb9','\xd2','\x05','\x7b','\xf5','\xdc','\xb0','\x61','\x03','\x7b','\x37','\xad','\x63','\xef','\xa6','\x75','\xe7','\x1d','\x3f','\x2e','\x37','\xe9','\xde','\xf7','\x52','\x6b','\xd8','\x7c','\x41','\x43','\x08','\x40','\x02','\x81','\x40','\xc0','\x87','\xe0','\x05','\x6e','\xfb','\xf6','\xed','\xd4','\xd5','\xd5','\x91','\xdf','\x97','\x1c','\x55','\x2d','\xbf','\xaf','\x8f','\x97','\xbf','\xfd','\x6d','\x22','\xb2','\xcc','\xb7','\xbe','\xf5','\xad','\x94','\xf7','\x4f','\xf1','\xfb','\x51','\x35','\x2d','\x21','\x50','\x66','\x3c','\xb6','\xfb','\xe4','\xe5','\xcb','\x97','\x53','\x52','\x52','\x92','\xf2','\x9a','\x15','\x2b','\x56','\xd0','\xd8','\xd8','\xc8','\xce','\xa7','\x9e','\x4a','\x29','\x40','\xe5','\x06','\x02','\xe4','\x06','\x02','\x4c','\x4d','\xf3','\x0e','\x11','\x45','\x61','\xef','\xa8','\x51','\xfc','\xcd','\xf2','\xe5','\x29','\x7f','\x77','\x85','\x42','\xcc','\x3f','\x7b','\x96','\xa7','\xbf','\xf3','\x1d','\x4e','\x9d','\x3a','\x45','\x55','\x55','\x55','\xd4','\x54','\x2e','\x10','\x08','\xb0','\x76','\xed','\x5a','\x9a','\x3f','\xf8','\x80','\xb1','\x71','\xe7','\x96','\x1a','\xb3','\xb3','\x53','\x9a','\x56','\x55','\x54','\x54','\xd0','\xba','\x7b','\x37','\xae','\x50','\x6c','\xf6','\x2b','\xeb','\xec','\xa4','\xe6','\xc7','\x3f','\xe6','\xc9','\x27','\x9f','\x64','\x54','\x30','\xc8','\xfc','\xb6','\x36','\xce','\xe6','\xe6','\x72','\x6f','\x75','\xf5','\x45','\x2d','\xce','\x1b','\x1a','\x1a','\xa8','\xab','\xab','\xa3','\x20','\x45','\xdb','\xa8','\x9a','\xc6','\xf8','\x13','\x27','\xf8','\xdc','\xe7','\x3e','\x37','\xa4','\xbc','\x26','\x04','\x02','\xa8','\xba','\xce','\xcd','\x71','\xf5','\x9b','\xca','\x29','\xc5','\x94','\x59','\xb3','\x08','\x9c','\x3d','\x9b','\x70','\x86','\xcb','\x15','\x0a','\x31','\x66','\xe7','\x4e','\xbe','\xf5','\xf0','\xc3','\xfc','\x8d','\xd3','\x89','\x53','\xd7','\x19','\x17','\x08','\x70','\x73','\x5b','\x1b','\x41','\xa7','\x93','\xf6','\x9c','\x9c','\x04','\xad','\x5f','\x6e','\x6f','\x2f','\x6f','\xfc','\xee','\x77','\x6c','\x7f','\xf9','\x65','\xe6','\xb7','\xb6','\xd2','\x3c','\x84','\x3a','\x28','\xee','\xee','\x66','\xc7','\xfa','\xf5','\x7c','\xdd','\xe7','\x63','\xd9','\xb2','\x65','\x49','\xed','\xf3','\xca','\xb3','\xcf','\x32','\xbf','\xb5','\x35','\x7a','\xfd','\xd9','\xdc','\x5c','\xae','\x5b','\xb1','\x62','\x58','\x51','\xd2','\x05','\x1f','\x0e','\x8a','\xa2','\x20','\xa7','\x12','\x5a','\x52','\x68','\x80','\xa2','\x1e','\xe0','\x52','\x69','\x87','\xac','\xf8','\x40','\x43','\x11','\x80','\x0a','\x33','\x25','\xf6','\xef','\xac','\x3b','\x6f','\x50','\xe5','\xf3','\xb1','\x6c','\xd9','\x32','\x56','\xd7','\x6e','\xa4','\x3c','\x79','\xff','\x25','\x25','\x65','\x65','\x65','\xb4','\x1c','\x35','\x30','\x4f','\x2c','\xc5','\x98','\x31','\x4a','\xe6','\x89','\x5f','\x3c','\x4d','\x75','\x75','\x75','\xda','\x71','\x2e','\x1d','\xf5','\xf5','\xf5','\xac','\xfe','\xea','\x17','\x98','\x37','\x46','\xc2','\x0b','\x29','\xbd','\xcf','\x5d','\x08','\x97','\xb3','\xac','\x33','\x67','\xce','\xa4','\xe5','\x8d','\xed','\x49','\x5e','\xcc','\x4a','\x72','\x24','\x7e','\xbb','\x6b','\x1b','\x0d','\x0d','\x0d','\x29','\xdd','\x8a','\x0f','\xc6','\xc6','\x8d','\x1b','\xb9','\xbf','\x58','\xe2','\x40','\xeb','\xc8','\x33','\x73','\x4a','\xf7','\xbe','\xf1','\x1a','\xb6','\xe1','\x9c','\x4b','\x4c','\xe5','\xb2','\x1c','\xa0','\xa5','\xc7','\xe0','\x76','\x71','\xbe','\x51','\x20','\x10','\x08','\x2e','\x8d','\x00','\xb4','\x66','\xcd','\x1a','\xbc','\x56','\xb4','\xed','\xac','\x48','\x84','\x69','\x5d','\x5d','\x14','\xa6','\x30','\x31','\xb0','\x05','\x0f','\x20','\xad','\xf0','\x91','\x8e','\x80','\xdb','\xcd','\xa9','\xbc','\x3c','\x66','\xdd','\x77','\x5f','\x5a','\xd7','\xd4','\xf1','\x3c','\xf2','\xc8','\x23','\xac','\x05','\xf6','\x3c','\xf1','\x44','\x34','\xf0','\xe6','\x50','\x39','\x50','\x5c','\xcc','\xe7','\xfe','\xcf','\xff','\x19','\x34','\x3e','\x8d','\x2b','\x14','\x62','\x41','\x53','\x13','\x0d','\x4f','\x3c','\xc1','\x9b','\xbf','\xfc','\x25','\xad','\xae','\x98','\x0f','\xd3','\x29','\x7e','\x3f','\x0b','\xe2','\x04','\x83','\xfa','\x31','\x63','\xb8','\xe7','\xc1','\x07','\x53','\xee','\xbc','\x55','\x56','\x56','\xf2','\xf3','\x4d','\x9b','\x12','\x16','\xfc','\xaa','\xa6','\xb1','\x20','\xce','\xee','\x3b','\xe8','\x74','\x72','\x28','\x2f','\x8f','\xc7','\x2e','\x20','\xa6','\x47','\x7c','\xdb','\x38','\x75','\x3d','\xad','\xab','\x6e','\x30','\x85','\x86','\x74','\xbf','\x0d','\x85','\x16','\x8f','\x27','\xc9','\x7c','\x6c','\xf9','\xf2','\xe5','\x3c','\xb1','\x73','\x27','\x15','\x2d','\x2d','\x09','\xe9','\xb9','\x81','\x00','\x0b','\x06','\xf4','\x91','\xf6','\x9c','\x1c','\xda','\xe6','\xcd','\xc3','\x55','\x5f','\x9f','\x54','\x1f','\x37','\x9f','\x3c','\x09','\x98','\x82','\xca','\xbc','\x2f','\x7d','\x89','\xe5','\x69','\x84','\x53','\x20','\x7a','\xf6','\xca','\x0e','\x44','\xfb','\x8f','\x2f','\xbd','\x94','\xd4','\x3e','\x8b','\xe3','\xda','\xa7','\x3b','\x2b','\x8b','\xac','\x4f','\x7e','\xf2','\x92','\xc6','\x4c','\x11','\x5c','\x38','\xb2','\x2c','\x23','\xa7','\x33','\x83','\x1b','\x80','\x2d','\xdc','\xa4','\x32','\x83','\x93','\x00','\x39','\x4d','\x80','\xd4','\x81','\x38','\x15','\x98','\x96','\x6f','\x6a','\x17','\x86','\xaa','\xa9','\x4d','\x45','\x69','\x69','\x29','\x6d','\x7d','\xc9','\x0b','\xec','\x74','\x31','\x6c','\x2a','\x2a','\x2a','\xd8','\xfd','\xb2','\xc1','\xdc','\x14','\xe5','\xb9','\x79','\x9c','\xcc','\xd3','\x4f','\x3f','\xcd','\xea','\xd5','\xab','\x87','\x55','\x86','\x9a','\x9a','\x1a','\xe6','\x8d','\x91','\x28','\xca','\x94','\x78','\xe7','\x22','\xb5','\x5a','\x57','\xaa','\xac','\x39','\x39','\x39','\x9c','\x48','\x13','\xc3','\xf6','\x86','\x71','\x52','\x5a','\xb7','\xe2','\xe9','\xd8','\xb4','\x69','\x13','\x39','\xbd','\x4d','\x64','\xbb','\x14','\x8e','\x77','\xe9','\x3c','\x34','\xc2','\xbc','\x3c','\xa6','\xab','\x5b','\x88','\x99','\xfd','\x0d','\x47','\x00','\xf2','\xf9','\x7c','\x14','\x28','\xc9','\x71','\x94','\x8e','\xf6','\xe7','\x5c','\x54','\xff','\x16','\x08','\x04','\x82','\x8f','\x0a','\x17','\x6d','\x02','\xd7','\xd8','\xd8','\x18','\x35','\xd1','\x5a','\x72','\xfc','\x38','\x8b','\x4f','\x9f','\x4e','\x79','\x66','\x67','\xb8','\x04','\xdc','\x6e','\x4e','\x14','\x15','\x71','\xa2','\xa8','\x88','\xad','\xe3','\xc6','\xd1','\x7d','\xc7','\x1d','\x3c','\xf4','\xef','\xff','\xce','\x77','\xbf','\xfb','\xdd','\x21','\xb9','\x4f','\xce','\xca','\xca','\x62','\xe5','\xca','\x95','\xcc','\x7d','\xe8','\x21','\xea','\xc7','\x8c','\x49','\x70','\x48','\x30','\xd8','\x33','\xdf','\x2f','\x2d','\xe5','\xb6','\x2f','\x7e','\x71','\xc8','\x9a','\x80','\xe2','\xee','\x6e','\xe6','\x9e','\x39','\x13','\x7d','\xff','\x25','\xc7','\x8f','\x47','\xb5','\x4e','\x41','\xa7','\x93','\x3d','\x63','\xc7','\x72','\xe3','\x8a','\x15','\x69','\x17','\x06','\xcb','\x96','\x2d','\x23','\xf3','\xba','\xeb','\x08','\xb8','\x53','\x6c','\xd7','\x59','\x79','\xec','\x1b','\x35','\x8a','\xbf','\xf8','\xda','\xd7','\x86','\xbd','\xe3','\x09','\xe6','\x21','\x6f','\xbb','\x5c','\x37','\x9f','\x3c','\x79','\x51','\x02','\xce','\xf9','\xf0','\xc7','\xc5','\xff','\xb1','\x59','\xba','\x74','\x29','\x37','\xae','\x58','\xc1','\x89','\x14','\x26','\x89','\xf1','\x1c','\x19','\x3d','\x9a','\x51','\x0f','\x3e','\xc8','\x3f','\xfd','\xd3','\x3f','\xd1','\x92','\xc2','\x89','\x05','\x98','\xe7','\xbe','\xca','\x1f','\x7a','\x88','\xea','\xea','\x6a','\xb2','\x52','\xb8','\x1a','\xb7','\xd1','\x14','\x85','\x0f','\xc6','\x8c','\x21','\xe8','\x74','\x52','\xe8','\xf7','\xa7','\x6d','\x1f','\x80','\x13','\x45','\x45','\x28','\xf7','\xde','\x4b','\x75','\x75','\xf5','\x05','\xd5','\xaf','\xe0','\xd2','\x93','\xce','\x6b','\xdb','\x60','\xfb','\xf6','\x4a','\x9a','\xef','\x3b','\x12','\x8e','\x0c','\xea','\x05','\x2e','\x9e','\xe9','\x85','\xf2','\x45','\xbb','\xaa','\xf7','\x78','\x3c','\xf4','\xa4','\x38','\xc2','\x76','\xc6','\x67','\x24','\x39','\x54','\x01','\x73','\x03','\xe4','\x70','\x67','\xea','\x37','\x9b','\x3b','\x46','\xe6','\xc8','\x1b','\xcf','\x0f','\xeb','\xec','\xdf','\xa6','\x4d','\x9b','\x78','\xeb','\x95','\x8d','\x94','\x17','\xc9','\x34','\xf9','\x8c','\x4b','\xea','\xce','\xfd','\x72','\x96','\x75','\xd9','\xb2','\x65','\x6c','\x6f','\x4e','\xdd','\x6e','\xe5','\x45','\x32','\x07','\xfe','\xb0','\x71','\xc8','\x9e','\xfb','\x02','\x81','\x00','\x1b','\x36','\x6c','\xe0','\xc6','\xf1','\x32','\x3d','\x41','\x83','\x88','\xa7','\x74','\xc4','\x79','\x79','\xac','\xaa','\xaa','\xe2','\x68','\x7f','\x4e','\x4a','\xc7','\x0f','\xc3','\x71','\xa0','\x61','\xd3','\xd8','\xd8','\x48','\xce','\x80','\xb8','\x42','\x07','\x5b','\x75','\x71','\xbe','\x51','\x20','\x10','\x08','\x2c','\x2e','\x5a','\x03','\x54','\x56','\x56','\xc6','\x3d','\x0f','\x3e','\x18','\xd5','\x32','\x5c','\x2a','\x2a','\x2a','\x2a','\xf8','\x94','\xb5','\x53','\x55','\x55','\x55','\x75','\x41','\x76','\xcb','\x76','\xbc','\x8e','\x75','\x1e','\x0f','\x5e','\xaf','\x97','\x51','\x4d','\x4d','\xe4','\x04','\x83','\x49','\x02','\x5a','\x63','\x7e','\x3e','\x7e','\x97','\x8b','\xdc','\x6b','\xaf','\xe5','\x91','\xe5','\xcb','\x07','\xd5','\xfc','\x9c','\xcd','\xcd','\x65','\x5f','\x41','\x01','\x79','\xa1','\x10','\x85','\xc1','\x20','\x19','\xe1','\x70','\x92','\x50','\xd1','\x9e','\x93','\x83','\xdf','\xe5','\x22','\x58','\x51','\xc1','\x17','\xab','\xab','\x59','\xb1','\x62','\xc5','\xa0','\xe5','\x5c','\xbe','\x7c','\x39','\x1b','\x80','\xd6','\x6d','\xdb','\x92','\x16','\xe7','\xc1','\x8a','\x0a','\x56','\x0e','\x21','\x8f','\x74','\xd8','\x81','\x5a','\x2f','\x07','\xd5','\xd5','\xd5','\x29','\x77','\x17','\x6d','\x6d','\xdc','\x3b','\xeb','\xd7','\x33','\xd6','\xef','\x4f','\x70','\x8b','\x7d','\xa2','\xa8','\x88','\x96','\x8c','\x0c','\xee','\x79','\xf0','\xc1','\xa8','\x90','\x78','\xcf','\x83','\x0f','\xf2','\xce','\xfa','\xf5','\x51','\xad','\x51','\x77','\x56','\x16','\x67','\x72','\x72','\xb8','\x71','\xc5','\x0a','\x56','\xae','\x5c','\x39','\x24','\x33','\x9b','\xec','\xc9','\x93','\x39','\x31','\x79','\x32','\xae','\xfa','\x7a','\x4a','\x7c','\xbe','\x04','\x13','\xc3','\x80','\xdb','\x4d','\x6b','\x76','\x36','\xa7','\xb3','\xb2','\xb8','\xff','\xb3','\x9f','\xe5','\x91','\x47','\x1e','\x19','\x54','\xa0','\x12','\x5c','\x7e','\x86','\x2a','\xb4','\x00','\x51','\xcd','\xcf','\x40','\x33','\x38','\x03','\xd0','\x8d','\xa1','\x39','\x41','\x00','\x98','\x98','\x2f','\xf1','\x87','\xb7','\x5f','\x63','\xd3','\xa6','\x4d','\x83','\x8e','\x01','\x83','\xd1','\xd8','\xd8','\xc8','\xe8','\x8c','\x64','\x93','\xbb','\x73','\x01','\x83','\x39','\x29','\x16','\xdd','\x1e','\x8f','\x87','\xeb','\x6f','\xab','\xe2','\x44','\xe3','\x16','\x26','\xe6','\x27','\xdf','\x77','\xd7','\x54','\x85','\x17','\x36','\x3f','\xcf','\x1a','\x38','\x6f','\x3f','\xdd','\xbe','\x7d','\x3b','\x1b','\x36','\x6c','\xe0','\xbe','\x72','\x73','\x5f','\xab','\xbe','\xcd','\xe0','\x8f','\x2f','\xe1','\x6e','\xff','\xe5','\x2c','\xab','\xc7','\xe3','\x61','\xd6','\xb5','\x95','\x34','\xfb','\x93','\x83','\x79','\x02','\xdc','\x31','\x49','\xe6','\x99','\xc7','\x7f','\x00','\x30','\xe8','\xd8','\x68','\x9b','\xbc','\x8e','\x09','\x34','\x50','\x98','\x2f','\xb3','\xad','\x51','\x4f','\x69','\x8a','\xec','\xf1','\x78','\xe8','\x4b','\xa3','\x71','\xba','\x5c','\x54','\x57','\x57','\xb3','\xbb','\xf6','\x69','\x16','\x95','\x25','\xee','\x4b','\x16','\x66','\x4a','\x70','\xea','\x20','\x9b','\x37','\x6f','\x66','\xc9','\x92','\x25','\xe7','\xcd','\xc7','\xe7','\xf3','\x71','\xfa','\x48','\x3d','\x85','\x0b','\x13','\xa7','\xf7','\xf7','\x9b','\x0d','\x9e','\x14','\x1e','\x2e','\x05','\x02','\x81','\x00','\xb8','\x44','\x26','\x70','\xab','\x57','\xaf','\x1e','\xb6','\xe9','\xc3','\xe5','\x64','\xd5','\xaa','\x55','\xac','\x5c','\xb9','\x92','\x0d','\x1b','\x36','\x50','\x5f','\x5f','\x9f','\xb4','\x9b','\x66','\x9b','\xd4','\x0d','\x66','\x1a','\x60','\xef','\x9c','\xd5','\xd7','\xd7','\xf3','\x58','\x75','\x35','\xba','\xae','\xb3','\x75','\xeb','\x56','\x9a','\x9a','\x9a','\x92','\x0e','\xdb','\x57','\x55','\x55','\x71','\x4b','\x45','\x05','\xcb','\x97','\x2f','\x1f','\xd2','\xc2','\x7a','\xe9','\xd2','\xa5','\x54','\x55','\x55','\xb1','\x76','\xed','\xda','\x04','\x61','\xa5','\xba','\xba','\xfa','\xa2','\x17','\xe7','\x23','\xa1','\x6d','\xb2','\xb2','\xb2','\x58','\xbd','\x7a','\x35','\xb5','\x0b','\x17','\x52','\x53','\x53','\xc3','\xe6','\xb8','\x43','\xcc','\xd5','\x96','\x70','\x17','\x2f','\xe0','\xae','\x5e','\xbd','\x9a','\x35','\x10','\xad','\x8b','\xca','\xca','\x4a','\xfe','\x6a','\xd9','\xb2','\x61','\x9b','\x6e','\xfc','\xea','\x57','\xbf','\x62','\xc3','\x86','\x0d','\x6c','\xdc','\x98','\x18','\x84','\xd2','\x16','\xae','\x97','\x2d','\x5b','\x26','\x1c','\x1e','\x8c','\x40','\x22','\x91','\x48','\xca','\x33','\x3d','\xe9','\xce','\xf2','\xa4','\x3d','\x03','\x64','\xa5','\xa5','\xd3','\x0e','\xa5','\xe2','\xbe','\x72','\x99','\x0d','\x1b','\x36','\x50','\x51','\x51','\x71','\x41','\x1a','\xc1','\x2d','\x5b','\xb6','\x30','\x25','\x3f','\xd9','\xf4','\x68','\x7b','\xb3','\xce','\xbf','\xa4','\xd9','\x7d','\x5f','\xb6','\x6c','\x19','\x6b','\x57','\xbf','\xc6','\xc4','\xfc','\xd4','\xe5','\xbc','\x6f','\x86','\xc2','\xb6','\xba','\x1a','\x3e','\xf7','\xb9','\xf7','\x78','\xe0','\x81','\x07','\x92','\xfa','\x6d','\x5d','\x5d','\x1d','\x9b','\x37','\x6f','\xc6','\xeb','\xf5','\xf2','\xd9','\x0a','\x85','\xc2','\x4c','\x89','\x66','\xbf','\x41','\x71','\xc5','\xa2','\x4b','\xae','\xe9','\xb8','\x9c','\x65','\xad','\xae','\xae','\xe6','\xc9','\x35','\xdb','\xb8','\x6f','\x46','\xf2','\xb3','\xb2','\x5d','\x12','\xd5','\x33','\x65','\x7e','\xfd','\xe4','\x0f','\x92','\xce','\x61','\x82','\x29','\x88','\xd6','\xd6','\xd6','\xb2','\x71','\xe3','\x46','\xa6','\xc9','\x67','\xa2','\x42','\xc5','\xfe','\x56','\x83','\xbf','\x4e','\x31','\x8e','\xe4','\xe4','\xe4','\xd0','\x9b','\x42','\x73','\xe7','\x54','\x48','\x72','\x3c','\xb3','\x69','\xd3','\x26','\x36','\x6c','\xd8','\xc0','\xcc','\x99','\x33','\x2f','\xa9','\xe6','\x78','\xc5','\x8a','\x15','\x7c','\x6a','\xfd','\x93','\xcc','\x2b','\x91','\x93','\x62','\x02','\x2d','\x2c','\x95','\x4d','\x6d','\xfe','\x10','\x04','\xa0','\xba','\xba','\x3a','\xa6','\x0d','\xe8','\x83','\x0d','\x6d','\x3a','\x37','\xdf','\xf3','\x80','\x70','\x80','\x20','\x10','\x08','\x04','\x16','\x97','\xdc','\x09','\xc2','\x48','\xc5','\x36','\x89','\xbb','\x18','\x06','\x9a','\x0f','\xd8','\x13','\xf6','\xa5','\x38','\x64','\x6c','\x0b','\x09','\x57','\x5a','\x58','\xf9','\x30','\xa9','\xaa','\xaa','\x1a','\xb2','\x10','\x73','\x29','\xea','\xc2','\x6e','\xf3','\x8b','\x6d','\x77','\xc1','\xe5','\x25','\xad','\x17','\xb8','\x14','\x18','\x86','\x81','\x24','\x99','\xc1','\x4e','\x93','\x5c','\x61','\x4b','\x12','\x0e','\x35','\xd9','\x0b','\xe1','\x60','\x14','\x66','\x4a','\x94','\xf7','\x36','\xf0','\xe4','\x93','\x4f','\x0e','\xe9','\xac','\x61','\x3c','\x0d','\x0d','\x0d','\x66','\x5c','\xa1','\x92','\xc4','\xc5','\xe7','\xee','\x66','\x9d','\xcf','\xae','\xf8','\x72','\x5a','\x61','\xbb','\xb2','\xb2','\x92','\x99','\xb7','\x3f','\x40','\xc3','\xde','\x5f','\x53','\x5e','\x94','\xfa','\xbd','\x17','\x95','\xc9','\xcc','\x0c','\x36','\xb3','\x77','\xd3','\x3a','\x9e','\xfa','\xf1','\x0f','\x13','\xcc','\xec','\x2a','\x0a','\x24','\xc6','\x64','\x4b','\xfc','\xdd','\x0d','\xb1','\xe1','\x7c','\x7b','\x93','\xce','\x97','\x57','\xa7','\x3f','\xd3','\xe6','\xf3','\xf9','\x70','\xba','\xd2','\xfe','\x9c','\x96','\xcb','\x59','\xd6','\x25','\x4b','\x96','\xe0','\xf5','\x2e','\x4a','\xab','\x05','\xca','\x76','\x49','\x7c','\x76','\xb6','\x42','\xc3','\xde','\x5f','\xb3','\xf6','\x0f','\x1b','\xa9','\xef','\x88','\xb5','\xfd','\xe8','\x0c','\x89','\x59','\xa3','\x24','\xee','\x2f','\x96','\xc8','\x76','\x99','\xe5','\xbc','\x10','\x21','\xa0','\x30','\x53','\xa2','\xbd','\x21','\xa6','\x7d','\xd9','\xbc','\x79','\xb3','\x69','\x4e','\xe7','\x3a','\x44','\xdb','\xde','\x86','\x94','\x4e','\x26','\x2e','\xb4','\x6e','\x3d','\x1e','\x0f','\x9f','\x5d','\xf1','\x65','\xb6','\xbe','\xfa','\x34','\xb7','\x4c','\x4c','\xac','\xdb','\x92','\x1c','\x89','\xbd','\x47','\xb6','\xb1','\x7e','\xfd','\xfa','\xf3','\x5a','\x03','\xd4','\xd4','\xd4','\x30','\xa7','\x38','\x76','\x7f','\x48','\x83','\xd7','\x8e','\xeb','\xfc','\xef','\x37','\xd3','\xf7','\x87','\xa6','\xa6','\x26','\x0a','\x53','\x5b','\x1e','\x5f','\x14','\x2e','\x45','\xa2','\xe3','\x23','\x1a','\xff','\x4e','\x20','\x10','\x5c','\xdd','\x7c','\x6c','\x04','\x20','\x81','\x40','\x70','\x75','\x20','\x49','\x52','\x4a','\x2f','\x70','\x83','\x69','\x85','\x52','\x69','\x87','\x24','\x40','\x92','\xe5','\x61','\x99','\xd3','\x81','\x79','\xc6','\xe4','\x44','\xe3','\x16','\xfe','\xfa','\x2f','\x6a','\xf9','\xec','\x8a','\x2f','\x0f','\xe9','\x3c','\xe0','\xf6','\xed','\xdb','\xf1','\x7a','\xbd','\x5c','\x97','\x79','\x26','\xba','\xe0','\x06','\x38','\xd1','\x69','\xa0','\x96','\x2f','\x39','\xaf','\x10','\x5e','\x5d','\x5d','\xcd','\x57','\x5e','\xa8','\xa1','\x34','\x47','\x22','\xdb','\x95','\x5a','\xd3','\x95','\xed','\x92','\x58','\x54','\x26','\x25','\x99','\x48','\x0d','\xa4','\xa1','\x4d','\x67','\xe6','\xed','\x0f','\x0c','\xaa','\x2d','\x68','\x6a','\x6a','\x22','\xa7','\x22','\xf9','\x39','\x85','\x19','\xe6','\x6f','\x83','\x09','\x09','\x97','\xb3','\xac','\xd5','\xd5','\xd5','\x7c','\xf7','\x1f','\xb7','\xf1','\x85','\xb9','\x4a','\x92','\x56','\xc4','\xa6','\xbc','\x48','\xa6','\xbc','\x08','\xee','\x1b','\xe4','\x39','\x3d','\x41','\x63','\x50','\x21','\xa0','\xac','\xac','\x8c','\x73','\x29','\x9c','\x57','\x00','\x7c','\x62','\xaa','\xcc','\x77','\xff','\xf1','\x6f','\xf9','\x9b','\xbf','\x31','\x98','\xe8','\x91','\xb8','\x65','\x82','\x4c','\x61','\xa6','\xc4','\x0b','\x0d','\x3a','\x3f','\x4c','\x91','\xdf','\xc5','\xd4','\xed','\xaa','\x55','\xab','\xf8','\xfa','\xa9','\x53','\x29','\xcd','\x0c','\x6f','\x18','\x77','\x7e','\xb3','\xbf','\x35','\x6b','\xd6','\x10','\x3a','\xbe','\x8d','\x92','\xa9','\xb1','\xca','\x7a','\xfd','\xb8','\xc6','\x67','\x57','\x7c','\x79','\x50','\x4d','\x55','\x63','\x63','\x23','\x79','\xee','\xe4','\x32','\xa7','\xd2','\x80','\xa5','\xc2','\xe7','\xf3','\xe1','\x4e','\xb1','\x9a','\xc8','\x71','\xc1','\x9e','\x4b','\x18','\xc7','\x48','\x20','\x10','\x08','\x2e','\x15','\x23','\x36','\x10','\xaa','\x40','\x20','\xf8','\xf8','\x92','\x52','\xd8','\x49','\x73','\xad','\x24','\x49','\x69','\xbd','\xc6','\x45','\xc2','\xe1','\x0b','\x8a','\xee','\x3e','\x31','\x5f','\xe2','\xa1','\x6b','\x55','\x0e','\xbc','\xfa','\x34','\xb7','\xde','\x7a','\x2b','\xeb','\xd6','\xad','\x4b','\x79','\x10','\xbd','\xae','\xae','\x8e','\x35','\x6b','\xd6','\xf0','\xd7','\x7f','\xf1','\x67','\x14','\x34','\x6e','\x49','\xd0','\x8a','\x34','\xfb','\x0d','\x4e','\x78','\xae','\x3b','\xaf','\xd3','\x0e','\x30','\x83','\x27','\xdb','\x81','\x54','\x53','\x1d','\x84','\x1f','\x2a','\xed','\xbd','\x06','\x0d','\x4a','\xf9','\xa0','\x1e','\x0d','\xd7','\xaf','\x5f','\x4f','\xa9','\xea','\x4f','\x29','\x50','\x94','\x5b','\x31','\x7d','\x9a','\x9b','\x9b','\x47','\x44','\x59','\x97','\x2c','\x59','\xc2','\xbd','\x9f','\xff','\x53','\x7e','\x5d','\x7f','\xe1','\x0f','\x0a','\x69','\xf0','\xf2','\x61','\x9d','\x87','\x56','\x3d','\x3a','\xa8','\x10','\x50','\x59','\x59','\x49','\xb3','\x3f','\xb9','\xaf','\x94','\xe4','\x48','\xac','\x9c','\xaf','\xf0','\x77','\x37','\xa8','\x7c','\x76','\xb6','\x42','\x49','\x8e','\x14','\xd5','\x26','\x0d','\xcc','\x6f','\x28','\x75','\x7b','\xbe','\x20','\xac','\xd5','\xd5','\xd5','\x9c','\xf0','\x5c','\x97','\x54','\x16','\xdb','\xec','\xef','\x99','\xc7','\x7f','\xc0','\x9a','\x35','\x6b','\x12','\xcc','\x7a','\xed','\x58','\x4a','\xfb','\x36','\x3f','\xcf','\x5d','\x71','\xc2','\xcf','\x9b','\x27','\x74','\xa6','\xde','\xfa','\x47','\x83','\x0a','\xf1','\x81','\x40','\x80','\xfa','\xfa','\x7a','\x8a','\xb3','\x93','\x7f','\x2b','\xcc','\x94','\x68','\x3f','\x71','\x90','\x4d','\x9b','\x36','\xa5','\xbd','\xbf','\xb9','\xb9','\x99','\xba','\xba','\x3a','\x26','\xe4','\xa5','\x10','\xfa','\x86','\x70','\xbf','\x40','\x20','\x10','\x5c','\x09','\x24','\xe3','\x42','\x56','\x07','\x02','\xc1','\x08','\xa1','\xae','\xae','\x8e','\x7f','\x5c','\xb9','\x92','\xb9','\x67','\xce','\x44','\xd3','\x82','\x4e','\x27','\x27','\x2a','\x2b','\x79','\xf1','\xc5','\x17','\xaf','\x60','\xc9','\x04','\x17','\xca','\xf6','\x6d','\xdb','\xb8','\xe3','\x8e','\x3b','\xe8','\x89','\x5b','\x28','\x4a','\x92','\x84','\xd3','\xe1','\x20','\x34','\x40','\xa0','\x91','\x65','\x19','\x45','\x51','\x50','\x14','\x85','\x60','\x30','\x98','\xf4','\xdb','\xa7','\xee','\xba','\x93','\x27','\x7f','\xf6','\x73','\x46','\x8d','\x1e','\x9d','\xf2','\x59','\xf7','\xde','\x7b','\x2f','\xf7','\x17','\x37','\xa7','\xd5','\x64','\x80','\xb9','\x80','\xde','\xdd','\xac','\xd3','\xd5','\x6f','\xb0','\xeb','\x5c','\xe2','\x70','\x69','\x9b','\x74','\x0d','\xd4','\x74','\x34','\xb4','\xe9','\x34','\xe7','\x2f','\xa4','\xba','\xba','\x7a','\x48','\xe7','\x36','\x6c','\xd6','\xad','\x5b','\xc7','\x8b','\xbf','\x7c','\x8a','\xea','\x99','\xf2','\xa0','\x65','\x4a','\x45','\xb3','\xdf','\x60','\xe3','\x41','\x8d','\xaf','\xad','\xfe','\xe7','\x24','\x27','\x0e','\xf6','\xb9','\x9b','\xba','\xba','\x3a','\x2a','\x0a','\x24','\xee','\x98','\x94','\x3e','\xff','\x3d','\x2d','\x3a','\xaf','\x1e','\x33','\xb5','\x66','\xd5','\xd5','\xd5','\x69','\x4d','\x51','\x3f','\xac','\xb2','\xa6','\x62','\xcd','\x9a','\x35','\xec','\xdb','\xfc','\x3c','\x9f','\x98','\x96','\x5e','\x13','\x94','\x8a','\x9e','\xa0','\xc1','\xcb','\x87','\x75','\x96','\x54','\xff','\xe9','\x79','\x35','\x79','\xb5','\xb5','\xb5','\x3c','\xfb','\x9f','\x7f','\x97','\x20','\x40','\xa4','\xa2','\xbd','\xd7','\xe0','\x57','\xfb','\x35','\xfe','\xf7','\xe7','\xbf','\xa2','\xbc','\xbc','\x7c','\x58','\x75','\xbb','\xad','\x51','\xe7','\x0f','\xa7','\xce','\x5f','\xb7','\x76','\x9e','\x13','\x7d','\x3b','\x52','\x3a','\x9c','\xd8','\xd6','\xa8','\xb3','\xbf','\xd5','\x88','\x6a','\xad','\x26','\x7a','\x24','\xe6','\x8d','\x91','\xa2','\x02','\x78','\x48','\x33','\x35','\x3f','\x53','\x6f','\xfd','\xa3','\xb4','\xcf','\x88','\x0f','\x91','\x70','\xfb','\x78','\x39','\xad','\xb6','\xae','\xbd','\xd7','\xe0','\x9d','\x53','\x7a','\xd4','\xc4','\xd0','\x3e','\x9b','\x1a','\x7f','\x66','\xf5','\x93','\x93','\x65','\xe6','\x8e','\x49','\x7f','\xff','\x6b','\xc7','\x74','\x4e','\xf8','\x0c','\x96','\x2d','\x5b','\x26','\x3c','\x6e','\x0a','\x04','\x82','\x11','\x81','\x30','\x81','\x13','\x08','\x04','\x23','\x0a','\x5d','\xd7','\xd3','\x06','\x36','\x4d','\x77','\x7d','\x4a','\x07','\x09','\x86','\x81','\x64','\x09','\x48','\xe7','\xa3','\xbd','\xd7','\xe0','\x7f','\x77','\x9b','\x5a','\x06','\x5b','\xa8','\x99','\x52','\x20','\x51','\x98','\x29','\xe1','\x54','\x88','\x2e','\x0e','\xef','\x3a','\x4f','\x00','\x33','\x7b','\xb1','\x38','\xf3','\xf6','\x07','\x78','\xf4','\x02','\x16','\x7a','\xab','\x56','\xad','\xc2','\x63','\x79','\xad','\xbc','\x2e','\xf3','\x4c','\xda','\x73','\x36','\x03','\xd9','\xd6','\xa8','\xd3','\x5b','\xb2','\x90','\x7f','\xf9','\xb7','\xd4','\x02','\x97','\xd7','\xeb','\xa5','\xbc','\x77','\x07','\xb7','\xdd','\x70','\xfe','\x21','\x7f','\xee','\x98','\xd8','\x62','\xf6','\xcd','\x77','\x6a','\xa8','\xa9','\x29','\x4f','\xe9','\x3e','\xf9','\xc3','\x2a','\x6b','\x2a','\x6c','\x6f','\x9e','\xcf','\xfc','\xf2','\x29','\x6e','\x9f','\x28','\xa7','\x14','\x0a','\x06','\xd2','\xd0','\xa6','\xf3','\xda','\x71','\x53','\xf3','\x33','\x14','\x2f','\x9a','\x55','\x55','\x55','\x6c','\xdf','\xbe','\x9d','\x6d','\x75','\x35','\x69','\x85','\x81','\x78','\xc1','\xcd','\x6e','\xdb','\xe1','\xd4','\xed','\xa2','\xb2','\x98','\xa0','\xf1','\xf4','\x4b','\xcf','\x27','\x39','\x80','\xb1','\x59','\xb2','\x64','\x89','\x55','\xb7','\x1e','\x4e','\xed','\xdf','\xcc','\xe2','\x71','\x89','\x8e','\x11','\xcc','\x7c','\x52','\x3f','\xc3','\x7e','\xef','\xc1','\xcc','\x37','\x1b','\x1b','\x1b','\x79','\xe3','\xa5','\xe7','\x13','\xce','\x62','\xa5','\xa3','\x30','\x53','\xe2','\xbe','\x19','\x4a','\xd4','\xc4','\xf0','\xe9','\x97','\x9e','\xa7','\xa4','\xa4','\x84','\xb6','\xba','\x9a','\x21','\xdf','\xff','\xd9','\xd9','\x66','\xe1','\x1b','\xf6','\xfe','\xfa','\x92','\x06','\xe7','\x15','\x08','\x04','\x82','\x0b','\x45','\x08','\x40','\x82','\x8f','\x1c','\x8a','\xa6','\x0d','\xc9','\x6e','\x5d','\x30','\x32','\x49','\xe7','\x04','\x21','\x95','\x50','\x64','\x3b','\x41','\x88','\xff','\x7f','\x14','\xcb','\x09','\xc2','\x50','\x82','\xaa','\xbe','\x7f','\x46','\xe7','\x9f','\xff','\xd9','\xd4','\x46','\xd4','\xd5','\xd5','\x71','\xe0','\xc0','\x01','\x6a','\x6b','\x6b','\xa9','\xdf','\x5d','\xcf','\xed','\xe3','\xcd','\xfb','\x67','\x8e','\x4a','\x7d','\xe6','\xa5','\xd9','\x6f','\x70','\xba','\xdb','\xe0','\x78','\x97','\x41','\x46','\xe9','\x0c','\x96','\xff','\xe5','\xe0','\xae','\xf4','\xcf','\xc7','\x8a','\x15','\x2b','\xa8','\xac','\xac','\xc4','\xeb','\xf5','\xf2','\xa3','\x17','\x6a','\x58','\x58','\x22','\x33','\x2e','\x57','\x4a','\x72','\x04','\x70','\xa2','\xd3','\xe0','\x5c','\xc0','\xe0','\x0f','\xa7','\xf4','\xf3','\x7a','\x8c','\x34','\xdd','\xe1','\xc3','\xfa','\x77','\xeb','\x52','\xfe','\x9e','\x8e','\xea','\xea','\xea','\x41','\x63','\xc7','\x7c','\x18','\x65','\x4d','\xc7','\xaa','\x55','\xab','\xa2','\xcf','\xaa','\xab','\x7b','\x8d','\x49','\x79','\x52','\x92','\xc7','\xb4','\xf6','\x5e','\x83','\xa3','\x1d','\x06','\xfb','\x5b','\x0d','\x6e','\xbe','\xe7','\x01','\xfe','\xf7','\x9b','\xc3','\x13','\x42','\x4d','\xcd','\x06','\xfc','\xfe','\x8d','\xe7','\x99','\x53','\x2c','\x47','\xdf','\xa3','\xbd','\xd7','\x60','\xff','\x39','\x03','\x7d','\x5c','\xb2','\xe0','\x76','\x31','\x75','\x3b','\xd8','\x79','\xa0','\x85','\x0b','\x17','\xb2','\x70','\xe1','\x42','\xd6','\xad','\x5b','\xc7','\x93','\x5e','\x2f','\x53','\xdc','\x7e','\xf2','\xdc','\xc9','\xef','\x0c','\xa6','\xd0','\xd3','\xdd','\x6f','\x7a','\x1b','\xbc','\xfb','\xbe','\x65','\xe7','\x7d','\xef','\xb2','\xb2','\x32','\x6e','\xfd','\xf4','\x1f','\xf1','\x9d','\x0b','\x08','\x91','\x50','\x5d','\x5d','\xcd','\xf2','\xe5','\xcb','\x69','\x6e','\x6e','\x1e','\xf6','\xfd','\xb6','\x06','\x48','\x20','\x10','\x08','\xae','\x34','\xc2','\x04','\x4e','\x70','\x55','\xb3','\x6e','\xdd','\x3a','\x5e','\xff','\xc1','\x0f','\x12','\xe2','\x27','\x01','\x6c','\x1d','\x37','\x8e','\xbf','\xf9','\xd7','\x7f','\xbd','\xa8','\x85','\xa8','\xe0','\xca','\xf0','\xfe','\xfb','\xef','\x73','\xc7','\xed','\xb7','\xe3','\x8b','\x8b','\xd7','\x25','\x49','\x12','\x0e','\x87','\x83','\x50','\x5c','\x3c','\x27','\x3b','\x5d','\x96','\x65','\x54','\x55','\x25','\x1c','\x0e','\x27','\x38','\x3c','\x50','\x64','\x99','\x07','\xee','\xbf','\x97','\x1f','\xff','\xcf','\xff','\x52','\x98','\x26','\x10','\xef','\xfa','\xf5','\xeb','\xf1','\x7a','\xbd','\x51','\x77','\xec','\x03','\xb1','\x83','\x68','\x02','\x49','\xee','\xd4','\x6d','\x2a','\x2b','\x2b','\xa9','\xac','\xac','\x64','\xf1','\xe2','\xc5','\x97','\xdc','\xed','\xb4','\xcf','\xe7','\xa3','\xa6','\xa6','\x86','\xba','\xba','\x3a','\xea','\xea','\x12','\x17','\xd8','\x55','\x55','\x55','\x54','\x0c','\xc3','\xdd','\xfe','\x87','\xcd','\xe5','\x2c','\x6b','\x7d','\x7d','\x7d','\xd4','\x4c','\x2c','\x7e','\xb3','\xa3','\xa2','\xa2','\x22','\xea','\x6d','\xf2','\x62','\x5c','\x3e','\xd7','\xd6','\xd6','\x46','\xdf','\xc5','\xce','\x77','\xd9','\xb2','\x65','\x57','\x34','\x90','\x68','\x6d','\x6d','\x6d','\xd4','\xd3','\xe0','\xc0','\x0d','\x9e','\x65','\xcb','\x96','\x51','\x5a','\x5a','\x2a','\x5c','\xfb','\x0b','\x04','\x02','\xc1','\x10','\x11','\x02','\x90','\xe0','\xaa','\x23','\xde','\x76','\x7d','\x42','\x20','\xc0','\xc4','\xf6','\x76','\x54','\x2d','\xf1','\x90','\x74','\xc0','\xed','\xe6','\x60','\x61','\x21','\x5d','\x4e','\x27','\x95','\x95','\x95','\xc3','\x3e','\x8b','\x21','\xb8','\x72','\xec','\xd8','\xbe','\x9d','\x3b','\xee','\xb8','\x03','\x7f','\x4f','\x4f','\x34','\x2d','\x9d','\x00','\x24','\xcb','\x32','\xb2','\x2c','\xe3','\x70','\x38','\x08','\x06','\x83','\x49','\x02','\xd0','\x7d','\xf7','\x7c','\x92','\x27','\x9e','\xfe','\x69','\x5a','\x01','\x48','\x20','\x10','\x08','\x04','\x02','\xc1','\xc7','\x0f','\x61','\x02','\x27','\xb8','\xaa','\x68','\x6c','\x6c','\xe4','\x95','\x67','\x9f','\x65','\xc9','\xe9','\xd3','\x83','\x5e','\x97','\xd5','\xdf','\xcf','\x82','\xa6','\x26','\x00','\xba','\xcf','\x9d','\xc3','\x0b','\x42','\x00','\xba','\x4a','\xd0','\x75','\x1d','\x3d','\x8d','\xcb','\xeb','\x24','\x33','\x37','\x0b','\xc3','\x30','\xa2','\x81','\x4f','\xa3','\x69','\x18','\x68','\x5a','\x64','\xd8','\x6e','\xb0','\x05','\x02','\x81','\x40','\x20','\x10','\x7c','\xb4','\x11','\x02','\x90','\xe0','\xaa','\xa2','\xac','\xac','\x8c','\x7b','\x1e','\x7c','\x30','\xaa','\x01','\x1a','\x0a','\xb6','\x06','\x48','\x70','\x75','\xa0','\xeb','\x7a','\x92','\x30','\x03','\xa0','\x28','\x72','\x4a','\x01','\xc8','\x30','\x0c','\x0c','\x5d','\x27','\xe9','\x0e','\x03','\x90','\xa4','\x21','\x39','\x41','\x10','\x08','\x04','\x02','\x81','\x40','\xf0','\xf1','\x41','\x08','\x40','\x82','\xab','\x8e','\xd5','\xab','\x57','\xa7','\x75','\xed','\x2a','\xb8','\xfa','\x51','\x14','\x25','\xa5','\xe3','\x02','\x59','\x92','\xd3','\x6a','\x81','\x74','\x5d','\x47','\x82','\x44','\x21','\xc8','\x72','\x82','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\x10','\x8f','\x08','\x84','\x2a','\x10','\x08','\x46','\x14','\xb2','\xa2','\xa4','\x76','\x6b','\x7d','\x9e','\x7b','\x06','\xba','\xc9','\x96','\x00','\x49','\x96','\x2f','\x28','\x10','\xaa','\x40','\x20','\x10','\x08','\x04','\x82','\x8f','\x2e','\x42','\x00','\x12','\x08','\x04','\x23','\x0a','\x23','\x5d','\x1c','\x20','\x48','\x29','\x18','\xd9','\x5a','\xa1','\xa4','\x7c','\x80','\x48','\x38','\x7c','\xa9','\x8b','\x27','\x10','\x08','\x04','\x02','\x81','\xe0','\x2a','\x47','\x08','\x40','\x02','\x81','\x60','\x44','\x61','\x18','\xc6','\xa0','\x4e','\x10','\x52','\xa5','\xdb','\xf7','\x0d','\x44','\xd7','\x35','\xe1','\x04','\x41','\x20','\x10','\x08','\x04','\x02','\x41','\x02','\x42','\x00','\x12','\x08','\x04','\x23','\x0a','\x4d','\xd3','\x52','\x3a','\x41','\x48','\x87','\x9e','\x4e','\x63','\x64','\x18','\x48','\x92','\x22','\x9c','\x20','\x08','\x04','\x02','\x81','\x40','\x20','\x48','\x40','\x08','\x40','\x02','\x81','\x60','\x44','\xa1','\x28','\x0a','\x92','\x9c','\xc2','\xa4','\xcd','\x30','\x92','\x84','\x1d','\xc3','\x30','\xa2','\xe9','\x49','\xda','\x21','\x49','\x42','\x51','\xd5','\x61','\x9f','\x27','\x12','\x08','\x04','\x02','\x81','\x40','\xf0','\xd1','\x46','\x08','\x40','\x02','\x81','\x60','\x44','\x61','\x9a','\xba','\x25','\x0f','\x4d','\x06','\xa4','\x34','\x67','\x93','\x24','\x29','\xa5','\xd7','\x38','\x09','\x90','\xe5','\xd4','\x71','\x83','\x04','\x02','\x81','\x40','\x20','\x10','\x7c','\x7c','\x11','\x02','\x90','\x40','\x20','\x18','\x51','\x98','\x1a','\x9b','\xd4','\x26','\x6d','\xe9','\xae','\x4f','\x25','\x00','\x01','\xe8','\x9a','\x38','\x03','\x24','\x10','\x08','\x04','\x02','\x81','\x20','\x11','\x21','\x00','\x09','\x04','\x82','\x11','\x85','\xae','\xeb','\x18','\xfa','\xd0','\xbc','\xc0','\xc5','\x3b','\x40','\x48','\x0a','\x90','\x0a','\x44','\xb4','\xc8','\x87','\x52','\x46','\x81','\x40','\x20','\x10','\x08','\x04','\x57','\x2f','\x42','\x00','\x12','\x08','\x04','\x23','\x8a','\x48','\x24','\x32','\x64','\xb3','\xb5','\x74','\x9e','\xe1','\x80','\xa8','\xc6','\x28','\x9d','\x76','\x48','\x20','\x10','\x08','\x04','\x02','\xc1','\xc7','\x13','\xb1','\x32','\x10','\x08','\x04','\x23','\x0a','\x55','\x55','\x53','\x3b','\x41','\x20','\xd9','\xd5','\xb5','\x24','\x49','\x29','\xb5','\x3f','\xd6','\x8f','\xa8','\xaa','\x43','\x38','\x41','\x10','\x08','\x04','\x02','\x81','\x40','\x90','\x40','\x4a','\x01','\xa8','\xaf','\xaf','\x8f','\x60','\x30','\x78','\xb9','\xcb','\x22','\x10','\x08','\x04','\xc8','\x8a','\x82','\x9c','\xc2','\x09','\x42','\x2a','\xec','\xf3','\x3f','\xa9','\x34','\x41','\xa6','\x13','\x04','\x59','\x9c','\x01','\x12','\x08','\x04','\x02','\x81','\x40','\x90','\x40','\xd2','\x2a','\x23','\x18','\x0c','\x46','\x77','\x55','\x05','\x02','\x81','\xe0','\xb2','\x33','\x8c','\xb1','\xc7','\x16','\x7c','\xd2','\xc5','\xfa','\x89','\x84','\xc5','\x19','\x20','\x81','\x40','\x20','\x10','\x08','\x04','\x89','\xa8','\xf1','\xff','\xb0','\x85','\x1f','\x61','\x33','\x2f','\x10','\x08','\xae','\x14','\xba','\xae','\xa7','\xd5','\xda','\xa4','\xda','\x9c','\x89','\xa6','\x25','\x39','\x41','\x30','\xd0','\x0d','\x4d','\x6c','\xe6','\x08','\x04','\x02','\x81','\x40','\x20','\x48','\x20','\x2a','\xe9','\x84','\xc3','\x61','\x14','\x45','\xc1','\xe9','\x74','\x02','\xc9','\xde','\x96','\x04','\x02','\x81','\xe0','\x72','\x30','\x30','\xd8','\xa9','\x4d','\xaa','\x11','\xc9','\x0e','\x82','\xaa','\xeb','\x7a','\xb2','\xe3','\x6c','\xc3','\xbc','\x4b','\x8c','\x65','\x02','\x81','\x40','\x20','\x10','\x08','\xe2','\x89','\x6a','\x80','\x1c','\x0e','\x47','\x34','\x51','\x96','\x65','\xb1','\x6b','\x2a','\x10','\x08','\xae','\x08','\x8a','\xa2','\xa4','\xd5','\x42','\xa7','\x1a','\x97','\x6c','\x6d','\x51','\x92','\x76','\x48','\x92','\x70','\x38','\x84','\x13','\x04','\x81','\x40','\x20','\x10','\x08','\x04','\x89','\xa4','\xb5','\x75','\x13','\x66','\x70','\x02','\x81','\xe0','\x4a','\x91','\x4a','\x68','\x49','\xb7','\x25','\x63','\x3b','\x41','\x48','\xca','\x23','\x4d','\x3e','\x02','\x81','\x40','\x20','\x10','\x08','\x3e','\xde','\xa4','\x94','\x72','\x84','\x13','\x04','\x81','\x40','\x70','\xa5','\x18','\xee','\xf8','\x23','\xcb','\xf2','\x20','\x4e','\x10','\xc2','\x62','\x2c','\x13','\x08','\x04','\x02','\x81','\x40','\x90','\x40','\x4a','\x01','\x48','\x96','\x65','\xa1','\x01','\x12','\x08','\x04','\x57','\x84','\xc1','\xce','\x00','\x25','\xb9','\xba','\x8e','\x17','\x96','\x52','\x39','\x41','\xd0','\x85','\x13','\x04','\x81','\x40','\x20','\x10','\x08','\x04','\x89','\xa4','\x94','\x72','\x74','\x5d','\x17','\xa6','\x23','\x02','\x81','\xe0','\x8a','\x90','\x4e','\x00','\x4a','\x85','\x1d','\x04','\x55','\xd3','\x34','\xe1','\x04','\x41','\x20','\x10','\x08','\x04','\x02','\xc1','\x90','\x10','\x26','\x70','\x02','\x81','\x60','\x44','\x31','\x98','\x06','\x3a','\x9d','\x13','\x84','\x94','\xe3','\x95','\x15','\x1f','\x48','\x08','\x40','\x02','\x81','\x40','\x20','\x10','\x08','\xe2','\x49','\x6b','\xe7','\x26','\x16','\x0d','\x02','\x81','\xe0','\x4a','\x31','\x5c','\x27','\x08','\xa9','\x1c','\x21','\x48','\x80','\xea','\x50','\xc5','\x66','\x8e','\x40','\x20','\x10','\x08','\x04','\x82','\x04','\xd2','\x6a','\x80','\xd2','\x05','\x22','\x14','\x08','\x04','\x82','\x0f','\x9b','\xa1','\x9e','\x01','\xb2','\x05','\x9f','\x54','\x1a','\x23','\x03','\x08','\x87','\x84','\x13','\x04','\x81','\x40','\x20','\x10','\x08','\x04','\x89','\xa4','\x14','\x80','\x0c','\xc3','\x10','\x4e','\x10','\x04','\x02','\xc1','\x15','\xc1','\x30','\x0c','\x74','\x23','\xc5','\x06','\x8c','\x94','\x28','\x00','\x49','\x92','\x14','\x35','\xd7','\x8d','\x44','\x22','\x49','\x4e','\x10','\xb0','\x9c','\x20','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\xc4','\xa3','\xa6','\xfb','\xc1','\x30','\x0c','\x61','\x06','\x27','\x10','\x08','\x2e','\x3b','\xba','\xae','\xa7','\xb4','\x77','\x93','\x48','\x1c','\x8f','\x6c','\xe7','\x07','\x9a','\x66','\x09','\x39','\x92','\x79','\x45','\xcc','\x2b','\x9c','\x95','\x26','\xc6','\x31','\x81','\x40','\x20','\x10','\x08','\x04','\x71','\x44','\x05','\xa0','\x81','\x66','\x22','\xf1','\x8b','\x06','\x21','\x0c','\x09','\x04','\x82','\xcb','\x85','\xaa','\xaa','\x48','\x43','\xd0','\x40','\x4b','\x92','\x14','\x13','\x7e','\x52','\x5f','\x80','\xaa','\x3a','\xc4','\xd8','\x25','\x10','\x08','\x04','\x02','\x81','\x20','\x81','\xa8','\x00','\x34','\xd8','\x22','\x41','\x2c','\x20','\x04','\x02','\xc1','\xe5','\xc2','\x00','\xe4','\x54','\x4e','\x10','\x2c','\x97','\xd7','\x10','\x33','\x7f','\x1b','\x48','\xbc','\x07','\x4b','\x09','\x84','\x29','\xaf','\x40','\x20','\x10','\x08','\x04','\x82','\x24','\xc4','\xea','\x40','\x20','\x10','\x7c','\x64','\xd1','\x22','\x11','\xe1','\xd0','\x45','\x20','\x10','\x08','\x04','\x02','\x41','\x02','\x42','\x00','\x12','\x08','\x04','\x23','\x8a','\x84','\x73','\x3c','\x03','\x7f','\x1b','\x86','\x36','\xda','\xc0','\x40','\xd3','\x35','\xe1','\x05','\x4e','\x20','\x10','\x08','\x04','\x02','\x41','\x02','\x42','\x00','\x12','\x08','\x04','\x23','\x8e','\x94','\x71','\x80','\x86','\x2b','\xc8','\x18','\x00','\x66','\x30','\x54','\x81','\x40','\x20','\x10','\x08','\x04','\x02','\x1b','\x21','\x00','\x09','\x04','\x82','\x11','\x85','\x64','\x05','\x36','\x4d','\xc5','\xb0','\x84','\x20','\x49','\xc2','\xe1','\x10','\x4e','\x10','\x04','\x02','\x81','\x40','\x20','\x10','\x24','\x22','\x04','\x20','\x81','\x40','\x30','\xa2','\x18','\x2c','\xb0','\xe9','\xb0','\xf2','\x21','\xd1','\x29','\x82','\x40','\x20','\x10','\x08','\x04','\x02','\x01','\x08','\x01','\x48','\x20','\x10','\x8c','\x30','\x0c','\x5d','\xbf','\x24','\x42','\x8b','\x01','\x44','\xc2','\x11','\x21','\x00','\x09','\x04','\x02','\x81','\x40','\x20','\x48','\x40','\x08','\x40','\x02','\x81','\x60','\xc4','\x91','\xca','\x73','\x9b','\xad','\xd1','\x19','\x5e','\x3e','\xc2','\x0b','\x9c','\x40','\x20','\x10','\x08','\x04','\x82','\x44','\x84','\x00','\x24','\x10','\x08','\x46','\x14','\x29','\x35','\x36','\x17','\xa4','\xc5','\x31','\x10','\x4e','\x10','\x04','\x02','\x81','\x40','\x20','\x10','\x0c','\x44','\x08','\x40','\x02','\x81','\x60','\x44','\x21','\x2b','\x4a','\xb2','\xa6','\xc7','\xfa','\xf7','\xf0','\xcc','\xd9','\x24','\x1c','\x4e','\xa7','\x70','\x82','\x20','\x10','\x08','\x04','\x02','\x81','\x20','\x01','\x21','\x00','\x09','\x04','\x82','\x11','\x85','\x2c','\x9c','\x20','\x08','\x04','\x02','\x81','\x40','\x20','\xf8','\x10','\x11','\x02','\x90','\x40','\x20','\x18','\x51','\xe8','\x69','\x9c','\x20','\x5c','\x88','\x1e','\x27','\x12','\x0e','\x8b','\x33','\x40','\x02','\x81','\x40','\x20','\x10','\x08','\x12','\x10','\x02','\x90','\x40','\x20','\x18','\x59','\x48','\x52','\x4a','\xa1','\xc5','\x60','\x78','\x4e','\x10','\x0c','\x40','\x37','\x74','\x61','\x02','\x27','\x10','\x08','\x04','\x02','\x81','\x20','\x01','\x21','\x00','\x09','\x04','\x82','\x11','\x45','\x3a','\x37','\xd8','\xc3','\x16','\x63','\x0c','\xe3','\xc2','\x7c','\x27','\x08','\x04','\x02','\x81','\x40','\x20','\xf8','\x48','\x23','\x04','\x20','\x81','\x40','\x30','\xa2','\x50','\x14','\x25','\xc5','\x19','\x20','\x53','\x92','\x19','\xd6','\x79','\x1e','\x49','\xc2','\xe1','\x70','\x08','\x0d','\x90','\x40','\x20','\x10','\x08','\x04','\x82','\x04','\x84','\x00','\x24','\x10','\x08','\x46','\x14','\x52','\x4a','\x27','\x08','\xd2','\x05','\x39','\x41','\x90','\x65','\x59','\x38','\x41','\x10','\x08','\x04','\x02','\x81','\x40','\x90','\x80','\x10','\x80','\x04','\x02','\xc1','\x88','\x22','\x12','\x89','\x5c','\x32','\xa1','\x25','\x12','\x0e','\x0b','\x01','\x48','\x20','\x10','\x08','\x04','\x02','\x41','\x02','\x42','\x00','\x12','\x08','\x04','\x23','\x0a','\x29','\x8d','\x13','\x04','\xfb','\xb7','\xa1','\x62','\x80','\xf0','\x00','\x27','\x10','\x08','\x04','\x02','\x81','\x20','\x09','\x21','\x00','\x09','\x04','\x82','\x11','\x85','\x61','\x18','\xc9','\x5a','\x1b','\xc3','\xb8','\x20','\x27','\x08','\x48','\x92','\x38','\x03','\x24','\x10','\x08','\x04','\x02','\x81','\x20','\x01','\x21','\x00','\x09','\x04','\x82','\x11','\x85','\x2c','\xcb','\xc9','\x67','\x80','\x2c','\x21','\xe6','\x7c','\xe6','\x6c','\x09','\xbf','\x0b','\x27','\x08','\x02','\x81','\x40','\x20','\x10','\x08','\x52','\x20','\x04','\x20','\x81','\x40','\x30','\xe2','\x48','\x76','\x82','\xc0','\x05','\x39','\x41','\x10','\xc2','\x8f','\x40','\x20','\x10','\x08','\x04','\x82','\x81','\x08','\x01','\x48','\x20','\x10','\x8c','\x38','\x8c','\x34','\xe2','\xce','\x70','\x05','\x9a','\x48','\x24','\x2c','\xce','\x01','\x09','\x04','\x02','\x81','\x40','\x20','\x48','\x40','\x08','\x40','\x02','\x81','\x60','\x44','\xa1','\xeb','\x7a','\x4a','\xa1','\x65','\xb8','\xca','\x1c','\x03','\x03','\x2d','\x12','\x11','\x5a','\x20','\x81','\x40','\x20','\x10','\x08','\x04','\x09','\x08','\x01','\x48','\x20','\x10','\x8c','\x2c','\x24','\x29','\xd9','\xde','\xcd','\x30','\xd0','\x75','\xc3','\xfa','\x79','\x88','\x8e','\x0d','\x0c','\x90','\x52','\x98','\xd2','\x09','\x04','\x02','\x81','\x40','\x20','\xf8','\x78','\x23','\x56','\x07','\x02','\x81','\x60','\xc4','\x91','\x24','\xe0','\xc4','\x39','\x41','\x18','\xb2','\x46','\x47','\x92','\x70','\xa8','\xc2','\x09','\x82','\x40','\x20','\x10','\x08','\x04','\x82','\x44','\x84','\x00','\x24','\x10','\x08','\x46','\x14','\x92','\x24','\xa5','\x74','\x82','\xc0','\x30','\x03','\x9a','\x4a','\x66','\x66','\x22','\x10','\xaa','\x40','\x20','\x10','\x08','\x04','\x82','\x04','\x84','\x00','\x24','\x10','\x08','\x46','\x14','\x86','\xae','\x93','\xd2','\xe7','\xdb','\x30','\x35','\x39','\x06','\xa0','\x45','\x34','\x21','\x00','\x09','\x04','\x02','\x81','\x40','\x20','\x48','\x40','\xbd','\xd2','\x05','\x10','\x08','\x04','\x82','\x78','\x24','\x59','\x46','\xd3','\x52','\x78','\x6e','\xb3','\xcc','\xdf','\x86','\x23','\xd0','\xe8','\x7a','\xe4','\x12','\x96','\xec','\xf2','\x50','\x57','\x57','\xc7','\x81','\x03','\x07','\xa8','\xad','\xad','\xa5','\xbe','\xbe','\x3e','\xe1','\xb7','\xca','\xca','\x4a','\x2a','\x2b','\x2b','\xa9','\xaa','\xaa','\xa2','\xac','\xac','\x2c','\x9a','\xbe','\x7e','\xfd','\x7a','\xbc','\x5e','\x2f','\xd5','\xd5','\xd5','\xac','\x58','\xb1','\xe2','\x72','\x17','\x59','\x20','\x10','\x08','\x04','\x82','\xab','\x0a','\x21','\x00','\x09','\x04','\x82','\x11','\xc5','\xa5','\xd2','\x00','\x81','\x81','\x24','\xc9','\x57','\xcd','\x19','\x20','\x5b','\x88','\x39','\x72','\xac','\x83','\x50','\xd8','\x45','\x4f','\x5f','\x26','\xfd','\xa1','\x49','\x09','\xd7','\x9c','\x7d','\xf5','\x14','\xb5','\x5b','\x0e','\xf1','\x5f','\xdf','\xff','\x31','\x37','\xde','\x70','\x2d','\xd5','\xd5','\xd5','\x94','\x95','\x95','\xf1','\xbd','\xef','\xfd','\x90','\x33','\x6d','\x63','\x01','\xaf','\x10','\x80','\x04','\x02','\x81','\x60','\x00','\x81','\x40','\x80','\xb5','\x6b','\xd7','\xe2','\xf5','\x7a','\x01','\xa8','\xae','\xae','\xe6','\x91','\x47','\x1e','\x21','\x2b','\x2b','\xeb','\x0a','\x97','\x2c','\x99','\xab','\xa9','\xac','\x57','\x33','\x42','\x00','\x12','\x08','\x04','\x23','\x0a','\x45','\x51','\x52','\x9e','\x01','\xd2','\x75','\x7d','\x98','\xe6','\x6c','\x12','\xaa','\xaa','\x8e','\x78','\x01','\x68','\xf3','\xe6','\xcd','\x78','\xbd','\x5e','\x36','\xbf','\x5e','\x4f','\x97','\x3f','\x97','\x50','\xa4','\x38','\xed','\xb5','\x81','\x7e','\x37','\x81','\x7e','\x37','\x74','\xe7','\xd1','\xfe','\xea','\x29','\xde','\x78','\xeb','\x9f','\x70','\x3b','\x7b','\xe9','\xea','\x19','\x75','\x19','\x4b','\x2c','\x10','\x08','\x04','\xc9','\xac','\x59','\xb3','\x26','\xba','\x68','\x4f','\x45','\x75','\x75','\x35','\x2b','\x57','\xae','\xa4','\xa4','\xa4','\xe4','\x43','\x7f','\xd6','\xb2','\x65','\xcb','\xa8','\xae','\xae','\xa6','\xbc','\xbc','\x1c','\x80','\xb5','\x6b','\xd7','\xf2','\xe4','\x4f','\x5f','\xa3','\xad','\xdb','\xdc','\x54','\x7a','\xf2','\xa7','\xaf','\x01','\xb0','\x7a','\xf5','\xea','\x8b','\x2e','\xcb','\xa5','\xe6','\x6a','\x2a','\xeb','\xd5','\x8c','\x10','\x80','\x04','\x02','\xc1','\x88','\xc2','\x74','\x73','\x9d','\x2c','\x00','\x19','\xc6','\xf0','\x02','\x9a','\xca','\x92','\x84','\xac','\x28','\x23','\xfa','\x0c','\xd0','\xba','\x75','\xeb','\xf8','\xc9','\xff','\xac','\xa7','\xbd','\xbb','\x88','\x40','\x7f','\x61','\x34','\x3d','\xcb','\xdd','\x4f','\x86','\xab','\x1f','\x4f','\x56','\x67','\xc2','\xf5','\xa1','\xb0','\x8b','\xfe','\x50','\x26','\x9d','\x7e','\x4f','\x4c','\x18','\x8a','\xa3','\xb1','\xf1','\xf8','\x65','\x29','\xb7','\x40','\x20','\x10','\xc4','\x53','\x53','\x53','\xc3','\xd3','\xeb','\x7f','\xc7','\xb9','\xce','\x49','\x69','\xaf','\x79','\xe2','\xa9','\x2d','\x64','\x67','\x67','\xf3','\xf0','\xc3','\x0f','\x5f','\xd4','\xb3','\xea','\xeb','\xeb','\x79','\xe6','\x97','\x2f','\xd0','\xd8','\x3a','\xc8','\xb3','\x9e','\x7e','\x13','\x80','\xc7','\x1e','\x7b','\x0c','\x00','\xaf','\xd7','\x1b','\x15','\x28','\x00','\xda','\xba','\xf3','\xf0','\x7a','\xbd','\x23','\x52','\xa8','\xb8','\x9a','\xca','\x7a','\x35','\x23','\x9c','\x20','\x08','\x04','\x82','\x11','\x45','\x24','\x12','\x49','\x12','\x5a','\x24','\x69','\xd8','\x4e','\xe0','\x30','\x0c','\x33','\x10','\xea','\x48','\x15','\x80','\xd6','\xac','\x59','\xc3','\x8f','\x7e','\xfc','\x2c','\x4d','\xad','\x63','\xa3','\x82','\x8c','\x53','\x8d','\x30','\xb6','\xe8','\x2c','\xf7','\x7d','\x72','\x3c','\x8f','\xfd','\xfd','\x1f','\xf3','\xf6','\xdb','\x6f','\xb3','\x6b','\xd7','\xae','\xe8','\x9f','\xe7','\xbd','\x4f','\xf3','\xe8','\xc3','\x0f','\x30','\x67','\x7a','\x27','\x45','\xb9','\x5d','\x49','\x79','\xea','\xba','\x82','\xcf','\xe7','\xbb','\xcc','\x6f','\x22','\x10','\x08','\x3e','\xee','\x2c','\x5b','\xb6','\x8c','\x95','\x2b','\xee','\x66','\xf2','\xd8','\xe3','\x8c','\x2f','\x6e','\x24','\x27','\xb3','\x37','\xe9','\x9a','\xee','\x40','\x36','\x4f','\x3e','\xb9','\xfe','\xa2','\xc7','\xa8','\x9a','\x9a','\x1a','\x7a','\xfa','\x3c','\x49','\xe9','\x39','\x99','\xbd','\x8c','\x2f','\x6e','\x64','\xf2','\xd8','\xe3','\x3c','\xb4','\xf2','\x16','\xaa','\xab','\xab','\xa3','\xbf','\x55','\x57','\x57','\x27','\x8c','\x99','\x45','\xb9','\x5d','\x09','\xbf','\x8f','\x24','\xae','\xa6','\xb2','\x5e','\xcd','\x08','\x0d','\x90','\x40','\x20','\x18','\x51','\xc8','\xb2','\x8c','\xa6','\x6b','\x03','\x52','\x87','\x6f','\xc6','\x66','\x60','\x10','\x89','\x8c','\x4c','\x27','\x08','\xeb','\xd6','\xad','\xe3','\x99','\x5f','\xbe','\x60','\x9d','\xdb','\x31','\x71','\x3b','\x43','\x8c','\x29','\x68','\xe1','\x6b','\x5f','\x7b','\x38','\xed','\x39','\x9e','\x8a','\x8a','\x0a','\x2a','\x2a','\x2a','\x58','\xb9','\x72','\x25','\x6b','\xd7','\xae','\xe5','\xe7','\xcf','\xbc','\xcc','\x99','\xb6','\x98','\xc9','\x9c','\x6e','\xc8','\xf8','\x7c','\x3e','\x3c','\x9e','\xe4','\xc5','\x81','\x40','\x20','\x10','\x7c','\x98','\xac','\x5e','\xbd','\x9a','\xd5','\xab','\x57','\xb3','\x7d','\xfb','\x76','\xbe','\xf9','\xcd','\x6f','\xb2','\x75','\x67','\x84','\x50','\x24','\xb6','\xcc','\xd4','\x74','\x99','\x9e','\x3e','\x0f','\x35','\x35','\x35','\xac','\x5c','\xb9','\xf2','\x82','\x9e','\xd1','\xd8','\xd8','\xc8','\x73','\x1b','\x5e','\xa0','\xab','\xa7','\x2c','\x21','\x5d','\x91','\x75','\x0a','\x3d','\x6d','\xfc','\xef','\xff','\xfe','\x98','\x85','\x0b','\x17','\x26','\xdd','\xf7','\xc8','\x23','\x8f','\x00','\x24','\x9d','\xab','\x19','\x89','\x5c','\x4d','\x65','\xbd','\x9a','\x11','\x02','\x90','\x40','\x20','\x18','\x51','\xe8','\xfa','\xf0','\x4c','\xdd','\x52','\x21','\x49','\x12','\x12','\x12','\x92','\x2c','\x8d','\xb8','\x33','\x40','\x9b','\x37','\x6f','\xe6','\x27','\xff','\xb3','\x9e','\xe6','\xf6','\x98','\xf0','\xa3','\xc8','\x3a','\xa3','\xf3','\xcf','\xf1','\x8d','\x6f','\x3c','\xc6','\xd2','\xa5','\x4b','\xcf','\x9b','\x47','\x56','\x56','\x56','\xd4','\x1c','\xe2','\x67','\x3f','\x7f','\x95','\x96','\x0e','\xf3','\x0c','\x90','\xae','\xcb','\xf8','\xfd','\xfe','\x0f','\xa5','\xdc','\x02','\x81','\x40','\x30','\x14','\x16','\x2e','\x5c','\x48','\x55','\x55','\x15','\xfb','\xea','\x5f','\xa0','\xc3','\x9f','\xb8','\x19','\xe3','\x0b','\x64','\xb3','\x71','\xe3','\xc6','\x0b','\x16','\x80','\x36','\x6e','\xdc','\x48','\x4f','\x6f','\xf2','\x06','\x8f','\x43','\x8d','\x30','\x6b','\xd6','\xf4','\x94','\xc2','\x0f','\xc4','\xc6','\xcc','\xab','\xc1','\x8c','\xec','\x6a','\x2a','\xeb','\xd5','\x8c','\x30','\x81','\x13','\x08','\x04','\x23','\x0a','\x49','\x96','\x51','\x64','\xe5','\x12','\x64','\x24','\xa1','\xaa','\x8e','\x11','\x27','\x00','\x79','\xbd','\x5e','\xda','\xbb','\x8b','\xd0','\xf4','\xd8','\xf0','\x5b','\x98','\xdb','\xc9','\xff','\xf9','\xb3','\x15','\x43','\x12','\x7e','\xe2','\x59','\xbd','\x7a','\x35','\xf7','\xdf','\x7b','\x7d','\xd4','\xdc','\x44','\x37','\x84','\x09','\x9c','\x40','\x20','\xb8','\xf2','\xe4','\xe4','\xe4','\x20','\xcb','\xe6','\x66','\x96','\x22','\xc7','\x36','\xb5','\x42','\x11','\x95','\x83','\x87','\x7d','\xd4','\xd4','\xd4','\x0c','\x3b','\x4f','\x9f','\xcf','\xc7','\x93','\x4f','\xae','\xa7','\x3b','\x90','\x9d','\x90','\xa7','\xfd','\x0c','\xa1','\xf9','\x16','\x0c','\x07','\x21','\x00','\x09','\x04','\x82','\x11','\x45','\x2a','\x81','\x65','\x38','\xe7','\x78','\xec','\xfb','\x25','\x48','\xe9','\x4d','\xee','\x4a','\xb2','\x69','\xd3','\x26','\xfe','\xf0','\xc6','\xfe','\x04','\xe7','\x05','\x4e','\x35','\xc2','\x8c','\x69','\x1e','\x56','\xad','\x5a','\x75','\x41','\x79','\x56','\x57','\x57','\x93','\x9f','\xd3','\x01','\x98','\x1a','\x20','\x21','\x00','\x09','\x04','\x82','\x91','\x44','\x7e','\x4e','\xe2','\x98','\xe4','\x0b','\xe4','\x5c','\x90','\x00','\xb4','\x7e','\xfd','\x7a','\x7a','\xfa','\x3c','\x68','\xba','\x9c','\x94','\xa7','\x40','\x30','\x5c','\x46','\xd6','\xea','\x40','\x20','\x10','\x7c','\xec','\x49','\x25','\xec','\x5c','\xa8','\x16','\x47','\x8b','\x44','\x2e','\x89','\x49','\xdd','\xa5','\x62','\xc3','\x86','\x0d','\x74','\xf5','\xe4','\x26','\xa4','\x79','\xb2','\x7a','\x78','\xe0','\x81','\x07','\x2e','\x38','\xcf','\x85','\x0b','\x17','\xf2','\xc9','\x4f','\xdc','\x46','\x4e','\x66','\x6f','\xf4','\x0c','\x90','\x40','\x20','\x10','\x8c','\x14','\x9c','\x8e','\x20','\x6e','\x67','\x28','\xfa','\xef','\xfe','\x90','\x93','\x5d','\x1f','\x9c','\x64','\xf3','\xe6','\xcd','\xc3','\xca','\xc7','\xeb','\xf5','\xd2','\xe9','\xf7','\xa0','\xc8','\x3a','\x6e','\x67','\xb2','\x93','\x05','\x81','\x60','\x38','\x88','\x33','\x40','\x02','\x81','\x60','\x44','\x61','\xe8','\x7a','\x92','\xd0','\x72','\x41','\x9e','\xdc','\x24','\x09','\x4d','\x1b','\x39','\x5e','\xe0','\xea','\xea','\xea','\xd8','\xf5','\xc1','\x49','\xfa','\x43','\x89','\x71','\x7e','\xb2','\x33','\x7c','\x2c','\x5b','\xb6','\xec','\xa2','\xf2','\xae','\xaa','\xaa','\xe2','\x37','\x2f','\xbe','\x47','\x44','\x73','\x9c','\x57','\x00','\xaa','\xa9','\xa9','\xa1','\xae','\xae','\x8e','\xda','\xda','\xda','\x84','\xf4','\xea','\xea','\x6a','\x96','\x2c','\x59','\x42','\x65','\x65','\xe5','\x45','\x95','\xe5','\x62','\xf1','\xf9','\x4c','\xf3','\x98','\xda','\xda','\x5a','\xea','\xeb','\xeb','\xa9','\xae','\xae','\x8e','\x1e','\xac','\xf6','\x7a','\xbd','\xd1','\x72','\xa7','\x0a','\x0e','\xe8','\xf3','\xf9','\xa2','\x01','\x65','\xed','\x7a','\xa8','\xa8','\xa8','\xa0','\xaa','\xaa','\x8a','\x65','\xcb','\x96','\x45','\xf3','\xb0','\xdf','\x75','\x28','\xe5','\xd8','\xb8','\x71','\x23','\x8d','\x8d','\x8d','\xd1','\xf4','\xca','\xca','\x4a','\x2a','\x2b','\x2b','\x59','\xbe','\x7c','\xb9','\x08','\x4c','\x28','\x10','\x0c','\x11','\x4f','\x96','\x9f','\xfe','\x50','\xcc','\xd5','\x7f','\x77','\x4f','\x2e','\x5e','\xaf','\xf7','\xbc','\xdf','\xa1','\xcd','\xfa','\xf5','\xeb','\x39','\x73','\xd6','\x74','\xa4','\x50','\x94','\xdb','\x15','\x35','\xaf','\x13','\x08','\x2e','\x14','\x21','\x00','\x09','\x04','\x82','\x11','\xc5','\xa5','\x12','\x58','\x0c','\x5d','\xc7','\x40','\x42','\x51','\x2e','\xc1','\x79','\xa2','\x4b','\x40','\x5d','\x5d','\x1d','\xfd','\xc1','\x8c','\x84','\x34','\xb7','\x33','\xc4','\xac','\x59','\xd3','\x2f','\xda','\x76','\xbd','\xaa','\xaa','\x8a','\x75','\x3f','\x34','\x3d','\x24','\x2d','\x5f','\xbe','\x3c','\xe5','\x35','\xb6','\x60','\x70','\xf0','\xb0','\x8f','\xbe','\x60','\x06','\xfe','\xde','\xc4','\x18','\x1a','\x4f','\xfe','\xf4','\x35','\x7e','\xfe','\xcc','\xcb','\xdc','\xfb','\xa9','\x1b','\xa9','\xae','\xae','\x4e','\x3a','\x4c','\x3c','\x58','\xe0','\xc1','\xb2','\xb2','\x32','\xaa','\xab','\xab','\x13','\xbc','\xd7','\x0d','\x76','\xbd','\x2d','\xd4','\xd8','\x04','\x02','\x01','\x36','\x6c','\xd8','\x40','\x6d','\x6d','\x2d','\xfb','\xf7','\x1f','\xa2','\xa7','\xcf','\x43','\x4f','\x5f','\x26','\xfd','\xa1','\x49','\x78','\xbd','\x5e','\x3c','\x1e','\x0f','\x3f','\xf9','\x9f','\xf5','\x74','\xfa','\x0b','\xa2','\xe5','\x1e','\x18','\x1c','\x70','\xdd','\xba','\x75','\x3c','\xf1','\xc4','\x4f','\xe9','\xe9','\xf3','\xd0','\xe9','\xcf','\x47','\xd3','\xcd','\xc5','\xd6','\x99','\x36','\x1f','\x75','\x3b','\x7e','\xce','\x0f','\x7e','\xf0','\x23','\x74','\x43','\xa6','\xbd','\xbb','\x08','\x48','\xbf','\xf0','\xb2','\xa3','\xb0','\x3f','\xf7','\xdc','\x46','\x7a','\xfa','\x3c','\xf8','\x02','\xd9','\x84','\x22','\xb1','\xba','\x3a','\xfb','\xea','\x29','\x6a','\xb7','\x1c','\xa2','\xb6','\xb6','\x96','\xe5','\xcb','\x97','\x0f','\xfb','\xdc','\x96','\x40','\xf0','\x71','\x64','\x6c','\x31','\xb4','\x77','\xeb','\xd1','\xb3','\x8f','\x81','\x7e','\x37','\xef','\xbc','\xbb','\x93','\x86','\x86','\x86','\x68','\xb0','\xd2','\xc1','\xf0','\x7a','\xbd','\x74','\xf9','\x4d','\xed','\x79','\x76','\x86','\x0f','\xdd','\x18','\xbe','\x01','\x53','\x7d','\x7d','\x3d','\xbf','\xfe','\xf5','\xaf','\xf1','\x7a','\xbd','\x49','\x81','\x52','\x53','\x61','\x6f','\x14','\xc5','\x9b','\xeb','\xd9','\x63','\xa3','\x2c','\xcb','\x83','\x6e','\xa6','\x5c','\xcc','\xbd','\x17','\x52','\x56','\x9b','\xc6','\xc6','\x46','\x36','\x6d','\xda','\x94','\xb0','\x09','\x04','\xc3','\xdb','\xb8','\x89','\xcf','\xa3','\xa2','\xa2','\x22','\x5a','\x4e','\x7b','\x9c','\x8e','\xdf','\x14','\xaa','\xaa','\xaa','\x4a','\x39','\x5f','\x5c','\x0d','\x08','\x01','\x48','\x20','\x10','\x8c','\x28','\x14','\x45','\x41','\x96','\x93','\x4d','\xde','\x86','\x6d','\x05','\x27','\x49','\x38','\x1c','\xce','\x4b','\x53','\xa8','\x4b','\xc0','\xd6','\xad','\x5b','\xe9','\x0d','\x26','\x06','\x2e','\x75','\x3b','\x43','\xcc','\x9c','\x39','\xf3','\x92','\xe4','\x5f','\x55','\x55','\x95','\xf6','\xb7','\x35','\x6b','\xd6','\xf0','\xf3','\x67','\x5e','\xa6','\xad','\xab','\x90','\x50','\xa4','\x30','\xe5','\x35','\x6d','\xdd','\x79','\x00','\xfc','\xd2','\xbb','\x87','\xdf','\xfd','\x6e','\x4b','\x92','\x3b','\x6e','\xaf','\xd7','\xcb','\xb1','\x33','\xa9','\x03','\x0f','\x36','\x9e','\x8b','\x00','\xde','\xe8','\xf5','\x75','\x75','\x75','\x96','\x8b','\xee','\xd4','\xd7','\xff','\xfc','\x99','\x97','\xa3','\xda','\x26','\x5b','\x2b','\x53','\xb3','\x69','\x87','\x25','\xf4','\x8c','\x4f','\xba','\xfe','\xc7','\x8f','\xff','\x82','\xe6','\xf6','\xb1','\x09','\x8e','\x23','\xda','\xba','\xf3','\xf8','\xd9','\xcf','\x5f','\x65','\xe1','\xc2','\x85','\x34','\x37','\x37','\x5b','\xd7','\x94','\x25','\x5c','\x03','\xa6','\xb9','\x4d','\x7f','\xc8','\x19','\x7d','\xbf','\x2c','\x77','\x7f','\xca','\x32','\x01','\x34','\x34','\x34','\xe0','\xf5','\x7a','\x79','\x7a','\xfd','\x16','\xda','\xba','\x93','\xcb','\x01','\x44','\x03','\xd0','\x6e','\x7e','\xcb','\xc7','\xde','\x7d','\x6b','\xf0','\xf9','\x7c','\x69','\xdd','\x96','\x0b','\x04','\x02','\x93','\xea','\xea','\x6a','\x1a','\x7f','\xb8','\x31','\xfa','\x1d','\x02','\xf8','\x02','\x66','\x80','\x4f','\x3b','\x58','\x69','\x3a','\x36','\x6f','\xde','\xcc','\x91','\x63','\x1d','\x84','\x22','\xc5','\xe4','\x65','\xf7','\x50','\x5d','\xbd','\x94','\xe7','\x36','\xbc','\x30','\xa4','\xe7','\xc6','\x6b','\x72','\x8f','\x1d','\x6f','\xa5','\x3f','\x94','\x49','\x5b','\xf7','\xa4','\xa4','\x40','\xa9','\xf1','\xd8','\x9b','\x20','\x3f','\x7f','\xe6','\x65','\x7a','\xfb','\xb3','\xe8','\xea','\x89','\x8d','\x63','\x4f','\x3c','\xb5','\x85','\x9f','\xfd','\xfc','\x55','\x32','\xdd','\x3d','\x9c','\xed','\x28','\xe1','\x9d','\x77','\xff','\x9e','\x57','\x5f','\xd9','\x48','\x59','\x59','\xd9','\x45','\xdf','\x7b','\x21','\x65','\xb5','\xb1','\xc7','\xae','\xe7','\x36','\xbc','\x40','\x6f','\x7f','\x76','\xc2','\x26','\x10','\xc4','\x36','\x6e','\x7e','\xfa','\xd3','\x9f','\x52','\x5d','\x5d','\x9d','\x74','\xe6','\x34','\xfe','\xd9','\x27','\x4e','\x9e','\x8d','\xe6','\x71','\xf8','\xc4','\x29','\xc0','\x4b','\x53','\x53','\x13','\x5e','\xaf','\x97','\x03','\x0d','\x81','\x84','\x4d','\xa1','\x5f','\x7a','\xf7','\xf0','\xf2','\x2b','\x6f','\xf2','\x85','\xcf','\xdf','\x77','\xd5','\x79','\xad','\x13','\x02','\x90','\x40','\x20','\x18','\x51','\x98','\x1a','\xa0','\x54','\xd2','\xce','\xd0','\x24','\x20','\xfb','\xbc','\x90','\x2c','\x49','\xa8','\xaa','\x3c','\x22','\x4c','\xe0','\x7c','\x3e','\x1f','\xfb','\xf7','\x1f','\x4a','\x5a','\xdc','\xab','\x4a','\x84','\xd2','\xd2','\xd2','\x0f','\xf5','\xd9','\x6b','\xd6','\xac','\xb1','\x22','\xb4','\x9b','\xa6','\x77','\x4e','\x35','\x42','\x5e','\x4e','\x37','\xd9','\x19','\xe6','\xee','\x60','\x28','\xec','\xa2','\x3b','\x90','\x87','\xbf','\x37','\x13','\x00','\x7f','\x6f','\x26','\xc1','\xd0','\x58','\xfe','\xe3','\x3f','\xd7','\xe1','\xf1','\x78','\xa2','\x1a','\x8e','\xea','\xea','\xea','\xa8','\x46','\xa7','\xcb','\x5f','\x98','\xe4','\xde','\x36','\x9e','\xca','\xca','\x4a','\xfe','\xf8','\x0b','\x9f','\xc2','\xeb','\xf5','\xd2','\x1f','\xca','\xe4','\x6c','\xc7','\xa8','\x24','\xc1','\xc4','\xc6','\xeb','\xf5','\xf2','\x4b','\xef','\x1e','\x14','\x39','\xf5','\x74','\xa4','\xeb','\x0a','\xe7','\x3a','\x47','\xa7','\xbc','\x3f','\xa2','\x39','\x68','\x6c','\x6c','\xe4','\x07','\x3f','\xf8','\x11','\xe7','\x3a','\x4d','\x01','\x29','\xcb','\xdd','\x4f','\x7e','\x4e','\x07','\x4e','\x47','\x30','\xe5','\xfb','\xa5','\x23','\x10','\x08','\xe0','\xf5','\x7a','\x79','\xe2','\xe9','\x37','\xe9','\xea','\xc9','\x43','\x91','\x75','\xf2','\x73','\x7c','\x78','\xb2','\x3a','\x53','\xe6','\xd3','\x1f','\x72','\xd2','\xd2','\x3e','\x86','\xff','\xf8','\xcf','\x75','\x94','\x96','\x96','\x0e','\xd9','\x94','\x47','\x20','\xf8','\x38','\xb2','\x70','\xe1','\x42','\xb2','\x33','\x7e','\x4a','\xa7','\xdf','\x13','\xfd','\x96','\xfd','\xbd','\x99','\x78','\xbd','\x9b','\x78','\xf8','\xe1','\x87','\x07','\xd5','\x82','\x7b','\xbd','\x5e','\xba','\xad','\xb3','\x93','\x9e','\x2c','\x33','\x28','\xe8','\x50','\x04','\xa0','\xed','\xdb','\xb7','\xf3','\x95','\xaf','\xfc','\x79','\x9c','\x26','\x77','\xec','\x79','\xef','\x01','\x58','\xbb','\x76','\x2d','\x4f','\xfe','\xf4','\x35','\xda','\xba','\x4d','\x81','\x6b','\xe2','\x98','\x53','\xc8','\xb2','\x19','\x9b','\xce','\x17','\xc8','\xa7','\xb5','\xab','\x10','\x4d','\x37','\x43','\x0f','\x14','\xe6','\x5e','\x9a','\x7b','\x2f','\xb4','\xac','\x60','\x0a','\x88','\x5e','\xaf','\x97','\x57','\x6b','\x8f','\xd1','\xd5','\x53','\x46','\x4e','\x66','\x2f','\xa5','\xa3','\xce','\xa0','\x2a','\xe1','\xe8','\x73','\xdb','\xba','\xf3','\x08','\xf4','\xbb','\xe9','\xf4','\xeb','\xb4','\xfc','\xe8','\x39','\x7c','\x3e','\x5f','\x54','\x60','\x49','\x7e','\x76','\x59','\xd2','\x33','\xbe','\xf3','\xdd','\xff','\x8f','\x73','\x9d','\xa3','\x09','\x45','\xf2','\x12','\xd2','\xfd','\xbd','\x99','\xf8','\x7b','\x33','\x79','\xe6','\x97','\x2f','\x50','\x59','\x59','\x79','\x55','\x8d','\x83','\xc2','\x09','\x82','\x40','\x20','\x18','\x51','\x5c','\x2a','\xcf','\x6d','\x06','\x10','\x0a','\x86','\x47','\x84','\x00','\x54','\x5f','\x5f','\xcf','\xff','\xcf','\xde','\xbf','\x87','\xd9','\x75','\x9c','\x75','\xa2','\xf0','\xaf','\x6a','\xed','\xdd','\x6a','\x75','\x4b','\xad','\x8b','\x2f','\x89','\x6c','\x4d','\x98','\x64','\x20','\x42','\x66','\x08','\x38','\x07','\xa3','\x00','\x09','\xe1','\xa0','\xd1','\x84','\x90','\x49','\x10','\xd6','\xd7','\x0a','\x84','\x89','\x26','\xc6','\xe3','\x01','\x06','\x8f','\xfd','\x98','\xcc','\x30','\x67','\x3c','\x1e','\x0e','\x99','\x13','\xc4','\x43','\x86','\x9c','\x60','\x63','\x0e','\x17','\x8f','\x91','\x51','\xc6','\x0e','\x68','\x8f','\x8c','\x1e','\xf3','\x05','\x93','\x47','\x91','\x07','\x12','\x60','\xa2','\xcf','\x7c','\x31','\x24','\x13','\x0b','\x85','\x7c','\x09','\x04','\xd9','\xf2','\x45','\xb6','\x5a','\x7d','\x53','\x6b','\xef','\xb5','\xaa','\xbe','\x3f','\xea','\xb2','\xaa','\x6a','\xd5','\x5a','\x7b','\xed','\x4b','\x77','\xef','\x6e','\xbd','\xbf','\xe7','\xe9','\xde','\x7b','\xaf','\x55','\xab','\x6e','\xab','\xea','\xad','\xf7','\x57','\xf5','\xd6','\x5b','\xed','\x74','\x43','\xe1','\x3a','\xe7','\xd9','\xb2','\xba','\x6e','\x3d','\x7a','\xf4','\x28','\x1e','\x7d','\xec','\x09','\xbc','\x74','\x51','\xcd','\x04','\x8e','\x35','\x52','\xdc','\x70','\xed','\xf3','\xf8','\x4f','\xf7','\xde','\x8e','\x67','\x9e','\x79','\x06','\xcf','\x3c','\xf3','\x0c','\x1e','\x39','\xf2','\xab','\x78','\xdf','\xf4','\x9b','\xb0','\xdd','\xf1','\xaa','\xd4','\x4e','\x1b','\x78','\xe9','\xe2','\xf5','\x38','\x76','\xec','\x18','\x16','\x16','\x16','\x00','\x28','\x53','\xb3','\x67','\x9e','\x79','\x06','\x7f','\xf8','\x87','\x7f','\x88','\xd7','\xdd','\xd8','\x29','\xb8','\xa1','\x0d','\x61','\xc2','\xff','\xd4','\x4f','\xbc','\x17','\x5b','\x26','\xe7','\x4b','\xc3','\x4d','\x4f','\x4f','\xe3','\x7d','\xd3','\x6f','\xc2','\x1d','\xb7','\x7d','\x2f','\xbe','\xf3','\xdb','\x19','\xc6','\x1a','\xfe','\xe1','\xb5','\x33','\xf3','\xdb','\xc1','\xb9','\xc0','\x3f','\x7c','\xed','\xd7','\xb1','\xf3','\xba','\xe7','\xad','\xcb','\xef','\xf1','\xb1','\xb6','\x25','\x71','\xf3','\x97','\xa7','\xd0','\x4e','\x1b','\x18','\x6b','\xa4','\xf8','\xdf','\xde','\x94','\xe0','\x81','\xfb','\x7f','\xa1','\xb2','\x7c','\x31','\xdc','\x7f','\xff','\xfd','\x38','\x72','\xf4','\x29','\xcc','\xcc','\x6f','\xc2','\x58','\x23','\xc5','\x8d','\xd7','\x3d','\x8f','\x7b','\xee','\xba','\x15','\x7f','\xfa','\xa7','\x7f','\xea','\xc5','\xb3','\x75','\x53','\x5e','\x96','\x76','\xda','\xc0','\x2b','\x97','\xae','\x2d','\x35','\xf5','\x23','\x10','\x08','\x39','\xa6','\xa7','\xf7','\xdb','\xfe','\x0b','\xe4','\x07','\xa3','\x1e','\x3d','\x7a','\xb4','\xf4','\x99','\xd3','\xa7','\x4f','\xe3','\x4f','\x3e','\xfb','\x45','\x2c','\x2c','\x8d','\x63','\xf3','\xc4','\x22','\xde','\xf9','\x03','\xdf','\x57','\x7b','\xef','\x5d','\xab','\xd5','\xc2','\x2b','\xb3','\xd7','\xe2','\x4a','\xa7','\xbe','\x25','\xc0','\xa9','\x53','\xa7','\xd4','\x6a','\xf9','\xa5','\xad','\xd8','\x3c','\xb1','\x88','\xf7','\x1e','\xf8','\x76','\x1c','\x3b','\xf6','\x28','\x9e','\x79','\xe6','\x19','\xfc','\xe9','\x9f','\xfe','\x29','\xee','\xb9','\xeb','\x56','\xdc','\x78','\xdd','\xf3','\x51','\xf9','\x37','\xc8','\xb3','\xfd','\xe4','\x15','\x00','\xce','\x9f','\x3f','\x8f','\x56','\xab','\x85','\x27','\x9e','\xfc','\x3a','\x66','\xe6','\x37','\x61','\xfb','\xe6','\x59','\xbc','\x6f','\xfa','\x4d','\xf8','\xed','\x87','\x7f','\xcd','\xa6','\x7b','\xfb','\x07','\xfe','\x09','\x76','\xea','\x74','\x33','\xc1','\xf1','\xc2','\xab','\xd7','\xe1','\xc8','\xd1','\x4f','\xe1','\xf0','\xe1','\xc3','\x5e','\xda','\x69','\x16','\x9f','\x84','\xfa','\x93','\xcf','\x7e','\x11','\xe7','\x5f','\x79','\x2d','\xa6','\x26','\xe7','\xf1','\x86','\x1b','\xbe','\x86','\x37','\xdc','\xf0','\x35','\xdc','\x70','\xed','\x8b','\x5e','\x39','\x2e','\xce','\x6d','\x5f','\x73','\x72','\x90','\x08','\x10','\x81','\x40','\x18','\x29','\x88','\x88','\x13','\x04','\x00','\x40','\x1f','\x44','\x46','\x88','\xb4','\x7b','\xa0','\x15','\xc0','\xb9','\x73','\xe7','\xa2','\x83','\x4b','\x23','\x49','\xad','\xf9','\xc3','\x72','\xa0','\xd5','\x6a','\xe1','\xa5','\x8b','\xd7','\xdb','\xdf','\xd7','\x6e','\x7d','\xa5','\x60','\xda','\x76','\xcb','\x2d','\xb7','\xe0','\x9e','\x7b','\xee','\xc1','\x77','\x7d','\xe7','\xf5','\x05','\x4f','\x4d','\xa7','\xff','\xe2','\x05','\x1c','\x39','\x72','\xc4','\x8b','\x73','\xc7','\x8e','\x1d','\xd8','\xbd','\x7b','\xb7','\x17','\xb6','\x0a','\x37','\xde','\x78','\x23','\x1a','\x8d','\x4e','\xe9','\xfd','\x5b','\x6e','\xb9','\x05','\x1f','\xf9','\xc8','\x47','\x70','\xdf','\x7d','\xf7','\x61','\xcf','\x9e','\x3d','\x98','\x08','\x4c','\xd4','\x16','\x97','\xc6','\xf1','\xda','\xed','\x2f','\xe0','\x43','\x1f','\xba','\xcf','\x92','\x90','\x37','\xdc','\xf0','\x35','\xec','\x7d','\xdb','\x14','\x3e','\xf4','\xa1','\xfb','\x70','\xf2','\xe4','\x49','\xcc','\x5f','\x56','\xab','\x32','\x13','\xe3','\x4b','\x85','\x59','\x48','\x53','\xbe','\x7f','\xbc','\x7b','\x63','\x81','\x5c','\x19','\x9c','\x3b','\x77','\x0e','\x9f','\xf8','\xdd','\x13','\xd6','\x3c','\x67','\xeb','\xe6','\x4b','\xf8','\x77','\xff','\xf6','\x4e','\xdc','\x79','\xe7','\x9d','\x56','\xd9','\xba','\xe5','\x96','\x5b','\x70','\xfb','\xed','\xb7','\x63','\xeb','\xa6','\x57','\xbd','\x81','\x7f','\x61','\x69','\x1c','\x9f','\xfd','\xd3','\xbf','\xc4','\x99','\x33','\x67','\x6a','\xd5','\x07','\x81','\x70','\xb5','\x62','\x7a','\x7a','\x1a','\x53','\x93','\x33','\xde','\xb5','\x8b','\x73','\x53','\x95','\x8a','\xf3','\xc9','\x93','\x27','\xb1','\xb8','\xa4','\xfa','\xe0','\xe6','\x89','\xb9','\x9e','\x1c','\xc6','\x98','\xc9','\x95','\xf7','\x4d','\xbf','\x09','\x37','\x5c','\xfb','\x7c','\xad','\x67','\xdc','\xd5','\xa6','\x0d','\xcd','\x36','\x76','\xef','\xde','\x6d','\xf7','\xde','\x4c','\x4e','\x4e','\xe2','\xce','\x3b','\xef','\xc4','\x4f','\xfc','\xab','\x43','\xb8','\x66','\xcb','\xc5','\xa1','\x3e','\xdb','\x4f','\x5e','\x01','\xe0','\xc8','\x91','\x23','\xf8','\xd4','\xa7','\xbf','\x82','\x85','\xa5','\x71','\x75','\x16','\xd2','\xe4','\x0c','\xee','\xb9','\xe7','\x1e','\xbb','\x27','\xc7','\x1c','\xaa','\xfa','\x53','\x3f','\xf9','\xcf','\xbd','\x74','\x5f','\xba','\x78','\x0d','\x1e','\x7d','\xec','\x09','\x1c','\x3d','\x7a','\xd4','\x9b','\x84','\xba','\xe1','\x5a','\x9f','\xa0','\x75','\xd2','\x06','\x5e','\x9d','\xdd','\x56','\x98','\x10','\xfa','\xe9','\x9f','\xfa','\x51','\xcf','\x15','\xf9','\x5a','\x94','\x83','\x44','\x80','\x08','\x04','\xc2','\x48','\xa1','\xd4','\x6d','\x75','\x0d','\x0b','\x38','\xcf','\x5d','\xb6','\x94','\x60','\x3c','\x19','\xb9','\x83','\x50','\x57','\x0a','\xc7','\x8f','\x1f','\xc7','\x5f','\xff','\xcd','\x2c','\xda','\xa9','\x22','\x5e','\x63','\x8d','\x14','\xdf','\xf8','\x86','\xed','\xd1','\xfd','\x2a','\x3b','\x76','\xec','\xc0','\xc1','\x83','\x07','\xb1','\x7d','\xca','\x1f','\x98','\x2f','\xce','\x4d','\xe1','\xa1','\x87','\x1e','\x59','\x55','\xd7','\xda','\x86','\xb4','\xed','\xdf','\xbf','\xdf','\x92','\xa5','\x67','\x9e','\x79','\x06','\x8f','\x3d','\xf6','\x18','\xf6','\xef','\xdf','\x8f','\xb9','\xb9','\x39','\x08','\x6d','\x52','\xb3','\xb8','\x34','\x8e','\xd3','\xa7','\x4f','\xdb','\x55','\x2b','\x83','\x1d','\x3b','\x76','\xe0','\xd6','\x5b','\x6f','\xc5','\x54','\xc9','\x4a','\x94','\x7b','\xba','\x7c','\xc2','\x05','\x6e','\x78','\x0d','\xa2','\xf5','\xb4','\x6b','\xd7','\x2e','\xbc','\xe3','\x1d','\xdf','\x1f','\x21','\x69','\x9b','\x0a','\x5e','\xf5','\x08','\x04','\x82','\x8f','\x5d','\xbb','\x76','\xe1','\x7b','\xbe','\xfb','\xcd','\xde','\x3e','\xbc','\x4c','\x70','\x3c','\xff','\x22','\xa2','\xab','\x40','\xe7','\xce','\x9d','\xc3','\xef','\x1d','\x7b','\x02','\x33','\xf3','\x9b','\x30','\x39','\xbe','\x84','\xb7','\xbf','\xed','\x5b','\x7b','\xf2','\x52','\x69','\xe4','\xc5','\x47','\x3e','\xf2','\x11','\xbc','\xee','\x75','\x3b','\x4a','\x27','\x40','\x5c','\x9c','\x39','\x73','\x06','\x4b','\x6d','\xb5','\x0a','\x93','\x66','\x0d','\x3c','\xf7','\xdc','\x73','\x85','\x30','\x77','\xde','\x79','\x27','\x6e','\x78','\x0d','\x0a','\x2b','\x39','\x83','\x3c','\xdb','\x4f','\x5e','\xcd','\x8a','\x93','\x31','\x47','\xde','\x32','\x39','\x8f','\xdb','\x6f','\x3f','\x84','\x1d','\x3b','\x76','\x44','\xd3','\xfd','\xe6','\x6f','\x9a','\xf2','\xe2','\x7d','\xe9','\xe2','\xf5','\x68','\xb5','\x5a','\xde','\x24','\xd4','\x77','\x7d','\xd7','\x77','\x14','\x26','\xb7','\x5e','\xbb','\xfd','\x05','\xfc','\x5f','\xff','\xf9','\x5e','\x6f','\x42','\x68','\xef','\xde','\xbd','\x05','\x57','\xe4','\x4b','\xed','\x09','\x7c','\xee','\x73','\x9f','\xeb','\x9a','\xef','\x51','\x01','\x11','\x20','\x02','\x81','\x30','\x52','\x48','\x92','\x32','\xd2','\xd2','\x23','\x91','\x61','\x0c','\xcd','\x66','\x73','\x64','\xbc','\xc0','\xad','\x34','\x8e','\x1f','\x3f','\x8e','\xd9','\x85','\xcd','\xf6','\xb7','\x59','\x1d','\x29','\xc3','\xfe','\xfd','\xfb','\x71','\xf3','\xb7','\x7d','\x83','\x37','\xf8','\x19','\x13','\x95','\x7e','\x0e','\x2d','\x1c','\x16','\xc6','\xc7','\x16','\x6b','\x3b','\x19','\x68','\xa7','\x0d','\x3c','\x7b','\x76','\x01','\x1f','\xfa','\xd0','\x87','\xf0','\xf4','\xd3','\x4f','\x7b','\xf7','\x0e','\x1c','\x38','\x60','\x4d','\xe6','\x42','\x1c','\x3f','\x7e','\x1c','\x97','\x16','\x36','\x01','\x50','\xf5','\x34','\x3b','\x3b','\x8b','\x9b','\x6f','\xbe','\x39','\xfa','\x77','\xf2','\xe4','\xc9','\x82','\xf2','\xd2','\xc9','\x1a','\x9e','\xab','\x6c','\x02','\x81','\x10','\xc7','\xf4','\xf4','\x34','\xb6','\x6c','\xba','\xe4','\x5d','\x9b','\x99','\xdb','\x12','\x5d','\x05','\x72','\x27','\x26','\x26','\x37','\x2e','\x54','\x3a','\x7a','\x19','\x16','\x66','\x67','\x67','\xed','\x1e','\xa5','\x99','\xf9','\x4d','\x78','\xf4','\x13','\x4f','\xe2','\xf0','\xe1','\xc3','\x38','\x7f','\xfe','\xbc','\x17','\x2e','\xb6','\x5a','\x3d','\xc8','\xb3','\xfd','\xc0','\x5d','\x71','\x02','\xd4','\x79','\x4b','\xbb','\x77','\xef','\x2e','\x0d','\x1f','\x4e','\x02','\xb5','\xd3','\x06','\xfe','\xfa','\x6f','\x66','\x2b','\xe5','\x7b','\xb3','\x91','\xe2','\xbb','\xbe','\xeb','\x3b','\x0a','\xde','\x2e','\x77','\xef','\xde','\x6d','\xf7','\x59','\xae','\x55','\x10','\x01','\x22','\x10','\x08','\x23','\x87','\xd8','\x3e','\xa0','\x5e','\xd7','\x71','\x38','\x63','\x60','\x8c','\x8d','\xc4','\x41','\xa8','\x53','\x53','\x53','\xe0','\x6c','\xe5','\xf2','\x71','\xe6','\xcc','\x19','\xfc','\xd5','\x17','\xbe','\x6a','\x67','\x23','\x81','\x7a','\x0e','\x17','\xf6','\xed','\xdb','\x87','\x4d','\x1b','\xfd','\x59','\xbd','\xcb','\x57','\xd4','\xaa','\xca','\xa8','\x62','\xf7','\xee','\xdd','\xd8','\xe0','\x90','\xb6','\x0b','\x97','\xb6','\xe2','\xb1','\xd6','\x17','\xf0','\xe3','\xb7','\xff','\x34','\x7e','\xf6','\x67','\x7f','\xd6','\xe6','\x7d','\x6a','\x6a','\x0a','\xff','\xf7','\xff','\xfd','\x4b','\x78','\xcf','\x3b','\x5f','\x87','\xe9','\xe9','\x69','\x1b','\xfe','\xcc','\x99','\x33','\xb8','\xf0','\xca','\x15','\x6f','\x63','\xf6','\x57','\x9f','\x7f','\x7d','\xe5','\xdf','\xcc','\xfc','\x26','\x2f','\x0f','\x42','\xd0','\x01','\xb4','\x04','\x42','\x1d','\xec','\xdd','\xbb','\xb7','\x30','\xd1','\xd2','\x4e','\x1b','\xf8','\xca','\x57','\x5f','\xf5','\x0e','\x46','\x9d','\x9d','\x9d','\xc5','\xc3','\x0f','\x1f','\xc5','\xa5','\x05','\xb5','\x27','\xef','\x9b','\xbf','\x69','\x6a','\xe0','\xf3','\xd2','\xea','\x20','\x34','\xef','\x7d','\xfe','\xc2','\x6b','\xf0','\xd0','\x6f','\x3f','\x85','\x1f','\xfc','\xc1','\x1f','\xc4','\xe1','\xc3','\x87','\xed','\xea','\xb2','\x31','\x1b','\xfb','\xed','\x87','\x7f','\xcd','\x9a','\x31','\x0f','\xf2','\x6c','\xaf','\x98','\x9d','\x9d','\xc5','\xff','\xfc','\x9f','\x7f','\x81','\x85','\xa5','\xdc','\xb3','\x68','\x23','\xe9','\x54','\xc6','\xf7','\x96','\xb7','\xbc','\xa5','\xb0','\x6a','\x73','\xf9','\xca','\xc6','\x91','\x96','\xef','\xcb','\x09','\xf2','\x02','\x47','\x20','\x10','\x46','\x0a','\x42','\x88','\xa8','\xe3','\x82','\x7e','\x5c','\x19','\x64','\x69','\x3a','\x3a','\x04','\x28','\xb2','\xf1','\x35','\xd5','\x2b','\x07','\xc3','\x3e','\x7c','\xf4','\xd9','\x67','\x9f','\x8d','\x3a','\x5d','\xe8','\x86','\x9b','\x6e','\xba','\xa9','\x30','\xab','\xb7','\xd4','\x1e','\x1b','\x69','\xbb','\xee','\x03','\x07','\x0e','\xe0','\x0f','\x3e','\xf9','\x67','\x9e','\x97','\x37','\xe3','\x99','\xe8','\xb1','\xd6','\x17','\xf0','\x07','\x9f','\xfc','\x33','\xbc','\xfd','\x6d','\xdf','\x6a','\xcf','\xb2','\x08','\xbd','\x14','\xa9','\xfd','\x59','\x4d','\xfb','\x7b','\xeb','\xa6','\x79','\x6c','\x9f','\x7a','\xb9','\xa7','\x3c','\xec','\xd9','\xb3','\xc7','\x23','\x55','\x04','\x02','\xa1','\x1c','\x07','\x0e','\x1c','\xc0','\xd3','\x9f','\x7f','\xa0','\xf2','\x60','\xd4','\xa3','\x47','\x8f','\x62','\xfe','\xb2','\xf2','\x18','\x77','\xcd','\x96','\x8b','\x98','\x9e','\xbe','\x7d','\x45','\xf2','\xb6','\x6f','\xdf','\x3e','\x9c','\xfe','\x8b','\x8f','\x7b','\x93','\x47','\xaf','\xce','\x4d','\xe1','\xd5','\xb9','\x29','\x3c','\xfc','\xc8','\xa7','\xed','\xf9','\x3d','\x77','\xdf','\x7d','\x37','\x3e','\xf2','\x91','\x8f','\x0c','\xed','\xd9','\x5e','\x71','\xf2','\xe4','\x49','\x2c','\x5e','\xf1','\x9d','\x41','\x70','\x2e','\xb0','\x79','\xf3','\xe6','\x92','\x27','\x14','\x41','\xbb','\xf6','\x9a','\x0d','\x38','\xff','\x4a','\x7e','\x1e','\x93','\x31','\x1b','\x1e','\x06','\xca','\xcc','\xfe','\x46','\x15','\x44','\x80','\x08','\x04','\xc2','\x48','\x81','\x31','\x06','\x29','\xfb','\x27','\x2d','\xd6','\x7c','\x8e','\x01','\x42','\x64','\x43','\xca','\xd5','\x60','\xd8','\xbd','\x7b','\x37','\xc6','\x1a','\x45','\x73','\x01','\x21','\x92','\x65','\x59','\x39','\x98','\x9d','\x9d','\x85','\x10','\xbe','\xe9','\x5f','\x1d','\x8f','\x73','\x37','\xde','\x78','\xa3','\x75','\x9d','\x6a','\x90','\x8d','\xf8','\xea','\x86','\x71','\xb9','\xad','\x5c','\xcf','\x6e','\xf5','\xee','\x19','\x22','\xf4','\xc4','\x93','\x5f','\xc7','\x9f','\x7c','\xf6','\xe7','\xf0','\xee','\x77','\x7d','\xaa','\x70','\x68','\xdf','\xec','\xac','\x7f','\xa8','\x62','\x26','\x38','\xf6','\xed','\xdb','\x37','\xb0','\x82','\x42','\x20','\x10','\xe2','\x38','\x70','\xe0','\x00','\x1e','\x79','\xe4','\x11','\xcc','\x7c','\x3e','\xb5','\x7b','\x14','\xdd','\x4d','\xf4','\xbb','\x77','\xef','\x46','\xab','\xd5','\xc2','\xc5','\xb9','\x6d','\x48','\xb8','\xc0','\xc4','\x86','\x85','\x15','\x3b','\x70','\xf8','\xe0','\xc1','\x83','\x78','\xee','\xb9','\xe7','\xb4','\x3b','\x7c','\x7f','\xa5','\xf7','\xc2','\xa5','\xad','\xb8','\x70','\x69','\x2b','\x1e','\x7e','\xe4','\xd3','\xf8','\xd4','\xa7','\x3e','\x55','\x38','\x4f','\x67','\x90','\x67','\x7b','\xc5','\x73','\xcf','\x3d','\x87','\x34','\x6d','\x76','\x0f','\x18','\x60','\xf7','\xee','\xdd','\xf8','\x9b','\xbf','\xfd','\xba','\x5d','\x39','\x1a','\x75','\xf9','\xbe','\x9c','\x20','\x02','\x44','\x20','\x10','\x46','\x0a','\x12','\x80','\x10','\xfd','\xb9','\xae','\xf6','\x9d','\x20','\x00','\x8c','\xf1','\xa1','\xb9','\xd5','\x1e','\x04','\x53','\x53','\x53','\xf8','\x96','\x6f','\x79','\x23','\x5e','\x78','\x75','\xd6','\x9b','\x1d','\xbc','\xd2','\x59','\x9e','\xd5','\x95','\xe7','\x9e','\x7b','\xae','\xe0','\x75','\xae','\x0e','\xd9','\xda','\xb9','\x73','\x67','\x81','\x00','\xad','\x05','\xdc','\x7d','\xf7','\xdd','\x00','\x80','\xdf','\xf9','\xf8','\x93','\xfa','\x9c','\x0d','\xff','\x9d','\x9b','\xc3','\x4b','\x1f','\x6b','\x7d','\x01','\xe7','\xce','\x9d','\xc3','\xc1','\x83','\x07','\xad','\x42','\x15','\x92','\xc5','\x4e','\x4a','\xfb','\x79','\x08','\x84','\xe5','\xc6','\xad','\xb7','\xde','\x8a','\x67','\xcf','\x7e','\xdc','\x9b','\xb4','\x30','\xfb','\x0d','\x5f','\xf7','\xba','\xd7','\xe1','\xf9','\x17','\x95','\x72','\x7e','\xed','\x96','\x19','\xdc','\x71','\xc7','\x07','\x96','\xf5','\xb8','\x00','\x17','\x93','\x93','\x93','\x76','\x35','\xf7','\x77','\xfe','\xdb','\x49','\xbc','\x72','\x69','\x5b','\x41','\x9e','\x5c','\xb8','\xb4','\x15','\x17','\xe7','\x04','\x5e','\xfa','\xf5','\x4f','\x78','\xe7','\xe9','\x0c','\xf2','\x6c','\xaf','\x08','\x27','\x6e','\xea','\xa2','\xcc','\x1a','\xe1','\x6a','\xc4','\xea','\x6b','\x06','\x04','\x02','\x81','\xe0','\x80','\x33','\x86','\x24','\x19','\x7c','\x0f','\x10','\x18','\x43','\xa3','\xd9','\x1c','\x19','\x2f','\x70','\x6f','\x79','\xcb','\x5b','\x30','\xb1','\xa1','\xe8','\xe2','\x79','\x39','\xec','\xaf','\x63','\x7b','\x8e','\x84','\xe0','\x98','\x9b','\x9b','\xeb','\x39','\xae','\x84','\x8b','\x15','\x53','\x3e','\xfa','\x85','\x71','\xf5','\xfa','\x6f','\x7e','\xfa','\xbd','\xf8','\xd6','\x37','\x5e','\xc4','\xb5','\x5b','\x66','\xa2','\xe1','\xe6','\x16','\x27','\x70','\xea','\xb3','\xb3','\xde','\xf9','\x46','\x21','\x96','\xda','\x63','\xf8','\xd2','\x97','\xbe','\x7c','\xd5','\xce','\x8a','\x12','\x08','\x2b','\x01','\xe3','\x94','\xc4','\x75','\x28','\x32','\x33','\xbf','\x09','\xbf','\x77','\xec','\x09','\xb4','\x5a','\x2d','\xcc','\xcc','\xa9','\xcd','\xfd','\x9b','\x36','\xce','\xd6','\x76','\x82','\x32','\x2c','\xec','\xda','\xb5','\x0b','\xf7','\xdd','\x77','\x1f','\xee','\xbe','\x73','\xba','\x54','\x9e','\x64','\x82','\xe3','\xf9','\x0b','\xaf','\xc1','\xef','\x7c','\xfc','\x49','\x3c','\xf8','\xe0','\x83','\x43','\x79','\x76','\x50','\xa4','\x59','\xb3','\xab','\x09','\xda','\xd4','\xd4','\x94','\x57','\xe7','\x6b','\x41','\xbe','\x2f','\x17','\x88','\x00','\x11','\x08','\x84','\xd1','\x02','\x63','\x60','\x8c','\x07','\x97','\x18','\xd0','\x03','\x91','\x61','\x8c','\x81','\x41','\x39','\x53','\x18','\x85','\x3d','\x40','\x80','\x9a','\xf1','\xdc','\x34','\xe1','\x2b','\xd5','\x99','\xe0','\x78','\xe9','\x42','\xea','\x6d','\xfe','\xed','\x17','\x67','\xcf','\x9e','\xc5','\x87','\x3f','\xfc','\x61','\x9c','\x3d','\x7b','\x16','\x9b','\x37','\x6f','\x2e','\xcc','\xf2','\x2d','\x5e','\x19','\xef','\xcb','\x45','\x69','\xb3','\xd1','\xdd','\x79','\xc2','\xa8','\xe0','\xce','\x3b','\xef','\xc4','\x1f','\xfe','\xe1','\x1f','\xe2','\xf6','\x0f','\xfc','\x13','\xbc','\xe1','\x86','\xaf','\x45','\x95','\x8f','\xf0','\x7c','\x23','\x35','\x23','\xea','\x9b','\x4a','\x2e','\x5e','\x99','\xc4','\x89','\x13','\x27','\x6a','\xa5','\x79','\xfe','\xfc','\x79','\x3c','\xf0','\xc0','\x03','\x05','\x4f','\x4f','\x04','\x02','\xa1','\x1c','\x53','\x53','\x53','\x85','\x83','\x51','\x01','\xe5','\x52','\xfe','\x2b','\x5f','\x7d','\x15','\xed','\xb4','\x81','\xad','\x9b','\xe6','\x31','\x3d','\xbd','\x7f','\xd5','\x14','\xf4','\x50','\x9e','\xc4','\x0e','\x53','\x7e','\x79','\xe6','\x9a','\xe8','\x51','\x01','\x83','\x3c','\x5b','\x07','\xca','\x5c','\xd9','\x77','\x95','\xdd','\xee','\x6c','\xc0','\xb3','\xcf','\x3e','\xdb','\x53','\x3c','\x6b','\x49','\xbe','\x0f','\x1b','\x44','\x80','\x08','\x04','\xc2','\x48','\x41','\x96','\x38','\x41','\xe8','\xf9','\x20','\x54','\xc6','\x90','\xa5','\xa3','\xb1','\x07','\x08','\x50','\xe6','\x65','\xe1','\x19','\x18','\x40','\xbe','\xf9','\x77','\x10','\x2c','\x2c','\x2c','\xa0','\xd5','\x6a','\xe1','\xa1','\x23','\x9f','\xc1','\xff','\x6b','\xfa','\xfd','\x51','\x53','\xb6','\x3a','\x2b','\x1b','\xb1','\xbd','\x43','\x13','\x1b','\x96','\xf0','\x96','\xb7','\xbc','\x65','\xa0','\xfc','\x2d','\x27','\x4e','\x9c','\x38','\x81','\xf7','\xbd','\xef','\x7d','\x96','\xb0','\x98','\xd5','\x20','\x73','\x02','\xfa','\x3f','\x7c','\xed','\xd7','\x0b','\x4a','\x96','\x7b','\xf8','\xe2','\x4d','\x37','\xdd','\x54','\xd8','\x9f','\x65','\xdc','\xf2','\x9e','\x3d','\x7b','\xb6','\x6b','\xfa','\xad','\x56','\x0b','\x1f','\x7b','\xe0','\x89','\x35','\x77','\x0a','\x3a','\x81','\xb0','\xda','\x28','\x3b','\x18','\xf5','\xd5','\xd9','\x6d','\x00','\x80','\xa9','\xc9','\x99','\x15','\x77','\x2e','\x52','\x26','\x4f','\xfe','\xf0','\x0f','\xff','\x10','\x77','\xfc','\xf8','\xf7','\x63','\xe7','\x75','\xcf','\x7b','\x67','\xe9','\x64','\x82','\x63','\xa9','\xad','\x3c','\xa9','\x0d','\xf2','\x6c','\xaf','\x88','\x79','\x74','\xab','\x63','\x52','\x7d','\xee','\xdc','\x39','\x74','\xd2','\xdc','\x3c','\x7a','\xd3','\xc6','\xc5','\x15','\x71','\x2f','\x3e','\x8a','\x20','\x02','\x44','\x20','\x10','\x46','\x0b','\x8c','\x0d','\xe4','\xbc','\xc0','\x9a','\xbc','\x49','\x89','\x2c','\xeb','\xc4','\xc9','\xd4','\x2a','\x61','\x7a','\x7a','\x1a','\xd7','\x6c','\xb9','\xe0','\x5d','\x5b','\x58','\x1a','\xc7','\x9f','\x7c','\xf6','\x8b','\xd1','\x83','\x00','\xeb','\xe2','\xd8','\xb1','\x63','\x38','\x72','\xf4','\x29','\x34','\x92','\x14','\x3f','\x73','\xcf','\x4f','\x61','\xdf','\xbe','\x7d','\x78','\xed','\xf5','\xbc','\x70','\x5e','\xcd','\xe2','\x95','\xc9','\xca','\x03','\x3b','\x63','\x7b','\x87','\x26','\xc6','\xe7','\x47','\x7a','\x80','\x3c','\x76','\xec','\x98','\x35','\x6b','\x73','\x61','\x94','\x8f','\xff','\xfa','\x5f','\x7f','\x1d','\xef','\x9b','\x7e','\x93','\x37','\x03','\x9b','\x09','\x8e','\x0b','\xaf','\x5c','\xb1','\x1b','\xae','\xaf','\xbd','\x66','\x83','\x57','\x57','\xed','\xb4','\x81','\x2f','\x3c','\x7b','\xa5','\x2b','\x09','\x3a','\x7a','\xf4','\x28','\x7e','\xf5','\xff','\x59','\xbd','\x33','\x92','\x08','\x84','\xb5','\x8c','\x5d','\xbb','\x76','\xe1','\x9d','\x3f','\xf0','\x7d','\xde','\x04','\x85','\x22','\x05','\x63','\xd8','\x3c','\xb1','\x88','\x77','\xfe','\xc0','\xf7','\x61','\xd7','\xae','\x5d','\x2b','\x9a','\xa7','\x32','\x79','\xb2','\x63','\xc7','\x0e','\xdc','\x7b','\xef','\xbd','\xf8','\xf7','\x3f','\xfb','\xaf','\xf1','\xda','\x6b','\x5e','\xf0','\xe4','\x45','\x9a','\x35','\x71','\xee','\xdc','\xb9','\x81','\x9e','\xed','\x15','\xbb','\x77','\xef','\xc6','\x1b','\x5e','\x7f','\x9d','\x47','\xa8','\x16','\x97','\xc6','\xf1','\xa9','\x4f','\x3d','\xd5','\x75','\x92','\xcb','\xdd','\x97','\x34','\xea','\xf2','\x7d','\x39','\x41','\x04','\x88','\x40','\x20','\x8c','\x14','\xa4','\x10','\xe8','\x63','\xc7','\x4f','\x1c','\x8c','\x8d','\x84','\x13','\x04','\x83','\xbd','\x7b','\xf7','\xe2','\x47','\x7f','\x64','\x7f','\xc1','\x34','\xeb','\xc2','\xcc','\x35','\xf8','\x2f','\xbf','\xfc','\x60','\x5f','\x24','\xe8','\xc1','\x07','\x1f','\xc4','\xe1','\x5f','\x7a','\x04','\xf3','\x97','\x27','\xb0','\xe7','\x3b','\x5e','\x8b','\x83','\x07','\x0f','\x02','\x50','\x36','\xf6','\x5b','\x9c','\x43','\xef','\x00','\x60','\xe1','\x72','\x35','\x01','\xfa','\xdc','\xe7','\x3e','\x87','\xa5','\x76','\xee','\x4e','\x7a','\x72','\x7c','\x09','\x6f','\x7b','\xeb','\xb7','\x17','\x0e','\xd7','\xdb','\xb9','\x73','\x27','\x9a','\xce','\xc0','\xdb','\x2e','\x71','\x1c','\xf0','\xf4','\xd3','\x4f','\xe3','\xf4','\xe9','\xd3','\x7d','\x79','\x2b','\xaa','\x8b','\xb9','\xb9','\x39','\x08','\xc1','\xf1','\xf4','\xe7','\x9f','\x8b','\xd6','\xdf','\x2d','\xb7','\xdc','\x82','\x7b','\xee','\xb9','\xa7','\x30','\xd3','\xec','\x62','\xdf','\xbe','\x7d','\x85','\x55','\xa2','\x99','\xf9','\x4d','\x78','\xe8','\xc8','\x67','\xf0','\x6f','\xff','\xed','\xbf','\xc5','\x91','\x23','\x47','\xbc','\x3d','\x43','\xb3','\xb3','\xb3','\x78','\xf0','\xc1','\x07','\xf1','\x5f','\x7e','\xf9','\x41','\xcc','\xcc','\x6d','\xe9','\x7a','\x00','\x21','\x81','\x40','\x88','\xe3','\xc0','\x81','\x03','\xd8','\x3c','\x51','\xdc','\x9b','\xb8','\x79','\x62','\x6e','\x45','\xce','\xfd','\x09','\x71','\xe6','\xcc','\x19','\x2c','\xb5','\xc7','\xf0','\x57','\x5f','\xf8','\x6a','\xe1','\x30','\x65','\x00','\x38','\x74','\xe8','\x10','\xee','\xf8','\x97','\xff','\xbc','\x20','\x5b','\x07','\x7d','\xb6','\x1f','\x4c','\x4f','\x4f','\x63','\xeb','\xe6','\xfc','\x50','\xd9','\x4c','\xf0','\x4a','\xf3','\xdd','\xd9','\xd9','\x59','\x7c','\xe9','\x4b','\x5f','\xb6','\x8e','\x78','\xb6','\x6e','\x9a','\xc7','\x7b','\x0f','\xbe','\xa7','\xef','\xb3','\x88','\xd6','\x3a','\x46','\x47','\x33','\x20','\x10','\x08','\x04','\x00','\x49','\x92','\xc4','\x1d','\x17','\xf4','\xb8','\x07','\x08','\x8c','\xa1','\xd1','\x18','\xeb','\xe9','\xb9','\x95','\xc0','\xdd','\x77','\xdf','\x8d','\x7d','\xdf','\xff','\x46','\xcf','\x14','\xae','\x9d','\x36','\xf0','\xc2','\x2b','\xaf','\xc5','\x7f','\xf9','\xe5','\x07','\x6b','\x6f','\x8a','\x35','\x7b','\x7e','\x7e','\xf5','\xd7','\x7e','\x0f','\xaf','\x5c','\xda','\x86','\xeb','\xb7','\xbd','\x84','\x83','\x07','\x0f','\x62','\x72','\x52','\x9d','\x0d','\x61','\xcc','\x4b','\xdc','\xd9','\xc6','\x85','\xa5','\x71','\xfc','\x8f','\x3f','\xf9','\x52','\x69','\x1a','\xa7','\x4f','\x9f','\xc6','\xe5','\x2b','\xf9','\xc1','\x7a','\x5b','\x36','\x5d','\x8a','\x9a','\xa0','\xc4','\x9c','\x2c','\x2c','\x2e','\x6d','\xf2','\xe2','\x3d','\x7e','\xfc','\x38','\x3e','\xf6','\xb1','\x8f','\xe1','\xb1','\xd6','\x17','\x70','\x69','\xa1','\xff','\x83','\x43','\xeb','\xba','\x0a','\x9f','\x99','\xdb','\x82','\x8f','\x7e','\xf4','\x81','\xe8','\x7e','\xaa','\x1d','\x3b','\x76','\x60','\xeb','\xd6','\x49','\xaf','\x2e','\xdc','\x83','\x61','\xcd','\x86','\xec','\x42','\x9c','\xf3','\x9b','\xf0','\xb9','\xcf','\x33','\x7c','\xf8','\x17','\x3f','\x8e','\xb7','\xbe','\xf5','\xad','\xb8','\xf9','\xe6','\x9b','\x71','\xf3','\xcd','\x37','\xe3','\x6d','\x6f','\xfb','\x7e','\x7c','\xec','\x81','\xc7','\xf1','\xdc','\xcb','\x37','\x00','\x00','\xde','\xf8','\x8d','\x5b','\xaf','\xda','\x59','\x54','\x02','\xa1','\x1b','\xaa','\xfa','\xfb','\x9e','\x3d','\x7b','\x0a','\x07','\xa3','\x4e','\x8e','\x2f','\xe1','\xed','\x6f','\xfb','\xd6','\x9e','\xce','\x47','\x1b','\xb6','\x3b','\xe7','\x4b','\x0b','\x5b','\xd1','\x6a','\xb5','\xa2','\x7b','\xfb','\xc2','\x3d','\x96','\xe1','\x2a','\xca','\x20','\xcf','\xf6','\x82','\x43','\x87','\x0e','\x61','\xef','\xf7','\xed','\xf6','\xc6','\x12','\x23','\x07','\x63','\x04','\xec','\xe8','\xd1','\xa3','\xf6','\xec','\xa0','\x84','\x8b','\x55','\x31','\x31','\x1c','\x25','\x10','\x01','\x22','\x10','\x08','\x23','\x05','\x09','\xd8','\x55','\x1b','\xc6','\x58','\xcf','\x5e','\xdc','\x4c','\x78','\xe5','\x04','\x61','\x68','\x6b','\x49','\x43','\x83','\x71','\x95','\xfa','\x9e','\x77','\xbe','\xae','\x40','\x82','\x9e','\x7b','\xf9','\x06','\xdc','\xff','\x60','\x0b','\x6f','\x7f','\xfb','\xdb','\xf1','\xe0','\x83','\x0f','\x46','\x6d','\xc3','\x4f','\x9e','\x3c','\x89','\xc3','\x87','\x0f','\xe3','\x47','\x7e','\xe4','\x47','\xf0','\xd0','\x91','\xcf','\xe0','\xe5','\x99','\x6b','\xb0','\xe3','\x9a','\x17','\xf0','\x13','\xff','\xea','\x90','\x77','\x56','\xc6','\x8e','\x1d','\x3b','\x70','\xc7','\x1d','\x1f','\xc0','\x35','\x5b','\x2e','\x7a','\xcf','\xbf','\x3c','\x73','\x0d','\x7e','\xfd','\x37','\xfe','\x9b','\x77','\x32','\xf9','\xf9','\xf3','\xe7','\x71','\xf8','\xf0','\x61','\x9c','\xfa','\xe3','\x33','\xf6','\x7c','\x88','\xed','\x9b','\x67','\xf1','\xfe','\x1f','\x7b','\x57','\xe1','\xe0','\x50','\x40','\x9f','\x6b','\x14','\x1c','\x98','\xfa','\xf2','\xcc','\x35','\xf8','\xd5','\x5f','\xfb','\x3d','\x4b','\x12','\xfe','\x8f','\xff','\xf8','\x00','\x4e','\x7d','\x76','\x16','\x9d','\xb4','\x51','\xc8','\x43','\xbb','\xb3','\x01','\x4f','\x3f','\xfd','\x34','\x7e','\xf2','\x27','\x7f','\xb2','\x72','\x45','\x0a','\x50','\x87','\xeb','\x3d','\xf5','\xd4','\x53','\x95','\x61','\x00','\x55','\x7f','\x2f','\xcf','\x5c','\x8f','\x9f','\xf9','\x99','\x7f','\x8f','\x07','\x1f','\x7c','\xd0','\x5b','\xb1','\x79','\xf0','\xc1','\x07','\xf1','\xd2','\x85','\xd4','\x9a','\x7e','\x84','\x9b','\xab','\x77','\xef','\xde','\x8d','\x1f','\x7b','\xdf','\x7b','\xa2','\x1b','\x95','\xdb','\x69','\x03','\x17','\x2e','\x6d','\xc5','\x57','\x9f','\x7f','\xbd','\xfd','\xfb','\xdb','\x17','\x5e','\x87','\x0b','\x97','\xb6','\x22','\x13','\x1c','\x5b','\x37','\xc7','\x49','\x22','\x81','\x70','\xb5','\x62','\x61','\x61','\x01','\x67','\xce','\x9c','\xc1','\x95','\x8e','\x5a','\x69','\x68','\x77','\x36','\x54','\xee','\x4d','\x39','\x70','\xe0','\x00','\xa6','\x26','\xf3','\x55','\xa0','\xc9','\x8d','\x0b','\x95','\xa4','\xe0','\xa9','\xa7','\x9e','\x42','\xbb','\xe3','\x1f','\xf4','\xdc','\x49','\x1b','\xf8','\xd2','\x97','\xbe','\x1c','\x55','\xfc','\x17','\x16','\x16','\x0a','\xa6','\x5f','\xdd','\x08','\xd3','\xdc','\xe2','\x04','\x5a','\x8f','\x7f','\x1e','\x1f','\xfc','\xe0','\x07','\x71','\xfc','\x78','\x6e','\xe6','\xfa','\xf4','\xd3','\x4f','\xe3','\xf1','\xc7','\x1f','\xc7','\xac','\x9e','\xd4','\xd9','\xbe','\x79','\x16','\x3f','\xfa','\x23','\xfb','\xbd','\x55','\x94','\x41','\x9e','\xed','\x35','\xaf','\xd3','\xd3','\xd3','\xb8','\x6e','\xeb','\x4b','\xd6','\x14','\xae','\x9d','\x36','\xf0','\xca','\xec','\xb5','\x78','\xf8','\xe1','\x87','\xbd','\xc9','\xa0','\xa3','\x47','\x8f','\xe2','\x37','\x7f','\xeb','\x28','\x5e','\xb9','\xa4','\xf6','\x57','\x99','\x31','\xc3','\x35','\x31','\x5c','\x58','\x58','\xc0','\x73','\xcf','\x3d','\xe7','\xed','\x11','\xea','\xa4','\xea','\x70','\xd3','\xd0','\x6b','\xe6','\xd9','\xb3','\x67','\x0b','\xfb','\x45','\xd7','\xda','\x99','\x42','\x4c','\x8e','\x92','\x81','\x3c','\x81','\x40','\xb8','\xea','\xf1','\x97','\xcf','\x3c','\x83','\x7d','\xfb','\xf6','\xe1','\xc2','\x2b','\xaf','\x00','\xc8','\x49','\x50','\xa3','\xd1','\x40','\x9a','\xa6','\x95','\xcf','\x32','\xc7','\xe4','\x8d','\x73','\x8e','\x7f','\xf6','\x03','\xff','\x14','\x0f','\xfd','\xf6','\x23','\xd8','\xb6','\x7d','\xfb','\xb2','\xe7','\xbb','\x57','\x9c','\x3a','\x75','\x0a','\xad','\x56','\x0b','\x4f','\x9e','\xfc','\x6a','\xe1','\xd0','\xbc','\x84','\x0b','\x6c','\xdb','\x3c','\x8b','\xb1','\xe6','\x95','\xc2','\x46','\xd7','\xc5','\xa5','\x4d','\x48','\xb3','\x26','\x2e','\x5c','\xda','\x8a','\xb1','\x46','\x8a','\xeb','\xb7','\xbd','\x84','\x9f','\xfa','\xc9','\x7f','\x5e','\x7a','\xa8','\xde','\xe1','\xc3','\x87','\xa3','\x87','\x84','\x5e','\xbb','\x65','\x06','\x53','\x93','\x8a','\x98','\x08','\x91','\x60','\x76','\x61','\x2b','\x5e','\x9d','\x53','\x84','\x60','\x72','\x7c','\x09','\xef','\x79','\xe7','\xeb','\xf0','\x7f','\xfe','\x9f','\xff','\x27','\x76','\xec','\xd8','\x11','\x8d','\xf7','\xdd','\xef','\x7e','\x37','\x3e','\xf7','\x79','\x66','\x0f','\x32','\x8c','\x61','\x7c','\xac','\x8d','\xd7','\x6e','\x7f','\x01','\x8b','\x57','\x26','\xf1','\xd2','\xc5','\x6b','\xbc','\x7b','\xdb','\x37','\xcf','\xe2','\x4a','\x67','\x0c','\x9b','\x27','\xe6','\xf0','\x2f','\xde','\xff','\x4e','\xb4','\x5a','\x2d','\x2c','\x2e','\x6d','\x2a','\x9c','\xe3','\x33','\x3e','\xd6','\xc6','\xf6','\xa9','\x8b','\x18','\x1f','\x5b','\xc4','\xf4','\xf4','\x74','\xe1','\xdc','\x8c','\x30','\x1f','\xa6','\xee','\x4c','\xd9','\x00','\x75','\xbe','\x88','\x39','\x93','\x23','\xe1','\x02','\x37','\x5e','\xf7','\x3c','\xfe','\x7b','\xeb','\xe3','\xde','\xe0','\x7f','\xfe','\xfc','\x79','\x7c','\xe8','\x43','\x1f','\xc2','\x13','\x4f','\xe6','\x87','\x04','\x76','\xc3','\xd6','\x4d','\xf3','\xb8','\xe3','\xb6','\xef','\xc5','\x7d','\xf7','\xdd','\x57','\x2b','\x3c','\x81','\xb0','\x9e','\x71','\xf8','\xf0','\x61','\xeb','\x0c','\x64','\x76','\x61','\x9b','\x95','\x39','\x09','\x17','\xb8','\x6e','\xeb','\x2b','\x98','\x18','\x57','\xa6','\x5f','\x55','\xfd','\x18','\x00','\xde','\xf2','\x66','\x89','\x3f','\xf8','\x83','\x3f','\x28','\x8d','\x7b','\xa9','\x3d','\x81','\x0b','\x33','\xd7','\x14','\x64','\xcf','\xe6','\x89','\x45','\x5c','\x33','\x75','\x01','\x9c','\x67','\x38','\x70','\xe0','\x00','\xa6','\xa7','\xa7','\x71','\xfc','\xf8','\x71','\xb4','\x5a','\x2d','\x2f','\x3f','\x06','\xaf','\xdd','\xfe','\x32','\x26','\xc6','\xe7','\xbd','\xfc','\xdc','\x7c','\xf3','\xcd','\xf8','\xea','\xf3','\xaf','\xb7','\x61','\xc6','\xc7','\xda','\x98','\x9a','\x9c','\xb3','\x2b','\xc4','\x69','\xd6','\xc4','\xc5','\xb9','\xed','\x98','\x5b','\x9c','\xc0','\xf6','\xcd','\xb3','\xb8','\xe3','\xc7','\xbf','\x1f','\xb7','\xdd','\x76','\x1b','\x76','\xec','\xd8','\x31','\xd0','\xb3','\x0b','\x0b','\x0b','\xb8','\xff','\xfe','\xfb','\x7b','\xca','\xab','\xc1','\xd1','\xa3','\x47','\xf1','\xd1','\x8f','\x3e','\x80','\x97','\x67','\xae','\xb7','\xb2','\x6b','\x72','\x7c','\x09','\x5b','\x36','\x5d','\xb2','\xe3','\xc7','\xfc','\xe5','\x29','\xcc','\xcc','\x6d','\x01','\xe7','\x02','\xd7','\x6e','\xb9','\x80','\x1f','\x7b','\xdf','\x7b','\x6c','\x3c','\xdd','\xd2','\x36','\x63','\xc5','\xce','\x9d','\x3b','\xf1','\x5d','\xdf','\xf5','\x5d','\xf6','\x3d','\xbc','\x3a','\x7b','\x5d','\x61','\xec','\xba','\xe1','\xda','\x17','\x4b','\x65','\xf5','\xa8','\x21','\xf9','\xf9','\x9f','\xff','\xf9','\x9f','\x5f','\xed','\x4c','\x10','\x08','\x04','\x82','\xc1','\xcc','\xcc','\x0c','\x3e','\xf1','\x89','\xc7','\x30','\x37','\xaf','\x06','\x4b','\x43','\x6a','\x92','\x24','\xe9','\xea','\xd2','\xda','\x90','\x25','\xa6','\xcf','\x12','\xfa','\xa6','\x7f','\xf4','\x8f','\xf0','\xae','\x7f','\xf6','\x6e','\x4c','\x68','\xb3','\xb0','\x51','\xc2','\x1b','\xde','\xf0','\x06','\x7c','\xd3','\x37','\x7d','\x13','\xc6','\xc7','\x16','\xf0','\xb7','\x5f','\xfd','\x4b','\x08','\xd1','\xb0','\x33','\x6f','\x52','\x32','\x2c','\x5e','\x19','\xc7','\xdc','\xe2','\x26','\x5c','\x9c','\xdb','\xe6','\xfd','\xcd','\x5f','\x9e','\xc4','\xe2','\x95','\x71','\x6c','\xdf','\x3c','\x8b','\x37','\xbf','\xa9','\x81','\x7f','\xf5','\xaf','\x3e','\x80','\x3b','\xee','\xb8','\xa3','\x34','\x9d','\x37','\xbf','\xf9','\xcd','\x68','\x5f','\x79','\x19','\x7f','\xf3','\xe5','\x2f','\x62','\x61','\x29','\xdf','\xdf','\xb3','\x78','\x65','\xdc','\xc6','\x39','\x33','\xbf','\x05','\x97','\xdb','\x6a','\x46','\xf5','\xda','\x2d','\x33','\xf8','\xc1','\x7f','\xfa','\x06','\x4c','\x4f','\x4f','\xe3','\x4d','\x6f','\x7a','\x53','\x69','\xbc','\x69','\x9a','\xe2','\xf3','\xff','\xdf','\xcf','\x62','\x6e','\x71','\x53','\xf4','\xbe','\x21','\x3f','\x3f','\xf7','\x73','\xff','\x01','\x9f','\x7e','\xea','\xb4','\x97','\x36','\x00','\x6c','\x18','\xeb','\x60','\xe3','\x86','\xcb','\xf8','\xc5','\x5f','\xb8','\x1b','\xbf','\xfc','\xb1','\xc7','\x70','\xee','\xe5','\x1b','\x30','\x7f','\x79','\x12','\x52','\xfa','\x6b','\x76','\x69','\x96','\xd8','\x7a','\xf8','\x9b','\x2f','\x7f','\x11','\x37','\xee','\x98','\xc2','\x4d','\x37','\xdd','\x64','\xef','\x7f','\xe2','\x13','\x9f','\xc0','\xb9','\xf3','\xcc','\x92','\x26','\x53','\x77','\x6e','\x9d','\x2d','\x2c','\x4d','\x40','\x4a','\x86','\xb1','\x46','\x8a','\xd7','\x6e','\x7f','\x11','\x3f','\xf9','\x13','\xef','\xc7','\x0f','\xfe','\xe0','\x0f','\x7a','\xe9','\x6c','\xde','\xbc','\x19','\x1b','\x37','\x6e','\x44','\xd6','\x7e','\x0e','\xcf','\x3f','\x77','\xde','\xd6','\x47','\x19','\xb6','\x6f','\x9e','\xc5','\xbf','\xbc','\xed','\xed','\x98','\x9e','\x9e','\xc6','\xb5','\xd7','\x5e','\x5b','\x19','\x96','\x40','\x58','\xef','\x38','\x7e','\xfc','\xb8','\xed','\xc7','\x17','\xe7','\xb6','\x61','\xd1','\x31','\xa5','\x95','\x92','\x61','\xfe','\xf2','\xa4','\xed','\x8f','\x7f','\xff','\xb7','\xff','\x1f','\xbc','\xe7','\xdd','\xef','\xf4','\xdc','\x5b','\x5f','\xb9','\x72','\x05','\xa7','\x4f','\xff','\x05','\x36','\x8e','\x5f','\xc6','\x4f','\xfd','\xe4','\x3f','\xc7','\xb7','\x7d','\xdb','\xb7','\x79','\xf1','\xdf','\x75','\xd7','\x5d','\xf8','\xea','\xf3','\xaf','\xc7','\xc5','\xb9','\x6d','\x98','\x5b','\xdc','\x54','\x38','\x60','\x14','\x00','\xda','\x9d','\x26','\x66','\xe6','\xb7','\xe0','\xe2','\xdc','\x36','\x3c','\xfb','\xec','\xdf','\x60','\x7c','\x6c','\x01','\xbf','\xfd','\x3b','\xa7','\xf0','\xdc','\x85','\x1d','\x5e','\x7e','\x0c','\x4c','\x9e','\x5c','\xb9','\xf2','\xc9','\x4f','\x7e','\x12','\xe7','\x5f','\x94','\xf8','\x86','\xd7','\xfe','\x1d','\x36','\x6e','\x68','\x23','\xe1','\x12','\x97','\xe6','\xa7','\x70','\xe1','\xd2','\x35','\xb8','\x38','\xb7','\x0d','\x97','\x16','\xa6','\x30','\xb1','\xe1','\x0a','\xb6','\x4f','\x5d','\xc4','\x6d','\xff','\xe2','\x1d','\x96','\xc0','\x00','\x18','\xe8','\xd9','\x47','\x1f','\x7d','\x14','\xf7','\x3f','\x78','\xa2','\xa7','\xbc','\x1a','\x7c','\xdb','\xb7','\x7d','\x1b','\xde','\xf8','\xc6','\x7f','\x84','\xac','\xfd','\x1c','\x2e','\xbc','\xf4','\xb7','\x18','\x6b','\x64','\x98','\x5d','\x9c','\xf4','\xc6','\x8f','\x66','\x43','\x60','\xf3','\xc4','\x1c','\xbe','\x67','\xcf','\xf5','\xb8','\xeb','\xdf','\xfc','\x84','\x37','\x66','\x74','\x4b','\xdb','\xc8','\xd3','\xf3','\x2f','\x4a','\x9c','\xfb','\xbb','\xff','\x69','\xdf','\x83','\x7b','\xa8','\xb7','\x41','\x95','\xac','\x1e','\x35','\x94','\x4f','\xdd','\x11','\x08','\x04','\xc2','\x2a','\x60','\xe3','\xc6','\x8d','\x98','\xd8','\xe8','\x2b','\xcb','\xfd','\x98','\xc2','\x41','\x02','\x0c','\x0c','\x49','\x92','\x74','\x0f','\xbb','\x4a','\x30','\x87','\xe6','\x99','\x59','\xb5','\xcf','\xfe','\xe9','\x5f','\x62','\xa9','\x3d','\x81','\x2b','\x9d','\x31','\xcc','\x2d','\x4e','\x14','\xc2','\x6f','\xdd','\x34','\x8f','\x46','\x92','\x62','\x6a','\xf2','\x22','\xa6','\xa7','\xa7','\xbd','\x01','\xb4','\x0c','\xc6','\x1b','\x1a','\x00','\xfc','\xde','\xef','\x3d','\x8e','\xf9','\xcb','\x53','\x98','\xbf','\x3c','\xe1','\x0d','\x5e','\x63','\x8d','\x14','\x53','\x93','\xf3','\xd8','\xb4','\x71','\x16','\xef','\x7d','\xef','\xad','\xb8','\xfb','\xee','\xbb','\xed','\x5e','\xa2','\x32','\x1c','\x3a','\x74','\x08','\xe7','\xce','\x9d','\xc3','\xa3','\x8f','\x3d','\x81','\x4b','\x0b','\x5b','\x6d','\x7e','\x4d','\x5c','\xca','\x21','\xc3','\xbf','\x44','\x96','\xe5','\x1e','\xfd','\x36','\x4f','\x2c','\x62','\xe3','\x86','\xcb','\xd8','\xb4','\x71','\x16','\x07','\x0e','\x1c','\xc0','\xee','\xdd','\xbb','\x71','\xe0','\xc0','\x01','\x9c','\x3d','\x7b','\xb6','\x96','\x1b','\xe9','\xe9','\xe9','\xe9','\xc2','\xc6','\x68','\x65','\x53','\x3f','\x8b','\x7f','\xf8','\xda','\xaf','\x43','\x48','\x8e','\xc5','\xa5','\x4d','\x85','\xfa','\x1b','\x1f','\x6b','\x63','\xd3','\xc6','\x45','\xdc','\xb4','\x6b','\x12','\xd3','\xd3','\xff','\xba','\xf4','\x60','\xc5','\xbd','\x7b','\xf7','\xe2','\xa6','\x9b','\x6e','\xc2','\xeb','\x5e','\x77','\x04','\x8f','\x3e','\xf6','\x84','\x9a','\x69','\x8e','\xcc','\x86','\x8e','\x8f','\x2d','\xe2','\xc7','\xde','\xf7','\x9e','\x5a','\xf5','\x4f','\x20','\x5c','\x0d','\xe8','\xb5','\x1f','\x87','\x1b','\xef','\x8d','\xf3','\x96','\xa9','\xa9','\xa9','\xa8','\xf3','\x83','\xe9','\xe9','\xe9','\x9e','\x5c','\xcd','\x9b','\x15','\x20','\xce','\x79','\xd7','\xe7','\x5c','\xb9','\xa2','\xcc','\x59','\x5b','\x98','\x9e','\xbe','\x07','\xbb','\x76','\xed','\xc2','\xb3','\xcf','\x3e','\x8b','\xc7','\x1f','\x7f','\x1c','\xe7','\xce','\x7d','\xcd','\x8b','\x7b','\xdf','\xbe','\x7d','\x85','\x3d','\x4a','\x83','\x3c','\x7b','\xf0','\xe0','\x41','\x9c','\x3f','\x7f','\xbe','\xa7','\xbc','\xba','\xd8','\xbb','\x77','\x2f','\xf6','\xee','\xdd','\x8b','\x93','\x27','\x4f','\xe2','\xe9','\xa7','\x9f','\x2e','\xc4','\x73','\xe0','\xc0','\x01','\xec','\xd9','\xb3','\x27','\x6a','\x5a','\x58','\x37','\x6d','\xb5','\x02','\x54','\xef','\x3d','\x94','\xe5','\x73','\x94','\x40','\x26','\x70','\x04','\x02','\x61','\xa4','\x70','\xe6','\xd9','\x67','\xf1','\xbf','\x7f','\xdf','\xf7','\xe1','\xc5','\x97','\x5f','\xb6','\xa4','\x87','\x73','\x8e','\x66','\xb3','\x81','\x76','\xbb','\x53','\xf9','\xac','\x59','\x2d','\x52','\x2b','\x40','\x09','\x7e','\xe8','\x5d','\x3f','\x88','\x5f','\xff','\xad','\x87','\xb0','\x75','\xdb','\xb6','\x95','\xc8','\xfa','\xc0','\x38','\x73','\xe6','\x0c','\x3e','\xf7','\xb9','\xcf','\xe1','\xcc','\x99','\x33','\xd1','\xbd','\x31','\x07','\x0e','\x1c','\xc0','\x8d','\x37','\xde','\xe8','\x39','\x3b','\xe8','\x05','\xb3','\xb3','\xb3','\x38','\x7e','\xfc','\x38','\x4e','\x9e','\x3c','\xe9','\xd9','\xe4','\xef','\xdc','\xb9','\x13','\xb7','\xde','\x7a','\xab','\xb2','\xc5','\xef','\xf1','\xd0','\x41','\x33','\xd8','\x9a','\xfc','\x9a','\xb8','\xdc','\x3c','\x1a','\xf3','\x15','\x33','\xf0','\x0f','\x73','\x60','\x3c','\x71','\xe2','\x04','\x8e','\x1d','\x3b','\x86','\x83','\x07','\x0f','\xe2','\x3b','\xbe','\xe3','\x3b','\x6c','\xd9','\xdc','\xfa','\xdb','\xbd','\x7b','\x37','\xf6','\xed','\xdb','\xd7','\x53','\xbd','\x9d','\x39','\x73','\x06','\xbf','\xff','\xfb','\xbf','\x5f','\x18','\xec','\xa7','\xa7','\xa7','\xf1','\xc3','\x3f','\xfc','\xc3','\xe4','\xf5','\x8d','\x40','\x20','\x10','\xd6','\x30','\x88','\x00','\x11','\x08','\x84','\x91','\xc2','\x9f','\x7e','\xf6','\xb3','\xd8','\xf7','\x4f','\xff','\x29','\x96','\x96','\x94','\x83','\x00','\x43','\x82','\xc6','\x9a','\x4d','\x74','\x6a','\xee','\x01','\x62','\x8c','\xa1','\x91','\x24','\x78','\xcf','\x3f','\x7b','\x17','\x7e','\xed','\xd7','\x7f','\x03','\xdb','\xaf','\xb9','\xa6','\xf2','\x39','\x02','\x81','\x40','\x20','\x10','\x08','\x57','\x0f','\xc8','\x0b','\x1c','\x81','\x40','\x18','\x29','\xa4','\x69','\x1a','\xdd','\xeb','\x53','\x77','\xa6','\xc6','\x7a','\x81','\x63','\x0c','\x22','\x4d','\x47','\xea','\x20','\x54','\x02','\x81','\x40','\x20','\x10','\x08','\xab','\x0f','\x22','\x40','\x04','\x02','\x61','\xa4','\xd0','\x68','\x34','\x0a','\x87','\x97','\x32','\xf4','\xe6','\xce','\x9a','\x31','\x06','\x09','\x40','\x88','\x8c','\x08','\x10','\x81','\x40','\x20','\x10','\x08','\x04','\x0f','\x44','\x80','\x08','\x04','\xc2','\x48','\x61','\xe3','\xc4','\x04','\x1a','\xda','\x71','\x81','\x75','\x7c','\xa0','\x0f','\x36','\xed','\x09','\x52','\x02','\x60','\x05','\x32','\x45','\x20','\x10','\x08','\x04','\x02','\xe1','\xea','\x06','\x69','\x06','\x04','\x02','\x61','\xa4','\xc0','\x9d','\x7d','\x3c','\x2e','\xea','\x7a','\x81','\xcb','\x49','\x13','\xd0','\x1c','\xdb','\x40','\x04','\x88','\x40','\x20','\x10','\x08','\x04','\x82','\x07','\xd2','\x0c','\x08','\x04','\xc2','\x48','\x41','\x08','\x01','\x09','\x39','\x90','\xe9','\x1a','\x63','\x0c','\x0c','\x0c','\x9c','\xb3','\xae','\x67','\x07','\x11','\x08','\x04','\x02','\x81','\x40','\xb8','\xba','\x40','\x04','\x88','\x40','\x20','\x8c','\x14','\xca','\x9c','\x20','\x40','\xca','\x9e','\xce','\x02','\x62','\x8c','\x21','\x23','\x27','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\x02','\x10','\x01','\x22','\x10','\x08','\x23','\x05','\x29','\xa5','\x3a','\xc4','\xd4','\x21','\x3b','\x3d','\x1f','\x82','\x0a','\x40','\x42','\x22','\x13','\x59','\xf7','\x80','\x04','\x02','\x81','\x40','\x20','\x10','\xae','\x2a','\x10','\x01','\x22','\x10','\x08','\x23','\x85','\x66','\xb3','\x89','\x44','\x3b','\x41','\x08','\xd1','\x6d','\x35','\xc7','\x75','\x81','\xcd','\xc0','\xbc','\x6b','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x00','\xd0','\x58','\xed','\x0c','\x10','\xd6','\x3f','\x64','\x4d','\xd3','\x25','\x21','\x84','\x55','\x70','\xa5','\x94','\x10','\x42','\x40','\x08','\x81','\xf1','\xf1','\xf1','\xe5','\xce','\x22','\x61','\x84','\x10','\x73','\x80','\x00','\xa0','\xe0','\x05','\x8e','\x31','\x56','\x4d','\x88','\x18','\xc3','\xd8','\x86','\x0d','\x57','\x15','\x01','\x5a','\x5c','\x5c','\x04','\x00','\x4c','\x4c','\x4c','\xf4','\xfc','\x6c','\xbb','\xdd','\xb6','\xdf','\xa5','\x94','\xd8','\xb0','\x61','\xc3','\xd0','\xf2','\xb5','\x52','\xe8','\x74','\x3a','\x00','\x14','\x89','\x26','\x10','\x08','\x04','\x42','\x6f','\xa8','\xab','\xaf','\xad','\x07','\xd0','\x0a','\x10','\x61','\xd9','\x51','\xa7','\x33','\x19','\x45','\x36','\x49','\x12','\x24','\x49','\x82','\x46','\xa3','\x81','\xb1','\xb1','\x31','\x30','\xc6','\xac','\x52','\x47','\xb8','\x3a','\xe0','\x12','\x61','\x03','\xf3','\xbb','\xa7','\x3d','\x40','\xce','\xff','\xb5','\x8a','\x5e','\xf7','\x2f','\x71','\xce','\xfb','\xf6','\x7a','\x37','\x36','\x36','\x86','\xb1','\xb1','\x31','\x1b','\xcf','\x5a','\x04','\x63','\xec','\xaa','\x19','\xbc','\x09','\x84','\xb5','\x80','\x95','\xdc','\x83','\x49','\xfb','\x3d','\x07','\xaf','\x83','\xae','\x13','\x8b','\xeb','\x08','\x6b','\x73','\x94','\x23','\xac','\x2b','\x98','\xce','\x16','\x53','\xba','\x36','\x6c','\x50','\x6e','\x8c','\x17','\x16','\x16','\x56','\x3a','\x5b','\x84','\x55','\x42','\x96','\x0d','\x76','\x78','\xa9','\x51','\x80','\x25','\x00','\xb1','\xc6','\x9d','\x20','\xf4','\xaa','\xcc','\x0f','\x42','\x80','\x0c','\x92','\x24','\x59','\xb3','\x24','\x82','\x08','\x10','\x81','\xb0','\xb2','\xa8','\x6b','\x96','\xbc','\x12','\xa0','\xbe','\x3f','\x9c','\x3a','\xb8','\x5a','\xea','\x91','\x08','\x10','\x61','\x4d','\xe0','\x6a','\xe9','\x90','\x04','\x35','\xa0','\x46','\x07','\xd5','\x9e','\x89','\x8c','\x72','\x82','\xb0','\x96','\x09','\x50','\xaf','\x18','\xd6','\xe0','\xb7','\x56','\xfb','\x5b','\xa9','\xf9','\x24','\x81','\x40','\x58','\x36','\x74','\x93','\xb1','\x57','\x93','\x0c','\x26','\xac','\x1d','\x10','\x01','\x22','\xac','\x3a','\xaa','\x14','\xae','\x4e','\xa7','\x43','\x0a','\xcd','\x55','\x86','\x46','\xa3','\x11','\x5f','\xc5','\xe8','\x75','\x69','\x5e','\x02','\x12','\x6b','\x57','\x99','\xaf','\x8b','\x34','\x4d','\xd1','\xe9','\x74','\xd0','\xe9','\x74','\x6c','\xfd','\x98','\xdf','\x69','\x9a','\xf6','\x1c','\x5f','\x3f','\x36','\xe0','\x59','\x96','\xd9','\x95','\x3b','\xb3','\x77','\x2f','\x66','\xca','\x58','\xf5','\x6c','\x9a','\xa6','\xde','\x5f','\x96','\x65','\xb5','\xce','\x70','\x32','\x84','\xd9','\x4d','\xcb','\xa4','\x5d','\xf7','\x0c','\xa8','\xb2','\x7c','\x92','\xe2','\x46','\x18','\x14','\x0b','\x0b','\x0b','\x38','\x72','\xe4','\x08','\xde','\xf7','\xbe','\xf7','\xe1','\xe6','\x9b','\x6f','\xc6','\xe1','\xc3','\x87','\x57','\x3b','\x4b','\x43','\x45','\xb7','\x09','\x93','\x61','\xec','\x29','\xa9','\xdb','\x0f','\xdd','\x70','\x83','\xf6','\xdd','\xd5','\x7e','\x7e','\xd0','\xf4','\x48','\x76','\x75','\x07','\x39','\x41','\x20','\xac','\x3a','\xca','\xf6','\x77','\xa4','\x6b','\xdc','\x7c','\x89','\xd0','\x27','\x22','\x03','\xaa','\xf2','\xea','\x56','\x0f','\x76','\xc0','\x65','\x0c','\x63','\x8d','\xc6','\x9a','\x27','\x40','\xdd','\xf6','\x3f','\x35','\x1a','\xb9','\x18','\x37','\x13','\x06','\xee','\xb5','\x5e','\xd1','\x4f','\x7d','\xb9','\x5e','\xfb','\xdc','\xe7','\x85','\x10','\x5d','\xe3','\x33','\x36','\xe7','\xb1','\x3c','\x1b','\x12','\x54','\x65','\xd6','\xe7','\xc6','\x6f','\xde','\xbd','\xeb','\x0d','\xb0','\x0e','\xca','\xc2','\xad','\xf5','\xb6','\xb3','\xdc','\x38','\x7c','\xf8','\x30','\x5a','\xad','\x56','\xe9','\xfd','\x3d','\x7b','\xf6','\x60','\x7a','\x7a','\x1a','\x7b','\xf7','\xee','\x1d','\x38','\xad','\x85','\x85','\x05','\xdc','\x7f','\xff','\xfd','\x95','\xe9','\x4d','\x4f','\x4f','\xe3','\xee','\xbb','\xef','\xc6','\xe4','\xe4','\xe4','\xc0','\xe9','\x0d','\x82','\x85','\x85','\x05','\x1c','\x3b','\x76','\x0c','\xa7','\x4f','\x9f','\xc6','\xe9','\xd3','\xa7','\x31','\xbb','\xb0','\x0d','\xf3','\x97','\x27','\xb0','\xd4','\x7e','\x3d','\x3e','\xf1','\xbb','\x27','\x70','\xe8','\xd0','\x21','\xec','\xdc','\xb9','\x73','\x55','\xf3','\xb8','\x52','\x58','\x49','\x93','\xac','\x41','\x8e','\x4e','\x08','\x89','\xda','\x20','\xf9','\x5e','\x0d','\x47','\x02','\xee','\xde','\x9d','\x41','\x56','\xf1','\x87','\x99','\xf7','\x7e','\xf6','\xee','\xae','\x24','\x88','\x00','\x11','\x86','\x8a','\x7e','\x3b','\x4f','\xf8','\x5c','\x96','\xa9','\xf3','\x5b','\xc6','\xc6','\xc6','\xd0','\x6e','\xb7','\x47','\xb6','\x03','\x11','\x96','\x01','\x65','\x33','\xf7','\xac','\xde','\x06','\x4d','\xd3','\x56','\x38','\x63','\x60','\x7c','\xed','\x6f','\xe8','\x5c','\xcb','\x5e','\x79','\x38','\xe7','\x5d','\x07','\xc1','\xaa','\xf7','\x93','\x24','\x89','\x5d','\xcd','\x59','\xab','\x75','\xb0','\x5e','\x71','\xfc','\xf8','\x71','\x1c','\x39','\xfa','\x29','\xbc','\x74','\xf1','\xf5','\xa5','\x61','\x5e','\x7c','\xf2','\xeb','\x00','\x5a','\x43','\x21','\x40','\x47','\x8e','\x1c','\xc1','\xc3','\x8f','\x7c','\x1a','\x17','\x2e','\x95','\xa7','\xf7','\xf0','\x23','\x9f','\xc6','\x8e','\x1d','\x3b','\x70','\xdb','\x6d','\xb7','\x0d','\x9c','\x5e','\xbf','\x38','\x7f','\xfe','\x3c','\x5a','\xad','\x16','\xee','\x7f','\xf0','\x04','\x2e','\x5f','\x19','\xc7','\xc2','\x52','\x79','\x7e','\xd7','\x0b','\xba','\xf5','\xcf','\xb5','\xd0','\x7f','\xab','\xe4','\xd3','\xa8','\xe7','\xdd','\x60','\x98','\xc4','\x65','\x58','\xc4','\xd5','\xac','\xce','\x8f','\x62','\x1d','\x92','\x09','\x1c','\x61','\xa8','\xe8','\xb7','\x91','\xc7','\x66','\x8d','\xcd','\x8c','\xf0','\x5a','\x57','\x60','\x09','\xbd','\x21','\xcb','\x32','\x08','\x99','\x13','\x20','\xdb','\x36','\x7a','\x6c','\x06','\x12','\x40','\x96','\x76','\x5f','\x81','\x58','\x0b','\xa8','\xdb','\x07','\x86','\x51','\xd6','\x51','\xf3','\x00','\x37','\x0a','\xef','\x8f','\x64','\x50','\x11','\x07','\x0e','\x1c','\xc0','\x6d','\x87','\xde','\x81','\x37','\xdc','\xf0','\x35','\xfc','\xc3','\xd7','\x7e','\x1d','\x5b','\x37','\xcd','\x17','\xc2','\x2c','\x2c','\x8d','\xe3','\x4f','\x3e','\xfb','\x45','\x9c','\x3a','\x75','\x6a','\xa0','\xb4','\x66','\x67','\x67','\xf1','\xd0','\x43','\x8f','\xe0','\xe2','\xdc','\x54','\xe1','\xde','\xd6','\x4d','\xf3','\x78','\xc3','\x0d','\x5f','\xc3','\x1b','\x6e','\xf8','\x1a','\x6e','\xff','\xc0','\x3f','\xc1','\xc1','\x83','\x07','\x07','\x4a','\x6b','\x50','\xb4','\x5a','\x2d','\x7c','\xec','\x81','\x27','\x70','\xa5','\x33','\xb6','\xaa','\xf9','\x18','\x25','\x8c','\x42','\x1f','\x2e','\xc3','\x72','\xf4','\xed','\x61','\x96','\xb7','\xd7','\xfc','\x0d','\xa3','\x3c','\xbd','\xe4','\xbf','\xce','\x84','\xe4','\xa8','\xbe','\x7f','\x5a','\x01','\x22','\x8c','\x24','\x5c','\x25','\xcc','\x9d','\x45','\x26','\x5c','\x25','\x88','\xf9','\x40','\x40','\xaf','\x44','\x40','\x22','\x13','\x69','\xed','\x7d','\x20','\xa3','\x00','\x93','\x57','\x33','\x68','\x84','\x26','\x5d','\x75','\x30','\x0c','\x7b','\xfb','\x7e','\x57','\x71','\x4d','\xfa','\xbd','\xf4','\xd7','\x51','\x1d','\x1c','\x5d','\xac','\x85','\x3c','\xae','\x06','\xee','\xbd','\xf7','\x5e','\xdc','\x7b','\xef','\xbd','\x38','\x7b','\xf6','\x2c','\x3e','\xf6','\xb1','\x8f','\xe1','\x89','\x27','\xbf','\x8e','\x85','\x25','\xff','\xdc','\xb6','\x4b','\xf3','\x5b','\xd0','\x6a','\x0d','\xb6','\x0a','\x74','\xfc','\xf8','\x71','\xcc','\x5f','\x9e','\x42','\x26','\x7c','\x72','\x3e','\x39','\xbe','\x84','\x77','\xee','\x7b','\x03','\xee','\xb9','\xe7','\x57','\xb1','\x6b','\xd7','\xae','\xbe','\xe3','\x1f','\x26','\xa6','\xa7','\xa7','\x01','\x00','\xe7','\xce','\x9d','\xc3','\xb9','\x73','\xe7','\x70','\xea','\xb3','\xb3','\x58','\x6a','\xaf','\x6f','\x32','\xb4','\x5a','\x32','\x67','\x18','\xa8','\x6b','\xa2','\xbb','\x92','\x26','\x71','\xfd','\x9a','\x8e','\x0d','\xab','\x1e','\xfb','\xc9','\xef','\x5a','\x94','\x91','\xa3','\x35','\xd5','\x47','\xb8','\x2a','\xe1','\x2a','\x7b','\x52','\xca','\xc2','\x0c','\x34','\x91','\x9f','\xab','\x0b','\x8d','\x46','\x03','\x49','\x23','\x89','\xde','\xeb','\x49','\xc8','\x4a','\x00','\x8c','\x79','\xfb','\x53','\x46','\x1d','\xc6','\x8d','\xb5','\xbb','\x87','\xa5','\x17','\x42','\xb1','\x5a','\x67','\x38','\x84','\x03','\xb6','\xc9','\x77','\x1d','\xf2','\x36','\xca','\x33','\x84','\x84','\x7a','\xd8','\xb5','\x6b','\x17','\xf6','\xec','\xd9','\x83','\x8d','\x1b','\x96','\x0a','\xf7','\x16','\x96','\xc6','\xf1','\x67','\x7f','\xfe','\x79','\x9c','\x3d','\x7b','\xb6','\xef','\xf8','\x1f','\x7f','\xfc','\x71','\xcc','\x2e','\x6c','\x2a','\x5c','\xdf','\xd0','\x6c','\xe3','\xa6','\x9b','\x6e','\x1a','\x19','\xf2','\x03','\x00','\x3b','\x76','\xec','\xc0','\x5d','\x77','\xdd','\x85','\x8f','\x7c','\xe4','\x23','\xb8','\xe9','\xa6','\x9b','\x30','\x3e','\xd6','\xee','\xfe','\xd0','\x3a','\x46','\x1d','\x79','\x34','\xec','\x3d','\x27','\xbd','\x3e','\x53','\xf5','\xdc','\x6a','\xc8','\xd3','\x70','\x1f','\x63','\x2f','\x79','\x20','\x7d','\xa9','\x3e','\x88','\x00','\x11','\x46','\x0a','\xfd','\xec','\x13','\x20','\xac','\x2f','\x70','\xce','\x11','\x73','\x79','\xc0','\x58','\xbd','\x76','\x60','\xc3','\x30','\xa0','\xc1','\xd7','\x06','\xf9','\x19','\x66','\xfb','\x5e','\x69','\x32','\x51','\x67','\x8f','\x4e','\xd5','\xbd','\xba','\xde','\xe2','\x08','\xa3','\x8d','\xa9','\xa9','\x29','\x70','\xae','\xf6','\x6e','\x26','\xdc','\x5f','\x75','\x9d','\x5d','\xd8','\x5a','\xe9','\xbc','\xa0','\x0a','\x47','\x8f','\x1e','\xc5','\x5f','\xff','\xcd','\x2c','\xda','\x69','\xa3','\x10','\x2f','\xe7','\x02','\x9b','\x37','\x6f','\xee','\x2f','\xc3','\x2b','\x80','\x1b','\x6f','\xbc','\x11','\x8d','\xa4','\x77','\x4f','\x8c','\xeb','\x09','\xc3','\x5a','\x91','\x58','\x8e','\xb0','\x40','\xf7','\x09','\x98','\xe5','\x9e','\xa0','\xe9','\x46','\xc0','\xd6','\x02','\xd6','\x6a','\xfe','\x89','\x00','\x11','\x56','\x1d','\x75','\x96','\x7b','\x47','\x6d','\x5f','\x02','\x61','\xf9','\xe0','\x9a','\xac','\xb9','\x2b','\x83','\xa8','\xe9','\x07','\xce','\xce','\x9c','\x81','\x21','\x69','\x34','\xd6','\x84','\x70','\x1e','\xe6','\x0c','\xe8','\x30','\x4e','\x02','\x1f','\xf6','\x80','\x5f','\x95','\xa7','\x3a','\x7d','\x9b','\x56','\x88','\xd6','\x16','\x36','\x4f','\x2c','\x7a','\xbf','\x67','\xe6','\x37','\xe1','\xf7','\x8e','\x3d','\x81','\x73','\xe7','\xce','\xf5','\x1c','\x57','\xab','\xd5','\xc2','\xcc','\xdc','\x16','\x00','\xc0','\xb6','\xcd','\xb3','\x43','\xc9','\x1f','\x61','\xe5','\xb0','\xd2','\x7b','\x52','\x06','\x31','\xdf','\x2d','\xbb','\x37','\x08','\x01','\x1b','\x64','\x72','\xa8','\x5b','\xde','\x06','\x09','\x3b','\x4c','\xac','\x55','\xf9','\x4c','\x5a','\x25','\x61','\x4d','\x60','\x2d','\xed','\xe3','\x20','\x0c','\x86','\x4e','\xa7','\x83','\x4c','\xbf','\x6f','\x4f','\xa0','\xf7','\x61','\x67','\xdc','\x69','\x77','\xd6','\x7c','\xdb','\x59','\xe9','\xfd','\x34','\xbd','\x0e','\xf8','\x83','\x0e','\xe0','\x3d','\xad','\xea','\xad','\x12','\x56','\x3b','\xfd','\xb5','\x86','\x46','\x92','\x16','\x9c','\x22','\x2c','\x2e','\x6d','\xc2','\x89','\x13','\x27','\x7a','\x8a','\xe7','\xd4','\xa9','\x53','\xf8','\xca','\x57','\x5f','\x45','\x3b','\x6d','\x60','\xeb','\xa6','\x79','\xbb','\xc2','\x44','\x18','\x2d','\x0c','\xda','\xc7','\x87','\x49','\x40','\x96','\x03','\xbd','\xca','\xb8','\xf0','\x3c','\xa2','\x51','\x33','\xb1','\xab','\x42','\x3f','\x84','\xaf','\x6a','\x8c','\xad','\x7b','\x9e','\xdb','\x6a','\x80','\x9c','\x20','\x10','\x56','\x1d','\x46','\xb8','\xc4','\x66','\x4a','\x3a','\x9d','\x0e','\x00','\x60','\xe3','\xc6','\x8d','\x2b','\x9e','\x2f','\xc2','\xea','\x40','\x4a','\x09','\x04','\x02','\x98','\x31','\x56','\xf0','\x8b','\x50','\x75','\x78','\xa5','\x94','\x12','\x12','\x80','\xc0','\xda','\x37','\xaf','\xea','\x65','\x43','\xec','\x6a','\x6c','\x82','\x35','\xab','\x74','\x65','\xe7','\xf5','\xac','\xd6','\xbe','\xa4','\x61','\x62','\xad','\xce','\x70','\xae','\x26','\xa6','\x26','\x67','\x30','\x33','\x9f','\xef','\xdb','\xb9','\x38','\x37','\x85','\x87','\x1e','\x7a','\x04','\x87','\x0e','\x1d','\xc2','\xd4','\x54','\xd1','\x9b','\x5b','\x0c','\xad','\x56','\x0b','\x97','\xe6','\xd5','\xea','\xcf','\xa6','\x8d','\xb3','\x68','\xa7','\x1b','\x06','\xca','\x53','\x78','\x3e','\x8f','\xc1','\xee','\xdd','\xbb','\xb1','\x6f','\xdf','\x3e','\x1c','\x38','\x70','\xa0','\x76','\xde','\xaa','\xe2','\x9c','\x9a','\x9a','\xc2','\xf4','\xf4','\x74','\xdf','\xe7','\x11','\x9d','\x39','\x73','\x06','\xa7','\x4e','\x9d','\x42','\xab','\xd5','\xc2','\xec','\x6c','\xbe','\xea','\x65','\xce','\x54','\xda','\xb3','\x67','\x4f','\x5f','\xf1','\x2e','\x17','\x06','\x59','\xe1','\xa8','\x13','\x66','\xb9','\xfb','\xdf','\x20','\xa6','\xf7','\x75','\xbc','\xa0','\x55','\xc9','\x53','\xc6','\x58','\xad','\xf3','\xd2','\xea','\x62','\x18','\x0e','\x1b','\x7a','\x01','\xe7','\xdc','\x1e','\x66','\x1d','\xee','\xb7','\x35','\x87','\x63','\x8f','\xea','\x3e','\x5c','\x22','\x40','\x84','\x91','\x82','\x3b','\xfb','\x60','\x3e','\xc7','\xc6','\xd6','\xb7','\x07','\x1d','\x82','\x8f','\x66','\xb3','\x19','\x57','\xa4','\x6b','\x3e','\x9f','\xbb','\xcd','\x56','\x66','\x73','\x6b','\xdd','\x7c','\xb2','\x97','\xc1','\xb1','\xd1','\x68','\xa0','\xd3','\xe9','\x78','\x83','\x18','\xab','\xe9','\x08','\x22','\xec','\x77','\x66','\xd6','\xae','\x4e','\xfd','\x71','\xce','\x21','\x84','\xb0','\x79','\x5d','\xad','\x03','\xf0','\x7c','\x93','\x49','\xff','\x3a','\x61','\x65','\xf1','\x3d','\xdf','\xfd','\x66','\xbc','\xe2','\x78','\x85','\xcb','\x04','\xc7','\xfc','\xe5','\x29','\x1c','\x3f','\x7e','\xbc','\xd6','\x39','\x3d','\xa7','\x4f','\x9f','\xc6','\x9f','\x7c','\xf6','\x8b','\x58','\x58','\x7a','\x0d','\x26','\xc7','\x97','\xf0','\xb6','\xb7','\x7e','\x3b','\x4e','\xfd','\xf1','\x99','\xbe','\xf3','\xf3','\xe0','\x83','\x0f','\xa2','\xd5','\x6a','\xe1','\xdc','\xf9','\xa4','\x70','\x3e','\xcf','\xf3','\x17','\x66','\x71','\xfa','\x2f','\x3e','\x8e','\x5f','\xf9','\x95','\x5f','\xc3','\x7b','\xdf','\x7b','\x6b','\xed','\xc3','\x54','\x8f','\x1e','\x3d','\x8a','\x56','\xab','\x85','\x67','\xcf','\x2e','\x78','\x71','\x26','\x2f','\x08','\x3c','\xff','\x60','\x0b','\xb7','\x1d','\x7a','\x47','\x4f','\x79','\x3c','\x7f','\xfe','\x3c','\x8e','\x1c','\x39','\x82','\x47','\x1f','\x7b','\x02','\x4b','\xed','\x09','\x5c','\x9c','\xdb','\x86','\x4c','\x5c','\x63','\xef','\x3f','\xf4','\xdb','\x4f','\xe1','\xe3','\x8f','\x7e','\x12','\xef','\xff','\xb1','\x77','\xe1','\xb6','\xdb','\x6e','\xc3','\x8e','\x1d','\x3b','\x7a','\x8a','\x7f','\x94','\x51','\xa6','\xb8','\xf7','\x6a','\xfe','\x16','\xca','\xbe','\x5e','\x08','\x41','\x28','\x03','\xfb','\x35','\x07','\x76','\xd3','\xac','\x93','\xbe','\xf1','\x74','\x5b','\x46','\x3e','\xea','\xe6','\xc1','\xc8','\xe1','\x70','\x55','\xa6','\x8e','\xfc','\x77','\xe5','\x37','\x90','\x9f','\xc5','\x58','\xe7','\xd9','\x24','\x49','\x90','\xa6','\x29','\xd2','\x34','\x2d','\xbc','\x83','\x41','\x0e','\xe5','\x5e','\x6e','\x8c','\x6e','\xce','\x08','\x57','\x1d','\x5c','\xaf','\x27','\x06','\xa3','\x3a','\x73','\x40','\x58','\x3e','\xc4','\x14','\x6e','\x29','\xa5','\xf2','\x82','\xd0','\x05','\xde','\xa1','\x6b','\x8c','\xa1','\x91','\x34','\xd6','\xbc','\xf2','\xdb','\xeb','\x00','\xd2','\x6c','\x36','\xfb','\x4a','\x27','\xd6','\xff','\x7a','\x81','\xfb','\xde','\x7a','\x89','\xa3','\x1b','\xc1','\xea','\x35','\x3f','\x6b','\xfd','\x7d','\xaf','\x17','\xec','\xd9','\xb3','\x47','\x13','\x98','\xdc','\x2d','\xf6','\xec','\xc2','\x26','\x3c','\xfe','\xf8','\xe3','\xb5','\x08','\xd0','\xc9','\x93','\x27','\xb1','\xb8','\xa4','\x48','\xc8','\x96','\x4d','\x97','\xb0','\x6f','\xdf','\xbe','\xbe','\x08','\xd0','\xc2','\xc2','\x02','\xee','\xbf','\xff','\x7e','\xfc','\xce','\xc7','\x9f','\xc4','\xcb','\x33','\xd7','\x14','\x5c','\x69','\x03','\xc0','\x52','\x7b','\x0c','\x4b','\xed','\x31','\x5c','\xb8','\xb4','\x15','\x0f','\x3f','\xf2','\x69','\x08','\x21','\x30','\x3d','\x3d','\x5d','\xe9','\x5d','\xee','\xc1','\x07','\x1f','\xc4','\xaf','\xff','\xc6','\x7f','\xc3','\x4b','\x17','\xaf','\x47','\x3b','\xdd','\xea','\xdd','\xcb','\x04','\xc7','\x4b','\x17','\xaf','\xc1','\x43','\xbf','\xfd','\x14','\xea','\xce','\xbf','\x98','\x15','\x9f','\x4f','\x7d','\xfa','\x2b','\x78','\x75','\xee','\x86','\x68','\x98','\x57','\xe7','\xa6','\x80','\xb9','\x29','\x3c','\xf4','\xdb','\x4f','\x61','\x66','\x66','\x06','\xd3','\xd3','\xd3','\xb8','\xe5','\x96','\x5b','\xea','\x25','\x30','\xe2','\x18','\x56','\xbf','\x0d','\xe3','\xe9','\x67','\xff','\xd0','\x20','\x7b','\x8e','\x42','\xd2','\x54','\x77','\x02','\x6e','\x58','\x7b','\x2f','\x4d','\x7a','\xbd','\xea','\x4e','\xc6','\x03','\x69','\xbf','\x18','\x65','\xa2','\x53','\x86','\xb5','\x97','\x63','\x02','\x81','\xb0','\xae','\x21','\x84','\xb0','\xe6','\x6e','\x03','\x99','\x4f','\x49','\x09','\xce','\x49','\x19','\x26','\x10','\x56','\x0b','\x6f','\x7f','\xdb','\xb7','\x7a','\x67','\x03','\xb5','\xd3','\x06','\xfe','\xfa','\x6f','\x5e','\xc1','\xd1','\xa3','\x47','\x71','\xe8','\xd0','\xa1','\xd2','\xe7','\xce','\x9e','\x3d','\x8b','\xdf','\x3b','\xf6','\x04','\x66','\xe6','\x77','\x62','\x7c','\xac','\x8d','\x9b','\xbf','\xed','\x1b','\xfa','\xce','\xc3','\xfd','\xf7','\xdf','\x8f','\x87','\x1f','\xf9','\x34','\x2e','\x5c','\xba','\x0e','\x00','\x30','\x3e','\xd6','\xc6','\xf6','\xa9','\x8b','\x18','\x1f','\x53','\x8e','\x1a','\x16','\x97','\x36','\xe1','\xd5','\xd9','\x6d','\x68','\xa7','\x4a','\x1d','\xba','\x70','\x69','\x2b','\x1e','\x3a','\xf2','\x19','\x00','\xc0','\x3d','\xf7','\xdc','\x13','\x5d','\x09','\x3a','\x7a','\xf4','\x28','\x7e','\xfd','\x37','\xfe','\x1b','\xce','\xbf','\xf2','\x5a','\x64','\x82','\x23','\xe1','\x02','\xd7','\x6c','\xb9','\x88','\x4d','\x1b','\x95','\xb9','\xda','\x52','\x7b','\x02','\xaf','\xce','\x6e','\xc3','\xab','\x73','\x53','\xb5','\xdc','\x60','\x9f','\x3f','\x7f','\x1e','\xad','\x56','\x4b','\xd7','\xd5','\x14','\xc6','\x1a','\x29','\xb6','\x6e','\xbe','\x64','\xe3','\x5b','\x5c','\xda','\x84','\x99','\xf9','\x2d','\xf6','\x3c','\xa1','\x57','\xe7','\xa6','\xf0','\x58','\xeb','\x0b','\x00','\xb0','\x6e','\x08','\x10','\x81','\xb0','\xd2','\x58','\xdb','\xb6','\x21','\x04','\x02','\x61','\xdd','\xa1','\xd3','\xe9','\xd8','\x3d','\x40','\x83','\x1c','\x04','\x2a','\x01','\x64','\x69','\xba','\xe6','\xf7','\x9f','\x10','\x08','\x6b','\x15','\xfb','\xf6','\xed','\xc3','\xe4','\xc6','\x05','\xef','\xda','\xcc','\xdc','\x96','\xae','\x2e','\xb1','\x5b','\xad','\x16','\x66','\x17','\xb6','\x02','\x00','\xa6','\x26','\xe7','\x70','\xe0','\xc0','\x81','\xbe','\xd2','\x7f','\xf0','\xc1','\x07','\xf1','\x3b','\x1f','\x7f','\x12','\x17','\x2e','\xa9','\xb8','\xc6','\xc7','\xda','\xd8','\xfb','\xb6','\x29','\xfc','\xe2','\x2f','\xfc','\x3b','\x3c','\xf3','\xcc','\x33','\x78','\xe6','\x99','\x67','\xf0','\x1f','\xff','\xc3','\x1d','\xb8','\xe1','\xda','\xe7','\x3d','\xa2','\x32','\x33','\xbf','\x09','\x47','\x8e','\x3e','\x85','\xfb','\xef','\xbf','\xbf','\x10','\xe7','\xf9','\xf3','\xe7','\xf1','\xd1','\x8f','\x3e','\x80','\x97','\x2e','\x5e','\x6f','\xc9','\xcf','\x8d','\xd7','\x3d','\x8f','\xbb','\xef','\x9c','\xb6','\x71','\xfe','\xe2','\x2f','\xfc','\x3b','\xec','\x7d','\x9b','\x22','\x3f','\x75','\x0e','\x41','\x3d','\x72','\xe4','\x08','\x3e','\xf5','\xe9','\xaf','\x60','\x61','\x69','\x1c','\xe3','\x63','\x6d','\xdc','\x70','\xed','\xf3','\xf8','\x4f','\xf7','\xde','\x6e','\xe3','\xfb','\xa5','\x5f','\xfc','\x20','\x5e','\xbb','\xfd','\x05','\x2f','\x8f','\x73','\x8b','\x13','\xf8','\xfd','\x27','\x4e','\xe3','\xf8','\xf1','\xe3','\x7d','\xd5','\x0d','\x81','\x70','\xb5','\x83','\x08','\x10','\x81','\x40','\x18','\x29','\x94','\x79','\x95','\xe9','\xc7','\x1b','\x50','\x9a','\x76','\x88','\x00','\x11','\x08','\xab','\x84','\x03','\x07','\x0e','\xe0','\x9b','\xbf','\x49','\xad','\x68','\x18','\xb4','\xd3','\x06','\xbe','\xfc','\x95','\x19','\x9c','\x3c','\x79','\x32','\xfa','\xcc','\xec','\xec','\x2c','\x5a','\xad','\x13','\x98','\x99','\xdf','\x84','\xb1','\x46','\x8a','\x6f','\xfe','\xa6','\xa9','\xbe','\x08','\xd0','\xec','\xec','\x2c','\x1e','\x7a','\xe8','\x11','\xbc','\x3c','\x93','\xef','\xa1','\xd9','\x3e','\x75','\x11','\x07','\x0f','\x1e','\xc4','\xfe','\xfd','\xfb','\xed','\xb5','\x43','\x87','\x0e','\xe1','\x43','\x1f','\xba','\x0f','\xd7','\x6f','\x7b','\xc9','\x7b','\xfe','\xc2','\xa5','\xad','\xf8','\xc4','\xef','\x9e','\x28','\x1c','\xe0','\x7a','\xe4','\xc8','\x11','\xcc','\x2e','\x6c','\xb5','\x2b','\x46','\xd7','\x6d','\x7d','\x05','\x3f','\xf1','\xaf','\x0e','\xe1','\xce','\x3b','\xef','\xb4','\x61','\xf6','\xef','\xdf','\x8f','\x83','\x07','\x0f','\x16','\xe2','\x8c','\xe1','\xec','\xd9','\xb3','\xf8','\xc4','\xef','\x9e','\x50','\xe6','\x6d','\x3a','\x8f','\x1f','\xfa','\xd0','\x7d','\xde','\x0a','\xd9','\xfe','\xfd','\xfb','\xf1','\xa1','\x0f','\xdd','\x87','\xed','\x53','\x17','\xfd','\x32','\x2e','\x6c','\x26','\x02','\x44','\x20','\xf4','\x09','\x22','\x40','\x04','\x02','\x61','\xa4','\x30','\x36','\x36','\x16','\xdf','\x07','\x14','\x90','\xa2','\xae','\xab','\x42','\x52','\x02','\x6c','\x30','\xbb','\x66','\x02','\x81','\x30','\x18','\xa6','\xa7','\xa7','\xb1','\x75','\xf3','\x25','\xef','\xda','\xdc','\x62','\xb9','\xe2','\x7e','\xf4','\xe8','\x51','\xcc','\x5f','\x56','\x64','\x60','\xeb','\xe6','\x4b','\x98','\x9e','\x9e','\xee','\x2b','\xdd','\xe3','\xc7','\x8f','\x63','\xfe','\xf2','\x94','\xdd','\xf3','\x63','\x4c','\xe9','\x5c','\xf2','\x63','\xb0','\x7f','\xff','\x7e','\xbc','\xf7','\xe0','\x7b','\x0a','\xae','\xbb','\xc3','\x03','\x5c','\xcf','\x9d','\x3b','\xe7','\x91','\x95','\xf1','\xb1','\x36','\xfe','\xb7','\x9b','\xff','\x81','\x47','\x7e','\xdc','\x38','\xbf','\xf5','\x1f','\x7f','\x63','\x57','\x13','\x38','\x77','\xb5','\xab','\x5b','\x1e','\x8d','\xd9','\x9e','\xc1','\x52','\x7b','\x0c','\x5f','\xfa','\xd2','\x97','\x3d','\x4f','\x71','\x04','\x02','\xa1','\x1e','\x48','\x33','\x20','\x10','\x08','\x23','\x85','\x70','\x33','\xa6','\x59','\xf9','\x09','\x57','\x85','\xba','\xba','\x2e','\x65','\x6b','\x73','\x63','\x26','\x81','\xb0','\x9e','\xb0','\x7f','\xff','\x7e','\x4c','\x6c','\x58','\x40','\xc2','\xf3','\xfe','\xbb','\xb0','\x34','\x8e','\x3f','\xf9','\xec','\x17','\x3d','\x57','\xd4','\x40','\xbe','\x6a','\x73','\x71','\x6e','\x0a','\x09','\x17','\x98','\xd8','\xb0','\x10','\x25','\x03','\x75','\xf0','\xf8','\xe3','\x8f','\x63','\x76','\x21','\x77','\xc3','\x3d','\xb1','\x61','\x09','\x6f','\x79','\xcb','\x5b','\x4a','\xc3','\x1f','\x38','\x70','\xc0','\xee','\xb9','\x31','\x98','\x99','\xdf','\x84','\x56','\xeb','\x84','\x25','\x18','\x8f','\x3f','\xfe','\x38','\xe6','\x17','\x73','\x37','\xd9','\x9b','\x36','\x2e','\x62','\xdf','\xbe','\x7d','\xa5','\x71','\xbe','\xe5','\x2d','\x6f','\xc1','\xc4','\x86','\xa5','\xca','\x7c','\x9e','\x3c','\x79','\x12','\x73','\x8b','\x13','\x36','\x8f','\x67','\xce','\x9c','\xc1','\xcd','\x37','\xdf','\x1c','\xfd','\x03','\xe0','\xad','\xa6','\x01','\xc0','\x52','\x7b','\x63','\xa1','\x1e','\x09','\x04','\x42','\x77','\x10','\x01','\x22','\x10','\x08','\x23','\x05','\xe3','\x8e','\xb3','\x70','\xbd','\xc7','\xc3','\xd9','\xa4','\x04','\x39','\x41','\x20','\x10','\x56','\x19','\x53','\x53','\x53','\xb8','\xe3','\x8e','\x0f','\x60','\xdb','\x66','\x9f','\x5c','\xc4','\x56','\x81','\xdc','\x55','\x9b','\x6d','\x9b','\x67','\x71','\xc7','\x1d','\x1f','\xe8','\xf9','\x5c','\x1e','\x40','\x9d','\xa3','\xf3','\xd5','\xaf','\xbd','\x6c','\xcd','\xd4','\x00','\x80','\x73','\x81','\xcd','\x9b','\x37','\x97','\x3e','\xb3','\x7b','\xf7','\x6e','\x5c','\x7b','\xcd','\x06','\x8f','\xa8','\x01','\x3e','\xc1','\x38','\x7e','\xfc','\x38','\x2e','\x39','\xa4','\xaa','\x91','\x74','\xb0','\x73','\xe7','\xce','\xd2','\x38','\x37','\x6f','\xde','\x0c','\xce','\xcb','\x0f','\x81','\x3c','\x73','\xe6','\x0c','\x2e','\xbc','\x72','\xc5','\xae','\x52','\xbd','\x3a','\x37','\x85','\xaf','\x3e','\xff','\xfa','\xca','\x3f','\xb7','\x4c','\x00','\x20','\x24','\xa7','\x15','\x20','\x02','\xa1','\x0f','\xd0','\xf4','\x28','\x81','\x40','\x18','\x29','\xa4','\x69','\x1a','\x25','\x3b','\xb1','\xd3','\xb6','\xbb','\x79','\x89','\x4b','\x3b','\xa3','\x7b','\x0a','\x35','\x81','\x70','\xb5','\xe0','\xd0','\xa1','\x43','\x76','\x65','\xc7','\x28','\xfb','\x73','\x8b','\x13','\x78','\xf2','\x8f','\xfe','\x18','\xb7','\xdf','\x7e','\xd6','\xba','\x9b','\x36','\xab','\x36','\x09','\x17','\xd8','\xb4','\x71','\xb6','\xd2','\x53','\x5c','\x15','\x3e','\xf7','\xb9','\xcf','\x61','\xa9','\x3d','\xe1','\x5d','\xe3','\x3c','\xeb','\x4a','\xa6','\xf6','\xec','\xd9','\x83','\xff','\xdf','\xd7','\xbf','\x60','\x57','\x64','\x00','\x20','\xcd','\x9a','\x38','\x77','\xee','\x5c','\x81','\xac','\x00','\xdd','\x09','\x50','\x37','\x3c','\xfb','\xec','\xb3','\xde','\xe1','\xae','\xd7','\x6e','\x99','\xc1','\xd4','\xe4','\xc5','\x8a','\x27','\x8a','\x98','\x9e','\x9e','\xee','\xdb','\x49','\x04','\x81','\x70','\x35','\x83','\x08','\x10','\x81','\x40','\x18','\x29','\x48','\x29','\xad','\x17','\x38','\x17','\x0c','\x40','\x6f','\xee','\x0c','\x24','\x84','\x48','\xbb','\x07','\x23','\x10','\x08','\xcb','\x8a','\xa9','\xa9','\x29','\x4c','\x4f','\xef','\xc7','\x43','\x47','\x3e','\x83','\x99','\xf9','\x7c','\x05','\xc5','\xec','\xb1','\xb9','\xef','\xbe','\xfb','\x70','\xf4','\xe8','\x51','\xfc','\xf5','\xdf','\xcc','\xa2','\x9d','\x5e','\x83','\xed','\x9b','\x67','\x71','\xfb','\xed','\x87','\xfa','\x5a','\xfd','\x01','\x80','\xe7','\x9e','\x7b','\x0e','\x69','\xd6','\xbb','\x7a','\xb3','\x73','\xe7','\x4e','\x34','\x93','\xcf','\x7b','\xd7','\xd2','\xac','\x81','\xe7','\x9e','\x7b','\x0e','\xe7','\xce','\x9d','\x43','\x9a','\xf9','\x67','\x6c','\x75','\x5b','\x55','\xea','\x86','\xd9','\xd9','\x59','\x08','\x91','\x9f','\xd7','\x22','\x04','\xc7','\x6d','\xb7','\xdd','\x86','\xbb','\xee','\xba','\xab','\xef','\x38','\x09','\x04','\x42','\x3d','\x90','\x09','\x1c','\x81','\x40','\x18','\x29','\x34','\x9b','\xcd','\xb8','\xe3','\x82','\x1e','\x0f','\xb8','\x93','\x42','\x02','\x60','\x74','\x98','\x2e','\x81','\x30','\x02','\x98','\x9e','\x9e','\xc6','\xd4','\xe4','\x8c','\x77','\xcd','\xdd','\x63','\xd3','\x6a','\xb5','\x30','\x33','\xb7','\x05','\x00','\xb0','\x69','\x62','\x16','\xb7','\xde','\x7a','\xeb','\x50','\xd3','\x17','\x22','\xe9','\x6a','\x2a','\x56','\x65','\xb2','\x16','\x23','\x40','\xc3','\x46','\x27','\x6b','\xe0','\xdc','\xb9','\x73','\xcb','\x9a','\x06','\x81','\x40','\x50','\x20','\x02','\x44','\x20','\x10','\x46','\x0a','\x49','\x92','\xa8','\xe5','\x9e','\x00','\xbc','\xe6','\x59','\x40','\xb9','\x13','\x04','\x86','\xa4','\xb1','\xbc','\x0a','\x0b','\x81','\x40','\xa8','\x87','\x5d','\xbb','\x76','\xe1','\x9d','\x3f','\xf0','\x7d','\xd8','\x3c','\xe1','\x7b','\x32','\x9b','\xbf','\x3c','\x85','\xa3','\x47','\x8f','\xe2','\xcb','\x5f','\x99','\x41','\x3b','\x6d','\x60','\xeb','\xa6','\x79','\xbc','\xf7','\xe0','\x7b','\x06','\x32','\x2d','\x8b','\x41','\x08','\x8e','\xb9','\xb9','\xb9','\xca','\x30','\x53','\x53','\x53','\xe0','\x3c','\xf3','\xae','\x35','\x92','\x14','\x37','\xde','\x78','\x63','\x34','\x7c','\x9a','\x35','\xf1','\xdc','\x73','\xcf','\x0d','\x2d','\x8f','\x8b','\x4b','\xe3','\xe4','\xd0','\x80','\x40','\x58','\x21','\x10','\x01','\x22','\x10','\x08','\x23','\x85','\x34','\x4d','\x01','\x59','\xdc','\xf3','\xc3','\x7b','\x58','\xc9','\x91','\x52','\x82','\x41','\x39','\x41','\xa0','\x3d','\x40','\x04','\xc2','\x68','\xe0','\xc0','\x81','\x03','\xd8','\x3c','\xe1','\x93','\x90','\x8b','\x73','\x53','\x78','\xe8','\xa1','\x47','\x30','\xb7','\xa8','\x4c','\xc9','\xa6','\x26','\x67','\xfa','\x76','\x7d','\x6d','\x70','\xe3','\x8d','\x37','\xa2','\x91','\xf8','\xe6','\xaf','\x75','\x56','\x57','\x42','\x93','\x34','\x20','\xdf','\x3b','\x14','\x23','\x47','\xed','\xce','\x06','\x3c','\xfb','\xec','\xb3','\x7d','\xe7','\x33','\x8c','\x33','\x13','\x1c','\x2f','\x5d','\x48','\x71','\xea','\xd4','\xa9','\x5a','\xcf','\x9f','\x3e','\x7d','\xba','\xf4','\x3c','\x25','\x02','\x81','\x50','\x0d','\x22','\x40','\x04','\x02','\x61','\xa4','\x90','\x65','\x59','\xd4','\xb1','\x01','\x67','\xac','\xfb','\xd9','\x3f','\xc8','\xdd','\x66','\x4b','\x00','\x59','\x4a','\x7b','\x80','\x08','\x84','\x51','\xc1','\x9e','\x3d','\x7b','\xf0','\xf6','\xb7','\x7d','\x2b','\x26','\xc7','\x73','\xd7','\xd0','\x99','\xe0','\x78','\x79','\xe6','\x7a','\x2c','\x2c','\x8d','\x63','\x72','\x7c','\x09','\xdf','\xf3','\xdd','\x6f','\xb6','\x4e','\x11','\xfa','\xc5','\xce','\x9d','\x3b','\xd1','\x48','\x3a','\xde','\xb5','\x7e','\x57','\x57','\xc6','\xc7','\x2e','\x63','\xcf','\x9e','\x3d','\x8a','\xac','\x30','\x7f','\x32','\xe5','\x4a','\x67','\x0c','\x67','\xce','\x9c','\x19','\x30','\x9f','\xbe','\x8c','\xba','\x34','\xbf','\x05','\xad','\x56','\x0b','\x0b','\x0b','\x0b','\x95','\xcf','\x9e','\x3a','\x75','\x0a','\x1f','\xf8','\xf1','\x9f','\xc1','\x9d','\x77','\xfd','\x67','\x22','\x41','\x04','\x42','\x1f','\x20','\x02','\x44','\x20','\x10','\x46','\x0a','\xc6','\xb3','\x5b','\x48','\x76','\xc2','\xdf','\x86','\xe8','\x94','\x41','\x4a','\x89','\x2c','\x4b','\x2b','\xc3','\x10','\x08','\x84','\x95','\x45','\x6c','\x15','\x68','\x61','\x69','\x1c','\x00','\xb0','\x65','\x53','\xff','\x07','\x9f','\xba','\xd8','\xb3','\x67','\x0f','\xc6','\xc7','\x2e','\x7b','\xd7','\xcc','\xea','\x4a','\x15','\x09','\x0a','\x9d','\x27','\x8c','\x8f','\xb5','\xf1','\xad','\xff','\xf8','\x1b','\xb1','\x73','\xe7','\xce','\x68','\x9c','\x8b','\x4b','\xe3','\xf8','\xd4','\xa7','\x9e','\xc2','\xd3','\x4f','\x3f','\xdd','\x57','\x3e','\x77','\xef','\xde','\x8d','\xb1','\xc6','\x15','\xef','\xda','\xc2','\xd2','\x38','\x4e','\x3e','\xf5','\x65','\xdc','\x7f','\xff','\xfd','\xa5','\x24','\x68','\x61','\x61','\x01','\xad','\x56','\x0b','\x97','\xe6','\xb7','\x0c','\xec','\x89','\x8e','\x40','\xb8','\x5a','\x41','\x04','\x88','\x40','\x20','\x8c','\x14','\x1a','\x8d','\x06','\x38','\xe7','\x05','\x82','\x13','\x23','\x40','\x95','\xd0','\xab','\x40','\xe4','\x04','\x81','\x40','\x18','\x1d','\xec','\xdb','\xb7','\x0f','\x6f','\xfc','\xc6','\xad','\x85','\x03','\x3d','\x27','\xc7','\x97','\xf0','\xf6','\xb7','\x7d','\x2b','\xf6','\xee','\xdd','\x3b','\x70','\x1a','\xc6','\xeb','\xdc','\xd6','\x4d','\xf3','\xde','\xf5','\xd8','\xd9','\x43','\x2e','\x9e','\x7d','\xf6','\x59','\x2c','\xb5','\xc7','\xf2','\x78','\x26','\xe7','\xac','\x8b','\xe9','\xa9','\xa9','\x29','\x7c','\xcb','\xb7','\xbc','\x11','\xe3','\x63','\x6d','\x7b','\x3f','\x13','\x1c','\xaf','\xcc','\x5e','\x5b','\xba','\x62','\x73','\xfe','\xfc','\xf9','\xae','\xf9','\x7c','\xc7','\x3b','\xbe','\xbf','\xb0','\x2f','\xea','\xc2','\xa5','\xad','\x78','\xf8','\x91','\x4f','\xe3','\x83','\x1f','\xfc','\x60','\x61','\x75','\xe7','\xf4','\xe9','\xd3','\xf8','\xd8','\xc7','\x3e','\x86','\x93','\x4f','\x7d','\x19','\x4b','\xed','\x31','\x5c','\x7b','\xcd','\x06','\xec','\xde','\xbd','\xbb','\x32','\x1d','\x02','\x81','\x50','\x04','\x11','\x20','\x02','\x81','\x30','\x52','\x60','\x25','\xa6','\x6e','\x3d','\xaf','\xe3','\x30','\x86','\x66','\x73','\xac','\x7b','\x38','\x02','\x81','\x30','\x30','\x62','\xfb','\x67','\xca','\x30','\x3d','\x3d','\x8d','\xad','\x9b','\x2f','\x79','\xd7','\x26','\x37','\x2e','\x60','\xdf','\xbe','\x7d','\x3d','\xc5','\x5f','\xe5','\xd8','\x20','\xe6','\x75','\x6e','\x6e','\x71','\x02','\x7f','\xf0','\xc9','\x3f','\xc3','\xd1','\xa3','\x47','\x0b','\xe1','\x4f','\x9c','\x38','\x81','\x2f','\xfe','\xaf','\xaf','\x58','\x02','\x34','\xd6','\x48','\xf1','\xcd','\xdf','\x34','\xe5','\x9d','\xb1','\x73','\xe0','\xc0','\x01','\x4c','\x4d','\xfa','\xe9','\xcd','\x2d','\x4e','\xe0','\xf8','\x89','\xbf','\xc0','\x07','\x3f','\xf8','\x41','\xbb','\x77','\x67','\x61','\x61','\x01','\x87','\x0f','\x1f','\xc6','\xa3','\x8f','\x3d','\x81','\x0b','\x97','\xb6','\x56','\xe6','\x39','\xb6','\x22','\x06','\x28','\x12','\xf4','\xc4','\x93','\x5f','\xc7','\x9d','\x77','\xfd','\x67','\xdc','\x7c','\xf3','\xcd','\xf6','\xef','\x03','\x3f','\xfe','\x33','\x78','\xe8','\xc8','\x67','\x70','\xe1','\xd2','\x56','\x6c','\xdb','\x3c','\x3b','\x94','\x15','\x33','\x02','\xe1','\x6a','\x04','\x11','\x20','\x02','\x81','\x30','\x52','\x10','\x7a','\xe5','\xa6','\x80','\x1e','\x4d','\xd9','\xea','\x1c','\x94','\x4a','\x20','\x10','\x06','\xc7','\xc2','\xc2','\x82','\x67','\x3e','\x66','\xf6','\xc6','\x94','\x99','\x70','\x1d','\x3a','\x74','\x08','\x37','\xbc','\x06','\x48','\xb4','\xcb','\xe9','\x18','\xd9','\x08','\xe3','\x3f','\x73','\xe6','\x0c','\xae','\x74','\xfc','\x09','\x8d','\x2b','\x9d','\x31','\x3c','\xfb','\xec','\xb3','\xd1','\x95','\x96','\x5d','\xbb','\x76','\xe1','\x47','\x7f','\x64','\x3f','\xae','\xdd','\x32','\xe3','\x5d','\xbf','\x30','\x73','\x0d','\x3e','\xfa','\xd1','\x07','\x3c','\x12','\x74','\xea','\xd4','\x29','\x1c','\x3b','\x76','\x0c','\x2f','\x5d','\xbc','\xde','\x5e','\xbb','\x7e','\xdb','\x4b','\x05','\x72','\x71','\xe0','\xc0','\x01','\xdc','\xf2','\xe6','\x1b','\xbd','\x55','\x20','\xc0','\x25','\x2b','\x3f','\x87','\x9b','\x6f','\xbe','\x19','\x6f','\x7d','\xeb','\x5b','\xf1','\xf0','\x23','\x9f','\xc6','\xb9','\x97','\x6f','\xf0','\xf6','\x3b','\x01','\x40','\x3b','\xdd','\x80','\xdf','\xff','\xfd','\xdf','\xc7','\xbb','\xdf','\xfd','\x6e','\x1c','\x3d','\x7a','\x14','\x7b','\xf6','\xec','\xc1','\xbb','\xdf','\xf5','\x3d','\x85','\x55','\x20','\x40','\x99','\xc3','\xbd','\xf0','\xea','\x75','\xf8','\xea','\xf3','\xaf','\xb7','\x7f','\xcf','\x5f','\x78','\x0d','\x66','\xe6','\x07','\x3f','\x2c','\x96','\x40','\xb8','\xda','\x41','\x07','\xa1','\x12','\x08','\x84','\x91','\x42','\xda','\xe9','\x40','\x88','\xdc','\x33','\x92','\x21','\x32','\xa2','\x26','\x91','\x31','\x84','\x87','\x41','\x39','\x41','\x20','\x2f','\x70','\x04','\xc2','\xf2','\xe0','\xf0','\xe1','\xc3','\x68','\xb5','\x5a','\x00','\x80','\xd9','\x85','\x6d','\x98','\x99','\xdf','\x0a','\x20','\x5f','\x15','\x39','\x79','\xf2','\xad','\x00','\xd4','\x6a','\xcc','\xbd','\xf7','\xde','\xeb','\x3d','\x3b','\x3d','\x3d','\x8d','\x73','\x0f','\x3c','\x8e','\x0b','\x97','\xb6','\x62','\xeb','\xe6','\x4b','\x98','\x9e','\xbe','\xbd','\x6b','\xfc','\x73','\x8b','\x5b','\xbd','\xfb','\x0b','\x4b','\xe3','\xf8','\xd4','\xa7','\xbf','\x82','\xd3','\xa7','\x7f','\xd0','\xc6','\x79','\xf7','\xdd','\x77','\x63','\x72','\x72','\x12','\x00','\x70','\xf7','\xdd','\x77','\x43','\x08','\xe1','\x1d','\xc0','\xda','\x4e','\x1b','\x78','\xfe','\xc2','\x0d','\xf8','\xbf','\x0e','\x3f','\x8c','\x8f','\x7d','\xec','\x63','\x00','\x80','\xa5','\xf6','\x04','\x2e','\xcd','\x6f','\xc1','\x52','\x5b','\xed','\x45','\xba','\x7e','\xdb','\x2b','\xf8','\xb1','\xf7','\xbd','\x27','\x4a','\x2e','\x0e','\x1e','\x3c','\x88','\x2f','\xfe','\xaf','\xc3','\x78','\xe1','\x95','\xd7','\xa2','\x9d','\xe6','\x2a','\xd4','\xc2','\xd2','\xb8','\xdd','\xcb','\x64','\xb0','\x7d','\xf3','\x2c','\x38','\x17','\xde','\xf5','\x97','\x2e','\x5e','\x83','\x87','\x1f','\xf9','\x34','\x66','\x17','\x36','\xe1','\xeb','\x5f','\x7f','\x00','\xfb','\xf7','\xef','\x57','\x75','\x71','\xee','\x1c','\x4e','\x7d','\x76','\xd6','\x33','\xc1','\xab','\xc2','\x6b','\xb6','\xbf','\x8c','\x3b','\xee','\xf8','\x40','\xdf','\x87','\xc5','\x12','\x08','\x57','\x3b','\x92','\x9f','\xff','\xf9','\x9f','\xff','\xf9','\xd5','\xce','\x04','\x81','\x40','\x20','\x18','\x3c','\x77','\xee','\x1c','\x8e','\xfe','\xce','\x51','\x74','\x3a','\xb9','\x17','\x27','\xc6','\x18','\x78','\x0d','\x12','\x64','\xcc','\xe7','\x18','\x63','\x60','\x9c','\xe3','\x1f','\xbd','\xfe','\x1b','\xf0','\xee','\x1f','\xda','\x8f','\x89','\x89','\x89','\xe5','\xce','\x36','\x81','\x70','\x55','\xe1','\xf8','\xf1','\xe3','\xf8','\xe5','\x8f','\x3d','\x86','\x73','\x2f','\xdf','\x80','\x8b','\x73','\xdb','\xb0','\x78','\xc5','\x57','\xfe','\x17','\xaf','\x8c','\xe3','\xe2','\xdc','\x36','\x5c','\x9c','\xdb','\x86','\xbf','\xf9','\xf2','\x17','\x71','\xe3','\x8e','\x29','\xdc','\x74','\xd3','\x4d','\xf6','\xfe','\x37','\x7f','\xf3','\x37','\xe3','\xd1','\x8f','\xff','\x16','\x16','\x97','\x26','\xf1','\xed','\xff','\x78','\x03','\x7e','\xe9','\x97','\x7e','\xa9','\xa7','\xf8','\x0d','\x2e','\xb7','\x37','\xd8','\x74','\xce','\xfe','\xf5','\xb3','\xb8','\x66','\x7b','\x03','\x37','\xdf','\x7c','\x33','\x00','\x60','\x6c','\x6c','\x0c','\xaf','\x79','\xcd','\x6b','\x30','\x3e','\xb6','\x80','\x2f','\x9f','\x3d','\x63','\xe3','\xc8','\x04','\xc7','\xc2','\xd2','\x84','\x7d','\x6e','\x6e','\x71','\x13','\x3a','\x69','\x03','\x63','\x8d','\x14','\xaf','\xd9','\xfe','\x32','\xfe','\xc5','\xfb','\xdf','\x59','\x20','\x6c','\x6e','\xbe','\x37','\x4d','\x6e','\xc0','\x17','\xfe','\xf2','\x29','\x5c','\xe9','\x8c','\x23','\xcd','\xe2','\x66','\x7f','\x93','\xe3','\x4b','\x78','\xd7','\x3b','\x5e','\x8f','\xaf','\x7e','\xed','\x95','\x42','\xde','\xc7','\xc7','\xda','\x98','\xda','\x34','\x8b','\x9f','\xfd','\x77','\x3f','\x8d','\xef','\xfc','\xce','\xef','\xc4','\x8d','\x37','\xde','\x88','\x24','\x49','\x70','\x79','\xfe','\x2b','\x78','\xe1','\xc5','\x59','\xb4','\x3b','\xe5','\xe7','\x97','\x25','\x5c','\x60','\xc7','\x35','\x2f','\xe1','\xfd','\x3f','\xf6','\x2e','\x7c','\xf0','\x83','\x1f','\x2c','\x0d','\x47','\x20','\x10','\xaa','\x41','\x2b','\x40','\x04','\x02','\x61','\xa4','\x60','\x9c','\x20','\x00','\xbe','\xe3','\x83','\xb4','\xc4','\x3d','\xb6','\x41','\xc1','\x49','\x82','\x10','\x80','\x26','\x42','\x04','\x02','\x61','\xb8','\x38','\x70','\xe0','\x00','\xce','\x9e','\x3d','\x6b','\x57','\x68','\xaa','\x30','\x3d','\x3d','\x5d','\x30','\x6f','\x9b','\x9a','\x9a','\xc2','\x07','\x3f','\x78','\x17','\x5a','\xad','\x56','\x74','\x1f','\x4b','\x2f','\xf1','\xbb','\xe9','\x1c','\x3c','\x78','\xd0','\xbb','\xb6','\x6b','\xd7','\x2e','\xdc','\x73','\xcf','\x3d','\xe0','\x9c','\xe3','\x13','\xbf','\x7b','\x02','\x8b','\x4b','\x9b','\x70','\x71','\x6e','\x0a','\x99','\xc8','\xe5','\xc2','\xe6','\x89','\x45','\x6c','\x68','\xb6','\x71','\xd3','\xae','\x49','\x4c','\x4f','\xff','\x44','\x57','\xb3','\xb2','\x43','\x87','\x0e','\x61','\x6a','\x6a','\x0a','\xc7','\x8e','\x1d','\xc3','\xe9','\xbf','\x78','\x01','\xf3','\x97','\x27','\xec','\xca','\xcd','\xf8','\x58','\x1b','\x53','\x93','\x73','\xd8','\xfb','\x7d','\xbb','\xb1','\x67','\xcf','\x1e','\x9c','\x7c','\xea','\xcb','\x00','\x80','\xad','\x9b','\xe6','\x31','\x3e','\x76','\x19','\x13','\xe3','\xf3','\x98','\x9e','\x9e','\xc6','\xde','\xbd','\x7b','\xb1','\x67','\xcf','\x1e','\x1b','\xe7','\xfe','\xfd','\xfb','\x71','\xe3','\x8d','\x37','\x62','\xe7','\xce','\x16','\xfe','\xe0','\x93','\x7f','\x86','\xc5','\xa5','\x49','\xbb','\x6a','\x05','\x28','\x33','\xc1','\xa9','\xc9','\x79','\xec','\xdc','\x91','\x61','\x7a','\xfa','\x47','\x71','\xe7','\x9d','\x77','\xd6','\xae','\x17','\x02','\x81','\x50','\x04','\x93','\x64','\x20','\x4f','\x20','\x10','\x46','\x08','\x7f','\xf9','\xcc','\x33','\x78','\xfb','\xdb','\xdf','\x8e','\x59','\xbd','\x51','\xb8','\xcc','\x29','\x42','\x08','\x13','\xc6','\x84','\xe7','\x9c','\xe3','\x87','\xde','\xf5','\x2e','\xfc','\xfa','\x6f','\xfd','\x16','\xb6','\x5f','\x73','\xcd','\xb2','\xe6','\x99','\x40','\x20','\x8c','\x3e','\xce','\x9d','\x3b','\x87','\x13','\x27','\x4e','\xa0','\xd5','\x6a','\x61','\x76','\x76','\xd6','\x5e','\xdf','\xb7','\x6f','\x1f','\x76','\xef','\xde','\x8d','\x83','\x07','\x0f','\x5a','\xf3','\xb9','\x3a','\x58','\x58','\x58','\xc0','\xb1','\x63','\xc7','\x70','\xf2','\xe4','\x49','\x7b','\x1e','\xd0','\xee','\xdd','\xbb','\x71','\xe0','\xc0','\x01','\x1c','\x38','\x70','\x00','\x0b','\x0b','\x0b','\xb8','\xff','\xfe','\xfb','\xd1','\x6a','\xb5','\x70','\xe0','\xc0','\x01','\xec','\xd9','\xb3','\xa7','\xd2','\xd1','\x83','\x81','\x39','\xe0','\xd4','\xf5','\x58','\xb7','\x73','\xe7','\x4e','\xdc','\x7a','\xeb','\xad','\x3d','\xe7','\x91','\x40','\x20','\xc4','\x41','\x04','\x88','\x40','\x20','\x8c','\x14','\x3e','\xff','\xf9','\xcf','\xe3','\xfb','\xde','\xfe','\x76','\xcc','\xcd','\x2b','\x17','\xb6','\xbc','\xe6','\x0a','\x8e','\x4b','\x80','\x00','\xe5','\xfe','\xfa','\x87','\xdf','\xfd','\xcf','\xf0','\xe0','\xaf','\xff','\x06','\xae','\xb9','\xf6','\xda','\xe5','\xc9','\x2c','\x81','\x40','\x20','\x10','\x08','\x84','\x35','\x07','\xb2','\x0d','\x21','\x10','\x08','\x23','\x85','\x4e','\xbb','\xed','\xed','\xf5','\xe9','\x77','\x8e','\x46','\x4a','\x89','\x4e','\x27','\xed','\x1e','\x90','\x40','\x20','\x10','\x08','\x04','\xc2','\x55','\x05','\xda','\x03','\x44','\x20','\x10','\x46','\x0a','\x52','\x4a','\xcf','\xe5','\x75','\x1d','\xf3','\xb7','\xc2','\xf3','\x1a','\x42','\xa4','\xe4','\x06','\x9b','\x40','\x20','\x10','\x08','\x04','\x82','\x07','\x5a','\x01','\x22','\x10','\x08','\x23','\x85','\xe6','\xd8','\x58','\x6d','\xb3','\x37','\x0f','\x52','\xfa','\x64','\x47','\x7f','\xef','\x2b','\x2e','\x02','\x81','\x40','\x20','\x10','\x08','\xeb','\x16','\xa4','\x19','\x10','\x08','\x84','\x91','\x42','\xc2','\x79','\x61','\x3f','\x4f','\x2d','\x84','\x5e','\xe0','\x20','\xd1','\x6c','\x94','\xbb','\x93','\x25','\x10','\x08','\x04','\x02','\x81','\x70','\x75','\x82','\x08','\x10','\x81','\x40','\x18','\x29','\x08','\x21','\x20','\x31','\xb8','\xd9','\x1a','\x03','\x03','\x4f','\x78','\xcf','\x26','\x74','\x04','\x02','\x81','\x40','\x20','\x10','\xd6','\x37','\x88','\x00','\x11','\x08','\x84','\x91','\x42','\x96','\x65','\x18','\x02','\xff','\x81','\x04','\xd0','\x69','\x77','\x20','\x84','\x18','\x3c','\x32','\x02','\x81','\x40','\x20','\x10','\x08','\xeb','\x06','\x44','\x80','\x08','\x04','\xc2','\x48','\xa1','\xd9','\x6c','\xa2','\xd9','\xac','\xf6','\xcf','\x52','\x75','\x36','\x90','\xe7','\x04','\x41','\x0a','\x22','\x40','\x04','\x02','\x81','\x40','\x20','\x10','\x3c','\x10','\x01','\x22','\x10','\x08','\x23','\x85','\xa9','\xa9','\x29','\x6c','\xdf','\xba','\x0d','\x55','\x86','\x6b','\x63','\x63','\x63','\x95','\xa6','\x6d','\x52','\x4a','\xfb','\x3c','\x39','\x41','\x20','\x10','\x08','\x04','\x02','\x81','\xe0','\x82','\x34','\x03','\x02','\x81','\x30','\x52','\xe0','\x9c','\xa3','\x39','\xd6','\x2c','\x38','\x35','\x30','\x60','\x8c','\xa1','\xd1','\x68','\x74','\x27','\x36','\x8c','\xa1','\xd1','\x68','\xd2','\x1e','\x20','\x02','\x81','\x40','\x20','\x10','\x08','\x1e','\x88','\x00','\x11','\x08','\x84','\x91','\xc2','\x95','\x2b','\x57','\x30','\x3b','\x3b','\x57','\x79','\x7e','\x4f','\x99','\x09','\x9c','\x79','\x86','\x31','\x06','\x48','\x59','\xc6','\xa1','\x08','\x04','\x8b','\xd3','\xa7','\x4f','\xe3','\xc3','\x1f','\xfe','\x30','\x6e','\xbe','\xf9','\x66','\x1c','\x3e','\x7c','\x78','\xb5','\xb3','\x43','\x20','\x10','\xae','\x62','\x3c','\xfd','\xf4','\xd3','\xf8','\xd9','\x9f','\xfd','\x59','\xdc','\x7c','\xf3','\xcd','\x78','\xf7','\xbb','\xdf','\x8d','\xa3','\x47','\x8f','\xae','\x76','\x96','\xd6','\x2d','\xe8','\x20','\x54','\x02','\x81','\x30','\x52','\xb8','\x7c','\xf9','\x32','\x96','\xae','\x5c','\x29','\xbd','\x6f','\x48','\x4e','\x48','\x90','\x62','\x84','\x29','\x4b','\xb3','\x75','\xbb','\x07','\xe8','\xf0','\xe1','\xc3','\x68','\xb5','\x5a','\xb5','\xc3','\x1f','\x38','\x70','\x00','\xd3','\xd3','\xd3','\xd8','\xb5','\x6b','\xd7','\x32','\xe6','\x6a','\x6d','\xe0','\xdc','\xb9','\x73','\x38','\x71','\xe2','\x04','\x5a','\xad','\x16','\x5e','\xba','\x90','\x62','\x71','\x69','\x12','\x33','\xf3','\xaf','\xc7','\x91','\xa3','\x9f','\xc2','\xae','\x5d','\xbb','\x70','\xe0','\xc0','\x81','\xd5','\xce','\x22','\x61','\x95','\x20','\xa5','\xec','\x6b','\xd5','\xd8','\xc8','\x1f','\x21','\x04','\x18','\x63','\xf6','\x77','\x92','\x24','\x43','\xcd','\x1f','\xa1','\x88','\x53','\xa7','\x4e','\xa1','\xd5','\x6a','\x61','\x76','\x76','\x16','\x07','\x0f','\x1e','\xc4','\xfe','\xfd','\xfb','\x57','\x3b','\x4b','\x7d','\xa3','\xd5','\x6a','\xe1','\xb1','\xd6','\x17','\x30','\xb7','\xf8','\x7a','\x9c','\x7b','\x29','\xc5','\x57','\xbf','\xf6','\xff','\xe0','\x96','\x5b','\x6e','\xc1','\xee','\xdd','\xbb','\x57','\x3b','\x6b','\xeb','\x0e','\x44','\x80','\x08','\x04','\xc2','\x48','\xc1','\x55','\x1e','\xca','\xee','\x47','\xaf','\x23','\x77','\x1e','\x27','\xa5','\x72','\xa4','\x9d','\x89','\xac','\x32','\xae','\xb5','\x8a','\xd3','\xa7','\x4f','\xe3','\xe3','\x8f','\x7e','\x12','\xcf','\x5f','\x78','\x7d','\xed','\x67','\x1e','\x3a','\xf2','\x19','\x00','\xc0','\x7d','\xf7','\xdd','\xb7','\x5c','\xd9','\x5a','\x13','\x78','\xfa','\xe9','\xa7','\xf1','\xe3','\xb7','\xff','\x34','\x16','\x97','\x36','\xe1','\xe2','\xdc','\x36','\x64','\x82','\x0c','\x21','\x08','\x39','\x06','\x31','\x99','\x65','\x8c','\x79','\x84','\x27','\xcb','\x32','\xa4','\x69','\x8a','\x46','\x83','\x54','\xad','\xe5','\x44','\xab','\xd5','\xc2','\x13','\x4f','\x7e','\x5d','\xf7','\xe5','\x63','\x6b','\x96','\x00','\x9d','\x3b','\x77','\x0e','\x4f','\xfe','\xd1','\x1f','\x63','\x6e','\x71','\x27','\x00','\xa0','\x9d','\x36','\x30','\x7f','\x79','\x0a','\xc7','\x8f','\x1f','\xbf','\xea','\xe5','\xf6','\x72','\x80','\x24','\x3f','\x81','\x40','\x18','\x29','\x34','\x9b','\x4d','\x34','\xba','\xcc','\x9a','\x4a','\x29','\x0b','\x2b','\x3b','\x21','\xcd','\x91','\x42','\x00','\x60','\xeb','\xd2','\x09','\xc2','\x9e','\x3d','\x7b','\xf0','\xfe','\x1f','\x7b','\x17','\xde','\x70','\xc3','\xd7','\xf0','\x86','\x1b','\xbe','\x86','\x6b','\xb7','\xcc','\x44','\xc3','\x5d','\xbb','\x65','\xc6','\x86','\xb9','\xe3','\xb6','\xef','\xc5','\xf4','\xf4','\xf4','\xca','\x66','\x74','\x04','\xd1','\x6a','\xb5','\x70','\x71','\x6e','\x3b','\xd2','\x8c','\x94','\x52','\xc2','\x70','\x50','\xb6','\x6a','\x94','\x24','\x09','\x18','\x63','\x48','\xd3','\x74','\x15','\x72','\x75','\x75','\xe0','\xdc','\xb9','\x73','\xf8','\xb3','\x3f','\xff','\x3c','\x16','\x96','\xc6','\xb1','\xd4','\x1e','\xc3','\x33','\x7f','\xf5','\x77','\x38','\x7d','\xfa','\xf4','\x6a','\x67','\xab','\x2f','\xec','\xdc','\xb9','\x13','\xef','\x3d','\xf8','\x1e','\x6c','\xdd','\x34','\x0f','\x00','\x18','\x6b','\xa4','\xd8','\xb4','\x71','\x76','\x59','\x57','\xa4','\x4f','\x9f','\x3e','\x8d','\xe3','\xc7','\x8f','\x2f','\x5b','\xfc','\xa3','\x0c','\x1a','\x01','\x08','\x04','\xc2','\x48','\x41','\x4a','\x09','\xc6','\xbb','\x78','\x78','\x63','\x8a','\xd8','\xb8','\x24','\xa8','\xb0','\x72','\xa4','\x9d','\x25','\xac','\x57','\x13','\x94','\x7b','\xef','\xbd','\x17','\xf7','\xde','\x7b','\x2f','\x16','\x16','\x16','\x70','\xc7','\x1d','\x77','\xe0','\xd4','\x67','\x67','\xb1','\xd4','\x1e','\xb3','\xf7','\xaf','\xdd','\x32','\x83','\xdb','\x3f','\xf0','\x4f','\x70','\xf7','\xdd','\x77','\x63','\x72','\x72','\x72','\x15','\x73','\x3a','\x5a','\x30','\x24','\x70','\x6a','\x6a','\x0a','\x9f','\xf8','\xdd','\xff','\x37','\xce','\xbd','\x7c','\xc3','\x2a','\xe7','\x88','\x40','\x20','\xf4','\x8b','\xc7','\x1f','\x7f','\x1c','\xf3','\x8b','\x53','\xf6','\xf7','\xe2','\xd2','\x24','\x4e','\x9e','\x3c','\x89','\x3d','\x7b','\xf6','\xac','\x62','\xae','\xfa','\x87','\x91','\x4f','\xc7','\x8f','\x1f','\xc7','\xce','\x9d','\x3b','\x31','\x3d','\xfd','\xaf','\x97','\xcd','\xfc','\xed','\xd4','\xa9','\x53','\xb8','\xf3','\xae','\x9f','\xb3','\x93','\x41','\x57','\x9b','\xe9','\x2f','\x11','\x20','\x02','\x81','\x30','\x52','\x10','\x42','\x20','\xcb','\xaa','\xf7','\xed','\x64','\x59','\x16','\xbd','\xee','\xce','\xc2','\x72','\xed','\x28','\x61','\xbd','\xee','\x01','\x32','\x98','\x9c','\x9c','\xc4','\x4d','\x37','\xdd','\x84','\x3f','\x3b','\xfd','\x19','\x8f','\x00','\x8d','\x35','\xaf','\x60','\xef','\xde','\xbd','\x44','\x7e','\x02','\xdc','\x72','\xcb','\x2d','\xb8','\xe5','\x96','\x5b','\x00','\xe0','\xaa','\x9d','\xf9','\x24','\x0c','\x0f','\xdd','\xf6','\x0c','\xad','\x77','\xf9','\xb3','\x9a','\x98','\x9d','\x9d','\xc5','\xc3','\x0f','\x1f','\xc5','\xa5','\x85','\x9d','\xf6','\xda','\xcc','\xfc','\x26','\xb4','\x5a','\x27','\x70','\xd7','\x5d','\x77','\x61','\x6a','\x6a','\xaa','\xe2','\xe9','\xd1','\xc4','\xae','\x5d','\xbb','\x70','\xdf','\x7d','\xf7','\xad','\x88','\xc9','\x5b','\xab','\xd5','\xc2','\xa5','\xf9','\x2d','\x98','\xdc','\xb8','\xb0','\xec','\x69','\x8d','\x22','\xd6','\x9f','\x6d','\x08','\x81','\x40','\x58','\xd3','\x48','\xb3','\x7a','\x8e','\x0b','\x0a','\x7b','\x7b','\xa4','\x0c','\x0e','\x41','\x95','\xeb','\xda','\x09','\x82','\x8b','\x1b','\x6f','\xbc','\x11','\x8d','\x84','\xcc','\x6c','\x08','\x84','\xd5','\x80','\xeb','\x98','\xc5','\x98','\xe7','\xaa','\x89','\x9c','\x0c','\x9c','\xf3','\x75','\x69','\x86','\x3b','\x0a','\x38','\x7e','\xfc','\x38','\xe6','\x2f','\x4f','\x15','\xf6','\xf1','\x99','\x7d','\x33','\x84','\x72','\x1c','\x3d','\x7a','\x14','\x7f','\xf2','\xd9','\x2f','\x62','\x61','\x69','\x7c','\xb5','\xb3','\xb2','\x6a','\xa0','\x5e','\x49','\x20','\x10','\x46','\x0a','\x0d','\x6d','\x37','\x5f','\x05','\xcf','\xdd','\xb5','\xb9','\x16','\x09','\x27','\x64','\x7c','\xa5','\x88','\x40','\x20','\x10','\x86','\x01','\x57','\x06','\x19','\xf7','\xfc','\x86','\xf4','\x24','\x49','\x62','\xff','\x08','\xc3','\xc7','\xe3','\x8f','\x3f','\x8e','\xd9','\x85','\x4d','\x48','\xb8','\x3f','\xc9','\x35','\xbb','\xb0','\x09','\x8f','\x3f','\xfe','\xf8','\x2a','\xe5','\x6a','\xf4','\x71','\xea','\xd4','\x29','\x7c','\xf4','\xa3','\x0f','\xe0','\xc2','\xcc','\x35','\xab','\x9d','\x95','\x55','\x05','\x11','\x20','\x02','\x81','\x30','\x52','\xe0','\x9c','\x23','\xe9','\x32','\x63','\x1a','\xba','\xc2','\x8e','\x11','\x26','\xa6','\xff','\xd3','\x41','\xa8','\x04','\x02','\x81','\xb0','\xbe','\x70','\xf2','\xe4','\x49','\x7c','\xf9','\x2b','\x33','\x68','\xa7','\x0d','\x6c','\x9e','\x58','\xb4','\x8e','\x03','\x00','\xe5','\x3d','\xed','\x2b','\x5f','\x7d','\x75','\xcd','\x3a','\x43','\x58','\x4e','\x9c','\x38','\x71','\x02','\x0f','\x3f','\xfc','\x30','\x5e','\x9e','\xb9','\x1e','\xed','\xf4','\xea','\xde','\x05','\x73','\x75','\x97','\x9e','\x40','\x20','\x8c','\x1c','\xba','\x39','\x41','\x28','\x7d','\x26','\xe6','\x04','\x21','\x49','\xc8','\xfc','\x64','\x88','\x58','\x58','\x58','\xc0','\xb1','\x63','\xc7','\x70','\xf2','\xe4','\x49','\x9c','\x39','\x73','\xc6','\x5e','\xdf','\xb3','\x67','\x0f','\xf6','\xed','\xdb','\xe7','\x6d','\xa2','\x3d','\x7b','\xf6','\x2c','\x5a','\xad','\x56','\xa5','\x29','\xca','\xf4','\xf4','\xb4','\xe7','\xa4','\x61','\x61','\x61','\x01','\xf7','\xdf','\x7f','\x7f','\xf4','\x7c','\xa3','\xe9','\xe9','\x69','\xdc','\x7b','\xef','\xbd','\x03','\xe5','\x89','\x40','\x20','\xac','\x0f','\x1c','\x3f','\x7e','\x1c','\x73','\x8b','\x9b','\x01','\x00','\x53','\x93','\x33','\x48','\xb3','\x26','\x66','\xe6','\x37','\xd9','\xfb','\x73','\x8b','\x9b','\x71','\xfc','\xf8','\xf1','\xbe','\x9d','\x21','\x1c','\x3f','\x7e','\x1c','\xc7','\x8f','\x1f','\xb7','\x32','\x65','\xe7','\xce','\x9d','\xb8','\xf5','\xd6','\x5b','\x71','\xf0','\xe0','\x41','\xfc','\xd1','\x1f','\xfd','\x91','\x3d','\x73','\x28','\xb6','\xc7','\x72','\x90','\x67','\x01','\x45','\xee','\x8c','\x77','\xb6','\x32','\xb9','\xd7','\x6b','\x5a','\x00','\x70','\xff','\xfd','\xf7','\xe3','\x13','\xbf','\x7b','\x02','\x2f','\x5d','\xbc','\x1e','\x4b','\x6d','\xdf','\xf4','\xed','\xc3','\x1f','\xfe','\x30','\x3e','\xfc','\xe1','\x0f','\x03','\x28','\x97','\xb5','\xeb','\x0d','\x44','\x80','\x08','\x04','\xc2','\xc8','\xa1','\x9b','\x13','\x84','\xf8','\xd9','\x3e','\xf9','\xaa','\x90','\x21','\x3d','\x8c','\xf3','\x75','\x79','\x0e','\xd0','\x6a','\xe0','\xc1','\x07','\x1f','\x44','\xab','\xd5','\xc2','\xb9','\xf3','\x09','\xe6','\x2f','\x4f','\x60','\xa9','\x9d','\x9f','\x41','\xf4','\xe2','\x93','\x5f','\xc7','\xa9','\x3f','\x7e','\x00','\x27','\x4f','\x9e','\xc4','\xf4','\xf4','\x34','\xf6','\xee','\xdd','\x8b','\x56','\xab','\x85','\x87','\x8e','\x7c','\x06','\x33','\xf3','\xe5','\x67','\x15','\x3d','\xfc','\xc8','\xa7','\xb1','\x63','\xc7','\x0e','\xdc','\x76','\xdb','\x6d','\x00','\x80','\x63','\xc7','\x8e','\xe1','\xe1','\x47','\x3e','\x8d','\x0b','\x97','\x8a','\xcf','\x7c','\xe2','\x77','\x4f','\xe0','\xd0','\xa1','\x43','\xd8','\xb9','\x33','\xdf','\xf0','\xdc','\x6b','\x9e','\x08','\x84','\xe5','\x42','\x99','\x33','\x84','\x4c','\xef','\x69','\x6c','\x36','\x9b','\xab','\x90','\xab','\xf5','\x89','\xb3','\x67','\xcf','\x6a','\xd7','\xd7','\x3b','\x31','\x39','\xbe','\x84','\xef','\xf9','\xee','\x37','\x63','\x76','\x76','\x16','\xaf','\x3a','\x9e','\x30','\xe7','\x16','\x27','\xf0','\xe4','\x1f','\xfd','\x31','\xee','\xba','\xeb','\x9c','\x27','\x33','\xba','\xe1','\xe9','\xa7','\x9f','\x46','\xab','\xd5','\xc2','\xef','\x3f','\x71','\x1a','\xb3','\x0b','\x9b','\xad','\x4c','\x39','\xf7','\x52','\x8a','\x67','\xcf','\x7e','\x1c','\x0f','\x3c','\xf0','\x00','\xe6','\x2f','\x4f','\x41','\x08','\x65','\xd6','\x68','\x64','\xd7','\xa0','\xcf','\xba','\x87','\x33','\xbf','\xf0','\x92','\xc0','\x52','\x7b','\x23','\x66','\xe6','\x5f','\x8f','\x8f','\x3f','\xfa','\x49','\xec','\xdd','\xbb','\xb7','\x40','\xe4','\x7a','\x4d','\x0b','\x80','\x96','\xad','\xc5','\xba','\x78','\xe9','\xe2','\x35','\x78','\xe9','\x62','\x6e','\x0e','\x77','\xb5','\x1c','\x08','\x4d','\x04','\x88','\x40','\x20','\x8c','\x14','\xb2','\x1a','\x4e','\x10','\xe2','\x66','\x6d','\xf9','\x51','\xa8','\x52','\x4a','\x30','\x00','\x59','\x9a','\x5e','\x15','\x4e','\x10','\x96','\x1b','\x87','\x0f','\x1f','\xc6','\xef','\x7c','\xfc','\x49','\xbc','\x3c','\x73','\x0d','\x36','\x4f','\x2c','\xe2','\xb5','\xdb','\x5f','\x00','\xe7','\x19','\xda','\x9d','\x0d','\xb8','\x38','\xb7','\x1d','\x0b','\x4b','\xe3','\x58','\x58','\x1a','\xc7','\x13','\x4f','\x7e','\x1d','\xff','\xf3','\x7f','\xfe','\x7b','\x7c','\xe8','\x43','\xf7','\x59','\x77','\xae','\x1f','\x7f','\xf4','\x53','\x78','\x75','\x76','\x9b','\x67','\x6e','\xb1','\x79','\x62','\x11','\xd7','\x6d','\x7d','\x11','\xd3','\xd3','\xd3','\x76','\x76','\x12','\x00','\x0e','\x1e','\x3c','\x88','\xf3','\xe7','\xcf','\xa3','\xd5','\x6a','\xe1','\xc5','\x57','\x77','\x60','\x61','\x69','\x1c','\x93','\xe3','\x4b','\x78','\xcd','\xf6','\xf3','\x98','\x9e','\x9e','\xf6','\x14','\x99','\x7e','\xf2','\xb4','\x56','\x0f','\x48','\x24','\x8c','\x36','\xcc','\xea','\xb3','\xf9','\x33','\xde','\x27','\xcd','\x75','\x22','\x3f','\xc3','\x45','\xab','\xd5','\xc2','\xec','\xc2','\x56','\x00','\xc0','\x96','\x4d','\x97','\x30','\x3d','\x3d','\x8d','\x99','\x99','\x19','\x3c','\xfd','\xf9','\x07','\xb0','\xd4','\xce','\x15','\xf9','\xc5','\xa5','\x4d','\x38','\x71','\xe2','\x04','\xee','\xbc','\xf3','\xce','\x5a','\xf1','\x2e','\x2c','\x2c','\xa0','\xd5','\x6a','\xe1','\xb1','\xd6','\x17','\x30','\xb7','\x78','\x0d','\xae','\xdf','\xf6','\x0a','\x6e','\xb8','\x76','\x16','\x00','\x90','\x66','\x4d','\x5c','\x9c','\xdb','\x8e','\xaf','\x3e','\xaf','\x88','\x46','\x78','\xf6','\xda','\x20','\xcf','\x9e','\x38','\x71','\x02','\xff','\xe9','\xe7','\x0e','\xd7','\x3e','\x9c','\xb9','\x9f','\xb4','\x5c','\xd9','\x0a','\x00','\xe7','\x5e','\xfa','\x07','\x56','\x26','\x5f','\xbf','\xed','\x15','\x6c','\xda','\x38','\x6b','\xe3','\x9f','\x9e','\x9e','\x5e','\xf7','\xe4','\x07','\xa0','\x3d','\x40','\x04','\x02','\x61','\xc4','\xa0','\x36','\x12','\xd7','\x0f','\x6b','\x11','\xec','\x07','\x92','\x00','\x24','\x24','\xad','\x00','\x0d','\x88','\xc3','\x87','\x0f','\xe3','\xc8','\xd1','\x4f','\xe1','\x85','\x57','\xaf','\xc3','\xb6','\xcd','\xb3','\xb8','\xe3','\xb6','\xef','\xc5','\xb1','\x63','\x8f','\xe2','\x99','\x67','\x9e','\xc1','\x03','\xf7','\xff','\x02','\xbe','\xef','\x7b','\xb6','\x62','\x7c','\xac','\x0d','\x00','\x58','\x58','\x1a','\xc7','\x0b','\xaf','\xbe','\x16','\xc7','\x8e','\x1d','\xb3','\xee','\x5c','\xff','\xe3','\x7f','\xb8','\x03','\xaf','\xbd','\xe6','\x05','\x2f','\xce','\x0d','\xcd','\x36','\xee','\xba','\xeb','\x2e','\xdc','\x7b','\xef','\xbd','\x9e','\x19','\xc8','\xe4','\xe4','\x24','\xee','\xbd','\xf7','\x5e','\xec','\xdb','\xb7','\x0f','\x9c','\x0b','\x24','\x5c','\xe0','\xba','\xad','\x2f','\xe1','\x97','\x7f','\xf9','\x97','\x3d','\x93','\x8c','\x7e','\xf3','\x44','\x20','\x2c','\x17','\x5c','\x07','\x08','\x8c','\x31','\x24','\xda','\xfc','\xb6','\xd1','\xa0','\x79','\xe6','\x61','\x62','\x76','\x76','\x16','\xad','\xd6','\x09','\xcc','\x2d','\x4e','\x60','\xac','\x91','\xe2','\x1b','\xdf','\xb0','\x1d','\x7b','\xf7','\xee','\xc5','\xbe','\x7d','\xfb','\x30','\xb1','\x61','\xc1','\x73','\x88','\x70','\x71','\x6e','\x2a','\x6a','\x4e','\x5b','\x86','\x23','\x47','\x8e','\xe0','\xf8','\x89','\xbf','\xc0','\xdc','\xe2','\x04','\xae','\xdf','\xf6','\x0a','\x6e','\x3b','\xf4','\x0e','\x3c','\xf3','\xcc','\x33','\x78','\xe6','\x99','\x67','\xf0','\xdb','\x0f','\xff','\x1a','\xde','\x37','\xfd','\x26','\x6c','\xdf','\x3c','\x3b','\xf4','\x67','\x8f','\x1d','\x3b','\x86','\x97','\x2e','\x5e','\x8f','\x34','\x6b','\x74','\x25','\x3f','\xfd','\xa6','\x65','\x64','\xeb','\x33','\xcf','\x3c','\x13','\x5d','\x11','\xbb','\xef','\xbe','\xfb','\x6c','\x1c','\x57','\x83','\xf9','\x1b','\x40','\x04','\x88','\x40','\x20','\x8c','\x18','\x94','\xe2','\x50','\xee','\x35','\xc9','\xdd','\xeb','\xe3','\x92','\x9b','\x02','\xcd','\x91','\x12','\x0c','\x8c','\x3c','\x30','\x0d','\x80','\xa7','\x9f','\x7e','\x5a','\xdb','\x8c','\x5f','\x83','\xb1','\x46','\x8a','\x9b','\x76','\x4d','\xe2','\x9e','\x7b','\xee','\xc1','\xae','\x5d','\xbb','\x00','\x00','\x7b','\xf7','\xee','\xc5','\xc1','\x83','\x07','\xb1','\x7d','\xea','\xa2','\x7d','\x66','\xa9','\x3d','\x86','\xa7','\x3f','\xff','\x9c','\xdd','\xfb','\x73','\xe8','\xd0','\x21','\xef','\x74','\x73','\x00','\x48','\xb3','\x06','\x9e','\x7b','\xee','\xb9','\x68','\x9a','\xb3','\xb3','\xb3','\xf8','\xd4','\xa7','\x9e','\xc2','\xe2','\xd2','\x38','\xb6','\x4c','\xce','\xe3','\xf6','\xdb','\x0f','\x79','\xe6','\x6b','\xc3','\xc8','\x13','\x81','\x40','\x58','\x9b','\x70','\x5d','\x5f','\x6f','\xdd','\x7c','\xc9','\x3b','\xd8','\xf8','\xf6','\xdb','\x0f','\x61','\xcb','\x64','\x2e','\x67','\x32','\xc1','\xf1','\xfc','\x8b','\xf5','\xcf','\xfb','\x6a','\xb5','\x5a','\xb8','\x38','\xa7','\xce','\x0e','\x6a','\x24','\xa9','\x27','\x77','\x6e','\xb9','\xe5','\x16','\xdc','\x73','\xcf','\x3d','\x98','\x9a','\x9c','\x29','\x78','\x9d','\x1b','\xf4','\xd9','\x83','\x07','\x0f','\x62','\xef','\xdb','\xa6','\x70','\xc7','\x6d','\xdf','\x8b','\x1b','\xae','\x7d','\x71','\x59','\xf3','\x49','\xc8','\x41','\x04','\x88','\x40','\x20','\x8c','\x14','\xcc','\x4c','\x6a','\x19','\xca','\x6c','\xed','\x0b','\xd7','\x18','\x43','\xa3','\xd9','\x20','\x2f','\x70','\x03','\x40','\x0d','\xb4','\xdb','\x01','\x00','\x53','\x93','\xf3','\xb8','\xf5','\xd6','\x5b','\x0b','\x1b','\x77','\xf7','\xef','\xdf','\x8f','\xf1','\xb1','\x45','\xef','\xda','\xec','\xc2','\x66','\x4f','\xe9','\xd8','\xb7','\x6f','\x1f','\x26','\xc6','\xf3','\xc3','\xf6','\xcc','\x61','\x85','\xb3','\xb3','\xc5','\x19','\xd1','\x93','\x27','\x4f','\x62','\xf1','\xca','\x24','\x32','\xc1','\xb1','\x69','\x62','\x16','\xb7','\xde','\x7a','\xeb','\xb2','\xe4','\x89','\x40','\x20','\xac','\x3d','\xb8','\xae','\xaf','\x27','\x36','\x2c','\x78','\x66','\xad','\xb7','\xde','\x7a','\x2b','\x36','\x4d','\xf8','\x32','\x65','\xe1','\xf2','\x24','\x4e','\x9e','\x3c','\xd9','\x35','\xde','\x73','\xe7','\xce','\xe1','\xd5','\x8b','\x97','\xed','\x0a','\x4c','\xbb','\xb3','\x01','\xa7','\x4e','\x9d','\xf2','\xc2','\xec','\xd8','\xb1','\xa3','\x40','\xb2','\x06','\x7d','\x16','\x50','\xf2','\xea','\xb1','\xc7','\x1e','\xc3','\x5d','\x77','\xdd','\x85','\xb1','\xc6','\x95','\x65','\xcb','\x27','\xc1','\x07','\x11','\x20','\x02','\x81','\x30','\x72','\x90','\xb2','\x7c','\xe6','\xaa','\xe0','\xed','\x2d','\xb8','\xe7','\x44','\x02','\x80','\xd1','\x1e','\xa0','\x3e','\x61','\x56','\x62','\xe6','\x16','\x27','\x00','\x00','\x63','\xcd','\x2b','\x78','\xe0','\x81','\x07','\x70','\xf3','\xcd','\x37','\x17','\xfe','\x00','\x60','\xac','\x91','\x1f','\xc4','\xba','\xd4','\x1e','\xc3','\x97','\xbe','\xf4','\x65','\x4b','\x70','\xf6','\xec','\xd9','\x83','\x9b','\xbf','\xed','\x1b','\xac','\x59','\x1a','\x50','\x7e','\x58','\xe1','\xc9','\x93','\x27','\xb1','\x70','\x79','\xd2','\x6e','\x6e','\x76','\xcd','\x35','\x86','\x99','\x27','\x02','\x81','\xb0','\xb6','\xe0','\xba','\xbe','\xde','\xb6','\x79','\x16','\x77','\xdc','\xf1','\x01','\x4c','\x4d','\x4d','\xd9','\xfb','\x3b','\x77','\xee','\xc4','\xf7','\x7c','\xf7','\x9b','\x31','\x39','\xbe','\x64','\xaf','\x2d','\x2c','\x8d','\xe3','\xb3','\x7f','\xfa','\x97','\x9e','\x87','\xc8','\x18','\xa6','\xa6','\xa6','\xc0','\x59','\x3e','\x56','\x5c','\xb8','\xb4','\x15','\x1f','\x7f','\xf4','\x93','\xf8','\xd9','\x9f','\xfd','\x59','\x3c','\xfd','\xf4','\xd3','\xf6','\xfa','\xee','\xdd','\xbb','\x31','\xd6','\xbc','\x32','\xb4','\x67','\x0b','\xf1','\xf0','\xea','\xb3','\xeb','\x86','\x95','\x16','\x81','\x9c','\x20','\x10','\x08','\x84','\x11','\x43','\xbb','\xdd','\x46','\x96','\x95','\x0f','\x02','\xa5','\x7b','\x7a','\x82','\xeb','\x12','\x40','\xda','\xe9','\x0c','\x31','\x67','\x57','\x17','\x4e','\x9f','\x3e','\x8d','\xa5','\xf6','\x46','\xfb','\xfb','\xf9','\x0b','\xaf','\xe9','\xe9','\x79','\x21','\x39','\x66','\x67','\x67','\xad','\x82','\x72','\xe0','\xc0','\x01','\x6f','\x93','\xb2','\x39','\xac','\xd0','\xf5','\x84','\x74','\xe6','\xcc','\x19','\x7c','\xf6','\x4f','\xff','\x12','\x0b','\x4b','\x37','\xe0','\xb5','\xdb','\x5f','\x2e','\x6c','\xc4','\x1d','\x76','\x9e','\x08','\x04','\xc2','\xda','\x81','\xeb','\xfa','\x7a','\x62','\x7c','\x3e','\xea','\xd4','\x64','\xdf','\xbe','\x7d','\x38','\xf5','\xc7','\x0f','\x60','\x61','\x29','\x77','\xf3','\x6c','\x26','\x5b','\xee','\xbb','\xef','\xbe','\xd2','\xb8','\xa7','\xa6','\xa6','\xf0','\xba','\xd7','\xed','\xc0','\xf3','\x17','\x52','\xeb','\x1c','\xe0','\xf9','\x0b','\xaf','\xc1','\x63','\xad','\x2f','\xe0','\x93','\x7f','\xf8','\x19','\xbc','\xeb','\x07','\xbf','\x17','\xd3','\xd3','\xd3','\xd8','\xb7','\x6f','\x1f','\x1e','\x7c','\x40','\xad','\xc4','\x18','\x07','\x2e','\x83','\x3c','\xdb','\x2b','\x56','\x32','\xad','\xf5','\x0e','\x22','\x40','\x04','\x02','\x61','\xa4','\xa0','\x5c','\x58','\x57','\x9b','\xad','\x85','\x66','\x6d','\x8c','\xb1','\x02','\x01','\x52','\x9e','\x98','\xba','\x7b','\x94','\x23','\xc4','\x71','\xee','\xdc','\x39','\xa4','\x59','\xee','\xbd','\xea','\x86','\x6b','\x5f','\x2c','\x98','\x95','\x55','\x21','\xf4','\xda','\xb6','\x6f','\xdf','\x3e','\xfc','\xe7','\xff','\xfc','\x8b','\x48','\xb8','\xf2','\x72','\xd4','\x4e','\x1b','\xf8','\xeb','\xbf','\x79','\x05','\xc7','\x8f','\x1f','\xb7','\x44','\xc7','\xd8','\xf7','\x8f','\x35','\x52','\xbc','\xf1','\x1b','\xb7','\x62','\xdf','\xbe','\x7d','\xcb','\x9a','\x27','\x02','\x81','\xb0','\x36','\xe0','\xba','\xbe','\xde','\xba','\x69','\x1e','\x8d','\xa4','\x83','\x77','\xbf','\xfb','\xdd','\xd1','\xb0','\x9b','\x36','\x02','\xaf','\x5c','\xca','\xbd','\xa9','\xcd','\x2d','\x4e','\xa0','\xd5','\x3a','\x81','\xbb','\xee','\xba','\xab','\x72','\xf2','\x63','\x7a','\x7a','\x1a','\x5f','\xfe','\xca','\x43','\x78','\xe1','\xd5','\xeb','\xec','\xb5','\xb9','\xc5','\x09','\xcc','\x2d','\x4e','\x44','\x09','\xc6','\xb0','\x9e','\xed','\x15','\x2b','\x99','\xd6','\x7a','\x06','\x11','\x20','\x02','\x81','\x30','\x52','\x48','\x92','\xa4','\xab','\xe3','\x82','\xd8','\x2a','\x50','\xcc','\x09','\x02','\x18','\x39','\x41','\xe8','\x17','\xcf','\x3d','\xf7','\x1c','\xd2','\xcc','\x1f','\x22','\x7e','\xe3','\x37','\x7e','\xa3','\xef','\x83','\x05','\xa7','\xa6','\xa6','\x70','\xc7','\x1d','\x1f','\xc0','\xc7','\x1e','\x78','\x1c','\x17','\x2e','\x6d','\x05','\x90','\xdb','\xe7','\x1f','\x38','\x70','\xc0','\xf1','\xee','\xb4','\x13','\xdb','\x36','\xcf','\xe2','\xd6','\x5b','\xdf','\xbf','\xec','\x79','\x22','\x10','\x08','\x6b','\x03','\xae','\xeb','\xeb','\x99','\xf9','\x4d','\xde','\xa1','\xa7','\xdd','\x90','\x09','\x8e','\xc5','\x2b','\xb9','\xac','\x29','\xc3','\xa1','\x43','\x87','\x70','\xee','\xdc','\x39','\xeb','\x5e','\xdf','\xf5','\xc8','\xe6','\x12','\x8c','\x27','\xff','\xe8','\x8f','\xf1','\xa3','\x3f','\xb2','\xdf','\xf3','\x96','\x36','\xc8','\xb3','\xbd','\x62','\x25','\xd3','\x5a','\xcf','\xa0','\x3d','\x40','\x04','\x02','\x61','\xa4','\x60','\xdc','\xc8','\x56','\x21','\xbc','\xef','\x3a','\x46','\xb0','\x4e','\x14','\x18','\x43','\xb3','\x39','\xb6','\x6c','\xf9','\xbc','\xda','\xd0','\xee','\x6c','\xc0','\xb3','\xcf','\x3e','\x3b','\x50','\x1c','\xfb','\xf7','\xef','\xc7','\xc4','\x78','\xbe','\x31','\xd7','\xb5','\xcf','\x77','\xbd','\x3b','\x6d','\xda','\x38','\x5b','\xeb','\x1c','\x8a','\x61','\xe4','\x89','\x40','\x20','\x8c','\x36','\x5c','\xd7','\xd7','\xe3','\x63','\x6d','\xbc','\xe1','\x86','\xaf','\x75','\xfd','\x7b','\xdd','\x6b','\xce','\xf9','\x71','\xd4','\x74','\x82','\x72','\xef','\xbd','\xf7','\xe2','\xdf','\xfc','\xf4','\x7b','\xf1','\x0f','\xae','\x3f','\xe7','\x79','\xae','\x34','\x98','\x5b','\x9c','\xc0','\xd7','\x5f','\xdc','\x89','\x8f','\x3f','\xfa','\x49','\x3c','\xf8','\xe0','\x83','\x43','\x7b','\xb6','\x57','\xac','\x64','\x5a','\xeb','\x15','\x44','\x80','\x08','\x04','\xc2','\x48','\x41','\x08','\x51','\xe9','\x04','\x01','\xa8','\xd8','\x07','\xa4','\xef','\x99','\x83','\x50','\x39','\x2f','\x77','\x98','\x40','\x28','\xe2','\xe8','\xd1','\xa3','\x78','\xf7','\xbb','\xdf','\x8d','\xa3','\x47','\x8f','\x16','\x36','\xdb','\x5e','\xe9','\x8c','\x75','\xdd','\x48','\x0c','\xa8','\x43','\xfa','\x8e','\x1c','\x39','\x12','\x75','\x36','\xb0','\x73','\xe7','\x4e','\xbc','\xf3','\x07','\xbe','\x0f','\x9b','\x27','\x72','\xb3','\x35','\x63','\x9f','\x6f','\xbc','\x3b','\x6d','\xdd','\x34','\x8f','\xe9','\xe9','\xfd','\x51','\x53','\x95','\xe5','\xc8','\x13','\x81','\x40','\x18','\x6d','\xb8','\x93','\x23','\x53','\x93','\x73','\xde','\x99','\x35','\x65','\x7f','\xa1','\x9c','\x59','\x6a','\x8f','\xe1','\x99','\xbf','\xfa','\x3b','\x9c','\x3e','\x7d','\xba','\x6b','\x7a','\x77','\xde','\x79','\x27','\x8e','\x1d','\x7b','\x14','\x77','\xdc','\xf6','\xbd','\x78','\xdd','\x6b','\xe2','\x04','\xe3','\xc5','\x57','\xaf','\xc3','\x6f','\xfe','\xd6','\x51','\x9c','\x3b','\x77','\x6e','\x68','\xcf','\xf6','\x8a','\x95','\x4c','\x6b','\x3d','\x82','\x08','\x10','\x81','\x40','\x18','\x29','\xb4','\x3b','\x1d','\x64','\x59','\x35','\x01','\x8a','\xae','\x10','\x45','\x88','\x4e','\xb7','\x78','\x08','\x39','\x66','\x67','\x67','\xf1','\xd1','\x8f','\x3e','\x80','\xcf','\x7d','\x9e','\xa1','\xd5','\x6a','\x61','\xf3','\xe6','\xcd','\xe0','\xce','\x39','\x12','\x73','\x8b','\x13','\x78','\xf2','\x8f','\xfe','\x18','\x27','\x4e','\x9c','\xa8','\x8c','\xe7','\xd8','\xb1','\x63','\xf8','\xf0','\x2f','\x7e','\x1c','\x6f','\x7b','\xdb','\xf7','\x47','\x09','\xc7','\x81','\x03','\x07','\xb0','\x79','\x62','\xce','\x8b','\xb7','\xd5','\x3a','\x81','\xaf','\x7c','\xf5','\x55','\xb4','\xd3','\x06','\x26','\xc6','\x17','\x4a','\xed','\xd6','\x97','\x2b','\x4f','\x04','\x02','\x61','\x74','\xe1','\xba','\xbe','\xbe','\xe1','\x35','\xa8','\xb5','\x3a','\x1c','\xca','\x19','\x00','\x58','\x5c','\xaa','\x76','\x89','\xfd','\xf4','\xd3','\x4f','\x5b','\x6f','\x6a','\xe6','\x20','\xe7','\xff','\xde','\xfa','\x38','\xee','\xb8','\xed','\x7b','\xb1','\xf3','\xba','\xe7','\x3d','\x2f','\x96','\x99','\xe0','\x98','\x5f','\x9c','\xc2','\xe3','\x8f','\x3f','\x3e','\xf0','\xb3','\xbd','\x62','\x25','\xd3','\x5a','\xcf','\x20','\x02','\x44','\x20','\x10','\x46','\x0a','\x8d','\x24','\x41','\xb7','\xa3','\x7b','\xcc','\x2a','\x8f','\x81','\x31','\x79','\x33','\x50','\x8e','\x14','\x80','\x2c','\xed','\x90','\x13','\x84','\x9a','\x30','\xb3','\xac','\x9b','\x36','\x2e','\x62','\xdf','\xbe','\x7d','\x78','\xcb','\x5b','\xde','\x52','\x70','\x30','\xf0','\xd2','\xc5','\xeb','\x71','\xec','\xd8','\xb1','\xc2','\xb9','\x13','\x06','\x0b','\x0b','\x0b','\x38','\x79','\xf2','\x24','\xe6','\x2f','\x4f','\xe0','\x5b','\xbe','\xe5','\x8d','\xd1','\x55','\x9c','\x3d','\x7b','\xf6','\xe0','\x1b','\xdf','\xb0','\xdd','\xba','\xa8','\xce','\x04','\xc7','\xfc','\xe5','\x29','\x2c','\x2e','\x4d','\x62','\x7c','\xac','\x8d','\x9b','\xbf','\xed','\x1b','\x4a','\xf7','\xf4','\x2c','\x57','\x9e','\x08','\x04','\xc2','\x68','\x22','\x74','\x7d','\x6d','\x0e','\x3e','\xed','\x86','\x50','\xce','\x00','\xd5','\xe7','\x8f','\x01','\x6a','\x9f','\xd1','\x63','\xad','\x2f','\xa0','\xd5','\x6a','\xd9','\x6b','\x86','\x60','\xfc','\xc2','\x87','\xff','\x0f','\xec','\x7d','\xdb','\x94','\xe7','\x62','\xfb','\x4a','\x67','\xcc','\x9a','\xe0','\x0e','\xf2','\x6c','\xaf','\x58','\xc9','\xb4','\xd6','\x33','\x88','\x00','\x11','\x08','\x84','\x91','\x02','\x63','\x0c','\x9c','\xf7','\xe1','\xb8','\x20','\xb2','\x02','\xc4','\x18','\x27','\x27','\x08','\x35','\x70','\xfe','\xfc','\x79','\x3b','\xcb','\x3a','\xd6','\xbc','\x82','\xdd','\xbb','\x77','\x63','\xf7','\xee','\xdd','\x78','\xdb','\x5b','\xbf','\xdd','\x1b','\x48','\x97','\xda','\x63','\xf8','\xe3','\x3f','\x9b','\xc1','\xaf','\xfc','\xca','\xaf','\xe0','\xc8','\x91','\x23','\x58','\x58','\xc8','\x0f','\x37','\x3d','\x7d','\xfa','\x34','\x3e','\xf6','\xb1','\x8f','\xe1','\xf4','\x5f','\xbc','\x80','\xf1','\xb1','\x36','\x6e','\xba','\xe9','\xa6','\xd2','\xf4','\xa6','\xa7','\xa7','\xb1','\x75','\xf3','\x25','\xfb','\x7b','\x76','\x41','\x6d','\x6a','\x9e','\x9a','\x9c','\xab','\x9c','\xdd','\x5d','\xce','\x3c','\x11','\x08','\x84','\xd1','\x83','\xeb','\xfa','\x7a','\xd3','\xc6','\x59','\x1c','\x3a','\x74','\xa8','\xf6','\xb3','\xb7','\xde','\x7a','\x2b','\xa6','\x82','\xc3','\x40','\xe7','\x2f','\x4f','\xe1','\xe8','\xd1','\xa3','\xd1','\xf0','\xa7','\x4f','\x9f','\xc6','\xe2','\xd2','\x38','\x3e','\xf5','\xa9','\xa7','\x70','\xfe','\xfc','\x79','\xef','\xde','\xfe','\xfd','\xfb','\x71','\xfb','\xed','\xb7','\x63','\xdb','\xe6','\x57','\x87','\xfe','\x6c','\xaf','\x58','\xc9','\xb4','\xd6','\x33','\x88','\x00','\x11','\x08','\x84','\x91','\x42','\x95','\x13','\x04','\x73','\xdd','\x75','\x7a','\x60','\x7e','\x9b','\x15','\x20','\xb3','\xfa','\x03','\xc6','\xd0','\x68','\x5e','\x1d','\x8e','\x2e','\x63','\xde','\xd1','\x7a','\xc1','\x91','\x23','\x47','\xf0','\xbf','\xce','\xa8','\xd3','\xc5','\xc7','\xc7','\x2e','\xdb','\x15','\x98','\xe9','\xe9','\x69','\x6c','\xd9','\x74','\xc9','\x0b','\xbb','\xb0','\x34','\x8e','\xcf','\x7d','\x9e','\xe1','\xc3','\xbf','\xf8','\x71','\xbc','\xf5','\xad','\x6f','\xb5','\x07','\x8f','\x7e','\xe0','\xc7','\x7f','\x06','\x0f','\x1d','\xf9','\x0c','\x2e','\x5c','\xda','\x8a','\xa9','\xc9','\x99','\xca','\x99','\xda','\xfd','\xfb','\xf7','\x63','\x62','\xc3','\x02','\x12','\x6d','\xce','\xd6','\x4e','\x1b','\xf6','\x64','\xf7','\x6e','\x6e','\x5b','\x97','\x2b','\x4f','\x04','\x02','\x61','\xb4','\x70','\xf4','\xe8','\x51','\xfc','\x8f','\x3f','\xf9','\x12','\x16','\x96','\xc6','\xb1','\x79','\x62','\x11','\xef','\x78','\xc7','\xf7','\xf7','\xb4','\x82','\x7b','\xe0','\xc0','\x01','\x6c','\xda','\xe8','\xaf','\xf6','\x5c','\x9c','\x9b','\xc2','\x43','\x0f','\x3d','\xe2','\x1d','\x1a','\x6a','\x30','\x3b','\x3b','\x8b','\x4c','\x70','\xcc','\x2e','\x6c','\xc5','\x91','\x23','\x47','\x0a','\xf7','\xf7','\xee','\xdd','\xeb','\x1d','\x2e','\xba','\x71','\xc3','\x92','\x95','\x95','\x83','\x3c','\xdb','\x2b','\x06','\x4d','\x2b','\x34','\x25','\x16','\x22','\xc1','\xec','\xec','\xac','\xdd','\x2b','\xf9','\xe1','\x0f','\x7f','\x18','\x67','\xcf','\x9e','\xed','\x2b','\x6f','\x6b','\x09','\x57','\x87','\x76','\x40','\x20','\x10','\xd6','\x14','\xca','\xcc','\xd6','\x8c','\xd9','\x5b','\x95','\x97','\x38','\x97','\x1c','\x59','\x32','\xb4','\x8e','\x71','\xfe','\xfc','\x79','\x3c','\xfb','\xec','\xb3','\x58','\x6a','\xfb','\x1e','\xef','\x84','\xe0','\x5d','\xf7','\xbb','\x1c','\x3f','\x7e','\x1c','\xa7','\x4f','\x9f','\xc6','\xef','\x3f','\x71','\x1a','\xaf','\xce','\x5d','\x53','\x50','\x32','\xf6','\xee','\xdd','\x8b','\xf7','\xff','\xd8','\x69','\x3c','\xfc','\xc8','\xa7','\xad','\xeb','\x6a','\x40','\x11','\x96','\x0b','\x97','\xb6','\x7a','\xd7','\x0c','\xae','\xdd','\x32','\x83','\x1f','\xfd','\x91','\xfd','\xd8','\xb5','\x6b','\x57','\x69','\xba','\x53','\x53','\x53','\xb8','\xfd','\xf6','\x43','\xf8','\xd8','\x03','\x4f','\xe0','\xd5','\x39','\x95','\xd6','\xe6','\x89','\xc5','\x52','\xe7','\x07','\x2e','\x86','\x95','\xa7','\xb3','\x67','\xcf','\x42','\x08','\x7f','\x75','\xd0','\x28','\x02','\x04','\x02','\x61','\x75','\x71','\xe2','\xc4','\x09','\x7c','\xf4','\xa3','\x0f','\xe0','\xd5','\xd9','\x1b','\x00','\x00','\x1b','\x9a','\x6d','\xec','\xde','\xbd','\xbb','\xa7','\x38','\x92','\x24','\x29','\x1c','\x1a','\x9a','\x09','\x8e','\x57','\x66','\xaf','\xb5','\xe6','\x63','\xb7','\xdc','\x72','\x4b','\xe1','\xb9','\x57','\xe7','\xa6','\x70','\xe4','\xe8','\xa7','\x30','\x33','\xa3','\x26','\x4d','\x4c','\x98','\x07','\x1f','\x7c','\x10','\x4b','\xed','\x09','\x15','\x37','\x17','\x51','\x6f','\x95','\x83','\x3c','\x7b','\xf6','\xec','\x59','\xef','\x9c','\x33','\x40','\xc9','\xf1','\x70','\x95','\x67','\xd0','\xb4','\x76','\xee','\xdc','\x89','\x66','\xe3','\x0b','\x76','\xcc','\x98','\x5d','\xd8','\x84','\x5f','\xf9','\x95','\x5f','\xc3','\x03','\x0f','\x3c','\x80','\xd9','\x85','\x6d','\x76','\x32','\xad','\xea','\xe0','\xd8','\xf5','\x00','\x26','\xc9','\x45','\x12','\x81','\x40','\x18','\x21','\xfc','\xd5','\x5f','\xfe','\x25','\xf6','\xee','\xfd','\x7e','\xbc','\xf2','\xea','\xc5','\xdc','\xa5','\x75','\x80','\x0d','\x1b','\x36','\x20','\x4d','\x53','\x64','\x59','\x66','\xaf','\x31','\x96','\x7b','\x7c','\xe3','\x9c','\x83','\x73','\x8e','\xf7','\xbc','\xf3','\x07','\xf0','\x9b','\x0f','\xff','\x36','\xb6','\x5f','\x73','\xcd','\x8a','\xe5','\x7f','\xa5','\x70','\xf8','\xf0','\x61','\x3b','\x88','\xcf','\xcc','\x5d','\x63','\x89','\x84','\xc1','\xe4','\xf8','\x12','\xae','\xdb','\xfa','\x12','\x38','\xcf','\x62','\x8f','\x03','\x50','\xe6','\x20','\x97','\xaf','\x6c','\xc4','\xdc','\xa2','\x1a','\x2c','\xaf','\xdd','\x32','\x83','\xfb','\xfe','\xc3','\xfb','\x71','\xdb','\x6d','\xb7','\xd9','\x30','\x0b','\x0b','\x0b','\xb8','\xff','\xfe','\xfb','\x0b','\x84','\x23','\x86','\x6b','\xb7','\xcc','\xe0','\xf6','\x0f','\xfc','\x13','\xdc','\x7d','\xf7','\xdd','\x98','\x9c','\x9c','\xac','\x0c','\x7b','\xee','\xdc','\x39','\xbc','\xf3','\x07','\x6f','\xc5','\xd7','\x5f','\x54','\x07','\x93','\xee','\xbc','\xee','\x79','\xfc','\xf7','\xd6','\x91','\x5a','\x4a','\xce','\x20','\x79','\x32','\xcf','\xb6','\x5a','\x2d','\xbc','\x3a','\x7b','\x9d','\x77','\x9e','\xc8','\xf8','\x58','\x1b','\xd7','\x6f','\x7b','\x09','\xff','\xf0','\x1b','\x5e','\x83','\xe9','\xe9','\xe9','\x9e','\xcc','\x6d','\x08','\x04','\xc2','\xe0','\x38','\x75','\xea','\x14','\x5a','\xad','\x16','\xfe','\xc7','\x9f','\x7c','\x09','\x33','\xf3','\x5b','\xac','\x92','\x3e','\xd6','\x48','\xb1','\x7d','\xea','\x22','\x26','\xc6','\xe7','\x31','\x3d','\x3d','\x5d','\x29','\x63','\xdc','\x3e','\x3e','\xbb','\xb0','\x2d','\x2a','\x23','\x36','\x4f','\x2c','\x62','\xcb','\xe4','\x0c','\xde','\xf6','\xd6','\x6f','\xc7','\xf4','\xf4','\x34','\xf6','\xee','\xdd','\x8b','\x9b','\x6f','\xbe','\x19','\x5f','\x7d','\xfe','\xf5','\x85','\x30','\x66','\x35','\x65','\x71','\x69','\x13','\x5e','\x9e','\xb9','\x06','\x09','\x17','\xb8','\x7e','\xdb','\x4b','\xf8','\xa9','\x9f','\xfc','\xe7','\xb8','\xf3','\xce','\x3b','\x01','\x60','\xa0','\x67','\xcf','\x9e','\x3d','\x8b','\x56','\xab','\x85','\xe3','\xc7','\x8f','\x47','\x65','\xd2','\x6b','\xb7','\xbf','\x80','\xef','\xfa','\xae','\xef','\x18','\x4a','\x3e','\x01','\x65','\x42','\xf7','\x81','\x1f','\xff','\x19','\x3c','\x7f','\xe1','\x35','\x85','\x7a','\x31','\xe9','\x1d','\x3b','\xf6','\x68','\xe5','\x24','\xd6','\x7a','\x00','\xad','\x00','\x11','\x08','\x84','\x11','\x44','\x17','\x2f','\x08','\x40','\xd1','\x09','\x42','\xe1','\x28','\x54','\x89','\x4c','\x64','\xeb','\xd2','\x0d','\xf6','\xe9','\xd3','\xa7','\xf1','\xf1','\x47','\x3f','\x89','\xe7','\x2f','\xbc','\xbe','\x34','\xcc','\xc2','\xd2','\x38','\x16','\x5e','\x78','\x5d','\x4f','\xf1','\x4e','\x8c','\xcf','\x17','\x4c','\xd0','\x26','\x27','\x27','\x71','\xf7','\xdd','\x77','\x03','\x00','\x3e','\xf1','\xbb','\x27','\xb0','\xb8','\xb4','\x09','\x17','\xe7','\xa6','\xbc','\xc3','\xf7','\xae','\xdd','\x32','\x83','\xf1','\xb1','\x45','\xfc','\xd8','\xfb','\xde','\x53','\x8b','\xfc','\x00','\x6a','\x16','\xf2','\x7b','\xbe','\xfb','\xcd','\x78','\xe5','\xc9','\xaf','\x03','\x00','\xde','\xf6','\xd6','\x6f','\xaf','\x3d','\xc3','\x3b','\x48','\x9e','\x8e','\x1d','\x3b','\xa6','\x89','\x53','\xb1','\xee','\x96','\xda','\x63','\xf8','\xfa','\x8b','\x3b','\xf1','\xc2','\x2b','\x29','\x80','\x16','\x11','\x20','\x02','\x61','\x85','\xd1','\x6a','\xb5','\xf0','\xc4','\x93','\x5f','\xc7','\xc2','\xd2','\x75','\xde','\xf5','\x76','\xda','\xc0','\x0b','\xaf','\x5e','\x07','\xe0','\x3a','\x3c','\xfc','\xc8','\xa7','\xb1','\x63','\xc7','\x0e','\x6f','\xa2','\xc6','\x45','\x55','\x1f','\x37','\x30','\x07','\x86','\x3e','\xf1','\xe4','\xd7','\x01','\xb4','\xb0','\x77','\xef','\x5e','\xec','\xd9','\xb3','\x07','\x2f','\x3e','\xf9','\x75','\xbc','\x66','\xfb','\x79','\xcc','\x5f','\x9e','\x82','\x10','\x09','\xce','\xbd','\x7c','\x83','\x7d','\x66','\xac','\x91','\x62','\xdb','\xe6','\x59','\xdc','\xb4','\x6b','\x12','\xd3','\xd3','\xff','\xda','\x93','\x0f','\x83','\x3c','\xdb','\x6a','\xb5','\xf0','\xd0','\x91','\xcf','\x60','\x66','\x3e','\x2e','\x93','\xfe','\xf6','\x85','\xd7','\xe1','\xe5','\x21','\xe5','\xd3','\xe4','\xf5','\xfd','\x3f','\xf6','\x2e','\xfc','\xce','\xc7','\x9f','\xc4','\xab','\xb3','\xdb','\xec','\xea','\xd8','\xb5','\x5b','\x66','\xb0','\xe7','\x3b','\x5e','\x8b','\x83','\x07','\xff','\xe5','\xba','\x27','\x3f','\x00','\x11','\x20','\x02','\x81','\x30','\x62','\x68','\x34','\x1a','\xe0','\xbc','\x9a','\x00','\x45','\x49','\x8d','\xf4','\xf7','\x08','\x41','\x32','\x30','\xc6','\xc1','\xd6','\xa1','\x19','\x9c','\x19','\xc0','\x5c','\x2f','\x40','\xc3','\xc0','\xf4','\xf4','\x34','\x76','\xee','\xdc','\x59','\xb8','\x3e','\x39','\x39','\x89','\x7b','\xef','\xbd','\x17','\x87','\x0e','\x1d','\xc2','\x89','\x13','\x27','\xd4','\xcc','\xaa','\x63','\x2a','\x36','\x3d','\x3d','\x8d','\x1f','\xfe','\xe1','\x1f','\xee','\xd9','\x44','\x45','\xed','\xc9','\x69','\x39','\xdf','\xeb','\xa3','\xdf','\x3c','\x1d','\x3c','\x78','\x10','\xe7','\xcf','\x9f','\xaf','\xac','\xbb','\x9d','\x3b','\x77','\xd2','\x7e','\x21','\x02','\x61','\x15','\x60','\x64','\x42','\xd5','\x79','\x3d','\xd3','\xd3','\xd3','\x38','\x78','\xf0','\x60','\xe9','\xfd','\x3a','\x7d','\xdc','\x60','\xcf','\x9e','\x3d','\xb6','\xaf','\x9b','\xb4','\xa7','\xa7','\x3f','\x88','\x99','\x99','\x19','\xbb','\x32','\x63','\xb0','\x73','\xe7','\x4e','\xdc','\x7a','\xeb','\xfb','\x71','\xf0','\xe0','\xc1','\xc2','\x24','\xcf','\xe0','\xcf','\xa2','\xf2','\xa0','\xd6','\x61','\xe5','\xd3','\xe0','\xde','\x7b','\xef','\xc5','\xce','\x9d','\x3b','\xd1','\x6a','\xb5','\x70','\xee','\xdc','\xd7','\x6c','\xbc','\x75','\x27','\xb0','\xd6','\x03','\xc8','\x04','\x8e','\x40','\x20','\x8c','\x14','\x9e','\xfd','\xd2','\x97','\xf0','\xfd','\xdf','\xff','\xbf','\xe3','\xc5','\x97','\x5e','\x2e','\x35','\x81','\x1b','\x1b','\x1b','\x43','\x9a','\xa6','\xde','\x5e','\x21','\x63','\x02','\x67','\xc2','\x37','\x1a','\x09','\x7e','\xe8','\x5d','\xef','\xc2','\xaf','\x3f','\xf4','\x5f','\xb1','\x7d','\xfb','\xf6','\x15','\xcb','\x3f','\x81','\x40','\x20','\x10','\x08','\x84','\xd1','\xc6','\xfa','\x9b','\x1a','\x25','\x10','\x08','\x6b','\x1a','\x42','\x08','\x88','\x1a','\x07','\xa1','\x56','\x39','\x42','\x00','\x00','\x29','\xa4','\x5a','\x49','\xa2','\x39','\x1e','\x02','\x81','\x40','\x20','\x10','\x08','\x0e','\x88','\x00','\x11','\x08','\x84','\x91','\x42','\x27','\x4d','\x91','\x55','\x1c','\x5e','\xda','\x8d','\xf8','\x58','\x33','\x38','\x00','\xed','\x0e','\x1d','\x84','\x4a','\x20','\x10','\x08','\x04','\x02','\xc1','\x07','\x11','\x20','\x02','\x81','\x30','\x52','\x48','\x38','\x47','\x17','\x8e','\x03','\xce','\x79','\xa9','\x73','\x03','\xeb','\x09','\x8e','\x31','\x48','\x22','\x3f','\x04','\x02','\x81','\x40','\x20','\x10','\x02','\x10','\x01','\x22','\x10','\x08','\x23','\x85','\x24','\x49','\x90','\xf0','\xa4','\xf4','\xbe','\x94','\xb2','\x40','\x7e','\x0a','\x87','\xa2','\xe6','\x77','\xba','\xae','\x18','\x11','\x08','\x04','\x02','\x81','\x40','\xb8','\xba','\x40','\x04','\x88','\x40','\x20','\x8c','\x14','\x18','\x63','\x60','\x5d','\xbc','\xc0','\x85','\x07','\x9c','\xc6','\x56','\x83','\x24','\x24','\xc6','\x9a','\x4d','\x22','\x40','\x04','\x02','\x81','\x40','\x20','\x10','\x3c','\x10','\x01','\x22','\x10','\x08','\x23','\x05','\x29','\x25','\xb2','\x1a','\x4e','\x10','\xba','\xdf','\xeb','\x4e','\xa4','\x08','\x04','\x02','\x81','\x40','\x20','\x5c','\x7d','\x20','\x02','\x44','\x20','\x10','\x46','\x0a','\xdd','\x1c','\x17','\x18','\x0f','\x70','\x2e','\x09','\x8a','\x11','\x22','\x06','\xa0','\xd3','\x49','\xd7','\xe5','\x41','\xa8','\x04','\x02','\x81','\x40','\x20','\x10','\xfa','\x07','\x11','\x20','\x02','\x81','\x30','\x52','\x50','\x4e','\x10','\xba','\x1f','\x84','\xda','\xd5','\xbb','\x1b','\x03','\xa4','\x14','\x10','\x44','\x80','\x08','\x04','\x02','\x81','\x40','\x20','\x38','\x20','\x02','\x44','\x20','\x10','\x46','\x0a','\xcd','\x66','\x13','\x09','\x2f','\x17','\x4d','\xe6','\xb0','\xd3','\x3a','\x24','\x49','\x82','\x81','\xd3','\x1e','\x20','\x02','\x81','\x40','\x20','\x10','\x08','\x0e','\x88','\x00','\x11','\x08','\x84','\x91','\x82','\x94','\x12','\xdd','\xfc','\x60','\xc7','\x3c','\xc1','\x01','\xa1','\x29','\x1c','\x43','\x23','\x69','\x90','\x13','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x1e','\x88','\x00','\x11','\x08','\x84','\x91','\x82','\x22','\x37','\xdd','\xcf','\xef','\x89','\xb9','\xbe','\xf6','\x88','\x91','\x94','\xe0','\x9c','\xd1','\x1e','\x20','\x02','\x81','\xb0','\xee','\x61','\x64','\x5f','\x54','\x16','\x12','\x08','\x84','\x02','\x1a','\xab','\x9d','\x01','\x02','\x81','\x40','\x70','\x91','\xa6','\x69','\x57','\x2f','\x70','\x00','\xba','\x3a','\x41','\x00','\x80','\x2c','\x25','\x27','\x08','\x04','\x02','\x61','\xfd','\x23','\x94','\x81','\xb4','\xf2','\x4d','\x20','\x54','\x83','\x56','\x80','\x08','\x04','\xc2','\x48','\x21','\x3c','\xe3','\x27','\x86','\x2a','\x13','\x38','\x33','\xf0','\x4b','\x48','\x64','\x59','\x3a','\xf4','\xfc','\x8d','\x1a','\x88','\xe0','\x11','\x08','\x57','\x2f','\x68','\xa5','\x87','\x40','\xe8','\x0f','\xb4','\x02','\x44','\x20','\x10','\x46','\x0a','\x9c','\x73','\x24','\x49','\x35','\x09','\x62','\x8c','\x45','\xbd','\xc0','\x19','\x45','\x80','\x31','\x06','\x48','\x00','\x60','\xb5','\x08','\xd5','\x5a','\x06','\xcd','\xf4','\x12','\x08','\x57','\x2f','\xa8','\xff','\x13','\x08','\xfd','\x61','\x7d','\x6b','\x06','\x04','\x02','\x61','\x4d','\xa2','\xce','\x41','\xa7','\x5d','\x89','\x0d','\x63','\x68','\x34','\x9b','\xc3','\xcc','\xd6','\x48','\x83','\x66','\x81','\x09','\x04','\x02','\x81','\x40','\xa8','\x07','\x22','\x40','\x04','\x02','\x61','\xe4','\x50','\xa5','\xcc','\xd7','\x55','\xf4','\x19','\x14','\x59','\xba','\x1a','\x88','\x81','\x71','\x0d','\x4e','\x20','\x10','\x08','\x04','\x02','\xa1','\x3b','\x88','\x00','\x11','\x08','\x84','\x91','\x42','\x37','\x27','\x08','\xbd','\x28','\xfa','\x69','\x67','\xfd','\xef','\x01','\x02','\xc8','\x0c','\x86','\x40','\x20','\x10','\x08','\x84','\x5e','\x40','\x04','\x88','\x40','\x20','\x8c','\x14','\xba','\x99','\xb6','\xb9','\x6e','\x5e','\x2b','\xc3','\x01','\xc8','\xb2','\xf5','\xef','\x05','\x2e','\x2c','\xdf','\x7a','\x2f','\x2f','\x81','\x40','\x20','\xac','\x27','\x90','\xcc','\x5e','\x1d','\x10','\x01','\x22','\x10','\x08','\x23','\x85','\x24','\x49','\xd0','\x48','\x92','\xd2','\xfb','\x66','\xb5','\x23','\x5c','\xf5','\x70','\x07','\x11','\x29','\x25','\xa0','\x0f','\x54','\xbd','\x1a','\x56','\x47','\xdc','\xb2','\x5f','\x2d','\x66','\x7f','\x04','\x02','\x81','\xb0','\x1e','\x70','\x35','\x8c','\x51','\xa3','\x08','\x22','\x40','\x04','\x02','\x61','\xe4','\xc0','\x78','\x7c','\x40','\x30','\xca','\x7d','\x99','\x0b','\xec','\xe0','\x02','\xc6','\xc6','\xc6','\xd6','\xbd','\x17','\xb8','\x18','\x68','\x40','\x25','\x10','\x08','\x04','\x02','\xa1','\x1c','\x57','\x9f','\x66','\x40','\x20','\x10','\x46','\x1e','\x42','\xc4','\x57','\x30','\xc2','\x95','\x8e','\x2a','\x5c','\x2d','\x4e','\x10','\xd6','\x7b','\xf9','\x08','\x04','\x02','\x61','\x2d','\x83','\x64','\x74','\xff','\x18','\xb4','\xee','\xaa','\x9e','\x27','\x02','\x44','\x20','\x10','\x46','\x0a','\x57','\xda','\x6d','\x64','\x59','\xd6','\x35','\x5c','\x41','\xb0','\x45','\x56','\x86','\xb2','\xf4','\xea','\xdb','\x03','\x44','\x20','\x10','\x08','\x84','\xd1','\x01','\xad','\xc8','\xf7','\x8f','\x61','\xd4','\x5d','\xd9','\x18','\x49','\x04','\x88','\x40','\x20','\x8c','\x14','\x1a','\x49','\x82','\x6e','\x32','\x2f','\xb6','\xb2','\x13','\x8a','\x38','\x09','\x89','\x4c','\x64','\xeb','\x9e','\x20','\x0c','\x3a','\x40','\xac','\xf7','\xfa','\x21','\x10','\x08','\x6b','\x07','\xc3','\x96','\x47','\xa3','\x2e','\xdf','\x86','\x91','\xbf','\x61','\x1c','\x1b','\x31','\x4c','\x0c','\x33','\xcd','\xae','\xce','\x8e','\x6a','\xa4','\x45','\x04','\x88','\x40','\x20','\xac','\x09','\x70','\xce','\x2b','\xf7','\xed','\x18','\xf2','\x13','\x53','\xfc','\xdd','\x6b','\x52','\x48','\x00','\x6c','\xdd','\xef','\x01','\x92','\x52','\x42','\x88','\x72','\xb7','\xe1','\xdd','\x06','\x88','\xaa','\x7d','\x55','\x04','\x05','\xaa','\x1b','\x02','\x61','\x65','\x30','\xec','\xd5','\x92','\xe5','\x5e','\x7d','\x19','\x44','\x01','\x07','\x68','\x75','\xa8','\x1b','\x79','\xeb','\x6a','\xea','\x5e','\x31','\x7e','\x99','\x6b','\x65','\x3a','\xc0','\xfa','\xd6','\x0c','\x08','\x04','\xc2','\x9a','\x03','\x63','\x0c','\x8c','\x95','\x8b','\xa6','\x32','\x37','\xd8','\x4c','\x5f','\xb3','\xd7','\x19','\x43','\xa3','\xd1','\x5c','\xae','\x6c','\x8e','\x0c','\x84','\x10','\x5d','\x07','\x89','\x3a','\x24','\xa8','\xd7','\x67','\xd6','\x23','\x0a','\x9e','\x04','\x35','\xae','\x76','\x25','\x85','\x40','\x58','\x29','\xf4','\x3b','\x19','\x13','\x3e','\xb7','\x52','\x93','\x3a','\xdd','\xf6','\x99','\x76','\x53','\xe2','\xc3','\xf1','\xcc','\xfd','\xac','\x7d','\xe8','\x77','\x40','\x02','\x56','\x53','\x76','\x95','\xc9','\xd0','\x6e','\xcf','\x84','\xf9','\xef','\xe5','\xdd','\x31','\xed','\xed','\xd5','\x4c','\x06','\xba','\xf1','\x55','\x95','\xbf','\x51','\x3b','\x05','\x02','\x81','\x40','\x58','\x01','\x28','\x01','\xd6','\xfd','\x20','\x54','\x77','\xe0','\x89','\x7a','\x85','\x03','\xc0','\xf9','\xfa','\x57','\xe4','\x9b','\xcd','\x6a','\x92','\x57','\x77','\x00','\x0c','\xc3','\x5d','\x8d','\x4a','\xbf','\x5b','\xe6','\xab','\xb1','\xfc','\x04','\xc2','\x6a','\xa3','\xdf','\x7e','\xb7','\x9a','\xf2','\xab','\x2a','\xad','\x3a','\x2b','\x18','\x55','\x9f','\xfd','\xe4','\x61','\x35','\x65','\x57','\xaf','\xf9','\xe8','\x66','\xc9','\xd1','\x6b','\xda','\xbd','\xa4','\x4f','\x2b','\x40','\x04','\x02','\x61','\xa4','\x90','\x66','\x19','\xb2','\xac','\x9c','\x00','\x95','\x21','\x26','\xea','\x3a','\xed','\x94','\x14','\x59','\x02','\x81','\x40','\x20','\x10','\x08','\x1e','\x88','\x00','\x11','\x08','\x84','\xd1','\x42','\x0f','\xcb','\xe6','\x80','\xb3','\xfc','\x8d','\x7c','\xc6','\x47','\x4a','\x09','\x09','\x09','\x21','\xd2','\xca','\xfd','\x31','\x04','\x02','\x81','\x40','\x20','\x10','\xae','\x3e','\x10','\x01','\x22','\x10','\x08','\x23','\x85','\x66','\xb3','\x89','\x24','\x49','\x6a','\x85','\x0d','\xed','\xaf','\xbd','\xef','\x42','\x02','\x8c','\xd7','\x8e','\x8b','\x40','\x20','\x10','\x08','\x04','\xc2','\xd5','\x01','\x22','\x40','\x04','\x02','\x61','\xa4','\x20','\xa5','\x04','\xe7','\xf5','\x36','\xf5','\xbb','\x9f','\x05','\x53','\x37','\xc6','\xd0','\x68','\xd0','\x36','\x47','\x02','\x81','\x40','\x20','\x10','\x08','\x3e','\x88','\x00','\x11','\x08','\x84','\x91','\x02','\x63','\xac','\xab','\x5b','\xe7','\xd8','\x66','\xc7','\x98','\x57','\xb8','\x24','\xe1','\xeb','\xde','\x09','\x02','\x81','\x40','\x20','\x10','\x08','\x84','\xde','\x40','\x04','\x88','\x40','\x20','\x8c','\x14','\xd2','\x34','\xed','\xea','\x04','\x21','\xe6','\xf2','\x34','\x1a','\x57','\x87','\xf6','\x00','\x11','\x08','\x04','\x02','\x81','\x40','\xf0','\x41','\x04','\x88','\x40','\x20','\x8c','\x14','\xd4','\x0a','\x4f','\xf9','\xfd','\x98','\xbb','\xd3','\xe8','\x39','\x36','\x90','\x48','\x53','\xf2','\x02','\x47','\x20','\x10','\x08','\x04','\x02','\xc1','\x07','\x11','\x20','\x02','\x81','\x30','\x52','\x68','\x36','\x9b','\x48','\x78','\xb5','\xe3','\x82','\x5a','\x66','\x6d','\x12','\x60','\x3c','\x4e','\x8e','\x08','\x04','\x02','\x81','\x40','\x20','\x5c','\xbd','\x20','\x02','\x44','\x20','\x10','\x46','\x0a','\x8c','\x31','\x54','\x2e','\x01','\x05','\x28','\x25','\x43','\x0c','\x68','\x36','\x9a','\x44','\x80','\x08','\x04','\x02','\x81','\x40','\x20','\x78','\x20','\x02','\x44','\x20','\x10','\x46','\x0a','\xe1','\xfe','\x9e','\xd8','\xfd','\x32','\xb3','\x37','\x1f','\x0c','\x8c','\x93','\x13','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x3e','\x88','\x00','\x11','\x08','\x84','\x91','\x82','\x72','\x82','\x90','\xd5','\x0e','\x6f','\x88','\x50','\x8c','\x10','\x65','\x69','\x4a','\x04','\x88','\x40','\x20','\x10','\x08','\x04','\x82','\x07','\x22','\x40','\x04','\x02','\x61','\xa4','\xd0','\x8d','\xb0','\x18','\x97','\xd7','\x61','\xb8','\xf0','\x6c','\x20','\x40','\x22','\xcb','\x88','\x00','\x11','\x08','\x04','\x02','\x81','\x40','\xf0','\x41','\xa7','\x04','\x12','\x08','\x84','\x91','\xc2','\xd8','\xd8','\x18','\x92','\xa4','\x7c','\x6e','\xa6','\x0e','\xa1','\x51','\x04','\x09','\x90','\x60','\xe0','\x9c','\xe6','\x79','\x08','\x04','\x02','\x81','\x40','\x20','\xe4','\x20','\xcd','\x80','\x40','\x20','\x8c','\x14','\xa4','\x94','\x3d','\x93','\x96','\x32','\x52','\xd4','\x6c','\x92','\x13','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x3e','\x88','\x00','\x11','\x08','\x84','\x91','\x82','\x94','\xb2','\xf2','\x20','\x54','\xe3','\x00','\xa1','\x8a','\xd8','\xa8','\x7b','\xcc','\x9a','\xcb','\x11','\x08','\x04','\x02','\x81','\x40','\x20','\x18','\x10','\x01','\x22','\x10','\x08','\x23','\x85','\x34','\x4d','\x21','\x44','\x39','\x01','\x02','\xe2','\x87','\xa1','\xba','\x90','\x52','\x82','\x01','\x48','\x3b','\x9d','\xae','\x71','\x11','\x08','\x04','\x02','\x81','\x40','\xb8','\xba','\x40','\x04','\x88','\x40','\x20','\x8c','\x14','\x92','\x24','\xb1','\xc7','\x00','\xc5','\x56','\x6f','\x18','\x53','\xfb','\x7a','\xba','\xad','\xec','\xa8','\x95','\x24','\x72','\x82','\x40','\x20','\x10','\x08','\x04','\x02','\xc1','\x07','\x11','\x20','\x02','\x81','\x30','\x52','\x50','\x04','\x27','\xa9','\xbc','\x1f','\x92','\x9a','\x32','\x73','\x38','\xc6','\x39','\x39','\x41','\x20','\x10','\x08','\x04','\x02','\x81','\xe0','\x81','\x34','\x03','\x02','\x81','\x30','\x52','\x50','\x04','\xa8','\x37','\xc7','\x05','\xd1','\x55','\x1e','\xc6','\xd0','\x6c','\x8e','\x91','\x13','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x1e','\x88','\x00','\x11','\x08','\x84','\x91','\x82','\x10','\xa2','\x72','\xdf','\x8e','\x94','\x32','\xba','\xe7','\x27','\x04','\x43','\x7c','\xb5','\x88','\x40','\x20','\x10','\x08','\x04','\xc2','\xd5','\x0d','\x22','\x40','\x04','\x02','\x61','\xa4','\x90','\x66','\x59','\xa5','\x17','\xb8','\x18','\xca','\x56','\x79','\xd2','\x4e','\x3a','\x8c','\x2c','\x11','\x08','\x04','\x02','\x81','\x40','\x58','\x47','\x20','\x02','\x44','\x20','\x10','\x46','\x0a','\x7c','\x48','\x26','\x6b','\x12','\x12','\x42','\x66','\xe4','\x05','\x8e','\x40','\x20','\x10','\x08','\x04','\x82','\x07','\x22','\x40','\x04','\x02','\x61','\xa4','\xd0','\x6c','\x36','\x91','\x24','\xe5','\x4e','\x10','\x00','\x65','\x26','\xd7','\xd5','\xb4','\x4d','\x02','\x52','\x82','\x9c','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\xf0','\x40','\x9a','\x01','\x81','\x40','\x18','\x29','\x48','\x29','\xbb','\x3a','\x41','\xa8','\xe5','\xd8','\x80','\x31','\x8c','\x8d','\x91','\x13','\x04','\x02','\x81','\x40','\x20','\x10','\x08','\x3e','\x88','\x00','\x11','\x08','\x84','\x91','\x43','\x9d','\x3d','\x40','\x2e','\xb1','\x21','\x27','\x08','\x04','\x02','\x81','\x40','\x20','\x10','\xea','\x82','\x08','\x10','\x81','\x40','\x18','\x29','\x74','\x3a','\x9d','\x5a','\xfb','\x76','\x5c','\x62','\x53','\xb6','\xca','\x93','\xa5','\x74','\x10','\x2a','\x81','\x40','\x20','\x10','\x08','\x04','\x1f','\x44','\x80','\x08','\x04','\xc2','\x48','\xa1','\xd1','\x68','\x54','\xde','\x37','\x7b','\x7a','\xba','\x99','\xb6','\x49','\x48','\x64','\x19','\x11','\x20','\x02','\x81','\x40','\x20','\x10','\x08','\x3e','\x88','\x00','\x11','\x08','\x84','\x91','\x02','\x63','\x0c','\x8d','\x0a','\x27','\x08','\xdd','\xce','\x09','\xb2','\x90','\x00','\x63','\x9c','\x9c','\x20','\x10','\x08','\x04','\x02','\x81','\x40','\xf0','\x40','\x9a','\x01','\x81','\x40','\x18','\x29','\x30','\xc6','\x80','\x2e','\xab','\x3b','\x75','\x9d','\x20','\x34','\x1a','\x0d','\x72','\x82','\x40','\x20','\x10','\x08','\x04','\x02','\xc1','\x03','\x11','\x20','\x02','\x81','\x30','\x52','\x10','\x42','\x40','\xf6','\x78','\x76','\x4f','\xa9','\x13','\x04','\xce','\xc9','\x04','\x8e','\x40','\x20','\x10','\x08','\x04','\x82','\x07','\x22','\x40','\x04','\x02','\x61','\xa4','\x90','\xa6','\x29','\xb2','\x2e','\x04','\x88','\x31','\xe6','\xad','\xec','\x94','\xad','\xf1','\x64','\x69','\x4a','\x2b','\x40','\x04','\x02','\x81','\xb0','\x0c','\xa0','\xc9','\x25','\xc2','\x28','\x42','\x4a','\x69','\x4d','\xe5','\x65','\x45','\x23','\xad','\xde','\x6d','\xbc','\x4a','\x30','\xf6','\xfd','\xe6','\x53','\x4a','\x69','\x0b','\x64','\xbe','\x33','\xc6','\x6c','\x01','\x85','\x10','\x56','\xc9','\x91','\x52','\x22','\xcb','\xfc','\xd3','\xdf','\x4d','\xf9','\xa5','\x94','\x48','\x92','\xc4','\xc6','\x61','\xae','\x71','\xae','\xf6','\x09','\xb8','\x7b','\x0b','\x8c','\x82','\xe5','\x86','\x75','\xaf','\x99','\xfc','\x99','\x67','\x4d','\xb8','\x30','\x0d','\x93','\x4f','\xce','\xb9','\xcd','\x63','\x96','\x65','\x00','\x60','\xaf','\x99','\xb2','\x99','\xf8','\xdd','\x74','\xdd','\x67','\xdd','\x38','\x4d','\x7e','\x4c','\x19','\xc2','\x70','\xe6','\x7a','\x2f','\x79','\x76','\xe3','\x32','\xf9','\x73','\xeb','\x50','\x08','\x81','\x24','\x49','\xa2','\xf9','\x33','\x61','\x4d','\xd9','\x5c','\x05','\x35','\xac','\x17','\x93','\x0f','\xb7','\xee','\xcd','\x35','\x93','\x86','\xfb','\xde','\x4c','\x1a','\x49','\x92','\xd8','\xf8','\xc3','\x74','\x4d','\x7c','\x8c','\x31','\xfb','\x2e','\xdd','\xf7','\x66','\xae','\x99','\xf7','\x11','\x86','\x33','\xf9','\x2b','\x7b','\xe7','\xe6','\x99','\x2c','\xcb','\xbc','\x77','\x69','\xea','\xca','\x2d','\x9b','\xfb','\x9e','\x4c','\x7c','\xee','\xa7','\x1b','\xc6','\x6d','\x07','\x6e','\xbb','\x8f','\xd5','\x81','\xc9','\x9f','\xdb','\x2f','\x4c','\x39','\xc2','\xf7','\x16','\xc6','\x17','\xb6','\x8d','\xb0','\x1d','\xb8','\xed','\xcf','\xcd','\x9f','\x5b','\x2f','\x65','\xf9','\x73','\xcb','\x61','\x10','\xf6','\xa3','\xf0','\x9a','\x9b','\xae','\x49','\xc3','\xbc','\x8f','\xd9','\xb9','\x39','\x00','\xe5','\x03','\x6b','\xd8','\xa6','\x19','\x63','\x2a','\x74','\x20','\xe7','\x24','\x24','\x5e','\xb9','\xf8','\x2a','\x3e','\xff','\xf9','\xcf','\xe3','\x86','\x1b','\x6f','\xf4','\xf2','\xe6','\x96','\x0b','\x50','\xa4','\xcb','\xcd','\x87','\x9b','\x37','\xd3','\xf6','\x5c','\x79','\xd3','\x68','\x34','\x6c','\x7b','\xcc','\xb2','\x0c','\x52','\x4a','\xeb','\xbc','\x21','\x49','\x12','\xa4','\x69','\x6a','\xeb','\xc9','\x3c','\x1b','\xf6','\x35','\xd3','\x9e','\x4c','\xdd','\x85','\xe9','\x1a','\xf3','\xbd','\xf0','\xdd','\x9a','\xb6','\xe6','\xbe','\x33','\x37','\x7f','\xee','\xb3','\x6e','\x79','\xc3','\xfe','\xe2','\xbe','\x33','\xb7','\xdd','\xbb','\xf9','\x73','\x9f','\x0d','\xdb','\x86','\x49','\xd7','\xcd','\xb3','\x7b','\x2d','\x2c','\x9b','\xdb','\x27','\x4d','\xba','\x55','\xed','\xcc','\x84','\x75','\xe3','\x33','\x65','\x73','\x9f','\x33','\xf9','\xb3','\xef','\xdd','\xb9','\x66','\xca','\x15','\xca','\xa5','\x2c','\xcb','\xd0','\xe9','\x74','\xd0','\xe9','\x74','\xbc','\x36','\x6a','\xd2','\x70','\xeb','\xc0','\x3c','\x6f','\xde','\xaf','\xc9','\x9f','\xb9','\x66','\xd2','\x4a','\xd3','\x34','\x5a','\x5e','\xf7','\xd9','\x50','\x6e','\xba','\xed','\xc0','\x6d','\x43','\x8c','\x31','\xaf','\x4d','\x86','\xf9','\x0b','\x65','\x6e','\x28','\xc3','\x4d','\x3e','\xc3','\x77','\x9e','\xa6','\xa9','\x6d','\x1b','\x6e','\xba','\x26','\x8c','\xc9','\xb7','\x9b','\xe7','\xb0','\xcf','\x84','\xe5','\x75','\x0f','\x2d','\x0e','\x9f','\x75','\xc7','\x69','\xb7','\x6f','\x85','\x63','\x87','\x89','\xdf','\x95','\x2d','\x6e','\xdf','\x2c','\xab','\x03','\x93','\x67','\x33','\xe6','\x87','\xe9','\x66','\x59','\x56','\xe8','\x6f','\x61','\x3d','\x9b','\x7a','\x69','\x36','\x9b','\xb6','\x1c','\x61','\x9d','\xba','\xfa','\x81','\xc9','\x33','\x63','\xcc','\x7a','\xac','\x6c','\x36','\x9b','\xb6','\xfd','\xbb','\xcf','\x9a','\xf2','\xba','\x79','\x0e','\xe5','\xa1','\xdb','\x0e','\xdc','\xba','\x72','\xfb','\xbe','\x9b','\x67','\xb7','\xfe','\xc2','\xba','\x37','\x75','\x10','\xd6','\xa9','\x69','\xa7','\x61','\x7b','\x76','\xfb','\x7d','\xac','\xef','\x9b','\xb2','\x19','\xf9','\xb2','\xb4','\xb4','\x84','\xa5','\xa5','\x25','\xb4','\xdb','\x6d','\x64','\x59','\xa6','\x26','\xab','\x74','\x5c','\x63','\x63','\x63','\xd8','\xb0','\x61','\x83','\xcd','\xa3','\xc9','\x9f','\x89','\xb7','\xd1','\x68','\x40','\x08','\x81','\x4b','\x97','\x2e','\x61','\x69','\x69','\xc9','\xd6','\x89','\x3b','\xc6','\xba','\xe5','\x09','\xc7','\xd0','\xb0','\x2f','\x84','\xe3','\x9f','\x2b','\x3b','\xbc','\xc9','\x31','\x47','\x5f','\x32','\x69','\xb8','\x6d','\x34','\xcb','\x32','\x34','\x9b','\x4d','\x6f','\x8c','\x37','\xf5','\x05','\xa8','\x83','\xb9','\x8d','\xdc','\x35','\xef','\x2b','\x4c','\xcf','\x5c','\x33','\x70','\xf5','\x01','\x17','\xa1','\x1c','\x75','\xcb','\xee','\x3e','\x6b','\xde','\xa7','\x29','\xbb','\x9b','\xa6','\xab','\x4b','\x84','\x93','\x7b','\xae','\x3c','\x76','\xcb','\x1f','\xea','\x85','\x6e','\x3f','\x0c','\xeb','\xa9','\xaa','\xfe','\xdd','\x72','\xb8','\xed','\x26','\x0c','\x17','\xd3','\x51','\xcb','\xc2','\xb9','\xe1','\x63','\x79','\xc9','\xb2','\xcc','\xbe','\x67','\x13','\x97','\xab','\xf3','\xbb','\xb2','\xcc','\xbc','\x2f','\x53','\x0f','\xcd','\x66','\x13','\xd7','\x5e','\x7b','\x2d','\xdb','\xba','\x75','\x6b','\xf4','\x70','\x75','\x26','\x9d','\x52','\x49','\x29','\xb1','\xb8','\xb8','\x88','\xb9','\xb9','\x59','\x64','\x99','\x00','\x67','\x0c','\xf3','\xf3','\xf3','\x78','\xf9','\xe5','\x97','\x71','\xfe','\xfc','\x79','\x5c','\xbe','\x7c','\x19','\x00','\xd0','\xd1','\x02','\x29','\xed','\x74','\x6c','\xa4','\x1d','\x2d','\x0c','\x1b','\x8e','\x52','\x60','\x84','\x45','\x9a','\x65','\x18','\xd7','\x1d','\x63','\xe9','\xca','\x15','\x64','\x69','\x8a','\xb1','\xb1','\x31','\x4c','\x4e','\x4e','\x22','\x69','\x34','\xd0','\xbe','\x72','\x05','\x9d','\x4e','\xc7','\x56','\x44','\xbb','\xd3','\xc1','\xfc','\xfc','\x3c','\xae','\x5c','\xb9','\x62','\x3b','\x71','\xbb','\x7d','\x05','\x57','\x96','\xae','\xe0','\xca','\x95','\x2b','\x48','\x75','\x03','\xed','\x74','\xda','\x58','\x5c','\xbc','\x8c','\xa5','\xcb','\x97','\x01','\x53','\x09','\x69','\x8a','\xc5','\xcb','\x97','\xd1','\x6e','\xb7','\x6d','\xc5','\xa4','\x69','\x8a','\x4c','\xcf','\x2a','\x27','\x9c','\xa3','\x39','\x36','\xa6','\xe2','\xd4','\xf1','\x37','\x9b','\x4d','\x24','\x5a','\x18','\x98','\x34','\x9b','\x8d','\x06','\x1a','\x5a','\xa8','\xb5','\xdb','\x6d','\x7b','\x8d','\xeb','\x0e','\x78','\xe5','\xca','\x15','\x40','\x4a','\x24','\x8d','\x86','\x12','\x7e','\x42','\xa0','\x63','\x84','\x41','\x92','\xa0','\xa1','\x85','\xa9','\xfb','\x6c','\xd2','\x68','\x40','\x4a','\x81','\x2c','\xcb','\x05','\xae','\x2b','\x24','\x39','\xe7','\x68','\x98','\xf8','\xa4','\x44','\xa7','\xd3','\x51','\x9d','\xd3','\xe4','\xc5','\x4d','\xa3','\xd1','\xd0','\x1d','\x58','\xa2','\xdd','\xee','\x40','\x0a','\x81','\x46','\xb3','\xa9','\x3a','\xb2','\x11','\x4c','\x5a','\xf0','\x99','\xce','\xdc','\x6e','\xb7','\x55','\x38','\x5b','\x36','\x81','\x4e','\xbb','\x83','\xcc','\xc9','\x1f','\x80','\x42','\xba','\x42','\x08','\x7b','\x6d','\xac','\xd9','\xb4','\xf5','\xe2','\x5e','\x63','\xba','\x63','\xbb','\xe5','\x0d','\xeb','\x2f','\xcf','\x73','\x9e','\x46','\x21','\x7f','\x52','\xda','\xbc','\x98','\x7a','\x36','\xc2','\xdf','\xb6','\x35','\x3d','\xe8','\x98','\x7a','\x0e','\xeb','\xca','\x94','\xc3','\xc4','\xe7','\x86','\x6b','\xbb','\xf1','\x39','\xe1','\x84','\x10','\x18','\x1b','\x1b','\xb3','\x1d','\xc7','\x08','\xf8','\x66','\xb3','\x69','\xeb','\xb9','\xd3','\x49','\x6d','\xba','\xcd','\xb1','\x31','\x55','\xcf','\x59','\x86','\x4c','\x2b','\x15','\xe1','\x3b','\x0a','\xf3','\x62','\xda','\x9a','\x11','\xb6','\x85','\xba','\xd2','\xcf','\x8a','\xd8','\x7b','\xd3','\xc2','\xdf','\xb6','\xb5','\x4e','\x07','\xc2','\x29','\x9b','\xc9','\x4b','\x9a','\xa6','\xde','\x3b','\x72','\xeb','\xde','\x3c','\xdb','\x6e','\xb7','\xd5','\xb3','\x4e','\x1a','\xa6','\xff','\xb9','\x65','\x6b','\x3b','\x83','\xbb','\x09','\x67','\xfa','\x92','\xdb','\xee','\x6d','\x38','\x5d','\x0e','\x00','\xde','\x7b','\x33','\x6d','\xb2','\xd3','\xd1','\x6d','\x4d','\xb7','\x7b','\x48','\xe9','\xd5','\x55','\x73','\x6c','\x0c','\x9c','\x73','\xcc','\xcc','\xcc','\xe0','\xcf','\xff','\xfc','\xcf','\xd1','\x6e','\xb7','\xad','\xb0','\xad','\x83','\x50','\x48','\x03','\xb0','\x75','\x36','\x36','\x36','\x66','\xcb','\x60','\x64','\x93','\x19','\x94','\x43','\x05','\x25','\x24','\xe4','\xee','\xe0','\x17','\x2a','\x32','\xa1','\xf2','\x65','\x06','\x79','\x23','\x8c','\x8d','\x92','\x11','\x2a','\x96','\x21','\x21','\x35','\x79','\x01','\x60','\x15','\x4b','\x53','\x4f','\x46','\xb8','\x1b','\x72','\x61','\xe2','\x34','\x72','\xd6','\xa4','\xdb','\x68','\x34','\x90','\xea','\x15','\xaf','\x58','\x1a','\x8c','\x31','\x3b','\x98','\x1b','\x22','\x3f','\x36','\x36','\x66','\xe3','\x36','\x79','\xde','\xb8','\x71','\xa3','\xad','\x1f','\x93','\x97','\xb1','\xb1','\x31','\xfb','\x2e','\x3a','\x9d','\x8e','\xcd','\xb3','\xc9','\x93','\x89','\x2f','\x1c','\xac','\x5d','\xe5','\xd5','\x55','\xbe','\x8c','\x8c','\x33','\xfd','\xd9','\xd4','\x9b','\x3b','\x60','\x76','\x3a','\x1d','\x4f','\xd9','\x0c','\x15','\x5f','\xf3','\xac','\x29','\x5b','\xa8','\x94','\x18','\xf2','\x79','\xc5','\x19','\x5f','\x9a','\xcd','\x26','\xb2','\x2c','\x43','\xbb','\xdd','\xc6','\xe5','\xcb','\x97','\x3d','\xe2','\x66','\xfa','\xa9','\x29','\x67','\x48','\x9e','\xdc','\x3e','\xe0','\x2a','\x4a','\x06','\xa1','\xf2','\xea','\x8e','\x81','\xe6','\x7e','\xa8','\x48','\x9b','\xbc','\xbb','\x03','\xbe','\x3b','\xd0','\x9b','\x77','\xe3','\xb6','\x71','\xf3','\x8c','\x7b','\xcd','\xd4','\x9d','\x51','\x54','\xcd','\x75','\x57','\x49','\x70','\x89','\xa1','\x5b','\x57','\xb1','\x3c','\x9a','\x74','\x5c','\x45','\xc7','\xc4','\xe5','\x92','\x6d','\xf3','\xdb','\x84','\x4f','\xd3','\xd4','\xc6','\x65','\xda','\x85','\x09','\x17','\x12','\xfa','\x18','\x21','\x70','\xeb','\xcf','\xbd','\x16','\x9b','\x20','\x70','\x49','\x82','\xdb','\x3f','\xdc','\xba','\x0b','\xd3','\x70','\xcb','\x18','\x4e','\x7a','\x86','\x93','\x69','\x6e','\xf9','\xdd','\x67','\xcb','\x26','\x7f','\xc2','\xb2','\x99','\x32','\x9b','\x7e','\xef','\xbe','\x67','\xd3','\x07','\xdd','\x74','\x81','\x7c','\x02','\x31','\xcc','\x8f','\x79','\x36','\x54','\x96','\xc3','\x49','\xa7','\xd0','\x43','\x66','\x59','\x1e','\xdd','\xfe','\xe8','\xbe','\xbf','\xd8','\x64','\x85','\x19','\xb3','\xb2','\x2c','\xb3','\x04','\xc8','\x10','\x1f','\xb7','\xee','\x4c','\xfd','\x9b','\xef','\x6e','\x59','\xa5','\x94','\x56','\x86','\x2c','\x2d','\x2d','\x79','\xed','\xd8','\xcd','\x53','\xa8','\x0c','\x87','\x64','\xd0','\x85','\x5b','\x27','\xa1','\xfc','\x8e','\x4d','\xb6','\xb8','\xf5','\xe1','\x4e','\xb6','\x84','\xd7','\xdc','\x36','\x6c','\x74','\x32','\x97','\x30','\xbb','\xca','\xb8','\x3b','\xb1','\xe2','\xe6','\xd9','\x84','\x33','\x32','\xd4','\xbd','\x6f','\xe4','\x74','\x2c','\x2f','\x6e','\xbb','\x37','\x65','\x71','\xe5','\x7c','\xec','\xbd','\xba','\x7d','\xde','\xad','\x6f','\xb7','\x3d','\xb8','\xf5','\x6b','\xee','\xb9','\x72','\xca','\xdc','\x8f','\x4d','\x84','\xbb','\x13','\x4e','\xe1','\x04','\x82','\x1b','\x2e','\x9c','\x4c','\x2b','\xeb','\x57','\xa6','\x5c','\x66','\x6c','\x09','\x65','\x94','\x19','\x4b','\xdc','\xbc','\x9b','\x77','\x12','\xca','\x00','\xb7','\xcd','\xb9','\xe3','\xfa','\x35','\xd7','\x5c','\x83','\xcd','\x9b','\x37','\x63','\xdb','\xb6','\x6d','\xd8','\xbb','\x77','\x2f','\xde','\xf1','\x8e','\x77','\xe0','\x86','\x1b','\x6e','\x28','\xe8','\x12','\x56','\x7a','\x4b','\x29','\xf1','\x77','\x7f','\xf7','\x77','\x78','\xf4','\xd1','\xff','\x86','\xa7','\x9e','\xfa','\x1f','\xb8','\x72','\x79','\x11','\x9c','\x31','\x9c','\x7b','\xee','\x39','\x9c','\x7f','\xe1','\x45','\xb4','\xf5','\x00','\x52','\x05','\xb7','\xf1','\xba','\x0d','\xbc','\xdb','\x73','\x61','\xc3','\xaf','\x0a','\x5f','\x27','\xcc','\x5a','\x45','\xc8','\x82','\x07','\x45','\x8c','\x59','\x8f','\x0a','\xea','\xe6','\x2d','\x16','\x6e','\xb5','\xca','\x15','\x53','\x3e','\x56','\x33','\x3f','\xab','\x85','\x95','\x78','\x27','\x6e','\xff','\x2e','\x4b','\xaf','\x0e','\xcc','\xe0','\xb1','\xb4','\xb4','\xd4','\x77','\x5e','\xdc','\xb4','\x7b','\x2d','\x63','\x38','\xfb','\x16','\x53','\x74','\xdd','\x70','\xb1','\x67','\xcb','\xd2','\x77','\xeb','\x20','\x54','\x24','\x4c','\xfc','\xb1','\xfc','\x86','\xe9','\xba','\xdf','\xcd','\xf3','\xae','\x92','\xec','\xa6','\x13','\x53','\x88','\x43','\x25','\x31','\x46','\x46','\x62','\x03','\x71','\x4c','\x96','\x87','\x03','\xbc','\xab','\xc0','\x96','\xad','\x20','\xb9','\x0a','\x87','\xb9','\xef','\x7e','\xba','\x03','\xbf','\x4b','\x4c','\xcc','\x44','\x4a','\x55','\x5b','\xaa','\x3b','\x2e','\xf5','\x82','\xb0','\x3d','\xbb','\xef','\x39','\xa6','\xf4','\x86','\x65','\xa9','\x8a','\xab','\xac','\x2e','\x63','\xd7','\x5c','\x45','\xb8','\xce','\xb3','\xe6','\x7a','\xec','\x5a','\xec','\xf9','\x3a','\x79','\x29','\x8b','\x2b','\x9c','\xe1','\x8d','\xe5','\x25','\xd6','\x96','\xc2','\x77','\x1d','\x43','\x55','\x9d','\xf6','\x5a','\x86','\x10','\xb1','\xbc','\xd4','\x45','\x55','\x5a','\x61','\x1e','\xdd','\xfb','\xb1','\x3e','\x6c','\xee','\x85','\xca','\x7f','\x18','\x97','\x8b','\x90','\x60','\xb9','\x44','\xd6','\xc0','\x4c','\x0c','\xba','\x0a','\x78','\x98','\xe7','\x32','\xac','\xe6','\x18','\xd9','\xeb','\xbb','\x70','\x9f','\x33','\x4a','\x76','\xd8','\x1e','\x0d','\x42','\x42','\x59','\xf6','\xce','\xdc','\xf7','\xe1','\xd6','\xb3','\x1b','\xd6','\x6d','\xbb','\x55','\xab','\x34','\xbd','\xf4','\xdf','\x58','\xb8','\x98','\x1c','\x0d','\xcb','\x11','\x96','\x2d','\xf6','\x6c','\x28','\x6f','\xab','\xf2','\x52','\x16','\xae','\x57','\x5d','\x30','\x56','\xcf','\xe1','\x58','\xf5','\xf7','\x7f','\xff','\xf7','\x98','\x9c','\x9c','\xc4','\xd4','\xd4','\x14','\xce','\x9f','\x3f','\x8f','\x4d','\x9b','\x36','\xe1','\x87','\x7e','\xe8','\x87','\x30','\x3e','\x3e','\xee','\xc5','\x69','\x09','\xd0','\xc2','\xc2','\x02','\x8e','\x1e','\xfd','\x1d','\x3c','\xf0','\xc0','\xaf','\xe2','\xe2','\xc5','\x8b','\xea','\x65','\x31','\x06','\x21','\x05','\x7a','\x69','\x37','\x31','\x21','\x55','\xf7','\x99','\x5e','\xc2','\xae','\x47','\x2c','\x47','\xd9','\x46','\xb9','\xbe','\xea','\xe6','\x2d','\x16','\x6e','\x35','\xcb','\x35','\x6a','\xf9','\x59','\x0d','\x8c','\x42','\x1d','\x2c','\x67','\x7a','\x31','\xc5','\xaa','\x1f','\x84','\x03','\x98','\xfb','\xdd','\x1d','\x00','\xfb','\x49','\xa3','\xae','\xb2','\x1b','\x86','\x1f','\x86','\x22','\xb2','\xd6','\x49','\xff','\xa8','\xf6','\xd7','\xb5','\x5c','\xa7','\x2b','\x81','\x51','\x6a','\x77','\x75','\x27','\x82','\x46','\xfd','\x5a','\x37','\xb8','\x32','\xd0','\x5d','\xa1','\x0a','\xd1','\xad','\x4f','\x8d','\x6a','\x9f','\xab','\x83','\x6e','\xe5','\xee','\x45','\x81','\x1f','\x85','\x70','\x2b','\xf1','\xec','\x20','\xf1','\x0d','\x23','\xcf','\x66','\xd5','\xe8','\xa5','\x97','\x5e','\xc2','\x33','\xcf','\x3c','\x83','\x77','\xbc','\xe3','\x1d','\xe5','\x04','\xe8','\xd2','\xa5','\x4b','\x78','\xf2','\xc9','\x3f','\xc2','\xab','\xaf','\xbe','\x6a','\x1b','\x6a','\xb6','\x86','\x1b','\x2c','\x81','\x40','\x58','\x3f','\x08','\x67','\x3d','\x97','\x7b','\x30','\xad','\x22','\x12','\x2b','\x91','\xe6','\x30','\x9e','\x2d','\x8b','\x6f','\x58','\x75','\xb7','\x96','\x15','\x9a','\x51','\x45','\xdd','\x3a','\x0d','\x09','\x7a','\xbf','\x69','\x8d','\x8a','\x42','\x36','\xec','\x70','\xa3','\x40','\x1c','\x06','\x4d','\x67','\xa5','\xfa','\x57','\xb7','\xb2','\x85','\xb3','\xeb','\x57','\x23','\xdc','\x3a','\x08','\xeb','\xaa','\x6e','\xbb','\x18','\xa5','\x70','\x2b','\xf1','\xec','\x20','\xf1','\x0d','\x9a','\xae','\x94','\xca','\x94','\xee','\xf2','\xe5','\xcb','\x98','\x9d','\x9d','\xc5','\x8b','\x2f','\xbe','\x68','\x4d','\xee','\x5c','\x58','\x02','\xb4','\xb4','\xb4','\x84','\x0b','\x17','\x2e','\x5c','\xd5','\x8d','\x9c','\x40','\x20','\x8c','\x1e','\xc2','\x01','\x98','\x64','\x14','\xe1','\x6a','\x47','\x6c','\x75','\xb2','\x97','\x15','\xc1','\xba','\xe6','\x33','\xe6','\x77','\x9d','\x15','\x46','\xf5','\x33','\x4c','\x23','\x76','\x8d','\x15','\xf3','\x92','\x47','\x00','\x48','\x09','\x19','\xa4','\x5b','\xf9','\xac','\x7b','\xad','\xe4','\x59','\x48','\x69','\xf7','\x09','\x97','\x85','\xab','\x2a','\xef','\xb2','\x5c','\x33','\x59','\x0b','\xea','\xb3','\x1b','\xb9','\x1d','\x54','\x89','\xac','\xca','\x5f','\x78','\x3d','\x8c','\x27','\x66','\xf6','\x74','\xb5','\xe0','\x6a','\x2d','\xf7','\x5a','\x42','\xd8','\x8e','\xdd','\xbd','\x6a','\xb1','\xfe','\xe0','\x79','\x81','\x73','\xbd','\x4e','\x10','\x08','\x04','\xc2','\xa8','\x60','\xb5','\x4d','\x1e','\x57','\xcb','\xec','\xa6','\x4c','\x19','\x1a','\xa4','\x3e','\xca','\x94','\xd9','\x2a','\x65','\x39','\xbc','\x66','\xae','\xc7','\x94','\x51','\xf7','\x7b','\x59','\x98','\xaa','\x67','\xab','\x10','\x7b','\xae','\x4e','\xb9','\xd6','\xe3','\xb8','\x16','\x2b','\x57','\x55','\x59','\x57','\xe2','\x1a','\x02','\xef','\x8d','\x2a','\x48','\xf7','\x67','\x65','\x1e','\x78','\x59','\xf3','\x37','\xac','\x6b','\xf1','\x7a','\x96','\x00','\x7a','\xa8','\xfb','\xc2','\x95','\xf2','\xb0','\xb1','\x7b','\x31','\x22','\x13','\xfb','\x5d','\x95','\xe7','\x3a','\x69','\x95','\x85','\x19','\xa6','\x4c','\x22','\x10','\x86','\x81','\xb0','\x0d','\x32','\x56','\xf4','\x2a','\xea','\xc2','\x12','\x20','\xb3','\x29','\x94','\x1a','\x31','\x81','\x40','\x20','\x28','\x54','\x29','\x94','\x55','\x0a','\x48','\xaf','\x84','\xa9','\x2a','\x7c','\x6c','\x26','\xb6','\x4e','\x1c','\xa1','\xf2','\x5f','\xe7','\xf9','\x5e','\x48','\x51','\xdd','\x32','\xf6','\x53','\x1f','\x55','\xcf','\x94','\xbd','\x93','\x41','\x49','\x4e','\x37','\x87','\x08','\xa3','\x88','\x5e','\x4c','\x1f','\x09','\xc3','\x45','\x1d','\x02','\xb8','\x92','\xe9','\x77','\xfb','\x5d','\x76','\xad','\xea','\x3a','\x81','\xb0','\x16','\xc1','\x18','\xf3','\x1c','\x80','\x84','\xfb','\x6d','\x0d','\x2c','\x01','\x0a','\xcf','\xce','\x21','\x10','\x08','\x04','\x42','\x7f','\x4a','\x43','\x4c','\x39','\xef','\x27','\x8d','\x5e','\xc2','\xac','\xb4','\x12','\x33','\x08','\xe1','\xe8','\xe5','\xd9','\xf5','\xb8','\x7a','\x33','\x08','\x06','\xdd','\x23','\xd0','\x2b','\x79','\xad','\x93','\x66','\xb7','\xfd','\x2c','\xbd','\xe4','\xa1','\xec','\xde','\xa0','\xab','\x84','\xbd','\xac','\x1c','\x9a','\xeb','\x75','\xc2','\x8d','\x22','\xd6','\x42','\x1e','\x09','\x84','\x61','\xc3','\xed','\xb3','\xee','\x59','\x5d','\xc6','\x75','\x7b','\x88','\x86','\xfb','\x60','\x18','\x01','\x81','\x40','\x20','\x10','\x08','\x31','\x0c','\x32','\x4e','\xf4','\xf2','\x2c','\x8d','\x47','\x3e','\xea','\x10','\x81','\xf0','\x2c','\x96','\x2a','\xf4','\x62','\xfe','\x38','\x0c','\xe2','\x50','\x97','\x48','\xb8','\xe1','\xbb','\x11','\x26','\xd7','\x9d','\x6f','\x59','\x98','\x6e','\xe9','\x56','\xad','\xf4','\x0e','\xab','\x0d','\xd6','\x21','\x8a','\x52','\x16','\x0f','\xf7','\x75','\xef','\x55','\xc1','\x98','\xfc','\x50','\x9f','\xe9','\x0d','\xab','\x65','\xe2','\x4c','\x18','\x3e','\xc2','\x73','\xd4','\xcc','\xbe','\xb5','\xd8','\x41','\xa8','\x0d','\xf7','\x21','\xf7','\x70','\x3a','\x02','\x81','\x40','\x58','\x8f','\xe8','\x47','\xa1','\xe9','\x66','\x06','\x47','\x20','\xac','\x24','\xea','\x90','\x87','\x18','\x09','\x2a','\x23','\x3a','\x65','\xed','\x38','\x3c','\xe3','\x29','\x16','\xd6','\xed','\x1b','\xa1','\xb9','\x66','\xec','\x9e','\x1b','\x77','\x59','\x9a','\x65','\x84','\xcb','\x55','\xf0','\x4d','\x18','\x73','\xf0','\x65','\x59','\xb8','\xf0','\x5a','\x98','\x17','\x43','\x38','\xdc','\xba','\x8a','\x6d','\x9a','\x76','\xe3','\x0c','\xd3','\x0c','\x51','\x66','\x8e','\x16','\x3a','\x21','\x70','\xdf','\x53','\x2c','\x1f','\x55','\xc4','\x33','\x06','\x63','\xfa','\x63','\xe2','\x5a','\x0d','\x94','\xb5','\xb7','\x51','\xc6','\x5a','\xc9','\x27','\xa1','\x1a','\xe1','\x9e','\x1f','\xc6','\x98','\x77','\x68','\x6b','\x08','\x4b','\x80','\xdc','\x83','\x9e','\x08','\xeb','\x0b','\x65','\xf6','\xf2','\x40','\x77','\x13','\x87','\xba','\x26','\x10','\x26','\x6c','\x55','\xb8','\x7e','\x4d','\x22','\xea','\x84','\x8d','\xcd','\xa2','\x0d','\xb3','\x3d','\x0f','\x6a','\x96','\xb1','\x1e','\xd1','\xad','\xcd','\xf4','\x83','\x3a','\xef','\x71','\x18','\x75','\x1e','\x2a','\x22','\xdd','\xc2','\x86','\x69','\x0e','\xd2','\xa7','\x06','\xc5','\x72','\xd4','\x3b','\x61','\x7d','\xa2','\x6a','\x95','\xc6','\x5c','\xef','\x75','\xbf','\x55','\xf8','\x3d','\x16','\x97','\xf9','\x93','\xb2','\xfa','\x44','\xfa','\xd8','\xca','\x4d','\x48','\x66','\x5c','\x32','\x12','\xa6','\x6d','\x88','\x48','\x8c','\xe8','\xb8','\x79','\xab','\xd3','\xd7','\xab','\xf6','\xcc','\x84','\xe9','\x96','\x9d','\xe1','\x55','\x15','\x7f','\x18','\xc6','\xd4','\x41','\xd5','\xea','\x5b','\xdd','\xd5','\xb5','\x30','\xbf','\xdd','\x08','\x5a','\x2c','\xbe','\xba','\xab','\x85','\x6e','\x3a','\xee','\xb5','\x90','\xf4','\x56','\x6d','\x3e','\x27','\x10','\x96','\x03','\x61','\x3f','\xcd','\xb2','\x0c','\x69','\x9a','\xda','\x89','\x81','\x10','\xde','\x1e','\xa0','\xaa','\xc3','\x9e','\x08','\x6b','\x17','\x55','\x82','\xbd','\x2a','\x4c','\x2f','\xf7','\x87','\x11','\xcf','\xa0','\x66','\x31','\xbd','\x96','\xa9','\x57','\x54','\x99','\x57','\x5c','\x8d','\x58','\xae','\x72','\xd7','\x79','\x8f','\xc3','\x48','\x7b','\x90','\x36','\xdd','\x6b','\xfb','\xeb','\x95','\x0c','\x85','\x8a','\x49','\xec','\xf9','\x32','\x12','\xb7','\x92','\xed','\xb1','\xdf','\x7d','\x12','\x6b','\x69','\x3f','\xc5','\x5a','\x42','\xa8','\x84','\xba','\x63','\x7a','\xd5','\xcc','\x7c','\x48','\x82','\xca','\x48','\x47','\x2c','\x6c','\xec','\x7e','\x59','\x5f','\x08','\xef','\x65','\x59','\x56','\x49','\x00','\xba','\x95','\xd3','\x55','\xb2','\xbb','\x8d','\x2d','\x6e','\x79','\xaa','\x26','\x59','\x62','\xa4','\xa2','\x0e','\xe9','\xa8','\x93','\xd7','\x6e','\x69','\x97','\xf5','\xe3','\x70','\x85','\x28','\x46','\x18','\xc3','\x77','\x1f','\x12','\x93','\x30','\xcf','\x31','\xe2','\x12','\xca','\x1d','\x37','\xee','\x58','\x1d','\x95','\xad','\x06','\x12','\xf9','\x21','\xac','\x36','\xdc','\xc9','\x90','\x32','\x6e','\x53','\x20','\x40','\xb1','\x99','\x4d','\x02','\x81','\x40','\x20','\xf4','\x8f','\x41','\xc8','\x50','\x95','\x3c','\x36','\xb3','\xeb','\xae','\x62','\x14','\x9a','\x2d','\x95','\xad','\xa0','\x85','\x0a','\x8f','\x1b','\xbe','\x6c','\x65','\xc0','\x0d','\x6f','\x66','\x99','\xbb','\x99','\x0e','\xc5','\xe0','\xc6','\xe3','\xe6','\x3d','\x46','\xfc','\xaa','\x94','\xdb','\xd8','\xea','\x44','\x4c','\xa1','\x0c','\xe3','\x0d','\x67','\xbd','\xc3','\x99','\xfe','\x7e','\x57','\x1d','\x63','\x69','\x84','\xf9','\x0d','\xcb','\x3e','\x2c','\x54','\x29','\xbc','\x26','\xad','\x2a','\xb2','\x1a','\x2a','\xd0','\x65','\xe8','\x67','\xe2','\xa0','\xec','\x5d','\x86','\x79','\x8d','\xb5','\x9f','\x58','\xf8','\xd8','\x91','\x1d','\xb1','\x76','\x5c','\x16','\x4f','\xd8','\xd6','\xdc','\xdf','\xe1','\x0a','\x54','\x59','\x5b','\x09','\xe3','\x8d','\x4d','\x06','\xb8','\xfd','\xa8','\x6c','\xd5','\xa8','\x8c','\x64','\x54','\xe5','\xbd','\x0a','\xb1','\xb6','\x15','\x23','\x37','\x61','\x1e','\x8c','\xec','\x28','\x4b','\xa3','\xaa','\x0f','\x1a','\xb8','\x65','\x09','\xe3','\x8a','\xf5','\x71','\xf7','\x79','\xd2','\x3b','\x09','\x2e','\x7a','\x91','\xb9','\xa6','\x7d','\x27','\x49','\xe2','\xc9','\x18','\xd3','\xd6','\xd2','\x34','\xed','\xee','\x04','\xa1','\x9b','\xd0','\x76','\x7f','\xc7','\x06','\xde','\x50','\xa0','\x84','\x1d','\xc0','\xcd','\xa8','\xfb','\xbb','\xdb','\xc0','\x14','\xce','\x44','\xc4','\xf2','\x57','\x26','\xfc','\xc2','\xca','\x88','\x85','\x29','\xcb','\xa3','\x2b','\xb0','\x42','\xbb','\xda','\xd8','\x81','\x60','\x55','\x33','\x3b','\xdd','\xd2','\xad','\x42','\x99','\x60','\xad','\x4a','\xdb','\x0d','\xe7','\x7e','\x96','\x09','\x9b','\x32','\x05','\x26','\x36','\x53','\x54','\x26','\x1c','\xcb','\xec','\xc5','\xcb','\xf2','\xea','\xe6','\xcb','\x4d','\x37','\xfc','\x5d','\x56','\x96','\x30','\x7f','\x55','\x03','\x53','\x2c','\xbf','\x61','\xbc','\x55','\xca','\xa0','\xfb','\xbb','\x2c','\x6f','\x55','\xcf','\xb9','\xd7','\x42','\x05','\x2f','\x1c','\xcc','\xcb','\x06','\xa1','\x58','\xff','\x2a','\x1b','\x50','\xaa','\xda','\x55','\x95','\xd2','\x18','\x0e','\xda','\xdd','\xde','\x6b','\x95','\xc2','\x19','\x86','\x2f','\xb3','\xab','\x77','\x51','\x57','\x81','\xae','\x2a','\x4f','\x98','\x5e','\xb7','\xb2','\x94','\xb5','\xf1','\xb0','\xcf','\x84','\x6d','\x34','\x6c','\xbb','\xb1','\xf7','\x1b','\x86','\x2d','\x93','\x97','\xae','\xc9','\x8a','\x79','\x2e','\x96','\xd7','\xb0','\x8c','\xe6','\xaf','\x4c','\xd9','\x30','\xfb','\x0b','\xc2','\x19','\x7d','\xf3','\x8c','\x5b','\xf6','\x98','\xbc','\x76','\xd3','\x31','\x75','\xc0','\x39','\x2f','\x25','\x5d','\x49','\x92','\x20','\x49','\x12','\x1b','\x2e','\xac','\x1b','\xd7','\x5c','\xa9','\xd1','\x68','\x20','\xcb','\x32','\x3b','\x68','\x85','\xf5','\xe7','\x96','\xd3','\xad','\x0b','\x37','\xbe','\xaa','\x67','\xc2','\x36','\xee','\x96','\xaf','\x6c','\xff','\x49','\xd5','\x3b','\x2f','\x53','\x42','\xc3','\xf7','\x18','\xb6','\xa1','\x58','\xff','\x0a','\xcb','\xe1','\xde','\xeb','\x36','\x3e','\x84','\xfd','\xa3','\xac','\xcf','\x85','\x75','\x5f','\x55','\xde','\x58','\x39','\xdc','\x67','\xc2','\xfa','\x32','\x6d','\xd5','\x84','\x0b','\x4d','\xae','\xdc','\xdf','\x6e','\x9d','\x96','\x8d','\xab','\x61','\xf9','\x4c','\xb8','\x32','\x9d','\xc1','\x2d','\x6f','\x98','\xcf','\xd8','\x98','\xe7','\xe6','\xc5','\x0d','\x13','\xeb','\xbf','\x6e','\x7a','\xb1','\x74','\x4c','\x5d','\xb8','\xf1','\xba','\xfd','\x20','\xcc','\x67','\x58','\x7f','\x31','\x19','\x58','\x35','\x7e','\x03','\xb0','\x7d','\xca','\x2d','\x83','\x99','\xd5','\xae','\xaa','\x43','\x37','\xbe','\xd8','\xf8','\xe9','\x96','\xc1','\xdd','\x8b','\xe4','\xa6','\x13','\x6b','\x3f','\xae','\x5c','\x11','\x42','\xd8','\x0d','\xe6','\x26','\xdc','\xd8','\xd8','\x18','\xc6','\xc7','\xc7','\xd1','\x6c','\x36','\x3d','\xdd','\xc9','\xec','\x35','\x77','\x37','\xa4','\x33','\xa6','\xf6','\x69','\x4c','\x4c','\x4c','\xa0','\xd9','\x6c','\xda','\xfb','\xee','\x7b','\x09','\x1d','\x3b','\x30','\xc6','\x90','\xa6','\x29','\x96','\x96','\x96','\xd0','\x6e','\xb7','\x6d','\xf8','\x4e','\xa7','\x63','\xf3','\xe4','\xd6','\x69','\x8c','\x64','\x86','\x6d','\x31','\xf6','\xde','\xc2','\xb2','\xbb','\xef','\x37','\x56','\x9f','\xa1','\xb9','\x67','\x18','\x2f','\x63','\xcc','\x2e','\x34','\x98','\xf7','\x1a','\xca','\xdb','\x58','\xba','\x55','\xe3','\x52','\xf8','\x6c','\xec','\xf9','\xb2','\x6b','\x31','\x3d','\x22','\x94','\x49','\xa6','\x5c','\x61','\x1f','\x71','\xd3','\x2d','\x1b','\x23','\x0d','\x5c','\x82','\x1d','\xd3','\x1d','\x62','\xd7','\x5c','\xb9','\x12','\xd3','\x09','\xcc','\xd8','\x61','\xe2','\x1c','\x1b','\x1b','\x03','\xe7','\x1c','\xaf','\xbe','\xfa','\x2a','\x2e','\x5e','\xbc','\x88','\x76','\xbb','\xed','\xbd','\x8f','\x4a','\x13','\xb8','\x24','\x49','\xec','\x66','\x21','\x03','\xce','\x39','\x7e','\xf3','\x37','\x7f','\x13','\xdf','\xf5','\x9d','\xdf','\x83','\x0d','\x1b','\x26','\xd1','\xbe','\xd2','\x41','\xa7','\x93','\x81','\x81','\x81','\x71','\x0e','\x99','\xe9','\x93','\x56','\x85','\x40','\xb3','\xd1','\x40','\xa3','\x99','\xa0','\xd1','\x48','\xc0','\xb8','\x04','\x58','\x86','\x0d','\x1b','\xc6','\x94','\x63','\x05','\x08','\x64','\x59','\x8a','\x4e','\xd6','\xc1','\x58','\x63','\x0c','\x9c','\x27','\x10','\x99','\x44','\x27','\x4d','\x91','\xb6','\x53','\x00','\x09','\x18','\xe3','\x10','\x42','\x22','\x4b','\x95','\xcd','\x1e','\x24','\x03','\xa0','\xae','\x19','\xf6','\xc6','\x59','\x62','\x5f','\x56','\x9a','\x66','\x10','\x99','\x00','\xe7','\x0c','\x9c','\xab','\x46','\x64','\x56','\xb1','\x38','\x57','\x65','\x91','\x52','\xc5','\x97','\x89','\xcc','\x0e','\xda','\x9c','\x73','\x7d','\x3a','\xac','\x40','\x92','\xf0','\x3c','\x5c','\x96','\xe9','\x6b','\x2a','\x0d','\xce','\x98','\xed','\x4c','\x49','\x23','\x01','\x67','\x1c','\x8c','\x73','\xa4','\x69','\x07','\x22','\x13','\x60','\x9c','\x23','\xe1','\x1c','\xd0','\x0d','\x5a','\x1a','\xc5','\x40','\x77','\x6c','\x61','\xe2','\x6b','\x24','\xe0','\x8c','\xa9','\x70','\x69','\x06','\x29','\x05','\x18','\xe3','\x48','\x1a','\x2a','\x5c','\x96','\xa6','\x10','\x52','\x82','\x33','\x86','\x66','\xb3','\xa9','\xea','\x40','\x64','\xf6','\xc5','\x25','\x5c','\x87','\xcb','\x52','\x75','\x2d','\x49','\x90','\xf0','\x04','\x12','\x12','\x42','\xbb','\x2e','\x37','\xd7','\x38','\x67','\xe8','\xa4','\x29','\x44','\x96','\xf9','\xe1','\x84','\x40','\x96','\x66','\x48','\x1a','\x49','\x69','\x7c','\xf6','\x59','\x21','\xf2','\xbc','\xe8','\x7a','\x71','\xe3','\x33','\xe1','\x4c','\x7c','\x9c','\x73','\x30','\xb0','\x3c','\x3e','\xce','\x91','\x24','\x8d','\x42','\x7c','\x89','\x6e','\x5b','\x5e','\x7c','\x89','\x5f','\x07','\x49','\x92','\xa0','\x91','\x24','\xc8','\xb4','\x00','\x53','\xcf','\xba','\x75','\xa5','\xea','\xcf','\xbc','\x47','\x30','\x96','\xd7','\x73','\xa2','\xeb','\x5e','\x4a','\xfb','\xbc','\x7d','\x97','\x9c','\x23','\xed','\x74','\x90','\x65','\x19','\x1a','\x8d','\x06','\x1a','\x8d','\x86','\x5f','\x36','\xae','\xd2','\x30','\xc2','\x49','\x08','\xa1','\xca','\x9a','\xa8','\xb6','\x26','\x32','\xa1','\xde','\x11','\x57','\x33','\x0c','\x0c','\x40','\x26','\x04','\xb2','\x34','\x45','\xa3','\xd9','\x40','\x92','\x34','\x00','\xa6','\xea','\x54','\x0a','\xd5','\x81','\x93','\xa4','\xa1','\xdb','\xa9','\x6a','\x6b','\x8c','\x31','\x34','\x1b','\x4d','\x00','\x40','\x9a','\xa5','\x90','\x52','\xa0','\x91','\x24','\x36','\x5d','\x21','\x05','\x84','\xee','\xd0','\x8d','\x46','\x03','\x12','\xd2','\xe6','\x85','\x33','\x35','\x68','\x80','\xc1','\x9e','\x6c','\x6c','\xc3','\xe9','\x34','\x8c','\xb0','\xb0','\x75','\xea','\x9c','\x7e','\xdc','\x70','\xeb','\x5e','\xbf','\x23','\xb7','\xdd','\x9b','\x70','\x66','\x1f','\xa0','\xea','\xd3','\x19','\x9a','\x8d','\xa6','\x15','\x40','\xc2','\xab','\x53','\xdd','\xc6','\x45','\xe6','\xe5','\x45','\x08','\x09','\x21','\xdc','\xf8','\x1a','\x5e','\x38','\x37','\x7f','\x66','\x59','\xda','\x0a','\x30','\x30','\x5d','\x2f','\xd2','\x6b','\xf7','\xa9','\x6e','\x57','\x8d','\x46','\xc3','\x0a','\x30','\x91','\x09','\xaf','\x4f','\x9b','\xf7','\x96','\x65','\xa9','\x7e','\x6f','\xe6','\x5d','\x2a','\xd9','\x94','\xf0','\xc4','\xab','\x97','\x4c','\x64','\x48','\x38','\x47','\xa3','\xd1','\xf4','\xea','\xcf','\xd4','\x95','\xa9','\x03','\x55','\x57','\xba','\x1c','\x52','\xe5','\x25','\xcb','\x04','\x38','\x18','\x58','\xc2','\x21','\x85','\x84','\x90','\x4a','\xb0','\x37','\x1b','\x0d','\x35','\x98','\xc1','\xd4','\x95','\xf4','\x64','\x4e','\x96','\xa6','\x48','\x9d','\x3a','\xf0','\xda','\x5a','\xa2','\xe4','\x1f','\x63','\xe6','\x1d','\x65','\xb6','\x0f','\x01','\x79','\x5e','\x4c','\xde','\x4c','\xfd','\xb9','\xef','\xd7','\x90','\x0b','\x53','\xa7','\x26','\x0d','\x23','\xc3','\x4c','\xba','\xaa','\x2f','\xe4','\x7d','\x95','\x73','\x0e','\xc6','\x4d','\xfd','\x65','\x4e','\x9f','\x49','\xf4','\xb9','\x70','\x7e','\x1b','\x72','\xeb','\x4a','\xd5','\x8b','\xdb','\xdf','\x38','\x1a','\x49','\x62','\x65','\xa2','\x10','\xaa','\xbf','\x25','\x49','\x02','\x9e','\xe4','\xca','\x52','\xa3','\x91','\x0f','\x5a','\xaa','\xfe','\x54','\x79','\x8d','\xac','\x34','\xe5','\x4d','\x1a','\x09','\x1a','\xb6','\x6f','\xb9','\xed','\x39','\xb1','\x72','\x5c','\x0a','\x09','\xa6','\xfb','\xa5','\x7a','\xbf','\xc2','\xa6','\x6b','\xc6','\x0a','\x21','\x84','\x7e','\xe7','\x89','\x6d','\x43','\xca','\xf4','\x4a','\x80','\xf3','\x04','\x49','\xd2','\xd0','\x79','\xcb','\xeb','\xde','\x28','\x26','\x26','\xbe','\x84','\x27','\x60','\x5c','\x0d','\xd2','\x9d','\xb4','\xa3','\xfa','\x6a','\xa3','\x61','\xfb','\x74','\x26','\x32','\x3d','\x2e','\xf8','\xfd','\xdc','\xc8','\xba','\x86','\x96','\x07','\x99','\xc8','\xdb','\xa9','\xad','\x53','\xdd','\x76','\x1b','\x49','\xc3','\xb6','\x83','\x34','\x4d','\x91','\x66','\x1d','\x70','\x96','\xb7','\xd3','\x4e','\xda','\x46','\x96','\x75','\xd0','\x48','\x9a','\x7a','\x2c','\x4a','\xb1','\x74','\x79','\x11','\x57','\xae','\x2c','\x01','\x10','\x68','\x8c','\x37','\x90','\xa6','\x29','\x2e','\x5f','\xbe','\x8c','\x34','\x4d','\xb1','\x71','\xe3','\x46','\x8c','\x8f','\x8f','\x63','\x6c','\x6c','\xcc','\x8e','\xe7','\x46','\xc9','\x34','\xed','\x4f','\x4a','\x89','\xb1','\x31','\x35','\x4e','\xbb','\xed','\xca','\xb4','\xb5','\x24','\x49','\xd0','\x6e','\xb7','\x91','\xa6','\xa9','\x7d','\x97','\xe6','\x5a','\x96','\x65','\x36','\x2e','\xbf','\xcf','\x70','\x8c','\x35','\xc7','\x6c','\x9b','\xca','\x44','\x06','\x8e','\x04','\x9c','\x37','\xec','\x18','\x9f','\x65','\x02','\x52','\x02','\x09','\x6f','\x20','\xcb','\x04','\xd2','\x8e','\x1a','\xe3','\x19','\x94','\x5c','\x97','\x12','\x48','\x3b','\x5a','\x76','\x02','\xb9','\x3c','\x35','\x63','\x3c','\xe3','\x76','\x7c','\xcb','\x75','\x01','\xd5','\x6e','\x19','\x67','\x48','\x3b','\x1d','\x08','\xa9','\xc7','\x0f','\x57','\xae','\x99','\x36','\xae','\xe5','\x78','\xea','\xc8','\xec','\x7c','\xec','\x16','\xce','\x38','\xe3','\xca','\xd3','\x0c','\x8c','\x71','\xa5','\xe3','\x30','\xad','\x0b','\x08','\x61','\xaf','\x99','\xb1','\x22','\xb3','\x7d','\x3a','\x57','\x78','\xd5','\x58','\xa1','\xea','\xca','\xb4','\x5d','\xb7','\x5f','\x86','\x7d','\xcb','\x38','\xa4','\x72','\xfb','\xa5','\x2b','\xef','\xdd','\xb1','\x4c','\x0a','\xe1','\x8c','\x47','\xcd','\xbc','\x8d','\x0b','\x95','\x6e','\x92','\x34','\xd0','\xd4','\x63','\x9e','\x91','\x11','\x56','\xae','\x21','\xb7','\xfe','\x69','\x34','\x12','\x27','\x2f','\x19','\x00','\x99','\x97','\xcd','\xea','\x34','\xba','\x2f','\x24','\x4a','\x47','\x32','\xfd','\xc3','\x96','\x83','\x21','\xd7','\xcb','\x92','\x04','\x09','\x57','\x3a','\x9c','\x30','\x8a','\xb7','\x04','\x38','\x67','\x5a','\xdf','\x73','\x56','\xda','\xc0','\xc0','\x13','\x0e','\x48','\xa9','\xc7','\xdd','\xf8','\xaa','\x9c','\x94','\x52','\xb5','\x0f','\xa1','\xc8','\x5f','\xbb','\xad','\xde','\x81','\xd4','\x0a','\x76','\x26','\x85','\x1a','\xeb','\x85','\x00','\x03','\xb3','\x6d','\x40','\x48','\x87','\x00','\xe9','\x14','\x25','\x34','\x29','\xd3','\xfa','\x19','\xa4','\xb4','\x07','\xf2','\x7a','\x0a','\xb7','\xbe','\x97','\xff','\x2c','\x57','\xe0','\x5d','\x58','\xe2','\x87','\x90','\x28','\x49','\x00','\xee','\x24','\x97','\xb0','\x6d','\x90','\x71','\x06','\x29','\x54','\x19','\x6d','\x48','\xa6','\x43','\x33','\x5b','\x85','\x60','\x3a','\xff','\x9c','\xf3','\x3c','\x6f','\xfa','\x01','\x23','\xa7','\x38','\x53','\x7a','\xba','\x2a','\x0f','\xec','\x09','\x55','\xaa','\x5d','\xda','\x8a','\x07','\xe7','\xaa','\xbf','\xa9','\xf7','\xc2','\x74','\x3b','\x77','\xc8','\x0e','\x37','\x39','\x81','\xcd','\x80','\x91','\xdd','\x90','\xd0','\xf2','\x33','\xcb','\xaf','\xd9','\x4c','\xea','\xf7','\x9c','\x65','\x2a','\xa1','\x3c','\x03','\x76','\x5c','\x51','\x75','\x16','\x9b','\x60','\x52','\x57','\x95','\x8e','\xaa','\xc6','\x0a','\xd3','\xdf','\xcd','\x7b','\x62','\xc8','\x27','\x55','\x00','\x25','\x5b','\x2f','\x5f','\x9e','\xc7','\x5f','\xfc','\xd5','\x9f','\xe3','\x91','\x47','\x1e','\xc1','\xdf','\xff','\xfd','\xdf','\xdb','\x31','\xa3','\x6c','\x32','\xb1','\xe0','\x04','\xc1','\x7d','\x91','\x6f','\x7a','\xd3','\x9b','\x30','\xfd','\xc3','\xef','\xd3','\x9d','\x58','\x20','\xed','\x08','\x64','\x99','\x9e','\xc5','\x13','\xe1','\xac','\x1b','\x03','\x4f','\x98','\x26','\x15','\x1c','\x49','\x83','\x6b','\xa5','\x54','\x5d','\xf7','\x1a','\x88','\x2a','\x03','\x84','\x94','\xaa','\xf3','\x66','\x12','\x22','\x93','\x10','\x42','\xff','\x16','\x12','\x32','\x93','\xea','\x53','\xff','\x09','\x29','\x55','\xa7','\x10','\xd2','\x76','\x8e','\xbc','\xc1','\x16','\x2b','\x2f','\xff','\xee','\xbf','\xb8','\x3a','\xf0','\x82','\x45','\x2a','\xad','\x32','\xfc','\xa0','\x18','\x6a','\x64','\x03','\xc0','\x25','\xdc','\xfd','\xe6','\xa9','\xb7','\x89','\xfc','\xa1','\xa0','\xaf','\x24','\x8d','\x10','\xeb','\x31','\x62','\xe6','\x3e','\xc7','\x9c','\x30','\xa6','\x99','\xeb','\x76','\x0e','\x2d','\x2c','\xfd','\xde','\x02','\x2b','\xf0','\x38','\x57','\x42','\xcb','\x08','\xbd','\x30','\x5d','\x23','\xec','\x98','\x3e','\x65','\xbc','\x10','\x6a','\x05','\xeb','\xb9','\x46','\x77','\x88','\x3d','\x55','\x7a','\x27','\x52','\xe2','\x58','\xa0','\x95','\x85','\x27','\x32','\x9c','\x19','\x2e','\x99','\xcf','\xc0','\x09','\x21','\xed','\x38','\xc6','\x38','\xd3','\x83','\xcd','\x2a','\x34','\xf8','\x9a','\xc8','\xdf','\xdb','\x10','\x04','\x8c','\x2c','\xc6','\x62','\x06','\x54','\x66','\x7e','\x30','\xa7','\x8d','\x33','\x06','\xc6','\xfd','\x81','\xb7','\x78','\x9d','\xd9','\xf7','\x6c','\xfa','\x13','\x03','\x2b','\xbc','\x7b','\x13','\x3f','\xf3','\x2e','\x84','\x01','\x80','\x42','\x67','\x2b','\x29','\x47','\xaf','\x88','\xcd','\x44','\xf6','\x8d','\x2e','\xdd','\xb8','\x34','\x7b','\xba','\xdd','\x49','\x29','\xed','\x78','\xc8','\x18','\xc3','\xd8','\x86','\x06','\xc6','\x37','\x36','\xd0','\x18','\x4b','\x74','\x3d','\xc7','\x2a','\x23','\x96','\x52','\x24','\x55','\xff','\xa3','\x90','\x6e','\x21','\x78','\x30','\xe6','\x4a','\xe9','\x8e','\xd3','\xf0','\x7e','\x4b','\x09','\x3d','\xd6','\x4b','\xfb','\x69','\xc6','\x78','\x91','\xe9','\xb1','\x3e','\xbc','\x0f','\x58','\x9d','\xc3','\x8f','\x37','\x2f','\x8e','\xb9','\xa6','\xb2','\xe5','\x34','\x52','\xd3','\x96','\xdc','\xeb','\xee','\xb5','\xfe','\x84','\x9a','\x53','\xde','\x92','\xeb','\xce','\xf7','\xb2','\x77','\xdb','\xad','\x35','\x49','\xa3','\xe0','\x74','\x41','\xac','\xaf','\xf4','\x8a','\xa1','\x35','\xed','\xb0','\xef','\x4a','\x55','\xef','\xd2','\xf2','\x1d','\x67','\x2c','\xac','\x53','\xf5','\x76','\x9c','\x95','\x95','\xe3','\x4f','\xb7','\xbe','\x39','\xcc','\xae','\x5b','\x1d','\x77','\x4c','\x59','\x28','\xfe','\x0e','\xb5','\x8e','\xa8','\xe8','\x72','\xc6','\xff','\xd8','\x33','\x7e','\xda','\xcc','\xfb','\x6d','\x64','\x80','\xfd','\xed','\x8c','\x4f','\x8a','\xf3','\x39','\x32','\xd7','\x86','\x55','\xa9','\x05','\x91','\x80','\x31','\xa7','\xa3','\x75','\x83','\xdb','\x07','\x91','\xeb','\x40','\x65','\x1d','\xc2','\xbe','\x53','\xfd','\x25','\xda','\x36','\xbc','\xe6','\x14','\x10','\x32','\x13','\x9d','\xfe','\xf7','\xc6','\x37','\xde','\x84','\xa7','\x9e','\x7a','\x0a','\xcf','\x3f','\xff','\xbc','\x9e','\xc4','\x93','\x76','\x25','\x32','\x84','\x25','\x40','\x66','\x56','\xa1','\xc0','\x62','\x13','\xee','\xf5','\x70','\x3b','\xa8','\x25','\x79','\x29','\x4c','\x63','\x57','\x4c','\x8b','\x29','\x61','\xe5','\x0a','\x41','\x2d','\x6a','\x98','\x33','\x4a','\x32','\x00','\x4c','\x02','\x82','\x71','\x80','\x49','\x30','\x26','\xc0','\x32','\xfd','\x5b','\xcd','\xa3','\x2a','\x61','\xcb','\x00','\xc1','\x00','\x08','\x66','\x95','\x48','\x21','\xa5','\xbe','\x98','\x57','\xb3','\x51','\x0e','\x01','\x78','\x84','\xdd','\xab','\xaa','\x12','\xa5','\xbe','\x54','\x18','\xad','\x06','\x19','\xa9','\x31','\x36','\x11','\xca','\x51','\x77','\x60','\xa9','\x13','\x87','\x17','\x4f','\xa4','\xff','\xeb','\xc9','\x28','\x4b','\xc2','\x0b','\x32','\x4e','\xb7','\x73','\x69','\xfe','\x89','\x9c','\xb0','\x83','\xe5','\x82','\x41','\x08','\x06','\x0e','\x80','\xf1','\x3c','\x0d','\xd5','\x6e','\x73','\x45','\xcf','\x15','\x82','\xb6','\x9d','\xaf','\x02','\xc3','\x0c','\x26','\xc3','\x96','\x39','\xb1','\x15','\x4a','\xa7','\x1b','\x5c','\x45','\x8a','\x31','\x35','\x90','\x33','\x69','\x67','\xa9','\x6c','\xdb','\x30','\x0d','\x22','\x7c','\xdc','\x6d','\x1b','\xa1','\x0c','\x62','\xc1','\xf5','\x7e','\xeb','\xb6','\x17','\x1d','\x77','\xc8','\x70','\x87','\x70','\x53','\x24','\xf3','\xe7','\x7f','\xe9','\x39','\xc2','\x02','\x6c','\x55','\xeb','\x70','\xa5','\x44','\x68','\xd8','\x30','\x4a','\xb6','\x21','\xc4','\x55','\x89','\x16','\xc7','\x67','\x2f','\x8e','\xca','\x77','\x1c','\x7b','\xd6','\x55','\x0c','\x8c','\xd2','\xef','\x28','\x17','\xa6','\xd9','\x0d','\xa7','\x0a','\x8c','\x00','\x72','\xca','\x29','\xf3','\xfa','\x06','\x02','\x45','\xd3','\xe6','\xd7','\xd5','\x11','\x18','\xa4','\x5e','\xc5','\x81','\x55','\x5a','\x8d','\x3e','\xc0','\x6c','\x19','\xd4','\x38','\xae','\x49','\x8e','\x26','\x35','\xca','\x54','\x06','\x90','\x9a','\x08','\x59','\x02','\xe4','\x90','\x3d','\x61','\x7f','\xe7','\xb2','\xd0','\xc4','\x6d','\x74','\x8e','\x98','\xbc','\x56','\xc5','\x52','\x15','\x65','\x82','\x14','\x98','\x5e','\x0f','\x95','\x38','\x88','\x18','\x1c','\x15','\xd1','\x16','\x45','\xd8','\x06','\x1d','\xb2','\x68','\xef','\xc3','\xed','\x7b','\xce','\x6a','\x05','\x1c','\xc5','\x9a','\xe5','\x51','\xd9','\xf7','\x27','\xd4','\x78','\x17','\x9d','\x45','\x29','\x83','\x34','\xe3','\x5e','\x97','\x60','\x7e','\xf6','\xba','\x47','\x5b','\x12','\xb6','\x1f','\x1d','\xc2','\x5f','\x0b','\x88','\x28','\xe7','\xb2','\x58','\x7f','\x2a','\xfd','\x2a','\x9a','\x0c','\x4b','\x1e','\xe1','\x55','\x99','\xf4','\x42','\x4b','\x57','\xb0','\xb0','\x7c','\xbc','\xf1','\xca','\xc7','\x00','\x38','\xd6','\x7e','\x26','\x3b','\xda','\xc8','\x40','\x85','\xb5','\xb2','\x5a','\x42','\x32','\xe9','\xac','\x96','\xe5','\x13','\x0d','\x5d','\x45','\xb9','\x53','\x1c','\x16','\x34','\x14','\x19','\x79','\xce','\x24','\xe9','\xc9','\x17','\x69','\x74','\xa6','\x62','\x58','\xff','\x97','\x0a','\x68','\xeb','\x44','\x87','\x77','\x57','\x4b','\xcd','\x2a','\xea','\xd2','\xd2','\x52','\x34','\xbb','\x9e','\x13','\x84','\x70','\x93','\x90','\x94','\x12','\xbc','\xc1','\x01','\x21','\xc1','\x25','\x90','\x00','\xe0','\x09','\xb4','\x22','\xa0','\x2a','\x4f','\x55','\x5c','\x31','\x6b','\x8c','\x33','\xfd','\xc7','\x6d','\xa5','\x79','\x33','\x80','\xfa','\xd5','\x73','\x29','\x20','\x05','\x20','\x12','\x6d','\x6a','\x93','\x4a','\x64','\x89','\x84','\xc8','\x98','\x36','\xa9','\x91','\x60','\x42','\x82','\x65','\x6a','\x75','\x48','\x30','\x80','\x09','\xf5','\x2e','\xa5','\x84','\x22','\x42','\x4c','\x2f','\x33','\x1a','\x25','\xd1','\x28','\xa6','\xf6','\xad','\x02','\x85','\xde','\x53','\x36','\x48','\x55','\xdf','\x22','\xac','\x63','\x74','\x7d','\xe7','\x05','\x89','\x29','\x83','\x36','\x16','\xd1','\x7f','\x75','\xe3','\x67','\x00','\x60','\x26','\x20','\x84','\xcc','\x3b','\xad','\x50','\x61','\x32','\x00','\x5c','\x2f','\x37','\x73','\xc6','\x20','\x63','\x0a','\x8d','\x25','\xf5','\xe1','\x08','\x44','\x58','\x49','\xe4','\x83','\x7c','\xde','\x62','\x94','\xdc','\xe1','\xa5','\x03','\x44','\x6c','\xb0','\xb5','\xc4','\xd9','\x25','\xbd','\x6b','\x41','\xf8','\xe8','\xa2','\x17','\xca','\x54','\x68','\xfb','\xcc','\x37','\xdf','\x70','\xfb','\x42','\x2c','\xbc','\x1b','\xac','\xe4','\x7e','\x29','\x81','\xac','\x0a','\x57','\x86','\x2a','\xed','\xa7','\x0b','\x8c','\xf2','\x52','\x58','\x8f','\x0d','\x09','\x6d','\x9d','\x88','\xcc','\x57','\xab','\x2d','\xe6','\x37','\xed','\x2a','\x72','\x64','\xf6','\xdb','\x6d','\x37','\x56','\x79','\x71','\x2a','\x6f','\x68','\x4d','\xc9','\xbc','\xc3','\x80','\x2b','\x78','\xf7','\xad','\xe0','\x33','\xe3','\x2f','\xb3','\x5a','\x8d','\x84','\xd1','\x68','\x5c','\xae','\xe4','\x94','\xcd','\x23','\x31','\xce','\xa7','\x31','\x9d','\x72','\xbe','\xdb','\x95','\x22','\xad','\x00','\x98','\x55','\x22','\xe1','\x90','\xa4','\x9c','\x34','\x99','\xa4','\x42','\x02','\x29','\x6d','\xba','\xd2','\xd7','\xd2','\x8b','\x65','\x0b','\xb5','\x61','\x13','\x5c','\x96','\xf4','\x81','\xc8','\x23','\x83','\x40','\x55','\x23','\x0b','\xe2','\xeb','\xa2','\x34','\x87','\x71','\x54','\x05','\xb3','\xe3','\x8c','\x3f','\xe0','\x30','\x6e','\x6e','\x33','\x47','\xf1','\x65','\x36','\x4f','\x86','\xf4','\x84','\x2b','\xb8','\xca','\x2c','\x09','\xda','\xa2','\x21','\x8f','\x52','\x08','\x09','\x91','\x2a','\x73','\xc5','\x2c','\xcb','\xdf','\x91','\x6a','\x07','\x4e','\xdb','\x29','\x43','\x05','\xa9','\xad','\x82','\x74','\x6b','\x2f','\xc2','\xb9','\xaa','\xfa','\x47','\x78','\xaf','\xf6','\x0a','\x92','\x2c','\xfe','\x64','\x86','\xc4','\xf8','\xec','\x3b','\x20','\x05','\x76','\x80','\x2f','\x46','\xe5','\x04','\x64','\xe1','\x25','\x77','\x75','\xc5','\x2a','\xdb','\x26','\x61','\x33','\x51','\xc7','\x20','\x9d','\xf1','\x8a','\xe9','\x0e','\x2d','\x9c','\x97','\xc4','\xb8','\xca','\xa7','\x79','\x97','\x92','\x49','\xef','\x77','\x79','\xfd','\x57','\x4f','\xc5','\xba','\xed','\x25','\x0a','\x99','\xcb','\x52','\x93','\x86','\xad','\x2a','\xa7','\x5c','\xcc','\x56','\x8f','\x3f','\x0d','\xe5','\xd5','\x0a','\x03','\xd2','\x2b','\x29','\xce','\x9f','\x3f','\xef','\xf1','\x99','\x32','\x2f','\xd7','\x05','\x27','\x08','\x85','\x00','\x0d','\x06','\x29','\x18','\x58','\xc2','\xd0','\x10','\xdc','\x0b','\x5b','\xd6','\x20','\x2c','\x5b','\x74','\x48','\x8f','\xa9','\x44','\xce','\x72','\x41','\xa8','\x0a','\xc4','\x21','\x39','\xc0','\x85','\x84','\x90','\x0c','\x82','\x4b','\xf0','\x4c','\x20','\xe3','\xda','\x66','\x5c','\x9b','\xc7','\x65','\x4c','\xcd','\xf8','\xb0','\x4c','\x42','\x30','\x09','\x40','\xa8','\x99','\x04','\xee','\x08','\x57','\x26','\xc1','\xa4','\x5f','\x3d','\x96','\x0d','\xdb','\x7f','\x26','\xf5','\x6a','\xe4','\x6d','\xd5','\x08','\xf2','\xf2','\x67','\xea','\xc7','\x4a','\x58','\x29','\xf4','\x34','\x08','\xc9','\xa2','\xe0','\xc9','\xe3','\x09','\x06','\x9f','\x82','\x54','\xf4','\x9f','\x97','\x7a','\xd0','\x77','\x07','\x1d','\x2b','\x93','\xf4','\xac','\xa8','\xe4','\xb0','\x24','\x48','\x8d','\xbb','\x12','\x5c','\x58','\x2e','\x0f','\xe8','\x41','\x05','\x3c','\x4f','\x5d','\xe6','\xb1','\x0e','\x67','\x64','\x1d','\x00','\x3d','\x9b','\x12','\xc4','\xa6','\x7e','\xba','\x26','\xd2','\xfb','\x23','\xcb','\x86','\x30','\x2f','\x7a','\xa0','\x07','\x07','\x8c','\x16','\x27','\x05','\x00','\x2e','\x00','\x59','\x94','\xa3','\xae','\x5e','\x3b','\x88','\xbe','\x1e','\xc2','\x57','\x88','\xc3','\x51','\x77','\x99','\x2b','\xd0','\xd7','\x97','\x8a','\x24','\xc0','\x2a','\xe3','\xb9','\x22','\xe4','\xb5','\x5f','\x47','\x61','\x32','\x61','\xbd','\x21','\x3e','\x96','\x7d','\xe6','\xc4','\x11','\xc2','\x9b','\x79','\x44','\xb4','\x91','\x46','\xd4','\xdb','\xc2','\xb3','\xd1','\x34','\xcd','\xaa','\x05','\xf3','\x03','\xe7','\x6a','\x75','\xa0','\x3c','\x46','\xa2','\x66','\xce','\x77','\x77','\xc0','\xf0','\x4c','\x9c','\xa4','\xff','\xd5','\xe6','\xd8','\x23','\x45','\xb0','\x63','\x6b','\xf8','\x5b','\x29','\xa3','\x4e','\x12','\x0c','\xd5','\x65','\xeb','\x15','\x15','\xe2','\x27','\x2f','\xa7','\x96','\x55','\xe6','\xfd','\x4b','\x93','\xc1','\x92','\x67','\x0d','\x49','\x32','\xe5','\x36','\xe4','\x08','\xc8','\x4d','\xa6','\xa4','\x9a','\xe0','\x94','\x42','\x9b','\xcd','\x6b','\xa2','\x03','\x69','\xf6','\x87','\x48','\xbd','\x6f','\x07','\xf9','\x6f','\x77','\xe5','\xc8','\x12','\x2a','\x04','\xbf','\xf3','\xbd','\x29','\x4a','\x19','\x57','\xab','\xbb','\xd2','\x30','\x1b','\xf3','\xce','\x4b','\x96','\x1e','\x4c','\x7f','\x8e','\xbd','\xd7','\x9e','\x60','\x88','\x97','\xad','\xa6','\xa2','\xfc','\x40','\x97','\x2b','\xc5','\x2e','\xe3','\xef','\xf3','\x60','\x91','\x40','\x9e','\x62','\x6a','\x95','\x4e','\x66','\xef','\x79','\x64','\x06','\x28','\x98','\xac','\x5a','\xfd','\x8e','\x33','\xbd','\x7f','\x24','\xd7','\xf7','\x10','\xe8','\x87','\x42','\x48','\x64','\x1d','\x81','\xb4','\xc3','\x91','\xa6','\x02','\x69','\x27','\x43','\x9a','\x0a','\xe4','\x5b','\x46','\x64','\xde','\x56','\xf4','\x15','\xbf','\x8e','\x8a','\x45','\x2e','\x20','\x34','\xa1','\x72','\x1e','\x35','\x7c','\xdc','\x95','\x01','\xb1','\xba','\x76','\x4d','\x27','\x43','\x39','\xee','\xad','\x82','\xf4','\x08','\xab','\xef','\xb2','\xb0','\x5c','\xcc','\x0b','\xe3','\x36','\x28','\xb7','\x6d','\x19','\x0d','\xc0','\xae','\x06','\x59','\xbd','\x34','\x92','\x90','\x7b','\x43','\x17','\x3e','\x94','\x7d','\x2c','\x48','\x4c','\xcd','\xe7','\x49','\x2b','\x63','\x2d','\xa1','\xf5','\x64','\x8d','\x43','\x86','\xe0','\xdf','\x8b','\x93','\xc5','\xf2','\xca','\xf2','\xde','\xb2','\x0e','\x1b','\x06','\x35','\xef','\x8d','\x05','\x0f','\xb9','\xd5','\xe8','\x11','\x5c','\x7d','\x65','\x69','\x69','\x09','\x7f','\xf7','\x77','\x7f','\x87','\x4e','\xa7','\xa3','\xf3','\x52','\x74','\x2e','\x63','\xe0','\xed','\x01','\x32','\x1b','\x21','\xdd','\x6b','\x3c','\xe1','\x00','\x57','\xab','\x3f','\x6e','\xc1','\x42','\x01','\x9c','\x97','\xc6','\xbf','\x5e','\xd9','\x58','\x18','\xb4','\xc2','\xa0','\x94','\x42','\x26','\x19','\x38','\x97','\x10','\x9c','\x81','\x71','\x45','\x70','\x04','\x97','\xc8','\xb8','\xd0','\x2b','\x40','\x40','\xc6','\x24','\x90','\x99','\x97','\xa6','\x66','\x82','\xf2','\xe5','\x6f','\xd3','\xc0','\xfd','\x0c','\x19','\x06','\xec','\x66','\xc6','\xb5','\x1d','\x66','\xd2','\xc9','\x4f','\xac','\x1c','\x04','\x42','\x0d','\xe4','\xe3','\xa4','\x54','\x03','\x40','\xa0','\xf1','\xaa','\xc1','\x41','\x42','\x0a','\x06','\xc1','\x95','\xc0','\x31','\x93','\x37','\x42','\xe8','\x8d','\x8a','\x4c','\x75','\x69','\xce','\x98','\x15','\x44','\x9e','\xfd','\x6d','\x85','\xfe','\xb7','\xcc','\x2a','\xef','\x55','\x89','\xc2','\xde','\x01','\x40','\x2b','\x0d','\x66','\xc5','\x19','\x10','\xe6','\x9e','\x90','\x9a','\x14','\x15','\xe5','\x63','\xed','\x77','\xb3','\x66','\x64','\x4f','\x20','\x63','\xcd','\x15','\x33','\x68','\x1a','\xe5','\xc9','\x21','\x39','\x56','\x29','\x2f','\x5c','\x0f','\xd8','\x43','\x5c','\xbf','\xeb','\x3d','\x6b','\x43','\x80','\xcd','\xb3','\xfd','\xe8','\x9e','\xb9','\x58','\x5f','\xb4','\x0a','\xbe','\x1b','\x4a','\xfa','\x32','\xa3','\x72','\x9e','\x2d','\x50','\x5c','\xcd','\x64','\x4a','\xae','\xe4','\xe6','\x15','\xcb','\x4a','\xea','\x70','\x39','\xe1','\xe8','\x48','\x5e','\xcb','\x88','\x65','\xc3','\x2a','\xda','\x6e','\x80','\x70','\x2c','\x86','\xd2','\x0d','\xa5','\xb9','\x29','\x01','\x24','\x70','\xf6','\xfe','\xe4','\x2a','\x9d','\xbb','\x2f','\x58','\x11','\xa5','\xdc','\x3c','\xce','\x5d','\x0d','\x72','\x57','\x89','\xec','\x3d','\x09','\x78','\x7b','\x8b','\x82','\x7d','\x46','\xf9','\x4a','\x51','\x5e','\x28','\xab','\x8a','\xca','\x62','\x9e','\xdd','\xb2','\xa8','\xf7','\x59','\xd1','\xa1','\x4d','\xf9','\xab','\x66','\xc7','\x99','\xaf','\x88','\x2b','\x95','\xd5','\x97','\x2f','\xcc','\xff','\xe7','\x6d','\xdf','\xc8','\x37','\xe9','\xc3','\x23','\x25','\x79','\xff','\x64','\x79','\x1e','\x98','\xf3','\x0c','\x63','\xe0','\xce','\xfd','\xc2','\x9e','\x3d','\xee','\xaf','\x00','\xd9','\x3d','\x90','\x36','\x3a','\x7f','\xbc','\x92','\x42','\x39','\x56','\x48','\x3b','\x09','\xd2','\x4e','\x86','\x4e','\x9b','\x83','\x5d','\x49','\x91','\x75','\x84','\x26','\xac','\x9e','\x78','\x55','\x35','\xec','\xd6','\x9d','\xd1','\xd5','\x6b','\xf4','\x8f','\x18','\x62','\xfb','\xbc','\xe2','\x74','\xc9','\x7d','\x06','\x5e','\x3d','\x9b','\xe0','\xdd','\x44','\x74','\xa8','\xb0','\x7b','\xe9','\x15','\x1e','\x76','\x08','\x99','\x5d','\x35','\x75','\xee','\x78','\x04','\xc3','\x08','\x11','\x5d','\x19','\x6e','\x42','\x41','\x5d','\x49','\x77','\x02','\x2c','\x36','\xc1','\xcb','\xf2','\x5b','\xc6','\x5a','\xca','\x2e','\xf4','\x30','\xa5','\x5b','\x5b','\xd9','\xec','\xb4','\x27','\xb0','\xdc','\xe0','\x2e','\x5f','\xf9','\x93','\xf9','\x73','\x5e','\x02','\x32','\xef','\xeb','\x11','\x44','\xeb','\x91','\xe5','\x37','\x58','\xe9','\xa3','\x4c','\x97','\x31','\xb2','\x1f','\x1a','\xca','\x89','\xc3','\xfc','\xfc','\xbc','\x77','\x35','\x74','\xf0','\x66','\xaf','\xdb','\xc7','\x18','\x2b','\xb8','\x3c','\x34','\x0d','\xdb','\x15','\x52','\xb6','\x61','\x17','\x1a','\x14','\xcb','\x4d','\x7c','\x6a','\x20','\xcf','\x76','\xce','\x3e','\x18','\x00','\x70','\xa5','\xf0','\x31','\x0e','\xd5','\x29','\x12','\x09','\x9e','\x31','\xbd','\x12','\xc4','\xc0','\xb8','\xda','\x2f','\x24','\x18','\xac','\x79','\x5c','\xbe','\x3c','\xae','\x67','\x79','\x10','\x54','\x2e','\xf3','\x5b','\xad','\xb4','\x0a','\x8a','\x31','\x61','\x8a','\x64','\xce','\x6d','\x33','\xa6','\x43','\x9a','\xfc','\x96','\xf4','\x80','\x48','\x5f','\x19','\x1c','\xfd','\x74','\xf8','\x51','\x51','\xa2','\xfa','\xcd','\xc7','\x10','\x07','\xef','\x9e','\x88','\x41','\x2c','\xbf','\xcc','\xbc','\xf5','\x62','\x2c','\xcc','\x4d','\x20','\x20','\xd1','\x32','\xb8','\xce','\x9c','\xc0','\x8c','\x49','\x70','\x30','\xcf','\xe4','\x45','\x1a','\xea','\x2e','\x55','\x1b','\x56','\xab','\x41','\xaa','\x1f','\x70','\x6e','\x48','\x90','\x93','\x80','\x93','\x67','\xe9','\x27','\xb2','\xf6','\xb1','\xda','\xc5','\x88','\xa5','\xef','\x8d','\x2f','\xf9','\x68','\x21','\x85','\x7e','\xcd','\x46','\x59','\x12','\x52','\xad','\x4a','\xc3','\x57','\x5c','\x62','\x71','\xb9','\xb7','\xbb','\xd9','\xb7','\xd7','\x0d','\x13','\xcd','\xf0','\xb2','\x41','\x16','\xda','\xbd','\xd2','\xbd','\x8d','\xe9','\x9b','\xaf','\x89','\xdb','\x19','\x3d','\xa3','\x6c','\x39','\x31','\x19','\x39','\x3b','\x8c','\x57','\xdf','\x4d','\xb1','\x09','\x02','\x46','\x91','\xbf','\x1b','\x5f','\x91','\xab','\x9b','\x01','\xab','\x9c','\x3b','\xcc','\xa7','\x4c','\x05','\xb3','\xdf','\x82','\x00','\xee','\xd8','\xc3','\x82','\x1b','\xb9','\x37','\x29','\x93','\x5f','\x56','\xcc','\x73','\x21','\xc1','\xb2','\x86','\x3d','\xe4','\x0e','\xe7','\x56','\x19','\x43','\x29','\x41','\x80','\x5f','\x04','\xe4','\xfa','\x5f','\xae','\xb4','\x2b','\xb1','\xe9','\x6b','\x67','\xd2','\x98','\xae','\x99','\x67','\x13','\xc7','\x3c','\xd0','\xc8','\x43','\x89','\xdc','\x7c','\x4e','\x3a','\xab','\x47','\x8e','\xf3','\x26','\x77','\x2f','\x51','\x48','\x8e','\xdc','\xd5','\xa2','\x7c','\x8f','\x92','\x4a','\xc0','\x9a','\xed','\x49','\xd5','\xdd','\x0b','\x2b','\x8b','\xf9','\xcb','\xf7','\xf3','\xe9','\x17','\xb7','\xa0','\x28','\x17','\xe4','\x45','\x48','\x26','\xcc','\x77','\x47','\x21','\xcd','\xf7','\x5f','\x07','\xf5','\xc6','\xa0','\x74','\x29','\xe4','\xc4','\xc6','\x25','\x5a','\x8c','\xbb','\xab','\x38','\xfa','\x5e','\x40','\x82','\x3c','\xf2','\xe3','\x3e','\xa7','\x3f','\xcd','\x45','\xa3','\x23','\x7a','\x93','\xcc','\x41','\xb7','\x91','\x12','\xda','\x49','\x96','\x40','\xa3','\xa9','\x1c','\x64','\x31','\xc6','\xd0','\x66','\x8a','\x04','\x29','\x8b','\x1e','\xbf','\x1e','\x0b','\x9e','\xd5','\x6c','\x64','\xb1','\x4a','\xac','\x40','\xc9','\xd0','\x59','\xe7','\xc1','\xa2','\x9a','\xcb','\xba','\x46','\x25','\x0b','\x5f','\x8a','\x88','\x0d','\x0d','\x31','\x92','\x16','\xd3','\x3a','\xdc','\x3d','\x41','\xd1','\x84','\xe2','\x4c','\xcb','\x8b','\x4d','\x75','\x29','\x99','\x7f','\x87','\x51','\x45','\x34','\x71','\x31','\xc4','\x08','\xb0','\x64','\xc8','\x25','\x55','\x79','\xbb','\x91','\x39','\x51','\x61','\xf9','\x1e','\x50','\x19','\xe3','\x0a','\x4e','\x1b','\xf5','\xa4','\x4e','\xd8','\xec','\x63','\x95','\xeb','\xbc','\x7b','\x93','\x57','\xbf','\xbf','\xe4','\x2f','\xd9','\x38','\x74','\x73','\x61','\xbc','\x9b','\x86','\xb0','\x04','\x48','\x08','\x61','\xdd','\x30','\x1a','\x28','\xa7','\x08','\x7e','\x1a','\xc6','\x70','\xa7','\x50','\xc7','\x2c','\x50','\x11','\x3d','\x36','\x9b','\x8f','\xf8','\x36','\xf3','\x91','\x32','\x9a','\x82','\x32','\x30','\xed','\x82','\xd2','\xcc','\x8c','\x33','\x08','\x2e','\x20','\x13','\x86','\x24','\x93','\x48','\x13','\x86','\x2c','\x63','\x10','\xa9','\xf2','\x46','\x97','\x09','\xa9','\x4c','\xe8','\xb4','\x79','\x9c','\x90','\x12','\xcc','\xcc','\x28','\x38','\x0d','\xa5','\xe8','\x24','\x81','\x39','\xdf','\x01','\x67','\x5d','\xad','\x20','\x9c','\x4d','\x54','\xf6','\x4b','\x39','\x0f','\x22','\xac','\x57','\x54','\x09','\x52','\x87','\xcc','\xa8','\xdf','\x7e','\x2b','\xf7','\xe4','\xb8','\x59','\xd5','\x91','\x5c','\xad','\x08','\x69','\xd2','\x63','\xcd','\x61','\x8c','\x99','\x86','\x59','\x45','\x92','\x52','\x0f','\x58','\xc5','\x01','\xd1','\x0e','\x3c','\x66','\x29','\xc9','\xd7','\x39','\xe3','\xf9','\x27','\x0c','\x06','\xe7','\xd5','\x72','\x06','\x6b','\x47','\x6d','\x48','\xac','\x14','\xca','\x1d','\x32','\x47','\x44','\x91','\xc6','\x00','\xe3','\xf1','\xa8','\xa1','\xc8','\x7f','\x7a','\xc3','\x00','\x15','\x50','\xf9','\x68','\xc9','\x00','\xe3','\xd1','\x88','\x88','\x62','\x55','\x47','\xfd','\x28','\x4d','\x2f','\xd8','\x3f','\x12','\x8e','\x8f','\x9e','\x59','\x76','\x24','\x76','\xa5','\x1b','\xe4','\xa3','\x63','\xde','\x6c','\x7c','\x73','\x5a','\xf7','\x01','\xc6','\x98','\xde','\xd8','\xec','\xcc','\xca','\xd6','\xcb','\xf1','\x0a','\xc0','\x95','\x51','\xdd','\x05','\x8f','\xcd','\x3f','\x43','\x54','\xe9','\xb4','\xf5','\xc6','\x64','\xae','\xf8','\xbb','\xa4','\xc7','\xa9','\x00','\xa6','\x37','\x46','\x73','\x40','\xcb','\x52','\x1d','\x4c','\xba','\x44','\x29','\x37','\xb3','\x73','\x89','\x91','\xd4','\xf5','\x19','\x23','\x4d','\xe1','\x0a','\x91','\x25','\x57','\x26','\x0f','\x36','\xc3','\xf9','\x8f','\x6a','\x0f','\x73','\x39','\x61','\x09','\xcb','\xea','\x93','\x9c','\x3c','\x90','\xef','\x49','\x51','\x87','\x0f','\xc8','\x47','\xc1','\x0c','\x4d','\xdf','\x67','\x4e','\x84','\x9c','\x21','\x08','\x93','\x93','\x25','\x2f','\x1e','\x9b','\x17','\xad','\x18','\x3b','\x2b','\x3b','\x36','\x4d','\x59','\x54','\x5a','\xc3','\x36','\x6e','\x48','\x15','\x67','\x0c','\x49','\x92','\x4f','\xac','\x33','\x06','\xb4','\x59','\x0a','\xd9','\x06','\xa4','\xf4','\xf5','\xcd','\x38','\xf9','\x18','\x60','\x10','\x1b','\x06','\xd7','\x37','\xef','\x35','\x54','\xda','\x63','\x81','\xaa','\x12','\xab','\x99','\x17','\x19','\x44','\x65','\x29','\x46','\xa1','\x1a','\x1c','\xc6','\xe2','\x84','\xf7','\x82','\x49','\x19','\x1d','\x8f','\x6c','\x38','\xdb','\x90','\xf5','\x78','\xa6','\x49','\x52','\x74','\x25','\x8c','\x41','\xef','\x11','\x72','\xf6','\x2b','\x33','\x97','\x34','\xe5','\x75','\x64','\xc9','\x92','\xa7','\x03','\x05','\x59','\xad','\x41','\x2c','\x6d','\x00','\x97','\xff','\x45','\xca','\x63','\x8e','\xa6','\xf0','\x8b','\x1e','\x6f','\x37','\x9e','\x13','\x84','\x70','\x93','\x90','\xf1','\xa0','\x90','\xd7','\xa6','\xcc','\x95','\xb4','\x08','\x4d','\x8b','\xf1','\xb1','\xb0','\xd0','\xee','\x2c','\x84','\xfb','\x90','\x3b','\x83','\xe1','\xde','\xe3','\x5c','\x2d','\xc5','\x0a','\x99','\xa8','\x95','\x1e','\xbd','\x22','\x94','\x65','\x1c','\x22','\x51','\x2e','\xb4','\x79','\xa6','\x66','\x0f','\x32','\x2e','\xc0','\x84','\x04','\xb7','\x44','\x48','\x67','\x55','\xea','\x86','\xe4','\xb8','\x61','\xb4','\xfa','\xaa','\x57','\x14','\xe6','\x0f','\x64','\xe1','\x68','\xe5','\xd6','\xb8','\x7d','\x46','\x7a','\x1f','\x61','\xd1','\x48','\xe7','\x5c','\x7d','\x78','\x3c','\xbd','\xef','\x87','\x2b','\x62','\x29','\x79','\xc9','\xd2','\xda','\xd4','\xe6','\x84','\xdb','\x04','\xce','\x07','\x32','\x7d','\x8d','\x6b','\x89','\xa3','\x97','\x85','\x8c','\x09','\x86','\x99','\x65','\x84','\x80','\x76','\x97','\xad','\x3f','\x0b','\x53','\xe8','\xa3','\xa3','\xfa','\x14','\x50','\x95','\xb5','\x81','\x5e','\xce','\xf2','\x43','\x3a','\xef','\x4b','\x5f','\x70','\x3e','\xf3','\x09','\x15','\xe3','\x11','\x46','\x9a','\x59','\x4c','\x21','\x21','\x1d','\xdb','\xf9','\x5a','\x69','\xc5','\x14','\x89','\x68','\xdb','\x1a','\x11','\xa9','\xc2','\x72','\xdd','\x36','\xd7','\x9b','\x98','\x77','\xc1','\xe3','\xea','\xae','\x22','\x16','\x84','\xeb','\x86','\x7c','\xd8','\xd1','\x0a','\x80','\xd7','\xf6','\x11','\x90','\x1b','\x74','\x57','\x30','\xa2','\xef','\xc4','\x53','\x61','\xc1','\x5c','\xe1','\x2f','\xf2','\xaf','\x40','\x71','\x40','\xed','\xe6','\x4a','\x39','\xd7','\xcf','\x59','\xf1','\xba','\x33','\xfe','\xc4','\x66','\xd1','\xbb','\x46','\x1c','\x51','\x86','\x3c','\xcf','\x50','\x5d','\x11','\x2a','\x6c','\x03','\xb4','\xaf','\x70','\x5c','\x2c','\xf9','\x59','\x95','\x8d','\xea','\x62','\xb3','\xe2','\xd7','\x88','\x4e','\x61','\x9b','\x95','\x96','\xbb','\xae','\x23','\x06','\x7b','\x59','\x9a','\x79','\x23','\x33','\xe9','\xa4','\xaf','\x69','\x02','\x63','\xf7','\x0b','\x09','\xa5','\x4b','\x78','\x9e','\xe7','\x0c','\xc7','\x09','\xcc','\xe3','\x6c','\xbe','\xca','\xca','\x5b','\x26','\xef','\x5c','\xb5','\xc2','\xed','\x1a','\x25','\xab','\x2b','\xee','\xca','\x8f','\xbb','\xb7','\x2e','\x57','\x26','\x35','\x91','\x66','\xf9','\xef','\xfc','\xd8','\x86','\xfc','\x59','\x98','\x34','\xdc','\x7c','\x48','\x78','\xab','\x3e','\xb9','\x69','\x93','\xaf','\xfb','\x14','\x74','\x4f','\xa7','\xdc','\xfe','\xfb','\xd0','\x4f','\x4b','\xb5','\xe9','\x9e','\x33','\x8e','\x06','\x03','\x80','\x86','\x7e','\x47','\xb9','\x5e','\xe9','\xae','\xca','\x45','\xf4','\x79','\x18','\xa1','\x13','\x1d','\x96','\xfb','\x41','\x81','\x64','\xd5','\x7c','\x20','\x4a','\xce','\xf4','\x2d','\x27','\x73','\x65','\xb2','\xbf','\x42','\x8d','\xae','\x91','\x6c','\x90','\xb8','\x7d','\x51','\x8e','\x49','\x58','\x49','\x3b','\x33','\xab','\x3d','\xca','\x39','\x02','\x8b','\x05','\x81','\x71','\x9c','\xa0','\xc2','\x33','\xe7','\x3d','\x48','\x37','\x88','\x5a','\xa1','\x33','\xfb','\xee','\x99','\x7a','\xbf','\xa6','\xad','\x48','\xa6','\x02','\xe9','\x96','\x67','\x4d','\x25','\x7d','\xf6','\xa2','\xda','\xa2','\x27','\xaa','\xeb','\xca','\xbc','\xb2','\xa0','\x12','\x90','\xc1','\xe1','\xb6','\x8c','\xa9','\xf3','\xf0','\x42','\x27','\x6f','\x40','\x0d','\x27','\x08','\x59','\x2a','\xf2','\xa4','\xec','\x6c','\x47','\x64','\x10','\x2a','\xc9','\x4c','\x2c','\xa7','\x05','\xbb','\x42','\xff','\x8e','\xdd','\x04','\x6e','\xfb','\x2e','\x53','\x24','\x48','\x32','\x06','\x30','\x75','\xf0','\x18','\xe3','\x12','\x42','\xaf','\x08','\x65','\x82','\xab','\xc3','\xb7','\x8c','\xa9','\x5c','\xa2','\x0f','\xaf','\x74','\x5d','\x6c','\xaa','\xfd','\xc9','\x5a','\xc8','\xe9','\x91','\xdb','\x69','\xa8','\x39','\xd3','\x0e','\x1a','\x90','\x3b','\x7b','\xe5','\xe6','\xd5','\x34','\x24','\xb0','\x78','\xa3','\x8c','\x17','\xbd','\xf7','\xfe','\x3a','\x70','\x04','\x6b','\x10','\xb1','\x32','\xd6','\x15','\x14','\x35','\xa3','\x1e','\x28','\xba','\x5c','\x8a','\x94','\xc7','\x69','\x7a','\xb5','\xd3','\xcc','\x8c','\x5a','\x62','\x04','\x8f','\x37','\x00','\x19','\x41','\x22','\x73','\xc1','\xc4','\xf4','\xc0','\x2c','\xa4','\x33','\x78','\x40','\x3b','\x8e','\x63','\x6a','\x72','\x20','\xec','\x86','\xd2','\x4d','\x3b','\xc4','\x28','\xb7','\xa5','\x21','\xbd','\xdf','\xa1','\x23','\x7c','\xb9','\x46','\x86','\x38','\x50','\x33','\xa7','\x52','\xe9','\xc8','\xcc','\x28','\x55','\xc8','\xe5','\x64','\xec','\x85','\x94','\x94','\xd7','\x1d','\x3c','\x87','\x8a','\x65','\xe9','\x53','\x2c','\x97','\x8f','\xce','\x8c','\x6e','\x38','\x99','\x15','\x9b','\xdc','\xca','\xab','\x33','\x92','\x89','\x1e','\x48','\x71','\x54','\xc1','\x28','\x7b','\xa6','\xd0','\x51','\x22','\x90','\xc5','\xaf','\xb9','\xdb','\xf9','\x38','\x21','\xb5','\xe4','\xc7','\x19','\x98','\x8b','\x83','\x7a','\x5e','\x52','\x6e','\x03','\x3a','\x75','\x57','\x92','\xf5','\x7a','\xad','\xa0','\x58','\x60','\x16','\xac','\x48','\xf9','\xb1','\xb9','\xe1','\x1d','\x6d','\x64','\x35','\xd0','\x43','\x1b','\x54','\xca','\x72','\x79','\x1c','\x51','\x0e','\xea','\xce','\x2c','\x1b','\xcd','\x8c','\xe5','\x71','\x19','\x62','\x64','\x09','\xa3','\x55','\x34','\x9d','\x15','\x1f','\x21','\xc1','\x65','\x3e','\x29','\x65','\x56','\x80','\x0a','\x59','\x77','\x89','\x58','\x9e','\x60','\x45','\x41','\xcd','\x04','\x8a','\x4f','\x40','\x5c','\xb2','\x61','\xa2','\xb1','\x6a','\x89','\x27','\xef','\xc3','\xf4','\xf2','\x34','\x0b','\x33','\xfd','\xc1','\x73','\x41','\xf5','\x14','\xb3','\xca','\x82','\xaf','\xd1','\xf7','\x64','\x34','\x63','\xe7','\xc1','\xaa','\xf7','\x69','\x2c','\x1f','\xa0','\x0e','\x00','\x4d','\xc6','\x80','\x26','\x12','\x7d','\x50','\xaa','\x0a','\x22','\x32','\x61','\x2d','\x79','\xa4','\x54','\x63','\x62','\x01','\x11','\x97','\xd2','\xe1','\x0a','\x2c','\xdc','\x6c','\x95','\xe6','\x7f','\x78','\x88','\xae','\x92','\xc0','\x97','\x1d','\x85','\x8a','\x0c','\x54','\xcd','\xaa','\x6e','\x58','\x49','\x94','\x3c','\x5d','\x43','\x96','\xbe','\x6b','\x2f','\x19','\x99','\x6b','\xae','\xc6','\x74','\xcd','\x0d','\x90','\x67','\x55','\xe9','\x23','\xd6','\xa0','\xc5','\x89','\x4e','\xc8','\xdc','\xf3','\x72','\x81','\xc8','\xe8','\x0e','\x92','\x5f','\x73','\xc7','\x0a','\x7d','\x9d','\x39','\x7a','\xb8','\x0e','\x28','\xa5','\xd3','\x1f','\x58','\xb1','\xca','\x9c','\x1a','\x89','\xf7','\x28','\x26','\x0b','\x2b','\x40','\xc6','\xbd','\x7e','\xa5','\x09','\x9c','\x39','\x1d','\xde','\x45','\x92','\x24','\xc8','\x32','\xe5','\x0a','\x4f','\x65','\x46','\x2b','\x7c','\x5a','\x51','\x73','\x3b','\x66','\x7c','\x74','\x61','\xde','\x9d','\x7c','\xe6','\x44','\x5a','\x61','\xe1','\x72','\x35','\xfb','\x1a','\x9c','\x19','\x08','\xcf','\x4e','\x15','\xca','\xde','\x54','\x26','\x50','\x26','\x26','\x02','\x90','\x89','\xd0','\xe6','\x6f','\x0c','\x49','\xc6','\xed','\x41','\xad','\x42','\x70','\x64','\xda','\x44','\xce','\x3b','\x74','\xcd','\x0a','\x32','\x9d','\x4d','\xab','\xad','\x04','\xd9','\xb7','\x8d','\x33','\xa2','\xf1','\x04','\x58','\xe5','\x21','\x84','\x30','\x22','\xf0','\x5a','\x7d','\xc9','\x78','\xa7','\x3a','\x3e','\x7c','\x81','\xed','\x0c','\x42','\xee','\x6c','\x1e','\x8c','\x47','\x43','\x33','\x43','\x26','\x94','\x92','\xcd','\x24','\x94','\xb3','\x10','\xf0','\x7c','\x86','\x2f','\x1c','\x7b','\x96','\x91','\x44','\x12','\x5c','\xe4','\x52','\x9a','\x01','\xda','\x26','\x2e','\xf7','\x48','\x05','\x06','\x6d','\x8b','\xef','\x8c','\x2a','\x25','\xef','\x21','\x6a','\xfe','\xb3','\x06','\xe0','\x9a','\xcd','\x14','\x6f','\x3a','\x61','\xdc','\x6b','\x55','\xcf','\x94','\xc4','\xc3','\xfc','\x2f','\x1a','\x65','\x6c','\xbf','\x5e','\xfc','\xd2','\xf9','\x27','\xf3','\x1f','\x25','\x61','\x8a','\x71','\x96','\x29','\x3e','\xdc','\xcd','\x27','\x43','\x9c','\xa8','\x05','\x91','\x95','\x85','\x28','\x64','\xab','\x5b','\xb9','\xac','\x90','\x09','\x1f','\x2c','\x43','\x6c','\xec','\x1e','\x32','\x4a','\xf3','\x1c','\xde','\xe8','\x92','\x7e','\x45','\xd9','\xc3','\x22','\xfb','\x31','\x31','\xef','\xc3','\x7c','\xb7','\xab','\x21','\x0e','\x89','\x95','\x80','\x3e','\x67','\xd0','\x71','\xb4','\x20','\xfd','\xbf','\x3c','\x2e','\xdf','\x19','\x00','\x98','\x3f','\x71','\x1b','\xbe','\x85','\xe2','\xd8','\x10','\x23','\x31','\x61','\xb9','\x22','\x37','\x4c','\xc3','\x70','\x3f','\xed','\x47','\x84','\x20','\x44','\xa3','\x0f','\x72','\xc7','\x62','\x97','\xbb','\x34','\xb6','\x20','\xfd','\x4a','\xd8','\x3a','\x56','\xf2','\x30','\xe1','\x1c','\x32','\x01','\x9a','\x63','\xd2','\x2a','\xbe','\x59','\x9a','\x21','\xcb','\x94','\x65','\x8f','\x14','\x91','\xb6','\x20','\x73','\x72','\x9a','\xe7','\x51','\x2b','\xe9','\xf6','\xbe','\xc9','\x5b','\xbc','\xd3','\xe6','\x93','\x53','\x35','\xf3','\x5d','\x0b','\x91','\xfd','\x42','\x61','\x9a','\xce','\x37','\x63','\xc2','\x59','\xb7','\xb7','\x55','\xc5','\x5d','\xb0','\x0c','\x74','\xe2','\x65','\x76','\xa2','\xbf','\x38','\xee','\xd8','\x30','\x1e','\x9b','\x67','\xf9','\x3d','\x3b','\x64','\x49','\xe7','\x37','\xf3','\x9e','\xf5','\x1a','\xa1','\x6e','\xdc','\xb6','\x39','\x98','\x7e','\x68','\xf4','\x1d','\x8f','\x27','\xeb','\xd5','\x23','\xa8','\xbe','\x93','\xdf','\x32','\x87','\xbd','\xa3','\x5c','\x6e','\x96','\x0f','\xa1','\x60','\x60','\x68','\x24','\x0d','\x70','\xce','\x3d','\x8b','\xb6','\xb1','\xb1','\xb1','\x68','\x5c','\x9e','\x17','\xb8','\x68','\x62','\x61','\xe3','\x66','\x86','\x9c','\x04','\x9e','\x48','\xbc','\x47','\xad','\x13','\x79','\xe7','\x43','\x42','\x4a','\x0e','\x57','\x3a','\xe5','\xcc','\x37','\x78','\xbb','\x42','\x37','\x72','\x13','\xd0','\xa4','\xe9','\xd8','\xb4','\x02','\x5a','\xe8','\x40','\xed','\xa3','\x50','\x8e','\x13','\xd4','\x9f','\x10','\xcc','\xee','\x1d','\x92','\x42','\xaf','\x04','\x65','\x12','\xd0','\x87','\xab','\x41','\x48','\x6b','\x16','\x27','\x1d','\xef','\x23','\x66','\xe9','\xdb','\x5d','\x04','\x2a','\xcc','\xa4','\x0d','\x38','\x3e','\xd4','\x19','\xbb','\x06','\x8a','\x60','\xbd','\xa2','\x44','\x01','\x59','\xb5','\xe8','\x0c','\x91','\x8f','\xdd','\x62','\x2c','\x6e','\xf6','\x6e','\xda','\x95','\x11','\x38','\x32','\x1f','\xfc','\xbc','\x99','\x38','\xf3','\xc1','\xd4','\x64','\x83','\xc8','\x60','\x85','\xb9','\x14','\xd2','\xae','\x64','\x32','\x21','\xc0','\x13','\xd5','\x27','\xf2','\x15','\x52','\x38','\x5a','\x53','\x17','\xc4','\x0a','\xbf','\xd2','\x0a','\xf8','\x88','\xb7','\xe7','\x5c','\xe0','\xeb','\x81','\x4b','\xfa','\x77','\x5d','\x65','\x41','\x29','\x53','\x12','\xe0','\x1c','\x52','\xbb','\xe5','\xd5','\x42','\xc4','\xca','\x4c','\x37','\xbc','\xdb','\x7e','\x58','\x4f','\x0a','\xeb','\x28','\x20','\x3e','\xc9','\x65','\xee','\x78','\xf3','\x81','\xa1','\x62','\x65','\x9f','\x89','\x8c','\xc8','\x31','\xd3','\xea','\xe0','\x9a','\x1b','\x4d','\xcc','\x0f','\x50','\xdd','\xac','\xbb','\x7b','\x42','\x0c','\xf9','\x29','\xae','\xee','\xe5','\x03','\x82','\x7e','\x95','\x9e','\x16','\xab','\xc6','\xa0','\x22','\x42','\x2f','\x58','\xdd','\x50','\xf9','\xf6','\xbb','\x91','\x9f','\xf0','\x9a','\xab','\x7d','\xf4','\x8c','\x1e','\xda','\x61','\x55','\x90','\xda','\x2f','\xa5','\x87','\x7c','\x56','\x4d','\xea','\xb8','\xcd','\xd1','\xd7','\xc7','\xa2','\xcf','\x16','\xa2','\x72','\x57','\xe1','\xac','\x92','\x2d','\xed','\x1e','\x63','\xb3','\x12','\x64','\x57','\x7f','\x0c','\xc1','\x61','\x6a','\xaf','\xa6','\x89','\xd0','\x1c','\x2c','\x09','\x33','\x71','\x6b','\x08','\x56','\xac','\x3c','\xf6','\x7a','\x45','\x18','\x3f','\x6b','\x7e','\xbe','\x0b','\xfd','\xca','\xed','\x1b','\x76','\xb0','\x41','\xe5','\xcb','\x28','\x32','\xb2','\x48','\x64','\x75','\x50','\xa6','\x5d','\xe7','\xdf','\x73','\x83','\x28','\xf5','\x5f','\xea','\x3d','\x29','\x49','\xc2','\xd1','\x68','\x28','\x85','\x8c','\x59','\x5d','\xcf','\xc8','\xcf','\x80','\x3a','\x48','\xe4','\xfb','\xae','\x9c','\xdf','\x9e','\x3c','\x35','\xba','\x65','\xb0','\x7a','\x64','\xf5','\x3b','\x27','\x17','\x26','\xce','\x5e','\x9a','\x7d','\xdf','\x90','\xee','\x57','\x3f','\x21','\xf5','\x1a','\xfa','\x1b','\x0c','\x7d','\x62','\x11','\xbf','\xc7','\xec','\xe9','\xa2','\x01','\xbc','\xf1','\xc8','\xc8','\xbb','\xfc','\x86','\x95','\x79','\xf6','\x92','\xdf','\x9e','\xa4','\x09','\x20','\x99','\xad','\xd1','\x62','\x59','\x82','\x36','\x68','\xc6','\x44','\x1d','\xa9','\x91','\xbd','\x66','\x35','\x29','\x2f','\x0b','\xcb','\xdf','\x8f','\xc9','\x02','\x43','\xfe','\xae','\x63','\xe5','\x05','\xc0','\x82','\x95','\x1e','\xd7','\xc1','\x5b','\x08','\x4b','\x80','\xd2','\x34','\x8d','\xdb','\xc8','\x35','\x72','\x09','\x6f','\x6d','\x48','\x9d','\x0d','\xd9','\x79','\x2a','\xf6','\x5f','\x90','\x90','\x2f','\xbd','\xf3','\x46','\x1a','\xd8','\xdc','\x02','\x4e','\xc3','\x2d','\x7a','\x5d','\x71','\x97','\xb4','\xc2','\xcd','\x7a','\xe0','\x0c','\x89','\x16','\x46','\x9c','\x6b','\xcf','\x2d','\x99','\x04','\xe7','\x2c','\x3f','\x50','\x95','\x4b','\xe5','\x5a','\x3b','\x13','\x10','\x8c','\x69','\x61','\x26','\xd4','\x06','\x66','\x6d','\x1e','\x67','\x07','\x37','\xcb','\x88','\xf4','\x05','\xc7','\x26','\xd2','\xeb','\x28','\x05','\x45','\xd3','\x54','\x94','\xd7','\xd2','\x09','\x04','\x05','\xa7','\x0d','\xb9','\xcd','\x87','\xc1','\x15','\x54','\x45','\x39','\xc8','\x13','\x45','\x84','\xbc','\x0d','\xba','\x7a','\x10','\x96','\x52','\x1f','\x4e','\xcc','\xcd','\xd8','\x5f','\x7f','\x30','\x8b','\xf2','\x9f','\xba','\xe4','\xe9','\x6a','\x41','\x30','\x30','\xe6','\xaf','\x30','\xae','\xb1','\x84','\x26','\x25','\xc6','\xc4','\x46','\x40','\x6a','\xa7','\x08','\xcc','\xbb','\x6f','\xe0','\xee','\xda','\x18','\x79','\x98','\xc1','\xb2','\x50','\x05','\xcc','\xde','\x77','\x7f','\x86','\x41','\xc2','\x71','\xa3','\xa0','\xb4','\x75','\xd3','\xd7','\x9c','\x7c','\xd4','\x32','\x0d','\x71','\xf3','\x84','\x9c','\xf8','\x98','\xb1','\xc6','\xf9','\xf0','\x14','\xae','\x3c','\x41','\x33','\x0e','\xa8','\x0b','\x76','\xa8','\xb3','\xd9','\x8d','\x77','\xae','\x5e','\xba','\x92','\x8c','\xfd','\x88','\x28','\xb8','\xb5','\xb1','\xd6','\xfa','\x71','\x55','\x9b','\x41','\x7e','\xcf','\x7d','\x3d','\x51','\x9e','\x57','\x46','\x16','\x4b','\x14','\x5c','\x8f','\x27','\x00','\xde','\xc1','\xaa','\x59','\x2a','\xd4','\x6a','\x44','\x2a','\xb4','\x15','\x89','\x8a','\xc7','\xce','\x33','\x99','\x49','\x59','\x6e','\x0e','\xb0','\x36','\xe6','\xc9','\x5a','\x99','\xe0','\xf9','\x4b','\x88','\xc9','\x0b','\xe6','\x7c','\x61','\xee','\x67','\x21','\x10','\xb3','\xf9','\x8e','\xb6','\xf7','\x2a','\x8e','\xd3','\xa7','\x52','\xed','\x31','\x8c','\x1a','\x41','\xcd','\x0a','\x5a','\xe1','\xb1','\xca','\xc7','\x73','\xd6','\x98','\x34','\x78','\xae','\xd4','\x32','\xe5','\x31','\x4e','\x0a','\x19','\xc4','\xe7','\xf6','\x5b','\x7d','\xd9','\xea','\x91','\xb2','\x70','\xdd','\xcb','\x86','\x70','\xae','\x49','\xa9','\x27','\xb6','\x1d','\xd3','\x2e','\x03','\xe6','\x97','\xa1','\xdb','\xde','\xbe','\x61','\xc1','\x95','\x45','\x79','\x5e','\x7a','\x9c','\xdc','\x31','\x75','\x53','\x46','\x84','\x82','\x59','\xd9','\x7c','\x15','\x2a','\x14','\xa4','\xe5','\xca','\x82','\xd2','\x3b','\xca','\x3a','\x99','\xe9','\x17','\xfe','\x2d','\x6f','\xd7','\xa7','\xe5','\x12','\x7e','\x46','\xa3','\xa9','\x4b','\xe4','\x8e','\x16','\x9c','\x6b','\xee','\x5c','\x61','\xd4','\x42','\xb2','\xc4','\x04','\x2e','\xf6','\x2e','\x3d','\x2f','\x70','\x22','\xd8','\x3c','\x94','\x65','\x19','\x9a','\x1b','\x12','\x9b','\x22','\x73','\x0b','\x54','\xaa','\x67','\x45','\x5a','\x54','\x10','\x42','\xe7','\xdd','\xe4','\xce','\x67','\x79','\xfa','\x25','\xe6','\x8a','\xa1','\xd4','\xee','\x11','\xa5','\x65','\x29','\x5e','\x85','\x98','\x7c','\x31','\x20','\x61','\x5a','\x51','\x84','\x32','\x11','\xe2','\x89','\x50','\x04','\x28','\x93','\xc8','\xb8','\x22','\x44','\x59','\x62','\x5c','\x6a','\x2b','\x33','\x39','\x40','\x6f','\xdc','\x12','\xb9','\xf2','\x27','\x5d','\xc2','\x03','\x28','\x76','\x6b','\x37','\xde','\x69','\x29','\x1c','\x28','\x3a','\x9e','\xad','\xb1','\x33','\xfa','\xf4','\x35','\x00','\x0e','\x8a','\x3a','\xbd','\xa6','\x5b','\x82','\xa3','\x3a','\x78','\xc6','\xf2','\x35','\x80','\xe6','\x38','\xe4','\xe8','\xbc','\x78','\x43','\x45','\x2f','\x0c','\x60','\x37','\x0c','\xe6','\x93','\x1e','\x6e','\x53','\x02','\xa0','\x36','\x0f','\xc2','\x6c','\x08','\x65','\xd2','\xf1','\x16','\x07','\x3b','\xf3','\x25','\x24','\xd4','\x61','\xc2','\x5c','\x82','\x71','\x5e','\x70','\x5d','\x5f','\x37','\xbf','\xab','\x82','\x72','\x59','\xba','\xf2','\xb0','\x24','\xc7','\x99','\x6c','\xb1','\xfd','\x3a','\x26','\x69','\x11','\xa9','\x67','\xbd','\x22','\xc7','\x39','\x24','\x84','\x72','\xe5','\x2f','\x94','\xbc','\x10','\xfa','\xb5','\x70','\x3d','\x4a','\xe4','\x72','\x4c','\xe6','\xa4','\x42','\x25','\x9a','\x0b','\xeb','\xd2','\xfa','\x71','\x7f','\xc8','\xe2','\x0b','\xec','\xa5','\x2e','\xcb','\x5e','\x7e','\x99','\xb2','\x55','\xb8','\x10','\x0c','\x82','\x5c','\xd5','\x57','\xbe','\x21','\x37','\x32','\x5e','\x38','\x66','\x9b','\x65','\xab','\x25','\x66','\x90','\x2c','\xe8','\x70','\xdd','\x79','\x92','\xa7','\xf0','\xc6','\x88','\x8e','\xeb','\x0e','\xb9','\xa0','\x7b','\xb3','\x7c','\x8c','\xf3','\xf6','\xe9','\xa1','\xf8','\xbd','\x7b','\x46','\xfa','\x40','\xdf','\xf1','\x39','\xac','\xac','\xab','\xe2','\x19','\xb4','\x1f','\x2f','\xe1','\x9a','\xd2','\x60','\x98','\xe5','\xae','\x8a','\x2b','\x24','\x3d','\x65','\xcf','\x07','\xdd','\x20','\xb6','\x0a','\x5f','\xd0','\x1b','\x9c','\x87','\x45','\x26','\x90','\x76','\x04','\xb2','\x34','\x43','\x9a','\x4a','\x45','\x7e','\x3a','\x02','\x69','\xaa','\xbc','\x93','\x71','\xc6','\xf4','\x8a','\x7b','\xde','\x36','\xdc','\x83','\x40','\x25','\x67','\xe0','\x92','\xd9','\x6b','\x56','\x19','\xd4','\x5c','\xc8','\xea','\x4d','\x2c','\x6c','\x6b','\xee','\xa7','\xa3','\x69','\xd6','\xad','\x9f','\x7e','\xde','\x83','\x7d','\xe5','\xb1','\x4a','\x0a','\x8e','\xfc','\x60','\x88','\x37','\x89','\xb0','\x8f','\x45','\xa2','\x2f','\x6b','\x4a','\xee','\xbe','\x39','\xae','\x4d','\x18','\x92','\xc4','\xd8','\x42','\x31','\x70','\xd7','\xdb','\x1e','\x9c','\xea','\xd0','\xfa','\xa2','\x67','\xae','\x2a','\x7d','\x7d','\xcd','\x9d','\x30','\xb7','\xe4','\x88','\xfb','\x04','\x28','\x9f','\x7c','\xcf','\xe3','\xcc','\xe5','\x70','\x5e','\x6e','\xb3','\x1f','\x37','\x17','\xc7','\x91','\xc2','\x3a','\x65','\xf5','\xc7','\xef','\x01','\x11','\x5a','\x1f','\x21','\x8f','\xbc','\x32','\x09','\x27','\x8b','\xa5','\x6b','\x11','\x08','\xc6','\x39','\x53','\x03','\x2c','\xd4','\xae','\x8b','\xa9','\x49','\x5d','\x48','\x4f','\x6c','\x33','\xe7','\x2f','\x17','\xec','\x51','\x62','\x6f','\xcd','\xf6','\xe1','\xb7','\xf9','\xc2','\x76','\x1a','\x57','\x0e','\x47','\x73','\x12','\x47','\xc8','\x63','\x00','\x14','\x3c','\x5c','\x1b','\x14','\xce','\x01','\x2a','\x04','\x68','\xf2','\x9a','\xc9','\x9a','\x46','\xe2','\x0c','\x14','\x5d','\xc2','\x33','\x98','\xb1','\xb1','\xac','\x87','\x01','\x66','\x1f','\x84','\xb7','\x5a','\x14','\x6b','\x83','\x32','\xf8','\x2a','\x18','\x84','\x64','\xda','\x21','\x82','\xf6','\x0c','\x27','\xcc','\x3e','\x21','\x81','\xac','\xc3','\x20','\x32','\x81','\x8c','\xe9','\xfd','\x41','\x5c','\x42','\x0a','\x66','\x95','\x4a','\x4f','\x29','\x61','\xb0','\xb3','\x05','\x52','\xf7','\x0c','\xef','\x6c','\x5d','\x16','\x97','\x23','\x84','\xab','\x15','\xf5','\xb5','\x7a','\xd5','\x9a','\xf2','\xff','\xe6','\x51','\x77','\x96','\xc3','\x53','\xbe','\xac','\xb7','\x38','\x69','\xcf','\xa0','\x90','\x52','\xbb','\x7d','\x97','\x0c','\x5c','\x0a','\x35','\x10','\xeb','\x41','\xd8','\x45','\x57','\xf5','\xa6','\xa8','\xcb','\x12','\xba','\x40','\x86','\xef','\x0b','\xce','\x6f','\xa6','\x0f','\x76','\xd6','\xa4','\x55','\x42','\x82','\x65','\x12','\xe0','\xca','\x89','\x4b','\x4e','\xab','\x1c','\xc2','\x53','\xfb','\x2c','\xb5','\xe0','\x65','\x55','\x88','\xd0','\x3e','\x62','\xeb','\x0b','\x6a','\x1f','\x04','\xf2','\x99','\x71','\x9d','\x31','\x33','\x41','\x65','\xee','\x79','\x04','\xa6','\xb8','\x8c','\x04','\x73','\x39','\x4a','\x7e','\xea','\x22','\x54','\x72','\xec','\x65','\x47','\x09','\x72','\xd3','\x43','\x9e','\x47','\xbb','\x8f','\xc3','\x23','\x41','\x41','\x5d','\x03','\x5d','\xeb','\xbb','\xdb','\xeb','\xe8','\x91','\x6e','\x54','\x27','\xe0','\x70','\x1f','\x42','\x11','\xb1','\x3a','\x76','\xcf','\xfa','\x31','\x2b','\x3d','\xed','\xa5','\x14','\x69','\x27','\x43','\xaa','\x27','\x49','\x33','\xfd','\xc7','\x24','\xc0','\x13','\x0e','\x2e','\x72','\x53','\x56','\x06','\x58','\xf2','\xe3','\x7d','\x1a','\x02','\x64','\xbf','\x03','\x92','\x07','\xc4','\xc9','\xd1','\xea','\x98','\x3e','\x74','\x85','\xe9','\x25','\xfd','\xc2','\x6b','\x74','\xcc','\x85','\x06','\x6e','\x33','\x15','\x15','\x93','\x93','\x96','\xbc','\x6f','\x30','\x5d','\x4f','\xd1','\x14','\x2d','\x29','\x61','\xce','\xa5','\x82','\x96','\xed','\xdc','\xf1','\x19','\x53','\xce','\xad','\xa4','\xae','\x17','\x06','\x9e','\xa8','\x19','\x3f','\xc9','\x59','\xc1','\xf2','\xc7','\xc6','\xe3','\xf5','\x6b','\xbf','\x83','\x5b','\xcb','\x21','\x3b','\xb1','\xee','\x5b','\x10','\x99','\xef','\x36','\x8c','\x74','\x72','\x6d','\xc7','\x53','\xfd','\xdd','\x09','\x67','\x8b','\x22','\xed','\xcf','\x02','\x47','\x5d','\xa9','\x55','\xfc','\x5e','\xd2','\xa8','\x2b','\xd7','\xad','\x59','\xa7','\x79','\xc8','\xbd','\xa7','\x1d','\x34','\xd9','\x31','\x86','\xb9','\xe2','\xc6','\xe9','\x0b','\xc8','\x09','\x8f','\x6b','\x02','\x1a','\x2e','\x2e','\xb9','\xf2','\xd4','\x8e','\x09','\x79','\x54','\x1e','\x39','\xf2','\xe5','\x7f','\x9e','\xc1','\xca','\xf6','\x1f','\xea','\x4c','\x8c','\x41','\x08','\x51','\x6d','\x02','\xa7','\xce','\xdd','\xf1','\x0f','\x42','\x4d','\x92','\x04','\x5e','\xf5','\x45','\x88','\x47','\x55','\x87','\x2c','\x5e','\x93','\x91','\x5f','\x2e','\xb7','\x73','\xbb','\x5d','\xfe','\x95','\x41','\x3b','\x3f','\x40','\xac','\x43','\x20','\x6f','\xa0','\x6e','\x47','\xe4','\x00','\x93','\xfa','\x7c','\x20','\x2e','\x21','\x13','\xa8','\xd5','\xa0','\x44','\x82','\xa7','\x4a','\x58','\x65','\x19','\x03','\x4f','\x8d','\xd3','\x04','\x7d','\x8e','\x90','\xd4','\x82','\x51','\x30','\x48','\x6d','\x4e','\x27','\x01','\x4b','\x7e','\x72','\x7e','\xcc','\xe2','\x15','\x52','\x59','\xfe','\x72','\x0c','\x5d','\xb0','\x8d','\x5c','\x82','\xcb','\x88','\xfa','\x7c','\x63','\x65','\x60','\x66','\x8f','\xe0','\x64','\x47','\x06','\xad','\x9b','\xc1','\x17','\xac','\x96','\xf9','\x40','\x91','\x7e','\xdd','\xe8','\xfc','\xfe','\xaf','\xcd','\x3c','\x25','\x87','\xd4','\x6d','\xdb','\x37','\xe7','\x01','\x04','\xd4','\xfe','\x36','\x70','\x09','\x1e','\x38','\x49','\x28','\xc9','\xa6','\x9b','\xec','\xf2','\xb7','\x87','\xc8','\xa0','\xa1','\xd2','\x67','\xe5','\x69','\xf7','\xfa','\x4e','\xeb','\x94','\xa1','\x22','\x4e','\x16','\xc8','\xbc','\x5a','\x49','\x7a','\x1a','\x03','\xd4','\xbb','\xd2','\x5b','\x1e','\x39','\xe0','\xbd','\x27','\x21','\x04','\x18','\x98','\x5d','\x09','\xf2','\xf4','\x02','\x97','\x05','\x7b','\xf9','\x74','\x33','\x2c','\x9d','\x07','\x9c','\xdb','\xb1','\x32','\x55','\xc9','\xa7','\x58','\x32','\x35','\x9f','\xcd','\x1f','\xcc','\x9d','\xd4','\x78','\xe4','\xc7','\x1d','\xd8','\x60','\xce','\x1d','\xe1','\xaa','\x4e','\x5c','\x52','\xd4','\x2d','\xfe','\x92','\x11','\x3c','\x27','\x8e','\xf1','\xcc','\xc6','\x95','\x27','\x3f','\x82','\xbc','\xed','\xe7','\x23','\xba','\x19','\x80','\x3d','\xf2','\x56','\x4c','\x78','\x34','\xe1','\x9a','\x7d','\xac','\x62','\x36','\x56','\x05','\xe1','\x7c','\x40','\x50','\x01','\xe1','\x70','\x67','\xcc','\xe4','\xb3','\x54','\xad','\xf0','\xa4','\x1d','\xb5','\xfa','\xd3','\x69','\x67','\xc8','\xd2','\xcc','\x3a','\x4e','\xb2','\x0a','\x33','\x00','\xb5','\xa2','\x6b','\xf6','\xae','\x18','\xe7','\x07','\x86','\xf8','\x38','\x6d','\x5f','\x9b','\xc3','\x31','\xce','\x3d','\x72','\xc4','\x95','\x22','\xe3','\x4d','\x04','\x18','\x05','\xd1','\xae','\x1a','\x31','\x57','\x89','\xd4','\xe5','\x70','\x34','\xd3','\x7c','\xc2','\x18','\xbd','\xb7','\x45','\x8f','\x8c','\xa0','\xd0','\x48','\x5c','\x32','\x60','\x36','\xa3','\xbb','\xdd','\xab','\x54','\xed','\xac','\x6c','\x77','\xd2','\x11','\x53','\x45','\x72','\x64','\xf9','\x85','\x19','\xfe','\x98','\x36','\x7f','\x33','\x04','\x49','\xb2','\x20','\xdd','\x7c','\x9c','\xb0','\xf9','\x2d','\x72','\x24','\x87','\xc8','\xf8','\xe3','\xa3','\xbb','\x5f','\x48','\xea','\xbd','\xe6','\x70','\xe2','\x71','\xf8','\x8e','\x72','\x3a','\xe4','\xae','\x14','\x7b','\xc4','\xaa','\x48','\x96','\x8c','\xbc','\x2b','\x8a','\x9d','\x6a','\x07','\x09','\xc3','\x82','\x32','\x4c','\x72','\x99','\x8c','\xce','\x5b','\x1d','\x39','\x0b','\x53','\xdf','\x52','\xaf','\x02','\xb9','\x60','\x56','\x07','\x0e','\xe1','\x99','\xbb','\x05','\x32','\xdd','\x12','\x18','\x97','\xf0','\x3b','\x64','\x09','\x5e','\x3f','\x70','\x9f','\x75','\xaf','\xc5','\xc6','\xbd','\x88','\xc3','\x0b','\xe7','\x0b','\xe7','\xbc','\x60','\x02','\xd7','\x6c','\x36','\xab','\x57','\x80','\x0c','\x01','\xf2','\xf6','\xda','\x30','\x16','\xbc','\xb8','\x50','\x8b','\x0b','\x9a','\x74','\x37','\x05','\x26','\x7a','\xbf','\x0b','\x75','\x72','\xd9','\xa2','\x1b','\x97','\x17','\x3f','\x83','\x79','\xef','\x79','\xf6','\xa4','\x22','\x44','\x8c','\x81','\xeb','\xe5','\x4f','\xa1','\xcd','\xdf','\x38','\x67','\xe0','\x82','\x23','\xc9','\x04','\xb2','\x44','\x09','\xb5','\x2c','\x95','\xc8','\x98','\x3a','\x47','\x48','\x30','\xa9','\xdc','\xe9','\x09','\x55','\xd5','\x42','\xf9','\x21','\xb6','\x9e','\x61','\xf2','\x6c','\x32','\xdd','\x1f','\xdd','\x6b','\xe6','\x43','\x87','\x2d','\x94','\x3d','\x2c','\x80','\x5f','\xfe','\xea','\xbb','\x84','\xae','\x08','\x2b','\xac','\x0f','\x85','\x65','\x28','\x7c','\xca','\xb6','\x03','\x19','\x89','\x24','\x64','\x47','\xfe','\x73','\xc6','\xee','\xd5','\xeb','\x6e','\xae','\x72','\xa6','\x07','\x46','\x61','\xe2','\xb1','\x42','\x5e','\xda','\xfd','\x6c','\x52','\x0f','\x1c','\xca','\xba','\x40','\x42','\x1d','\x20','\x94','\xcb','\x29','\x47','\x85','\xae','\xc6','\x30','\x89','\x72','\x95','\x32','\x5e','\x7d','\xd3','\x43','\xcc','\x1c','\xad','\xcb','\x9c','\x50','\x69','\x9c','\x5e','\x5c','\x31','\x92','\xd8','\x75','\xe4','\x0a','\x1e','\x0a','\x4c','\xd7','\x98','\xf6','\x00','\x27','\x24','\x53','\x03','\xaa','\x19','\xec','\x85','\x54','\x26','\x71','\xdc','\xd9','\xc6','\xef','\xbe','\x18','\x9f','\xf9','\x16','\x33','\xae','\xbf','\x96','\x35','\xa3','\xd2','\x6c','\x06','\xa2','\xb5','\xaf','\xd7','\xca','\xb4','\xd9','\x0a','\x8c','\xe2','\x56','\x24','\x3f','\x05','\xd2','\x9d','\x37','\x60','\xe4','\xc5','\x8d','\x8f','\xcc','\xf6','\xa0','\xe0','\x32','\x38','\x0a','\x55','\x48','\x80','\x72','\x2b','\x04','\xff','\x3d','\x84','\xe9','\xf8','\x33','\x84','\x66','\x9c','\x65','\xfe','\xfd','\xba','\x15','\x54','\xfb','\x25','\x14','\x1f','\x1b','\x08','\x41','\xfe','\x58','\xf9','\xad','\xb5','\x89','\x5e','\x0a','\xe0','\x76','\x21','\x59','\x7c','\xd4','\x2a','\x65','\x0c','\xea','\x80','\xd3','\x4c','\xa0','\x7d','\x45','\xa0','\xd3','\x4e','\xd1','\x69','\x67','\xe8','\xb4','\x33','\x45','\x88','\x32','\x91','\x3b','\x3b','\x80','\xdf','\x6d','\xa4','\xee','\xbc','\x0c','\x7a','\xe8','\x67','\x50','\x2b','\xef','\x42','\xea','\xd5','\x76','\x69','\xd3','\x30','\x1b','\xf9','\x39','\xcf','\xcd','\xe6','\xec','\xc4','\x80','\x21','\x4d','\x66','\x92','\x84','\x69','\xc2','\x64','\x49','\x10','\x02','\x32','\xe4','\x6c','\x2c','\xd7','\x26','\x4a','\xcc','\x7d','\xc1','\x65','\xa4','\x28','\x24','\x1e','\x41','\x97','\x70','\x59','\x90','\xab','\xd4','\x5b','\x42','\xe0','\x05','\x91','\xc5','\xe7','\x0b','\x3f','\x8a','\xe8','\x26','\x3f','\xa5','\x13','\x26','\xef','\x83','\x7e','\xff','\x37','\x12','\x32','\xa6','\x8b','\x4a','\x87','\x10','\xd9','\x51','\xc0','\xb9','\x9e','\x9b','\x12','\xab','\xe9','\x6b','\x4b','\x80','\x8c','\x59','\x1c','\xdc','\x88','\x83','\x3d','\x46','\x12','\x7a','\xef','\x48','\x1e','\xce','\x4e','\xac','\x98','\x38','\x4c','\x7a','\x8e','\x19','\x9e','\x67','\x45','\x04','\x35','\x16','\xab','\xc5','\xbd','\x70','\x4f','\x53','\x1f','\x88','\x99','\xc5','\xf9','\xb5','\x62','\xc3','\x01','\x5a','\x8e','\x05','\xfd','\xa1','\x74','\x55','\xdd','\x36','\x78','\x7f','\x2d','\xcb','\xed','\x03','\x79','\xdb','\xf6','\xc9','\x8f','\x95','\x97','\x76','\xe5','\xc7','\x04','\xd6','\x63','\x45','\x81','\xe8','\x18','\x02','\xa4','\xbf','\x5b','\x57','\x03','\xf9','\x75','\x95','\x68','\x5d','\xc1','\x6a','\xda','\x31','\x2b','\x78','\xb3','\x06','\x80','\x46','\xa3','\x51','\xbd','\x02','\x24','\x84','\x28','\x38','\x41','\x88','\x36','\xde','\xbe','\x35','\xc2','\x12','\x84','\x03','\x73','\x54','\x29','\x94','\xfe','\x39','\x74','\x51','\x12','\x14','\x3e','\xce','\x72','\x41','\x05','\xf5','\x85','\x73','\x75','\x46','\x90','\x14','\x0c','\x89','\x90','\x10','\x19','\x87','\x68','\xe8','\x65','\xee','\x44','\x22','\x4b','\xd4','\x77','\xf7','\x0c','\x21','\xe5','\x4d','\x2e','\x57','\x28','\x0b','\x9d','\x50','\xc7','\x6d','\x5c','\xfd','\xf9','\xf9','\x60','\x41','\xb9','\xfc','\xfa','\x94','\xc5','\x4b','\x84','\xf5','\x88','\xb2','\xb6','\x1d','\x7b','\xf7','\x7a','\x60','\x53','\xe4','\x85','\x15','\x82','\xe7','\xfe','\xf8','\x99','\x76','\xf8','\xc1','\x60','\xdc','\xd2','\xdb','\x99','\x34','\x63','\xd6','\x21','\xd5','\x80','\x2a','\x19','\xc0','\x13','\x09','\x26','\x98','\x5a','\x19','\x05','\xec','\x00','\x1a','\x6d','\x7e','\x81','\x5e','\x1a','\xea','\x94','\x84','\xfa','\x30','\x03','\x01','\x07','\x20','\x38','\xf4','\xaa','\x1d','\xec','\x40','\xca','\x25','\xd4','\x3b','\x71','\x95','\x98','\x02','\x4a','\x2a','\x3e','\xce','\x1f','\x06','\xcc','\x6c','\x79','\x72','\x36','\x4d','\x9e','\xef','\xef','\x71','\x07','\x43','\xf7','\xf0','\x44','\x9b','\xaf','\xc2','\x6c','\x62','\x97','\xb8','\xe1','\xc8','\x4e','\x03','\x89','\xe2','\xd1','\x6d','\x1e','\xe1','\x09','\x21','\xbd','\xc1','\xb9','\x34','\xb1','\x3c','\x8b','\xf9','\x25','\x09','\x3b','\x6b','\x59','\xfd','\x3c','\xa8','\x4f','\x8c','\x10','\x3c','\x13','\x9e','\x2e','\xe1','\x32','\x4d','\x7e','\xae','\x5c','\xee','\xe0','\xca','\x52','\x47','\xaf','\xfa','\x08','\x47','\x4c','\x9b','\xb6','\x0d','\x6d','\x15','\x63','\x9e','\xf5','\x43','\xe4','\x6a','\xb3','\x26','\x47','\x56','\x39','\x75','\x48','\x0a','\xd3','\xe7','\xb5','\xc1','\x5d','\x19','\x0a','\x4d','\xe5','\xf2','\xc9','\x03','\xb3','\x9a','\x64','\xef','\xb9','\x2b','\x45','\xdc','\xb4','\xeb','\xdc','\xbc','\xc8','\x74','\x18','\xdb','\x64','\xb9','\x93','\x29','\xf3','\x11','\x4e','\x12','\x84','\xd7','\xa4','\x1d','\x36','\x1c','\x02','\x14','\x8b','\xc3','\xa3','\x53','\x3d','\xb7','\x7d','\xaf','\xaf','\x86','\xb2','\xcb','\xea','\x4d','\xf9','\xaa','\x6b','\xa8','\x3a','\x85','\xe6','\x50','\x76','\xc5','\xc3','\x06','\xce','\xf7','\x2e','\xc9','\x7c','\x43','\xb7','\x37','\x49','\xe2','\x12','\x23','\xb7','\x5c','\x5e','\x18','\x3d','\x8e','\x4a','\x09','\x70','\xbb','\x07','\xc8','\x21','\x3f','\xc6','\x4b','\xb1','\x84','\x75','\xd4','\xe0','\x91','\x22','\x7b','\x98','\x79','\xae','\xff','\x09','\xe9','\x78','\x1e','\xb6','\x44','\xc3','\xad','\x17','\xa7','\x72','\xf4','\x7d','\x47','\x9d','\xac','\x46','\x85','\x5e','\x91','\x9f','\x43','\x94','\x57','\xb8','\xb7','\xf2','\x1f','\xd5','\xb7','\x2b','\xe2','\x0e','\x82','\xb9','\xf3','\x5c','\x76','\x35','\x53','\x47','\xec','\x93','\x22','\x66','\x3d','\x66','\xda','\x36','\x6c','\x9c','\x45','\x33','\xfb','\xf2','\xfd','\x89','\xa9','\x20','\x7d','\xf7','\xac','\xae','\xa0','\x0a','\xbd','\xb1','\x4b','\xa2','\xb8','\x07','\x28','\xb6','\x2f','\x08','\x70','\x08','\x50','\x96','\x65','\x51','\x27','\x08','\x85','\x56','\x5e','\x45','\x54','\xfa','\x19','\x8d','\xc3','\xf7','\x5e','\x28','\x99','\x9f','\x83','\x18','\x69','\x28','\x25','\x45','\xee','\x65','\xa3','\x34','\x4a','\xa8','\x25','\x3e','\x2e','\x35','\x21','\xd2','\xab','\x41','\x89','\x44','\xd6','\x50','\xcb','\xe0','\x22','\x13','\xc8','\x84','\xc8','\x9d','\x25','\x68','\xf7','\xd9','\x82','\x41','\xb9','\x79','\xd1','\xd2','\x82','\x39','\x1d','\xce','\xcf','\x9b','\x93','\x19','\xcf','\x23','\x9c','\x9f','\x49','\x43','\xd0','\xaa','\x04','\x49','\x1d','\x9d','\xb9','\x80','\xaa','\x77','\x14','\x4b','\x60','\x3d','\x0f','\xe2','\x91','\xf6','\xd4','\xeb','\xe3','\x2e','\x06','\x52','\x38','\x8d','\x60','\xab','\x8a','\xcb','\xc9','\xaf','\x37','\x9c','\x9a','\x11','\xca','\x2a','\x69','\x2c','\x17','\x2c','\x66','\x10','\x13','\xb0','\x2b','\x0c','\xc6','\xdd','\x3b','\xa4','\x84','\xe0','\x0c','\x90','\x02','\x32','\x51','\x8a','\x2b','\x8f','\x28','\xaa','\x36','\x4f','\x43','\xd5','\xa8','\x83','\xc8','\xbd','\x4b','\xfd','\x37','\xba','\x41','\x9e','\x8d','\xc5','\xc5','\x1c','\xc1','\xda','\x4f','\x0c','\x5d','\x6f','\x1b','\x25','\x46','\x40','\x29','\x28','\x8e','\x69','\x8d','\x00','\x03','\x13','\x52','\x5d','\x77','\x95','\x9a','\x6e','\xc9','\xb0','\xf0','\x4b','\x89','\x9c','\x0e','\xc1','\xca','\x7e','\x96','\xc8','\x2c','\x5b','\x06','\x7d','\x8b','\x39','\x7f','\x30','\x79','\x76','\xc8','\x5b','\x20','\x8c','\x2b','\x9b','\x93','\x9b','\xa4','\xf3','\x9c','\xdb','\x3f','\x42','\xa5','\x2c','\x9f','\xac','\x95','\x41','\x3f','\x62','\x4e','\x1e','\xeb','\xed','\x1d','\x8a','\x29','\xcd','\xe1','\x4a','\x50','\x57','\x2c','\x47','\x7f','\xe9','\x09','\x81','\x50','\x31','\x4a','\x1f','\x2b','\x69','\x17','\x57','\x19','\xdc','\x6e','\x22','\x25','\x20','\x32','\x89','\xb4','\x9d','\xa1','\xbd','\xa4','\xc8','\x4f','\xfb','\x4a','\x66','\xcf','\x0b','\x64','\x1c','\x05','\xf3','\x35','\x9e','\x70','\xf0','\x84','\xe7','\x13','\x46','\xd2','\x51','\x7c','\xa5','\x63','\x82','\xec','\x29','\x29','\xce','\x46','\x7d','\xa1','\xd2','\x34','\x13','\x04','\x99','\xfe','\xe4','\x9c','\x81','\x25','\x1c','\xdc','\x90','\x1d','\x7d','\x5d','\x78','\x26','\x73','\xcc','\x31','\x99','\x03','\x98','\x30','\xab','\x48','\x66','\x72','\x2c','\x27','\x59','\x4a','\xf9','\x64','\x79','\x5f','\x75','\x3f','\x5d','\x84','\xfd','\xc9','\xf9','\xe7','\xae','\x74','\x38','\xc1','\x9d','\xbe','\x17','\x0e','\xa6','\x66','\x7c','\x42','\xc4','\x6c','\xaa','\x3b','\x4c','\x6c','\xcc','\x28','\xfb','\x5e','\x67','\xf4','\x19','\x82','\x51','\x9d','\x0a','\x4a','\xaf','\x73','\x23','\xcf','\x1d','\xcb','\x45','\x98','\x74','\xab','\x40','\x25','\xe4','\xae','\x10','\xda','\x15','\xe3','\x90','\x34','\x48','\x43','\x72','\x7c','\xc2','\xe4','\x13','\x20','\xb3','\x6f','\x3c','\xaf','\xd3','\xdc','\xec','\xce','\x5d','\x11','\x82','\x32','\x2d','\x0b','\x56','\x90','\x6c','\xd9','\xa0','\x94','\x7b','\x6f','\xc1','\xa1','\x97','\x6e','\x5b','\x50','\x28','\x8a','\x0f','\x4b','\x2d','\x17','\xea','\x8f','\xef','\x32','\x27','\x31','\x51','\xf8','\xef','\xdb','\xbc','\x47','\x97','\xfc','\x58','\x39','\xec','\xb6','\x61','\x2b','\x9b','\xdd','\x55','\x24','\x97','\x00','\x21','\x88','\xd5','\xfd','\x55','\x54','\xfc','\x73','\x17','\xdd','\xcc','\x64','\x39','\xba','\x70','\xd3','\xe9','\x74','\xa2','\x24','\xc8','\x73','\x82','\x10','\x16','\x56','\xed','\x01','\x5a','\x39','\xd8','\xfe','\x1a','\x79','\xf9','\x55','\xef','\xcd','\x7d','\xa6','\x2a','\x9c','\x7d','\x39','\xfa','\x87','\x64','\xb9','\x79','\x5c','\xc6','\x25','\xb8','\xc8','\xf7','\x06','\x25','\x82','\xeb','\xd5','\x20','\x75','\xa0','\xaa','\x25','\x43','\x4c','\x7b','\xa5','\xd3','\x8d','\xdd','\xe8','\xa4','\xe6','\x3c','\x5c','\x5f','\x0e','\x4a','\xa7','\x50','\xf0','\xbf','\x13','\xae','\x4e','\x94','\x10','\x7c','\x16','\xbb','\x10','\xd3','\x6d','\x6c','\xd8','\x60','\x10','\x04','\x03','\x38','\xf4','\x89','\xe5','\xfa','\x90','\x60','\x43','\xcc','\xb5','\xb9','\x15','\xa4','\xcc','\xbd','\x15','\xe9','\x81','\xb6','\xac','\xbf','\x14','\x9a','\x29','\xb5','\xdb','\xbe','\xe0','\x2a','\x14','\x76','\x1f','\x63','\x02','\x08','\x01','\x67','\x20','\x65','\x60','\x19','\xec','\x0c','\x2f','\x73','\x07','\x97','\x50','\x7e','\x98','\x48','\x6d','\x43','\x58','\x81','\x17','\xc3','\x0c','\xe1','\x36','\x03','\x5d','\x3e','\x56','\xd8','\xf1','\x8b','\xe5','\x44','\xd2','\x25','\x46','\x80','\x3b','\xf0','\xb9','\x7b','\x7f','\xfc','\x96','\x17','\x9b','\x05','\xb5','\x0a','\x47','\x7e','\x29','\xaf','\x02','\x37','\x28','\xf3','\x07','\xd3','\x22','\x01','\x8a','\xdb','\xe0','\x17','\xc6','\xf6','\x82','\x22','\xb1','\x16','\xa0','\x2d','\x13','\x90','\x8f','\x47','\x11','\x11','\x73','\x55','\xc2','\xd5','\xad','\x0c','\x69','\xc9','\xb2','\x0c','\xed','\x76','\x86','\x2b','\x4b','\x29','\x3a','\x9a','\xfc','\x00','\x6a','\xdf','\x89','\xfa','\xe3','\x48','\x12','\xa6','\x0f','\x86','\xe7','\xe0','\x0d','\x8e','\x46','\xc2','\xad','\x43','\x19','\xe5','\x26','\x5b','\x79','\x77','\x14','\x22','\xdf','\x3f','\x2c','\x45','\xbe','\xa7','\xc4','\x28','\xb9','\xe6','\xec','\x20','\x21','\xf2','\xcd','\xf6','\xa6','\x2f','\x49','\xc1','\xc0','\xa5','\x84','\x62','\x40','\xd0','\xa6','\x70','\x00','\x97','\x5a','\xa9','\x93','\x80','\xe4','\x6a','\xf3','\x79','\x6e','\x3a','\x87','\x9c','\xfc','\xd8','\xbe','\xa8','\xcb','\xea','\xf6','\xc1','\x2e','\x42','\xdd','\x5b','\xe5','\xd1','\xd7','\xa5','\xb9','\x13','\xbd','\xee','\x3c','\x1c','\x55','\xae','\xeb','\xa1','\x4c','\x97','\x0e','\x57','\x86','\x4c','\xa4','\xf6','\xab','\x25','\x57','\x86','\x70','\xb9','\xbe','\x86','\x4b','\x52','\xb7','\x4a','\x9e','\x7f','\xc9','\xaa','\x64','\xe1','\x19','\x41','\x8e','\xfc','\x91','\xfa','\xa0','\x3d','\x6f','\xb5','\xc8','\x92','\x19','\xf5','\x92','\xa4','\x5e','\x59','\x52','\xfb','\xc4','\x5d','\xd2','\x04','\x9f','\x00','\x39','\x72','\x2c','\x27','\xcd','\x26','\x5e','\x95','\x66','\x4e','\xa4','\xcd','\xde','\xdf','\xa0','\x62','\x4a','\x8a','\x38','\x0c','\x71','\x65','\x92','\x60','\xcc','\xff','\x5d','\xd5','\x8c','\xec','\x7d','\xaf','\x01','\xc2','\xb6','\x6d','\x77','\xb5','\xc7','\x98','\xc4','\x19','\xcf','\xb4','\x66','\x2c','\xb0','\x63','\x40','\x24','\x1d','\xfb','\x7e','\x0b','\x19','\xd0','\xef','\x93','\xc3','\xb1','\x06','\x88','\x28','\xfe','\x11','\x12','\x24','\x84','\x88','\x3b','\x79','\x33','\x5f','\x92','\x24','\x29','\x10','\x1e','\xc5','\x98','\x9c','\x11','\x38','\xe8','\x1c','\xcb','\x81','\x90','\x23','\xb8','\x42','\x2c','\x0a','\x59','\xf9','\xd3','\x8f','\x27','\x88','\xd4','\x32','\x56','\xed','\xe6','\x5a','\x48','\xb5','\x5c','\xdd','\xc8','\xb8','\x5e','\x01','\x52','\xe4','\x27','\x4b','\xb4','\xe7','\xb8','\x94','\xe5','\x2b','\x42','\x5a','\xb0','\x71','\x7d','\x30','\xa5','\x61','\xd7','\xb6','\x51','\xab','\x03','\x01','\xe0','\xd0','\xd2','\xd8','\x64','\x4c','\x9e','\x33','\xdf','\xbe','\x63','\x30','\xb8','\x8a','\x52','\xa1','\xf0','\x15','\xe1','\xdd','\x67','\x08','\x51','\xc4','\xaa','\xa7','\x67','\x01','\xa4','\x3b','\xa7','\xbb','\xfa','\x27','\x83','\xde','\x6e','\x57','\x42','\x85','\xf9','\xe1','\x64','\x40','\x2b','\xd2','\x30','\xe6','\x99','\x4e','\x0e','\xcc','\x0c','\xa1','\x84','\xf2','\x82','\x08','\xa9','\x6c','\x98','\x85','\x30','\x64','\x08','\x60','\x89','\x9a','\x0d','\xe2','\x92','\xa9','\x01','\xd8','\x14','\x42','\xc2','\x5f','\xa4','\x0c','\x0b','\x5b','\xa6','\x30','\xf6','\x80','\x61','\xae','\xde','\x0c','\x8a','\x6e','\x73','\x96','\x83','\xe4','\xd5','\x8e','\xbf','\xce','\x41','\xcb','\xb0','\xde','\x9e','\x80','\x04','\x7a','\x31','\xd9','\x0e','\x84','\xd0','\x32','\x43','\xe6','\x66','\x2c','\xce','\x64','\x4d','\x21','\x72','\xe7','\xb9','\xd2','\x30','\xdd','\xe0','\x09','\xda','\xf2','\xb2','\x7a','\xc4','\x25','\xb2','\x7a','\x68','\x69','\x8f','\x33','\xa8','\xd9','\xfc','\x3b','\x81','\xec','\xe0','\x17','\x19','\x4f','\x42','\x97','\xd4','\xd1','\x7c','\x7a','\x8c','\xca','\xdf','\x3b','\xe5','\x92','\xac','\xda','\x13','\x4d','\x91','\xf6','\x1c','\x25','\x0f','\xdd','\xfa','\xc1','\x0a','\x22','\xda','\x3d','\xad','\xa2','\xb5','\x02','\x03','\xf4','\x4a','\xa0','\x8f','\xac','\xbb','\xe2','\x93','\x15','\xbe','\xa8','\x38','\x85','\x90','\x48','\xdb','\x02','\xed','\x2b','\x29','\xda','\xed','\x0c','\x69','\x96','\x93','\x9f','\x46','\xa2','\xc9','\x4e','\x93','\x23','\x69','\x24','\x68','\x34','\x38','\x1a','\x0d','\x7f','\x05','\x88','\xc1','\x2c','\xaa','\xe7','\xc4','\x26','\xcb','\x24','\x64','\x26','\xed','\x5e','\x11','\x43','\x86','\x8c','\x05','\x49','\x96','\x09','\x20','\x93','\xfe','\xac','\x3f','\x8c','\x52','\x0c','\xc7','\x14','\x2b','\x37','\xab','\x2b','\x6d','\x5e','\xde','\xeb','\x95','\x8e','\xac','\xd6','\xd3','\xaf','\x26','\x09','\xa7','\x0b','\xca','\xf0','\x39','\x37','\xa2','\x0a','\x95','\xa3','\xd6','\xf9','\x37','\xee','\x24','\x48','\xf4','\x7e','\x3c','\xd9','\x62','\x34','\xac','\xd8','\x7e','\xc3','\xf7','\x29','\x9d','\x8b','\x0c','\xfe','\xcc','\x7f','\x29','\xf2','\xf8','\xf2','\xaa','\x62','\x41','\x3e','\xa4','\x13','\x0d','\xcb','\x57','\x85','\x0d','\x71','\x11','\x5a','\x66','\x3b','\x32','\xda','\x35','\xc7','\xb5','\x64','\xc9','\xb8','\x0e','\x77','\xda','\x47','\xde','\x3f','\xb5','\x73','\x2d','\x6e','\xc2','\xc2','\x7e','\xaa','\xed','\xe5','\x2c','\x6f','\x53','\x36','\x92','\x3c','\xd7','\x85','\x71','\x28','\xa2','\xf3','\x07','\xc5','\x2d','\xc2','\x56','\x22','\xf3','\xf2','\x95','\x13','\x1f','\x56','\x0c','\x6e','\x22','\x0d','\x07','\x98','\x80','\xb4','\xd8','\x89','\x27','\x2d','\x88','\xcd','\x24','\x9e','\xe7','\xf0','\xc3','\x1c','\x8d','\xe0','\x11','\xa0','\x3c','\x82','\xb0','\xcf','\x16','\x26','\x01','\x75','\x7e','\xed','\x84','\x86','\x79','\xde','\x16','\x20','\x0f','\x97','\x24','\xbe','\x33','\x37','\xa0','\xc6','\x1e','\xa0','\xd8','\x0a','\x90','\xc7','\x98','\xc2','\x41','\x68','\x25','\xe5','\xeb','\x32','\x92','\x2d','\xc3','\x5c','\x39','\x63','\x60','\x82','\x83','\x33','\x40','\x26','\x12','\x5c','\x70','\x08','\x21','\x91','\x34','\x04','\x32','\xe3','\x12','\x33','\x95','\xc8','\xd2','\x2c','\xff','\x6d','\xf7','\x0b','\xe9','\x86','\x2a','\xa1','\x97','\x3a','\xa1','\xa6','\x72','\x24','\xec','\x2c','\x82','\xed','\x55','\xae','\xb2','\x9a','\x3f','\xa4','\xc2','\x0d','\x93','\x04','\x11','\x46','\x1f','\xdd','\xde','\x75','\x70','\x9f','\x05','\xf7','\x5c','\x41','\xe6','\xcf','\xa8','\x28','\x0d','\x3b','\x11','\x80','\x90','\xdc','\xda','\xc5','\x29','\xb9','\x2b','\x21','\xb5','\x65','\xab','\x14','\x00','\xe3','\x42','\x71','\x20','\xce','\x4d','\x57','\xb0','\x51','\x86','\x09','\xd7','\xd5','\x2b','\x47','\x1d','\xdd','\x89','\xcf','\xf0','\x52','\x02','\x93','\x85','\xbd','\x2b','\x66','\xd3','\x27','\x07','\xf3','\x4c','\x15','\x8d','\x52','\x04','\x3d','\xa9','\xe2','\x4a','\x0a','\x16','\x44','\xbb','\x12','\xe2','\xc2','\xdb','\xa8','\xaa','\x97','\x58','\xbc','\xb1','\xd0','\x12','\x1a','\x04','\xb3','\x81','\x61','\x0d','\x3b','\xc3','\x69','\x6e','\xc3','\xe6','\xfc','\xcf','\x27','\x8e','\xdc','\xf0','\x85','\x41','\xd6','\x0e','\x7a','\x2a','\x6f','\x4a','\xac','\x32','\x9b','\xb6','\x9b','\x05','\x5f','\x57','\xac','\x6e','\xb9','\x3d','\x0d','\x69','\xab','\x48','\x7e','\xaa','\x60','\xab','\xaf','\x8e','\xe2','\xba','\xde','\xd0','\xe5','\x9d','\xa8','\x2e','\x26','\xad','\x97','\x37','\x65','\xf6','\x96','\x01','\x52','\x91','\x9f','\x66','\x33','\x41','\x63','\x4c','\x91','\x9e','\x66','\x33','\x41','\xd2','\x4c','\xd0','\x68','\x72','\xb5','\x22','\xc4','\x98','\x77','\x9c','\x80','\x99','\x22','\xce','\x67','\xf3','\xe1','\xac','\x00','\x39','\x87','\xa8','\x1a','\x7d','\x21','\xcb','\xac','\xf5','\x88','\xbb','\x42','\xe4','\xb6','\x65','\x58','\xc5','\xd0','\x25','\xf2','\x4e','\xdb','\x8e','\x15','\xd2','\x2a','\xae','\x40','\xa1','\xe5','\xf6','\x20','\x17','\xdc','\x7d','\x4d','\x40','\x39','\x9f','\xc8','\x27','\x36','\x7a','\x68','\x5f','\xc3','\x0c','\xea','\x76','\xd2','\x1e','\x9b','\x78','\xa1','\x48','\x81','\x30','\x55','\xd2','\x41','\xda','\x5b','\x52','\xeb','\x6b','\x0c','\x52','\xbb','\xf0','\x44','\x4e','\x9c','\x12','\xd8','\xbd','\x3c','\x36','\x6c','\xf0','\x69','\x9e','\xb7','\x16','\x18','\x92','\xa9','\x83','\x62','\x0d','\x39','\xb2','\xab','\x3d','\x32','\x27','\x3f','\x12','\x6a','\xa5','\xcb','\xac','\x10','\x41','\x39','\xe1','\x82','\xf4','\xcf','\xbd','\x54','\x71','\xe7','\x2f','\xb8','\x1b','\xe7','\xb1','\x6f','\xd7','\x86','\xf7','\x9f','\xb0','\x84','\xaf','\x0a','\xa1','\xee','\x1f','\x4b','\x4b','\x37','\x0f','\x23','\xa7','\x4d','\x73','\x61','\xe1','\x3d','\x37','\x2a','\xa3','\xab','\xb8','\x71','\x3b','\xd7','\xdc','\xe4','\xa4','\x49','\xa4','\x90','\x95','\x62','\x0d','\x34','\x92','\x22','\xd9','\x19','\x1b','\x1b','\x8b','\xe6','\xbb','\x72','\x0f','\x90','\x5f','\xc2','\x2e','\xbf','\x43','\x0c','\x20','\x87','\x0b','\x05','\xef','\xe3','\xb9','\xf0','\xd9','\x6e','\xf1','\x30','\x06','\xc5','\x58','\x75','\x4c','\x66','\xb3','\xb2','\x48','\x38','\x1a','\x66','\x35','\xa8','\x21','\x90','\xa6','\x0c','\x59','\xa6','\x88','\x50','\x92','\x32','\x64','\x29','\x43','\xe6','\xba','\xcb','\x14','\xda','\xbc','\x45','\x3a','\x7f','\xfa','\x60','\x55','\xe6','\x6b','\x35','\x36','\x5f','\x52','\xe6','\xe9','\xca','\x70','\xb6','\xbf','\x87','\x32','\x76','\x0d','\x5c','\x07','\xab','\x41','\x70','\xd7','\x38','\x6a','\xc8','\x87','\xa1','\xc4','\x12','\x0b','\xe1','\xae','\x02','\xd8','\x99','\x29','\x13','\x80','\xab','\x4d','\x9c','\x42','\x87','\x60','\x42','\x2a','\x37','\xd9','\xd0','\x83','\x36','\x24','\x98','\xe4','\x90','\x52','\x99','\xce','\x31','\xae','\xd5','\x73','\xe6','\x27','\xe2','\x29','\xa2','\x41','\xba','\x90','\x40','\xa4','\x59','\x17','\x72','\x3e','\xca','\xcd','\x69','\x39','\x72','\x67','\xf4','\x92','\x7c','\x45','\x22','\x1f','\xb1','\xf4','\x74','\x87','\xb2','\xf5','\xd7','\x03','\x9f','\x14','\x50','\xc4','\x07','\xce','\x44','\x97','\x94','\x6a','\xd6','\x50','\xe7','\xd0','\x9a','\x3a','\x9a','\x41','\xab','\x6b','\xbd','\x77','\x41','\x44','\xa6','\x87','\x43','\x8c','\xa7','\x88','\xb9','\x63','\x95','\x33','\xa2','\x85','\xe4','\xa4','\x08','\xa9','\xce','\x65','\x2b','\x5b','\x65','\x0a','\x1a','\xb6','\xbb','\x6a','\xe4','\xa6','\x97','\x93','\x2d','\x67','\xf5','\x1e','\xcc','\x1b','\x58','\xe3','\x29','\x74','\x13','\xa4','\x81','\xdb','\x79','\xa7','\x1e','\xa4','\x09','\x2b','\xc3','\x67','\xe2','\x79','\x5f','\x6e','\x98','\x6c','\x8c','\x72','\x7f','\x5a','\x55','\x84','\xef','\x43','\x8f','\xcb','\x22','\x15','\x48','\x3b','\x29','\x3a','\xed','\x54','\xed','\xf9','\x91','\x6a','\xd2','\xb3','\xd1','\xe0','\x68','\x8c','\x25','\x68','\x8e','\x25','\x68','\x34','\x13','\x45','\x80','\xf4','\xea','\x0f','\xd3','\x93','\x42','\x96','\x6c','\xe8','\x7f','\x46','\x57','\xb0','\x44','\xc3','\xd9','\xdb','\xa1','\x26','\x34','\x60','\xcf','\x0f','\x12','\x59','\x62','\x09','\x51','\xee','\x5c','\x09','\xb6','\xaf','\x2b','\xd3','\xb6','\xdc','\x25','\xbe','\x75','\xa9','\xed','\x79','\x81','\x63','\xd1','\x7e','\x18','\x96','\xdb','\x9f','\x52','\x28','\xa2','\x7c','\x3f','\x47','\x79','\x58','\xf7','\xc0','\xd2','\xe0','\xcb','\x48','\xa1','\xb4','\xd4','\x6e','\x3b','\x88','\x5c','\xee','\x16','\x89','\x5f','\x67','\xa6','\x86','\x73','\x99','\x63','\x89','\x85','\x21','\x45','\x66','\x32','\x5b','\x9f','\xf3','\x06','\x69','\xee','\x69','\x39','\x6e','\x57','\x7b','\x5c','\x32','\x04','\xbb','\xb2','\x24','\xec','\x8a','\x92','\xca','\xa3','\xf5','\x1a','\x6a','\x6d','\x5b','\x73','\x02','\x5d','\x5d','\xf0','\x92','\x5b','\x11','\x39','\xe6','\xc6','\xc7','\x82','\xc0','\xc6','\x83','\x9d','\xb3','\xe4','\x56','\x2e','\x0b','\x2b','\x9b','\x46','\xf1','\x66','\x38','\x5e','\x14','\xcc','\xaa','\x4d','\x7e','\x81','\x7c','\xfd','\xa0','\x24','\x5e','\x77','\x01','\x4b','\x48','\x51','\x58','\xc1','\xec','\x7a','\x10','\x6a','\xcc','\x0b','\x9c','\x72','\x82','\xe0','\x67','\xa4','\x76','\xfb','\x8f','\xb1','\x98','\xaa','\x67','\x4b','\x5e','\x64','\x59','\xb9','\xab','\x48','\x92','\x97','\x1c','\x73','\x94','\xb5','\x2a','\x38','\x61','\x8c','\x50','\x92','\x80','\x52','\x0a','\x45','\x02','\x9e','\x48','\xf0','\x8c','\x21','\x69','\x18','\x73','\x38','\x6d','\x1e','\xa7','\x0f','\x50','\xcb','\xb4','\x69','\x9c','\x64','\x52','\x99','\xd3','\x39','\x9b','\x24','\xcd','\xc9','\xca','\x56','\x58','\xba','\xe5','\x08','\xde','\xac','\x6f','\xed','\x1a','\x16','\xae','\x58','\x90','\x7e','\xc9','\x62','\x57','\x2c','\x5b','\xc4','\xeb','\x17','\x03','\xe9','\x42','\xc1','\x54','\x8d','\x63','\xe0','\x53','\x0c','\x2a','\xfd','\xc6','\x6a','\xc3','\x39','\xca','\xb5','\x9b','\x0b','\x6e','\x94','\x68','\xce','\xb4','\xdb','\x56','\x58','\x21','\x0b','\x21','\x94','\x3b','\x6d','\x4d','\x8d','\x38','\x0f','\x4a','\x10','\xc9','\x44','\x3e','\xdb','\x65','\xbe','\x14','\xcf','\x8e','\x1e','\x0a','\x22','\x82','\xde','\x5e','\x1a','\x68','\x1c','\xee','\xa6','\x2a','\x0c','\x0b','\x79','\x01','\xf2','\x23','\x05','\xc2','\xfd','\x28','\xca','\x64','\x51','\x1f','\x15','\x6f','\x15','\x23','\x9b','\x3f','\x21','\x9d','\xb2','\xaa','\xf7','\xa8','\x2c','\x6a','\xbb','\x6d','\x68','\x8d','\x98','\x10','\x74','\xcf','\xa6','\x1f','\x83','\x21','\x1d','\x21','\xd9','\x72','\x06','\x4b','\x97','\x30','\xe9','\xf1','\x59','\x95','\x91','\xc1','\x31','\xc9','\xd1','\xed','\x2f','\x32','\xbf','\x96','\x2f','\x1a','\x05','\xe4','\xc6','\x21','\x58','\x79','\x38','\x7f','\xb5','\x27','\x5e','\x96','\x62','\x2f','\x74','\xeb','\xde','\x4b','\x3b','\x14','\x72','\x39','\xcb','\x74','\xc2','\xe8','\xbb','\xab','\x41','\x7e','\xaa','\xf8','\xa2','\x1e','\x36','\xac','\x69','\x55','\x21','\x6c','\x0d','\x0d','\x69','\x14','\xd1','\x4f','\x76','\xa5','\xf7','\xe1','\x98','\xf5','\xe8','\x4f','\x01','\x64','\x99','\x44','\xa7','\x23','\xd0','\xe9','\x08','\x48','\x21','\x2c','\xf9','\x69','\x8e','\x35','\xd4','\x0a','\x50','\x23','\x51','\x7b','\x7f','\x12','\x45','\x42','\x3c','\xf3','\x4d','\x13','\xaf','\x4d','\x4f','\xda','\x09','\x00','\x4b','\x50','\xa0','\x65','\xb6','\x90','\x40','\xa2','\xcd','\xea','\x24','\x87','\xd0','\xca','\xae','\xd1','\x13','\xa4','\x39','\x6f','\xd0','\xb8','\x57','\xd6','\x7d','\xcf','\x34','\x77','\x4b','\x7c','\xcc','\x9f','\x63','\xa1','\x5c','\x4a','\x7e','\x2a','\x51','\xfd','\x40','\x5d','\x52','\x94','\xaf','\x90','\xf4','\xd3','\xd8','\x03','\x79','\x6b','\x95','\x5a','\xa3','\xeb','\xc8','\x58','\xf0','\x9e','\x10','\xef','\x9e','\x4e','\x1f','\x60','\x65','\x61','\xcc','\xf3','\xf9','\x8a','\x8d','\x91','\x5b','\xfe','\x5e','\x14','\xe9','\x8f','\xc9','\xae','\x19','\xbb','\x73','\xdd','\xc6','\xe3','\xd4','\xab','\xb7','\x1f','\x48','\xaa','\x7c','\x49','\x3d','\x53','\x69','\xf5','\x44','\x3b','\x49','\xae','\xaf','\xeb','\x6b','\xde','\x0a','\x91','\x84','\x1a','\xbf','\x99','\xc3','\x87','\x0a','\x25','\x41','\xf7','\xfa','\x8b','\xc9','\x7b','\x3b','\xeb','\xc6','\xfc','\x4b','\xcc','\xac','\x48','\xc1','\xb3','\x1e','\x34','\x0e','\x31','\x5c','\xf5','\xd5','\xb1','\x50','\x8b','\xa6','\x57','\x5c','\x6d','\xea','\xb1','\x2d','\xd5','\xe4','\x0f','\x32','\x32','\xd0','\xa4','\x69','\xda','\xdd','\x09','\x42','\x6c','\x93','\xd0','\x28','\xa0','\xae','\x2e','\x1e','\x1d','\x03','\x6a','\x36','\x86','\xb2','\xf1','\x83','\x81','\x81','\x25','\xea','\xe5','\x71','\x9e','\x40','\x48','\x89','\x24','\xe3','\x10','\x0d','\xa9','\x89','\x8f','\x5a','\xe6','\xce','\x3a','\x22','\x30','\x8d','\x93','\xc8','\x8c','\x69','\x8b','\xd0','\x5e','\xb9','\xba','\x0e','\x56','\x2a','\x43','\x6e','\x43','\xb2','\x03','\xef','\xd5','\x68','\xda','\x70','\x95','\xc3','\x0e','\x8e','\xa1','\xc0','\x72','\x47','\x7a','\x47','\xb8','\xe4','\xca','\xb1','\x09','\xe4','\x2a','\x93','\xdc','\x8a','\x78','\x01','\xf3','\x4f','\x0b','\x71','\xa9','\xcf','\xbc','\xd2','\x0a','\x95','\x77','\x66','\x05','\x98','\xd3','\x06','\x9d','\x7c','\x99','\x2c','\xe8','\x1b','\xcb','\x72','\x06','\xb6','\x51','\xf2','\x62','\xd7','\x07','\xc0','\x8a','\xf5','\xa4','\x40','\xa7','\x76','\x5e','\x97','\xee','\xe3','\x79','\x4e','\x38','\x53','\xf5','\xac','\x56','\x83','\xf2','\xeb','\xee','\xde','\x01','\x29','\xcd','\x19','\x24','\xa6','\x51','\x00','\x96','\x60','\xe5','\x5f','\xf3','\x29','\x94','\x7c','\x99','\x24','\x2a','\x0a','\xab','\x08','\x92','\x5d','\x6d','\x62','\x79','\x0a','\xf1','\x66','\x28','\xf3','\x11','\x39','\x48','\x23','\x27','\x2d','\xd2','\x23','\x10','\xfe','\x46','\xed','\x88','\x87','\x20','\xd3','\xfe','\x74','\x16','\xc2','\x74','\x59','\xc4','\x6e','\xc3','\x55','\xa2','\xea','\x28','\x69','\x7d','\x72','\xc2','\x15','\x86','\x65','\x90','\x5a','\xa9','\xca','\x2f','\xbb','\xda','\xa4','\x51','\xd6','\xae','\x66','\xc8','\x92','\x1f','\x66','\x12','\xd2','\x4e','\x54','\x6a','\xa7','\x07','\x89','\xbb','\xf2','\xd3','\xe0','\x48','\x1a','\x0c','\x49','\xc2','\xc1','\x19','\xb3','\x73','\x11','\xde','\xe2','\x47','\x50','\xbd','\xb1','\x59','\x73','\xd5','\x74','\x99','\x3e','\x23','\x48','\xf5','\xb8','\x44','\x87','\x6d','\x08','\x0e','\xd1','\x14','\x76','\xdf','\x90','\x48','\x45','\xee','\x4c','\xc9','\x8c','\xf9','\x2e','\xc9','\x07','\x73','\xdc','\x63','\x87','\x05','\xec','\x8e','\x4a','\x67','\x08','\xfd','\x60','\x40','\xb2','\x1f','\x53','\x5f','\xfa','\x56','\x69','\x6a','\x2a','\xc2','\xce','\x14','\x48','\x64','\x0c','\xf1','\xc9','\x8e','\x0a','\x95','\xf7','\x33','\xf7','\x9d','\xaa','\x78','\x95','\xcc','\xb5','\xa6','\x6f','\xe6','\x1d','\xb9','\xca','\x9a','\xa3','\x33','\x86','\x09','\x5a','\xb9','\x6d','\xe4','\x3e','\x33','\x07','\xea','\x1a','\x0b','\x68','\xc7','\xd3','\xab','\x31','\x8d','\x63','\xb9','\xb9','\x9c','\x75','\xa4','\x61','\xaf','\x49','\x38','\x43','\x83','\x4d','\xdc','\x19','\x39','\x6a','\xd5','\x51','\x78','\xdd','\x8c','\x57','\xfe','\x1c','\xab','\x6a','\xec','\x32','\xaf','\x36','\x47','\x16','\x85','\xb2','\x38','\x57','\xa8','\xbd','\xbc','\xc8','\x1a','\x64','\xbb','\x17','\xa1','\x1b','\x84','\xf5','\xa3','\xf6','\x0b','\x68','\xea','\xab','\xab','\x13','\x84','\xf0','\x00','\x21','\xcf','\x29','\x42','\x81','\x31','\xd6','\xcc','\x68','\xc9','\x33','\x95','\xfd','\x29','\xa8','\xcf','\x58','\x52','\xee','\xf3','\x81','\x7e','\xe6','\x45','\x51','\x36','\xe8','\x07','\x63','\x88','\x7f','\x3f','\x92','\xa6','\x51','\x50','\x12','\x30','\xe5','\x9d','\x45','\x98','\x03','\x55','\x05','\x92','\x8c','\x39','\x67','\x08','\x71','\x2b','\x68','\x79','\x96','\x7b','\x88','\x61','\xda','\x34','\x4e','\x6a','\xbf','\x12','\x46','\xa6','\x99','\xdf','\x6e','\x8b','\x8b','\xe6','\xbd','\x60','\xe7','\x51','\xac','\x95','\xb2','\x7a','\x20','\xea','\xb4','\xb2','\x28','\x55','\x34','\x7b','\x7a','\x58','\xda','\x8f','\x5c','\x70','\x86','\x61','\x65','\x30','\xb3','\x92','\x9f','\x79','\x60','\x67','\x41','\x83','\xb0','\x8c','\x31','\xf0','\x44','\xeb','\xac','\x42','\xef','\x41','\x81','\x3e','\xef','\x0a','\xc6','\xeb','\x90','\x56','\x48','\x39','\xec','\xb9','\x15','\x6e','\x34','\x26','\x56','\x77','\x90','\x65','\xb2','\x30','\x8f','\xd7','\x3f','\x22','\x72','\x62','\x4d','\xc2','\xac','\x7c','\x78','\x83','\x89','\x33','\xab','\x18','\x68','\x00','\x76','\x15','\x44','\x1f','\xd0','\x67','\x07','\x5b','\xa7','\xce','\xd5','\x57','\xfd','\x5d','\x38','\xc9','\x70','\x66','\x89','\xb2','\xd6','\x99','\x73','\xe2','\xa5','\x5f','\x12','\x0f','\x1a','\x50','\x4c','\xfe','\xe9','\x07','\x4a','\x7f','\x7b','\x83','\xa0','\x7e','\xe7','\xc6','\xab','\x94','\x6b','\x47','\x6f','\x49','\x0c','\xf3','\xdb','\x4a','\xd1','\x9b','\x9c','\x4f','\x7c','\x4c','\x3d','\x58','\xa5','\xd3','\xe5','\x7a','\x3a','\x03','\x21','\xd5','\x52','\xe1','\x8b','\x84','\xa8','\x20','\x0f','\x9d','\x41','\xa3','\xb8','\x82','\xa6','\xdf','\x95','\xee','\x03','\xae','\x0e','\x53','\xda','\x7f','\xad','\x10','\xaf','\x0a','\xd4','\x27','\xa4','\xfb','\xe1','\xc8','\x02','\x6f','\x85','\x4b','\x16','\x1e','\x59','\xd3','\xfd','\xa5','\x5f','\x94','\xb1','\x7b','\x5d','\x21','\xc6','\x53','\x9b','\xc8','\xa4','\xdd','\xd4','\x9e','\x34','\xb8','\xfa','\x4b','\x38','\x78','\x83','\x21','\xb1','\x6e','\xaf','\x99','\xde','\xbc','\x1d','\x5f','\xd5','\x76','\x5a','\xb3','\x77','\xbf','\x30','\x29','\x14','\xb0','\x26','\x96','\x00','\x8c','\x27','\xe0','\x52','\x1f','\xbf','\xc1','\x59','\x9e','\x27','\xe9','\xcb','\x08','\x2b','\x53','\xdd','\x55','\xa8','\x58','\xfb','\x8a','\xac','\x84','\xe6','\xce','\x44','\x4a','\x14','\xa7','\x1e','\x51','\x16','\xbf','\x1b','\xc0','\x5a','\xad','\xf4','\xcc','\x68','\x4a','\xc2','\xd7','\xd1','\x35','\x63','\x84','\xaa','\x9f','\x34','\x63','\x6d','\xc7','\x21','\x02','\x5d','\x61','\xdf','\x8f','\x96','\x5d','\xde','\xca','\x10','\xb4','\xe2','\x1f','\xca','\x12','\x67','\xdc','\x64','\xd0','\xab','\x3c','\x86','\xfb','\xa8','\x46','\xcb','\xf4','\x3e','\x50','\x01','\x65','\x1e','\xcd','\xb9','\x76','\xa4','\x20','\x84','\x22','\x4b','\xce','\x61','\xbd','\x79','\xb1','\xcc','\x5e','\x22','\x27','\x03','\x8e','\x5c','\xf6','\xf2','\x5b','\x13','\xf9','\x24','\x80','\xf4','\xf2','\xed','\xae','\x5c','\x9a','\x16','\xa7','\xc6','\x2a','\xab','\x10','\xe8','\x7b','\x5d','\xa6','\x66','\x1c','\xd9','\x69','\xd6','\xd8','\xbc','\x31','\xc6','\x04','\x29','\x17','\x7b','\x05','\x30','\xc6','\x83','\xdf','\xf1','\xc3','\x51','\x01','\x87','\x00','\xc5','\xd8','\x51','\x25','\x63','\xeb','\x47','\xe0','\xd7','\x7d','\x0f','\x3d','\xf4','\xa3','\xaa','\xa0','\xd1','\x59','\x87','\x01','\xe2','\xb3','\x79','\x66','\x0c','\x09','\x57','\x0c','\x9d','\x4b','\x06','\x91','\x48','\x24','\x09','\xd7','\x02','\x2d','\x9f','\x69','\x4a','\xf5','\x77','\xe3','\x35','\x2e','\xd3','\x84','\xc8','\xb8','\xbf','\x55','\xcb','\x4a','\xd0','\xfb','\x36','\x94','\x26','\x2b','\xcd','\xe0','\x6b','\x14','\x56','\xa7','\xa6','\x5c','\x7b','\x5c','\x33','\xcb','\x10','\x53','\x3b','\xfb','\x52','\xb8','\xab','\x1e','\x8a','\xdd','\xab','\x53','\x51','\x57','\xe5','\x68','\x5c','\x44','\x59','\x35','\xf4','\xda','\x85','\xa2','\xaf','\xca','\x28','\xbd','\x5a','\x00','\x32','\xab','\x74','\x6b','\xe5','\x53','\x06','\x04','\x09','\x8e','\xc2','\xcc','\x24','\x20','\x72','\xd2','\x64','\x3c','\xd1','\x28','\x5d','\xd4','\xb4','\x6d','\x80','\x09','\xd8','\xd5','\x20','\x37','\x1e','\x7f','\xc9','\xdb','\x79','\xe9','\x75','\xda','\x54','\x59','\x19','\xfb','\x6e','\x33','\xfd','\x69','\xa0','\xdd','\x9b','\xb6','\xab','\xf2','\x74','\x47','\x94','\x06','\xba','\x42','\xde','\xbc','\x8b','\x40','\x3f','\xb1','\xf3','\xf8','\x86','\x08','\xb8','\xab','\x3d','\x32','\x7f','\xc9','\x96','\x0b','\xc9','\xfc','\x9d','\x6b','\x31','\xe2','\x9f','\x29','\x66','\x48','\x86','\x29','\xa4','\xb9','\xe7','\x92','\x99','\xb2','\xba','\x76','\x15','\x00','\xa9','\x1d','\x11','\x3a','\xaa','\xb8','\x5f','\x13','\x3a','\x90','\x4b','\xb6','\x34','\xf9','\x62','\x4c','\x3b','\x19','\xd4','\x64','\xc8','\xb8','\x42','\xb5','\x44','\x08','\x79','\xbb','\xf2','\x09','\x9b','\x53','\x6f','\x25','\xf5','\xe8','\xa7','\x5f','\x5e','\x86','\x72','\x38','\x4a','\x27','\x33','\x55','\x1e','\xcc','\xe8','\xba','\xd9','\xa8','\x6a','\xd3','\xc3','\x22','\x3f','\xe6','\x7d','\x02','\x70','\x97','\xcc','\xca','\xfb','\x84','\xe9','\xeb','\xae','\xa2','\x12','\x89','\xb3','\x6b','\xfe','\xdc','\x00','\x2b','\x2c','\xb4','\x87','\x94','\x5c','\x25','\x07','\x12','\xb0','\xfb','\x6f','\x00','\x65','\x12','\x9c','\x24','\xc6','\xcd','\x35','\x03','\x67','\x1c','\x4c','\xbb','\xc0','\x36','\xc7','\x03','\x98','\xe7','\x4b','\xf3','\x1a','\x10','\x73','\x2f','\x7d','\xa7','\xad','\xd8','\xaf','\x8e','\x2e','\xc5','\x13','\x00','\x8c','\x83','\x65','\xaa','\x23','\x0b','\x21','\x82','\x95','\x88','\x9a','\x28','\x14','\x38','\x56','\x99','\x51','\x09','\x1d','\xb9','\xdb','\x67','\xa2','\x36','\xdf','\x7d','\xbe','\xc8','\xaa','\x42','\x57','\xc8','\xa7','\xba','\x41','\x0d','\x8a','\xd1','\x33','\xfb','\x5c','\x6e','\xfc','\xa6','\x64','\x91','\xb4','\x1e','\x26','\x8b','\x2d','\x8a','\xc1','\x98','\xf7','\x3a','\x0c','\x06','\xe1','\x58','\x18','\x26','\xc3','\x7c','\x59','\x6c','\xd2','\x95','\xb0','\x07','\x93','\x5b','\x13','\x39','\x00','\x90','\xea','\xc0','\x72','\x75','\x50','\xb6','\x39','\x76','\x45','\x3b','\x48','\x10','\x89','\x3e','\xd6','\x42','\xef','\xe6','\x75','\xc6','\x00','\xbb','\xd5','\x42','\xff','\x33','\x24','\x98','\xc1','\x3f','\x0c','\x56','\x0f','\x2c','\x4e','\xe9','\xba','\x49','\x4a','\xf3','\x58','\xb0','\x7d','\x43','\x1a','\x82','\xa3','\x6b','\x51','\x9a','\x6b','\xb9','\xd0','\x31','\xc7','\xc3','\x30','\xcb','\x62','\xfc','\x7a','\xf7','\x3a','\x09','\x34','\x09','\x62','\x61','\x4a','\x7e','\xdf','\xea','\xb6','\xba','\x19','\x92','\x1d','\xc6','\x18','\x9a','\xcd','\x66','\x94','\xcf','\xd4','\x38','\x08','\x75','\x6d','\x62','\xd8','\x62','\xbc','\x10','\x9f','\x1e','\xc4','\x19','\x18','\x78','\x22','\x21','\x74','\x83','\x15','\x82','\x6b','\xcf','\x71','\x02','\xbc','\x23','\x90','\x25','\xf9','\x06','\x48','\x9e','\x71','\xeb','\x46','\x3b','\x13','\xc2','\xb3','\xef','\xb4','\x9a','\x06','\x8c','\x92','\xe4','\x0f','\x4a','\x96','\x49','\xbb','\x8d','\x85','\x88','\x06','\x21','\x80','\x4b','\x92','\x3d','\xa1','\xac','\x05','\x90','\x1d','\xdc','\xb5','\x34','\xe6','\xee','\x99','\x06','\x12','\xda','\x7d','\xa7','\xd9','\x1f','\x04','\x4b','\x86','\x58','\x62','\x4c','\x43','\x5c','\xe5','\xc0','\xb4','\xdd','\xfe','\xcc','\x34','\xfc','\x8c','\xf7','\xf0','\x78','\x44','\xa9','\x73','\x07','\x97','\xae','\xcf','\x76','\x41','\xbf','\xea','\x60','\x31','\x6c','\xa0','\x95','\xda','\xc1','\xb2','\x24','\x56','\xc7','\x9c','\xc0','\x75','\xe7','\x9c','\xef','\x69','\xd0','\xc3','\xb2','\xa3','\xf1','\xfa','\xe4','\x35','\x2c','\x87','\x74','\x88','\x85','\x33','\x68','\x84','\xef','\x2a','\x50','\x42','\x98','\xff','\xaf','\xf8','\x88','\xae','\xff','\xfc','\x50','\x46','\x4d','\x8e','\x8d','\xab','\x53','\xae','\xf6','\x92','\xa9','\xc3','\x24','\x4d','\x59','\x98','\x17','\xb7','\x31','\xad','\x0c','\xb3','\x64','\x3f','\xab','\x88','\x46','\x64','\xe6','\xbb','\x16','\x2a','\x1e','\xca','\xd3','\x74','\x34','\x94','\xb2','\x80','\x5e','\x5e','\x7a','\xcc','\x43','\x99','\xf6','\x69','\xdf','\x63','\x7e','\xc1','\x6f','\x26','\xa6','\x76','\x62','\xec','\x4c','\x7d','\x51','\xd9','\xef','\xb6','\x37','\x6c','\x1d','\xa2','\xa0','\xa7','\x3a','\x03','\xa3','\x96','\x69','\x66','\x0c','\x06','\x53','\x6e','\x72','\x95','\xbb','\x6b','\x8e','\x84','\xe7','\xfb','\x7e','\xcc','\x1e','\x9b','\x88','\x85','\x65','\x1e','\x75','\x59','\x9a','\x28','\x36','\x05','\xf7','\xfd','\xd9','\x09','\x2a','\x9d','\x3f','\xce','\x00','\xc1','\xf5','\x5e','\x79','\x70','\xad','\xe4','\xfa','\x54','\x82','\x15','\x7e','\x14','\x0b','\x5e','\x68','\x22','\x61','\x9e','\x22','\xcf','\xf5','\xdd','\x3c','\x4a','\x85','\xe1','\x10','\x14','\x90','\x5a','\xa4','\x46','\x5d','\xf1','\x26','\x85','\x7b','\x4e','\x88','\x15','\x7e','\xa9','\x73','\x86','\xf2','\xba','\x77','\x77','\xf4','\xc0','\x28','\xf4','\x9a','\xf0','\xba','\x07','\xbe','\x7a','\x5d','\xd9','\x6e','\x1c','\x72','\xc7','\x57','\x27','\x20','\x73','\xde','\x96','\xfd','\xc8','\xc7','\x4d','\x33','\xcf','\xe5','\x8d','\xae','\x66','\x42','\x92','\x2b','\xd9','\xce','\xa4','\x54','\xe7','\x0e','\x09','\x80','\x49','\xb5','\x2f','\xc3','\xee','\x31','\xb7','\xe4','\xc9','\x4c','\x88','\x38','\x6e','\xa0','\x3d','\x93','\x39','\xe6','\x8f','\x9f','\x75','\x2a','\x50','\xc2','\x4e','\xae','\xa9','\x3c','\xa8','\xcb','\x42','\xe4','\xa7','\x68','\x98','\x70','\x42','\x68','\x79','\x1f','\xac','\xa7','\x08','\x29','\xf5','\x41','\xbe','\x5a','\x9f','\x60','\x0c','\x82','\xe7','\x19','\xf0','\xf5','\x14','\x44','\x1b','\xa9','\x11','\xcf','\x96','\x4b','\x15','\x6e','\x2a','\x64','\x99','\x3f','\x10','\x2a','\x13','\xd8','\x2c','\x3a','\xee','\x7a','\x4e','\x10','\x42','\x02','\x14','\x3a','\x45','\x20','\xe4','\x60','\xde','\x17','\x7d','\xa0','\x2a','\xd4','\xec','\x92','\x30','\x27','\x39','\x73','\x8e','\x2c','\x11','\x10','\x82','\x43','\x08','\xbd','\x5f','\xc8','\x98','\xc7','\xa5','\xda','\xae','\xd3','\x2c','\x81','\x83','\x41','\xc0','\x68','\xa1','\x5a','\x70','\x4b','\x37','\x11','\x59','\xf8','\x5a','\x72','\xa1','\x6b','\xbe','\x63','\x64','\x6e','\xa8','\x20','\x42','\x36','\x64','\x54','\xf4','\x76','\xf7','\xb6','\x27','\x74','\x4d','\x7b','\x61','\x7e','\x10','\xe9','\x0c','\xf0','\x2e','\xa1','\xd1','\x9b','\x1d','\x85','\xd1','\x00','\x8c','\xd0','\xcc','\xf4','\x9e','\x20','\x09','\x48','\x2e','\xb5','\xa2','\xc0','\x72','\xa5','\x56','\x0f','\xec','\x31','\x13','\x0e','\xf7','\xa7','\xa7','\x3c','\x47','\xb2','\x5c','\xd6','\x64','\x58','\xe1','\x5b','\x3c','\x64','\x1d','\x93','\x8f','\x41','\xf6','\x49','\xf4','\x67','\xe0','\x17','\x19','\x6c','\x23','\xd7','\xbd','\x03','\x3c','\x02','\x72','\x97','\xaf','\x08','\xf9','\x44','\x48','\xd5','\x79','\x5e','\x99','\x66','\x50','\xc8','\xcf','\x15','\x71','\x07','\xc4','\xee','\x32','\xc2','\x93','\x67','\x5a','\xa6','\x31','\x3b','\x13','\xca','\x1c','\xfe','\x24','\xfd','\x93','\xbd','\x0d','\xf1','\x61','\x9a','\xf8','\x00','\xea','\x3e','\xcf','\x5d','\x08','\x1b','\x33','\x37','\x9b','\x31','\x2f','\xbe','\xea','\x3a','\xab','\x7b','\xab','\x18','\x34','\x98','\xe1','\x8c','\xb1','\xda','\x48','\x37','\x2a','\x4d','\x62','\x60','\x19','\xe9','\x2a','\xb7','\x2c','\x57','\x26','\x22','\x89','\xc8','\xe0','\x99','\xf2','\x1c','\xca','\x5e','\xc5','\xff','\xba','\x85','\x0c','\x7e','\x31','\x28','\xef','\x97','\x42','\x6a','\xf2','\x93','\x9a','\x7d','\x00','\xcc','\x92','\x1f','\x9e','\xe8','\xf6','\xe9','\xca','\x34','\xdd','\x91','\x62','\x1b','\xbf','\x0b','\x4a','\x6d','\xad','\xbc','\xd4','\x09','\x20','\xf3','\x8b','\x4e','\xdb','\x54','\x6f','\xdb','\x5c','\x8f','\x74','\x98','\x0a','\x99','\x1b','\x4d','\xaa','\xc7','\xe5','\xf5','\x70','\x2f','\x48','\x5f','\x08','\x8a','\xe5','\xc5','\x8f','\xd8','\xbd','\x6e','\x09','\xe6','\x4f','\x79','\xb2','\xb4','\xb2','\xf3','\xaa','\xd0','\x2e','\xb9','\x88','\xc6','\xa8','\x49','\x8e','\x1b','\xc4','\x4b','\xc3','\xdc','\x07','\xe0','\x2d','\xd9','\x79','\x11','\xc5','\x35','\x77','\xb5','\x7f','\xd3','\x08','\x57','\x33','\x08','\x9b','\x48','\xe1','\xc8','\x77','\x87','\xdc','\xe9','\x7d','\x40','\xca','\x1c','\x4e','\x5a','\x52','\xa3','\x0e','\xc8','\x85','\x72','\x98','\xe3','\x98','\x4f','\xda','\x95','\x1f','\x4d','\xda','\xbc','\x33','\x8a','\xb4','\x4e','\x29','\xec','\xd8','\xee','\x10','\x0a','\x67','\x35','\xa8','\xb4','\x0a','\x9d','\x21','\x8a','\xd9','\xdf','\xf9','\x04','\xa8','\x84','\x21','\x38','\x6a','\x42','\x8c','\xeb','\x02','\x99','\xfd','\x70','\xdc','\x3c','\xa8','\xcf','\xc2','\x03','\x97','\x80','\x08','\x88','\x2c','\x33','\x72','\x5b','\xfa','\x04','\x47','\x4f','\xea','\x98','\xe1','\xc3','\x7a','\xda','\x0b','\xf2','\x67','\x90','\x65','\xbe','\xc7','\x37','\x29','\x25','\x3a','\x9d','\x4e','\xb5','\x13','\x84','\x18','\xc2','\x83','\x51','\x7b','\xc6','\x80','\x9d','\x67','\x94','\xe5','\x7a','\xa8','\xd0','\x59','\x65','\x92','\x01','\x09','\x03','\x18','\xe3','\xca','\x8c','\x88','\x33','\x6d','\xe7','\xab','\x3c','\xc2','\x88','\x54','\x20','\x4d','\x85','\xe3','\x41','\x4e','\x99','\xcd','\x09','\xdd','\x22','\x95','\x7b','\x44','\xbd','\x11','\xda','\xb8','\x3c','\x74','\xd3','\x70','\xd9','\xb8','\xe9','\x4b','\x05','\x51','\x12','\x2a','\x5e','\xee','\xa2','\x64','\x30','\x66','\xf6','\x3b','\xb0','\xf7','\x32','\x83','\xb0','\xda','\xe8','\x22','\x1c','\x57','\x0b','\x5d','\x85','\x4e','\x18','\xd0','\xfc','\x2c','\xec','\x44','\x0c','\x66','\x50','\x0a','\x17','\xf2','\x41','\xc2','\x5d','\xec','\xf7','\x67','\x5b','\x94','\x78','\xe6','\x89','\x12','\x4c','\x02','\xc8','\x5d','\x75','\x0a','\x09','\x26','\xf5','\xc6','\x4c','\xa1','\x4c','\x38','\xac','\x52','\x8b','\x5c','\x68','\x01','\x79','\x3c','\x6e','\xfb','\x90','\x05','\x45','\xaf','\xb4','\x68','\x1e','\xf2','\xf1','\x81','\x79','\x57','\x63','\xe3','\xfe','\x10','\x77','\x20','\x0d','\x88','\x72','\x2d','\x49','\x96','\x74','\x3a','\x6f','\x49','\x3f','\x32','\xa8','\xda','\xfb','\x3a','\x8c','\x9a','\x38','\x73','\x7b','\xb5','\x43','\x7a','\x74','\x7d','\xe7','\xa4','\x94','\xd9','\x77','\x10','\xe6','\x83','\x39','\xff','\xec','\x77','\xfd','\x5e','\xbd','\xbd','\x39','\x70','\xf7','\x22','\xe4','\x0e','\x32','\xcc','\x4a','\x4c','\xe1','\xa0','\x54','\xfb','\xe2','\x5c','\x4d','\xa2','\x44','\x36','\x39','\x3f','\x59','\x34','\x44','\x58','\x1d','\x35','\x3b','\xb2','\x57','\xa5','\x41','\xe5','\x5a','\x7d','\x26','\x18','\x80','\xcb','\x04','\x45','\xaf','\xb2','\xc3','\x1b','\x1c','\x62','\x03','\x75','\x9e','\x5a','\x7c','\x35','\xb0','\x87','\xb6','\x1c','\x8c','\x0f','\x70','\xbe','\xca','\xe0','\xda','\xd5','\x00','\x5f','\x1e','\x28','\x4b','\x0b','\xe3','\xac','\x08','\x80','\x67','\xea','\x66','\x64','\x89','\x74','\x07','\x59','\x77','\xa5','\x12','\x3e','\x01','\xe8','\xe6','\xee','\xbf','\xce','\x5b','\x33','\x6f','\x5e','\xda','\xdf','\x81','\x59','\xab','\xaf','\x72','\xfb','\xb2','\xae','\x6a','\x1c','\x2b','\xbb','\xe7','\xb4','\xb7','\x5e','\xe1','\x35','\xcd','\x2a','\x06','\x53','\x1a','\x41','\xf9','\xa3','\x55','\xd7','\xbb','\x45','\xea','\x15','\xa9','\xcb','\xb1','\x21','\x85','\xf4','\x7c','\xcd','\x3a','\xf2','\xdd','\x91','\x11','\xd2','\x97','\x4f','\x7e','\x5c','\x66','\xf5','\xa6','\x64','\x14','\xaf','\x20','\x47','\xe6','\x0d','\x7b','\x23','\x99','\xab','\x94','\x19','\xf9','\x24','\x95','\x2e','\x28','\x18','\xac','\xb5','\x10','\xa0','\x74','\x43','\x0e','\x38','\x67','\x51','\xe5','\x7a','\x62','\x3e','\x27','\x66','\x48','\x8f','\x71','\xbb','\x1d','\x9e','\x3b','\xe4','\xe8','\x96','\x96','\xd8','\x39','\x2f','\xac','\xec','\xdd','\x1a','\x9d','\xd3','\xf0','\x36','\x27','\x0e','\xc9','\x84','\x33','\xd9','\x65','\x26','\xc6','\xa0','\x7d','\xe4','\x48','\x6d','\x02','\xcd','\xc0','\xb8','\xca','\x07','\x37','\x0d','\xda','\x94','\xd7','\x10','\xa4','\xc0','\xbc','\xd0','\xb0','\x35','\x69','\x2e','\x59','\x05','\x38','\x9e','\x41','\x21','\x84','\x5a','\x7c','\xd0','\x16','\x6c','\xe6','\x50','\xd4','\x18','\x9f','\xf1','\x9c','\x20','\x84','\x01','\x06','\x26','\x40','\x57','\x2b','\x8c','\x22','\xc0','\x95','\x88','\x35','\x47','\x4c','\x72','\x29','\x21','\x39','\x03','\x6f','\xf0','\x7c','\x35','\xa8','\x93','\x21','\xcb','\x98','\x3d','\x35','\xda','\x6c','\x8a','\x14','\x2c','\x6f','\xa8','\x42','\x48','\xc7','\xe6','\xb4','\x48','\x60','\x98','\x33','\x83','\x5c','\x26','\xef','\xc2','\xb6','\xb2','\x96','\xf8','\x0b','\x21','\x40','\x44','\xe6','\x4a','\x04','\xb2','\xdd','\x08','\x25','\xa9','\x09','\xb0','\x56','\xa4','\x8d','\x57','\x65','\xeb','\xed','\xcd','\x89','\xc7','\x98','\x30','\x49','\xa6','\x27','\x68','\x00','\xbb','\x5f','\x4d','\x42','\x09','\x5c','\xbb','\x4f','\xc3','\x59','\x0d','\x0a','\xd4','\xfc','\x42','\x1b','\x8c','\x0d','\x11','\x75','\x88','\x4f','\xcd','\xa2','\x97','\xc5','\xd0','\xe5','\x4a','\xff','\x88','\x29','\xe1','\x7d','\xf5','\x23','\x86','\xf8','\x52','\x7e','\xde','\xd5','\xe1','\x93','\x0f','\x53','\x37','\x4c','\xcb','\xff','\xf0','\x06','\x3c','\x93','\x08','\x48','\x57','\xd1','\x82','\x3b','\x3a','\x3a','\x8f','\x99','\x4c','\xe8','\xd4','\x0c','\xb1','\x71','\xc6','\x20','\x9b','\x4e','\x70','\x5d','\x7d','\xb2','\x92','\xeb','\x3a','\x21','\xe9','\x16','\xa6','\x8b','\x06','\xd9','\x05','\xa5','\x8f','\x7a','\x02','\xb1','\xfc','\xb9','\x6e','\xef','\x28','\x57','\x4f','\xbc','\x17','\xd0','\x1d','\x15','\x11','\x97','\xce','\xa0','\x7b','\x93','\x11','\x35','\x22','\x2a','\x84','\x61','\x36','\x7e','\x92','\xe1','\x45','\x28','\x79','\x05','\xc8','\x4c','\x9f','\x79','\x26','\x05','\x24','\xd4','\xe1','\xc3','\x12','\xf9','\x35','\x21','\x81','\x66','\x43','\xed','\xab','\x90','\xbc','\x36','\xbd','\xee','\x1b','\xb6','\xa9','\x3a','\x96','\x1e','\xb0','\x1f','\xf9','\xcb','\x0c','\x16','\xf0','\xcd','\x5d','\xdb','\x17','\x63','\x84','\x3d','\xae','\xdb','\xe7','\x17','\xbd','\x89','\x8f','\x61','\xc0','\x6d','\x8a','\x32','\xff','\x74','\x73','\x55','\x6b','\x62','\xaa','\x9e','\x50','\x2f','\x86','\x0f','\xbf','\x77','\x43','\x9d','\xf8','\x3d','\x4e','\xe4','\x93','\x61','\xdf','\xa6','\xbc','\x3c','\x52','\xe9','\xfc','\xcf','\x43','\xb9','\xd2','\x85','\xc5','\x57','\xd7','\x02','\x19','\x6a','\x09','\x8d','\xd3','\x46','\x0c','\x0b','\x90','\x50','\xa6','\x68','\x52','\xf8','\xe6','\x6f','\xb6','\x2d','\x39','\x93','\x60','\xaa','\x6d','\x1b','\xc2','\x04','\x8f','\x00','\x59','\xa7','\x19','\x12','\xc8','\x27','\xd5','\xbc','\x82','\x14','\x4a','\xe6','\xe9','\x1d','\x32','\x9f','\x86','\xb3','\xdc','\x85','\x41','\x93','\x36','\x33','\x9e','\x28','\x53','\x39','\x01','\x15','\x88','\xe9','\xfd','\xc9','\xc6','\x9b','\xa9','\xb7','\x6f','\xd4','\xad','\x07','\xfd','\xcf','\xab','\x2b','\x16','\x64','\xcb','\x86','\xd5','\x2b','\x47','\x4c','\x82','\xf1','\xa4','\x30','\xb1','\xd4','\x68','\x34','\xaa','\x4d','\xe0','\x92','\x24','\x29','\x38','\x42','\xe8','\xe5','\xe0','\x2c','\x0f','\x03','\x4a','\xe4','\xb5','\x2f','\xd0','\x7d','\xdb','\x78','\x77','\xa9','\x90','\x71','\xa0','\xc1','\x19','\x92','\x04','\x10','\x0d','\x86','\x2c','\xe1','\xc8','\xd2','\xcc','\x1e','\xae','\x9a','\x69','\xf7','\xd9','\x5c','\x08','\x88','\x4c','\x79','\xe9','\x62','\x4c','\x9d','\x1f','\xe0','\x77','\x82','\x3c','\x35','\xe3','\x6f','\x03','\xc8','\x1b','\xa1','\x27','\x68','\x4b','\x30','\x94','\x7a','\xae','\x6a','\x22','\xa3','\xf4','\x22','\x7b','\x15','\xb2','\x2b','\x88','\xaa','\x09','\x97','\xea','\x07','\xfd','\x51','\xb2','\x2c','\x1e','\xd3','\x66','\x8c','\x70','\x53','\x32','\x34','\xb7','\x11','\xf6','\xc4','\xbc','\x16','\x58','\x0c','\x0c','\x09','\x57','\x82','\x4c','\xad','\x04','\xe5','\x82','\x53','\x64','\x7a','\xb0','\x95','\xf0','\x5d','\xb5','\x86','\xd9','\x72','\xf2','\xd0','\xd3','\xd8','\x13','\x04','\x2e','\x1a','\x0a','\x55','\x53','\xa9','\xb2','\x78','\x54','\xde','\x06','\x6f','\x94','\x71','\xc7','\x23','\x75','\x48','\x11','\x2b','\xfe','\x2a','\x10','\x1e','\xf8','\x0a','\x7d','\x74','\xe6','\xa2','\x38','\x10','\xe7','\xa6','\x8c','\x70','\xce','\xe0','\x71','\x72','\x25','\x83','\x88','\xf5','\x40','\x6a','\x32','\x91','\x9b','\x5f','\x04','\x7e','\x7b','\xbc','\xaf','\xba','\x85','\x79','\xcf','\xe4','\xd7','\x8b','\x75','\x90','\xff','\xee','\xea','\x0d','\xc8','\x6d','\x85','\x25','\x01','\xa5','\x7b','\xbf','\x44','\x79','\xc8','\xaf','\x97','\xab','\x5e','\xb1','\x9c','\x04','\xaa','\x4e','\x90','\x60','\x05','\x22','\x02','\x59','\x16','\xbe','\xf8','\x62','\x98','\x55','\xe6','\xae','\x46','\x72','\x50','\x75','\x2e','\xbd','\x84','\x86','\x21','\xd8','\x46','\x49','\x60','\xf7','\x06','\x77','\xb2','\x38','\x6f','\xe2','\x32','\xff','\x6f','\x89','\x85','\xb2','\xc2','\xe8','\xe8','\xd9','\xf4','\x44','\x3b','\x41','\x48','\x1c','\x5b','\x18','\x77','\x45','\xb6','\x30','\xa9','\x34','\x20','\xbc','\xe8','\x0c','\x07','\xf2','\x66','\xe4','\xa3','\x2c','\xa6','\x22','\x13','\xd2','\x76','\xe5','\xfc','\x4e','\xfe','\x23','\xbe','\x5e','\xee','\xc6','\x35','\x84','\x76','\x63','\x92','\x08','\x27','\x5c','\x50','\xa9','\x7e','\x14','\x50','\x76','\x4e','\xf2','\xd0','\xc6','\xec','\x42','\x55','\xc4','\xca','\xcf','\x22','\xdf','\xcc','\x85','\x3a','\xef','\x23','\xf2','\x74','\x28','\xcb','\x6b','\x4e','\xd8','\x98','\x2f','\x1c','\xf9','\x04','\xa6','\xe1','\x60','\xd6','\x0c','\x9a','\xfb','\x6d','\xdb','\x9a','\xc0','\x49','\x66','\xaf','\x49','\xee','\x10','\x21','\xdd','\xee','\xad','\x0b','\x76','\x1b','\x5e','\xb7','\x24','\x6b','\x5e','\x0d','\x5b','\x3d','\xee','\xaa','\x92','\xf9','\x1f','\xab','\x06','\xbf','\xab','\x48','\x4b','\x8a','\x18','\xd3','\xc7','\xd9','\x59','\x32','\xa3','\x9d','\x35','\xe9','\x9b','\x0c','\xb9','\xae','\x9c','\xeb','\x1f','\x50','\x13','\xfb','\xe6','\xba','\x53','\x1f','\xc6','\xb3','\x28','\xb4','\x69','\x3e','\x60','\x1c','\x57','\xa8','\xbc','\x26','\x2c','\xb2','\xd2','\xd3','\xcd','\x0b','\xdc','\x7a','\x73','\x82','\xb0','\xfa','\x70','\x86','\x39','\x47','\xc8','\x01','\x6a','\xbf','\x10','\x67','\x66','\x29','\x1e','\x48','\x1a','\x4c','\x13','\x20','\x87','\x0c','\x65','\xca','\xdd','\x76','\xa6','\x4f','\x8e','\x96','\x42','\x7a','\xe7','\x09','\x49','\x7b','\x8e','\x0b','\x73','\x93','\xb3','\x0d','\x2a','\xef','\x74','\x2e','\x7d','\x26','\x5c','\x55','\xa8','\x20','\x7d','\x46','\x08','\xf9','\x4a','\x14','\xe0','\xda','\x79','\x30','\xce','\x94','\xdb','\x77','\x7b','\xb0','\x2f','\x6c','\xbb','\x53','\x6d','\x51','\x3d','\xc6','\xb5','\xa9','\xa7','\x31','\x89','\x0a','\x93','\xf4','\x94','\x93','\x00','\x83','\x8e','\x6d','\x3d','\xb5','\xec','\x9e','\xbb','\x41','\x41','\xab','\xae','\xff','\x08','\xe2','\x8a','\x76','\x2c','\x2c','\x8b','\x5c','\xb3','\x90','\x32','\xdf','\xa4','\x5b','\x72','\xe0','\xac','\xab','\x50','\x4b','\xe4','\xa2','\x20','\x9e','\x6d','\x9f','\xe8','\x16','\x13','\x0e','\xd2','\x70','\xb8','\x96','\xdd','\x00','\x2c','\x01','\xcf','\x1e','\xc7','\x79','\xe9','\x39','\xa9','\x63','\x96','\x5f','\xd5','\x99','\x48','\x8b','\x86','\x28','\xab','\xfe','\x1a','\x7a','\xdb','\xd0','\x24','\x5e','\xe5','\xac','\x82','\xfb','\x5b','\x3a','\x4e','\x69','\x7c','\x82','\x2e','\xbd','\x97','\xc1','\xf2','\x59','\xd3','\x5a','\xe4','\x2a','\x88','\x4e','\x5f','\xcf','\xc7','\x15','\xff','\x56','\x1f','\x2d','\x76','\x7d','\xc2','\xcc','\x86','\x4b','\x67','\xd2','\x43','\x2b','\x81','\xca','\x24','\x0e','\x7a','\xe2','\x26','\xd7','\x20','\x75','\xb3','\x5d','\xb9','\x2c','\xda','\x4c','\xe9','\x17','\x2a','\x65','\xf0','\x3e','\x65','\xc0','\xfa','\x75','\x56','\x59','\xa4','\xeb','\x3a','\xf3','\x1a','\x40','\xae','\x24','\x4a','\xaf','\xfd','\xe6','\x91','\x57','\xab','\xed','\xee','\x43','\xea','\x7b','\x37','\x5a','\xe6','\xb3','\xfd','\xfe','\xda','\x5f','\x5f','\x74','\x6c','\x95','\x1a','\x7c','\x4e','\x52','\xfc','\xbe','\x5e','\x06','\xad','\xa7','\x5b','\xf9','\xa9','\xca','\x1a','\x29','\x2d','\xf3','\x9f','\x52','\x3f','\x9d','\x36','\x6a','\x0e','\xc6','\xd5','\xcd','\xc6','\x8e','\xad','\x00','\xcc','\xc1','\xaa','\x4a','\x66','\x1b','\x32','\xc4','\x60','\x1c','\x1f','\x28','\x22','\xa4','\xee','\x73','\xee','\x13','\xef','\x7c','\xe2','\xc0','\x5f','\x1d','\xb2','\xef','\xc4','\x25','\x41','\xd2','\x7f','\xd7','\x85','\xc6','\x68','\x07','\x21','\xe9','\x79','\x26','\x75','\x87','\x8d','\xdc','\xaa','\xc1','\x71','\xde','\x02','\x99','\xd7','\x91','\x63','\x86','\x6d','\x23','\xb0','\xbf','\x0d','\x99','\x52','\x34','\x8b','\xe9','\x59','\x7f','\xa3','\xba','\xa4','\x69','\xea','\x8d','\x39','\x8c','\xb1','\xe8','\xfe','\x1f','\x20','\x20','\x40','\x9d','\x4e','\xc7','\xbb','\x39','\x8c','\xd9','\xd2','\x7e','\x10','\x9b','\xa7','\x58','\x73','\xd0','\x2f','\x8b','\x73','\x20','\x93','\x12','\x32','\x85','\x32','\x6f','\x83','\x22','\x34','\x9c','\x19','\x47','\x09','\x0c','\x8c','\x25','\x60','\x5c','\xd8','\x73','\x08','\x92','\x54','\x1f','\xdc','\x96','\x09','\x70','\x21','\x21','\x32','\xa6','\x0f','\x59','\x95','\x80','\x3e','\x41','\x9a','\xbb','\x0a','\x91','\xe9','\x5d','\xe6','\xab','\x69','\x45','\x32','\x74','\xa5','\x9b','\x87','\x2b','\x65','\xf2','\xf6','\xee','\xf0','\xeb','\x63','\xf9','\x22','\xef','\x01','\x61','\xda','\x2b','\x38','\xe0','\x55','\x61','\xb0','\x6c','\x05','\x84','\xd7','\x89','\x8f','\x15','\x7e','\xb8','\x4f','\xb9','\xa3','\x26','\xcb','\x25','\x94','\x84','\xe7','\x0a','\x96','\xe9','\x93','\x01','\xa5','\xd0','\x87','\xb3','\x09','\x33','\x5e','\x4b','\x20','\x33','\xe6','\x9a','\xb0','\x8e','\x40','\x4c','\x78','\x25','\xe2','\xbd','\x5d','\x47','\x3d','\xbe','\xfa','\xb8','\x24','\xe8','\x36','\x7b','\xee','\x97','\x6b','\x10','\x18','\x49','\xee','\xe7','\xa3','\x92','\xb0','\x04','\xf7','\x7c','\x35','\xc2','\x8f','\x39','\x4c','\x05','\x28','\x21','\x89','\x66','\x66','\x95','\x39','\x03','\x48','\x21','\x1e','\xff','\x4a','\xad','\xba','\x2e','\xea','\x39','\x85','\x3c','\x1a','\xdd','\xcb','\x35','\x53','\x00','\xf4','\x40','\x64','\xc3','\x3b','\x91','\x98','\xcd','\xe4','\x70','\x14','\xca','\x32','\x25','\x85','\xb9','\xcf','\x16','\x61','\xcd','\x46','\xc2','\x3d','\x6f','\xb5','\x3a','\x87','\xeb','\xad','\xc9','\x4f','\x38','\xdf','\x67','\x51','\x8c','\x28','\x34','\x3d','\x52','\x5d','\xa2','\xa8','\xfe','\xc5','\xc6','\x46','\x7b','\x49','\x86','\x6f','\xd7','\x29','\xba','\x73','\x4f','\x06','\x8d','\xc2','\xbc','\xb3','\x42','\xae','\x82','\xa4','\x3c','\x85','\xde','\x7b','\x80','\x05','\x75','\xba','\x26','\x47','\xce','\x9e','\xe1','\x29','\x56','\xc8','\x4b','\x2d','\x65','\x7e','\x06','\x90','\x3a','\x3f','\x45','\x05','\x32','\xca','\x10','\x4f','\xcc','\xd8','\xcb','\xec','\x04','\x8e','\x57','\xfb','\xae','\xe2','\x06','\x94','\x76','\xaa','\xe2','\xc8','\xda','\x5b','\xde','\xd5','\x67','\xae','\x74','\xea','\xa1','\xdb','\x89','\x94','\xc1','\xba','\x88','\x35','\xca','\xac','\xd7','\x57','\x99','\x9f','\x47','\xc8','\x82','\x47','\xc8','\x02','\x42','\x52','\x64','\x0e','\xfa','\xac','\xcc','\x65','\xec','\x57','\xf1','\x62','\xbf','\xad','\xae','\xf6','\x98','\xb7','\x42','\x63','\x76','\x5f','\x84','\x2c','\xd6','\x0a','\x22','\xf2','\x9a','\x15','\x9b','\x59','\x3c','\xac','\x25','\x0c','\x7e','\x4e','\xa4','\x89','\xc3','\xdc','\x97','\x4a','\x4e','\x72','\xb8','\x26','\x71','\x2a','\x80','\x11','\x9f','\xb9','\x99','\x9b','\xf9','\xee','\x98','\xc1','\x79','\x2b','\x47','\x2e','\x29','\xf2','\xdb','\x84','\xf2','\x12','\xeb','\x67','\x3a','\xb6','\x68','\x19','\x1d','\xb9','\x03','\xd9','\xe7','\x95','\x53','\x77','\xe0','\x7c','\x7c','\xd1','\x32','\x5a','\xef','\xd5','\xf3','\xaf','\xeb','\xbd','\xa7','\x3c','\xaf','\x2f','\xd3','\x75','\x25','\x43','\xc1','\xe3','\x9b','\x71','\x82','\x10','\x5b','\xd0','\xf1','\xd6','\x85','\x62','\x67','\x01','\xf5','\x85','\x21','\xcb','\xdf','\x61','\xb4','\xf7','\x95','\x1e','\x0a','\x18','\x00','\x70','\xe5','\xee','\x52','\x4a','\x06','\xc1','\x0d','\x09','\x12','\xda','\xac','\x4d','\xb9','\xe3','\x4c','\x1a','\x1c','\xc6','\x03','\x4d','\xd2','\x50','\x82','\x38','\x4b','\x24','\x78','\xc6','\xd4','\x01','\xab','\xa9','\x84','\xe0','\x1c','\x9c','\x0b','\x64','\x5c','\xcd','\x5c','\x89','\x4c','\xc2','\x38','\x48','\xb0','\x66','\x49','\x66','\xe0','\x76','\x85','\xb6','\x62','\x3f','\xb0','\x27','\x0f','\xc3','\x91','\xe1','\x2b','\x59','\x21','\xe1','\x0b','\xbc','\xba','\xc6','\xe7','\xe5','\x87','\x33','\x58','\xf6','\x54','\xa5','\x1e','\x4f','\x08','\x86','\x71','\xc7','\x8e','\x8d','\x41','\x79','\xf4','\xd2','\x9e','\x37','\xd5','\x01','\x6d','\x12','\x6a','\x7f','\x90','\x99','\x45','\x12','\x6a','\xb6','\x49','\x79','\x7c','\x81','\xf5','\x14','\x96','\xdb','\x66','\xf4','\xa0','\x98','\xeb','\x90','\xa3','\xd0','\x4c','\x06','\x9a','\x11','\xd6','\x75','\x15','\x5c','\x8a','\x2b','\x51','\x55','\xa3','\xad','\x3b','\xa8','\x04','\x24','\x85','\x85','\x5f','\xc2','\xc1','\xa8','\x6b','\xe5','\xe5','\x2b','\x35','\xf1','\xf4','\x98','\x1d','\x60','\xcc','\xef','\x30','\x3f','\x21','\x6a','\x29','\x0e','\x61','\x9a','\x41','\xda','\xe1','\xcd','\x5e','\x5f','\x43','\xff','\xaf','\x4d','\xf7','\x06','\xa7','\x10','\x5e','\x15','\x9a','\x95','\x85','\x02','\x7b','\x8c','\xf3','\xbb','\xf8','\x1c','\x62','\x3c','\xf2','\x22','\x7f','\x0a','\xe3','\xcd','\x95','\x13','\x73','\xc3','\x98','\xad','\xe4','\xcf','\xac','\x90','\x76','\x38','\xaa','\x30','\x24','\x48','\x32','\x48','\x29','\x94','\xf5','\x44','\x96','\x5b','\x51','\x28','\xe1','\xa4','\xda','\x3c','\xe7','\x1c','\x3c','\xd1','\x87','\xa1','\x72','\xee','\x29','\x99','\x5e','\x37','\x8a','\x55','\xa9','\x7b','\x4d','\x96','\xdf','\xf2','\x6e','\xbb','\xf2','\x56','\xaa','\x3f','\x4b','\x6d','\xcc','\x54','\xb9','\x56','\x5e','\xfd','\xbd','\x15','\xee','\x24','\x92','\x91','\xcb','\x7e','\x07','\x8a','\x8e','\xeb','\xa6','\x83','\xea','\x1b','\xf9','\x84','\x42','\x1e','\xce','\x2b','\xb1','\xd7','\x16','\xbb','\x4b','\xdd','\x8a','\x2a','\x58','\x43','\xe8','\x96','\xf3','\x5e','\xfa','\x93','\xb3','\x52','\x16','\x36','\x9a','\xa2','\x0d','\x6c','\x29','\x59','\x08','\x93','\xd7','\x9c','\x36','\x12','\xd8','\x69','\x03','\x26','\x4e','\xae','\x3e','\xad','\x57','\x6e','\xe4','\xef','\xdb','\x0c','\xc5','\xf9','\x41','\xd6','\xb0','\xa4','\x27','\xb7','\x50','\xd2','\x24','\xc8','\xb4','\x39','\xd7','\x9d','\x36','\x00','\xc9','\x5d','\xf7','\xda','\x79','\x5b','\xad','\xac','\xc6','\x90','\xec','\x39','\x0d','\xd5','\x56','\x83','\x89','\x32','\x1c','\xeb','\x4c','\xdb','\x75','\x06','\x3a','\x6b','\x1a','\x27','\x61','\x75','\x67','\x15','\x46','\xd5','\x47','\x96','\xfa','\x99','\x31','\x2b','\x40','\x31','\x7e','\x53','\xe9','\x04','\xa1','\xef','\x3d','\x40','\x57','\x2d','\x9c','\x86','\x62','\x58','\x2a','\x63','\x40','\xc2','\xd5','\xd2','\x3b','\xd3','\x6e','\x39','\x53','\x35','\x1b','\x95','\x32','\x81','\xa4','\xc1','\xd1','\x48','\xf2','\x53','\xa9','\xd1','\x60','\x6a','\x03','\x7a','\xc2','\x20','\x32','\x8e','\xa4','\xa1','\xbc','\xc4','\xa5','\x19','\x03','\x4f','\x1d','\x52','\x24','\x72','\xc5','\x53','\x1d','\xae','\xaa','\x07','\x46','\xe1','\x2a','\x9a','\xcc','\x39','\x15','\x58','\xfa','\x9e','\x1b','\xeb','\x6b','\xa2','\x75','\x8b','\x4c','\x18','\x22','\x62','\xd5','\x5a','\xab','\x37','\x06','\x53','\xd8','\x55','\xb3','\xdd','\xb1','\x34','\xad','\x4a','\x27','\x60','\x24','\x8c','\xb5','\xaf','\xb5','\xb3','\xfb','\x1c','\xca','\xa1','\x87','\x9e','\x72','\x91','\x7a','\x49','\xc8','\x1c','\xde','\x2b','\x60','\xf5','\x8c','\xfc','\x0f','\x80','\x3d','\xe0','\xac','\x4c','\x49','\x0f','\x06','\xf4','\xf0','\x7b','\x5f','\x4d','\xad','\x10','\x67','\x8f','\x32','\x2d','\x16','\xbc','\x66','\x46','\xcc','\xc0','\xc0','\xec','\xbb','\xe8','\x92','\x4e','\x30','\x28','\xda','\x49','\x0c','\x96','\xbf','\xbf','\xd2','\xec','\x08','\xe9','\xff','\xee','\x86','\x60','\xec','\x2c','\x8f','\x5c','\x3a','\x6d','\xa9','\xf8','\x8c','\xba','\x6d','\x0e','\xe0','\xf5','\x23','\x70','\x07','\xbb','\xaa','\xba','\x2f','\x23','\x52','\x3d','\x63','\x40','\x59','\x94','\x9b','\x81','\x38','\x4a','\x83','\x1b','\x2f','\xf3','\x93','\xf0','\x48','\x50','\x8c','\xd4','\x56','\xa7','\x56','\x60','\xc7','\x85','\xf0','\x8e','\xc2','\xec','\xf5','\xe6','\x02','\xf7','\x92','\x45','\x12','\x7b','\x15','\xc1','\xf6','\x95','\xe0','\x75','\x98','\x7d','\x0f','\x76','\xac','\x34','\x61','\x80','\xdc','\x55','\x3b','\xf7','\xcf','\x00','\x02','\x8c','\x08','\x2d','\x30','\x09','\xb8','\x57','\xab','\xc4','\x42','\xfc','\x3d','\xf8','\x4c','\x37','\x4e','\x76','\x8d','\x02','\x2a','\x2d','\x01','\x97','\xc2','\xbe','\x75','\x58','\x05','\x9b','\x69','\x52','\x64','\xe4','\x02','\x93','\xb6','\x13','\x79','\x7d','\x39','\x28','\x47','\xfe','\x2c','\x8a','\xd7','\xc2','\xe0','\xa5','\x2c','\x2e','\x52','\xde','\x6e','\x32','\xb2','\x66','\xc3','\xec','\xe3','\x91','\xfe','\x51','\x47','\x56','\xf4','\x98','\x89','\x5a','\xf2','\xbd','\x97','\xb8','\x2a','\x2a','\xc4','\x75','\x94','\xe0','\x0e','\x16','\x8c','\xe5','\x2b','\x39','\x9e','\xd9','\xb4','\x91','\x25','\xb6','\x8f','\xe4','\xee','\xa6','\xf3','\xfd','\x67','\x79','\x58','\x33','\x4e','\xcb','\xfc','\x82','\x4e','\x4e','\x6a','\x82','\x64','\xe2','\xd3','\xbf','\xe1','\xc4','\xef','\x85','\xcf','\xf3','\x59','\x5c','\x89','\x77','\x82','\xb2','\xe2','\x73','\xae','\x43','\x38','\xaf','\x0a','\x58','\x5e','\x7e','\x3b','\xf6','\xd8','\xbe','\x80','\x5c','\x17','\xb1','\x79','\x92','\xdd','\x0f','\x42','\x35','\x4c','\xca','\xdd','\x1c','\x4d','\x5e','\xe0','\xfa','\x40','\x41','\x4b','\x50','\x8e','\x0f','\x78','\x62','\x0e','\x48','\x55','\x26','\x71','\x59','\x2a','\x01','\xa9','\x5c','\x74','\x8a','\x66','\x82','\x31','\x40','\x9b','\xc0','\x71','\x70','\xc0','\x1e','\x22','\xa8','\x36','\x9d','\x33','\x24','\x99','\x3a','\x53','\x28','\xcb','\x24','\xb2','\x86','\x7e','\x4e','\x28','\xaf','\x71','\x2c','\x53','\xde','\x2f','\x84','\x30','\x1b','\x3e','\x1d','\xf3','\x36','\x09','\x65','\x42','\xe2','\xea','\xc5','\x52','\xab','\x24','\xcb','\xc2','\x88','\x08','\xab','\x86','\x8a','\xd7','\xe7','\x0d','\xfe','\x65','\x82','\x3d','\x32','\x69','\x25','\xf5','\x6a','\xa5','\x91','\x38','\x66','\x23','\x23','\x83','\x5a','\x11','\x82','\x04','\x84','\xe4','\xce','\x79','\x56','\xb0','\x9b','\x2d','\xd5','\x39','\x30','\xb0','\xe7','\x6c','\xb8','\x8a','\x7c','\x61','\x46','\x6c','\x48','\xf0','\x5c','\x4a','\x0f','\x0b','\x7d','\x74','\x8b','\xd2','\x47','\x22','\xd9','\x93','\xde','\x3d','\xd7','\xb9','\x00','\xbc','\x2f','\xa5','\xc5','\xea','\x25','\x7f','\xc6','\xd6','\x5a','\x7f','\x77','\xf3','\x55','\x05','\x19','\x04','\xa9','\x4a','\xd2','\x10','\x9a','\x91','\x51','\xc8','\x0b','\x84','\xc1','\x7c','\x2d','\x96','\x42','\x06','\x5f','\x64','\xe1','\xa6','\x51','\x52','\x0b','\x4f','\xd4','\xcf','\x4b','\x59','\xfa','\x15','\x3f','\x4b','\xad','\xd1','\x83','\xf1','\x66','\x64','\xea','\x7c','\xd5','\x61','\xf6','\x32','\x48','\x9f','\xd8','\x6a','\x25','\x4b','\x79','\xa2','\x52','\x63','\x6e','\x6e','\xb2','\x1b','\xb6','\xf2','\x15','\x84','\x33','\xfc','\x7a','\xe4','\x28','\x62','\x4e','\xe9','\x4e','\x93','\x4b','\x26','\x7d','\xc7','\x47','\xf6','\x56','\xa8','\x21','\xab','\xef','\xde','\x28','\xef','\xec','\xe9','\x2b','\x6d','\xc5','\x35','\xaa','\x64','\xd9','\x77','\x4a','\x84','\xf1','\x77','\x11','\x44','\x3d','\x89','\xc3','\x8a','\x67','\x2a','\xdd','\x8e','\xf7','\x8a','\xe5','\xaa','\xa3','\xb0','\xef','\xeb','\x86','\xe0','\x3a','\xb5','\x31','\xed','\x3f','\x24','\x55','\x4c','\x87','\xb5','\xab','\x40','\x70','\xce','\xdf','\x31','\xab','\x42','\x26','\x4e','\xb7','\x18','\x76','\x15','\xdc','\x10','\x0d','\x19','\xc4','\xef','\x7b','\x21','\xb5','\xd7','\x65','\xec','\xd5','\xc5','\x49','\x91','\x7d','\xc4','\xec','\x7d','\xb2','\x51','\x3b','\xba','\x2c','\x60','\x49','\x9f','\xa7','\x5b','\xc0','\xe7','\x31','\x8c','\xb1','\x7a','\x4e','\x10','\x42','\xbb','\xe6','\x81','\x9d','\x20','\x54','\x35','\x9e','\x15','\xd6','\xb5','\xbb','\x4d','\x52','\x0c','\x27','\x6e','\xe6','\x2f','\xe1','\xe9','\x54','\x18','\x53','\xf6','\xc6','\x49','\x23','\x41','\x23','\x53','\xe4','\x87','\x65','\xca','\xd9','\x81','\x99','\xb9','\x35','\x82','\xb8','\xa1','\x1b','\xaf','\xf5','\xb8','\xc1','\x14','\x79','\x62','\x5c','\x82','\x37','\x18','\x92','\x0c','\xc8','\xd2','\x0c','\x29','\x67','\xc8','\x32','\x0e','\x99','\xe4','\xde','\xe3','\x58','\x26','\x20','\x99','\xf2','\x1c','\x67','\x67','\x9f','\x35','\xe5','\xb7','\x8d','\x47','\x67','\xce','\x74','\x96','\x7c','\xe3','\xae','\x5f','\x1b','\xae','\xa0','\xac','\x12','\x12','\x95','\xc2','\x88','\x46','\xe3','\xd5','\x43','\x61','\x54','\x32','\x9b','\xe9','\x51','\x7c','\xb1','\xd1','\xe7','\x9d','\x41','\x55','\xcf','\xde','\xe4','\xde','\xbe','\xf4','\xe3','\x4c','\x4f','\x9c','\x40','\xad','\xfa','\x08','\x01','\x3b','\xfb','\x22','\xcc','\xf3','\x52','\xb9','\xd4','\x66','\x1c','\xe0','\x86','\x48','\x79','\x7a','\xb7','\x33','\x6b','\xe3','\x34','\x20','\xe9','\xa6','\xa5','\xef','\x3b','\x13','\x5d','\x70','\x63','\xb0','\x19','\x0e','\x2f','\xad','\x24','\xdc','\xea','\x36','\x45','\xf4','\xf6','\xc9','\xe4','\x37','\xc2','\xec','\xb1','\x58','\x7d','\xc4','\x5e','\x92','\x3b','\xab','\x15','\xa4','\xe9','\x0e','\x78','\x65','\x59','\x73','\xdd','\x59','\x7b','\xca','\x50','\xa1','\xbe','\x72','\xb2','\x6b','\x3f','\x59','\x9e','\x37','\xe6','\xe6','\x8b','\x19','\x77','\xea','\x66','\xe0','\xd5','\x26','\x75','\x3c','\x1a','\xb1','\x5f','\x4e','\x13','\xa2','\x50','\x21','\xf1','\xb0','\xa5','\x88','\x92','\x0a','\xe6','\xcd','\x74','\x9b','\x01','\xb8','\xbb','\xcc','\x2f','\x0f','\xd1','\xb7','\xa2','\xe7','\x12','\xa7','\xea','\x24','\x6a','\x75','\x4d','\x73','\x3f','\x16','\x8d','\x71','\x43','\xeb','\xbf','\xd8','\x15','\x1e','\x6c','\x57','\x01','\xde','\x30','\x24','\xf5','\x9f','\x31','\x7b','\xb3','\xa4','\xd5','\x11','\x6a','\xd0','\x6d','\x95','\xbb','\xfd','\xcb','\x7d','\x4b','\x79','\xdd','\x59','\xaf','\x55','\xae','\xe2','\xe5','\xa6','\x1d','\x5e','\xa8','\xaa','\xee','\x50','\x4e','\xd8','\x89','\x67','\x1d','\xb1','\x76','\x0b','\xec','\xae','\x94','\x17','\xdb','\x9d','\xb3','\x9a','\xc5','\x60','\xe5','\xba','\xfb','\x4c','\x9e','\x27','\x19','\x95','\x97','\x4c','\x0b','\x76','\x6f','\x27','\x70','\xf8','\x35','\x20','\xd7','\x5d','\xcb','\x56','\x86','\x3e','\xf4','\x82','\xa0','\x9a','\xfc','\xeb','\xc3','\x6a','\xce','\x5d','\xe4','\x41','\xe1','\xfc','\xe8','\x52','\x37','\x75','\xee','\x03','\x08','\xe4','\x77','\xf7','\x74','\x9c','\x60','\x83','\xa3','\x30','\xbe','\xe8','\xb6','\xa1','\xdd','\x4f','\x7b','\x22','\xd1','\xda','\xc9','\x31','\x7b','\xe6','\x90','\x5b','\x46','\xd7','\x93','\x9c','\x9b','\x49','\xe9','\x7d','\x9a','\x55','\x23','\xf7','\x39','\x15','\x40','\x5a','\xd3','\xdc','\x7c','\x85','\xc9','\x7e','\xd7','\x71','\xd8','\x01','\x20','\xb6','\x6f','\x32','\x42','\x98','\xdc','\x39','\x7b','\xf5','\xdb','\xf1','\x82','\xa8','\x3b','\x44','\x27','\xf5','\x79','\x8b','\x3a','\x4a','\xa6','\x8b','\x13','\x04','\x21','\x04','\x3a','\x9d','\x4e','\x61','\xe9','\x88','\xd0','\x1f','\x4c','\x23','\xc9','\x95','\x45','\x86','\x24','\xe1','\x10','\x0d','\x65','\xee','\x96','\xa6','\xea','\x85','\x18','\x33','\xb6','\xb4','\xa3','\x08','\x68','\xda','\xc9','\xf7','\x4e','\x30','\xa6','\x9c','\x22','\x98','\x65','\x7a','\x40','\x39','\x55','\x30','\xb3','\xea','\x89','\x50','\xe6','\x71','\x3c','\x61','\xe0','\xa9','\xb0','\xce','\x12','\x98','\x10','\x10','\x99','\x8e','\xdb','\x6b','\x5c','\xcc','\xc9','\x9b','\xcc','\x3b','\x8b','\x6d','\x54','\x65','\xc3','\x2a','\x61','\xcd','\x23','\xa2','\x78','\x17','\x46','\x99','\x80','\x84','\xa8','\xdf','\x2c','\x5f','\x35','\x34','\x12','\xc8','\xd9','\xe4','\x6e','\x14','\x63','\xc6','\xd5','\xc1','\x66','\x52','\x48','\x6f','\x6f','\x10','\xa4','\x76','\xe5','\x2e','\x01','\x24','\x7a','\x8c','\x77','\x92','\x34','\x3f','\x62','\xad','\xae','\x38','\x6e','\x33','\x27','\xcd','\xf0','\x99','\x8a','\x51','\x75','\x39','\x9b','\x74','\xa0','\x20','\x14','\x66','\x0d','\x99','\xcd','\x75','\x1e','\x26','\x96','\xd7','\x12','\x12','\xd2','\x35','\x6d','\x77','\x10','\x09','\xd9','\x84','\x33','\x7b','\xa6','\x2f','\xc0','\xce','\xfa','\xba','\xff','\xc3','\x3c','\x23','\x20','\x3f','\x3a','\xcf','\x2c','\x28','\x6b','\x1e','\x20','\x20','\x3f','\x65','\xa6','\xd3','\xb1','\x36','\x58','\xa3','\x98','\x7d','\xc1','\xd9','\x37','\x11','\x53','\x20','\xf3','\xff','\xd1','\x5b','\x43','\xca','\x83','\xf9','\x28','\x6a','\x40','\xa5','\xc9','\xc8','\x2e','\xf7','\x09','\xb5','\x60','\xcc','\xdf','\x0c','\x09','\xb2','\x26','\x3d','\x66','\x50','\x66','\x7a','\x0f','\x90','\x59','\x9d','\xb6','\x9d','\x49','\xf7','\x19','\x96','\xc7','\xa3','\xbe','\x0c','\x29','\x63','\x4e','\xbf','\xb2','\xdd','\x96','\x29','\xd9','\x29','\x8c','\x79','\xb1','\x90','\x10','\x86','\xd2','\xe4','\x3e','\xed','\x9d','\x7c','\xe8','\xf6','\x6b','\x48','\x59','\xa8','\x29','\xaa','\x27','\xed','\xa4','\x48','\x6e','\xc2','\x0c','\x5f','\x5e','\xa8','\xbb','\x3a','\x13','\xd2','\x97','\x03','\x05','\xd7','\x83','\x43','\x44','\x19','\xbb','\xe9','\xe1','\xb1','\xbe','\xd3','\xeb','\xf1','\x39','\xe9','\x10','\x82','\x2a','\xfe','\xe3','\x49','\x14','\x09','\xbf','\xbe','\x6b','\xa2','\x67','\x8e','\xd9','\x75','\xd0','\xcc','\xaf','\x31','\xe3','\x25','\xcd','\x11','\xf8','\x4c','\xeb','\x86','\x52','\xba','\xde','\xda','\xf2','\x08','\xcc','\x51','\x17','\x85','\x7d','\xac','\xd2','\xb8','\xe3','\x36','\x7d','\xaa','\x98','\x27','\x75','\x10','\xab','\x7d','\xc0','\x59','\x11','\x32','\x07','\xb4','\xfa','\x72','\xd9','\xc6','\x69','\x48','\x3d','\x60','\xa6','\x01','\xfc','\xa2','\x05','\xfd','\xd1','\x9d','\xa4','\x35','\xda','\x6d','\x16','\x21','\x40','\x5d','\x9d','\x20','\x28','\x05','\x7d','\x05','\x4d','\xde','\x7a','\x99','\x35','\x59','\xe1','\x2c','\x54','\xf5','\xc9','\x58','\x36','\x63','\xfd','\x39','\x94','\x9b','\x66','\x56','\x94','\x3b','\x27','\x51','\x33','\xce','\xb4','\xb2','\x08','\xed','\xf5','\xcd','\x69','\x15','\x9a','\xfc','\x34','\x1a','\x1c','\x0d','\x4d','\x9a','\x58','\xc2','\x2c','\x91','\xe2','\x9c','\x69','\xfb','\x66','\x8e','\x2c','\x15','\x48','\x39','\x83','\xc8','\x18','\x78','\xaa','\x5c','\x68','\x0b','\xa6','\xbc','\xdf','\x08','\xe3','\xb5','\x4b','\xe6','\x9e','\x3d','\x98','\xc9','\x10','\x1c','\x92','\xeb','\x6a','\x37','\x05','\xc5','\xa9','\x58','\x2f','\xd1','\xd7','\xb5','\x8c','\x32','\x73','\xa4','\x50','\xa7','\xa1','\x8c','\x1c','\x8a','\x99','\xf5','\xda','\xad','\x3b','\xfe','\x31','\x3f','\x94','\xb5','\x27','\x66','\xf9','\x8c','\x8e','\x91','\xee','\xf6','\x40','\x55','\x63','\x3e','\x0b','\xbd','\x07','\x48','\x22','\x77','\x99','\x6d','\x94','\x11','\x30','\x6d','\x16','\xa7','\xff','\x4c','\xfc','\x85','\xac','\x3a','\xac','\x28','\xa2','\x74','\x5b','\xc5','\xa1','\x44','\x66','\x38','\x3a','\x42','\x31','\x9e','\x5e','\xe1','\xf2','\x8a','\xe0','\xbd','\xbb','\x44','\xc2','\x06','\xd7','\xba','\x94','\x4d','\xde','\x79','\x26','\x97','\x0d','\x11','\xea','\x56','\x55','\x16','\x3f','\x59','\xff','\xbb','\xd1','\x81','\x6a','\x4c','\x33','\x16','\x09','\x65','\x98','\x48','\xbc','\x92','\x4a','\x9f','\x83','\x4f','\x68','\x8d','\x32','\x57','\x56','\xd7','\x05','\xe2','\xd5','\xe5','\x9d','\xf4','\xb2','\x7f','\x2d','\x2c','\x7c','\x71','\x1f','\x87','\x7b','\x7d','\x19','\x10','\xab','\xfe','\x8a','\x15','\xbb','\xc8','\x4f','\x8b','\xda','\x4d','\xd5','\xa9','\x7c','\xf3','\x75','\xb0','\x6d','\xbb','\x3d','\x6a','\x6c','\xa3','\x08','\x47','\xe9','\x12','\x52','\x9b','\x89','\xdb','\x73','\xcc','\xa0','\x88','\x0f','\x80','\x84','\x2b','\xa7','\x43','\x49','\x83','\x59','\x6f','\x52','\x46','\x01','\xec','\x5a','\x85','\xdd','\x02','\x84','\x7d','\x44','\xc7','\xeb','\xee','\x2b','\x93','\x0c','\xca','\xaa','\x43','\x42','\x11','\x1f','\xc6','\xc0','\xd4','\x0f','\x80','\x43','\x59','\x6e','\x98','\xd3','\x24','\x8d','\x12','\x9a','\x8b','\xdd','\xa0','\xb0','\xf0','\xf6','\x61','\xe4','\xd7','\x54','\x18','\x9b','\x1e','\x83','\xbb','\x00','\xa6','\x33','\xa7','\x22','\x64','\x85','\xb8','\x9d','\xdf','\xcb','\xd9','\x2c','\xaa','\xe2','\x65','\x91','\x20','\xbd','\xc8','\xf2','\x61','\xe4','\xd9','\x55','\xd2','\x7b','\x50','\x0c','\x43','\xde','\xda','\x57','\x9e','\x62','\x9d','\xd9','\x08','\x92','\x5e','\xcb','\xe6','\x8d','\x97','\x79','\xbc','\x92','\xe5','\x13','\x9c','\xc5','\x21','\xc1','\x65','\x72','\x6e','\xb2','\xf9','\x9e','\x4e','\x63','\x82','\x69','\xc3','\x38','\x6e','\xba','\x4d','\x5e','\xa5','\x5d','\x25','\x62','\xb9','\x1e','\x0a','\x80','\x89','\x50','\x2e','\x1a','\x22','\x66','\xcc','\xb4','\x0b','\xcc','\xab','\x5a','\x29','\xd5','\x83','\x6c','\xdc','\x43','\xa7','\xec','\xee','\x04','\x21','\x0c','\x40','\x7b','\x80','\x7a','\x47','\x59','\xff','\x34','\xef','\x8e','\x27','\x1c','\x8d','\x86','\x44','\xda','\xe0','\x10','\x99','\x44','\x06','\x75','\xc8','\xa9','\xcc','\xd4','\xd3','\xd6','\xee','\x12','\x00','\x4b','\x99','\x22','\x37','\x9a','\x00','\x35','\x12','\x0e','\xde','\xe0','\x48','\x38','\x53','\x64','\x88','\x33','\x30','\x21','\xd5','\xec','\x7b','\xc2','\x90','\xa5','\x1c','\x3c','\x11','\xe0','\x29','\x87','\xc8','\x04','\x32','\x21','\x94','\xc3','\x84','\x4c','\xa5','\x21','\xec','\x28','\x00','\xa3','\x35','\x29','\xa5','\x16','\x32','\xd2','\xf8','\xd1','\x7b','\x27','\x23','\x8c','\x2e','\x9c','\x99','\x9c','\xd8','\xa9','\x0e','\x35','\xc6','\x21','\xdb','\x88','\x8d','\xab','\x4c','\x3b','\x0b','\xc3','\xa5','\x76','\x7a','\xc0','\xac','\xb9','\xa7','\x94','\xd0','\xa7','\x4f','\x3b','\xe4','\x3b','\x93','\x56','\x10','\x33','\x29','\x01','\xce','\xab','\xe5','\x99','\x11','\xa6','\x81','\x60','\x93','\xa8','\x31','\xb8','\xc4','\x0a','\x54','\x43','\x31','\x2f','\xdc','\xd3','\x9a','\x65','\x30','\x0e','\x54','\x44','\xed','\xc6','\x16','\x11','\xd8','\x5d','\x50','\xbb','\xcb','\x39','\x19','\x52','\x75','\x51','\x9c','\xb4','\x28','\x12','\xcb','\xaa','\xb8','\xf2','\xef','\x65','\x8a','\xb4','\x92','\x6d','\x21','\x13','\x85','\xd5','\xbe','\x6d','\x99','\x0b','\x5a','\x56','\xb7','\x0c','\x94','\xc0','\xb4','\x2f','\x8f','\x70','\xc6','\xc3','\x14','\x75','\x82','\x80','\x66','\x0e','\x4b','\x96','\x85','\xf1','\xe8','\x76','\xa9','\x9c','\x86','\x54','\x85','\x95','\xce','\xff','\x81','\x58','\x4a','\xe1','\x25','\x33','\x0e','\xbb','\xa9','\xdf','\xdc','\xbe','\x6a','\x45','\x37','\x83','\x5d','\x81','\x16','\x02','\x6a','\x12','\xd0','\x38','\x08','\xd2','\x95','\xc2','\x38','\x53','\xe3','\x69','\x43','\x79','\x81','\x73','\xcf','\x1a','\x61','\x2c','\xd4','\xb3','\x82','\xc6','\x67','\x94','\xb7','\x3e','\xb3','\x66','\x26','\x2c','\x98','\x1e','\x7b','\x95','\xca','\xa5','\x56','\x7f','\xb8','\x30','\x67','\xae','\x01','\x5c','\x00','\x82','\xe7','\x1d','\xc0','\x4c','\x92','\x18','\x57','\xde','\x01','\xb5','\x06','\x20','\x4b','\xc9','\xbd','\xd5','\x27','\x8c','\x33','\x24','\x86','\xfc','\x3c','\x19','\x43','\x8c','\x6c','\x99','\x1c','\x73','\x3a','\xe7','\xda','\x50','\x10','\x55','\x8c','\x2a','\xc2','\x0f','\xb9','\x11','\x47','\xba','\x6e','\x3d','\xf4','\x53','\xfc','\x50','\x1e','\x95','\x71','\x99','\x7e','\x93','\xe9','\xbb','\x01','\x16','\x2f','\x29','\xef','\xad','\x7e','\x8b','\xb2','\x04','\xa7','\xf0','\x98','\x36','\xd1','\x74','\xbb','\x45','\x59','\xbb','\xb3','\x0d','\x5e','\xe6','\xed','\x57','\xa7','\xa7','\x86','\x09','\x99','\x93','\x22','\x20','\x9f','\xa4','\x90','\x79','\xaa','\x96','\x20','\x79','\xfa','\x4b','\x9e','\xa6','\x9b','\x6b','\xb5','\x87','\x49','\x1d','\x6c','\xec','\x95','\x51','\xef','\x01','\xaa','\x24','\x40','\xea','\xcc','\x1a','\xee','\x6d','\x1e','\xf2','\xab','\xa9','\xa2','\xa4','\x85','\x92','\x97','\x5c','\xaf','\x7a','\x69','\xbd','\x76','\x8e','\x21','\xa0','\x2c','\xfa','\x3e','\xc8','\xb5','\xf7','\x6c','\xf4','\x79','\x7d','\x51','\x1d','\x7c','\xca','\xd1','\x68','\x24','\x10','\xa9','\x80','\x10','\x4c','\xbf','\x3a','\xad','\x47','\x70','\x63','\x8f','\xa9','\xae','\x1a','\x8f','\x6f','\x59','\x2a','\x90','\xea','\x15','\xa1','\xa4','\x91','\x28','\xe1','\xad','\xcf','\x2e','\xe0','\x5c','\xcf','\xac','\xeb','\x03','\x29','\x79','\x22','\x95','\x07','\xb9','\x2c','\x43','\xca','\x04','\x32','\xa6','\x56','\x98','\x8c','\x9d','\x67','\x3e','\x23','\x6f','\x84','\x9c','\x6a','\xa4','\xbe','\x5a','\x1c','\x13','\xb2','\xc5','\x32','\xf7','\xfc','\x8a','\x46','\x6d','\x64','\x1e','\x24','\x3f','\x83','\x34','\x94','\x21','\x26','\x57','\x2f','\x5a','\x59','\x14','\x1a','\xb5','\xf3','\xe3','\xb4','\x0d','\x23','\x91','\x02','\x05','\x5c','\x9d','\xf4','\xac','\x09','\x8e','\xf1','\x16','\x27','\x25','\x04','\x03','\xa4','\x60','\xca','\x75','\x3b','\x14','\x09','\x67','\x99','\x04','\x13','\x0c','\x48','\x94','\xf9','\xa6','\xbb','\x7f','\xa4','\x58','\x36','\x9f','\x6c','\xb9','\x45','\xa9','\x54','\x44','\xa2','\x4a','\x7d','\xc9','\x08','\xd0','\xfd','\x52','\x57','\xc4','\xfa','\x4a','\x1d','\xbe','\xd1','\x7f','\xda','\x3e','\x11','\x89','\x39','\x97','\xf0','\x94','\x97','\x90','\x93','\x44','\x2a','\xcf','\xf2','\x19','\xfd','\x6e','\x2b','\x2c','\xd9','\x22','\xcf','\xba','\x2c','\xd1','\x1f','\xad','\x62','\xe1','\x2b','\x11','\x36','\x74','\x4f','\x23','\x65','\xde','\xfd','\xd0','\x25','\x6b','\x65','\x5c','\x96','\x28','\x3a','\x35','\xc3','\x8a','\x64','\x2f','\x34','\x7b','\x0a','\xcd','\x42','\xc3','\xf8','\xa5','\x51','\x4c','\xab','\xe4','\xc1','\x90','\xda','\x59','\x98','\xb6','\x8a','\x28','\x5f','\x81','\x0d','\x95','\x95','\xde','\x52','\x5c','\x21','\xe1','\x3c','\xac','\x64','\x9c','\x26','\xcf','\xbc','\xdf','\xc6','\xfc','\x36','\xf7','\x00','\xe7','\xa6','\xc9','\x8c','\xb3','\xa1','\x84','\x83','\xdb','\xd5','\x66','\xbf','\xbd','\x17','\x0c','\x23','\xdc','\x7c','\xf7','\xca','\x80','\x94','\x96','\xe9','\x8f','\xaf','\x26','\xc3','\xfa','\x50','\x74','\x08','\x99','\x93','\x1f','\x93','\x94','\xd9','\x33','\xe1','\x90','\x1b','\x29','\xf2','\xf2','\x5a','\x32','\x64','\xb5','\xc4','\x20','\x9f','\xee','\x0f','\x99','\x1b','\x14','\xd9','\xad','\x1e','\x2c','\x27','\x40','\x0c','\xd0','\xab','\x01','\xee','\x2e','\x3a','\x9b','\x79','\x20','\x68','\x5b','\xfd','\x92','\xc0','\x02','\x62','\xf5','\x3b','\x08','\xba','\x90','\xc0','\x9e','\xd0','\x67','\x77','\x29','\x93','\x43','\xd1','\xa2','\x86','\xab','\xc4','\xb5','\x12','\x0e','\xd1','\xb7','\x36','\xe6','\x3c','\x6d','\x48','\x8d','\x33','\xb8','\xba','\x39','\x61','\xfa','\xcf','\xac','\x4a','\xba','\x4f','\x87','\xd9','\x35','\x6d','\x4b','\xcb','\x5b','\xb3','\x7f','\xce','\x35','\x57','\x03','\x54','\x5c','\x12','\x12','\x42','\x32','\x35','\x21','\x6a','\xc9','\x90','\x6e','\xf7','\xd2','\xd1','\x4d','\xa5','\xd9','\x1b','\xe7','\xa7','\xe3','\xc5','\xa7','\xd3','\x4d','\x1a','\x49','\x61','\xac','\xef','\xea','\x04','\x41','\x08','\x81','\x34','\x4d','\xbd','\x9b','\x65','\x1b','\x87','\x56','\x0c','\x83','\xbd','\xd7','\xd1','\x83','\x56','\x54','\x38','\x07','\x12','\x6d','\x0a','\xc7','\x52','\x61','\x1b','\x8b','\xa7','\x04','\x3a','\x0d','\x48','\x4a','\x4d','\x84','\x32','\x20','\x4b','\x05','\x92','\x44','\x91','\xa1','\xa4','\x91','\x28','\xf7','\xd9','\xfa','\x2c','\xa1','\xa4','\x01','\xf0','\x24','\x01','\xcf','\x24','\x44','\xa2','\xf6','\x01','\x99','\x7d','\x44','\x89','\x73','\x98','\xaa','\x94','\x52','\x6d','\x5a','\x97','\xb0','\x4e','\x18','\x5c','\x1b','\x50','\xaf','\xd1','\x23','\xbf','\x5e','\xf5','\x22','\xba','\xca','\xb1','\xd8','\xc5','\x58','\xc7','\x21','\xf4','\x0c','\x7f','\xc0','\xea','\xf5','\xc1','\x88','\xa4','\x0b','\x46','\xb7','\xd2','\xf7','\xe9','\xe9','\xdc','\x6a','\xe0','\xe4','\x66','\xd6','\x48','\xb7','\x65','\xce','\x9c','\x81','\x57','\xe4','\x69','\x0a','\x29','\xed','\xd9','\x7e','\x8c','\xab','\xe7','\x8c','\x90','\x65','\x79','\x30','\x5f','\xf9','\x0c','\xc0','\x74','\x3a','\x81','\x4a','\x0b','\x77','\x08','\xf7','\x2c','\xb2','\xc2','\x26','\xcc','\xbc','\x8f','\xb5','\x89','\x60','\xb2','\xaa','\xa8','\xf2','\xaa','\xda','\x29','\x2f','\xa3','\xd3','\xc9','\x59','\xfe','\xb3','\x40','\x7e','\x98','\x77','\xbb','\x24','\x9a','\xa8','\xe1','\x82','\x73','\x21','\xbf','\x6b','\x79','\x74','\xdd','\xca','\xd7','\x8f','\xe6','\xc5','\x95','\xb6','\x7d','\x84','\xfa','\x5f','\x21','\xdd','\x02','\x91','\x91','\x4e','\x94','\x2c','\xac','\x42','\x37','\xfa','\x3c','\x6c','\x40','\x8a','\xdc','\x34','\x56','\x5a','\x6c','\xc5','\xaa','\xac','\xba','\x1e','\xd7','\x74','\x0b','\xef','\x0b','\xd6','\x11','\x82','\xcc','\xe5','\x93','\x51','\xf8','\xfd','\x43','\xc8','\x83','\xe7','\xba','\xc4','\x3b','\xb4','\x9a','\x64','\xbe','\x99','\x0f','\xb7','\xe7','\xab','\x08','\xad','\x7f','\x32','\xeb','\xea','\xda','\xee','\xa7','\x10','\xd2','\x9e','\xc3','\x62','\x4c','\x8f','\x73','\xd9','\xeb','\xfa','\x7d','\xcb','\xfb','\x46','\x5e','\x30','\x47','\x2a','\x9a','\x64','\xf5','\x5f','\x2e','\xaf','\xe1','\x2f','\xde','\x32','\xb3','\x7f','\x88','\x39','\x2c','\xd3','\x89','\x32','\x22','\x40','\x5d','\x11','\x5b','\xa8','\xab','\x5e','\xf9','\x78','\x19','\xba','\x10','\x0f','\x4f','\xdc','\x40','\x3a','\xa6','\x6b','\x03','\xbe','\xbd','\x48','\xba','\x91','\xe1','\x24','\xb8','\x11','\x63','\xd2','\x88','\x5b','\x30','\xd8','\xe0','\x15','\xad','\xb0','\x6b','\x3f','\x1f','\x92','\x34','\x2a','\x53','\xe8','\x0c','\x1f','\xee','\xf2','\xac','\x51','\x19','\xf3','\x89','\x39','\xf8','\x2f','\x48','\x02','\x48','\x14','\xe9','\xe1','\xfa','\x9e','\x59','\xa5','\xf5','\x4c','\x46','\x61','\xdc','\x6e','\xab','\x87','\x42','\xee','\x05','\xe4','\xb2','\xd9','\xcc','\x73','\x48','\x98','\x43','\x8f','\x73','\x08','\x51','\xbc','\x06','\x04','\x04','\x28','\x0c','\xd0','\xb7','\x13','\x84','\x21','\xbe','\x87','\xb5','\x80','\x5a','\x45','\x65','\xf6','\x1f','\x18','\x33','\x87','\xa0','\x32','\x24','\x29','\x87','\x3d','\x48','\xd2','\x89','\x8c','\x81','\x01','\x5c','\x82','\x49','\x6e','\x57','\x83','\xa4','\x04','\x44','\x2a','\x21','\xb2','\x14','\x19','\x57','\xfb','\x7d','\x1a','\x0d','\x8e','\xa4','\xa9','\xce','\x10','\x4a','\x12','\x06','\xc6','\x39','\x1a','\x0d','\x06','\x29','\x19','\x44','\xa2','\x4c','\xe2','\x44','\xaa','\xdd','\x67','\xa7','\x42','\xef','\x35','\x12','\x6a','\xb6','\x3e','\x33','\xf1','\x2a','\xfb','\x0d','\x26','\xf3','\x46','\x64','\x72','\x9b','\xaf','\x46','\xca','\x5c','\x7f','\x91','\x41','\xb1','\x7a','\xc1','\xd5','\x37','\x16','\xaf','\x29','\xd8','\x55','\x41','\x4b','\x7a','\x35','\xbc','\xf7','\x16','\xce','\xfa','\xe4','\xee','\x32','\x55','\x4b','\xf2','\x85','\x3e','\x33','\xb3','\x9c','\x4c','\xf1','\x6d','\x21','\xa0','\x06','\x77','\x01','\xdf','\x41','\x82','\xd0','\x8a','\x80','\x1f','\x35','\x3c','\x4d','\x59','\x0b','\x55','\x16','\x64','\xcd','\xe9','\x5e','\x70','\x0d','\x3a','\x0b','\x72','\x3c','\x68','\x7f','\xdd','\x9a','\x63','\xbf','\x62','\x6c','\xd9','\x9b','\xf9','\xa0','\x9b','\x59','\x34','\x7b','\xcc','\x95','\xa6','\x1a','\x39','\x76','\xde','\x41','\x7e','\xc9','\x59','\x79','\xb0','\xcd','\xc2','\x8f','\xcb','\xc8','\x90','\x41','\xeb','\xc4','\x2a','\x7b','\x32','\xbc','\x86','\xa0','\x3e','\x5c','\x16','\x0d','\x54','\xbd','\xc5','\x38','\xf9','\x71','\xa9','\x8f','\x9f','\x76','\xed','\x93','\x6d','\x97','\x11','\x2e','\x17','\x93','\x80','\x95','\xdb','\x04','\x07','\xd2','\xe8','\x2f','\xaa','\x72','\xec','\xfe','\x1f','\x6d','\x2e','\xce','\x13','\xb3','\xf7','\xc7','\xd9','\x8b','\xb8','\x8c','\x1b','\xff','\xa5','\xdb','\xd3','\x1c','\x39','\xc5','\x58','\x2e','\x0b','\xd5','\x0a','\x0c','\x87','\x60','\x02','\x92','\x03','\xde','\x9e','\x09','\xa1','\xbc','\x78','\x0a','\x21','\xfd','\x71','\x5a','\xfa','\xef','\xdf','\x5a','\x27','\x0b','\xa9','\x4d','\xde','\x1c','\x99','\xee','\xe6','\xc7','\x0e','\xec','\xce','\x64','\x80','\x74','\x26','\x94','\x98','\xd3','\xb6','\x34','\x39','\xb2','\x37','\x1c','\x45','\x20','\xec','\xef','\xd6','\xc9','\x44','\x41','\xf2','\xd6','\x91','\x2f','\x36','\x3b','\x15','\xf5','\x88','\xae','\x8d','\xbd','\x70','\xd7','\xe6','\xbb','\x3a','\x7c','\x37','\xc2','\xe6','\x49','\x98','\x88','\x6c','\xf1','\x83','\x57','\x94','\xb7','\x2c','\xfb','\xb2','\x7b','\x90','\xd8','\x0d','\xc6','\xba','\x54','\x5a','\x37','\x78','\xa4','\xc6','\x08','\xea','\x60','\x62','\xa9','\x5b','\x12','\x65','\xe3','\xaa','\xfb','\xea','\x19','\x60','\xcc','\x39','\xbd','\x95','\x78','\x33','\xb1','\x25','\xf3','\x7a','\x55','\x6d','\x4f','\x13','\x7b','\xdb','\xd6','\x83','\x19','\x2d','\xa8','\xe7','\xdc','\x67','\x5c','\x53','\x57','\x17','\xed','\x76','\xbb','\xda','\x09','\x82','\xca','\x48','\xc0','\x52','\x07','\xd9','\x51','\x39','\xe2','\x8a','\xee','\x4a','\x8c','\x17','\x65','\xb3','\x21','\x5c','\x3b','\x43','\x48','\x12','\x0e','\xde','\x10','\xe0','\x82','\x43','\x98','\xbd','\x40','\x4e','\xce','\x94','\x77','\x2d','\x33','\x4b','\xc9','\xf4','\xf9','\x2a','\xea','\x9e','\xda','\xd8','\x99','\x29','\x2f','\x70','\xa9','\x8a','\xab','\xd1','\x4c','\xd0','\x68','\x9a','\xd5','\xa5','\x7c','\xb3','\xb9','\x4c','\x38','\xb8','\xf5','\x16','\xc7','\xc0','\x33','\xa6','\x48','\x50','\xaa','\x56','\x89','\x84','\xe4','\x7a','\x76','\x5e','\xef','\x41','\x32','\xee','\x0b','\x5d','\xdb','\x02','\xe9','\xcc','\xa4','\x94','\x08','\xaa','\xca','\x3a','\xad','\xd3','\x1e','\x8a','\xed','\x9b','\xd0','\x03','\x6a','\x0e','\x33','\xe5','\x0f','\xbb','\x3f','\x43','\xee','\x13','\x4a','\x7f','\x33','\x30','\x16','\x9e','\x75','\x94','\x47','\xa9','\x46','\x54','\xeb','\xe6','\x35','\x61','\xe0','\x66','\x1f','\x91','\xf6','\xce','\x24','\x24','\xc0','\x32','\xd5','\xe6','\x38','\x63','\x90','\x5c','\xb7','\x79','\xc6','\xd5','\x33','\xdc','\x99','\x45','\x32','\xc9','\x5b','\xc6','\xe3','\xe4','\xcf','\x91','\x55','\x65','\x75','\x50','\x2c','\x47','\xbc','\xec','\xfd','\x34','\xc0','\x81','\xc4','\x9d','\x67','\x7b','\xd3','\x63','\x5e','\x5c','\x87','\x11','\x41','\xf8','\xc2','\x99','\x48','\xc1','\x4c','\x68','\xe1','\x96','\xaf','\x21','\xf9','\xa4','\x93','\xb9','\xa4','\x53','\x2b','\x3f','\xc6','\xd4','\x51','\xbf','\x8f','\xaa','\x3a','\x88','\x11','\xa3','\x20','\xbb','\xb1','\x9f','\x51','\x48','\x33','\x13','\x58','\x28','\xbb','\x1b','\x4b','\x31','\xad','\xb8','\xd8','\x92','\xf6','\xa2','\xcf','\x65','\x7c','\x49','\x5c','\x87','\x4c','\x75','\xc9','\x74','\x9e','\x89','\x72','\x95','\xab','\x7e','\x5c','\xc5','\x8e','\xe7','\xa1','\x86','\x2e','\x39','\xb4','\xa7','\x56','\x14','\x91','\x2a','\xf3','\x26','\x3f','\x34','\xf1','\xb1','\xa4','\x41','\x8f','\x6b','\xa6','\xd2','\x7c','\xf3','\x37','\x9e','\x9b','\xa2','\x79','\x4a','\xa0','\x93','\x4e','\xa8','\xc0','\x0d','\x9c','\xfd','\x9c','\x94','\x18','\x2e','\x21','\xb5','\x03','\x04','\x66','\xbe','\xb3','\xc4','\xae','\xf2','\x48','\x4d','\x82','\xc0','\xb5','\x37','\xcd','\xcc','\x94','\x31','\x38','\x6b','\x45','\x18','\x5e','\xa0','\x4d','\x85','\xb8','\x56','\x33','\x43','\xb6','\x8c','\x38','\x21','\x52','\x75','\x27','\x6d','\xb7','\xb7','\xfb','\x42','\x4c','\x1e','\x6d','\x35','\xc9','\xbc','\xaf','\x33','\x9b','\x5a','\xb4','\x6a','\xa4','\x57','\xa1','\x61','\x3d','\xa0','\x76','\x37','\xf0','\x7a','\x73','\xbf','\xcd','\x33','\xa6','\xaf','\x98','\x4c','\x68','\x59','\x12','\x66','\xa7','\x28','\x56','\xca','\xc8','\x4e','\x70','\x31','\xd6','\x37','\xa5','\x2f','\x51','\x62','\xcf','\xc9','\x3c','\x60','\xbc','\x4e','\x62','\x19','\x64','\x25','\xab','\xee','\x06','\x75','\x97','\x38','\x9d','\x0a','\xb6','\xb2','\x5a','\xb7','\x27','\x97','\x77','\xb8','\xb4','\xb7','\x5c','\x06','\x85','\x83','\x33','\xf2','\xb6','\x03','\x33','\xb4','\x84','\xb5','\x9c','\xf7','\x41','\xc0','\x21','\xde','\x3a','\x88','\x2b','\x9b','\xdd','\xef','\xcc','\x69','\x9f','\x96','\x9a','\x17','\xb7','\xfa','\x00','\x40','\xf5','\x1e','\x20','\xe5','\x12','\x92','\x7b','\xab','\x3e','\xb1','\x07','\x08','\xbd','\xc1','\xbc','\x14','\xdb','\x48','\xf5','\x3f','\x23','\x84','\x73','\xc5','\x42','\xdb','\xdf','\xca','\xfc','\x39','\x7d','\x55','\x2b','\x20','\xaa','\x41','\xd8','\x65','\x7d','\xa1','\xec','\x85','\x01','\x7d','\xb8','\x2a','\x97','\x6a','\x95','\x27','\x13','\x7a','\x55','\x28','\x51','\xce','\x12','\x18','\xc0','\x1b','\x4c','\x99','\xc6','\xe9','\x15','\xa1','\x44','\xaf','\x02','\xa5','\x5c','\x28','\x67','\x09','\x99','\xb6','\x95','\xd6','\x7f','\xca','\x3c','\x29','\xef','\x56','\x86','\xad','\xbb','\x9b','\xad','\xe3','\xa5','\x24','\x5c','\x15','\x90','\xd1','\xaf','\x30','\xa2','\xd8','\xd1','\x37','\x60','\x0c','\xe0','\x8c','\xc0','\x63','\x8c','\x21','\xe1','\x6a','\xa0','\x17','\x4c','\x1d','\xe4','\x2b','\x01','\x40','\x48','\x64','\x50','\x7b','\x83','\x38','\x67','\x60','\x89','\x50','\x32','\x89','\xb1','\x5c','\xa0','\x69','\xe5','\xc6','\x28','\xe4','\x6e','\x0e','\x3c','\xdd','\xbd','\x2a','\xef','\xb1','\x91','\xa2','\x6a','\xb0','\x59','\x4e','\xd4','\xcd','\x4b','\x0c','\xe1','\xa8','\xc7','\xbc','\x0f','\xfb','\xdd','\x95','\x3b','\xa1','\xa2','\x58','\x37','\x8f','\x0c','\xc8','\x65','\x94','\x8d','\x23','\x3f','\xbb','\x24','\xbf','\x5f','\x91','\x5d','\x19','\x0f','\x13','\x53','\x29','\xa2','\x79','\x0b','\x44','\x8c','\x2c','\x0d','\x58','\x88','\x2e','\xc6','\xcf','\x0b','\x79','\xcb','\xbf','\xc7','\xe2','\x1c','\x71','\xd9','\xc6','\xba','\xd7','\xff','\xba','\x46','\xa0','\x4b','\x29','\x5e','\x20','\x2d','\x19','\x12','\x4e','\x30','\xe5','\x45','\x95','\xa9','\xb1','\x51','\x1f','\x2d','\xa1','\xf6','\xbd','\xac','\x6c','\x05','\xc6','\x56','\x54','\x72','\x85','\x4f','\x9f','\xd9','\x62','\xf6','\xed','\x68','\x12','\xa4','\x5c','\x19','\x4b','\xa7','\x6c','\x2a','\xac','\x94','\xda','\xdb','\xab','\x77','\x4d','\x95','\xd8','\x90','\x25','\xa3','\xc8','\x9a','\xbd','\x14','\x05','\x58','\xa2','\xe4','\x8f','\xf0','\xd6','\xe1','\x0d','\x43','\xee','\x29','\x54','\x9b','\xc6','\xa9','\xcb','\xba','\x63','\x17','\x26','\xcf','\x5d','\x6d','\xb5','\x38','\x3b','\x52','\x87','\xd4','\xf8','\x4a','\xef','\xa0','\x7d','\x50','\x56','\x77','\x63','\x27','\x43','\x95','\x84','\x22','\x7c','\xa6','\x4b','\x5c','\xf9','\x35','\x27','\x70','\xa0','\xb4','\xab','\x47','\x9c','\x15','\x97','\xc8','\x60','\x56','\x99','\x9f','\xda','\x19','\x46','\x41','\x8e','\x7a','\xd7','\x01','\xb8','\x87','\x1f','\xd9','\xc9','\x01','\x43','\xa4','\xdd','\x01','\xa5','\x5b','\x5d','\x16','\x32','\x5d','\x5d','\xff','\x7e','\x7f','\x28','\xe6','\x4d','\x11','\x22','\x9d','\xaf','\xc0','\xc9','\x8e','\x34','\xd7','\xf4','\xaf','\x46','\xa3','\xe8','\xbc','\xad','\xd1','\x68','\x44','\x17','\x74','\x2a','\xbd','\xc0','\x0d','\xb4','\x02','\x74','\x15','\x22','\x36','\x73','\x20','\xc3','\x00','\x52','\xa9','\x11','\x9c','\x4b','\x7b','\x06','\x41','\xfe','\xde','\x59','\xe1','\x21','\x6b','\xdd','\x2b','\x0d','\x19','\x72','\x66','\x75','\x1c','\x76','\x25','\x84','\x80','\xec','\x28','\x8f','\x6f','\x59','\xc2','\x91','\x74','\x04','\x92','\x66','\xee','\x42','\xdb','\x38','\x4c','\x60','\x0c','\x90','\x09','\x43','\x92','\x71','\x70','\x2e','\x90','\xa5','\x6a','\x25','\x28','\xcb','\x94','\x32','\x2a','\x98','\x50','\x1e','\x68','\xf4','\xc6','\x4c','\x38','\x9b','\xcf','\xdc','\xbc','\xd8','\x0d','\x6d','\x4e','\xc3','\x1e','\x1a','\x0d','\xaa','\xad','\xcd','\x12','\x56','\x15','\x1e','\xfb','\x61','\xc5','\xe6','\x6b','\x89','\x90','\x54','\x3b','\x7b','\xb5','\xb9','\x09','\xe3','\xaa','\x0d','\x71','\xa6','\x76','\x0c','\x09','\xc7','\x04','\xd4','\x78','\xd4','\x52','\x92','\x48','\x80','\x81','\xe7','\xab','\x0c','\x40','\x64','\xa3','\xf7','\x70','\x10','\xeb','\xbb','\x2b','\xc5','\xeb','\xab','\xcb','\x53','\x72','\xb7','\xd7','\x89','\xbd','\x3a','\x70','\x07','\x52','\x6f','\xf3','\x94','\x13','\xc0','\x95','\x53','\xee','\x9d','\x60','\x13','\xb9','\xdf','\x36','\x64','\x57','\xfd','\xa3','\x56','\xde','\x8a','\x89','\x16','\x93','\xb2','\xb7','\xe2','\xa9','\xb9','\x4a','\x55','\x7e','\x2d','\x57','\xd6','\xc2','\x09','\xa8','\xe2','\x8f','\x11','\x00','\x73','\xbe','\xb8','\xe6','\x2f','\xcc','\xbd','\x77','\x15','\x0a','\x4e','\xa7','\xbf','\xe6','\x2b','\x28','\xa6','\xe1','\xe9','\x73','\xf5','\xb8','\x72','\xf6','\xc4','\x93','\x9c','\xc0','\x1b','\x1d','\x7e','\x45','\x6a','\xcc','\x7b','\x77','\xb0','\x79','\xb3','\x1c','\xc1','\xcc','\x14','\x30','\xd8','\xb1','\x17','\x9a','\xc4','\x48','\x25','\x34','\x3d','\x72','\x67','\xc9','\x91','\x76','\xf6','\xa0','\x56','\x82','\x98','\x47','\x84','\xa4','\xdb','\xae','\x4d','\x75','\x78','\x4a','\x84','\xd3','\x5f','\xec','\x44','\x55','\x90','\x6f','\x69','\xfa','\x89','\x4e','\x4f','\x4f','\x42','\x99','\x1e','\x18','\xf6','\x41','\x77','\x96','\x3f','\x37','\x89','\xce','\x43','\xb8','\xa2','\x75','\xb9','\xba','\x97','\x17','\x7f','\x4c','\xfe','\x48','\x14','\x65','\x56','\x51','\x05','\xab','\x8e','\xbc','\xcf','\x8c','\xf9','\x3a','\xa2','\x4b','\x16','\x7b','\x48','\xc3','\x14','\x0c','\x2c','\x52','\x99','\x83','\x0c','\x5e','\xce','\xb3','\x2c','\x27','\x1c','\x9e','\x79','\x7c','\x59','\x3d','\xf9','\xec','\x19','\xe1','\xdb','\x95','\xa5','\x3f','\xf2','\x64','\x19','\x8c','\x7e','\xc9','\x0a','\xf7','\xec','\x77','\xf3','\x3c','\x93','\x76','\xb5','\x48','\x5d','\x63','\x68','\x36','\x8b','\x64','\xa7','\xcc','\xa3','\xb5','\x25','\x40','\x69','\x9a','\x16','\x6c','\xe4','\xca','\xbd','\xc1','\xc5','\x72','\xbf','\x8c','\xe8','\xb7','\x87','\xac','\xf2','\x18','\x10','\x4d','\xde','\x79','\x51','\x8c','\xeb','\xd9','\xa8','\x06','\xd7','\x1e','\xe1','\xd4','\x53','\x46','\x11','\x54','\x5f','\xf4','\x6c','\x4b','\xd8','\x3b','\xad','\x2e','\xe2','\x28','\x9e','\x32','\x3f','\x4f','\x88','\xa7','\x19','\x92','\x2c','\x41','\xd6','\x4c','\x30','\x26','\x80','\xa4','\x69','\xce','\x10','\x52','\xcb','\xe3','\x49','\xa2','\xcc','\xf0','\x32','\x7d','\xd0','\x6a','\x9a','\x02','\x19','\x13','\x10','\x42','\xb9','\xe7','\x66','\x42','\xcf','\x9c','\x99','\xa4','\x8d','\xf0','\xb3','\xc5','\x70','\x07','\x16','\xa3','\xe0','\xe4','\x0b','\xfc','\x5d','\xeb','\xa1','\x2e','\xa2','\x9a','\x29','\xa1','\x0c','\xcb','\x3d','\xa8','\x54','\xa5','\x6c','\x66','\x1d','\x2d','\x98','\xd3','\x74','\x84','\x44','\x7e','\x88','\x6a','\x7e','\x60','\xa6','\x64','\xca','\x95','\xbb','\x60','\xf9','\xea','\xa3','\x71','\x61','\xab','\x9e','\x15','\xaa','\x5d','\xd9','\x4d','\xcb','\xa1','\xa6','\x12','\x6b','\x71','\xc1','\x5d','\xe6','\x8c','\xf7','\x65','\x61','\xc2','\x2b','\x96','\x70','\xd5','\x6c','\x78','\xb1','\x60','\xab','\x32','\x81','\x54','\x96','\xa6','\x7f','\x3d','\x9a','\x35','\x5d','\xec','\xd8','\x59','\x3e','\xae','\x69','\x8c','\x79','\xde','\x70','\x5b','\x69','\x34','\x9e','\xb2','\xaa','\x32','\xa2','\x4b','\x04','\x01','\xbc','\xa6','\xc2','\x4a','\xef','\xc5','\xe2','\x73','\x27','\x5e','\x7c','\x65','\xc2','\x19','\x2b','\x43','\x82','\x34','\x62','\x32','\x24','\xda','\x64','\x7a','\x8c','\x83','\x05','\x7f','\x25','\xad','\xb9','\x34','\xbd','\x55','\x41','\xbf','\xba','\x59','\xdd','\xca','\xd1','\x63','\x96','\x21','\x0a','\xe6','\x51','\x7f','\xff','\x8f','\xeb','\x35','\x2f','\xa8','\xb9','\x88','\xf2','\x3f','\xa8','\x40','\xad','\x12','\x05','\x5e','\x75','\x78','\x5d','\x8f','\x79','\xd7','\x9c','\x2d','\x4d','\x3a','\x5b','\xcc','\xba','\xfc','\xe6','\xdc','\x1c','\x73','\x01','\xeb','\xf9','\x4e','\x0a','\x3d','\x71','\x29','\x8c','\x2e','\x67','\x36','\x94','\xeb','\x15','\x2f','\x1b','\x97','\x3f','\x72','\x57','\xb7','\x17','\x93','\xb8','\xe3','\xdc','\x06','\xda','\x8b','\x17','\xec','\x2d','\x5b','\x66','\x4f','\x99','\xb5','\x84','\x43','\x16','\xfa','\xac','\x57','\xde','\xc8','\x9d','\xbe','\x50','\xe7','\x71','\x5b','\xe0','\x50','\x98','\xd4','\x7c','\xe1','\x03','\xb6','\x8b','\xe8','\xca','\x56','\x1f','\xc5','\x8e','\x37','\xd1','\x2e','\x99','\xeb','\x31','\xef','\xd6','\xa4','\xda','\x36','\xc6','\x20','\x12','\x09','\x47','\x57','\x35','\x1f','\x4e','\x07','\x0c','\xca','\x55','\x28','\xbb','\xf3','\xd3','\xcb','\x1a','\xf3','\x09','\xb5','\x0d','\xac','\x1b','\x97','\xef','\xb8','\x43','\xed','\x2b','\xf6','\x1e','\x67','\x86','\xb4','\x17','\x0b','\x6c','\x09','\x90','\x94','\x12','\x59','\x96','\xd9','\xc0','\x80','\xda','\x38','\x44','\x18','\x0c','\xee','\x7b','\xcf','\xb7','\xd4','\x28','\x65','\x90','\x73','\x86','\xe6','\x58','\x02','\x29','\x81','\x14','\x80','\xec','\x88','\x7c','\x66','\x47','\xa8','\x06','\x62','\xdd','\x08','\xaa','\x18','\x74','\x3c','\x8e','\xc8','\x70','\xdf','\x29','\xd3','\xc2','\x0e','\xda','\x3c','\xae','\xa3','\x0d','\x86','\x85','\x44','\x92','\xe9','\x73','\x0f','\xec','\x6a','\x10','\xd0','\xe0','\x89','\x3d','\x90','\x95','\x69','\xcf','\x74','\xae','\xb3','\x04','\x64','\xc8','\x6d','\x8b','\x25','\xc0','\x5c','\xc5','\x54','\xa7','\xe7','\x4e','\x42','\xe4','\xbd','\xd0','\x61','\x64','\x15','\xf5','\x51','\x0a','\x37','\x00','\x0b','\x3e','\x47','\x66','\x14','\x5f','\xe7','\x70','\xf9','\xb6','\x23','\xeb','\xa2','\x32','\xb3','\x86','\x20','\xcd','\xcd','\xe2','\x74','\x27','\xe0','\x4a','\x30','\x99','\xb3','\x4b','\x72','\xd7','\xaf','\xd0','\x7b','\xdd','\x54','\xbb','\xcd','\xb4','\x29','\x88','\x72','\x97','\xcd','\xb5','\x39','\x1c','\x43','\x89','\xc4','\x2f','\x85','\xdd','\x68','\x59','\x27','\x6c','\xc5','\xaf','\x32','\x48','\x57','\xd0','\xd7','\x7c','\x72','\xb9','\x9b','\xb2','\xdb','\x1d','\xdd','\x6e','\x69','\x11','\x79','\x9f','\xe1','\xfe','\x2a','\x1b','\x8f','\xe5','\x1b','\xf9','\xc0','\xa3','\xfa','\x72','\xfe','\x22','\x8c','\x32','\x65','\x12','\xf3','\x14','\xca','\x58','\x61','\x65','\xc9','\x0f','\xcd','\xae','\xa2','\x79','\x36','\x7b','\x1e','\x64','\xfe','\x3d','\x7c','\xbc','\xa0','\x5c','\x95','\x32','\x20','\x47','\xf1','\xed','\x42','\xb8','\x96','\x65','\x46','\x21','\x9e','\x9d','\x5a','\xf0','\xc4','\xa1','\x62','\xad','\x70','\x9d','\x5a','\xf4','\xcf','\x32','\xd6','\x38','\x8c','\xee','\xa5','\x57','\x43','\x00','\x5b','\x35','\xde','\xfe','\x9f','\x84','\x3b','\x8d','\x7f','\x39','\xde','\x6d','\x1d','\x04','\x3a','\xb7','\x69','\x8d','\x76','\xa6','\x3d','\x34','\x2b','\x03','\x0a','\xfb','\x2e','\xa5','\x9e','\x94','\x90','\x52','\x1d','\xaa','\x2a','\x21','\xc1','\x75','\xd9','\x85','\x75','\xac','\xa4','\xf7','\x12','\xd9','\x3d','\xc4','\xf9','\x0a','\x92','\x25','\x55','\x3a','\x4e','\x2f','\x45','\x33','\x81','\x10','\xd5','\x53','\x65','\xce','\x74','\xf4','\x24','\x55','\x5e','\x06','\x20','\xf7','\x20','\xa7','\xbb','\x33','\xcb','\xcf','\x8f','\xf1','\xac','\x5d','\xbc','\xf2','\x94','\x4f','\x90','\xf4','\x82','\x30','\xaa','\x9e','\xf4','\x0d','\xf7','\x62','\x6c','\x8f','\x61','\xd8','\xad','\x22','\x3c','\xa0','\x7b','\xdc','\xe6','\x06','\x8b','\x16','\xdb','\x45','\x6c','\xab','\x8c','\x9f','\x99','\x3c','\x3e','\xff','\x1d','\x68','\xa1','\x15','\xd3','\xa5','\xaa','\xb2','\x54','\x92','\x19','\x5b','\x15','\xd2','\xbf','\x60','\xa3','\x94','\xd0','\xa7','\x9f','\xe7','\x15','\x64','\x48','\xb6','\x59','\xa5','\x36','\x47','\x63','\x58','\xab','\xca','\x60','\x4c','\xee','\x3a','\x5f','\x18','\x13','\x69','\x86','\x64','\xbb','\xef','\x3b','\xf0','\x5e','\x2d','\xa5','\x44','\x9a','\xa6','\x05','\x2f','\xd7','\x40','\xc4','\x09','\x82','\xab','\x5c','\x97','\xf9','\xce','\x26','\xd4','\x83','\x2b','\x5f','\x63','\xcd','\xca','\x1e','\xc8','\xa6','\xf7','\xee','\x28','\xa6','\x2b','\xf5','\xc0','\xee','\xcc','\x5e','\x05','\xc4','\xd7','\x5c','\x0b','\x05','\x93','\x71','\x9a','\x60','\x67','\x88','\xa4','\x72','\x9b','\x2d','\x84','\x04','\x4f','\x39','\xb2','\x26','\x47','\x53','\x24','\xea','\x30','\xd5','\xc4','\x98','\x02','\x70','\x34','\x98','\x9a','\x1d','\xcb','\x32','\x81','\x24','\x95','\x48','\xb9','\x00','\xeb','\x64','\x60','\x4c','\xed','\x11','\x12','\x12','\x90','\x99','\x6e','\xcb','\xcc','\x69','\xdc','\x26','\x11','\x3b','\x1d','\x5c','\x5e','\x0f','\x55','\x32','\xa4','\x12','\x61','\xc7','\x5f','\xcb','\xe3','\x7a','\x9d','\x7c','\x0f','\x69','\x30','\xee','\x57','\xb7','\xf2','\xaa','\x3b','\x36','\xcb','\xd3','\xe5','\xe1','\x7c','\xf0','\x36','\x8f','\xc7','\xce','\xd7','\x90','\xf9','\x79','\x02','\x66','\x1c','\xd4','\x26','\x72','\x5c','\x13','\x6c','\x61','\x07','\x68','\xd5','\x1f','\x20','\x39','\xa4','\x14','\xb9','\xfb','\x5a','\xae','\xce','\x0f','\x2a','\xe8','\xc7','\x35','\xcb','\x59','\x56','\xaa','\xbe','\xab','\x7f','\xc4','\xcc','\x85','\x5d','\xf2','\xe1','\xcd','\xdc','\xc5','\xc2','\x84','\x57','\x22','\x83','\xa6','\x59','\x71','\xf1','\x95','\xb4','\xfc','\x57','\xe1','\x39','\x3d','\x20','\x33','\xb7','\xbf','\x56','\x54','\x91','\x97','\xa4','\xb3','\x72','\x53','\xe8','\xee','\xa6','\x39','\x18','\xad','\xcd','\x25','\x66','\x55','\x91','\x56','\xa5','\x1f','\x90','\xd6','\x9e','\x65','\x53','\x55','\xdc','\x95','\xf7','\x8b','\x29','\xa9','\x32','\x77','\x6f','\x4b','\x6b','\x55','\x04','\x5a','\x84','\x8a','\xdd','\x30','\xe0','\x29','\xf7','\xb0','\xab','\x1e','\x8a','\xfc','\x70','\xeb','\x78','\x28','\x31','\x2b','\x40','\xb1','\xc7','\x11','\xbc','\xaa','\x55','\xe9','\xd6','\x21','\x99','\x50','\x1f','\xb9','\x31','\xba','\xa7','\xe2','\xe6','\xe6','\x7b','\x5a','\xde','\x2a','\x71','\xa9','\x89','\x90','\xa9','\x07','\x87','\xf0','\x48','\x48','\xc7','\xe9','\x51','\xec','\x3e','\xe0','\x9b','\x2f','\xe5','\x5e','\x3e','\xdd','\xdf','\xcc','\xd1','\x51','\x62','\xbd','\xd0','\x6e','\x03','\xd2','\xb2','\xc7','\x95','\x05','\xcc','\xf9','\x6d','\x9f','\x09','\xcd','\x9b','\x75','\x16','\x7a','\x7e','\x05','\x25','\x6d','\x2a','\xd6','\xb7','\x2b','\x9b','\x5f','\x6c','\xc6','\xac','\x8c','\xa3','\xc5','\x64','\x41','\x17','\x12','\xd6','\x8d','\xfc','\xd4','\x86','\x67','\xdf','\x98','\xb7','\x0d','\xd3','\xf6','\x9d','\x0a','\x8e','\x64','\xa0','\xf2','\x42','\x01','\xa5','\x13','\x89','\x9a','\xd4','\x7a','\x84','\x8d','\xb9','\xfa','\x80','\x33','\x35','\x63','\xb3','\xe9','\x78','\x21','\xad','\x9a','\x9d','\xec','\xb9','\x8e','\x64','\x21','\x3e','\x21','\x44','\x94','\xcf','\x14','\x9c','\x20','\x84','\x28','\x1f','\x10','\x96','\x43','\x82','\x8d','\x2e','\x86','\x55','\x5a','\x43','\x88','\xcd','\x3e','\x20','\x29','\x98','\xad','\x64','\xab','\xec','\x99','\x34','\x23','\x12','\x3a','\xf0','\x4d','\x64','\xe5','\x54','\x30','\xa9','\x62','\x43','\x49','\x09','\xc8','\x4c','\x42','\x8a','\x0c','\xc6','\xdd','\x76','\x22','\x12','\xc8','\x06','\x47','\xa3','\x01','\x6d','\x5a','\xc4','\xb5','\x67','\x3a','\x0e','\x91','\x48','\xb0','\x24','\xb3','\x84','\x28','\x4b','\x33','\xb5','\x2a','\xa4','\x4d','\x94','\xc0','\x84','\x9d','\x49','\x52','\x26','\xc8','\x79','\x6a','\x51','\xdf','\xf6','\x86','\xed','\x07','\x75','\x50','\x89','\x58','\x60','\x77','\x74','\xea','\x79','\xb6','\x65','\x0d','\x61','\x50','\x0d','\xbe','\x46','\xb4','\xb1','\xea','\x8d','\x45','\x95','\xdf','\x93','\xce','\x35','\x7f','\x70','\x36','\x42','\x3c','\x1f','\x08','\x1c','\xe5','\x55','\xb7','\x0d','\xe9','\x0c','\x9c','\xee','\x68','\x6d','\x4d','\x27','\x98','\x19','\x10','\x99','\x5e','\x19','\x02','\x20','\x94','\xa7','\x43','\x33','\x48','\x67','\x42','\x9b','\x65','\x72','\xa6','\xdc','\xc7','\x2b','\xf7','\x70','\x30','\xfb','\xda','\xdc','\xb2','\x85','\x65','\x92','\xb2','\xa7','\xaa','\x5a','\x31','\x0c','\x33','\x4f','\x6e','\xff','\x2f','\xc4','\x5e','\x3b','\x21','\xf5','\xae','\xc2','\x09','\x17','\x4b','\x7e','\x1c','\x9b','\x7f','\xdb','\xaf','\x19','\xe0','\xbb','\x0f','\x96','\x9e','\xe2','\x22','\xf5','\x94','\x75','\x69','\x16','\x2c','\x77','\x8a','\xb7','\x31','\x3b','\x63','\x6d','\xae','\x98','\x55','\x1f','\xd7','\xe4','\xa6','\x66','\x9f','\xa9','\x5b','\x0d','\xc5','\xba','\xcc','\xf3','\x19','\xbb','\xc4','\xcc','\x8f','\x21','\x31','\xea','\xbc','\xb4','\xa3','\xd8','\x6a','\x97','\x19','\xc3','\x18','\x68','\x65','\xee','\x28','\xc0','\xb4','\x5b','\xce','\xb5','\xd7','\xd5','\xc4','\x31','\xa5','\xd5','\xca','\xdc','\xaa','\xcd','\x5d','\x30','\xef','\x23','\xbc','\x5c','\x0c','\xee','\xf6','\x35','\x06','\x2b','\x3b','\x2d','\x69','\x36','\xb7','\x2c','\x89','\x61','\xde','\x64','\x81','\x47','\x74','\xb8','\x43','\x78','\x02','\xd3','\x39','\x15','\x9c','\xf9','\x75','\x08','\xd8','\x67','\x99','\xcc','\xe5','\x80','\x95','\xb7','\xe1','\x7b','\x73','\xf2','\xa6','\x26','\x2a','\xf4','\x58','\x60','\xe4','\x82','\x91','\xf9','\x5e','\x01','\x9d','\x49','\x93','\x48','\x94','\x05','\x62','\xd8','\x03','\x7a','\x7f','\x46','\xfa','\xdf','\x64','\xd8','\x1f','\x9d','\xf2','\x85','\xa9','\x74','\x6b','\xbb','\x96','\x00','\x74','\x6f','\xe4','\x85','\x49','\x6e','\x8f','\x54','\x59','\xa9','\x18','\x46','\x1f','\xff','\x61','\x06','\xc2','\x32','\x59','\x15','\x7b','\x2e','\xd4','\xb7','\x6a','\xf5','\x4b','\x66','\x1b','\xa1','\x47','\x7c','\x00','\xc0','\xec','\x79','\x37','\x7a','\x82','\x7d','\xd7','\x79','\xb8','\xc2','\x9e','\xa8','\x5c','\x45','\xae','\x05','\x1e','\xd9','\xef','\xc3','\x39','\x8f','\x9e','\x6b','\xea','\x11','\xa0','\x70','\xa3','\x10','\x79','\x81','\x1b','\x10','\x55','\x0d','\x87','\x31','\xdd','\x98','\x83','\x59','\x18','\x7b','\xbb','\x28','\x05','\xec','\xaa','\x90','\x4b','\x78','\xaa','\x94','\xbb','\x20','\x4d','\x91','\x09','\x74','\x84','\xf2','\xf8','\x26','\x32','\x0e','\x21','\x12','\xa5','\x4c','\x72','\xae','\xcd','\x03','\x72','\x97','\xc5','\x9c','\x31','\x70','\xa1','\x6d','\xa6','\x53','\x01','\x9e','\x6a','\x07','\x0b','\x19','\xec','\x7e','\x8d','\x7c','\x19','\x5d','\xcf','\x08','\x9b','\x7c','\x99','\xf6','\x6b','\x32','\xd6','\x4b','\xeb','\x25','\x8c','\x1c','\xac','\xbc','\xac','\x23','\x38','\x9d','\xfb','\xe6','\xac','\x09','\x7f','\x13','\xac','\xba','\xa6','\x64','\xb1','\x1e','\x10','\xa5','\xf5','\x1f','\xa7','\xdb','\xbd','\x9a','\x1c','\x60','\x0c','\xfa','\xac','\x20','\x00','\x52','\xda','\x4f','\x65','\x30','\x27','\xc0','\x18','\xf7','\x9c','\x89','\x94','\xe5','\xdd','\xcd','\xfa','\xba','\x68','\x86','\xa1','\x5c','\x89','\x6a','\xec','\x3a','\x68','\x85','\x0c','\x8a','\xd5','\x05','\x43','\xee','\x35','\xab','\x18','\x28','\x50','\xcc','\xab','\xda','\x82','\xdb','\x68','\x2c','\x27','\x72','\x94','\x4e','\x23','\xcb','\x9c','\xf0','\x81','\xca','\x61','\x5f','\x58','\x61','\xc7','\x80','\x8c','\x64','\xab','\x0f','\xad','\x68','\x10','\xbd','\x77','\x35','\xdb','\xd1','\xaa','\x2a','\xed','\x23','\x0c','\xe9','\xfe','\x99','\xb1','\x49','\xb7','\x39','\x4b','\x82','\x8c','\xf7','\xb7','\xf5','\x50','\x7f','\x65','\xdd','\xd0','\xc8','\x54','\x4d','\x92','\xf2','\xfd','\x3e','\x2a','\xa4','\x99','\x1d','\xb7','\x4e','\x13','\x74','\x87','\xe2','\x52','\xe9','\x06','\xa6','\x7f','\xd9','\xf3','\x09','\xcd','\x6f','\xe1','\x92','\x2b','\xf8','\xdd','\x34','\xaa','\x58','\xfb','\xfd','\x56','\xb8','\x97','\x74','\x58','\x4f','\xdf','\xc9','\x99','\x86','\x0a','\x62','\xe3','\xcc','\x77','\x28','\xe5','\x93','\x30','\xbd','\xa1','\xaf','\x67','\xaa','\xe4','\x65','\xa9','\x5c','\x95','\x5e','\xdf','\xac','\x3b','\x39','\x33','\x08','\xaa','\xc4','\x9f','\x9b','\x7c','\xe1','\xd5','\x2c','\x73','\x1f','\x60','\xee','\x17','\x57','\x05','\x60','\x40','\xd1','\xeb','\x88','\xb4','\xff','\x99','\x43','\xf2','\xbd','\xed','\x1e','\xf6','\x5a','\x75','\xba','\xbc','\xe0','\x91','\x90','\xa1','\xd9','\x6c','\x76','\xdf','\x03','\x14','\xda','\xc8','\x19','\xc6','\x14','\xab','\x27','\x3f','\x5b','\x23','\xaa','\x56','\x94','\x34','\x52','\x19','\xb9','\xdd','\x4f','\x94','\x91','\xa8','\xa3','\x28','\xbd','\xcf','\x9c','\x33','\x52','\x62','\x19','\x33','\x42','\xc6','\x65','\xc9','\xc1','\xa6','\x6c','\xe6','\xb5','\x32','\x58','\xa9','\xe1','\xea','\x44','\xee','\xa4','\x8c','\x94','\x12','\xb2','\xa3','\xce','\x0f','\x12','\x99','\x44','\xa3','\xc9','\x21','\x9b','\x40','\xa3','\xa1','\x0e','\x51','\xe5','\x1c','\x00','\x53','\x7b','\x2d','\xb8','\x50','\x9e','\xe2','\x38','\x17','\xea','\x40','\xd5','\x8c','\x81','\xa5','\xcc','\x1e','\xac','\x6a','\xc9','\x8f','\xbb','\x22','\xa4','\x5a','\xb0','\xca','\x91','\x74','\x84','\x95','\xb3','\x3c','\xd4','\xd3','\x84','\xc2','\x30','\x66','\x04','\x09','\x1e','\xea','\x54','\x65','\xa9','\xe0','\xb4','\x54','\x25','\x1e','\xde','\x9f','\xc9','\x71','\x9f','\x30','\x3f','\x72','\xe5','\xc3','\x3b','\x8c','\xcf','\x23','\xf6','\xfa','\x4c','\x20','\x68','\x07','\x20','\xe6','\x3c','\x0f','\xad','\x0a','\x8b','\x4c','\xa8','\x7d','\x41','\x5c','\x42','\x26','\x1c','\x12','\xea','\x6c','\xad','\xd0','\x43','\x5c','\x4c','\xc6','\x7b','\x5c','\xa1','\x4b','\x45','\xf4','\x22','\x27','\x96','\x5d','\x9f','\x62','\xb1','\x1f','\x55','\xb3','\x1f','\x3e','\xfc','\x41','\x23','\x52','\x70','\xe9','\x7c','\x14','\x04','\x92','\xf9','\x99','\xbb','\x24','\x77','\x93','\x8d','\xf7','\x67','\xe6','\xa5','\xc9','\xa0','\xdf','\xb7','\x1e','\xc0','\xec','\xac','\x74','\xed','\x3c','\xc7','\xf2','\x53','\xf5','\x70','\x49','\x06','\x63','\x41','\x22','\xf1','\x0c','\x7a','\xb6','\x60','\x24','\xc6','\x78','\x22','\x01','\xb7','\xeb','\xf6','\x3e','\xed','\xc6','\x73','\xc7','\xd6','\xbe','\x76','\xd2','\xb2','\xd6','\xe5','\x95','\x45','\x59','\x26','\xfa','\x55','\x2b','\x34','\xfb','\xb1','\xe6','\xb3','\x30','\x26','\x70','\x08','\x1c','\x1f','\xa0','\x50','\xdf','\x6b','\x81','\x13','\x79','\xca','\xb5','\x96','\xb6','\xb9','\x92','\xe8','\x17','\xc6','\xe3','\x24','\x9a','\x0c','\x99','\x9b','\xaa','\x9a','\x18','\xc0','\xa5','\x47','\x8c','\x72','\xb3','\x39','\x40','\x0a','\x01','\xe9','\x7a','\x9d','\xd3','\xee','\xbf','\xbc','\xf1','\x1e','\x70','\xfe','\xf9','\x2f','\xcd','\x6b','\xa3','\x05','\xfd','\xcb','\x7f','\xb9','\xc5','\xbd','\x20','\xcc','\x19','\x0f','\xa4','\x57','\x8e','\x68','\x57','\xb2','\x81','\xbd','\x58','\xbd','\xaf','\xde','\xeb','\x66','\xfd','\x34','\xb0','\x88','\x12','\x19','\xb9','\x1f','\x55','\xd0','\x63','\xba','\x5d','\x1f','\xe8','\x39','\xc7','\xce','\xb8','\x1a','\xf0','\xcb','\xde','\x15','\x81','\x9e','\xe0','\xea','\xaa','\x26','\x03','\x5a','\x7a','\x31','\xf5','\xbe','\x54','\xf3','\x33','\x4a','\xa1','\xb3','\x1f','\xca','\xf1','\x1a','\x1a','\xae','\x82','\xab','\xc9','\x1f','\x43','\xea','\xe3','\x2c','\xa4','\xa0','\x9b','\x48','\x09','\x21','\x44','\xf5','\x39','\x40','\x69','\x9a','\x16','\x96','\x88','\x2a','\xed','\xf2','\xc2','\xc2','\x46','\x93','\x1e','\x21','\xf4','\xae','\x33','\xf4','\x1c','\xb5','\x25','\x2a','\x81','\xe6','\xc7','\xfc','\x9f','\xde','\xcc','\x8d','\xbb','\x34','\xcf','\x38','\x53','\xa4','\x41','\x18','\x11','\x91','\xbb','\xc1','\x34','\x1d','\x9f','\x99','\x83','\xd1','\x0a','\x90','\xf0','\xd6','\x97','\x6d','\x8a','\xc5','\x71','\x56','\x68','\xaf','\x30','\x42','\xa6','\x90','\x22','\x81','\x90','\x80','\x10','\x1c','\x49','\x03','\x7a','\x36','\xdd','\x98','\x44','\x4a','\x70','\xae','\xce','\x13','\x4a','\x33','\x86','\x2c','\x55','\x27','\x55','\x67','\x2c','\x03','\xe3','\x52','\x2b','\xa2','\x12','\x99','\x49','\x4a','\xe4','\x0d','\xde','\x9e','\xd7','\x62','\x2f','\xb9','\x1b','\xfe','\xe2','\x0d','\xb7','\x56','\x25','\xf7','\xa2','\x95','\xae','\x77','\x0c','\xb1','\x2e','\x6a','\x47','\x15','\xbc','\x3f','\x8b','\xb0','\x61','\x97','\x04','\x33','\x92','\xcd','\x1d','\x8a','\x63','\xad','\xc1','\x4e','\x0c','\x70','\x06','\xed','\x35','\x1b','\xd6','\x2c','\x43','\xaf','\x62','\xaa','\x41','\x58','\x91','\x21','\x24','\x86','\xbc','\x33','\xaf','\xcf','\x15','\xa2','\x2e','\xd3','\xdc','\x23','\xf9','\x75','\x6d','\xd4','\x4b','\xeb','\xa5','\xa2','\xac','\xdd','\xda','\x75','\xed','\xd7','\x56','\x2b','\x60','\x9c','\x1c','\xc4','\x66','\x31','\xc3','\xaa','\x08','\xbd','\xf1','\x44','\x95','\x7f','\x66','\x48','\x0b','\x2b','\xac','\x3e','\x78','\xe6','\x6b','\x25','\xac','\xc2','\xfe','\x12','\x3a','\xae','\x1a','\x63','\x4b','\x94','\x87','\x79','\x0c','\xb6','\x0c','\x81','\x5b','\xde','\x48','\x9e','\x63','\x79','\xf4','\xef','\xe4','\x0f','\xc4','\x1e','\xf5','\xe4','\x56','\x59','\x76','\x6a','\xe5','\x75','\x00','\x68','\x25','\xb4','\x9f','\x61','\x77','\x3d','\x8b','\x4f','\xa5','\xdc','\xcb','\xb8','\x22','\x6a','\x37','\x9f','\x20','\x97','\x13','\xce','\xf8','\x6a','\x95','\xc4','\x65','\xa8','\xa0','\x7e','\x57','\xee','\xca','\x9e','\xf3','\x95','\xf9','\x12','\xfd','\xdf','\x11','\x62','\xd2','\xc8','\x46','\x1d','\x9f','\x69','\x3b','\x46','\x99','\xb4','\xe7','\x05','\x49','\x5d','\x7f','\x9c','\x5b','\x0f','\x72','\x52','\x02','\x92','\x3b','\x9f','\xc6','\x3c','\x19','\x39','\x19','\x52','\x69','\xba','\x8a','\x2c','\xf2','\x36','\xaa','\x09','\x98','\xfb','\x4a','\xca','\x26','\x65','\x6c','\x79','\x03','\x4e','\xa5','\xbc','\x81','\xfa','\xe7','\x18','\x59','\x11','\x11','\xb5','\xbf','\x2f','\x22','\x17','\x4f','\xfe','\xa8','\x13','\xab','\x60','\xf7','\x5c','\xc6','\x5a','\xa8','\x08','\x5b','\x10','\x61','\x43','\x86','\xe1','\x0d','\x51','\x76','\xe3','\x33','\xbf','\x5a','\xe2','\x62','\x38','\x79','\x64','\x85','\x9f','\xe1','\xf0','\x6b','\x56','\x65','\xa4','\xce','\x99','\x7a','\xdd','\x79','\xa8','\xc2','\xd8','\x94','\xdf','\x80','\xbb','\x8a','\x94','\xcf','\xab','\x4a','\x08','\xbd','\xdd','\xc3','\x06','\xd5','\x8b','\x3b','\xa1','\x97','\x6b','\xc0','\x21','\x40','\xf6','\x54','\xef','\xf5','\x84','\xe5','\x6e','\x75','\x65','\x71','\xbb','\x03','\xb7','\x0c','\x2e','\xfb','\x6f','\x50','\x91','\x8d','\x84','\x21','\x69','\x24','\xe0','\x89','\x32','\x31','\xcb','\xb9','\xaf','\x13','\x91','\x8c','\x14','\x20','\xa2','\xe8','\x75','\xeb','\xb0','\x9e','\x37','\x0f','\x21','\x91','\x42','\x40','\xb6','\xd5','\xac','\x3a','\x4f','\x15','\x19','\x6b','\x34','\xb8','\x25','\x65','\x49','\x02','\x70','\x9e','\x80','\x67','\x0c','\x59','\xc2','\x91','\x25','\x02','\x59','\xa2','\xf6','\x07','\xa5','\x29','\x83','\xc8','\x04','\x00','\xe5','\xc2','\x5b','\x30','\x80','\x59','\x97','\x9b','\xb9','\xe0','\x8b','\xa6','\x5d','\x52','\x5d','\x3d','\x61','\x84','\xf9','\xf6','\x55','\x07','\x3d','\xea','\xc5','\x14','\x47','\xd3','\x0d','\xa2','\xef','\xd9','\x1d','\x28','\x61','\x06','\x3f','\x09','\xc1','\x4d','\x78','\xad','\xbc','\x26','\xba','\x37','\x48','\x7d','\x80','\xaa','\xb6','\x57','\xcf','\x32','\xb5','\x8f','\x4e','\x0a','\xa9','\x36','\x38','\x37','\x14','\x49','\x8f','\xa2','\x06','\x89','\x8e','\xe9','\xda','\x3d','\xad','\x06','\xb0','\xe0','\x6b','\xaf','\x6d','\xb4','\x0f','\xb2','\xe3','\x9b','\x92','\x99','\x3d','\x32','\xe5','\x71','\xe7','\x55','\x1e','\x97','\x29','\xf6','\x5d','\x05','\x0a','\xbc','\xf9','\xe9','\x92','\x1c','\x35','\xcf','\x61','\x86','\x1e','\x57','\x09','\xa9','\xa0','\x8d','\x65','\x75','\x12','\x12','\x2b','\x19','\xb9','\xec','\x15','\x8e','\x45','\x02','\x74','\x8f','\x77','\x45','\xd0','\x6b','\x9a','\x61','\xbb','\x29','\x0d','\xe6','\x2a','\x07','\xce','\x75','\xe6','\x10','\xdb','\xf5','\x28','\x17','\xab','\x06','\x89','\xc8','\x44','\x86','\x25','\x86','\x41','\x25','\x31','\xee','\x70','\xa0','\xbe','\x07','\x9e','\xd1','\x42','\xd5','\xe4','\x4c','\x4e','\xf0','\xdc','\x06','\x66','\x26','\x99','\x00','\x97','\x4e','\xd8','\xdf','\x12','\x30','\x9e','\xe5','\xcc','\x0a','\x91','\xd4','\xc2','\x39','\x5f','\x1d','\xd2','\xab','\x6c','\x70','\x3c','\xc9','\x79','\x61','\xf4','\x7d','\x66','\xe2','\xcb','\x95','\x5c','\xfb','\x6e','\xbc','\x59','\x04','\x78','\xef','\x23','\x54','\x7c','\xed','\x7d','\xe1','\x17','\xd8','\xf3','\x8a','\x57','\xa8','\x88','\x92','\x49','\x8c','\x58','\x5f','\x2b','\x11','\x57','\xbd','\x78','\x0f','\x8d','\x26','\x16','\x96','\x2f','\x1c','\x7b','\x86','\xa8','\xa3','\x96','\xca','\x7d','\x98','\x32','\x84','\x16','\x12','\x2e','\x09','\xf4','\x13','\x97','\x5e','\xc5','\x84','\x91','\x55','\x11','\x94','\x2a','\x99','\x5c','\xbc','\x58','\x5a','\xb5','\x2c','\x27','\x48','\x45','\xa2','\x9c','\x0b','\xbb','\xe2','\x3e','\x28','\xa6','\xcc','\x38','\x1d','\x98','\xfd','\x3f','\x5d','\x0f','\x42','\x0d','\xbd','\x24','\x98','\x3d','\x41','\xf5','\xdf','\x7f','\xd9','\x9b','\x1f','\x01','\xf4','\xa9','\xc4','\x0c','\x84','\x2e','\xf1','\xd8','\x97','\xa7','\xcf','\x03','\x32','\xab','\x2f','\xee','\xc9','\xd5','\x80','\x33','\x23','\x02','\x2d','\x58','\x10','\xeb','\xf4','\xcc','\x53','\x4c','\xcc','\x47','\x38','\x48','\x9a','\x4f','\xb3','\xa1','\x52','\x4a','\x89','\x2c','\xcd','\x20','\x32','\x95','\xbe','\x68','\x68','\xbb','\xdf','\xa6','\x44','\x22','\xb9','\xdd','\x17','\x94','\x24','\x1c','\x4c','\xbb','\xee','\x4e','\x1a','\x0c','\x59','\xc6','\xc1','\xdb','\x99','\x5e','\x15','\x52','\xee','\xb3','\x99','\x10','\xea','\xa4','\x6a','\xed','\x3a','\x3b','\xff','\x8b','\xb0','\xc0','\x88','\x76','\xe3','\x1d','\x1e','\x1d','\xd6','\x41','\x9d','\x3a','\x8d','\xdd','\x1b','\xb1','\x66','\xb8','\x2c','\xa8','\x50','\xe8','\xfb','\x8d','\x2a','\x44','\xfd','\xa8','\xa5','\xd3','\xfc','\x58','\x5c','\x24','\xb0','\xe0','\x92','\xb9','\x6e','\x1a','\xba','\x1e','\x60','\xed','\x26','\x59','\x96','\xb7','\x5d','\x30','\x80','\x2b','\xd1','\x68','\x57','\x82','\x84','\x3b','\x13','\x09','\x06','\x9e','\xa8','\x95','\x4c','\x00','\xb9','\xc9','\x4b','\xac','\x60','\x15','\x3a','\x7a','\x2f','\xc5','\x85','\xab','\x4c','\x79','\x88','\xcc','\x50','\x14','\x1e','\xee','\x21','\x9d','\x92','\xa7','\x5c','\x97','\xbf','\xe6','\xae','\xad','\x57','\x77','\x3c','\xd2','\x8a','\x90','\x1d','\x87','\x99','\x99','\x68','\xf1','\x79','\x8b','\xbf','\xf2','\x22','\xed','\x4b','\x90','\xd0','\x13','\x1c','\x41','\x47','\x0d','\x07','\xc1','\x7c','\xe2','\x23','\xa7','\x58','\x2a','\x8a','\x8a','\xca','\xa8','\xf1','\x1e','\x8a','\xcd','\x47','\xc6','\xe3','\x94','\x81','\x0b','\xee','\xae','\x71','\x33','\xe7','\x7f','\x7d','\x54','\x8f','\xf1','\xfd','\x14','\xa8','\x66','\x0e','\xca','\x5e','\x98','\x57','\xd9','\xb0','\x8a','\xca','\x60','\xfb','\x10','\x56','\x88','\x25','\xc4','\x8a','\xde','\xe3','\x0b','\x61','\xb0','\x67','\x77','\x6b','\x85','\xdc','\x1f','\x63','\x18','\xd4','\xfe','\x00','\x25','\x13','\x9c','\x09','\xc6','\x50','\x21','\x5e','\x26','\xc2','\xdc','\xef','\xfc','\xf2','\xe0','\xf3','\xd2','\xcc','\x13','\x45','\x5e','\x7b','\xb0','\xac','\xd9','\xe9','\x03','\x0c','\xce','\xde','\x21','\xb7','\x0d','\x05','\x1e','\xf6','\x3c','\xb2','\x93','\x5f','\x57','\xe4','\x88','\x79','\x61','\x84','\xd4','\xce','\x13','\xb4','\x38','\x11','\x66','\xc5','\x26','\x42','\x5e','\xdd','\xef','\xbe','\xee','\x2b','\x7d','\xd5','\x21','\x17','\x64','\x51','\x72','\x11','\x92','\x1e','\x7b','\x3b','\x08','\x67','\x88','\x59','\xe1','\xa9','\xaa','\xfc','\xf5','\xd3','\x5e','\xa5','\xff','\x0e','\x74','\xcd','\x5a','\x29','\xe9','\x2e','\x62','\x95','\x46','\x55','\xe8','\x8e','\x81','\x0c','\x2c','\x9b','\x5d','\xb6','\x69','\x95','\x65','\x4d','\x86','\x17','\xe2','\x69','\x57','\xb1','\x2c','\x38','\xa5','\x91','\x70','\x1c','\x1c','\x44','\x33','\xa3','\xb3','\xdb','\x5d','\xae','\x78','\x13','\xe7','\xc1','\x7b','\x8e','\x39','\x8a','\x69','\x36','\x1a','\x70','\x3d','\x5a','\x0b','\x21','\xd0','\x6c','\x36','\xa3','\x71','\xaf','\xef','\x15','\xa0','\x91','\x2f','\x8e','\xf6','\x95','\x6f','\xf7','\x02','\x19','\xa1','\xcc','\x6c','\xe7','\x33','\xed','\xa3','\x60','\xca','\x52','\x68','\x37','\x15','\x33','\xbf','\x2a','\xa9','\xe2','\x25','\x4f','\x39','\xd5','\x9b','\xcc','\x33','\x81','\x14','\x4a','\x60','\x71','\x26','\x91','\x34','\x98','\x3a','\x3f','\x88','\xab','\x29','\xf9','\x24','\x61','\xe0','\x49','\xa2','\x37','\xa9','\x33','\x70','\x9e','\x29','\x07','\x0a','\x99','\xda','\x23','\x94','\x65','\x12','\x32','\x13','\xfa','\x40','\x4b','\x40','\x0a','\x01','\x21','\x7c','\xb3','\x3d','\x63','\xe3','\x5b','\xcc','\x6a','\x60','\xba','\x52','\x52','\x94','\xfa','\x01','\x10','\x28','\x0b','\xeb','\x1c','\xc3','\x50','\xe8','\x87','\x0a','\x7f','\x90','\xb3','\xb3','\x8d','\x55','\xf9','\x94','\xd6','\xf0','\xd3','\xaa','\xf2','\x2c','\x6c','\x2b','\x8c','\x81','\x73','\x25','\x60','\x19','\xd7','\x33','\x3e','\x52','\xe6','\x7b','\x83','\x32','\x69','\xcf','\xbb','\xe2','\xe6','\xdc','\xa0','\x20','\xbd','\xb8','\x87','\x45','\x7f','\x7c','\x29','\x35','\x59','\x89','\x29','\xac','\x65','\x5c','\x27','\x46','\x00','\x83','\x9b','\x85','\x19','\xae','\xc8','\x44','\x80','\x37','\x2b','\xea','\x7e','\x98','\xeb','\x5a','\xe9','\x2b','\x1b','\xb0','\xf3','\x99','\x52','\xe9','\x05','\x65','\x3a','\x7d','\xa3','\x47','\xc0','\x09','\x63','\x15','\x09','\x67','\xe0','\x51','\x1b','\xab','\xa1','\xbd','\x3f','\x86','\x05','\x63','\xb9','\x02','\x19','\xa4','\xbb','\x9a','\x4d','\x73','\xd9','\xd3','\x2d','\x14','\xae','\x07','\x22','\xd3','\x43','\x12','\xd5','\x8f','\xd4','\x62','\x7a','\x03','\x60','\x44','\x04','\x69','\xac','\x88','\x41','\x7f','\xf1','\xdc','\xe7','\x43','\x02','\xe0','\xca','\xa9','\x8f','\x71','\x9f','\xbf','\xde','\xf4','\x9c','\x6e','\x28','\x14','\x37','\x97','\x72','\x05','\xc2','\x67','\xfb','\xad','\xd3','\x97','\x21','\xb5','\x72','\xce','\xf2','\x49','\x4a','\x6b','\x8a','\x2f','\xf3','\x03','\x57','\xa5','\x12','\x10','\x22','\x20','\x41','\x52','\x6a','\x42','\x65','\x26','\x6a','\xa4','\x92','\x14','\x66','\xc5','\x08','\xf6','\x23','\xa2','\xa0','\x47','\xf5','\x72','\xf7','\x99','\xfc','\x20','\x76','\x9b','\x5d','\x06','\xed','\x2c','\xc1','\x65','\x1c','\x41','\x54','\x76','\x69','\x47','\xcb','\xe0','\x32','\xe5','\x7e','\x90','\x26','\xef','\xa5','\xe9','\xe6','\x5c','\x65','\x32','\xe7','\x30','\xfa','\x9e','\xd3','\x2e','\x8d','\xb9','\xb1','\x13','\xbc','\x3c','\x3f','\x55','\x24','\x22','\x66','\x39','\x14','\x44','\x59','\x5b','\x6c','\xd4','\xac','\x0b','\x19','\x7e','\x61','\x85','\x3b','\xbd','\xc1','\x7d','\xb7','\x46','\x67','\x76','\xe2','\x0e','\x63','\x4d','\x1a','\x89','\xef','\x7d','\x8e','\xb1','\x82','\x83','\x37','\x03','\x4b','\x80','\x84','\x10','\x76','\x99','\xc8','\x65','\x4e','\x84','\xe5','\x05','\xd3','\x1d','\xd8','\x3b','\xdf','\x24','\x33','\xa2','\xc0','\x55','\x03','\xa5','\x0e','\xef','\xcf','\x14','\xc4','\xda','\x7e','\xcf','\xca','\x86','\x2b','\x24','\x84','\x84','\x80','\x80','\xcc','\x18','\x32','\x26','\x20','\x32','\x0e','\x29','\x24','\x78','\x22','\x73','\x17','\xa2','\x9c','\x21','\xd1','\x7b','\x34','\x12','\xce','\xb4','\xe9','\x9e','\x40','\x96','\x4a','\xf0','\x34','\x43','\xc6','\xa0','\x5c','\x16','\x0b','\x09','\x01','\x0e','\x06','\x6d','\x1f','\x67','\x33','\xa6','\x4b','\x17','\x0a','\x25','\xc2','\xd5','\x83','\xf0','\xc5','\x17','\x14','\xf7','\x9c','\xfe','\xe4','\x9a','\xb7','\x33','\xc0','\x71','\xb3','\x01','\x58','\xfd','\xb6','\x07','\xff','\x65','\x42','\x0d','\xc8','\x12','\x40','\xc2','\x00','\xbd','\x72','\x69','\x0e','\x5d','\x2d','\x49','\x26','\xcf','\x42','\x30','\xd0','\xe4','\x33','\x75','\x45','\x98','\xf0','\xa5','\xfd','\x2d','\x98','\x01','\x2b','\xf6','\xd9','\xc8','\x14','\xc0','\xff','\x9f','\xbd','\x7f','\x0f','\xb7','\xed','\xaa','\xea','\x44','\xd1','\x5f','\xeb','\x63','\xcc','\xb5','\xf6','\x23','\xd9','\x09','\x8f','\x24','\x04','\xf0','\xc1','\x23','\x28','\x88','\x28','\x1c','\x21','\x68','\x59','\x5c','\x25','\x89','\x81','\x40','\x78','\x26','\x52','\xa0','\x52','\x02','\x57','\xaa','\xae','\x16','\x5a','\xcf','\x5b','\xe7','\x78','\xef','\x1f','\xf7','\x9e','\xf3','\x95','\x75','\xee','\xbd','\x75','\xbe','\x53','\x47','\xad','\xba','\xb7','\x7c','\x80','\x8a','\x46','\x61','\x13','\x5e','\x79','\x40','\x48','\x04','\x45','\x4b','\x40','\x34','\x48','\x40','\x11','\x79','\x58','\x5a','\x40','\x48','\x48','\x48','\xb2','\x9f','\x6b','\xcd','\x39','\x46','\x6f','\xf7','\x8f','\xde','\x5b','\xeb','\xad','\xf7','\xd1','\xc7','\x98','\x73','\xae','\xbd','\xf6','\xce','\x4e','\xb2','\xda','\xfe','\xf6','\x9a','\x73','\x8e','\xd1','\x47','\x7f','\x8d','\xde','\x5b','\x6b','\xbf','\xd6','\x5b','\x6f','\x3d','\x2a','\x05','\x56','\x16','\x0f','\x04','\xa5','\x7d','\xdc','\xfc','\x08','\xcf','\x8c','\xec','\x77','\x29','\xe7','\x5a','\xec','\xd2','\x4c','\xe5','\xa8','\x01','\x2f','\xdb','\xe7','\x72','\xb3','\x54','\x98','\x74','\x25','\x89','\x93','\xe2','\x04','\xac','\xc9','\x84','\xf6','\x08','\x58','\xb1','\xcb','\x8a','\x61','\x43','\xa8','\x03','\xf5','\xb3','\x04','\xb2','\x9c','\x5e','\xb2','\x4a','\x56','\x34','\x06','\x08','\x00','\x0a','\xba','\x36','\x41','\xb7','\x06','\x46','\xc5','\xb8','\x7c','\xfc','\x91','\x36','\x4c','\x93','\x45','\xdd','\x1a','\x2c','\x38','\xbf','\x59','\xe9','\x19','\x42','\xd2','\xa7','\x75','\x85','\x08','\x14','\xf9','\x48','\x7c','\x86','\x19','\xe4','\x49','\xf7','\x0b','\xa9','\x61','\x55','\x01','\x50','\xb1','\x8a','\x04','\x13','\x6e','\x3b','\xaa','\x09','\x03','\x9e','\x06','\xc3','\x87','\xb9','\xac','\x99','\xd9','\xa7','\x63','\x94','\x61','\x3d','\x62','\x4e','\xda','\x9a','\x55','\x5e','\xda','\x67','\x3f','\x53','\x2b','\x47','\xf1','\x62','\xf9','\x7d','\x8c','\x6a','\x7c','\x74','\x50','\xcc','\x44','\xa2','\x8c','\xc1','\xeb','\xcb','\xaa','\x54','\x60','\x95','\xd9','\x5d','\x63','\xd8','\xc9','\x08','\xbd','\x6b','\xb4','\xdc','\x42','\x53','\x4f','\xbf','\xa3','\x62','\x92','\x2e','\x30','\x18','\xa5','\x9c','\xb0','\x8c','\x10','\x11','\x2d','\x77','\x81','\xeb','\xfb','\x1e','\x8b','\xc5','\x22','\xbb','\x59','\x3b','\x39','\x75','\x9d','\x6a','\xee','\xd1','\x6a','\x24','\x21','\x3a','\x9d','\x73','\x89','\x39','\xc5','\x3f','\xd9','\xe1','\xb4','\x53','\x80','\x61','\x60','\xe1','\x28','\xca','\x98','\xaa','\x40','\x16','\x99','\x2b','\x80','\x20','\x0d','\x4c','\xcc','\x61','\x35','\xc7','\x35','\x8c','\xa6','\x21','\xdd','\x1f','\x14','\x22','\xeb','\x38','\x34','\x8e','\x41','\x0d','\xa1','\xe9','\x1d','\xfa','\xd6','\xa3','\x9b','\x07','\xe5','\xb4','\xef','\x3c','\xa8','\x97','\x41','\xe8','\x54','\x30','\x85','\x32','\xac','\x89','\x38','\x6f','\xd1','\xae','\x4d','\x49','\x9b','\xed','\x23','\x42','\x13','\x88','\xb4','\x2e','\x23','\x5a','\x33','\xdb','\x1d','\x65','\x5d','\x13','\x50','\xb5','\x34','\xc6','\x52','\xa4','\x7a','\x35','\x44','\xd0','\xb2','\x1e','\xa0','\x96','\x22','\xfe','\x84','\x00','\x09','\x68','\x82','\xf5','\x8c','\x28','\xac','\x36','\xda','\xd5','\xa0','\x86','\x39','\x1e','\x82','\x18','\x0e','\xaa','\x5e','\xd5','\xfa','\x3b','\xf0','\xfd','\x9e','\x78','\x6c','\xf4','\x56','\x7c','\x3e','\x73','\x49','\x66','\x0b','\x39','\x2a','\x9b','\x6c','\x75','\x5a','\x70','\x79','\x29','\x7b','\x09','\xf9','\x7e','\x9b','\x42','\xa9','\xe3','\x22','\xf1','\x48','\xbd','\x06','\xe0','\xaf','\x46','\x14','\xfb','\xd6','\xe6','\x27','\xbf','\xad','\x0e','\x31','\xa2','\x80','\xaf','\x4c','\x6b','\x68','\xa2','\xd9','\x6b','\xd9','\x45','\x0d','\x76','\xc7','\x59','\xad','\x85','\x5a','\x8c','\x65','\x72','\x8d','\xd2','\xc6','\x41','\xb8','\x68','\xf6','\x49','\xc9','\x2f','\x4b','\x7c','\xd8','\x52','\xd6','\xa5','\x8a','\x80','\xa2','\x0c','\x33','\x4a','\x76','\xec','\x18','\x8a','\x2e','\xe6','\xaa','\xe2','\x2f','\x33','\xc2','\x3c','\xcc','\x29','\x63','\x85','\x05','\x5f','\x94','\x50','\xc4','\xa2','\x70','\xe6','\xb7','\xf3','\x99','\x42','\x4e','\xe0','\x0f','\x45','\x03','\x4c','\x5c','\xfd','\x01','\x00','\x1f','\x23','\xcb','\x21','\x46','\x8f','\x2b','\xce','\x1f','\x62','\x66','\x20','\x7a','\x88','\x78','\x0a','\xfc','\x5a','\xd8','\x97','\x80','\x9e','\xcc','\x4d','\x8a','\xf3','\xd7','\x94','\xad','\x8a','\x4b','\xb5','\x2c','\x8e','\x90','\xc4','\x04','\xd5','\x69','\xe4','\x43','\xf6','\x3c','\xe5','\x4d','\x62','\xfb','\x40','\xdd','\xe8','\x53','\x76','\x05','\x8a','\xfb','\x99','\xec','\xa8','\x2b','\x6d','\xd5','\x45','\x1b','\xd3','\xb6','\x92','\xfb','\x53','\xf1','\x7b','\x50','\x85','\x49','\xb9','\x5f','\xab','\x00','\x32','\x10','\x96','\xf1','\xa2','\x53','\x00','\x31','\x99','\xd7','\x29','\x55','\xae','\x8d','\x3f','\xba','\xd2','\xcd','\xb2','\x6a','\x83','\xfe','\x22','\x80','\x91','\x2f','\xe4','\x00','\x01','\xcb','\xd4','\xf0','\x4c','\xe6','\x02','\x57','\x2e','\x13','\x8d','\x2d','\x1b','\xed','\xd1','\xee','\x12','\x21','\x80','\x06','\x6a','\x26','\x0d','\x30','\x29','\x71','\x49','\x5c','\x4c','\xf6','\x29','\xdd','\x47','\x26','\xbf','\x64','\x67','\x19','\x04','\x21','\x59','\x85','\x62','\x46','\xec','\x19','\xbd','\x84','\xba','\x8e','\x9b','\xcd','\x7d','\x1b','\x36','\x9c','\xbb','\x18','\x5a','\xb4','\x6d','\x09','\xdc','\x00','\x2e','\xee','\x23','\x72','\x0b','\x8f','\xae','\x89','\xfb','\x83','\xba','\x10','\x6e','\xdb','\xf7','\x71','\xaf','\x06','\x33','\x88','\x39','\xb8','\xc5','\x21','\x8f','\xe8','\xa2','\x55','\x3f','\x35','\xa7','\xf5','\x3d','\x3a','\x5b','\xc9','\x1a','\xb4','\xe2','\xa5','\x29','\x5e','\x9b','\x64','\x08','\x63','\x60','\x19','\x90','\xcd','\xb0','\x44','\x70','\x08','\xe3','\x0f','\xae','\x81','\xf3','\x8c','\xbe','\xf7','\x59','\xa4','\x38','\xe7','\x52','\xa4','\x38','\x8e','\x9b','\xa0','\x5d','\x2c','\x79','\x85','\x29','\x33','\xac','\xa4','\xca','\xd1','\x29','\x8b','\x44','\x31','\x8c','\x8d','\x40','\x4c','\xf6','\x8c','\xf4','\xfc','\xa0','\x3f','\xe4','\x7a','\xc5','\xcc','\x55','\x75','\x7f','\xe5','\xfc','\x66','\xe9','\x2e','\xa7','\x99','\xdb','\xbc','\xca','\x42','\xab','\xbc','\x25','\x9d','\x3e','\xcf','\xb0','\x4a','\x36','\x65','\xe9','\xf5','\x52','\xbc','\xf6','\x48','\xf3','\x32','\x3a','\xed','\x54','\x05','\x98','\x79','\x0c','\xc5','\x3d','\x8a','\xa4','\x8a','\x35','\xa7','\xf1','\x4e','\xd1','\xf8','\x11','\xbf','\x03','\x78','\x64','\x19','\xc6','\xd6','\xa5','\xd8','\x37','\x54','\xfc','\xd6','\x1f','\x0a','\x28','\xe4','\x66','\x4c','\x42','\xd0','\xa0','\x07','\x40','\x30','\x9e','\x70','\x44','\x33','\x21','\xa4','\x76','\x04','\x34','\x1c','\xdc','\xec','\x61','\x40','\x11','\x31','\x20','\xfe','\xb8','\x7a','\xc4','\x86','\x80','\x27','\x71','\x9f','\x0b','\x88','\xc8','\x94','\x1c','\x00','\x8d','\x1e','\x2c','\x5a','\xf2','\xe6','\x29','\x1e','\x57','\xea','\x58','\x0c','\xe8','\x39','\x43','\xd9','\x86','\x1c','\xda','\x55','\x43','\x8b','\xf6','\x55','\xe5','\x7a','\x06','\x66','\xb4','\x8a','\x79','\x70','\xa1','\x49','\x1a','\xc3','\x3a','\xe5','\xb5','\xa2','\x02','\x0c','\xd9','\x73','\x4b','\xc3','\x3e','\x5b','\x61','\x8e','\x94','\x49','\x0a','\x7c','\x65','\x03','\xb6','\x9d','\x3a','\x55','\x90','\x54','\x56','\xd5','\xa2','\x20','\x01','\xda','\x93','\x61','\xb0','\x9b','\xa6','\x19','\x05','\x40','\xab','\xf7','\xc3','\x1e','\x37','\xd9','\x11','\x89','\x85','\xaa','\x34','\xe1','\x19','\xee','\x2d','\x87','\x46','\x02','\xf5','\xc1','\x9c','\x5d','\xab','\xcc','\x95','\x81','\x32','\x66','\x39','\x9b','\x08','\x07','\x00','\x32','\x46','\xc4','\xbf','\x56','\x1e','\x90','\xd0','\xd9','\x1c','\x37','\x9d','\x7b','\xcf','\x68','\xe5','\x64','\xed','\xc6','\x69','\xa0','\x04','\xf1','\xb5','\x6e','\x1a','\x42','\xd7','\xf8','\x10','\x35','\xae','\xf3','\xe8','\xe2','\x8a','\x90','\xf7','\x08','\x07','\xaa','\x39','\x8e','\x61','\xe3','\x72','\x6b','\xc9','\x98','\x5b','\xdc','\x1a','\x73','\xb1','\xd2','\xf8','\x53','\xcd','\xe0','\x21','\x48','\x53','\x9d','\x78','\x1a','\xb2','\x5e','\xad','\x08','\x1e','\x30','\x57','\xdd','\x00','\x6a','\x33','\xae','\x2a','\x7b','\x65','\x36','\x46','\xb9','\x11','\xcb','\xae','\x08','\x2f','\x38','\xf4','\x94','\x14','\xa0','\xe0','\xd6','\x19','\xbe','\x07','\x17','\x4e','\x80','\x9d','\xd3','\xa0','\x23','\xb6','\x7c','\x6b','\xad','\x12','\x19','\x51','\x03','\x1c','\xb9','\xc5','\x21','\x25','\xaa','\x0e','\xb5','\x0a','\x43','\xd6','\xcb','\xe5','\xbd','\x1a','\xd8','\x92','\x84','\xe5','\xdc','\x10','\x19','\x1f','\x7d','\x4a','\xb2','\xfc','\x2a','\xf3','\x88','\x06','\x5f','\x92','\xe5','\xcf','\x0a','\xc4','\x32','\x9d','\x65','\x4b','\x72','\x50','\xed','\xe0','\x15','\x19','\x1e','\x52','\xbd','\x89','\xbc','\x1f','\x77','\x02','\x90','\x4a','\xa5','\x21','\x03','\x8b','\x54','\xbb','\x31','\x72','\xff','\x74','\x92','\x4a','\xfe','\x31','\x86','\xb3','\x83','\xca','\x94','\x40','\x53','\x72','\x12','\x7d','\xbe','\xe4','\xff','\x23','\x8f','\xaf','\xc6','\xfa','\xa6','\x52','\x3f','\x88','\x4c','\x74','\x82','\x37','\x84','\x2e','\x37','\x8a','\x73','\xfc','\x67','\x29','\xdb','\x67','\x5b','\xee','\x03','\xda','\x03','\xeb','\x55','\xca','\x46','\xea','\x8a','\x4c','\x5f','\xf6','\x07','\x92','\xb9','\xe0','\x40','\x90','\x48','\x72','\xb2','\xb7','\x45','\xf6','\x05','\x41','\x42','\x6b','\x33','\xc3','\xb1','\xe5','\x65','\x64','\x42','\x70','\x47','\x30','\xe4','\x52','\x80','\x25','\xb5','\xe5','\x30','\x4c','\x50','\x96','\x34','\x3e','\x95','\x3d','\x97','\xfc','\xd0','\xce','\xcf','\x08','\xa6','\xb2','\x46','\x18','\x9f','\x67','\x39','\xab','\xc6','\xa6','\x21','\x93','\x74','\xbc','\xb3','\x8a','\xce','\xc9','\xf2','\x58','\x81','\xb2','\x7a','\x57','\x4c','\x1c','\xc5','\x34','\xdc','\x91','\xb1','\xa9','\x26','\x1c','\x2a','\x80','\x70','\x95','\x47','\xc3','\x45','\xcb','\xdc','\xe5','\x92','\x91','\x07','\x63','\xfd','\xb3','\xa4','\x5b','\xaa','\xfc','\x7e','\x09','\xb9','\x26','\x07','\x3a','\xcc','\x8c','\xb6','\x6d','\xa7','\x01','\x90','\xdc','\xcc','\x37','\xab','\x53','\xfe','\x32','\x56','\xa6','\x3d','\xd3','\xca','\xba','\xe4','\xc8','\x32','\xe9','\xfc','\x9e','\xb8','\xe3','\x4c','\x0e','\x80','\xda','\xab','\x5a','\x47','\x09','\x2e','\x06','\x68','\x36','\x66','\x29','\x29','\x30','\xbe','\x17','\xeb','\x9a','\x0f','\x0a','\xa5','\x27','\x34','\x46','\xb1','\x24','\x47','\x68','\x5d','\x02','\x46','\x7d','\x04','\x41','\xe4','\x7a','\x74','\x1d','\x81','\xfa','\x70','\x88','\xaa','\xf3','\x3e','\xf8','\x0e','\x33','\x87','\xc8','\x52','\x30','\xca','\x27','\x55','\x2c','\x9b','\x35','\xa4','\xbf','\xa4','\x3f','\x56','\x4b','\xb8','\x47','\x0f','\x0a','\xc9','\xe0','\x62','\xf3','\x73','\x64','\x6c','\x96','\xd7','\x73','\xe0','\xc0','\x31','\x6c','\x22','\x41','\x1c','\xbf','\x5d','\x13','\x81','\x35','\x41','\x01','\x3b','\x7b','\x84','\x80','\x1c','\x2e','\x9e','\x71','\xd5','\x78','\x10','\x3b','\x50','\x93','\x26','\x8e','\x82','\x89','\xa2','\x60','\xf6','\x43','\xe6','\x5e','\xa2','\x97','\x24','\x23','\x87','\xc1','\x48','\x6a','\xf8','\x29','\x6f','\x82','\x4d','\x9c','\x2a','\x93','\xcf','\xe5','\x69','\x77','\x39','\xd9','\x80','\x2c','\x66','\xb7','\xa1','\xbc','\x4d','\x5a','\xb2','\xd5','\xcf','\xab','\x72','\xc9','\x20','\x20','\x12','\x0d','\x1b','\x86','\x3f','\xd5','\xd2','\xd6','\x04','\xa7','\x01','\x50','\xf5','\x3a','\xad','\x4f','\x3b','\xd2','\x55','\x57','\x7c','\x68','\x77','\xf5','\xe0','\x5d','\x62','\x3c','\x15','\x4c','\xa9','\x67','\x67','\xe8','\xca','\x28','\x61','\x9d','\xda','\xaf','\x96','\x72','\x15','\x48','\x25','\x74','\x9a','\x99','\xec','\xb2','\xec','\x75','\xae','\xc4','\x79','\x13','\x8d','\x6c','\xfa','\x98','\x19','\x87','\x8e','\x4c','\x97','\x99','\x7b','\x7b','\x54','\xa7','\x8c','\x3f','\x08','\x0b','\x51','\xfe','\x55','\x19','\x07','\x92','\x46','\x79','\x8d','\xf0','\x8e','\x9c','\x65','\xea','\x3e','\x20','\x38','\xf9','\x92','\xc0','\x2b','\x87','\x74','\x72','\xd4','\x41','\xda','\x37','\xc4','\x21','\xca','\x2c','\x53','\x96','\x4e','\xc4','\x08','\xeb','\x1f','\xca','\xc7','\x8c','\x00','\xaf','\xf8','\x43','\x81','\xd3','\xa0','\xa5','\xd2','\x4c','\xca','\xc6','\x93','\x36','\x60','\x44','\xa1','\x1a','\x0c','\xa1','\x9d','\x4e','\x87','\x01','\x7f','\xe7','\x89','\x9b','\xf6','\xce','\xb2','\x41','\x9c','\xf6','\x87','\x56','\x89','\xa0','\xee','\xe5','\x46','\x09','\x5b','\x92','\x67','\xad','\x8e','\x5a','\x5c','\xfe','\x85','\x69','\xb0','\xe2','\x74','\x4a','\x34','\x0a','\x36','\x03','\x35','\x4d','\x3d','\x08','\x42','\x2d','\xe2','\x5c','\xb6','\x07','\xa8','\x4c','\xb0','\xfa','\x41','\xa8','\x5a','\xd4','\x9a','\xe9','\xf7','\xc8','\x92','\x73','\x21','\x4c','\xe7','\xf8','\x64','\xab','\x13','\x65','\x7f','\x2b','\xca','\xda','\x04','\x65','\xbe','\xaa','\x59','\x4e','\x29','\x0f','\xeb','\x4f','\x19','\x22','\xc1','\x84','\x15','\x21','\x74','\x1e','\x9e','\x02','\xa3','\x92','\x00','\x09','\x2e','\xba','\xc6','\x39','\xe7','\x40','\xb3','\x3c','\xb8','\x83','\x73','\x12','\x36','\x3b','\x9c','\x77','\xc4','\x7d','\xd8','\xa8','\x0a','\x39','\x58','\xcd','\x16','\x4b','\x12','\xd6','\xbb','\xd2','\x0f','\x54','\x63','\x60','\xcb','\x1a','\xba','\x4e','\xe2','\x87','\x29','\xd5','\xac','\x3e','\x0f','\x26','\x0d','\x40','\x04','\xe9','\xbb','\x05','\x90','\x19','\xe5','\x2c','\x95','\x51','\x3f','\x19','\x0c','\xea','\x11','\xf7','\xa5','\x41','\xf7','\xd4','\x31','\x85','\x88','\x31','\x50','\x77','\xb8','\x00','\x96','\x7a','\xf6','\x60','\x76','\xe0','\xa6','\x87','\x63','\x97','\x82','\x23','\x18','\x20','\xa4','\x15','\xe4','\x82','\x0f','\xb2','\x49','\x68','\x2b','\x29','\x22','\x93','\x31','\xec','\x67','\xbb','\x9f','\xa7','\x04','\x3f','\x05','\x52','\x92','\x03','\x84','\x93','\x92','\x51','\x0c','\xf4','\xca','\xb8','\xcf','\xd2','\x8c','\x8c','\x73','\xeb','\xea','\x3a','\x46','\x54','\x7c','\x13','\xec','\x13','\x3e','\x49','\x15','\xc7','\xa1','\xfc','\xa9','\x04','\x97','\x98','\x2e','\xea','\x11','\x4c','\x15','\x1e','\x3b','\x9d','\xb4','\xbe','\xb8','\x25','\xb8','\x9d','\x73','\x85','\xf3','\x61','\xdd','\xf1','\x65','\xbb','\x0c','\xa0','\xcf','\xa6','\x9d','\xce','\x05','\x2e','\xfa','\x70','\x4f','\x08','\xac','\x43','\xa3','\x3a','\x70','\x39','\x2e','\x33','\x40','\x54','\x5a','\x3f','\xac','\x5e','\xc1','\xe9','\xaf','\x82','\xa9','\x74','\x70','\xaa','\x78','\x9d','\x08','\x90','\x71','\x0e','\xf0','\x5c','\xae','\x04','\xa5','\x55','\x20','\xb0','\x59','\x1d','\x62','\x8e','\x06','\x55','\xca','\x05','\x86','\x4c','\x12','\xdd','\xd3','\x94','\xdc','\xee','\x33','\x63','\xbf','\x19','\x21','\xe2','\x70','\x96','\x8e','\x1c','\x0a','\xf9','\xab','\x31','\x28','\x6b','\x62','\x29','\x07','\x50','\x94','\xbf','\xc6','\x64','\xb4','\xdd','\x37','\xa5','\xdf','\x4c','\x02','\xa5','\x29','\x1a','\x49','\xc7','\x05','\x88','\xb2','\x40','\x08','\xa5','\x84','\x5b','\x4e','\xc3','\x16','\x8f','\x37','\x66','\x59','\x9e','\x99','\x5d','\xad','\xd8','\xe0','\x58','\xb3','\xb9','\x01','\x21','\x08','\x42','\xb9','\x90','\x33','\x86','\x65','\x14','\x00','\xd5','\x36','\x09','\xd5','\x4e','\x4e','\xdd','\xa3','\xdd','\xa4','\xf0','\x52','\x48','\x2c','\xad','\xa0','\xe8','\xce','\x43','\x03','\x25','\x6f','\xa5','\xbc','\xc8','\x1e','\x9e','\x3a','\x91','\xb2','\xb4','\x2c','\x30','\xcc','\x46','\xe7','\x22','\xe4','\x70','\x54','\x30','\x33','\xc3','\x40','\xe4','\x5e','\xcc','\x21','\xc2','\x8b','\xf7','\x3d','\xa8','\x8f','\x2e','\x70','\xd1','\xd7','\x52','\x2c','\x6d','\xe4','\x80','\xa6','\x75','\x20','\x17','\x56','\x89','\xba','\xb8','\x1a','\x44','\x0b','\xa0','\x47','\x50','\x4e','\xd9','\xfb','\x10','\xca','\x32','\x72','\x00','\x6b','\x74','\x61','\xfb','\xc3','\xf4','\x59','\xec','\xad','\xb2','\x07','\x86','\x54','\x60','\xc9','\x6f','\xdc','\x73','\x17','\xde','\xf3','\xfe','\x77','\xe2','\x96','\xdb','\x6e','\x00','\x00','\x3c','\xe5','\xc9','\x97','\xe0','\xca','\x2b','\xae','\xc6','\x65','\x3f','\xf4','\xa2','\x47','\x9e','\x7c','\xac','\x1b','\xb4','\x1e','\x44','\x32','\x63','\x71','\xc0','\xdd','\x2c','\x64','\x18','\xde','\x97','\x31','\x4a','\x08','\x63','\xce','\x49','\x1a','\x47','\x3a','\x16','\x35','\x1c','\xbb','\x67','\xf4','\x1c','\xdc','\x31','\x9d','\xe3','\x08','\xda','\xcd','\x1c','\x54','\x8b','\x59','\x55','\xbc','\x21','\xef','\x38','\xce','\xaf','\x88','\x32','\x20','\x56','\xcd','\xec','\x31','\xb6','\x1f','\x43','\x70','\xa3','\xf7','\x0a','\x78','\x94','\xa6','\x46','\xbd','\x0a','\xa5','\x26','\x52','\x92','\xe8','\x22','\x15','\x4d','\x5a','\x37','\x06','\x0f','\xf2','\xaa','\x5c','\xc8','\xe5','\xcf','\xd2','\x48','\x42','\x63','\xba','\xf8','\xba','\x2e','\x1b','\x79','\x53','\x8b','\x87','\xa7','\x00','\xdd','\x54','\x5b','\xc6','\xae','\x9e','\xca','\xf8','\xa7','\xc1','\x97','\xe5','\xe5','\x4d','\x24','\xaa','\xa6','\x93','\x80','\x07','\x36','\x33','\xf3','\x3b','\xef','\x73','\xcb','\xb4','\x31','\x3a','\x3c','\x4e','\x9d','\xca','\xc1','\x79','\x1a','\xb2','\x9f','\xba','\x49','\x08','\xee','\x54','\xb1','\x16','\xb2','\xba','\x20','\xf5','\x4a','\x7d','\x43','\x21','\x32','\x5c','\x9c','\x54','\x8f','\xb8','\x70','\xd8','\xa7','\x8b','\x32','\x40','\x54','\xf4','\x69','\x16','\x4c','\x01','\xb9','\x81','\x4b','\xde','\x1d','\x9c','\x86','\x36','\x66','\xc8','\xfd','\x08','\x3a','\x58','\xf6','\x08','\x45','\xbe','\xec','\x39','\x0b','\x70','\xc1','\x2c','\xc6','\x2d','\x13','\x4d','\x4e','\x79','\xb0','\xe1','\x9f','\x25','\x42','\x66','\x64','\x46','\xd4','\x3c','\x64','\x76','\x02','\x39','\x3a','\xaa','\xc8','\xd4','\x4d','\xc1','\x9b','\x24','\x1f','\x1c','\xd4','\xa0','\x13','\x91','\x0a','\xe5','\x6d','\x57','\x67','\xc9','\x9a','\x99','\x0d','\x92','\xdb','\x76','\xc4','\x25','\x20','\x75','\x22','\xa0','\x89','\xe7','\x96','\xd4','\x61','\x22','\xf2','\xf6','\xda','\x64','\xe5','\xaf','\x82','\xd0','\x78','\xc5','\x56','\xd3','\x16','\x59','\xc3','\x2d','\x8b','\xc5','\x62','\x7a','\x05','\x28','\x44','\x20','\xcb','\x6b','\xbe','\xc7','\x20','\xce','\x04','\x25','\xe9','\x45','\xce','\x2c','\xd1','\x47','\x5a','\xd7','\x75','\x34','\xff','\x52','\x21','\x96','\xf7','\x3a','\xdc','\x33','\x50','\x7b','\xce','\xa6','\x51','\xec','\x13','\x37','\x92','\x0b','\x53','\xf1','\x00','\xc8','\x33','\x80','\xb0','\xd9','\xdc','\xbb','\x34','\x50','\x09','\x72','\xc0','\x6b','\x38','\x40','\x55','\x9a','\x1b','\x16','\xba','\x42','\xf8','\x6c','\xdf','\x3b','\x80','\xd2','\x52','\xb7','\x55','\x22','\xad','\x65','\xe6','\x54','\xe9','\xb3','\x7f','\xf5','\x69','\xdc','\x72','\xeb','\x0d','\xf8','\xd0','\x1f','\xfe','\x35','\x8e','\x6c','\x3d','\x0d','\x00','\x70','\xcf','\x1d','\xdb','\xf8','\xdc','\x17','\xfe','\x0b','\xbe','\xf4','\xe5','\x2f','\xe0','\xcd','\x6f','\x78','\xcb','\x2e','\x94','\xb2','\x47','\xbb','\x42','\x66','\xe0','\x71','\x29','\x5a','\x99','\x87','\xd7','\x8c','\x06','\xc8','\x3d','\xc2','\x18','\x44','\x34','\x2e','\xc4','\xd5','\x20','\xc8','\x21','\xbd','\x71','\x35','\xc8','\x8b','\x10','\xf5','\x00','\x37','\x71','\x95','\x92','\x30','\x9c','\x07','\xa5','\x4c','\xaf','\xfc','\x28','\xc1','\x8c','\x8e','\xe5','\xac','\x39','\xcb','\x01','\xd0','\x28','\x95','\xe9','\x56','\xd6','\x39','\x47','\x4c','\x22','\x55','\x00','\x35','\x79','\x29','\xbf','\x6f','\x40','\xd7','\x99','\x92','\x13','\x2b','\xe2','\x8b','\xb3','\x92','\xca','\xba','\x8f','\xbd','\xbe','\x65','\xaf','\x35','\xc3','\xc2','\x14','\x56','\xe3','\x77','\xe0','\x05','\xf7','\xf0','\x23','\x42','\x50','\xe0','\x3c','\x07','\x0b','\xb0','\xcf','\x9d','\xa8','\x75','\xfe','\xc5','\x39','\xaf','\xf3','\xe2','\x91','\xdc','\x67','\x67','\x82','\x12','\x96','\x50','\x65','\x3b','\x57','\x90','\x13','\x1f','\x17','\x69','\x2f','\x8b','\x2c','\x21','\x98','\x42','\x94','\xff','\x51','\x1e','\xe8','\x3e','\x20','\x24','\x1e','\x4b','\xd1','\xa8','\x25','\xae','\xce','\x00','\x2b','\x18','\x52','\x1e','\xcc','\xf2','\xfa','\x09','\xea','\x4e','\x6c','\x10','\x52','\x6e','\x63','\x92','\xb1','\x53','\xca','\x9d','\xc4','\xb3','\x93','\x11','\x4e','\x0a','\x29','\xad','\x12','\x48','\x6e','\x65','\xb6','\xbd','\x63','\x56','\xa1','\x4a','\xbf','\x2d','\xe5','\xef','\x26','\xcd','\x8e','\xf4','\x23','\x36','\xd5','\xb1','\x20','\x08','\x02','\x2f','\xa4','\x10','\xf3','\xc0','\xa0','\x02','\xf5','\x7c','\xc7','\xea','\xb9','\x53','\x92','\x31','\x93','\x16','\x75','\xe3','\x9b','\xa2','\xe2','\x1d','\x01','\x03','\xa0','\x13','\x40','\xf2','\x92','\x30','\xd8','\x4d','\xd3','\xa0','\x6d','\xdb','\xec','\x66','\x6d','\xd3','\x90','\x90','\xb5','\x38','\x8d','\xa7','\x18','\xbf','\xfb','\xe1','\x0f','\x7f','\x18','\x87','\x0f','\x1f','\xc6','\x27','\x3e','\xf1','\x89','\xd1','\x34','\xeb','\xd0','\xb5','\xd7','\x5e','\x8b','\x9f','\xfd','\xd9','\x9f','\xc3','\xc1','\x83','\x07','\xcd','\xd5','\x9d','\xf6','\xfa','\x19','\x14','\xe8','\x0a','\x61','\x8d','\x64','\x8c','\xbe','\xf6','\x6c','\xd1','\xc0','\xf2','\x9c','\xf4','\x6b','\xca','\x37','\x6f','\x47','\x3e','\x30','\x26','\x04','\x80','\xb1','\x0c','\x64','\xa5','\x5b','\xbf','\x4a','\x44','\x6b','\x41','\x54','\x45','\xbf','\xf8','\xa5','\x2f','\xe0','\x86','\x1b','\xdf','\x83','\x1b','\x6f','\xbe','\x41','\x4a','\x33','\x7c','\xa1','\x58','\xd1','\x0a','\x95','\x49','\x8a','\xe0','\xc0','\x5a','\xce','\xa7','\x36','\xb1','\x01','\x5c','\x79','\xf9','\xd5','\x78','\xf3','\x1b','\xdf','\xa2','\xed','\x01','\x80','\x5b','\x6e','\xbb','\x01','\x37','\x7f','\xe4','\x4b','\x38','\x31','\x3f','\x5f','\xd3','\xcd','\xbb','\x4d','\xdc','\x73','\xf4','\x09','\xb8','\xe9','\x96','\xdb','\x70','\xd9','\x0f','\xbf','\x08','\x4f','\x79','\xd2','\x25','\xa7','\x56','\xf0','\xc3','\x89','\x6a','\x3c','\x70','\xc5','\x47','\xc6','\x68','\x32','\x2b','\x9d','\x02','\x6a','\x77','\x9b','\x48','\x97','\xc0','\xd1','\x60','\x8f','\x50','\x74','\x75','\x63','\x20','\x5b','\x0d','\x0a','\x6e','\x71','\x00','\xc3','\xe9','\xe1','\xa9','\x41','\x76','\xc6','\x03','\x54','\x1d','\x81','\xe5','\x2c','\x2e','\xc9','\x37','\xb2','\xb1','\x6a','\x5d','\xd8','\xae','\x14','\x15','\x80','\x47','\x85','\xf1','\xe0','\x91','\x7a','\xcb','\x56','\x15','\x8c','\x80','\x99','\x87','\xcb','\x07','\x69','\x2e','\x18','\x8a','\xc7','\xb5','\xd8','\x91','\xc2','\xcb','\x4b','\x32','\x9f','\xa7','\x90','\xc8','\x04','\xdb','\xdf','\x31','\x4e','\x8a','\xe5','\x0e','\x63','\x46','\xae','\x5a','\xc6','\x50','\x48','\xd6','\x1f','\x5e','\xbb','\x66','\xc5','\xb3','\x4b','\xca','\xa1','\xc9','\x9f','\xe9','\xba','\xe6','\xc5','\x45','\x3a','\x1a','\x79','\x88','\x2a','\xdf','\x26','\x6b','\x72','\x1a','\x68','\xf5','\x31','\xb9','\xbb','\x94','\x64','\x87','\xac','\x06','\xf4','\x3d','\xab','\x1b','\x8c','\xab','\xed','\x5b','\x13','\xd9','\xa2','\x4b','\x00','\xf1','\xbd','\xed','\x81','\xa1','\xd3','\x42','\xe5','\xf8','\xcd','\x8e','\xc0','\x21','\xc4','\x33','\x85','\x60','\x14','\x54','\x3d','\xf8','\x00','\x8e','\x0c','\x6b','\x94','\xbd','\x3f','\x14','\x81','\x88','\x0b','\x3a','\x92','\x8b','\xab','\x3f','\x2e','\x73','\x95','\x33','\x7a','\xc5','\xe0','\xb7','\x8c','\x97','\x58','\x89','\x18','\xe9','\xd2','\x2a','\xd7','\xc6','\x7b','\xd2','\x54','\x36','\x01','\x23','\x49','\x2f','\x89','\x6a','\x71','\xda','\xd2','\x96','\xcc','\xfa','\xf8','\x2b','\x3a','\x67','\x30','\x75','\xc6','\x0c','\x4b','\xf9','\x3e','\xd5','\xe1','\x73','\xeb','\x52','\xce','\xfd','\xa3','\x5c','\xe5','\xfc','\xf7','\xf8','\x93','\xe3','\xa4','\xf5','\x4f','\x6e','\x3c','\x3b','\xa9','\xde','\x68','\xa9','\x64','\xf2','\xb6','\x35','\xa9','\xed','\x01','\x9a','\xcd','\x66','\xd5','\xbc','\xb2','\x30','\xd8','\x94','\x29','\xde','\xa7','\x97','\x0e','\x1f','\x3e','\x8c','\xf7','\x7f','\xe0','\xef','\x71','\x7c','\xeb','\x49','\xbb','\x92','\xdf','\xaf','\xff','\xc6','\x6d','\xb8','\xf8','\xe2','\x8b','\xf1','\x93','\x3f','\xf9','\x86','\x5d','\xc9','\xef','\xcc','\x53','\x9a','\x5a','\x49','\xf1','\x5a','\x75','\x74','\x17','\x56','\xd8','\xcc','\x85','\x48','\x67','\x68','\xf8','\xc8','\x94','\x4c','\x09','\x51','\x09','\x05','\x2a','\xe6','\x89','\x34','\xd0','\xac','\xc2','\x25','\x56','\x36','\x92','\x67','\x02','\xdd','\x70','\xe3','\x7b','\xf0','\xdb','\xef','\xfc','\x04','\x8e','\x9c','\x7c','\xca','\x8a','\xed','\x3d','\xbd','\x74','\xcb','\x6d','\x37','\x24','\x00','\x14','\xe9','\x8e','\xcf','\xde','\x8e','\xad','\xc5','\xe3','\xaa','\xe9','\xb7','\xbb','\x03','\xb8','\xe3','\xb3','\xb7','\x27','\x00','\xb4','\x47','\x0f','\x1a','\x55','\x31','\x02','\x99','\xcf','\x4c','\x80','\x08','\xf0','\x08','\x63','\xde','\x47','\xc1','\xa5','\x02','\xcc','\x8e','\x55','\x22','\x38','\x22','\x70','\x4b','\x7a','\x50','\xaf','\x06','\x49','\x88','\x80','\x85','\x10','\x4e','\xad','\x12','\xc5','\x09','\xd1','\x62','\x98','\x55','\x29','\x19','\x0e','\x13','\xf0','\xe1','\x42','\x30','\xad','\x0b','\xe2','\x4f','\x93','\xf2','\x35','\x10','\x3d','\x2b','\x2a','\xe1','\x63','\x09','\x42','\x8f','\x50','\xce','\x24','\x4a','\xfc','\x54','\xe8','\xe9','\xa7','\x24','\xfe','\xd8','\x7c','\x3e','\x94','\x15','\x54','\xca','\x3e','\x2a','\x3f','\xd2','\x85','\xe1','\xe5','\xa9','\x86','\x3f','\x94','\x3b','\xe5','\x14','\x88','\xf3','\xaf','\xec','\xc3','\xd9','\x5f','\xc1','\xa3','\x20','\x1c','\xbd','\x00','\xcf','\xe1','\x30','\x64','\x89','\xfc','\xe6','\xc2','\xfc','\x27','\x67','\x64','\xe2','\x23','\xb4','\xfb','\x1e','\x54','\x2a','\xe7','\x82','\x55','\x56','\x23','\x2f','\x0f','\x80','\xa8','\x30','\x00','\x10','\x40','\x1c','\x8e','\x3c','\xd0','\xb3','\x04','\x25','\xba','\x1c','\x87','\xd5','\xa1','\xec','\x37','\x8b','\x57','\x89','\xb8','\xc7','\x95','\x9f','\x50','\x40','\x04','\x0c','\x3f','\x33','\xb2','\x46','\x30','\x31','\x7c','\xc5','\xeb','\x52','\x37','\x35','\x30','\x81','\xc3','\x98','\x53','\x97','\xb2','\x14','\xc1','\x57','\x03','\xca','\xd8','\xe7','\xd7','\x19','\x83','\xa7','\x53','\x37','\x2f','\xe6','\x54','\xcd','\xa4','\xb1','\x8e','\x91','\xa0','\xc4','\x3d','\xa7','\x3c','\xd5','\x0a','\xe0','\x38','\xd6','\x13','\x8e','\xf2','\x80','\x07','\x12','\x05','\xae','\x46','\x59','\x10','\x84','\xae','\xeb','\xb2','\x07','\xed','\x69','\xaa','\xb1','\xcc','\x5d','\x5b','\xdd','\xba','\xf6','\xda','\x6b','\x01','\xa4','\x15','\xa0','\xf9','\x62','\x13','\x0f','\x1c','\x3f','\x1f','\x47','\x4f','\x1c','\x58','\xfa','\xec','\xc1','\x7d','\x5b','\xd8','\xbf','\xb9','\x85','\x43','\x07','\xef','\xcb','\xf2','\xbb','\xf6','\xda','\x1f','\xad','\xd4','\xee','\x2c','\x27','\x19','\x69','\xe6','\x54','\xe6','\x55','\x6a','\x9d','\x22','\x01','\x15','\xd7','\x2b','\x4f','\x13','\x00','\x38','\xc0','\x91','\xd3','\xd5','\x17','\x20','\x02','\xdd','\x41','\x0c','\xed','\x3c','\x4f','\x89','\xc9','\x60','\x15','\xbe','\xec','\x70','\x92','\x78','\xff','\xe8','\xb1','\xa3','\xf0','\x3c','\xbe','\x62','\x78','\xa6','\xa9','\xf7','\x1b','\xb8','\xfb','\xee','\x3b','\x71','\xe1','\x85','\x17','\xeb','\xb5','\xef','\xbf','\xf4','\x05','\xf8','\xda','\x8d','\xb7','\xe3','\xd8','\xf6','\xa1','\x41','\xfa','\x7d','\xb3','\xa3','\xf8','\x81','\x4b','\x5f','\x70','\x26','\xab','\x78','\xf6','\x53','\x95','\x03','\x9e','\x5a','\x96','\xa5','\x32','\x9c','\xff','\x2e','\x2d','\x46','\x45','\xb1','\x63','\x65','\x67','\xd6','\x39','\x68','\x18','\xd6','\x64','\xe5','\x8b','\x6e','\x42','\x4e','\x0c','\x3d','\x50','\x85','\xc8','\xf7','\x3e','\x9c','\x40','\x2e','\x41','\x12','\x7a','\x86','\x67','\x42','\x38','\x3e','\xbe','\xb0','\x56','\x16','\x82','\x4f','\xaf','\x19','\x40','\xb4','\x16','\x37','\xdc','\xa9','\xd1','\x7c','\x0d','\x21','\x58','\x76','\x59','\xd5','\x4a','\x69','\xaa','\x21','\xb6','\x97','\x12','\xd0','\x84','\xff','\x65','\xca','\x4a','\x86','\xb5','\x4b','\x8a','\x46','\x4f','\x61','\xf0','\xd0','\x7a','\xc2','\x77','\xdd','\xbc','\x4f','\xfd','\x79','\x1b','\xfa','\x77','\xf5','\x22','\x56','\x01','\x44','\xab','\x57','\x63','\x5a','\x78','\xac','\xb1','\x70','\xb8','\x0b','\x54','\x83','\xc0','\x3b','\x20','\x1e','\x79','\xba','\x98','\x97','\xba','\xf2','\x63','\xcf','\x9c','\x8b','\x29','\x42','\xf4','\x37','\x4a','\x91','\x4a','\xd5','\xb8','\x88','\x38','\x36','\x07','\xd6','\xc1','\x3d','\x3a','\xc3','\xb4','\x72','\x97','\xc7','\xfd','\x36','\x81','\xbf','\x47','\xfd','\x03','\x01','\xd4','\x28','\xf8','\x01','\x07','\x0f','\x00','\x86','\x39','\x7b','\xc8','\x80','\x22','\xe6','\x70','\xa6','\x21','\x4b','\xf4','\xcc','\x90','\x97','\x80','\x22','\x62','\x0a','\x67','\x14','\x15','\x86','\xb6','\x18','\x65','\x61','\x72','\x3c','\xca','\xd7','\x30','\xc4','\xd8','\xfe','\x18','\x26','\x04','\x0a','\xc3','\xf5','\xe0','\x76','\xb5','\xfd','\x43','\xdf','\xea','\x53','\xa7','\x11','\xcc','\x37','\xbc','\x66','\x75','\xc3','\xac','\x5e','\x13','\xb9','\xf2','\x29','\xf2','\xee','\xda','\xb3','\x63','\xed','\x26','\xa0','\xab','\xec','\x01','\x5a','\xea','\x02','\xe7','\xbd','\xd7','\x44','\x1a','\xf1','\x2b','\x41','\x5a','\x2d','\x74','\x35','\x1e','\x3a','\x51','\xbb','\x48','\x2f','\x7c','\xe1','\x65','\x78','\xe1','\x0b','\x2f','\xd3','\xdf','\x9f','\xfc','\xe4','\x27','\xf1','\xae','\x77','\x1d','\xc6','\xe1','\x77','\xdf','\x8e','\x6f','\x1e','\x1d','\x2a','\xa8','\x42','\x8f','\x3d','\xef','\x7e','\x5c','\xf1','\xc2','\xa7','\xe1','\xd2','\x4b','\x2f','\xc5','\xb5','\xd7','\x5e','\x8b','\x83','\x07','\xcf','\x99','\xac','\xc9','\x59','\x4d','\x03','\x25','\x63','\x78','\x2c','\xe8','\xc0','\xbd','\x14','\x95','\x81','\x27','\x13','\x57','\x36','\xc8','\x5a','\xde','\x4e','\x0c','\x72','\x84','\xa6','\x75','\x68','\x62','\x7c','\x74','\x1f','\x0f','\x8b','\xf4','\x1e','\x1a','\x82','\x5a','\xca','\x92','\x77','\x1e','\xaa','\x13','\x35','\x9f','\x0c','\x10','\xe5','\x42','\x82','\xc2','\xa3','\x38','\x7a','\xf4','\x28','\xbc','\xcf','\x01','\xd0','\x66','\xbb','\x8d','\x7d','\x1b','\xc7','\x70','\x70','\xe3','\xde','\x94','\x9e','\x0c','\xd0','\x8b','\x79','\x9d','\xd8','\x3e','\x1f','\xf7','\x1e','\x7d','\xec','\xa0','\x7b','\xce','\xd9','\x77','\x14','\xe7','\x1d','\xf8','\x7a','\x36','\xeb','\xca','\x91','\x75','\x7c','\xfb','\x31','\xd8','\x5e','\x1c','\xc0','\xd6','\x62','\xff','\xe0','\xf9','\xd2','\x8a','\x71','\xe5','\x15','\x57','\x03','\x00','\xde','\x73','\xd3','\x9f','\xe1','\xc8','\xd6','\xf9','\x00','\x80','\x8d','\x76','\x1b','\x87','\xf6','\xdf','\x83','\xab','\x7e','\xe4','\x4a','\x5c','\x64','\xc0','\xd2','\x80','\x76','\x49','\x9e','\x9f','\xb5','\xb4','\x2a','\xd8','\xd9','\x25','\x30','\xb4','\xf2','\xaa','\x80','\x8c','\x65','\xc0','\x6c','\x9e','\x1d','\xa9','\x8f','\xb9','\x16','\x2c','\x88','\xe6','\x12','\x03','\xdc','\x73','\x30','\x04','\xb8','\x34','\xf6','\x9a','\xc6','\x45','\x4b','\x63','\x08','\xc6','\x01','\x00','\xec','\x81','\x3e','\x2a','\x55','\xb2','\x7f','\x4d','\x2d','\x86','\x15','\x93','\xdd','\x5a','\x7b','\x79','\xce','\x10','\x8d','\xee','\xcb','\x29','\xaa','\x2f','\x4a','\x73','\x2d','\x79','\xe6','\x95','\x2b','\x8f','\xa9','\x31','\x64','\x64','\xef','\xcf','\xba','\x16','\xcd','\x54','\x91','\xd1','\xeb','\x14','\x2b','\xa3','\x18','\xca','\x2a','\xbf','\x2b','\x66','\x76','\xaa','\xf8','\xab','\x5e','\x4c','\x1d','\xf4','\x54','\x8b','\x29','\xfb','\x7c','\x1d','\x2a','\xdf','\x99','\xe1','\xef','\xaa','\xc4','\xe9','\xf5','\x94','\x50','\xa7','\x34','\xe7','\xcf','\x95','\x09','\x48','\xd3','\x9c','\xca','\xe4','\x9e','\x9a','\x00','\x6b','\x20','\xaf','\x62','\x2a','\x69','\xbd','\x2a','\x8f','\x66','\x76','\x80','\xb8','\xa2','\xeb','\xfb','\x62','\xef','\x4f','\xec','\x1f','\x09','\xc2','\xa3','\xab','\x3f','\xb2','\xd3','\x3b','\xd3','\x25','\x13','\x57','\x9a','\x6a','\xfd','\x68','\x7f','\xee','\xd1','\xa9','\x53','\x36','\x26','\x2b','\xba','\x86','\x5c','\x27','\x71','\x88','\x0d','\xe0','\x47','\x54','\x15','\x92','\x55','\x21','\x22','\x7d','\x4f','\x0c','\x84','\x60','\x4b','\xcc','\x0a','\x6c','\xd4','\xe0','\xa5','\x73','\x28','\x9f','\x4f','\x7a','\x98','\xab','\x18','\xd7','\xa2','\x81','\x3a','\x39','\xe5','\xe4','\xfb','\x95','\x91','\x2e','\xdb','\x09','\x05','\x02','\xc1','\x17','\x73','\x4b','\xf7','\x38','\x91','\xc0','\xb8','\xd5','\x06','\x52','\xd5','\x33','\xcb','\x0e','\x67','\x54','\xa7','\xc9','\x0e','\x69','\x39','\x2f','\x28','\xf1','\xa1','\x5c','\xab','\x8a','\x85','\xa8','\x8b','\x0e','\xf2','\x5c','\x45','\x5e','\xac','\xd3','\x28','\x8e','\x41','\xb9','\x8a','\x4a','\xcc','\xe7','\xf3','\x6a','\x70','\x84','\x81','\x0b','\xdc','\x99','\x70','\x7f','\xab','\xd1','\x73','\x9f','\xfb','\x5c','\x3c','\xf1','\x89','\x4f','\xc4','\x2d','\xb7','\x5c','\x3d','\x0a','\x80','\x0e','\xee','\xdb','\xc2','\x15','\x2f','\x7c','\x1a','\xfe','\xc3','\x7f','\xf8','\x0f','\xc5','\x5e','\x9f','\x87','\x26','\x55','\xdf','\xfd','\x0a','\x5c','\x55','\x15','\x10','\x84','\xf7','\x66','\xc3','\x4f','\xea','\xeb','\x8b','\x96','\x10','\xa2','\x70','\x26','\x4f','\x3b','\x6b','\xd0','\xce','\x1c','\x08','\x84','\xae','\xeb','\xd5','\xe5','\x87','\x8b','\x89','\x69','\x07','\x26','\xdb','\x0c','\x2b','\x1a','\xc4','\xd0','\x60','\x91','\xee','\x9f','\x77','\xe0','\x7e','\x7c','\xcf','\x33','\x1e','\x85','\xef','\x7f','\xde','\x15','\xb8','\xf2','\xb2','\x97','\x60','\xff','\xfe','\x03','\x3a','\xe9','\x5d','\x04','\x64','\x6d','\xeb','\xf0','\xa1','\xdb','\x6e','\xc2','\xff','\xfa','\xbf','\xff','\x7a','\xb5','\x9d','\x04','\xe0','\xca','\x2b','\x5e','\x82','\x9f','\xfe','\xa9','\x7f','\x5e','\x58','\xd9','\x03','\x1d','\x3f','\x71','\x1c','\x1f','\xbc','\xf5','\x06','\xdc','\xf1','\x99','\xdb','\xf1','\x89','\xdb','\xbf','\x88','\x6f','\x1e','\x4b','\xee','\x6d','\xcc','\x0d','\x8e','\x1d','\x3f','\x96','\xe5','\xf7','\xa4','\x6f','\x7b','\x0a','\x5e','\xfd','\x8a','\xd7','\xc2','\xb9','\x26','\x45','\x81','\x7b','\xd2','\x25','\xb8','\xf2','\x8a','\x7f','\x12','\xa2','\xc0','\xed','\x51','\x4e','\x67','\x9a','\x15','\x0c','\x97','\x33','\xf3','\xdb','\xf5','\xcb','\x95','\x8b','\xe3','\x29','\xc3','\xa1','\xa8','\xc6','\x12','\x4c','\x08','\x06','\x02','\x00','\x9e','\x5c','\x6e','\x15','\x64','\xa0','\xb7','\x8c','\x9b','\x84','\xd1','\x8b','\xc9','\x80','\x56','\xb3','\xda','\x4d','\xd6','\xf5','\xcc','\x92','\x02','\x49','\x2b','\x7f','\xe2','\xdc','\x1e','\x18','\x59','\xc4','\x95','\x96','\xa8','\x5a','\xe7','\xaa','\x22','\x48','\x35','\xbe','\x56','\x3f','\x38','\x75','\x75','\xa2','\xe1','\xcf','\x9a','\x2e','\x50','\x49','\xb6','\x7e','\x59','\x23','\xcf','\x94','\xe5','\xc9','\x4a','\xe2','\xd4','\x33','\xe6','\x52','\xa6','\x5a','\x2f','\x1b','\x33','\x63','\x40','\x7f','\x4c','\x67','\x10','\x63','\xd2','\x08','\xc0','\x51','\xc0','\x38','\x32','\xbd','\x4e','\x49','\xe4','\xaf','\x81','\x6d','\x94','\xc6','\xec','\x05','\x96','\xc1','\xc7','\x34','\x03','\x5c','\x56','\x7b','\x4c','\xac','\xf2','\xfa','\x27','\x82','\x73','\x32','\x3b','\x33','\x4c','\xf4','\x3c','\x0d','\x02','\x34','\xd6','\xf0','\x9d','\x82','\xf8','\x3d','\xda','\x55','\x9a','\x52','\x85','\xb2','\x79','\xa4','\xef','\x33','\xdc','\x11','\x83','\x0e','\xd9','\xb1','\x44','\x72','\xf8','\x6a','\xf8','\x74','\x2e','\x81','\x21','\xe1','\xf7','\x5e','\xdc','\xe3','\xe4','\xfc','\x21','\x46','\x0a','\xb4','\x20','\x7c','\x4d','\x81','\x12','\xcc','\x62','\x4c','\xbe','\x67','\x48','\xc6','\x2d','\x71','\xae','\x5f','\xc1','\xdc','\xb7','\x71','\xe3','\x6a','\xfb','\x87','\x4a','\x63','\xc6','\xc8','\xba','\x93','\xed','\x90','\x94','\xf9','\x69','\xa7','\xa1','\x7c','\x2d','\x8d','\x16','\x35','\x83','\x53','\x3e','\xdd','\x72','\xe4','\xb8','\x9b','\x81','\x74','\xb2','\x73','\xfb','\x0c','\x2d','\x3d','\x08','\xb5','\x69','\x9a','\xec','\xe6','\x54','\xa5','\xec','\x9d','\x61','\x71','\xcb','\xa4','\x47','\x9d','\x2e','\xbe','\xf8','\x62','\x7c','\xcb','\xb7','\x5c','\x8c','\xaf','\xdd','\xd3','\x61','\xde','\x0d','\x7d','\xf6','\x36','\x67','\x73','\x3c','\xfd','\xe9','\xcf','\x78','\x68','\xaf','\xfa','\x58','\x1a','\xeb','\x96','\x38','\x7a','\xc2','\x7c','\xae','\x4c','\x20','\x33','\xfe','\x44','\x3f','\x09','\x4b','\xb8','\xe1','\xa9','\xec','\x3e','\x51','\x00','\x41','\x6a','\xad','\x94','\x89','\x0d','\xdd','\xff','\x90','\x29','\x3b','\x5a','\x35','\x36','\xdf','\x11','\x07','\x29','\x43','\x7d','\x66','\x0a','\x21','\x71','\xe7','\xd7','\xbf','\x86','\x45','\xbf','\x01','\x00','\x38','\xb8','\x79','\x1c','\x57','\x5d','\xfe','\x5d','\xf8','\x89','\xd7','\xfd','\x14','\x1e','\xf3','\xa8','\x0b','\xc2','\x86','\x73','\x20','\xf8','\xc2','\x32','\x87','\x33','\x80','\x38','\x44','\xea','\xe9','\x3a','\xbf','\x7c','\x78','\xc4','\xba','\x07','\xdf','\xda','\xc4','\x80','\x0e','\xec','\x3f','\x80','\x57','\xbd','\xec','\x35','\x78','\xd5','\xd5','\xaf','\xc1','\x7f','\x79','\xeb','\x2f','\xe2','\xbd','\x37','\xff','\xa1','\x82','\x20','\xcf','\x0e','\x27','\x8e','\x1f','\x1d','\x64','\x75','\xc1','\x63','\x2f','\xc2','\x9b','\xdf','\xf8','\x96','\xc1','\xfe','\xa0','\x61','\x99','\x4b','\xea','\xf4','\x70','\xa3','\x9d','\x30','\xce','\x49','\x44','\xb2','\x7a','\x16','\xa3','\x8f','\x6b','\xfe','\x79','\x41','\xb5','\xaa','\x96','\x67','\x07','\x01','\xc9','\x62','\x66','\x5d','\x83','\x38','\x5e','\xa7','\x9e','\x91','\x56','\x4c','\x83','\x65','\xb8','\x71','\x61','\x5e','\x78','\x4f','\xc6','\x42','\x18','\xf7','\x06','\x45','\xa0','\x94','\x97','\x9d','\x34','\x39','\xb2','\x73','\xd6','\x6a','\x6d','\x25','\xa3','\x5c','\xd6','\x57','\x63','\xe6','\xb3','\x65','\x69','\xd6','\x20','\xad','\x86','\xf0','\x0f','\xd0','\x00','\xc4','\xa4','\x7b','\xf6','\x22','\x8a','\x44','\x95','\xe6','\xd4','\xda','\x48','\xc5','\xe7','\x0e','\x49','\xc1','\xdb','\x04','\xa5','\x8d','\xb7','\x3b','\x1c','\x9e','\x64','\xe0','\xda','\xd4','\x83','\x16','\x6f','\x8c','\x01','\x21','\xae','\xf4','\x9e','\xed','\x0b','\xdb','\x96','\x01','\xfa','\x2c','\x8a','\x93','\x66','\x45','\xed','\x8a','\xcd','\xf5','\x0c','\xfc','\x0c','\x11','\x97','\xe8','\x87','\x85','\x12','\x65','\xea','\xa6','\x5d','\x46','\xa6','\x4e','\x53','\x1d','\x9d','\xfa','\x87','\x20','\x79','\x57','\x64','\x7e','\xae','\xe3','\x98','\x2f','\x95','\x3d','\x14','\x83','\x34','\xab','\x93','\xba','\x68','\x67','\x55','\xe0','\x28','\xb3','\xd2','\x38','\xce','\x82','\x15','\xeb','\xea','\x42','\xbd','\xb0','\xa9','\x55','\x9e','\xbd','\x95','\x9f','\x07','\x97','\xa8','\x3a','\xd9','\x4c','\x54','\x36','\x21','\x89','\x20','\x47','\x41','\x77','\x21','\x7b','\xe6','\x10','\x42','\x04','\x45','\x05','\x40','\x00','\x9c','\x0f','\xe7','\x1b','\xb2','\x4b','\xde','\x30','\xde','\x7b','\xe4','\xfb','\x8a','\x04','\x04','\x99','\xfd','\xd3','\x76','\xaf','\x36','\x89','\x9e','\x33','\xd1','\x00','\xe1','\x91','\xc6','\x9d','\x4e','\x00','\x55','\x26','\xa8','\x28','\x21','\x89','\xdc','\xbd','\xb5','\x12','\x61','\x74','\xd7','\x69','\x95','\x41','\x5e','\x95','\xc4','\xe9','\x8e','\xb9','\xbd','\x6c','\x1b','\xe3','\xd4','\xc2','\xcb','\xaa','\xe0','\x88','\x63','\x9f','\xd5','\x0e','\x3d','\x5d','\x1a','\x04','\xa1','\x6d','\xdb','\x01','\x42','\x2a','\x01','\xd1','\x99','\xa0','\x27','\x3e','\xf1','\x09','\xb8','\xfd','\x33','\x7f','\x5f','\x05','\x40','\xce','\x79','\x1c','\x3a','\x74','\xee','\x19','\xaf','\xd3','\x83','\x45','\x63','\xaf','\x9d','\xc8','\x24','\x88','\x73','\xaf','\x44','\xdc','\x82','\xc2','\x39','\x9e','\x77','\xb2','\x58','\x84','\xff','\xbe','\xcf','\x37','\x7f','\x83','\x85','\x4f','\xb0','\x4e','\xe4','\x9c','\xf9','\xe7','\xd7','\x2c','\xa5','\x49','\x9b','\xa8','\x71','\x1e','\xe7','\x9f','\x73','\x37','\x5e','\xf2','\xe2','\x7f','\x83','\x0b','\x2f','\xb8','\x08','\x7d','\xe7','\x8d','\xa5','\x44','\x17','\xad','\x97','\xb4','\xd0','\xf6','\x41','\x8c','\xce','\x25','\x82','\x9f','\xb5','\x46','\x69','\xc5','\x92','\x80','\x7f','\xf2','\xa6','\x9f','\xc5','\x9d','\x5f','\xff','\x2a','\x3e','\xf2','\xb1','\x6f','\x54','\xdd','\xe1','\xf6','\xe8','\x11','\x42','\x15','\x05','\x3c','\xb9','\xa8','\x19','\x2d','\x32','\x8e','\x49','\x72','\x14','\x84','\xa3','\x2c','\x07','\x39','\x42','\xdc','\x29','\x07','\x66','\xe3','\x2a','\x01','\x4a','\x11','\x16','\x4a','\xc0','\x80','\x34','\x17','\xd6','\x3e','\xa0','\x77','\x97','\xa8','\xd4','\x7b','\x27','\xd3','\x8e','\xe8','\xf7','\xa5','\xd5','\x51','\xac','\x2b','\x49','\xa4','\x0d','\x95','\xe6','\xd1','\x8a','\xec','\x12','\x55','\xdd','\xb6','\x2a','\xd8','\xb2','\xba','\xfc','\xb3','\xee','\x8b','\x10','\x30','\x6c','\x2e','\x59','\xa0','\x61','\xaf','\x65','\x0b','\x2e','\x63','\x9d','\x31','\x05','\x72','\xa6','\xae','\x95','\x49','\x28','\x65','\xa4','\x5f','\x85','\xa7','\x4e','\x6c','\xaa','\x56','\xc3','\xd5','\x58','\xc6','\x45','\xdd','\x0c','\xbb','\xcf','\xbb','\x6e','\xac','\x2f','\x63','\xa8','\xe9','\xd1','\x6e','\xce','\x94','\xb4','\xe1','\xc4','\x18','\x5a','\x84','\xc7','\x46','\xf1','\x44','\xff','\xd6','\x92','\x97','\x79','\x5b','\x14','\x24','\xf7','\x49','\x75','\xd0','\x1d','\x0d','\x95','\x3d','\x3a','\x7b','\x28','\x8d','\xdb','\xc8','\xb7','\xb3','\x1b','\xc9','\xa0','\x91','\xce','\xb8','\x89','\x60','\x48','\x2d','\x03','\x01','\x18','\xb1','\xe3','\xb0','\x25','\x40','\xf7','\x09','\x01','\x44','\x2e','\xb9','\xd2','\xb1','\x3d','\xaa','\x23','\x1c','\xa3','\xa0','\x18','\xc8','\xe8','\x27','\xd9','\x80','\x32','\x00','\x2b','\xab','\x9b','\xf5','\xcf','\x53','\xb1','\x14','\x21','\x3a','\xc9','\x65','\x82','\x18','\x9e','\xf5','\xd8','\x87','\xda','\x54','\x38','\xab','\x06','\x6f','\x45','\x00','\x97','\xb7','\x51','\x24','\x99','\xa8','\x7f','\x50','\x4d','\xf3','\x04','\xea','\x79','\x51','\x2b','\x89','\xeb','\x80','\x69','\x0c','\xcb','\x64','\x07','\xa1','\xf6','\x7d','\x5f','\xdf','\x03','\x34','\x0e','\xf4','\xc2','\xd7','\x1a','\x03','\x1a','\x4b','\xbc','\x84','\x9e','\xf0','\x84','\x27','\x62','\xd6','\x7e','\xb9','\x7a','\xcf','\xb9','\x1e','\x87','\x0e','\x8d','\xef','\x0f','\x2a','\x4b','\xdb','\xe9','\xb8','\x58','\x57','\x86','\xaf','\xa2','\xce','\x2f','\xe9','\xc2','\x22','\x65','\x50','\xb0','\x78','\x4a','\x9b','\x12','\x41','\xcd','\xc8','\x00','\x4b','\x06','\x5a','\x10','\x00','\x0f','\xe0','\xd1','\x77','\x31','\x4a','\x8e','\x0f','\x53','\xc9','\x39','\x99','\x50','\x49','\x5a','\x4a','\x44','\x2b','\xcd','\x42','\xcb','\x30','\xd2','\x3e','\xab','\x74','\xd8','\x4c','\x48','\x04','\x1c','\x3b','\x7a','\x14','\x9e','\x2f','\xc0','\xc1','\xcd','\xe3','\xb8','\xfa','\xaa','\x97','\xe0','\x7b','\xbe','\xfb','\xd9','\xd8','\xde','\xee','\xf4','\x21','\x02','\xab','\xa1','\x44','\x43','\x93','\x96','\x87','\x1e','\x4d','\xf4','\x99','\xac','\x72','\xc5','\x5a','\xa6','\x43','\xd3','\x28','\xbd','\xed','\x2b','\x2f','\x7b','\x09','\x3e','\x71','\xfb','\xff','\x81','\xad','\xc5','\x7e','\x78','\x6e','\x70','\xec','\xf8','\xf1','\xf4','\x7c','\x25','\xcf','\x3d','\x7a','\x88','\x10','\x0f','\xbe','\x0c','\x93','\x58','\xc5','\xb5','\x9c','\x90','\xfa','\xdb','\x08','\x22','\xe1','\xd3','\x3e','\x0a','\x17','\x12','\x34','\x1f','\x37','\x4d','\x37','\xa4','\x69','\x44','\xc0','\x59','\x6f','\x50','\xa3','\x7b','\x9a','\x3c','\x57','\x18','\x5d','\x35','\x85','\x78','\x19','\xc3','\x59','\x62','\x01','\xa3','\x91','\xef','\x93','\x69','\xab','\x65','\xaf','\x86','\x6a','\x06','\xab','\x45','\x80','\xca','\xbd','\x22','\x65','\x9e','\x76','\x89','\x6c','\x34','\x4f','\x25','\x01','\x37','\xa8','\xf0','\xb8','\x46','\x5f','\x07','\x74','\x75','\x81','\x38','\x96','\xc1','\x28','\x28','\x34','\x2f','\x9f','\x90','\x14','\x95','\xa5','\x0d','\xaa','\xdc','\xd6','\x15','\x0b','\xac','\x96','\x85','\xa4','\x4c','\x7c','\x39','\x5d','\xcd','\xc6','\x9c','\x2a','\x6a','\xe6','\x07','\x84','\x6f','\xa6','\x7e','\xb0','\x86','\x2b','\xeb','\x32','\x9d','\xbf','\xd6','\x14','\x1c','\x9d','\x07','\xf3','\xcf','\xee','\x7f','\xb0','\xee','\x67','\xe3','\x34','\x3e','\x35','\xb8','\xf8','\x2e','\x0d','\x2c','\xaf','\x03','\x83','\x8e','\x32','\xed','\x0d','\xb2','\x8b','\x33','\x65','\x54','\x81','\x32','\x45','\x60','\x4b','\xb9','\xbc','\x13','\xc0','\x2b','\x6d','\xcf','\xd5','\xd4','\xd4','\x57','\x92','\xc7','\x1e','\x9d','\x85','\x94','\x0d','\xda','\x8a','\x31','\x40','\xbe','\x52','\x5c','\xf1','\x21','\x40','\x0f','\xfc','\xcc','\x52','\x87','\xbd','\x38','\xec','\xe2','\x63','\x3e','\x3e','\xe3','\x58','\x75','\x2c','\x06','\x27','\xf7','\x38','\x4f','\xba','\xd2','\x63','\x23','\xcb','\x91','\x00','\x21','\x3b','\xbf','\x74','\x50','\x62','\x30','\x4f','\xa4','\xac','\x50','\x95','\xca','\xcd','\x81','\x8c','\x59','\xad','\x5b','\x1e','\x5c','\x1a','\x56','\x32','\xaf','\x37','\xd5','\x92','\xd4','\x9d','\x1f','\xc6','\xf2','\x9f','\x80','\x26','\x35','\x39','\x2c','\xd8','\xa6','\xa4','\x2c','\x0a','\x5c','\xdf','\xf7','\xd9','\xc3','\xb5','\x4d','\x43','\x7b','\x74','\xfa','\x69','\x55','\x5e','\x9b','\x80','\xaa','\x11','\xd4','\xca','\x04','\x82','\xd0','\x66','\x66','\xf4','\x5d','\x7a','\xa7','\x12','\x57','\xdf','\xb0','\xf8','\xac','\xc4','\xcc','\x3a','\x6c','\xe4','\x4e','\xf6','\x5b','\x2b','\x00','\x48','\x18','\xe2','\xa3','\xc7','\x8e','\xa2','\xf7','\x17','\x61','\xa3','\xdd','\xc6','\x25','\x97','\x7c','\x47','\x25','\x61','\xfe','\xbc','\x5a','\x50','\x97','\xcc','\x68','\xe1','\x1d','\xa5','\x62','\x05','\xc7','\x89','\x5f','\x70','\x60','\x5f','\xdf','\xfd','\xdd','\xcf','\xc1','\x66','\x7b','\x3c','\xf6','\x49','\x83','\x63','\x15','\x17','\x38','\x93','\xc3','\x1e','\x18','\x7a','\x38','\x91','\x11','\x3a','\x99','\x00','\x9c','\xb4','\x4a','\x84','\x89','\xe3','\xbd','\x1c','\x26','\xc9','\xba','\x17','\x52','\x8c','\x04','\x8e','\x18','\x1e','\x71','\x83','\xb5','\xba','\x2c','\x08','\x03','\x1e','\xae','\x04','\x69','\x05','\x56','\x54','\xf6','\xcf','\x34','\x31','\x99','\xb9','\xb7','\x66','\x05','\xab','\x4d','\x32','\x3a','\xeb','\x18','\x00','\x19','\xa4','\x9f','\x2c','\xda','\x1c','\x03','\xb0','\x2e','\x99','\x67','\xb2','\xd5','\xac','\x4a','\xdd','\xca','\x2a','\x95','\x38','\xd0','\x70','\x44','\x79','\xd5','\x79','\xfd','\xd6','\xad','\x60','\x36','\x36','\x05','\xcc','\x24','\x0e','\xa4','\x06','\x9e','\x0a','\x9a','\x28','\x01','\xa7','\xba','\x72','\xa9','\x8b','\xe7','\xd0','\x58','\x34','\x55','\x3f','\x1a','\xf4','\x53','\xa0','\x9a','\x8f','\xfe','\xc0','\x9d','\x5e','\x40','\x0f','\x67','\x3f','\x47','\xa8','\xbc','\xb1','\x1c','\x2c','\x6a','\x5b','\x56','\x3e','\x02','\xc2','\x3c','\x6c','\x80','\x8f','\xe2','\x1f','\x01','\x3f','\x8e','\xaa','\x0a','\x50','\x56','\xad','\x55','\x90','\xdc','\x1e','\x3d','\x74','\x88','\xf2','\xaf','\x6c','\x7e','\x0c','\xce','\x22','\x8a','\x17','\x43','\x50','\x28','\x02','\x1a','\xd9','\x33','\x14','\x01','\x10','\x62','\xa4','\xb9','\xe8','\x1e','\xe7','\xed','\x3e','\xa1','\xb8','\x5a','\x24','\xfa','\x96','\x6c','\x47','\x00','\xd2','\x3d','\x8e','\x11','\xe4','\x6c','\x45','\xac','\x21','\x57','\x28','\xaa','\x54','\x00','\x00','\x2f','\xa6','\x8b','\x92','\x41','\xad','\x64','\x00','\x3a','\x0b','\x85','\x8f','\x52','\x5d','\x38','\x0e','\xf5','\xbc','\xfa','\x6c','\x5c','\x66','\x8c','\x18','\x44','\xaf','\x26','\x42','\xd7','\x75','\xe8','\xba','\x6e','\x90','\x36','\xdb','\x03','\xe4','\x9c','\xcb','\x56','\x80','\x52','\x0e','\x13','\xb5','\xb1','\xf7','\x4d','\xad','\xa7','\x64','\xdf','\xa9','\xd2','\xaa','\xaf','\x76','\xc7','\x43','\x60','\x5d','\xd9','\xb6','\xd3','\x86','\xd9','\x72','\x6a','\x88','\x18','\x24','\xf6','\xb5','\x21','\x19','\xf0','\x93','\x5f','\xc7','\xc0','\x88','\xc6','\x31','\x2f','\x72','\x04','\xe7','\x00','\xef','\xcd','\xf3','\x88','\x93','\xdc','\x28','\x7e','\xa3','\xed','\xaf','\x09','\x4b','\xce','\x07','\xe4','\xac','\xdd','\xc2','\x25','\x4f','\x7d','\x1a','\x64','\x63','\xa1','\xa4','\x29','\x27','\x39','\x7b','\xc0','\x13','\x4f','\xe3','\x1f','\x0e','\x91','\xb9','\xd8','\x47','\x56','\x20','\x4a','\x44','\xb4','\xe2','\xc8','\x6f','\x71','\xaf','\x38','\xf7','\x9c','\x73','\xf1','\xd4','\xa7','\x3c','\x19','\xf7','\x7e','\x7a','\x7b','\x58','\x6f','\x4e','\x5f','\x2b','\x97','\x2b','\x65','\x0f','\xdb','\xbc','\x47','\xa7','\x87','\x76','\xa5','\xab','\xcd','\x26','\xa0','\x8c','\xbd','\x2e','\x99','\x9b','\x6a','\x2d','\x67','\x40','\x7d','\xd8','\x4c','\x94','\x38','\x3d','\x3b','\xc4','\x87','\x7d','\x43','\xde','\xfb','\x34','\x27','\xf5','\xb1','\x1c','\x79','\xc9','\x0a','\xc6','\xe0','\xc0','\xba','\x51','\xc1','\x95','\x6e','\x9c','\x76','\xf5','\xab','\xd2','\xd9','\xd5','\x7d','\x0e','\x30','\xf5','\x22','\x46','\x5e','\xcb','\x8a','\xa8','\x55','\x19','\xb1','\x3a','\x0f','\x59','\x7e','\xbb','\x8e','\x2e','\x07','\xab','\x4a','\xa9','\xc2','\xa6','\x3e','\x63','\xb5','\x1d','\x29','\x73','\x22','\xd1','\x8e','\xb1','\x58','\xf5','\x41','\x53','\x7f','\xce','\xf7','\x94','\x25','\x8c','\x35','\xf2','\x42','\x90','\xde','\x02','\xd9','\x3f','\x6b','\xb4','\xb5','\x24','\x51','\xe0','\xd2','\x85','\xfc','\xcb','\x18','\x26','\xd8','\x3d','\x4b','\xf4','\xb0','\xc6','\xc2','\xde','\xed','\x1e','\xaa','\xd5','\x49','\xa1','\x4f','\xcc','\x2b','\xc8','\x35','\x67','\x0e','\x38','\x1e','\xad','\x89','\xf4','\x27','\x0f','\x9b','\xbc','\xb7','\x12','\xf4','\xd0','\xa6','\xc1','\x70','\xb5','\xfc','\x4f','\xdf','\x37','\x05','\xde','\x0f','\x00','\xcc','\x99','\x51','\x22','\x7c','\xb2','\x7e','\x3a','\x5f','\x9e','\x37','\x04','\xb3','\x02','\x69','\x01','\x51','\x18','\xc6','\xea','\x2e','\x67','\x74','\x22','\x1f','\xf3','\x82','\xd1','\x95','\xc6','\xc6','\x1d','\x04','\x0c','\x99','\x6b','\xc6','\x26','\x63','\x9e','\xa5','\x3c','\xfd','\x4e','\x8c','\x35','\xd5','\x9a','\x58','\x5a','\xa2','\xb8','\xee','\x28','\x7f','\x5a','\x39','\xb7','\xda','\xd6','\x0b','\x4b','\x25','\x00','\x92','\xbd','\x5c','\x35','\x37','\xb8','\x2c','\x0a','\x5c','\xb9','\x79','\x68','\xf0','\xc0','\xd9','\x3e','\xf9','\xcf','\xc2','\xfa','\xad','\x3e','\x3c','\x76','\x36','\x90','\xb2','\xfd','\x40','\xc6','\x32','\x97','\xaf','\xb6','\x04','\xa1','\xab','\x11','\x40','\x29','\x4f','\x67','\x8e','\x3d','\x49','\x61','\x42','\x4d','\x26','\x75','\x61','\x97','\x2b','\x45','\x2f','\x7d','\xe9','\x2b','\xf0','\x7b','\x87','\x3f','\x8a','\xa6','\x59','\xe0','\x71','\x17','\x3d','\xbe','\x5a','\x0f','\xfb','\xa8','\x1c','\x3e','\x59','\x0e','\xd6','\x41','\xd2','\xb8','\x82','\x45','\x2e','\x59','\xe7','\x33','\x65','\xb2','\xc8','\xff','\xca','\xcb','\x5e','\x8a','\xbf','\xfc','\xeb','\xdf','\x80','\x73','\x73','\x3c','\xee','\xa2','\x8b','\x87','\x5c','\xc2','\x3c','\xb0','\x67','\xeb','\xdb','\x25','\x5a','\xd5','\x30','\xb2','\xc3','\x6c','\x56','\xca','\xd2','\x2a','\x6e','\x86','\x3b','\xaa','\x7e','\x5c','\x0e','\x6b','\x45','\xbf','\x2c','\x3a','\x4f','\x3c','\x91','\x3c','\x48','\x2b','\xb6','\xab','\x41','\x84','\xb8','\x37','\x08','\x00','\xb9','\xec','\xf0','\x54','\xc9','\xcb','\xce','\x1b','\x6b','\x69','\x0c','\xd9','\x0b','\x73','\xcf','\xd1','\xc7','\xa9','\xb2','\xab','\xb5','\x9f','\xa7','\xda','\x8f','\x58','\x97','\x3a','\xd6','\xc8','\x57','\x84','\x45','\xd0','\x32','\x0f','\x40','\x9f','\xfc','\x58','\xb6','\xd9','\x75','\x64','\xda','\x66','\x54','\xb7','\x0f','\xa2','\x5a','\xcf','\x01','\xbf','\xaa','\x81','\x81','\x1d','\x74','\xf4','\xb0','\x0e','\xb5','\xf6','\x96','\x95','\x93','\x8f','\xf5','\xd0','\x94','\xb8','\xc4','\x29','\x9e','\x41','\x50','\x5f','\x06','\xba','\x4b','\xd9','\xf6','\xd8','\xdf','\xce','\x11','\x9c','\x51','\x20','\x92','\xa2','\x34','\xec','\xe5','\xc4','\x97','\xd9','\xea','\x5d','\xe6','\x46','\xfe','\x86','\x6c','\x40','\x88','\x02','\x1b','\x2d','\x6f','\xdf','\xa9','\x30','\xd8','\x35','\x9e','\xcd','\x57','\xb1','\x24','\x2a','\x6a','\x14','\x13','\x64','\x8c','\x18','\x62','\xe0','\x98','\x7e','\x43','\xe6','\x1d','\x0c','\xeb','\x31','\x35','\x36','\xf7','\xe8','\xec','\x25','\x35','\x8a','\xe8','\x2a','\xbe','\xcc','\x32','\x64','\x7c','\x29','\x3d','\x10','\xc7','\x10','\x23','\x77','\x97','\x63','\x59','\x09','\x12','\xf0','\x93','\x03','\x21','\x00','\x41','\x3e','\x78','\x59','\x1d','\x8a','\xae','\x71','\x31','\xe2','\xae','\x8d','\x30','\xea','\x0c','\x28','\x92','\x3c','\xca','\x70','\xd6','\x76','\x1c','\x0e','\xc0','\xd1','\xe0','\x0b','\xa0','\x26','\x15','\x19','\xfc','\x2a','\xe3','\x24','\x90','\x54','\xca','\xf4','\x4c','\xeb','\x3f','\x99','\x3d','\x70','\xd0','\xe1','\xeb','\xd4','\x86','\x26','\x27','\x62','\x0d','\xe8','\x6c','\x6c','\x6c','\x54','\xd3','\x66','\x2b','\x40','\xe5','\x12','\xf1','\x6e','\x86','\xa6','\x7b','\x48','\xd1','\x83','\xa2','\x19','\xeb','\x50','\x5f','\xb1','\x78','\x1a','\x4e','\x5c','\x19','\xd8','\x3e','\xe5','\xa2','\x91','\xae','\x20','\x93','\x34','\x26','\xcd','\x04','\x6b','\x72','\xa9','\x28','\x43','\x08','\x0e','\x4e','\x7d','\xa7','\xec','\xb1','\x90','\x82','\x18','\x6f','\x7e','\xd3','\xff','\x05','\x17','\x5f','\x74','\x31','\x5e','\xfc','\xa2','\x97','\x61','\xff','\xbe','\x03','\x98','\x6f','\x77','\x43','\x01','\x5c','\x68','\x3f','\x5c','\x0a','\xe1','\x0a','\xb1','\x0f','\x60','\x89','\x7a','\x68','\xe8','\x62','\x72','\x86','\x21','\x81','\x93','\x3f','\x3b','\x80','\x1f','\xb9','\xfc','\x25','\x00','\x80','\x8b','\x2e','\xba','\x18','\xcf','\xfa','\xee','\x67','\x43','\x0c','\x82','\x23','\xe7','\x90','\x8d','\xd3','\x23','\x74','\xe8','\x9f','\xcd','\xb4','\xf2','\x2b','\xb1','\xef','\xdb','\x5c','\x5b','\xa6','\x9c','\x05','\x10','\x64','\x14','\x1f','\xe2','\xf0','\xdf','\xb9','\x04','\x82','\x28','\xe6','\xed','\x11','\xc3','\xc8','\xc7','\xf4','\x31','\x40','\x82','\xb8','\x52','\xd4','\x2a','\xbe','\xca','\x79','\x0f','\xbb','\x35','\xec','\xa2','\xac','\x9f','\xce','\xbb','\x0a','\x88','\xa0','\xc0','\x47','\xe6','\x18','\x99','\x6b','\x63','\x35','\x5c','\x5a','\xef','\x02','\x8d','\xa4','\xac','\x0c','\x4f','\x2a','\x1e','\xa8','\xe3','\xb5','\xfc','\xec','\x9d','\xf2','\x99','\x1a','\xe0','\x5d','\xa9','\x4f','\x09','\xd3','\x4c','\x62','\x25','\xe0','\xb3','\x5a','\x31','\x79','\x99','\x30','\xb8','\x8d','\x06','\x80','\x53','\x7b','\x4b','\xbf','\x1b','\x9f','\x00','\x51','\x6a','\xe2','\xcb','\x12','\x83','\x12','\x81','\xd4','\x1a','\x9d','\xf3','\xda','\xa4','\x98','\xa9','\xfb','\x1c','\x25','\xcf','\x00','\x1b','\x4d','\x6e','\x29','\x88','\x1b','\xe3','\xa3','\x19','\x8e','\x5a','\x7f','\x34','\xd7','\x40','\xc7','\x72','\x1a','\x56','\x48','\xf7','\x9c','\x4a','\x2d','\xdc','\x12','\x70','\xbe','\x52','\xae','\xc8','\x14','\xc7','\x47','\xaa','\x7a','\xf4','\x90','\x26','\xcb','\x3f','\xaa','\x8a','\x34','\x8f','\xdc','\x33','\xd7','\xed','\x1c','\xd1','\x95','\x9f','\x14','\x15','\xce','\x13','\xab','\x91','\x59','\xf7','\x0d','\x29','\x60','\x82','\x06','\x52','\x50','\x30','\xe4','\xc3','\xb3','\x3e','\xca','\x0e','\xe6','\xe1','\x6a','\x4f','\x0e','\x58','\x0a','\x94','\x54','\xd6','\xbe','\xe0','\x8b','\x99','\xd8','\xb3','\x1b','\x10','\xa7','\xba','\xc9','\x18','\x54','\x1e','\x24','\x85','\x78','\xc7','\xd4','\xb4','\x4d','\x86','\x5d','\xc2','\x0a','\xf0','\x10','\xdf','\x00','\xc5','\x41','\xa8','\xe5','\x9e','\x9f','\x9a','\xcf','\xdc','\x4a','\x34','\x22','\x47','\x56','\x61','\x18','\x6b','\x33','\x95','\xb3','\x9c','\x09','\xad','\xab','\x77','\x0f','\x24','\x40','\x4d','\x93','\x81','\xed','\x27','\x31','\x41','\x17','\xf7','\x38','\xbf','\xc6','\x80','\x82','\x1b','\x22','\x02','\x3b','\x11','\x9e','\xb9','\x05','\xa2','\x2c','\x84','\xc8','\xda','\xd3','\xac','\x1e','\x12','\xec','\x09','\x01','\x8c','\x10','\x0e','\x1e','\x38','\x88','\x7f','\xf4','\xa3','\x3f','\x06','\xef','\x19','\xdd','\xa2','\xd7','\x42','\x07','\x96','\x8c','\xbc','\x80','\x89','\x8e','\x30','\x24','\xf9','\x78','\xd6','\x48','\x2e','\xb2','\x4f','\x20','\x9b','\xe8','\xb1','\x80','\x2b','\x2f','\x7f','\x49','\x36','\x71','\xb5','\x2b','\x62','\x57','\xd5','\x15','\xae','\xac','\xb8','\x3d','\xda','\x0d','\xaa','\x75','\xe4','\x29','\xcc','\xd7','\x4c','\xb7','\x5a','\x96','\xb2','\x66','\xb9','\x95','\x81','\x50','\xcb','\x40','\x64','\x8a','\x1e','\xb0','\x67','\xa6','\x9d','\x44','\x7f','\xd3','\xbd','\x04','\x61','\xfc','\x7b','\x4a','\xd1','\x14','\x93','\x95','\x2e','\x58','\xf1','\x42','\x80','\x8f','\x75','\x5b','\xb8','\x1a','\x59','\xc0','\x5f','\xd6','\xbf','\x96','\xae','\x72','\x27','\xe1','\xbb','\xb0','\xac','\x55','\xdc','\x8d','\x7f','\x97','\x80','\x9e','\xc4','\x0c','\x90','\x56','\x2c','\x6a','\xf7','\x8b','\x6a','\xe6','\x59','\xe6','\x8a','\x69','\xd0','\xc1','\x13','\x02','\x2b','\xb3','\x18','\xb4','\xa9','\x60','\xb0','\x64','\x2f','\xef','\x54','\xe3','\x9d','\x74','\x41','\xcb','\x8a','\xab','\xf6','\x5c','\x96','\x9e','\xeb','\xb7','\xf5','\x92','\xb6','\xd7','\x96','\x41','\x79','\x79','\x31','\x8d','\xbc','\x0b','\x16','\x97','\x65','\xb9','\xe7','\x82','\x91','\xa8','\xef','\x83','\x9b','\xa6','\xf0','\x72','\x7b','\x9a','\xbd','\x58','\xa5','\x7b','\xef','\xa3','\x82','\x15','\xcf','\x63','\x6b','\x1c','\x9a','\xd6','\x45','\x90','\x5f','\x89','\x6e','\x68','\xbe','\x94','\xd5','\xe7','\xea','\xaf','\xda','\xe0','\x5c','\x91','\x76','\x81','\xf1','\x52','\x36','\x66','\x93','\x6c','\x4c','\xed','\x5a','\x6f','\x4c','\x50','\xf1','\xc2','\x33','\xb9','\x12','\x11','\xd6','\x1e','\x10','\x7a','\x08','\xd3','\x14','\xd3','\x2a','\xe7','\x3c','\x5b','\x9e','\x14','\xc7','\x40','\xd4','\x7f','\x28','\x22','\x0f','\x59','\x1d','\x97','\x50','\xda','\x60','\xce','\xc2','\x6a','\x0b','\x00','\xf2','\xe2','\x36','\xe7','\x83','\xcc','\x61','\xa6','\xec','\x8c','\xa1','\x50','\x1e','\xd2','\x17','\x33','\x0e','\x59','\xf6','\xc7','\xd5','\x40','\x91','\x7c','\x25','\x52','\x59','\x16','\xaa','\x6d','\x94','\x9f','\x0a','\x3a','\x22','\x3b','\x5f','\x50','\x4e','\xc5','\xe9','\x99','\x9f','\xd5','\x75','\x82','\x76','\x6f','\x9e','\x88','\xbc','\x8d','\xfc','\xaa','\x00','\xb1','\x3e','\xf2','\xb8','\x54','\x37','\xce','\xbd','\x16','\x0c','\x65','\x00','\xa8','\x04','\x3c','\x7b','\x41','\x10','\xea','\xf4','\x95','\xaf','\x7e','\x05','\xb7','\xde','\x7a','\x2b','\xbe','\xfa','\x95','\xaf','\xe2','\xfa','\x77','\x5f','\x3f','\xb8','\x7f','\xe8','\xd0','\x21','\x5c','\x7b','\xed','\xb5','\xb8','\xf8','\xe2','\x8b','\xf1','\xea','\x57','\xbd','\x7a','\xe5','\x7c','\xc5','\x9a','\x6c','\x5f','\xd3','\xa7','\xfe','\xe2','\xcf','\xf1','\x5f','\xff','\xe4','\x0f','\x71','\xe3','\xcd','\xef','\xc3','\xc5','\x8f','\x7b','\x3c','\x5e','\x72','\xd5','\xcb','\x71','\xcd','\x2b','\x5f','\x13','\x84','\x5b','\x4c','\xfb','\x85','\x2f','\x7e','\x1e','\xb7','\xdc','\x7a','\x13','\x6e','\xbc','\xf9','\x7d','\x59','\x7e','\x57','\xbd','\xf8','\x65','\x78','\xda','\x53','\x9f','\x86','\xab','\x5e','\xf4','\xb2','\x81','\xdb','\x8a','\x58','\xba','\x75','\x0f','\x04','\x80','\x81','\x5b','\x0b','\xd9','\x89','\x11','\xeb','\xc8','\x95','\x81','\x6c','\x14','\x95','\xe1','\x86','\xdd','\x54','\x4e','\x5a','\x7c','\x2e','\xcf','\x53','\x59','\x8d','\x94','\xa1','\x88','\xbe','\xe0','\x50','\x89','\xe6','\x92','\x74','\x09','\xce','\xfe','\xca','\xc5','\xd0','\xf8','\x3f','\xf9','\xf8','\x47','\x71','\xc7','\x67','\x6e','\xc7','\x87','\x3e','\x7c','\x33','\x2e','\xba','\xf0','\x62','\xbc','\xe8','\xf2','\x97','\xe2','\xe5','\x2f','\xbd','\x76','\xe5','\xba','\x9c','\x3c','\x79','\x02','\x1f','\xbc','\xed','\x06','\x7c','\xec','\xe3','\x1f','\xc5','\x97','\xfe','\xf6','\x0b','\xb8','\xf2','\xf2','\xab','\xf1','\x13','\xaf','\x7d','\x13','\xf6','\xef','\x3f','\x50','\x4d','\x77','\xc7','\x67','\x3e','\x85','\x3b','\x3e','\x7b','\xbb','\x5e','\xff','\x81','\x4b','\x5f','\x80','\xef','\x7f','\xfe','\x0b','\xf0','\x03','\x97','\xbe','\x60','\xe5','\xb2','\xca','\x3c','\x9e','\xf2','\xa4','\x4b','\xf0','\xfd','\xcf','\x7f','\x01','\x5e','\x74','\xf9','\xd5','\x83','\x72','\x77','\x4a','\x52','\xd6','\x37','\xbe','\x71','\xb7','\x1e','\x16','\x6b','\xe9','\xca','\xcb','\xaf','\xc6','\x93','\xbe','\xfd','\x29','\xb8','\xe2','\x85','\x57','\xed','\x4a','\x79','\x67','\x92','\xac','\x6d','\x61','\x8a','\x19','\xdb','\x31','\x2e','\x86','\x03','\x51','\xac','\x64','\x33','\x35','\x35','\x21','\x42','\x90','\xef','\x3d','\xe0','\xc3','\xa6','\x58','\x3b','\x79','\x33','\x99','\x45','\x69','\xdc','\x2f','\xa3','\x5a','\xbd','\xc6','\xf6','\x1f','\x50','\xe5','\xc7','\x29','\xed','\xcd','\xb0','\xe8','\xa1','\x00','\x25','\x65','\xba','\x7c','\xb6','\x8d','\xe4','\x23','\xf3','\x2f','\xc9','\xeb','\x0c','\xfc','\x50','\xad','\x01','\x56','\x59','\xad','\x00','\xa0','\xb1','\x22','\x33','\x36','\x35','\x06','\xda','\x86','\xba','\x0d','\x00','\xe4','\xbc','\xc8','\xe4','\x33','\x05','\xa2','\x32','\x36','\x37','\xf5','\x5a','\x0d','\x63','\x1c','\x4b','\xa6','\x6c','\x37','\x5b','\x81','\x49','\x37','\xca','\xd5','\x21','\xf9','\x6e','\x9b','\xcc','\x3d','\xa3','\xe7','\x3e','\x29','\x58','\xf1','\x7f','\xa6','\xb8','\xc7','\x15','\x20','\x00','\x71','\x35','\x3d','\x2a','\x74','\x32','\xa6','\xa3','\x8b','\x98','\x55','\xc2','\xc6','\xba','\x72','\x74','\xb1','\x6c','\xec','\xfa','\x19','\xa4','\xac','\xce','\x67','\x41','\x7d','\xf6','\xe8','\xe1','\x40','\x86','\x3f','\x21','\xc9','\x12','\xab','\x54','\xcb','\xd1','\x1c','\xc4','\x81','\xd3','\x89','\x0b','\x1c','\x90','\x94','\xf0','\x2c','\x82','\x9c','\xb7','\x2b','\x42','\xf2','\x9f','\x12','\x50','\x8a','\x06','\x0c','\xd9','\x3f','\xa4','\x8a','\x14','\x95','\x7c','\xbe','\x06','\x48','\x0a','\xeb','\x33','\xa5','\x39','\x2b','\x07','\x61','\x13','\x21','\x44','\xa0','\x23','\xbb','\xd7','\xbc','\x62','\xa6','\x3e','\x2b','\x01','\xbe','\x11','\xd0','\xf6','\x13','\x40','\xdf','\x0d','\xb7','\x55','\x2c','\x16','\x8b','\xe9','\x20','\x08','\x40','\xfe','\x32','\x81','\x5d','\x38','\x07','\xe8','\x4c','\x74','\xdc','\x19','\x64','\x6c','\x9f','\xfc','\xe4','\x27','\x71','\xf8','\x5d','\x87','\xf1','\x81','\x0f','\xfe','\x01','\x4e','\x6c','\x9d','\x83','\xae','\x6f','\x71','\xff','\xb1','\x27','\x0d','\xd2','\x35','\x5f','\xf7','\xf8','\xca','\x2f','\xbe','\x1b','\xce','\xf5','\xf8','\xc5','\x5f','\xfc','\x45','\x5c','\x7b','\xed','\xb5','\xf8','\x67','\x3f','\xf3','\xcf','\x96','\x57','\x37','\xde','\xfc','\xfc','\x17','\x3e','\x8f','\x3f','\xfc','\xc3','\x3f','\xc0','\x0d','\x37','\xbd','\x17','\xf7','\xde','\xe7','\xb1','\xe8','\x36','\x71','\xdf','\xf1','\xa7','\xe2','\xeb','\xf7','\x75','\x00','\xde','\x87','\x6b','\x5e','\xf9','\x1a','\x00','\xc0','\xa7','\xef','\xf8','\x14','\x6e','\xfa','\xc0','\xfb','\xf0','\xe1','\x3f','\xf8','\x38','\xb6','\x17','\x07','\x70','\xdf','\xf1','\xa7','\x66','\xd9','\x5d','\xf7','\xae','\x4f','\x60','\xa3','\xfd','\x28','\xde','\x71','\xf8','\x3a','\xbc','\xf4','\x25','\x2f','\xc7','\x35','\xaf','\xfc','\x47','\xc3','\xc1','\x6c','\x25','\x9d','\x28','\x79','\xb0','\x93','\x5a','\x92','\x19','\x57','\x33','\x36','\x8a','\x4d','\x8e','\x96','\xd4','\x3a','\x4e','\xf1','\x61','\xc6','\xb0','\xcd','\x16','\x08','\x2d','\x25','\x93','\x24','\x59','\x23','\xa3','\xf5','\xc5','\xe7','\xca','\x92','\x28','\x19','\xb9','\x42','\x23','\x60','\x8b','\xf1','\xe9','\x3b','\x6e','\xc7','\xc7','\xff','\xf4','\x8f','\xf1','\xc1','\x5b','\x6f','\xc0','\xd6','\xe2','\x10','\xe6','\x8b','\x03','\x38','\xb6','\xfd','\x34','\xdc','\x7d','\xa4','\x03','\x70','\xa3','\x02','\xa0','\x41','\x1e','\x91','\x14','\x88','\xdc','\x11','\x80','\xc8','\xf1','\xed','\xc7','\xe0','\xe4','\xe2','\x1c','\xcc','\xbb','\xa7','\xe1','\xdd','\x37','\xfd','\x09','\x2e','\xb8','\xe0','\x42','\xbc','\xf2','\xea','\xd7','\x68','\xfa','\xeb','\xde','\xf1','\x36','\xdc','\x72','\xdb','\x0d','\xb8','\xeb','\x9b','\x9b','\xd8','\xee','\x0e','\x60','\x6b','\xf1','\x34','\xbd','\x77','\xf3','\x47','\xbe','\x84','\x0f','\xff','\xf1','\x5f','\xe0','\x79','\xcf','\xbe','\x19','\x57','\x5e','\xf1','\x52','\x3c','\xff','\xb9','\x3f','\x58','\x6d','\xfe','\xaf','\xbc','\xf5','\x97','\x70','\xcb','\x6d','\x37','\xe0','\xf8','\xf6','\x63','\x06','\x79','\xdc','\xf3','\x99','\x6d','\xdc','\xf1','\xd7','\xef','\xc5','\xad','\xbf','\x7f','\x33','\xae','\x5c','\x13','\xc0','\x95','\xf4','\x8d','\x7b','\xee','\xc2','\x7b','\xde','\xff','\x4e','\x2d','\x8b','\xb9','\xc1','\x91','\xad','\xa7','\x0d','\xd2','\x5d','\x7f','\xe3','\x27','\xd0','\xb8','\x3f','\xc6','\x6f','\xff','\xee','\xaf','\xe1','\xca','\xcb','\xaf','\xc6','\xeb','\x5e','\xf3','\x86','\xf5','\x0a','\x1a','\x9b','\x00','\x6b','\xf0','\x8a','\x25','\x46','\xf5','\x15','\x9e','\xa4','\x0c','\xa0','\xd4','\x32','\x63','\x11','\x12','\xe2','\xa6','\xa0','\x52','\x87','\xa3','\xb5','\x5c','\xc2','\x65','\xcb','\x77','\x13','\x22','\x55','\x32','\x60','\xca','\xc6','\x67','\x69','\xdc','\xc8','\x8a','\x9d','\x68','\xc8','\x3a','\x02','\xe8','\x54','\x84','\x55','\xaa','\x6a','\x5a','\xe5','\xb2','\x2e','\xb4','\x65','\xc2','\x65','\xf3','\x57','\x94','\xf8','\x01','\x70','\x93','\x06','\xd7','\x00','\x0e','\xe9','\xad','\xec','\xb9','\x29','\xbe','\x49','\xf2','\xb7','\x54','\x7a','\xb3','\x32','\xc7','\x66','\x75','\x99','\x5c','\xf2','\xe1','\xfc','\xde','\x64','\x53','\x57','\x70','\xaf','\xca','\x80','\x4d','\x7c','\x26','\xbb','\x67','\xdc','\xdf','\x54','\x69','\x4f','\x3c','\x35','\x6f','\x5e','\xea','\x3b','\x55','\x92','\xc0','\x40','\x97','\x14','\x2d','\x75','\x75','\x33','\x67','\x57','\xa5','\xc2','\x83','\x51','\x28','\xb8','\xbe','\x05','\xb7','\xce','\x70','\x35','\x85','\xf1','\x85','\x74','\xc1','\x48','\xb7','\x0d','\x71','\x45','\xf9','\x92','\xeb','\xcf','\x9d','\x2e','\x2a','\xc7','\x67','\xea','\xe7','\xba','\x2d','\x7b','\x6c','\x2e','\x2e','\x2b','\x40','\xc6','\x5a','\xa6','\x80','\x2a','\xb3','\x58','\x27','\xc3','\x3d','\x7a','\xa8','\xd1','\xc0','\x60','\x43','\xa8','\x1e','\xc0','\x0d','\x22','\x35','\xa2','\xc9','\xc1','\xf4','\xc4','\x04','\x3d','\x3c','\xd5','\x31','\x1c','\x53','\x0a','\x9c','\xc0','\x05','\x10','\x8a','\xd7','\x65','\x9f','\x29','\x31','\x25','\xb0','\x44','\x88','\x88','\x48','\xd6','\x74','\xe2','\xea','\x11','\xa0','\x7a','\x8e','\x25','\x71','\xcb','\x53','\xa3','\x5e','\x8d','\xa9','\x16','\x2e','\x31','\x19','\x5f','\x1f','\x80','\xad','\x9d','\xf6','\x97','\xc9','\xb0','\xa8','\xe1','\x92','\x5c','\x52','\x4a','\x63','\xf4','\xe7','\x98','\x7f','\xed','\x69','\xe6','\x61','\x14','\x38','\x66','\x1e','\x9c','\x73','\x0a','\x14','\x7b','\x80','\xca','\xd3','\x52','\x1f','\x12','\x7b','\x80','\xa6','\xaa','\xb8','\x8b','\x0c','\xf8','\x17','\xfe','\xfd','\x2f','\xe0','\x77','\x7f','\xef','\xbd','\xb8','\xef','\xe8','\xa3','\x71','\xf4','\xc4','\x13','\x27','\xd3','\xf6','\xde','\xe1','\x9e','\x07','\xce','\x07','\x00','\xdc','\xfb','\x80','\xc7','\xd7','\x7e','\xf9','\x30','\x8e','\x1c','\x39','\x82','\x37','\xbc','\xe1','\x0d','\x78','\xdc','\xe3','\x2e','\x06','\x30','\xac','\xf6','\xe7','\x3e','\xf7','\x39','\x7c','\xe8','\x43','\xb7','\xe2','\x5d','\xef','\x3a','\x8c','\x7b','\xef','\x9d','\x63','\x6b','\x7e','\x00','\x47','\x4e','\x5e','\x80','\xde','\x0f','\x5f','\x1a','\x40','\xb8','\xfe','\x3d','\xbf','\x87','\x5f','\xf9','\xf5','\x5f','\xc1','\xfd','\xc7','\x2e','\xc4','\xf1','\xed','\x7a','\x7d','\x8e','\x9e','\x3c','\x17','\xc0','\xb9','\x38','\xf2','\xb9','\x0e','\xff','\xed','\xbf','\xff','\x16','\xee','\xbc','\xf3','\x6b','\x78','\xcb','\xcf','\xfc','\xcb','\xbc','\xfc','\x42','\xe9','\x23','\x24','\x8b','\xb5','\x5e','\x37','\xf7','\xe5','\x4a','\x12','\x98','\x34','\x54','\xee','\xe2','\x6f','\x8f','\xb4','\x31','\x30','\x5c','\x4e','\xe2','\x67','\x27','\xaf','\x26','\x4d','\xf2','\xf8','\x8d','\x55','\xcf','\x04','\x21','\xad','\xf7','\x10','\xa5','\xda','\x7c','\xfa','\x33','\xb7','\xe3','\x63','\x7f','\xfa','\x47','\xf8','\xe0','\x87','\x6e','\xc0','\xbc','\x3b','\x88','\xf9','\xe2','\x60','\x55','\xb1','\x9f','\xa2','\x5b','\x3f','\x7c','\x33','\xee','\xf8','\xcc','\xed','\xf8','\x93','\x4f','\x7c','\x34','\x00','\x91','\x45','\x0e','\x44','\x4a','\xfa','\xec','\x5f','\x7d','\x1a','\xb7','\xdc','\x7a','\x03','\x7e','\xff','\x8f','\x3e','\x83','\x07','\x4e','\x3e','\x0e','\x9e','\x87','\xef','\xf0','\xc4','\xfc','\x20','\x4e','\xcc','\x0f','\xe2','\x0f','\x3e','\xf1','\x0d','\x7c','\xfa','\x33','\xff','\x0e','\x3f','\xf3','\x4f','\x7e','\x0e','\x97','\xfd','\xd0','\x8b','\xaa','\x79','\xdc','\x77','\xa2','\x5e','\xd6','\xbc','\xdb','\xc4','\xbc','\xdb','\xc4','\x67','\xbe','\xd8','\xe1','\xab','\x77','\xfe','\x36','\x8e','\x1f','\x3f','\xb6','\x3e','\x20','\x01','\xf0','\xbe','\x1b','\x0f','\xe3','\x96','\xdb','\x6e','\xc4','\x97','\xfe','\xbe','\x5f','\xda','\x37','\x47','\xb6','\xce','\x07','\x00','\x3c','\x70','\xd2','\xe3','\x1b','\x87','\x3f','\x88','\x3b','\xbf','\xfe','\x55','\x5c','\x79','\xc5','\xd5','\x78','\xe6','\x33','\xbe','\x67','\xed','\x72','\x95','\xce','\x24','\x9b','\x09','\x5a','\x23','\x80','\xb4','\x2a','\xa8','\x0a','\xb4','\x5e','\x4c','\x66','\x73','\x61','\xb4','\x72','\x95','\x19','\x21','\x22','\x1c','\xc9','\x79','\x56','\x01','\x04','\x39','\xe7','\xe1','\x7b','\x42','\xef','\xbd','\x39','\x20','\x32','\x64','\x60','\xc7','\xfd','\xd9','\x61','\x4e','\xcb','\xa5','\xb6','\xba','\x0d','\xe9','\x9e','\x12','\x01','\x41','\xf9','\xaa','\x43','\x48','\x6b','\x66','\xfa','\x48','\x53','\x04','\xf8','\xa4','\x8f','\x1c','\xec','\xa8','\x72','\x9a','\xf5','\x45','\x61','\x14','\xa9','\xe5','\x3d','\xd0','\x5a','\x97','\x44','\x9c','\x93','\x54','\x99','\x95','\xa4','\xa6','\xb1','\x84','\xcc','\xb3','\xfd','\x8e','\x83','\xfb','\xb6','\x2c','\x83','\x0c','\x2c','\x48','\x19','\x54','\x33','\x57','\x8a','\x33','\x77','\xb7','\x3c','\x95','\xdc','\x34','\xa5','\xa5','\x2a','\xd8','\x77','\x93','\x25','\x90','\x61','\x1a','\x99','\x20','\x47','\x80','\xce','\xc6','\x32','\x2d','\xac','\x47','\xfb','\xc0','\x31','\xe0','\xed','\x58','\x0f','\x63','\xda','\x0b','\x2f','\xb7','\xe5','\x0b','\xdb','\x2a','\xfb','\x9d','\xb3','\x8f','\x9c','\xce','\x20','\xe8','\x19','\x90','\x00','\x45','\x92','\x88','\xa6','\x43','\x98','\xc3','\x29','\xd9','\xae','\x91','\x8e','\xa8','\xb5','\x51','\xd5','\x1e','\x3d','\x54','\x69','\xc0','\x26','\xd8','\xcc','\xed','\xcc','\xba','\x96','\xf8','\x99','\x4c','\x7b','\x5d','\xe5','\x71','\x88','\xf3','\x36','\x02','\x21','\x3d','\x9c','\x3e','\x5f','\x25','\xf2','\xd1','\xeb','\x25','\x80','\xa4','\x38','\x7d','\x7b','\x8e','\xe0','\x24','\xea','\x3b','\xa2','\xbb','\xc9','\x61','\xf6','\xb1','\xac','\x8c','\x0a','\xab','\x5f','\xb6','\x4f','\x36','\x93','\x83','\x06','\x10','\x71','\x76','\x65','\x25','\x4c','\x30','\xce','\x93','\x77','\x67','\x72','\xe4','\x40','\x6f','\x98','\xa7','\x73','\xf9','\x1e','\x20','\x66','\x46','\xdb','\xb6','\xd3','\x2e','\x70','\x4d','\xd3','\x0c','\x12','\xd8','\x15','\xa0','\xc1','\x92','\xf8','\x72','\x93','\xdc','\xe9','\xa3','\x75','\xf2','\x5f','\x03','\x20','\x8d','\x75','\xe9','\x2f','\xfc','\xfb','\x5f','\xc0','\x6f','\xbe','\xfd','\x03','\xf8','\xfa','\x37','\x73','\xa0','\x71','\xfe','\x39','\xc7','\x70','\xe8','\xe0','\xfd','\x68','\x9b','\x05','\x00','\xc0','\xfb','\x06','\xc7','\x4e','\x1e','\x52','\xf0','\x03','\x04','\x30','\x74','\xf7','\x7d','\x8f','\xc1','\xaf','\xbe','\xf5','\xc3','\x00','\x80','\x9f','\xff','\x9f','\x7e','\x7e','\x50','\x8d','\xdf','\xfa','\xad','\xdf','\xc2','\xff','\xeb','\xff','\xfd','\x9f','\x71','\x72','\x7b','\x3f','\xee','\x3f','\xf6','\xd8','\x11','\xd0','\x93','\xe8','\x5d','\xef','\xf9','\x3d','\xfc','\x97','\x5f','\xfb','\x75','\x7c','\xe3','\x81','\x6f','\xc1','\xa2','\x6f','\x27','\xd3','\x02','\xc0','\xa2','\x6f','\x71','\xf7','\x03','\x17','\xe3','\x5d','\xef','\x0d','\x75','\x78','\xcb','\x4f','\xff','\xcb','\x51','\xb7','\x9c','\x1a','\x0f','\x97','\x77','\x6e','\x2d','\x01','\x49','\x05','\x08','\x82','\x33','\x77','\x19','\x42','\x58','\x5a','\x95','\x59','\xc8','\x9a','\x4b','\x96','\xe7','\x2a','\x30','\xa8','\x9c','\x4c','\x09','\x9b','\x59','\x0d','\xc0','\xea','\xad','\xac','\x12','\xee','\x77','\xde','\xf1','\x56','\x5c','\x77','\xf8','\xfd','\xe8','\xfa','\x7d','\xb8','\x7f','\x04','\x44','\x2c','\xa3','\xf7','\xdf','\x78','\x18','\xff','\xbf','\xdf','\x78','\x17','\xb6','\x17','\x07','\x70','\x62','\x3e','\x91','\x47','\x2c','\xf3','\xe3','\x7f','\xf6','\xc7','\xb8','\xe5','\xd6','\x1b','\xf1','\xd1','\x4f','\xdc','\x85','\x13','\xf3','\x0b','\x96','\xe6','\xbf','\xb5','\xd8','\x8f','\x7b','\x8f','\x3f','\x11','\xb7','\xdc','\x7a','\x03','\x7e','\xe0','\xd2','\x17','\x60','\xff','\xfe','\x03','\xf8','\xf8','\x27','\x63','\x1e','\x7f','\xba','\x5a','\x1e','\x9d','\x6f','\x71','\xcf','\xb1','\x27','\xe0','\x9d','\xef','\xb9','\x1e','\x4f','\x7e','\xf2','\x25','\xa3','\xab','\x49','\x35','\xfa','\x95','\xb7','\xfe','\x12','\x6e','\xba','\xe5','\x36','\x7c','\xf3','\xf8','\xc5','\xe8','\x7c','\x18','\x4b','\xe7','\xed','\xbf','\x17','\x07','\x36','\xee','\x07','\x51','\x70','\x81','\x9d','\x77','\x07','\x71','\x62','\x7e','\x3e','\x4e','\xcc','\x0f','\xea','\x73','\x9e','\x1d','\xee','\x3b','\x71','\x01','\x6e','\xfe','\xc8','\x97','\x00','\x04','\x57','\xb9','\x1d','\x81','\xa0','\x53','\xe4','\x15','\xe3','\x6c','\x70','\xc9','\x03','\xe6','\x77','\x00','\x39','\x8c','\x61','\xe4','\x84','\xf4','\x48','\x10','\x2e','\x9c','\x7e','\x50','\x10','\x44','\x61','\xaf','\x4f','\x00','\x36','\xae','\x01','\x40','\x0e','\xde','\x45','\x0b','\xbc','\x00','\x21','\x66','\xdd','\xb7','\x16','\xca','\xca','\x57','\x2a','\x19','\x3b','\x57','\x9e','\x4a','\x80','\x92','\x9a','\xc7','\x79','\x5b','\xc9','\x96','\x51','\x80','\x0c','\x8b','\x69','\xac','\x02','\x69','\xd2','\x0e','\xf6','\x50','\xa8','\x42','\x2e','\xe2','\x28','\x4f','\x47','\xe5','\xdf','\x81','\xb0','\xa5','\xac','\x1a','\xb5','\x3d','\x44','\x03','\xee','\x40','\x36','\xaf','\x5c','\x59','\x2f','\x5d','\xb2','\x6a','\x2b','\x3e','\x0a','\x34','\x00','\x64','\x7b','\x24','\x4b','\x0b','\xbe','\xd4','\x2f','\x66','\xc8','\x83','\x41','\x66','\x2a','\x52','\xe9','\x23','\xbd','\x35','\xe6','\x3e','\x17','\x2b','\x5c','\xb6','\x2f','\xcb','\xb2','\xcc','\x43','\xc0','\xa9','\xb4','\x95','\x01','\xcf','\x3e','\x8c','\x31','\xcf','\x10','\xc8','\x3d','\x78','\xed','\x02','\x44','\x4d','\x9e','\x2c','\x21','\x3f','\x91','\x82','\xd0','\xb8','\xac','\xc5','\x4b','\x86','\xa2','\x28','\x46','\x5c','\x79','\x47','\xab','\x90','\xcd','\x7c','\x57','\x00','\x53','\xe0','\xf9','\xb2','\xa7','\x49','\x0f','\xd8','\x16','\x8d','\xb3','\x56','\xd6','\x2e','\xe8','\x28','\xa4','\x32','\xd1','\xcc','\x84','\x8a','\xee','\xbb','\x47','\x8f','\x00','\xca','\xf8','\x9b','\x45','\x19','\x32','\x4e','\x38','\xe3','\x7b','\x41','\x9e','\xa4','\x34','\x6a','\xc8','\x8d','\x00','\x09','\x0d','\x40','\x71','\x6e','\x3b','\xcf','\x7a','\x64','\x88','\x27','\x41','\x40','\xb2','\x8f','\x28','\xba','\xcd','\xc5','\x8c','\xaa','\xaa','\x79','\xbc','\x18','\xc6','\x67','\x78','\x8e','\x60','\x79','\x8b','\xdc','\x0f','\x60','\x4a','\x0f','\x15','\x17','\xf5','\xca','\xb2','\xb9','\xea','\x1e','\x88','\xd4','\xfe','\xe5','\x43','\x7e','\xf9','\x84','\xb7','\xfc','\xc7','\x7a','\x1e','\x55','\xdd','\xc3','\x2b','\xd6','\x98','\x32','\x9a','\x75','\x2d','\xc2','\xb5','\x50','\x76','\x10','\xaa','\xf7','\x5e','\x97','\x8b','\xe4','\xda','\x23','\x9d','\x7e','\xf9','\x3f','\xfd','\x72','\x04','\x3f','\xb9','\x22','\xfa','\xd8','\xf3','\xee','\xc7','\x1b','\x5e','\xff','\x42','\x5c','\x7b','\xed','\xb5','\x78','\xda','\xd3','\xc2','\xc1','\x9f','\x47','\x8f','\x1e','\xc1','\x2f','\xff','\xf2','\x2f','\xe3','\x77','\xae','\x7b','\x3f','\xbe','\xf2','\x8d','\xc7','\x67','\xe9','\xbf','\x79','\xf4','\x10','\x7e','\xf3','\xed','\x1f','\xc0','\x33','\x9e','\xf1','\x0c','\xbc','\xe2','\x15','\xaf','\xd0','\x41','\x4f','\x04','\xbc','\xf3','\xf0','\x61','\xdc','\x7d','\xdf','\x85','\x38','\xb8','\xef','\x38','\xce','\x3b','\xf8','\x00','\x8e','\x6f','\x1d','\xc4','\xf6','\xa2','\x1e','\xb6','\x0f','\x00','\x7e','\xe5','\xd7','\x7f','\x65','\x65','\xf0','\x63','\xe9','\x1b','\x47','\x2e','\xc2','\xf5','\xef','\xbb','\x0d','\xe7','\x9e','\x73','\x2e','\x7e','\xf2','\xf5','\x3f','\x05','\xa0','\x18','\xdc','\xe1','\x8a','\xfa','\xad','\xaa','\xd2','\x94','\xdd','\x8f','\x3f','\xe3','\x43','\xec','\x01','\x76','\x91','\xeb','\x7b','\xc0','\xf7','\x0c','\x66','\xaf','\x7b','\x94','\x56','\x39','\xd0','\x6e','\x25','\x39','\xb1','\x6c','\xde','\x88','\x15','\x13','\x61','\x22','\x1f','\x3f','\x76','\x14','\x87','\xdf','\xfd','\x4e','\x7c','\xf3','\xd8','\x93','\x70','\xee','\xfe','\xfb','\x70','\xde','\x81','\x7b','\xb1','\x35','\x3f','\x07','\xdb','\xdd','\xe6','\x2a','\xa5','\x81','\x00','\xdc','\xf1','\xd9','\xdb','\xf1','\xab','\xbf','\x75','\x1d','\x8e','\x6e','\x5d','\x84','\x83','\x9b','\x0f','\xe0','\xbc','\x66','\x0b','\x47','\xb7','\x1e','\x55','\x5d','\xd1','\x11','\xba','\xe5','\xd6','\x1b','\xf1','\x07','\x1f','\xff','\x06','\xb6','\x16','\x07','\x47','\xd3','\x94','\x34','\xef','\x36','\x71','\xc7','\x5f','\xdf','\x8b','\xf7','\xbc','\xff','\x1d','\x78','\xf2','\x93','\x2f','\x09','\x79','\x7c','\x62','\xbd','\x3c','\x3c','\x3b','\x3c','\x70','\xf2','\x22','\xdc','\x72','\xeb','\x8d','\x2b','\x03','\xa0','\x5f','\x79','\xeb','\x2f','\xe1','\x86','\x0f','\x7e','\x18','\xf7','\x1c','\xfb','\x16','\x00','\xc0','\x46','\xbb','\x8d','\x47','\x1d','\xb8','\x13','\x57','\xfd','\xc8','\x95','\x78','\xdd','\x6b','\xde','\x80','\x73','\x0e','\x9e','\x03','\x20','\xf4','\xc3','\xad','\xbf','\x7f','\x33','\x3e','\xfc','\xc7','\x7f','\x81','\x6f','\x1e','\x7f','\x5c','\x96','\xc7','\x89','\xf9','\x41','\x05','\x41','\x4f','\x79','\xd2','\x25','\xbb','\xb6','\x17','\xe9','\x4c','\x93','\x55','\x72','\x6b','\xe3','\xb1','\xdc','\x54','\x29','\xcf','\x10','\x73','\x0a','\x8c','\x00','\x82','\x6b','\x28','\x18','\x04','\xe0','\xe1','\x19','\xba','\x11','\x3d','\xaa','\xa7','\xa8','\xc4','\x1c','\x08','\x79','\xc5','\xcb','\xc9','\xcd','\x74','\xbc','\xae','\xab','\x2d','\x22','\xd1','\xb0','\x2d','\xc5','\xb0','\x4d','\x46','\x8b','\x20','\x7d','\x75','\xa5','\x81','\x42','\x70','\x93','\xea','\xbe','\x95','\x81','\x4b','\x9b','\x28','\xe6','\x79','\x61','\x54','\x4d','\x3f','\xae','\x5a','\x27','\xb7','\x2f','\x98','\x7a','\xd7','\xa5','\x6a','\xee','\x7a','\x2b','\x49','\xd8','\xde','\x34','\x75','\xb3','\x51','\xd3','\xcc','\x53','\x2e','\x4b','\xa6','\x39','\x0c','\x94','\x57','\x8e','\x7d','\x31','\x48','\x5e','\x5f','\x7d','\xd2','\x7b','\xb9','\x6e','\x51','\x78','\x99','\x84','\xfd','\x63','\x14','\x15','\x97','\x6c','\x05','\x8e','\xca','\x7c','\x0c','\xb8','\xa2','\x94','\x9f','\x37','\xfb','\x07','\xbc','\x44','\xfd','\xa4','\x7c','\xdc','\xd8','\xfa','\xa9','\xd5','\x54','\x14','\x74','\x51','\xba','\x74','\x83','\x81','\x6d','\xb3','\x01','\xe5','\x53','\xb4','\x9c','\xb5','\xd7','\x9f','\xd9','\x65','\xd2','\xbe','\x75','\x84','\xc6','\xc9','\x99','\x3f','\x00','\x7a','\x4a','\x9d','\xaf','\x73','\xb6','\xbe','\x19','\x7a','\xf5','\xc2','\x10','\x81','\xe9','\x74','\x12','\x60','\x0f','\xff','\x3c','\x92','\xa9','\x04','\x10','\x4e','\x40','\x46','\xc9','\xdb','\xe2','\x57','\xe2','\x18','\xb4','\x80','\x85','\x1f','\x03','\xce','\x01','\xcc','\x1e','\xdc','\x07','\xd0','\xe2','\x3d','\x83','\xfa','\xe0','\x72','\xed','\x09','\x70','\x7d','\xc0','\x42','\xb2','\xf2','\x3b','\x28','\x3f','\x67','\x85','\xd1','\x38','\xcd','\x21','\x72','\x1d','\x85','\x72','\x14','\xd3','\x00','\x80','\x04','\x63','\x20','\x3b','\x86','\x59','\x8d','\x09','\x04','\x04','\x70','\x54','\x11','\x96','\xbb','\x3a','\xd6','\x8d','\x61','\x65','\xe9','\x54','\xad','\xf0','\x9f','\x12','\xb7','\x68','\x74','\xcc','\xa9','\x15','\x20','\xef','\x3d','\x16','\x8b','\x45','\x26','\xe8','\xed','\xa6','\xa1','\xc1','\xb3','\x3b','\x69','\xf1','\x14','\xb3','\x3c','\x1d','\xdc','\x62','\x59','\x9e','\x56','\xe8','\x56','\xe8','\xc8','\x91','\x23','\xf8','\xd5','\x5f','\xfd','\x0d','\x7c','\xe3','\xfe','\x7c','\xe5','\x67','\xdf','\xc6','\x1c','\x97','\x7e','\xdf','\xe3','\xf0','\x2f','\xfe','\xc5','\xbf','\xc0','\xc1','\x83','\x07','\x95','\x01','\x9f','\x7b','\xee','\x21','\xfc','\xfc','\xcf','\x87','\x15','\x9e','\x5f','\x7d','\xeb','\x87','\xf1','\xcd','\xa3','\x87','\xb2','\xe7','\xee','\x3f','\x76','\x1e','\xde','\xf9','\xce','\x77','\xe2','\xe5','\x2f','\x7f','\x45','\x28','\x3e','\x96','\xff','\xa3','\xd7','\x5c','\x03','\xf6','\x87','\xf1','\xc3','\x3f','\xf4','\x12','\xec','\xdf','\x3c','\x88','\x0f','\x7f','\xe4','\x36','\xfc','\xd7','\x3f','\x3b','\x86','\x93','\xf3','\xfd','\xd5','\x7a','\xdd','\xf3','\xc0','\x13','\xb0','\xe8','\x5b','\xcc','\x9a','\x0e','\xe7','\xec','\x3b','\x82','\x73','\xf6','\x7f','\x53','\xef','\x9d','\xd8','\x3e','\x1f','\xc7','\x4e','\x1e','\xc2','\x76','\x57','\x07','\x50','\xf7','\x1e','\xbd','\x08','\xbf','\xfd','\x7b','\xef','\xc4','\x3f','\xfc','\xc1','\x1f','\xc6','\x53','\x9e','\xfc','\x54','\x80','\x8d','\x82','\x50','\xea','\x27','\xd6','\x32','\x6a','\x65','\xa4','\x08','\xea','\x38','\x59','\xbd','\x4f','\xc2','\xd2','\xf3','\x92','\xc3','\x4d','\x77','\x40','\xe3','\x72','\xb6','\x54','\x82','\x92','\xe0','\x3e','\x78','\xf0','\x1c','\x5c','\xf3','\x8a','\x1f','\xc5','\x2d','\xb7','\xdd','\x80','\x17','\x5d','\x71','\x35','\xf6','\x1f','\x38','\x88','\x0f','\xdd','\x76','\x13','\x3e','\xf3','\xc5','\x06','\xdd','\x18','\x70','\x2c','\x5c','\x72','\x9e','\xf5','\xcc','\xe7','\xe0','\xa7','\x5e','\xff','\x3a','\x7c','\xf0','\xb6','\x1b','\x71','\xc5','\x65','\xaf','\xc0','\xc9','\x13','\x27','\xf0','\xbb','\xd7','\xbf','\x1f','\xf7','\x1c','\x7d','\x42','\xf5','\xf1','\x3b','\xee','\xf8','\x54','\x04','\x2e','\xfb','\xd1','\xba','\x0e','\x07','\x37','\x1f','\xc0','\xc1','\xcd','\x7b','\xf5','\xfe','\xbc','\x3b','\x88','\x63','\xdb','\x8f','\xc6','\xd6','\x62','\xf8','\x5e','\x8f','\x6e','\x3d','\x0a','\xef','\x7a','\xef','\x3b','\xf1','\x3d','\xdf','\xfd','\x3d','\x9a','\x07','\x00','\x1c','\xda','\x77','\x3f','\xf6','\xcd','\x8e','\xa2','\x6d','\x4e','\x86','\x5a','\x71','\x83','\x13','\xf3','\xf3','\xf1','\xc0','\xc9','\xc7','\x0c','\xf2','\xd8','\x5a','\xec','\xc7','\x9f','\xfd','\xc5','\xe7','\x71','\xc7','\x67','\x6f','\xc7','\xb3','\x9e','\xf9','\x9c','\x7a','\x1b','\x23','\xbd','\xef','\xc6','\xc3','\xb8','\xe9','\x96','\xdb','\x14','\xfc','\xb4','\xae','\xc3','\x63','\x0e','\x7e','\x65','\xe0','\x8a','\x07','\x00','\xcf','\x7a','\xe6','\x73','\xf0','\xac','\x67','\x3e','\x07','\xe7','\x9e','\xfb','\x4b','\x78','\xf7','\x4d','\x7f','\x32','\x28','\xfb','\xc4','\xfc','\x20','\x6e','\xfd','\xe8','\x5f','\xe2','\xdc','\x73','\x7f','\x1d','\x6f','\x7e','\xe3','\x5b','\x26','\xcb','\x3d','\x5d','\xb4','\x2b','\xc6','\x5d','\x2a','\x56','\x33','\xa6','\xca','\x13','\x73','\x2f','\x28','\xee','\xb3','\x10','\x6b','\x41','\x84','\xe0','\x8e','\xd2','\x39','\x0f','\x1a','\x7a','\x38','\xcc','\x17','\xd9','\xbb','\x26','\x8a','\x7c','\xa6','\xa8','\x4a','\x56','\x15','\xf7','\xb0','\x3a','\xc3','\x1a','\xce','\x81','\x7a','\xdb','\xc6','\x53','\x09','\xf0','\xa2','\xe2','\x82','\xcc','\x75','\x7d','\x42','\x84','\x1d','\xe5','\xab','\x05','\x43','\xd0','\x18','\xfb','\x20','\x73','\x83','\x43','\x32','\xac','\x4c','\x11','\x55','\xc0','\x94','\xf9','\xce','\x19','\xb3','\x4a','\x95','\xca','\xfa','\xcb','\x28','\x1a','\xe2','\xca','\x97','\xdf','\x4c','\x39','\x28','\x20','\xa1','\x5a','\xef','\x92','\x86','\xde','\x4f','\x8f','\x72','\x4a','\x6f','\xdf','\x53','\x89','\x9e','\xa2','\x66','\xa1','\xe0','\x47','\x11','\x2e','\x40','\x0e','\x70','\x11','\x55','\x65','\x7e','\xf9','\x24','\xf5','\x4d','\x59','\xd8','\xc6','\x6b','\x35','\xbc','\x1c','\xb4','\x68','\x6f','\x48','\x9f','\x1b','\x85','\x06','\x18','\xbc','\x17','\x56','\x85','\x09','\x1a','\x28','\xc1','\x7b','\xc0','\xb9','\x08','\x82','\x31','\x42','\x63','\x3c','\x7d','\x89','\x0c','\x5d','\x39','\x9f','\x1d','\xe5','\x97','\x5b','\x79','\x05','\xdd','\x25','\xf7','\x54','\x8a','\x60','\x11','\xba','\xcf','\xe2','\x94','\xd5','\x8c','\x22','\x83','\xfa','\xd8','\xdc','\xa3','\x3d','\x42','\x01','\x0e','\x12','\x88','\x00','\x60','\xf8','\x05','\x27','\x35','\xcb','\x1a','\x9c','\x14','\xb3','\x37','\xf0','\x2e','\xae','\x02','\xf5','\x1e','\x7d','\x34','\xa5','\x31','\xf7','\x69','\xd5','\xdb','\x2a','\x48','\x02','\xa6','\x00','\xb3','\x42','\x99','\x1f','\x7f','\xc2','\x82','\xc6','\x90','\x56','\x8e','\x12','\x8f','\xe2','\x24','\x84','\xc4','\x10','\x12','\xdd','\x17','\x38','\xce','\xad','\x04','\xe2','\xd8','\x14','\x4f','\x65','\x35','\x2a','\x93','\xad','\x66','\x00','\xab','\x4c','\x9a','\x71','\x85','\x6f','\x25','\xf2','\xfd','\x30','\x0a','\x5c','\xd7','\x75','\xd5','\x05','\x9d','\x4c','\x13','\x2c','\x37','\x09','\xa9','\x0b','\xdc','\xb8','\xe1','\xae','\x4a','\x09','\x51','\xae','\xfe','\xcc','\xd9','\x48','\xd7','\xbf','\xfb','\x7a','\x1c','\x3b','\x79','\x68','\xe0','\x92','\xd6','\x38','\x8f','\x43','\x87','\x0e','\xe1','\xe0','\xc1','\x60','\xa1','\xb7','\x56','\x5b','\x66','\xe0','\x15','\xaf','\x78','\x25','\x7e','\xe7','\xba','\xf7','\x0f','\x00','\xd0','\xd6','\x7c','\x03','\x7f','\xf9','\x97','\x7f','\x83','\xa3','\x47','\x8e','\xe0','\xdc','\x43','\xe9','\xde','\x4f','\xbc','\xfe','\xf5','\x78','\xed','\x6b','\x7f','\x1c','\xdb','\x5b','\x0b','\x6c','\x6f','\xf5','\xd8','\xbf','\xef','\x20','\x3e','\xf5','\x99','\x5f','\xa9','\x02','\xa0','\x2f','\xfc','\xed','\x16','\xb6','\xbb','\x47','\xe3','\xe0','\xe6','\x71','\x7c','\xd7','\x25','\x84','\x17','\x5f','\x79','\x2d','\xae','\x7e','\xc9','\xcb','\x71','\xe0','\x40','\xa8','\xcb','\xcd','\x1f','\xbc','\x01','\x37','\x7f','\xf0','\x06','\xfc','\xf9','\x1d','\xdf','\xc4','\x03','\x27','\xce','\x1b','\x3c','\xdf','\x7b','\x87','\xa3','\x27','\x1f','\x85','\x1b','\x6f','\x7e','\x2f','\x7e','\xee','\x2d','\xff','\x3a','\x0d','\x34','\x6b','\x79','\x55','\x21','\x54','\x79','\x81','\xf6','\x52','\xf4','\x61','\x4d','\x93','\x15','\x09','\x28','\xad','\xa6','\xeb','\xec','\x3a','\x25','\x06','\xc2','\x78','\xdd','\x6b','\xde','\x80','\xd7','\xbd','\xe6','\x0d','\x7a','\xed','\xd8','\xb1','\xa3','\xf8','\xd2','\xdf','\x7d','\x04','\x47','\xfa','\xf3','\x97','\xd6','\x47','\x9a','\xf3','\xf2','\x97','\x5e','\x8b','\x97','\xbf','\xf4','\x5a','\x9d','\x02','\xb7','\xdc','\x76','\x03','\xbe','\x79','\xcc','\x57','\x57','\x81','\xfe','\xf8','\x93','\x5f','\xc3','\xd6','\xe2','\x10','\xce','\xdb','\x7f','\x2f','\x9e','\xfc','\x2d','\x1b','\xb8','\xe2','\xb2','\x57','\x64','\x11','\xda','\xc4','\xb5','\xcd','\x02','\x1c','\x21','\xcf','\x0e','\x5b','\x8b','\x43','\xf8','\xe8','\x9f','\xde','\x85','\xad','\xc5','\x41','\x1c','\xd8','\x38','\x8e','\xf3','\xf6','\x7f','\x1d','\x2f','\xba','\xe2','\x2a','\x5c','\xf6','\xc3','\x2f','\xc2','\x53','\x9e','\x74','\x49','\x68','\xc3','\xf1','\x63','\xb8','\xee','\x1d','\x6f','\x8b','\x2b','\x37','\x43','\x20','\x36','\xef','\x0e','\xe2','\x8e','\xcf','\x7c','\x6a','\x12','\x00','\xfd','\xed','\xdf','\x7d','\x09','\xbf','\xf9','\x3b','\x6f','\xc5','\x37','\x8f','\x7f','\x9b','\x5e','\x7b','\xf4','\xc1','\x3b','\xf1','\x8f','\x7f','\xec','\x8d','\x03','\xf0','\x63','\xe9','\x27','\x5e','\xfb','\x26','\xdc','\xf9','\xf5','\xaf','\x56','\xeb','\xff','\xc0','\xc9','\xc7','\xe0','\xe6','\x0f','\xdd','\x82','\x97','\xbf','\xf4','\x1a','\x5c','\x74','\xe1','\xc5','\xa3','\x79','\x3c','\x24','\xa9','\x64','\xc6','\x15','\x1e','\x9e','\xf4','\xf2','\x20','\x49','\x34','\x52','\x1c','\x03','\x9e','\xcc','\x26','\x56','\xb3','\x4f','\xc3','\xc5','\x50','\xf4','\x59','\xc4','\xfa','\x72','\xe2','\x94','\x8c','\x54','\x10','\x47','\xc9','\x94','\x57','\x9c','\x4c','\xa4','\x7e','\x78','\xf1','\x11','\x1b','\xae','\x5b','\x5d','\xdf','\x4c','\x10','\x84','\xa2','\x0e','\xfa','\x35','\x5b','\x1d','\x12','\x41','\x68','\x2b','\x61','\x37','\xf5','\x53','\x12','\xa4','\x23','\x7d','\x99','\xad','\xd5','\x90','\xed','\x86','\x42','\x85','\x9f','\x62','\x49','\x64','\xeb','\xc0','\x05','\xb0','\x30','\xe2','\xda','\x28','\x26','\x02','\x32','\x06','\x00','\x48','\xbb','\xd7','\xdc','\x8b','\x0a','\x45','\x12','\xf2','\xa4','\xfd','\x30','\x70','\xe7','\x35','\xab','\x84','\x52','\x6f','\x72','\xa4','\xab','\x85','\xce','\x15','\xc0','\x8c','\x6c','\x9e','\x79','\x5b','\xad','\x3c','\xd5','\x43','\x16','\xbd','\x57','\x17','\xcb','\xbc','\xdc','\x7c','\x2c','\x89','\x82','\x63','\xef','\x17','\xc9','\x73','\x70','\x50','\x2a','\x69','\x45','\xfd','\xec','\x75','\x2e','\xd3','\x9c','\x71','\x12','\xd0','\x17','\xc3','\x0f','\xc7','\x4b','\xce','\xb9','\xb0','\x2f','\xaf','\xf7','\x6a','\x80','\xe8','\xbb','\xd0','\x67','\x68','\x83','\x4e','\x73','\xca','\x2b','\x41','\x7b','\xb4','\x47','\xa7','\x42','\x32','\xcf','\xc4','\xef','\xad','\xc2','\xc0','\x85','\x55','\x3b','\xc4','\x20','\x27','\x4c','\xd9','\x79','\x73','\x81','\xa7','\x00','\xce','\x23','\x9e','\x33','\x14','\x9e','\xb3','\xbc','\x96','\x20','\x51','\xe4','\x12','\x23','\x72','\xf1','\xf0','\x68','\x89','\x08','\x99','\xcd','\x61','\xe1','\x6f','\x16','\x40','\x20','\xf1','\xca','\x81','\xb7','\xb0','\x00','\x23','\x96','\xe8','\xbc','\x11','\x1a','\xd1','\x90','\x65','\xac','\x35','\xdb','\x4e','\x61','\x6a','\x7a','\xf6','\x70','\xce','\x29','\xe0','\x51','\xfe','\x30','\xb5','\x02','\xe4','\x9c','\xd3','\x7d','\x40','\x1a','\x6d','\x81','\x04','\xe7','\x25','\xae','\x3f','\xc5','\x34','\xac','\x75','\x8e','\x41','\xc3','\xf7','\x7a','\xb6','\xf2','\x1b','\x11','\x38','\x85','\xa1','\xf5','\xab','\x5f','\xfd','\xea','\xf8','\x6a','\x41','\x2d','\x1b','\x0a','\x8c','\xf5','\xe9','\x4f','\x7f','\x3a','\x36','\x66','\xdb','\xd5','\x34','\x5d','\xdf','\xe2','\xab','\x5f','\xfb','\x2a','\x9e','\x7e','\x5e','\x02','\x40','\xcc','\xd1','\x1a','\xd7','\x07','\x9f','\xce','\x8b','\x2f','\x7e','\x3c','\x1a','\xb7','\x18','\x3c','\xeb','\xd9','\xe1','\xbe','\xe3','\x8f','\xc6','\xb9','\xfb','\x8f','\xe2','\xea','\x2b','\x9f','\x8e','\x97','\xbe','\xf8','\xe5','\xf8','\x9e','\x67','\x3d','\x3b','\x7b','\x27','\x57','\xbd','\xe8','\x6a','\x7c','\xdf','\x73','\x9e','\x87','\xdf','\x7d','\xe7','\xdb','\x71','\xdd','\xf5','\x7f','\x1a','\x03','\x21','\xe4','\x74','\xf4','\xe4','\xb9','\xb8','\xe1','\xe6','\x5b','\xf0','\x9a','\x6b','\x7f','\x0c','\x8f','\x7b','\xdc','\xe3','\xb5','\xc9','\x12','\x1a','\x35','\x19','\x35','\xc5','\x84','\x60','\x2c','\x04','\xb1','\x9d','\x9a','\x2e','\xfe','\xa7','\xa8','\xe4','\x01','\x41','\xe1','\x4b','\x9d','\x82','\x34','\x1b','\x38','\x5d','\xb4','\xa2','\x7b','\x25','\x19','\x6a','\xb5','\x93','\x4c','\x53','\xa9','\x93','\x9d','\xc4','\x62','\x9d','\x38','\x78','\xf0','\x1c','\x90','\x9b','\x70','\xeb','\xb4','\xba','\x13','\x28','\x7a','\xef','\x71','\x76','\xeb','\xe0','\xc1','\x73','\xe3','\x86','\xf7','\x1c','\x00','\x1d','\x3d','\xf9','\x28','\x38','\xe7','\x71','\xd1','\xa1','\xff','\x86','\xab','\x7e','\xe4','\xca','\x6a','\x48','\x6c','\x71','\x4d','\xfb','\xf4','\x67','\xfe','\x1d','\xee','\x3a','\xf2','\xa4','\x01','\x88','\x7a','\xe0','\xe4','\x63','\xe0','\xd9','\xe1','\xbc','\xfd','\xf7','\xe2','\x8a','\x17','\x7c','\x17','\xae','\xbc','\xe2','\x9f','\x0f','\xf6','\xd5','\x9c','\x73','\xf0','\x1c','\xbc','\xf9','\x8d','\x6f','\x81','\xf7','\x3d','\xae','\xbf','\xe9','\x76','\x1c','\xdb','\x2e','\x40','\x76','\xb7','\x3f','\x86','\xca','\x7e','\xd3','\x68','\x33','\x6f','\xb9','\xf5','\x06','\x1c','\xdd','\xba','\x40','\xf7','\xfc','\x1c','\xd8','\x38','\x8e','\x17','\xfc','\xc0','\x73','\x97','\x46','\x91','\xdb','\xbf','\xff','\x00','\x9e','\xf5','\xdd','\xcf','\xc6','\xc7','\xfe','\xfc','\xbd','\xd5','\x55','\xac','\x93','\xf3','\xf3','\x71','\xeb','\xef','\xdf','\x8c','\x1f','\x7f','\xed','\x78','\xd9','\x03','\x5a','\x66','\x59','\xde','\x01','\x2d','\xc3','\x2b','\x4b','\x1f','\xa4','\x7c','\xdc','\x4c','\x3e','\xa2','\xd6','\xb2','\xa4','\xf0','\xca','\xbc','\x70','\x2e','\x48','\x30','\x07','\x0e','\x73','\x42','\xdc','\x0f','\x22','\x3b','\xf5','\x12','\x4c','\x21','\x5a','\xe2','\xca','\xd5','\x06','\xfd','\xac','\xf2','\xd0','\x7a','\xcd','\x46','\x81','\x54','\x2d','\x51','\x04','\x1a','\x01','\xcf','\x98','\x55','\x0d','\xfb','\x3b','\xd3','\x88','\xc3','\x43','\x83','\xe9','\x0d','\x0b','\x94','\xd2','\x75','\x02','\xa9','\xab','\x59','\xc8','\xd3','\x65','\xb2','\x64','\x58','\xad','\xb2','\xce','\xe3','\x6d','\xa8','\xcb','\xa1','\xc8','\xab','\x88','\xaa','\xf7','\xd5','\xff','\x3e','\x0a','\x26','\x6d','\x9f','\x16','\x25','\x6d','\x8b','\x91','\x98','\x04','\x32','\x99','\xc6','\xc9','\x42','\x83','\x94','\x46','\x9e','\x33','\x3b','\x11','\xcb','\x26','\x66','\x53','\x4f','\x92','\x48','\x6b','\xce','\x65','\x07','\x8e','\x0e','\xde','\x75','\x59','\x65','\x1d','\x03','\x69','\x25','\x89','\xc5','\x12','\xdc','\xdb','\xbd','\x3f','\xb5','\x0e','\x8a','\x19','\xd8','\xba','\x16','\xc5','\x48','\xe0','\x18','\x7b','\xbd','\xc6','\x5a','\x6b','\xde','\x1f','\x29','\x60','\xce','\x92','\x36','\xd4','\xda','\xb3','\x5b','\x14','\x2b','\x10','\x3e','\x42','\x87','\x12','\x39','\xb8','\xc6','\xa3','\x69','\x08','\xbd','\x23','\x3d','\xfb','\xa8','\xeb','\x42','\x9f','\x35','\x9e','\x01','\xdd','\xda','\xbc','\xb6','\x5a','\x36','\x5d','\x9d','\x22','\xab','\xcc','\x1d','\xf1','\x6c','\xd5','\x7d','\xf6','\xe8','\xc1','\x25','\xcb','\x83','\x22','\x69','\xb4','\xb8','\x68','\x98','\x90','\xfd','\xa4','\xd9','\x21','\xc6','\x02','\x7e','\x22','\x00','\x61','\x4f','\x71','\xeb','\x41','\xa1','\x6a','\x21','\xfd','\x56','\x20','\x43','\x66','\x6c','\x4e','\xe9','\x50','\xd9','\xa6','\x6f','\xb3','\x37','\x88','\x04','\x64','\x41','\xbf','\xe8','\x6f','\xb3','\xb7','\xbc','\x9a','\xf5','\x88','\x5f','\x6d','\xdd','\xd6','\xb2','\x82','\xa2','\x57','\xa1','\xb6','\x69','\x07','\xfb','\x7d','\xc6','\x82','\x20','\xa8','\x06','\x26','\x27','\xa5','\xda','\x07','\x53','\x10','\x84','\x9d','\xcc','\xde','\x9d','\x45','\xfa','\x7a','\xb8','\xd0','\x13','\x9f','\xf8','\x44','\x6c','\xb4','\xc3','\xb8','\xe3','\x9e','\x1b','\x1c','\x39','\x72','\x24','\xbf','\xc8','\x76','\x80','\xf3','\x68','\x77','\xf7','\xde','\xe1','\xdc','\xfd','\x47','\xf1','\xda','\x57','\x3d','\x0f','\xff','\xe8','\x9a','\x1f','\xc7','\xf7','\x3c','\xeb','\xd9','\xf2','\x78','\x46','\x17','\x5e','\x78','\x11','\x5e','\x7a','\xd5','\x2b','\xf0','\xf4','\xa7','\x34','\x98','\x35','\xf5','\xc3','\x6c','\x8f','\x6f','\x9d','\x87','\x9b','\x3f','\x78','\x43','\x52','\x78','\xa2','\x60','\x76','\x8e','\x82','\xf5','\xac','\x71','\x68','\x9a','\xe8','\x4f','\x4d','\x4e','\x05','\xb9','\x1e','\x80','\x4a','\x08','\x3e','\xd7','\x8d','\x43','\x3b','\x6b','\xd0','\xb6','\xe1','\xb3','\x69','\x28','\x9f','\x60','\xa7','\x83','\x56','\xcd','\x5b','\x41','\x5b','\x18','\x8b','\xe7','\x1c','\x3c','\x17','\x8e','\x86','\x31','\xe2','\xd7','\xa1','\x8b','\x2e','\xbc','\x18','\x6d','\x05','\x9c','\xb6','\xcd','\x02','\x17','\x9c','\xfb','\x77','\x78','\xc3','\x8f','\xff','\x63','\xbc','\xf9','\x8d','\x6f','\x19','\xdd','\x0b','\xf3','\xfc','\xe7','\xfe','\x20','\xfe','\xc1','\xf7','\xff','\x03','\xec','\x9b','\x9d','\x1c','\xdc','\xf3','\xec','\xf0','\xe8','\x83','\x5f','\xc7','\xab','\x5e','\xf2','\x03','\xf8','\xe9','\x37','\xff','\xcb','\xc9','\xa0','\x02','\xcf','\xfa','\xee','\xe7','\x60','\xa3','\x3d','\x31','\xb8','\x3e','\xef','\x36','\xf1','\xa5','\xbf','\xfd','\xc2','\xe8','\x73','\x77','\xdd','\x7d','\x27','\x3e','\x78','\xdb','\x6d','\x19','\x70','\xda','\x37','\x3b','\x8a','\xef','\x7f','\xfe','\xf2','\xf3','\x88','\x80','\xe0','\x0e','\xb7','\x59','\x29','\x17','\x00','\x8e','\x6d','\x1f','\xc2','\xad','\x1f','\xbe','\x69','\xa5','\x7c','\xce','\x6a','\x32','\x60','\x7f','\xa5','\xe4','\x1c','\x14','\xd1','\x4c','\xa8','\xb0','\x99','\x03','\x24','\x87','\x4e','\x52','\x0c','\x9b','\x4d','\x6a','\x4d','\x0b','\xf3','\x3e','\x2c','\xd9','\x67','\x6e','\x4d','\x13','\x95','\x48','\x00','\x65','\xf8','\x5f','\x50','\xcc','\x00','\xd4','\x44','\x40','\x66','\xff','\x87','\x7a','\x14','\x2b','\x3e','\xaa','\x48','\x1a','\xf0','\x13','\xa5','\x66','\xed','\xa0','\xcc','\xd8','\x3c','\x14','\x49','\x13','\x92','\xd2','\x34','\x11','\x40','\x28','\xf0','\x40','\x56','\xe6','\xa0','\x1d','\x0a','\x56','\xca','\x74','\xa2','\x4c','\x86','\xd0','\xe3','\x7a','\x5f','\x81','\x45','\x00','\x1b','\x59','\x5b','\xe5','\x59','\x97','\xf2','\xd2','\x15','\x18','\x32','\x0d','\x10','\x93','\xa9','\xf2','\x3a','\x67','\xda','\x2b','\x4a','\x87','\xec','\x31','\x09','\xe5','\x20','\x5a','\x5e','\x99','\x93','\xfb','\xaf','\x37','\xef','\x9e','\x08','\x61','\x5f','\x4a','\xeb','\xd0','\xb4','\x64','\x78','\xaa','\xf6','\xd6','\xa0','\xaf','\x14','\xc8','\x21','\x85','\xc8','\x0d','\x79','\xc6','\xc3','\x4c','\xfb','\xe8','\xba','\x26','\x48','\xda','\x8c','\xb7','\x6c','\xf8','\x98','\xaf','\xd2','\xfb','\xf2','\x2d','\x03','\x54','\xd9','\x39','\x24','\x76','\xdc','\x42','\x95','\x9d','\x5d','\x27','\xaa','\xff','\xcf','\xc7','\x10','\x8a','\x31','\x50','\xfc','\x97','\x74','\x2e','\x2c','\x64','\x3a','\x0a','\xfd','\x2b','\xb2','\xa8','\x9d','\x35','\x70','\x2e','\x44','\xd9','\xea','\xbb','\x00','\x82','\xbc','\xb7','\xb2','\xe9','\x0c','\xa2','\x92','\x47','\xb2','\x32','\xb4','\x47','\x2b','\x91','\xcc','\x6f','\xef','\x3d','\x7c','\x1f','\xe6','\x79','\xdf','\x79','\xf4','\xc6','\xe0','\x81','\xb8','\xe2','\x19','\x78','\x9b','\x33','\xfa','\x9a','\xe1','\x49','\x95','\x61','\xcd','\x45','\x19','\xb9','\xac','\x59','\x56','\xb1','\xc4','\xe3','\x24','\x5a','\x9d','\x8d','\x5a','\x97','\xce','\x37','\x12','\xbe','\x04','\x13','\xa0','\xa1','\xe0','\x2d','\xde','\xe4','\x85','\x4c','\x45','\x1b','\xa9','\x4f','\xc1','\x8c','\x56','\x98','\xb3','\xe5','\xea','\xba','\x04','\x41','\xa8','\xa6','\x95','\x2f','\xde','\xfb','\xc1','\x46','\xa1','\xb4','\x84','\x14','\x05','\xd7','\x92','\xc2','\x6b','\xc2','\xea','\xac','\xa5','\xac','\xf7','\x23','\x15','\xfd','\x3b','\xb6','\x92','\xb3','\x7f','\x73','\x0b','\x97','\x5e','\x7a','\xe9','\x48','\xc6','\xd3','\x8d','\xee','\xfa','\x16','\x5f','\xf9','\xca','\x57','\xf2','\xaa','\xf8','\x30','\xd0','\x75','\x49','\x72','\x64','\x64','\x36','\xce','\xe3','\x89','\x17','\x9d','\xc0','\x4b','\x5f','\xfc','\x72','\x3c','\xf9','\xc9','\x4f','\xcd','\xfd','\xe1','\x8b','\x47','\x9e','\xf2','\xe4','\xa7','\xe2','\xa5','\x57','\xbd','\x1c','\x87','\x0e','\xdc','\x5f','\xcd','\xeb','\xd8','\xd6','\xb9','\xb8','\xe9','\x03','\xef','\x87','\x9e','\x5b','\x22','\x55','\xa7','\xa2','\x15','\xf2','\xc5','\x2a','\x28','\x46','\x91','\xd0','\xb3','\x24','\xcc','\x24','\x5c','\x6d','\x5e','\xad','\x36','\x98','\xcb','\x6a','\x2c','\x7f','\xcc','\xbc','\xd4','\xb2','\x3d','\x6b','\x2a','\xb6','\xeb','\xd0','\xfe','\x8d','\x63','\xf8','\x89','\xd7','\xfd','\x24','\x5e','\x7e','\xf5','\xb5','\xc3','\x3a','\x16','\xbf','\x9f','\xfc','\xe4','\x4b','\x30','\x6b','\xb7','\x06','\x79','\xec','\x9b','\x9d','\xc4','\xf3','\x9e','\xfd','\xd4','\x49','\x00','\x25','\xf4','\x94','\x27','\x5d','\x82','\x59','\x33','\xcc','\x03','\x00','\x7a','\xbf','\x81','\xbb','\xee','\xbe','\xb3','\x7a','\xef','\x4f','\x3e','\xf1','\x51','\x6c','\x2d','\xf2','\x55','\xc1','\xcd','\xf6','\xf8','\xd2','\x3d','\x43','\x42','\x17','\x5d','\x78','\x31','\x1a','\x37','\xaf','\xde','\xf3','\xec','\x70','\xff','\x91','\x7e','\x12','\x80','\xad','\x4c','\xbb','\xf8','\x9e','\x76','\xfc','\xda','\x85','\x69','\xaf','\x5c','\x0e','\xa7','\xf2','\xe2','\xc6','\x4b','\x39','\x92','\x40','\x0c','\x06','\x61','\xae','\x88','\x12','\xac','\xc5','\xe8','\xea','\xaf','\x46','\x8f','\xab','\x58','\xd4','\x75','\x18','\x29','\x98','\xa8','\x0c','\xb5','\x8c','\x07','\x1b','\x5e','\xec','\xa8','\xa2','\x44','\xda','\x55','\xdc','\xa4','\x84','\xeb','\x8a','\x47','\x51','\x76','\x59','\xa8','\x02','\x2b','\x0a','\x1b','\x76','\xc9','\xc1','\x1c','\xaa','\x99','\x57','\x2c','\x05','\x06','\x8f','\xbd','\x64','\x0d','\x29','\x95','\x3a','\x0d','\xc1','\xd1','\xf0','\xbe','\xd4','\x27','\xd5','\x23','\xef','\xdf','\xa0','\x20','\x38','\x05','\x2c','\x29','\x3c','\x72','\xad','\x61','\xb1','\x9e','\xf1','\xf0','\x50','\x01','\x8c','\x12','\x51','\x8c','\x22','\xb0','\x4a','\x40','\x32','\xb6','\x35','\x66','\xe0','\xbd','\xcf','\x40','\x6f','\xe8','\x52','\x52','\xb7','\x37','\x01','\x63','\xd2','\xcf','\x19','\xb0','\xb2','\xda','\x80','\x59','\xb2','\xc9','\x01','\x4d','\x5a','\x85','\x97','\x3e','\xd0','\x76','\xd9','\x32','\x4c','\x99','\x94','\x75','\x14','\x62','\x60','\x8b','\x58','\x54','\x54','\x5e','\xd2','\x89','\xf4','\x69','\xac','\x2b','\xb8','\xb0','\xfd','\x82','\x82','\x0c','\x5f','\xad','\xfd','\xaf','\x4d','\xba','\x72','\xa8','\x55','\x9f','\xab','\xa4','\x9f','\xa2','\x2c','\x0d','\x85','\x36','\xba','\x26','\x8e','\x81','\x68','\xc8','\x03','\x80','\xbe','\xf7','\xe8','\x16','\x3d','\xfa','\xde','\xc7','\x77','\x44','\xa7','\xc0','\x18','\x56','\xa3','\xb3','\x59','\xfd','\xd9','\xa3','\x07','\x9f','\xac','\x01','\xc2','\xf7','\xe6','\xb3','\xe3','\x00','\x7a','\x3a','\x8f','\x3e','\xca','\x83','\xc8','\x34','\x93','\x51','\x2a','\x72','\x1e','\x82','\x01','\x35','\x9c','\xf2','\x4c','\xa7','\x9e','\x86','\xff','\x99','\xbc','\xb1','\x86','\xf6','\x29','\x5c','\x51','\x32','\x71','\x18','\xc3','\x89','\x01','\x44','\x99','\x01','\x45','\x78','\x49','\x6f','\x64','\x99','\xb7','\x06','\x22','\xd6','\x55','\x72','\xf1','\x88','\xd0','\x88','\xc1','\x89','\xf5','\x8d','\x54','\x68','\xc5','\x7e','\x8d','\x86','\xa3','\xd4','\xcf','\x41','\x16','\xd7','\x28','\x0b','\x82','\xd0','\xf7','\x7d','\xf6','\x60','\x76','\x72','\xaa','\x11','\xd6','\x40','\xc6','\x57','\xa7','\x2b','\x63','\x98','\xfa','\x4a','\x3e','\xb7','\xa7','\xdb','\x52','\xb2','\x46','\xfe','\xaf','\x7e','\xf5','\xab','\xf1','\xf9','\xcf','\x7f','\x1e','\xbf','\xfe','\x1b','\xb7','\x69','\x68','\xeb','\xf3','\xcf','\x39','\x86','\x37','\xbc','\xfe','\x85','\xf8','\xd1','\x1f','\xfd','\xd1','\xea','\x33','\x44','\xc0','\xf5','\xd7','\x5f','\xbf','\xfa','\x0a','\x08','\x23','\x2e','\xd3','\x27','\x21','\xc8','\x23','\x8b','\x14','\x8e','\x3c','\xce','\x39','\x78','\x2e','\x9e','\xfc','\xe4','\xa7','\xda','\xc7','\xd3','\x37','\xb6','\xef','\x85','\x70','\xcd','\xab','\xfe','\x11','\x6e','\xbc','\xf9','\x7d','\x38','\xf2','\xb9','\x6e','\x10','\x31','\xae','\xf7','\x0e','\xf7','\xdd','\xbf','\xc0','\x17','\xbe','\xf0','\x79','\x5c','\x72','\xc9','\x77','\x80','\x99','\x42','\x14','\x37','\x00','\x8e','\x8c','\xcb','\x45','\x21','\x15','\x6d','\xfe','\xc9','\x22','\x80','\x68','\x09','\xb5','\x52','\xbb','\xe8','\x80','\xcc','\x34','\xb9','\xdc','\xb5','\xa8','\x46','\x54','\xe6','\x3a','\xb8','\xc0','\xd9','\x2d','\x7b','\xc5','\xa8','\x5e','\xa3','\x64','\x95','\x97','\x81','\x91','\x70','\x27','\xe3','\x72','\xa4','\x91','\xe7','\x1c','\x38','\x17','\x0e','\xc3','\x97','\xdc','\xf5','\xb3','\x51','\xe0','\x52','\xd2','\x14','\x10','\x99','\xa2','\x8f','\x7d','\xfc','\xa3','\x38','\xb9','\x38','\x47','\x7f','\x3b','\xf2','\x20','\xea','\xf1','\x8f','\x7f','\xea','\x55','\x2b','\xe7','\x11','\x94','\xcd','\xfa','\x3e','\xa8','\x45','\xbf','\x0f','\x5f','\xfe','\xdb','\x2f','\xe8','\x9e','\xa5','\x53','\xa2','\xb1','\x3e','\x3f','\xa3','\x9a','\x45','\x02','\x35','\x49','\x67','\x1d','\xaf','\x00','\xcb','\x24','\xb4','\x0a','\xad','\xcc','\x9d','\xa8','\x34','\x07','\xb7','\x85','\x30','\xd9','\x2c','\xd8','\xf1','\x5e','\xc2','\x93','\x1a','\x70','\x82','\xc4','\x37','\x07','\xc3','\x5d','\x2e','\x22','\xcd','\xa8','\xf4','\x8c','\xa9','\x7e','\x91','\xcf','\xf0','\x59','\x23','\x03','\x0d','\xb8','\x09','\xb2','\x76','\x08','\x84','\x74','\xe5','\x44','\xae','\x65','\x1a','\xa8','\x69','\x77','\x65','\xf2','\xd8','\x99','\x2f','\xad','\xb2','\xd5','\x0a','\x8f','\xa6','\xf6','\xda','\x3a','\x2a','\x26','\xa4','\x22','\x17','\xca','\xdb','\x36','\x10','\x33','\xd2','\x97','\xca','\x0c','\xd8','\x54','\x2f','\x1a','\x74','\x62','\x5e','\xcc','\xf1','\x1d','\x35','\xa4','\xe5','\xd8','\xc3','\x6d','\x03','\x08','\x21','\xfd','\xee','\x8d','\x82','\x12','\x1d','\xbf','\x33','\x05','\xa5','\x5c','\xa1','\xc9','\xab','\x91','\xbf','\xcd','\xe1','\x9e','\xa0','\x54','\x4f','\x81','\x5a','\xdc','\x04','\x05','\x9f','\x3d','\x95','\x78','\x49','\xeb','\xa0','\x7d','\xa9','\xd6','\x56','\x1f','\xeb','\x1b','\x95','\xa4','\x9e','\x53','\x5d','\x63','\x7f','\xa5','\x48','\x86','\x79','\x27','\x0e','\xd5','\x9f','\xf0','\x21','\xef','\xa6','\xca','\x27','\x29','\x46','\xbd','\x2a','\x68','\xd9','\x96','\x52','\x20','\x77','\x8d','\xce','\x27','\x5d','\x5e','\x05','\xfb','\xd3','\xba','\x2b','\xda','\x15','\xac','\x34','\x5f','\x83','\x81','\xb1','\x5b','\xf4','\xe8','\xba','\x1e','\x6d','\xeb','\x40','\x0d','\xd2','\x3c','\x3d','\x5d','\x44','\xc8','\x3d','\x7e','\x6a','\xed','\xd9','\xa3','\x47','\x04','\x71','\x9a','\xa0','\xd9','\xfc','\xcf','\x74','\xac','\x98','\x44','\x80','\x02','\x20','\xd3','\x30','\xb9','\xc4','\xf9','\xc2','\x05','\xd6','\xab','\xf1','\x3c','\xc5','\xc0','\x0d','\xcf','\x25','\xc3','\x91','\x6b','\x5c','\xe4','\x3f','\x09','\xa4','\x08','\xb7','\xd2','\x42','\x91','\xbe','\x72','\x76','\x2d','\x5f','\x4d','\xc9','\xdb','\x21','\x1c','\x44','\xcc','\x5b','\xf2','\x84','\xe1','\x2e','\x12','\x05','\x58','\xf0','\x03','\x21','\x46','\xbc','\x83','\x3e','\xab','\xa4','\xf3','\x25','\x4d','\x1c','\x01','\x43','\xa3','\xd3','\xc6','\x30','\x54','\xa9','\x66','\x70','\x2d','\xcf','\x9f','\x58','\x2c','\x16','\x55','\x10','\x94','\x69','\xc5','\x53','\xe7','\x00','\x4d','\x52','\x6a','\x79','\x71','\xf9','\x74','\xa3','\x99','\xd3','\x4f','\x3f','\xf7','\x73','\x3f','\x07','\x00','\x38','\x7c','\xf8','\x30','\x80','\x00','\x8a','\xae','\xbd','\xf6','\x5a','\x0d','\x80','\x00','\x84','\x41','\x71','\xe4','\xc8','\x11','\xbc','\xfd','\xed','\xbf','\x85','\xc3','\x87','\x0f','\xe3','\x6b','\x77','\x01','\xc7','\x4f','\x1e','\xc4','\xbc','\xdb','\xb7','\x34','\x7f','\xcf','\xd1','\xa5','\x21','\xae','\x00','\x31','\x38','\x85','\x90','\x5e','\x91','\x6c','\xb7','\x67','\xab','\x42','\x20','\xfc','\xc3','\x1f','\xfc','\x21','\x7c','\xfe','\xcb','\xb7','\x56','\x03','\x22','\x6c','\x2f','\x0e','\xe0','\x53','\x9f','\xfe','\x73','\x5c','\xf2','\xd4','\xef','\x48','\xef','\xca','\x33','\xfa','\x32','\x2f','\x06','\x28','\x46','\x09','\x62','\x55','\x36','\xc2','\xcd','\xbe','\x67','\x78','\x26','\x38','\x1f','\xdc','\x27','\xfb','\x5e','\x26','\xef','\xaa','\x08','\x79','\x9d','\x96','\x9e','\x66','\x62','\x33','\xe9','\xce','\xea','\xe5','\xcb','\x69','\xea','\x7d','\x00','\x52','\x65','\x30','\x82','\x63','\xc7','\x8f','\xe1','\x8b','\x5f','\xfe','\x32','\xe6','\xdd','\x53','\xf4','\x9a','\x67','\x87','\xaf','\xdd','\xbf','\xb3','\x33','\x92','\x6a','\xe4','\xd9','\xe1','\xd8','\xf1','\xa3','\xbb','\x96','\xdf','\x59','\x41','\x9c','\x7d','\x64','\x4a','\x79','\x99','\x26','\x6a','\xcc','\xf9','\x18','\x8a','\x82','\x2e','\xb8','\x62','\x45','\xe6','\xec','\x1c','\x1c','\xf9','\xb0','\xaf','\xd5','\xa7','\x67','\x44','\x18','\xca','\x86','\x52','\x09','\xc1','\x4c','\xa6','\x4c','\xa3','\xbb','\xa7','\xd5','\x9a','\x91','\x7a','\x91','\xd5','\x44','\x55','\xe8','\x90','\xd6','\x73','\xd8','\x10','\x93','\x5c','\x94','\x60','\x0b','\x30','\xa4','\x5e','\x24','\xfa','\x63','\xb1','\xd2','\x1f','\x2b','\x97','\xb9','\x03','\x6a','\x03','\x0a','\x75','\x57','\x7e','\xd2','\xb0','\x5d','\xc8','\xbe','\x07','\x8f','\xf2','\x54','\x9f','\xe5','\xde','\x05','\x22','\xa8','\x6d','\x1e','\x65','\x21','\xd9','\x2a','\x8a','\xcd','\x93','\xa0','\x2b','\x29','\x41','\x69','\x20','\x75','\xed','\x08','\xbf','\x7d','\xb4','\x74','\x0a','\xcf','\x4e','\x78','\xc5','\x36','\x51','\x7e','\x4a','\x1e','\x01','\x01','\x91','\x01','\x4b','\xe3','\x44','\xb0','\xe0','\x33','\xf8','\xdf','\x4b','\x4f','\x10','\x00','\x34','\x49','\x81','\x92','\xf6','\x26','\xa0','\x16','\xc7','\x51','\xd8','\x3d','\x9d','\x16','\x98','\x18','\x1a','\x38','\x21','\xb8','\x85','\x10','\xda','\x99','\x43','\x33','\x73','\x68','\x1a','\x17','\x57','\xa8','\xa6','\xfb','\x35','\xab','\xe0','\x18','\xef','\x16','\x25','\xaa','\x48','\x93','\x44','\x93','\x01','\x69','\xa6','\x40','\x86','\x1f','\xe6','\xc9','\xe3','\x5a','\x44','\x6a','\x3b','\x6b','\x9b','\x45','\x21','\x14','\xd7','\x21','\x8e','\x56','\x75','\x80','\xb1','\x98','\xf7','\x68','\xb7','\x7b','\xb4','\x6d','\x83','\x0d','\xd7','\x48','\x27','\x9f','\x5e','\xaa','\xe8','\x98','\x7b','\xf4','\xf0','\x26','\x31','\x96','\xc8','\xf8','\x97','\x95','\xdb','\x7c','\x55','\x42','\x7e','\xcb','\x7e','\xc3','\x9c','\xf7','\x69','\x3a','\xb3','\x42','\xd4','\xe9','\xb8','\xee','\xe3','\x2a','\x91','\x09','\x88','\x82','\xc4','\xcb','\x64','\xb5','\x27','\x73','\xd7','\x45','\x3a','\x92','\xc1','\x73','\x00','\x51','\xf0','\xa9','\x4e','\x9c','\xff','\xa9','\x36','\x6a','\x72','\x08','\x1b','\xbd','\x33','\xa8','\x7f','\x12','\x07','\x20','\xf5','\x43','\x66','\x84','\x2a','\x8c','\x27','\xc9','\x58','\x11','\x64','\xa4','\x00','\x9f','\x2c','\xf3','\xda','\x5c','\xad','\x54','\x4a','\x57','\x99','\x0a','\xaa','\xe1','\x99','\x2c','\x08','\x42','\xdb','\xe6','\xab','\x04','\xd5','\x8d','\xa4','\xd2','\x88','\x4c','\x29','\x90','\x1f','\x49','\x60','\x86','\xfa','\xe6','\x0c','\x75','\x4d','\xbd','\x7e','\x9c','\x56','\xcc','\x67','\x65','\x35','\x7c','\x04','\xc0','\x01','\xc0','\xc1','\x83','\x07','\xf1','\xf3','\x3f','\xff','\xf3','\x1a','\xde','\xba','\xa4','\xcf','\x7d','\xee','\x73','\xb8','\xfe','\xfa','\xeb','\x71','\xf8','\xf0','\x7b','\x71','\xec','\xe4','\x21','\xdc','\x77','\xf4','\x51','\x4b','\x0f','\x32','\xb5','\x14','\x06','\x76','\xaf','\xfb','\x00','\x32','\x28','\xbd','\x62','\xdd','\xcb','\x88','\x1b','\xe9','\x1e','\xe3','\x92','\x27','\x3f','\x0d','\x1b','\xed','\x0d','\x00','\x86','\x00','\xc8','\x73','\x83','\xa3','\x47','\x8f','\xa6','\x7c','\x4c','\x8f','\xb1','\x48','\x4c','\x84','\x4b','\xec','\xa3','\xbc','\x20','\x68','\x38','\x44','\x19','\xec','\x44','\x8c','\x3e','\x8e','\x8b','\x70','\x0e','\x10','\x90','\x0d','\x10','\x1a','\xfe','\x5c','\x99','\x44','\x48','\x99','\x39','\x90','\x61','\xbc','\xec','\x62','\xa9','\x89','\x4d','\xcb','\xe9','\x2c','\xa9','\x30','\x2a','\x6b','\x99','\xd8','\x6d','\xa1','\x65','\x14','\xac','\x07','\xc3','\x12','\x78','\xc7','\x67','\x6f','\xc7','\x76','\xb7','\xfa','\xd9','\x42','\x3b','\xa1','\xde','\xcf','\x70','\xd7','\x5d','\xab','\xad','\x62','\x9d','\x32','\xad','\x39','\x98','\x26','\xa6','\xf9','\x9a','\xe5','\x72','\x64','\xe0','\x29','\xa7','\xc4','\xc0','\xcd','\x85','\xc2','\xbd','\x94','\x3d','\x14','\xb4','\x04','\x61','\x47','\x21','\x52','\x1c','\x05','\x23','\x02','\xd4','\x95','\x20','\x58','\xd1','\x3c','\x03','\xe4','\xc3','\xfc','\x52','\x25','\x1d','\xd0','\x28','\x3e','\xb6','\xf0','\x0a','\xa7','\x56','\x21','\x63','\x87','\x5d','\x96','\x98','\x86','\xb3','\xa3','\x04','\x20','\x02','\xa0','\xb2','\xa0','\x08','\xb2','\xdf','\x06','\x85','\xa5','\x3f','\xf2','\x22','\x99','\x48','\x6c','\x3b','\x43','\x9f','\xcf','\x4b','\xd4','\x7e','\xb0','\x7d','\x28','\xe5','\x67','\x17','\x92','\xfb','\x87','\x62','\xa9','\x8c','\xb7','\x94','\x7b','\xb0','\x58','\x59','\x02','\x45','\x44','\x46','\xc2','\xc0','\x8c','\x4b','\x9b','\x8b','\x07','\x67','\x06','\xc0','\x93','\xda','\xab','\x1b','\x8f','\x7b','\x71','\x4f','\x09','\xfb','\x47','\xbc','\x68','\x2b','\x9c','\x38','\x0c','\xa9','\x85','\xd3','\xf0','\x4e','\x91','\x8c','\x19','\x12','\x48','\x1d','\xeb','\x50','\xe9','\x0c','\x53','\x7d','\xe8','\x13','\x9c','\xbd','\x43','\x8e','\xe3','\x42','\x14','\xaa','\xa4','\x48','\x59','\x20','\x90','\x94','\xb0','\xd2','\xa5','\x92','\x28','\x1c','\xd8','\xdb','\x34','\x0e','\x4d','\xeb','\xd0','\xb6','\x0e','\x4d','\xdb','\xc0','\x35','\x94','\x86','\x86','\xe1','\x85','\xc3','\xfa','\xc5','\x1a','\x99','\xbd','\x34','\xb9','\x0e','\x80','\xac','\x2e','\xfa','\x3a','\x2c','\x3f','\xb5','\xa0','\x28','\xcb','\x9f','\x07','\x3a','\x82','\xb6','\xa9','\xec','\x1d','\x6d','\x63','\xea','\x6f','\xe9','\x8b','\xae','\xf3','\xe8','\xe6','\x09','\x04','\xc9','\x7e','\x04','\x5a','\x10','\x16','\xdb','\x1d','\x36','\x36','\x1a','\xf8','\xd6','\xc1','\x91','\x69','\x73','\x51','\x9f','\x5d','\xb7','\x7f','\x3d','\x08','\xfc','\x7e','\x8f','\xce','\x00','\xb1','\x1d','\xff','\x32','\xff','\x0b','\x37','\x66','\x3b','\xae','\x07','\x73','\x8a','\x80','\x78','\xfe','\x4f','\x64','\x53','\x7a','\xb8','\x71','\xef','\x3d','\xfa','\x2e','\x8e','\xe7','\x45','\x8f','\x7e','\xe1','\xd1','\xf5','\xc5','\xb9','\x40','\x08','\x2b','\xc2','\x4d','\xdc','\x82','\xd0','\x38','\x07','\xd7','\x9a','\x3d','\x9e','\x2e','\xf1','\x4d','\x17','\x81','\x01','\xf9','\x20','\x18','\x7a','\xdf','\xab','\x4d','\xa6','\x0a','\x7e','\x0c','\x80','\x2b','\x21','\x89','\xfc','\x18','\x95','\xa9','\x96','\x07','\x1b','\x78','\x40','\xf2','\x99','\x33','\x35','\xa8','\x21','\x2d','\x02','\x27','\x44','\xbd','\x32','\x25','\x19','\x99','\x40','\x95','\x7e','\x75','\xce','\x0d','\x00','\xd0','\xd8','\x62','\x4e','\x6b','\x13','\x94','\x80','\xc7','\x39','\x17','\xf6','\x05','\x19','\x5f','\xe7','\xb2','\xb5','\x2a','\x54','\x2d','\x93','\x9a','\x60','\xea','\x0f','\x17','\xfa','\xe4','\x27','\x3f','\x89','\xc3','\x87','\x0f','\xe3','\xa6','\x9b','\x3f','\x8a','\x63','\x27','\x0f','\xe1','\xfe','\x63','\xdf','\xaa','\xf7','\x0e','\xee','\xdb','\xc2','\xb9','\x07','\x8e','\xe2','\x9b','\x47','\x1e','\x85','\x79','\x37','\x1e','\x45','\xce','\x7b','\xc6','\x62','\xd1','\xa3','\xef','\x38','\x59','\x81','\x77','\x82','\x12','\x27','\x74','\xf5','\xef','\xfd','\xde','\xff','\xa1','\xba','\x59','\x1e','\x08','\xfb','\x91','\xbe','\xfe','\xf5','\xaf','\xe5','\xf9','\x14','\x56','\x0a','\xc8','\x60','\x45','\x14','\xfe','\x10','\x65','\x28','\x2a','\x58','\x45','\x7d','\x93','\xfb','\xde','\x70','\xc0','\x9e','\xed','\x63','\x80','\xc1','\x69','\x79','\x96','\x77','\x00','\xd6','\xce','\x72','\xba','\xeb','\xee','\x3b','\xd1','\xfb','\x59','\x76','\xad','\x75','\x1d','\x2e','\x3c','\xf4','\xe5','\x5d','\x2b','\xe3','\x8a','\x17','\x5e','\x85','\x2b','\xaf','\xb8','\x7a','\xd7','\xf2','\x7b','\x48','\x52','\x89','\x4f','\xe2','\x6f','\x71','\xcf','\x21','\x70','\x3a','\x68','\x94','\x02','\xa0','\x68','\x10','\x0f','\xb5','\xeb','\x63','\xc8','\x53','\x88','\x4b','\x5c','\x0c','\xa9','\xcd','\xe1','\xac','\x16','\x72','\xc1','\x9d','\xa1','\x3c','\xd4','\xb4','\x2c','\x6c','\x00','\x26','\x6c','\x45','\xb2','\x2a','\x2a','\x1a','\x4b','\x79','\xc4','\xfc','\x07','\xfb','\x88','\x48','\xea','\x9c','\x00','\x50','\xb6','\x02','\xc5','\xb2','\x71','\x9f','\x62','\xec','\xd5','\x5c','\xbb','\xa4','\xa2','\x6e','\x03','\x17','\x3f','\xc9','\x2b','\x3e','\xa6','\xfd','\x66','\xdb','\x67','\x94','\xfb','\xd0','\x49','\xb5','\x3e','\x40','\x26','\xaf','\xac','\xeb','\x59','\x70','\xdf','\xa4','\x7c','\xff','\x4c','\x04','\x54','\x1c','\xf3','\x63','\x9f','\x7c','\xf0','\xf5','\xac','\x1c','\xb3','\xca','\x90','\xf7','\x21','\xa5','\x55','\x36','\x51','\x14','\x12','\xf2','\x32','\x7d','\x6e','\x40','\x9e','\x54','\xa6','\xe4','\xdb','\x46','\x61','\xf0','\x26','\x2f','\x2d','\x53','\xf9','\xb0','\x75','\xbb','\x4b','\x7d','\x59','\x82','\x09','\xfb','\xa9','\xef','\x31','\x5a','\x85','\x9b','\x36','\x00','\x20','\x27','\x41','\x6b','\x74','\x0f','\x50','\x5e','\xa9','\x81','\x3c','\x30','\x0a','\x5f','\xfa','\xcd','\xe9','\x33','\x6a','\x71','\x76','\x75','\x2a','\x3d','\xcb','\xe9','\x7b','\x25','\xff','\xd4','\x87','\x95','\xfb','\xa5','\xf0','\x30','\x4a','\x99','\x05','\xbe','\xc1','\x0b','\x41','\xc0','\x0f','\x67','\x75','\xee','\x7b','\x8f','\xc5','\x3c','\xfc','\x6f','\x67','\x3e','\xae','\xae','\xba','\x7c','\xf8','\x8f','\x80','\xd2','\x3d','\xda','\x23','\x21','\x55','\xea','\x75','\xbe','\xda','\xb9','\x53','\xcc','\x8b','\xc1','\xc3','\x82','\x2a','\xc2','\xfd','\xe4','\xa6','\x1a','\x8d','\x2c','\x1d','\xeb','\xfc','\x96','\x20','\x08','\x5d','\xd7','\xa7','\x3d','\xe2','\x8c','\x14','\x7c','\x0a','\x48','\x73','\x39','\xae','\xe0','\x92','\x0d','\xb2','\x92','\xcd','\x91','\xb4','\x47','\x08','\x88','\xfc','\xc0','\x39','\x38','\x89','\xda','\xc6','\xa6','\x5d','\x40','\x36','\x1f','\xf4','\xf0','\xd4','\xf8','\x3b','\xb9','\x57','\x1b','\xde','\xb0','\x62','\xc7','\x05','\x1e','\x1c','\x41','\x4e','\x21','\x7a','\x18','\xa2','\x6b','\xc6','\xd0','\xf6','\xb1','\x2c','\x02','\x99','\x87','\xeb','\x05','\x46','\x33','\x14','\x00','\xc0','\xb9','\x66','\x10','\x06','\x7b','\x36','\x9b','\x55','\x75','\xeb','\xc1','\x1e','\x20','\x4b','\xde','\x7b','\xcc','\xb7','\xfa','\xc0','\x28','\x8d','\x5f','\x74','\x95','\x8c','\xac','\xb3','\xc8','\x77','\x58','\xcd','\x3a','\x71','\xf1','\xb9','\x0e','\x4d','\x3d','\x33','\xac','\xc1','\x9a','\x19','\x15','\x0f','\x58','\xe0','\xf3','\xc0','\xf1','\xf3','\x71','\xf4','\xc4','\xe3','\xf5','\xde','\xf9','\xe7','\x1c','\xc3','\x39','\xfb','\x8f','\xe0','\x1f','\xfe','\xe0','\xf7','\xe2','\x2b','\x5f','\xf9','\x0a','\x3e','\xf1','\xa9','\xe9','\x7a','\xf7','\x9d','\xc7','\x62','\x1e','\x06','\x37','\x10','\xfa','\x6d','\x64','\xaf','\xd6','\x8e','\xe9','\x9c','\x73','\xce','\xc5','\xe3','\x2f','\xbe','\x08','\x77','\x3f','\x30','\xdc','\x07','\xe4','\xd9','\xe1','\xe8','\xb1','\xa3','\x2b','\x80','\xae','\xe0','\x0a','\x22','\x31','\x1a','\x88','\x19','\x72','\x64','\xd4','\xd0','\x8b','\x66','\x30','\x32','\xc7','\xb2','\x4c','\x12','\x75','\x49','\xd9','\x8a','\xc2','\x4c','\x59','\x83','\xa7','\x6a','\x96','\x15','\x53','\x1f','\xc2','\x92','\x77','\xaf','\xa9','\xd3','\x09','\xed','\x93','\x16','\x8e','\x91','\x9a','\x9e','\x12','\x9d','\x66','\xb4','\x75','\xd7','\x5d','\x43','\x00','\x04','\x84','\xfd','\x44','\xff','\xf9','\x3f','\xfe','\xe6','\xe9','\x2d','\xfc','\x74','\x50','\x6d','\x20','\xac','\xd0','\x87','\x3b','\x78','\x64','\xb4','\xf8','\x32','\x4f','\x2a','\x0a','\xc8','\x00','\x02','\xa0','\x6e','\x4a','\xe4','\x09','\xce','\x19','\xeb','\x3e','\x11','\x1a','\x17','\xf5','\x79','\x71','\x4d','\xe0','\x24','\x1c','\xc3','\x74','\x09','\x0d','\x26','\x07','\x38','\x1e','\x77','\x03','\xa3','\xec','\x3b','\x0d','\x1a','\x68','\x57','\x56','\x6c','\xf5','\xac','\x0b','\x98','\x95','\x80','\xe2','\xee','\xa6','\x60','\xc1','\xd4','\x39','\xf3','\x6c','\x8b','\xfb','\x08','\x83','\x59','\x12','\x83','\x63','\x05','\x6c','\x27','\xd9','\xe7','\x35','\x2c','\xb4','\xa9','\xa0','\x05','\x0a','\x14','\x1f','\x56','\x01','\x1e','\x81','\x56','\x6e','\xa1','\xb0','\x6d','\x21','\x2d','\x5f','\xdd','\x4c','\x62','\xfd','\xf2','\x36','\x26','\xc5','\x00','\x51','\x19','\xb1','\x51','\x98','\x7c','\xef','\x53','\x95','\x63','\x7a','\x47','\x52','\x1b','\x14','\xef','\x99','\x8a','\x3a','\x31','\xc8','\xc6','\x00','\xd7','\x67','\x92','\x42','\x2f','\xef','\x96','\x4d','\x86','\x6c','\x0e','\xed','\x2c','\x3f','\x93','\x7c','\xcd','\x2d','\xab','\x0a','\x4c','\x53','\x57','\xe8','\x6a','\x61','\x58','\x65','\xcc','\xdf','\x9f','\xdd','\xdb','\xe4','\x7b','\xa0','\x67','\x9f','\x56','\x92','\xa4','\x1e','\x5a','\xc7','\x1c','\x64','\xc8','\x51','\x07','\x16','\x2c','\x65','\x60','\x47','\x9b','\x27','\x60','\xc8','\xe6','\x57','\x03','\x40','\x30','\x34','\x04','\x43','\xf6','\xea','\x60','\xba','\x97','\xc9','\x25','\xff','\x22','\xaa','\x9d','\x00','\x62','\x66','\x01','\x41','\x3d','\x66','\x1b','\x4d','\x0c','\x92','\xc0','\xd9','\x32','\xe6','\x1e','\xfe','\xd9','\xa3','\x31','\x4a','\xbc','\x07','\x09','\xf4','\xe8','\xf8','\xe7','\x6c','\x9e','\x92','\x0d','\xc7','\x66','\xe6','\x40','\x70','\x9f','\xe5','\x64','\x58','\x91','\xbd','\x3c','\x9c','\x5c','\x37','\xed','\x9c','\xd3','\x3d','\x86','\x00','\xda','\x36','\x04','\xf5','\x68','\x67','\x0e','\x6d','\xdb','\x18','\xf7','\xdd','\xc4','\xe7','\x65','\x5b','\x9b','\xee','\x8b','\x13','\xd7','\x5d','\x7b','\x0e','\x5d','\x04','\x51','\x6d','\xe3','\xa0','\xc6','\x0a','\xcb','\x77','\xc0','\xca','\xbb','\x39','\xa2','\x12','\x26','\x04','\x0f','\x05','\x00','\x86','\xe9','\xa2','\xf6','\xb3','\xa4','\x01','\x66','\x51','\xe6','\x12','\xb8','\xa4','\x78','\x13','\x09','\xbb','\x10','\x63','\x0e','\x01','\xc6','\xdb','\x08','\xaa','\x06','\x6a','\x23','\x6d','\x01','\x46','\x11','\xed','\xfb','\xae','\x30','\xdc','\xf0','\x20','\xc0','\x9b','\x90','\x6a','\xc4','\xb5','\x93','\x52','\xbb','\xae','\xc3','\x91','\xfb','\x4f','\xea','\x72','\xb9','\xa0','\xcc','\x0c','\x71','\x3a','\x04','\x37','\x0e','\x6b','\x53','\xb4','\x9c','\x78','\x55','\x3a','\x2d','\x5c','\xa7','\xec','\xa5','\x53','\xcb','\xe2','\x17','\xfe','\xfd','\x2f','\xe0','\x1d','\xef','\x78','\x37','\xee','\x3d','\xf2','\xd8','\x01','\xf0','\x39','\x74','\xf0','\x7e','\xbc','\xe6','\x47','\x5f','\x86','\x57','\xbf','\xfa','\xd5','\xf8','\xce','\xef','\xfc','\x4e','\x5c','\x7d','\xf5','\xb4','\x15','\xbc','\xef','\x3c','\xe6','\x5b','\x1d','\x16','\xdb','\x21','\xf0','\x04','\x39','\x02','\xf5','\xc0','\x72','\x30','\x52','\xd0','\x0a','\x1c','\xfb','\xe2','\xc7','\x5d','\x8c','\xcf','\x7e','\xe1','\xeb','\x03','\x00','\x54','\x66','\xc2','\x40','\x6e','\x51','\xa5','\x74','\x67','\x60','\xa8','\xcb','\x04','\x1e','\xeb','\x4b','\x4f','\x82','\x6e','\xb5','\x76','\xac','\xde','\xda','\x34','\x8d','\xd6','\xeb','\x21','\x6b','\x1b','\x58','\x8d','\x74','\x9a','\xcb','\x64','\xc3','\xea','\xf5','\x3c','\x25','\x01','\xfa','\x20','\x48','\xde','\xce','\xb7','\x2b','\x07','\x5e','\x38','\x6b','\x28','\x53','\x7c','\xd7','\xb8','\x37','\xf1','\x08','\xd6','\x7d','\x8c','\x51','\x75','\x3d','\xcd','\xf2','\x22','\x3b','\x1f','\xca','\xb4','\x61','\xd5','\x37','\x53','\x5e','\xa3','\x92','\xda','\x00','\xf0','\x4c','\x29','\xcc','\x28','\x58','\x81','\x45','\x8f','\xe0','\xca','\x00','\xa4','\x3d','\x1b','\x59','\xbe','\xe2','\xd3','\x60','\x85','\x06','\xd2','\xf7','\x44','\x09','\xd8','\x20','\xbf','\x5c','\x31','\x16','\x0c','\x7b','\x46','\xa7','\x06','\xd9','\x99','\x89','\xe4','\x4e','\x61','\xea','\x50','\x03','\x6a','\xe5','\x8a','\x92','\x64','\xa0','\x8a','\x84','\xfe','\x46','\xa1','\x31','\xc3','\x48','\xc6','\xbc','\x46','\xd6','\xf0','\xa6','\x2b','\xd1','\x22','\xf4','\x45','\x39','\xf0','\xd0','\x7d','\x57','\x44','\x05','\xd0','\x28','\xce','\xda','\xd0','\xa1','\x64','\x57','\xae','\xa4','\x4d','\xf1','\xfd','\x6b','\x89','\x03','\xbe','\x4d','\x9a','\x28','\xb8','\x05','\x7b','\x50','\x9f','\x9a','\x20','\xd6','\x5f','\x7b','\x70','\x47','\xaa','\x3e','\x6b','\xba','\xfc','\x0b','\x12','\xb8','\x91','\xf1','\x27','\xff','\x13','\xb3','\x4e','\x15','\xa5','\x62','\xa1','\x50','\x14','\x36','\x30','\x3c','\x18','\xbc','\x48','\xfd','\x56','\x2a','\x0c','\xc9','\x5a','\x9c','\x2a','\x96','\x81','\xa1','\x0c','\x00','\x49','\x3e','\x03','\x55','\x27','\x95','\x0b','\xc3','\xb9','\x4f','\x13','\x9f','\xab','\x8b','\xce','\x38','\xf7','\xe2','\xbb','\xef','\x3a','\x8f','\xc5','\xa2','\xc7','\x62','\xd1','\xa3','\x99','\x39','\xb8','\xa6','\xc9','\x79','\x86','\x51','\xfc','\x76','\xdd','\x0d','\x6e','\x84','\xac','\x55','\x7e','\x8f','\xce','\x06','\x4a','\xbc','\x44','\x79','\x81','\x01','\x3b','\x72','\x23','\x67','\x4b','\x66','\x02','\x13','\x19','\xa3','\x8a','\x05','\x3b','\x3e','\x45','\x7b','\xf3','\x12','\x92','\x9d','\x93','\xe1','\x41','\xc7','\x01','\xe5','\xc6','\x0a','\x92','\x60','\x06','\x61','\xe5','\xa7','\x69','\x5c','\x74','\x9d','\x06','\xc0','\x04','\x0b','\xbe','\xf2','\x48','\xa2','\x62','\x00','\x08','\xfa','\x65','\x13','\x90','\x59','\x5a','\xd9','\x77','\x14','\x8d','\x3e','\x12','\x76','\xdb','\xa7','\x2d','\x0c','\xc6','\x05','\x86','\x7d','\xdc','\x97','\x63','\x8c','\x46','\x32','\x61','\x68','\x64','\xca','\x4f','\xc9','\x67','\x59','\x04','\x33','\x3d','\x17','\x6d','\x46','\x86','\x87','\x81','\x13','\x8b','\x8f','\x09','\xc4','\x3b','\x67','\xa8','\x8c','\x22','\xc9','\x1b','\x06','\x7c','\x9f','\x83','\x1d','\x22','\x5a','\x1e','\x04','\x21','\xc4','\x16','\xcf','\xfd','\x2a','\x9a','\xa6','\xc1','\xc9','\xe3','\x0b','\x7d','\x11','\xb2','\xc4','\xd6','\xb6','\x0d','\x66','\xb3','\x04','\x8a','\x9a','\x88','\x4c','\x25','\x3c','\x68','\x26','\xd0','\x2b','\x16','\xc8','\x1a','\x25','\x77','\x88','\xe5','\x69','\xcf','\x34','\xdd','\x79','\xe7','\x9d','\x78','\xdb','\x6f','\xbc','\x0d','\xbf','\xf9','\xf6','\x0f','\xe0','\xeb','\xdf','\x4c','\xae','\x6e','\x1b','\x6d','\x87','\xc7','\x9e','\x7f','\x2f','\x5e','\xf7','\xda','\x17','\xe3','\xda','\x6b','\xae','\xc5','\x77','\x7e','\xc7','\x77','\x98','\x17','\x38','\xde','\x10','\x66','\x60','\x7b','\xbb','\xc3','\xf6','\x76','\x07','\xdf','\x7b','\x3d','\x11','\x3e','\x78','\xc1','\xad','\x20','\x1d','\x2a','\x4a','\xcb','\xa8','\x50','\x19','\x6a','\x33','\xe3','\xa4','\x73','\x58','\x14','\x36','\xca','\xc6','\x5a','\xa9','\xc0','\x21','\xcd','\x11','\x4d','\x30','\x58','\x4a','\x7d','\x08','\x93','\xf0','\x01','\x00','\x3b','\xc6','\xcf','\x67','\x13','\xdd','\x75','\xf7','\xd7','\xd1','\x55','\x56','\x80','\x98','\x1b','\x1c','\x3b','\x7e','\x0c','\xe7','\x1c','\x3c','\xa7','\xf2','\xd4','\x59','\x4a','\x67','\xc9','\xf8','\x1a','\x54','\xa3','\x04','\x20','\x26','\xa1','\x65','\x0b','\xb9','\x15','\xdc','\x9c','\x67','\x43','\x00','\x3b','\x82','\x63','\x86','\x8f','\x6b','\x08','\x2a','\x1f','\x59','\x5c','\x9f','\x08','\x61','\xc3','\xb8','\xd3','\xbd','\x1b','\x25','\x59','\x65','\x3d','\x5c','\x30','\x86','\x00','\xcb','\x6b','\xad','\xef','\xd4','\xe4','\x18','\x5f','\x85','\x89','\xc7','\x3f','\x16','\x7f','\x59','\x05','\x5d','\xd2','\xd4','\x40','\x6a','\x54','\x2e','\x3c','\x43','\x2d','\x8d','\x76','\x33','\xab','\x04','\x5e','\x10','\xf0','\x93','\xc9','\x5d','\xa3','\x7b','\xa8','\xef','\xbd','\x99','\xb7','\x56','\x88','\xb2','\x00','\x4f','\xa3','\xe0','\x64','\x4a','\x08','\xc5','\xcd','\xc4','\x25','\x12','\x64','\xfb','\xce','\x38','\x07','\x7e','\x51','\xf1','\x48','\x6d','\xa3','\xd4','\xad','\xec','\xa3','\xf5','\x34','\xa5','\xd5','\xfa','\x96','\x75','\x54','\x49','\x0f','\x95','\xa1','\x43','\x80','\xaa','\x0e','\x21','\x15','\xcd','\xd9','\x02','\x14','\xaf','\xe3','\x4d','\x74','\x06','\x6b','\x05','\x0e','\xfd','\xec','\x75','\x6c','\xc9','\xab','\x41','\xac','\x37','\xf7','\xf1','\x50','\x45','\x1d','\x48','\x26','\x6f','\xf3','\xbe','\x4a','\xca','\xfa','\x28','\xe5','\x1a','\xaf','\x70','\x71','\x65','\x3d','\x12','\xdc','\x1b','\x32','\xab','\x0c','\x20','\x20','\xe9','\x1e','\xb6','\xd6','\xe6','\xdd','\xc3','\x03','\x8b','\x79','\x8f','\xf9','\x76','\x87','\x76','\x23','\x9c','\x5f','\xc7','\x66','\x4f','\xdb','\x59','\x43','\xb5','\x39','\xb2','\x47','\xbb','\x4e','\xd9','\x3c','\xca','\xc0','\xbc','\xf0','\x85','\x70','\x9f','\x25','\x59','\x01','\x7c','\x6a','\xf9','\xf9','\xde','\x6b','\x68','\x68','\x0b','\x2c','\x12','\xc0','\x08','\x93','\x2e','\x80','\x10','\x00','\x94','\x8e','\x12','\xb1','\x0b','\x0b','\x4d','\xdc','\x9f','\x58','\x73','\x39','\x0e','\x73','\x98','\xc1','\xa2','\xd4','\x73','\x5a','\x2d','\x92','\x79','\x2e','\x20','\xc7','\x39','\xa7','\x61','\xe1','\x1b','\x73','\x1c','\x00','\x10','\xa2','\x0f','\xfb','\xde','\xa1','\xeb','\x3c','\x68','\x01','\x74','\xe4','\xe1','\xfb','\x7c','\x9e','\x13','\x45','\x6c','\xe2','\x0c','\x7f','\x45','\xb9','\x2b','\xa7','\x18','\xac','\x5c','\xfd','\x5a','\xbf','\xc0','\x82','\x7d','\x92','\x4e','\x99','\xae','\xc7','\xc0','\x41','\x06','\x38','\x59','\x7d','\x33','\x67','\x70','\x41','\x01','\x2d','\xc3','\x5e','\x8f','\x05','\x45','\x00','\x8a','\x3d','\x40','\xe5','\x46','\xa1','\xa6','\x69','\xd0','\xb4','\x4e','\xd1','\x64','\xd7','\x31','\xa8','\x03','\xba','\xb9','\xc7','\xdc','\x9c','\xf9','\x60','\x91','\x69','\x3a','\x83','\x21','\x76','\x78','\x6b','\x0e','\x6c','\x92','\x73','\x15','\x4e','\x95','\x4c','\x16','\x6a','\xa5','\xaa','\x26','\x98','\x28','\xab','\x76','\x8b','\x13','\x93','\x0e','\x49','\x08','\x9f','\xff','\x9b','\xcf','\xe3','\xf0','\xe1','\xc3','\xf8','\xf5','\xdf','\xf8','\x03','\x7c','\xf3','\xe8','\x05','\x7a','\x6f','\xdf','\xc6','\x1c','\x17','\x3e','\xea','\x6e','\xfc','\x9b','\x7f','\xfd','\xcf','\xf0','\xfa','\xd7','\xbf','\x5e','\xad','\x96','\x2a','\x2f','\x26','\x8a','\xee','\xbb','\x1e','\x5b','\x27','\x16','\xe8','\xe6','\x3d','\x9a','\x59','\x03','\x47','\x14','\x22','\x7b','\xc4','\xa8','\x35','\x53','\x13','\x2c','\x73','\x41','\x41','\x21','\x03','\xf5','\x1e','\x65','\x83','\xf4','\xe2','\xc7','\x3d','\x1e','\x6d','\x93','\x9f','\x3d','\x04','\x00','\x6d','\xd3','\xe1','\xe2','\xc7','\x3d','\x3e','\x1b','\x1c','\xa5','\xcb','\x8e','\x5c','\x63','\x20','\xb9','\xb7','\x58','\xc5','\xc9','\x80','\x26','\x11','\x3d','\x83','\xa6','\x67','\xfa','\x15','\xe9','\xb5','\xf5','\x78','\xbc','\x7d','\x2f','\xf1','\x4a','\x0d','\x08','\x0e','\x93','\x63','\xa5','\xf1','\x30','\x5a','\x6a','\x14','\xda','\x86','\x21','\x2c','\xa3','\xd1','\x6a','\xac','\xf2','\xa0','\x2a','\x79','\x23','\x19','\xae','\x9d','\xe9','\x72','\xda','\xee','\x0e','\xe2','\x8e','\xcf','\xde','\x8e','\x1f','\xb8','\x74','\xb5','\xc3','\x50','\xcf','\x7a','\x9a','\x32','\x06','\xac','\xf0','\xd8','\xca','\xa3','\x64','\x74','\xa2','\x8a','\x00','\xa2','\x8c','\xa1','\x57','\x59','\x0e','\x47','\x7f','\x67','\x36','\xa9','\xe2','\x1c','\x74','\xc4','\xe0','\x86','\xc0','\x62','\xe5','\x8b','\xbc','\xc1','\x73','\x14','\x3e','\x1c','\x42','\x9f','\xea','\xd9','\x2f','\x46','\x50','\xca','\xdc','\xa2','\x2c','\x4b','\x23','\x44','\x45','\x51','\x34','\xc0','\x2c','\x3f','\x50','\x15','\x00','\xa5','\x39','\x6d','\xfb','\x48','\xf3','\x8d','\x96','\x40','\xb1','\xd4','\xa5','\x15','\xa1','\xc2','\x1d','\xab','\xf0','\x49','\x4f','\x8a','\x84','\x59','\x69','\x10','\xd7','\x2a','\xd3','\xb5','\x65','\x7b','\x52','\x97','\x8b','\x3b','\x6e','\x52','\x5c','\xb4','\x83','\x45','\x40','\xda','\xb0','\xce','\xd6','\xa5','\x2e','\x26','\x2c','\x79','\x9e','\x1c','\x7a','\x2a','\x01','\x26','\x38','\x4f','\x9e','\x95','\x63','\x57','\x32','\xf4','\xf0','\x6a','\xcd','\xcb','\x20','\x23','\x79','\xa4','\x22','\x9e','\x08','\xa8','\x44','\x5d','\x1b','\x1f','\x79','\x6c','\x3a','\xc0','\x73','\x52','\xd0','\xca','\x7a','\x25','\xa0','\xc3','\x59','\xb9','\x9a','\xde','\xbc','\x83','\xa4','\xe0','\xa5','\x7e','\x08','\x69','\x0b','\x19','\x54','\xf2','\x23','\x53','\x9f','\xa2','\x6b','\xf2','\x84','\x8c','\xc4','\x38','\x4d','\x87','\x0e','\x82','\x87','\x8c','\x34','\xbb','\xc4','\x77','\xb9','\xbc','\xa8','\x96','\x08','\xb2','\xca','\x6a','\xd1','\xbd','\x2e','\xba','\x29','\xfa','\xde','\x63','\xbe','\xdd','\x61','\xb6','\xd1','\xa0','\x6d','\x83','\x41','\x57','\x03','\x22','\x54','\xda','\x7a','\xba','\x29','\xf5','\x7b','\x71','\x83','\x0d','\xb6','\xdd','\xa3','\x5d','\x25','\xe1','\x41','\x7a','\x60','\xa7','\x39','\x47','\x27','\xd7','\xb2','\xed','\x43','\xf1','\x33','\x8e','\x11','\xd6','\xf9','\x1f','\x80','\x0d','\xa2','\x61','\x21','\x45','\x20','\x0c','\x0f','\x65','\x73','\x15','\xe9','\xac','\xb2','\x81','\xce','\x2c','\xe0','\xc7','\xac','\x8a','\x87','\x6a','\xc6','\x79','\xeb','\x19','\x7d','\xfc','\x9e','\xf1','\x1d','\x63','\x2c','\x71','\x0d','\x81','\x5a','\x37','\x88','\x06','\x27','\x7c','\x5d','\x16','\x28','\xa4','\x13','\xc8','\x33','\x7c','\x8c','\x4c','\xea','\x08','\xa0','\x05','\xa1','\x43','\xac','\x7f','\xea','\x10','\x33','\xcf','\x6d','\xd0','\x97','\x7c','\xcc','\x66','\xe3','\xb8','\x76','\x03','\x13','\xe3','\x59','\x00','\x4e','\x71','\x8d','\xe2','\x0d','\xb6','\x65','\x9a','\x77','\x30','\xd0','\xb7','\xe3','\x4d','\x2b','\x53','\x89','\x08','\x6d','\xdb','\x4e','\xbb','\xc0','\x25','\x54','\x68','\xeb','\x4d','\xd8','\x7f','\x60','\x96','\xfb','\x2b','\xb2','\x59','\xd6','\x5b','\x30','\x18','\x12','\x49','\x82','\x54','\x80','\x84','\x4e','\x8f','\xfe','\x8a','\x71','\xa3','\x65','\x23','\x2f','\xbc','\x0d','\xab','\x4c','\x12','\x79','\x07','\xf1','\xa5','\xc8','\xf3','\xeb','\xba','\x80','\xe9','\x32','\xa0','\xe5','\x5a','\x02','\x04','\x0a','\xf9','\x38','\x46','\xc7','\x8f','\x1f','\xc7','\x3b','\xdf','\xf9','\x4e','\x7c','\xee','\x73','\x9f','\xc3','\x35','\xd7','\x5c','\x83','\xe7','\x3e','\xf7','\xb9','\x7a','\xfd','\xf0','\xe1','\xc3','\xf8','\xd5','\xb7','\x7d','\x14','\xf7','\x1f','\x3b','\xa4','\xe9','\x37','\xda','\x0e','\x17','\x3e','\xea','\x6e','\xfc','\x2f','\xff','\xf3','\xcf','\xe3','\x15','\xaf','\x78','\x45','\xc1','\x8a','\x47','\x40','\x80','\xa4','\xf0','\xc0','\xd6','\xc9','\x0e','\xf3','\xed','\x3e','\x84','\x21','\x6d','\x28','\xfa','\x7f','\xc6','\xfe','\x05','\x26','\x14','\x2b','\x24','\x81','\x65','\x0a','\x08','\x83','\x9f','\xe2','\xa6','\x4e','\x33','\x0a','\x27','\xce','\x2b','\x01','\xe2','\xb9','\x42','\xe7','\x9c','\x3b','\xbc','\x61','\x07','\x93','\x01','\x5c','\xc5','\xd9','\x5a','\xc5','\x52','\xa6','\x29','\x96','\x11','\x26','\xa5','\x4a','\x93','\x52','\xb9','\x9b','\x6c','\xe2','\x59','\x49','\x75','\x71','\xfb','\xd0','\xa2','\x8b','\x2e','\x7c','\x1c','\x5a','\xf7','\x35','\x00','\xfb','\xb3','\xeb','\x5d','\xbf','\x0f','\x5f','\xfe','\xf2','\x17','\x1e','\x3e','\x00','\xe8','\xc1','\xa6','\x38','\x6f','\xaa','\x63','\xbc','\x82','\xfa','\xad','\x70','\xd4','\xd5','\xa0','\xa8','\x8d','\x89','\xd2','\x06','\x06','\x3c','\x45','\x77','\x2a','\x88','\x95','\x2b','\xb8','\x1d','\x85','\x15','\xa3','\xb4','\xa1','\x3d','\x03','\x38','\x84','\x74','\x2d','\x96','\x91','\x80','\x0a','\xf4','\x5c','\x86','\x04','\x80','\xd2','\xa7','\x22','\x08','\x23','\x60','\x08','\xd1','\xed','\x39','\x02','\x1a','\x2d','\xcb','\x80','\x95','\x52','\x61','\x26','\xe4','\x4a','\x79','\x52','\xd4','\x43','\x87','\x94','\xfd','\xa4','\x60','\x0a','\x16','\xfc','\x54','\x94','\x7e','\x6d','\x60','\x6a','\xa3','\xf4','\x9b','\x1c','\xd6','\x3c','\xe0','\x4f','\xfa','\x25','\xf2','\x69','\x97','\x14','\x03','\x95','\x49','\x48','\x21','\x63','\xcb','\xf7','\x25','\xfc','\x59','\x80','\x06','\xb9','\xe0','\x66','\xc6','\x24','\xbd','\x93','\xda','\x9f','\x17','\x5d','\xc8','\x06','\xad','\x7b','\x4a','\x98','\x56','\x87','\x4c','\x5f','\x99','\xfe','\x82','\x80','\x16','\x59','\x21','\x2b','\xc0','\x97','\xa4','\xd1','\x73','\x44','\x06','\xe3','\x2f','\xd4','\x41','\x41','\x19','\xb3','\x5e','\xb5','\x7d','\x9f','\xd7','\x74','\xdc','\xe5','\xd8','\x76','\xef','\x28','\x5e','\xb2','\x40','\xa9','\xbc','\x88','\x61','\x15','\x15','\xf0','\x66','\xed','\xaa','\xcb','\x31','\xbb','\x78','\x99','\xe5','\x67','\x9a','\x4e','\x20','\x70','\xec','\x63','\x19','\xab','\xec','\x19','\xdd','\xa2','\xc7','\xf6','\x56','\x17','\xbc','\x5e','\xf6','\x03','\xb3','\xc1','\xe9','\xf1','\xd5','\x22','\x4f','\x2f','\x3d','\x08','\xe0','\xeb','\xe1','\x4e','\xd6','\x70','\xc0','\xe6','\xa2','\xb8','\x9f','\x59','\x77','\xb1','\x44','\x71','\xf4','\x53','\xc2','\xf0','\x99','\xd1','\xc0','\xec','\xab','\xc9','\xdc','\xda','\x24','\x3c','\x3e','\xb3','\x46','\xfc','\x14','\xa3','\x7f','\x63','\x16','\x01','\xe4','\xd0','\x78','\x8d','\xdc','\x46','\x34','\x38','\x38','\x8b','\x4d','\xfd','\xc2','\x81','\xda','\x12','\xfd','\xd1','\x8c','\x6c','\xca','\x01','\x4e','\xca','\x9f','\x32','\xd0','\x53','\xe9','\x95','\x08','\x38','\x22','\x20','\x02','\x81','\xc8','\x83','\xa8','\xc9','\x40','\x86','\x97','\xd5','\x6b','\xe1','\x13','\xca','\x38','\x90','\xe6','\x98','\xf2','\x48','\xc3','\x28','\xc5','\xb8','\x85','\x28','\x4b','\xb8','\x9c','\xef','\xa5','\x41','\x2a','\xbb','\x39','\x94','\x8f','\x19','\x83','\xb4','\x94','\x18','\xad','\xba','\xcb','\x11','\x40','\x34','\x8c','\x10','\x54','\x46','\xb8','\xd6','\xeb','\xf2','\xa5','\x16','\x04','\xa1','\xef','\xc3','\x66','\xc1','\xdc','\x6a','\x04','\x45','\xcc','\x12','\x1d','\x27','\x6d','\xe4','\x0a','\x03','\x20','\x44','\x5f','\xe9','\x01','\xf4','\xc6','\xb5','\xc3','\xbc','\x1c','\x83','\x46','\x5d','\x0c','\xdb','\xd7','\xc4','\x53','\x9b','\xbb','\x85','\x1f','\xb6','\x73','\x19','\x91','\x76','\xe9','\xb0','\x7f','\x84','\x2a','\x8a','\xba','\xd0','\xdb','\xde','\xf6','\x36','\xfc','\xef','\xbf','\xf8','\x6e','\x6c','\x2f','\x36','\x00','\x00','\xcf','\x7d','\xee','\xf3','\x40','\x00','\xde','\xf6','\x1b','\x6f','\xc3','\xdb','\x7e','\xeb','\xc3','\xb8','\xff','\xd8','\xf9','\xd9','\xb3','\xe7','\x9f','\xfb','\x00','\xfe','\xcd','\xbf','\xfe','\x67','\x78','\xf9','\x2b','\x5e','\x61','\x2c','\x61','\x94','\xd0','\x3a','\x68','\x94','\x91','\xb1','\x67','\xcc','\xb7','\x3b','\x38','\x02','\x66','\x1b','\xe1','\x45','\xf9','\x8e','\x75','\xa3','\x5b','\xa6','\x48','\xd4','\x9e','\x8f','\x75','\xd7','\x24','\xd9','\x48','\xca','\x37','\x46','\xcb','\x00','\xbd','\xf3','\xeb','\x5f','\x43','\x57','\xd9','\xff','\xe3','\xa8','\xaf','\xbb','\x3d','\x71','\xfe','\x5d','\xc7','\xa5','\xd1','\x6f','\x50','\x5c','\x03','\x12','\xf8','\x61','\xf3','\x23','\x0c','\xd1','\xb2','\x52','\xeb','\xf1','\x7a','\xcd','\xc3','\x4c','\xc6','\xa5','\x79','\x64','\x16','\x81','\x33','\x47','\xbb','\x56','\xdc','\x69','\x10','\xc0','\xe7','\x1c','\x3c','\x17','\x8e','\x86','\x7e','\xb0','\x5b','\xdd','\x7e','\xdc','\xf1','\xd9','\xdb','\x01','\xbc','\x69','\xc7','\x79','\x7f','\xe3','\x9e','\xbb','\x70','\xcb','\xad','\x37','\xe2','\xc9','\x4f','\xbe','\xe4','\x21','\x0f','\xa4','\x86','\xa2','\x70','\x87','\x99','\xd0','\xc8','\xf3','\x63','\x8c','\x5e','\x57','\x83','\x02','\xbf','\xb5','\xe7','\xde','\x80','\xd2','\x7e','\x8e','\x64','\xe5','\x8f','\xfc','\xc6','\x33','\xb8','\x89','\x19','\x92','\x43','\xe3','\xa2','\x9f','\xb7','\x94','\xa1','\x80','\xa7','\x28','\x90','\x44','\xe1','\x4f','\xbc','\xc7','\x82','\x19','\x8a','\x42','\xb6','\x5c','\x61','\x72','\x0d','\x65','\x79','\x28','\x56','\x52','\xe5','\x35','\x29','\xf1','\x6a','\x69','\xed','\xd3','\xf9','\x66','\x19','\x50','\x21','\x1a','\xf0','\x10','\xfb','\x06','\xc4','\xf8','\xa6','\xdd','\x25','\x75','\x13','\x85','\x55','\x30','\x5a','\x05','\x88','\xe9','\x9e','\x15','\x61','\x62','\xfa','\x3e','\x12','\x88','\xcb','\xcf','\xce','\x08','\x32','\x89','\x39','\x86','\x8c','\x8d','\x55','\x49','\x60','\x84','\x73','\x60','\x23','\xe0','\xd1','\xc5','\xf6','\x98','\x81','\xa3','\xa1','\x5e','\x91','\x9e','\xd1','\xe7','\x49','\x64','\x68','\x54','\x96','\x8c','\x82','\x51','\x06','\xbf','\x90','\xfe','\xb3','\xab','\x32','\x83','\x3d','\x52','\xc5','\x80','\x2a','\x5d','\x3e','\xb4','\x7b','\x2d','\x22','\x14','\x39','\x85','\xbc','\xbf','\x39','\x3e','\x60','\x0f','\x55','\x4c','\x8d','\xb6','\xef','\x1d','\xa3','\xc4','\xf9','\x9f','\xa2','\x04','\xe9','\xb8','\xf2','\x81','\x04','\x77','\x07','\x38','\xc9','\x9c','\x26','\xca','\x9c','\x5c','\x00','\x73','\x3d','\x81','\x87','\x63','\x5c','\xe6','\x0f','\x97','\x35','\x09','\x7b','\x1f','\x16','\xdb','\x9d','\x86','\x3f','\x77','\x2e','\x18','\x67','\xc5','\x43','\xa5','\x5c','\x7d','\x3a','\x13','\x54','\xd5','\x07','\xb9','\x72','\xe3','\x11','\x46','\x23','\x8b','\x09','\x4b','\x9f','\xb1','\xfb','\x75','\x04','\xf0','\x94','\x06','\x02','\xd1','\xdd','\x03','\x50','\x1e','\xe8','\xf1','\xc1','\x6d','\xcd','\xe8','\xbb','\x7d','\xef','\xd3','\x99','\x8d','\x66','\x4e','\x2a','\x58','\x42','\x08','\xad','\xdf','\x6e','\x3a','\x38','\xe7','\xc2','\xd8','\x6a','\x1c','\x1a','\x13','\x9d','\x4d','\x8d','\x4b','\x52','\xd7','\xf8','\xc7','\xba','\xe2','\xb2','\xd4','\xd9','\x80','\x33','\x5d','\x58','\xb0','\xe7','\xfb','\x18','\xde','\xac','\x69','\xc4','\x70','\x65','\xf5','\x41','\x4e','\x7c','\x30','\x9b','\x36','\x04','\x38','\x07','\x78','\x84','\x7d','\x85','\x4d','\xd3','\x80','\xdb','\x90','\xa6','\x07','\x03','\x1d','\xf4','\x6c','\x47','\x6b','\x7c','\x31','\x38','\x28','\x64','\xc3','\x30','\x1b','\x0e','\x8d','\x3c','\xa9','\xbf','\x1d','\x70','\xc1','\x2f','\xab','\x69','\x07','\xd7','\x72','\x41','\x91','\xc9','\x0d','\x0f','\x70','\x74','\x95','\x93','\xa0','\x62','\x29','\x69','\x00','\x91','\xe5','\x16','\x1f','\xc0','\x00','\xa0','\xbe','\xef','\xd1','\xf7','\x7d','\xb6','\x74','\xc4','\xcc','\x51','\xd8','\x0d','\x11','\x9b','\x0a','\x36','\x46','\x88','\x34','\xe1','\xc5','\x9f','\xd0','\x20','\x62','\xe3','\x0b','\xc9','\x9e','\xd1','\xf5','\x0c','\x5e','\xe4','\x8c','\xd9','\x86','\xe6','\x74','\x8d','\xc3','\x7c','\x6b','\xa1','\x60','\xa0','\x24','\xf6','\xc0','\x7c','\xbb','\xc7','\xd6','\xc9','\x45','\x1c','\x00','\x0e','\x8d','\x58','\x23','\x0b','\x41','\x3a','\xe8','\xb6','\x52','\xf6','\x9b','\xce','\x39','\x7c','\xf8','\x30','\xee','\x3b','\xfa','\x28','\x5c','\x70','\xfe','\xbd','\xb8','\xfc','\xf2','\x2b','\x40','\x00','\x8e','\x1c','\x3d','\x82','\x5f','\xfd','\xd5','\xdf','\xc0','\x7d','\x47','\x9f','\x98','\x3d','\xd7','\x38','\x8f','\xc7','\x5f','\x84','\xe0','\xf6','\x56','\x64','\x28','\xfa','\xb9','\x58','\x58','\xab','\x6d','\x40','\xb0','\x0a','\xcc','\x36','\x1a','\x38','\xd7','\x84','\xf8','\xee','\xbd','\x07','\x5b','\x06','\x3e','\x31','\xc9','\x65','\xee','\x58','\x43','\xa8','\x3a','\x48','\xfa','\xb4','\x71','\xcc','\xcc','\xfd','\x51','\xda','\x9c','\x9d','\xc0','\xb3','\xbf','\xf7','\xfb','\x56','\x42','\x23','\x02','\x64','\x33','\x80','\x53','\x56','\x2c','\x1e','\x50','\x91','\xfa','\xbb','\x58','\x99','\xab','\xd0','\x19','\xc6','\x27','\xa7','\x95','\xce','\xf6','\xb6','\x1c','\x3c','\xe7','\x1c','\x10','\xf5','\x83','\xeb','\xf3','\x6e','\x13','\x9f','\xfb','\xc2','\x57','\xf1','\xf1','\x4f','\xfe','\x31','\x9e','\xff','\xdc','\x1f','\xdc','\x51','\xde','\xb7','\xdc','\x7a','\x23','\xde','\x7e','\xf8','\x23','\x68','\x9b','\x0f','\xe0','\xff','\xf6','\xaf','\xf1','\x90','\x07','\x41','\x67','\x84','\x6a','\x40','\xc8','\x58','\x37','\x74','\x5f','\x89','\xac','\x90','\xbb','\x60','\x28','\x64','\x2f','\xd1','\xe2','\xe2','\x4a','\x10','\x00','\xea','\x3d','\x00','\x87','\xb0','\x73','\x28','\x9d','\x6f','\x93','\x19','\x2d','\x0c','\x00','\x48','\x61','\xae','\xc5','\x61','\x8d','\xf3','\x15','\x20','\x2b','\x64','\x0b','\xa1','\x5b','\x03','\x2c','\x49','\x61','\xe7','\x0c','\x9c','\x65','\x4a','\x3b','\x73','\xe2','\x6f','\xf6','\x7f','\xd6','\x17','\x46','\x42','\xb3','\x80','\x94','\xf0','\xd3','\x45','\x4b','\xa9','\x13','\xc0','\x21','\x3c','\xdf','\x28','\x2d','\xca','\xa3','\x0a','\xd0','\x20','\x7d','\x10','\x56','\xb0','\xec','\xaa','\x8f','\xb8','\x9d','\x48','\xb7','\x93','\x14','\x9c','\x01','\x8f','\x14','\x20','\x21','\x57','\x02','\x58','\xde','\x03','\x0c','\xe0','\x12','\xd0','\x22','\xcd','\xf0','\x49','\xf1','\xb2','\x8a','\x48','\x00','\x85','\x3e','\x5f','\xdd','\x31','\x7d','\x91','\x01','\x2e','\xb1','\xa8','\xda','\xee','\xb2','\x0c','\x87','\xf2','\x0b','\x15','\x83','\x76','\xf6','\xd0','\x00','\x6c','\x58','\xca','\xd2','\x19','\x45','\x2d','\x59','\xfb','\x4c','\x51','\x25','\x98','\xe1','\x61','\xdd','\x4a','\x22','\xb6','\x98','\x26','\x5e','\xcb','\x81','\xc7','\xb8','\xf1','\x92','\xb3','\xa2','\xb3','\x2f','\x3a','\x74','\x72','\xed','\x8c','\x6d','\x9d','\xe5','\xd5','\x02','\xe8','\x16','\x1e','\xc0','\x42','\xdd','\x25','\x67','\x1b','\x2d','\x66','\x33','\x97','\xc0','\xf5','\x83','\x41','\x85','\x2c','\xde','\xc3','\x3f','\x13','\x8a','\x74','\x9c','\x4b','\x69','\xac','\xa7','\x17','\x2e','\x7a','\xca','\xc0','\x4d','\xb4','\xf8','\xad','\x79','\x00','\x60','\x31','\xe4','\xcb','\xea','\x4b','\xef','\xd1','\xc5','\xa8','\x6c','\x76','\xf5','\xc7','\x82','\x1e','\x71','\x5f','\x93','\xfd','\x3a','\xf2','\x5d','\x22','\x27','\x27','\xc3','\x4c','\xf4','\x70','\x02','\x6b','\x48','\x69','\x8d','\xbe','\x06','\x00','\x91','\x6f','\xa7','\x01','\x10','\xa2','\x84','\x22','\x46','\x93','\x23','\x42','\x3c','\x3c','\x5b','\x78','\x32','\x32','\x7e','\xad','\x3d','\x90','\xf5','\x85','\xe9','\x9b','\xa2','\xd9','\xc3','\x3e','\x0e','\x5e','\x5a','\x04','\x8f','\x68','\x4d','\x8b','\xe9','\x7b','\x30','\x93','\xee','\x0b','\xf2','\x9c','\xf8','\x52','\xf1','\x2a','\x40','\x19','\x28','\x49','\x98','\x21','\xf1','\x03','\x4e','\x6d','\x51','\xf4','\x29','\x5f','\x29','\xb1','\x92','\x01','\x6f','\x28','\xeb','\x9a','\x2e','\x66','\x2b','\x77','\xa1','\x6b','\xd1','\xf7','\xdd','\xa0','\x7d','\x8b','\xc5','\x02','\x5d','\x37','\xbc','\x9e','\xb9','\xc0','\x95','\x19','\x8a','\x9b','\x43','\x5e','\x81','\x5c','\x58','\x58','\x4c','\x95','\xa3','\xd7','\x84','\x98','\xc5','\xd2','\xa5','\xbe','\x91','\x32','\xa0','\xfa','\x34','\xd0','\xfa','\x1e','\xa0','\x45','\x8f','\xc5','\xc4','\x0a','\x90','\xf7','\x8c','\x93','\xc7','\xe7','\x38','\xfa','\xc0','\x96','\xfa','\x4f','\x36','\x6d','\xda','\xdc','\x65','\x85','\x3e','\xc5','\x9e','\xb2','\xca','\x78','\x0d','\x08','\xbd','\xfd','\xed','\x6f','\xc7','\xd7','\xee','\x02','\x7a','\xef','\xb0','\x6f','\xe3','\x24','\x9e','\xff','\xfc','\x4b','\x01','\x02','\xae','\xbf','\xfe','\x7a','\x1c','\x3b','\x79','\x68','\x70','\xa8','\xe9','\x81','\x7d','\x5b','\xb8','\xf4','\xd2','\x4b','\x61','\xb2','\xcd','\xa8','\xf4','\x59','\xaf','\xd1','\xc6','\x66','\x8b','\xd9','\x46','\x83','\x6e','\x11','\x26','\x58','\xf2','\x17','\x5d','\x4e','\x03','\x66','\xa0','\x93','\x3d','\x45','\xbe','\x20','\x1d','\x54','\x81','\xbe','\xf0','\x85','\xbf','\xc1','\x7c','\x71','\x41','\xf6','\x58','\x43','\x1e','\x8f','\x3a','\x7f','\x86','\x4b','\x9e','\xfa','\xb4','\x41','\x7d','\xcb','\x55','\x24','\x3b','\x31','\x19','\x30','\xab','\x55','\xa4','\xbe','\xd3','\x20','\x04','\x04','\x1e','\x9f','\x0f','\x0a','\x4a','\xb4','\x23','\x66','\x4c','\x3d','\xcf','\x71','\x55','\xf6','\xae','\x59','\x94','\x0a','\xd3','\xd9','\x42','\x6c','\xfe','\xef','\x54','\x62','\xed','\x46','\x1e','\x13','\xf4','\xac','\x67','\x3e','\x07','\x9b','\xed','\x75','\x00','\x1e','\x33','\xb8','\x77','\x6c','\xfb','\xd1','\xb8','\xe5','\xd6','\x1b','\x77','\x0c','\x80','\x6e','\xfd','\xf0','\x4d','\x38','\xb6','\xfd','\x38','\x9c','\xbb','\xaf','\x7f','\xe8','\x45','\x95','\x9b','\xa0','\x9a','\x3e','\x76','\x5a','\x0a','\x49','\x3a','\x1c','\x06','\x0c','\x30','\x60','\x9b','\xe4','\xd2','\x10','\xdd','\xae','\x34','\x64','\x76','\x7c','\x2e','\x84','\x6d','\x0e','\x8a','\x7b','\xc3','\x08','\xbe','\xe0','\x1a','\x24','\x21','\x4e','\x52','\x4a','\xf9','\x90','\x33','\x7c','\x52','\x56','\x43','\x08','\xe6','\x7b','\x6e','\x9c','\xb2','\x6e','\x65','\xb2','\xda','\x2b','\x1b','\x71','\xbd','\x9e','\x15','\x91','\x84','\xba','\x82','\x2e','\x93','\x67','\xde','\x6e','\x11','\xd0','\xa5','\x05','\x26','\x81','\x90','\x60','\xe0','\x72','\xa9','\xfa','\x06','\xb0','\xa5','\xfe','\xca','\xc1','\x82','\x55','\x58','\x24','\x3f','\x35','\x4a','\x19','\x80','\x97','\x8c','\x56','\x51','\xa9','\xf6','\x00','\x47','\x40','\x92','\xce','\xda','\x49','\x4a','\x51','\x3a','\x0f','\xc8','\x02','\x13','\x24','\x2f','\x08','\x63','\x38','\xb4','\xf7','\x45','\x11','\xb1','\x7b','\x6e','\x12','\x40','\x33','\x69','\xcb','\x41','\xc1','\x34','\x18','\x7f','\xb6','\xbb','\xb2','\x7b','\x35','\x7e','\x38','\xb8','\xc6','\xe3','\xb7','\x46','\x28','\x83','\x48','\x25','\x40','\x43','\x1a','\x0f','\x29','\x49','\xf9','\x1e','\x87','\x3f','\x15','\xe3','\x1a','\xd0','\xaa','\xd9','\xae','\xc1','\xd7','\x53','\x80','\x1a','\xd3','\xae','\x72','\xee','\xe8','\x4a','\x57','\xfc','\xb4','\x75','\xe0','\x70','\xc8','\x24','\x4e','\x2e','\x00','\x0e','\x21','\xc1','\x81','\x16','\xed','\x2c','\xe8','\x13','\xb6','\xd3','\xb5','\xad','\xeb','\xd0','\x19','\x61','\x1e','\x8f','\x20','\xe2','\x7c','\x04','\xe7','\xab','\xa5','\x31','\x01','\x12','\xfb','\xcc','\x56','\x79','\xcc','\x18','\xb3','\x73','\x2f','\x1c','\x38','\x8a','\x74','\xf6','\x57','\x1f','\xcf','\xe2','\xf1','\xe9','\xdc','\x1d','\x10','\x74','\xa5','\x50','\x82','\x14','\x48','\x50','\x01','\x59','\xdd','\x69','\x9c','\x04','\xa4','\xa1','\x81','\xd9','\x37','\x18','\x50','\xbc','\x82','\x87','\xc4','\xe3','\xcd','\xc0','\x20','\xa4','\x15','\x9d','\xc8','\xef','\x92','\x8b','\x1b','\x52','\x5a','\xd1','\xad','\xb4','\x35','\x34','\xc2','\x3f','\x52','\xd9','\x63','\x24','\xfa','\x97','\x46','\x93','\x64','\x40','\x8c','\x68','\x2d','\x1a','\xed','\x43','\xee','\x25','\x4a','\x31','\x27','\x9e','\x6d','\x3e','\x43','\x36','\xb9','\xde','\x1d','\xf8','\xb7','\xe2','\xb7','\xf4','\x1e','\x60','\xf6','\x95','\x5a','\xf0','\x56','\xf0','\x02','\xed','\xb7','\xd8','\x4c','\x05','\x4d','\x5a','\x64','\x3e','\xa9','\x32','\xbe','\x54','\xb4','\x59','\x16','\x75','\x26','\x57','\x80','\x9a','\xa6','\xd1','\x8d','\x42','\xc2','\x44','\x9c','\x39','\xec','\x25','\xaa','\xbc','\xe1','\xe5','\x72','\x60','\x8c','\x2a','\x8c','\xa4','\xf2','\x4e','\x9a','\xe6','\xd0','\x20','\x00','\xa0','\xd6','\x3b','\x65','\xfe','\xd9','\x3e','\x22','\x46','\x0a','\x05','\xe8','\xbd','\xa2','\xe1','\x81','\x90','\xb4','\x8d','\xe4','\xe0','\x3e','\x76','\xf2','\xd8','\xbc','\xe2','\xba','\x60','\x82','\x2c','\xc4','\x01','\xab','\x9b','\xca','\x32','\x6b','\xa6','\x4d','\x0b','\xbc','\xf3','\x9d','\x87','\x71','\xff','\xd1','\xf3','\x70','\xee','\x81','\x13','\xb8','\xf2','\xca','\x17','\xe2','\xd0','\xa1','\xb0','\xd7','\xe7','\x73','\x9f','\xfb','\x9c','\xba','\xc4','\x59','\x6a','\x9c','\xd7','\x34','\x63','\x24','\xab','\x5f','\xcc','\xc3','\xd3','\x67','\x89','\x80','\xa6','\x75','\xf0','\x0c','\x74','\x5d','\xaf','\x2b','\x40','\xa1','\x77','\xe3','\xe0','\x1e','\x01','\x43','\x8b','\xbe','\xc5','\x9d','\x5f','\xff','\x6f','\x43','\x10','\xa0','\x02','\x69','\x38','\x40','\x8e','\x1f','\x3f','\x8a','\x23','\x47','\x4f','\xa0','\xe7','\x02','\xc8','\x6d','\x1e','\xc7','\x3f','\xfc','\x07','\x3f','\x54','\x9d','\x20','\x76','\x6a','\x92','\xb9','\x2a','\x4a','\x00','\x33','\xa2','\x05','\x02','\x31','\x1c','\x63','\x98','\x84','\xde','\x05','\xd3','\x74','\x5a','\x01','\x33','\x99','\x93','\x99','\x2b','\xf5','\xe6','\x8d','\x53','\x9a','\x4f','\xe0','\xfc','\xc7','\xca','\xcf','\x9e','\x39','\x0a','\x8a','\x8b','\x96','\x7d','\x3a','\x68','\x87','\x6d','\x7a','\xca','\x93','\x2e','\xc1','\xf9','\x87','\x1a','\xdc','\x73','\xcc','\xc3','\x17','\xe3','\x61','\x6b','\xb1','\x1f','\x7f','\xfa','\xa9','\x2f','\xe2','\xba','\x77','\xbc','\x0d','\xaf','\x7b','\xcd','\x1b','\xd6','\xca','\xf7','\x7d','\x37','\x1e','\xc6','\x37','\xee','\x9b','\xc1','\xb3','\xc3','\x66','\x7b','\x02','\xcf','\x7a','\xe6','\x73','\xd6','\xaf','\xdc','\x59','\x4e','\x13','\x6a','\xdd','\xc4','\x43','\x15','\x0b','\xbb','\xb1','\x9a','\x64','\xf9','\x8c','\x28','\x4b','\xaa','\xd0','\xd9','\x00','\x24','\x80','\x86','\xcb','\x66','\x47','\x66','\x65','\x02','\xd1','\x8a','\x09','\x70','\x74','\x3f','\x06','\x39','\x13','\x4d','\x28','\xb9','\x7e','\x85','\x5b','\x2e','\x59','\x12','\x33','\xde','\x08','\x05','\x45','\xb6','\x1e','\xdc','\x1b','\x37','\x68','\x29','\xcf','\xac','\x88','\xa8','\xf1','\xc3','\x25','\xc3','\x98','\xf0','\x02','\x0b','\x00','\xac','\x95','\x30','\xa4','\x09','\x4f','\xab','\x61','\xcd','\xac','\x4c','\x65','\xc2','\x5f','\xf9','\x5b','\x40','\x11','\x56','\xf1','\x51','\x60','\x11','\xfb','\x5d','\x93','\x47','\x3e','\x44','\xf2','\x4f','\xf8','\x52','\x04','\x69','\x1d','\xf2','\x33','\x70','\xc4','\xf5','\xc4','\x1b','\x99','\x94','\xf6','\x5b','\xd9','\x72','\x92','\xf2','\xe5','\xa5','\x6f','\xcc','\xb5','\x9c','\x8b','\x9a','\xf1','\x50','\x28','\x6b','\x96','\x2f','\x66','\xca','\xba','\xd1','\xbf','\x8b','\xee','\x4a','\xdf','\x79','\xa4','\x18','\x93','\x7d','\xf1','\xb5','\x42','\x26','\x83','\x6a','\xc2','\xfc','\xe2','\x50','\x5e','\x4c','\xe5','\x3e','\x76','\xaf','\x32','\x83','\xa4','\x4f','\xb3','\x47','\x55','\x45','\x1b','\xc9','\x31','\x82','\x58','\xf3','\xba','\x07','\x16','\x7e','\xf9','\x41','\x79','\x3e','\xa2','\x7c','\x31','\x03','\xdd','\xbc','\x8f','\x86','\xd8','\x30','\x96','\x37','\xf6','\x35','\x98','\x6d','\x34','\x68','\x1a','\x01','\xde','\x94','\xbd','\x57','\x6b','\x81','\x5e','\xbb','\xe9','\xab','\xd0','\x69','\x16','\x1f','\x0f','\x25','\xca','\xe6','\x77','\xbc','\x90','\x19','\xfd','\x8b','\x7e','\xd6','\x64','\x3e','\xcc','\x47','\x39','\x68','\x54','\xe6','\xb3','\xe8','\x9b','\x12','\x95','\x4d','\x01','\x90','\x5d','\xd5','\x88','\x7c','\xbb','\x71','\x29','\x88','\x17','\x99','\x95','\x1e','\x59','\xf5','\x29','\xcf','\xd5','\x4a','\x2b','\xf7','\x49','\x4f','\xb2','\x4a','\xbb','\x1d','\x3f','\xc9','\x08','\x25','\xbc','\x98','\x94','\x77','\x8a','\x4e','\xad','\xc3','\x4c','\xf2','\x1f','\xf4','\x4d','\x2c','\xaf','\x36','\xd8','\x6a','\xe3','\x8f','\xf2','\x31','\xc5','\x9c','\x44','\x8a','\x4c','\xb7','\x70','\xce','\x76','\x48','\xd5','\xc0','\x29','\xdf','\xf7','\x3d','\xc3','\x3b','\x8e','\xa7','\x75','\x5b','\x9e','\x29','\xc8','\x26','\xba','\xb5','\x51','\xf8','\x2e','\x66','\x2a','\x4f','\x88','\x2e','\xc2','\xa9','\x12','\x29','\x7c','\x7f','\x6a','\xb3','\x1d','\xf3','\xa9','\xdb','\xc6','\x27','\x51','\xb5','\xcd','\xf1','\x61','\xe7','\x5c','\x66','\x08','\xf1','\xde','\x2f','\xdf','\x03','\xd4','\x34','\xcd','\xe0','\x41','\x20','\xb8','\x52','\x48','\x65','\xf4','\x4e','\x31','\x50','\xec','\x8b','\x16','\xcb','\xbf','\xa6','\x23','\x02','\x51','\x38','\x14','\xce','\x35','\x0c','\xb4','\xf9','\x60','\x48','\x82','\x31','\x0c','\xd6','\xa6','\x6d','\x26','\x5c','\xd9','\x48','\x2d','\x76','\x7d','\x67','\x90','\xa8','\xde','\x65','\x1d','\x35','\x36','\x6c','\xb7','\xdd','\x1c','\x66','\x23','\x6f','\xfc','\xde','\x3b','\xaf','\xc3','\x5f','\xff','\xcd','\x11','\xcc','\xbb','\xc7','\xe0','\xd0','\x81','\xa3','\x78','\xda','\x53','\xbf','\x03','\xf3','\xed','\xa0','\x38','\xdc','\x7f','\xff','\x03','\xf0','\x7e','\x88','\x18','\xfb','\xde','\xe1','\xfe','\xfb','\x1f','\xc8','\x0e','\x2f','\x95','\x4e','\x66','\x0e','\x0a','\xc8','\x7c','\x11','\x80','\x0d','\x50','\x03','\x40','\x04','\xee','\x19','\x8b','\xed','\x0e','\xdd','\x3c','\x1d','\x7c','\x45','\xd1','\xbd','\x03','\xd1','\xc2','\x3b','\x45','\x2e','\x9e','\xbb','\x64','\x27','\xed','\x18','\x53','\xf8','\x8b','\x4f','\xff','\x39','\xe6','\xdd','\x81','\x41','\x1e','\xfb','\x37','\x8f','\xe1','\x1f','\xfe','\xe0','\x0f','\x0d','\x9e','\x21','\x42','\x74','\xbd','\x29','\x10','\xb6','\x28','\x01','\x1e','\xda','\xa7','\xed','\xac','\x41','\x13','\x5d','\x24','\x3d','\x33','\xd0','\x3b','\x78','\x4e','\x31','\x66','\x2d','\x4f','\xc9','\xf2','\x42','\x0e','\xac','\xf6','\x28','\x12','\x99','\xff','\xa7','\x89','\xbe','\xff','\xd2','\x17','\xe0','\x6b','\x37','\xdd','\x8e','\x63','\xdb','\x43','\x10','\x7f','\xff','\x89','\x0b','\xf1','\x8e','\x77','\xbf','\x17','\x00','\x56','\x06','\x41','\x7f','\xfb','\x77','\x5f','\xc2','\x6f','\xfe','\xce','\x5b','\x71','\x74','\xeb','\xdb','\xe0','\xc8','\xe3','\xfc','\x43','\x0d','\x9e','\xf2','\xa4','\x4b','\x76','\xb3','\xca','\x8f','\x78','\x12','\x1e','\x69','\x85','\x86','\x58','\x0c','\x45','\x3f','\xf3','\x9e','\xd4','\x9d','\xca','\xb3','\x07','\x3a','\x07','\x8a','\xca','\x3d','\x21','\xb8','\x37','\xb4','\x6d','\x10','\xe8','\x32','\xc0','\x5c','\xe1','\x97','\x6e','\xf7','\xd5','\x08','\x18','\xd0','\xd5','\x0f','\x4e','\x11','\x2a','\x13','\x1c','\x49','\xab','\xea','\xae','\x78','\x3e','\x83','\x2c','\xc2','\xa7','\x0d','\x48','\x49','\x5e','\x04','\x30','\x01','\x71','\x4c','\xfb','\x10','\x33','\xc6','\xc8','\xca','\x0a','\xec','\xf7','\x44','\x04','\xe4','\x1b','\x8a','\xad','\x72','\xec','\x39','\xdf','\xd0','\x6c','\x7c','\xfb','\x35','\xb0','\x00','\xe2','\xb5','\xbe','\x38','\x13','\x48','\x2d','\xb7','\xa6','\x7c','\x01','\x80','\xa6','\x9c','\x4c','\x59','\x43','\x7a','\x57','\xf6','\x65','\x26','\x5e','\x5b','\x4e','\xf4','\xd8','\xde','\xac','\xe3','\xc6','\x71','\x89','\xad','\x0f','\xe5','\xb7','\xd6','\x64','\xab','\x23','\x5a','\xe4','\xe0','\x47','\x7e','\x2c','\x82','\xa5','\x61','\x53','\x86','\xe0','\x4f','\xb4','\xac','\x3a','\x86','\x4a','\x00','\x52','\x9e','\x97','\x94','\x7e','\x90','\x36','\xa6','\x8f','\xaa','\x06','\x67','\xb7','\xe5','\x85','\xe7','\xe3','\x10','\xa9','\x78','\xed','\x30','\xb9','\xe7','\x3d','\xc3','\xcf','\x7b','\x7d','\xe7','\x5d','\xd7','\x60','\x73','\x7f','\x8b','\x8d','\x8d','\x36','\x1e','\xf1','\x11','\x1e','\xb4','\xab','\x08','\x4b','\x59','\xf4','\x1e','\x7a','\x59','\x9b','\xc2','\x30','\x48','\x13','\x56','\x46','\x7f','\x6e','\xdc','\x88','\xb7','\xa3','\xd2','\x9d','\x7e','\x87','\xef','\x3e','\xea','\x91','\xb2','\x82','\xa3','\x7b','\x77','\x3a','\x8f','\x5e','\x22','\xb5','\xc9','\x75','\x55','\xde','\xa1','\xfa','\x62','\x70','\x5d','\x0b','\x86','\x21','\x39','\x74','\xd4','\x35','\x2e','\x07','\x29','\x91','\xe9','\x65','\xee','\xb1','\xd6','\xb8','\x21','\x56','\x1e','\x1d','\xcb','\x51','\xad','\x8b','\x3a','\x9e','\xba','\xb1','\x09','\x00','\x12','\x26','\x2e','\xac','\x37','\x53','\xe6','\x42','\x7e','\xd9','\x11','\x5b','\x8a','\x8c','\x4c','\x01','\xe5','\xac','\x9a','\x02','\xd1','\x66','\x00','\x0f','\xc6','\x32','\x45','\x03','\x18','\x03','\xdc','\x10','\x1a','\x76','\xe6','\xdc','\x22','\x17','\xfb','\x4e','\x8e','\x61','\x30','\xba','\xbc','\x7d','\x39','\xd1','\xd8','\x40','\x71','\x59','\x89','\x58','\x40','\x5e','\x48','\xe1','\x7c','\xec','\x4b','\xd9','\x87','\xd9','\xe4','\x72','\x07','\xca','\xa3','\x0d','\xbf','\x51','\x66','\x97','\x8c','\x6d','\x55','\xde','\x4f','\x31','\x7c','\x78','\xb1','\x90','\x53','\x46','\xb8','\x16','\xca','\x0e','\x42','\x2d','\x0f','\x0a','\x0a','\x1b','\x87','\xa4','\x7b','\x8c','\xca','\xca','\xc8','\x84','\x52','\x18','\x87','\x14','\x2b','\x67','\x24','\x8e','\xe9','\x54','\x8a','\x79','\x58','\x37','\x29','\xc9','\x53','\x10','\x27','\x33','\x07','\x01','\x3d','\x06','\x80','\x08','\x68','\x37','\x1a','\x6c','\x6c','\xb6','\x49','\x30','\xa9','\xff','\x75','\x9a','\x04','\x92','\x57','\xdf','\x73','\x38','\x39','\x50','\x14','\x06','\x24','\x61','\x7f','\xc7','\x67','\xfe','\x02','\xff','\xf1','\xff','\xf8','\x65','\xdc','\x7f','\xec','\x5b','\x00','\x00','\xfb','\x36','\xee','\xc7','\x0f','\xbd','\xe0','\x45','\xb8','\xff','\x9e','\xe3','\x20','\x47','\x98','\x6f','\x75','\x55','\x66','\x7f','\x62','\x7b','\x1f','\x3e','\xf6','\xb1','\x8f','\xe1','\xd8','\x91','\xad','\x80','\x8c','\x11','\x26','\x80','\x4c','\xb0','\xbe','\xf3','\xf8','\xc3','\x3f','\xfa','\x03','\xdc','\x7f','\xdf','\x11','\xf4','\xfe','\xc2','\x6a','\x3b','\xba','\x2e','\x9c','\x46','\xdd','\xc7','\x03','\x9b','\xd2','\x19','\x4a','\xe1','\xff','\x6c','\x36','\x0e','\x02','\x19','\x2d','\xb6','\xe7','\x27','\x71','\xae','\x8d','\xde','\x26','\xca','\x8a','\x7c','\xc6','\x97','\xc4','\x0c','\x7c','\xea','\xd3','\xb7','\x63','\x6b','\x91','\x03','\xa0','\xfd','\x1b','\x27','\xf1','\xfc','\xe7','\x7e','\x27','\x9e','\xf3','\xbd','\xdf','\x07','\x11','\x19','\x84','\xfc','\xbd','\x66','\x93','\x84','\x93','\x4b','\x23','\x21','\x58','\x46','\x66','\xd1','\x8d','\xcf','\xb9','\x78','\xa8','\x60','\x1f','\x26','\x84','\xf7','\xa4','\xf5','\x19','\xbc','\x3f','\x0c','\x07','\xed','\xf1','\xe3','\xc7','\x06','\xab','\x11','\xcb','\xc9','\xaa','\x60','\x2b','\xc8','\xfa','\x95','\x12','\x9d','\x06','\xb2','\xfc','\xc9','\xfe','\xde','\x2d','\xda','\x81','\x90','\xfd','\x81','\xe7','\xbf','\x00','\x37','\x7d','\xe8','\x0f','\xab','\x00','\xc8','\xb3','\xc3','\x3d','\xc7','\x9e','\x80','\x77','\xbc','\xfb','\xbd','\x38','\x76','\xfc','\x18','\xde','\xfc','\xc6','\xb7','\x4c','\xe6','\xf5','\xd9','\xbf','\xfa','\x34','\x6e','\xb9','\xf5','\x06','\x1c','\xdd','\xba','\x00','\x9d','\x6f','\x71','\xde','\xfe','\x7b','\x71','\xe5','\xe5','\xd3','\x07','\x00','\xef','\xd1','\xce','\x29','\xdf','\xd8','\x4e','\xe1','\x8c','\x04','\x20','\x46','\x19','\x0a','\xfc','\xb1','\xef','\xa3','\x62','\xee','\x59','\xfd','\xd7','\x41','\x80','\x9b','\x05','\x41','\x33','\xdb','\x68','\xe3','\x46','\x6f','\xce','\xdc','\xd2','\x44','\x90','\xc9','\xea','\x75','\xdf','\xe7','\x7b','\x38','\x13','\x70','\x09','\x60','\x4a','\xcf','\x94','\x70','\x31','\x7c','\x6a','\x14','\x60','\xba','\x62','\xc2','\x02','\x5c','\x22','\xe7','\x77','\x40','\x43','\x2e','\x0d','\x59','\x4a','\xe0','\x49','\x57','\x7d','\xa4','\x9d','\xfa','\xc7','\x0f','\x79','\x12','\x72','\x1d','\x80','\x62','\x5f','\x00','\x88','\x4a','\x42','\xea','\xa3','\xd2','\xb8','\x26','\xca','\x11','\xb3','\x8f','\xfc','\x0c','\xc1','\xfb','\xa0','\xd8','\xd0','\x2c','\xfd','\x20','\xae','\xbe','\xd9','\x8a','\x8d','\xfd','\x26','\xc2','\x7f','\x54','\x64','\x19','\x30','\x54','\x4b','\x60','\xfb','\x55','\xcb','\xb1','\xc0','\xa6','\xce','\x30','\x32','\x76','\x16','\x1f','\x9e','\x64','\x2d','\xa3','\x37','\x57','\x60','\x8c','\xcc','\x39','\x1b','\xcb','\xb5','\xa5','\xa4','\xeb','\x71','\x05','\x04','\x49','\xe1','\xd9','\xeb','\x33','\x88','\xa5','\xa2','\x2a','\xa8','\xe2','\xc6','\xf5','\xd6','\xe7','\x62','\x25','\x4f','\x91','\x29','\x73','\x23','\xef','\x44','\x15','\xd4','\x88','\x86','\x58','\xca','\xe4','\xb0','\x79','\x7a','\x9b','\x17','\x41','\x96','\x77','\x1e','\xfd','\x7e','\x8f','\x8d','\xcd','\x19','\x36','\x36','\x9a','\x00','\x82','\x22','\x9a','\xd5','\x33','\x22','\xf7','\x40','\x0e','\x80','\xf4','\x4e','\x76','\xd2','\x1f','\xd9','\xbe','\x39','\x03','\x76','\x80','\x62','\x8c','\x0f','\x9f','\x4c','\xc1','\xb7','\x34','\x4a','\x71','\xda','\x7f','\x2e','\xab','\x3b','\x21','\x5a','\x5b','\xbe','\xad','\x82','\xa2','\x4b','\x6f','\x6b','\x0c','\xe3','\xae','\xc9','\x8f','\x70','\x21','\x03','\x52','\xd4','\x20','\x14','\xc7','\xae','\xf2','\x36','\x0f','\x78','\x65','\x02','\xb6','\x1f','\x4c','\xb0','\xaf','\xf8','\x1b','\xc6','\x58','\x95','\x56','\xb9','\x2b','\x46','\x10','\x1d','\x90','\xf1','\x47','\x39','\x45','\xf5','\xb7','\x9d','\x97','\xbc','\x5c','\x17','\xa8','\xf4','\xe9','\x98','\x5a','\x42','\x88','\x60','\xad','\x09','\xde','\x5b','\x4d','\xc3','\xf0','\x6d','\x83','\xde','\x03','\xae','\xf7','\x61','\x55','\xa7','\xa8','\x58','\x66','\xbc','\xd0','\xc9','\xc1','\xda','\x6f','\xe4','\x08','\xe4','\x83','\x51','\xc3','\x37','\xb1','\x7c','\x36','\x20','\x48','\xbc','\xb7','\x32','\xf0','\x63','\xc7','\x43','\xb8','\x06','\xf3','\xbb','\xca','\x3f','\x00','\xf5','\xa8','\xd2','\xba','\x31','\x0f','\x02','\xbc','\x09','\x65','\x41','\x10','\x6a','\x9b','\x84','\xe6','\x5b','\x9d','\xba','\x47','\x58','\x0b','\x9d','\x93','\xca','\x1a','\x24','\x29','\x3f','\x44','\xe8','\xda','\x0a','\xaa','\x52','\x9e','\x7a','\x2c','\xf5','\xb6','\x7c','\x25','\xc2','\x9d','\x77','\x7e','\x0d','\x5d','\x3f','\x3c','\xac','\x51','\xd2','\xce','\x66','\x0d','\x36','\xf7','\xcf','\x52','\xde','\x85','\x80','\x93','\xbc','\x93','\x1b','\x9a','\x5d','\x65','\x0a','\x7e','\xf2','\x5f','\xfa','\xdb','\x2f','\xe0','\xfd','\x37','\xbc','\x1b','\xf7','\x1f','\xbb','\x10','\x8b','\xbe','\xc5','\x66','\xbb','\x8d','\xa7','\x3e','\xe9','\xc9','\x70','\xd8','\xc0','\xf1','\xa3','\xdb','\x00','\x11','\x16','\x8b','\xbe','\xaa','\xc4','\xf7','\xde','\xe1','\xce','\xbb','\x1c','\x7e','\xe9','\x97','\x7e','\x19','\xaf','\x7f','\xdd','\x9b','\xd4','\x57','\x5c','\x82','\x41','\xfc','\xd6','\x75','\xbf','\x8e','\x77','\x5e','\xff','\x0e','\xdc','\x77','\xfc','\xe2','\xaa','\x62','\xdf','\x7b','\x87','\xfb','\xee','\x7f','\x00','\xde','\x33','\x5c','\xe3','\xf0','\x5f','\x3f','\xf6','\x87','\x38','\x76','\xfc','\x18','\x5e','\xfe','\xb2','\x57','\xe8','\x20','\xd8','\xd8','\xd7','\xa0','\xe2','\xae','\x08','\x00','\x58','\x74','\x07','\xf0','\xd9','\xcf','\x7e','\x0a','\x3f','\xfc','\xc3','\x97','\xa5','\x89','\x19','\x99','\xba','\xf4','\x45','\x8c','\x45','\x80','\xaf','\xdf','\x79','\x27','\x6e','\xfa','\xe0','\xcd','\x38','\xb1','\xfd','\xad','\x59','\x1e','\x87','\x0e','\xdc','\x8f','\x57','\xbc','\xec','\xa7','\xd1','\xce','\x9c','\xe9','\x43','\xc9','\xc3','\xbe','\x10','\xfb','\xae','\x42','\x61','\x41','\x89','\x6a','\xb0','\xb1','\xd9','\x60','\x36','\x0b','\xa8','\x3a','\x30','\x1b','\x8a','\xae','\x2c','\xb9','\xe0','\x3a','\x15','\xec','\xe1','\xb9','\xc1','\xb1','\xe3','\x47','\x77','\xf8','\xf4','\x83','\x43','\x6c','\xfe','\xaa','\x4a','\x57','\x76','\x00','\x57','\xae','\x2d','\xcf','\x74','\x57','\xe8','\x59','\xcf','\x7c','\x0e','\xbe','\xef','\x7b','\xbf','\x03','\x7f','\xf0','\x89','\x6f','\x60','\x6b','\xb1','\x7f','\x70','\xdf','\xb3','\xc3','\xdd','\x47','\xbf','\x05','\xef','\xbd','\xf9','\x8f','\xf1','\x17','\x77','\xfc','\x19','\xae','\xb8','\xec','\x2a','\x5c','\xf1','\xc2','\x97','\x64','\xd1','\x02','\xef','\xf8','\xec','\xed','\xf8','\xf8','\x9f','\xfe','\x57','\xdc','\x72','\xdb','\x0d','\xb8','\xff','\xc4','\x13','\x70','\x62','\x1e','\xc0','\xd4','\xbe','\xd9','\x51','\x5c','\xf6','\xc3','\x2f','\xda','\xbd','\xca','\xee','\x36','\xd5','\x38','\xfd','\x2e','\x64','\xb3','\x56','\x96','\x46','\x99','\x66','\x23','\xfc','\x64','\x9e','\x4c','\x1e','\xbc','\xab','\x4a','\xb1','\x11','\x2e','\x94','\xfc','\xd3','\x05','\x5e','\x04','\x2f','\x05','\x06','\x7b','\x8f','\x2e','\xce','\x67','\x17','\x0f','\xb0','\x6e','\x67','\x8c','\xb6','\xa1','\xb8','\xda','\x0f','\x0d','\xab','\xed','\x3d','\xe0','\xd5','\x88','\xd3','\x87','\xc8','\x3f','\x3e','\x1c','\xa6','\x99','\x36','\xde','\xe6','\x07','\xf6','\xe5','\xfe','\xda','\x91','\x87','\x88','\x3b','\x09','\xe2','\xf8','\x37','\x02','\xce','\x59','\x87','\x70','\xf3','\x69','\x8d','\xa5','\x16','\x14','\x40','\x94','\xd5','\xb2','\x93','\xec','\x65','\x86','\xae','\x7c','\xd9','\xc0','\x07','\xea','\x9a','\xa7','\xfb','\x77','\xc4','\x22','\x8c','\xdc','\x1f','\x5f','\x42','\x71','\xc3','\xe6','\x1d','\xaf','\x53','\x6a','\x47','\x6d','\xe8','\x64','\xb2','\xcc','\xf0','\xca','\x09','\xb5','\x7c','\xc9','\xef','\xdc','\xbd','\x67','\x37','\xe7','\x3d','\x80','\xca','\x98','\x3a','\xd5','\x02','\x8c','\x80','\xb7','\xe8','\xc8','\xa2','\x39','\xb9','\x9f','\xf5','\xcb','\xa0','\x93','\xf4','\x39','\x05','\xb3','\x23','\xa5','\x85','\xfd','\x15','\x11','\x54','\x73','\xfa','\xae','\x55','\x51','\x63','\xe7','\x70','\x22','\x65','\x7a','\x93','\xcc','\x25','\x4a','\x55','\x97','\xf9','\x30','\xef','\xbb','\xb8','\x1f','\x24','\x7a','\x9a','\xf8','\x16','\xb3','\x8d','\x16','\xcd','\xcc','\x45','\x43','\x3d','\xed','\x81','\x1f','\x43','\x43','\x60','\x9c','\x13','\x67','\x13','\x05','\xe6','\xf5','\xa7','\xb9','\x6e','\xf4','\x7a','\x7d','\x26','\xb9','\x94','\xa6','\x74','\x62','\xac','\x08','\x20','\x27','\x05','\x2a','\x08','\xc0','\x67','\xfc','\x1c','\x45','\x31','\xda','\x28','\x0f','\x6b','\x5d','\xda','\x47','\x1e','\xc3','\x46','\xd7','\x2a','\xae','\x7b','\x01','\xa5','\xba','\xd6','\x50','\x12','\xeb','\x6d','\xcf','\x4e','\xd3','\x08','\xc7','\x8d','\x01','\x38','\x72','\xbd','\xcc','\x1e','\xc2','\x2b','\xa9','\x60','\xfe','\xb5','\x0e','\x9e','\xe8','\xdf','\x89','\x47','\x6d','\x9a','\x95','\x89','\x82','\xc1','\x8a','\xbc','\x01','\x88','\x2d','\xa1','\xe9','\x09','\xbd','\xb8','\xfe','\xf9','\x5c','\xcf','\xd3','\x8d','\xde','\xda','\x37','\x05','\x9f','\xf3','\x0c','\x71','\x93','\x93','\xab','\x12','\x7a','\x9b','\x9d','\xb9','\xae','\x3c','\x20','\xca','\x06','\x20','\x84','\xb1','\x07','\x81','\x24','\x60','\x04','\xc5','\xf2','\xc4','\x12','\x11','\xc7','\x8a','\x8c','\x9f','\x72','\x21','\x27','\xec','\xf5','\xeb','\xaa','\x20','\x68','\xf2','\x1c','\x20','\x66','\xc6','\xb1','\x23','\x5b','\xe9','\x84','\xda','\x88','\x6a','\x25','\xf0','\x80','\xba','\x30','\xe8','\x52','\x5e','\xa8','\xb8','\xdd','\x1b','\x64','\x07','\xb2','\x1d','\xf8','\xd9','\x46','\x59','\x43','\x47','\x8f','\x1e','\xa9','\xba','\x9e','\x01','\x40','\xef','\x67','\xf8','\xfa','\xdd','\x5f','\x43','\xdb','\x36','\xda','\xc5','\x22','\x24','\xc5','\x82','\x69','\x57','\xa6','\xbc','\x77','\xb0','\x16','\x06','\xf6','\x8c','\x3f','\xfa','\xe3','\x3f','\xc4','\x0d','\x37','\xbd','\x17','\x1f','\xfe','\xe3','\xff','\x8e','\xe3','\xdb','\x61','\x15','\xe5','\xc0','\xe6','\x71','\xfc','\x9f','\xfe','\xe1','\x8b','\xd1','\xb6','\x4e','\x5f','\xe4','\x25','\x4f','\xfd','\x0e','\xfc','\xd1','\xc7','\xff','\x1e','\x27','\xe7','\x43','\x25','\xf1','\xbe','\x63','\x8f','\xc6','\x6f','\x5f','\xf7','\x0e','\xf4','\x0b','\x8f','\x9f','\xf8','\xb1','\x10','\x3a','\xf8','\x63','\x1f','\xff','\x43','\xdc','\xf2','\xa1','\x9b','\xf0','\xb1','\x3f','\xfb','\x1b','\x7c','\xf3','\xd8','\xb7','\x0f','\x82','\x27','\xa4','\x36','\x38','\x1c','\x3d','\x72','\x04','\x9f','\xfd','\xab','\x4f','\xe3','\xc6','\x9b','\xdf','\x8b','\x0f','\x7e','\xe8','\x93','\xf0','\xdc','\x60','\xdf','\xbe','\x16','\xaf','\x7c','\xe5','\x2b','\x01','\x8a','\x56','\xda','\x11','\x0e','\xbb','\xb5','\x38','\x80','\xdb','\xff','\xe2','\xcf','\x71','\xe5','\x8b','\xaf','\x2c','\xde','\x95','\xe9','\x87','\xd8','\xd1','\x87','\xdf','\xf3','\xbb','\x38','\xbe','\xf5','\xa8','\xac','\x2e','\x87','\x0e','\x1c','\xc5','\x8f','\x5e','\xf3','\x23','\xb8','\xfc','\x47','\x2e','\x0f','\xe9','\x35','\x14','\xab','\xf9','\xac','\x08','\x28','\xb1','\xb2','\x34','\x31','\x82','\x9d','\xf8','\x48','\xfb','\x3e','\xfa','\x7b','\xca','\xc4','\x77','\x0e','\xe4','\x3c','\xc2','\xc1','\x82','\x66','\x45','\x10','\x08','\x83','\xdb','\x30','\x0f','\x00','\xb8','\xeb','\xae','\x3b','\xd1','\x8f','\x00','\xde','\xce','\xb7','\x2b','\x6d','\xa8','\x1f','\xb3','\x64','\xac','\x4a','\x9e','\x1d','\x8e','\x3f','\xc4','\x80','\xd6','\xa9','\xd0','\x95','\x57','\xbc','\x14','\x9f','\xba','\xe3','\x7f','\xc5','\xd6','\xe2','\xdb','\x47','\xd3','\xdc','\x77','\xe2','\x02','\x1c','\xfd','\x62','\x87','\x2f','\xff','\xf7','\xf7','\xe2','\xed','\xd7','\xfd','\x06','\x6c','\xf4','\xb8','\x79','\x77','\x10','\x8b','\x7e','\x1f','\x1e','\x38','\xf9','\x34','\xbd','\x76','\xde','\xfe','\x7b','\x71','\xd5','\x8f','\x5c','\x89','\x8b','\x2e','\xbc','\xf8','\x74','\x56','\xfd','\xe1','\x47','\x56','\x71','\x4b','\x3f','\x87','\x40','\x28','\xd3','\x27','\x39','\x13','\x38','\xa2','\xa6','\x83','\x08','\xae','\x09','\xfc','\xd8','\x13','\xab','\xdf','\x7b','\xdf','\x79','\xcc','\x4f','\x76','\xc1','\x48','\xd4','\x33','\x36','\xf7','\xb5','\x71','\x1f','\x22','\x87','\x90','\xae','\x62','\xc4','\x91','\xe8','\x9d','\x3e','\x30','\x67','\x05','\x2e','\xad','\x39','\xa1','\x5c','\x56','\x8d','\xd8','\xfa','\xce','\xc7','\x1a','\x88','\xf5','\x54','\x2d','\xa9','\x4e','\x2d','\x7c','\x40','\x52','\x64','\x44','\x3d','\x95','\xf3','\x87','\x4a','\x65','\x28','\xf0','\x75','\x4e','\xcd','\x16','\xde','\x8e','\x5c','\x01','\xb2','\xee','\x6b','\x6a','\x05','\xf6','\x31','\xe8','\x8e','\x59','\xd5','\xc9','\x82','\x22','\x14','\xfc','\x07','\x80','\xca','\xad','\x54','\x2c','\xab','\x56','\x47','\x46','\x20','\xe7','\x96','\xee','\xb0','\xf2','\x95','\xe7','\xa7','\x6f','\x62','\x00','\x82','\xf4','\x59','\xfb','\x0e','\xcb','\x41','\x80','\xe9','\x4b','\x19','\x0d','\x10','\xd8','\x78','\x16','\x24','\x7f','\x6b','\x02','\x57','\x13','\xda','\xf6','\xa7','\x07','\xf5','\x59','\x40','\xc3','\xcc','\x96','\xa5','\x15','\x5d','\xb6','\x84','\x26','\x2a','\xc1','\xc5','\x01','\xb5','\x45','\x3b','\xd2','\xc5','\xbc','\x33','\x4b','\x85','\xd7','\xe8','\x45','\x40','\x82','\x48','\xc3','\xbc','\x8a','\xea','\x28','\x10','\xf7','\x71','\x35','\xc8','\x2f','\xa2','\x31','\xc0','\x63','\x73','\xd3','\x63','\x63','\x5f','\xab','\x2e','\x51','\x6e','\x0f','\x01','\x25','\x1a','\x35','\xd6','\x00','\xb9','\xd1','\x3b','\x7d','\xb7','\x2b','\x3d','\x39','\x0f','\x08','\x10','\xd7','\xce','\x69','\x56','\x77','\xd4','\x00','\x7a','\x74','\x75','\x47','\x79','\x96','\x4f','\x43','\x82','\x60','\x56','\x73','\x52','\x64','\xb6','\x76','\x96','\xf6','\x42','\x06','\x77','\x5d','\xab','\xbf','\xa6','\xfa','\xa8','\x11','\x05','\xe9','\xf7','\xa0','\xb9','\x02','\x68','\x8a','\xa0','\x31','\xaa','\xbc','\x13','\x32','\xdd','\xb8','\x36','\xe2','\xad','\x01','\x47','\x7a','\xc5','\x0e','\xed','\x92','\xfd','\xd7','\xfa','\x3b','\x93','\x11','\x63','\xfc','\x62','\x44','\x39','\xa2','\xa9','\x67','\xe2','\x83','\x44','\x9c','\x19','\xbe','\x1a','\x01','\x43','\x1d','\xc1','\xeb','\xca','\x58','\xd6','\x90','\xbc','\xde','\xba','\x3c','\x2e','\xfc','\x2f','\x16','\xea','\x19','\x5e','\xf7','\x79','\x04','\x5d','\x51','\x1e','\xce','\x8d','\x6a','\xa6','\x3a','\x92','\x95','\x1a','\x48','\xe4','\x48','\x56','\xd6','\x7e','\x4b','\x63','\xcb','\xe7','\x7c','\x24','\x66','\x5a','\x73','\x83','\x1b','\x04','\x41','\xb0','\xd4','\x34','\x0d','\xb6','\xb6','\xc2','\x99','\x35','\x32','\x98','\x04','\xdd','\xda','\x4d','\x60','\x83','\x53','\x6c','\x5d','\xd8','\xe8','\xdf','\xb8','\x70','\x10','\x6a','\xa8','\x54','\x7a','\xb3','\xd6','\x52','\x67','\xda','\x86','\x3b','\xef','\xbc','\x13','\x9f','\xfb','\xfc','\x17','\xb1','\xb5','\xf8','\xb6','\xea','\x2b','\x39','\xb9','\xbd','\x1f','\x7f','\xf6','\x67','\x9f','\xc4','\x5f','\x3c','\xef','\xcf','\xf1','\xec','\xe7','\xfc','\x0f','\x66','\x70','\x90','\x0a','\x49','\xdb','\x13','\x72','\x7e','\xc4','\x9f','\xdd','\xfe','\x49','\x7c','\xfe','\xf3','\x7f','\x8d','\xaf','\x7d','\xed','\xab','\x78','\xef','\xfb','\x6e','\xc6','\x37','\x8f','\x5d','\x88','\x13','\xdb','\xc9','\x85','\x6c','\xdf','\xc6','\x49','\x3c','\xef','\xd2','\x4b','\xb1','\xb9','\x2f','\x28','\xe2','\xec','\x19','\xcf','\xfd','\xbe','\xe7','\xe2','\x77','\xde','\xf1','\x7e','\x00','\xe7','\x0f','\xea','\xe1','\xd9','\xe1','\xee','\x23','\xdf','\x82','\xdf','\xfc','\xbd','\x9b','\x71','\xf8','\x3d','\xd7','\x01','\x00','\xb6','\x16','\x87','\x70','\x7c','\xeb','\x10','\x4e','\x6c','\x5f','\x04','\x00','\x78','\xdc','\xa3','\xee','\xc6','\xfd','\xc7','\xcf','\xc7','\xd6','\x3c','\x0f','\xa4','\x70','\x62','\xeb','\x20','\xde','\xf1','\xae','\x77','\xe0','\x9d','\xd7','\xbf','\x13','\xf7','\x1d','\xbd','\x00','\x47','\x4f','\x5e','\x88','\x27','\x5e','\xf0','\x35','\x3c','\xf3','\xbb','\xbf','\x0b','\xed','\x2c','\x1c','\x44','\x25','\xa1','\xc7','\x6b','\xf4','\xc0','\xf1','\x73','\xf0','\xbb','\xef','\xbc','\x15','\xed','\xac','\xc1','\xff','\xf4','\x3f','\xfe','\x4f','\x23','\x0a','\x12','\xf0','\x9f','\xff','\xf3','\x7f','\xc2','\x75','\xef','\xf8','\x10','\xee','\x3b','\x96','\xa2','\xbf','\xed','\xdb','\x98','\xe3','\x51','\x87','\xbe','\x89','\xd7','\xbe','\xf6','\x35','\xd8','\x7f','\x60','\x96','\x14','\x8e','\xa8','\x18','\xa4','\xc8','\x47','\x15','\xa5','\x24','\x5e','\x27','\xb3','\x97','\x4a','\x27','\x5e','\x9c','\x20','\xdc','\xba','\x30','\xa0','\xb8','\x09','\x8c','\xa9','\x0f','\xe1','\x13','\x73','\x0e','\x90','\x57','\xf8','\x4b','\x7f','\xfb','\x05','\xcc','\xfb','\xcd','\x6a','\x5b','\xbb','\x7e','\x86','\x2f','\x7e','\xe9','\xcb','\x38','\x76','\xfc','\x18','\x0e','\x1e','\x28','\xce','\x2b','\xaa','\x4c','\xde','\xc9','\x39','\x4d','\xc0','\xb1','\x13','\x47','\xab','\xab','\x72','\x9e','\x1d','\x8e','\x1e','\x3b','\x89','\xe3','\xc7','\x8f','\xe1','\x9c','\x83','\xe7','\x4c','\xf2','\x85','\x63','\x23','\x2e','\x7b','\xbd','\x9f','\xe1','\xae','\xbb','\x72','\xb0','\x36','\x74','\xe2','\x18','\xb7','\x6e','\x02','\x40','\xd7','\x8f','\x00','\xbe','\xca','\x3b','\x3e','\x76','\xfc','\x18','\xd8','\xd7','\xfd','\x5a','\x7b','\xde','\xc0','\x5d','\x77','\x7f','\x7d','\xa4','\x14','\xe0','\xf9','\xcf','\xfd','\x41','\x5c','\xf5','\x23','\x57','\xe2','\xbd','\x37','\xff','\x31','\xee','\x3b','\x71','\xc1','\x68','\xba','\xce','\xb7','\x78','\xe0','\xe4','\x63','\xf0','\xc0','\xc9','\x61','\xd4','\x38','\x4b','\x1b','\xed','\x36','\x9e','\xf5','\x9d','\x8f','\xc6','\x4f','\xbc','\x76','\xe7','\xe7','\x08','\x3d','\x28','\x34','\x29','\x65','\xce','\x44','\xf9','\xc5','\xa4','\x05','\x92','\x52','\x27','\xac','\xbe','\x36','\x58','\x0a','\xa1','\xe9','\x7d','\xb0','\x86','\xe7','\xe1','\x9d','\x01','\xe7','\x5d','\x5c','\xc9','\x61','\x2c','\x16','\x1e','\x7d','\xbf','\x88','\x07','\x40','\x36','\x68','\x67','\xc1','\x4f','\xda','\x0a','\x5c','\x51','\x60','\x4b','\x97','\x5c','\x8a','\xae','\x3f','\x3e','\x2e','\x2d','\xf7','\x7d','\xd2','\x36','\xec','\x39','\x2a','\xc9','\x87','\xde','\xf8','\x75','\x0b','\xf9','\xe8','\x2e','\x6c','\xda','\x2e','\x2b','\xd5','\x36','\x1a','\x9a','\xec','\xbb','\x51','\xd0','\xd2','\xfb','\x74','\xe8','\x60','\xe4','\x4f','\xbd','\x71','\x75','\xc9','\x82','\x31','\xd8','\xbc','\xb4','\x3b','\x55','\x8b','\x57','\xd9','\x94','\xf6','\x3b','\x41','\xdb','\xa6','\x55','\x35','\x55','\xb6','\x96','\x7e','\x2b','\xaf','\xf4','\xfe','\x08','\x4f','\x53','\x3c','\xc1','\x79','\x7b','\xf3','\x87','\x12','\x6f','\x1d','\x4e','\x6f','\xce','\xde','\x4b','\x46','\x5c','\xfb','\x59','\x19','\x24','\xb5','\x4b','\x53','\x63','\x89','\x2b','\x8a','\x5a','\xc5','\x63','\x43','\x94','\xda','\xa2','\x9a','\xf1','\xa7','\xe4','\x50','\x68','\x32','\x0a','\x42','\x4a','\xcd','\x2d','\x27','\x1a','\x69','\x4d','\xae','\xe7','\x51','\x7e','\x83','\xd2','\x95','\x14','\x6d','\x94','\xf2','\xba','\x2d','\x99','\xdf','\xaa','\xa7','\x21','\x8d','\x0d','\x1f','\x0d','\x07','\x7d','\x54','\xb2','\xbb','\x45','\x8f','\xae','\xf3','\x61','\x6f','\xd0','\x66','\x0b','\xb4','\x04','\x82','\x1b','\xee','\xf1','\x7a','\x04','\x52','\x09','\x12','\x2c','\xb8','\x19','\x46','\xe5','\x93','\xf7','\x64','\x40','\x46','\x65','\xa5','\x56','\x80','\x4d','\x32','\xca','\xb0','\x1a','\xb1','\x13','\xef','\x8b','\x8a','\xad','\xf0','\x1c','\xe7','\x92','\x7b','\x6e','\x5b','\x1a','\x61','\x5c','\x8a','\x7a','\x69','\xea','\xc9','\x9e','\xd1','\x97','\x7a','\x8f','\x01','\xfe','\xd9','\x9e','\x46','\x02','\x9c','\x8d','\xd0','\x66','\x02','\xca','\x88','\x72','\xae','\x07','\x72','\x9a','\xa9','\x00','\xd8','\x31','\x3d','\x1c','\xfb','\x54','\xb9','\xb5','\xd2','\x90','\xaa','\x25','\x2a','\x99','\x89','\x19','\xdb','\xab','\x67','\x9e','\x69','\xd6','\xb0','\x67','\xc1','\x05','\x70','\xe9','\xe1','\x7c','\x30','\x56','\x78','\x50','\x3c','\xfe','\x24','\x1d','\xd8','\x5d','\x92','\x76','\x85','\xbd','\x17','\x57','\x90','\xfa','\x18','\xfe','\x9b','\x99','\xc1','\xf1','\x5d','\xe9','\x73','\x19','\x1b','\x49','\x9d','\x69','\x31','\x57','\xba','\x95','\x62','\x00','\x34','\x45','\x30','\x37','\x60','\x85','\x83','\x50','\x6b','\x2b','\x40','\x52','\x48','\xef','\x01','\xef','\x65','\x33','\x0d','\xf2','\x01','\xe2','\xe2','\x66','\x5a','\x4a','\x7e','\x93','\x4d','\xeb','\xb0','\xb9','\xaf','\x85','\xdb','\xe7','\x40','\xb3','\x80','\x1c','\xed','\x00','\xb0','\x02','\x4b','\xe8','\xcf','\xfe','\xfc','\xcf','\x70','\xfd','\xbb','\x0e','\xe3','\xe8','\x89','\xf3','\xab','\x15','\x05','\x80','\xad','\xc5','\x06','\xfe','\xe4','\x93','\x0f','\xe0','\x2f','\xdf','\xf2','\xcf','\xd1','\x36','\x8b','\x7a','\x22','\x95','\x3e','\x89','\xb6','\x17','\x07','\xb0','\xbd','\xd8','\x87','\xae','\x6f','\x71','\xe4','\x44','\xee','\x0e','\x36','\x6b','\x3a','\x7c','\xfb','\xb7','\x3e','\x06','\xdf','\xf5','\xcc','\xef','\x4a','\x4b','\xad','\xcc','\x78','\xfe','\xf3','\x9f','\x8f','\x67','\x7d','\xf7','\xb7','\xe2','\x8f','\x3e','\x71','\xbc','\x1a','\x0d','\xae','\xf7','\x0e','\xf7','\x1e','\x7d','\x2c','\xee','\x3d','\xfa','\xd8','\xec','\x7a','\xe3','\x3c','\x2e','\x3c','\xff','\x6e','\xfc','\xe0','\x3f','\x78','\x26','\x6e','\xfa','\xd0','\x57','\x06','\xcf','\x2d','\xfa','\x16','\xff','\xfd','\x1b','\xdf','\xae','\xbf','\x1f','\x7b','\xde','\xfd','\xf8','\xb1','\xd7','\xbe','\x0c','\xcf','\xf8','\xae','\x67','\xe8','\xb5','\x74','\x90','\x55','\x9d','\xbe','\xfe','\xcd','\x0b','\xf0','\xf6','\xdf','\xf9','\x20','\x1e','\x78','\xe0','\x01','\x5c','\x71','\xc5','\xe5','\xb8','\xe2','\xf2','\x2b','\x34','\xfd','\x27','\x3e','\xf1','\x09','\xdc','\x7a','\xdb','\xad','\xb8','\xee','\xf7','\x3e','\x88','\x6f','\xdc','\x9f','\x94','\xdb','\x8d','\xb6','\xc3','\x85','\x8f','\xba','\x1b','\xff','\xcf','\xff','\xc7','\xff','\x1d','\xcf','\x78','\xc6','\xd3','\x53','\x66','\x32','\x7b','\x61','\xdc','\xe0','\x10','\x4c','\x22','\xd6','\xbd','\x70','\x88','\x61','\x62','\x68','\x41','\x62','\xa0','\x21','\x38','\x72','\x70','\x9e','\xe1','\xa3','\x25','\xa4','\xef','\x7d','\x38','\x67','\x41','\x47','\x7e','\x1a','\x3b','\x60','\xe0','\x9e','\x7b','\xee','\xc6','\x7b','\xde','\xff','\x0e','\xfc','\xd5','\xdf','\xdc','\x85','\x79','\xf7','\xb8','\x6a','\x3b','\x3d','\x3b','\x9c','\x98','\x9f','\x8f','\xb7','\x5f','\xf7','\x6b','\xf8','\x91','\xcb','\x5e','\x82','\x27','\xdb','\xcd','\xf5','\x23','\x68','\x67','\x0c','\x04','\x7d','\xf6','\xaf','\x3e','\x8d','\x5b','\x7f','\xff','\x66','\x1c','\xdf','\x3e','\xaf','\x5a','\xd6','\xd6','\xe2','\x10','\xde','\x7f','\xe3','\xbb','\xf0','\xba','\xd7','\xfc','\x64','\xf5','\x3e','\x00','\xbc','\xff','\xc6','\x77','\xe1','\x0b','\x5f','\xfa','\x3b','\xcc','\xbb','\x6f','\x1f','\xdc','\x3b','\x31','\x3f','\x07','\x1f','\xfa','\xfd','\x5b','\xf0','\xbd','\xdf','\xf3','\x7d','\xb8','\xf4','\xb9','\xff','\x60','\x34','\x8f','\xcf','\xfe','\xd5','\xa7','\xf1','\xb1','\x8f','\x7f','\x14','\x27','\x17','\x95','\x03','\x68','\x11','\x56','\x57','\x7e','\xe5','\xad','\xbf','\x84','\x9f','\x78','\xed','\x9b','\xb0','\x7f','\xff','\x30','\x78','\x05','\x10','\xc0','\xcf','\x75','\xef','\x78','\x1b','\xb6','\x16','\xf5','\x68','\x84','\x8b','\x6e','\x13','\x5f','\xfa','\xf2','\xdf','\xe0','\xa9','\x4f','\xf9','\x0e','\x3c','\xe9','\xdb','\x9e','\x52','\x4d','\x23','\xfb','\x7b','\xde','\x7d','\xd3','\x9f','\x2c','\x05','\x38','\x53','\xd4','\xba','\x0e','\x8f','\x3a','\x70','\x27','\xae','\xbc','\xe2','\x9f','\x8d','\xd6','\x77','\x8f','\x76','\x46','\x55','\x7c','\x66','\x07','\xb7','\xe0','\x97','\xc8','\x4b','\x89','\x43','\x14','\x1f','\x35','\x48','\xc4','\x4d','\xa8','\x7d','\xc7','\x20','\xef','\xe1','\x7b','\x8f','\x79','\xef','\x31','\xdf','\xee','\xf4','\xac','\x8a','\xb6','\x4d','\xa7','\x92','\x37','\xb3','\x26','\x9d','\x5f','\x21','\x2e','\x21','\x02','\x4a','\xbc','\xac','\x14','\x01','\x20','\x0e','\x56','\xd5','\xd6','\xa1','\x9d','\x35','\xd1','\x2a','\x6e','\xc1','\x12','\xd4','\x05','\x4d','\x8c','\x50','\x79','\x14','\xb5','\x74','\x92','\xba','\xa6','\xb3','\xab','\x50','\xf1','\x3b','\x33','\xc7','\x90','\xb4','\x69','\x65','\x5a','\x95','\x25','\x4e','\xca','\x55','\x16','\x40','\x21','\x46','\x51','\x2a','\xcf','\x34','\x0a','\x8a','\x6d','\xb2','\x00','\xdb','\x33','\x3a','\xa0','\x1f','\xd2','\x6e','\x8e','\x3a','\x7c','\xea','\x79','\x29','\x5b','\x5e','\x81','\x7d','\x27','\xa4','\x26','\x5f','\x23','\xe5','\x46','\x91','\x8b','\xc9','\xb3','\x8a','\x48','\x62','\x69','\x25','\x80','\x1a','\x19','\x03','\x19','\x20','\x19','\xcb','\x4d','\xfa','\xca','\x02','\x1a','\x79','\xb8','\xb0','\xca','\xe7','\xca','\x8a','\x91','\xd5','\x46','\x93','\x1b','\x02','\xbc','\xb2','\xdd','\x64','\xbe','\xdb','\xde','\xca','\xfb','\x68','\xd2','\x60','\x55','\xde','\x63','\xd3','\xd6','\xaa','\x6c','\xb4','\x60','\xbe','\x58','\x5f','\x33','\x5d','\xaf','\x35','\xa9','\xec','\xbd','\xd0','\xb6','\x53','\xfa','\xe4','\xde','\x63','\xee','\xe3','\x19','\x87','\x1d','\xab','\x6b','\xdc','\xc6','\x46','\x83','\xa6','\x61','\x55','\xb4','\x1f','\x11','\x3e','\x71','\x35','\x65','\xde','\x8e','\x87','\x78','\xad','\x58','\x14','\x50','\xc5','\x38','\xe9','\x17','\x69','\xee','\xcb','\x0a','\xae','\xac','\xec','\xf4','\x5d','\x9f','\x07','\x20','\x29','\x0c','\x05','\xe4','\x9c','\x09','\x45','\x1d','\xf6','\x21','\x36','\x6d','\x3c','\x77','\xa7','\x49','\x06','\x19','\x9d','\xd7','\xb1','\x6a','\xb2','\xfa','\xad','\xb5','\x34','\xba','\x1e','\x9b','\xba','\x5b','\x6f','\x26','\x89','\x90','\xa9','\xfb','\x75','\x90','\xff','\xb6','\x23','\xdb','\x7a','\xce','\x94','\x6e','\x99','\xd5','\x7e','\xcc','\x19','\xc8','\x74','\xfa','\x55','\xd2','\x0c','\x87','\xb3','\x5e','\xae','\xad','\x90','\x4e','\x16','\x57','\xea','\xd0','\xd1','\x28','\xa0','\xe0','\xa7','\x71','\x70','\x3d','\xc3','\xfb','\xc8','\x43','\x1d','\x47','\xd7','\xe7','\x5a','\x55','\x63','\x9f','\x14','\x2a','\xad','\x6c','\xd5','\x70','\x7d','\x00','\x41','\x8c','\x70','\x38','\x71','\x78','\x77','\x29','\x83','\xc0','\x96','\xc7','\x39','\x45','\x7e','\x35','\xa4','\xab','\xad','\xce','\x4a','\x90','\xb7','\x92','\xb2','\x3d','\x40','\xb5','\x20','\x08','\xc9','\xc2','\x91','\xbf','\x71','\x15','\xbc','\x7d','\x18','\xcc','\x3d','\x52','\xbf','\x35','\xad','\x83','\x23','\xc4','\x3d','\x22','\x0d','\xd2','\x06','\xd7','\x28','\xa8','\x1d','\xf0','\xe1','\xdf','\xff','\x08','\xde','\x75','\xf8','\x5d','\xf8','\xd3','\x3f','\xfd','\x04','\x40','\xc0','\x7c','\xb1','\x89','\x07','\x8e','\x9f','\x8f','\xa3','\x27','\xea','\x0a','\xaa','\xd0','\xd1','\x93','\x07','\x70','\xf4','\xe4','\xee','\x29','\x5a','\xe7','\xec','\x3f','\x8e','\x17','\x5e','\x76','\x55','\xd8','\x0f','\x93','\x31','\x59','\xc2','\xab','\x5f','\xf5','\x6a','\x7c','\xee','\x73','\xff','\x1b','\xbe','\x7a','\xef','\x13','\x56','\xca','\x6b','\xdf','\xc6','\x1c','\x8f','\x3d','\xef','\x2e','\xbc','\xe9','\x0d','\x3f','\x0e','\xef','\x7b','\xdc','\xf6','\x91','\x2f','\xe1','\xc4','\xf6','\xbe','\xd1','\xf4','\x8f','\x3d','\xef','\x7e','\xbc','\xe9','\x27','\x2f','\xc7','\xcf','\xfe','\xec','\xcf','\x66','\xfc','\x73','\x8c','\x97','\x36','\xce','\x63','\xd6','\x76','\xd8','\x9a','\x6f','\xe0','\xeb','\xdf','\xbc','\x00','\xbf','\xfb','\xae','\x3b','\xf0','\xfe','\x1b','\x3f','\x86','\x03','\xfb','\xfe','\xad','\xa6','\xd9','\x9a','\x1f','\xc0','\x89','\xad','\x83','\xb8','\xff','\xd8','\x45','\x59','\xbd','\x2e','\x38','\xff','\x2e','\xfc','\x8b','\x9f','\xfb','\x69','\x5c','\xf5','\xa2','\x97','\x62','\x31','\xef','\x75','\x12','\x4b','\x38','\xf0','\x50','\x2e','\xe9','\xbb','\x62','\x46','\x0a','\xbf','\xd3','\x00','\x0d','\x25','\xa5','\x48','\xac','\x35','\x00','\x47','\x66','\x94','\x5c','\x10','\x65','\x03','\x5a','\xb7','\xe8','\xd5','\xba','\xca','\x00','\xb6','\x4e','\x9c','\xc0','\xdb','\x7f','\xef','\xd7','\x71','\xcb','\x6d','\x37','\x44','\xc6','\xd3','\xe0','\xf8','\xf6','\x63','\x70','\x64','\xab','\x0e','\x7e','\x84','\x1e','\x38','\xf1','\x18','\xbc','\xeb','\x86','\x3f','\xc7','\xcd','\x1f','\xfa','\x30','\xda','\xe6','\x24','\x00','\xe0','\x47','\x2e','\x7b','\x09','\x5e','\x74','\xc5','\xd5','\xf8','\xf6','\x6f','\x7d','\x72','\xf5','\x19','\x99','\x2e','\x7f','\xfb','\x77','\x5f','\xc2','\x2d','\xb7','\xde','\x80','\x5b','\x3f','\x7c','\x33','\x98','\x1b','\x3c','\x70','\xe2','\x71','\xe8','\x7c','\xdd','\x12','\xf0','\xc0','\xc9','\xc7','\xe0','\xb7','\x0f','\x7f','\x10','\xd7','\xbf','\xef','\x77','\x01','\x00','\x57','\x5e','\x7e','\x35','\xde','\xfc','\xc6','\xb7','\xe0','\x57','\xde','\xfa','\x8b','\xb8','\xe5','\xb6','\x1b','\x43','\xdf','\x2e','\x0e','\xe1','\xc8','\xc9','\x27','\x56','\x9f','\xf7','\xec','\x70','\xdf','\x89','\xc7','\xe3','\xdf','\xfd','\x7f','\xfe','\x37','\x6c','\xb4','\xff','\x73','\xcc','\xe3','\xa5','\xf8','\xa9','\x37','\xbe','\x05','\xbf','\xfa','\xd6','\x5f','\xd2','\x3c','\xba','\x7e','\x3f','\x8e','\x6d','\x3f','\x1a','\x5b','\x8b','\x83','\xd5','\x7c','\xee','\x39','\xfa','\x04','\xbc','\xfb','\xa6','\x3f','\x09','\xfd','\x04','\xe0','\x8a','\x17','\x5e','\x85','\x2b','\xaf','\x08','\x81','\x05','\x6c','\x5b','\x4e','\xcc','\xcf','\xc7','\x03','\x23','\xab','\x37','\xc7','\xb6','\x0f','\xe1','\xfa','\x9b','\x6e','\xc7','\x07','\x6f','\xbb','\x0d','\x8d','\x9b','\xe3','\xca','\xcb','\xaf','\xae','\x02','\x2a','\x59','\xb1','\x79','\xdf','\x07','\xfe','\x10','\xdf','\x3c','\x3e','\xfd','\x1e','\x6a','\xb4','\xd1','\x6e','\xe3','\x51','\x07','\xee','\xc4','\x1b','\x7e','\xfc','\x1f','\xe3','\xb2','\x1f','\x3a','\x8b','\xf7','\xfe','\x00','\x05','\xf7','\x2d','\xee','\x95','\xbf','\xcf','\xb4','\x2e','\xb3','\x9e','\x79','\xae','\x0e','\x8c','\xe2','\x9d','\x30','\x6f','\x83','\x65','\x4e','\x37','\x97','\xce','\xc2','\x4a','\xac','\x04','\x37','\x60','\x0f','\x74','\xc6','\xba','\x3a','\xdb','\x68','\xd0','\xce','\x42','\x54','\xc7','\x59','\xdc','\x17','\xd8','\xc7','\xc0','\x2e','\x61','\x8f','\x10','\x14','\x34','\xb8','\x18','\x49','\xae','\x31','\x3e','\xf4','\xb2','\xda','\x13','\x14','\x8d','\x18','\x62','\xd6','\x73','\x58','\xbd','\x89','\x96','\x55','\x6f','\x94','\x1d','\xb1','\xbc','\x66','\x6e','\x6c','\x1c','\x8f','\x44','\x00','\xeb','\x79','\x42','\x00','\x54','\x01','\xd7','\x4d','\xc9','\x0d','\x81','\x5a','\x01','\x3c','\x09','\xe0','\x94','\xa7','\xac','\x07','\x65','\x29','\xf4','\x92','\x23','\xc4','\xc3','\x2e','\x0d','\x28','\x92','\xb4','\xe5','\xab','\x20','\xc5','\x05','\x83','\x3e','\xce','\x2c','\x9c','\x03','\x99','\x5c','\x66','\x56','\xbe','\xa5','\xda','\x5b','\x1b','\xd7','\x78','\x4a','\x1d','\xa4','\x5a','\xa4','\xa4','\x5d','\x02','\x80','\x42','\x9a','\xe2','\x79','\x4e','\x7d','\x6c','\xad','\xf1','\x7a','\x8f','\x4c','\x1a','\x7b','\x70','\xa3','\xed','\x1c','\x93','\x47','\x02','\x59','\x29','\x9d','\xad','\x97','\x3e','\xc2','\xa9','\x0f','\xd5','\x3d','\x7d','\xd0','\x56','\x0b','\x00','\x39','\xb3','\x9f','\x65','\x96','\xe0','\x84','\x55','\xf5','\x9a','\xdc','\x1d','\x9b','\x45','\x49','\x39','\x4d','\x2f','\x38','\x81','\x76','\x19','\x6b','\xe6','\xba','\x0b','\xd7','\x7d','\xef','\x31','\xe7','\x30','\x2f','\x16','\xf3','\x1e','\x1b','\x9b','\x2d','\x36','\xf7','\xb5','\xd8','\xd8','\x6c','\xd0','\xc6','\x60','\x40','\x76','\xb5','\xf1','\x41','\xa3','\x71','\xe6','\xb0','\xf3','\x2c','\x0b','\x20','\x92','\x7f','\x87','\x2a','\xaa','\xf9','\xd8','\x92','\x71','\x10','\x81','\x4e','\x9f','\xf6','\x65','\xdb','\x40','\x2b','\x1c','\x5d','\x56','\x03','\x7f','\xf0','\xd9','\xbc','\x0b','\xe1','\xa7','\x5d','\xb6','\x12','\x1d','\xf8','\x8e','\x99','\xf3','\x2e','\x9c','\xc1','\x03','\x97','\x5c','\x52','\x43','\xd9','\x31','\x22','\xa6','\x9e','\x4d','\xc6','\x79','\xd7','\x28','\x8f','\x10','\xe3','\x3d','\x72','\xfe','\x21','\xfc','\x45','\x8d','\x1b','\x40','\xf9','\x7a','\xb5','\xcd','\x66','\xde','\x14','\x5f','\x96','\x53','\x0d','\x08','\x2d','\xa3','\x29','\x79','\x55','\xdc','\xab','\xf2','\x8b','\xa9','\xac','\xcd','\xfc','\xb6','\xef','\x42','\x56','\x81','\x1c','\x39','\x38','\xf2','\xe9','\x58','\x85','\xb8','\x3f','\x07','\xc4','\x93','\x6e','\x75','\x65','\xd3','\x24','\x2d','\x53','\x9c','\x5f','\x9e','\x01','\xc7','\x20','\x5f','\x1a','\x9e','\x4c','\x45','\x26','\x28','\x77','\x9d','\x2b','\x60','\x11','\x91','\x8e','\xc3','\x92','\x54','\x1b','\xf4','\xde','\x0f','\x82','\x20','\x68','\x78','\xe6','\xb2','\x10','\x1a','\xbe','\x7c','\xb1','\x30','\x79','\xcf','\x40','\x07','\xcc','\xe7','\x3d','\xda','\x79','\x17','\x99','\x03','\x25','\x3f','\xcb','\xf8','\xcc','\xbb','\x0e','\xbf','\x0b','\x37','\xdc','\xf2','\xf7','\x38','\xbe','\xf5','\xa4','\xa5','\x8d','\x3b','\x9d','\xb4','\x6f','\xe3','\x24','\x2e','\x7d','\xde','\xf3','\x34','\xb4','\xb4','\xa5','\x57','\xbc','\xfc','\x15','\xf8','\xc2','\x17','\x3e','\x8f','\xdf','\x7d','\xc7','\x07','\x70','\xf7','\xfd','\x17','\x8e','\xee','\xeb','\x01','\x80','\xf3','\x0e','\x1e','\xc3','\xf7','\x3f','\xf7','\x31','\x78','\xf5','\xab','\x7e','\x12','\x2f','\x7b','\xd9','\xcb','\xf1','\xd5','\xaf','\x7d','\x0d','\xbf','\xf1','\x5b','\xbf','\x8b','\xfb','\x8e','\xd5','\x01','\xdd','\xe3','\x1e','\xfd','\x0d','\xbc','\xfe','\xc7','\x5e','\x84','\x9f','\xfd','\xd9','\x9f','\xc5','\x39','\xe7','\xc8','\x6a','\xc0','\xd0','\xcd','\xc2','\x52','\xe3','\x3c','\x9e','\xf7','\x3d','\x84','\x4f','\xfd','\xe5','\x09','\x1c','\x3d','\x71','\x40','\xff','\x03','\xe3','\x6e','\x4c','\x8f','\x39','\x74','\x1f','\x9e','\xfb','\xec','\x8b','\xf0','\x8a','\x97','\xbf','\x1e','\x57','\x5e','\xf1','\x12','\x1c','\xb9','\x6f','\x0b','\x50','\xe0','\x93','\x6f','\x4e','\xce','\x96','\x88','\x49','\xc2','\x07','\x3a','\xb8','\x36','\x59','\x51','\x01','\x28','\xb3','\xe1','\xa2','\x3f','\x98','\x59','\xa3','\x4a','\x35','\xdb','\xf9','\x26','\xe9','\x0f','\xde','\x76','\x43','\x58','\x6d','\x38','\xf1','\x34','\xac','\x4b','\xc7','\xb6','\x0f','\x65','\x51','\xcb','\xde','\x75','\xc3','\x9f','\x03','\x00','\xfe','\xe9','\x9b','\x7e','\x6e','\xf2','\xb9','\x5b','\x6e','\xbd','\x01','\xd7','\xdf','\x78','\x3b','\x8e','\x6d','\x2f','\x2f','\x33','\x00','\x98','\x0b','\xd4','\x25','\xec','\xe6','\x0f','\xdd','\x82','\x97','\xbf','\xf4','\x1a','\xdc','\x72','\xdb','\x8d','\xf8','\xda','\xfd','\xab','\xd5','\x79','\x6b','\xb1','\x1f','\x5b','\x8b','\x04','\x96','\x6f','\xf8','\xe0','\x47','\x70','\xe9','\xf3','\x7e','\x70','\xad','\x3c','\x80','\x00','\xfa','\x1e','\x38','\x11','\x56','\x65','\xae','\xbf','\xf1','\x76','\xbd','\xbe','\x6a','\x5b','\x80','\xbc','\xcf','\xde','\x7d','\xd3','\x9f','\xe0','\x82','\x0b','\x2e','\xc4','\x2b','\xaf','\x7e','\x4d','\x96','\x66','\xff','\xfe','\x03','\xba','\x12','\x74','\xf3','\x87','\x6e','\xc1','\xd1','\xad','\x0b','\x70','\x62','\x5e','\x07','\x66','\x25','\x9d','\xb7','\xff','\x5e','\x3c','\xeb','\x3b','\x1f','\x8d','\x2b','\xaf','\xf8','\x19','\x5c','\xf6','\x43','\x2f','\x5e','\xe9','\x99','\x3d','\x5a','\x9f','\x56','\xd6','\x63','\x8c','\x5e','\x17','\x56','\x83','\x38','\xba','\xa6','\x89','\xf2','\x10','\x5d','\x98','\x1d','\x67','\xd6','\xd7','\xbe','\xf3','\x70','\x44','\xe8','\xdb','\x78','\xea','\x39','\xe2','\x3e','\x8f','\x08','\x5a','\x40','\x08','\x56','\xd6','\xb8','\x62','\xd4','\x34','\x41','\x09','\x91','\x33','\x54','\xfa','\xde','\xa3','\xeb','\xcc','\x19','\x6f','\x26','\x24','\xac','\xac','\x4c','\x81','\xa0','\x2b','\x37','\x2a','\x5f','\x0d','\x20','\x92','\x06','\x50','\x54','\x22','\xd5','\x0d','\xc2','\x2a','\x22','\x14','\x43','\xd3','\x3a','\x8a','\x2b','\x39','\x22','\x94','\x0b','\x2b','\x2d','\xd5','\x74','\xc0','\xa4','\xb9','\x4c','\x5a','\x14','\xed','\x25','\xab','\x20','\x4b','\x5d','\x2a','\xdd','\x3e','\x70','\xc7','\xd0','\x22','\x69','\x58','\x87','\x01','\x51','\xfd','\x16','\x67','\x1f','\x69','\x91','\x7e','\x34','\x31','\x55','\xae','\x8f','\x96','\x96','\xe5','\xad','\x2a','\x6d','\xad','\x1d','\x06','\xbb','\xe9','\x8a','\x50','\x89','\x56','\x54','\xe1','\x84','\x02','\x29','\xfb','\xae','\x53','\x1a','\xa3','\x34','\xb3','\x01','\x38','\xd9','\xaa','\x54','\xe9','\xce','\x98','\xf2','\xc4','\x92','\xbc','\xac','\xdc','\x94','\xde','\xb0','\x80','\x35','\x01','\x32','\x0b','\x97','\x42','\xe0','\x90','\x94','\x5f','\x34','\xd0','\x12','\x27','\xb0','\x8c','\xf4','\xbc','\x84','\xcb','\xee','\xe6','\x7d','\x74','\x89','\xeb','\xd1','\x75','\x2d','\x36','\x16','\xf1','\xf0','\xd4','\xd6','\xa9','\xfb','\xe8','\x43','\x95','\xb8','\xec','\xec','\xda','\xf5','\xd8','\xdf','\xd9','\xbb','\x04','\xb2','\x79','\xad','\x2b','\x3b','\x02','\x70','\x7a','\xeb','\xda','\xc6','\xba','\xaa','\xcc','\x48','\xc0','\xc3','\xee','\xd9','\x69','\xe4','\x90','\xd1','\x96','\x34','\xda','\xa4','\x05','\x3d','\x42','\x49','\x0f','\x4d','\x7b','\x12','\x6b','\xab','\x3b','\x62','\xec','\x15','\xd2','\x10','\xd4','\xca','\x1f','\x73','\xc5','\x7b','\xd8','\x31','\x32','\x56','\x27','\xb4','\xfc','\x55','\x68','\xa7','\x43','\x63','\x12','\xb5','\x8c','\x17','\xb3','\x52','\x4d','\x0b','\xbe','\x97','\xa6','\xb8','\x41','\xb9','\x84','\x70','\x00','\xb7','\x43','\x7e','\xa6','\x9c','\xce','\xbd','\x38','\x59','\x6a','\x9b','\x04','\xcb','\xe2','\xcc','\x3b','\xd1','\xdf','\x31','\xe4','\xb5','\xce','\x5b','\x14','\x6e','\xc9','\xcb','\xf2','\x44','\x6a','\x73','\x2d','\x08','\xc2','\x62','\xb1','\x58','\x1e','\x04','\x61','\x59','\x8d','\xd9','\xa4','\x2b','\x97','\x95','\x83','\x05','\x90','\xb4','\x03','\xba','\x45','\x70','\xb5','\xd8','\xd8','\x68','\x43','\xc8','\xc1','\x56','\xb6','\x92','\x86','\xe7','\xaf','\xb9','\xf6','\x1a','\x30','\xc2','\x0a','\xd0','\xe9','\x5a','\x3d','\xb6','\x08','\x36','\x67','\x7b','\x89','\x5e','\xfd','\xaa','\x6b','\xf0','\xfc','\xef','\x7f','\x7e','\xec','\xfc','\xa1','\x1f','\xe3','\xbf','\xfd','\xb7','\xff','\x23','\xce','\x3b','\xef','\x3c','\xbc','\xf5','\x6d','\xbf','\x89','\xe3','\x27','\x0f','\xe1','\xbe','\x63','\xe7','\x65','\x40','\xe8','\x31','\x87','\xee','\xc3','\xfe','\x8d','\x93','\xb8','\xf6','\x9a','\xab','\xf0','\xea','\x57','\x5f','\x83','\xa7','\x5d','\x72','\x09','\x18','\xc0','\x13','\x1e','\xff','\x78','\xfc','\xe8','\x35','\x2f','\xc7','\x75','\xbf','\x77','\x33','\xee','\x39','\xf2','\x58','\x2c','\xba','\xd0','\xd5','\xe7','\x1f','\x7c','\x00','\x07','\xf7','\x3d','\x80','\x6b','\xaf','\x79','\x19','\xfe','\xd5','\xbf','\xfa','\xbf','\x62','\xb6','\xd1','\x64','\x02','\xaf','\x64','\xe6','\x83','\x36','\x01','\x78','\xdd','\x35','\xcf','\xc2','\x4d','\x1f','\xf8','\x28','\xb6','\xe6','\x07','\x70','\xdf','\xd1','\x43','\x03','\x60','\x76','\xde','\xc1','\x63','\x98','\x35','\x1d','\xce','\x3d','\xf8','\x4d','\xbc','\xea','\x95','\xd7','\xe0','\x9f','\xbe','\xf9','\xa7','\xd1','\x36','\x9b','\x38','\x79','\x7c','\x8e','\xed','\xad','\x0e','\xbe','\xf7','\x66','\x0f','\x97','\x11','\xc2','\xe6','\x9d','\xb6','\x6d','\x83','\x7d','\x07','\x5a','\xec','\x3f','\x67','\x13','\xfb','\x66','\x2d','\x1c','\xa5','\xf3','\x8d','\xad','\xa5','\x44','\x86','\x2b','\x08','\xe1','\x10','\x54','\x17','\xd2','\x35','\xad','\x51','\x64','\xc0','\x78','\xd1','\xe5','\x2f','\xc5','\x37','\xee','\xb9','\x1b','\xb7','\xdc','\x7a','\x43','\xb5','\x3c','\xfd','\x30','\xb3','\x62','\xac','\x1b','\x7e','\xe4','\xb2','\x97','\x84','\x55','\x91','\x6c','\x06','\xe5','\x44','\x00','\x5e','\x14','\x57','\x4e','\x6e','\xfd','\xf0','\xcd','\xd3','\x1d','\x5a','\xa1','\x2b','\x2f','\xbf','\x1a','\x17','\x5d','\x78','\x31','\xae','\xbc','\xfc','\x6a','\x5d','\x8d','\x59','\x97','\xae','\xbc','\xfc','\xa5','\x78','\xd6','\x33','\x9f','\x8d','\x2b','\x2f','\x7f','\xa9','\xae','\x00','\xad','\x4b','\x76','\x05','\x08','\x28','\xda','\x52','\xab','\x7b','\x85','\xf3','\x5d','\x79','\xf9','\xd5','\x78','\xd1','\x44','\x78','\xea','\x37','\xbf','\xf1','\x2d','\xf8','\x81','\xe7','\xbf','\x00','\xb7','\xdc','\x7a','\x03','\xfe','\xe8','\x63','\x1f','\xc7','\xd6','\xe2','\x5c','\x9c','\x5c','\x9c','\x83','\x79','\x97','\xef','\xcd','\x3a','\xb0','\x71','\x1c','\xb3','\x66','\x0b','\x07','\x37','\xef','\x1d','\x5d','\x55','\x3a','\x6b','\x69','\x1d','\x99','\x55','\x53','\x02','\x4f','\xa1','\x98','\xa5','\x59','\x64','\xe5','\xe5','\xda','\x2f','\xe7','\xda','\x6f','\x9e','\x1f','\xe7','\xb7','\xac','\x72','\xca','\xe2','\x13','\x0d','\xa8','\x2b','\x47','\x10','\xf4','\x09','\x00','\x51','\x74','\x37','\xeb','\x3b','\x8f','\xad','\x13','\x0b','\xcc','\xb7','\xbb','\xb8','\x8f','\xa7','\xd1','\x48','\x8f','\xed','\xac','\xc9','\x36','\xf8','\x7a','\x0f','\x74','\xdb','\x1d','\x7c','\xc7','\xe8','\x7a','\x8f','\x7e','\xe1','\x55','\xb9','\x01','\xa2','\xa2','\x51','\x58','\x6d','\xa3','\x80','\x88','\x7b','\x1b','\xa1','\xe9','\xa4','\x35','\xaa','\x7c','\x28','\xd8','\xd0','\x3b','\x7a','\x48','\x9e','\x5c','\xa7','\xfc','\xe1','\x6c','\xb8','\xe7','\xbd','\x94','\xfa','\x31','\x53','\x84','\xa5','\xa3','\x78','\x90','\xd2','\x74','\xa2','\x45','\x51','\x23','\x4a','\xcf','\xc0','\x02','\x58','\xbb','\x77','\x4a','\xaa','\x52','\xbd','\x7e','\xa3','\x83','\x89','\x07','\x49','\x78','\xe4','\xf7','\x80','\xc6','\x14','\x0c','\xe9','\x54','\x05','\x02','\xa4','\xab','\x6a','\xa3','\xb5','\x60','\xf3','\xc5','\x56','\x60','\xd0','\x1f','\xa2','\xa4','\xda','\xe2','\x12','\x00','\x0a','\x59','\xe4','\xee','\x54','\x9a','\x46','\xc0','\x4c','\xfc','\xcc','\x42','\x96','\x4b','\xd6','\x06','\x3c','\x69','\xc8','\x62','\xab','\x18','\x23','\xb7','\x1a','\x07','\xd5','\x45','\x1a','\x5a','\x18','\x22','\xb5','\xfd','\xe9','\x7a','\x17','\xcf','\x0d','\x5a','\x6c','\xf7','\x98','\xcd','\x3a','\x6c','\xc4','\xd5','\xa0','\xd9','\x66','\x8b','\xd9','\xcc','\x65','\xb2','\xd5','\xae','\xbe','\xed','\x58','\xd7','\x19','\x0e','\xf0','\xd1','\x64','\x58','\x2d','\xe9','\xe0','\x21','\xbb','\xf9','\xbf','\xbc','\xc9','\x62','\xc1','\x8e','\xa1','\x9f','\xb5','\xbf','\x25','\x18','\x01','\x27','\x17','\x56','\x39','\x12','\x24','\x85','\xd1','\x97','\xfa','\xa7','\xda','\x11','\x11','\xda','\x18','\x92','\x5f','\xdc','\x67','\x1b','\x1b','\xbc','\x80','\x8c','\xa2','\x5d','\x2a','\xc2','\x06','\x7c','\x0d','\xa2','\x39','\x1a','\xe5','\xda','\xee','\xd3','\x11','\xf7','\x38','\xc9','\xc7','\x1a','\x35','\xaa','\x11','\xe0','\x60','\xc7','\x66','\x86','\x10','\xc6','\xfb','\xf1','\x41','\xc6','\xbd','\x76','\x88','\x8c','\xd6','\xb2','\xf6','\x6e','\x8b','\xeb','\x7a','\x56','\x1a','\x54','\xbb','\x53','\x1d','\xdf','\x46','\xf4','\x74','\x44','\xc1','\xd3','\x00','\xd0','\x00','\x29','\x40','\x38','\xea','\xa6','\x1c','\x88','\xcc','\x9a','\x71','\x9a','\x17','\x48','\x7b','\x03','\x03','\x7a','\x48','\x2f','\x3a','\x19','\xbe','\xc6','\x8d','\x44','\x5a','\xe5','\x0c','\x74','\x05','\x86','\x55','\xae','\xf6','\x04','\x6f','\xb6','\xe1','\x0b','\x22','\x8e','\x29','\xbf','\xf8','\xc5','\x2f','\xe2','\xb2','\xcb','\x2e','\xc3','\xdf','\xff','\xfd','\xdf','\xeb','\xcd','\xef','\xfd','\xde','\xef','\xc5','\xbb','\x7f','\xf7','\x56','\xed','\x06','\xad','\x1e','\xa5','\xf8','\xff','\xe5','\x60','\x92','\x89','\x40','\x04','\xcc','\x36','\x5b','\x1c','\x3c','\x67','\x13','\xfb','\x0e','\x6e','\x60','\x63','\xb3','\xc9','\x19','\x2d','\x23','\x13','\x9a','\x76','\x85','\x21','\xab','\xe8','\x8a','\x13','\xbf','\x46','\xc2','\x78','\x40','\x49','\x39','\x18','\x5a','\x32','\xf2','\xe5','\xfa','\xfc','\x50','\xab','\x64','\xc9','\x3c','\x7a','\xf4','\x28','\xae','\xbb','\xee','\xb7','\xf1','\xee','\xf7','\x5c','\x8f','\xa3','\x47','\x8f','\x68','\xd5','\x5e','\xf9','\xf2','\x57','\xe1','\xa5','\x2f','\x79','\x19','\x2e','\x79','\xda','\x77','\x64','\xd1','\x4a','\x84','\x91','\xff','\xde','\x3b','\xaf','\xc3','\x0d','\x37','\xbe','\x17','\x5f','\xbb','\xf3','\xab','\x00','\x03','\x2f','\x79','\xf1','\xcb','\xf1','\xa3','\xd7','\xbe','\x16','\xdf','\xfa','\x6d','\xdf','\x8a','\x7d','\xfb','\x5b','\x6c','\xee','\x9f','\x85','\xf3','\x74','\x64','\x99','\x0e','\x61','\x1f','\xcf','\x1b','\xff','\xcf','\xff','\x0a','\x5f','\xbb','\xe7','\x22','\xdb','\x1c','\x6c','\xb4','\x1d','\x2e','\x7d','\xb6','\xc7','\x0d','\x37','\xdc','\x80','\xcf','\xfd','\xd5','\xe7','\xf0','\xe1','\x8f','\x7c','\x18','\x87','\x0f','\x1f','\xc6','\x91','\x23','\x47','\x52','\x5f','\x01','\x78','\xe5','\xab','\x5e','\x85','\x27','\x3c','\xe1','\x09','\xb8','\xe6','\xd5','\xd7','\x62','\xff','\xbe','\xfd','\xe8','\xba','\x00','\x46','\x4f','\x1e','\x9b','\xe3','\xc4','\xf1','\x85','\x9e','\x7c','\x2d','\xcc','\xc1','\x5a','\x73','\xa4','\xff','\x37','\xf6','\xb5','\x38','\xe7','\xd0','\x26','\xce','\x39','\x6f','\x1f','\x36','\x37','\x5b','\xb8','\x86','\x32','\xe6','\x52','\xeb','\x6b','\x09','\x43','\xd9','\x75','\x1e','\x27','\x8e','\xcd','\x71','\xec','\xc8','\x16','\x4e','\x1e','\x5b','\xa0','\xeb','\x7c','\x52','\x6c','\x8c','\x62','\x21','\x83','\xd8','\x86','\xd9','\x95','\x58','\xf0','\x6a','\x45','\x2e','\x00','\x69','\xf9','\x53','\x0b','\x1f','\x1b','\x03','\xa3','\x77','\x56','\x4d','\x30','\x4c','\xb8','\x1b','\x4a','\xcd','\x72','\x2a','\x2c','\xce','\xb5','\x39','\x50','\xab','\xc8','\x5a','\xa6','\x9f','\x21','\xdd','\x75','\xf7','\x9d','\xf8','\x93','\x4f','\x7c','\x14','\x1f','\xfb','\xf8','\x47','\xf1','\xa5','\xbf','\xfd','\x42','\x76','\xef','\x07','\x2e','\x7d','\x01','\x9e','\xfc','\xe4','\x4b','\xf0','\xa2','\xcb','\xaf','\x7e','\xe8','\x00','\x9f','\x53','\xa5','\x5d','\x10','\x6a','\x6b','\x65','\x31','\xf5','\xfe','\x06','\xab','\x0a','\x95','\xcc','\x8d','\xe0','\x29','\x0f','\x38','\xb5','\xd1','\xce','\x64','\x8e','\x79','\xa3','\xa8','\x84','\xc9','\x18','\x8c','\x1f','\x1b','\x9b','\xe1','\xbc','\xb5','\x36','\x9e','\x49','\x26','\xf3','\x5b','\x4e','\x50','\xef','\xe2','\x59','\x29','\xe2','\x57','\xdf','\xb6','\x0e','\xed','\x46','\x08','\x8d','\xdf','\xcc','\x8c','\x9b','\x8a','\x00','\x1b','\xb3','\x37','\x27','\x19','\xcd','\xc2','\x1f','\x8a','\xcc','\x21','\x7c','\x94','\x62','\x3c','\xf9','\xdb','\x5b','\x6b','\x73','\x06','\x6c','\x0c','\x4f','\x50','\x39','\x6b','\x37','\xda','\xd7','\xfa','\x72','\xa0','\x90','\x9f','\x06','\x5a','\x96','\xf9','\x60','\x60','\x14','\xc2','\x2e','\x53','\x22','\x76','\xa4','\xda','\xae','\x4d','\x83','\xdc','\xcb','\xc1','\x46','\x4b','\xc6','\x5f','\xfd','\x52','\x91','\xa0','\x44','\x5c','\x49','\x4b','\xb2','\x4a','\x67','\xce','\xd6','\xe3','\x33','\x11','\xdc','\xc8','\xbe','\xa4','\xb4','\x92','\x84','\x04','\x78','\x22','\x90','\x92','\x0c','\x14','\xf8','\x78','\x36','\x20','\x28','\x96','\x01','\x79','\x3e','\xc9','\xa3','\x04','\x9c','\x52','\x5d','\xec','\x78','\x21','\xc0','\xe8','\x0c','\xf1','\x7c','\xad','\x59','\x83','\xd9','\x66','\x3c','\x1e','\x62','\x23','\x9c','\x91','\xd7','\x46','\x37','\xd1','\x1d','\xeb','\x2f','\xf1','\x8f','\xb1','\x15','\xac','\xf9','\x30','\xb2','\x4d','\xf9','\x5c','\x4b','\x60','\xd3','\x22','\xf5','\x03','\x20','\x6d','\x34','\x7d','\x2d','\x2e','\xab','\x3d','\x9b','\x43','\x45','\x23','\xd8','\xb1','\x51','\x17','\x4d','\x20','\x13','\x31','\x9c','\x84','\xb3','\x76','\xd2','\x66','\x7a','\x59','\x51','\xd6','\xc8','\x92','\x4d','\x5a','\x89','\x49','\x70','\x13','\x71','\x4c','\xa4','\x77','\x23','\x65','\x8c','\x76','\x05','\x99','\xd5','\x1d','\x0b','\x82','\x90','\x6f','\xb0','\x2f','\xbb','\x62','\xdc','\xdc','\xfa','\x20','\x51','\x39','\xdd','\xb9','\x7e','\xd9','\x5e','\xab','\x67','\x20','\x5f','\x13','\xe8','\x18','\x3c','\x90','\x5d','\x32','\xdf','\xe2','\x3b','\xf4','\xe6','\xbd','\x77','\x8b','\x1e','\x8b','\x45','\x8f','\xc5','\xbc','\x47','\xb7','\xf0','\xe8','\x16','\x7d','\x16','\xa0','\xc2','\x9e','\x1b','\xa7','\x54','\x56','\xb6','\x90','\x4d','\x29','\xe0','\x8e','\x33','\xef','\x0d','\x69','\x65','\x7f','\xa4','\x95','\x3c','\xf2','\xe3','\x9e','\x7b','\xee','\xc1','\x73','\x9e','\xff','\x9d','\xba','\x12','\xe4','\x9c','\xc3','\x55','\x57','\x5d','\x85','\x5f','\xfb','\xb5','\x5f','\xc3','\x45','\x17','\xe5','\x3a','\xb5','\xae','\x00','\x85','\x28','\x3e','\xf9','\x08','\xa9','\x6d','\x1a','\xd2','\x36','\x51','\x6a','\x98','\x32','\x85','\xec','\x66','\xd8','\x74','\xb6','\xe8','\x3c','\x66','\x9d','\x07','\x47','\xab','\x88','\xdc','\x66','\xf9','\x34','\xcc','\x4b','\x2d','\x7e','\xd5','\x16','\xe6','\xd7','\x6a','\xdd','\x91','\xa9','\x07','\x54','\x73','\xdf','\xa3','\x42','\x09','\x4f','\xe0','\x31','\x9c','\x1e','\x9c','\x26','\x7a','\x3a','\x3d','\x38','\x08','\xf9','\x86','\x36','\xf1','\x13','\xaf','\x7b','\x13','\x7e','\xfc','\xb5','\x6f','\x4c','\x1b','\x78','\x85','\x21','\x7b','\xc6','\x03','\xf7','\x9e','\xd4','\xf0','\x8c','\x7a','\x2e','\x10','\x33','\x5e','\x7c','\xf9','\x2b','\xf0','\xe2','\x2b','\x5e','\x19','\x7d','\x55','\xd3','\x81','\x5b','\xdd','\xa2','\xc7','\xb6','\x0c','\x00','\x22','\xd0','\x2c','\x84','\x27','\xa2','\xa9','\xe5','\x1f','\x43','\x4f','\x7f','\xc6','\xd3','\xf1','\xf4','\x67','\x3c','\x1d','\x3f','\xf3','\x33','\x3f','\x33','\xec','\x13','\xb5','\xa0','\x85','\x36','\x35','\xad','\xc3','\x06','\x5a','\xed','\xf4','\xed','\x93','\x21','\x1a','\x14','\x03','\xea','\xff','\x0a','\x01','\xb5','\x08','\xe7','\x13','\x6d','\xee','\x6f','\xb1','\x6f','\xdf','\x2c','\xec','\xe3','\x52','\x60','\x9a','\xb2','\xcf','\x7d','\x2e','\x01','\x66','\xaf','\xca','\x14','\x7c','\x38','\x8d','\x77','\x36','\x6b','\x31','\x6f','\x43','\x18','\xd1','\xa9','\x49','\x57','\x88','\x7d','\x7d','\x2f','\x26','\xe9','\x08','\x55','\x26','\xf3','\xd2','\x67','\x56','\x4d','\xf0','\x60','\x53','\xc1','\x41','\x6a','\x0c','\xa5','\x54','\x96','\xa9','\x92','\xa6','\x96','\xdd','\x04','\x5d','\x74','\xe1','\xc5','\x78','\xe5','\xd5','\xaf','\x19','\xb8','\xcb','\xed','\xd1','\xce','\x69','\x2d','\xd5','\x75','\xf2','\x3d','\xc5','\x79','\x6d','\xc1','\xf1','\x32','\xc1','\xc8','\x88','\x67','\x30','\x44','\x65','\x48','\xfe','\x3b','\x42','\x03','\xf1','\xe1','\x06','\xe4','\x64','\x6f','\x50','\xe0','\x19','\xdb','\x5b','\x1d','\xb6','\xb7','\x3a','\x63','\xc5','\x36','\xfb','\x77','\xcc','\xbc','\x73','\x8d','\xc3','\x6c','\xa3','\x09','\xfc','\xe2','\xc0','\x46','\x30','\xe6','\x34','\xc9','\xe5','\x99','\x00','\x3d','\x04','\x70','\xb2','\xbd','\x1c','\xa2','\xc4','\xa9','\xc2','\x13','\xef','\x91','\x86','\x50','\x85','\xd1','\x81','\x19','\xf9','\xd1','\xe8','\x95','\x2c','\x97','\x8d','\xf7','\x11','\xc3','\x62','\xf9','\xdc','\x29','\xb1','\x89','\xb5','\x15','\x5f','\x9a','\xf8','\xb9','\x73','\xe0','\x53','\xeb','\xa9','\x95','\xb3','\xae','\x68','\x19','\x63','\x8a','\xc7','\xe0','\xd2','\x0a','\xc6','\x18','\xb2','\xe0','\x8e','\x8c','\x8c','\xb1','\x63','\x5c','\x41','\x57','\x62','\x7c','\x99','\x4f','\xbf','\xc8','\x30','\x55','\xdc','\x93','\xfc','\x0b','\x97','\x2b','\x2e','\x75','\xa2','\xd8','\xcb','\x1e','\x11','\x03','\x8c','\x32','\x45','\x1e','\x1c','\xf6','\xd4','\x71','\x7c','\x26','\xa0','\xeb','\x54','\x7e','\x4c','\xd3','\x2d','\xfa','\x70','\x26','\xcd','\xa2','\x47','\x3b','\xeb','\xb1','\xb9','\xd9','\x60','\x63','\xff','\x0c','\xb3','\x8d','\x16','\xed','\xd8','\x39','\x33','\xd2','\xf4','\x9a','\x41','\xb1','\xec','\xb7','\x35','\x5f','\xbf','\x2a','\xf4','\x6c','\x62','\xeb','\x95','\x8a','\xae','\xf4','\x89','\x5c','\x11','\xe0','\x57','\x28','\xb4','\xa2','\xd7','\x48','\x44','\x3c','\xee','\x43','\x74','\x3c','\x69','\xbf','\xf7','\xb2','\xa2','\x26','\xae','\x51','\x84','\xa6','\x89','\x1b','\xcf','\x9b','\xb0','\x47','\xc7','\xb5','\xa4','\x91','\x22','\xad','\xf2','\x3b','\xa8','\x37','\x1b','\x20','\x55','\x28','\xd2','\x9c','\x75','\x4a','\x04','\x36','\xd6','\x1d','\x0b','\xf9','\x1e','\x1e','\x31','\x9e','\x00','\x29','\x4f','\x3b','\x28','\x73','\xd5','\xfa','\x14','\x2d','\x87','\xa7','\x42','\x53','\x3a','\xcc','\xaa','\xfa','\x8d','\xce','\x85','\x7a','\x82','\xda','\x7e','\xbc','\x3c','\xaf','\x8a','\x62','\x5d','\xe8','\x60','\xd2','\x7d','\xc3','\x73','\x8f','\x42','\xa6','\x1a','\x3c','\xa4','\x5e','\x65','\x1d','\x7f','\xb2','\xc2','\x04','\x50','\x38','\x4f','\x48','\x8c','\xf0','\x1c','\x57','\x91','\xcc','\x0a','\xd1','\xb2','\xd7','\x51','\x53','\x97','\x9d','\x6b','\x0a','\xdd','\x9f','\xd0','\xb6','\xf5','\xa3','\x65','\x14','\x00','\x75','\x5d','\x37','\xf0','\x9d','\x03','\x90','\x0b','\xb2','\xec','\x46','\xa5','\x26','\xd6','\xca','\xc8','\x01','\x00','\x75','\xf3','\x0e','\x8b','\x99','\xc3','\x6c','\xc3','\xa1','\xa5','\x42','\x99','\x76','\x08','\x41','\x14','\x38','\x32','\x95','\xf8','\xe8','\x68','\x99','\x28','\x26','\x70','\x56','\x11','\x71','\xd1','\x8a','\x1c','\xa5','\x38','\x98','\xa9','\xcc','\xac','\xcc','\x5f','\xc0','\x82','\xd7','\x68','\x24','\x8c','\x6e','\x1e','\xd0','\x6e','\xb7','\xe8','\xc3','\x81','\x68','\xc5','\xe4','\x4c','\xd6','\x0e','\x3b','\x61','\x13','\x83','\x15','\xcb','\x86','\xc4','\x4f','\x97','\x38','\xf4','\xe0','\xe0','\x22','\x28','\x07','\xb5','\x06','\x66','\xb0','\x81','\x76','\x56','\x8f','\x19','\x3f','\xd9','\xf1','\xb5','\x01','\xa2','\x08','\x33','\x84','\xc6','\x6d','\xf4','\xbd','\x24','\x06','\x03','\xc4','\x15','\x38','\xc2','\x60','\x13','\x60','\x33','\x6b','\xb0','\xb9','\x6f','\x86','\x76','\xc3','\xe9','\x81','\xac','\xe5','\x7e','\xb0','\xac','\x0a','\xd1','\x0a','\x24','\x40','\x87','\x1c','\x82','\x52','\xb4','\xd9','\x62','\x7b','\x6b','\x81','\xc5','\x7c','\x6c','\xd2','\xed','\xd1','\x2a','\x94','\xc6','\xc4','\xc8','\x60','\xde','\xb9','\x6e','\xb4','\x47','\x0f','\x45','\x8a','\xfa','\x3f','\x15','\xd7','\x6a','\x3c','\x99','\xa3','\xb2','\x18','\xe4','\x15','\xc7','\x68','\x06','\x81','\x37','\xca','\x1e','\x1a','\x34','\x61','\x8f','\x90','\xb5','\x94','\xf7','\xf1','\x2c','\x1d','\x20','\xe7','\x77','\x40','\xf0','\xa5','\x9f','\xcd','\x1a','\x6c','\xec','\x8b','\x1b','\xc1','\xf7','\x85','\xd0','\xc0','\x61','\x6f','\x50','\x2a','\x7e','\xa0','\x84','\x64','\x76','\x10','\xa3','\x90','\x31','\xf2','\xef','\x36','\x55','\x4d','\x20','\x2b','\x83','\xc5','\x90','\x91','\x9c','\xea','\x5c','\x18','\x31','\x90','\x2d','\x7b','\x64','\x27','\x74','\xba','\x79','\x60','\x59','\xaf','\xa5','\x20','\x74','\x95','\x86','\xac','\xa3','\x94','\x1b','\x75','\x22','\x7f','\x6c','\x28','\xc5','\xc5','\xf8','\xe7','\x2b','\x2b','\x60','\x84','\x72','\xbc','\x73','\x66','\xd0','\xcc','\x8c','\x9b','\x60','\x80','\xc3','\xce','\x9e','\xf4','\x2e','\x63','\x80','\x0e','\x23','\xf3','\xd5','\xa7','\x25','\xde','\x48','\xe0','\x1b','\x99','\x0c','\xcf','\xc3','\xac','\x73','\xb4','\x88','\xcb','\xf5','\x62','\xbf','\x4b','\xef','\x35','\xfa','\x69','\xdf','\xf5','\xe8','\x3a','\xc6','\x6c','\xa3','\xc7','\xc6','\x46','\x08','\x94','\xd0','\xce','\x62','\x08','\xe5','\x15','\x3a','\x7a','\x2d','\xec','\xcb','\xd2','\x22','\xd3','\x43','\x9c','\xdd','\x1c','\xb2','\x06','\x31','\xf8','\x5a','\xf7','\x35','\xf9','\xdf','\x33','\x98','\x83','\x0e','\x94','\x85','\x9b','\x37','\x96','\x08','\xf5','\xd6','\x71','\x84','\x59','\xeb','\x40','\x2e','\x45','\x8f','\xd4','\x50','\xd4','\x1a','\xac','\xc0','\xe5','\xee','\x4c','\xf2','\x06','\xb4','\xbf','\xe5','\x35','\xc8','\x97','\xa2','\xb2','\xe2','\xc6','\x06','\x18','\x1d','\x13','\x99','\x8b','\xdb','\x30','\x7f','\x5b','\x94','\xd1','\x05','\x8d','\x1b','\xde','\x59','\xa1','\x83','\x4c','\x54','\x62','\x12','\x4c','\xc8','\xc3','\x25','\x6e','\x29','\xfa','\xaf','\x04','\x51','\x35','\x50','\x51','\xb5','\xb9','\x8b','\x11','\x21','\xa6','\x27','\xcd','\x28','\xee','\x95','\x97','\xe9','\x96','\xd4','\xef','\xf1','\xca','\x56','\x74','\x3f','\x01','\x41','\x3e','\x82','\x20','\x7b','\x4f','\x03','\xc1','\x11','\x8c','\xf1','\x63','\x24','\xcb','\x22','\x6f','\x42','\xc0','\x32','\xa5','\x0b','\x5c','\xdf','\xf7','\xd5','\xf1','\xa1','\x00','\x88','\x99','\x07','\x9b','\x84','\x6a','\x9b','\x86','\x96','\x91','\x30','\x23','\x59','\x3a','\x5b','\x2c','\x3c','\xda','\x79','\x88','\xa1','\xef','\x5c','\x58','\xfd','\x48','\xef','\x20','\x59','\x20','\x85','\xd9','\x58','\x62','\x99','\x68','\xe5','\x4b','\x2e','\x52','\x15','\x35','\x48','\xd7','\x39','\xef','\x28','\xbb','\x82','\xa1','\x82','\x1d','\x02','\x7e','\xa2','\x2f','\x7b','\x1f','\x23','\x96','\xc4','\x65','\xde','\x6e','\xe1','\xb1','\x58','\xf4','\xe8','\x17','\xf9','\x81','\x5b','\x96','\x41','\x02','\xd0','\x0d','\xc7','\xba','\x64','\x27','\xc0','\x43','\x56','\x7d','\x88','\xc2','\x9b','\x55','\xa0','\xe5','\xd1','\x71','\x88','\x52','\xe2','\x9a','\x10','\x4e','\x56','\x2c','\xa7','\xd3','\x0c','\x6f','\x7c','\x4a','\x68','\x57','\x99','\x51','\x2f','\x03','\x49','\xce','\xe8','\x98','\x6d','\x34','\xf1','\xe4','\x64','\x8f','\xc5','\xc2','\x2b','\x63','\x13','\x54','\xdf','\xcc','\x5c','\x5c','\xc6','\x6f','\xe0','\x1a','\x97','\xf4','\x2a','\xa3','\x60','\xd9','\x7e','\x64','\xce','\xc1','\x8f','\x93','\x13','\x97','\x9b','\xe0','\x0a','\xe7','\x9a','\x78','\x0e','\x14','\x32','\x9b','\xde','\x50','\x79','\x1b','\x6d','\x96','\x98','\x15','\xd8','\x5e','\x49','\xad','\x2b','\xee','\x95','\xf9','\x4f','\x65','\x9b','\x95','\xbf','\x94','\x4e','\xdd','\x42','\x34','\x10','\x42','\x4b','\xd2','\x5b','\xb6','\x50','\xd3','\x6f','\x57','\xa2','\xb3','\x82','\xcb','\xef','\x11','\xb0','\x9e','\x9e','\x39','\x99','\x81','\xf0','\x36','\x2b','\x81','\x6c','\xa6','\xa5','\x65','\x07','\x56','\xe1','\xe3','\xa0','\x98','\x52','\x52','\x2a','\x83','\xa1','\x06','\x20','\x51','\x8a','\x28','\xfa','\x64','\xbb','\xc8','\x83','\x19','\x9a','\x38','\x5f','\xf1','\x99','\x61','\x5f','\x74','\xe1','\x05','\xf2','\x28','\x73','\xc1','\xa8','\x93','\xaa','\x20','\x0a','\xe3','\x34','\x8d','\x49','\xd1','\x09','\xc0','\x3f','\xd0','\xf2','\x57','\x40','\x2c','\xcb','\xa8','\xc8','\x7f','\xb5','\xd5','\xe8','\x07','\x9f','\xce','\x2a','\x3b','\xc8','\x5a','\xa8','\x51','\x8c','\x73','\xf5','\x07','\x39','\x8e','\xbf','\x88','\x65','\x86','\x2c','\xdf','\xb8','\x48','\x49','\xe1','\x5c','\xbc','\x37','\x29','\xc5','\xa8','\xf0','\x6a','\x84','\x0d','\x67','\x88','\x00','\x03','\x13','\x36','\x21','\xed','\x49','\x12','\x85','\x2d','\xca','\x6e','\x01','\x10','\xbd','\x67','\x38','\xd9','\xe0','\x2f','\x51','\xce','\x7a','\x8f','\xf9','\x76','\x00','\x0f','\xf3','\x6d','\x87','\xf9','\x46','\x30','\x28','\x6e','\xee','\x6f','\x74','\x73','\xbf','\x6e','\xc8','\x9f','\x7a','\x69','\x56','\xe4','\x8c','\xe9','\xf6','\xe6','\xaf','\x02','\x37','\xbd','\x94','\x56','\xbe','\xd4','\x5b','\x45','\x00','\x9c','\x89','\xc4','\x56','\x9e','\xbd','\xa3','\x86','\x5d','\xe3','\x32','\xa8','\xee','\x4a','\x8d','\x44','\x7f','\x4c','\xfb','\x41','\x1a','\x39','\x64','\x34','\xae','\x0a','\x68','\x28','\x6a','\xa4','\xfe','\x0c','\xf3','\xdf','\xab','\xbe','\x25','\x60','\x53','\xbc','\x49','\xb2','\x26','\x92','\x01','\x35','\x2e','\x37','\xce','\xda','\xd5','\x9d','\xbc','\x17','\x92','\xf1','\xd8','\x82','\x3f','\xb3','\x48','\xb8','\x63','\xbd','\x6a','\x57','\x68','\x24','\xfb','\xf5','\x4b','\x2d','\x40','\x4f','\x25','\x83','\xa1','\xb1','\xd9','\x4c','\x8e','\x01','\x7b','\x2c','\x5d','\x4d','\xf3','\x8a','\x99','\xc5','\xf8','\xfc','\xfd','\xc0','\xec','\xcf','\xaa','\xe8','\xe8','\x79','\xdd','\xec','\x4b','\xa8','\x95','\x95','\x1b','\xc7','\x3c','\x73','\x96','\xf7','\x3a','\x7d','\xc4','\x00','\xfa','\x2e','\xc7','\x2d','\x12','\x04','\xa1','\x0c','\xf2','\x06','\x18','\x00','\x14','\xea','\x97','\x57','\xb0','\xef','\x7b','\x6d','\xec','\x18','\xe2','\x32','\x0f','\x27','\x30','\x28','\x86','\x15','\x88','\xdf','\xa0','\xc7','\x62','\xbb','\x8f','\x93','\x3f','\x3f','\xbc','\x51','\x56','\x44','\xe4','\xbf','\x66','\x4f','\xd1','\x50','\xa9','\x45','\x96','\xea','\xc3','\x98','\x06','\x6b','\xbe','\x57','\x98','\x60','\x76','\x13','\x1c','\x19','\x99','\x58','\x6d','\xd2','\x66','\x5e','\x80','\xd3','\xa4','\x77','\x0e','\xbe','\xf1','\x70','\x70','\x6a','\x4d','\x4d','\xa5','\x19','\xa5','\x3e','\x4e','\xcc','\xcc','\xb7','\xd1','\xae','\xbc','\xf4','\xc6','\xea','\x62','\x56','\x8e','\xb6','\x4f','\x2e','\xb0','\x31','\x6b','\xc2','\xc1','\xb1','\x1b','\xe3','\x6e','\x87','\x4b','\xc9','\x20','\xa0','\xda','\xe4','\x70','\x4d','\x08','\x75','\xbb','\xb9','\x4f','\x06','\xfd','\x02','\x5d','\x04','\x41','\x9e','\x81','\xc6','\x01','\xed','\x2c','\xf8','\xfe','\xcf','\x62','\xf4','\xbe','\x2c','\xef','\x82','\x02','\x68','\x0e','\xef','\x18','\x8c','\x60','\xf9','\x89','\x91','\x70','\xd8','\x73','\xf8','\x2d','\x75','\xca','\x66','\x50','\x7a','\x97','\x62','\xb7','\x12','\x4b','\xd0','\xa0','\x8c','\xd1','\x36','\xae','\x46','\x6b','\x26','\x7f','\x50','\x72','\x5c','\x95','\xb4','\xd7','\xd6','\xd1','\xa4','\x4f','\x1d','\xb7','\xed','\xd1','\x2e','\xd3','\x29','\x03','\xa1','\x2c','\x23','\xce','\x78','\xef','\x54','\x5a','\xa6','\xb8','\x37','\x42','\x80','\x8f','\x4b','\x86','\x0f','\x21','\xbb','\xe9','\x58','\x14','\x15','\x20','\xf2','\x8e','\xd6','\x61','\x63','\xff','\x0c','\xfb','\x0f','\x6e','\x60','\x73','\x5f','\xa3','\x56','\x5e','\x51','\x98','\x64','\x5f','\x80','\xb4','\x2e','\xdb','\x98','\x3c','\xb6','\xa4','\x5f','\x52','\xa5','\x2d','\x3c','\xfa','\xa3','\x9a','\xc1','\xa8','\x51','\x64','\xc7','\x64','\xd9','\x60','\x21','\xe8','\x57','\xaa','\xd2','\xf2','\x6c','\x77','\x87','\x4e','\x07','\x02','\xaa','\xe5','\xb9','\xac','\xc1','\x85','\x92','\x15','\xf5','\xe2','\xd5','\x1f','\xa8','\x96','\xc7','\xf9','\x4f','\xf9','\xc2','\x88','\x86','\x80','\x81','\xd6','\x17','\x81','\x7c','\x4e','\x03','\xb5','\xb9','\x56','\xb4','\xd4','\x37','\x82','\x78','\x66','\x91','\xe1','\xc1','\x60','\xeb','\x5c','\x38','\x14','\xd8','\xf5','\xac','\x67','\xdf','\x05','\x00','\xe4','\xe3','\xf7','\x00','\x22','\xc4','\x85','\xbe','\x8f','\xfb','\xe5','\xba','\x45','\x90','\xab','\xf2','\xdf','\x35','\x6e','\x54','\x27','\xac','\xf5','\xc1','\xa0','\x07','\xca','\xba','\x17','\x2b','\x57','\xf6','\x8c','\x1d','\x05','\x3b','\x7a','\xb0','\x70','\x0a','\x3f','\x2d','\x2e','\x6f','\xda','\x3f','\x11','\x70','\xb8','\x19','\xa1','\xa5','\x3c','\x38','\x41','\xb9','\x97','\x87','\x48','\xce','\xe1','\x32','\x82','\x46','\xd8','\x00','\xfb','\x74','\x5e','\x97','\x00','\x31','\x31','\x18','\x0b','\xa8','\x71','\xf9','\x39','\x5e','\x02','\x70','\x74','\xcc','\xc8','\x3b','\x14','\xdd','\x4a','\x4a','\x11','\x31','\x4c','\xf2','\xc3','\xf6','\x47','\xea','\x95','\xd4','\xbf','\x93','\x5c','\xe5','\xf4','\x93','\x00','\xc1','\x95','\x12','\xcb','\xfb','\x35','\x81','\xa7','\xec','\x5d','\x2e','\x52','\x9a','\xf9','\xc1','\x51','\x5b','\x1f','\x80','\x20','\x1d','\x18','\x29','\x4f','\xcd','\x81','\x31','\x4c','\x9f','\xdd','\xb6','\x2e','\x84','\xa6','\x3d','\xfa','\x4e','\xb8','\xa2','\xbf','\x2d','\x41','\x66','\x76','\xbc','\x88','\x01','\x04','\xc8','\xb6','\x80','\x66','\x2a','\xe3','\x30','\xb3','\xd1','\x3b','\x7d','\xc5','\x93','\x2d','\x44','\x28','\x9e','\x38','\x07','\x28','\x84','\x3c','\xce','\xc1','\xc9','\xc6','\xc6','\x86','\xf5','\xa6','\x0a','\x45','\x56','\xc6','\x91','\xb6','\xc5','\x0a','\x0a','\x05','\x1f','\x8c','\xae','\xeb','\x31','\xdf','\x5e','\x84','\x8d','\xb2','\x8d','\x03','\x6c','\x34','\xa0','\x98','\xd8','\x06','\x1c','\x60','\x0a','\x2b','\x16','\x69','\xd5','\xe0','\x14','\x44','\x4c','\x64','\x8e','\xf6','\x05','\x49','\xe9','\x1e','\xc1','\x6a','\xb9','\x98','\xf7','\x98','\x6f','\x77','\x58','\xcc','\xc3','\xbe','\x18','\x71','\xc1','\xf3','\x21','\xae','\x22','\x08','\x61','\x92','\xfa','\x26','\x09','\x40','\xa9','\xb7','\x76','\x83','\x2c','\x27','\xc1','\x4c','\x53','\x0e','\x11','\x53','\xc0','\x25','\xa3','\x49','\xd6','\x0f','\x1f','\x0f','\x26','\x3c','\x79','\x72','\x81','\x66','\xe6','\xe0','\x9a','\x19','\xa6','\x5e','\xbb','\xe4','\xbb','\x96','\xb0','\x93','\x7a','\x51','\x58','\x05','\xda','\xe0','\x36','\xd6','\x93','\x41','\x14','\xa2','\xd9','\x80','\x04','\xfc','\xe4','\x9b','\x9f','\xa5','\xac','\xc1','\x6b','\x8f','\x4a','\x0f','\xf7','\x0c','\x09','\x7f','\xed','\x64','\xd3','\x67','\x51','\xb4','\x65','\xae','\x7b','\x7a','\xf8','\x2e','\x52','\xd9','\x99','\xa7','\x43','\x01','\xda','\xa3','\x87','\x1e','\x2d','\x53','\x26','\x23','\x8f','\xe5','\x5e','\x14','\x11','\x0b','\xc9','\xd2','\x79','\x0e','\x1c','\x95','\x92','\xa6','\x71','\x98','\x6d','\x36','\xd8','\xdc','\xd7','\x62','\xdf','\xfe','\xb0','\xea','\xe3','\x1a','\xd2','\x93','\xdb','\xd1','\xf7','\xb0','\x8b','\x3b','\x64','\x04','\x98','\x32','\x00','\x51','\x70','\x76','\x58','\xed','\x95','\xe9','\x74','\x33','\x98','\xd8','\x84','\x07','\x6d','\x55','\xe8','\x6c','\x98','\xe3','\x6b','\xd4','\x61','\x25','\x60','\x6e','\xd3','\x2f','\x7b','\xa0','\x54','\xc2','\x4e','\x85','\x38','\x79','\xe9','\x95','\xb6','\x39','\xb6','\xc2','\x2a','\x93','\x83','\xc9','\xc0','\xc9','\x2e','\x02','\x20','\x75','\x83','\x23','\x78','\xc7','\xe8','\x7b','\xca','\xdc','\xcb','\x24','\x58','\x48','\xb7','\xe8','\xd1','\x6e','\x84','\x68','\x71','\x9b','\x5d','\x8b','\x76','\xa3','\xd1','\x43','\x3d','\x6b','\x32','\xd6','\x1a','\xaf','\x34','\x12','\x61','\x54','\x48','\xb5','\x9e','\x51','\x6f','\xb2','\x67','\x6c','\xe9','\xc1','\xc5','\x26','\xec','\xb4','\x18','\x77','\x53','\xb4','\x3c','\x13','\xea','\x3b','\xee','\xd1','\x53','\xa0','\xa3','\x9e','\x2b','\x71','\xff','\x8e','\x04','\x28','\x30','\xd1','\x20','\xa5','\x62','\xb2','\xba','\xa4','\xab','\xbb','\x0c','\xe4','\xae','\x6d','\xa9','\x13','\xad','\x9b','\x9a','\x78','\xcc','\x0c','\xf6','\x93','\x20','\x59','\xfe','\x6b','\xef','\x8b','\xf3','\x2f','\x4b','\x26','\xdf','\x83','\x34','\x59','\x46','\xea','\xb4','\x14','\x1f','\x18','\xb0','\x13','\x78','\x27','\x0f','\x92','\xd5','\x56','\x49','\xb9','\xc8','\x38','\x0b','\x2d','\x9f','\x5e','\x8b','\xe6','\x99','\x3d','\x3f','\x00','\x3f','\x43','\xe3','\xb9','\xdd','\xfa','\x21','\x15','\x54','\x17','\xc8','\x8a','\xee','\xbf','\x63','\x5a','\x4b','\xaf','\x1d','\x4f','\xd8','\xb6','\x4d','\xe5','\x5a','\xfd','\xfc','\xc7','\x0c','\x00','\x95','\x02','\x4a','\x0e','\xb2','\x0c','\x20','\xc8','\x58','\xea','\x4b','\x23','\x9b','\xb1','\x1a','\x02','\x50','\x50','\x24','\x9b','\xdc','\xfa','\x9e','\x31','\xdf','\xf6','\x68','\x67','\x1d','\xda','\x0d','\x87','\x56','\x36','\x29','\x19','\x26','\x43','\x8e','\x74','\x43','\x5d','\xca','\xbb','\x50','\x99','\xb3','\xea','\xad','\x22','\x76','\x38','\xfb','\xa8','\xdd','\xee','\x7b','\x8f','\xed','\xad','\x0e','\x5b','\x27','\xe6','\x98','\xcf','\xcd','\x9e','\x9c','\xa8','\x05','\xb0','\xf1','\xf7','\x05','\x8a','\xc1','\x62','\x06','\x9a','\x5d','\x0a','\xf4','\xcc','\x40','\x1f','\x87','\x12','\xe5','\x8a','\x40','\x00','\x58','\xf9','\xe6','\xbc','\xae','\xf3','\x98','\x6f','\x75','\x98','\x6f','\xb6','\x98','\x6d','\xb4','\x43','\x38','\x3e','\x52','\x77','\x1d','\x2f','\x03','\x33','\x57','\xc6','\xa2','\x20','\x49','\x04','\xdc','\x35','\x2d','\x61','\x86','\x30','\x48','\x5c','\xe3','\xd0','\xf7','\x0c','\x22','\x46','\x1b','\xc3','\xdf','\x86','\xe8','\x2c','\x45','\xb7','\x15','\x60','\x8f','\xa5','\x9d','\x80','\x9e','\xca','\xec','\x4c','\x98','\x15','\xd1','\x7b','\xb2','\x3d','\x52','\x29','\xb3','\xec','\x1b','\x17','\x9f','\xab','\x50','\x36','\xdc','\x32','\x6b','\x02','\x56','\x1b','\x1a','\xb5','\xcc','\x56','\x7c','\x6e','\xdc','\xde','\x3e','\x9d','\xc1','\x6e','\x29','\x4a','\x25','\x5b','\xb4','\x80','\xdb','\x5c','\x44','\x91','\x68','\x58','\x91','\x11','\x21','\xb3','\x47','\x67','\x86','\xa6','\x5e','\xc3','\x7a','\x19','\x15','\x23','\xa2','\xc2','\x14','\xc8','\x16','\x28','\xdf','\x49','\x78','\x1b','\x92','\x02','\x46','\x49','\x58','\x3a','\x31','\x98','\xec','\x6b','\xb1','\xff','\xe0','\x2c','\xec','\x0b','\x9c','\x05','\x39','\xa1','\x4a','\x5f','\x66','\x10','\x0a','\x7f','\x94','\x7f','\xab','\x7b','\x70','\xce','\xeb','\xf3','\xaa','\x0f','\x2f','\x0e','\xae','\x64','\x1b','\x8b','\xea','\xf9','\x0c','\xa9','\x36','\xe0','\x77','\x91','\x6c','\x95','\x76','\x9a','\xfd','\xd9','\x00','\x66','\x96','\xd1','\x4e','\x00','\x47','\x4d','\x99','\x2f','\xf2','\xe4','\xf2','\x82','\x3c','\x58','\x13','\x02','\x23','\x99','\xe9','\x65','\x22','\xa3','\xb4','\xd9','\xbc','\x86','\x0a','\x64','\xe1','\xbe','\x91','\x7f','\xb5','\xe5','\x78','\x3b','\xb0','\x23','\xf0','\xd1','\xdf','\x51','\x89','\x6f','\x08','\x61','\x9f','\x2d','\x87','\xcd','\xdc','\x3e','\x7e','\x8f','\xab','\x40','\xbe','\x4f','\xd7','\xbd','\x67','\x74','\x0b','\x86','\xef','\x17','\xf0','\x9d','\x47','\x37','\xef','\x87','\x51','\x13','\x07','\xab','\xb1','\xb6','\xa5','\x41','\x53','\x55','\x77','\xd2','\xe8','\xb5','\xc1','\xe2','\xc2','\x26','\x81','\x09','\x7c','\x74','\xdf','\x8f','\x11','\x59','\xb5','\x71','\xd2','\x0e','\x1b','\x76','\xba','\x4d','\xfb','\x76','\x88','\xa0','\xee','\x6d','\xaa','\xd3','\x4a','\xf0','\x12','\xb3','\x0f','\x41','\xb6','\x0b','\x8c','\x81','\x9c','\xac','\xab','\x1d','\xe2','\xc1','\x99','\xc8','\x23','\x51','\x66','\xca','\x73','\x39','\xa1','\xad','\x02','\x5e','\x0a','\xe6','\xda','\x40','\x98','\x12','\xde','\x67','\x40','\x98','\x55','\x81','\xcc','\x54','\x5a','\x85','\x70','\x43','\x0e','\x15','\x1f','\xf4','\x83','\x67','\x2c','\x80','\xa9','\x64','\x6b','\xd1','\x8e','\xa6','\xe7','\xf2','\x52','\xfa','\x1e','\x5d','\xcc','\xd4','\xbd','\x8d','\x8b','\xfe','\xe7','\x94','\x3e','\x4e','\xa3','\xc1','\x9c','\x25','\xc0','\xac','\xd8','\x0d','\xdf','\x01','\x81','\x8c','\x11','\xa1','\x78','\x32','\x03','\xf6','\x45','\xa6','\x95','\x64','\xb5','\xdb','\x53','\xd4','\x54','\x82','\x20','\xcc','\x66','\xb3','\xe5','\x7b','\x80','\xca','\x20','\x08','\x5d','\xd7','\x65','\x8a','\xb3','\x7a','\x31','\x4c','\x69','\xaa','\xaa','\x98','\xc7','\xc3','\x32','\x11','\x94','\xe0','\x6e','\xd1','\x63','\xbe','\xe5','\xd0','\xce','\x7a','\x3d','\x17','\x48','\xb2','\x4a','\x15','\x0d','\x95','\xe5','\x38','\xd9','\x09','\x56','\xb9','\x5d','\x53','\x5e','\x94','\xcc','\x2d','\x34','\x12','\x02','\x5f','\x39','\x5a','\x66','\xe6','\xdb','\x1d','\xb6','\x4f','\x2e','\xb0','\x75','\xb2','\x43','\xdf','\xf5','\xa1','\x8d','\x32','\x59','\x4d','\xa1','\xf5','\x25','\x42','\x36','\x9d','\x63','\x2a','\x18','\x19','\x6f','\x6d','\xc0','\xa6','\x56','\xc7','\x81','\x13','\x99','\x98','\xac','\x42','\x6d','\x6c','\xb6','\x0a','\x2c','\x4e','\x99','\x28','\x0e','\x44','\x3b','\xa8','\xc3','\x9a','\x35','\xda','\x36','\xf4','\x75','\x3b','\x6b','\xf4','\xd0','\x3a','\xd9','\xbc','\xa8','\x03','\xc5','\xf2','\x1d','\x6d','\x1f','\xc7','\xbe','\x4b','\x9b','\x22','\x65','\x59','\x1c','\x66','\xf1','\x27','\xdb','\x20','\x5a','\x76','\xc0','\x9e','\x92','\xbd','\x47','\x7b','\x74','\x9a','\xa8','\xe0','\x92','\x22','\xc4','\x86','\x77','\x06','\xc2','\x51','\x84','\x9f','\x08','\xb7','\x76','\xe6','\xb0','\xb9','\xaf','\xc5','\xfe','\x03','\x33','\x6c','\xee','\x9f','\xa1','\x69','\xe3','\x7e','\xbe','\xb8','\xf7','\x61','\x19','\xe0','\xce','\x0c','\x05','\x63','\x73','\xde','\x2a','\x79','\x2b','\x20','\xc2','\x20','\x13','\xa6','\xef','\x0f','\x8a','\x3b','\xdd','\xfc','\xe6','\xa1','\x00','\x64','\x1e','\x4c','\xaa','\x00','\x1e','\x36','\x4a','\x45','\x72','\xb9','\x14','\x8d','\x6c','\x19','\x82','\x8a','\xb4','\xa6','\xe1','\x4a','\xd3','\xae','\x93','\x37','\x90','\x56','\x25','\x24','\x0b','\x9d','\x23','\x00','\x37','\x84','\x86','\x09','\x8e','\x18','\xec','\xa2','\xbc','\x6b','\xc2','\x2a','\x50','\xef','\x7c','\x38','\x6b','\xab','\xf7','\x61','\x78','\x47','\x79','\x38','\xdf','\xee','\xb0','\x58','\x84','\xc3','\xc2','\x9b','\x36','\x04','\x47','\x48','\x6e','\x66','\xe6','\xfc','\xac','\x18','\x41','\x5b','\x41','\x8f','\x4f','\x73','\x4f','\xdd','\xe8','\x6d','\x34','\xda','\x58','\x39','\xf1','\x9b','\xd1','\x08','\xb3','\xe2','\x8e','\xaf','\x81','\x98','\x90','\x22','\xb2','\x69','\x78','\x7a','\x8e','\x06','\xeb','\xa4','\xf0','\x88','\x0e','\xc3','\x71','\xef','\xb3','\x48','\xf2','\x6c','\x11','\x41','\x5c','\xd8','\x0c','\x40','\xd4','\x4d','\xf2','\x51','\x9f','\xb3','\xc6','\xf0','\xfa','\x2a','\x30','\xd5','\x41','\xf1','\xaa','\x6e','\xb3','\x0f','\x32','\x8d','\x0e','\xa9','\x42','\x01','\xe4','\xe2','\x4b','\xc9','\xa3','\x32','\x4d','\x69','\xd0','\x1f','\xf6','\xb9','\xb1','\x74','\x85','\x9b','\x9a','\x19','\x13','\x65','\x75','\xec','\x59','\x5b','\x65','\x41','\x99','\x6e','\xcb','\xe6','\xb9','\xc2','\x85','\x4d','\x82','\xe8','\xf8','\xda','\x74','\x0d','\xb6','\x81','\x71','\x80','\x53','\x29','\x51','\xc0','\xb6','\x8c','\x57','\x5d','\x58','\x11','\xb5','\xbd','\x90','\x37','\x63','\x80','\xd0','\xb3','\x1f','\x18','\xd6','\x6a','\x01','\xde','\x00','\x03','\x80','\x6a','\x27','\xa5','\xca','\xef','\x50','\x87','\xa8','\x4a','\x17','\xba','\x71','\xd1','\x86','\x41','\x83','\x65','\x02','\x7b','\x1f','\x94','\xfc','\xc5','\x76','\x1f','\x56','\x19','\xd4','\xff','\xd5','\x0c','\x1f','\x8a','\x41','\x11','\x32','\xc4','\xc9','\xb9','\x42','\x5e','\x73','\xc2','\x06','\x06','\x9d','\x6b','\xf5','\x7d','\xa9','\x83','\xf4','\x22','\x23','\xac','\x5e','\x74','\x9d','\xc7','\x62','\x1e','\x82','\x01','\x84','\x88','\x6c','\x29','\xbd','\xe6','\x51','\x05','\x30','\x72','\x3f','\x59','\x66','\x04','\x04','\x99','\x62','\xf2','\x4e','\x28','\x6a','\xc7','\x11','\xe0','\x09','\xb0','\xec','\xfb','\xb0','\x4f','\x6a','\x11','\x0f','\x58','\xab','\xd1','\xbc','\x6b','\xf1','\xd5','\xaf','\xfe','\xed','\xb0','\x2e','\x2b','\x30','\xf5','\x12','\x8c','\x13','\x39','\x34','\x2d','\x63','\xb8','\x58','\x18','\x12','\x79','\xce','\x01','\xa0','\x90','\xf7','\xa4','\xcb','\xea','\x00','\x12','\x13','\x2d','\x8e','\x3b','\x60','\x66','\x8d','\x72','\x37','\x25','\xa0','\x46','\x6f','\xc5','\x0a','\xeb','\xbb','\x20','\x33','\xe2','\xc7','\x40','\x54','\xe5','\xda','\x68','\xfe','\x2b','\x28','\x5b','\xeb','\x53','\x99','\xd9','\x99','\x41','\x7a','\xb9','\x9f','\xf0','\xd8','\x04','\x4d','\xb7','\x1e','\x0a','\x42','\xe5','\x91','\x44','\x53','\x38','\x62','\xdd','\x3c','\xa8','\x26','\x39','\x0b','\x96','\x99','\x59','\xc7','\x4c','\x12','\x3d','\x20','\x32','\x9e','\x05','\xb4','\x19','\x57','\x7e','\x36','\x36','\x67','\x71','\xdf','\x83','\x87','\xef','\x4d','\x4e','\xc5','\x1e','\x0b','\x55','\x8c','\xec','\x38','\xe3','\x24','\x6c','\xab','\x07','\xd1','\xe5','\x9a','\xe6','\x4a','\xb4','\xa6','\xfe','\x9a','\x19','\xd1','\xd2','\x45','\xfd','\xb3','\x26','\xd5','\x4a','\x3f','\x33','\xf3','\x7c','\x39','\x2d','\xeb','\x99','\x33','\x50','\xcf','\x8a','\x78','\xce','\xce','\xd8','\xc9','\xd2','\x0e','\x8f','\x98','\xad','\xb9','\xf8','\x28','\x5f','\x2b','\x65','\x7c','\x14','\xbb','\x00','\x0c','\x40','\xb1','\x89','\xac','\xde','\x50','\xa9','\xeb','\x64','\x77','\x99','\x39','\xa2','\xb8','\x80','\x14','\x18','\x64','\x43','\x5c','\x14','\x7c','\x8e','\x60','\x80','\x83','\x47','\x05','\x11','\xc1','\xbb','\xb0','\x2f','\x28','\xc8','\xc3','\x14','\x56','\x3a','\x04','\x59','\xea','\xe1','\x3a','\x8f','\xc5','\x3c','\x9e','\x8b','\xd3','\x38','\x90','\x05','\x41','\x31','\x4f','\xdd','\xcf','\x13','\xf5','\x28','\xef','\x3d','\xb8','\x4f','\x93','\x2d','\x03','\x4e','\x31','\xc8','\x42','\x88','\xc0','\xe6','\xe2','\x01','\xa3','\x49','\xa9','\xb4','\x2b','\x30','\xda','\x37','\x08','\x8d','\xd0','\x33','\x5c','\xe2','\xf5','\x4c','\x89','\x94','\x46','\x0b','\xa8','\x31','\xc1','\x09','\x9c','\x09','\x78','\xa0','\x3a','\x03','\x85','\xa8','\x7e','\x43','\xcf','\x91','\xa9','\x31','\x58','\xbc','\xbb','\x4c','\xc1','\xb1','\x9f','\x96','\xa6','\x04','\xf9','\x14','\x67','\x3d','\x85','\xb9','\x30','\xce','\x62','\xe3','\x77','\x1e','\xaa','\xa9','\x9c','\xba','\x30','\xef','\xd6','\x24','\xbb','\xb3','\xa1','\x5f','\x82','\x9d','\xca','\x33','\x09','\x38','\x32','\xb2','\x64','\xc5','\x1c','\xd2','\xad','\x25','\x63','\xed','\x28','\xde','\xc9','\x14','\x6b','\xb4','\xef','\x4f','\xf7','\x6a','\xc9','\xfc','\x20','\x0c','\xe6','\x73','\x50','\xdb','\x86','\xef','\x46','\x5b','\x60','\xc6','\x15','\xcc','\x79','\x40','\x32','\x66','\x27','\x5d','\x62','\x39','\xd5','\x35','\x6b','\xdd','\x80','\x4f','\x84','\x20','\x08','\x35','\x10','\x34','\xe9','\x02','\xd7','\x34','\xe9','\xf0','\x52','\x99','\xe8','\xd5','\x31','\xc5','\x5c','\xdd','\x70','\xa8','\xe4','\x00','\x78','\x46','\xdf','\x85','\x55','\x8e','\xd9','\x66','\xa3','\x91','\x44','\x34','\x2b','\xca','\xbf','\x04','\x17','\x2b','\xe9','\xa0','\x60','\x9d','\xb0','\xf8','\x67','\x19','\x49','\x55','\x33','\x23','\x42','\x9c','\x9d','\x1c','\xeb','\xb2','\xd8','\xee','\x31','\xdf','\xea','\x42','\x0c','\x7f','\x4e','\x13','\x5b','\x89','\x6b','\x9d','\x1a','\xeb','\x57','\x5c','\x1f','\xb0','\x6c','\x92','\xc1','\x12','\xde','\x52','\xd5','\xf2','\x21','\xfe','\xb0','\x08','\x96','\x9c','\xc5','\xbc','\xc3','\x7c','\x6b','\x81','\xbf','\xff','\xfb','\xff','\x8e','\xae','\xaf','\xfb','\x2c','\x7a','\xdf','\xe0','\xc8','\x91','\x23','\x38','\x74','\xde','\xa1','\x5a','\xc1','\x93','\xa4','\xcc','\x89','\x91','\xce','\x04','\x41','\xaa','\x9b','\x6c','\x58','\xd4','\x7e','\xa6','\x74','\x4f','\x27','\x05','\x1b','\xf0','\x66','\x96','\xd3','\x4b','\xab','\x5d','\xf2','\x45','\x5e','\xbd','\x7e','\xa7','\x46','\x67','\x8b','\x12','\xf2','\xe0','\x50','\x06','\xda','\x11','\x15','\xe1','\xec','\xce','\x1e','\x3d','\x52','\xa9','\x1c','\x09','\x49','\x85','\x2b','\x05','\x67','\xe0','\xb3','\xed','\xac','\xc5','\xe6','\xfe','\x16','\xfb','\x0f','\x84','\x03','\xac','\x5d','\x23','\x7b','\x18','\x25','\xa3','\xba','\x71','\x44','\xf3','\xb2','\xee','\x43','\x86','\xa7','\xd6','\x75','\x9f','\xca','\x38','\xad','\x49','\x6a','\x4b','\x6b','\x7a','\x05','\x0c','\xaa','\xb9','\x5b','\xac','\x22','\x59','\x67','\x76','\x98','\xc1','\xa9','\x56','\xa4','\x9c','\xf5','\xa7','\x81','\x56','\x68','\x5a','\x72','\x99','\x61','\xfd','\x60','\x0c','\xaf','\x55','\xf3','\x25','\xca','\x83','\xba','\x94','\x78','\xd8','\x0c','\xb4','\x31','\x8c','\x53','\xa8','\x0e','\xc3','\x32','\x56','\xec','\x9e','\xb1','\xe1','\x59','\x2a','\x95','\x46','\xed','\x31','\xcf','\x05','\x65','\xdf','\xc5','\xfa','\x52','\x74','\x8d','\x63','\x4f','\xf0','\x4d','\xf4','\x86','\x70','\x31','\x5a','\x2a','\x00','\x4f','\xd1','\xad','\x9e','\x11','\xc3','\x4e','\xf7','\xe8','\xbb','\xb0','\x52','\x14','\x80','\x4a','\x5a','\xfe','\x91','\x03','\x57','\xed','\x7e','\x0b','\x17','\x43','\xd7','\x37','\x71','\xdf','\x6d','\xd3','\x3a','\x34','\x6d','\x8c','\xe4','\xaa','\x87','\x8a','\x26','\xab','\x64','\xe9','\xd4','\xa1','\x00','\xa7','\xc0','\x38','\xda','\x3e','\x07','\x38','\x14','\x56','\xcd','\x38','\xef','\x75','\x8b','\x00','\x45','\x03','\x46','\x61','\x9a','\x2f','\x75','\xb9','\x87','\x2c','\xf1','\xc4','\x4f','\xc3','\x42','\xc3','\xcf','\x1c','\xa8','\x88','\xb3','\x51','\x52','\xd0','\xa1','\x37','\x8a','\xe9','\x52','\xcd','\xbb','\x84','\x2b','\x35','\x70','\x24','\x19','\xb3','\xb9','\x38','\x98','\x67','\xcc','\x60','\xc3','\x9f','\xf2','\x6a','\xd7','\x82','\x17','\xe4','\x65','\x4d','\xb2','\x38','\x19','\xeb','\x59','\x8e','\x43','\x10','\x54','\xc9','\x3d','\xe5','\x1c','\xf3','\x70','\x64','\x56','\x29','\x5b','\x17','\xbd','\x91','\x8c','\x3e','\x3e','\x0a','\xc8','\x30','\xe8','\xd3','\xb6','\x71','\x03','\xa0','\xcd','\xcc','\x83','\x18','\x07','\x80','\x01','\x40','\x4d','\xd3','\x0c','\x12','\xc8','\x1e','\x20','\x1b','\x01','\x41','\x63','\x48','\x88','\x82','\x2c','\x75','\x2b','\x27','\x69','\x99','\x8f','\x0b','\x0a','\x76','\xb7','\xe8','\xb1','\xbd','\xd5','\xc1','\x39','\x87','\x8d','\x7d','\x21','\xf2','\x59','\x3e','\xc9','\xc2','\x92','\xb8','\x9c','\xe4','\x2c','\x2b','\x37','\xa5','\x35','\x21','\xa5','\xaf','\xf5','\x4a','\xde','\x5f','\x65','\xdf','\x79','\x0e','\xfe','\xb8','\xf3','\x79','\x87','\xc5','\x22','\xac','\xb8','\x88','\x42','\x6f','\xfd','\x52','\x87','\x48','\xb8','\x16','\x3b','\x5e','\x14','\x09','\xd3','\x21','\xb5','\x2a','\xb1','\x3d','\x47','\x27','\xae','\x74','\xa9','\x59','\x80','\x74','\x2f','\xd0','\x5f','\xfe','\xe5','\x5f','\xe1','\xaf','\x3e','\xf7','\x57','\xd8','\x9e','\x6f','\x56','\xf3','\x39','\xb1','\x7d','\x10','\xff','\xe9','\x3f','\xfd','\x27','\xfc','\xec','\xcf','\xfd','\x2c','\x0e','\x1e','\x3c','\x38','\x68','\xe4','\x60','\xf0','\x55','\x06','\xb8','\xb6','\x84','\x13','\x48','\x2c','\xf3','\x91','\x83','\x64','\x53','\x97','\xb3','\x86','\xfe','\x04','\x23','\x58','\xaa','\x28','\x2e','\xb1','\x8f','\x31','\x3a','\xa9','\x93','\xa2','\x51','\x4c','\x08','\xd4','\x74','\xb3','\xb4','\x92','\x54','\xdb','\x55','\x69','\x51','\x78','\x3c','\x7f','\xf9','\xa3','\xcf','\x9d','\x11','\xde','\x4c','\xc5','\x2f','\xcb','\xaa','\xa6','\x52','\xae','\xaf','\xd2','\x70','\xe5','\xdb','\x1e','\x3d','\xf4','\x68','\x4c','\x4f','\x5c','\x46','\x63','\xe9','\xca','\xa9','\x4d','\x7a','\xb1','\x10','\x98','\x94','\xc2','\xf1','\x6f','\xc4','\x60','\x07','\xb3','\x8d','\x26','\xec','\x67','\x90','\xb3','\xda','\x20','\x46','\x13','\xd9','\x17','\x8a','\xea','\x5c','\xb3','\xf2','\x99','\x68','\x72','\xd2','\xe7','\x89','\x57','\x25','\xc3','\x1c','\x64','\x75','\x67','\xad','\xe9','\x5c','\x6a','\xd2','\x03','\x86','\x39','\xfa','\xc0','\x59','\x46','\xd2','\xb7','\x0f','\x52','\xfd','\x54','\x7e','\x70','\xae','\x88','\xb0','\xd5','\x11','\x2a','\x5a','\x60','\x65','\x8f','\xaa','\xd5','\x1d','\xd2','\xeb','\xa9','\x01','\x9f','\x22','\xf4','\xee','\xe0','\x99','\x21','\x70','\xca','\x68','\x62','\xa2','\xe4','\x6a','\x5c','\x76','\xab','\x9e','\x87','\xea','\x27','\x59','\x75','\x03','\x39','\xc0','\x31','\x05','\xab','\x36','\x07','\x0f','\x8f','\x10','\x41','\x2e','\x80','\x17','\xdf','\x1b','\x37','\xb6','\x6c','\x6f','\x4f','\xd4','\x7d','\xa8','\x8f','\x45','\xe4','\xc6','\xc6','\xc6','\x05','\xb0','\xd3','\xce','\x82','\xfb','\x9c','\x02','\x20','\xb5','\x98','\x5b','\xa5','\x2c','\xd4','\x3e','\x18','\x23','\x91','\x29','\x8a','\x03','\x45','\x14','\x48','\xee','\x6a','\xb1','\x31','\x59','\x70','\x86','\x81','\xd1','\x23','\x74','\x7e','\xa6','\x40','\x53','\x2a','\x2f','\xef','\xe8','\x55','\xe7','\xf6','\xa9','\xc8','\xae','\x65','\xcf','\xae','\x98','\x37','\xaf','\x90','\x52','\x00','\x8a','\x8c','\x19','\x4e','\x43','\xbc','\x9a','\x17','\xe7','\xbd','\xce','\x9c','\x5f','\xab','\xd6','\xb2','\xb2','\x6a','\x9a','\x03','\xee','\x54','\x40','\x2a','\xbb','\x78','\x40','\x54','\x53','\xd5','\x4f','\x4d','\x1d','\x6c','\x9e','\x95','\x67','\x06','\x33','\x21','\xcf','\x42','\xf7','\x73','\x69','\x60','\x0c','\x95','\x0b','\xc1','\x7b','\x28','\xcb','\xb4','\x26','\x28','\x50','\xff','\x69','\xcf','\x74','\xa2','\xa8','\x5f','\xda','\xf1','\x5c','\xea','\x9a','\x5c','\x02','\x3c','\x06','\x66','\x1b','\x6d','\xdc','\xe3','\x94','\xca','\x6c','\xdb','\x76','\xf9','\x0a','\x50','\x19','\x26','\xae','\x6d','\xdb','\x58','\x78','\x00','\x41','\xe1','\x10','\x64','\xd2','\x9e','\x90','\x89','\x01','\xd9','\xe7','\x41','\xd1','\xfb','\xd4','\x60','\x02','\x32','\x9d','\xe3','\x39','\x84','\x64','\x5c','\x6c','\xf7','\x68','\xdb','\x2e','\xfa','\xbe','\x42','\xdd','\xc0','\xd2','\x9a','\xb6','\x80','\x20','\xd2','\x49','\x2b','\x2b','\x39','\x93','\xee','\xc1','\x83','\x01','\x62','\x7e','\xd8','\x03','\xb0','\x22','\x43','\xea','\x7b','\x71','\x7d','\x2b','\x63','\xc1','\xd8','\x19','\x3d','\x64','\x14','\xc3','\x34','\x02','\x12','\xc7','\x67','\x4f','\x79','\x08','\x98','\x7c','\x30','\x03','\xff','\xdf','\x5f','\xfb','\x8f','\xf8','\xe0','\x2d','\x37','\x00','\x00','\x3a','\xde','\x8f','\x93','\xf3','\xf3','\x71','\xe4','\xc4','\xb9','\xd5','\x7c','\xee','\xbe','\xef','\x31','\xf8','\xf5','\xdf','\xbc','\x0d','\x87','\xdf','\x75','\x18','\x00','\x70','\xe9','\xa5','\x97','\xe2','\xda','\x6b','\xae','\xc5','\x0b','\x2f','\x7b','\xa1','\xe6','\x99','\x0d','\x3f','\x79','\x1d','\x03','\x45','\xa5','\x64','\x94','\x5a','\xd1','\xc1','\xe4','\x24','\x22','\xb3','\xa7','\x27','\xf4','\x95','\xa3','\xe4','\x43','\x5c','\x23','\x5d','\x4e','\xb7','\xf2','\x39','\x4b','\x5a','\x59','\x92','\xb5','\x75','\x1e','\x56','\x63','\xc7','\xb4','\x1c','\x3c','\x9d','\x29','\x2a','\x95','\xb5','\x9d','\xd5','\xaa','\x1c','\xa5','\x35','\x32','\xa3','\xbd','\x78','\x6a','\x8f','\x1e','\x4a','\x54','\xca','\xa6','\x75','\xd2','\xd7','\x9e','\x29','\x79','\xa3','\xe8','\x90','\xce','\x51','\x38','\xdf','\x67','\x5f','\x8b','\x8d','\x7d','\x33','\xb4','\x71','\xbf','\x8f','\xb8','\xe3','\xe6','\xdc','\x2b','\x0a','\x9d','\xa2','\xb0','\xe4','\x12','\x91','\x0b','\x24','\x0b','\xb2','\x06','\xf5','\x19','\x75','\x4f','\x5b','\xd2','\x90','\xfa','\xa5','\x95','\x68','\x58','\x87','\xb1','\x1f','\x4b','\xe8','\x94','\x99','\xca','\x4e','\x5a','\x50','\xd1','\xb2','\xce','\xf4','\xdc','\x56','\x31','\xc7','\x1a','\x4a','\x19','\x51','\x81','\x1f','\x28','\xc0','\x15','\x26','\x4e','\x2c','\x21','\x95','\xac','\x4c','\xe7','\x78','\x7e','\x54','\x65','\xf3','\xb4','\x18','\xe2','\x4a','\x2f','\x93','\x81','\x5c','\x29','\xd1','\x50','\x79','\xbf','\x7e','\xdd','\xea','\x2c','\x03','\xde','\x4a','\x04','\xeb','\x56','\x9a','\xed','\xb7','\x41','\x0a','\xd9','\x0c','\xfb','\x1c','\x9b','\xff','\xf1','\xbe','\x6b','\x1c','\x08','\x1e','\xec','\x1a','\x90','\x67','\x78','\x8a','\x47','\x6e','\xf4','\x3e','\x80','\x13','\xcf','\x52','\x93','\x7c','\xce','\xc7','\x36','\xab','\x6b','\x50','\xeb','\xd0','\xca','\xbe','\xa1','\xb6','\x49','\x96','\xf2','\x58','\xae','\x8f','\x2b','\x46','\xd9','\x2a','\x6c','\x25','\x3f','\x8a','\x86','\x67','\xbb','\xd7','\x39','\x19','\x7f','\xa5','\x4f','\xa2','\x3e','\x56','\xb4','\x5d','\x84','\xba','\x88','\x76','\x2e','\xfb','\x3f','\xef','\xc1','\x35','\x69','\x6a','\x2c','\xd7','\xf4','\xb2','\xda','\xb3','\x6b','\x96','\x5d','\xaa','\x6d','\x63','\x53','\x4a','\x56','\x33','\x8b','\xe7','\x78','\xd0','\x3f','\xc3','\xfc','\x33','\x40','\x51','\x62','\x83','\x6c','\x7c','\x99','\xfb','\x9c','\xa7','\xc9','\x30','\x4e','\x35','\xa3','\x62','\xaf','\xb7','\xa6','\x4d','\x63','\xb6','\x36','\x35','\xca','\x3d','\x45','\xa6','\xa9','\x9a','\x26','\xbb','\x69','\xae','\xcb','\xfe','\xae','\x00','\xbc','\xbd','\xc9','\x34','\x8c','\x1f','\xd6','\x42','\x69','\xf0','\xac','\xcd','\x55','\x80','\xbf','\xef','\x19','\x44','\x72','\x1c','\xb2','\x1b','\x54','\x5a','\xd7','\x64','\xe4','\xd9','\x81','\xc0','\x63','\x34','\x23','\x51','\xe0','\x26','\xc3','\x60','\xf7','\x7d','\x9f','\xf6','\xfc','\x18','\xab','\xbe','\xd4','\x9d','\x2d','\x08','\x32','\x15','\xaf','\x0f','\x57','\x33','\x40','\x25','\x11','\x21','\x1c','\x8e','\xc5','\x61','\x2f','\x50','\x38','\x31','\x38','\x28','\xd1','\x22','\x6c','\xed','\xf3','\xa1','\x73','\x7d','\x38','\x14','\x09','\xb1','\x7c','\xcb','\x10','\xb5','\x72','\xf5','\x62','\xf3','\x6b','\xf2','\xf6','\x83','\x56','\xed','\x7b','\x8f','\x6e','\xd1','\xa3','\x9b','\xf7','\x66','\xef','\x4f','\x9e','\x99','\x15','\xda','\xab','\xd2','\x60','\xec','\x93','\xb4','\xc4','\xe6','\x9b','\xa7','\xfa','\xf4','\x67','\x6e','\xc7','\xfb','\x6f','\xfe','\x08','\xbe','\x71','\xe4','\x69','\x2b','\x97','\x73','\xcf','\x03','\xe7','\xe3','\x9e','\x07','\xce','\x07','\x00','\xdc','\xf5','\x81','\xbf','\x07','\x70','\x38','\x01','\xa0','\x11','\xde','\x20','\x97','\xad','\x6c','\x4a','\xd7','\x38','\x4b','\xa7','\x23','\x3b','\x36','\x4a','\x43','\x78','\x23','\x45','\xc8','\x73','\x7a','\xa2','\xfc','\x90','\x84','\x01','\x9f','\x2a','\x80','\x39','\x7b','\x80','\xcb','\x1e','\xed','\xd1','\xc3','\x91','\x38','\xac','\xe2','\x36','\xc1','\xa2','\x2c','\xe1','\xef','\x5d','\x74','\x37','\x96','\x88','\x9c','\xc2','\x0f','\x94','\x45','\x5a','\xe1','\x6b','\xf8','\x64','\x52','\xe1','\x12','\x05','\x96','\x3b','\xce','\x4c','\xab','\x1c','\xe4','\x0c','\xeb','\xf3','\x03','\xfc','\xb3','\xc7','\x74','\x46','\xc9','\xae','\x54','\x88','\x7b','\x96','\x80','\x5c','\xbb','\x7f','\x24','\x43','\x13','\x91','\x04','\x68','\xa8','\x52','\x66','\xae','\xa7','\x33','\x48','\x83','\xac','\xce','\x83','\x10','\x45','\x25','\xc2','\xea','\x12','\xe9','\xe1','\x94','\xb7','\xf9','\xbd','\x8c','\xaa','\x5e','\x0b','\xa2','\x86','\x70','\x31','\x8a','\x99','\xc0','\x24','\xe1','\xe1','\xd3','\xd9','\x75','\x49','\x0b','\xa3','\x54','\xcf','\x0c','\xb8','\x41','\x2b','\xeb','\xc0','\xe0','\x78','\x44','\x44','\x38','\x3b','\x08','\x31','\xfa','\x6a','\xda','\x7b','\x23','\x46','\xc6','\x81','\xc2','\x4a','\xf9','\x59','\x5b','\x44','\x1e','\xd4','\xc5','\xe2','\x3c','\x01','\x5d','\xee','\xb9','\x22','\x6d','\x73','\x4e','\xf4','\x28','\x4a','\x60','\x47','\xbf','\xdb','\x3e','\x96','\xcf','\x52','\xa3','\xa3','\x42','\x86','\x67','\x5a','\x44','\x45','\x1d','\x3e','\x8b','\x89','\x27','\x7f','\x66','\x37','\x06','\x40','\xa6','\x92','\x98','\x6d','\x5a','\x9b','\x46','\x80','\x48','\xa5','\x30','\x2e','\x7e','\x94','\xfa','\x51','\x9d','\x4f','\xda','\x68','\x7b','\x79','\xfe','\x35','\xb8','\xa9','\x59','\x16','\x87','\x4e','\x6b','\xd0','\x83','\xec','\x6a','\xe5','\x9d','\x8d','\xb5','\x55','\xbe','\xb0','\x01','\x3e','\x71','\xcc','\xa5','\xa0','\x17','\xd1','\xf5','\x93','\x01','\x1e','\x39','\x90','\x7a','\x50','\x62','\xec','\x43','\xf6','\xd0','\x20','\x22','\xe4','\xa3','\x87','\x14','\x79','\x30','\x4c','\x40','\xb2','\x98','\x41','\xd6','\xf6','\x4a','\x27','\x94','\xb1','\x0c','\xe4','\x5a','\x6d','\xff','\x59','\x15','\x00','\x09','\xcd','\xe7','\x73','\xb5','\xc4','\x5b','\xb9','\xa0','\x8e','\x70','\x66','\x00','\xc8','\x2a','\x8f','\xad','\x49','\x09','\x52','\x42','\x84','\xb7','\xe8','\x82','\x36','\x8f','\xae','\x70','\x11','\x04','\xb9','\x86','\x02','\x5b','\xd1','\x65','\x23','\xe9','\xd0','\x90','\x9f','\x30','\x59','\x39','\x3c','\xab','\x26','\xa8','\x46','\xd4','\xf1','\x4c','\x30','\x33','\x23','\x1e','\x4a','\xd6','\xc3','\x77','\x5e','\xf7','\xfe','\x0c','\x8d','\x07','\xcb','\xa4','\x20','\x69','\xbb','\x01','\x59','\x62','\x86','\x32','\x97','\x61','\x6d','\xd8','\xf2','\x0e','\xa5','\xef','\x79','\xd6','\x73','\xf0','\xf2','\xab','\x5e','\x88','\x0f','\x7c','\xe8','\xfd','\x0a','\xd2','\xd2','\xc6','\xc5','\xe5','\x07','\xa5','\xc9','\x0a','\x90','\xd6','\x78','\xa4','\xda','\xe5','\xd4','\xb2','\x6c','\xcc','\x76','\xa5','\x91','\x31','\x10','\x06','\x68','\x2d','\x4a','\xce','\xb9','\xb4','\x01','\xb2','\x2c','\x83','\x33','\xdc','\x14','\x9e','\xf1','\x66','\xbc','\x08','\x45','\x41','\x12','\xdf','\x48','\xc8','\x3f','\x0e','\x34','\x56','\x61','\x12','\x00','\x37','\xac','\x60','\x1d','\x69','\x53','\x4e','\x45','\xc5','\xec','\x6a','\x65','\xf9','\xcc','\x19','\x56','\x74','\x26','\xd6','\xbc','\xd6','\xcc','\x67','\xfd','\xb4','\xc1','\x8a','\xb9','\x9e','\x92','\xb0','\x4e','\xee','\x8f','\x28','\xb2','\x2f','\xe0','\x0c','\x36','\x7d','\xea','\xbd','\x93','\xf9','\xcc','\xf0','\x49','\xad','\x7e','\xa2','\x5c','\x51','\xe0','\xbb','\x72','\x30','\xa3','\x86','\xb8','\x8e','\xab','\x3e','\xae','\x81','\xd9','\xbf','\x33','\x7c','\xd7','\x03','\x36','\x27','\xf2','\x60','\xa0','\x94','\x12','\xca','\xa4','\xab','\x50','\x62','\xc5','\x9c','\x94','\xb4','\xd3','\x40','\x83','\x7e','\x5d','\xa5','\xa0','\x89','\x31','\x30','\xf5','\xf8','\xa9','\xf3','\x9f','\x15','\x0b','\xab','\xf2','\xcc','\xd1','\xc4','\x2b','\x95','\x2c','\x4a','\xb8','\x5d','\xf1','\x51','\xe0','\x53','\x34','\x8c','\x41','\xd9','\x21','\x3b','\x81','\xe5','\xe7','\xe9','\x14','\x84','\xa8','\xcc','\x4c','\xd7','\x9d','\x11','\x30','\x2a','\xfb','\x11','\xe4','\x84','\xec','\xb9','\x0f','\x37','\x2b','\x3c','\xad','\xd4','\x0e','\xab','\x6d','\xe1','\x5c','\x4e','\x53','\x91','\x65','\xf1','\x7e','\x65','\xf4','\x11','\x10','\x80','\x92','\xcc','\xaf','\xa2','\xac','\xd0','\xce','\x14','\xbd','\x4a','\xb3','\x21','\x13','\xe0','\xc9','\x11','\x1c','\xb9','\xe0','\x2e','\xe4','\x52','\x34','\x37','\xef','\x3d','\xa8','\x0f','\xba','\x84','\x97','\x20','\x07','\xb1','\x63','\x7c','\x8c','\x26','\x47','\xbd','\x47','\xdf','\x11','\x16','\x8b','\xe4','\x81','\xe1','\x08','\x70','\x4d','\x58','\x0d','\x6a','\x1a','\x42','\x33','\x8b','\x47','\x59','\x34','\x04','\x07','\x02','\x35','\x09','\xe8','\xa4','\x0e','\x2a','\xbe','\xc6','\xbe','\xe0','\x1d','\x0d','\xd0','\xaa','\x74','\xdd','\x61','\xba','\x55','\x64','\xca','\xd8','\xf3','\x25','\xa2','\x58','\xfe','\x44','\xa9','\xef','\xe9','\xfb','\xb4','\xef','\xd7','\xa6','\x28','\x95','\xac','\xa8','\xb2','\x96','\xde','\x3f','\xb6','\x3c','\x96','\x67','\xb2','\x8b','\x39','\x8c','\xc9','\xcf','\xd9','\x31','\x61','\x03','\x8c','\x3b','\x29','\xe7','\x0f','\x27','\xde','\x5e','\x36','\x6e','\xbc','\x1b','\x6a','\x8d','\x19','\x4f','\x53','\x52','\x39','\xa8','\x65','\x4c','\xc3','\xe8','\xea','\x2e','\x6e','\x57','\xf1','\xf9','\x34','\x5c','\x96','\x7f','\xe8','\x42','\xd6','\xff','\x9e','\x01','\x78','\xa4','\xb9','\xae','\xe3','\x93','\x13','\xe6','\xd0','\x3a','\xe5','\xd4','\x77','\x43','\x00','\xd4','\x75','\x5d','\x15','\x18','\x29','\x00','\xaa','\x59','\x44','\x6a','\x9b','\x86','\x52','\xc9','\xa6','\xe6','\xa9','\x7e','\xf5','\x34','\xe5','\x65','\x96','\x03','\x48','\xbb','\xb8','\x81','\x8f','\xb0','\x41','\x4d','\x5c','\xfe','\x36','\x02','\x96','\x10','\xc0','\x8e','\x27','\xf5','\x85','\x8d','\x7d','\xab','\xfe','\xa9','\xab','\x53','\xf4','\x85','\xed','\x39','\xfd','\xb7','\x2e','\x81','\x24','\xea','\xf8','\x54','\x63','\xf3','\xfc','\x80','\x50','\x37','\x49','\x96','\x77','\x21','\xeb','\xc7','\x28','\x30','\x89','\xe9','\xff','\xe9','\x4f','\xfd','\x1c','\xfe','\xe9','\x4f','\xfd','\x5c','\x3c','\x47','\x80','\xb0','\x6f','\xff','\x0c','\xe7','\x9c','\xb7','\x89','\x73','\x0e','\xed','\xc3','\x6c','\xa3','\x29','\x26','\x47','\xea','\xc3','\xd3','\x4f','\xc6','\x37','\x19','\x09','\x7c','\xba','\x1a','\xfa','\x91','\xf6','\x70','\x2e','\x28','\xab','\x4a','\x7f','\x79','\xa9','\x82','\x15','\x33','\x54','\xb6','\x47','\xbb','\x4b','\x8f','\x50','\xdc','\xf2','\x70','\xa6','\xb5','\x5e','\x29','\x85','\xc5','\x5b','\xe7','\x5c','\x38','\x9c','\xba','\x75','\xe9','\x4c','\x10','\x61','\x2e','\x0c','\x80','\x85','\xef','\x26','\xde','\x98','\x1f','\x9a','\x8a','\x5c','\xca','\x15','\x95','\x11','\x5b','\xc6','\xde','\x30','\xdb','\x45','\x9a','\xc0','\x3f','\xa7','\x93','\x5d','\xea','\x8a','\x8f','\x51','\x14','\xb3','\x55','\x1f','\xe4','\x2b','\xfe','\xf6','\x28','\x07','\x81','\x0e','\x84','\x20','\xcf','\xcb','\xc3','\x2f','\x01','\x64','\x7e','\xff','\x65','\x6b','\x32','\x70','\x04','\x23','\x4f','\x55','\x89','\x84','\x7a','\x6b','\xa5','\x0a','\x8f','\xb8','\xcb','\x69','\x7e','\x49','\xd9','\x27','\x42','\x50','\xd8','\x96','\x0d','\xd4','\x38','\xd6','\x75','\x25','\x8b','\x91','\x40','\x0d','\x80','\x60','\xad','\x06','\x74','\xfe','\xd8','\xed','\xcd','\x1c','\xee','\x8b','\x5d','\x0f','\x88','\x07','\xa9','\x9a','\x95','\x1f','\x1f','\x0f','\x52','\xf5','\xbd','\x47','\xef','\x92','\x17','\x85','\x86','\xba','\x06','\xe2','\xb9','\x3f','\x0c','\x74','\x3e','\xd6','\x3d','\x80','\x9e','\x76','\x03','\x68','\x9a','\x56','\x57','\x73','\xc5','\xb0','\x2c','\x7a','\x99','\xba','\xf9','\x95','\x9d','\xf1','\x70','\xa1','\x12','\x83','\x8f','\xa4','\x51','\xbd','\x2d','\xbb','\x56','\x3c','\x5f','\x03','\x45','\x72','\xa5','\x04','\x17','\x6c','\xdf','\xff','\x10','\xe4','\xc8','\xc7','\xc0','\x80','\x24','\x2b','\x32','\xb2','\xbc','\x93','\x95','\x3b','\x52','\x4e','\xe5','\x7a','\x2a','\xc0','\x64','\x41','\x63','\x09','\x61','\xda','\x59','\x4a','\x8c','\x0a','\x6a','\xa2','\x22','\xd9','\x88','\x0e','\x2b','\xea','\x20','\x19','\x53','\xf7','\x32','\x15','\x6f','\xac','\x2c','\xcf','\x0c','\x12','\xf0','\xcf','\x04','\xf6','\x02','\xf2','\x75','\xe2','\xe4','\xf3','\xb6','\x2c','\x83','\x24','\xa8','\x48','\x5e','\x03','\x66','\x9e','\x76','\x81','\x73','\xce','\x61','\x36','\x9b','\xe5','\x19','\x92','\x39','\x2c','\x49','\x3a','\x20','\xd5','\xc3','\x74','\x76','\x5d','\x0e','\x16','\x55','\x83','\x62','\xde','\xf8','\xb3','\xef','\x3c','\xe6','\xf3','\x0e','\xcd','\x76','\x58','\xf5','\x68','\x67','\x4d','\xbe','\xf7','\x23','\x5a','\x7b','\xd8','\x01','\xe9','\xd0','\x3d','\x8e','\x1d','\x25','\xe8','\x30','\x95','\x3a','\x78','\x3f','\x06','\x38','\x70','\xcc','\x57','\xdd','\xb9','\x94','\x99','\x25','\x41','\x5d','\xaf','\x73','\x5d','\xbe','\xa7','\xfe','\x15','\x34','\x6a','\xad','\x3e','\x46','\x18','\x4c','\xcd','\xca','\x62','\x0c','\x8a','\x50','\xf0','\x9e','\xe1','\xbb','\x14','\x6a','\x5a','\x0f','\x65','\x55','\xa6','\x5f','\xa9','\xef','\x58','\x39','\xc5','\x00','\xce','\x7e','\x0e','\xe7','\x5d','\xc6','\x28','\x33','\x3f','\xd0','\x08','\x7e','\x06','\x25','\x97','\xf9','\x6b','\xff','\xee','\x8e','\x1b','\x9c','\xe6','\x5d','\x56','\xf4','\x21','\x48','\x23','\x7a','\xe2','\x19','\xa1','\xa5','\x63','\x66','\x47','\x32','\xf1','\x61','\x28','\x48','\x4b','\x7a','\x88','\x8d','\x39','\xad','\xee','\xc4','\xab','\xa1','\x08','\x7e','\x9a','\x96','\xd4','\x52','\x6c','\x9f','\xcd','\x64','\x1d','\x23','\x58','\xee','\x31','\x5c','\x81','\x99','\xe6','\xf9','\x0f','\x4d','\xaa','\xb5','\xa7','\x3a','\x04','\x26','\x1a','\xbe','\xfa','\x90','\x59','\x96','\xb2','\x5e','\xc8','\x6a','\x20','\xb7','\xc2','\xc4','\x77','\x3a','\x98','\xad','\x9c','\x60','\xfb','\x65','\x24','\x79','\x2e','\x20','\xe3','\x8a','\x48','\x40','\x28','\xf6','\x5c','\x1a','\xbb','\x61','\x7f','\x94','\x3f','\x11','\xf2','\xf4','\x5a','\x46','\x90','\x2d','\xc4','\x3c','\xc2','\xc6','\xc2','\x2a','\x94','\x05','\x20','\x95','\xaf','\x99','\x8e','\x60','\x2b','\x51','\xdb','\x6c','\x2d','\x69','\x92','\x8c','\x14','\x4d','\x2c','\x2f','\x9b','\x98','\xf2','\x85','\xa9','\xe2','\x7e','\x52','\xe4','\x82','\xd7','\x0b','\x3b','\x80','\x3c','\xc3','\x79','\x0f','\xef','\x00','\xdf','\x10','\x9c','\x0f','\x67','\x97','\xf4','\x9d','\x87','\x27','\xc0','\x31','\xa2','\x55','\x3d','\xed','\x89','\x66','\x0d','\x93','\xeb','\xc2','\xb3','\x3e','\xdd','\x4b','\x6e','\x74','\x46','\x78','\x66','\xfa','\x46','\x29','\xc7','\xf3','\xf7','\xa9','\x01','\xb0','\x06','\xb7','\x4f','\x85','\x21','\x8e','\xa9','\xc5','\x63','\x5a','\xfd','\xea','\x59','\x56','\x53','\x17','\xcb','\x37','\xd5','\x99','\x30','\x02','\x34','\xaa','\xcf','\xd5','\xdc','\xc8','\x58','\xb4','\xda','\xa2','\x2e','\x66','\xbc','\x64','\xbf','\x2b','\x00','\x6c','\xd0','\x2b','\xe5','\x35','\x1e','\x34','\x25','\x8e','\xc3','\xac','\x5a','\xe3','\x19','\x96','\x75','\x03','\x8c','\x42','\x5f','\x69','\x53','\xf1','\x8c','\x7e','\x17','\xdd','\x36','\xaf','\x6d','\xf1','\xd5','\x00','\x85','\x29','\x1e','\x61','\x73','\x50','\x56','\xc5','\xa0','\x38','\xc6','\x63','\xcc','\x8e','\x08','\xe2','\x63','\x63','\x29','\x37','\x30','\x64','\x47','\xf3','\x70','\xea','\x97','\x90','\x67','\x0a','\x82','\x40','\x44','\x68','\xdb','\xb6','\xba','\xc8','\x33','\x08','\x83','\x6d','\xad','\x30','\x83','\x15','\x20','\x63','\x9d','\xa1','\x68','\x02','\xe1','\xd8','\xe6','\x3c','\xeb','\x11','\x31','\xc2','\x39','\x5f','\xee','\x3a','\x06','\xa3','\x8b','\x2e','\x5f','\x2e','\xc5','\xff','\xb6','\x1d','\x14','\x95','\x7f','\x72','\x21','\x8c','\x9c','\xc6','\x92','\xf7','\x80','\x17','\x9f','\xc3','\xca','\x8a','\x84','\x3d','\xa9','\x38','\x5d','\x53','\xbe','\x10','\x3a','\x15','\x22','\xd8','\x39','\xab','\xf5','\x2a','\x7a','\x61','\x15','\x7d','\x16','\x2f','\xa1','\xfa','\xfe','\x47','\x50','\x2b','\x04','\x3b','\xfb','\x00','\x0c','\xfb','\xde','\x2b','\x80','\xa0','\x6c','\x60','\x69','\x97','\xac','\x47','\x15','\x26','\x8f','\x7c','\x0e','\x0c','\x37','\x98','\x49','\x32','\xa2','\x78','\xe0','\x59','\xe1','\x92','\x97','\x31','\x87','\xf0','\xc7','\xfb','\x68','\xc1','\xea','\x79','\x09','\xd3','\x94','\xb7','\xb0','\xbc','\x31','\xa5','\x7f','\xb7','\x04','\x57','\x28','\x43','\xa2','\x97','\x82','\xed','\x6c','\xa7','\xa2','\x2b','\x4f','\x3b','\x0d','\xf6','\x7a','\xd5','\x46','\xf7','\x99','\xae','\xd4','\x1e','\x2d','\xa7','\x55','\xde','\xc3','\x98','\x2e','\x51','\xbc','\x62','\x17','\xad','\x69','\xae','\x75','\x68','\x63','\xf8','\x5c','\x6a','\x8c','\x72','\x19','\xdd','\x51','\x83','\x81','\x24','\xed','\x27','\xc8','\xd5','\xa1','\x33','\x0c','\x7b','\x96','\xf9','\x01','\x9f','\x6a','\xf6','\x3b','\xb8','\xff','\xa0','\x4c','\x8d','\xaa','\xa1','\x6e','\xcd','\x0c','\xd6','\xa6','\x1a','\x72','\x28','\x04','\x9c','\x51','\xd0','\x4a','\xc5','\x86','\x0a','\xc0','\x13','\x8e','\x4d','\x08','\x37','\xed','\xca','\x22','\x38','\xb8','\x80','\x79','\x2f','\xfc','\x3d','\xa4','\x93','\x08','\x67','\x4d','\xd3','\x64','\x5e','\x1f','\x09','\x90','\x04','\x77','\x99','\x74','\xdc','\x82','\x80','\x0b','\x24','\x81','\xaf','\x65','\xc4','\x4f','\x8f','\x08','\xc8','\xac','\xf4','\x1f','\xe9','\x1d','\x2e','\x15','\x3e','\xe4','\x2e','\x7f','\xb5','\x87','\xa8','\x98','\x2b','\xc4','\x85','\xf2','\x95','\x73','\x5f','\x66','\x06','\x3b','\x02','\xd8','\x45','\x03','\xad','\x8b','\x6e','\x71','\x0e','\x7d','\x13','\x02','\x35','\xf9','\xb8','\xff','\xc7','\xf7','\x0c','\x62','\x86','\x8f','\x4a','\x61','\xf0','\x6a','\xf1','\xe8','\xb6','\x81','\x93','\x9e','\x31','\x9f','\xf7','\xd8','\x50','\x97','\xd6','\x46','\x8d','\x1c','\x94','\x36','\x6d','\x40','\x15','\xa3','\x1a','\x10','\xb2','\x6d','\x1c','\x15','\x06','\xab','\x98','\xf2','\x76','\x71','\xd6','\x4c','\xc9','\xf9','\xec','\xe2','\x10','\x5c','\x64','\x49','\xaa','\x43','\xb9','\x9e','\xb9','\x05','\x35','\x65','\xda','\x4c','\xc7','\xd3','\x34','\x5c','\xfc','\x9e','\x48','\x0f','\x33','\x7e','\x87','\xb7','\x86','\xed','\x63','\x54','\x75','\x29','\x8b','\xa9','\x56','\xeb','\x59','\x36','\xed','\x5b','\x56','\xe8','\x6a','\xe9','\x08','\x28','\xce','\xeb','\x59','\x0e','\x7e','\xca','\xe7','\xc3','\x53','\xac','\x73','\xb1','\xf7','\x1e','\x04','\x07','\x07','\x06','\xc1','\x03','\x62','\x24','\x20','\x20','\x3b','\xbf','\x05','\xa9','\x6f','\xed','\x9c','\x24','\xca','\x8f','\xf4','\x91','\x10','\xd8','\x93','\x00','\x28','\x30','\x1f','\x9f','\x25','\xb2','\x3e','\x73','\xd9','\xa3','\x14','\x37','\x05','\x4a','\x24','\xa0','\x95','\x94','\xcd','\x52','\x63','\x0d','\xdf','\x7d','\x07','\x2c','\x64','\x3f','\x90','\x23','\x60','\xb3','\x4d','\x20','\xc8','\xa0','\x39','\x8b','\x9e','\xd2','\x81','\x5a','\xb9','\x36','\xaf','\x2b','\x30','\xda','\x19','\xc5','\x0a','\x44','\xbc','\x46','\x84','\x41','\xe4','\x8a','\xcc','\x52','\x53','\xce','\xf5','\xea','\x00','\x2b','\x2c','\x44','\xf2','\xa9','\x96','\x97','\x22','\xd5','\x88','\xec','\xd1','\x16','\xc8','\x73','\xb1','\xfe','\x9e','\xf3','\xba','\xdb','\x30','\xb4','\xa7','\x8b','\x18','\x69','\x1f','\x68','\x56','\x39','\x8a','\xbe','\xc4','\x25','\xc8','\x34','\x7f','\xc1','\xd0','\xa5','\xfc','\xae','\x8b','\x96','\x2b','\xd9','\xd0','\x59','\x43','\x2b','\x45','\x2e','\x5a','\x5c','\x42','\x7c','\x7b','\x74','\x1a','\xa9','\x14','\x6f','\x7b','\xf4','\xf0','\x25','\xe1','\x6d','\xa2','\x80','\xca','\xa1','\x8b','\xe1','\x2c','\x11','\x63','\x60','\x60','\x4c','\x47','\xd9','\x7c','\x10','\xe9','\x6c','\xac','\xd3','\xa9','\x53','\xc5','\x1a','\x36','\xa2','\x67','\x8e','\xe1','\xdb','\x75','\x8b','\x5b','\x45','\x75','\x2d','\x13','\x68','\x9a','\x4c','\x98','\xc5','\xc1','\x52','\xf0','\x6f','\xf9','\xe3','\xc4','\xd5','\xcd','\xb9','\x18','\xbe','\x99','\xd4','\x90','\x46','\x71','\x79','\x24','\x28','\xf9','\x1e','\x7d','\x94','\x1b','\xfd','\x22','\x19','\xfe','\x04','\x38','\xb5','\x31','\xea','\x59','\x33','\xf3','\x01','\x3c','\x19','\xd7','\x39','\x05','\x52','\x44','\xa0','\x46','\x0a','\x77','\xa9','\x36','\x2c','\xfa','\x82','\xe8','\x0c','\x22','\x9f','\x4d','\xbd','\xa3','\x68','\x1a','\x03','\x39','\xb5','\xd7','\x91','\xcb','\xbd','\x4a','\x40','\xa6','\x4c','\xf8','\x67','\xeb','\x50','\x55','\xd2','\xfd','\x13','\x1c','\xeb','\xe2','\x00','\x17','\xdd','\xfe','\x43','\xc8','\x6c','\x87','\xbe','\xf7','\x70','\x8e','\xd1','\xbb','\xd0','\x3f','\x8e','\x83','\x0b','\x3f','\x7b','\x1f','\xa3','\xeb','\x86','\xbe','\x03','\xf5','\x58','\x6c','\xc7','\x70','\xf6','\x1b','\x0d','\xda','\x8d','\x06','\xb3','\xcd','\x06','\x6d','\xeb','\x8c','\x91','\x1b','\x66','\x2c','\x4c','\x8d','\x80','\x8a','\xb6','\xbc','\xab','\x13','\x71','\xc9','\xe8','\x5b','\x51','\x59','\xb7','\x60','\x23','\xfd','\x2e','\x53','\x48','\x6b','\xf3','\x97','\x9a','\x80','\xde','\xf0','\x7d','\xa7','\x6c','\x6b','\xcf','\x8c','\x95','\x95','\x27','\x1f','\xee','\x9d','\x2c','\x40','\xc8','\x00','\x48','\x8d','\x51','\xfd','\xe6','\xf0','\x52','\x5d','\xff','\x1c','\x74','\xc7','\x78','\x29','\x93','\xe5','\x66','\x75','\x96','\x71','\x64','\xf4','\x69','\x5d','\xbe','\x58','\x01','\x03','\x65','\x43','\x49','\x8a','\xe9','\x39','\xf8','\x67','\xfb','\x10','\x00','\xc1','\x53','\x98','\x0b','\xe1','\x97','\xaa','\xa3','\x9a','\x81','\x14','\x63','\x17','\x3b','\x7a','\xef','\xb3','\x77','\x54','\x86','\xc4','\xb6','\xa4','\x00','\x48','\x36','\x09','\xd9','\xc4','\x53','\xa7','\xf6','\x8a','\xb7','\x5f','\x00','\x65','\xc6','\xa2','\x51','\x37','\xa3','\x54','\x9f','\x97','\xb4','\x7d','\xef','\x31','\xdf','\xea','\xd2','\xf2','\x38','\x35','\x70','\x31','\x62','\x4a','\xa6','\xf8','\x9b','\x02','\x82','\x8b','\x15','\x34','\x3a','\x8b','\x8b','\x1b','\x13','\x53','\x3f','\x98','\x41','\x6a','\xd1','\x21','\x84','\xe1','\x24','\xab','\x67','\x98','\x03','\x23','\x8c','\x4a','\xb1','\x94','\x69','\x43','\x51','\x8f','\x3c','\xbd','\x71','\xbb','\xb3','\xc9','\x2b','\xa2','\xc7','\xba','\xfa','\xe9','\xd2','\x9e','\xf6','\x4e','\x0e','\x38','\x74','\x3c','\x8d','\x31','\x85','\x1a','\x65','\x83','\x20','\x61','\x91','\x3c','\xcf','\x04','\x4e','\x72','\x90','\x9b','\x9a','\xe9','\x08','\xd1','\xfd','\xcd','\xd6','\x3e','\x6f','\x83','\x9c','\x56','\xdd','\xf7','\x01','\xfc','\xf4','\x5d','\x5c','\xc1','\x92','\xbc','\x4a','\x26','\x6a','\x1d','\xae','\x79','\xe4','\x93','\xe2','\x28','\xdb','\x89','\xd4','\xdf','\x15','\x8d','\xe1','\xcc','\xd1','\x83','\x51','\xdd','\xcc','\x49','\xa4','\xe4','\x98','\x0f','\x56','\xa5','\x1e','\x6a','\x54','\xeb','\xb7','\xf2','\x1e','\x26','\xd2','\xd4','\xd2','\x95','\x34','\xa5','\x74','\x4c','\x08','\x45','\x31','\xfa','\x5a','\x2b','\x7c','\x08','\x38','\x23','\xca','\x90','\x79','\xa0','\xfc','\x4e','\x40','\x66','\x45','\xcb','\xaa','\x52','\x30','\x92','\xe2','\xe7','\x6e','\xd1','\xd9','\x0c','\x7a','\x76','\xa5','\x6e','\x35','\x83','\x52','\x05','\xf4','\x54','\xa9','\x32','\xee','\xaa','\x43','\xd0','\x0a','\x91','\xca','\x6a','\xc6','\x2a','\x94','\x70','\x4f','\x31','\x48','\x94','\x75','\x94','\x02','\x2f','\xc8','\x2e','\x1b','\xe0','\xc8','\x1e','\x32','\x1e','\x56','\x2d','\x38','\x04','\x23','\xea','\x42','\x34','\x56','\x35','\x9a','\xc5','\xa8','\xac','\x1a','\xba','\x48','\x57','\x8d','\x22','\x88','\x8a','\x00','\xde','\xc9','\xca','\x90','\xd9','\xc3','\xa6','\x51','\xa8','\x88','\xd2','\x11','\x0d','\x52','\xc7','\x01','\xa0','\x31','\x7b','\x6c','\x44','\x5f','\xb3','\x8a','\x2d','\x9b','\xfe','\x8a','\xcd','\xb5','\xf3','\x0a','\x36','\x9f','\xf2','\xc5','\xa5','\x5b','\x98','\xd4','\x6a','\x69','\xf0','\x25','\xca','\x4a','\x0a','\x3e','\x6f','\x5e','\x40','\x1e','\x40','\xce','\xc1','\xbb','\x08','\x88','\x24','\x68','\x42','\xef','\xe1','\xfb','\xe0','\x19','\xa3','\xc7','\x4e','\x78','\x46','\xb7','\xe8','\xd1','\x77','\x3d','\xba','\x79','\x83','\x76','\xc3','\x61','\x36','\x6f','\xb1','\xb1','\xd1','\xa0','\x99','\x39','\x8d','\xf2','\x18','\xdc','\x5e','\x87','\x46','\xcd','\xa9','\x7a','\x5a','\x3d','\xa6','\xd4','\xb1','\x46','\x1a','\xbf','\x93','\x4b','\x95','\x44','\x79','\xaa','\x1a','\xe8','\x28','\x75','\xb4','\x61','\x9a','\xa4','\x5c','\x94','\x46','\x71','\xdd','\xb5','\xc2','\x95','\xe7','\xb8','\x68','\x6b','\xf1','\xbb','\xaa','\x9b','\x94','\x3a','\x9a','\xc9','\x34','\x9b','\xb6','\x5c','\x3e','\x3f','\xde','\x41','\x4b','\x7b','\x5a','\xf4','\xe4','\xa2','\xdc','\xf2','\x39','\xdb','\x3e','\x32','\x4a','\x19','\x97','\x02','\x60','\x62','\x85','\xca','\x2e','\x14','\x64','\xea','\x02','\x99','\xff','\x52','\xf6','\x88','\x0e','\x51','\x82','\x1f','\x20','\xee','\xff','\x71','\x04','\x8a','\xfb','\x5b','\x82','\x9b','\x27','\xe0','\xc9','\x07','\x7d','\x98','\x6d','\x9d','\x29','\xd3','\x51','\x6d','\x7e','\xde','\xe7','\xc1','\x0e','\x98','\x19','\x8b','\xc5','\x62','\x3a','\x08','\x82','\x58','\x07','\xac','\xdf','\x9c','\x34','\x6a','\x4c','\x01','\x0d','\x51','\xdd','\xb8','\x6a','\x41','\x19','\x25','\x15','\xb0','\x26','\x0a','\x98','\x67','\x2c','\x16','\x3d','\x40','\x89','\x59','\xce','\xa8','\x9c','\x9c','\x62','\xb9','\x08','\x8c','\x01','\x88','\x1b','\x2d','\x23','\x08','\x12','\x77','\x0d','\xeb','\x0e','\x67','\x2d','\x3f','\xb6','\x78','\x08','\x62','\x15','\xd7','\x8f','\x34','\xfe','\x4d','\x87','\x16','\xa2','\x3e','\x19','\x09','\x34','\xa7','\x84','\x3a','\x93','\x06','\x60','\x56','\xdd','\xf3','\xf2','\x52','\x33','\xe2','\x0d','\x63','\x89','\xd1','\xa5','\x69','\xfd','\x93','\x0d','\x26','\x79','\x6e','\xad','\x7e','\x1e','\xa1','\x92','\xdf','\xe9','\xb2','\xa2','\xbd','\xa9','\x03','\x8b','\x54','\x81','\x1a','\x90','\xb6','\xbd','\x00','\x3f','\x0b','\x8f','\xae','\x4b','\xcb','\xf6','\x60','\xed','\xba','\x95','\x68','\x6f','\x01','\x68','\x8f','\xf6','\x68','\x7d','\x12','\x25','\x4e','\xe6','\xae','\x1a','\x7a','\x1c','\x22','\xf8','\x71','\xc1','\xc0','\xd4','\x44','\xbf','\x6a','\x97','\xc0','\x91','\x4a','\x63','\x88','\x61','\x28','\xf1','\xbf','\x40','\xa7','\x1f','\xec','\x3c','\x62','\xc9','\xea','\xbe','\xa7','\xc1','\xd0','\x60','\x5f','\xd5','\x8e','\xb3','\x57','\xf1','\x40','\xaa','\x0f','\x08','\x48','\xf1','\x4c','\x29','\xda','\x9b','\xca','\xae','\x08','\x5a','\x9a','\xe4','\xfa','\x26','\xa1','\x6c','\x55','\x0d','\xf5','\x1e','\x7d','\xdf','\x63','\xb1','\xdd','\x61','\x7b','\xab','\x0f','\x4a','\xbb','\x6c','\x5e','\x2e','\x8c','\x8d','\x6a','\x59','\x8e','\xdf','\xc3','\x61','\xa2','\x2e','\x03','\xf4','\x72','\x10','\xa8','\xba','\xd3','\xc7','\x15','\xce','\x70','\xdc','\x4d','\xb0','\xe2','\x35','\x11','\x14','\x69','\x14','\x53','\xe7','\xc2','\x1e','\x63','\x05','\x3a','\x06','\xf0','\x73','\x88','\x48','\x6a','\x5d','\xed','\xca','\x81','\x9f','\xbb','\x3d','\x55','\x7a','\x37','\x03','\x88','\xc3','\x49','\x93','\xde','\x77','\xa9','\x49','\x86','\xba','\x90','\x63','\x80','\x09','\x4d','\xdc','\x53','\xe4','\x9c','\x04','\x4b','\x88','\x11','\xe1','\x88','\x00','\xe7','\x81','\x9e','\x41','\x9e','\xc1','\xbd','\x89','\xa2','\xe5','\x19','\xde','\xf7','\xe8','\x7a','\x8f','\xc5','\xbc','\xc7','\x7c','\xd6','\x60','\x36','\x6b','\x30','\xdb','\x08','\x20','\xa8','\x95','\x48','\x71','\xc2','\x0b','\x4a','\x2d','\x72','\xac','\x31','\xbb','\x44','\xd5','\xb1','\x58','\xa0','\x0f','\x1e','\x7c','\xa9','\x26','\x8b','\xd7','\x0a','\xe5','\x88','\xab','\x39','\x85','\x5f','\x6c','\xd3','\xe4','\xcf','\x59','\x83','\xee','\xb0','\xcc','\x21','\x1a','\xa9','\xcf','\x29','\x1e','\x7e','\x54','\xda','\x30','\x6a','\x8e','\x58','\x01','\xf4','\x58','\xca','\xe6','\xd5','\x64','\x1e','\xf5','\xb6','\x62','\x50','\x97','\xa5','\x0d','\x34','\xe8','\x86','\x61','\x57','\x15','\x93','\xf1','\x6c','\x50','\xdc','\xb0','\xd2','\x45','\xfe','\x22','\x8a','\xc2','\x3c','\x46','\x34','\x60','\x24','\xde','\x01','\xd1','\xe7','\xf5','\x41','\xd2','\x67','\xd8','\xd6','\x81','\x73','\x9d','\x55','\xe6','\xc4','\xa4','\x0b','\x5c','\xd3','\x34','\xd9','\x9e','\x1f','\xf1','\x9b','\xd3','\xca','\x2e','\x79','\x1b','\x25','\x6b','\x28','\xef','\xa6','\x15','\x08','\x41','\x1a','\x52','\xa1','\x18','\x6a','\xb9','\x8f','\xa1','\xb1','\x0d','\xd3','\x0c','\x61','\x59','\xcd','\x8b','\x12','\xeb','\x08','\xa5','\x60','\x0a','\xba','\xb4','\x1d','\xb3','\x76','\x4e','\xac','\xda','\x21','\x1d','\xc5','\xe5','\x6e','\x8e','\x6d','\x92','\xce','\x69','\x9a','\x60','\x39','\xf2','\x6d','\x13','\x0e','\x44','\x35','\xfb','\x6d','\x2c','\x33','\xd0','\xf7','\xc4','\x09','\x71','\xea','\x8a','\x52','\x06','\xae','\xb8','\xfa','\xc2','\x0b','\x0c','\x97','\x01','\x9a','\xd8','\x33','\x0a','\x3c','\xe5','\x59','\x61','\xea','\x83','\x17','\xb6','\x0e','\x92','\xa8','\xd1','\x88','\x34','\xb4','\x03','\xc7','\x02','\xb2','\xb2','\x2f','\x6a','\xcf','\x42','\xc0','\x4f','\x17','\xc1','\xcf','\xa2','\x8f','\x7b','\x98','\xca','\x48','\x1c','\x94','\x94','\xa7','\x72','\x96','\x52','\xf6','\x0b','\x1a','\xa2','\xb4','\xc6','\xf8','\xf4','\x81','\x61','\x47','\xd0','\x20','\x4d','\x59','\xd9','\xc9','\x07','\xce','\x00','\x2d','\x17','\x22','\xb5','\x14','\xbb','\x15','\x3e','\xbb','\x46','\x83','\x2d','\x8d','\xb5','\x50','\x48','\x53','\xef','\x7f','\x8f','\x02','\xad','\xd2','\x27','\x3b','\xed','\xb7','\x95','\x9e','\x0b','\x6f','\x52','\x5d','\x55','\xa3','\xe0','\x70','\x0a','\x80','\xa2','\x55','\x9e','\x68','\x64','\x14','\x92','\xf2','\xa7','\x74','\xfc','\x80','\x64','\x6d','\xd0','\x95','\xd4','\xc7','\x9e','\x19','\x32','\x31','\xac','\xf7','\xf0','\xd2','\x04','\x9d','\x4a','\xc7','\x2c','\xef','\xfa','\xca','\x33','\x3b','\x28','\xd0','\x08','\xdf','\x60','\x2b','\x54','\xe9','\x0a','\xef','\x10','\x5c','\xb1','\xa2','\x75','\x56','\x0c','\x82','\xe4','\x48','\x95','\x6b','\xcd','\x26','\xfe','\x49','\xca','\x4b','\xfc','\xcd','\x00','\x73','\x72','\x97','\x4e','\xa0','\xbc','\x74','\x2d','\x8b','\x72','\x9c','\x19','\x7d','\x17','\xe4','\x8d','\x08','\x09','\x5b','\xae','\xac','\x6e','\x34','\x2e','\xec','\x6d','\x73','\xe6','\x5a','\xdb','\x36','\xe1','\x5e','\x2b','\xfb','\x8a','\x9c','\xae','\x4a','\xd9','\x13','\xe8','\x11','\xe7','\x49','\x68','\xbe','\x7c','\x1a','\x75','\x3a','\x2a','\xce','\x0e','\x54','\xd3','\x89','\x07','\xbf','\x06','\xf3','\x25','\x5e','\x1c','\x75','\x8e','\xcb','\xf1','\x5f','\x8a','\x26','\xc7','\x02','\x26','\x3d','\x28','\x86','\xd1','\xa6','\x18','\x39','\x8e','\x3d','\xc3','\x47','\xf7','\x38','\x09','\xf4','\x24','\x2b','\x45','\x5d','\x94','\xcf','\xdd','\xbc','\xc7','\x62','\x1e','\x00','\xd0','\x6c','\x33','\x00','\x22','\x01','\x42','\xe4','\xd2','\xb9','\x41','\xf9','\x4a','\x9f','\xad','\xef','\x48','\x3d','\x2b','\xc9','\x57','\x67','\x75','\x15','\xb0','\x30','\x96','\x97','\x41','\x12','\xd5','\x74','\x03','\xcb','\xb3','\xfd','\x1a','\xff','\x66','\xe0','\xc7','\x5e','\x18','\x07','\x3f','\x59','\x7a','\xab','\xe4','\x4d','\xea','\x28','\xf9','\x85','\xc9','\x95','\x9e','\x29','\xa0','\x50','\x7b','\x66','\x0c','\x20','\x55','\x9b','\x6f','\xe6','\xda','\x0a','\x59','\xcb','\x85','\x5a','\xff','\x56','\x29','\x9b','\x9f','\x56','\x91','\x04','\x54','\x79','\x2f','\xca','\x2e','\x75','\x62','\x9b','\x3c','\x18','\x37','\x48','\x0d','\x1c','\x61','\x3b','\x4c','\xd2','\x41','\xd5','\xf3','\x0b','\xb9','\xee','\x6d','\xdf','\x6b','\xc9','\x15','\x57','\x0e','\x82','\x50','\x06','\x3d','\xa8','\x5a','\xfe','\x6b','\xb4','\x82','\x22','\x99','\x2c','\xfb','\xc5','\x99','\x30','\x00','\x28','\x9e','\x18','\xeb','\xa3','\x2b','\x9c','\xb6','\x03','\x2d','\x66','\xb3','\xb8','\x79','\x49','\xdc','\xf2','\x62','\x5f','\x38','\x10','\xd8','\x11','\x7c','\x0c','\x38','\x2e','\xf1','\xc1','\xbd','\x17','\x21','\x1e','\xcb','\x1d','\x70','\x93','\xd0','\xc1','\xed','\x46','\x13','\xeb','\x44','\xe8','\x16','\x1e','\x7d','\xd7','\x07','\xff','\xe3','\xc8','\xdc','\x10','\x99','\x6a','\xb5','\x59','\xea','\x4f','\x9c','\xe6','\xa4','\xed','\x02','\x61','\xdc','\x19','\x33','\xb1','\xe0','\xc7','\x54','\x48','\x26','\xa1','\x8f','\xff','\xe5','\x44','\xf6','\xd9','\xc6','\xd0','\x0d','\x50','\xb3','\x5b','\x69','\xc2','\x14','\x55','\xce','\xbb','\xa0','\x58','\xf4','\xa1','\x34','\x76','\x91','\xea','\x9d','\x2b','\x41','\xc8','\x1b','\x19','\xfb','\xc0','\xfb','\x74','\xae','\x52','\x70','\x65','\x60','\xdd','\x4f','\x96','\xc2','\x77','\xae','\x88','\x34','\x38','\x95','\xa3','\xe3','\x78','\x4f','\xd9','\xde','\xa3','\x3d','\x2a','\xa8','\x9c','\xcd','\x66','\xce','\xaa','\xc5','\x7d','\xa8','\xd4','\xe9','\x46','\x68','\x92','\x3c','\x5c','\xc6','\x94','\x4a','\xcc','\x23','\x4a','\x9b','\x5e','\x97','\xa9','\xbc','\x87','\x68','\xce','\x4a','\x1a','\x93','\x55','\x4a','\xa7','\xb0','\xb4','\x4e','\x32','\x16','\x22','\xb8','\x66','\x66','\x38','\x0d','\x53','\x2b','\x46','\xc8','\xc0','\xb8','\x83','\x22','\x63','\x5c','\xcc','\x2b','\xa6','\x2b','\x72','\x72','\x00','\x6f','\x13','\xa3','\x9d','\xf6','\x99','\x17','\x87','\x7a','\x47','\x98','\x66','\xa8','\x47','\x47','\x04','\x4b','\x8c','\x00','\x50','\xc2','\x3e','\x18','\xc4','\xfd','\x44','\x84','\xbe','\x07','\x16','\xe8','\x55','\x71','\x12','\xe0','\x2f','\x8a','\x55','\x66','\x10','\x70','\x01','\x18','\xb5','\x1b','\x61','\x9f','\x4c','\x08','\x21','\x6d','\xf6','\x33','\x88','\x4c','\x74','\x66','\x5f','\x32','\x05','\xfd','\x43','\xc8','\x67','\xca','\x80','\xb4','\x12','\x2a','\x23','\xd3','\x6b','\xc8','\x1d','\x8d','\x6c','\xcf','\x84','\xee','\x4d','\xa0','\x4f','\x00','\x8f','\x3e','\x10','\xfb','\xc3','\x11','\x83','\xc8','\xc1','\x11','\x83','\x9d','\xc8','\x60','\x46','\xef','\xc3','\xf9','\x40','\xbe','\xeb','\xa3','\x57','\x4c','\x70','\x07','\x54','\x9d','\x86','\x11','\xdc','\x0c','\x7b','\x8f','\x6e','\x11','\x8e','\x20','\x69','\x67','\x0d','\x66','\x1b','\x2d','\x66','\x1b','\x8d','\xba','\x12','\x52','\x93','\x22','\xf5','\x65','\x36','\x8f','\x52','\x8d','\xb2','\x7c','\x60','\x15','\x7d','\x64','\x04','\x00','\x54','\x15','\xed','\x41','\x7e','\x05','\x78','\xc9','\x6e','\x25','\x37','\x45','\x0b','\x50','\xc6','\xf0','\x46','\x4a','\x6b','\x80','\x41','\x01','\x9c','\xaa','\x06','\x47','\x2e','\xea','\x2a','\x03','\x79','\xa9','\xde','\x5b','\xa0','\x15','\xb2','\xf7','\x2a','\x15','\x44','\x9a','\x47','\x3b','\x51','\x7e','\xa6','\x40','\x51','\x3d','\x41','\x71','\x7b','\xcc','\xdd','\xab','\x9e','\x18','\x83','\x43','\xb3','\xe2','\x7c','\x5b','\xab','\xe6','\x06','\x44','\xa5','\x55','\xdc','\x10','\x15','\x7a','\x36','\x0b','\x46','\x0b','\x1d','\x87','\x1e','\x26','\x6c','\x7c','\xd8','\x43','\x18','\x3e','\x05','\x03','\x00','\x44','\x6e','\xd0','\x8e','\xa5','\x00','\xa8','\xef','\x7b','\x74','\x5d','\x97','\xea','\x44','\x89','\x81','\x11','\x80','\x81','\x61','\x98','\x8b','\x01','\x69','\xef','\xd3','\xf8','\x0b','\x54','\x60','\x92','\x65','\x18','\x99','\x68','\x54','\xa6','\x05','\x04','\x39','\x4a','\x4b','\xda','\x19','\xe7','\x50','\x46','\xc1','\x70','\xe4','\x82','\xa2','\x2d','\x1d','\x10','\x07','\xb4','\xc1','\x1d','\xe1','\xa5','\x70','\x10','\xe5','\x4c','\x40','\xd3','\x00','\x84','\xe0','\x0b','\xdb','\xb4','\x84','\x6e','\xd1','\x63','\x31','\xa7','\xb8','\x7a','\x91','\x2c','\x27','\x82','\x32','\x87','\x07','\xbd','\x15','\xcd','\x36','\x65','\xa5','\x15','\x1e','\x51','\x1c','\x8c','\xc2','\x31','\x98','\x44','\x69','\x62','\x0b','\x18','\x9b','\xcd','\x1a','\x6c','\xee','\x9b','\x61','\x63','\xb3','\xd1','\xf0','\xb4','\x3b','\x02','\x01','\x16','\x09','\xeb','\x4a','\x58','\xca','\x2c','\x8d','\x39','\xb2','\x1f','\xda','\x2a','\xfb','\x3b','\x47','\xd7','\xd2','\x1f','\xe2','\xf6','\xc6','\xe8','\x17','\xc1','\x85','\x61','\xd1','\xf9','\x10','\xbe','\xdb','\xa0','\x74','\x92','\xce','\x1f','\xb4','\xa3','\x64','\x33','\x86','\x29','\xd6','\xce','\x70','\xd8','\x25','\x20','\x94','\xf7','\xc2','\xee','\xe6','\xfd','\x70','\xa0','\x5c','\x59','\xa1','\x7c','\x5e','\xef','\xd1','\xd9','\x49','\x14','\xde','\x95','\x80','\x1f','\x17','\xc3','\xd5','\x93','\x32','\xa4','\x34','\x9f','\xec','\xbc','\xb7','\x6e','\xb6','\x44','\xd9','\x5d','\x04','\x66','\x95','\x0c','\x23','\x49','\x99','\x35','\x46','\x93','\x65','\xa4','\x46','\xab','\x3a','\xc8','\x9a','\x6a','\x4f','\x9e','\xcf','\x44','\xba','\x8a','\x62','\xb1','\xab','\x34','\xb0','\x1c','\x9d','\x86','\xbc','\xd7','\xa0','\x53','\x6a','\xe6','\x40','\xb9','\xa1','\xc9','\x9f','\xe1','\x5a','\xa1','\x94','\xeb','\x65','\xd2','\xe1','\x21','\x40','\x44','\xf3','\xb7','\x16','\x48','\xc9','\x38','\x0d','\x1c','\x10','\xe4','\xd8','\x0b','\x89','\xf4','\x46','\xd8','\xd8','\x14','\x83','\x64','\xc1','\x77','\x44','\x66','\x72','\xda','\xe7','\x92','\x5c','\xdb','\xe3','\x77','\xb3','\xda','\x11','\xdc','\xbf','\xac','\x2e','\x10','\x9e','\xed','\xc1','\x08','\xe7','\x23','\xf6','\x59','\x3b','\x9a','\xd6','\x61','\xb6','\xd9','\x62','\x1f','\x18','\x44','\xad','\x2a','\x5b','\xa2','\x5f','\x10','\x02','\xf8','\xa9','\x1d','\xb8','\x4a','\x54','\xce','\x07','\xd6','\x8e','\xd2','\x3d','\xbc','\x51','\xa1','\x96','\x55','\x2a','\xa3','\xa6','\x67','\xf7','\x44','\x1d','\x10','\x7d','\x32','\x35','\x3f','\xca','\x6b','\xa3','\x2f','\x11','\x01','\x68','\x48','\x83','\x50','\x91','\x63','\x50','\x4f','\x20','\x78','\xf4','\x04','\x90','\xb8','\xc2','\xf5','\x61','\x4f','\x85','\xed','\x1b','\x46','\x00','\x42','\x5d','\x1f','\x3f','\x3b','\x8f','\xc5','\x42','\xc0','\x5f','\x38','\x0c','\x59','\x02','\xa4','\x34','\x0d','\x81','\xc8','\x0d','\xc6','\xc5','\x4a','\xba','\x79','\x05','\x81','\x8c','\x2c','\xac','\x54','\xbf','\x0c','\xd2','\xd6','\x80','\x89','\xd1','\xa7','\x4a','\x1d','\x8d','\x47','\x2a','\x39','\xd0','\x65','\x2c','\x10','\xaa','\xd6','\x3d','\xbd','\x63','\xaa','\xa4','\x49','\xef','\x5f','\xdf','\x54','\xb5','\xa1','\x63','\x79','\x07','\x36','\x4b','\x45','\x38','\xf7','\x12','\xb1','\x0d','\x89','\xb3','\x9b','\x55','\x54','\x35','\xfa','\x78','\xaa','\xe9','\x0e','\xb9','\x49','\xec','\x87','\xa0','\x62','\xca','\x9c','\x97','\xb9','\x1b','\x73','\x26','\x01','\x53','\x94','\x75','\x5c','\xb5','\x44','\xd3','\x0c','\xe3','\x5c','\x95','\xa6','\x93','\x31','\x56','\xc4','\x5d','\xe1','\x31','\x00','\x48','\x18','\xd7','\xe2','\xc1','\x25','\xfc','\xa1','\x72','\xdc','\x0f','\xba','\xae','\x5b','\x0e','\x80','\xb2','\xa8','\x6f','\x44','\xf0','\xe6','\xa4','\xd0','\x9a','\x4c','\x1a','\x0a','\x4d','\xd3','\x9e','\x4c','\xb1','\x4c','\x7e','\x82','\xda','\xf5','\x83','\xc7','\x42','\x47','\xb1','\x67','\x74','\x5d','\x0f','\x6c','\xc9','\x81','\x9b','\x84','\x8d','\x7d','\x32','\x19','\x8b','\xe4','\x52','\x8c','\x0b','\xcc','\x58','\x3a','\xc5','\xa2','\x7a','\x09','\xe9','\x6a','\x70','\x09','\x08','\x0e','\xd4','\x42','\x23','\x22','\xb5','\x71','\x73','\x60','\x37','\xef','\x31','\x9f','\x87','\x95','\x8c','\xbe','\xf7','\xf0','\x4c','\x81','\x89','\x00','\x69','\xa0','\x53','\x36','\xd4','\x4d','\x65','\x52','\xfd','\x06','\x2b','\x27','\x31','\x4d','\x32','\xe8','\x48','\x6e','\xac','\x8d','\x70','\x14','\x10','\xef','\xbe','\xfd','\x33','\x1c','\x38','\x67','\x03','\x1b','\x9b','\xed','\xd0','\x85','\xa0','\xda','\xdb','\x23','\xa4','\xfd','\x5f','\x8e','\xbc','\x42','\x19','\x29','\xae','\x53','\xc5','\x11','\xdd','\xbe','\x4a','\xf5','\x31','\xd6','\x4d','\xac','\x1e','\x8b','\x79','\xb0','\x2a','\xf5','\x0b','\x8f','\x3e','\x8e','\x19','\x65','\x48','\x71','\x62','\x0c','\xbc','\xe1','\xb8','\x2c','\xc1','\x34','\xb4','\x22','\x97','\xf3','\xcb','\x5c','\x19','\x63','\x79','\x4e','\x6b','\xe9','\x16','\xa7','\x43','\xb9','\x79','\x58','\x10','\xdb','\x89','\xae','\x97','\xf6','\xe8','\x2c','\x20','\x35','\x4e','\x91','\x0a','\x09','\x27','\x40','\x85','\xd2','\xdc','\x1e','\xe8','\xa2','\x40','\x61','\xdd','\xae','\x4c','\xb8','\x61','\x61','\xe9','\x63','\x44','\x39','\x98','\xa6','\xc4','\xbd','\x76','\x1d','\xaf','\x54','\x32','\xaa','\x54','\x73','\x57','\xf3','\x3f','\x2b','\xc9','\xbe','\xce','\xec','\x7a','\x21','\x43','\x0a','\x3e','\xbc','\x34','\x5b','\x33','\x96','\xca','\x07','\x09','\x88','\x07','\xd4','\x90','\x1e','\xee','\x99','\xca','\xb1','\x52','\x32','\x43','\x3f','\x9a','\x67','\x70','\x95','\x6b','\xd1','\xce','\x6c','\x7a','\x64','\x79','\x88','\x2c','\x97','\x95','\x8e','\x12','\xf8','\x58','\x30','\xe4','\xe3','\x3e','\x98','\x1c','\x28','\x19','\xb0','\x64','\x0e','\x16','\x45','\x54','\xa8','\xc4','\xca','\xdc','\xce','\x42','\x90','\x80','\x20','\x73','\xe3','\x38','\x95','\x20','\x3e','\x6c','\x9c','\xd5','\xcc','\x1c','\x53','\x65','\xcd','\x73','\x3a','\x7c','\x91','\x80','\xc6','\x11','\x5c','\xd3','\x98','\x48','\xb3','\xac','\x67','\xf8','\x48','\x94','\xba','\xe4','\xca','\x03','\x30','\xfb','\x78','\x1f','\x2a','\x18','\x0b','\x3d','\x1d','\xd9','\x06','\x31','\xd1','\x29','\x45','\x77','\x88','\xfb','\x89','\x5d','\xd3','\xa0','\x65','\x17','\xc2','\x62','\x2f','\x3c','\x3c','\x31','\x88','\x3d','\xa8','\x0f','\x7a','\x90','\x8d','\x2e','\x2b','\x32','\x7c','\xc1','\x1d','\xba','\x85','\x8f','\x7d','\x91','\x40','\x50','\xdb','\x46','\x30','\xd4','\x72','\x0a','\x98','\x52','\x60','\xc0','\x95','\xe6','\x18','\x67','\x6f','\x7f','\x80','\x0d','\xd8','\x26','\xd2','\x6b','\x3c','\xe8','\x80','\x52','\xad','\x4f','\x80','\x52','\xf2','\xe5','\x4a','\xfe','\x06','\x52','\x58','\x03','\x70','\xa5','\xe2','\x49','\x55','\x35','\xab','\x72','\xd5','\x9c','\x72','\xa2','\x89','\x32','\x27','\x8a','\x2b','\xd2','\x14','\xd0','\xce','\xa8','\x87','\xb6','\x2e','\x83','\x7a','\x95','\x17','\xca','\x7c','\x06','\xe5','\x4c','\xdd','\xd8','\x39','\x18','\x92','\x39','\x61','\x57','\x6f','\xb5','\x26','\xa2','\xe6','\x8e','\x0d','\x1a','\x4e','\x69','\x53','\x28','\x7b','\x1f','\x82','\x1f','\x44','\x70','\xa3','\x80','\xbc','\x4d','\x7b','\xfd','\x08','\x61','\x45','\x97','\xe3','\x75','\x6f','\x00','\xf0','\x6c','\x63','\xb8','\x7d','\xc4','\xc7','\x3d','\x87','\x25','\x29','\x00','\x2a','\x23','\xa3','\x01','\x06','\xc1','\x55','\xb8','\x66','\x4d','\x51','\xd6','\xfe','\xe0','\x8a','\x82','\xcb','\x69','\xaf','\xa4','\x0a','\x67','\x94','\x8a','\x71','\xd8','\x90','\xc7','\x1c','\x22','\xc3','\x6d','\x6f','\x75','\x89','\x61','\xee','\x6b','\x82','\x5f','\xaf','\xfa','\xe6','\x4a','\xcf','\xcb','\x7e','\x11','\x8a','\xcb','\xd2','\x3e','\x63','\x8c','\x5a','\xa2','\x02','\x26','\x8a','\x80','\x03','\x00','\x1c','\x9c','\xe3','\xe8','\x0f','\xcc','\x21','\xdc','\x66','\xdb','\xa3','\x9b','\x75','\x1a','\x95','\xa6','\xeb','\x92','\xf5','\x44','\x26','\x1e','\xdb','\x53','\x61','\x81','\xcc','\x2d','\xcd','\x0e','\xce','\x81','\x2c','\x92','\x7e','\x8e','\xc0','\xc6','\x39','\x1b','\xcd','\x26','\xf8','\xe5','\xee','\xdb','\xdf','\x06','\xf0','\xd3','\x38','\xb5','\x62','\x94','\x82','\xc1','\x02','\xba','\xc9','\x01','\x3f','\x94','\x5c','\xa9','\xbe','\x79','\x22','\x73','\xad','\x54','\x76','\x87','\x93','\xca','\xfb','\xf0','\x7e','\x16','\x8b','\x3e','\xdf','\xf7','\xe3','\xd3','\x5e','\x2a','\x11','\x32','\xb2','\xc7','\x49','\x0f','\xac','\xd2','\x52','\x4a','\x58','\xb3','\x9a','\x4f','\x34','\x80','\x64','\x51','\x8e','\x02','\x67','\x2c','\xdd','\x14','\xed','\xaa','\x92','\x74','\x9a','\xe9','\xc1','\xc2','\x67','\x3a','\x7b','\xa6','\xb8','\xff','\xd8','\x43','\x7b','\x74','\xfa','\x48','\x8c','\x3a','\x11','\xdd','\x58','\x77','\x37','\x6b','\xd0','\x50','\x7e','\x63','\xef','\xa7','\x2c','\x2a','\xf9','\xa2','\x6a','\x25','\x93','\xe7','\xeb','\xaa','\xc1','\x0a','\xc4','\xe6','\xcb','\x94','\x1b','\xd6','\xd8','\xad','\x09','\xe1','\x59','\x2a','\x65','\x53','\x34','\x95','\x66','\xe5','\x61','\x7b','\x1a','\xc7','\xfc','\x2a','\x8a','\xd7','\xc8','\x6b','\x9b','\x4e','\x30','\x72','\x7f','\xe5','\xb7','\x38','\x92','\x30','\x88','\x50','\xe3','\x1a','\x06','\x40','\x04','\x7d','\x02','\x5b','\x9c','\x01','\xf1','\xcc','\x1d','\x53','\xa8','\x4d','\x8f','\x8a','\x5c','\x57','\xd9','\x67','\x40','\x10','\x18','\x99','\x02','\x9f','\x9e','\x11','\x40','\xc1','\xaa','\xe4','\xa3','\xbc','\xe6','\x13','\x80','\x02','\x07','\xa5','\xbe','\x99','\x39','\x05','\x3f','\xed','\xac','\x41','\xd3','\x00','\xc1','\xbd','\x0f','\xaa','\x4c','\x0a','\xa8','\xcc','\xac','\xe6','\x51','\xae','\x4a','\x30','\x82','\xc5','\xa2','\xc7','\x62','\x3b','\x18','\x4d','\x81','\x04','\xac','\x82','\xc2','\xe6','\x62','\x48','\xf0','\x90','\xb7','\x44','\xa7','\x23','\x22','\xb8','\xb4','\x03','\x5b','\x15','\x7a','\x0e','\x8d','\x84','\xea','\xf7','\xa6','\xed','\xda','\xa5','\xd2','\xa7','\x99','\x8e','\x11','\x5c','\xde','\x82','\xac','\x0d','\x20','\xab','\x77','\x1c','\x42','\x08','\x53','\x70','\x4b','\x67','\x06','\xe0','\x29','\x7a','\xcb','\xc4','\xad','\x03','\x9e','\xe1','\xe1','\xe1','\x7b','\xa8','\x7b','\x5c','\xd3','\x3a','\xb4','\x33','\x1f','\xc1','\x61','\x6c','\x43','\x9b','\xea','\xee','\x40','\x28','\x54','\xa0','\x71','\x32','\xf5','\xae','\x81','\x1d','\x4d','\x66','\xdf','\xa7','\x7d','\xd8','\xfe','\xe6','\x22','\x2d','\xf2','\x7b','\xb5','\x43','\x4c','\x6b','\x3f','\xd8','\xfe','\xb6','\xc0','\xc8','\xf0','\x12','\xc6','\xb0','\x5c','\x9b','\x17','\x17','\x0d','\xe7','\xc2','\x15','\x6c','\x5a','\x66','\xd7','\xda','\x5a','\xe4','\xcf','\x31','\x17','\x35','\xe4','\xa7','\x9c','\x07','\x6b','\x45','\xb6','\xdd','\x4b','\x78','\xd1','\xf8','\xf9','\x43','\x23','\x0f','\x9a','\x3a','\x26','\xef','\x26','\xa4','\xee','\x22','\x80','\x58','\xc6','\x1e','\x42','\x40','\x0d','\x0f','\x9d','\xf3','\xb5','\xf7','\x57','\x7e','\x27','\xd3','\xa6','\x00','\xcc','\x01','\xf6','\x3d','\x7c','\x4f','\xe8','\x3b','\xaf','\x2e','\x71','\xb2','\x2f','\x88','\x9c','\x04','\x40','\x81','\x06','\x35','\x71','\x46','\xfe','\x35','\xed','\x70','\x09','\xa8','\x3c','\xe2','\x47','\x68','\xb0','\x07','\x88','\x23','\x73','\x08','\x0d','\xa6','\xec','\x33','\x9f','\x84','\xf5','\x91','\x1f','\xb0','\x08','\x0f','\xc0','\x4d','\x7a','\x51','\xc1','\xba','\x52','\xba','\x58','\x91','\x5c','\x73','\xb2','\xa1','\x32','\x84','\x73','\x04','\xa0','\x80','\x61','\xb6','\x19','\x0e','\x46','\x93','\xb3','\x00','\x74','\x90','\xc4','\x67','\x43','\xa8','\x66','\x87','\xb0','\x44','\xe6','\xe3','\xb2','\x7c','\x28','\xdd','\xf6','\x3d','\x69','\x1d','\x22','\xc3','\x68','\x82','\x0b','\x5e','\xf0','\x3b','\x74','\xe8','\xbb','\x46','\x57','\x37','\xba','\x45','\x9f','\x2c','\x4a','\xd9','\x12','\x7b','\xde','\x21','\x81','\xaf','\xfa','\x34','\x2a','\xd8','\xf0','\x87','\xc8','\x33','\x35','\x04','\x6d','\xf4','\x31','\x6e','\x5a','\x17','\xf6','\xfb','\x44','\xeb','\x53','\xdb','\xc6','\xe8','\x35','\x14','\x8f','\x69','\x65','\xd3','\xd3','\x46','\xe7','\x5f','\x85','\xef','\x8c','\xd1','\xc0','\x45','\x8f','\xd3','\x64','\x2f','\xf3','\xb4','\x96','\x18','\xe9','\xbf','\xb0','\xf2','\xd3','\x63','\x31','\x0f','\xff','\xfb','\x85','\x9c','\xf9','\xe3','\x33','\x57','\xc4','\x30','\x41','\x28','\x01','\xe5','\x72','\x19','\xa8','\x86','\x40','\x4e','\xa5','\x61','\x7b','\xb4','\x47','\x8f','\x04','\x12','\x43','\x8e','\xb1','\xb6','\xc9','\xf9','\x2a','\x03','\x33','\xa1','\x05','\x3f','\x8e','\x94','\xc7','\xa6','\x95','\x6a','\xca','\xd3','\x49','\xfe','\xf1','\xcb','\x00','\x54','\xb1','\xf9','\xb4','\xc0','\x63','\xad','\x79','\xbb','\xc3','\x49','\x9e','\x33','\xf0','\x1d','\xd1','\x54','\xc9','\x3b','\xb4','\xa3','\xec','\x2a','\xd5','\x80','\x4c','\xad','\x7f','\x29','\xfb','\x52','\x71','\x17','\x1e','\xcb','\x7f','\x90','\xc7','\x90','\xe3','\x97','\x99','\x64','\x32','\x80','\xcd','\x5d','\x3b','\x86','\x20','\xec','\x9d','\x83','\xa6','\x46','\xb9','\x82','\xa8','\x8a','\x11','\xf2','\x3d','\x6a','\x35','\x52','\x4f','\x3a','\xc9','\xdf','\x5c','\x60','\xf9','\x6d','\xab','\x0a','\xe4','\xee','\x6e','\x52','\xeb','\x08','\x62','\xac','\x6b','\x8c','\xad','\xbf','\x8b','\x9e','\x1f','\x1a','\x09','\x4d','\x0c','\xab','\x9e','\xd3','\xf3','\x32','\x37','\x6c','\x39','\x08','\x51','\x6f','\xe5','\xbc','\xbb','\xf9','\x76','\x87','\xed','\x93','\x0b','\x6c','\x9f','\xec','\xb0','\x58','\xf4','\x60','\x86','\xd9','\xc3','\x20','\xf9','\x07','\x23','\xa7','\x6b','\xad','\x7b','\x99','\x39','\x8b','\x0b','\x14','\x03','\x1d','\xc4','\x7a','\x34','\x51','\x43','\x61','\xd1','\x73','\x92','\x5c','\x1d','\xbc','\x31','\x03','\x90','\xc4','\x82','\x1e','\x74','\x8b','\x46','\xa3','\xc6','\xf5','\xce','\x83','\xfa','\xe8','\xd1','\x43','\x1c','\xa3','\xe6','\x52','\x0c','\x3c','\x91','\xf4','\x2d','\xdf','\x33','\x7c','\xdf','\xc7','\x3d','\xbd','\x1e','\x6d','\xdb','\x63','\x11','\x43','\x8c','\x8b','\x91','\xb6','\x9d','\xa5','\xe8','\x7b','\x81','\x17','\x09','\xa0','\x1d','\x8e','\xa0','\x9a','\xe2','\x3b','\xb6','\xc7','\x24','\xbb','\x2c','\x2b','\x19','\x5c','\xde','\xe3','\x81','\xfe','\x33','\xd8','\x63','\x93','\x7d','\xad','\x03','\xa2','\x51','\xc5','\x7f','\x44','\x41','\x4f','\xc5','\xd7','\x13','\x64','\xe0','\x3f','\xea','\xa4','\x09','\xb0','\x30','\x46','\x9a','\x9c','\x75','\x50','\xae','\x53','\xcb','\x98','\xaf','\x56','\xa2','\x5a','\xdd','\x71','\xfc','\xc2','\x3a','\xd7','\x07','\xf8','\x70','\xb4','\x62','\x23','\x79','\x95','\xc9','\x83','\xb2','\x0f','\x3d','\x46','\x25','\x21','\x22','\xe3','\xed','\x95','\x77','\x7a','\xc6','\x61','\x2c','\x3f','\x62','\xd1','\x79','\x25','\x55','\x58','\xb1','\xa4','\x38','\xf6','\xbd','\x27','\xd0','\xc2','\xa7','\x31','\xe7','\x00','\x47','\x4e','\xa3','\x4d','\x36','\x4d','\x8c','\x74','\xea','\x00','\xc6','\xf0','\xdc','\x1f','\xc1','\x36','\x25','\x0d','\x00','\x90','\x05','\x3f','\x36','\x0a','\x5c','\xb6','\xf2','\xe2','\x93','\x75','\x64','\x34','\x44','\xb2','\xd5','\xfc','\x65','\x5c','\x48','\x0b','\x63','\xef','\x64','\x6e','\xb5','\xa5','\x90','\x8d','\x5f','\xfb','\xae','\xc7','\xf6','\x89','\x98','\x07','\x33','\x36','\xf7','\xcd','\x40','\xad','\xe9','\xff','\x58','\x18','\x01','\xb1','\x53','\xe4','\xec','\xd8','\xe0','\x12','\xc2','\x86','\xf9','\xa9','\x02','\xa0','\x6e','\xad','\xf6','\xe5','\x25','\x20','\xe4','\x1a','\x0a','\xd6','\xa1','\x9e','\xe1','\x7d','\x9b','\x2f','\xa9','\x9b','\x28','\x2b','\x61','\x32','\x06','\xce','\x1b','\xfc','\x90','\xa1','\x0c','\x53','\x14','\x07','\x45','\xa7','\x91','\x29','\x36','\x76','\x13','\xa6','\x23','\xb4','\x31','\x64','\x67','\x7e','\x9a','\x2e','\x2a','\xa3','\xcd','\xf4','\xd5','\x9a','\x14','\xfa','\x37','\xef','\x60','\x2b','\x44','\x07','\x16','\x7e','\xfb','\xbe','\x24','\xb1','\x17','\x0b','\x51','\x1f','\x2c','\x5e','\xf3','\x08','\x0e','\xfb','\x08','\x36','\x3d','\xe0','\xe3','\xfb','\xb5','\x0b','\x34','\xc2','\x1c','\xc7','\x44','\xad','\x4c','\x50','\x19','\x32','\x03','\x21','\x5b','\xe9','\x86','\xca','\x50','\x49','\x75','\x8e','\xf7','\x47','\x1e','\x1d','\xe4','\xc3','\xe5','\x85','\x41','\xc6','\x67','\x0f','\x8d','\xbf','\xfb','\x61','\xc5','\x77','\xb3','\x09','\x83','\x7d','\x41','\x53','\xb4','\x76','\x1f','\xee','\x82','\x66','\xfb','\x08','\x21','\xe5','\x29','\x25','\xf8','\xb1','\x7d','\x9e','\x30','\x4d','\x0c','\x75','\x6d','\x37','\x34','\x9b','\xb4','\xf1','\xd3','\xc5','\x09','\xaa','\x79','\x89','\x82','\x61','\xf2','\x64','\x9f','\xc6','\x00','\x19','\x8d','\xbc','\x14','\x62','\x15','\xfd','\xb9','\xa8','\x3f','\x0d','\xef','\x97','\x3a','\x45','\x71','\xaf','\x14','\x98','\x19','\x6f','\x99','\x28','\x4e','\xe7','\x76','\x6d','\x78','\xd5','\xc6','\xe8','\xa9','\xcc','\xfd','\x31','\xe6','\xb6','\x93','\x67','\xe3','\xc5','\xac','\xab','\xe2','\x19','\x77','\x25','\xe8','\x40','\xa5','\x3b','\x65','\x00','\x50','\x71','\x69','\x40','\x65','\x5f','\x8f','\x26','\x54','\x4d','\xc6','\xf4','\x67','\xa5','\xe3','\x44','\xae','\xc7','\x8e','\x77','\x35','\x6d','\x49','\xc6','\xad','\x7d','\x54','\x14','\x1a','\xbd','\x44','\x49','\x01','\x96','\xb2','\xe3','\xef','\x5c','\xd7','\x35','\x83','\x83','\x91','\xdd','\x4f','\x75','\x42','\x26','\xb7','\x6d','\x55','\x74','\xa3','\x7f','\x74','\x0d','\x93','\xfb','\x69','\xe5','\x29','\xe5','\xa4','\xae','\xeb','\xb1','\x6d','\x9d','\xf7','\xe8','\xe6','\x1e','\xdb','\x5b','\x01','\xf8','\xcc','\xb7','\x7b','\x35','\x94','\x02','\x8c','\x1e','\x84','\xde','\x01','\xdd','\xc2','\x65','\xfb','\x17','\x9c','\x23','\xc0','\x86','\xee','\x36','\x96','\xed','\x32','\x84','\x77','\xd3','\x06','\x85','\x4e','\xc3','\xd5','\x47','\xa0','\xa4','\x4a','\x66','\xa8','\xa5','\xb6','\xcd','\xba','\x06','\x6a','\xbb','\xe3','\x99','\x2a','\x44','\x04','\x4f','\x3e','\x7a','\x6e','\x30','\x7c','\xdc','\x6a','\x40','\x14','\x41','\x4f','\x01','\x72','\x83','\xbe','\xd3','\x83','\xbd','\x47','\xb7','\x88','\xf5','\x6d','\x1d','\xda','\xb6','\x0f','\x67','\x2e','\xcd','\xc2','\x9e','\x21','\x5d','\xc9','\xca','\xb6','\x27','\x24','\xad','\xcc','\xbc','\x09','\x7d','\x6f','\xa5','\xe1','\xd8','\xde','\x4b','\xd5','\xe0','\xe1','\x3d','\xf3','\x3e','\xd3','\x7b','\x92','\xcb','\xa5','\x66','\x9f','\x3f','\x57','\xe5','\x05','\x4b','\x88','\x8b','\x3a','\x94','\xf9','\x97','\x92','\x76','\x30','\xdc','\xcb','\x02','\x39','\xef','\x91','\xec','\xf9','\x5a','\x39','\x85','\x72','\x52','\xad','\xca','\x0a','\xed','\xc9','\xe4','\xf5','\xc4','\x39','\x2a','\x35','\xbe','\x3a','\x4e','\xf9','\x5c','\x92','\xfd','\xf5','\x81','\x6f','\x0d','\x41','\xba','\xa4','\x93','\x2a','\x64','\xd9','\xa4','\xa9','\x9a','\xd5','\x43','\xbe','\x5b','\x63','\x49','\x1a','\x23','\x1e','\xe8','\x09','\x8c','\x3e','\x00','\xa3','\x0e','\xe8','\x44','\xcf','\x6e','\x08','\xdd','\xbc','\x1f','\xe0','\x92','\xd9','\x6c','\xa6','\xd8','\xc6','\x92','\x02','\xa0','\xd2','\x47','\x2e','\xac','\x74','\xf8','\x58','\x11','\xb1','\x10','\x52','\x50','\xfe','\xc7','\xfa','\x45','\x2b','\x9e','\x0f','\x7b','\x55','\x6e','\x4d','\x47','\x88','\x35','\x23','\x0f','\x2f','\x3d','\xcc','\x83','\x11','\xce','\x08','\xf2','\xcc','\x3a','\xf8','\x37','\x36','\x5b','\xb4','\x6d','\xe4','\x0c','\x66','\xb0','\x8b','\xe2','\xeb','\xe2','\xc9','\x9d','\x72','\x10','\x67','\xbe','\x29','\x32','\x58','\x70','\x02','\x63','\x61','\x65','\x2a','\x1c','\xb5','\x06','\x51','\x2e','\x9c','\x63','\xb0','\x09','\x8a','\x67','\x7d','\x0c','\x2d','\xa8','\xd2','\xa5','\x79','\x01','\x85','\xaa','\x4c','\xc0','\x30','\x30','\x7b','\x26','\x42','\x1c','\x2c','\xc6','\x72','\x96','\x7a','\x2a','\xef','\x84','\xec','\x15','\xae','\x31','\x79','\xa9','\xf2','\x25','\x7d','\xad','\x0c','\x4f','\xab','\xec','\x94','\x1d','\x1a','\xdb','\x2b','\xab','\x61','\xf3','\xed','\x1e','\x8b','\x85','\x47','\x1f','\xcf','\x6d','\x40','\xc6','\x78','\x45','\x6c','\x11','\x58','\x4e','\xc9','\x22','\xe3','\x07','\x6d','\x77','\xcd','\x66','\xd0','\x27','\x2f','\x92','\xec','\x05','\xa9','\xdf','\x4e','\x14','\x93','\x3d','\x3a','\xbd','\xb4','\x87','\x5d','\x4e','\x03','\x65','\x26','\x9d','\x40','\x0a','\x6a','\x48','\x01','\x50','\xc9','\xcb','\x85','\x15','\x4a','\x3a','\x55','\x34','\x8d','\xd2','\x9f','\xb9','\x21','\x19','\x72','\xb0','\xd7','\x02','\x3f','\xcb','\xd2','\xe4','\x8c','\x39','\x96','\x53','\xd5','\xa0','\x0b','\xca','\x19','\xbb','\xe8','\xc8','\x2b','\x3d','\x9a','\x72','\x98','\xc6','\x55','\x91','\x2d','\x67','\x2b','\x55','\xf1','\x0b','\x71','\xe9','\x76','\x6b','\x73','\xe1','\x3a','\x00','\x20','\x69','\x1b','\x26','\x79','\xce','\x4a','\xec','\xa8','\xc6','\xb7','\xca','\xfa','\x64','\xbf','\x29','\xbb','\x98','\x56','\xea','\xf2','\x0c','\xb2','\xdf','\x45','\x1b','\xa8','\xbc','\x6f','\xd3','\xd8','\x66','\x4d','\x88','\x81','\x5a','\xbe','\x40','\x01','\x30','\x34','\xaf','\xf4','\x02','\x2c','\x8c','\x19','\x44','\xd6','\x32','\x4c','\x5d','\x5d','\x9d','\x8b','\x17','\xab','\x4d','\x27','\x4a','\x8a','\x12','\x21','\xa4','\x37','\xca','\x6f','\x59','\xc1','\x74','\x14','\x46','\xed','\x4c','\x42','\xca','\x14','\x67','\x53','\xa5','\x00','\xec','\x7b','\x9f','\x3d','\xc0','\x45','\xa2','\x3e','\x8e','\x13','\x01','\x1e','\xec','\x19','\x8b','\x79','\x1f','\xc0','\xcf','\x56','\x87','\xf9','\x56','\x0f','\xdf','\xcb','\xca','\x0f','\x20','\x7b','\x7c','\x00','\x44','\xc3','\xa0','\xf4','\x8b','\xa8','\xf6','\x49','\x3f','\x90','\x15','\x31','\xd1','\x0d','\x9c','\xb3','\x07','\xbb','\xc6','\x73','\x7a','\xf4','\x9e','\xd3','\xf3','\x8f','\xac','\x52','\x98','\xad','\xae','\x45','\xef','\x97','\xe0','\xea','\x96','\x03','\x24','\xef','\x1d','\xfa','\x9e','\xd1','\x98','\x0d','\xe3','\xbe','\x67','\xf8','\x46','\x8c','\x98','\xd6','\xa8','\x1b','\xfa','\xab','\x8f','\x80','\x8e','\x7a','\xc0','\xf5','\x1e','\xdd','\xc2','\xc5','\x95','\x2d','\x1f','\xbd','\x55','\x22','\x60','\x6b','\xd3','\x4a','\x16','\x15','\xa7','\x63','\x92','\x54','\x32','\xbd','\x2c','\xf0','\xe0','\x1d','\x21','\xe9','\x1e','\xf5','\x1b','\x7a','\xd9','\xae','\x10','\x98','\x0b','\xf9','\xbb','\xab','\xe3','\xa1','\x02','\x28','\xd1','\xf0','\x65','\x8f','\xd1','\x32','\x20','\xb2','\xe4','\x81','\x55','\x9e','\x61','\xf3','\x77','\x69','\x41','\x3b','\xd6','\x85','\x72','\x7e','\x3c','\xb6','\x0a','\x3b','\x45','\xd2','\xfd','\xcb','\x9e','\x95','\xb1','\x50','\xba','\x06','\x96','\xbc','\xa8','\xd6','\x3f','\x56','\xce','\x51','\xa6','\x33','\x17','\x99','\xc4','\x79','\xcd','\x1e','\xe1','\x30','\x60','\x22','\xa0','\x07','\x4e','\x1e','\x9f','\x67','\xf3','\x9d','\x88','\xd0','\xf7','\x43','\x50','\x04','\x14','\x00','\x48','\x22','\x25','\x64','\xe1','\x28','\xc5','\x8a','\x48','\xb1','\xb0','\x90','\x23','\xa8','\xb6','\x1c','\x9b','\xff','\x99','\xa0','\x24','\x10','\xad','\x04','\x2b','\xeb','\x47','\x0e','\x40','\x5c','\xaa','\xed','\x17','\x1e','\x5b','\xbc','\xd0','\x89','\x8a','\xfd','\x33','\x34','\x6d','\x0c','\x91','\x2d','\x13','\x9d','\xd3','\x73','\x4e','\x96','\xd4','\xa2','\x60','\x24','\x9f','\x80','\x90','\xf7','\x1e','\xe4','\x29','\xae','\x18','\x21','\xad','\x08','\x31','\xa2','\x4f','\xb3','\x1d','\x20','\xa1','\xe3','\x1b','\x3b','\x61','\x1a','\xb3','\xac','\x69','\x18','\x75','\x72','\x1d','\x49','\xed','\xd1','\x2c','\x26','\x46','\x4c','\x79','\xc6','\x40','\xd6','\x07','\x4b','\x7a','\x52','\xd3','\x58','\xc1','\x59','\x54','\x6d','\xd5','\x8c','\xc2','\xeb','\x48','\xfe','\x98','\x84','\xb8','\xd4','\x1f','\xc3','\x66','\x76','\xf3','\xb8','\xef','\x47','\xce','\xf9','\xf1','\x3e','\xa1','\x72','\xb3','\xca','\x66','\x81','\xa0','\xa3','\xa0','\x84','\x04','\x37','\x9d','\x9c','\x99','\x59','\x81','\xb9','\x1b','\xb4','\x6e','\x2e','\xa3','\xa3','\xf4','\xac','\x03','\x5c','\xd5','\x37','\x6a','\xe8','\x4c','\x56','\xb6','\xa2','\xbd','\x56','\x19','\xc1','\x1e','\x0d','\x89','\x8b','\xde','\x1b','\x8e','\xd8','\x72','\xce','\xe6','\xc0','\x27','\x5c','\x0c','\xbc','\x18','\xca','\x93','\xe5','\x3c','\x35','\x97','\x1e','\x4b','\xd6','\xb3','\xb2','\x14','\xe1','\x87','\xc6','\xc0','\x24','\x86','\x08','\x4d','\x5d','\x9b','\x48','\x22','\x84','\xaa','\x64','\x35','\xd8','\x34','\xbb','\x95','\xe5','\x91','\x28','\xc4','\x91','\x47','\x58','\xb4','\x56','\x69','\xef','\xa0','\xae','\xc5','\xf8','\x2f','\xbd','\x43','\xe4','\xce','\xa0','\x7e','\x44','\x28','\x6d','\x7e','\x46','\x2c','\x8e','\xb4','\xa5','\x6c','\xcf','\x48','\x8a','\x09','\x53','\x69','\xe6','\xd9','\xa0','\x15','\xc8','\x79','\xb3','\x16','\x91','\x99','\x3c','\xcb','\x22','\x6d','\x1f','\x4a','\xe6','\x13','\xd5','\x4b','\x7a','\x41','\x51','\xa1','\xa5','\x17','\x80','\x04','\xfb','\xc2','\xaf','\x02','\x03','\xda','\x71','\x64','\x01','\x14','\x0d','\x2b','\x0d','\x20','\x0f','\x13','\x2d','\x0a','\x75','\xb5','\x68','\x03','\x4e','\x8c','\x37','\x4d','\xa5','\x7a','\x54','\x95','\xa1','\xd2','\xab','\x56','\xf7','\xa8','\xb9','\xfa','\x84','\x43','\x4d','\x53','\x05','\x08','\x80','\x47','\x54','\x9e','\xec','\x2b','\x10','\xf9','\x64','\x57','\x9d','\x44','\xb0','\x21','\xec','\x49','\x98','\x6f','\x2f','\x82','\x7b','\xbe','\x97','\x88','\x53','\x8d','\x1a','\x53','\xcb','\xbe','\xc8','\x70','\xa0','\x31','\x9a','\x26','\xe3','\x69','\xd8','\xf3','\xa0','\x73','\x92','\x52','\x30','\x93','\xb4','\xc2','\x12','\xf7','\x0b','\xdb','\x15','\x22','\x75','\xa9','\xa3','\xb4','\xd7','\xa8','\x09','\xcf','\x39','\x02','\xd0','\x22','\x02','\xa2','\xd4','\x27','\xb2','\x67','\x89','\x63','\xf4','\x56','\xdf','\x7b','\xf8','\xde','\x0d','\xa2','\x68','\x09','\x20','\x52','\x50','\x44','\x40','\xef','\x19','\xe4','\x83','\xc5','\xbd','\xef','\x3c','\xba','\xb8','\x02','\x94','\x42','\x87','\xbb','\xb8','\xa7','\xd9','\xb8','\xdd','\x96','\x18','\x23','\xd3','\xfb','\x86','\xc4','\x63','\x37','\x45','\xef','\xcc','\x86','\x50','\x1d','\x2c','\x58','\xb6','\x92','\xe3','\x9b','\xca','\xc0','\x5b','\x46','\x23','\xf9','\xd6','\xc6','\xd8','\xd4','\x73','\x23','\x5f','\x56','\xa3','\xd3','\x28','\x4b','\x55','\x5f','\x1e','\x62','\x49','\x53','\x30','\xe5','\xd7','\x96','\xd6','\x27','\x0a','\x2a','\x3d','\xf7','\x6a','\x79','\x03','\x06','\xea','\x03','\x87','\xb9','\xc4','\x10','\x3e','\x4b','\xea','\xe2','\x4d','\x52','\xe1','\x70','\x13','\x00','\xe5','\xf2','\x80','\x11','\x82','\xa8','\x15','\xd4','\x75','\x1d','\x16','\x8b','\xc5','\xe0','\x7a','\x6b','\x7f','\x38','\xe7','\x8c','\x40','\x0d','\x15','\x91','\x55','\x0b','\x08','\xc0','\x88','\xff','\x65','\x5f','\x4e','\x06','\xee','\x2a','\xfd','\xa3','\x7c','\x6f','\x8c','\x01','\xc6','\x1e','\xc8','\x06','\x18','\xe5','\x83','\xd8','\x39','\xd2','\x55','\x08','\x3e','\xb9','\x08','\x4c','\x83','\x81','\xcd','\x7d','\x8c','\xd9','\xcc','\x69','\x04','\x24','\xe1','\x55','\x09','\x08','\x05','\xcb','\x11','\x51','\x38','\x2c','\x8c','\xfa','\xb8','\x19','\x52','\xc3','\x44','\x02','\x4c','\x1c','\x02','\xd9','\xc0','\x85','\x70','\x92','\x1c','\x19','\x88','\x22','\x17','\x4e','\x31','\xfa','\x4d','\x05','\x0b','\xb9','\x05','\x41','\x3b','\x53','\x80','\xa7','\x36','\xc1','\xc7','\x26','\xd2','\x40','\x11','\x18','\xa1','\x52','\xe8','\x0f','\xea','\x15','\x0b','\x2e','\x8c','\xb8','\xa6','\xfc','\x4c','\xec','\x45','\xd0','\x19','\xd2','\xfb','\xce','\x63','\xb1','\x08','\x7e','\xce','\x8b','\x79','\x02','\x3e','\xbe','\xf7','\xf9','\x72','\xfb','\x48','\xdd','\x5d','\x0c','\x1f','\xea','\x49','\xac','\x01','\x29','\x41','\x1a','\x2b','\x25','\xbb','\x1a','\x51','\x8e','\x4c','\x7d','\xab','\x60','\xb2','\x32','\xd7','\x44','\xad','\xdb','\x11','\x17','\x59','\x82','\x39','\xbc','\xf7','\xd9','\x92','\x6a','\xf9','\xfb','\xf4','\xd0','\x83','\x8f','\x34','\x22','\xcb','\x29','\xae','\xee','\x04','\x10','\xd5','\x18','\xec','\xc3','\x8d','\x96','\xf4','\x53','\x35','\x5d','\x64','\xfd','\x02','\x7e','\xaa','\x16','\xb0','\xa4','\xf8','\xa9','\xb1','\x06','\x16','\x24','\xd9','\xec','\xa8','\x78','\x22','\xa4','\x55','\x0b','\x72','\xc6','\xb4','\xcc','\x23','\x23','\x20','\x28','\xb3','\xf4','\x93','\xa9','\x41','\x8d','\xef','\x64','\xd5','\xa0','\x7c','\xee','\x96','\x8a','\x7d','\xa5','\xce','\x19','\x58','\x60','\x99','\xcb','\x48','\xfc','\x59','\xa6','\x76','\x05','\x4c','\xc8','\xe5','\x41','\x7f','\x14','\xbc','\x70','\xd9','\xf0','\x53','\x31','\xae','\xe5','\x44','\xc6','\x55','\xe3','\x41','\x85','\x42','\x91','\xb7','\x81','\x32','\x1e','\xa5','\xc6','\x35','\x5b','\x95','\xb1','\xba','\xd4','\xe6','\xd3','\x40','\xb9','\x94','\xbc','\x2b','\x93','\x4d','\xfa','\xa7','\x02','\x6a','\x06','\x95','\x47','\x91','\x77','\x29','\xb6','\x8b','\x7a','\x57','\x9a','\x51','\xad','\x72','\x78','\xff','\xd0','\xce','\xac','\xea','\x83','\x8c','\x6c','\xc5','\x2e','\xcb','\xcb','\x68','\x6b','\xd9','\xb8','\x28','\xeb','\xc1','\xa5','\xe2','\x1d','\x32','\xa5','\xbc','\x01','\x6a','\xe4','\x93','\x28','\xb1','\xb6','\x3e','\x61','\xe5','\x84','\xc4','\xa7','\x3b','\x8c','\x3b','\x11','\x76','\x14','\xf6','\x13','\xd0','\x26','\x81','\x67','\x11','\x28','\x28','\x52','\xb2','\x79','\x49','\xc0','\x05','\xd1','\x49','\x64','\x1f','\x31','\x32','\x17','\xfa','\xd0','\xb4','\x98','\x2e','\x02','\x90','\x9e','\x0b','\x59','\x49','\xd1','\x65','\x8f','\xa2','\x17','\x89','\xdd','\x43','\xd4','\xa6','\x43','\xdd','\xd5','\xcb','\x24','\xae','\x18','\x35','\x72','\x9e','\x51','\x93','\x78','\x48','\xd3','\x38','\xa0','\x01','\x9a','\x16','\x6a','\x0c','\xf6','\x1e','\xe0','\x3e','\x9c','\x25','\xe4','\xfb','\x10','\xf8','\xc9','\xc7','\x33','\x83','\x4a','\xf7','\x3a','\x71','\x99','\xf3','\x3e','\x84','\xd8','\xee','\x7b','\x8f','\xae','\x73','\x06','\x84','\x19','\x37','\xff','\x38','\x47','\xf3','\x95','\xcd','\x09','\x99','\x35','\xa1','\x5f','\xd7','\x8c','\x1e','\xf9','\xa3','\xe9','\xe1','\x95','\xa5','\x62','\x0d','\xa8','\x4c','\x24','\x54','\x1d','\x7b','\xa0','\xe4','\x96','\x29','\xc6','\xcb','\x59','\x7a','\xf9','\x0c','\x8a','\xf4','\xb1','\x45','\xfe','\x9c','\x78','\x79','\x1a','\x79','\xcf','\xf2','\x5f','\x2e','\x9a','\xed','\x25','\x2b','\xef','\x37','\x12','\xde','\x16','\x79','\x99','\x78','\x88','\x71','\x34','\x36','\x30','\x89','\x4e','\x8f','\x94','\xd0','\xf2','\x0c','\x1a','\x96','\x27','\xe3','\xb7','\x3c','\xe7','\x14','\x30','\x00','\xa8','\x69','\x1a','\xcc','\x66','\xb3','\x94','\x0f','\x91','\xee','\x09','\x0a','\x13','\xd8','\xab','\x4b','\x59','\x59','\xe0','\xb2','\x17','\x9c','\xdd','\xae','\xa5','\x2f','\x38','\x72','\x96','\xbd','\x34','\x88','\x82','\xff','\x6a','\x00','\x41','\x5d','\x50','\xc4','\x3b','\x0f','\xbf','\x7f','\x16','\x0e','\xf2','\x6a','\x28','\x4a','\x46','\x4e','\x48','\x28','\x5a','\x51','\xc0','\x40','\xc3','\x04','\x8f','\xe0','\xf7','\x0a','\x40','\x4f','\x9e','\x66','\x0e','\xf9','\x12','\x42','\x28','\xca','\xd0','\xc9','\x2e','\x7b','\xa1','\x30','\x4c','\xb2','\xe6','\x7e','\xa0','\xc0','\xc6','\x26','\x10','\xab','\xd6','\xf2','\x6e','\xca','\x88','\xf2','\x3f','\xc3','\x7b','\xf5','\x5b','\x2b','\xe5','\x9b','\x6a','\x54','\x88','\x3e','\x95','\x2d','\xc9','\x52','\xd6','\x2f','\x3c','\xe6','\x8b','\x0e','\x8b','\xad','\x1e','\x8b','\x45','\x08','\x95','\xa9','\xe7','\x2d','\x14','\xcc','\x28','\x58','\xa2','\x45','\xa9','\xe2','\x4c','\x11','\x53','\x4b','\x96','\x4f','\x82','\x29','\x8f','\x79','\x9f','\x6a','\x98','\x8b','\xa6','\x04','\xbc','\xcf','\x46','\x9a','\x5a','\xd1','\x7b','\xc4','\xd1','\xaa','\x7a','\xfe','\x23','\x8c','\x6a','\x8a','\xe6','\xb2','\xae','\x49','\x60','\x47','\xdc','\x71','\x87','\x0f','\x59','\xe5','\x99','\x9c','\x30','\xaa','\x54','\x9a','\x3e','\x63','\xb1','\x0d','\x99','\xe7','\x94','\xcf','\x06','\x9e','\x49','\x66','\xbe','\x0e','\x5b','\x40','\x59','\xf9','\x09','\x54','\x14','\xfb','\x54','\x56','\x60','\x4e','\xa2','\xc4','\x49','\x32','\x6b','\x91','\x1f','\xb6','\xaf','\xbc','\x98','\x30','\x0f','\x9c','\xd9','\x0f','\x61','\xd3','\x96','\xcc','\x96','\x86','\xb5','\xb1','\x38','\xc6','\x96','\x57','\xbe','\x2b','\x2e','\x1f','\x10','\x25','\xc7','\x82','\x8f','\x0a','\xe0','\xa9','\x56','\x1c','\xa6','\x8f','\x76','\x32','\x37','\x4e','\x85','\x07','\x0a','\xaf','\xa6','\x61','\x36','\xb5','\x6c','\xcb','\xbe','\xa9','\x81','\x2c','\x32','\x0d','\x0f','\xfc','\xbc','\x5e','\xec','\x20','\x6f','\x4a','\x5f','\x14','\x8c','\x65','\xfd','\x31','\x94','\x4d','\x79','\x86','\x3c','\x04','\x4f','\x32','\x5f','\x8a','\x72','\xad','\x1c','\x25','\xca','\xd3','\x4b','\xc1','\x64','\x2c','\xb6','\xe5','\x50','\x2c','\x83','\x1e','\x09','\x35','\x60','\x60','\xa3','\x89','\x69','\xc2','\x43','\x49','\x26','\x0a','\x18','\x42','\xd4','\x2d','\x38','\x1e','\xd0','\x2a','\x06','\xd7','\x78','\xe0','\xb9','\x59','\x6d','\x51','\x80','\xe4','\x19','\x1e','\xd0','\xb3','\x4d','\xb4','\x7c','\x69','\x76','\x2c','\xb0','\xef','\x83','\xe1','\xb6','\x43','\xaf','\xca','\x9e','\xba','\xdd','\x9b','\x3d','\x39','\x8d','\xac','\x12','\x35','\xe2','\x52','\x17','\xc1','\x92','\x4b','\x41','\x1f','\x02','\xb0','\x72','\xa0','\x86','\xc3','\x9c','\xea','\x81','\x3e','\xf6','\x46','\x1f','\xfb','\x8f','\xe3','\x71','\x20','\x12','\x62','\x5c','\x80','\x5d','\xdf','\x07','\x63','\xb1','\x1c','\x84','\xee','\x16','\xb1','\x4c','\x8d','\x7c','\x17','\xf7','\x06','\x69','\x59','\xa1','\xbf','\x87','\x7b','\x3a','\x38','\xbd','\x2c','\xf3','\x6e','\xb3','\x69','\x5d','\x03','\x36','\x3c','\xf8','\x52','\xb9','\x37','\x79','\x69','\x84','\xc6','\x53','\x66','\x3a','\xbc','\xd6','\x69','\x75','\xd4','\x35','\x0a','\x78','\x68','\x85','\x74','\x13','\x05','\x8c','\xaf','\xcc','\x97','\xe9','\xea','\x2b','\x57','\xcb','\xb0','\xc9','\xca','\x7d','\x27','\x0a','\x5b','\xa6','\xff','\x49','\xfe','\x6b','\x28','\x73','\x86','\xa9','\x78','\x06','\x5c','\x5c','\xa5','\xf5','\x31','\xc6','\x18','\x8f','\xca','\xab','\x40','\x4d','\x74','\x13','\xb5','\x20','\xa8','\x6d','\xdb','\x2a','\x08','\xcb','\xc2','\x60','\x97','\x16','\x6c','\x99','\x4c','\xbe','\xe7','\xe4','\x4a','\x86','\xa2','\x31','\x36','\xcf','\xf2','\xf2','\x00','\xf9','\xc8','\xd7','\xe9','\x8e','\x28','\xb3','\x14','\x72','\x2e','\x44','\x83','\xf0','\x9e','\xb1','\xd8','\xee','\xd3','\xb2','\xae','\x0f','\x07','\x87','\xb6','\x31','\xa2','\x4b','\x72','\xeb','\x30','\x2f','\x97','\xe2','\x4a','\x12','\x01','\x8c','\x60','\x29','\x49','\xcb','\xbc','\x50','\x06','\xd6','\x33','\x40','\xe4','\x13','\x53','\x21','\x84','\x95','\xa1','\x38','\x89','\x75','\xbc','\x1a','\x26','\x6e','\x2b','\xa9','\x7e','\xc8','\xc5','\x1b','\xd2','\x36','\x0d','\x84','\x72','\xe5','\xd7','\xb2','\xf1','\x6c','\x26','\x4d','\xdf','\xf7','\x70','\x4d','\x53','\x74','\x78','\x91','\xa7','\x51','\x54','\xec','\x01','\xb4','\x0a','\x34','\xe4','\x17','\x8b','\x2b','\x64','\x70','\x79','\x9b','\x6f','\x9b','\x33','\x91','\x8c','\x8f','\x70','\xa5','\x88','\x5c','\xb8','\x09','\x93','\x13','\x01','\x35','\x10','\x72','\xf2','\x2d','\x94','\x39','\x1a','\x48','\x63','\x59','\xe3','\x57','\x9c','\x53','\x63','\x62','\x55','\xae','\xf9','\xb8','\x01','\x56','\x27','\xab','\x01','\x6f','\x43','\x8d','\x68','\x84','\x26','\xde','\x99','\xd7','\x99','\x9b','\xf2','\xb5','\xd1','\x16','\x27','\x9f','\x8b','\x54','\x4f','\x5b','\xaf','\x5c','\x6d','\x35','\x6a','\x37','\x71','\xe4','\x10','\xef','\x14','\x33','\xb6','\xec','\xf0','\x6a','\x35','\x1f','\x49','\x28','\xa9','\xa6','\x86','\xdb','\xeb','\x69','\x3c','\x97','\xfe','\xfd','\xb5','\xa7','\x85','\x89','\x28','\x1f','\xaa','\x95','\x68','\xc1','\xc6','\x64','\x55','\x18','\xc9','\xf7','\xc8','\xf2','\xcc','\x84','\x20','\xc6','\xf4','\x76','\x71','\xc3','\xcb','\x8d','\x42','\x64','\x1f','\xcd','\xab','\x9c','\xad','\xa2','\x0b','\xcb','\x2a','\x00','\x02','\xe2','\x2a','\x34','\x92','\x3c','\x2d','\x59','\x9b','\x9c','\x0f','\xa7','\x00','\xa8','\x32','\xb8','\xed','\x9e','\xa6','\x2a','\xcf','\x62','\x64','\x02','\x51','\x6a','\x31','\x04','\x40','\xc9','\xe8','\x17','\xf6','\x14','\x91','\xc8','\x78','\x14','\x0f','\x8f','\xe8','\x64','\x9c','\xd2','\x44','\xb9','\xb0','\x8c','\xa5','\xe8','\xfd','\xd2','\x47','\xc5','\x36','\x61','\xdd','\x09','\x3d','\xc2','\xb7','\xcb','\x7b','\x83','\xb9','\x3d','\x95','\xde','\x1a','\xf9','\x96','\x4e','\x67','\xaa','\xf6','\xd9','\x94','\x2c','\xd4','\xe2','\x92','\xd0','\xad','\xd6','\xa3','\xd6','\x15','\x46','\x87','\x4a','\x59','\xcb','\xf8','\x42','\x18','\x76','\xf1','\xbc','\xe0','\xa1','\x7c','\x88','\x05','\xb2','\x0b','\xc6','\xc0','\x06','\x3c','\x7c','\xb7','\x56','\xd7','\x29','\xc2','\x6f','\x4b','\xba','\x01','\x00','\xe2','\x04','\xac','\xb2','\x40','\x4a','\xf2','\x9b','\x11','\x4e','\xb6','\xef','\xf3','\xfb','\xe0','\xb4','\x07','\x99','\x8d','\xe1','\x56','\x22','\xd6','\x69','\x03','\xe2','\xd8','\x22','\x97','\x5c','\xe6','\x24','\xb8','\x82','\xfe','\x6f','\x64','\xdf','\x51','\x04','\x29','\x51','\xc6','\x89','\xec','\xcb','\xea','\xe6','\x7d','\xaa','\xbf','\x22','\x3b','\x43','\x26','\x5c','\xb7','\x8f','\x01','\x15','\xec','\xb9','\x2d','\x52','\x07','\xbb','\xc7','\x49','\xcf','\x46','\xaa','\xbd','\x31','\xae','\xbc','\xcb','\x72','\x6e','\xe9','\xfb','\xa9','\x67','\x31','\x48','\x5b','\xde','\x5c','\x72','\x6b','\x72','\x5a','\x65','\xe9','\x86','\x85','\x4d','\x4d','\xb1','\xc9','\x02','\xcc','\xe0','\x5a','\x75','\xa1','\x24','\x7b','\x9c','\x56','\x6d','\x40','\xf1','\x5c','\x35','\x6d','\x9e','\x57','\x36','\xb7','\xed','\x98','\x1f','\x2a','\x01','\xf9','\x67','\x9e','\x7c','\xb4','\x88','\xda','\x65','\x32','\x65','\xcb','\x86','\x0c','\x42','\x00','\x43','\xaa','\x81','\x1b','\xf9','\xa7','\xe5','\x91','\xcc','\xee','\x52','\xff','\x25','\xb4','\x6d','\x3b','\x1d','\x04','\xc1','\x1e','\x84','\x2a','\xae','\x0a','\x7d','\xdf','\x87','\x25','\x53','\x78','\x63','\xe1','\x87','\x4e','\xca','\x1a','\x55','\x1b','\xcd','\xca','\x7b','\x8c','\xd0','\x5b','\xed','\x4d','\x85','\x79','\x2f','\x0a','\x6a','\xf0','\x87','\x95','\x65','\xe4','\xc5','\xbc','\x8b','\xc1','\x1b','\x3c','\x7c','\x3f','\xc3','\xc6','\xbe','\x06','\x6d','\xdb','\xa8','\xdb','\x48','\xed','\x25','\x11','\x51','\x3c','\x38','\x8c','\xe0','\xc4','\xa2','\xa2','\xe7','\xd7','\x90','\x32','\xa9','\x20','\xac','\x62','\x90','\x04','\x0f','\x20','\x5a','\x2f','\x84','\x59','\x24','\x2b','\x2d','\x8c','\xb0','\x57','\x28','\x31','\xf4','\x11','\x37','\xcc','\xd7','\xfe','\x96','\x0e','\xca','\xaf','\x67','\x5f','\x86','\x7d','\x12','\x3b','\x46','\x63','\x9b','\xb3','\x7d','\x66','\x58','\x6e','\x29','\x0c','\x06','\x96','\x57','\x0a','\x67','\x03','\xf4','\x9d','\xc7','\xa2','\xeb','\xb1','\xd8','\x0e','\xe0','\xa7','\xef','\xc2','\x92','\x38','\x23','\x32','\x6e','\xc8','\x78','\x2b','\xcb','\x29','\x04','\x34','\x45','\x97','\x44','\x02','\xc8','\xa7','\x01','\x6b','\x9f','\x08','\x86','\x9f','\xa0','\x78','\x65','\x6e','\x97','\xf1','\xcf','\x38','\xc2','\x5f','\x4f','\x71','\xae','\xad','\x35','\x0d','\x72','\x24','\x68','\x81','\x3b','\x5d','\xd8','\x99','\xb2','\xc2','\xe8','\xc4','\x5b','\x23','\x6f','\xcf','\x3b','\x73','\xa9','\xf3','\xcc','\x20','\x3a','\xdd','\xae','\x78','\x7b','\xb4','\xab','\x44','\x89','\x1d','\x64','\x00','\x48','\xff','\xe4','\x69','\xb3','\xe7','\x0c','\xbf','\x48','\x2e','\x08','\x54','\x4d','\x53','\x1b','\x7e','\xca','\x81','\x3c','\x94','\x97','\xd5','\x8a','\x12','\x5e','\x67','\x85','\x4e','\x56','\x3f','\x0b','\xc4','\x2a','\xc3','\xaf','\x34','\x26','\x04','\x9e','\x12','\x7f','\x20','\x70','\xc0','\x90','\x1f','\x03','\x3e','\xe7','\xdf','\x9a','\x2e','\xb2','\x12','\x2f','\x12','\x72','\x14','\xfc','\xc8','\x1f','\x63','\xdc','\x8a','\x97','\x24','\x22','\x9e','\xf0','\x50','\x3b','\xef','\xc9','\x30','\x1e','\x15','\xc2','\x56','\xe8','\xc7','\xeb','\xe5','\x19','\x28','\x72','\x00','\xe6','\x14','\xa9','\x38','\xa8','\xae','\x7e','\x17','\x69','\x97','\x5d','\x28','\x78','\xe9','\x5a','\x2c','\x6b','\x07','\x0a','\xd6','\x4a','\x59','\x4e','\xe8','\x03','\xfa','\xa5','\xa6','\x21','\xae','\xd0','\x90','\x6c','\x05','\xc7','\x7e','\xa5','\xf1','\xb6','\x73','\xf1','\x3d','\xc9','\x3f','\xe3','\xc5','\x62','\xe7','\x85','\x7d','\xc0','\xa5','\x31','\x20','\xd6','\x6b','\xd5','\x5f','\x44','\x3f','\x30','\xcf','\x84','\x48','\xdd','\x24','\x5b','\x5c','\x55','\x0b','\x48','\xae','\x6f','\xa2','\x33','\xb1','\x3e','\x96','\x80','\x10','\x72','\x37','\x33','\x3d','\xaf','\xc8','\x67','\xc6','\x59','\x1f','\x01','\x89','\xba','\xd0','\x65','\x00','\xa9','\x0c','\x2c','\x20','\xfb','\x7b','\x6a','\x9d','\x29','\x3c','\x86','\x32','\x80','\x44','\x54','\xcc','\xd1','\x58','\xd1','\x6c','\xbf','\x92','\x6d','\x73','\xea','\x49','\xc8','\x44','\x09','\xab','\x65','\xc1','\x60','\x1e','\xf2','\xf5','\x0a','\x7e','\x14','\x14','\x51','\x70','\x8f','\x93','\x88','\xbd','\x6a','\x28','\x2d','\x26','\x33','\x4b','\x65','\xed','\xcb','\x9b','\xc2','\x30','\x39','\x42','\x1a','\xde','\x8f','\x7f','\x2a','\x43','\x69','\x70','\x41','\x87','\x69','\xd9','\x17','\xe3','\xc5','\x8f','\x65','\x35','\x2c','\xaf','\xc2','\x4f','\x4e','\x99','\xd6','\x99','\xd3','\x6b','\xb4','\x63','\xb2','\xbc','\xca','\x1c','\x26','\x64','\xd3','\x6a','\x57','\x1a','\x57','\xf2','\x16','\xc5','\x03','\x71','\xa8','\x26','\xc3','\x7b','\x1a','\x2a','\x7d','\xb1','\x07','\xc8','\x06','\x74','\x2b','\xa9','\x2d','\x13','\xd9','\xb3','\x7f','\x64','\x0f','\x10','\x97','\xfb','\x38','\xa2','\xb5','\x23','\xc9','\xbe','\xa1','\xd4','\xb4','\xfb','\x81','\x6c','\x25','\x33','\x95','\xdf','\x9a','\xe6','\x28','\x7f','\x3e','\xb5','\x1e','\xd9','\x80','\x91','\xfc','\xa4','\x7e','\x7d','\xef','\x31','\xdf','\xea','\xa2','\xef','\x6a','\x8b','\x7d','\xfb','\x67','\x98','\x6d','\xb4','\x68','\xda','\x78','\x7a','\x71','\x69','\x59','\x60','\x4e','\x61','\x61','\x11','\xc2','\x50','\x4a','\xb8','\x48','\x65','\x4a','\x3e','\x3e','\x26','\x0c','\xa0','\x18','\xb1','\x7a','\x6e','\x80','\xbe','\x04','\xd2','\x60','\x11','\x92','\x8e','\x5c','\xf2','\x79','\x4f','\xc0','\x41','\xea','\x0e','\x7d','\x5b','\x66','\xfd','\x05','\x23','\x5f','\xb2','\xae','\x95','\xab','\x01','\x9c','\x36','\x45','\xda','\x42','\x83','\xd1','\x5b','\x63','\x42','\x57','\x94','\x04','\x1f','\x37','\x77','\xf6','\x21','\xb2','\x4d','\xdc','\xef','\x53','\x4e','\x65','\xcd','\x3d','\x32','\x7c','\x29','\xa0','\x04','\x0d','\xa2','\x80','\x38','\x20','\x44','\xe6','\x30','\x82','\x46','\x98','\xbf','\xe2','\x36','\xf1','\xd9','\x8e','\x4a','\x04','\x45','\xed','\x22','\x74','\x4f','\xfe','\x6c','\xca','\x7c','\x84','\x2a','\x0a','\x11','\x55','\x91','\xf0','\x0a','\x54','\x13','\xd6','\x65','\xbe','\x13','\xbf','\x4f','\x85','\x98','\x19','\x6e','\x2d','\x10','\x43','\xd9','\x73','\x6c','\x97','\xb1','\xb2','\x14','\x5a','\xc2','\xc4','\xaf','\xf5','\x69','\x98','\x1b','\x0d','\xad','\xaf','\xbb','\x4a','\xa7','\x35','\xf3','\x5d','\xa3','\x21','\x28','\x2e','\x83','\x20','\xa4','\xb9','\x52','\xae','\xfa','\xc4','\x0c','\xf2','\x74','\x32','\xc0','\x29','\xfd','\x0e','\x3a','\x7c','\xb1','\x3f','\xd1','\x21','\x07','\x24','\x48','\xfc','\x2e','\xab','\x11','\x21','\x29','\x7b','\x04','\xc8','\x2a','\x90','\x55','\x86','\xc2','\xa6','\xea','\xe8','\x4a','\x1c','\xcb','\x75','\xd1','\xb9','\x5f','\x66','\x6a','\xd8','\x07','\x64','\x27','\x4c','\x45','\x01','\x11','\xa3','\x12','\x8c','\x52','\xe5','\x0d','\x6f','\x1e','\xe3','\x53','\x7a','\xdf','\xdc','\x31','\x8d','\x50','\x63','\x9c','\x74','\x2c','\x99','\x1a','\x58','\xe5','\x13','\x12','\xfa','\x18','\xa0','\xc6','\xe9','\x46','\x73','\xb5','\x4a','\x97','\xae','\x80','\x99','\xcc','\xe1','\xac','\xbc','\x5c','\x28','\x2f','\x57','\xce','\x76','\x4e','\xc3','\xb1','\xad','\x65','\x97','\x7c','\x71','\x37','\xa8','\xa2','\x91','\x4d','\xb1','\xce','\x9a','\xc8','\x1e','\xcf','\x9b','\xb3','\x33','\x27','\xb3','\x32','\x8b','\x1c','\x07','\x63','\xb4','\xf2','\x3d','\x2f','\x9b','\x06','\xef','\xc9','\x88','\xfe','\x61','\x31','\xf1','\x42','\xfd','\x5d','\x43','\xfb','\x21','\x53','\xb0','\x22','\xc9','\xbe','\x56','\x1d','\x5f','\x51','\xf9','\xa7','\x2c','\x03','\x18','\xfd','\x21','\x7a','\xa4','\xe8','\x18','\x4d','\xbc','\x9a','\x19','\x68','\xc4','\xcd','\xcd','\xa4','\x29','\x8f','\xdc','\x10','\xf7','\x33','\x1f','\x7f','\x43','\x57','\x9c','\xa0','\x6e','\xe9','\xea','\x86','\x07','\xd6','\x6b','\xa9','\x5d','\x66','\x65','\x41','\x42','\xda','\x13','\xa3','\xef','\x23','\xef','\x90','\x0e','\xa3','\x30','\xab','\x75','\xfe','\xab','\x1c','\x96','\xaa','\x27','\x9e','\x50','\x7d','\x29','\xb1','\x5d','\xbe','\x87','\x39','\xbf','\xc5','\xa9','\xb7','\x4d','\xd3','\x53','\xf0','\xa6','\x71','\xd1','\x1b','\x47','\xcf','\x74','\x8c','\xee','\x71','\x92','\xdd','\x88','\x0e','\x34','\xa1','\x1a','\xc1','\xbe','\xec','\xa9','\xa9','\x38','\x58','\x0d','\x1e','\x7d','\xa6','\xb2','\x1a','\xb3','\x64','\x8e','\x2f','\x1d','\xde','\x99','\x22','\x1f','\x7f','\x98','\xbe','\x3c','\x15','\x16','\x32','\x36','\x4f','\xb3','\x45','\x8b','\xe1','\x53','\x2b','\xe5','\x57','\x53','\xc9','\xf3','\x42','\xa0','\x41','\x7e','\x75','\xd2','\x8c','\x05','\x41','\x58','\x9b','\x5d','\x56','\x64','\x16','\xa7','\xec','\x33','\x60','\x1e','\x27','\x61','\xdf','\x0f','\x0f','\x3d','\xed','\xba','\x2e','\x8b','\x72','\x2d','\xd4','\x96','\x17','\xca','\xf0','\x71','\x61','\xf2','\xc4','\x09','\x27','\xc1','\x03','\x0c','\x63','\xd9','\xb9','\xc5','\x1c','\xc8','\x0e','\x4b','\x1b','\x4b','\x57','\xe8','\xaf','\x62','\xb4','\x53','\x10','\x14','\x57','\x2e','\xfa','\xde','\xa3','\x8f','\xa1','\x1d','\x37','\xf6','\xf9','\x10','\x2a','\x7b','\xe6','\x54','\x91','\x94','\xbd','\x3f','\x0c','\x8a','\xce','\x84','\x51','\xe8','\x45','\x65','\x51','\x00','\x0b','\x7b','\x8e','\x60','\x08','\xfa','\x1b','\x8c','\x74','\x16','\x06','\x23','\x5a','\x56','\x2c','\x58','\x04','\x40','\x4e','\xcb','\xd0','\xba','\x3b','\xd3','\x4a','\x55','\x70','\x28','\x31','\x57','\x10','\xe0','\xd8','\xbc','\xe2','\x91','\x0d','\xfe','\xe6','\x79','\x79','\xcf','\x4d','\xd3','\x84','\x3e','\x34','\x56','\xcc','\x95','\x49','\x98','\xb2','\x0f','\x41','\x0d','\xe4','\x60','\x53','\xeb','\xf2','\xa6','\xd9','\x5a','\x41','\x6b','\xa4','\x0e','\xa1','\x3e','\xa9','\xe4','\xbd','\x68','\x3b','\x5d','\xce','\x50','\x35','\xb3','\x1a','\x33','\xc8','\xea','\x08','\x18','\xfc','\xb3','\x3a','\x99','\xbc','\xd3','\x18','\x25','\xac','\x62','\x79','\x3d','\x93','\xb4','\xdb','\x7b','\x88','\x46','\x83','\x43','\xec','\xd1','\x83','\x4e','\xc3','\x91','\x47','\x43','\x7e','\x30','\xb0','\x22','\x54','\x32','\x8a','\x93','\xd0','\xaa','\x89','\x2a','\x6f','\xe2','\x17','\xca','\x93','\x26','\xde','\x42','\x24','\xf1','\xae','\x15','\x30','\xb9','\xd2','\x1d','\x45','\x84','\x8a','\x7c','\x07','\x52','\x28','\x69','\x2b','\x74','\xc2','\x0d','\x05','\x17','\x8c','\xe4','\x22','\x93','\x56','\x6d','\x0a','\x05','\x42','\x15','\x3b','\x63','\x51','\x56','\x25','\x31','\x7e','\x2f','\x9e','\x1f','\xc8','\xce','\x82','\x4f','\x58','\x0b','\xbb','\xb6','\xd9','\x99','\x3e','\x10','\x90','\x23','\x6e','\x3f','\x91','\xe7','\x3b','\x66','\x70','\x0c','\x2b','\x4c','\x04','\x40','\x6c','\x3d','\x0e','\x75','\x25','\xbd','\x7e','\x61','\x4d','\x5a','\x65','\x6e','\x56','\x10','\x48','\xf9','\xf8','\x59','\xc4','\xc4','\x6c','\x55','\x6a','\xb5','\x9e','\xea','\xc2','\x6a','\x73','\xa2','\x51','\xd5','\x9e','\x7a','\x1f','\xf1','\xfe','\x74','\x1d','\xec','\x0a','\xc1','\x0a','\xd3','\x68','\x8c','\xb2','\xb4','\xa5','\xa2','\xac','\x97','\x39','\x81','\x86','\x00','\x17','\x32','\x17','\xa4','\xb4','\xd2','\x07','\x53','\x77','\x8a','\x2e','\x6c','\x76','\xae','\xc5','\x3d','\x0a','\xce','\x3a','\xf9','\xa4','\x67','\x99','\xed','\xf8','\xb6','\x61','\xaa','\x59','\xcb','\x11','\x63','\xad','\xe7','\x14','\xdd','\x4d','\xd2','\x8a','\xae','\x16','\xd2','\xca','\xe1','\xed','\x32','\xe7','\x64','\xbe','\x85','\x8c','\x3c','\x10','\xe6','\x40','\x2c','\xdc','\x1a','\x53','\x94','\x55','\xd9','\x4f','\xe5','\x37','\x92','\x9e','\xb4','\x4e','\xda','\x47','\x12','\xd9','\x8e','\x43','\x28','\x70','\xdf','\x03','\xbe','\x71','\x70','\xc4','\x29','\xf4','\xb7','\x67','\x0d','\xef','\xad','\x7b','\x85','\x6b','\x23','\xa3','\x16','\x19','\xa3','\x42','\x93','\x53','\xa3','\x02','\x66','\xb8','\x7a','\xb3','\xe0','\x87','\x3b','\xa5','\x91','\xf1','\x53','\x66','\x2b','\x06','\xa4','\x1d','\x15','\xb1','\x42','\xfd','\x26','\x81','\x4f','\x05','\x8c','\x0c','\x54','\x88','\x55','\xd9','\x96','\x6a','\xf4','\x06','\xcc','\xae','\xf4','\xdc','\xea','\xe5','\xa5','\x85','\x83','\x90','\x30','\x18','\xd1','\xcd','\x8b','\x8c','\x5f','\xbd','\x99','\x27','\x42','\x7d','\xdf','\x4f','\xbb','\xc0','\xc9','\x41','\xa8','\xa1','\x20','\xd2','\xcf','\x70','\x3a','\xb0','\x44','\x0b','\xe1','\xb4','\x5f','\xa2','\x3c','\xb8','\xd3','\x54','\x7e','\xe2','\xbc','\xa5','\x9c','\x09','\xae','\xd8','\xd9','\x8e','\xe2','\xde','\x1d','\x3d','\xac','\x2c','\x82','\x96','\x38','\x11','\x65','\x35','\xa9','\x9f','\x7b','\x6c','\xf5','\x0b','\x74','\x8b','\x70','\x66','\xcd','\xbe','\xfd','\x33','\xb4','\xb3','\x26','\xc6','\xa8','\x77','\x31','\xbd','\x01','\x0c','\x06','\x3c','\x68','\xfc','\x04','\x8a','\x6e','\x76','\xc2','\x24','\x6c','\x78','\x48','\x11','\xca','\x9c','\x0f','\x2c','\x1f','\x7a','\xdd','\xb4','\x21','\xba','\x21','\x79','\x03','\x7e','\x8c','\x32','\x92','\xac','\xbd','\x9c','\x0e','\x91','\x8a','\xf7','\x99','\x72','\x06','\x54','\xd1','\x4f','\x94','\x09','\x95','\xca','\xd0','\x24','\x71','\x52','\xc4','\xa4','\x4d','\xdd','\x22','\x00','\x9f','\x6e','\xde','\xa3','\xd3','\xa8','\x2f','\x52','\x57','\xfb','\x5a','\x22','\x93','\x2f','\x05','\x8c','\x45','\x45','\x06','\x0c','\x8a','\x52','\x96','\x98','\x25','\x0d','\xf3','\x43','\x7a','\x97','\x36','\x24','\xef','\x28','\x55','\xf8','\xe2','\xe8','\x38','\x13','\x85','\xad','\xb8','\x36','\x06','\xda','\x62','\x45','\xb4','\x1d','\x19','\x98','\x78','\x10','\x15','\x8e','\xd2','\x18','\x31','\x45','\xf6','\xfe','\x72','\x20','\x94','\x77','\xe6','\x58','\xea','\x9d','\x36','\x3d','\xed','\x09','\x3a','\x13','\x7d','\x38','\x21','\x69','\xce','\x42','\x12','\x0b','\xab','\xae','\xfa','\x58','\x90','\x92','\xa5','\xab','\xff','\x20','\x33','\xe7','\x28','\x5d','\xc8','\x0c','\x2b','\x19','\xd3','\x30','\x0a','\x8b','\xac','\xe6','\x40','\x56','\x42','\xe2','\x33','\x16','\x6c','\xc4','\x85','\x58','\x9d','\x8b','\x3e','\x33','\x60','\x58','\x57','\xa0','\xdc','\x6d','\x27','\x73','\xe9','\x89','\xd7','\x32','\x40','\xe4','\x83','\x5b','\xa7','\x78','\x10','\x84','\xbb','\x18','\x8c','\x0d','\x36','\x17','\xa5','\x2e','\xe5','\xdc','\xd7','\xa7','\x39','\xcf','\x43','\x79','\x4d','\x54','\xb0','\x1a','\xe7','\xd0','\xcc','\x42','\xa8','\xde','\x70','\x56','\x89','\xd3','\x3e','\x90','\xd0','\xc2','\x29','\xef','\xe0','\x02','\x3d','\xc6','\x20','\xce','\x16','\xdb','\xc2','\x19','\xaf','\xc7','\xd4','\xdc','\xdd','\x05','\x5d','\x71','\x65','\xfd','\x4a','\x7f','\x8c','\x95','\x54','\x59','\x85','\xa9','\x14','\x92','\x3c','\x2e','\x2a','\x68','\x6c','\xaa','\x70','\x33','\x06','\x4b','\x39','\x45','\x3a','\xf1','\x44','\xc6','\x70','\x36','\xbf','\x01','\x84','\x93','\xee','\x8b','\x79','\xa6','\x83','\x97','\xd3','\xbc','\x12','\xc3','\x1f','\x58','\xa2','\xcf','\xba','\x98','\x9e','\xb3','\xb9','\xa3','\x75','\xe1','\xb4','\x02','\x24','\xab','\x43','\xd6','\xad','\x4e','\xcf','\xfb','\xf1','\xe9','\xc0','\xf2','\x32','\x1c','\xb7','\xac','\x94','\x4a','\x39','\x83','\x36','\x2a','\x1b','\x2f','\xf8','\x84','\x69','\x5f','\xd6','\x1f','\x51','\x27','\x23','\x8e','\xf3','\x3e','\x0a','\x63','\xf6','\x3d','\x7c','\xe3','\x42','\xa4','\x5d','\x0f','\xb8','\xde','\xc1','\x39','\x06','\x35','\x71','\xbe','\xb2','\x83','\x6c','\x35','\x20','\xd3','\x9f','\xc3','\xcd','\xd6','\x79','\x1f','\xd8','\x6a','\xae','\x3a','\x0e','\x07','\xe0','\x87','\x47','\xef','\xac','\x06','\xee','\x97','\x17','\x94','\x13','\x55','\x6a','\x7b','\xa6','\x75','\x8d','\xe9','\xee','\x1c','\x5e','\x5b','\x2a','\x6a','\x33','\x84','\x12','\xf5','\xc0','\x38','\xee','\x47','\x95','\xb5','\xda','\x38','\x33','\x12','\x31','\xce','\x07','\xa7','\x8a','\xef','\x50','\x37','\x15','\x63','\x9c','\x50','\x2d','\x96','\xc1','\x6c','\x36','\xab','\x1a','\xda','\x15','\x00','\xb5','\x6d','\x5a','\x0c','\x92','\x0c','\x9c','\x73','\xe8','\xbb','\x68','\x4d','\xb0','\xfa','\x3d','\x6c','\x25','\x6a','\xbd','\x31','\x32','\x14','\x57','\x61','\xa6','\x15','\x81','\x98','\xf6','\x00','\x49','\xd6','\x12','\xe1','\x21','\x29','\xdd','\x1c','\x95','\xea','\xde','\x03','\x7e','\xbb','\x0b','\xe1','\x19','\x17','\x1e','\xb3','\xcd','\x16','\x1b','\x9b','\x4d','\x8c','\x14','\xd7','\xc4','\xd3','\x98','\x8d','\x70','\xcd','\xaa','\x17','\xd1','\x6b','\x2c','\x28','\xc4','\xc0','\xa7','\x10','\x25','\xc5','\x97','\x4c','\x23','\xd4','\xab','\x64','\x20','\xd2','\x84','\x25','\x0b','\x39','\x86','\x79','\x50','\xd6','\xa9','\x64','\x5f','\x74','\xa1','\xd0','\x0c','\xf3','\xe4','\x91','\xef','\x96','\x1b','\xa7','\xbb','\xcc','\x21','\x8c','\x65','\xdf','\x85','\xf3','\x7c','\x16','\xf3','\x70','\x82','\x75','\xdf','\x19','\xc4','\x2c','\x0a','\x19','\xe5','\x0a','\x08','\xb1','\x1c','\x6e','\x6a','\x5d','\x5f','\xe4','\x91','\xbc','\x0d','\x63','\x13','\x84','\xe4','\xdd','\x99','\xba','\x0e','\x95','\x75','\x56','\xe6','\x79','\xa6','\x74','\xda','\x6c','\xff','\x11','\xd2','\xa4','\x7d','\xb0','\x56','\x54','\xac','\x01','\x62','\x15','\x2a','\xeb','\xba','\x7a','\xdd','\x6b','\x93','\xce','\xce','\x6c','\x1e','\xdc','\x5d','\xa9','\x3e','\xc5','\xf3','\xa7','\xfe','\x22','\x57','\xa9','\xc1','\xd9','\x07','\x84','\x94','\x6f','\x01','\x69','\x0e','\x03','\x1a','\xb9','\x6d','\xac','\xa6','\xcb','\x5e','\x9d','\x1a','\x3f','\xc8','\xfe','\x2e','\xc0','\x4f','\x9c','\x87','\x0a','\x5e','\x2c','\xe0','\x8a','\x7c','\xc1','\x47','\x46','\x26','\xee','\x32','\xb9','\x12','\x24','\x7b','\xfe','\x44','\xe8','\x24','\x9e','\x10','\xa2','\x53','\xc5','\x67','\xb2','\x08','\x58','\x66','\x55','\x28','\x69','\x78','\x21','\x4f','\x2f','\xcf','\xad','\xd4','\x71','\x21','\x5d','\x54','\x04','\xab','\xac','\xad','\x00','\x3b','\x01','\xf0','\x34','\xe9','\x7b','\x9b','\xa2','\x5f','\x35','\xad','\x1b','\xac','\x76','\x25','\x50','\xa7','\x45','\x2e','\xd3','\x9d','\x4f','\x91','\xd6','\x57','\xcd','\xb2','\x5a','\x9c','\x89','\xe1','\x3d','\x26','\xca','\x4f','\x03','\x4d','\xf6','\x46','\x09','\x7c','\x2d','\x8d','\x4c','\x8e','\xc9','\x6a','\x1a','\x59','\x92','\x8d','\xc0','\x71','\x2c','\x35','\xb8','\x9f','\xad','\x32','\x16','\xd9','\xb2','\x1c','\x95','\x81','\x7c','\x1c','\x85','\xe9','\x16','\x65','\x23','\x31','\xc8','\x93','\x82','\x1b','\x6d','\x0b','\x17','\x7c','\x9e','\x02','\xdf','\x64','\x36','\x32','\x28','\xca','\xcd','\x4c','\x57','\xd7','\x3a','\x26','\x77','\xb9','\x72','\xbf','\x8e','\xac','\x1a','\xd9','\x33','\x7d','\xc4','\x98','\x2b','\x81','\x0d','\xca','\x20','\x0d','\xd9','\xfd','\x6c','\xea','\xb1','\x36','\x4e','\xb6','\x3f','\xe8','\xf9','\x7e','\xf1','\xf0','\x53','\xe1','\x70','\x1c','\xff','\xb2','\xf5','\xbc','\x88','\x8a','\x2c','\x71','\xf0','\x9c','\x61','\x47','\xf0','\x2e','\x1c','\x4e','\xe9','\x3c','\xa1','\xf1','\x0e','\xec','\x38','\x45','\xb2','\x13','\x97','\x5b','\x58','\x43','\xf7','\xf8','\xa8','\x59','\x65','\x98','\x8e','\x4a','\xb3','\x25','\x97','\x76','\x13','\x97','\xd8','\xfe','\x4c','\x12','\x21','\xbd','\xb3','\x75','\x88','\xcc','\x38','\x5d','\xed','\xe9','\x5c','\x4f','\xad','\x4e','\xa5','\x32','\xa3','\x65','\x19','\x97','\xf8','\x85','\x92','\x0e','\x2d','\x87','\xe2','\x8a','\xbc','\x49','\x3c','\xdd','\x3c','\x50','\xeb','\xe8','\xac','\x5e','\x06','\x0e','\x95','\xf3','\x52','\xd3','\xe5','\x0b','\x05','\x12','\x05','\x4e','\x73','\x60','\xd6','\x88','\xd6','\x25','\x65','\x07','\xa1','\x96','\x91','\xa9','\xfa','\xbe','\x57','\x6b','\x86','\x6b','\xc2','\x39','\x39','\x35','\xd7','\x84','\x61','\xa5','\xe3','\x25','\x02','\x96','\xbe','\xd7','\x15','\x46','\x2e','\xfb','\xd8','\x91','\x12','\xdc','\x00','\x50','\xe1','\x0b','\x15','\x84','\x50','\xe5','\x9a','\x19','\xba','\xb2','\x31','\xdf','\xee','\xd0','\xef','\x9f','\xa1','\xdf','\x6c','\x31','\xdb','\xf4','\x41','\x18','\x46','\x65','\xa0','\x1e','\x91','\xc7','\x0a','\x49','\xc9','\x17','\xe0','\x18','\x4e','\x5b','\xcb','\xb6','\x96','\x12','\xed','\x92','\xf8','\x97','\xcd','\xbb','\x55','\xa6','\x65','\x0e','\x97','\x95','\xfc','\xa3','\x4b','\x4a','\x28','\xd5','\xf8','\xa0','\x17','\xdc','\xbf','\xb4','\x14','\x67','\x56','\x52','\x44','\x96','\x93','\x29','\x09','\xf1','\x87','\x9e','\x39','\x10','\xea','\xdb','\xf7','\x1e','\xfd','\xc2','\x63','\xb1','\xe8','\xb0','\x98','\x07','\x80','\x28','\x9b','\xc3','\x86','\xe1','\x29','\x87','\x13','\xc4','\x0e','\x44','\x2a','\x84','\x72','\x99','\x56','\xad','\x45','\xa5','\x30','\xab','\xe9','\xdc','\x67','\x21','\x9d','\x2e','\xf0','\xb3','\x53','\x60','\xb5','\xce','\x73','\x7b','\xae','\x70','\x67','\x0f','\xa9','\x50','\x80','\x08','\x84','\x9d','\x82','\x1f','\xbb','\xda','\x9b','\x83','\x99','\x90','\x77','\x50','\x44','\x64','\xae','\xd9','\x80','\x2d','\x76','\x7e','\xca','\xaa','\x0d','\x80','\x42','\x39','\x4a','\x42','\xd8','\x1a','\x79','\x52','\x23','\x90','\xdd','\x13','\x90','\xa4','\xd3','\x7c','\xa0','\x2c','\x4e','\x6b','\x15','\x65','\xd6','\x03','\x8c','\x53','\x0a','\xc7','\x78','\xda','\x7d','\xd8','\x48','\x9d','\x22','\x5a','\x09','\xc0','\x69','\x67','\x8d','\x86','\xe0','\x95','\xf0','\xbf','\x4e','\xce','\x41','\x31','\x02','\x38','\x3f','\x7f','\xc5','\xe0','\xc5','\xc9','\x15','\xdf','\xe5','\xcc','\x6a','\x69','\x8a','\x4a','\x82','\x87','\xf3','\x34','\x2d','\x9b','\xb6','\x0e','\xbb','\x5f','\xb7','\x5b','\xec','\x18','\x2a','\x01','\x8a','\xa6','\x19','\xc1','\x3d','\xa5','\x3e','\xb6','\x2e','\x71','\xcc','\x9b','\xcd','\xef','\xf4','\xd7','\x6a','\x7e','\xa1','\x00','\x89','\x10','\x4b','\xa2','\x00','\xab','\x95','\xd3','\x56','\xcc','\x41','\xf6','\x16','\xe9','\x65','\x49','\x56','\xaa','\x5f','\x32','\x88','\x1a','\x03','\x58','\x38','\x25','\xb4','\xfb','\x89','\x64','\xfc','\x07','\xd0','\xe3','\x33','\x60','\x64','\xb7','\x38','\x78','\x1f','\xee','\xf7','\x59','\x90','\x85','\x3c','\x3f','\xa0','\xd0','\xed','\x8c','\x82','\x9b','\xfa','\xa3','\x78','\xeb','\xf2','\x82','\x08','\xe8','\x99','\x01','\x0f','\x05','\x40','\xbe','\xe7','\x14','\xa5','\x4e','\x0c','\x1b','\x1a','\xa0','\x81','\xaa','\x7a','\x91','\xfd','\xc5','\x83','\x1f','\x2b','\xd0','\xe9','\xd2','\x41','\x56','\xc3','\x58','\x0f','\x4d','\x2a','\x26','\x4b','\x3e','\x16','\x8d','\x9a','\x47','\x50','\x30','\x34','\x88','\x79','\x56','\xfe','\x9e','\xa0','\xa4','\xcb','\x18','\x90','\x53','\x19','\x07','\x79','\x15','\x87','\x2e','\x70','\x63','\x00','\x53','\x01','\x50','\xd7','\x75','\x59','\x10','\x04','\x40','\x42','\x2c','\x4b','\xc1','\x69','\x29','\x56','\x5c','\xe2','\xac','\xb5','\x21','\xaf','\x35','\xd4','\x78','\x57','\x6d','\x2c','\x0d','\xab','\x5f','\x93','\x99','\x9c','\x75','\xb6','\xe9','\x71','\xc3','\x11','\xd4','\x3a','\xc0','\x76','\x42','\x46','\x65','\x03','\x40','\xdf','\x7b','\x6c','\x9d','\x58','\x60','\x31','\xef','\xd1','\x6e','\x35','\xba','\x1a','\xd4','\xce','\x1a','\x34','\x0d','\xf4','\x54','\x3d','\x39','\x7c','\x70','\x58','\x2e','\x32','\x85','\x25','\x58','\x36','\x10','\x15','\x7b','\x8a','\x57','\x6c','\x63','\xf3','\x96','\x55','\x97','\xcb','\xcb','\x3e','\x90','\xef','\x52','\x4e','\xed','\xdd','\x0a','\xd8','\x1a','\x7b','\xf1','\x45','\x5d','\xc5','\x65','\xaf','\xef','\x3c','\xfa','\x2e','\xed','\xf3','\xe9','\xba','\x1e','\x7d','\x0f','\xdd','\x48','\x59','\xee','\x49','\x1a','\x65','\x5c','\xb6','\x28','\x2e','\xfa','\xa8','\xec','\x37','\xcb','\xbc','\x79','\xc2','\x6e','\x53','\x79','\xe9','\x13','\x2d','\x94','\xe6','\x25','\x06','\x3c','\x99','\xef','\xca','\x97','\xcf','\x28','\xed','\x14','\x9c','\x4c','\x3d','\x77','\xea','\x80','\x67','\x54','\x1d','\x8f','\x7f','\x53','\xcf','\xd5','\xfa','\x70','\x4c','\xe9','\x28','\x9f','\xda','\xa9','\xaf','\xf3','\x43','\x95','\xd2','\x0a','\xae','\xe8','\x29','\xf2','\x65','\x89','\xca','\x25','\x49','\x2c','\x3f','\x20','\xf3','\x44','\xc6','\x66','\xc8','\x3c','\x16','\xc1','\x95','\xf2','\xc5','\x9c','\xd1','\x8a','\xfb','\x32','\x80','\xb8','\x1a','\x1c','\x82','\x9f','\xc8','\x06','\x6a','\x9d','\xbf','\x5c','\x08','\x10','\xa3','\x58','\x8c','\x02','\x9d','\x1a','\xcb','\x28','\x65','\x03','\x0d','\x47','\x0a','\x47','\x43','\xca','\x98','\x5b','\x91','\x73','\x09','\xcc','\xb4','\x8d','\x43','\x33','\x93','\x43','\x1f','\xd3','\xca','\xce','\xe0','\xdc','\x11','\x5b','\x16','\xc7','\xb3','\x59','\x8a','\x6a','\xd8','\xbd','\x14','\xeb','\x6b','\x4e','\x95','\xb6','\x66','\x75','\xaf','\xd0','\xca','\x43','\xbf','\x50','\xf0','\x2a','\xcf','\x0d','\xc0','\xe2','\xe9','\xa6','\x95','\x1a','\x38','\xfd','\xc8','\x4e','\x8a','\x1b','\x1e','\xb8','\x3c','\x96','\x9e','\xcc','\xf7','\xf1','\x3c','\xad','\xfe','\x54','\x93','\x33','\x7a','\xad','\xae','\xd2','\x8c','\x5e','\x1b','\x8a','\xc2','\x04','\x5c','\x4a','\x4f','\x13','\x4d','\x5b','\xbc','\xd8','\x30','\x0c','\x59','\x11','\x95','\x75','\xd5','\xcb','\x74','\x7f','\x2e','\x32','\xd2','\xca','\x94','\x2e','\x80','\xc9','\x4b','\x46','\xbd','\x68','\x38','\xdd','\xf7','\x3e','\x9d','\xef','\x18','\x82','\x3e','\xa5','\x7d','\x42','\x1a','\x7c','\x41','\xf4','\x3c','\x73','\x04','\x86','\x82','\x28','\x9f','\xd2','\xd9','\x46','\x0c','\xa3','\xc5','\xe6','\x94','\xed','\xd9','\x88','\xcf','\x04','\x23','\x2d','\xc1','\x3b','\x82','\xeb','\xd3','\xaa','\x2e','\x3b','\x02','\xcb','\xe1','\xae','\xb2','\x97','\xdb','\x71','\xc6','\x42','\x4d','\x73','\x31','\xb1','\x81','\x6f','\x48','\xeb','\xe8','\x08','\xa7','\x38','\x98','\x33','\x9d','\x4a','\xf9','\xb8','\x01','\xb7','\xa7','\xaa','\x98','\x64','\xa0','\x73','\x07','\x8f','\x1b','\x9d','\x2a','\xa3','\x52','\x4c','\x99','\xb6','\x50','\x31','\xe7','\x64','\xac','\x33','\x15','\x03','\x1e','\x64','\x86','\x2d','\x9b','\xab','\x32','\xe6','\x07','\xca','\x63','\xa5','\x82','\xc8','\x0c','\xf4','\xb5','\x7a','\x66','\x43','\xaa','\x12','\xf1','\x6d','\x3e','\x9f','\x4f','\x07','\x41','\xa8','\x45','\xb5','\x0a','\xb1','\xb3','\xd3','\x06','\xd2','\x50','\x4f','\x86','\x27','\x46','\xd7','\x21','\xba','\x88','\x09','\xf8','\xe0','\x82','\x21','\x88','\xe5','\x6d','\x45','\xb7','\x87','\x11','\xb2','\x13','\x29','\xb9','\x9e','\xa5','\x7b','\x79','\xb5','\xd9','\x5c','\x8f','\xe0','\x84','\xe3','\x5e','\x97','\x45','\x8f','\x66','\xde','\xa3','\x5b','\xb8','\xe0','\x16','\xb7','\x11','\x82','\x24','\x34','\xad','\x03','\x39','\x07','\xd7','\x84','\x57','\x95','\xb9','\x93','\x98','\x2f','\x8a','\x6f','\x04','\xf6','\x58','\x77','\x0a','\xa3','\xf0','\x23','\x7b','\x8e','\x60','\xd0','\x52','\x06','\xdc','\x6c','\xb2','\x1a','\xce','\x2b','\x9a','\x64','\x12','\x14','\x8a','\x82','\xe5','\x8c','\x91','\xa1','\xf5','\x3e','\x29','\x37','\xdd','\x22','\x9c','\xeb','\xd3','\x75','\x3d','\xba','\x79','\x58','\xf1','\x21','\x84','\x95','\x2d','\x57','\x28','\x48','\x52','\x9e','\xf8','\x55','\xe6','\xed','\x9e','\xae','\xa3','\xe5','\x3d','\x55','\x10','\x85','\xd0','\x67','\x03','\xc5','\x6a','\x64','\xe2','\xed','\x28','\x00','\xc2','\xc3','\x98','\xd6','\x59','\x01','\xda','\x0b','\x88','\x70','\x16','\x10','\x59','\x7e','\x52','\xbc','\x0b','\xd1','\x73','\xec','\xbc','\x2a','\xb5','\x24','\x0b','\x9e','\x24','\x43','\xf9','\x5d','\xb9','\x16','\x99','\x92','\xe1','\x89','\x85','\x82','\x15','\xb5','\x17','\x6f','\xdc','\x5d','\xfa','\xc8','\x23','\xb2','\xf3','\xbd','\x24','\xad','\xad','\x27','\x0a','\x41','\x6d','\xa2','\x21','\x58','\x57','\xd8','\x92','\x06','\x30','\x8f','\x13','\x67','\x48','\xfc','\xd5','\xac','\x8c','\x13','\xc1','\xc5','\x33','\x4c','\xc4','\x02','\xdc','\xce','\xe2','\xea','\x8e','\xae','\xf6','\x34','\x7a','\xea','\xbd','\x1e','\xb2','\x68','\x0b','\x15','\x56','\x28','\x2b','\xdf','\x30','\x41','\x12','\xa4','\x8f','\xf2','\xea','\x00','\x18','\x46','\xb2','\x1c','\xa5','\xd4','\xf4','\x89','\x86','\x16','\x95','\xa9','\xdf','\x44','\x9d','\xf9','\x99','\xa7','\xcf','\x86','\x29','\x3c','\xa5','\x18','\x09','\x9d','\x42','\x3d','\x6b','\xe0','\x40','\x7f','\x1b','\x9d','\xb1','\x06','\x58','\xec','\x93','\x49','\x3c','\x4f','\xa5','\x1a','\x96','\x3b','\x28','\x73','\xaa','\x9c','\xa9','\xca','\x56','\xd2','\x88','\xb8','\x5e','\x4b','\xff','\x49','\x93','\x25','\x1b','\xab','\xd9','\xfc','\x17','\x73','\x41','\x31','\xae','\x2d','\x89','\xc7','\x49','\xcc','\x06','\x02','\x84','\x42','\x7a','\x86','\x53','\x03','\x65','\x70','\x71','\x09','\x2e','\x77','\xb2','\x47','\xc8','\x00','\x21','\xeb','\x36','\xa7','\xab','\x49','\xc1','\x63','\x28','\x19','\xc2','\x59','\xc3','\x73','\xcb','\xdc','\xab','\x1a','\x44','\xec','\x5f','\x8e','\x4a','\xbb','\xd1','\x33','\xe4','\x9c','\x2d','\x62','\x02','\x7b','\x39','\x87','\x29','\x02','\xa3','\xb8','\x7a','\xee','\x18','\xca','\x2b','\x86','\xb4','\x64','\xf3','\x7d','\x45','\xdf','\x98','\x9a','\x9d','\xbb','\x41','\xeb','\x60','\xb2','\x33','\x42','\x35','\x9d','\x6b','\x6a','\x2c','\x67','\x3a','\x77','\x26','\x24','\x06','\x49','\x73','\x76','\x37','\xa6','\xdc','\xa5','\xcb','\xa3','\x29','\x4a','\x9d','\x53','\xe5','\x5a','\xf2','\x00','\xcb','\xa6','\xa2','\x8c','\x9d','\x98','\xe3','\xc0','\xb8','\xc0','\xac','\xf9','\x94','\x94','\xed','\x01','\x4a','\x61','\x95','\x87','\x15','\x62','\x70','\x26','\x70','\x1c','\x53','\x02','\x3f','\x5e','\x82','\x88','\xf0','\x70','\x44','\xc5','\x13','\x97','\x6b','\x06','\x45','\xdb','\xde','\x5a','\x4f','\x54','\xc7','\x38','\x0d','\x1b','\x9f','\xd2','\xe7','\xa8','\x54','\x2c','\x48','\x14','\xdd','\xd7','\xc2','\x01','\xaa','\x1e','\x7d','\x37','\xc7','\x62','\xab','\x0f','\xd6','\xc4','\x59','\x83','\xd9','\x46','\x72','\xa1','\x70','\x06','\xec','\xd9','\xda','\xca','\xa9','\xd1','\x49','\x66','\xb2','\xa9','\xe0','\x84','\xb6','\x6e','\x95','\x91','\x11','\x85','\xc7','\xe2','\x9a','\x01','\x63','\xcb','\xab','\x31','\xa0','\x64','\x85','\x65','\xdd','\xdf','\xd3','\x2d','\xc2','\x1e','\x9f','\xb0','\xfa','\x93','\x07','\xaf','\x70','\xce','\x15','\xd5','\x2e','\x8e','\xb1','\x14','\x53','\x02','\x4b','\xf8','\xee','\xfa','\x20','\x1e','\x00','\xf7','\xe2','\xbd','\x5b','\xab','\x82','\x2c','\x69','\xa3','\xb7','\x8d','\x4c','\x62','\x2d','\xed','\x95','\xb0','\xfd','\xc4','\xb1','\x8b','\xcb','\xc1','\x6c','\xeb','\x20','\x4c','\xbc','\xa8','\x63','\x45','\xef','\xd0','\xb0','\xdd','\xe5','\x86','\xca','\xd2','\xa4','\x5d','\xba','\xc2','\xac','\xaf','\xb7','\xec','\x1a','\xb1','\xb1','\xb4','\xac','\x03','\x68','\x76','\x03','\xfc','\x64','\xfb','\x57','\x6c','\xde','\xa8','\x42','\xdb','\xec','\xc9','\xe1','\x55','\x8a','\x23','\xb4','\x26','\xa0','\x56','\xa9','\xeb','\xe9','\x96','\x22','\xe3','\x12','\x40','\x18','\xff','\xb2','\x61','\x30','\x00','\x29','\x00','\x40','\x79','\x08','\xfc','\xf0','\x50','\x18','\xf3','\xab','\xbe','\x22','\xc9','\x47','\x3f','\x49','\xb0','\x8e','\x05','\x44','\xc6','\x4d','\xc4','\xd4','\x4e','\xdd','\xd8','\xcc','\xaa','\x70','\x5a','\xc1','\x0f','\x2e','\xb1','\xdc','\xc7','\x28','\x50','\xcc','\x85','\x4c','\xb3','\x7b','\x1d','\x61','\x5e','\x81','\x81','\x44','\x31','\xbd','\xd8','\xdb','\xaa','\xfa','\xbf','\xf6','\x07','\x29','\xaf','\x92','\xd5','\x1d','\xd1','\xdb','\x5c','\x43','\x70','\x71','\xcf','\xce','\x4c','\x5c','\xd9','\x5a','\x07','\xe7','\x1c','\x66','\x1b','\xc1','\xad','\x4d','\xa2','\xbb','\xa5','\xe0','\x3b','\x69','\x4c','\xc8','\x0a','\x4f','\xa6','\x70','\x66','\x7c','\xc2','\x54','\x28','\x1a','\xe4','\xd8','\x5c','\x4a','\xd9','\x91','\x3e','\x6c','\x57','\xb8','\xb3','\xd7','\x57','\x4e','\x80','\xa2','\xd1','\x54','\xbb','\x88','\xa2','\x42','\x93','\x63','\x3e','\xa5','\x13','\x9e','\x55','\x8e','\x95','\xd3','\xa5','\xac','\xad','\x5c','\xc5','\x5d','\xac','\xc0','\x2a','\x33','\x3a','\x53','\x78','\xb2','\xb2','\x07','\xf0','\xe0','\x94','\xcb','\x9d','\xcc','\x67','\xe4','\x21','\x2a','\xd3','\x54','\xd8','\x55','\x4d','\xe7','\x19','\x26','\x1b','\x51','\x78','\x46','\xae','\x8a','\x48','\x63','\x40','\xcf','\x1d','\xcc','\xf4','\xcf','\x22','\x7f','\x3b','\x0f','\x44','\x3f','\xcd','\x0d','\xcc','\x61','\x1f','\x8e','\xae','\x8a','\xb2','\x01','\x43','\x32','\x6f','\xcc','\xe1','\xad','\x8c','\x00','\x92','\xfa','\x3e','\x46','\xa1','\x53','\xfe','\x62','\xd2','\x19','\xe0','\x04','\xd0','\x50','\x56','\x23','\x89','\x5d','\x96','\x1f','\x1e','\xe8','\x29','\x00','\x2a','\xc7','\xc1','\x50','\xeb','\xa3','\x41','\x84','\xcd','\x61','\xaa','\xc9','\x35','\x8e','\xac','\x4d','\x66','\x1c','\x30','\x73','\xf5','\x6b','\xfe','\x7b','\xa0','\x5d','\x0f','\xaa','\xbb','\x16','\xa5','\x2e','\xaf','\x2b','\xe5','\x3b','\xa1','\x9a','\xba','\x23','\x9f','\xe3','\xb9','\xf2','\xe0','\xe6','\x64','\x15','\xb2','\xbe','\x2a','\x1f','\x4c','\xb7','\xcb','\x2c','\x08','\xc9','\xbd','\x33','\x35','\xb9','\xde','\xf1','\xfa','\xbe','\x2b','\x85','\x8b','\xe6','\x93','\x5c','\x1f','\x91','\x81','\xa0','\x12','\x5f','\xb1','\x89','\x0b','\xd0','\xb4','\x39','\x8e','\x91','\xc5','\x9c','\x1a','\x65','\x2b','\x40','\xce','\x39','\xb5','\x1e','\xcb','\x7e','\xa0','\xa4','\x60','\x87','\xa0','\x00','\xd2','\x28','\xe7','\x28','\x46','\xfc','\x89','\x1d','\xc4','\xb9','\xd0','\x48','\xf9','\x2e','\xe9','\xe8','\xa2','\x53','\x76','\x8d','\xcc','\x4b','\x52','\xe4','\x18','\x27','\x63','\xd7','\x31','\xfa','\x8e','\x41','\x0b','\x42','\x3b','\xeb','\xd1','\x2d','\x1a','\xb4','\x6d','\xaf','\xbe','\xe4','\x6d','\xeb','\xf4','\x6c','\x08','\xe7','\x92','\x85','\x52','\x84','\x61','\xb9','\x2a','\x22','\x43','\xcf','\xba','\x90','\x88','\xb2','\x02','\x73','\xc9','\xa6','\x1e','\x90','\xd5','\xfd','\xa3','\xc2','\x00','\xf3','\xf2','\x95','\xbd','\x09','\x3e','\x89','\x7e','\xfb','\x12','\xdd','\x25','\xac','\xf8','\x70','\x70','\x71','\xeb','\x18','\x5d','\xe7','\xc3','\xc1','\x69','\x9c','\xea','\xa3','\xe7','\x79','\x8c','\x14','\x1f','\x55','\xb3','\xc8','\x48','\x38','\x2e','\xab','\x96','\x68','\x22','\x7f','\xc9','\xe9','\x6c','\xa8','\x58','\xbf','\xd8','\x00','\x5d','\xfa','\x27','\x71','\x47','\xa4','\x4a','\xc3','\x27','\xa6','\xec','\x24','\x27','\x3b','\x3d','\x44','\xb4','\xaa','\xd3','\xc5','\x99','\xa1','\x87','\xa3','\xcb','\xd8','\x19','\x7c','\x9d','\x6b','\xd3','\x14','\xe6','\x5d','\x99','\xb2','\x61','\x5e','\x48','\xe5','\x55','\xb3','\x10','\x5e','\x63','\xf8','\x80','\xe2','\x9d','\xb8','\x17','\x86','\x12','\xa3','\x28','\x84','\x4d','\xc1','\x6f','\x49','\x94','\x23','\x39','\xe4','\x19','\x6a','\xdd','\x0d','\x56','\x5b','\xab','\xa4','\x48','\x88','\x5f','\xa3','\x78','\x13','\xa5','\x3a','\x81','\x01','\xa6','\xfc','\xcc','\xb3','\x72','\x05','\x46','\xca','\x34','\x12','\x4a','\xea','\x63','\x23','\xd0','\x85','\x48','\x6c','\xf1','\x90','\x44','\xd9','\xc7','\x13','\x57','\x77','\x9a','\xd6','\xc1','\xb5','\x14','\x56','\xe6','\x2b','\x9a','\xa3','\xfa','\x78','\xb3','\x69','\x6f','\x91','\x4e','\x5d','\x71','\xa4','\x42','\xf2','\x30','\xcc','\x7b','\xce','\x80','\xd1','\xb0','\x0d','\x35','\x66','\x50','\x2a','\xad','\x16','\x37','\x0d','\x5f','\xb1','\x29','\x4f','\x40','\x1a','\x99','\x1f','\x2b','\x52','\x6e','\xf4','\x59','\xeb','\xd1','\x53','\xa7','\xb3','\x75','\xb2','\x9e','\xcd','\x34','\xa2','\xa0','\x2e','\x49','\xb6','\x1e','\x09','\x9f','\x11','\x7d','\xa0','\x96','\xf9','\x08','\x70','\x1e','\xa4','\x55','\xdd','\x83','\xa2','\xee','\x67','\xae','\x0b','\xef','\x90','\xb2','\x38','\x01','\x1b','\x01','\x48','\x9e','\x7d','\x06','\x8c','\xca','\xa0','\x0b','\xba','\x5d','\x22','\x0b','\xd4','\x00','\x1d','\xd8','\x99','\xea','\x80','\x94','\x37','\x28','\xd8','\x4c','\x43','\xf0','\x84','\xa0','\xeb','\x88','\x7b','\x5c','\x5a','\x31','\x36','\xfb','\x21','\x05','\xc8','\x99','\x36','\xad','\xd4','\xc7','\x0f','\x86','\xd0','\x9f','\x46','\x2b','\xa7','\x85','\x76','\xb3','\x38','\xcb','\xd3','\x06','\xe3','\x4c','\xf5','\xd6','\x00','\x86','\x52','\xb9','\xeb','\x36','\x7a','\x38','\x73','\x88','\x90','\x74','\x58','\x03','\xde','\x25','\x70','\x08','\x80','\x01','\x00','\x62','\x66','\xb4','\x6d','\x3b','\xbd','\x02','\x14','\xc2','\x5c','\x7b','\x7d','\xa0','\x8c','\x98','\xc0','\x40','\xbe','\xf7','\x23','\x48','\xd6','\x30','\xf9','\xcc','\xa4','\xc8','\x05','\x4e','\x5e','\xf1','\x9d','\xbc','\x80','\x6c','\xa1','\xe5','\x14','\x29','\x28','\xb8','\x11','\x5b','\xc6','\x09','\xb5','\x88','\x87','\x7e','\xce','\x23','\x38','\x98','\x6d','\x48','\xc4','\x38','\x97','\x36','\xd9','\x46','\x1f','\x73','\xe9','\xf8','\x5a','\xe4','\x32','\xa8','\x52','\x62','\xec','\xf6','\x35','\xd0','\xb3','\xb4','\x2d','\x64','\x39','\x01','\x94','\x4f','\x48','\x1f','\x23','\x82','\x1e','\x39','\xfb','\xa8','\x0b','\x2e','\x6e','\xfd','\xc2','\xa3','\x17','\x7f','\xdd','\x58','\xb6','\xa2','\x65','\x47','\x3a','\xf6','\x52','\xb4','\x37','\xcb','\x0e','\x29','\xbf','\x24','\x6d','\x34','\x4c','\x6e','\x65','\x49','\x98','\x0a','\x4f','\x8c','\x95','\x8a','\x77','\x68','\x39','\x77','\x2d','\x03','\x4e','\x95','\x29','\xf9','\xf8','\x4e','\xf9','\x46','\x7a','\x6e','\x4f','\xa2','\xaf','\x42','\xb9','\x5a','\xbb','\xcc','\x8d','\xb5','\x7e','\x97','\x2b','\xdf','\xf2','\x55','\xbe','\xd1','\x47','\x4f','\x13','\x95','\x1c','\x7b','\x59','\xab','\x6a','\x2d','\xb0','\x23','\xc8','\x70','\x3b','\x2a','\xef','\x85','\x5f','\xeb','\xf0','\x2e','\x01','\x35','\x19','\xc8','\x89','\x20','\x24','\xe1','\x9d','\x64','\xf5','\xcc','\xea','\xca','\xc6','\x5e','\x60','\xe7','\x71','\xd9','\x96','\x4c','\x61','\x8a','\xdf','\x8c','\x8b','\x80','\x04','\x18','\xd0','\x48','\x75','\xba','\xea','\x94','\x44','\x59','\xb8','\x0f','\x24','\x2b','\x6c','\x5e','\x20','\xc1','\xd4','\x39','\x02','\x16','\x22','\x73','\x1a','\x7c','\x0c','\x52','\xd0','\x34','\x0e','\x4d','\x1b','\x0c','\x6f','\x12','\xdc','\x40','\x0d','\x47','\x31','\x4b','\x51','\xa4','\x32','\x83','\x08','\xcc','\xcf','\x09','\xfb','\x49','\x38','\xf4','\x11','\x00','\x71','\xb5','\x4f','\x8a','\xd4','\xd5','\xd1','\x50','\x7d','\x7d','\x54','\x8e','\x81','\x52','\xee','\xd5','\xc7','\xcd','\xea','\xb4','\xc7','\xa3','\x56','\xa3','\xa9','\xf9','\xbc','\xb3','\x3e','\xac','\xe1','\xe0','\xdd','\xa4','\x5d','\x67','\x77','\x11','\x1c','\x94','\x79','\x73','\x79','\xa1','\x56','\xb6','\xcc','\xa7','\xa2','\x1b','\x73','\x59','\x4d','\x39','\x38','\x11','\x60','\xe1','\xd3','\xf9','\x45','\x4d','\xd4','\xa7','\xf2','\xf0','\xda','\x25','\x08','\xb2','\x01','\x17','\x22','\x50','\xea','\x25','\x72','\x24','\xa7','\xe7','\xb5','\x1a','\x49','\xa1','\xf5','\x11','\x31','\x11','\x10','\xcf','\x6b','\x4c','\xe0','\x87','\xbd','\x39','\xcc','\x58','\x0f','\x72','\x36','\xfb','\x4e','\x46','\x5e','\x60','\x36','\x62','\xa6','\x5e','\x72','\xed','\xde','\x29','\xbc','\x44','\x1b','\x6d','\x77','\xb7','\x68','\xd5','\xea','\x54','\x65','\xd1','\x98','\x1a','\x76','\x4a','\xf2','\x59','\x06','\xd2','\xa9','\x8f','\xf6','\xe0','\xde','\x86','\x78','\x86','\x1d','\xa2','\x5c','\x21','\x09','\x49','\x60','\xaa','\x49','\x5a','\xdc','\x60','\xc5','\x9c','\x68','\xf9','\x39','\x40','\x5d','\xd7','\x61','\xb1','\x58','\x64','\x0f','\x05','\x40','\x14','\x15','\x7a','\x1e','\x6e','\x53','\x95','\x1a','\x66','\xcb','\x9c','\x15','\x8b','\xa0','\xf8','\xa2','\xd6','\x18','\x96','\x0e','\x40','\x3b','\x2e','\x52','\xd6','\xbb','\x6e','\xf1','\x12','\x77','\xb8','\x54','\xf7','\x70','\x90','\xaa','\x94','\xde','\x77','\x1e','\x8b','\xed','\x2e','\x6c','\xbc','\x35','\xd6','\x49','\x05','\x44','\xb2','\x5f','\x28','\xfa','\xa9','\xeb','\xb2','\x9c','\xe1','\x12','\xba','\x5f','\xca','\x96','\x6b','\xbe','\xa4','\xae','\x30','\x29','\x94','\x89','\x71','\x8a','\xde','\xc6','\x05','\xe3','\x88','\xd7','\x05','\xf4','\xc8','\xe1','\x67','\xc2','\x48','\xb4','\x88','\x68','\x65','\x1d','\xbc','\x0b','\xaa','\xab','\xb2','\x64','\x3f','\x33','\x5c','\x94','\x9e','\xb6','\x0a','\x96','\x25','\x05','\x67','\x45','\x7e','\xba','\x34','\x8d','\xa0','\x7c','\xc8','\xc9','\xeb','\x63','\x33','\xaa','\x84','\x63','\x02','\xb8','\x6b','\x8c','\x62','\x25','\x10','\xb4','\xc3','\xe7','\x96','\x31','\xce','\x47','\x26','\xd5','\x7b','\x6e','\x27','\x3c','\x52','\x5d','\xeb','\xd6','\xda','\xe4','\xb5','\x5e','\x09','\x63','\x19','\xab','\x8f','\xf0','\x28','\x9c','\x19','\x57','\x84','\x87','\x44','\xd9','\x9c','\x06','\x12','\x80','\xd1','\xcb','\x63','\xc2','\xd7','\x6c','\x72','\x4e','\xcf','\x86','\xfe','\xb0','\xfe','\xce','\x72','\x7f','\x29','\xf8','\x01','\xd2','\x81','\xa5','\x4b','\x3b','\x95','\x07','\xbc','\x87','\x1c','\xa1','\x71','\xa4','\xab','\x30','\x4d','\x4b','\x6a','\x2c','\x12','\x43','\x0a','\x00','\x55','\x54','\xc4','\x05','\x45','\xdf','\xa5','\x59','\xed','\xe6','\x98','\x8e','\x18','\x1a','\xa8','\x40','\x42','\x52','\x87','\x7d','\x3b','\x61','\x55','\xc7','\x1e','\x4c','\x9a','\x00','\x94','\x51','\xa0','\x22','\x4b','\x4e','\xd1','\x36','\x91','\x1d','\xd6','\x18','\xfe','\x9a','\xb6','\x72','\xf2','\x01','\x8f','\x3d','\x05','\xb8','\xd5','\xde','\xe4','\x60','\xc5','\xcc','\x7c','\xb7','\x25','\x0e','\x67','\xc1','\xf4','\x1a','\x6d','\x96','\x36','\xcb','\xd7','\x74','\xd6','\x8a','\x2a','\xf7','\x19','\x5f','\xf9','\x39','\xcb','\x48','\x35','\x87','\x2a','\x4a','\xad','\x5d','\x2c','\x75','\x8d','\x5a','\x92','\x11','\x8d','\x69','\x22','\xb7','\xb3','\x83','\x0a','\xce','\x1b','\x07','\xa6','\x6d','\xc5','\x29','\xd7','\x77','\xc4','\x1a','\x10','\x5c','\x59','\x39','\x1e','\x4f','\x24','\xca','\x0c','\xe9','\x3d','\x31','\x78','\xc8','\xa7','\x44','\x97','\xac','\x45','\x9c','\xeb','\x4d','\x90','\x05','\x2f','\x61','\xf2','\x39','\x3d','\x1b','\xbe','\x90','\xc9','\x2f','\xbe','\xea','\xa8','\x17','\x72','\xf4','\xce','\x61','\xf5','\xd6','\x89','\xdb','\x2d','\x5c','\xd8','\x47','\xa4','\x36','\xd8','\x91','\xf7','\xbb','\xe3','\x3e','\x5a','\x49','\x01','\x59','\x52','\xd6','\xba','\xcf','\x3f','\x18','\x03','\x70','\xa4','\xd0','\x92','\xaf','\x95','\x3f','\x55','\x7f','\x32','\xff','\x77','\xd0','\x65','\x95','\xfc','\xad','\x21','\x30','\x5e','\xa1','\xe1','\xa8','\x2f','\xb7','\x6d','\x04','\xaf','\xaf','\x0e','\x5d','\xd7','\x0d','\xb2','\xcf','\x5c','\xe0','\x64','\x0f','\x90','\xb8','\xc2','\xd9','\xcd','\xb0','\xa3','\x7c','\x44','\x84','\xb5','\x4b','\x4a','\x8d','\xf2','\xf7','\xe2','\xf9','\x4c','\x5c','\x70','\x91','\x6d','\x99','\xff','\xe9','\x7c','\xe1','\xa6','\xd0','\xec','\xc5','\x30','\xc7','\x88','\x69','\x00','\xa8','\x4f','\x27','\x87','\x37','\xa4','\xd1','\x88','\x9a','\x86','\xa2','\xe5','\x32','\xae','\x0a','\x35','\x31','\xac','\xb6','\x5a','\x44','\x93','\x32','\x93','\x95','\x52','\xf0','\x2c','\x39','\x39','\x5d','\x2f','\x05','\x23','\x47','\x66','\x3d','\xd1','\x43','\xcc','\xb2','\xcd','\x86','\xd6','\xe7','\x16','\x43','\xa5','\x49','\x01','\xd9','\x98','\x68','\x1d','\xc0','\xd3','\xec','\x1d','\xe4','\xef','\x23','\x29','\x14','\x03','\x53','\xc1','\x00','\x10','\xdb','\x3c','\x92','\x1b','\x8d','\x2e','\xff','\x18','\x2b','\x76','\xed','\xc1','\xa9','\x21','\x56','\x69','\xc4','\xd9','\x26','\x91','\xf6','\x68','\x27','\xf4','\x50','\x7f','\x87','\x39','\x86','\x19','\x7c','\xaf','\x0d','\xea','\xcc','\xad','\x4d','\x1e','\xd0','\xb9','\x91','\xef','\xe5','\x29','\x5d','\x3b','\x26','\x27','\x88','\xde','\xcb','\x0b','\xb5','\x46','\xa4','\xec','\x0c','\x33','\xd5','\xfd','\xe2','\xca','\xf7','\xcc','\x61','\x63','\x5f','\x8b','\xd9','\x46','\x38','\x2f','\xc1','\x7b','\x8e','\xfb','\x07','\xbd','\xbe','\x27','\x42','\x38','\x0b','\x4c','\x79','\x94','\xb2','\xb0','\x74','\x7a','\x32','\x21','\x18','\x3b','\x5c','\x1b','\x22','\x6d','\x6e','\xee','\x6b','\x31','\xdb','\x6c','\xd0','\xce','\xcc','\xd9','\x0c','\x9c','\xea','\xa3','\x9f','\xd6','\x35','\x06','\xc5','\x1e','\x1c','\x17','\xd7','\x9f','\xa4','\xee','\x15','\x4e','\xc6','\x66','\x73','\x8e','\xba','\xf2','\x91','\x89','\x80','\x65','\xca','\xd5','\xbe','\x1d','\xa1','\x2a','\x2f','\x2a','\xd8','\x5f','\xe0','\x63','\x25','\x0f','\x2c','\x06','\x74','\x29','\x03','\x4c','\xb9','\x0f','\xf5','\xa1','\xff','\x48','\xa1','\x87','\xcc','\x7b','\xda','\xa9','\x86','\xb9','\x03','\xbd','\x4b','\xe6','\xb1','\x14','\x59','\x06','\x36','\xd2','\xfb','\x4c','\xf1','\xcc','\x45','\x86','\xe3','\x04','\x72','\x80','\xa0','\xd3','\xb8','\x9e','\xe1','\x3d','\x85','\xeb','\x7d','\x08','\xbb','\xed','\x7b','\xe1','\x05','\x14','\x57','\x84','\x8c','\x01','\x84','\x93','\x41','\x04','\x2e','\x1e','\x22','\x4f','\x71','\x45','\xc8','\x9b','\xfd','\x41','\x1c','\x94','\x60','\xbb','\x5f','\xc4','\x1a','\x94','\x26','\xa9','\x6e','\x1b','\x7b','\x78','\xd2','\xba','\xe3','\x85','\x47','\xbe','\x5b','\x32','\x80','\x27','\x88','\x36','\x63','\x2c','\xab','\x2d','\x55','\xae','\x41','\x0a','\x66','\x2b','\xef','\xd3','\x4a','\x84','\x32','\x9a','\xb5','\xdd','\xda','\x53','\xd2','\x60','\x0f','\x10','\x90','\x0b','\x90','\x6a','\x45','\xe2','\x75','\xe7','\x08','\x80','\x83','\xa3','\xa1','\x32','\x2c','\x4b','\x9d','\x3e','\x9e','\x08','\x5e','\x6b','\x0d','\xf1','\xb2','\x00','\xbb','\x45','\x9e','\xd9','\x8f','\xa1','\xf5','\x66','\x6a','\xbc','\xd6','\x2c','\x48','\x49','\xd1','\xa0','\xb4','\x7a','\x65','\xfc','\x52','\x39','\xb6','\x43','\x02','\x08','\x10','\xf5','\xba','\xf4','\x2a','\xa0','\xc8','\x1e','\xdc','\x25','\xca','\x44','\x06','\x46','\x30','\x04','\x44','\x12','\x56','\xd2','\xd6','\x2d','\xf3','\xcd','\xe7','\xb4','\xda','\x93','\x4e','\x6e','\xce','\xfd','\xde','\x93','\x62','\x80','\xdc','\x8a','\x5a','\x60','\x95','\xdc','\xfd','\xac','\xf4','\xc9','\x34','\x7d','\x51','\x76','\x4a','\x71','\x3d','\x81','\x44','\x04','\xeb','\xac','\x32','\x5c','\x2e','\xd2','\xd3','\xe0','\x45','\x28','\x1c','\xa2','\xfc','\x31','\x02','\xd4','\xbf','\xb7','\x9c','\x5b','\xcb','\x78','\x4f','\xc6','\xef','\x07','\x2b','\x8c','\x83','\x6a','\x8d','\xb7','\x67','\x8f','\x56','\xa2','\xa9','\x59','\xb6','\x6a','\x98','\xec','\xfc','\x1d','\xc7','\x39','\x75','\x5a','\xa4','\x4c','\xfd','\xed','\xaa','\xc0','\xce','\xea','\xb5','\xac','\xee','\xe3','\xeb','\x42','\xb9','\xe1','\x80','\xf2','\x1b','\x15','\x41','\x6a','\xe7','\x86','\xe5','\x0f','\xfa','\xbc','\x99','\xab','\xea','\x0e','\x37','\x28','\xac','\x20','\x59','\x9a','\xcd','\xe1','\xc0','\xe0','\x81','\x04','\x1e','\x38','\xe7','\x00','\x84','\xb8','\xd2','\xdd','\xc4','\x00','\x04','\x0d','\xd8','\x33','\x16','\xf3','\x0e','\xf3','\xad','\x2e','\x9e','\x0d','\x92','\xb2','\xe3','\x84','\x52','\xf4','\xa2','\x46','\x91','\x23','\xa0','\xdd','\x68','\xb0','\xff','\x40','\x8b','\x7d','\x07','\x5a','\x6c','\xee','\x9f','\xa1','\x8d','\xee','\xc4','\x44','\xd6','\xa0','\x98','\xdc','\x79','\xad','\x52','\xc3','\x00','\x64','\xd9','\x57','\xf7','\xfe','\x68','\x5f','\x4a','\x67','\x71','\x2a','\xd9','\x0c','\xac','\xc0','\x02','\x28','\x7b','\xb9','\x5a','\x9e','\x01','\x55','\x09','\x80','\x24','\x91','\x69','\x59','\x9e','\xda','\xec','\x46','\xfa','\xdb','\xf2','\xd2','\x50','\xdc','\x38','\x27','\xa9','\xc0','\xb4','\x94','\x7f','\x82','\x44','\xa3','\xcf','\x9b','\x62','\xf6','\x28','\x52','\xb5','\xb7','\xe3','\xd8','\xab','\xf7','\x53','\x3e','\x56','\x33','\x7a','\xc8','\x2f','\xab','\x15','\x9c','\xb5','\x64','\x01','\x0f','\x42','\x15','\xb2','\xf7','\x20','\x93','\x3e','\xf6','\x73','\xe3','\x10','\x03','\x67','\x85','\x95','\x1a','\x72','\x01','\x00','\xb1','\x67','\xf8','\x86','\xe0','\x7a','\x8f','\xde','\xa5','\x20','\x2d','\x88','\xe1','\xb9','\x07','\xba','\x25','\xe2','\x3d','\x0a','\xca','\x83','\x67','\xc4','\x15','\x29','\x06','\x98','\xe0','\x38','\xe9','\x61','\x8e','\x42','\x99','\xce','\xe5','\x3c','\xba','\x3a','\xbf','\x87','\x05','\x8d','\xb7','\x77','\x6d','\x3a','\x13','\x2f','\xc4','\xf2','\x7d','\x31','\x06','\x55','\xc4','\x43','\xad','\x46','\xf2','\xe8','\xd0','\xca','\xa3','\xf7','\x47','\xe7','\x5e','\xf9','\x58','\x7c','\x4e','\x0c','\x78','\x1c','\x94','\xfd','\xc1','\x9e','\xf2','\xa0','\xff','\x19','\x46','\x5d','\x55','\x36','\x69','\xbc','\x01','\x2a','\x77','\x13','\x03','\x60','\x84','\xfd','\x3e','\xde','\x84','\xc2','\x96','\x3d','\x40','\x93','\x2e','\x70','\x72','\x52','\xaa','\x0d','\x80','\xd0','\xb6','\x6d','\x1c','\xbf','\x01','\x91','\x67','\xf5','\x88','\x4a','\xbe','\x23','\x42','\x8c','\x4d','\x28','\xa5','\x85','\x95','\x0b','\x00','\x2c','\x68','\xde','\x74','\xcb','\xb0','\x01','\xc8','\x3a','\x77','\x74','\x98','\x8c','\xdd','\xa8','\xe8','\xbc','\x64','\xea','\xb8','\xaa','\x66','\x9d','\x9e','\xc9','\xc5','\x92','\x5d','\x92','\x65','\x1f','\xde','\x87','\xf7','\x0c','\xea','\x42','\x5a','\x6b','\x61','\xb0','\x40','\x27','\x01','\x8f','\xdc','\xaa','\xcb','\x92','\xa7','\xcf','\x85','\xa7','\xb5','\x7e','\x4a','\xc2','\xac','\xdf','\x4a','\xc5','\xc9','\xac','\xfa','\xc8','\x40','\xd3','\x47','\x6b','\x6d','\xd4','\x76','\xad','\x3b','\x83','\x65','\x30','\x17','\x11','\x5c','\x0a','\x05','\x2f','\xb3','\x70','\xc6','\xba','\xe4','\xae','\x25','\x86','\x33','\xee','\xa1','\x8f','\x87','\x20','\x51','\xf6','\x51','\x7b','\x87','\x0f','\xcf','\xd7','\x2a','\x51','\xcb','\xa6','\xe7','\x8d','\xb2','\x16','\xcb','\x7b','\x60','\x56','\x73','\x4c','\x5a','\x1b','\xc9','\x4c','\x01','\x10','\x99','\xf9','\x23','\x4f','\x64','\x79','\xad','\x51','\x63','\x8b','\x6f','\x86','\x3c','\xdf','\xf0','\x36','\x73','\x4d','\xf8','\x93','\xf7','\xe8','\xe6','\x1e','\x8b','\xed','\x1e','\xdb','\xdb','\x1d','\x7c','\x97','\x84','\x13','\x45','\x41','\x26','\x73','\xdb','\x1a','\x90','\x88','\x80','\xb6','\x6d','\xb0','\xb9','\xd9','\x60','\xdf','\xfe','\x0d','\xec','\x3b','\xb0','\x81','\xd9','\x46','\x83','\xe0','\x4a','\xcd','\x85','\x7b','\x8b','\x94','\x5f','\x91','\xaa','\x04','\x0c','\x82','\xa6','\x44','\x7e','\x42','\x40','\x88','\x06','\x57','\x2a','\xbc','\x8e','\x72','\x45','\x29','\x82','\x2a','\x3d','\x81','\x40','\xac','\xc4','\xea','\x53','\x3b','\x1c','\xa9','\xa5','\xfd','\x64','\xb5','\xc1','\x1c','\x05','\xf9','\x84','\x5c','\x29','\xd3','\xb2','\xfd','\x33','\x26','\xd8','\xf7','\x68','\x8f','\x1e','\x22','\x14','\x86','\x30','\xe5','\x17','\xec','\x44','\xd4','\x79','\x9a','\x18','\xa1','\x28','\xc2','\xe4','\x42','\x94','\x37','\x96','\x40','\x09','\x31','\xe8','\x54','\xdf','\xc4','\x10','\xdb','\xbd','\x8f','\xe7','\x15','\x25','\xdd','\xab','\x74','\xcb','\x0a','\x86','\x97','\xc0','\x47','\x7a','\x2f','\x73','\x1c','\xba','\x0a','\xc4','\xd1','\x3b','\x07','\x02','\x92','\x58','\x70','\xd3','\x90','\xbf','\xac','\x44','\x0f','\x15','\x21','\x57','\xaa','\x6a','\xb5','\x7a','\x57','\x00','\x5f','\xa9','\xab','\xef','\xc4','\xf5','\x8e','\xb2','\x3f','\x6c','\xfe','\xee','\x0e','\xfd','\xff','\xd9','\xfb','\x97','\x25','\x47','\x72','\xa4','\x5d','\x10','\xfc','\x14','\x46','\x7a','\x64','\x9d','\x91','\x91','\x16','\xe9','\xf7','\x7f','\xbd','\xd9','\xcc','\x6e','\xa6','\xfb','\x54','\x46','\x38','\xcd','\xa0','\xbd','\xd0','\x3b','\x00','\x33','\xd2','\x3d','\x3c','\x22','\x33','\xeb','\x2f','\x54','\x65','\x38','\x69','\x84','\xe1','\xaa','\xd0','\x3b','\x54','\x43','\x59','\x48','\xe5','\x3b','\x00','\xc0','\x85','\xdf','\xca','\xaf','\x6e','\xdb','\x56','\xf9','\x57','\x2d','\x53','\x10','\x84','\xde','\xbb','\x4b','\x4a','\xe6','\x76','\x55','\x28','\x50','\x72','\x35','\x10','\x01','\x08','\x80','\x85','\x56','\x66','\x89','\x2a','\x44','\xc5','\xa5','\xa1','\x46','\x81','\x28','\x04','\x79','\x29','\x3d','\x62','\x66','\x9e','\x61','\xf3','\xbb','\xda','\x8d','\x85','\x98','\x95','\x09','\xfc','\xf0','\xd3','\xf4','\xe6','\x19','\x94','\x98','\xa0','\x61','\x23','\xf0','\x7a','\x49','\xa8','\xd1','\x79','\x86','\xd4','\x9d','\x66','\x3c','\x31','\x36','\xab','\x7e','\x63','\x90','\xce','\x10','\x25','\xc1','\xc9','\xf2','\xf5','\xd4','\x30','\xdf','\x49','\x6a','\xa6','\x04','\x04','\x99','\x31','\x58','\x11','\xe6','\xe1','\xf7','\xa7','\xf0','\x6d','\x6d','\xab','\x2a','\x81','\xcd','\x64','\xe3','\x3f','\x2f','\x38','\x3c','\xb6','\xf1','\xd5','\xdf','\x46','\xe1','\x4b','\xe6','\xcf','\xb9','\xca','\x50','\x74','\x80','\x4f','\x98','\xcf','\x8f','\xe0','\xaf','\xff','\x96','\x4f','\x96','\x05','\x1c','\xf1','\xc9','\xde','\x15','\x82','\x77','\xb2','\x33','\x19','\x92','\xff','\x2a','\x26','\x70','\xe6','\xbd','\x4f','\xc6','\x9c','\xcf','\x4c','\x42','\x24','\x57','\x96','\xaf','\xea','\xc6','\x36','\xb8','\x99','\x26','\x85','\x88','\xd4','\xa1','\xda','\x47','\x7a','\x7f','\x5c','\x1a','\xa1','\xf7','\x89','\x79','\xa6','\x33','\x95','\x86','\x52','\xfa','\xc5','\xf2','\x4e','\x74','\x8f','\xb9','\x58','\xba','\x8f','\x43','\x42','\xe7','\x0b','\x31','\x19','\xa2','\x60','\xda','\x67','\xc5','\x79','\x44','\x12','\x75','\xe7','\xed','\xdb','\x86','\x3f','\xfe','\xd7','\x5d','\xdc','\xe8','\xee','\x37','\x50','\x23','\xbd','\xa7','\x68','\x7e','\xfe','\x58','\x12','\xa0','\x82','\x22','\xb2','\x40','\xa5','\x4f','\x6b','\xc4','\x39','\x9b','\x56','\x08','\x41','\xbe','\x50','\x26','\x18','\xa5','\x7a','\xce','\xf4','\x00','\x4e','\xb7','\x0c','\x62','\x57','\x99','\xed','\xad','\xef','\xbc','\x52','\x67','\x64','\x21','\xcf','\xe5','\x82','\x74','\xac','\x0b','\x4d','\x5b','\xf2','\xdf','\xf2','\xb3','\x65','\x85','\x66','\xe8','\x43','\x15','\xfe','\xc1','\x65','\xc6','\x5b','\xab','\x99','\xbd','\x44','\x23','\xc7','\x17','\x5f','\x78','\x69','\x54','\xc0','\x1a','\xbb','\x90','\xc7','\x95','\xf1','\xa0','\xa3','\x2f','\xa8','\xe7','\x4d','\x13','\x05','\x7b','\xdf','\x18','\xad','\x33','\xb6','\xde','\xdc','\xcd','\xbf','\x1f','\x1d','\xc7','\xc1','\xee','\x35','\xc3','\xe9','\xec','\xfa','\x78','\x2d','\x65','\x87','\x2a','\x3d','\xba','\x0a','\x3f','\xa4','\x16','\x22','\x62','\x02','\xb7','\x86','\x96','\xf8','\x56','\x32','\x36','\x66','\x50','\x78','\xff','\xba','\x72','\x4d','\x0f','\x57','\xc5','\x64','\xbb','\xc5','\xd3','\xd3','\x3e','\x82','\x5f','\x5f','\xd4','\x72','\x7e','\xdb','\xb0','\x20','\xa5','\xef','\x54','\xeb','\xac','\xd9','\xe8','\xd7','\x4a','\xb0','\xa2','\xfa','\x9f','\x08','\xa6','\xfd','\x54','\x12','\x4b','\x2f','\x7a','\x9d','\x18','\x53','\xa8','\x8e','\x92','\xc1','\x21','\xf1','\xdf','\xd5','\xb3','\xe2','\x84','\xd7','\x7e','\xe6','\x02','\x77','\x1c','\x07','\x8e','\xe3','\x28','\xae','\x6f','\xef','\xef','\xef','\x2a','\x79','\x5b','\xf6','\x5d','\x87','\x1a','\xf8','\x98','\xda','\xb0','\xb5','\x76','\x99','\x2d','\xb9','\x79','\x39','\x2d','\x37','\x26','\xde','\xe0','\x57','\x25','\x77','\x32','\xc6','\xfa','\x62','\x71','\x4e','\x7f','\x19','\xcd','\x67','\x48','\x04','\x2d','\xf3','\xe0','\x17','\x4c','\x34','\xa5','\x7f','\x9e','\xc5','\x67','\xf7','\x39','\x4c','\xcf','\xa9','\x12','\xd3','\x41','\xb8','\x1b','\x3d','\xf6','\xcc','\x20','\xe2','\xe9','\x69','\x6c','\x8c','\x54','\x37','\xd9','\x2a','\x3a','\xbf','\xe3','\x63','\xa6','\x98','\x9e','\x9d','\x14','\x67','\xac','\x68','\x06','\x02','\x36','\xb0','\xfa','\xa4','\x2c','\x5e','\xc6','\x7d','\x15','\x2e','\x5a','\x19','\x0b','\x3b','\x04','\xf6','\x9e','\x45','\xf1','\xb8','\x6a','\x7c','\x51','\xc5','\xce','\xc3','\x38','\x9f','\x57','\x04','\xb7','\xa7','\x95','\x4e','\x7e','\x7f','\xe5','\xd5','\xff','\xd1','\x85','\xd7','\x5f','\x05','\xf4','\x2a','\x43','\x1e','\x6e','\x49','\x57','\x10','\x33','\x0a','\x52','\x23','\x14','\x7c','\x8c','\x2a','\xff','\xfc','\xde','\xd1','\xe2','\x63','\x3a','\x53','\x0e','\x20','\x09','\xf1','\xe6','\xb7','\xfd','\xec','\xda','\x99','\x1e','\x7e','\x23','\x7b','\xf5','\x64','\xc6','\x57','\x07','\xf4','\x23','\xf2','\xa2','\xd6','\xad','\x2e','\xfa','\xea','\x36','\x8b','\x84','\xa8','\x98','\x24','\xf3','\x7b','\x37','\xa1','\x00','\x2a','\xd8','\x10','\x08','\x5b','\xb8','\xd8','\xea','\x54','\x9a','\x46','\x88','\x63','\x66','\x34','\x22','\xdc','\xde','\xe4','\xae','\xcf','\xdb','\xb7','\x1b','\xb6','\x9b','\xdc','\x1f','\xda','\x1f','\x87','\xe4','\x19','\xb2','\xa8','\x94','\x96','\x28','\x11','\x17','\x82','\x81','\x8d','\x31','\xf5','\x95','\x93','\x70','\x67','\xe1','\x51','\x22','\x72','\xd2','\x10','\x16','\x3c','\x26','\x9e','\xef','\x38','\x19','\x1a','\xd5','\x26','\x5c','\xa7','\xc2','\xfa','\x7b','\x61','\x32','\x12','\x31','\xab','\xf9','\xce','\xf3','\xa2','\xbe','\x56','\xcc','\x7b','\xa2','\xcc','\xed','\x69','\x7b','\x33','\xa2','\x7b','\x41','\x07','\xf4','\xdf','\xb2','\x2a','\x7f','\x9d','\x6e','\xe5','\xaf','\x2f','\x15','\x09','\x97','\x47','\x4f','\x21','\xf8','\x49','\x05','\xff','\x59','\x99','\xed','\xd2','\xd5','\xc4','\x3f','\x19','\x1b','\x8c','\x25','\x6f','\xe2','\x2e','\xa1','\x9c','\x2c','\x42','\xcc','\xb8','\x75','\xc6','\x71','\x34','\x15','\x80','\x3a','\xfa','\xae','\x11','\xe3','\x8e','\x94','\x98','\xd5','\x46','\xa3','\xe3','\x70','\xe6','\x5f','\x05','\x21','\xc7','\xb5','\x2c','\xa1','\xba','\xd1','\x49','\xf8','\x55','\x82','\x0b','\x48','\x36','\x3a','\xc3','\x05','\x65','\xa1','\x5e','\x5c','\x8f','\x2f','\x2b','\xce','\x17','\xe7','\xef','\x3c','\x56','\xa9','\x08','\x5d','\x4b','\xbd','\x97','\x15','\x22','\x43','\x7a','\x69','\xf8','\x0e','\x4f','\x42','\x5b','\x3b','\x1f','\xea','\x0c','\xdf','\x13','\x03','\x7a','\x51','\x21','\x84','\x4f','\xdf','\x00','\xc4','\x3a','\xdb','\x87','\x69','\x2e','\xe3','\xb4','\x58','\x65','\x0f','\x00','\x1e','\xf6','\xcd','\x27','\xac','\x7f','\x46','\xc4','\x8e','\xe5','\xf2','\x60','\xdf','\x77','\x1c','\xc7','\x31','\x3d','\x2f','\x77','\x80','\x00','\x94','\x7b','\x40','\x6f','\x6f','\x6f','\xa1','\x29','\x0b','\x5e','\x5c','\x9e','\x29','\x31','\x6a','\x5d','\x1e','\xb2','\x03','\x9a','\xc6','\xef','\xc8','\x44','\xcc','\x08','\xbe','\xf6','\xe1','\xf7','\x3e','\x0c','\x41','\xb9','\x10','\x94','\xe6','\x67','\x04','\x8a','\xe7','\x75','\x79','\xa9','\x2c','\x04','\x11','\x13','\x22','\x4a','\xa1','\xb2','\x76','\x68','\x44','\x75','\x4f','\x07','\xa0','\x94','\xf9','\xaf','\x09','\x52','\x44','\x39','\x4b','\x09','\x10','\x87','\x7a','\x94','\xeb','\x26','\xde','\x28','\x33','\x4c','\x75','\x9c','\xb1','\xfe','\x50','\x33','\x70','\x1b','\xac','\x52','\xde','\xf0','\x34','\xb7','\x90','\xf1','\x41','\x90','\xbb','\x3b','\x09','\x4e','\x3f','\xbe','\xae','\xe1','\x6e','\x67','\x59','\x9b','\x7d','\x7c','\x0b','\x38','\xce','\x5a','\x9f','\x66','\xc8','\xc6','\x0e','\x06','\x47','\x9b','\x67','\x25','\xe8','\xd7','\xff','\x64','\x4a','\xf6','\xf7','\x2d','\x2b','\x82','\x2a','\xb0','\x9b','\xb4','\x33','\x0a','\xbb','\xae','\xf5','\x33','\xfc','\x30','\xb4','\xf1','\xd7','\x97','\xd5','\x81','\x7e','\xad','\x5a','\xfe','\x2d','\x2c','\xa2','\xa1','\xc8','\xa8','\x42','\xd4','\x79','\xaa','\x80','\x65','\x39','\x3d','\xa4','\x1f','\x5c','\xb9','\x01','\x1f','\x5a','\x0b','\xae','\x0e','\x61','\x88','\xb0','\xb2','\xe9','\x79','\x6d','\x0d','\xb7','\x5b','\x12','\x40','\x8c','\x79','\x51','\x64','\xed','\x3e','\xf6','\xad','\xe1','\x76','\x93','\x36','\xf6','\xc7','\x11','\x09','\x98','\x93','\xf0','\xe3','\x70','\x72','\x81','\x70','\x28','\xfd','\x13','\x4a','\xa2','\x2c','\xec','\xe4','\x67','\x66','\x19','\x4a','\xc2','\x4f','\x61','\x00','\xac','\x2e','\x1c','\xff','\x2c','\xef','\x66','\xc6','\x87','\x8a','\xcf','\x79','\xc0','\x38','\x0d','\x13','\xbe','\x32','\xb7','\xf0','\x69','\x51','\xed','\xdb','\x40','\x8c','\x2b','\xbd','\x58','\xbf','\xf7','\xdf','\xf2','\xdf','\xf2','\x97','\x97','\x57','\x40','\x92','\xeb','\x97','\xcf','\xb8','\x49','\xd5','\x92','\x70','\x25','\xe0','\x4a','\xb3','\x6d','\x63','\x1c','\xbd','\x61','\xdb','\xbb','\xb8','\xc5','\x69','\x90','\x84','\xa3','\x4b','\x02','\x67','\x77','\x8d','\x43','\x16','\xa4','\xd8','\xf9','\x46','\x10','\xc4','\xad','\x0e','\x8a','\xdb','\x28','\x02','\x27','\x04','\x0e','\xc9','\x01','\x53','\xb8','\x28','\xaf','\xbe','\xb4','\x7c','\x64','\x8d','\x16','\x75','\xf9','\xe4','\x79','\xfc','\x9e','\xa4','\x5c','\x23','\xb0','\x4f','\x84','\x82','\x57','\xc6','\x66','\xfc','\xae','\xb4','\xf1','\x41','\xda','\x95','\x1b','\x79','\xb9','\x8c','\x0c','\xfb','\xba','\xbd','\xcc','\xff','\x06','\xdc','\x44','\x1b','\xc5','\x42','\xcf','\x3c','\x05','\x46','\xb0','\xe2','\x02','\x50','\xdc','\xf9','\x09','\x80','\x28','\x7e','\x73','\x2a','\xb5','\x70','\x26','\x3a','\x2d','\x16','\x9e','\x54','\x02','\x37','\x26','\xb7','\x25','\xd7','\x85','\x22','\xf1','\x5b','\x4e','\x07','\x7b','\x73','\xe0','\x9e','\x4a','\x46','\x5f','\xfd','\x5c','\xc8','\xc5','\x67','\x0e','\x5b','\x5e','\xa0','\x25','\x24','\xd0','\xea','\x4f','\x96','\x4e','\xd2','\x9f','\x41','\xe8','\xb0','\x32','\x48','\xeb','\xc1','\xfc','\x9c','\xb8','\xa8','\xb8','\xb0','\x13','\x93','\x2e','\xc2','\xac','\x13','\xf4','\x44','\x41','\x83','\xb7','\xd2','\xcc','\xe8','\xf3','\x25','\x69','\x5b','\x23','\x56','\xac','\x30','\x5d','\x21','\x24','\xfb','\x6d','\x35','\x28','\xac','\x01','\x4f','\x87','\x68','\xc2','\x8b','\xf4','\x61','\xe6','\xec','\x1c','\x56','\x21','\x0e','\x61','\x76','\xe1','\xe3','\xcc','\xc8','\x0c','\xcb','\x77','\xb9','\x9d','\x49','\x6a','\xcd','\x42','\xe9','\x38','\xbc','\x4b','\x1e','\xf1','\x57','\xf0','\x18','\xbf','\xaa','\xdd','\x7f','\x5a','\x31','\x18','\xcd','\xd2','\x8c','\x32','\xc7','\xc6','\xb3','\x9a','\xe0','\x13','\x51','\x7d','\xf0','\x04','\x1b','\xff','\x15','\x65','\x3e','\x47','\xf6','\xf1','\x15','\xf9','\xc3','\x34','\x9b','\x45','\xa1','\xa1','\xf0','\x2e','\x3f','\xe5','\x43','\x35','\x72','\xdb','\x8b','\x62','\x0a','\x8f','\x93','\x2e','\x33','\x6e','\xcc','\xef','\x8c','\xe3','\xca','\x9f','\xd9','\xff','\x4b','\x61','\x10','\x42','\xae','\x49','\x15','\x55','\xb9','\xd5','\x08','\x8d','\x5a','\x4a','\x34','\x68','\x73','\x21','\x3f','\x97','\x5b','\x23','\xd0','\x26','\x6e','\x2c','\xfb','\x2e','\x4c','\xc9','\xd1','\xbb','\x47','\xae','\x5c','\x45','\x5f','\x73','\xbc','\xe7','\xf8','\x0f','\x82','\xcb','\x1c','\x67','\xe8','\x7d','\x53','\x42','\x68','\x74','\x7b','\x22','\x04','\x2c','\x8c','\x8c','\xe1','\x1f','\x5a','\x21','\x04','\xeb','\x6a','\x10','\x8c','\xa6','\xfb','\x93','\x2d','\xe1','\x5c','\x0a','\x7c','\xe5','\xcb','\xa0','\x8b','\x53','\x60','\x23','\x49','\x57','\xcd','\x81','\x7c','\x50','\xde','\x95','\x2d','\xc9','\xd1','\xed','\x50','\x7e','\xf9','\xaf','\x55','\xe7','\xeb','\xca','\x7f','\x97','\xf2','\x8b','\xca','\x0a','\xa7','\x8c','\x55','\x06','\x41','\xe5','\x9a','\x18','\x66','\x46','\x74','\xfe','\x89','\x51','\xcf','\x81','\xe1','\x18','\xe1','\x1b','\x00','\x28','\x2d','\x69','\x8d','\x70','\x74','\x06','\x6f','\x8c','\xd6','\xc9','\x2d','\x41','\xe6','\x62','\x6b','\x2e','\xbb','\x71','\x3e','\x79','\xea','\xc8','\x3c','\xe7','\x5c','\x79','\x62','\xbc','\x6e','\x13','\x3c','\x62','\xa1','\xbd','\x99','\xe1','\x96','\xe5','\x8f','\x14','\x77','\x09','\x2f','\x0c','\xef','\xbc','\x0e','\xbf','\xa4','\xac','\x9a','\xe7','\x17','\xb6','\xe7','\xc5','\x66','\x43','\x08','\xd2','\x07','\x4e','\xeb','\x12','\xc3','\xbe','\xe8','\xc7','\x15','\x80','\xcb','\xa5','\x5c','\x00','\xc4','\xc5','\x48','\x2a','\xdd','\xa0','\x25','\x3f','\x09','\x40','\x83','\xee','\x50','\xd9','\x8f','\xdb','\xed','\x36','\x37','\x89','\x21','\x08','\x82','\x5c','\x58','\x95','\x3b','\x40','\x16','\x3a','\x2e','\x98','\x50','\x0b','\x43','\x3a','\x48','\x29','\xe3','\xc0','\x09','\x68','\x20','\xb4','\x5b','\x9d','\xb1','\xdd','\x93','\x39','\x8c','\x31','\x4f','\x4c','\xba','\xbf','\xe8','\x26','\x26','\x01','\xc8','\xac','\x60','\x63','\x65','\xc0','\x57','\x0c','\x7d','\x91','\x78','\xc7','\xdf','\xd2','\x02','\x8e','\x43','\xcd','\xbf','\x64','\x0b','\x54','\x21','\x4c','\x34','\x44','\x24','\x5a','\x1c','\x8b','\x91','\xa9','\xf3','\x84','\xa9','\xa5','\x19','\x1a','\x1e','\x38','\xbf','\x08','\x4a','\x17','\xa3','\x32','\x43','\x62','\xad','\x8c','\x84','\xdc','\xc7','\x41','\xf5','\xb0','\x09','\x63','\xb4','\x8a','\x9a','\x02','\x5f','\x1f','\x59','\xae','\x27','\x1c','\xfc','\x8a','\xb9','\xf2','\xfe','\x63','\x70','\x39','\x92','\x9d','\xc1','\x47','\x30','\x32','\x49','\xe8','\xd1','\x1f','\xaa','\xc0','\x46','\x58','\x61','\xc4','\xcc','\xc7','\x19','\xa3','\x77','\xc6','\xeb','\xfd','\x74','\xb1','\xc5','\x5c','\x99','\x94','\x9f','\xf5','\xb5','\x3a','\xd0','\x7f','\x37','\xbe','\xfe','\x67','\xcb','\x72','\xd1','\x13','\x20','\xa5','\x7a','\xa1','\x89','\x4f','\x44','\x0c','\x89','\x58','\xea','\x19','\xf6','\xe0','\x2c','\x83','\x25','\xe8','\xab','\xca','\x55','\x7b','\xb4','\xf8','\x34','\xee','\x63','\x39','\xb9','\x04','\x8c','\xf7','\x7c','\xb2','\xe0','\xe1','\x0c','\xb2','\xcf','\x3b','\xa0','\x86','\x5a','\x80','\x57','\x50','\x80','\xbf','\x00','\x40','\x0c','\x9f','\x52','\x30','\x00','\x2b','\x05','\x88','\x47','\x77','\x33','\xc6','\x7e','\xc0','\x75','\x82','\x02','\x28','\xa1','\x5b','\xdd','\x3f','\x0d','\xc7','\x2f','\x6e','\x2a','\x5d','\xdd','\x53','\xa2','\x6f','\x73','\x5f','\x0b','\x8d','\x6b','\xe0','\x85','\xa6','\xb9','\xd4','\x5a','\x7e','\xee','\xf8','\x6c','\x80','\xa7','\x79','\xc8','\xd7','\x38','\xc1','\x90','\x9e','\xd2','\x1d','\x4e','\xb5','\xb2','\xc0','\x1a','\xdf','\x6d','\x0c','\x3a','\x47','\x83','\xe9','\x06','\x4f','\x87','\x50','\xfa','\x26','\x02','\x1a','\x4b','\x32','\x46','\x84','\x65','\x2c','\x8f','\xc6','\xa3','\x1e','\x19','\xcd','\x5b','\x0e','\x74','\x35','\xf0','\x19','\xb9','\xac','\x2d','\x49','\xff','\x2d','\xc0','\x09','\x6f','\x65','\xe5','\x12','\x68','\x2e','\x36','\xe3','\x1f','\xb5','\xd0','\x27','\x4c','\xcd','\xcf','\x96','\x27','\x28','\xcb','\xce','\x89','\x31','\x6a','\x85','\xef','\x3f','\x61','\xfc','\x57','\x8f','\x33','\xc4','\x1b','\x2f','\xc5','\xda','\x41','\x03','\xc0','\x5b','\x03','\x51','\x84','\xd2','\x6e','\x4c','\x9a','\x0c','\x9e','\xd1','\x5b','\x47','\x3f','\xc8','\x85','\x20','\x66','\xe3','\x4b','\x02','\x93','\x4f','\x57','\x22','\x3a','\x0b','\xd9','\x57','\xfc','\x4e','\x6c','\xe7','\x5e','\x2d','\xf4','\x04','\x40','\x13','\xbd','\x3a','\xae','\xd0','\x3f','\xaf','\x40','\xc5','\xc9','\x8c','\xaf','\xdf','\x79','\x56','\xed','\x23','\xfb','\x69','\xf3','\x2c','\xfc','\xf5','\x75','\x9b','\x1f','\x06','\x97','\xc2','\x67','\xf2','\xf4','\x2f','\x60','\xd4','\xe3','\xe3','\x57','\x2e','\xf2','\xf0','\x1b','\x6c','\x5f','\xcc','\x6a','\x97','\xf2','\xc7','\xe5','\xfb','\xa1','\xfa','\x22','\x03','\x4b','\x61','\xc7','\x82','\xbc','\x8d','\xa5','\x24','\x42','\xdd','\xf7','\x3d','\x69','\xc2','\xc8','\x1b','\x2f','\xd7','\x6c','\xb2','\xe9','\xbf','\x2b','\xd2','\xb7','\x76','\x8d','\x68','\x6c','\x89','\xc8','\xe8','\xcb','\x42','\x24','\xd3','\x92','\xb1','\x11','\x5d','\x7b','\xd7','\x00','\xd1','\xce','\x13','\x4d','\xcc','\xfc','\x87','\x14','\xc7','\x67','\xab','\x3e','\x1d','\xea','\x13','\x0a','\x4b','\xf5','\xaf','\x13','\xe7','\x85','\x45','\xc7','\xe5','\x42','\x63','\x18','\x28','\x9e','\xdb','\x45','\x3b','\x23','\xa6','\x13','\xef','\xe5','\xdd','\xd7','\x1f','\xc6','\x3e','\x96','\xda','\x48','\xd8','\x9a','\x84','\x70','\xc7','\xa5','\x7e','\x7a','\x27','\xd7','\xcf','\x6b','\xf0','\x81','\x35','\x2d','\x16','\xaa','\x7c','\x78','\x54','\xa0','\x75','\xc6','\x97','\x50','\xfe','\x83','\x02','\xb0','\xf1','\x02','\xd6','\x31','\x7b','\x63','\x69','\xdc','\x36','\x24','\x65','\xc6','\x64','\xb8','\x6b','\xa6','\x00','\xe3','\x3b','\xff','\x2d','\x5f','\x57','\x4e','\x84','\x1f','\x43','\x72','\x94','\x2e','\xaf','\x11','\xc1','\xb5','\xe1','\x94','\xdf','\x49','\x0c','\xac','\x30','\xe0','\xf2','\xab','\xa5','\x96','\x99','\xce','\x77','\xfa','\xf4','\x51','\xed','\xdb','\x6b','\x65','\x29','\xed','\xc4','\x57','\xa2','\xc5','\x63','\x2a','\xb0','\x19','\x75','\x53','\x7d','\x9b','\xe7','\x78','\x38','\x13','\x63','\x0d','\x18','\x33','\x6c','\xd2','\x07','\x8d','\xd5','\x02','\x90','\x9f','\x10','\xda','\x7c','\x9e','\xcf','\xe6','\x62','\x8f','\x8c','\x3f','\x29','\xee','\xaf','\xb9','\x24','\x61','\x88','\x0d','\x83','\x35','\x44','\x76','\x77','\xc0','\x93','\x15','\x82','\xa0','\x19','\xb9','\xa5','\x9e','\x25','\x30','\xec','\x16','\xc5','\x49','\x15','\x22','\x39','\x67','\x9a','\x24','\x3f','\x95','\x04','\xd2','\x96','\x60','\xd5','\x84','\x2c','\xd7','\xe6','\x99','\xb6','\xf5','\x64','\x0e','\xbe','\x07','\x49','\x90','\x71','\x94','\x9d','\xf0','\x58','\x21','\xc3','\x6c','\x4b','\x5d','\x2f','\x4e','\xbb','\x5c','\x64','\xdf','\x6d','\xee','\xe5','\x7e','\x92','\xed','\xab','\x0a','\x67','\x5b','\xba','\x87','\x64','\xb4','\x50','\x13','\x2f','\xf6','\x2d','\x84','\x26','\x1f','\x17','\x65','\x9c','\xcb','\x0e','\xfb','\xae','\x37','\x5c','\x32','\x87','\x99','\x08','\xad','\x20','\xee','\x93','\xe5','\x67','\x91','\xe3','\x17','\x0e','\xe5','\xab','\xcb','\x0a','\x45','\x3d','\x1d','\xe6','\xab','\x6b','\xf1','\x8f','\x90','\x38','\x7f','\x21','\xd5','\x7b','\xb1','\xe9','\xc2','\x4a','\xf0','\x6a','\xb9','\xea','\x2e','\x39','\x86','\xa5','\xdc','\x09','\xa5','\x1a','\x89','\x81','\x4e','\x5b','\x40','\x9b','\x60','\x33','\x62','\xa0','\x75','\xa1','\x21','\x9d','\x3a','\xfa','\x46','\x6a','\x71','\x6e','\x11','\xc8','\xeb','\x08','\x45','\x5b','\xf0','\x47','\xf5','\xfc','\x3a','\xc3','\x42','\x04','\x3e','\xa0','\xf7','\x8f','\x58','\x72','\x09','\x11','\xe0','\x41','\x14','\xa6','\xb9','\xd2','\x73','\x90','\x58','\x31','\xaa','\x93','\x94','\xb7','\x58','\x9e','\x9f','\x29','\x63','\x97','\xab','\x31','\x0c','\xfd','\xbf','\x7c','\x14','\x56','\x4f','\x5e','\x39','\x70','\x13','\x7d','\x1d','\x87','\xb6','\x46','\x4e','\x4b','\x10','\xa2','\xc0','\xb9','\x46','\x53','\xda','\x60','\x01','\xf2','\xc1','\x2e','\x12','\x23','\x97','\xbc','\xa6','\xa9','\x94','\x28','\x70','\x39','\x17','\x90','\x3d','\x9b','\x19','\x74','\x41','\xd0','\xa5','\xad','\x0e','\x0d','\x86','\x40','\x18','\x7d','\xd8','\x32','\xbc','\xb9','\x26','\x4c','\xbf','\x14','\x42','\x9e','\x04','\x8b','\xe8','\x29','\x5c','\x48','\xc8','\x98','\x67','\x5e','\x04','\x2a','\x48','\x0b','\xbb','\x64','\x0e','\xc6','\xe2','\x8c','\x47','\x5d','\x40','\x2a','\x03','\x48','\xae','\x1f','\x46','\xa8','\x4f','\xda','\xa6','\xd4','\x96','\x31','\x10','\x3a','\x81','\xda','\x76','\x62','\x9a','\x4e','\x86','\xb4','\xfa','\x50','\xeb','\x4c','\x8f','\x5f','\xd5','\x2c','\x3e','\x29','\x67','\x6b','\x46','\x01','\xa6','\x65','\xd9','\xd3','\x81','\xb6','\xe4','\x63','\xf2','\x25','\x09','\x40','\x29','\x3f','\x51','\x6b','\x24','\x0c','\x51','\x6b','\xe8','\x24','\x01','\x32','\x68','\x68','\x73','\x3d','\x84','\x6b','\xe1','\xe7','\x7f','\x64','\x59','\x21','\xd2','\x5f','\xd1','\x7e','\xea','\x23','\x91','\x25','\x17','\x68','\x22','\x07','\x16','\x0a','\x76','\xe3','\x0c','\x1b','\x88','\xdf','\x08','\xac','\x61','\xf3','\x43','\x08','\x72','\xc0','\xca','\xe7','\xf0','\x97','\x4c','\x69','\x94','\x36','\x86','\xdf','\x2e','\x3a','\x0d','\xbc','\x16','\x0c','\x72','\x08','\xf7','\x08','\x98','\x3f','\xeb','\xc0','\xdb','\xd1','\x92','\x95','\x10','\x5f','\x36','\xd9','\x81','\xba','\x0c','\xeb','\xc9','\x18','\xf2','\x88','\xe5','\xa1','\x24','\x41','\xc4','\x42','\xcd','\x1e','\x16','\xc1','\xcd','\x05','\x05','\xe1','\x6e','\xb6','\x4d','\x72','\x06','\x6d','\x8d','\xf4','\x3e','\x22','\x84','\x20','\xe9','\xed','\x62','\x23','\x50','\xdb','\xad','\x61','\xdb','\xd4','\x85','\xae','\x89','\x8b','\x75','\xdb','\xa8','\xe0','\xbf','\x25','\x2a','\x2c','\x43','\xac','\xc0','\x67','\x02','\xf4','\x32','\x50','\x4d','\x12','\x80','\x8c','\xd6','\x04','\xed','\x89','\x39','\x18','\x43','\xc4','\x3d','\x65','\x98','\xf7','\xff','\xec','\xdd','\x80','\xc7','\x7e','\x48','\x5b','\x47','\x0c','\x42','\xc7','\x4e','\xe5','\x0c','\x44','\xde','\x91','\xf8','\x5c','\x70','\x3d','\xc5','\x9e','\x18','\xac','\x70','\x52','\x22','\xc4','\xa4','\x29','\xe6','\xf0','\x55','\x65','\xc4','\x17','\x2b','\xc9','\xe1','\x1f','\x5a','\xfe','\xe1','\xc3','\xff','\xfb','\x96','\x8f','\xd0','\x98','\x9f','\x14','\xb2','\xcf','\x5e','\x9f','\xd1','\xa3','\x78','\xe3','\x70','\x53','\x8b','\x10','\x35','\xf1','\x2a','\xb0','\xb0','\xd9','\x9d','\xd0','\x0f','\xc2','\xb1','\x49','\xb2','\x78','\x68','\x64','\xcb','\x7c','\xcf','\x71','\x6c','\xdb','\x05','\xa4','\x0e','\x74','\x12','\x4b','\xae','\xe3','\xc4','\x26','\xf8','\x6d','\xc4','\xd1','\xf2','\xee','\x0b','\x82','\xd0','\x6a','\x42','\x8b','\x67','\xcf','\x96','\xee','\xdc','\xbd','\xf6','\x85','\x92','\x17','\xf7','\xec','\xa5','\x2b','\x3a','\x94','\xf8','\xf6','\x32','\x80','\x8f','\x96','\x4f','\xbc','\x47','\xbe','\xd2','\x70','\x7a','\x6b','\x74','\xa4','\x6d','\x2d','\xdd','\x4d','\x45','\x22','\x15','\xbc','\xec','\xeb','\xe5','\x20','\x08','\x65','\x00','\x44','\x8b','\xe7','\xa4','\x9b','\x66','\x96','\x20','\x05','\x98','\x0e','\x97','\x9a','\x3d','\xf8','\xc3','\x54','\x64','\xb7','\x4d','\xa2','\x37','\x5f','\x6f','\x1f','\xbf','\x13','\xae','\x11','\x2a','\xd4','\x34','\x09','\xc9','\x44','\x8e','\x4e','\x93','\x82','\xa6','\x58','\x42','\x10','\x80','\x9c','\x69','\x68','\x96','\x2d','\x72','\xf4','\x88','\x69','\x86','\x6e','\x01','\x43','\x11','\x80','\xe0','\xb3','\xc5','\x0c','\x4c','\x56','\x87','\xd2','\xe1','\xc8','\x02','\xd5','\x13','\x88','\xb5','\x43','\xf7','\xb4','\x4e','\x9e','\x4f','\x61','\x32','\x31','\x10','\xfd','\x8b','\x7e','\xf3','\x33','\x27','\xca','\xab','\xa3','\x65','\x3f','\x0e','\x73','\x1e','\x04','\x3b','\xa2','\xb8','\x25','\x6c','\x0c','\xaf','\x49','\xe8','\xc6','\x5c','\x5a','\x70','\x89','\xe3','\x60','\x1c','\xfb','\x11','\x7b','\x53','\xf8','\x52','\x1a','\xf6','\x31','\xd7','\xb9','\xe6','\x16','\xb3','\xe6','\xf6','\x2a','\x92','\xdf','\xfc','\xcb','\x47','\xea','\x7e','\xb4','\xc2','\x50','\xae','\x90','\xcc','\x55','\xdd','\x15','\xe3','\x72','\xd5','\xee','\xd9','\xb8','\x06','\x19','\x60','\xb9','\x4c','\x05','\x66','\x8c','\xa5','\xb4','\xdd','\x89','\xb3','\x90','\x35','\x31','\x39','\x2c','\xb2','\xe5','\xa7','\xb3','\xfa','\xce','\xf8','\x39','\x55','\xb1','\x7b','\x82','\xe3','\x99','\x4d','\x42','\x4a','\xe9','\x7b','\x7c','\xbe','\x9a','\x70','\xfe','\x65','\x05','\xbf','\xaf','\xbd','\xbd','\x7c','\x4e','\x15','\xb6','\x7c','\x6e','\x14','\x5f','\x88','\x86','\x31','\x8e','\x67','\x29','\x23','\x2b','\xd7','\xe4','\xa4','\x2a','\xe3','\xd1','\x63','\xa4','\x3b','\x40','\x76','\xae','\x68','\xf9','\x4a','\x6d','\xe8','\xaa','\x18','\x82','\xe0','\xf2','\x35','\x0f','\x59','\xf6','\x84','\x71','\x3c','\x3a','\x1e','\xef','\x3b','\x8e','\x5d','\xdc','\xdb','\x4c','\x70','\x91','\x63','\x2e','\x82','\xcd','\xed','\xde','\x02','\x16','\x54','\xb1','\xd1','\x36','\x11','\x90','\xfc','\xec','\x1b','\x0e','\x2d','\x13','\x4c','\xf3','\x48','\x8e','\xe5','\x99','\xc6','\x1a','\x22','\x2b','\x33','\x1a','\xe8','\xc1','\x84','\xa7','\x1c','\x47','\x55','\xdc','\x6b','\xa8','\x43','\xda','\x37','\xa0','\x23','\x60','\x0b','\x9a','\x63','\x82','\x0f','\xf7','\x10','\xf8','\xf2','\x90','\xfd','\xf7','\x49','\x03','\x54','\xd7','\xcf','\x05','\x40','\x42','\x08','\x46','\x99','\x7e','\x98','\x3b','\x1d','\x89','\xf0','\x98','\x05','\xa2','\x82','\xbf','\xa7','\xe0','\x0a','\x95','\xd9','\x0a','\x65','\x20','\x9e','\x97','\x2b','\x3a','\x80','\x8b','\xdf','\x56','\x38','\xe7','\x19','\x9e','\xfa','\x99','\x72','\x8d','\xde','\x4f','\x5f','\xf9','\xea','\x61','\xcc','\x0d','\x5e','\x2d','\xf2','\x97','\xf7','\x7a','\x52','\xc6','\x99','\xf2','\xf9','\xcf','\x5f','\x5d','\x5e','\xa0','\x2d','\xf9','\x88','\xaf','\x49','\xef','\xf8','\x90','\x87','\x6f','\x99','\x06','\x5c','\x15','\xc5','\x85','\x7a','\x9e','\x58','\x79','\x0a','\xea','\x92','\x3f','\xa8','\x77','\xb1','\xe0','\x6c','\xcc','\xd8','\x0f','\x06','\xef','\x8c','\xce','\x49','\x91','\xb3','\x68','\x2d','\xfb','\x98','\x80','\x19','\x7c','\x08','\x2e','\x31','\xcf','\x7d','\x6e','\xe6','\xde','\x1a','\x38','\xd2','\x60','\xd5','\x41','\xf6','\x05','\xfe','\xee','\xac','\xce','\x0a','\x86','\x39','\xff','\x3b','\xf0','\xb9','\xcb','\x17','\xe7','\x97','\xeb','\x83','\x81','\x37','\xb4','\xa1','\x5c','\x05','\x35','\xe0','\xfa','\xcf','\x5c','\xc6','\xf9','\x0c','\xa4','\xee','\x95','\x42','\x80','\x26','\x42','\x5d','\xf7','\xb3','\x44','\x09','\xca','\x6f','\x36','\xa5','\x3b','\x53','\xff','\x50','\x85','\xec','\x50','\x72','\x7a','\x9f','\x5c','\xca','\x1d','\xa0','\x6d','\xdb','\xca','\x0b','\x92','\x10','\x95','\x7c','\x7c','\xa3','\x60','\x92','\x03','\x24','\x98','\xbf','\x64','\x8e','\xac','\x51','\x84','\x01','\x40','\x08','\xc4','\xcd','\xa6','\x5e','\x19','\x31','\xb9','\x1f','\xa0','\x9e','\xe5','\x9a','\x24','\x34','\xbb','\xe0','\xe5','\xfb','\x25','\xc6','\x44','\xe5','\x43','\x37','\x2f','\x14','\x4d','\xbb','\x31','\x2d','\xa8','\xf1','\x67','\x83','\xa6','\xce','\x89','\x96','\x56','\xc8','\xf7','\x77','\xa8','\x40','\xfe','\xd8','\xa7','\xb5','\x77','\xf2','\xfb','\x72','\x10','\x67','\x65','\x0d','\x49','\x9c','\x26','\xcd','\xab','\xb1','\x8f','\x8c','\xc3','\xd4','\x5e','\xed','\x5c','\xd6','\xf1','\x05','\xb4','\xb3','\x38','\x70','\xa1','\x55','\x27','\x64','\xe6','\x18','\xa4','\x6e','\x30','\xc6','\x24','\x2b','\x90','\xd3','\x46','\xe8','\x47','\xc7','\xe3','\xfd','\x00','\xf6','\x5e','\x46','\x63','\x07','\x72','\x42','\x2e','\xe9','\xf7','\x67','\xae','\x70','\xcb','\x32','\x21','\x86','\xd7','\xca','\xaf','\xa4','\x29','\x53','\x79','\x36','\xa5','\x67','\xbf','\xaf','\x98','\xe8','\xb3','\xef','\xcf','\xda','\x4d','\x17','\x38','\xec','\x6e','\x43','\xb3','\x33','\x61','\x7b','\xda','\x28','\xee','\x44','\x24','\x82','\x00','\xa4','\x3b','\x1f','\x40','\x15','\x04','\x8c','\xa0','\x24','\xc4','\x99','\x85','\x6e','\xf6','\x7f','\xa1','\xbd','\x7e','\xb6','\x7c','\x94','\x29','\x59','\xd4','\x1f','\x98','\x4d','\x7b','\x66','\x73','\xa2','\xfc','\x7d','\x21','\x64','\xcd','\x20','\x37','\xf4','\x71','\x35','\x44','\x2a','\xad','\xe2','\xd4','\x83','\x3a','\x99','\xbb','\x19','\xa8','\x81','\x28','\xae','\x3a','\x19','\xf0','\x62','\x46','\x55','\xcc','\x48','\xd1','\x39','\xcd','\x8d','\xad','\xe1','\xf6','\xd6','\x70','\xbb','\x6d','\x62','\xc5','\xbd','\x35','\xbc','\xbd','\x49','\xb8','\x6b','\xf3','\xc1','\x6e','\x0d','\xa0','\xd6','\xca','\xf9','\xb7','\x05','\xa8','\xb4','\x83','\x1d','\x6f','\x95','\xdf','\x73','\x9d','\x69','\x9e','\x21','\xb3','\x24','\x32','\x32','\xcd','\x8f','\x61','\x2e','\x66','\x51','\xd9','\x0d','\xf1','\x9c','\xe6','\x3c','\xee','\x13','\x1b','\xee','\x01','\xd0','\x08','\x1b','\x8c','\xae','\x09','\xa0','\x5a','\xa4','\x29','\xf1','\xee','\x33','\xdc','\x1b','\xb4','\xcf','\x7f','\xef','\x02','\xc1','\x1d','\x69','\xac','\x4a','\x47','\x5c','\x18','\x54','\x57','\xba','\x7a','\x1f','\x2a','\xf6','\x7b','\x29','\x5f','\x10','\x15','\x18','\x04','\x62','\x4d','\xf3','\x44','\x46','\x5c','\xb9','\x62','\x4e','\xa6','\xef','\x23','\x88','\x4c','\x8d','\x5c','\x7c','\xbf','\x7a','\xfe','\xc2','\x11','\x2c','\x67','\xe4','\x0b','\x91','\xed','\x47','\x9a','\xfa','\x28','\xa6','\x78','\xbd','\xb7','\x9f','\x6f','\xf9','\x1f','\x5b','\xce','\x00','\xf9','\x57','\x74','\xa5','\x70','\xcf','\x6a','\x8d','\xa6','\x46','\x12','\xf5','\xad','\x33','\x88','\x18','\xbd','\xa9','\x55','\xa8','\xa5','\x40','\x09','\x5d','\xcf','\x28','\xc3','\x23','\xc8','\x59','\x64','\xce','\xfc','\x6f','\x87','\xe1','\xd4','\xc4','\x67','\x29','\xb2','\x34','\x9e','\xdd','\x69','\x1c','\x57','\x9c','\x34','\x2b','\xf0','\xf1','\x54','\xf8','\x89','\x9e','\xc6','\x39','\x8e','\xb0','\xb4','\xc4','\x92','\x1f','\x2a','\xce','\x6b','\xf9','\x18','\x92','\x4b','\xfb','\x07','\xdb','\xc9','\x08','\xdc','\xc5','\x01','\x0b','\x53','\x7e','\x85','\x83','\x14','\x4e','\xae','\xc1','\xc5','\xd6','\x53','\x49','\x47','\xe9','\x34','\x6d','\x42','\x5a','\xa3','\x46','\x5c','\xe4','\x18','\x40','\xe6','\x7a','\xbb','\xdd','\x96','\x46','\x9e','\x62','\x01','\x1a','\x25','\xa4','\xd6','\x5a','\x30','\xd5','\x04','\x49','\x28','\xe5','\xa3','\x5e','\x9b','\x00','\x33','\xf1','\x30','\x01','\xc2','\x09','\x18','\x85','\xdf','\x1e','\x39','\x81','\x91','\x77','\xfa','\x61','\x04','\x45','\x89','\x8a','\xcd','\x8b','\x30','\x09','\x32','\x0e','\x8c','\x89','\x68','\xe6','\x30','\x80','\xaf','\x9a','\x26','\x09','\x23','\x80','\x25','\xb7','\x86','\xf4','\x3d','\x13','\x98','\x4c','\x07','\x73','\x3b','\x5e','\xd7','\xd6','\xc7','\x7e','\x58','\x6d','\xfc','\x57','\x14','\x5a','\x35','\x8e','\x89','\x18','\x62','\x35','\x84','\x52','\x21','\x18','\x3a','\xd6','\xc9','\x85','\xa6','\x73','\x71','\x20','\x01','\x58','\x54','\x08','\xe7','\x75','\x0a','\x13','\x64','\x9f','\x4d','\x00','\x12','\xcd','\x30','\x58','\x9e','\x1d','\xfb','\x81','\x1f','\x7f','\x4a','\x9f','\x9d','\xd7','\xc9','\xa9','\xca','\xc0','\xf3','\x34','\x9f','\xac','\xdd','\xb3','\x1c','\x4e','\x7f','\x79','\xf9','\x2c','\x2c','\xac','\xe4','\xbe','\x81','\x01','\x3a','\x6d','\xf3','\x59','\x1f','\x2b','\x44','\xad','\x30','\x2f','\xcc','\x5a','\x2b','\x5a','\xfd','\xe2','\xc6','\x64','\x67','\x35','\x0b','\x03','\x76','\xb6','\x67','\xb9','\x00','\x0c','\x8b','\xda','\xc3','\x20','\x8d','\xe0','\xc3','\x1d','\xe8','\xe0','\x10','\xdc','\xed','\x4c','\x7f','\xd9','\x39','\x79','\xed','\xf7','\x2c','\x37','\x50','\xfa','\x32','\x0b','\x40','\xf1','\x37','\x37','\xfe','\x09','\xd1','\xfc','\x43','\x65','\xdc','\xee','\xd2','\x9f','\x5a','\xde','\x00','\x09','\xf9','\xea','\x73','\xc8','\xcc','\x3e','\x19','\xae','\x33','\xa6','\x5e','\x70','\xaf','\x9d','\x55','\x0b','\x4a','\x60','\x7b','\xfc','\xf6','\x4d','\xf2','\xff','\xdc','\xef','\x1b','\xee','\x6f','\x9b','\x58','\x7c','\xf4','\x02','\x6a','\xdb','\x5a','\x68','\xd9','\xf2','\xf9','\x35','\x4b','\x8e','\x72','\x18','\xc5','\x6a','\x92','\xfe','\x2c','\x8f','\xf4','\xb0','\x9e','\x65','\xe6','\x59','\xa0','\x78','\xb2','\x3e','\xb1','\x2e','\x41','\x23','\xc8','\xef','\x01','\x21','\x5c','\xb1','\x87','\xfa','\xde','\xbd','\x7e','\x70','\xa5','\x1b','\x8b','\xd7','\x41','\xa1','\x8c','\xce','\xdf','\x24','\xcb','\x91','\x26','\x7a','\x95','\x90','\xab','\x9a','\xf4','\x8f','\xbb','\xaf','\x91','\x29','\x11','\xcc','\x55','\xbc','\x44','\x4a','\xcd','\xf3','\xd3','\x7a','\x7e','\x2f','\x4a','\x37','\xb4','\xa0','\xc9','\x0f','\xa0','\xb9','\xcc','\xa4','\x64','\xe3','\x23','\xa5','\xe7','\xcf','\x1b','\xc8','\x2f','\x5d','\xfc','\x9e','\x9f','\x7d','\xe4','\x30','\x7c','\xc1','\xc1','\xf9','\x72','\xcc','\xff','\x22','\xcd','\xf9','\x6f','\xa9','\xa5','\xf2','\x12','\xbf','\xa9','\x4f','\x3d','\x33','\xa6','\x60','\xe3','\x46','\x20','\xb3','\x08','\x75','\xa0','\x6f','\xc0','\x71','\xd8','\x9d','\x45','\x06','\x2c','\x44','\x7f','\xc6','\x03','\xaa','\x3c','\x09','\x76','\x53','\x26','\x61','\x8a','\x77','\x10','\xdc','\xe5','\x57','\x42','\x6b','\x9b','\x6b','\x5d','\x00','\x4a','\x78','\x3e','\x2c','\xe0','\xb1','\x30','\x90','\x3f','\x35','\xdb','\x75','\x23','\xc3','\x23','\x4b','\x55','\x73','\x7a','\x3e','\x11','\x6a','\x46','\x41','\x89','\x15','\x4f','\x9f','\x35','\x9f','\x9d','\x81','\x1c','\xb7','\x2b','\xf1','\x76','\xd7','\xe3','\x51','\xf8','\x29','\xa3','\x3e','\x1b','\xd4','\xaa','\x53','\xd9','\x50','\x77','\x61','\xee','\xf0','\x3d','\x6c','\x9a','\x3c','\x77','\x66','\x8b','\xd6','\x72','\xcc','\x28','\x14','\x59','\x29','\x77','\x80','\xf6','\x7d','\x57','\xab','\x4f','\x0b','\xeb','\x4b','\xaf','\x2f','\x90','\x9a','\x1d','\x55','\x36','\x3a','\x55','\x00','\xf9','\x7e','\x27','\x02','\x48','\x0a','\x49','\x22','\x78','\x68','\x4d','\x02','\xf8','\xb0','\x0d','\x08','\xea','\x14','\x77','\x6a','\xbc','\x72','\x34','\x5e','\x66','\x9c','\x46','\xb1','\x40','\x56','\x3c','\x7c','\x5a','\x5e','\xaf','\x4e','\x5a','\x5d','\xd3','\x6e','\x67','\x26','\x23','\xf1','\x7b','\xcb','\xa4','\x79','\x2b','\x21','\x6a','\xea','\xff','\x09','\x22','\xcd','\x4c','\xd7','\xb3','\x12','\xc4','\x9a','\xca','\x06','\x5c','\x23','\x9d','\xf1','\x04','\x9e','\xad','\x29','\xd7','\xe7','\xf9','\xab','\x13','\xe7','\x64','\xf1','\xb1','\x7b','\x20','\x1b','\x22','\x6c','\x6e','\x16','\x80','\x74','\x3d','\xcd','\xb7','\xfe','\xfe','\xb6','\x61','\xdb','\x5a','\x48','\xf5','\x8e','\x61','\xb4','\xc3','\x81','\x32','\xe7','\x5d','\xe3','\x13','\xa1','\xfb','\xb2','\x3c','\x3d','\x6b','\x1f','\x38','\x90','\x2f','\xb7','\xf9','\x0b','\x4a','\x59','\x27','\x2c','\xc1','\x24','\xef','\xf0','\x15','\xbe','\xe5','\xc5','\xb7','\x30','\xfc','\x18','\x93','\x8b','\xb8','\xc7','\xa1','\x61','\x25','\x3d','\xb2','\xd9','\xb2','\x57','\xf9','\x3c','\x6a','\xb6','\xbd','\x86','\x9d','\x21','\x45','\x60','\xc7','\x21','\xc9','\x32','\xf7','\xc7','\x01','\x3e','\xc2','\x8a','\x11','\xfb','\x7d','\x32','\x49','\xfd','\x7d','\x86','\xe2','\xf3','\x05','\x39','\xe5','\x1d','\x8b','\xb5','\xca','\x1e','\xd5','\x67','\xd9','\x55','\x36','\xbd','\x52','\xb1','\xc8','\xd0','\xb5','\x5b','\xb2','\x8a','\xaa','\xf0','\xa4','\x9c','\xfc','\xe6','\xe3','\x5c','\x3a','\x80','\x07','\x73','\x7f','\xfa','\x3e','\x87','\x02','\xaa','\xbc','\xcf','\x08','\xe6','\xbe','\x01','\x6d','\x6b','\xb8','\xbf','\x6d','\x78','\xfb','\x16','\x89','\x4c','\x9b','\x9f','\x69','\xc2','\xed','\xde','\xb0','\xb5','\x06','\x4a','\x96','\x5c','\x9b','\x61','\xe0','\xf8','\x60','\xfe','\x43','\x77','\x22','\x35','\x8a','\x1b','\x64','\x7a','\x67','\x35','\xec','\xf5','\x54','\xea','\x1c','\x66','\xb8','\x96','\x27','\xcd','\x9f','\x86','\xc7','\x42','\xfc','\x4c','\x31','\x24','\xa4','\x7b','\x3e','\x3e','\xf6','\xb8','\x0f','\x64','\xcf','\xcc','\xed','\x85','\xa1','\xf0','\xec','\xdd','\x55','\x88','\xab','\x82','\x90','\x24','\x5c','\xf4','\x10','\xbd','\x9a','\x0c','\xbc','\x33','\x3c','\x79','\xa3','\x8d','\xde','\xe9','\x9b','\xd2','\x1a','\xbf','\x37','\xe4','\xf7','\xea','\x06','\x6b','\x51','\x4e','\x46','\xbb','\x10','\x04','\xf9','\xe4','\x4b','\x86','\xed','\xfc','\x7b','\xd5','\x23','\xd3','\xa9','\x3e','\xed','\xc3','\xe5','\x45','\xfc','\xbc','\xec','\xea','\xef','\x28','\x74','\xac','\xc6','\xf4','\x6c','\x9d','\x16','\x97','\xb0','\x4f','\xdb','\x5d','\xbe','\x7f','\xf1','\x4e','\x6e','\xfb','\x6f','\x4c','\xb6','\x9c','\x67','\x32','\x61','\xe2','\x8b','\x46','\x70','\xea','\x12','\x06','\xa3','\x3b','\xce','\x37','\xcb','\x9d','\xc6','\xbe','\xa1','\x31','\xa3','\x6d','\x1a','\x39','\xee','\xe8','\xa0','\x46','\xe8','\x7b','\x07','\xa8','\x57','\x85','\x08','\xe7','\xfb','\x42','\x86','\xe3','\x14','\x77','\xe8','\x99','\xed','\x60','\x50','\x07','\x0e','\xe8','\xb5','\x0c','\xa3','\x11','\x8d','\x27','\x12','\xbd','\x2c','\x03','\x2e','\xab','\x3c','\xdb','\xea','\xe5','\x11','\x00','\x39','\xb1','\xc9','\x4f','\xac','\x41','\x2b','\x50','\xc9','\xac','\x72','\xdd','\xa4','\x8b','\x77','\xe7','\x7b','\xe6','\x81','\x42','\x39','\xbe','\xf0','\xb0','\xc3','\x23','\xaf','\x3c','\xe2','\x18','\xa7','\x61','\xe3','\x8b','\xb5','\x6f','\x4b','\xd4','\xed','\xc2','\x8f','\x2a','\x9c','\x48','\xef','\xda','\x50','\x1a','\x3f','\x03','\x38','\x7a','\x15','\x5a','\xce','\x02','\x20','\x00','\x43','\x14','\xb8','\xe3','\x38','\x4a','\xc5','\x7d','\xdf','\x63','\xa0','\x88','\xf5','\x6a','\xe9','\x8b','\xdf','\xfe','\x38','\x83','\xf1','\x61','\x21','\xbd','\xc1','\xa1','\xbe','\x33','\xd7','\x84','\x88','\x34','\x94','\xf8','\x61','\x4e','\x8b','\x3c','\xc1','\x09','\x0d','\x0c','\x49','\xfa','\x81','\x1c','\xca','\x62','\x12','\xd2','\x57','\x62','\xd4','\xd4','\xcf','\xd3','\x08','\xd1','\x14','\xd1','\x4a','\xc7','\x10','\xc4','\x64','\x90','\x0a','\x90','\x18','\xa5','\xe5','\x22','\x5c','\x14','\x9a','\xa7','\xf3','\xd2','\x3b','\x26','\xa0','\x22','\x36','\xd7','\xe0','\xf1','\x5a','\x98','\x9a','\xa9','\xe1','\xc8','\x00','\x94','\x9a','\x69','\x7e','\x72','\x99','\xd9','\x34','\xc5','\x76','\xf0','\x4d','\xf0','\x49','\xc2','\x63','\xd2','\x64','\x22','\xef','\xeb','\x4d','\x98','\xad','\x4d','\xef','\x0f','\x88','\x86','\xe5','\x5c','\xab','\x9b','\x86','\xa8','\x03','\xe2','\xcf','\x09','\x41','\xff','\x09','\x65','\x14','\x28','\x30','\xe3','\x92','\xf5','\xe7','\x0a','\x97','\x02','\x23','\x99','\x81','\x0d','\x37','\x9d','\xd6','\x08','\xed','\xd6','\x44','\xf0','\x69','\x84','\xed','\x26','\xb9','\xc0','\x2c','\xde','\x7e','\x8d','\xda','\x18','\xe7','\xc8','\x07','\xa3','\x7b','\x9d','\x13','\x67','\xfa','\xbf','\x09','\x01','\x1a','\x21','\x7a','\x57','\xe4','\xc1','\x8c','\xc8','\x1b','\xf3','\x0a','\xf3','\xf0','\x6a','\x99','\x70','\x45','\xac','\x46','\x96','\xb9','\xfd','\xd7','\xa4','\x08','\xa1','\x61','\x0e','\xf9','\x9d','\x25','\x53','\x79','\x56','\x3e','\x0a','\xab','\x9f','\x99','\x3e','\x91','\x7b','\x7e','\x79','\x1b','\x21','\xab','\xe8','\x1a','\x0b','\x9e','\xa0','\x06','\xdc','\xcc','\xb2','\x77','\xdb','\xf0','\xf6','\x6d','\xc3','\xed','\x6d','\xc3','\xdb','\xdb','\x86','\xfb','\x9b','\x09','\x40','\x28','\xe1','\x46','\xcb','\xf0','\x5c','\xc8','\x11','\xab','\x13','\x7b','\x30','\x0b','\x1e','\xc2','\xe2','\x03','\x9e','\xdf','\x6c','\x81','\xb3','\x83','\xce','\x0c','\x30','\xa2','\x7f','\x63','\x9f','\xe2','\x4b','\x81','\xe4','\xfc','\xba','\xc1','\x9e','\xbd','\xc8','\x29','\xd2','\x60','\x2c','\x91','\x8e','\x93','\x6a','\xff','\x3a','\x9f','\x12','\x29','\xce','\x18','\xa1','\x7e','\xb1','\x7d','\x99','\x3e','\x25','\x81','\x84','\xd1','\x64','\x4d','\x38','\xf2','\x21','\x1d','\x47','\xdc','\x43','\xe0','\xa3','\xcb','\x5f','\xa3','\x49','\x96','\x17','\xcf','\xf0','\xa4','\xb9','\x15','\xa6','\xcf','\x35','\xf4','\x6b','\x0a','\x1b','\x6e','\xf4','\xcd','\x85','\x76','\xf6','\x68','\xa4','\xa7','\xc3','\x86','\x81','\xd8','\xc0','\x8d','\xac','\xe8','\xea','\x58','\x56','\xc2','\xc0','\xff','\x44','\x5c','\xfc','\xdf','\xf2','\x97','\x17','\x1e','\xe0','\x35','\x53','\x47','\xa3','\x4b','\xac','\xd6','\x5b','\x70','\xdc','\x11','\xea','\x4d','\x3e','\x1f','\x8d','\x40','\xc9','\x2a','\xc4','\x16','\x2c','\x81','\xed','\x6e','\xbb','\xf7','\x54','\x3f','\x92','\xb4','\xe9','\xf9','\xca','\x54','\x29','\x48','\x07','\x82','\x77','\x05','\xd2','\x99','\xbc','\x2e','\xa3','\x4c','\x30','\x4f','\x34','\x94','\x2c','\xab','\x21','\x4d','\xcf','\x32','\x5d','\xbb','\xe0','\xc5','\xeb','\x18','\xe2','\x0e','\x94','\xfc','\x19','\x85','\x99','\xd1','\xa2','\x33','\x46','\xe5','\x04','\xc6','\x7b','\x8b','\xa4','\x8f','\x24','\xb2','\xb3','\xd2','\x01','\x82','\xd3','\x84','\x57','\xbd','\x75','\xd8','\xac','\x40','\x07','\xe3','\x68','\x1d','\xed','\x10','\x9e','\xd3','\x8c','\x29','\x8d','\x5b','\x89','\xae','\x4c','\x0c','\xf4','\x45','\xb0','\x83','\xc7','\xe3','\x21','\x41','\xdd','\x86','\x52','\x12','\xa1','\x4e','\x61','\xff','\xc8','\x2e','\x14','\x91','\x33','\x30','\x19','\xb9','\x26','\x5e','\x28','\x9e','\x52','\xc8','\x29','\x98','\xcc','\x70','\x89','\xf8','\x2c','\x2c','\x4b','\x86','\xd8','\x4d','\xda','\xb6','\x77','\xb9','\x33','\xba','\x69','\xd9','\x54','\x10','\x2a','\x41','\x0c','\x86','\xc3','\x30','\x09','\x02','\xb9','\xae','\xff','\xad','\xcc','\xba','\x6c','\x50','\x68','\xdd','\xa2','\xad','\x24','\x74','\x0d','\xf3','\xf0','\xce','\x26','\x28','\x3f','\x39','\x40','\x97','\xe5','\x63','\x94','\x64','\x72','\x2d','\x79','\xa1','\x1b','\x8a','\x25','\x1d','\xb4','\xa1','\x3d','\x98','\x25','\x63','\xfe','\xb4','\x34','\x27','\xba','\xa4','\xe1','\x6c','\x93','\x2f','\x7b','\x0e','\x65','\x4b','\xa8','\xdf','\x63','\x68','\xae','\x19','\x69','\x4d','\x98','\xae','\xed','\x26','\x31','\xd9','\x0f','\x67','\x76','\xeb','\xe0','\x2b','\x84','\x09','\xe0','\xc5','\x32','\x57','\x2d','\xcd','\x3f','\xba','\x8c','\x4c','\x6b','\x2e','\x85','\x31','\xaf','\x55','\x3e','\x34','\xeb','\x05','\x28','\x66','\xe1','\x47','\x2e','\xae','\x4b','\x88','\xe2','\xdb','\x5d','\x98','\x60','\xb9','\xe0','\x9e','\x18','\x30','\xc4','\x99','\x0a','\xb3','\xf7','\x42','\x00','\x02','\x52','\xf2','\xcf','\xba','\x3d','\xf9','\xbe','\x4f','\xeb','\x84','\xde','\x4c','\x23','\x27','\xae','\x90','\x0c','\xd1','\x9c','\xaf','\x27','\x37','\x91','\x80','\x71','\x4a','\x86','\x92','\xcb','\xa4','\x0b','\x3a','\x2b','\x4c','\x6a','\xac','\xcb','\x14','\x95','\x2c','\x31','\xd2','\xa3','\xa0','\x4d','\xd3','\x87','\x27','\xe5','\x19','\x53','\xb9','\xfc','\xed','\x94','\x4a','\x21','\x4e','\x40','\xc5','\x79','\xa3','\xf0','\xb0','\xa2','\x95','\x42','\xbb','\x09','\xdb','\x9b','\xde','\xeb','\xb9','\xb5','\xb0','\xfa','\xdc','\xa9','\x5a','\xfa','\x16','\xc2','\x8a','\xb9','\x8c','\x38','\xde','\xd0','\x46','\x8b','\x65','\x63','\x31','\x74','\x8b','\xf8','\xf9','\xec','\xa8','\x16','\x05','\x58','\xc6','\x21','\xb6','\x0f','\x54','\xf7','\x34','\xf0','\x3f','\x0f','\x30','\xae','\xf5','\x1a','\xc7','\x75','\xa0','\x84','\xc2','\xa7','\x4d','\x2c','\x70','\xc1','\x2a','\xc8','\x09','\x0d','\xe2','\x46','\x2e','\xa0','\x03','\xc9','\xc2','\xa5','\x08','\xd4','\x48','\x3d','\x31','\xbb','\x5b','\x70','\x23','\x02','\x36','\x00','\xd8','\xc0','\x9b','\x68','\x2a','\xb7','\xde','\xd1','\x55','\x08','\x0a','\x57','\x1c','\xb8','\xbb','\x1c','\x03','\x80','\xdd','\x7f','\x55','\xda','\x4d','\x59','\xc8','\xc9','\x6e','\x8a','\x49','\x20','\x6a','\x49','\x20','\x02','\x2d','\xac','\x6d','\x54','\x4f','\x47','\x21','\x87','\xb6','\xb8','\x79','\x39','\x7c','\xae','\xf5','\xf1','\x04','\xa7','\x2b','\x41','\xe8','\xb3','\xe5','\x02','\xef','\xfd','\x5d','\xcb','\xd3','\xe9','\xcf','\xa8','\xe8','\x6b','\x3a','\x3c','\xfb','\xfe','\xc1','\xd7','\x7f','\x67','\x31','\x8b','\x8c','\x7e','\xd3','\xbf','\xcf','\x47','\x74','\x5a','\x23','\xf1','\x9a','\xc5','\x85','\xcd','\xfe','\xa5','\x01','\xce','\x13','\x1f','\xb9','\x91','\x0a','\x42','\x8d','\xc5','\xc3','\xe1','\x20','\x1c','\x47','\x4d','\xa6','\x9a','\x3d','\x9e','\xb2','\xbe','\x2f','\x18','\x24','\xfd','\xd3','\xb4','\xd1','\x0e','\x3f','\x73','\x0c','\x68','\x30','\xb0','\xea','\x5e','\x46','\x31','\x98','\xe5','\x24','\x67','\x7c','\x6b','\x7f','\x57','\x08','\xb5','\x2e','\x86','\xaf','\x05','\x25','\x87','\xbc','\x8c','\x8e','\x4b','\x7d','\xae','\xcf','\x17','\x70','\xc5','\x19','\x57','\x2f','\xd0','\xfa','\x48','\xd2','\x0a','\xdf','\x8f','\x84','\x97','\x19','\x6a','\x99','\x51','\x1c','\xa6','\x7c','\x7c','\x01','\x88','\x57','\x01','\x53','\xf1','\x6e','\x57','\x21','\x88','\x08','\x38','\x9c','\xf9','\x48','\x6e','\xdf','\xba','\xea','\xee','\x59','\xe4','\xaf','\xab','\xf2','\x6f','\xb1','\x07','\x45','\x00','\x1a','\x93','\x05','\x49','\xa2','\x3a','\xf9','\x1e','\x42','\x42','\x74','\x40','\x36','\x61','\x03','\x3a','\xd3','\x2c','\xdb','\x4e','\xa8','\xda','\xcd','\xef','\x08','\x10','\xd2','\xfb','\x69','\x11','\xad','\x6d','\x77','\xd3','\xa3','\x90','\xf0','\x3b','\x52','\xf2','\xd4','\xea','\x7a','\x11','\xc2','\x8f','\xde','\x55','\xd2','\x03','\x60','\x44','\x2a','\x5c','\x19','\x32','\x43','\x93','\x25','\xd2','\xaa','\x41','\x73','\x97','\x03','\x5b','\x38','\x4c','\xfc','\xc4','\xf9','\x1e','\xe5','\x71','\x25','\x06','\xe1','\xab','\x0b','\x61','\xc5','\xf7','\x57','\xa6','\x65','\xc1','\xf3','\xea','\x17','\x96','\xc8','\x29','\x6c','\xc4','\x1e','\xaa','\xf9','\xd0','\xf7','\x08','\xc5','\x75','\x4d','\x88','\x6d','\xca','\xe7','\x61','\xc4','\x37','\xb9','\x09','\x2e','\x99','\x13','\x67','\xaf','\xf5','\x30','\xe5','\x8b','\xc9','\x26','\x44','\x15','\x58','\xbc','\x58','\x65','\x8e','\xc3','\x5d','\x30','\xcd','\x7f','\x6a','\x39','\xc7','\x93','\xc3','\x4f','\x17','\xc4','\x24','\x2f','\xa7','\x6b','\xb8','\xe5','\x33','\x91','\xac','\x7f','\xdb','\x1a','\x6e','\x77','\xb9','\xdb','\x71','\xbb','\x6f','\x62','\xf5','\xb1','\xff','\xa8','\xa6','\xff','\x74','\x3d','\x06','\x4b','\x62','\xb2','\xca','\x44','\xaa','\xb2','\x22','\xb9','\xdd','\x66','\x5c','\x11','\x8c','\x62','\x3e','\xf0','\xf2','\xdf','\x76','\x6b','\xb8','\xbd','\x31','\x3a','\x37','\x70','\xef','\x9e','\xab','\x66','\xd4','\xee','\x7d','\x78','\xbb','\x17','\x6b','\x18','\x89','\x2a','\x93','\x95','\xc7','\xaa','\x06','\x2f','\x0c','\x13','\xec','\x8a','\x94','\xf4','\xa4','\xed','\xbf','\xba','\x14','\x3c','\xd5','\x03','\x5a','\x1a','\x29','\x4e','\xd3','\xfc','\x3b','\xdb','\x66','\x42','\xee','\xe6','\x81','\x0d','\x6e','\xb7','\xb6','\xb0','\xf2','\xe8','\x5f','\x8d','\x8a','\xe6','\xbe','\xf3','\x6c','\x77','\x7c','\x84','\x81','\xb7','\xef','\x3d','\x5b','\x7e','\x12','\xc7','\xc0','\x86','\x5f','\x46','\xbc','\x9d','\x8b','\x12','\x2e','\x17','\x80','\x72','\x08','\x69','\xa7','\x1b','\xa1','\x60','\x69','\x09','\x67','\x17','\x81','\x69','\xd1','\x66','\x16','\x0a','\xc3','\x77','\x5d','\xc5','\x96','\x05','\xbe','\x14','\x0d','\x30','\x29','\x8a','\x09','\x1c','\x6e','\x4a','\x37','\x13','\x04','\x3b','\x27','\x26','\x21','\xcd','\xd3','\xda','\xcd','\x0a','\xb5','\x6d','\x93','\x00','\x43','\xfd','\xd6','\xd0','\x8f','\x8e','\xed','\x68','\xe0','\xce','\x38','\xd4','\x0a','\xba','\xef','\x72','\x1f','\xa1','\x1f','\x46','\xa8','\x95','\x46','\x1e','\x70','\x3a','\x85','\xae','\x34','\xcb','\x60','\x36','\xe1','\xe1','\xcd','\x70','\x71','\x4b','\xb4','\xcb','\x95','\x17','\x3a','\x0e','\x70','\x89','\x40','\x67','\x4f','\xe3','\xcc','\x0e','\xcc','\x5a','\xde','\xc7','\x57','\xe1','\xfd','\x1f','\x28','\xc8','\xfc','\xb7','\xfc','\xa6','\xf2','\x2a','\x13','\xf5','\x62','\x53','\xfe','\x39','\xf1','\xd2','\xa7','\xf5','\x0b','\xb3','\x08','\x8d','\x50','\xac','\x39','\xbc','\x1a','\x83','\x36','\xd6','\x04','\xce','\x84','\x43','\xef','\x06','\x99','\x45','\x08','\x3a','\x6c','\x56','\x4b','\x30','\x2b','\x5e','\x20','\xfd','\xc1','\xa8','\x9f','\x9f','\x1c','\x23','\x94','\x04','\x57','\x88','\xbc','\x54','\x56','\x72','\xce','\xab','\xeb','\x45','\x31','\x96','\xf1','\x7d','\xa3','\xf9','\xab','\xfe','\x46','\xe7','\xb9','\xab','\xfe','\xb2','\x31','\xc2','\xfa','\x34','\x3c','\x63','\x43','\xc8','\x1f','\x5c','\xfc','\xeb','\xa2','\xd8','\x84','\x59','\xe2','\x20','\x2e','\x84','\x9f','\x05','\x85','\xe8','\xc7','\xf8','\x79','\xb5','\xfe','\xe8','\xda','\x7b','\xa4','\xbf','\x3e','\x70','\x4a','\x44','\xcb','\xe4','\xa8','\xc0','\x20','\x00','\x99','\x15','\xc8','\xfe','\x6b','\x1a','\xd9','\x27','\xcd','\xd5','\x05','\x89','\x9c','\x08','\xb1','\x0c','\x51','\xa9','\x86','\x33','\x11','\x76','\x99','\x13','\x80','\xad','\xa0','\x0b','\x89','\x8c','\xd2','\xbe','\xe4','\x92','\xa8','\xcf','\xcd','\xdc','\x68','\x13','\xf1','\xd8','\xe0','\xd9','\x32','\x65','\xfc','\x75','\xda','\x10','\xe3','\x5f','\xc2','\x1d','\x2b','\x3a','\xf6','\xf1','\x38','\xc1','\xb0','\xb6','\x29','\xa6','\x30','\xb2','\x6d','\x59','\xe3','\xb7','\x58','\xc8','\xa2','\x81','\x7e','\x71','\x87','\xab','\x10','\xf0','\x1a','\xc5','\x09','\xbe','\x36','\x08','\xa2','\x33','\x9b','\x63','\xdd','\x24','\xe8','\xf8','\xbb','\xdd','\xfc','\x3a','\xf4','\x4d','\x0a','\x86','\xa3','\x6d','\x26','\x08','\x6b','\xac','\xf5','\x72','\x8f','\xa7','\xc5','\xde','\xa7','\xb5','\x2e','\xeb','\x41','\xe9','\xe0','\x5d','\xcc','\x39','\x67','\x84','\x4f','\xbf','\x60','\x5a','\x73','\xc0','\xf7','\x3b','\xa8','\xf3','\x8b','\x8b','\xfb','\x93','\x08','\xb7','\x42','\xec','\x47','\x7e','\xfc','\x44','\x27','\xe3','\xe7','\xb1','\x14','\x09','\x35','\xc1','\xcd','\xa0','\x48','\x70','\x46','\x98','\x87','\xf7','\x00','\x0d','\xcd','\x6b','\x42','\x0e','\xe1','\xfe','\xed','\x86','\xfb','\xdb','\x0d','\x6f','\x6f','\x9b','\x04','\x39','\xd8','\xc8','\x77','\x32','\x5c','\xdd','\xea','\xbd','\x8e','\xb0','\x8c','\x44','\x3d','\x13','\x70','\x33','\x2a','\x94','\xf3','\xeb','\x2f','\x85','\x10','\xe6','\xff','\xb1','\xc3','\xaf','\xc1','\x99','\xdd','\x2b','\xb3','\x00','\x08','\x33','\x24','\x5c','\x97','\x7c','\xb7','\x2f','\x96','\x92','\x4c','\x07','\xe3','\xcb','\x87','\x5c','\x87','\xea','\xb3','\x53','\x2d','\xc2','\x5f','\x5d','\x16','\x87','\xdb','\xe7','\xa4','\xc8','\x32','\xc9','\xbb','\xb2','\xae','\xba','\xb6','\x2e','\xe4','\xde','\x42','\xd8','\xbd','\xdd','\x2c','\x27','\x0f','\x80','\xd8','\x6a','\x27','\xfe','\x26','\xf4','\x70','\x4a','\x70','\xda','\x4d','\xd3','\xc9','\x10','\x97','\x2e','\x75','\xdd','\x1a','\xb5','\x6d','\x31','\x3a','\xf2','\x7d','\x76','\xbe','\x60','\x89','\x38','\x67','\x3c','\x14','\xf8','\x18','\x8e','\xe3','\xcc','\x55','\x39','\x47','\x24','\xac','\x2e','\x63','\x50','\x57','\xe6','\x01','\x3f','\xe5','\x6c','\x8a','\x50','\x01','\xfe','\x6c','\x2d','\xed','\x1b','\x25','\x58','\x74','\x7c','\x46','\x42','\xd0','\x9b','\x04','\xf0','\xc8','\xf3','\xae','\x82','\x5e','\xf4','\x97','\x85','\xb6','\x46','\x04','\xb2','\xe0','\x11','\x2c','\x7e','\xec','\xc7','\x2e','\x73','\xe8','\x07','\xe3','\xa0','\x8e','\xe3','\xe8','\xc5','\x33','\xc2','\xac','\x67','\x2b','\x86','\xc5','\x98','\xb8','\xc3','\x5c','\xb6','\x13','\x3e','\x2d','\xc1','\x86','\xf4','\x79','\xd3','\x08','\x59','\x65','\xdd','\xc6','\x05','\xd0','\x2f','\xac','\x42','\x60','\x22','\x13','\x8b','\x7a','\x8b','\xef','\x9f','\x29','\x7f','\xe1','\x39','\xfb','\x90','\xcc','\xf6','\xb3','\x73','\xfd','\xc8','\xfb','\x57','\x75','\x2f','\x7e','\xfb','\x22','\x19','\xe3','\xcb','\x8b','\xc1','\x91','\xe1','\x99','\x6b','\xa0','\x8a','\x77','\xce','\xe7','\x93','\x08','\xe0','\x8b','\x28','\xdb','\x85','\xa5','\x26','\xd6','\x08','\x30','\x61','\x23','\x96','\x60','\x09','\x44','\x1a','\x26','\x59','\xa2','\xd4','\x1e','\x7e','\xd9','\x5e','\xef','\xf3','\x21','\x8f','\x5d','\xf1','\x83','\x2a','\x93','\x7d','\x24','\x1c','\x63','\x66','\x00','\xd4','\xd9','\x15','\x10','\x2e','\xa4','\x4c','\x03','\x1c','\x79','\xbe','\x27','\xcc','\xd3','\x72','\x92','\x81','\x83','\x72','\x8b','\x59','\xf8','\x61','\xce','\xbf','\x44','\x37','\xb3','\x11','\x62','\xd1','\x17','\x55','\xfe','\x6e','\xc2','\x09','\x94','\xbe','\xe6','\x46','\x58','\xf4','\x2b','\x1d','\x0d','\xc4','\x1d','\x64','\x4a','\x9c','\x0f','\x97','\x44','\x1f','\xd4','\x5b','\xe5','\x76','\x6f','\xb8','\xdf','\x37','\xcf','\x33','\x67','\xb3','\x13','\x4b','\x1e','\x1c','\xc7','\x45','\x72','\x6b','\x7a','\x1e','\x05','\xee','\x38','\x0e','\x4f','\x14','\x64','\xe6','\xa2','\x12','\x96','\x78','\xd8','\x40','\x4f','\xfd','\x92','\xa1','\xdb','\xdc','\x11','\x96','\xc2','\x91','\x3c','\x88','\xe8','\x14','\xa1','\xd5','\x8a','\xaa','\x2a','\xdc','\x0c','\x4c','\x8b','\x84','\xe2','\x6e','\x40','\x0b','\x80','\x31','\xcd','\x9f','\x11','\x9e','\xf4','\xba','\xfc','\x69','\xc6','\x2f','\x26','\x4d','\x61','\x19','\x53','\x62','\xd9','\x46','\x46','\x08','\xd1','\x5c','\x96','\xf4','\xa7','\xcd','\x5f','\x94','\x57','\x5d','\xd1','\x7e','\xb6','\xd0','\x30','\x8f','\xb9','\xdf','\x70','\xd7','\x70','\x66','\x52','\xd7','\xc7','\xd6','\x24','\x92','\x14','\xaa','\xa5','\x47','\x23','\x40','\x35','\x05','\x2c','\xf3','\x43','\x2f','\x92','\xbe','\x33','\x2c','\xaf','\x0e','\x74','\x1c','\xb7','\x9a','\x44','\xf3','\x99','\x27','\xcb','\x41','\x1f','\x0f','\xe7','\x65','\x24','\x47','\x32','\xa7','\x7b','\xf0','\x59','\x0a','\x90','\x25','\xf2','\xdf','\x54','\x18','\x99','\x65','\xd7','\x61','\x9c','\xd5','\xb5','\xe1','\x19','\x33','\x64','\x67','\x51','\xfd','\x83','\x44','\xc6','\x90','\xb1','\x87','\x16','\x44','\xdb','\x6c','\x72','\x91','\xfd','\xf6','\xb6','\x79','\x44','\x2f','\xb7','\xf4','\x58','\xa2','\xca','\x34','\xfd','\x2a','\xf0','\xa0','\x1c','\xf4','\x38','\xa3','\xfa','\xfb','\x24','\xc4','\xe6','\x79','\xa4','\x0d','\xd6','\x73','\xef','\xbe','\xd6','\xae','\x4d','\x07','\xf8','\xc8','\xae','\x55','\xd7','\xe5','\x72','\xb5','\x26','\x38','\x8b','\xe7','\x8a','\x2a','\x5c','\x80','\x2b','\x75','\x12','\xb2','\xa1','\xfa','\xcf','\xdf','\xa3','\xd4','\x21','\x17','\xc2','\x96','\x89','\xab','\x55','\x6a','\x2d','\x08','\xc5','\xfd','\xbe','\xe1','\xfe','\x4d','\xdc','\x1a','\xef','\xf7','\x96','\x84','\x4d','\x51','\xfd','\xf7','\xa3','\x6b','\xc6','\x74','\x11','\x68','\x8e','\x9d','\xf5','\x59','\x58','\x3a','\x2c','\x6a','\xdf','\xec','\x52','\x90','\x07','\x14','\x43','\xa0','\xe4','\x77','\x66','\x82','\xcb','\x3a','\x78','\x46','\x9d','\x64','\x51','\x8a','\x41','\xac','\x4a','\x75','\x0f','\x19','\x7c','\xf8','\xd7','\x10','\x30','\x28','\x29','\x69','\x36','\x4a','\x7d','\xc6','\x67','\x68','\x42','\x43','\xbf','\x4f','\x44','\x75','\xd1','\x68','\xe0','\x04','\x12','\x95','\x89','\xfe','\x00','\xc9','\x1d','\xa4','\x7e','\xff','\xac','\x40','\xcb','\xac','\x2e','\x9c','\x4a','\x2f','\x33','\x7c','\xc3','\xce','\x53','\x19','\x0f','\xc0','\x44','\xd8','\x4c','\xc9','\xb8','\x89','\x65','\x88','\x76','\x02','\xed','\xa2','\x85','\xee','\x7b','\x6d','\xc3','\x88','\x50','\x28','\xee','\x04','\x17','\xf0','\x21','\x8c','\x56','\x2f','\x8a','\x11','\x1d','\x73','\x12','\x0c','\x45','\x08','\x6b','\x25','\x98','\x42','\x76','\x6f','\xcd','\x34','\x51','\xe5','\xcc','\x25','\x6c','\x7d','\xa4','\x14','\x1c','\x52','\x3e','\xfc','\xe7','\x94','\x8c','\xb2','\x9e','\x4d','\xef','\x67','\x28','\xcb','\xd8','\xf6','\x5f','\x2a','\xe8','\x18','\x4c','\x7c','\xf2','\x55','\x2b','\x9c','\xfe','\xad','\xb4','\xe2','\x59','\x57','\xb5','\xee','\xd5','\xba','\x8f','\xad','\xe7','\x87','\x76','\x81','\xbe','\x29','\x2d','\x6d','\x7d','\x43','\xd7','\xbb','\x41','\x4d','\x71','\xde','\xd1','\x09','\x9d','\x0e','\x71','\x41','\x62','\x44','\xf8','\x6c','\x66','\x31','\x32','\xe8','\x99','\x0b','\x05','\x3b','\xd4','\x30','\xa0','\x34','\x0f','\x13','\xaa','\x59','\xcc','\xa8','\xce','\x20','\xf0','\xe8','\x30','\x64','\xc3','\xb3','\x0b','\x61','\x26','\x9e','\xd7','\xdf','\xe7','\xcf','\x43','\xcf','\x2b','\x12','\x9a','\x71','\x82','\xa3','\x1b','\x3a','\x59','\x68','\xe1','\xe1','\x1d','\x4b','\x66','\x9e','\x0e','\x7a','\xdf','\x0a','\x42','\xe7','\xa9','\x91','\x58','\x66','\x3e','\x2c','\x04','\x31','\x80','\xa6','\x49','\x69','\xe5','\x5e','\xf2','\xed','\xa6','\x02','\x90','\x79','\x2f','\xa8','\xf5','\x87','\x08','\x20','\x71','\x4d','\x28','\xc2','\x8e','\xf0','\x1e','\xf3','\xfd','\x1f','\x20','\x09','\x40','\x40','\xe4','\xfe','\xb1','\x97','\xf7','\x7d','\x9f','\xdc','\x23','\xb2','\x40','\x64','\xdf','\x0d','\x98','\x74','\x19','\x80','\x13','\x80','\x16','\xc6','\x2d','\x71','\x24','\x18','\x76','\x39','\x41','\xbc','\xff','\xd2','\x02','\x89','\xe7','\x62','\x12','\x3d','\xdb','\xe5','\xb6','\xce','\xfe','\x72','\x26','\x8c','\xb4','\xea','\x6b','\x2c','\xfa','\xfb','\xc8','\x07','\xe7','\xd7','\x64','\x68','\x41','\xd8','\x97','\xc7','\xf9','\xc3','\xc2','\xcf','\xcf','\x50','\x85','\xf9','\xe0','\x84','\x68','\x9f','\xaa','\x38','\xcd','\x97','\x2f','\xd9','\xaa','\xd3','\x6e','\x91','\x51','\xd7','\x18','\x08','\xbf','\x7c','\x1b','\x14','\xb5','\x2e','\xdf','\xc9','\x1c','\xcb','\xdc','\x5d','\x52','\x19','\x06','\x68','\x6b','\xa9','\x9a','\x48','\x83','\xa3','\xe5','\x1d','\xae','\x93','\x99','\x9a','\x9c','\x7d','\xb1','\x14','\x7f','\xdf','\x42','\xf9','\x23','\x9d','\xfd','\x74','\xf5','\x9a','\x17','\x59','\x62','\x9e','\xb7','\xdc','\x04','\xcc','\x7b','\x44','\x71','\x7b','\x7b','\xdb','\xf0','\xf6','\xc7','\x4d','\xac','\x3e','\x37','\x89','\xe8','\x65','\x6d','\x64','\x2d','\xbd','\x59','\x0c','\xc9','\x30','\x37','\x25','\x26','\x12','\xb6','\xc7','\x02','\x47','\x02','\x4e','\x83','\xdf','\x71','\x1e','\x8b','\x69','\x9f','\x2c','\xea','\x5b','\x67','\x8d','\x8e','\xd5','\x93','\x6b','\x95','\x58','\x13','\xf6','\x87','\x86','\x25','\x1d','\x91','\xc0','\x47','\xca','\x8a','\x51','\xa3','\xc5','\xdf','\x74','\x9e','\x43','\x65','\xfe','\x1c','\x45','\xfc','\xed','\xca','\x30','\x37','\x02','\xbb','\x85','\xef','\xa6','\x02','\x6e','\x58','\x7f','\x9a','\x47','\x62','\x94','\xe4','\xa6','\x3d','\x84','\x9b','\x43','\x08','\x43','\x3f','\x18','\xfb','\xde','\x8b','\xb0','\xe3','\xf0','\xd1','\x51','\xd6','\xcd','\x89','\x3e','\x10','\x1f','\x48','\x60','\x9a','\x52','\x25','\x53','\x5e','\xe5','\xfb','\x5f','\x4f','\x8b','\x05','\x64','\x19','\xaa','\x1b','\x5c','\x32','\x4b','\xd8','\x74','\x33','\x35','\x13','\x69','\x06','\x77','\x53','\xd6','\x38','\x6c','\xca','\x58','\xf2','\x1d','\xc6','\x72','\x9f','\x71','\x09','\x0b','\x83','\xa0','\x3f','\xe1','\x25','\x15','\xba','\x44','\x6b','\x03','\xd6','\x10','\xad','\xc4','\x04','\x34','\x24','\x77','\x41','\x5b','\xb7','\xee','\x0c','\x13','\x54','\x10','\xca','\x4c','\xc5','\xa6','\x02','\x29','\xab','\xe2','\xe9','\xd8','\x1a','\x8e','\xbd','\xe3','\xd8','\x3a','\x8e','\xbd','\x57','\xe1','\x53','\xf3','\x97','\xb8','\x45','\x9c','\x80','\x70','\xe5','\x66','\xdf','\x13','\xef','\x40','\x2f','\x65','\x77','\x8f','\x1e','\xc7','\xb1','\x55','\x05','\xc7','\xeb','\x78','\xa8','\xae','\x53','\x4b','\x38','\x7a','\xa2','\xc9','\x88','\xf5','\xb5','\x6d','\xca','\x38','\xbc','\x30','\x6c','\x58','\xbc','\x5b','\xda','\x39','\xfb','\xe1','\xf7','\x97','\x5f','\x22','\x58','\xfc','\xa5','\xd2','\xca','\xdf','\xb0','\x50','\x86','\x8f','\xe7','\x9b','\x3f','\xd7','\xf8','\xf8','\x82','\xfa','\x1b','\x34','\x7e','\x51','\xb8','\x27','\x02','\x37','\x88','\xd5','\xa6','\x11','\x78','\xeb','\x38','\x0e','\x4d','\xd5','\xd0','\x08','\x7d','\xeb','\xe8','\x87','\x30','\xd7','\x72','\xb6','\xed','\x4c','\x23','\x98','\x11','\x97','\xa4','\xe0','\xe9','\x62','\xdc','\x8a','\x9c','\xba','\x7e','\x45','\x71','\x9c','\xb1','\x50','\x4c','\x80','\xe3','\x4c','\x71','\xfa','\x41','\x71','\x90','\x55','\x39','\xc3','\xb4','\xf3','\xfd','\xfe','\xb9','\xdf','\x8c','\xcf','\x2b','\xef','\x4b','\x27','\x5b','\x45','\x05','\x0f','\xc4','\x63','\xc5','\xcd','\x87','\xcd','\x59','\xf0','\x4f','\xa1','\x59','\x1f','\xdc','\x46','\xe7','\x4f','\xd4','\x3a','\x77','\xf4','\x0e','\x62','\x15','\x60','\x15','\x2f','\x6f','\x1b','\x24','\x15','\x4b','\xab','\x0a','\x3b','\x00','\x78','\x7f','\x7f','\xbf','\x0e','\x82','\x60','\x82','\x8f','\xfd','\x67','\x89','\x51','\xb7','\x9b','\x85','\x30','\x46','\x68','\xa0','\x01','\xff','\x1b','\x73','\x89','\xe4','\xa4','\xa1','\xb9','\xa3','\xd8','\x34','\xa4','\x35','\xa4','\x24','\xa1','\x59','\xbb','\x6e','\x59','\x58','\xad','\xcc','\x3a','\xe6','\x36','\x43','\x2e','\xac','\x12','\xc9','\xc4','\xf2','\x05','\xb6','\x1c','\x91','\x4c','\xfa','\x76','\x11','\xa1','\xb6','\x43','\x0b','\x66','\x74','\xc1','\x0d','\xf9','\xf8','\x17','\x1b','\x6e','\x51','\x43','\x66','\xa0','\x7a','\x8a','\xfe','\xe7','\x5f','\x87','\xaa','\xcf','\x84','\xaa','\xe5','\x45','\x39','\x25','\xee','\x63','\xa0','\x02','\xd3','\xf8','\xdb','\x7d','\x1e','\xd7','\x08','\x93','\x11','\xc9','\x98','\x7b','\x5e','\xee','\xba','\x66','\x33','\x73','\xb2','\x1e','\x58','\x1d','\x4f','\xb1','\x78','\x10','\x22','\xac','\x6b','\xda','\x97','\x91','\x5f','\xb5','\x6f','\xee','\x66','\xc5','\xd6','\x16','\xa5','\x5f','\x5f','\x18','\xcb','\x5f','\x55','\x9e','\x20','\xbb','\x8f','\xd2','\xfe','\x1c','\xf9','\xcf','\x18','\x2b','\xdf','\x1b','\x02','\xb6','\x26','\x5a','\xfe','\xed','\xd6','\xf0','\xed','\x0f','\xbd','\xe0','\xae','\x01','\x0e','\xb6','\x9b','\x5e','\x72','\xd7','\xea','\x9c','\xdc','\x78','\xdc','\x45','\x09','\xba','\xf3','\x8b','\x4c','\xca','\xd2','\x7f','\x42','\x86','\x04','\x65','\x56','\x91','\x36','\x4f','\xf6','\xc8','\xa2','\x5c','\x31','\x8b','\x95','\x21','\x5b','\x16','\xba','\xba','\x16','\x78','\x0e','\xa0','\x1e','\xbf','\x05','\xa3','\xb5','\x86','\x8b','\x7a','\x9a','\xd2','\xb7','\xcc','\xc8','\x3a','\x03','\x5c','\xd7','\xac','\x20','\xf3','\x71','\x5e','\x4f','\xd6','\xfd','\xd5','\x3a','\xb5','\xee','\x19','\xd1','\xf8','\x60','\x11','\x1a','\x37','\x74','\x90','\xce','\x91','\xf5','\xa6','\xc2','\xcf','\xfd','\xbe','\xe9','\x9d','\xae','\x88','\x66','\xb9','\xef','\x07','\xf0','\x90','\xbd','\xee','\x87','\xec','\x4d','\x67','\x09','\x45','\xce','\x2a','\x00','\x31','\x23','\xf6','\x20','\xdd','\x17','\xa1','\x46','\xa0','\x2d','\xd6','\xd1','\x83','\xd5','\xa4','\xbb','\xa1','\x13','\xcc','\x24','\xc2','\x90','\x85','\x91','\xd5','\x31','\x3d','\x5b','\x22','\x17','\xa2','\xb9','\xbe','\xe7','\x30','\x9b','\x7f','\x50','\x1a','\xe2','\xe9','\x14','\x06','\xdc','\x33','\x0a','\x41','\x66','\x05','\x8b','\xef','\x26','\x18','\xe4','\x41','\x55','\x28','\x5b','\x60','\x9d','\x69','\x12','\x1b','\xc3','\x13','\x31','\x4a','\xe8','\xeb','\x4d','\xee','\xb6','\x25','\x21','\xc8','\x04','\x43','\xa6','\x64','\x69','\x6d','\xc0','\xad','\x6d','\xd8','\x36','\x46','\xbf','\x37','\xf0','\xd1','\xb1','\xef','\x8c','\x63','\x3f','\xf0','\x78','\x88','\x82','\x40','\xdc','\x0e','\xbb','\xef','\x01','\x25','\xf8','\xce','\x91','\x4b','\xf3','\x0a','\x1a','\xdd','\x76','\x9a','\xaa','\x1c','\x18','\xe5','\xb3','\xe0','\xed','\xd4','\x48','\x90','\x96','\x13','\xca','\x35','\xdb','\x46','\x17','\x94','\x96','\xc0','\x70','\x8f','\x73','\x76','\x79','\xb1','\x12','\x97','\xab','\xef','\x9d','\xd1','\xb1','\xbf','\x91','\xfc','\xf3','\x53','\x83','\xf9','\x95','\x24','\xe8','\x6f','\x47','\xde','\x66','\x50','\xfb','\xf8','\xeb','\x27','\x0c','\xf5','\x35','\xbf','\xc3','\xf5','\x53','\xaa','\x7b','\x66','\x31','\x19','\x7f','\x1f','\x82','\x95','\xa1','\x90','\x87','\xcd','\xce','\x66','\x03','\xe9','\xf9','\xec','\xad','\x7b','\x32','\xd5','\xe3','\x20','\x11','\x82','\xcc','\x6b','\x01','\x8e','\xa2','\xd4','\x39','\x49','\xad','\x1d','\x86','\x13','\xd5','\x2a','\x81','\x96','\x04','\xa2','\x69','\xcc','\x75','\xa0','\xc1','\x16','\x57','\x3e','\xab','\x44','\x66','\x63','\xe3','\xa7','\x92','\x20','\xe6','\x0d','\x94','\x3f','\x30','\x3a','\x44','\xc3','\xd3','\xc2','\xa7','\x2f','\xea','\xd7','\x31','\xad','\x36','\xeb','\x19','\x63','\x4a','\x40','\xf1','\x06','\x08','\x0b','\xb8','\xb0','\x0e','\x94','\x98','\xdb','\x33','\xea','\x00','\x9f','\xb0','\x29','\x4b','\x1f','\x3f','\x84','\x4e','\xdd','\xf6','\x8e','\xdb','\xad','\x2b','\x5f','\x93','\xf9','\x58','\xa0','\xad','\x53','\xfe','\x2c','\xe7','\xe1','\x02','\xd0','\xb6','\x6d','\xb8','\xdf','\xef','\xd1','\xaf','\x0b','\x44','\x02','\x0c','\xb2','\xe8','\xa6','\xf1','\x4a','\x1b','\x94','\xd6','\x22','\x33','\xcc','\xa1','\x21','\xd4','\xcf','\x4a','\xc8','\x69','\xb1','\xf2','\x95','\x3c','\x56','\xee','\x8b','\xa6','\x0f','\xb9','\x3f','\xbd','\x5c','\x45','\x0d','\x04','\x46','\x27','\x21','\x8c','\x2e','\xc8','\x69','\x14','\x1f','\xb9','\x8c','\x6f','\x20','\xc0','\x53','\xa3','\xcb','\x03','\x59','\x2c','\x5a','\x79','\xc8','\xca','\x98','\x65','\x40','\x1e','\xde','\x8f','\xdf','\x5e','\xc4','\xa8','\x2f','\x54','\x73','\x73','\xe6','\xc8','\x0d','\xfa','\xf8','\x82','\x38','\x11','\xc1','\x13','\x1b','\x5a','\x12','\x4b','\x6a','\xa6','\x71','\xb4','\x8c','\xed','\x70','\x62','\x48','\x49','\x50','\x5d','\xad','\xf3','\xf9','\xa0','\x4e','\xe6','\x90','\x60','\xdb','\x80','\x9e','\x21','\x16','\xc6','\xc7','\xfb','\x81','\xfd','\xfd','\x70','\x24','\x62','\xcc','\xf4','\xe5','\x12','\x9c','\x8d','\xe9','\xc9','\xba','\xad','\xdc','\xcc','\xfe','\x0e','\xe5','\xb3','\x23','\xca','\x9a','\x79','\xe3','\x2e','\x37','\xdb','\xd7','\x6d','\x53','\xe6','\x57','\x7d','\x64','\xdf','\xc4','\xdd','\x2d','\x0b','\xb6','\xae','\x45','\x51','\x06','\xd8','\x38','\x98','\xa5','\xd2','\x61','\xd4','\x18','\x0d','\x1f','\x8c','\xb9','\xca','\x87','\x3f','\x2c','\x06','\x12','\xfa','\xf7','\x38','\x18','\xc7','\x43','\xb4','\xd9','\x87','\x5a','\x7e','\xb2','\x6b','\x55','\x58','\x9e','\x92','\xf0','\x93','\x19','\xe6','\x8c','\x50','\xa0','\xe7','\x78','\xb9','\x30','\x69','\x80','\x14','\x40','\x15','\x4c','\xe2','\xe2','\x9d','\xbf','\x1f','\x58','\x9c','\x97','\x3c','\x3f','\x2d','\x7e','\x6e','\x55','\x9b','\x6f','\x8a','\x0d','\x39','\x7b','\x22','\xdc','\x1c','\x07','\x62','\x5f','\x7a','\x58','\x13','\x9c','\x78','\x17','\x86','\x5a','\xda','\x6a','\xcd','\xee','\x65','\xb5','\x1a','\x72','\xd9','\x18','\x6c','\x46','\x8a','\xd6','\xb9','\x1e','\x6b','\xde','\x57','\x4f','\x8a','\x7a','\x32','\x35','\x3a','\xfd','\x82','\x42','\x57','\x32','\x8e','\x2d','\x82','\xb8','\xd2','\x0e','\x57','\xd2','\x29','\x63','\xee','\x81','\x17','\x98','\x3c','\xf1','\x2e','\x83','\x70','\xf8','\x7c','\x7a','\xb5','\x86','\x67','\xeb','\x50','\x22','\xa6','\x81','\x6e','\x13','\x3d','\x70','\xa1','\x54','\x69','\x4d','\xc2','\x9d','\x0c','\x11','\x82','\x48','\xb3','\xd1','\x33','\x35','\x5d','\xf7','\xe1','\xfc','\x26','\xfc','\xc8','\xea','\xa2','\x27','\xf8','\x1a','\xe0','\x5b','\xc3','\x76','\x67','\x1c','\x7b','\xc3','\x76','\x17','\x9c','\xf9','\xf8','\x01','\xb1','\xd0','\x1d','\x7a','\x86','\xd2','\xca','\xb8','\x50','\xea','\xda','\xdb','\x34','\x6a','\x83','\x91','\x74','\x3e','\x56','\xcb','\x4c','\x48','\x70','\x74','\x30','\x88','\x8e','\xb2','\x1e','\x25','\x2c','\xb7','\xb5','\xa7','\xeb','\x2f','\x0c','\x8d','\x9d','\xb3','\x99','\x99','\x39','\x81','\x14','\x5d','\x8b','\xc2','\x7a','\xfd','\xb3','\xce','\xe5','\x7f','\xcb','\x97','\x17','\xd3','\x89','\x3e','\x63','\x3d','\x0c','\xe6','\x96','\x15','\x57','\xc2','\x4f','\x90','\xbb','\x78','\x3f','\x55','\x0f','\x3e','\x8f','\x80','\x06','\x6c','\x4a','\x2f','\x5b','\xdb','\x14','\x9f','\x76','\x34','\xc5','\xa9','\xdd','\x93','\xac','\x72','\x28','\x12','\x3b','\xcb','\x78','\x8c','\xdf','\x55','\x25','\x3f','\x01','\x12','\x19','\xae','\x49','\x8f','\xc5','\x8d','\xf5','\x05','\xc1','\xb1','\x86','\xe6','\xaf','\x73','\x63','\x3f','\x83','\x89','\xd7','\x4e','\x02','\x0f','\x01','\xf5','\x50','\x4d','\x34','\xe4','\xf9','\x61','\x3b','\x93','\x7d','\xd8','\x3e','\x2c','\x0f','\xac','\x30','\xfc','\xe6','\x18','\xe6','\xfc','\xfd','\x47','\x78','\xcb','\xa1','\xaa','\x47','\xea','\x53','\x77','\xe1','\xf6','\x43','\x83','\xc0','\xa8','\x82','\xb7','\x6d','\xcd','\xf1','\xd5','\xfb','\x8f','\x51','\xa8','\x7c','\xe1','\x0e','\xd0','\xb6','\x6d','\xc5','\x0a','\xc4','\xcc','\x92','\x03','\x84','\x14','\x49','\x91','\x20','\xb2','\x7c','\xf9','\x7d','\x26','\x74','\xb6','\x26','\x21','\x30','\x65','\x6b','\x50','\xdd','\x94','\x61','\x21','\xb2','\x28','\x3e','\xc5','\x14','\x0f','\x4a','\x94','\xfd','\x1a','\x49','\x27','\x47','\x9b','\xba','\x17','\xf6','\xf0','\xbb','\x74','\xa0','\x4f','\x27','\x85','\xf3','\x09','\x40','\x30','\xe6','\xd1','\xfd','\x2b','\xd8','\x77','\x31','\xf8','\x05','\x73','\x72','\x56','\x32','\x10','\x9f','\xc0','\x96','\x7e','\x88','\x4d','\xac','\xee','\x65','\xe9','\x5d','\x32','\xc2','\x15','\x5a','\x59','\x27','\x58','\x5b','\x08','\x3c','\x59','\x3a','\x2e','\x2f','\x23','\x18','\xe3','\xe0','\x36','\xae','\x46','\x65','\x3b','\xf8','\x1c','\x7a','\x4b','\x2b','\xca','\x84','\x3d','\xde','\x3b','\xbe','\xff','\xfb','\x81','\xef','\x7f','\x3e','\xb0','\xbf','\x1f','\x12','\xb1','\xca','\x63','\xba','\xcb','\x44','\x8d','\x18','\xaf','\x4a','\x1c','\xb7','\x18','\xcf','\xd9','\x11','\xc4','\x45','\x3b','\xe7','\x83','\x2e','\x40','\x56','\xe6','\xf1','\x81','\xf3','\x7a','\x3a','\xa0','\x57','\x47','\x33','\xf6','\x65','\x2b','\x9e','\x3d','\x0b','\x25','\xa4','\xb8','\x5c','\x72','\x7f','\x7b','\xbb','\xe1','\xf6','\x4d','\x05','\x20','\xb3','\xf4','\x18','\x33','\x06','\x41','\xce','\x86','\x44','\xad','\x45','\x77','\x45','\x4d','\x23','\x13','\x30','\x88','\x1d','\x28','\x5a','\x35','\xce','\xb0','\xcb','\xbe','\xa7','\x31','\x36','\xbd','\xd3','\xa3','\xc4','\xe2','\xd8','\xbb','\x26','\x3a','\x4d','\x39','\x50','\x8a','\xd5','\x29','\xdf','\x71','\xd0','\x51','\x28','\xf1','\x31','\x4c','\x41','\x86','\x5f','\x28','\x98','\xea','\x71','\x7d','\x7c','\x88','\x03','\x20','\x24','\xb4','\x93','\xe6','\xbc','\x58','\xe4','\x8c','\x03','\xae','\x80','\xe9','\xa4','\x9f','\xb3','\x2a','\x80','\xba','\x46','\x7d','\x09','\x43','\x57','\x3b','\xa5','\xfc','\x1f','\xc1','\xa3','\x35','\x02','\x1a','\x2a','\xf4','\xd8','\x0b','\x75','\xb7','\x7d','\x35','\xdc','\x68','\x6b','\xe1','\xf9','\xbc','\x12','\xde','\x70','\x4b','\x09','\x25','\x86','\x5a','\x3f','\x67','\x58','\xb2','\x48','\x68','\xa3','\x25','\xd1','\xef','\xc0','\x74','\x4e','\xa0','\x92','\x18','\xff','\xba','\x48','\xcb','\xf5','\xa1','\xe1','\x8b','\x13','\x75','\x1b','\x13','\x90','\x22','\xc2','\x05','\xcd','\xf2','\xba','\xb9','\x6d','\x17','\x88','\x74','\x2c','\x9a','\x52','\xc1','\xc2','\x4d','\x17','\x01','\x88','\x84','\x90','\x6e','\x9b','\xba','\x07','\x37','\x53','\x00','\xae','\xc6','\x04','\xa7','\x93','\x31','\x1d','\x15','\x86','\x88','\x5d','\x88','\xea','\x7a','\xd1','\x3a','\x47','\xd4','\xcb','\x77','\x6b','\x01','\x02','\x3a','\xa4','\x1e','\xe0','\xce','\x0e','\x62','\xad','\x6f','\xd8','\x6e','\xdd','\x09','\xbd','\x25','\x0e','\x7e','\xbc','\x1f','\x62','\xbd','\x63','\xb8','\x9b','\xdd','\x91','\xf6','\x0b','\x3a','\x36','\x5b','\xaf','\x22','\xd4','\xd9','\x58','\x29','\x61','\x72','\xdd','\x23','\x71','\x2f','\x81','\xdc','\x7b','\xd0','\xb1','\xd9','\xbd','\x50','\x6f','\x67','\x74','\x93','\x56','\xc6','\x26','\xda','\x67','\x6f','\xdb','\x90','\x50','\xc0','\x1d','\x26','\x38','\xc8','\xca','\x97','\x2b','\xdc','\xff','\x5b','\xca','\xab','\x48','\xfe','\x2f','\x1c','\xe2','\xdf','\xae','\x9c','\xad','\xd9','\xa7','\x08','\x67','\xbc','\xab','\x47','\x77','\xfa','\x21','\x48','\x34','\x57','\x56','\xf1','\xa2','\x1d','\x58','\xbd','\xcc','\x83','\x0f','\x7d','\xf0','\xe2','\x45','\x57','\xdc','\x33','\x00','\x88','\x21','\x80','\x9a','\x58','\x83','\x4c','\xc9','\xe7','\x8c','\x39','\x2b','\x23','\xc5','\x0c','\x10','\x3b','\xef','\xeb','\x61','\xea','\x2d','\x04','\x34','\x39','\xa6','\x58','\xc2','\x91','\xd0','\xd4','\xc0','\x97','\x46','\x5b','\x4b','\xda','\x18','\x67','\x95','\x75','\x9c','\xad','\x3c','\x06','\x1c','\x17','\x8e','\x8b','\x50','\x56','\x12','\x58','\x29','\x3e','\x5f','\x2e','\x4f','\x0e','\x41','\x19','\x03','\x23','\x87','\xe4','\x2f','\x1b','\x61','\x3c','\x44','\xb1','\x08','\x0d','\xc5','\x85','\x3f','\x96','\x00','\x15','\x08','\xfa','\x07','\xa2','\x49','\x51','\xf3','\xef','\xff','\xeb','\x31','\x35','\xf1','\x34','\x0a','\x9c','\x25','\x42','\x6d','\xad','\xa1','\xf7','\x2e','\xc8','\xbb','\xf7','\xc8','\x03','\x34','\x4c','\x9a','\x55','\xba','\x10','\x24','\x0c','\x70','\x33','\x2d','\xdc','\x3c','\x09','\x63','\xb0','\x1d','\x29','\xa6','\xb6','\x2c','\x89','\x51','\xe1','\xc5','\x9c','\x2f','\xa2','\xf8','\xd7','\xb0','\x75','\x86','\x7a','\xfb','\x63','\xc9','\x31','\x9b','\x8c','\x2b','\x4b','\xfc','\xc1','\x68','\x05','\x43','\xe5','\x5d','\x19','\xc1','\xfc','\xc4','\x29','\x5d','\x09','\x4c','\x93','\xfb','\xc5','\xea','\xbd','\x54','\x85','\x57','\xcf','\x6c','\xbc','\xc3','\xdc','\x7d','\xac','\xca','\x9c','\x8c','\x61','\xa9','\xab','\xa6','\x2e','\x99','\x04','\xdb','\x7a','\xac','\xe3','\x5c','\x5e','\xd1','\x46','\xac','\x26','\x37','\xf1','\x83','\x89','\xe1','\xb2','\x3f','\xbd','\x33','\x1e','\xef','\x07','\x7e','\xfc','\xf9','\xc0','\xbf','\xff','\xef','\x77','\xbc','\x7f','\xdf','\xc5','\x9d','\x63','\x38','\x98','\xe3','\xba','\xd8','\xa8','\x9f','\xe0','\xb8','\x0f','\x95','\xcf','\xed','\xf6','\xdc','\x1f','\x4f','\x5f','\x52','\xd1','\x45','\x79','\x3a','\xb6','\xc2','\x15','\x54','\xf8','\xa9','\xe8','\x42','\xc3','\x57','\x6f','\x0d','\x9b','\x59','\x78','\xee','\x0d','\x9b','\x0a','\x3c','\x22','\xf4','\x6c','\x68','\x9b','\x31','\x3e','\x64','\xc0','\x5f','\x34','\x48','\xd6','\x20','\x0d','\xdd','\x73','\x1a','\x43','\xa0','\x2c','\xd4','\xcd','\x25','\xc8','\xf9','\xe9','\x48','\xd6','\xa3','\x20','\x2c','\x9d','\x59','\x2c','\x3d','\x8f','\x8e','\x87','\x09','\x3e','\x9d','\xc3','\x05','\xa8','\x27','\xcd','\x3c','\xd7','\x09','\x66','\xe6','\xd5','\x95','\x17','\x00','\xf4','\x40','\x8b','\xc5','\x4a','\x11','\x9f','\x07','\x79','\x58','\xac','\xae','\xf2','\x9e','\x9a','\x48','\x39','\x3f','\x1c','\x84','\x9f','\xf1','\x25','\x6b','\xee','\x62','\xc3','\x32','\xbf','\xba','\x2e','\x33','\x30','\xd8','\x7e','\xbe','\xa2','\x69','\x7b','\x5a','\x26','\xc4','\x95','\x09','\x9b','\x12','\x64','\x91','\x50','\xe4','\x51','\x12','\x40','\xc2','\x35','\x20','\x05','\x38','\xb1','\xff','\xb6','\xe6','\xcc','\xec','\x78','\x2f','\xc4','\xd6','\x5e','\x2c','\x49','\x29','\x38','\x82','\xba','\x78','\xc1','\xac','\x79','\x1d','\xbe','\xcf','\x06','\x73','\xa3','\x65','\x6f','\x3a','\x73','\xe3','\x36','\x4e','\x26','\xf5','\xf8','\x10','\x38','\x30','\x59','\xb9','\x5b','\xc2','\x7f','\xce','\x68','\x34','\xb7','\x52','\x6c','\x4d','\x37','\x54','\xa7','\x13','\x8c','\x53','\x0a','\x56','\x00','\x78','\xb2','\x52','\x87','\xbf','\x76','\xb8','\x72','\x41','\xa2','\x61','\xf6','\x12','\x14','\x66','\xdc','\x7f','\x11','\x0c','\xb9','\x0c','\x99','\x98','\xdc','\x03','\x84','\x08','\xc2','\x1c','\x51','\x57','\x2f','\x08','\x72','\x61','\xc8','\xd7','\x18','\x61','\x29','\x03','\x43','\xef','\x64','\xca','\x9c','\x6e','\x2a','\x9c','\xde','\xef','\x8c','\x63','\xdf','\xf0','\x78','\x1c','\xd8','\x6e','\x2a','\x04','\xed','\x47','\x58','\x85','\x58','\xce','\x67','\x9c','\xe9','\x74','\xde','\x89','\xea','\x9a','\x19','\xf8','\xe8','\xc2','\xba','\x72','\x8c','\xed','\x7c','\xa9','\x28','\x42','\xea','\xd2','\x73','\x44','\xa4','\xb9','\x22','\x0c','\x29','\x7d','\x69','\x44','\xea','\xe2','\xcf','\xde','\x5f','\x6b','\x89','\x08','\x97','\xc5','\xc9','\x7b','\x3e','\xd0','\x1d','\xca','\x70','\x10','\x0b','\xfd','\x53','\xc7','\x67','\x24','\x50','\x67','\x38','\xfb','\xa3','\x6d','\xe6','\xb6','\xfe','\x27','\x97','\x4c','\x50','\xbf','\x7a','\x3d','\x2a','\x9b','\x57','\x7f','\x22','\x0b','\x8a','\xb4','\xd8','\xc8','\x0b','\x22','\xff','\x0a','\x9f','\xe3','\x4a','\x7f','\x6d','\x8b','\x60','\xfc','\x16','\xa3','\x35','\xd6','\xfc','\x5e','\x8c','\x76','\x68','\xd0','\x12','\xcd','\x27','\xc4','\xe9','\x8e','\x10','\x41','\xef','\x2a','\x1e','\xe2','\x7d','\x14','\x56','\xda','\x19','\x67','\x8c','\xc3','\x35','\x39','\xaa','\xf0','\x93','\x86','\xce','\x8c','\x0f','\x1c','\xe8','\xe6','\x6a','\x0e','\x65','\x3d','\x90','\xe8','\x10','\x1b','\x0b','\xbd','\x58','\x59','\x1e','\x3f','\x2c','\x16','\x33','\x3d','\x1a','\xcf','\x26','\x2b','\xce','\xb3','\x73','\x27','\x77','\xab','\xc6','\xb6','\xd7','\x6d','\xad','\x7a','\xce','\x4c','\x8a','\x72','\x10','\x82','\xa7','\xac','\x22','\x31','\xa8','\x4b','\x5e','\x20','\x1b','\xca','\xbf','\xff','\xef','\x1f','\xc3','\x98','\x5e','\x08','\x82','\x60','\x15','\x8e','\xe3','\x28','\x56','\xa0','\xb6','\x65','\x6e','\x22','\x1a','\x2c','\x4c','\x5e','\x13','\xf1','\x46','\x08','\x5f','\x62','\xbe','\x7c','\x42','\x8c','\xb2','\x97','\xc6','\xa9','\x24','\x0d','\xa3','\x6f','\x63','\x02','\xfa','\x69','\x0b','\x28','\x90','\x6c','\x59','\x43','\x4a','\x4c','\x5b','\x92','\xa0','\x1c','\x90','\xd8','\x22','\xda','\x8d','\xc7','\x25','\xf5','\xe0','\x8c','\xfb','\xd8','\xe9','\x45','\x19','\xe1','\x67','\xdc','\x48','\x5e','\x00','\xc8','\xa2','\x19','\x5f','\x27','\x0e','\x42','\x6c','\xf3','\x12','\x4d','\x6d','\x26','\x38','\xaa','\xa5','\xbc','\x51','\xba','\xe3','\xb3','\xb8','\xd8','\xeb','\x1d','\x2b','\xb4','\x3b','\x03','\x60','\xbf','\xd7','\x71','\x5e','\x8f','\x10','\x95','\x96','\x8d','\xf3','\x2e','\x0c','\x8b','\x31','\x49','\x96','\xf8','\x4f','\x84','\x9f','\xf7','\xef','\x3b','\xfe','\xfc','\xf3','\x81','\xf7','\xef','\x3b','\xf6','\xbd','\x3b','\x12','\xa8','\xcd','\xd8','\x3e','\x8e','\x54','\xf1','\xa4','\xac','\x16','\x78','\x7c','\x6d','\x62','\xb4','\x4e','\x60','\x6b','\x7c','\x77','\x71','\xe6','\x9f','\x54','\x99','\x2a','\x8d','\xb4','\x77','\x1a','\x53','\xb6','\xf2','\x01','\xaa','\xd5','\x92','\xbd','\xb2','\x7c','\x27','\xb6','\xc7','\x72','\x8f','\x67','\xc3','\xdb','\xb7','\x0d','\x6f','\x6f','\x1b','\x6e','\x6f','\x37','\xbd','\xdc','\x2e','\x0d','\x47','\x64','\x35','\x65','\xae','\xd2','\x00','\xcd','\xf2','\x69','\xf0','\x31','\xf1','\x00','\xc1','\x2b','\x05','\x9c','\xa4','\xdf','\xd8','\x1b','\x89','\xd0','\xc0','\x59','\x08','\xb2','\x7b','\x3c','\x8f','\x77','\x61','\xcc','\xf6','\x87','\x68','\xa8','\xc7','\xe2','\x61','\x29','\xed','\x9f','\xc4','\xd0','\x82','\x2a','\x1a','\x0f','\x58','\x0e','\x17','\x23','\x93','\x99','\x65','\x9d','\xd2','\x78','\xec','\x1d','\x83','\xf3','\x04','\xf2','\x0c','\xa0','\xd1','\x00','\x27','\x03','\x4c','\x24','\x56','\x6b','\x1a','\x73','\x19','\xbf','\xfe','\x73','\xcd','\x90','\x55','\x2d','\xe5','\xa7','\x4b','\x34','\x72','\xd9','\x17','\x43','\x95','\x8b','\x47','\x0f','\xa2','\x88','\xc0','\x1d','\x80','\x09','\x3a','\xe6','\x2e','\xa0','\x6e','\xb1','\x86','\x3b','\x74','\x66','\x81','\x2b','\xb3','\x90','\xc3','\x9e','\xc0','\xd3','\xad','\x78','\x3c','\x46','\xf3','\x43','\x4d','\x92','\xca','\x79','\x47','\x2a','\xde','\xbf','\x2c','\x2f','\xe2','\x5a','\x77','\x2b','\x49','\xb4','\x23','\x5b','\x6e','\xb6','\xad','\x79','\x14','\xbc','\x88','\x84','\x96','\x05','\x26','\x85','\x13','\x55','\xd8','\xf5','\x64','\x91','\xe9','\x2c','\x61','\x6f','\x89','\x3a','\xf6','\xdd','\x04','\x20','\xf2','\x60','\x22','\x9b','\x85','\xb1','\x36','\x58','\x4d','\x6b','\x5c','\xb6','\xcc','\x77','\xc6','\xc6','\x2b','\xae','\x70','\x60','\x96','\xbb','\x3f','\x4d','\x94','\x71','\x70','\xb7','\x44','\xc3','\x9b','\xf2','\x7e','\xb7','\x4b','\xc4','\x40','\x51','\x6e','\x6d','\x37','\x51','\x80','\xc8','\x5d','\xaf','\x86','\xc7','\x63','\xc3','\xfb','\x8f','\x5d','\x14','\x0f','\x9a','\xc3','\xc4','\x97','\x33','\x0b','\x17','\xc4','\x3e','\x9e','\x46','\xf2','\x8f','\x31','\x52','\x59','\x81','\x26','\xef','\x55','\x4b','\x21','\x58','\xc6','\x63','\x51','\xf9','\x8e','\x23','\x68','\xd2','\xa4','\x80','\xa3','\xc0','\x5d','\x6c','\x01','\x14','\x90','\x60','\xd1','\xf7','\x2b','\x6d','\xe8','\x00','\x03','\x19','\x76','\x7c','\x08','\x43','\xc2','\xd6','\xd3','\xe3','\x37','\x20','\xb6','\x49','\xa6','\x9e','\x10','\xdf','\x4f','\x96','\xb3','\x76','\xae','\xd1','\xc8','\xd7','\xf4','\xf1','\xd5','\xfd','\xfc','\x4c','\x59','\x8d','\xe3','\x0b','\xd6','\xf8','\xd9','\xf4','\x68','\x84','\x8d','\xc4','\x01','\xe6','\x97','\x7d','\x28','\xaf','\xf0','\x74','\xa9','\x6d','\xc7','\x65','\x0a','\x73','\xb4','\xd9','\x7d','\x78','\x3b','\x03','\xac','\xa1','\xe8','\x19','\xd4','\x44','\x10','\xa2','\xa3','\x27','\x25','\x5f','\xd0','\x4a','\x51','\x4a','\x0a','\xf0','\xb7','\xa6','\xf7','\x81','\x06','\x57','\x62','\x07','\x4f','\xae','\xb4','\x83','\x26','\x5a','\xe9','\x18','\x27','\x9e','\xf9','\xd9','\x79','\x61','\x82','\xc3','\x19','\xe2','\xe1','\xb7','\xa9','\x2c','\x9a','\xf4','\x33','\x9c','\x07','\xed','\xcf','\x87','\xa5','\x36','\x3a','\x4e','\x04','\x33','\x65','\x8d','\x5b','\xb1','\xfa','\x5e','\x19','\x02','\x4b','\x61','\x40','\xea','\x35','\x04','\x78','\x7e','\x21','\x86','\xf3','\xfb','\x80','\xdc','\x9d','\x1c','\xcb','\xd3','\x20','\x08','\x32','\x07','\x19','\xc2','\xb6','\x6d','\x3a','\x19','\x52','\x01','\xa8','\x54','\x82','\x25','\x8c','\x1b','\x7d','\x9a','\x75','\x4c','\x5e','\xa7','\x30','\x16','\x89','\xc0','\xae','\x10','\xd1','\x28','\xb1','\xba','\xa4','\xab','\xe3','\x0a','\xf7','\x94','\x91','\x43','\x8b','\x47','\x23','\x23','\x93','\x14','\xe1','\x30','\x6b','\xd5','\xea','\xc5','\xd0','\x5c','\xc2','\x2f','\xa7','\x9e','\x75','\xb5','\x2c','\x56','\xc1','\x32','\x88','\x27','\x4c','\x7e','\xca','\xbf','\x0c','\x3b','\xee','\x41','\x09','\x5c','\xab','\x69','\x2e','\x29','\xe6','\xaa','\x62','\x44','\x1c','\xc5','\xc2','\x63','\xef','\x9e','\xd1','\x14','\x07','\x52','\x15','\x16','\x04','\x69','\xac','\x98','\xb3','\x2b','\xea','\x40','\xa8','\xbe','\xe3','\xb1','\xe0','\xd9','\x2d','\x32','\xe0','\x81','\xf1','\xfe','\x7e','\xe0','\xfd','\xcf','\x5d','\xfd','\xd7','\x0f','\xbc','\xbf','\xef','\x78','\xf7','\xbb','\x3f','\x02','\x30','\xe4','\x00','\xb3','\x1e','\x89','\x95','\x2b','\x71','\x28','\x5b','\xcb','\x1c','\x08','\x91','\xdb','\x95','\xdf','\xaf','\xac','\xbd','\x73','\x7f','\x19','\x43','\x70','\xf9','\xb3','\x1a','\xd3','\x15','\x42','\x29','\x42','\x50','\x6e','\x2a','\xc1','\x62','\x46','\x80','\x8d','\x22','\x3a','\xdf','\xb6','\x11','\xee','\x6f','\x9b','\x04','\x33','\xb8','\x49','\x8e','\x2e','\x67','\x60','\x15','\x56','\x80','\x0c','\x63','\xb2','\x4f','\xe3','\x20','\xfc','\x6c','\x65','\x78','\x4e','\x0c','\x92','\x0b','\x1b','\x8b','\x77','\xcc','\xad','\x4d','\xce','\x74','\x44','\x9b','\x22','\x06','\x0e','\x75','\x03','\xd8','\xf7','\x8e','\xfd','\xfd','\xc0','\xf1','\x38','\xc4','\xfd','\x4d','\x33','\x6a','\xfb','\xbc','\x47','\xd0','\xca','\xe7','\x3b','\x21','\xf5','\x52','\xec','\xb9','\x22','\x3d','\x6a','\x5d','\x3e','\x59','\x14','\x1e','\x08','\x53','\x37','\x22','\xce','\xe0','\xf9','\x86','\x43','\x3c','\xb4','\x9d','\x4b','\xce','\xe7','\x70','\x56','\x9e','\xf3','\x1a','\xc1','\xf0','\xfa','\x3b','\xcf','\x54','\xd7','\x19','\x38','\x8a','\xc2','\x22','\xce','\x92','\xdd','\x9d','\x9c','\xc6','\x61','\x8c','\x2a','\x43','\x18','\x6a','\xc5','\x0b','\x61','\xf5','\xd5','\xfc','\x33','\x49','\x30','\x30','\xed','\xbd','\x21','\xc6','\xce','\xe2','\x53','\xdd','\xd9','\x84','\xd8','\x50','\x5c','\x78','\xc0','\x8a','\x83','\xc1','\x1c','\x56','\x06','\x1b','\x9f','\xf1','\xda','\x35','\x24','\x76','\x82','\x67','\x8e','\xf1','\xbe','\xc2','\x73','\x14','\x2b','\x4a','\x9e','\xad','\x35','\xe6','\x7b','\xc9','\x18','\x97','\x95','\x1a','\xa1','\xed','\x1d','\xfb','\x70','\x97','\xa7','\xba','\x03','\xa7','\xb0','\xef','\x2a','\xf8','\x11','\xd4','\x3d','\x45','\xbb','\xe8','\x0c','\xf0','\x11','\x42','\xfe','\xb1','\x1f','\x38','\x76','\xc2','\xf1','\xe8','\xa1','\x74','\xf2','\xc4','\xd0','\x2d','\x59','\x5c','\xa7','\x51','\x1b','\x4d','\x0e','\x61','\x4d','\xb3','\x38','\x98','\xa2','\x10','\x6c','\x49','\xe4','\x23','\x54','\x2c','\x23','\xd6','\xb2','\x77','\x81','\x6f','\xee','\xc9','\x85','\xad','\x11','\x36','\xda','\x1c','\x0f','\xdc','\xf6','\x8e','\xfb','\xbd','\xe1','\xc7','\x8f','\x1d','\xef','\x3f','\x44','\xf1','\x10','\xf8','\x35','\x8f','\x27','\xf0','\x73','\xc7','\x70','\x86','\xf4','\x9c','\x79','\xde','\x20','\xc0','\xe9','\x44','\x6b','\x70','\x4b','\x96','\x79','\xf8','\xc8','\x5d','\x5b','\xe0','\xd8','\xed','\xec','\x9a','\x90','\x66','\x6b','\x1b','\xf4','\xaa','\xd0','\xe5','\xe4','\x56','\x39','\x59','\xa1','\x5a','\x9c','\xbf','\x3c','\xf4','\x11','\x4f','\xfa','\x43','\x6f','\x77','\x81','\x37','\xc6','\x8d','\xc8','\xe5','\xab','\x04','\x9f','\x67','\xe5','\x84','\x84','\x7e','\xb8','\x8e','\x3d','\x3b','\x1b','\xf7','\xc8','\x39','\xff','\x8f','\x2f','\xeb','\x85','\x28','\x6a','\xef','\x91','\xa7','\xbb','\x82','\x09','\xa7','\x0b','\xec','\x02','\x86','\x2b','\x28','\x1b','\xab','\x07','\xbf','\xf1','\x60','\x4d','\xee','\x06','\x35','\xf1','\x9c','\x3a','\x0e','\x39','\xe0','\xa1','\xfc','\xd7','\x5c','\x6a','\x7a','\xd6','\xe5','\xee','\xa0','\x9c','\x09','\x2c','\xe8','\x9f','\x09','\x46','\xcd','\xce','\x88','\xf1','\x7a','\x79','\x12','\x54','\x3f','\x1b','\x9b','\x37','\xb6','\xf3','\xac','\x9c','\xad','\x5a','\x5e','\x07','\x5d','\x85','\x28','\x3c','\xbc','\x47','\x03','\x7f','\xad','\xbc','\x9d','\xe7','\xed','\x7c','\x81','\x14','\x1a','\xac','\x57','\x7e','\x29','\xda','\xab','\x96','\x6c','\xab','\x42','\x4e','\x2f','\xb3','\xe5','\x6c','\xa5','\x7c','\xbc','\xbc','\x03','\xd4','\x5a','\x9b','\xfc','\xe4','\x1c','\x91','\x95','\x91','\xe6','\x04','\x71','\xd1','\xb9','\x01','\x88','\x69','\x9b','\x39','\xad','\x43','\xcc','\x45','\x80','\x66','\x1a','\x46','\x16','\x1b','\x17','\x03','\x3d','\x63','\x90','\x7c','\x48','\xfa','\x4f','\x89','\xf4','\x96','\x90','\x64','\x69','\x2e','\x71','\x13','\x32','\x5e','\xcb','\xec','\x1b','\x16','\x2c','\x9e','\xb0','\xb0','\x7e','\x18','\x79','\xcb','\x5c','\x8d','\x5d','\xf4','\x71','\xea','\xe7','\xb8','\x3a','\xcd','\xcb','\x25','\x76','\x7d','\x2e','\x8c','\x8a','\xfe','\xa6','\xd1','\x2c','\x36','\xbb','\x80','\xbc','\xc9','\xda','\xb8','\xb6','\x0d','\xd1','\xa0','\x34','\x51','\xd8','\xeb','\x34','\x96','\x79','\xa9','\x6a','\x4d','\xae','\xfb','\x43','\xc3','\x3e','\x0d','\x2f','\x97','\x43','\xb7','\xe8','\xcb','\xa2','\x78','\xed','\xe6','\x02','\xf5','\x7e','\xe0','\xc7','\xf7','\x1d','\x3f','\xbe','\x3f','\xd4','\x55','\x23','\x32','\x9e','\xe7','\x4e','\x97','\x2d','\x2a','\x63','\xfc','\x2a','\x7d','\xe0','\xd8','\x7c','\xf8','\x92','\x4c','\x33','\x31','\xad','\xf4','\x4c','\x85','\xb2','\xb0','\xe3','\xbc','\xe8','\xf0','\xf6','\xa9','\xf0','\x93','\x08','\xd0','\x34','\xde','\x0c','\x1b','\xa9','\xc1','\x0c','\x13','\x02','\x9b','\xc1','\xb0','\x6d','\xa6','\x6d','\xd6','\x24','\x5f','\xb7','\x5b','\xc3','\xed','\x4d','\x02','\x1a','\x34','\xe3','\xd4','\xac','\x01','\xb6','\xd0','\xef','\x89','\x09','\xd5','\xa9','\x50','\xee','\x73','\x38','\x3a','\xbc','\x58','\x1f','\xe6','\x04','\x5b','\x1c','\x3f','\x67','\x8b','\x00','\xab','\x00','\x6d','\xcf','\x3c','\x42','\xd5','\x7b','\xf7','\xbb','\x09','\x39','\x92','\xdb','\xb2','\xe8','\x40','\xc2','\x5a','\x49','\x6b','\x10','\xf6','\xb5','\xa9','\xdf','\x9b','\x55','\xe6','\x94','\x98','\x73','\x5a','\x74','\xe5','\xd4','\x8c','\xc5','\xcd','\x73','\xfa','\x1b','\x33','\x0a','\x46','\x62','\x7c','\xcd','\x95','\xe3','\xe4','\x0c','\x27','\x89','\x18','\x9a','\x06','\x8e','\x28','\x82','\x16','\xb8','\x02','\x65','\x48','\x62','\x2c','\x81','\x50','\x9a','\x5b','\x6b','\xfa','\xa1','\x82','\xea','\x18','\x9d','\xcf','\x02','\x57','\xa8','\x35','\xa1','\x5a','\x77','\x12','\x60','\x38','\x43','\x6d','\xdf','\xa7','\x9f','\xca','\x23','\x0c','\xd5','\xd6','\x07','\x79','\x85','\x7b','\x96','\xdc','\xf0','\xac','\x54','\xea','\xc2','\x94','\x9b','\xc0','\x2c','\xc2','\xa0','\xae','\x9b','\xe1','\xd4','\xad','\xc5','\xfd','\x1e','\x5f','\x9f','\xb0','\x12','\x11','\x11','\x1a','\x08','\xbc','\x99','\x82','\xcf','\xfe','\x42','\x03','\x7a','\x74','\x1c','\x7b','\xb5','\xa4','\xb5','\xad','\xe1','\x66','\x82','\x65','\xa2','\x93','\xa6','\x95','\x5c','\x59','\x87','\x24','\x44','\xab','\x9e','\x52','\x4d','\xf2','\xcd','\x2a','\x0c','\x75','\x00','\xa4','\x34','\x92','\x3b','\x4b','\x9e','\x1f','\x92','\xb5','\x6f','\x3d','\x04','\x2e','\x4b','\x66','\xcc','\xf7','\x0d','\x87','\xb9','\xc2','\xde','\x77','\xb1','\xae','\x3f','\xb2','\x5b','\x5c','\xe0','\x07','\x1f','\x5b','\xa2','\xd7','\xb0','\x3e','\x89','\xd1','\x7b','\xd0','\x26','\x6a','\x9a','\x07','\xb0','\x07','\x42','\x71','\x3e','\x8d','\x12','\x95','\xb5','\x36','\x9a','\xb9','\x07','\x99','\xb0','\xd6','\x93','\x75','\x51','\xd7','\x76','\x93','\x7a','\x2d','\xd3','\x33','\xb7','\x44','\x21','\x31','\x9b','\xcf','\x8b','\x4d','\x87','\x2d','\x32','\x28','\x74','\x5c','\x96','\xfb','\x6c','\xc0','\xe7','\xbf','\xba','\x14','\x45','\xd2','\x69','\xa5','\x57','\x1a','\xfa','\x8a','\xd1','\xfc','\xc5','\xe5','\xef','\x30','\x87','\x69','\xff','\x07','\x9e','\x2e','\xfd','\x76','\x1a','\x48','\x61','\x28','\x5e','\x25','\xf1','\x95','\x0d','\x04','\x6e','\x2c','\xe7','\xb8','\x4b','\x72','\xe3','\xbe','\xb1','\x58','\x82','\xa8','\xe6','\x53','\xf3','\x80','\x09','\x31','\x22','\x09','\xb9','\x9d','\x14','\xdb','\x25','\xd7','\x64','\xe6','\x13','\xcf','\x46','\x63','\x96','\xe3','\xd5','\x12','\xfc','\x02','\xe0','\x3f','\x61','\xa3','\xcf','\xeb','\x13','\x44','\xb9','\xa8','\x21','\xb0','\xc3','\x82','\xf5','\x84','\x4f','\x58','\xb4','\x43','\x16','\xe1','\xd6','\x70','\xb8','\x85','\xee','\x44','\xf0','\x28','\x16','\x6c','\xe6','\x8f','\x7f','\xbd','\x21','\xdf','\xcf','\x04','\x50','\x02','\xbc','\xe5','\x52','\x82','\x20','\xbc','\xbd','\xbd','\xa1','\xb5','\x06','\x0b','\x86','\x20','\x11','\xc3','\xea','\x4c','\xcd','\xb6','\xa3','\x16','\x7d','\x1d','\x00','\x12','\xc3','\x14','\x83','\x2a','\x93','\x00','\x00','\x34','\xd1','\x76','\x49','\x43','\xfe','\xf2','\x08','\x84','\xc5','\xfc','\x67','\x4c','\xcc','\x2c','\x35','\xf9','\x88','\xf2','\x33','\x13','\xb4','\x4e','\x0b','\xd5','\x8f','\xce','\x6c','\x93','\x5c','\x5a','\x96','\x39','\xa4','\xb6','\xcd','\x0c','\xaa','\x7e','\xdd','\x49','\xca','\x9b','\x42','\x2a','\x62','\x00','\x60','\xbb','\x3e','\xe5','\xcc','\x8b','\xb9','\x1a','\x28','\xb2','\x77','\xc6','\x45','\xdd','\x2a','\x6a','\xd8','\x6a','\x28','\xa3','\x23','\x9d','\x66','\x62','\x1a','\x0c','\xc9','\x2c','\x59','\xaf','\x24','\x5f','\x46','\x58','\x8b','\x4c','\x40','\xad','\x91','\xbf','\xd2','\x41','\x2a','\xcc','\x22','\x2d','\x2e','\x86','\x67','\x77','\x17','\x11','\x7e','\x1e','\x8f','\x03','\xef','\x3f','\x76','\x15','\x7a','\x42','\x1b','\x59','\xa2','\xa4','\x18','\xd1','\x35','\x04','\x72','\x72','\x80','\x9c','\x18','\x26','\x6d','\xb2','\x57','\x35','\x86','\x79','\x18','\x07','\x11','\x96','\xfe','\xf9','\x31','\xdf','\x79','\x45','\xae','\x04','\xdb','\x15','\x4f','\x9e','\x7f','\x2f','\xc8','\x73','\xe8','\x67','\x74','\xec','\x0b','\xa1','\x8c','\xfc','\x7b','\xd6','\x50','\x4b','\xbe','\x96','\x9c','\xb3','\xc5','\x12','\x7c','\xa9','\xa0','\xa0','\xdc','\x87','\x31','\x9b','\xcc','\x70','\x07','\x58','\x3f','\x77','\x11','\x1f','\xdc','\x3b','\x35','\x70','\xe1','\x34','\xee','\x71','\xf0','\xa1','\x45','\xa9','\x73','\x70','\x6b','\x68','\xd2','\xaa','\x00','\xe4','\x2e','\x3b','\xc7','\xd1','\xb1','\xab','\x45','\x6f','\x7f','\x0f','\x66','\x6b','\x9a','\x37','\xe5','\x2f','\xf2','\x41','\x40','\x3d','\xdc','\x65','\x5c','\xf3','\x5f','\x16','\x3c','\x26','\xe0','\xcc','\x8c','\xaa','\xa4','\x09','\x5d','\xa2','\xea','\x64','\x82','\x91','\x14','\x1f','\x66','\xf9','\x09','\xc3','\x60','\xac','\xfb','\x58','\xfc','\xd9','\x95','\xb5','\xc8','\xaa','\xac','\xde','\x2b','\xcf','\x3e','\x4f','\x71','\x32','\xce','\xb2','\x1c','\x32','\xde','\x6e','\xc8','\x72','\x25','\xa4','\xbd','\x69','\xd8','\xdb','\x40','\x18','\x84','\x50','\xc0','\x15','\x57','\xa4','\x4d','\xf7','\xbd','\xeb','\x59','\xed','\x7e','\x77','\xe4','\x38','\x92','\x2b','\x5b','\x0f','\xab','\x4f','\x0e','\x6a','\x13','\x16','\xd6','\x82','\xa0','\xcb','\x59','\xa8','\x56','\xfd','\x79','\xbd','\x39','\xbd','\x87','\xe9','\xd7','\xd4','\xce','\x72','\x61','\xe2','\xb7','\x19','\xe3','\x47','\x6c','\xb6','\xae','\xe7','\xc3','\x72','\xe2','\x48','\xa6','\x42','\x06','\x1d','\xb2','\x5e','\x0f','\xea','\x6e','\xa1','\xd8','\xd4','\x8d','\xb8','\xdd','\x12','\x41','\xdd','\x9a','\xaf','\xeb','\x66','\x12','\x94','\xce','\xad','\xdc','\x7d','\xea','\xe2','\xd6','\xbb','\x1d','\x8c','\xb6','\x75','\x1c','\x9a','\x99','\xfc','\xa6','\x16','\x5a','\x24','\xd8','\x2e','\x53','\xf1','\xa9','\x07','\x4c','\x37','\x65','\x10','\xb8','\x77','\x30','\x84','\x5e','\x30','\x93','\x30','\x52','\x0d','\x15','\x7f','\x92','\x58','\xea','\x4c','\xe8','\xa2','\xd6','\x44','\x00','\x68','\x1b','\xb6','\xdb','\xe6','\x96','\xe2','\x77','\x53','\x3c','\xfd','\x38','\x54','\xe9','\xd4','\x31','\xdb','\x49','\x67','\xa1','\x23','\xd3','\x6d','\xf1','\x18','\xad','\xc2','\x66','\x5c','\x34','\x46','\x68','\xad','\xed','\xdd','\xce','\x40','\x13','\xc6','\x4f','\x72','\x46','\x91','\x4d','\x35','\x14','\x3c','\x2c','\xef','\xb3','\x0a','\xe2','\x20','\x46','\xd3','\xbb','\x11','\xc4','\x16','\xc8','\x22','\x33','\x7d','\x41','\xf7','\x47','\x68','\x31','\x3a','\x55','\x05','\xbb','\x80','\x10','\xa5','\x8c','\x7e','\x39','\x1c','\x5e','\xdf','\xb7','\xe0','\x04','\xe0','\xce','\x4b','\xa6','\x23','\x23','\xed','\x22','\xaa','\xbc','\xcf','\xaf','\x60','\x3e','\x2f','\xcb','\xab','\xf3','\xf8','\xd5','\xe3','\xfa','\x0b','\x84','\x9f','\x57','\xd7','\x3a','\xdf','\x7f','\x91','\x07','\x88','\xef','\x29','\x24','\xfd','\xaa','\x2c','\x7f','\x4b','\x34','\x76','\x63','\x42','\x27','\x72','\x81','\xbc','\x91','\xde','\xa1','\x57','\xe5','\x12','\x75','\x46','\x47','\x08','\x44','\x42','\xb3','\x21','\x77','\x63','\xd8','\x68','\x96','\x59','\x83','\xb4','\x51','\x1d','\x57','\x7c','\x4f','\x3c','\x27','\xe7','\xfe','\x83','\xee','\x07','\xad','\x4c','\x13','\x5c','\x22','\xe2','\x0f','\x94','\x13','\x46','\x68','\x79','\x26','\x87','\x1c','\x99','\x6c','\x15','\xcd','\x72','\x43','\x61','\x79','\x2f','\xae','\x6b','\xb9','\x33','\x23','\x58','\xf6','\x84','\x20','\xd6','\xe3','\x4d','\x02','\x3e','\xdd','\xdf','\x12','\x8f','\xa4','\x83','\xe8','\x96','\x7b','\xad','\x77','\x70','\x07','\xfe','\xf5','\xbf','\xde','\xa6','\x21','\x6f','\x5b','\x52','\x22','\xa7','\x52','\x82','\x20','\x3c','\x1e','\x0f','\xed','\x54','\x06','\x6b','\x17','\xd5','\x0b','\xac','\xd8','\x14','\x29','\x0e','\xbe','\xaf','\xb5','\x69','\x2d','\xd3','\x1c','\x0a','\xe2','\x40','\x62','\x5a','\xd2','\xc4','\x8b','\x9b','\xc7','\x62','\x93','\x96','\xcc','\x47','\xee','\x13','\x30','\xea','\x31','\xd6','\x7a','\x5a','\xc4','\xc4','\xcf','\x0e','\x48','\x65','\x6c','\xca','\xf8','\x19','\x33','\x48','\x3a','\x21','\x36','\x8e','\x24','\xcd','\xdd','\x5d','\x56','\x12','\xe3','\xb6','\xba','\xb4','\x6b','\x17','\xe1','\xe0','\x9a','\xff','\x14','\x65','\x88','\xe0','\x0c','\x6f','\x2d','\xb4','\xf8','\x46','\xa9','\xef','\xf1','\xd7','\x00','\xc4','\xe0','\x69','\xc7','\xb5','\x89','\x05','\xcf','\x91','\x8c','\xce','\x05','\x4e','\x68','\xb6','\xf8','\x8e','\x7d','\x3f','\x70','\xec','\x8c','\xc7','\xfb','\x8e','\xfd','\xbd','\xe3','\xfd','\x5d','\x34','\x8f','\x26','\xf8','\x48','\xb2','\x45','\xbb','\xcf','\x92','\xdd','\x73','\x02','\xb6','\x62','\xad','\x62','\x0e','\x99','\x11','\x94','\x75','\xaf','\x44','\x58','\x18','\xf3','\xe0','\x8a','\x1a','\x45','\x8e','\x9b','\xed','\x26','\x82','\x24','\xf7','\x68','\x27','\x04','\x35','\xb5','\xce','\xd9','\x81','\x1b','\x34','\xa2','\x79','\x7d','\x62','\x9f','\x6d','\x75','\xe6','\x32','\x22','\xc4','\xd5','\x5d','\xa6','\xbc','\xef','\x32','\xd6','\xa4','\x79','\xde','\x1a','\x6e','\x7a','\xa7','\xc7','\xee','\x17','\x34','\xbf','\xb7','\x90','\x5c','\x74','\x08','\xd5','\x02','\x83','\x04','\x97','\x69','\x1b','\xf3','\x99','\xb4','\x0f','\x84','\x84','\xd4','\x87','\x03','\x94','\xf1','\x63','\xac','\x4f','\xc8','\x01','\xb2','\x17','\x09','\x41','\xe9','\x18','\x8e','\x5d','\x82','\x1b','\x58','\x90','\x83','\x63','\xd7','\xdc','\x24','\x9c','\xdb','\x96','\x0e','\xb2','\x95','\x33','\x75','\x9d','\xa1','\x4e','\xce','\x1b','\xc5','\x93','\xab','\x12','\xe7','\x4a','\xd7','\xc7','\x91','\x67','\x7d','\x6f','\x5a','\x1f','\xa3','\x36','\xa8','\xf0','\xf6','\x53','\xa5','\xb4','\xff','\x42','\x75','\xc3','\x0d','\xb6','\xf8','\x79','\xca','\x3a','\xe0','\xee','\xb8','\x93','\x83','\xc0','\xe9','\xb9','\xc9','\x8a','\x91','\x72','\x1f','\x64','\x0b','\xd8','\x19','\xef','\x61','\x30','\xb3','\xde','\xc1','\x0b','\x4b','\x8f','\x25','\x9d','\xcd','\x77','\x46','\xaa','\x90','\x8b','\x62','\x1d','\xc8','\x13','\x2e','\x22','\x4f','\x20','\xc7','\xa2','\x47','\xc8','\x1f','\x2e','\x77','\x73','\xa9','\xa4','\xb9','\xa8','\x7e','\x51','\xc7','\x7b','\x73','\x78','\x5e','\x8d','\x4f','\x7e','\x3f','\x00','\x67','\x34','\x68','\x6b','\x29','\x84','\x7c','\x4b','\xe7','\xb2','\x45','\x6e','\x09','\x73','\x99','\x23','\x80','\x95','\x1e','\x86','\x40','\x74','\x80','\x76','\x60','\x6f','\x84','\x7d','\x97','\xfc','\x4b','\x2d','\xef','\xc7','\x42','\x08','\x22','\x67','\xba','\xe3','\x6c','\x50','\xd3','\xfb','\x41','\xc4','\x7a','\xf7','\x87','\x25','\x22','\x52','\x67','\xb0','\x31','\x4d','\x86','\xb3','\x94','\xc8','\x13','\xc4','\xf5','\xc6','\xdd','\xce','\x34','\x1a','\xe4','\x2d','\x05','\x45','\xf9','\x71','\x7f','\xe0','\xfd','\x7b','\x8e','\x18','\x17','\xfb','\x6a','\xd0','\x98','\x46','\x02','\x18','\xbe','\xc8','\xeb','\x98','\x8b','\xdd','\x2d','\xec','\xc2','\xec','\xad','\xa2','\xbd','\x19','\x4f','\x60','\x69','\x33','\x1c','\xf7','\xab','\x4b','\xec','\x41','\x0d','\x44','\xbd','\x0a','\x46','\xf9','\x0e','\xab','\xba','\xcf','\xc5','\xef','\x08','\xa1','\xb2','\x2e','\x9b','\x6e','\x71','\xf1','\xf9','\x80','\x2b','\x9f','\x18','\xc2','\x0f','\x0c','\x2e','\xff','\x31','\xbd','\xaf','\x42','\x04','\xaf','\x97','\x11','\xe4','\x7f','\xbb','\x90','\xf4','\xdf','\x22','\x65','\x3a','\x93','\xec','\x4a','\x54','\xa0','\xe2','\x18','\xe3','\x17','\xa6','\x1f','\x4a','\x73','\x1a','\xd0','\x40','\x19','\x75','\x02','\x44','\x51','\xd7','\x18','\x7d','\xa3','\x70','\x2b','\x6e','\x22','\x10','\x1d','\xee','\x56','\x2c','\x67','\xbd','\x03','\x92','\xb4','\x18','\x2c','\x39','\xc4','\x1a','\x45','\x67','\xce','\x2f','\x29','\x67','\x16','\x4c','\xa2','\x9c','\x01','\x15','\x38','\xcc','\xda','\x6d','\xf0','\xbd','\x12','\x46','\xca','\xc7','\x6b','\x52','\xfb','\xa9','\x62','\xfd','\x0e','\xac','\x49','\x22','\x77','\x76','\x78','\x49','\x18','\xfe','\x75','\x4c','\x82','\xa9','\xc8','\x51','\x0e','\x65','\xf1','\xfd','\xbe','\xe1','\xfe','\x76','\xf3','\xab','\x00','\x76','\xde','\x3d','\xbd','\x46','\x67','\xfc','\xf1','\xbf','\xef','\x93','\xe1','\xe6','\x38','\xe6','\x7b','\x41','\xc0','\x70','\x07','\xc8','\xa2','\xbf','\x95','\xef','\x69','\x86','\x91','\xcb','\x27','\x4d','\x3c','\x63','\xa6','\x3c','\x4f','\x25','\xaa','\x26','\x24','\xd9','\x02','\x09','\x73','\xc9','\xa9','\x1d','\xf2','\xb6','\x81','\x2a','\x08','\xe5','\xbb','\x34','\x33','\x43','\x3a','\xe8','\xb5','\x14','\xe1','\x36','\x6b','\xe3','\x74','\x93','\x57','\x3f','\x24','\xcc','\xea','\xe3','\x67','\x27','\x02','\x64','\x82','\x90','\x8e','\xdd','\x35','\x5c','\xe9','\x1f','\x02','\xeb','\x01','\x08','\x01','\xc2','\x2e','\xb2','\x1b','\x65','\x30','\x57','\xb7','\x0c','\x0b','\xf2','\xf7','\x1c','\x1b','\x56','\xc4','\x19','\x4c','\x88','\x1f','\xd8','\x99','\x03','\x29','\xed','\x39','\x43','\xeb','\x67','\x8a','\xf3','\xc0','\x83','\xf1','\xb1','\x61','\xea','\x4f','\xf9','\x22','\x5f','\xef','\xc9','\xd2','\xf3','\x7d','\xc7','\x8f','\x1f','\xbb','\xdc','\xeb','\xf9','\xb1','\x3b','\x43','\x55','\xb4','\xd6','\x4d','\xcc','\xc3','\xd9','\x67','\x33','\x27','\xab','\x92','\x7e','\xab','\x10','\x62','\xfd','\x75','\xcd','\xf4','\x5b','\x85','\x50','\x1f','\xa1','\x0b','\x07','\x76','\x39','\xd9','\x12','\x3f','\xde','\xee','\x9b','\x98','\x94','\x75','\xb2','\xac','\x87','\x22','\xda','\xae','\x96','\x28','\xb7','\x58','\x24','\x06','\x9f','\xd3','\xf3','\xa8','\xb7','\xdc','\x95','\xb4','\x9e','\x75','\x3f','\xb3','\x90','\xe7','\x73','\x76','\x6b','\xcf','\xe6','\xc2','\xda','\xed','\xb6','\x60','\x94','\x6c','\x2f','\xdc','\x54','\x7e','\x32','\x86','\x0c','\x3f','\xe5','\xe8','\xd1','\x50','\x69','\x31','\x78','\x5b','\x57','\x1a','\x9f','\x0d','\x8c','\x30','\x62','\x5d','\xfa','\xc1','\xd8','\x77','\xb9','\xcb','\xf5','\x78','\x57','\x17','\x9b','\x1e','\x95','\xa7','\x68','\x34','\x09','\x8e','\x30','\xc0','\x62','\xee','\x33','\x24','\x4d','\x1a','\x7f','\xd5','\xa6','\x4d','\x12','\x48','\x7f','\xb2','\x00','\x94','\xe1','\x64','\x6c','\x3a','\x13','\xaf','\xbc','\xbe','\x8b','\xa3','\x66','\x5d','\x7d','\x88','\x29','\x19','\xda','\x1a','\xbb','\x5a','\xf6','\x45','\xb5','\x0f','\x19','\xa2','\xed','\x71','\x4f','\x1a','\xe4','\x14','\xd9','\xcc','\x2d','\x13','\xb2','\xbe','\x74','\x13','\x17','\xd9','\xdb','\x6d','\x93','\x88','\x80','\xb7','\x6a','\x71','\x60','\x66','\xf4','\x5d','\x15','\x15','\x8f','\xee','\x0a','\x89','\x23','\x13','\x5f','\x15','\x7c','\x2c','\x92','\x5b','\x1d','\xf8','\x3c','\xa7','\xba','\xc0','\x1f','\xa7','\x9e','\x1f','\x7d','\x63','\x1c','\x0a','\x5f','\xfc','\x36','\x55','\xa2','\x4a','\x23','\xe4','\x11','\x95','\xc9','\x74','\x06','\xc0','\x1d','\x4c','\x40','\x3f','\x08','\x50','\x8d','\x6d','\xdb','\x48','\x04','\x08','\x15','\x24','\xb6','\x1b','\xa7','\x33','\x2c','\x0a','\x17','\xb0','\x6a','\x74','\x2d','\x12','\x9e','\x09','\x97','\x3b','\xbb','\xf0','\x64','\xa1','\xe8','\xc5','\x65','\xcd','\x6e','\x09','\x24','\xa6','\xa6','\x0c','\x5b','\x05','\x5b','\x18','\xad','\x54','\xb7','\x9a','\x0e','\xf4','\x43','\xb8','\xf8','\x9c','\xbf','\x49','\x22','\x6a','\xb2','\xbb','\xc1','\x6d','\xb7','\xe6','\xf7','\x04','\x04','\x16','\x6e','\x62','\xd9','\xba','\x37','\x6c','\xb7','\x1d','\xed','\xcf','\x5d','\x14','\x55','\x7b','\x9c','\x67','\x3b','\xef','\x96','\xb1','\xde','\x46','\x67','\xa7','\x30','\x53','\x56','\x77','\xbd','\x06','\xfc','\x0e','\x43','\xfc','\x86','\x4a','\xd7','\x9a','\xd2','\x75','\x7f','\x47','\xfb','\x22','\xa8','\x45','\xf1','\xa8','\x0c','\xd2','\xe2','\xce','\x56','\xdb','\xd8','\x05','\xfd','\x12','\x9a','\x5d','\xfb','\x1a','\xf1','\xad','\x72','\x82','\xbe','\xdd','\x7e','\xd4','\x2d','\xec','\xf0','\x00','\x0b','\x16','\x6e','\x77','\x62','\x0e','\x9f','\x94','\x67','\xb8','\xe1','\x29','\xee','\xb8','\xe4','\x49','\x7e','\x53','\x39','\xa1','\x23','\x5f','\xde','\xee','\x57','\x34','\x99','\xda','\xfc','\xb5','\xc2','\x22','\x85','\x22','\x1f','\xc6','\xe5','\xe9','\x66','\x51','\xe5','\x53','\x80','\xd5','\x54','\xb9','\xf0','\xaf','\xd2','\x48','\x8e','\xf8','\x06','\xb4','\x63','\xc3','\x61','\x16','\xe8','\x83','\xd1','\xa9','\x9e','\x69','\x13','\x84','\xec','\x6e','\x5e','\x6a','\xc6','\xff','\x33','\xda','\x91','\x58','\xb7','\x38','\xb0','\x1d','\x25','\xef','\x28','\x80','\x14','\x89','\x32','\x1d','\x8a','\xb3','\x0d','\x5f','\x3d','\xce','\x7c','\xf7','\x82','\x8e','\xad','\x68','\x6b','\x51','\xde','\x3b','\x2d','\xab','\x73','\xc8','\x67','\x77','\x52','\x0a','\xac','\xba','\x4e','\x7c','\x96','\xd1','\x44','\xf7','\x8e','\x69','\xba','\xce','\xaa','\x08','\x31','\x9e','\xe1','\xfe','\x56','\xdd','\xdf','\x98','\x19','\xfb','\xbe','\x63','\xdf','\xf7','\x69','\x9a','\xb7','\x5c','\xc9','\xfc','\xe6','\xcc','\xfd','\xcd','\xfc','\xec','\xa6','\xf5','\x1b','\x28','\x52','\xfd','\x9d','\x3c','\xdc','\x27','\x29','\x33','\x49','\x3a','\x30','\xc9','\x12','\x0f','\x98','\x46','\xa7','\xe0','\x04','\xdf','\xb8','\xac','\x6b','\x94','\x5d','\x0d','\xeb','\x40','\xea','\x37','\x31','\x72','\x23','\xd3','\x71','\x66','\xc1','\xc8','\x9c','\x9f','\x33','\x3d','\x40','\x5a','\x65','\x45','\x8b','\x36','\x7e','\x8b','\xaf','\x3e','\x00','\x41','\x89','\xc4','\x61','\x73','\xce','\x88','\x9f','\xa2','\x4e','\x54','\xa1','\xdc','\xc5','\x65','\xe1','\xf2','\xcf','\x0a','\x73','\x2e','\x4c','\xb6','\x5c','\x7e','\x75','\xc1','\xb4','\x6a','\x31','\x54','\xe3','\xd0','\x01','\x4a','\x73','\xb6','\xb1','\xdb','\xdb','\xc7','\xce','\xaa','\xe5','\x3f','\xf0','\x78','\x97','\x0b','\xee','\x8f','\xc7','\x8e','\x7d','\x67','\xec','\x1e','\xe5','\x2b','\x2e','\x4b','\x33','\x6b','\x22','\xbf','\xa4','\x8d','\x76','\x4d','\xe8','\x90','\x8b','\x48','\x34','\xd3','\xe2','\x7e','\xe3','\x48','\xc0','\x98','\xef','\xae','\x00','\x62','\xcc','\x19','\x47','\x8e','\x8f','\xb6','\x85','\x66','\x76','\x4b','\x9a','\x5a','\xd3','\x84','\xaf','\xd6','\xb5','\x32','\x70','\x95','\xc1','\x77','\x82','\xa8','\xfd','\x66','\x01','\xc9','\xe6','\x84','\x04','\x8b','\x55','\x00','\x0f','\xae','\xdb','\x05','\x3c','\xdb','\x7f','\xd7','\xd6','\x93','\xbb','\x22','\x85','\xf5','\x2f','\xdf','\x39','\x90','\xfd','\x31','\x2b','\x4f','\xa6','\xe3','\x72','\x4e','\xd8','\xad','\x68','\xee','\xca','\x51','\xc6','\xb0','\xd8','\xf7','\xe4','\x5b','\x5b','\xc0','\x67','\x01','\x42','\x26','\xf0','\xc9','\x1a','\x54','\x0d','\x31','\x00','\x77','\x75','\xcb','\x8c','\x74','\x64','\xa4','\x37','\xc6','\x12','\x6a','\xe1','\x1a','\x44','\xaf','\x84','\xa0','\x63','\x5f','\x06','\xd6','\x2a','\x1d','\xfc','\x15','\x5a','\x89','\x77','\xd2','\x3c','\x60','\x51','\xac','\x84','\x31','\x3c','\x7c','\x3f','\xb3','\x33','\x5c','\x45','\x7c','\x62','\x6e','\x87','\xc3','\xd2','\x52','\xde','\xfa','\x2c','\x01','\x5f','\x11','\x87','\xc5','\xf3','\xac','\x90','\xc8','\x56','\xb9','\x10','\x3a','\x63','\xd3','\xfc','\xfe','\x0e','\x45','\xf4','\x36','\x3b','\x3f','\xed','\x36','\xdf','\x65','\x21','\x12','\x97','\x65','\xb6','\xfb','\x3b','\x7a','\xdf','\xee','\xd0','\xbb','\x20','\xc7','\x9e','\xee','\xf8','\x18','\xf3','\x9b','\xfa','\x5b','\x46','\xaa','\xcb','\x49','\x33','\x78','\xbd','\x3c','\x9f','\xe2','\xe7','\x46','\xa2','\xb9','\xfa','\xcd','\xba','\x3f','\x6b','\xe2','\x8c','\xf6','\x0c','\x15','\xbc','\xab','\x54','\x21','\xc3','\x1d','\xb1','\xdc','\x1b','\x62','\xbf','\x94','\x4a','\x68','\x87','\x6a','\x69','\xf7','\x8e','\x47','\x8a','\x98','\x97','\xad','\xb4','\xc6','\x9c','\xe7','\xb5','\xe1','\x43','\x70','\x26','\xf7','\x8e','\x63','\x6f','\xd8','\xcd','\x25','\xf1','\xde','\x70','\xbb','\xb1','\x0b','\xb1','\x0b','\x7e','\xdc','\xd7','\xd1','\xa2','\xd3','\x59','\xa0','\x22','\x81','\xf3','\x98','\x24','\x5b','\x80','\x9d','\x0e','\x0f','\x4c','\x21','\xf3','\x63','\x00','\x4d','\x95','\x6d','\xa4','\x49','\x01','\x09','\xb7','\x9b','\x5a','\x83','\xee','\x0d','\x3f','\xbe','\x37','\xb9','\x1f','\xf4','\x7e','\x60','\xe7','\x1e','\xca','\x9d','\x21','\x29','\xaa','\x31','\x11','\x1e','\xa5','\x55','\xe1','\x38','\x5c','\xbf','\xd3','\xba','\x13','\xc0','\x7a','\xc9','\xb9','\xab','\x30','\xe5','\x5a','\x5d','\x32','\x97','\x64','\x72','\x3a','\x93','\x69','\x8c','\x6f','\xa1','\xba','\xfa','\x39','\x8e','\x6f','\x84','\xb6','\xf5','\x64','\x11','\x4a','\x7f','\x8d','\x4e','\x25','\xab','\xd1','\x14','\xb6','\xdd','\xd0','\x85','\xd2','\xf9','\xe5','\x45','\x68','\x55','\xbe','\x16','\x08','\x4e','\xea','\xff','\xc2','\x60','\x9e','\x94','\x89','\x17','\x01','\x96','\xf4','\xa7','\xfc','\xfe','\x42','\xbb','\xff','\xa3','\x8b','\x81','\xdb','\x5f','\xb4','\x46','\xe4','\x07','\x31','\x01','\x93','\x0a','\x0f','\x6e','\x19','\x2d','\x1b','\x5f','\x07','\x3a','\x42','\x9a','\xd1','\x9a','\x46','\x00','\xdf','\x00','\xea','\x7a','\xb5','\x44','\x2d','\x43','\xec','\x81','\x66','\x24','\x74','\x36','\x3c','\x1a','\x65','\xa2','\x5f','\x7a','\x7e','\x1c','\x77','\xe8','\x59','\x2c','\xf2','\x07','\x1b','\xaf','\xa9','\x41','\x82','\xb4','\x2e','\xeb','\xa4','\x6c','\x5e','\xf2','\xfe','\x6f','\x48','\x0c','\x9f','\xe8','\xab','\x0b','\x26','\xc3','\x9a','\x51','\xaa','\x76','\x45','\x43','\x82','\x97','\x86','\xe7','\x8b','\x24','\x5d','\x04','\x76','\xcd','\x4a','\x6c','\x9b','\xf1','\x54','\x6d','\xab','\xad','\x9a','\x37','\xdb','\x2a','\x17','\x50','\xb9','\x03','\x64','\xd9','\x52','\x03','\x21','\xb5','\xc2','\xbc','\x4b','\xf3','\xc1','\x38','\x56','\x06','\xa7','\x0e','\xdd','\x18','\xba','\x72','\x3d','\x81','\x25','\x12','\x4e','\xa9','\x99','\x99','\xcc','\xbc','\x3c','\x4e','\x60','\x28','\x24','\x5f','\x23','\xc6','\xcc','\x03','\x23','\x51','\x05','\x8e','\xcc','\x80','\xe4','\x91','\x27','\x71','\x32','\x80','\x62','\xa8','\x05','\xa0','\x44','\xa5','\xb1','\xf9','\x5b','\x5d','\x17','\x7e','\x32','\x83','\x03','\x7b','\xa6','\x1b','\xfc','\x52','\x46','\xc5','\x54','\x78','\xf5','\x91','\xe7','\x1f','\x75','\x2c','\x6b','\x0c','\x1c','\xd5','\x43','\xe8','\xe1','\xf2','\xb3','\x47','\xbb','\xd2','\xc5','\x64','\x16','\xe2','\x2d','\x84','\x95','\xdd','\xc5','\xed','\xfd','\xc7','\x81','\x87','\x46','\x16','\x7a','\x7f','\x17','\xc2','\x79','\xec','\x5d','\x2f','\xf3','\x45','\x7b','\xd4','\x10','\xda','\x4e','\x35','\x51','\xfa','\x67','\x65','\x20','\x28','\x69','\x42','\xb8','\x43','\x04','\x1f','\x8f','\x2c','\x95','\x5c','\x3c','\xb4','\x4d','\x63','\xea','\x5c','\xa0','\xf4','\xb6','\x92','\xdb','\x8f','\xf6','\xb3','\x29','\x71','\x64','\x40','\x5d','\x46','\xd2','\xaa','\x2f','\xf7','\x69','\x71','\xe0','\x7c','\xbd','\x4c','\x38','\xac','\x39','\x3a','\xfc','\xcf','\x8a','\x51','\xb4','\x31','\x42','\x09','\x7e','\xb2','\x70','\x65','\x5f','\x79','\xb3','\x5a','\x45','\xc4','\x2c','\xc1','\xaa','\xe2','\xe2','\x52','\xb7','\x6f','\x05','\x36','\x06','\x5f','\x8c','\xc5','\xb8','\xd2','\x2b','\xbc','\x02','\x99','\x61','\xd8','\xf9','\xfc','\x84','\x06','\x2a','\xc0','\xc5','\x04','\x40','\x4b','\x64','\xea','\x16','\x9f','\x64','\x39','\x70','\x5f','\xde','\x9c','\xc4','\x36','\x8f','\x97','\xb2','\x48','\x92','\xeb','\xe8','\xda','\x28','\xf3','\x35','\xce','\x75','\x6e','\x2a','\x59','\x61','\x53','\xa5','\x06','\x00','\x4d','\x93','\x4c','\x26','\x46','\x94','\x74','\xad','\x98','\x59','\xfd','\xb1','\xc3','\x2f','\x1b','\xae','\xdc','\xf1','\x15','\xfd','\xf9','\x52','\x1a','\xb1','\x4d','\x21','\x27','\x00','\xe3','\x4f','\x80','\x0a','\x1c','\x16','\x70','\x25','\x0f','\x1c','\xf0','\x80','\x05','\xc6','\x30','\xcb','\xe7','\xcd','\x2d','\x13','\x96','\x9b','\x86','\x9a','\xe0','\x80','\xce','\x8c','\xbe','\x1f','\xd8','\x95','\x69','\x3f','\xf4','\x7e','\xcf','\x23','\x09','\x3e','\x96','\x5f','\x66','\x14','\xb4','\x1c','\x56','\x92','\xe2','\x23','\x84','\x1d','\x65','\x5a','\xd7','\x20','\x5f','\x78','\xe1','\xbf','\xba','\x3c','\x1d','\x87','\xc1','\x5a','\x29','\xe1','\x3a','\x91','\x19','\x9b','\xde','\x4d','\xf0','\x67','\xb4','\x76','\x80','\xde','\x43','\x00','\xb2','\x7b','\x3e','\xdb','\x6d','\x73','\x01','\xd5','\x02','\x1f','\xf4','\x26','\x4a','\x1d','\x66','\x60','\xdf','\x3b','\xb0','\x03','\x6d','\xeb','\xb8','\x1d','\x0d','\xfd','\x6d','\xc3','\xfd','\x0e','\x57','\x0c','\x01','\xc1','\xcc','\x14','\x81','\xc2','\x34','\xb6','\x6a','\xfd','\x81','\x31','\xfb','\x9a','\x80','\x51','\xae','\x34','\x09','\x6e','\x3a','\x20','\x8c','\xd3','\xfe','\x10','\x18','\xb8','\x6d','\x1c','\xee','\x77','\x4d','\xf0','\xd0','\xa6','\x5a','\x52','\xb1','\x48','\x49','\x50','\x95','\x1f','\xf4','\x00','\xb0','\x7b','\x40','\x1a','\x46','\x3e','\x37','\x99','\xe2','\x70','\xfa','\xc2','\xd3','\x22','\xbb','\xbb','\x8d','\x31','\x87','\x1c','\xb8','\x89','\x61','\x4a','\x07','\x3d','\x6b','\x89','\x9f','\xf0','\xcb','\xd0','\x79','\x7b','\x3a','\x69','\x98','\x7a','\xe0','\x60','\x71','\x05','\x15','\xa5','\x4f','\x08','\x9b','\xe3','\x1d','\x5a','\xc3','\xfd','\x12','\x7c','\x02','\x4e','\x2b','\x1c','\xbf','\x18','\xb3','\x60','\x4a','\x91','\x3c','\x7e','\x8a','\xb3','\x60','\xe3','\x0b','\x8b','\x50','\x26','\x9b','\xb9','\xad','\x45','\x19','\xce','\xf7','\xda','\x53','\x20','\x55','\xff','\xc5','\x7c','\xe7','\xa7','\xca','\x6a','\xcc','\x7f','\xd5','\x38','\x0d','\x8f','\x2f','\xc6','\x34','\x59','\x0a','\x7e','\xd5','\x18','\x47','\x7a','\x04','\xe3','\x99','\xc2','\x3d','\x34','\xac','\xa6','\xf5','\x5c','\x8c','\xbc','\x85','\x81','\x90','\x51','\x1a','\xda','\x20','\xb4','\x8c','\x34','\x58','\x42','\xd3','\xbf','\x07','\xe1','\xe8','\x8a','\xab','\x8f','\x81','\xf7','\x60','\xb3','\xa8','\x0a','\x4f','\x29','\x9e','\x0f','\x89','\x71','\x55','\x90','\x17','\x6b','\xee','\x20','\x08','\x28','\xbe','\xb0','\xb3','\x21','\xaf','\x05','\x0f','\xbc','\x0c','\x2c','\x76','\xb1','\x16','\x1f','\xfe','\x3d','\x2d','\x4a','\xf0','\x01','\xd7','\xd5','\xa7','\xad','\x27','\xb1','\xf0','\xe4','\xc0','\x60','\xa2','\x0c','\x66','\x71','\xc5','\x45','\x44','\x87','\xf6','\xe9','\x10','\xa1','\xb5','\x6d','\xe2','\x4b','\xee','\xf7','\xfb','\x75','\x18','\xec','\x2c','\xf8','\xf4','\xde','\xe3','\xd2','\xd0','\x34','\xea','\xcc','\xe4','\xc7','\xf7','\x45','\x95','\x94','\x09','\x9d','\xd3','\x7b','\x36','\x59','\xdb','\xe8','\x86','\x02','\x4c','\x05','\x13','\xd9','\xc4','\x94','\x01','\x34','\xcd','\x15','\x32','\x93','\x1f','\xa5','\x3c','\xe2','\x24','\x2b','\x20','\x16','\xc7','\x04','\x80','\x2a','\x2f','\x65','\xc1','\xc0','\xc6','\x18','\x40','\x66','\x78','\x32','\x03','\x5e','\x66','\xa1','\x72','\xf5','\xb3','\x35','\x19','\x2d','\x0f','\x56','\x2f','\xe1','\xed','\x78','\x53','\x4f','\xcf','\xb4','\xc2','\xa9','\x1e','\x0f','\xeb','\x29','\x7d','\x24','\xf1','\xa9','\xf4','\x47','\x3e','\x67','\x10','\x89','\x7b','\x85','\xba','\xca','\x3c','\x1e','\x07','\xde','\xdf','\x0f','\x3c','\xbe','\xef','\xf8','\xf1','\xbe','\x63','\xd7','\xcb','\xb3','\x5d','\x05','\x9e','\xd0','\x1c','\x87','\x35','\xc2','\x34','\xd2','\xe6','\xc6','\x15','\x7e','\xf3','\x43','\xb8','\x6e','\x3d','\x78','\x16','\x16','\xb2','\xab','\x86','\xfa','\xb1','\x1f','\x38','\x1e','\xc9','\x92','\x90','\x2e','\x26','\x4b','\x92','\xcf','\x2d','\xe5','\x2c','\x69','\x25','\xec','\x61','\x11','\x40','\x15','\x61','\x12','\x50','\x84','\xd6','\xd8','\xa3','\xeb','\xe2','\xef','\x71','\xfa','\xbe','\x11','\xb6','\x79','\xb9','\xcb','\x5e','\x64','\xe6','\x29','\xf6','\x7e','\xb4','\x64','\x98','\x8b','\x1d','\x03','\x87','\xc1','\x2c','\x07','\x92','\x82','\xbd','\x23','\xcf','\x3c','\xaf','\x8e','\x11','\x7b','\x9b','\xeb','\x82','\x88','\x9f','\x21','\x92','\x7c','\x24','\x83','\x90','\xeb','\x98','\x4c','\x33','\xce','\xf5','\x7b','\x08','\x43','\x00','\xb3','\xec','\x93','\x59','\xf9','\x1e','\x0f','\x8d','\xde','\x77','\x98','\xb6','\x99','\x40','\xee','\xa3','\x3f','\xf4','\x9d','\x91','\xb2','\xce','\x6c','\x38','\x46','\xf1','\x41','\x28','\xcb','\xd0','\x40','\x3d','\x53','\xa1','\x16','\x19','\x4e','\x81','\x9d','\x5d','\x0d','\x0f','\x6c','\x11','\xd3','\xe6','\xac','\x52','\xfa','\x6e','\x4e','\x9a','\xac','\x5f','\x33','\xb1','\x28','\x63','\x7b','\xb1','\x24','\x99','\x65','\xf1','\xdb','\xb9','\x7b','\x4d','\x58','\x19','\xcd','\xd7','\x41','\x36','\xda','\x43','\xdf','\xe7','\x70','\xcd','\xdb','\x20','\xf0','\x27','\x6d','\x38','\x33','\xfb','\x7d','\x1e','\x8b','\xc0','\xb7','\x97','\xbb','\x3e','\x5c','\xee','\x8d','\xe5','\xfe','\x33','\x93','\xe1','\x5a','\xcf','\x34','\xaf','\x71','\x9e','\xab','\x99','\x8c','\xc4','\xfe','\xe5','\xf2','\x33','\x04','\xf7','\x13','\x75','\xfd','\x3c','\x4e','\x83','\x65','\xff','\x9d','\xed','\xcc','\x19','\xfc','\x10','\x80','\x0e','\x1c','\x1d','\x20','\x3a','\xd0','\x0f','\x8a','\xbb','\x54','\x37','\xb1','\xe8','\x98','\xfb','\x59','\x4e','\x2a','\x4b','\xb4','\x95','\x40','\x09','\xfd','\xe8','\xd8','\xed','\x5c','\x75','\x71','\x4f','\x6b','\xb7','\x56','\xee','\x73','\x39','\x8d','\xd3','\x7f','\xcc','\xd5','\x1a','\x84','\x08','\x9b','\xed','\x82','\xbb','\x64','\x41','\x27','\x06','\x36','\x6a','\x11','\x99','\xee','\x00','\xfa','\xc6','\xb8','\xbd','\x29','\xb3','\xd3','\x9a','\xb8','\xea','\x11','\xb0','\xa1','\xb9','\x12','\xc9','\xbd','\x13','\x1a','\x40','\x3f','\xc4','\x9a','\xbb','\xb4','\x04','\xfa','\x9f','\xc5','\xee','\x67','\x04','\xc7','\x40','\x45','\x9c','\x69','\x75','\x33','\x80','\x74','\x2e','\xc2','\x10','\x10','\x34','\x5d','\x87','\x59','\xc2','\xd0','\xf3','\x11','\xca','\x0b','\x22','\x48','\x74','\x3a','\xed','\x23','\xce','\x09','\xe3','\xc8','\x6e','\x73','\x2e','\x0c','\x25','\x61','\x2b','\x11','\x80','\x1c','\xf0','\xc7','\x72','\x2e','\xf9','\x39','\x50','\xe1','\x2b','\xf3','\x95','\x42','\x97','\xd3','\x7d','\xa2','\x8c','\xdb','\x57','\x74','\xc5','\x78','\x9a','\x13','\x38','\x8b','\x7e','\xd3','\x2b','\x1f','\x45','\x3a','\xbf','\xab','\x7c','\xea','\x60','\x7f','\xbe','\xaf','\x8f','\x77','\x97','\x94','\x88','\x27','\x65','\xb5','\xb6','\xb6','\x97','\x1f','\x5d','\x77','\x81','\x16','\x85','\x07','\xf6','\x07','\xb5','\x5d','\xe0','\x7c','\x22','\x06','\x2f','\x0a','\x38','\xad','\x19','\xed','\x31','\x25','\x01','\x83','\xba','\xf0','\xdc','\x5d','\xb4','\x5a','\x89','\x56','\x73','\xd0','\x67','\x82','\x04','\x0b','\xc9','\xbc','\x9c','\xce','\x95','\x52','\x9b','\x0e','\xc8','\xd9','\xab','\x89','\xc2','\xbb','\x0b','\x2d','\x1d','\x62','\x5f','\x0f','\xaa','\x63','\x3d','\x99','\xce','\x8a','\x1f','\x1a','\x16','\xaa','\xd4','\x2b','\x9c','\x6e','\xe1','\x5d','\xcf','\x4a','\xfd','\x45','\x14','\x20','\x4d','\xf0','\xa6','\x79','\x3f','\x34','\xe1','\x33','\xad','\x41','\x39','\xc2','\xa1','\xcc','\x91','\x73','\xdd','\x86','\x76','\x08','\xf7','\xfb','\xfd','\x3a','\x08','\x82','\x30','\xa9','\x72','\x51','\xc8','\xa2','\xbf','\x59','\x50','\x84','\xa9','\xa4','\x45','\xbb','\x24','\x86','\x19','\xa1','\xe4','\xef','\xe6','\x9a','\x92','\x7f','\x35','\x24','\x02','\x24','\xc1','\xc9','\x9e','\xa4','\x0d','\xb6','\xfa','\xfa','\xf2','\xb1','\x1f','\x3e','\x9e','\x46','\x48','\x2e','\x0d','\xf6','\x2c','\x33','\x4e','\x86','\x80','\xeb','\x29','\x70','\x98','\x48','\x8c','\x69','\xc1','\xfb','\xab','\xe7','\x55','\x8e','\x29','\x85','\x79','\xf9','\x78','\xa8','\xcc','\xe9','\xdf','\xca','\xbc','\xbe','\xce','\x61','\x30','\x46','\xa1','\x36','\x4b','\xc2','\x62','\x65','\x50','\x26','\x51','\x93','\x92','\x8a','\x20','\xa2','\x97','\xd9','\x8d','\xd1','\xfd','\xa1','\x42','\x90','\x59','\x7a','\x7a','\x87','\x69','\xe1','\xdc','\x9a','\xb3','\x0d','\x21','\x60','\x9b','\x25','\x1d','\xb4','\xe8','\x53','\xc3','\x7d','\x96','\x2e','\x30','\x25','\x6e','\x38','\x29','\xea','\xd4','\x21','\xc0','\xda','\x1a','\xe1','\x76','\x6f','\x62','\x79','\xbc','\x47','\x82','\xbf','\xdb','\xbd','\xe1','\xae','\x77','\x65','\x8c','\xe1','\x03','\x30','\x25','\x5f','\x94','\xf3','\x2b','\x1f','\x9c','\x21','\x5d','\xad','\x5b','\xd0','\xbb','\xbc','\xec','\xf1','\x91','\xb9','\xee','\x75','\x5e','\xc8','\xf4','\xdd','\x9a','\xb6','\xed','\x49','\x20','\x38','\x83','\xc4','\x60','\xd5','\x9c','\x2d','\x37','\x86','\x79','\x38','\x18','\x9f','\xb4','\x76','\x2e','\xf4','\x8f','\xe3','\x9c','\x06','\x59','\x3a','\x59','\x83','\x4c','\xb6','\xf6','\x94','\x66','\xc2','\xed','\xd0','\x18','\x66','\x61','\xaa','\x25','\xb2','\x9b','\xec','\xd7','\xa1','\x51','\x9d','\x34','\x1f','\x81','\xe3','\x9d','\xc4','\x20','\xa4','\xb3','\x1d','\x67','\x7c','\x1c','\x60','\xd4','\xcd','\x8a','\x8d','\x69','\xcc','\x57','\x18','\x36','\x4b','\x1d','\xa4','\xcc','\x53','\x23','\x34','\x6e','\xe8','\xe8','\xb0','\xb0','\xd1','\xb9','\x1d','\xce','\x2f','\x2a','\x61','\x70','\x8d','\xd1','\x6a','\xad','\xbe','\xa8','\x64','\xde','\x50','\xbe','\x73','\x30','\x8d','\x09','\x68','\xc2','\xed','\x27','\x25','\xdd','\xdc','\xc2','\xb5','\x53','\xce','\x47','\x73','\xe2','\xd5','\x0f','\xd6','\x5c','\x4b','\x92','\x5c','\xb8','\xba','\xb9','\x75','\xbf','\x3f','\x27','\x8a','\x85','\x18','\x80','\xb3','\xf7','\xb6','\xde','\x65','\x7d','\x3e','\x30','\xa7','\x57','\x2b','\x5e','\x95','\x9f','\x5d','\xf8','\x0f','\xbc','\xff','\x6c','\x28','\x3e','\x27','\x3b','\xaf','\x03','\x2e','\xb0','\x68','\xd5','\xbd','\x1f','\xea','\x1e','\x27','\xa1','\xfe','\xcd','\x12','\x74','\xbb','\x75','\xbf','\xd7','\x57','\xdc','\xb1','\x48','\x84','\x9e','\xce','\x0c','\x56','\x45','\xcf','\xb1','\x53','\x71','\xd9','\xcd','\x01','\x2b','\x4a','\xea','\xae','\x84','\xbf','\x1d','\xaf','\x74','\x09','\x6a','\xc7','\x0c','\xf0','\x16','\x95','\xf8','\x21','\x56','\xf4','\xc3','\x04','\x6a','\xed','\xf3','\x76','\x83','\x5b','\xc7','\x1b','\x01','\x37','\x6c','\xc0','\x1f','\x00','\xd1','\x9b','\x3e','\x7b','\x80','\x9a','\x06','\xab','\x71','\x78','\x41','\xe4','\x2d','\x59','\xad','\x51','\x79','\xc6','\x3e','\xae','\x3c','\x7e','\xc7','\x99','\xcc','\x2a','\xb8','\x45','\x0b','\xee','\x06','\x4f','\x46','\xcb','\x8d','\x01','\x23','\xb4','\xae','\x89','\x53','\x81','\xa2','\xe0','\x92','\x75','\x88','\x11','\x74','\xb0','\xac','\xf3','\xd1','\x8b','\x65','\xc8','\xac','\x42','\xee','\x15','\x90','\xee','\x9b','\x66','\xa1','\x66','\x09','\x15','\x1c','\x7f','\x79','\x7a','\x98','\xd2','\x2d','\xfb','\xeb','\xb4','\x16','\x82','\xfe','\x5b','\xce','\xcb','\xcb','\xc8','\xe3','\x17','\x8f','\x01','\x70','\x21','\x26','\xb1','\xcf','\x10','\x5a','\xb8','\x86','\x8f','\x51','\xa8','\x65','\x1e','\x9e','\x3b','\xee','\x58','\x74','\xb9','\x44','\x40','\x0a','\xdf','\x60','\xd0','\x66','\x96','\x4d','\x80','\x8e','\xa6','\xc2','\x10','\x27','\x45','\x0a','\x5c','\x39','\x99','\xbd','\x9e','\x3c','\xd2','\x25','\x14','\xfe','\xe1','\xd3','\x80','\xb3','\x12','\x24','\x1f','\xcc','\xd2','\x29','\xd6','\x57','\xf2','\x08','\xaa','\x31','\x46','\x79','\xd1','\x14','\x24','\xaf','\x84','\xb7','\x3e','\x2d','\x17','\xef','\x7e','\x84','\xd6','\xf8','\x1a','\x51','\xfc','\x75','\x77','\x70','\x3f','\xdb','\x51','\x37','\x1b','\x3a','\x64','\x9d','\xc6','\x3d','\x94','\x3b','\x40','\x2b','\x97','\x58','\x17','\x80','\x8e','\xe3','\x70','\xcb','\x4f','\x5c','\x1a','\x3f','\x1f','\xf6','\xab','\xeb','\xb4','\xe4','\xd5','\x0a','\x73','\x59','\xd9','\xc8','\xc2','\x3f','\xd9','\xa6','\x8e','\x8c','\x43','\xaa','\xc3','\xb7','\xcc','\x54','\x11','\xa0','\x61','\xbc','\x91','\x99','\xc8','\x91','\xa8','\x10','\xfc','\xf7','\xec','\xd2','\xb3','\x62','\xde','\x96','\xfc','\x5c','\xee','\x5f','\xc7','\xb6','\xe2','\xbd','\x73','\xbd','\xb9','\x09','\x8a','\xf7','\xf3','\xbb','\x53','\x23','\xf3','\x3d','\x14','\xfb','\x6c','\x44','\x3b','\xaf','\x60','\x36','\xe6','\x4b','\x06','\x77','\xd5','\xea','\xef','\x12','\xc0','\xe0','\xfd','\xfb','\xee','\x51','\xbc','\x1e','\x39','\x71','\x9e','\x1e','\x30','\x22','\x75','\x6b','\xf3','\x7b','\x07','\xcd','\x7d','\xc9','\x73','\x94','\xa3','\xb0','\x18','\xda','\x3a','\xe8','\xdd','\x19','\x1d','\x98','\x69','\x4d','\xf7','\xbd','\xa3','\x3f','\x84','\x41','\x63','\x08','\x71','\xba','\xab','\x7f','\xfc','\xdb','\x9b','\x44','\xf4','\xb8','\x7f','\xdb','\x2a','\x63','\xd0','\xd2','\x6a','\xb1','\x20','\x02','\x4b','\x3c','\xe6','\x08','\x0b','\x88','\x03','\x9d','\x97','\x67','\xca','\x1d','\x82','\xf9','\x7b','\xd9','\xbb','\x44','\xf9','\x28','\x09','\xe5','\xa6','\x85','\x39','\x69','\x22','\x7f','\x2f','\x7b','\x9b','\x00','\x61','\x8a','\x84','\x46','\xf1','\x56','\x44','\x06','\x43','\xc0','\xdf','\xf0','\xbe','\xf7','\x97','\x2d','\x7b','\xfa','\x0f','\xa5','\x49','\x67','\x04','\xec','\xbe','\xb1','\xc6','\xa4','\x98','\xf0','\xd3','\x2b','\xa2','\x36','\x41','\xf2','\x50','\x01','\x55','\xee','\x8f','\x88','\xd5','\x47','\x92','\xb8','\x29','\xe3','\x92','\x5c','\x4c','\x3c','\x5b','\x7c','\x16','\x3a','\x6d','\x9e','\xb4','\x5a','\x9d','\x61','\xa1','\xd2','\xc0','\x8d','\xd7','\x3c','\x3d','\x5f','\xa5','\xcc','\xd6','\x50','\x82','\xde','\xc5','\x60','\x80','\xd1','\x80','\xc3','\xf6','\x6b','\x66','\x70','\x5c','\xfc','\xa2','\x75','\x5b','\x65','\x8c','\x27','\x63','\xa1','\xa1','\xda','\xf9','\x50','\xa9','\x30','\xd5','\x13','\x0a','\xb5','\xb5','\x54','\x37','\xcf','\x08','\x8a','\xb1','\xc5','\xfd','\xb9','\x5b','\xdc','\x71','\x03','\x48','\x2c','\x73','\x7b','\x77','\x45','\x45','\x0e','\x6c','\x10','\x39','\x26','\x90','\xf0','\x35','\x97','\x7e','\x93','\xf8','\xb9','\x60','\x66','\x2f','\xe6','\x37','\xe0','\xa6','\x8f','\x11','\xb1','\x93','\xf2','\xd9','\x46','\x56','\x03','\xfc','\x24','\xb1','\xce','\xf8','\x62','\x81','\x6e','\xcb','\x53','\x3b','\x49','\xbd','\x03','\xfc','\x38','\x40','\x07','\xe1','\xd8','\x3b','\xb6','\x9b','\x84','\xc0','\xde','\xee','\x5c','\xc2','\x60','\x13','\x89','\xf0','\xd1','\x95','\xf9','\x60','\x0d','\x20','\xd3','\x0f','\xc9','\x27','\x74','\x3b','\x1a','\xba','\x47','\xad','\xb4','\x84','\xa1','\x03','\x47','\x9d','\xf1','\x01','\xd8','\xf1','\x21','\x6f','\x99','\x16','\x36','\x3f','\x43','\xe6','\xb6','\xd7','\xf9','\xc0','\xd6','\x3b','\xf8','\xce','\xe0','\xbb','\xc0','\x93','\xcd','\x67','\xdb','\x08','\xf4','\xcd','\x12','\x9c','\x03','\xd4','\x08','\x8f','\x1f','\x72','\xf6','\x19','\x1d','\x7c','\xd4','\x79','\xaf','\xd6','\x6a','\x49','\x88','\x38','\x1d','\x1b','\x83','\x17','\xca','\xa7','\x0c','\xa9','\x42','\x9a','\x55','\x6a','\xeb','\x40','\x04','\x3e','\x20','\x17','\x0c','\xc3','\x7d','\x67','\x1c','\x03','\x1d','\x8c','\xc3','\x68','\x38','\xe9','\x7d','\xb9','\xad','\xab','\x76','\x18','\xc5','\x1d','\xd0','\xd3','\x4e','\x94','\x3b','\xaf','\xb2','\xde','\x8e','\xff','\xeb','\xd0','\x62','\x7c','\x94','\xef','\x2c','\x26','\xc6','\x55','\xe7','\x13','\x53','\x20','\x5f','\xd7','\x3a','\xb7','\x73','\x00','\xbd','\x60','\xad','\xae','\xcb','\x53','\x44','\x64','\xb8','\xee','\x67','\x38','\xd9','\xcf','\x97','\xe5','\x79','\x3a','\x1b','\xca','\x29','\xd3','\x74','\x55','\xec','\xa5','\xf3','\x17','\x67','\x5d','\x61','\xf0','\x0c','\x06','\xa7','\xec','\x10','\x6a','\xb8','\x91','\xa7','\x77','\xed','\x41','\x66','\xae','\xfd','\x0f','\x5b','\x3b','\x41','\xcb','\xa2','\xb5','\xfc','\x7e','\x1e','\x76','\x1e','\x98','\x72','\x6b','\x8d','\xf4','\x5a','\x08','\x81','\xcc','\x2d','\x4e','\x43','\x67','\xd3','\xd1','\xd1','\x99','\x02','\xbf','\xe7','\xf1','\xa4','\x7b','\x9a','\x9d','\x21','\x96','\x5d','\x6d','\x56','\x41','\x37','\xf8','\x5c','\x36','\x1a','\x2e','\xdf','\x8b','\x00','\x4f','\x91','\xc8','\xde','\x16','\x68','\x8a','\xcc','\x9a','\xac','\x2d','\xcf','\x8a','\x1f','\xf3','\xa1','\xb2','\x05','\x45','\xc3','\xb0','\x76','\x36','\x3e','\x1e','\x2a','\xbb','\x72','\x83','\x44','\x89','\x63','\x77','\x1c','\x67','\x4f','\x93','\xb2','\x9c','\xaa','\x78','\x39','\x8a','\xec','\xc2','\xcc','\x78','\x3c','\x1e','\xd7','\x2e','\x70','\x66','\x1e','\xea','\xbd','\x7b','\x00','\x84','\x6d','\xdb','\x4a','\xe5','\x8f','\xd0','\xa0','\xe5','\xf9','\x4b','\xb8','\x86','\x2f','\x2b','\xd6','\x86','\x28','\xf9','\xf1','\x8f','\xa5','\xb1','\x85','\x21','\x34','\xc6','\x99','\x12','\x70','\x84','\x80','\x13','\x63','\xad','\xc4','\x66','\xd4','\x12','\x15','\x46','\x14','\x40','\x96','\xbc','\xf3','\x0f','\xd9','\x04','\x39','\xbe','\xf2','\x14','\x52','\x12','\x33','\x78','\x7a','\x70','\x52','\xdd','\xb0','\x20','\x14','\xee','\xda','\x85','\x3a','\xaf','\xaa','\xae','\x17','\xc7','\x43','\xdc','\xcc','\x1e','\x6a','\xd5','\xb1','\x48','\x6d','\xfb','\x63','\x4f','\xe1','\x8b','\x55','\xf3','\x47','\xd0','\xbd','\x8e','\x7c','\x18','\xf9','\x8e','\x4d','\x84','\x88','\xa5','\xc2','\x04','\xe7','\x4d','\x9c','\x02','\x1b','\xf4','\x8e','\x23','\x45','\x73','\xdb','\x6e','\x84','\xb7','\xdb','\x9b','\xe6','\xbb','\x89','\x38','\xee','\x1e','\xbe','\x5a','\xef','\xfd','\x58','\xd3','\x9c','\x18','\x38','\xdf','\x76','\x6a','\x68','\x1a','\x29','\xcb','\xa2','\x57','\x11','\x00','\x6c','\xc1','\x50','\xbb','\xad','\xd8','\x86','\x36','\x08','\x43','\x0e','\xb3','\xe5','\x5c','\x3f','\x83','\xbf','\xc5','\x06','\xa5','\x67','\x19','\x5e','\x7c','\x37','\x67','\x4b','\x6b','\x15','\xda','\xcb','\x7b','\x23','\xe5','\xad','\x67','\x8b','\x30','\x6c','\x3b','\x02','\xe9','\x7a','\x7d','\xae','\x2f','\xba','\x65','\x8c','\x51','\x2c','\x66','\xd2','\xb7','\xbc','\xd0','\x0f','\xc6','\xd1','\x59','\xc2','\x97','\x9b','\xe5','\xef','\x08','\x6d','\x70','\x68','\x96','\x32','\xbc','\x0b','\xcc','\xb6','\x3c','\xe6','\x27','\xb0','\xae','\x68','\x7e','\x38','\x73','\x79','\x26','\x56','\x6f','\xdc','\x87','\x7a','\xb0','\xf2','\xd9','\x32','\xb8','\xb7','\x90','\xa1','\xcc','\x87','\x6b','\xc8','\x33','\xc1','\x8d','\x77','\xe4','\x61','\xf0','\x3a','\x33','\x55','\x3e','\x41','\x2f','\xe3','\x48','\x2e','\xcb','\x88','\x1f','\xc7','\xb5','\xf7','\x80','\x19','\x0d','\xc5','\xcd','\x6d','\x0a','\xe8','\xa1','\x6e','\x86','\x12','\x7d','\xf1','\xf0','\x3d','\x7a','\xbc','\x1f','\x72','\x1f','\xef','\xe8','\x7e','\xe7','\x84','\x15','\x3f','\xd8','\x59','\x3b','\x2d','\x71','\x34','\x26','\x90','\xfe','\x6b','\x58','\xa5','\xdf','\x58','\x86','\x75','\x19','\xd7','\xe1','\xb4','\xba','\x1e','\x34','\x22','\x0a','\x9c','\xd4','\x19','\x9d','\x34','\x58','\xc2','\xd6','\xb0','\x1d','\xdd','\xc3','\x60','\x6f','\x4d','\x22','\x3d','\x8a','\x20','\x2b','\x1d','\xb1','\xed','\x63','\x57','\x17','\xc5','\xce','\x68','\x7b','\x57','\xcb','\x37','\x8b','\x2b','\x5d','\x0b','\xa5','\xd2','\x34','\x92','\x44','\xdf','\xb6','\x8d','\x5c','\xd1','\x44','\xac','\x0a','\x80','\x4d','\x42','\xee','\x9a','\xd6','\x78','\x7f','\x97','\x80','\x0c','\xb7','\x47','\xc7','\xed','\xbe','\x61','\xbb','\x05','\xe3','\xd0','\x36','\xc2','\x5d','\x53','\x64','\x10','\x11','\xb6','\x76','\xe0','\xfd','\x1d','\xe0','\x1f','\x00','\xf7','\x63','\xc0','\x33','\x8b','\xb1','\x9c','\x96','\x9a','\xb8','\x7a','\xce','\x73','\xc8','\x71','\x2e','\x17','\x0c','\xb1','\xb9','\x4a','\x1f','\x07','\x7b','\x4e','\xa0','\x10','\x6e','\xf4','\x7d','\xfd','\x5e','\xda','\x56','\x81','\x84','\x89','\x70','\x1c','\x00','\x51','\xd7','\xf3','\xd5','\x53','\x10','\x9e','\x10','\x84','\x84','\x8e','\xc1','\xcf','\x97','\xb9','\xcf','\x02','\xa8','\xca','\xde','\xe5','\xc7','\x81','\x79','\x2d','\x13','\x5c','\x4c','\x6a','\x2a','\xd7','\xeb','\xf7','\xf2','\xbb','\xc6','\x35','\xbe','\xdc','\xf6','\xaf','\x2f','\xcb','\xd9','\x97','\xf5','\xa4','\xf5','\x14','\xbf','\x70','\xd8','\xab','\xa6','\x02','\x9c','\x33','\x6d','\x8c','\x37','\x38','\x3d','\x39','\xb3','\x00','\x19','\xaf','\xe6','\x24','\xd6','\xbe','\x67','\x26','\x1e','\x89','\x06','\x63','\xa0','\xcf','\x08','\xa1','\xcb','\x5a','\x72','\xfa','\x9f','\xb8','\x77','\x0b','\x76','\x20','\xf7','\x00','\x49','\x04','\x21','\x22','\xe1','\xd3','\xa8','\x83','\x1b','\xf9','\x9d','\x4e','\xa7','\x2d','\x80','\x0a','\xe4','\x54','\x23','\x34','\x6b','\x22','\x63','\x4a','\xe6','\xae','\x72','\x97','\x28','\x2b','\x7a','\xc9','\x24','\x24','\x80','\x35','\x10','\x4b','\xa1','\xcb','\x59','\x38','\xca','\x63','\x1e','\xbe','\xbe','\xc4','\xf2','\xfa','\x1a','\xae','\xdc','\xd5','\x01','\xf3','\x4f','\x27','\xc0','\x95','\x34','\xe2','\x19','\xb4','\xc5','\xf5','\x0a','\xf8','\x96','\xf8','\x7a','\xca','\x14','\x12','\x1f','\x3c','\x48','\xb1','\x39','\xb8','\xdb','\x58','\x4a','\x10','\x84','\x6d','\xdb','\xdc','\x0a','\x64','\x41','\x10','\x96','\xb3','\x1d','\x66','\xfc','\x61','\x65','\xc3','\xc9','\x79','\x18','\xdb','\xae','\x9b','\x14','\xbf','\x15','\x06','\x51','\xb5','\xc0','\x91','\xc0','\x55','\xdb','\x37','\xc7','\xc8','\x56','\x4d','\xf1','\x57','\xfd','\x81','\xb8','\x6c','\xd4','\x4f','\x97','\x91','\xb7','\xcd','\x3b','\x17','\x0f','\x70','\x09','\x46','\xca','\x58','\x33','\x43','\xa5','\x7c','\xd3','\x2c','\xb2','\x1f','\x04','\xd3','\x00','\xda','\xc5','\xf5','\xf7','\x1f','\x07','\xde','\xbf','\x3f','\xf0','\x78','\x37','\xe6','\x56','\x84','\x92','\xdc','\x9e','\xdd','\xdd','\x71','\xd7','\x81','\x9b','\xde','\xe5','\xd9','\x36','\x34','\x8d','\x24','\x94','\x2f','\xfa','\x02','\x46','\x30','\x94','\xf1','\xea','\x01','\xc8','\xee','\x9e','\x96','\x22','\x8b','\x35','\x22','\x34','\x75','\xe1','\xb9','\xbd','\x35','\xdc','\xbf','\xdd','\x70','\x7f','\xd3','\xf0','\xb2','\x16','\xb5','\xcd','\xe6','\xa6','\x53','\xef','\xc9','\x12','\xc5','\x75','\x09','\xc4','\xbd','\x71','\x6b','\xc1','\x84','\xa0','\xd7','\xa5','\x44','\x8a','\x04','\xc6','\x4a','\x18','\x5f','\x50','\x31','\x8d','\xe7','\xbb','\x7c','\xc9','\x8c','\xd2','\x0a','\x74','\x28','\x57','\xa5','\xe9','\x1c','\xe4','\x63','\xce','\x88','\x43','\x9a','\x5d','\x3e','\x8b','\x20','\x69','\xff','\xda','\xf7','\x2c','\x54','\x25','\xe1','\x49','\xb4','\x40','\xe4','\x6b','\x35','\xbc','\xed','\x18','\xb8','\xae','\xa3','\x7c','\x37','\xab','\xa0','\xb9','\x4e','\xed','\x7b','\x4f','\xb9','\x9b','\x02','\xf1','\x64','\x0b','\x1f','\xa7','\x31','\xd1','\x30','\xfe','\x0a','\xd2','\x75','\x01','\x6c','\xdd','\xb2','\xf0','\x52','\xa7','\x53','\x45','\x91','\x30','\xf1','\x5f','\xe3','\x14','\xb6','\x3a','\x80','\x87','\xc4','\x34','\x61','\x7e','\x14','\xab','\x7c','\xee','\xc0','\x10','\xcd','\x31','\xbe','\x9c','\x42','\x88','\x69','\xfc','\x5e','\x44','\x70','\xd6','\x87','\x11','\xc0','\xc9','\x72','\x4d','\x40','\xdb','\x80','\xdb','\xd6','\xb0','\xdd','\x37','\x75','\x73','\x13','\x26','\x75','\x6b','\xa1','\x68','\x60','\x48','\xe2','\xd2','\xc7','\x43','\x23','\x30','\xbe','\x1f','\x78','\x3c','\x4c','\x48','\xb5','\x5c','\x34','\x36','\x44','\x4e','\x84','\xb9','\x82','\x55','\x29','\x09','\x56','\xcf','\xe6','\xbb','\x3c','\x03','\x7f','\x65','\x39','\x43','\x8b','\x3f','\x2b','\xb1','\x3d','\xe1','\x57','\x33','\x0c','\x19','\x7c','\x17','\xd2','\xc7','\x8c','\x03','\x22','\xd4','\xd8','\xbd','\xc6','\xbe','\x77','\xd9','\xcf','\xce','\x2e','\xd4','\xe6','\x8b','\xfc','\x40','\x73','\x4d','\xee','\xd1','\x19','\x7c','\x1c','\xe2','\xae','\xd6','\x1b','\xb6','\x8d','\xb1','\x75','\xf5','\x75','\x6f','\x69','\x14','\x1c','\x38','\xc4','\xce','\x84','\xe5','\x39','\x62','\xbd','\x14','\x2d','\x77','\x82','\x09','\xbd','\x31','\x58','\xcf','\x34','\x1f','\x16','\x60','\xa6','\xe3','\xd6','\xb7','\x08','\x8e','\xa0','\x13','\xd9','\x6e','\x0d','\x6f','\xb8','\x79','\x8e','\x32','\x53','\x94','\xe0','\xd1','\x3d','\x90','\x5b','\xa6','\x55','\x84','\xf1','\x5c','\xcd','\xeb','\x95','\x17','\x37','\xe3','\x84','\xd8','\x42','\x32','\xc4','\xec','\xeb','\xef','\x78','\x44','\x9f','\x33','\x03','\x7c','\x04','\x93','\x26','\xb9','\x91','\x48','\x19','\x44','\xc0','\x55','\xd9','\xde','\x95','\x21','\x17','\x39','\x03','\x1d','\x92','\xf8','\xb6','\x13','\xe1','\xd8','\xba','\x5f','\x9e','\x36','\x41','\x68','\xdb','\x08','\x5b','\x6f','\xe0','\x1b','\xa7','\x7c','\x43','\x3a','\xce','\x64','\x99','\xb6','\x31','\x26','\x8c','\xea','\xc0','\x60','\x34','\xb7','\x28','\xcf','\x6c','\x0e','\xc3','\xaa','\x94','\xa1','\x5e','\x9e','\xa7','\x13','\xee','\xf2','\xb5','\x93','\x3a','\xf5','\xfb','\x57','\x14','\xce','\x7b','\x3b','\xff','\x3a','\x3c','\xaf','\x34','\x2d','\x7e','\x7f','\x61','\xec','\x1c','\xf8','\x7f','\x7c','\xbe','\xa8','\xba','\xfc','\xb1','\xec','\xc5','\x44','\x3f','\x0b','\x45','\x8a','\xcf','\xb6','\xf7','\xf6','\x38','\xc1','\x42','\x99','\x82','\x76','\x30','\xca','\x7f','\xab','\x39','\xac','\x86','\xe7','\x4c','\x7a','\x93','\xfc','\x37','\x62','\x15','\x12','\xde','\x48','\x60','\x1b','\xc9','\x1a','\xa4','\x7d','\x41','\x05','\x79','\xb3','\x9a','\x1a','\x6d','\x48','\x3c','\x96','\x45','\x3f','\xcc','\x96','\xa0','\x7c','\x36','\x09','\x72','\x17','\x29','\x13','\x49','\x82','\xf1','\x55','\x3e','\xb8','\x32','\x8d','\x35','\x7a','\xae','\x34','\xb7','\x70','\x41','\x36','\x56','\x7b','\x3a','\xed','\x19','\x3b','\x1f','\x25','\x0a','\x9f','\xec','\x7d','\x24','\xde','\x28','\x3e','\xee','\xe9','\xf5','\xfc','\xad','\x4d','\x42','\x90','\x05','\x78','\x1b','\x4b','\x09','\x82','\x60','\x42','\x50','\x89','\x02','\x77','\x02','\x93','\x9f','\xb2','\xb0','\xbe','\xfa','\xd2','\x78','\x3e','\x0a','\x84','\x0c','\xc4','\xa8','\xc7','\x6f','\x35','\xdc','\xac','\x31','\xc4','\xb1','\xa0','\xe9','\xc7','\x89','\xc9','\x7e','\x36','\x98','\xd9','\xbc','\x0d','\x67','\x18','\xf3','\xf7','\xd3','\x71','\x66','\x2e','\x37','\x41','\x8e','\x7c','\xe5','\xe9','\x99','\x11','\x85','\xb8','\xf4','\xa6','\xe0','\xc8','\x10','\x77','\x8a','\xfd','\x90','\xb0','\xd4','\x8f','\x43','\x13','\x92','\x4a','\xc8','\x6a','\x0b','\x30','\x70','\xec','\x1d','\x87','\x66','\xc6','\xb5','\xf1','\x17','\x97','\x36','\x65','\xbe','\x9a','\xfa','\x4c','\x7b','\xe8','\x51','\x15','\x7a','\x0a','\x9f','\xa8','\xeb','\x19','\xee','\x36','\x29','\x6b','\x7c','\x0f','\x82','\xd0','\xb6','\x86','\xfb','\xcd','\x84','\x9e','\xcd','\xef','\x30','\x84','\x8f','\xf6','\xac','\xe5','\xcc','\xd6','\x1e','\x5f','\xba','\xcc','\xc8','\x7a','\xff','\x79','\x1e','\x00','\xa9','\x0b','\x88','\xbc','\x9f','\x72','\x5a','\x24','\x46','\xc1','\x34','\x20','\x25','\xdc','\xeb','\x80','\xfc','\x96','\x3e','\xaf','\xb4','\xfc','\xb8','\xac','\x67','\xa8','\xe2','\xb4','\xde','\x48','\xdb','\x4e','\x2a','\xf2','\xf4','\xc1','\xbe','\xf2','\x84','\xb0','\xc3','\xb2','\x53','\x59','\x7d','\x43','\xc8','\x76','\x25','\x20','\x5b','\xb2','\x3b','\xc3','\x05','\xe4','\x2c','\xf4','\x58','\x28','\x72','\x40','\xb5','\xa3','\x94','\xce','\x8b','\x9f','\x43','\xf2','\x75','\x5d','\x4e','\xe0','\xea','\x51','\x86','\xf7','\x7c','\x56','\xd2','\xc2','\x7c','\x9c','\xd7','\x8e','\x8d','\x23','\x40','\xee','\xa1','\x29','\xb0','\xb0','\x26','\x66','\x9d','\x85','\x4f','\x4e','\x9a','\xff','\xd7','\xf0','\x90','\x8f','\xb0','\x98','\xec','\xb4','\xd7','\x01','\xa7','\xe4','\x8b','\xab','\x66','\x91','\x61','\x46','\x09','\xdb','\x6b','\xd1','\x0c','\x3d','\x69','\xe5','\x3d','\x72','\xc6','\x80','\x04','\x97','\xed','\x29','\xec','\xf8','\xbb','\x59','\x7c','\xd4','\x45','\xd1','\xdd','\xdc','\x92','\x06','\xcd','\x2d','\x9f','\x2f','\x94','\x33','\xfe','\x64','\x41','\x87','\xfe','\x9a','\x72','\xb6','\x2d','\x5f','\xcd','\xd3','\x05','\x4f','\xf3','\x74','\x28','\xa7','\xc4','\x5a','\xc2','\xb2','\xe1','\x60','\x06','\x77','\x52','\xcb','\x4e','\xdc','\x11','\x3a','\x54','\x73','\x99','\x5d','\xb1','\x2c','\xa0','\x41','\xd7','\x48','\x93','\xbc','\x1f','\x62','\x2d','\x6f','\x0d','\xdb','\xa6','\xc2','\x8a','\x86','\xde','\x36','\xed','\x01','\xe5','\x83','\x64','\x82','\x03','\x45','\x28','\x6e','\xcf','\xb1','\xc3','\x50','\x6b','\x38','\xa1','\x1f','\x02','\x12','\xfb','\x43','\x04','\xb4','\x6c','\x0d','\x71','\xfe','\x6a','\x23','\xdc','\xd0','\xc0','\x7c','\x73','\xf0','\x79','\xd0','\xee','\x38','\x01','\x08','\xb0','\x92','\x6e','\x4d','\xfb','\x7a','\x0d','\x1c','\xcf','\x7e','\x95','\x28','\x6f','\x88','\x33','\x6a','\x56','\x9e','\x42','\x17','\x23','\xaf','\x07','\xe9','\x45','\x71','\xb6','\x5d','\xc9','\xae','\x71','\xc1','\x99','\x19','\xd2','\x0f','\x01','\x05','\x72','\x9e','\x3a','\x31','\xda','\x01','\x09','\x0e','\x91','\x02','\x89','\x6c','\x5b','\xdc','\xb1','\x03','\x21','\x52','\x14','\xe4','\xe5','\x4e','\x16','\x22','\x7f','\xac','\x34','\x10','\x24','\xcc','\x29','\x4c','\xb3','\x60','\x4a','\x09','\x1f','\x5b','\x9e','\x10','\xb0','\x06','\xe2','\x91','\x85','\x5b','\xb3','\x92','\xd7','\x6f','\x9d','\xb4','\xfc','\xea','\x19','\x7e','\x95','\xd6','\xbd','\xd2','\xf6','\xcb','\x78','\x63','\x20','\x8a','\x67','\xc4','\x6f','\x55','\x14','\x56','\x5e','\x9a','\xdf','\xca','\xd2','\xc0','\xe5','\x4f','\x3c','\x2c','\xcf','\x79','\x7e','\x01','\x86','\x7b','\x53','\xdf','\x26','\x08','\x59','\x3f','\x99','\x77','\x5b','\xf4','\x39','\x8f','\xef','\x7c','\xe8','\x44','\x90','\xc8','\x71','\x9d','\x24','\x51','\x32','\x5b','\xc0','\x84','\xec','\xf2','\x2c','\x22','\x83','\x07','\xbc','\x31','\xde','\x40','\xd1','\x87','\x09','\x3a','\xfe','\x5f','\x0c','\x10','\x20','\xc1','\x47','\x12','\x81','\x51','\x99','\x05','\xb2','\xe7','\xa6','\x80','\x20','\x9f','\xa3','\x7b','\x80','\xc8','\xe8','\x9e','\xe2','\x6a','\x06','\x24','\xa0','\x83','\x8d','\x33','\xdd','\xdf','\xa6','\xbc','\x86','\x46','\x93','\x0d','\xb7','\xd9','\x9d','\x58','\xcb','\xf1','\x78','\x53','\x05','\xa1','\x5d','\xbb','\x70','\x3c','\x34','\x9c','\xd5','\x34','\x84','\x46','\x12','\xc0','\x2d','\x27','\x3f','\xbd','\xdd','\x6e','\xd7','\x41','\x10','\x04','\x31','\x47','\xb4','\xa7','\x69','\x46','\x53','\x59','\xed','\xde','\x57','\x53','\xaa','\xe7','\xed','\xda','\x58','\xcd','\x75','\x6f','\x7c','\x3e','\x73','\xa0','\xfa','\x99','\x32','\xeb','\xf5','\x64','\xdc','\x34','\x13','\xc1','\x80','\x71','\x4a','\xd5','\xb2','\xb7','\x7d','\x08','\x06','\x9c','\xe0','\xce','\x86','\xe4','\x9a','\xa7','\xf4','\x4f','\x91','\xcc','\xd3','\x3b','\x16','\xb8','\x40','\x34','\xf7','\x5c','\xb4','\xc2','\xfb','\xa3','\xe3','\xf1','\x63','\x8f','\xdc','\x3c','\x26','\xf0','\x34','\x88','\xf6','\xeb','\x9e','\x42','\x87','\x2a','\x60','\xb5','\x5b','\xc3','\xd6','\x9a','\xbb','\x47','\xf8','\x7a','\x65','\x86','\xd9','\x05','\x1c','\x65','\x01','\x7a','\x58','\x68','\xf4','\x85','\x10','\x9e','\xd2','\xbd','\x85','\xdb','\xbd','\xe1','\xb6','\x6d','\x1e','\xd4','\xc0','\x98','\x66','\x6f','\xda','\x91','\xd2','\x40','\x20','\x16','\x18','\x8d','\x80','\x75','\x52','\x5b','\x52','\x6d','\x80','\x2d','\xac','\xad','\x15','\x11','\xca','\xc2','\xf9','\xbb','\x4a','\x38','\x13','\xbd','\xb2','\x36','\xcf','\xc8','\xd2','\x29','\x44','\x7c','\x08','\xc4','\x33','\xa2','\x10','\xc6','\x98','\x38','\x6f','\xfc','\x75','\x71','\x06','\x64','\x64','\x72','\xb9','\x56','\xca','\x3f','\xfb','\xda','\xaa','\xf9','\x5c','\x90','\x4f','\xe4','\x86','\x79','\x98','\x70','\x7c','\x74','\x57','\x1e','\x10','\xc5','\x3e','\x1a','\x3c','\x86','\x78','\x31','\x8f','\xb5','\xc0','\xf2','\xf8','\xf3','\xe5','\xbc','\xae','\x1d','\x6b','\x3e','\xa3','\x54','\x11','\xa4','\x18','\xbe','\xd4','\x87','\x05','\x43','\x60','\x4c','\xe1','\x8f','\x1d','\xf9','\x22','\xf2','\x03','\x65','\xb0','\x9f','\xdb','\xb6','\x75','\xa5','\x02','\x14','\x61','\x35','\x4c','\x82','\x77','\x22','\x84','\xb1','\xae','\x1a','\xdd','\xd0','\x5c','\x4a','\xb7','\x86','\xbb','\x07','\xfb','\x08','\x6b','\x28','\x53','\x12','\x4e','\xdf','\x2d','\xfa','\x5e','\x04','\x25','\xb1','\xc0','\x21','\x4e','\x54','\x26','\x82','\xfd','\x0a','\x7b','\xf5','\xa4','\x5c','\xa1','\xf3','\x0f','\x35','\x74','\xf2','\xfe','\x73','\x14','\xbb','\x78','\xf8','\x82','\xa4','\x72','\x5a','\xd6','\x00','\xfa','\xca','\x7a','\x8d','\xd4','\x8f','\x57','\xbf','\x25','\xa6','\xa7','\x37','\x00','\x87','\x29','\x86','\xc8','\xad','\xac','\xdb','\x9d','\x3d','\x61','\xad','\x47','\xb3','\x84','\xe0','\x66','\x43','\xa5','\x76','\x57','\xb2','\x1f','\x82','\x73','\x6f','\xbc','\x81','\xd9','\xee','\x07','\xe5','\x1e','\x13','\x0e','\xd3','\xe0','\x06','\xe8','\x96','\x7a','\x87','\xd1','\x4c','\xdd','\x0b','\x4d','\x9e','\xaa','\x21','\x75','\x2d','\xdf','\x48','\x3b','\x24','\x7a','\x9a','\x5d','\x20','\x36','\x85','\xd7','\xed','\xd6','\xc0','\x6f','\x9b','\x0b','\x0d','\x0f','\xb2','\xb0','\xf7','\x3d','\x98','\x3d','\xa3','\x7f','\x43','\x89','\xed','\xe5','\xf4','\x2c','\x56','\x8f','\xd3','\x2f','\x39','\xe5','\x6a','\xae','\x1d','\x4c','\x2a','\x39','\x5d','\xf4','\x1a','\x13','\xb3','\x2b','\x83','\x11','\x2b','\x35','\x90','\x73','\xa4','\xc4','\x1d','\x1f','\xb8','\xcb','\x8b','\x59','\xb1','\x24','\x92','\xdc','\xa1','\xca','\x3d','\x3d','\xf3','\xad','\xe1','\xbe','\xcb','\xde','\x48','\x40','\x1f','\x4b','\x7a','\x1b','\x96','\x21','\x73','\xcd','\xd3','\xed','\xf6','\xfe','\x3d','\xef','\x6a','\xe1','\x7a','\x63','\x88','\x61','\x45','\x98','\x08','\x57','\xad','\x38','\x3c','\x1f','\x23','\x59','\x3e','\x3b','\x36','\xeb','\xdf','\x3e','\x7b','\x58','\x9f','\xb4','\xfa','\xb3','\xcd','\xbe','\xd8','\x28','\xaf','\xbe','\x4c','\x4b','\x39','\x2b','\x4d','\x33','\xa9','\x62','\x24','\x57','\xc9','\xa9','\x0b','\x9e','\x9e','\x2f','\xbf','\x9f','\x8c','\xd3','\x94','\xae','\xce','\x77','\x98','\x32','\xdd','\x68','\x8e','\x0d','\x87','\xa6','\x57','\x57','\xc3','\x8d','\xfe','\x12','\x1d','\x72','\x4b','\xaf','\xd2','\x35','\x74','\xf1','\xa8','\x11','\xc1','\xa4','\xcb','\xfd','\x42','\x32','\x45','\x1b','\x3c','\xb7','\x63','\x1e','\x97','\x85','\x88','\x36','\xcb','\x29','\xbb','\x37','\x87','\x74','\xd6','\x48','\x02','\x8a','\x58','\x6e','\xe3','\x50','\x2a','\xd8','\x9d','\xc3','\x8c','\x3f','\x03','\x0f','\xbb','\x32','\xd4','\x26','\x71','\xc6','\x07','\xe4','\xf9','\xa9','\xc2','\x27','\xf2','\x3e','\xa6','\xf7','\x32','\x5d','\x55','\x17','\x55','\xb1','\xfc','\xa4','\xe0','\x58','\x9b','\xe0','\x42','\x0f','\xb2','\x95','\xe8','\xca','\x88','\x97','\x19','\x58','\xde','\xf5','\x39','\x8b','\x69','\xe0','\x02','\x90','\x45','\x49','\xc8','\xf7','\x7e','\xb2','\x04','\xf5','\x77','\x2e','\xcc','\x3c','\x09','\x3f','\xd5','\xe7','\x6f','\x4c','\x8a','\x36','\xdf','\x9f','\x91','\x86','\x4e','\x00','\x38','\x6f','\x96','\xbc','\x9e','\x5f','\x59','\x6c','\x7c','\x62','\x50','\xf2','\xfb','\xf9','\xf5','\xc5','\x8b','\x1e','\x8d','\x47','\x0f','\x95','\xe5','\x63','\x79','\xbc','\x1f','\x78','\xff','\xb1','\xbb','\x46','\xf8','\xf1','\x43','\x84','\x1f','\xd3','\x46','\x59','\x82','\x43','\x10','\x22','\x71','\x5f','\x62','\xb2','\x22','\x82','\x86','\x26','\xb7','\x4d','\x03','\x32','\x24','\xce','\x72','\x6a','\x7c','\xad','\x58','\xef','\x88','\x4c','\x49','\x32','\x49','\x2c','\x3d','\x37','\x95','\xd0','\x37','\x0f','\x5b','\x4d','\xa0','\x2d','\xe5','\xef','\x29','\x9c','\x03','\xfb','\x21','\x37','\x22','\x38','\xcf','\x7f','\x45','\x30','\x4e','\x4a','\x1a','\x8b','\x45','\x0c','\x24','\xc7','\x78','\xc9','\xf9','\xad','\x0c','\xdb','\x08','\x57','\xc4','\xcc','\x3f','\x3b','\xb1','\x9f','\x61','\xc4','\x57','\x70','\x50','\x91','\x9c','\xcc','\x2f','\x5b','\x02','\xdd','\x65','\xcf','\xfe','\x1d','\x90','\x76','\xd0','\xfd','\xd0','\x9e','\x58','\x47','\x19','\x3e','\xbb','\x22','\xe0','\xac','\x74','\xb4','\x90','\xd6','\xe2','\x4a','\x75','\xa4','\xbb','\x5f','\xc9','\x2a','\x98','\x22','\x25','\xc5','\x1d','\xba','\xb0','\x8e','\x7e','\x78','\x1d','\x2e','\xea','\xd3','\xf8','\xe1','\x27','\x08','\xaa','\x31','\x65','\x21','\xac','\x11','\x5a','\x13','\x62','\x90','\x73','\x1d','\x4c','\xcc','\x84','\x5a','\xc7','\xd0','\x28','\xbe','\x23','\x84','\xbe','\xe5','\xb8','\xd3','\xf3','\xa9','\x9e','\x11','\x3e','\xa4','\x9d','\x4d','\xc4','\x24','\xdf','\x73','\xb3','\x68','\x61','\xb7','\x94','\xcc','\x94','\x9a','\x84','\x3f','\xdd','\x35','\xaa','\xdb','\xfb','\xf7','\xdd','\x2d','\x74','\x76','\x67','\x84','\x7b','\xf7','\x7d','\x67','\x9f','\xfc','\x4f','\x2c','\xdf','\x92','\xc3','\xb8','\x58','\x80','\xcf','\x16','\xba','\xfc','\x7a','\x52','\x9f','\xe2','\x63','\x2a','\x1f','\x8d','\x4c','\x14','\xec','\xe4','\xd8','\x10','\x5f','\x8e','\x63','\x45','\xd4','\x5f','\x29','\xdc','\x85','\xd6','\x74','\x15','\x50','\x98','\x0f','\xf4','\xde','\xb0','\x1d','\x8c','\xe3','\xce','\xb8','\xf7','\x86','\xae','\xd6','\xa0','\x6d','\x13','\xb7','\x2c','\x90','\xb8','\xc2','\x75','\x0d','\x38','\x72','\x1c','\x40','\xe7','\x43','\x14','\x4f','\xf7','\x4d','\xc2','\x6d','\x6f','\x4d','\xef','\xac','\xd8','\xc0','\x0c','\xd7','\xc9','\x18','\x2d','\x25','\x06','\x37','\xa3','\x6f','\x0d','\xe0','\x0e','\xe6','\x06','\xe6','\x8e','\x66','\x51','\x01','\x11','\x82','\x90','\x47','\x54','\x6a','\xa1','\xf0','\x90','\xbb','\x41','\x5b','\x61','\xfc','\x77','\x08','\x13','\xe5','\x49','\xa1','\x05','\x61','\x7d','\x71','\x91','\x83','\x1c','\xff','\x26','\x86','\xb1','\x20','\xd4','\x7c','\x08','\xb5','\x76','\x8f','\xbb','\x02','\x76','\xde','\x3d','\x80','\x8e','\x29','\x1e','\x5d','\xc0','\x52','\xb6','\x8f','\x20','\x6e','\x3e','\x20','\x50','\xeb','\xe0','\xde','\xd1','\x76','\x09','\x5e','\x91','\x13','\x6c','\xb7','\x14','\x90','\x27','\x33','\xa6','\x56','\xda','\xa6','\x82','\x51','\x77','\x6c','\x3e','\xe1','\x86','\x10','\xc0','\xf4','\xf7','\x36','\x61','\xfb','\xf8','\x2d','\x7d','\xaa','\x7d','\xad','\x01','\xf1','\x94','\xd1','\x4c','\xaf','\xbc','\x8c','\xbb','\x27','\xc6','\x7f','\xec','\xf3','\xcb','\x37','\x7d','\x3d','\x8c','\xab','\x33','\x97','\xc7','\x78','\x56','\x2f','\xd3','\x4c','\x53','\x44','\xad','\xf8','\x8c','\x81','\xc6','\xc6','\x3b','\xb5','\xc2','\xf4','\x9a','\x5b','\xf8','\x51','\xdb','\x5e','\x0f','\xf3','\xa9','\xc0','\x38','\xe3','\x26','\xfd','\xbb','\xe2','\x89','\x32','\x0c','\xb6','\x86','\x06','\x11','\x68','\x18','\xec','\xde','\x2d','\x6a','\xba','\x10','\x43','\x06','\xc3','\x15','\x7d','\xc6','\x4b','\x16','\x6b','\x10','\xf4','\x1e','\xb5','\x3d','\xb2','\xe7','\xc6','\x42','\xf7','\xa8','\x6b','\xf7','\x1f','\xa1','\x8a','\x07','\x53','\x1a','\xae','\xf9','\xde','\x8a','\x3e','\xcd','\x3b','\x87','\x15','\xcf','\x75','\xbb','\x36','\xc1','\xbe','\x82','\xae','\x78','\x37','\xbc','\x64','\x01','\x81','\xec','\xae','\xb8','\xf1','\xaf','\xce','\x9f','\x50','\xec','\xd7','\xd9','\x12','\xf7','\x3e','\x07','\x41','\x78','\x7f','\x7f','\xc7','\xbe','\xef','\x53','\xdd','\xe2','\x02','\x67','\x95','\x4d','\x08','\x1a','\x83','\x20','\xcc','\x53','\xfd','\xd8','\xaf','\x3f','\xc1','\xf3','\x44','\xbb','\xa3','\xcc','\xc2','\x11','\xe3','\x3c','\x0b','\x41','\x8d','\xda','\x60','\x3d','\xa0','\xe5','\xfb','\x3e','\xae','\x74','\x0a','\xb2','\x05','\x2c','\xf3','\x6b','\xd9','\x05','\x28','\x98','\xd6','\xa4','\xb5','\x39','\xd9','\x14','\x4a','\xef','\x2e','\xfb','\x67','\x0b','\x22','\x60','\xc1','\x0a','\xd2','\x1d','\x8d','\x47','\x0e','\x66','\x10','\x97','\xd5','\x8d','\xd3','\x6a','\xaa','\x55','\x6e','\xb7','\x64','\xe5','\xd9','\xc2','\xca','\x63','\xd9','\xcb','\xa5','\xef','\xc4','\x35','\x26','\x4c','\xc0','\x7a','\x49','\xd7','\x42','\x2f','\xe6','\xd3','\x6b','\xae','\x3b','\x25','\x44','\xaf','\x27','\x26','\xdd','\x52','\x46','\x7a','\x31','\x4e','\x26','\xb0','\x3b','\x39','\xe4','\x17','\x8b','\x34','\x32','\xfe','\xe3','\xab','\x43','\x5d','\x02','\xe4','\xe2','\x5e','\x27','\x4f','\x20','\x18','\x96','\x90','\x99','\x93','\x71','\xc6','\xc8','\x92','\x81','\xd5','\x1f','\x52','\x8d','\xeb','\xfe','\x27','\x06','\x6d','\x35','\xc6','\xa1','\x5e','\x6e','\x39','\x23','\x08','\xa0','\x12','\x7d','\x07','\xc3','\x81','\xd1','\x75','\xe3','\x9b','\xda','\xb8','\x7b','\x11','\xa4','\x00','\xe8','\x19','\x80','\x5d','\x86','\x36','\x37','\x37','\xcd','\x0f','\x93','\x5d','\x5b','\x08','\x26','\xfc','\x00','\xc5','\xf2','\x97','\x10','\xdd','\x2b','\xeb','\x70','\x3a','\xd9','\xe9','\xa7','\x45','\x83','\x17','\x7d','\x3c','\x2d','\x04','\x59','\x87','\x64','\xb1','\x62','\x75','\x49','\xa1','\x8e','\xb8','\xb3','\xc3','\x36','\xdf','\x38','\xc5','\xb2','\x46','\x90','\x70','\xc2','\xea','\x8e','\x33','\xdf','\xd1','\x4d','\x30','\x4a','\xf9','\xdd','\x34','\x1f','\xf2','\xa7','\xd5','\x42','\x47','\x12','\xe1','\x2d','\x0b','\x3f','\xe6','\x6e','\x7a','\x73','\xab','\xa8','\xe6','\xf2','\x31','\x77','\xc4','\xf7','\x8e','\xf7','\x87','\xb8','\xb1','\x7a','\xd2','\x59','\x8e','\xfc','\x5b','\x0e','\xcb','\x99','\xa1','\x7a','\xb2','\x44','\x3c','\x7d','\x38','\x5b','\xc8','\xd5','\xbb','\xba','\x6e','\xd3','\xa1','\xfb','\x58','\x53','\xd3','\xf9','\xca','\xc8','\x8f','\xed','\x00','\xd7','\x9e','\xd7','\x2d','\x7c','\x8c','\x72','\x9c','\x11','\xe7','\xd3','\x92','\x07','\x3a','\x72','\x47','\x2f','\xb6','\x55','\x22','\xf0','\x1d','\x24','\x82','\x6b','\x27','\x0f','\x4d','\xbe','\xed','\x8c','\xfb','\xdb','\x06','\x60','\x0b','\x37','\x2c','\x00','\x84','\x86','\x4e','\x16','\xb1','\x53','\x05','\xde','\xce','\xe0','\xbe','\x81','\xef','\x8c','\x0d','\x4d','\xf3','\xf9','\xd4','\xc1','\xb8','\x26','\x56','\x19','\x7e','\xb0','\x5a','\x81','\xb6','\x06','\x49','\xe9','\xdc','\x70','\x98','\x7d','\x88','\x8d','\xf9','\xe8','\x82','\xcf','\x1b','\xa1','\x5b','\x84','\x34','\xc8','\xb6','\x6c','\x5b','\xf3','\x76','\x99','\x24','\x71','\xd9','\x8e','\x23','\x29','\xc8','\xf2','\x7a','\x9c','\x61','\xc0','\x8b','\xf5','\xb9','\xf8','\x65','\x36','\x6e','\xeb','\xdc','\x9e','\x02','\xb1','\x0a','\x38','\xca','\x94','\xf5','\x03','\x25','\x57','\x0a','\x90','\x02','\x2a','\x68','\x7d','\xd3','\xe0','\xb7','\xce','\x38','\x98','\x52','\xea','\x0f','\xb1','\xfe','\x3c','\x92','\x8b','\xb8','\xd0','\x50','\xa5','\x6f','\x2a','\x79','\x9a','\x90','\x08','\x36','\xed','\xf9','\x40','\xcf','\x58','\x61','\x21','\xc1','\x94','\x68','\xf4','\x87','\x39','\x14','\xfc','\xb7','\x9e','\xdf','\x34','\xfd','\x85','\x30','\x36','\x36','\xe9','\xd6','\xa9','\xcb','\x06','\x5f','\x28','\x3e','\xbe','\xaf','\xe0','\xda','\xae','\xcb','\xd8','\x83','\x80','\xdc','\x8b','\xfd','\x0e','\x87','\x5d','\x96','\x9e','\xeb','\xb6','\x70','\xed','\x64','\x6a','\x7f','\xdc','\xc2','\x24','\xec','\x60','\x78','\x3e','\x83','\xe4','\xc8','\xe7','\xa4','\xcd','\xaa','\x15','\x1d','\xb5','\x50','\xfe','\x19','\xc2','\xab','\x50','\xfa','\x7d','\xd9','\x1c','\x12','\x5f','\xda','\xe0','\x6e','\x64','\xdc','\x80','\x0e','\xc2','\xd6','\x4c','\xd8','\x20','\x80','\xbb','\xbb','\xc5','\x86','\x05','\x33','\xdd','\x8f','\x97','\xc6','\x5c','\x0a','\x62','\x12','\x05','\x22','\x0e','\xe5','\xa7','\x48','\x2d','\x4e','\x8d','\x55','\x2e','\x22','\x9f','\xa7','\xf3','\x31','\xb4','\xd8','\x22','\x4a','\x03','\xd6','\xbe','\x85','\xa7','\xd4','\xbb','\xab','\xbd','\xa7','\x9f','\x33','\x8f','\x5d','\xa3','\x9f','\x5a','\xb0','\x2c','\xa3','\x9f','\xa0','\x41','\x49','\xc9','\xb1','\x47','\xfe','\xdb','\xb8','\x6c','\x03','\x0f','\x0b','\xe0','\xda','\x05','\x6e','\xdb','\x36','\xdc','\xef','\x77','\xd1','\x64','\xf5','\x7e','\xea','\x33','\xf7','\x72','\xf9','\x55','\x12','\xd0','\xd8','\x0d','\x51','\x32','\x79','\x87','\xd5','\x27','\x24','\x74','\x72','\x86','\xa9','\xfa','\xec','\xd7','\xa1','\x72','\xc6','\x1e','\xa5','\x03','\x7b','\x21','\xe5','\x04','\x30','\x80','\x58','\xce','\x47','\xc5','\x80','\x8c','\x00','\x73','\x3b','\x80','\x6b','\x87','\x2c','\x61','\xde','\xe1','\x77','\x79','\xc4','\xd2','\xe3','\x97','\x9e','\x1f','\x1a','\xea','\xb6','\x1b','\x24','\xeb','\x46','\x5a','\x22','\xbe','\x16','\xc8','\x7a','\xbb','\xa7','\x44','\xa4','\xee','\xd6','\x06','\x3f','\xdc','\x0c','\x06','\x6b','\xe4','\xa8','\x8c','\x48','\x03','\x48','\xd9','\xfd','\x34','\x29','\x5d','\xc8','\xb6','\x08','\x55','\xf7','\x7b','\x5c','\xdc','\x36','\x0d','\x66','\x59','\x2d','\x46','\x62','\xca','\x17','\xa7','\x3c','\xd5','\xbb','\x2a','\x05','\x09','\xcc','\x32','\x4c','\xad','\x6b','\x4b','\x42','\xc2','\x48','\xc8','\x6d','\x41','\xc0','\x22','\x27','\x19','\x11','\x35','\x30','\xb0','\x42','\x96','\x0d','\x73','\x28','\xcf','\x88','\x8b','\x0d','\xed','\x55','\x06','\xeb','\xcc','\x35','\xc4','\x06','\x6f','\x73','\xf5','\x39','\x67','\x66','\xc3','\x7f','\xcf','\x8e','\x11','\x86','\x98','\x23','\x02','\x18','\x00','\x77','\xd5','\xb2','\x48','\x7c','\xc7','\x1e','\x2e','\x92','\x8e','\x08','\x91','\x72','\x07','\x34','\x94','\x00','\x17','\x86','\xde','\x4c','\x53','\xb4','\xd4','\x1e','\x3a','\xf3','\x7f','\xb1','\x38','\x57','\xe5','\x53','\x92','\xce','\x79','\xc9','\x7b','\x40','\x00','\xec','\xce','\x22','\xb7','\x3e','\x69','\x5f','\xf3','\x3b','\xb6','\x13','\x01','\xa2','\xf3','\x6e','\x72','\x99','\x6b','\xec','\x43','\xee','\xb8','\x04','\x3b','\xb0','\x00','\x0c','\x7a','\xe9','\xda','\x02','\x7f','\x78','\xb4','\xc3','\x8d','\x34','\xd8','\x81','\x9c','\xab','\xe3','\x10','\xab','\xae','\x84','\xb5','\xde','\xfd','\x9c','\x1f','\x96','\x2b','\xcb','\x08','\x53','\x01','\x8e','\x4f','\x96','\x27','\x67','\x28','\xcd','\xfa','\x49','\x23','\xcf','\x1f','\x5d','\x3c','\x5e','\xf7','\x91','\x18','\x8f','\x75','\xf4','\xfa','\xcf','\xcf','\x7b','\xf5','\xe6','\xc8','\x9a','\xcc','\x95','\x17','\x6f','\xb9','\xdf','\xc8','\x93','\xb1','\x18','\xae','\xb5','\x33','\x4c','\x2c','\x96','\x98','\x7e','\x88','\x35','\x76','\x6b','\x0e','\x97','\xcc','\x1c','\x96','\xf9','\x66','\x7e','\xed','\xea','\x06','\xc7','\x62','\x0d','\x62','\x3a','\x02','\xbe','\x18','\x11','\x85','\xd3','\xc6','\xa4','\x7d','\x86','\x52','\xae','\x01','\x5b','\x47','\xeb','\xca','\xb2','\x50','\x07','\x51','\x93','\xc8','\x6a','\x07','\xe3','\xa0','\xee','\x42','\x10','\x98','\x40','\x9d','\x70','\x90','\xd1','\x4f','\xb8','\x15','\x04','\x68','\xb8','\xeb','\x74','\x05','\xfe','\xe4','\xbd','\x9e','\xe6','\xf6','\x3a','\x06','\x7c','\xbd','\x4c','\x4c','\xa4','\x22','\xed','\xd5','\x05','\xf2','\x38','\xbc','\x70','\xe5','\x85','\x33','\xbc','\x5d','\x99','\xf6','\xe4','\xee','\x26','\xcc','\x5c','\x7a','\x8f','\x65','\x3e','\x59','\xa8','\xe4','\xce','\x38','\x88','\xd1','\x8e','\x8e','\xe3','\x01','\x3c','\x6e','\x1b','\x6e','\x5b','\xdc','\x99','\x35','\x97','\x44','\xd2','\x1c','\x89','\x8e','\x4d','\xb2','\x44','\x94','\xe7','\xa1','\x7d','\xf9','\xf0','\x59','\x2f','\xb2','\x03','\xce','\xc0','\x3e','\x33','\xd3','\x18','\x3f','\x99','\xd7','\x26','\x83','\xe2','\xea','\xf5','\x4c','\xd7','\x7f','\xaa','\x18','\x29','\x3f','\x1b','\xa2','\x2d','\xe5','\x13','\xa1','\xec','\x95','\x72','\xca','\xfc','\xbf','\x54','\x58','\xff','\x1f','\x14','\x3a','\x91','\xd2','\x60','\x84','\x33','\xae','\x41','\x80','\x91','\xff','\x38','\x7e','\xe7','\xfc','\x8b','\x3d','\x66','\x9c','\x46','\x8b','\xb3','\xbe','\x7d','\x6f','\x54','\x60','\x58','\xb4','\x33','\xcf','\x75','\xe5','\x60','\x1a','\x63','\x2d','\xdf','\x29','\xad','\x3b','\x13','\x98','\xc5','\x6d','\x4d','\xf0','\x84','\x2a','\x77','\x7b','\x73','\x7a','\xde','\x8d','\x16','\x26','\x7e','\x81','\x11','\xee','\x71','\x6e','\x24','\x48','\x74','\x8d','\x9a','\x58','\x98','\x1a','\x93','\x18','\x95','\x93','\x2b','\xee','\x28','\x88','\x64','\xe5','\x42','\xcc','\xcd','\x92','\x41','\x9b','\x7b','\x6f','\xe6','\x2f','\x87','\x79','\x91','\xdc','\xe9','\x36','\xe1','\xe7','\x7e','\x4f','\x77','\xc7','\x37','\x39','\x5b','\xe9','\x78','\xd5','\x3d','\x1d','\x8a','\xad','\x6b','\x6b','\x9b','\xcb','\x04','\x56','\x5e','\x0a','\x82','\x60','\xe1','\xaf','\x4d','\xa8','\xb8','\xb2','\x00','\x7d','\x06','\xe8','\x3f','\x7b','\x50','\x96','\x84','\x2b','\x13','\x4c','\x97','\xd8','\x57','\xa1','\xee','\x04','\x98','\x57','\x17','\x96','\x73','\xab','\x79','\x63','\x39','\x75','\x18','\x42','\x6d','\x20','\x38','\x66','\xbb','\x68','\x3d','\x5b','\x74','\x08','\xa8','\x79','\x6c','\xf2','\x48','\x3c','\xd9','\x64','\x58','\x76','\x3c','\xaf','\xc7','\xa3','\x46','\xe4','\xea','\x87','\x98','\xee','\x09','\x90','\x4b','\xde','\xee','\x42','\xd3','\xdc','\xd2','\x63','\xd9','\xaf','\x4d','\x7b','\xe5','\xa6','\x4c','\x15','\xcf','\xb3','\xf4','\xef','\x4b','\xc1','\x88','\x70','\xc7','\xa6','\x21','\xd7','\x36','\x44','\x88','\xda','\x92','\x40','\x15','\x89','\x50','\xc3','\x0c','\x39','\xef','\x81','\x91','\x43','\x63','\xc4','\x5f','\xda','\xe9','\xd9','\x94','\x37','\x23','\x86','\xf4','\x79','\x85','\xd8','\x9d','\x37','\xb1','\xe6','\xb8','\x09','\x02','\xb0','\xfc','\x0d','\x9e','\xbb','\x01','\x8e','\x24','\xa2','\xbd','\xcf','\xa3','\xed','\x19','\x05','\x2e','\xb9','\xb7','\x52','\xd9','\xf5','\x27','\x7a','\x80','\x0d','\x51','\x8c','\x04','\xce','\x35','\xfe','\xbe','\x77','\x55','\xd8','\x19','\x9b','\x16','\x86','\x49','\x33','\xd5','\x27','\xcb','\xa1','\x59','\x7c','\x04','\x1c','\xc8','\xe3','\xe8','\xa3','\x29','\xd3','\xb3','\x68','\xed','\x54','\xf8','\xc9','\x93','\xfe','\x44','\x31','\x46','\x3e','\x5b','\x4e','\xce','\xb9','\xd1','\x97','\x1a','\x34','\x10','\xf7','\xf1','\x36','\x12','\x44','\x2d','\xee','\x40','\xf2','\xb0','\x1f','\xd2','\xb7','\x9d','\x23','\xeb','\xce','\x91','\x34','\x01','\xad','\x67','\x98','\x9e','\xd8','\xb0','\x60','\x36','\xca','\x58','\x39','\x18','\x42','\xc5','\x39','\x76','\x71','\xd3','\xac','\xa4','\xc5','\x84','\x7f','\xb3','\x88','\x9a','\x8c','\xc7','\x7b','\x17','\x77','\x56','\x55','\x74','\xec','\x9a','\x23','\x2b','\xce','\x64','\x8c','\xef','\xd9','\x12','\xe4','\x21','\x9d','\xd6','\x7e','\x89','\xa9','\xa8','\x95','\x26','\xe8','\x78','\x71','\x8f','\xea','\x1a','\xcd','\x7d','\x67','\xc5','\xf8','\x38','\xac','\x73','\x16','\xe0','\x73','\xcc','\xdc','\x34','\x96','\x78','\x7a','\xc9','\x6c','\x94','\x75','\xa5','\xd5','\x97','\xc5','\xa0','\x68','\x98','\x55','\x42','\x56','\x1d','\x00','\xef','\x00','\x1f','\x87','\x5b','\xf5','\x8e','\xbd','\xe1','\x28','\x16','\x41','\x78','\xd2','\x52','\xea','\x66','\xc9','\x95','\x7b','\x61','\x50','\xc6','\x41','\x7c','\xe1','\x09','\xdc','\x5a','\x59','\xc8','\x7a','\x5e','\x1b','\xd0','\x18','\x0d','\x00','\x91','\xb9','\x3a','\x4b','\x64','\x37','\xb6','\xbb','\x41','\x96','\x33','\xd5','\xef','\xfb','\x42','\xf1','\x43','\xd0','\x2d','\xd1','\xc6','\x12','\xc0','\x1b','\x08','\x6a','\x25','\x39','\x44','\x31','\x7a','\x29','\x2c','\xe2','\x7a','\x1f','\x3f','\x55','\x66','\x52','\x1d','\xcc','\xad','\x9f','\xeb','\xca','\xfc','\xda','\xb7','\xd6','\xf5','\xae','\x84','\x6a','\x2b','\x9a','\xe2','\x1f','\xb7','\x7a','\xab','\x06','\xcd','\x95','\x9a','\xcc','\xea','\xf6','\x47','\xa0','\x7d','\xc7','\x9e','\xf2','\x72','\x6d','\x9b','\xf1','\x47','\x16','\x4c','\x42','\x42','\x9d','\xe7','\x9c','\x78','\x82','\x8f','\x84','\x49','\x36','\xa6','\x13','\x3e','\x56','\xe9','\x8f','\x29','\xee','\xa7','\x64','\x78','\xb3','\x69','\x54','\x28','\x33','\xfa','\xb5','\xc0','\x4b','\x48','\x20','\xf8','\x05','\x42','\xc8','\x69','\xb9','\xd8','\x4e','\xdf','\x87','\x8b','\x33','\x9f','\x07','\x36','\xd2','\xf0','\x6c','\xa8','\x1f','\x85','\x91','\xe5','\x18','\x74','\xc1','\x26','\x18','\x1b','\xf8','\xb3','\x60','\xf6','\x13','\xcd','\xcf','\xfc','\x50','\xae','\xb7','\xa4','\xdd','\x59','\xd0','\x49','\x6d','\x4f','\x0c','\xca','\x62','\x8c','\xd1','\x5d','\xf9','\x7b','\xb5','\x90','\x97','\x53','\xb7','\xbd','\x1d','\x15','\x31','\x09','\xd0','\xdd','\x3a','\xd9','\x59','\x3c','\x1b','\x54','\xb0','\xe9','\x2c','\xe1','\xb4','\x3d','\x70','\x47','\x7a','\x2d','\xf3','\x84','\x80','\xc6','\x74','\xb1','\x3b','\x75','\x46','\x57','\x9b','\xdd','\x28','\x84','\x28','\x13','\x58','\xee','\x3b','\x5a','\x32','\xd5','\xec','\x11','\x65','\x70','\x9a','\xad','\x3e','\xfb','\x51','\xef','\x1b','\xc7','\x3e','\xeb','\x46','\x92','\x46','\x0b','\xd6','\xfb','\xb1','\xdb','\x7d','\xf3','\xfb','\xb2','\xa4','\x67','\x4c','\x5e','\x12','\xc9','\xac','\x9c','\xa9','\xb4','\x66','\xd5','\xd3','\xeb','\x24','\xdc','\xf5','\x33','\x01','\xe8','\x38','\x0e','\xec','\xfb','\x0e','\x22','\xf2','\xca','\x8e','\x24','\xe7','\x7d','\x59','\x97','\x67','\x15','\xbf','\x52','\x02','\x4a','\x9f','\xc7','\xbb','\x4b','\x55','\xfa','\x9b','\xd0','\x4c','\xe1','\x9c','\xd7','\x84','\xd2','\x1b','\xae','\xfc','\xb8','\x1f','\x26','\xb5','\x06','\x29','\x32','\x3d','\x63','\x1a','\xab','\x14','\x2c','\xcc','\xa9','\xb9','\xb3','\xe5','\xc8','\x6d','\xc7','\xae','\x09','\x0d','\x4d','\x20','\x21','\xf2','\xcb','\x99','\x76','\xdf','\xa6','\x66','\x11','\x37','\x62','\x65','\x08','\x52','\xe6','\x68','\xda','\x45','\xf4','\x94','\x23','\xc4','\x0f','\x7e','\x84','\x89','\x06','\x34','\xa3','\x36','\x44','\xc8','\xb9','\x69','\x62','\xd2','\x9c','\xa3','\xa7','\xe5','\xfb','\x3c','\xfe','\xd6','\x82','\x41','\x73','\x8b','\x1b','\x2c','\x9c','\x7c','\xca','\x9a','\x7d','\x81','\xa1','\x1d','\x41','\xd4','\x3c','\x4d','\xab','\xa0','\x07','\x11','\xd1','\x6f','\xb5','\x47','\xf1','\x91','\xcc','\x08','\x64','\x9b','\x3a','\x24','\x8d','\x70','\x57','\x84','\x45','\x1f','\x3e','\x80','\x8b','\xf6','\x9f','\x92','\x76','\xae','\x75','\x68','\x7c','\xbf','\x58','\x26','\x6c','\x2d','\x07','\x24','\xed','\x3f','\x71','\x59','\xa3','\x99','\x68','\x18','\x33','\x25','\x02','\xb5','\xb8','\x53','\x09','\xac','\x79','\xb4','\x15','\xc0','\x2f','\x4c','\x0b','\x83','\xa5','\x58','\x6b','\x4e','\xd4','\x31','\x4f','\x3d','\x4b','\x17','\xcb','\x32','\x5e','\x77','\x7e','\xad','\xe6','\x97','\x15','\x23','\x70','\xd6','\x83','\x31','\x72','\x9b','\x30','\x7b','\xcc','\x1d','\x9e','\x1c','\x21','\x8d','\x4f','\xb4','\x5f','\x11','\x7a','\xdd','\x92','\x36','\x66','\x56','\x6a','\x39','\xb3','\x04','\xc2','\x1d','\x88','\x28','\x6f','\xba','\xb6','\x1e','\xb5','\xc6','\xac','\xa4','\x37','\xf2','\xe4','\xa6','\x86','\x8f','\xf6','\x47','\xc7','\x8f','\x3f','\x1f','\x2e','\xfc','\x58','\xd0','\x12','\xbb','\xc7','\x67','\x17','\xd1','\xcb','\x14','\xe1','\xdd','\x97','\x62','\x20','\x3c','\xad','\xfb','\x4f','\xf3','\x9f','\x0b','\x8e','\xe5','\x33','\xa5','\xd2','\xd7','\xf1','\xb1','\xe3','\x86','\x9f','\x1e','\xee','\x55','\xf7','\x27','\x8b','\x13','\xd3','\xa2','\xf2','\x87','\x87','\x9a','\x09','\xb3','\xcd','\x82','\xdb','\x53','\xed','\xbd','\xbe','\x6d','\x56','\x1f','\x02','\xf8','\x21','\xae','\x29','\x61','\xed','\xdb','\xe4','\xfe','\xe4','\x2d','\xf2','\xd5','\x58','\x54','\x37','\x86','\xc0','\xc5','\xce','\x22','\x6c','\x77','\x66','\xf0','\xad','\x61','\xdb','\x04','\xde','\xcc','\x85','\x15','\xc6','\x88','\xf4','\x84','\xd4','\xec','\xe2','\xb4','\xe6','\x22','\x8a','\x21','\x0b','\x3b','\x63','\x51','\xa4','\x3a','\xc4','\x65','\xd4','\x2e','\x49','\xb7','\x84','\xae','\xb7','\xad','\xc5','\x22','\x3c','\x00','\xbb','\x18','\xd0','\x8f','\x5f','\xb5','\x63','\x73','\x99','\x19','\xdd','\x95','\x37','\x85','\xd4','\x5c','\xbc','\xac','\xae','\xce','\xba','\xa6','\x80','\x47','\xb7','\x32','\xcb','\x90','\xfe','\x0a','\x36','\x77','\x60','\x6b','\x4f','\x05','\x57','\xea','\x92','\x70','\xf5','\xd8','\xd9','\x69','\xae','\x29','\x1b','\x23','\x87','\xd7','\x86','\xed','\xd6','\x43','\x41','\x48','\x86','\x5b','\x22','\x10','\x83','\x9f','\xeb','\xd1','\x03','\x25','\xf1','\x17','\xd6','\xff','\xe4','\xeb','\x58','\x3e','\xf3','\xf2','\x6b','\xa1','\x3b','\xbf','\x4c','\x12','\xba','\x28','\x57','\x20','\x71','\x41','\x3f','\x67','\xc5','\xc6','\x8a','\x80','\xa6','\x7d','\xe2','\xb9','\x4a','\xc1','\x33','\x23','\x1d','\xcd','\xef','\xa4','\x0a','\xb5','\xae','\xfd','\xe1','\xf5','\xf7','\x71','\x58','\x4f','\xb5','\x31','\x2b','\x37','\xb9','\x67','\x6f','\xbc','\xf2','\x23','\xcf','\x8f','\xc7','\x85','\xd0','\x3c','\x3e','\xad','\x29','\x45','\x63','\x71','\x0f','\x35','\xcb','\x50','\x67','\x8d','\x22','\x07','\xc0','\x14','\x88','\xc6','\xb8','\xa9','\x2e','\x00','\x6e','\x3d','\x75','\x41','\x9e','\xa4','\x4d','\x4e','\x16','\xe8','\x74','\x27','\xd1','\x85','\x20','\x0e','\xba','\x78','\xa4','\x34','\x1b','\xe6','\xc1','\xd4','\xf5','\x2e','\xa2','\x17','\xe5','\x2d','\x3d','\x40','\xd7','\x8d','\xfc','\x7e','\xac','\xe5','\xca','\x33','\xfe','\x69','\xe6','\x2e','\xf2','\x01','\x18','\x00','\x82','\xe1','\x77','\x1d','\x73','\x39','\x8b','\x67','\x50','\xa2','\xc0','\xd9','\x7f','\x63','\x44','\xb5','\xbf','\x7b','\x69','\xad','\x2d','\xc7','\x9c','\x05','\x21','\x0b','\xf5','\x1b','\x88','\x66','\xd1','\xd0','\x00','\x6c','\xe6','\xda','\xe2','\xd2','\x8e','\x11','\x04','\x6d','\x63','\x32','\x62','\x40','\x08','\x8b','\x84','\xb3','\x3d','\xc4','\xb7','\x3f','\x05','\x2f','\x88','\x7b','\x19','\xac','\x3e','\x91','\xec','\x97','\xd1','\x1a','\x01','\x6d','\xdb','\xb0','\xdd','\x09','\xf7','\x5b','\x68','\x07','\xdb','\xd6','\xd4','\x5d','\x09','\xb0','\x3b','\x36','\x94','\x10','\x43','\x30','\xd1','\x1c','\x08','\x37','\x49','\xfd','\x2e','\x14','\x41','\x23','\x6c','\xdc','\x1a','\x6e','\x16','\x65','\xe3','\xad','\x69','\xe8','\xf3','\xb0','\x24','\x99','\xd0','\x53','\x88','\x8c','\x01','\x59','\xc1','\xc9','\xf3','\x02','\xae','\x10','\xd3','\x79','\xe1','\xd4','\xcc','\x35','\x33','\x94','\xa3','\xf1','\xd4','\x16','\xd6','\x92','\x4c','\x56','\xc8','\x8e','\x02','\x95','\x5b','\xa9','\x3e','\x48','\x28','\xb8','\xfc','\x3b','\x50','\xa0','\x33','\x66','\xcf','\x0f','\x2f','\x29','\x12','\x1e','\x09','\xba','\x9a','\xeb','\xb3','\x25','\xc8','\xde','\xc9','\x42','\x0c','\x05','\x18','\x76','\x66','\xbd','\x34','\x1d','\xf7','\x7c','\xf6','\xf7','\x3e','\x09','\x3e','\x4d','\x91','\x08','\xa8','\x06','\x3a','\xb0','\x71','\xd5','\x42','\x13','\x4c','\x9d','\xaf','\xcf','\x19','\x13','\xf2','\xd7','\x94','\xec','\x3f','\xed','\x16','\x4a','\x86','\x58','\x82','\xba','\xdc','\x95','\x2a','\x9a','\x23','\x02','\x4c','\x08','\x42','\x67','\xb1','\x1a','\xb1','\xb9','\xad','\x56','\x86','\x18','\x08','\xad','\x71','\x9c','\x33','\x40','\xac','\x3e','\xc1','\x10','\x6d','\xb7','\x86','\xfb','\x9b','\x30','\xb3','\xb7','\x37','\x0d','\xdd','\xb9','\x19','\x67','\xaa','\x81','\x4c','\x1e','\xe2','\xde','\xfa','\xe3','\xcf','\x1d','\x8f','\xf7','\x5d','\xef','\xf9','\x24','\xc2','\xfc','\xb3','\x8b','\xf8','\x53','\xaf','\xaf','\x85','\x9e','\x67','\xc2','\xd8','\xf4','\x8c','\x92','\x2f','\x7b','\x16','\xb2','\x17','\x44','\xfc','\x2f','\x04','\x99','\x79','\x14','\x95','\x2e','\x0f','\x08','\x16','\xc2','\x20','\x2c','\xc4','\xf8','\xb3','\xf5','\x19','\xeb','\x18','\x5d','\x90','\xeb','\x95','\xea','\xea','\xb6','\x75','\xa7','\x03','\x72','\x3f','\x0c','\x6e','\x0d','\x6a','\x5b','\x8b','\xe0','\x05','\x9d','\x71','\xb0','\xdc','\x27','\xe2','\xce','\xe8','\x16','\x1c','\xa1','\x05','\xce','\x76','\x21','\xc8','\xc6','\xee','\xe1','\x98','\x11','\x81','\x0e','\x7c','\x2f','\x08','\x07','\x2b','\xb3','\xd4','\x9d','\xff','\x01','\x33','\xe3','\xb0','\x23','\xa0','\xff','\xb5','\x5b','\x9b','\x26','\xe7','\xf4','\x44','\xe1','\xf6','\xaf','\xdc','\x47','\x2b','\xae','\x1c','\x02','\x0a','\xe3','\x13','\x67','\x4b','\xbe','\x77','\x5b','\x13','\x3b','\xbf','\xa4','\x2e','\x76','\x07','\x3c','\x04','\x76','\x26','\x6b','\x2a','\x1b','\xe2','\xe8','\x87','\xe6','\x23','\x52','\x1c','\x43','\xdd','\x15','\x87','\xc7','\x5b','\xc7','\x6d','\x4f','\xca','\x49','\x4b','\xf5','\x40','\x82','\x29','\xc3','\x2b','\x42','\xc7','\x04','\x68','\x10','\x9a','\x8e','\x9e','\xf1','\xd2','\x44','\xdf','\x57','\x27','\xee','\x95','\xc5','\x78','\xbd','\xea','\x57','\x96','\xac','\xb0','\xcb','\xa5','\xec','\x47','\x3a','\x6f','\x6b','\xca','\xbd','\x68','\xcf','\xfe','\xd8','\xab','\x03','\x9e','\xac','\x16','\x96','\xa4','\xf8','\xe6','\x68','\xc3','\x69','\x5a','\x79','\x67','\x74','\x93','\xe6','\xf4','\x5b','\x7d','\x3c','\x0b','\x47','\x69','\x7e','\x53','\x0b','\xeb','\x07','\x2b','\xab','\xd5','\xb3','\x35','\x00','\x82','\xed','\x9c','\x60','\x20','\x4d','\x6a','\x1c','\xb3','\x9d','\x7b','\x59','\x37','\x15','\xc4','\x09','\x72','\xf7','\xd5','\x00','\x32','\x05','\xf0','\x40','\x5a','\x0f','\xf1','\x6a','\x62','\x87','\x53','\xde','\x14','\x4f','\x68','\x72','\x55','\xde','\xc4','\x7d','\xd6','\x83','\xa8','\x70','\x8c','\x8d','\xbb','\x04','\xce','\x12','\x6f','\x94','\xa3','\xb8','\x74','\x8f','\xd6','\x9b','\xec','\x35','\x71','\xbb','\xa5','\x64','\xa7','\x9b','\xdd','\x4d','\xa4','\xb2','\x84','\xb4','\x5a','\x83','\x69','\x3d','\xf4','\xa3','\x45','\x79','\xf2','\xef','\x8c','\xc7','\xe3','\xb1','\x14','\x82','\x6e','\xf9','\x8b','\xe5','\x01','\x6a','\xad','\x45','\x3e','\xa0','\xb3','\x0e','\x7f','\xa3','\xa6','\xe1','\x4a','\xd9','\xb6','\xca','\xf2','\x3a','\x7e','\x2f','\xae','\x37','\xcb','\x72','\xa2','\x5d','\x50','\x06','\x06','\x66','\xe5','\x59','\x58','\x7b','\xd8','\x98','\x51','\x0d','\x5d','\xeb','\xc9','\x25','\xdf','\x23','\x78','\x81','\x45','\xe1','\x72','\x17','\x02','\x37','\x9f','\x4b','\xde','\x9c','\xec','\x6a','\x66','\x96','\x1e','\x11','\x7c','\xe0','\xfd','\x26','\xee','\x38','\x2c','\x02','\x1a','\x9a','\xba','\x67','\x81','\x07','\x50','\x3f','\x4e','\xcd','\x6d','\x60','\x09','\x4d','\xed','\x3e','\xcf','\x26','\x2e','\x39','\x22','\x08','\x6d','\xee','\x46','\xe7','\x4c','\x0d','\x8f','\x87','\x6a','\xc0','\xde','\x03','\x48','\x9e','\x6f','\x0c','\xb0','\x4e','\x3d','\x3f','\x06','\xfb','\x9c','\xb6','\x62','\xfe','\xba','\xac','\x6e','\x6b','\xa1','\x9f','\xc9','\xf6','\x39','\x31','\xe8','\x96','\x1f','\x43','\x09','\x8a','\x99','\x5f','\x8b','\x80','\xf4','\x11','\x8a','\x91','\x18','\xa2','\xd5','\x78','\x1d','\xa1','\x29','\xc6','\x8e','\xb1','\x3b','\xf6','\xb6','\x25','\x48','\xc8','\x7d','\x44','\xd2','\x31','\x2f','\xb3','\x56','\x19','\x61','\x34','\xed','\x8a','\xe4','\x80','\xea','\x1e','\xd2','\x9a','\xd5','\x75','\xca','\x19','\x1e','\x63','\xce','\x13','\x21','\x1e','\xb7','\xcb','\x35','\x95','\x36','\x8d','\xd4','\x57','\xcc','\x66','\x9a','\x62','\x9a','\xcb','\x70','\xbe','\xae','\xca','\xea','\xe7','\xcf','\xe0','\x8f','\xd5','\x3b','\x8a','\xdc','\x8d','\xf5','\x96','\x90','\xde','\x82','\xb4','\xa9','\x11','\x70','\xa2','\xb1','\xce','\x5b','\x19','\xda','\x2f','\xcc','\x3e','\xed','\xc6','\x0b','\xa7','\x73','\x96','\xa3','\x46','\x6d','\x16','\xb1','\x46','\xa3','\x21','\xde','\x55','\x00','\x02','\x89','\x26','\x2a','\x5c','\xde','\xd4','\xea','\xfb','\xb0','\xc4','\xc4','\x9c','\xc6','\x61','\x24','\xae','\x92','\xc4','\x97','\x97','\xe8','\x14','\x84','\x57','\xa4','\x7a','\x78','\xf6','\x02','\x4d','\x59','\x57','\xa9','\x21','\x4f','\x40','\x15','\x72','\x9e','\x25','\x21','\x5e','\x8d','\xe6','\xef','\x50','\xe4','\x08','\xa6','\xd1','\x2b','\x50','\x4c','\x58','\x6b','\x20','\x04','\x59','\x70','\x2a','\xb4','\x3e','\xa3','\x8a','\xce','\x6e','\x85','\x90','\xf3','\x7d','\x80','\x91','\xa3','\x23','\xd9','\x1d','\x4b','\xcd','\xf3','\xc3','\x26','\x34','\x69','\x44','\xce','\x87','\x86','\xb6','\xbf','\x31','\xda','\x6d','\xc3','\x66','\x67','\x1e','\x89','\xe1','\x06','\xd0','\x89','\x95','\xa1','\x86','\x68','\x6f','\x49','\x5d','\x57','\x60','\x59','\xe3','\x1b','\x9a','\xd8','\x7f','\x92','\xd2','\x53','\xe7','\xed','\xa1','\xa5','\xc9','\x15','\x29','\xbc','\x35','\x34','\x1d','\xc7','\xc6','\x24','\x77','\x94','\xc0','\x58','\xe7','\x28','\x48','\xeb','\x31','\x2f','\xc1','\xd3','\xb2','\x86','\xd2','\x33','\x08','\x8c','\xba','\xbe','\xfe','\x19','\xb7','\x27','\xb3','\x79','\xfe','\x49','\x34','\xc4','\x08','\x37','\x1e','\x82','\x46','\x95','\x4b','\x30','\x4c','\x86','\xe2','\x0c','\x31','\x28','\x92','\x56','\x6b','\x19','\xb3','\xec','\xc5','\x76','\x74','\x1c','\xc9','\x3b','\x23','\x5b','\xf3','\xcc','\x2a','\x94','\xef','\xe5','\x32','\x64','\x7f','\xb8','\x6b','\x62','\x5c','\x98','\x12','\x4c','\xef','\xd0','\xf2','\x08','\x5a','\xc2','\x90','\xfa','\xb4','\x6c','\xc9','\x69','\x02','\xc1','\x4f','\xe8','\x50','\x32','\x8d','\xf2','\x45','\x2c','\x6b','\xfb','\x81','\xa6','\x9e','\xfe','\x30','\xea','\x44','\x84','\xe4','\xcc','\x38','\xea','\x2c','\xaf','\xce','\xe4','\x29','\x91','\x7b','\x61','\xc0','\x83','\xc2','\xdb','\x01','\x34','\xe1','\x73','\xe2','\x69','\x82','\xee','\xce','\xc3','\xe4','\xfa','\x88','\xe7','\x9f','\x02','\x67','\x0f','\x58','\xe1','\x23','\xeb','\xcf','\x86','\x27','\x32','\xbe','\x1f','\xf8','\x25','\xd4','\x39','\x3f','\x69','\xce','\x3f','\xb8','\x65','\x38','\x13','\x33','\x75','\x67','\x33','\xeb','\x72','\x57','\xdf','\xb6','\x64','\x83','\xf4','\xef','\x71','\x6c','\xc4','\x0a','\x44','\x24','\xc9','\x85','\xa9','\x01','\xd4','\x8d','\x2f','\x4d','\x56','\x68','\x18','\xbf','\xa2','\xc1','\xb4','\xd4','\x13','\xc5','\x3c','\xa0','\x22','\x78','\x44','\xe0','\x0b','\x22','\xa4','\xfc','\x90','\x16','\x1d','\x33','\x5c','\xf5','\x5d','\x17','\x69','\x87','\x7b','\x42','\x28','\xc3','\x7a','\x14','\x80','\x8d','\x94','\x3e','\xb9','\x5c','\x06','\x41','\xb8','\xdd','\x6e','\xd8','\xb6','\x0d','\xbd','\x77','\x3f','\xac','\xd7','\x51','\xe0','\xfe','\x3e','\x25','\x07','\x42','\x58','\x59','\x81','\x6a','\xb1','\xc3','\x40','\xe9','\x73','\xfa','\x8d','\xe1','\x02','\x47','\x11','\x3e','\x14','\xf9','\x19','\xa1','\xe8','\xce','\x8c','\x46','\x08','\xdb','\xf7','\x1f','\x7b','\x09','\x39','\xec','\x96','\x18','\x1b','\x4b','\xba','\x24','\x2d','\x5a','\x63','\x4d','\x46','\xaa','\xee','\x66','\x1e','\xc6','\xd3','\x86','\x92','\x98','\x2e','\xc7','\xf2','\x8c','\x48','\x48','\xaa','\x7f','\x73','\x48','\xc3','\x46','\x16','\x24','\x41','\x2f','\x95','\x7d','\xdb','\xdc','\xca','\x23','\xa1','\x77','\x0d','\x71','\x86','\xa6','\xea','\x43','\x82','\x80','\x53','\x9b','\x17','\xca','\x58','\x6f','\x45','\x2f','\xaf','\xb9','\xac','\xe0','\x4e','\x5f','\x1a','\x5a','\x6d','\x9c','\xec','\x90','\x9f','\x4d','\xed','\x9a','\x47','\xab','\x08','\xcf','\x90','\x28','\x42','\xfe','\x59','\x32','\x39','\x7a','\x38','\x47','\xed','\xa3','\xbf','\x6d','\x99','\xdc','\x91','\x08','\xf4','\x05','\x22','\x36','\x4d','\x70','\xef','\x9a','\xfc','\xf6','\xd1','\xfd','\xaf','\xdf','\x13','\xa3','\xb8','\x0f','\x96','\x03','\x60','\xac','\x7c','\x5e','\xe5','\xb7','\x4a','\xe4','\x4a','\x97','\x23','\xb2','\x41','\xd0','\xff','\xd3','\xf2','\x19','\x61','\xe6','\x33','\x25','\x81','\xc2','\x80','\xef','\xe2','\x78','\x28','\x23','\x18','\x01','\x11','\x48','\x73','\x63','\x8d','\xd0','\x21','\x7b','\xc1','\x60','\xa0','\xab','\xe8','\x61','\x66','\x77','\x8a','\x3a','\xe6','\xcf','\xef','\x49','\x48','\x61','\xf7','\x23','\xe5','\x6c','\xdd','\xdf','\x6e','\x9a','\xdb','\x67','\xf3','\x08','\x8c','\x26','\xfc','\x88','\xc5','\xe7','\x21','\x56','\x9f','\xc7','\x11','\x97','\x41','\x9d','\xc0','\x67','\x52','\xfa','\xf1','\xa5','\xa8','\x1f','\x3e','\x51','\x3e','\x20','\xb7','\x3a','\xc4','\x14','\xc6','\x6b','\x10','\x02','\x9c','\xc9','\xb3','\x70','\xd0','\x2a','\x38','\x3c','\x3b','\x67','\x7f','\xc3','\x52','\x18','\x0a','\xd4','\xe1','\x93','\x1e','\x88','\x10','\xbc','\x3f','\xd6','\xb0','\x41','\x62','\x3f','\x00','\x70','\x07','\x1f','\x12','\xc0','\xa4','\x1f','\x1a','\x29','\xee','\xbe','\xa1','\xdd','\x34','\xef','\x45','\x33','\xc6','\x02','\x6a','\x0d','\x12','\x9c','\xbf','\x75','\x71','\x89','\x63','\x68','\x8e','\x21','\x57','\x76','\x64','\xfc','\x2e','\x6e','\x70','\x9d','\x94','\xf9','\x81','\x08','\x3e','\xf2','\x6b','\x73','\xeb','\x68','\x3f','\x00','\x40','\x2d','\xc8','\xc9','\xbf','\xdf','\xee','\xc6','\xb5','\x46','\xb8','\x81','\x40','\xd8','\x4c','\xc4','\x12','\x58','\x46','\xd7','\xbc','\x66','\xbf','\xd6','\x12','\x64','\x24','\x59','\xc6','\x3d','\x17','\x97','\x53','\x06','\x86','\x0c','\x96','\x1e','\x22','\xb5','\x63','\x9c','\x9a','\x04','\x41','\x50','\x8b','\x71','\xb7','\xb0','\xd9','\x41','\x48','\x8d','\x09','\x93','\xbe','\x03','\xee','\xad','\x0d','\xee','\x00','\x7a','\x47','\x07','\xe1','\xd8','\x7b','\x4a','\x33','\x51','\x15','\x99','\x71','\x7f','\x08','\x45','\xa8','\x44','\xa3','\x48','\x2a','\xce','\x89','\xc6','\x27','\x06','\x14','\x50','\x26','\xd4','\xc5','\x84','\x24','\xa0','\x8d','\x48','\xe3','\x83','\x1b','\xb0','\xc4','\xe7','\x46','\xb3','\x2a','\x12','\xfc','\xa9','\x72','\x4a','\x37','\x54','\x30','\x29','\xa4','\x2f','\x55','\xce','\x74','\xb4','\x5a','\x83','\x46','\xcb','\x0d','\x62','\xee','\x63','\x7b','\x3d','\x2a','\xcc','\xce','\x17','\x7c','\xba','\x66','\xd3','\x63','\x27','\xd3','\x13','\x30','\xa5','\x1f','\xd7','\xeb','\xc5','\x8b','\x4f','\xe3','\xef','\xc6','\x4f','\xf4','\x69','\x97','\xf3','\x7b','\x57','\xfb','\x51','\xb0','\xd3','\x2c','\x1b','\x28','\x9e','\xea','\x4d','\x3a','\x13','\xef','\x07','\x65','\x45','\x6c','\xf8','\xc9','\xdb','\x89','\x7d','\xdd','\xa1','\xc9','\xe4','\x0d','\xaf','\x10','\xfc','\x9e','\x03','\x34','\x90','\x52','\x11','\x80','\x22','\xda','\xa4','\xf3','\xa5','\x89','\x37','\x95','\x91','\x86','\x37','\x8a','\x29','\x09','\xcc','\x03','\x09','\xab','\xb0','\xf3','\x85','\x49','\x19','\x28','\xb8','\x9e','\x01','\x1a','\x2a','\x8f','\x41','\x10','\xae','\xe2','\x19','\x14','\x0b','\x90','\x55','\x0c','\x26','\x6a','\xc1','\x09','\xfd','\x0d','\xcb','\x38','\xde','\x75','\x30','\x04','\xe8','\x6f','\xf6','\x5f','\x5f','\x6b','\x9b','\x1c','\xf9','\xa7','\xf7','\x49','\xfc','\xb6','\xf7','\xf7','\x14','\x96','\xda','\x02','\x17','\x3c','\xe4','\xb2','\xd7','\xfe','\x7e','\x14','\x9f','\x47','\x30','\xfb','\xfd','\x9d','\x9b','\xe6','\xc9','\x69','\x4d','\xad','\x2f','\x5b','\xcd','\xf8','\x1d','\xda','\xa9','\xea','\x37','\x1c','\x02','\x10','\x1c','\x59','\x32','\x10','\xd1','\xda','\x74','\xb0','\xe6','\x3b','\xb9','\xdd','\xc5','\xbd','\xad','\x25','\x73','\xbc','\x07','\x4b','\x28','\x9c','\x8b','\x26','\x82','\x54','\xc4','\xf2','\x4c','\x73','\x54','\xd6','\x69','\xb5','\xae','\x15','\x63','\x9f','\xb4','\x72','\x8e','\x70','\xa2','\xf1','\x15','\x9c','\x7b','\x86','\x88','\xeb','\x41','\x9e','\x21','\xf4','\x0b','\xe6','\xeb','\x9c','\x08','\xe4','\xaf','\xa3','\x10','\x33','\xbf','\x37','\x69','\xa6','\xb8','\xbe','\x67','\xef','\x16','\x6d','\x94','\xd5','\xcf','\x08','\x22','\x13','\x6f','\xad','\x3b','\x06','\x38','\xd8','\xf7','\x43','\x19','\x27','\x41','\x44','\x8d','\x5a','\x5c','\xa0','\x4e','\x6a','\xce','\x33','\xf8','\xcf','\x0c','\x98','\x6b','\x8e','\x5f','\x20','\x78','\x85','\xe9','\x5d','\x10','\x84','\x5f','\x72','\xcf','\xe7','\xa4','\xc9','\x33','\x52','\x63','\x50','\x0d','\xc0','\x15','\x0a','\x9d','\x29','\x65','\x9e','\xe6','\xe9','\x0d','\xe1','\x62','\x3b','\xaa','\xfe','\x37','\x2c','\x00','\x9e','\x67','\x8b','\xe0','\xee','\xa8','\xcd','\x02','\x1d','\xdc','\xc4','\xed','\x4d','\x94','\x0c','\xa2','\xc4','\xe8','\x9d','\x71','\xfc','\x88','\x88','\x8e','\xef','\x3f','\x76','\x71','\x51','\xd4','\xa0','\x14','\xd5','\xb2','\xaa','\xeb','\xef','\x84','\x7b','\x9d','\xa7','\x66','\x24','\x81','\x79','\x2a','\x59','\xb7','\x36','\xaf','\xce','\x29','\xbb','\xb8','\x6e','\x78','\x51','\xd5','\x94','\x4b','\x40','\x3d','\xda','\xe3','\xd1','\xa9','\x02','\xa9','\xb9','\xf2','\xa4','\xf9','\x9a','\x74','\x3a','\x95','\x5f','\xc9','\x3a','\x7f','\x4d','\xa9','\x70','\x6e','\x3b','\x27','\xe7','\x80','\x5d','\x3b','\x7f','\x12','\x30','\xb8','\x70','\xe4','\xde','\xa0','\xe3','\x87','\x83','\x25','\x6f','\x45','\x57','\x57','\x95','\xae','\x0c','\xf1','\xad','\x5b','\xd4','\x40','\x80','\xa8','\xb9','\x20','\xd9','\xbb','\xc0','\x18','\x3f','\xc2','\xe5','\x95','\x3b','\x82','\x89','\x70','\x0e','\x59','\x71','\x80','\xc4','\x45','\xd0','\xc0','\xd8','\x8c','\xce','\x0d','\x6d','\x63','\x30','\x3a','\x1a','\xc9','\x3d','\x5f','\x4b','\x06','\x6f','\x0c','\x63','\x76','\xa5','\x75','\xf7','\xd9','\xd6','\xb0','\xa1','\x43','\x43','\x42','\x61','\x87','\x5c','\xb6','\x14','\x5a','\x37','\x5b','\xc8','\x3e','\xbb','\xab','\x1f','\x79','\xcf','\x98','\x47','\x86','\x5e','\xa6','\x26','\xd5','\xf2','\x12','\xc0','\xbd','\xe3','\x00','\x49','\x12','\x61','\x63','\xee','\x28','\x91','\x03','\x63','\xb0','\x4d','\xf9','\x91','\x0f','\x83','\x36','\xcc','\x30','\x21','\xd0','\xf0','\x04','\x42','\xc2','\x54','\x0e','\x51','\x98','\x45','\x96','\x0b','\xe7','\x87','\xd0','\xe4','\x47','\x3b','\x3c','\x42','\xeb','\x76','\xd3','\x88','\x90','\x9b','\xdc','\xf5','\xa2','\x64','\x19','\x62','\xd2','\x50','\xc3','\xea','\x3a','\x54','\x92','\x1c','\x1b','\x33','\x6a','\x34','\x83','\x32','\xec','\x41','\x82','\x29','\xd8','\x3a','\xd8','\xc3','\xf8','\xf3','\x9c','\xa6','\xd3','\x45','\x1d','\xc6','\xb0','\x9b','\x17','\xf4','\x04','\x28','\x82','\xcb','\x65','\xc9','\x47','\x80','\xf3','\x3e','\xc4','\x33','\x24','\x61','\xa5','\x7c','\x2f','\x34','\x55','\x14','\x53','\xb2','\x10','\xd5','\x8a','\xe5','\xd4','\xd5','\x69','\x72','\xfa','\x63','\xef','\x2e','\xc6','\x33','\xe2','\x40','\xeb','\xbb','\xe2','\xb5','\xc5','\xc7','\x55','\x63','\x1f','\x5a','\x8e','\xf0','\x4c','\x89','\xbe','\x33','\x53','\x30','\x34','\xca','\xe3','\xf3','\xa1','\x2a','\x4d','\x3b','\xe7','\xef','\x67','\x3a','\x6f','\xb1','\x54','\x6c','\x6d','\xbb','\xc1','\x39','\xc8','\x0c','\x69','\x36','\x3a','\xef','\xba','\xfb','\x0b','\xa9','\x5a','\xb2','\x6c','\xc2','\x15','\xf3','\x69','\xc8','\x03','\x39','\x22','\xed','\x3b','\xee','\xcc','\xd5','\x29','\x32','\xc3','\xf3','\xa9','\x9d','\x11','\xa6','\x71','\x59','\xbc','\x1b','\x3d','\x9f','\x6d','\x21','\xec','\x58','\x84','\xeb','\xb1','\xb8','\x00','\xd4','\xbb','\x21','\x54','\x76','\x21','\xe8','\x9f','\x70','\x0f','\x68','\x74','\x81','\x9b','\x7d','\x44','\x19','\xf9','\x3c','\x24','\x0e','\x55','\x1b','\x48','\x0c','\x60','\x3a','\x70','\x3d','\x5d','\xde','\xb2','\x7c','\x3c','\xef','\x3f','\x76','\xb1','\xf4','\x7c','\xdf','\xc5','\xfd','\x48','\xef','\x5d','\x44','\x5b','\xa4','\x21','\x6f','\x25','\x7f','\xc0','\xa6','\x97','\xa2','\x2d','\x51','\xa8','\x59','\x60','\x5a','\x62','\x2a','\x4c','\xfb','\xd3','\x19','\x1a','\xa6','\x9a','\x23','\x1f','\x8f','\x1d','\xd6','\xcc','\x34','\x03','\x9e','\x44','\xb1','\x35','\xb1','\xd2','\x99','\x0b','\x8e','\x08','\x5a','\x39','\xf7','\x0f','\xc2','\xd5','\x49','\x11','\x69','\xac','\xce','\xeb','\x5a','\xbb','\xa7','\xf5','\x9e','\xf1','\xbe','\x1f','\xa5','\x6a','\x8b','\xe6','\x97','\x48','\x0b','\x0b','\x47','\x9b','\x9f','\xa4','\xbc','\x3c','\x7f','\xb9','\x36','\x9d','\x6b','\xbd','\x0c','\x56','\x1c','\x18','\xbb','\x34','\x5f','\x82','\x20','\xa4','\xb6','\x9d','\x37','\x64','\x24','\xab','\x9e','\x06','\xd0','\x78','\x74','\x3c','\x76','\x0d','\x89','\xae','\x44','\x12','\x40','\x5c','\x14','\xb4','\xe8','\x7f','\x99','\x7d','\x7f','\xb2','\x1f','\x93','\xb0','\x92','\x11','\xd5','\x67','\xd7','\xef','\x6f','\x51','\xd4','\x64','\x0f','\x0d','\x7d','\xbb','\x01','\x8d','\x55','\xd3','\x4a','\x88','\x04','\x6f','\xf5','\x0d','\x0d','\x27','\x2a','\x82','\x08','\xf4','\xbc','\x30','\xa4','\x7e','\x57','\xa6','\x64','\xa3','\xd0','\xec','\x5a','\xd0','\x90','\xfb','\x5b','\x76','\x79','\x4b','\x49','\x8b','\xbf','\x1f','\x25','\xd0','\x81','\xdf','\xe7','\xf0','\x1e','\x13','\xc2','\x5e','\x80','\xd3','\xf9','\xec','\xbe','\xa8','\x0c','\x44','\x27','\xf0','\x97','\xe5','\x50','\x91','\x35','\x34','\x86','\x9a','\x28','\x70','\x96','\x83','\xef','\x80','\x67','\x29','\x33','\x6c','\xca','\x14','\x5a','\x67','\x2f','\xaa','\x30','\xfe','\x56','\xe5','\xec','\x38','\x64','\x46','\x6a','\x12','\xea','\x3c','\xbc','\xd7','\x2c','\x8e','\x8e','\xb9','\xa9','\x84','\xa7','\x76','\x84','\x81','\x43','\xd5','\xb1','\x7e','\xfe','\xdf','\x18','\xf7','\x6e','\x21','\x61','\xc5','\x85','\x99','\x15','\x88','\x2d','\x5c','\x36','\x3f','\x54','\x78','\xba','\xb1','\x24','\x5e','\xbd','\x55','\x77','\x2b','\x20','\x68','\x9b','\x44','\x49','\xd4','\x24','\x8a','\x1d','\x00','\x9a','\xc4','\x87','\x63','\x42','\x0e','\x0e','\x60','\x0c','\xb7','\x58','\x46','\x11','\x4c','\x3f','\xa0','\x96','\x66','\x69','\x4f','\xc6','\xa2','\x34','\x4c','\x85','\xa0','\xf5','\x8a','\x7d','\xb4','\xcc','\xed','\xac','\xac','\x3f','\x23','\x19','\x77','\x68','\x53','\x4b','\x0b','\x93','\xe4','\x43','\xea','\x83','\x5b','\x8f','\xd5','\x15','\xde','\x79','\xf1','\x10','\x8a','\x03','\x74','\x7b','\x71','\xb0','\x58','\xe1','\x74','\x00','\xee','\x36','\xe7','\x63','\x53','\xe8','\xee','\x2c','\xae','\x6d','\xc6','\x1f','\xb6','\x8e','\x63','\x97','\xbd','\xdb','\x1f','\x0d','\xb7','\x7b','\x97','\x7c','\x7d','\x1e','\xc1','\xb5','\x85','\x92','\xb5','\x01','\x1b','\x11','\x58','\x73','\x3a','\x79','\x10','\x0c','\x3b','\x47','\x76','\x46','\xdd','\xf5','\x3a','\x8b','\x42','\xbf','\xa9','\xe4','\xae','\xf3','\xe3','\x33','\xe1','\xa7','\x10','\xec','\xe0','\xcd','\xf2','\x63','\xff','\x56','\xc8','\x65','\x15','\x80','\xc6','\x08','\xb6','\xf1','\x7b','\x30','\xe3','\xc3','\xd7','\xdc','\x58','\x1d','\x4a','\xfe','\xe9','\x15','\xa1','\xed','\x04','\x37','\xcf','\x77','\x79','\xaf','\xa0','\x7e','\xae','\x0b','\xc0','\xd7','\xf1','\x6c','\xcc','\x97','\xcd','\x8d','\xf5','\x28','\x30','\x6c','\x71','\x7b','\x1b','\xfb','\x4f','\x7d','\x0b','\x9e','\x0f','\xda','\xd7','\x18','\x7e','\x3f','\xa8','\x17','\xe5','\x78','\x52','\x6d','\x28','\x5f','\xe3','\x0a','\x5a','\xc2','\x74','\x97','\xa8','\x0c','\xcd','\xf1','\x46','\x1e','\x2a','\x45','\x10','\x17','\xbb','\xeb','\x63','\xfb','\x6f','\xb0','\xde','\xed','\xa5','\xa1','\xc1','\x4c','\x34','\xa9','\x3c','\x2c','\x68','\x63','\x74','\x7f','\x23','\x22','\xec','\xfb','\xbe','\x84','\xd5','\x22','\x00','\x99','\xfb','\x9b','\x09','\x14','\xbd','\xf7','\xdf','\x7a','\xc6','\x3e','\x53','\xb2','\x86','\x72','\x2c','\x61','\x8d','\xb1','\x27','\xac','\xc4','\xdd','\xee','\xf4','\x20','\x76','\x47','\x99','\xd3','\xbe','\x4b','\x00','\x83','\xc8','\xc9','\xb3','\x7b','\x68','\xea','\x63','\x67','\x4d','\x54','\xd8','\x35','\xa6','\xbf','\x5d','\x82','\x96','\xa8','\x6d','\x9b','\x86','\xbd','\xbd','\x59','\x64','\x1f','\x0f','\x4d','\x2d','\x04','\xc8','\xa5','\x65','\xd6','\x20','\x08','\xba','\xf1','\x2e','\x04','\x75','\xf6','\x8c','\xdd','\x5d','\x81','\x81','\x08','\x7e','\x59','\xcc','\xa2','\xcf','\x48','\x98','\xea','\x4d','\x7c','\x26','\xcd','\x8f','\x52','\x11','\x3f','\xfc','\x62','\x5a','\x26','\xd6','\xf3','\xa1','\xfd','\x5a','\x66','\x64','\xa9','\x3e','\x59','\xf6','\x67','\xcb','\x3e','\x12','\xb0','\x78','\x6f','\x44','\xee','\x5c','\x1b','\xb0','\xa3','\xce','\xf5','\x3c','\x4c','\xd5','\x9e','\x94','\x35','\xe2','\xe6','\xf9','\x8f','\x21','\xea','\x93','\xea','\x63','\x9d','\xa5','\x89','\xde','\x1a','\x5b','\x21','\x2f','\x43','\x2f','\xfa','\xdb','\xd1','\x23','\x8c','\xb5','\x59','\x14','\xfd','\xce','\x08','\xc1','\x35','\x88','\x76','\x69','\xd6','\xcc','\xdb','\x79','\x0b','\x2e','\x8f','\x6c','\x96','\x18','\x27','\x8e','\xe2','\x63','\xe5','\x97','\x58','\x7d','\xa2','\xf1','\x8f','\x15','\x4e','\x50','\x93','\x34','\xdf','\xdc','\x48','\x03','\x22','\x40','\x71','\xed','\x09','\x6c','\x2a','\x01','\xf5','\xb3','\xc3','\xf0','\x35','\xdf','\x34','\xf2','\xd3','\xb6','\x89','\xa2','\xe1','\xed','\xed','\x26','\x82','\x8f','\x9e','\x73','\x86','\x24','\x35','\x7d','\xff','\x7e','\xe0','\xc7','\x77','\xc1','\x19','\x8f','\xf7','\x8e','\xae','\xd1','\x1d','\xc7','\x89','\xb9','\x18','\x91','\x7e','\x7b','\x3a','\xdd','\x93','\xfd','\xa1','\xf1','\x9c','\xcc','\x15','\x4e','\x4b','\xd6','\xfb','\x08','\x63','\xa7','\xc9','\x30','\x4d','\xeb','\x9f','\xdc','\xaa','\x0c','\x77','\x65','\xc5','\x8a','\x8f','\xc0','\xa2','\x6d','\x29','\xf3','\xee','\xdc','\xe2','\x25','\x50','\x7d','\x2d','\x06','\xfa','\x55','\xe5','\x6c','\x16','\x5c','\xff','\x29','\xf5','\x57','\x07','\xac','\x08','\x42','\x89','\xa9','\x73','\x4b','\x03','\x43','\x2e','\x0c','\x6b','\xde','\x9d','\xa3','\x1b','\x8d','\xb8','\x01','\x6f','\xa2','\xf4','\xb2','\xf3','\x4f','\x0c','\x61','\x3c','\x98','\x05','\x37','\x30','\xab','\x62','\xa4','\x01','\x4a','\x0b','\x26','\x06','\x82','\xf4','\x3e','\x4f','\x1a','\x36','\xeb','\xdd','\x4f','\x89','\xf2','\xa4','\x11','\xe2','\xf4','\x1c','\xc0','\x5d','\x3e','\xf5','\x54','\x29','\xe2','\x76','\xf7','\x95','\x8d','\x60','\xe1','\xfa','\xd9','\xce','\xd5','\x17','\x6c','\xe9','\xb4','\x62','\x0b','\xe1','\x27','\x97','\xcc','\x44','\xb3','\x2a','\x3b','\x48','\xad','\x61','\x1b','\x37','\xe0','\xd6','\x25','\xc1','\xa3','\x79','\x4f','\x8c','\x6d','\xf1','\x8c','\x11','\xcc','\xbd','\x8c','\x75','\xde','\xe2','\x16','\xc8','\xe9','\xa0','\x70','\x30','\x91','\xd6','\x8c','\xd6','\xf3','\xef','\x9a','\xd4','\xf6','\x38','\x00','\x7a','\x74','\xdc','\x1e','\x07','\xf6','\xbb','\xd0','\xf0','\xd9','\x3d','\x2e','\xac','\xf8','\x0c','\x0d','\xdd','\xcd','\x70','\xde','\x85','\xf3','\x56','\x1a','\xb0','\x98','\xff','\x92','\xed','\x0b','\x27','\x77','\xa4','\x57','\x16','\xfa','\xc3','\x7b','\xc5','\xe5','\xb5','\x69','\x3f','\x12','\x7d','\x8e','\x8f','\xe4','\x4f','\x44','\xe0','\x5c','\x1e','\x99','\x24','\xf0','\xb0','\xf3','\x61','\x56','\xcd','\x2d','\x60','\x88','\x77','\x43','\x00','\x8a','\xfe','\x0a','\x9a','\x1d','\xdb','\x5f','\x09','\x01','\xa7','\xe3','\x1f','\xde','\x7c','\x52','\x7f','\x60','\x4b','\x2e','\x9b','\x1e','\xe5','\x92','\xa7','\xef','\x9e','\x3c','\x2f','\x63','\x22','\x88','\xe2','\xce','\x60','\x76','\x11','\xe1','\xf5','\xac','\x44','\xd0','\x0d','\x79','\x59','\x50','\x93','\x25','\x55','\x45','\xf9','\x0f','\xe9','\xb3','\xe9','\x09','\x62','\xfc','\x1c','\x63','\x99','\x3b','\x71','\xfa','\x61','\xb8','\xc3','\xee','\x27','\x07','\xbc','\x26','\x2f','\x0b','\xad','\x3b','\x25','\xab','\xb7','\xf5','\x70','\x78','\xaf','\x3f','\xb2','\x9f','\x0b','\xa0','\x0f','\xc1','\x0e','\x7a','\xef','\x38','\x34','\x0d','\xc1','\x58','\x4a','\x1e','\x20','\x73','\x81','\xb3','\x40','\x08','\xb7','\xdb','\x6d','\x7a','\xe1','\xd5','\x52','\xac','\x78','\x23','\x8d','\xfe','\x05','\x7c','\x53','\xb9','\x70','\x65','\xda','\xf3','\x43','\x30','\x92','\x59','\x45','\xf2','\xc5','\x44','\xd3','\x2e','\xc8','\x85','\x72','\xf9','\x6b','\x21','\x85','\x77','\x75','\x71','\x33','\x2d','\xae','\xb9','\xb4','\xd9','\xe6','\xdd','\x5c','\x93','\x93','\x32','\xd6','\x6e','\x2d','\x45','\x82','\x11','\x22','\xc4','\x40','\x89','\xc4','\xe6','\x3e','\xbf','\xbd','\xa7','\x28','\x50','\x49','\xa3','\xa1','\x8b','\xd3','\x1a','\x39','\xd3','\xe5','\xf9','\x45','\x3c','\x2b','\x75','\x20','\xcf','\x55','\x08','\x6e','\xb3','\x26','\xf9','\xf7','\xaf','\x5f','\xea','\x8b','\x32','\x1f','\x3e','\x87','\xd3','\x93','\xbd','\xaf','\xe7','\x55','\x30','\x7d','\x45','\xb5','\xe9','\x95','\x01','\xe9','\x8c','\xc8','\xb4','\x76','\x5d','\x31','\xe2','\xb4','\x0e','\x49','\x70','\x1a','\x11','\x51','\xc5','\xaf','\xbc','\x9a','\x96','\xd4','\xcb','\x16','\x1d','\xa4','\x7a','\x63','\xe5','\xf1','\xfd','\x81','\xab','\x32','\x37','\x2b','\x13','\x76','\x04','\x16','\x23','\xa4','\x35','\x10','\x17','\x0e','\x85','\x58','\x2a','\x03','\x6a','\x9d','\x19','\x52','\x38','\x59','\x97','\xa9','\xd0','\xf0','\xf7','\xb3','\x40','\xf2','\xd5','\xe7','\xf8','\x83','\xed','\x19','\x3f','\x32','\xbf','\x68','\x31','\xbb','\x74','\xdd','\x36','\x92','\xf0','\x9f','\x1d','\x1a','\x0a','\x6a','\x40','\xae','\xc9','\x5a','\x61','\xf7','\x20','\xac','\x44','\x1e','\x10','\x51','\x6c','\xbc','\x7d','\xdb','\xf0','\xed','\xdb','\x0d','\xb7','\xb7','\xcd','\x5d','\xde','\xf6','\xbd','\xbb','\x65','\xf8','\xfd','\xc7','\xee','\x6e','\x8a','\xbd','\x84','\x79','\xd2','\x1e','\x17','\x6b','\x1e','\xca','\xac','\xc4','\x1c','\x4f','\xd5','\xb2','\x93','\x0e','\x4d','\x4f','\x3f','\x2d','\x8c','\x52','\xb8','\x4f','\x96','\x3b','\x88','\x34','\x80','\xc9','\x68','\x55','\xf0','\x6a','\xa6','\x80','\x52','\xc5','\x59','\x53','\xc6','\x1d','\xb2','\x8e','\xc6','\xf8','\x8c','\x65','\x9e','\xcb','\xeb','\x16','\xe9','\xdf','\x51','\x3e','\x32','\x96','\xc0','\xdf','\x2a','\x24','\xda','\x0f','\x8b','\x24','\xbb','\xf2','\xdc','\xa4','\xce','\x40','\x38','\xac','\xda','\x58','\x71','\x93','\x8c','\xfb','\xa3','\xd6','\xf2','\xed','\xce','\x7e','\xd7','\x67','\xdb','\x04','\x8c','\xed','\x3e','\x59','\x3f','\xc4','\x25','\xcd','\x18','\x41','\xa1','\x41','\x28','\xfa','\x3d','\x43','\x3a','\x44','\xe4','\x01','\x11','\x9a','\x49','\xbf','\x9b','\x26','\xf9','\x38','\x0c','\x17','\x01','\xa0','\x9c','\x7f','\x8c','\x15','\xcd','\xd8','\x99','\x02','\x36','\x98','\x77','\x08','\x83','\xf7','\xee','\x61','\xb5','\xcf','\x18','\xc6','\xd1','\x49','\xce','\xf6','\x7d','\xdc','\x75','\xf6','\xb3','\xeb','\x0f','\x62','\x0e','\x26','\xd4','\x61','\xa4','\x1b','\x32','\xf1','\xc8','\x7b','\xc6','\xe2','\x05','\xb1','\x91','\x8c','\x93','\xbb','\xe6','\xed','\x8a','\xf5','\x5c','\x9e','\x16','\xdf','\x0e','\x86','\xe5','\x1e','\xf1','\xed','\x2a','\x16','\xae','\x01','\x66','\xcf','\xce','\xb2','\xd3','\x04','\xc6','\xa3','\x8b','\x80','\xdb','\x5a','\x4f','\x2e','\xb4','\xa4','\x4a','\x53','\xf6','\x24','\xc9','\x19','\x97','\xb7','\xd6','\x54','\x18','\x62','\x9b','\x22','\x82','\x29','\x4f','\x27','\x48','\xe1','\x67','\x9c','\xd5','\xe4','\xb2','\xca','\x36','\x37','\xfb','\x3d','\xe1','\x91','\x27','\x16','\x91','\x33','\x1a','\x99','\x56','\xc1','\x7f','\x18','\x19','\xe3','\x29','\xa8','\xc1','\xd0','\xb0','\x59','\xba','\xdc','\xfa','\x98','\x9b','\x2b','\x73','\x9e','\xe7','\x90','\xe9','\xaf','\x3b','\xac','\x5d','\xcd','\x65','\x35','\xe6','\x54','\x68','\xa8','\xba','\x6a','\x6a','\xa9','\x14','\x39','\x45','\xbf','\xa6','\x90','\x1e','\xb9','\x9a','\x75','\x83','\x79','\x6f','\x97','\x11','\xf4','\xc6','\x32','\xf2','\x2f','\x25','\xf0','\xd4','\x98','\x27','\x6b','\x78','\x35','\x2b','\xe0','\x28','\xfe','\x8a','\x62','\x43','\xc7','\xcd','\xe2','\x55','\x11','\xfb','\x30','\x5b','\xe8','\xcc','\x1d','\xd8','\xc3','\x69','\x97','\x36','\xe9','\x44','\x00','\xb2','\xf9','\x99','\xb7','\x93','\x69','\x28','\x95','\xbf','\xb1','\xa8','\x88','\x03','\xbd','\xb4','\x70','\xe8','\x9c','\xf8','\x1f','\x1a','\xea','\xf4','\x84','\x3b','\x6d','\x1d','\xcf','\xe0','\xdb','\x25','\x9c','\xd6','\x5a','\xf1','\x93','\xfb','\x5b','\xbb','\xbf','\xd9','\x59','\x67','\x8d','\x82','\xb6','\x6b','\xd2','\x25','\x75','\x13','\x32','\x21','\x03','\x4a','\x0c','\x4c','\x63','\x65','\xa6','\xed','\xae','\x5a','\xf6','\xfd','\xd1','\xf1','\xe3','\xc7','\x2e','\x19','\xd9','\x35','\x80','\x81','\x27','\x21','\x4d','\x82','\x89','\x5f','\x6c','\x54','\x77','\x36','\x77','\x37','\xf3','\xbc','\x3c','\x61','\x51','\x32','\xa2','\xd1','\x8f','\xb8','\xdc','\x68','\x17','\xa8','\x2d','\x1b','\x6e','\xcf','\x07','\x5d','\x91','\x43','\x8e','\x2c','\x75','\x4b','\x39','\x79','\x9a','\x6b','\x88','\x12','\x23','\x42','\xc6','\x78','\x60','\x3e','\x00','\x7f','\x55','\x79','\x8e','\x73','\xe4','\xf3','\x84','\xdc','\x6a','\xcd','\x15','\xf3','\xce','\x27','\x9f','\xf3','\xc3','\x82','\x5e','\x18','\x73','\x3b','\x23','\x82','\x61','\x43','\x70','\x15','\x2b','\x73','\x1a','\x98','\xb7','\x31','\x20','\x70','\x3b','\x6f','\x59','\xbb','\x4f','\xa9','\xfe','\xb9','\x89','\x3c','\x8d','\x8f','\x0d','\x26','\x10','\x77','\x7c','\x1e','\x87','\x67','\x4e','\xb6','\x08','\x41','\x44','\x71','\x49','\x90','\x80','\xea','\xe7','\x6f','\x3d','\xaf','\x34','\x2f','\xab','\x72','\x56','\x29','\x63','\xf4','\x91','\x02','\x7c','\xa4','\x9d','\xdf','\x54','\x5c','\xb9','\x92','\x71','\x3d','\xe6','\xed','\x56','\x83','\xa8','\x20','\xcb','\x4d','\x10','\xe6','\x41','\xc3','\x26','\x96','\x76','\x05','\xd9','\x83','\x59','\x94','\xe9','\xe9','\x0e','\xdf','\xed','\xde','\x70','\x7f','\xbb','\xe1','\xdb','\x1f','\x37','\xdc','\xee','\x82','\x1b','\x8f','\xbd','\xe3','\xfd','\x47','\x28','\x4a','\x1e','\xef','\x87','\x0a','\x3f','\xec','\x1a','\x67','\x94','\xae','\x2e','\x0e','\x89','\x23','\xf4','\xa1','\x96','\x11','\x9e','\x17','\xd6','\xe5','\x33','\x45','\x84','\x6a','\x0a','\xd7','\x1c','\xc5','\xfb','\x66','\xc9','\x24','\x5b','\xac','\x84','\x6b','\xcc','\x0d','\x28','\xee','\x90','\x91','\x13','\xce','\xd6','\x19','\x3b','\x00','\xe6','\x03','\x47','\xbf','\x9c','\xf1','\x7f','\x4e','\x49','\x1a','\x1a','\x4e','\x0f','\x9c','\x49','\xa7','\x7c','\x3b','\x6d','\x7c','\x27','\xbe','\xb0','\xbf','\xa3','\x4c','\xc1','\xa3','\xe3','\x9d','\xa1','\xa9','\x15','\x36','\xe0','\x0d','\xce','\x28','\x6f','\x44','\x00','\x89','\x3b','\x1c','\x33','\x4b','\x64','\xb6','\x7e','\x24','\x2d','\xba','\x2a','\xfd','\xc8','\x18','\x10','\xf9','\x87','\x9b','\x46','\x82','\x53','\xc6','\x2c','\xa5','\xf4','\x00','\x99','\x5b','\x1c','\x80','\x23','\xe5','\x15','\x0a','\x8d','\x3c','\xc7','\x99','\xda','\x08','\x16','\x65','\x86','\x99','\xe4','\x8e','\x91','\x86','\xfa','\x76','\x26','\xf5','\x93','\x65','\x3c','\x9e','\xfe','\x3d','\xc1','\x1c','\x18','\x72','\x77','\x8e','\x63','\x5d','\x3d','\x9a','\xdd','\xd1','\x41','\xd4','\x3c','\xd8','\x00','\x29','\x33','\x47','\xc7','\xeb','\xa3','\x72','\x26','\x9b','\x21','\x6d','\xb8','\x95','\x33','\xf0','\xbb','\xd0','\x7c','\xdb','\xf1','\xd8','\x43','\xc7','\xc7','\x5c','\xf9','\x02','\xc1','\xed','\x04','\x3a','\xc4','\x3d','\xee','\xd8','\x08','\xdb','\xad','\x63','\x2f','\xd1','\x5f','\x6b','\x62','\x73','\x61','\xde','\xc8','\xe7','\x97','\xad','\x25','\x99','\x56','\x45','\xe7','\xf0','\x33','\x39','\xa1','\xb9','\xd7','\x27','\xef','\xed','\xd8','\xf7','\x8a','\x93','\x78','\x59','\x7d','\xc5','\xc4','\x17','\xeb','\x4e','\xfa','\x9b','\x5f','\x36','\x3a','\xbc','\x12','\x80','\xb2','\xc0','\x93','\x2d','\x43','\x36','\x3b','\x53','\x10','\xd6','\x01','\x8c','\x53','\x5d','\xac','\x51','\x2e','\xa3','\xa0','\x78','\x55','\xf7','\xfc','\xf1','\x79','\x59','\x4a','\x4c','\xa8','\x80','\xbe','\xa8','\x73','\xc6','\xb4','\x2f','\xd8','\xa6','\xd4','\x15','\x57','\x81','\x2a','\xfd','\x7b','\x9e','\x06','\x63','\x1e','\xae','\x7f','\x50','\xba','\xe4','\x2b','\xec','\xae','\xba','\x06','\x83','\x14','\xf3','\x38','\xf3','\xbd','\xa7','\x08','\x98','\xe0','\x4a','\xfb','\x6c','\x01','\xd2','\x3b','\x70','\xe2','\xad','\x21','\x1e','\x4f','\x4d','\x5d','\x38','\x68','\x68','\xd3','\xb7','\xbb','\xc7','\xa0','\xb2','\xb1','\xc5','\x41','\x37','\x09','\x3d','\xcc','\x7c','\x6a','\xcc','\x29','\x02','\x50','\x16','\x7a','\x2c','\xa2','\xda','\x2c','\xd1','\xbd','\x56','\x96','\x75','\xc7','\x67','\x05','\x51','\xce','\xd6','\x8c','\xb1','\x30','\x43','\x5d','\x83','\x22','\xa2','\x92','\x08','\x3c','\xdd','\x17','\xc6','\x34','\x99','\xb7','\xdb','\xcd','\x25','\x4d','\x10','\x49','\xb4','\xb6','\x1f','\x0f','\x09','\x62','\xf0','\xe8','\xea','\xda','\x26','\x3e','\xfb','\x87','\xe6','\xe6','\x09','\x37','\xa3','\x96','\x92','\x83','\x6e','\x93','\x95','\x47','\xd6','\x2a','\x4d','\xd2','\x16','\xba','\x9b','\x25','\xaa','\xbb','\x1b','\x1b','\x1f','\x7a','\xbf','\xc7','\xb5','\xc1','\x76','\xa9','\x54','\xac','\x3c','\x26','\x40','\xb5','\x2d','\x85','\xd6','\xd5','\x40','\x06','\x66','\xb1','\x5a','\xaf','\x45','\x68','\xaa','\xff','\x1e','\x4c','\xc6','\x62','\x14','\x33','\xae','\x1b','\xbe','\x5c','\x21','\x26','\xdd','\x50','\x5b','\xdb','\x05','\xec','\x9c','\xf5','\xc7','\xe5','\x6f','\x1c','\xd6','\xf1','\xd9','\x99','\x50','\xa4','\x35','\xd2','\xef','\x75','\x9c','\x1e','\xd5','\x6a','\x35','\xfc','\xd2','\x4f','\xfc','\x92','\xa7','\xeb','\xd1','\x52','\xba','\x06','\x36','\x78','\x84','\xcb','\x9b','\x5f','\x40','\x26','\x3d','\x93','\xa6','\x99','\x37','\x64','\x94','\xd7','\x61','\xc5','\xc4','\x8f','\xbf','\x15','\xe4','\xb8','\xae','\x4f','\xc3','\x8f','\x4b','\x78','\x5a','\x49','\x19','\x5f','\x51','\xbe','\x40','\x98','\xaa','\xa2','\x86','\x63','\x63','\x41','\xce','\x44','\x1e','\xbe','\x13','\xed','\x48','\xd1','\xc9','\xea','\x9b','\x60','\x78','\x34','\x28','\x43','\xd8','\x72','\x9f','\x4f','\xee','\xf9','\xdc','\xbf','\xdd','\xf0','\xf6','\x4d','\x14','\x20','\x20','\xe0','\x78','\x74','\xfc','\xf8','\xbe','\xe3','\xfb','\x9f','\x3b','\x1e','\x66','\xf5','\xd9','\xf5','\xac','\x2b','\x17','\x74','\x72','\x2d','\x7e','\x9e','\xbb','\x03','\xc7','\xe2','\x0d','\x25','\x2c','\x03','\x19','\x18','\x9a','\xa0','\xf5','\xfe','\x5c','\xac','\x6d','\xe2','\xd9','\x01','\x82','\xcf','\xd5','\xf0','\x4d','\x3d','\x33','\x3c','\xc1','\x73','\x74','\x9b','\xee','\x1b','\xe6','\x5f','\x8b','\xdf','\xce','\x39','\xd8','\x64','\x91','\xe1','\x8c','\x4f','\xf8','\xa7','\x95','\x7c','\xff','\xc9','\xa4','\x20','\xd7','\x4f','\x2f','\x04','\x9f','\xec','\xba','\xc4','\x18','\x84','\xa0','\x3d','\xb9','\xa1','\x33','\x83','\xf9','\x86','\xfb','\x9b','\x2a','\xf5','\x24','\xd3','\x69','\x4a','\xa4','\x2b','\x8a','\xb7','\x1d','\x1d','\x1b','\x03','\x2a','\xde','\x48','\x34','\x39','\xeb','\x4d','\xb5','\x66','\x16','\x22','\xdf','\x72','\xe3','\x34','\x62','\xd3','\x16','\x88','\x62','\xc7','\x19','\x94','\x84','\x17','\xed','\xaf','\xed','\x37','\x99','\x6b','\x28','\x40','\xe8','\x38','\x48','\x85','\xa0','\xce','\xd3','\x7d','\x3b','\x9e','\x60','\xf6','\x5c','\x18','\x29','\x28','\x2e','\x31','\x88','\x93','\x10','\x94','\x97','\x58','\x05','\x82','\xce','\x2c','\x79','\x7d','\x3c','\x9c','\xb7','\x2a','\x73','\xf9','\x08','\xe5','\x86','\x4f','\xe2','\x1a','\xda','\x28','\x55','\xcb','\x8c','\xa4','\x93','\x26','\x98','\xfc','\x13','\xd6','\x2d','\x37','\x52','\x19','\x40','\xfb','\x3c','\x02','\xe7','\x08','\xee','\x3f','\xd0','\xbb','\x44','\x90','\x23','\xe3','\x03','\xec','\xfe','\xf0','\x6d','\xc3','\xed','\xd6','\xd5','\x93','\xa4','\x39','\x4e','\x12','\x4d','\x3b','\x05','\xfd','\xb0','\x79','\x2b','\xe0','\xe4','\x80','\x1c','\xaa','\xbd','\x40','\x39','\x9c','\xd6','\x86','\xcd','\x84','\x1d','\x2a','\x63','\x5e','\x48','\x3b','\x13','\xc4','\x70','\x12','\x72','\xd2','\x32','\x40','\x9b','\xf2','\xa7','\x85','\xd6','\x1a','\xb3','\x1c','\x9d','\xfa','\xd0','\x9c','\xbc','\x2b','\xbc','\x9b','\xf2','\xb8','\xf6','\x91','\x94','\xa2','\x89','\x0e','\xd7','\xfd','\x28','\x54','\x7b','\x1c','\xe6','\x2a','\xef','\x77','\x2d','\x3f','\x83','\x74','\x96','\x26','\x22','\xaa','\x6b','\x76','\xd5','\x0f','\x5f','\x57','\xe0','\xf5','\xe3','\xf3','\xe1','\xac','\xea','\x3b','\x1a','\x5a','\x2b','\x98','\x47','\x4b','\x21','\x9d','\xfe','\x9e','\x01','\x5a','\x2a','\x17','\x74','\xb6','\x98','\xb3','\x9f','\x59','\x85','\x7f','\x87','\xe5','\x11','\xec','\x18','\x6a','\x79','\x56','\xdc','\x81','\x0e','\x82','\x59','\x8a','\x86','\xfe','\x13','\x3c','\x65','\x9c','\x6a','\x5b','\xb1','\xb5','\x1a','\x04','\xc1','\xbc','\xd9','\x2e','\xc3','\x60','\xf7','\xde','\xb1','\xef','\xbb','\x4b','\x89','\xdb','\xb6','\x9d','\x4a','\xa0','\x5f','\x56','\x08','\x21','\xe1','\x0d','\xc4','\x3a','\x22','\xdc','\xc4','\xc1','\xe8','\x87','\x84','\xff','\xb5','\x64','\xa2','\xae','\x89','\x69','\xa1','\x35','\xd9','\xb6','\x7a','\x11','\xb4','\x77','\xc6','\x43','\xa3','\x31','\xbd','\xff','\xb9','\xe3','\xfd','\x5d','\xdd','\xda','\xc6','\xf7','\x35','\x3a','\x5b','\x68','\x7c','\xab','\xa5','\xc7','\x13','\xce','\x01','\x3e','\x2e','\x73','\xbb','\x93','\xfb','\x53','\x59','\x83','\x11','\x21','\x00','\xb3','\xb6','\x88','\x5a','\x68','\x59','\xed','\x2e','\x4f','\x6e','\xdf','\x73','\xb8','\x68','\x47','\xd2','\xcf','\x09','\xf1','\xfc','\xab','\x39','\x85','\x44','\xe3','\xed','\xeb','\xd5','\xf0','\x2e','\x0f','\x32','\xa3','\xe0','\x11','\xa1','\x29','\x03','\x81','\x62','\x4c','\x9f','\xb9','\x7c','\x4e','\xcc','\x96','\x23','\x5a','\x45','\x93','\xf9','\x22','\x2c','\xd7','\xba','\x40','\x32','\x8f','\x26','\x42','\xea','\xa7','\x2c','\x31','\x96','\x85','\x08','\xd8','\x5e','\x6b','\x1b','\x8e','\xd0','\x63','\x00','\xfe','\xb2','\xf7','\xcb','\xec','\xda','\x8e','\xae','\xd9','\xe0','\x2d','\x63','\xb2','\x24','\x38','\x85','\x0a','\xe0','\xea','\x02','\xb9','\x85','\x5f','\xee','\x47','\xcb','\x0a','\x67','\x5d','\xd6','\xfb','\x07','\x15','\x5a','\x00','\xda','\xc8','\xa0','\x50','\x83','\x23','\x5e','\xb9','\x00','\x0e','\x50','\xa7','\xd0','\x90','\x49','\x4b','\xf1','\x8e','\x6d','\x36','\xc1','\xb5','\xb1','\xf7','\xb7','\x0d','\x6f','\x6f','\x37','\xbc','\xfd','\xa1','\x77','\x7e','\x6e','\x62','\x86','\xdd','\x1f','\x07','\x7e','\xfc','\xb9','\xe3','\xfb','\xbf','\x1f','\xf8','\xf1','\x5d','\xee','\x08','\x76','\x97','\x7c','\x56','\xd2','\xc0','\x6a','\x12','\xc3','\xf7','\x09','\x2e','\x4f','\xea','\x7d','\xa4','\x30','\x84','\x91','\xb5','\x46','\x07','\xa0','\x08','\xa5','\x4c','\x2b','\xbf','\x67','\xc6','\xca','\x5c','\x8a','\x23','\x0c','\x78','\x1a','\x1a','\xc5','\x9a','\x59','\xd3','\x12','\xbc','\x23','\x72','\x53','\xe5','\x1e','\xff','\x89','\xe1','\xb0','\x7f','\xa6','\x30','\x52','\x34','\xa3','\xc2','\x30','\x6b','\x39','\xd9','\xdb','\xcc','\x2c','\xf6','\xce','\x50','\x93','\x1a','\x3a','\x37','\x0d','\xdf','\x7c','\xc3','\xed','\x66','\xee','\x70','\x4d','\xac','\x3a','\x89','\x0e','\x09','\xae','\x11','\x65','\xca','\xc6','\x0d','\xec','\x09','\x53','\x29','\x75','\x6d','\x1a','\x59','\x16','\xab','\x32','\x93','\x7f','\x6e','\x5d','\x43','\xc8','\x43','\x61','\x61','\x80','\xcb','\xa2','\x14','\x6d','\x12','\x1c','\x1b','\xd4','\x24','\x88','\x8f','\x8e','\xbd','\x37','\xf6','\x7b','\x77','\x9f','\x59','\x39','\xd0','\x28','\xf4','\xa3','\x30','\xce','\xd2','\x39','\xf9','\x31','\x23','\xad','\x60','\xe3','\xed','\x5d','\xa2','\xab','\x19','\x3f','\xc0','\xdc','\xd0','\x7a','\xf7','\xd4','\x70','\xcf','\xe0','\x50','\x84','\xa7','\x38','\xcf','\x4e','\xdb','\xcb','\x10','\x07','\x41','\x0c','\x79','\x6d','\xd4','\x82','\xaf','\x97','\xd2','\x1b','\x41','\xff','\xf1','\xd7','\x45','\x39','\xaa','\x2d','\x1e','\xad','\xa3','\x35','\xc2','\xb1','\x37','\xdc','\xee','\x8c','\xc3','\x22','\xbb','\x6a','\x78','\x7d','\xcf','\xe7','\xd7','\xa0','\xf7','\x7d','\xd4','\x5d','\xd2','\x68','\x9b','\xf5','\x4d','\x90','\xfb','\x61','\x36','\xb4','\x38','\xa2','\x28','\x07','\xd5','\x99','\xc8','\xba','\x10','\xbc','\xf8','\xc2','\x79','\xfb','\x6d','\xf1','\x32','\xde','\x2d','\x0c','\xa8','\x79','\xcf','\x28','\x5d','\x4d','\x3c','\x50','\x16','\x8c','\x46','\x01','\xc8','\x7e','\xaf','\x34','\x1d','\xd1','\x70','\x19','\xc0','\x4a','\xb5','\x14','\x4f','\x16','\x46','\xa6','\xb9','\x0c','\xfc','\xcb','\xb2','\x9c','\xe0','\xe2','\x95','\xe8','\x5e','\x48','\x52','\x19','\x6f','\x6a','\x8b','\xc6','\x75','\x7c','\xa1','\x8c','\x73','\x19','\xbe','\xbf','\x64','\x94','\xb0','\xe1','\xbc','\xa8','\x30','\x7f','\x46','\xb6','\xd8','\x69','\xca','\x70','\x46','\x13','\x2f','\x38','\x3d','\xf6','\xdf','\x68','\x12','\x48','\xd3','\xce','\x79','\xc2','\x68','\x30','\x83','\xd0','\x40','\x1a','\x74','\x85','\xb2','\x20','\x8f','\xeb','\x6d','\x3b','\x86','\x20','\x08','\xa2','\x30','\xe8','\x13','\xfd','\x02','\x92','\x00','\x94','\x63','\x66','\x9b','\xb4','\x24','\x41','\x11','\x86','\x37','\x5e','\x20','\xd0','\x6e','\x92','\x9a','\x84','\x9a','\xc5','\x86','\x2d','\x04','\x9f','\x7e','\x44','\xb0','\x01','\xbf','\x04','\xee','\x9a','\x0e','\x56','\x26','\x85','\xd0','\xb6','\xcd','\x2d','\x28','\x20','\x78','\xa2','\xc8','\xf7','\x1f','\xdd','\xb3','\xaf','\xbb','\x6b','\xca','\xbb','\x44','\x6e','\xe3','\xc3','\xde','\xaf','\x51','\x9c','\x6e','\xca','\xe0','\x98','\x05','\xc6','\x2e','\x52','\xb6','\xc4','\xd4','\xf6','\x0e','\xbd','\x7c','\x8a','\x2a','\xfc','\x1c','\x71','\x5f','\xc3','\xb5','\x53','\xca','\x78','\x6d','\xea','\xc6','\x16','\x77','\x84','\x28','\x5c','\x13','\x5a','\xb8','\x29','\x64','\xe0','\xe1','\xf4','\x21','\xb1','\xe3','\x7f','\x13','\xe6','\xe1','\x9c','\x18','\x96','\x31','\xd2','\x30','\xdc','\xe1','\xe4','\x4f','\x88','\x80','\x06','\x06','\x8b','\xeb','\x5f','\xc3','\xed','\x59','\x3b','\x95','\xdb','\x18','\xad','\x38','\x93','\x50','\x93','\x10','\x7e','\x5d','\x4b','\x59','\xe8','\xd0','\x3e','\x71','\x10','\xd4','\xa1','\xff','\x34','\x88','\x78','\x93','\x05','\x1d','\xf7','\xd2','\xa6','\x60','\xf6','\x88','\xf2','\x84','\x74','\xc7','\x47','\xe0','\xda','\x05','\x9f','\xc4','\x28','\x8a','\xef','\xab','\xc1','\x46','\x1c','\xfa','\xec','\x9f','\xbb','\x5c','\xd2','\x54','\xbe','\x54','\xa0','\x59','\x35','\xf6','\xb3','\x42','\xf8','\x17','\x4b','\x5c','\x23','\x1c','\x09','\x41','\x66','\xb8','\xfb','\x09','\xf4','\xf2','\x37','\x6b','\x64','\x38','\x37','\x8d','\xc7','\xe0','\x33','\x73','\x60','\x77','\x7e','\xbe','\x7d','\xbb','\xe1','\xed','\x9b','\xb8','\xbc','\xdd','\xbf','\xdd','\xe4','\xd2','\x77','\x97','\x9c','\x5f','\xdf','\xff','\x7c','\xe0','\xfb','\xbf','\x1f','\x78','\x7c','\x57','\x97','\xb7','\x9c','\xab','\x6b','\xe2','\xfa','\x9f','\x0f','\xfe','\xf2','\x6c','\x2f','\x9f','\xd3','\xfc','\x35','\x2d','\x84','\x91','\x26','\x4a','\x70','\x44','\xa6','\x50','\xc1','\x20','\xcc','\xa8','\xa2','\x81','\x19','\xd8','\x2d','\xb4','\xb2','\x85','\xdc','\x4f','\xcc','\x0b','\x30','\x13','\xdf','\xe5','\x70','\xf4','\x1c','\x4d','\x3e','\xd8','\x03','\xde','\x48','\x7c','\xd8','\x7f','\x74','\x71','\x6c','\xc7','\x99','\x79','\x48','\x3f','\x8e','\x78','\x12','\xf0','\x85','\x16','\x86','\x96','\xf4','\x6e','\x0d','\x6b','\xf8','\xfb','\xc3','\x2d','\x3a','\xb7','\xa4','\x38','\x93','\xe6','\x48','\x83','\xe8','\x68','\x74','\x37','\xf5','\xdd','\xdf','\x6e','\x04','\xa0','\x79','\x5e','\x1f','\x00','\xaa','\x68','\x51','\x66','\x5a','\xb8','\x79','\x77','\xb3','\x6e','\x9b','\xf6','\x7b','\x48','\x8e','\xa0','\x8c','\xb1','\x8b','\x75','\x0b','\x0a','\x3e','\xad','\x61','\xd3','\xdf','\xc5','\xed','\xbb','\x83','\x3a','\x01','\x8d','\xc1','\xa3','\x13','\x7f','\x7a','\xb7','\x9e','\x41','\x2a','\x3f','\x93','\x37','\x0e','\x38','\xf2','\x1e','\x17','\xce','\xab','\x73','\x12','\xae','\xc3','\x12','\xd6','\x1a','\x83','\x35','\x07','\x4f','\x83','\xba','\x92','\xed','\xec','\x7d','\x04','\xed','\x71','\x22','\xef','\xdf','\xc5','\xe5','\xd8','\x84','\x1f','\x01','\xea','\xcc','\xd7','\x16','\x5a','\x34','\x36','\x57','\x18','\x74','\x79','\xa9','\x37','\xa8','\x65','\x2a','\x18','\x42','\xe1','\x15','\x74','\xdd','\xcc','\xa2','\x03','\x51','\x86','\xb5','\x87','\x26','\x2b','\xbf','\x77','\xe1','\x21','\x9a','\xa5','\xb4','\x08','\x7e','\xc7','\x5c','\xfc','\xba','\x5b','\x00','\xe3','\xdc','\x12','\x25','\x46','\xd5','\x04','\x30','\xeb','\x33','\xc3','\x97','\x8e','\xd4','\xc6','\xbc','\xa2','\xc1','\x9c','\xd6','\xd5','\x7e','\xf0','\x7b','\x92','\x03','\x8e','\x8b','\xa8','\xbb','\x55','\x21','\x1c','\x46','\x1a','\x9e','\x78','\x1c','\xff','\x98','\xf7','\xa0','\xf4','\x9d','\x1e','\x4c','\x9f','\xc7','\x7a','\x4f','\x8a','\x37','\xaf','\xf3','\xae','\xe0','\xbc','\xaa','\x7a','\xd5','\x6d','\xfd','\xe9','\x43','\xbf','\xbf','\x30','\xe0','\xb2','\xae','\xeb','\xf7','\x84','\xff','\x48','\x82','\x35','\xd5','\xa9','\xbc','\x62','\xc4','\x90','\x2a','\x8b','\xf3','\x37','\xd5','\x49','\xf0','\x3b','\x45','\x9b','\xf3','\x57','\xa7','\x07','\xe9','\x68','\xc6','\x0c','\x4e','\x86','\xe5','\x0a','\x37','\x22','\x34','\xb0','\xe7','\x42','\x43','\xb2','\xe8','\xae','\xde','\xcd','\x53','\xe8','\xc7','\x9c','\x04','\xf5','\xf1','\x78','\x2c','\x93','\xa3','\x16','\xc7','\x38','\x0b','\x7f','\x6d','\x83','\xf8','\xea','\x44','\xa8','\x13','\x03','\x67','\x97','\x38','\x2d','\x13','\x76','\x97','\xbc','\x27','\xfd','\x88','\xbb','\x3c','\x36','\x16','\x20','\xac','\x3c','\xd9','\x5a','\x02','\x68','\xc4','\x1c','\x0b','\x41','\x9b','\xfc','\xf1','\x2d','\x0c','\xad','\xf4','\xad','\x42','\xc8','\xb7','\x86','\xfb','\xbd','\xe1','\xfe','\x4d','\x12','\x18','\xfa','\x5d','\x9e','\x5b','\x35','\x37','\x1b','\xe3','\xdc','\xd3','\x98','\x72','\xa0','\x05','\x00','\x71','\xb0','\x39','\x31','\xae','\x94','\x12','\x3c','\x95','\x68','\x2f','\xc9','\x27','\x7b','\x74','\x6b','\x4b','\xed','\x8c','\x7b','\xfb','\x4c','\xfe','\xfc','\x2d','\xe5','\x0c','\xe0','\xae','\x7e','\xe3','\xfa','\x7b','\xd1','\x9a','\x5c','\x01','\x30','\xaf','\x7f','\x97','\x16','\xc8','\x19','\x2c','\x00','\x15','\xa9','\x72','\xea','\xc3','\x3e','\x97','\xba','\x5c','\xdf','\x81','\x11','\x67','\xae','\xf5','\x87','\x21','\x8e','\x87','\x37','\x13','\x59','\xd7','\x90','\xaf','\x86','\x0b','\x78','\x44','\x3f','\x13','\xcc','\x5d','\xe8','\xf1','\x10','\xeb','\x41','\xe8','\x9b','\xf9','\xbe','\x52','\x43','\xba','\x5f','\x1c','\x85','\x46','\xb2','\x3f','\xaf','\xdf','\x17','\xcb','\x16','\xa5','\x2c','\xe5','\x9e','\x67','\x1d','\x5e','\x10','\x97','\xaf','\x28','\xbc','\x6a','\x7f','\xd0','\xb2','\xb9','\xc9','\x5d','\x2d','\x6a','\xbd','\xab','\x70','\x6a','\xd6','\x36','\x37','\xcd','\xab','\xeb','\xec','\x5d','\x82','\x1c','\x7c','\xfb','\xd7','\x1d','\x6f','\x7f','\xdc','\xf0','\xf6','\x26','\x0a','\x0c','\x66','\xe0','\xf1','\x38','\xf0','\xfd','\xdf','\x0f','\xfc','\xf9','\xbf','\xdf','\xf1','\xfe','\x63','\x8f','\x08','\x5c','\xc3','\x74','\x7d','\x28','\x13','\x60','\x54','\xe9','\xf9','\xfa','\x0c','\xb1','\xbf','\x31','\x4f','\x72','\x68','\x72','\x78','\x40','\xca','\x1c','\x19','\x9e','\x6c','\x2a','\x80','\x18','\x63','\x98','\xf7','\xcf','\x5e','\x97','\x08','\x94','\x86','\xe3','\x3a','\x8c','\x56','\x38','\x73','\x0c','\x54','\x04','\xee','\x00','\x97','\xef','\xb7','\x04','\x14','\x7a','\xcd','\x9f','\x15','\x98','\xff','\x83','\x0a','\x03','\x9a','\xf3','\x89','\x62','\xed','\x18','\x33','\x61','\x74','\x30','\x89','\x10','\xcb','\xcc','\x00','\x53','\x07','\x1e','\xf0','\x77','\x81','\x3b','\x6e','\x8d','\x35','\x07','\x8e','\x0a','\xf7','\xa4','\x6e','\x60','\x9a','\xa4','\x53','\x8a','\xdc','\xd5','\x69','\x9c','\x02','\xe7','\x28','\x17','\x2e','\xee','\xa1','\xf2','\xbd','\x59','\x55','\x06','\xc8','\xef','\xf7','\x30','\xe8','\x18','\xb6','\xce','\x10','\xa2','\xb5','\x41','\x00','\x1a','\x49','\x50','\x85','\x0d','\x60','\x45','\x60','\xdc','\x35','\xf8','\xc0','\x57','\x6d','\xbc','\xe1','\x70','\x15','\x1c','\xd6','\x81','\x3f','\x54','\xc1','\x41','\x1c','\x56','\x48','\xc5','\xaf','\x4c','\x92','\xd1','\xbe','\x58','\x72','\x12','\x83','\x66','\xcf','\x3c','\x16','\x41','\x52','\x0e','\xc8','\xef','\xc3','\x3c','\x2c','\xdf','\x55','\x3a','\xad','\x2e','\x18','\xd9','\x51','\xd0','\x35','\xe2','\x43','\x5a','\x10','\xab','\x1b','\x22','\xc4','\x7c','\x66','\x5e','\x91','\x02','\x5b','\x80','\x24','\x07','\xdc','\xde','\xb1','\xdd','\xba','\x46','\x8f','\x23','\xcf','\x2d','\x34','\x09','\x42','\x44','\x00','\x7a','\x09','\xe0','\x62','\x21','\x8a','\x19','\xca','\xaf','\x12','\x74','\xdd','\xa2','\xbf','\x34','\x99','\x49','\xc0','\xab','\x74','\x31','\xe8','\x63','\xe6','\x7b','\x26','\xe5','\x47','\xde','\xa7','\x44','\x2b','\x4b','\x87','\x5e','\x2f','\xf5','\x3d','\x0e','\xe8','\x55','\xb8','\x79','\x11','\xb4','\x0a','\xc8','\xae','\x5e','\x7f','\xa5','\x9d','\x27','\x75','\x3e','\x46','\xee','\x56','\xb5','\x3e','\x77','\x4e','\x46','\xde','\xea','\x79','\x2b','\x6b','\x08','\xa8','\x6d','\xac','\x7f','\xe3','\xb4','\x86','\x4b','\x27','\xef','\x44','\x53','\x32','\x8c','\x98','\xd0','\x3f','\x7b','\x39','\x24','\xf8','\x77','\xe5','\xb4','\x5a','\x5f','\xa9','\x4b','\x7e','\x2d','\xed','\x8b','\xc8','\xce','\xe4','\x3c','\xfa','\xd0','\x8d','\xcc','\x9b','\x6c','\x32','\xc4','\xa5','\x0b','\x5c','\xf6','\x91','\x13','\x41','\xe0','\x24','\x7b','\xea','\x4a','\x52','\x36','\x46','\xc3','\xaa','\x3c','\x81','\x00','\x8f','\xd2','\x66','\x2e','\x40','\x7a','\xf1','\xbb','\xab','\x10','\x44','\x80','\xe7','\xcb','\x69','\x29','\xd0','\x80','\x15','\x89','\xbc','\x74','\xe0','\xf1','\x23','\x59','\x78','\xd4','\x2d','\xae','\x7b','\xc2','\x41','\x59','\x88','\xed','\xd6','\x70','\xb7','\xe8','\x4d','\x7f','\xdc','\x25','\x29','\x99','\x07','\x17','\xa8','\x03','\x65','\x98','\x96','\x2d','\xdc','\x3e','\x7a','\xef','\xea','\xb2','\x54','\xa3','\xb7','\x19','\xf3','\xd4','\x48','\x18','\xd7','\xdb','\xdb','\x56','\x22','\xb5','\xe5','\xcc','\xd0','\x64','\xbb','\x6f','\xc8','\x76','\x3a','\xed','\xd6','\xff','\xa2','\x2c','\x68','\xe3','\x6b','\x40','\xfe','\x45','\x85','\x97','\x1f','\xcf','\xab','\x2d','\x99','\xb9','\x8b','\x06','\x5c','\xb5','\x10','\xbf','\x4f','\xc2','\x87','\x3e','\xcc','\x42','\xcd','\xe4','\x67','\xac','\x95','\x5c','\x90','\x74','\x64','\xcb','\xa5','\xcd','\x71','\x40','\xd9','\x5c','\x7d','\x35','\x3c','\x3f','\xb8','\x05','\xe9','\x33','\x5c','\x78','\x1d','\x09','\x01','\x23','\xdc','\xdc','\x8e','\x08','\xba','\xe1','\x49','\xf9','\x00','\x87','\x0d','\x61','\x54','\xe7','\xf0','\xb5','\xd3','\x98','\x57','\xb0','\x30','\x4e','\xe9','\x0b','\x8a','\xad','\xfb','\xaf','\x14','\xa8','\x3e','\x5b','\x4e','\x51','\x37','\x8d','\xf0','\x12','\xeb','\xec','\xb9','\x81','\x54','\x8b','\xca','\x9d','\x70','\x90','\x30','\xa3','\x44','\x00','\x6d','\x9a','\xb7','\xeb','\xd6','\x04','\x4f','\xfc','\xeb','\x8e','\x3f','\xfe','\xd7','\x4d','\xee','\xc4','\x10','\xa1','\x1f','\x8c','\xf7','\xf7','\x03','\x3f','\xfe','\xfd','\xc0','\x9f','\xea','\xf6','\x76','\xec','\xfd','\x74','\x91','\x42','\x04','\xe0','\xfc','\xa0','\x0c','\xfc','\x43','\x84','\xf7','\xa4','\x8d','\xb9','\x21','\x72','\x77','\x60','\x77','\xab','\x35','\x81','\xb0','\x43','\x03','\x33','\xc8','\xb8','\x8a','\x80','\xc2','\x08','\x65','\x53','\xd2','\x20','\xfb','\xfd','\x1e','\xaa','\xae','\xb9','\xa9','\x3b','\x15','\x8e','\x94','\xa9','\xf4','\xce','\xb4','\x8a','\x9d','\x43','\x1e','\x81','\x79','\x2e','\xbf','\x0d','\x9f','\xfd','\xc5','\xc5','\xb1','\x51','\x42','\x72','\xe1','\x26','\xa7','\x7b','\xa8','\xeb','\x5c','\xb6','\x59','\xd7','\xf1','\xd8','\x8f','\xf4','\x9c','\x80','\xe4','\x0e','\x67','\xf4','\x8c','\xd4','\x7a','\x63','\x38','\x08','\xda','\x3e','\x6f','\x49','\x30','\x36','\x66','\xdd','\x18','\x63','\x13','\x7c','\x0e','\x49','\x54','\x78','\x74','\x65','\x36','\x92','\xca','\x35','\x6b','\xf5','\x7d','\x1a','\x64','\x77','\x8c','\x44','\x10','\xa3','\x2d','\xc6','\xd6','\xd1','\x24','\xac','\x42','\x37','\xa1','\x24','\x09','\x08','\xb1','\x18','\xd1','\xb6','\x01','\x15','\x9b','\xcb','\xb7','\xcc','\x47','\x04','\xf8','\xbc','\x80','\x75','\xfd','\x66','\x9e','\x4a','\xde','\xeb','\x08','\x57','\x38','\x82','\x9c','\xf3','\xc6','\x1a','\xe6','\xa1','\x2b','\xbc','\xd6','\xd5','\x8c','\x66','\x75','\xea','\xcf','\x70','\x70','\xed','\x3b','\xd5','\xd6','\xf3','\x32','\x6b','\xee','\x23','\xe7','\x98','\x08','\x42','\x51','\xd7','\x05','\x29','\x5d','\x57','\x3a','\x34','\xc2','\xdf','\xa3','\x7b','\x34','\xd8','\xe3','\xa6','\x91','\x67','\x2d','\xda','\xec','\x16','\x16','\xde','\x6d','\x23','\xb0','\x5a','\xaa','\xdd','\x3d','\xce','\x94','\x83','\xea','\xa2','\xe0','\x0a','\x21','\xd4','\x20','\x09','\x66','\xa8','\xe3','\x71','\x6b','\xcc','\x62','\xe3','\x96','\x1d','\x1d','\x9f','\xd1','\xd5','\x59','\xa9','\x5e','\xe6','\xcb','\xc3','\x1e','\x8f','\x7b','\xbe','\xe4','\x17','\x4e','\xf8','\xa3','\xa1','\xe9','\x9f','\x2f','\x57','\x44','\xee','\xa3','\x7d','\xe4','\xfa','\x27','\x34','\xe1','\x97','\xe1','\xb8','\xab','\x86','\x7f','\x96','\x88','\x0f','\xfc','\x5f','\x99','\x47','\x09','\x28','\x24','\x1d','\x15','\x83','\xd3','\xc4','\x7b','\xa5','\xc1','\xf0','\xfc','\x28','\x9e','\x9b','\xc2','\x47','\x14','\x76','\x46','\x83','\x5c','\x5d','\xa0','\xe7','\x72','\xe9','\x4e','\x4c','\x72','\x7d','\x60','\xf4','\x40','\xb8','\xdd','\x6e','\x45','\x78','\xb2','\x32','\x59','\x80','\x4c','\xf8','\x21','\x22','\x1c','\xc7','\xf1','\xf3','\x9c','\x10','\x87','\x5f','\xb8','\xe4','\x35','\x61','\x4f','\xf4','\xc8','\x2a','\xf4','\xf8','\x20','\xb7','\x06','\xba','\xab','\x56','\x2a','\x21','\x10','\x13','\x78','\x8e','\x5d','\xa2','\x65','\x3d','\x34','\x78','\x81','\x85','\xab','\xee','\xea','\x7b','\x6c','\xd1','\xda','\xee','\x1e','\xb5','\xa9','\xde','\xe9','\xb9','\xab','\x36','\xd7','\xe3','\xed','\xf3','\x70','\x87','\xc7','\x05','\x1d','\x4e','\x17','\x4b','\xb9','\xec','\xd5','\x96','\x82','\x13','\xb4','\x14','\xc0','\xe0','\x76','\xdb','\xd0','\x6e','\x61','\xe1','\x99','\x82','\x17','\x18','\x93','\x11','\x5f','\x97','\xc5','\x61','\x69','\x51','\xf1','\xf7','\x30','\x09','\x09','\x03','\x2a','\xc0','\xcc','\x9a','\xaf','\xfa','\x31','\x00','\x71','\x1e','\xe1','\x84','\xcb','\x06','\xb5','\xfd','\x14','\xba','\x32','\xbd','\xe0','\xb4','\x56','\xff','\x33','\x02','\x5c','\x84','\x1e','\xe6','\xd2','\xc7','\xda','\xd2','\x33','\x0f','\x6d','\xb4','\xf8','\x8c','\x73','\xe3','\xf4','\x4f','\x21','\x62','\xda','\x7f','\x6c','\x51','\x30','\x99','\x6c','\x30','\xdd','\xbb','\x0b','\xe3','\xbb','\xba','\x70','\x46','\xee','\x28','\x15','\x9c','\xb7','\x64','\xcd','\xcc','\xdc','\x68','\x46','\x1a','\x23','\xb7','\x6f','\x84','\x71','\x1c','\x33','\x7e','\x1e','\xcf','\x7d','\xa4','\xbd','\x25','\xce','\xfa','\x68','\x23','\x3f','\x51','\x46','\x98','\x3a','\xed','\xc6','\x35','\x15','\xfa','\xc7','\xef','\x09','\x02','\x96','\xf3','\x84','\x5a','\x24','\x2f','\x7e','\x7b','\xbb','\xe1','\xdb','\xbf','\x6e','\xf8','\xe3','\x5f','\x37','\xdc','\xdf','\x6e','\x68','\x8d','\xe4','\xbe','\xcf','\xf7','\x5d','\xfe','\xfb','\x73','\xc7','\xfb','\x8f','\x87','\x06','\xab','\x08','\x65','\x84','\x0d','\x2a','\xe8','\x00','\xf9','\x33','\x1b','\x61','\xde','\xca','\xe0','\xe1','\x32','\x69','\x18','\x67','\xb1','\xd6','\x6f','\x0f','\xab','\xe0','\xe8','\x99','\xa8','\x0a','\x3f','\x9b','\x27','\x5a','\x54','\x9c','\x66','\x4c','\x4b','\x1a','\x53','\x3d','\x00','\xa6','\x9d','\x96','\x30','\xcb','\x9e','\x5f','\x8d','\xd2','\x1a','\xe7','\xb9','\x69','\xcf','\xc6','\xa8','\x3a','\x61','\x4a','\xe7','\xb8','\xb3','\xe5','\x36','\xab','\x5d','\x3a','\xe7','\x5d','\x17','\xe9','\x3f','\xb2','\xd4','\x9d','\x9f','\x67','\x1b','\xe8','\x90','\xeb','\x7d','\x58','\x13','\xe8','\x39','\xf0','\x0f','\x93','\xe4','\xb3','\xe2','\xbd','\x87','\x21','\x08','\x00','\xbf','\x09','\xbd','\x33','\x5a','\x24','\x5c','\x35','\xe3','\xe8','\x62','\x11','\x38','\xb8','\x83','\x41','\xd8','\x18','\x92','\x6c','\x73','\x13','\xdf','\x7a','\x42','\xf8','\xe3','\x53','\xd3','\x1c','\x3a','\x8d','\x80','\x0e','\x67','\xce','\x37','\xad','\x8f','\xde','\xc1','\x5d','\xa2','\xc8','\x8d','\xde','\x0a','\x26','\xdc','\x98','\x55','\x46','\xce','\x97','\x58','\x90','\xba','\x38','\x9f','\x89','\x00','\x3e','\x32','\x13','\xc3','\x47','\xb2','\x7f','\x07','\x7f','\xff','\xd1','\xeb','\xa2','\x1e','\x7e','\xc2','\x4d','\x15','\xb5','\x86','\x33','\xbd','\xd9','\x2e','\x02','\x20','\x41','\xf2','\x28','\x35','\xd2','\xb9','\x68','\xac','\x3b','\xb9','\x03','\x67','\xb9','\x50','\xa0','\x8a','\x92','\x13','\x78','\x5c','\xe0','\x9b','\x62','\xa5','\xd5','\xce','\x33','\x75','\x8b','\xcf','\xec','\x2f','\x99','\x37','\x8b','\x2c','\x99','\x10','\x13','\xbb','\x6f','\xe4','\xae','\xf0','\x14','\xc2','\x50','\x58','\x51','\x54','\xb0','\x39','\x3a','\x76','\x4d','\xb0','\xda','\x92','\xcb','\xfe','\xed','\xd6','\x9c','\xff','\x30','\xa1','\xb5','\xab','\x74','\x12','\x2e','\xe0','\x9c','\x82','\x53','\xa4','\x7b','\xc5','\x6c','\x4b','\x19','\x1b','\x12','\x42','\x6a','\x4e','\x8a','\x59','\x69','\xeb','\x53','\xf7','\xaa','\x42','\x5f','\x83','\x76','\xd6','\x77','\x07','\x98','\x60','\x0c','\x73','\x07','\x46','\xbe','\x75','\xdd','\x6b','\xea','\x69','\xaa','\x10','\xb8','\xae','\xd0','\xd5','\x55','\x63','\x4f','\x68','\x56','\xa0','\xcb','\xd7','\xf0','\x96','\xc3','\x80','\xaf','\xf3','\xeb','\x44','\x91','\xcb','\x5f','\xae','\x0f','\x5f','\x6d','\x6a','\x58','\xde','\xd2','\x22','\xe7','\x9f','\x86','\xf9','\x2c','\x24','\xb6','\xf1','\x11','\x95','\x2d','\x9c','\x18','\xac','\x4c','\x5a','\xf4','\xfd','\x85','\x5d','\xe9','\x62','\x1d','\x7b','\x07','\x48','\x23','\x3a','\x12','\x18','\x44','\xe2','\xd2','\x6a','\x5e','\x1b','\xa6','\xce','\xf3','\xc1','\x69','\xb9','\x69','\x34','\xeb','\x0c','\x9f','\x4f','\xa3','\xc0','\x1d','\xc7','\x51','\x92','\x05','\x45','\x94','\x99','\x8c','\xa4','\x4f','\x98','\xaf','\x84','\xe3','\xb3','\x96','\x48','\x42','\x54','\xcb','\xa5','\xef','\x63','\x3f','\x3c','\xda','\x15','\x00','\x44','\xe0','\x02','\x4a','\x2e','\x62','\xe2','\x82','\xd6','\x7b','\x58','\x87','\x1e','\xef','\x07','\x7e','\x7c','\x7f','\x88','\xb5','\x27','\x87','\xa9','\xd6','\x7e','\x5b','\x23','\xbc','\x7d','\xbb','\x45','\x66','\xf6','\xfb','\x26','\xe1','\xaa','\xdf','\x1a','\xee','\x77','\xf1','\xdd','\x8f','\xc5','\x16','\xa4','\xb7','\x9b','\x70','\x03','\x75','\xbf','\xcb','\x2e','\x77','\x29','\xa2','\x8e','\x33','\x17','\x0d','\xd8','\x9a','\x45','\x85','\x13','\x0b','\x52','\xd6','\xb0','\x82','\x08','\xa3','\x74','\x99','\x2d','\x10','\xd3','\x19','\x23','\xc7','\x41','\x95','\x99','\xa3','\xb4','\x91','\x83','\x5c','\xf0','\x4b','\xcb','\x19','\xce','\x0f','\x4e','\xed','\xe4','\xb7','\xfc','\xfa','\x30','\x4f','\x1e','\x3e','\x0f','\xfc','\x56','\x59','\xad','\xd4','\x58','\x11','\x4c','\x14','\xe9','\xe6','\xcf','\xd3','\xb3','\xfc','\xfe','\x48','\x94','\xd9','\x5b','\x5c','\xe2','\x0f','\xab','\x3f','\xec','\x5c','\x08','\x59','\x79','\x5e','\x79','\x3f','\x1d','\x91','\x26','\xe1','\x45','\x85','\xe7','\xfd','\x71','\x78','\xe2','\xdc','\x9e','\x34','\x71','\x80','\x84','\x53','\x17','\x2d','\x29','\xb9','\xd5','\x87','\x12','\x20','\x14','\x82','\x92','\xce','\xda','\xef','\x00','\x81','\x7f','\x4a','\xf9','\xe8','\x5a','\x08','\x6e','\x66','\x67','\xd2','\xcd','\x15','\x4e','\x14','\x20','\x16','\x31','\xb2','\xe1','\xed','\xdb','\x0d','\x7f','\xfc','\xeb','\x8e','\x6f','\xff','\xba','\x8b','\xa2','\xa4','\x49','\x84','\xa6','\xf7','\xef','\x3b','\xfe','\xfc','\xdf','\x0f','\xc1','\x41','\xef','\x87','\x47','\xea','\x0b','\x01','\x1e','\xf3','\x61','\x18','\xce','\xb0','\xff','\x34','\x9e','\xf7','\x8b','\xb2','\x42','\xec','\xd1','\xa1','\xfd','\x16','\x96','\x2d','\x77','\x77','\xb3','\x10','\xba','\x66','\xfd','\xc9','\x67','\x62','\x6a','\x20','\xfd','\xe0','\xd6','\x48','\x00','\x1c','\x8c','\xd4','\xac','\x02','\x99','\x29','\x80','\x87','\xe8','\x47','\x30','\x51','\xdc','\xcd','\xa8','\xc0','\x35','\xf8','\xc1','\x2f','\x12','\x8a','\xff','\xf1','\x85','\xe1','\x51','\xbc','\xce','\x9c','\xbb','\xbc','\xaa','\xd2','\xc7','\x77','\xc5','\x55','\x9d','\x19','\x0c','\xa5','\x7d','\x29','\x07','\x1d','\x29','\xf3','\xea','\x02','\x04','\x03','\xac','\x02','\x40','\x83','\xe6','\x0a','\x32','\xf7','\x39','\x16','\x17','\x91','\xae','\xb8','\x88','\xa8','\x5e','\xdc','\x27','\x34','\x1c','\xb0','\x1b','\xca','\x54','\xe0','\x3e','\xce','\x18','\x5c','\x68','\x56','\x5f','\x12','\xd8','\xcd','\x6b','\xbb','\xd8','\xfc','\xa1','\xc0','\x4a','\xc6','\x38','\x35','\x4a','\xfc','\xd5','\xec','\xc6','\xb2','\xef','\x47','\xa1','\xb3','\x06','\xf7','\x44','\xc0','\x8d','\xef','\x00','\xba','\x9e','\xfb','\x26','\xd1','\xf0','\x55','\x98','\xb0','\x52','\xce','\xda','\x18','\x70','\xe6','\x05','\x86','\x93','\x87','\x4f','\x61','\xf9','\x89','\xf5','\x69','\x85','\x79','\x32','\x7c','\x2f','\x6d','\xb2','\xd2','\x06','\x8b','\xc8','\x17','\x53','\x0c','\x8d','\x81','\x2b','\x8c','\x3b','\x01','\x7b','\x8f','\xd4','\x1c','\xaa','\xe0','\x65','\x66','\xdc','\x34','\xf4','\xb9','\xbd','\x27','\x5e','\x8c','\xa2','\xf0','\xb5','\xa0','\x14','\xd9','\x82','\xc7','\x75','\x38','\xb0','\xc8','\x79','\xf2','\x88','\xe7','\xb1','\x1a','\x6f','\xe7','\x8f','\x17','\x44','\x75','\x81','\xaf','\xa2','\x9f','\xaa','\x8c','\x3c','\xc3','\x2a','\x69','\x88','\xf6','\x5a','\x6c','\xcd','\x08','\x3e','\x2b','\xba','\x3e','\x96','\x11','\xe6','\xae','\x2a','\x3f','\x01','\xcf','\xd5','\x10','\x9e','\x75','\x57','\x9b','\x3d','\x7f','\x7b','\x49','\x1b','\x6c','\xee','\xab','\xd7','\x5e','\x38','\x4a','\xd7','\xf4','\x66','\x76','\xb4','\x1e','\xfb','\x7d','\xda','\xb6','\x16','\x8f','\x17','\x52','\xf6','\x83','\xcb','\xfe','\x0f','\xba','\xef','\xa9','\xe7','\xd5','\x30','\x25','\xa7','\x69','\xc8','\x0c','\x44','\x82','\x5c','\x4c','\x59','\xb7','\x1a','\xe3','\xea','\xae','\xcf','\xea','\x19','\x30','\x04','\x41','\x38','\x8e','\xc3','\xc3','\x61','\x67','\x0d','\xe0','\x4b','\x82','\x26','\x43','\xdd','\x7c','\x8e','\x12','\xb8','\x20','\x4c','\xa8','\x32','\x81','\xfb','\xb7','\x1b','\xb6','\x86','\x08','\xf1','\xa8','\xa6','\x77','\x8b','\xd6','\x66','\x81','\x0b','\xde','\x7f','\x1c','\xca','\x4c','\xf6','\x12','\x65','\x89','\x1a','\x79','\x78','\xea','\x37','\x0b','\x62','\xf0','\xb6','\x49','\xd8','\xea','\x5b','\x98','\x84','\xfd','\x72','\xa8','\x11','\x88','\x43','\x34','\x62','\xfd','\x50','\xf7','\xbb','\xde','\xdd','\xdd','\x23','\x5b','\x7a','\x54','\x9e','\xf1','\x80','\x08','\xed','\x56','\x23','\xb7','\x79','\x10','\x83','\x93','\x3c','\x49','\x3c','\x32','\xb2','\xa9','\x0c','\xf8','\x6f','\xc9','\xe4','\xac','\x5e','\xfd','\xa5','\x8c','\xf0','\x64','\x91','\x49','\xdf','\x06','\xe1','\x2d','\x8f','\x7f','\x3c','\xd2','\xb4','\xfa','\x52','\x06','\x5c','\x47','\x9f','\x91','\xa7','\x11','\x53','\x6f','\x56','\x91','\x6b','\x5e','\x4b','\xb7','\xfa','\x8c','\x08','\x98','\xc7','\x6e','\x92','\xf6','\x68','\x44','\xf4','\xab','\x2f','\x1c','\x7a','\x89','\x48','\x90','\xab','\x23','\x1c','\xea','\x72','\x5e','\x23','\x1b','\x8f','\x76','\x23','\xb9','\x7c','\x44','\x48','\xdf','\x1f','\x29','\xb8','\x01','\x09','\x25','\x16','\xcb','\x43','\xf3','\x7c','\x3e','\x59','\x02','\xf6','\x6e','\x16','\xb4','\xb7','\x3c','\xfa','\x9b','\x32','\x8f','\x57','\x3c','\xfa','\x47','\xdf','\x7d','\xd6','\x4e','\x3e','\x33','\xd9','\x68','\xb8','\x84','\xbf','\xac','\xdf','\x32','\x06','\x50','\x31','\xbb','\xbb','\x8d','\xdc','\x1a','\xbe','\xfd','\x71','\xc3','\x1f','\xff','\xeb','\x4d','\x03','\x1e','\x88','\xdb','\xdb','\xbe','\x4b','\x98','\xeb','\x3f','\xff','\xfd','\xc0','\x8f','\x3f','\x45','\x01','\x73','\x58','\x94','\x2d','\x64','\xa5','\xcf','\x38','\xca','\xd0','\x5c','\x44','\xde','\x05','\x36','\xb0','\x2e','\x93','\xaa','\xfe','\xff','\x8b','\xa4','\x75','\x13','\x75','\x08','\x82','\xd5','\x12','\x7e','\x36','\x46','\xc8','\x15','\xe7','\x59','\xd9','\x90','\x08','\x59','\xd0','\xa7','\x32','\x08','\x57','\xe0','\xb8','\x62','\x86','\x74','\x6c','\x3e','\x15','\xe3','\x28','\x51','\xee','\x8f','\x8c','\x4d','\xf9','\xfc','\x92','\x22','\x67','\x72','\x8d','\x1e','\xce','\xeb','\x7f','\x82','\x90','\x7f','\x35','\x87','\x0b','\x16','\x63','\xa8','\x93','\xa3','\x23','\xd9','\x3b','\xba','\x90','\xb6','\x96','\x88','\xdf','\xfb','\xc1','\x10','\x4e','\xf9','\x10','\xd8','\x21','\xc4','\x1d','\xd4','\x8d','\x20','\x46','\x18','\x82','\xc4','\xfc','\x61','\xa7','\xcf','\x82','\x17','\x43','\xa8','\x41','\x8b','\xb3','\x20','\x70','\x05','\x71','\x0f','\x25','\xd9','\xef','\xb6','\xa9','\x18','\xcb','\x1d','\x8d','\x09','\x07','\x00','\xb1','\x56','\xd5','\x39','\xe7','\x63','\x47','\x30','\x37','\x3b','\x03','\x3e','\x8d','\x75','\x76','\x50','\x5a','\x91','\xa8','\x9b','\x17','\x72','\x01','\xf2','\x13','\xe5','\x18','\xdf','\x2d','\xae','\xfa','\x69','\x33','\x18','\x8c','\xf7','\xf7','\x77','\xdc','\xfa','\x06','\x89','\xb7','\xd6','\x34','\xb5','\x47','\x77','\xab','\x0b','\x4f','\xed','\x2f','\xfa','\x1a','\xea','\x3c','\x83','\x55','\xdf','\xf3','\x84','\xd8','\xb3','\xf5','\x8b','\x6a','\x65','\xf9','\xc3','\xc9','\xf5','\x54','\xab','\x12','\x71','\x78','\x92','\x24','\x9a','\x28','\xb8','\x2f','\xe8','\x23','\x33','\x5c','\x28','\x36','\x2b','\x20','\xb5','\x16','\x81','\x0f','\x1a','\x81','\xba','\xc8','\xb2','\x9d','\xc4','\x9a','\x94','\x69','\x8f','\xf7','\x5d','\x07','\x3d','\x4c','\x8a','\xf3','\x9f','\xba','\x0e','\x89','\x69','\x58','\x18','\x02','\x0a','\xdd','\xce','\x82','\x61','\xde','\xac','\x38','\x25','\x95','\xc6','\x7b','\x3b','\x59','\xf2','\x18','\x11','\xe9','\x47','\x8b','\xed','\xe7','\x02','\xd5','\xae','\x94','\xfd','\x79','\x9e','\x95','\x4b','\x7a','\xb9','\x3b','\xef','\x63','\x5a','\xb3','\xab','\xf7','\xf4','\xec','\xce','\x83','\x7c','\xbd','\xcf','\xa9','\xc1','\x67','\xb5','\x8b','\x15','\xb0','\x76','\xfb','\xac','\xbf','\x69','\xef','\x9d','\xe8','\x9d','\x77','\xc7','\xd3','\x81','\x8f','\x4e','\x2d','\x17','\xa2','\xb9','\xbd','\x98','\x00','\xb4','\x39','\xcd','\x5a','\x8f','\xae','\xbb','\xcb','\x41','\x94','\x7d','\xdf','\xc5','\xa3','\x6d','\x28','\xcb','\x20','\x08','\x66','\xfd','\x59','\xf9','\xcc','\x01','\x88','\x10','\xd0','\x8a','\x3d','\x2c','\x38','\xc0','\xb1','\x1f','\x12','\xbd','\x4d','\x05','\x8b','\xa6','\x08','\xd4','\x42','\xfa','\x9a','\xa5','\xc7','\x0e','\xc4','\x71','\x30','\xfa','\x43','\xa3','\xb5','\xfd','\x10','\x37','\x93','\xf7','\x1f','\x3b','\xf6','\xf7','\xc8','\xa3','\x43','\xb0','\xa8','\x4c','\xea','\xd6','\xf6','\x6d','\xc3','\xfd','\x4d','\xc3','\xd2','\xde','\xd5','\xf4','\xbb','\xb5','\xca','\x6c','\x78','\x88','\xea','\xee','\x66','\xe3','\x12','\xc8','\xc0','\x43','\x56','\xc3','\x01','\xdd','\x42','\x67','\x5b','\x78','\xea','\xed','\xb6','\xe9','\x7d','\xa1','\x56','\x08','\x84','\x13','\xf1','\x0c','\xc9','\x09','\xfb','\x8f','\x96','\xdd','\xd5','\x0a','\xae','\x88','\x86','\x3f','\x9f','\xb8','\xde','\x35','\x20','\xfe','\x14','\xc3','\x60','\x7d','\x14','\xc4','\x3e','\x90','\x99','\x15','\x12','\x3a','\x69','\xaa','\xd4','\xb7','\x87','\x5c','\x6b','\x8d','\xbf','\xc7','\xf2','\x55','\x41','\xc7','\xda','\x2a','\x0c','\x2b','\xdb','\xb3','\xd4','\x23','\xe7','\xbe','\x39','\x3d','\x1e','\x10','\xf5','\xc5','\x42','\xf1','\xa0','\x52','\xe2','\x71','\x2c','\xe3','\xbb','\x49','\x48','\x36','\xf7','\x9e','\xae','\xf7','\xd7','\x76','\xcd','\x4f','\x35','\x85','\x67','\x27','\x15','\x7a','\x52','\x58','\x6b','\x87','\x9f','\x81','\xb0','\xae','\x8e','\xdb','\x88','\xa8','\xbf','\xa4','\xd0','\x08','\xac','\xcf','\xea','\xe7','\xc1','\x2c','\x7e','\x3b','\x69','\xe6','\x77','\xca','\x6b','\x23','\x4d','\xcc','\xc7','\xc8','\x7e','\x8b','\x3b','\x2e','\xec','\x82','\x83','\x05','\x3c','\x30','\xe1','\x87','\xb2','\xf0','\xf3','\xbf','\xdf','\xf1','\xfd','\xdf','\xef','\x78','\xff','\x11','\x61','\xf3','\x8d','\x85','\x99','\x58','\xb9','\x91','\x60','\xba','\x26','\xf5','\x75','\x7a','\x5d','\x8e','\xfe','\xb0','\xe6','\xd6','\x86','\x79','\xb8','\x84','\x1b','\x65','\xb8','\x52','\xa2','\x8c','\x69','\x3c','\x37','\x8b','\xa2','\x63','\x34','\x4b','\xfa','\x59','\xce','\x31','\x1b','\x10','\x29','\xb3','\x5c','\xcf','\x2f','\xe6','\x8d','\xd6','\x67','\x26','\x2c','\xb2','\xa5','\xd7','\xe4','\x61','\xcd','\xfe','\x5b','\x52','\x49','\x2c','\x32','\x03','\x9c','\x0f','\x96','\xb9','\x7c','\xa8','\x50','\x6d','\x2b','\x28','\x21','\xb2','\x45','\xb3','\xd9','\xe8','\x70','\x1a','\xb8','\xf1','\xe6','\x77','\x53','\x41','\x00','\x8e','\x86','\xae','\x0a','\x49','\x89','\x90','\x64','\x91','\x0f','\xc4','\x32','\xd1','\x5a','\x36','\xe1','\xa9','\x15','\x10','\x64','\xe9','\x38','\xc4','\xa2','\xd4','\x09','\xdc','\x48','\x2c','\x3d','\x3d','\x18','\x97','\x29','\xa4','\xad','\x8e','\xd1','\x61','\x85','\xd4','\x1c','\xc5','\x1d','\x07','\x13','\x2c','\x0e','\xf5','\x04','\x07','\x27','\xb4','\x12','\xc8','\xcf','\x97','\x4e','\x34','\x21','\x94','\x8f','\xb4','\x8a','\xed','\x6e','\x33','\xa1','\xb5','\x0d','\xb7','\x6d','\x93','\x7b','\x40','\x8d','\xf1','\xe3','\xfb','\x3b','\x98','\x35','\xd8','\x07','\x23','\xd6','\xe0','\x5a','\x52','\xfd','\x10','\x52','\x2b','\xb4','\xb5','\x0c','\x9b','\xea','\x7c','\x55','\xbf','\x60','\xd1','\x2b','\x5d','\x1a','\x21','\x8f','\x5c','\x5c','\x94','\x1b','\x0e','\x23','\x9d','\x21','\x57','\x96','\xe5','\x1a','\x80','\x31','\x85','\x39','\xbd','\x46','\x79','\xa7','\xc9','\x85','\x72','\xe1','\x7f','\x2c','\x30','\x0a','\x07','\xdd','\xab','\x83','\x5e','\x4d','\x64','\xfe','\xa9','\xbc','\xb4','\x90','\x28','\xa6','\x1d','\x7b','\x76','\xfe','\x33','\xdc','\xa7','\xea','\x8c','\x69','\x8f','\x7f','\xba','\x5c','\xf1','\x36','\xe3','\x96','\x9d','\xd5','\xfb','\x48','\x77','\x1f','\x7c','\xb9','\x4c','\xf7','\x02','\xee','\x38','\xfd','\x1b','\x8c','\xe8','\xf0','\xde','\x52','\xb3','\x3e','\xf0','\x01','\x27','\x7d','\x8c','\x9e','\x29','\x67','\x15','\x3f','\x32','\xbd','\x8c','\xeb','\xc6','\xf7','\x1d','\xbe','\x33','\x3f','\x46','\x42','\x75','\x15','\xc3','\xe1','\x46','\x00','\xa8','\x2d','\x79','\xa6','\xc9','\x65','\x92','\xe5','\x5a','\xc2','\x65','\x10','\x04','\xbb','\xff','\x13','\x8d','\x54','\x2b','\x87','\x6b','\x1b','\x3a','\x6b','\xf2','\xc6','\xc3','\xad','\x3c','\xc7','\xd1','\x3d','\x33','\x6b','\xdb','\x48','\x4c','\xf1','\x1e','\x59','\x8d','\x5c','\xeb','\xdd','\xbb','\xb8','\x08','\x59','\xf6','\xf4','\xf7','\x1f','\x7b','\xe4','\xf5','\x71','\xd7','\x36','\x31','\xc5','\xbb','\x80','\xa3','\xb9','\x38','\x6e','\xea','\xde','\x66','\xbe','\xae','\x2e','\x9c','\x19','\x23','\xc9','\xea','\x72','\x37','\x08','\x3a','\xbd','\x77','\x6f','\xdb','\xda','\x07','\xa0','\xb9','\x56','\xd4','\x84','\x7c','\x13','\xf7','\xb6','\xcd','\xc2','\x52','\x5b','\x08','\xec','\x14','\x8a','\x38','\xef','\x92','\x01','\x5c','\x15','\x82','\x32','\x9a','\xc6','\x04','\x23','\x67','\xc0','\x91','\x37','\xdd','\xee','\x92','\x9c','\x95','\x0f','\x1f','\x3e','\x9e','\x3e','\xc4','\x4f','\x13','\x73','\xbf','\xf8','\xca','\x0e','\xa6','\x73','\x95','\xe5','\xfb','\xbc','\xfc','\x69','\x7c','\x18','\x6e','\x92','\xf2','\x5d','\xa2','\x16','\xa5','\x77','\x39','\xfa','\x9f','\xac','\x40','\xd6','\x42','\xa1','\xba','\x71','\x58','\xd6','\xdd','\xa6','\xc8','\x37','\xc3','\xdd','\x83','\xa5','\x3b','\x93','\x11','\xe8','\x84','\x74','\x8b','\x50','\x46','\x12','\x79','\xf0','\xd0','\xe0','\x1b','\x7b','\x0a','\xbc','\x21','\xe7','\x92','\x22','\x81','\xa9','\xc1','\x10','\xe5','\x03','\xaf','\xda','\xc7','\x34','\x4e','\x67','\xac','\x97','\x52','\xee','\xc9','\xce','\xe7','\x33','\x30','\xb5','\xf6','\x02','\xb4','\x2c','\x25','\xae','\xca','\x74','\xc5','\x08','\xe6','\xd1','\xc6','\xd7','\x8a','\xc5','\xbe','\x4a','\xf0','\x39','\x93','\xbb','\x32','\x51','\x38','\x53','\x0a','\x24','\xfa','\x1b','\x16','\x18','\xbb','\xe0','\x0f','\x39','\xe3','\xf7','\xb7','\x0d','\x6f','\xff','\x4b','\x42','\x5d','\xdf','\xde','\x54','\xf8','\xd1','\x3b','\x3f','\x7f','\xfe','\xef','\x07','\xbe','\xff','\xf9','\x2e','\x96','\x1f','\xbb','\x48','\x9e','\xd6','\x64','\x66','\x16','\x62','\xcd','\xdd','\xf5','\xec','\x94','\xa3','\x58','\xcf','\x76','\x5a','\xb7','\x91','\x47','\x6c','\xe1','\xc6','\xb7','\x35','\xf2','\x64','\xc9','\xa6','\x11','\x96','\xbe','\x15','\xd6','\x9c','\x51','\xd6','\x46','\xd2','\xf9','\x20','\x50','\xd5','\xbc','\xa9','\x50','\xe5','\x21','\xf9','\x53','\xd7','\xee','\x6a','\x40','\xd2','\x2f','\x33','\x1c','\xbf','\x02','\xe4','\x6e','\x54','\xb6','\x17','\x79','\xca','\x9d','\x59','\xdd','\x7a','\x08','\x07','\x84','\x5e','\xf8','\x4a','\x79','\xe5','\x2b','\xe9','\xfa','\x9f','\x59','\x9e','\xcd','\x68','\xfc','\x3d','\x3b','\x1a','\xb2','\xc1','\x99','\x29','\x5b','\xfc','\xf2','\x40','\xa6','\x45','\x2a','\x7e','\xb3','\xb8','\x35','\xf5','\xa3','\xe3','\xf1','\xd0','\x36','\x99','\x71','\xe7','\x7c','\x57','\x35','\x3a','\xb3','\x00','\x3e','\xbd','\x77','\x60','\x17','\x4b','\xc8','\xc6','\x0d','\xbc','\xf5','\x22','\xfc','\x5a','\xbf','\xad','\x11','\xba','\x5a','\x6f','\x68','\x8b','\x50','\xd2','\x1e','\x44','\x20','\x29','\x90','\x42','\x70','\x93','\x0f','\x39','\x6a','\xd3','\xb6','\x11','\x44','\xe8','\x12','\x2b','\x94','\x08','\x41','\x89','\xb6','\x9c','\x20','\x0c','\x87','\x13','\xc4','\x87','\xe9','\x94','\x28','\xe1','\xac','\xbc','\x9c','\x21','\x21','\x93','\x2c','\x64','\xbc','\xbd','\x33','\xb6','\x26','\x63','\xbb','\xdf','\xef','\x20','\x3a','\xdc','\x2a','\x26','\xa1','\xc3','\xa5','\xea','\x76','\xdb','\x52','\xe3','\x36','\x9f','\xf8','\x3e','\xb2','\xf4','\xaf','\x40','\xb0','\xd1','\x16','\x9b','\x93','\x08','\x8e','\x0b','\x26','\x81','\x58','\xc2','\x57','\x1b','\xfe','\xe8','\x72','\xf7','\x21','\xf8','\x11','\x04','\x7c','\x70','\xb8','\xc5','\xd9','\x74','\x09','\x40','\x3f','\x9a','\xcc','\xf5','\x68','\xae','\x28','\xc9','\xd1','\xff','\x02','\xa6','\x2a','\x1f','\x70','\xaa','\xf8','\x7b','\x56','\x32','\x5d','\xb6','\x71','\x8c','\xae','\x84','\xda','\xa5','\xa9','\x8e','\x2a','\x5f','\x41','\xf5','\xfd','\xf1','\xbd','\xcb','\xb2','\x58','\x7d','\x1e','\x7e','\xb2','\xc7','\x53','\xe3','\x17','\x34','\x6d','\x59','\xea','\xb8','\x5f','\x2d','\xb4','\xec','\xfb','\x79','\x57','\x57','\xca','\xa2','\x32','\x92','\x82','\x47','\xaf','\x06','\x32','\x08','\x47','\xe3','\xf3','\xd2','\xde','\xc9','\x57','\x06','\x22','\x7c','\xc6','\x6a','\x7c','\x2f','\xae','\x23','\xd7','\x61','\x67','\x61','\x68','\x9c','\x0e','\x73','\x24','\x78','\xb6','\xf3','\xde','\x5a','\xc3','\xd6','\x0c','\x2f','\xd6','\xe1','\x8c','\xc6','\x1b','\x0b','\x82','\xb0','\x2a','\xb7','\x5c','\xc9','\x5e','\xb4','\x83','\xd0','\x5a','\x93','\xa4','\xa1','\x7e','\x97','\xa1','\x7b','\x22','\x47','\x56','\x04','\xd8','\x28','\xf2','\x11','\x88','\x95','\x47','\x02','\x0d','\x88','\x1f','\x2c','\x6b','\xe0','\x03','\x11','\x42','\xde','\x7f','\xc8','\x45','\xe2','\x87','\x06','\x2f','\x38','\x1e','\x76','\x11','\x59','\x2c','\x45','\x6f','\x7f','\x88','\x3b','\x9b','\x24','\x20','\x54','\xf7','\xb6','\x94','\x28','\xb4','\xb5','\x38','\x3e','\x2e','\xec','\x58','\x68','\x6a','\x75','\x4f','\x71','\x61','\x27','\x6b','\x36','\x14','\xf1','\x88','\x70','\x93','\xf3','\xf2','\x48','\xa4','\xbb','\xed','\xa6','\x51','\x93','\x88','\xa6','\x10','\xd5','\x25','\x9f','\xcc','\xb0','\xcd','\x23','\x7a','\xf4','\x7d','\x4b','\x9b','\xf1','\x51','\xb8','\xa7','\x01','\xae','\x3e','\xcd','\x16','\x8c','\x48','\x69','\x44','\x0a','\x67','\x40','\xee','\xb0','\xed','\xb6','\x94','\x39','\x56','\xfe','\xc9','\xa0','\x96','\x8f','\x6d','\xdd','\xb8','\x8e','\x25','\x0b','\x35','\x59','\x2b','\x6f','\xc2','\x06','\x52','\x3d','\xff','\x3a','\x20','\x68','\x4e','\x9b','\x12','\x02','\x15','\x17','\xba','\xe7','\xc3','\xd0','\x79','\xe5','\xcb','\x97','\x45','\x80','\x4d','\x7d','\xac','\xac','\x59','\xdd','\x61','\x9e','\xcb','\x1d','\x35','\x77','\xcf','\x84','\x46','\x2d','\x1c','\x84','\xe7','\x8c','\x5b','\xca','\x32','\x12','\xcd','\xde','\x06','\x23','\xee','\xa0','\xf4','\xe1','\x8a','\x99','\x5e','\xe1','\xa2','\x2b','\x19','\x28','\x09','\x39','\xaf','\x96','\x55','\x36','\xed','\xc0','\xa7','\x0b','\x31','\xe4','\x45','\x19','\xec','\xa3','\xe5','\x23','\x4d','\x1a','\xd3','\xe1','\x30','\xa6','\xc3','\x6a','\x37','\x51','\xd2','\x7c','\xfb','\xd7','\x1d','\x7f','\xfc','\x71','\xc7','\xfd','\xdb','\x0d','\x44','\x92','\xe0','\xf4','\xfb','\x9f','\x3b','\xbe','\xff','\xef','\x77','\x7c','\x4f','\x6e','\x6f','\x26','\xfc','\xd4','\x31','\x0c','\x87','\x82','\x51','\x93','\x0f','\x26','\x18','\x77','\x64','\x71','\x31','\xf8','\xa7','\xc2','\x0f','\x05','\x53','\x9a','\x2d','\x3f','\xa6','\x34','\x31','\x17','\xba','\x33','\xd2','\xc4','\xc3','\x37','\x27','\xca','\x99','\x50','\x98','\x60','\x64','\x63','\xb7','\x39','\xd9','\x7f','\xfa','\xdc','\x03','\xc5','\x80','\xc1','\x9d','\xd0','\x36','\xb5','\x4c','\x98','\xe4','\x97','\xd7','\xc4','\x99','\xf5','\xf3','\xb9','\xff','\xd3','\xcb','\x2b','\x53','\xbb','\x64','\x8e','\x47','\x38','\x19','\xde','\xb3','\x2c','\xee','\xa3','\x52','\xc2','\x7e','\x37','\x4b','\x10','\x1b','\x9e','\x62','\xe0','\x0d','\x1b','\xda','\xdb','\x0d','\x44','\x0d','\xad','\x75','\xb0','\x26','\x14','\x14','\x5a','\xa9','\x81','\x11','\x98','\x74','\xaf','\x1b','\x78','\x1b','\xd0','\x81','\x31','\x26','\x24','\xae','\x6c','\xd4','\x08','\x8d','\x01','\xd6','\x7b','\x3d','\x87','\x9a','\xf4','\xe6','\x79','\x09','\x5f','\x40','\x6a','\x68','\x92','\xf0','\xd3','\xcd','\x5d','\xea','\xc0','\x8c','\x03','\x0c','\x74','\x5a','\xc0','\xc4','\x8c','\x2f','\xab','\x38','\x3e','\x33','\x63','\x63','\xcd','\xa9','\x0e','\xd9','\x1a','\x89','\xc7','\x89','\xb8','\x95','\x29','\xcf','\xd1','\x08','\x9d','\xec','\xfe','\x53','\xe8','\x97','\xb9','\x77','\x30','\x11','\xba','\x85','\x8c','\xce','\x72','\xe7','\x27','\x4b','\x84','\x57','\x60','\xa5','\xad','\x03','\x93','\x40','\xb5','\x26','\x0f','\x6f','\x5b','\x48','\xeb','\x2e','\x60','\x50','\x14','\x18','\x25','\x7a','\x1c','\xe0','\xb0','\xb0','\xef','\xdd','\x73','\x07','\x59','\x1a','\x0e','\xf1','\x46','\x80','\x58','\xf1','\x12','\x9d','\x0d','\x9c','\x35','\x8e','\x7c','\xe4','\x7a','\xd2','\x9f','\x53','\xfa','\x02','\xc9','\x81','\x37','\xbe','\xee','\xef','\x52','\x79','\x6e','\x2b','\xc1','\x2b','\xc2','\xbd','\x6c','\x7e','\x24','\xd0','\x8b','\xa1','\xe2','\xac','\xa9','\x8b','\x41','\xbf','\x54','\x46','\x4c','\x2a','\x25','\xb3','\x46','\x23','\x35','\x5c','\xad','\x53','\x19','\x9b','\x47','\x7f','\xcc','\xef','\x71','\xec','\xe7','\xd5','\x48','\x2e','\xf7','\x6b','\xf5','\x7b','\x1e','\xec','\x82','\x0f','\x78','\x69','\xfd','\x81','\xec','\x9a','\xb7','\xa2','\x2d','\xcb','\x51','\xa5','\x01','\x1b','\x99','\x58','\x81','\x49','\x62','\xe3','\xbc','\x08','\x5e','\x3b','\x84','\x7e','\x13','\xa1','\x6f','\xe4','\x89','\x8e','\x4b','\x03','\x04','\xdc','\x6e','\xf7','\x6a','\xb5','\xc2','\xe0','\x26','\x9b','\x8a','\x0b','\x40','\x12','\x09','\xad','\xbb','\x09','\x5b','\x06','\xc9','\xf8','\xfe','\xe7','\xa3','\xba','\x7f','\xa8','\x79','\xfb','\x66','\x17','\x2e','\xed','\x7e','\x8c','\x1e','\x4a','\xee','\xd0','\x64','\xa4','\x0f','\xbc','\x7f','\x3f','\xc4','\x7f','\xfe','\x3d','\x2e','\x86','\x1f','\x3d','\xa2','\x0d','\x59','\xf2','\xd1','\xfb','\xb7','\x1b','\xde','\xbe','\x6d','\x29','\x88','\x81','\xde','\x97','\xa0','\x74','\x91','\x57','\x2d','\x4d','\x12','\x55','\x28','\x04','\x1c','\x49','\xd6','\x96','\x42','\x69','\x1b','\xa3','\x0a','\xa5','\x27','\xe9','\xb2','\xa0','\x25','\x3d','\x95','\x24','\xaa','\xe6','\x23','\x1b','\x9a','\xaa','\xb2','\x61','\x09','\x39','\x8c','\x40','\x6d','\xeb','\x9d','\xb5','\x2e','\xe3','\x0e','\x5e','\xf1','\xb6','\xe3','\xa1','\xf1','\x67','\x5f','\xc5','\x24','\x5c','\x01','\x71','\xc6','\xb9','\x3e','\xce','\x61','\x86','\x27','\xf8','\xe5','\xb5','\xbe','\xf3','\xc7','\x74','\x88','\x13','\x43','\x18','\x56','\x1d','\x13','\x50','\x51','\x2c','\x42','\x3e','\xc6','\xd1','\x1a','\x03','\x4c','\x80','\x8d','\xf9','\xb5','\xe9','\xb9','\xe5','\xde','\x88','\x90','\x9d','\xd6','\x61','\x26','\x9a','\xec','\x8f','\xb9','\x4e','\xa2','\x46','\x0a','\x3c','\x18','\x0f','\xcd','\xe7','\x63','\x02','\x11','\x01','\x1a','\x4a','\x19','\x7e','\x01','\xdd','\xe1','\x22','\x8f','\x03','\xc3','\x87','\x42','\xc4','\x56','\xe3','\x5f','\x41','\xca','\xaa','\x64','\x6a','\x42','\xcb','\xb6','\x7e','\x5b','\xf9','\x09','\x26','\xe1','\x4b','\xfa','\x2e','\xb0','\x1b','\xc2','\x4f','\x57','\xbc','\xd3','\x2c','\xe0','\xc1','\x1f','\x77','\x7c','\xfb','\x97','\x5a','\x7e','\x20','\xcc','\xc2','\xfb','\x9f','\x3b','\xbe','\xff','\xfb','\x81','\xef','\x7f','\x3e','\xc4','\xed','\xcd','\xee','\x71','\x21','\x34','\xac','\x25','\x92','\x5a','\xb1','\x08','\xc9','\xf3','\xbe','\x22','\x00','\x9f','\xd8','\x8c','\x81','\x27','\x72','\xe5','\xcc','\x68','\x55','\x67','\x9d','\x27','\x25','\xb3','\x13','\x33','\xfc','\xa2','\xa8','\xf5','\x5d','\xee','\x3c','\x4c','\x80','\xa6','\x2e','\xc9','\x5d','\xb4','\xf3','\x19','\xc7','\x0a','\x1c','\x13','\x1c','\x1a','\x17','\xb8','\x81','\x92','\x66','\xda','\x2a','\x91','\xfe','\x6b','\x6e','\x57','\xa6','\x24','\xf8','\x65','\x92','\xf1','\x3f','\xa8','\xf0','\xf0','\x61','\x79','\xf1','\xdc','\xeb','\xb0','\x32','\xbb','\x61','\x15','\x32','\x95','\x67','\xb6','\xf1','\x09','\x83','\x20','\xc2','\x3a','\xb5','\x43','\x95','\x7c','\x5d','\x5c','\xce','\x21','\x96','\x20','\xd2','\xb0','\x14','\x96','\xe7','\x49','\x22','\xb0','\x5a','\x7a','\x78','\x8a','\x7d','\x84','\x09','\x3e','\x0e','\xfe','\x02','\x03','\x96','\xa2','\x8c','\x1b','\x7a','\xeb','\x6a','\x85','\x58','\xcf','\x50','\xf0','\xb9','\xb9','\xd3','\x03','\x4c','\x7a','\x2f','\x49','\xc7','\xe9','\x51','\x09','\x6d','\x02','\x05','\x27','\x2a','\xf4','\x64','\x8d','\x75','\x00','\x7b','\xc0','\x61','\x96','\x21','\x12','\x6d','\x81','\x37','\x15','\xed','\xf7','\xde','\x41','\x3b','\xe4','\x0e','\x93','\xde','\x97','\x33','\xa5','\xaa','\x59','\xd2','\x42','\xe8','\x6b','\x9a','\x86','\x43','\xda','\xb3','\xe4','\xae','\x9d','\x25','\x18','\xd2','\x3c','\xdb','\xd7','\x4a','\xa5','\x07','\xf1','\x56','\x56','\x30','\xda','\xba','\xc9','\xfc','\x13','\x6c','\xb0','\x08','\x70','\xfe','\xdc','\x5c','\xf6','\xdd','\xbf','\x0d','\x8e','\x03','\x44','\x61','\x2d','\x59','\x57','\x7b','\x23','\x6c','\x37','\x06','\xdf','\x18','\x1b','\x9a','\xe6','\x82','\x42','\x90','\x40','\xa7','\xbf','\xe1','\xba','\x7d','\x3a','\x41','\xe7','\x56','\x43','\x2c','\x2d','\x02','\xe2','\xc9','\xa2','\x24','\xdd','\xa6','\xf3','\x73','\xe3','\x9a','\x78','\xc5','\x27','\x65','\x3c','\x3b','\x97','\x4a','\xd9','\xbf','\x08','\xcd','\xe4','\xf9','\x62','\xf8','\xbb','\x24','\x8f','\xf9','\x18','\x18','\x8d','\x39','\x6f','\xbd','\xd4','\x07','\xf4','\x6c','\x5e','\xad','\x43','\x1e','\x18','\xb0','\xa4','\x93','\x1f','\x2d','\x67','\x73','\x79','\xca','\xa9','\x0c','\xf4','\x63','\x34','\x14','\x0e','\xac','\x97','\x8f','\xd5','\x14','\xd3','\xc7','\xd1','\xd1','\x0e','\x42','\x3b','\x54','\xd1','\x4c','\xec','\x89','\xbb','\x8c','\x0f','\x3f','\x8e','\xbd','\x8e','\x89','\xe8','\x79','\x10','\x84','\x2c','\xfc','\x98','\xeb','\x5b','\x57','\x8b','\x8f','\x20','\xd3','\x2d','\x84','\x1d','\xd5','\x40','\x5a','\x82','\xc7','\xf7','\x77','\x71','\x65','\x3b','\xf4','\x02','\xb8','\xe4','\xe6','\xd9','\xf1','\x78','\x74','\xc9','\xcb','\xc3','\x70','\x17','\x8b','\x3f','\xbe','\x59','\xe0','\x02','\x49','\x32','\x78','\xbb','\x6b','\x74','\x35','\x8b','\x6b','\xdf','\x62','\x33','\xb9','\xdb','\xfd','\xa2','\xae','\x81','\x0b','\x24','\xb4','\xf0','\x91','\x72','\x06','\xf9','\x5d','\x9f','\x64','\xb5','\xda','\xee','\x29','\xf9','\x68','\xba','\x7f','\x64','\xf9','\x7f','\x2e','\x05','\x1e','\xfd','\x92','\xcf','\xd7','\xa5','\x02','\xe8','\x14','\xaa','\xd7','\xe5','\xcb','\xce','\xe4','\x88','\x45','\xb8','\x7c','\xf0','\xbe','\x4e','\xe1','\x8b','\xc7','\xb1','\x8c','\x68','\x39','\xff','\x32','\x9c','\x38','\xa6','\xfc','\xb4','\xfc','\x66','\x0c','\x99','\xd3','\x36','\x0e','\x82','\x55','\x73','\x09','\x0c','\x5a','\xab','\x91','\xb8','\xe9','\xe9','\x70','\xb7','\x90','\xc5','\xc1','\x2f','\x88','\x39','\x9f','\x24','\xae','\x95','\x18','\xd1','\xb7','\xd4','\x87','\x63','\x62','\x7b','\x6c','\x51','\x81','\x02','\xf9','\x68','\xdf','\x47','\xb2','\x62','\x1e','\x01','\x8b','\x7e','\x56','\xb6','\x60','\x48','\x5b','\x3a','\x88','\x05','\xf9','\x4d','\xc8','\x7a','\x58','\x65','\x85','\xc5','\x69','\xf7','\x26','\x20','\xb4','\x83','\xc1','\xf5','\xef','\xd0','\x8e','\xf4','\xb9','\x00','\xca','\x57','\xe0','\x74','\xb2','\x74','\xcc','\xcf','\xe3','\xf7','\x71','\x62','\xc3','\xe7','\xe5','\x8d','\xd8','\xe7','\xe5','\xea','\x48','\x15','\x3c','\xcf','\x41','\x34','\xec','\xb7','\x02','\x06','\x1c','\xf7','\x50','\x48','\x85','\xd3','\xfb','\x9b','\x44','\x7b','\xfb','\xe3','\x5f','\x77','\xdc','\xee','\x82','\xe7','\x24','\xd2','\xe4','\x8e','\xef','\x7f','\x8a','\xf0','\xb3','\xff','\x08','\xab','\x5e','\xd1','\xba','\x27','\xe6','\xe4','\xd9','\xf8','\x7f','\xfe','\xa0','\xcb','\x2a','\x18','\xb3','\xe3','\x21','\xf7','\x8d','\x49','\xe5','\x7a','\xfe','\x26','\xad','\xf1','\x65','\xff','\x69','\xc1','\xf4','\x63','\xb6','\xf2','\x5b','\x92','\x5e','\xaf','\xed','\x8c','\x59','\xb8','\x65','\x39','\x13','\x05','\xe7','\xc7','\x4f','\xfb','\x74','\xf7','\x3c','\x3f','\x1c','\x73','\xe5','\x2c','\xb6','\xff','\x45','\x7c','\xcb','\x97','\x95','\x97','\xc7','\xef','\xfc','\xfd','\xfc','\x46','\xd9','\x5b','\xc3','\x8d','\x86','\x27','\x8a','\xf2','\xc6','\xf0','\x84','\x45','\x7c','\xeb','\xd8','\x1f','\xd0','\x7b','\x1f','\x84','\xfb','\x37','\x38','\x1d','\x64','\x33','\xe3','\x11','\x80','\xdd','\x3c','\x26','\x04','\x97','\x6d','\x5b','\x43','\x53','\x81','\x85','\x8c','\xc7','\x4f','\x12','\xb8','\x27','\xc4','\x25','\xb1','\xea','\x34','\xd3','\x78','\x42','\x84','\x87','\x40','\xb7','\x14','\x7f','\x18','\x6a','\xf9','\x91','\xdd','\x6d','\x4d','\xf2','\xd4','\x6c','\xac','\x61','\xa0','\xc1','\x4b','\xde','\x2b','\xe8','\x73','\x82','\x53','\x18','\x0c','\x92','\x84','\xe4','\x4e','\x6b','\x38','\xd1','\x83','\x71','\x81','\xf5','\xdd','\xe3','\x60','\x80','\x24','\x22','\x9c','\x78','\xad','\xa8','\x20','\xd1','\x09','\x4c','\xec','\xb0','\x5c','\x2d','\x61','\x32','\xf7','\xd6','\xec','\xee','\x72','\xd0','\x89','\x1c','\x26','\xbe','\xf6','\x36','\x0f','\xe7','\xd2','\x9d','\xc9','\xa6','\xc9','\x8b','\xba','\x64','\x13','\x1f','\xe6','\xd5','\x19','\x20','\xc6','\xd1','\x08','\xad','\x53','\x8a','\x94','\xa7','\x7b','\xa2','\xe7','\x75','\x37','\x45','\x71','\xb7','\x7b','\x10','\x9b','\xa7','\x19','\x31','\xd0','\x61','\x9f','\x67','\xac','\x95','\xb7','\x51','\xbc','\x18','\x78','\xf8','\xab','\xe7','\x3f','\x23','\xe1','\x3c','\xaf','\x91','\x3c','\xf9','\xab','\xf5','\xfd','\x3a','\xd7','\xa9','\x99','\xeb','\xf2','\x72','\xfd','\x9f','\xc7','\x2a','\xd5','\x6a','\x53','\x9b','\x1e','\x5b','\x9f','\xbe','\x8f','\xbc','\xcb','\x58','\xc3','\xe0','\x2a','\x3f','\x23','\x8c','\xde','\xe5','\x27','\xd3','\x58','\xf0','\x46','\x8b','\x32','\x6d','\x63','\xf5','\x1b','\x7d','\xfe','\x5e','\xed','\xb1','\xfc','\xbe','\xa2','\xd9','\x79','\x3b','\xb3','\x00','\x3c','\x8d','\xf3','\xd5','\xad','\x61','\x89','\x86','\x78','\xec','\x3d','\xa5','\xca','\x01','\x36','\xda','\x06','\x23','\x56','\x47','\x16','\x22','\x2d','\xc0','\xdb','\xd3','\x20','\x08','\x56','\x19','\x08','\x01','\xe1','\x8f','\x7f','\xdd','\x25','\x6c','\x6f','\x3a','\xec','\xdc','\x81','\xf7','\x1f','\x3b','\x1e','\x3f','\x0e','\xfc','\xf8','\xb1','\xe3','\xc7','\xbf','\x1f','\xf8','\xf1','\x63','\xc7','\xf1','\xc8','\x77','\x21','\xd4','\x52','\xf4','\x16','\x39','\x78','\xee','\x6f','\xc2','\x80','\xdc','\x34','\x8a','\xdb','\xb6','\xb5','\xb4','\x20','\xea','\x9f','\x7c','\xd8','\x5d','\x9e','\x14','\xb0','\x20','\xe7','\x56','\x49','\xf9','\x79','\xf2','\xc2','\x35','\xb3','\xf2','\x68','\x98','\xea','\xdb','\x9b','\xf4','\xe1','\xa1','\xf2','\x06','\x77','\xa4','\xc2','\x40','\xf0','\xf9','\x06','\xbe','\x54','\x56','\x48','\x7c','\x78','\xbc','\xda','\xe3','\xaf','\x20','\xf4','\x76','\x28','\xce','\x14','\x00','\x9c','\x4e','\xcd','\x0c','\xe7','\x59','\xb4','\xbb','\x76','\x53','\xe1','\x11','\x62','\xf3','\x81','\x63','\x45','\xda','\xf9','\xb0','\xb2','\x11','\x46','\x8e','\xea','\xd9','\x02','\x54','\x06','\xcb','\xb9','\xc9','\x04','\xbc','\x55','\xf8','\x19','\x09','\x5d','\x55','\x68','\x0c','\x75','\xf2','\xa7','\x82','\x1c','\x38','\x08','\x05','\xa3','\x68','\xbf','\xea','\x5a','\x69','\x60','\x8f','\x43','\x12','\x98','\x76','\xb5','\x5e','\x0a','\xe5','\x26','\x0f','\x65','\x1d','\xb9','\x7c','\xd6','\x0c','\xdc','\xc8','\x94','\xbf','\x5c','\x7e','\x16','\x38','\x3e','\xd3','\x27','\x26','\xbc','\x7e','\x5d','\x32','\x76','\xfb','\x8d','\xc5','\xb7','\x69','\x71','\x68','\x33','\x11','\x17','\xa1','\x56','\x2a','\x6d','\x9b','\x58','\x80','\xbf','\xfd','\xeb','\x26','\x09','\x91','\x93','\xf0','\xf3','\x5d','\x2d','\x3f','\xef','\x3f','\xc4','\x5a','\x2d','\x11','\xb6','\x02','\x07','\x4e','\x44','\x1a','\x40','\xd6','\x82','\xda','\x87','\x73','\x46','\x6c','\x51','\x16','\xc4','\x9e','\x51','\x89','\x09','\x11','\x40','\x1b','\xc5','\xdd','\x44','\x0d','\xeb','\x54','\xce','\x9a','\xc9','\x14','\x23','\x51','\xcb','\xfd','\x90','\xc1','\x79','\x54','\x89','\xf3','\xac','\x6d','\x9a','\x42','\x29','\xdd','\xef','\x81','\x33','\x83','\x35','\xe2','\x4e','\xe2','\x8b','\xe3','\x49','\x3e','\xd0','\x03','\x5c','\x04','\x33','\x9b','\xdc','\xf4','\x16','\x4c','\xc3','\x7f','\x54','\x19','\x27','\xf7','\x15','\x67','\x24','\x2d','\x2f','\x8d','\xbe','\x23','\xba','\xa0','\x1d','\xe4','\x81','\x11','\x4c','\xe0','\xa4','\x37','\x78','\x94','\xc0','\x6d','\x23','\x10','\x35','\xec','\x00','\x58','\xe9','\x75','\x3f','\x18','\x66','\x2d','\x21','\x52','\x2b','\x4f','\x33','\xa1','\x74','\x04','\x55','\xb1','\x24','\x46','\xb8','\x65','\x52','\x6b','\xce','\xe0','\x2a','\xea','\x0c','\x5d','\xb8','\xfa','\x8a','\x12','\xb4','\x81','\x19','\x68','\xdc','\x01','\x6e','\xe8','\xdc','\xd3','\x31','\x66','\x45','\xaf','\x54','\x85','\x0b','\xbb','\xff','\x43','\xaa','\xd0','\xa0','\x14','\xc6','\xfa','\xc5','\x75','\x35','\x3c','\x4f','\x07','\xc0','\x5b','\x58','\xd2','\x2c','\xfc','\x74','\x11','\x96','\x7c','\x1a','\x0e','\xc0','\xc8','\xb0','\x0b','\x20','\x5c','\xe5','\x47','\x64','\xff','\x13','\x45','\xd6','\x21','\xd3','\x2d','\xf2','\xc4','\xf0','\x32','\x8c','\xc4','\x83','\xd9','\x79','\xee','\x2c','\x7b','\xc5','\x28','\x11','\xc2','\x03','\x47','\x32','\x0e','\x96','\xc8','\x58','\xfd','\x20','\x10','\xc9','\x7d','\x2f','\x4f','\xc5','\xa0','\x12','\x5f','\x32','\xde','\xfa','\xa4','\x28','\x4f','\xdf','\x26','\x68','\xfd','\x26','\x6e','\xda','\x68','\x7b','\xb1','\x44','\x7c','\x74','\xee','\x69','\x1d','\x47','\x14','\x66','\x7b','\xf7','\x57','\x94','\xc2','\xa7','\x9c','\x0c','\xc1','\xf7','\x6d','\x89','\xd3','\x5e','\x5c','\x10','\x03','\x2e','\x5e','\xf3','\xa2','\x53','\x3d','\xab','\xa3','\x95','\x5f','\x5a','\x9d','\x8c','\x97','\x7f','\x12','\x56','\x5f','\xe5','\x95','\x33','\x5c','\x95','\x33','\xc5','\x57','\x2a','\x81','\x54','\x32','\x9d','\xd2','\xb9','\x1f','\xbd','\x03','\x0f','\xc3','\x4f','\x66','\x09','\x6a','\xa9','\x69','\x75','\xc9','\x4e','\x30','\x63','\x11','\xae','\xc7','\x52','\x82','\x20','\xe4','\x40','\x08','\x72','\x79','\x71','\xc3','\xfd','\xdb','\x86','\xe3','\x60','\x0f','\x5c','\x20','\xd6','\x1d','\xb1','\xf0','\xec','\x8f','\x70','\x3d','\xb3','\x24','\x6a','\xb7','\x5b','\xf3','\x7b','\x3c','\xf7','\x7b','\xc3','\xcd','\x04','\x1e','\x0d','\x51','\xdd','\x54','\x85','\x64','\xf8','\xc3','\x2d','\x39','\xc6','\x30','\xab','\xb0','\x23','\x51','\xb5','\xd8','\xad','\x50','\x7e','\xe1','\x93','\xd5','\x95','\x25','\xe5','\xe5','\xd9','\x34','\x54','\xf5','\x96','\xac','\x48','\x76','\xf1','\x6f','\xb9','\xa6','\x83','\xf0','\xb4','\xda','\x88','\x9f','\x81','\x8f','\x2f','\x3b','\xaa','\xc6','\x29','\x2c','\x1a','\x1d','\xfb','\xe0','\xe9','\xa4','\x8e','\xd9','\xb3','\x57','\x34','\xd9','\x4e','\x4f','\x06','\x46','\x3b','\x81','\x54','\xbe','\x8e','\x6d','\x8c','\x1a','\xbc','\xac','\x21','\x96','\xef','\x09','\x21','\xf0','\x50','\xaf','\x8c','\x3b','\x9d','\x7a','\x04','\x5f','\x9b','\x24','\xab','\x61','\x1e','\x49','\x50','\x4b','\x6d','\xe6','\xf1','\x2f','\x71','\x65','\x92','\x82','\xba','\xf6','\x6b','\xe3','\x77','\xf3','\xbf','\x6a','\x26','\x25','\x7f','\x95','\xc1','\x60','\x58','\x7c','\x40','\xe9','\x42','\xa9','\x59','\x7d','\x28','\xee','\xfa','\x14','\xc1','\xee','\x04','\x29','\x51','\x96','\x88','\x16','\x40','\x16','\x34','\x9f','\xe6','\x67','\xb9','\x91','\x2b','\x8a','\xb1','\x6e','\x7a','\x5e','\x92','\xf2','\x25','\x71','\x29','\x67','\xfd','\x4e','\x9d','\x9c','\xf5','\xf2','\x04','\x58','\x7f','\xa2','\x8c','\x7b','\xbf','\x9a','\xa8','\x80','\x62','\xdc','\x2b','\x6b','\x8d','\x70','\xd3','\x3b','\x3f','\xdf','\xfe','\xb8','\xa3','\x6d','\x84','\xde','\xed','\xce','\x8f','\xba','\xbc','\x7d','\x4f','\x0a','\x1c','\x6f','\xf6','\x8c','\x14','\x0d','\x84','\xfe','\x19','\x71','\x3e','\x5b','\xc8','\x45','\x1b','\x72','\xf4','\x04','\xa1','\x7b','\x40','\x16','\x85','\xb7','\x7a','\xc6','\xe7','\x61','\x94','\x66','\xfd','\x9f','\x93','\xb1','\x9d','\x81','\x20','\x45','\x34','\x38','\x73','\x89','\x2a','\xda','\x35','\x93','\xa6','\xb2','\x65','\x6c','\x35','\x20','\x1e','\x19','\x36','\x06','\x1f','\xe6','\x76','\x95','\xc6','\xf0','\x04','\x0f','\xff','\x63','\x4a','\x06','\x95','\x4b','\x0e','\xe6','\x6b','\x3a','\x19','\xf9','\x6e','\x63','\x4a','\x89','\xd5','\x7a','\xb7','\x77','\x3c','\xe8','\xf0','\x1c','\x4d','\x0c','\x68','\x18','\x7e','\x71','\xa7','\x94','\x04','\xa7','\xda','\x16','\x5b','\x20','\x1a','\x13','\xac','\x08','\x0d','\x66','\x09','\x0a','\x66','\x98','\x61','\xc1','\x5b','\xc2','\xf5','\x84','\xb9','\x81','\xb8','\x83','\x7a','\x4c','\x5e','\x22','\x8c','\x69','\xe9','\x92','\x83','\xa6','\x21','\xdc','\xe1','\xb0','\x91','\x27','\x55','\x25','\x90','\xdf','\x6f','\x01','\xe0','\xf7','\xcc','\xe4','\xe8','\x5e','\x2f','\xa2','\x29','\x02','\x4a','\xe2','\xd4','\x27','\x40','\xe4','\xc1','\x92','\x3a','\xbb','\x35','\x55','\xac','\x40','\xe1','\x1e','\x6a','\x6b','\x20','\xeb','\x99','\x45','\xf7','\x71','\xe5','\x51','\xf6','\x79','\x3c','\x9e','\x9f','\x81','\x01','\x1e','\xbe','\x85','\xa3','\x23','\x5c','\xc8','\x18','\x59','\xc7','\xde','\x8d','\x16','\x93','\x5b','\xfe','\xa6','\xf6','\x3a','\x70','\x30','\x03','\x24','\xfc','\xd3','\xc6','\xcd','\x13','\xe2','\x36','\x21','\x7d','\x45','\xd0','\xc8','\xc2','\x4f','\x11','\xf6','\x0a','\xb0','\xe9','\xe3','\x9e','\x7a','\x1a','\xf8','\x84','\x2c','\x3b','\xc5','\xa0','\xd2','\x5a','\x72','\xa2','\xf9','\x58','\x6c','\xe1','\x97','\x20','\x85','\xe7','\x8d','\x9c','\x92','\x13','\x5e','\xbf','\x5d','\xf2','\xde','\x5c','\x0a','\x20','\x1f','\x9b','\xc0','\x48','\xde','\xa6','\x81','\x8c','\xf0','\x86','\x2a','\xcf','\x2c','\x7b','\x1b','\xf9','\xbf','\xf9','\xc3','\xaf','\x2f','\x65','\xff','\x4f','\x3e','\x63','\x7c','\x6e','\x3c','\x09','\x90','\x19','\x2c','\xee','\x84','\x03','\x0c','\xa2','\x2e','\xe1','\xde','\x37','\x81','\x6b','\xa1','\x5b','\x8c','\x46','\xdb','\x64','\x01','\xba','\xdf','\xef','\xcb','\x6e','\x4a','\x10','\x04','\x43','\x24','\xf9','\xef','\xff','\xf5','\xff','\xfb','\xa1','\x21','\xaa','\x1f','\xf8','\xf1','\x7d','\xd7','\x64','\x80','\xd2','\x78','\x23','\xd1','\x2c','\xbd','\x7d','\x0b','\x2b','\xcf','\xdb','\xb7','\x9b','\x44','\x6b','\x7b','\x4b','\x51','\xe0','\x8c','\x10','\x26','\x66','\xd3','\xac','\x39','\xc7','\x74','\x7f','\x27','\x5c','\xef','\xb2','\x1b','\x4a','\x23','\x42','\xbb','\x13','\x6e','\x14','\xa1','\xaa','\xdd','\x92','\x94','\xfb','\xc9','\x6b','\xc8','\x03','\xc4','\xc8','\xc3','\x69','\x11','\x7e','\x09','\xad','\xfa','\x48','\xb9','\x82','\xc3','\x93','\x03','\x38','\x11','\xdc','\x4c','\x1c','\x27','\x4c','\xbc','\x40','\xce','\x30','\x3c','\x34','\x3f','\x14','\xc2','\x12','\xa7','\xa6','\xc0','\xab','\x70','\x97','\xca','\x64','\xce','\x9f','\xa3','\xc5','\x2a','\xa8','\x14','\xb3','\x3a','\x6a','\x83','\x79','\x6c','\x1c','\x13','\x40','\xfe','\xe8','\xcf','\x4f','\xd6','\x63','\x12','\x00','\x19','\xc0','\x48','\x08','\x38','\x90','\xbc','\x34','\x95','\xdc','\xf0','\x3a','\xc0','\x2c','\x42','\xb7','\x04','\xed','\xd0','\x90','\xd6','\x1a','\xdd','\xd0','\xee','\x92','\x59','\x78','\x57','\xf3','\x89','\xa7','\xd2','\x7f','\x1e','\x10','\x66','\x06','\x35','\x13','\xea','\xff','\x96','\xcb','\x72','\xc5','\x43','\xfa','\x6f','\x4e','\xec','\x17','\xf7','\x53','\x00','\x67','\xe6','\x6f','\x77','\xc9','\xf5','\x63','\x96','\x1f','\x66','\xc6','\x9e','\xdc','\xde','\x7e','\x7c','\xdf','\xfd','\x4e','\x17','\xf0','\x84','\x98','\x60','\xfd','\x63','\x41','\x35','\x2f','\x30','\x62','\xa7','\xc4','\x8c','\x52','\x82','\xe8','\xcd','\x12','\x1b','\x1a','\xdc','\x46','\xf3','\x16','\x5d','\xf8','\xd3','\x85','\xe1','\x2e','\x04','\xae','\xed','\x6f','\xd0','\x44','\x91','\xda','\x4f','\xb9','\xcb','\x16','\xff','\x1a','\x53','\x56','\x61','\xdb','\x27','\x30','\x31','\x3d','\x04','\xe8','\xc5','\x7b','\x56','\x46','\xf9','\xda','\xda','\xfc','\x8f','\x29','\x67','\xcc','\xee','\x6f','\x3e','\xdf','\x0e','\x3b','\x0c','\x49','\xa6','\xca','\x7a','\xe9','\x7f','\xef','\x78','\xa4','\xb1','\xd0','\x37','\x60','\x53','\xdf','\x11','\xc9','\xef','\x23','\x6f','\x8b','\xfb','\x7b','\xb8','\x8b','\x7a','\xab','\xc3','\x06','\x67','\xc1','\x9a','\x9b','\x08','\x3e','\xe2','\x19','\x16','\xe1','\x95','\xb3','\xb9','\xdb','\x99','\x90','\x83','\xd0','\x1b','\xab','\xab','\x24','\x29','\xd3','\x02','\x6c','\x0c','\xc0','\x43','\xa4','\x27','\xc4','\xce','\xf0','\x14','\x1b','\xc6','\xfb','\xd8','\x18','\xfc','\x93','\x0d','\xc6','\xb8','\xe7','\xb3','\x35','\x4f','\x8c','\xbc','\x6a','\x17','\x12','\x3d','\x82','\x5b','\xf1','\xb9','\xb1','\x47','\xc9','\x2b','\x6d','\x36','\x80','\x58','\x04','\xbf','\xfe','\x0a','\xcc','\x8e','\xe3','\x38','\xe5','\xac','\x5f','\x6c','\x4a','\x95','\x38','\x3c','\x6c','\x8d','\x9f','\x33','\x15','\x48','\xb8','\x8b','\xb4','\x26','\xc3','\x8e','\xc3','\x9d','\x71','\x99','\xcd','\x8d','\x08','\x11','\x3e','\x9d','\x25','\xbc','\x79','\x30','\x68','\xf0','\x3d','\x36','\x3a','\xe7','\x43','\x6f','\x76','\xf6','\xb3','\x00','\x23','\xc1','\x22','\x22','\x02','\x0c','\x2a','\xe8','\x3c','\x67','\xbf','\x62','\x80','\x3e','\x9f','\xf1','\x9d','\xaf','\x47','\x16','\x7c','\xf2','\x65','\xea','\xe9','\xa4','\xeb','\xf9','\xfd','\x35','\xd2','\xcf','\x67','\xf3','\x43','\x63','\x3a','\xf9','\xb1','\x2a','\x00','\x8d','\xd3','\xca','\x18','\xfa','\xc5','\x72','\x75','\x66','\x5e','\x79','\xd7','\xca','\x47','\xdb','\xb8','\xe2','\x67','\x87','\xf6','\x56','\x9c','\xba','\xf3','\xa6','\x1a','\x6b','\x80','\xf6','\x03','\x1e','\xc5','\x7f','\xb3','\xbb','\x7d','\x5b','\xb1','\x00','\x99','\x31','\x67','\x15','\x08','\xc1','\x05','\xa0','\xe3','\x38','\x42','\x6b','\xaa','\xa5','\xf7','\x8e','\xff','\xef','\xff','\xe7','\xff','\xaf','\x77','\x6c','\x62','\xcd','\xde','\xbe','\x6d','\x12','\xb8','\x40','\xef','\xf0','\xdc','\xdf','\x6e','\xb8','\xdf','\x23','\x69','\x28','\x59','\x7c','\x6e','\x3d','\xb8','\x11','\x98','\x80','\xfd','\x5e','\x0f','\x27','\xe1','\xc7','\x22','\x6a','\x39','\x02','\x02','\xab','\x15','\x47','\xee','\xf1','\x6c','\x5b','\xb2','\xf4','\xe4','\x88','\x70','\x9e','\xc4','\x2d','\xaf','\xda','\xe8','\x0b','\x7f','\x01','\x56','\x57','\x1c','\xd6','\x27','\xca','\x87','\x5f','\x3b','\x3b','\x85','\x27','\x4f','\x47','\xe5','\xa9','\x03','\x13','\xaf','\x6a','\x9f','\x3e','\x5e','\x36','\x1c','\xac','\xdf','\x20','\x64','\x0c','\x02','\x8a','\xfd','\x36','\xe5','\xe9','\x49','\xcf','\xa6','\xbe','\x53','\x1b','\x65','\x77','\xc6','\x8f','\x63','\x5f','\xfa','\x4b','\xb5','\x1e','\x9d','\x30','\xbb','\xde','\x75','\x8a','\x70','\xe5','\x4f','\x72','\x1d','\x2e','\x7d','\xe5','\x50','\xb2','\xfb','\xd1','\x71','\xa8','\x55','\xd3','\x99','\xe1','\x46','\x0e','\x8b','\xad','\x55','\xa2','\x52','\x29','\x4c','\x9d','\xf8','\xca','\x38','\x72','\x85','\x2b','\xc6','\xe9','\xac','\xea','\x56','\x25','\xda','\xef','\xe3','\xb2','\x9e','\xf5','\xf4','\x55','\xe4','\xa9','\xec','\xeb','\x85','\x56','\xcd','\x99','\xf6','\x44','\xb3','\x0d','\x2f','\xba','\x8c','\xa9','\xd6','\xb9','\xdb','\xad','\xe1','\xed','\x8f','\x1b','\xbe','\xfd','\x4b','\x72','\x87','\x01','\xf0','\x50','\xd7','\x62','\xf9','\x79','\xb8','\xe5','\x47','\x5e','\xcc','\x1b','\x7c','\xc2','\x5d','\x9d','\xc1','\xf1','\x8a','\x30','\xf0','\xd5','\xf3','\x98','\xac','\x31','\x1b','\x66','\xf5','\xf1','\x44','\xce','\x26','\xe0','\xe9','\x24','\xc9','\xc6','\xe8','\xbf','\xd4','\x66','\x65','\x64','\x43','\x20','\x8c','\x71','\x61','\x9d','\xb3','\x84','\x83','\xb0','\xdf','\xbb','\x10','\xda','\x52','\x19','\x9f','\x5c','\x88','\xea','\x12','\x95','\xdf','\xc6','\xb1','\xa4','\x07','\x2a','\xb5','\x91','\x25','\xc5','\x24','\x44','\x92','\x93','\x93','\xe2','\x51','\xb9','\xbe','\x0c','\xc2','\xbe','\xa8','\x18','\x48','\xfc','\xa6','\x23','\xb8','\xc2','\xea','\x94','\x5c','\x30','\x47','\x90','\x35','\xfc','\xd6','\xa9','\x63','\xd7','\xfb','\xc0','\xa4','\x6e','\xbb','\x9e','\x3f','\x8a','\x08','\x2a','\xb6','\x00','\x3b','\x79','\x64','\x57','\x40','\x03','\x05','\xa0','\xcb','\x7e','\x65','\x3c','\x93','\xfa','\x11','\x9e','\x57','\x98','\x6e','\xd2','\x68','\x01','\xce','\x74','\x10','\xdc','\xc5','\xd1','\x14','\x48','\xf2','\x45','\xfb','\x6d','\x00','\xd4','\x15','\x2e','\x7b','\x0a','\x98','\x1b','\x3c','\x2b','\x83','\xe3','\xf8','\x3b','\xc3','\xbb','\xaf','\x7b','\x82','\x8e','\xd5','\xbd','\xbc','\x09','\x16','\x01','\x78','\x90','\x07','\xe9','\xcd','\xdc','\xbf','\x5a','\x63','\x74','\xb7','\x02','\xc5','\x79','\xb7','\x7f','\x2d','\xa2','\x99','\xf7','\xff','\x91','\xf2','\x13','\x30','\xb2','\xa2','\xdf','\x86','\xe3','\x1c','\x07','\xea','\xef','\xa1','\x20','\x31','\xa6','\x4f','\x65','\x3d','\x0a','\x50','\xb5','\x20','\x40','\x3e','\x87','\xa3','\xab','\xe0','\xa4','\x77','\xbb','\xcc','\xb3','\x61','\x64','\x42','\xad','\x4f','\x3f','\xfb','\x01','\x7b','\x9e','\x27','\x2a','\xf1','\x02','\x67','\x73','\xe6','\xe1','\xd3','\xcc','\x9a','\x19','\x9e','\xcb','\xc1','\x65','\x16','\x0d','\x54','\x76','\x4f','\x9f','\x7d','\x10','\x47','\xbc','\x50','\x5d','\x41','\xf9','\xbc','\x32','\xd7','\xcf','\x57','\x4d','\x2e','\x7f','\x63','\xcc','\xe3','\x1e','\xd0','\x74','\x1e','\x4b','\xfc','\x5c','\x3b','\x5b','\xae','\xd5','\xf2','\xe1','\x2b','\x83','\x1a','\xde','\x7f','\x56','\x16','\x7b','\xf2','\xfc','\x9d','\x98','\xcc','\xa4','\xac','\x5f','\xc0','\xba','\xc1','\x9f','\x3d','\x73','\x5e','\x13','\xc0','\x41','\x1d','\x7b','\x82','\xd9','\xb6','\x11','\x8e','\x5e','\xef','\x00','\x41','\xeb','\xaf','\x02','\x21','\xdc','\x72','\x05','\xbb','\x24','\x64','\x82','\x10','\x11','\xe1','\xd0','\x50','\x8a','\xb7','\x37','\xb5','\xec','\x78','\x32','\xd2','\xcd','\x93','\x90','\x6e','\x37','\x75','\x9b','\x48','\x07','\x51','\x12','\x42','\x76','\x71','\x7b','\xd0','\x0b','\x78','\x76','\xa7','\xa2','\x77','\x8b','\x3a','\xc7','\x91','\x9b','\x83','\xe0','\x4c','\xe6','\x96','\x92','\xa6','\xda','\xe7','\x96','\x82','\x1a','\xcc','\xeb','\x99','\x16','\x54','\x9f','\x3d','\xdd','\x8f','\x2f','\x22','\x5e','\x2f','\x1f','\xbb','\x82','\x18','\x6c','\xa0','\xe7','\x83','\x58','\xe0','\x86','\xf2','\x97','\xc7','\x9f','\x3e','\x72','\xfe','\x1d','\x59','\xa5','\x53','\x96','\x99','\xba','\x8c','\xcc','\x90','\x90','\x4c','\xb6','\xf6','\x20','\x08','\x17','\x78','\xb0','\xf6','\x64','\x04','\x57','\xda','\xf0','\x5f','\x96','\x93','\xe4','\xf4','\x7e','\x96','\x2b','\xce','\xad','\x47','\x28','\xed','\x99','\x76','\xaa','\x24','\xd0','\x2a','\x85','\xe2','\x3d','\x46','\xdc','\x2b','\xd3','\x00','\x07','\x62','\x89','\xec','\x8e','\xf8','\x9a','\x6a','\xe0','\xb7','\xd6','\x92','\x4f','\x7c','\x82','\x30','\x1a','\x9a','\xe6','\xfc','\xd8','\xfc','\xaa','\x9f','\x60','\xc6','\x79','\x19','\x5e','\x2a','\x0b','\x92','\xff','\xa9','\x36','\xce','\xfa','\xe7','\x45','\xbd','\x5f','\xd2','\xd1','\x59','\x39','\x23','\xa4','\x85','\xb1','\x49','\x02','\x3b','\xc7','\x73','\x4b','\x3a','\xeb','\xf7','\x7e','\xfe','\xb8','\xe1','\xfe','\xed','\x06','\x40','\x72','\x98','\xfd','\x50','\x8b','\xf6','\xfb','\x8f','\x1d','\xfb','\xce','\x0b','\x38','\x79','\x32','\xae','\x67','\xe5','\x6c','\xc1','\x46','\x39','\xca','\xe0','\x85','\xe0','\x78','\x8f','\x34','\x8a','\x60','\xc0','\xff','\xa2','\xc3','\x85','\x70','\x58','\xf9','\x80','\x08','\x56','\x70','\x36','\xde','\xe4','\xe1','\x1a','\x4c','\x95','\x72','\x4d','\x1b','\xa1','\x30','\x3a','\x3e','\x8e','\x81','\x01','\x8a','\x16','\x4e','\x24','\xa2','\xd4','\x77','\x6f','\xe2','\x6a','\xd3','\x99','\xe4','\x1e','\xc6','\x58','\x01','\x9f','\x03','\x93','\xdf','\x56','\x32','\x3c','\xfe','\x26','\xc1','\xe7','\xaa','\x54','\x01','\x9c','\x8a','\x02','\xde','\x1f','\x77','\x89','\x4a','\x78','\xa0','\x63','\x6f','\x1d','\xb4','\x75','\x10','\x08','\x77','\xa5','\xb5','\xa4','\xf9','\x79','\x84','\xa9','\x90','\x3b','\x8e','\xe6','\xaa','\x28','\xa5','\x57','\x0f','\x8e','\x41','\xb4','\x15','\xc1','\x59','\xf1','\x1c','\xa9','\x7b','\x1c','\x21','\xa2','\xd5','\xd9','\x38','\x19','\x2a','\xd0','\xa8','\xdb','\x1b','\x41','\x53','\x5f','\x88','\x0b','\x1d','\x43','\xa2','\x0f','\x7a','\x94','\x4e','\x13','\x8a','\x98','\x0b','\x89','\x22','\x17','\x5a','\x32','\xfc','\x0e','\xc2','\xfe','\x09','\xce','\xc8','\xf7','\x53','\x98','\x11','\x0a','\x2e','\xb3','\xb8','\x92','\xde','\x9f','\x3a','\x63','\xa4','\x5d','\x8a','\x58','\xff','\x7c','\x56','\x96','\x42','\xfc','\x19','\x6e','\x7b','\xad','\x41','\xff','\xaf','\xe4','\xec','\xd2','\x83','\x1c','\x38','\x45','\x5d','\x11','\x19','\xe2','\xae','\x38','\x1c','\x59','\x4b','\x00','\xdb','\xb5','\xae','\x09','\xa5','\x9b','\x21','\x17','\x95','\xac','\x42','\xc0','\xa0','\xb4','\xdf','\xda','\x2f','\x03','\x2c','\x81','\x05','\x3d','\x6f','\x11','\x63','\x41','\xa7','\x91','\x78','\x88','\x91','\xf6','\x27','\xbc','\x1d','\xaf','\x3d','\x51','\x79','\x24','\xbe','\x23','\x3f','\xbb','\xa8','\x7e','\x5e','\x6f','\xe0','\x21','\xa6','\x77','\x4f','\xda','\x3d','\xdf','\xc2','\x91','\x03','\x5d','\x31','\x39','\xf3','\xf7','\x53','\x7e','\xaf','\x8c','\xe5','\x6c','\x8c','\xe9','\xb9','\xd1','\xc7','\x4f','\x5d','\x3c','\xfe','\xf5','\x25','\xb1','\x92','\x65','\x8e','\xe3','\xd4','\x32','\xab','\x2c','\xc0','\x21','\x1f','\x42','\xe9','\x19','\x31','\x03','\x8e','\xbd','\xab','\xf0','\xde','\x41','\xd4','\x70','\xec','\x73','\x14','\xb8','\xf7','\xf7','\xf7','\xeb','\x20','\x08','\xab','\xfb','\x32','\xcc','\x8c','\xff','\xe3','\xff','\xfc','\x57','\x58','\x7b','\xde','\x36','\xdc','\x8c','\x48','\x27','\x64','\x02','\x86','\xde','\xd7','\xe1','\x88','\xcc','\xd6','\x6b','\x58','\xea','\x3e','\x04','\x32','\xb0','\xc9','\x37','\x0d','\xed','\x2a','\x96','\x24','\x11','\xaa','\xc4','\xca','\xd3','\xc2','\x3f','\x97','\x06','\xad','\x44','\x70','\xe1','\x4a','\xe8','\x7d','\x12','\x7a','\x6e','\x3f','\x49','\x42','\x3f','\xf1','\xda','\x87','\x70','\xa2','\x63','\xaa','\xb9','\xc3','\x72','\x6c','\x56','\xc0','\x5f','\x3a','\xfc','\xc4','\x40','\xfd','\xa0','\x29','\x44','\x25','\x46','\xc9','\x51','\x40','\x02','\xca','\x55','\x3e','\x9c','\x2a','\x14','\xd5','\x20','\x12','\xd9','\x8a','\xc4','\xa9','\x4e','\x39','\xe0','\x3c','\xcf','\xb7','\x3e','\x48','\xd6','\x1e','\x7b','\x9c','\xfb','\x5d','\x61','\x9d','\x09','\xdf','\x24','\xe1','\x87','\xd3','\x7c','\x01','\x00','\x6a','\xc9','\xd4','\x40','\x1b','\xc7','\x7e','\xf8','\x3d','\x36','\x27','\x8a','\x44','\xd8','\xb6','\x10','\xc6','\x33','\xec','\x65','\xc1','\x2c','\x61','\x4e','\xb8','\xb9','\x13','\x91','\x00','\xd0','\xca','\x67','\x05','\x95','\xfc','\xce','\xef','\x44','\x65','\x7f','\x4b','\xe6','\x73','\x51','\x46','\x78','\x32','\x8d','\xa7','\xb9','\x8e','\x6d','\x77','\xb9','\x83','\x78','\xff','\xb6','\xe1','\xed','\xdb','\x1d','\xd4','\xc4','\xf2','\xf3','\xfe','\xe7','\x8e','\x1f','\xff','\xde','\xc5','\x9d','\xf7','\xd1','\xf5','\x92','\x71','\xba','\x04','\x5c','\xca','\xd9','\xca','\xf3','\xcf','\x5d','\xe2','\x37','\x3c','\x40','\xc1','\x80','\x6d','\x9b','\x24','\x78','\x6e','\x89','\xb9','\xc8','\xe7','\xca','\x2e','\x7c','\x8e','\x32','\x78','\x6d','\x13','\x43','\x44','\x29','\x9e','\x00','\xc9','\xa0','\x74','\xa2','\xbc','\xae','\xfd','\x15','\x66','\x70','\xce','\x87','\x16','\x78','\xb6','\xc2','\x74','\x76','\x8d','\x3a','\x2b','\x04','\x52','\x8e','\x8b','\x99','\xe4','\xe2','\xf6','\x0b','\x8b','\xf7','\x97','\x5b','\x7e','\x32','\xea','\xf8','\x7b','\xf2','\x13','\x51','\x4e','\x38','\x32','\x66','\x96','\x9c','\x3d','\xfb','\x01','\xfa','\x21','\xf7','\xe4','\xcd','\x73','\xa2','\x6d','\x62','\x15','\xda','\xf4','\xf6','\xbc','\xa5','\x95','\x30','\xc6','\xc2','\xda','\xa5','\xad','\xe8','\xfc','\xa5','\x18','\x38','\xea','\xbd','\x13','\x49','\x9a','\xaa','\xb0','\x91','\x05','\x19','\xa4','\xcb','\xc8','\xbd','\xa3','\x13','\xf9','\x3b','\x06','\xfb','\x96','\x5c','\x95','\x12','\xbc','\x9b','\x25','\x20','\xc3','\xba','\x9d','\xf9','\x9a','\xe4','\xb0','\xd2','\xa5','\xb2','\x1e','\x40','\x24','\x1d','\x25','\x15','\x95','\x58','\xe7','\xc7','\x96','\x18','\xd5','\x26','\x22','\x02','\x1c','\x71','\xd4','\x31','\xda','\xe8','\x2e','\x65','\x58','\xdf','\xc1','\xf9','\x70','\x19','\x79','\xe3','\x4f','\xc0','\x56','\xbe','\xa3','\x63','\xc5','\x41','\x20','\x1f','\x48','\xae','\x54','\xcb','\xae','\x52','\x10','\x80','\xce','\x3d','\x94','\x1a','\xea','\xe6','\x47','\x7a','\x47','\xc8','\x5a','\xb3','\xfc','\x4d','\x1b','\xab','\xcb','\x64','\xb6','\x10','\x29','\xd2','\x74','\x96','\xa4','\x23','\xa2','\xaa','\x2f','\x85','\x93','\xaf','\x39','\xcf','\x93','\xd5','\xe0','\xb2','\x9e','\x96','\x13','\x05','\xcd','\xb4','\x97','\x17','\xcd','\x9e','\x80','\xd8','\xfc','\x24','\x49','\xed','\x6b','\x3e','\xe7','\x33','\xe5','\xc5','\x17','\x0b','\x9f','\x87','\xe0','\x89','\x3f','\xdb','\xdd','\x57','\xe2','\x3d','\x96','\xb3','\xd8','\xe3','\x2b','\x26','\x1a','\x35','\x74','\xef','\x5b','\x9d','\x69','\x97','\x9d','\x53','\x18','\xce','\x62','\x1c','\x4d','\xc2','\x63','\x13','\xe9','\x9d','\xb8','\xe4','\x02','\x67','\x96','\x9f','\x4b','\x17','\xb8','\xd6','\x9a','\x07','\x41','\xc8','\x21','\xa5','\xff','\x8f','\xff','\xf3','\x5f','\x22','\x90','\xa8','\x7f','\x9d','\x1d','\xa0','\x7a','\x57','\x27','\x2c','\x3a','\x16','\xb5','\xcd','\xb4','\xe9','\xc7','\x68','\xe5','\xd1','\x0b','\xc9','\x9b','\x0a','\x3e','\xe5','\x3f','\x4b','\xd6','\x35','\x08','\x3c','\xbe','\x28','\x09','\xf0','\x07','\xde','\x1c','\x80','\x68','\x88','\xf2','\xb3','\xa7','\x5e','\x42','\x05','\x58','\x12','\x92','\x38','\xaf','\xfa','\x1a','\x3c','\x2c','\x24','\xf2','\x91','\x13','\x5e','\xb6','\xc7','\xb1','\xe1','\xcf','\xc0','\xbd','\xe0','\x80','\x57','\x0e','\x77','\xe1','\x77','\x18','\x59','\x38','\x81','\x3f','\x4b','\xc3','\x37','\x81','\xa6','\x34','\x11','\x3e','\xd2','\x23','\x03','\x5a','\x35','\x3c','\xf9','\x22','\x2c','\x0f','\x7d','\x63','\x9a','\x5c','\xee','\x67','\xb6','\xf2','\xb0','\x13','\xd2','\xb1','\x32','\x8f','\xd5','\xb4','\x2f','\x5e','\x60','\x3e','\x46','\xc0','\x65','\x84','\xb3','\x0e','\x81','\xdc','\xb4','\x5b','\x16','\x32','\xdd','\xe0','\x50','\xee','\x06','\x2d','\xf6','\x53','\xbf','\x14','\x02','\x94','\x90','\xcd','\x6a','\xae','\xe3','\xd4','\xae','\x78','\xab','\xb2','\xbe','\x9f','\x70','\x77','\x4b','\xd7','\x8a','\x4f','\xfb','\x28','\x63','\x2a','\x1a','\x8d','\xda','\xe7','\x33','\x3a','\xf2','\xbc','\x9c','\x68','\xc3','\x4e','\x07','\x33','\x7c','\xbf','\x80','\x6f','\xa1','\xf5','\x7a','\x47','\x30','\xe1','\x94','\xdb','\xdb','\x86','\xb7','\xbb','\x28','\x6d','\xda','\x46','\x9a','\x9b','\xec','\xc0','\x77','\xb3','\xfc','\x3c','\xc2','\xcd','\x71','\x68','\x14','\x75','\x5f','\x17','\x77','\xd4','\x9e','\x95','\x55','\xa5','\x72','\xfe','\x05','\x9e','\x25','\x0c','\x6f','\xc3','\xa6','\x2e','\x96','\x54','\x40','\x3c','\xed','\xe0','\x20','\x79','\x18','\x1e','\xa4','\xa0','\x0a','\x27','\x1d','\x3e','\x1f','\xa0','\xc0','\xbd','\xdc','\xe7','\xcc','\x02','\xff','\xa8','\x70','\x9a','\xdc','\x62','\x86','\xd6','\x72','\x6f','\x99','\x09','\xf3','\x40','\x0a','\x5d','\x2e','\x2d','\x71','\x53','\x26','\x18','\x55','\xbb','\x5f','\xc7','\xfc','\x35','\x8c','\xd2','\xa7','\x8b','\x4d','\xe8','\x6f','\x2c','\xf4','\x64','\xcb','\x82','\x39','\x3d','\xba','\xf6','\x5f','\xeb','\x30','\x84','\x51','\x60','\x4d','\x1f','\xf1','\x80','\xc0','\x52','\x24','\x6a','\xde','\x3c','\x28','\x81','\x04','\x80','\x69','\x00','\x5b','\xca','\x09','\x13','\x67','\x1a','\x9a','\x5a','\x82','\x80','\x04','\x8b','\xf6','\xb9','\x31','\x5a','\x17','\xeb','\x49','\x35','\x14','\xe9','\x60','\x8a','\x40','\x03','\x0d','\xdf','\x0c','\x80','\x65','\x06','\x26','\x00','\x81','\x21','\xa1','\xa8','\x57','\xf0','\x3c','\xee','\x43','\x26','\x07','\x9c','\xda','\x5e','\x71','\x9b','\xc6','\x08','\x64','\x72','\xd7','\xc5','\xca','\xd5','\x89','\x41','\x37','\x75','\xf8','\x24','\x82','\xa6','\x49','\x1a','\xb8','\x2f','\x28','\x13','\xc9','\xce','\xfb','\x44','\x8c','\xef','\xe5','\xd6','\x2c','\x06','\x7b','\x52','\xce','\xc0','\xfd','\xb4','\xdd','\x10','\x08','\xed','\x4c','\x72','\xfa','\x89','\x40','\x1e','\xf4','\x02','\x14','\x6b','\xc3','\x1c','\x6e','\xb1','\x3e','\xaa','\x4c','\xec','\x15','\xd6','\xfb','\x21','\x8c','\x1d','\xd9','\xd9','\x55','\xe1','\x47','\xf6','\x5c','\x5d','\x22','\x75','\x1d','\x1b','\xc5','\xed','\x4b','\x6b','\xbb','\x93','\x0d','\x91','\xd3','\x00','\x56','\xd4','\x1a','\x81','\xb7','\x3e','\x72','\xe4','\x1d','\x36','\x2a','\x9f','\x77','\xb9','\x64','\x63','\xc5','\x71','\x3c','\x2b','\x5e','\x44','\x3f','\x5c','\x92','\x5d','\x5e','\xce','\x4a','\x85','\xc1','\xd7','\xf1','\x57','\xa1','\xad','\xa3','\x82','\x38','\xf5','\x7f','\xb5','\x4c','\x97','\x73','\xe7','\x49','\xc4','\x5b','\x1a','\x3b','\xc6','\xf1','\xfc','\x0a','\xd4','\x97','\xf9','\xc1','\x53','\xaf','\x9e','\xab','\x77','\x8b','\x16','\x2e','\x09','\x40','\xbd','\xe3','\x38','\x08','\xed','\xe8','\xea','\x8e','\x5b','\xe7','\xd8','\x5a','\xc3','\xed','\x36','\x05','\xbc','\x06','\xb0','\x10','\x80','\xac','\x98','\xa9','\xf3','\xdb','\x1f','\x37','\xc1','\x09','\x7a','\xe9','\xa8','\x33','\x6b','\xa4','\x36','\xcb','\xc1','\xc3','\x1e','\xba','\xda','\xa2','\xb5','\x81','\x2d','\x31','\x1b','\x7b','\x5b','\x16','\xb8','\xe0','\xae','\x41','\x0b','\x24','\x57','\xcf','\xa6','\x77','\x86','\x50','\x24','\xd5','\xac','\x7d','\x31','\x84','\x94','\x70','\x51','\xf9','\x9b','\xab','\xf9','\xd7','\x0f','\xef','\xde','\xeb','\x2f','\x5c','\xee','\xd7','\xe2','\xc7','\xec','\x9a','\xe3','\x55','\x16','\x4c','\xf1','\xf8','\xdc','\x9e','\x9e','\xf6','\xc7','\xc3','\xe7','\xd2','\x26','\x97','\xbe','\xbd','\x12','\x47','\x3f','\x2e','\x4c','\xa6','\xb5','\xce','\x84','\x84','\xcb','\x6f','\x28','\xef','\x56','\xc0','\xad','\x40','\xcc','\x40','\x64','\x2e','\x9f','\x36','\x66','\x31','\xab','\xe1','\xf7','\x09','\x79','\xe4','\x77','\x46','\x4e','\xcb','\xaa','\xf0','\xd0','\xa6','\x31','\x8a','\xfa','\x9e','\x59','\x20','\x8f','\xa3','\x7b','\x74','\xb7','\x9a','\xcb','\x87','\x22','\xd1','\xe4','\xa6','\xf9','\x21','\x88','\xc0','\x63','\x47','\x43','\xdf','\x6e','\xf8','\xd1','\x71','\x9e','\xed','\x71','\x99','\xcb','\xef','\x62','\xaa','\x12','\x26','\x7b','\xa5','\xcb','\x57','\xe9','\x50','\x41','\xd8','\x1f','\x1e','\xd4','\xd7','\x94','\x4c','\x07','\x99','\x80','\x06','\x72','\x57','\x5c','\x4b','\x7a','\x7c','\xd3','\xbb','\x34','\x00','\x70','\xec','\x07','\xde','\x7f','\x1c','\x12','\xae','\xff','\xfb','\x8e','\xfd','\x71','\x88','\xf0','\x63','\x74','\xda','\x1a','\x5e','\x4e','\x3e','\x98','\xb8','\xf3','\x3a','\x2f','\x0c','\xd8','\xdf','\x67','\xd5','\xa2','\x92','\x67','\x69','\xcf','\xd1','\x39','\x8d','\x61','\x71','\xe1','\xb8','\x58','\x20','\xeb','\x20','\x9c','\x1e','\x9c','\x0a','\x41','\xcf','\xc6','\x45','\x7a','\x97','\x2a','\xb8','\xc9','\x1e','\xc8','\x37','\x8d','\x69','\x14','\xa7','\xd7','\x6d','\xc5','\x98','\xe1','\x8c','\x13','\xe9','\xbd','\x0f','\x06','\xfc','\xde','\xd6','\x4f','\x8d','\xf9','\x77','\x94','\xbf','\xb1','\xe0','\xb3','\x2c','\x86','\xff','\x28','\x04','\x23','\xd3','\x80','\x9a','\x92','\xa0','\x1f','\x00','\xa3','\x83','\x34','\x32','\x9c','\xdf','\x33','\xa3','\x26','\x56','\xc7','\x5b','\x13','\x66','\x80','\xa5','\x5e','\x63','\xd2','\x7b','\x71','\x4a','\x2c','\x58','\x02','\xc0','\xe4','\x44','\xe9','\x00','\xc7','\x5e','\xeb','\x1d','\x1a','\x12','\x5f','\x32','\x78','\x74','\x4f','\xa0','\x08','\xee','\xdc','\x93','\x4b','\x56','\x7e','\x97','\x21','\x56','\x08','\x86','\xdf','\xb9','\xb9','\x98','\x6e','\xdc','\x31','\x1a','\x5d','\x06','\x52','\x7f','\xb6','\x91','\x0e','\xbb','\x09','\x8e','\xfb','\x01','\x1c','\x74','\x00','\x6d','\x43','\xdb','\xa0','\x0a','\x94','\x06','\xd6','\xfb','\x03','\x1e','\x89','\x8e','\x34','\x10','\x00','\xe9','\x1d','\x27','\x30','\x7e','\xce','\xfc','\xbb','\x28','\x67','\xf0','\x96','\xe9','\xc5','\xc9','\x79','\x21','\x90','\xdf','\x05','\x32','\xab','\x1a','\x08','\x82','\xdf','\x2c','\x01','\xa3','\x4a','\x42','\x4e','\x97','\x74','\xff','\x2a','\xce','\x17','\x57','\xa2','\x6e','\xfb','\xe1','\x8a','\x10','\x02','\x35','\x86','\x60','\x59','\xd1','\xb4','\x03','\x12','\x3d','\xce','\xea','\x19','\xfc','\x11','\x01','\x68','\x84','\xa6','\xfb','\xcf','\x86','\x5b','\x4f','\x68','\xfa','\xcb','\x25','\xad','\x03','\x23','\xcd','\xe3','\x49','\x93','\x13','\xff','\xb3','\xf8','\xba','\x60','\xb9','\x2a','\xef','\x79','\x31','\xa4','\x8b','\x66','\xcb','\xe7','\x6b','\xbe','\x60','\xc4','\xea','\xeb','\xc6','\x78','\xf5','\xfb','\x45','\x19','\xeb','\x8e','\xc2','\x6f','\x16','\x10','\x56','\xcb','\x94','\x31','\xbe','\xd7','\xbc','\x14','\x08','\x5f','\xf8','\xc9','\xcf','\xac','\xf6','\xf0','\xc2','\x84','\x28','\xe3','\x0e','\xa8','\x90','\x98','\xe8','\x07','\xb3','\x06','\x5f','\x39','\x3a','\xda','\x0e','\x50','\x93','\xc4','\xcf','\xe3','\x7d','\x9f','\xa7','\x02','\xd0','\x71','\x1c','\xd8','\xf7','\xbd','\x2c','\xce','\xbe','\x8b','\xa6','\xb4','\x73','\xf8','\xdb','\x95','\xbb','\x3c','\xe9','\x3e','\x8f','\xdb','\xb5','\xec','\xd0','\x10','\x34','\x1f','\xcf','\x56','\xac','\x3b','\xc6','\x6c','\xb6','\x46','\xc2','\x08','\xe4','\x85','\x1a','\x39','\xe9','\x04','\xf8','\x97','\x34','\x69','\x60','\xf2','\x3e','\xaa','\x98','\x59','\x29','\x98','\x3e','\x56','\x78','\x02','\xd6','\x55','\x77','\xab','\x71','\xcd','\x07','\x89','\x4f','\x9e','\x3f','\xeb','\xda','\x20','\x37','\x18','\xf7','\x89','\x38','\xa4','\xba','\xa3','\x9b','\x5a','\x39','\x86','\x1c','\xc8','\xa3','\x20','\xb0','\x54','\x6f','\x19','\x4a','\x5c','\xff','\x99','\xae','\x9a','\x19','\xc0','\xaf','\xe6','\x33','\xf6','\xbd','\x9a','\xe2','\x0a','\xab','\xa4','\xdf','\x26','\x0b','\x8d','\x3e','\xeb','\x1a','\xdc','\xe0','\xc8','\xd6','\x9e','\x23','\xa2','\x1e','\x35','\x13','\x7e','\x52','\x92','\x49','\xe1','\x77','\x55','\x98','\xd7','\xe6','\x4c','\xfb','\x99','\xd7','\x62','\x4c','\x82','\x97','\x85','\xae','\xf3','\x93','\x3d','\xa2','\xc4','\xd7','\x8a','\x5d','\x2c','\xae','\x44','\xfe','\x44','\x12','\x5c','\x3c','\xb3','\x4c','\xf2','\x79','\xa8','\x2f','\x74','\xfa','\xbc','\xca','\x2b','\xed','\x3c','\xa9','\xf9','\x52','\x1b','\x23','\x73','\x63','\x7f','\x93','\x16','\x79','\xd3','\x24','\xcd','\x7e','\x91','\x5f','\xa3','\x60','\xf5','\x83','\xb1','\x1f','\x1d','\xef','\xdf','\xc5','\xed','\xed','\x78','\xcc','\x17','\x24','\x63','\xe3','\x68','\xc2','\x25','\x05','\xcc','\x97','\x04','\xf5','\x85','\xd5','\xcc','\x0d','\x68','\x70','\x86','\x0c','\x77','\x99','\x42','\x7a','\xa2','\xc5','\x41','\x21','\x84','\xc5','\xe7','\x6b','\xc3','\xe0','\x02','\xe3','\x0c','\xd3','\xce','\xed','\xbb','\x32','\xcb','\x15','\x59','\x51','\xe7','\x95','\x3d','\x1a','\xc7','\x42','\x89','\x91','\xf2','\x44','\xc1','\xd9','\x92','\x95','\x5a','\x3e','\xc3','\x8d','\xbf','\xa5','\xfc','\xa5','\x9d','\x7f','\x51','\x19','\xc7','\xef','\x4a','\x42','\xf9','\x20','\x82','\x4c','\x47','\xa3','\x26','\x01','\x87','\x88','\xd0','\xb6','\x43','\x7e','\x7f','\x23','\x17','\x00','\xb0','\x35','\x6c','\x2c','\xae','\x51','\xdc','\x08','\xd4','\x23','\x32','\x1c','\xb3','\x08','\x45','\xe4','\x96','\xa0','\x10','\xb2','\xd4','\x87','\xca','\x05','\x85','\x11','\x2f','\x92','\x5e','\x50','\x0a','\xda','\x01','\x00','\x66','\xc1','\x34','\x46','\x9b','\x55','\xd8','\x88','\x5b','\x3d','\xa7','\x74','\xd4','\x70','\x5a','\xe6','\x11','\x28','\x3e','\x1b','\x78','\x4d','\xa7','\x5c','\xcf','\x17','\xeb','\xf8','\xd1','\x09','\xad','\xb3','\xdc','\x85','\xda','\x48','\x84','\x3e','\x54','\x17','\x37','\x13','\x2c','\x9a','\x85','\xa1','\xd7','\x28','\x7b','\xaf','\x2a','\x59','\x3f','\xce','\x4b','\xa4','\x32','\xf2','\x3e','\x69','\x5f','\x9d','\xfe','\x50','\x0a','\x5e','\xd0','\x62','\x9c','\x87','\xe7','\x57','\x5a','\x59','\xb0','\xb9','\x08','\x41','\x61','\x45','\x93','\x5f','\x9b','\xf2','\x80','\xd4','\x1a','\x5a','\x63','\xa0','\x4b','\x2b','\x07','\x75','\x48','\x02','\x29','\x40','\x2c','\x83','\x71','\x0f','\xc9','\x84','\x9f','\xec','\xe2','\x64','\xf8','\x4c','\x76','\xd5','\x1e','\x5c','\xd0','\xfb','\x11','\xcf','\xaf','\xe8','\x3e','\x63','\xb9','\xa8','\x97','\xc2','\xce','\xf0','\x88','\xc7','\x1f','\x78','\xbd','\x4f','\x97','\x7b','\xc7','\x2f','\xd4','\xd1','\x81','\x9d','\xd7','\xa9','\x40','\xb4','\x22','\x73','\xe5','\xb7','\x55','\x43','\x57','\xc2','\x73','\xfe','\x3a','\xd2','\xb5','\x0c','\xe3','\x27','\xf3','\x97','\x8a','\x3c','\xb8','\x55','\xaf','\x3b','\xac','\xcb','\x7f','\xb1','\x2a','\xc6','\x0b','\x7e','\xea','\x60','\x64','\x77','\xf0','\x04','\x45','\x0c','\x49','\xe0','\x7d','\x90','\xe4','\x6b','\xdc','\x25','\xe7','\x4f','\x8e','\x69','\xb0','\x0a','\x80','\x00','\x24','\x01','\x48','\xcc','\x48','\x47','\xf1','\x9d','\x03','\x80','\x1f','\xdf','\xf7','\x64','\xed','\x51','\x97','\x37','\x23','\xd4','\x86','\xc8','\x88','\xc4','\x7f','\xdd','\x92','\x43','\x2a','\x33','\x72','\xbb','\x89','\x2f','\xfe','\xed','\x26','\xdf','\xcf','\xb4','\xf7','\x23','\x10','\x8e','\x12','\x33','\x95','\x07','\x3f','\x5f','\x46','\xab','\xcc','\xc7','\x1b','\xa8','\x83','\x99','\x86','\x95','\x27','\x32','\x1c','\xbc','\x89','\xde','\xae','\x70','\xc0','\xd5','\x3c','\xc7','\x83','\x37','\x1e','\x30','\xd5','\xfa','\x79','\xbd','\x71','\x7d','\x39','\x01','\xbf','\x7d','\x1e','\x0e','\x80','\x28','\xef','\x2a','\x80','\x8d','\x7d','\x4d','\x75','\xa6','\x71','\xa7','\x99','\x5e','\x6a','\xd0','\x17','\xfd','\xa4','\x9f','\xf2','\xec','\xa6','\x65','\x35','\x38','\xcc','\x25','\xb9','\x63','\x1e','\x7b','\x84','\xb5','\xee','\x47','\xac','\x4b','\x0e','\x35','\xec','\x49','\xe1','\xc8','\x88','\xbb','\x50','\xb7','\x09','\x6d','\x11','\x22','\xf6','\x7f','\xa8','\xa3','\xae','\x0b','\x15','\xfd','\x49','\x9c','\x99','\x0b','\xc0','\xab','\x4d','\x26','\x00','\xe2','\xf1','\xf9','\x07','\xca','\x70','\xb0','\xf2','\xd7','\x89','\xc1','\x7d','\x95','\xe3','\xfd','\x82','\xf2','\x49','\x1c','\x98','\x18','\x01','\xfd','\x6f','\x0b','\x8d','\x36','\xb3','\x08','\x3e','\x87','\x9a','\xc3','\x99','\x19','\xc7','\x43','\xdc','\xdf','\xf6','\xc7','\xa1','\xc9','\x6c','\xb5','\xad','\xc5','\x32','\x56','\x22','\x81','\x25','\xdc','\x5e','\xbc','\x7e','\x32','\x64','\xd6','\xf1','\x26','\xb8','\xdb','\x5a','\x08','\x04','\x05','\x8e','\x17','\xee','\xbf','\xc3','\x39','\x20','\x9b','\xbc','\x0d','\xe6','\xd9','\x40','\x4e','\x98','\x06','\xed','\x0d','\xe0','\x94','\x8f','\x2d','\x25','\x9a','\x1e','\xef','\xb3','\x19','\xb3','\xba','\x6a','\xbf','\xb8','\x2e','\x25','\x82','\xd9','\xf4','\x32','\x76','\x83','\x04','\x12','\xe1','\x71','\xb0','\xbf','\x11','\xde','\x4a','\xf9','\xe8','\x26','\xfe','\xce','\x62','\x7b','\x3a','\xfe','\xbd','\xaa','\x3b','\x7e','\x56','\x45','\x8e','\xb9','\x45','\x59','\x8e','\xb3','\xa3','\x77','\xd0','\x01','\xd0','\x7b','\x5c','\x66','\xbf','\xbf','\xb5','\x08','\x21','\xbb','\x11','\x6e','\xbc','\x41','\xa2','\xc3','\x99','\x5b','\xbb','\xec','\xa3','\x3b','\xc5','\x91','\x32','\x54','\x0b','\xc1','\xcb','\xd0','\x23','\x35','\xb2','\x70','\x72','\x91','\x6e','\x41','\xdd','\xdf','\xd8','\x18','\x29','\x62','\xc7','\x41','\x6e','\x71','\x30','\x17','\x16','\x60','\xc9','\x3c','\x7a','\x97','\x27','\x34','\x36','\x9f','\x0d','\x4b','\x4e','\x69','\xd5','\xeb','\x05','\xfd','\xa0','\x05','\xe4','\x88','\x44','\xd7','\x4a','\x03','\x04','\x38','\xba','\x56','\x61','\x0f','\x9d','\xff','\x32','\x70','\xb5','\xbd','\x2d','\x5e','\x07','\x36','\x36','\x15','\x7c','\xda','\x26','\x34','\x8c','\x0f','\xd6','\x29','\xd4','\xf5','\xcb','\x53','\xb7','\x5c','\x47','\x42','\xc6','\x73','\x2d','\xd2','\x3b','\x14','\x8c','\x06','\xb1','\x1f','\x32','\xc9','\xba','\x35','\x66','\x0d','\x56','\x21','\x2d','\x6f','\xdc','\x44','\x50','\x6e','\x7e','\x43','\x51','\x2c','\xf2','\x7a','\x1f','\x4c','\xaf','\x18','\x55','\x7e','\xc4','\xfb','\x5b','\x52','\x9f','\x32','\xd8','\x57','\x5c','\xc9','\xe6','\x2a','\xe7','\xef','\xf0','\xf4','\x4d','\xdd','\x2f','\xcf','\x90','\x7b','\x3e','\x7f','\x8b','\xb6','\x32','\x7c','\xc5','\x4b','\xd7','\x63','\xa8','\xdd','\xac','\x98','\xbf','\x57','\x5b','\x88','\x8a','\x2f','\xd5','\x35','\x1c','\x0d','\x3b','\x5b','\xb5','\xaf','\xb3','\x36','\x72','\x5d','\x2e','\x0f','\xf3','\xdb','\x17','\x0d','\x7c','\x45','\x19','\x94','\x1d','\xa6','\x0f','\xf6','\x11','\x30','\xa3','\x77','\x89','\x64','\x49','\x5d','\x68','\xff','\x58','\x1e','\x8f','\xc7','\x75','\x14','\xb8','\xd0','\x16','\xf5','\x22','\x04','\xbd','\xff','\xd8','\x23','\x98','\x01','\x0f','\x6e','\x43','\xaa','\xc1','\xbc','\xa9','\x4b','\x9b','\x45','\x85','\x2b','\x97','\xc7','\x47','\xa2','\xf9','\x6c','\xbd','\x56','\x30','\x94','\xcf','\xcb','\x58','\x56','\xfc','\xcc','\x13','\x38','\xcc','\xeb','\xb9','\xea','\x7a','\x59','\xd8','\xff','\x99','\x9b','\x3e','\x9b','\x0c','\x63','\x09','\xa0','\x3c','\xfd','\x5b','\x99','\xfa','\xa9','\xb6','\xaf','\x59','\x08','\x14','\xb9','\x85','\xec','\xba','\x16','\x3f','\x73','\x42','\xe2','\x15','\xda','\xa7','\xf7','\xec','\x1d','\x8e','\x2f','\xab','\x3a','\xce','\x88','\xe5','\x39','\x95','\xa6','\xc7','\xcd','\x1d','\xd6','\x6b','\xb5','\x4e','\xe3','\xfa','\x9c','\x20','\x9b','\xe5','\x81','\xe5','\xea','\x66','\xc9','\x1c','\x42','\x8f','\xb8','\xb9','\x75','\xb1','\xf6','\x1c','\x3a','\x36','\x77','\x73','\x93','\xff','\xc6','\x8b','\x0d','\xdc','\x39','\x98','\x6a','\xa2','\xd0','\x18','\xb2','\x60','\x0f','\x83','\xe7','\xb3','\x71','\x02','\x03','\x73','\x3a','\xfd','\x78','\xae','\xf1','\x89','\x87','\x95','\x18','\xad','\xcb','\xab','\x58','\x6f','\xec','\x6d','\xee','\x7f','\x3a','\x2a','\xbf','\x9b','\xba','\x5f','\xf5','\x77','\x72','\x8e','\x5d','\x81','\x41','\x12','\xac','\x62','\x4b','\x61','\xf1','\x2d','\x2a','\x8c','\x44','\xf3','\xb3','\x5c','\x63','\x5c','\xf2','\xfc','\xcc','\xcd','\x53','\x30','\x6f','\xd3','\xd8','\xd6','\x40','\xfb','\x3a','\xdf','\x9c','\xee','\x29','\xb5','\xc1','\xda','\xe8','\xf8','\x81','\x57','\xdb','\x93','\xe6','\x1a','\xfb','\x5d','\x60','\xb0','\x8c','\x73','\xf1','\x3e','\x9f','\x10','\x37','\x32','\xa6','\x13','\x8e','\x57','\xb3','\x16','\xd0','\x18','\x52','\x1b','\x73','\xee','\x77','\x25','\x9c','\x9d','\x4c','\x3b','\xb9','\xbc','\xc9','\x4b','\xdc','\x61','\x08','\xc9','\xcf','\xd9','\x48','\xcc','\xa4','\xff','\xba','\xf1','\x5f','\x0a','\x92','\x67','\x6b','\xf5','\x57','\x97','\xbc','\xff','\x23','\xbd','\x5c','\xad','\xb9','\x31','\x33','\x54','\xcf','\x43','\x95','\x57','\x15','\xc6','\x32','\xdd','\xe8','\x84','\x63','\x67','\x10','\x8e','\xe8','\x8e','\x80','\x1b','\x2c','\xe9','\xae','\xb9','\xc3','\x6b','\x3f','\x1c','\x1e','\x20','\x50','\x06','\xb8','\x1b','\xea','\xcc','\x09','\x32','\x87','\x7e','\x1b','\x49','\xe4','\x3f','\x71','\x35','\x55','\x1c','\xad','\xe1','\xb2','\xa5','\xa9','\xc4','\x91','\xa5','\x71','\x50','\x23','\x34','\xb5','\xde','\x5f','\x6d','\x7c','\x66','\x09','\x96','\xf7','\x86','\x80','\x4a','\x17','\x49','\xe1','\x4a','\xf5','\xb0','\x72','\x5f','\x30','\xa2','\xcd','\x32','\x33','\x1a','\x01','\x87','\x36','\xea','\xf3','\x65','\x83','\x7f','\x55','\xb0','\x34','\xb9','\x17','\x6a','\xf7','\x35','\x7e','\x23','\xdf','\x37','\xcf','\xad','\xdb','\xdc','\x53','\x50','\x09','\x22','\x1c','\x94','\xad','\x3e','\x27','\xb4','\x22','\xf1','\x01','\xf9','\x4f','\x36','\x6f','\x31','\x77','\xf4','\x2e','\x82','\xb1','\x25','\x4a','\xed','\xfd','\x40','\xeb','\x4d','\x82','\x48','\xdc','\xd8','\xd3','\x94','\x14','\x4b','\x76','\xc8','\x93','\x63','\xa0','\x59','\xef','\xd8','\x95','\x42','\xc3','\x98','\x4a','\xbd','\xd5','\x9c','\x53','\xe5','\x95','\xc2','\xf4','\xe2','\xeb','\xa2','\x11','\x5e','\x7e','\x2c','\x63','\x59','\xe0','\x27','\xe7','\x3d','\xe6','\xc6','\x57','\x3d','\x5e','\xd7','\xf8','\x2a','\x00','\xf2','\xb5','\x1b','\x68','\xdc','\xc0','\xe3','\x00','\xe9','\xd8','\xbd','\x40','\x7b','\x97','\x5c','\xc3','\x27','\xc7','\x3c','\xf3','\x18','\xcf','\x1a','\xa2','\x61','\x8f','\x13','\xc1','\x98','\x78','\x82','\xb8','\xea','\xb0','\xef','\xc7','\x24','\x3c','\x33','\xb3','\x18','\x61','\x86','\x52','\xee','\x00','\xdd','\x6e','\x37','\xd7','\x88','\x74','\xf5','\x85','\xdd','\xf7','\x2e','\x08','\x43','\xf3','\xfb','\x64','\xc4','\xd1','\x5a','\x84','\x09','\x6e','\x37','\x72','\xc1','\x67','\x39','\xf1','\x3e','\x40','\x92','\xad','\x6c','\x22','\x48','\xe5','\xcd','\x44','\x94','\x97','\xbc','\xc1','\xd5','\xda','\xfd','\xec','\x06','\x2d','\x37','\x99','\xe6','\xa6','\xaf','\x10','\xf4','\xc9','\x26','\x97','\x63','\x7f','\x71','\xfe','\x96','\x43','\x71','\xa4','\x1b','\xc1','\x08','\x6a','\x1d','\x0e','\x97','\x1d','\xe6','\xb9','\xfd','\x85','\x25','\x26','\x23','\xca','\xa5','\xe0','\x74','\x86','\x54','\x78','\xfc','\x3e','\x02','\x5c','\xe2','\xd3','\x2e','\xd7','\x62','\x6e','\x6f','\x42','\x8a','\x4e','\x43','\x07','\xee','\x85','\xe1','\x18','\xf6','\x38','\x0e','\xf4','\x83','\xf1','\xd8','\xbb','\xbb','\x3e','\xb1','\x49','\xfc','\x8d','\xd0','\x48','\xef','\xf6','\x68','\xe2','\x3b','\x77','\x6b','\xb3','\xb9','\x23','\x11','\xe4','\xc2','\x88','\x64','\xa1','\x73','\xcd','\x35','\x0d','\xa3','\x3a','\x2d','\xf3','\x72','\x3c','\x03','\xd4','\x4a','\x0a','\x7e','\x9e','\x67','\x1b','\x89','\xdd','\xe2','\x9e','\xd3','\x2f','\x2c','\xb9','\x2f','\x67','\x5e','\x9e','\xbc','\x63','\x5b','\x50','\xb6','\xdf','\x7e','\xa3','\x08','\x7c','\x70','\xbb','\x6d','\xca','\x60','\x1d','\x38','\x20','\x78','\xcb','\xf2','\x39','\x59','\x24','\xca','\xd1','\xef','\x79','\x91','\xce','\xd3','\x7f','\xad','\xae','\x6f','\x3c','\x8d','\x7d','\xfc','\xb4','\x16','\xd6','\x38','\xc6','\x69','\x8a','\xa1','\x8d','\x9c','\x6f','\xac','\x44','\xdc','\x18','\x2d','\xb1','\x98','\xb8','\xb7','\x98','\x2e','\x00','\x97','\x16','\x65','\xdc','\x94','\xfb','\x1b','\xfa','\xe7','\xd4','\xc7','\xb8','\x70','\x34','\x8e','\x5d','\x3b','\x12','\xe6','\x17','\x1a','\xd2','\x18','\x1e','\x2d','\x6c','\xac','\xbb','\x92','\xef','\xa7','\xa3','\xa2','\xeb','\x97','\x05','\x20','\xc0','\x82','\x8d','\x20','\x34','\xef','\x17','\x2e','\x22','\xbf','\x04','\x36','\xff','\x0e','\x82','\xcf','\x82','\xf6','\x2d','\xc7','\x75','\x36','\x56','\x1a','\x18','\x9d','\xa9','\x1e','\x4d','\x47','\xdd','\xbb','\x66','\x00','\x5d','\xce','\x87','\x28','\x84','\x8e','\x50','\x20','\x50','\x0b','\x57','\x2a','\x31','\xd7','\xa1','\x33','\xfb','\xdd','\x19','\xa3','\x09','\x04','\xb9','\x11','\x82','\x74','\xa6','\x84','\x0f','\x0f','\xe7','\x94','\xb6','\x69','\xdd','\x3e','\x80','\x68','\xde','\xf3','\xe1','\x50','\x13','\x89','\x4b','\x15','\xb7','\x74','\x17','\x68','\x9c','\x80','\x9d','\x8b','\xe1','\xa7','\xa2','\x97','\x62','\xa3','\x61','\x51','\xa3','\x51','\x73','\x2f','\x15','\x77','\xc7','\x6f','\x96','\xc2','\xa3','\xa1','\x1f','\xbd','\x28','\xbf','\x9c','\xd6','\x9a','\x10','\x94','\x60','\xf6','\x0b','\xe2','\xc0','\x5d','\x16','\x1a','\x3e','\x3b','\x0f','\x64','\x7b','\xca','\xec','\x82','\x8a','\x90','\x40','\x56','\x4b','\x46','\x90','\x94','\x7c','\xfc','\x0d','\x67','\x94','\x0b','\x07','\x85','\xee','\x99','\xc2','\x43','\xde','\x34','\xfe','\x82','\x3a','\x81','\xa8','\xeb','\x6f','\x81','\xcb','\x7a','\xef','\xd8','\xec','\x82','\x8f','\x2f','\x44','\x44','\xed','\x7d','\xe9','\x40','\x73','\x8c','\x2a','\xcf','\x33','\x57','\x5a','\x91','\xc7','\x2b','\xa1','\xe7','\x9c','\x87','\xe2','\xa9','\xce','\x29','\x1a','\x18','\x89','\x52','\x6c','\xff','\xcb','\x7d','\x9e','\xb5','\xbd','\xa2','\x61','\x2f','\x95','\x13','\x1c','\x39','\xb2','\xd3','\xeb','\x57','\xd9','\xe7','\x34','\xef','\x3f','\xd6','\x83','\x3d','\x99','\xc0','\x39','\x07','\xb4','\x78','\x77','\x35','\x20','\x45','\x22','\x86','\x4b','\xc6','\xd7','\xd6','\x73','\x08','\xb8','\x2b','\x8a','\x09','\x9a','\xa3','\xdb','\x19','\xad','\x5f','\xc9','\x20','\xb7','\xdb','\x6d','\x69','\x51','\x9c','\x2c','\x40','\xc5','\xca','\x63','\x6e','\x6c','\xb7','\xf8','\x2b','\xe1','\x5a','\x9b','\xc7','\xce','\x5f','\x6a','\xb5','\x97','\x58','\xf7','\x74','\x6e','\xe7','\xc5','\x00','\xcf','\x31','\xc0','\x45','\x9d','\xd4','\xde','\xc7','\x19','\xc6','\x05','\xa2','\x5d','\xd5','\x59','\x7d','\x4d','\x07','\x64','\xd4','\x50','\x2c','\xdf','\x5c','\x2d','\xd0','\xf4','\xb5','\x3e','\x18','\xb5','\xc0','\x66','\x99','\xc8','\xf3','\xcd','\x2e','\x69','\x8c','\xe1','\x73','\xfa','\x30','\x09','\x12','\xa3','\xb5','\x67','\x04','\xd0','\xf1','\xb0','\x4f','\x7b','\x49','\xd3','\x33','\x7f','\xf5','\x15','\x04','\x56','\xde','\x8b','\x31','\xcb','\x7a','\x9a','\x15','\x26','\x88','\x99','\xe0','\x68','\x65','\x50','\xd5','\x2a','\xd9','\x7b','\xd7','\x70','\xd6','\xa1','\xe9','\x0f','\x18','\xd6','\x9c','\x17','\x25','\xa4','\x75','\x62','\x61','\x49','\x91','\xb0','\x11','\x04','\x8e','\xdf','\x0b','\x78','\x9b','\x36','\xf5','\x83','\x08','\xac','\x10','\xe9','\x8f','\xbd','\xfa','\xf5','\xe5','\xd5','\x73','\xf9','\x1b','\xca','\x25','\x32','\x4d','\x72','\xe8','\x08','\xbf','\x80','\xe3','\x3f','\x34','\xcd','\xf3','\x73','\x7f','\xdb','\x70','\xbf','\x6f','\x00','\x24','\xe2','\x95','\xdd','\x53','\x60','\x8b','\x40','\xb9','\x72','\xff','\x35','\xb8','\x9f','\x68','\xc2','\xfa','\xdc','\x7c','\xb6','\xb8','\xf0','\xe3','\x97','\xce','\xa3','\x53','\x6f','\xda','\x85','\x9d','\x50','\x42','\x64','\x21','\x48','\x7e','\xf3','\x61','\x27','\xe6','\xe5','\x84','\xa8','\x9d','\x3f','\xf0','\xa7','\x59','\xc6','\xf7','\x7e','\x92','\xfb','\x51','\xbe','\x04','\x1d','\xb8','\x21','\x8f','\x25','\x18','\x2e','\xbb','\xbf','\x91','\xc7','\xba','\xd2','\x9c','\x42','\xdb','\x92','\xb6','\xf5','\x6e','\xc0','\x8c','\x38','\xbf','\xbe','\xbc','\x44','\xb9','\x7f','\x51','\xbf','\xc0','\x2c','\xec','\x60','\xf8','\xfc','\x85','\xe3','\x73','\xdc','\x39','\x0d','\x22','\xbe','\xdb','\x5e','\x1e','\xc7','\x81','\xfd','\x81','\xb8','\xa3','\x95','\x70','\x64','\x6b','\x04','\x6c','\x24','\xe1','\x8f','\xd9','\x3c','\x40','\x50','\x60','\x2f','\x5c','\xcd','\x74','\x3a','\x8a','\x4b','\x9b','\x0b','\xf1','\x34','\x4b','\x2a','\xf6','\x82','\xe2','\xf5','\xa2','\x43','\x20','\x92','\xa8','\x72','\x8e','\x8f','\xa9','\x2a','\xfa','\xd2','\x7a','\xe5','\x53','\xea','\x8f','\x39','\x55','\x54','\xd8','\x6d','\xca','\x38','\xdd','\x6e','\x5b','\xb1','\xf8','\x98','\x7b','\x6c','\x59','\x23','\x8a','\x80','\x07','\x96','\x87','\xd5','\x68','\x0f','\x31','\x39','\x3d','\xe1','\x4e','\x89','\x8c','\xff','\x4e','\x1c','\x5a','\x05','\x1d','\x17','\xc4','\xd4','\xdd','\x57','\x82','\x50','\xe4','\x75','\x4d','\x90','\x90','\xf8','\x94','\x18','\xb5','\x2c','\xa4','\x45','\x06','\x4c','\x8f','\xb4','\x0f','\x8e','\xbe','\x7c','\x93','\x59','\x05','\x5d','\xf1','\x15','\xf4','\x80','\x11','\x3d','\x92','\xd7','\xbb','\xfc','\xb8','\x64','\x00','\xd6','\x0f','\x38','\x29','\x79','\xa8','\x8c','\x61','\x78','\x69','\xb0','\x1a','\x5e','\xae','\xfe','\x85','\x95','\xee','\x14','\xe5','\x64','\xbe','\xce','\x4e','\x93','\x8e','\x27','\x2b','\xa5','\xce','\x0c','\x49','\x52','\xe1','\xbc','\xd9','\x4f','\x95','\x13','\xe9','\xe0','\xe5','\x36','\x1d','\x04','\xf4','\x83','\xfa','\xb2','\x3a','\x6f','\x7d','\xe6','\x51','\xb0','\xf8','\xba','\xaa','\xfe','\xca','\xa0','\x5c','\xa1','\xae','\xe5','\x99','\x12','\x81','\x6c','\xbc','\x19','\x47','\x3c','\x99','\x30','\x83','\xd5','\xcb','\xa3','\x5a','\x7a','\x88','\xc8','\x8d','\x3b','\x63','\x29','\x41','\x10','\x8e','\xe3','\x48','\x40','\x2f','\x80','\xfd','\xff','\xfa','\x7f','\x7f','\x73','\x6d','\x09','\x99','\x06','\xfd','\x64','\x05','\x46','\x46','\x7d','\xa4','\xcd','\xe5','\xad','\x8f','\x20','\xfc','\x67','\x52','\x2a','\x97','\x3f','\xe3','\xe3','\xf2','\xca','\x9a','\x55','\xaf','\xdf','\x56','\xf4','\xea','\x4c','\xf3','\x30','\x4e','\x79','\x2c','\x4b','\x46','\xca','\x89','\xc8','\x08','\x78','\xf5','\xc0','\x96','\xf5','\x4c','\xfd','\x31','\x58','\x42','\x79','\xa6','\xf6','\xc2','\x5a','\x43','\xf1','\x59','\x91','\xde','\x84','\xa8','\x13','\x01','\x89','\x7c','\x3f','\x3c','\xcf','\xe3','\x04','\x59','\xa5','\xa1','\x96','\x67','\x93','\x44','\x7e','\x82','\x65','\x0a','\x33','\x97','\x9f','\x3b','\x12','\x64','\x3f','\x30','\x63','\x3e','\x22','\xd6','\x17','\x7b','\x67','\xf4','\x5d','\xc2','\xb5','\x1e','\xbb','\x08','\x40','\x76','\x61','\xd7','\x08','\x78','\x23','\x02','\x99','\xe6','\x3d','\xe7','\x2f','\xf0','\x36','\x6b','\xe8','\xd6','\x34','\x3b','\x61','\x2c','\xc7','\x09','\x8d','\x80','\xc1','\xf1','\x71','\x55','\x9e','\xc1','\xe3','\x2b','\xef','\x5c','\xb5','\xff','\xab','\xcb','\x57','\x91','\xf6','\xd3','\xf5','\xb9','\xe8','\xc0','\xf8','\x62','\x27','\xbe','\x06','\x33','\xca','\x88','\x49','\x38','\xfd','\x86','\xb7','\x3f','\x6e','\x78','\xfb','\x76','\xc3','\xa6','\xa1','\xae','\xb1','\x27','\xeb','\x85','\xde','\x09','\x22','\x8a','\xb3','\x36','\xf3','\x2c','\x23','\x66','\xaa','\xd4','\x2d','\x5c','\x35','\x9e','\xec','\xc2','\x62','\x2e','\x6e','\x6d','\xdc','\x12','\xce','\x2c','\xfe','\x07','\x89','\x0a','\x51','\x25','\x08','\xcb','\xde','\x16','\x0b','\x36','\xba','\x9d','\xd2','\xc0','\x94','\x7a','\x6b','\xa7','\x09','\x1e','\x85','\xb1','\x9b','\x02','\xa6','\xd8','\x1d','\x81','\xdc','\xe7','\xc9','\x12','\x30','\x9f','\xfc','\x40','\xf5','\x23','\x69','\x7f','\x36','\x16','\x36','\x0e','\x73','\x6c','\x6f','\x58','\xf3','\x0f','\xeb','\xdb','\x47','\xe4','\xfd','\xbb','\x0e','\xd0','\xaa','\xdf','\x05','\x2d','\x5c','\xe2','\x95','\x4f','\x94','\x91','\x2f','\xc8','\x90','\x7c','\xc9','\x33','\xe8','\xb8','\xba','\x5a','\x82','\x88','\x0e','\xb5','\x86','\x34','\x50','\x63','\x77','\x67','\x6a','\x90','\xc0','\x00','\xdc','\x1b','\x98','\x7b','\x28','\xdd','\x14','\x61','\x1a','\xe8','\x9a','\xc5','\x80','\x17','\x7d','\x8a','\x4b','\x9b','\xf2','\x13','\xf9','\xc7','\x05','\x7a','\xf5','\x77','\x48','\xad','\x50','\xd4','\x2a','\x5c','\xa6','\xbe','\x04','\xa4','\x4d','\x18','\x50','\xaa','\xa8','\xb8','\xc2','\x5d','\x63','\x6f','\x9a','\x48','\xfd','\xde','\x24','\x99','\x35','\x01','\x72','\x17','\x8a','\xb1','\xbf','\x1f','\x7e','\x57','\x60','\xcb','\xf7','\x58','\x34','\xf8','\x03','\x01','\x4e','\x7b','\xfc','\x4e','\xcc','\x46','\x20','\x6c','\xe0','\x7e','\x44','\xc4','\xdb','\xba','\xa4','\x5f','\x52','\xae','\x79','\x09','\x99','\x7c','\x90','\xb2','\x8e','\x7e','\x34','\x1c','\x4d','\x2d','\x58','\x4c','\x9a','\xa2','\x64','\x78','\xd9','\x14','\xdc','\x43','\x83','\x39','\x50','\x09','\xb3','\x46','\x81','\xcc','\x55','\xb8','\x36','\xc1','\xf6','\x97','\xc5','\x4d','\x91','\xa1','\x77','\x6e','\x37','\x96','\xf5','\x86','\xac','\xa7','\x6b','\x56','\x54','\x13','\x62','\xd1','\xbb','\xfa','\x08','\x04','\x08','\xfe','\x63','\x1c','\x9b','\xd1','\xfa','\x71','\x15','\x26','\x5e','\xd2','\xea','\xad','\x78','\xc2','\x89','\x91','\x1b','\x7e','\x5f','\x1e','\xd0','\xb9','\xbf','\xfa','\xce','\xdc','\xcf','\x38','\x94','\x0f','\x15','\x37','\xdb','\x25','\x7c','\xf7','\x1b','\x80','\x89','\x13','\x5d','\x3d','\xe5','\x73','\xed','\xb7','\xcc','\xcb','\xe7','\x0d','\x78','\x36','\xce','\x72','\x30','\xce','\x4f','\xc9','\x29','\xaf','\x34','\x0c','\xcc','\x69','\x88','\xd7','\x09','\x9e','\x0f','\x10','\x05','\xe8','\xfe','\xd8','\xcb','\xd9','\x34','\x25','\xf9','\xa5','\x00','\xd4','\x53','\xf8','\xc7','\xfc','\xec','\x8f','\xff','\x75','\x5f','\x0f','\x78','\xe6','\x24','\xce','\x17','\xe3','\x02','\xd9','\xfd','\xce','\xb2','\xe0','\xd9','\xe7','\xaf','\x06','\x18','\x2b','\x60','\xc7','\x0c','\x20','\x93','\xcf','\xe5','\xa2','\xce','\xaa','\x01','\x3b','\xdc','\x7c','\xfa','\x5b','\xac','\xf1','\xd4','\x67','\xfa','\xcd','\x9c','\x73','\x33','\xcb','\xe6','\xf3','\xf0','\xca','\xf1','\x4b','\x28','\xbd','\xb8','\x8e','\x61','\xa4','\x5e','\x83','\xf0','\x1a','\x0d','\x9e','\xcf','\x2f','\x3f','\x2e','\x51','\xe2','\xd6','\x72','\x5e','\x1a','\x27','\xcf','\x07','\xd0','\x84','\x94','\x34','\x38','\x56','\xe2','\xc5','\x7a','\xd1','\xed','\xd8','\xd9','\x2f','\xbc','\x5b','\x12','\x53','\xb9','\x5f','\x11','\xcc','\xa7','\xe4','\x45','\xb8','\x12','\x51','\xe2','\x37','\x1a','\xb1','\xc1','\xaa','\xac','\x18','\x99','\xaf','\x42','\x56','\x7f','\x51','\xf9','\x65','\xc3','\x5f','\x9d','\xa1','\x13','\x65','\x46','\x39','\x37','\x65','\x5b','\x54','\xe0','\xa1','\xf0','\x07','\x6e','\x9b','\xe4','\x12','\x7b','\xfb','\x76','\xc3','\xdb','\x37','\x49','\x9e','\x2c','\xf7','\xbf','\x24','\xb9','\x2d','\x77','\xd9','\xcb','\x46','\x72','\x81','\x17','\x76','\xb1','\x19','\x38','\x07','\x5e','\xc4','\xef','\xcb','\xb3','\xf9','\x91','\x42','\x11','\x99','\x29','\x42','\xac','\xdb','\x51','\xbc','\x3e','\x3c','\xa3','\xe0','\xbd','\xc4','\xb3','\x57','\x65','\xc5','\x1d','\x18','\x58','\x17','\xd9','\xce','\x2a','\x2a','\x43','\xd5','\x48','\xcf','\xd0','\xdc','\x9e','\x30','\x3d','\x34','\x3c','\x18','\xda','\xb7','\x67','\x79','\xf8','\x23','\xf1','\x53','\x8e','\xd9','\x42','\xeb','\x52','\x27','\x55','\x3c','\x9c','\x20','\xdb','\xcf','\x96','\xbf','\x82','\xd8','\x0c','\x38','\xad','\xac','\xc9','\x6f','\x1d','\x87','\x1d','\x12','\x13','\x84','\x69','\xce','\x77','\xc5','\x62','\x79','\xa3','\x0e','\x1c','\x10','\xc6','\xb9','\xbd','\x8b','\x8b','\x18','\x35','\x00','\x68','\x1e','\xa5','\x75','\xdb','\x9a','\x32','\xfb','\x2a','\x04','\xd9','\xa4','\x28','\xc3','\xe6','\xcc','\xb0','\x89','\x30','\xa2','\x2e','\x71','\x1e','\x58','\x20','\x18','\x3d','\x97','\xc7','\x13','\xdc','\xe4','\x36','\xe4','\xec','\x06','\x03','\xcd','\x0c','\x0d','\xed','\x8c','\x70','\x8d','\x73','\xb8','\x26','\xb7','\xf6','\xb4','\x8d','\xd0','\x6e','\x22','\xf0','\xb8','\xe2','\x41','\x65','\x1f','\x0f','\x8c','\x73','\x74','\x1c','\x8f','\x8e','\xfd','\x10','\xf7','\xfe','\xed','\x26','\xf8','\xc4','\x73','\x71','\x65','\xcb','\x15','\x8b','\xd5','\x85','\x6d','\xdc','\x1b','\xcb','\x1d','\x18','\x00','\xe0','\xbe','\x3e','\x33','\xbf','\xb8','\x38','\x43','\x6a','\x02','\x1a','\x33','\xe8','\x60','\xf4','\xa6','\xa9','\x8c','\xcc','\x2a','\xf3','\x04','\xd7','\xb5','\xa4','\x1c','\x04','\x00','\xde','\x39','\xe4','\x88','\x22','\xbc','\xcb','\x62','\xfb','\x6f','\x1d','\xe8','\x4d','\xdc','\x1b','\x55','\xa2','\x41','\xef','\x14','\xf7','\xbd','\x6e','\x12','\x8d','\xb3','\x82','\x87','\x34','\x78','\xc6','\x1f','\x4d','\x4a','\xce','\xf4','\x69','\xaa','\xbe','\xc0','\xcd','\x4b','\x34','\x59','\x19','\x92','\xe5','\xe3','\xb1','\xf2','\x25','\xeb','\x76','\xfa','\xe5','\xf3','\xa5','\x08','\xd1','\x76','\xb4','\x38','\x29','\xb1','\xfd','\xc7','\xaf','\xe9','\xaf','\x76','\xae','\xff','\xd1','\x35','\xad','\xb3','\xb5','\x5d','\xdd','\x27','\x1a','\xbf','\x97','\x21','\x67','\x3e','\x3a','\x33','\x9f','\x1f','\x58','\xbb','\x91','\xc5','\x5a','\xba','\x5f','\x9b','\xf0','\xa3','\xbc','\xc2','\xb1','\xcf','\xc1','\xdc','\x1e','\x8f','\x07','\xf6','\x7d','\x9f','\xde','\x2d','\x2e','\x70','\x39','\x73','\xaa','\x09','\x44','\xb9','\x54','\x20','\x3b','\x99','\xc5','\xd5','\x46','\xbd','\xba','\xa1','\xaf','\x2c','\xd0','\x47','\x01','\xe2','\x04','\x19','\x2c','\x9f','\xae','\x0e','\xe3','\x00','\xfd','\x67','\xcb','\x30','\x1d','\x92','\xcc','\xd9','\x67','\x98','\xa6','\x3c','\xac','\x00','\x8c','\x2a','\xb9','\xa6','\xef','\x63','\x76','\xe1','\x34','\x80','\x7a','\xce','\x53','\x5b','\x79','\x10','\xcc','\x28','\x74','\xd0','\x98','\x31','\x1e','\xde','\x5b','\x4c','\xe4','\x35','\x8d','\x46','\x98','\xe7','\xcb','\xcb','\x14','\x40','\xeb','\x82','\x9b','\x13','\xc2','\xda','\x87','\xff','\xc4','\xa3','\xd0','\xa7','\x42','\x9e','\x86','\xb2','\xde','\xf7','\x23','\x22','\xbb','\x1d','\x2c','\x59','\xbe','\xfd','\x72','\x79','\x0a','\x0b','\xaa','\xee','\x1c','\x85','\xb1','\xd6','\xf6','\x2c','\x61','\x5c','\xd1','\x66','\x7c','\xa0','\x4c','\x8a','\x8d','\x58','\x06','\xac','\x1e','\x0f','\x3f','\xfd','\xa5','\xc5','\x91','\x09','\x30','\xc1','\xf1','\xa5','\x79','\xfb','\x49','\x7b','\xe7','\x0f','\x4e','\x3a','\x3f','\xad','\x13','\x22','\xb1','\xf9','\x94','\x1b','\x13','\xd7','\x1a','\xe1','\xf6','\xb6','\xe1','\xdb','\xb7','\x1b','\xee','\x6f','\x9b','\x84','\xf6','\x3d','\x3a','\xf6','\xf7','\x03','\x3f','\x7e','\xec','\x78','\xfc','\x38','\x24','\xc9','\xa9','\x69','\x8c','\x4c','\x70','\xa2','\x13','\x86','\x40','\x7f','\xb3','\xcf','\x71','\xb6','\x2a','\x47','\x96','\x35','\x85','\xa3','\x46','\xcc','\xcf','\x12','\xe0','\x30','\x97','\x5d','\x8a','\xc4','\x22','\xbf','\x0a','\xee','\x3b','\x8f','\xc7','\xdd','\x54','\x1c','\x2e','\x5f','\x83','\x9a','\xb3','\xe4','\x76','\x32','\x9f','\x81','\xf0','\x0c','\x30','\x6f','\x4c','\x9f','\xa4','\x50','\xc8','\x3f','\xe8','\x9f','\xf1','\x2c','\xa6','\x8f','\xe6','\x06','\x6d','\x6b','\x52','\xd6','\xa6','\xe0','\xa0','\xe8','\xac','\xe9','\x7a','\x70','\x53','\x6f','\x8c','\xe3','\x39','\xf3','\xf1','\xb7','\x2b','\xb6','\x86','\xf6','\x77','\x25','\xf0','\xfc','\x45','\x5a','\x3f','\x07','\xe9','\x51','\x90','\x4e','\x4a','\x05','\xbb','\xeb','\x4e','\x4c','\x9a','\xd6','\xe2','\xc0','\xfe','\xb0','\xe0','\x1c','\x04','\xdc','\x92','\x60','\xb1','\x89','\xf0','\x03','\x90','\xe6','\x13','\x52','\xb7','\xd2','\x89','\x3b','\x41','\x3a','\x36','\x76','\x1e','\x06','\xf8','\xa1','\xc5','\xf1','\x2a','\xe0','\x31','\x30','\x7f','\x64','\x4a','\x01','\xd6','\x28','\x82','\x70','\xc1','\xd9','\x60','\xcd','\xee','\xf5','\x6c','\x5b','\xb8','\xea','\x83','\x08','\xfd','\x50','\xd7','\x68','\xb5','\xf6','\x1c','\x07','\x47','\x88','\x77','\x8d','\x64','\xc6','\x44','\x6e','\x35','\xe1','\x16','\x63','\x46','\x39','\xad','\x21','\x50','\x10','\xb4','\x3f','\x26','\x1c','\x9d','\xd4','\xba','\x7c','\x0e','\xbb','\x9f','\xb6','\x62','\xd6','\x25','\xf3','\x4f','\x7e','\x52','\x46','\x5e','\x6a','\xc2','\x15','\xc9','\x7b','\x22','\xe1','\x42','\x40','\x68','\xbd','\x29','\x67','\x6e','\x37','\xc9','\xfd','\xb8','\xef','\x87','\xe6','\x00','\x0b','\xfb','\xab','\x37','\xcf','\x79','\xfc','\xc2','\x27','\xe6','\x67','\x44','\xc0','\xc1','\x94','\xee','\x28','\x21','\x72','\x04','\xe5','\x11','\xf1','\x40','\xe7','\x6d','\x36','\xf6','\x79','\xa4','\x0d','\x8e','\x8f','\x33','\x1e','\x1e','\x3f','\x9c','\x97','\x33','\x4b','\xca','\xf2','\xd5','\xbf','\x08','\xf9','\x44','\xa0','\x12','\x04','\x4f','\x88','\xf4','\xfd','\xc5','\x71','\xbd','\xc2','\xa3','\x7d','\x08','\x1d','\x2d','\xe8','\x74','\x71','\x31','\x9d','\x2a','\xce','\xbd','\x14','\x36','\xaf','\x98','\x12','\x17','\xaf','\x2d','\x5a','\x58','\xa0','\x87','\x19','\xc7','\x7a','\x85','\xa0','\x71','\x7d','\x54','\xf8','\xe8','\xd8','\x73','\x9e','\x53','\x2b','\x25','\x08','\xc2','\x18','\x25','\xc1','\x99','\x87','\x6c','\x99','\xf0','\xdf','\x2e','\x46','\xfe','\x1b','\x4a','\xb6','\x78','\x3e','\xdd','\xfb','\xab','\x43','\x90','\x17','\x74','\xe0','\x4d','\xc6','\x63','\xf7','\x3a','\xa3','\x67','\x88','\x87','\x30','\x1d','\x5e','\xdf','\xd5','\xb0','\xbc','\x14','\x13','\xf0','\x28','\x28','\x25','\x26','\x62','\xca','\x93','\xe4','\x6d','\x72','\xfd','\x1e','\x5d','\xd4','\x46','\x72','\x9f','\x3e','\xed','\xd4','\xd9','\xdc','\xfc','\xc5','\x44','\x69','\x51','\x23','\x0d','\x82','\xa2','\x8a','\xdd','\xc1','\x58','\x21','\xa4','\x89','\x09','\xd7','\xb9','\x98','\x8f','\xa8','\x69','\xfe','\xcc','\x5d','\xe3','\xb0','\x20','\x07','\xc9','\xdd','\x4d','\x82','\x70','\x34','\xbf','\x63','\x91','\x93','\x47','\xe6','\x4e','\x46','\x3a','\xbd','\x98','\xc6','\xa7','\xca','\x24','\x0c','\xfd','\x45','\xc8','\xf4','\x59','\x19','\x87','\xf5','\x9a','\x60','\xfb','\x8b','\xca','\xea','\xac','\x11','\xdc','\xb5','\x93','\xc0','\xce','\x58','\xe7','\xb5','\xdd','\x36','\xb5','\xfc','\xfc','\x71','\xc3','\xa6','\x96','\x9f','\xfd','\x71','\xe0','\xfb','\x9f','\x96','\xe4','\xb4','\x9f','\x5a','\x4d','\x08','\xa8','\x2e','\xe4','\x03','\xdc','\x57','\x3a','\x6c','\x6c','\xc0','\xeb','\x0c','\x8c','\xb9','\xdf','\x50','\xcb','\x79','\xa5','\x9e','\x3a','\xcf','\xd5','\x72','\x86','\x8f','\x3e','\x59','\x4e','\x61','\xd3','\x25','\x2d','\x39','\x0d','\x76','\x57','\xc2','\xbb','\x1f','\x2d','\x3e','\xd6','\xc0','\x28','\x1f','\xe9','\x61','\x32','\x42','\xee','\xf4','\xdc','\xf0','\x5a','\xc1','\x4d','\x72','\x73','\x80','\x1b','\x40','\xdc','\x40','\xed','\x50','\x09','\xc8','\xf0','\xe4','\xdf','\xf4','\xe0','\xe4','\xb2','\xe2','\x01','\x70','\xf1','\xec','\x77','\x96','\x42','\xa0','\xf3','\xe7','\x01','\x01','\x42','\xb7','\x5f','\xf7','\xa8','\x43','\x5d','\xe1','\x7e','\x74','\x90','\xc6','\xae','\xa6','\x26','\x77','\x66','\x9a','\x6d','\xb2','\xfa','\xcb','\x30','\xe0','\x89','\x4e','\xb3','\x9b','\x95','\x75','\x91','\xa1','\xdd','\xce','\x1b','\xd9','\xeb','\x3a','\xc6','\xf1','\x5a','\x90','\x9f','\x37','\x1e','\x80','\x4b','\x41','\xa2','\xa3','\x3b','\x2c','\x11','\x24','\xe5','\xc6','\x96','\x82','\x19','\xb8','\xd5','\x46','\x1b','\x3d','\xf6','\xc3','\xf3','\x80','\x3d','\x1e','\x92','\x17','\xc4','\x12','\x5f','\x8f','\x25','\x96','\x26','\x13','\x2d','\x82','\xac','\x8a','\x0a','\x6f','\x4a','\x83','\xf8','\x90','\x9c','\x41','\xad','\x11','\x78','\x23','\xf4','\x2e','\xc2','\xd3','\x4f','\x59','\x8b','\x3f','\x51','\x26','\x96','\xb3','\x1e','\x4b','\x59','\xb6','\x75','\xda','\x13','\x3f','\xc2','\xad','\xc5','\xfa','\x75','\x55','\x26','\xf6','\x94','\x1c','\x9a','\x9c','\x7b','\xad','\x5c','\xb9','\x5d','\xaa','\x17','\x81','\xba','\xe2','\xb6','\xa3','\x8b','\x92','\x92','\xb5','\x7d','\xb1','\x22','\x26','\x1c','\xaa','\x67','\x3c','\x3c','\x58','\xe0','\xdf','\xcb','\xd1','\x59','\x2d','\x66','\xa6','\x11','\x19','\x8e','\xf3','\x30','\x9f','\x10','\xb4','\xe5','\xaf','\x3f','\xbb','\x71','\x86','\xec','\x32','\xce','\x7e','\x55','\x8b','\x38','\xf0','\x49','\xa5','\xbd','\xb1','\x6a','\x7a','\xb4','\x38','\xce','\x9f','\x2a','\x57','\xa8','\xec','\x33','\xb8','\x6c','\x45','\x5a','\x4d','\x8d','\xc0','\xf9','\x97','\x0f','\x8c','\xbd','\x2c','\x07','\xa1','\xe4','\xc7','\x93','\x0a','\x59','\x61','\x22','\x15','\x8b','\xeb','\xac','\x96','\xfb','\x7d','\xed','\xc9','\x56','\x04','\x20','\x2b','\xd5','\x1d','\xae','\xb0','\xb6','\x3f','\x57','\x5e','\x59','\xd4','\x45','\x47','\x67','\x7d','\x17','\xc6','\xf9','\x15','\x20','\xca','\x8f','\xd3','\x41','\x1a','\x0d','\x12','\x9f','\x66','\x14','\xd3','\x3e','\xe4','\x55','\x5b','\x09','\x2e','\xd6','\xee','\xe8','\xab','\x58','\x98','\xb1','\xf4','\x6e','\x15','\xf8','\xd8','\x89','\x43','\x5e','\x83','\x82','\x86','\x39','\xb7','\x51','\x1f','\x14','\xbe','\x6f','\x58','\x83','\xd5','\xa4','\x56','\xbf','\x11','\xf9','\x48','\xe0','\x9c','\x53','\x1a','\x87','\x25','\xbf','\x83','\xce','\x31','\x2b','\x0f','\x84','\x5e','\x05','\x63','\x39','\x59','\x86','\x74','\x58','\x96','\x9c','\x51','\xdc','\xdd','\xf4','\x3f','\x45','\xd2','\x46','\xf4','\xb6','\x06','\xbf','\x67','\xe1','\x66','\xf7','\x93','\xb2','\x12','\x7a','\x56','\x20','\xf9','\x6c','\xbb','\x69','\xf8','\x6b','\x9f','\xbf','\xe2','\x8c','\x5c','\xf0','\xe7','\x97','\x75','\x3f','\x54','\x2e','\x06','\x3a','\x1e','\xa5','\x4f','\x95','\xcf','\x2e','\x46','\xa2','\x70','\x25','\x66','\x91','\x82','\xee','\xb6','\x35','\xdc','\x34','\xe0','\xc1','\xed','\x26','\xf8','\x6a','\xdf','\x0f','\xfc','\xf8','\xbe','\xe3','\xc7','\x9f','\x3b','\x7e','\xbc','\xef','\xc2','\xa4','\x18','\x47','\x60','\x70','\x47','\xb5','\xed','\xe8','\x6b','\xe8','\x7a','\xf8','\x34','\xee','\xaf','\xfd','\x2e','\xe7','\xa6','\x64','\x78','\x72','\x17','\x1c','\xd3','\xac','\x16','\xbe','\x61','\x38','\x7f','\xd7','\x0b','\xbc','\x3e','\x6f','\xcf','\x4a','\x1e','\xbf','\xdd','\xa5','\x73','\x38','\x25','\xb1','\xd4','\xf4','\xe1','\x00','\xd8','\x73','\xbb','\x63','\x65','\x33','\x32','\x01','\x48','\xe4','\x92','\xe0','\xae','\x4c','\xc0','\xcb','\xc5','\xb5','\xbc','\xf9','\x4c','\x0d','\x0c','\x21','\x97','\x76','\x31','\xe4','\xd3','\xe2','\xd8','\xa7','\x57','\x27','\xfa','\xbb','\x05','\x8d','\x0c','\x43','\x63','\xdf','\xbf','\x79','\x2c','\x99','\x46','\x8d','\xfc','\x93','\x05','\xe6','\xf2','\xbb','\x1a','\xfe','\x56','\x85','\xee','\x0c','\x9b','\x04','\x06','\xba','\x58','\x81','\x76','\x3a','\xc4','\x35','\xd1','\xf2','\xca','\xb4','\x26','\x39','\xb6','\x1a','\x01','\x7a','\xde','\x18','\xdd','\xf3','\x00','\x16','\xe5','\xa8','\xc1','\x46','\xda','\x5b','\xb7','\xe3','\xd2','\x70','\x1e','\x56','\x67','\xd0','\xe8','\xd7','\x40','\x27','\x3a','\x43','\xef','\xb4','\xc8','\xb8','\x36','\x75','\x7f','\xbd','\xdd','\x9b','\xb8','\xad','\x35','\x12','\xe5','\xd8','\xe3','\x50','\x05','\x99','\x58','\x80','\x3d','\xa9','\xaf','\xd1','\x54','\x82','\xba','\xf7','\x29','\xdd','\xe9','\x79','\x0c','\xe9','\xcc','\x53','\xfa','\x2f','\x8f','\x8d','\xa1','\x91','\xe2','\x36','\xb4','\x1b','\x3c','\x74','\x36','\x20','\x56','\xb1','\x89','\xfe','\xfa','\xab','\x5f','\xc2','\x39','\x9d','\x96','\x74','\xb2','\x10','\x02','\xea','\x28','\x64','\x54','\x20','\xa5','\xd6','\x22','\x58','\x81','\xa6','\x09','\xb0','\x1c','\x8f','\xce','\x5c','\x53','\x52','\xfd','\x24','\xa0','\x51','\xb2','\xaf','\x25','\xe3','\x69','\xb1','\x0a','\x76','\x06','\xa0','\x89','\x74','\x59','\x93','\xcb','\xda','\x8b','\x99','\x97','\x19','\xd7','\xcb','\x79','\x94','\xc1','\xcd','\xaa','\x78','\xa9','\x24','\xbe','\x67','\x5c','\x81','\x33','\xe3','\x7e','\x99','\xfd','\x57','\x6e','\xc5','\xc8','\xd2','\x15','\x58','\x0e','\x66','\xcd','\xef','\xa9','\x19','\xa7','\x54','\xe5','\xc9','\x64','\x1d','\x55','\xf7','\xfe','\x57','\xba','\xfe','\x82','\x79','\x8c','\xc3','\x1d','\xcb','\x25','\x5a','\xa3','\x61','\xf2','\xab','\xb3','\x9d','\x7e','\x0e','\x58','\x3c','\x25','\xba','\xa5','\x43','\x3e','\xab','\x33','\xc2','\xc8','\x12','\x86','\x48','\x15','\x90','\x91','\x08','\x15','\x90','\x28','\x70','\xab','\x32','\x05','\x41','\x38','\x8e','\x03','\xf7','\xfb','\xdd','\xdd','\xe0','\x0c','\xe6','\x9c','\x5e','\x3d','\x19','\xfc','\xe9','\x04','\x73','\x3d','\x1e','\x3e','\x5f','\xbc','\xf2','\x5a','\xe1','\x19','\x20','\x5f','\x79','\x65','\xd9','\xb7','\x93','\x85','\xa9','\xdd','\xd2','\xf8','\xb0','\x16','\xd9','\x8f','\xdd','\xde','\x75','\xcf','\x93','\x4c','\x28','\xf2','\x38','\x07','\xc6','\x88','\x17','\xed','\x64','\xc5','\x86','\x23','\x10','\xcc','\xef','\xf9','\x73','\x2e','\x35','\xe2','\x07','\xaa','\x75','\xaf','\x57','\x29','\x26','\x79','\x56','\xab','\x4a','\xd8','\xec','\xfd','\xc6','\x94','\x52','\xd2','\x38','\x25','\x28','\x75','\xee','\xb3','\x05','\xcc','\x9b','\x62','\xcd','\xdd','\x72','\x1c','\xe9','\x9e','\x0f','\xbb','\xbf','\xf5','\x98','\xc4','\x34','\x33','\x66','\x54','\xd6','\xc4','\x57','\x70','\xe2','\xdc','\x56','\xdb','\x78','\x55','\xae','\xea','\x9d','\x1e','\xd8','\xf3','\x47','\x5f','\x52','\xae','\xda','\x1d','\xc7','\xfb','\xf2','\x18','\x18','\x2f','\x67','\x39','\x2f','\x0d','\xff','\x0c','\x23','\x98','\xd5','\x78','\x2d','\x88','\x06','\x18','\x7e','\x29','\xb7','\x6d','\x84','\xfb','\x7d','\x93','\x3b','\x3f','\x77','\x61','\xc6','\x2c','\xc1','\xe9','\xfb','\xf7','\x1d','\x8f','\xf7','\x03','\x7d','\xef','\x90','\xe8','\x53','\x23','\x6c','\x0a','\x9b','\xf8','\xec','\x72','\x69','\xbd','\xd4','\x3c','\x10','\xae','\x59','\xc7','\x9a','\x8e','\x55','\x12','\x7e','\x34','\xf8','\x06','\x03','\xee','\x52','\x92','\x61','\x2f','\x58','\x95','\x01','\xc7','\xfc','\x2c','\x23','\x5d','\x94','\x07','\x43','\x10','\x0f','\xe5','\xe6','\x2c','\xc9','\x23','\x97','\xf5','\x36','\xe6','\xb4','\x5a','\x87','\xe7','\xa0','\x08','\xd6','\x0c','\x4d','\x63','\x1d','\x69','\x43','\xf5','\x1a','\xa8','\x1a','\xde','\x38','\xf3','\x03','\x02','\x26','\xc0','\xc3','\x0d','\x7f','\x04','\xb0','\xbf','\xba','\x8c','\x7b','\xf1','\x15','\x7b','\xf3','\xa5','\x65','\x45','\x38','\x87','\x67','\x83','\xf6','\x3e','\x7e','\x4d','\x7b','\xea','\x0a','\x28','\xfd','\xb7','\x43','\x92','\x07','\x3f','\x80','\xd6','\x3a','\xb6','\xad','\x63','\xdb','\x0e','\x10','\x6d','\x11','\xfc','\x68','\x23','\x6c','\x68','\x40','\xef','\xe8','\xe6','\x92','\x3d','\x1c','\xa9','\x60','\x89','\xf3','\x18','\x52','\x94','\xc0','\xcc','\xe4','\x3d','\x99','\x4a','\xc0','\x29','\xe4','\x82','\xfd','\x4d','\x72','\x0e','\x9a','\xb2','\xf6','\xf1','\xbe','\x83','\xd5','\xd2','\x23','\x09','\xaf','\x0f','\xcd','\xfb','\xd5','\xdd','\x02','\x92','\x85','\xfb','\xb2','\x8d','\x2d','\xaf','\xcd','\xbc','\xc1','\x0e','\xe7','\x76','\x1e','\x3a','\xeb','\xbd','\xa9','\x0e','\xe2','\x0d','\x8d','\xe4','\x0e','\x8d','\x60','\x82','\x0e','\xde','\x39','\x4d','\x79','\x5a','\xf1','\x9f','\x2a','\x01','\x82','\x71','\x18','\x69','\xd9','\x3a','\x8b','\x30','\xeb','\x82','\x1f','\xc7','\xd9','\x47','\x7c','\xb5','\xa4','\xa9','\x20','\x60','\xdf','\x3b','\xf6','\xc7','\x81','\xf1','\xb8','\x7b','\x65','\x9b','\x93','\x9f','\x67','\xf2','\x35','\x2d','\xe3','\xd3','\xfd','\x62','\x0d','\x38','\xc3','\x9d','\xd0','\x39','\xf0','\xe2','\x8a','\x75','\x5c','\x26','\x06','\x5f','\x30','\x65','\x67','\x16','\x7d','\x2c','\xd7','\x60','\xee','\x68','\x49','\x9f','\x5f','\x3a','\xd3','\x9f','\x53','\x46','\xd5','\xbe','\x6b','\x03','\x4b','\x9e','\x93','\x57','\x35','\x5f','\x6a','\x5c','\xca','\x8b','\xf8','\x69','\x6a','\x7f','\x75','\xee','\x16','\x0f','\x56','\xef','\x15','\x56','\xfe','\xa5','\x71','\xac','\x26','\x3e','\x7c','\x7f','\xc6','\xb4','\x78','\xa7','\x57','\x6d','\xe9','\x3d','\xe0','\xa1','\xce','\xbe','\xef','\xd7','\x41','\x10','\x84','\xe9','\x3c','\x60','\x11','\x13','\xb6','\x6d','\x93','\x4b','\x43','\x85','\xde','\xa5','\x06','\x56','\xe1','\x2d','\x7f','\x67','\x39','\x63','\x34','\x9f','\x8c','\x69','\x0d','\xd0','\x23','\xa0','\x2f','\x76','\x63','\x04','\xe8','\x91','\xc7','\xca','\x1f','\x12','\x13','\xe1','\x63','\x1a','\xdc','\xcf','\xc6','\x97','\x83','\x67','\xa8','\x15','\x82','\x61','\xa8','\x9d','\x8e','\xc2','\xc4','\x58','\xbf','\xcc','\xcd','\xc7','\x30','\x4d','\xfc','\xe4','\xd9','\x93','\x20','\x85','\x67','\x6b','\x38','\x54','\x49','\xf8','\x17','\x06','\x48','\xa6','\x39','\x34','\x42','\x59','\xa2','\x0e','\x6a','\xc8','\xe2','\xa3','\x0b','\x10','\x7b','\x2e','\x97','\x43','\x5f','\x6f','\x84','\x6d','\x43','\x72','\x31','\xc2','\xa4','\x52','\x29','\x08','\x5c','\x9f','\x50','\x39','\xad','\xb0','\xd1','\x2c','\xcf','\xe0','\x7f','\x0b','\xce','\x11','\xcf','\xea','\xb7','\xf1','\xf7','\x9f','\xe8','\x32','\xf3','\xeb','\x66','\x1d','\x65','\x4e','\x41','\x0f','\xfe','\xb8','\xe1','\xed','\x6d','\x53','\xb7','\x0d','\xc6','\xfb','\xfb','\x8e','\x1f','\xdf','\x77','\xbc','\xbf','\x1f','\xd8','\x8f','\x70','\x7d','\x2b','\x09','\x83','\x9d','\x3a','\xbf','\x30','\x80','\x0f','\x16','\xd2','\xc1','\x12','\x42','\x08','\xa7','\xc5','\x5a','\xb1','\xc3','\x60','\x16','\x4a','\x3e','\xd7','\xe7','\xd3','\xb2','\x40','\x5d','\x36','\x4e','\x30','\xe4','\xbe','\x9c','\x29','\x23','\x18','\xa2','\xb5','\x35','\xec','\xc5','\xb1','\xee','\x3e','\xf2','\x34','\xc6','\x3c','\x07','\xb2','\xbe','\x4a','\x27','\xd7','\xd3','\x52','\x56','\xd8','\xbd','\x0b','\x72','\x24','\x2d','\x93','\x7f','\x72','\x5b','\x33','\xae','\xfc','\x85','\xc5','\xd6','\x6d','\x84','\x65','\x3a','\xf9','\xfc','\x4f','\x29','\xb6','\x67','\x69','\x9d','\xa7','\x9f','\x61','\xf8','\x17','\x72','\xc7','\xf2','\x71','\x88','\x15','\x53','\x2f','\xc8','\x6f','\xd4','\x40','\x30','\x2f','\x11','\xa9','\xd7','\xb8','\x2b','\xec','\x00','\x4e','\xc3','\x18','\xc5','\x0a','\xef','\x4a','\xa9','\x74','\x11','\xe8','\x94','\x99','\xca','\x42','\x83','\xc1','\xa6','\x9e','\x67','\x11','\x36','\x48','\x23','\xb9','\x91','\x27','\x3b','\xdc','\x73','\xf4','\xcf','\x81','\xf0','\x35','\xcf','\x61','\x35','\xcd','\xb4','\x3c','\xa1','\x4c','\x3f','\x14','\x06','\x5c','\x68','\xa2','\xda','\xac','\x29','\xe6','\xda','\xc6','\x62','\xdd','\x10','\xff','\x6b','\x59','\x84','\x76','\x20','\x29','\x9c','\xbf','\xbc','\x9c','\xf3','\xaa','\x11','\xb6','\xdc','\x2c','\x3a','\x6e','\xdd','\xa2','\xb1','\x3e','\x03','\x68','\x2e','\x90','\x70','\x17','\x0b','\xfa','\xb1','\xf7','\x25','\xec','\x17','\xc5','\xc5','\x70','\xbe','\xbd','\x2a','\x05','\xaf','\x63','\x5d','\x58','\x0e','\x27','\x62','\xd2','\x9c','\x62','\xe4','\x81','\x28','\xfc','\x5e','\x6e','\x9e','\xd4','\xc8','\xef','\x9c','\x0a','\x3b','\x75','\x3e','\xa7','\xb8','\x61','\xe4','\x8f','\xeb','\x72','\xac','\x1b','\xfb','\x5d','\x65','\x9a','\xeb','\xf0','\x63','\xd9','\xe8','\x0f','\x0e','\xee','\x19','\xb2','\x5c','\xb3','\xb4','\xf5','\x0b','\xbd','\xb6','\x24','\x23','\xaf','\xb7','\x7c','\xc7','\xf7','\xf7','\x6b','\x11','\xf9','\x53','\x52','\xbe','\x60','\xf2','\xf7','\x7d','\x2f','\x16','\x21','\x2b','\x25','\x08','\x42','\x6b','\xad','\x04','\x40','\x68','\xad','\xd5','\xd9','\x19','\x33','\xe1','\x2f','\x7d','\x7e','\xe4','\x9f','\x97','\xac','\x2f','\x0e','\xc7','\xe2','\x27','\x3e','\xf9','\xe0','\xd3','\x1a','\x77','\x12','\xc3','\x0f','\x49','\xf3','\xb1','\x16','\x40','\xf4','\xf7','\x9e','\x74','\x34','\xc5','\xba','\x91','\x39','\xf3','\x85','\x10','\x54','\x7e','\xe6','\xfa','\x3d','\x75','\x36','\x09','\xbd','\xf3','\xc4','\x2a','\xb2','\x3e','\x11','\xa4','\x72','\xa9','\x88','\x24','\x3a','\x1e','\x5a','\x1c','\x3a','\x9e','\xeb','\x4f','\x0d','\xe6','\xa5','\x2a','\xf0','\xc3','\x65','\x4d','\x2c','\x0c','\x23','\x17','\x57','\x37','\xd6','\x00','\x07','\x3d','\x12','\x58','\x9a','\x66','\x7d','\x8b','\x7b','\x3e','\xd6','\x9c','\x39','\xfb','\xcc','\x40','\x9f','\x34','\x5f','\x3a','\x0e','\xdf','\x56','\xd7','\x8a','\xf1','\x4f','\x31','\x59','\xbf','\x92','\x39','\x5b','\x22','\xa7','\x8f','\xbc','\xff','\x4c','\x9b','\xf2','\xac','\x9c','\x9d','\xed','\x67','\xc2','\xd0','\x53','\xec','\x34','\xb7','\x35','\x81','\x72','\x02','\x4c','\x09','\x77','\x6d','\x11','\xdf','\x6e','\xd8','\xee','\x12','\x95','\x6a','\xdf','\x3b','\x1e','\xef','\x07','\x1e','\x8f','\x03','\xc7','\x7e','\xc8','\xfe','\xaa','\xb6','\xb9','\xb8','\x5a','\x68','\x3b','\x46','\xdf','\x2d','\xb2','\xd4','\x6a','\x7d','\x9f','\x12','\x56','\x1f','\x9e','\x42','\x95','\xba','\x89','\xc8','\x1d','\x07','\x3d','\xff','\x83','\x86','\xdb','\x85','\xff','\xfc','\x67','\x64','\xf6','\x80','\xe9','\xd2','\x7a','\x29','\x9f','\x20','\xd6','\xcc','\x31','\x3e','\xf8','\x18','\x51','\x26','\xc7','\x9d','\xd1','\x71','\xa0','\x1f','\x71','\xd7','\xd3','\xc2','\xd4','\x2e','\xdd','\x22','\xd2','\xb9','\xb3','\x86','\xa6','\x1b','\x4e','\xab','\x31','\x5e','\x68','\x1b','\xa6','\xf0','\xc8','\x70','\x2c','\x79','\x41','\x59','\xbf','\xb0','\x58','\x1f','\x13','\x67','\xf7','\xf7','\x2c','\x93','\x46','\x19','\x2f','\x0e','\x39','\xc1','\x67','\x08','\x1d','\x63','\xe3','\x8a','\x87','\x1b','\x63','\x7f','\xef','\x6a','\x09','\xd2','\x60','\x32','\x9e','\x20','\x95','\xd0','\x36','\xa0','\x1d','\x12','\x61','\xd1','\xae','\xb9','\xe6','\x33','\x5c','\x1c','\x30','\x0b','\x00','\xa6','\x8e','\x17','\x5c','\xa9','\xe8','\x29','\xf4','\x0c','\xa3','\x38','\x4e','\x8a','\x3b','\x74','\x3f','\xc0','\x3f','\xd8','\x5d','\xa3','\x85','\x4f','\x59','\x4f','\xd5','\x13','\xed','\x0e','\x87','\x3a','\x60','\x2d','\x84','\x32','\x7b','\x14','\x0c','\x7f','\xd0','\x18','\x17','\xcc','\x93','\xa2','\xee','\x38','\x3a','\x40','\x1a','\x69','\x8e','\x20','\xf7','\x81','\xb8','\xa1','\x71','\x2f','\x61','\xa4','\x65','\x15','\x8c','\x2f','\xf8','\x3c','\xb5','\x18','\xdb','\xc8','\xe7','\xc3','\xdc','\x15','\x49','\x7d','\x59','\x3b','\xf7','\x1a','\xec','\x68','\x6c','\xab','\xc5','\x56','\xb8','\x72','\x11','\x03','\x9e','\xf2','\x3e','\x52','\xe8','\x03','\x73','\xe5','\x52','\xc1','\xc6','\xab','\x4f','\xa6','\xa3','\xc4','\x7b','\x30','\x70','\x10','\x40','\xc4','\xba','\xd4','\x1a','\xa4','\xc8','\xc2','\x64','\xf3','\xe7','\xd6','\xe5','\x94','\x36','\x2e','\x0e','\x42','\x51','\x1c','\x27','\x81','\x22','\x68','\xc3','\xdc','\xff','\xd3','\xf3','\x54','\x78','\x9a','\xc5','\xef','\x4f','\x1a','\x98','\x4f','\xf0','\xe2','\xdd','\x57','\x96','\x65','\xa0','\xc5','\x4f','\x5f','\x79','\xa5','\x4d','\x36','\xde','\x61','\xc0','\x2c','\xb6','\x57','\x34','\xe2','\x7c','\x83','\x49','\x0a','\xbc','\xe2','\x63','\x53','\x6b','\xe0','\x0b','\xdd','\xbe','\x34','\xbe','\x67','\x74','\x50','\x61','\xaa','\x0f','\x31','\xe0','\xcd','\xa8','\x33','\xc6','\x38','\x00','\x06','\x01','\x68','\xdb','\x36','\x27','\xce','\x25','\x6e','\x76','\xc6','\x6e','\x1f','\x21','\xc6','\x2b','\xc2','\xf7','\xac','\x2c','\x79','\xee','\x51','\xfc','\x38','\xab','\x37','\x7e','\xa9','\xa7','\x63','\x24','\x16','\xe7','\x42','\x58','\x1c','\x6a','\x5e','\x54','\x36','\xb7','\x8e','\xcc','\xe4','\xcb','\xa1','\x37','\xb4','\x01','\xa7','\x0a','\x3c','\xb6','\x67','\x0c','\xc6','\xd8','\xdd','\xd0','\xd7','\xc8','\x14','\x2e','\x05','\x9a','\xc5','\x90','\x47','\xe6','\xe5','\x4a','\xd0','\x8c','\xb1','\x51','\xad','\x5b','\x3a','\x0f','\x22','\xb2','\x42','\x1a','\x67','\x04','\x78','\x5c','\x67','\x1b','\x7f','\xb1','\x56','\xa9','\x80','\xb3','\x1f','\x1d','\xdd','\xc2','\x93','\xee','\x1a','\xdd','\x0d','\x7a','\xe1','\x75','\x13','\x7f','\xe5','\x6d','\x4b','\xd1','\xa3','\xb4','\xd1','\x2b','\xd0','\xca','\xca','\x93','\x79','\x7c','\xbc','\xf8','\x34','\x7c','\xf9','\x9b','\x33','\x42','\x4f','\xcb','\xe7','\xe9','\xed','\xef','\x2b','\x06','\x5e','\x64','\xfe','\xcf','\x09','\xc6','\x59','\xb5','\xcf','\xb7','\x86','\xb7','\xb7','\x0d','\xdf','\xfe','\xb8','\xe1','\x76','\x97','\xf0','\xaa','\x8f','\xfd','\xc0','\xe3','\x87','\xb8','\xbd','\xed','\x8f','\x43','\x35','\xc0','\x14','\x7c','\xd5','\x2b','\xc4','\x20','\xf5','\x7f','\xf5','\xd3','\x29','\x18','\xb8','\xf0','\x13','\x87','\x83','\x41','\x90','\x68','\xec','\xec','\x4c','\xe3','\xaa','\xd1','\xac','\x59','\x8d','\xf6','\x5e','\x19','\xf0','\x07','\x8b','\xaf','\xaf','\x7e','\xb4','\xbb','\x18','\x8d','\x81','\x43','\x09','\xc3','\x31','\x9c','\xc9','\x51','\x5b','\x57','\x78','\x48','\x4a','\x6b','\x72','\x72','\xaa','\x26','\x22','\x88','\xe5','\x66','\x90','\xd1','\x22','\x36','\x6d','\xf4','\x60','\xa9','\xa6','\x24','\x70','\x7d','\x64','\xce','\xaf','\x96','\xd5','\xde','\xff','\xd3','\xcf','\x7c','\x2a','\xbe','\x17','\x69','\x1d','\x9d','\x96','\xa4','\xef','\x63','\x50','\x10','\x82','\x30','\xf8','\x44','\x00','\xbd','\xcb','\x9d','\x9b','\xb6','\x35','\xc9','\x95','\x03','\x92','\x44','\xa5','\xaa','\x8c','\xea','\x2c','\x96','\xa0','\xe3','\x08','\x98','\x89','\xbb','\x0e','\x86','\xc1','\xc9','\xbf','\xc7','\xbd','\xb2','\x35','\xd3','\xe9','\x81','\x19','\xca','\x43','\xf9','\x68','\x42','\x8f','\x04','\xc4','\x31','\xc1','\x67','\x76','\xc7','\x8a','\x39','\x9f','\x08','\x3f','\x32','\x98','\x08','\x6e','\x40','\x41','\x97','\xc2','\x75','\xd4','\x00','\x70','\x46','\x24','\xcc','\xe2','\x72','\x47','\x20','\xd0','\x8d','\x35','\x92','\x9a','\xba','\xe4','\x02','\x80','\x45','\x9a','\xfb','\xd5','\x08','\xd8','\xf9','\xb0','\x70','\xbd','\xb5','\x3d','\x8f','\xfb','\x4d','\x49','\x70','\x22','\x78','\x00','\x07','\x20','\xad','\xe7','\xa7','\xc6','\x99','\x79','\x8c','\x45','\x90','\x97','\xcc','\x44','\x5b','\x3d','\x0d','\x76','\xe2','\x16','\xe6','\x93','\x6e','\x57','\x8f','\x69','\x55','\xe1','\x42','\xa9','\x52','\xbf','\xf3','\xa2','\x91','\xeb','\x32','\xf2','\x5e','\xcb','\x77','\xaf','\x96','\x6d','\x84','\xb7','\xcf','\x94','\x8b','\xf1','\x5e','\x1a','\x0f','\xae','\xc6','\x7c','\x56','\x77','\xac','\xcf','\x15','\x3d','\x66','\x18','\xb9','\x54','\xd4','\xe5','\x26','\x9d','\xff','\x65','\x7c','\x6c','\x50','\x2f','\x94','\x27','\x0b','\xbb','\x0a','\xe6','\xf6','\x52','\x10','\x84','\x1c','\x3b','\xfe','\x38','\x8e','\x74','\x99','\xd8','\x5a','\xfa','\xd8','\x80','\x3e','\x07','\x00','\xeb','\xb7','\x66','\x81','\x20','\x0d','\xc9','\x17','\x9a','\xd6','\xef','\x0c','\xdf','\xae','\x85','\x82','\xe1','\x70','\xfa','\x57','\x8e','\xcf','\x89','\x91','\xf7','\xb3','\x9c','\x34','\x21','\x53','\xfd','\x3c','\xee','\x45','\xe7','\x2e','\x14','\x71','\x7a','\xc0','\xc1','\x0b','\x9c','\x4c','\x68','\x78','\x58','\x93','\x19','\x3e','\x5f','\xfb','\x18','\xff','\xab','\x6b','\x7e','\x26','\x74','\xf8','\xca','\x4f','\x8c','\x93','\xb9','\xbb','\xcc','\xf3','\x66','\xf5','\xd5','\xde','\x77','\xc9','\xc9','\xd0','\x8f','\x74','\xb9','\x16','\x88','\x9c','\x0e','\x5b','\x5c','\xd8','\x34','\x85','\xd3','\x32','\x21','\x5f','\xba','\xf9','\x3b','\x8d','\x71','\x84','\x5b','\x2e','\xdb','\xb5','\x06','\xeb','\x91','\xf0','\xad','\xda','\x59','\x95','\x05','\x62','\x9e','\xf8','\xc0','\x15','\x0c','\xbc','\xd0','\xf4','\x6f','\x2d','\x1f','\x19','\xd0','\xb3','\xba','\x03','\x10','\x57','\x30','\x71','\x9d','\xab','\x9f','\x3d','\x86','\x6c','\x67','\xdb','\x08','\xf7','\x37','\xb1','\xfe','\x98','\xf0','\x63','\x96','\x9f','\x77','\x15','\x7e','\xf8','\xe0','\x80','\xe1','\xe1','\xc0','\x28','\x78','\x20','\x83','\x8b','\x30','\x5a','\x49','\x0a','\x29','\x63','\xcb','\x3b','\x65','\x18','\x65','\x26','\x03','\x59','\x00','\xc8','\x7b','\xea','\xa1','\x85','\xeb','\x2d','\xf3','\xba','\x14','\x36','\xd6','\xa4','\x44','\xf5','\xde','\x55','\x10','\xfc','\x72','\x60','\x30','\x86','\x8f','\xc4','\x35','\x88','\xb9','\x81','\xa1','\xc2','\x4f','\x4f','\x3a','\xba','\x3c','\x76','\x84','\xc0','\x94','\x03','\x1d','\x58','\x6e','\x17','\x5f','\xbb','\x17','\x24','\xb9','\xa5','\x27','\x87','\xbe','\xcf','\x5d','\x92','\x19','\x77','\x40','\xf2','\x8b','\x60','\x95','\xb0','\xee','\x17','\x9c','\x0e','\x1a','\xfe','\xfe','\x07','\x15','\xd9','\x16','\xb5','\xa0','\x68','\x74','\x02','\x13','\x14','\x82','\x56','\x19','\x02','\xac','\x80','\x68','\xf0','\x77','\xec','\x1d','\xd4','\xe4','\xbc','\x6d','\x7b','\xd7','\x3b','\x23','\x96','\x34','\xb3','\xa1','\x35','\x96','\xbb','\x6e','\x8d','\x40','\x9d','\x12','\xef','\x90','\xe0','\x07','\x72','\x6a','\x28','\x01','\x4c','\x8e','\xd0','\x69','\x61','\xa5','\x57','\xc5','\xcf','\x82','\xc2','\x89','\x28','\x1b','\x74','\x3a','\xad','\x4d','\xdb','\x67','\x74','\x83','\xac','\x62','\xe8','\x25','\x1c','\xdf','\xda','\x79','\xa6','\xa6','\x6b','\xd1','\x03','\x0d','\xe4','\xc3','\x4d','\xe9','\x7e','\x93','\x37','\x92','\x15','\x1d','\x2c','\xd6','\x13','\x34','\x19','\x4b','\x23','\xd2','\xd0','\xdb','\x00','\xd0','\x71','\x80','\x6b','\xe4','\xd3','\x2f','\x2a','\x15','\xef','\xc8','\xc0','\x4b','\x62','\xfa','\x89','\x36','\x46','\xff','\x0d','\x84','\x2d','\xd5','\xed','\xea','\x65','\x11','\xf7','\x8a','\xc3','\xce','\xf4','\x72','\x49','\x20','\xb4','\x96','\x11','\x06','\x0d','\x06','\xb3','\xa7','\x63','\x3b','\x0b','\xdb','\x5f','\x4a','\xde','\xc3','\x13','\x94','\x50','\x68','\xc9','\x44','\xb3','\x39','\x7f','\xf1','\xda','\x97','\x6c','\x14','\x0a','\x28','\xcc','\x9d','\x9c','\xbd','\xff','\x45','\xc5','\x0d','\xa3','\x0e','\x94','\x74','\xca','\x77','\x5d','\x37','\xf4','\xc9','\xfa','\x09','\xaf','\x9f','\xf6','\xba','\x34','\xbb','\x0e','\x0d','\x70','\x59','\xf2','\xc5','\xa0','\xae','\xf6','\x7f','\x6c','\xff','\x8c','\x1e','\x8c','\xcf','\x33','\x8e','\x89','\xdf','\x2c','\x04','\xf6','\xe5','\x1d','\xa0','\xe3','\x38','\xf0','\x78','\x3c','\xdc','\x05','\xee','\x7e','\xbf','\xe3','\xc7','\x8f','\x1f','\xf3','\xd0','\xca','\x06','\xfd','\x64','\x49','\x90','\x9d','\x61','\x9c','\xc7','\xf9','\x9d','\x6d','\x26','\x57','\x90','\x7e','\x06','\xd8','\xf6','\x35','\xe3','\x33','\xaf','\xa2','\xff','\x14','\xd7','\xb2','\x61','\x13','\x9d','\x69','\x76','\xb7','\x8d','\x54','\x47','\xbf','\x67','\x5e','\x6c','\x01','\x01','\x15','\x76','\x16','\xae','\x38','\x93','\x45','\x79','\x31','\xa9','\x09','\x30','\xcb','\x20','\x2b','\x1f','\x68','\x8c','\xcf','\x0a','\x64','\x4e','\xcf','\x48','\x61','\x0c','\x17','\x98','\x66','\x51','\xca','\xfe','\x69','\xbf','\x6c','\x39','\x12','\xb8','\x56','\x3c','\x3a','\x4b','\x22','\xba','\xc7','\x21','\xf9','\x07','\x8c','\x89','\x25','\x48','\xa4','\x9f','\xe4','\xf2','\x66','\x26','\x7b','\xb0','\x5c','\x2a','\xf7','\xa6','\xc8','\x18','\xda','\xd4','\x73','\x1a','\x80','\xd7','\xa4','\xcc','\xc4','\xa6','\x61','\x7c','\x06','\x90','\x97','\x0c','\xdf','\x07','\xcb','\xaf','\xc4','\x9e','\x7f','\xc7','\xb2','\x20','\x2c','\xcf','\xea','\x5a','\x66','\xf2','\xfb','\x7d','\xc3','\xfd','\xcd','\x22','\xbe','\x09','\x33','\xf6','\xfe','\x7d','\xc7','\x8f','\x3f','\x1f','\x78','\xfc','\x10','\xdf','\xf5','\x9e','\x09','\xbe','\xed','\xbb','\x03','\x7b','\xb0','\x0c','\x9c','\xbb','\x58','\xb8','\x6d','\xbc','\x52','\xac','\x9d','\x02','\x06','\x89','\xb9','\x32','\xe4','\x7b','\x0d','\x27','\xe9','\x40','\x52','\xaa','\x97','\x1b','\xff','\xea','\xa2','\xf8','\x4e','\xe4','\x3e','\x92','\xff','\x88','\x41','\x8d','\xd1','\x94','\xa1','\x73','\x9e','\xd1','\xd6','\xac','\x91','\x46','\x88','\x53','\xc6','\xd7','\xc6','\xa8','\xe7','\xe9','\xf4','\xd8','\x8c','\x02','\x52','\x3c','\x0e','\x8b','\x98','\x6e','\x51','\xd7','\xdc','\x2c','\x78','\x00','\xdc','\x0f','\x67','\x50','\xd3','\xb0','\xbf','\x64','\xee','\x4b','\x25','\xde','\x57','\x9c','\xe5','\xbf','\x69','\x31','\xc1','\x87','\x31','\xa0','\x37','\x65','\xee','\x05','\xcc','\xce','\x85','\x0f','\xee','\x8c','\x4e','\x22','\x04','\xed','\xef','\x1d','\xb7','\xad','\x0b','\x2e','\xbe','\x33','\x9a','\xee','\x7d','\xdb','\x1a','\x36','\x56','\x5a','\xd8','\x42','\xd1','\x25','\x34','\x34','\x16','\x99','\x58','\xf2','\x3d','\xe5','\xdd','\xa4','\x01','\x36','\x4a','\xdf','\xc9','\x35','\x8e','\x12','\xf3','\x67','\x73','\x69','\x8d','\x8a','\x47','\x41','\x9e','\x1c','\x05','\x81','\xc6','\xb8','\xb9','\xa7','\xb0','\x94','\x68','\x85','\x1d','\xc7','\x81','\x5c','\x2d','\xdb','\xe9','\xbd','\x83','\x0e','\x42','\x27','\x06','\xdd','\xd4','\xad','\x4b','\x13','\x15','\x89','\x92','\xae','\x17','\x65','\xc6','\xc4','\x6f','\xfc','\x44','\x61','\xc0','\xf3','\xec','\x58','\xa8','\x7d','\x66','\xb8','\x65','\x8c','\xc1','\x73','\x20','\x11','\x8a','\x7b','\x42','\x5d','\xd3','\x4a','\xf4','\xb4','\xd6','\xb6','\x0a','\x17','\x5b','\x53','\xfb','\xf7','\xbf','\x19','\xff','\x29','\xee','\xa0','\xf8','\x6c','\xed','\xba','\xa0','\xd9','\x19','\x1d','\x12','\xa8','\xa6','\x06','\x6a','\xb1','\xfd','\xd6','\xd6','\x08','\x28','\xe6','\xc9','\xb3','\x41','\x15','\xfa','\x32','\x73','\x39','\xf9','\xc9','\xb8','\xaf','\x45','\xf0','\xfd','\x70','\x59','\x2c','\xf0','\xcf','\x96','\x25','\xe0','\xad','\x78','\xbd','\x8b','\xae','\xa7','\x0d','\xbc','\x9a','\xe0','\x62','\xcc','\x3c','\xfc','\xa5','\xf5','\xcf','\x53','\x0b','\x69','\x41','\x07','\x8e','\xf7','\xa5','\xa5','\x7a','\x36','\xad','\xa9','\x0e','\x2b','\xec','\x2d','\x08','\xd1','\x98','\x04','\x98','\x88','\x26','\xb7','\x38','\x2b','\x45','\x00','\xb2','\x4a','\x16','\x10','\x61','\xea','\x95','\x87','\x09','\x5f','\x0c','\xfe','\x79','\x19','\x57','\x7a','\x41','\x93','\x56','\x7d','\xf0','\x58','\x93','\x87','\x16','\xd6','\xef','\xd7','\x67','\x0b','\x1f','\x77','\xdd','\xa7','\x12','\x8a','\xda','\xea','\x02','\x25','\x9b','\xf6','\x18','\x21','\xc9','\x0e','\x78','\x1e','\x64','\xb1','\xe6','\x24','\x8c','\x9f','\xdd','\xcc','\x46','\x40','\x29','\x6d','\x0c','\x42','\x08','\x67','\xe4','\x70','\x51','\x7c','\x0e','\x79','\xba','\xf6','\x81','\x30','\xcf','\xfb','\x95','\x92','\x19','\x99','\xf5','\xe3','\x32','\x9f','\x55','\x38','\x47','\xbb','\xf4','\x7c','\x1c','\x12','\xd5','\xcd','\xc2','\x96','\xda','\xba','\x9a','\xcb','\x90','\xb9','\xbb','\x99','\x26','\x8f','\x80','\xea','\x1e','\x03','\x94','\xdf','\xac','\xed','\x6a','\xad','\xcc','\x80','\x73','\x21','\x1c','\x7d','\xa0','\xe4','\x75','\xf4','\x35','\x78','\x22','\xa0','\xcf','\x8f','\xd7','\x15','\x7f','\x96','\x20','\x7e','\x69','\xf9','\xc8','\x60','\xc6','\xf9','\x0f','\xc8','\xe1','\x15','\x58','\x2b','\x5a','\xe3','\x44','\x0c','\xb7','\x5b','\x13','\xeb','\xcf','\xdb','\x86','\x76','\xd3','\xa0','\x07','\x3f','\x44','\xf8','\x79','\xff','\xa1','\xd6','\x1f','\xd7','\xb2','\xa6','\x7f','\xbc','\xcf','\xca','\x6c','\xcb','\x47','\x8e','\xef','\x03','\xf0','\x66','\x8c','\x42','\xf9','\xfd','\x61','\x72','\xa4','\xb5','\xe7','\xb9','\x05','\x32','\x0e','\xfe','\x6f','\x5e','\x00','\x01','\xdd','\x05','\xe2','\x4e','\x70','\x39','\xe1','\xc1','\x8f','\xd0','\xd6','\x84','\x37','\x72','\xef','\x76','\x66','\x9a','\xa3','\x91','\x60','\x3e','\x0c','\x5f','\xc4','\xfd','\xba','\x94','\x4f','\xcb','\xb2','\xc4','\x2f','\x86','\x9c','\x19','\x9d','\xca','\x68','\xdb','\x5a','\xc5','\xda','\x91','\x5e','\x4a','\x27','\x04','\x5e','\xdd','\x09','\x60','\xee','\x30','\xc7','\xba','\xd0','\x0f','\x5b','\xf9','\xe4','\xc9','\x98','\x16','\xd0','\x87','\xb1','\xfe','\xfc','\x0f','\x2c','\xf9','\x5e','\x48','\x30','\xf0','\x15','\x3b','\xb3','\x25','\xa7','\x4c','\xc2','\x2d','\x53','\x65','\x8e','\xdd','\xed','\xcb','\xbf','\x07','\x63','\x68','\xc1','\x06','\x1e','\xef','\xa4','\xee','\x53','\x22','\xf8','\x40','\x61','\x43','\x12','\x82','\x36','\x61','\xbe','\xcd','\x02','\xea','\x9e','\x11','\xd6','\x32','\x83','\x7a','\x16','\xae','\x39','\xac','\x34','\x5e','\x2f','\x4f','\x2c','\x09','\x32','\x26','\xb0','\x4f','\x08','\x26','\x5c','\xd5','\xb2','\x1e','\x2b','\xbc','\x31','\xf4','\x1f','\xb2','\xd3','\x9a','\x8b','\x55','\x5a','\x31','\x4e','\x27','\x10','\x47','\xf5','\xa3','\xd1','\xfb','\x7e','\x74','\xcd','\x9a','\xd4','\xb0','\x99','\x10','\xb4','\x89','\xb2','\x86','\x1a','\x95','\x7b','\xac','\x9c','\xde','\xa5','\xb1','\xd1','\x97','\x4b','\xac','\x45','\xa3','\xa6','\x91','\xf1','\xc4','\xdd','\xa7','\x77','\xc6','\xb1','\xb3','\x5a','\x74','\xf3','\x48','\x0d','\xe7','\xd8','\x19','\x1b','\x18','\xc4','\x0c','\x1f','\xa9','\xfd','\xf1','\x0c','\xc5','\xf3','\x14','\xc4','\x20','\x7e','\x8c','\x0f','\x26','\xb8','\xac','\x02','\xcf','\xe8','\x7e','\xf1','\x61','\xb8','\x25','\x60','\xcf','\x14','\xa6','\x18','\x9a','\x5a','\x2e','\xd3','\x19','\x0d','\x77','\x30','\x39','\xa7','\x3f','\xe7','\xdc','\xe2','\x02','\x1e','\x16','\x5d','\x97','\x5f','\xc6','\x45','\x38','\xd5','\x0a','\xe5','\xc5','\x8c','\x77','\x0b','\xa9','\x2a','\xfc','\x23','\xaa','\x6b','\xea','\xf5','\x60','\x9e','\xa0','\xc9','\x2b','\x38','\x9b','\x08','\xf7','\xba','\xca','\xd9','\x58','\x4e','\xe1','\x00','\x69','\x7e','\x03','\x2c','\xac','\x04','\x88','\xd3','\x61','\x85','\x78','\xbd','\x94','\x3b','\x28','\x0f','\x2d','\xfa','\x38','\x8e','\x4a','\x47','\xc4','\x73','\xe4','\x85','\x20','\x08','\x35','\xff','\x8f','\x44','\x4e','\xf8','\x74','\x71','\x24','\x04','\x8c','\xc2','\xca','\x4a','\x23','\xef','\xaf','\xd5','\x33','\x30','\x7c','\x98','\x3b','\xb9','\xf8','\x69','\x68','\x2f','\x6a','\xca','\xfd','\x26','\x89','\x68','\x03','\x56','\x60','\x2b','\xcc','\x54','\xb5','\x04','\xf5','\x3e','\x18','\x88','\x0d','\xe1','\x97','\x67','\xb1','\x01','\xa6','\x59','\x71','\x44','\x94','\xce','\x4b','\xc9','\x89','\xb3','\x18','\x73','\x20','\xa6','\x91','\x01','\x4b','\x07','\xd7','\x18','\xfe','\x71','\xbe','\x67','\x2a','\x8d','\xb9','\x89','\xf4','\x1b','\x2f','\x7e','\x0a','\xe6','\xf1','\xaa','\x8c','\xf2','\x46','\x8c','\xdd','\xdc','\xde','\xa2','\xd2','\xd1','\xc5','\xd5','\x4d','\xa2','\xce','\xb0','\x27','\x32','\xf5','\x1c','\x3e','\x1a','\x99','\x86','\x52','\x90','\x83','\xac','\xfd','\x9b','\xa6','\x33','\xba','\xd4','\x65','\xea','\x95','\x25','\x14','\x1b','\x87','\xab','\xa0','\xf4','\x17','\x8a','\xbd','\x5b','\x9d','\xf1','\xab','\x72','\xb5','\xd4','\x4f','\x5f','\xfc','\x4d','\x65','\x64','\x6c','\x5e','\x7e','\x6f','\x72','\xc2','\x5f','\xb7','\x0e','\x38','\x9d','\x11','\xf4','\x94','\x65','\x98','\x0f','\xcf','\x33','\x36','\xce','\xb4','\xbc','\xdb','\x4d','\xf2','\x7c','\x6c','\xf7','\xc8','\xf7','\xf3','\xfe','\x63','\xc7','\x8f','\x1f','\x3b','\xf6','\x94','\x08','\xb7','\x8e','\x92','\xd2','\x05','\xce','\x05','\xdc','\x9c','\x8c','\xeb','\x15','\xda','\x92','\x41','\x6a','\xcc','\xed','\x90','\x4b','\x66','\x02','\xb3','\x90','\xfe','\xb4','\xac','\x68','\xea','\x4f','\x94','\xf1','\x8c','\x30','\x87','\x1b','\x94','\x31','\xa3','\xee','\x16','\xd5','\x01','\x40','\x72','\x6a','\xc1','\xef','\x2d','\x45','\x64','\xbb','\xe2','\x62','\x58','\x5c','\x0b','\x62','\xc4','\xa3','\x65','\xbb','\x32','\x8d','\x0c','\xf4','\x31','\x3c','\x39','\x82','\x39','\xfc','\x94','\x56','\xe6','\xa2','\x64','\xd4','\x49','\xc3','\xb3','\xff','\x21','\x45','\x70','\xaf','\x5a','\xf7','\x6c','\xd3','\x57','\xb4','\x15','\x0b','\xfc','\x67','\x34','\x91','\x25','\xa9','\xe8','\x7b','\x83','\x26','\x1f','\x95','\x4b','\xff','\x66','\x95','\xb7','\x84','\xa0','\xad','\x13','\x5a','\x6f','\xe0','\x7e','\x78','\x4b','\x86','\x73','\x33','\x25','\x04','\x04','\xef','\x32','\x20','\xf7','\xd0','\x2c','\x31','\x95','\xb9','\xc2','\x19','\x4c','\x2a','\xce','\x36','\x8b','\xbf','\xb1','\x10','\x8b','\xd6','\xc4','\xa5','\xb3','\x07','\xcd','\xc5','\x08','\x87','\xab','\xb5','\xc9','\x5f','\x94','\x3c','\xb3','\x46','\x92','\x0b','\x32','\x12','\x7d','\xd5','\xfa','\xea','\xac','\xcb','\xf2','\xce','\xc1','\x76','\x1f','\x49','\xc2','\x74','\xb7','\xcd','\x52','\x34','\x00','\x47','\x23','\xb1','\x52','\xa7','\xdc','\x49','\x9f','\x86','\x43','\x4a','\x34','\x8e','\x22','\x32','\x66','\xdb','\x28','\x82','\x06','\x59','\x12','\xd2','\x58','\x56','\x17','\x7e','\x48','\xd7','\x8f','\x3b','\xa1','\x77','\xc5','\x07','\xc8','\x38','\x2c','\xaf','\x6a','\xac','\xcb','\x72','\xf5','\x58','\x2b','\x9c','\xcc','\xe5','\x9c','\x9e','\x66','\x76','\x55','\xad','\x83','\xd3','\x9a','\x28','\xd7','\x64','\xfd','\xa7','\x9f','\x13','\x36','\xbb','\xc4','\x97','\xab','\x30','\xfa','\x6b','\xaf','\x99','\xc5','\x4b','\x65','\x39','\x4e','\x38','\xff','\x53','\xfe','\x8d','\xd7','\xef','\x8d','\x4b','\xcc','\x43','\x13','\xbf','\x91','\x2f','\xf8','\x54','\x99','\x41','\x24','\x9e','\xd3','\x58','\xef','\xc9','\x3a','\x9f','\xb5','\xf9','\x2a','\x13','\x36','\x1d','\xc8','\xa1','\x59','\x8e','\x3c','\xa6','\xf1','\x8c','\xdd','\x0d','\x6e','\x2c','\x2e','\x00','\x6d','\xdb','\xe6','\x17','\x85','\xcc','\x02','\xd4','\x5a','\x2b','\x7d','\x4d','\x73','\x5d','\xf5','\x3e','\xd6','\x61','\xd3','\x3b','\xe4','\xe7','\x27','\x98','\x18','\xab','\x35','\x9c','\x57','\x39','\xea','\x5c','\xac','\x06','\x6b','\xcd','\x09','\x66','\x8d','\x60','\xa7','\xdf','\x12','\x33','\xd5','\xad','\x4a','\x51','\x07','\x51','\x89','\xee','\x22','\xbf','\xa7','\x59','\x39','\xa2','\xe7','\x54','\x21','\x2e','\xeb','\x7b','\x7f','\xd3','\x44','\xf3','\xf7','\xe9','\xc1','\x3c','\xa5','\x34','\x9e','\xbc','\x4e','\xa3','\x20','\x72','\x59','\x18','\xe0','\x61','\x51','\x66','\xe3','\xc9','\x62','\x1f','\x71','\x05','\x9f','\x49','\xe0','\xd1','\xda','\x9d','\x59','\x19','\x1c','\x78','\xd4','\xae','\x43','\x43','\x6e','\x32','\x47','\x2e','\x82','\x31','\xb2','\x5b','\xe9','\x73','\x04','\xbe','\x51','\x89','\x92','\x34','\x57','\x63','\xe5','\x22','\x03','\x71','\x7d','\x2f','\x5f','\x90','\x35','\x7e','\xff','\xd9','\xf9','\x1b','\x21','\x30','\x93','\xe2','\x11','\x41','\xd7','\x76','\xd2','\xb8','\x92','\x1f','\xf9','\xd8','\xf6','\xcb','\xfb','\xf7','\x62','\xf9','\x8c','\xf0','\x83','\x69','\x0c','\xd7','\x03','\xaa','\x04','\x89','\x86','\x67','\x17','\x2f','\x9d','\x20','\x12','\x8b','\x68','\x74','\xbb','\x35','\xdc','\xef','\xcd','\x5d','\xdf','\x8e','\xfd','\xc0','\xe3','\xc7','\x81','\xc7','\xfb','\x2e','\x0c','\x45','\x0e','\x73','\xb4','\xa2','\x5b','\xce','\x84','\xe5','\xa7','\x4f','\x88','\xd7','\xd4','\xc6','\xa8','\x99','\xc6','\x1a','\xa6','\xf2','\x9c','\xf4','\x6c','\x51','\x27','\xa0','\x45','\xdd','\x65','\x1f','\x03','\x6c','\xaf','\x60','\x67','\x59','\x77','\xd1','\xe6','\xd8','\x41','\xc6','\x45','\xac','\x78','\xb2','\x33','\xa3','\x75','\x44','\x66','\x76','\x35','\x0d','\x58','\x74','\x26','\x4b','\xa2','\x09','\xd7','\xd6','\x4b','\x44','\xb8','\x80','\xcd','\x11','\xc7','\x9d','\xf5','\x7b','\x52','\xb2','\x80','\xac','\x82','\xa1','\xb9','\xe2','\x58','\xc2','\x6d','\x02','\x8a','\xde','\x67','\xe9','\xba','\xfa','\xca','\x21','\xb1','\xfd','\xf8','\x0f','\x16','\x7a','\xca','\xc5','\xe4','\xc5','\x33','\x67','\xd4','\x01','\x57','\x98','\x09','\x33','\xac','\x78','\x93','\xb3','\x7d','\xae','\x0a','\x4a','\x9c','\x9e','\x1d','\x07','\x40','\x7b','\xc7','\xfe','\x7e','\x88','\x00','\xb4','\x11','\x6e','\xad','\xb9','\xf5','\xcf','\x73','\xb2','\x6d','\x04','\xe6','\x06','\xf6','\x04','\xa4','\xc3','\x80','\x49','\x19','\x73','\x42','\xbd','\x2e','\x90','\x3e','\x50','\xfa','\xc7','\xef','\x07','\x11','\x24','\x94','\xb2','\x29','\x75','\x93','\xc5','\x88','\x86','\xc3','\x32','\x43','\xc6','\xe2','\xdc','\x53','\x3c','\x77','\x9c','\x6b','\x42','\x90','\xf5','\xc9','\xeb','\x3a','\xd6','\x50','\xb1','\xbe','\xe9','\x22','\x1d','\x3a','\xa9','\xed','\x26','\x77','\xa4','\x6e','\x6d','\x43','\x6b','\xb2','\xee','\x07','\x41','\x83','\x23','\xa4','\x7d','\x62','\x9c','\x1e','\xec','\x89','\xdb','\x31','\x02','\x05','\x68','\x2a','\x08','\x55','\x0e','\x6d','\xb2','\x4e','\x26','\xfc','\x74','\x57','\x8c','\xa6','\x79','\x13','\x5c','\xa9','\x28','\x42','\x9b','\x79','\x5d','\xe8','\x7f','\x94','\xfa','\x89','\xa5','\xbc','\x2c','\x86','\x07','\x3c','\x6a','\xdf','\x42','\x16','\x5a','\xc9','\x02','\x26','\xec','\xc8','\x1a','\x87','\xb5','\x49','\xce','\xbd','\x59','\x2b','\x13','\x71','\xb7','\x9e','\x66','\x09','\xe8','\x72','\x8c','\x4f','\x67','\x72','\x89','\x6c','\x2f','\x3a','\xa4','\xe9','\xe9','\x49','\xfb','\x39','\xef','\x95','\xb5','\x79','\xa2','\xf8','\x7e','\x6d','\xb1','\x3f','\x50','\x2e','\xb1','\xf4','\x5c','\x55','\x01','\xfe','\x44','\xd4','\x03','\x90','\x41','\xff','\x02','\xa1','\x0e','\x1d','\x5e','\x29','\xf9','\x4f','\xbf','\x4f','\x6d','\xa4','\x9d','\x3c','\x15','\xb6','\xd9','\x96','\xd7','\xcb','\x4d','\xef','\xfb','\xe4','\xf7','\xef','\xf7','\xfb','\x52','\xd1','\x56','\x2c','\x40','\x16','\x2e','\xce','\x42','\x60','\x8f','\x56','\x86','\xcb','\x45','\x5d','\x32','\x22','\xf1','\x6c','\x1c','\xe4','\xd4','\x66','\x81','\xb5','\x79','\x95','\x68','\xaa','\xb7','\x62','\x82','\x66','\x2c','\x68','\x08','\x2c','\x4f','\xfe','\xe8','\xac','\x97','\x01','\xb3','\xdf','\x72','\x8c','\x3a','\xe7','\xc1','\xb0','\x26','\xdd','\x87','\x30','\x21','\x23','\x24','\x20','\x2f','\x08','\x84','\x01','\xa2','\x68','\xf3','\x59','\xd4','\x93','\x31','\x73','\xfa','\x53','\x66','\x22','\xcd','\xd9','\x87','\xc4','\x3c','\x09','\x11','\xcb','\x42','\xc0','\xe8','\x69','\x52','\xf0','\x7b','\x6a','\xfa','\x4a','\xd8','\xe6','\x54','\x91','\x39','\x1e','\xb8','\x22','\xae','\x73','\x4a','\x50','\x17','\x61','\xad','\x09','\x24','\xda','\x44','\x25','\x9a','\x53','\x92','\xb4','\x27','\x13','\x5f','\x29','\x58','\x04','\xa9','\xc6','\x43','\x1b','\x8e','\x3d','\x09','\x2d','\x36','\xca','\x9e','\x7d','\x75','\xf9','\xdb','\xf3','\x5b','\x6b','\x7a','\x7b','\xfe','\xfb','\xab','\xed','\x05','\xd7','\x10','\x2e','\x29','\xa9','\xfd','\x0c','\x2b','\xa5','\xcb','\x04','\xe7','\x46','\xb7','\xdb','\xad','\xe1','\xfe','\xed','\x86','\xfb','\xb7','\x9b','\x68','\x37','\xf7','\x8e','\x1f','\xdf','\x0f','\xb1','\xfc','\xbc','\x2b','\xf1','\x4e','\xc4','\x24','\xb1','\x29','\x8b','\x09','\x45','\x47','\x79','\x0c','\x57','\x65','\x41','\xfa','\x20','\x77','\x5e','\xb2','\x76','\x9a','\x6b','\x8d','\xc2','\x44','\x48','\xa5','\xcc','\xcc','\x4d','\xa3','\x71','\x42','\x7f','\x0e','\x8b','\x95','\x2e','\x8c','\x48','\x6d','\x64','\x18','\xe3','\xa5','\x50','\x44','\xe4','\xdf','\x58','\x02','\x0c','\x34','\x88','\x3b','\x92','\x33','\x21','\x42','\x3e','\x6c','\x6d','\xfa','\x19','\x92','\x7e','\xa1','\x5c','\xbd','\x95','\x19','\x74','\x53','\x3e','\x98','\x00','\xe4','\x79','\x80','\x5c','\x0b','\xf3','\x0a','\xf2','\x5b','\x74','\x6c','\xc8','\xea','\x3f','\x5c','\xf0','\x79','\xbd','\x04','\x7c','\x19','\x4c','\x10','\x19','\x2c','\xdb','\xef','\x18','\x68','\x0d','\x23','\x47','\x53','\x34','\x1f','\xfb','\x7e','\x30','\x1e','\x8f','\x8e','\xb6','\x1d','\xd8','\x6e','\x2d','\xee','\x67','\x42','\xf1','\x79','\x13','\x7c','\xce','\x1b','\xe1','\x60','\x06','\xef','\xaa','\x22','\xea','\x3e','\x84','\x89','\x97','\xa8','\xe7','\x63','\xde','\x70','\x52','\x5f','\x4d','\x62','\xb5','\x04','\xf9','\xfe','\x92','\x23','\x94','\x9e','\x92','\xfa','\xb2','\xb5','\x6a','\x0c','\xf4','\xfa','\x20','\xfb','\x9f','\x60','\x23','\x74','\x9d','\x16','\x78','\x6b','\x7a','\xdf','\x96','\x8c','\x18','\xb9','\x5a','\x67','\x80','\xf7','\x2e','\xe3','\xe9','\x0d','\xdb','\x1d','\x2e','\x2c','\xde','\xa9','\x49','\xd8','\xf0','\x5d','\x22','\x9c','\x8a','\xb5','\xaa','\xe2','\xc4','\xd2','\x18','\x82','\xa9','\x1b','\xfb','\x97','\x88','\x73','\x92','\x08','\x7a','\xdb','\x1a','\x3a','\x33','\xf6','\x87','\x06','\x11','\xe2','\x1c','\x73','\x2f','\x1f','\x63','\xf2','\x44','\xb6','\xac','\xeb','\xd5','\x0b','\x92','\xf8','\x7c','\xb1','\x95','\x97','\x7c','\x3f','\xda','\x9b','\xe3','\x36','\x9b','\xe3','\xd9','\x7d','\xc1','\xca','\x73','\x11','\x58','\x83','\xd3','\x0c','\x13','\x2f','\x02','\x49','\x3c','\x5a','\x6d','\xef','\x38','\xb2','\xd3','\xb2','\x1a','\x0f','\x5d','\xfc','\xce','\xc3','\xdf','\xab','\xe2','\x3c','\xd1','\xc8','\xa0','\x0d','\xed','\x3f','\x6b','\xeb','\xab','\xf9','\x93','\x2b','\x46','\x6e','\xb1','\xec','\x5e','\xf2','\x6f','\x0e','\x97','\x05','\x58','\xe7','\x26','\x7f','\x01','\x6f','\xb5','\x1c','\x3f','\x0f','\x3f','\x25','\x66','\x62','\xc4','\x37','\xab','\x10','\xd8','\x40','\x12','\x80','\x2c','\xf8','\x41','\xef','\x1d','\xb7','\xdb','\x0d','\xbd','\xf7','\x27','\x2e','\x70','\x9c','\x06','\x90','\x88','\x7e','\x1e','\xcb','\x00','\x03','\xd3','\xe7','\x91','\xeb','\x1f','\x5b','\x39','\x79','\x7f','\xc0','\xda','\xc1','\x74','\xfb','\xf7','\x40','\x50','\x6c','\xbf','\x27','\x44','\xd9','\x7b','\x07','\x35','\x38','\xe3','\x1e','\x4d','\xf5','\x68','\x2f','\xb5','\x9f','\x5d','\xe6','\xec','\xcc','\xf6','\xde','\x17','\xc8','\x26','\x0d','\xcf','\xc7','\xa4','\xda','\xb5','\xcc','\x95','\x14','\xc6','\xf0','\x33','\x37','\x52','\x6a','\x5f','\xfe','\x91','\x71','\x2a','\x04','\x59','\x5f','\xb9','\xb8','\xb2','\xc8','\xa1','\xbc','\x22','\xf6','\xb2','\x4f','\x03','\xaf','\x66','\x2e','\x03','\x82','\x8d','\x94','\x0d','\xed','\x71','\xb1','\xf9','\x50','\x84','\x6f','\x6e','\x2e','\x80','\xba','\x36','\x6d','\x16','\xdc','\x60','\x85','\xac','\x6d','\x60','\xaf','\x4c','\xfc','\xac','\x0c','\x84','\x7d','\x42','\x66','\x9c','\x9e','\xd7','\x49','\x05','\x61','\x23','\x7f','\xbc','\x1e','\xca','\xf5','\x00','\x87','\x55','\x8e','\x09','\x2e','\x40','\xfb','\x27','\x78','\xce','\x8f','\x95','\xdf','\xd0','\xc7','\xcb','\x5a','\x9f','\xfc','\xd8','\x18','\x33','\x12','\xd8','\xb8','\xdd','\x1b','\xee','\xf7','\x4d','\x09','\x3c','\x24','\xe2','\xdb','\x77','\x0d','\x7a','\x70','\xe4','\xa4','\x87','\xb9','\xe9','\x93','\xfd','\x50','\xc9','\x77','\x62','\x36','\x3e','\x50','\x8c','\x61','\xb4','\x31','\xae','\x94','\x2c','\xf3','\xa4','\xf4','\x2c','\x76','\x58','\x10','\xae','\x69','\x88','\xc5','\xf3','\xe3','\x9a','\x9e','\x60','\x71','\x22','\xbd','\x8d','\xf1','\x41','\xb5','\x4c','\x09','\x04','\xfb','\x23','\x3d','\x87','\x39','\xe1','\xe8','\x94','\xa5','\x21','\x4f','\x2f','\x77','\x3b','\x7c','\xfe','\xec','\x11','\x75','\xe6','\x9b','\x08','\x76','\x51','\x3c','\xa1','\xe7','\x8b','\x32','\x6c','\xfa','\x8a','\x61','\xf9','\x1f','\x2b','\xf8','\x9c','\xc0','\x87','\x0a','\x28','\x2e','\x54','\x66','\x2b','\x50','\xa2','\x4f','\xd2','\xc2','\x00','\x84','\x09','\x39','\x77','\xc5','\xeb','\xfb','\x2e','\xff','\x6d','\x9b','\x44','\x81','\x03','\x84','\xb1','\x6e','\x4c','\xe0','\xad','\xa9','\x57','\x9b','\xbd','\x9c','\x84','\x20','\xa5','\xb5','\x79','\x8f','\xc9','\x64','\x95','\x84','\x87','\x5d','\xc1','\xe0','\xb2','\xb0','\x28','\x0f','\x5b','\x17','\xe1','\xdc','\xdc','\x5b','\xcd','\x3a','\x65','\x63','\x75','\x3c','\xe2','\x8d','\xd4','\xb5','\xa1','\xf8','\x31','\xfd','\x6c','\x63','\x1c','\xe4','\x9d','\x13','\x38','\x0c','\x32','\x49','\xcb','\x4a','\xe6','\x7a','\xb3','\xef','\xca','\x73','\x74','\xd6','\x08','\xa6','\x84','\xfb','\x26','\xf8','\x6c','\xdf','\xba','\xe7','\x2f','\xea','\xbb','\xe6','\xdc','\xe2','\x24','\xee','\x24','\x44','\xe5','\x24','\x43','\xef','\x5d','\x6d','\x9b','\xdc','\xf7','\xb9','\x69','\xb4','\x39','\xb9','\x9f','\xd5','\xf5','\x2e','\x64','\x1c','\xca','\x91','\xa7','\x68','\xb1','\xba','\x32','\x5f','\xe3','\x79','\x2e','\x78','\x85','\xcb','\x92','\x09','\x97','\x3f','\x8a','\x3c','\x3f','\x21','\x3c','\x5b','\xbd','\x10','\x74','\x7c','\x7f','\xcb','\xba','\xc6','\xfc','\x8b','\x4e','\x28','\x81','\xf4','\x4b','\xe3','\x5c','\x12','\xeb','\x33','\x49','\x76','\xa8','\x7e','\xc2','\x7f','\xfc','\x14','\x5d','\x7e','\x81','\x46','\x3c','\x7f','\x7d','\x15','\xa8','\xe4','\x23','\xbc','\xc7','\x6b','\x7d','\x7d','\x9c','\x36','\x2e','\x80','\xc0','\x47','\x9c','\x1e','\xff','\x0e','\xbe','\x66','\x1a','\x81','\x7e','\x1e','\x36','\xef','\xa5','\x20','\x08','\xef','\xef','\xef','\x6e','\x05','\x9a','\x72','\x00','\x39','\xf0','\xae','\x98','\xe4','\xf4','\x6f','\xf0','\x9f','\x30','\x5a','\x57','\x13','\xf0','\x0d','\x44','\x39','\x35','\x3f','\x4f','\x63','\x9e','\xdd','\xe8','\x3e','\xc7','\xf5','\xc7','\xd2','\x8d','\xb9','\xad','\x19','\x52','\xb0','\x3f','\xfd','\x60','\xb8','\x38','\x33','\xbc','\x33','\xce','\x03','\x10','\x37','\x0d','\x43','\xf8','\xf9','\x92','\xe7','\x28','\x38','\xf8','\x1b','\x86','\x5d','\xfc','\x37','\x4a','\xca','\xb0','\x01','\x03','\x8c','\x73','\x48','\x2b','\x5b','\x11','\x45','\xfe','\x0d','\x05','\xc9','\xd9','\xbc','\x8a','\xa5','\x63','\x18','\x56','\x61','\xb4','\xe9','\x44','\x2b','\xf3','\x2a','\xc0','\x8e','\x7b','\xac','\x9a','\xdc','\xbe','\x77','\x3c','\xfc','\x9e','\x4f','\x77','\x64','\x2b','\x48','\x9c','\xfc','\xbe','\x4f','\x53','\x6a','\x12','\x21','\xb2','\x7d','\x58','\x9f','\x44','\xca','\x8a','\x44','\x89','\xa7','\xe5','\x9d','\x43','\x63','\xe6','\xe7','\xeb','\x1f','\xaf','\x2c','\xbd','\x9f','\x2a','\x45','\x12','\x1f','\x1e','\xe5','\x2f','\x5f','\x58','\xa2','\xab','\xf3','\x86','\x57','\xbe','\xd2','\x3f','\xd7','\x97','\xb6','\x9b','\xba','\x1e','\x61','\x9b','\xe1','\xdb','\x14','\x95','\x35','\x9a','\xd1','\xed','\xb6','\xe1','\x7e','\x97','\xa0','\x07','\xcc','\x42','\xe0','\xdf','\x7f','\xec','\x78','\xff','\x21','\xc9','\x4e','\xc5','\x62','\x10','\xaf','\xad','\x86','\x1f','\xd6','\x95','\xd4','\x7f','\xa9','\xb8','\x3a','\x55','\x76','\x32','\xe3','\x8e','\xa2','\x31','\x3c','\x04','\x78','\xc4','\x25','\x4a','\x0f','\xa5','\x1b','\x5e','\xb4','\x1a','\x78','\xa1','\x13','\xab','\x27','\xdc','\x88','\x27','\xac','\x0d','\x2e','\x2f','\x7b','\xac','\x14','\xf2','\x3f','\x79','\x35','\xa3','\xea','\xa8','\x5d','\xac','\x3f','\x2e','\xf6','\xa3','\x83','\x41','\x27','\x30','\xf1','\x2a','\xb0','\x57','\x64','\x92','\xc3','\x83','\x9f','\xb5','\xe1','\x77','\x15','\x19','\xbe','\x96','\x15','\x38','\x04','\x6f','\xf8','\x3d','\xa0','\x81','\xd6','\xcc','\xed','\xe9','\x6f','\x2b','\xe1','\xe7','\xbf','\x65','\xcd','\xee','\x99','\x95','\x8f','\x83','\xc1','\x94','\x7c','\x3e','\x28','\xae','\xdf','\xe3','\x7b','\x16','\xd2','\x1d','\x2c','\xed','\x76','\xb5','\xe8','\xef','\xef','\x1d','\xdb','\x76','\x68','\xc0','\x1a','\x3d','\x17','\x5b','\x03','\x71','\x8f','\xc0','\x19','\x84','\xe4','\x62','\x17','\x38','\xde','\x5c','\x2a','\xaf','\x66','\xe0','\x51','\x3f','\x75','\x30','\x5d','\x2d','\x26','\xa0','\x60','\x06','\x79','\x08','\x94','\x60','\xe7','\xdc','\xef','\xb4','\xa5','\x9f','\x32','\xd0','\x15','\x9c','\x53','\xbe','\xd4','\xc5','\xe3','\xe9','\x78','\x0c','\xa3','\x1e','\xad','\x59','\x49','\x03','\xdb','\x3b','\x83','\x1f','\x07','\x7a','\x27','\x6c','\x1d','\xb8','\x41','\x84','\x16','\x71','\x8d','\x23','\x75','\xfb','\x6c','\x38','\xb6','\x1e','\x16','\x50','\x0d','\xc7','\xcd','\xce','\x2c','\x29','\x3d','\x6f','\x92','\x87','\x69','\xbb','\x49','\x24','\xcc','\xb6','\xc9','\x6f','\x39','\x88','\x50','\x3f','\x38','\xce','\x16','\x12','\x4d','\x49','\x43','\x37','\x9c','\xc1','\xba','\x11','\xe3','\xf4','\x3e','\x44','\x06','\x4e','\x36','\xd0','\x8e','\xe6','\x60','\x50','\x73','\xf8','\x99','\xde','\x4f','\xb4','\x96','\x74','\xde','\x71','\xff','\xb4','\xba','\xb0','\x8f','\x08','\x8d','\x17','\x7b','\xf5','\x14','\x0d','\x2c','\x50','\xe6','\xe9','\xbc','\xcf','\xf0','\xeb','\xea','\x80','\xbd','\xc8','\x47','\x8d','\x8f','\x56','\xe9','\x41','\x7f','\x8e','\x1c','\x7f','\x31','\x03','\x31','\x36','\x7b','\xb6','\xc0','\xf3','\xc4','\x7e','\x6d','\xc9','\xf4','\xf1','\x84','\xf4','\x1c','\x7d','\x0e','\x76','\xf0','\x34','\x08','\x02','\x00','\x8c','\xe1','\xe3','\xa2','\x47','\xac','\xf8','\xf6','\xf5','\xe0','\x32','\xec','\x38','\xb0','\x57','\x36','\x68','\xd5','\xc2','\x8a','\x1f','\xcd','\xe3','\x1a','\x78','\x85','\xfa','\x5b','\x7c','\xa9','\x1e','\x14','\x49','\x23','\x5a','\xab','\x71','\xb9','\x34','\x39','\x31','\x06','\xec','\xeb','\x0c','\x46','\x12','\x08','\xf5','\xf9','\x71','\xec','\xea','\x53','\x3d','\x30','\x40','\xfa','\x52','\x58','\x8c','\xd2','\xaf','\x49','\xd3','\x73','\xae','\x97','\x88','\xce','\xd7','\xbb','\x70','\x05','\xe4','\x6b','\x68','\xa8','\x7e','\xe1','\x03','\x3e','\xf7','\xb5','\x99','\xad','\x50','\x54','\xaa','\xe5','\x75','\x35','\x2d','\xa2','\xac','\x4e','\xd7','\x7c','\x3e','\x66','\xf1','\x71','\xab','\x8f','\x22','\x3e','\x4b','\xbe','\xe6','\x04','\x13','\x50','\x82','\xac','\x3e','\xd1','\x5e','\x91','\x3e','\x7c','\x78','\xea','\xd9','\x5c','\x2c','\xda','\xcb','\xef','\xfe','\x7c','\xe1','\xe5','\x97','\x35','\xc4','\xff','\x47','\xf0','\x6c','\xeb','\x09','\xa3','\xaa','\x32','\xd6','\x1b','\x52','\x60','\x59','\x2d','\x3f','\x12','\xf2','\xfa','\x26','\x02','\x50','\x6b','\xe8','\xfb','\x21','\x21','\xaf','\xbf','\xef','\x92','\xec','\x34','\x87','\x4a','\x4f','\x3d','\xad','\xce','\xcf','\x99','\x12','\x20','\x3f','\xba','\xde','\x03','\xa9','\x61','\xc2','\x4f','\x6b','\x61','\x52','\x77','\x05','\xd0','\x09','\xb8','\x71','\xfa','\x27','\x33','\x81','\x63','\xad','\x09','\x13','\x18','\xe3','\x36','\xd0','\xde','\x09','\xc7','\xe8','\x87','\x51','\x78','\x8a','\x9f','\xf2','\xc0','\x04','\x47','\x75','\x04','\x93','\x36','\x6b','\x35','\x3f','\x4b','\x38','\xaf','\x16','\x39','\xaf','\xb0','\xae','\x97','\x0b','\x8f','\x3d','\x23','\xd7','\xa2','\xc9','\x47','\x8a','\x50','\x16','\xa9','\x58','\x3e','\x17','\xcc','\xe3','\xbf','\xa5','\x16','\xd6','\x95','\xcc','\xae','\xdf','\x7e','\x7e','\xca','\x81','\x98','\xcf','\xb2','\xe1','\xff','\xe3','\xe8','\xd8','\x1f','\xbb','\xb8','\x74','\xb5','\x86','\xd6','\x36','\x51','\x6e','\x91','\xe4','\x03','\xf2','\x7b','\x9d','\x9d','\xdc','\x85','\x4e','\xda','\xb7','\xfb','\x2f','\x1c','\x52','\xca','\x28','\xc8','\x02','\xb2','\xff','\x76','\xbf','\xc8','\x22','\xc6','\x75','\x02','\x20','\xca','\xb4','\x4e','\x7a','\x72','\x92','\xb6','\xcf','\x71','\x6a','\x4b','\x30','\x96','\xcf','\xc0','\x40','\xeb','\xec','\xb3','\x2b','\x1b','\x5a','\x1a','\xca','\xa7','\xc1','\x2c','\x61','\x22','\xe5','\x39','\x3a','\x03','\xe8','\x12','\x59','\xf7','\x38','\x1a','\x6e','\x29','\xa1','\xf7','\xb6','\x01','\xf7','\xb7','\x4d','\x68','\xaa','\x7a','\x48','\x74','\x8b','\x74','\xaa','\xf0','\x9e','\x95','\x2e','\x44','\x08','\x97','\xf2','\x5e','\xbd','\x2b','\xd2','\x94','\x7c','\x1e','\xbe','\x9d','\x45','\x8a','\xf0','\xe1','\xfd','\xb2','\xe2','\x1c','\x4e','\x0a','\xcf','\x35','\x0d','\x61','\x44','\xbe','\x1c','\x6c','\x63','\x8c','\x5f','\xf1','\xaf','\x6d','\xe5','\xb8','\x2f','\x67','\x38','\x7d','\xc5','\xc4','\x9c','\xbf','\x72','\xd2','\xe6','\x9a','\x96','\xc9','\x4f','\x8b','\xdf','\x3e','\xb9','\x9e','\x3f','\xb5','\x0f','\x57','\x42','\xd7','\x2f','\x46','\x95','\x67','\x7c','\xfa','\x8a','\xaf','\x7c','\xb9','\xc1','\x57','\xc6','\x9c','\xc8','\x5d','\x8e','\x57','\xb1','\x42','\x5b','\x4b','\xc5','\x0e','\x3f','\x09','\x82','\xd0','\x5a','\x2b','\x41','\x10','\x96','\x97','\xf6','\xaf','\x39','\xf7','\x84','\x77','\x82','\x8a','\xad','\xf7','\xe5','\x8a','\x7b','\x40','\xd2','\xe2','\xc4','\xa5','\xc4','\x4c','\xf0','\x2b','\x23','\x00','\x87','\x26','\x7b','\xc7','\x2d','\xfe','\x09','\x41','\xe6','\xe9','\x1c','\xc7','\x81','\x7d','\xdf','\x43','\x3b','\xa9','\xe5','\x7e','\xd3','\xf9','\x17','\x86','\x1f','\x68','\x6d','\xc3','\xe3','\xfd','\x21','\x8c','\x99','\x2e','\xe4','\xb1','\xef','\xa0','\x5b','\x08','\x39','\x2e','\xa4','\xb1','\x4e','\x80','\xe0','\xda','\x4d','\x71','\x3d','\xc8','\x8c','\x61','\x5e','\x93','\xca','\x98','\xbc','\xaa','\x91','\xb1','\x3d','\x32','\xc6','\x6c','\xb2','\xd8','\x61','\x66','\x40','\x73','\xdc','\x7d','\x61','\xb6','\x06','\xf6','\x2c','\xed','\x71','\xe2','\x51','\x50','\x5e','\xb2','\x50','\x96','\xac','\xee','\x6e','\x6a','\xf5','\x11','\x0d','\xbd','\xbc','\x49','\x40','\xbd','\xdf','\x93','\xef','\x4f','\x44','\xe7','\x69','\x11','\xc8','\xf7','\xf9','\x67','\x0f','\x70','\x9e','\xcb','\xa5','\x35','\x29','\xc3','\x5a','\x7c','\x4c','\xf3','\x94','\x27','\xcb','\xbd','\x18','\x35','\x52','\x17','\x27','\xbf','\xae','\x23','\x4e','\x41','\xff','\xa7','\xca','\xc5','\x9e','\xbf','\xf8','\xda','\xcb','\x95','\x97','\xe4','\xa1','\x3c','\x5c','\x8d','\xc0','\x56','\x60','\x5c','\x69','\x8a','\x88','\x6f','\xdf','\x24','\xe7','\xcf','\x76','\x93','\x33','\xf6','\x78','\xef','\xf8','\xf1','\x7d','\xd7','\xc0','\x07','\xfa','\x2e','\xd1','\x62','\xa5','\x17','\x03','\xf3','\xef','\xbc','\xfc','\xc9','\x9e','\xe5','\x1c','\x52','\x3c','\xfe','\xa6','\x4c','\x98','\x85','\x82','\x26','\x65','\xb8','\x44','\x33','\x4e','\x03','\xf7','\x78','\x52','\xfc','\xf7','\x33','\xe1','\x3e','\xcd','\x82','\xf3','\x7a','\x06','\xf7','\xc0','\x31','\x44','\x81','\x1d','\xc3','\x71','\x27','\x5d','\x57','\xd0','\x8c','\x7a','\xbc','\xa8','\x74','\x36','\xf2','\x8f','\x1d','\xc1','\x59','\xe0','\x9d','\x57','\x54','\xd7','\xec','\xac','\xd7','\x8c','\xdf','\xa7','\xd6','\xa3','\x35','\x77','\x41','\xfc','\x1f','\x5c','\xd6','\xab','\x78','\xbe','\x26','\x7e','\xe2','\x38','\xe8','\x9a','\x47','\x05','\xa3','\x48','\xde','\xbb','\x56','\x81','\x45','\x23','\x86','\xdb','\xf7','\x47','\x47','\x6b','\x87','\xbb','\x64','\x59','\x00','\x1b','\x13','\x7e','\x36','\x6e','\xca','\xd4','\x1f','\xca','\xe0','\xab','\xa0','\xc2','\x0c','\xd6','\x48','\x80','\x26','\xa8','\xac','\xe1','\x8c','\x01','\x48','\x72','\x51','\xd8','\x7e','\x6f','\x4d','\x98','\xfd','\xde','\x45','\x90','\xb7','\xe7','\xe9','\x18','\xfa','\x9c','\x96','\x78','\x20','\xe6','\x97','\xc5','\x69','\x6a','\x14','\x4c','\xb3','\x2b','\xe0','\x2a','\x05','\x1e','\x31','\x57','\x91','\x1c','\x0d','\x1f','\x19','\x0d','\xe1','\xf4','\x16','\x43','\xc7','\x2c','\x41','\x0a','\x8e','\x6d','\xc3','\xed','\xde','\xd1','\x9a','\x08','\x41','\x12','\x3c','\xa2','\x01','\x4d','\x3c','\x55','\xb6','\xa4','\xac','\x75','\x4f','\x08','\xbb','\x97','\x9d','\xdc','\xdd','\x0e','\x0d','\xa6','\xe0','\xfb','\xa5','\x7c','\x46','\x49','\x60','\xec','\x7f','\xed','\x7f','\xb2','\xc9','\xce','\x17','\x01','\x45','\xa8','\x78','\x95','\xe7','\x78','\xa5','\xf8','\x75','\x08','\xbb','\x4b','\x66','\xe3','\x61','\x0e','\x1c','\x90','\x3a','\x1b','\xe9','\xbe','\x3b','\x25','\x2a','\xef','\x46','\xa7','\x83','\x9b','\xa1','\x67','\x16','\x94','\xce','\x73','\x5d','\xc5','\x38','\xae','\xce','\xce','\x1a','\x57','\x49','\xf7','\xcf','\xf0','\xfe','\xd7','\x94','\x25','\x47','\x71','\xd5','\xfe','\xaf','\x42','\x8f','\x6b','\x46','\xa8','\x7e','\xfa','\x40','\xdf','\x4b','\x25','\xe5','\x95','\x60','\x77','\xf2','\x68','\x25','\x48','\x6e','\x6d','\x21','\xe8','\xdc','\x6e','\x73','\x45','\x0c','\x51','\xe0','\x2c','\x14','\xb6','\x65','\x52','\x8d','\x84','\x9f','\x73','\xcf','\x9c','\x07','\x7d','\x2a','\xce','\x06','\x73','\x72','\xb6','\x7e','\xa6','\x35','\x28','\xbf','\x27','\x77','\xbd','\x55','\x44','\x99','\x30','\x17','\xdb','\xf7','\xdc','\x0f','\xe7','\x6e','\x0b','\xe2','\xb2','\xcf','\xf7','\xfb','\x3d','\xbd','\x1b','\xe3','\x74','\x24','\x39','\xfe','\xc6','\xb2','\x80','\x0c','\xc0','\x96','\x76','\xdb','\x6e','\xf5','\x20','\xa7','\x39','\x32','\x9b','\xe6','\x6a','\xbe','\x8c','\x35','\x4c','\x7f','\x5a','\x9b','\x57','\x61','\x88','\xc6','\xb6','\x5f','\x80','\x40','\xd3','\xa6','\x8a','\x00','\x93','\x90','\xfc','\x49','\x33','\xb9','\x35','\x45','\x6b','\xe0','\x2e','\x81','\x0d','\xcc','\x27','\xfc','\x50','\x33','\xbc','\x44','\xa0','\x11','\x6d','\xa0','\x5b','\x7d','\x4c','\x6b','\xae','\xfd','\xc5','\x85','\x67','\xd5','\xf6','\x50','\xc6','\x90','\xd1','\xe7','\xab','\x0c','\xd8','\x69','\xbd','\x0c','\xaf','\x43','\xa5','\x11','\x5c','\x33','\x83','\x59','\xe6','\x7b','\xb1','\x9e','\x4b','\xa4','\x74','\xf1','\xe8','\x1f','\xc9','\xb2','\xbd','\x30','\xfe','\xe7','\xf3','\x1a','\x35','\x68','\xf9','\xb1','\x68','\xa3','\xb7','\x4d','\x22','\xbe','\xdd','\xdf','\x36','\x6c','\x77','\x11','\x49','\x8e','\x87','\x84','\xbc','\x7e','\xbc','\x1f','\xe8','\x0b','\xe1','\xc7','\x9a','\xe0','\xd4','\x6e','\x19','\xcb','\x27','\x16','\xbc','\x88','\xba','\x26','\xf8','\x50','\x3d','\x1b','\xaf','\x16','\x07','\x9d','\x13','\x85','\xd1','\x19','\x4d','\x0f','\xfe','\x29','\x0e','\x20','\x01','\x1e','\x3d','\x2a','\xcf','\x93','\xf3','\x1b','\x03','\x45','\xb8','\x9c','\xfe','\x0b','\x6b','\xf3','\xb1','\xe5','\x0b','\x9c','\x79','\x1d','\x5f','\x44','\xf7','\xf1','\xaa','\x71','\xd7','\xb3','\x44','\x63','\x86','\xb3','\xfe','\x6b','\x05','\xfa','\xb9','\xc2','\x0c','\x50','\x67','\x09','\xc5','\xa6','\x02','\x8b','\xbb','\x45','\xbe','\x80','\xeb','\x88','\x93','\x15','\x68','\x27','\x6c','\x8f','\x8e','\xed','\xd6','\x35','\x71','\xb5','\x58','\x6d','\xb6','\xd6','\x80','\x8d','\x03','\xd7','\x33','\x00','\xee','\x25','\xb2','\x6a','\xdc','\x17','\x96','\x03','\xc2','\x99','\x71','\x67','\x48','\x1e','\x9b','\x4d','\xea','\x6d','\x44','\x1e','\x4d','\x71','\xeb','\x92','\xc0','\xb7','\x03','\x9e','\xeb','\x86','\xf5','\x1f','\xb7','\x92','\x5c','\x8c','\xdf','\x29','\x18','\x25','\x65','\xa1','\x53','\x7c','\x75','\xbd','\xd3','\x3a','\xa7','\xcb','\xc1','\xf5','\xbc','\x9d','\x42','\x64','\x62','\xe6','\xed','\xfc','\x1e','\xfd','\x40','\x3f','\x08','\x44','\x87','\xdf','\x0d','\x32','\x1a','\xe9','\x72','\x97','\x61','\x06','\x5b','\x3a','\xd6','\x84','\xa5','\xbb','\xdc','\xab','\x15','\x2b','\x38','\x97','\x8e','\x9d','\x8e','\xa6','\x21','\xfa','\x57','\xaa','\x83','\xb4','\x3d','\xf9','\xb5','\x4a','\x84','\xd7','\xdb','\x8e','\x79','\xcb','\x7b','\xc1','\x53','\x2a','\xf2','\x3c','\x69','\xea','\x14','\x27','\x5f','\x92','\xe1','\x2f','\x9a','\xf3','\x24','\x11','\xff','\xb7','\x9c','\x96','\x42','\xef','\x3f','\x50','\xff','\x27','\xcb','\x76','\xab','\x02','\x10','\x11','\x3d','\x17','\x80','\xf6','\x7d','\xc7','\xbe','\xef','\x2e','\x00','\xb5','\xd6','\xc4','\x67','\x2e','\xd3','\xac','\x22','\x2c','\xa4','\x67','\x46','\xec','\xc7','\x09','\x4c','\x12','\x79','\xfc','\x49','\xa8','\x26','\x04','\x9a','\x5c','\x27','\x75','\x60','\x16','\x87','\xd2','\xd4','\x28','\xf4','\xe4','\x77','\xfc','\xa7','\x2b','\xe9','\x22','\x59','\x87','\xea','\xa0','\x8a','\x64','\x32','\xed','\xc9','\xc0','\x18','\x06','\x99','\x8e','\x67','\xcc','\x48','\xda','\x88','\xe1','\x08','\x72','\xd2','\x1a','\x5d','\x6d','\xf8','\x33','\x46','\x61','\x60','\xae','\x9e','\x21','\x35','\x63','\xfc','\x97','\x39','\x37','\x46','\x66','\x2d','\xef','\xa5','\x7e','\xee','\xcc','\x6e','\xf1','\x71','\xc1','\x67','\x67','\x17','\x92','\x2d','\x84','\xb1','\x23','\xf5','\x41','\xe3','\x7b','\xaa','\xc8','\x69','\xf1','\xc3','\x32','\xbf','\xd1','\x47','\xcb','\xb8','\x3f','\x69','\x6e','\xe7','\x84','\x6d','\xf1','\xe8','\x04','\x76','\x01','\x3c','\x3f','\xd0','\xbf','\x0b','\x39','\x66','\x38','\xff','\xe2','\x36','\x87','\x8f','\xeb','\x0a','\x56','\x12','\xe7','\x9b','\xcf','\x31','\x8d','\x30','\xaa','\x7b','\x61','\xe0','\x6b','\x21','\xaf','\x6f','\x6f','\x9b','\xe4','\xb4','\x20','\xe0','\xf1','\xe8','\x78','\xff','\x71','\xe0','\xfd','\x3d','\xee','\x91','\xe5','\x24','\xb7','\x19','\x54','\x27','\x98','\x7a','\x71','\x19','\x2a','\x64','\x0e','\x5a','\x42','\xb5','\xd6','\x8a','\xe5','\x27','\xe6','\x56','\x32','\xd4','\x17','\xda','\xbc','\x72','\x73','\xcb','\xb8','\x4c','\x93','\x4f','\x16','\x4b','\xc9','\x70','\x7c','\xad','\xe9','\x3a','\x30','\xff','\x58','\x22','\x5d','\x9d','\xc0','\xef','\x84','\x3f','\x17','\xd5','\x7e','\x49','\x31','\x8e','\xeb','\x9c','\x5f','\x29','\x03','\x7a','\xa6','\x91','\x0d','\xb4','\x2f','\xab','\xb4','\xb2','\x9c','\xff','\xcf','\x2e','\x33','\x90','\xac','\xf8','\x0c','\x1a','\x9e','\x30','\x18','\x5d','\xfd','\x0a','\x37','\x00','\x20','\xb5','\xb2','\x34','\xc4','\xdd','\x3a','\x3b','\x9f','\x59','\x92','\x2d','\xb8','\x53','\xea','\xed','\x7b','\xc7','\xf6','\xd0','\x88','\x70','\x1b','\xd0','\xee','\xb2','\xff','\xd4','\x08','\x1b','\x01','\x8c','\xe6','\x6e','\x5d','\xc4','\x12','\xc2','\xda','\xee','\x7b','\x7a','\x68','\x6e','\x90','\x6b','\x0d','\xdd','\xca','\xc7','\xf0','\xf1','\x6c','\x86','\xb8','\xb7','\x86','\x46','\x8c','\xcd','\xf0','\x47','\x0a','\x9c','\x41','\xee','\x6a','\xc5','\x7e','\x38','\xf2','\x3c','\x50','\xe6','\x64','\x6e','\x7b','\xf2','\x45','\xc6','\x27','\xef','\xac','\x14','\x80','\x61','\x31','\x5a','\x2d','\xfd','\x0c','\xc5','\xc5','\xbb','\xc2','\xc6','\x51','\x68','\xbc','\x08','\x30','\x04','\xe0','\x38','\xd8','\x05','\x2e','\xd2','\x75','\xf3','\x24','\xc1','\x80','\x7b','\x8e','\xb8','\x8b','\x9c','\x2b','\x0f','\xc7','\x5d','\x5d','\x94','\xa4','\x53','\x64','\x16','\x79','\xd7','\xe9','\xfe','\x74','\x80','\x46','\xee','\xe5','\x8b','\x8b','\xad','\x81','\xf5','\x34','\x08','\x6f','\x93','\xe6','\x31','\x81','\x36','\xa3','\xde','\x1f','\x1c','\xdb','\xe5','\xc1','\x02','\x73','\xb5','\x26','\xa7','\x78','\x93','\x96','\x1f','\xa7','\x67','\x2b','\xcf','\xb7','\xff','\x16','\x2d','\xc3','\xde','\x2d','\x79','\xda','\xdf','\x88','\xb8','\x2d','\x2c','\x7c','\x55','\x0a','\xf0','\xf3','\x20','\x08','\x96','\xfb','\x07','\xb0','\x68','\x26','\x7b','\xb2','\x00','\xad','\x50','\x2c','\x96','\x34','\x7f','\xf9','\x7b','\xb6','\x24','\x25','\x46','\x26','\x13','\xbb','\x02','\xa4','\x03','\x43','\x6f','\xd1','\x52','\x72','\xbb','\xa3','\xa5','\x67','\x7c','\x56','\x86','\x7d','\xc2','\xd5','\x4d','\x3f','\x3f','\x63','\x1e','\x56','\x8c','\xb2','\xf7','\x1d','\xab','\xb3','\x0c','\xb9','\x97','\x3a','\x3b','\x3d','\x90','\xbf','\xa1','\xd8','\x38','\x27','\x32','\x9a','\x18','\x94','\xb2','\x1c','\x3d','\xee','\xf9','\xec','\x8f','\xb8','\xe7','\x93','\x93','\xb2','\x6d','\x76','\xc7','\xa7','\xb9','\xc1','\xdd','\x09','\x9e','\x95','\x85','\xcc','\xe6','\xb4','\xcb','\xeb','\x10','\xea','\x42','\x7e','\x60','\x4e','\xa7','\xbf','\x2d','\x98','\xca','\x9f','\x6f','\x14','\x1f','\x47','\x84','\x63','\x7b','\xff','\x89','\x88','\x74','\x21','\xe5','\xae','\xdc','\x52','\x08','\xe2','\x22','\xb9','\xdd','\xab','\xf0','\xd3','\x3b','\x63','\x7f','\x88','\xf0','\xb3','\x3f','\x3a','\xc6','\xd0','\xee','\xce','\x84','\x25','\x66','\xa3','\x1c','\xf9','\x53','\x29','\xfb','\xba','\xf8','\x76','\x66','\xcb','\x4f','\x4b','\x44','\x3b','\xef','\xb7','\x9d','\x13','\x32','\x66','\xe5','\x23','\x1d','\xcc','\x8f','\x46','\x6b','\x24','\x2d','\x08','\xc9','\xec','\x2e','\x60','\xcc','\xd9','\xc0','\x40','\x60','\xf9','\xf5','\xe2','\xe1','\xa2','\x7c','\x54','\xf0','\xff','\x59','\x85','\xc5','\xa2','\xfb','\x95','\xab','\xcc','\x7f','\xcb','\x17','\x14','\x75','\x43','\xeb','\x04','\x34','\x62','\xa5','\x53','\x3d','\x18','\x64','\x1a','\xb7','\x98','\x31','\xba','\x63','\x32','\xeb','\x39','\x4d','\x42','\xd0','\xb6','\xb1','\xbb','\x3c','\x83','\xc5','\x12','\xd4','\xb7','\x8e','\x76','\x34','\xf4','\xc6','\xe1','\x1d','\x41','\x41','\x13','\x58','\xdb','\x26','\xfb','\x9c','\xbc','\x05','\x5a','\x07','\x58','\x23','\xc7','\x6d','\x04','\x60','\x23','\x90','\x86','\x92','\x93','\xfb','\xbb','\x04','\x4e','\x97','\xff','\xdd','\xd8','\xc4','\x71','\x56','\xcc','\xb5','\x8f','\xa0','\xc2','\x8f','\x46','\x50','\xf3','\xf0','\xd1','\x7b','\xd7','\xe0','\x3d','\x48','\x93','\x96','\x97','\x98','\x7b','\x69','\x6b','\x2c','\xe5','\x8c','\xc6','\xf2','\xe4','\x1a','\xa8','\x88','\x49','\x9e','\x15','\x71','\x34','\x85','\xf0','\x96','\x36','\xab','\xa0','\xcf','\x69','\x00','\x1e','\xe0','\x9a','\xaa','\xa0','\xf5','\x0c','\xf9','\xd8','\x75','\xab','\x28','\x7f','\xc1','\x81','\x1a','\x71','\xdf','\xea','\x3b','\xd2','\xb3','\x17','\x68','\xeb','\x34','\x8b','\x67','\xef','\x7c','\xe5','\xb4','\xff','\x8b','\x93','\xfe','\xf6','\xa5','\xff','\x3f','\xec','\xfd','\xd9','\x9a','\x1b','\xb9','\xb2','\x26','\x0a','\xfe','\x06','\x77','\x86','\xa4','\x5c','\x6b','\xd7','\xe9','\xea','\xf7','\x7f','\xc8','\x3e','\xb5','\x6b','\xaf','\x4c','\x05','\x1d','\xb0','\xbe','\xb0','\x11','\x70','\xb8','\x93','\x8c','\x59','\x99','\x32','\x7d','\x0a','\x92','\x3e','\x60','\x86','\xcd','\x30','\xd3','\xb3','\x77','\x19','\x7e','\xfe','\xfc','\x39','\x15','\x82','\xe6','\x76','\x21','\x05','\xb3','\x00','\x1d','\xc2','\xc8','\x70','\x8c','\x84','\x38','\x94','\x3c','\x7a','\x9b','\xc3','\x9d','\x23','\x3d','\x6f','\xae','\x66','\xe7','\x82','\x0c','\xf7','\x82','\x46','\x16','\xa2','\xba','\x67','\xfb','\x46','\x8c','\x56','\xa1','\x5c','\x79','\x30','\x10','\xfb','\x4e','\xf2','\xf0','\xc3','\xf7','\xa9','\x23','\x56','\xde','\xf5','\x9d','\x27','\x6f','\xdf','\x66','\x90','\x12','\x91','\x01','\x5e','\xc1','\x18','\xdf','\xe6','\xfe','\xa8','\xab','\x86','\x3c','\xd3','\x76','\x24','\x9d','\x8b','\xb3','\x38','\xdc','\x9a','\x0a','\x3e','\xd9','\xdd','\xcd','\xf2','\x44','\x09','\xc2','\x5e','\x16','\x80','\x16','\xda','\x21','\x6f','\x9b','\x4b','\x8a','\xca','\xe2','\x97','\x6b','\x02','\xe3','\x29','\x4a','\x0f','\xde','\xc3','\x4f','\x4d','\x11','\xe0','\xdd','\x0f','\xbf','\x33','\xfc','\x4a','\x08','\x72','\x24','\x3e','\x77','\xc1','\xcb','\x16','\x68','\xc7','\x47','\x6b','\x32','\xbf','\xcb','\xd3','\x82','\xa7','\xa7','\x15','\xcb','\x5a','\xc0','\x6c','\x21','\xaf','\x37','\x5c','\x7f','\x6e','\x68','\xb5','\x47','\x56','\xb1','\x8f','\xfa','\x3d','\xeb','\xfb','\x7f','\xda','\xac','\x5e','\x6a','\x39','\xd7','\x9c','\x92','\x5a','\xbe','\xed','\x7b','\xcf','\x5c','\x25','\x1e','\xed','\xa0','\xf4','\x07','\x61','\xe4','\x8f','\xec','\xb2','\xe3','\x44','\x17','\x91','\x02','\x4f','\x0e','\x95','\x25','\x0c','\xf6','\xfa','\x65','\x37','\x1b','\x9c','\xd3','\x7d','\x35','\x19','\x90','\x3b','\xe0','\x0e','\xfe','\xa6','\x87','\x84','\xd6','\xde','\xac','\xaf','\xff','\x08','\x18','\x47','\x39','\x12','\x73','\xb3','\x25','\xea','\x55','\xeb','\x43','\x61','\x86','\x85','\x9c','\xde','\x43','\x3f','\x63','\x16','\xb5','\xac','\xe5','\x54','\x07','\x17','\xf2','\x80','\x08','\x04','\x02','\x16','\xa0','\xb4','\x82','\xb2','\xb0','\x04','\x44','\x68','\x00','\x15','\xa5','\xfd','\x4a','\xb4','\xd9','\x2d','\xff','\xac','\x74','\x47','\xe9','\x3b','\x4b','\xb0','\x03','\xaa','\x4d','\xac','\x35','\xac','\x2e','\xd5','\x00','\x16','\x96','\xb3','\x40','\xad','\x32','\xd8','\xd3','\x52','\x28','\x1e','\x70','\x66','\x20','\xc8','\x8d','\x47','\xbd','\x2b','\x05','\xeb','\xba','\xe0','\xe9','\xdb','\xe2','\xb9','\xc5','\x5a','\x65','\x58','\x4c','\xa8','\x4c','\x9e','\xbc','\xac','\xe9','\x10','\xec','\xe9','\x9c','\x4a','\x76','\x71','\xcb','\xbf','\x86','\x40','\x97','\xdf','\x08','\x55','\x60','\x8f','\xbf','\xba','\xb1','\x37','\xc4','\xa3','\xf4','\x38','\xcb','\x3b','\xec','\x81','\x42','\xa2','\x9c','\xb1','\xe4','\x5d','\xa7','\x0c','\x8d','\x1c','\xe0','\x9c','\x77','\x07','\xe3','\xdb','\x54','\x69','\x44','\xe3','\x98','\x4d','\xe0','\x48','\x1e','\xca','\xfc','\xdf','\xf9','\x5b','\x6f','\x08','\x2f','\x54','\xac','\xfd','\x86','\xcf','\x01','\x06','\xc2','\x83','\x0d','\xb1','\xb7','\x66','\xde','\x45','\xbb','\x33','\x40','\xf6','\x70','\x6b','\x6d','\x17','\x35','\x61','\xe7','\x52','\x36','\xd4','\xba','\x33','\xa5','\xb6','\x3e','\xe7','\xa6','\x2b','\x35','\x12','\x25','\x67','\x7d','\x2e','\xfd','\x02','\x12','\xf1','\xdf','\x6d','\xda','\xc4','\x90','\x38','\xb3','\xdd','\x21','\x99','\x40','\x0a','\xec','\x7f','\xa2','\x68','\x47','\x0c','\xec','\x3d','\x3a','\x06','\x7b','\x86','\x77','\x97','\x76','\xc5','\xe6','\x5f','\x7b','\x8d','\x6d','\x02','\x57','\x6e','\x72','\x3a','\x47','\x97','\xda','\x91','\x93','\x1c','\xbe','\x14','\x26','\x5c','\x46','\xc7','\x80','\xe6','\x1d','\xed','\x7e','\xc1','\xd1','\x0e','\x8f','\x38','\x53','\x1b','\xea','\x95','\x51','\xb7','\x8a','\x9a','\x22','\x6b','\x78','\xb4','\x9f','\xee','\x9c','\x8f','\x8d','\xd3','\xd0','\xe1','\x3d','\x1d','\x0e','\xa1','\x98','\x01','\x4a','\x69','\xc1','\x47','\xcf','\x8b','\x59','\x71','\xb9','\x43','\xb3','\xa1','\x75','\xaf','\xee','\x37','\xd6','\x4c','\xcf','\xea','\x7f','\x08','\x26','\xca','\x82','\xdd','\xea','\x1b','\xce','\xb9','\xdc','\xaa','\xff','\x2d','\x5c','\x17','\x7c','\x1e','\x26','\xf7','\x5e','\x84','\xf7','\xbb','\x97','\x18','\xa3','\x70','\x4f','\x44','\x6e','\xfd','\xb9','\x3c','\x2d','\xb8','\x3c','\x89','\xa9','\xe5','\x7a','\xad','\xb8','\xfe','\x94','\xb3','\x3f','\xf5','\xda','\x24','\x63','\xf9','\xac','\x55','\xca','\x1c','\xec','\xf8','\x8a','\x57','\x0c','\x85','\xf3','\x2e','\xaa','\x61','\x3d','\x5b','\x3a','\x6e','\xd1','\xba','\x63','\x70','\x32','\xca','\xd9','\x69','\x7b','\xfd','\xe6','\xfe','\x8c','\x63','\xbc','\xcc','\xfd','\xcf','\xd9','\xf7','\xa3','\x36','\xbc','\xf5','\xf2','\xdf','\x95','\x47','\xb1','\x51','\x1f','\x84','\xfc','\x5a','\x8f','\x97','\x6e','\xd5','\xf9','\x1b','\x5e','\x0a','\xbd','\x21','\x20','\x07','\x43','\x50','\xc1','\x9f','\x18','\xed','\x10','\x0b','\xe4','\x77','\x65','\xce','\x5a','\x6b','\xd8','\x2a','\x61','\xd9','\x2a','\xd6','\x4d','\xf2','\x02','\x2d','\x7a','\xbe','\x28','\x07','\x45','\x28','\xb5','\x80','\x4b','\x0d','\xc5','\xa7','\x6b','\x15','\x08','\x66','\xcd','\x1d','\x03','\xe4','\x48','\xf9','\x9a','\x9b','\x90','\x09','\x0b','\x2c','\x8a','\xa8','\x58','\x9b','\xea','\xc2','\x68','\x5c','\xc1','\x55','\xde','\xcb','\x8b','\x68','\x14','\x66','\x00','\xc8','\x39','\xa5','\xb5','\x88','\xa5','\x59','\x13','\x82','\x42','\xc5','\x1f','\xdb','\xeb','\xbd','\xa8','\xd1','\xf7','\xf7','\x68','\x3c','\x73','\xa4','\xc2','\xac','\x68','\x1d','\x4b','\xf1','\xad','\xac','\x9c','\x7b','\xd0','\x7d','\xab','\xbc','\xaf','\xc4','\x94','\x91','\x5d','\xd0','\x17','\xee','\x71','\xc1','\x18','\x9e','\x67','\x47','\x66','\x59','\x84','\xce','\x9c','\xf0','\x70','\x3c','\x6d','\xfd','\x11','\x67','\x81','\x46','\xde','\x2d','\xfb','\xf9','\x72','\xfe','\x3d','\x8c','\x9b','\xbd','\x6d','\x67','\x96','\x3b','\x98','\x48','\x47','\x2f','\x42','\x45','\x23','\x5f','\x37','\x83','\x93','\x42','\x77','\xae','\xcb','\x9f','\x08','\x77','\x79','\x22','\x0c','\x30','\xf3','\x36','\x18','\xef','\xcd','\x2b','\x9b','\x7c','\x7d','\xcf','\xa5','\x74','\x27','\x58','\x3f','\x0a','\xf5','\x1e','\x58','\x77','\x9d','\x01','\xca','\x81','\x0f','\xec','\xb7','\xb8','\xc0','\x4d','\x39','\xfd','\x8e','\x4b','\xcd','\x88','\xab','\x6f','\x50','\xff','\xae','\x08','\x40','\xad','\x67','\x5e','\xfd','\x91','\x51','\x78','\xe0','\xf4','\xde','\x50','\xf2','\x84','\xf9','\x8d','\xb2','\x92','\x46','\x64','\xf6','\x5c','\x62','\x2c','\x0e','\xcb','\x38','\xd3','\x06','\xe5','\x6b','\x99','\x09','\x1d','\x29','\xfa','\xd1','\xae','\xbd','\xb9','\xe9','\xee','\x58','\x49','\xf7','\x24','\xaa','\x19','\xb8','\x8c','\x8e','\x19','\xdb','\xb1','\x1d','\xf2','\x80','\x1d','\xba','\xdc','\xb9','\xbb','\xb5','\x20','\x6a','\x16','\xe0','\xc0','\xca','\x6d','\x79','\x30','\x40','\x7b','\x24','\x36','\xd9','\x21','\x4e','\x6a','\x7a','\xaa','\x0c','\x96','\x70','\x44','\x60','\x4c','\x50','\xf3','\x6e','\x2e','\xf7','\xe3','\xdb','\x23','\xdb','\x61','\x5e','\x86','\x67','\x3f','\x05','\x69','\x39','\xc2','\x39','\x98','\x63','\xee','\x9f','\x3b','\x87','\x3b','\xb9','\xef','\xa1','\xee','\x5b','\x8f','\x1f','\x3f','\x76','\x6f','\xe3','\xb2','\x70','\x9d','\x32','\x84','\xeb','\x84','\x2f','\x8b','\xb8','\xa2','\x5c','\x9e','\x56','\xac','\x17','\x51','\xba','\xd4','\xda','\x70','\xfd','\x59','\xf1','\xf3','\xe7','\x86','\xed','\x1a','\x61','\xd4','\x0f','\x03','\xfd','\xdf','\xe8','\x49','\xb4','\xf4','\x5c','\x99','\xe0','\xab','\x95','\xf4','\x6c','\xb8','\x47','\x82','\x3a','\x2a','\xf9','\x91','\x56','\x1c','\x6b','\x2a','\xbb','\xd5','\x3d','\x30','\x70','\x23','\x66','\xa2','\x5b','\xc8','\xe8','\x9e','\x86','\x3c','\xfa','\xdc','\x07','\xec','\x0d','\xa3','\x19','\xb3','\x8d','\xf8','\x4e','\x7a','\xdc','\xbf','\x09','\xbc','\x72','\x54','\x14','\x8f','\xb2','\xc4','\x46','\x87','\x47','\x39','\xe4','\x02','\x52','\xeb','\xfe','\x59','\x35','\xb2','\x2d','\x25','\x89','\x67','\x53','\x3a','\xb1','\x5d','\x9a','\x1c','\xec','\x2f','\x11','\xc6','\xba','\x14','\x52','\x57','\x38','\x46','\x6b','\x26','\x64','\xc1','\xbd','\x0e','\x84','\xde','\x28','\xd6','\x6e','\xf0','\x75','\xe0','\xde','\x20','\xcd','\xce','\x26','\x49','\x83','\x4b','\x21','\xb1','\x2c','\xad','\x84','\xb5','\xa5','\x48','\x73','\x8a','\x6e','\x08','\x50','\xab','\xd2','\x7e','\xf5','\x68','\xc9','\xae','\xa4','\x1b','\x13','\xa5','\x53','\x49','\x81','\x14','\x3a','\x7a','\x35','\x5f','\x9f','\x5e','\x6e','\x3e','\xfb','\x68','\xbc','\x12','\x43','\x93','\x1f','\x87','\x72','\xb0','\x58','\x39','\x13','\xad','\x5e','\x4f','\x2f','\x33','\xee','\xc4','\x8e','\xa7','\xea','\x3d','\x2d','\x8e','\xca','\x40','\x77','\xdd','\x4a','\x9c','\x2a','\x27','\xdf','\x11','\xe6','\x35','\x1d','\x08','\x98','\x47','\x43','\xcc','\x98','\x3a','\xc7','\x8c','\xc6','\xb2','\x78','\xf6','\x1d','\x42','\xe6','\x1f','\xed','\x83','\x44','\x0e','\x5f','\x42','\xa5','\xbe','\x02','\x9c','\xad','\x86','\x99','\x60','\xf3','\x15','\x04','\xbd','\x7b','\x80','\x4a','\xdf','\x50','\x66','\xc6','\xba','\xae','\xd3','\xa3','\x29','\x5d','\x10','\x84','\x5a','\xc5','\x77','\xae','\x94','\xa2','\xae','\x4e','\x13','\x09','\x22','\x0b','\x2c','\x2d','\x5d','\xe2','\x7e','\x53','\xee','\x84','\x17','\x63','\x6c','\x87','\xd8','\xf5','\xf2','\x0c','\xb0','\x7b','\x75','\x94','\x79','\x86','\x19','\x61','\xb7','\xe2','\x24','\x04','\x37','\xbc','\x97','\x5f','\x19','\xd9','\xb7','\xd9','\x04','\xef','\x5f','\x3c','\x83','\xd9','\x59','\x1e','\xf6','\xba','\xee','\x66','\x13','\x0f','\xf8','\xca','\x5b','\xec','\x66','\x30','\x4a','\x99','\xc9','\x53','\x21','\x20','\x07','\x4a','\x9f','\xbd','\x37','\x19','\xdb','\xd6','\x5a','\xe7','\xd6','\x50','\x6b','\xe4','\x19','\x90','\x84','\x77','\x00','\x95','\xe2','\x5a','\xbe','\x31','\x83','\xfb','\x78','\x56','\x23','\x23','\x26','\xf9','\xe8','\x77','\x92','\x31','\x87','\xb9','\x8c','\x98','\xa8','\xde','\xac','\x7f','\x1f','\xee','\xe6','\x5e','\x70','\xb5','\x36','\xf9','\x7b','\x23','\x99','\x48','\xd1','\x77','\xee','\xe5','\xed','\x87','\xea','\x0e','\xdf','\x49','\x83','\x62','\x6d','\x9f','\x69','\x26','\x0f','\x0b','\xf5','\xc6','\x9f','\x3f','\xf2','\x10','\xa4','\x49','\xc9','\x4d','\xef','\x75','\x82','\x77','\x94','\x6d','\xe6','\x0f','\x1a','\xae','\x69','\x07','\xf3','\xfe','\xca','\x2e','\x5a','\x16','\x58','\xa0','\x2c','\x84','\xf5','\xb2','\xe0','\x49','\x43','\x5e','\x33','\xb3','\xb8','\xbe','\x3d','\x4b','\xd4','\xb7','\x5a','\xd5','\x31','\x32','\x45','\x01','\x7b','\x98','\x70','\x1e','\xf4','\x64','\x5c','\x53','\x36','\x27','\x44','\x00','\xca','\x40','\x3a','\x27','\xa8','\xcf','\x5f','\x9a','\x0d','\xda','\x49','\xfd','\x69','\xb5','\xdd','\x07','\x93','\xb9','\x3a','\x7b','\xe6','\x97','\x85','\x5f','\x85','\xa2','\xfe','\xcd','\xc0','\x2c','\x16','\xac','\x11','\xd4','\x2c','\x18','\x02','\x98','\x86','\xa8','\xab','\xd4','\x7d','\x04','\x10','\xd0','\x80','\xba','\x31','\x88','\x1a','\xb6','\xe7','\xaa','\x8a','\x0d','\x75','\x65','\x23','\x0d','\x38','\xb0','\x30','\x4a','\x15','\x85','\x19','\x17','\x55','\xae','\x26','\xa5','\x69','\x28','\x28','\xb9','\xaf','\xc7','\x68','\x4b','\x43','\x84','\x7c','\x26','\x8d','\x1a','\xb9','\x16','\x8d','\xaa','\xd6','\x40','\x8d','\x34','\x2c','\xb6','\xbd','\x37','\x84','\x49','\x77','\x85','\x53','\xb8','\xec','\x35','\x4d','\x46','\xda','\xe5','\xbe','\x63','\x86','\x87','\x9b','\xf3','\x31','\x1a','\xbe','\x4c','\x86','\xc2','\xdb','\xa6','\x82','\xbc','\x85','\x06','\x5f','\x4a','\x49','\xc1','\x80','\xfa','\x71','\x6f','\xd5','\xfe','\x37','\x34','\x36','\xfe','\x28','\x78','\x99','\x29','\x1f','\xd4','\x29','\x91','\x70','\x1f','\xee','\xd9','\x1f','\x00','\x7a','\xe0','\xe5','\x77','\x00','\xeb','\xc7','\x3d','\x78','\x8b','\xa1','\xc7','\x27','\xd2','\xe0','\x8f','\xc8','\xf9','\x80','\x26','\xbc','\x97','\x55','\x2b','\xeb','\x6a','\x0e','\x3d','\x7c','\x7e','\x35','\x74','\x76','\x36','\x54','\x07','\xf7','\x3e','\x69','\xf5','\x3c','\x04','\x63','\x1a','\x9f','\x6c','\xd8','\x19','\x61','\x1a','\x04','\xc1','\x1e','\xfe','\xf9','\xf3','\xe7','\xc0','\x70','\x71','\xff','\x3b','\x21','\xcb','\x9e','\x49','\xe5','\xee','\x5a','\x44','\x80','\xe9','\x9f','\xe3','\xae','\x48','\xbb','\x18','\xdc','\xc5','\xa9','\xf5','\x25','\x4d','\xc5','\xde','\x40','\xd4','\x63','\x91','\xce','\x85','\x6d','\x82','\x44','\x46','\xff','\x5b','\x41','\xe3','\xc9','\x01','\xa7','\x53','\xcc','\x0c','\x5c','\x90','\xab','\x58','\xc6','\x36','\xf4','\x70','\x90','\x51','\x66','\xff','\xc2','\x81','\x20','\xd4','\x5f','\xc8','\xcc','\x7e','\xcf','\x64','\x1d','\x0a','\x0c','\x03','\xce','\x30','\xf7','\x40','\x99','\x77','\x09','\xb3','\xb9','\x5d','\x9b','\x08','\xc1','\x95','\xfd','\xf9','\xa5','\x90','\x64','\xfa','\x56','\xed','\x58','\x0e','\x7e','\xd0','\xf3','\x2f','\xe4','\xd5','\x64','\x96','\x8f','\x29','\xbd','\xa3','\xd7','\xc7','\xc4','\xab','\x87','\x16','\x91','\xdc','\x8d','\xd9','\x23','\x23','\xc2','\xe9','\x90','\x11','\x0d','\xef','\x70','\x7f','\xef','\x61','\x49','\x22','\x0b','\x9a','\x43','\xb1','\x07','\x2a','\xb8','\xd1','\x6d','\xe1','\x9e','\xba','\x7c','\x19','\x9c','\x95','\x7b','\x6b','\xb1','\xdd','\x2a','\xfc','\xe4','\x35','\x3e','\xfa','\xd5','\x8d','\xed','\xfe','\xcd','\x24','\x03','\x75','\xaa','\xd4','\x7c','\xdd','\x32','\x9b','\xaf','\x97','\x05','\xeb','\x45','\xd6','\xd4','\xf5','\xda','\x70','\x7d','\x16','\xf7','\x37','\xb1','\x36','\xea','\x66','\xea','\xe6','\x68','\x18','\xc7','\x83','\x1f','\xb3','\x25','\x2f','\x55','\xc7','\xdc','\x99','\x75','\x31','\x04','\x33','\x78','\x04','\x26','\xe3','\x81','\x4e','\x0d','\x2d','\x93','\xbd','\x9e','\xa1','\x13','\x01','\x53','\x45','\x5d','\x0f','\xb8','\x17','\x88','\xfa','\x6e','\x8c','\xeb','\xf2','\xa4','\xb2','\x17','\x10','\x30','\x6d','\xe4','\xed','\x67','\x8e','\xca','\xa3','\xe1','\xf3','\xe6','\x7b','\xe3','\xbe','\x3b','\x6f','\xd2','\xe1','\xcd','\x5f','\x81','\xf2','\x7e','\x00','\xbc','\x6c','\x18','\x86','\xc9','\x63','\x48','\x14','\x34','\xb7','\x00','\x41','\xad','\x40','\x8a','\x33','\x39','\xef','\xc1','\x1e','\x5c','\x2d','\xc1','\x10','\x21','\xa8','\x56','\x6c','\xd7','\x82','\xe5','\xd2','\xb0','\xd6','\x02','\x2a','\x2c','\x2e','\x28','\x39','\x2a','\xa8','\xfd','\x6f','\x79','\xe9','\xb1','\x13','\x63','\x21','\xf9','\x5d','\x86','\x1e','\xb9','\xce','\x0c','\xe6','\x26','\x67','\x96','\x16','\xd9','\xa7','\x4b','\x29','\xe0','\x95','\xb1','\x54','\x42','\x5b','\x08','\xdc','\x52','\x14','\xc6','\x71','\x5d','\xeb','\x67','\x53','\x97','\x6e','\x53','\xe2','\x71','\x6b','\x93','\x81','\x1c','\x4e','\xd4','\xf9','\x3e','\x0f','\x04','\xd6','\xeb','\x7c','\x82','\xc9','\x12','\xa5','\xce','\x8a','\xa7','\x6f','\x2b','\x9e','\xbe','\x2d','\x58','\x57','\x49','\x7a','\x9a','\xf9','\x76','\x06','\x5c','\xf0','\xb1','\x9c','\x3e','\x9b','\x86','\xb7','\x66','\x53','\x36','\x0e','\x6d','\x92','\x80','\x07','\x1d','\x41','\xb9','\xa9','\x0b','\x9a','\x90','\xe4','\x7e','\x4c','\x0e','\x20','\xf2','\x6d','\xbd','\xd3','\x46','\x53','\x3e','\x80','\xa8','\xe7','\x84','\xe6','\xb9','\xd8','\x78','\x98','\xc3','\xcc','\x55','\xa0','\xeb','\xd7','\x81','\x11','\xf9','\xcd','\x20','\xd3','\xed','\x33','\xba','\x30','\x92','\xeb','\x8f','\x80','\x97','\x38','\x04','\xfc','\x4a','\xf5','\x3d','\x0e','\xd2','\x40','\x93','\x63','\x32','\x5c','\xaf','\xd7','\xe9','\xf5','\xa9','\x63','\x9c','\x2d','\xd4','\x65','\x59','\x76','\xcc','\x6a','\x27','\xf4','\xe8','\xea','\xe8','\x0c','\x45','\x23','\xa7','\xc7','\x86','\x2c','\xfa','\x3d','\x38','\x13','\x64','\xec','\x77','\x30','\x8e','\x3d','\x42','\x1a','\xdf','\xef','\xb6','\x6c','\xca','\x3e','\x9c','\x5e','\x89','\x62','\x4e','\x19','\x02','\x8a','\x76','\x73','\x20','\x01','\x7f','\x65','\x38','\xa3','\x74','\x7a','\x16','\xea','\x00','\x0e','\x1f','\x1f','\x91','\xd4','\xb0','\x93','\x7a','\xa4','\x3b','\xb9','\xd8','\xdd','\x3f','\x60','\x5f','\x93','\x00','\x6a','\xe5','\x58','\x82','\xb5','\xba','\x35','\x6c','\xb5','\xa1','\x9a','\xeb','\x51','\x93','\x07','\x69','\x11','\x97','\x05','\xcf','\xcc','\x3d','\x94','\xe9','\x07','\x4c','\x0f','\xfa','\xe7','\xee','\x00','\xe9','\xff','\xfc','\xc9','\x7d','\x83','\x3b','\x04','\x79','\x86','\x55','\x26','\x44','\xcc','\x05','\x15','\x5b','\xb7','\x33','\xed','\xa5','\x0e','\xc6','\xe8','\x49','\x48','\x29','\xe2','\x51','\xf7','\x2a','\x45','\x65','\x7d','\x95','\x3b','\xee','\xf6','\x4d','\xa1','\xdf','\x07','\xa7','\x5c','\xf7','\xe7','\x33','\x88','\xbc','\xdf','\x82','\xe9','\x16','\x88','\xc4','\x0f','\x5f','\x5c','\xdf','\x44','\xd2','\xd8','\xae','\x0d','\xcf','\x7f','\x6d','\x72','\xee','\x67','\x3b','\x38','\x43','\x96','\xca','\xc0','\xf1','\xed','\x87','\xc0','\xc5','\x21','\x82','\xbb','\xbd','\x8d','\x49','\x91','\xbb','\xba','\x67','\xd7','\xf9','\xf0','\x47','\x7f','\x35','\xe1','\xa9','\x3c','\x3a','\xbb','\x37','\x0e','\xe6','\x70','\x5a','\x4d','\xd2','\xbf','\x7c','\x79','\x38','\x73','\x34','\xff','\x0d','\x9f','\x04','\xac','\x56','\x7f','\xb1','\xe0','\x98','\xc5','\x82','\x51','\x40','\x7c','\xe0','\xf9','\xe1','\x6f','\xf6','\x42','\x0c','\x37','\xc2','\x76','\xad','\x58','\x9e','\x09','\xdb','\xaa','\x02','\xcf','\x45','\x97','\x68','\x21','\x2c','\x0b','\xa1','\xd5','\x82','\x46','\xc6','\xa9','\x86','\xe7','\x80','\x9f','\xd7','\x4c','\x88','\xc3','\xcf','\x03','\x71','\x08','\x2e','\xcb','\x52','\x64','\x1f','\x2d','\xf2','\x90','\x84','\xb3','\x96','\xf0','\xd8','\x54','\x00','\xca','\xe7','\x81','\x32','\x78','\x59','\x2a','\x78','\x00','\x00','\x9a','\x0a','\x23','\x4d','\x84','\x2e','\x73','\x55','\xf3','\x65','\x6a','\xc1','\x1a','\xd8','\xf1','\x16','\xa5','\x1d','\x9c','\x15','\x3b','\x65','\x29','\x78','\xfa','\xb6','\xe2','\xdb','\x77','\x11','\x7e','\xca','\x1a','\xb4','\x32','\xd3','\x45','\x82','\x58','\xd9','\x96','\x4b','\x01','\x2e','\x0b','\x2e','\x2c','\xc1','\x84','\x36','\x55','\xfe','\x6c','\x57','\x89','\x7a','\xd9','\x6a','\x43','\xb3','\xc4','\xb1','\xc6','\x0c','\x8c','\xc4','\x50','\x91','\xca','\x4d','\x96','\x26','\x57','\x7e','\xc7','\xd6','\x7b','\x93','\x14','\x14','\x37','\x60','\x2c','\xdf','\x7f','\x75','\xe6','\x95','\xfe','\x01','\x5f','\x6f','\x1c','\xbf','\xf3','\x33','\xbd','\xdb','\xe2','\x50','\x5f','\x57','\x49','\xe2','\x19','\xef','\xec','\xe6','\xa3','\x28','\xeb','\x4e','\x5d','\xcf','\x6f','\xf8','\x04','\x38','\x5a','\xdf','\x2e','\x00','\xad','\xeb','\x2a','\xc9','\x3e','\x4d','\x4a','\xf7','\x8d','\x9e','\xa3','\xb3','\x21','\x10','\x80','\x7e','\xcf','\xee','\x6b','\x23','\x93','\xe2','\x4c','\x70','\x77','\x33','\x17','\xd6','\x5d','\xd9','\xfd','\xd8','\x6b','\xba','\x3b','\xbb','\x4c','\x08','\x3e','\x82','\x8a','\xef','\x5b','\xd7','\x47','\x8b','\x7a','\x40','\x14','\xa3','\x5b','\xd6','\x3d','\x7b','\xe1','\x55','\x24','\x9e','\xfb','\xef','\x73','\x64','\x74','\x42','\x95','\x8e','\x7e','\xe6','\x3e','\xa9','\xc9','\xde','\x22','\xe9','\x58','\x4e','\x9f','\x4d','\x35','\xef','\x86','\x1c','\x96','\x85','\x42','\xf0','\xe1','\x91','\x11','\x9f','\x95','\xbd','\x6f','\x17','\x33','\x3c','\x97','\x81','\x3d','\x12','\x2b','\xe7','\x40','\x35','\x35','\x21','\x60','\x77','\x21','\xa1','\x91','\xda','\xec','\xca','\xdc','\xd7','\xd7','\x69','\x8e','\x12','\xf1','\x73','\xa5','\x1b','\x99','\x6e','\x6a','\x82','\xb4','\x03','\x73','\xdf','\x6e','\x5a','\x7a','\xe1','\x58','\x08','\x9c','\xb4','\x2f','\x6f','\xaa','\xb3','\xac','\xd3','\xb9','\x88','\x93','\xa1','\x3c','\x87','\x1b','\x4f','\xdf','\x7d','\x7b','\x9c','\x5b','\x01','\x82','\xe6','\xfc','\xb9','\x2c','\x92','\xf0','\x54','\x33','\xbb','\x3f','\xff','\xdc','\x24','\xea','\xdb','\x73','\x45','\x6d','\x6d','\x87','\xa4','\x38','\x2d','\x80','\x47','\xf8','\xfd','\xbd','\xbb','\x59','\xc2','\x59','\x56','\x1a','\x69','\xd2','\xde','\x72','\x17','\xd6','\x88','\x92','\x14','\x99','\x79','\x59','\x49','\x49','\xcb','\x7a','\xa7','\x9f','\x4d','\x86','\x49','\x86','\xbd','\xee','\xf3','\x6c','\xd3','\x4e','\x9b','\x7f','\xdf','\xb3','\xf7','\xc0','\xad','\xf9','\xe4','\x13','\x5f','\xfa','\x5b','\x75','\x1f','\x0d','\xe7','\x0d','\x8e','\xa0','\x67','\xac','\xcf','\xea','\xfc','\x55','\x24','\xbf','\x8f','\x87','\x9e','\x77','\xcc','\x23','\x3a','\x68','\xd4','\xcc','\x55','\xac','\xb1','\x1c','\xbf','\x29','\x8c','\xc5','\xce','\x76','\x16','\x02','\x9a','\xa5','\x32','\x40','\xff','\x5e','\xaa','\x47','\x64','\x70','\x72','\xe1','\xe2','\xfa','\x5c','\xb1','\xac','\x8b','\x86','\xc4','\x56','\x3c','\x6a','\x0a','\xb4','\x92','\xf3','\xde','\x10','\x88','\xe2','\x3c','\x0e','\xed','\xa2','\x8a','\x90','\xf3','\xf9','\xdc','\x18','\xb5','\x8a','\xab','\xdd','\x72','\x61','\x09','\x5c','\x57','\x48','\x2d','\xc9','\x05','\x75','\x69','\x1a','\x65','\xce','\x5c','\xcd','\x7a','\x7e','\xc3','\x6c','\xbd','\xa4','\x7d','\xa9','\x35','\x85','\xfc','\x56','\x1c','\x2f','\x4a','\xbe','\xc8','\xc3','\x23','\x6e','\x69','\x00','\x33','\xa1','\x5f','\x95','\x08','\x7e','\x87','\x80','\xf5','\x52','\xf0','\xf4','\xe3','\x82','\x1f','\x7f','\x5c','\x24','\xba','\x5c','\x29','\xa8','\x5b','\xc3','\xf5','\xe7','\xe6','\xf4','\x34','\x73','\xe7','\xa5','\x14','\xac','\x17','\xb1','\x0c','\x2d','\x2b','\x79','\x48','\xee','\x75','\x2d','\xa8','\xdb','\x12','\x82','\x90','\x45','\xd6','\x1b','\xc2','\x64','\xcf','\x68','\xce','\xa1','\xb2','\x29','\xf3','\x48','\xae','\xc0','\x9e','\xef','\x19','\xdf','\x73','\x14','\xfc','\xda','\x5b','\x9b','\x32','\x76','\xd8','\xb8','\x25','\x4b','\x90','\x37','\x60','\xcf','\xbf','\x9d','\x73','\x74','\xdc','\xd1','\xd6','\xf9','\x13','\x93','\xba','\xf5','\xcf','\xa1','\x87','\xf9','\x1b','\xa1','\x96','\x5b','\xe5','\xcc','\xea','\xff','\xad','\x23','\x7a','\x39','\xe4','\xbd','\x32','\x06','\x41','\x00','\x44','\xbe','\x39','\x15','\x80','\xc6','\xc2','\xec','\x61','\xcb','\xc1','\xc3','\x81','\x55','\xc2','\x4b','\x2d','\x0b','\x3e','\x03','\x63','\x20','\xf8','\xe8','\x20','\xc2','\x11','\x26','\xdb','\xd1','\x11','\x57','\xda','\xae','\xbb','\xd5','\x3a','\x72','\x79','\x83','\xcf','\xef','\xac','\xae','\xa3','\xfa','\x39','\xdf','\x9c','\x33','\x6d','\x3b','\x22','\xf0','\x1e','\x30','\x2b','\x3f','\x6b','\x3e','\xf2','\xe5','\x21','\x82','\x4a','\xd7','\x85','\x49','\x91','\x3e','\x5a','\x7a','\xa1','\x41','\xb2','\x4a','\x8b','\x09','\xbe','\xa1','\x6d','\x4d','\x82','\x18','\xe8','\x10','\xbb','\xdf','\x72','\x19','\x83','\x04','\xec','\xc7','\xa7','\xe3','\xe5','\x4d','\xb3','\x97','\x85','\x1d','\xb7','\xfa','\x71','\x3c','\xec','\x0d','\x3b','\x9f','\xb3','\x5c','\xb6','\xd7','\x7c','\x8e','\x0b','\xd3','\xf7','\x33','\x74','\x1f','\xe5','\x90','\xb7','\x97','\x86','\xf7','\xf3','\x33','\x03','\x51','\xa0','\x78','\xfe','\xae','\x76','\x1d','\x73','\x83','\x27','\x6f','\xa8','\xb0','\x64','\x8d','\x3a','\xe2','\x0a','\x67','\x45','\xdc','\x2b','\x30','\x9e','\xac','\xfb','\x93','\x86','\xdd','\xbc','\x3f','\xa8','\x26','\xe2','\x56','\x21','\xac','\xeb','\x82','\xcb','\x45','\x7c','\xe4','\x41','\x70','\xed','\xe7','\xf5','\x5a','\xd1','\x6a','\xf3','\xb3','\x81','\xdd','\xba','\x7f','\x60','\xef','\x3d','\x24','\x1c','\x19','\x73','\x46','\x07','\x84','\x90','\xbb','\x8f','\xb8','\xdc','\x6d','\xb8','\x91','\x3b','\xbc','\xdd','\x82','\x77','\xe0','\x2d','\xde','\x05','\x5e','\x73','\x90','\xf8','\x23','\x34','\xc9','\xbf','\xe1','\x2d','\x20','\x84','\x9c','\x56','\x59','\x5d','\xd7','\xe4','\x8c','\x1e','\x83','\xd0','\x2a','\x22','\x4f','\x0e','\x10','\x8b','\xd7','\x17','\x31','\xb9','\x6e','\xa6','\x31','\xd4','\x85','\xba','\xa2','\x5e','\x84','\xc1','\x2f','\x66','\xb5','\x81','\xed','\x33','\x11','\xb0','\x1a','\x13','\xc0','\x49','\x60','\xd9','\x7d','\xf4','\xdc','\x29','\x33','\x50','\x9b','\x08','\x59','\x58','\x0a','\x68','\x91','\xb3','\x36','\xbc','\x02','\x4b','\x2d','\xa8','\x4d','\xac','\x50','\xe1','\x42','\xa6','\x8d','\xec','\x88','\x5f','\x9c','\xc5','\xcc','\x49','\x85','\xb3','\x8a','\x8b','\x72','\x85','\x5a','\x8c','\x2b','\x36','\x12','\x09','\x33','\x4b','\xf6','\x8f','\x7f','\x3d','\xe1','\xfb','\xbf','\x9e','\xb0','\x14','\xd2','\x00','\x2e','\x3f','\xb1','\x3d','\x57','\x11','\xb2','\x4c','\x78','\xe9','\xde','\xd3','\xa8','\x78','\x8b','\x08','\x3f','\x97','\xcb','\x22','\x39','\xd0','\xd6','\x82','\xe5','\xfb','\x8a','\xf5','\x69','\xc1','\xf6','\x2c','\x81','\x60','\xae','\x3f','\x2b','\xea','\xb5','\xa2','\x6a','\xa2','\xd6','\x8e','\x17','\xba','\x0b','\x5e','\x81','\x69','\x3e','\x60','\xeb','\x9a','\x82','\xfd','\x30','\xd1','\xe9','\x11','\xbc','\x80','\x6c','\xfd','\x2a','\x38','\xf7','\x9f','\x0e','\xf3','\x95','\x2d','\x57','\x6f','\xd1','\xa3','\xf1','\xdd','\x65','\x5d','\x76','\xcf','\xdc','\x14','\x80','\x5a','\x6b','\x5d','\x10','\x04','\xcb','\x9e','\xca','\x29','\x12','\x8b','\x57','\x96','\x84','\xa1','\xfe','\x5a','\xdf','\xa8','\xcc','\x8c','\x99','\xf9','\xb1','\xe7','\x35','\xf7','\xcc','\x71','\xf6','\x0d','\x8e','\x8b','\x7b','\x66','\x90','\xfb','\x97','\x4e','\x99','\xbf','\x2c','\x58','\xcd','\x1f','\xe8','\x99','\x66','\x3a','\xf8','\x7e','\x06','\x87','\xbe','\xb3','\x67','\x2f','\xef','\x24','\x9c','\xbe','\x4d','\x3c','\x54','\x4e','\x4a','\x4d','\x78','\x18','\xb3','\x4e','\xf8','\xa0','\xbc','\x60','\x58','\xdc','\xf7','\x98','\xd1','\x98','\x9d','\x48','\x6d','\xd7','\x8a','\xb6','\xa9','\xd5','\x8c','\x26','\x21','\xad','\x11','\xf3','\xe5','\xf5','\xea','\x8d','\x68','\x4e','\x54','\xd8','\xb9','\x44','\x26','\x61','\xb9','\x1b','\xf2','\x24','\x47','\x1c','\x01','\x8f','\x3f','\x7a','\xe5','\x9b','\x75','\x6f','\xae','\xd6','\x39','\xdd','\x23','\x7b','\x81','\x2b','\x08','\xd3','\xc8','\xc8','\x8e','\x8c','\xae','\xc9','\x77','\xa4','\x7d','\xe0','\x68','\xc4','\x90','\xc9','\x3c','\x15','\xf1','\x6a','\xe8','\x04','\xa1','\xd9','\x1a','\x7a','\x40','\x38','\x38','\x86','\x03','\x4e','\x3f','\x1a','\xd1','\x7f','\x1e','\x81','\xae','\x53','\x61','\x88','\x12','\xc1','\x56','\xc6','\x67','\x59','\x0a','\xd6','\xa7','\x08','\x43','\xdb','\x2a','\x63','\x53','\x8d','\xa7','\x04','\xdb','\x38','\xd8','\x9e','\x36','\xee','\xa7','\x9d','\x1d','\x84','\xad','\xc9','\xbd','\x8e','\x6e','\xaa','\xd0','\x53','\x52','\x94','\xa6','\x59','\xbd','\x21','\xbc','\x77','\x9b','\x32','\x7d','\x44','\xbb','\x76','\x82','\xd2','\x8d','\xd6','\xde','\xbd','\x07','\x3e','\x10','\xc4','\x72','\xf5','\xfa','\xc5','\xfb','\x16','\xc2','\xcf','\x4e','\xe6','\xbf','\x17','\x09','\xff','\x86','\xfb','\x20','\x50','\x17','\xc4','\x8d','\x0d','\x68','\x1b','\xa3','\xac','\xa2','\xac','\x58','\x50','\x00','\x6e','\xa8','\x03','\x9d','\xdf','\x23','\xe8','\xc4','\x0a','\x98','\x47','\xc1','\xb5','\xa1','\xac','\x0d','\xab','\x5a','\x72','\x40','\xf0','\x24','\xd9','\x6d','\x21','\x14','\x26','\x4f','\xc6','\x1a','\x05','\x84','\x80','\x22','\xd7','\x92','\x10','\xcd','\x00','\xb7','\x86','\x5a','\xc5','\x6a','\xbc','\xae','\x84','\xb2','\x8a','\x86','\xb7','\xb5','\x45','\xdc','\xb6','\x6b','\x43','\x21','\x42','\x35','\x86','\xc9','\x3c','\x58','\x88','\x44','\x88','\x11','\xc4','\x94','\xee','\x0d','\x78','\x9f','\xbc','\x5a','\xff','\x2f','\xb8','\x42','\x14','\xac','\xd6','\x36','\x22','\x60','\x7d','\x5a','\xf0','\xed','\xbb','\xb8','\xbd','\x11','\x18','\x3f','\xff','\xda','\xf0','\xe7','\xff','\x5c','\xf1','\xe7','\xff','\x3c','\xa3','\x6a','\xee','\xa2','\xce','\x65','\xae','\x1b','\x2f','\xb9','\x2e','\x42','\x90','\xe4','\x25','\xfa','\xf6','\x63','\x75','\xab','\xf8','\x7a','\x59','\x60','\xc1','\x1e','\xae','\x05','\xa0','\xad','\xa1','\x6d','\x42','\xbb','\x5b','\x42','\x90','\xf7','\xec','\xb0','\xaf','\xc4','\xf8','\x27','\x4e','\xc1','\xbf','\x21','\x0b','\x41','\x38','\x68','\xab','\xf1','\x65','\x07','\xcf','\x74','\x5e','\x1c','\x27','\x95','\x4f','\xc9','\xe7','\xf0','\xee','\x47','\x5b','\x5f','\x7e','\x5b','\x7b','\xde','\x06','\x66','\xb2','\xc7','\x98','\xf0','\x94','\x88','\x22','\xa8','\xdb','\x00','\x2e','\x00','\xd5','\x5a','\xb1','\x6d','\xe2','\x25','\x6b','\x0f','\xd6','\x5a','\x61','\x19','\x89','\x13','\xaf','\xdd','\x0b','\x36','\x47','\x2b','\x0c','\xfb','\x49','\x0e','\x39','\x2a','\xb1','\xd1','\xc9','\xc5','\x65','\xe8','\xd6','\xa4','\xc0','\x13','\x3a','\xf8','\x02','\xf9','\xe3','\xe8','\x19','\xc7','\x99','\x67','\xef','\x8f','\x3c','\xf5','\x11','\x03','\x77','\x03','\x8e','\x99','\xb0','\x83','\x73','\x53','\x69','\xbc','\xdc','\x55','\xc0','\xdc','\x00','\x5d','\x68','\x61','\x17','\x94','\x6a','\x13','\x24','\x5a','\x3d','\x99','\x69','\x45','\xd3','\xc3','\xa8','\x12','\xa9','\x67','\x10','\x7e','\x86','\x28','\x7d','\x84','\xfd','\x3c','\xda','\x4d','\x4e','\x5f','\x3c','\x0f','\xd0','\xe0','\x32','\x39','\x35','\x60','\x0c','\x83','\xdb','\xd7','\x98','\x2e','\x74','\xfc','\x67','\x22','\x2a','\x07','\xed','\x79','\x09','\xef','\x75','\xcc','\x78','\x8f','\x24','\x24','\x11','\x20','\x6b','\x97','\x3d','\x92','\x22','\x16','\x8c','\xc1','\x0b','\x5c','\x70','\x9b','\x63','\xf8','\x93','\x96','\xd1','\x5e','\x12','\x3f','\x79','\x75','\x57','\xd2','\xa4','\x63','\x7e','\xc4','\x69','\x37','\xee','\xfb','\x79','\xba','\x97','\xc8','\xe6','\xf2','\xfc','\x5a','\xe6','\x2d','\x0a','\x79','\x0e','\x8e','\x65','\x29','\x60','\x00','\xdb','\x55','\xf2','\xfd','\x48','\xe0','\x83','\x3e','\x32','\xe4','\xbe','\x86','\x79','\x4b','\x46','\x85','\x43','\x4f','\x22','\xe7','\x82','\x89','\x3d','\x41','\x6e','\xfe','\x39','\xeb','\x17','\xf7','\x9d','\x49','\x03','\xc3','\x93','\xdb','\xe7','\x60','\x0f','\xeb','\x1a','\xfe','\x2a','\x9c','\x49','\x82','\x97','\x08','\x3f','\x6f','\x25','\x34','\x45','\x79','\xd6','\x96','\xdf','\xf0','\x2e','\x30','\x2a','\xd4','\x00','\x80','\x25','\xa4','\x35','\xd0','\xd0','\x96','\xe2','\x39','\x77','\xb0','\x98','\x7b','\xdb','\xb0','\xc4','\x77','\x78','\x48','\xd8','\xda','\xc6','\x8c','\x6d','\xab','\xb8','\x5e','\x0b','\xca','\x5a','\xd4','\x9a','\x54','\x84','\xa1','\x57','\x1c','\xe0','\x6e','\xd1','\x1a','\x11','\x8e','\x5b','\xbf','\xd7','\xa4','\x79','\x2a','\xb4','\xe8','\xde','\x17','\x97','\x6d','\xb1','\x52','\xc5','\xd9','\xe4','\xe2','\x82','\x0c','\x33','\x8b','\xf0','\x55','\x19','\xe4','\xe7','\x67','\x8c','\xae','\x06','\x01','\xcd','\x0c','\x2f','\x25','\xdc','\x1d','\xe1','\xaa','\x09','\xec','\xe7','\x9f','\x52','\xa0','\x94','\x84','\xbf','\x97','\xb5','\xe0','\xdb','\xf7','\x15','\xdf','\xff','\xb8','\xa0','\x56','\xc6','\xff','\xfc','\xf7','\x4f','\x5c','\x7f','\x56','\x6c','\x5b','\x75','\xb7','\xae','\x3c','\x40','\x3d','\xf5','\x88','\x5f','\xad','\x32','\xae','\x6d','\xc3','\xb6','\x09','\x1e','\x34','\xa1','\xea','\xe9','\x69','\xc1','\x52','\x0a','\xe8','\xfb','\x8a','\x65','\x29','\x78','\x7e','\xae','\xd8','\x8a','\xa4','\x06','\x70','\x1a','\x3b','\x0e','\xff','\xc1','\xb4','\x7c','\x45','\xd8','\xd1','\xf9','\x13','\x1c','\xdc','\xbf','\x18','\x82','\x90','\xcf','\x89','\x0b','\xad','\xe3','\x82','\x7e','\x19','\x2e','\xfb','\x0d','\xe7','\xc0','\x27','\xbf','\x04','\x6e','\x8f','\xf9','\xec','\x89','\xb3','\x00','\x58','\xf2','\x52','\x24','\x70','\xbe','\x17','\x8e','\x82','\x20','\x8c','\x82','\x11','\x70','\x92','\x07','\xa8','\xfb','\xcc','\x8c','\xb8','\x4a','\x07','\xf9','\x8c','\xc2','\x61','\xa8','\x5a','\x8c','\xcf','\x8e','\x0c','\x25','\x61','\x7a','\x6b','\xca','\x35','\xbf','\x0c','\x1e','\x57','\x1e','\x0e','\x91','\xed','\x76','\xed','\xc8','\xdb','\x98','\x5c','\xab','\x31','\x43','\x44','\x37','\xe7','\x96','\xed','\xcf','\xd8','\x46','\xdf','\xc9','\x7b','\x66','\x75','\x1c','\xaf','\x44','\x2c','\x4a','\xd1','\xe9','\x69','\x62','\xbd','\xb3','\x33','\x3e','\x92','\xf9','\x3a','\x22','\xcd','\x94','\x2e','\x42','\x4f','\xf8','\x4b','\x36','\x67','\x44','\x07','\x54','\xb5','\x9b','\xde','\xde','\xa5','\x20','\x5b','\x7c','\x98','\xe3','\xf5','\xa9','\x9f','\xab','\x16','\x76','\x12','\xa9','\x7b','\x7c','\xa1','\x1b','\x92','\xbb','\x9e','\xcd','\xcf','\x3f','\x44','\x21','\x78','\xf8','\x60','\x27','\xb4','\x47','\xcf','\x8a','\xac','\xa4','\xab','\xcc','\xe8','\x9f','\x33','\xbb','\x36','\x10','\x98','\xac','\xfd','\x5b','\x5d','\xe0','\xf3','\xb6','\x0f','\xc5','\xdd','\xb5','\xce','\xef','\x1d','\x73','\xa4','\x79','\xb7','\xba','\xf8','\x48','\x1c','\x9c','\x2e','\x0f','\xf9','\x20','\xc2','\x52','\xe4','\xf0','\xef','\xba','\x16','\x50','\xd1','\x9c','\x3f','\xcf','\x55','\x7c','\xde','\xb7','\xe6','\x44','\x7d','\x6c','\x7f','\x08','\x19','\x77','\x9e','\xed','\xbb','\x07','\x28','\x42','\xd3','\x8e','\x6b','\x73','\x3f','\xc7','\xc1','\x40','\x8d','\x67','\x09','\xac','\x85','\x2f','\x32','\x4c','\xe4','\x75','\xf9','\x8b','\xd3','\xe9','\xdf','\x8c','\xc6','\xaf','\x09','\xbe','\xf4','\x7c','\x01','\x73','\xb8','\xc2','\x91','\x9c','\x07','\xa2','\xa5','\xa0','\x08','\x31','\x91','\x24','\xd8','\x7b','\x3e','\xb3','\xbb','\xc6','\x4d','\x84','\xa5','\x4d','\x13','\xa3','\xb6','\xa5','\x84','\x5b','\x5d','\x21','\xf0','\x52','\x50','\x98','\x51','\x1a','\x49','\x5e','\xa0','\xb6','\xaf','\xdf','\xce','\xe4','\x98','\xe2','\xcf','\x5c','\xd4','\x5c','\xd0','\x61','\xb8','\xc7','\x02','\x15','\x00','\x5c','\x00','\x5e','\x34','\xb2','\x1a','\x45','\x00','\x81','\x11','\xed','\x66','\xb2','\x66','\x8d','\x37','\x3c','\xe0','\xca','\x3f','\x1d','\x03','\x4e','\xbc','\x4f','\x3c','\x8a','\xa5','\x48','\xe2','\xe6','\x65','\x2d','\xa8','\x95','\xf1','\xf3','\x3f','\x57','\xfc','\xf9','\x3f','\x57','\x89','\x2e','\xa7','\x51','\xf4','\x4a','\x09','\x01','\x2c','\xc6','\xc9','\xfe','\x8e','\xc1','\xa4','\x80','\xb6','\x35','\x3c','\x57','\x89','\x08','\x57','\xaf','\x15','\xdb','\xf7','\x0b','\x2e','\xdf','\x16','\xac','\x1a','\x4e','\xfb','\xa9','\x18','\x9e','\xaa','\xf2','\xaf','\x41','\xcf','\x24','\x1c','\x83','\xcd','\xeb','\xaf','\xb0','\x33','\x09','\x0c','\xcb','\x15','\xc7','\x2c','\xc7','\xcf','\x3e','\x12','\x7e','\x5b','\x61','\x6e','\xc3','\xaf','\x3a','\x44','\xdd','\x59','\x62','\xf5','\x66','\x3b','\xcd','\x03','\xb4','\x2c','\xcb','\xce','\x1a','\x51','\x4a','\xf1','\x0c','\xce','\xa3','\x04','\xb8','\xb7','\xee','\x9c','\x0c','\x55','\x62','\x28','\xfb','\x6b','\xe3','\x6f','\x6b','\xfd','\x71','\x51','\xd3','\xe7','\x1f','\x79','\x36','\x6b','\x0f','\xce','\xca','\x99','\xb5','\x19','\xa3','\x40','\x72','\xac','\x91','\xb9','\xb7','\x59','\xa3','\x9b','\x58','\xae','\xc4','\x5c','\xde','\x4c','\x53','\xe7','\x78','\x7c','\x27','\xa1','\x25','\x86','\xae','\x89','\x26','\xce','\xcf','\xf9','\xa4','\x7c','\x3e','\x16','\xf2','\x34','\x9f','\xf5','\xb1','\xf2','\x82','\xc0','\x04','\x63','\xc3','\xe8','\xa3','\xc7','\x79','\x95','\xa6','\x25','\x63','\x38','\x71','\xb2','\x9b','\x46','\x74','\xcc','\xef','\xdb','\x99','\x58','\xce','\xe3','\xcd','\x73','\x2d','\xf8','\x5b','\xee','\xb6','\x37','\x2a','\x6b','\x5c','\xd7','\x7e','\x78','\xb3','\x23','\xaa','\x79','\x1d','\x87','\x99','\x25','\x33','\x19','\x3b','\x59','\xe6','\xd6','\x1a','\x3f','\x13','\xe6','\xee','\x79','\x7f','\xf2','\xca','\x5d','\xcf','\x9d','\xd4','\x7b','\x56','\xd6','\x4c','\x7e','\x28','\x2a','\xfc','\x5c','\x2e','\x0b','\xca','\x22','\xc9','\x0b','\xb7','\xab','\x08','\x3f','\x12','\xf5','\x4d','\x06','\xc6','\x34','\xb2','\xbd','\x4c','\xcf','\xdd','\x10','\x77','\x6d','\x3a','\x6c','\x48','\xcf','\xb8','\x74','\xaf','\x91','\xba','\xa6','\xf8','\xa4','\xa4','\xb7','\x9c','\xe1','\xb2','\xdf','\xf9','\x80','\x6d','\x88','\x67','\xd3','\x31','\x7a','\x14','\x1e','\x7d','\xf7','\x1d','\x28','\x90','\x47','\xdf','\xfa','\xe2','\x6c','\x52','\xb7','\x1e','\x5e','\x24','\x6d','\xfe','\x86','\x11','\x62','\x87','\x84','\x39','\xc4','\x95','\x58','\x95','\xfd','\x89','\x52','\xc4','\xd2','\x02','\x00','\xbc','\xb5','\xa4','\x1c','\x1b','\x71','\x59','\xa8','\x01','\xb9','\x45','\xbe','\x9d','\xba','\x36','\x90','\xe5','\x8f','\x23','\xc2','\xb2','\x00','\xcc','\x05','\xbc','\x68','\x00','\x1e','\x8a','\x73','\x40','\x7b','\x57','\x69','\xa5','\x17','\xa4','\x09','\x29','\x5c','\x00','\x4a','\x74','\x8c','\x00','\xa8','\x55','\x69','\xb9','\x56','\x17','\x4c','\x6a','\x33','\xa5','\x94','\xb5','\x90','\x03','\x07','\x0f','\x82','\x81','\x25','\x67','\x25','\x82','\xb8','\xe1','\x5a','\x04','\x84','\xa1','\x8f','\x44','\x05','\xcb','\x65','\xc1','\x7a','\x59','\xd0','\x2a','\xe3','\xe7','\x9f','\xcf','\x78','\xfe','\x29','\xde','\x31','\x9e','\x44','\x75','\xca','\xbd','\x07','\x1d','\xed','\x6d','\x43','\x32','\xee','\x1e','\x76','\xbf','\xc1','\x73','\xa0','\x5d','\x9f','\xc5','\x35','\xee','\xe9','\xdb','\x8a','\x65','\x21','\xe0','\x69','\x01','\x11','\x70','\x25','\x02','\xb6','\x9c','\x2a','\x20','\x6a','\x88','\x59','\x3b','\xa3','\x2f','\x5f','\x6f','\x03','\xf9','\x48','\xfb','\x99','\xb0','\x5b','\x2f','\xb0','\xce','\x61','\x62','\xe0','\x66','\x9a','\xb7','\xdf','\xf0','\x26','\xb0','\x5b','\x2d','\x27','\xee','\x2c','\x3d','\x8f','\x78','\xb4','\xce','\x7a','\xa1','\xe4','\xbe','\x46','\x3c','\xbe','\x66','\xed','\x08','\x4f','\x86','\xcb','\xe5','\x72','\xee','\x02','\x27','\x87','\x14','\xf7','\x2f','\xce','\xdc','\x53','\x46','\x06','\xa5','\xbf','\x71','\x76','\xc9','\x38','\x41','\x3a','\x7a','\xfc','\xb0','\x9c','\xdb','\x75','\x30','\x8e','\xb4','\xec','\x3b','\x41','\x67','\xe0','\x64','\x76','\xe3','\xc2','\x69','\x12','\x79','\x77','\x6b','\xde','\x94','\x7b','\xe7','\x69','\x5c','\x3b','\x13','\xe4','\x0f','\x16','\x84','\x6a','\x02','\xc9','\xb4','\xe8','\xe1','\x62','\x33','\xab','\xcf','\x35','\xac','\x3e','\xb5','\x36','\x47','\x12','\x44','\x84','\xb2','\x12','\x0a','\x95','\x20','\x2a','\x4d','\x3c','\x9c','\x59','\xb5','\x71','\xbb','\xa6','\xb9','\x65','\x23','\x71','\xf1','\x4e','\x8c','\xe0','\x0c','\xac','\xa1','\x78','\xe3','\x19','\x8b','\x09','\x3f','\xd6','\x5f','\x0b','\x56','\x91','\x87','\x94','\xa7','\xfb','\xe8','\xcb','\xc3','\x6e','\x7f','\x68','\xff','\x08','\x50','\xa2','\xad','\x44','\xda','\x97','\x63','\xb0','\x71','\x31','\x97','\x14','\x0c','\xff','\xd9','\x7a','\x38','\xbb','\x7e','\xb4','\x2e','\x27','\x84','\xfe','\x26','\xdc','\x53','\xe7','\x51','\x81','\x07','\xef','\x0a','\xd3','\x43','\x72','\xd8','\xf7','\x22','\x2e','\x2b','\x75','\x8b','\xb0','\xaf','\x2d','\xe7','\xe2','\x18','\xb7','\x1a','\x0f','\xc5','\x76','\xd2','\xc9','\x59','\x47','\x76','\xad','\xe8','\x5e','\xca','\xc1','\x3d','\x4e','\xf7','\xbc','\xdf','\xbf','\x43','\xf2','\xfb','\x05','\xe1','\xab','\x0b','\x3e','\xbf','\xe1','\xfd','\x60','\xc6','\x06','\x87','\x00','\xd3','\x24','\xb7','\x39','\x11','\x08','\x8b','\x44','\x5b','\xd3','\x24','\xa6','\x60','\xc4','\x39','\x14','\xfb','\xc8','\x78','\x46','\x71','\x9f','\x08','\x40','\x8c','\x6d','\x6b','\xea','\x5e','\x2d','\xe5','\x18','\x3e','\x68','\x4b','\x41','\x59','\x1a','\x4a','\x95','\xc0','\x05','\xc4','\xbd','\x0f','\x85','\x27','\xd8','\x46','\x58','\x80','\xc0','\xec','\x67','\x91','\x3d','\x52','\x27','\x24','\xd1','\xea','\xc2','\x10','\xf7','\xda','\xb5','\xa2','\x6c','\x0d','\xb5','\x52','\x08','\x31','\x67','\xf8','\x8b','\x42','\xc1','\xc8','\x5a','\xbe','\xa4','\x81','\xd8','\x8f','\x59','\x29','\x62','\x75','\x02','\x80','\xba','\x35','\x0d','\xdb','\x2f','\x0f','\x66','\x45','\x5f','\x1e','\xcd','\xb1','\xea','\x9d','\x80','\x02','\x7d','\x8f','\xe0','\xee','\x80','\x35','\x9f','\xb9','\x06','\x24','\xb4','\x76','\x21','\xac','\x4f','\x8b','\x3f','\x0b','\x66','\x54','\x9d','\x0b','\xb7','\xf6','\x78','\x24','\xdc','\x98','\x8b','\x69','\x9f','\xbf','\x2c','\x08','\xd1','\xf2','\x7c','\x50','\xf7','\x30','\x06','\x13','\x9c','\xfc','\xf5','\x44','\xbc','\x5f','\x03','\x66','\x63','\x66','\x02','\xfb','\xaf','\x38','\x9e','\xcb','\x32','\x0f','\x82','\x30','\xbd','\x6e','\x5f','\xec','\x0c','\x50','\xd6','\xb2','\xc8','\x19','\x20','\x7b','\xe2','\x40','\xae','\xeb','\x36','\x5b','\xbf','\xed','\x6f','\xca','\x31','\x6f','\x35','\xba','\xde','\xc8','\x9d','\xb8','\xb5','\xe3','\x74','\x38','\xb7','\x77','\xc7','\x04','\x1d','\x63','\x0e','\xe3','\xc1','\xee','\x11','\x46','\xee','\x82','\x33','\xe4','\xac','\xc2','\xc5','\x2e','\x21','\x6b','\x7e','\x3e','\xbd','\x6f','\xf9','\x12','\xae','\xd7','\x1a','\xf9','\x7c','\x0c','\x91','\x94','\x08','\xf7','\x5b','\xdc','\xe2','\x13','\x84','\xa6','\x6f','\x47','\x17','\x3e','\xa1','\x6b','\x90','\x9f','\xef','\x69','\xf0','\xc8','\x71','\x21','\xc8','\x84','\xa6','\x4f','\xb4','\x61','\xa9','\x53','\x5e','\x49','\x9f','\x00','\x95','\xe2','\xf2','\x39','\x3c','\x20','\x25','\xdd','\xc3','\xaf','\x9f','\xbe','\xd4','\xd5','\x7b','\xc7','\x3b','\x3e','\x0f','\xd9','\x5a','\x41','\x7e','\x4b','\x84','\xa2','\x90','\xf4','\xa2','\xbb','\x72','\xcd','\xc7','\xef','\x8e','\x36','\x9e','\x2f','\x31','\xee','\xbf','\xa5','\x87','\xa7','\xf3','\x39','\x5d','\xe6','\x7b','\xb6','\xe8','\xa0','\x8a','\xbb','\x40','\x98','\x06','\xcd','\x8c','\xae','\x9a','\xe4','\xba','\x55','\x5c','\x9f','\x45','\x38','\xf7','\x23','\x56','\x53','\xc1','\x6e','\xb8','\x98','\xe4','\x6f','\xfb','\x39','\xbe','\x3a','\x6f','\x9e','\x8a','\xe5','\xe6','\xe7','\x3f','\xbc','\x78','\x78','\x86','\x25','\xad','\xcb','\xcc','\x9c','\x9d','\xd7','\x75','\x0c','\x87','\x58','\xe5','\x83','\xa9','\xcb','\x5b','\x9f','\xd9','\xf9','\x70','\xf8','\x55','\x29','\xf2','\x57','\x01','\x1d','\xbb','\xd9','\x1a','\x30','\x85','\x4d','\xe3','\x06','\xd4','\x82','\x4a','\x0d','\x0b','\x15','\x3f','\xc3','\x47','\x68','\x12','\x50','\x47','\x53','\x29','\x88','\x95','\x86','\x92','\xce','\x91','\xc1','\x2c','\x38','\x5e','\x12','\x6b','\x37','\xb4','\x2a','\x49','\x4b','\x2d','\xfc','\x35','\x8a','\x08','\x2d','\x92','\xc7','\x87','\x51','\x48','\x93','\xb1','\xb2','\xb4','\xca','\xf1','\xa8','\x6f','\x18','\x11','\x2c','\xb8','\xc1','\x53','\x37','\xb8','\xd5','\x58','\x69','\x0c','\xa9','\xa5','\x6a','\x59','\x17','\x11','\xac','\xa8','\x79','\x30','\x84','\xa3','\x21','\x20','\xdd','\x07','\x54','\x4c','\x00','\x41','\xe4','\xc0','\xd3','\xa6','\x98','\xc7','\x82','\xbb','\xdc','\x11','\xfc','\x1c','\xad','\xa5','\x77','\xa0','\xdc','\x77','\x1f','\xd7','\x4c','\x0b','\x6c','\xbf','\x65','\xba','\x9a','\x29','\x45','\xd0','\x0a','\x1b','\xc7','\xd6','\x18','\xf5','\xda','\xf0','\x13','\x1b','\x98','\x81','\x8b','\x46','\x8a','\xa3','\x4b','\x64','\x69','\x66','\xcb','\x7b','\x64','\x88','\xca','\xf6','\x85','\xb7','\xf9','\x98','\xb4','\x7e','\xe9','\x2d','\xa4','\x8d','\xef','\xc7','\x76','\xf6','\xcc','\xe4','\x53','\xa1','\x53','\x81','\x27','\xde','\x35','\x2c','\xfa','\xaf','\x6d','\xa2','\xf2','\xc7','\x27','\x65','\xc5','\x33','\x6f','\x53','\xe7','\xbc','\x8e','\x80','\x7b','\x59','\x95','\xdd','\xbd','\x9d','\xc4','\x8c','\xdd','\xc0','\x77','\xbf','\xee','\xe4','\xc5','\x4e','\xc7','\xe6','\x03','\xfc','\x0e','\x67','\x67','\x7d','\x3c','\x9e','\xc1','\x00','\x9d','\x00','\x34','\xbe','\xc8','\xe9','\x40','\x47','\x37','\x56','\x37','\xc6','\xe1','\xb0','\x8b','\xbc','\x2b','\xed','\x4d','\xe0','\x6e','\xc1','\xe4','\x88','\x63','\x9a','\xbe','\xbc','\x2f','\xf5','\xbd','\x84','\x9f','\x7e','\x6f','\x86','\xb5','\x84','\xc3','\x8c','\xb0','\x7b','\xdf','\xac','\x30','\xad','\x36','\x8f','\xbe','\xb3','\x25','\x57','\x05','\xd3','\x5a','\x15','\xd7','\x7a','\x27','\x57','\x07','\xe5','\xba','\x89','\x01','\x94','\x23','\xa1','\xc7','\x2a','\x12','\x81','\xc7','\x96','\x82','\x6b','\xe1','\x8c','\x68','\x99','\xe0','\x93','\x5c','\xeb','\xf2','\xfa','\xf0','\xf7','\x2a','\xfb','\xfe','\xf9','\x14','\xdf','\xdb','\x59','\x9d','\x6f','\x89','\x9b','\x6c','\xaa','\x94','\xb3','\xef','\x83','\x97','\xe9','\x78','\x37','\x52','\x0b','\x51','\x60','\xee','\x23','\x0b','\xdf','\x4b','\x9a','\x76','\x73','\x5c','\xcf','\xf6','\xc3','\x9b','\x81','\x46','\x16','\x2c','\x72','\x68','\x78','\x5d','\xf7','\xd6','\x9f','\x5a','\x4f','\x2a','\x7e','\x43','\x0a','\xed','\x1a','\x52','\x1d','\xe7','\xac','\xa3','\x31','\x4d','\xb2','\x3f','\x4b','\x70','\x06','\x0e','\xca','\xdc','\xed','\x04','\xcb','\x83','\x4a','\x6e','\x44','\x75','\xff','\x32','\xf0','\x4b','\x0b','\x3f','\xbf','\xe1','\x6d','\xe0','\x60','\x09','\x70','\xc2','\xcd','\xac','\xc2','\x86','\x9d','\x07','\x2a','\x0b','\x01','\x5c','\xc0','\x50','\x0b','\x51','\x73','\x64','\x07','\x97','\x20','\xf4','\xe5','\xa6','\xc2','\x4a','\xad','\x0d','\xb5','\x35','\xac','\xbc','\x00','\xa0','\x8e','\x46','\x94','\x64','\x05','\x62','\xe6','\xae','\xee','\x68','\x66','\xa6','\x4a','\x12','\x39','\xb2','\x56','\x96','\xe8','\xa5','\x1c','\xb8','\xb3','\x14','\x89','\x0a','\xb7','\x5e','\x0a','\xd6','\x6b','\x41','\xd5','\x1c','\x63','\x99','\x77','\xe9','\x3b','\x2a','\x57','\xdd','\x0d','\x9c','\xc8','\xdd','\xc4','\xcd','\xc2','\x45','\x09','\x09','\xc5','\xd9','\x1e','\x11','\x80','\xea','\xb5','\x8a','\xf5','\x45','\xe9','\x5e','\xb4','\x31','\x0b','\x37','\xb9','\xba','\x91','\x61','\x0e','\x31','\x29','\x7b','\x45','\x64','\x06','\xbd','\xb5','\x86','\xf6','\xac','\xfd','\xad','\x0c','\xfe','\x2e','\xee','\x77','\xeb','\xd3','\x12','\x73','\xc4','\xd5','\x85','\xd1','\x2f','\x19','\x55','\xe5','\x61','\x48','\x8c','\xa5','\x2e','\xa9','\x23','\x7e','\xbb','\x5f','\x27','\xd3','\x12','\xfe','\xc6','\xd0','\x8b','\x57','\xb3','\xfb','\xaf','\x1a','\x85','\x33','\x89','\xe9','\x17','\x81','\x23','\x01','\xc8','\x82','\xbc','\x65','\xd8','\xb9','\xc0','\x01','\x21','\xa5','\x35','\x0b','\x17','\x36','\x13','\x37','\x47','\xa2','\x3f','\x08','\x14','\xb3','\x69','\xda','\x3d','\x37','\xc2','\xd9','\x9c','\x7e','\x08','\x50','\xf7','\x6d','\xec','\xf6','\x99','\x9c','\x74','\xab','\x89','\x49','\x59','\xd4','\x81','\x69','\xc2','\x8d','\x89','\x32','\xad','\x01','\xfb','\xcd','\xc9','\xe1','\x49','\x56','\x57','\x83','\x2a','\x51','\xdd','\xb6','\xad','\x81','\x2b','\x2b','\x62','\x0f','\xa4','\xdd','\x45','\xa5','\x49','\x42','\x93','\x33','\x85','\xa5','\x2f','\x37','\x37','\xcf','\x83','\x5f','\xa8','\xd5','\x67','\x17','\x81','\x26','\x59','\x7d','\x24','\x98','\x82','\xf8','\x53','\x47','\xa8','\x1d','\xfd','\x60','\xf1','\xaf','\x2e','\x85','\xe5','\x90','\xaa','\xf7','\x6b','\x3e','\x1e','\x3b','\xe0','\x6e','\x60','\x70','\xef','\xce','\xbc','\xb1','\x64','\x3b','\x66','\x78','\xf7','\xe0','\xbd','\x70','\x24','\x50','\xa8','\xe0','\xca','\xfe','\x1d','\x30','\x37','\x40','\xd2','\x07','\xc7','\x36','\x8d','\xdd','\xcb','\x96','\xa4','\xe3','\x41','\xba','\xdd','\x60','\xde','\x7d','\x39','\x82','\x37','\xc2','\x78','\x6a','\x6d','\x5c','\x56','\xd1','\x5c','\xca','\x39','\x42','\xf6','\xc0','\x07','\xee','\xc3','\x9e','\x36','\x94','\x31','\x34','\x26','\x28','\x22','\x7e','\xc1','\x65','\xca','\xd4','\x09','\x65','\x7f','\xba','\xb1','\x39','\xda','\x9b','\xb1','\x24','\xe7','\x8a','\x84','\x29','\xdb','\xc2','\xfd','\xd5','\xaf','\x2c','\xd4','\xfc','\x13','\xe0','\x58','\x41','\xf3','\x1b','\x5e','\x05','\x99','\x91','\x4c','\x66','\x08','\x86','\xd2','\xfe','\x0d','\x20','\x2a','\x81','\xdf','\x51','\x00','\x30','\x9a','\x72','\xa8','\x9c','\x9e','\xcf','\xf4','\xad','\xb5','\x86','\x56','\x55','\xb0','\xa8','\x0c','\x5e','\x59','\xcf','\xf3','\xa8','\x55','\x78','\x61','\xb4','\x85','\xd0','\x34','\x2f','\x10','\x25','\x05','\x9b','\x34','\x26','\x15','\xa8','\x08','\xa0','\x31','\x3c','\xa8','\x4f','\xab','\x8c','\xb2','\xc0','\xcf','\xef','\x2c','\x8b','\x26','\x59','\xbe','\x88','\x0b','\x78','\xab','\xad','\xa3','\x75','\x23','\x01','\xcd','\xb9','\xee','\xc8','\xcf','\xbf','\xee','\xf9','\x15','\x3f','\x6b','\x04','\xc1','\x51','\xad','\xee','\x03','\x42','\xa4','\x46','\x0e','\x18','\xbb','\x0f','\x92','\x62','\x4d','\x49','\xa2','\x55','\xd7','\xb0','\x3c','\x86','\x0c','\x80','\x6b','\x7f','\xee','\x8a','\x48','\x93','\xa7','\x5e','\x16','\x5c','\xd4','\x5d','\xaf','\x6e','\x4d','\x72','\x35','\xb9','\x14','\xd5','\xb7','\xc8','\xbe','\xd8','\xd4','\x0a','\x29','\xba','\x53','\xb1','\xf3','\xe1','\x90','\x79','\xaf','\x41','\x5b','\xb5','\x83','\x18','\x2d','\xe3','\x29','\xc9','\x08','\x45','\x92','\xc7','\x8f','\xca','\xbf','\x17','\x66','\xe2','\x6c','\x9e','\xe3','\x23','\x78','\x2b','\x45','\xd3','\xf9','\xdc','\xcc','\x38','\x9c','\x33','\x6a','\x38','\x6b','\xd3','\xec','\x39','\x2d','\xe1','\xeb','\x2c','\x8c','\xfb','\x20','\xb3','\x94','\x1c','\x32','\x8c','\xfc','\xbe','\x23','\x08','\x82','\x98','\xa5','\xfb','\x33','\x40','\x97','\xcb','\xe5','\x70','\x8c','\x5c','\x98','\x39','\x12','\x88','\x26','\xdf','\x5f','\xb4','\xdb','\x6e','\x32','\xc8','\x77','\x14','\xcb','\x37','\xe4','\xe2','\xa9','\x74','\x33','\x47','\x4e','\xbb','\xdb','\xaf','\x5d','\xeb','\x8e','\xa8','\x07','\xc1','\x61','\x10','\xac','\xb2','\x20','\x52','\x2b','\xbb','\xe0','\xd3','\xb6','\xe6','\x67','\x78','\xca','\x42','\x1e','\x82','\x14','\x40','\x9c','\xf1','\x31','\xe2','\x42','\xc1','\x0c','\x52','\xdf','\x84','\xbd','\x79','\x50','\x05','\xad','\x9c','\xd4','\x4d','\x0e','\xf6','\x13','\xcc','\xa5','\xa8','\xa8','\x0b','\x41','\x68','\xd3','\xd2','\xfb','\x2a','\x64','\x31','\x41','\xc9','\xa6','\x12','\xcf','\x86','\x64','\x1d','\x79','\x60','\x41','\x64','\xe1','\xe2','\xc1','\x41','\xff','\x9c','\xbd','\x2c','\xed','\xec','\x98','\xf7','\xc4','\x64','\xc4','\x33','\x3d','\xf9','\xcc','\xf7','\x7c','\x98','\xde','\x4d','\x1b','\x33','\x47','\xa2','\x2f','\x06','\x82','\xbb','\xcc','\x58','\xe8','\x6b','\x10','\xb0','\xa9','\x7b','\xe6','\x76','\x4d','\x44','\x7d','\xb7','\x6f','\x07','\x09','\x3c','\xb7','\xe8','\x50','\xfb','\x70','\xbb','\x41','\xa6','\x03','\xd8','\x6b','\x13','\xa5','\x50','\x1e','\xab','\xe5','\x7e','\xdf','\xdf','\x84','\x7d','\xb3','\x7f','\xc3','\x6f','\xf8','\xfa','\x70','\xc4','\x23','\xd9','\x7a','\x6e','\xe2','\x0e','\x57','\x09','\x80','\x5a','\x71','\xcd','\x9b','\x80','\x6a','\x41','\x6d','\x4d','\x2d','\x41','\xca','\xb0','\xa7','\xd7','\x2d','\xaf','\x50','\xdd','\x18','\xad','\x56','\xb4','\x46','\x28','\x2d','\xdc','\xb0','\x25','\x60','\x41','\x41','\x59','\x19','\x85','\x4d','\x31','\xc6','\xf3','\x7d','\x6e','\xc4','\x82','\xd5','\x05','\xed','\x2a','\x74','\x6f','\x59','\x0b','\xb0','\x84','\x15','\x68','\x5d','\x8b','\x24','\x61','\xbd','\x14','\x94','\x5a','\xc4','\x4a','\x33','\xa1','\x6b','\x6e','\x35','\x32','\xeb','\x4f','\xe3','\x08','\x80','\x60','\xfd','\x50','\x65','\x5f','\x51','\x7c','\x46','\xca','\x54','\x67','\x37','\x39','\x0b','\xe0','\xd0','\x0d','\x25','\x85','\xed','\xc8','\x5d','\xe8','\x92','\x40','\xd4','\x63','\xdb','\x90','\xf2','\xd8','\xcb','\xe9','\x05','\x1e','\x40','\x23','\xc5','\x61','\x93','\x47','\xbf','\xad','\x8e','\x5b','\x9f','\x9e','\x16','\x3c','\x33','\xb0','\x99','\x92','\x74','\x2f','\x03','\xa5','\x31','\x9c','\x4c','\xf0','\x17','\x83','\x8e','\xaa','\xef','\x49','\xe4','\xfc','\x8d','\xcc','\x37','\x69','\x01','\xbf','\x1c','\xe3','\x9e','\xe0','\x38','\x78','\x40','\x06','\xda','\xf1','\x4e','\xf7','\x04','\x94','\x1a','\x8f','\x52','\xfc','\xc2','\xc3','\x74','\x13','\x6c','\x6f','\xe7','\xe3','\x3c','\xeb','\xba','\xde','\x17','\x05','\x6e','\x0c','\x85','\x9d','\xf9','\xb7','\x5e','\x98','\x99','\x9c','\x21','\x49','\xcf','\x76','\x70','\x2f','\x6f','\x75','\x30','\x2b','\x67','\xb1','\xde','\x3b','\xc4','\x72','\x63','\x56','\x1f','\x99','\xf4','\x1d','\x1e','\x3e','\x79','\xf0','\x2d','\x16','\x53','\x04','\x5d','\x30','\x76','\xd8','\xb8','\x36','\x41','\xba','\x62','\xfe','\x17','\xb7','\x82','\xba','\xb1','\x9e','\xa3','\xb0','\x44','\xa6','\x00','\xe5','\x7c','\x3e','\x04','\xa0','\x79','\xc1','\xa9','\xf5','\x86','\xcc','\x75','\x3b','\x1c','\x48','\xaa','\x39','\xc8','\x41','\x20','\xfc','\x10','\x7c','\xa8','\x40','\x82','\x29','\x28','\x81','\xe8','\xe7','\x57','\x54','\x4d','\x44','\x81','\xe2','\xb9','\x84','\xaf','\x78','\x17','\x11','\x6e','\xa8','\xf7','\xb5','\x70','\xb4','\xcc','\xee','\x16','\x99','\xde','\xa8','\x2d','\x41','\x8c','\xf6','\x05','\x32','\x86','\xd0','\xda','\x8e','\xc7','\x13','\xf1','\xf3','\x5b','\xe4','\x34','\x6b','\x2f','\x1e','\x1d','\x34','\x38','\x2f','\xa3','\x83','\x47','\xce','\x3b','\x7a','\xbf','\x00','\xe0','\x7b','\x30','\x21','\x9a','\x42','\x9a','\xf8','\x54','\x09','\xb5','\x44','\x58','\xd2','\x50','\xaf','\x66','\x9a','\x1e','\xa5','\x7b','\xea','\x29','\x57','\x9e','\xaf','\x18','\xa6','\xc7','\x26','\xc7','\x2d','\x44','\x76','\xfe','\x67','\xbc','\x9f','\xaa','\x74','\xb7','\xd0','\x17','\xc2','\x57','\x22','\x26','\x39','\xb9','\xe0','\x6f','\xf8','\x0d','\x77','\x01','\xcd','\xbf','\x9b','\xb2','\x0d','\x68','\x6a','\xcd','\x25','\x30','\x49','\x92','\xd4','\xa6','\x11','\x10','\xf6','\x7e','\xf5','\x7a','\xa0','\xbf','\x5a','\x20','\x1e','\x29','\xa3','\x2c','\xc0','\x82','\x10','\x40','\x96','\xa5','\xa0','\xaa','\x1b','\x5c','\x29','\x04','\x39','\x62','\x94','\x69','\x39','\x07','\xfe','\x53','\xce','\xb6','\xd6','\x86','\xeb','\x55','\x70','\xc9','\xe5','\x69','\xd1','\xc0','\x04','\xe6','\x6e','\x1b','\x8a','\x97','\x65','\x21','\xd4','\x8d','\x04','\xa7','\x72','\x0a','\x49','\xa0','\x0c','\x73','\x29','\x04','\x5a','\xa0','\x56','\x1d','\x8e','\x28','\xa9','\x88','\xc7','\x80','\xc0','\x67','\x36','\x16','\x7d','\x80','\x84','\x2c','\x2d','\x22','\xc6','\x62','\xd0','\x02','\xaa','\x1a','\xac','\x13','\x3d','\x92','\xed','\xe2','\x78','\x4a','\x48','\xf0','\x3f','\xb3','\x9e','\xef','\xfd','\xb9','\x81','\x08','\xf8','\x46','\xab','\x47','\xd7','\x5c','\xaa','\x68','\xb6','\x5b','\xb3','\xe2','\xe6','\x38','\xf4','\x97','\x81','\x91','\x95','\x70','\x25','\xd5','\x09','\x4e','\x33','\x5e','\x95','\x22','\xb5','\xc6','\xac','\xe3','\xaf','\x3a','\x7b','\x32','\xf0','\x9c','\x6f','\x01','\x77','\xb7','\x66','\xf7','\xe0','\x8c','\xe6','\xdf','\x57','\xda','\x8e','\x2d','\x4f','\x6b','\xfb','\xef','\x00','\xd6','\x8b','\x65','\xdd','\x47','\xb4','\x5e','\xd7','\x75','\xff','\x02','\x86','\x33','\x40','\x76','\x0e','\xc8','\x84','\xa0','\x6d','\xdb','\x94','\x4f','\x31','\x66','\x65','\x17','\xcd','\xfe','\xdd','\x40','\xf6','\xf3','\x09','\x83','\x67','\x2c','\xe0','\x01','\x83','\xf7','\x10','\x4f','\x33','\x94','\x39','\x5e','\x7f','\x4f','\xe8','\xe2','\x95','\xe7','\xaa','\xd5','\xea','\xd2','\xd4','\xf4','\xbe','\x5d','\x23','\xb2','\x9b','\xe5','\xf3','\xa1','\xee','\x9c','\xcf','\x80','\xa8','\x15','\x17','\xef','\xdc','\x7f','\x9c','\xa3','\x34','\x2e','\x7d','\x10','\x78','\x39','\xea','\x76','\xc6','\x36','\xf9','\x4b','\x8b','\x16','\x0f','\x7b','\x8b','\x8f','\x3c','\x99','\x2c','\x4c','\x49','\xfb','\xce','\xa2','\x2c','\x24','\x06','\xc8','\x43','\x5e','\x0e','\xc4','\xe9','\x1d','\xe1','\xb3','\x08','\x41','\xee','\x59','\x52','\x18','\xc2','\x8e','\xcc','\x3a','\x62','\x1d','\x04','\xc2','\x50','\x6c','\x59','\xa4','\x9f','\xf3','\x80','\x22','\x4e','\xed','\x5e','\x34','\x94','\x37','\x46','\x27','\x13','\x95','\x33','\x02','\xa3','\x97','\xfd','\xec','\x8f','\x32','\x28','\xad','\x32','\x36','\x13','\xd8','\xab','\x09','\x4a','\x30','\x6f','\x85','\x43','\x45','\x43','\xbf','\x17','\xee','\xef','\x8d','\x34','\x2f','\xdc','\x33','\x9d','\xdd','\xe8','\x24','\xee','\xa8','\x99','\x0d','\xbf','\xcd','\xbb','\x75','\x67','\x7d','\x5f','\x47','\x08','\xfa','\x2d','\xfc','\xfc','\x86','\x53','\x38','\xd9','\xc3','\xb3','\x47','\xb9','\x09','\x0e','\xaa','\x85','\x55','\x78','\x10','\x4f','\x83','\x05','\x05','\x0d','\x2d','\xf2','\xe6','\x38','\x4a','\x53','\xcb','\x85','\x9e','\x03','\xda','\xae','\x0d','\xeb','\x45','\x15','\x69','\x25','\x29','\xd0','\x8a','\xe4','\x08','\x6b','\x6a','\x8d','\xe1','\xc2','\xa0','\x1a','\x56','\xd9','\xde','\x1a','\xa2','\xfb','\xb7','\xc1','\xcf','\xbb','\xb6','\xad','\x81','\xd7','\xe2','\x6e','\xd7','\x05','\xe4','\x67','\x0e','\xaf','\x89','\x1e','\xba','\x0e','\x29','\xa1','\x5c','\x0b','\x89','\x5f','\x9b','\xd0','\x53','\x6e','\xad','\x13','\x18','\x28','\xd5','\x6b','\x75','\x73','\xe3','\x09','\xad','\x22','\x7d','\x2e','\x85','\x36','\x60','\xee','\xca','\x61','\xcc','\x85','\x91','\x7b','\xf0','\x85','\xbf','\xcf','\x12','\x55','\x8f','\x7e','\x56','\x94','\x42','\x78','\x7a','\x92','\x44','\xa9','\xeb','\x85','\xd1','\x5a','\x01','\x5f','\x4d','\x74','\xd4','\xf1','\x1b','\xfa','\xd2','\x1d','\x67','\xfc','\x4a','\xc8','\x2a','\x81','\x63','\xea','\x49','\xfb','\x8c','\x1f','\xbd','\x85','\xdb','\x7e','\x49','\xa1','\xef','\x93','\xe0','\xef','\x3c','\x4e','\xe6','\x02','\x9b','\x61','\x96','\x1c','\x15','\x48','\x02','\x50','\x6b','\x0d','\xd7','\xeb','\xb5','\xbb','\x99','\x7d','\x63','\x81','\x07','\xb4','\xb0','\xe3','\x22','\x3e','\x79','\xed','\x01','\x7c','\xbc','\x7b','\xf1','\xa8','\x58','\xbe','\xa7','\x6e','\xb3','\x48','\x98','\xa4','\xb4','\xe3','\x56','\xe7','\x75','\xda','\xc7','\x59','\x7b','\x67','\xc8','\xee','\xac','\xf8','\xd0','\x40','\x93','\x73','\xc3','\x6c','\x07','\x49','\xb7','\x5e','\xf0','\x11','\x25','\x93','\x58','\x7d','\x50','\x04','\xf1','\x87','\xf0','\x93','\xcb','\x72','\xf6','\x79','\x08','\x3e','\xc0','\x8e','\x11','\x39','\xbd','\xd4','\x92','\xab','\x9b','\x9f','\xc9','\x70','\x57','\x37','\x71','\x91','\x34','\x8b','\x8f','\xe3','\x21','\xfd','\x62','\x88','\x2b','\x0b','\x5b','\xe6','\xc7','\x4b','\x04','\x89','\x44','\x57','\x01','\x26','\xf6','\x48','\x74','\xad','\x86','\x80','\xb5','\x1b','\xcf','\x1d','\xd6','\xfe','\x9b','\xc1','\xb0','\xe6','\xf6','\x9a','\x19','\xb8','\x7f','\x3d','\xf0','\xd1','\xc8','\x2a','\xf4','\xa0','\xdd','\x34','\x1c','\x4c','\x45','\xde','\xbf','\xb2','\x2e','\x25','\x61','\xe0','\xe5','\xb2','\x80','\x00','\x09','\xce','\xf1','\xbc','\xa1','\xea','\x19','\xb5','\xa9','\xb5','\xe5','\x48','\xc2','\x31','\x19','\xfd','\xb8','\xfa','\x49','\xeb','\x93','\xf0','\x63','\x42','\xfa','\xde','\xcf','\x6d','\xf8','\x9c','\xf7','\xe9','\x37','\xfc','\x86','\x7f','\x2c','\x38','\x29','\x12','\xda','\x00','\x8d','\xdc','\xb8','\x2e','\x04','\x5a','\x44','\xd8','\x28','\x85','\xb0','\x51','\x03','\xb6','\x26','\xee','\xd2','\x48','\xb8','\x8a','\x2d','\x6a','\x5a','\x45','\xdd','\x16','\xf0','\xa5','\x81','\x93','\x62','\xac','\x2c','\x6a','\x05','\x2a','\x0c','\xc9','\x8a','\x8a','\xbd','\x51','\xc5','\xe9','\x43','\xf8','\x7b','\x88','\x00','\x54','\x51','\x6b','\xc3','\x9a','\x2c','\x2e','\x44','\x05','\xeb','\x05','\x58','\x2f','\x0d','\xcb','\x52','\x40','\xa5','\x8a','\x77','\x02','\x1b','\xbd','\xd3','\xa2','\x0b','\xd4','\xaa','\x22','\x96','\x29','\x11','\x6c','\x26','\xdd','\xa7','\xf4','\x8e','\x79','\x42','\xdc','\x42','\x0c','\xd6','\xf6','\x9d','\x25','\xe3','\x6e','\x76','\xa8','\x7b','\x46','\x65','\x3b','\x17','\x44','\x4d','\xa0','\x5c','\x56','\xb1','\xc8','\xad','\x6b','\x41','\xab','\x92','\x9b','\xa8','\xa5','\x1c','\x4e','\x2e','\x28','\x28','\x3f','\xe0','\xca','\x4a','\x6a','\x5f','\xd2','\x45','\x2c','\x8f','\x95','\x28','\xc6','\xf6','\x8d','\xb4','\xfc','\x7b','\xf7','\xf0','\x5d','\xf7','\x08','\x42','\x7f','\x63','\xee','\xe2','\x1f','\x0f','\x6d','\x58','\xe4','\x62','\xc9','\xbe','\x11','\x04','\x01','\x98','\x27','\x10','\x7a','\x3f','\xa9','\x7a','\x60','\x4a','\x0e','\x2c','\x21','\x27','\x6f','\xde','\xbe','\x33','\x13','\x06','\x26','\xf7','\xf2','\xa5','\x5e','\x53','\x1f','\x37','\xce','\xda','\x34','\x1a','\x59','\x12','\xa7','\x97','\x14','\xfd','\xe3','\xb6','\x9e','\x69','\x93','\xd8','\x23','\xf0','\xd4','\xad','\x61','\x53','\x01','\x48','\x24','\x5a','\x79','\xaa','\x10','\x85','\xbb','\x9b','\x96','\xb9','\x4f','\x8c','\xda','\x63','\xe0','\xfd','\x21','\xf2','\xc4','\x7c','\xb7','\xe4','\xee','\x66','\xcf','\xcc','\x02','\x1c','\xa8','\xab','\x9b','\x59','\x24','\xb2','\x32','\xc6','\xdc','\xdd','\x76','\x03','\x61','\x72','\x94','\x34','\xdc','\x85','\x35','\x71','\xf7','\x92','\x88','\x42','\x5c','\xb3','\x6f','\x6a','\xb4','\xbb','\x13','\x8c','\x73','\xb9','\xf9','\xb4','\x2c','\x65','\x94','\x17','\x73','\x3c','\xb4','\xe2','\xc3','\xe1','\x56','\xdd','\xbc','\xfb','\x26','\x54','\xce','\xba','\xc9','\xb9','\xf3','\xba','\x4e','\x77','\x96','\xbc','\xa1','\xa4','\x6e','\xee','\x87','\x5b','\xbb','\x5a','\xbb','\xc1','\x55','\xa2','\x39','\xec','\x43','\x27','\x9c','\x80','\x46','\x23','\x8c','\x92','\x64','\xdd','\xb1','\x6b','\x3b','\x19','\xd0','\x70','\xb4','\x92','\xf7','\xc7','\xdc','\x53','\xea','\xa6','\x89','\x4f','\xaf','\xd5','\xd7','\x70','\xd6','\x90','\xba','\x00','\x3e','\xb6','\xb0','\x6f','\xe0','\x81','\xe2','\x85','\xd3','\xdf','\x09','\x98','\xf0','\xcd','\x7d','\x3d','\x67','\x0c','\xc0','\xaf','\x4a','\x10','\xdf','\x3d','\xbc','\xf5','\x57','\x52','\x17','\xfe','\x43','\x39','\x97','\x1e','\xd3','\xcd','\xef','\xed','\x81','\xe7','\x4f','\xdc','\x50','\xf0','\xf9','\x33','\xc6','\x7d','\xc3','\x42','\x50','\x03','\x60','\xc2','\x4a','\x8b','\x07','\xdb','\x59','\xd7','\x22','\x61','\xa7','\x2b','\xc2','\x7b','\x40','\xd1','\x78','\x6b','\xe4','\x0a','\x3c','\x3b','\x3f','\x63','\xc9','\x51','\xcb','\x92','\xa2','\xc1','\x15','\x42','\xa3','\xfd','\x5e','\xdf','\xd1','\x00','\x56','\x41','\x40','\x83','\x21','\x3c','\x55','\x96','\x83','\x3a','\x7a','\xbb','\x2c','\x12','\x0d','\x6e','\x59','\x8b','\xe4','\x2f','\x22','\x42','\xcb','\xa5','\x29','\xe9','\xb0','\x28','\x71','\xad','\xe6','\xc8','\x6f','\xfb','\x41','\xcd','\x5e','\x15','\xa3','\xfc','\x33','\xc5','\x49','\x03','\xe9','\x7b','\xed','\x42','\xb5','\x73','\x1b','\xb6','\xe4','\x3d','\xba','\xde','\xc6','\x28','\x85','\xf5','\xbc','\x25','\xa1','\xd4','\x82','\xd2','\x18','\xad','\x02','\x9e','\x80','\x7b','\xc0','\x0a','\xe6','\x52','\x07','\xc3','\xd9','\xef','\xc7','\xd8','\xbd','\x00','\x92','\xb0','\x79','\x74','\x5b','\xe9','\xe3','\xb1','\x25','\x28','\xd9','\xf1','\xef','\x92','\x80','\x32','\xa1','\xbd','\x01','\xce','\x5e','\xdd','\xf9','\xfc','\x5b','\x8e','\xeb','\x99','\x24','\xfd','\x0a','\x18','\x69','\xef','\xdf','\x01','\x02','\x47','\xf6','\xfd','\x2a','\xa5','\xdc','\x0e','\x82','\xb0','\x2c','\xcb','\xce','\x4f','\xce','\xa3','\xc2','\x3d','\xd2','\x8a','\x3b','\x1e','\x36','\xd9','\xe3','\x45','\xde','\x1a','\x6f','\xb8','\x71','\xcf','\x90','\xc0','\x8b','\xd7','\xc6','\x28','\x2c','\x25','\xc6','\xb6','\x67','\xfc','\xe4','\xbb','\x69','\x67','\x24','\x52','\x45','\xd2','\x70','\xa9','\xff','\xb4','\x9f','\xc1','\x29','\x82','\xe0','\xfd','\x80','\x17','\x86','\x89','\x1e','\x65','\x82','\xb1','\x0f','\x4a','\x98','\xc4','\xaf','\x58','\x72','\x3a','\xb4','\x24','\xa8','\x05','\xb1','\xd1','\x08','\x39','\x25','\x0b','\x40','\x25','\x50','\x94','\xf6','\xc3','\x34','\xfe','\xfa','\x12','\xce','\x26','\x85','\x54','\x9d','\xb8','\x2c','\x05','\x5c','\x80','\xd2','\x84','\xa1','\xdf','\xd0','\xe0','\xa1','\x87','\xf3','\x5c','\x8c','\x83','\xff','\xa5','\x90','\xf5','\xcb','\xe1','\xb1','\x6e','\xd8','\x98','\x50','\x5a','\x53','\x89','\x25','\x98','\x68','\x19','\x87','\x27','\x8e','\xe1','\xe4','\x66','\x1f','\x3d','\x65','\xbf','\x47','\xf3','\xe1','\xdf','\xae','\x3e','\x92','\xc8','\x6f','\x97','\xa7','\x94','\xf8','\xb4','\x56','\x6c','\x5b','\xd5','\xd0','\xb5','\xf1','\xdc','\x7b','\x49','\x21','\xbe','\x0c','\x0f','\x64','\xc0','\xbf','\x17','\xba','\x0f','\xf8','\x27','\x84','\xb7','\x1e','\x79','\xf3','\xbf','\xeb','\x5c','\x7e','\x18','\xdc','\x89','\x8c','\x7a','\xe1','\xa3','\xa1','\xa1','\x60','\x43','\x15','\x0b','\xd0','\x62','\x39','\x72','\x16','\x94','\xc2','\x9a','\xfb','\x27','\x94','\x69','\xa4','\x34','\x6d','\x53','\x81','\x65','\x59','\x8a','\x33','\xee','\x12','\xbe','\x1a','\x58','\xb6','\x22','\x74','\xad','\x01','\x8d','\xab','\x26','\x46','\xcd','\x09','\x52','\xa3','\xbd','\x42','\xae','\x54','\x08','\xb8','\x8a','\x57','\x44','\x59','\x0a','\x4a','\x81','\x47','\x39','\xb3','\x20','\x0b','\xcb','\xba','\xa0','\x36','\x06','\xb9','\xe0','\xa6','\xc5','\x98','\xb2','\x8f','\x7b','\x36','\x69','\x1c','\x8e','\xe4','\x3d','\xfb','\xa9','\x8b','\x2d','\xf3','\x0a','\x60','\xa8','\x4b','\x71','\x55','\x57','\xc4','\xe2','\x42','\x28','\x1a','\x63','\xe3','\x2a','\x61','\xc8','\x4d','\x70','\xea','\xe6','\x77','\xbe','\x6b','\x3e','\x6c','\x2f','\x9d','\xf1','\x5a','\xfa','\x57','\x86','\x7c','\x48','\xa5','\xc1','\x3d','\x9f','\x33','\x0a','\x3f','\x4e','\x7f','\x1e','\xe4','\x11','\x7e','\xe3','\x8f','\xbf','\x2f','\x8c','\x82','\x0e','\x33','\x7b','\x8c','\x83','\x11','\xba','\x30','\xd8','\xe3','\xa1','\xa8','\xdd','\x0b','\xb7','\x16','\xd9','\x84','\x6f','\x3d','\x7b','\x2e','\xf3','\x41','\x3d','\xb2','\x3b','\x78','\x93','\x07','\x84','\xd0','\xdd','\xda','\xa9','\x68','\xa6','\x95','\xf2','\x78','\x7f','\x6c','\xf3','\x8d','\x9d','\x71','\xd8','\xfd','\xae','\x4f','\x21','\x8d','\x50','\xb7','\x91','\x53','\x05','\x6e','\xd0','\xe0','\xce','\xdd','\x6d','\x4b','\x1a','\x33','\x1b','\x6f','\xcf','\xe9','\x43','\x25','\xb4','\xf6','\x6d','\xcf','\x14','\x1c','\x36','\xcd','\xea','\xb4','\x70','\xd6','\x1c','\x9f','\x26','\x18','\xd9','\x79','\x89','\x1c','\x46','\xdb','\x12','\xa8','\x9a','\x2b','\x81','\xbb','\x65','\x51','\x08','\x6e','\x9d','\xe5','\x2e','\x35','\x88','\x00','\xa0','\xe8','\x6d','\x8f','\xba','\x13','\xcf','\xd1','\xa6','\x81','\x00','\x1a','\xa3','\xb6','\xc9','\xbc','\xec','\x3b','\xd1','\xff','\xde','\x21','\xf7','\xe1','\xf1','\x3b','\xc6','\xe5','\xe3','\xc1','\xdc','\x0e','\xb3','\xe0','\x98','\xef','\x22','\x2f','\x1d','\xb9','\x66','\x52','\x48','\x1e','\xdb','\x08','\x31','\x34','\x59','\xe6','\x13','\x49','\x38','\x97','\x7f','\xd8','\xb2','\xa3','\xab','\xb3','\x4a','\x30','\xb4','\x47','\x34','\xba','\x97','\xa7','\x05','\x97','\x6f','\xe2','\x9f','\xde','\x2a','\xa3','\x6a','\x62','\xde','\xda','\x5a','\xc2','\x29','\xca','\xc8','\x68','\xe4','\xc2','\x39','\x08','\x59','\x3e','\xd3','\xb8','\x8d','\x77','\x48','\x0b','\x37','\x22','\x2a','\x0f','\x71','\x7c','\xfc','\x42','\x14','\x6f','\x9f','\x3b','\x64','\xfe','\xcc','\x3f','\x41','\xf0','\x99','\xc3','\x3f','\x4b','\x04','\xa2','\xdd','\x5f','\x9c','\xee','\x8d','\xf1','\xcd','\x1d','\x1c','\xbd','\x3a','\x7b','\x3c','\x6b','\xef','\x38','\xac','\x27','\x02','\x45','\xf3','\x04','\x15','\x50','\x61','\x50','\x01','\x2a','\xb1','\x46','\x88','\x8b','\xba','\x6a','\xad','\xd8','\xae','\x62','\x99','\x29','\x2b','\x61','\x81','\x45','\x6f','\x83','\xb8','\xd3','\x2d','\x05','\xad','\x36','\x09','\x38','\x50','\xcc','\x1d','\xbb','\x6f','\x4e','\xd0','\x4e','\x42','\xad','\x8c','\xeb','\x55','\xc2','\xea','\x2f','\x1a','\x6a','\x9f','\xa0','\x42','\x50','\x8a','\x42','\x59','\x2a','\x81','\x9b','\x9e','\x33','\x35','\x21','\x4e','\x69','\x9e','\xe1','\xda','\xfb','\x56','\xd2','\x17','\x58','\x6f','\x2a','\x14','\x30','\xeb','\x39','\x28','\x00','\xcb','\x93','\x05','\x94','\x20','\xf0','\x4a','\x12','\x7a','\x5c','\xcf','\x00','\x87','\xa2','\x2a','\x8d','\x62','\x27','\xe1','\x7d','\x30','\x6d','\x3c','\xad','\x2c','\xda','\x99','\x13','\xb6','\x03','\xb2','\xde','\x24','\xe1','\x6e','\x3c','\x93','\xbd','\x08','\x76','\xc5','\x98','\x66','\xfd','\x26','\xaf','\xfa','\x8e','\xf3','\xf9','\xcf','\x41','\x4d','\x5f','\x12','\xd6','\x65','\xe9','\x7e','\x13','\x91','\x44','\xb4','\x9e','\x3d','\x6b','\x5f','\x2c','\x08','\x42','\x86','\xe9','\xc1','\xa1','\x3b','\x27','\x97','\xa7','\xbf','\x4e','\x54','\x2a','\x67','\xe7','\x00','\xa6','\x3c','\x58','\xd2','\x42','\x9f','\x48','\x5a','\xa3','\x16','\x69','\x28','\xf6','\xee','\xb5','\x7a','\x2e','\xf7','\x99','\xf4','\x13','\x4f','\x7b','\x00','\x80','\x5c','\xb5','\x31','\x62','\xe9','\x62','\xd5','\xb0','\x9e','\x16','\xda','\xba','\xfa','\x41','\x71','\xb5','\xc2','\xa4','\x00','\x04','\x11','\xcb','\x7f','\xd6','\x06','\xad','\x79','\x27','\xd0','\xb1','\x22','\x7e','\x8e','\xc3','\x9c','\x9d','\xef','\x34','\xb9','\x90','\x15','\x41','\x0e','\xe2','\xbf','\xdd','\x67','\x40','\x89','\x5a','\x0a','\x85','\xbd','\xb7','\x28','\x6a','\x99','\x66','\xf5','\x51','\x84','\xa6','\xe7','\x31','\x8a','\x0a','\x44','\x46','\xdc','\x58','\xdd','\x22','\x98','\x9b','\x44','\x00','\x4a','\x12','\xc0','\x3d','\xc8','\xf9','\x0b','\x28','\xe8','\x4e','\xe1','\x26','\xfb','\x9e','\xa5','\x3e','\xef','\xb0','\x21','\xf9','\xf8','\x15','\x79','\x1e','\x28','\xdc','\x17','\x32','\x1c','\x53','\x83','\xdb','\x82','\xe5','\x83','\xe0','\x75','\x9b','\x0c','\xa6','\xc2','\xf0','\xba','\x14','\x5c','\x9e','\x8a','\x5a','\x7f','\xe0','\x11','\x9b','\xae','\x16','\xa6','\xdd','\xf6','\x71','\x16','\x46','\x06','\xeb','\x63','\x6e','\xfb','\xb9','\x70','\x4f','\x63','\xef','\xa0','\xba','\xc3','\xdd','\x9a','\x8c','\x73','\x71','\xfb','\xb2','\xbe','\xea','\xba','\x31','\x38','\x12','\x72','\xfe','\x89','\xc2','\xcf','\x57','\xdf','\xeb','\xef','\x01','\x34','\xf9','\x36','\x5e','\xc9','\xdb','\xe9','\xa1','\x15','\xf1','\x8a','\xe5','\x63','\x56','\x18','\x83','\x05','\x45','\x03','\xf2','\x14','\x10','\x49','\x30','\x83','\xec','\xb6','\xcd','\x95','\x25','\x18','\xc2','\x5a','\xd1','\xd6','\x82','\x65','\x09','\x85','\xab','\x5b','\x91','\x94','\xde','\xb0','\x06','\xc9','\x71','\xb7','\xdb','\x81','\x91','\x65','\x48','\x50','\xa0','\xeb','\xb5','\xe2','\x7a','\x6d','\xb8','\x54','\xd6','\xf2','\xb4','\x5b','\x2a','\x00','\xad','\x97','\x82','\xed','\x5a','\xd0','\x88','\x35','\x48','\x01','\x75','\x58','\x63','\x0c','\x56','\x10','\xe5','\x87','\xa8','\x99','\x85','\xcd','\x48','\xfe','\xfd','\x31','\x10','\xe4','\x80','\x42','\xe1','\xa8','\xad','\x69','\x55','\xbc','\x27','\x40','\x04','\xba','\x14','\xa5','\xad','\x05','\x65','\x61','\x50','\x63','\xef','\xa7','\x09','\x7c','\x44','\xec','\xe5','\x64','\xb7','\xc6','\xf8','\xfb','\x59','\x10','\x7d','\xb2','\x5f','\x11','\x5c','\x29','\x02','\x1f','\x44','\x9e','\x38','\x7b','\x2b','\xe6','\xe9','\x68','\x19','\x33','\x82','\x57','\x7a','\x91','\xa7','\xd1','\x6f','\xf8','\x35','\x60','\xb2','\x80','\x5b','\x6d','\xfd','\x23','\xcc','\xd3','\xe4','\xa8','\xc0','\x10','\x04','\xa1','\xd6','\xda','\xf9','\x58','\xbe','\xd9','\xa6','\x7f','\x11','\x86','\x9e','\xbc','\x3f','\x29','\x6f','\x2a','\xfc','\xdc','\x79','\x6d','\x77','\xe9','\x95','\x7d','\xed','\x23','\xba','\xb1','\x23','\x20','\xbb','\xe7','\xda','\x6f','\xb6','\x73','\x3e','\xec','\x07','\x3a','\xc5','\xc7','\x5a','\x1e','\x76','\x8b','\x4f','\x76','\x41','\x74','\x8b','\x4d','\xaa','\x6f','\xd2','\x64','\x47','\x6b','\x9c','\x99','\xbf','\x10','\x7e','\x1a','\x87','\x5f','\x31','\x0a','\xdc','\xca','\xe3','\xd6','\x1e','\x13','\x86','\xba','\x64','\xaa','\x5a','\x56','\xb1','\x5a','\x8d','\xf1','\x95','\xdf','\x59','\xbb','\x6f','\xfd','\x24','\xf3','\xcd','\xb6','\x70','\xd9','\x2e','\x0c','\x19','\x5d','\x2b','\x28','\xb5','\x49','\xa4','\x30','\x26','\x50','\xe5','\xd0','\xcc','\xfd','\x86','\x1e','\x5c','\x5a','\xe7','\x84','\xd0','\xd3','\xa1','\xd0','\x5b','\xda','\xae','\x77','\x6a','\x12','\xb4','\x2d','\x65','\x2d','\x58','\x9f','\x24','\xef','\x0f','\x15','\xd5','\xd0','\x3e','\x8b','\x2b','\xe7','\x88','\x8c','\xf2','\xbb','\x6f','\xd6','\x10','\x53','\x36','\xd8','\xc2','\x36','\xfa','\x3f','\xc1','\x5f','\xbf','\xc2','\xfa','\xb2','\x33','\x56','\x33','\xb8','\x57','\xf8','\xf9','\xbb','\x0b','\x49','\xff','\x44','\x81','\xe8','\xab','\x00','\x83','\x24','\x22','\x1b','\xe2','\x5c','\x9f','\xb8','\xa2','\x85','\x35','\xa8','\x15','\x52','\xa6','\x43','\x2c','\xfd','\xad','\x8a','\x92','\x2f','\x02','\xf9','\x08','\xad','\x58','\x8a','\x84','\xc3','\x5e','\x96','\x82','\x5a','\x19','\xd4','\x54','\xcb','\x97','\x89','\x9b','\xbf','\x00','\xcf','\xed','\x53','\x35','\x1c','\x76','\xdb','\x1a','\x9a','\xba','\xe3','\x11','\xe0','\x61','\xf8','\x17','\x6d','\x8f','\xe3','\x06','\x40','\xca','\x68','\xe6','\x9e','\x77','\x5b','\xfd','\x69','\x4c','\x74','\xc7','\xbf','\x7c','\xd0','\x82','\x73','\xb4','\x66','\x6e','\xe8','\xba','\xe0','\xcd','\x7d','\xaf','\x35','\x78','\x0e','\xa3','\x62','\x02','\xa5','\x09','\x91','\x39','\xa7','\x91','\x35','\x9d','\x4c','\x45','\xf4','\x55','\x69','\xac','\xb6','\x99','\xe5','\xec','\x98','\xb5','\x33','\xce','\x37','\xcf','\xd4','\x64','\x83','\x70','\xb3','\x53','\xac','\x7d','\xb4','\x99','\xeb','\x37','\x7c','\x05','\x30','\x39','\x26','\xc3','\xb6','\x6d','\x53','\x21','\xa8','\x73','\x81','\xeb','\x32','\x22','\x13','\x61','\x51','\x53','\xd2','\x4c','\x7e','\xb9','\xb9','\x89','\x66','\x92','\xc9','\x83','\x66','\xc7','\xf9','\xe3','\x27','\x79','\x7f','\x46','\x66','\xe7','\x5e','\xe6','\x87','\xfb','\xaf','\xc7','\x5a','\x85','\x83','\x02','\x1d','\xc1','\x26','\xed','\x04','\x43','\xa2','\xe7','\xa4','\x77','\xec','\xac','\xcf','\xb6','\x35','\x6c','\xcf','\xcd','\x2d','\x3e','\x26','\x74','\x9a','\x20','\x62','\x1a','\x31','\x2f','\xab','\xc5','\x19','\x8a','\x73','\x5c','\x9c','\x05','\x1f','\xee','\x04','\x20','\xef','\x5b','\x12','\x50','\x8a','\x0b','\x3b','\xc5','\x09','\x92','\x6b','\x9b','\xcc','\x25','\xd2','\x34','\x6b','\xc3','\xec','\x13','\xe5','\x16','\xd8','\x7b','\x43','\x52','\x54','\x22','\x3d','\xa3','\x9a','\x04','\x43','\x95','\x02','\x8b','\x9e','\x09','\x6a','\xeb','\xc4','\x25','\xef','\x4e','\xf8','\x9a','\x88','\xfc','\xbe','\x75','\xf6','\x68','\x59','\x39','\xc7','\x01','\xeb','\x02','\x33','\x3f','\x79','\x9f','\x8a','\xac','\x29','\x7d','\xa3','\xc1','\x39','\xcc','\x11','\x60','\xbc','\x85','\xe6','\xf4','\xb8','\x5c','\x16','\x49','\x4e','\xc8','\x40','\xbd','\x36','\x5c','\x9f','\xc5','\xb2','\x99','\x13','\x07','\xa6','\xa5','\x88','\xc9','\x6e','\x0a','\xc1','\x65','\x7e','\x39','\x55','\xdd','\x27','\x89','\x8d','\x9c','\x3f','\xa1','\xf5','\x7b','\x70','\x29','\xdd','\x86','\x5c','\xd6','\x07','\x12','\xd5','\xd0','\x5d','\x7b','\x0c','\xad','\xbb','\xde','\xfb','\x95','\x85','\x9f','\x23','\x7d','\x99','\x4f','\x41','\x42','\x3d','\x1f','\xc8','\x93','\x7e','\x29','\x78','\xd1','\x72','\x7c','\xed','\x92','\xa0','\xf4','\xa1','\x0a','\xb5','\xca','\x0d','\xdc','\x08','\x65','\x15','\x3f','\xfb','\x65','\x35','\x3a','\x00','\x00','\x25','\x31','\xec','\x91','\x73','\x87','\x1b','\x8b','\x37','\x03','\x59','\x38','\xec','\x82','\x5a','\xc4','\x05','\xae','\x25','\x6b','\x87','\xb2','\xc0','\xea','\x7a','\xcd','\xdd','\xb9','\x1c','\x3b','\x2f','\x6b','\xee','\xe2','\xc5','\x15','\x6e','\xbd','\x55','\xc9','\x94','\x45','\xe6','\x55','\xd5','\x0a','\xe4','\xbc','\x91','\x85','\xae','\x1e','\x68','\xff','\x0e','\x8f','\xbe','\x72','\xc8','\x5e','\x07','\xe4','\xca','\x50','\xa3','\xb7','\xad','\x41','\x3d','\x31','\x7a','\x8b','\x08','\xec','\xb9','\x2a','\xfd','\x16','\xd7','\xb1','\xa4','\x1d','\x82','\x29','\x21','\xf5','\xfd','\x2f','\xb1','\x69','\x26','\x34','\x40','\xc3','\x8d','\x9b','\x02','\x15','\x49','\x87','\x35','\xce','\x8f','\xea','\x04','\x87','\xa3','\x1a','\xbc','\xff','\x3e','\xcb','\x14','\xfa','\xeb','\xa2','\xc7','\xf7','\x85','\x7b','\xd6','\xc5','\x47','\x8d','\xdd','\x9e','\xf0','\xef','\xee','\xf3','\xf0','\xdb','\xd7','\x06','\x51','\xc7','\xbb','\xdc','\x15','\x04','\x61','\x19','\x7c','\xe7','\x46','\x89','\xe9','\x13','\x14','\xcd','\x51','\xf7','\x83','\x95','\xa7','\x98','\x66','\x77','\x13','\xc9','\xd9','\x33','\x87','\xc2','\x96','\x81','\x16','\x6e','\x11','\x56','\x9c','\x13','\x83','\x45','\x3b','\xa3','\x44','\x00','\x44','\x0b','\xb6','\xe9','\xd9','\x88','\x96','\x84','\x4d','\x77','\x39','\x33','\xad','\x15','\x4b','\x1f','\xb2','\xd5','\x67','\xec','\x47','\xf7','\xdb','\x18','\x3f','\xf5','\x01','\x0e','\xd7','\x37','\xbd','\x99','\x04','\x1b','\xcf','\xe3','\x93','\xac','\x3c','\x8e','\x43','\x5c','\x08','\xc2','\x6e','\xbc','\xa9','\x58','\x85','\xfe','\xb0','\x5f','\x0f','\x4d','\xd5','\xe0','\xfe','\x47','\x81','\xc8','\xcc','\x8a','\x65','\x2e','\x74','\x65','\x25','\xac','\x5c','\x5c','\x00','\x92','\x04','\x7b','\x27','\x4c','\xf7','\x3f','\x18','\x7c','\xf9','\xa7','\x05','\xbd','\x0b','\xb7','\xfa','\x41','\xc3','\x16','\x1a','\x5c','\x99','\xf7','\x75','\x25','\x2c','\x97','\x45','\x22','\x2f','\xb1','\xf9','\xe7','\x6f','\x68','\x5b','\xc2','\x1f','\x93','\xc5','\x7b','\xe4','\xce','\xf9','\x30','\xa4','\x71','\x70','\x22','\xf9','\x8b','\x2f','\xa1','\xac','\xab','\xfd','\xbb','\x5b','\x73','\x6e','\x82','\xae','\x9d','\x7f','\xaa','\xb0','\xf3','\x55','\x81','\x01','\x39','\xc3','\x49','\x0c','\xde','\x48','\xe9','\x4e','\x71','\x61','\xc4','\xce','\xb7','\x9a','\x22','\xd0','\xd3','\x3a','\xac','\x4d','\x95','\x6e','\xb2','\x71','\xcd','\x72','\x54','\x54','\x08','\xb2','\xe8','\x67','\x66','\xa4','\x91','\xa0','\x08','\x40','\x10','\x26','\xf6','\x68','\x70','\xe2','\x06','\xd7','\x80','\xb5','\x38','\x12','\xb0','\x44','\xab','\xcb','\xa2','\x39','\x86','\x08','\x5e','\xa6','\x05','\xe4','\x31','\x57','\xec','\x2f','\x0b','\x89','\xdf','\x31','\xef','\x0c','\xdb','\x01','\x6c','\x91','\xde','\x12','\x0e','\xf6','\x71','\x2c','\x2a','\x44','\x5a','\x31','\x1c','\x45','\x59','\x04','\xd6','\xaf','\xd9','\xed','\x24','\xd0','\x65','\x81','\xc6','\xa4','\x1c','\x04','\x7b','\xe5','\x2c','\x96','\xf1','\x12','\x5f','\xb3','\x43','\xbf','\xe1','\x93','\xa0','\x18','\x6e','\x51','\x10','\x1e','\xe5','\x46','\x22','\xd4','\x52','\x4a','\x17','\x29','\xe1','\x28','\xdc','\xe0','\x5d','\x6b','\xed','\x11','\xcc','\x32','\x51','\xf7','\xed','\x5f','\x3f','\x50','\x0d','\xef','\x6e','\x8f','\xea','\x9c','\xf3','\xd7','\x0e','\x55','\xd0','\x49','\xff','\x74','\x2a','\xf8','\xe4','\xef','\x79','\x93','\x0e','\x52','\xa8','\x87','\xb5','\x76','\x8d','\x55','\x73','\xcd','\x85','\x09','\x3d','\x6e','\x99','\x01','\x84','\x90','\x98','\xf0','\x83','\x28','\xcf','\x9a','\xd8','\x0b','\x3e','\x29','\xbf','\x8a','\x5b','\x7d','\x92','\xe0','\xa4','\xd8','\xc2','\xb4','\x6d','\xe2','\x2a','\x90','\xea','\xb4','\x40','\x05','\x26','\xcc','\x1c','\x8d','\x0f','\x0d','\x9f','\x6a','\x7a','\x20','\x20','\x92','\xa3','\xe6','\x04','\x74','\xf6','\x78','\x22','\x34','\x46','\x30','\x15','\x1b','\x4b','\xd8','\xf5','\x15','\x58','\x55','\x9b','\xd8','\x1a','\x40','\xdc','\xdc','\x4d','\xe1','\x7e','\xc4','\x76','\xa4','\x33','\xfe','\x78','\xe0','\xd9','\xaf','\x87','\x10','\xf4','\x03','\x7d','\x19','\xa5','\xfb','\x3c','\x47','\xef','\x41','\x14','\x46','\x25','\x84','\x09','\xee','\xcb','\x82','\x65','\x91','\x85','\xd4','\x86','\x40','\x1e','\x9d','\x07','\x03','\xdb','\xae','\xa2','\xcc','\xdd','\x4c','\xa1','\x13','\x68','\x26','\xcd','\xc8','\xcf','\xb9','\xa0','\xdd','\x0d','\xf7','\x2b','\x07','\xe0','\x0b','\x2c','\xa9','\x97','\x3a','\xac','\xdc','\x93','\x34','\xf0','\xd7','\x02','\x43','\x8c','\x9c','\x51','\xed','\xdf','\x9e','\xef','\xe1','\xf4','\xed','\x6c','\x3f','\xbc','\x7a','\x91','\xbe','\x70','\xad','\xbb','\x90','\x02','\xa1','\x59','\x8d','\xc5','\xe2','\x5b','\x34','\x8a','\x28','\xeb','\x75','\x5b','\x8f','\x75','\xd3','\xe8','\x6d','\x2b','\xa3','\x2c','\x61','\xb5','\x71','\x3c','\x92','\xe8','\x87','\xd3','\x42','\x0e','\x02','\x12','\x0a','\x1f','\xb1','\x7c','\x4b','\x5e','\x9c','\x8a','\x5a','\x17','\x34','\x66','\x49','\xb3','\x80','\xa4','\x50','\x5c','\x24','\x40','\x42','\xa5','\x0a','\x53','\x44','\x4a','\x9b','\x83','\xd6','\x3d','\x8c','\x2b','\x3e','\x6a','\x5b','\xd9','\xb8','\xb2','\xb8','\xad','\x2f','\x4a','\x6b','\x4b','\x21','\x64','\xbd','\xb4','\x59','\xd8','\x4c','\xa1','\xd9','\x25','\x7f','\x86','\x5a','\x81','\x94','\x56','\xe7','\xb2','\xbf','\x8a','\xf0','\xb7','\xe7','\x3a','\x86','\x01','\x4e','\xfc','\x8e','\x0b','\x71','\xaa','\xc8','\x67','\x25','\x2a','\xb7','\x96','\x2f','\xa7','\x07','\xfe','\x4e','\x58','\xf1','\xcd','\xe0','\xd1','\xb5','\xf0','\xd2','\xb5','\xf3','\xda','\xc1','\xbf','\x35','\xd1','\xa6','\x30','\x58','\x96','\x9d','\x12','\x7d','\x34','\xee','\x18','\xec','\x12','\xa1','\x66','\x17','\xb8','\x36','\x64','\x48','\x06','\x92','\x76','\x7e','\x46','\x60','\x5f','\xb0','\xab','\x76','\x7d','\x9a','\x14','\x71','\x7e','\xce','\x67','\x6c','\x61','\xdc','\xe3','\x7c','\xfb','\xc6','\xe0','\x65','\x86','\x9b','\xc7','\x48','\x02','\x53','\x18','\x9c','\xc2','\x3a','\x21','\x48','\x90','\x4e','\x03','\xa3','\xe9','\x39','\x1f','\x63','\x0a','\x2d','\x00','\x41','\x59','\x42','\xf3','\xe5','\xcd','\x6b','\x6c','\x71','\x06','\xa2','\xb9','\x3b','\xca','\x17','\xc2','\x01','\xa3','\x17','\x76','\x76','\x82','\x4f','\xd2','\x10','\xb9','\xf0','\x53','\xcc','\x5d','\x28','\x04','\x2e','\xef','\x47','\x12','\xdc','\xac','\x1f','\xee','\x16','\x37','\x0e','\x21','\x85','\x00','\x55','\x52','\x5e','\xa2','\x40','\xdc','\x69','\xa4','\x08','\xdd','\xa1','\xd3','\x5c','\xc6','\xb2','\x14','\x09','\xc9','\xbd','\x6a','\x4e','\x06','\x26','\x54','\x14','\xe0','\xe0','\xd0','\xda','\xa3','\x30','\x59','\x1d','\x1f','\x00','\x2f','\xe0','\xd0','\xa6','\x1b','\x81','\xe6','\x8f','\xf8','\x2d','\x19','\x2f','\x0f','\x2a','\x37','\xae','\xf5','\x17','\xc0','\xe9','\xf6','\x1e','\xca','\xb6','\xc4','\xa7','\xe6','\x6f','\xef','\x21','\x6a','\x35','\x77','\x55','\x16','\x80','\x42','\xf8','\xb1','\x97','\x8f','\xdb','\xb9','\xd3','\x2d','\x1c','\xb4','\xd5','\x05','\x9f','\xdc','\x46','\xed','\x44','\x27','\x40','\xdf','\xbb','\x00','\xbe','\x08','\x53','\x90','\xe1','\x25','\x96','\x9f','\xbf','\x8b','\xf0','\x73','\xb8','\x77','\xdf','\x4b','\xc0','\xff','\xc2','\x70','\x57','\x77','\x6f','\x4d','\xfb','\x4b','\xc6','\x6c','\xa6','\x04','\xb3','\xef','\xdc','\x47','\xf6','\x14','\x1a','\x24','\xa9','\x0d','\xc8','\xa2','\xaf','\xe9','\xfb','\x8d','\xc8','\x13','\xa3','\x4a','\xe8','\x6b','\x02','\x5d','\x94','\xd7','\xb0','\xc8','\xa3','\x4b','\x08','\x42','\x95','\xa1','\x16','\xe2','\xe6','\xcd','\x88','\xc4','\xa8','\x02','\x75','\x8b','\x68','\x70','\xeb','\x65','\x01','\xad','\x4b','\xd0','\x30','\x8d','\x8e','\x56','\x16','\x02','\x6d','\x14','\x38','\x81','\x00','\x62','\xb5','\x84','\x64','\x9a','\x9d','\xfb','\x75','\xc7','\xf6','\x19','\x74','\x92','\xef','\x04','\xea','\xcd','\x51','\x19','\xac','\xe1','\xc3','\xcd','\x7d','\x9d','\x1b','\x83','\x2b','\xa3','\x6a','\x38','\xd8','\xb2','\x88','\x02','\xc8','\xdc','\xda','\x3d','\xbf','\x1f','\xa4','\x8b','\x4e','\x1b','\xd4','\x82','\xf6','\x55','\x4e','\x03','\xed','\x51','\xb4','\xda','\xbb','\xbb','\x75','\xa7','\x9e','\x2b','\xc6','\xd3','\x40','\xfa','\x34','\xe6','\xa7','\x3b','\xad','\x60','\xac','\xef','\x0b','\x28','\xb8','\x3e','\x0d','\x3e','\x7f','\xda','\xe7','\x30','\x6b','\xd7','\xb9','\xe6','\x67','\xfa','\x78','\x6b','\xfb','\xe0','\x6d','\xcc','\x7c','\xee','\x02','\xb7','\x6d','\x5b','\x27','\x35','\xc9','\x59','\x95','\x7d','\xe6','\xd4','\xf7','\x82','\xa3','\xf3','\x3e','\xb7','\x81','\x76','\xd2','\xde','\x69','\x31','\x8f','\x4e','\xfe','\xe1','\x06','\x99','\x30','\x59','\x04','\xcd','\xaf','\xd3','\x44','\xf0','\xd1','\xa4','\x65','\xc6','\x0c','\x02','\xc0','\xb2','\xc8','\x99','\x9b','\x38','\xd8','\x18','\x9a','\xf0','\x36','\xf0','\x87','\xe9','\x56','\x5f','\xd1','\x60','\xe9','\x61','\x17','\xbc','\xe2','\x11','\x73','\x51','\x2a','\xa5','\xa4','\x20','\x07','\xe8','\xcf','\xf5','\x50','\x62','\xb0','\x8e','\x5c','\xd7','\x10','\x0c','\x55','\x16','\x94','\x08','\x62','\xf5','\xb1','\x33','\x44','\x39','\x74','\xa5','\x8d','\x4f','\xf7','\x95','\xe6','\x89','\x60','\x89','\x34','\x2b','\x78','\x2b','\xe1','\x1f','\x0e','\xa0','\x81','\xce','\xb3','\x6f','\x77','\xdc','\xd1','\x3f','\x10','\x8b','\x0d','\xc2','\xba','\xc5','\x38','\xfa','\x48','\xc4','\x1e','\x39','\x37','\xe4','\x0c','\x59','\x6b','\xec','\x39','\xac','\x5a','\x96','\x7c','\x3a','\x08','\x8e','\xc9','\x18','\x92','\xd7','\x68','\x94','\x76','\x42','\x10','\x7f','\x05','\xb2','\xfe','\x71','\xf0','\x8f','\x70','\x8f','\x9b','\xe2','\xf7','\x7c','\x4e','\xe4','\x37','\xdc','\x05','\xaf','\xdc','\x6b','\x47','\xd7','\x32','\xad','\x02','\xf4','\xfc','\x09','\x0d','\xf7','\xd9','\xce','\xed','\x88','\x37','\x44','\xbb','\xa8','\xa0','\xa4','\xcc','\xed','\x52','\x08','\x6d','\x29','\xa8','\xab','\x46','\x32','\xe3','\xaa','\xd3','\x1e','\x8d','\xce','\xe7','\x59','\x8d','\xee','\x57','\x3d','\x4f','\xbb','\x3d','\x35','\x3f','\xff','\x03','\x04','\x5d','\x11','\xa1','\x0a','\xa8','\x35','\x29','\x06','\x8a','\x9e','\xa7','\x53','\x1a','\xd2','\x97','\x8b','\xa4','\x5c','\x44','\xd0','\x44','\x8a','\x28','\x72','\x1f','\x05','\xa6','\xe0','\x24','\xcd','\x67','\xe4','\x5e','\x22','\xda','\x8d','\xa6','\x41','\x8d','\xb8','\x49','\x24','\xbe','\x2e','\x6d','\x45','\x01','\x50','\xb5','\x2f','\xdc','\xe9','\x44','\xc5','\x33','\x85','\x38','\x42','\x95','\x7f','\x3a','\xfa','\x88','\xc0','\x14','\x16','\xe9','\xd6','\xc7','\x5c','\x85','\xe3','\x45','\xfb','\x65','\x29','\x43','\xcc','\x95','\x7e','\xba','\xff','\x27','\x4a','\xe3','\x7c','\xe3','\xd3','\xbb','\xfb','\x1b','\xde','\x06','\x46','\x85','\xac','\x7e','\xce','\x82','\x1d','\x5c','\xaf','\xd7','\xa9','\x3c','\xd3','\x05','\x41','\xb0','\x4f','\x63','\xa8','\x97','\x65','\x39','\x66','\x28','\x5e','\x69','\x43','\x3d','\x7e','\x9d','\xcf','\x9f','\x51','\x64','\x75','\x56','\x7b','\x77','\x6f','\x82','\xf4','\x47','\x1e','\x31','\xc2','\x0c','\xef','\x1f','\x1a','\x0f','\xd8','\xed','\xf6','\x94','\xfd','\x54','\xd3','\x8d','\xbb','\xbb','\x5d','\x1b','\xb6','\x5a','\xd1','\x34','\xac','\x75','\x21','\x42','\xb1','\xe4','\x71','\x4e','\x31','\x20','\x08','\x4c','\xb1','\x6d','\x5c','\xee','\xf5','\x21','\x7d','\xa2','\x50','\xf9','\x6e','\x82','\x82','\x5b','\x7d','\xd2','\xab','\x5d','\xa0','\x83','\x14','\xd1','\x2d','\xda','\x9d','\x11','\xe9','\x20','\xf8','\xe4','\x3e','\xa7','\xb2','\xf2','\x80','\xba','\x3b','\x5d','\x72','\xdf','\xdb','\x2d','\x46','\xf3','\xd5','\xe6','\x5c','\x76','\xc2','\x4c','\xc3','\xb3','\x65','\x21','\xac','\x8d','\xc0','\x5c','\x5c','\x8b','\x18','\xc3','\x7c','\x30','\xdb','\x67','\xe6','\x8a','\x4f','\x00','\x3e','\xfc','\xf1','\x82','\x42','\x4e','\xfa','\xb4','\x93','\x71','\x5c','\xf2','\x79','\x79','\x64','\xb8','\xd1','\x62','\x77','\x74','\xcf','\x9f','\x51','\x8d','\xed','\xe5','\x92','\x12','\x9f','\x6e','\x55','\xd6','\x7d','\x0a','\x7e','\x10','\x4d','\x94','\x39','\x37','\x4f','\x35','\x0f','\x63','\x30','\x29','\xfb','\x9e','\xa6','\xcb','\x92','\xed','\xd7','\xe6','\x87','\xb3','\xc2','\x6f','\x5c','\xe1','\x4b','\x84','\x99','\x0f','\x11','\x7e','\xce','\x34','\x73','\x9f','\x00','\x04','\x24','\xab','\xe7','\xd7','\xd0','\x64','\x7f','\x65','\x18','\xd0','\xf7','\x1e','\x4f','\x9d','\xcd','\xe5','\xec','\xde','\x04','\x57','\xf8','\x9c','\xf0','\x04','\x75','\x91','\xd2','\xb1','\x66','\x6e','\x6b','\x0d','\xeb','\x85','\xb1','\x5e','\x00','\x4b','\x6d','\x57','\x16','\x39','\x13','\xba','\x54','\x42','\x2d','\x9a','\xbf','\x47','\x69','\x94','\xbb','\x77','\xe7','\x3a','\x09','\x6e','\x71','\xbe','\x3e','\x57','\xac','\xcf','\x55','\x3d','\x1c','\x16','\x67','\xf2','\x3b','\xb7','\x30','\x0a','\xfc','\xe3','\xae','\xdb','\xc9','\x63','\x62','\xcf','\x33','\x4f','\x70','\xd3','\x81','\x00','\xf9','\x1a','\xb9','\xf2','\x14','\xb4','\xd0','\x66','\x42','\x50','\x63','\x8f','\x76','\x07','\xe5','\xd3','\x44','\x49','\xd8','\x24','\xe7','\xde','\x5a','\xc2','\xdb','\xc3','\x85','\x03','\x86','\x1e','\x82','\x4a','\xf4','\x3c','\xbb','\x02','\x7e','\xde','\xde','\x31','\xdc','\x15','\x33','\x2b','\x8d','\x74','\xa5','\xe8','\x52','\xba','\x10','\xe9','\x20','\x60','\xbb','\x36','\xf0','\x16','\x4a','\xdf','\x28','\x6b','\xfc','\x32','\x01','\x13','\x78','\xf1','\x65','\x58','\x86','\x7f','\x16','\xbc','\xf5','\x52','\x33','\x2d','\x05','\x70','\xce','\x2f','\x25','\x37','\xd1','\x11','\xba','\x33','\x40','\xeb','\xba','\x76','\x0b','\xeb','\xc8','\x6f','\xee','\xbd','\xe1','\x50','\x38','\x62','\x63','\x12','\x12','\xd2','\x79','\x70','\x50','\x79','\xf8','\x3e','\x1d','\x36','\x9e','\x7e','\x45','\x52','\x17','\xa5','\x36','\xca','\x97','\xba','\x59','\x26','\x6c','\xc9','\x50','\xdd','\x36','\x1d','\xf4','\x21','\xa9','\xa8','\xbc','\x1b','\x1b','\x3f','\x87','\xea','\x4d','\xc7','\x18','\x9c','\x61','\xec','\x9a','\xd5','\xa2','\x6e','\x8f','\xd8','\xe7','\x02','\x06','\x75','\x26','\xf2','\x1c','\xd6','\xba','\x0f','\x72','\x10','\x5a','\xf3','\x2c','\xf8','\x04','\x71','\xa1','\xa4','\xf1','\x8a','\x01','\x72','\xf7','\x36','\x12','\x8d','\xda','\x92','\xa2','\xc7','\xed','\xc6','\xc9','\x0b','\x9c','\x88','\xe8','\xdc','\x3f','\x6f','\xed','\x5b','\x20','\xc1','\x10','\x16','\x86','\x46','\x0b','\x52','\xd7','\x2e','\x7e','\x1b','\x57','\xb8','\x7f','\x12','\x3c','\x28','\xfb','\x9c','\x97','\x35','\x6a','\x58','\x6c','\x3d','\x90','\x64','\x20','\xbf','\x3c','\x89','\x00','\x04','\x40','\xc3','\xba','\x37','\x34','\xcb','\xfd','\x83','\x5e','\xa1','\xd2','\xb7','\xf0','\xb5','\x30','\x2c','\x68','\x7e','\xa3','\x62','\x3f','\x09','\xfe','\x11','\x96','\x9c','\x37','\x84','\x1d','\xc3','\xfa','\x1b','\x6e','\x83','\x4a','\x13','\x1d','\x56','\xbe','\xb1','\xe4','\xee','\x1d','\xe7','\x5e','\x6f','\x33','\xda','\x4a','\x54','\xd9','\xd7','\x34','\x89','\xe7','\x22','\xe7','\x76','\xb8','\x32','\x60','\x02','\x8a','\xd2','\x94','\xaa','\xe7','\x87','\x60','\x0a','\x3a','\x17','\x76','\xb4','\x9e','\x81','\xdf','\xe1','\xa6','\x51','\x55','\xaf','\x15','\x97','\xa7','\x02','\x2c','\x05','\x4c','\xe4','\x16','\x82','\x32','\x28','\xe7','\x9c','\xae','\x15','\x00','\x46','\x63','\x88','\xf7','\x3c','\x87','\x6a','\xee','\xbe','\xc4','\x59','\x19','\x8e','\x48','\x7a','\x44','\x00','\x2d','\xe4','\x49','\xc6','\x59','\xc3','\x61','\x2f','\x86','\xff','\x74','\xdc','\xa8','\x10','\xd0','\x5c','\x7a','\x04','\xa0','\xb8','\x38','\x71','\x4f','\x9f','\x2b','\xfe','\xf4','\x10','\x3c','\x89','\x2a','\x43','\xd7','\x82','\xe5','\xb2','\xa8','\xe2','\x56','\x15','\xcb','\x4d','\xc2','\x9f','\x7b','\x32','\xde','\x89','\xde','\xfa','\xee','\x0e','\xed','\xb4','\x88','\xbf','\xe1','\xef','\x02','\x63','\x10','\x04','\x66','\xc6','\xba','\xae','\xe7','\x02','\x50','\x0e','\x80','\xf0','\x66','\x30','\xd3','\xa0','\xdc','\x78','\xf8','\x4c','\xf8','\x19','\xed','\x01','\x3c','\x6c','\x00','\x7f','\x84','\xc6','\xf7','\xe6','\x02','\xc5','\x54','\x1b','\xb6','\xab','\x97','\x1d','\x81','\xda','\xd7','\xb8','\xc5','\xe0','\xd6','\xd0','\x1a','\xf4','\x30','\x26','\x47','\x02','\x38','\x82','\x26','\x27','\x0b','\xed','\x05','\xab','\xb2','\x46','\xfc','\x9a','\xfb','\xc1','\xa0','\x50','\x8d','\x6b','\x5b','\x7b','\x6b','\x93','\x69','\x7b','\x5c','\xe8','\x4d','\xc8','\xce','\x11','\x47','\x81','\xba','\xa3','\x99','\x20','\x13','\xe7','\x7c','\x44','\xfb','\x15','\x42','\x8c','\x7e','\xc0','\x18','\x48','\xcb','\x95','\x36','\x5a','\x7d','\xf2','\xa1','\x54','\x40','\xcf','\xfc','\x14','\x02','\xe9','\xd9','\xa5','\x19','\x85','\x14','\xed','\x12','\x42','\xb3','\x46','\x70','\xf6','\xce','\x0f','\xc1','\xa7','\xf9','\x26','\xcd','\xfb','\x60','\xe7','\x94','\x96','\xb5','\xc4','\x39','\x2a','\x26','\x3f','\x37','\xd5','\xcd','\xc9','\x38','\x6f','\x7f','\x37','\x44','\x36','\x9a','\xf5','\x66','\xd0','\x0d','\xc9','\x68','\xa9','\x7b','\x7d','\xd5','\xbb','\xeb','\xfa','\xa7','\x14','\x71','\xe5','\x5c','\xd6','\x45','\x33','\xb1','\x93','\x87','\xa4','\xad','\x55','\xdc','\xdf','\xf6','\x5b','\x8d','\xa6','\xd1','\x48','\x8f','\x38','\xac','\xd9','\x94','\x4e','\xbb','\x37','\x50','\xbf','\x9d','\x20','\x3e','\x29','\xfb','\x2b','\xc2','\x6f','\xe1','\xe7','\x06','\x0c','\x96','\x78','\x47','\xe7','\x84','\xdf','\x56','\xa0','\x09','\x1c','\xaf','\xa6','\x60','\x7e','\x8f','\xe0','\x70','\x24','\x27','\x4c','\xe3','\x4c','\xb5','\x91','\x15','\x94','\x2a','\x5f','\xe8','\x3d','\xcd','\x5f','\xa3','\x74','\xb2','\xb6','\x86','\xc2','\x91','\x82','\x41','\x68','\x17','\x77','\xc1','\x10','\xbc','\xad','\xb4','\xc7','\x4b','\x66','\x1d','\x6a','\x6a','\x55','\xda','\xae','\x0d','\xcb','\xb2','\x0f','\x77','\xeb','\x39','\xf8','\x74','\xcd','\x14','\x02','\x16','\x22','\x60','\x29','\x12','\xb8','\x61','\xb0','\xf6','\x18','\x9e','\xb3','\xb3','\x33','\xe6','\x2d','\xd1','\x3b','\xc1','\x7d','\xc0','\x7a','\xcb','\xe3','\xdc','\x18','\x0d','\xac','\x02','\x82','\xd0','\x4a','\x2c','\x05','\xe0','\xea','\x3c','\x41','\x63','\x91','\xeb','\xc6','\xc9','\xb5','\xfb','\x9c','\xfb','\x42','\xfd','\x19','\xad','\xcf','\x80','\xd9','\x9e','\x8d','\xb5','\x40','\x69','\x7e','\x19','\xdb','\x56','\xb1','\xe9','\x71','\x82','\x54','\x80','\xbe','\x74','\x2f','\xf9','\xcf','\xf5','\x25','\xcd','\xed','\x3f','\x0d','\xf5','\xfe','\x42','\x74','\x71','\x0a','\x83','\x12','\x7d','\x84','\x65','\x08','\x82','\x30','\x06','\x78','\xcb','\xd0','\x9d','\x01','\xaa','\xb5','\x3f','\x3c','\x34','\xfe','\x7e','\x18','\x66','\x2a','\x86','\x6e','\xcf','\x25','\x66','\xf8','\xd6','\x64','\x50','\x7c','\x24','\xa5','\x86','\x97','\x32','\xd6','\x71','\x52','\xe9','\x1c','\x38','\x3e','\x19','\xb1','\x11','\x01','\xb8','\xb5','\x85','\xd3','\xbd','\x0e','\xf1','\x6e','\xa2','\xf5','\x6e','\xcc','\x9e','\xc7','\xc7','\xdd','\xc3','\x4c','\xba','\xd0','\x36','\xfb','\x90','\xa8','\x34','\xe5','\x9a','\x2c','\xce','\x5a','\xa8','\x79','\x64','\xb7','\x4e','\xc8','\xe8','\x04','\x9f','\x40','\x18','\xc5','\x04','\x9f','\x82','\xb0','\xda','\x58','\xc7','\x28','\x22','\xa8','\x84','\xc6','\x65','\x5f','\x9e','\xf3','\xdc','\xda','\x20','\x27','\x48','\x24','\xee','\x7b','\x11','\x48','\x61','\x18','\xda','\x29','\x83','\x4b','\xde','\x4f','\x3f','\x28','\x3b','\x4c','\x86','\xbb','\x21','\x90','\x2d','\x56','\x06','\x73','\x01','\xd4','\x15','\x4e','\xcc','\xfc','\x9c','\xca','\x4b','\x3b','\x98','\xd3','\xe7','\x3f','\xcd','\xae','\xdd','\x21','\x6f','\xee','\x84','\x20','\x1b','\x96','\x17','\x0f','\x49','\x2a','\x3b','\xd6','\xa8','\x4e','\x03','\x89','\xf0','\x73','\x79','\x5a','\xb0','\x2c','\xa4','\x67','\x7f','\xe4','\x80','\x73','\xab','\xc7','\x7b','\x2d','\x7b','\x5c','\x74','\xa8','\xe1','\x35','\x88','\x38','\x31','\x57','\x5d','\x59','\xbf','\xc0','\x52','\x78','\xd4','\xea','\xf3','\x65','\xac','\x44','\x5f','\xa0','\x09','\xbf','\xe1','\x1c','\x66','\x5b','\x8a','\x78','\x24','\x20','\xfa','\xb5','\x7b','\x8f','\xbb','\xf0','\xf4','\xaf','\xb5','\x80','\xb0','\xfd','\xb5','\xed','\xa9','\xf8','\xbc','\x6d','\x9a','\xfc','\xbb','\xb1','\x58','\x34','\xa0','\x0a','\xb0','\x95','\xb0','\x6c','\x05','\xad','\x34','\x34','\x77','\xd5','\x9a','\x74','\xc8','\x51','\xbe','\x58','\x07','\xb6','\x6b','\xc5','\xf5','\x59','\x02','\xb2','\xac','\x97','\xd4','\x6e','\x27','\x17','\x14','\xe7','\x69','\x56','\x31','\x9f','\x14','\x6e','\x1a','\x30','\x20','\x07','\x92','\x09','\xb7','\xed','\xfc','\x3e','\x15','\x3d','\x33','\xa4','\x48','\xf0','\x23','\xf9','\x66','\xa9','\x96','\x51','\x5a','\xd3','\xa8','\x7a','\x8b','\x8e','\x15','\x00','\x2c','\x72','\xe6','\xc1','\x14','\xa4','\x4b','\x04','\x23','\x22','\xc8','\x31','\x1f','\xeb','\x13','\xab','\xde','\x95','\x54','\x91','\x49','\xd5','\x67','\xe7','\xd3','\x41','\xc6','\x53','\xff','\x32','\x77','\xc9','\xe1','\xcd','\xfa','\x33','\xba','\x55','\x03','\xf8','\x67','\xca','\x31','\xbf','\x10','\x8d','\xfb','\x30','\x48','\x9a','\x97','\x31','\x08','\x82','\x58','\x4f','\xe7','\x9e','\x44','\x5d','\x14','\xb8','\xd6','\x5a','\xe7','\xb2','\xf2','\x26','\xf9','\x58','\xb2','\xe6','\xa6','\x2b','\xee','\xc1','\x3a','\x5c','\xdd','\xb7','\x2b','\x68','\x2c','\x52','\xcb','\x8d','\x0b','\x9d','\x30','\x93','\x39','\x76','\x1e','\xca','\xe3','\x7e','\x23','\x79','\x2e','\x9d','\x5c','\x05','\xb3','\x5b','\x7a','\xfc','\x40','\x67','\x4b','\x82','\x82','\x46','\x9f','\x31','\x1f','\xe4','\xd4','\x8c','\x7d','\x23','\xad','\x9d','\x49','\x83','\xe9','\xcf','\x73','\xe4','\xf3','\xf1','\xc8','\x7c','\xda','\xb2','\xec','\xd6','\x36','\xe6','\xf2','\xd9','\x59','\x7e','\xbc','\x33','\xe6','\xfb','\x9b','\x42','\x65','\xa6','\x7c','\x02','\x62','\x15','\x0a','\xf7','\x00','\xb1','\x48','\x45','\x1d','\x59','\x2b','\xe3','\x8c','\xec','\xbd','\x0a','\xa4','\xc4','\xf4','\xba','\xd0','\x34','\x94','\x41','\x90','\x7a','\xc4','\xe9','\xb2','\xa0','\xa9','\x80','\x19','\xda','\x2a','\x04','\x07','\x3e','\xf8','\xf3','\x9d','\xe9','\x7f','\x3f','\x02','\x47','\xf0','\xf8','\xed','\x2d','\x29','\x4a','\xbf','\x20','\xfb','\x7b','\x66','\x35','\xa4','\xd9','\xc3','\x77','\x96','\x7d','\x78','\x4b','\x26','\xa6','\x90','\x59','\xee','\xa2','\xfe','\x42','\x12','\xf8','\x60','\x59','\xc4','\xd4','\xdc','\x9a','\x68','\xe8','\xaa','\x9e','\xfd','\xe9','\x9a','\xec','\x6d','\xed','\x1a','\x7e','\x5a','\x79','\x5a','\x1a','\xd3','\xe6','\xe6','\x35','\x9b','\x6f','\xbe','\x0b','\x21','\x3f','\x22','\x36','\x0f','\x48','\x6f','\xa3','\xd0','\x62','\xab','\xf5','\x4b','\x9e','\xf7','\xe9','\x2b','\xfc','\xb2','\x60','\x6b','\x2c','\xa6','\x67','\x3e','\xc6','\xff','\x28','\x18','\xbb','\x4c','\xf3','\xdb','\x46','\xf2','\x66','\xca','\x11','\x57','\xd8','\xc1','\x70','\xcb','\xf1','\xb9','\xd7','\x7b','\x9b','\x31','\xde','\x6d','\x2c','\x0c','\xad','\x78','\x4b','\x70','\xa0','\x74','\x32','\xaf','\x89','\x22','\x1e','\x06','\x9b','\xe2','\xff','\x44','\xa7','\x5d','\x09','\x93','\x94','\x01','\x0c','\x46','\x6d','\x4d','\x53','\x4d','\xd4','\x2e','\x4c','\xb2','\xa0','\x09','\x65','\xf8','\x13','\x62','\x2a','\x05','\x41','\xdf','\x68','\xc0','\x48','\xce','\x54','\x07','\x57','\x45','\xe0','\xa0','\x45','\x43','\x07','\xdf','\x73','\xad','\x65','\x3c','\xca','\x10','\x77','\x37','\xae','\x9a','\x0b','\xa8','\x88','\x35','\x28','\x12','\xf4','\x45','\x07','\x13','\x89','\xb7','\x69','\x0c','\x6f','\x8b','\x42','\xa0','\xd6','\xd3','\xd5','\x1d','\xbe','\xc6','\x2d','\x2c','\xfd','\x16','\x7d','\xeb','\x79','\x32','\x13','\xf4','\x9a','\xba','\xf5','\x01','\x40','\xa7','\x18','\xa6','\xfc','\x2e','\x76','\x42','\x7c','\xa6','\x51','\x07','\x15','\x7a','\x21','\xaf','\x21','\x9b','\xef','\x06','\x37','\xf6','\xef','\xcd','\xe7','\xff','\x8e','\xf0','\x40','\x1f','\x6d','\x1a','\xdb','\x70','\xde','\xc7','\x02','\xba','\xdd','\x0c','\x82','\x90','\x99','\xed','\xbb','\x2b','\x4d','\x8f','\x8f','\x3c','\xce','\x9e','\xf9','\x7f','\x09','\xb0','\x0b','\x09','\xd9','\x2a','\x81','\xb1','\x6c','\x1a','\x1a','\xd0','\x1d','\x7c','\x4a','\xee','\x41','\x9c','\xdb','\x35','\x32','\x94','\xbb','\x22','\xba','\xf1','\xf0','\xa8','\x33','\xd7','\x86','\xba','\x55','\x8f','\xd4','\x6c','\x7e','\xab','\x39','\x09','\xa8','\x3d','\xbf','\x43','\x96','\xca','\xb4','\xca','\x47','\x04','\x40','\xc8','\x4c','\x6e','\x4e','\x66','\xea','\x5a','\x0f','\x43','\x68','\x49','\xd0','\xa1','\xa2','\x16','\x1f','\x3d','\xf4','\x68','\xbe','\xd3','\xd2','\xa6','\x68','\x9b','\xf7','\xcd','\x05','\x24','\xe3','\x1f','\x15','\x19','\xe4','\x7e','\xeb','\x33','\xa5','\x20','\x84','\xa2','\x54','\xef','\x6e','\xdc','\x31','\x5c','\xa3','\xfd','\xed','\xdd','\x81','\x45','\x35','\x07','\x8d','\x0c','\xad','\xf9','\x82','\x17','\x4e','\x96','\x26','\xd3','\xbc','\x25','\x1d','\x51','\x1e','\x54','\x77','\xcd','\x3b','\x68','\xd6','\x7b','\x42','\x27','\xf8','\xbc','\x6b','\xe5','\x47','\x85','\x27','\x46','\x05','\xb8','\x0f','\x89','\x4f','\x90','\xfd','\x61','\xd3','\x29','\x09','\x22','\xda','\x45','\x77','\x53','\xd4','\xe8','\x4a','\x00','\xc0','\x55','\xb3','\xbc','\x57','\x0d','\x65','\xde','\x62','\x6e','\x77','\xf8','\x24','\x11','\xe5','\x7c','\xad','\x6f','\x48','\x3f','\x9f','\xe6','\x78','\x92','\x66','\xfd','\x3e','\x7a','\xf5','\x05','\x09','\xc4','\x23','\x56','\x9c','\x4f','\xcb','\xe7','\xf3','\x48','\x95','\x23','\x0e','\x7e','\x63','\xf0','\xe5','\x9a','\xc6','\x82','\x91','\xf0','\x1b','\x62','\x7d','\xca','\xc7','\x17','\x9c','\xf4','\x77','\x80','\xd7','\x0c','\xb5','\x61','\x52','\x0e','\xb3','\xc7','\xb0','\x26','\x33','\x1d','\x0b','\xfc','\xdb','\x29','\x25','\x0e','\x98','\xb5','\x8e','\x7e','\xee','\xee','\x3b','\x61','\x94','\x88','\x70','\x8d','\xfd','\x3c','\x47','\x04','\x2d','\xe0','\xde','\x83','\xa2','\x28','\xad','\x70','\xc1','\xa7','\xef','\x09','\x2b','\xf1','\xb2','\xe8','\x60','\x75','\x63','\x94','\xc2','\xc1','\xdc','\x9b','\xf0','\x43','\x8a','\x78','\x9c','\x8e','\xc2','\x95','\x87','\x4d','\xef','\x91','\xd1','\x24','\x56','\x9a','\xd8','\x00','\x2e','\xd0','\x73','\x42','\x41','\x03','\x99','\xa6','\x8d','\xd9','\xc1','\xfe','\x90','\xff','\xe3','\xc0','\x5a','\x8e','\x09','\xad','\xcc','\x12','\x48','\xc2','\x22','\xa3','\x59','\x34','\x59','\x13','\x61','\x08','\x46','\xcf','\xb5','\x93','\x86','\xb8','\x6d','\x62','\xd2','\xa7','\x2b','\x49','\xbf','\xc2','\x96','\xd1','\x36','\x73','\x43','\x24','\x7a','\xb5','\x5b','\x94','\xc7','\x32','\xae','\xf9','\xf9','\x2e','\xa0','\xf3','\x96','\x39','\x84','\x41','\xea','\xe9','\x56','\xfd','\x57','\x11','\x82','\x7e','\xc3','\x5d','\x30','\x72','\x04','\x19','\x4c','\xb1','\xd2','\x3d','\xcf','\x37','\xc2','\x60','\x5b','\x10','\x84','\x0c','\x8f','\x12','\x5f','\x3e','\xfc','\xf1','\x72','\x88','\x44','\x68','\x3d','\xd7','\x74','\x5a','\xbc','\x69','\x94','\x12','\x02','\x8a','\x23','\x15','\x8a','\x08','\xbb','\x3a','\xec','\x1e','\xfa','\x0d','\x65','\xf7','\x9b','\x58','\x7d','\xea','\xa6','\xf9','\x7c','\xaa','\x60','\x22','\x0f','\x70','\x50','\xcc','\x8f','\x39','\xda','\x36','\x0a','\x4f','\xb6','\x85','\x3b','\x5e','\xcf','\x36','\x2d','\xe0','\x21','\x29','\x73','\x68','\xeb','\x9c','\x93','\x49','\xb4','\x63','\xa3','\x25','\x26','\x7f','\x86','\x60','\xe3','\x84','\x2b','\xb5','\xc9','\x6a','\xee','\xce','\xf4','\x24','\xa2','\x45','\x8a','\x09','\xa9','\x48','\x38','\x4d','\x0f','\xda','\x30','\x21','\x6c','\xa7','\x30','\x9b','\x98','\xc4','\xcd','\xee','\xb4','\x34','\x76','\x8f','\x25','\x7c','\xb8','\x61','\xe6','\xb2','\x16','\xac','\x7a','\x7d','\x43','\x43','\xab','\x73','\x66','\x9a','\x41','\x69','\xbe','\xe7','\xcd','\xf9','\xfb','\xe2','\xb5','\x07','\x7b','\x66','\x73','\x90','\xd7','\xfb','\x61','\xd1','\x3d','\x71','\x60','\xf5','\x0b','\x21','\x0b','\x7d','\xbd','\x48','\x78','\x75','\xb3','\x88','\xd6','\x4d','\x7c','\xfa','\x99','\x83','\x51','\x3a','\x2b','\xdf','\x84','\xe0','\xd4','\xac','\x6e','\x9d','\xcc','\xda','\xb7','\x2b','\x8f','\x85','\x88','\x4d','\x71','\xc1','\x5b','\x13','\xf5','\x57','\x30','\xfa','\xd9','\xe2','\xf3','\x88','\x15','\xe7','\x4b','\xe7','\xf3','\x39','\x53','\x82','\x00','\xef','\xba','\xe9','\x62','\x0c','\x93','\x0a','\xe2','\x33','\x34','\x20','\x5f','\x19','\x6e','\x8c','\x7f','\xb7','\xf3','\x94','\x18','\x99','\xd0','\xb0','\x7b','\xd5','\xe9','\x89','\xba','\xc7','\x59','\xac','\x62','\x23','\xc9','\xb7','\xe6','\x7a','\xb0','\xd4','\x9a','\x86','\xbf','\xb9','\x00','\x14','\x42','\xad','\x05','\x0c','\xea','\x13','\x84','\x1f','\x4c','\xac','\x09','\x3f','\xcc','\xe0','\x46','\x1a','\x81','\xb5','\xba','\x92','\x26','\xce','\xbc','\x50','\xff','\x8e','\x52','\x62','\x22','\x89','\x36','\x46','\x55','\x2c','\x22','\x6d','\x38','\x4b','\x26','\xe4','\x39','\x89','\x20','\x84','\x68','\xcb','\x47','\x13','\x16','\x5f','\xf2','\x7d','\xd4','\xd8','\xb2','\x48','\x60','\x03','\x66','\x44','\x92','\x71','\xeb','\x37','\xd8','\x23','\x5d','\x87','\x8e','\x35','\xf1','\x01','\x3e','\x8d','\x73','\x11','\xed','\xfd','\xb7','\x53','\x56','\x69','\xc9','\x6f','\x59','\x8a','\xc1','\xa3','\x04','\x6f','\xa3','\x2e','\xde','\x3a','\xf0','\x45','\xf3','\x0f','\xda','\xd9','\xe9','\xa6','\x89','\xd4','\xcf','\x18','\x63','\xb9','\xd5','\x13','\xbf','\x41','\x26','\xfa','\x3b','\x33','\x0b','\x7f','\x33','\xd8','\xcf','\xb1','\x4d','\xdd','\xec','\x0c','\xd0','\xcd','\x20','\x08','\xeb','\xba','\xee','\x24','\xa4','\x52','\xca','\xae','\x9e','\x2c','\x81','\xbf','\xa6','\xb1','\x87','\x92','\x7a','\x52','\xe7','\x65','\xcd','\xde','\x71','\x49','\x07','\x37','\xcc','\x62','\x31','\x6a','\x8f','\x92','\x16','\x28','\x33','\x76','\xae','\x11','\x48','\x08','\x81','\x2b','\xc0','\xdc','\x34','\xca','\x4c','\x73','\x17','\x1f','\x14','\x0d','\xd1','\x58','\x0a','\xca','\x82','\xb0','\x9e','\xa5','\x76','\xec','\xad','\x3f','\x86','\x81','\x28','\xee','\x27','\x02','\x34','\x15','\x7c','\x40','\xee','\x8e','\x66','\xd9','\xb5','\x03','\x21','\x84','\x80','\x93','\x35','\x21','\xa9','\xfb','\x8e','\x38','\xba','\xb3','\x40','\xae','\x1d','\xea','\xe7','\xb0','\x73','\xa9','\x4b','\x42','\xd6','\xc8','\x94','\x1e','\xc2','\xc9','\x7a','\xa0','\xd4','\x67','\xf7','\x9f','\x66','\xd5','\xf8','\xe8','\x9c','\x44','\x44','\x3b','\x16','\xcb','\x16','\x13','\x38','\x9d','\x6d','\x82','\xce','\xd0','\x6e','\x01','\xb2','\x5d','\x1f','\xd5','\x59','\xd1','\xa0','\xb3','\xe6','\xff','\x12','\xf8','\xee','\x88','\xfe','\x0f','\x1c','\xa7','\xbb','\x3b','\x64','\x7a','\x7f','\x46','\x0b','\x4e','\xaa','\xcc','\xe3','\x62','\xab','\x11','\x04','\xf1','\xb1','\x5f','\x0b','\x96','\x95','\xdc','\xfd','\xad','\x6a','\xe4','\x43','\x4e','\xe7','\x7f','\xf2','\xfb','\x23','\xe2','\xb1','\x04','\x84','\x32','\xff','\x8c','\xcc','\x53','\xcc','\x5b','\x38','\x2e','\xee','\x8e','\xf5','\xbd','\xaf','\x43','\x6f','\x09','\x8f','\xd6','\xf3','\x55','\x09','\xeb','\x6b','\xda','\xf4','\x25','\xfa','\x13','\xda','\x19','\x62','\xd6','\x1c','\x22','\x81','\xb0','\x7e','\xcb','\x43','\xf7','\x83','\x31','\xfb','\xae','\x20','\x6c','\x14','\x74','\xd2','\x21','\xd1','\x8d','\xce','\x6d','\x20','\x94','\x53','\x73','\x65','\x84','\x6e','\x00','\x0a','\x06','\x97','\x1b','\xfb','\x19','\x0f','\xc3','\x05','\x56','\x60','\xa4','\x6e','\x28','\x68','\x85','\x41','\x4d','\x85','\x20','\xea','\xf1','\x99','\x45','\x84','\x85','\x06','\xca','\x11','\xb7','\x74','\x02','\x51','\xc3','\x8a','\xd2','\xd1','\xdb','\xf0','\x5e','\x08','\x5a','\x43','\x85','\x50','\xb8','\xa0','\x2c','\x12','\x75','\x94','\x9c','\x06','\x45','\x93','\x9d','\xa8','\x93','\x04','\x96','\xa6','\x02','\x50','\xa3','\x61','\x5c','\x3e','\x3e','\xb1','\xa8','\xf3','\xf1','\xce','\xe7','\xc8','\x94','\x84','\x3b','\xa1','\x4f','\x94','\xf4','\xd7','\xfa','\xd4','\x10','\x8a','\xcd','\x42','\x2a','\x2c','\xdd','\x91','\x4b','\xf1','\x3d','\xfa','\x70','\xf0','\x3d','\x24','\x38','\xfb','\x0f','\x64','\x06','\x46','\x92','\xaf','\x17','\xcd','\xa9','\x48','\x1e','\x58','\x8a','\x92','\x00','\x78','\x5f','\xe5','\x52','\xcf','\x4e','\x08','\x32','\xf8','\x6c','\x1c','\xf7','\x45','\x11','\xd8','\xad','\x66','\x7d','\xd8','\xb0','\x1d','\x34','\x64','\x8c','\x5e','\x7d','\x57','\x14','\xb8','\x59','\xa2','\xa0','\x57','\x07','\x41','\x38','\x80','\xe9','\x5e','\x9b','\xf1','\x31','\xaf','\x59','\x00','\xc3','\xbb','\x86','\x24','\xe0','\xc2','\x50','\xe6','\xba','\x5c','\x3d','\x02','\x89','\x54','\xa3','\xe7','\x7c','\x36','\x11','\x7e','\xea','\xd6','\xc0','\x60','\x14','\x10','\x96','\xcb','\xd2','\x0b','\x07','\x9d','\xd9','\x07','\x87','\x1b','\x30','\x64','\x94','\x24','\x18','\xf9','\x19','\x9f','\x24','\x30','\x25','\xab','\xcf','\x98','\xc7','\x27','\xdc','\xda','\x60','\xb4','\xc8','\x0b','\x1e','\x27','\x37','\x9e','\xa1','\xee','\xd9','\xdd','\x1a','\x50','\x01','\xca','\xdd','\xcf','\x4c','\xf8','\xe9','\x06','\xed','\xad','\x40','\x89','\x91','\xf5','\x59','\xf5','\x53','\x84','\xb0','\xa2','\x81','\xa0','\xa1','\x3d','\xab','\xba','\x34','\x88','\xc5','\xad','\x19','\x71','\x32','\xd8','\x11','\xdc','\xaf','\xca','\x65','\xbe','\x23','\x7c','\x18','\xb2','\x96','\x8a','\x0a','\x89','\xeb','\xdb','\x7a','\x59','\xb0','\x2c','\x1a','\xfa','\xba','\x4a','\x18','\x5a','\x61','\x66','\xb4','\x29','\x83','\x60','\xed','\x44','\x39','\x15','\xc7','\xae','\x7e','\x34','\xed','\xde','\x8b','\x9b','\xd5','\x09','\xf7','\xdd','\xf5','\xaf','\x00','\xff','\xc0','\x65','\xf9','\x29','\x60','\xa8','\xea','\xad','\x51','\xd6','\x3f','\x0c','\x42','\xc9','\x34','\x2a','\x33','\x28','\xff','\x70','\xe1','\x88','\x00','\x61','\xaa','\x95','\x91','\x9c','\x31','\xd2','\xbe','\x05','\x92','\xcb','\x5d','\x6b','\xbd','\xdb','\x6c','\x49','\x3c','\xaf','\xd1','\xa4','\xa5','\x10','\xaa','\xd3','\xb7','\x3d','\xc3','\xac','\x7a','\x14','\x90','\x5a','\x07','\x8c','\x6e','\x53','\x69','\x1a','\xad','\x54','\x70','\x14','\x25','\x1a','\xcd','\x40','\x0a','\x16','\x60','\x75','\x9a','\x65','\x36','\x85','\x86','\xd6','\xc2','\x99','\x01','\x6e','\x04','\x5a','\xd8','\xe9','\x6c','\x21','\x46','\x23','\xa4','\x64','\xcf','\x1f','\x0b','\xcc','\x24','\xe7','\xa8','\x6a','\x24','\x7f','\x95','\xa0','\x47','\xa6','\xb0','\x6e','\xd8','\xcb','\x68','\xea','\x56','\x4f','\x21','\xf4','\x10','\xb1','\x24','\x89','\xe5','\x50','\xfc','\x7e','\x0d','\x88','\x96','\xfb','\xd4','\xe9','\x5c','\xd8','\xba','\x58','\x34','\x4f','\x90','\x08','\x76','\x32','\x1f','\xbe','\x4e','\xee','\xed','\xc6','\x6f','\xbc','\xfc','\xf7','\x02','\x9d','\xcf','\x56','\xeb','\x4e','\xa8','\x3f','\x92','\x65','\x5c','\x00','\x9a','\x9d','\xff','\xc9','\xe7','\x47','\x86','\x3a','\xba','\xdf','\xf7','\xae','\xb7','\x73','\xc1','\x27','\x73','\x33','\x8f','\xac','\xe2','\x59','\x91','\xbc','\x2b','\x2e','\x2b','\x73','\x72','\x8b','\x0d','\xb1','\x8a','\x10','\x22','\x8c','\x9c','\x45','\x20','\xb1','\xb0','\xbe','\x40','\x64','\xbd','\x2f','\x4b','\xd1','\x4d','\x26','\x75','\xd8','\xa1','\x6f','\xb3','\x44','\x64','\x0d','\x64','\xc7','\x08','\x26','\x2b','\x48','\x4b','\xef','\x46','\x22','\x54','\x2d','\xc4','\x91','\x2c','\x81','\x16','\x11','\x0c','\x4a','\x16','\xb8','\xec','\xa3','\x13','\x6e','\x12','\xc2','\x40','\x7e','\x8e','\x7b','\xa1','\xa7','\x63','\x4c','\xe1','\x75','\x75','\xc2','\x56','\x27','\xd4','\xcd','\x89','\xd9','\x8d','\xc1','\x9f','\x3f','\xbb','\xf3','\xe3','\xb6','\x00','\x0c','\xbd','\xab','\x9e','\x45','\xf4','\x79','\xfe','\x59','\x71','\x7d','\xae','\xd8','\xae','\xd5','\x0f','\x44','\xe6','\x2e','\xf4','\xbc','\xaf','\xa9','\xc0','\x38','\xf5','\x71','\xe4','\x8e','\xdf','\x19','\x3e','\x9b','\xf1','\x72','\x29','\x43','\x58','\x83','\xb7','\xeb','\x7d','\xcc','\x93','\xb8','\x96','\x14','\x90','\x69','\xde','\x18','\x68','\x9b','\x9d','\x87','\x33','\xd7','\xb7','\xfd','\x20','\x58','\xb2','\xc3','\x11','\x29','\x59','\x93','\x59','\x03','\x74','\x98','\x16','\x73','\x2c','\x22','\x97','\xd9','\x31','\x52','\xf1','\xc0','\xa7','\x08','\x3f','\x77','\x55','\xf5','\x95','\x89','\xec','\x51','\x07','\xee','\x69','\xf3','\x6b','\xde','\x7d','\xe1','\xab','\x39','\xbc','\x46','\x7e','\xd6','\x70','\x38','\x69','\xbb','\xf8','\x21','\x2e','\xe8','\xd7','\x84','\x9b','\xba','\x8f','\x57','\x08','\xde','\x5d','\xd9','\x4e','\x4a','\x15','\xb7','\xce','\xc2','\xed','\x27','\xba','\x14','\x91','\x53','\xe5','\x8f','\x95','\xc5','\x60','\x77','\x57','\x12','\xda','\xa7','\x81','\x97','\x2a','\xa3','\x6d','\x8c','\x56','\xd8','\xcf','\x14','\xba','\x9b','\x77','\xa1','\x48','\xe9','\x00','\xab','\x97','\xbd','\x8c','\x50','\x5a','\x6a','\x5d','\x8d','\x34','\x98','\x13','\x89','\x45','\x87','\xb2','\x73','\x57','\xdf','\xe8','\xc6','\x92','\x73','\x4e','\xea','\x8b','\xff','\xb6','\x76','\x32','\x19','\x11','\x5a','\x9f','\x02','\x26','\xa8','\x82','\x90','\x1a','\x7b','\x64','\xb5','\x8f','\x05','\x71','\xf7','\xaa','\x95','\x01','\x6a','\x58','\xa9','\x60','\xd5','\xe0','\x11','\x30','\x41','\x71','\x33','\xe7','\x37','\x41','\xa8','\xae','\x73','\x65','\x46','\xe1','\x50','\x70','\x4a','\x9f','\xb8','\x4f','\x5b','\x81','\xcf','\xd6','\x21','\xe8','\xe4','\x2a','\x8f','\x44','\xdd','\xfa','\x42','\xa7','\x0c','\x66','\x06','\x1a','\xec','\xcc','\xf4','\x83','\xdb','\x3e','\x2d','\x8d','\x0f','\xe3','\x16','\x7e','\x41','\xb4','\xf4','\x68','\x93','\xdf','\x7b','\x2c','\x07','\x16','\x7e','\x57','\x99','\x87','\xb6','\x4f','\x50','\x6b','\x3d','\x0f','\x82','\x00','\x04','\x33','\xfc','\x50','\x14','\xb8','\xd7','\x30','\x7e','\x43','\x4f','\xba','\x58','\x24','\xc6','\xd3','\xe2','\xe5','\x03','\xe9','\xfc','\x70','\x2a','\xa0','\x43','\xee','\x86','\xac','\xd5','\x8d','\xa7','\xe5','\x5c','\x26','\x8a','\x3f','\xcc','\x9f','\xd8','\x04','\x1f','\x30','\x7a','\x6b','\xc4','\x4c','\x73','\x42','\xe4','\xda','\x29','\x7b','\xd0','\xb4','\x45','\xac','\x87','\x3e','\x6d','\xb3','\xe6','\xa8','\x59','\xe6','\xf3','\x2c','\xf9','\x7c','\xcc','\x15','\x2d','\x84','\x95','\xb1','\x7c','\xd3','\x78','\xf4','\x82','\x56','\xfa','\x42','\xd4','\x11','\xa5','\xe1','\x56','\xd4','\xe7','\x04','\x27','\x84','\xaa','\x2c','\x43','\x8e','\xef','\xde','\x9a','\x6e','\xeb','\x77','\xc7','\x97','\x3a','\x21','\x51','\xe1','\xb0','\x14','\x14','\x6d','\x88','\x25','\x79','\xab','\x5b','\xc3','\xf3','\xcf','\x8a','\xe7','\x9f','\x9b','\x44','\xd7','\xab','\x11','\x61','\xcf','\x9b','\x95','\xfa','\xe2','\x48','\x1c','\xba','\x76','\xfe','\xe6','\x4c','\xcf','\x0c','\x76','\xfb','\xc3','\xe6','\x8d','\x5e','\xb6','\x6f','\xc6','\xf2','\x5c','\x2e','\x27','\xb8','\x30','\xbe','\x08','\x57','\x22','\xfb','\xc6','\x98','\x98','\x21','\x39','\x9d','\x41','\x08','\xdf','\x03','\x13','\x23','\x17','\x61','\x91','\x9a','\xba','\xd7','\x6e','\x51','\xe1','\xb3','\xfb','\x9f','\x2e','\x88','\xa6','\x76','\xfc','\x86','\xb7','\x05','\x5d','\x9c','\x23','\x4e','\x97','\x9f','\xfd','\x82','\x37','\xa6','\xf8','\x9f','\x01','\xef','\xb7','\xe8','\xba','\x92','\x0d','\xaf','\x9b','\x10','\xd4','\x21','\x0b','\x3b','\x8c','\x6f','\xbf','\x78','\xda','\xb4','\xac','\xd1','\x37','\x25','\xa3','\xe0','\x79','\x42','\x51','\x62','\x27','\xd6','\x9b','\x74','\xe6','\xd5','\x84','\x93','\x59','\xe3','\xd2','\x7e','\x97','\x32','\x81','\x56','\x18','\x5c','\x9a','\xea','\x49','\x28','\xea','\xcd','\x74','\xcd','\xe8','\x6f','\x34','\x1f','\x23','\xf2','\x70','\xc1','\x4a','\x69','\x7e','\x21','\x3d','\xeb','\x6b','\x11','\xe5','\x3e','\x08','\xd9','\x84','\x62','\x55','\xaa','\x64','\xd6','\x48','\x70','\x2d','\x94','\xd6','\x65','\x29','\x58','\x94','\xa6','\xe7','\x93','\x0c','\x22','\xd4','\xa5','\xb2','\xb2','\x0b','\x60','\xf2','\x1e','\x31','\x07','\xbe','\xcf','\xd8','\x31','\x53','\x74','\xce','\xd0','\x60','\x13','\x50','\x41','\x4d','\xf9','\x13','\x61','\x1a','\xdc','\xe2','\x67','\xeb','\x48','\x04','\xdf','\x41','\x02','\x3a','\x51','\xe4','\xfe','\x32','\x30','\x6e','\xe9','\x5f','\xb8','\x2b','\x37','\x95','\x36','\xef','\x08','\xb5','\xd6','\xf3','\x20','\x08','\xcb','\xb2','\xec','\x0e','\x0f','\x2d','\xcb','\xf2','\x2a','\x01','\xc4','\x45','\x83','\x71','\xd2','\x38','\xee','\x76','\x8b','\xff','\x60','\xa1','\x66','\x1c','\xea','\x28','\xe7','\x64','\x21','\xec','\x70','\xf3','\x01','\x33','\xdf','\x58','\x90','\x88','\x27','\x71','\xdc','\x9a','\x1f','\xca','\x14','\x0b','\x4c','\xd2','\x46','\x79','\xf3','\xd8','\x91','\x67','\xaf','\x5b','\xb1','\x9a','\x7b','\xc1','\xc7','\x35','\x61','\x6c','\xc8','\x27','\x3e','\xed','\x29','\x13','\x7e','\x7a','\x77','\xb7','\x39','\x07','\x6b','\xc6','\xfa','\x40','\x5e','\x7a','\x7d','\xe2','\xdf','\xa8','\x37','\xf4','\x2d','\xab','\x8f','\xc5','\xd5','\x2d','\x45','\xd9','\x89','\x08','\x6f','\x43','\x9d','\xbb','\x81','\xd4','\xcb','\x07','\xe3','\x19','\x17','\xe7','\xa1','\x2b','\xad','\x3d','\xe6','\x76','\x80','\x22','\x02','\xe0','\x76','\x6d','\xb8','\x3e','\x6f','\xb8','\x3e','\x8b','\xe5','\xa7','\x6e','\x7b','\x09','\x3e','\xe6','\x70','\x88','\x06','\xc5','\x83','\xf8','\xf9','\x0f','\x62','\x40','\x93','\x0c','\xde','\xed','\x0b','\x4a','\x63','\xf4','\x56','\x95','\x84','\x22','\x40','\xd7','\x48','\xe3','\xd0','\xe0','\xba','\xf0','\x13','\x6b','\xbe','\x67','\x52','\xe3','\x10','\xb1','\xec','\x87','\x81','\x71','\xc8','\x8c','\x4a','\xde','\x3b','\xe6','\xae','\xd1','\x3d','\x87','\xfe','\xbd','\xaf','\x44','\x10','\x0e','\x90','\xe5','\x2f','\xb7','\x14','\xef','\xd9','\x43','\xef','\xd0','\xa9','\x71','\x2a','\x33','\x6d','\xd8','\x55','\xc7','\x90','\x70','\xbe','\xe3','\xdb','\xb6','\x26','\x94','\x71','\x72','\xa6','\xfd','\xad','\x1b','\xfb','\x37','\x80','\x33','\xde','\x6a','\x64','\x4a','\xa7','\xc2','\x87','\x5e','\xb5','\xed','\x1b','\xf3','\x44','\x2e','\x7c','\xb8','\x20','\x94','\xf1','\x91','\xe2','\xf2','\x7c','\x7e','\x70','\x6d','\x0b','\x78','\x91','\x63','\x29','\xe2','\xd6','\x55','\x40','\x85','\x13','\x7d','\x22','\x74','\x81','\x17','\x72','\x3b','\x28','\x4d','\x3b','\xc3','\x23','\xcc','\x91','\x5a','\x0f','\x06','\x7d','\xa5','\xd0','\xe3','\xa6','\x0e','\xd8','\x49','\x41','\x33','\x06','\x0d','\x00','\xe0','\xe7','\x6a','\xbc','\x70','\x75','\x81','\x63','\xa3','\x61','\xe6','\xbe','\x9b','\x22','\xe9','\xd9','\x6a','\x33','\xfe','\xe6','\x2d','\xd0','\x94','\x95','\x15','\xe7','\x94','\x55','\xa9','\xba','\x89','\x1b','\x5c','\x5b','\x1b','\xda','\x5a','\x50','\x92','\x2b','\xfd','\x6e','\x1b','\xb3','\x06','\x8d','\x69','\x0c','\xce','\xc9','\xd2','\x0b','\x40','\x2c','\x81','\x20','\xc0','\x33','\x8e','\xe6','\x33','\xd0','\x2c','\x23','\x9f','\x33','\xb3','\x24','\xef','\x00','\x50','\x5b','\x93','\xb6','\xea','\xe4','\x7a','\x8e','\xa0','\x59','\x9f','\xef','\xa9','\xe7','\xe8','\x8d','\x97','\x76','\xfa','\x97','\x43','\xf8','\x1f','\x3f','\xbf','\x2f','\x61','\xd3','\x78','\xf2','\xcd','\x20','\x97','\x53','\xca','\xb2','\xf3','\x36','\xb9','\x5c','\x2e','\xd3','\x32','\xbb','\x30','\xd8','\xfb','\x73','\x24','\x37','\x9a','\x77','\xc4','\x08','\x0f','\xcf','\x3c','\x78','\xe3','\xf0','\xd1','\x69','\x26','\xf9','\xa3','\xc7','\x3b','\xad','\xc7','\xfe','\x81','\xc6','\x2c','\x79','\x7c','\x6a','\x45','\xdd','\x2c','\x27','\x81','\xec','\xa9','\xa2','\xfe','\xa5','\x65','\x91','\x0d','\xd6','\x18','\xbd','\x25','\x82','\x82','\xf0','\xd2','\x50','\x47','\x44','\x9c','\x0b','\x41','\x29','\x0b','\x3e','\xb0','\xdf','\xfa','\x6e','\xc9','\x56','\x18','\x0f','\x2d','\x1c','\x2e','\x6f','\x94','\xea','\x74','\x30','\xc1','\x67','\xd0','\xaa','\xed','\xb4','\xfe','\x9d','\x7b','\x99','\xa0','\xcf','\xb0','\xf6','\x84','\x55','\xeb','\x6c','\x9e','\x3d','\x63','\xf4','\x78','\x3d','\x8f','\x75','\xf7','\x25','\x0d','\x73','\x92','\x82','\x28','\xb5','\xc7','\xc6','\xa9','\x6d','\xac','\x42','\xcf','\x86','\xeb','\xcf','\xbd','\xbb','\xdb','\xa4','\x31','\xa0','\x34','\x26','\x56','\xef','\x01','\xdf','\x39','\x2f','\xe2','\xce','\xe7','\x1e','\x83','\xcf','\x23','\x13','\x1d','\x70','\x8c','\xc4','\xee','\xdc','\xcd','\x8b','\x8a','\x0b','\xe6','\xc5','\xd6','\xcb','\xb2','\x14','\x91','\x7f','\x9a','\xec','\x9f','\xd6','\x22','\x97','\x07','\x23','\x21','\x9d','\x2c','\xb5','\x24','\x45','\x9c','\x5b','\x07','\x8d','\xa9','\x40','\x7a','\xbc','\x93','\x74','\xd8','\x69','\x60','\x66','\x72','\x32','\x3b','\xc1','\xf9','\xe7','\x27','\x0c','\x7d','\xb7','\xf7','\xd3','\x7e','\xfc','\xdb','\xc0','\x8c','\x13','\xba','\xf7','\xf9','\x33','\x38','\xd2','\xd5','\x9c','\x14','\x69','\x63','\x4c','\xca','\xc4','\xd1','\x4e','\x99','\x17','\x6f','\x9b','\xd6','\x9b','\x54','\x12','\x17','\xa6','\xf1','\xef','\x21','\x04','\xcd','\x87','\xee','\x6d','\x16','\xde','\xfd','\x38','\x34','\x31','\x9a','\xc6','\x03','\x98','\xd6','\x83','\x62','\x7f','\xca','\x03','\x46','\xa4','\x9c','\x0a','\xc8','\xdb','\xa6','\x7c','\xac','\x0d','\xb5','\x09','\x3d','\x5e','\x4c','\x68','\x52','\x05','\xdd','\xb2','\x44','\x52','\xf1','\x4a','\x49','\x9e','\x9d','\x42','\xd0','\x5b','\x3b','\x5f','\x54','\x89','\xe5','\x9c','\xbf','\x59','\x3c','\x60','\xc2','\x0c','\xa3','\xa1','\x89','\x45','\x07','\xa9','\xb9','\x56','\x07','\xf7','\xc5','\x42','\xcb','\xa4','\x42','\x90','\xf4','\x41','\x26','\x34','\x04','\x82','\x3a','\xa6','\x41','\xaf','\xa3','\x0d','\x2e','\x50','\x22','\x0b','\x41','\xf1','\xa7','\x35','\x68','\xf0','\x07','\x89','\x7e','\xd7','\x0a','\x49','\x40','\x9a','\x2c','\xb4','\x0d','\x6d','\x10','\x1e','\x45','\x03','\xd0','\x28','\x4d','\x2d','\x4a','\xe7','\x8f','\x5a','\x39','\xeb','\xc5','\x5b','\x51','\xbd','\xfb','\xde','\xa7','\x44','\x77','\xda','\x9e','\xbf','\x9b','\xee','\xef','\x3b','\x18','\xd4','\xf7','\xc0','\xd9','\x6f','\x89','\x68','\xde','\x11','\x69','\xbd','\x37','\x3e','\xbc','\xa7','\xfc','\x5b','\x24','\x66','\x2a','\x28','\x8d','\x05','\x67','\x5e','\x18','\xe4','\xf9','\x09','\x33','\x2c','\xcb','\x72','\x6e','\x01','\xaa','\xb5','\xee','\x0e','\x0a','\xc9','\x6f','\x0b','\x3f','\xd8','\x33','\x9a','\x59','\x1a','\xbb','\xdb','\xc2','\xc8','\xfb','\xaf','\xb3','\x57','\xf9','\xe8','\xc7','\x70','\x83','\xef','\xd8','\x8d','\x82','\xfb','\xd8','\x1f','\x31','\xdf','\xe3','\xaa','\x01','\x0e','\xda','\xc6','\xee','\x9e','\x56','\x2c','\xac','\xb5','\x6a','\xb9','\x3b','\x2b','\x44','\xa7','\x4a','\x4a','\xdc','\x65','\x0a','\xd9','\x98','\x03','\x19','\x64','\x46','\xaf','\xd9','\xb5','\x81','\xb9','\xf7','\xa4','\xa9','\x45','\x34','\xe4','\x39','\xe2','\x59','\xc7','\xec','\x5b','\xf7','\x5c','\xe0','\xa1','\x24','\x1c','\xd9','\xf7','\x5e','\xfa','\xc9','\x82','\x53','\x08','\x53','\xe4','\xae','\x6f','\x25','\xb9','\xa0','\xf5','\x03','\x16','\x05','\x90','\xa9','\xf5','\x66','\xc2','\x0d','\x30','\x59','\xb0','\x72','\xd5','\x91','\xb4','\x4b','\xe1','\xdc','\xf5','\xa7','\x36','\xcd','\xdc','\xfd','\xb3','\xe2','\xd9','\xce','\xf9','\x58','\x44','\xa0','\x09','\x88','\x90','\x56','\x3c','\x12','\x1e','\x00','\x47','\xf0','\x4e','\x14','\x6e','\x2c','\xc2','\xb7','\xc4','\x73','\xbb','\x9a','\xbe','\x80','\x89','\xdd','\xe7','\x83','\x94','\x41','\x3c','\x21','\xc9','\x53','\xa4','\xb2','\x7b','\x26','\xfa','\x64','\x82','\xfa','\xb2','\xc6','\xde','\x30','\xed','\x6d','\xab','\xbc','\xeb','\x3f','\xe5','\xc5','\xaa','\x15','\xf6','\x11','\x0f','\xf5','\xeb','\x8e','\x57','\xea','\x85','\x25','\x61','\x5a','\x38','\x14','\x81','\xb6','\x96','\x39','\xf5','\x8e','\x79','\x7a','\x6e','\xe8','\x5d','\x21','\xd5','\x67','\x82','\xe6','\xe7','\xaf','\x80','\x0f','\x84','\x53','\xbc','\x7b','\xa6','\x8e','\xe0','\xf4','\x31','\xc7','\x1e','\xf3','\x77','\xc6','\x67','\x93','\x64','\x7c','\x20','\xe5','\xdb','\x1a','\x64','\xa8','\xd0','\x44','\x1a','\xe5','\x0b','\x40','\xce','\x99','\xd2','\x97','\xfa','\x35','\x67','\xf1','\x36','\xee','\x9a','\xec','\xe8','\x3b','\x10','\xde','\x3d','\xbd','\x3d','\x62','\x4a','\xa6','\x0c','\x31','\x1b','\x1e','\x1e','\xce','\x09','\x8d','\xf8','\xc0','\xde','\xf5','\x40','\x08','\xea','\xbe','\xd4','\x00','\xd2','\x00','\x4e','\x71','\x2e','\xb5','\xa0','\x94','\xa6','\x0c','\xba','\xe2','\xff','\xd6','\xd3','\x7e','\x11','\xc2','\x94','\x0e','\x6a','\x1b','\x5a','\x63','\x50','\x6d','\x40','\x29','\x03','\x6d','\x10','\x85','\x66','\x49','\x6d','\x0d','\xdc','\x99','\x36','\x76','\xb7','\xc7','\x55','\xb8','\x6a','\x0d','\xac','\xcc','\x55','\x29','\x00','\x73','\xd1','\xbc','\x67','\x16','\xfe','\x5f','\x13','\x8d','\x23','\x32','\x97','\x59','\xd9','\xe7','\xb8','\xf6','\xfc','\x9e','\xbd','\xcf','\xf9','\x82','\x3f','\xc0','\x9a','\x88','\x9a','\x41','\x54','\x41','\x45','\xc2','\x81','\x77','\xbc','\x06','\xf5','\x5f','\x5c','\x29','\xdb','\xc8','\x73','\x09','\x36','\x8d','\xbc','\xda','\x5a','\x54','\x94','\x49','\x3f','\xf9','\x9e','\xc9','\xe7','\xba','\x5e','\x07','\x37','\x05','\x28','\xc3','\xab','\xac','\xb4','\xa6','\x69','\xf4','\x40','\x8b','\xf6','\x36','\x76','\x6f','\xfc','\xfd','\x08','\x07','\x4e','\xe7','\xb8','\xe1','\x37','\x8c','\x70','\x4b','\x54','\x7e','\xbb','\x12','\x1f','\x02','\x82','\x2a','\x00','\xfa','\xd2','\x9a','\x9d','\x69','\x19','\xa0','\x0b','\x82','\x30','\x1e','\x12','\xea','\x0e','\x2c','\xbf','\x65','\x23','\xdf','\x03','\xb2','\x70','\x95','\xf6','\x47','\x46','\x1c','\x55','\x91','\xed','\x56','\xc3','\xdd','\xcd','\x68','\x68','\xd1','\x80','\x03','\xe1','\xee','\x36','\x20','\xd9','\x54','\xc5','\xde','\xc5','\x07','\x2e','\x28','\x98','\x8f','\x2d','\xb7','\xd8','\xbc','\xb0','\xf2','\xd2','\x2b','\xfd','\x41','\xcf','\xe2','\x02','\x4d','\x97','\xb8','\xd4','\x90','\x3a','\x20','\xee','\x1e','\x71','\x2b','\x49','\xb8','\xa3','\x95','\x27','\x9e','\x31','\xcc','\x19','\x21','\xae','\xcb','\x10','\x4a','\xfb','\x78','\x0c','\x3b','\x38','\x60','\x30','\x1d','\x21','\xa7','\x71','\xb1','\x0b','\xe1','\x23','\x1e','\x95','\x98','\xf6','\xc6','\x82','\x1c','\xd8','\x59','\x9f','\x99','\xb5','\x42','\xe6','\xa4','\xb8','\x40','\x9a','\x2d','\x94','\x46','\xe0','\x24','\x23','\x36','\x24','\x87','\xd2','\x47','\x33','\xc1','\x5f','\x15','\x6c','\x91','\x9d','\xf1','\xa1','\xe3','\xb3','\x93','\xcb','\x19','\x2c','\xd2','\xd0','\xaa','\x41','\x40','\x80','\x5e','\x00','\xf2','\x84','\xc0','\xfe','\xc7','\xde','\x9b','\x94','\x9d','\x36','\x55','\x5e','\x22','\x21','\xc0','\xcb','\x55','\xce','\x0f','\x68','\x61','\x26','\xbc','\x3b','\xe1','\x34','\x61','\xca','\x04','\xac','\x4f','\x98','\xff','\xb7','\xf2','\x34','\xfc','\xf2','\xc0','\xfd','\x17','\x77','\x5e','\x36','\x86','\x37','\x3f','\x34','\x59','\x7f','\x94','\xde','\x39','\x1e','\xb2','\x29','\x5b','\xdd','\x4b','\x98','\xd4','\x17','\x3c','\x5b','\xc2','\x86','\x1f','\x2d','\xdc','\xba','\x3d','\x98','\x93','\x50','\xef','\xaa','\xf9','\x0d','\x77','\xc3','\x0d','\xf1','\x16','\x3e','\xec','\xa4','\x57','\x99','\x3c','\x4c','\x79','\x70','\xb5','\x72','\x78','\xdd','\x68','\x42','\xdd','\x1a','\xda','\x85','\x51','\x96','\x58','\x43','\x39','\x1f','\x90','\x59','\x37','\xa8','\xee','\x05','\x55','\x13','\x72','\xc1','\x24','\x49','\x34','\x35','\x99','\x66','\xd3','\x5a','\x4c','\x24','\xc9','\x47','\x42','\x8c','\x89','\x26','\xd2','\x40','\x06','\x3c','\xe9','\x17','\x45','\xf9','\x68','\x8c','\xe6','\xe7','\x50','\x34','\xf5','\x04','\x13','\xc0','\x15','\x35','\x4b','\x0a','\x79','\x0c','\xee','\x19','\xcc','\x97','\x02','\xc1','\xcf','\x05','\x89','\x20','\xd9','\xb0','\x29','\x7e','\x04','\xc3','\x83','\x2b','\xed','\xda','\x60','\xc2','\x4d','\x93','\xb1','\x62','\xa4','\xa4','\xe3','\xad','\x43','\xb8','\xef','\xdd','\x83','\x43','\xc8','\xf8','\xdd','\xd6','\x92','\x8b','\x63','\x69','\x4d','\x75','\x0f','\xe3','\x0c','\xaf','\xfc','\x86','\x7f','\x02','\xd8','\xfc','\xb7','\xd6','\x76','\x16','\xa0','\x99','\x81','\x07','\x18','\x82','\x20','\xcc','\x4c','\x44','\x02','\x6f','\xbf','\x11','\x5e','\xbb','\xbd','\x66','\x4a','\xf7','\x7c','\xad','\xe3','\xbd','\xab','\x48','\x85','\xdb','\x55','\x03','\x1c','\x64','\x77','\xb7','\x35','\x22','\xad','\x59','\xa3','\x24','\xa2','\x95','\x6a','\x7d','\x12','\x4d','\xef','\x54','\x39','\x49','\x40','\x8a','\xcf','\x74','\x1e','\xa2','\xa5','\xfe','\x8d','\x7e','\xb5','\x62','\x73','\xee','\x84','\x16','\x02','\xdc','\x12','\xb4','\xdb','\xd4','\x25','\x55','\x6d','\xcc','\xa2','\xde','\x8d','\x79','\xde','\x47','\xe7','\x31','\xf7','\xb6','\xb0','\xfa','\x0c','\x56','\xa6','\x19','\x24','\xe6','\xa0','\x63','\x55','\x3b','\x61','\x2f','\x98','\x0a','\xeb','\x77','\xbe','\xe5','\x82','\x5a','\x89','\xb6','\xd6','\x5a','\xf1','\xfc','\x57','\xc5','\xcf','\xbf','\xe4','\xac','\x4f','\x0e','\x70','\xe0','\xee','\x2c','\x09','\xf7','\xae','\x97','\x05','\x97','\x6f','\x0b','\x2e','\x97','\x05','\x65','\x29','\x2a','\x54','\xb2','\x0b','\xb1','\x32','\xc4','\x2a','\x04','\xe1','\xe5','\xc8','\xef','\x6f','\xc9','\x03','\x65','\xb3','\x04','\xe5','\xcb','\x7d','\x86','\xed','\x8e','\x75','\xcd','\x82','\x89','\x2e','\x34','\xb7','\x9c','\x16','\x0b','\x80','\x50','\x54','\x13','\x9b','\x22','\x38','\x35','\xcd','\x8d','\xb5','\x93','\x9a','\x26','\xb3','\x32','\xd6','\xa1','\x9b','\xd4','\x05','\x78','\x13','\xca','\x59','\x18','\x1d','\xa0','\x59','\x94','\x6c','\x67','\x6a','\x3d','\x41','\xaf','\xf6','\x40','\x2c','\xba','\xd0','\x24','\x78','\xef','\x28','\x04','\xcd','\xb8','\xec','\x3b','\xeb','\x7a','\xcd','\xfa','\xfc','\xcc','\xb2','\x73','\x1d','\x59','\xdb','\xd1','\xeb','\x4e','\xc8','\xaf','\x05','\x9e','\x08','\xab','\xb3','\xff','\xf6','\x67','\x0e','\xa0','\xc3','\x6b','\x83','\xe2','\x2d','\xa3','\x9b','\x89','\x1f','\x74','\x16','\xbc','\x29','\x1a','\xe3','\x2f','\x31','\x23','\xce','\x37','\xd0','\xf8','\x62','\x94','\x6f','\xb6','\xeb','\xd9','\xb4','\x9e','\x35','\xfd','\xa5','\x4b','\xee','\xfe','\x79','\xcb','\x02','\xdf','\x71','\x6d','\x5d','\x4a','\xe0','\x21','\x4f','\x4f','\x07','\x07','\x8b','\xe6','\x25','\xeb','\x68','\xfe','\xce','\x40','\x1f','\xd0','\x5b','\x42','\xb2','\x2c','\x6b','\x51','\x57','\x2d','\xf8','\x90','\x79','\x44','\x80','\x20','\x34','\x72','\xa0','\x5b','\xee','\xb2','\xed','\x34','\x35','\x09','\xe4','\x2a','\x04','\x35','\x00','\xe0','\x21','\x69','\xab','\x23','\x19','\x61','\xa4','\x99','\xa1','\x11','\xdc','\xf6','\x65','\xcd','\xba','\xd3','\x00','\x89','\xfa','\xc6','\x62','\xe5','\x29','\x45','\xd7','\x0a','\x4b','\xc4','\x39','\x23','\x98','\x9c','\xaa','\x39','\x5e','\x4d','\x8f','\x82','\xee','\x3b','\xff','\x9e','\x16','\xbb','\xa2','\xbc','\xa6','\x67','\x9e','\x16','\x4a','\x17','\xc3','\xe7','\xb8','\xdb','\x13','\xdd','\x2d','\x66','\xb0','\x07','\x77','\x20','\x11','\xaa','\x5a','\x4f','\x0f','\x7a','\x78','\x3b','\xc1','\xe8','\xa8','\x94','\xbc','\xfb','\xbb','\x67','\x72','\xf4','\x3a','\x0c','\xcb','\x78','\xd8','\xcb','\xfd','\x3d','\xea','\x11','\xc9','\x9d','\x6d','\xfb','\x2d','\x50','\x1d','\xc1','\xd9','\x38','\x76','\x9c','\xee','\x7b','\x37','\xa4','\xaf','\xd9','\xd8','\x07','\xde','\x5b','\x7b','\x66','\x42','\x11','\x30','\x09','\x82','\x90','\xc1','\x7e','\x4f','\xf6','\x50','\x7f','\xed','\x91','\x3d','\xb1','\x7b','\x36','\x73','\xfb','\x3d','\xe2','\xf4','\xba','\x12','\x67','\xdc','\x2f','\xea','\xc4','\xf0','\xd0','\xbe','\x7d','\xad','\x59','\x72','\xb4','\x16','\xb9','\x4a','\x54','\xf3','\x63','\xbe','\xc5','\x16','\x6d','\xcd','\xde','\xc9','\xe1','\xc0','\xb3','\x45','\xc3','\x8c','\xdb','\x76','\xc3','\xdd','\xda','\xac','\x09','\x66','\xf9','\x49','\x88','\x65','\xd6','\x4b','\x3b','\x78','\x58','\xb4','\x37','\xf9','\x7a','\xa1','\xa1','\x13','\x8e','\xf8','\x52','\xe0','\x80','\xae','\x9c','\x20','\xf8','\xc9','\x20','\xe4','\x42','\x94','\x6b','\x76','\xd4','\x7a','\xe2','\x11','\xe5','\x66','\x30','\x99','\xbf','\x98','\x2a','\xeb','\x64','\x70','\xa3','\x96','\xc2','\x05','\x2d','\x21','\x7e','\xa4','\x36','\x92','\xbc','\x67','\x82','\xe7','\xf5','\x79','\xf3','\xb3','\x3e','\xb5','\x06','\x23','\xd5','\xa9','\xe5','\x08','\x58','\xd7','\x05','\x4f','\xdf','\x16','\x3c','\x7d','\xbf','\xe0','\xe9','\x9b','\xe4','\x9b','\x61','\x66','\x5c','\xaf','\x15','\xdb','\x73','\xed','\xc7','\xd8','\x2a','\x62','\x3e','\xa5','\xf7','\xb9','\x7b','\xff','\x24','\xa4','\x36','\x43','\xe2','\xf9','\xda','\xd1','\x99','\xba','\xde','\xf3','\x53','\x7c','\x6a','\x97','\x45','\x16','\x94','\x08','\xf9','\xf0','\xbd','\x24','\xd3','\x6f','\xfa','\xb9','\x4e','\x64','\x1e','\x84','\xe6','\xb8','\xee','\xdb','\x23','\xad','\x19','\x63','\x74','\xa4','\x7e','\x56','\xa6','\xa3','\x68','\x76','\xf3','\x60','\x4f','\x8c','\x01','\xf1','\x75','\x56','\x08','\xc5','\x56','\x29','\xa3','\x0b','\x4b','\xbf','\x1f','\x8f','\x08','\xe9','\x6d','\x05','\x66','\xc6','\xc7','\x77','\xe3','\x9e','\x0f','\x8f','\x81','\x53','\x1c','\xd1','\x69','\x44','\xee','\x70','\x81','\xec','\xc7','\x9a','\x27','\xeb','\x70','\xc7','\xde','\xdc','\x07','\x23','\x53','\xdf','\xf1','\x47','\x93','\x09','\x38','\x64','\x59','\x79','\xff','\xa8','\x3e','\x4e','\x31','\x51','\x9d','\xb5','\xce','\x3f','\x0d','\x37','\x8d','\xd7','\x1c','\x41','\x69','\x51','\x09','\x4f','\xed','\x5a','\x93','\xc7','\x7c','\x68','\x36','\xfb','\x67','\xc2','\xf7','\x26','\xfc','\x8e','\xae','\xc5','\xd4','\x7f','\x35','\x7c','\xcb','\x9a','\x2b','\x86','\x13','\x9e','\x9e','\xd3','\xac','\xc1','\x9a','\x35','\x0c','\xc9','\x2f','\x85','\x3f','\xce','\x78','\xd8','\x0f','\x28','\x6e','\xf7','\x7c','\x26','\x23','\x76','\x89','\xe5','\x2c','\xa8','\x5b','\x93','\x99','\xb1','\x28','\x65','\x24','\x12','\xab','\x4d','\xb1','\x70','\xd8','\x85','\x54','\x12','\x71','\xe9','\x62','\x5f','\x7b','\x2c','\x16','\x9d','\xef','\xdc','\x4e','\xa5','\x83','\x86','\xaf','\x8c','\x86','\x6b','\x3b','\xdc','\x42','\x49','\x33','\x01','\x40','\x70','\x1d','\x55','\x06','\x17','\x75','\xa9','\xb4','\x73','\x91','\xcc','\xe0','\x56','\xd0','\xf2','\xbe','\x26','\x28','\xc3','\x7e','\x1b','\x37','\xcc','\xd0','\xcd','\xa4','\x67','\x00','\x2c','\x71','\xf4','\x19','\x96','\xb0','\x75','\x6e','\x6e','\x40','\x7b','\xe6','\xcc','\x46','\x80','\x9b','\xe4','\xbb','\x2d','\xc4','\xee','\xfe','\xcf','\x50','\x01','\x52','\xad','\x62','\x81','\xeb','\xee','\x6f','\xf7','\xbb','\x81','\x2a','\xd5','\x12','\xab','\xf3','\x1b','\x5e','\x01','\x33','\xea','\xf0','\xb6','\x70','\x0f','\xd6','\xbc','\xf1','\x4c','\xe6','\xef','\x31','\x69','\x27','\x85','\x73','\xa6','\xc1','\xb2','\xac','\x83','\x42','\x97','\x70','\xb9','\x5c','\xce','\x05','\x20','\xf1','\x6b','\xdd','\x5b','\x80','\x6e','\xd1','\xf6','\x87','\x8e','\x3f','\x64','\x01','\x65','\x7e','\x39','\xd3','\x37','\xe7','\x2f','\xe0','\xc4','\x8a','\xf7','\x1c','\xfc','\x64','\xdc','\x72','\x88','\xcd','\x6d','\xab','\x2a','\xfc','\x40','\x91','\x29','\x34','\xc0','\x81','\x25','\xd1','\xd2','\x68','\x2a','\x8d','\xa7','\x08','\xc8','\x63','\xbb','\x04','\xc6','\x4e','\x3e','\xb4','\x43','\x70','\x83','\xcc','\x25','\x4d','\x67','\x0b','\xc1','\x1c','\x94','\xf4','\x9f','\xb0','\xb3','\xce','\x70','\xa2','\x14','\x9d','\x60','\x61','\x6d','\x51','\xa6','\x23','\xf3','\x61','\xd9','\x65','\x6e','\xa7','\x39','\x4b','\x54','\x67','\x3a','\xde','\x87','\xbb','\x81','\xd3','\x37','\x76','\x19','\xd5','\x6e','\x65','\x82','\x96','\x5d','\xd4','\xb8','\x41','\xc3','\x5a','\x6f','\x78','\x56','\xab','\x4f','\xad','\xcd','\xa7','\xd0','\xb5','\x78','\xcc','\xce','\x00','\xaf','\x97','\x82','\x1f','\xff','\x7a','\xc2','\xf7','\x3f','\x9e','\x70','\x79','\x5a','\x04','\x21','\xb3','\x04','\x4a','\x08','\xeb','\x0f','\xfb','\xb9','\x13','\xe9','\x27','\x10','\x29','\xb0','\xc7','\xd9','\xbb','\x0d','\xb3','\xa7','\x1e','\x46','\x06','\x33','\xcd','\xc0','\x27','\xc3','\x29','\x23','\x4d','\x3d','\xca','\x38','\x64','\x6c','\x48','\x03','\x82','\xac','\x05','\xcb','\x9a','\x82','\x1f','\xd4','\x16','\xe7','\x7f','\xcc','\xfa','\x33','\x28','\x23','\x76','\xb5','\xe7','\x85','\xc3','\xe9','\xb3','\x50','\x1f','\x95','\x90','\x84','\x71','\x21','\x12','\x1f','\xfe','\x6a','\x45','\x33','\x44','\x03','\x4b','\x90','\xf0','\xa8','\x19','\x55','\xe9','\xfe','\x69','\x0d','\x72','\x9d','\x8f','\x85','\xa0','\xbe','\x4d','\xd8','\x1f','\x8e','\x9f','\x0d','\xda','\x38','\x50','\xe3','\x33','\xb6','\xaf','\x74','\xd0','\x73','\x3c','\x28','\x20','\xed','\x0b','\x7f','\x94','\xf6','\xed','\xd3','\x32','\x8e','\x6c','\xf0','\x19','\x17','\x18','\x30','\xfa','\x61','\x05','\x30','\xf3','\x0c','\x71','\xf1','\x6e','\x0c','\x39','\x3e','\xca','\x1c','\x7e','\x3d','\x29','\x31','\x8a','\x09','\x2d','\xd9','\x05','\x31','\x0b','\x42','\xea','\x52','\x6b','\xe7','\x09','\x6d','\xea','\xed','\x99','\xbe','\xae','\x1b','\xd6','\xe7','\xd4','\x55','\x7d','\xda','\x99','\xd3','\x91','\x30','\x30','\xb8','\xb3','\x1e','\x18','\x2e','\x06','\x0c','\x27','\x44','\x3b','\xa2','\x2c','\x75','\x4d','\x6e','\x66','\xe5','\xef','\x06','\x68','\x18','\xb4','\x01','\xdf','\xf2','\xf0','\x50','\x1a','\xbc','\xf8','\xfa','\xd8','\xde','\xbf','\x87','\xe1','\x7d','\xc9','\x95','\x97','\x56','\x7c','\x44','\x93','\x5f','\x0a','\xb6','\xa6','\xfa','\xb2','\x18','\xa6','\xad','\x92','\x3d','\x10','\x89','\xc7','\x6b','\x6d','\xe0','\xb6','\x00','\x8b','\xad','\xa9','\x44','\xc3','\x54','\x51','\xd9','\x86','\x05','\x9f','\x67','\xa5','\x9b','\x22','\xc7','\x31','\x21','\xd8','\x38','\x3f','\xe1','\xf7','\xd3','\x3d','\x7b','\xd5','\x49','\x49','\x3a','\xed','\x42','\xba','\xcf','\x8c','\xaf','\xa0','\x06','\x50','\x8a','\x8a','\xc9','\x45','\x72','\x8f','\x6c','\x86','\x0b','\x53','\x3d','\xb3','\xc1','\x3d','\x19','\xaf','\x1e','\x78','\xd7','\x47','\x5b','\xfb','\xe3','\x19','\xcf','\x70','\x11','\x0f','\xba','\x1a','\xfd','\xa1','\x09','\x3f','\xa5','\x4a','\x5c','\x00','\x44','\x0c','\x78','\x84','\xcf','\x02','\xa0','\x89','\xfc','\xd3','\x52','\xe5','\xef','\xc4','\x22','\x1f','\xb2','\x1d','\xdd','\xbd','\x7e','\x2f','\x4e','\xd7','\xe9','\xf0','\x72','\x37','\x96','\xf7','\xd0','\xe4','\x81','\xd1','\xfe','\x0d','\x27','\x70','\x36','\x9c','\xa7','\x83','\xf7','\xd2','\x35','\x34','\xc1','\xd5','\xb9','\xba','\x01','\x25','\x8f','\x41','\x10','\x98','\x79','\x67','\xdc','\x31','\x70','\x01','\xa8','\xb5','\x76','\x98','\x2d','\x35','\x0a','\x4a','\x15','\xeb','\x46','\x7a','\xa8','\x4b','\x8e','\x11','\x13','\xa2','\x18','\xc8','\xc6','\x8c','\x21','\x8f','\xce','\xa4','\x83','\xf2','\x79','\xc1','\x1a','\x8e','\x61','\x84','\x39','\x3d','\x59','\x7d','\xac','\xbd','\x7e','\x9e','\xa4','\x24','\xa4','\x64','\xc2','\xcb','\x6c','\x57','\x8d','\x9b','\x81','\x2d','\x71','\x69','\x2f','\xf8','\x38','\x37','\x93','\xb8','\x9a','\x51','\xbb','\xee','\x13','\xe5','\xed','\x0d','\x6c','\x9c','\x43','\x5a','\x3b','\xc1','\xce','\xef','\x67','\x0b','\x0f','\xa7','\x32','\x3a','\xbc','\x10','\x56','\xa2','\x10','\x7e','\x80','\x99','\xd4','\x6b','\x0d','\x32','\x0b','\x97','\x09','\x5b','\x59','\x93','\xeb','\x02','\x1e','\xe2','\x1a','\xd9','\xb3','\x26','\x00','\xea','\x98','\x59','\x62','\x32','\x06','\x3c','\xac','\xb8','\x47','\x77','\xbb','\x36','\xd4','\xab','\x59','\x7d','\x22','\xac','\x69','\x5e','\x3b','\xcb','\x5a','\xf0','\xe3','\x8f','\x0b','\xbe','\xff','\x71','\xc1','\x45','\xad','\x3e','\x00','\xa5','\x33','\x43','\x92','\xa3','\x09','\xac','\x91','\x78','\x94','\xef','\x06','\x38','\xf9','\x2d','\x9f','\xeb','\xda','\x8e','\xf6','\xe5','\xec','\x9d','\x5b','\x08','\xf0','\x74','\xcd','\xbb','\x9b','\x05','\xba','\x35','\x7a','\xfb','\xc5','\xc7','\x60','\x56','\x54','\x57','\x9d','\x59','\x31','\x5d','\x43','\x82','\x8e','\xf0','\xdb','\x05','\x63','\x42','\xb2','\xf0','\x1a','\xa5','\x91','\x2a','\x46','\xe2','\xbf','\x9f','\x6f','\x1b','\xf3','\x59','\x8d','\x04','\xc4','\x18','\xe4','\x34','\x98','\xb2','\xf5','\xb9','\x6b','\xa7','\xf9','\xee','\xb7','\x26','\x51','\xa0','\x8a','\x22','\x2f','\x66','\x96','\x2c','\xf0','\xa8','\xd8','\x36','\x4e','\x6d','\x93','\x67','\x69','\x20','\x6a','\xfd','\x2f','\x65','\x9d','\x77','\x7b','\x90','\xf6','\xe3','\x94','\xc6','\x67','\x47','\x80','\xc9','\xfe','\xc8','\x18','\xc5','\xb9','\xfb','\x9e','\xa9','\xa1','\x12','\xd1','\x14','\x1d','\x27','\x50','\x72','\x29','\x1e','\x96','\x83','\xbb','\x22','\x4e','\x70','\x8e','\x29','\x35','\xd8','\xc7','\x30','\x23','\xf9','\x01','\xd3','\x0f','\x65','\xf4','\x96','\xeb','\x54','\x97','\xcd','\x8f','\xbd','\x3e','\x12','\x11','\x9d','\x2b','\xd7','\x90','\xab','\x52','\x26','\x27','\x47','\xce','\xe7','\x06','\x7b','\xc5','\x4b','\x12','\x7a','\x52','\x5f','\x8c','\x19','\x2b','\x99','\x19','\xf5','\x39','\xc9','\x38','\x6e','\xb6','\xdb','\xa2','\x81','\xd4','\x73','\xac','\xf0','\x11','\x61','\x46','\xa3','\x18','\xc7','\x8a','\x16','\x87','\xe3','\x1b','\xfb','\xb9','\x41','\x2f','\x8e','\x00','\x62','\x02','\x17','\xc0','\xc4','\x40','\xcf','\xa3','\x32','\x34','\x61','\xc6','\x2f','\x4d','\xf1','\xe8','\x28','\x13','\x9d','\x86','\x29','\xed','\x99','\xd9','\xee','\xc5','\x87','\xe0','\x63','\xd8','\xb3','\x19','\x33','\xfa','\xda','\x9a','\x7d','\x09','\xfa','\x32','\x56','\xbc','\x6d','\xb4','\x26','\x07','\x37','\x30','\x4f','\x03','\xf3','\x5e','\x20','\x52','\x97','\x86','\xbe','\x8c','\xec','\x85','\x61','\x4a','\x35','\xa8','\xe5','\xc7','\xf2','\xf5','\xc9','\x1a','\x24','\x64','\x24','\x45','\x46','\x80','\xdc','\xaa','\xa0','\x6b','\xc2','\xca','\x9e','\x21','\x03','\xa5','\x7b','\xb5','\x02','\x28','\x0d','\x44','\xc5','\x85','\xa0','\x85','\x49','\xce','\xd5','\xb4','\xa0','\x91','\x3e','\x70','\xf9','\x33','\x0f','\xc6','\x78','\x9d','\x27','\x5f','\x7b','\xa4','\x9e','\xf6','\x43','\x70','\x4e','\xa6','\xa4','\x88','\xe5','\xce','\xd3','\x35','\xbc','\xaf','\x9e','\xdd','\x53','\x86','\x2a','\xbb','\xfb','\x61','\x69','\xa4','\x32','\xea','\x64','\x6f','\xdc','\xdf','\x85','\xf7','\x81','\x84','\xc7','\x76','\x3f','\x77','\x7b','\xf4','\x51','\x06','\x55','\xde','\xb1','\x15','\x61','\xe5','\x7b','\xf1','\x8f','\x16','\xf5','\xc5','\x61','\x3e','\x34','\xb3','\x59','\x7d','\x29','\xdc','\x53','\xc6','\xeb','\xea','\x19','\x71','\x0a','\x30','\x0f','\x82','\x70','\x33','\x0f','\xd0','\x2c','\x53','\xea','\xf3','\xf3','\xf3','\x79','\xcd','\x2f','\x81','\x19','\x72','\x19','\x2f','\x0d','\xab','\xce','\xf1','\x97','\x99','\x65','\x61','\x44','\x5b','\xbe','\x37','\x46','\x84','\xd4','\xbc','\x9a','\xe0','\x23','\x67','\x4c','\x08','\x94','\xce','\xf9','\x44','\xf1','\xe6','\x36','\xe1','\xcc','\xc8','\x41','\xbb','\xec','\x05','\xd7','\x1e','\x9a','\xe6','\xc4','\xce','\x09','\x1d','\x4d','\xe0','\x1d','\xe3','\x33','\xa3','\xff','\x63','\x70','\x82','\x9e','\x49','\x08','\x84','\x34','\x06','\x4b','\xc8','\x0c','\x8b','\x69','\xcd','\xec','\x5e','\x66','\xca','\xc8','\x5e','\x72','\x46','\x78','\x34','\x29','\xa7','\x86','\x2b','\x41','\x19','\x19','\xc4','\xac','\x5d','\x0a','\x81','\x09','\xd8','\xb6','\x86','\xed','\xba','\x61','\x7b','\x6e','\xf8','\xf9','\x73','\x73','\xcb','\x0d','\x00','\x3d','\xe7','\xa3','\x35','\x88','\x02','\x0d','\xcb','\x5a','\x70','\x79','\x5a','\xf0','\xfd','\xc7','\x05','\x3f','\xfe','\xfd','\x84','\x6f','\xdf','\x65','\x39','\x6e','\xd7','\xea','\xd6','\xbb','\x9c','\x9f','\x89','\x88','\xb0','\x58','\xd3','\x9b','\xb8','\x48','\x11','\x1a','\x50','\x81','\xbd','\xd7','\xe7','\x27','\xc2','\x3b','\x0a','\x3e','\xf7','\xd4','\xdd','\xb9','\x03','\x4e','\x96','\x68','\xc7','\x0c','\xe3','\xa8','\x79','\xe4','\x16','\xa0','\xa2','\x16','\x53','\xd2','\x3d','\x68','\x91','\x78','\x5a','\x8b','\x08','\x8a','\xd3','\x6d','\x40','\x39','\x1f','\x91','\xce','\x3d','\x01','\x05','\xa1','\x7d','\xf4','\x47','\x75','\x2d','\x99','\x92','\x82','\x9b','\x54','\xd6','\x2a','\x85','\xb2','\xc5','\x84','\xb4','\x16','\xc2','\xc8','\xac','\x5e','\xb2','\x02','\x77','\x17','\xd3','\x98','\xa4','\x7a','\xbb','\x47','\x38','\x15','\x3b','\x12','\x5a','\x46','\xe4','\xce','\x4a','\xf7','\x29','\x09','\x09','\xc2','\x50','\xb4','\xa4','\x91','\xd5','\xf7','\x59','\x84','\xb6','\xd0','\x2e','\xf7','\xe5','\xfb','\x76','\x76','\x8b','\x8b','\x3c','\xe0','\xe8','\xc0','\x95','\x10','\xf2','\x3d','\xe4','\xec','\x5e','\x3b','\xe6','\xdb','\x5a','\x3f','\x4d','\x61','\x33','\x2a','\x2d','\xa2','\x53','\xa9','\x5e','\x3d','\xdc','\x6d','\xc9','\x14','\x3b','\xf7','\xd9','\xdc','\xa6','\x34','\x60','\xa9','\x19','\xdd','\x40','\x66','\x6b','\xb4','\x9b','\xb5','\x98','\xba','\xb5','\x39','\x0a','\xc8','\xd1','\xae','\xb4','\x38','\xfb','\x2f','\xf1','\x93','\x55','\xb8','\x72','\x07','\x48','\x11','\x82','\xb8','\x4e','\xfa','\x68','\xaf','\x69','\x5f','\x98','\x18','\x54','\x80','\x56','\x21','\xee','\x42','\x69','\x31','\x32','\x03','\x44','\x99','\x11','\x7f','\x80','\xc1','\x9b','\xf6','\x65','\x7c','\xe4','\xef','\xc6','\x46','\xbd','\x0c','\x94','\x2a','\xc8','\x54','\xb2','\xe6','\x14','\x4b','\xca','\xc5','\x51','\xa1','\x27','\x16','\x20','\x0d','\xd7','\x4c','\xe6','\xda','\x66','\x0b','\x58','\x07','\x99','\x59','\x71','\x84','\xe0','\x97','\xc5','\x0e','\xfa','\x5b','\xa8','\xea','\x24','\x98','\xbc','\x88','\xcd','\x23','\x6b','\x2b','\x40','\x5b','\x43','\x4b','\x0a','\x81','\x52','\x0a','\x96','\x25','\x0b','\xe2','\x27','\xbc','\xc1','\x49','\xf9','\x5d','\xe3','\xd0','\xbb','\x8c','\xee','\xec','\x55','\x6c','\x68','\xc1','\x5c','\xfb','\x84','\x10','\x3b','\x9f','\x74','\xa3','\x09','\x5e','\x1d','\xcb','\x51','\x01','\x2a','\x4b','\x0a','\x88','\xc0','\xee','\x72','\xe8','\x8a','\xd2','\xc7','\x7a','\xf3','\x7e','\xf0','\xc8','\xe4','\x9d','\xf1','\x75','\x77','\x54','\xf1','\x1b','\x7e','\x3d','\x98','\x45','\x7c','\xdb','\xb6','\x0d','\xd7','\xeb','\x75','\x77','\xfd','\xd4','\x05','\x6e','\x5d','\xd7','\xdd','\x0b','\x06','\x2f','\x5a','\x20','\x4e','\x98','\x75','\x55','\x8e','\x94','\xc5','\x91','\x53','\x92','\x72','\x12','\x51','\x77','\xc6','\x3b','\x9d','\x17','\x68','\x9b','\x84','\x54','\x16','\x66','\x59','\x83','\x10','\x34','\x41','\x14','\x16','\xd9','\xcd','\x0f','\x56','\x66','\x1f','\xf0','\x3c','\x48','\x49','\x98','\xd8','\x35','\xd9','\x36','\xbf','\x6a','\x76','\x9a','\x23','\x98','\xc4','\x65','\x1c','\x74','\xf3','\x6e','\xc8','\x9b','\xd4','\x90','\x7e','\x6e','\x8f','\x69','\xb6','\x26','\x0d','\x9c','\x11','\x0a','\x67','\x5c','\xbc','\x58','\x42','\x3e','\x47','\x11','\xbe','\x22','\xbd','\xc0','\x65','\xda','\x7d','\xab','\xd2','\x99','\xba','\xc1','\x3d','\x30','\x33','\x7c','\x80','\xcc','\xc1','\xf3','\x73','\xc5','\xf3','\xcf','\xab','\x44','\x76','\xbb','\xb6','\x48','\x4e','\xe6','\xad','\x94','\xda','\xa5','\x7c','\x16','\xab','\xcf','\xbf','\x9f','\xf0','\xc7','\xbf','\xbf','\xe1','\xdb','\xf7','\x55','\x5c','\x98','\x34','\xc0','\x81','\x9d','\x1b','\xb2','\xa0','\x15','\x63','\xf8','\x70','\x14','\x02','\x31','\x87','\x10','\x4c','\xb4','\xb3','\x2c','\x18','\x8c','\xb3','\x34','\x8e','\xe0','\xa3','\xec','\xc8','\x71','\x1d','\x03','\x65','\xd5','\xef','\xef','\xa1','\x41','\x3a','\x5c','\x5f','\xa9','\xb3','\xc1','\x43','\xc6','\xba','\xe9','\x68','\xc1','\x40','\xd4','\x76','\x67','\x40','\x92','\x40','\xb2','\xac','\xc5','\x35','\xea','\x8c','\xa6','\x81','\x0f','\x5a','\xc7','\x58','\x77','\xe0','\xc2','\x89','\xd6','\x6b','\x8c','\x02','\xc3','\x5d','\x2b','\x4c','\x03','\xcb','\xd0','\x68','\x4f','\x8b','\x25','\x3f','\x0c','\xed','\x6d','\xcb','\x8c','\x84','\xad','\x47','\xa8','\x00','\xa4','\x91','\xff','\x66','\xb1','\x16','\x7a','\x73','\xe9','\x70','\x69','\x47','\x11','\x07','\xb7','\xac','\x09','\x4f','\xee','\x4a','\x92','\x62','\xe7','\xa1','\x6c','\x3c','\x90','\xac','\x5f','\xba','\x0a','\x18','\x20','\x2a','\x6e','\x21','\xce','\x02','\x42','\x67','\x29','\x9b','\x35','\xd7','\x9a','\x97','\xbf','\x26','\x41','\xc8','\xe7','\x24','\xa4','\xa2','\xa1','\x20','\xec','\x17','\x07','\x73','\xa7','\xbc','\xc1','\xf8','\x08','\x5b','\xfd','\x2a','\xf0','\x16','\xa8','\x80','\x95','\x5c','\xdf','\x0e','\xaa','\xb2','\x09','\x29','\xa9','\x2c','\x13','\xec','\xa8','\x6b','\x4c','\x6a','\xff','\xbe','\xfb','\xfb','\xfe','\xee','\xa4','\x52','\x20','\x9b','\xd4','\x59','\x69','\x07','\xb1','\x08','\x6d','\xcb','\x62','\xb8','\x3d','\x34','\xf0','\x4d','\x93','\x60','\x1a','\x8e','\xb2','\x31','\x93','\xe2','\x35','\xa4','\x32','\xb1','\x0b','\xd3','\x2e','\xc8','\x5b','\x07','\x26','\x2e','\xd1','\x1d','\xcc','\x6e','\x9e','\x6e','\xf6','\xb8','\x60','\xd6','\xf2','\x9b','\xf0','\x28','\x21','\x79','\x29','\x82','\x39','\xab','\x87','\xf6','\x8f','\x3c','\x52','\xcd','\xad','\x67','\xdd','\x8a','\x9c','\xce','\x15','\x72','\x63','\x68','\x52','\x20','\xcf','\x09','\x24','\x11','\x5a','\x9b','\xaf','\x0f','\x4a','\xd9','\xb8','\x33','\x8e','\x17','\xfc','\x20','\xef','\x35','\x66','\x94','\x24','\xe0','\xee','\xba','\xe9','\x42','\x82','\xed','\xdd','\xdb','\x03','\x6e','\x42','\x7b','\x63','\xd1','\x34','\x83','\x44','\xb1','\x4a','\x04','\xf5','\x5c','\x60','\x68','\xfc','\x96','\xfb','\xe7','\x78','\x42','\x94','\x28','\xbe','\xba','\xf2','\x25','\x0b','\x41','\x3c','\x3c','\xec','\xb4','\xd8','\x78','\x94','\x63','\xf6','\xc4','\xcb','\x05','\xe0','\x16','\xd3','\x06','\xa0','\xe8','\xb8','\xdb','\xd9','\x26','\xa0','\xb9','\xa7','\x45','\x7f','\xcc','\xae','\xc7','\xaf','\x2f','\x15','\x16','\xf6','\x58','\xba','\x87','\xc0','\x1e','\xe3','\x13','\x69','\x51','\x4e','\x16','\x58','\x94','\x6b','\x44','\x90','\xef','\x6f','\xa4','\x97','\xb9','\x2f','\xfc','\x86','\x3c','\xf9','\x22','\x78','\x0f','\xfe','\xe0','\x9e','\xba','\x0e','\xef','\xf0','\xe4','\xda','\xa3','\x95','\xcc','\xac','\xe5','\x00','\x5e','\xd4','\xc3','\x7b','\x5f','\x61','\x3b','\x07','\xbe','\x7f','\xc1','\x78','\xfe','\x99','\x1b','\xdc','\x69','\x10','\x84','\xe3','\xa8','\x70','\xb7','\x1a','\x73','\xfb','\x91','\xce','\xc7','\xf6','\xb0','\x9c','\xfe','\x7e','\xd6','\xa8','\x5a','\x06','\xfa','\xed','\xb9','\xe2','\xaa','\x16','\x03','\xdb','\xa4','\xc5','\x91','\x66','\xd2','\x60','\x42','\x90','\x87','\x44','\x68','\x73','\x54','\x19','\xed','\x1d','\x38','\x5a','\x37','\x23','\x73','\x42','\xd2','\x49','\x9b','\xfa','\x16','\xe0','\xb8','\x77','\xa8','\xdf','\x19','\x8f','\x8e','\x31','\xa2','\x84','\xb0','\x13','\x82','\xa4','\xa4','\xad','\x55','\x3f','\xe9','\x9c','\xa8','\x75','\x04','\x11','\x18','\xc6','\x56','\x60','\xd7','\x27','\xe6','\x58','\xc7','\x9d','\x18','\x43','\x31','\x72','\x12','\x60','\x42','\x85','\x9f','\xbf','\xae','\x78','\xfe','\x29','\x82','\xa8','\x9c','\x16','\x35','\x86','\x19','\xce','\x4c','\x50','\x21','\xac','\x4f','\x66','\xf5','\x59','\xf1','\xe3','\x5f','\x4f','\x78','\x52','\xe1','\x47','\x5c','\xe6','\x34','\x3a','\x5c','\x65','\x54','\x8d','\x32','\x16','\x72','\x5f','\x62','\x20','\x00','\x47','\xd0','\x9c','\x43','\xac','\x66','\xb5','\xed','\x17','\x01','\x3a','\xfc','\xa1','\xf0','\x46','\x6b','\xe9','\xad','\x81','\x88','\x41','\xa5','\x28','\xc3','\x0f','\xcd','\x7b','\xc1','\x9e','\x65','\xbd','\x75','\xee','\x2a','\x38','\xe8','\x07','\x83','\xa8','\xb8','\x75','\x21','\xae','\xaa','\xd5','\x56','\x27','\x97','\x88','\xb0','\x68','\x88','\x76','\xb3','\x30','\x6d','\x9b','\x0a','\x5a','\xd0','\xb5','\x9d','\xdd','\xbb','\x66','\xe3','\xa8','\x0b','\xbb','\x5f','\x2a','\xf3','\x75','\xd0','\x59','\x59','\xf3','\x7e','\x22','\xb7','\xcd','\x08','\xf1','\xd4','\x3e','\x99','\xc0','\xb3','\xac','\xaa','\x4c','\x71','\x66','\x83','\xc1','\xd5','\x72','\x54','\xc4','\x78','\x8c','\x09','\x8f','\xbd','\xdf','\x37','\x18','\x4d','\xd2','\x87','\x7a','\xc2','\xed','\x2c','\x50','\x74','\x13','\xb1','\x25','\xb2','\xeb','\x0b','\xa5','\x8b','\x1d','\xee','\x50','\x7c','\x86','\xa1','\x3d','\x29','\x6c','\xce','\x71','\xbb','\x54','\xab','\x1e','\x6e','\x73','\x52','\x3b','\x93','\x8d','\x52','\x62','\xd5','\x48','\xdd','\x8d','\xbc','\xd8','\x08','\xef','\xd8','\x05','\x40','\x98','\x51','\xfd','\x84','\x92','\xa7','\xf4','\xb3','\x93','\x89','\xf4','\xc7','\x02','\xb1','\x01','\x97','\x84','\x6b','\x94','\x31','\x75','\xf7','\x5d','\xa5','\x05','\x16','\x3c','\x23','\x1b','\x97','\x68','\x29','\x40','\x91','\x79','\x8b','\xbc','\x30','\x08','\x97','\xac','\x0e','\x35','\x2a','\xf2','\x35','\xc6','\xf6','\xa5','\x28','\x86','\xba','\xae','\xfe','\x3a','\xf0','\x1e','\xa8','\x55','\xdd','\x0f','\x4d','\x60','\x95','\x33','\x5d','\x8c','\xa5','\x31','\x96','\xa2','\x01','\x10','\xa8','\x3f','\x0b','\x54','\x8a','\x9c','\x03','\x62','\xdf','\xc3','\x3a','\x9a','\x2e','\xdc','\xeb','\x3c','\xfb','\x1e','\x8c','\x2c','\x09','\x06','\x36','\xf6','\xae','\x50','\x1d','\xf6','\xd6','\x29','\xf8','\x1a','\x66','\x34','\x93','\x74','\x56','\x4d','\x10','\xbd','\x30','\x18','\x05','\x2c','\x6a','\xa2','\xdb','\x42','\xb4','\x8f','\xc3','\x49','\x3d','\xdd','\xa5','\x41','\x64','\xd0','\xbd','\x9f','\x3d','\x3e','\xdc','\x95','\x50','\xff','\xdd','\xb6','\x38','\xaa','\x85','\x4c','\xc7','\xbf','\x10','\xc5','\x99','\x4c','\x3d','\x0f','\x54','\xab','\xc9','\x10','\xb3','\xe0','\x2d','\x7f','\x43','\xf8','\x48','\xa9','\xe4','\x37','\xbc','\x39','\x8c','\xee','\xca','\x44','\x84','\x75','\xed','\x03','\x23','\x18','\xb8','\x00','\x64','\x61','\x6e','\xdf','\x06','\xf8','\xe4','\xd7','\xfe','\x06','\xcf','\x1e','\x3a','\x51','\x0f','\x18','\xe3','\x7d','\xbd','\x56','\xd4','\x6b','\xf5','\x03','\xad','\xe2','\xbe','\x61','\x1a','\x99','\x20','\xb8','\xcd','\x08','\x17','\x67','\xa4','\x97','\x2b','\x31','\xfc','\x19','\x95','\xf9','\x39','\x07','\xbb','\xc7','\xed','\xa6','\x5f','\xed','\x63','\x90','\xf4','\x1b','\x89','\xe9','\x21','\x42','\x72','\xb1','\x49','\x13','\x69','\x12','\x6e','\x22','\xe0','\x20','\xb8','\xf0','\xe3','\x5a','\x61','\x73','\x13','\x4a','\xd5','\x74','\xa2','\x26','\x45','\xdf','\xbb','\x73','\x3e','\x7a','\x2d','\x2b','\xcf','\xb3','\xe5','\xc7','\xac','\x01','\x00','\x3c','\xb2','\xde','\xb3','\x0a','\x2d','\xd7','\x9f','\x9b','\x9c','\xd3','\xb1','\x04','\x65','\x16','\xcc','\x41','\xeb','\xb6','\x68','\xa3','\xeb','\x65','\xc1','\x8f','\x3f','\x2e','\xf8','\x43','\xdd','\xdd','\x4a','\x21','\xd4','\xca','\xf8','\xf9','\xe7','\x26','\x6e','\x6f','\xb5','\xc9','\x59','\xa1','\x3c','\x4f','\x16','\xe4','\x20','\x81','\x5d','\x23','\x12','\xf7','\x17','\xb6','\xec','\x6d','\x89','\x39','\xbe','\x67','\xaa','\x1e','\xa1','\xe9','\x63','\x79','\x87','\x2b','\xfc','\xa6','\xc4','\x33','\xc0','\x2d','\x06','\x74','\x52','\xf7','\x79','\x59','\xc3','\x4b','\x84','\xe9','\xc6','\x3f','\xad','\x44','\x17','\x97','\x67','\x63','\x17','\xb3','\x80','\x27','\x2e','\xe4','\x41','\xf8','\x19','\x15','\x6c','\x21','\x3c','\xab','\xc0','\x5c','\xc8','\x19','\x63','\x20','\x42','\xca','\x9a','\xeb','\x46','\x44','\x7f','\x8b','\x24','\xc5','\x1e','\x22','\x9d','\x92','\xa5','\x45','\x42','\x2f','\xf6','\xcc','\x74','\xdf','\x64','\xa4','\x8f','\xfd','\xb8','\x99','\x45','\x2a','\xbe','\x26','\x26','\x4a','\x9b','\xab','\x92','\x9a','\x09','\x42','\x12','\x41','\x66','\xc1','\xe5','\xdb','\x8a','\xcb','\x93','\x08','\x73','\x9b','\x9e','\x71','\x73','\xf7','\xcc','\xca','\x6e','\xf1','\x1c','\x64','\xf5','\x28','\xf7','\x48','\x18','\x43','\x8f','\xb0','\x19','\x11','\xe5','\x89','\x7d','\x30','\x63','\x4c','\x1b','\x01','\x54','\x18','\x25','\x89','\x42','\xac','\xee','\x60','\xac','\xfd','\xa2','\xf4','\x19','\x03','\x35','\x53','\x38','\xa5','\x7a','\xfd','\x4c','\xd7','\xe4','\xfc','\x00','\x8f','\xf8','\x43','\xc7','\xc6','\xe6','\x9d','\x20','\x02','\x33','\x51','\x57','\x66','\x67','\x75','\xcb','\x02','\x4c','\x72','\x89','\xeb','\xc6','\xbf','\x7f','\x09','\x2a','\x86','\x5a','\x6d','\xce','\xf0','\x75','\x78','\x0a','\x32','\x1e','\x70','\xb7','\x28','\x79','\xbe','\x6e','\xcd','\x25','\x6d','\xcb','\x3f','\xd3','\xb9','\x3b','\x93','\x46','\x0f','\x2c','\x84','\x82','\xb4','\xc6','\xc0','\x1d','\x9d','\xc8','\x63','\xd3','\xaa','\xe2','\x32','\xb3','\xaa','\xc5','\xb2','\xe9','\xbe','\x74','\xc3','\x37','\x2e','\xc6','\x4c','\xf3','\x8e','\xd0','\xc3','\x3d','\x1b','\xfe','\x2d','\x19','\xb3','\x7e','\xc8','\x8f','\xdb','\x72','\x82','\x5b','\xef','\x69','\x8e','\x3f','\x93','\x07','\xce','\xc6','\xa3','\x45','\x52','\x54','\x6e','\x12','\xf9','\xd3','\xd6','\x93','\x29','\x31','\x4b','\x29','\x20','\x32','\xf7','\x52','\xee','\x1c','\x49','\xa6','\xac','\x39','\x43','\x90','\x4d','\x39','\x1f','\xd2','\xa9','\x40','\x7a','\xc3','\x6a','\xc0','\xac','\x79','\x86','\xaa','\xba','\x8e','\x16','\x76','\xd7','\x51','\x41','\x64','\x92','\x5c','\xd4','\xb4','\xb2','\x7b','\x5c','\x34','\x69','\xc4','\xe4','\xb7','\xbd','\xdd','\x33','\x75','\x49','\xed','\xb0','\x50','\xb2','\x46','\xb3','\x2d','\x62','\x1f','\x97','\x29','\x10','\x76','\x34','\xd5','\x84','\xd0','\x5a','\x1b','\x16','\x2a','\x4e','\x63','\xcb','\x42','\xee','\xf5','\x32','\xae','\x73','\x4b','\x48','\xfd','\x52','\x51','\xfe','\xde','\xb7','\x1e','\x95','\xbd','\x77','\xe5','\xbe','\x98','\x6f','\xdb','\xd7','\xfc','\x68','\x5b','\xde','\xac','\x29','\xaf','\x84','\x79','\xbd','\x7c','\xeb','\x81','\x17','\x56','\x66','\xfb','\xfb','\x0d','\x91','\xd4','\x14','\xe9','\x50','\xa7','\x03','\x31','\x10','\x3c','\xd1','\xd7','\xbd','\xae','\xeb','\xf9','\x19','\xa0','\x59','\x10','\x84','\xa3','\xec','\xa9','\xb7','\x1b','\x79','\xc3','\xba','\x33','\x08','\x3e','\x2e','\x7c','\x28','\xa3','\xd0','\x69','\x3a','\xc8','\x04','\x10','\xf1','\xbd','\x1d','\x83','\x1c','\xb0','\xfa','\xaa','\x2e','\x76','\xfe','\x65','\x09','\x01','\xc0','\xc3','\xe9','\x2a','\x61','\x13','\xa6','\xb9','\x67','\x96','\xdc','\xc5','\x2d','\x11','\xa8','\xde','\xe2','\x33','\x0a','\x4d','\x77','\x74','\x7f','\x80','\xe0','\xb5','\x06','\x36','\x68','\x8a','\x15','\x95','\x49','\x2b','\x94','\xae','\xd9','\xd8','\x44','\x69','\xc6','\x08','\x44','\xb0','\x83','\xb2','\xd3','\xfa','\xe6','\x0a','\x0e','\xfd','\xed','\x75','\x80','\xcd','\x82','\xd2','\x31','\x1c','\x80','\x13','\x1f','\xd2','\x95','\x56','\xaf','\xcd','\x93','\x98','\x3e','\x3f','\x57','\x54','\x75','\x3d','\xcc','\xc1','\x29','\x88','\xe0','\x6e','\x82','\x54','\x08','\xdf','\xbe','\x2d','\x78','\xfa','\xb1','\xe2','\xfb','\x0f','\x09','\x6d','\xbd','\x5e','\x16','\x30','\x20','\xc2','\xd3','\xb5','\x86','\xf0','\xa4','\x8b','\xa1','\x63','\xc0','\x86','\x31','\x2a','\x8b','\xb8','\x21','\x81','\x48','\x19','\x65','\x48','\x54','\x9e','\x17','\xec','\x65','\xeb','\xeb','\x31','\x5b','\x78','\x7e','\x8d','\x77','\x77','\x79','\xbc','\x31','\xdc','\x3a','\x6e','\xd9','\x43','\xf8','\xe7','\x03','\xb0','\xa8','\x0b','\x3f','\x29','\x28','\x81','\x9d','\xfb','\xc9','\x56','\xd0','\x60','\x3e','\x86','\x46','\x51','\xac','\xe6','\x42','\x88','\x3c','\x5b','\x76','\x5b','\xdd','\xc4','\xc2','\xed','\x0a','\x30','\x1f','\x31','\x2a','\x50','\x06','\x5f','\x60','\x66','\xd8','\x9b','\xe3','\xd6','\x7e','\x1e','\x68','\xb8','\x47','\x84','\x48','\x86','\x69','\x6d','\x24','\x20','\x05','\xd2','\xd6','\xe7','\x18','\x40','\x71','\xa1','\xfd','\xf2','\x6d','\xc1','\xd3','\xd3','\x0a','\x22','\x3d','\xe7','\xf6','\x1c','\x49','\x7c','\xdd','\xf2','\x93','\x16','\xed','\xce','\x83','\x2b','\x59','\x9c','\xc6','\x36','\xed','\x7b','\x90','\x06','\x6e','\xd8','\xf3','\x36','\xda','\xcc','\x24','\x21','\x77','\x35','\xf1','\xa3','\xb8','\xea','\x87','\x9b','\x29','\x08','\x72','\x20','\x3f','\x4b','\x89','\x94','\xd9','\xa6','\x1e','\xba','\xb0','\xde','\xce','\x0d','\x1e','\x2c','\xb2','\x1d','\x5f','\x68','\xfb','\x95','\x54','\x08','\x92','\x49','\xcd','\x96','\x29','\xaf','\x39','\xc9','\x47','\x04','\x78','\x04','\xb9','\x1d','\x83','\x91','\x27','\xbc','\x63','\x84','\x77','\x83','\x25','\x67','\x42','\xbc','\xcd','\xf9','\x90','\xa7','\x58','\x13','\x18','\x00','\x57','\x76','\x01','\xcd','\xd2','\xc2','\x80','\x80','\xaa','\x42','\x10','\x69','\x88','\x77','\x13','\x7d','\x01','\x74','\xee','\x73','\xe2','\x34','\xc0','\x68','\x3a','\xdf','\x76','\xc8','\xd6','\xdc','\x0a','\x9d','\x7e','\xed','\xb7','\x40','\xf4','\x6b','\x14','\x84','\x7e','\x45','\x38','\x41','\x94','\x03','\x0f','\x72','\x3f','\xf8','\x18','\xb3','\xf2','\x20','\x82','\x63','\x16','\x96','\x75','\x2e','\x0a','\x41','\x44','\x60','\x0e','\x5f','\x5b','\xe6','\x43','\xa2','\x18','\x68','\xa8','\xdc','\x70','\x8b','\xb3','\x16','\x1d','\xbd','\xdf','\xcb','\xa5','\x63','\x7f','\xc8','\x2d','\xaf','\x47','\x53','\xa6','\x38','\x51','\xcf','\xa0','\x12','\x15','\xa8','\xf7','\x28','\x68','\x29','\x58','\x88','\x81','\x4d','\xee','\x5b','\xc2','\xf5','\xe1','\xf5','\xfe','\x2b','\x4d','\xea','\xd1','\xc6','\x8f','\xe3','\xea','\xa9','\x00','\x8a','\x58','\xce','\xcb','\x62','\x11','\x3a','\xf5','\xff','\x91','\x27','\x44','\xbe','\xbc','\x43','\xd9','\x72','\x2c','\xa0','\xa2','\x80','\x8a','\xe4','\x13','\x2a','\x44','\xc0','\x52','\xb0','\x34','\x00','\x4b','\x43','\xc7','\x0e','\x72','\x5f','\xdc','\xb4','\xe9','\x6f','\x0c','\x9c','\xbe','\x4d','\x71','\xd9','\x21','\xe3','\x3d','\xa1','\x4f','\x8f','\x54','\xda','\x45','\x8d','\x09','\xfe','\x32','\x7e','\x7d','\x5d','\xf8','\x54','\x74','\x33','\xd2','\x90','\x53','\x81','\xe8','\xc1','\x96','\xd2','\xc1','\x77','\x18','\x4e','\xee','\xcb','\x1b','\xe3','\x1b','\x18','\xac','\xf9','\x81','\x51','\x00','\xba','\x4b','\x73','\x7c','\xd2','\xbe','\x33','\x49','\x3c','\xe4','\x8d','\xfe','\x22','\x8f','\xb9','\x80','\x54','\x78','\xa9','\x1b','\xa3','\x6e','\x35','\xce','\x85','\x28','\xd5','\x2b','\xc5','\x0e','\x69','\x07','\xa3','\xee','\xe6','\xef','\x96','\xca','\x67','\x11','\xcb','\xfc','\x2f','\x3b','\x9d','\x74','\x44','\xe3','\x0a','\x14','\xde','\x6b','\x01','\xdf','\x0a','\x46','\x17','\x9e','\xd0','\x96','\x5b','\xa7','\x63','\x73','\x87','\xe0','\xd1','\x33','\x09','\xce','\x60','\x20','\x18','\x8d','\xce','\x58','\x34','\xab','\x78','\x22','\x1c','\x11','\xa0','\x56','\x25','\x72','\x26','\xc8','\x8c','\x38','\xa0','\x3e','\x62','\x5b','\x6b','\x72','\x26','\xe7','\xf9','\xaf','\xcd','\x93','\x99','\xd6','\x2d','\xd6','\x4b','\x2f','\x71','\xb3','\x13','\x82','\xa7','\x6f','\x0b','\x7e','\xfc','\xf1','\x84','\x1f','\xff','\xba','\xe0','\xf2','\x4d','\x96','\x5b','\xbd','\x56','\x3c','\x3f','\x4b','\x5e','\x1f','\xcf','\x09','\xa4','\x7f','\x84','\x01','\x1c','\xdc','\x4f','\x8c','\x51','\x5e','\x08','\xeb','\x5a','\xb0','\xac','\x8b','\x0f','\xde','\xf6','\xd5','\x30','\x50','\x47','\xeb','\x22','\x6c','\xf8','\x87','\x21','\xa2','\xcc','\x60','\xbe','\x64','\x6c','\x18','\x11','\x4c','\x43','\x5d','\xbe','\x40','\x50','\x1f','\xfd','\x06','\xae','\x0d','\x93','\x3c','\x63','\xbb','\x46','\x10','\xa2','\x1c','\x73','\xcf','\x04','\xa0','\xa1','\x56','\x59','\x0e','\xa2','\x0f','\x0d','\x95','\x35','\xa3','\xd6','\x0c','\xdd','\x9c','\xad','\x19','\xa3','\xa9','\xd6','\x8f','\x9d','\x9b','\xdb','\xc9','\x20','\xe4','\x2b','\xd9','\x32','\x6a','\x0a','\x8d','\xc4','\x4c','\xc9','\x65','\xb2','\x01','\x70','\xa1','\xed','\x72','\x91','\x64','\xbc','\x0c','\xc6','\xf5','\x59','\xd6','\xff','\xf3','\x5f','\x1b','\xae','\xd7','\x6a','\x05','\x77','\x56','\x89','\x5c','\x9e','\x35','\x85','\x86','\x3e','\xe6','\xb1','\x4e','\x1f','\x7d','\xcb','\x69','\xce','\xf0','\x1f','\x76','\xdc','\xac','\xc8','\x2a','\xbc','\xb8','\xdb','\x0f','\xc7','\x1b','\x9d','\x70','\xa5','\xf7','\x46','\x8b','\x8f','\xb9','\x1b','\x8e','\x42','\xed','\xce','\x6d','\x8d','\x2d','\xf0','\x48','\xdf','\x09','\xe9','\x7f','\x8c','\x2f','\xd2','\xd8','\x98','\x7b','\xae','\x0b','\x77','\xf9','\xb9','\x24','\x4a','\x23','\x24','\x3f','\x9d','\x93','\x8c','\x0b','\x75','\x3d','\x58','\xfb','\x21','\x82','\x4d','\x01','\x80','\xb5','\xc0','\x5c','\x82','\x41','\x00','\xcc','\x3b','\x20','\x9d','\x7f','\x32','\x37','\x38','\xd7','\x96','\x0b','\xeb','\x88','\xc2','\x24','\xa1','\x80','\xb5','\x2d','\xa5','\xc0','\xcf','\xa4','\x59','\xff','\xdb','\xaa','\x87','\xf5','\xd5','\xe5','\xd1','\x2c','\x16','\xf2','\x1d','\xca','\xc4','\x0e','\xa9','\x02','\x46','\xb8','\x67','\x4f','\x7e','\x26','\x4e','\xdb','\x71','\xdb','\x27','\xcf','\x0e','\x5c','\xe0','\x74','\x1d','\xdf','\xa8','\xc8','\x9e','\x6b','\xac','\x6e','\x70','\x4d','\xc7','\x93','\x81','\x05','\x2a','\xf8','\x30','\xdc','\x0d','\xce','\xdd','\xbd','\xd4','\xcd','\x1a','\x83','\xf2','\x6b','\x5e','\x7f','\x10','\xdd','\xd1','\x1b','\x22','\xef','\x8f','\x7b','\xc1','\xb7','\x8f','\xee','\x9f','\x86','\x86','\x8d','\x81','\x85','\x45','\x39','\x57','\x8a','\xac','\x25','\x22','\x46','\xdd','\x00','\x20','\x2c','\xda','\x93','\x26','\xf9','\xd7','\x1d','\x6a','\x30','\x7a','\x98','\xaf','\x2b','\x6f','\x63','\xae','\x9d','\x8b','\xae','\x59','\xcb','\x79','\xd8','\xd4','\xfd','\xf3','\x30','\xfa','\xeb','\x49','\xaf','\x98','\x01','\x34','\x4b','\x19','\xa2','\x11','\xee','\x88','\xc0','\x8b','\x29','\x88','\x5a','\x08','\xfd','\xd1','\xca','\xcf','\x05','\xc6','\xcd','\x1c','\x80','\x2f','\x95','\x7f','\x5e','\x2c','\xd4','\xff','\x86','\x4f','\x85','\xd6','\xf6','\x51','\xe0','\x5a','\x6b','\x53','\x21','\xa8','\x0b','\x82','\x30','\xf3','\x9d','\x7b','\x39','\x18','\x17','\xd3','\x43','\xde','\xec','\xa6','\x78','\xe4','\xf1','\x01','\x84','\x14','\x67','\x8c','\xd7','\xa6','\x16','\x9f','\xba','\xa9','\x90','\x40','\xe4','\xd6','\x00','\xf1','\xff','\xde','\x1f','\xf6','\x3d','\x44','\x20','\x56','\x8d','\x0a','\x3f','\xbe','\x9d','\x8d','\x21','\x30','\xf7','\x9b','\xb1','\x6d','\x2f','\x1b','\x85','\xf8','\x92','\x18','\x8f','\xb8','\xa9','\xcc','\xc6','\x20','\x1c','\x16','\x63','\x22','\xf5','\x4f','\x9e','\x8b','\x8e','\xc9','\xd2','\x01','\xdd','\xb5','\x73','\xc7','\x2c','\xe5','\x4a','\x7b','\xfb','\x9c','\x09','\x53','\x6c','\xf5','\x19','\x6d','\x29','\xe2','\xf6','\x74','\xbd','\x36','\x4f','\x62','\xfa','\xfc','\x1c','\x41','\x0e','\xe4','\xb9','\xcc','\xec','\x05','\x33','\x75','\x79','\x5a','\xf1','\xfd','\x8f','\x0b','\x7e','\xfc','\x58','\xf1','\xf4','\x7d','\xc5','\xb2','\x96','\xee','\xcc','\x16','\xa7','\xf3','\x3d','\x1e','\xf9','\x27','\xf5','\xc5','\xb5','\xea','\xda','\x57','\x3b','\x8c','\x6f','\x07','\xf2','\xcd','\x12','\x11','\x3e','\xcf','\xe7','\x70','\xb4','\x92','\x67','\x23','\xd4','\x43','\x4f','\xe5','\x6d','\xfd','\xfa','\xfa','\xe9','\xc4','\x9d','\xfd','\x6b','\xdd','\xb5','\x1b','\xdb','\xe9','\xf0','\xf6','\xb8','\x0f','\x4f','\xca','\xe9','\x97','\x98','\x52','\x87','\xbb','\x2b','\x92','\x7b','\x54','\xc2','\xd2','\x56','\x8a','\x6a','\x17','\xdd','\x02','\xa4','\xf3','\xa3','\x1b','\x98','\xbd','\x3c','\xf2','\x75','\x23','\x4d','\x26','\x5f','\x43','\x5d','\x08','\x65','\xeb','\xce','\x60','\x11','\xf2','\xb5','\x54','\x74','\x2d','\xb2','\xb9','\x94','\x31','\x9a','\xae','\x57','\xb7','\x0a','\x0d','\x8c','\xd7','\x0e','\x8e','\x79','\x8d','\xfe','\x45','\x13','\x58','\x6c','\x6e','\x75','\x03','\x18','\x13','\x2d','\x07','\xaf','\x49','\x82','\x72','\x6c','\x2d','\xf2','\x59','\x6d','\x6d','\xdf','\xc7','\x5c','\x34','\xf5','\x58','\xe7','\x2c','\x14','\x7d','\x6e','\x70','\x66','\xfe','\x65','\x48','\xcf','\x85','\x3d','\x7b','\xa6','\xeb','\x9f','\xaf','\xbb','\x34','\x48','\x21','\x87','\x38','\x3e','\x99','\x8d','\x8b','\x0b','\x18','\x9a','\xc0','\xd1','\xf2','\x87','\x84','\x95','\x3c','\xca','\x24','\x2b','\xc0','\x05','\xfe','\x16','\x63','\xe8','\xc2','\x1e','\x7b','\x25','\x54','\xc8','\xa3','\xf8','\xf9','\x9e','\x26','\x02','\x0a','\x7b','\xe4','\xb9','\x7e','\xed','\xa4','\x76','\x77','\xed','\x24','\x3f','\xb7','\x43','\xfe','\x6c','\xbc','\x53','\x0a','\x7b','\x42','\x47','\x82','\x58','\xec','\xaa','\x33','\x6e','\xd2','\xe8','\x5c','\x96','\x59','\xf0','\x04','\xff','\x30','\xd8','\x18','\x6c','\x3d','\x5b','\x48','\x08','\x17','\xcd','\xa5','\x10','\x18','\x25','\x18','\xf5','\xad','\xa1','\x6e','\x45','\xbc','\x11','\x50','\x5d','\x99','\xc6','\x3a','\x28','\x47','\x38','\x69','\x24','\x03','\x5f','\x1a','\x66','\x6b','\x6f','\x6c','\xf8','\x44','\xf2','\x79','\x58','\x06','\x34','\x61','\x42','\x2d','\x40','\x59','\x4a','\x31','\x6b','\x87','\x5b','\x83','\x5c','\xe3','\xa7','\xe7','\x7d','\xba','\xb5','\x09','\xb5','\xfc','\x28','\xff','\xc1','\x56','\x06','\xfb','\x5e','\x09','\xfc','\x65','\xd6','\xde','\xa1','\x2f','\x03','\x2d','\x9e','\xe2','\x9b','\xf4','\xdd','\xa2','\xa8','\xc1','\x85','\x75','\xa5','\x53','\xb6','\xa6','\x09','\x20','\x53','\x1c','\x29','\xce','\x64','\xa0','\xdb','\x4f','\xf6','\xd1','\x8d','\x4d','\x16','\x92','\x4c','\xa9','\xcb','\x2c','\xc7','\x15','\x96','\x82','\xf5','\x22','\x9f','\x1e','\x45','\xaf','\xb6','\x64','\xfd','\x39','\x81','\x93','\x47','\x6c','\x0e','\xcc','\xd5','\x10','\x85','\x50','\x16','\xc0','\x42','\x9d','\x34','\x6e','\x3a','\x26','\xe7','\xf5','\xbc','\xf7','\x1a','\x37','\xfc','\x46','\x4a','\x77','\x8e','\x22','\x9f','\x7a','\x3b','\x5e','\xc3','\xcc','\xdd','\xa2','\x37','\x0f','\x14','\xf1','\xda','\x67','\x66','\xf0','\x78','\xb3','\x26','\x6b','\xfe','\x2b','\xc0','\xbd','\xed','\x18','\xe6','\xd6','\x7e','\xc5','\x6f','\x0e','\xa5','\xbe','\x42','\x6b','\x6d','\x1a','\xd4','\x6d','\x17','\x04','\x21','\xbf','\xf8','\xea','\x33','\x41','\x69','\xd1','\x65','\x44','\xe2','\x3c','\x59','\x42','\x42','\xae','\xf1','\x67','\x68','\x98','\xdd','\xe6','\x2e','\x37','\x66','\xfd','\x71','\x02','\x66','\xc2','\x8f','\xe7','\x9f','\x09','\xe4','\x60','\xda','\x89','\x7c','\xb0','\xb1','\xdb','\x8d','\x9c','\x84','\xa0','\xae','\x6d','\xa9','\x8c','\x83','\xae','\xbc','\x39','\x38','\xe3','\xaf','\xe6','\x74','\x26','\x14','\xa5','\xc6','\xa2','\xd9','\x2c','\xde','\xd7','\x3e','\x14','\xad','\xbf','\x1e','\x07','\x2d','\x6f','\x6c','\x52','\xd7','\x6e','\x23','\x45','\x4f','\x33','\x66','\x96','\xd9','\x19','\x08','\x52','\xba','\x61','\xc1','\x08','\xb6','\x6b','\xc5','\xcf','\xbf','\xae','\x78','\xfe','\xab','\x7a','\x78','\xea','\xcc','\xd4','\xe4','\xf1','\x2c','\x24','\xc9','\x4c','\x57','\x0d','\x6d','\x6d','\x2e','\x6f','\x20','\xf2','\xdc','\x40','\xd7','\xe7','\xcd','\x73','\x33','\x19','\x43','\x66','\xcc','\x49','\xcf','\x90','\x85','\xf0','\xb3','\x2c','\x25','\x84','\x1f','\xad','\xd3','\x12','\xdd','\x8a','\x35','\xd0','\x9e','\x7f','\x0d','\x96','\x4b','\x63','\x95','\xc7','\xb3','\xbf','\xda','\x7d','\x3b','\xac','\xe9','\x64','\x2e','\xe6','\xd3','\x93','\xae','\x26','\x82','\x6c','\xbd','\xd9','\xbd','\x73','\x44','\x5d','\x06','\x81','\xe2','\x65','\xa0','\x8c','\xa4','\x85','\xbe','\xf6','\x73','\x5f','\xe1','\xfa','\xe3','\x1c','\x63','\xaa','\x2b','\x72','\x46','\xe8','\x3a','\xea','\x82','\x90','\xa4','\xe6','\x91','\xf9','\xf2','\x23','\xd6','\xf3','\x8c','\x59','\x34','\xf7','\xae','\x92','\x18','\xa2','\xd4','\xef','\xc4','\x67','\x87','\x48','\xcf','\x26','\xc8','\xec','\x3b','\xef','\x6b','\x24','\x0b','\x04','\xbb','\x9e','\x23','\x94','\x0b','\xda','\xb6','\x4d','\x73','\x58','\x5d','\xaf','\x72','\xce','\xcd','\xb4','\xab','\x1d','\x73','\x93','\x15','\x14','\xba','\x7f','\x3a','\xb1','\xe4','\xa0','\xbe','\x34','\xe2','\x5d','\x23','\xcc','\x52','\x93','\xdb','\x42','\x1e','\xb0','\x60','\xb2','\xbc','\xf2','\xeb','\x34','\x94','\xa8','\x2e','\x69','\xbe','\xe9','\x13','\x5e','\x24','\xc2','\x10','\xe0','\xc0','\xda','\xae','\x23','\xa5','\x7b','\x53','\x84','\x9f','\x54','\xea','\x74','\x51','\x22','\xe1','\x7a','\x15','\x89','\x5a','\x5c','\xa4','\x4a','\x1e','\x36','\x38','\xda','\xaa','\x96','\xa1','\x94','\xb3','\xcc','\x04','\xe6','\xa2','\xcc','\x97','\xb5','\xd3','\xbe','\x8b','\x50','\x48','\x28','\x6e','\x3d','\xd2','\xf7','\xd2','\x00','\xb6','\x22','\x9d','\x28','\x85','\x50','\x34','\x42','\xe8','\xb6','\x45','\x88','\xec','\xb0','\xba','\xab','\x9d','\x8b','\x81','\xda','\xc4','\xf5','\x92','\x4b','\x11','\x7a','\x54','\x08','\xdc','\x24','\x32','\x96','\x30','\x9c','\x2a','\x14','\x53','\xd1','\xa0','\x0a','\x40','\x5b','\x0a','\xca','\xd2','\xbc','\xfd','\x92','\x60','\x55','\xdc','\xb8','\x6c','\x9f','\xec','\xbc','\x40','\x86','\xef','\x5f','\x85','\xf7','\x78','\x33','\x78','\x84','\x59','\xec','\xd6','\x91','\x09','\x3f','\x16','\x65','\x92','\xfd','\x01','\x5b','\x1b','\x11','\x08','\x41','\xf4','\x27','\x5c','\xe6','\x7c','\xf8','\x50','\xac','\xec','\xc9','\x7e','\x97','\x9d','\xb7','\xfd','\x46','\x7b','\x9d','\xdc','\xc0','\xf0','\x8d','\xac','\xf9','\xd6','\x18','\xb8','\x06','\x9e','\x5b','\x34','\x6a','\x24','\x15','\x42','\xdd','\x8a','\x58','\x67','\x54','\x91','\x64','\x09','\xa4','\xc7','\xf6','\xcf','\xc8','\x0e','\xa7','\x4d','\x6f','\x01','\x59','\xd6','\xa7','\x45','\xa3','\x1f','\x02','\xb5','\xb2','\xbb','\x91','\x1f','\xbb','\xba','\xdf','\x0b','\x72','\xe6','\xc7','\x42','\xd9','\x19','\xcd','\x95','\xf8','\x58','\x72','\xde','\x90','\xea','\x0c','\x61','\x7f','\x32','\x8c','\x42','\xd0','\x1b','\xc0','\x21','\xfd','\xfd','\x0d','\x5f','\x1a','\xa6','\x67','\x7d','\xd6','\x75','\x7a','\xa4','\xa7','\x0b','\x82','\xb0','\x2c','\xcb','\xa0','\x49','\x19','\xa6','\x9e','\x0f','\x7f','\x4c','\x6f','\xef','\x7f','\x27','\xd1','\xc4','\x05','\x9e','\x90','\x7c','\x94','\x9f','\x07','\x6b','\x04','\x30','\xcf','\x3a','\xbf','\x35','\x27','\x5a','\x76','\xfe','\x83','\xf4','\x59','\x54','\xeb','\x54','\x48','\x55','\xa2','\xbd','\x6c','\xb0','\xbc','\x13','\x99','\x63','\x75','\x4d','\x0a','\xbc','\x5a','\x25','\x54','\xf7','\x0b','\x3e','\x7c','\xe3','\xfe','\x14','\x8c','\x87','\x53','\x04','\xea','\x67','\x2c','\x4d','\xe8','\x32','\x61','\x46','\x93','\x90','\x41','\x7d','\x9e','\x2d','\xd1','\x9a','\x31','\x93','\xd6','\x66','\x56','\x75','\x63','\x1f','\xfd','\x6c','\xde','\xaa','\x2e','\x72','\x5d','\x62','\x82','\xc4','\x62','\x26','\x7d','\xf7','\x70','\xb2','\x44','\xe0','\xda','\xb0','\x5d','\x25','\xc0','\x81','\xbb','\xbb','\xe5','\xe4','\x52','\xc6','\xbc','\x72','\x62','\x28','\x0a','\xb0','\xae','\x0b','\xbe','\xff','\xeb','\x22','\xd1','\xdd','\xbe','\x89','\x30','\x2d','\x19','\xbe','\x45','\x78','\x6a','\xc6','\x18','\x0c','\x6d','\x72','\x63','\x56','\x62','\x4e','\x8c','\xf1','\x5b','\x8a','\x0a','\x3e','\x6b','\x68','\x62','\xab','\xb6','\xcf','\x90','\xbe','\x0c','\x85','\x31','\x88','\x73','\x2c','\x98','\x5d','\x21','\x63','\x98','\x0e','\x24','\x09','\xde','\x7f','\xdd','\xc9','\x16','\x67','\x43','\x4e','\xfb','\x4b','\xb9','\xbe','\xf3','\x35','\xb3','\xbf','\x1b','\x04','\x70','\x68','\xef','\x64','\xc1','\x9a','\x25','\xef','\x65','\x14','\x2a','\x69','\xd3','\x53','\xe0','\x02','\x66','\x0b','\xff','\xbe','\xf7','\xad','\xdd','\xb5','\x3b','\x31','\xee','\x7d','\xb0','\x02','\xd9','\xfb','\xe2','\x5a','\x16','\x49','\x89','\x6d','\x43','\xb8','\xf5','\xd5','\x17','\x01','\x44','\x1b','\x9f','\x98','\x8c','\xa6','\x7b','\x15','\x80','\x5b','\x7d','\x7d','\x68','\xb2','\x52','\x83','\xe3','\x5e','\x1e','\xb2','\xa6','\x4c','\x8b','\xc9','\x03','\xb1','\x8f','\xe0','\x65','\xba','\x90','\xd1','\x80','\xca','\xba','\xce','\x7e','\x56','\x34','\x55','\x12','\x84','\x66','\x37','\x84','\xad','\x1c','\x32','\x3a','\x16','\x47','\x76','\x5f','\x65','\xdf','\x77','\x47','\x73','\x9f','\x0d','\xba','\xd6','\x96','\x18','\x47','\xf8','\xfb','\x1d','\x7f','\xe3','\x49','\x1c','\xb5','\x1d','\x80','\x5a','\xd6','\x7a','\x8b','\x94','\x97','\x95','\x5e','\xb6','\xa1','\x51','\x63','\x47','\x5a','\x2e','\x29','\x57','\x0f','\x03','\x5c','\x18','\x68','\xa4','\x87','\xa2','\x63','\xbc','\xe2','\xf1','\x24','\x40','\x75','\x9b','\xc4','\xe6','\x23','\xe1','\x9a','\x51','\x20','\x20','\x13','\xc4','\x94','\xc9','\x45','\x08','\x40','\xa4','\x42','\x45','\xd1','\x03','\xd9','\x26','\x28','\xd9','\x01','\xd7','\x42','\xa9','\x9f','\x8e','\x8f','\xb4','\x5f','\x05','\x58','\x2f','\x12','\x99','\x6b','\x5d','\x09','\xd7','\x2b','\xa1','\xfc','\x6c','\xd8','\x48','\xf1','\x58','\xcb','\x42','\x50','\x34','\x9a','\x1b','\xa3','\x69','\x7c','\xf5','\x46','\x91','\x1c','\xb2','\x14','\x0e','\x3c','\xbc','\xe8','\x79','\x36','\x15','\xc2','\x78','\x29','\x52','\xff','\x42','\x9a','\x04','\x9a','\x40','\xc5','\xdc','\xe4','\xc2','\x92','\x79','\x04','\x3b','\xbc','\xf2','\x01','\x70','\xb4','\x06','\xef','\xae','\xff','\x00','\x6d','\xee','\x0a','\x3b','\xa8','\xc8','\x56','\x50','\x87','\x0d','\x55','\xde','\x11','\xb7','\x42','\x4b','\x38','\x0e','\xdf','\x57','\x54','\x42','\x49','\x87','\xbc','\x9e','\x6d','\x6f','\xf1','\x50','\x41','\xe2','\x5e','\xe5','\x23','\x05','\xad','\x50','\x3a','\xc1','\x48','\xca','\xb3','\x83','\x7e','\x7a','\x20','\xc6','\xd4','\x46','\x73','\xbb','\xcc','\x7b','\xcc','\x93','\xaf','\xb6','\x10','\x46','\xda','\xba','\x60','\x5d','\x2d','\x87','\x1a','\xa3','\x95','\x48','\x3a','\xda','\x48','\x84','\x3d','\x2b','\x33','\xe3','\x31','\x5b','\x96','\xb9','\x69','\xc2','\x0b','\x14','\x77','\x01','\x97','\xb3','\xce','\xac','\x5e','\x31','\x39','\x10','\x94','\x3c','\x7c','\x1a','\xad','\xf6','\x6c','\xd1','\x39','\xfe','\x93','\x36','\xa2','\xb5','\x50','\xc4','\xaa','\xcb','\x1d','\xb8','\x44','\x7e','\xb1','\x1b','\x30','\x70','\x22','\xbb','\xfb','\xaf','\x5d','\xf3','\x73','\x4b','\x50','\x62','\xb6','\xbc','\x1d','\x2f','\xa3','\x8b','\x9d','\x10','\x64','\x13','\x32','\xe0','\x8d','\xaf','\x08','\xf3','\x5e','\x1e','\xf3','\x39','\x1f','\x06','\xf7','\x58','\x28','\xef','\x82','\x81','\xc9','\x4a','\xd3','\x31','\x46','\xb3','\xb6','\x28','\x70','\x0f','\x27','\x42','\x3d','\x5b','\xe0','\xd3','\x3b','\x13','\xc6','\xb1','\xfb','\xad','\x7f','\xf2','\xc6','\x36','\xa4','\x01','\xdf','\x50','\xe4','\x07','\xf9','\x2c','\xa7','\x8f','\x74','\x02','\xaa','\xfd','\x29','\xd1','\xd9','\x96','\xe3','\xd3','\x9b','\xdf','\x2b','\x77','\x4c','\x50','\x17','\xcc','\x85','\x53','\xa4','\xa0','\x84','\x20','\x5c','\xf8','\xd1','\x95','\x3e','\xe2','\xd3','\x9b','\xfd','\x7e','\x01','\x30','\x14','\xb9','\xba','\x10','\x21','\x9a','\x17','\x62','\x86','\xf0','\x1a','\xb2','\xd1','\x48','\xb5','\x48','\x6e','\x05','\x82','\x68','\x2b','\x9b','\x69','\x61','\x8c','\x11','\xbb','\x55','\x61','\x5a','\x20','\xb9','\xef','\xe2','\x2f','\x2f','\x1a','\xf9','\xd6','\x18','\xf5','\x59','\xa2','\xba','\x59','\x22','\xd3','\xed','\x59','\x05','\x17','\xab','\xca','\x10','\xa4','\xf1','\xa9','\x05','\xb8','\x3c','\x2d','\xf8','\xf6','\x7d','\x95','\xff','\x3f','\x2e','\xb8','\x5c','\x54','\xf8','\xd9','\x9a','\x06','\x39','\xb0','\x32','\xfa','\x56','\x76','\x1e','\x00','\xe3','\x7a','\x56','\x17','\x24','\x67','\x3c','\x20','\x48','\x5d','\xca','\x6c','\xb8','\x3e','\x6f','\xd8','\xb6','\xaa','\xd6','\x24','\x9e','\x6e','\x84','\xdb','\x93','\x30','\xb4','\x67','\xf7','\xe5','\xa4','\x4c','\x3a','\xb9','\x9d','\x04','\x9d','\x81','\x07','\xdf','\x97','\xb1','\xdb','\x33','\xbc','\xbf','\x76','\xd4','\xb0','\x91','\x99','\xe4','\x20','\x08','\x1d','\x92','\xbe','\x73','\x4c','\xcc','\xc5','\xa4','\xa8','\xf0','\x33','\x86','\x7b','\xb6','\x7d','\x29','\xc3','\x46','\x31','\x7e','\xa9','\x1f','\xee','\xa6','\x92','\x12','\x69','\x46','\xb7','\x94','\x61','\x4f','\xe7','\x8b','\xf2','\x39','\xb3','\xd8','\x0b','\xb6','\x46','\x63','\x5e','\xd9','\x98','\x84','\xb4','\x76','\x1b','\x58','\xa3','\x3b','\x8a','\xbb','\x96','\x08','\x23','\xf1','\x5a','\x8c','\xbd','\xfc','\x22','\x77','\x51','\x49','\xe3','\xd7','\x0d','\x97','\xae','\xb1','\xd6','\xd0','\xae','\x0d','\x9b','\x45','\xa5','\x02','\xfb','\x59','\x43','\xd1','\xe8','\xc2','\xa7','\xc9','\xdc','\x36','\x4d','\xb0','\x12','\x3a','\x4c','\x31','\x37','\xca','\x1c','\xcd','\x07','\xbc','\x17','\x4a','\x00','\xe8','\xde','\xdf','\x4f','\xd9','\xd4','\x8d','\x2e','\xad','\xb3','\xbd','\xab','\x61','\x12','\x96','\x92','\x20','\xea','\x38','\xd8','\x2b','\x31','\xf7','\xa0','\xd4','\x26','\x9b','\x5f','\x82','\x8c','\x6f','\x49','\xfb','\x3d','\xcd','\x41','\xbf','\xd6','\x72','\xf9','\xb9','\x7f','\x76','\x39','\xb9','\x24','\xd8','\xbb','\x5a','\x0f','\xeb','\x3c','\xda','\xcb','\x59','\x01','\x92','\xad','\x85','\x12','\xa9','\xb4','\x09','\x2e','\x34','\x4b','\x91','\xbb','\x46','\x85','\xc0','\x69','\xef','\x00','\x8c','\x65','\x25','\x2c','\xeb','\x82','\x65','\xad','\xb8','\xfe','\x24','\xcd','\x2f','\x56','\x93','\xeb','\x5b','\x7f','\x80','\xde','\x14','\x4b','\x00','\x40','\x4d','\xad','\x40','\x0b','\xa3','\x34','\x42','\x69','\x05','\xa5','\xb1','\x86','\x6c','\x8f','\xf1','\x5d','\x4a','\x41','\x21','\x8e','\xdc','\x43','\x45','\x42','\x73','\x9b','\x12','\xaf','\x91','\xd5','\xd5','\x62','\xdd','\xec','\x67','\xf3','\xd7','\x83','\x37','\x95','\xde','\x38','\xb9','\xd9','\x2a','\xdd','\x4f','\xcb','\x4b','\xf9','\x7a','\x4d','\x86','\x0a','\xb5','\x26','\xe6','\x5c','\x70','\xf3','\x36','\x38','\x9d','\x45','\xc7','\x0f','\xdf','\x00','\x2d','\xdb','\x78','\x08','\xec','\x96','\x75','\x5f','\x3e','\x80','\x64','\xa0','\x15','\xfc','\xc1','\xe6','\x5e','\x59','\xb0','\x62','\x89','\x7c','\x6a','\x0c','\xf0','\x62','\xfd','\x2c','\x82','\x57','\x5d','\xb9','\x14','\x85','\x33','\x04','\x17','\x90','\x9e','\xc3','\x29','\xab','\x79','\x42','\x2c','\x32','\x56','\xea','\x01','\xb1','\x69','\x14','\x4a','\xd6','\xc3','\xbb','\xd2','\xdf','\x17','\x4e','\x46','\xaa','\x1b','\x2c','\x5e','\x20','\x40','\x41','\x23','\x76','\x5c','\x5d','\x50','\x7c','\x1d','\xb7','\x96','\xf7','\xf1','\x17','\x01','\xc6','\x9b','\x5b','\x82','\x7e','\xc3','\xaf','\x05','\xb5','\xee','\x2d','\x3d','\xb5','\xd6','\xa9','\x3c','\xd3','\x45','\x81','\x1b','\x05','\x20','\x37','\x19','\xcd','\x18','\xb0','\x4c','\xe0','\x0f','\x6e','\xf9','\x6f','\xe6','\x1d','\x13','\xe0','\x1a','\x5f','\x45','\x78','\xf9','\xd9','\xfc','\x1f','\xe8','\x19','\x29','\xc7','\x11','\xce','\x70','\xed','\x58','\x05','\x67','\xcc','\x5c','\xea','\xef','\x08','\x76','\x3a','\x44','\x0b','\xbb','\x6e','\x65','\x75','\xa5','\x64','\xfe','\xc8','\xaf','\x3d','\xba','\xb1','\x62','\x98','\x7a','\xec','\x62','\x07','\x96','\x89','\x8d','\xb9','\x93','\x31','\xb2','\x33','\x4c','\xe2','\xe6','\xa1','\xd1','\xed','\x16','\x4b','\x04','\x27','\x45','\x14','\x24','\x4b','\x91','\x31','\x95','\xa9','\x23','\xdc','\xd5','\xb3','\x6f','\x50','\xb8','\x38','\x12','\x48','\xa5','\xe2','\x5a','\x1b','\x9e','\xff','\xaa','\xf8','\xf9','\xe7','\x15','\x3f','\x3d','\xac','\x75','\x72','\x77','\x23','\xab','\xc5','\x51','\x3e','\xca','\x52','\x70','\xb9','\x14','\xfc','\xf8','\xd7','\x05','\x3f','\xfe','\xfd','\x4d','\xad','\x3e','\x70','\x97','\x45','\x8b','\xd6','\x57','\x5b','\x1c','\x9c','\x37','\x25','\xb9','\x31','\x54','\xdd','\xb8','\x26','\x46','\xd2','\x18','\x4e','\x9b','\x93','\xd6','\x1a','\x6a','\x93','\x00','\x0a','\xd7','\xe7','\xea','\xe7','\xc1','\xe2','\xfc','\xcf','\x04','\x11','\x67','\xca','\x35','\x4c','\xdc','\x14','\x67','\xdf','\x23','\xf8','\x60','\xcf','\xb4','\xee','\xef','\xef','\xbf','\xfb','\x3a','\xcc','\xd5','\x30','\xfa','\xdf','\xbb','\xeb','\x83','\x96','\x34','\x6b','\xfc','\x11','\x63','\x69','\x0b','\xf5','\xc8','\x0f','\xfa','\x10','\x26','\x63','\x13','\xda','\xf7','\xa0','\xe8','\xb6','\x47','\xd9','\x42','\xc1','\xdb','\x04','\xda','\x23','\x5d','\x07','\x64','\x36','\xb3','\xf5','\x67','\x04','\xd1','\xe0','\xc3','\x19','\xf6','\x42','\x24','\x91','\xb8','\xac','\x68','\x3b','\xd7','\xd5','\x31','\xcc','\x69','\x4f','\x9a','\xd5','\x52','\xdd','\xe4','\x5a','\x83','\x1d','\x41','\x49','\x0c','\xed','\x68','\x6d','\xc9','\x56','\x8c','\x7e','\x0f','\x00','\xa1','\xa9','\xaf','\x1b','\xeb','\x99','\x1f','\x11','\xae','\x4b','\x21','\xac','\x97','\xd5','\x0f','\x04','\xe7','\x09','\x35','\x2c','\x93','\x7b','\x2e','\xfd','\x43','\x3f','\xb7','\xfe','\xce','\xe0','\xae','\xea','\x4f','\x8c','\x2d','\x9d','\x40','\x98','\x2c','\x66','\x03','\xea','\xd6','\xd1','\xb0','\xdc','\x65','\xb7','\x59','\x4a','\x4d','\x88','\xb3','\x3d','\xd1','\x89','\xe8','\x17','\xf9','\x1f','\xb9','\x2f','\x8a','\x87','\x84','\xaf','\x99','\x92','\xb0','\x92','\x2c','\x6d','\xdd','\x5a','\xe6','\x49','\x59','\x09','\x7f','\x10','\x74','\xee','\xd2','\x10','\x58','\xf9','\xfe','\xac','\x7c','\x6b','\xc4','\x7a','\x2e','\x0c','\x00','\xaa','\x5b','\x80','\x4c','\x50','\x27','\x4b','\x76','\xdd','\x05','\xdc','\x88','\xf3','\x5b','\x54','\x08','\xeb','\x85','\x35','\xa8','\x01','\x61','\x79','\xae','\x92','\x77','\xec','\xda','\xd0','\x6a','\x4d','\x67','\x83','\xb0','\x13','\x9e','\xc1','\x12','\x4c','\xc2','\x2c','\xe5','\x8d','\x19','\xa5','\x15','\x34','\xb5','\x08','\x8d','\x41','\x34','\x6c','\xef','\x2c','\xba','\xf6','\xa8','\x88','\xb6','\x9f','\x9a','\xd1','\xb9','\x12','\x96','\xba','\xb4','\x06','\x3f','\x0a','\xde','\x95','\x29','\x9c','\x09','\x43','\x37','\x70','\x50','\xdf','\x7b','\x19','\xfc','\xd8','\xfb','\xe8','\x11','\x4b','\xc6','\x4b','\x9d','\x95','\x33','\x84','\x95','\x5c','\x32','\xeb','\x7e','\xa1','\xb4','\xa2','\xee','\xee','\x8a','\xb1','\x10','\xb6','\x80','\x93','\x55','\x26','\x97','\x65','\xeb','\x55','\x70','\xb1','\x59','\xa5','\x00','\x4b','\xc8','\x2b','\xba','\x39','\xa1','\x7d','\x66','\x91','\x24','\x82','\x87','\xae','\x66','\xc3','\xad','\xcc','\x9d','\x77','\x04','\xd2','\x7a','\x2c','\x1a','\x54','\x41','\x94','\x81','\x72','\x7d','\xbb','\xb2','\x9f','\xc5','\x6d','\xfe','\x6c','\xf0','\x17','\xfd','\x11','\x83','\x7e','\x88','\x3b','\x18','\x96','\x9f','\xd3','\x15','\xe7','\x1b','\xcc','\xaa','\x29','\xe7','\x81','\x1c','\x07','\x6a','\x0e','\x3e','\x6c','\x1a','\xb8','\xe2','\xee','\xd1','\x9d','\x3d','\xd5','\x63','\xd1','\x5b','\x3b','\xe2','\xf8','\xb9','\xc9','\x3c','\x33','\x7b','\x08','\x7c','\xbf','\xf5','\x82','\x2d','\x67','\x34','\x2e','\x2c','\xf1','\x2f','\x2b','\x23','\xb7','\xf2','\x53','\xe1','\xb3','\x1a','\xf1','\x86','\xd6','\x9f','\x09','\xd7','\xef','\xd0','\x86','\x28','\x4d','\xcc','\xe2','\x85','\x74','\xea','\x02','\x07','\xcc','\x84','\x09','\xec','\x06','\x2b','\x13','\x70','\xfb','\xde','\x21','\x87','\x2c','\x35','\x74','\x38','\x29','\x2c','\x00','\x62','\x59','\x8d','\x03','\x8f','\xe6','\x5a','\x42','\xa4','\x61','\xae','\x9f','\x45','\xb3','\x01','\x5d','\x74','\x25','\xb5','\xab','\x73','\xa3','\xe8','\x10','\xac','\x0a','\x10','\x5d','\x3b','\xfb','\xb3','\x45','\x46','\xf0','\x77','\x6e','\x1c','\x13','\x78','\x64','\xaa','\xce','\x9e','\x3d','\xde','\x2f','\xc6','\x0c','\x89','\x0b','\x89','\xb9','\xf7','\x50','\x6b','\x22','\xdc','\xc0','\x4c','\xce','\xc5','\xfd','\x88','\xa5','\x1f','\x76','\x06','\x21','\x31','\x72','\x59','\x92','\x40','\x62','\x14','\xf3','\x5c','\xa4','\xb6','\xe6','\xbc','\x41','\xad','\xb2','\x84','\xb4','\xfe','\x29','\xd1','\xdd','\x2c','\x32','\x9b','\xe7','\x07','\x4a','\x9b','\xde','\xe7','\x9b','\x24','\x3c','\xf0','\xb7','\x1f','\x17','\xfc','\xf8','\xe3','\x82','\x6f','\x3f','\x24','\xc8','\x01','\x33','\x24','\x4a','\x9f','\x32','\x91','\xad','\x9a','\xf0','\xd3','\xcf','\x83','\x4d','\xa7','\x4f','\x2b','\xc5','\x54','\x9a','\x6b','\x54','\xd7','\xc6','\x26','\x21','\x68','\xaf','\x5b','\x93','\x00','\x0c','\x5b','\x72','\x65','\xb1','\x96','\xcd','\x26','\xa1','\x9b','\xfb','\x3b','\xe6','\x68','\x7a','\xe4','\xcd','\xc8','\xac','\xd5','\xd4','\x23','\xd8','\xdd','\xa3','\xec','\xbc','\xf8','\x8e','\x27','\x08','\xc6','\x6a','\xd2','\x48','\x24','\x37','\x2a','\xc5','\xb8','\x04','\x1a','\xf6','\x64','\x62','\xb6','\x7b','\xc9','\x6a','\xce','\x73','\x30','\xef','\xce','\x78','\x4c','\x6b','\xce','\xfb','\x55','\x85','\xee','\x65','\x5d','\xf4','\xbc','\x55','\x16','\x46','\x84','\xa1','\x68','\xb9','\x1f','\x93','\xe6','\xcd','\x74','\x12','\x40','\x24','\x27','\x06','\x74','\xbd','\x37','\x61','\x0e','\x5b','\xd7','\x19','\x8b','\xd2','\x98','\x98','\x61','\x43','\x30','\x24','\xd1','\xbe','\x9a','\xd2','\x5f','\xd2','\x3d','\x60','\xc1','\x3a','\xc4','\x7d','\x96','\x76','\x8c','\x84','\x08','\x92','\xe4','\xeb','\xcc','\x15','\x24','\x14','\x61','\xf3','\xeb','\x26','\xee','\x24','\x66','\x1d','\x20','\xc8','\x79','\xb6','\x65','\x15','\xb7','\x93','\x7c','\xc6','\xa7','\x1b','\x3c','\x1f','\x6a','\x1e','\x7e','\x07','\x33','\xdd','\x71','\xd8','\x3e','\x26','\x3a','\x78','\xb3','\xb9','\xe9','\x24','\x29','\xab','\x6e','\x40','\xfa','\x1d','\xe3','\x2d','\xed','\xa1','\x64','\x1c','\xd7','\xe1','\xea','\x73','\x84','\x41','\x99','\x33','\x47','\x0e','\x31','\x56','\xd1','\xfc','\xd4','\x20','\x26','\xcd','\x10','\x0a','\xc5','\x53','\x2a','\x28','\x52','\x30','\x79','\x66','\x90','\x13','\x17','\x37','\x00','\x79','\xde','\x66','\x43','\x15','\x5c','\x56','\x6f','\x79','\x81','\xf6','\x67','\x68','\x0f','\x33','\x4b','\xa0','\x2f','\xad','\xa7','\xd5','\x88','\xbe','\x67','\x65','\x14','\x63','\xce','\x92','\xfb','\x9c','\x58','\xeb','\x28','\xac','\xc8','\xa5','\xe0','\x72','\xb1','\xdf','\x05','\xcb','\xb5','\xa2','\x5e','\x8b','\x47','\x15','\xb5','\xc8','\x63','\x1d','\x8f','\xa4','\xfd','\x44','\x63','\x54','\xdd','\x93','\x85','\xd4','\x1a','\xd8','\x4a','\xaa','\x2f','\x7a','\xe8','\x41','\x78','\x94','\x41','\x2f','\xea','\xbe','\xc7','\x85','\x44','\x10','\xca','\xda','\xfe','\x84','\x9f','\x3b','\x6f','\x85','\x29','\xfd','\x9c','\x5c','\x7b','\x10','\xce','\x78','\xe1','\x5b','\xd5','\x3d','\xc4','\xba','\xdc','\xc9','\x68','\xd2','\xa4','\x55','\x61','\x05','\x6a','\x60','\x5e','\xfc','\xbe','\x08','\x9a','\x9a','\x07','\x48','\xdf','\x63','\x1e','\xdf','\x9f','\x34','\x60','\xc4','\x51','\x0f','\x82','\x28','\x99','\x26','\xae','\xab','\x9d','\x42','\x62','\xe4','\x27','\x82','\xf0','\xd4','\x0a','\x30','\x57','\x11','\x24','\x56','\x71','\x27','\xb3','\x08','\x83','\x26','\xc0','\xe7','\x22','\xbb','\x2e','\x68','\x51','\x26','\x28','\x5d','\xaf','\x2c','\xee','\xe9','\x5b','\x3e','\x67','\x36','\xe1','\xdb','\x6e','\xf5','\xf9','\x06','\x3d','\x70','\x09','\x90','\x39','\xa5','\x10','\x01','\x96','\xcb','\xa2','\x7b','\x8a','\x20','\xc4','\xb2','\x81','\x6b','\x41','\x31','\xef','\x8e','\x81','\x16','\x49','\x37','\xce','\x07','\x3f','\x94','\xaa','\xc3','\x75','\xea','\xc7','\x65','\x4f','\x52','\x06','\x7c','\x9b','\x6b','\x63','\xf4','\x29','\xc6','\x28','\x0d','\xa7','\xf6','\xed','\xd6','\x5e','\xd8','\xb7','\x07','\xae','\x98','\xce','\x2f','\x9d','\xa1','\xef','\x69','\x39','\x27','\xf7','\x1e','\xda','\x63','\x77','\x97','\xc1','\x47','\x37','\x7e','\x4d','\x48','\x73','\x39','\xca','\x17','\xa1','\xb0','\xd8','\xd3','\xe3','\xd6','\xda','\x54','\xbe','\xe9','\x82','\x20','\x5c','\x2e','\x97','\xee','\xe6','\xb2','\x2c','\xc1','\x3c','\x60','\xc6','\xbc','\x21','\x16','\x5b','\xa2','\xe7','\x39','\xe4','\xa8','\x3f','\x03','\xee','\x22','\xb4','\xd9','\xa7','\x98','\x56','\xed','\x60','\xa9','\xba','\xda','\x54','\x8b','\x44','\x82','\x60','\xfc','\x53','\x85','\x5d','\xdf','\x38','\x6a','\x72','\x17','\x9a','\xa8','\xd4','\x91','\x84','\x8d','\xd1','\xb8','\x41','\x67','\x70','\xb6','\xa8','\xdf','\x64','\x1d','\x65','\x6e','\xd8','\x36','\x16','\x0b','\xf1','\x6c','\xbe','\xd1','\x58','\x0e','\xfe','\x2e','\x41','\x44','\xfd','\x5c','\x28','\x54','\xcb','\x69','\x1a','\x59','\x1a','\xfa','\x39','\x36','\x94','\xf6','\x5f','\x2d','\x6c','\xe6','\xcf','\x9f','\x1b','\xfe','\xfa','\xcf','\x15','\x3f','\xff','\xda','\xba','\x00','\x07','\xce','\xa0','\x24','\x22','\x4d','\x05','\x58','\xd6','\xc5','\x5d','\xde','\x7e','\xfc','\xeb','\x82','\xa7','\x6f','\x2b','\xa8','\xc8','\x01','\x4f','\x4b','\x4c','\x5b','\x1b','\xc0','\x26','\xf8','\xa4','\x28','\x4b','\x56','\x3f','\xe7','\x3a','\x80','\x8e','\xb9','\xcc','\x8c','\x0c','\x03','\xe0','\xca','\xd8','\xd4','\x9a','\x24','\xc2','\x55','\x8b','\xd0','\xb6','\xd6','\x5b','\x3e','\x98','\x97','\x13','\xa6','\x21','\x0d','\xbf','\x33','\x2b','\x87','\x0f','\xa4','\xf6','\x5b','\xc1','\xc3','\xcf','\x49','\xbd','\xfa','\xcc','\x80','\xc8','\xbd','\x78','\xe7','\x7d','\x29','\xda','\x60','\x1a','\x7b','\x15','\x5c','\xac','\x1d','\xdd','\xfe','\x4b','\xdd','\x21','\xc8','\xde','\x63','\x24','\xe6','\x6a','\xec','\x47','\x2e','\x6b','\x72','\x4f','\xca','\x0d','\xed','\xa5','\x85','\x7f','\x5e','\x74','\x0e','\xba','\xdc','\x3f','\x47','\x45','\x0c','\xfd','\xda','\x47','\x94','\x4c','\x67','\x81','\x1a','\x34','\x37','\x86','\xef','\xda','\xb0','\x30','\x80','\xbb','\xf9','\xe8','\x42','\x26','\x23','\xce','\x89','\xa4','\x62','\xed','\xb6','\x0b','\x47','\x7e','\x30','\x9a','\x63','\x96','\xb2','\x1e','\x18','\x60','\x6f','\xa3','\xb9','\x75','\x54','\x0b','\xa8','\xa1','\xc2','\x4f','\x29','\x16','\x6e','\x3d','\x02','\x41','\x9c','\x12','\x49','\xc3','\x6f','\x69','\x1c','\x5c','\x18','\xd8','\x5d','\xc3','\x6e','\x3d','\xfa','\x7e','\x1d','\x24','\x1c','\x42','\x2f','\x24','\x74','\xfd','\xee','\x2c','\x6c','\x13','\x56','\x72','\x98','\x2e','\xb7','\xe0','\x06','\x27','\xe0','\xe3','\xe3','\xfb','\x33','\x38','\xa0','\x34','\x7e','\xa4','\x57','\xd8','\xf1','\x3c','\x43','\x2d','\xd5','\x14','\x96','\x11','\x24','\x67','\x01','\x1f','\x6d','\x4e','\x7d','\x1b','\xbb','\xd0','\x09','\x77','\xc1','\xe1','\xb8','\x50','\x37','\x21','\x62','\x56','\x54','\x1c','\x90','\x17','\xa8','\x69','\x4c','\xcc','\xfa','\x55','\x92','\x10','\x64','\x01','\x54','\x3c','\xe8','\xc2','\x42','\x58','\xb1','\xc4','\xfa','\xba','\x02','\xa8','\x7d','\xbe','\x16','\x17','\xba','\xd1','\xe3','\x56','\x71','\x67','\x13','\x37','\xa0','\xa6','\xc2','\x65','\xa7','\x24','\xb2','\x66','\x75','\x02','\xbc','\xdc','\x74','\xa5','\x15','\x41','\xf1','\x22','\xc5','\xba','\xcf','\xe7','\xd6','\x66','\x70','\xa7','\x50','\xf1','\x65','\xe0','\x0e','\xae','\x92','\x91','\xd6','\xa9','\xbb','\x06','\xc0','\x71','\x4e','\x6b','\x0c','\xcd','\x71','\xab','\xee','\xef','\x29','\x35','\x83','\xd7','\xe1','\x58','\x24','\xcd','\xc1','\x84','\xa1','\xb6','\x3a','\x27','\xcc','\xf4','\xcd','\xae','\x1c','\xbc','\x90','\xb1','\x42','\x5f','\x25','\xb9','\x72','\x06','\x30','\xd7','\xe1','\x0a','\xaa','\x04','\xa2','\xa6','\x0a','\x26','\x8e','\x28','\xb6','\x0b','\x81','\xa0','\xe1','\xdb','\x13','\x48','\x60','\x24','\x51','\xcc','\x34','\x15','\x7a','\x24','\xd2','\x9b','\x54','\xe8','\xeb','\x77','\x06','\xb3','\xb5','\x72','\x2f','\xe3','\xa3','\x7b','\xc9','\xf8','\x27','\x89','\x5e','\xa7','\x91','\x2f','\x51','\x5c','\x78','\x83','\xae','\xfd','\x0a','\xf8','\x19','\xa4','\x57','\x85','\x5b','\x33','\x3c','\x6f','\x3f','\x69','\x52','\xd2','\xbd','\x45','\x67','\x7c','\x7a','\x46','\x03','\x7f','\xc3','\xaf','\x05','\x89','\x77','\x1c','\x2f','\x43','\x71','\x85','\x79','\x09','\x64','\x3c','\x60','\x01','\xde','\x46','\xe8','\x82','\x20','\x8c','\x0f','\xb8','\xaf','\xf7','\x98','\xcc','\x84','\x3a','\xb4','\x23','\x48','\x0b','\x88','\x24','\x32','\xce','\x34','\x72','\xb7','\x10','\x1b','\xc7','\x79','\x9f','\x52','\xfa','\x48','\x26','\xd7','\x6b','\xc5','\x55','\x13','\x63','\x72','\xf2','\xa5','\xee','\x99','\x97','\xa3','\x41','\x61','\x17','\xbc','\xb2','\x26','\xb3','\x23','\xec','\x94','\x3b','\x70','\x50','\xcc','\x0b','\xef','\x1d','\xc1','\x6e','\xb8','\x27','\x93','\x67','\xe3','\x37','\x6a','\x04','\xfd','\xfe','\x20','\x3c','\x64','\xff','\x1a','\x71','\xb7','\x90','\xb1','\x8f','\xf3','\x19','\x03','\x11','\x2d','\x56','\xa5','\x0a','\x4a','\x8d','\x71','\xd5','\x3c','\x3c','\xcf','\x7f','\x49','\x68','\x6b','\x77','\x77','\xd3','\xe7','\xbb','\x0e','\x6b','\x75','\x54','\x08','\x4f','\x4f','\x0b','\xbe','\xff','\xf1','\x84','\x1f','\xff','\x7a','\xc2','\xe5','\x69','\x41','\x59','\xb4','\xde','\xe7','\x2d','\x90','\x73','\xb3','\x08','\x72','\x6d','\x08','\x4f','\x3d','\x77','\x89','\xea','\x7d','\xf9','\xc3','\x0a','\x22','\x6e','\x01','\x91','\xf0','\xb6','\xd6','\x48','\x44','\x18','\xf3','\xec','\x22','\xd0','\xbe','\xcd','\xf6','\x79','\x48','\x23','\x68','\xe7','\x2b','\xcd','\xe9','\x4f','\x67','\x65','\x1c','\xb8','\xb8','\x91','\x57','\xcd','\x6e','\x57','\x5d','\xf9','\x14','\xcf','\x5b','\x7b','\x42','\xd8','\x31','\xcb','\x66','\x62','\x32','\x49','\xe7','\x3a','\x69','\xc2','\x33','\x23','\x9f','\x3b','\x13','\x56','\x34','\xb1','\xf0','\xb0','\xb9','\x77','\x0d','\x21','\xc1','\x83','\x35','\x9e','\x0d','\x3e','\xf9','\x33','\xe6','\x5e','\x12','\x21','\x66','\x75','\x3f','\x61','\xe2','\x92','\x6a','\xfb','\xdb','\xda','\x99','\xda','\x14','\x11','\xe0','\xe0','\x82','\x43','\x56','\x4c','\x34','\xd4','\xbe','\x29','\xad','\x17','\x1e','\x3a','\xeb','\x20','\xd9','\xca','\xed','\x36','\x40','\x17','\x36','\xd9','\x9e','\xb3','\xf3','\x71','\x1d','\xa3','\xef','\x65','\x46','\x22','\x57','\x30','\xc2','\x1f','\x5f','\x85','\x9f','\xed','\xba','\x61','\xbb','\x56','\x30','\x80','\x75','\x2d','\x58','\x2f','\x72','\x78','\x39','\xc6','\x63','\x3f','\x74','\x1d','\xf0','\xc0','\x0c','\x01','\x1a','\x9d','\xd1','\x04','\xbc','\xb0','\x6a','\x39','\x5e','\xd4','\x5e','\x31','\xeb','\x75','\x5f','\x0a','\xf2','\x25','\x33','\xd5','\x51','\xea','\xc1','\x4a','\xa6','\xf1','\x4b','\x6a','\x07','\xcb','\x59','\xa9','\xa2','\x8a','\x92','\x78','\x56','\x98','\x19','\xdf','\x43','\xbe','\xa7','\x82','\xeb','\x70','\xc1','\x54','\x15','\x2d','\xe4','\xed','\x05','\xb8','\x48','\xff','\x98','\xa0','\x73','\x18','\xcf','\xb9','\x00','\x4a','\xe8','\x2c','\x79','\xa9','\xe2','\xa1','\xfd','\x69','\xbd','\x5b','\xdb','\x6d','\x1e','\x6d','\x90','\x62','\x68','\xf4','\xa4','\x77','\x72','\x27','\xb4','\xfa','\x20','\x91','\x34','\x01','\x0d','\x4b','\xbc','\x35','\x5d','\x2b','\x91','\xd3','\xc7','\xad','\x90','\xda','\x19','\x59','\x0b','\x04','\x50','\x01','\xea','\x10','\x29','\x2e','\xe1','\x97','\xd8','\xde','\x36','\xa7','\xd2','\xef','\x66','\xb4','\x31','\xad','\xb7','\x0e','\x1f','\xe5','\xeb','\x9c','\x68','\x12','\x08','\x1e','\x82','\xd9','\xd5','\xd5','\x99','\x79','\x1c','\x70','\x1b','\xba','\xcb','\xdd','\x70','\xde','\x82','\xb7','\x60','\xfd','\xee','\x2d','\xe3','\x2e','\x3a','\xc9','\xfd','\x57','\x52','\xda','\xcc','\x48','\xc2','\x8f','\xbb','\x84','\x49','\x34','\x54','\xc3','\x33','\x21','\x0c','\x29','\xcd','\x80','\x28','\x0d','\x6d','\x3e','\x7d','\x0d','\xe7','\x36','\xeb','\x1e','\xe8','\x9a','\x70','\x40','\x6b','\x1d','\xdf','\x8e','\xf7','\xbc','\xb1','\x76','\x85','\x12','\x29','\xb7','\xf9','\x0b','\x7e','\x27','\xfa','\x15','\xef','\x07','\x1e','\xd5','\xa8','\x83','\x64','\x6e','\xe8','\x81','\xbf','\x76','\xcf','\x5b','\xea','\x01','\x53','\x34','\x30','\x77','\xcd','\xa0','\xf1','\xa5','\xb7','\x06','\x8a','\x55','\xd9','\x58','\x92','\x0b','\x4b','\x8e','\x40','\x39','\xfb','\x26','\xc3','\x5e','\xe1','\x21','\xf3','\xc9','\xf2','\x60','\xed','\x1b','\x16','\x54','\xac','\x5f','\x4d','\xc6','\x9b','\x08','\xfe','\xa6','\x7c','\xc3','\x69','\xf4','\x40','\x82','\x87','\x92','\xe3','\x57','\xcf','\xb6','\xa4','\x75','\x30','\xe0','\x97','\x97','\xec','\x09','\xa3','\x23','\x1d','\xbe','\x9a','\x30','\x35','\xef','\x31','\x0d','\xbf','\xe1','\x7e','\x58','\x96','\x79','\x14','\xb8','\x53','\x01','\xe8','\xc8','\x47','\x0e','\xc0','\x7e','\x46','\x59','\x36','\x83','\x45','\xe7','\x71','\x82','\xaf','\xea','\xad','\x6c','\x19','\x6e','\xdc','\xc0','\x15','\xae','\xe9','\x2a','\x94','\x34','\x72','\x1a','\x39','\x67','\xbb','\x56','\xcf','\xb1','\xc1','\x1c','\x48','\xce','\xac','\x00','\x52','\xd6','\xd1','\xea','\x1f','\xdc','\xdc','\xec','\x5a','\xf7','\x3b','\xde','\xff','\x72','\x8b','\x53','\x3b','\x2c','\x39','\x4f','\xa0','\xc4','\x1d','\x10','\x2c','\x6a','\x08','\x90','\xd5','\x0a','\x94','\x98','\x6a','\x4e','\x88','\xa3','\xc4','\xe1','\x69','\xa8','\x20','\x64','\xc8','\x24','\x34','\xef','\x72','\xbe','\xe1','\xfa','\x5c','\xf1','\xf3','\xe7','\x86','\xe7','\xbf','\xae','\xb8','\xfe','\xac','\x9e','\x2d','\xdd','\x22','\x7e','\x11','\x21','\x12','\x5d','\x2a','\xb3','\xb8','\x3e','\x15','\x3c','\x7d','\xbf','\x88','\xd5','\xe7','\x8f','\x0b','\xd6','\xa7','\x15','\x92','\xe4','\x8d','\x51','\xaf','\x6a','\x99','\x69','\x4d','\xa2','\xf7','\x29','\xb2','\x76','\x39','\x8c','\xa3','\xdc','\x71','\xfd','\x45','\xee','\x8e','\x70','\x8d','\x02','\xf4','\xbc','\xcf','\x66','\x87','\x3c','\xd5','\xdd','\x6d','\x97','\x1f','\x02','\x4e','\x6f','\x3a','\xbe','\xa1','\xc7','\x9f','\x18','\xd1','\x6d','\x5e','\x4f','\xfe','\x8a','\x09','\xd0','\xbb','\x87','\x76','\x3f','\xb4','\xdd','\x93','\x7e','\xe4','\x1b','\xdd','\x07','\x67','\xba','\xe8','\x0c','\x75','\x8e','\x24','\xa6','\xcd','\xf1','\x3d','\x62','\xa1','\x87','\x77','\x4d','\x20','\xa4','\xa8','\x44','\x61','\xb5','\xb1','\xf1','\x6d','\x8d','\xdc','\x54','\x7f','\x0f','\xd0','\xf0','\x25','\x27','\x2e','\x75','\x02','\x5c','\x59','\xc3','\xfb','\xa2','\x9f','\xd3','\x0c','\x89','\x43','\x24','\x9f','\xeb','\xd4','\x3f','\x23','\xfc','\xf6','\x58','\xa6','\x1d','\x24','\x4a','\x8e','\xc1','\x60','\xe4','\x6b','\x3b','\x0d','\xa1','\x9f','\x3d','\xa9','\x60','\x50','\x0b','\xcd','\x7b','\x44','\xad','\x23','\x17','\xba','\x82','\x61','\x8d','\xf2','\x4a','\x81','\xe4','\xb5','\x28','\x05','\xcb','\x2a','\xc4','\x6c','\xbb','\x6a','\xa0','\x0f','\xb5','\xfc','\x3c','\x7d','\x5b','\x23','\xdc','\x3a','\xa6','\xcb','\xea','\x64','\x20','\xd3','\x4f','\x3b','\xd3','\xc4','\xa9','\x1c','\x3d','\x43','\x15','\xf9','\x75','\x84','\x99','\x60','\x95','\x5e','\x63','\xda','\xe6','\xca','\x82','\xd3','\xaa','\x13','\x03','\x11','\x86','\x33','\x5b','\x78','\xe4','\x78','\xd5','\xc7','\x6b','\x28','\xc1','\x5d','\x3b','\x39','\xad','\x1f','\x0d','\xcc','\xd2','\x25','\x1e','\x75','\x26','\x91','\x62','\x4e','\x09','\x60','\x22','\x0d','\x4a','\x61','\x42','\x10','\xa7','\xcc','\xf1','\xbc','\x43','\xdf','\x1d','\x2f','\x79','\xd0','\xaf','\x38','\x58','\x6e','\x3b','\x99','\x93','\xfc','\x94','\xdc','\x9d','\x3b','\xe6','\x53','\xf1','\x3c','\x2b','\xd3','\x88','\x06','\x54','\x80','\xae','\x15','\x61','\x19','\x22','\xcf','\x6f','\x25','\xfb','\x4d','\xde','\x25','\xdb','\x60','\xf6','\x7e','\x6e','\x68','\x62','\xbc','\xb3','\x50','\xdc','\xe1','\x8c','\xbc','\x65','\x95','\x00','\x65','\xaa','\xd3','\x2b','\xb9','\x64','\x42','\x2c','\xd1','\xa7','\x29','\x74','\x7a','\x9a','\x87','\x94','\xb0','\x9b','\x77','\xb8','\xed','\xcb','\xd1','\xb2','\x97','\x40','\xda','\xe3','\x3e','\xa6','\xc9','\xea','\x2c','\x96','\x5f','\xd9','\x2f','\xd4','\x74','\xe6','\x49','\x04','\xda','\xc5','\x18','\x6e','\xfd','\xdf','\x9a','\xf0','\x1a','\x1d','\xc3','\xed','\x0b','\x57','\x5f','\x4c','\xf7','\x4e','\x58','\x8a','\xfe','\xdd','\xe1','\x9e','\x29','\xbb','\x38','\xfd','\x1d','\xfb','\x13','\x78','\x6e','\xc0','\x63','\xae','\x0c','\x92','\xcd','\x91','\xad','\x97','\x40','\x9a','\x6f','\x6f','\x44','\xbf','\x57','\xba','\xa8','\x93','\x1f','\x00','\x9d','\x17','\x8f','\xed','\x27','\xc8','\xf9','\x5f','\x5a','\x35','\x1d','\x09','\x17','\x80','\xa1','\x91','\xed','\xe6','\x34','\xe2','\x68','\xad','\xda','\xb4','\x04','\x6d','\xdc','\xd3','\x02','\x1e','\xe9','\xfe','\xcd','\x36','\xf7','\x95','\xf2','\xee','\xc6','\xcb','\x04','\xa0','\xdf','\xf0','\x6b','\xc0','\x4c','\x8e','\x39','\x92','\x6d','\x4e','\xa3','\xc0','\x55','\xf3','\xb7','\xde','\x15','\x26','\xc8','\xa9','\xa0','\x78','\x38','\xc6','\x40','\x1c','\x61','\x0a','\x1d','\x83','\x1c','\x2c','\x8b','\xe4','\x88','\xb9','\x5c','\x16','\x80','\x80','\xed','\x59','\xc2','\x2c','\xbb','\xfb','\x15','\x8c','\x31','\x44','\xb7','\x42','\xa7','\x0c','\x9d','\x13','\xe2','\x20','\x1e','\x59','\xe0','\xe1','\xa3','\xf7','\xde','\x0b','\xc6','\xaa','\x76','\x3b','\x2c','\x11','\xc1','\xf4','\x90','\x33','\xac','\x94','\x92','\xb4','\x39','\x23','\x9c','\xc7','\x4f','\x7c','\xcd','\xed','\x3c','\x14','\x91','\x1c','\x00','\xcf','\x1c','\x5a','\x21','\x42','\x23','\x88','\xab','\x80','\x31','\x36','\xac','\x01','\x2e','\xae','\x92','\xc8','\xf1','\xe7','\x9f','\x1b','\x9e','\xaf','\x15','\x6d','\x6b','\x2e','\x74','\x51','\x87','\xa0','\xe1','\xe5','\x97','\x42','\x78','\x52','\xa1','\xe7','\xfb','\xbf','\x2e','\xb8','\x3c','\xad','\x28','\x85','\xd0','\x5a','\x13','\xcb','\xd1','\xd6','\x94','\x39','\x66','\x35','\xd1','\x4b','\xa8','\x6c','\x9f','\xc3','\x84','\xfc','\x43','\x00','\xa2','\x60','\xc2','\x28','\x90','\x1e','\x23','\x08','\x5f','\xab','\x2d','\xdc','\x92','\x3a','\xab','\x8f','\x71','\xff','\x99','\xad','\x40','\x47','\x21','\x66','\xc3','\x9e','\x75','\xd0','\x3c','\xdc','\x9b','\x4d','\x9d','\x15','\x64','\x8c','\x96','\x75','\xa0','\x13','\x18','\x26','\x1c','\xdc','\xf4','\x0c','\x1d','\x08','\x41','\x15','\xfc','\x41','\x47','\xf4','\x96','\xb0','\xcf','\x18','\xb6','\xd1','\xba','\xd5','\xd5','\x9b','\x84','\x36','\x63','\x68','\x4d','\x30','\xee','\x84','\xcc','\x91','\x5e','\x74','\x71','\x8d','\xa3','\xdd','\xd9','\xb7','\xdd','\xde','\x75','\xcd','\x2a','\xc5','\x1e','\x72','\xc1','\x33','\x73','\x85','\x24','\xbf','\x5d','\x01','\x92','\xfa','\xd6','\x09','\x2f','\x3e','\x84','\x9a','\xe3','\x2a','\xcd','\xbb','\x5b','\x9d','\x72','\x53','\x81','\x9d','\x40','\x94','\xc7','\x24','\x2c','\x12','\xd1','\xad','\xd6','\xd8','\x05','\xc3','\xc8','\xd9','\x47','\xdd','\x5e','\x23','\x48','\x22','\x4b','\x52','\x17','\xcb','\xd6','\x80','\xeb','\x73','\xc5','\xf3','\x4f','\xc1','\x3d','\xa5','\x10','\x2e','\x4f','\x0b','\xd6','\xcb','\xa2','\xc1','\x46','\x64','\x5e','\x6c','\xaa','\x67','\x6b','\xe4','\x96','\x50','\xe4','\x42','\x98','\x0d','\x17','\x15','\xe5','\xaf','\x0d','\x57','\x85','\x10','\x91','\x73','\x18','\x75','\xbc','\x6e','\x70','\x52','\x07','\x75','\xc7','\x2a','\x35','\xa1','\x87','\x4c','\xa8','\xb4','\x48','\x65','\xf6','\x1f','\x59','\x40','\xa2','\x69','\x79','\xe1','\xe6','\x26','\x50','\x9a','\xe0','\x99','\x7c','\x56','\xc8','\xad','\x40','\x3a','\xe6','\x9a','\x71','\x00','\x04','\x12','\xcb','\x90','\x2a','\x41','\xbc','\x9f','\x76','\x4a','\x3a','\x71','\x97','\xfd','\x98','\x0e','\xfd','\x73','\x66','\x90','\xa3','\x63','\xc6','\x4c','\xe6','\xc7','\x8c','\x01','\xf6','\x86','\xf7','\x8f','\x74','\x86','\x25','\x5d','\xbb','\x86','\x4b','\x1a','\x62','\x90','\x6d','\x4d','\xc5','\x48','\x44','\x34','\x41','\x1f','\xbf','\xd2','\x5b','\xa9','\x73','\x18','\x74','\xef','\x41','\x66','\xe6','\x93','\x56','\x6e','\xb7','\x3f','\xc8','\xf6','\x41','\x74','\xce','\x2d','\x43','\xbe','\x3e','\xc8','\x96','\xa0','\xae','\xc3','\x71','\x97','\xec','\x3e','\x3a','\xa1','\x28','\x7f','\x9f','\x41','\x7e','\xee','\x0c','\xce','\xca','\xa0','\xd9','\x33','\x36','\x66','\x67','\x65','\x1d','\x30','\xa2','\x1d','\xb3','\xcd','\x7a','\xfe','\x24','\x15','\x1e','\x73','\x29','\xef','\x95','\xa2','\x21','\xdb','\x0b','\x89','\xf5','\x4e','\x17','\x2f','\xa7','\xf1','\x97','\x79','\xa4','\xae','\x80','\x28','\x46','\xd6','\x84','\xd3','\xa5','\xa1','\x37','\x13','\xdb','\x65','\x2a','\x86','\x77','\xcb','\x72','\xdc','\x53','\x39','\x2e','\x83','\xaf','\x65','\xa4','\x33','\x2f','\xa9','\x3f','\x67','\xe7','\x92','\x73','\xa9','\x1e','\xca','\x77','\x1c','\xe0','\xb7','\x62','\x75','\x46','\xbc','\x3d','\x8c','\x7f','\x4d','\x41','\x87','\x08','\x2c','\x61','\xe1','\x17','\x02','\x51','\x91','\xe8','\x5b','\x1b','\xd0','\x2a','\x82','\x37','\xd1','\x3e','\x1f','\xa0','\xb1','\x84','\xe7','\x06','\x1a','\xe6','\x75','\x2a','\x2d','\x48','\xca','\x04','\x9e','\xbc','\x9f','\xaf','\xf5','\x78','\x65','\xee','\xbe','\xdc','\x6d','\x77','\xcc','\xd7','\xeb','\x0c','\xc4','\x2d','\xbc','\xc5','\x3c','\xcc','\x78','\xcc','\x8f','\x92','\x4e','\x15','\xe6','\x53','\xff','\x56','\x0b','\xe2','\x17','\x81','\x34','\xe6','\xb3','\x28','\x70','\xd7','\xeb','\x75','\x2a','\xcf','\xb8','\x00','\xb4','\xf7','\xdb','\x17','\x70','\x5e','\xac','\x5b','\x84','\x4a','\xec','\x94','\xa0','\x00','\xdc','\x3d','\x6b','\xf9','\x14','\x6c','\xcf','\x4b','\x24','\x25','\x39','\x3b','\xb2','\x2c','\x92','\x49','\xfb','\xaa','\x39','\x66','\x8c','\x01','\x01','\x92','\xf0','\x03','\x21','\xaa','\x20','\xee','\x90','\xe2','\xd8','\x30','\x73','\x9d','\xe1','\x0e','\x91','\xcc','\x1e','\xfe','\x62','\xc0','\x88','\x09','\xf3','\xb1','\x35','\xe6','\x87','\x5d','\x7b','\x6a','\xee','\x00','\xd4','\x18','\x8c','\x06','\x42','\x11','\x57','\x27','\x28','\x13','\x42','\x24','\x2e','\x6e','\x3a','\xe6','\xac','\x56','\xb9','\x42','\xa2','\x91','\xd9','\xb6','\x86','\xeb','\xcf','\x0d','\xcf','\xea','\x5a','\xf8','\xfc','\x33','\x42','\x52','\x67','\x9c','\x6f','\xe7','\xac','\xac','\x0d','\xe2','\xee','\xb6','\xe2','\xfb','\x1f','\x2b','\x7e','\xfc','\xf1','\x84','\xa7','\xef','\x1a','\xe4','\x00','\xb2','\xb8','\xae','\xcf','\x9a','\x14','\xf5','\xaa','\x99','\xa7','\x8d','\x29','\x32','\x04','\x7f','\x44','\x5d','\x93','\xc5','\xa7','\xd3','\xa2','\xb2','\x9d','\xfb','\x12','\xcb','\xcf','\x56','\x23','\x0f','\x14','\xb7','\xd6','\x69','\xa0','\x7d','\xad','\x1d','\x4c','\xf1','\xfe','\xf2','\xc9','\x5a','\x98','\x71','\x09','\xce','\xb8','\x52','\x8c','\x51','\x46','\xe2','\xc8','\xcc','\xd2','\xbc','\x48','\x7f','\x9e','\x74','\x4e','\x3b','\x4e','\x6c','\x5f','\xff','\x5e','\xf8','\xd9','\xf7','\xa0','\x63','\x7f','\x12','\x23','\xd9','\x48','\xf2','\x91','\x98','\xd0','\x50','\xc8','\x82','\x04','\x8c','\xe4','\x1b','\x70','\xe1','\xd1','\x6f','\x48','\xdb','\xac','\xec','\x70','\x5f','\xcb','\xeb','\x21','\xd6','\xe5','\x74','\x28','\xd3','\x35','\x67','\xb4','\x2d','\xa7','\x4b','\xba','\x4d','\x80','\x9c','\x69','\xa3','\xb0','\x32','\xd9','\x38','\xe7','\x42','\xd2','\x70','\xa7','\x6b','\x7d','\xf4','\x41','\xf2','\xb1','\xd5','\x3e','\xa8','\xa2','\xc5','\x18','\xca','\x05','\x14','\xd6','\x69','\x96','\xb1','\x80','\x0a','\x3f','\x4b','\x91','\x1c','\x16','\xd7','\xe7','\x8a','\xbf','\xfe','\x73','\xc5','\xf5','\xb9','\x82','\x48','\x84','\x9f','\xa7','\x6f','\x6b','\x17','\x9d','\x29','\xc3','\x84','\xfd','\x9c','\x12','\xe2','\x29','\xd8','\x3e','\x4b','\x0c','\x41','\x96','\x38','\xdc','\x15','\x53','\x87','\x38','\x07','\xb1','\x61','\x58','\xb6','\xfb','\x54','\x1c','\x75','\x68','\x23','\x89','\x40','\xe9','\x33','\x1d','\xd0','\x37','\xdc','\x3e','\x17','\xd0','\x31','\x8c','\x35','\x62','\xed','\x33','\x80','\xc5','\xce','\x1e','\x52','\xb7','\x16','\x7a','\x21','\xc8','\x84','\x01','\x5b','\xef','\x40','\x2b','\x1a','\xe0','\xa2','\x36','\x30','\x59','\x5e','\x12','\x75','\x9b','\x4b','\xc9','\x55','\x47','\x01','\xc1','\xeb','\xdd','\xb5','\x69','\xbf','\x85','\xba','\x9f','\xa9','\xfb','\x79','\x9c','\xcd','\x5d','\x25','\x2f','\x7d','\x17','\x78','\x26','\xc3','\x61','\x56','\x49','\xe4','\xdb','\xde','\x80','\xf8','\x70','\x66','\x5a','\xaf','\xed','\x18','\x31','\xad','\x2f','\x0b','\x4c','\x66','\xb9','\xf0','\xa0','\x14','\x36','\x5e','\x80','\xaf','\x61','\x1f','\xc3','\x16','\x82','\x30','\x1b','\x1e','\x61','\xeb','\x53','\xc2','\xb7','\x69','\x2f','\xeb','\xdd','\xd9','\x90','\x74','\x6d','\xca','\xd7','\xa6','\x98','\xcc','\x71','\x39','\x62','\xd0','\x26','\xcf','\x4e','\xdf','\x3d','\xd9','\x08','\xe7','\x7b','\xc4','\x22','\xb6','\x6a','\x3a','\x06','\x3d','\xf3','\xb9','\xad','\x15','\xe6','\x86','\xbb','\x5d','\x35','\xec','\xb3','\x07','\xe8','\x91','\x71','\x34','\xb7','\xc5','\xc0','\x0f','\x61','\x99','\xb4','\x5a','\xbb','\xc0','\x28','\x3a','\x1f','\x45','\xe9','\x67','\xf0','\x0d','\xf3','\x36','\x1f','\x61','\xfb','\x18','\x7a','\xf6','\x9a','\x33','\x43','\xdd','\xe1','\x0c','\x9d','\x2c','\x71','\x59','\xb6','\xc5','\x11','\x6b','\x69','\x57','\xff','\xa8','\x70','\x3b','\x83','\xb7','\x62','\x77','\x66','\xf5','\x74','\x24','\x43','\x69','\x8e','\x26','\x49','\x6d','\xcc','\x58','\x51','\x3c','\x50','\x93','\x35','\x86','\xf4','\x8c','\x67','\xcb','\xb4','\x26','\x0f','\xc8','\xa3','\xed','\x7d','\x55','\xff','\x8e','\x36','\xe8','\xcb','\xe1','\x10','\x8f','\x0e','\x55','\xfe','\x86','\x77','\x80','\x3b','\xc7','\x75','\x7a','\x0e','\x70','\x32','\x6f','\xbb','\x44','\xa8','\xf9','\xf0','\xd0','\xb2','\x2c','\xb1','\xf8','\x5b','\x8f','\x40','\x60','\x11','\xa2','\xea','\x70','\xf6','\x84','\x8d','\x68','\xc3','\x11','\xfe','\xe5','\x69','\xc1','\xe5','\x49','\xca','\x97','\x70','\xcb','\x1b','\xfe','\xfc','\xcf','\xf3','\xdc','\xe5','\x2d','\x6b','\x99','\xd3','\x41','\xdd','\xdc','\xb1','\xc0','\x65','\x69','\x83','\x69','\xbd','\xd6','\xc4','\x33','\x78','\xc3','\xbd','\xf0','\xf2','\x82','\x8c','\xc8','\x38','\xaf','\xc9','\x3d','\x93','\x91','\x0e','\x82','\x92','\x32','\x77','\x19','\x89','\xdb','\x5c','\xfa','\xf5','\x06','\x27','\xb4','\x00','\xb0','\x55','\x11','\x30','\xff','\xfa','\x9f','\x67','\xfc','\xfc','\xab','\x46','\xb2','\xb4','\x4c','\xdc','\x12','\x03','\x5e','\x74','\x0e','\x96','\x75','\xc1','\xfa','\xb4','\xe0','\xc7','\x1f','\x17','\xfc','\xf1','\x2f','\x11','\x7e','\x00','\xa4','\x9c','\x3e','\x9a','\xe4','\x2f','\x25','\xaa','\x05','\x23','\x69','\x48','\xd5','\x0c','\x6e','\x5a','\x4b','\xc5','\x3d','\x96','\xc3','\x49','\x04','\x34','\x72','\xee','\x94','\x19','\x2e','\xfc','\x6c','\x66','\xf1','\xd1','\xb3','\x44','\x7e','\x06','\xcd','\xc7','\xf8','\x8c','\x1c','\x1d','\xcc','\xcb','\x8c','\xc9','\x91','\x81','\x4b','\x8c','\x95','\xad','\x9b','\xde','\x85','\x6b','\x5a','\xa4','\x0b','\x7c','\x32','\x5f','\x7d','\xf9','\xec','\xe5','\x12','\xa5','\xca','\x9d','\xa9','\xe2','\xee','\xe7','\x40','\x5d','\xa2','\x8b','\xd1','\xca','\x6e','\xad','\x8e','\x55','\x31','\x00','\x6a','\xb6','\x81','\xb4','\x8a','\x42','\x49','\xe3','\xce','\x47','\x6f','\x0f','\x6d','\xf6','\x83','\x62','\x83','\x12','\x62','\x08','\x51','\xef','\x7f','\xd0','\xb7','\xd9','\x5a','\x4c','\xfb','\x43','\xe1','\xe3','\x74','\x85','\x9b','\x83','\x50','\xff','\xf1','\xcc','\x92','\x3c','\xc3','\xfb','\x7a','\xa6','\x08','\x0d','\x7a','\x40','\x57','\xad','\x40','\x24','\x7d','\xa1','\x42','\x7e','\x78','\x5a','\x1e','\x8c','\x39','\x65','\x96','\x33','\x70','\x3f','\xff','\xbc','\xe2','\xf9','\xa7','\x68','\x84','\x9e','\x9e','\x16','\x15','\xf2','\x35','\xce','\x6c','\x6d','\xc9','\xd0','\x28','\x02','\x66','\x1e','\x83','\xa3','\xa8','\x7a','\x23','\x74','\xe3','\xe5','\x8d','\xc6','\x9e','\xb9','\x1e','\x25','\x9a','\x12','\x25','\x90','\x73','\x49','\xb9','\xb0','\xbc','\xee','\x86','\xb9','\x35','\xc6','\xbf','\xbf','\xd0','\xfd','\xa2','\xbc','\x2e','\x27','\xe0','\x6b','\x93','\x02','\x37','\x58','\xd5','\x63','\xa4','\x3d','\x8b','\x06','\x97','\x5b','\xcc','\x66','\x91','\xab','\x00','\xd1','\xd2','\x29','\x76','\x6c','\xbe','\x05','\x65','\x49','\xdb','\x5f','\x6a','\xa9','\xcf','\x3a','\xa4','\x5e','\xf2','\x88','\x0b','\x04','\x28','\xad','\xd2','\x2e','\x19','\x7e','\xed','\x86','\x8c','\x66','\x43','\xe8','\xfb','\x27','\x2f','\xc5','\x59','\x52','\x53','\xc3','\x27','\x41','\x81','\xe2','\x25','\x0b','\xd9','\xbd','\x58','\x40','\x86','\xcb','\xe2','\x01','\x19','\xcc','\xda','\x0d','\xad','\x4a','\x5c','\x88','\x23','\x3a','\xaa','\x5b','\x3a','\xfd','\x9c','\x5c','\xc2','\x15','\x8a','\xb7','\x75','\x04','\xf7','\xb8','\x68','\xc7','\x78','\x26','\x85','\x4e','\xbf','\x6b','\x7b','\xac','\x3a','\x0a','\x86','\xb9','\x5c','\x36','\xca','\x7e','\x30','\x06','\x03','\xf0','\xc9','\xfd','\xdd','\xbd','\x34','\x70','\xe2','\xb1','\x40','\x78','\xfe','\xeb','\x0a','\xb0','\xb8','\x5b','\x31','\x37','\x6c','\x57','\x49','\xaf','\x30','\x2e','\x17','\xcb','\x83','\xc3','\x1c','\xce','\x92','\x96','\x32','\x22','\x9a','\xab','\x77','\xd4','\x62','\x6e','\xc1','\x07','\x00','\xcd','\xa9','\xa3','\x51','\x45','\x6d','\x1e','\x29','\xbd','\xbc','\xdb','\xef','\x79','\x6c','\xd3','\xa5','\xdc','\x0f','\x5b','\x5f','\xe3','\xee','\x73','\x9a','\x43','\xb4','\x2b','\xd7','\xf9','\x99','\xbc','\x16','\x69','\x5f','\x5d','\xbf','\xc6','\x7a','\xa5','\xf4','\x9b','\xc0','\x38','\x39','\xc3','\x94','\x33','\x84','\xc6','\x53','\x63','\x6c','\x3a','\xb6','\xe2','\x3d','\x60','\x09','\x5f','\x09','\x75','\xab','\x40','\x45','\x17','\x01','\xb6','\x83','\x13','\x26','\xac','\x7b','\xfe','\xc4','\x32','\x96','\x0b','\xfa','\x48','\x79','\x63','\x67','\x05','\xfa','\xca','\xf0','\x66','\x4c','\xee','\x57','\x80','\x1b','\x74','\x4b','\x3f','\x4b','\x96','\x25','\x14','\x6e','\x9e','\x01','\x5a','\x96','\xe5','\xc6','\x84','\xf6','\x94','\x3b','\x34','\xd6','\xa1','\xad','\xb2','\xcd','\x5b','\x88','\xb0','\x68','\x08','\x59','\x0b','\x23','\x0b','\x22','\x67','\x3c','\xfe','\xfa','\xcf','\x86','\xeb','\xb3','\x68','\x10','\x2c','\x84','\xa9','\x31','\x43','\x52','\x95','\x6c','\xa8','\x60','\xa4','\x65','\x73','\x1b','\xe1','\x34','\x44','\x11','\xb8','\x3a','\x5c','\xf0','\x66','\x03','\xf2','\x35','\xd7','\xc0','\x80','\xd6','\x92','\x4b','\x05','\x37','\x0b','\x28','\x50','\x34','\x12','\x0e','\x07','\xb1','\xe3','\x84','\x14','\x6d','\xcc','\x58','\xcc','\xd0','\x28','\x92','\x7c','\xf4','\xf9','\x67','\xc5','\x9f','\xff','\xf3','\x8c','\xbf','\xfe','\xb4','\x73','\x3e','\x2d','\x09','\x9a','\x73','\x44','\x4a','\xe6','\xee','\xf6','\xaf','\x0b','\xbe','\xff','\xf1','\x84','\x6f','\xdf','\x55','\x1b','\xde','\x34','\x3c','\xb0','\xe7','\xde','\x69','\x1a','\xa2','\x54','\x5e','\x95','\xe8','\x7d','\xf2','\x3d','\x33','\xcb','\xee','\xd3','\xac','\xdf','\x4b','\x29','\x53','\xe6','\x5a','\xdc','\xdd','\x34','\x5f','\x50','\x12','\xac','\x6c','\x2c','\xfa','\xfc','\x51','\x79','\x9e','\xf7','\x54','\x68','\x27','\x2c','\x74','\x43','\xdb','\x6f','\x9e','\xf1','\x8c','\x49','\x16','\x48','\x4b','\x62','\xfe','\x80','\x24','\x70','\xeb','\x02','\x8c','\x9a','\xb9','\x5b','\x5c','\xfd','\x3a','\x13','\x61','\x50','\x64','\x13','\xe1','\xbc','\xcc','\x58','\x6a','\x34','\xc5','\x85','\x00','\xfd','\x77','\x24','\xa7','\x9c','\xad','\x5f','\x61','\x8c','\x48','\x42','\x05','\x4f','\xb8','\x8c','\x5b','\x49','\xe1','\x72','\x5b','\x72','\x70','\x81','\xdc','\x5f','\x1f','\x00','\x45','\x01','\xbe','\x07','\xe3','\x52','\x58','\xf4','\x54','\xd0','\x08','\x9a','\xc9','\x3e','\xbe','\x52','\x26','\xa7','\xdc','\x57','\x98','\x32','\xbf','\x3c','\xeb','\xc8','\xbe','\xe3','\xce','\x14','\xe6','\xf9','\xb1','\xa8','\x45','\xdd','\xb9','\x72','\xc4','\x58','\x5f','\x6b','\xc3','\xf3','\x9f','\x57','\x5c','\x9f','\xc5','\xdd','\xf7','\xf2','\xb4','\xe0','\xf2','\x7d','\x71','\x0d','\xa6','\x59','\x92','\x0a','\x51','\x87','\x8f','\x7c','\xbc','\x6c','\x8e','\xbc','\x83','\x7d','\xdb','\xe4','\x76','\x87','\x95','\x4e','\xbb','\x42','\xe9','\x8b','\xbf','\x6b','\x9c','\x54','\xe6','\xa2','\xee','\x45','\x62','\xda','\xbe','\xb0','\x12','\x2a','\xf6','\x74','\x21','\x99','\xfa','\x31','\xd9','\x35','\x64','\x58','\x2f','\x84','\x6e','\x11','\x95','\x06','\x71','\x73','\x63','\x09','\xd5','\x4f','\x66','\xe1','\xf4','\x09','\x16','\xe6','\xae','\xb0','\x24','\x00','\x25','\x86','\x26','\xac','\x56','\x3a','\x51','\xcc','\xb2','\x0b','\x0b','\x79','\xa9','\x69','\x00','\xfa','\xbd','\x74','\xda','\xdf','\x6e','\x4d','\xc7','\x62','\x65','\x48','\x5d','\xb3','\xdc','\x1f','\xb6','\x22','\xcd','\x55','\x6f','\x3f','\x6e','\xdc','\x4d','\x86','\x14','\x91','\x12','\x61','\x72','\xa2','\x71','\x03','\xee','\x11','\x1e','\x70','\xdc','\xfd','\x36','\xbe','\x72','\x88','\xdf','\x93','\xff','\xae','\x92','\x3b','\xad','\x94','\xa2','\xeb','\x77','\xf1','\xe9','\x35','\x7c','\xe8','\x09','\x54','\x6d','\xcc','\x2c','\xd9','\x6f','\x1b','\xae','\x33','\x92','\xd5','\x68','\x36','\x4e','\x07','\x08','\x25','\x5d','\x2b','\x34','\x5c','\x49','\x96','\x18','\x1f','\x1a','\xdb','\xeb','\x46','\x78','\x62','\xaa','\x0f','\xe1','\xde','\xe5','\x1a','\x2d','\x31','\x02','\x25','\x7d','\xa9','\x5b','\xc3','\x33','\xa0','\xde','\x21','\xc2','\x70','\x5a','\xe8','\x67','\xb1','\x74','\x17','\x57','\x14','\x98','\xd2','\xca','\xac','\xdf','\xb1','\xc6','\x15','\xbf','\xaa','\x9b','\x64','\x21','\xa0','\xac','\x05','\xeb','\xba','\x44','\xda','\x8d','\xad','\xe1','\x0a','\x8d','\x00','\xd8','\x65','\x4c','\x95','\xf5','\xc0','\x2d','\x88','\x04','\xef','\x1b','\x3d','\xf4','\x39','\x70','\x62','\x8c','\xd1','\xc1','\x1e','\xd3','\xa9','\xe9','\xf1','\x09','\x8d','\x2f','\x77','\xf3','\x3a','\x1b','\xd3','\x9d','\x40','\x7a','\x86','\xec','\x5f','\x01','\xa4','\xed','\xb3','\xfd','\x60','\xf8','\xb7','\xd5','\x86','\x0d','\x00','\xb3','\xf0','\x79','\x96','\xb8','\x9c','\x0a','\x81','\xae','\x35','\x5c','\xd8','\x8f','\x3a','\x30','\xd9','\xcb','\x23','\xba','\x9b','\x7d','\x7f','\xb8','\x9b','\x07','\x75','\x1f','\x95','\x75','\xb4','\x73','\x0c','\x4a','\x29','\xa8','\xad','\x61','\x99','\xf1','\xcc','\xef','\x34','\x07','\xf7','\xc1','\xd7','\xe4','\x76','\xdf','\x04','\x4e','\xc6','\x35','\xdf','\x2a','\xd4','\xcf','\x09','\x11','\xdd','\x17','\x04','\x61','\xcc','\x96','\xea','\x3e','\x73','\x03','\x76','\x35','\x97','\x25','\xf3','\xd3','\x35','\x3f','\x00','\x8b','\x6f','\xbf','\xae','\xc5','\xfd','\xe9','\x05','\x89','\xc8','\x79','\x9f','\x3f','\xff','\xf3','\x8c','\x9f','\xff','\xb9','\xca','\xd9','\x11','\x86','\x33','\x5c','\x56','\x85','\x69','\xb8','\xa8','\xec','\x19','\xb7','\x70','\x15','\x80','\x6f','\xbe','\x81','\xff','\xbc','\x1b','\xbe','\xca','\x12','\xe9','\x95','\x6d','\xec','\x92','\x4d','\x53','\xc2','\x16','\x59','\xb1','\x8d','\xe9','\x08','\xe6','\xd0','\x95','\xc6','\x24','\xe1','\x7c','\x5b','\x6b','\x78','\xbe','\x8a','\x5b','\xcf','\x7f','\xfe','\xef','\x33','\xfe','\xfa','\xcf','\x55','\x22','\x5b','\xe9','\xdc','\xb8','\x55','\x83','\x82','\x68','\x12','\x41','\x04','\xd4','\xcb','\x82','\xa7','\x6f','\x0b','\xbe','\xff','\xb8','\xe0','\xfb','\x1f','\x16','\xda','\x1a','\x1e','\x34','\x61','\xdb','\x2a','\xda','\xc6','\xa8','\x8d','\x25','\xd8','\x41','\x35','\x87','\x24','\x72','\x22','\xef','\xe1','\x32','\xc9','\x5c','\x9c','\xac','\x4b','\x71','\xd6','\xc3','\x88','\x5b','\x3e','\xe7','\x63','\x02','\xd0','\xde','\xea','\x93','\xe7','\x37','\xa1','\xf9','\x6e','\x2d','\x06','\x06','\x73','\x8b','\x18','\x42','\xcb','\xe6','\x4f','\xed','\x2e','\x00','\x19','\x93','\x9a','\x8b','\x95','\x09','\x2b','\x11','\xc2','\x34','\x31','\xd5','\x3c','\xbe','\x93','\xe6','\x31','\x7d','\xc9','\x87','\x54','\x2d','\x7c','\x39','\x11','\x92','\x70','\x62','\xcc','\x23','\xb4','\xd6','\x20','\x0e','\x8c','\x94','\xd0','\x6f','\xd7','\xfe','\xdc','\xfc','\x81','\xe1','\xe4','\x21','\x19','\x5d','\x6e','\x6b','\x07','\x07','\x2b','\x9f','\x34','\x97','\x4a','\xda','\x8b','\xc8','\x4c','\xd6','\xc0','\x0c','\x39','\x31','\xa3','\xbe','\xc4','\x60','\x1a','\x13','\x0f','\xdf','\xdd','\x4c','\x63','\xe9','\x89','\x4b','\x93','\xa0','\x62','\x5d','\xbf','\xa5','\xf5','\xf3','\x3e','\x6b','\x05','\x66','\x59','\x73','\x5e','\x25','\x29','\x0c','\x92','\x50','\x27','\xae','\xb7','\x1b','\x7e','\xfe','\x14','\x2d','\xf2','\xe5','\x69','\xc1','\xb7','\x1f','\xab','\x9c','\x49','\x04','\xc0','\xb5','\xd9','\x60','\xc4','\xdc','\x18','\xf3','\x6c','\x65','\xe7','\xb9','\x48','\x4c','\x16','\x0e','\x6e','\xdf','\x8d','\x6b','\x12','\x33','\xa4','\x6c','\x73','\xea','\xee','\x90','\x10','\xf7','\x80','\x01','\xf5','\xfd','\xa1','\x37','\x8c','\x61','\x35','\x77','\xc0','\x42','\x71','\x86','\x65','\xd7','\xd8','\xe9','\x85','\x70','\x95','\x75','\x19','\xd8','\x0e','\xa4','\xdb','\xbe','\xa0','\xa2','\x2e','\xba','\x69','\x2f','\xb2','\x0a','\xe5','\xc4','\x2a','\x20','\x41','\xc2','\x3c','\x17','\x75','\x55','\xb4','\xcf','\xc6','\x00','\x93','\x5b','\xb9','\x8d','\x96','\x58','\x3f','\xf2','\xbe','\xca','\xcd','\xdb','\x6d','\x67','\x86','\x6a','\xd4','\xf3','\xda','\x4c','\xe7','\x78','\x86','\x31','\xa3','\xfe','\x75','\x2f','\xde','\x95','\x44','\xbb','\x31','\x39','\xb2','\x7b','\xd8','\xfb','\x1c','\xc9','\xbf','\x52','\xdb','\x58','\xc7','\x1e','\x8d','\x41','\xb5','\xa1','\x12','\x1c','\x0f','\x2e','\x45','\xf0','\x83','\x27','\x6c','\x25','\x1b','\xe7','\x25','\x05','\x01','\x40','\x9c','\x03','\x75','\xc5','\x98','\xe0','\xe0','\x96','\xce','\x87','\xda','\xf7','\x8c','\xa7','\x2c','\x22','\xdf','\x74','\x00','\xed','\x57','\xa2','\x09','\xd9','\x22','\xcd','\x6c','\x6b','\xa7','\xdf','\xff','\x36','\x3e','\x1d','\x2e','\x4c','\x9b','\xfc','\xb5','\x74','\x35','\xb6','\xaf','\xe4','\xcf','\x69','\xad','\xe2','\x8a','\x8c','\x7f','\x59','\xbd','\x14','\x8a','\xa4','\x87','\x58','\x8a','\x2a','\xd7','\xe4','\x3d','\xb7','\x9e','\xd9','\x1e','\xe0','\xc0','\x57','\x04','\x80','\xd4','\x55','\xcb','\x92','\x92','\x66','\x85','\xdd','\xbc','\x3d','\xb2','\x29','\xa7','\xc2','\xe5','\x09','\xf0','\xe4','\x57','\xb7','\x7f','\xbd','\x9f','\xa9','\x26','\xdf','\xf7','\xf1','\x9a','\xb9','\x3e','\x5a','\x07','\x66','\x82','\xbb','\x97','\xfb','\x96','\x4c','\xf7','\xd1','\x62','\xd7','\x7d','\x9c','\x81','\x19','\x7e','\xf6','\x17','\x60','\x5c','\x68','\xf1','\xf0','\xf3','\x04','\x59','\x47','\x96','\x67','\x2b','\x5b','\x7f','\x8d','\xdd','\xe9','\xfb','\x31','\xfc','\xb0','\xa5','\xa5','\x2f','\xd8','\x81','\x88','\x37','\xe3','\xdf','\x86','\x36','\xa4','\xcb','\xbf','\xe1','\x17','\x06','\x39','\x7e','\x13','\xb3','\x28','\x47','\x4a','\xfa','\x6b','\x06','\x3b','\x01','\x28','\x83','\x99','\x91','\x22','\x7c','\xa7','\xaf','\xc8','\xee','\xb7','\xe5','\x5c','\x90','\x10','\xb2','\x9a','\x3f','\xa3','\x88','\x86','\xa6','\x6d','\x72','\x66','\xc4','\x0e','\xe0','\x9b','\xf0','\xe3','\x39','\x3d','\x0c','\xc1','\xa6','\xc6','\x35','\x66','\x50','\x4d','\xcc','\xa3','\xf3','\x39','\xec','\xcf','\xcf','\x51','\xfa','\x27','\xc1','\x2b','\x76','\x65','\x6c','\x6b','\xfd','\x9d','\x34','\x7d','\x6c','\xa6','\xfd','\x66','\xee','\x0f','\x66','\xd6','\x93','\xe7','\x4b','\x62','\xec','\xb6','\x9f','\x0d','\xff','\xf3','\xdf','\x3f','\xf1','\x3f','\xff','\xe7','\x27','\x7e','\xfe','\xb5','\x45','\x1e','\x25','\x1b','\x44','\x23','\x04','\xce','\x1c','\x49','\x32','\xd3','\xef','\x3f','\x56','\xfc','\xf8','\xf7','\x13','\xbe','\xff','\xb8','\x88','\xc0','\x0a','\x68','\xa2','\x51','\xee','\x2c','\x32','\x26','\xb4','\x48','\x34','\x36','\x6b','\xb9','\x9d','\xbb','\x90','\x41','\xa0','\x05','\x98','\x85','\xb4','\x36','\x4c','\x66','\x09','\xee','\xdc','\xda','\xb3','\x29','\x61','\x57','\xa2','\xd5','\xad','\x4f','\x9f','\x63','\xfd','\xdb','\x71','\xd2','\x31','\x06','\x71','\x35','\x88','\x80','\x31','\xe2','\x23','\xa3','\x34','\xbc','\xb0','\xb7','\x42','\x30','\xf9','\x01','\x7a','\x9f','\x0b','\xbf','\x4f','\xf9','\xd5','\x0e','\x49','\x8f','\xcc','\x55','\x68','\x8d','\xe3','\xc0','\xb9','\xf0','\x37','\xca','\x5c','\x28','\x73','\xc2','\x7a','\xca','\x77','\xdc','\x98','\xf6','\x0e','\x53','\xec','\x81','\x5c','\xbf','\x31','\x79','\xd9','\xed','\x34','\x33','\xa9','\x5d','\xa3','\x26','\x90','\xf7','\x0e','\x83','\xa2','\xcb','\xb6','\xdf','\xb4','\xef','\x4d','\xff','\xef','\x18','\xd1','\x71','\x4e','\xac','\x9d','\x45','\xf3','\xb0','\xc0','\x5c','\x39','\x73','\xa7','\x52','\xfd','\x03','\xf3','\xe4','\xe7','\x90','\x66','\x8c','\x14','\xe7','\xdf','\x51','\x61','\x37','\x77','\x14','\x73','\x2e','\x4f','\x45','\xb9','\x05','\x84','\x42','\xa2','\x6d','\xb7','\x50','\xfb','\xad','\x32','\x96','\x85','\xf0','\xf4','\x4d','\x02','\xb2','\x58','\x2e','\x20','\x93','\xc6','\x88','\xc7','\xd1','\x53','\x6e','\x24','\xc3','\x09','\xe2','\xc9','\x02','\x4b','\xef','\xc2','\x32','\xb5','\x09','\x75','\x65','\xce','\x8b','\x8d','\xc5','\x76','\x30','\xa4','\x2e','\x78','\xfb','\x1e','\x27','\xc5','\x2c','\x5a','\xa6','\x31','\xd8','\xbd','\x72','\x6c','\x64','\x90','\x8f','\xeb','\xed','\x98','\x15','\xb2','\xf1','\x57','\xa1','\x23','\xfb','\xc8','\x31','\x12','\xd2','\x16','\x57','\x44','\xf6','\xb5','\x49','\x2e','\xf8','\x70','\x61','\x14','\x53','\xc4','\x98','\xab','\x65','\xe3','\x08','\xa9','\xdd','\xe0','\x0c','\xb8','\xf4','\x6f','\xdf','\xda','\xbd','\xfc','\x96','\xad','\x97','\x83','\xe5','\x36','\x8f','\x15','\xd0','\x33','\x3e','\x7a','\xe1','\x78','\x34','\x64','\x51','\xf8','\x2b','\x23','\xd7','\x34','\xe6','\xf0','\x49','\xb8','\x8b','\x2b','\x3c','\x3a','\x66','\xad','\x8c','\x6d','\xd3','\xd0','\xdb','\xaa','\x29','\x5f','\x56','\x61','\xc6','\xcb','\x62','\x9f','\x1a','\xe1','\x6c','\xb1','\x1e','\xaa','\xa2','\xb1','\x01','\xcc','\x0d','\xcd','\x5c','\xce','\xd5','\x0a','\x5f','\x37','\xc5','\xa9','\x8e','\xab','\x9b','\x07','\xa1','\x30','\xbc','\x3d','\x85','\x6e','\x3e','\x11','\xe7','\x92','\x1c','\x11','\xc8','\x77','\xcb','\x57','\xe4','\x3d','\x6a','\xa9','\xbf','\x3a','\xb6','\x11','\x35','\xf4','\xc6','\xfa','\x9e','\x57','\xdf','\x21','\xd4','\x10','\xae','\xc6','\xc0','\xd5','\x82','\x5f','\x44','\x59','\xb7','\xe2','\xe9','\x49','\xad','\x38','\x25','\x42','\xdc','\xd7','\xad','\xa2','\x12','\x4b','\x4e','\xa7','\x3a','\x2a','\x97','\x64','\x4c','\x6a','\x65','\xd0','\xd5','\x92','\x74','\x4b','\x14','\xd3','\x6a','\x29','\x1b','\xba','\x0a','\x7b','\x4b','\x58','\x8f','\x33','\x1f','\x07','\xdb','\x97','\x7d','\x15','\xf2','\x2b','\xe7','\x35','\xca','\x02','\x8d','\x08','\xf4','\x34','\x3a','\x41','\x0c','\x83','\x32','\xa9','\x68','\x76','\xfd','\xa1','\x86','\xe2','\x54','\x08','\x8a','\x67','\x43','\x60','\x6e','\x0d','\xd8','\xae','\x0c','\xa0','\x62','\x69','\xf0','\xf5','\x4d','\x65','\x41','\xa9','\xd4','\xa5','\xb1','\x68','\xe8','\x15','\x8a','\xa1','\xf3','\x93','\xca','\x63','\xdf','\x72','\xcc','\x1d','\xfb','\x8c','\xf4','\x8d','\x38','\x1b','\x9b','\x23','\xc8','\xb4','\xe8','\xe0','\xd6','\x3d','\xc3','\xb7','\x94','\x82','\xad','\x56','\xac','\xcb','\x72','\x67','\xc5','\xb7','\xe0','\x85','\x4c','\xe4','\x3b','\x17','\xf5','\x65','\xc0','\x34','\x30','\xb3','\x5b','\x88','\x39','\x6b','\xc3','\x91','\x11','\x71','\x7b','\xbf','\x4e','\x23','\xc1','\x75','\x67','\x80','\x66','\x2e','\x70','\xf9','\x20','\x7a','\x73','\x8c','\xd0','\x87','\x13','\x5d','\x57','\xcd','\x1c','\xbf','\x44','\xd6','\x71','\x0b','\xbb','\xbc','\x69','\xa4','\xa5','\x9f','\x1a','\xec','\xc0','\x88','\x4f','\x04','\x37','\xd0','\x46','\x26','\xbe','\x96','\xe2','\xb2','\x3f','\xd2','\x9d','\xbd','\x38','\xe8','\xf8','\x6c','\x50','\x7e','\x09','\xf0','\x0e','\x04','\x02','\x68','\x2c','\x9a','\xbe','\xa5','\x12','\xaa','\x1f','\x1a','\x67','\x61','\x56','\x35','\xc7','\x8a','\x25','\x8f','\xfd','\xf9','\xd7','\x86','\xff','\xfe','\x3f','\x7f','\xe1','\xff','\xfe','\xbf','\x7f','\xe1','\xe7','\x9f','\x2a','\xfc','\x98','\xd5','\xc5','\x8b','\x26','\x35','\xf3','\xc3','\x2d','\x3e','\xdf','\x7e','\xac','\xf8','\xfe','\x87','\x0a','\x3f','\xab','\x1c','\x0e','\xaf','\xd7','\x86','\xeb','\x73','\x44','\x5f','\xb3','\xdc','\x03','\x66','\xad','\xd9','\x31','\x13','\x7a','\x06','\x65','\x49','\xb9','\x36','\x5c','\x5b','\x65','\x7c','\x90','\x09','\x53','\xc9','\xe5','\x2d','\x72','\x3d','\x40','\x09','\xa7','\x51','\x87','\x31','\x4a','\x4e','\xe6','\xb2','\xa3','\x2f','\x7d','\x23','\x8c','\x35','\x54','\x0d','\xd1','\xc0','\x48','\xd2','\x8e','\xdb','\x99','\xfc','\xda','\x2d','\x24','\xb6','\x85','\xd7','\x11','\x05','\x6f','\x02','\xf7','\x34','\xa2','\xfb','\xb4','\xf6','\x70','\x84','\x1f','\x36','\x06','\xd4','\x8b','\x6d','\x1c','\x49','\x3b','\x53','\x3b','\x43','\x80','\xd4','\x6b','\x65','\xcf','\x98','\x89','\x90','\x4c','\x7e','\xcd','\xc6','\x2e','\xbb','\x9e','\x65','\xed','\xb7','\x10','\xdf','\xbe','\xdf','\x94','\xbf','\xb8','\x65','\x80','\xfc','\x05','\xdb','\x73','\xee','\x7e','\xe3','\xc8','\x24','\xca','\x0d','\x62','\x41','\x9a','\x3c','\xb5','\x88','\xbb','\x0f','\xe9','\x3b','\x5a','\x96','\x59','\x20','\xf2','\x61','\xfe','\xbc','\x8f','\x8d','\xd0','\xef','\x98','\xa2','\x1d','\xe3','\x6a','\x9d','\x62','\x6f','\x53','\x6b','\x31','\xbe','\xce','\x3c','\xa4','\xb1','\x34','\xed','\x7a','\xdd','\xd8','\x23','\x17','\x16','\xdd','\x03','\x8b','\x6a','\x90','\x4d','\x10','\xb5','\x71','\x60','\x9f','\xe0','\xd4','\xe2','\x33','\x8a','\x78','\xc6','\x15','\x59','\xbb','\xd8','\x46','\x6a','\xf2','\x6e','\x74','\xd0','\x7f','\x87','\xf7','\x12','\x1f','\x3c','\x1c','\x4c','\x76','\x1a','\xd4','\x24','\x04','\x8a','\x2c','\x9f','\x79','\x5a','\x5b','\x84','\x69','\x9a','\xbb','\xe2','\x4f','\x05','\x80','\xf1','\x4a','\xd6','\xa4','\x30','\x07','\x73','\x67','\x56','\x27','\x88','\x87','\x9b','\x58','\x8a','\x82','\x51','\x92','\xb5','\xa9','\x8a','\xb5','\x12','\x02','\x10','\x99','\xab','\xaf','\x79','\x16','\xe8','\x54','\x3b','\x8e','\xc0','\x80','\xfb','\xfb','\x43','\x3c','\xbb','\xef','\xdd','\x48','\x1b','\x41','\xc9','\x0c','\xe8','\xc3','\xc4','\xc1','\xd6','\xd5','\xfe','\x75','\x1a','\x5c','\xcd','\xb2','\x30','\x94','\xf7','\x11','\xa1','\x82','\xa8','\x85','\xb2','\xc0','\x04','\xa1','\xb5','\xe0','\xb2','\x2e','\x58','\x2e','\x0b','\xd6','\x0b','\xa9','\x20','\x94','\xac','\xf6','\x10','\x8b','\x11','\x78','\x01','\xaf','\xba','\x27','\xb1','\x00','\x1c','\x16','\xa1','\x8e','\xc1','\x54','\xfc','\xea','\x4a','\xa6','\x6c','\x1d','\x42','\xb4','\xcb','\x7b','\xc2','\x04','\x8d','\x39','\x24','\xeb','\x95','\x02','\x97','\xa2','\xd8','\x59','\x15','\xed','\x9f','\x05','\x0d','\x50','\x24','\xc1','\x2c','\x0c','\x7a','\x53','\x25','\x51','\xce','\x75','\x65','\xa3','\xc2','\x69','\xbc','\xa6','\xdb','\x68','\xc0','\xbd','\x86','\xff','\x6d','\x3f','\x53','\xd1','\x40','\x4a','\xeb','\x82','\xcb','\x37','\x39','\xaf','\x77','\x79','\x5a','\xb0','\x2e','\xaa','\xd8','\x78','\x6e','\xa2','\xc0','\xdd','\xb2','\x0b','\x61','\x4b','\xe9','\x04','\xa4','\x24','\xb9','\x2e','\x11','\x50','\x01','\xa4','\x71','\xd1','\xb1','\xa1','\x61','\x7f','\x1a','\x5d','\x7a','\x23','\x18','\xcb','\xa2','\xbc','\xae','\xa9','\x5f','\x5f','\xf6','\x83','\x6c','\x0f','\xc1','\xfa','\x72','\xb2','\x74','\x47','\x7a','\xf9','\xf2','\x86','\xde','\x27','\x04','\x0d','\x04','\xb0','\xb5','\x86','\xeb','\xd5','\x92','\x67','\x17','\xcd','\xa5','\x56','\x94','\x37','\x64','\x6c','\x85','\x80','\xdd','\xd9','\xa0','\xb4','\x2f','\x99','\x22','\xaa','\xa3','\x77','\x27','\xed','\xa5','\x5c','\xfd','\x23','\xdd','\xbb','\xe7','\xd9','\x8c','\x7b','\x1f','\x29','\xfa','\x80','\x21','\xff','\x34','\x78','\xbb','\xe5','\xfa','\xf5','\x20','\x7b','\x2f','\x3c','\xf4','\xda','\xf1','\x99','\xad','\x2e','\x0a','\xdc','\x98','\x41','\xd5','\x82','\x16','\x18','\xb3','\x67','\x1a','\xfd','\xa2','\x07','\xda','\xcd','\xda','\xb3','\xae','\xc6','\xf4','\x24','\x33','\xb4','\x32','\xbd','\xdb','\xcf','\x8a','\xe7','\xe7','\x0d','\xf5','\x2a','\x6e','\x27','\x65','\xec','\x81','\x6d','\x7c','\xa3','\x9a','\xba','\x10','\x19','\xa2','\x55','\x70','\x01','\xe9','\x40','\xd4','\x99','\x8d','\xc7','\x31','\x21','\x7f','\x27','\x38','\xa8','\x28','\xb7','\xf8','\x61','\xb4','\xa4','\x4c','\x72','\x6d','\x8c','\x52','\x19','\xb5','\x34','\x9d','\x03','\xcb','\x4c','\x2f','\x5a','\x95','\x9f','\x7f','\x5e','\xf1','\xdf','\xff','\xbf','\xbf','\xf0','\xdf','\xff','\x47','\x84','\x1f','\x66','\x56','\xe2','\x49','\x8e','\x58','\xe4','\x3d','\xc2','\xb2','\x08','\xe3','\xf7','\xe3','\x5f','\x4f','\xf8','\xe3','\xdf','\x72','\xce','\x67','\xb9','\x48','\x3e','\x0c','\xd1','\x4e','\x36','\xb5','\xfe','\x48','\x5e','\x9f','\x66','\xda','\x4b','\x0e','\x37','\x0b','\xe3','\xe8','\xdc','\x1f','\x9c','\xe0','\xe7','\xb8','\x8a','\x1e','\xee','\x35','\xab','\x06','\xab','\xd6','\xb3','\x6d','\x4d','\x23','\xbb','\xb5','\xde','\xbd','\x23','\x21','\x37','\x9b','\x7c','\x1e','\xb1','\xdd','\x0c','\x06','\x09','\x99','\x6d','\xc1','\x30','\x2b','\x02','\xd5','\xbe','\x3b','\x41','\xe3','\x24','\x94','\xc5','\x0c','\x64','\xe2','\xd2','\x57','\x37','\x22','\x5d','\x65','\xea','\x46','\xc6','\xd1','\x98','\xdb','\x4c','\xbc','\xbb','\x82','\x54','\x7b','\xaa','\x95','\x98','\x63','\x95','\x33','\x83','\xee','\xce','\x18','\x92','\x95','\x09','\xae','\x96','\xc0','\x31','\xbf','\x65','\xcd','\x2a','\x00','\x98','\x22','\xe9','\x23','\x87','\x0a','\xad','\x17','\x7e','\x86','\xfd','\x34','\xf4','\xb0','\xe3','\x8b','\x25','\x38','\x45','\x20','\x74','\x89','\x2c','\x68','\x73','\x64','\xae','\x0b','\xdc','\xbf','\x9c','\xe6','\xc3','\x02','\x5c','\x74','\x16','\x06','\xb3','\xa8','\xd0','\x3e','\xf2','\x55','\x7a','\xd5','\x19','\xfd','\x61','\xe8','\x5c','\x88','\x26','\x2f','\x2a','\xdc','\xa3','\xfc','\x43','\x85','\xa7','\x98','\x0b','\x39','\x73','\x21','\xcc','\x65','\x09','\x0b','\xe9','\xb3','\x26','\x59','\x66','\xc6','\xe5','\xb2','\x60','\xbd','\xc4','\x41','\x74','\x9f','\x65','\x6f','\x22','\x9b','\xbc','\x92','\x06','\xf1','\x06','\x74','\xfc','\xf6','\xb0','\xcb','\xc7','\xd7','\x8f','\x90','\xc0','\x84','\x91','\xef','\x4b','\xeb','\x5d','\xb1','\x48','\xaf','\x8c','\x6c','\x11','\xc3','\x04','\x0f','\x1b','\xaf','\x41','\x18','\xd8','\x11','\x7a','\x1a','\xda','\x3f','\x69','\xf3','\xb4','\xb1','\xa9','\x25','\x6e','\xe9','\xb5','\xf5','\xae','\x69','\x56','\xd9','\xca','\xd3','\xd9','\x23','\x52','\xa5','\x8a','\x3a','\x19','\x32','\x50','\xb2','\x2b','\x97','\x86','\xdc','\x2e','\xcd','\x34','\x79','\x39','\x0c','\x3e','\x25','\xa6','\x36','\x04','\xaa','\xbc','\x37','\xc9','\x04','\x3c','\xdb','\xdc','\x30','\xc6','\xbe','\x4f','\xaa','\x1a','\x5b','\x7c','\x60','\x4a','\x41','\xa7','\x5d','\xef','\xd7','\xa8','\xfe','\x72','\xc2','\x9c','\xd5','\x30','\xf1','\xb4','\x31','\x7a','\x8e','\xf3','\x00','\x50','\x23','\x54','\x40','\x94','\x5b','\x1a','\xed','\x6c','\xbd','\xca','\xba','\x94','\xb3','\x14','\xa5','\x4f','\x92','\xa9','\x42','\x13','\x11','\x52','\xce','\x34','\x42','\x59','\x18','\xa5','\x12','\x96','\x85','\xd1','\xd6','\xd2','\x59','\x7e','\x2c','\x8d','\x80','\x9d','\xb1','\x74','\x8b','\x10','\xf7','\x78','\x8f','\x2a','\x27','\x81','\x16','\x5a','\x9f','\x45','\x5b','\x1c','\xd6','\x06','\xc5','\x33','\x40','\x58','\x62','\x4b','\x53','\x8b','\x8b','\x05','\xf2','\x71','\xaf','\x05','\x38','\xfe','\xd8','\x8f','\x76','\x2a','\x77','\xdc','\xc7','\x80','\x2b','\x30','\xca','\x42','\xee','\x56','\x7f','\x79','\x5a','\x85','\xdf','\x00','\x5c','\xc8','\x7b','\xfe','\x4b','\x14','\xac','\xe6','\x49','\x10','\xc2','\x8f','\xb6','\x35','\xcf','\x74','\x03','\xaa','\x87','\x15','\xcd','\x0d','\xd0','\x89','\xca','\xfc','\x49','\x22','\x0c','\xaf','\x66','\x73','\x27','\xf5','\xe5','\xb5','\xdb','\x79','\x21','\xe8','\x5a','\x72','\xaf','\x06','\x1f','\x93','\xb4','\xae','\x78','\x3e','\x96','\x0f','\xf3','\x19','\xaf','\x05','\x32','\x01','\x59','\xe7','\xbe','\x36','\xa0','\x91','\xd3','\x8e','\x75','\x85','\x2a','\xca','\x65','\x0e','\x0b','\x01','\xb5','\x84','\xa0','\xea','\x0a','\xb5','\xa4','\x30','\x1b','\x2d','\x5e','\x77','\x09','\xa1','\x2f','\x61','\xf6','\x32','\x0d','\x4f','\xca','\x62','\xf3','\xd4','\xb8','\x07','\x96','\x52','\xb0','\x6d','\x1b','\xd6','\x75','\xbd','\xfd','\xf0','\x6f','\x78','\x15','\xdc','\xbb','\xa6','\x67','\x82','\xce','\xe5','\x72','\x99','\x3e','\xbb','\xb3','\x00','\xed','\x2c','\x2c','\x76','\x28','\x78','\x11','\x4b','\x8f','\x21','\x66','\x4f','\x26','\xa7','\xad','\x12','\x4d','\x54','\xb8','\x6f','\x49','\x18','\xcb','\xaa','\x21','\x93','\x9b','\x6b','\x6a','\xa5','\xd0','\xbc','\xf2','\xf4','\x92','\xff','\x41','\x87','\x78','\x5c','\x4b','\xe0','\xf4','\xd6','\xc8','\xfe','\x6d','\xb8','\x93','\x75','\x79','\x03','\xe8','\x49','\x69','\x46','\x56','\xf7','\xd4','\x1f','\x78','\x37','\xb3','\x3a','\x70','\x42','\x52','\x5b','\x03','\x6d','\x40','\x25','\x12','\x4d','\x29','\xc4','\xef','\xf6','\xe7','\x9f','\x57','\xfc','\xf7','\xff','\xfb','\x17','\xfe','\xe7','\xbf','\x7f','\xe2','\xf9','\x2f','\x61','\xee','\x4a','\xb2','\xfc','\x18','\x71','\x02','\x09','\x12','\xfa','\xfe','\xe3','\x09','\x7f','\xfc','\xfb','\x82','\x1f','\xff','\x7e','\xc2','\xd3','\xd3','\x0a','\x2a','\x24','\x01','\x0e','\x34','\xf2','\x9a','\xe5','\xde','\xb1','\xdf','\x5d','\x58','\x56','\xd5','\x92','\x45','\x9e','\x11','\x80','\x94','\xc1','\x8c','\xdc','\x31','\x52','\x6f','\x63','\x11','\x7c','\xcc','\xf2','\x53','\xb5','\xec','\xec','\xa7','\xde','\x45','\x78','\xd3','\x0e','\xe7','\xef','\x01','\xe3','\x22','\x91','\x2f','\xc3','\x2a','\x8d','\xb1','\x57','\x84','\xca','\x7e','\xfe','\xa0','\x3f','\xff','\x64','\xc3','\xec','\xd6','\x12','\x82','\x1f','\xd2','\x76','\x71','\x69','\x24','\x2e','\xc3','\x62','\x23','\x08','\x33','\x82','\x21','\x87','\x8d','\x31','\xf7','\xa3','\xb0','\x6e','\xeb','\xd0','\x97','\x37','\xdb','\xb3','\x69','\x4f','\x28','\xbf','\x46','\xfa','\x80','\x47','\x09','\x52','\x61','\x46','\x92','\x4c','\x0e','\xc3','\xa0','\x6d','\xb7','\x1f','\x9d','\x86','\x77','\x68','\xd7','\x74','\xc3','\x28','\xdf','\x6a','\x2e','\x30','\xa4','\x0a','\x90','\x4e','\x60','\x32','\x02','\x95','\x7b','\x32','\x30','\xea','\x7e','\x62','\x26','\x45','\x04','\x0b','\x2b','\x51','\x4a','\x74','\xab','\xd6','\x16','\x8b','\x6a','\x95','\x1b','\xe9','\x75','\x0c','\x3c','\xb5','\x9f','\xa9','\x82','\xb1','\x04','\x72','\xde','\x89','\xa3','\x82','\x4e','\x30','\x2d','\x56','\x9f','\x5a','\x23','\xe3','\xdc','\xcf','\x86','\x56','\x9b','\x1c','\x42','\xff','\xb6','\x68','\x60','\x16','\x2b','\x3f','\x14','\x33','\xa3','\xa6','\x3c','\xfa','\x3d','\xc0','\x3d','\x1b','\xfb','\x60','\xcc','\x5f','\x04','\x09','\x3f','\x04','\x1e','\x95','\x3f','\x19','\x23','\xda','\xfa','\x91','\xf5','\x10','\xee','\xaa','\x68','\x84','\x85','\xe4','\x8c','\xd9','\xb8','\x17','\xbc','\xa8','\x5d','\x7d','\xa3','\xb0','\x30','\x3e','\x92','\x1b','\x12','\x2e','\xa7','\xde','\x96','\x6e','\xed','\xd8','\xbe','\x94','\x40','\x0a','\xf2','\x5b','\x2d','\x41','\xc6','\x70','\x93','\x58','\x85','\x6c','\x1f','\x09','\xc3','\x4e','\xfd','\x19','\x18','\x0f','\x0a','\xd0','\xaf','\xa1','\xbc','\x97','\x6c','\xb9','\xbb','\xea','\xc0','\x96','\xad','\x09','\x46','\xfa','\x90','\xbb','\x18','\xe5','\x72','\x0e','\x37','\xcb','\x6c','\x00','\x46','\xc4','\x90','\xf0','\x81','\x6f','\xde','\x84','\x93','\xa0','\x4c','\x3e','\xc7','\xba','\x36','\xd7','\xbf','\x56','\x81','\xed','\xda','\xb0','\x3c','\xeb','\xf9','\x89','\x84','\x53','\xe5','\x60','\xb9','\x06','\x15','\x5a','\x54','\xb0','\x57','\x25','\x98','\x28','\x24','\xe1','\x0a','\x2e','\xd6','\xc1','\x90','\x73','\x34','\x2a','\x04','\x5d','\x25','\xa1','\xb4','\xe0','\xf5','\x3c','\x8e','\xee','\xc8','\xa6','\xeb','\x44','\xd7','\x05','\xe5','\xfc','\x70','\xdc','\xe1','\x4b','\x94','\x70','\xab','\x34','\x8b','\xa9','\x48','\x40','\xe4','\x7b','\x87','\xa1','\x73','\x64','\x5e','\x23','\xa6','\xc8','\x3c','\x58','\x47','\x31','\x67','\x8a','\x83','\x95','\x7e','\x15','\x52','\xeb','\xd8','\x25','\xf2','\x07','\x8a','\xc2','\x8e','\x54','\xa8','\x93','\x44','\xc6','\x57','\xcb','\x6b','\x87','\x9e','\xae','\x50','\x14','\x0c','\xed','\x5d','\x8f','\x3b','\x7d','\xda','\xfa','\x79','\xec','\x78','\x20','\x53','\xf4','\x0d','\x34','\xfe','\xc5','\x30','\x30','\xf7','\x52','\x5f','\xba','\x64','\x81','\x43','\x00','\xb8','\x5d','\x7c','\x8a','\x6f','\x7b','\x6e','\x21','\xd8','\xa4','\x37','\x16','\x7d','\xce','\x8a','\xcb','\x0c','\x4f','\x1e','\x23','\x96','\x75','\x67','\x0a','\x0b','\x4f','\x7c','\x4f','\x90','\x00','\x14','\x8b','\x58','\x88','\xdc','\x15','\xde','\x69','\x42','\xcc','\x1f','\xa5','\x49','\xa3','\x5b','\x91','\x7c','\x1e','\x69','\x73','\x7e','\x4c','\x17','\x79','\x77','\x2e','\x12','\x48','\x4a','\x96','\x7b','\xeb','\x1b','\x2b','\xfc','\x18','\xae','\xf3','\xb3','\xab','\xfc','\xaa','\x60','\x9e','\x1d','\x06','\x16','\x04','\x61','\x06','\x7e','\x95','\x99','\xa7','\x89','\x50','\xcd','\x55','\xc4','\x90','\x6f','\x51','\xa6','\xd7','\x2c','\x45','\x71','\x3e','\x24','\x34','\x3e','\xb5','\x25','\xe1','\x47','\x35','\x4f','\x19','\x1c','\x95','\x0c','\x93','\x36','\x33','\xd1','\xbb','\x36','\x3b','\x6d','\xb0','\x7d','\x59','\x73','\x78','\x63','\x54','\xd0','\x57','\x4a','\xf9','\xc7','\xe4','\x76','\x46','\x0e','\x5d','\x5b','\x32','\xe6','\x1d','\x0f','\xd7','\x46','\xc1','\x11','\x0d','\x4e','\x18','\x83','\x56','\x20','\x91','\x95','\x98','\x7d','\x6c','\xff','\xaf','\x0a','\x3f','\xd7','\xe7','\x0a','\x80','\x7a','\xe1','\x47','\x5d','\xd3','\xd6','\x8b','\x68','\xce','\xbe','\x7d','\x5f','\xf1','\xc7','\xbf','\xbf','\xe1','\x8f','\x7f','\x5f','\x70','\x79','\x5a','\xc0','\x0c','\x6c','\xd7','\x1a','\x9a','\xf1','\x41','\x6b','\x68','\x9a','\xc2','\xcc','\x08','\x9b','\x90','\x26','\xda','\x48','\x5d','\x0f','\x43','\x9d','\x26','\x08','\x47','\x38','\x6b','\xd5','\xc8','\x99','\xb6','\xc7','\xfa','\x26','\x5f','\xba','\x9e','\x1f','\x0c','\xe7','\x74','\x7c','\x7b','\x54','\x9f','\x35','\x8c','\x61','\xf5','\x71','\xdf','\x75','\xe1','\x8c','\x63','\xd8','\x29','\x21','\x57','\x40','\x2d','\x45','\x23','\xe3','\x6b','\xb5','\xf4','\xd3','\x1d','\xae','\x55','\x7d','\x39','\x30','\x86','\xac','\x29','\xc1','\x9c','\x31','\xf7','\xb9','\x6c','\x16','\x06','\x30','\xf7','\x21','\x9e','\x25','\x61','\x8a','\x4c','\x85','\xce','\x41','\x18','\xba','\x52','\x94','\xa1','\xf4','\xfb','\xde','\x14','\x4e','\x7b','\x66','\x0e','\xc6','\x20','\x9a','\x96','\x97','\x0a','\xb9','\xab','\x9a','\x97','\xed','\xc2','\xdc','\x59','\x59','\xe1','\x32','\x16','\xc2','\x43','\x5a','\xd5','\x8a','\x2b','\x8a','\x0a','\x8c','\x4c','\x2a','\xc7','\x25','\x06','\x36','\x6b','\x01','\xf3','\x78','\x4a','\x4c','\x0d','\x9b','\xcd','\x7d','\x33','\x32','\x43','\x4b','\xf6','\xdf','\xb4','\xc6','\x2a','\xdc','\x54','\xcb','\x7f','\xa5','\xc9','\x4e','\xd7','\xcb','\x82','\x65','\x5d','\x74','\xcd','\xa6','\xf6','\x52','\xf4','\xd9','\xea','\xa1','\x74','\xaf','\x23','\xf6','\x1f','\x0c','\x47','\x66','\x7f','\x59','\x97','\x49','\x98','\x51','\x1c','\xe9','\x8c','\x84','\x87','\xab','\x6e','\x72','\xa6','\x12','\x12','\xa6','\xb6','\x68','\xbf','\xf2','\x1a','\xee','\xf8','\x32','\xc3','\xb5','\x5d','\x40','\x0e','\x1e','\xee','\x23','\x09','\x16','\x94','\x2e','\xe4','\xc6','\xc5','\xb9','\xa4','\x3c','\x7e','\x46','\x3b','\xcc','\x3d','\x4e','\x84','\x20','\xf8','\x79','\x0e','\x30','\x3c','\x58','\x42','\x49','\x4a','\x18','\x3b','\x17','\x59','\xd5','\x2d','\xbb','\xb5','\xf4','\x7c','\x6a','\x9b','\xa0','\xa9','\xc1','\xe5','\x0b','\xb1','\x46','\x5c','\xe8','\x23','\x73','\xd9','\x8a','\x39','\x7e','\x3b','\x3e','\x22','\x0b','\xab','\x3a','\x53','\x46','\xcb','\x52','\x23','\xb2','\xc0','\x00','\xb5','\x68','\x94','\x3c','\xa7','\x85','\xfc','\x8c','\x90','\xb8','\x9a','\x1b','\x2d','\x5e','\x9c','\x1e','\x17','\x75','\x11','\xb3','\xb1','\x95','\x1a','\xc5','\x73','\x60','\x59','\x08','\x75','\x29','\x58','\xb6','\x82','\x35','\x45','\xda','\x34','\xc5','\x94','\xe0','\xfd','\x34','\x4e','\x6e','\xad','\xe9','\xc3','\xc8','\x5a','\x44','\x4b','\xa8','\x00','\x2d','\x0a','\x13','\x45','\x32','\xa6','\x10','\x4b','\x8c','\x24','\x13','\x81','\x8b','\x0a','\x99','\x7e','\x8e','\x35','\xf6','\x79','\x2f','\x74','\x4e','\x46','\xcf','\x84','\x9f','\xa7','\x82','\xa7','\xa7','\x15','\x97','\xa7','\x15','\xcb','\x4a','\xae','\xd4','\x68','\x4d','\xe8','\xe0','\xa6','\xb4','\x8b','\x8a','\xcc','\x65','\x35','\xab','\x7a','\x16','\x58','\x9c','\x76','\x25','\x9c','\x91','\xae','\xd9','\x3c','\xf4','\x73','\xc7','\x31','\x07','\x00','\xf2','\x39','\x28','\xbf','\x36','\x69','\xf7','\x21','\xcc','\xf6','\xf0','\x41','\x41','\x3d','\x19','\xe2','\x5e','\x00','\x48','\xfd','\x30','\x21','\xda','\x69','\x61','\xe9','\x3d','\x05','\x8e','\x0b','\xbd','\xa3','\x4d','\x8f','\x82','\x09','\xc8','\x3e','\xa7','\x1c','\x1e','\x24','\x3a','\x5f','\x26','\xbc','\x1b','\xcf','\x50','\x0a','\xa1','\x54','\xf2','\xc0','\x15','\x22','\x9c','\x37','\x8f','\x96','\xea','\xed','\x1e','\x05','\xd8','\x5b','\x03','\x9f','\x99','\xc7','\x49','\x19','\xa6','\x00','\xda','\x29','\xf1','\x73','\xa0','\x86','\x07','\x86','\x63','\x5d','\x96','\xde','\x0a','\xf4','\x52','\x24','\x72','\xef','\xd8','\xbf','\x1d','\x92','\xfa','\x75','\xe0','\xd6','\xd8','\x24','\x0d','\x58','\x04','\xe5','\xb0','\x5b','\xc2','\x83','\x9e','\x46','\x81','\xdb','\xb6','\xcd','\x1f','\xca','\x87','\x87','\x7e','\xfc','\x71','\xf1','\x68','\x2b','\xc6','\x30','\x98','\x46','\xce','\xdd','\x16','\x8c','\x39','\x23','\x35','\x4b','\x5f','\x9b','\x0b','\x3f','\x60','\xf6','\x34','\x0c','\x56','\xe6','\xbc','\x03','\xf1','\xc5','\x35','\xe4','\x67','\xfd','\xbd','\x31','\x1e','\xf7','\x3e','\xf3','\x62','\xe0','\xe9','\x57','\x85','\x93','\xd9','\xa2','\xe1','\x47','\xa7','\xdc','\x48','\x44','\xb1','\x01','\x55','\x55','\xfe','\x54','\xc2','\x5d','\xa4','\x5e','\x1b','\xfe','\xba','\x56','\xfc','\xf9','\x7f','\x9f','\xf1','\xe7','\x7f','\xae','\xb8','\x3e','\x4f','\x92','\xc8','\x22','\x92','\xcf','\xfe','\xf8','\xd7','\x05','\x7f','\xfc','\xfb','\x1b','\x7e','\xfc','\xeb','\x09','\x97','\xa7','\x05','\x44','\xf0','\xc3','\x9f','\x46','\x40','\xea','\xd6','\x34','\xca','\x9b','\x59','\x7e','\x6c','\x9e','\x12','\x67','\x45','\xe1','\x7e','\xe1','\xc8','\x2b','\x09','\x3f','\x9d','\xf0','\x64','\x11','\xde','\x5a','\x94','\x15','\x56','\x9f','\x10','\x84','\x76','\xf8','\xdf','\x2e','\xde','\x98','\xb8','\x99','\x9b','\xca','\xc8','\xc6','\x19','\x13','\x47','\x1a','\x71','\x4d','\x92','\x61','\xea','\xdb','\x7a','\xfe','\xc6','\x98','\x92','\x7e','\xec','\x13','\xd3','\x66','\x48','\x93','\xe3','\xd9','\xd0','\xcc','\x46','\x5b','\x83','\xe7','\x27','\x98','\x6f','\x49','\x20','\xea','\xe8','\xe9','\x8c','\x84','\xfa','\x23','\xc6','\x1c','\xe8','\x75','\x02','\x34','\xaa','\x1e','\xf6','\x6b','\x8d','\xed','\x95','\xa8','\x8b','\xb4','\xd3','\x0f','\xaf','\x79','\x4a','\x42','\x9d','\x5b','\xf0','\x92','\x30','\x93','\x09','\x11','\xb3','\xcf','\x61','\x66','\x31','\xe4','\xb5','\x92','\xfa','\x90','\x5a','\xa1','\x07','\xb2','\x79','\xa1','\x14','\xf5','\x51','\xdd','\x2b','\xb5','\xbd','\x46','\x74','\x82','\xd9','\xd0','\x6e','\xb3','\xba','\x34','\x8e','\x9c','\x4a','\x66','\xcc','\x0e','\xfa','\xc2','\x9c','\x92','\xf6','\x6e','\x15','\x04','\x60','\x7d','\x5a','\x3d','\xd0','\x47','\x66','\x4a','\xfb','\x62','\xfb','\xb9','\xe9','\x96','\x47','\x1e','\x8f','\x1b','\x63','\x7a','\xfa','\xfb','\x8d','\x60','\x87','\xcf','\x49','\x56','\x4e','\x68','\x90','\x65','\x39','\xb6','\x6a','\xfb','\x4e','\xa3','\x6f','\xaa','\xe2','\x02','\x4c','\x91','\x97','\xcb','\x82','\xd2','\x64','\x41','\xa7','\x2b','\xda','\x0f','\x7f','\xd8','\xe4','\xc8','\x8d','\x14','\x00','\xc1','\xf9','\x0e','\x95','\x29','\xe4','\xbd','\x1e','\xbb','\xd9','\x10','\x3b','\x8e','\x67','\xb3','\x8a','\xa8','\x25','\xa6','\xc9','\xa7','\xe4','\x19','\xd1','\xc8','\x71','\x6c','\xae','\x72','\x84','\xa6','\x42','\x51','\x6b','\xc1','\x08','\xef','\x23','\xa0','\xe1','\x78','\xcc','\xa9','\xbf','\x95','\x13','\x01','\xe7','\x4e','\xcc','\xf1','\x0b','\xf2','\xf2','\xb8','\x7f','\xaf','\x99','\x60','\x30','\xb6','\xcb','\x06','\x4c','\xcf','\x3e','\xd8','\x1e','\xab','\x1c','\xc9','\x6f','\x49','\xdd','\xc9','\x09','\x15','\x57','\x3b','\x37','\x74','\x91','\x33','\x43','\xeb','\xd3','\xa2','\xd1','\x56','\x8b','\x5b','\x81','\xbc','\x8f','\x2c','\x4a','\x00','\xb1','\xd2','\x33','\x96','\x95','\xd0','\x6a','\x09','\xab','\xd0','\x16','\xd1','\x37','\xcd','\x3a','\x2f','\x56','\xb6','\x51','\x18','\x88','\xa6','\x06','\xed','\x96','\x33','\x5a','\x59','\xe0','\xc9','\xe7','\xed','\xdc','\x65','\x4f','\xdb','\xc1','\x6a','\xd9','\x33','\xde','\x81','\x5b','\x28','\x41','\xac','\xcf','\xda','\x68','\xc1','\xbf','\x2a','\x9c','\x8b','\xeb','\xdb','\x82','\xf5','\x9b','\xf4','\xb3','\x38','\x23','\xd1','\x34','\x6f','\xa1','\xba','\xf4','\x91','\x9e','\x51','\x6e','\x22','\xa8','\x21','\x17','\xab','\xe3','\x91','\xc9','\x99','\xcb','\x9f','\x69','\x9f','\x0c','\xd3','\x15','\xeb','\x11','\x51','\x06','\xf8','\x96','\x83','\xe4','\x0b','\xe1','\x04','\x3f','\x58','\x6f','\x5c','\xb0','\x67','\xa3','\x7f','\x8a','\x17','\xd3','\x9a','\xca','\x09','\xcd','\xcd','\x33','\xc0','\x5b','\x7b','\x07','\x5d','\x7d','\x71','\xbb','\xf3','\xba','\x76','\xd9','\xd1','\x68','\x49','\x03','\x6f','\xba','\x57','\x17','\x42','\x5b','\xc4','\x45','\xdf','\xac','\x98','\x6b','\x59','\xc0','\x4b','\x08','\x40','\xad','\x51','\x77','\x6e','\xad','\x1f','\x87','\x07','\x1a','\x46','\xfd','\xdc','\x85','\xf2','\x56','\xf7','\xd0','\x2a','\xfc','\x51','\x29','\x32','\xa3','\x6d','\x6b','\x60','\xae','\x68','\x8f','\xec','\xeb','\xae','\xca','\x77','\x42','\xf2','\xbf','\x01','\x00','\x30','\x13','\x5e','\x8e','\x60','\x0c','\x76','\x40','\x44','\x78','\x7e','\x7e','\xde','\x19','\x78','\x80','\xc9','\x19','\xa0','\xf1','\x45','\x0f','\x65','\xad','\xc8','\x2b','\x92','\xb4','\xc1','\xad','\x3e','\x86','\xec','\x8c','\xe9','\x30','\xa6','\x5a','\xdc','\xe7','\xe0','\xda','\x81','\x33','\xe1','\x87','\xd1','\x23','\xd8','\xcc','\xe8','\xfd','\x6a','\x4b','\x6b','\xd6','\x5e','\xc6','\xed','\x3d','\x62','\x7d','\x36','\x6b','\x04','\x2b','\xc1','\x97','\xc8','\x69','\x05','\x60','\x89','\x60','\xf5','\xd7','\x9f','\xcf','\xf8','\xf3','\xff','\x4a','\x38','\x71','\xc0','\x84','\x92','\x28','\x67','\x5d','\x8a','\xe4','\xf4','\xf9','\xe3','\x09','\x3f','\xfe','\xfd','\x84','\x1f','\x7f','\x0c','\x56','\x1f','\x4d','\x68','\x6a','\x6e','\x11','\xee','\xf6','\x66','\x87','\xc1','\x83','\xa3','\x86','\x61','\x0f','\x63','\x5e','\x17','\x73','\xfd','\x32','\xad','\x89','\x45','\x89','\x53','\x3f','\xf3','\xcd','\x7c','\x7b','\x35','\x4a','\x91','\xd3','\xf8','\x14','\x65','\x27','\xf3','\xd4','\x03','\x97','\x75','\xdf','\xe0','\xf2','\x23','\x6b','\x22','\x31','\x67','\x2a','\x50','\xb4','\x22','\x42','\x50','\x8e','\xf8','\xd6','\x3f','\x3b','\x5b','\xa7','\xdc','\x4d','\x60','\x16','\x5c','\xb2','\x76','\xc9','\xbe','\x78','\x5f','\x53','\x27','\x79','\x7c','\x81','\xc7','\xe7','\xf4','\x4b','\xd6','\x9a','\x0f','\xc2','\x86','\x0b','\x4b','\x49','\xf8','\xe9','\x98','\xb1','\x24','\xb3','\x1e','\x41','\x6e','\xa7','\x09','\x72','\x16','\x2d','\xb0','\xaf','\x37','\x9a','\xc4','\xb9','\x2e','\x1f','\x7f','\xed','\x4b','\x62','\x64','\x7d','\xcf','\xdb','\xed','\x22','\x16','\x61','\x6a','\xe2','\xe6','\x64','\xa1','\x98','\x4b','\x01','\xcc','\x65','\xce','\xc6','\xc8','\xf9','\x15','\x6f','\x87','\xf6','\x31','\x33','\xad','\x49','\xc8','\x33','\xa5','\x8f','\x5b','\x31','\xdc','\x1d','\x08','\xae','\x21','\xbe','\x3e','\x8b','\x86','\x78','\xd5','\xb3','\x8a','\xa5','\xd8','\xfe','\x22','\x0f','\xd5','\xde','\x4d','\x40','\x5a','\x5f','\x37','\x09','\xe1','\x97','\x42','\x4c','\x31','\xe8','\x2e','\x9c','\xcb','\x4f','\xf9','\xe0','\x86','\x56','\x45','\xb9','\x55','\x5a','\x28','\x30','\xca','\x52','\xc0','\x85','\x84','\x61','\x4e','\x61','\xdb','\x63','\x21','\x8d','\x16','\x55','\x2d','\x54','\x99','\x2f','\xf6','\xba','\x07','\x86','\x03','\x70','\x29','\x28','\x0c','\x44','\x26','\x62','\xa9','\x62','\x42','\xad','\x2f','\xe1','\x2d','\xa6','\x4c','\xb0','\xb1','\x78','\xc4','\x61','\x21','\x62','\x80','\x8b','\x46','\x90','\x6b','\x0c','\x6a','\x40','\xe1','\x14','\x4c','\xc5','\x68','\x52','\x56','\x1f','\x77','\x88','\x06','\xfd','\xd9','\x82','\x3c','\x72','\x14','\xf7','\x69','\x27','\x00','\x04','\x23','\x99','\xfb','\xf4','\x22','\xa0','\x9e','\x81','\x76','\x7c','\x4f','\xc6','\xd4','\xf6','\xed','\x0d','\x85','\x80','\xee','\x91','\xc6','\x72','\x6e','\x68','\x6b','\xa8','\x6b','\xc3','\xaa','\x56','\x9c','\x4b','\x5d','\x22','\x9a','\xdc','\x4a','\x71','\xce','\x56','\xcb','\x5d','\x16','\x61','\x98','\x25','\x4d','\x85','\x68','\xe2','\xdb','\x5a','\x22','\x50','\x82','\x9d','\xd3','\x4c','\xd1','\xe4','\x46','\x57','\xd6','\x1c','\x01','\xd6','\xc7','\x2a','\x0d','\x05','\x11','\xcb','\x1e','\x2f','\xe6','\xce','\x48','\x21','\x70','\xe8','\x1e','\x35','\x63','\x9b','\x58','\x86','\xd2','\xde','\xf7','\x29','\x53','\x41','\x9c','\xc4','\x1d','\xd7','\x5c','\xed','\xcd','\x6a','\x60','\x41','\x7f','\x0a','\xcc','\x2d','\x90','\xb0','\x34','\x21','\x7c','\x0d','\xac','\x2e','\xc4','\x9c','\x92','\x18','\xc7','\x70','\x1a','\x4e','\xbc','\xb5','\xa7','\xfd','\xd9','\x1d','\x02','\x78','\x29','\x33','\x7e','\xf0','\xd2','\x03','\xcb','\xa8','\xa7','\x97','\xac','\xf4','\x25','\xe8','\x91','\xc7','\xe0','\xc8','\xb4','\x68','\xb4','\x7e','\x30','\xdf','\x5e','\xba','\xaf','\x61','\xb6','\xf2','\xbb','\x3b','\xdc','\xc3','\x1a','\xd1','\x56','\xac','\x3d','\xa5','\x10','\xea','\xca','\x58','\x35','\xd8','\x07','\x48','\xf8','\x8a','\xa5','\x00','\xcc','\x05','\x6d','\xcd','\x7c','\x66','\x9f','\x1e','\xc3','\xf1','\xff','\xd1','\x5e','\xb6','\x2f','\xa5','\x38','\xe6','\x22','\x62','\xc7','\x75','\xfe','\x99','\xce','\x49','\xb7','\x2d','\xdc','\xf4','\x8d','\x07','\x92','\x35','\x90','\x08','\xf9','\x0d','\xd8','\x59','\x81','\x7e','\xc3','\x97','\x01','\x3b','\xc2','\x71','\x1a','\x04','\xc1','\x12','\xa1','\x66','\xe6','\x6f','\x59','\x96','\x6e','\x11','\xda','\xe2','\xc8','\x8c','\xac','\x93','\x2b','\x16','\x66','\x58','\x18','\xeb','\x64','\x82','\x32','\x42','\x79','\xb0','\x90','\xb2','\xd6','\xbb','\xbb','\x76','\x07','\xb2','\xfa','\x14','\x98','\x34','\x4a','\xb7','\x59','\x62','\xe1','\x32','\xf6','\x0d','\x42','\x30','\x7d','\x2f','\x23','\x0e','\x43','\x6a','\xdd','\x35','\x88','\x7f','\x38','\x57','\x5c','\x21','\xda','\xbb','\xe7','\xbf','\x36','\x54','\xcd','\x20','\x9e','\x19','\x40','\x89','\xc8','\x57','\xf0','\xfd','\xc7','\x05','\xff','\xfa','\x5f','\xdf','\xf0','\xe3','\x5f','\x17','\x5c','\xf4','\xac','\x4f','\xf3','\xf3','\x3d','\x55','\xcf','\xfd','\x54','\x8d','\xf6','\x66','\xc9','\xca','\xa0','\xda','\x37','\x38','\xe1','\x64','\x65','\xa6','\x8c','\x10','\x45','\x68','\x6b','\xb8','\xb0','\xcb','\x66','\xf9','\xe9','\x22','\xbb','\x25','\x77','\x07','\x63','\xd4','\x07','\x26','\xf7','\xde','\xb1','\x9d','\xc2','\x21','\x77','\xba','\x2f','\xdf','\x99','\x6a','\x6f','\x8a','\xb5','\x47','\x5c','\x26','\x84','\x11','\x1f','\x16','\xdc','\x20','\x13','\xf9','\x65','\x96','\x3f','\xa6','\x60','\x70','\xad','\xd2','\xf8','\x8e','\x8f','\xde','\xc0','\x79','\xa5','\xb5','\x6e','\x67','\x01','\x68','\xa8','\x0b','\x04','\x4d','\xe4','\x99','\xdd','\x23','\xfb','\x43','\xbb','\x93','\x2d','\x33','\xed','\xf3','\xf1','\x40','\xe8','\x17','\x53','\x4e','\x38','\x33','\x63','\x0d','\x88','\x75','\x1c','\x53','\x38','\xb8','\x08','\x26','\x0d','\x9b','\x69','\xec','\x19','\x4d','\xb4','\xb7','\x89','\x10','\x16','\x39','\x13','\xeb','\xeb','\x15','\x6a','\x4d','\xa6','\x85','\x94','\x9e','\x35','\x10','\xc7','\xe1','\xec','\x5e','\x7a','\x0a','\xa2','\xef','\xbc','\x57','\x12','\xf0','\x32','\x8a','\x31','\xcd','\x9e','\x1d','\x10','\x17','\x45','\x8c','\xac','\xc9','\x62','\xb9','\x43','\x9c','\xa7','\x4f','\x1a','\xf9','\x13','\x08','\xa1','\xeb','\xfc','\xb9','\xf7','\x04','\x1a','\xd6','\xd5','\x1e','\xfa','\xb9','\x92','\x29','\xa5','\x78','\x5a','\xfb','\xa9','\xbc','\x83','\x9e','\x77','\x83','\x28','\xb3','\x88','\x40','\x95','\xdd','\x15','\x24','\xbb','\xb4','\xfa','\x39','\xbf','\xbc','\x5e','\xc6','\x26','\x18','\x43','\x32','\x30','\xec','\x99','\x11','\xca','\x5a','\xf8','\xe0','\xd1','\x32','\xe7','\x6c','\x5d','\xb0','\x8d','\x26','\x17','\x68','\xa1','\x24','\xfc','\xe8','\x67','\x93','\xbe','\x35','\x12','\xf7','\xb8','\xd6','\x8a','\x46','\x08','\x8b','\x3c','\x23','\xa5','\x85','\x6b','\xb6','\xad','\xd9','\xce','\x8d','\x93','\x01','\x77','\x93','\xcd','\x82','\x22','\x99','\xd0','\xa5','\xf5','\x03','\x79','\x1b','\xc4','\x47','\x1a','\x86','\x71','\x28','\x32','\xd0','\xc1','\x75','\x0c','\x7d','\x77','\xc5','\x15','\x5b','\xde','\x22','\x12','\x57','\xa6','\x13','\x86','\xb9','\x31','\xa3','\x6d','\xd5','\x53','\x0a','\x5c','\x9f','\x37','\xb1','\x94','\x68','\x70','\x8f','\x45','\x13','\xad','\x16','\xdf','\xd7','\xea','\xea','\xaa','\x41','\x4a','\x4a','\x59','\xc0','\x6b','\x30','\x06','\x46','\x1b','\x96','\x2d','\xe8','\x81','\x25','\x1d','\xdd','\xb9','\x05','\xa5','\xb9','\xe6','\x3c','\xb9','\xf6','\xbb','\x09','\x83','\x6e','\x41','\x4f','\xfc','\xec','\x90','\xaf','\x27','\xb3','\xd0','\xca','\x58','\xe7','\x48','\x93','\x40','\xb2','\xb2','\x1f','\x0d','\x6e','\x27','\x74','\x0d','\x93','\xe0','\xd2','\x16','\x1f','\xd2','\xdc','\x7b','\x60','\x94','\x7b','\x78','\x77','\xf1','\xe0','\x85','\xb3','\xed','\x79','\x4f','\xbd','\x1c','\xe1','\x7b','\xb3','\x27','\x4e','\x2e','\xab','\xb5','\xe6','\x1e','\x39','\x46','\xaf','\x3d','\x08','\x10','\xb9','\x7c','\xb4','\xdf','\xae','\x49','\xf8','\xee','\xb6','\xdb','\x51','\x3b','\x1f','\x11','\x86','\x6c','\x0f','\x8f','\xf3','\x44','\x40','\xe7','\x15','\xc1','\xe2','\xbe','\xda','\x9a','\x28','\x20','\x6b','\x69','\x28','\xab','\x44','\x0f','\x2d','\x4b','\x7c','\x96','\x85','\x64','\x7d','\x36','\xd9','\xe3','\x9e','\xf3','\x4a','\x99','\x8a','\x49','\x34','\x63','\xeb','\xa2','\x7e','\xf6','\x38','\x0c','\x05','\x58','\x92','\x00','\xe4','\xca','\xfa','\xad','\xe1','\xba','\x35','\xd4','\xe7','\x2a','\x6e','\xb5','\x66','\x69','\xee','\x11','\xdf','\xfd','\xf0','\xdb','\x0a','\xf4','\x2e','\xf0','\xe8','\xb0','\x1e','\x05','\x41','\x38','\x75','\x81','\x3b','\x0a','\x83','\x5d','\x55','\x98','\x31','\x44','\xd5','\xef','\xf6','\x58','\xf1','\xad','\xc1','\x19','\xeb','\x5a','\x9b','\x32','\x77','\x43','\x85','\x3b','\xcd','\x80','\xfc','\x70','\x04','\xc3','\xc1','\x18','\xfe','\x63','\x60','\x9c','\x13','\x45','\x14','\xe6','\x46','\xc2','\x8a','\xf4','\x24','\x9a','\x1a','\xbb','\xc5','\x06','\xb0','\x44','\x9b','\x82','\xd6','\x0a','\x11','\x2e','\xdf','\x16','\xfc','\xeb','\xbf','\xbe','\xe1','\xdf','\xff','\xf5','\x0d','\xdf','\xff','\xb8','\x60','\x59','\x23','\xbb','\xbd','\x45','\x02','\xda','\x34','\x2f','\xd3','\xa6','\xc1','\x29','\x3c','\x07','\x42','\x6e','\x92','\x32','\x88','\x05','\xaa','\x89','\x5b','\x28','\x99','\xd7','\x19','\x6c','\x01','\x13','\x92','\x3f','\xb9','\x13','\x4a','\xe7','\xd5','\x4d','\xbb','\x67','\x98','\xf4','\x05','\xee','\x59','\x6f','\x04','\x3b','\x66','\xc4','\xce','\xa4','\xe5','\x83','\xbb','\x3a','\xee','\x20','\xec','\x92','\xbd','\x21','\xbf','\xdf','\x51','\xc3','\xe8','\x17','\xa5','\x35','\xed','\x67','\x67','\x9c','\x71','\x0a','\xc2','\xe3','\xda','\x6d','\xa3','\x54','\xdd','\x5e','\xe8','\xcb','\xdf','\x0b','\x3a','\x59','\xe8','\xe8','\x7b','\x18','\xcc','\xfa','\x19','\x35','\x4e','\x4c','\xa8','\x0a','\xb9','\x44','\x91','\x90','\xb8','\x3b','\x6f','\x93','\x35','\x6e','\x1c','\x73','\xe9','\x7d','\x49','\x6d','\x62','\x0b','\x45','\xad','\x6d','\xb7','\xb2','\x41','\x00','\x13','\xa3','\xd8','\x59','\x27','\x7d','\x47','\x2c','\x31','\x42','\x21','\x2d','\x6a','\x54','\xd1','\x50','\xbc','\x36','\x5e','\x66','\x2b','\xa0','\xd4','\x14','\x64','\xe2','\x9e','\xba','\xc7','\x0c','\x2c','\x7a','\x3e','\x82','\x0a','\xc9','\x3a','\x7f','\x16','\x4b','\x27','\x48','\x5c','\x86','\x16','\x75','\x77','\x88','\xb1','\xea','\x0b','\x38','\x5e','\x9b','\x8f','\x70','\x02','\x9f','\x08','\x03','\xe3','\xd3','\x81','\x09','\x1f','\x2e','\x00','\xe8','\x7c','\x6a','\x50','\x84','\xd6','\x08','\x4b','\x61','\x30','\xa7','\x00','\x37','\x64','\x7b','\x9e','\xb2','\xac','\x1c','\x05','\xaa','\x46','\x99','\x42','\x55','\x32','\x34','\x20','\xad','\xd5','\xa4','\x51','\xb5','\x15','\xc6','\x5a','\xce','\x3e','\xb7','\x47','\x8c','\x37','\xb9','\x05','\x48','\xd7','\x80','\x31','\x7d','\x66','\x09','\x50','\x41','\x8e','\xdd','\x1d','\x2e','\x72','\xe0','\x10','\xb1','\xb8','\xdf','\x58','\xc0','\x04','\x67','\xb2','\xb5','\xff','\x48','\xcb','\x28','\x69','\x7a','\xcd','\x63','\x41','\xe8','\x97','\xd6','\x9f','\x07','\x79','\x18','\xd7','\xd9','\xe5','\x33','\xe8','\x7b','\x69','\x63','\xa6','\x82','\x17','\x03','\xd3','\xe3','\xed','\xa9','\x7c','\x6b','\xaa','\x04','\xc7','\x01','\x6a','\xdd','\x50','\x9e','\x09','\xd7','\xb5','\x61','\x5d','\x2b','\x96','\x4b','\x11','\x61','\xc8','\xce','\x0a','\x59','\xe0','\xa2','\x44','\x8b','\xa9','\xc0','\xdd','\x7a','\x19','\x84','\xb2','\x68','\x42','\xec','\xda','\xb0','\x6d','\x71','\x38','\x3d','\x82','\xd8','\xc8','\xd8','\xb6','\x94','\x03','\xae','\x87','\x64','\xc9','\xd1','\x0f','\xb6','\x50','\xda','\x1e','\x50','\x81','\xc2','\xba','\xa3','\x03','\x21','\x5e','\x98','\x24','\xff','\x53','\x3f','\xb3','\x60','\xe3','\xf8','\x54','\x87','\x25','\xce','\xbc','\xe9','\x5e','\x26','\xc3','\x65','\x49','\xfe','\xc1','\xc8','\x9d','\xfc','\x1a','\xb0','\x13','\x7a','\x54','\x21','\x6a','\x81','\xa8','\x1a','\x37','\x2c','\x4b','\xe9','\xfa','\x65','\x2b','\xda','\xf7','\x37','\x4c','\xe6','\x18','\x24','\xc0','\xb4','\x37','\x9d','\x06','\x78','\x01','\xc9','\x3a','\xf4','\xc8','\xa0','\x9d','\x93','\x1a','\xed','\x53','\x3c','\x10','\x5e','\x0b','\xec','\xf9','\x04','\x4b','\x23','\x54','\xb2','\xb3','\x6a','\xad','\x0f','\xa8','\x44','\x70','\x81','\xc8','\xea','\x0b','\x6e','\xc2','\xda','\xc0','\x63','\x65','\xbe','\xde','\x66','\xb1','\x13','\x44','\xb0','\x97','\x00','\x1a','\xee','\x0a','\xea','\x56','\x63','\xa5','\x59','\xc0','\x2e','\x6d','\xc4','\x3d','\xb0','\x2e','\x0b','\xae','\xdb','\x15','\x97','\x75','\x1e','\x71','\xec','\x37','\xbc','\x14','\xee','\xa0','\xbf','\xe9','\x91','\x65','\x99','\x78','\xb2','\xad','\xeb','\xb9','\x05','\xa8','\xb5','\x36','\x0d','\x82','\xd0','\x05','\x30','\x20','\x44','\x78','\x49','\x23','\x61','\x64','\xd6','\x1f','\x15','\x7e','\xb6','\x08','\x9b','\x1d','\x2b','\x35','\x6f','\xea','\xbe','\x01','\xc1','\xf8','\x85','\x2b','\xcc','\x19','\x7c','\x3a','\x52','\x1b','\xfa','\x14','\x84','\x3c','\x80','\x87','\xc7','\xed','\xda','\xc0','\xb7','\x1d','\x97','\x0f','\xb8','\xc9','\xb7','\x31','\x80','\x2a','\x4c','\xa6','\x6d','\x58','\x56','\xf7','\x2d','\x3f','\x00','\x49','\x12','\xde','\xfa','\x5f','\xff','\xf5','\x0d','\xff','\xeb','\xff','\xf3','\x1d','\xdf','\xff','\x08','\x69','\xd7','\xcf','\xe3','\x68','\x68','\xeb','\x7a','\x15','\xe6','\x30','\x9f','\xd1','\x02','\x45','\x59','\x00','\xdc','\xea','\x63','\x6e','\x08','\x46','\x3b','\x5b','\x43','\x08','\x3c','\x99','\x30','\x36','\x06','\x72','\x9e','\x28','\xee','\x99','\xfe','\xdd','\xfc','\xbf','\x04','\xd9','\xe6','\xf7','\x4f','\x2e','\xcd','\xc6','\x77','\x9c','\x23','\x27','\x1a','\x0c','\xd1','\xb8','\x86','\xb9','\xaa','\x7f','\x8f','\x87','\xea','\x54','\x40','\x0f','\xef','\x02','\x13','\x12','\x7a','\x84','\x1c','\x16','\xd2','\x81','\x42','\x70','\x7f','\x75','\x5f','\x65','\x3f','\x4e','\x3b','\xb9','\xe7','\x70','\xf1','\xec','\x19','\xf8','\xd1','\x57','\x3d','\xe7','\xd9','\xc9','\xcc','\x6c','\xe7','\xbb','\x0f','\x99','\x43','\x3f','\x9b','\xe3','\xff','\x83','\x71','\xec','\x04','\x36','\xdd','\x0b','\x22','\xac','\x87','\x70','\x44','\x2a','\x0d','\x99','\x20','\x2d','\xc3','\xdb','\xb0','\x28','\xf3','\x24','\x4c','\x8b','\x9c','\xc5','\x91','\x8c','\xe1','\x0b','\x2a','\x35','\xf0','\xc6','\x89','\x01','\xe0','\x60','\x44','\x9d','\x33','\x42','\xb8','\xd3','\x80','\xe1','\x1e','\x6c','\x04','\x3f','\x9b','\xd5','\x1a','\xe3','\x7a','\x6d','\x78','\xfe','\x29','\x61','\xf7','\xd7','\x0b','\x49','\xd8','\xeb','\x35','\x47','\xc1','\xb0','\x41','\xa5','\x1b','\xc2','\xcf','\x09','\xbc','\xb3','\x4c','\x64','\x86','\xe0','\xdb','\x95','\xd1','\xee','\x11','\x33','\x24','\x1f','\x3d','\x2a','\xe5','\x27','\xa6','\x82','\x35','\xb2','\xde','\xd6','\xc0','\x85','\xd0','\xaa','\xba','\xc3','\x69','\xba','\x03','\x0b','\x60','\x11','\x96','\x42','\x29','\xcc','\x70','\x7c','\xe7','\x1a','\xc7','\xa9','\xb2','\x6c','\xa2','\x9b','\x35','\xa5','\x13','\x98','\xe4','\x7d','\xee','\xca','\x85','\x5b','\xea','\x9c','\xc1','\x6b','\x29','\xe2','\x20','\x03','\x28','\x62','\xa5','\x28','\x7a','\x98','\xdf','\x2d','\xd9','\x4d','\x5c','\xb2','\xec','\x00','\x7e','\x23','\x8e','\xc3','\xd5','\x3c','\xec','\x41','\xab','\x68','\x60','\x9e','\xa9','\xbb','\xc0','\x30','\x2e','\x71','\xb6','\x5e','\x8e','\x66','\xe8','\x9e','\xeb','\x3b','\x8b','\x94','\x26','\xe5','\x61','\xdf','\x5b','\x51','\x69','\x0c','\x29','\xe9','\xdc','\x01','\x95','\x19','\xed','\x59','\x68','\x6f','\xb9','\x12','\x96','\xa5','\x8a','\x40','\x73','\x29','\x1a','\xf2','\x7d','\x09','\x0b','\x7e','\x1a','\xf7','\xc0','\x01','\x00','\x2d','\x84','\x52','\x16','\x94','\xa5','\xa0','\xad','\x61','\xcd','\x37','\xc5','\x59','\xdd','\x58','\x93','\xa5','\x87','\x2b','\xa5','\xcd','\x57','\xcf','\x84','\xea','\xf8','\x5a','\xb2','\x6c','\xaf','\x53','\xdc','\x16','\xc3','\xe2','\xdc','\x7f','\x16','\xe3','\x23','\xb2','\xab','\x74','\x4b','\xf4','\x25','\x0b','\xc6','\x69','\xac','\xfc','\xec','\xa2','\x59','\x7d','\x52','\x99','\x87','\x2e','\xf7','\x27','\x70','\x44','\xc7','\x77','\x30','\xbb','\xf9','\xa8','\xf0','\x30','\x59','\x1c','\x5d','\xf4','\x2a','\x65','\xd8','\x68','\x91','\x31','\x5e','\xd4','\x5c','\x38','\xd3','\x64','\x77','\x34','\x70','\x58','\x33','\x42','\xeb','\x7a','\x3c','\x91','\xb6','\x3f','\x00','\x53','\xca','\xe5','\x42','\x1e','\xe8','\x4b','\x7e','\x3e','\xa1','\xef','\x51','\x00','\x1b','\x85','\x32','\x86','\xac','\x31','\x90','\x78','\xa0','\x94','\x8d','\x3c','\x30','\x8b','\x85','\x3f','\xb7','\x94','\x2b','\x16','\x78','\xc8','\xd3','\x43','\xec','\x68','\x2c','\x52','\xa7','\xf5','\xd3','\xf7','\x0c','\xef','\xd6','\x73','\x9c','\x5d','\x37','\xaf','\x96','\x39','\x0f','\xf7','\xf0','\x30','\xd0','\x9e','\xc9','\x7e','\x53','\xf8','\x74','\x06','\xf8','\xfd','\xa1','\x1b','\x7b','\x17','\x48','\x71','\x63','\x32','\x62','\x7d','\x8f','\x67','\x80','\x2c','\x08','\xc2','\x69','\x22','\x54','\x0b','\x82','\x30','\xbe','\x68','\x0b','\x2a','\x6b','\x62','\x9c','\x99','\x57','\x24','\xd4','\x2c','\x87','\xcc','\x55','\xcf','\xfd','\x00','\x29','\x14','\xb3','\x92','\x12','\x65','\x3a','\xa6','\xcc','\xdf','\x4b','\x99','\x90','\x5f','\x05','\xd2','\x9e','\xbc','\x87','\x97','\xf1','\xd7','\x18','\x80','\x45','\xcf','\xc9','\x01','\x27','\x48','\x51','\x96','\xae','\x8c','\x75','\x59','\xf0','\xaf','\xff','\x7a','\xc2','\xff','\xfa','\xdf','\x3f','\xf0','\xfd','\xc7','\xea','\x42','\xa9','\x25','\xa3','\xad','\xee','\x2a','\x21','\x82','\xcf','\xd5','\x02','\x1f','\xd4','\xa6','\xc2','\x4e','\x49','\x4c','\xb0','\x12','\x19','\x77','\x7b','\x83','\x1e','\x30','\x6d','\x31','\xcf','\x5b','\x4a','\x36','\xd7','\x4b','\x08','\xd3','\xaf','\x37','\xe1','\x35','\x02','\xd1','\xdd','\x85','\x0f','\x60','\x42','\x9a','\x23','\xc9','\x40','\x9a','\xb7','\x7c','\xa5','\x7d','\x1a','\xfd','\xbc','\x00','\x77','\xf7','\x76','\x0c','\x41','\x7f','\x77','\x56','\xd2','\xe4','\xde','\xf9','\xe5','\x5b','\x70','\xf4','\x5a','\xae','\xd1','\x99','\x85','\x64','\xfd','\xa1','\xc1','\x22','\xe6','\xdf','\x87','\x33','\x01','\xb9','\x12','\x1b','\x02','\x1f','\x0a','\xd7','\xfa','\xb2','\x33','\x27','\xe6','\x42','\xdb','\x58','\x83','\x25','\x34','\xd6','\x68','\x6c','\x05','\xa1','\xd3','\xb4','\x64','\xbb','\x83','\x10','\xd4','\xb5','\xb9','\xe3','\xe2','\x41','\x50','\xff','\x6e','\xd5','\x9e','\x5a','\xf8','\x7d','\x0f','\x79','\x7d','\xb1','\x43','\xe2','\x61','\xed','\xcb','\x1d','\x98','\x8e','\x93','\xf1','\x74','\x3a','\x58','\xef','\x2c','\xeb','\x1c','\xc2','\xbd','\xf5','\x66','\x39','\xc2','\x99','\x47','\xde','\xcb','\x17','\xf2','\x3b','\x84','\x5d','\x20','\xf1','\x2b','\xcc','\x6e','\x4d','\xc9','\x8c','\x64','\x29','\xe2','\x72','\x13','\x11','\x40','\x7b','\x17','\x47','\xab','\xc3','\x23','\xba','\xe5','\x11','\x35','\xa6','\x62','\x60','\x44','\xed','\xac','\x8f','\xe5','\xe7','\x71','\x01','\x83','\xc8','\xf3','\x17','\xc9','\xeb','\x94','\xf6','\x97','\x96','\xb5','\xa0','\x53','\x4c','\x70','\x03','\xa8','\xe8','\x01','\xf8','\xb6','\xc8','\x19','\x21','\x8e','\xe8','\x71','\x62','\x15','\x4a','\x01','\x7b','\x9a','\xb9','\x6b','\xc2','\x05','\x08','\x06','\xbb','\xeb','\x56','\x1e','\x34','\xe7','\x19','\xb5','\x9d','\x79','\x6f','\xe7','\x6d','\xff','\xe6','\xeb','\x23','\xe1','\x61','\xab','\x2c','\x2b','\x53','\x9c','\x79','\xb5','\x31','\xb4','\x36','\x35','\x15','\x86','\x36','\x89','\x7e','\xb8','\x3d','\x17','\x5c','\x2f','\x55','\xcf','\xbf','\x2d','\xce','\x50','\xba','\x60','\xbb','\x98','\x2b','\x68','\x94','\x29','\xf7','\x17','\x2c','\x3a','\x0f','\x96','\xb8','\x5a','\x04','\xa0','\x22','\x6e','\xa5','\x76','\x6e','\xc8','\xd6','\x8c','\x8e','\x23','\x54','\xe8','\xf0','\x33','\x7c','\xae','\x3e','\xa1','\xe4','\xc5','\xcb','\xbe','\x6e','\x84','\xd9','\x65','\xa7','\x3d','\x60','\xe8','\x73','\xf2','\x4c','\x23','\x68','\x24','\xb1','\xb0','\x30','\x75','\x2b','\x89','\xf2','\xef','\x09','\x1e','\x25','\x60','\xbe','\xc1','\x7f','\x41','\x78','\xc0','\x0f','\x68','\xa4','\x41','\xce','\x7a','\xe4','\xf1','\x18','\x04','\xa1','\xd9','\xf8','\x0d','\xa4','\x2d','\xb5','\x65','\xf8','\x3c','\x6d','\xc8','\x01','\x24','\x81','\xc8','\x96','\x70','\x63','\xf5','\x97','\x36','\x25','\x99','\x85','\x81','\x2f','\xe2','\x62','\x50','\xf4','\xda','\x0e','\xa7','\x8d','\x55','\x59','\xe0','\x25','\x13','\xea','\x58','\xf7','\x7c','\xeb','\xd7','\xac','\x2b','\x74','\x68','\x28','\xc3','\xc8','\x4e','\xb2','\x0c','\xdf','\x0b','\xbf','\xad','\x40','\x9f','\x04','\x89','\x56','\xcf','\x04','\x9d','\xeb','\xf5','\x8a','\x5a','\xeb','\xee','\x7a','\x17','\x04','\xe1','\x48','\xb3','\xd0','\x99','\x03','\x95','\xd8','\xe5','\x07','\xaa','\x5a','\x7f','\x24','\xda','\x10','\x1c','\xa1','\x65','\x37','\x99','\xbc','\x6a','\x83','\x48','\xb3','\x13','\xa1','\x19','\x7c','\x16','\xe3','\x31','\x05','\x3e','\xfb','\x79','\x2c','\xc0','\x29','\xfa','\x57','\xe4','\x3d','\x68','\x61','\x66','\x75','\x64','\x84','\xa4','\x74','\x39','\x92','\xca','\xc5','\x01','\x73','\x21','\xda','\x32','\xd6','\x4f','\xdf','\x16','\xfc','\xf1','\xaf','\x27','\x7c','\xff','\x9e','\x85','\x9f','\x86','\xda','\x8c','\x88','\xe9','\x81','\xf0','\x9f','\x15','\xcf','\xcf','\xd5','\xdd','\x1a','\x73','\x38','\x67','\x3b','\x43','\x61','\x26','\xeb','\xce','\xd5','\xa2','\xb2','\x0b','\x3d','\xa2','\x01','\xac','\x71','\x30','\x71','\xec','\x42','\x26','\xc8','\xbb','\x3e','\x0d','\x30','\x53','\xb9','\xcc','\xee','\x1d','\xc1','\x29','\x6e','\xa2','\xc9','\xb7','\xc9','\x6d','\x0e','\x32','\xed','\x97','\xc7','\x7e','\x65','\x46','\x1f','\x29','\xeb','\x7d','\xf7','\x28','\xc7','\xfc','\xe6','\x2a','\x78','\x7f','\x6d','\x94','\x21','\xee','\x51','\x6c','\xc8','\xd7','\x7e','\xc0','\x1e','\x43','\xcd','\x51','\x93','\x7d','\xf3','\x73','\x33','\x69','\xef','\x3b','\xa3','\xc1','\x69','\x2e','\xb9','\x1b','\x80','\x5d','\xa9','\x1d','\xe5','\xb0','\xf7','\x49','\x18','\x62','\x4a','\xc8','\x82','\x4b','\x55','\x41','\xba','\xc8','\x79','\x05','\x0d','\x4e','\x40','\x2a','\x80','\x8b','\xee','\xac','\x84','\x10','\x34','\x50','\xe0','\x3e','\x1a','\x9c','\xfc','\x11','\x46','\x4e','\xde','\x34','\x21','\xbf','\xd6','\x06','\x5a','\xc4','\x25','\xae','\xac','\x05','\x25','\x0e','\x5a','\x44','\x1f','\x77','\x9d','\xc0','\x30','\x11','\x49','\x20','\x06','\x0f','\x7b','\xf6','\xa3','\x30','\xd3','\xdb','\xd6','\x43','\x93','\xf2','\x46','\xf9','\xdc','\x99','\x06','\xbd','\x40','\x44','\x28','\x95','\xd1','\x56','\x42','\xd1','\xf3','\x54','\xe6','\xa2','\xe2','\x07','\xdd','\x8d','\x89','\x50','\x66','\x3a','\x0f','\xb0','\x8b','\x2e','\x14','\xe5','\x77','\xe1','\xc5','\xbd','\x21','\xea','\xf4','\x98','\x43','\xc8','\x8d','\x08','\xc4','\x11','\x69','\xb8','\x54','\x72','\x91','\xc4','\xaa','\x05','\x2c','\x02','\x81','\x06','\xd7','\xb0','\xb3','\x4e','\x45','\x0f','\xdb','\x47','\x48','\x7e','\x76','\x21','\x49','\xf2','\xd4','\xa8','\xd0','\x37','\xf4','\xdb','\x3e','\xfa','\x7c','\x12','\x82','\xc3','\x69','\x50','\xd8','\xdd','\xdc','\xc3','\x07','\x30','\xdf','\xbf','\xba','\x67','\x76','\x85','\xce','\xe6','\x2e','\x8d','\x61','\x1a','\x76','\x06','\xa3','\x56','\xa0','\x36','\xd9','\x0b','\xdb','\x52','\xc4','\x2a','\xa4','\x87','\xbf','\xcb','\x5a','\xe4','\x00','\xfa','\x5a','\xdc','\xdd','\x31','\xdc','\x60','\xe1','\x96','\x22','\x06','\xb9','\x65','\xb5','\x2c','\x8c','\xb5','\x15','\xac','\x6b','\x08','\x44','\x26','\x1c','\x65','\xe1','\x12','\xaa','\x98','\xb3','\x44','\xaa','\x36','\x85','\x6c','\x42','\xae','\x7e','\x30','\x18','\x54','\xb5','\x3e','\xce','\xc9','\x0b','\x6c','\x70','\x24','\xd2','\x1c','\x33','\xf7','\x34','\x90','\x8c','\xee','\x28','\xaf','\x31','\x8c','\x90','\x2d','\xad','\xee','\xf7','\x2b','\x41','\xd6','\xe5','\xe3','\xcc','\xf0','\xcd','\x42','\x3f','\x10','\x3a','\x57','\x4a','\x55','\x34','\x8c','\xed','\x70','\xa6','\x1f','\x50','\xeb','\x23','\xef','\x02','\x4a','\x68','\x61','\x6f','\xd3','\xfe','\x61','\x5b','\xcb','\xda','\x49','\x38','\x5a','\x95','\x6e','\x11','\xe4','\x06','\x7b','\xe5','\xc0','\xa4','\x1d','\x63','\x04','\xd3','\x19','\x9f','\x52','\x2c','\x00','\x52','\xa0','\x26','\x58','\x04','\xc2','\x50','\x82','\xbc','\x6c','\xbe','\x67','\x78','\xf6','\x2e','\x98','\xd2','\xa1','\xe1','\xde','\xdf','\x18','\x8e','\xba','\x38','\x1d','\xcd','\x71','\x0d','\xde','\x18','\x72','\x66','\xc6','\xb2','\x2c','\xbb','\xeb','\x5d','\x10','\x84','\x75','\x35','\x06','\x9a','\xfd','\x9a','\x69','\x7e','\xad','\x96','\x31','\xcc','\x64','\x6b','\xc9','\x2a','\x60','\x0c','\xfa','\x44','\x2c','\xcf','\x9a','\x49','\xd7','\xea','\x19','\x73','\x71','\x27','\x7c','\x8d','\x35','\xf0','\x78','\x2b','\xf2','\x5c','\x09','\x03','\x40','\xfd','\x38','\x8d','\x0f','\xf9','\x93','\x48','\x61','\xa4','\xb9','\x1f','\x2b','\x16','\xe2','\x7d','\xd1','\x88','\x6f','\x97','\xa7','\x35','\x31','\xb1','\x9a','\x78','\x16','\x82','\xc0','\x5a','\x13','\x97','\xa0','\x9f','\x7f','\x5d','\xfd','\xfc','\x90','\x6b','\x72','\x9d','\x99','\x09','\xa6','\x58','\xca','\x80','\x08','\x3a','\x5b','\xc3','\x56','\x4d','\x33','\x0f','\x8d','\xeb','\x8f','\x0e','\xc1','\x78','\x6b','\xf9','\x60','\x74','\x8e','\x18','\xce','\x19','\x3c','\x82','\x3b','\xee','\xc2','\x51','\xa3','\x30','\x43','\xfd','\xd7','\x61','\x0d','\x9a','\x66','\xc8','\xdf','\x4c','\x4c','\xb8','\x85','\x18','\xce','\x02','\xd3','\x59','\x5d','\xca','\x0e','\x1c','\xb5','\xe4','\x06','\x8c','\xe7','\x25','\x30','\x67','\xc2','\x07','\x21','\xe1','\x50','\x93','\x37','\x3e','\x41','\xa4','\x6e','\x94','\xa1','\xb0','\xb0','\xda','\x3c','\xd4','\xf5','\x60','\x31','\xd9','\x4f','\xe3','\x30','\xe1','\xf9','\x27','\x03','\x80','\xb9','\xc3','\x4a','\xe1','\xd7','\xda','\x14','\xa7','\xd8','\x19','\xb2','\x82','\x76','\x59','\xb0','\x5e','\xd8','\x23','\xf3','\x00','\xc2','\xc0','\x5a','\xde','\x28','\x57','\xb8','\xd0','\xb8','\x45','\xe4','\x5b','\xd1','\xc8','\x84','\x8d','\x59','\x93','\x2e','\x6b','\xc8','\x6b','\x73','\xfd','\x21','\xda','\xb7','\x73','\x3a','\x6e','\xfd','\xcf','\xe3','\xa5','\x45','\x8f','\xad','\xd1','\xfc','\xa6','\x8d','\xf1','\xdd','\x0b','\x61','\xe8','\xf1','\xc1','\xfb','\x8c','\x41','\x29','\x65','\xd7','\x4d','\x38','\x49','\x8c','\xb1','\xac','\xdf','\x58','\x48','\x5e','\xba','\x33','\x02','\x61','\xb5','\x31','\x2b','\x60','\x65','\x71','\x39','\x2b','\x95','\xbb','\x10','\xf8','\x16','\x3c','\xc1','\x73','\xd0','\x58','\x1b','\xb3','\x30','\x0d','\xe8','\x79','\x10','\x6b','\xcb','\x6e','\x55','\x47','\x27','\x90','\x85','\x25','\x9e','\xfa','\xf0','\xbb','\x0b','\xaa','\x33','\x0b','\x72','\xc6','\x8c','\xb5','\xc3','\xb6','\x7e','\x59','\xf3','\xc2','\xb0','\x86','\xd2','\xa6','\x42','\xea','\x26','\x67','\xcc','\xba','\x06','\xc8','\x50','\xa5','\x73','\x33','\x86','\x8f','\x87','\xf1','\x35','\x8b','\xbb','\x32','\x45','\x44','\x3c','\xcc','\x0a','\x8e','\x16','\xca','\x1d','\xfb','\xfd','\x80','\xe3','\x19','\xb9','\x4e','\x8a','\x34','\x66','\x46','\x77','\x3b','\xc8','\x0c','\xa2','\xbf','\x29','\x7f','\x3d','\x88','\x51','\x05','\xb6','\xd2','\x24','\x92','\xe7','\x42','\xa8','\xab','\x24','\x15','\x5d','\x35','\xc7','\x1f','\xf4','\x9c','\x10','\x0d','\x1d','\x23','\x02','\xb0','\x14','\xac','\x1a','\x98','\x61','\x59','\x08','\xad','\x2d','\x29','\x8c','\x76','\x72','\x93','\xf3','\xd4','\x07','\x69','\xc3','\x5a','\xf7','\x14','\xb1','\x0a','\x63','\x1d','\xe5','\x37','\x06','\xa8','\x6a','\x7b','\xad','\xfe','\x6c','\x8d','\x4e','\x07','\xe0','\xdd','\xaa','\x39','\x19','\x5c','\x5f','\x5a','\x6f','\x29','\x58','\xbc','\x95','\x04','\x75','\x06','\xb3','\xf2','\xf7','\x8b','\xfe','\xf8','\xde','\x03','\x55','\xc4','\xb0','\x4f','\x29','\x42','\xf0','\xfd','\x48','\xeb','\x1d','\xe8','\x84','\x57','\x2f','\xe7','\x5e','\x6e','\xf5','\xe8','\xb9','\x6e','\x6d','\xa4','\xd7','\xd3','\x02','\xec','\xdc','\xe8','\x39','\xe8','\x41','\xc2','\x60','\x07','\x45','\xef','\x85','\xd5','\x28','\xd7','\x11','\x0d','\x46','\x0a','\xbd','\xab','\x9b','\x5f','\xb6','\x9c','\xd6','\x75','\x7d','\x9d','\x15','\xe8','\x6b','\x30','\xba','\x9f','\x0a','\xbb','\x71','\x1f','\x79','\xe5','\x11','\x3a','\x94','\xb3','\x9f','\xb5','\x9b','\x89','\x50','\x73','\x74','\x96','\x7c','\xcd','\x56','\xa8','\xbb','\x0a','\x18','\x53','\x02','\xc9','\x27','\x93','\x93','\x91','\xe5','\xba','\xfd','\x79','\xd7','\x9c','\x84','\xfb','\x5c','\xf7','\xf7','\x1f','\x32','\xd9','\x69','\xef','\x62','\xe7','\xd0','\x38','\x1d','\x83','\x8e','\x73','\xe9','\x09','\xb3','\x7e','\x5a','\x74','\x2b','\x39','\xfc','\xad','\x26','\x64','\x90','\x9f','\xd3','\x62','\x88','\x7b','\xe2','\xf5','\xb9','\xe2','\xf9','\xe7','\x86','\xeb','\x55','\x34','\xeb','\x39','\x87','\x4f','\x17','\xed','\x89','\xe0','\xae','\x30','\x35','\xfb','\xcb','\xa6','\xc8','\x6e','\x36','\x8f','\xa9','\x69','\x13','\xc6','\x37','\x75','\xef','\x23','\x88','\xc8','\x2b','\x60','\x14','\x2a','\xd3','\xc7','\xf0','\x9c','\xfd','\xa5','\x23','\xfa','\xf1','\xae','\xd0','\xfb','\xef','\xe3','\xd5','\x63','\x2a','\xd3','\x4d','\x83','\xf0','\x13','\xeb','\x2c','\xe7','\x6e','\xda','\x31','\x85','\xb7','\x60','\x78','\xb6','\x36','\x31','\x3d','\x97','\x12','\x11','\x7d','\x40','\xe1','\x9e','\xc4','\xbc','\xe0','\xf2','\x24','\x07','\xb1','\x4b','\x21','\x70','\x21','\xd7','\xe2','\x73','\x5a','\x5b','\x66','\x1c','\x20','\xc0','\x2d','\x97','\x65','\x11','\x9c','\xb5','\x6d','\x11','\xf5','\x6d','\xbd','\x48','\x8e','\x94','\x75','\x29','\xb2','\xa6','\xcd','\xbd','\x49','\xdb','\x16','\xe5','\x29','\x33','\x4e','\xbc','\xc7','\xaf','\x9f','\xb1','\x66','\xdf','\x70','\xaf','\xd8','\x9c','\x7a','\x30','\x8a','\xce','\x2a','\xab','\x4c','\x7c','\xc7','\xed','\xea','\xf1','\x7b','\x4a','\x05','\x24','\xd7','\xa3','\x98','\xb7','\x38','\xb3','\x51','\x56','\xd2','\xb0','\xca','\x25','\xe1','\x93','\xb4','\xf5','\xa9','\x13','\xa9','\xbc','\x58','\xcf','\x31','\x96','\xf1','\xc9','\xd8','\x77','\xff','\x9d','\xad','\x88','\xf1','\x4e','\x08','\xc4','\x5a','\x47','\x31','\xd4','\x5a','\x44','\x08','\x32','\xc5','\x91','\x9d','\xa5','\x29','\x62','\x09','\x2a','\x6c','\x91','\x2a','\xc9','\xcf','\x05','\x90','\x5e','\x97','\xc0','\x02','\xec','\x82','\x90','\xaf','\x15','\xc3','\x77','\x33','\x29','\xb3','\x6b','\xeb','\x1b','\x41','\x36','\x31','\xa3','\xdf','\xf7','\x26','\x3e','\x1a','\x44','\x3b','\x43','\x7b','\x2d','\xcf','\x67','\x66','\x4e','\xf7','\x80','\x1e','\xa6','\xe7','\x2a','\xd6','\xd2','\xe5','\x5a','\xb0','\xad','\xe2','\x22','\xba','\xae','\x45','\xcf','\x0a','\x59','\x4e','\x21','\xa3','\xe7','\xa4','\xda','\x72','\x15','\xc1','\x98','\xe4','\xbc','\x86','\x86','\xa0','\xee','\x05','\x20','\xb1','\xee','\x76','\xd6','\x36','\xa7','\x1b','\x16','\xde','\xa1','\xdf','\x8b','\xdd','\x18','\xfb','\x5a','\x51','\xe5','\x1f','\x93','\xe6','\x1b','\xd4','\x40','\x4c','\x31','\x0c','\x93','\x31','\x8b','\x61','\x31','\xd7','\xa6','\xb7','\x34','\xd8','\xbc','\x39','\x7c','\x72','\xdb','\x7a','\x7a','\x9d','\x22','\x8e','\xe6','\xa8','\xb5','\x59','\x18','\x1a','\xac','\xb2','\x77','\xe3','\xc8','\x19','\xe3','\x9a','\xf7','\xcb','\x09','\x2d','\x75','\xbc','\x91','\x10','\x53','\x27','\x14','\x4d','\x5e','\xf3','\xbb','\x9d','\xf2','\x24','\x6f','\x9e','\x13','\xbe','\xeb','\x03','\xe8','\xf8','\x6f','\x78','\x67','\xe0','\xb9','\xb0','\x73','\x53','\x00','\x92','\x03','\x8e','\xbd','\x8f','\x5c','\xad','\x35','\x2d','\x7e','\xd3','\x0c','\xcb','\xc2','\x34','\xcb','\x82','\x44','\x7d','\x1b','\x7c','\x2a','\x95','\x71','\xca','\x9a','\xb3','\x5d','\xa8','\xe1','\x61','\x07','\x9d','\xed','\xa5','\x4f','\x59','\x97','\xd3','\x06','\xdd','\x67','\xaf','\xca','\xc7','\xed','\x39','\x5d','\x3d','\x2a','\x7f','\x94','\x19','\x94','\x3b','\xed','\xad','\x0d','\x93','\x8a','\xc5','\x37','\x5f','\x08','\xd3','\xb6','\x35','\x2c','\xcf','\x55','\x0e','\x4e','\xea','\xe6','\x6f','\x55','\x2c','\x3f','\xcf','\x7f','\x49','\xc4','\x37','\xe6','\xc8','\xc3','\x42','\x24','\xa1','\x21','\x29','\xf1','\x14','\x6c','\xe7','\x34','\xcc','\xef','\x3b','\x5b','\x7e','\x00','\x64','\x6e','\xb4','\x3b','\x3f','\x33','\x1f','\xaa','\x17','\x4f','\xdc','\x2d','\x61','\xff','\xe8','\x66','\xd2','\x63','\xdd','\x07','\x33','\xc6','\x6b','\x57','\x2e','\x0f','\xb7','\x78','\x57','\xc5','\xde','\xe4','\xfd','\x98','\xb4','\x30','\x7f','\xda','\x98','\x81','\x54','\xfa','\xce','\x45','\x55','\xdb','\xc2','\xfb','\x11','\xdb','\xad','\xa9','\xfc','\x7b','\x10','\x7a','\xb3','\xd5','\x6f','\x9f','\xb5','\x7d','\xd6','\xb2','\xfe','\x7a','\xaf','\x99','\xed','\x5f','\xd8','\x6a','\xc5','\x9a','\x4d','\xcf','\x69','\x2d','\x35','\x06','\xae','\x5c','\x65','\x1a','\x4c','\x18','\xf7','\x7c','\x1f','\xc2','\xfc','\x1c','\x41','\x29','\x92','\x1f','\x04','\xa4','\xc1','\x41','\x9e','\x6b','\x84','\xbc','\x5e','\x48','\xcf','\xac','\xe4','\xb3','\x8b','\xbc','\x1b','\x8f','\xcc','\x04','\x8c','\x43','\x38','\xf2','\xe2','\x6f','\x09','\x33','\xe6','\xac','\x13','\x3c','\x0e','\xc0','\xde','\x19','\x2d','\x41','\xf9','\x95','\x63','\x06','\x91','\xba','\xf5','\x1e','\xf5','\xf5','\x85','\xe7','\x20','\x1f','\x54','\xc8','\xf7','\xbc','\x2f','\x05','\x15','\x14','\x1a','\x11','\xa8','\x11','\x96','\x85','\xc1','\x4b','\x03','\x69','\x18','\x6d','\x9b','\x3f','\x11','\x94','\x22','\x1f','\xcc','\xd8','\x60','\x62','\x5b','\xf9','\x7b','\x5c','\x99','\x3d','\xc0','\xc6','\x59','\x73','\x7a','\xa2','\x7f','\x7d','\x1c','\x93','\x82','\x80','\xd8','\x12','\xa8','\xaa','\x20','\xcd','\x12','\xe4','\xc1','\x12','\x6d','\x96','\x22','\xb4','\x8b','\x9a','\x84','\xd3','\x36','\xcb','\x10','\x37','\x96','\xc4','\xa3','\x66','\x71','\x6f','\x10','\x21','\xd0','\x27','\x60','\x1c','\xd3','\xa3','\xc1','\xde','\xdf','\x9e','\xaf','\xe4','\xa3','\x02','\x94','\x09','\x35','\x97','\xaf','\x7c','\x8b','\x47','\xc1','\x35','\x98','\x51','\xd7','\x5a','\x0f','\x6b','\x48','\xf2','\x87','\x92','\xef','\x83','\x56','\x21','\x41','\x6b','\xaa','\xa6','\x44','\xb8','\x9a','\x00','\x54','\xb1','\x5c','\x96','\x2e','\xef','\x4e','\x59','\x00','\x5a','\x7a','\x1c','\x54','\x16','\x06','\x51','\x41','\xd1','\x04','\xa7','\x8b','\x06','\x4e','\x30','\x0b','\x90','\x44','\xd8','\xaa','\x1a','\x61','\x34','\x84','\x67','\x0b','\x7d','\xbd','\x63','\x84','\xb3','\x75','\xc1','\x70','\x89','\xdd','\x33','\x41','\xb6','\xa1','\xdf','\xa7','\xc6','\x5b','\x24','\xa6','\xc3','\xb0','\xa5','\xc8','\x5b','\x9c','\x17','\xd0','\xdd','\xd0','\x3f','\xfe','\xd6','\x92','\xed','\x8b','\x1a','\x11','\x70','\x0f','\x22','\x3a','\x42','\xfc','\x77','\xbf','\x6a','\xc8','\xaf','\xdf','\x4f','\xf2','\xc3','\x76','\x6c','\x16','\x53','\x1f','\x18','\x21','\x3a','\xf8','\x7e','\xab','\x80','\x51','\x28','\x3a','\xe2','\x2d','\xf6','\xa4','\x79','\x27','\x6c','\x8f','\x6d','\x08','\xba','\xb0','\x2f','\x70','\x3a','\x84','\xd9','\x92','\x74','\xd2','\xee','\xcb','\x7a','\xf9','\x7d','\x16','\xe8','\x85','\xf0','\x32','\x7a','\x1b','\x93','\x2b','\x72','\x4b','\xa6','\x19','\x84','\x6d','\xdb','\xa6','\x47','\x7c','\x76','\x02','\xd0','\x2c','\x14','\xa3','\xfd','\x2a','\x44','\xa1','\x08','\xa8','\x8c','\x7a','\x4d','\x51','\xc9','\xb0','\x47','\xbc','\x23','\x93','\xd4','\x59','\x0e','\x3e','\x01','\xaf','\x7c','\x25','\x70','\x8d','\x9d','\x02','\xf5','\x37','\x93','\xcb','\xa0','\x31','\x20','\xdc','\x21','\xb7','\x9c','\x6d','\xdb','\x72','\xf1','\x5c','\x0b','\xc1','\x78','\x4d','\x66','\xc9','\xc9','\xf4','\xfc','\xd7','\x15','\xd7','\x67','\x39','\x14','\x4e','\x80','\x47','\x73','\x62','\x40','\x7d','\xe7','\x35','\x13','\x72','\x0a','\x75','\x6a','\x82','\x8f','\xe7','\x7d','\x32','\x74','\x97','\x22','\x00','\xfe','\xc3','\xa7','\x0f','\xc0','\x20','\xb0','\x1a','\xbc','\xe1','\xc0','\xd8','\x96','\x36','\x42','\xff','\x26','\xd5','\x18','\x2d','\x23','\xe3','\x1d','\xd2','\xd9','\x3f','\x13','\x70','\xd9','\xd6','\x1d','\xfb','\xe5','\x5d','\xc3','\x06','\xe9','\x77','\x7c','\x64','\xab','\x15','\x04','\xea','\x85','\x9f','\xe1','\xc9','\xc6','\x0c','\xde','\x84','\x49','\xbe','\x16','\x71','\x5d','\x5b','\xd6','\xc5','\x2d','\x0c','\x2c','\x49','\x9a','\xf6','\x82','\xae','\xb5','\x5b','\xf3','\x5b','\x5d','\xaf','\x92','\x80','\x97','\x00','\xac','\xeb','\xa2','\x39','\x7f','\xc8','\x9f','\x65','\x02','\x2c','\xc6','\x76','\x17','\x28','\x28','\x13','\xc7','\x4f','\x86','\x57','\xe8','\x0b','\x04','\x5c','\xf3','\x34','\x94','\x3b','\x91','\xe4','\xa8','\xf4','\x82','\x70','\xec','\x67','\xf2','\x22','\x32','\x66','\x12','\x19','\xc6','\x45','\x0e','\xd8','\x2f','\xb1','\xbc','\x09','\x43','\x4d','\xd4','\x50','\x97','\x14','\x46','\xdb','\x73','\x0b','\xa5','\x8a','\x15','\x8f','\x78','\x94','\x40','\xee','\xad','\xa9','\x59','\x19','\xe3','\x46','\x90','\xc4','\xa4','\xf4','\x1d','\xcb','\xeb','\x98','\xfa','\xae','\x53','\xba','\xcf','\x2a','\xd4','\xa9','\x5b','\x1c','\x94','\x11','\xa7','\x52','\x3c','\x8c','\x76','\x04','\x47','\x60','\xb4','\x25','\x9d','\x17','\x22','\xf6','\x23','\x4d','\xdd','\xd9','\x04','\x1b','\x21','\xb3','\x88','\xdd','\x9a','\x9b','\x3b','\x60','\xca','\x6a','\xdb','\x7c','\xe5','\x3d','\x36','\x54','\x46','\x6a','\xa9','\xb3','\x39','\x39','\x14','\xb5','\x5c','\xaa','\x80','\x17','\xd6','\x98','\x81','\x2a','\x81','\x72','\xb6','\x6b','\x45','\x79','\x2e','\x58','\xd6','\x8a','\x8b','\x9e','\x9d','\x33','\xab','\xd0','\xc2','\x62','\x15','\x72','\xa1','\x43','\xbb','\x4f','\x0b','\x89','\x3b','\xf7','\x02','\x2c','\x4c','\x58','\x75','\x9c','\x6a','\x6d','\xa8','\xd7','\xe2','\x4a','\x34','\x0b','\xb8','\xd3','\x5c','\xb1','\xc2','\x4e','\xe3','\x08','\x88','\x63','\x63','\x03','\xf3','\x6e','\x6b','\xcc','\x42','\x9b','\x4b','\x7a','\x08','\xdb','\xb8','\x49','\xdc','\xb1','\x9c','\x69','\xd6','\xbe','\xdf','\x70','\x3f','\x8c','\xf8','\xdb','\xc7','\xde','\x68','\x41','\xe4','\x03','\xcc','\xf7','\x83','\x6e','\xb0','\xcf','\xd3','\x0e','\xfd','\xcc','\x84','\xb1','\x09','\x3e','\xba','\xd5','\xb6','\x37','\xa5','\xaf','\x43','\x99','\x14','\x5f','\xde','\x1c','\xde','\x06','\x33','\xfc','\x86','\x47','\xc1','\x2c','\xc6','\x06','\x82','\x93','\xea','\x2e','\xca','\x35','\x30','\xe4','\x01','\xb2','\x87','\xf3','\x8b','\x23','\x01','\x2d','\x44','\x9e','\x41','\x7a','\x33','\x26','\x19','\xc6','\xa4','\xed','\x1b','\x73','\x78','\x50','\xfe','\x81','\x95','\xfc','\xe1','\xfc','\xc9','\xb4','\xc2','\xc7','\x4f','\x2b','\xf1','\x70','\x8d','\xd1','\x0b','\x89','\x26','\x04','\x65','\x86','\xd4','\x5e','\x74','\x5f','\xf6','\x24','\x0c','\x01','\x3d','\xf3','\x57','\x8a','\x09','\x2f','\xe2','\xfe','\x13','\x51','\x93','\xe2','\x40','\xf8','\xf3','\xcf','\x8a','\x6d','\xab','\x1e','\x2d','\x89','\x54','\x8d','\x66','\x07','\x80','\x1b','\xa4','\x0e','\x27','\xfa','\x7a','\x00','\xbd','\x25','\x37','\xba','\x1e','\xb3','\xdd','\x18','\x87','\x4c','\xc9','\xef','\x19','\xb0','\x91','\xa0','\x0f','\x65','\x3c','\xc6','\xa3','\xce','\x10','\xce','\x1d','\x48','\xe8','\x54','\xd1','\x37','\x6b','\xc1','\xe0','\x8e','\x36','\x79','\xc7','\xc4','\xc6','\x19','\xf6','\xbe','\xbf','\x4f','\x09','\x5b','\x33','\x86','\x78','\x0a','\x33','\xc9','\x63','\x36','\x37','\x7d','\xe7','\xdc','\x4d','\x86','\xfc','\x57','\xbc','\x1d','\xf2','\x4f','\x7c','\xe7','\x71','\x15','\x0f','\x95','\xaa','\x40','\x15','\x41','\x0b','\x26','\x56','\x1f','\xa0','\x5f','\xdc','\xfa','\x61','\xe3','\x53','\x1b','\x83','\xf4','\xec','\x0e','\x43','\xe2','\xf8','\x93','\xba','\xde','\x48','\x52','\xd8','\x49','\x51','\x24','\x2e','\x4d','\x9e','\x17','\x8b','\xc5','\x2d','\x67','\xbd','\xa8','\x55','\x34','\x31','\x58','\x53','\x98','\x0a','\x75','\x5d','\xb7','\x26','\x40','\x77','\x2d','\xa7','\x5b','\x30','\xb7','\xfe','\xcc','\x95','\x21','\x67','\x6b','\x64','\xb4','\xfc','\xf0','\x74','\x21','\x0f','\x73','\xbf','\xab','\xc4','\xb8','\xd9','\x84','\x68','\x4c','\x08','\xa2','\x5e','\xf3','\x6f','\x65','\x98','\x05','\xab','\xe9','\x9c','\x9b','\xa5','\xae','\xb6','\x2a','\xae','\x70','\x9b','\x59','\xe1','\x18','\x6d','\x0d','\x6b','\x42','\x1e','\x3e','\xc7','\x83','\x6e','\xe6','\xee','\x07','\x96','\xad','\xca','\xdd','\x00','\xa4','\xb3','\x20','\xd6','\x3e','\x86','\x4b','\x09','\x2e','\x40','\x51','\x0a','\xc4','\xc3','\x08','\xd7','\x3b','\x12','\xab','\x90','\x9f','\xf7','\x31','\x0b','\x10','\xeb','\x67','\x65','\xb4','\x42','\x8e','\x0b','\xc3','\x7a','\xa1','\xf2','\x4e','\x63','\xb4','\x1c','\xe8','\x41','\xad','\x1a','\x5d','\xeb','\x27','\x6b','\xe4','\xc8','\x7b','\xee','\x5e','\xd8','\xf1','\x8d','\xd9','\x6f','\x95','\x00','\x22','\xa3','\x15','\xfb','\xca','\xdd','\x3b','\x23','\x1f','\x24','\x52','\x89','\xc1','\xe8','\x4c','\xdd','\xc4','\x22','\x54','\xb7','\x86','\xba','\x16','\x3f','\x27','\xd4','\x2a','\x4b','\x14','\x45','\x8d','\x04','\x28','\xd6','\xa0','\x7e','\x1d','\x49','\xc0','\x57','\x51','\x56','\x30','\x9b','\xe5','\xa8','\x60','\xed','\xc2','\x68','\x6b','\x72','\xd5','\x66','\xee','\x71','\x26','\xdc','\x70','\x6a','\x8f','\x5c','\xeb','\x69','\x64','\x2f','\xa4','\xf2','\x64','\x51','\x98','\xf0','\x33','\x9e','\x9d','\x3a','\x45','\xeb','\xb3','\x31','\x1e','\x09','\xed','\x57','\x80','\x47','\x9b','\xf1','\x86','\xcf','\x67','\xda','\x6f','\x53','\x64','\x11','\x03','\x43','\xd8','\x94','\xbd','\x30','\x06','\xa8','\x71','\x4f','\x89','\x2c','\xd8','\x0e','\x25','\xcf','\x19','\xc6','\xc3','\x86','\x9c','\x5f','\xcb','\xfc','\xe7','\x58','\x7c','\x5a','\x5f','\xf7','\x34','\x61','\x0a','\x13','\x05','\xc2','\x2d','\x78','\xf5','\x59','\xa0','\x7f','\x32','\x4c','\xf8','\x93','\x97','\x82','\x59','\xbe','\x4f','\xf3','\x00','\x59','\x10','\x84','\x0c','\xbb','\xa8','\x09','\x4a','\x5d','\x2c','\x1c','\x72','\x53','\x13','\x77','\xda','\x1e','\xd1','\x7e','\xa5','\x11','\xe1','\x3e','\x65','\x45','\xcc','\x18','\xaa','\xf9','\x3a','\xfc','\x70','\xc1','\x67','\x5a','\xe9','\x4c','\x98','\x79','\xb0','\x88','\xe1','\xe6','\x10','\x92','\x3f','\x01','\xf9','\xfb','\xa1','\x25','\xeb','\x99','\x4d','\xa8','\xf0','\x63','\xee','\x26','\x80','\x24','\xf7','\xba','\x3e','\x57','\x79','\xbe','\x31','\x50','\x80','\x7a','\x95','\x0c','\xe1','\xdb','\xb5','\x4a','\xc4','\x9e','\x26','\xd6','\x1e','\x00','\xa0','\xc2','\xee','\x82','\xc2','\x8c','\xe4','\xea','\xc6','\x99','\x07','\x52','\x82','\x96','\x3b','\x74','\xd2','\xb3','\xb7','\x9e','\xac','\xc7','\x24','\x1f','\x7d','\xb4','\x27','\x7e','\xe3','\xb7','\xf1','\x69','\xbf','\xbf','\xeb','\xdf','\x6d','\xd5','\x94','\xf3','\x5c','\x13','\xe6','\x27','\x7c','\xde','\x19','\x63','\x62','\xc3','\xbe','\xfc','\x03','\xe6','\x14','\xfb','\x7d','\xe2','\x54','\xa8','\xbb','\x74','\xc3','\x2f','\x7e','\x57','\xdf','\x70','\x6d','\x87','\xd4','\xd9','\x91','\x85','\xfd','\xde','\x01','\x0f','\x9f','\xc1','\x21','\x03','\x00','\xb6','\xba','\x4d','\xac','\x3e','\x93','\xf7','\x53','\x13','\xb8','\x36','\x6c','\x4c','\xce','\xf5','\xda','\xd9','\x1e','\x4f','\x9e','\xe8','\x5d','\xcf','\x73','\x26','\xd6','\x87','\x7a','\xad','\xce','\x34','\x2d','\xeb','\x82','\xa2','\xc9','\x50','\xa5','\xf9','\xe9','\xec','\x62','\x62','\xbe','\xa7','\x91','\x8d','\x5e','\x03','\x37','\x96','\xcd','\xb9','\xb0','\x9c','\x0b','\x19','\x0f','\xa1','\x0f','\xc2','\xd0','\xd9','\xf6','\xdb','\x49','\x55','\xe9','\x6d','\xb7','\x5e','\x08','\x27','\xbc','\x1b','\x4f','\x23','\x36','\xce','\x53','\x9f','\xcc','\x3b','\x82','\xa7','\x09','\x0d','\x70','\xb4','\xd2','\x72','\xb6','\xb4','\x0a','\xd4','\xc2','\x28','\xb5','\xb9','\xbb','\xa2','\x59','\x85','\xa8','\x8c','\x59','\xa9','\xd8','\x9b','\x9a','\x8f','\x47','\xfa','\xd7','\xe4','\x33','\xe8','\xe1','\xea','\xf3','\xc0','\x58','\xfb','\x59','\xfb','\x4a','\x49','\xd0','\x07','\x3c','\x29','\xa7','\xbd','\xcb','\x2a','\x70','\xc9','\x59','\x21','\x0a','\x21','\xa8','\x30','\x4a','\xd1','\x90','\xed','\xb5','\xb9','\x20','\x64','\xd6','\x07','\xbb','\x0e','\xb3','\x4a','\xa4','\xb1','\x8d','\x76','\x1c','\xc0','\x0d','\x7c','\x36','\xa5','\x8a','\x3c','\xbb','\x77','\xfe','\xe6','\xe8','\x1e','\xd9','\x37','\x61','\x6f','\x25','\x22','\x4a','\x81','\x8d','\x94','\xde','\x88','\xc0','\x02','\x6c','\x57','\x49','\x9c','\xfd','\xf4','\x24','\xe7','\x84','\xf8','\xb2','\x60','\x45','\x71','\x2f','\x82','\xae','\x28','\xb2','\xca','\x65','\x6e','\xd7','\x95','\xc0','\x0b','\x63','\xa9','\x84','\xba','\x14','\xb4','\x4b','\xb8','\x54','\xb7','\xcd','\x82','\xa0','\xb0','\xe7','\x0f','\x63','\xa5','\x5d','\x53','\x94','\xa3','\xed','\x12','\x8f','\x05','\xad','\x8c','\x59','\xd7','\x29','\xf7','\x6d','\x98','\x0c','\x4d','\x66','\xe4','\x67','\x6e','\x30','\xfb','\x51','\x4c','\x03','\x98','\x84','\xe8','\xee','\xb9','\xbb','\x71','\xc8','\xa3','\x9c','\xf6','\x03','\x45','\xe6','\xb6','\xbc','\x27','\x74','\xe5','\x73','\xbf','\x8f','\x90','\x64','\xc5','\x44','\x52','\x08','\x29','\xa2','\xdb','\x79','\x81','\xc7','\xb7','\x8e','\xfa','\x79','\x24','\x10','\xd1','\xf0','\xdc','\x19','\x1c','\xac','\x95','\x53','\x76','\xe1','\x05','\xe3','\xfc','\xdb','\x0a','\xf4','\xf1','\x30','\x8b','\x65','\x70','\x33','\x11','\x2a','\x11','\x4d','\xc3','\xc4','\x8d','\xd0','\x18','\xe2','\xdf','\x7b','\x15','\x77','\x29','\x8a','\x15','\x3f','\x36','\x03','\x81','\x35','\x12','\xf6','\xf8','\x14','\xa9','\xe6','\x00','\x3e','\xab','\x2d','\x19','\x99','\x5a','\xc6','\xec','\xd9','\x63','\x3e','\x89','\xec','\x1b','\x90','\x08','\x91','\x1c','\xac','\xa8','\x2f','\xae','\x6a','\x2b','\xb7','\x02','\x3d','\xd0','\x4d','\xd8','\x36','\xf1','\xef','\xae','\xd5','\x18','\xda','\xb0','\x26','\x71','\xf5','\xda','\x93','\xd5','\x67','\xc2','\x44','\x29','\x43','\x91','\x71','\xc3','\x74','\xc8','\xbe','\xd2','\x9c','\x3e','\x0a','\x2f','\x68','\x7b','\xf0','\xfc','\xc9','\x7a','\x07','\x74','\xde','\x5a','\x6f','\x86','\xf6','\x3a','\xa4','\x1e','\xdc','\xcd','\x23','\x2e','\xa4','\x59','\x46','\x51','\x19','\x43','\x84','\xe8','\x94','\x0b','\xc4','\xd7','\x86','\x6f','\x59','\x73','\x6d','\xb8','\xbf','\x8e','\xda','\x2a','\xd6','\x75','\x39','\x20','\x50','\x73','\xa6','\xda','\x5d','\x6a','\x1b','\xb0','\xd5','\x06','\x3c','\x57','\x80','\x25','\x90','\x81','\x85','\x5b','\xde','\xd1','\x41','\x82','\xba','\x78','\x6a','\x32','\x5f','\x82','\x07','\x03','\xf1','\x2c','\xe2','\xca','\x30','\xf9','\xbe','\xc1','\x8b','\x69','\xd8','\x6d','\x78','\xa9','\x40','\x35','\x4a','\xce','\xb7','\x1e','\x7f','\xa0','\xf1','\xc1','\x2b','\xf0','\xd0','\x3e','\x1d','\x05','\x9b','\x67','\x82','\x9e','\x35','\x09','\x1c','\x4e','\x1a','\x55','\xed','\xac','\x4b','\x21','\x4c','\xda','\x49','\x35','\xf9','\xd3','\x54','\xa3','\xcf','\x80','\x86','\x48','\x16','\xda','\x52','\x57','\x76','\xab','\x50','\x8e','\x24','\xb7','\x23','\x1d','\xde','\x34','\xf2','\x33','\x30','\xdd','\x8d','\x6c','\x4a','\xe1','\xa1','\x8d','\x04','\xb7','\x5a','\x0d','\x72','\xb6','\x75','\x14','\x2e','\xe8','\xd9','\x7a','\x37','\x2f','\x4b','\x22','\xb1','\xee','\x14','\x0d','\x8a','\x50','\x96','\x7d','\xfe','\x20','\x66','\xb4','\x02','\xbf','\xe6','\x7d','\xcd','\x83','\x75','\x6b','\x91','\x9d','\x31','\x78','\x77','\x82','\x0c','\xc3','\x4e','\x94','\x51','\x17','\x42','\x63','\xf4','\x8f','\x84','\xa0','\x84','\xcf','\x07','\xe5','\x85','\x97','\xae','\xf8','\xa5','\x36','\x13','\x4e','\x18','\xad','\x2d','\x4a','\xaf','\xa0','\x73','\x58','\x92','\xb0','\x25','\x63','\xeb','\x7b','\xcc','\x19','\xe1','\x08','\x8c','\xc1','\x5c','\xb0','\xac','\x0c','\xae','\x0d','\xf5','\xc2','\xc9','\x2a','\x94','\x5c','\xe3','\x2a','\xa3','\x71','\xf3','\xf1','\x8c','\x64','\xab','\x39','\x7f','\x4b','\x4f','\x13','\xd9','\xdb','\x3f','\x41','\xbe','\x99','\x61','\xfe','\x0a','\x34','\xea','\x88','\xe9','\x3e','\x83','\xaf','\xd0','\x6e','\x05','\xce','\xdf','\xcc','\x1d','\xde','\x94','\x0f','\xc8','\xbf','\xf5','\x2b','\x85','\xe3','\xac','\xd1','\xc7','\xbe','\x9c','\xe1','\xc7','\xd1','\xbe','\x19','\xaf','\x1f','\xe1','\xdb','\x33','\xe2','\x7b','\xf6','\xfc','\x7b','\xc2','\x57','\xb1','\x24','\xfe','\x83','\x60','\x8c','\x66','\x6d','\x02','\xd0','\xf4','\x59','\xfb','\x22','\x01','\x0d','\xf6','\x3e','\x72','\x0e','\x8a','\x50','\x9b','\x27','\x45','\xd3','\x10','\xb7','\x25','\xad','\xb7','\xc4','\x3c','\xc9','\x27','\x02','\xdd','\xe6','\xef','\x7d','\xb1','\x67','\x55','\x76','\xf0','\xa6','\xeb','\xf5','\x70','\x17','\xbe','\xf7','\xbe','\xe0','\xe1','\xeb','\x5e','\xeb','\x9b','\x13','\xce','\xf6','\x02','\x88','\x05','\x30','\x50','\x0a','\xa3','\x02','\x91','\xf1','\x06','\xdc','\x24','\x09','\x1e','\x73','\x84','\x28','\x8d','\xc0','\x15','\x89','\x49','\xe7','\xb8','\x1e','\x31','\xf3','\x13','\x7a','\x4b','\xbf','\x33','\xdf','\xf4','\xe2','\x71','\x39','\x23','\xfa','\x89','\x61','\x18','\xd7','\xd1','\xfd','\xc5','\xbf','\x04','\xc9','\x9c','\xbd','\x33','\x5b','\xa7','\x19','\xb3','\xeb','\x07','\x99','\x4e','\xf5','\xa8','\x83','\x86','\xa9','\x9d','\xa5','\xd3','\x27','\xf6','\xe5','\x8f','\xd7','\xb2','\xab','\x9a','\x47','\x63','\x1c','\x18','\x59','\xd7','\xc4','\x75','\xed','\x1b','\xd7','\x72','\x72','\xc5','\x73','\x61','\x40','\xad','\x2c','\xab','\xfc','\x0f','\x01','\xc8','\x98','\x9f','\xc1','\x12','\x34','\x83','\xd4','\x35','\x8b','\xf2','\xb6','\x2c','\xca','\x24','\x4d','\xfb','\x37','\x01','\x59','\xe0','\xc1','\x48','\x55','\xc6','\xc6','\xd5','\x93','\x55','\x5a','\x02','\xd3','\xce','\x45','\x4c','\xc7','\xc4','\xdc','\x70','\xb9','\x31','\xca','\x2a','\xa1','\xb0','\xcb','\x92','\xb8','\x69','\xe5','\x77','\xb5','\x8a','\x10','\xb4','\x1e','\x59','\x5b','\x3b','\x42','\x7b','\xc2','\xdd','\x9e','\x2c','\x27','\xf6','\x3f','\xfd','\xb3','\x34','\x5c','\x78','\x4b','\x52','\xc9','\xbb','\x4a','\x6d','\x1d','\x1d','\xbd','\xb0','\x9f','\xa3','\xc7','\x76','\x08','\x94','\xf1','\x8e','\x81','\x37','\x34','\xd2','\x98','\xd1','\xae','\x15','\xad','\x12','\x6a','\x69','\x71','\x3e','\x28','\xb9','\xc7','\x99','\x5b','\x23','\xc0','\x21','\xe3','\xec','\xcc','\x61','\x32','\x91','\x72','\xee','\x11','\x93','\x30','\xd9','\xfd','\x4e','\xf0','\x5d','\x65','\x91','\xad','\x06','\xb7','\x31','\xdf','\x9a','\xac','\xd6','\xa3','\xa2','\x51','\xcb','\x34','\xd3','\xbc','\xac','\xc3','\x88','\x68','\x26','\x56','\xa2','\x70','\x01','\xa7','\xaa','\x99','\xec','\x61','\xd6','\x88','\x98','\xeb','\x7e','\xc9','\xe6','\x86','\xc6','\x1a','\x32','\xcb','\xc7','\x1e','\xd2','\x02','\x61','\x60','\x16','\x4a','\x9f','\x27','\x8f','\x5b','\xbd','\x9c','\xae','\x53','\x9a','\x07','\x09','\x82','\x03','\xb7','\x90','\xfa','\x1c','\xb5','\xa1','\x11','\x94','\x86','\xbe','\xc1','\x53','\x27','\x58','\x7b','\xd7','\xb5','\x60','\x59','\x11','\x02','\x6c','\x17','\x9e','\x51','\xfb','\x66','\x64','\xdf','\x51','\x17','\x61','\x05','\x01','\x6b','\xc1','\xd2','\x58','\x2c','\x42','\x59','\x08','\xaa','\x22','\x7c','\xd6','\x0a','\x0f','\x9c','\x60','\x83','\xc8','\xcc','\x22','\x1c','\x59','\xa0','\x0a','\xaf','\xd7','\xc6','\x96','\x77','\x6d','\x2f','\x85','\x3c','\xb4','\xb9','\x5c','\x3f','\x5e','\xcd','\x31','\x5e','\x93','\x67','\x38','\xce','\x17','\xcd','\xc6','\xb7','\x2f','\x60','\x06','\xbb','\xcd','\xbe','\xbb','\xb5','\x6f','\xc8','\x2d','\x18','\x38','\xfd','\x13','\xb4','\xf4','\x6e','\x90','\xea','\xe3','\xc4','\xa3','\x38','\xaf','\x91','\xce','\x60','\x06','\x7e','\xeb','\x79','\x1f','\x1e','\xca','\xb1','\xeb','\x3b','\x38','\x13','\x6c','\xee','\x6d','\xeb','\x8c','\xef','\x98','\x41','\xaa','\x6b','\x57','\xed','\x43','\xc4','\x43','\x60','\x5d','\x16','\x6c','\xdb','\x76','\xc8','\x80','\xff','\x86','\x63','\x78','\x64','\xba','\x33','\x6d','\x6b','\xad','\xee','\x68','\x5d','\xad','\x75','\xca','\xcf','\xdc','\x8c','\x02','\x67','\x2d','\x21','\xa4','\x9c','\x3f','\xb5','\xb9','\xdf','\xf7','\x11','\xf3','\xe9','\x78','\x87','\xd3','\xba','\x79','\x5f','\xc9','\xe2','\xc5','\xf0','\x91','\xcd','\xca','\x7c','\x49','\x37','\x47','\x49','\x40','\x0c','\x66','\x34','\x11','\xd4','\x74','\xee','\xa7','\x1f','\x72','\xdd','\xa9','\xea','\x1f','\x2d','\x67','\x7a','\xfa','\x83','\xbd','\x21','\x90','\xb2','\x4f','\x88','\x7a','\xaa','\x04','\xa3','\xc4','\xde','\x8c','\xa9','\xf0','\xf3','\x2e','\xf0','\xab','\x2b','\x47','\x18','\x41','\xf0','\xdf','\xbb','\x9e','\xac','\x48','\x78','\x70','\x62','\x52','\x33','\x9d','\x47','\xa1','\xa2','\x96','\x44','\xe7','\x24','\xd2','\xda','\x4b','\x79','\x9e','\x32','\x6d','\x9d','\xe1','\xff','\xda','\x5a','\x58','\x8e','\xef','\x68','\x4e','\xf2','\x2c','\x49','\x4c','\x7a','\x68','\xed','\x85','\x19','\x6b','\xca','\x10','\x4b','\x84','\xa9','\x2e','\xbc','\x32','\x4b','\x9d','\x75','\xd3','\xb3','\x20','\xe6','\x5e','\xb5','\x0e','\x2e','\x5c','\xc6','\xdc','\x21','\xde','\x3b','\x1b','\x1f','\x6b','\xd3','\x19','\xbc','\xd5','\x72','\x0d','\x37','\xaf','\x24','\x02','\x1d','\x08','\x68','\x6f','\xa5','\x40','\x3c','\x15','\x7e','\xa4','\xe6','\xfc','\xf4','\xc3','\xe5','\x5b','\x97','\x7c','\xad','\x18','\xf3','\x4d','\x8e','\x72','\x84','\xc9','\xad','\x92','\x00','\xb3','\x14','\x11','\x22','\xc2','\x3d','\xce','\xc2','\x2f','\xdb','\xfa','\x4c','\x63','\xd3','\x58','\x05','\xd8','\x54','\xe8','\xd2','\xcf','\xab','\xe0','\x4b','\x0b','\xce','\x00','\xb5','\x86','\xf4','\xdd','\xf1','\x12','\x35','\x59','\x6a','\x5a','\xf6','\x5a','\x06','\x69','\x92','\x54','\x29','\x98','\x0b','\x40','\xad','\x48','\xb4','\x38','\xc5','\xa3','\x76','\x4e','\x88','\x0a','\xa1','\x51','\x43','\xa5','\xc8','\x2b','\x04','\xd8','\xfe','\x09','\x17','\x59','\x13','\x8f','\x5c','\x2e','\xa7','\x3c','\xe7','\x89','\x33','\x4b','\x7b','\x6d','\x27','\xdc','\x3c','\x8a','\x5c','\x12','\xb3','\x3e','\x16','\x61','\xed','\x72','\x05','\x9a','\x5a','\xd9','\x78','\x1c','\x2c','\x05','\xc9','\xd3','\x23','\xee','\xd1','\x55','\xd3','\x23','\xac','\x6b','\xc1','\xe5','\x22','\x79','\x84','\x44','\x98','\x4d','\xe7','\xad','\x54','\xa1','\x41','\x8a','\x57','\x6c','\x3e','\x4d','\x08','\x02','\x64','\x6e','\x0b','\xcb','\xbc','\xd7','\xb5','\xa1','\xa9','\x8b','\x76','\xb5','\xe8','\xa3','\x9b','\x06','\x4e','\x68','\xe6','\x99','\x60','\xf3','\x2b','\xe3','\x5a','\x48','\xce','\x2c','\x73','\x01','\x5a','\xa9','\x20','\xb5','\x32','\xda','\x39','\xa8','\x88','\x04','\x67','\x9d','\x7f','\x67','\x0a','\x7f','\x4b','\x10','\xfa','\xd5','\xe9','\xdc','\x83','\x90','\x79','\x08','\x9f','\x75','\x23','\x3c','\x21','\xd7','\x0e','\x2f','\x71','\xcc','\xd9','\x99','\x70','\xf2','\x51','\x63','\x99','\xea','\x7a','\x75','\xb5','\xbf','\xad','\x40','\x1f','\x0a','\xb5','\xce','\x83','\x20','\x8c','\xf2','\x0d','\x30','\xb8','\xc0','\xcd','\x7c','\xe4','\x4c','\x73','\x66','\x39','\x12','\xda','\x26','\x1a','\xb1','\xa9','\xb2','\x64','\x50','\x23','\x66','\xad','\xf6','\xe3','\x21','\x04','\xba','\x26','\xbc','\x1d','\xf0','\xe1','\x8f','\x8f','\x83','\xa1','\x43','\x3b','\xcf','\x33','\x17','\x7e','\x82','\x5b','\x74','\xc6','\x80','\x7a','\xff','\x6b','\x46','\x9c','\x34','\xf1','\x83','\xe8','\xc6','\x70','\xb8','\x46','\x3f','\x2a','\xe1','\x5d','\x3d','\xbd','\xc6','\x6e','\x37','\x53','\x6f','\x31','\x44','\xb3','\x32','\x46','\x39','\xee','\x53','\xe1','\x9e','\x4e','\x26','\x36','\xd9','\x78','\x16','\xe2','\xfd','\xab','\x7c','\xb6','\xd6','\xf7','\xd7','\x47','\xda','\x49','\x93','\x1b','\xa6','\x5f','\xce','\xd1','\xa0','\xf2','\x9a','\x99','\x2b','\x17','\x4d','\x30','\x1b','\x92','\xc6','\xb9','\xe6','\x14','\xbe','\x4e','\x7a','\xaf','\xa2','\xb0','\x0e','\x76','\xad','\xb6','\x3f','\xe9','\x7a','\x6d','\x0d','\x4b','\x29','\x87','\xc3','\x37','\x5f','\x47','\x89','\x30','\x6a','\x36','\x6e','\xd7','\x16','\x06','\x8b','\x24','\x49','\x95','\xab','\x48','\x63','\x65','\x21','\x89','\xda','\xa5','\x4c','\x96','\x69','\x8c','\x01','\x89','\x1a','\xb7','\xac','\x86','\xbb','\x48','\xc2','\xe6','\x26','\x45','\xc2','\xae','\x1d','\x27','\x0d','\x75','\x02','\x8c','\x18','\x9f','\xee','\x99','\x17','\x2e','\x58','\x1a','\x27','\xe0','\xe4','\xfe','\x9b','\xd2','\xca','\x97','\x30','\xcf','\x2f','\xe8','\xe4','\xa4','\x47','\xf1','\xcd','\x92','\xa0','\x22','\x2d','\xa1','\xd6','\x50','\x1b','\xa1','\x56','\x09','\xaa','\x53','\x17','\xc6','\xb2','\xb0','\xe4','\x96','\x59','\xf5','\x8c','\x63','\xca','\xd4','\x6e','\x1f','\x21','\x2a','\xf7','\xfb','\x24','\xe6','\x39','\x98','\x64','\x7b','\xe2','\x68','\xec','\xa7','\xe3','\x6c','\xb4','\x8e','\xc5','\xba','\x2a','\x3c','\x9b','\x86','\xf3','\x2e','\x76','\x08','\x9f','\xe5','\x77','\x6d','\xa8','\x90','\xf3','\x4c','\x22','\xd8','\x49','\x0b','\x9b','\x0a','\x6b','\x16','\x64','\xc6','\x20','\xe3','\x57','\x4a','\xfd','\x2a','\xa4','\x81','\x6b','\x8c','\x51','\xbf','\x63','\x2f','\xf9','\xd9','\x2b','\x9e','\xdc','\x1c','\x54','\x92','\x86','\xa3','\xba','\x6b','\xdd','\x6f','\xa3','\x27','\x46','\x73','\xf6','\x35','\x33','\x44','\xa8','\x23','\xae','\xb8','\xd6','\x26','\x09','\x8c','\x1b','\x63','\x6d','\x12','\x25','\x6e','\x5d','\x8a','\xee','\x65','\x76','\xe1','\x93','\x8a','\xee','\x59','\x1b','\x58','\x20','\xb9','\xa4','\xe8','\x7f','\x8d','\x1a','\xd8','\x16','\x5b','\x13','\x52','\xae','\x9c','\x5f','\xad','\xd8','\x36','\x11','\x9a','\x67','\xf2','\x85','\xb7','\xdf','\x4d','\x4c','\xec','\x42','\xd6','\xbd','\xbc','\x46','\x4c','\xc9','\xfd','\xf8','\xff','\x80','\x94','\x45','\x53','\x66','\xaf','\x9d','\xbd','\x74','\xeb','\xda','\xb4','\x69','\x53','\xe6','\xeb','\x76','\x59','\xef','\x04','\xbb','\xf9','\x09','\xb6','\x22','\x94','\x17','\x39','\xbf','\x90','\xbe','\xd4','\x37','\x51','\x77','\xb8','\xee','\x85','\xc3','\x29','\x49','\xc2','\xfb','\x4d','\xb8','\x77','\xdc','\xdf','\x19','\x7e','\x5b','\x81','\x1e','\x84','\xa3','\x7d','\x40','\x07','\xf7','\x27','\xcf','\x8f','\x0a','\xbf','\xbb','\x82','\x20','\x8c','\x67','\x80','\x96','\x65','\x49','\xda','\x5f','\x11','\x7e','\x2c','\xa4','\xe5','\xb4','\x65','\x46','\x88','\x5c','\x63','\xd3','\x5d','\xfe','\x5c','\xf8','\x12','\x8d','\xd8','\x03','\x8f','\x9c','\xad','\x7e','\xee','\x5c','\xa2','\x28','\x25','\x2f','\xb5','\x67','\x29','\x15','\xa2','\x87','\xc8','\x3d','\xaa','\x4e','\xf6','\x4f','\x37','\x22','\xd6','\x4b','\x3f','\x5e','\x59','\x27','\x2d','\x77','\x8d','\x7b','\x7d','\xff','\xa6','\xf0','\xa5','\x84','\x9f','\x97','\x41','\xa7','\xd5','\xb4','\xe5','\xaf','\x63','\x3d','\x93','\x8b','\x5e','\x0a','\xd3','\x29','\xdb','\xdd','\xb9','\x0f','\x8c','\xa1','\x1b','\x4b','\x69','\x83','\x8b','\xc9','\x28','\x40','\xcc','\xa0','\x31','\x8b','\xf0','\x33','\xb6','\x88','\xf7','\xdf','\x67','\x2d','\x26','\x8a','\x3c','\x56','\x44','\xba','\x5c','\xb9','\x79','\x02','\xcb','\xd6','\x00','\x70','\x03','\x97','\x02','\x06','\xb0','\xb0','\x1c','\x4a','\x67','\x16','\x97','\x1c','\x66','\xb1','\x0e','\x2d','\x8b','\x06','\x3f','\x48','\x81','\x0f','\x72','\x7f','\x33','\x4f','\xb9','\xd3','\x3c','\xce','\xfa','\x67','\x04','\x18','\x6f','\xb0','\x46','\x77','\x05','\xcc','\x98','\xf2','\x77','\x86','\x4f','\xda','\x68','\xc2','\xf3','\x70','\xd7','\x06','\x33','\xde','\x98','\xa5','\x46','\x2c','\xd1','\xa1','\xfd','\x5f','\x16','\x42','\xab','\x62','\x55','\x68','\xc5','\x2c','\xde','\x16','\x82','\x59','\xf5','\xfa','\x07','\x0c','\x92','\xb9','\xda','\xb8','\xef','\x37','\x03','\x73','\xd6','\x79','\xd6','\xd0','\xd4','\xcc','\x42','\x1a','\x6a','\x59','\x55','\x07','\x85','\x51','\x34','\x69','\xaa','\x59','\x77','\x5a','\x63','\xd4','\x22','\xf9','\x70','\x5a','\x6d','\x68','\x0b','\xfb','\x59','\x4b','\xaa','\x1a','\xe1','\x8c','\x5a','\x9f','\xc3','\xc6','\x19','\xe8','\xa8','\x90','\x40','\xc9','\x45','\x2c','\xf6','\x66','\xb8','\x25','\x3f','\xc8','\xd7','\xce','\x18','\x81','\x69','\xef','\xd3','\x8e','\x70','\x81','\x5f','\x05','\x87','\xdd','\xb8','\x86','\xb0','\xc5','\xaa','\x5c','\x60','\x6e','\x9a','\x47','\x48','\xd3','\x26','\xac','\x6a','\xc1','\xb3','\xbe','\x10','\x89','\x55','\xa6','\x54','\xb4','\xec','\x76','\xe8','\x65','\x22','\x05','\xc4','\x90','\xd4','\x0d','\xbc','\x14','\x2c','\x90','\x79','\xad','\x4b','\xf3','\xb1','\xd8','\x50','\x9d','\x8e','\x79','\x38','\x6c','\x9d','\xff','\xa6','\xe7','\xb2','\x62','\x3c','\x43','\x1e','\x3a','\xea','\x71','\x1e','\x97','\x17','\xe9','\x07','\x0e','\xe0','\x66','\x39','\xbf','\x3a','\xc1','\x7b','\x14','\x76','\xbc','\x1f','\xfb','\xd9','\x42','\x60','\x82','\x8b','\x8d','\x96','\xc2','\xb6','\xf8','\x20','\x70','\x7e','\x51','\xfe','\xed','\x6e','\xf8','\x6d','\x05','\xfa','\x30','\x28','\x4b','\xd9','\x59','\x80','\x96','\x65','\x99','\x7a','\x41','\x74','\x16','\x20','\xfb','\xcc','\x87','\x87','\xcc','\x6c','\xd9','\xd4','\x1f','\xba','\xb6','\xd0','\xf2','\x04','\x8c','\x9a','\xae','\x91','\xa1','\xbe','\xcd','\x11','\x9e','\xdd','\x7e','\xf5','\xda','\x9f','\x30','\x8e','\xa7','\x9a','\x9c','\xd7','\xd6','\x77','\x37','\x18','\xc1','\x9b','\xf0','\x65','\x09','\x53','\x14','\x55','\xd9','\x47','\xe8','\xd8','\xf4','\x60','\xa2','\x2f','\xf6','\xb3','\x8d','\xe2','\x53','\x16','\xa8','\x76','\x4c','\xe9','\x64','\x3c','\xde','\x6a','\x00','\x3e','\x7e','\x40','\x5f','\x00','\xc7','\xec','\x01','\x30','\xa3','\x5b','\xba','\xf8','\x0d','\x83','\x0f','\x0f','\x08','\x11','\xa6','\x83','\xb0','\xb7','\xb7','\x07','\xc2','\xa7','\x3d','\x53','\x8a','\xdd','\x6b','\x41','\xf0','\x8f','\x5b','\xd9','\xef','\xc1','\x1c','\x5d','\x2b','\x9f','\x23','\xb3','\x64','\x92','\x9e','\xfc','\xd1','\x16','\x12','\x73','\x1c','\x16','\x9f','\x94','\x5d','\x76','\x82','\x14','\xef','\x9e','\x0d','\x5d','\x3c','\x75','\x5d','\x31','\xe1','\xe7','\xe9','\xdb','\x82','\xcb','\x37','\x41','\x4c','\xad','\x4a','\xf2','\xc4','\xed','\x1a','\x67','\x7b','\x9a','\x84','\xf5','\x02','\x55','\xa0','\x11','\xe4','\xd3','\xda','\x08','\x09','\xb5','\xbb','\xe8','\xf9','\x1f','\x10','\xfc','\x2c','\xc3','\x4e','\x78','\x31','\xeb','\xe7','\xe1','\xbc','\xdc','\x07','\x32','\x8e','\x5a','\xfa','\x2d','\x7a','\x46','\xfb','\xf9','\xf9','\x10','\x12','\xb8','\x5b','\x8f','\x27','\xb5','\x0e','\xbc','\x29','\xed','\x06','\x6e','\x0f','\x8f','\x0c','\x5f','\x7f','\x1a','\x47','\xfe','\x8a','\x90','\x61','\xc2','\x29','\x25','\xe6','\xb6','\x81','\x9b','\xac','\x83','\x70','\xab','\x22','\x2c','\x17','\x09','\x9e','\x40','\x54','\x06','\x77','\x2a','\x5f','\xa6','\xea','\x7e','\x45','\x6e','\x85','\x30','\x65','\x50','\x3e','\x88','\x72','\xb0','\x85','\xc6','\x06','\xfb','\xa7','\x59','\x23','\xed','\xec','\xc7','\xa2','\x5e','\x10','\x4d','\xdb','\x40','\x24','\xd6','\x0a','\x2a','\xa4','\x09','\x55','\xc5','\x5d','\xab','\x15','\xcb','\xa5','\x56','\x00','\xb4','\xd8','\x5b','\x49','\x6a','\x73','\xfc','\xce','\xac','\xae','\xcd','\x08','\xc5','\x16','\x41','\x22','\xd3','\x25','\xcb','\xbd','\xc7','\xcc','\xcb','\xbe','\x7d','\x69','\x7d','\x4d','\x2d','\x0f','\x8e','\x37','\xcc','\x3d','\xad','\xef','\x70','\xa6','\xe1','\xde','\x4f','\x68','\x78','\xf0','\xb1','\xa8','\xe4','\xaa','\x67','\xc3','\x2a','\x6e','\x26','\x22','\x18','\x2e','\x5b','\xe9','\x82','\x90','\x14','\x0d','\xc6','\x83','\x1a','\xc2','\x9c','\xbb','\x62','\x33','\xdc','\x95','\x7b','\x31','\x21','\x48','\x03','\xb1','\x94','\x14','\x58','\x41','\xea','\x45','\xaa','\xd3','\xce','\x63','\x89','\x65','\xa9','\x73','\x8b','\x3b','\x95','\x6f','\x39','\xc6','\x3b','\xcf','\xb1','\x0d','\xc2','\x0b','\x81','\x72','\x03','\x81','\xe9','\xb8','\xe5','\xfa','\x5e','\x4c','\x0a','\x67','\x73','\x7b','\x4f','\x21','\x67','\xeb','\xfb','\x8d','\x61','\x57','\x55','\xa6','\x59','\x07','\x7c','\xa2','\x1f','\xf1','\xd2','\x87','\x5c','\x20','\xa2','\x34','\xb6','\xd9','\x84','\xbf','\x97','\xa3','\x6f','\xc3','\x8e','\xa9','\x7a','\xb4','\x80','\x28','\xe7','\x0e','\xd4','\x78','\x0a','\xbf','\xad','\x40','\xb7','\xe1','\xe6','\xf8','\x4e','\xd7','\xd4','\x9e','\xc2','\x8d','\x51','\x68','\x2d','\xc0','\xdb','\xa9','\x00','\x24','\xc8','\x65','\xef','\x3b','\x07','\x08','\x02','\x97','\x03','\x8b','\x3d','\xb2','\x99','\xe3','\x92','\xc4','\x44','\x1d','\x30','\xdd','\xb3','\x3e','\xbd','\x1b','\xec','\x18','\xfe','\xaf','\x03','\x47','\xa6','\xfa','\x8e','\xe7','\x55','\x66','\x75','\x3c','\xfb','\x13','\x08','\x83','\x12','\x22','\x66','\x67','\x2a','\xf2','\x44','\x0d','\x32','\xe9','\xf9','\xf5','\x8f','\x1c','\xa0','\x19','\x82','\xfa','\x60','\xb8','\x55','\xed','\x0d','\x3e','\x69','\xe4','\xf8','\x0f','\xc7','\xfa','\xd1','\x3a','\xb2','\xc0','\x7a','\x1c','\x3c','\x61','\xdc','\xd0','\xf3','\xd6','\xf6','\xda','\x36','\xf6','\xf5','\x54','\x74','\xed','\x90','\x33','\x12','\x21','\x04','\xe5','\x25','\x14','\x8c','\x99','\xb4','\x61','\xcf','\xd8','\xde','\xd1','\xa9','\xb4','\xa8','\x89','\x24','\xc9','\xe2','\xb7','\x1f','\x17','\x7c','\xfb','\x21','\x11','\x5b','\x24','\x6f','\x55','\x01','\x68','\x03','\x3f','\x33','\xaa','\x69','\xf1','\xad','\x3d','\x8d','\x34','\x42','\x94','\xd4','\x6f','\x89','\x1a','\x4b','\x29','\x5d','\xd9','\xee','\x4e','\x34','\x6d','\x53','\xe2','\xfa','\xb0','\x1f','\xcf','\xfb','\x82','\x69','\xdc','\xf1','\x0c','\x1d','\x94','\xf5','\x21','\x12','\x50','\xae','\xee','\xfe','\x0a','\x63','\x79','\x64','\xce','\xe4','\xf8','\xfd','\xcc','\xd0','\xf1','\xe4','\xfa','\x0c','\x62','\x6a','\xe2','\x6c','\x48','\x04','\x63','\x21','\xb7','\xfc','\x35','\x66','\x57','\xfa','\xb4','\xc6','\x92','\x60','\x75','\xe1','\x60','\x98','\x8b','\x0a','\xf1','\x5e','\x1e','\x27','\x7e','\x49','\x17','\x83','\xe1','\xc6','\xb4','\x21','\x79','\x6c','\xa8','\x13','\xd4','\xb3','\x56','\x5b','\x80','\x06','\x69','\x7d','\x61','\x0a','\x37','\xb8','\xc2','\x28','\x4d','\x84','\xb7','\xaa','\x8a','\xc3','\x46','\x12','\xe8','\x81','\x8a','\x44','\x8c','\xab','\x16','\x24','\xc1','\xd6','\x31','\xb3','\x0f','\x31','\x9b','\x55','\x2b','\x34','\x13','\x00','\xa0','\xa1','\xb8','\x43','\xca','\x23','\xb3','\xbc','\x20','\x85','\x77','\x1d','\x04','\x18','\xef','\xe5','\x01','\xa3','\x97','\xf9','\xc9','\xbe','\x77','\xc3','\x90','\x74','\xc4','\x67','\x78','\x72','\x10','\x3c','\xab','\x0a','\x24','\x66','\x89','\x61','\x96','\xc0','\x25','\x80','\xf6','\xd3','\xf2','\x2a','\xb5','\x86','\xad','\x8a','\x95','\xd9','\xdb','\x40','\x90','\x33','\x5f','\x1a','\x8d','\x92','\x16','\x72','\x8b','\xae','\x59','\x79','\x37','\x8d','\x34','\x0b','\x96','\xa0','\x63','\x66','\x85','\x8b','\xe9','\x25','\x17','\x40','\x4f','\xbc','\x07','\x0f','\xfb','\xfb','\x42','\x5e','\x38','\x04','\x64','\x5d','\xa3','\x21','\xd0','\x62','\x37','\xc8','\x79','\x3a','\xde','\x6c','\xfb','\xbf','\x15','\xdd','\xbc','\x77','\xe3','\xbe','\x04','\x26','\xe5','\x8d','\xeb','\x2f','\x70','\xb5','\x7c','\xe9','\xe9','\x14','\x84','\x36','\xa1','\xc7','\xd3','\xa7','\xde','\x15','\x67','\xe4','\xf1','\xc5','\x12','\xe8','\x1b','\xc2','\x6f','\x2b','\xd0','\x0e','\xa6','\x32','\xcd','\x40','\xb9','\xba','\x67','\xc6','\x21','\x9c','\x08','\xa7','\xb3','\xb3','\x3e','\xad','\xb5','\xdd','\x35','\xe0','\x46','\x14','\x38','\x89','\x9c','\x60','\x91','\xdf','\x9a','\xe7','\x40','\xc8','\x0d','\x3b','\x52','\xa8','\xf0','\xee','\xcb','\x07','\xc3','\x0b','\xea','\xfd','\xcc','\xbd','\x71','\x54','\x77','\x01','\x7a','\x0d','\x21','\x12','\x63','\x9a','\x90','\x47','\x5e','\x1d','\x5d','\x54','\x16','\x18','\x1f','\x40','\x9a','\x05','\x5d','\xdf','\x51','\x4a','\xc6','\xa9','\x88','\x37','\x87','\xaf','\x24','\x6d','\xbe','\x25','\x98','\x80','\xa0','\x1d','\xcc','\x3c','\xc3','\x68','\x01','\x7d','\x2f','\xb8','\xc5','\xdc','\xce','\xa2','\xd6','\xf9','\x75','\x63','\x1c','\xfc','\xf0','\xb2','\x44','\x4c','\xb2','\xe0','\x07','\x99','\x8e','\x77','\x4b','\xc3','\x18','\xfb','\xae','\x7b','\xf1','\xe0','\x69','\xd7','\xf5','\x26','\x41','\x82','\x2f','\xac','\x97','\x05','\x97','\xcb','\x82','\xcb','\xba','\x74','\x79','\x45','\x72','\xd2','\x43','\xcf','\x29','\xc3','\xc2','\x64','\x5a','\xd9','\x65','\x25','\x11','\x7e','\xd4','\x7d','\x2e','\x0b','\x4a','\x63','\x95','\x9f','\x21','\xdf','\x93','\x31','\xa7','\xd6','\xa7','\xbf','\xeb','\x3e','\x98','\xc0','\x9c','\xa0','\xe5','\x3b','\xbd','\xe2','\xc0','\xa2','\x78','\x99','\x40','\x60','\x60','\x21','\xcc','\xb9','\x55','\xd0','\x26','\xe7','\xc0','\xda','\x2a','\xa1','\x94','\x85','\x61','\x96','\xc3','\xf0','\x16','\x21','\x91','\x93','\x10','\xd4','\x5b','\x1c','\xc3','\xfa','\xb2','\xe3','\xed','\xef','\x60','\x48','\x3a','\x9c','\xab','\x42','\x1b','\x31','\x75','\x41','\x1e','\x98','\x24','\x59','\x15','\x37','\x3b','\x1f','\x04','\x54','\x62','\x3f','\x3f','\x24','\x56','\xa1','\xa6','\xc9','\x3f','\x49','\x88','\x71','\x16','\xd8','\x19','\xc2','\xe1','\x17','\x79','\x87','\x41','\x11','\x5d','\x55','\xeb','\x68','\xea','\x46','\xd7','\xad','\xa5','\x87','\xf0','\xb6','\x35','\xb8','\x7f','\x7d','\x2c','\x63','\x77','\xbe','\x08','\xfb','\xf5','\xeb','\xe3','\xa8','\xb9','\x94','\x5a','\x03','\xb0','\x35','\x7f','\xb8','\x2c','\x7a','\x26','\x55','\x83','\x5e','\x58','\x70','\x83','\x66','\x2e','\x6c','\x86','\x2c','\x4c','\x90','\x30','\x41','\x68','\x09','\xa5','\x8c','\x85','\x1d','\xf7','\xf6','\x96','\xe4','\xd6','\xa2','\xe7','\x60','\x0b','\x8b','\xc2','\xaf','\x1d','\x99','\xaa','\xfb','\xd6','\xbe','\x0e','\x52','\x11','\x66','\x41','\x27','\x5f','\x7f','\xde','\x75','\xf4','\xb9','\xa6','\xe4','\xa2','\xad','\x9d','\xa3','\x56','\x8c','\x53','\xf8','\x50','\x6b','\x1f','\xe9','\xde','\x7b','\xe1','\xa1','\xe3','\x4d','\x7f','\xbb','\x6e','\x1f','\x1b','\x27','\xaa','\xbe','\x2f','\xb3','\xb0','\xe9','\x8f','\x1b','\xab','\x33','\x2a','\x78','\xef','\x85','\xb7','\x12','\x1e','\x5f','\x00','\xb7','\x03','\xd1','\xfc','\x86','\xb7','\x80','\x36','\x44','\xb5','\x64','\x66','\x6c','\xdb','\x76','\x1e','\x04','\x01','\xc0','\xee','\x90','\x90','\xe5','\xd3','\x10','\x04','\xc6','\x5e','\xb0','\xcf','\xa3','\xae','\x50','\xb9','\x9a','\xff','\xea','\xb7','\x09','\x43','\xf2','\x21','\xf0','\x4b','\x73','\x1c','\xba','\xf9','\x95','\x81','\x72','\x64','\x0b','\x28','\x71','\x14','\x8a','\xe8','\x9a','\x3a','\xa3','\x09','\x2c','\x7f','\x54','\x99','\xdf','\xe5','\x4c','\x08','\x2d','\x6b','\x62','\xda','\x3f','\x8a','\x33','\xa4','\x93','\x9f','\x0f','\xd4','\x39','\x55','\xe0','\x7c','\x92','\x56','\xc7','\x90','\x75','\xf6','\x59','\xf6','\xeb','\x2f','\x80','\x51','\xfb','\x71','\xfb','\x39','\x1a','\x2f','\x68','\x23','\x26','\x62','\x51','\x7e','\x34','\xb9','\x52','\x8a','\xcb','\x89','\xac','\xad','\xc6','\x2d','\x04','\x8e','\xb4','\xa6','\xa6','\x89','\xec','\x3a','\x06','\x2a','\x09','\x3f','\x9d','\xf4','\x93','\x5b','\x1a','\x6a','\x63','\x33','\xc0','\x94','\xc5','\x04','\x18','\xf2','\xf7','\x89','\x44','\x13','\xbc','\x5c','\x16','\xac','\xae','\x2d','\x56','\x8b','\x74','\x83','\xef','\xe9','\xb2','\x10','\xd6','\x85','\xdc','\xdd','\xc6','\xda','\xc9','\x43','\xd5','\xbe','\xd6','\x77','\xeb','\xdc','\xa4','\x93','\xb1','\x63','\x38','\x1b','\xfa','\xc7','\x60','\x20','\x74','\xb7','\xe8','\xde','\x8b','\x08','\x23','\xf7','\xeb','\xed','\xb5','\xc4','\xb5','\xe3','\x83','\x6f','\x30','\x6c','\x19','\xf6','\xfc','\x97','\xad','\x99','\xbd','\xaa','\x8e','\x2c','\x3c','\xf6','\xcc','\x8d','\x20','\x59','\x74','\xf2','\xba','\x6b','\xca','\x30','\x17','\x26','\xc7','\x6b','\xad','\xa8','\x9b','\xdc','\x22','\xee','\x8f','\x12','\x16','\x99','\xa2','\x56','\xca','\x2b','\xd1','\x5a','\x38','\xb4','\xf4','\xa0','\x73','\x3c','\x7c','\x86','\xf0','\xdf','\xdb','\x61','\xcd','\x02','\xc0','\xc4','\xe0','\x42','\x40','\xb5','\x1c','\x42','\x4d','\xdc','\xf5','\xb4','\x9d','\x72','\x3e','\x48','\x15','\x58','\xea','\xda','\x09','\x2a','\x29','\xf4','\x34','\x85','\x00','\xdf','\x20','\xc2','\x60','\xa1','\x10','\xee','\x0a','\xb9','\x6b','\x62','\x6b','\x40','\x81','\xba','\xc7','\x65','\x26','\xfb','\x4e','\xf0','\x33','\x47','\xd6','\x41','\xe6','\x48','\x8f','\xd4','\x4b','\x41','\x30','\xd7','\xd8','\x4e','\xe8','\x98','\x16','\xaa','\xed','\x6f','\xe2','\x25','\xc2','\x1a','\x21','\xcf','\x96','\x63','\xb6','\x0e','\x79','\xbb','\xad','\xef','\xb6','\x86','\x9b','\x54','\x5f','\xaf','\x41','\xfb','\xb2','\xbb','\x77','\x31','\x4b','\xde','\x28','\x88','\xa9','\x80','\x19','\xb4','\x52','\x04','\x10','\x82','\x45','\xa2','\xdb','\xaf','\xcd','\x97','\xb3','\x06','\x5a','\xda','\x20','\x2c','\x46','\x50','\xa2','\x1c','\x88','\x28','\xbb','\x30','\xc2','\x90','\xd1','\x0e','\x47','\xbd','\x19','\x3b','\x7c','\x4f','\x41','\xb7','\xfa','\x7d','\x8f','\x10','\xf3','\x12','\xc8','\xf5','\x0e','\xfd','\xe6','\xe1','\xbe','\x7f','\xed','\xfc','\xe3','\xfa','\x75','\x97','\xf7','\xa3','\xbd','\x43','\x5a','\xd0','\xd4','\x15','\xf4','\x0c','\x6e','\x3d','\xff','\xc6','\x7c','\xc5','\x52','\x0a','\xb6','\x5a','\xcf','\x13','\x85','\xff','\x43','\xe0','\x70','\x68','\x13','\x69','\xce','\x62','\x06','\x0f','\xd7','\xa2','\xa0','\xc0','\x4f','\x47','\xa5','\x13','\x89','\xd2','\xe9','\xe1','\x20','\x08','\xa5','\x68','\x54','\x16','\x0d','\x7e','\xc0','\x0d','\xea','\x7e','\x80','\xd8','\xdc','\x03','\x23','\x3e','\x43','\x54','\x1f','\x02','\xef','\xb5','\x81','\x3f','\x1c','\x7a','\xd2','\x0d','\x0d','\x6e','\xd5','\xa9','\xe1','\x95','\xb1','\x33','\x42','\xcc','\xcc','\xa2','\x3d','\x75','\x42','\x9a','\x04','\x21','\x57','\x3f','\xb1','\xbf','\x07','\xe0','\xc4','\xd5','\xe1','\xdd','\xba','\xf3','\xb7','\x83','\x97','\x0a','\x3c','\x1f','\x0e','\x8e','\x39','\xd8','\xb5','\xa7','\x39','\xcc','\xb0','\xaf','\x1b','\x36','\xa1','\xf9','\xf6','\x26','\xe6','\xf4','\xe5','\xe8','\xc9','\xa9','\x30','\x46','\xa2','\xe5','\xa5','\x45','\x7e','\x37','\x00','\xd0','\x70','\xb7','\x20','\x60','\x51','\xe1','\xa8','\x56','\x61','\x22','\xb9','\xb2','\x1f','\x7c','\xb6','\x83','\xd3','\x72','\xe0','\x7a','\x14','\x3e','\x53','\x9d','\xb6','\xee','\x67','\x6b','\xef','\xc6','\x3a','\xbc','\x7b','\xb9','\x4e','\xb1','\xf1','\x07','\xc2','\x2f','\xb8','\x9f','\x4c','\x18','\xee','\x04','\xd3','\x34','\x8e','\xb3','\x2e','\xf9','\x71','\x3b','\xce','\x89','\x55','\x25','\x7c','\x76','\x59','\x52','\x08','\x6d','\xb5','\x1e','\xc4','\xd9','\x36','\x74','\x15','\x10','\x7a','\x9c','\xd7','\x45','\x70','\xe4','\xee','\xa3','\x83','\xd9','\x35','\x57','\x44','\xe9','\x77','\x8f','\xf5','\xc0','\x00','\x6b','\xd0','\x06','\x4b','\x30','\x6d','\xc9','\xc2','\x1b','\x31','\x2a','\x91','\x78','\x51','\x10','\xa3','\xe9','\xf9','\x20','\x0b','\x99','\x9d','\xf7','\x53','\x61','\xa0','\x15','\x75','\x11','\xd3','\xfe','\x14','\xdd','\x37','\xad','\x68','\x90','\x05','\x37','\xb8','\x4c','\x98','\xfa','\x4c','\x2f','\x46','\xa1','\xc1','\xbf','\xf4','\x81','\x16','\xba','\xb3','\x37','\x30','\x51','\x92','\x0f','\x05','\xeb','\xdd','\x65','\x96','\x88','\x6d','\x66','\x89','\xb3','\x5c','\x3d','\x99','\x4f','\xf0','\xa3','\x44','\xc6','\x87','\x24','\x69','\x2c','\x2b','\xe7','\x6c','\x49','\x48','\xd7','\xb3','\xb2','\x82','\xba','\x3e','\xc8','\xf8','\xf5','\xbd','\x23','\xe2','\xb0','\x24','\x12','\xcf','\x17','\xd5','\x6b','\xc0','\xd7','\x0a','\x83','\x1b','\xc9','\x64','\x21','\x04','\x3e','\xb3','\xa0','\x59','\x12','\x50','\x66','\x00','\x6d','\xc8','\x49','\x84','\x7e','\x0f','\xfc','\x22','\x54','\xe4','\x1c','\x5e','\x30','\xce','\xbe','\x27','\x33','\xa4','\x3d','\x29','\xfb','\x95','\xbb','\x17','\x46','\x31','\x3c','\x14','\x1e','\x29','\x38','\x94','\x17','\xf1','\xf5','\x46','\xf6','\x11','\xb7','\xe4','\xdf','\x30','\x81','\x3b','\xe8','\xee','\x4c','\xd0','\xb9','\x5c','\x2e','\xbd','\xe2','\x4d','\xc1','\x05','\x20','\x89','\xb6','\xb3','\xb7','\x00','\xd9','\xd9','\x1f','\xd3','\xc4','\x25','\x3d','\x9d','\xb4','\xc7','\xb4','\x1b','\xde','\x3a','\xfd','\xfc','\xe8','\xb5','\x97','\x04','\xb1','\x59','\xf4','\x9f','\xaf','\xb8','\xec','\x8e','\x65','\xd6','\x78','\xc0','\x35','\x8d','\xa6','\x7f','\x1c','\x05','\x5e','\x1f','\x72','\xf5','\x11','\x4f','\x91','\x87','\xb2','\x05','\x88','\x47','\x74','\x30','\xfc','\x98','\xd1','\xd0','\xa3','\x5f','\x2f','\x85','\x9b','\xa5','\xb8','\x66','\xfe','\xe3','\x24','\xb3','\x59','\x9b','\x26','\x4a','\xab','\x01','\x8c','\xf9','\x9e','\xb7','\xf3','\xfd','\x90','\xdc','\x41','\xb9','\x67','\xc3','\x95','\xe9','\x47','\x3a','\x4f','\xe6','\xc9','\x27','\x93','\xb0','\x70','\xe8','\xbe','\x37','\x2c','\xb6','\x7c','\x0e','\x21','\x5e','\x39','\x7b','\x2f','\x5e','\xef','\x2c','\x9b','\x20','\x8d','\x5a','\x18','\x4c','\xa0','\x58','\x88','\xe4','\x40','\x75','\xab','\x7a','\x30','\xbe','\xb5','\xae','\xed','\x5d','\xb9','\xee','\xee','\x99','\x5c','\x44','\x91','\x99','\xc2','\xfe','\xcc','\xd2','\x61','\x5b','\x11','\xf3','\x49','\x4c','\x7d','\x15','\xd6','\x1d','\x86','\x47','\x36','\xeb','\x5c','\x01','\x5f','\x31','\xdd','\xaf','\x31','\xdc','\xbc','\x7a','\x9d','\x0d','\xed','\xf7','\x9f','\x37','\x8a','\x1d','\x95','\x6d','\x33','\x5c','\x71','\x2e','\x4c','\x64','\x09','\xc5','\xd6','\xd2','\x5c','\x83','\xeb','\x91','\xd1','\xf4','\x8f','\x28','\x87','\x35','\x17','\xcf','\x26','\x11','\xc3','\x16','\x8d','\x26','\x58','\xba','\xc4','\xaa','\x51','\x47','\xb8','\x23','\x92','\xe6','\x24','\x92','\x35','\xe1','\x0c','\x6a','\xc2','\x05','\xb7','\x31','\x0f','\x75','\xed','\xb2','\x37','\xca','\x42','\x00','\x5b','\xa0','\x04','\x15','\x02','\xa8','\x88','\x85','\xa2','\x11','\x2a','\x35','\x10','\x31','\x2a','\x01','\xa5','\xca','\x67','\xdd','\x44','\xda','\x61','\x65','\x8e','\xa5','\x6f','\xe4','\xcc','\x35','\x83','\x51','\x80','\x38','\xab','\x57','\x80','\x45','\x2d','\x1c','\x22','\x40','\x29','\x13','\x7e','\x4b','\x0b','\x71','\x0f','\x3a','\xcd','\x96','\x51','\x7b','\x75','\x98','\xe7','\x7b','\xd0','\x8c','\x8d','\x29','\xb5','\x5e','\x78','\x2a','\x44','\x68','\x04','\x09','\x80','\x31','\x66','\xb0','\x55','\xeb','\x9e','\xd7','\xd9','\x09','\x63','\xe4','\x02','\x5d','\x36','\xdc','\xda','\x3c','\x8e','\x21','\xfb','\x81','\x10','\x9e','\x76','\x17','\x5f','\x43','\x56','\xb2','\xf0','\xac','\x8d','\x6d','\x68','\xa0','\xa6','\x16','\xa7','\x12','\x95','\x46','\x58','\xff','\x68','\x77','\x97','\x94','\x99','\x73','\x59','\xc0','\xeb','\x1a','\xf6','\x78','\xfb','\xa7','\xd7','\x8e','\xf6','\xfc','\x39','\x63','\x70','\xfe','\xee','\x9d','\x45','\x9e','\x3e','\x98','\xd1','\xac','\x09','\xc9','\x69','\x72','\x29','\x7f','\x0e','\x38','\x9b','\x12','\x42','\x79','\x91','\x30','\xf4','\x0e','\x64','\xfc','\xb7','\x17','\xdc','\xcb','\xe1','\x6c','\xe8','\xb2','\xd2','\x64','\x0c','\x78','\x40','\x44','\x58','\xd7','\x75','\xaa','\xcc','\xe9','\x12','\xa1','\xce','\xce','\x00','\x59','\xa6','\xe6','\x7e','\xf9','\xcc','\x7f','\x75','\x26','\xf3','\xc3','\xa7','\xdf','\x1f','\x6e','\x31','\xb5','\x5f','\x05','\x4e','\xdb','\xe4','\xc2','\xcf','\x78','\x99','\xf7','\x38','\x2b','\x69','\x4b','\xe2','\x10','\x7b','\x58','\x81','\x46','\xa4','\x7b','\x5e','\xed','\x7b','\xec','\xfa','\x7b','\x1f','\xfc','\x38','\xc1','\xa7','\x67','\x9a','\xfb','\x7a','\xcf','\x9b','\xbb','\x47','\xbe','\x63','\xe9','\x7b','\x96','\xfc','\xa5','\x70','\x83','\x3a','\x8d','\xb7','\x4f','\x25','\x37','\x69','\x8d','\x87','\x52','\x37','\x5f','\xfb','\xce','\xf2','\x33','\x3c','\xbf','\x97','\x5f','\x52','\xe1','\x67','\x94','\x71','\xc6','\x59','\x73','\x30','\x03','\x56','\x3f','\x10','\xc2','\x0f','\x47','\x39','\xa5','\xc8','\x81','\xf7','\xb6','\x14','\xd1','\x2a','\xb7','\xcc','\x11','\x09','\x45','\x6c','\x60','\x51','\xbe','\xa6','\x3a','\xcd','\x0a','\x6a','\x05','\x9a','\x40','\x75','\x37','\xa4','\x66','\x9f','\xf1','\x93','\x03','\x87','\x76','\x50','\xd0','\xed','\x8a','\x3f','\xcd','\x27','\x7c','\xb6','\x5e','\x32','\xdc','\xd7','\xfc','\x9b','\x55','\x8c','\x54','\xc2','\x99','\x5c','\x00','\xe1','\x52','\x95','\x5c','\xa8','\xb9','\xaf','\xda','\x5c','\xb0','\x67','\x4d','\x37','\x85','\x4f','\xdd','\x18','\xad','\x56','\xc9','\x25','\x54','\x59','\x0f','\xd3','\xab','\x65','\xa8','\x18','\x43','\x2a','\x2f','\xce','\x13','\xd0','\xca','\x39','\x12','\x28','\xce','\xec','\x70','\xea','\xbd','\x3d','\x25','\xed','\x85','\x52','\xe0','\xa5','\x91','\x44','\x30','\xb4','\x60','\x09','\x9a','\x37','\xaf','\x95','\xf8','\x14','\x69','\xa0','\xa2','\xd5','\xe2','\x02','\x4f','\x71','\xdc','\x2d','\xfd','\x43','\xd3','\xf0','\xf0','\x04','\x94','\x45','\xc7','\x43','\xcf','\x06','\x15','\x2a','\x91','\x7c','\xb5','\x89','\x60','\xfe','\x98','\xde','\x68','\x98','\xa1','\x9d','\xc0','\xc0','\xbb','\x75','\xa0','\x24','\xe6','\xb8','\xc4','\x11','\x5f','\x30','\xf7','\x42','\x8b','\x8e','\xbd','\x59','\x89','\xb2','\xb0','\x4c','\x7a','\x70','\x2e','\x17','\x41','\x7e','\x8f','\xf6','\xed','\xd3','\x0a','\x49','\xa5','\x8b','\x9b','\xf2','\xcd','\x9b','\x28','\xd5','\x12','\xf5','\x1d','\x71','\x8c','\x4a','\x65','\x42','\xb3','\xed','\xfc','\x57','\xb2','\x48','\xe6','\x3d','\xc7','\x3a','\xbc','\xea','\xf2','\x68','\xd7','\x8e','\x30','\xea','\xbb','\x52','\xc5','\x71','\x5c','\x6f','\x55','\x36','\xbb','\x7f','\x86','\x2b','\x66','\x64','\xe1','\xec','\x99','\x13','\xe6','\x8d','\xed','\x3e','\x67','\x15','\xb7','\xed','\x3f','\xec','\x97','\xf3','\x28','\x30','\x9f','\x34','\xf3','\xb4','\x8d','\xb9','\x9c','\x7b','\xca','\x38','\x83','\xdf','\x12','\xd0','\x14','\xee','\x19','\xdb','\x43','\x6e','\x68','\xb8','\x30','\x0b','\xe6','\x76','\x33','\x08','\x82','\x04','\x3c','\xd8','\xcf','\x7e','\x55','\x17','\x14','\x11','\xbc','\xf7','\xec','\xa2','\x2b','\x83','\xbb','\x53','\x93','\x67','\xdd','\x78','\x27','\xe0','\xd9','\x8f','\x0f','\x41','\x21','\x6f','\x02','\xbd','\xfe','\xda','\x2f','\xda','\xa5','\xfe','\xba','\x5e','\xeb','\x15','\x69','\xc9','\xcf','\xda','\x35','\x63','\xbd','\x30','\x94','\x8b','\x3c','\xaa','\xfd','\x4d','\x41','\x09','\x43','\x17','\x5e','\xf7','\x26','\xa5','\x9a','\x97','\x71','\x1b','\x6e','\x08','\x0b','\x9d','\xe0','\x33','\xab','\xe4','\xf8','\xee','\xbe','\xdc','\xe3','\xba','\xa4','\xb9','\x51','\xd7','\xed','\x71','\xbd','\xd5','\xee','\xc9','\xad','\x33','\x42','\x32','\xde','\xcb','\xc5','\x53','\x7f','\xf6','\x07','\x10','\x22','\xdc','\xfc','\xfc','\x4f','\x12','\x9a','\x8f','\x9a','\xea','\xfb','\x5d','\x2f','\xb0','\x10','\xa1','\xe9','\xe8','\xa4','\x01','\x60','\xe3','\x14','\x48','\xdc','\xd7','\xc8','\xcf','\xef','\xa0','\xcb','\x93','\x02','\xc0','\x2d','\x3d','\xcb','\x5a','\xc4','\xed','\x29','\x69','\x88','\xdd','\x96','\x39','\x68','\xf7','\x32','\xb3','\x6c','\x41','\x40','\x9c','\xc1','\x56','\xff','\xba','\x5b','\x88','\xd3','\xcb','\xe3','\x81','\x4f','\xce','\xfd','\xc8','\x3d','\x34','\x86','\x6d','\x9c','\x68','\x86','\xba','\x58','\x25','\xe2','\x9c','\xab','\xbd','\x69','\x62','\x39','\xbf','\x3d','\x6f','\xf4','\x0b','\xde','\xc9','\xef','\x3e','\x50','\xe7','\xb8','\x3e','\x5e','\x86','\x3b','\x42','\x4d','\x10','\xa5','\xb0','\xcf','\xd9','\x0c','\x5f','\x74','\x56','\x39','\x77','\xf9','\x35','\x9c','\x27','\x09','\xba','\x4b','\x95','\x1c','\x42','\x6d','\x65','\x75','\x8f','\x53','\x46','\xb4','\xc4','\xb8','\x1b','\x1b','\x2b','\xbc','\x94','\xb9','\x4d','\xc1','\x35','\xc6','\x2f','\xd3','\xca','\x87','\x68','\xcc','\x9a','\x3b','\x08','\xa4','\x4b','\x80','\x20','\xd6','\xa0','\xda','\x00','\x88','\x6b','\x27','\x55','\x49','\x5f','\x5d','\x35','\xc1','\x6a','\x23','\x71','\x6d','\xcb','\x11','\xcd','\xd8','\xfe','\x90','\xba','\x8a','\x72','\x52','\x60','\x30','\x22','\xf8','\x82','\x2e','\xfd','\x96','\xac','\xfe','\xc8','\x5d','\xf0','\x75','\x3c','\x4e','\x5c','\x1f','\xcf','\x71','\xcc','\xa1','\x95','\x07','\xdc','\xd6','\xfd','\x6c','\xe9','\x26','\x83','\xf0','\x1e','\x55','\x4d','\x86','\xb1','\xd3','\xce','\xe6','\x3f','\xc3','\x5e','\xc9','\x7b','\x1e','\x8c','\xc8','\x53','\xc6','\x26','\x60','\x40','\xf0','\x48','\x1d','\xe7','\xec','\x0c','\x89','\xbd','\x11','\x18','\x43','\x9d','\x5c','\x09','\x09','\x79','\xbe','\x65','\x9d','\xb9','\xf0','\x46','\x86','\x81','\x02','\xb9','\xd0','\xa2','\x22','\xb7','\x9d','\x6f','\xf3','\x73','\x43','\xe7','\x6d','\x7f','\x31','\x57','\x73','\xb6','\x51','\x3f','\x10','\x7f','\xbc','\x0a','\xb4','\xae','\xc4','\xde','\x86','\x70','\x93','\x90','\xf6','\x4e','\xa6','\xca','\x12','\xe8','\x8c','\x55','\xfd','\x20','\x16','\xb1','\x9c','\x9c','\x47','\xf9','\x28','\xb8','\x83','\xe3','\xf8','\x44','\xa0','\x6e','\x7d','\xdf','\x6a','\xe3','\xce','\x25','\x92','\xc2','\x63','\x24','\xc3','\xf3','\xf3','\xf3','\x54','\x08','\xea','\xf2','\x00','\xcd','\xb2','\xa7','\xb6','\xda','\xdc','\x3a','\x7e','\x8b','\x6e','\xdf','\x6b','\x65','\xf8','\x0d','\x67','\x60','\x01','\x0f','\xd2','\x9c','\xec','\x38','\xa8','\xfe','\x27','\x43','\x92','\x8c','\x75','\x0c','\x41','\x0b','\x64','\xfa','\x21','\x1e','\x65','\x07','\x30','\x5d','\x33','\x47','\x42','\xcd','\x87','\xb7','\xf3','\x7d','\x30','\xf7','\xdb','\x89','\x93','\xaf','\x28','\x67','\x87','\xe4','\xad','\xaf','\x49','\xd0','\x6e','\x1a','\xfe','\xbe','\x86','\xcb','\xe4','\xf1','\x5a','\xc9','\x05','\x06','\xc7','\x73','\x73','\xca','\xb8','\x47','\xb8','\xa5','\xa0','\x3b','\xc3','\xd3','\xec','\xfc','\x0f','\x60','\xc6','\x1d','\x00','\xdc','\x09','\x41','\x4d','\xc3','\xe9','\x82','\xf5','\x4c','\x50','\xd1','\xff','\x99','\x41','\x9b','\x34','\xcf','\x18','\x2a','\x0f','\x1f','\x3c','\xba','\xf8','\x8c','\x5d','\xbb','\x47','\xd0','\xcc','\x65','\xf3','\x01','\xd3','\x37','\xb9','\xf6','\x1b','\xcc','\xa2','\x98','\xb8','\x65','\xfb','\x62','\x08','\x6f','\x87','\xd8','\xe2','\x1e','\xa5','\x49','\x75','\x94','\x48','\x4a','\xa3','\x6c','\xed','\x56','\xa8','\x30','\x21','\x67','\x6d','\xaa','\xe6','\x89','\x2a','\x4b','\xd1','\x60','\x09','\x25','\xaa','\xe9','\xe6','\x7c','\x24','\xba','\xdc','\x35','\xe1','\xc1','\x6e','\x7a','\x59','\x05','\x04','\x2e','\x84','\x46','\x4d','\x93','\x84','\x8a','\xc0','\x22','\x16','\xa1','\x06','\x2a','\x0b','\x4a','\x91','\x00','\x43','\x54','\x19','\x62','\xd7','\xd4','\x4a','\x0d','\x97','\x9b','\xf2','\xaa','\x4a','\x68','\xec','\x52','\xe4','\x8c','\x9c','\xe4','\x3c','\x92','\xdf','\x4c','\x16','\x58','\x20','\xc6','\xe2','\xd6','\xc6','\xdc','\xad','\x51','\xbe','\x71','\xff','\x1e','\xc8','\x7b','\x3d','\x2b','\x3e','\xd2','\xef','\xc1','\x7b','\xf5','\xf0','\x5a','\x14','\x29','\x2e','\x84','\x39','\x32','\x24','\x37','\x06','\x17','\xb3','\xb0','\xf4','\x56','\x26','\x6b','\xc3','\x7b','\x91','\x12','\x5f','\x27','\x13','\x29','\xc4','\x70','\x97','\x2c','\x5b','\x13','\x7e','\x04','\xef','\x14','\x40','\xc3','\xa7','\x23','\xd6','\x34','\x59','\x80','\x0b','\x73','\x7b','\x34','\xfa','\x1d','\xfd','\x00','\xf7','\xeb','\xf1','\xcb','\xc2','\x51','\x13','\x77','\x92','\xc8','\x0b','\xe0','\x16','\xdf','\xd9','\x7d','\x09','\xf7','\x56','\x7b','\x2f','\xc9','\xd7','\xf0','\x00','\x52','\x3a','\xc0','\x8e','\x0a','\x5e','\x2c','\x55','\xfe','\x86','\xaf','\x02','\xc1','\x3f','\x0c','\x8a','\x20','\xbf','\xbf','\x5f','\x48','\x5d','\x10','\x84','\x51','\x2a','\x5d','\x96','\xa5','\x8b','\xfc','\xe6','\x4a','\x56','\xa3','\x61','\xfe','\x39','\x5f','\x35','\x1f','\xb6','\x96','\x4c','\xf3','\x3b','\x5c','\x3e','\xdb','\x7b','\x5f','\x61','\x9d','\x0f','\xfa','\x37','\xbf','\xe6','\xc2','\xcf','\xd1','\x7b','\x8a','\x34','\x63','\x3e','\xa9','\x17','\x7c','\x1c','\x91','\x72','\x2a','\xf7','\x35','\xf0','\x02','\x9d','\xc1','\xd1','\xa3','\x8f','\x0e','\xfc','\xd9','\xf3','\xdd','\xbd','\xdb','\xba','\x82','\xdb','\x4f','\xdd','\xa7','\x22','\x8b','\xd1','\x78','\x0b','\x5d','\xca','\x1d','\xef','\x1e','\x55','\x73','\xe7','\xa2','\x9e','\x29','\x2f','\x8c','\x47','\x6a','\x1e','\xfa','\x5a','\x5d','\x81','\x2c','\x24','\xd3','\x58','\xb4','\xaa','\x99','\xbb','\x10','\xeb','\x47','\x82','\xec','\xa4','\x99','\x46','\x64','\x24','\xfc','\xb6','\x95','\x69','\xea','\x3c','\x75','\xe5','\xd1','\x7a','\xed','\xb2','\x27','\x4c','\x2c','\x05','\x16','\x11','\xce','\x92','\x21','\x16','\x75','\xfb','\x29','\x14','\xe7','\xe3','\x66','\x12','\x99','\x31','\x90','\x34','\x1b','\x20','\x8e','\x3a','\xbb','\x1e','\x53','\xb6','\x20','\xc1','\x07','\x6f','\xc6','\x14','\x4e','\x85','\xa8','\x09','\xb3','\x77','\x37','\xdc','\xf3','\xce','\x6b','\x91','\xd7','\x19','\xa2','\xcc','\xcf','\x74','\xa1','\x22','\x8f','\x1b','\x76','\xdc','\x9c','\x83','\x3b','\x53','\xee','\x7a','\x56','\x57','\x9a','\xd7','\x3c','\x98','\xc3','\xbb','\x54','\xa8','\x1b','\x7f','\x06','\xa3','\x36','\xa0','\xb6','\x8a','\xba','\x51','\xe4','\x10','\xd2','\xf3','\x42','\x1e','\x3e','\x9d','\xfa','\xf9','\xf3','\xd0','\xd6','\x40','\x08','\x5d','\xba','\x78','\xcf','\x29','\xdc','\x64','\x55','\x28','\x93','\x45','\x04','\x94','\x56','\xc0','\x45','\x04','\x1c','\x02','\xa1','\x90','\x0a','\x69','\x4d','\x02','\x23','\x80','\x1a','\x34','\x0e','\x36','\x1a','\x49','\xa0','\x07','\x8b','\x7c','\xd8','\x12','\x57','\x1f','\x7b','\x14','\x61','\xd9','\x22','\xb1','\x0a','\xb1','\x46','\x99','\x03','\x2c','\x18','\xc1','\x41','\xd3','\x52','\xb3','\xe3','\x3c','\x1b','\x3a','\x81','\x3e','\x1e','\x7b','\xf9','\x42','\xbb','\x47','\x70','\x3c','\xda','\x1f','\xbd','\x30','\x4a','\x2e','\x14','\x86','\x05','\x48','\xdb','\xc6','\xc1','\x7b','\x98','\xac','\xd1','\xac','\x04','\x9f','\xdb','\x24','\x20','\xbd','\xb0','\x3b','\x2e','\x94','\xe6','\xdf','\xb9','\xb1','\x3c','\x3c','\x4c','\xe9','\x1d','\x9d','\xbf','\xe6','\x6b','\xd4','\x2c','\x57','\xec','\xdf','\xf5','\x2a','\x68','\x21','\x17','\x5e','\xd9','\xff','\xcb','\xc2','\x0c','\x26','\x7f','\xce','\xeb','\xbc','\x1a','\x5e','\xc4','\x20','\x9d','\xd0','\xbf','\x97','\x92','\xc4','\xb3','\x7a','\xef','\x14','\x52','\x7c','\x5d','\xdb','\x3a','\xf7','\xd7','\xa3','\x51','\x04','\x4a','\xc1','\x38','\xf4','\x8f','\xe2','\x80','\x5d','\xf9','\x1d','\x6e','\xe9','\x9b','\xf2','\x22','\xf8','\x64','\x37','\xb8','\xcf','\xaa','\xfd','\x9e','\xa9','\x95','\x9d','\xdd','\xd3','\xe4','\x8e','\x32','\x8c','\x7c','\x8c','\x09','\xb2','\xe9','\xdc','\xdd','\xb2','\x94','\x9d','\x4c','\x72','\xf3','\x0c','\x90','\x68','\x5c','\xf7','\x41','\x10','\xfa','\x82','\x94','\x09','\x9a','\x34','\xc4','\x17','\xd1','\x47','\xc3','\x21','\x71','\xfa','\x05','\xc1','\x18','\x03','\xb7','\xfc','\x64','\x44','\xbe','\x7f','\x0c','\x88','\x2f','\x5d','\x12','\xcb','\x94','\x30','\xae','\xdb','\xb1','\x1f','\x35','\x50','\xd4','\x7d','\xbc','\x7b','\x3d','\x1d','\x1c','\xf5','\xf1','\xad','\x04','\xb2','\xaf','\x00','\xf7','\x0e','\x6c','\x9a','\x07','\x0f','\xd7','\x9a','\x18','\x74','\xa3','\xb4','\x91','\xa4','\xb1','\xe9','\x9e','\x9f','\x17','\xf7','\xda','\xa1','\x22','\x58','\x02','\x56','\x5b','\xaf','\x19','\xed','\x0d','\xfc','\x36','\x10','\xe7','\x85','\x16','\xe1','\x11','\x2d','\xfa','\x95','\xe5','\x08','\xa1','\x06','\xf0','\x12','\x4c','\xd2','\x4e','\x7b','\x9c','\x7e','\x8f','\xe7','\xae','\x77','\xfd','\xa1','\xfd','\x0d','\xc7','\x73','\xf7','\xc9','\x01','\xaf','\x83','\xd7','\x96','\xfb','\x08','\x03','\xf3','\x15','\x29','\xe0','\x0c','\x0e','\xda','\xc9','\xc3','\xc4','\xc9','\xba','\xce','\x93','\x0d','\xb7','\x0c','\x35','\x48','\x68','\xea','\xba','\xc9','\xb9','\xa0','\xb6','\x32','\x96','\x95','\x55','\x08','\xa2','\x4e','\x39','\xe0','\x16','\x3d','\x67','\x74','\x44','\x08','\x7a','\xe9','\xba','\xf7','\x88','\x60','\x45','\x15','\x08','\x54','\x34','\x6c','\x36','\xe4','\xf0','\xbc','\x86','\xfb','\x35','\x85','\x57','\xa5','\x06','\x32','\x37','\xb8','\xc6','\x68','\x15','\x40','\x95','\x9c','\x48','\x46','\xe8','\xd1','\x80','\x8a','\xe6','\xd6','\xa0','\x65','\xd5','\xe0','\x20','\x04','\xcd','\x95','\xa3','\x82','\x54','\x4a','\x83','\x90','\x1a','\x74','\xee','\xde','\x37','\x63','\xe6','\xef','\xea','\xa7','\x3e','\xfe','\x28','\xee','\x3d','\x29','\x0b','\xe8','\x05','\x32','\x13','\x08','\xd4','\x53','\x37','\x04','\x42','\x53','\xd0','\xaa','\x5b','\x20','\x51','\x28','\x3c','\xfa','\xa0','\x1a','\xef','\x48','\x00','\x0f','\xc6','\xad','\xbb','\xd4','\x5c','\xbd','\x23','\x6b','\xac','\x91','\x47','\xd4','\x25','\x82','\x9e','\xed','\x32','\x2f','\x1c','\x75','\xcb','\x84','\xe0','\x3b','\x9b','\x7a','\x53','\x18','\x4d','\xb5','\xdb','\x78','\xe3','\xde','\xdd','\x51','\xe0','\x9b','\x08','\x03','\x8f','\xc0','\x83','\x1d','\xdc','\x2f','\xf5','\xf4','\x23','\xbb','\x61','\xaa','\x06','\x80','\xfd','\xef','\xed','\xaa','\x3a','\x1e','\xec','\x37','\x7c','\x29','\x58','\x96','\x75','\x27','\xbb','\xdc','\x15','\x04','\xc1','\x7c','\xe7','\xec','\xc5','\x38','\x17','\x94','\xb6','\xee','\xb0','\x31','\xb2','\xff','\xef','\xc7','\xc5','\x56','\x9e','\x57','\xf3','\xab','\x2d','\xc8','\x1d','\x69','\x1d','\xdd','\xdd','\x8c','\xb0','\xcc','\xde','\x65','\x3b','\xf7','\x90','\xae','\x99','\x2b','\x88','\x3c','\xd0','\x6b','\xeb','\x3f','\x50','\xf8','\x79','\xcf','\x79','\xb8','\xb9','\xc2','\x6e','\x55','\xfe','\xe2','\x71','\xa0','\xc9','\xb7','\x3b','\xea','\x9e','\x31','\xcf','\x8f','\x6a','\xb9','\x26','\xca','\xef','\x69','\x11','\x37','\x14','\x71','\x66','\x51','\x29','\xa5','\xa8','\xd6','\xdc','\x90','\xbd','\x1c','\x24','\x7f','\xe8','\x50','\xfe','\x1d','\xe3','\x68','\xba','\x1c','\xb7','\xd0','\x28','\xa3','\x97','\xad','\x97','\xb1','\x5e','\x43','\x73','\x27','\x8f','\xaa','\xa6','\x7b','\x70','\xcd','\x35','\x26','\xa8','\x34','\x3b','\xfb','\x40','\x7b','\xc9','\xe9','\xa0','\xbd','\xb3','\xa7','\x88','\x26','\xa4','\xac','\x5b','\x64','\x67','\x63','\x32','\xbc','\x4b','\xf3','\xcb','\xbb','\xb7','\x5c','\x6b','\x9d','\x1e','\x7a','\x84','\xa2','\x8e','\x8b','\x60','\xf6','\xde','\xbd','\x65','\x0d','\x65','\xd0','\xc9','\xbd','\x8f','\x83','\xa1','\xe2','\x9d','\x74','\x7c','\xa3','\xc3','\xfa','\xb5','\x14','\x84','\x46','\x1d','\x1a','\x46','\x9b','\x19','\x55','\x7d','\xf0','\x8b','\x25','\xdf','\x5c','\x08','\xc5','\x32','\x8f','\xb2','\x14','\xa0','\x3c','\x51','\x30','\x45','\x93','\xc5','\xb3','\xcf','\x75','\x34','\x03','\x53','\x62','\x31','\x0a','\x08','\xad','\xa0','\x3b','\xb3','\x40','\x54','\x50','\xf5','\x3e','\x01','\x68','\x9a','\x44','\xb5','\x91','\x69','\xaf','\x1a','\x30','\xba','\x46','\x35','\x8e','\x33','\x66','\x20','\x60','\x29','\x1e','\x76','\x5a','\x72','\x08','\x11','\x48','\x2d','\x49','\x26','\x08','\x91','\xb7','\x63','\x3f','\x7c','\xf3','\x73','\x3a','\xd6','\xc7','\xae','\xc3','\xe7','\x3d','\x1d','\xd6','\xe5','\x4b','\x50','\xed','\xae','\x2d','\xba','\x2f','\xc4','\xfa','\x95','\x06','\x41','\xc4','\x85','\x89','\x86','\xe2','\x8d','\x21','\x2f','\xc5','\x7b','\x95','\x0a','\x07','\xfb','\xa6','\x1f','\x4b','\x96','\x79','\x25','\xc1','\x41','\xc4','\x16','\x1c','\x22','\xe3','\x4a','\xa8','\x55','\x28','\xd6','\x8c','\x09','\x44','\x61','\xdd','\xe8','\xd7','\xe6','\x3d','\x24','\x66','\x0a','\xb3','\x36','\xdf','\xa0','\x67','\xa7','\xae','\xde','\xb7','\xb6','\xeb','\x23','\xf0','\x88','\x72','\xe7','\xe4','\xdd','\x6e','\x2a','\x13','\x5f','\xdb','\x3f','\x9e','\x18','\x98','\xdd','\x62','\x7c','\xf1','\xe8','\x76','\x50','\x88','\xd0','\x98','\xdd','\x0d','\xfc','\x2b','\xc3','\x94','\x66','\x7e','\x78','\x2b','\x1e','\x83','\xd6','\xf6','\xf1','\x0c','\x8e','\x62','\x1c','\xb8','\x00','\xc4','\xcc','\xb8','\x5e','\xaf','\xdd','\x43','\xbb','\xc3','\xc3','\x83','\x46','\x06','\xe9','\xfa','\x19','\x7e','\x78','\x9b','\x65','\xf3','\xf7','\x07','\xb2','\xff','\xfa','\xe5','\xe6','\x42','\x4b','\xc4','\x01','\x7e','\x86','\x23','\xfd','\xb7','\x67','\x7e','\xc3','\xcb','\xe1','\x86','\x40','\x72','\xf7','\xfb','\x2f','\xad','\xf7','\xe0','\x52','\xb7','\xdf','\xee','\x6c','\x9b','\x9d','\xab','\x31','\xcd','\xb7','\x68','\x53','\xd5','\x65','\xf2','\x15','\x4d','\xcd','\x30','\xe3','\x5f','\x4c','\x25','\xeb','\x46','\xcd','\x7c','\xde','\xc3','\x98','\x3a','\x4c','\xe4','\x98','\xf4','\x58','\x2e','\x8b','\x9b','\x84','\xc7','\x66','\x92','\xf3','\x0f','\xc6','\x24','\xbc','\xae','\xd5','\x13','\x21','\xe8','\xd1','\x11','\xd1','\x62','\x66','\xc7','\xf6','\x0e','\x9f','\xcf','\xd5','\x7c','\xa6','\x5a','\xf1','\xab','\xaa','\x34','\xb3','\x86','\xed','\x81','\xf6','\xf9','\xd9','\x49','\xe3','\x97','\x21','\x6b','\xbd','\x55','\x71','\x11','\xa3','\x22','\x42','\x10','\xaf','\x84','\xd2','\x0a','\xca','\xc2','\x11','\x6e','\xba','\xd3','\x0e','\x93','\x57','\x3d','\x12','\xd0','\x87','\xf8','\x32','\x13','\xca','\x4c','\xc7','\x5c','\x80','\x05','\x00','\x6b','\x7d','\x95','\x5a','\x28','\x08','\x5a','\xd3','\x20','\x09','\x62','\xcd','\x01','\x9a','\x87','\xc5','\x6e','\x2e','\x08','\xa8','\x65','\x48','\x0f','\xd0','\x67','\x97','\x38','\xe9','\xbb','\x49','\x5a','\x22','\xf4','\xf5','\x03','\xf8','\xce','\x42','\xc3','\x2b','\x20','\x0b','\x51','\x26','\x24','\x8a','\xa8','\x19','\x16','\x6c','\x09','\x6a','\xa1','\x0a','\x12','\x26','\x89','\x12','\x99','\xdc','\xbd','\x3f','\x1d','\x86','\x75','\x37','\x03','\x51','\xde','\x48','\x27','\xc5','\xdd','\xdd','\x70','\x64','\x52','\x6c','\x9a','\x07','\x88','\x0b','\xe2','\x24','\xae','\x73','\x1c','\x16','\x6f','\x42','\xb8','\xcd','\x69','\xc9','\x2f','\x9b','\xda','\x97','\xec','\xfd','\x7b','\x97','\xd1','\x47','\x29','\x52','\xee','\x2c','\x3f','\x86','\x6a','\x50','\x61','\x64','\xe1','\x33','\xff','\x4e','\x7d','\x9c','\xd2','\xdc','\xdf','\xf0','\xa5','\xa0','\xd6','\x3e','\xd8','\x01','\x11','\x61','\xdb','\xb6','\x73','\x01','\xc8','\x1e','\x9c','\x82','\xad','\x83','\xe1','\xfd','\x6c','\x4e','\x9f','\x99','\xd6','\xdf','\x65','\xbd','\x4f','\x56','\x20','\x4d','\xbe','\x4d','\x5e','\xf8','\x45','\x20','\x69','\xea','\xce','\x9f','\xea','\x18','\xa7','\xd6','\xb9','\x32','\x7d','\x52','\xaf','\xdf','\x63','\xc2','\x1f','\x91','\x9e','\xef','\x11','\x04','\xce','\xb8','\x96','\x8f','\x62','\x00','\xef','\xa8','\xe7','\xec','\x91','\x53','\xc1','\xf6','\x0e','\x46','\x51','\x79','\x0a','\x75','\xb3','\x61','\x5c','\x9f','\xaf','\x20','\x0a','\xf7','\x57','\x3f','\xeb','\x37','\x16','\xcc','\xf1','\x35','\x37','\xa1','\x9f','\xa2','\x79','\xc3','\xcc','\xbd','\xc3','\x42','\x60','\xbb','\x0f','\x3f','\xb2','\xa5','\x32','\x2f','\xfc','\xb4','\xbf','\x93','\x8f','\x0d','\x43','\xb4','\xe4','\xad','\x30','\xa8','\x68','\x04','\x20','\x1e','\x08','\xd5','\x51','\xff','\x4f','\xe6','\xfa','\xad','\xf9','\xff','\x7b','\xca','\xcb','\xe7','\xfe','\x5e','\x04','\xb7','\x2b','\x38','\x7f','\x76','\x32','\x55','\xd3','\x57','\x52','\x67','\x3e','\x56','\x99','\x75','\xb6','\xc8','\x81','\x7b','\x66','\x2c','\x22','\x97','\xea','\xfa','\xb5','\x73','\x35','\x0d','\xe0','\x22','\x82','\x45','\x59','\x38','\x25','\xd9','\x55','\x25','\x01','\x4c','\x18','\x0a','\x06','\xd4','\x39','\xbe','\xa3','\xea','\xef','\x19','\x14','\x0a','\x2d','\x33','\x41','\x04','\xf8','\x60','\x74','\x09','\xb5','\x34','\x50','\x95','\xc0','\x09','\x55','\x2d','\x39','\x15','\x48','\x51','\xe2','\xb4','\x2a','\x4b','\xa0','\xca','\x2a','\x16','\xb1','\x5a','\x77','\x17','\xc9','\x3d','\x04','\x22','\xb1','\x80','\x2d','\x04','\x42','\xf1','\xbd','\x13','\x4c','\x6b','\x16','\xf2','\xb4','\xcc','\x33','\x2d','\xc2','\x03','\x13','\x3e','\xd3','\x63','\x3c','\x0c','\x84','\xe4','\x02','\x17','\x9a','\x10','\x0f','\x9e','\xae','\xe3','\xc5','\x39','\x72','\x1f','\x47','\x7d','\xef','\xb9','\x3e','\x69','\xf6','\x65','\x18','\xbb','\x9b','\xf5','\x67','\xa6','\x3a','\xcd','\x8d','\x85','\xd1','\x46','\xd1','\xfc','\x42','\x9d','\xdc','\x1a','\xda','\x15','\x1f','\x11','\xa3','\xf7','\x26','\x11','\xe9','\x21','\x7f','\x7a','\xb4','\x3d','\x0f','\xb4','\xb7','\x83','\x47','\x06','\xfb','\xad','\x26','\xe5','\x2d','\x26','\x38','\xd3','\x30','\x23','\x3b','\x2c','\x81','\x75','\x76','\x4e','\x01','\xb4','\x7f','\xef','\xb5','\xf0','\x4e','\x71','\x77','\x1f','\x82','\x97','\x76','\xe5','\x5d','\x71','\x7f','\x1a','\xfb','\x69','\x3d','\xf7','\x10','\x56','\x92','\xbc','\xa6','\xb5','\x56','\x79','\x85','\x27','\xee','\xc0','\x0a','\x5d','\x10','\x84','\xcb','\xe5','\xd2','\xdd','\x5c','\x96','\xe5','\x98','\x97','\x48','\x9a','\xb9','\x33','\xc6','\xe7','\xfc','\xce','\x5b','\xc0','\xe7','\x2f','\xa4','\xb7','\x81','\xd0','\xf6','\x74','\x66','\xd8','\x0c','\x99','\xf0','\xce','\x08','\xbb','\x9e','\x8f','\xe8','\x26','\xfb','\x4d','\x38','\x96','\xfb','\xc7','\xf8','\xcd','\x66','\x63','\xa4','\x32','\x77','\x07','\xf2','\xbf','\xb3','\x58','\x85','\x8f','\x14','\x14','\xef','\xa9','\x7b','\x3a','\x7e','\x09','\xe1','\x9f','\xb6','\x97','\x66','\x5f','\x33','\xc3','\x00','\xd7','\x8c','\x33','\x00','\x6e','\xc0','\xcf','\xe7','\x2b','\xca','\xb2','\xb8','\x2f','\xbd','\xbf','\x95','\xca','\x8a','\xe5','\xc4','\x07','\x7b','\x7d','\xdf','\x2a','\x5f','\x76','\xc6','\x94','\x90','\x46','\x80','\x33','\xf7','\x37','\x4e','\x6b','\x17','\x93','\xdf','\x80','\xba','\xee','\xd8','\xfb','\xc1','\xe8','\x30','\x03','\xad','\x36','\x50','\x01','\x4a','\x91','\xb6','\x9b','\xa6','\x7e','\xb7','\x75','\x3a','\x06','\x62','\xda','\x54','\xd8','\x80','\xb0','\xf5','\x9b','\xbb','\xcb','\x3b','\xfa','\x77','\x53','\xee','\xe0','\x7e','\xfc','\x3e','\x05','\xee','\x64','\xc6','\xbb','\x67','\x87','\xce','\xdd','\x2f','\x66','\x7c','\x35','\xe8','\x5b','\x6e','\x38','\xd5','\xd7','\x07','\x07','\x51','\x6c','\x55','\xdc','\xc4','\x68','\x03','\xc8','\x83','\x25','\x48','\xe0','\x0d','\x73','\x19','\x75','\xc5','\xb0','\xad','\x5b','\x17','\x06','\x29','\xd5','\xc8','\x83','\xe2','\x80','\x67','\x1f','\xde','\xac','\xbc','\xae','\x17','\x2d','\x5c','\xae','\x15','\x10','\x1a','\xc4','\x82','\xd3','\x5c','\x78','\xb1','\x32','\x0a','\x64','\xdf','\xb6','\x02','\xdf','\xb3','\x72','\x26','\xce','\x2a','\x69','\x5d','\x9b','\x17','\x15','\xe6','\x58','\xdd','\xff','\xce','\x96','\x05','\xa5','\xc5','\xff','\x1a','\x8b','\xea','\x9b','\xad','\x7d','\x1d','\xa7','\xee','\x2c','\x9f','\xfd','\x63','\xf9','\x75','\x6b','\x91','\x3e','\xc4','\x2b','\x3f','\xd2','\xe7','\x91','\x4e','\x27','\x6b','\x81','\x38','\xce','\x58','\xdb','\x1e','\xd8','\x45','\x6e','\xc5','\x22','\xa0','\x8a','\x10','\xd4','\xe1','\x34','\x13','\x7c','\x92','\x10','\xc4','\x86','\xd3','\xd9','\xd6','\x35','\x40','\x60','\xb5','\x18','\xa6','\xe6','\xbe','\xe2','\x2c','\xdb','\x4d','\xb8','\x77','\xbe','\x5f','\xcb','\x71','\xdf','\xab','\xf0','\x79','\xc1','\xfa','\xf3','\x57','\xb3','\xe7','\x4c','\x72','\xd5','\x8e','\x87','\x26','\x7c','\x08','\xf9','\x9f','\xd7','\x6d','\x9c','\x77','\x84','\xaf','\xd9','\xaa','\x03','\xc8','\x4c','\x43','\x82','\x3c','\xcc','\xd3','\xd7','\x20','\x6b','\xbf','\x14','\xda','\x85','\xbc','\xbe','\x79','\x06','\xa8','\x94','\xb2','\x7b','\xe0','\x28','\x01','\xd9','\x17','\x9d','\xe3','\x5f','\x1a','\xc6','\x61','\xde','\x0d','\x7b','\x96','\x69','\x12','\x33','\xeb','\x84','\x3c','\xb9','\xbe','\x7d','\x0a','\x1c','\xc8','\x6c','\x1f','\xdd','\x86','\x77','\x7b','\xe7','\x1d','\x3a','\x77','\x77','\x91','\x19','\xe7','\x9e','\x69','\xe2','\xa6','\x65','\x32','\xcc','\xad','\xc7','\x22','\xb0','\x59','\x84','\xc1','\x9f','\x3f','\x7f','\xe2','\xb2','\xae','\xb8','\x5e','\xeb','\x71','\xd5','\x23','\x1d','\x3f','\x59','\x5e','\xa7','\xcc','\x06','\x69','\x18','\x62','\xcf','\xff','\xa3','\x84','\x9e','\x7b','\x7c','\x62','\x8c','\x8d','\xeb','\x57','\x3a','\x2a','\x0e','\x40','\x05','\xfc','\xd6','\x0a','\x8a','\x86','\xc5','\x75','\xc6','\x8d','\xd0','\x67','\x99','\x7f','\x70','\x2b','\x98','\x46','\xb5','\x93','\xde','\x3e','\x5d','\x92','\x79','\x25','\xdc','\xd3','\xfc','\x3c','\x71','\xf7','\x48','\x78','\x1f','\x09','\xaf','\x6a','\x5b','\x4f','\x48','\x3d','\xb2','\x26','\x43','\x5d','\xc7','\x64','\x71','\xb7','\x26','\x8c','\x67','\x69','\xc2','\x38','\x96','\x4a','\xa8','\x14','\xc2','\x10','\xb9','\xdb','\x28','\x01','\x08','\x01','\x7e','\x57','\x4f','\x77','\x49','\x1e','\xba','\x6b','\x09','\x16','\x89','\x14','\xd7','\x0a','\x63','\xa1','\x06','\xc9','\x19','\x24','\x91','\xe2','\xaa','\xc6','\x35','\x63','\x6a','\x40','\x6d','\x68','\x24','\x39','\x54','\x4b','\xd3','\x40','\x71','\x9a','\x20','\x48','\xf6','\x04','\x83','\x51','\xfc','\x7c','\x41','\xd1','\x73','\x41','\xa5','\x10','\x1a','\x08','\xa8','\x30','\x0e','\xf9','\x17','\xe3','\x88','\x5c','\xc7','\x27','\xee','\xba','\x16','\x0a','\x9f','\xfa','\xa4','\x87','\x73','\xcb','\xf5','\x7b','\x01','\xf5','\x0a','\x4b','\x05','\x89','\xa1','\x19','\x0b','\xf5','\xd6','\x32','\x99','\x81','\x07','\x3b','\xb0','\x00','\x0f','\x50','\x41','\x07','\x6a','\xa1','\xd0','\x7a','\x33','\x47','\x28','\xbf','\x35','\xd3','\x50','\x23','\xa0','\xa4','\xe4','\xb0','\xf9','\x1c','\xb7','\x09','\x48','\x2f','\xe9','\xf2','\xdf','\x09','\x0e','\xf0','\x48','\x3f','\x5f','\x8c','\xf7','\x3a','\xd7','\x6e','\x6b','\xf5','\x57','\x27','\x2f','\x5f','\x11','\x0a','\x95','\x2e','\x96','\x01','\x11','\x61','\x5d','\xd7','\xe9','\xb3','\x7e','\x75','\xdb','\x36','\x37','\x19','\x19','\x8c','\xbf','\x43','\x1b','\x33','\xaa','\xb5','\xbe','\xda','\x76','\xca','\xaa','\x80','\xaf','\x8b','\xed','\x77','\x42','\x4f','\x12','\x38','\x7d','\x73','\x4c','\xb4','\x0d','\x11','\x2d','\x06','\xc1','\x40','\x72','\x7a','\xf6','\x23','\x55','\xb7','\xef','\x25','\xf8','\xec','\xfa','\x60','\x15','\xf1','\xbd','\x67','\xde','\xfb','\xd7','\x0f','\xe0','\x25','\x6d','\xbf','\x21','\x83','\xdc','\xae','\x8c','\x87','\x0b','\x9d','\x96','\x69','\x5f','\x7a','\x27','\x80','\x4c','\xca','\x9c','\xd5','\xdb','\xef','\x00','\xcd','\xab','\x43','\xe4','\x87','\xbf','\xff','\xfc','\xeb','\x4f','\x3c','\x7d','\x7b','\xc2','\xf3','\xcf','\x7a','\x2e','\xd4','\x90','\x32','\x1d','\x46','\x34','\x27','\x6b','\x72','\xbf','\x44','\x87','\x8e','\x4e','\x14','\xa5','\x40','\x12','\x82','\x86','\x32','\xfa','\xf2','\x82','\x09','\x20','\xa4','\x7c','\x19','\x24','\x51','\xe1','\x8a','\x26','\x91','\x2c','\x1a','\x45','\x89','\x89','\xf7','\xe1','\x4f','\xb9','\x2f','\x2d','\x87','\xcc','\x04','\xc7','\x03','\xd3','\x90','\xd8','\xa2','\xdb','\x9f','\x2b','\x28','\xc6','\x20','\x06','\x03','\xdc','\xad','\xb8','\x9c','\x05','\x45','\x78','\x2d','\x9c','\x14','\x35','\x95','\x0f','\x27','\xcf','\xbf','\xf9','\xbe','\xde','\x69','\x53','\x5f','\xf0','\x5e','\x07','\xc7','\x9b','\xa2','\x93','\x9b','\x66','\x8f','\x51','\x5a','\x2f','\x2d','\x04','\xf1','\x56','\x19','\x5c','\x01','\x50','\x45','\xad','\x91','\x8b','\x6a','\x29','\x26','\x0c','\x95','\x6e','\x00','\xbb','\x75','\xfb','\x12','\x32','\x93','\x64','\x34','\xd1','\x5c','\x16','\x94','\xd2','\xbc','\x8d','\x16','\xe8','\x40','\x42','\x28','\x58','\xa5','\x22','\x08','\x11','\x01','\xb0','\x33','\x21','\xe6','\xfe','\xdc','\x9a','\x28','\x01','\x8a','\x14','\x2d','\xe7','\x9a','\xc6','\xf5','\x95','\xcf','\x87','\x8e','\xab','\xd4','\x70','\xd2','\x44','\xd3','\xfd','\x41','\xd0','\xb5','\x33','\x4f','\x22','\xc3','\x95','\x7d','\xb5','\x35','\xd1','\x87','\xb4','\xfc','\xcc','\x3b','\x36','\x6a','\xc4','\x21','\x86','\xbb','\x06','\x25','\x31','\xd9','\x9c','\xb9','\x06','\x67','\x18','\x73','\x7f','\x70','\x56','\x07','\x4d','\xef','\xdb','\x34','\x79','\xbd','\x04','\xb7','\xfc','\xf8','\xd9','\x21','\x7b','\x89','\xa0','\xc7','\xbf','\x02','\xaf','\x66','\xfe','\x80','\x0c','\x9f','\xa5','\xb9','\xbf','\x6b','\xd8','\x1e','\x45','\x06','\xef','\x31','\x17','\xf7','\x96','\x39','\x43','\xbc','\x13','\x3e','\xea','\xbe','\xa2','\xe6','\x95','\x1e','\xbe','\xfe','\xb1','\x52','\xf8','\x4d','\xf8','\x3a','\x2d','\x79','\x01','\x98','\xb2','\x66','\xdc','\x0c','\x47','\x83','\xcf','\xc6','\x17','\x70','\x47','\x4b','\x99','\x19','\xf5','\x20','\xc8','\x93','\x0b','\x40','\xad','\xb5','\x9d','\xc0','\x63','\x84','\x79','\x67','\x91','\xfa','\xe8','\x51','\xfd','\xa5','\x67','\xf1','\x18','\x3a','\x86','\xcb','\x28','\x76','\xc2','\xa7','\xb9','\xdb','\xf6','\x4c','\x68','\x7e','\x52','\x3e','\x84','\x66','\xe7','\x28','\x12','\x93','\xfa','\x11','\xf0','\x59','\xda','\x8b','\x5d','\xbd','\xb4','\x93','\x12','\xde','\xb3','\x69','\xa7','\x65','\x77','\x34','\x6c','\xcf','\x4a','\xe7','\x67','\xee','\xe1','\x07','\xa7','\xd7','\xe9','\xf6','\x33','\xb6','\x9c','\xb2','\xf8','\x60','\xeb','\xe7','\x3f','\x7f','\xfe','\x07','\xdf','\xbf','\x7f','\xc7','\xf6','\x6c','\x91','\x51','\x78','\xb7','\xc7','\xc3','\xe5','\xec','\x0d','\x36','\x9f','\xae','\xeb','\x32','\x08','\xf8','\x76','\x73','\xac','\xc2','\x99','\x57','\x0e','\x1c','\x18','\xc8','\xcb','\x84','\x20','\xf6','\xc4','\x88','\xa0','\xb0','\x02','\x09','\x53','\xbb','\xaf','\xbe','\xfb','\x3d','\x6a','\xde','\x6e','\x20','\xd5','\x4f','\x5b','\xe7','\xbf','\xe1','\x55','\xd0','\xb1','\x9e','\x03','\xf7','\xe9','\x07','\xea','\x41','\x62','\x4d','\xd0','\x44','\xd2','\x0d','\x8c','\xc6','\xcd','\x53','\xf3','\x58','\xbe','\x9e','\xb6','\x14','\x2c','\x8d','\x50','\x16','\x74','\x2e','\x66','\x52','\xfe','\x71','\xe5','\xa7','\x72','\xc4','\xb8','\xee','\x55','\x08','\x62','\x88','\xfb','\x9b','\x94','\x51','\xc0','\x44','\x58','\xf5','\x4c','\x10','\xa8','\x22','\x2f','\x48','\x66','\x68','\x48','\x78','\xd5','\x78','\x6a','\x7e','\x2c','\xdd','\x16','\x12','\x72','\xdb','\xda','\xa2','\x8c','\x71','\x78','\x87','\xf4','\x0c','\xf0','\xd7','\x5b','\xe6','\x22','\xbc','\x19','\xed','\x0b','\x77','\x6f','\x98','\x26','\x03','\x9f','\x9e','\x24','\x94','\xbd','\x29','\x00','\x12','\x19','\xcf','\x17','\x90','\x43','\xfe','\xbf','\xae','\xbd','\x22','\xd0','\xb0','\x0b','\x33','\xee','\x0e','\x47','\x9a','\x14','\xd6','\x2a','\x4d','\xd5','\x9b','\x8b','\x9c','\xa5','\x1e','\x90','\x26','\x89','\x20','\xc4','\xb6','\x4e','\x12','\xa5','\x78','\x7d','\x2b','\xff','\x66','\xf0','\x75','\x37','\xc8','\x6f','\x18','\x81','\x25','\xff','\xdb','\x18','\xcc','\xed','\x7a','\xbd','\xee','\xe4','\x1b','\xe0','\x46','\x1e','\xa0','\x5b','\x15','\x25','\x1e','\xe6','\xfd','\xe0','\xb0','\xec','\xbf','\xc3','\x6a','\x0c','\x49','\x55','\x10','\x95','\x7c','\x0b','\x9e','\xeb','\x58','\x6d','\xe1','\x89','\x29','\x2d','\x31','\x1c','\x4f','\x1e','\x7f','\xcf','\x79','\x99','\x30','\xf1','\x8f','\xbe','\x7b','\x08','\xa7','\x08','\x87','\x6e','\x3d','\x70','\x5f','\xdd','\x5e','\xc4','\x83','\x65','\x9c','\x09','\x04','\xd9','\xb2','\x30','\xd6','\x87','\xd0','\xca','\xcd','\x9b','\x65','\x02','\xed','\xac','\xce','\xbe','\xac','\x29','\x91','\x9a','\x2c','\x95','\x6c','\x06','\x76','\xe1','\x4b','\x14','\xc8','\xe0','\x2a','\xc1','\x04','\x66','\x15','\xba','\x90','\x9d','\xef','\x75','\x5a','\x56','\xeb','\x67','\xff','\x32','\x0f','\xdf','\xfc','\xb7','\x4b','\xef','\x13','\xa1','\x70','\x10','\x5c','\xf3','\x8b','\xa3','\xf6','\xcd','\x5d','\x3f','\x94','\x60','\x7b','\xe2','\x5f','\x12','\x77','\x18','\x14','\x3d','\x40','\x3c','\x8e','\xf3','\x6e','\xce','\x95','\x21','\xe9','\x79','\x14','\x84','\xe9','\x88','\xfa','\x49','\xd4','\xc3','\xb1','\xfa','\x6a','\x9c','\x01','\x79','\xed','\xfe','\xf2','\xfa','\xef','\xd4','\x70','\xbd','\x11','\x3c','\xbc','\x7b','\x7e','\x05','\x54','\x3b','\x6c','\x06','\x1e','\x35','\x87','\xdd','\x7a','\x56','\xa1','\x3b','\xbb','\xc6','\x91','\x10','\xca','\x62','\x11','\xb6','\x60','\x0c','\x37','\xa3','\xd5','\xa6','\xc2','\x36','\x61','\x69','\xac','\xc1','\x06','\xd4','\x0a','\x5f','\xf6','\x6b','\xba','\xab','\x54','\x2d','\x92','\xd3','\x65','\x3e','\x28','\x1d','\x7c','\x2f','\x14','\x80','\xdc','\x12','\x44','\xb0','\x04','\xaa','\xf2','\xf0','\xa2','\xb8','\x5e','\x93','\x9e','\x36','\x5b','\x93','\x1a','\x4a','\x99','\xd2','\xf9','\x98','\xa6','\x0c','\xaf','\x5a','\x7f','\xa9','\xe8','\xd2','\xb6','\xfa','\x00','\x84','\x8b','\x8f','\x9d','\x3e','\xb1','\xbd','\x2d','\x7b','\xe0','\xd3','\x5c','\xaa','\xa7','\x10','\x1b','\x96','\xc8','\x12','\x2a','\x93','\x06','\x86','\x68','\xe7','\xe4','\xae','\x3f','\x48','\xd4','\x15','\x77','\xf6','\xe2','\x2d','\x92','\x6a','\xf6','\xe1','\x63','\x2b','\x63','\x7c','\xb1','\x33','\x3a','\xd6','\x9e','\x53','\xfe','\xe9','\x0e','\x3c','\x60','\xc2','\x90','\x77','\x43','\x71','\xb3','\x44','\x92','\x43','\x12','\x10','\xb5','\x15','\x85','\x02','\xc5','\x99','\x95','\x8a','\x20','\xe1','\x40','\x4d','\x89','\x48','\x52','\xd0','\x0e','\x65','\xce','\x9a','\xfa','\xd5','\x05','\x83','\xb3','\x05','\xf1','\x08','\x9e','\x9d','\x3c','\x17','\xec','\xc3','\xe4','\xe6','\x48','\x3b','\x8f','\x8a','\xb5','\x29','\xc8','\xfb','\xf1','\x76','\xd5','\x77','\xc1','\x57','\xda','\xb5','\xaf','\x82','\x34','\x4f','\x89','\x7c','\xf7','\x90','\xc6','\x91','\x19','\xbb','\xf3','\x3f','\x36','\x47','\xcb','\xb2','\xec','\x8a','\xef','\x82','\x20','\x8c','\x02','\xd0','\xec','\x85','\xdf','\xf0','\x96','\x90','\x18','\xe6','\xd9','\x4a','\xe7','\xdd','\xa3','\xc8','\xa8','\x48','\x10','\x60','\x8a','\x00','\x77','\xf4','\xee','\x7b','\x40','\xda','\xb8','\x8f','\xc1','\x0d','\xaa','\x73','\x0f','\x77','\x39','\x52','\x8e','\xb3','\x86','\xec','\x6e','\xd1','\xec','\xe3','\x6e','\x38','\x91','\x61','\xf6','\x82','\x8f','\x6b','\x2a','\x0f','\x1e','\xe4','\xee','\xa3','\x7b','\xed','\xbc','\xf0','\x83','\xfa','\x13','\x0d','\x2b','\x8b','\xb8','\xba','\x55','\xcd','\x1c','\xa8','\x71','\xad','\xf0','\xd7','\x5f','\x7f','\xe1','\x8f','\x7f','\xfd','\x40','\xad','\x2d','\x9d','\x19','\x53','\xc1','\x61','\xac','\x28','\x35','\x66','\xc6','\xc0','\xcd','\x9a','\x38','\x93','\xc3','\xad','\x6d','\xe3','\x99','\xc2','\xf1','\xbc','\x4f','\xcf','\x98','\x0d','\x05','\x17','\x43','\x64','\xec','\xb2','\x8a','\xb9','\xc3','\x50','\x63','\xb4','\xa2','\xde','\x40','\x3c','\x04','\x59','\x98','\x08','\x5d','\x51','\x40','\x28','\x1d','\x66','\xb7','\xef','\x61','\x40','\x72','\x13','\xdf','\x0c','\xee','\x21','\xce','\x6f','\xc5','\x7c','\x9c','\x11','\xeb','\xce','\xe4','\xff','\x01','\x92','\xd9','\x1b','\x82','\x9d','\x75','\x10','\x26','\xb0','\xdf','\xec','\x87','\x4c','\xad','\x2d','\x4f','\x3f','\x4b','\x01','\x57','\x2e','\x99','\xb0','\xdd','\xaa','\x0a','\x40','\xab','\x06','\x4a','\x58','\x28','\x29','\xaf','\xb4','\x98','\xc9','\x72','\xeb','\xf7','\xba','\x49','\x44','\xa4','\x6d','\x1d','\x55','\x07','\xb1','\x2e','\x8b','\x46','\x04','\x03','\x17','\xb9','\x4b','\x0d','\xe0','\x82','\x0a','\x08','\xe3','\x5a','\x43','\x10','\x8a','\xdc','\x40','\x83','\xeb','\x98','\xbd','\xee','\xe3','\x10','\x8c','\xb1','\xe5','\x08','\x8a','\xa8','\x8c','\x43','\xfb','\xef','\x64','\xe6','\xde','\x12','\x46','\xa1','\xcb','\x3d','\x61','\xc0','\xde','\x4e','\x69','\x1a','\xf9','\x1e','\xff','\x0c','\xe8','\xc6','\x6e','\x86','\x67','\x12','\x38','\x9a','\x51','\x2e','\x4d','\xdc','\xd0','\x74','\x35','\x74','\xca','\x16','\xff','\xd3','\x2f','\xcc','\xc9','\xd7','\xfc','\xce','\x18','\xf8','\xc8','\x52','\x44','\x49','\x95','\x1c','\xae','\x79','\xb1','\x04','\x44','\x60','\x66','\x59','\x1b','\xa4','\xfd','\xb1','\x05','\x60','\xcd','\xc8','\x4a','\xae','\x5f','\x9a','\xa9','\x1e','\xc7','\xed','\xad','\x3a','\xf3','\x6b','\xa1','\xc5','\xbf','\x0d','\xcc','\xc8','\x9f','\x09','\x41','\xa5','\x2c','\x3b','\x1c','\xb2','\xae','\xeb','\x4e','\x30','\x02','\x06','\x0b','\x90','\xfd','\x1f','\x7d','\xd2','\x7b','\x0d','\x43','\x6a','\xc0','\x7b','\x6b','\x87','\xee','\x2e','\x7e','\x22','\x12','\x3e','\x5e','\xc8','\x87','\x83','\xe2','\xa8','\x68','\x6e','\xd2','\xce','\xed','\x1e','\xd4','\xa7','\xf3','\x5c','\x70','\x6b','\xfb','\xf3','\x3f','\xef','\x0d','\x2f','\x14','\x1c','\xe6','\x2f','\x1c','\x68','\x4f','\x5e','\x56','\xc3','\x50','\x4e','\xbc','\xff','\x96','\xf8','\xe9','\xae','\xf0','\x95','\x34','\x7c','\xce','\x1a','\x32','\x65','\x88','\x5e','\x26','\xfc','\x10','\x00','\x14','\x09','\x7b','\x6b','\xc1','\x0e','\xd6','\x55','\x33','\xdd','\x6f','\x15','\xad','\xca','\x70','\xfc','\xf9','\xd7','\x9f','\xf8','\x7f','\xfe','\xf7','\xff','\x1a','\x9b','\x30','\x25','\xde','\x1d','\xdf','\xc3','\x71','\xa0','\x36','\x8b','\xd9','\xf7','\x2b','\xd0','\x48','\x11','\x53','\xff','\xce','\xc8','\x5b','\x79','\x24','\xba','\x44','\x80','\xed','\x29','\x67','\x32','\x93','\x8f','\x35','\x33','\x44','\xcb','\x4d','\x72','\x78','\xbd','\x67','\x70','\x87','\x01','\x9d','\x10','\xc0','\xd1','\x4a','\x10','\x42','\x4f','\x08','\x59','\x83','\x7a','\x3e','\xf6','\xa2','\x3f','\x90','\x7b','\xe3','\xcd','\x3f','\xaf','\x3b','\xb5','\xe1','\xf4','\xde','\xd9','\xbb','\x2f','\x80','\xc3','\xa2','\x8e','\x94','\x04','\x93','\xdf','\x9f','\x82','\x4d','\xef','\x91','\x34','\x0f','\x50','\xfe','\x4e','\xbe','\x4d','\xfc','\x72','\xc7','\xda','\x25','\x21','\xdc','\xc5','\x03','\x3d','\x47','\x63','\xb9','\xb2','\x1a','\x33','\x50','\xc5','\x12','\x54','\x58','\x92','\x9a','\x96','\x26','\x6e','\x6b','\x40','\x1c','\x4e','\xef','\x82','\x25','\xe4','\xaa','\x77','\x92','\xfd','\x30','\x9a','\x3c','\xfc','\xb0','\xf5','\x4e','\xd2','\x16','\x91','\x61','\x4a','\x3c','\xd7','\xd4','\x42','\xa4','\xbf','\x25','\x28','\xc2','\x3e','\x3d','\xab','\x28','\x0a','\xa4','\xad','\x34','\xee','\x3a','\x93','\xab','\x74','\x2d','\x4e','\x2d','\x3e','\xfb','\x01','\x7b','\x17','\x18','\xb7','\x58','\xbe','\x06','\x15','\x44','\x8d','\xd9','\xb7','\x39','\x99','\xb5','\xeb','\x64','\x84','\x5f','\xd8','\xb0','\xb3','\xb2','\x6c','\xe0','\x12','\x6e','\x9c','\x79','\x02','\xd8','\x65','\xc3','\x69','\x24','\x42','\x90','\x4d','\x73','\xe0','\xd5','\x59','\x2d','\xe7','\xc8','\x60','\x10','\x17','\xdd','\xad','\xcd','\xea','\x88','\x35','\x99','\x2d','\x43','\xd1','\x26','\xe1','\xf9','\xec','\x82','\xc7','\xa1','\xd3','\xc5','\x1f','\xa2','\xe7','\x78','\xb6','\xf2','\x14','\x37','\x7d','\xd0','\x9a','\x79','\x31','\xd8','\x5c','\x7c','\xba','\xf0','\x72','\xde','\x88','\x77','\x20','\x03','\x5f','\x0a','\xee','\xea','\xd7','\xa0','\x21','\x1d','\xf7','\x37','\xf9','\x1f','\x80','\x99','\xb0','\x96','\xa5','\x93','\x63','\x00','\x8d','\x68','\x7d','\xeb','\x0c','\x50','\x8e','\xa8','\x02','\x58','\xf6','\xd4','\x8e','\xe7','\x08','\xc6','\xe4','\x3d','\x17','\xf6','\xae','\xec','\xfb','\x10','\xc0','\x2f','\xb3','\x48','\x12','\xb2','\x19','\x05','\x1b','\x20','\x31','\x50','\x43','\x87','\x3a','\xd7','\x24','\x3d','\xf4','\x8a','\x99','\xf5','\x67','\x57','\x51','\x2a','\xf4','\x45','\xf3','\x76','\x8e','\xd8','\x77','\x30','\x32','\x8d','\xbb','\xb2','\x5c','\xf4','\x3b','\xaf','\x2f','\x33','\x95','\xf9','\xee','\xb0','\x90','\x83','\x27','\x9d','\xb4','\xef','\x9e','\x6a','\xee','\x81','\x33','\xa6','\xf6','\x9e','\x05','\x78','\x44','\x10','\x8e','\xe6','\x6e','\xc2','\xf4','\xed','\x8a','\x37','\xa2','\x4b','\x84','\x42','\xc0','\xb2','\x14','\xac','\x4f','\x0b','\xd6','\x75','\x41','\x59','\x49','\x5c','\x77','\x98','\xc1','\xad','\xe1','\x3f','\x7f','\xfe','\x07','\xff','\xfb','\xff','\xfb','\xff','\x78','\x22','\x54','\xd4','\x5e','\x9b','\x11','\xfb','\x7e','\x16','\xfa','\x13','\xae','\x05','\xf7','\x1c','\x3e','\x93','\xae','\x8c','\x5d','\x05','\xe2','\x59','\x8f','\xa2','\x35','\x2b','\x1c','\x08','\xed','\xe3','\xae','\xe4','\x78','\x5f','\xd5','\x96','\x1d','\xed','\x0a','\x54','\x34','\x12','\x92','\x51','\xbc','\x3a','\x6b','\x67','\xaa','\x89','\xfb','\xad','\x42','\x43','\xb9','\xa7','\xe4','\x8a','\xee','\x78','\x26','\x3d','\x77','\x97','\x30','\x7d','\x54','\x58','\xee','\x3c','\x1d','\xf7','\xb6','\xdf','\x0b','\xb3','\x82','\xfa','\xc5','\x7b','\x4b','\x1e','\xfb','\x74','\xb8','\x87','\x69','\x91','\x65','\x12','\xe3','\x7b','\xc8','\xdc','\x27','\x44','\xeb','\x1c','\x5f','\xbe','\x9d','\x18','\x45','\x3d','\x27','\x64','\x65','\xb4','\xca','\xe0','\x26','\xca','\x05','\x0b','\x2c','\x02','\x92','\x33','\x42','\xa2','\x71','\x2f','\xf0','\x16','\x24','\xfa','\x39','\x76','\x05','\x40','\x58','\x38','\xba','\xbe','\xd9','\xbb','\x1c','\x4c','\xaa','\xe6','\x36','\xc5','\xa2','\x9e','\x1a','\x1b','\x44','\x80','\x59','\x5a','\x57','\x6a','\xab','\xf9','\x97','\xfe','\x69','\x2c','\x11','\xca','\x6c','\x1b','\x41','\x5d','\xe2','\x4c','\xa0','\x40','\x72','\x97','\xfd','\x32','\x93','\xdd','\xf3','\x1e','\x46','\xeb','\xc0','\x22','\xe8','\x35','\x62','\x6f','\x3f','\xee','\x39','\x63','\xb3','\xc3','\xbd','\xf7','\xb4','\xe0','\xfc','\x21','\xc7','\x19','\x40','\xc2','\xf1','\x7b','\xfc','\x68','\x42','\x46','\xbe','\x13','\xe7','\x79','\x01','\x0b','\x9c','\x90','\xc5','\xd7','\x3d','\x65','\x30','\x21','\xe4','\x60','\x03','\x24','\x3a','\x11','\xed','\x32','\x77','\xcf','\xd4','\xde','\xe2','\x72','\x75','\x77','\xe6','\xd3','\x93','\xfe','\x66','\x5e','\x8f','\xf2','\xf8','\x46','\x7b','\xe6','\x58','\xfc','\xb8','\x4d','\x87','\xf0','\x51','\x6b','\xed','\x8d','\xeb','\xe9','\x28','\x02','\xe3','\x00','\xb7','\xde','\x07','\x5f','\x68','\xbb','\x7d','\x6d','\x08','\x53','\x70','\x7f','\x19','\x48','\xd1','\x5f','\x19','\xdb','\xe4','\xac','\xcf','\xcc','\xfa','\x03','\x24','\x01','\xa8','\xd6','\x8a','\x6d','\xdb','\x86','\xfa','\x78','\xfa','\xfb','\x9c','\xfd','\xf9','\x0d','\x37','\x61','\x14','\x6c','\x1e','\x7c','\x5d','\xe5','\x9e','\xe3','\x33','\x23','\x1f','\x01','\x9f','\xa8','\xe1','\xd9','\x8d','\xd7','\x91','\x80','\xf0','\x9a','\x0a','\x8e','\x84','\x9a','\x23','\x66','\xf4','\xa0','\x1c','\x02','\xc2','\x4a','\x97','\x9e','\x73','\xc6','\x64','\x84','\x89','\xe0','\x33','\x7b','\x44','\x88','\x97','\x26','\x3f','\x2c','\x84','\xf5','\x52','\xb0','\x5e','\x56','\x3c','\x7d','\x5b','\xb0','\x5e','\x16','\x00','\x8c','\xeb','\x33','\xb0','\x51','\xc3','\x7f','\xfe','\xf3','\x1f','\xfc','\xd7','\x7f','\xfd','\x2b','\x59','\x26','\x32','\xe3','\xd0','\x37','\xc2','\x92','\x28','\xda','\x18','\x24','\x11','\x65','\xee','\xef','\x7c','\x02','\xee','\x1a','\x42','\x90','\xf0','\xd7','\x49','\xb2','\xb0','\x5c','\x1e','\xe6','\xb6','\x17','\x67','\xd8','\x32','\xf5','\xb5','\xeb','\xa4','\xf5','\x6b','\xb3','\x48','\xdc','\x47','\x7c','\x0f','\x34','\x06','\x97','\x38','\xbb','\xf1','\xda','\xb3','\x39','\x23','\x03','\xf8','\x30','\x6d','\xcb','\x73','\xfd','\xe8','\xbb','\x8f','\xec','\x2b','\x9d','\x23','\x61','\xbe','\xf6','\x21','\x37','\x0e','\x45','\x9a','\xae','\x0e','\xf2','\xaf','\x67','\x32','\xfe','\xaf','\x06','\x34','\x08','\xda','\xe3','\x52','\x77','\xe1','\x62','\x27','\x34','\x8f','\xf4','\xcd','\x04','\x77','\xb9','\x44','\x0c','\x0f','\x22','\xd0','\xd4','\x62','\xd9','\x5a','\x0d','\x01','\xa8','\x69','\xee','\xa0','\xd2','\x5c','\xd9','\x70','\x82','\x1e','\xdc','\x55','\x2f','\x98','\x7c','\x3b','\xc7','\x96','\x5a','\x40','\x10','\x41','\x47','\xad','\x9c','\x62','\xb4','\x29','\x43','\x9f','\x18','\xf0','\x84','\xa8','\x2a','\xd4','\xa4','\xfe','\x32','\x03','\x5c','\x25','\x5a','\xa2','\x9f','\x95','\x33','\x45','\x94','\x32','\x0e','\x04','\xda','\xd1','\xfc','\x9b','\xf0','\x86','\x8b','\xe5','\x74','\x9f','\x25','\x06','\xbe','\x31','\xa3','\xa0','\x67','\xf4','\x3f','\x1a','\xbc','\xdb','\xf7','\x08','\xe4','\x3c','\x13','\x66','\xd0','\x75','\x38','\x14','\x2d','\xd9','\x02','\x33','\x0f','\x58','\xbd','\x3b','\x1b','\x79','\xa0','\x28','\xcc','\xd0','\xcc','\xab','\x07','\x90','\x70','\xe8','\x04','\xb0','\x9d','\x09','\xd2','\xf9','\x2f','\xe6','\x2e','\xea','\x42','\x51','\xf0','\x9c','\x6c','\xe7','\x26','\xc7','\xf5','\xfa','\x1b','\x5e','\x05','\x9e','\xbf','\xee','\x37','\xdc','\x07','\x47','\x3a','\xac','\x04','\x75','\xdb','\x0b','\x40','\xdb','\xb6','\xdd','\x76','\x81','\x1b','\xcf','\xfc','\xe4','\x50','\xcb','\x56','\x1b','\xbf','\x80','\xeb','\x1e','\xdb','\x38','\xe3','\xf1','\x78','\x76','\xf3','\xb0','\x84','\xf1','\xee','\xfc','\xfe','\x67','\x45','\xbb','\x3f','\xe3','\x61','\xba','\xb6','\xaa','\x66','\xaf','\x6f','\xbe','\x1d','\x5c','\x85','\x6b','\x16','\x3a','\xed','\x12','\x20','\x0c','\xac','\x45','\x7e','\x9b','\x4d','\x47','\x9a','\xaf','\xfd','\xb5','\x1b','\x8d','\x9e','\x3e','\x9b','\x90','\xe2','\xf8','\xcc','\xcc','\xda','\x93','\xac','\x09','\x37','\xf9','\xaf','\x69','\x53','\xee','\xa4','\xa6','\xf7','\x3c','\x76','\x3e','\x19','\x53','\x02','\x9e','\x89','\xc0','\xfe','\x20','\xfe','\xbe','\x52','\xde','\x2d','\xde','\x9e','\xf5','\x8c','\x21','\xe2','\xf8','\xbc','\x63','\x1b','\x8d','\x53','\xc2','\x5a','\x19','\xc3','\xf6','\xab','\x09','\x3e','\x8b','\x5a','\x7e','\x0a','\x96','\x8b','\xc6','\xc0','\xd7','\xf3','\x0b','\x8d','\x4d','\x70','\x11','\x0d','\x64','\xab','\x52','\x52','\x6b','\x7a','\xb0','\x3b','\xf7','\x39','\xe5','\x08','\xca','\x11','\x97','\xcc','\xc2','\x78','\xcc','\xc8','\xcd','\x18','\xc7','\xb8','\x47','\xa6','\x71','\xcc','\x32','\x90','\x67','\xb2','\x8f','\xb1','\x72','\x1e','\x90','\x87','\x62','\x28','\x7c','\xff','\xfd','\xc0','\xba','\xbd','\xa3','\x4c','\x60','\x6b','\x72','\x16','\x48','\x5c','\x00','\x27','\xd2','\xe6','\xa4','\x03','\x36','\x9e','\x1d','\xfb','\x70','\x24','\x5d','\xf7','\x2f','\x79','\xc6','\x70','\x3f','\x43','\x34','\x79','\x8c','\x30','\x0b','\xa0','\x3d','\xf6','\x6d','\x5e','\x4d','\xb7','\x6e','\xcf','\x90','\x3e','\x4d','\xbe','\x52','\xda','\x43','\xc3','\xf6','\xb4','\xb1','\x15','\x01','\x3a','\xee','\xdb','\x41','\xfd','\x8c','\xdf','\x79','\xc2','\xbc','\x8f','\x06','\xbc','\xe3','\x35','\x3c','\xb9','\xf3','\x42','\x74','\xdc','\xed','\xaa','\x33','\x62','\x92','\x2f','\x77','\xcf','\x4d','\x44','\xc1','\x91','\xb4','\xed','\x60','\x3f','\x21','\x9e','\x87','\xa5','\xf4','\x1d','\x67','\x06','\xaa','\xee','\x2b','\x2e','\x84','\x56','\x24','\xa0','\x10','\x2f','\xea','\xf6','\x79','\x1a','\x28','\x41','\xcb','\xa6','\x84','\x1f','\x52','\x94','\x36','\x63','\xf0','\xd9','\xfb','\x44','\x7e','\x24','\x88','\x0b','\x81','\x17','\x12','\xa1','\x87','\x65','\x2f','\x91','\xbb','\x82','\xea','\x8e','\x62','\x8e','\x79','\x85','\x86','\x8e','\x27','\x13','\x8f','\x95','\x29','\x26','\xef','\x9d','\xf7','\xe7','\x1e','\xe0','\xc3','\x1f','\xe7','\xc2','\xcc','\x4e','\x10','\xed','\xbe','\x0c','\x45','\x8e','\x6d','\x49','\x8c','\x3c','\x95','\x82','\xc2','\x8c','\xca','\x8c','\x84','\xc8','\x64','\x2c','\x29','\x7d','\x07','\xd4','\x6b','\x80','\x53','\xc1','\xa9','\xce','\xd9','\x7e','\xb4','\xaa','\x6e','\xe1','\x69','\x3a','\x58','\x97','\x5d','\x27','\x0e','\xea','\xd8','\x69','\x5a','\x14','\x5f','\x5a','\x9d','\x1a','\xd8','\xe2','\xb8','\xd0','\xdb','\x77','\xe6','\x5d','\x53','\x01','\xa6','\xf5','\x37','\xf2','\xd2','\xf1','\xe3','\x0f','\x86','\x28','\x0c','\xd7','\x71','\x3f','\x2f','\xcc','\x11','\xe4','\xe3','\x16','\x39','\x9e','\xce','\xe7','\x9d','\xa4','\x7e','\x5f','\xd0','\x1b','\xc1','\x84','\xfe','\xdf','\x73','\xef','\x60','\xc9','\xf4','\x17','\xf9','\xf8','\xb9','\x7b','\xba','\xf0','\x92','\xa1','\xf9','\x34','\x38','\x1b','\xc7','\x3b','\x5e','\x3b','\x83','\x23','\x16','\x8e','\xec','\xe2','\x0d','\x86','\xd2','\x5c','\x66','\x67','\x41','\xde','\xba','\x20','\x08','\xa3','\x00','\x64','\x2f','\x74','\xfc','\xf4','\xe7','\xc8','\x14','\x7f','\x3f','\x38','\x58','\x28','\xc6','\x38','\xd9','\x81','\xc5','\x91','\x3f','\x0a','\xcb','\xcf','\x07','\x4e','\xc4','\x28','\xfc','\xec','\x7e','\xfc','\xc2','\x30','\x43','\x6e','\x99','\x9f','\xbd','\x63','\x98','\xb3','\xb0','\x7a','\x08','\x2e','\xf4','\x24','\x31','\xe1','\x48','\x28','\x1b','\x5f','\x4d','\xb7','\x24','\x99','\x28','\xb0','\xac','\x22','\xf8','\x5c','\x92','\xf0','\x23','\x9a','\x67','\xf2','\xcc','\xf0','\xcc','\xc0','\x7f','\xfe','\xe7','\x3f','\xf8','\xfe','\xe3','\x7b','\x62','\x84','\x7b','\x26','\xc0','\xb7','\xf4','\x64','\x8e','\xdd','\xd7','\x9e','\x0f','\x18','\xf9','\x3b','\xc1','\xf2','\x56','\x65','\x7d','\x4a','\x68','\xaf','\x85','\x1b','\xb7','\xbc','\x14','\xce','\xf0','\xed','\xfc','\x36','\xe0','\x0c','\x4d','\x26','\x2e','\x9d','\x25','\xc8','\xdb','\x4b','\x21','\x98','\x80','\x63','\xaf','\x30','\x4d','\xa7','\xa8','\xc3','\xdd','\xf7','\x50','\xf2','\x7b','\x40','\xcb','\x31','\x2b','\xd7','\x43','\xef','\x79','\x63','\x30','\x48','\x86','\x71','\x3d','\xfa','\x17','\x82','\xa5','\x8f','\x41','\xeb','\x8b','\xe0','\xee','\x0f','\xa5','\xb5','\x80','\x8e','\xd9','\x71','\xe8','\xea','\x18','\xda','\xf5','\x56','\xe3','\xf3','\x19','\xf0','\xea','\x76','\xcb','\x64','\x50','\x6c','\x78','\x00','\xb1','\xee','\xc0','\xe2','\x59','\x4a','\x8d','\x25','\xb4','\x76','\x13','\x01','\xa5','\x2c','\x45','\xdd','\xe2','\xa2','\x01','\x9d','\x6b','\x97','\x41','\xc6','\xeb','\xf3','\xe5','\x9f','\xe6','\x4c','\x43','\x66','\x33','\x01','\x4b','\x01','\xa9','\xf5','\x87','\x17','\x42','\x23','\x48','\x80','\x04','\x65','\x72','\x7b','\xdd','\x94','\x04','\x72','\x60','\x75','\x79','\xa2','\x12','\x09','\x53','\x2d','\xb9','\x96','\x2c','\x95','\x4f','\x26','\xf4','\x27','\xd5','\x0b','\x1e','\x94','\x76','\x73','\x93','\x18','\x79','\xdd','\xb8','\xe1','\x63','\x96','\x68','\xd2','\x1f','\x3c','\x06','\x47','\x78','\x3f','\xd0','\x94','\x5f','\xf2','\xc7','\x07','\xd9','\xed','\xa1','\x72','\x87','\xdb','\x5e','\x55','\xa2','\x05','\x9e','\x54','\xdd','\x84','\x61','\xe6','\x4e','\x70','\x8f','\xb0','\xde','\xb2','\x00','\x3d','\xa2','\x9d','\x2e','\xe4','\x08','\xf7','\x7e','\x4b','\x62','\xfc','\x0d','\xbf','\xe1','\x8d','\x21','\xd8','\x65','\x00','\x7b','\x7a','\x66','\x11','\xae','\x67','\xd6','\xed','\xd3','\x30','\xd8','\x7d','\x32','\x21','\xa9','\xe9','\xad','\x65','\xa0','\xbf','\xe3','\x5e','\xb9','\x93','\xaf','\x35','\xf2','\x09','\x47','\xa5','\x03','\xb2','\xda','\x69','\xc7','\x92','\x36','\xcf','\xb5','\xe4','\xf6','\xff','\x3d','\x1a','\x8d','\x5d','\xb3','\x8e','\xb9','\x39','\x3a','\xc1','\xe0','\x38','\xeb','\xff','\x0d','\x78','\x21','\x25','\xeb','\xd6','\xae','\xab','\xaf','\xd0','\x11','\xf6','\x30','\x3f','\x0f','\x48','\x9b','\x8f','\xc5','\x4b','\x3b','\x07','\x73','\xd4','\xce','\xf1','\x96','\x33','\xfa','\xce','\xd4','\xc7','\xe3','\xbb','\x3a','\xd2','\x58','\xf7','\xd3','\xaa','\xee','\x09','\xa5','\x60','\x59','\x25','\x31','\xe3','\xe5','\x22','\xae','\x6e','\xff','\x7f','\xf6','\xde','\x6d','\xc1','\x71','\x1b','\x57','\x14','\x05','\x28','\xbb','\x3a','\x99','\xb5','\xff','\xff','\x43','\xcf','\x5e','\x7b','\x26','\xe9','\xb2','\x88','\xf3','\x40','\xdc','\x09','\xca','\xb2','\xcb','\x55','\x5d','\xc9','\x04','\x33','\xe9','\xb2','\x24','\x5e','\x40','\x12','\xc4','\x85','\x04','\xc1','\xed','\xd2','\x60','\xdb','\x5a','\xd8','\x5d','\x11','\x3c','\xff','\xfd','\xef','\x7f','\xc3','\xef','\xbf','\xff','\x0e','\x9d','\x23','\x45','\xc9','\x59','\x02','\xc5','\xd3','\x19','\x09','\xc2','\x45','\xc4','\x18','\x0a','\xee','\x35','\xee','\x40','\xa1','\xb3','\x3f','\x1c','\x76','\xab','\xa5','\x17','\x18','\xfe','\x3a','\xbc','\xcb','\x29','\x86','\xcf','\x70','\xd5','\xb1','\x7c','\xb6','\xfb','\x00','\x69','\x28','\xbc','\xb1','\x98','\x2d','\x01','\xf9','\x26','\xf7','\x5a','\x8c','\x02','\xbc','\xeb','\xcf','\x3c','\x4c','\xce','\x75','\x03','\x61','\x5a','\x5d','\x55','\x97','\x3d','\xaf','\x30','\x02','\x2b','\x01','\xc5','\xdc','\x34','\x9b','\x82','\xc4','\x8e','\x03','\x6f','\x49','\xaa','\x8b','\xdf','\xc2','\x08','\x92','\x10','\xba','\x90','\xc6','\x0d','\x8a','\x3a','\xb5','\x68','\x1d','\xe7','\x74','\x17','\x8d','\x18','\x81','\x9d','\x60','\xe7','\x3b','\x92','\xc0','\x8f','\x21','\x98','\xa1','\x04','\x18','\xf3','\x36','\x8e','\x4e','\x21','\x75','\x22','\x27','\x16','\xf2','\x98','\x5c','\xaf','\x7d','\x99','\x73','\xb3','\xec','\xf3','\xa7','\x31','\x77','\x37','\x4b','\x26','\x04','\x3e','\x43','\xf5','\x3d','\x9e','\xb7','\x32','\x1e','\xa2','\x54','\x12','\x01','\xec','\x44','\x40','\x24','\x6e','\x6a','\x7d','\x28','\xec','\x08','\xaa','\x54','\x0a','\xed','\x78','\xfe','\xe3','\x15','\xd4','\x50','\x3e','\x38','\x8a','\x77','\x08','\x88','\x11','\x34','\x4a','\x18','\xbb','\x21','\xc3','\x39','\x6c','\x18','\x31','\x9d','\x2f','\x0c','\x16','\x77','\x37','\xe2','\x39','\x32','\x2e','\x0a','\x1c','\xb8','\x34','\xa1','\xa5','\x26','\xe5','\x36','\x40','\x35','\x82','\x4e','\x77','\xcb','\x43','\x46','\xbe','\x37','\xfe','\x3c','\xad','\x84','\x32','\x8a','\x8e','\xae','\xf8','\x65','\x5c','\xa9','\x8a','\x3b','\x66','\x99','\x4e','\x4f','\xb5','\xe9','\x19','\x38','\x6a','\x3b','\x42','\x1c','\xe7','\x22','\x13','\xba','\x4f','\x21','\x5d','\x4e','\x4e','\x35','\xfd','\x55','\xfc','\x37','\x9c','\x7f','\x4b','\x55','\x56','\x5d','\x10','\xe6','\x2c','\x11','\xbb','\x5c','\x7a','\xc5','\xd2','\x16','\x95','\x84','\x2f','\x20','\x07','\x4c','\xa0','\x2e','\xd7','\xab','\x8e','\x0f','\x32','\x0f','\xa6','\xb2','\x1d','\x0e','\x25','\xd4','\xdd','\xf3','\x35','\xb0','\x9a','\x7c','\x0f','\x80','\xcf','\xaa','\x32','\xe8','\x81','\x7c','\x7f','\x49','\x5d','\xf8','\x91','\x7e','\xfb','\xe0','\xf8','\x1e','\x66','\x11','\x9d','\x0d','\x01','\xb6','\xcb','\x1c','\xf0','\xe0','\xed','\xed','\xad','\xd4','\xdb','\xc2','\x19','\xa0','\xf7','\xf7','\xf7','\x54','\x26','\x85','\xbf','\x26','\x50','\xff','\x92','\x43','\xf5','\x4b','\xa1','\x5e','\x43','\xc7','\xbb','\x29','\x44','\x21','\x11','\xfd','\x4f','\xee','\xfd','\x19','\x39','\xbe','\x6a','\x1f','\xc8','\x94','\xb1','\x47','\x8c','\x96','\xa8','\x24','\x67','\x43','\xea','\x15','\x78','\x55','\x15','\x57','\x06','\xca','\x81','\xc1','\x02','\xb3','\x62','\x11','\x3e','\xe4','\xd5','\x84','\x55','\x87','\x17','\xfa','\xaa','\x2a','\xf9','\x6c','\xfc','\x84','\xac','\x93','\x16','\x55','\x94','\xc9','\x9d','\xd6','\xb6','\x61','\xe4','\x5c','\xdc','\xae','\xcf','\x76','\x65','\xc3','\x27','\x5d','\xca','\xa8','\xee','\x1f','\x0e','\x07','\x29','\x5f','\x84','\xab','\x37','\xca','\x02','\x07','\x73','\x0a','\x05','\x69','\x40','\x94','\xc7','\x07','\xca','\x8a','\x4d','\x44','\xc3','\xfd','\x10','\xec','\x18','\x87','\x01','\x4d','\x3f','\xee','\x03','\x02','\xa8','\xd1','\xd3','\xbb','\xb8','\x27','\x61','\x59','\xfd','\x4b','\xc0','\x4b','\x2b','\xb4','\xb6','\x1a','\x1d','\x25','\x97','\x3a','\x49','\x5e','\x34','\x69','\x78','\x96','\x9c','\xd8','\x5d','\x13','\xe5','\xc7','\x19','\x30','\x62','\xec','\x88','\xfb','\xdf','\xd8','\xf5','\xe3','\xbf','\xdd','\xc6','\xaf','\x32','\x06','\xfd','\xe5','\x89','\x63','\xd7','\x50','\x0c','\x6c','\xd4','\xf3','\x5a','\xaa','\xe4','\x38','\x34','\xaa','\x51','\x79','\x65','\xdf','\x1e','\x8d','\x7a','\x5d','\xcf','\x9a','\xa3','\xbe','\x8e','\x2f','\x56','\x5a','\x74','\x7a','\x56','\x57','\x41','\x31','\x34','\x06','\x8d','\x8f','\xa0','\x42','\xe3','\xe2','\xd1','\xd6','\x1a','\xbb','\xc6','\xb1','\x4b','\x28','\x07','\x34','\x20','\xcb','\x16','\x69','\x0a','\xc0','\x22','\xb3','\x15','\xe8','\xd8','\x18','\x0e','\x37','\x3b','\x20','\x18','\xc1','\x11','\x68','\x68','\xad','\x5d','\x0d','\x8a','\xc8','\x85','\xc9','\xd7','\xa9','\xbb','\xa7','\xc3','\xd5','\x4a','\x8c','\x22','\xc4','\x66','\x2e','\xd6','\x00','\x51','\x99','\x5d','\x74','\xec','\xbd','\x29','\xbb','\xd8','\x64','\x8c','\xd8','\x51','\xa6','\xd3','\xd4','\x66','\x18','\x52','\x32','\xf3','\xb1','\xe9','\xac','\xb2','\x2f','\x38','\xdb','\x12','\x2f','\x96','\x3b','\x0f','\x71','\xc8','\x3c','\x90','\x07','\x06','\x49','\x26','\x3b','\xf9','\x71','\xde','\x3d','\xd1','\x12','\x06','\x1b','\xd1','\xbf','\x09','\x88','\x53','\xec','\x2b','\xf1','\x87','\xd3','\x41','\x31','\x39','\xa1','\xe3','\x82','\x1c','\xca','\x1b','\xad','\x30','\xb9','\x97','\x88','\xf2','\x5c','\x81','\x7a','\xcc','\x9f','\x82','\x7b','\x4c','\xe9','\x23','\xf0','\x64','\x79','\x8f','\x92','\x55','\x65','\xc8','\xbe','\x02','\xbe','\x4c','\x33','\xff','\x68','\x45','\x2f','\x30','\x38','\x57','\xe5','\xe6','\x0b','\x4f','\x11','\xb1','\xbc','\x04','\x15','\xa0','\x88','\x02','\xe7','\xa1','\x8c','\x9c','\x70','\x78','\xb5','\xf5','\x3f','\xb0','\x82','\x5a','\xf9','\xbf','\x43','\x05','\x18','\xff','\xfa','\x55','\x5e','\x59','\xa8','\xf9','\x54','\x40','\x5e','\xef','\x39','\x4d','\xa4','\x78','\xf0','\x74','\xe6','\xc3','\xc7','\xc0','\xbb','\x05','\x2d','\xab','\x2b','\x56','\x01','\x26','\xbd','\x06','\x2b','\x01','\x51','\x15','\x56','\x16','\x07','\x00','\x26','\x98','\x65','\xd5','\x75','\x69','\xfc','\x24','\x43','\xcc','\x53','\x04','\xf2','\x85','\x8b','\xfe','\x8c','\xcf','\xe5','\xba','\xc1','\xb6','\x35','\x68','\x1b','\xea','\xea','\x6d','\x14','\x76','\xe3','\xfd','\x9f','\x7f','\xfc','\x09','\xbf','\xff','\xf8','\x0d','\xfe','\xf8','\xe3','\x16','\x56','\xf7','\x34','\xa4','\xaf','\xbf','\x40','\xd7','\x37','\x06','\x07','\x7d','\x61','\x6b','\xa3','\xe4','\xdd','\x97','\x3d','\xa3','\x7f','\x08','\x7c','\xc8','\x3c','\x9f','\xfd','\x91','\xfe','\x51','\x9c','\x92','\x96','\x92','\xed','\xb2','\x59','\x90','\xda','\xc1','\x51','\xd5','\x1d','\xb5','\x6d','\xe3','\x32','\x48','\xb9','\xfd','\x3c','\x20','\xfe','\x04','\x38','\xbd','\xf4','\x10','\x34','\xcd','\xb0','\xbf','\x1e','\xab','\xd2','\x2b','\x3b','\x08','\x81','\xa8','\xb4','\xfe','\x66','\x66','\xd2','\x30','\x72','\xec','\xbf','\xfd','\xd6','\xc7','\xbd','\x4e','\xae','\x6f','\x07','\x8f','\x98','\x79','\xb5','\x7f','\xdc','\xda','\xd8','\x55','\x6c','\xaa','\x98','\x4b','\xb8','\xf2','\xe1','\xb6','\x35','\x2e','\xfb','\x04','\x35','\xd0','\xce','\x08','\xed','\xf0','\xfd','\xd5','\x52','\xfe','\x93','\xf8','\xc6','\x73','\xc0','\x67','\xe5','\xdc','\x45','\xa7','\x6a','\x94','\x00','\xd8','\x6e','\x26','\x9f','\xb3','\xeb','\x7d','\x87','\x86','\x08','\xb4','\x59','\x7f','\xdb','\x42','\x05','\xba','\x7f','\x0d','\xcc','\x50','\x09','\xd5','\x06','\xab','\x1b','\xc7','\x81','\x1e','\x40','\x80','\x71','\x89','\x6b','\x43','\x9d','\x03','\xbe','\x20','\x33','\x86','\xd9','\x40','\x97','\x5d','\xa1','\x0e','\xd0','\x39','\xad','\xd2','\x00','\x00','\x00','\xa2','\x1a','\xd4','\x91','\x2f','\x25','\xa3','\x3a','\x1b','\x18','\x2b','\x38','\xab','\xb8','\x47','\x7d','\xda','\xda','\xec','\xea','\x97','\x74','\x62','\xa4','\x85','\x6e','\x59','\xc0','\xc3','\xa4','\x78','\x22','\xf1','\x29','\xe3','\x87','\xa6','\x1f','\x0f','\xd5','\x31','\x01','\xc2','\xb8','\xbf','\xe7','\x81','\x02','\x96','\x6c','\x50','\xd8','\x03','\xc2','\x14','\xe2','\x1a','\xc9','\x96','\x66','\x88','\x8d','\x20','\xa6','\x98','\x68','\xa8','\x3a','\x5a','\xd0','\x1d','\x6f','\x00','\xbd','\x94','\xd7','\xd9','\x79','\xa7','\xda','\xf6','\x0f','\xfc','\x4d','\xe1','\x0b','\x6c','\x06','\xa9','\xa2','\xb2','\x63','\x4e','\x05','\x41','\xa8','\x0e','\x09','\xf9','\xd2','\x5f','\x65','\xf4','\x3d','\xfe','\xf1','\xaf','\x0c','\x81','\x7b','\x17','\x86','\x10','\x3a','\x4e','\x6a','\x2c','\xd5','\x2b','\x1e','\xa6','\xed','\x79','\xa5','\xf5','\xac','\xe4','\x79','\x1e','\x6d','\x11','\x94','\x1f','\x39','\xff','\xe1','\xcb','\x7b','\x45','\x01','\x0f','\x9d','\xa7','\x78','\xb4','\xf4','\xe4','\xa3','\x7f','\x2a','\x5f','\x5a','\xfd','\x9a','\x76','\x7d','\x2a','\x05','\xc6','\xfd','\xcd','\x8b','\x70','\x00','\x23','\x84','\xee','\xb6','\x21','\x6c','\xd7','\x06','\xd7','\xb7','\x0d','\x2e','\xd7','\x0b','\x5c','\xae','\x6c','\xf4','\x48','\x64','\x29','\xd1','\xef','\x69','\x28','\xba','\xde','\x50','\xfd','\xf3','\xe7','\x4f','\xf8','\xf1','\xdb','\x0f','\xf8','\xe3','\xff','\xbd','\x4f','\x02','\xc8','\x5c','\x27','\x9d','\xf5','\xa3','\xb8','\x0c','\x85','\xa7','\x61','\x03','\x7f','\xb8','\x75','\xc6','\x94','\xc2','\x1b','\x79','\xb2','\x67','\x47','\x9b','\xec','\xf2','\x13','\x02','\x25','\x04','\xc3','\x8b','\x66','\x52','\x26','\x0a','\x53','\x22','\x08','\xfb','\x03','\xdb','\x54','\x0a','\x97','\xeb','\x09','\x81','\x90','\x2f','\x4f','\x79','\x1e','\x54','\xe8','\xbb','\xf6','\x1d','\xb9','\x97','\xd8','\x30','\x88','\xf1','\x40','\xfe','\x65','\x79','\xee','\x23','\xb0','\x08','\x74','\xfd','\xa4','\xef','\x9c','\x81','\x4c','\x04','\xfb','\xde','\x61','\xbf','\x11','\xec','\xb7','\x1d','\xfa','\xce','\x46','\xd0','\xde','\x5d','\x3f','\xd2','\x6c','\x4d','\x17','\xfc','\x9b','\x76','\x02','\x6c','\x5d','\x77','\x82','\xc4','\x35','\xae','\x35','\x84','\xed','\xb2','\xc1','\x65','\x6b','\xd0','\x2e','\x3e','\x88','\x85','\xe3','\x04','\x49','\xab','\x0a','\xe3','\xe9','\x3f','\x60','\x31','\xbe','\x0f','\x42','\xa8','\xb3','\xd2','\xe2','\x62','\xaa','\x0f','\x81','\x29','\xca','\x35','\xd2','\xb9','\x0d','\x12','\x3c','\x60','\x32','\x5c','\x89','\xa3','\xc4','\x89','\x21','\x44','\x04','\x1d','\x01','\x08','\xfa','\xb8','\x47','\x48','\x8c','\x4b','\x74','\x46','\x66','\xf3','\xf5','\x17','\xb4','\xe2','\x91','\x48','\xf3','\xba','\xc1','\x30','\x7e','\x90','\xff','\x1b','\x07','\x81','\xc8','\xc6','\x5d','\xbb','\x29','\x1a','\x5b','\xe3','\x4c','\x10','\x97','\x87','\xc8','\x1e','\xab','\x08','\xb0','\x01','\x40','\xe7','\x73','\xf2','\x21','\x28','\x83','\x0b','\x97','\xe0','\xc6','\xc3','\xca','\x5b','\xa3','\x5c','\x8d','\x50','\x65','\xf4','\xa9','\x7d','\x87','\x8b','\x6f','\xe0','\x12','\x49','\x3a','\xb6','\xc6','\x5e','\x6d','\x73','\x9f','\x82','\x53','\x96','\x90','\xf0','\x80','\x8f','\x4d','\x86','\x61','\x74','\x8b','\xc1','\x22','\xbc','\xe2','\x31','\x43','\x28','\xf2','\xef','\x21','\x48','\xea','\x58','\x0b','\x3e','\x2c','\x37','\xcb','\x03','\x6f','\xb4','\xaf','\xaa','\x55','\x9a','\x30','\xc6','\x25','\xb2','\xea','\xef','\x06','\x5e','\x06','\x4e','\xba','\xdd','\x9d','\xe6','\xbe','\x52','\x95','\xf9','\x94','\x9e','\x7d','\x15','\x6b','\x3d','\x42','\xee','\x44','\x1d','\x55','\xf6','\x72','\xb1','\x48','\x7e','\x33','\xbf','\xd5','\xb4','\xea','\xf6','\x3f','\x57','\xa2','\x06','\xd0','\xb8','\xcb','\x20','\x6a','\x0b','\xa5','\x41','\xf4','\xf7','\xa3','\xe1','\xaf','\x03','\x3f','\x4b','\xbc','\x81','\xb3','\x9c','\x45','\xfc','\xda','\x2b','\xd3','\x51','\x3c','\x7f','\x0e','\x24','\x43','\xed','\xe1','\x79','\xf0','\x19','\x46','\xca','\x0b','\xcb','\x9c','\x8f','\x03','\x3d','\x6e','\xf8','\xe4','\xb4','\x66','\x53','\xa4','\x5d','\x9f','\xc5','\xec','\x4d','\x0b','\x68','\x5a','\xde','\x38','\xe7','\x33','\xce','\xf8','\x5c','\x7f','\x6c','\x70','\x7d','\x1b','\xc1','\x49','\x44','\x61','\x0a','\x20','\xc6','\x96','\x2b','\xf3','\xcf','\x9f','\x3f','\xe1','\x7a','\x7d','\x83','\x9f','\x7f','\xde','\xd8','\x85','\x65','\x10','\x55','\xb8','\xe8','\x18','\x59','\x7b','\x4a','\xe5','\xf5','\x4e','\xb0','\xb5','\xa6','\x8a','\xc6','\x87','\x69','\x4c','\x68','\x5c','\x3b','\x3c','\x09','\xc2','\xac','\x94','\x93','\xa3','\x6d','\xf9','\xe6','\x8d','\x03','\x79','\x94','\x1f','\xaa','\x29','\x8e','\x67','\x09','\x80','\x40','\x7d','\x1c','\xf2','\x16','\x85','\xb2','\x04','\x16','\xe6','\x59','\x4e','\xe5','\x71','\x91','\xef','\x16','\xa6','\xf6','\x71','\x42','\x3c','\xa5','\x1f','\x15','\xe0','\xf3','\xc8','\x6a','\xbc','\xec','\xf6','\xdc','\xde','\xc7','\x5f','\x71','\x7f','\xcb','\x06','\x88','\x2a','\x91','\x65','\x69','\x92','\x92','\x80','\x38','\x24','\x6e','\x97','\x0b','\x34','\x99','\x46','\x7a','\x07','\xe8','\x17','\x82','\x0b','\x0d','\xc3','\x7b','\xdb','\x9a','\xde','\x1f','\x12','\x8a','\x73','\x76','\xe9','\xdf','\x45','\x34','\x68','\x5b','\x0a','\xa3','\x71','\x99','\x01','\x7c','\x97','\x8c','\x30','\xd3','\x28','\x34','\xc8','\x74','\x09','\x00','\xba','\x33','\x47','\x24','\x01','\x08','\xd8','\x85','\x0d','\x81','\x57','\xcd','\xb9','\x0c','\x61','\x28','\x05','\xc4','\xb9','\xe9','\x06','\x80','\x0d','\x2a','\xa7','\x77','\x72','\x5d','\x5e','\xe1','\xe5','\x77','\x10','\x0a','\x89','\xbc','\x0b','\x2d','\x5d','\xdd','\x5e','\x1f','\x3e','\x39','\x96','\x81','\x6e','\x2b','\x61','\x32','\xb8','\x73','\x31','\x75','\xe9','\xb1','\xbc','\x94','\x58','\x94','\x76','\xbd','\x57','\xac','\x91','\x19','\x7b','\x2e','\xe9','\xb7','\xa1','\xc5','\x0f','\x22','\x53','\xf1','\x26','\x31','\x82','\x3e','\xda','\xc8','\x30','\x84','\x0b','\x21','\x9f','\x77','\xe7','\x47','\x92','\x14','\x9e','\x5b','\x98','\xf2','\x91','\x95','\xfb','\x6d','\x06','\xe4','\x1f','\xf8','\xbb','\x43','\xab','\x0c','\x9d','\xcb','\xe5','\x71','\x03','\x08','\xe0','\xfc','\xea','\xc2','\x48','\xfb','\x04','\xbc','\x74','\x62','\x7c','\xc7','\x59','\xe6','\x38','\x0b','\xce','\x3f','\x3d','\xc3','\x50','\x15','\xcb','\xe9','\x8c','\xca','\x7f','\x48','\x84','\x22','\xbf','\x7c','\x75','\x53','\x71','\xfe','\xf9','\xe8','\xbd','\x2f','\xb9','\x9c','\xa7','\x51','\xf9','\xac','\x6d','\x1e','\x88','\x46','\x0b','\x66','\xc6','\x7c','\xb2','\xda','\xf9','\x8e','\x11','\xef','\x8f','\x0e','\x00','\x44','\x93','\xee','\x52','\x1f','\x82','\xb7','\xfa','\xb1','\x49','\x58','\xeb','\x61','\xf4','\x5c','\xdf','\x86','\xdb','\xdb','\xb6','\x35','\xa5','\x89','\x88','\xa8','\x45','\xec','\xc9','\x38','\x91','\x9e','\x05','\x21','\xd1','\x4a','\xd4','\xed','\xa6','\x35','\x1c','\x91','\xaa','\xd8','\x30','\x41','\xb4','\xa8','\x61','\xdc','\x1a','\xb3','\xe6','\x44','\x55','\xe2','\x83','\x03','\xb3','\x6b','\x97','\x27','\xd2','\x24','\xfd','\x3c','\xad','\x7b','\x29','\x5b','\x59','\x56','\x4e','\xd3','\x71','\xb6','\x51','\x58','\x30','\x05','\x80','\x61','\xd4','\xa4','\x43','\x58','\x92','\x4e','\xd7','\xa6','\xd3','\xaa','\x25','\x88','\x52','\xe9','\xd1','\x23','\x19','\x7b','\x0d','\xc3','\x00','\x29','\x4b','\x85','\x9a','\xeb','\x21','\x84','\x3c','\x87','\xe3','\xf0','\xb8','\xb1','\x90','\x55','\xda','\xb5','\x2e','\x59','\xb6','\x47','\x77','\x16','\x69','\xb8','\x21','\xee','\x3b','\xc1','\x6d','\xef','\xb0','\xbf','\x77','\xe8','\xbb','\xb9','\xbc','\xf5','\x85','\x96','\x89','\xc1','\x5a','\x74','\xf5','\x4d','\x08','\xd8','\x4b','\x02','\x00','\xe8','\x83','\xae','\xe0','\xb6','\x0f','\xc5','\xb9','\x13','\x6c','\x97','\x06','\x40','\x00','\xed','\xd2','\x46','\x58','\x67','\x94','\x50','\xe9','\x90','\xc6','\xad','\xd6','\xa2','\x5e','\xcf','\x95','\x69','\xfe','\x29','\x37','\x81','\xbf','\x6a','\xa5','\x64','\x85','\x74','\xa8','\x3a','\xb7','\xd7','\x76','\x7c','\x35','\xc2','\x30','\x33','\x73','\x71','\x1d','\x12','\x17','\x54','\xea','\x34','\xce','\x4f','\x10','\x02','\x10','\x42','\xa3','\x11','\x3e','\x1b','\xd1','\x0d','\x88','\x94','\xea','\x71','\x21','\x37','\x47','\x1d','\x3a','\x9a','\x24','\xb0','\xa6','\x98','\x4e','\xe6','\x89','\xcf','\xe0','\x2f','\x27','\xd6','\xb0','\xf8','\x5d','\xb2','\x53','\x10','\x35','\xd1','\x5d','\x76','\xee','\x1a','\x54','\xcd','\xdc','\x70','\xcc','\x1c','\xc2','\x67','\x3f','\x43','\x17','\x81','\x47','\xf2','\xbf','\x1a','\xc0','\xa1','\x0d','\x43','\xfd','\xc3','\x17','\x7f','\x79','\x64','\x42','\x51','\xc7','\xe5','\x2e','\xa6','\xd8','\x32','\xed','\x28','\x11','\x63','\xa3','\x0a','\x38','\xdd','\x1a','\xc6','\xdb','\x5c','\x82','\x1f','\xef','\x87','\xe9','\xac','\x10','\x33','\xf9','\x65','\x49','\x22','\x07','\x8c','\xa0','\x22','\xd6','\x47','\x28','\x14','\x83','\xbe','\xea','\xba','\x87','\xfa','\xe0','\xe9','\xcc','\x27','\x61','\x9e','\xe6','\xeb','\xba','\x3f','\x00','\xb9','\xb8','\x5f','\xaa','\xcd','\xd2','\xe2','\x37','\x40','\x90','\x19','\x25','\x92','\xcf','\x20','\xbe','\x32','\x9e','\x0f','\x92','\x57','\x30','\x64','\x27','\x4e','\x3a','\xe4','\xca','\xbb','\x2d','\x9c','\x01','\xca','\x07','\x85','\xf6','\x7d','\xff','\x9e','\x36','\xc5','\x5f','\x0c','\x0e','\xc7','\xb5','\x1c','\xf8','\x2c','\x00','\xe9','\x69','\x06','\x77','\x1a','\x18','\x8f','\x60','\x98','\xfd','\x5d','\x56','\x6e','\x8e','\xda','\x71','\x66','\xd2','\x39','\x43','\xc3','\xbf','\x1b','\x0a','\x22','\x9b','\x09','\x5d','\xec','\x86','\xda','\x38','\x2d','\x85','\x3f','\xf7','\xb9','\x04','\x38','\xb8','\xbe','\x5d','\xe0','\xfa','\xc6','\xe7','\x7c','\x2e','\xa8','\xd1','\xb9','\x34','\x69','\x50','\xe4','\xc5','\xcd','\xcb','\xca','\xfd','\xf9','\xf3','\x27','\x5c','\xaf','\x57','\xd8','\x6f','\xbc','\x33','\x40','\xe6','\xaf','\x2d','\x4a','\x83','\x58','\x15','\xd9','\x4d','\x6a','\xb8','\xf1','\xa0','\x19','\x20','\xce','\xa0','\xf3','\x8a','\xee','\x3d','\x38','\xd2','\x91','\xa4','\xcd','\x95','\x8e','\xe1','\x95','\x2b','\xe2','\x17','\x15','\xdf','\x3d','\x14','\xcc','\x52','\x0e','\x2b','\x9a','\x98','\xb7','\x78','\x52','\x1d','\x98','\xf2','\x57','\x95','\xe4','\x5d','\x3e','\xb4','\x7f','\xa2','\xee','\x9d','\x8d','\x26','\xb4','\xbf','\x8f','\x80','\x30','\xf0','\x51','\x9f','\x9d','\xf1','\x79','\x7f','\xdf','\xc7','\xee','\xcf','\xad','\x8f','\x20','\x07','\xb2','\x5b','\x46','\xa4','\xc6','\x12','\x7a','\x84','\x8f','\xea','\x75','\xda','\x72','\x76','\xdd','\x12','\x3e','\xd3','\x3b','\x00','\x41','\xd7','\xe0','\x0a','\xbd','\x13','\x6c','\x44','\xb0','\x6d','\x23','\x12','\xa1','\x09','\xc0','\x8a','\x81','\xb9','\x77','\x9f','\xc9','\x3f','\x16','\x65','\x7f','\x36','\xdb','\xb2','\xe0','\x20','\xd1','\x20','\xaf','\xa6','\xbe','\x75','\xad','\x8b','\x7a','\x40','\x76','\x86','\x53','\xc6','\x92','\x68','\x7c','\x6e','\x08','\x00','\xbc','\x7b','\x34','\x29','\xd7','\x62','\xfc','\x00','\x98','\x51','\x2f','\x75','\x3a','\xba','\x27','\x1e','\x2f','\x3d','\x23','\x23','\x75','\x2a','\x69','\x20','\xc0','\x86','\x4e','\x81','\x1f','\xe3','\xd9','\x09','\xf8','\x1c','\x59','\xb2','\x9a','\x42','\xe3','\xa5','\x61','\x8b','\xce','\x71','\x02','\xc4','\x99','\x85','\x53','\xc7','\x3c','\xa2','\xef','\xac','\xd2','\x2a','\xa6','\x1e','\xe5','\xc4','\x07','\x42','\x6a','\x0c','\x7f','\xbe','\x0e','\x5e','\x54','\xe1','\x83','\x3a','\xe2','\xd3','\xe5','\x97','\xe7','\xb0','\xee','\x65','\xcc','\xe0','\x14','\xe4','\xbf','\x83','\x0a','\x51','\x82','\x18','\x83','\xbf','\x1a','\x8f','\xbf','\x0c','\x7c','\x36','\x05','\x5b','\x2d','\x53','\x60','\x14','\xaa','\xa3','\xf7','\x86','\x28','\x70','\x55','\xf4','\x84','\x68','\xd8','\x7f','\xba','\x1a','\xfe','\x24','\xd0','\xc1','\xd3','\xf7','\x81','\x3b','\x6b','\xb1','\xea','\xbe','\x90','\x95','\x29','\xdb','\x55','\x78','\xd9','\xfa','\xe6','\x31','\x7e','\x5e','\xe1','\xcf','\xcc','\xfb','\xd5','\xab','\x1e','\xa2','\xec','\x91','\x3c','\xbf','\xaa','\xdc','\xfc','\xa2','\x4a','\xc4','\x7f','\x0f','\x08','\x66','\xbe','\xa8','\xd6','\xe5','\x21','\xbe','\x61','\x5b','\x14','\x8f','\x5c','\x56','\xa1','\x3c','\x88','\x31','\x81','\x00','\x1a','\xe4','\xe0','\xfa','\xb6','\xc1','\xdb','\x8f','\x0b','\xbc','\xfd','\xb8','\xc0','\xc6','\xf7','\xf9','\x58','\x1e','\xb1','\x60','\xaa','\x86','\x99','\x2b','\xc2','\x3b','\x1b','\x3f','\x44','\xa4','\x8a','\xcc','\xd4','\xa7','\x04','\x63','\x75','\xd7','\x19','\x37','\xe3','\x35','\xad','\xc7','\x3b','\x35','\xa7','\x9a','\x69','\x59','\x7d','\xf6','\x39','\x02','\x39','\x7b','\x65','\x4d','\x5f','\x99','\x84','\xa4','\x9c','\xce','\xe5','\x0d','\xc6','\x98','\x43','\x48','\xf5','\x4f','\x27','\xbd','\x75','\x95','\x1d','\x10','\xa0','\x2d','\xc2','\x96','\x17','\xed','\x10','\xa3','\xc6','\xcf','\x03','\xdb','\x59','\x02','\x90','\xb0','\xaf','\x08','\xb3','\x75','\x13','\x59','\xbb','\x6f','\x53','\x7d','\xf7','\x90','\xa5','\xc4','\x50','\x9f','\xd0','\x9b','\xdc','\xd7','\x72','\xbb','\xed','\x70','\xfb','\xb9','\xc3','\xfb','\xbb','\xec','\xfa','\xc4','\xfc','\x72','\x27','\x4d','\xae','\xc3','\x07','\x8a','\x40','\x10','\x8b','\xcc','\xe8','\x0f','\x16','\xbc','\xc4','\x1b','\xe7','\xb4','\x13','\xec','\x28','\xfd','\xc9','\xca','\xf4','\x75','\x24','\x12','\x1a','\xf5','\x2c','\xcb','\x4e','\x60','\x3c','\x37','\x89','\x1f','\xca','\xe5','\x8c','\xb8','\xf4','\xe2','\x74','\x59','\x15','\x99','\x97','\xa4','\x9f','\xe9','\xd5','\xbf','\x9c','\x09','\x3a','\x66','\x75','\x64','\x62','\xb6','\x10','\x9a','\x51','\xc2','\x44','\xdd','\x09','\xc6','\xee','\x9b','\x06','\xa3','\x10','\x23','\x28','\x98','\x11','\xda','\xbd','\xce','\xfe','\x31','\x8d','\x9f','\xe9','\xbe','\xef','\x12','\xd4','\xc8','\xce','\x24','\x4a','\xba','\x71','\xbe','\xab','\x41','\xdb','\x78','\x45','\x54','\x76','\x11','\x65','\xde','\x24','\xfc','\xfd','\x39','\x0e','\xf7','\xf2','\x2e','\x88','\x02','\xbd','\xdc','\xf9','\xbc','\x5f','\x84','\x52','\x52','\x10','\x8b','\x62','\x57','\x53','\x8a','\x7e','\xe8','\x47','\xc6','\x33','\x92','\xaa','\x2d','\x31','\xd1','\xd3','\x70','\xcf','\x16','\xcc','\x09','\x03','\xc9','\x16','\xd5','\x1f','\x62','\xc4','\x9d','\xf1','\xf9','\x46','\x50','\xa6','\x65','\x23','\x5e','\xad','\x9b','\x15','\x7f','\x28','\xfb','\x59','\x02','\x27','\x68','\x36','\xc8','\x56','\xd0','\x0a','\xff','\x97','\xe9','\x6d','\x2b','\x79','\xfd','\x51','\x98','\xc5','\xdb','\xcb','\xab','\xf8','\xe5','\xf0','\x6c','\x23','\xbe','\x49','\xe3','\x2b','\xe3','\x07','\x60','\x2c','\x0e','\xdf','\x6e','\xb7','\xe9','\x7d','\x08','\x82','\x20','\x7f','\xcb','\xb0','\x92','\xe1','\xc7','\xf7','\x82','\x6f','\x8a','\xd6','\x04','\xc6','\xbc','\x9c','\xa2','\xe5','\xb5','\x1f','\x80','\x11','\x8e','\x94','\x1f','\xcd','\x0f','\xdc','\x04','\xa5','\x0a','\xbd','\x57','\x83','\x53','\xb0','\xa7','\xd5','\x9f','\xbf','\xc8','\x12','\x07','\x02','\xd4','\x87','\x39','\x9f','\x2d','\xcf','\x19','\x1e','\x5e','\x31','\x04','\x18','\x2b','\xe4','\xa2','\x74','\xa8','\x1b','\x52','\x31','\x30','\x1e','\x1d','\x59','\x2d','\x42','\x44','\xd8','\x2e','\x08','\x97','\xcb','\x06','\x97','\x37','\xde','\xf9','\xb9','\x8e','\xb3','\x3f','\xaa','\xac','\x8b','\x00','\x51','\x63','\x28','\x94','\xa4','\x46','\x4c','\x27','\x82','\xf7','\xf7','\x77','\x78','\xbb','\x5e','\x35','\x62','\x13','\x88','\xf1','\xe3','\xf0','\xb2','\x95','\xd1','\xb8','\x3a','\xac','\x6d','\x72','\xe7','\x65','\xce','\xd2','\xd7','\x91','\x02','\x20','\xd1','\xdf','\xa6','\xdd','\x85','\x42','\xc9','\xaa','\x18','\x56','\x65','\x14','\xad','\x26','\x80','\xcd','\x2b','\x3e','\x03','\xc4','\xae','\x45','\x04','\xc4','\x11','\x93','\xce','\x18','\x41','\xeb','\xb6','\xc8','\x92','\xa8','\x5c','\xb0','\xaa','\xab','\x49','\xe4','\x0d','\x0f','\x9e','\xd3','\x1e','\x6f','\x64','\x13','\x95','\xd0','\xce','\x46','\xe4','\xda','\x92','\x46','\x23','\x06','\xe1','\x7e','\x33','\xe3','\xe7','\xc6','\x3b','\x3f','\xc4','\xbb','\x8d','\x2d','\xf7','\xe9','\x84','\xbd','\x3b','\xfb','\x05','\xc0','\x0a','\xb5','\x19','\x62','\xa3','\x2b','\x31','\x2a','\xbc','\x95','\x92','\x4b','\x42','\x2f','\x00','\x80','\x1d','\xe0','\x66','\x28','\x6f','\x1c','\x90','\x03','\xf8','\x12','\x4d','\x2c','\x8a','\x78','\x39','\xa7','\x5a','\x59','\x6c','\x09','\x3e','\xa6','\x24','\xd2','\x4c','\x7b','\xb9','\xf0','\xd5','\x3b','\x84','\xe0','\x56','\x1b','\x15','\x72','\x4b','\x24','\x3b','\xb2','\xca','\xdf','\xb9','\x9f','\x81','\xe7','\xf3','\x08','\x49','\x2d','\xc1','\x27','\xcc','\x44','\xb6','\xc5','\x82','\xb8','\x1f','\x2d','\x46','\x4e','\x27','\x80','\xbe','\x8b','\x8b','\xe4','\x30','\x0c','\x00','\x40','\x77','\x93','\x10','\x01','\xae','\x3f','\x2e','\x70','\xfd','\xb1','\xf1','\x25','\xaa','\x04','\xb7','\xf7','\x0e','\xc0','\xbb','\x8a','\x3a','\xb7','\x84','\xe7','\x3d','\xb2','\x1a','\x75','\xb7','\xb3','\xa2','\x12','\x7c','\x86','\x32','\x42','\xfd','\x9e','\x97','\x04','\xda','\xf4','\xcc','\x0d','\xc0','\x18','\x9f','\x69','\xe0','\xe2','\x9a','\x37','\x1b','\x48','\x77','\x90','\x79','\x84','\x11','\xde','\xe9','\xaa','\xa3','\xa2','\x96','\xdf','\xfc','\xdc','\x74','\x6b','\x0b','\x54','\x64','\x5a','\xd8','\x54','\x4f','\x03','\xa5','\x5f','\x12','\x74','\x81','\xd4','\x02','\x4a','\xaa','\x8b','\x63','\xd4','\x69','\xd4','\x4f','\x43','\x92','\x70','\x7f','\x39','\xf8','\xab','\xe3','\x7f','\x1a','\x9e','\x6e','\x9c','\x27','\x94','\xcf','\x53','\x2a','\xab','\xdd','\x1f','\x22','\x2a','\xdd','\xe0','\xd4','\x00','\xda','\xb6','\x0d','\x2e','\x97','\x4b','\xf8','\xa8','\xb7','\xa7','\x06','\x01','\xfd','\x5d','\xe0','\xfb','\x60','\xb2','\x82','\x64','\xdb','\xa8','\xf1','\x33','\x27','\x70','\xbf','\xc5','\x97','\xdd','\xc9','\x0b','\x7f','\x2e','\x22','\xfe','\x78','\x35','\x24','\xe3','\xe7','\x63','\x9a','\xc4','\xfd','\xda','\x7c','\xd4','\xa4','\x57','\xd4','\x83','\x4f','\xa2','\x5b','\x48','\x0f','\x5d','\x10','\xd0','\x15','\x50','\x1e','\x17','\x30','\x1f','\xfe','\x70','\xb7','\x4f','\x1e','\x93','\x62','\xce','\x20','\x22','\x6c','\xcd','\x47','\x77','\x93','\x20','\x07','\x8d','\x0f','\x42','\x07','\x0d','\x55','\xcf','\x03','\x54','\x86','\x89','\x9c','\x27','\x78','\xff','\xf9','\x0e','\x97','\xeb','\xd5','\x56','\x9a','\x55','\x99','\x2a','\x56','\x74','\xdd','\x78','\xca','\xeb','\xde','\xfb','\x71','\xf4','\xc7','\xb9','\x39','\x27','\x21','\x13','\x0f','\xe9','\xbf','\xa1','\xab','\x0a','\xe3','\x27','\x2a','\x8c','\x60','\x76','\xcf','\xc2','\xbd','\x50','\x53','\xfb','\x3e','\x80','\xa0','\x33','\x94','\x19','\x2a','\xf7','\x05','\xf1','\x6e','\x12','\x39','\x3f','\xcd','\x05','\x51','\x42','\x16','\x5b','\xea','\x21','\x8b','\x8e','\x63','\x6c','\xa6','\x5f','\xe0','\xc0','\xe4','\x3f','\x47','\x1d','\x60','\xef','\x1d','\xf6','\x9f','\xc3','\xed','\xed','\xf6','\xbe','\x8f','\x70','\xd7','\x14','\x77','\x04','\x8c','\xa6','\xc0','\xf2','\x3b','\x85','\x17','\xda','\x08','\x73','\xdd','\x24','\xec','\xf2','\xe6','\xfc','\xa2','\x11','\x00','\xb8','\x1e','\x89','\x22','\x37','\xce','\x7f','\x70','\xfe','\x6c','\xf5','\xd3','\xa0','\xf7','\x1d','\xd8','\x08','\x22','\x00','\xa0','\x06','\xb0','\x35','\xb1','\x7f','\xdc','\x04','\xc6','\x72','\x4c','\xef','\xc1','\x11','\x7d','\x85','\x1e','\x0a','\xf2','\xd3','\xf1','\x8f','\x5c','\xc2','\x3d','\x85','\x74','\x65','\xc8','\xc8','\x39','\xb3','\x07','\x9a','\x20','\x94','\x5d','\xef','\xa2','\x46','\x81','\x3f','\x9f','\xe5','\x03','\xa5','\x27','\x71','\x89','\x43','\x1a','\xb7','\xdd','\x8c','\xcb','\x53','\x51','\x5d','\x57','\x7d','\x1f','\xc4','\xe2','\x79','\xfc','\x38','\x28','\x86','\x8c','\x27','\x74','\x69','\x12','\xc2','\x76','\x45','\x78','\x7b','\xdb','\xe0','\xed','\xb7','\x0b','\x5c','\xde','\x2e','\x80','\x30','\x8c','\x9f','\xbe','\xd3','\x38','\x7b','\x44','\x30','\x22','\x26','\x0a','\xff','\x88','\x42','\xeb','\x01','\x06','\x50','\x74','\x1c','\x4d','\x9d','\xe2','\xdc','\x3c','\x25','\x4d','\xa1','\x18','\xd1','\x08','\x66','\x12','\xc4','\xa4','\x5b','\xa0','\x1b','\xb3','\xc1','\x4f','\xcc','\x54','\x8f','\x7a','\xb0','\x3c','\x68','\x79','\x1d','\xb7','\xc6','\x70','\x99','\x7e','\xac','\x13','\xe6','\x30','\xd3','\x0f','\x55','\xb6','\xb0','\x23','\xf1','\xd1','\xc6','\x9c','\x84','\x52','\xde','\xb8','\xca','\x03','\x0f','\x72','\x6d','\xf3','\x79','\x3e','\x2a','\xce','\xef','\xf1','\x83','\x0f','\x17','\xf8','\x8c','\x65','\x56','\x19','\xce','\x1f','\x68','\xe8','\xe7','\x9b','\x02','\x0f','\xc0','\xa7','\xaa','\xd3','\xbe','\xf0','\xcf','\x6f','\x6d','\xd6','\x67','\x10','\x11','\xae','\xd7','\x6b','\x99','\x36','\xec','\x00','\x6d','\xdb','\x36','\x65','\x04','\x80','\xbf','\x82','\xad','\xf1','\x7d','\x61','\xf6','\x4d','\x29','\xdd','\xb3','\xfc','\x02','\x97','\x17','\x6e','\xe4','\x13','\xa5','\x55','\xb4','\x7f','\xe0','\x03','\x50','\xce','\xc3','\x64','\x09','\xa1','\xa5','\x13','\x05','\x5c','\x8c','\x9f','\xae','\x3e','\x64','\xb5','\xe2','\xa5','\xfa','\x19','\x0d','\x85','\x10','\x11','\xe0','\x72','\x6d','\xf0','\xf6','\x66','\x41','\x0e','\xb6','\xcb','\x36','\x94','\x1b','\x08','\xea','\x93','\x29','\xb5','\x4e','\x49','\x70','\x2a','\x72','\x30','\x88','\x91','\x0f','\x58','\x67','\xa2','\x52','\x43','\xc3','\x93','\x8c','\x10','\x99','\xd8','\x74','\xbd','\x43','\xc3','\x16','\xf2','\x4c','\x16','\xca','\xa3','\xf4','\x16','\x35','\xf3','\xba','\x6c','\xa7','\x7d','\xd6','\x06','\xa4','\x21','\xbd','\x34','\x30','\x57','\xd5','\x53','\xaa','\xab','\x18','\x67','\x7d','\x3d','\x4d','\x27','\x32','\x03','\x4a','\x15','\x4e','\x27','\xec','\xd9','\xca','\xd4','\xf7','\x62','\x68','\x15','\x46','\xd7','\x3d','\x63','\x5c','\x0c','\xd6','\x41','\x42','\x76','\x6f','\xd1','\xbe','\xb3','\xe1','\xf3','\xb3','\xb3','\xf1','\xd3','\x39','\x2d','\x3a','\x03','\x97','\x31','\x72','\xbb','\xf6','\x82','\x12','\x22','\xf0','\x39','\x9d','\x36','\xee','\x8e','\xba','\x8e','\xfb','\xa3','\xbc','\x01','\x44','\xac','\x20','\xef','\x7d','\xec','\x2c','\xdd','\x6e','\x23','\xb8','\xc2','\xbe','\xdb','\xe5','\xb7','\x08','\xc0','\x67','\x7f','\xc0','\xdc','\x29','\x3b','\xc0','\x2e','\x87','\xdd','\xb8','\x5e','\xec','\x00','\xb4','\x49','\x8f','\xd4','\x1d','\xbe','\xd2','\x1f','\x1e','\x01','\xee','\xa6','\x12','\x4e','\x2b','\xa2','\x67','\x2b','\x02','\x47','\x43','\x8f','\x64','\xa5','\xe3','\xb6','\x7a','\x57','\x54','\xf9','\xde','\x50','\xdc','\x58','\x65','\xe7','\x92','\x0d','\x21','\x02','\x40','\x71','\x89','\x23','\xbe','\xf3','\xab','\xa1','\x11','\x9b','\xab','\x47','\xd2','\xfb','\xbb','\xa1','\xbc','\x0b','\x52','\x6b','\x00','\x3f','\x7e','\xbb','\xc2','\xbf','\xfe','\xcf','\x1b','\xbc','\xbd','\x0d','\x19','\x7f','\xdb','\x3b','\xe0','\x6d','\xd0','\x5d','\x6b','\xe2','\xb6','\x84','\x23','\xef','\x2e','\x65','\xc7','\x2b','\x10','\x12','\x77','\x3c','\xd5','\x1f','\x3a','\xd5','\xcf','\x64','\xcc','\x76','\x77','\xe0','\x15','\x36','\x1b','\x15','\x67','\x44','\x00','\x68','\x8b','\xfb','\x0a','\x53','\x9d','\x8f','\x22','\xff','\x49','\xf0','\x11','\x34','\x32','\xd7','\xfc','\x16','\x0a','\xb4','\xd0','\xf2','\xb7','\xd0','\xe2','\xbf','\x1e','\xfe','\x4b','\x9b','\xfd','\xad','\x61','\x6b','\xce','\x93','\x86','\xe1','\x72','\xb9','\x1c','\xef','\x00','\xed','\xfb','\x0e','\xb7','\xdb','\x2d','\x6c','\x1f','\x0d','\x9f','\xb9','\x31','\x65','\x3f','\x85','\x77','\x7c','\x03','\x86','\xf4','\x4a','\x08','\xa2','\xe2','\xde','\x82','\xa4','\xd3','\x15','\xaa','\x49','\x64','\x8a','\xdc','\x99','\xa5','\xa3','\x07','\xa0','\x92','\xd0','\xba','\x8a','\xfb','\xa2','\x3a','\x4e','\xc2','\x07','\x17','\x50','\x8e','\xcb','\x3b','\xd0','\x44','\xd2','\x46','\x4b','\xfa','\x86','\xd3','\xb9','\x9f','\x18','\x55','\x0d','\x54','\x51','\xa9','\xca','\x1c','\xe9','\x0d','\x17','\x6c','\x63','\x42','\x5e','\xae','\x1b','\xbc','\xfd','\xd8','\xe0','\xf2','\x76','\x81','\xcb','\x65','\x84','\x15','\x56','\xf7','\x36','\xa7','\x10','\x85','\x03','\xed','\x0e','\x47','\x71','\x6a','\x22','\x47','\x0f','\xb7','\xf7','\x9b','\x2d','\x5a','\x90','\x29','\x0d','\xb2','\x3b','\xa4','\x97','\x61','\x82','\xb9','\x3f','\xa1','\x77','\xb5','\x91','\x1d','\xde','\xaa','\x2f','\x93','\x21','\x94','\x75','\x89','\xfc','\x6b','\xa4','\xa1','\xf0','\xd6','\xdf','\x57','\x24','\xca','\xa1','\x1e','\xde','\x9f','\x2a','\x2b','\x1e','\x7d','\xbf','\x4c','\x99','\x8a','\x67','\x57','\xc0','\x08','\xff','\x8b','\xc7','\x2b','\xaf','\x27','\x8c','\x23','\xb1','\x61','\x7d','\x02','\x31','\x7a','\xf4','\xbb','\x6a','\xe7','\x18','\xf3','\x23','\x4c','\xd1','\x92','\x14','\x0f','\xb7','\x10','\x32','\x8c','\xd1','\x41','\x5f','\x37','\x36','\x7e','\xf6','\x5b','\x36','\x7e','\x5c','\x21','\xc8','\x14','\xe2','\x88','\xae','\x35','\x1c','\x17','\xe5','\xba','\x9d','\xc5','\x0b','\xbb','\x55','\x0a','\xad','\x29','\x4d','\x11','\x00','\xf1','\x19','\x91','\x7d','\x27','\x35','\x82','\x6e','\xef','\x3b','\xf4','\xbd','\x2b','\x0d','\x8d','\x00','\x0c','\xfb','\x08','\xb7','\xbd','\xf3','\xae','\x02','\x02','\xec','\xd8','\x01','\xf4','\xb8','\xe8','\x36','\xdc','\xb4','\x36','\x53','\xcb','\xfc','\x3c','\xf4','\xbf','\xbd','\xf2','\xf7','\xb1','\x79','\xbf','\xa0','\xc0','\x7b','\x0c','\xc5','\x55','\x5e','\xf2','\x5c','\x1d','\x4c','\x57','\x78','\xc1','\x1f','\xa6','\x1d','\xca','\xa2','\x8a','\x8c','\xeb','\x72','\x2d','\x51','\xc6','\x12','\x86','\x7d','\xd3','\x1b','\x68','\x20','\x02','\x22','\x80','\x7d','\x1f','\x73','\x96','\x10','\x5d','\x90','\x04','\x57','\x9e','\xf2','\xa3','\x51','\xb8','\x18','\xb7','\x9d','\x17','\x5d','\xb6','\x4b','\x83','\xb7','\x1f','\x17','\xf8','\xfd','\x7f','\xae','\xf0','\xe3','\xf7','\x0b','\x6c','\xad','\x8d','\x3b','\xa3','\x76','\xe6','\x4d','\x97','\xe1','\xfb','\x3a','\x22','\x0d','\x76','\x5d','\x23','\xb1','\xdd','\x56','\xb3','\xea','\x0e','\x4f','\xa0','\x8a','\x31','\x9f','\xfb','\x0b','\x22','\xcd','\xfb','\x15','\x8d','\x8a','\xf5','\x60','\x98','\x28','\xb2','\xf8','\x50','\xf1','\x15','\x54','\x37','\xbe','\xa0','\x9f','\xa0','\xf5','\x85','\x2b','\x08','\xca','\xa7','\xbc','\x35','\x1b','\xd2','\x8d','\x76','\x1f','\x6d','\x06','\xfa','\xb9','\x7e','\x97','\xa0','\xdd','\x77','\x64','\x06','\xe2','\x23','\xe5','\x1d','\x8b','\xf7','\x24','\x6b','\xd2','\xdb','\x57','\xab','\x51','\xf7','\xca','\xcb','\xda','\x20','\xf2','\x62','\x90','\x7b','\x21','\x52','\x67','\x59','\x6a','\x55','\xc7','\xbd','\x2e','\x3c','\xe2','\x1d','\x25','\xce','\x95','\xd0','\xaa','\x05','\xd9','\x9d','\x82','\x5c','\xfa','\x83','\xfc','\x47','\xb2','\xaa','\xc2','\xfd','\x5b','\x19','\x4f','\xaf','\x58','\xa5','\x9a','\xa0','\x90','\xf5','\xb0','\x68','\xf7','\x0b','\x3b','\x63','\x2f','\x16','\x44','\x86','\x2c','\x9d','\x1b','\x37','\x19','\x40','\x5f','\x06','\xaf','\x9e','\xb5','\xdf','\x14','\xf2','\xb8','\x96','\x8a','\x1c','\x83','\x1f','\x1f','\x72','\x2f','\xc4','\xc7','\x3b','\x14','\xf8','\xaa','\xfe','\x53','\xe3','\xa7','\x38','\xac','\xfd','\xad','\x66','\x68','\x0d','\xd9','\x50','\x38','\x54','\x6a','\xfd','\x3b','\x8a','\xbf','\xf5','\x42','\x42','\x76','\x3b','\x01','\x34','\xa5','\xd4','\x56','\x55','\xa9','\xac','\x68','\xe5','\xbe','\x87','\x0d','\xd5','\xf0','\x79','\xfb','\xc1','\x97','\x99','\x4a','\x64','\x37','\x75','\xb1','\x03','\x0d','\x10','\x65','\x45','\xc6','\x50','\xce','\x2a','\xe8','\x64','\x07','\x0a','\x08','\xfa','\xbe','\x0f','\xe3','\x87','\x4c','\x01','\x17','\x05','\x24','\x1c','\x5a','\x87','\xb1','\xca','\x6c','\xc1','\x26','\x38','\xe2','\x14','\xcc','\x67','\xfd','\xea','\x46','\xc0','\x63','\xb4','\xe6','\xb5','\xdd','\x24','\xff','\x3a','\x64','\x02','\x5f','\xea','\x29','\x00','\x9e','\xe6','\xcf','\xa2','\xc0','\x79','\x88','\x50','\xc7','\x49','\x54','\x27','\x94','\xdd','\x9b','\x23','\x9a','\x2e','\x15','\x63','\x02','\x17','\x3e','\x0b','\x34','\x28','\x02','\xff','\x3d','\xa4','\x39','\xdd','\xe6','\x49','\xf3','\x19','\x00','\xb0','\x35','\x3d','\x23','\x45','\x7c','\x91','\xe9','\xed','\x5d','\xee','\xf7','\xd9','\x39','\xa9','\x9c','\xdd','\x40','\x1d','\x07','\x15','\xa4','\xcd','\xde','\xb5','\x86','\xf0','\xf6','\xe3','\x02','\x3f','\x7e','\xbf','\xc0','\x8f','\xdf','\xae','\x70','\xfd','\x31','\x76','\x7d','\xa4','\x7c','\x2c','\xda','\x4d','\x34','\x8c','\xdf','\x2b','\x8d','\xb3','\x23','\xfb','\x8d','\xeb','\xbe','\x75','\x3d','\x40','\xdf','\x77','\x82','\xdb','\x4f','\x84','\x9f','\x3f','\x77','\x20','\xda','\x81','\x76','\x3b','\x33','\x76','\xe3','\x48','\x83','\x00','\x60','\xab','\xf1','\xce','\xa0','\xd3','\xb3','\xa4','\xdc','\x7d','\x9e','\x2c','\x72','\x9f','\x4f','\x1d','\x57','\x25','\xc1','\xe2','\xdd','\x47','\xe0','\x2c','\x5d','\x9f','\xa6','\xff','\x63','\x8c','\x56','\x53','\x4d','\xc8','\x07','\x11','\x00','\x37','\x54','\xb7','\xb5','\xce','\xf7','\x59','\x01','\xcf','\x79','\xbd','\xd7','\x14','\xc5','\x35','\x6e','\xd4','\xa9','\x67','\xfa','\xc8','\xa2','\xbf','\xed','\x9c','\x6f','\xbb','\x34','\xf8','\xf1','\xdb','\x15','\x7e','\xff','\xd7','\x15','\x7e','\xfc','\x36','\xee','\xc1','\x90','\xb1','\x45','\x00','\x68','\x5b','\x83','\x0b','\x93','\xe8','\x0e','\x1d','\x3a','\x2f','\x18','\xc8','\x22','\x09','\x4d','\x78','\xdb','\x5d','\x51','\xa7','\x94','\x7e','\xe9','\x96','\x22','\xed','\xca','\x05','\x71','\x52','\x96','\xb8','\x9d','\xfa','\xb7','\xf9','\x33','\x54','\x1c','\x00','\xc1','\x2f','\x48','\xb9','\x3f','\xc6','\xdf','\xdc','\x20','\x2a','\x1e','\x73','\x28','\xf7','\xa7','\x64','\xea','\xd9','\x7e','\xf0','\xa0','\xf5','\x3d','\x56','\xf1','\x77','\x15','\xc7','\x6b','\x9b','\x80','\x96','\x96','\xff','\xe8','\xfb','\x47','\x85','\xcb','\x07','\xe0','\x93','\xaa','\x29','\x75','\x8b','\xcf','\xa9','\xea','\x1f','\x38','\x09','\x95','\xb1','\x73','\xbb','\xdd','\xa6','\x20','\x6f','\x00','\x77','\xee','\x01','\xf2','\xab','\x8e','\x9f','\x62','\x20','\xfe','\x57','\x41','\xcd','\xbe','\x70','\xf5','\x4d','\x8d','\x1f','\x27','\x15','\x9e','\x61','\xb6','\xdf','\x10','\x5e','\x75','\xcf','\x4f','\x38','\x23','\x9b','\x85','\x27','\x25','\x21','\x8b','\x56','\x2f','\xa5','\xd5','\x47','\xe4','\x6f','\xd8','\xec','\x12','\xad','\x61','\xf4','\x74','\xe8','\x3b','\xb8','\xf3','\x3e','\xa4','\x63','\x90','\x36','\x89','\x46','\xb9','\xcc','\xef','\xdb','\x86','\x7a','\x99','\xe9','\xe5','\x3a','\x02','\x1d','\x5c','\x38','\xf2','\xd2','\x70','\x79','\x09','\x72','\x38','\xfe','\x95','\x76','\x60','\x5a','\x6f','\x55','\xa5','\x84','\x82','\xd4','\x56','\x23','\x41','\x0e','\xf9','\xca','\xd9','\x9f','\xd4','\x66','\xd7','\x2d','\xb1','\xef','\x28','\xa5','\x23','\x8a','\x86','\x0a','\x64','\x1a','\x35','\xb3','\xe4','\xe1','\x51','\xac','\x56','\xc5','\xa8','\xfe','\xfe','\x51','\x3e','\xc3','\xb6','\x20','\xef','\x00','\xc9','\x0a','\x7a','\x5a','\xbb','\x14','\xa5','\xca','\x65','\xba','\x17','\xd6','\x74','\xd1','\x9b','\xbe','\x32','\x90','\xbb','\x3e','\xac','\x2c','\xa7','\x7c','\x91','\xd1','\x8e','\xb8','\xf8','\xf4','\x9d','\x60','\xbf','\xf1','\x25','\xa7','\xb7','\x5d','\x0d','\x0b','\x55','\xfc','\xc5','\x68','\x35','\x9b','\x07','\x7a','\x27','\x8d','\x20','\xf8','\xe3','\xb7','\x0b','\xfc','\x60','\x25','\xf7','\x72','\xd9','\x38','\x98','\xc6','\x71','\xff','\xa0','\x8e','\x39','\x42','\x83','\x71','\x5e','\x68','\xdb','\x10','\xf6','\xbd','\xf1','\x41','\x7a','\x82','\xdb','\x6d','\xac','\xa4','\x0d','\x25','\xb3','\x8f','\x4d','\x1f','\x35','\xb2','\x01','\x3a','\x75','\xd8','\x11','\xe1','\xb6','\x0d','\xc1','\xa2','\x6e','\x76','\x85','\x46','\xf0','\xa1','\x70','\xb1','\x38','\x3f','\x4c','\xac','\xf0','\x15','\x2c','\x65','\x45','\x74','\x9f','\xa9','\xa7','\xa5','\x86','\x34','\x44','\xe8','\x0d','\xa0','\x75','\x00','\x6a','\x42','\x23','\x8e','\x56','\x70','\x1c','\xd5','\xe9','\x88','\x00','\x30','\x82','\x17','\x48','\xa8','\xf4','\xdb','\xcd','\xee','\x87','\x1a','\xe7','\x7e','\x78','\xf1','\xe5','\xb7','\x71','\x91','\x72','\xdf','\xcd','\x50','\x02','\x1c','\x97','\xb0','\x22','\xd3','\x8a','\xd0','\x23','\x51','\x1f','\x81','\x43','\x48','\xde','\x45','\xc6','\xba','\x14','\x41','\x07','\x8b','\x29','\x07','\x1b','\x2d','\x53','\x42','\xad','\x53','\x6b','\x03','\xab','\x91','\x17','\x55','\x7c','\xe4','\xd0','\xd1','\xa6','\x8c','\x8b','\x65','\xf5','\x8b','\x87','\x13','\xde','\x07','\x46','\xe9','\x98','\xd3','\x9f','\xa7','\x35','\x87','\xbb','\xc6','\xe2','\x3f','\x67','\xb2','\x7f','\x33','\x20','\xf7','\x6b','\x3a','\x8d','\xa7','\x46','\xf3','\x44','\x3b','\xc1','\xfa','\x8c','\xe5','\x54','\x50','\xe9','\xa0','\x87','\xd3','\xde','\x91','\xcd','\xe9','\xa1','\x3c','\x8f','\xce','\x7a','\x32','\xbc','\x68','\x80','\xbe','\xd0','\x3c','\xfc','\x14','\x38','\x8d','\x7b','\x1e','\xd8','\x4f','\xd0','\x71','\x7b','\xef','\xd3','\x11','\x1f','\x80','\x64','\x00','\x55','\x41','\x10','\xfe','\x81','\x8f','\x81','\x1f','\xd3','\x72','\x5c','\x0f','\x34','\x95','\xc9','\xf8','\xf1','\x7f','\x5f','\x0a','\x7f','\x03','\xab','\x0a','\xb8','\x15','\x71','\x21','\x30','\x00','\x15','\x1f','\xc5','\xe8','\x61','\x5d','\x50','\x57','\x51','\xc7','\x41','\xe2','\x0e','\xfe','\x5a','\x0c','\x0d','\x88','\x80','\x35','\x9f','\xd4','\xe8','\x6e','\xac','\x78','\x5c','\xdf','\x2e','\x41','\x19','\x55','\x5b','\x07','\xa5','\xac','\x19','\x4b','\x72','\x3f','\xc2','\x6f','\xb5','\xbd','\x10','\xf6','\xbe','\x43','\xc3','\x96','\x76','\xb1','\x5c','\xdb','\x3c','\xbe','\x55','\x9b','\xbd','\xd1','\xc5','\x67','\x3e','\x44','\xc3','\x7e','\x40','\x0e','\x7f','\x1c','\x48','\xea','\x7f','\x75','\x99','\xee','\x3f','\xb5','\x22','\xdc','\x77','\x79','\x25','\xc6','\x11','\xbf','\x08','\x67','\x79','\x4a','\x29','\x9e','\xea','\x59','\x0a','\x4b','\xeb','\x73','\x7d','\xcd','\x46','\xb3','\xb7','\x3c','\x89','\x6c','\xf7','\xa7','\xdf','\xba','\xba','\x9f','\x79','\xa3','\x74','\x18','\xeb','\x0e','\x69','\x26','\x1b','\x6c','\x23','\x8a','\xe0','\xef','\xff','\xf3','\x06','\xff','\xfa','\x3f','\x57','\x78','\xfb','\x71','\x1d','\xee','\x4c','\x9c','\xcc','\x9f','\x01','\x29','\xf1','\xcf','\xcd','\x43','\x0b','\x94','\xd0','\x1b','\x42','\x6f','\xdd','\xe6','\xc3','\xde','\xa0','\xef','\x8d','\xe7','\x03','\xa9','\x11','\x07','\x80','\xec','\xb6','\x37','\xf0','\xbe','\xc2','\xb8','\xbf','\x2a','\x74','\xc7','\x23','\xac','\xe5','\x24','\x29','\x3c','\xad','\x18','\x14','\xe3','\x25','\x26','\xeb','\xd2','\xf8','\x5e','\x6a','\xfc','\xaf','\x83','\x3c','\x56','\x63','\x31','\x66','\xec','\x31','\x52','\x37','\xe3','\xc7','\xbb','\x26','\x8e','\x7c','\xbc','\xeb','\x23','\x6e','\x8c','\x1c','\xd4','\x00','\x11','\xe0','\x72','\xb1','\xf3','\x86','\xd8','\x1a','\x87','\xc7','\x1e','\x2b','\xa3','\xb2','\x83','\x44','\xbc','\x95','\x22','\x86','\xb0','\xd0','\xde','\x8d','\x11','\x1a','\xf5','\xb8','\x49','\xe1','\xfa','\x64','\xb8','\x77','\x3a','\xc5','\xf7','\xc4','\x80','\x9c','\x1d','\x37','\x9f','\x6e','\x60','\x70','\xac','\x69','\x2e','\x77','\xb2','\x03','\x11','\x52','\xe0','\xdb','\xc1','\xae','\xab','\x85','\xc5','\xe7','\xc2','\x5f','\x59','\xb3','\x3d','\x04','\x21','\x0e','\x80','\x60','\x81','\x80','\x88','\x4e','\xb7','\x8a','\xc3','\xab','\x96','\xab','\x71','\x78','\x85','\x3e','\xec','\x65','\xee','\x67','\x74','\xf9','\x0a','\xb7','\x2f','\x60','\x1b','\xff','\xc0','\x02','\xb2','\xdd','\x42','\x44','\xa5','\xf1','\x03','\x90','\x0c','\xa0','\x33','\x2b','\xf3','\x95','\x15','\xfe','\x10','\x7c','\x98','\x0a','\xbf','\x1f','\xe7','\xc0','\xe2','\x57','\xfd','\xfd','\x4e','\x01','\x6e','\xd5','\x4a','\x57','\x5a','\x3f','\x88','\xdb','\x04','\x69','\xf9','\x64','\xf0','\xa9','\x6a','\xdd','\xe6','\xfb','\x43','\x76','\xd7','\x17','\xc5','\x2f','\x18','\x9d','\x22','\xbf','\xbd','\x61','\x80','\xec','\xb6','\xa3','\xb7','\xda','\xa3','\xb9','\x53','\xb8','\xa8','\x58','\xb2','\x93','\x22','\x2b','\x58','\x95','\x0e','\x2c','\xf5','\xb4','\xad','\xc1','\xe5','\x3a','\x76','\x7d','\x24','\xc2','\xdb','\x76','\x69','\xa3','\x8e','\x64','\x31','\xd9','\x34','\xf3','\x8a','\x79','\x8e','\x28','\xe7','\x42','\x54','\xbb','\xb6','\xee','\xfb','\x0e','\x88','\x8d','\x6d','\x87','\x99','\x3a','\x3a','\xb0','\xa2','\xe4','\x77','\xad','\x5c','\x55','\x63','\x85','\x9e','\xa2','\x66','\xcc','\x32','\xcb','\x77','\xa8','\xeb','\xae','\x04','\x59','\x3d','\xc9','\xed','\x08','\x0d','\x34','\xab','\xd4','\x6d','\x01','\x50','\x6c','\xe8','\x31','\x8d','\x9f','\x54','\xac','\x72','\x96','\xa1','\x1c','\xb2','\x1b','\x16','\x82','\x5d','\x8a','\x7a','\xb6','\x90','\xc5','\x07','\x91','\xdb','\xa0','\x02','\xd5','\x24','\x2b','\xe6','\xee','\x40','\xdf','\x43','\xe3','\xa5','\x3f','\xbb','\x01','\x34','\x8c','\x9f','\x9d','\x57','\xee','\xe5','\x8c','\x59','\x30','\x94','\x68','\xe4','\x55','\x23','\x8d','\xa3','\xbb','\x5d','\x7f','\x5c','\xe0','\xc7','\xef','\x57','\xf8','\xd7','\xff','\x5c','\xe1','\xed','\xc7','\x05','\xda','\xd6','\x12','\xad','\x93','\xd6','\x7f','\x6a','\x6e','\xb3','\x51','\xae','\x73','\xc2','\x05','\x4c','\xd8','\xaf','\x0d','\xda','\xde','\x00','\x77','\x02','\x8b','\xf9','\x3e','\xa0','\x13','\x01','\xf1','\x4e','\x51','\xdb','\x10','\x1a','\xb9','\xf3','\x4a','\x08','\xd3','\x19','\xa8','\x57','\xc1','\x4b','\xb9','\x55','\x30','\x86','\xd6','\xdf','\x01','\x16','\xca','\x76','\xe2','\xdf','\x38','\xd1','\xf9','\x63','\xa0','\xae','\x8b','\x04','\x40','\x0d','\xa1','\x53','\x1f','\xf3','\xa7','\x8b','\x9b','\x1b','\x00','\x39','\x37','\x8f','\xbe','\x8f','\x80','\x16','\x62','\x18','\xc9','\xb9','\x1f','\xb9','\x57','\x0c','\xa0','\x70','\x0b','\x11','\x7e','\x86','\x1c','\xfc','\x6d','\x6b','\xb0','\x31','\x0f','\x22','\x20','\x80','\x7d','\x8c','\xe9','\xe0','\x23','\x76','\xdf','\x18','\xc8','\xf7','\x95','\x6c','\x92','\x69','\xf6','\x8c','\xec','\x9a','\x76','\x68','\xfd','\x62','\x81','\x15','\x6a','\x5c','\x0d','\x7d','\x56','\xdb','\xf9','\x76','\xb8','\x4c','\x46','\x50','\xf8','\x4e','\xe3','\x5e','\x34','\xad','\xa5','\x86','\x4f','\x20','\xdf','\x25','\x24','\xf1','\x3c','\xbd','\xfb','\x6b','\x80','\xa9','\xff','\x5e','\x37','\x12','\xd7','\x45','\xfd','\xe0','\x2f','\x13','\x22','\x36','\xc8','\xef','\x4c','\x9a','\x95','\x51','\xb4','\x1a','\x23','\x6f','\x88','\x3c','\x3c','\x8e','\x1f','\x60','\x32','\x7f','\x3d','\x6d','\xea','\x95','\xb0','\xd6','\x1c','\x1e','\x48','\xfe','\x34','\x6c','\x6d','\x0b','\xb6','\x8c','\x44','\x81','\xbb','\x7b','\x11','\x6a','\x3e','\x03','\x54','\x46','\x57','\xf9','\x07','\x1e','\x82','\xb0','\xe8','\xe8','\x19','\xc0','\x21','\x90','\x29','\xf2','\x5f','\xc0','\xfd','\x5e','\xe5','\x92','\xf6','\xf5','\x60','\xec','\xb0','\x12','\x1c','\xaa','\x70','\x03','\xa8','\x00','\x1d','\xab','\xab','\x12','\x5e','\xd6','\x94','\x3c','\x3b','\xeb','\xe3','\x2f','\x9b','\xb4','\xfb','\x33','\xaa','\x9a','\x11','\x86','\x21','\xd5','\xd8','\xdd','\xed','\xfa','\xc3','\xa2','\x6e','\xe9','\x99','\x22','\xd9','\x59','\xb8','\xd3','\xc7','\x1e','\xc7','\xa0','\x90','\x91','\x7b','\xef','\x1a','\xa5','\xae','\x31','\xf2','\x46','\x64','\x87','\x73','\x81','\xf3','\x4a','\x33','\xb6','\xa1','\xa0','\x12','\x01','\xe0','\x2e','\xe7','\x42','\x28','\xb8','\x62','\x94','\xf2','\xe7','\x45','\xf4','\x47','\x6a','\x65','\x69','\x43','\xb9','\x7d','\x54','\xf4','\x0d','\x4d','\xb4','\xff','\x08','\x85','\x7a','\xe3','\x47','\xdc','\xd1','\xee','\x92','\x78','\xb0','\x9a','\xe3','\xdc','\xc3','\x24','\x39','\x49','\xdc','\x13','\x09','\x81','\xd0','\x54','\xb1','\x60','\x6c','\xc8','\x42','\xa7','\xe0','\x00','\x14','\x0d','\x61','\x56','\x64','\xfb','\xce','\x81','\x08','\x84','\xee','\x64','\x30','\x41','\x94','\x3a','\x70','\xee','\x96','\xe3','\x2e','\x83','\xb7','\xdf','\x2e','\xf0','\xaf','\xff','\x79','\x83','\xdf','\xfe','\x75','\x85','\xeb','\xdb','\x05','\xb0','\xa5','\x3b','\x7d','\x42','\x53','\x66','\xc3','\x2f','\x1b','\xa0','\xa3','\x8d','\x31','\x4c','\xf6','\xb8','\xab','\x73','\x9c','\x11','\xe9','\x9d','\xa0','\x73','\xa4','\xb8','\x8e','\x43','\x67','\xd4','\x3e','\xe9','\xa3','\x3f','\x86','\xbb','\x68','\x83','\xbe','\xc5','\xf0','\xe0','\x61','\x2e','\x7e','\x27','\x4d','\xee','\x8c','\x76','\x79','\x12','\xdf','\x6a','\x3d','\xe3','\x19','\x70','\x7b','\x91','\x83','\x7e','\xb8','\xcf','\x1a','\xb5','\xb1','\x28','\xd3','\x00','\x70','\x17','\xfa','\x26','\x55','\xfa','\x3b','\x91','\x06','\x3f','\x40','\x18','\x06','\xd0','\xf5','\xc7','\x06','\x97','\xb7','\x6d','\xb8','\xf4','\x4a','\x58','\x6c','\x00','\xe5','\x4b','\xb9','\x01','\x83','\x3f','\x34','\x68','\x04','\xb0','\x75','\x13','\x3e','\x04','\x5d','\x77','\x82','\x32','\x8d','\x95','\xe5','\xdc','\x5d','\x13','\xa7','\x53','\x5d','\x1f','\xb3','\xa2','\xf2','\xb7','\xcc','\x0a','\xd5','\xd8','\x72','\xb8','\xdd','\x33','\x22','\x82','\x87','\xdd','\x77','\xa3','\xcb','\xbf','\x29','\x28','\x0f','\x53','\x76','\x64','\xbc','\xc6','\xc6','\xc1','\x9d','\x7d','\xa5','\x2c','\xd5','\x9f','\x1f','\x26','\x6f','\x04','\xbd','\x14','\xa4','\x09','\x38','\xe3','\xf6','\x69','\x75','\xfe','\x03','\x77','\xa1','\xf7','\x7d','\x5a','\xa8','\x1a','\x0b','\xc7','\x07','\x06','\x50','\xef','\x7d','\x3a','\x24','\x74','\xea','\x90','\xf4','\xa3','\xf0','\x21','\x86','\xf3','\xfd','\x38','\x55','\x5e','\xe7','\x28','\x53','\x20','\x1c','\xa7','\x0a','\x2b','\x8c','\x70','\xdc','\xcc','\x57','\x2d','\x0b','\x31','\x5a','\xbf','\xc2','\xf6','\x11','\xba','\xfa','\xa8','\xe1','\x15','\xba','\x80','\x86','\x82','\xa9','\xfa','\xa3','\x2a','\x07','\xe3','\x85','\x9d','\xf3','\xb1','\x20','\x07','\x72','\x78','\x58','\x22','\x5c','\x85','\xd0','\xd6','\x49','\x6f','\xcc','\x42','\xb5','\xb1','\xcb','\xd0','\xe5','\x6d','\x83','\xb7','\xb7','\x0d','\x2e','\xd7','\x0b','\x5c','\xae','\xc8','\x3b','\xa9','\x86','\x44','\xd2','\xab','\xcd','\x50','\x91','\xdd','\x0f','\x11','\xda','\xe4','\x9e','\x03','\x3d','\x98','\x0b','\x54','\xef','\x64','\x77','\x73','\x91','\xcb','\xc3','\xab','\xc5','\x40','\x1c','\x24','\x81','\xff','\x8e','\xfa','\xc6','\x5d','\x30','\x97','\x6d','\x83','\xad','\x21','\xec','\xdd','\xaf','\xc2','\xc9','\x05','\x9d','\x7e','\xb5','\x84','\x40','\x57','\xee','\x73','\x1f','\xbb','\xb6','\xe4','\x5f','\xcb','\x57','\x64','\x6d','\x14','\x81','\xa6','\xff','\xaa','\x22','\x72','\x9f','\x98','\x0b','\x9d','\xfd','\x0e','\x2f','\x89','\xed','\x5a','\xad','\x1c','\x96','\x6d','\x88','\x84','\xe5','\xd0','\xcb','\x6e','\x72','\xfa','\x03','\xfc','\x78','\xcb','\xa5','\x81','\x4e','\x3b','\x8b','\x13','\x8d','\x5f','\x8d','\x03','\xe9','\x1d','\x80','\xba','\x92','\x5d','\x89','\x08','\xc1','\x38','\xfc','\xdd','\xc6','\x45','\x96','\xbf','\xfd','\x7e','\x85','\xdf','\xfe','\x35','\x76','\x7e','\x06','\x3d','\x11','\xf8','\xd5','\x73','\x19','\xf7','\xaa','\x79','\xe4','\xfb','\xfc','\x80','\x97','\x20','\x8c','\x9d','\x26','\xb8','\x36','\xb8','\xd2','\xa6','\x11','\xe3','\xa8','\x13','\xd0','\xce','\x27','\xf5','\x69','\xb4','\x18','\x09','\x80','\x08','\xc7','\x05','\x9c','\xb7','\xa1','\x0d','\x0c','\x77','\x3a','\x47','\x9b','\x2b','\x38','\xcd','\xc7','\x3e','\x91','\x51','\xf1','\x98','\x06','\x72','\xfa','\x20','\x7f','\x3d','\x93','\xdd','\xf8','\x81','\x9f','\x17','\x0e','\x97','\xb4','\x38','\xd1','\x00','\x01','\x36','\xcb','\x38','\x76','\xaa','\xc1','\x22','\x54','\xc2','\xa0','\x93','\xcb','\xd6','\xf8','\x6e','\xb1','\x31','\xe3','\xa8','\x3b','\xfa','\x72','\x06','\xb6','\x12','\xb2','\xf0','\x63','\x18','\x21','\xb3','\x61','\x43','\x00','\x68','\x00','\x3b','\xc1','\xb8','\x1f','\xb5','\x73','\x40','\x86','\x73','\xed','\x09','\xcf','\x1e','\x74','\xae','\xd8','\xf7','\x43','\x1d','\xc3','\xf5','\x8b','\x04','\x72','\xd1','\xff','\xc0','\xb3','\x8f','\xe4','\x26','\xea','\xea','\x73','\x53','\xb7','\xc0','\xbf','\x7a','\x49','\xe1','\xd3','\xa7','\x6a','\x1c','\x13','\x2f','\x8b','\xb7','\x7c','\x7d','\x3f','\x6d','\xe7','\x0c','\x44','\xa9','\x39','\xc8','\x4e','\x78','\x23','\xef','\x6a','\x06','\xdd','\x03','\xc3','\xc2','\x9b','\xfe','\x76','\x43','\xe3','\xa3','\xe5','\x9d','\xad','\x19','\xa0','\xee','\xbf','\x0f','\xab','\x4f','\x25','\x12','\x73','\xbc','\xbb','\xa3','\x65','\x80','\x65','\x31','\x07','\xd5','\x7d','\x7f','\x5a','\xf8','\x3e','\x34','\x9b','\xa3','\xc0','\x11','\xd1','\xfd','\x20','\x08','\x23','\xac','\xe4','\x3f','\x67','\x7e','\x5e','\x09','\xb8','\x7c','\xa8','\xe1','\xae','\xf1','\xf3','\x2a','\xf0','\x0c','\xe8','\x1b','\x2e','\x53','\x1c','\xae','\x32','\x1e','\xe6','\xa3','\xb0','\x1c','\xe3','\x99','\x6a','\xdb','\xc4','\xf0','\x19','\x9c','\xb5','\x8b','\x4f','\xbc','\x33','\x7c','\xc4','\x84','\x4a','\xba','\xaa','\xe1','\xc2','\x7f','\x87','\xbb','\xdb','\xa6','\xf7','\xfa','\x5c','\xf8','\x32','\x53','\xbf','\x14','\x3c','\xae','\xd7','\xf1','\x87','\xd1','\x67','\xb6','\x28','\x3b','\x15','\x41','\xc9','\x4e','\xab','\xac','\x76','\x41','\x62','\x87','\x6d','\x6b','\xb6','\xd2','\xe9','\x15','\x5e','\xa7','\xcc','\x92','\xf4','\x03','\x1b','\x49','\xb8','\x8d','\x7b','\x61','\x1a','\xdf','\x05','\x43','\xd4','\x61','\x17','\x63','\x10','\xac','\xbf','\x7c','\x80','\x87','\xc1','\xd0','\x2d','\x90','\xc2','\x87','\x69','\x92','\xcb','\xf5','\xc5','\x1c','\x79','\x12','\x69','\x9e','\xe9','\xe5','\xa3','\xf5','\x3a','\x69','\x5b','\xe1','\x04','\x00','\x3e','\xfc','\x1e','\x55','\xf5','\x26','\xdb','\x65','\xb9','\x6a','\x3c','\x69','\xf9','\x85','\x18','\x54','\xc3','\x5c','\xee','\xd8','\x11','\xc3','\x7b','\x56','\xbe','\x33','\x1a','\xd8','\x10','\xde','\x7e','\x6c','\xf0','\xaf','\x7f','\x5d','\xe1','\xf7','\x7f','\xbd','\xc1','\xf5','\x6d','\x53','\x63','\x5a','\xc2','\x53','\x4b','\x19','\x2b','\x01','\x6c','\xfc','\x65','\xee','\x7c','\xbb','\xf0','\x5a','\x0c','\xa7','\x31','\x0f','\x36','\x44','\xc0','\x37','\xa7','\x27','\x13','\x00','\xfc','\x79','\x83','\xdb','\xad','\x9b','\x79','\xcf','\x34','\x24','\x87','\xf1','\xc7','\xab','\x6d','\x44','\x35','\xfb','\xce','\x30','\x29','\xa0','\xc5','\xfb','\x2f','\xc4','\xa1','\xa4','\x7f','\xf0','\x8a','\xe2','\xe0','\x51','\x12','\xa8','\x85','\xa0','\xb3','\x5b','\x9c','\x19','\x12','\x28','\x97','\xde','\xca','\xae','\xa0','\x46','\x83','\xc4','\x10','\x0d','\xd2','\x57','\xa3','\xf4','\xb2','\x21','\x34','\x68','\x6c','\x64','\x89','\x12','\x81','\x40','\xd4','\x00','\x80','\xcf','\x43','\x02','\x95','\x73','\x77','\x82','\x34','\x67','\x06','\x89','\x2c','\x02','\x91','\xac','\xca','\x93','\xf7','\x4d','\xf4','\x93','\x61','\x94','\xc7','\x9d','\x7b','\xbb','\xbe','\x37','\x17','\xa9','\xa4','\x9e','\x26','\x44','\x50','\xb2','\x7f','\xb9','\x93','\xcb','\x77','\x50','\x19','\x3f','\x11','\xc8','\x78','\xab','\xf4','\xfb','\x20','\xe7','\x38','\x28','\xd8','\x60','\xb8','\x29','\x83','\xc8','\x06','\x82','\x2e','\x77','\xe8','\x81','\x7f','\x2f','\xa5','\xb9','\x2a','\xa0','\xe6','\x77','\xff','\xc0','\x3f','\x00','\x00','\xb6','\x68','\x5c','\x80','\x1a','\x40','\xdb','\xb6','\x2d','\xa2','\xc0','\xbd','\x10','\x9e','\x9e','\xeb','\xdf','\x97','\x49','\x84','\xd3','\x33','\xc5','\xea','\xd7','\x91','\x91','\x61','\xfd','\xeb','\x42','\x18','\xbb','\x92','\x3f','\xab','\xd9','\x18','\xff','\xf9','\x34','\x70','\xc7','\x18','\xca','\xb6','\x64','\xa2','\xf4','\xfd','\x61','\x69','\x80','\x95','\xbb','\x02','\xd7','\x6a','\xd1','\xcf','\x95','\x99','\x77','\x7d','\x24','\x34','\xaf','\xba','\xbb','\xed','\x12','\xd9','\x8d','\xd7','\xa9','\xb0','\x92','\xc7','\xf6','\xad','\xb5','\xb1','\x48','\x60','\xbb','\x3e','\xc3','\x08','\x6a','\x5b','\xd3','\xd5','\x4c','\x59','\x07','\x91','\xf3','\x14','\xda','\x86','\xd0','\x0f','\x76','\xa0','\x59','\x0d','\x19','\x8a','\xb8','\xbb','\x56','\x8c','\xf2','\x10','\x4d','\xd1','\xf1','\xa4','\xc1','\x3a','\xbe','\x34','\xc3','\x42','\x65','\x8f','\xf7','\x72','\x77','\x62','\x1e','\x0b','\x55','\x98','\xfc','\x3b','\x98','\xe4','\x52','\x09','\x73','\xb7','\xcf','\x83','\x3b','\xaf','\xfe','\x9a','\x96','\x7f','\x4f','\xdf','\xb9','\x5b','\xf1','\x53','\x30','\x1a','\x46','\xfa','\x9b','\x69','\xca','\x13','\xe7','\xd1','\x44','\x96','\x7c','\x6e','\xde','\x04','\xd3','\x49','\x0d','\x2d','\x0d','\x90','\xad','\x63','\x95','\x16','\xa5','\x4d','\x31','\x65','\xe3','\x87','\xc0','\xa5','\xf1','\x36','\x05','\x59','\x70','\x8e','\xeb','\x75','\x83','\xdf','\x7f','\x7f','\x83','\xdf','\xff','\x35','\xc2','\x5c','\x03','\xa2','\x9e','\x19','\x12','\xe3','\x27','\xa3','\x3b','\xf3','\xfc','\xba','\x03','\xb3','\x1d','\xe0','\x9f','\xc6','\xe2','\x41','\x83','\xeb','\x1b','\xf0','\x4e','\x0f','\x5f','\xa0','\xca','\x11','\xc5','\xbc','\x4b','\x15','\x75','\x82','\x1d','\x3a','\xe0','\xc6','\xae','\x81','\xc5','\xb9','\xb9','\x4f','\x83','\xaa','\x11','\x27','\xe8','\x85','\x67','\x17','\x27','\x3f','\xc1','\x73','\xcf','\x9c','\x53','\x38','\xfc','\xbc','\x9a','\xe3','\x73','\x2a','\x3f','\x17','\xd5','\x08','\x02','\x00','\xe2','\xc5','\x15','\x22','\x80','\x8e','\x8e','\x96','\x91','\x2c','\x24','\x39','\x01','\xf4','\x9b','\xd1','\x35','\xb6','\xa2','\x1a','\x72','\x6d','\x19','\xd9','\xa1','\x35','\x94','\x0a','\x80','\x36','\x76','\xa5','\xe5','\x33','\x48','\xd4','\xdc','\xce','\xf2','\x51','\xf3','\xca','\x04','\x76','\x27','\x58','\x34','\xfa','\x5c','\xdf','\xcf','\x59','\xc2','\x94','\x6b','\x8d','\xef','\xb3','\x72','\xe7','\xd3','\x44','\x6e','\xea','\x90','\x3b','\xd7','\xc0','\xb0','\xb3','\x36','\x79','\x1d','\x50','\xdc','\x75','\xcd','\xd5','\x7f','\x89','\xca','\xf1','\x7d','\xf5','\x9a','\x57','\xc0','\xd4','\xbd','\x44','\xca','\xd7','\xf4','\x2d','\x8f','\x87','\x8c','\xb1','\xb2','\x57','\x42','\x68','\xc8','\x0b','\x84','\x52','\x90','\xdf','\xe5','\x23','\xa3','\x25','\x7f','\x42','\xcd','\x93','\xde','\x11','\x9d','\x1e','\xd9','\xdd','\x47','\x30','\x93','\xcb','\xd7','\x70','\xb8','\x07','\x58','\xda','\x17','\xc3','\x23','\x18','\x7d','\x4d','\x5f','\xad','\x82','\x20','\x1c','\x5e','\x84','\xda','\x5a','\x9b','\x22','\x25','\xfc','\xb3','\x23','\xf4','\x8b','\xe0','\x33','\xa9','\xfc','\x4b','\x97','\x4a','\x1e','\x9b','\xb6','\x87','\xd1','\x7c','\x44','\xc9','\xaa','\xac','\xa9','\x22','\x9f','\x04','\x39','\x68','\xd8','\x94','\xdb','\xed','\xbd','\x8f','\x20','\x07','\xa2','\x80','\x2a','\x9a','\x85','\x2a','\xaf','\x8a','\xe8','\x70','\x21','\xdb','\x2e','\x08','\xdb','\x65','\x9c','\xef','\x91','\x20','\x07','\x8d','\xef','\x62','\x51','\xe6','\x8d','\xd1','\x18','\xf6','\x5e','\x46','\x76','\x90','\xdd','\xad','\xd8','\x3a','\xa3','\x65','\xd1','\x0c','\x05','\x0c','\x16','\x4c','\xec','\x0b','\x24','\x64','\x5d','\xc6','\x85','\xc0','\x76','\x2b','\x67','\xc3','\xd8','\xeb','\xd0','\x3b','\xc2','\xed','\x7d','\xd7','\x50','\xb9','\x41','\x41','\xb8','\x2b','\x11','\x2a','\x11','\xf3','\x00','\x7c','\x94','\xee','\xd4','\x88','\x3c','\x3f','\x39','\xc2','\x58','\x62','\xa4','\xaf','\x72','\x6d','\xe7','\x8c','\xf1','\x47','\xa0','\x8a','\x9c','\xb8','\x73','\x98','\x80','\xe6','\xb2','\x8b','\xbe','\xd2','\x5f','\x32','\xe6','\xdd','\x8d','\xbd','\x18','\x4a','\x29','\xb1','\x18','\xf0','\xdb','\xa5','\xc1','\x8f','\xdf','\x2f','\xe3','\xcc','\xcf','\x8f','\x71','\xe6','\x47','\xdc','\x1d','\x73','\x3b','\x74','\xc1','\x80','\x11','\x0d','\x6d','\x9e','\x7e','\x40','\xac','\xb7','\x6a','\x3f','\x2f','\x3e','\x6c','\x5b','\x03','\xfc','\x31','\x76','\xae','\xf6','\xf7','\x0e','\xfb','\x8d','\xa0','\xbf','\x47','\x05','\x93','\x88','\x0f','\xd4','\x7b','\x77','\xa9','\x67','\x35','\x8d','\xbf','\x0d','\x9c','\x9c','\x37','\x05','\xab','\x34','\x05','\x2f','\x66','\x47','\x5e','\xd8','\xa0','\x66','\xf7','\xe2','\x88','\x81','\xe0','\x77','\x7f','\x3a','\x9f','\x29','\x6b','\x88','\xfa','\x9f','\xe7','\xa3','\x34','\x55','\x06','\x6c','\x2c','\x8d','\x9d','\xf0','\x26','\x2f','\x68','\xfc','\x47','\xd0','\x80','\xa8','\x07','\x83','\x22','\xb4','\x94','\x27','\xc5','\x14','\x70','\xc4','\xcf','\x0d','\x77','\xa0','\x4e','\x68','\x75','\x94','\x17','\x26','\x90','\xe1','\xe4','\x17','\x0f','\xd8','\xda','\x91','\x73','\x75','\x5e','\x14','\x44','\x6c','\xe2','\x53','\x35','\x47','\x4e','\xed','\x62','\x7d','\x06','\xdc','\xa9','\xf7','\xef','\x30','\x55','\x64','\xd8','\xa2','\xf1','\xe3','\x7e','\x3b','\x30','\xa9','\xe8','\x0c','\xe4','\xf1','\x01','\x1a','\x60','\x08','\xce','\x23','\xe7','\x39','\x65','\xbd','\x49','\xdf','\x93','\x49','\xd7','\xaf','\x82','\xcc','\x42','\xbf','\x54','\xad','\xfa','\x07','\x0e','\x21','\x6f','\xdc','\x20','\x22','\x5c','\x2e','\x97','\x52','\xbf','\x3c','\x3c','\x03','\x54','\xf9','\xcc','\x7d','\x2d','\x99','\xad','\x6b','\xfb','\xd5','\x8c','\x22','\xaa','\xcc','\xb8','\x98','\x01','\xe7','\xa6','\x05','\x79','\xe6','\x9f','\x05','\xd3','\x94','\xf8','\x2c','\x86','\x27','\x51','\xf9','\xc4','\xd9','\xfb','\xca','\xa2','\x03','\xf1','\xce','\x5c','\x14','\x64','\x85','\x11','\x80','\x15','\xc7','\x36','\x6e','\x0a','\x97','\x9e','\xdd','\xd5','\x08','\x80','\x60','\x99','\x4c','\xba','\xa0','\xe3','\xde','\x4d','\xce','\xcf','\xbc','\x35','\xb8','\x5e','\x86','\xab','\xdb','\xe5','\xd2','\x38','\xba','\x9b','\x69','\x12','\x04','\x43','\xf1','\x0b','\x77','\xa0','\x90','\xf0','\x6a','\x53','\x12','\x75','\x27','\x28','\x18','\x3f','\x2b','\x61','\x3c','\x5e','\xf6','\x9e','\x04','\x89','\x2f','\x4b','\x05','\x83','\x16','\x6c','\x3a','\x84','\x53','\x92','\x6f','\xef','\x1d','\x00','\x76','\x00','\x20','\xbe','\xe8','\x92','\x6c','\xf7','\x20','\x75','\x82','\xf4','\x41','\x52','\x21','\xb4','\xf6','\x48','\x9b','\xb1','\x80','\x43','\x21','\xe4','\x95','\x9d','\x33','\x20','\x55','\x86','\x0c','\x0f','\x18','\x3f','\x04','\xba','\x63','\x21','\x2b','\x8a','\xd9','\x95','\x8d','\x12','\x71','\xaa','\xb1','\x7a','\xc2','\x08','\x0a','\x38','\x3a','\xe3','\x6a','\x84','\xae','\xb6','\x4a','\xd0','\xab','\x02','\x69','\x75','\xda','\xdc','\x19','\xeb','\x7a','\x10','\x01','\xb6','\x0d','\xe1','\xed','\xb7','\x0d','\x7e','\xfb','\x7d','\xec','\xfc','\x98','\x6b','\x13','\x94','\xe3','\x66','\xed','\x70','\x2b','\xa7','\x55','\x23','\x7d','\xbe','\xa3','\x37','\xdc','\x49','\xb2','\x10','\x70','\x7d','\x1b','\x97','\xfa','\xde','\x6e','\x3b','\xcf','\x27','\x72','\x0a','\x09','\xe8','\xe2','\x42','\xef','\x04','\x6d','\x27','\x3e','\x4f','\x72','\xcc','\x7e','\x16','\xa8','\x2d','\x52','\x56','\xe6','\xe5','\x0b','\xe0','\xd3','\x15','\xd3','\x75','\x4f','\x7b','\x65','\x51','\x16','\x4e','\x2c','\x05','\xaa','\xb1','\x1d','\x8c','\xa0','\x36','\x0c','\x94','\x76','\xf3','\x67','\x63','\x4c','\xf8','\x0b','\xdd','\x37','\x1c','\x46','\x91','\xbf','\xa3','\x29','\xf2','\x0e','\x98','\xe6','\xbb','\xf2','\x4f','\x18','\xb2','\x69','\xb8','\xce','\xb2','\xf1','\xc3','\xa1','\xdb','\x09','\x30','\x2c','\x46','\xb9','\x0d','\xde','\x5a','\x1c','\x06','\x23','\x08','\x74','\x21','\x41','\x5b','\x9a','\x0c','\x65','\x73','\xc2','\x8d','\x1f','\xc8','\x21','\x8c','\x52','\x98','\x7d','\x38','\x18','\xa7','\xd9','\xea','\x9f','\xee','\x8e','\x3b','\x2e','\xe0','\x65','\x30','\x9a','\x90','\xf0','\xfd','\xd5','\x0a','\xcd','\x8b','\x40','\x67','\x27','\x2f','\xca','\xa1','\x30','\x87','\x40','\x10','\xf1','\x5c','\xa5','\xe4','\x53','\x12','\x57','\x17','\x4f','\x49','\x92','\xbc','\x6c','\x84','\xd6','\xc8','\xd1','\x32','\x39','\xbe','\x7b','\xd2','\xba','\x5d','\xad','\x03','\x1d','\x41','\x98','\x86','\x98','\xc5','\xd4','\xe7','\x0f','\xe2','\x33','\x38','\x7f','\x05','\x7c','\x2b','\x5c','\x28','\x06','\xe2','\x19','\x8b','\x41','\xfd','\x38','\x08','\x42','\x75','\x48','\xa8','\x32','\x80','\x7e','\x35','\x7c','\x9f','\x8e','\x7e','\x42','\xfc','\xf2','\x6a','\x2a','\x80','\x29','\x41','\x0a','\x49','\x61','\x7e','\x69','\x43','\xb1','\xfa','\xb9','\x32','\xda','\x5e','\x58','\x6d','\x25','\x60','\x5e','\x00','\x95','\x02','\x84','\x18','\x23','\xbc','\x09','\x67','\xda','\x89','\xf4','\x02','\xc0','\xde','\x85','\x63','\xce','\xca','\xa1','\x96','\x89','\xa2','\xec','\xe1','\x30','\x76','\xd8','\xcd','\x6d','\x5c','\x30','\xe9','\x83','\x1c','\x8c','\x02','\x34','\x7a','\x56','\xa5','\x68','\x8a','\x81','\x23','\xa1','\x83','\xbd','\xac','\xee','\xe2','\x5e','\xe2','\x71','\x20','\xc3','\xcb','\x65','\x09','\xae','\x71','\x59','\x3f','\x2d','\x34','\x18','\x53','\x80','\x87','\xdf','\x7e','\xff','\xb9','\xc3','\x7e','\xeb','\xc1','\x3d','\xc4','\xb7','\x5f','\x77','\xae','\xbc','\xf1','\x96','\xe9','\xb3','\x5a','\xa2','\x3e','\x0b','\xba','\xca','\xbb','\xf8','\x5e','\x0d','\x28','\xcd','\x2f','\xef','\xd5','\xac','\x39','\xfc','\xd8','\xaa','\x74','\xe2','\x97','\xeb','\xa1','\x0a','\x55','\x7b','\x6f','\xcc','\xf9','\x18','\xd1','\x22','\x6c','\x7c','\x35','\x9f','\xa2','\xfd','\xa3','\xf4','\x20','\x07','\xd8','\x27','\x3c','\x82','\xa2','\x88','\xb0','\x5d','\x1b','\xfc','\xf8','\xfd','\x0a','\x6f','\xce','\xf8','\xe9','\x7c','\xd1','\xa5','\xda','\xe0','\x55','\xfd','\x2b','\x5c','\xac','\x09','\x56','\x67','\x91','\xd4','\xb2','\xb8','\xce','\xc0','\xb1','\x13','\x74','\xfd','\xb1','\xc1','\xf5','\xfd','\x32','\xce','\x01','\xfd','\xdc','\xa3','\x31','\xdd','\x51','\xef','\xa5','\x41','\x00','\x68','\xd0','\xa0','\x35','\x18','\xc1','\x10','\x0e','\xea','\x39','\x40','\x20','\x81','\x0d','\xee','\xd2','\x78','\xca','\x73','\xe4','\x5e','\x1d','\x44','\xb1','\x0f','\x9f','\x65','\x5a','\x65','\xbe','\x3c','\x6f','\x6a','\x15','\x66','\xed','\xae','\x68','\x46','\x90','\x0c','\x85','\x18','\x3b','\xc1','\x85','\xcb','\xe7','\xec','\x04','\xd4','\x10','\x1a','\x0c','\x3e','\x26','\x01','\x11','\xbc','\x71','\x25','\x0a','\x64','\x68','\x7b','\xc0','\x7a','\xa4','\xdf','\x5a','\x1b','\x73','\x60','\xeb','\xc0','\xfb','\x7b','\xd0','\xd5','\xfd','\x92','\x15','\xcf','\x64','\x4c','\xf9','\xb9','\x56','\x83','\x04','\x5f','\x49','\xf8','\xf8','\xba','\x01','\xd4','\xed','\x37','\x49','\x2d','\xfe','\x61','\xe5','\x5b','\x04','\x38','\xd7','\x57','\x5c','\xc7','\xc4','\x46','\x54','\xbc','\xce','\xb2','\xf7','\x4b','\xb6','\x85','\x5c','\x43','\xa9','\x78','\x5f','\x51','\x47','\xee','\xc6','\xef','\xa3','\x03','\x0d','\x98','\x58','\xad','\xbc','\x53','\xde','\x49','\xfc','\x1b','\x27','\x43','\x9e','\x9c','\x3c','\x1e','\x41','\x53','\x00','\x86','\xf7','\x82','\x4b','\xe7','\x16','\x95','\xd0','\xc9','\x76','\x40','\xd6','\x31','\xb8','\xe2','\xae','\xf2','\x13','\x95','\xb6','\xcf','\x8a','\xad','\x23','\xde','\x54','\x67','\x8d','\x34','\xf9','\x2b','\xc6','\xe4','\xd7','\x1a','\x43','\x5f','\x65','\xf2','\x3d','\x0e','\x94','\x43','\xfe','\x03','\xc0','\xfb','\xfb','\xfb','\xfd','\x20','\x08','\x19','\x56','\x97','\x07','\xfd','\x03','\x9f','\x03','\x47','\xab','\xc1','\x7f','\x45','\x78','\xc4','\x5d','\x29','\x65','\x9c','\xa1','\x62','\x64','\x62','\x50','\xe2','\x88','\x5e','\xe4','\x8d','\x11','\xea','\x12','\x65','\xcb','\x22','\x24','\xe9','\xf2','\xa4','\x2f','\x0f','\x4c','\x91','\x18','\xe7','\x7c','\x1a','\x5c','\x2e','\xe3','\x4e','\x1f','\xd9','\xf1','\x69','\x97','\x06','\x1b','\x1b','\x3e','\x43','\x09','\x1d','\x85','\xa9','\x32','\x22','\xe5','\x09','\x33','\xd6','\x72','\xc9','\x09','\x57','\x8f','\xbf','\x0b','\x73','\xee','\xd3','\xca','\x77','\x72','\x7d','\xe7','\xd3','\x25','\x23','\x47','\x58','\xd0','\x24','\xb7','\x11','\xd4','\xe7','\x5f','\x22','\xdc','\xed','\x6a','\xb0','\x01','\x47','\x14','\x63','\x25','\xd2','\xdd','\x77','\x34','\x0b','\x26','\x98','\xc6','\xe2','\x29','\x66','\xbf','\x50','\xd4','\xca','\x74','\x1f','\x80','\x6c','\xa4','\x8c','\x7f','\x51','\x2d','\x1a','\xcc','\x69','\x4c','\xf6','\xce','\x05','\x64','\x23','\x2a','\xe1','\x5f','\x35','\xe9','\x8c','\x10','\x1d','\xc6','\x8f','\xd0','\x06','\x59','\x41','\x5e','\x11','\xe4','\xe7','\xed','\xda','\xe0','\xc7','\x6f','\x57','\xf8','\xf1','\xdb','\x05','\x2e','\xd7','\x6d','\x90','\x86','\x3b','\xf7','\x53','\x41','\x50','\x1c','\x0e','\x90','\x59','\x16','\x91','\xb4','\x2e','\x9f','\x0e','\x61','\xcc','\x8f','\xeb','\xdb','\x06','\x3f','\x7e','\xbb','\x0c','\xa3','\x5a','\x76','\x55','\x81','\x9c','\x62','\x3e','\x76','\x5b','\x77','\x44','\xc0','\x46','\xc0','\xf1','\xcb','\xbe','\x2d','\x78','\x9d','\xfd','\x2b','\xf9','\x6f','\xdd','\x27','\x74','\x87','\xb6','\x66','\xe3','\x4f','\xde','\xe6','\x85','\x0c','\x75','\x8f','\x03','\xd7','\x46','\x31','\x7a','\x4a','\x5e','\xe2','\xde','\x49','\x85','\x0d','\x61','\xe3','\x60','\x2e','\xbb','\xa4','\xe2','\x3b','\x82','\x94','\x8e','\x7d','\x7a','\xc7','\x36','\xa6','\xf3','\x84','\x21','\x4d','\xaa','\xb5','\x40','\xc2','\x66','\xf0','\xd8','\xcd','\xdf','\x78','\xf7','\x5d','\x02','\xce','\xd8','\xa2','\x16','\x18','\xe1','\x7b','\x66','\xb9','\xea','\x48','\x1a','\x72','\xe3','\x69','\xf9','\xf4','\x0f','\x3c','\x04','\xca','\x52','\xfc','\x1c','\x4b','\x8c','\x38','\xc8','\xc8','\x6c','\xf0','\x3b','\xa6','\xa4','\x81','\xb2','\x91','\x63','\xbe','\xf2','\x1d','\x86','\x44','\x00','\x1b','\xe1','\xd8','\x81','\x26','\xc9','\x63','\x95','\xd0','\x67','\xad','\xc6','\x9e','\x00','\x0d','\xce','\xf4','\x0f','\x7c','\x09','\xe4','\x61','\x16','\x1e','\x75','\x78','\x06','\x68','\xdb','\x36','\xb8','\x5e','\xaf','\xe1','\xa3','\xb8','\x73','\x7c','\x78','\xe8','\x3e','\xa8','\x07','\xff','\x65','\x49','\xa7','\x58','\xba','\x29','\x99','\x2e','\x19','\xb3','\xff','\x12','\x54','\x0e','\x14','\xbb','\x12','\x92','\xd1','\x71','\x1a','\x1e','\x69','\x8e','\x57','\xbe','\xf5','\xdf','\x7a','\xd5','\x58','\x64','\x9d','\xba','\x7d','\xb0','\xbb','\x1b','\xc0','\xd0','\x29','\x35','\xac','\xf5','\xde','\x45','\xde','\x4f','\xed','\xcf','\xb2','\x58','\xee','\x05','\xba','\x5e','\x1b','\x5c','\xdf','\x2e','\xe3','\x9c','\xcf','\x5b','\xb3','\x43','\xc5','\xbe','\x3e','\x65','\x66','\x73','\xc4','\x38','\x3b','\xcf','\x63','\x0c','\x57','\x94','\xda','\xec','\x7a','\x32','\xb6','\x6a','\x9d','\xd1','\x24','\xf4','\xc1','\x7f','\x85','\xb1','\x7b','\x57','\x13','\x57','\xa2','\x19','\x2e','\x55','\x1f','\xb1','\xcf','\x7f','\xe7','\xbb','\x7e','\x1a','\x36','\xbd','\xb3','\x68','\xbb','\x0c','\x85','\x46','\x56','\xea','\x77','\x17','\xd6','\xd8','\x0b','\xa3','\x7a','\x41','\xd4','\xab','\x0e','\x95','\xc9','\x91','\xec','\x88','\x8a','\xf7','\x9f','\xa4','\x8b','\x42','\x4e','\xba','\xf6','\xad','\xf0','\xb3','\xa4','\xc3','\x0d','\xce','\x10','\x98','\x95','\xc6','\xb5','\xf2','\x94','\x77','\x62','\xfc','\x4a','\x72','\x35','\x7d','\x4e','\x4d','\x23','\x92','\x6e','\x66','\x1a','\xd0','\xb2','\x86','\x20','\xf7','\x74','\x80','\x38','\x02','\x1f','\xbc','\xfd','\x76','\x81','\xeb','\x65','\x53','\xbd','\x81','\xb8','\xed','\x93','\x3c','\x47','\xf7','\x23','\x18','\x6f','\xda','\x08','\x97','\x90','\x69','\xac','\x40','\x7a','\x52','\x56','\x52','\x43','\xb1','\xd9','\x3d','\x33','\xd7','\xf7','\x0d','\x6e','\xef','\x0d','\x6e','\xfb','\x0e','\xd0','\xe3','\x45','\x87','\xa4','\x46','\x1e','\x88','\x76','\x5e','\x0e','\xd8','\xdd','\x7e','\x2b','\x79','\xd4','\x4c','\x69','\x67','\x48','\x2a','\xdb','\xb7','\x8e','\xf1','\xce','\xc5','\xa6','\x02','\x57','\xba','\xbb','\xdf','\xc1','\xa8','\xe1','\x08','\x33','\xe1','\x59','\x73','\x65','\x32','\xbf','\x30','\x26','\x05','\x80','\x61','\x40','\x8b','\xa1','\x09','\x00','\x61','\x51','\xc3','\x07','\x7c','\x41','\xae','\xbe','\x77','\x82','\xe6','\xfa','\x91','\x98','\xbf','\xf8','\xb6','\x24','\xfb','\xc5','\x50','\x41','\x04','\x68','\x63','\x27','\x0f','\x2e','\x23','\x97','\xb8','\xc3','\x8d','\xd8','\x70','\x04','\xb0','\x3b','\x63','\xc2','\xd1','\xdd','\xa0','\xef','\xa2','\x67','\xb4','\xff','\x44','\x81','\xd5','\xca','\x8c','\xc6','\x05','\x51','\x4e','\x96','\x0d','\xa0','\x4e','\xb2','\xab','\xdf','\x99','\xc7','\xc8','\x1c','\x27','\xdd','\x15','\x98','\x7a','\x5e','\xda','\xca','\xb4','\xe8','\xd8','\x71','\x39','\x4c','\x0f','\x4b','\xe3','\x33','\x0a','\x8b','\xe7','\x61','\xb9','\x0e','\xdf','\x2f','\xe0','\x15','\xff','\x08','\xab','\xb1','\xfa','\x4e','\x60','\x0b','\x78','\x9e','\x86','\x2d','\xf0','\x84','\x44','\x7c','\x9b','\xe4','\x3e','\x85','\xa7','\xf1','\xcb','\x87','\x07','\x17','\x5e','\x02','\xbc','\xe0','\x22','\x7d','\x85','\x83','\x9f','\xb5','\x2e','\xf5','\x44','\xd9','\x89','\xf4','\xb9','\x06','\x2f','\xc2','\xb1','\x3c','\xfa','\x6f','\x82','\x5f','\x4d','\x9f','\x55','\x30','\xb7','\xbb','\x67','\x80','\xfe','\xd9','\x01','\xfa','\x00','\x60','\xf1','\x53','\x0f','\x7b','\x26','\x85','\x64','\x05','\x9f','\x45','\x2d','\x98','\xaa','\xfe','\xa8','\x35','\xb9','\xd4','\xb8','\x4f','\xa4','\x39','\x53','\xbc','\x23','\xd2','\xe0','\x86','\xe4','\xe5','\xab','\x18','\x3d','\xcc','\x0c','\x7d','\x84','\xb4','\xde','\x49','\x03','\x1d','\x40','\xce','\x53','\xd4','\x27','\x86','\xcf','\xe5','\x3a','\x04','\xeb','\x95','\xc3','\x5a','\x5f','\xb6','\xa6','\x7e','\xf3','\x72','\xc8','\x18','\x1c','\xb3','\xf5','\x7e','\x51','\xc1','\x60','\x10','\x25','\xb7','\x12','\xac','\x6a','\x1c','\xc9','\x07','\x17','\xfd','\xcf','\xa5','\xf3','\xf9','\x29','\x17','\xa2','\xca','\x0b','\x2b','\xb1','\x15','\xd7','\xa5','\x21','\x3c','\x65','\x47','\xec','\x7a','\x45','\xb8','\xfe','\x18','\x3b','\x09','\xd7','\xb7','\x06','\xad','\x35','\xd8','\xf7','\x0e','\x3f','\xff','\xb8','\xc1','\xcf','\x3f','\xc7','\xe5','\xc7','\x72','\xe9','\x31','\x01','\x02','\xf2','\xe5','\x96','\x2a','\x8f','\x4f','\x8e','\xa7','\x57','\xd6','\xfc','\xb9','\x84','\xd0','\xb0','\x13','\xb0','\x4c','\x56','\x28','\x9e','\x67','\xca','\x12','\x45','\x30','\x6a','\xf2','\x73','\x85','\xaa','\x93','\x79','\x24','\x8e','\x56','\xee','\xa4','\x38','\xff','\xd7','\x7f','\x72','\x55','\xa9','\xbb','\x11','\x4b','\xe5','\x15','\xfe','\x04','\xa0','\xf4','\xf8','\xf6','\xdb','\x05','\xde','\xde','\xb6','\x71','\x06','\x03','\x46','\xfe','\xa0','\x1a','\x79','\xdb','\x46','\xdb','\x10','\xfd','\x9f','\x83','\x82','\xe1','\x71','\x90','\x4f','\x8b','\xf6','\x2d','\xec','\x1f','\x00','\x18','\xca','\xe8','\xf5','\x3a','\x76','\x81','\xde','\x7f','\xee','\xf0','\xfe','\xb3','\xc3','\x0e','\x7c','\x28','\x89','\xf1','\xe8','\x44','\xd0','\x38','\xc4','\xfc','\x46','\x30','\x2c','\xaa','\xc2','\xb0','\xc8','\x75','\x7a','\xc0','\xe2','\x43','\xc4','\xc5','\x6b','\x93','\xf6','\xf6','\x88','\xe4','\x96','\x81','\x56','\x7c','\x63','\x9f','\xe0','\x5f','\xd1','\x8e','\x22','\x53','\xb4','\xcf','\xd6','\x5f','\x14','\x36','\xcd','\x1d','\x37','\x21','\x25','\x92','\x96','\x8c','\x21','\xb2','\x91','\x30','\xce','\xfb','\xb0','\xdb','\x21','\x10','\xf4','\xce','\x0b','\x16','\x08','\xec','\x1a','\x4c','\x81','\x97','\xe6','\xe6','\x0a','\x9b','\x1b','\xd5','\x21','\xcf','\x07','\x3e','\x8c','\x8e','\x00','\x17','\xd8','\x00','\x71','\x07','\xc0','\x06','\xfd','\xb6','\x03','\x10','\xc2','\xde','\x58','\xc1','\xcc','\xcc','\x82','\xf9','\x13','\xaa','\xd2','\x9a','\x2a','\xa2','\xd0','\x24','\xab','\x5f','\xfa','\x90','\x5f','\x88','\x6b','\xb3','\x28','\xbc','\x16','\x42','\xde','\xfa','\x25','\xce','\x81','\xaa','\x4d','\x32','\x19','\x4f','\x86','\xf1','\x7e','\x14','\xce','\xc8','\xf8','\xff','\x52','\xc8','\xec','\x11','\xc9','\x8d','\xef','\x78','\x93','\x0c','\x7d','\x6f','\xfc','\x8c','\xe7','\xc1','\x4f','\xd1','\x84','\x23','\x9a','\x08','\xf6','\x6b','\x3b','\xe8','\x84','\x3d','\xaa','\xcb','\x37','\x9f','\x47','\x72','\x2e','\xc7','\xcf','\xde','\x71','\x99','\x87','\x78','\x32','\x60','\xd3','\xcb','\x4f','\xb9','\x4b','\xf3','\x1f','\x38','\x84','\xad','\x45','\xbb','\x45','\x0c','\xa0','\xc3','\x33','\x40','\xfb','\xbe','\xeb','\x41','\x21','\x19','\xb4','\x7d','\xdf','\xef','\xc9','\xac','\x63','\xf8','\x60','\xc6','\x5f','\x6d','\x49','\x7a','\x58','\xe2','\x52','\x31','\x3d','\xd5','\x8d','\x17','\x5a','\xb7','\x07','\xd5','\xd3','\x4f','\xb4','\xf2','\x11','\x65','\xd2','\xeb','\x79','\x5e','\x79','\x2f','\xea','\x7f','\x09','\x3c','\xad','\x34','\xf0','\x58','\xd3','\x50','\xbe','\x07','\x38','\xc5','\xb9','\xd0','\x8a','\x6c','\x95','\x93','\x93','\x10','\x85','\x73','\x15','\x3e','\xb4','\xf5','\xd1','\x10','\x20','\xaf','\x2a','\xfa','\xc8','\x6e','\x12','\xdd','\x2d','\xef','\xec','\x84','\xc8','\x46','\x4e','\xd8','\x29','\x83','\x76','\x0a','\x68','\x50','\xd2','\x33','\x03','\x74','\xdf','\xe2','\xce','\x8f','\xff','\xe6','\x94','\x58','\x27','\xcd','\x09','\x8c','\xa1','\xfa','\x1d','\xa6','\x50','\x03','\x7f','\xef','\xdc','\x0f','\xad','\x21','\x5c','\x7f','\x6c','\xf0','\xaf','\xff','\x73','\x85','\xdf','\xff','\xe7','\x0d','\x2e','\x97','\x71','\xab','\xfc','\x9f','\x7f','\xdc','\x34','\x62','\xd4','\x68','\x6f','\x1b','\xe5','\xf3','\x8d','\xf3','\x66','\xd5','\x55','\x43','\x9b','\x2f','\x7e','\xa3','\xf0','\x45','\x65','\x10','\x42','\x6c','\x47','\x01','\xe4','\xb5','\xb1','\xd4','\x47','\x00','\xf0','\xbc','\xeb','\x42','\x79','\xff','\x0f','\xda','\x8e','\x14','\xc1','\xf0','\x49','\x3f','\xa3','\xb4','\x64','\xe5','\x58','\x85','\xb4','\x95','\x67','\x3b','\x44','\x36','\x28','\x39','\x28','\x86','\x37','\x80','\xf5','\xb5','\x32','\x58','\x94','\x49','\x00','\xad','\x21','\xbc','\xbd','\x6d','\x70','\x7d','\x1b','\xe7','\xce','\x24','\x8f','\x57','\x4a','\xcf','\xf7','\x89','\x33','\x17','\xc8','\x42','\xa4','\x7b','\xe3','\x6c','\x05','\x46','\xe6','\x43','\xe1','\xf6','\x7d','\xd5','\x5a','\x83','\xeb','\x75','\x83','\xeb','\x75','\x83','\x3f','\x1a','\x02','\xdc','\x80','\xef','\x23','\x92','\xce','\x05','\xbb','\xe7','\xa8','\x77','\x68','\xd8','\x56','\x43','\x7c','\x58','\x7f','\xf5','\xb2','\x56','\x3a','\xc8','\xf5','\x29','\x7a','\x7d','\x57','\xd3','\x2f','\xbc','\x3a','\x1f','\x04','\x2a','\x7e','\xda','\xb8','\x86','\x94','\x94','\x8c','\xd1','\x72','\xc2','\xc2','\x72','\x10','\xd4','\x78','\x00','\x17','\x08','\x41','\xb2','\xa0','\xd1','\x84','\x3c','\x23','\x22','\x6c','\xad','\xc1','\xa6','\x91','\xe0','\x86','\x21','\x8a','\x7d','\xb8','\x08','\xef','\xce','\xf0','\xf5','\x67','\x29','\x02','\x39','\xa5','\x69','\x63','\xe5','\xcb','\x2e','\xfb','\x38','\x0b','\x34','\x42','\x63','\x0f','\x46','\x41','\xc8','\x17','\xa5','\xf6','\xb9','\x0f','\x0e','\x81','\xdb','\xa6','\x6b','\xf3','\x14','\x3f','\x85','\x1d','\x24','\x36','\xa6','\x76','\xea','\x00','\x7b','\x53','\xda','\xf2','\xbb','\x8e','\x52','\x44','\x56','\xb8','\x65','\x91','\xcc','\xf8','\xb4','\xe7','\x58','\x6b','\x84','\x43','\x19','\x45','\x32','\x5b','\x18','\x3b','\x09','\xb5','\x28','\x38','\x80','\xe3','\xc2','\x8f','\x82','\xce','\x7c','\x85','\xce','\x54','\x85','\x30','\x9f','\xdf','\x99','\x94','\x17','\x19','\xea','\x71','\x43','\x19','\x78','\x74','\x6e','\x6f','\xa3','\xa0','\x20','\x67','\x01','\x9c','\xec','\x93','\x5a','\x48','\x0c','\x23','\xa9','\x1b','\x74','\x31','\x40','\x0d','\x21','\x2d','\x6a','\x9c','\x8b','\x93','\x72','\x74','\x17','\xf0','\x41','\xb5','\xcb','\x61','\xb3','\x96','\x69','\x21','\xb3','\x17','\x0e','\x9f','\x07','\x87','\x86','\xd9','\x8b','\xe1','\xde','\x4e','\xda','\x53','\x75','\xbf','\x70','\xf1','\xa0','\xf7','\x3d','\x18','\x9e','\x44','\x34','\x6c','\x99','\x7b','\x06','\xd0','\xbe','\xc7','\x8c','\xb7','\xdb','\xed','\x75','\x58','\x7d','\x00','\xbe','\x93','\x21','\x24','\xe0','\xe7','\x66','\xe8','\xd6','\x13','\x36','\x4f','\x2c','\x05','\xe2','\x5c','\xfa','\x90','\xc5','\x79','\x50','\xcd','\x37','\x58','\x9d','\x52','\x61','\x2a','\x7f','\x85','\x49','\x91','\x09','\xa6','\xe1','\x72','\xe1','\xde','\xb1','\xb6','\x28','\x2e','\x5d','\xc8','\xe1','\xad','\xe5','\x93','\xdc','\x05','\xa1','\x67','\x59','\xbc','\x24','\xc5','\x9a','\x76','\x1a','\x2b','\xfd','\x97','\xeb','\x50','\x32','\x2f','\x6c','\x04','\x6d','\x72','\xa7','\x8f','\x33','\x6e','\x1c','\x1f','\x8d','\xed','\x70','\x5a','\x95','\xd9','\x0a','\x29','\xaa','\x57','\xd8','\xf1','\x71','\xf9','\xcd','\x17','\x2a','\x24','\x45','\xf9','\x26','\x2a','\x01','\x79','\xc5','\xd7','\xd3','\x4a','\x2c','\x50','\x14','\x01','\x29','\x87','\xf8','\x5d','\xef','\x04','\x0d','\x11','\x2e','\x97','\x61','\xd8','\x21','\x00','\xec','\xb7','\x0e','\x3f','\x7f','\xee','\xf0','\xf3','\x8f','\x1b','\xbc','\xff','\x1c','\x8a','\xcb','\x88','\x18','\xc7','\x7d','\x1e','\xc5','\x53','\xea','\xb9','\x0c','\x2f','\x26','\xd4','\xaa','\xb8','\x49','\x9b','\x79','\xac','\x38','\x9c','\xde','\x88','\x00','\x3d','\x3b','\x21','\xc8','\xb9','\x60','\xd4','\xe5','\xea','\x73','\xa6','\x13','\x02','\x0b','\x95','\x0d','\xe2','\x72','\xc3','\x7f','\x93','\x0a','\xa6','\x36','\x15','\x8c','\xc8','\x6f','\xc3','\x20','\x6f','\x80','\x2d','\x5e','\x26','\xa5','\x76','\x9d','\xeb','\x13','\xe7','\xe5','\xc7','\xda','\x6d','\x35','\xe1','\x59','\xf9','\x7d','\xc4','\x7e','\x4a','\x13','\xd6','\xd7','\x83','\x0d','\xd4','\x78','\x6e','\x0d','\xdd','\xd9','\xb8','\xb9','\x0f','\x88','\xcf','\xcf','\xaf','\xee','\xa4','\xfd','\x14','\x08','\xb6','\x06','\xa5','\xe7','\x3a','\xed','\xa3','\xc8','\x3d','\x4a','\x92','\xd6','\x3f','\x8f','\x54','\x58','\xa5','\x71','\x46','\x2d','\x18','\xdf','\x43','\x04','\xc0','\x0d','\xc7','\x7f','\xb2','\x5a','\xce','\x67','\x64','\xfa','\xde','\x6d','\x4d','\x08','\xc7','\xa5','\xa2','\xa2','\x1e','\xaa','\xa3','\xbb','\x37','\x26','\x0a','\x8b','\x04','\x81','\xef','\x09','\x82','\x06','\x9b','\xba','\x30','\x11','\xc0','\x3e','\x5c','\xe1','\x3a','\xb0','\x11','\x94','\x94','\xc3','\xc0','\x47','\x1f','\xe9','\xb4','\x42','\xc8','\xca','\xee','\x81','\x46','\x51','\x94','\x5d','\x20','\x9f','\x67','\x51','\x4d','\x70','\x65','\x0d','\x08','\x3e','\x80','\x93','\x16','\xf6','\x44','\x9e','\x97','\xc3','\xe7','\xab','\xbd','\x1f','\xd2','\xbd','\xb2','\x28','\x39','\x4a','\x42','\x36','\xd8','\x93','\x81','\xe4','\xf2','\x56','\xc5','\xf8','\x85','\x8d','\x29','\x46','\x64','\xb9','\xd0','\x63','\x31','\xe7','\x2a','\xe3','\xfb','\xe5','\xf0','\x0b','\xce','\xff','\x7c','\x47','\x9d','\xf9','\xab','\x40','\xbc','\x59','\x04','\x10','\x11','\x6e','\xb7','\x5b','\x69','\xcf','\x84','\x7b','\x80','\xb2','\x85','\xf4','\x8f','\x0b','\x9c','\xc1','\xe7','\x10','\x52','\x92','\x08','\xf7','\x2a','\x39','\x8b','\xc4','\x8b','\xe7','\xdb','\x09','\x3e','\xb6','\x86','\x53','\x42','\x0f','\x21','\x2f','\xd5','\x9a','\xf1','\xc3','\x77','\x58','\x6c','\xee','\xce','\x0b','\x02','\xb7','\xe3','\x53','\x9d','\x85','\xc1','\xd2','\x10','\x45','\x00','\xbd','\xd3','\xe7','\xc2','\xab','\xd7','\xd7','\xb7','\x8d','\x5d','\x46','\x5c','\xa8','\x58','\x6e','\xb5','\x5f','\x45','\x32','\x88','\x67','\x35','\xf4','\x8f','\x18','\x0f','\x04','\x00','\xe4','\x0c','\x98','\xca','\xc8','\x25','\x50','\xa5','\x45','\xf2','\x02','\x80','\x9d','\xc9','\xc8','\x4b','\xd5','\xae','\x7d','\x79','\x4b','\x3d','\x9f','\x23','\x12','\x63','\x50','\xef','\x3a','\xda','\x38','\x72','\xd8','\x4e','\xf0','\xfe','\x73','\x87','\xdb','\xad','\xc3','\xcf','\x9f','\x37','\x78','\xff','\x73','\x8f','\x07','\x88','\xc9','\xd5','\x7b','\x08','\x73','\x9a','\xa7','\xaf','\xbb','\x3c','\xab','\x07','\xbe','\x78','\xf2','\x8d','\xea','\x7c','\x1c','\xe9','\xd9','\x4c','\x42','\xff','\x00','\x7c','\x22','\x6b','\x12','\xa6','\x7e','\x6c','\x6d','\xb5','\x71','\x26','\x19','\x71','\xc5','\xe0','\x6a','\x49','\xac','\xa2','\x59','\x31','\xf7','\x06','\xeb','\xb6','\xc5','\xb3','\x3f','\x56','\x59','\xaa','\x80','\x75','\x5d','\xdd','\x70','\x12','\x89','\x9e','\xf8','\xb9','\xac','\x90','\x0a','\x4e','\x67','\x80','\xdc','\x3f','\xda','\x42','\x34','\xba','\xc3','\x06','\x76','\x4e','\x0e','\x28','\xb4','\x5d','\x5d','\x52','\x59','\x59','\x55','\x57','\xaa','\x57','\x42','\x65','\xeb','\x09','\xca','\xa9','\x73','\xa7','\x16','\xe7','\x17','\x27','\xba','\x64','\x2c','\x52','\xf8','\xb4','\xeb','\x4c','\x98','\xfa','\xe2','\xa3','\x10','\xc6','\x58','\xca','\x34','\x26','\xa2','\xf8','\xc9','\x6e','\x8d','\x44','\x83','\x1b','\xf3','\x7f','\x5c','\x05','\x00','\xbc','\xbe','\x04','\x04','\x1a','\x19','\x4e','\x57','\xcd','\xa5','\x04','\xb4','\xde','\x13','\xb6','\x6c','\x74','\x3d','\x8c','\x27','\xd8','\x00','\x10','\x1b','\x20','\x10','\x8c','\xd8','\x4a','\xdd','\xfe','\x95','\x39','\xe3','\xf8','\x64','\x0c','\xed','\xe0','\xce','\xfd','\xf8','\x5f','\x18','\xc9','\x52','\x67','\x27','\xef','\xf8','\x8b','\xa1','\x2d','\x97','\x1b','\xb8','\x75','\x24','\x5d','\x3c','\x8a','\x63','\x63','\xe5','\x78','\xf2','\x7c','\x8e','\xcb','\x4d','\xe8','\x9e','\x7b','\xff','\x37','\x86','\x6a','\x27','\x20','\xbc','\x43','\xfb','\xe1','\xe9','\x36','\xa6','\xb7','\xbf','\xe1','\x02','\x01','\x02','\xe5','\x17','\xde','\x08','\xaa','\xa2','\x49','\xda','\xee','\x3b','\xb0','\x6c','\x05','\x18','\x51','\x61','\x3d','\x12','\x71','\xe4','\x25','\x80','\x82','\x8f','\xe7','\xa9','\x54','\xbf','\x52','\x78','\xc2','\xfb','\xc7','\xf8','\xe8','\x3f','\x70','\x07','\x16','\x7c','\xfc','\xb4','\x8e','\xe0','\x20','\x7b','\xb2','\xc9','\x59','\xc1','\xca','\x9e','\x09','\x41','\x10','\x72','\x82','\x5f','\x63','\x00','\x55','\x93','\xea','\xeb','\xe0','\x9e','\xe5','\x7c','\x3c','\x46','\x77','\x96','\x2a','\x5c','\xe2','\x13','\xf2','\xf3','\x18','\x81','\x2a','\xdf','\xac','\x17','\x4d','\x15','\xd3','\x07','\x39','\xf5','\xa3','\xf4','\x58','\x09','\x34','\x2d','\xc7','\x2b','\xdd','\x2c','\xa5','\xfc','\xc1','\x69','\x75','\x75','\xdb','\x24','\x18','\x01','\x71','\x74','\xb7','\x64','\xfc','\x14','\x0c','\x0b','\xc3','\xf3','\xb8','\xd3','\x62','\xbb','\x20','\x6c','\x6c','\xf4','\x5c','\xaf','\x17','\x0b','\x6b','\xcd','\x11','\xe4','\x22','\x14','\x22','\x1a','\x01','\xe4','\xce','\x26','\x09','\x6d','\x1d','\x8c','\x1a','\xd7','\x26','\xf9','\x1a','\x70','\x13','\x45','\x80','\xff','\x3a','\xbd','\x65','\xfc','\xe9','\xf9','\x05','\x38','\x57','\x39','\x2f','\x1c','\xa2','\xa0','\x10','\x05','\xdd','\x0c','\x2b','\x5b','\x1d','\xed','\x40','\x70','\xbb','\x75','\x78','\xff','\xb9','\x43','\xdf','\x10','\xf6','\xbd','\x8f','\x1b','\xe2','\x49','\xbb','\x06','\x44','\x38','\x74','\x8f','\xab','\x34','\x25','\x3c','\xc5','\x5f','\x87','\x86','\x8f','\xc3','\x3b','\x77','\x6d','\x6a','\xce','\x43','\x90','\xfb','\x42','\xe5','\x5a','\x81','\x0a','\x26','\x65','\xc8','\x2b','\x4a','\x4e','\xcf','\xb3','\x44','\x0e','\x51','\x4d','\xcb','\x0f','\x12','\x7f','\xa8','\xf4','\xe8','\x63','\x81','\x2b','\x86','\x50','\xa4','\xbd','\x88','\xbb','\xad','\x8e','\x0b','\x91','\x6b','\x47','\x0d','\x17','\xa6','\xad','\xc1','\xf6','\x36','\xa2','\x10','\x4a','\x60','\x8f','\x02','\x3d','\x2e','\x8f','\xf4','\x3c','\x5a','\x50','\x60','\x93','\x5a','\x31','\xde','\x9a','\xf1','\x21','\x97','\x00','\x63','\xdd','\x6d','\x8c','\x5e','\x9a','\x54','\xe8','\x38','\x08','\x59','\xa9','\xe3','\xf2','\xcd','\x06','\xd8','\x76','\xa0','\xdd','\xaa','\xd4','\x79','\xdc','\x07','\x5d','\xc9','\x21','\xfc','\x0f','\xeb','\x89','\x59','\x83','\x9d','\x8c','\x52','\x6e','\x41','\x1a','\xf7','\x97','\x01','\xf9','\xe2','\xe3','\x1c','\x2e','\x17','\x7a','\x29','\xd3','\x8a','\xa9','\x88','\xfe','\xce','\x14','\x7e','\x31','\x67','\xa7','\xa8','\xc8','\xc9','\x4e','\x8f','\x37','\xa8','\xb3','\x1b','\xa9','\x2a','\xfc','\x7a','\x30','\x66','\xd0','\x19','\x3a','\xa3','\x61','\x2c','\x7e','\x0c','\xde','\x37','\x6e','\x3c','\x15','\xe3','\x02','\xc0','\xe8','\x12','\xc3','\x98','\x11','\x08','\x9d','\xe3','\x18','\x4f','\x40','\xa0','\x0b','\x0c','\x2b','\x18','\x60','\x20','\x83','\x30','\xdc','\x2c','\x7d','\x10','\x0c','\xed','\x23','\xa3','\xbb','\x38','\x26','\xb6','\x60','\xe4','\xdf','\x01','\xda','\x6e','\xbd','\xde','\x65','\x24','\x8b','\x60','\x1a','\xd1','\x96','\xb4','\x4f','\xc3','\x98','\x48','\x29','\x18','\x8b','\xa4','\x5c','\x8d','\xef','\xeb','\xc5','\xfb','\x23','\x78','\x8e','\x9e','\x3f','\x4b','\xa3','\x59','\x69','\xeb','\xcf','\xc3','\x99','\x52','\x2a','\x57','\xb8','\xf0','\x0d','\xc7','\xdf','\xec','\xaa','\x28','\x7c','\x75','\x5d','\x17','\xf3','\x54','\xd9','\xcd','\x04','\xe3','\xc3','\x12','\x3c','\x63','\x96','\xaf','\xc0','\x04','\x96','\x0d','\x6b','\x8a','\xcf','\x00','\xc1','\xad','\x5d','\x0d','\xad','\x5c','\x3f','\x80','\xe9','\x4c','\xcf','\x32','\xaf','\xb0','\x45','\xef','\x4b','\xfe','\xaf','\xb4','\x9b','\xd7','\x90','\xfb','\x5f','\x04','\x54','\x92','\xe3','\xf7','\x3a','\x6d','\xdb','\x2e','\xd3','\xbb','\xeb','\xf5','\x5a','\x2e','\x42','\x1d','\xee','\x00','\x55','\x3e','\x73','\xff','\xc0','\x07','\x21','\xeb','\x27','\xee','\xf1','\xf4','\xf2','\xd4','\x5f','\x0d','\x44','\xf1','\xc3','\xa4','\x34','\x7b','\x82','\xf4','\xfe','\x31','\xc8','\xb7','\x9a','\xfb','\x9b','\xce','\x61','\x18','\x3d','\x7d','\xe7','\xbf','\x5d','\x0b','\xd6','\x3c','\x5e','\x50','\x0f','\x41','\x3b','\xf2','\x6e','\x1b','\xc2','\xc6','\xab','\xea','\xd7','\x6b','\x1b','\xe7','\x7c','\x2e','\xe3','\xa0','\xb0','\x80','\x29','\x90','\x71','\xa6','\x05','\x91','\xe2','\x8d','\x12','\x97','\x54','\x7e','\x4f','\x2b','\x9e','\x4e','\x51','\x0a','\x7f','\xd4','\x6d','\x4e','\x0c','\x24','\x1b','\xf8','\xd9','\x5d','\xce','\x5e','\xc6','\x3c','\xb9','\x0b','\x9d','\x2b','\x60','\x77','\x5d','\x43','\x6c','\x30','\xee','\x7d','\x9c','\xf3','\x21','\x51','\x90','\x30','\x94','\xf1','\xca','\x08','\x39','\x86','\xd2','\x70','\x69','\xcc','\xc6','\xc2','\x97','\x83','\xd9','\x01','\x03','\x70','\xf1','\xe9','\x40','\x2a','\x69','\xba','\x20','\x64','\xcf','\x54','\x26','\xaf','\x29','\x8e','\x1d','\x5a','\x79','\xf2','\x19','\xb7','\x71','\xef','\xcf','\xe5','\xb2','\xc1','\xc6','\xae','\x98','\x61','\x75','\xd3','\x95','\xeb','\x59','\x88','\xd2','\x3d','\x0f','\xb8','\x9e','\xbd','\xca','\xc6','\x21','\xd9','\xb9','\x1c','\x80','\x51','\xdf','\x84','\x6a','\x32','\x1c','\x30','\xff','\x92','\x9f','\x38','\x5c','\x51','\xc7','\x3d','\x33','\x6e','\x07','\x08','\x3c','\xdd','\x01','\x60','\x1b','\xc1','\x10','\x88','\x88','\x15','\x8c','\x0f','\x2a','\x13','\x67','\xe0','\x93','\x68','\x2c','\xb1','\xed','\xfb','\x75','\x85','\x79','\x45','\xf0','\xec','\xf6','\x17','\xa9','\xa2','\x88','\xaa','\xc4','\x4f','\x38','\x91','\x18','\x1d','\xf6','\x1b','\xc0','\xf4','\x2e','\x71','\x5d','\x53','\x97','\x61','\x00','\xe8','\xd4','\x07','\x8f','\x84','\xb1','\xab','\x33','\xf4','\x34','\xa1','\x1b','\x5e','\x70','\x12','\xc5','\x55','\x57','\x53','\xd9','\x65','\x6e','\x43','\x68','\xd8','\x60','\x9c','\x2c','\x77','\x0a','\x2a','\x12','\x74','\x18','\xf7','\x8f','\x8d','\xfc','\x91','\x2f','\xca','\x1f','\x23','\x49','\x3a','\x96','\x7b','\x38','\xce','\x2f','\x0d','\x79','\xd0','\xf4','\x82','\xe7','\xc1','\x6f','\x65','\xf7','\x9f','\x4b','\xa4','\x64','\x90','\xba','\x32','\x52','\x91','\xbf','\x4c','\xcc','\xfe','\x1d','\xc5','\x7b','\x0d','\x6e','\x51','\x46','\xcf','\xe4','\xe9','\xde','\x9d','\xdb','\xd5','\x71','\xc6','\xd3','\xaa','\x73','\xfc','\x82','\x9f','\x96','\x7e','\xd0','\x97','\x3c','\xef','\x78','\xcf','\xd9','\xf2','\x39','\x3b','\x44','\xaa','\x9e','\x67','\x24','\xce','\x97','\xf2','\x66','\x3d','\xed','\x2c','\xfc','\xb3','\x3b','\xf4','\x4b','\x60','\xdb','\xb6','\xc9','\x76','\xb9','\x5c','\x2e','\xc7','\x61','\xb0','\x25','\x08','\x82','\x87','\x0f','\x5d','\x84','\xfa','\x17','\x1d','\x7b','\xbb','\xbb','\x3d','\xa8','\xae','\x00','\x90','\xd5','\x61','\x79','\xf7','\x70','\x05','\xf3','\xc3','\x23','\x7d','\x95','\x95','\x34','\x4a','\xdf','\xee','\xea','\x17','\x55','\x65','\x8f','\x0b','\xe6','\x7b','\x28','\x2b','\x6f','\x73','\x4a','\xc0','\x50','\x9e','\xec','\x04','\x46','\x64','\x34','\x6c','\xb2','\xb8','\x33','\x05','\x8d','\x57','\x24','\xc5','\x95','\x66','\xdf','\xdd','\xbd','\x0f','\xc9','\xf2','\x99','\xf4','\x5b','\xb4','\xbb','\x23','\xc4','\xd5','\x4d','\xdc','\xdd','\xb0','\xd9','\x58','\xe6','\x03','\x93','\xf2','\x2e','\x2a','\x82','\x86','\x3f','\xb1','\xe0','\x35','\x83','\xc7','\x0c','\x9d','\x7c','\x77','\x4e','\x76','\xcd','\x0b','\x2b','\x56','\x92','\x9f','\x7c','\x0d','\xa9','\x69','\x5c','\xa9','\xdf','\xf5','\xb0','\x1d','\x21','\x5f','\x91','\x2b','\xd3','\x95','\x26','\x02','\xc8','\x84','\xd0','\x58','\x45','\x05','\x02','\xe8','\xb4','\xf3','\x4a','\x6d','\x54','\xca','\x23','\x02','\x19','\xfb','\xfc','\x2b','\x82','\xd6','\x9b','\x0f','\x7b','\xdc','\x23','\x96','\x8f','\xf2','\x8a','\x12','\x21','\x16','\x80','\x42','\x7f','\x34','\xc6','\x3c','\xac','\xf4','\x09','\x7d','\xea','\x9c','\x91','\xfe','\xc4','\x30','\x8f','\x28','\x94','\x29','\x86','\x8b','\x2c','\x1d','\xce','\xf5','\x13','\x41','\xb8','\x83','\xa5','\x46','\xd9','\x59','\xfb','\x3c','\x2f','\x1a','\x47','\x7f','\xbb','\x5c','\x1b','\x80','\x9e','\x57','\x98','\x3b','\x87','\xd7','\x40','\xc3','\xaa','\xa2','\xd2','\x25','\x02','\xdf','\x59','\x85','\xda','\x14','\x53','\x5e','\x87','\x21','\xdc','\x3b','\xb1','\x42','\x6c','\xca','\xae','\xdf','\x99','\x00','\x3a','\x36','\x87','\xd5','\x88','\x06','\x70','\xae','\xa3','\xa2','\x40','\xbb','\x3e','\x21','\x32','\x77','\x4c','\x2a','\x3a','\xea','\x1e','\x64','\x5e','\x07','\x8b','\xe7','\x83','\xac','\xf7','\x5f','\xde','\x2b','\x23','\x2a','\x66','\x61','\xc1','\xc1','\xa3','\x83','\x45','\x9a','\x34','\xb7','\x33','\x02','\x96','\x7f','\xd5','\xd0','\x0a','\x17','\xe6','\x77','\xd5','\x56','\x86','\xf4','\xb7','\x18','\xb8','\x6c','\x08','\x63','\x03','\xd8','\x10','\x01','\x9b','\x2c','\x20','\x75','\x67','\x28','\x8d','\x10','\xd9','\xea','\x4e','\xb6','\x81','\x0b','\x51','\xec','\x77','\x33','\x71','\xd4','\x09','\x60','\x73','\xa8','\xe1','\x08','\x8f','\x4d','\x04','\xb0','\x8d','\x20','\x2a','\x88','\x1c','\x24','\x01','\x86','\x71','\x45','\x7d','\xe0','\x5a','\xa0','\xaa','\x65','\x8d','\xb9','\xb9','\xee','\x83','\x40','\x3a','\x04','\xc6','\xb7','\xe4','\x3f','\x70','\xbc','\x95','\x40','\x99','\x24','\x4b','\x94','\xb9','\x4e','\xdf','\xa9','\x59','\xdb','\xad','\x3b','\xfe','\x00','\x9e','\x30','\x6a','\xf3','\xd0','\x7d','\x82','\xae','\xf4','\x08','\xfb','\x7d','\xac','\xdc','\xb9','\x64','\x35','\x5e','\xd0','\xa7','\x60','\x3d','\x8a','\xef','\xa3','\x8b','\x0b','\x9f','\x00','\xd0','\x84','\xb7','\x22','\x8f','\x7f','\x44','\xd6','\x99','\xb5','\x21','\x9b','\x04','\x4d','\x50','\x5e','\x73','\xc4','\x64','\xc3','\xce','\xa0','\xd0','\x48','\x4c','\xef','\x0d','\xa2','\x3c','\x9f','\x47','\x55','\x26','\x30','\x82','\x21','\x54','\x18','\x37','\xd3','\x9b','\xc0','\x14','\xd3','\xa7','\x35','\xd6','\x2f','\x85','\x4a','\x4d','\xfc','\xcb','\xc0','\x0a','\xe9','\x3b','\xa2','\x24','\x07','\x41','\x90','\x33','\x40','\x15','\x04','\x03','\x28','\x27','\xfa','\x27','\x84','\xdf','\x1d','\x78','\x94','\x8a','\x8b','\xee','\x7c','\x69','\x0f','\x7f','\xd5','\xac','\x3a','\x01','\xc2','\xac','\x26','\x94','\x12','\xf3','\x37','\xbe','\x39','\x8c','\x9e','\x4d','\xee','\xf4','\x41','\x56','\xd8','\xc8','\xdd','\xeb','\xa3','\x8a','\x94','\xe5','\xd1','\xdf','\x02','\x08','\x7c','\x66','\x68','\x28','\x92','\x6f','\x6f','\x1b','\x5c','\x7e','\x5c','\x46','\x58','\xeb','\x0b','\x1a','\x33','\x62','\xbe','\xd4','\xd4','\x02','\x72','\x8c','\x8a','\x0c','\x71','\x11','\xaa','\x5d','\x14','\x4c','\xe1','\xf5','\x4e','\x9a','\xc6','\xe0','\x07','\x85','\xf2','\xe8','\x18','\xa7','\xdf','\x45','\x12','\xb6','\x6b','\x81','\x0f','\xe6','\x0e','\x0a','\x4a','\xb0','\xc3','\x41','\x5e','\xb8','\xd8','\x57','\xc6','\x98','\x3d','\x02','\x08','\x7a','\x4e','\xa3','\xb5','\x11','\x42','\x56','\x3f','\xe8','\x1f','\xcb','\x13','\x0d','\xac','\xbf','\x01','\x38','\x07','\xf2','\xc8','\x37','\x79','\x4d','\xfd','\x91','\x39','\xc3','\x05','\xd8','\x98','\x14','\xf4','\xe7','\xd3','\x1e','\x31','\x6a','\x27','\xf1','\x65','\xad','\x72','\x44','\x25','\x1c','\xbb','\x3f','\x6d','\x11','\xad','\xc0','\x2b','\x1b','\xc8','\x56','\x88','\x28','\x84','\x9d','\x86','\xef','\x33','\x6c','\xae','\x7c','\x51','\x6c','\x65','\xf7','\x74','\x1f','\x2f','\x70','\xb3','\xa1','\x87','\xb9','\x9a','\xc9','\xc0','\x9a','\xfa','\x00','\x08','\x00','\x89','\xcf','\x9b','\xf0','\xea','\x3c','\xf6','\x29','\x69','\x49','\x93','\xf7','\xe0','\x09','\xfa','\x9b','\xd4','\xe7','\x67','\x69','\x78','\xa1','\x31','\x38','\x96','\x70','\x0e','\x91','\x4a','\xd9','\xf6','\xe5','\xaf','\xf2','\xde','\xad','\x84','\x94','\x0f','\x4c','\xbb','\xc5','\x30','\xa2','\xbe','\xd1','\xde','\x81','\x54','\xf3','\x64','\xda','\x12','\x5e','\xc7','\x48','\x88','\x7b','\xec','\x50','\x0a','\xd9','\xfd','\x95','\x37','\x73','\x24','\xad','\xaa','\xb7','\xe4','\x50','\x17','\x65','\x96','\xf5','\x42','\x0a','\x8b','\xaa','\x08','\x5d','\x79','\x28','\x82','\x46','\x89','\x03','\x00','\xe8','\xd1','\x10','\xcc','\xfd','\x22','\xec','\xb0','\x6c','\xbe','\x9b','\x07','\x12','\x55','\xb0','\xf7','\xae','\xbc','\x2c','\xb8','\x32','\xe9','\xff','\xbe','\x06','\x4e','\x0d','\xd9','\xdf','\x18','\xbc','\x78','\x12','\x11','\x1a','\x02','\xb2','\xc0','\xbc','\x6c','\xec','\x57','\xe7','\x31','\xfe','\x03','\xf3','\xc4','\xab','\x1f','\x83','\xc1','\x8b','\xa9','\x88','\x12','\x49','\x28','\xf9','\xbd','\x1a','\xd7','\x25','\xc1','\xb8','\x82','\x99','\x01','\x9c','\x96','\x8d','\x0b','\xc3','\xe7','\x1f','\xf8','\x7c','\xd8','\xf7','\x24','\x87','\x68','\xf0','\x8c','\xc3','\x20','\x08','\x22','\xc8','\x3c','\xfc','\x37','\xba','\xc0','\xe5','\x9d','\x9f','\x53','\x3d','\xa0','\x13','\x88','\x54','\x38','\x4c','\x10','\x14','\xdf','\xf0','\xea','\x39','\x28','\x35','\x96','\x03','\x7c','\x8f','\x2a','\x9b','\x9d','\x5f','\xeb','\xc2','\x0f','\xcb','\x59','\xac','\x88','\x60','\xe2','\x4e','\x14','\xc5','\x53','\xb8','\xcc','\x94','\x77','\x29','\xbc','\xc2','\x26','\x21','\xae','\x85','\xd1','\x4e','\xcc','\x53','\x7f','\x91','\xee','\x70','\x6c','\x1c','\xd6','\x7a','\x9c','\xf5','\xd9','\x60','\xbb','\x34','\xc3','\x43','\x84','\xb9','\x53','\x20','\xa7','\x36','\x72','\x5d','\x41','\x01','\xf0','\x6e','\x68','\x5d','\x56','\x96','\x48','\x9a','\xa4','\x99','\x9c','\x1d','\x34','\x75','\x4b','\x56','\x28','\xf4','\x70','\xb8','\x3b','\xb0','\x77','\xd7','\x48','\x26','\x53','\x5c','\xc4','\xf8','\xaa','\x12','\x86','\x5d','\x22','\x32','\x03','\x40','\xdd','\xdd','\x88','\x26','\x5a','\x9f','\x88','\xf3','\xde','\xea','\x68','\x82','\xa5','\x21','\x80','\xe9','\xe3','\x67','\x69','\x27','\xc9','\xf0','\x03','\x80','\xb1','\xe2','\xe7','\xcf','\xc8','\xa8','\xc6','\xe2','\x95','\x72','\x67','\x20','\xb9','\x44','\x15','\x0f','\x88','\xca','\x20','\x29','\x6d','\xc7','\xb4','\x29','\xa7','\xd7','\x92','\x50','\x2a','\xb1','\x34','\xb2','\x92','\xd9','\xda','\x70','\x27','\x93','\x9b','\xee','\x3d','\x7e','\x28','\x6a','\x9d','\xc7','\x99','\xd3','\x10','\x11','\xec','\x5d','\x22','\xfa','\x8d','\x48','\x7f','\xb4','\xa1','\xe6','\xea','\xde','\xf8','\x01','\xd2','\x3b','\x55','\x44','\x40','\x1b','\xed','\xb9','\xc9','\xa1','\x7f','\x9c','\x81','\xed','\xfb','\x97','\xe9','\xc3','\x76','\x6c','\xc1','\x70','\x56','\x16','\xf8','\x80','\xfc','\xa8','\xe8','\x9e','\x95','\x0e','\x5c','\xb9','\x8e','\xc5','\x6e','\x5c','\x15','\xf3','\x34','\x68','\x5c','\x16','\xfe','\x87','\x7c','\x45','\xbe','\x32','\xbf','\x58','\xe2','\x3e','\x4e','\xc6','\x8f','\xfc','\x4e','\xba','\x9e','\xbe','\xd2','\x90','\x81','\x94','\xde','\x03','\x64','\xf7','\x39','\xf2','\x38','\xa5','\xb9','\xa5','\xec','\x0a','\x5d','\x1b','\xd0','\x48','\xaf','\xb5','\x36','\xee','\xf9','\x92','\x9d','\x3f','\x66','\x5a','\x9d','\x08','\xa0','\x23','\x34','\x24','\xe8','\xcd','\x9a','\xa6','\x3a','\xa0','\x3e','\xdb','\xe2','\x41','\xa7','\x71','\x84','\x88','\x08','\xa0','\xc9','\x6a','\x8b','\xe2','\xd5','\x39','\x42','\x9c','\x21','\xfd','\xc8','\xe2','\x8a','\xf0','\x67','\xeb','\x83','\xd1','\x18','\xea','\xa3','\xde','\x11','\x6c','\x06','\xa3','\xe1','\xe4','\xc7','\x6c','\x22','\x1b','\x6e','\x68','\xda','\x19','\x38','\x46','\xe2','\x5e','\x82','\xb2','\xa2','\x3a','\x19','\xc0','\x0b','\x15','\x80','\x7b','\x50','\xc9','\xc9','\xc4','\xef','\x9f','\x2a','\x31','\xd1','\x75','\x1a','\xa3','\x41','\x63','\x2b','\x4b','\xf6','\x4e','\xf9','\x42','\x6c','\x04','\xc0','\x54','\x65','\xf8','\x92','\xbb','\x97','\x0e','\x7c','\x1b','\x28','\xbe','\xcc','\x41','\x12','\x26','\x83','\x47','\x66','\x31','\x97','\xe6','\xce','\x17','\x71','\x02','\xc7','\x62','\x2b','\xa3','\x8c','\xa2','\xe8','\x78','\x25','\x9c','\xd6','\xb7','\xef','\x29','\x09','\xff','\xdd','\x40','\xd4','\xa7','\x1d','\xa0','\xde','\xfb','\xb1','\x0b','\x5c','\x15','\x04','\xa1','\xb5','\xf6','\x0b','\xfa','\xf5','\x2b','\x34','\xa5','\x35','\xe4','\x1a','\x9d','\x9a','\x72','\x98','\x2f','\xbb','\x51','\xdd','\x2b','\x3b','\xd4','\x53','\x35','\xf9','\xac','\xee','\xe9','\xe6','\xe8','\xd3','\xf6','\xea','\x51','\x3d','\x95','\xf6','\xf7','\x40','\xb1','\x58','\x2d','\x9d','\x92','\x18','\x3e','\xa8','\xe1','\x74','\x85','\x67','\x8e','\x15','\xcc','\x22','\xc0','\x81','\x67','\xb4','\x19','\x45','\x04','\xc0','\x36','\x2e','\x2e','\x1d','\xbb','\x3e','\x17','\xb8','\xfe','\xe0','\x3b','\x7d','\xd8','\xc0','\x52','\xa5','\x00','\x86','\x8c','\x6e','\x5e','\x81','\x84','\xf9','\x40','\x65','\x70','\x6f','\x23','\x33','\xc0','\x54','\x69','\x09','\xca','\x51','\xfc','\xed','\xdb','\x49','\xf9','\xa3','\xe6','\xb7','\xf3','\x3f','\x93','\xf1','\xa3','\x0c','\xd6','\xef','\x2c','\xb9','\xea','\xc9','\xa7','\x99','\x75','\x2a','\x2f','\xa0','\x08','\xc0','\x42','\x62','\x8f','\x6d','\x2c','\xed','\xb4','\xd1','\x7c','\x3a','\x20','\xb5','\x0f','\xcc','\x3f','\x46','\xea','\xa4','\x7a','\x10','\xb3','\x7e','\x84','\x96','\x8f','\xf0','\x01','\xc6','\x49','\x94','\x43','\x98','\xf1','\x1b','\xcf','\x9c','\xa8','\x98','\xd3','\x92','\x47','\xf3','\xb9','\x02','\x84','\x86','\xfc','\x22','\x38','\x14','\xe4','\x5f','\x41','\x43','\x89','\x50','\x38','\xce','\xa6','\x99','\xa1','\x5f','\x28','\xdc','\xf2','\x48','\x3c','\xb6','\x7b','\xd7','\x5d','\x52','\xe2','\x68','\x7f','\x12','\x09','\x4c','\xbc','\x30','\xc4','\x2d','\x6a','\xdb','\xc6','\x85','\xbf','\x12','\x60','\xc1','\xd3','\x79','\x68','\xa7','\xfa','\xed','\x4b','\x5d','\xae','\x31','\x63','\x62','\x73','\x3a','\x98','\xdc','\xfd','\x2a','\x56','\xb8','\x56','\x4a','\xe7','\x76','\xe5','\x6f','\xe4','\xef','\x56','\x32','\x04','\x6b','\x86','\xfa','\x51','\xba','\x71','\xf3','\xbb','\x46','\xcf','\x09','\xd6','\xe9','\x9b','\x24','\x59','\x18','\x3f','\x2b','\x98','\x94','\xb4','\xf4','\x7e','\x51','\x86','\xdf','\xad','\xf5','\x86','\x8a','\x47','\x55','\x94','\x47','\x42','\x47','\x53','\x68','\xbb','\x41','\x44','\xa8','\x91','\xfa','\x40','\xe8','\xa9','\x01','\xe0','\x6e','\x63','\x5b','\xed','\xb4','\xdb','\xa6','\xf9','\x98','\x48','\x43','\xb7','\x68','\x80','\x48','\xd0','\x38','\x02','\xd7','\xce','\x13','\x04','\xa1','\x8f','\x98','\x05','\x04','\x63','\xf1','\x68','\xb5','\xb0','\x22','\xbc','\x58','\x94','\x58','\xc6','\xb3','\xb5','\xa6','\x3b','\xf5','\xc4','\xfc','\x52','\xe8','\x56','\xf0','\xa0','\xba','\xc4','\x03','\x58','\x8d','\x6a','\x7a','\xf1','\x42','\x3e','\xb4','\xc4','\xef','\xce','\x38','\xbf','\x0e','\x64','\x1c','\x45','\xba','\x9c','\xcd','\x71','\xdc','\xbf','\x72','\x41','\x2d','\x30','\xa9','\x9c','\xd1','\x85','\x0e','\x6b','\xc4','\x88','\xa9','\xe1','\x8b','\xe6','\x02','\xe7','\xb3','\x10','\x98','\x1b','\x33','\x99','\x57','\x44','\x70','\xc7','\x75','\x69','\x01','\x40','\x2f','\xfa','\xae','\xc6','\x59','\xa9','\x73','\xa5','\x0c','\x9e','\x6a','\x86','\x08','\x1a','\x38','\x21','\xd0','\x1e','\xed','\xab','\x47','\x99','\xe8','\x79','\x75','\xf2','\x73','\xe1','\x19','\x6d','\xe0','\xa0','\x28','\xa8','\x8b','\xdb','\xb6','\x4b','\x58','\x54','\x26','\x22','\xb8','\x5e','\xaf','\xe5','\x86','\xce','\xe1','\x0e','\xd0','\x87','\x91','\xfb','\x30','\xc4','\x09','\x7b','\x94','\xa6','\x46','\xe3','\xe3','\x88','\x4c','\xab','\x09','\x34','\x7f','\x53','\xe3','\xe8','\x70','\x6c','\x13','\xd3','\xc9','\xa8','\x15','\xfa','\xce','\x21','\x32','\x93','\xc2','\x72','\x54','\xf7','\x07','\xa0','\xe4','\x04','\xe7','\x20','\xa2','\x44','\x2a','\xa8','\xb0','\x89','\x60','\x33','\x01','\x3b','\x84','\x39','\xa9','\x42','\x17','\xfc','\xe8','\x17','\xdd','\x3b','\x56','\x8c','\xc6','\xc5','\x7f','\x17','\x0e','\x6e','\xa0','\x7f','\x2f','\x2e','\x8a','\x16','\x83','\x3c','\xcf','\x97','\x13','\x9a','\x81','\x13','\x8d','\x07','\x33','\x40','\xbc','\x91','\xa2','\x39','\xc8','\x68','\xcc','\x1b','\x2a','\x92','\x30','\xba','\x93','\x49','\x43','\xa4','\x80','\xa8','\x74','\x92','\xfb','\x27','\xd8','\x43','\xe4','\xde','\x83','\xe5','\x13','\x1c','\xe2','\x01','\xcd','\xd2','\x3c','\x04','\xdb','\xaf','\x72','\xa9','\x3c','\x2d','\x93','\xa5','\x9d','\xb5','\xec','\xa2','\xc8','\x12','\xee','\x24','\x7c','\x90','\x84','\x82','\x21','\x71','\x56','\x19','\x39','\xf8','\xae','\x45','\xf8','\x61','\x40','\xb0','\x33','\x42','\x28','\x86','\x8f','\x28','\x61','\x27','\x2a','\xe4','\xb2','\xc6','\x38','\xe0','\x74','\x2c','\x08','\xd9','\x50','\xf0','\x53','\x68','\xea','\x61','\x79','\x1f','\xdc','\x3f','\x31','\x25','\xe6','\x71','\x33','\xed','\x7f','\x64','\xed','\xa0','\x67','\x7a','\xe4','\x9c','\xdc','\xed','\xbd','\xc3','\xfb','\xcf','\x9b','\x9e','\xf3','\x69','\x1a','\x41','\x71','\xcc','\x91','\xf6','\x06','\xb1','\x8e','\x15','\x1f','\x3a','\x6c','\xf4','\x48','\xa8','\xf4','\xc4','\xe5','\x8b','\x01','\x68','\x65','\x68','\x07','\x85','\xb9','\x32','\x72','\x63','\x28','\x51','\xcf','\x97','\x1c','\x55','\xe9','\x7f','\xe6','\xc5','\x98','\xa4','\x44','\x3e','\x1d','\x9a','\x1d','\x22','\x9e','\x67','\xd6','\x7c','\xf2','\xce','\xd8','\x5d','\x96','\x59','\x28','\x56','\x54','\x7d','\x94','\xf7','\xe8','\x65','\x20','\xce','\x44','\x94','\x3e','\x19','\xf1','\x81','\xf1','\x20','\xb4','\x2e','\x42','\xa4','\x11','\x59','\x4b','\xf2','\x08','\x29','\xf0','\x1d','\x3e','\xd4','\xb9','\x08','\xb6','\xaa','\xc4','\x58','\x0a','\x5c','\xd3','\xd7','\x8f','\xa0','\x8b','\x4a','\x04','\xa8','\x06','\xeb','\x30','\xa2','\x3b','\xec','\x38','\xea','\xec','\x9d','\xa0','\x63','\xb7','\x28','\x71','\x8c','\x7c','\xe8','\x2f','\x9d','\x8f','\x08','\x0d','\x64','\x91','\x2c','\x06','\xc3','\x19','\x7c','\x39','\x30','\xbe','\xc0','\x17','\x83','\x8c','\x76','\x86','\x1f','\x22','\x6a','\x00','\x90','\xbb','\xfc','\xe8','\x23','\xf2','\xb4','\x28','\xdb','\xe4','\xc5','\x8b','\xea','\xf8','\x10','\xcc','\x7a','\xd5','\xba','\x3b','\x2a','\xeb','\x4c','\xac','\x5f','\xa1','\x13','\x1f','\x41','\xd0','\xe8','\xe6','\xd4','\x5c','\xb8','\x87','\x29','\x1a','\xa6','\x42','\xdb','\xc3','\x10','\x72','\xfd','\xe9','\x0c','\x1d','\x72','\xed','\xb2','\x5d','\xd0','\xc5','\x6e','\x7e','\x68','\xd7','\x81','\x51','\x11','\xe4','\xef','\x03','\xcd','\x29','\x8c','\xa0','\xa9','\x96','\xd2','\xa3','\xe5','\x71','\xb0','\x0d','\x62','\x57','\xe7','\x33','\xf0','\x89','\xc6','\xb8','\xef','\xef','\x8f','\xf0','\xe7','\xa2','\x50','\x03','\x1c','\x8b','\x7c','\x19','\xb6','\x6d','\x3b','\xde','\x01','\x5a','\xf9','\xc8','\xfd','\x03','\x0c','\x2b','\x03','\xe5','\xc1','\x71','\xfc','\x1e','\x96','\xf8','\x57','\x41','\xd6','\x60','\x41','\x2f','\x33','\xb5','\x3b','\x1d','\x40','\xef','\xac','\xe9','\x12','\xc1','\x2c','\x15','\xe1','\xe7','\xa4','\x0e','\x43','\x6b','\xb0','\xb5','\xb1','\x6a','\x7e','\x79','\xdb','\xe0','\xed','\xc7','\x06','\x97','\xcb','\xa6','\x77','\xf9','\x84','\x4b','\xef','\x58','\x08','\xb6','\xcd','\x94','\x34','\x5d','\xf9','\x66','\xc5','\xb7','\x07','\x03','\x87','\xa7','\x2a','\x87','\x72','\x15','\xe3','\x4c','\x41','\x79','\x5a','\x5c','\xe9','\x35','\x66','\x4f','\xfa','\x3d','\x82','\x33','\xa8','\xe4','\x4d','\x48','\x9f','\x7f','\xfb','\xb4','\x4e','\xa1','\x71','\x05','\xb8','\x64','\xb1','\x60','\xb0','\xce','\x92','\xfe','\x68','\x8d','\x15','\xfc','\x8e','\x25','\x2e','\x0f','\xc3','\x81','\x41','\x7e','\x0f','\x92','\xb7','\xd5','\xb9','\x7a','\xbc','\x20','\x7a','\x0a','\xf8','\xb4','\x8d','\x10','\x52','\x50','\xd6','\xa7','\xc7','\x94','\x73','\x46','\xc7','\x7f','\x20','\x76','\x5f','\x42','\x5f','\xd0','\xb2','\x6d','\x5e','\x43','\x1b','\x2b','\x91','\xe8','\xee','\xa1','\x5a','\xbb','\x1e','\xa7','\x25','\x05','\xe7','\xbe','\x34','\x9e','\x01','\x6e','\xb7','\x1d','\xfe','\xf8','\xcf','\xfb','\xd8','\x05','\x6a','\x08','\xd7','\xcb','\x06','\x17','\x71','\x07','\x7d','\x6b','\x1a','\x5d','\x31','\xb7','\xc9','\x4d','\x87','\x3b','\x3c','\x2d','\x4a','\x48','\x59','\xf1','\xb5','\x50','\xb8','\xda','\x2c','\x53','\x58','\x49','\x76','\x18','\xd0','\xfa','\xc6','\xff','\xfd','\x08','\x0d','\x86','\x06','\x14','\x68','\x3e','\x52','\x84','\xd0','\xd7','\x91','\x4e','\x04','\xb0','\xd6','\x2f','\xd2','\xdc','\x5c','\xd6','\x73','\x5c','\x7c','\x5d','\x2e','\x2e','\xc6','\x66','\xd5','\x6e','\x51','\x08','\x69','\x20','\x3c','\xdc','\xc6','\x8c','\xb9','\x8e','\x0b','\xa7','\x9d','\x2a','\x4c','\x31','\x2f','\xf9','\x7e','\xa0','\x3e','\x2e','\xba','\x95','\x7c','\x13','\xf0','\x0e','\xfe','\xc6','\xbc','\x12','\x11','\x10','\x37','\x40','\xbe','\x8f','\x03','\x11','\xa1','\x37','\x09','\xc0','\x31','\xee','\x23','\xa2','\xce','\xc6','\x08','\x29','\x09','\xc4','\xf0','\xec','\x08','\xc3','\x0b','\x4a','\x0c','\x34','\xb1','\xa3','\x89','\x6c','\xb7','\x93','\x89','\xdf','\xf0','\x5c','\xf4','\x7d','\x56','\xea','\xc8','\x5e','\xff','\xf7','\xc8','\xe2','\xd7','\x81','\x37','\x87','\x7d','\xc0','\xa2','\x52','\x37','\x3a','\x50','\xc6','\x1f','\x73','\x87','\x9c','\xe9','\x4e','\x8d','\x1d','\x5e','\xc9','\x2a','\x8b','\x73','\xf2','\x5c','\xf2','\xd8','\xc0','\xbb','\x9d','\xeb','\x0a','\x19','\x27','\xe7','\x9f','\x86','\x87','\x76','\x82','\xfe','\x81','\x57','\xc0','\x5e','\x5c','\x84','\x2a','\xe7','\x06','\x33','\x84','\x20','\x08','\x79','\xa0','\x1f','\x8e','\x02','\xf7','\x69','\xdc','\xe4','\x57','\x12','\x0d','\x96','\x4f','\x26','\xc4','\xee','\xe0','\xa6','\x7d','\x72','\xd2','\xb4','\x7e','\xa2','\x0f','\xbf','\xef','\x94','\x72','\x91','\x5c','\xd0','\xdf','\x1a','\x6f','\x46','\x47','\x17','\xe1','\xcc','\xee','\x59','\xb9','\xbb','\x2a','\x79','\xdf','\x10','\xc3','\x65','\xa6','\xb2','\xeb','\x23','\xd1','\xa8','\xbc','\xd5','\x64','\xab','\x7f','\x33','\x6e','\x66','\x44','\xb0','\x20','\xee','\x8e','\x59','\x92','\x19','\x4a','\x43','\x30','\x9b','\xb0','\x9e','\xe4','\x29','\xf9','\x27','\xf9','\x99','\x0c','\x99','\xd4','\x06','\x53','\x5c','\x5d','\xba','\x24','\xbf','\x27','\x85','\x2c','\x94','\x3f','\x55','\x35','\x7d','\x9b','\x14','\x71','\x02','\x0b','\x24','\xe1','\x14','\x50','\x93','\x53','\x05','\xb2','\x95','\x96','\x50','\x8c','\x4d','\xb8','\x5f','\x4a','\xea','\x7c','\xd0','\x17','\x3c','\xb7','\xb3','\x94','\x17','\x54','\xa3','\x74','\xae','\x02','\x00','\xb5','\x7e','\x72','\xe1','\xd2','\xd7','\xac','\xcc','\x0f','\x0f','\x38','\x72','\x0b','\x6a','\x18','\x8c','\xf1','\x09','\x4f','\x2e','\x44','\x95','\xc4','\xa0','\xad','\x66','\x8d','\x2b','\x2d','\x0c','\x20','\xea','\xc2','\x80','\x3f','\x83','\x34','\x1b','\x7c','\x2e','\xe4','\x05','\x9f','\x6b','\x6a','\x8d','\x77','\x9e','\x3a','\xc0','\x0e','\x5d','\xa3','\x25','\xde','\xde','\x07','\xb3','\x1f','\xe7','\x82','\x10','\xde','\x7e','\x6c','\x61','\x37','\x88','\x14','\xf1','\x48','\x74','\xa6','\x54','\xa4','\x3e','\x8e','\xc4','\x6e','\x86','\x0b','\xa5','\xa6','\x6a','\x5e','\xb4','\x47','\x47','\xdb','\x39','\x02','\xdf','\x67','\x09','\x0d','\xb2','\x41','\x59','\x42','\x65','\xbf','\x87','\x79','\xe0','\xc7','\xea','\x90','\x7f','\xbb','\xce','\x3a','\xa3','\x80','\xbb','\xc7','\x8a','\xbf','\xcd','\x32','\x86','\xab','\x40','\xb8','\x7f','\x5c','\xd3','\x65','\x8c','\x2e','\xbd','\x34','\xee','\x00','\xdb','\x8d','\x9e','\x9a','\x5b','\x88','\x12','\xfa','\x93','\x8c','\xb2','\xd0','\xb2','\xdf','\x08','\xba','\x2c','\x5a','\x6d','\xa8','\xee','\x99','\x01','\x6f','\xb5','\x6b','\x5d','\x74','\x4f','\x24','\x40','\x64','\x97','\xb8','\x86','\xd0','\x37','\x82','\x7d','\x47','\xe8','\x3b','\x02','\x32','\x1e','\x5d','\xdc','\x54','\x38','\x2a','\x1d','\xf0','\x2e','\x92','\xd0','\xb5','\xb8','\x56','\x29','\x0f','\xce','\xff','\x29','\x9d','\xc9','\x6f','\x69','\x7c','\xec','\xd9','\xd2','\xfe','\x21','\x28','\x79','\xf3','\x2b','\xe1','\x93','\x8b','\x7f','\x01','\xf8','\x3e','\x8a','\xd8','\x5a','\x5f','\x65','\x61','\xc3','\xbd','\xdb','\x86','\xdb','\xae','\xd2','\x85','\xe3','\xa5','\x36','\x97','\xc8','\x78','\xa1','\xce','\x7f','\x1b','\xa5','\xec','\xc5','\x7a','\xb6','\xc3','\x44','\x9f','\x08','\x2f','\xfc','\xf6','\xfb','\x41','\x41','\xfe','\x33','\xc6','\xd6','\x45','\xb9','\x52','\xcc','\xd5','\xa7','\x61','\x72','\x65','\x48','\x9f','\x57','\xe5','\xaf','\xf8','\xd7','\x11','\x32','\x9f','\x4d','\xd4','\x2f','\x02','\xf3','\x46','\x79','\xb1','\xf6','\x2a','\xbc','\xc2','\xf5','\x03','\x11','\xc1','\xfb','\xfb','\x7b','\x69','\xc8','\x06','\x17','\xb8','\x9c','\xe0','\xbf','\x31','\x08','\xc2','\x3d','\x08','\x42','\xe9','\xcc','\x47','\x5d','\xe5','\xf4','\xda','\x68','\x12','\xce','\xcf','\xd2','\xec','\x57','\x0d','\xcf','\x49','\xdb','\xcd','\x83','\x6f','\x2d','\x7a','\x46','\xc9','\x42','\xd6','\xdf','\xe9','\x43','\x9d','\xe6','\x3a','\x8a','\xd5','\x24','\xb9','\x0d','\x7c','\xbb','\x0c','\x83','\x47','\x82','\x1c','\x68','\xb9','\xac','\xbc','\x8e','\x55','\xc3','\x68','\x0c','\x21','\x40','\x70','\xbb','\x00','\x16','\xf0','\xba','\x1b','\xe4','\x84','\xbe','\x32','\x7a','\xde','\x01','\xea','\x7e','\xbb','\x3d','\xb4','\xb0','\xea','\x17','\x2a','\x5e','\xc9','\x3b','\x27','\x09','\x72','\x5d','\x2a','\x95','\xc7','\xdf','\xa0','\x90','\xb9','\x25','\xe9','\xc9','\x3d','\x27','\xd1','\x1a','\x01','\xb8','\x53','\xc7','\x86','\x92','\x19','\x73','\x56','\x17','\x02','\x0c','\x29','\xd6','\x01','\x82','\xab','\x96','\xa4','\x9d','\x1a','\x72','\x1e','\xc4','\x20','\x58','\x11','\xe9','\x62','\x21','\x59','\xf1','\x55','\xd4','\x73','\xfd','\x58','\xbc','\x3b','\x8d','\x0f','\xb0','\x22','\x49','\xfa','\xce','\xf7','\x61','\xa5','\xd4','\x79','\x5c','\x2a','\x65','\x75','\x7a','\x28','\xe8','\xd6','\x6b','\x5e','\x94','\xdf','\xf1','\xa3','\x77','\x23','\x2b','\x61','\x1a','\xeb','\x51','\x18','\x6e','\xc8','\xee','\x77','\x7d','\x9c','\x21','\xda','\x9a','\xba','\xd2','\x69','\x38','\xe4','\x0d','\xe1','\x72','\x19','\xe7','\x8b','\x44','\xc9','\xb5','\xae','\xe6','\xf9','\x41','\x14','\xda','\x5b','\x1d','\xd3','\x08','\x11','\x18','\x73','\xd3','\x95','\x5e','\x18','\x51','\x51','\x8a','\x99','\x96','\x3a','\x00','\x6c','\x44','\xee','\x26','\x77','\x9e','\x13','\x9f','\x29','\xaf','\xef','\x94','\xad','\x9f','\xbd','\xee','\xa4','\x9a','\xda','\x9d','\x3c','\x92','\x26','\x08','\xda','\x22','\x43','\x21','\x0b','\x12','\x49','\x1c','\xd3','\xd5','\x21','\x78','\xa2','\xab','\xae','\xb8','\xb6','\x3e','\xee','\x3b','\x1b','\x33','\xee','\x1c','\x20','\x35','\x04','\xda','\x10','\x1a','\x21','\x40','\x6b','\x63','\xc3','\xa5','\x99','\x2e','\x09','\x12','\x6c','\xa0','\x77','\x0e','\x98','\xd0','\x00','\x2e','\x34','\xee','\xff','\x69','\xc6','\x5f','\x85','\xcf','\xe7','\x76','\xb7','\x06','\xd0','\xfa','\x58','\xe8','\x6a','\x3b','\x07','\xe8','\x60','\x83','\x6b','\x47','\x02','\xec','\x63','\x47','\xa8','\x43','\x03','\x3d','\x6d','\xcc','\x7c','\x5b','\xcf','\x88','\xba','\xc2','\x25','\x5a','\x9d','\xbf','\xec','\xd9','\xab','\xee','\xc6','\xcb','\xa5','\x28','\x04','\x40','\x0c','\x7d','\xbc','\xe4','\xe1','\x0f','\x42','\x30','\xfa','\xcf','\xc8','\xc7','\xbf','\x86','\x5e','\x7a','\x0c','\x7e','\xbc','\x83','\x51','\x8c','\x8e','\xa8','\x65','\x17','\x9c','\x40','\x0e','\xe1','\x08','\xcf','\xb3','\x7b','\xc0','\x1c','\xad','\xa6','\xa0','\x1f','\x0f','\xa1','\xe3','\x06','\x41','\x4f','\xfe','\x60','\xa4','\x81','\x23','\x38','\x92','\x6f','\x2f','\x1f','\x2e','\xb2','\xb9','\x38','\xc9','\x3e','\xb4','\x45','\x0e','\x79','\xfe','\x07','\x9e','\x07','\xe2','\x68','\xa8','\xd9','\x08','\xaa','\x20','\x04','\x41','\xb8','\x5c','\xe2','\x0d','\xaa','\xa7','\xcf','\x04','\x7d','\xd3','\xc9','\xbd','\xb4','\xac','\x4f','\xe6','\xbd','\x9f','\x26','\x69','\x4e','\x07','\x95','\xe9','\x4a','\xd5','\xd9','\xca','\xaa','\x77','\x6e','\x82','\xbc','\xcc','\x36','\x3d','\xea','\x24','\xcc','\x3f','\xce','\xf5','\xa6','\xd9','\x7a','\x6e','\xc5','\xb0','\x8d','\xd5','\x3c','\x31','\x78','\xba','\x5b','\xc5','\xd3','\xa2','\x31','\x1a','\xdd','\x72','\x6a','\x45','\x0c','\xa8','\xed','\x32','\x2e','\x32','\xbd','\x5e','\x87','\x5b','\xcf','\x38','\xd0','\xcd','\x0a','\x9d','\xdc','\x66','\xae','\x42','\xb3','\x52','\x26','\xfd','\x6e','\x0a','\xb9','\xdd','\x1d','\xd7','\x3a','\x15','\xb0','\x60','\xab','\x8c','\x44','\x51','\xb9','\xc1','\xb9','\xdb','\xf2','\x0e','\x8a','\xdf','\xbd','\x91','\x45','\x76','\x62','\xcb','\xc2','\xea','\xd1','\x84','\xa1','\xcd','\xde','\xd8','\x8a','\xcc','\x3c','\xf9','\xcb','\x5b','\x45','\x20','\x1a','\xa7','\x5f','\x0c','\xf3','\xc3','\x26','\x6d','\xc1','\x06','\x6c','\x20','\xcd','\x03','\x8f','\x00','\xd0','\xf5','\x35','\x4d','\x65','\x64','\xa0','\xe9','\x47','\x44','\x2b','\xac','\xf6','\x2f','\xc0','\x6d','\x82','\xd4','\x2b','\xb5','\x4e','\x7d','\xb1','\x7f','\x0f','\x27','\x5a','\xaa','\x53','\x4a','\xb1','\x83','\xd5','\x21','\x2d','\x82','\xaf','\xa2','\x7c','\xa7','\x0a','\x3b','\x81','\xed','\x10','\x15','\xd5','\x06','\xd3','\x82','\x5c','\xad','\x18','\x5d','\x2c','\xa7','\x16','\x20','\x68','\xa8','\x72','\x94','\xfb','\x79','\xb4','\x44','\x97','\x5a','\xeb','\x8f','\x29','\x08','\x78','\x57','\x74','\x1b','\x0b','\x03','\x9b','\x3b','\xff','\x76','\xb9','\x34','\x78','\xfb','\xb1','\xc1','\xf5','\xc7','\x05','\x2e','\x97','\xc6','\x3a','\x7b','\xc5','\x87','\x7c','\x20','\x03','\x5a','\x0a','\x0c','\xdf','\x56','\x3d','\x5f','\x41','\xe6','\xc6','\xaa','\xdd','\x2f','\xdf','\x58','\xb2','\x8f','\x30','\xdd','\x08','\x1b','\xe7','\xce','\xf3','\xe9','\x65','\x32','\xe4','\x19','\x25','\x82','\xd2','\xdf','\x89','\x50','\xdc','\xc7','\xc4','\x3f','\x0e','\xf1','\xae','\x68','\xed','\x11','\x7c','\x2a','\x34','\xc2','\x27','\xe1','\x75','\x64','\xfc','\x04','\xcc','\x98','\x16','\xde','\xd5','\x85','\xdf','\x32','\xc2','\xb8','\xe1','\x58','\xbd','\xb7','\x13','\xeb','\x63','\x87','\xa8','\x8f','\xb3','\x6c','\x6a','\x80','\x34','\x84','\x8d','\xc6','\xb8','\x01','\x0d','\x37','\x79','\xba','\x21','\x50','\xeb','\xb0','\x61','\x73','\x8b','\x4c','\x86','\x28','\xe1','\xf0','\x5c','\xd3','\x0f','\x0d','\xa0','\x11','\x41','\x6f','\x04','\xc8','\x11','\xe6','\x76','\x44','\x68','\xd8','\x79','\x47','\xa8','\xc3','\x8e','\x14','\x57','\x6d','\xa5','\x5f','\x19','\xbd','\xe6','\x14','\x6d','\x3d','\xd8','\x2c','\xdd','\xe4','\xdd','\x8b','\x52','\x5e','\xc1','\x4a','\xc8','\x6b','\x45','\xd2','\x0f','\x2b','\xde','\xda','\xbc','\xc7','\x84','\xf0','\x54','\xcf','\x5d','\xb9','\x7b','\x27','\xdd','\x4b','\xc1','\x0c','\x09','\x8f','\x42','\xae','\x5a','\xda','\x3e','\x16','\x22','\x91','\x77','\xf9','\x42','\x11','\x81','\x4f','\x39','\x2d','\x69','\x8c','\x41','\x9a','\xeb','\x83','\x1f','\x99','\x51','\x74','\x38','\x9d','\x84','\xb5','\x16','\x89','\x8e','\x16','\xeb','\x03','\x9d','\x1c','\x80','\x9f','\xa2','\xaf','\x64','\x49','\x00','\xa0','\x0a','\x79','\x98','\x2f','\xf8','\x28','\x05','\x1d','\xd6','\x10','\xfe','\x54','\xed','\x7d','\x4c','\x8b','\xf3','\x40','\xee','\xdf','\xd7','\x80','\xd7','\xf2','\xf2','\x9b','\x8f','\x42','\x73','\xf7','\xe0','\x01','\x0c','\xde','\x76','\xb9','\x5c','\x4a','\x1a','\xb9','\xac','\x32','\x01','\x1c','\x13','\xd5','\x5f','\x05','\x9e','\x1f','\xf4','\x07','\x0a','\xcf','\x40','\xf3','\x63','\x50','\x16','\xbf','\x4b','\xb7','\x3e','\x24','\x90','\x8f','\x7b','\x30','\xc8','\x6c','\x36','\x58','\x06','\x4d','\x59','\x82','\xce','\xe1','\x09','\x3b','\xef','\xac','\xf8','\x49','\x8a','\x38','\x8f','\x14','\x02','\xa8','\x7f','\xf1','\xc5','\x9d','\x65','\xd8','\x78','\x35','\xdb','\xce','\x72','\x0b','\x33','\x89','\xab','\x92','\x01','\x3b','\x93','\x98','\x4e','\x66','\xe6','\x80','\x03','\xa4','\xef','\xcc','\x40','\x2b','\x5c','\xd0','\xa4','\x91','\xc9','\x02','\x88','\xdd','\x54','\x9c','\xb1','\x21','\x33','\xa8','\xc6','\x7b','\x2a','\xbb','\x55','\xca','\xd1','\x1d','\xa9','\xe9','\xa3','\x7b','\x14','\xe1','\x91','\xba','\xcf','\x5c','\x8f','\x49','\xff','\x27','\xf7','\xb6','\x8c','\xff','\x04','\x3f','\x16','\x78','\xbc','\xd4','\x8a','\x40','\xd0','\xe7','\x6a','\x66','\x1c','\x2a','\x09','\x81','\xf5','\x6f','\xdf','\x7f','\x99','\xa5','\xe0','\x22','\x9d','\x16','\x31','\x05','\x17','\xf8','\x84','\x99','\x9c','\x70','\xf2','\x6e','\x90','\xea','\x2e','\x66','\x1f','\x1f','\x9c','\xbf','\x71','\x60','\x64','\x5c','\x94','\x7c','\x88','\xfb','\x5d','\x5c','\x90','\x0a','\x9e','\x8b','\x60','\x07','\xcb','\x33','\x98','\x01','\x89','\xb0','\x6d','\x30','\x16','\x08','\xde','\x36','\x78','\xff','\xb9','\x03','\xdc','\xc6','\xae','\xd0','\x85','\x77','\x86','\x64','\xf7','\x87','\xc8','\x11','\x49','\x46','\x53','\x6a','\x5c','\xd1','\xbd','\x26','\x51','\xb5','\x32','\xd0','\x74','\xa5','\x7c','\xfa','\xf6','\xaf','\xcb','\xbb','\x9f','\xa4','\x02','\x15','\x9f','\x27','\x8d','\x06','\xcd','\x77','\xba','\x2e','\x9b','\xa3','\x61','\x1e','\x87','\x17','\x05','\x54','\xed','\xf9','\x44','\x45','\xd6','\xef','\x5e','\xcb','\x4c','\xee','\xc0','\xae','\x66','\xbb','\xf9','\xbf','\x7b','\xb7','\x37','\xe5','\xb9','\xc2','\x8a','\x09','\x46','\x47','\x36','\x36','\xf1','\x39','\x4d','\x13','\x3e','\xc6','\xfc','\xb1','\x77','\x00','\xbc','\x75','\xa0','\x6d','\x44','\x2c','\x94','\x68','\x83','\x73','\x70','\x19','\x00','\x68','\x6c','\xec','\xb6','\xe1','\xfa','\x06','\x00','\x1c','\x80','\xc1','\xa9','\x9a','\x38','\x16','\x5e','\xfc','\xee','\xb4','\x8e','\x2b','\xa2','\xba','\xc3','\x8d','\x45','\x2d','\x36','\xe2','\x20','\x56','\x15','\x8d','\xd1','\x9a','\xae','\x75','\x61','\x2b','\x62','\xf8','\x10','\x60','\xfc','\xe7','\x24','\x2f','\xf8','\x12','\x0b','\xe6','\x45','\x70','\x64','\xfa','\x10','\x1b','\x3f','\xe6','\x4a','\xdb','\x5a','\x31','\x97','\xd0','\x24','\xf0','\x20','\x29','\xb2','\xee','\x22','\xb0','\x00','\x1c','\x0a','\xe4','\x37','\x8e','\xed','\x6d','\xc1','\xa6','\xb4','\x8a','\xc3','\x7e','\xc7','\x60','\x68','\x59','\x2c','\x39','\x5e','\x90','\xe2','\xb9','\x52','\x50','\xeb','\xa7','\x8e','\x94','\xba','\x37','\x1f','\xed','\xf4','\x9f','\x2a','\x88','\xff','\xd2','\xfc','\x2a','\xbd','\x3e','\xce','\x7e','\xb2','\xb1','\xab','\x64','\x67','\xeb','\xc4','\xe2','\x57','\x6d','\xf8','\xbc','\xc6','\x18','\xda','\xb6','\x2d','\x2c','\xe0','\xb5','\xd6','\x60','\xdb','\xb6','\x63','\x03','\x68','\xdf','\xf7','\xe9','\xcc','\xcf','\xc3','\x67','\x80','\xfe','\xab','\xa0','\x9a','\x95','\xfc','\xd7','\x51','\x83','\x08','\x4a','\x74','\x8a','\xf7','\x29','\x25','\xaa','\xa2','\x85','\x57','\x1b','\x4e','\xf7','\x26','\x00','\x4d','\x3f','\x1c','\x1e','\xcc','\x61','\x92','\x0e','\x1f','\x04','\x2c','\xa0','\xae','\x40','\xaa','\xd2','\x1f','\x94','\x87','\x24','\x44','\x9c','\x40','\xb6','\x55','\xa6','\x06','\x97','\xb7','\xa1','\xd4','\x5d','\x2e','\x1b','\xa0','\x9e','\x63','\x00','\x53','\x1a','\x03','\x5e','\xa3','\x00','\x59','\xf1','\x57','\x23','\x83','\xc0','\xd5','\xeb','\x14','\x36','\x55','\xe0','\xe4','\x37','\x1b','\x68','\xfe','\xe2','\x55','\x62','\x86','\x5e','\xcc','\xd5','\x70','\x58','\x58','\xbf','\x25','\x05','\xc9','\x1b','\x32','\xfe','\x4f','\x56','\xac','\xa6','\x77','\xa9','\x73','\x17','\x24','\xe7','\x93','\x48','\x3e','\x53','\x68','\x22','\x1e','\x2b','\x1a','\xaa','\x86','\x63','\xc2','\xed','\x1e','\x9c','\xa0','\xeb','\x95','\x50','\x5b','\x32','\x63','\x34','\xa3','\x87','\x24','\xdd','\x51','\x3d','\xaf','\x98','\x23','\xce','\xa8','\xc8','\xf3','\xf0','\xf1','\xe2','\x93','\x94','\xa2','\x79','\xcc','\x64','\xa3','\x64','\x25','\xd4','\x8f','\x44','\x85','\x95','\x81','\x00','\x6d','\x44','\xc0','\x91','\x80','\x07','\xde','\x98','\xf7','\xae','\xa6','\xbe','\xfb','\xaa','\x2a','\xef','\x0a','\x50','\xd1','\x5f','\xc9','\x76','\x19','\x32','\xa9','\xaa','\x92','\xc1','\x8d','\x3a','\x14','\xf9','\x9e','\x5f','\x92','\x63','\x03','\x54','\xf7','\xc9','\x8a','\x2d','\x85','\x04','\x0f','\xe5','\x9b','\x0b','\xba','\xb7','\x03','\x76','\x17','\xe8','\xf0','\xf1','\x18','\x84','\x40','\xce','\x12','\x9b','\x4b','\x2b','\xbc','\xac','\x53','\xd7','\x9d','\xf6','\x4e','\xa0','\xbb','\x35','\xca','\x37','\xb3','\x91','\x90','\x98','\x48','\xa7','\xa1','\xac','\xe2','\xc6','\x97','\xa2','\x22','\xa8','\x3b','\xe3','\x38','\x4f','\x04','\x80','\xb4','\x03','\xb5','\x06','\x70','\x69','\x7a','\xfe','\x52','\x02','\xdb','\x50','\x17','\x9c','\xf8','\x7d','\x1f','\x3b','\x3f','\x88','\x52','\xde','\x28','\x50','\x94','\x68','\x00','\xbe','\x6c','\x9a','\x11','\x41','\xb7','\x28','\x20','\xf3','\x50','\x2f','\xf3','\x65','\x43','\x49','\xc4','\x90','\xf0','\x52','\xc9','\x4b','\xe8','\x68','\xb4','\xea','\xab','\x57','\x6a','\xb9','\x67','\xca','\xfa','\x4c','\xad','\xfa','\xc5','\x30','\xf1','\x18','\x67','\x98','\xe8','\xa5','\xc7','\x1b','\x86','\x5d','\xc6','\x75','\x66','\x7e','\xe5','\xdd','\x6e','\x03','\xad','\x99','\x87','\x87','\x06','\x48','\x71','\xf9','\x71','\x11','\xd8','\xe0','\xcc','\xba','\xbc','\xb7','\x51','\x87','\x9b','\x2f','\xdf','\x7b','\xe5','\x27','\x97','\x13','\xc2','\xd5','\x7a','\xc5','\xab','\xc0','\xab','\x85','\x88','\x2f','\x8a','\xb4','\xfc','\x41','\xf8','\x0b','\x91','\xe4','\xc3','\x90','\x83','\x20','\xc8','\x45','\xa8','\x87','\x06','\xd0','\xed','\x76','\xd3','\x44','\x3e','\x7e','\xf6','\x7f','\x23','\xb8','\xe9','\xba','\x56','\x7c','\x4e','\x4c','\x42','\x55','\x46','\x73','\x9e','\x23','\x25','\x6e','\xb5','\x00','\xf3','\x1d','\x40','\x14','\x42','\xb7','\xdc','\x26','\xcd','\x30','\x61','\x65','\x8a','\x63','\x07','\xf3','\xd5','\xb6','\x43','\xab','\x23','\x17','\x4a','\x79','\xe0','\x57','\x24','\x24','\x22','\x16','\x87','\xb6','\xbe','\x34','\xde','\xf5','\xb9','\x8c','\x10','\xbe','\x9b','\xb9','\x31','\x89','\xc2','\xa8','\x8c','\xce','\x11','\x37','\x32','\x8a','\x2a','\x10','\x83','\x21','\x02','\xee','\x62','\xd5','\xd9','\xf8','\x21','\x36','\x7e','\xc2','\x8a','\xb6','\xef','\x02','\x29','\xc7','\x87','\x99','\xf5','\xda','\x9f','\x18','\x30','\xc1','\x02','\x02','\x97','\x36','\x7e','\x5b','\x1a','\x3f','\x95','\x9b','\x52','\x49','\x13','\xf3','\x5c','\x0d','\xd3','\xb6','\xc8','\x83','\xee','\x07','\xea','\xca','\x58','\x91','\xe0','\x19','\x1a','\xf4','\x46','\x57','\x52','\xb6','\x43','\xb2','\x07','\xca','\x26','\xb2','\x95','\xdf','\xa1','\xf8','\xb8','\xb1','\x56','\x17','\x9e','\x88','\xf0','\xa9','\xdd','\xeb','\xd4','\x4e','\xe2','\x77','\xf6','\x3a','\xfb','\xaa','\x4b','\x7b','\x56','\x9d','\xba','\xd0','\x5c','\x59','\x91','\x27','\x93','\xf6','\xc9','\x02','\x32','\xc5','\xd1','\x8c','\x8b','\xd8','\x9e','\x54','\x5c','\xf8','\x24','\x2b','\x8b','\x63','\xee','\x0c','\x23','\xa8','\x6d','\x1b','\x00','\xec','\xd0','\xf7','\x0e','\xb7','\xf7','\xb1','\xb8','\xd5','\x7b','\xb3','\x70','\xb5','\x1e','\x45','\xbf','\x7d','\x78','\x47','\x41','\xd4','\xf9','\x0e','\xa3','\x7f','\x44','\x21','\x26','\xc7','\x13','\xfc','\xf8','\x68','\x6f','\x9c','\xe1','\x97','\x45','\xbd','\xd9','\x20','\x3a','\xc2','\xeb','\xf8','\xc5','\xfa','\xe3','\xe9','\xbc','\xbe','\xe3','\xcf','\xe2','\x22','\x0f','\x27','\x8d','\x1a','\x1d','\xfa','\x2c','\x77','\x30','\x27','\xa8','\x50','\xb0','\x8b','\x6f','\x87','\x11','\x62','\xfc','\x77','\xd0','\x46','\x74','\x47','\x42','\x87','\xcf','\xe4','\xca','\xc6','\xb4','\x40','\x7d','\x18','\xd6','\xe2','\x56','\x2c','\x0c','\x8c','\x3a','\x41','\xbf','\x01','\x74','\xdc','\x81','\x00','\xe0','\x02','\xc3','\x83','\x44','\x82','\x18','\xe0','\xe6','\x1a','\x4a','\x08','\x1d','\x09','\xb0','\x75','\xc0','\xee','\xb1','\x66','\x2a','\x12','\x65','\x19','\x71','\xba','\xc7','\x25','\xb8','\x65','\x76','\x0b','\xe2','\xa2','\xee','\xd1','\xc2','\xbb','\xb9','\x51','\x16','\xfc','\x82','\xa3','\x3d','\x7a','\x7e','\xa4','\x2d','\x97','\xdc','\xe7','\x01','\x0f','\x9e','\x7c','\xc9','\xab','\x97','\xa7','\x6a','\x3b','\x6b','\xf0','\x7e','\x25','\xa0','\x18','\xa3','\xa0','\xde','\x18','\xea','\xaa','\xeb','\xfb','\x15','\x23','\xfa','\x14','\xe8','\x57','\x1e','\x9c','\x55','\xe4','\x89','\x5c','\xf2','\x4c','\x83','\x95','\xce','\x0b','\x26','\xa3','\x65','\x89','\xb2','\x27','\x3d','\xa9','\x76','\x5a','\x71','\x03','\xa5','\x13','\x91','\xb7','\xa7','\x8c','\x20','\x3f','\x9f','\xab','\xe7','\xe2','\x71','\x54','\x3f','\x16','\x1d','\x0e','\x87','\xf8','\xd1','\xf1','\x4f','\x6c','\xfb','\x1e','\x3c','\x27','\xce','\xd7','\xb9','\xee','\x95','\x87','\xe9','\x57','\x5d','\x16','\xb9','\x14','\xaf','\x99','\x00','\x3d','\x6d','\xdc','\x20','\x22','\xdc','\x6e','\x37','\x78','\x7f','\x7f','\x9f','\xd2','\x4e','\x2e','\x70','\xf9','\x06','\xd5','\x7f','\x60','\x40','\x16','\xe4','\x98','\x3f','\xa6','\x97','\xca','\x90','\x3f','\x1f','\xb5','\xaf','\x81','\x85','\xe0','\xb5','\x2d','\x71','\x08','\x7e','\xe7','\x76','\x8e','\x66','\xe4','\xf0','\x7a','\x15','\xca','\x8a','\x8c','\x14','\xcc','\xfd','\xd6','\x00','\xa0','\x6d','\xbc','\xeb','\x73','\xd9','\xe2','\xce','\x8f','\x9c','\x25','\x72','\x8a','\x26','\x46','\x6d','\xd1','\x29','\xab','\x5c','\x67','\xf8','\x0b','\xea','\xf2','\xa5','\xab','\xd6','\xfa','\x12','\x14','\x57','\x71','\xcd','\x13','\x7d','\x0e','\xa7','\x69','\x6c','\x06','\x0a','\x80','\x5b','\x01','\xe3','\xf4','\x53','\x90','\x02','\x07','\xd4','\xd3','\xb7','\xfc','\x9d','\x3f','\x94','\x0a','\x14','\x23','\x20','\x74','\xe5','\x36','\xcb','\xa2','\x62','\x55','\x29','\x91','\xae','\x0f','\x7c','\x5b','\xee','\xe8','\xba','\xbf','\x04','\x4c','\x19','\xa2','\xf0','\x4c','\x20','\xb4','\x04','\xce','\xbf','\xfc','\xc5','\x90','\x0b','\xa5','\x2c','\xc8','\x0d','\x97','\x29','\x2b','\xc1','\xb8','\x5c','\x4f','\x43','\x75','\xcd','\x18','\x4e','\x43','\x94','\x75','\xc1','\x27','\xf9','\x2d','\xb9','\xea','\x10','\x91','\x5d','\x44','\x87','\xf6','\xb8','\xef','\x1d','\xde','\xdf','\x77','\xd8','\x6f','\x23','\x42','\x5c','\x53','\x44','\xd8','\x0d','\x12','\x70','\xbe','\xac','\xf8','\x8e','\x26','\xe0','\xd5','\x14','\x3b','\x63','\xe2','\xf0','\x90','\xff','\x72','\xa6','\x8c','\xf3','\xa2','\x74','\xa2','\x98','\x39','\x2f','\xc4','\xc5','\x6e','\x7b','\xa0','\xcf','\x64','\xae','\x03','\xcc','\x13','\xa0','\xb4','\xd2','\x63','\x7d','\x77','\xec','\x52','\x4b','\x5b','\xf1','\x49','\xcf','\x27','\x3e','\x4a','\xbc','\x0e','\x11','\x9d','\x2f','\x10','\xff','\xca','\xc2','\xce','\x30','\x7e','\xa8','\xa0','\x2d','\x67','\x68','\xc0','\x2c','\xeb','\x55','\xf5','\x24','\x1a','\x67','\x06','\x9b','\xec','\xde','\x8c','\xa0','\x05','\x04','\x5d','\x79','\x3c','\xdc','\x7a','\x20','\x5f','\x1f','\xec','\x46','\x64','\x20','\x81','\x2d','\x2e','\x75','\xd9','\x5d','\xef','\x52','\x86','\x2c','\x8e','\x31','\x1d','\x76','\x1b','\x23','\x0b','\x0b','\x8f','\xc6','\xc7','\x08','\xf9','\x3f','\xef','\xa2','\x7c','\x47','\x51','\x13','\x9e','\xff','\xdd','\x18','\xde','\x5f','\x08','\xe2','\xc5','\xe5','\x4c','\x84','\x4a','\x78','\xb3','\x9c','\xcc','\xbf','\x4b','\x2e','\x8a','\xa0','\x4c','\x56','\xbd','\x6a','\xc1','\xb9','\x3d','\x93','\x31','\x61','\x11','\xfd','\xd3','\xa5','\xcc','\x47','\x38','\xfb','\x6a','\x51','\x78','\x54','\xcc','\x28','\x06','\xd2','\x30','\x96','\xa6','\xd9','\x1e','\x31','\xce','\xd3','\xe8','\xce','\x5c','\x96','\xea','\x34','\x22','\xde','\x3f','\xf0','\x25','\x90','\xcf','\x00','\x11','\xd1','\xf1','\x3d','\x40','\xd5','\x45','\x41','\x2f','\xbb','\x18','\xf5','\x97','\xc1','\x29','\x9b','\xfe','\x40','\x55','\xc9','\x6f','\xee','\x88','\x5b','\x2f','\xf8','\xb2','\x1b','\xd4','\x8a','\x2b','\xac','\x04','\xb0','\x17','\xd0','\x95','\xd1','\xf5','\x95','\xa0','\xcb','\xd7','\x5e','\x39','\xb7','\x70','\xa5','\x7a','\xe3','\x3c','\xb0','\x42','\xe4','\x76','\x7c','\x7c','\x27','\x84','\x3b','\x4e','\x54','\x16','\x0d','\x67','\x35','\x6c','\x08','\xdb','\x86','\x70','\xd5','\x0b','\x4d','\xf9','\xac','\x0f','\xbb','\xbc','\xe9','\x9d','\x0f','\x80','\x1a','\x7e','\x53','\x56','\x84','\xc6','\x2a','\x31','\x1b','\x24','\x00','\x66','\xe4','\x88','\xe8','\x65','\x77','\x0c','\x6f','\x10','\x85','\x5d','\x18','\x4d','\x0f','\x10','\x64','\xe4','\x41','\x87','\x6b','\xfe','\xa4','\x88','\xf8','\xf7','\x99','\xf2','\xa4','\x7f','\xac','\xfd','\x85','\xa6','\x94','\x9f','\xd1','\xf2','\xa0','\x2a','\x86','\x04','\xfe','\x36','\xf5','\xc1','\xb8','\x17','\xf9','\xf5','\xd9','\x10','\xb2','\xd0','\xa4','\x98','\x1a','\xec','\xab','\x3d','\xb8','\x2f','\xdc','\x6b','\x5b','\x07','\x8a','\xac','\x3a','\x62','\x3f','\xc0','\xf8','\x45','\x58','\x98','\xce','\x4b','\x3a','\xc6','\x8b','\x5a','\x38','\x63','\x6a','\x87','\x6c','\x1d','\xa4','\x45','\x89','\x78','\x94','\x26','\xe1','\x56','\x29','\xa7','\x32','\x44','\x1a','\x39','\x0e','\xe7','\x74','\x94','\xf1','\x48','\x7b','\x44','\xd2','\xd7','\x08','\x22','\x81','\x47','\x3a','\xd7','\x7f','\xa6','\x40','\xe2','\x71','\xb7','\x56','\xe0','\x8c','\x1f','\x68','\xbc','\x88','\xd0','\x46','\xc0','\x83','\x4e','\xc3','\x6d','\x68','\xd7','\x43','\xe6','\xa2','\x4c','\x72','\xf3','\x81','\x86','\x3b','\x52','\xea','\x97','\x55','\xfd','\xa8','\xed','\xe5','\x46','\xb3','\x52','\x2b','\x03','\x24','\x1c','\x52','\xff','\x55','\x12','\xb7','\x4e','\x0a','\x63','\x1b','\x4a','\xa6','\xb4','\xe3','\x73','\xbf','\x17','\xd4','\x65','\xaa','\x20','\xb1','\xc3','\xec','\x41','\xcf','\x49','\x93','\x3e','\x90','\x04','\xc5','\x2c','\x45','\x99','\xd2','\xab','\xfe','\xbb','\xb6','\x17','\x5d','\x5e','\x70','\xf4','\x03','\xf3','\xb7','\x15','\x9a','\xe8','\x12','\xa9','\xfe','\x06','\xbe','\x7d','\xa3','\x76','\xdd','\xa5','\x71','\xf8','\xa3','\x53','\x26','\x75','\x4a','\xf2','\x6f','\x04','\x09','\xd2','\x11','\xf1','\xb1','\xca','\xd9','\x7d','\x0e','\x00','\x1a','\x1b','\x41','\x80','\x83','\xff','\xc2','\xd6','\x00','\x50','\x76','\xca','\x47','\x88','\x6d','\x00','\x82','\xd6','\x09','\xb6','\xde','\x80','\x2e','\xcd','\x36','\x3b','\x39','\x34','\xfb','\xbe','\x77','\x0e','\xc5','\xdd','\x35','\x02','\x68','\xd7','\x4b','\x51','\x4d','\x5e','\xe8','\x4e','\x80','\x4c','\x15','\xcc','\x1d','\x6c','\x73','\x27','\x89','\x18','\x00','\x4f','\x7f','\xbe','\xdd','\x9e','\x9b','\x11','\x40','\x38','\x24','\xf2','\x08','\x54','\x74','\xb6','\x4a','\xfb','\xd0','\x96','\xe5','\x03','\x75','\x3e','\x81','\xf6','\x79','\x08','\x94','\x3a','\x7d','\xd3','\x3d','\x71','\xd7','\xc1','\xa1','\xaf','\xc1','\x7d','\x4e','\xe5','\xe8','\x5c','\x15','\x22','\x36','\x26','\x94','\x78','\x24','\xbf','\xe7','\x74','\x81','\x1b','\x91','\x64','\x75','\x2e','\xee','\x4f','\x40','\xd0','\x43','\x0a','\xfd','\x4a','\xb8','\x99','\x1f','\x43','\x41','\xed','\x94','\x34','\x4b','\xde','\x2d','\x87','\x22','\x30','\xf1','\x83','\x47','\x61','\x74','\xd7','\xba','\x1f','\x96','\x5f','\xaa','\xfa','\x28','\x27','\x99','\x7b','\xe5','\x23','\xe4','\xf7','\x15','\x3a','\x6c','\x6b','\x6d','\xda','\xc8','\xc9','\x01','\xde','\x04','\xc2','\x0e','\xd0','\xb6','\x6d','\xe1','\xe3','\x3f','\x16','\x6b','\x06','\x3b','\x5b','\x52','\x1a','\x31','\xee','\xe7','\x4a','\x58','\x3e','\x59','\xad','\x97','\x07','\x5f','\x06','\x26','\x7c','\x23','\x13','\xd0','\x03','\xa9','\x28','\xb7','\xca','\x8f','\x24','\x6a','\xf8','\xb8','\x0b','\xed','\xc8','\x31','\x36','\x53','\xf2','\x9c','\x32','\x8a','\x12','\xbd','\x4a','\x42','\x5b','\x37','\xbb','\xd0','\x54','\x2e','\x58','\x23','\x47','\x8b','\xe8','\xf5','\x6a','\x72','\x38','\xce','\x42','\x34','\x9c','\x4d','\x90','\x9d','\x28','\x12','\x7d','\x27','\x29','\x64','\x2c','\xa8','\xcf','\xc8','\xac','\xc9','\x88','\xd1','\x3a','\x47','\x61','\x61','\xec','\x9d','\x10','\x0e','\xdb','\x19','\x50','\x1b','\x19','\xa5','\x6e','\xa8','\xaf','\x28','\x3c','\x29','\xee','\xd2','\x9f','\xf2','\x16','\x73','\x3e','\xe0','\x55','\x55','\x82','\x87','\x56','\xcc','\x5f','\x01','\x0f','\x54','\x17','\x05','\x5d','\xea','\xc7','\x57','\x83','\x93','\xbf','\xf2','\xac','\x8a','\xe6','\x91','\x60','\xc0','\xf4','\xbc','\x4a','\x27','\x9a','\x59','\x51','\x56','\xe5','\x05','\x77','\x42','\xd7','\x4f','\x85','\x44','\x74','\xb4','\x5c','\x5e','\x4c','\xc0','\x8d','\x2f','\x56','\xbd','\x8d','\x0b','\x27','\xf7','\xf7','\x0e','\xfd','\x46','\xd0','\x1a','\xa9','\xcf','\xbd','\xd1','\xda','\x24','\xf5','\xe2','\xdf','\x85','\xd2','\x0f','\xc0','\x06','\x16','\xaf','\xe8','\x7b','\x3c','\xd4','\x35','\x31','\x15','\xef','\x0d','\x1c','\xf9','\x2e','\x29','\x4f','\xf7','\x81','\x4f','\x97','\x8d','\x81','\x7b','\xe3','\x53','\x94','\x35','\x15','\xe7','\xf8','\xed','\xd9','\x72','\x7c','\x5a','\xca','\x85','\x1e','\x66','\xca','\x95','\x3f','\x50','\x9f','\xfe','\x62','\x17','\x37','\xb0','\xa8','\x6c','\xa7','\xd4','\x7b','\x04','\x58','\xed','\x56','\x4a','\x02','\xb1','\x0f','\x3b','\xef','\x24','\x35','\x31','\x82','\xd8','\x0d','\x8a','\x7a','\x1f','\x0b','\x4c','\x34','\xc2','\x6c','\xef','\x3b','\xc1','\xbe','\x11','\x5c','\x76','\x71','\xa7','\x17','\x23','\xbc','\xb3','\x21','\xde','\xa1','\xf3','\x6e','\xa4','\x04','\xc3','\x31','\x1e','\x1a','\xcf','\x2e','\x36','\xef','\x72','\x25','\x8a','\xb0','\xe3','\xb3','\xbe','\x19','\xe4','\x1e','\xa6','\xd6','\x3c','\x69','\xeb','\xac','\xa0','\xd8','\x4c','\xfb','\x7b','\x41','\xa1','\xdb','\xe8','\x3c','\x26','\x30','\x97','\x4a','\x74','\xcb','\x1d','\x27','\x68','\x57','\x03','\x10','\x38','\x8b','\xbe','\x54','\xb0','\x11','\x78','\x27','\x7d','\x54','\xaa','\x72','\x92','\x68','\x32','\x56','\x82','\xbb','\x6d','\xde','\xc9','\x2e','\xc6','\x65','\x5a','\x3c','\xc8','\xa8','\xe7','\x04','\x6e','\x71','\xc8','\x74','\x96','\x33','\x6d','\x95','\x3c','\x2b','\xeb','\x46','\x24','\xbf','\x33','\x15','\x2b','\x3a','\x3a','\xc1','\xcf','\x5e','\x4c','\xde','\x07','\x60','\x46','\xdd','\x19','\xc3','\x73','\xd6','\x6a','\x56','\x1d','\x77','\x4f','\x98','\x3e','\xa6','\xb3','\x64','\x3b','\x86','\x88','\xfe','\x09','\x82','\x50','\xd1','\x11','\x16','\xbf','\xd6','\x8f','\xf7','\x27','\xf9','\xcb','\x89','\xf0','\x18','\xad','\x2f','\x01','\x4f','\x82','\x66','\xf8','\xd8','\xc1','\x55','\x02','\x02','\xd8','\x9d','\x6f','\x76','\x52','\xfc','\x26','\xd7','\x5b','\xb7','\x52','\x8c','\xec','\xee','\x76','\xe5','\x3b','\x7d','\x2e','\x57','\xbb','\xab','\xc4','\xdf','\x89','\x22','\x3b','\x16','\xd9','\xf0','\x0c','\x0a','\x93','\xc9','\x50','\x50','\xd7','\x08','\xdf','\x00','\x00','\x20','\x62','\x37','\x0a','\x11','\xa4','\x62','\x20','\x51','\xa1','\x03','\x4e','\x4a','\xaa','\x53','\xd0','\x92','\xa2','\x23','\xf5','\x84','\x73','\x38','\xd3','\x8f','\x59','\xa1','\x3a','\x5c','\xe1','\x3e','\xe2','\x6a','\xf7','\x08','\xcd','\x0f','\x9a','\x08','\xad','\x55','\xb6','\x54','\x8f','\x65','\x71','\x5c','\xff','\x5e','\x3d','\xf7','\x70','\x39','\x41','\xb8','\x21','\x04','\x2e','\xb0','\x60','\xa0','\xc8','\x66','\x65','\xfc','\xcb','\x75','\x99','\x95','\x32','\x79','\xa2','\xfe','\xca','\x3d','\xbc','\x2a','\x6a','\x7c','\x3b','\x6f','\x44','\x96','\x55','\xeb','\x6e','\xea','\xf8','\x8d','\xe4','\xcf','\x19','\x9d','\x43','\xf8','\x8c','\xc0','\x1b','\xee','\x2a','\x0d','\x10','\x87','\xb2','\x79','\x7b','\xef','\xf0','\xfe','\xf3','\x06','\x6d','\xbb','\x0e','\xfc','\x5b','\xa5','\xa4','\xbb','\x79','\x76','\xa2','\x72','\x71','\xb1','\xb2','\x8b','\x29','\x29','\x2c','\x54','\x00','\x40','\x74','\xfd','\xaa','\x80','\xd1','\x88','\x63','\xb0','\x48','\xfc','\x8c','\x51','\x71','\x27','\xed','\x9c','\xdc','\x6b','\x7c','\x27','\xab','\xf1','\xfc','\x60','\x09','\x67','\x26','\xc1','\x99','\x2c','\xaa','\x41','\xce','\x69','\x8b','\xd7','\x94','\xd3','\x80','\x19','\xca','\xf1','\x3d','\x97','\x8b','\x45','\x7a','\x69','\x5f','\x1f','\xe7','\x3a','\x5b','\x03','\x9e','\x87','\x08','\xb8','\x35','\x3e','\xeb','\x09','\xee','\x92','\xd2','\x1d','\xfa','\x6e','\x8a','\x64','\xe7','\x6f','\x63','\xb7','\x87','\xdd','\xde','\xba','\x61','\x17','\x8c','\x1b','\x5e','\x3c','\xd3','\x4b','\x36','\x39','\xe2','\x18','\x81','\x97','\x31','\xa4','\xf8','\x49','\xa0','\x9d','\x42','\x9d','\xb4','\x06','\x08','\x7f','\xcf','\xfa','\xd4','\x49','\x5a','\xc1','\xf0','\x03','\x4f','\xf3','\x34','\x81','\x4f','\xd3','\x0b','\x3e','\x45','\xeb','\x5d','\x34','\x8c','\xe7','\x7a','\xe7','\x8b','\x95','\x75','\x21','\x03','\xfd','\x82','\xf0','\x1d','\xc6','\x1c','\x48','\x0c','\x1d','\x73','\x10','\x9e','\xe8','\x69','\xd2','\x31','\x06','\x5d','\xc8','\x4c','\xa7','\x0b','\xfd','\x54','\x20','\x98','\x15','\x5c','\x71','\xa3','\x4e','\x68','\x00','\xd4','\x32','\xc4','\x8b','\x63','\x75','\xf1','\x83','\x44','\x36','\xab','\xbe','\x5f','\x35','\x9d','\x84','\xbe','\xeb','\x6c','\x39','\xf9','\x54','\x54','\x91','\xe1','\xd1','\x61','\x7f','\xc8','\x40','\x3a','\x43','\xd7','\x24','\x65','\x9a','\x41','\xe4','\x3f','\xae','\xea','\x5a','\x17','\xfd','\x5a','\xcd','\xb6','\xb2','\x5b','\xee','\xde','\x03','\xd4','\x7b','\x87','\xdb','\xed','\x16','\xce','\x01','\xdd','\x6e','\xb7','\xfb','\xb5','\x9d','\xe9','\xd9','\x63','\xeb','\xe3','\xb9','\x32','\x9f','\x84','\xa5','\xd1','\xb3','\x78','\x65','\x30','\x26','\xe8','\xd1','\xa6','\x98','\x12','\xda','\x23','\x0a','\xea','\xc9','\xb1','\xff','\x6c','\xe3','\xe7','\xae','\x6c','\x40','\x5e','\x59','\x96','\x0b','\xf0','\x54','\xf9','\x01','\x75','\x7b','\x0b','\x19','\x3d','\xb3','\x73','\xdb','\xdd','\x44','\x7c','\xa1','\xe9','\x86','\x70','\xb9','\x6e','\xf0','\xf6','\x63','\x84','\xb7','\xbe','\x5c','\x9a','\x0a','\xbb','\xc0','\x07','\xc5','\x6d','\x0e','\x13','\x6e','\x7e','\x77','\x07','\x8c','\xc0','\xd5','\x00','\x12','\x1c','\xf4','\xa5','\xcb','\x4c','\x2e','\x3f','\x55','\x53','\xd6','\x49','\x7e','\xa7','\xec','\x81','\xa4','\x4d','\xc5','\xcd','\x8a','\x54','\xa1','\x56','\x51','\xfc','\x3c','\xb9','\xd6','\xe4','\x87','\x15','\x21','\x2d','\xeb','\x8a','\x0a','\x8d','\xb3','\x7d','\xc0','\xef','\x86','\x85','\x44','\x93','\x54','\x70','\x45','\x4a','\xf2','\x9c','\xec','\x11','\x42','\x44','\x88','\x0a','\xf1','\x72','\x5e','\x18','\xed','\xf8','\xf1','\xaa','\xab','\x3d','\x8f','\x00','\xcb','\x67','\xb7','\x5a','\x38','\x17','\x21','\xba','\x5f','\x78','\x9f','\x2a','\x0e','\xa2','\x99','\xc0','\x85','\xa4','\xae','\xb0','\x42','\x4e','\x36','\x72','\xf9','\xbc','\xea','\x79','\xa8','\x82','\x83','\x42','\x48','\x58','\x3f','\xf4','\x93','\x8e','\x55','\xe8','\xa7','\x19','\x74','\xac','\x79','\x45','\xbe','\x35','\x00','\x6c','\x23','\x0a','\xdc','\xcf','\x3f','\x6f','\xb0','\xf1','\x2e','\xeb','\xb6','\x35','\x55','\x25','\xa2','\xab','\x00','\xb1','\x67','\x1e','\x6a','\xbb','\xcb','\x31','\xf3','\xf4','\xd5','\x87','\x6b','\x93','\x05','\x0d','\xe1','\x76','\x93','\xb9','\x57','\x2d','\x75','\xa3','\x55','\x3b','\xee','\xd0','\x49','\x35','\x5f','\x42','\xff','\x9f','\xae','\xab','\xae','\xa8','\x9e','\xd3','\x47','\xa5','\x24','\xde','\xe7','\x50','\x39','\xae','\x31','\xd2','\xd1','\x94','\xdc','\xeb','\x87','\xf2','\x33','\xd0','\x9f','\xa5','\x51','\x63','\x14','\xfc','\x73','\x85','\xd4','\x28','\x30','\x2b','\x73','\x54','\xd0','\xbe','\x9e','\x73','\x77','\x6e','\x48','\x44','\x83','\x9e','\x1a','\xc1','\x08','\x8e','\xc0','\x77','\xf4','\x50','\x47','\xe8','\x38','\x6e','\x4e','\xa5','\x0e','\x40','\x7b','\x37','\x9c','\x08','\xc2','\x3d','\x3f','\x13','\x2b','\xf2','\x6d','\x30','\x14','\x35','\x08','\xc2','\x20','\x2b','\xe2','\x20','\x08','\x39','\xff','\x82','\x39','\xe1','\xbc','\x4c','\xa1','\x57','\x2f','\x4c','\x08','\xbc','\x18','\xaa','\x85','\xb0','\xe5','\x8b','\xe2','\xdb','\x67','\x0b','\xfb','\xb3','\xe0','\xe4','\xd4','\xe0','\x93','\x8e','\x67','\xa4','\x73','\x39','\xa5','\x6e','\x44','\x90','\x42','\x5e','\x53','\xe2','\xb7','\xa8','\xf3','\x6c','\xc8','\xf8','\x44','\x00','\x52','\x88','\xef','\x10','\xa6','\x69','\xf2','\xf5','\x2d','\xe6','\x44','\x28','\x29','\x21','\x37','\xe9','\x05','\x82','\xce','\x24','\x23','\x67','\x63','\x69','\x18','\x7f','\x99','\x17','\xc5','\x76','\xea','\xbf','\x4f','\x8c','\x65','\x76','\xf9','\x9b','\x8a','\xcf','\xdf','\x0e','\xcb','\x7a','\x0e','\x0e','\xd1','\x96','\xf1','\x06','\x1d','\x0e','\xad','\x2d','\xf6','\x47','\xae','\x7d','\x9e','\x17','\xc7','\x72','\xfd','\xb9','\x89','\x50','\xc9','\x8f','\xf7','\xf7','\xf7','\xd2','\x30','\x0a','\x8e','\x71','\xd9','\x82','\xce','\x5b','\x49','\xff','\x8d','\xf0','\xe4','\x10','\xbc','\x18','\x8b','\x42','\x21','\xfa','\x64','\xf0','\x84','\x89','\x08','\xe6','\x8e','\xc6','\x1f','\xe2','\x3d','\x39','\x64','\x5c','\x22','\xd3','\xbd','\x30','\x0b','\xbe','\xe0','\x71','\x5c','\xd8','\x88','\x70','\x79','\xdb','\xe0','\xc7','\x8f','\x8b','\xde','\xeb','\x23','\xab','\x24','\xd2','\x4e','\x0d','\x9f','\x2b','\x1c','\x93','\x44','\x29','\x13','\x45','\x4b','\xe4','\x18','\x19','\xa3','\xa6','\x38','\x21','\xa7','\xc3','\xd3','\x3e','\x9d','\x16','\x13','\x85','\x61','\xa9','\xa7','\xa7','\x9d','\x22','\x61','\xfa','\x2a','\x47','\x27','\x63','\xac','\xd0','\xa5','\x17','\x38','\x01','\xe4','\x84','\xe5','\xe3','\xf3','\xc0','\xc2','\xca','\xdf','\x9e','\xfe','\xd5','\xb4','\x34','\xf0','\x58','\x3c','\xfa','\xbe','\x4b','\xb8','\x7d','\x0b','\x3d','\x40','\xc6','\xcd','\xeb','\x56','\x43','\x62','\xdf','\xcd','\x47','\x04','\xa6','\x28','\x22','\x00','\x25','\x2d','\x53','\xdc','\x29','\x54','\x55','\x13','\x65','\xf1','\xc4','\xe0','\x7b','\x03','\x57','\x9e','\xb5','\x8c','\xde','\x55','\xa9','\x40','\x40','\xd8','\x69','\x44','\x82','\x7b','\xff','\xf3','\x06','\xfb','\x6f','\x17','\x20','\xa0','\x11','\x8a','\x98','\x2b','\x53','\x05','\x84','\x0b','\x3a','\xac','\x9e','\x2c','\x0d','\x11','\x87','\x25','\xe6','\xd0','\xc4','\x29','\x49','\x40','\x76','\x0a','\x23','\x0f','\xb1','\x9d','\xcb','\x36','\x53','\xf8','\xb3','\x46','\xcb','\x4f','\x34','\x4a','\xb2','\xac','\x54','\x1e','\xd2','\xb2','\x87','\xab','\x27','\xcf','\xd9','\xc3','\x7a','\x5f','\xc8','\xeb','\xa7','\xb1','\xc4','\xf8','\x3e','\x24','\x4c','\x3a','\x92','\xb2','\xc9','\xce','\x3b','\xdc','\x08','\x40','\x63','\xcb','\x06','\xc2','\x42','\xdb','\x8a','\x6c','\x95','\x71','\xa2','\x9d','\xb9','\x91','\x37','\x8e','\xe1','\x11','\x00','\x50','\x07','\xd8','\x91','\xa0','\x11','\x01','\x12','\x5f','\x4b','\xd0','\x00','\x36','\x6a','\x00','\x8d','\x5d','\x22','\x77','\xe1','\x75','\x08','\x63','\xdf','\xa8','\x40','\x7d','\x10','\x91','\x79','\x0e','\xb8','\xd6','\x04','\x75','\x52','\xda','\x45','\x04','\xe1','\x92','\xb2','\x7b','\x73','\x45','\xa7','\x9b','\x25','\x4c','\x5d','\xf7','\x0f','\x3c','\x08','\x6a','\xfc','\x9c','\xe9','\x44','\xcc','\x6c','\x12','\xc3','\x1f','\x71','\x59','\x53','\x53','\x8a','\xc6','\x7d','\x67','\x35','\x89','\x92','\x90','\x12','\x28','\xf7','\x63','\x1c','\x32','\x7d','\xda','\x7a','\xeb','\x9a','\x47','\x9b','\x51','\x64','\x74','\xe1','\x50','\xcb','\x35','\x17','\xdf','\x16','\x8b','\x16','\x60','\x34','\xa9','\x3c','\x3f','\xdb','\x76','\xcb','\x9c','\x07','\xf0','\xc9','\x44','\xbb','\x32','\x3f','\xf2','\x9d','\x4d','\x6b','\xac','\x0b','\xad','\x22','\xf4','\xff','\xd7','\xcd','\x3a','\xe2','\xfb','\x26','\xe3','\x3b','\x2a','\xed','\x99','\x70','\x06','\xe8','\x7a','\xbd','\x86','\x8c','\x2f','\x37','\x80','\xbe','\x85','\x46','\x53','\x40','\x81','\x57','\x7e','\xe5','\x0f','\xcd','\x55','\xe0','\x15','\x3a','\xaf','\x84','\x7f','\xd4','\xb0','\xfd','\xaa','\x2e','\x9b','\xf9','\x94','\x19','\x20','\xdb','\xc6','\x12','\x91','\xfc','\x25','\xa6','\xe0','\x56','\x1c','\x93','\x1d','\xaf','\x11','\x80','\x8c','\xb9','\x8c','\x72','\xc6','\xf9','\x9e','\x2b','\x47','\x77','\xdb','\x2e','\x0d','\xda','\xd6','\x02','\x5f','\xf4','\xdd','\x2b','\x51','\xdf','\xcc','\xad','\xcd','\xbe','\x89','\x20','\x93','\x55','\x46','\x7d','\xc9','\x3f','\xaa','\x15','\x50','\x79','\xf4','\xab','\x99','\x41','\x91','\xf0','\xe9','\x93','\x41','\xe3','\xeb','\x09','\xc5','\xe6','\xdd','\x0a','\xe2','\x70','\x9a','\x05','\x9d','\x64','\x65','\xa9','\x56','\xb4','\x26','\x4e','\x79','\x00','\x2e','\xad','\xca','\x24','\x32','\x5e','\xc4','\x11','\xc9','\x14','\xff','\x4e','\xbe','\x79','\x13','\x1e','\x7c','\x7e','\x3f','\x5a','\x6f','\x1f','\xe1','\x5b','\x04','\x30','\x39','\x4d','\x67','\xc5','\x13','\x46','\xbf','\x9c','\x51','\xfa','\x2b','\x50','\x54','\x2b','\x83','\x04','\x6d','\xac','\x30','\x24','\xb6','\xdf','\x61','\xcd','\xaa','\x3a','\x0d','\x6b','\x48','\xa6','\x45','\xbe','\x84','\xb0','\x48','\x5d','\x74','\x07','\x85','\x87','\x26','\x0e','\xc3','\x4d','\x07','\x38','\xc4','\xaf','\x13','\x9d','\x28','\x34','\x25','\xf3','\x09','\xee','\xf6','\xb7','\x0e','\x2d','\xa4','\xb4','\x41','\xe1','\x17','\x37','\xd5','\xe1','\xaa','\x8a','\x37','\xae','\x87','\xc7','\x5f','\x76','\x55','\xc7','\xce','\x6d','\xea','\x9b','\xa5','\xd6','\x3d','\x23','\xd2','\xf7','\x0e','\x7b','\xef','\x23','\xc0','\x02','\x77','\xb2','\xb8','\xae','\xc6','\x7b','\x66','\xd0','\x29','\x3a','\x92','\xfd','\x0e','\x23','\xd5','\xbe','\x39','\x81','\x4b','\xca','\x3a','\x1e','\x48','\x2b','\xc4','\x95','\x22','\x44','\x8b','\x47','\xc7','\x23','\xca','\x05','\x91','\x9c','\x37','\x1b','\x17','\x54','\xa4','\xf1','\x0f','\x39','\xdd','\xbd','\x5b','\x5c','\x8f','\x3e','\x73','\xbf','\xfa','\x39','\xde','\xd1','\xe8','\x49','\x16','\x78','\x64','\x8c','\x51','\x17','\x92','\x12','\x1a','\xaa','\xb4','\xf1','\xea','\x3a','\xf3','\x82','\x51','\x36','\x59','\x5d','\xc4','\xe6','\x4c','\x07','\xd8','\x01','\x00','\x7b','\x07','\xd8','\x10','\xda','\xd6','\x78','\xc7','\xa6','\x8d','\x9d','\x44','\x20','\x40','\x94','\x40','\x07','\xe3','\x9d','\xf0','\x71','\x64','\xbc','\x08','\xc4','\x3d','\x0e','\x9c','\x11','\x14','\xc3','\x68','\xe8','\xe5','\xab','\x9c','\x4e','\x99','\x92','\x31','\xff','\xc0','\xe1','\x89','\x20','\xde','\x0d','\x57','\x42','\x3a','\x58','\xff','\x0c','\x54','\xc3','\x59','\x30','\xb1','\x40','\x3f','\x67','\xab','\xcc','\xe9','\x72','\x73','\x3e','\x88','\xfa','\x23','\xf5','\x7b','\xc9','\x2e','\xec','\x5c','\x65','\x21','\xd9','\xfd','\x50','\x22','\x67','\xe6','\x68','\x82','\xf5','\x83','\xa4','\x35','\x23','\x19','\x8c','\x47','\xc8','\xb4','\xc7','\x41','\x0d','\xde','\xed','\x98','\x9a','\xd0','\xb3','\xbb','\xbe','\x81','\x4c','\x59','\x47','\x29','\xdc','\xd7','\x37','\x11','\xbb','\xc3','\xc7','\xef','\x64','\xb9','\x1f','\xe4','\xca','\x79','\x54','\x07','\x9b','\xcf','\x9a','\x50','\x68','\xc3','\x0a','\x9c','\x24','\x82','\xe9','\xe7','\x8a','\x97','\xdc','\xc3','\xe5','\xe1','\x84','\xb1','\x3f','\xa2','\x6c','\x98','\x4b','\x45','\xcf','\x5c','\x64','\x1c','\x04','\x45','\xb9','\xc7','\x89','\x7c','\x1e','\x9a','\xca','\x78','\x35','\x0c','\x1e','\x64','\x9e','\x6c','\xe3','\x92','\xf0','\xda','\x96','\x09','\x06','\x50','\x86','\x9e','\x2e','\x14','\xfa','\x07','\xd6','\xb0','\x14','\x94','\x7f','\x29','\x70','\xdb','\xca','\x6d','\x30','\x99','\x11','\xde','\xba','\x81','\xb8','\xb9','\xf5','\x5d','\xd5','\x6c','\xce','\x01','\xd3','\x42','\x8b','\xcd','\x25','\x04','\xe0','\xa8','\x41','\xdb','\xb5','\xc1','\xf5','\xed','\x32','\x5c','\xde','\xae','\x23','\xba','\x5b','\x84','\xa1','\x2c','\x36','\xce','\x37','\x74','\x26','\xd1','\xc8','\xdd','\xb9','\x1d','\x2e','\x56','\xc3','\xa0','\x76','\x9a','\xa6','\xd4','\xb4','\xb2','\x2c','\x83','\x13','\xe5','\xa6','\x25','\x74','\x42','\xd4','\x5e','\x65','\xe5','\xcb','\x89','\xd9','\xa8','\x29','\xb9','\xf7','\x31','\x4f','\x54','\x52','\xa9','\x78','\x17','\x5a','\x7f','\x8a','\x80','\xee','\xf3','\x41','\x4f','\x89','\xa3','\xf1','\x62','\x60','\x58','\xdb','\xbf','\x90','\x52','\x93','\xf0','\xf1','\x82','\x65','\xbc','\x4a','\x97','\xe9','\xfd','\x45','\x41','\x36','\x41','\xb5','\xb9','\xa9','\x4d','\xce','\x0b','\x74','\x92','\x05','\x63','\x5c','\xdc','\x6e','\xaa','\xdf','\x66','\x0c','\x04','\x16','\xf3','\x7a','\x06','\x2f','\x59','\xc4','\x88','\xc7','\x06','\xbc','\x32','\xdf','\x80','\xd8','\x35','\x69','\xa7','\xb1','\x73','\x2b','\x2e','\x6b','\x1a','\xf4','\xa3','\x89','\xda','\xe9','\xc6','\xa2','\x90','\xc1','\xfe','\xb9','\x4b','\x59','\x37','\xd2','\xf0','\xee','\x1a','\x5d','\x50','\xf0','\x03','\x73','\xa3','\x2a','\x0f','\x8e','\x07','\xa2','\x67','\x05','\x47','\x9e','\x7b','\xfc','\x92','\xf5','\x96','\x0c','\x99','\x84','\x44','\x59','\x03','\x80','\xe8','\x1e','\x73','\x94','\xaf','\x98','\xb7','\x41','\x76','\x7f','\x27','\xc8','\x46','\x17','\x30','\xfd','\x74','\x04','\x82','\x0e','\x80','\xb2','\xeb','\xcb','\xc9','\x64','\x5b','\x47','\x89','\x13','\x5d','\xe3','\x23','\x6f','\x53','\x65','\x92','\x64','\x3c','\x10','\x32','\x5b','\xd1','\x45','\x29','\x24','\x18','\x97','\x3b','\xf6','\x61','\x04','\x89','\x5b','\x1c','\x20','\x10','\x76','\x68','\x5a','\x26','\x9b','\x3c','\x7e','\xf1','\x8c','\xd8','\xad','\xcd','\xb9','\xc7','\x0d','\xb2','\x37','\x39','\xe4','\xf9','\x35','\x25','\xb3','\x85','\x03','\x7c','\xbb','\x32','\x5d','\x73','\xd2','\x98','\x79','\x76','\x1f','\x14','\xb5','\x7f','\xe0','\x61','\x18','\x0b','\x9f','\xec','\xe6','\x4a','\x46','\x2b','\x63','\xd1','\xa2','\x98','\xeb','\x0a','\x4e','\x71','\x5e','\x18','\x4c','\xa4','\x16','\x95','\x27','\xf1','\xb1','\x33','\x64','\x93','\x51','\x89','\xda','\x48','\x59','\x0d','\xeb','\xf1','\x3e','\x1b','\xee','\x05','\x0a','\xf5','\xb3','\xcb','\x52','\xb9','\x85','\x4a','\xb5','\x81','\x3f','\x1c','\x80','\xec','\x4e','\xe5','\x2b','\x66','\xca','\x72','\x8b','\xfc','\x94','\x3e','\x8a','\x79','\x42','\xe1','\x2b','\x86','\x9f','\xe3','\x53','\xd1','\xf6','\x83','\x9a','\x0e','\x6c','\x9c','\xf8','\xea','\x28','\xa1','\xff','\xc6','\xfc','\x5d','\xfb','\xd1','\x2d','\x70','\x2c','\xd1','\x7a','\x11','\x6c','\x97','\x39','\x08','\xc2','\xdb','\xdb','\xdb','\x71','\x18','\xec','\xde','\xfb','\x74','\x11','\xea','\x21','\x9c','\xe1','\x1e','\xdf','\x51','\x70','\x1c','\x48','\x76','\x4f','\xef','\x81','\x87','\x9e','\x68','\x47','\xe5','\x82','\x95','\x12','\x2c','\xeb','\xfd','\x0e','\x20','\xed','\x25','\x60','\x01','\x26','\x67','\x7e','\x90','\x80','\xf6','\xae','\x42','\xaa','\x6a','\x5a','\x6e','\x4e','\xef','\xc4','\x07','\x64','\xc7','\x65','\xa6','\xd7','\x2b','\x5f','\x68','\x7a','\xdd','\xa0','\x5d','\x9a','\xdd','\x11','\xc1','\x33','\x8a','\xbd','\xe3','\x40','\x18','\x85','\x60','\xa4','\x2b','\x98','\x92','\x58','\x26','\x52','\x07','\x20','\xb9','\x14','\x86','\xf9','\xe5','\x18','\x33','\xaf','\x58','\xbb','\xe7','\x4a','\x40','\x16','\xcb','\xed','\x21','\x6a','\x9c','\xa6','\xad','\xda','\x4c','\xe9','\x17','\xc5','\xb2','\xfd','\x73','\x99','\x4b','\x5b','\x58','\x6b','\x6e','\xdc','\x2e','\xc3','\x8b','\x5f','\x25','\xe6','\x16','\x48','\xaa','\x10','\xfa','\x83','\x31','\x76','\x30','\x17','\xb8','\xd8','\x47','\x2e','\xd5','\x73','\x8a','\xde','\x09','\x2d','\x62','\xa0','\xe5','\xf0','\x25','\x16','\x72','\xd6','\x73','\x53','\x91','\x73','\xa8','\x9e','\xf4','\xdd','\xa7','\x39','\x8b','\xe7','\x2b','\xa0','\x18','\x9b','\xc3','\x8f','\x9e','\x91','\x2c','\x84','\xa9','\x4f','\x16','\x9a','\x1b','\x34','\xf8','\x03','\x94','\x58','\x99','\x1c','\xe7','\x89','\x46','\x5a','\x44','\x9b','\xbf','\x92','\x88','\x60','\xdc','\x86','\xfd','\x7e','\xdb','\xa1','\xfd','\x47','\xce','\xf3','\x71','\xf4','\xcf','\xa2','\x2f','\x7d','\xb0','\x92','\x49','\x99','\xe4','\x3a','\xc7','\xea','\x7e','\xe7','\x8b','\x37','\xdd','\x1d','\x21','\x80','\x2e','\xca','\xb0','\x18','\x36','\xfe','\x3c','\x94','\x1b','\xfb','\xa4','\x84','\x17','\x3a','\xf9','\x91','\x27','\xcb','\xdc','\x35','\x95','\x4e','\xb0','\xe8','\xbf','\x8a','\x57','\x3f','\xb7','\x33','\xe0','\x42','\xf2','\x9e','\xc9','\x7e','\x62','\xce','\x9f','\xaa','\x15','\x41','\x77','\xb7','\x88','\x10','\x3a','\x0d','\xb7','\xb4','\x2e','\x9d','\x7f','\xa7','\xdc','\x4c','\x6e','\xbe','\xf3','\xe3','\xd4','\xa6','\x29','\xb1','\x57','\x10','\xbb','\xdc','\x6f','\x26','\x8a','\x2b','\x5f','\x36','\x65','\xc1','\x0d','\x86','\x5b','\xa6','\xb9','\x4d','\x83','\xfb','\xcf','\x0f','\x34','\xa9','\x02','\x0b','\x08','\x16','\x0c','\x07','\x6d','\x0a','\xf9','\x40','\x3b','\x9e','\xaf','\x4c','\xe3','\x96','\xa6','\xa1','\xf1','\xf3','\x67','\xc7','\x38','\x15','\xea','\x60','\x35','\x9c','\x2f','\x87','\x4f','\x2b','\x78','\x01','\x85','\xc6','\x1b','\x0d','\xd8','\x41','\x29','\xaa','\x37','\x14','\x32','\xe8','\xc8','\x20','\x8a','\xc1','\x38','\xc8','\x16','\x2b','\x21','\xb9','\x40','\xca','\xfd','\x6a','\xc0','\x86','\x74','\xf2','\xc6','\xd1','\x5d','\x24','\x3e','\xc3','\x28','\x9f','\x82','\x71','\x95','\x26','\xfb','\xb2','\x2b','\xbd','\x7a','\x98','\x5d','\xfd','\xbc','\x58','\x4a','\x46','\x9a','\x87','\xc9','\x39','\x80','\xff','\xf1','\xd7','\xba','\x9e','\xc0','\x84','\x79','\x79','\x7c','\xae','\x90','\x2d','\x0d','\x93','\x14','\x8c','\xe6','\x10','\x16','\x28','\x4c','\xc1','\x52','\x5c','\x3a','\x9c','\x13','\xba','\x6f','\xc4','\x46','\xa9','\xe7','\x43','\x72','\xef','\x9c','\x7b','\xb5','\xe4','\xcb','\x55','\xdf','\x9e','\x67','\x8e','\xd5','\x59','\x9f','\xdb','\xed','\x56','\x6e','\xe8','\x1c','\x46','\x81','\x3b','\x15','\x04','\xe1','\x6f','\x06','\x51','\x66','\xd8','\x6a','\x84','\xbe','\x4f','\x8a','\xcc','\x24','\x44','\x3e','\x52','\xa9','\x55','\xfc','\x54','\x11','\x1f','\xd1','\xf3','\x1a','\xef','\xd6','\xc8','\xc1','\x53','\x64','\x63','\xa3','\x77','\xfb','\x0f','\x5d','\x45','\xd5','\xbc','\x94','\x77','\x6d','\x73','\xa1','\xad','\x39','\xc0','\x81','\x1e','\xbe','\x46','\x4b','\x2c','\xf7','\xff','\xc8','\x3c','\xf3','\x8a','\xbe','\xba','\x45','\x80','\xe8','\xd9','\xac','\x62','\x88','\xd0','\xa4','\x54','\x33','\x51','\x78','\x15','\x82','\x22','\xf0','\x7b','\xe2','\x17','\x5e','\xf0','\x06','\xf9','\x0b','\x3e','\x2d','\xb9','\xb2','\x7c','\x02','\x72','\xfa','\x80','\xff','\xed','\x0a','\xd0','\x5d','\xab','\x7b','\x50','\x68','\xc5','\x6b','\xdd','\xbf','\xb2','\xd9','\xfc','\xd7','\xe3','\xaa','\xc8','\x0a','\xd5','\xf1','\x3d','\x61','\xc0','\x7c','\x04','\x74','\x57','\x24','\x8f','\xc1','\xa2','\xd2','\x92','\x91','\x7f','\x10','\xac','\xb8','\xe0','\xec','\xa6','\x4a','\x5c','\xe6','\xef','\x1f','\xa9','\xde','\x56','\xba','\x93','\xf0','\xf0','\x42','\xd5','\x0b','\x06','\xf7','\x59','\x2e','\x88','\x54','\x97','\x38','\xf4','\xa6','\x42','\xaa','\x47','\x5b','\xe1','\x14','\x4c','\xa7','\x91','\x12','\xc1','\x08','\x39','\xfc','\xde','\x61','\xbf','\xf5','\xb1','\x43','\x23','\xeb','\x07','\x3b','\xc1','\x6d','\xef','\xd0','\xfa','\x08','\x42','\x22','\x21','\x86','\x4f','\xb7','\x51','\xfe','\xf2','\xdd','\x2e','\xfd','\x46','\x7a','\x3e','\x63','\x5c','\xa6','\xed','\xda','\xc4','\x3f','\x10','\xc7','\x25','\xc7','\xc1','\x7e','\xd7','\x39','\x3c','\x83','\x36','\xa5','\x10','\xb8','\xcf','\x90','\x7f','\xf9','\xe9','\x2c','\xdd','\xaf','\xba','\x26','\xe0','\x57','\x08','\x83','\x57','\xc0','\x51','\x79','\x14','\xbb','\xd0','\x6f','\xbe','\x65','\x98','\xdf','\x7b','\xa2','\xaf','\x16','\x46','\xec','\x7b','\x38','\x68','\x3e','\x49','\x47','\x53','\x44','\x87','\x11','\xd4','\x81','\x08','\x59','\x59','\x1d','\xc8','\x69','\xe4','\x36','\x60','\xba','\x24','\x57','\xe7','\x44','\x03','\xa8','\x75','\x36','\x71','\xe1','\x64','\x06','\x42','\xbd','\x87','\x50','\xeb','\x6e','\xcf','\x3e','\xfc','\x09','\x7c','\x6d','\x6a','\xf8','\x98','\x5b','\x9f','\xc2','\xf6','\x12','\xad','\x7e','\x22','\x5b','\xfd','\x90','\x52','\xfb','\x32','\x10','\xfa','\xeb','\xc4','\x67','\x1c','\xdd','\x02','\x47','\xee','\xfb','\x72','\x2c','\x72','\xd0','\x04','\xe5','\x66','\x05','\xac','\x1a','\x9c','\x3b','\x3d','\xa7','\x33','\xda','\x20','\xcf','\x8f','\x95','\xf5','\xd2','\xc4','\x58','\x26','\x72','\xac','\x44','\xb4','\x2b','\xab','\x5a','\xf4','\xa8','\xd8','\xa9','\x44','\xc8','\x14','\x15','\xc2','\x8a','\xb0','\x5d','\xf7','\x29','\xd8','\xc2','\x54','\x70','\xf9','\x73','\x01','\xce','\x38','\x9a','\xb1','\x89','\x15','\x16','\x36','\x4e','\x99','\xaf','\xc5','\x74','\x5e','\xb6','\x46','\x19','\xc2','\x1a','\x9b','\x6f','\x1f','\x8d','\x99','\x37','\xd4','\x4a','\x5e','\xb0','\x73','\xbb','\xfc','\xd5','\xc0','\xaf','\x71','\xa9','\x79','\x95','\x7e','\x15','\x4f','\x0a','\x07','\xfb','\xbe','\x1f','\x1b','\x40','\x7a','\x6f','\x83','\xcb','\xb8','\xba','\x3c','\xe8','\x14','\x7c','\x44','\x93','\xb8','\x2b','\xed','\x5e','\x84','\x48','\xea','\xe1','\xcc','\xde','\xb3','\xd5','\xae','\x3f','\xb2','\xf2','\x98','\x77','\x09','\xaa','\x2a','\x4f','\xcc','\xe1','\x93','\x58','\xbf','\x0c','\xb4','\x29','\x7e','\xa5','\x8d','\xf7','\x77','\xbb','\xae','\xd4','\x19','\x95','\x46','\x17','\x03','\xd1','\xa8','\x48','\xf1','\x45','\x04','\x68','\x72','\xce','\xe7','\xc7','\x06','\xd7','\xb7','\x0b','\x6c','\x17','\x3b','\x8f','\x80','\x9c','\x48','\xd2','\x7a','\x57','\x07','\x2d','\x44','\x05','\xb2','\xc3','\x53','\xdd','\x83','\x0c','\xf3','\xc9','\x40','\xf0','\x0c','\xcc','\xe1','\x1b','\x57','\x18','\xe5','\x9d','\xff','\x16','\x24','\x7c','\x68','\x27','\xf9','\xd7','\x0e','\x29','\x02','\x57','\xee','\x01','\x4e','\xa5','\x20','\x4c','\x72','\xbb','\x84','\x23','\x2d','\xcf','\x15','\xea','\xa7','\x89','\x6f','\x77','\xa8','\xd8','\xcf','\x6b','\x72','\xf7','\x37','\x34','\x02','\x64','\x7e','\x60','\xe7','\x7e','\x42','\x46','\xd0','\x5d','\x85','\x15','\x4e','\x77','\x94','\x4e','\xcc','\x7d','\x52','\x5c','\x3e','\x58','\xea','\x28','\x07','\x05','\x8b','\x51','\x35','\xe7','\x73','\x8d','\x0f','\x34','\xe5','\x56','\x13','\x49','\x48','\xd7','\xa5','\x0d','\x9c','\x9c','\x8d','\x97','\x3b','\xe1','\xd6','\x8e','\xd8','\xaf','\x28','\xf7','\x24','\x2e','\x48','\x00','\x6e','\x65','\xd4','\xda','\x2f','\x86','\xa1','\xf0','\xdd','\xe1','\x4e','\x36','\xee','\x4a','\x81','\x6b','\x51','\x19','\xba','\xdc','\x0e','\x67','\x75','\x41','\x91','\xe6','\x30','\x5d','\xef','\x7b','\x87','\xf7','\xf7','\x1d','\x76','\xbe','\x8f','\x65','\xbb','\x8e','\x70','\xf3','\xe3','\x72','\xe1','\x11','\x7e','\x7e','\xb8','\xa2','\x2e','\xa4','\x7c','\x40','\xc0','\x0c','\x2b','\x81','\x4e','\x34','\x02','\x2b','\x70','\x1d','\x96','\x75','\xee','\x3b','\x09','\x9f','\x2f','\xc5','\x1d','\x39','\x18','\xa0','\xff','\x8b','\x27','\xc8','\x6e','\x55','\x56','\xf5','\xfe','\x2c','\x53','\x3d','\x2b','\x77','\x64','\x40','\x54','\xc1','\x4a','\xf9','\x1f','\x65','\xe2','\x3c','\xb8','\x76','\x14','\x6d','\x51','\x80','\xab','\xd7','\xab','\x49','\x72','\xb6','\x4b','\x15','\x8f','\xd5','\xe5','\xc0','\xae','\xc2','\xc8','\x57','\x65','\xac','\xea','\x3a','\xad','\x38','\xff','\x2f','\x7f','\x26','\x18','\x81','\x30','\x3a','\x00','\x36','\xfb','\xe2','\x5d','\x94','\x3d','\x1a','\xb4','\x1a','\x44','\x96','\xb9','\xe8','\x0c','\xf3','\xde','\x01','\xf6','\x9d','\x80','\x76','\x32','\x72','\x74','\x24','\x27','\x6d','\x50','\x77','\x23','\xe9','\x22','\x12','\x1e','\x44','\xa5','\x5c','\x79','\x1c','\xfc','\xc4','\x73','\x68','\x17','\x3c','\xab','\x22','\x87','\x0f','\xc3','\x67','\x2a','\x05','\x67','\xf9','\x7c','\x33','\x9e','\xa5','\xfc','\x34','\xc8','\x1d','\xd2','\x8b','\x95','\xfd','\x46','\x4d','\x61','\xff','\xc4','\xbf','\xfc','\x80','\xfe','\xbb','\xd3','\xaf','\x4c','\x47','\x43','\x95','\x2b','\xb2','\xc3','\x68','\xf7','\x0b','\x19','\xa2','\x83','\x56','\x8d','\x49','\x3a','\x55','\x05','\x62','\x25','\xf1','\xa7','\xa7','\xf1','\x60','\xa4','\xf8','\x8e','\x08','\xe4','\x8a','\xf9','\xd5','\xf4','\x04','\x10','\xfb','\x6c','\xfe','\x36','\xbf','\x93','\x3c','\xc7','\xde','\x58','\xb3','\x01','\x93','\xbe','\x1c','\xe7','\x3b','\xf3','\x05','\xeb','\xee','\xba','\x8f','\x87','\x6a','\xd1','\x93','\x6b','\xf8','\x98','\x8e','\x43','\x07','\x21','\xd7','\xdf','\x36','\x8d','\x30','\x95','\xf2','\x18','\x54','\x01','\x10','\x7a','\xef','\xc7','\x2e','\x70','\xdb','\xb6','\x4d','\x06','\x4f','\x95','\xa1','\x84','\xaf','\xd0','\xd6','\x7f','\x31','\x84','\x26','\xca','\x68','\xf2','\x24','\xfd','\x10','\x83','\x8b','\x3a','\xe7','\x29','\x08','\xc9','\x85','\xe9','\xdf','\x51','\x1c','\x7d','\x5e','\x21','\x4a','\x8b','\xb4','\xe6','\x7c','\xae','\x59','\x50','\x88','\xbb','\x42','\xc0','\x33','\xd0','\x39','\x29','\x31','\x8b','\xe1','\xb3','\x5d','\x10','\x2e','\x97','\x71','\xc6','\x67','\x18','\x3f','\x16','\xd6','\x3a','\xd6','\xc7','\x8c','\x23','\xef','\xef','\x16','\x02','\xd6','\x56','\x0f','\x2c','\x5d','\xe6','\x09','\xb6','\x9b','\x63','\x0c','\x4a','\xce','\xbd','\xf8','\x2e','\xa1','\xfc','\x8b','\xd3','\x29','\xef','\xa7','\xe2','\x3b','\x69','\x42','\x9b','\xa8','\x94','\x93','\xd1','\xa2','\x9e','\xc5','\x8b','\x5c','\xcf','\x12','\x8e','\x09','\xe3','\x30','\xb7','\x74','\xef','\x12','\x2f','\x0e','\x30','\x81','\x32','\xb4','\x41','\x0b','\xd2','\x03','\xfb','\x4f','\x81','\x97','\x78','\xa7','\xb4','\xd5','\x3b','\xe0','\xe8','\xe4','\x61','\x56','\xc3','\xca','\x69','\x5e','\x6d','\xf4','\xd8','\x64','\x17','\x29','\x12','\x57','\x8a','\x95','\x64','\xe2','\xf6','\xdd','\x13','\x23','\xe4','\x12','\x5b','\x77','\xa0','\xfa','\xbf','\x03','\xff','\x56','\x3c','\x9d','\xa1','\x2f','\x67','\xe1','\x26','\xaa','\x0d','\x5a','\x27','\x00','\x34','\x77','\x97','\x10','\x0a','\xb3','\x1f','\x67','\xf5','\xa8','\xd3','\x30','\x76','\x7e','\x6c','\xf0','\xe3','\xf7','\x2b','\xfc','\xf6','\xdb','\x15','\x2e','\x6f','\x23','\xf0','\x88','\x5d','\x30','\x99','\x95','\x51','\x2b','\x5a','\xa6','\x8f','\xcc','\x01','\xe4','\x96','\x10','\x80','\x5e','\xae','\x2a','\x67','\x80','\xc4','\xdd','\xce','\xf7','\x49','\xd8','\x69','\xe4','\x7e','\xc8','\x6e','\xb4','\x59','\x51','\xcc','\xec','\x70','\xd2','\x33','\x73','\x1f','\xa8','\x01','\x60','\xf5','\x07','\x05','\x26','\x24','\xad','\xd5','\xd2','\x43','\x12','\x3d','\x4b','\xb2','\x8e','\xd7','\x54','\x78','\xde','\x57','\x22','\xe6','\x3a','\x83','\x1d','\x7e','\x60','\x60','\x85','\xb1','\x02','\xe1','\xaf','\x36','\xae','\x41','\xf1','\x23','\x50','\x9a','\x2b','\x37','\x60','\x02','\x3f','\x40','\xe3','\x7f','\x77','\x51','\x46','\x25','\x50','\xea','\x4e','\xd9','\x81','\xe4','\x3a','\x4d','\x21','\x53','\x0d','\x6e','\x42','\x0a','\x3d','\x93','\xdf','\x1d','\xf5','\x45','\x14','\x65','\x58','\x73','\x6d','\xe7','\x69','\xde','\x85','\xfe','\x00','\xe4','\x31','\x3c','\x32','\x1e','\x32','\x52','\xcf','\xc0','\x87','\x11','\x7e','\x00','\x92','\xcc','\xa8','\x20','\x9c','\x0b','\x73','\x6f','\xef','\xaa','\xdd','\xf7','\x68','\x7f','\xd1','\xaf','\x18','\x66','\x35','\x00','\x10','\xf3','\x4d','\xe5','\xd1','\x34','\xd0','\xd1','\x7b','\xfe','\x72','\x71','\x49','\x03','\xd7','\xaf','\xc5','\x42','\xaa','\x36','\x0b','\xc3','\xb0','\xc6','\x85','\x5a','\x0c','\xba','\xc6','\x2c','\x0b','\x06','\x53','\x2d','\xbb','\x31','\xd9','\x0a','\xf7','\x16','\x4d','\xa7','\xdd','\xf9','\xfb','\xdd','\xfc','\x14','\x2c','\xc7','\xc6','\xf5','\xc7','\xa9','\x7a','\x11','\xc6','\xf8','\xc8','\x6f','\x05','\x62','\xde','\x03','\xac','\x5f','\x8c','\xb6','\xeb','\xf1','\x05','\x32','\x9d','\x43','\x77','\x02','\x13','\xd3','\x98','\xef','\x1d','\xaa','\x11','\x1a','\x9e','\x08','\x31','\x08','\xc2','\xe5','\x72','\x29','\x8d','\xc9','\xb0','\x03','\x94','\x0d','\x9e','\x47','\x5c','\x23','\xfe','\xeb','\xe0','\x95','\x4c','\x09','\xcb','\x9f','\x27','\xb3','\xa2','\xce','\xef','\xcc','\xdc','\x83','\xf0','\x74','\xdf','\xc6','\x0e','\x00','\xd8','\x6a','\x1f','\xcb','\x95','\xce','\x12','\x51','\x5d','\x16','\x12','\x3e','\xc8','\xc4','\xed','\xa5','\x6b','\x6b','\x08','\xdb','\x05','\x61','\xe3','\xcb','\x4c','\x65','\x95','\x59','\x5d','\x6b','\x10','\xf8','\x3c','\x82','\x29','\x4f','\x56','\x66','\xd6','\xce','\xe3','\x2e','\x8f','\x20','\x41','\xee','\x39','\xc8','\xcf','\x9c','\x87','\x34','\x65','\xdc','\x2d','\x02','\xd3','\xf2','\x26','\xa1','\x4f','\xa6','\x42','\x65','\x21','\x3d','\x97','\xbf','\x18','\xf6','\x27','\x94','\xa6','\x30','\xc1','\x6b','\xbd','\xec','\x63','\x70','\x07','\xa7','\x3c','\xb5','\xfd','\xca','\xf1','\x92','\x79','\xff','\x05','\x61','\xa2','\xe1','\x45','\x9a','\xf0','\x8d','\x92','\xf2','\xe9','\x13','\x49','\x42','\x8a','\xfa','\xf4','\x3c','\x4f','\x38','\x8d','\x0e','\xb4','\x5f','\x64','\x48','\x08','\xa0','\x29','\x8a','\x7a','\xd6','\x0e','\x65','\xb6','\x2c','\x1a','\xc2','\x8f','\x63','\x75','\x2d','\x89','\x5f','\x1c','\x77','\xb3','\x5c','\x7f','\x5c','\xe0','\x0d','\x01','\xde','\x7e','\x5c','\xe0','\xb7','\x7f','\x5d','\xe1','\xfa','\xb6','\xc5','\x08','\x59','\x54','\x28','\x00','\xb9','\x3e','\x4f','\xa8','\xe2','\xcb','\xc6','\xbb','\x55','\x63','\xf7','\x67','\xd7','\x3a','\x3d','\x3b','\x31','\xfc','\x70','\x2a','\x32','\x57','\xe3','\x1f','\x0a','\x15','\x17','\x20','\xf6','\xc4','\x9c','\xaf','\x7a','\x9f','\xc6','\xe7','\x10','\x1e','\x25','\xf6','\x5f','\x38','\x39','\xb4','\x0f','\x97','\x84','\x4c','\x00','\xd4','\x54','\x5f','\x09','\xca','\x1b','\x85','\x3f','\x53','\x33','\xfc','\x79','\x2f','\x63','\xa9','\x66','\x3d','\xc4','\xdd','\xa1','\x83','\xce','\x65','\x9e','\xaa','\xa4','\xe3','\x07','\xd5','\xf4','\xd5','\x62','\xac','\x53','\x19','\xf2','\x1f','\xd0','\x54','\x4c','\x6d','\x19','\xa7','\x22','\x94','\x7f','\x67','\x85','\xea','\x49','\x08','\x73','\xe2','\x5c','\xf2','\xff','\x06','\xd0','\xa1','\x15','\xbe','\xc5','\x3b','\x36','\x1a','\x02','\xda','\x27','\xac','\x18','\xc0','\x82','\x94','\x8c','\x1e','\x45','\x86','\x03','\x34','\x39','\x47','\x02','\x2e','\x02','\x5d','\xc4','\x02','\x64','\x55','\xb6','\x3c','\x5f','\x0a','\xe8','\x68','\x41','\x16','\xa0','\x8e','\xa4','\x02','\xb8','\x73','\x45','\x4e','\xf5','\x56','\x26','\x8f','\x29','\x75','\xac','\xef','\xa0','\x79','\x63','\x1e','\xa0','\x4b','\x40','\xb3','\x6e','\x54','\xc9','\x8a','\xaa','\x1e','\xcd','\x61','\x5d','\xb6','\x4c','\x3f','\xe7','\xe7','\x4c','\xcb','\x71','\x90','\x1f','\xe8','\xff','\xcc','\x40','\x86','\x43','\xc6','\x6b','\xd4','\x21','\x23','\x27','\x74','\x61','\xba','\x86','\xcc','\xf5','\x68','\x18','\xf1','\xcc','\x67','\xcf','\x11','\x9b','\x7a','\xc7','\x8d','\x2a','\xc3','\x5d','\x5f','\x2e','\xc7','\x3b','\x40','\xfb','\xbe','\x4f','\x67','\x7e','\x4e','\x47','\x8b','\x5a','\x74','\xf6','\x33','\xe6','\x53','\x59','\xe3','\xbd','\x82','\xbe','\x90','\xd3','\x50','\xfe','\xf5','\xe2','\xba','\xef','\xd1','\xed','\xac','\x08','\x44','\x49','\x5f','\xca','\x27','\xb2','\x57','\xc3','\xf8','\x71','\x06','\x89','\xb8','\x06','\x90','\xed','\xf8','\x04','\x1c','\x1c','\x31','\xfb','\xdd','\x10','\x04','\xd9','\xf5','\x69','\xf0','\xf6','\x63','\x18','\x3f','\x17','\x0e','\x6b','\xad','\xe7','\x7a','\x00','\x82','\x7b','\xdd','\xaa','\x5d','\x2a','\x63','\x43','\x97','\x3a','\x45','\xdc','\xbf','\x27','\xd7','\x07','\xee','\x7b','\xe5','\x8b','\xeb','\xd3','\xd9','\x1f','\x62','\xe1','\x5a','\x48','\x4f','\x29','\xc7','\xbf','\x76','\x0c','\x36','\x2b','\x6b','\x43','\xb8','\x4e','\xaf','\xee','\x82','\xe0','\xea','\x79','\xf7','\x52','\xae','\x7a','\x0e','\xfa','\x00','\xc9','\x85','\xf2','\x04','\x57','\x29','\x4e','\x0c','\xd9','\x42','\x40','\xc8','\x01','\xc6','\xf9','\xde','\x82','\x02','\x9f','\x84','\x57','\x95','\xd4','\x27','\x7b','\x08','\xb2','\xd6','\x76','\x1a','\x62','\xad','\x6a','\x72','\x6b','\xc3','\xef','\xe7','\x94','\xdc','\x72','\x4f','\x45','\x46','\x01','\x3d','\x97','\xf7','\x3f','\x83','\xa4','\x1f','\x0a','\x80','\xd2','\x36','\xe6','\x26','\x39','\x4d','\x50','\x5e','\x93','\x3b','\x6f','\x27','\xd1','\xb5','\x4e','\x04','\x42','\x08','\xb8','\xe1','\x08','\x37','\xff','\xe3','\xb7','\x71','\xc7','\x96','\x5c','\x38','\x7c','\xb9','\x6c','\x80','\xcd','\xcd','\x33','\x99','\xdc','\x48','\x19','\x8d','\x28','\x74','\xb3','\x45','\x43','\xe3','\x7c','\xd1','\xfb','\xfb','\x0e','\xef','\x3f','\x77','\xd8','\x6f','\x5d','\xeb','\xcd','\xee','\x53','\x12','\x12','\xbb','\x84','\xa9','\x3d','\xb3','\x92','\xaa','\x3f','\x0f','\xa3','\x18','\x2c','\x0b','\x2c','\xeb','\xf8','\x30','\x1c','\x0e','\xc7','\xba','\x7c','\x5d','\xbd','\x2c','\xe6','\x73','\x09','\xcc','\x70','\x25','\x14','\xf0','\xa4','\x49','\x4d','\x63','\x46','\x71','\x81','\x0a','\x4c','\xe9','\x20','\x18','\x8a','\x23','\x56','\x16','\xb8','\xff','\x49','\x00','\xd8','\x45','\x9c','\x0c','\x42','\x09','\xf4','\x42','\x46','\x36','\x00','\xc5','\x74','\x52','\xfe','\xe9','\xe8','\xde','\xed','\x6a','\x4a','\x99','\x83','\xb5','\x17','\xae','\x71','\x5a','\xb4','\x53','\x7c','\xa5','\x0c','\x9f','\x48','\x79','\xf3','\x8a','\x49','\xc5','\x36','\x71','\x49','\x13','\x3f','\x7a','\x98','\x1a','\x96','\xe7','\xf2','\x22','\x1e','\x2f','\x56','\x09','\x7e','\x2d','\x54','\x8d','\x11','\x7d','\x43','\xc7','\x82','\x0d','\x14','\x04','\x36','\x7e','\x5c','\x0f','\xdf','\xbb','\xbd','\xd9','\xd7','\x11','\x58','\xaa','\xcb','\xa7','\x2e','\x75','\x34','\x76','\x0a','\x42','\xa4','\x03','\xfb','\x3e','\x58','\x3c','\xd7','\xe9','\x79','\xb4','\x18','\x64','\x73','\x35','\xd3','\x93','\x63','\x3a','\x46','\x31','\x5e','\x77','\x09','\xf3','\x1f','\xe3','\xb7','\xe3','\x26','\x95','\xcf','\xd5','\xcb','\xc0','\x72','\x1f','\x20','\x56','\x5c','\x3e','\x80','\x43','\x75','\xc6','\x40','\xeb','\xc0','\xc5','\x77','\x9f','\x66','\x51','\x46','\x7e','\xed','\x0d','\xcb','\xa8','\x4b','\x18','\x16','\xe1','\x28','\x2c','\xa7','\x21','\x02','\xbe','\xc8','\x1b','\xa0','\x03','\x02','\x16','\x2e','\xb4','\xc7','\x7d','\x41','\xd0','\x8b','\x20','\x08','\xfb','\xbe','\x1f','\xef','\x00','\x89','\x9f','\x9c','\x87','\x3f','\xff','\xfc','\xf3','\xa8','\xa6','\x7f','\x00','\xbe','\x9e','\xd9','\x4d','\x13','\x8d','\x19','\x50','\x65','\xf8','\xa8','\xeb','\x2c','\x0b','\x51','\x44','\x70','\x91','\xa1','\x20','\x18','\x3f','\xdd','\x0b','\x93','\x95','\x80','\x03','\x2e','\xa7','\xf1','\x9d','\x3e','\x57','\xb9','\xd3','\xe7','\x02','\x97','\xab','\x5c','\x88','\x17','\x39','\x8d','\x37','\x7e','\x14','\x2f','\x88','\x7a','\x9d','\x09','\xca','\xf1','\x26','\x2a','\xee','\xe0','\x5c','\xdc','\x62','\x9b','\x8d','\x19','\x51','\x96','\x41','\xca','\x98','\xb3','\xaf','\xb8','\x55','\x9a','\x70','\xd2','\x44','\x4b','\x53','\x24','\xe0','\x14','\xf2','\xdc','\x4b','\xbb','\xd0','\x2e','\x3d','\x6f','\x7b','\x09','\x1d','\x39','\x45','\xe5','\x08','\x1f','\x51','\x8c','\x74','\xf5','\x29','\x29','\xbc','\xe3','\xae','\x8f','\xbf','\x89','\x20','\x5f','\x49','\xa2','\x33','\xf9','\x16','\x7d','\xc9','\x2a','\x9e','\x09','\xf7','\x94','\x56','\xab','\x1c','\xbe','\xa4','\x40','\x6d','\x53','\xb6','\xaf','\x32','\x86','\x3a','\x8c','\xa9','\x82','\x4a','\xfb','\xd4','\x41','\x2f','\x16','\x6d','\x2d','\xcc','\x84','\x09','\xb4','\x3a','\x19','\x53','\x3e','\x60','\x8b','\x08','\xb0','\x5d','\x00','\xb0','\x8d','\x55','\xb0','\x6d','\x43','\x0d','\x4e','\xa0','\x77','\x78','\x69','\x19','\x36','\x57','\xcb','\xdd','\x12','\xd1','\x65','\xdc','\x94','\x26','\x02','\x78','\x7f','\xdf','\xe1','\xe7','\x9f','\xc3','\x00','\xea','\x9d','\x74','\xb7','\x57','\x8c','\xa0','\x10','\x7e','\x96','\xa3','\xc2','\xc9','\x63','\xe8','\xa0','\xfc','\x28','\x4a','\x8c','\xc3','\x09','\x8b','\xf4','\xbf','\x0c','\x96','\x78','\x3c','\x88','\xe0','\xbd','\xe4','\x77','\x68','\xd5','\xe9','\x68','\xf1','\x3d','\xd3','\x21','\x02','\x98','\xb1','\xdb','\xd3','\x4e','\x22','\x67','\x0c','\x3c','\xd3','\x8f','\x97','\x57','\x6a','\x9d','\x12','\x39','\xf4','\xca','\xa1','\xe8','\x36','\x79','\xe1','\x95','\x54','\x47','\x8c','\x16','\x62','\x9d','\x84','\x05','\x9b','\x11','\x24','\xab','\xb9','\x5c','\x97','\xf1','\x7f','\xc6','\x1b','\xd0','\xf8','\x12','\x17','\x4e','\x9a','\x28','\xb6','\x95','\xa4','\xe2','\xa3','\xfe','\x24','\xf7','\xdf','\x3f','\xf0','\xb9','\xc0','\x24','\xa1','\x73','\x98','\x8d','\x78','\x19','\xcb','\xe8','\xac','\x3a','\x78','\xdf','\x59','\xb6','\x3c','\x8a','\x30','\x66','\xab','\x06','\x7f','\x48','\xe1','\x78','\xb2','\x85','\x86','\x75','\xf9','\x6a','\x94','\xc3','\x8f','\x6c','\x84','\x15','\x88','\x8c','\x43','\xfc','\x07','\x60','\xba','\xff','\x31','\xac','\x6c','\x2f','\x5f','\xb7','\x09','\x93','\x13','\x05','\x16','\x85','\xba','\xd7','\xb3','\x7d','\x13','\xad','\xab','\x78','\x2c','\xc1','\x8d','\x95','\x5f','\xd8','\xa2','\x22','\x7b','\xf1','\x0a','\x63','\x47','\x06','\x09','\x10','\xbb','\x07','\x5d','\x1a','\x54','\xef','\x87','\xc1','\x0f','\x08','\xa0','\xc9','\x22','\x3d','\xba','\x23','\x19','\xc7','\x3b','\xba','\x55','\xb0','\x83','\xf7','\xf7','\xf7','\xe3','\x20','\x08','\xa3','\x9d','\x31','\x5e','\xf9','\xf5','\x7a','\x9d','\x32','\x94','\x70','\xd0','\x11','\x1f','\x82','\x87','\x66','\x87','\x83','\x0f','\x30','\xbb','\xca','\x90','\x58','\x16','\xf9','\x89','\x4c','\xf5','\x29','\xbd','\xcd','\x11','\xa9','\x09','\xc9','\x1c','\x84','\x40','\x04','\x14','\x58','\x48','\xd2','\xa2','\x21','\xc6','\x70','\x40','\x85','\x8f','\x84','\xd6','\xbd','\x5c','\xc6','\x45','\xa6','\xd7','\x1f','\x17','\xde','\xf5','\x61','\xc3','\xc7','\x6d','\xf3','\xa8','\x3b','\x95','\x34','\x26','\x4d','\x20','\x7f','\xa9','\xe8','\xb4','\xca','\x27','\x6d','\x08','\xef','\xf3','\x81','\x7a','\x33','\x7c','\xb4','\xd8','\x20','\x84','\x39','\x8f','\xef','\x8f','\x20','\xf0','\xdd','\x01','\xbc','\x80','\x93','\xd3','\xf6','\x32','\x64','\x85','\x21','\x36','\x69','\xce','\x27','\x3c','\xb9','\xb0','\x94','\x4e','\x93','\x8e','\xd3','\x00','\x43','\x3d','\xc1','\xa8','\x9a','\x7f','\x7b','\x3b','\x4e','\xfa','\x78','\x5c','\x86','\x09','\x00','\x8d','\xb4','\x8c','\x20','\x1a','\x10','\x54','\x58','\xe8','\x41','\x6a','\xaf','\x1c','\x69','\x61','\xf0','\xa2','\x09','\xbe','\x80','\xa7','\x77','\x7f','\x00','\xb2','\xd8','\x52','\x39','\x0c','\x50','\x28','\x82','\x96','\xa7','\x84','\x83','\x49','\x98','\xe5','\x52','\x28','\x99','\x05','\x7f','\x27','\x00','\xec','\x00','\x48','\x1d','\x88','\x36','\x18','\x97','\x43','\xf2','\xb9','\x0a','\xe9','\x67','\xf7','\x2f','\x49','\x58','\xe9','\x9d','\x80','\x2e','\x4e','\x98','\xbb','\xc2','\xf3','\xb1','\xb9','\xb9','\x15','\x6e','\xe5','\x92','\x80','\xa3','\xa0','\x0f','\x01','\x12','\x32','\xb0','\x42','\xbb','\x2a','\xcb','\xbf','\x16','\xc5','\x14','\x00','\x60','\xdf','\x3b','\xfc','\xfc','\xf3','\x06','\x3f','\xff','\xb8','\x69','\xf0','\x03','\x74','\x01','\x4e','\x02','\x8e','\x62','\x14','\x71','\x08','\xb8','\x48','\xa6','\x45','\xc7','\xe5','\x57','\x42','\xa6','\x18','\x87','\x42','\x15','\xac','\xb9','\xf1','\x9f','\x06','\xf3','\x14','\x7e','\x94','\x36','\x65','\x0e','\x4f','\xa2','\x7f','\x0d','\xb8','\xf8','\xcd','\x25','\x89','\x81','\x12','\xe6','\x2f','\xf8','\x60','\x36','\x00','\x76','\x11','\xb2','\xb3','\x26','\x0b','\x1e','\x3c','\x92','\x1a','\x0f','\x26','\xff','\x43','\x0c','\x12','\xf2','\xe4','\x68','\x86','\x91','\x94','\xe1','\x77','\x7d','\x3a','\xcb','\x18','\x2b','\xcc','\x94','\x17','\xe1','\xed','\xca','\x4b','\x3d','\x13','\x46','\x00','\xc4','\xa6','\xaa','\x92','\x66','\x75','\x79','\x8c','\x3e','\x8c','\x87','\x7b','\x05','\x4b','\x83','\x92','\x93','\x2b','\x23','\x34','\xea','\x3c','\x1c','\x8f','\xd1','\x89','\xf2','\x9e','\x61','\x61','\xdf','\x1c','\xca','\x8d','\x74','\x27','\x3a','\xc5','\x15','\xce','\x0f','\x79','\x29','\x6f','\x40','\x43','\x18','\x14','\xfa','\x56','\x32','\x8f','\x54','\xb5','\x40','\xf1','\x70','\x4b','\x69','\xc7','\xd7','\xe1','\x16','\xe7','\x78','\x27','\xf3','\x62','\xb9','\xdc','\xd7','\xa3','\x1b','\x66','\xa3','\xee','\xee','\x15','\x03','\x96','\xf9','\x6c','\xb5','\xa2','\xeb','\xf3','\x62','\x61','\x3c','\xdd','\xe3','\x57','\x5e','\x50','\xf9','\x1e','\x5a','\x29','\xa4','\x0f','\xc2','\x60','\xcf','\xb1','\x0c','\xe3','\xa9','\xa8','\xbc','\x7a','\x8d','\xa0','\xbd','\x2e','\xbf','\x24','\x23','\x67','\xaa','\xdc','\x7d','\xd1','\x39','\x5b','\x30','\x72','\x95','\x8f','\x9c','\x43','\x78','\x44','\xef','\x24','\x57','\x3f','\x1a','\x5f','\x81','\xca','\x10','\x9a','\xeb','\x17','\x3e','\x77','\xe8','\x02','\xd7','\x5a','\x83','\x6d','\xdb','\xce','\xbb','\xbd','\x7d','\xb2','\xc0','\xf9','\x10','\x9c','\xd5','\x9f','\x56','\x6d','\xf0','\xae','\x1b','\x55','\x59','\x24','\x1f','\x7e','\x3d','\x77','\x2b','\xe4','\xa2','\x11','\x36','\x1b','\x22','\xe3','\x32','\x53','\xfe','\xdc','\x79','\xb7','\x27','\xad','\x06','\x4b','\x61','\xa1','\x3c','\xe7','\xbb','\xd3','\x1a','\x9f','\x2b','\xe0','\x5d','\x9f','\xcb','\x75','\x18','\x3f','\xb8','\x39','\x77','\x37','\x9e','\xc5','\x1a','\xec','\x00','\x66','\xa5','\x7d','\xc8','\x47','\x0a','\x55','\x64','\xc3','\xc6','\x0b','\xbe','\x60','\xa0','\xc9','\xb7','\xdc','\x56','\xcf','\x80','\x62','\x52','\x7d','\x1f','\x3d','\xde','\x92','\xf1','\x43','\x3e','\x6f','\xec','\x93','\xd9','\x5d','\x2d','\x7f','\x2f','\x20','\x33','\xc4','\xa7','\xe0','\x4e','\xde','\x3b','\x9f','\xb5','\xef','\x11','\xd4','\xaf','\x76','\xf4','\xa7','\x28','\xc3','\xeb','\x7c','\x36','\x6e','\xaf','\xa4','\xef','\x15','\xe7','\x4c','\x04','\xfb','\x09','\xa0','\xb2','\x45','\x04','\x27','\xc5','\xf7','\x87','\x06','\x4e','\x48','\x38','\xa7','\xa2','\x9c','\xc1','\x0b','\x74','\x02','\x33','\x82','\x9a','\x55','\x2e','\xba','\x41','\x10','\x92','\xdc','\x0d','\xe2','\x02','\x47','\x9d','\x00','\x36','\x88','\x43','\x90','\xf1','\x08','\x6d','\x21','\x0b','\xa5','\x2d','\x57','\x64','\x35','\x9f','\x2f','\xb9','\x33','\xa1','\x2b','\x23','\xe0','\x9f','\xde','\x39','\x5d','\x82','\x68','\x44','\x7e','\xfb','\xf3','\x3f','\xc3','\x00','\x92','\xe0','\x07','\x73','\x28','\x6d','\x17','\x4e','\x1f','\xb0','\x6c','\xe7','\xe1','\xc4','\x49','\x9d','\x5d','\xb9','\xe4','\x4d','\xf4','\x59','\x1e','\xbc','\x7d','\x1c','\xb2','\xbd','\x1f','\xf1','\x3a','\xce','\x53','\x41','\x94','\x23','\xb1','\xb3','\xcf','\xac','\x80','\xaf','\xbe','\x53','\xf1','\x4b','\xd2','\xeb','\x42','\x26','\x00','\x98','\xff','\x09','\xbb','\x0f','\x01','\x4d','\x64','\x74','\x06','\x01','\xcb','\xc3','\xfc','\x23','\x1c','\x42','\x17','\xbe','\x42','\xc6','\x63','\xba','\xe3','\x9b','\x6a','\xa8','\xe4','\x8e','\xa2','\xe2','\x5d','\x4a','\x21','\xe5','\x45','\x26','\xbc','\xc4','\x33','\xbe','\x30','\x17','\xba','\x40','\x2a','\xc7','\x2d','\x3e','\xc2','\x66','\x2e','\x00','\xa7','\xaf','\xaf','\xa8','\xe8','\xfb','\xc0','\xa3','\xf3','\x49','\xf9','\x85','\xcd','\x65','\x62','\xfe','\xa3','\x0a','\x80','\x2b','\x5b','\x58','\x98','\xf2','\xd9','\x13','\xf5','\x7a','\xdb','\x0a','\x48','\x14','\x78','\x5f','\x00','\x9a','\x82','\x0d','\xa0','\x46','\x11','\xa5','\x32','\x7c','\x25','\xf5','\xbc','\xaf','\x71','\xa1','\xfc','\xe0','\x8c','\x33','\x5f','\xd6','\x51','\x19','\xb5','\x9d','\x30','\xf3','\xbf','\x49','\xcb','\x2c','\xd4','\xce','\xd0','\x87','\xfa','\xb9','\xe6','\xa5','\xf6','\x0a','\xa1','\xf9','\x34','\x49','\x1e','\xe4','\x32','\xc7','\x4b','\xde','\x4d','\xce','\x2b','\x52','\xa1','\xd8','\x88','\xbb','\x40','\x28','\xcb','\xc9','\x93','\x92','\x26','\x1c','\x7f','\x1f','\x17','\x29','\x33','\x3f','\x6b','\x43','\xbe','\xc9','\xf9','\x2e','\xe2','\xfb','\x0d','\x45','\x7f','\x93','\x7e','\x6f','\x2d','\x9e','\x01','\x42','\xc4','\xf2','\x5c','\x10','\x40','\x32','\x80','\xb2','\x85','\xb4','\xca','\xf4','\x77','\x85','\xa5','\x05','\xeb','\xc1','\x2b','\xef','\x9f','\x89','\xcc','\x33','\xa0','\x93','\xd8','\x82','\x1c','\x78','\xb7','\x94','\xe1','\xe6','\x28','\x84','\x07','\x4a','\x95','\x81','\x70','\x0b','\xa3','\x68','\x93','\x73','\x04','\x1c','\xe8','\x60','\x84','\xcf','\x6d','\xa6','\x60','\x81','\xab','\xcb','\x4f','\x26','\x4a','\x93','\x32','\xc9','\x30','\x11','\x8e','\xe8','\xbe','\xeb','\x8e','\x8f','\x2a','\xeb','\xa0','\x04','\x5e','\x34','\xd5','\x9e','\x33','\xde','\x64','\xef','\xbd','\xcb','\x9c','\x6f','\x3a','\xb8','\xf2','\xab','\x32','\xa5','\x03','\x54','\xf8','\x9e','\xdd','\xf9','\x39','\x02','\xc7','\x68','\x4f','\x67','\x7b','\x92','\xd0','\x10','\xc1','\xda','\x0e','\xde','\x2f','\x1f','\x8e','\x19','\xb2','\xb7','\x9e','\x9e','\xad','\xfc','\x21','\x2d','\xeb','\x73','\xc1','\x1b','\x31','\x8f','\x2e','\x02','\x1f','\x88','\x91','\x65','\x0e','\xf2','\x7d','\x47','\xe0','\x22','\x58','\x79','\xe1','\x80','\x91','\xf7','\xe3','\xa0','\xd5','\xbe','\x8f','\x10','\xd6','\xbd','\xb7','\x10','\x5d','\x4d','\x4b','\xcf','\xfd','\x2a','\x86','\xd6','\x4e','\xd0','\xf9','\xc2','\xe2','\xb1','\xe8','\xd1','\x60','\x6b','\x08','\xc8','\xee','\x6f','\x46','\x07','\x53','\x56','\xc8','\x2f','\x91','\x33','\xe4','\x5d','\xc4','\x7e','\x1b','\xbb','\x3f','\x7f','\xfe','\xf1','\x0e','\xef','\xef','\xc3','\xcf','\xda','\x5c','\xec','\x4c','\xe1','\xf4','\x01','\x11','\xc4','\xd8','\xd2','\x50','\xb5','\xeb','\x6e','\x2b','\x1e','\x3c','\xf7','\x38','\x50','\x2e','\x7c','\xaa','\xe2','\xfb','\xfd','\x21','\x9f','\x53','\x54','\xca','\xec','\xc7','\xf9','\x7d','\x5d','\x42','\x7e','\x8b','\xee','\x83','\x86','\x38','\x5f','\x66','\x48','\x5f','\xc5','\xb8','\x95','\xc3','\xe8','\x9c','\x5c','\xf8','\xdd','\x11','\x26','\x9e','\xb4','\xa6','\xb5','\x88','\x8c','\x87','\x24','\x56','\x86','\x6a','\xfc','\x55','\x77','\x9b','\x3d','\xbf','\xad','\xf8','\xb3','\xf0','\x76','\xe1','\x89','\x49','\x09','\x53','\x0f','\x00','\x02','\x50','\x62','\xd4','\x3c','\x8a','\x80','\xa6','\xb5','\x73','\x07','\x05','\x9f','\x3e','\xe4','\xf1','\xff','\xc0','\x63','\x40','\x81','\x40','\x58','\xba','\x40','\x30','\xe8','\x1d','\x31','\x9d','\xe3','\x9d','\x89','\xb1','\xb1','\xcc','\x9f','\x2f','\x33','\x8d','\x10','\x46','\x1b','\xcd','\xce','\xf2','\xc9','\x97','\x52','\xcc','\xbf','\x54','\x56','\x53','\x20','\x3d','\xa9','\x44','\x6e','\x1e','\xad','\xec','\x0b','\x18','\x34','\x7a','\x3a','\x90','\x98','\x30','\xcb','\x83','\xf2','\xe2','\x0b','\x87','\x03','\xb1','\x31','\x23','\x65','\x2c','\xf9','\x83','\xe9','\x5a','\x93','\xae','\x96','\x92','\xa3','\xfe','\xc4','\xf8','\x4e','\xdc','\x88','\x56','\xcd','\x5a','\xbc','\x4f','\x92','\x6f','\xe0','\x62','\x2b','\x81','\x81','\x86','\x32','\xff','\x47','\x31','\x8a','\xe4','\xfc','\xd7','\x66','\x7a','\x9d','\xb9','\xdb','\x9a','\x6e','\x53','\xd9','\x2d','\x2b','\x6f','\xb6','\x4f','\xb9','\x08','\xf5','\x23','\x7a','\xcf','\x07','\x54','\x2e','\x83','\xb3','\x05','\x70','\xe7','\x47','\x2b','\x77','\x9e','\x88','\x03','\xaf','\xa8','\x82','\xff','\x6a','\x46','\x9a','\x27','\xb7','\x09','\x2e','\x54','\x97','\x14','\x31','\x7c','\x34','\xb2','\x54','\xa7','\x49','\x81','\x30','\x86','\x95','\x94','\x23','\x16','\xa2','\xdb','\xa5','\xc1','\xdb','\xdb','\x05','\xae','\x6f','\x0d','\xda','\x65','\xdc','\xf1','\xd3','\xb6','\xb8','\xe2','\xdb','\x44','\x69','\x12','\xad','\xa7','\x53','\x49','\x04','\xe1','\x2c','\x4f','\x16','\xc6','\x4e','\x40','\xf9','\x05','\x3b','\xdf','\xeb','\x41','\x87','\x4b','\xca','\x99','\x57','\x50','\x64','\x82','\x05','\x85','\x1f','\x8a','\xf4','\x94','\xde','\x1d','\x01','\xce','\xf5','\x94','\x19','\x4f','\x10','\xc6','\x09','\x75','\x2b','\x0c','\xea','\x23','\xb4','\x26','\xc6','\x5a','\x94','\x1b','\x72','\x77','\x02','\x49','\x8a','\xb0','\x1a','\x63','\x1c','\x4e','\x32','\x92','\x09','\x93','\x55','\xfd','\x81','\xe8','\xce','\x20','\x99','\xe6','\x95','\xc2','\x01','\x33','\x7d','\xb5','\x05','\x15','\x09','\x44','\x5f','\x9d','\xae','\x25','\x25','\xf6','\x2a','\x61','\xb5','\x92','\x4d','\x04','\x00','\x9d','\x86','\x0b','\x5a','\x27','\x20','\xd9','\x05','\xca','\x4d','\x26','\xd1','\xef','\x08','\xf6','\x1d','\x46','\x78','\xe9','\x6b','\x1f','\x77','\xf6','\x94','\x13','\xc9','\xf0','\x18','\xd3','\xcd','\x56','\xdc','\xe5','\x1c','\xde','\xc6','\x7f','\xc7','\xce','\x90','\x18','\x25','\x63','\x50','\x27','\x3a','\xce','\x55','\x90','\x7b','\xcd','\x7c','\xa0','\xef','\x04','\x3f','\x7f','\x8e','\xdd','\x9f','\xf7','\x9f','\x3b','\x87','\xd8','\x1e','\x3c','\x61','\xdb','\x38','\x34','\xb6','\xdb','\x85','\xd1','\x3b','\x69','\x40','\x78','\x89','\x29','\xc5','\xbe','\xab','\x8e','\xc9','\xe6','\x11','\x8e','\x4b','\x87','\xa9','\x8e','\xe6','\xec','\x81','\xae','\xf3','\x61','\x50','\x92','\x2b','\x68','\xaf','\xa2','\x1a','\x9c','\x12','\xf1','\x7c','\xa5','\x9c','\x62','\x28','\x03','\xc2','\x72','\xeb','\x72','\x86','\xc7','\xab','\x22','\xf2','\xc0','\x74','\x32','\xfe','\xb1','\xc8','\x94','\xf8','\xa0','\xec','\xf0','\xa8','\xf1','\xe3','\x70','\x0a','\x1b','\x30','\x13','\xcf','\xb5','\x5d','\x29','\x75','\xd7','\x76','\xb4','\xd3','\x43','\x16','\x27','\x3f','\xf4','\x6b','\x89','\x9a','\x0a','\x12','\x72','\x03','\xf0','\x84','\x07','\xdc','\x7d','\xf8','\xd5','\x8a','\xc0','\xab','\xe1','\xd1','\xf6','\x24','\x79','\xac','\x9b','\x83','\xce','\x18','\x11','\xd2','\xab','\x29','\x29','\x9f','\xe5','\xc9','\x5f','\x29','\xc9','\x21','\x8c','\x65','\xa9','\xb5','\xe1','\xf4','\xff','\x49','\xaf','\xc3','\x99','\xfe','\x79','\x52','\x4d','\xf3','\xb3','\xc1','\xdc','\x07','\xb5','\x05','\x62','\xf8','\x17','\x59','\xd6','\x79','\xd7','\x90','\xcb','\xc1','\xe2','\x97','\xd4','\x59','\x5a','\x2e','\xa8','\xec','\x1a','\xe6','\x90','\xd1','\xe3','\x49','\x78','\x49','\x70','\x93','\x4d','\xd5','\xcc','\xcd','\x5d','\xef','\xae','\x2b','\xce','\x88','\xd3','\x18','\x4f','\x7d','\xe2','\xe5','\x96','\xee','\x1c','\xf3','\xb3','\xd7','\xd1','\x16','\x3e','\x96','\xbe','\x5d','\xa0','\x01','\x86','\xc8','\x76','\x86','\x68','\xb8','\x9d','\x53','\xc1','\x17','\xf6','\x7d','\x2f','\x8d','\xd1','\x60','\x00','\x55','\x87','\x84','\xce','\xc0','\xc3','\x6a','\x4a','\xe9','\x43','\xf9','\x02','\x4e','\x72','\xa6','\x88','\x23','\x64','\xb1','\x22','\x1a','\x29','\x1a','\x99','\xe9','\x7f','\x2d','\xc7','\xab','\x26','\x84','\x17','\x26','\xea','\xda','\xcd','\x04','\x2d','\x21','\xa7','\x85','\x13','\x10','\x8d','\xd5','\xe1','\xd2','\xb5','\x11','\x53','\x97','\xc9','\xc4','\x68','\xe3','\x4e','\x9f','\x6d','\x1b','\x97','\x27','\x5e','\x7f','\x8c','\x5d','\x1f','\x09','\x95','\xae','\x87','\x54','\x95','\xb3','\x21','\x78','\x1f','\x52','\x96','\x3d','\xb1','\x1d','\x6e','\x27','\x26','\x18','\x25','\x10','\x05','\x53','\x58','\x3d','\xd4','\x72','\xa2','\xb6','\x26','\x4c','\x51','\x14','\x7b','\xfb','\x4c','\xae','\x0c','\x33','\x06','\xf2','\x6a','\x21','\xa4','\x3a','\xea','\x5e','\x2f','\xac','\x8f','\x9c','\x78','\x41','\x0a','\x2b','\x1a','\xa9','\x05','\x30','\x55','\x7f','\x4e','\xd6','\x47','\xf3','\x93','\xa2','\xee','\x07','\xc8','\xed','\xa4','\xf1','\x0e','\xa0','\x29','\xa8','\x23','\xe2','\x18','\x90','\xcf','\x03','\x83','\xc1','\xa8','\xc8','\x59','\x54','\x5f','\xc1','\x29','\x63','\xc8','\x4a','\xb3','\xf5','\xa0','\x58','\xc4','\x3a','\xc7','\x02','\x97','\xc4','\x53','\xf4','\x08','\x44','\x3d','\x99','\x53','\x45','\xa5','\x76','\x1a','\xb3','\xd0','\x9c','\x22','\x51','\xd5','\xb2','\x12','\x59','\x7c','\xe8','\x1d','\x60','\x13','\xc1','\x83','\x4e','\xb1','\x75','\x4a','\x2c','\xf5','\x0e','\xb7','\x1d','\xe1','\xf2','\xde','\x61','\xdf','\xc6','\x25','\xa6','\x6d','\xc3','\x5c','\xe4','\x54','\x0b','\x20','\x00','\x6e','\xec','\x8e','\x26','\x73','\x54','\x95','\x40','\x32','\xa3','\x04','\x4c','\x70','\x48','\xff','\x04','\xc5','\xc1','\xb9','\x8a','\x68','\x00','\x13','\x02','\xd8','\x6f','\xc3','\xf8','\xf9','\xe3','\xdf','\xef','\x70','\xbb','\xb1','\xeb','\x1b','\xd7','\x07','\x0d','\xf9','\x52','\x5d','\x62','\xe9','\xca','\x3b','\x42','\x5e','\x22','\x3a','\xf7','\xa8','\xb2','\xab','\x10','\xc2','\xfc','\x98','\xce','\x3a','\x3d','\x2c','\x64','\x5c','\xf6','\x3b','\xf4','\xf8','\x15','\x1c','\x7d','\x52','\xb4','\x00','\xce','\xb5','\x29','\xf1','\x85','\xd5','\x2e','\x47','\x2e','\x8e','\x28','\xbe','\x0d','\x97','\xff','\x2e','\x5a','\x5c','\xe7','\x1f','\xf5','\x99','\xd7','\x8b','\x63','\x9a','\x4c','\x57','\xca','\xa2','\x45','\x21','\x71','\x16','\x4f','\xbe','\x68','\x95','\x2a','\x3a','\x50','\x3e','\xc4','\xf2','\x45','\x82','\xe9','\x48','\xf5','\xe4','\xb1','\xf6','\x9a','\xd2','\xf1','\xd8','\x05','\x7e','\xf1','\x95','\x62','\xfb','\x6b','\x55','\x84','\xcf','\x87','\xcc','\x77','\xf8','\x30','\x86','\x6e','\x96','\x90','\x05','\x60','\xf1','\x4c','\xd1','\x1b','\x41','\x56','\x50','\x41','\xf4','\x2c','\x7b','\xc8','\xd1','\x9a','\xff','\x36','\x8b','\xc1','\xa2','\x83','\x95','\x89','\x79','\x3c','\x1c','\x8d','\xb4','\x11','\x51','\x6c','\x4a','\x3f','\x35','\x12','\x8c','\xa6','\x0f','\x00','\xf5','\x6f','\xbe','\xda','\x03','\xb4','\xfd','\xea','\x86','\xea','\xcb','\x3f','\x2a','\xb8','\xd8','\xed','\x9d','\x0c','\xbd','\x12','\x39','\xe1','\xe5','\x68','\x7c','\x37','\x67','\xf3','\x29','\x67','\x0b','\xb1','\xae','\x33','\xbf','\xc8','\xf8','\x09','\x8b','\x77','\x1d','\xe0','\x8d','\x8c','\x89','\x9f','\x60','\xba','\x5c','\x96','\x3c','\x5f','\x72','\x05','\x86','\xf9','\xee','\x0a','\xa3','\xd4','\x0d','\x64','\xff','\xc9','\x62','\x7f','\x75','\xae','\x08','\x60','\x04','\x41','\xc8','\x1b','\x3c','\x00','\xc9','\x05','\xee','\xf4','\xf9','\x9f','\x7f','\xe0','\x97','\x00','\x4d','\x3f','\x98','\x00','\x39','\x00','\x81','\xca','\x0c','\x27','\x88','\xa8','\x3b','\x86','\x71','\x47','\xe0','\x62','\x1b','\x74','\x70','\xb9','\x72','\x84','\xb7','\x2b','\xbb','\xbb','\x4d','\x17','\x9a','\x4a','\x86','\xc8','\x40','\x6c','\xb5','\x0d','\xa2','\x90','\xa3','\x24','\x80','\xc8','\xe1','\x44','\xfe','\x1d','\xa8','\xb2','\x18','\xda','\xed','\x65','\x9e','\xbb','\xc4','\x4f','\x4a','\x09','\x42','\x56','\x8b','\xa5','\xa0','\xcc','\xf9','\xb2','\x28','\x55','\x3d','\x41','\x98','\x44','\x4e','\xc2','\xfb','\x59','\x49','\x07','\x59','\x16','\xb0','\x56','\x5b','\xaa','\x19','\xff','\x24','\x2c','\xc7','\x98','\x57','\xe9','\x45','\xa3','\x20','\x51','\x8c','\x78','\x5b','\x59','\xc6','\xd5','\xff','\xf7','\x51','\x7c','\x3e','\xa8','\xb8','\x66','\x98','\x64','\xd6','\x47','\x21','\xeb','\x92','\x0f','\x28','\xa4','\x23','\xed','\xba','\x83','\x6c','\x95','\x1a','\x38','\xe0','\x88','\xcc','\x07','\x9e','\x47','\x10','\x85','\x23','\x3a','\x81','\xd9','\xf7','\x0e','\xb7','\x5b','\x87','\x76','\xeb','\x6c','\xd0','\x6c','\x23','\x62','\x9c','\x33','\x94','\x02','\x0f','\xc0','\xb1','\xe3','\x23','\x4a','\xc8','\x24','\x44','\x7d','\xe4','\x47','\x43','\xae','\x6c','\xb3','\x04','\x4b','\x50','\xe3','\x07','\x01','\xf6','\x5b','\x87','\x9f','\x7f','\xdc','\xe0','\x8f','\x7f','\xff','\x84','\x9f','\x7f','\xde','\x00','\x3a','\x41','\xbb','\xa0','\x5e','\xa8','\xea','\xcb','\xd1','\x13','\x3f','\x08','\xea','\x22','\xeb','\xdd','\xa0','\x32','\xee','\xae','\x0b','\xa6','\xfe','\x5b','\xae','\x0c','\x7b','\xba','\x4a','\x73','\xf9','\xe5','\xc7','\xc8','\x5e','\x4c','\xc3','\x94','\x1e','\x4a','\x9a','\x3e','\xa8','\xb3','\xee','\x17','\x0c','\xdd','\xe1','\xd3','\xe8','\x9c','\x06','\x50','\x8d','\x74','\x25','\xe6','\x83','\x7c','\xc1','\xf8','\x62','\x99','\xc7','\xf3','\x6f','\x91','\x39','\x8a','\x91','\xa3','\xf0','\xb4','\xe3','\x3f','\xd3','\xc1','\xa0','\x37','\x31','\xaa','\xbd','\xdb','\xb6','\x25','\x51','\x2b','\x1d','\xcc','\x35','\xce','\xb5','\x53','\x11','\x71','\xc6','\xd3','\x54','\xcf','\x3f','\xf0','\x34','\xc8','\x5c','\x93','\xa0','\x2a','\x22','\xb6','\x90','\x97','\x22','\xc9','\xc9','\x31','\x75','\x6f','\xca','\x7b','\x11','\x8e','\xb8','\xb5','\xbc','\xf8','\x5e','\xe9','\x37','\x8f','\xdb','\x1d','\x9e','\xeb','\xab','\x41','\x2b','\x58','\xeb','\xa5','\x70','\x07','\xda','\xa8','\xc8','\xa6','\x46','\x9c','\x54','\xe5','\xf4','\x0b','\x0a','\x4e','\x4a','\x9b','\xf9','\x28','\xe3','\x69','\xc7','\x30','\x23','\x9f','\x3c','\x0b','\x93','\x61','\x05','\x60','\xf3','\x40','\xfb','\xc8','\x22','\xfc','\x5a','\x44','\xce','\x24','\x08','\x9c','\xce','\x45','\xbd','\xe0','\xc3','\x64','\x8f','\xa5','\x01','\x54','\xa2','\x8f','\x91','\xbf','\x1c','\x34','\x31','\xef','\x4a','\xd9','\x68','\x67','\xf9','\x61','\xdd','\x6c','\xe5','\xb0','\x6b','\x9c','\xca','\x11','\xf9','\x4e','\x6a','\x94','\x0d','\xbd','\x6e','\xf4','\xcb','\xe5','\x32','\x07','\x3b','\x18','\x38','\xcc','\x98','\xa9','\x01','\xb4','\x6d','\x1b','\x5c','\x2e','\x97','\xbb','\x19','\xf4','\xdb','\xf2','\x8b','\x66','\xb6','\xdf','\xa9','\x67','\xd3','\xb8','\xfc','\x52','\x98','\x94','\x85','\xf4','\xfc','\x62','\xf9','\xf7','\x71','\x70','\x7d','\x69','\xd1','\xdd','\x78','\x85','\x4e','\xfc','\x22','\xbb','\x09','\x0e','\xed','\x5f','\x99','\x0f','\x8e','\xb1','\xa8','\x5e','\xcf','\x93','\xe7','\x72','\x69','\xb0','\x5d','\x37','\x78','\x7b','\xdb','\xe0','\xf2','\xb6','\x0d','\x17','\x17','\x7f','\x8f','\x0f','\x1a','\x4d','\xe8','\xf0','\xaa','\xe1','\x32','\x1e','\xcc','\xdd','\x2a','\xd6','\x13','\x0f','\xb1','\xc2','\x44','\xcc','\xe3','\x77','\x0a','\x4e','\x50','\xe5','\xcb','\xdd','\xe1','\x94','\x3a','\xcd','\xc7','\x33','\x22','\x0a','\x6d','\xff','\x3c','\x7f','\x53','\x43','\x27','\xb5','\x4b','\xb1','\x4f','\x8a','\xd6','\x8c','\x88','\x4e','\xd3','\x35','\xae','\xcb','\x2f','\x8f','\x59','\x1b','\x69','\x64','\x17','\x75','\x16','\x1a','\xa5','\xe9','\x0e','\x31','\x93','\x6d','\x17','\x3c','\x89','\xd1','\x1d','\x64','\xef','\x4c','\xa0','\xd3','\xf5','\xbc','\x6c','\x22','\xba','\x49','\x24','\xe3','\x8c','\x62','\x22','\x1e','\x57','\xa4','\xcd','\x71','\x24','\x73','\x58','\x13','\x01','\x74','\x24','\x40','\x22','\x68','\x4c','\xa3','\x63','\x83','\x16','\xf5','\xb2','\x37','\x7e','\x34','\x63','\x82','\x08','\x6e','\xef','\x1d','\xda','\xd6','\x75','\x47','\xa7','\x6d','\x68','\xf5','\xa5','\x4a','\xc5','\x5d','\x55','\xf2','\x4a','\x98','\x56','\x6b','\x97','\xe0','\x6e','\x73','\x29','\xcf','\xdf','\xc9','\xe8','\x95','\xe2','\x3a','\xc0','\xfb','\xcf','\x1d','\xfe','\xf3','\xef','\x77','\xf8','\xe3','\x3f','\x23','\xf2','\xdb','\x30','\xb8','\x04','\x27','\x51','\x4a','\xa3','\x7c','\x6e','\xee','\x40','\x87','\x19','\x40','\x86','\x7c','\x10','\x72','\x43','\x8b','\x72','\x0d','\x82','\x90','\x26','\xb4','\x55','\x3b','\xb6','\xee','\xfb','\xe5','\x2e','\xd2','\x33','\x20','\x73','\x5a','\x14','\xba','\x32','\x0d','\xf3','\xbc','\x97','\xd0','\x26','\x0f','\xc0','\xbd','\xf9','\x92','\x15','\x7b','\x74','\xdd','\xa7','\x7d','\xed','\x3b','\x42','\xff','\x09','\xfc','\x35','\x27','\x21','\xff','\x43','\xef','\xdf','\x90','\xb1','\xc5','\x48','\x34','\x92','\x2b','\xe9','\x59','\x7e','\x95','\xd8','\x6e','\x79','\x2f','\x0c','\x28','\x4f','\x67','\x3c','\x97','\x64','\xe7','\x47','\x0c','\x76','\x35','\xa8','\x9c','\xb1','\x13','\x16','\xb0','\xaa','\x79','\xe0','\xcb','\x27','\x2b','\x7b','\x8a','\x82','\xf8','\x59','\xf0','\xab','\x15','\x9a','\x57','\xc3','\xaa','\x3d','\x32','\x1e','\xa8','\x12','\x1f','\xf4','\x9c','\x1f','\x02','\x2f','\x06','\x8e','\xce','\xf7','\x45','\x60','\x30','\x62','\x8a','\xdd','\x13','\x29','\x9e','\x02','\xd9','\x5a','\x9d','\x8f','\xcc','\xb3','\xac','\x6f','\x52','\xfe','\x86','\x4a','\xe3','\x98','\x27','\x50','\x59','\x9e','\x57','\xc9','\xcb','\xaa','\xca','\xb4','\xe5','\x77','\x2d','\xe5','\x48','\x1b','\x2e','\xce','\xff','\xa1','\xfd','\x90','\xf9','\xda','\xc4','\xf8','\xd9','\x86','\x3b','\x72','\xdb','\x92','\x97','\x0e','\x80','\x19','\x3d','\x40','\xba','\x18','\x67','\x7c','\x84','\xc2','\x9c','\x72','\x2c','\x3d','\x8e','\xc1','\x34','\xfd','\x93','\x2e','\x78','\x07','\xb0','\xf8','\x5d','\xb1','\x56','\x33','\x82','\x4c','\x38','\x09','\x1e','\x12','\xfe','\x7c','\x7c','\x36','\x01','\x6c','\x22','\x64','\x9c','\x57','\xcf','\x90','\x6d','\x1b','\x7d','\xaf','\x95','\xf2','\xf6','\xb3','\x87','\x2a','\x6c','\xdc','\x31','\x08','\xc5','\x65','\xce','\x74','\x22','\x5b','\xe6','\xd7','\x0e','\xee','\xf2','\x94','\x47','\x98','\x4e','\xa2','\xb9','\xf1','\x98','\xb9','\x78','\x2c','\x52','\x14','\xec','\x87','\xe0','\xee','\x0c','\x99','\x71','\x39','\x5b','\x9e','\x18','\x2c','\xd8','\xc4','\x5f','\x1a','\xd4','\xf0','\x19','\xae','\x90','\x35','\xae','\x04','\x71','\x68','\x10','\x40','\x5d','\x59','\xb6','\xcb','\x30','\x7c','\xae','\x6f','\x1b','\x5c','\xde','\x46','\x90','\x03','\xf3','\xfd','\x1c','\x03','\x34','\x19','\x3f','\x55','\x05','\xc4','\x1e','\x98','\x59','\x53','\x73','\x82','\x37','\xca','\x51','\xe7','\x68','\xc5','\xf9','\x25','\x2d','\x6a','\xa6','\xba','\x2f','\x7c','\x14','\x91','\x69','\x87','\x89','\x2c','\xe9','\x84','\xae','\x57','\x20','\x94','\xf6','\xd2','\xaa','\x88','\xe6','\x27','\x5b','\x6c','\x09','\xe9','\x5d','\x71','\x6e','\x65','\xc8','\x2b','\x0d','\x0f','\xc1','\x51','\x16','\x6d','\x44','\xae','\x58','\xab','\x9d','\xb3','\x14','\xe5','\x69','\xa4','\x14','\xe9','\x5f','\x56','\x9c','\x50','\xee','\x4a','\xa2','\x71','\x70','\xda','\x04','\xda','\x03','\x2d','\xa9','\xe4','\xc7','\x54','\x80','\x1f','\x0d','\x5c','\x37','\xe1','\x40','\x16','\x85','\x75','\x95','\x13','\xda','\xee','\x2c','\x82','\x0f','\x40','\x84','\x77','\xc8','\x5d','\x25','\xc3','\xe9','\x73','\x2d','\xa8','\x44','\x03','\x44','\x5b','\x10','\xe0','\x8e','\x9f','\x0c','\x10','\x18','\xae','\xab','\x0d','\x11','\xa8','\x77','\x90','\x88','\x6b','\x8d','\xef','\xdc','\xea','\xd8','\x78','\xa7','\x77','\xd5','\x46','\x27','\x04','\xd2','\x7c','\x10','\x41','\x99','\xc7','\x46','\x68','\x9a','\x88','\xf9','\x42','\x03','\x75','\x9f','\x6d','\x2c','\x65','\x6e','\xef','\x3b','\xfc','\xf1','\xef','\x77','\xf8','\xcf','\xff','\xfb','\x39','\xce','\xfe','\x10','\x07','\x3e','\xd8','\x44','\x5e','\xb8','\x89','\xa6','\xe5','\xb2','\x62','\xcc','\x65','\x90','\xce','\xf1','\x45','\x97','\x9e','\x19','\x1e','\xa9','\xe6','\x01','\x85','\xe8','\x43','\x0e','\x0d','\x8e','\xf5','\xdc','\xe7','\xff','\xab','\x6f','\xc7','\xcc','\x7d','\x16','\xfc','\xb4','\xa4','\xe3','\xaa','\xbe','\x15','\x75','\x8a','\x92','\x20','\x4a','\x83','\x84','\x96','\xd5','\xd3','\x7f','\x0b','\xcb','\x52','\x49','\xd6','\xb4','\x0d','\x93','\x8d','\xe8','\xce','\x73','\x25','\x55','\x06','\x51','\x78','\x64','\xbc','\x00','\xb5','\xfb','\xc2','\xbd','\x5f','\x7e','\xe6','\xa3','\x08','\x21','\x25','\x00','\xa8','\xf7','\x42','\x97','\xdd','\x53','\x4f','\x43','\x70','\x6f','\x6c','\xc9','\x8d','\x9d','\xe3','\xdf','\x47','\x59','\x3e','\x0d','\x0e','\x98','\xf4','\x77','\x87','\x03','\x5e','\xae','\x14','\x28','\x3b','\xc6','\x80','\x6a','\x0c','\x8d','\x2f','\x36','\x02','\xba','\x1b','\x48','\xc5','\x8d','\x54','\xe8','\xa7','\x71','\xfc','\xaa','\xa1','\xab','\x1d','\xbb','\x3d','\xd5','\x8b','\xe5','\x40','\x33','\x9d','\xfa','\x34','\x6c','\xa8','\x91','\x12','\xff','\x9c','\x27','\x14','\xe8','\x8c','\xe8','\x89','\x9e','\xee','\xe8','\xb0','\x35','\xa4','\x7a','\x8f','\x22','\x2a','\xb8','\x17','\x08','\xc4','\xc1','\x51','\x46','\x23','\x5a','\x83','\x71','\x5e','\x94','\x2f','\xa6','\x97','\x33','\xda','\x82','\x92','\x05','\x09','\xe0','\xc5','\x84','\x0d','\x62','\x94','\x46','\x00','\x10','\x23','\xe8','\x70','\xd1','\x49','\x59','\x47','\x24','\x8c','\xb5','\xb8','\x9e','\x46','\x7b','\x7a','\x6c','\xc5','\xa7','\x61','\x84','\xf1','\x2e','\x23','\xba','\x97','\x83','\x99','\x81','\xec','\xdc','\xa9','\xa1','\xed','\xe4','\x36','\xc1','\x1c','\xf0','\x00','\x11','\xe1','\x72','\xb9','\x1c','\xef','\x00','\xf5','\xde','\x27','\x1f','\xb9','\x87','\xcf','\x04','\xdd','\x19','\xf5','\xa3','\xcf','\xa3','\x5d','\xbf','\x8e','\x4d','\xdd','\x83','\x2f','\xc3','\x2a','\xf3','\xcb','\x42','\x69','\xb1','\xad','\xce','\x91','\x40','\x22','\xbb','\x75','\x16','\x3c','\x19','\xd0','\xfd','\xeb','\x57','\x9c','\xb7','\x36','\x26','\xcc','\x45','\x0c','\x9f','\xcb','\x3c','\x81','\x6c','\x92','\x16','\xc6','\x8f','\x4e','\x06','\x53','\xf0','\xf4','\xdc','\xcd','\xd4','\x2c','\x7b','\x69','\xc6','\x49','\x5a','\x85','\x00','\xd0','\x89','\x9a','\x9b','\x1e','\xea','\x14','\xbd','\x92','\x2c','\xdf','\x51','\x3d','\xd9','\xe0','\x0d','\xc5','\xc5','\xcc','\xe1','\xa7','\x57','\xd5','\xa3','\x02','\x47','\x4b','\x63','\x68','\xca','\x7c','\x06','\x1e','\x50','\x00','\x4f','\xa7','\x67','\x08','\xc3','\x45','\x00','\x9d','\x3a','\x58','\x18','\x6c','\x77','\x00','\x59','\x12','\xa3','\x70','\x95','\xc7','\x51','\xbc','\x8f','\x00','\xac','\xfb','\xa5','\x7a','\x7f','\x28','\x94','\x12','\xac','\xca','\x2e','\xdf','\xcf','\x8c','\xd8','\xc9','\xf2','\x9a','\x6d','\xdf','\x19','\xcf','\xa9','\x7f','\xbc','\xd2','\x45','\x7c','\x06','\x68','\x27','\xe8','\x5b','\x07','\xec','\x3c','\x7f','\x01','\x00','\x1a','\x42','\x93','\xd5','\x39','\x1c','\xab','\x79','\x3b','\x20','\x10','\x47','\x75','\xbb','\xbd','\x23','\x6c','\xdb','\x0e','\xad','\x21','\x6c','\x85','\x7f','\xdb','\x70','\x9b','\x73','\xae','\x42','\x87','\x4c','\xb6','\x40','\x54','\xdb','\x3c','\x56','\x41','\x65','\x71','\x05','\x60','\x5c','\x78','\xfa','\xef','\xff','\xfd','\x09','\xff','\xfb','\x7f','\xff','\x84','\x3f','\xff','\xb8','\x01','\xd1','\x08','\x7c','\x30','\xee','\xfe','\x12','\xff','\xb6','\xd8','\x49','\xb2','\xf2','\x38','\xa1','\x43','\xb1','\xbe','\x55','\xbf','\x45','\xf4','\x0f','\x26','\xf0','\x23','\x04','\x19','\xea','\x26','\x23','\x89','\x92','\xc7','\x3e','\xa7','\xa8','\x06','\x3e','\x52','\x4d','\xa1','\x13','\xc5','\x12','\xc0','\x14','\x83','\x67','\x9d','\xd0','\x3f','\x46','\x9e','\xa7','\x6e','\xcf','\x62','\xb8','\xa0','\xec','\xaa','\x10','\x87','\x48','\x37','\x1e','\xbd','\x52','\x5e','\x88','\x91','\x19','\xc1','\x16','\xee','\xef','\x70','\x69','\x20','\x0e','\x5d','\x5d','\xf6','\xee','\x70','\xc6','\xaf','\x57','\xe5','\xa8','\xc2','\x26','\xe5','\x00','\x04','\x9a','\x46','\x9e','\x9c','\xde','\xb3','\x60','\xea','\x96','\x54','\x3e','\x25','\x62','\xf9','\xbe','\xda','\xc5','\x5f','\x03','\x26','\xe3','\xb7','\xd0','\x55','\x74','\x27','\x48','\xde','\x93','\x4b','\xea','\xe7','\x85','\x37','\x6a','\x9c','\x02','\x1b','\x21','\x2d','\x4a','\x8a','\xd6','\x3b','\x21','\x06','\x77','\x07','\x56','\xf4','\x4b','\x53','\xe6','\x69','\x42','\x7f','\x54','\xe9','\x0a','\x73','\x38','\xce','\x4c','\xa3','\xe0','\x55','\xcb','\x39','\xb2','\x9e','\x3c','\x61','\x3e','\x2c','\x74','\x3e','\x5f','\x85','\xce','\x69','\x00','\x40','\x1c','\x1e','\x3a','\x62','\xfc','\xc8','\x55','\x25','\x7e','\xbe','\x8e','\x2e','\x43','\x90','\x9d','\x6a','\x3d','\x83','\xb7','\x09','\xcf','\x72','\x03','\x24','\x7a','\x55','\x25','\x04','\xc1','\xbe','\xaf','\x3a','\x7b','\x56','\x3d','\x51','\x17','\x1f','\xf2','\xbc','\xa7','\xfc','\xe0','\xbe','\x23','\x91','\x8e','\x95','\x1d','\xdf','\x18','\x82','\x05','\x1d','\x1e','\xfa','\x9b','\x72','\x37','\x45','\x44','\x46','\x20','\xb0','\x7e','\x6c','\x00','\x55','\x51','\xe0','\x1e','\x87','\x48','\x52','\x6b','\xcb','\xd0','\x3e','\x9a','\x80','\x34','\x13','\x6e','\x25','\x3b','\x5e','\xc2','\xbc','\x30','\xfe','\x5c','\x95','\xe9','\x95','\x97','\x53','\xe0','\x06','\x51','\xe6','\xc9','\x47','\x57','\x20','\x3d','\x32','\x08','\xa6','\x9c','\x60','\x53','\x59','\x6e','\x82','\xa6','\xe7','\xde','\xcf','\xa8','\x99','\x10','\x90','\x5d','\x9f','\x2b','\x87','\xb5','\xd6','\x0b','\x4d','\xf3','\x0a','\xb3','\x4c','\xa4','\xc3','\xc9','\x20','\x38','\x58','\xba','\xc0','\xb4','\x52','\xe2','\x3c','\xe7','\x00','\x58','\x68','\x6a','\x4a','\x97','\x31','\x0f','\x3c','\xd9','\xe4','\x14','\x81','\x3a','\x75','\xb2','\x53','\x04','\x6a','\x28','\x6a','\x2a','\x8a','\x88','\x6c','\x8e','\xa6','\x9f','\x55','\xbe','\x50','\x46','\xe4','\x9a','\xeb','\xc4','\x99','\xde','\x4b','\xe2','\x8f','\x53','\xda','\xaf','\xac','\x5b','\x5d','\x3e','\xbd','\x2b','\x2b','\x59','\x40','\xea','\x02','\x03','\xb2','\x6a','\xc7','\x52','\x09','\xe5','\x20','\x72','\x2a','\xeb','\x64','\x7b','\x8f','\xe0','\x8c','\x4e','\x77','\xba','\xac','\x03','\x25','\x0a','\xa0','\x66','\xb6','\xf7','\x0b','\x75','\x7f','\xd1','\xbf','\x48','\xaf','\x9f','\x05','\xa6','\xd3','\x4e','\xc3','\x08','\xc2','\xc6','\x2b','\xf4','\x8d','\x15','\xbb','\x86','\x2a','\x80','\x54','\xe9','\x84','\xa1','\x08','\xee','\xef','\x1d','\xde','\x1b','\x47','\xb0','\x79','\x03','\xd8','\x42','\xec','\xf9','\x83','\xb6','\x2c','\x20','\x1c','\xa3','\x70','\xef','\xc4','\x78','\x91','\x9d','\x9f','\xf7','\x5b','\x87','\xff','\xfc','\xbf','\x77','\xf8','\xdf','\xff','\xef','\x0f','\xf8','\xcf','\xbf','\xdf','\xa1','\xef','\xc4','\x41','\x51','\x86','\x9b','\x6c','\x6b','\x5e','\x41','\x4d','\xbb','\x03','\xc6','\x3c','\xe3','\x85','\x88','\x87','\x7d','\x34','\xa4','\x58','\x3d','\x04','\xc6','\xd9','\xe6','\x91','\x91','\x2f','\x07','\x9d','\xe1','\xda','\x1c','\xbe','\x4c','\x73','\x2d','\xc6','\xf5','\x3b','\x0f','\x69','\x8e','\x97','\x32','\x4c','\xa4','\x76','\xac','\x21','\x4a','\x4a','\x25','\x01','\x48','\xaf','\x67','\x65','\x32','\x6d','\xf1','\xa9','\xdb','\x23','\xd9','\x3d','\x6f','\x23','\x80','\x86','\x45','\x06','\x04','\x37','\x16','\x08','\x09','\x17','\xef','\x6a','\x26','\x55','\x22','\xd8','\x79','\x82','\x00','\x76','\xce','\x47','\x17','\xac','\x3a','\x8d','\xc5','\x95','\x61','\x01','\x0d','\x83','\x68','\xc5','\x60','\xad','\x11','\x2a','\xf7','\x7d','\x5d','\xfa','\x89','\x7f','\x3c','\x22','\x4f','\xbd','\x32','\xa4','\x63','\xfc','\x12','\xc5','\x61','\x5d','\xce','\x51','\x33','\x5f','\xc7','\xf9','\x3e','\x19','\x4e','\xf7','\x51','\xe4','\x86','\x14','\xfe','\xb1','\x45','\xd9','\x79','\x32','\xb3','\xcc','\x62','\xe2','\x46','\x17','\x2e','\x4e','\x93','\xe1','\x54','\xfc','\x54','\xb5','\xba','\x99','\x23','\xc6','\xe2','\x9f','\x00','\x5f','\x27','\x4d','\x2f','\x7d','\xba','\xa4','\x17','\x49','\x7a','\x4c','\x69','\x32','\xb2','\x0e','\xb5','\x3a','\x0a','\xe4','\x78','\xf6','\xf7','\x15','\x85','\x24','\x2e','\x2d','\xb9','\x7e','\x69','\x88','\x1a','\xf0','\x46','\x76','\x7d','\x36','\x77','\x11','\xfd','\xb4','\xb3','\x2c','\x46','\x93','\xf0','\x1f','\x74','\x65','\x4e','\x5a','\x23','\x4d','\xf2','\xc1','\x4f','\xbc','\x45','\x16','\xf7','\xdd','\x8d','\x3d','\xd4','\x46','\xa6','\xaf','\xb7','\xdc','\xf4','\xe0','\x8e','\x20','\x35','\xda','\x92','\x2a','\xe2','\xe6','\xf8','\xc0','\x53','\x0c','\x3c','\x29','\x3f','\x1a','\x3b','\x88','\x78','\x3f','\x08','\x42','\xe5','\x02','\xf7','\xd1','\xa0','\x08','\x32','\x66','\x93','\xeb','\xf0','\x37','\x82','\x82','\xde','\x27','\x78','\x92','\x37','\xbc','\x86','\xf7','\xa1','\x18','\x2d','\x32','\x46','\x63','\xc5','\x57','\xef','\xf3','\x19','\xb2','\xe7','\x14','\x6a','\x0d','\xc5','\xdd','\xad','\xe9','\x9d','\x3e','\xd7','\xeb','\x06','\xed','\xd2','\xc6','\x65','\xa9','\x5c','\xa1','\x73','\x4a','\xd3','\xbc','\xa1','\x39','\x24','\x3a','\x9d','\x10','\x31','\xa5','\x09','\xe3','\xeb','\x75','\x93','\xc7','\x13','\xbe','\xfc','\xe3','\xa2','\x8d','\x45','\x26','\x34','\xe3','\xef','\x1d','\xcc','\x62','\x48','\x5d','\xbf','\x25','\x5c','\x0b','\x4a','\x97','\xf4','\x14','\x1c','\x27','\x5b','\x11','\x74','\x95','\x2b','\x11','\x85','\xeb','\xcc','\x53','\xa8','\x90','\xfb','\x7b','\x64','\x9c','\x2c','\x50','\xf0','\xc9','\xc6','\xea','\xf0','\x8a','\x13','\xcf','\xaf','\x94','\xc9','\x7f','\xc5','\xbc','\x3d','\x12','\x7c','\x27','\xe1','\xc3','\xd3','\xed','\xc5','\xba','\x8a','\x1f','\x3a','\xe9','\xfb','\xde','\x09','\x70','\xef','\x80','\x1c','\x29','\x4d','\xe6','\x9c','\xb8','\x11','\xe9','\x42','\x06','\x5b','\x2a','\xfb','\xde','\x81','\xfe','\x74','\x0b','\x0c','\x08','\x70','\xd9','\xda','\xb4','\xf3','\x63','\x7e','\xd1','\x45','\x9b','\x9c','\x12','\xe8','\xc7','\xd4','\x14','\x4c','\xd4','\x85','\x15','\xa2','\x71','\xe6','\xe7','\xdf','\xff','\xfb','\x13','\xfe','\xdf','\xff','\xfd','\x13','\xfe','\xf8','\xf7','\x3b','\xd0','\xde','\xa1','\x6d','\x38','\x05','\x44','\xd1','\x86','\x01','\x0c','\x5f','\x06','\x5e','\x30','\xf1','\xee','\x17','\x10','\x78','\x43','\x60','\x0c','\xcb','\x0e','\xab','\x84','\x2c','\xae','\x32','\x79','\x79','\x2b','\xe9','\xa4','\x80','\x03','\x45','\x2a','\xf4','\x4f','\x2a','\xeb','\x51','\x58','\x8b','\xb7','\xd8','\x5e','\x02','\x18','\x77','\xf3','\xa8','\x46','\xcf','\xef','\x82','\x22','\x65','\x63','\xb4','\x42','\x45','\x0d','\xcd','\xb4','\x7d','\x2d','\x07','\xd3','\xab','\x55','\x82','\xa6','\xbb','\x40','\x00','\xba','\x4a','\xef','\x10','\x17','\xda','\xeb','\x59','\x1b','\x64','\xc3','\xc8','\x94','\x2b','\x04','\xaf','\xee','\x85','\x05','\x32','\x1d','\xbf','\x62','\x41','\x4c','\x92','\x14','\x24','\x60','\x65','\x99','\x67','\x43','\x67','\xa4','\x28','\x3b','\xa1','\xa0','\xef','\xa4','\x1a','\x94','\x2c','\xbf','\xa1','\xbe','\xf1','\x77','\x05','\x25','\x91','\x03','\xf1','\x62','\x67','\x64','\xdd','\x45','\xa5','\x9e','\x06','\xd7','\x59','\x53','\x39','\xc7','\xf5','\x3c','\x0c','\xc2','\xce','\x04','\x9f','\x7b','\x74','\x73','\x30','\x37','\xed','\x7b','\xbc','\x8c','\x35','\x67','\xb0','\xe9','\x69','\x85','\xd9','\x2b','\x72','\x69','\x22','\x83','\x92','\xa8','\xa0','\xfe','\xbc','\x4f','\x63','\xe3','\xe7','\x6e','\x57','\x34','\xe9','\x7d','\xae','\x46','\xa3','\x05','\x3b','\x1c','\xd5','\xf8','\x00','\xd7','\x17','\xa9','\x43','\xee','\xcc','\xbd','\xe9','\x1d','\x49','\xf1','\x5e','\x7f','\x83','\xc0','\x2f','\x56','\x85','\x75','\x72','\x84','\x21','\x7c','\x45','\xf9','\x92','\x95','\x6f','\x8b','\xe1','\x16','\x40','\x45','\xa0','\xb3','\x4b','\x79','\x75','\xa4','\x27','\x04','\x41','\xd8','\xb6','\x2d','\x64','\x5e','\x5d','\x84','\xaa','\xdd','\xa8','\xc4','\x4b','\xf9','\xcb','\x78','\x5d','\x58','\xbb','\x4b','\x60','\x4b','\x78','\x25','\xbf','\xa7','\xac','\x67','\x99','\xdb','\x42','\x3a','\x45','\x4c','\xbf','\x1e','\x9c','\x0c','\x34','\x50','\x62','\x1b','\x7d','\x9b','\x2f','\x17','\x15','\x25','\x87','\xfa','\x88','\x14','\x55','\x95','\xea','\x15','\x05','\xe9','\xb7','\x61','\x40','\xa1','\x46','\x77','\xf3','\x11','\xde','\x6c','\xd7','\xc7','\xa2','\x48','\x35','\xf1','\x63','\x81','\x42','\x60','\xf1','\x3f','\xba','\xf2','\xe7','\x88','\x50','\xeb','\x94','\xd5','\x5c','\x72','\xd8','\x38','\x1a','\x09','\xd1','\xe1','\x20','\xf6','\xc1','\xd4','\x02','\x27','\x5c','\xa5','\xfe','\x18','\x51','\xc8','\x10','\xf0','\x73','\x95','\x12','\x4d','\x2a','\x92','\xae','\x9c','\x49','\x40','\x7f','\xd0','\xe0','\x0f','\xba','\xc3','\xe4','\x03','\x64','\xca','\x47','\xac','\x14','\xea','\x67','\xff','\x69','\xf5','\xed','\x1e','\xb3','\x4e','\x0a','\x8e','\x22','\xd8','\x0d','\x37','\xbd','\x13','\xa0','\x98','\x20','\xd3','\x7c','\x54','\x29','\x91','\x2b','\x38','\x86','\x3b','\xd3','\xfe','\x61','\x3d','\xa5','\x4c','\x7f','\x50','\xc9','\x4c','\x09','\x0b','\xa9','\x74','\x24','\x54','\x43','\xb3','\x93','\xe4','\x5e','\x22','\x63','\x05','\xca','\xaa','\x3c','\xec','\x7d','\xcc','\xb1','\xc6','\xbb','\x6f','\x4d','\xce','\x5c','\x39','\xe5','\x14','\x01','\x70','\x43','\xe8','\x30','\x5c','\xe1','\xf6','\x5b','\x07','\x22','\xbe','\x93','\xad','\x01','\xe0','\xdb','\xf0','\xf9','\x8e','\xbd','\xb7','\xe8','\xc9','\x34','\x3f','\x7d','\xd3','\xfc','\xaa','\x3b','\xb6','\x71','\xd7','\xcf','\xfb','\xcf','\x1d','\xfe','\xf3','\xbf','\x7f','\xc2','\xff','\xfe','\x7f','\x7f','\xc2','\x7f','\xfe','\xfd','\x0e','\xfb','\x2d','\x19','\x3f','\x9b','\xbf','\x58','\xd5','\x57','\xe2','\x76','\x90','\x44','\xba','\x8b','\xf2','\x9c','\xe5','\xe7','\x44','\xd0','\x73','\xe8','\x5b','\x49','\x87','\x8c','\x68','\x25','\x87','\xab','\x66','\x87','\x21','\x5c','\x4c','\xb5','\x35','\x14','\x87','\xf5','\x4f','\xe6','\xbb','\xf7','\x4a','\xe5','\x36','\x14','\x4a','\x91','\xb2','\x7c','\xee','\x47','\x50','\x56','\x35','\x92','\x55','\x43','\x4b','\xe0','\x78','\xb0','\xe3','\x87','\x44','\x26','\x78','\xdd','\xee','\x8d','\xe7','\xc1','\xa3','\xec','\x98','\x47','\x8c','\xf3','\xee','\x02','\xe8','\xf8','\x3a','\xd5','\xfb','\x80','\x69','\x45','\x77','\x0d','\x81','\x95','\x94','\x4e','\x20','\x06','\x79','\xc8','\x2e','\x3c','\x77','\x31','\x69','\x83','\x1e','\xd8','\xa4','\x22','\x60','\x1e','\x65','\xf8','\x3e','\x22','\xaa','\xa9','\xf8','\xfd','\xcc','\xb0','\xfe','\x3a','\xed','\xe0','\x3b','\x83','\x97','\xcf','\x6e','\x9e','\x21','\x44','\x43','\x99','\x7f','\xfb','\x5d','\x40','\x1f','\xf9','\x52','\xc3','\xb9','\xbb','\x82','\x24','\xfb','\xe3','\x12','\xe6','\x24','\xe6','\xa1','\xec','\xac','\x7c','\x09','\xea','\x54','\xb1','\x6f','\x85','\x4c','\xc7','\xf7','\xbc','\x11','\xd6','\x0d','\xb0','\x0f','\x82','\x97','\xbe','\xf1','\xfe','\x80','\xac','\xff','\x0d','\xaf','\x01','\xb9','\x8a','\x04','\xa1','\x6d','\x1b','\x6c','\x17','\x3e','\x33','\xea','\xfd','\xdd','\x96','\xb5','\x65','\x0b','\x6c','\x52','\x4d','\x94','\x47','\x01','\xa8','\xad','\x14','\x1a','\x71','\x24','\x1e','\x2b','\x98','\xe7','\x1c','\x4e','\x1f','\xee','\xed','\x12','\x2b','\xaf','\x72','\x3c','\xc5','\x5f','\xb2','\x4c','\xd4','\xd9','\xf8','\xb1','\x0b','\xeb','\xaf','\x6f','\x73','\x30','\xb7','\x6d','\xdb','\xca','\x0d','\x9d','\xb0','\x03','\x94','\x2d','\xa7','\x7b','\xb7','\xd8','\x9a','\xa1','\x53','\xa7','\xc3','\xf4','\xab','\x4a','\x56','\xf9','\x1b','\xde','\xd3','\x3f','\xee','\x42','\xa5','\x9b','\x54','\x85','\x9e','\x18','\xc9','\x33','\xf5','\x66','\x63','\xe6','\x30','\x4f','\x49','\x45','\x22','\xb4','\x4c','\x4b','\x91','\x15','\xbb','\xe1','\x26','\x23','\x83','\x0d','\x7c','\x40','\xda','\x29','\xf1','\x52','\x5c','\x6a','\x8b','\xdc','\x45','\x8a','\x0d','\xa1','\x5d','\x10','\x2e','\x17','\x3e','\xe7','\x73','\xb5','\xb3','\x3e','\x23','\xd0','\x81','\x11','\x94','\x1a','\x5d','\xee','\x1e','\xa1','\xca','\x28','\x35','\x8b','\xdb','\x37','\x29','\x0b','\x3e','\x88','\x09','\xc8','\xd2','\xe5','\x7c','\x93','\x5e','\x9d','\xda','\x96','\x0d','\xa6','\xfc','\x5b','\x98','\x87','\x5f','\x11','\xf0','\x05','\xad','\x76','\x84','\x0c','\xcd','\xa7','\xb4','\x9e','\x50','\xd8','\xba','\x84','\x17','\xb0','\xf0','\x67','\xac','\x84','\x0a','\x58','\x61','\xd2','\x95','\x7f','\xf1','\xa5','\x74','\x06','\xb6','\x8c','\x47','\xa8','\x52','\x8d','\x21','\x7a','\x1d','\x2e','\x0e','\xbe','\x9d','\xa2','\xf1','\x28','\xa7','\x3f','\x2a','\xc7','\x0b','\xcf','\x3e','\x0e','\x86','\xef','\x48','\xd0','\x5a','\x1f','\x17','\x96','\xba','\xa5','\x18','\x6a','\x00','\xad','\x7b','\xc9','\xd4','\x80','\xa0','\x03','\xdd','\xc6','\x79','\xa0','\xf7','\x9f','\x37','\x55','\x14','\xde','\x08','\x78','\xf5','\xcf','\xa1','\x7c','\xc0','\xef','\x72','\x53','\xd4','\xf8','\x61','\x49','\xb7','\xef','\x23','\xd4','\xf5','\xbf','\xff','\xf7','\x27','\xfc','\xfb','\xff','\xfe','\x84','\x3f','\xfe','\xf3','\x3e','\x22','\xbe','\x89','\x9b','\xc5','\x66','\xc6','\x4f','\x05','\x08','\x26','\x43','\x0c','\x9f','\xc1','\x28','\xd4','\xf8','\x72','\xf2','\xc5','\xaf','\x4f','\xa0','\xf0','\xbf','\xc2','\x08','\xca','\xbf','\xbd','\xe2','\x8e','\x9e','\xe9','\xa6','\x43','\x37','\x91','\x05','\xc4','\x01','\x9d','\x94','\xb7','\x47','\xa0','\x94','\x61','\xf3','\x0b','\x69','\xff','\x74','\x93','\x7d','\xa5','\x15','\x95','\xb8','\x93','\x2b','\x67','\xce','\x32','\x02','\x04','\xf4','\x70','\xb9','\xb5','\xb8','\x9f','\x64','\xf2','\x25','\x18','\x0b','\x66','\x52','\x96','\xe7','\x97','\x04','\xc3','\xf8','\xa1','\x4e','\xb0','\x77','\x02','\xda','\x7b','\x38','\x4b','\x2a','\x69','\x5b','\xe3','\x3b','\x7a','\xd8','\xf5','\x46','\x76','\x6a','\x38','\xf2','\x2c','\x74','\x29','\x87','\xb4','\x60','\x1d','\x7b','\x2f','\x5f','\xa6','\xae','\xc4','\x11','\x6c','\x69','\x6b','\xcc','\x75','\x34','\x0f','\x7f','\xd4','\x30','\xca','\x60','\xc1','\x75','\xf4','\x7b','\xea','\xb4','\x92','\x36','\x9f','\x63','\x56','\xdf','\x8e','\x27','\x7d','\x47','\x60','\x82','\x22','\x75','\xaf','\xe2','\xd7','\xa2','\x4b','\x88','\x11','\x04','\x60','\xf7','\xb3','\x84','\x9b','\x52','\xb5','\x10','\xa8','\x02','\xcb','\x7c','\xc5','\x20','\x98','\x0e','\x2b','\xe8','\x58','\xa5','\xf3','\x71','\xa3','\xa3','\x4b','\x5b','\x57','\xcc','\x4b','\xbe','\xe2','\x61','\x7b','\xc6','\x5c','\x40','\x3f','\x31','\x4d','\x1d','\xdc','\x60','\x44','\x02','\x45','\x8e','\x08','\xea','\xee','\x60','\x7b','\xaa','\x8b','\xfc','\x38','\x1d','\x35','\x63','\xf5','\xe9','\x64','\xa5','\x1e','\xbb','\x90','\x97','\xdc','\xdf','\xa2','\xe2','\xe0','\x38','\x47','\xee','\xd9','\xf1','\x55','\xf9','\x4d','\x84','\xe0','\x17','\x5d','\x00','\x00','\x7e','\xfc','\x98','\x23','\xbe','\x5d','\xaf','\xd7','\xe3','\x33','\x40','\x55','\x10','\x84','\xdb','\xed','\x76','\xdc','\xc2','\x04','\x05','\xbd','\x38','\xc5','\xaa','\x00','\x3a','\x7c','\x2c','\xcb','\x7a','\x18','\x9e','\xcd','\x27','\x79','\x1f','\x80','\x47','\x74','\x43','\x53','\xe4','\x85','\xca','\x59','\x81','\x50','\x65','\xd4','\x0c','\x11','\x1a','\x6a','\x10','\x0b','\x2a','\x70','\xe9','\x73','\xf3','\x4c','\x68','\x8d','\xd0','\x88','\xe3','\x4e','\x9f','\xab','\x0b','\x72','\xd0','\xb6','\x66','\x17','\x18','\x7a','\x0d','\x40','\xea','\xf4','\xee','\x2b','\x53','\x7b','\x9c','\x6b','\x83','\x13','\x90','\x47','\xee','\x06','\xc5','\x62','\x62','\xdd','\x11','\x8b','\xce','\x33','\xf7','\xba','\xc1','\x34','\x83','\xc1','\x5c','\x18','\x46','\xf7','\x6c','\x99','\x67','\xc4','\xe1','\xa4','\x5c','\x1e','\x96','\x49','\x27','\x1a','\xfb','\x31','\x38','\xeb','\x9a','\x5a','\xe9','\x08','\x61','\xf5','\x57','\x2c','\x1d','\x0f','\xfc','\x4e','\xd4','\x72','\xdd','\xb6','\x46','\xe0','\x0b','\xef','\x16','\x87','\x47','\xff','\x8e','\xf0','\x11','\xde','\x51','\x15','\xc7','\xbb','\x40','\x7d','\xef','\xb0','\xe3','\x58','\xd5','\xd3','\x8b','\x8b','\x11','\xa0','\xd1','\x30','\x82','\x54','\x49','\x65','\xe5','\x10','\x37','\x18','\xab','\xf3','\x6c','\xa4','\xec','\xb7','\x0e','\xb7','\xf7','\x0d','\xde','\x7e','\x5c','\xe0','\xfa','\xb6','\xc1','\xb6','\xc9','\x19','\x9c','\xb8','\x8f','\x97','\x0f','\x24','\xeb','\xe6','\x8c','\xdb','\xa1','\xd9','\xf7','\x0e','\xb7','\xf7','\x0e','\x7f','\xfe','\xf1','\x0e','\xff','\xf9','\xdf','\x11','\xed','\xed','\xe7','\x9f','\x37','\xa0','\x4e','\xec','\x5f','\x8e','\xc6','\x37','\x92','\x07','\x81','\xfa','\x96','\xa3','\x3b','\x97','\xc8','\x18','\x0c','\x17','\x5d','\x88','\xc6','\x4b','\x36','\x7e','\x00','\xb4','\x8f','\x7d','\x57','\x87','\xcf','\xd5','\xe4','\xab','\xc6','\x64','\x92','\x25','\x34','\x7f','\x5b','\x44','\x26','\x78','\x88','\x9e','\x13','\x3f','\xc3','\x02','\xf3','\xb0','\x6b','\x4e','\xb3','\xfc','\x53','\x17','\xe3','\x64','\xf4','\x89','\x70','\x37','\x5e','\x36','\xf8','\x6d','\xbe','\x4c','\x52','\xc2','\xd8','\xf6','\x4e','\xb0','\xef','\x4e','\x59','\x62','\x63','\x64','\xe4','\x73','\x8a','\x01','\x47','\x07','\xed','\x7b','\x3e','\xf7','\x68','\x06','\x4a','\x27','\x02','\xda','\xe7','\x9d','\x7d','\x26','\x2c','\xe8','\x6c','\x7d','\xc8','\x7d','\x54','\xa6','\xe4','\x56','\x8c','\xfb','\x8e','\x24','\x0c','\x1d','\xe4','\xcf','\x8f','\x0d','\x3a','\xd7','\xb6','\x03','\x2b','\x51','\x72','\xde','\xac','\x5b','\xfb','\x72','\x75','\x99','\x4c','\xb2','\x1b','\xde','\x3f','\xf0','\x5a','\x08','\x24','\x5d','\xf1','\x49','\x6f','\xe3','\xf8','\x64','\xc5','\x7a','\x00','\x81','\x19','\x4b','\xf9','\x43','\x1d','\x1c','\xe1','\xf5','\x50','\x2a','\xf7','\x14','\x5f','\x65','\xfc','\x01','\xee','\xeb','\x1b','\x8f','\x20','\xe0','\x9b','\x6f','\xef','\x90','\x77','\x30','\x9a','\x5d','\x89','\x50','\xa4','\xbd','\xb3','\x57','\x61','\x43','\x54','\x31','\xd9','\x45','\x7a','\x9f','\x3c','\x64','\x49','\xfd','\x12','\xa6','\xfb','\x44','\x18','\x10','\x3f','\xa4','\x57','\x55','\xbf','\x5b','\x48','\xf2','\x18','\x59','\xd0','\x8a','\x75','\x7c','\x9b','\x32','\x4f','\x03','\x0d','\x04','\xa1','\xe5','\x21','\x2e','\xe3','\x1b','\x4c','\x41','\x10','\xfc','\x2a','\xdd','\xe1','\x0e','\x90','\x47','\x38','\x77','\xea','\x59','\x8a','\x95','\x8e','\xfb','\x2c','\xed','\x15','\x0f','\x1e','\x31','\x8e','\xdb','\x5c','\x45','\x5d','\x59','\x29','\xa4','\xe7','\xaa','\x1e','\x03','\x44','\xdb','\xf1','\x49','\x14','\x27','\xee','\x09','\xd3','\x01','\x55','\xce','\x87','\x14','\x31','\x46','\x00','\x3b','\x1c','\x27','\xc6','\x8f','\xb8','\xbb','\xf1','\x0a','\xae','\xba','\x99','\x79','\xe3','\x0b','\x24','\x82','\x53','\xf6','\xad','\x8c','\x8a','\x44','\x20','\xba','\x3b','\xe3','\x36','\x29','\x2f','\xaa','\x3c','\x4c','\x26','\x83','\x35','\x2a','\x28','\x00','\xa2','\x44','\x91','\xd6','\x6b','\x65','\x17','\xca','\xd4','\x8b','\xe0','\xee','\x78','\xd2','\xdc','\xa6','\x00','\x4b','\x63','\xee','\x39','\x7c','\xc4','\x28','\x7e','\xf8','\x4c','\x5e','\x85','\x83','\x7b','\xa9','\x34','\x34','\xf9','\xd8','\x20','\x00','\xd2','\x38','\x97','\xa2','\xda','\xc5','\xa2','\xc0','\x19','\xd9','\x12','\x8d','\xca','\xce','\x5a','\xa5','\x3f','\x06','\x2a','\xd1','\xf0','\xee','\x43','\x25','\x02','\xf6','\xc7','\xcd','\xb1','\x13','\x33','\xd7','\x29','\xe8','\x5a','\x17','\xc9','\x3f','\x30','\xe3','\x82','\xd5','\x4b','\x97','\x94','\xc6','\xf9','\xbd','\xbd','\x77','\xc0','\x9b','\xcc','\x77','\xbb','\xe7','\x07','\xc0','\x22','\xf5','\x00','\xeb','\x04','\xb8','\x8d','\x6d','\xe0','\xbe','\x77','\x36','\x7e','\x76','\xd8','\xdf','\x77','\xd8','\x6f','\x1d','\xfa','\x2e','\x46','\x50','\x0b','\xae','\x49','\xe0','\x7b','\xc3','\x09','\x1a','\x02','\x60','\x85','\x78','\x04','\x58','\xf8','\xf3','\x8f','\x77','\xf8','\xf3','\x3f','\x37','\xf8','\xe3','\x3f','\xef','\xf0','\xc7','\xbf','\xdf','\xe1','\xf6','\xce','\x2e','\x7a','\x1b','\x2f','\x9e','\x5c','\xb7','\x81','\x1b','\x38','\xdc','\x5c','\x5b','\x75','\xd1','\xc4','\x6c','\xaa','\x70','\x0f','\x59','\xd9','\x07','\x8b','\x2f','\x16','\x9d','\xb0','\xe6','\xc2','\x98','\x5e','\x0e','\x85','\x24','\x0a','\x9d','\xa5','\x8b','\x69','\xf1','\x8e','\xaa','\x31','\xbc','\xa7','\x49','\x84','\xf2','\x9f','\x08','\x7b','\x1f','\x75','\x7f','\xe5','\xf1','\xa1','\x68','\x7e','\xd6','\x9d','\x98','\xc4','\x6e','\x54','\x1e','\xf4','\x14','\x6c','\x40','\xfa','\x1e','\xc7','\x2e','\x23','\xf9','\xb2','\x64','\x4c','\xf2','\xf4','\x71','\xf5','\xeb','\xee','\xcd','\x68','\x1a','\x00','\xc8','\x99','\x2e','\x31','\x76','\x3d','\x12','\x10','\xa7','\x8f','\xc7','\xe1','\x4c','\xdb','\xa5','\x1a','\x2d','\xd7','\xea','\x2a','\x49','\xe7','\x88','\x07','\x2d','\xd3','\x7f','\x82','\x70','\xf8','\x6f','\x83','\x42','\x34','\x2c','\x81','\xc6','\xfc','\x1b','\x0b','\xb3','\x66','\x95','\xc6','\xf3','\x66','\x83','\xa9','\xc9','\xe2','\xcc','\x44','\x8b','\xd9','\xe0','\x21','\x9b','\x27','\x90','\xbf','\x1d','\xe1','\x0c','\x50','\x0e','\x7f','\xd6','\x01','\x4f','\x81','\xb2','\xd1','\x39','\x83','\xe7','\x7b','\x77','\x32','\x2f','\x3e','\xc5','\x0e','\x16','\xce','\x0d','\x48','\xea','\x72','\x3a','\x8c','\x1f','\x3e','\xa7','\xdd','\x7c','\x36','\x4a','\xe5','\x9c','\x80','\x95','\xbe','\xf2','\x11','\x38','\xa1','\x0c','\x53','\xe6','\x2b','\x4e','\xae','\x4e','\xc9','\x27','\x2b','\x19','\xe7','\x71','\x13','\x5a','\x28','\xa2','\x02','\x22','\xee','\x41','\xfe','\x10','\x11','\xdc','\x6e','\xb7','\x32','\xaa','\x75','\x70','\x81','\x5b','\x22','\x7d','\x16','\x9e','\xed','\xc8','\x34','\xc9','\x2a','\xbe','\xfa','\xd2','\xfa','\xbd','\x75','\xe8','\x5e','\xdf','\xd3','\xf3','\x30','\xfd','\x3e','\x1a','\xf7','\x8c','\x4a','\x28','\xd2','\xcf','\x89','\xd6','\xd4','\x1d','\xa5','\x71','\xa8','\x52','\x71','\x7f','\xce','\x97','\xc0','\x95','\x0c','\xc0','\x21','\x82','\x80','\xec','\xaf','\xcf','\x01','\x0e','\xde','\x1a','\x5c','\x2e','\x5b','\xb8','\x5d','\x3b','\xd4','\xed','\x04','\x8f','\x16','\x24','\x77','\x2e','\x04','\x81','\x66','\x82','\xd3','\xcf','\xbb','\x72','\x75','\xd6','\x7f','\x2f','\x3e','\xe7','\xd4','\xd3','\x73','\x51','\xb6','\x2f','\x27','\xbc','\x5f','\x30','\xb8','\x23','\x01','\x7c','\xf8','\x1d','\xd6','\xca','\xba','\x5f','\xe8','\x0c','\xf8','\x1c','\x61','\xf0','\x21','\xc6','\x72','\x56','\xea','\x2c','\x72','\xaf','\x1a','\x49','\xe0','\x5c','\x4c','\x4c','\x01','\x31','\x37','\x62','\x3e','\x90','\xcf','\xbf','\xe7','\x03','\x8a','\x4f','\x6e','\xbb','\x7f','\x23','\x98','\xdc','\xaf','\x8e','\x5a','\xb4','\xfa','\x74','\xd0','\xbf','\x13','\x53','\x71','\xd6','\x9e','\xcc','\xa5','\xb1','\x7a','\xdf','\x4d','\xc1','\x6c','\xc3','\xbf','\xdb','\x26','\x99','\xab','\x1e','\xf9','\x92','\x54','\x59','\xd5','\xef','\x00','\xb7','\xf7','\x0e','\xbd','\x8f','\x33','\x3a','\x97','\xeb','\xc6','\x3b','\x35','\x63','\xae','\x6f','\x9b','\x3b','\xdb','\x87','\x00','\xd0','\x99','\xaf','\xf4','\x71','\x9e','\x68','\xdf','\xc7','\x1d','\x43','\xef','\x3f','\x77','\xf8','\xf3','\x3f','\x37','\x78','\xff','\xf3','\x06','\xef','\x6c','\x50','\x49','\x58','\x55','\x29','\xb3','\x6d','\xee','\xf0','\x7c','\x07','\xe3','\x03','\x08','\xd3','\xa2','\x8d','\x37','\x7e','\x02','\x7d','\xe5','\x7e','\xcf','\x5d','\x26','\xbc','\x8d','\xe2','\xbc','\xc9','\xfc','\x78','\x5e','\x0d','\xbe','\x13','\x69','\xec','\x1e','\x14','\xbc','\x69','\x92','\x3b','\x87','\x32','\xf0','\x5e','\x9d','\x73','\xf8','\xe8','\x50','\x6e','\x5a','\xc4','\x11','\xde','\x16','\x16','\x7e','\x1c','\xff','\x95','\x12','\xa8','\xcb','\xe1','\x60','\xe3','\xcb','\x83','\x96','\x71','\x04','\x0f','\xd8','\x01','\x90','\xfa','\x30','\x84','\x42','\x75','\xc6','\xb4','\x74','\x0a','\x1c','\x31','\x44','\xb4','\xf2','\x75','\x27','\x4a','\xe5','\x12','\x8e','\xb0','\xe9','\x1c','\xc1','\xd0','\x8c','\x31','\x9a','\xfb','\x2c','\x69','\xb9','\xc1','\x86','\x66','\x3a','\x95','\xc8','\xa4','\x88','\x38','\xdc','\xf1','\x76','\xa9','\xbb','\x76','\xc3','\x8e','\x05','\x27','\xaa','\x70','\x0b','\x08','\x4f','\x50','\xc5','\x37','\x84','\x67','\x5a','\xf1','\x42','\x2e','\xbd','\x28','\x2a','\xcf','\xc5','\x30','\x71','\xab','\x3c','\x5e','\x81','\xe0','\x85','\x76','\xaf','\x87','\xc8','\x80','\x99','\x4e','\x6b','\x61','\x8f','\xeb','\xc2','\x4e','\x20','\xf9','\x01','\xb8','\xbb','\x16','\xb2','\x4a','\xab','\x74','\x87','\x76','\xee','\xc8','\xb5','\x49','\x12','\xc5','\xb6','\x83','\xb6','\x5d','\x0c','\x9f','\xd6','\x38','\xda','\x1b','\x36','\x0d','\x82','\xc5','\xc9','\xa6','\x70','\xf9','\x77','\x6d','\xa1','\x6c','\x6c','\x9c','\x35','\x26','\x63','\x11','\x0f','\x26','\xb2','\x07','\xbf','\x30','\xa5','\x62','\x8e','\x0c','\x2f','\x3f','\x9c','\xbe','\x2f','\x83','\x5d','\xa2','\x38','\x3b','\xfd','\x3d','\xdd','\xc6','\x00','\x04','\xc3','\x65','\xd0','\xe5','\x13','\x3d','\xba','\x8a','\x69','\xa0','\x06','\x50','\x6b','\x0d','\x2e','\x97','\x4b','\x30','\x7a','\xee','\x9d','\x01','\xba','\x0f','\xf7','\xd4','\x4d','\x88','\xe7','\x8e','\xb2','\x92','\x19','\x7e','\xbc','\x0e','\xee','\x63','\x45','\xcb','\x39','\x7c','\x9c','\xeb','\xc4','\x7b','\x14','\x25','\x13','\x6c','\xe5','\x54','\xdc','\xce','\x44','\xe0','\x51','\xb1','\x5a','\x57','\x32','\x14','\xc3','\x12','\xf9','\xc2','\xc4','\xcb','\x9b','\x5d','\x68','\x6a','\x11','\x9b','\xbc','\x20','\x96','\xc0','\x0a','\xa0','\x0a','\x92','\x84','\x33','\x15','\xe1','\xd6','\x7d','\xe7','\x53','\x24','\xd0','\x29','\x62','\x5b','\xf1','\x2d','\x52','\xb5','\x49','\x68','\xcd','\xe9','\xc7','\xb8','\xd0','\x3a','\x7c','\xdb','\x73','\x88','\x6d','\x5f','\x4b','\xd1','\x21','\xb1','\xfe','\xa2','\xcf','\xf2','\x81','\x3a','\x49','\x2e','\x86','\x41','\x7d','\x4e','\x0d','\x8a','\x7e','\xb8','\x03','\x5a','\x8e','\xcb','\xa0','\x02','\x20','\xa5','\x71','\x85','\xe9','\xa7','\x67','\x08','\x10','\xbc','\x32','\x55','\x60','\x28','\x7d','\x2a','\x4a','\xaa','\xe2','\x6a','\x6c','\x05','\xd1','\x0e','\x9e','\xff','\x5d','\xd4','\x87','\x25','\x48','\x5f','\xf9','\x45','\x81','\x4f','\xa8','\x42','\xc6','\xd2','\xef','\x3c','\x8d','\x88','\x5b','\x1d','\x76','\x79','\x8f','\xe3','\x42','\x3b','\x75','\x41','\x95','\x09','\x4a','\xa4','\x8c','\xbf','\xf1','\x99','\x3d','\x44','\x73','\x7f','\xda','\x6f','\x37','\xf8','\xf9','\xe7','\x2d','\xdc','\x07','\xe1','\x83','\x15','\xc8','\x8a','\x3a','\x11','\xc1','\x7e','\x23','\x78','\xff','\x79','\x83','\xdb','\xad','\xc3','\xed','\x67','\x87','\xdb','\x6d','\x87','\xfd','\xbd','\xab','\xdb','\x91','\x18','\x3e','\x12','\x1c','\x45','\xf9','\xbf','\xd2','\xe2','\xd0','\x82','\x95','\x7f','\x35','\x6b','\x93','\xe7','\x5b','\x61','\x83','\xd4','\xd1','\x7c','\x65','\x14','\xf9','\x8e','\x9a','\x78','\x7e','\x26','\x41','\x63','\x25','\x9f','\x66','\x84','\xbf','\xd2','\xa5','\xc5','\xf8','\x19','\x80','\xf2','\x2d','\xff','\x8e','\x24','\x70','\x00','\x28','\xef','\xcd','\xf3','\x37','\xf2','\x3f','\xd2','\xbc','\x19','\x4f','\x94','\x1a','\x08','\xa0','\xcb','\x19','\x0b','\x00','\xeb','\xf7','\xd5','\x8e','\x65','\x81','\xb6','\xfe','\xe3','\xfa','\x59','\xb8','\x85','\x3f','\x9b','\xba','\x35','\x77','\x39','\x2f','\x01','\xbb','\xe6','\xa5','\x02','\x17','\x1d','\x2a','\xae','\x6d','\xea','\xad','\xb0','\x21','\x6c','\x1c','\x8a','\x74','\x57','\x8d','\xb1','\x3b','\xbe','\x2b','\xc6','\xe0','\x31','\xa4','\xcd','\xb4','\x13','\xb2','\xfe','\x71','\xc8','\xec','\xfb','\x6f','\x0d','\xa7','\xe4','\x90','\xd3','\x97','\x5c','\xfa','\x64','\x13','\x38','\xdb','\x07','\x1d','\x5d','\xb0','\x52','\xef','\xf3','\x04','\x79','\x18','\xcf','\xd1','\x65','\x74','\x74','\xf1','\xe4','\x6c','\x7b','\xbe','\x02','\xfc','\x8e','\x05','\xe2','\xb8','\xec','\x73','\xe1','\x7e','\x9b','\xec','\x1f','\xdd','\x51','\x6f','\x1b','\xcf','\xaf','\xcd','\xf4','\xb5','\x10','\xd8','\x29','\x1b','\x03','\x2c','\x27','\xe6','\x9e','\x40','\xf0','\xe7','\xe8','\x7e','\x15','\xed','\x66','\xfb','\x6f','\x59','\x3f','\xa6','\xdf','\x89','\x9e','\x56','\x26','\x89','\x2f','\xbf','\xb5','\x36','\xd9','\x31','\xd7','\xeb','\xf5','\x78','\x07','\x68','\xdb','\xb6','\x29','\x4c','\x5c','\xb6','\x98','\x42','\xdd','\x44','\xbc','\x22','\x77','\xdc','\x95','\x95','\x11','\x95','\x57','\x05','\x25','\xa4','\xab','\xf2','\xed','\xa0','\xf0','\x3e','\x00','\x07','\xa3','\xeb','\x09','\x32','\x27','\x89','\xca','\x3c','\xd5','\xef','\x9f','\x44','\x25','\xe3','\x85','\x00','\x7a','\xe3','\xbb','\x06','\x1b','\x00','\xb0','\x15','\xb4','\x1e','\x15','\xfc','\x8c','\xe7','\xf4','\x0d','\x87','\x10','\xb9','\x5c','\x1b','\xbc','\xbd','\x5d','\xe0','\xfa','\x63','\x83','\xed','\x6a','\xe7','\x02','\x44','\xf1','\xf2','\x6e','\x8a','\xde','\xf8','\x19','\x02','\x86','\xf4','\x6f','\xd0','\xd1','\x93','\xd2','\xaf','\x78','\xd4','\xba','\xb5','\xfb','\x16','\xa5','\x10','\xc9','\xbf','\x93','\x70','\x4c','\x7f','\xf3','\x27','\xb7','\x92','\x57','\x5a','\x09','\x4b','\x7c','\x6a','\x61','\x4f','\x3e','\x6d','\x51','\xe7','\xe4','\x83','\xeb','\x32','\x1a','\x0a','\x27','\xa4','\xb0','\x67','\x37','\x39','\x39','\x2d','\x7e','\xa7','\x97','\xa1','\xc9','\xc5','\xc5','\xa4','\x65','\x4e','\x37','\x96','\x59','\x88','\xd8','\x60','\xa3','\x45','\x7b','\xea','\xe4','\x98','\xb5','\x30','\x4a','\x61','\xae','\x14','\x5d','\x0f','\xce','\x34','\xfb','\x08','\x37','\x98','\x05','\xe4','\x2b','\xc1','\xdd','\x37','\xfe','\x50','\xf1','\xae','\xb7','\xeb','\x9c','\xc5','\xa7','\xa3','\x7e','\xa8','\xf9','\x8a','\x2f','\x84','\x55','\x55','\x1a','\xae','\x70','\xc8','\xe7','\x81','\x00','\x3b','\xc0','\xa5','\x41','\xdb','\xc0','\x2d','\x90','\x88','\xb2','\x3b','\xf2','\x63','\x1b','\xf7','\x00','\x35','\x1c','\x2e','\x74','\x70','\xeb','\xec','\x16','\x47','\x70','\x23','\x00','\xf8','\xb9','\x73','\x14','\x36','\x2b','\x43','\xc9','\xbd','\x93','\xee','\x3a','\xf5','\x7d','\xfc','\x16','\x8b','\x5f','\xc2','\xaa','\x5e','\xae','\x63','\xc7','\x78','\x63','\x97','\xb7','\x18','\xe6','\x9e','\xa9','\x44','\xf8','\x67','\x43','\xe3','\xfd','\x8c','\xa3','\xde','\x38','\x0e','\x14','\xcf','\xb7','\x14','\x0a','\xfb','\x29','\x58','\xe5','\x61','\x74','\xa6','\xd1','\x72','\x7a','\xbf','\x57','\x7c','\xcf','\xd3','\x43','\x56','\x13','\x3e','\x90','\x9e','\x27','\xb0','\x06','\x33','\x93','\x3e','\x02','\xf7','\x3b','\x3d','\x07','\x25','\xdf','\x2f','\x50','\x14','\xfd','\x97','\x05','\xfc','\x64','\x74','\x7a','\xea','\x23','\x52','\xd7','\xe7','\x75','\x97','\xd2','\xc4','\xf7','\xab','\x45','\x18','\x42','\x02','\xec','\x00','\xd8','\x1a','\x50','\xeb','\x76','\x21','\xf7','\xb4','\x7b','\x59','\x18','\x2c','\x08','\x00','\x64','\x8b','\x71','\x72','\x3f','\xd1','\x08','\xe7','\x3b','\xde','\x5b','\x00','\x06','\x52','\x79','\xe9','\xfb','\x44','\xfa','\xe2','\xf1','\xb1','\x7d','\x0c','\xce','\x94','\xbf','\xe4','\xeb','\x7f','\x63','\xa8','\xf8','\x5b','\xe6','\xeb','\x83','\x76','\xc8','\xdd','\x01','\x16','\xdd','\xe0','\x44','\x46','\x31','\x39','\x4c','\xe5','\xba','\x42','\xec','\x67','\xaa','\x23','\xa7','\x0d','\xfc','\xe0','\x3b','\x8c','\x85','\x6f','\x57','\x69','\x98','\xcc','\xca','\xbc','\xf0','\x7c','\x5d','\x08','\xe3','\x20','\x07','\xd9','\x78','\xb0','\x8e','\x38','\x4b','\xfd','\x73','\x3a','\xca','\x7d','\x79','\x56','\xa8','\xdd','\x03','\xf2','\xc9','\xc9','\xf2','\x6b','\x7f','\xa0','\xf6','\x07','\xa2','\x4b','\xe3','\x2b','\x99','\xfa','\x0e','\x54','\xa6','\x9d','\x81','\xeb','\xe5','\x3a','\xbd','\x93','\x08','\xd7','\x19','\x0e','\x2f','\x42','\xfd','\xf0','\xc5','\xa8','\x89','\x83','\x86','\xfa','\xbd','\xa0','\xfa','\x0e','\x04','\x0b','\x70','\x4e','\xb7','\xfd','\x00','\x0c','\x39','\x81','\xf1','\x4e','\x06','\xe6','\xe6','\xdd','\x29','\x10','\x92','\xb8','\x1a','\x6e','\xff','\xae','\xf1','\x6a','\xef','\x25','\x9c','\xf5','\xd9','\xe2','\x3d','\x1d','\x2e','\xa7','\x32','\x9c','\xa4','\x98','\x64','\x81','\x19','\xf2','\xe6','\x0e','\x29','\xde','\xaf','\xf4','\xf8','\x03','\xfd','\x25','\x7d','\x27','\x87','\x0f','\xa9','\xc2','\x65','\xab','\xca','\x8b','\x82','\x56','\x85','\xdf','\x9b','\x27','\x32','\x2f','\x1d','\x0e','\x77','\x19','\xc2','\xbd','\xf6','\x1e','\x55','\xf5','\x70','\x86','\x13','\xef','\xd2','\x77','\xef','\xb6','\x18','\xfb','\xcb','\x3f','\x20','\xc8','\xe1','\xe9','\xbe','\x77','\xe8','\x7a','\xb0','\xdd','\x45','\xb7','\x69','\xe8','\x0e','\xa4','\x7e','\x97','\x89','\xf9','\x0d','\xe0','\x95','\x86','\x9b','\x92','\x3b','\x41','\xef','\x08','\x10','\x42','\xda','\x37','\x13','\x80','\x22','\x01','\x78','\x7c','\x81','\x1f','\x65','\x01','\x65','\xa4','\x45','\x35','\x68','\x46','\x20','\x1b','\x67','\xdc','\x3a','\x25','\x3a','\x84','\xac','\x07','\xd0','\x73','\x3e','\x9b','\x04','\x45','\x91','\xbf','\xba','\x5a','\x42','\xea','\x92','\x67','\x3b','\x37','\xe8','\xf8','\x92','\xf0','\x2f','\x30','\xc3','\xa7','\x52','\xd4','\x35','\x11','\x98','\xb1','\xfd','\x8a','\xbe','\x5c','\xf1','\x17','\x69','\xe3','\xc2','\x60','\xfd','\x2c','\x85','\x59','\xeb','\x72','\x7d','\xec','\x35','\x75','\x31','\x78','\x83','\x61','\x90','\x77','\xfa','\x83','\x01','\x14','\x4a','\x3d','\xe4','\x81','\x67','\x5c','\xd5','\x3d','\x7f','\x53','\xdc','\x72','\x9a','\x94','\x41','\xf1','\xc0','\xf0','\x7a','\x28','\x6a','\xd4','\x81','\x08','\x81','\x3a','\xcb','\xb2','\xb4','\xca','\xac','\x32','\xc5','\x17','\xea','\xe8','\x5e','\x97','\x5d','\xd0','\xca','\xed','\xc0','\x46','\x7a','\x17','\x05','\x19','\x79','\x11','\x46','\xfa','\xc8','\x85','\x60','\x59','\xae','\x78','\xff','\x03','\x9f','\x09','\x0f','\x4d','\xdd','\x90','\xd8','\x8d','\xba','\xd2','\x41','\x20','\x48','\xc8','\x41','\x5c','\x54','\x7d','\xf4','\xe5','\xf0','\xef','\x49','\x6d','\x7e','\x25','\x7f','\x7e','\x06','\x8a','\xba','\x1f','\x23','\x4f','\x8b','\xac','\x28','\x2e','\x70','\x87','\xb3','\x9a','\xa4','\x47','\xb9','\x92','\xac','\xbb','\x2c','\xea','\x0d','\x52','\xfd','\x8b','\xc5','\xbb','\x2e','\x9e','\xe9','\x3f','\xe1','\x47','\xd1','\x5f','\x91','\x47','\xa4','\xd7','\xee','\x81','\xc2','\xab','\x5b','\x9f','\x83','\xb7','\xf5','\xde','\x1f','\x37','\x80','\xca','\xfa','\x3c','\x88','\xe5','\x5d','\x74','\x78','\xb0','\xd6','\xb0','\x6c','\x6f','\x10','\xc8','\xf2','\xb7','\xe4','\xe5','\xaf','\xb2','\x54','\x8b','\xef','\x24','\xff','\x9e','\x20','\x86','\x55','\x92','\xbb','\xe8','\xa1','\x58','\xf7','\xb2','\x5a','\xc6','\x69','\x69','\xdc','\x0c','\x3f','\x1d','\x2c','\xce','\xe5','\xa9','\x02','\x02','\x6a','\x38','\x6d','\x1b','\xc2','\x76','\x65','\x77','\xb7','\x1f','\x17','\x55','\x64','\x9c','\xc1','\x0c','\xe6','\xeb','\x56','\x94','\xad','\x0a','\x8b','\x0b','\x30','\x10','\x28','\xd0','\x3b','\xbb','\x39','\x63','\xcd','\xe1','\x13','\xdb','\x5a','\x09','\xe9','\xf4','\x42','\x66','\x9f','\xef','\xee','\xb0','\x74','\xe9','\x68','\xa0','\xf0','\x77','\xc8','\x2e','\x34','\x96','\xb5','\xd2','\xba','\x8a','\x2f','\x7e','\x77','\x2f','\x21','\xeb','\x57','\xcb','\x8f','\x35','\x2b','\xff','\xec','\x2d','\x49','\x29','\xa8','\xca','\x7b','\x0c','\x74','\x92','\xfe','\x26','\x6c','\x1c','\x2e','\xea','\x46','\xb3','\x40','\x04','\xb5','\x9e','\xe1','\x63','\xdf','\x77','\xdb','\x01','\x1a','\x84','\x21','\x0a','\xef','\x68','\x97','\xb2','\xdf','\x23','\x3b','\xe8','\x03','\x6d','\x7e','\x39','\x14','\x42','\xf2','\xf1','\x22','\x46','\x83','\xea','\xac','\x95','\xd4','\x3d','\xc6','\x25','\xd0','\x29','\x01','\xa0','\x63','\x94','\x32','\x7e','\x5d','\xfd','\x4d','\x09','\xc4','\xe5','\x47','\x77','\x82','\x84','\x5f','\x34','\xe4','\x08','\x58','\xb6','\x97','\x87','\x30','\xa2','\xdd','\x40','\x1b','\xee','\x12','\x44','\x04','\xb4','\x37','\xd8','\xc5','\xb8','\x25','\x1a','\x77','\xb3','\x90','\x0c','\xa9','\xb4','\x4d','\xa2','\xb6','\x8d','\x1d','\x68','\x71','\x41','\xc2','\x66','\xe7','\x8b','\x80','\xba','\x0a','\x61','\x9b','\xb3','\xc4','\x6d','\xb2','\xc6','\xcb','\xe2','\x44','\xd7','\x85','\x1b','\xa3','\x63','\x3b','\x33','\xe7','\xce','\x03','\x31','\xf6','\x8a','\xce','\x07','\xe9','\xa6','\x14','\x15','\x5e','\x69','\xaa','\xe0','\xb0','\xce','\x47','\x35','\x02','\xe3','\x90','\xc1','\x4d','\x4d','\xf9','\x18','\xff','\x26','\x37','\x0e','\x6a','\xe4','\x70','\xde','\x60','\x24','\xcd','\xe5','\x06','\xba','\x7b','\x04','\xf5','\x4a','\xd6','\x3d','\xb3','\xd2','\x58','\x96','\xc3','\xca','\xd7','\x0e','\xbc','\x23','\x64','\x2e','\xdd','\xd1','\x0a','\x1a','\x3f','\xc2','\xac','\x92','\x5d','\x45','\xe0','\xa0','\x17','\x22','\x87','\xfa','\x28','\xcb','\x8c','\x77','\x13','\x5f','\x94','\xe6','\x51','\x90','\x43','\xd5','\x78','\x66','\x19','\xf3','\x04','\xcc','\xc5','\x5a','\xdb','\x72','\xe0','\xa1','\xcf','\x53','\x24','\x3f','\x52','\xf0','\xa3','\xcc','\xf9','\x20','\xfd','\xc1','\x5c','\x5d','\xcd','\x63','\x02','\xc7','\xef','\xfc','\x9c','\x0c','\x0b','\x13','\xc4','\xf9','\x27','\x81','\x0e','\xc0','\xc6','\xaf','\x04','\x9c','\x21','\xb7','\x73','\x18','\x54','\x06','\x1d','\x16','\x6f','\x56','\x7f','\x31','\x4c','\xba','\xef','\xfd','\x91','\x4b','\x6a','\xbf','\x9d','\x05','\xdd','\xfc','\xce','\xba','\xf1','\x4b','\x4d','\xcd','\x3a','\x9a','\xd2','\x1d','\x5b','\x94','\x1a','\xd8','\x4a','\x12','\x8a','\x68','\x87','\xb9','\x8c','\x53','\xf2','\x71','\x65','\xd0','\x25','\x28','\xa9','\xa6','\xcc','\x8b','\x87','\xdf','\xcb','\xf4','\x41','\x99','\x4d','\x3f','\xab','\xdd','\x14','\x86','\xca','\xd5','\xed','\xfd','\xfd','\xbd','\xb4','\x6f','\xa6','\x20','\x08','\xf1','\xae','\x86','\xe7','\x27','\x60','\x58','\xe5','\xa9','\x13','\x70','\x1d','\x00','\xb2','\x12','\x36','\xb9','\x27','\x9d','\xa1','\xe6','\x17','\x52','\xfc','\xcb','\xf8','\x98','\x2b','\xc8','\x5b','\xf4','\x61','\xb5','\x8b','\x15','\x14','\xbd','\xe9','\x16','\x4d','\xb1','\xf1','\x20','\x02','\x40','\x0c','\x1a','\xc4','\x11','\x96','\xf6','\xfa','\xb6','\xc1','\xc5','\x85','\xb7','\x16','\x37','\x42','\xab','\x3b','\x1a','\x5b','\x40','\x8e','\x0f','\x89','\x00','\x96','\xe4','\x71','\xd9','\xd2','\xfd','\x2c','\xe8','\x80','\x82','\xb3','\x44','\xfe','\x13','\xea','\x5a','\x82','\x20','\xe1','\xfb','\xcb','\x0b','\x4e','\x55','\xd7','\xbd','\x62','\x1f','\xcb','\x3f','\x2e','\xbb','\xfe','\xb4','\xca','\x46','\xf7','\x12','\x3c','\x02','\x0f','\x94','\xf1','\xa1','\xea','\x74','\xfe','\x50','\x3d','\x06','\x01','\x94','\x80','\x34','\x8f','\xb8','\x44','\xb5','\x8d','\xd4','\xef','\x18','\x71','\xb8','\x2d','\x20','\xd2','\xf7','\x30','\x6a','\x1e','\x84','\x17','\xe8','\xd4','\x65','\x99','\x1e','\x1e','\x2b','\x3f','\x10','\xb5','\x21','\x98','\xa6','\xcf','\x58','\x08','\xe9','\x20','\xbb','\x9e','\x23','\x4d','\x0b','\x3c','\xc3','\x94','\x2f','\xe0','\xe1','\x44','\x7d','\x2f','\x4a','\x04','\x35','\x1a','\xa1','\xb4','\xa9','\x85','\x60','\x04','\x75','\xb4','\x47','\x76','\xaf','\x98','\xce','\xfa','\xb0','\x62','\xea','\xd0','\xf4','\x38','\xc8','\xef','\xce','\x4a','\xaa','\x2c','\xe0','\x78','\x95','\x10','\x01','\xe3','\xfc','\x76','\x10','\xce','\x10','\xea','\x5c','\xe7','\xe2','\x5f','\x30','\x78','\x36','\x97','\x8d','\x1a','\x94','\xf4','\x31','\xbc','\x3e','\x2f','\xd0','\xef','\xd5','\xe9','\x0c','\x1b','\x35','\x70','\xc8','\xe6','\xa6','\xf2','\x5a','\x7e','\x57','\xde','\x6b','\x96','\x5f','\xa0','\x7b','\xf7','\x2a','\x78','\xa5','\x5c','\x25','\x33','\x62','\x10','\xc9','\x14','\x38','\x47','\xdf','\x66','\x14','\x72','\x06','\xaf','\xc8','\x08','\xfd','\x81','\xcf','\x27','\xef','\xc6','\xb5','\x0f','\x56','\x90','\xeb','\x4b','\x3a','\xa7','\x60','\xbe','\xdc','\x2a','\x71','\xfa','\x18','\xc8','\xea','\xfc','\x07','\xf4','\xa3','\xbf','\x1d','\xac','\x0e','\xcf','\x62','\xf1','\x7b','\x91','\x30','\x26','\x71','\x4f','\x47','\x79','\x3f','\x83','\xe9','\x7b','\x38','\x47','\x6c','\xa0','\xfa','\x16','\x33','\x36','\xaf','\xf9','\x7a','\x23','\x3e','\x06','\xad','\x8c','\xfc','\x5d','\xf5','\x44','\x79','\x55','\xf5','\x9d','\xb7','\x7c','\x0e','\xf8','\x58','\x80','\xaa','\x8f','\x16','\xfd','\xa6','\xe8','\xf9','\x36','\x63','\xfc','\x76','\x17','\x8a','\xbc','\xbe','\xce','\xb1','\x8b','\x3c','\x33','\xa3','\xe0','\xc6','\x78','\x82','\xff','\xac','\xd2','\x54','\x76','\xcb','\x70','\x03','\x9e','\x33','\x84','\x33','\x40','\x39','\x08','\x42','\x15','\x35','\xa1','\x28','\x79','\x28','\x4d','\xd3','\x87','\x15','\x76','\x11','\xa9','\xe0','\x3a','\x71','\x57','\x43','\x7d','\x0e','\x4e','\x11','\xc8','\x07','\x60','\xa5','\x40','\x8f','\x48','\x1e','\xa0','\x2b','\xae','\x23','\x09','\xe9','\xc5','\x73','\xce','\x56','\x39','\x2c','\x57','\x6f','\xff','\xe5','\x83','\xce','\x6f','\x6f','\x1b','\x5c','\x7f','\xbb','\xf0','\xfd','\x1c','\x5e','\x81','\x71','\x56','\x54','\x65','\x4d','\x91','\x29','\x5c','\x5a','\xbe','\x93','\x28','\x3a','\xb7','\x82','\x42','\xe3','\xb2','\xbb','\x86','\x2e','\x79','\xbf','\x13','\xf8','\x67','\x19','\x13','\xeb','\x5d','\x49','\x79','\x71','\xdf','\x8a','\xf4','\x65','\x21','\x47','\x69','\x68','\xf5','\xe1','\x04','\x72','\x25','\x44','\xac','\xbe','\x52','\x14','\xaa','\xfe','\xc4','\x73','\x26','\xd6','\x1d','\x17','\x1d','\xfc','\xaa','\x98','\xbe','\x23','\xdf','\xc5','\x6e','\xdb','\x5d','\x2f','\xf8','\x90','\x4f','\x18','\x6f','\x1f','\xf4','\x55','\xbc','\xa2','\xc1','\xdf','\xc5','\xc8','\x4a','\xbc','\xf8','\x6e','\xd3','\x1e','\x11','\xba','\x14','\x7f','\xca','\x5a','\x9c','\xef','\x42','\x51','\x9c','\xc7','\xba','\x55','\x87','\xde','\x6c','\xfa','\x8e','\x10','\xd4','\x63','\x5e','\x37','\xfe','\x3b','\x46','\x83','\x92','\x0b','\xe7','\x98','\xc7','\xea','\xc2','\xa6','\x4a','\x63','\x3c','\x7c','\x1f','\x15','\x12','\x7b','\x10','\xc3','\x00','\x11','\xc3','\x79','\x79','\x31','\x1e','\x94','\xc7','\x0b','\xbf','\x96','\x1d','\x29','\x22','\x9b','\xef','\xae','\xfc','\x72','\x06','\x57','\x1d','\xeb','\x24','\xad','\xac','\xf2','\x66','\xde','\xb2','\x34','\x8c','\xee','\xca','\x0b','\xe1','\x73','\xa8','\xef','\xa4','\x0d','\xee','\xd5','\xc3','\x64','\x18','\xfa','\x13','\xc0','\xb9','\x00','\x72','\x7f','\x93','\xc9','\x36','\xcf','\x2b','\xa9','\xc7','\xe7','\xac','\x29','\xd0','\x14','\x6a','\xf2','\x49','\x58','\x29','\x9d','\xaf','\x9e','\x6f','\xcc','\xb8','\x07','\xe9','\xa1','\xbe','\x02','\x30','\x9a','\xce','\x68','\x85','\x73','\x85','\xea','\x7a','\x39','\xc2','\xfc','\x02','\x11','\x50','\x23','\x80','\xce','\x6e','\xb8','\x4c','\xbb','\xaa','\x27','\x68','\x41','\x8e','\x48','\x86','\x36','\xe5','\xea','\x8e','\x7b','\xe0','\xcf','\x76','\x63','\xd4','\x53','\xed','\x3c','\xad','\x7c','\x1c','\x6d','\x11','\x6d','\xee','\x03','\x15','\x1d','\xd6','\xfe','\x11','\x78','\x74','\xb0','\x3f','\x8b','\x19','\x1b','\xd7','\x73','\x43','\x3f','\x25','\x09','\xec','\xc8','\xbf','\x57','\xa5','\x38','\x3c','\xc4','\x64','\x42','\x02','\x8f','\xf0','\xe5','\x33','\xf0','\xc0','\x42','\x81','\xb6','\x30','\x58','\x3b','\xd6','\xa6','\x4a','\xb1','\x0f','\xc6','\x8f','\x93','\xdb','\xe8','\x33','\x25','\xbd','\x85','\x34','\x7d','\xda','\xf5','\x21','\x7f','\x49','\x2b','\xbf','\xd7','\xa9','\x41','\x10','\x7c','\x82','\x65','\xa6','\xe4','\x10','\xd2','\x0b','\x83','\x68','\x11','\xbf','\x61','\x4a','\x57','\x7e','\xe6','\x0f','\x1d','\xcc','\x4d','\x2d','\x9e','\x45','\xa4','\xd0','\xfe','\xd3','\xb0','\x44','\x6a','\x11','\xed','\xed','\x32','\x5f','\x8e','\x0a','\x90','\x76','\x80','\xa6','\xa0','\x07','\xa5','\x61','\x73','\x02','\x37','\x46','\x44','\x9e','\xb2','\x40','\x8b','\xae','\x54','\x93','\x06','\xe7','\x12','\x4e','\x85','\xce','\xdf','\x52','\x9a','\xa5','\x21','\x96','\x08','\x51','\x98','\x65','\x21','\xbb','\x4b','\xc1','\x78','\xf4','\xae','\xaa','\xb2','\xb1','\xd1','\xe2','\xcf','\xfa','\xa8','\x60','\xec','\xf7','\x9b','\xe6','\x95','\xd6','\xd6','\x50','\x2f','\x33','\xb5','\xd0','\xd6','\x2e','\xd4','\x2d','\xa7','\x93','\xba','\xb4','\x4c','\xdf','\xb5','\xc4','\xbb','\x4e','\xa9','\x16','\x21','\xf0','\xa3','\xa1','\x88','\xe3','\x97','\xee','\x02','\xf1','\xc5','\xc9','\x8f','\xb2','\x90','\xa2','\x0e','\xd5','\x24','\x50','\xc3','\xba','\xfa','\x15','\x6b','\x61','\x8a','\x73','\x75','\x6b','\x01','\x41','\xd3','\xc3','\x9c','\xb6','\x9a','\x3a','\xa5','\x41','\x47','\x5e','\x9c','\x7a','\xdc','\x63','\xe2','\xf3','\x0b','\x81','\x8b','\x84','\x77','\xf2','\xa7','\x0d','\x38','\x8f','\xc8','\x5d','\x51','\xa9','\x14','\x51','\x11','\xb0','\x18','\x3e','\xe8','\x14','\x73','\x2d','\x7a','\xb0','\x29','\xf3','\x8a','\x1b','\xdc','\x78','\xd5','\x57','\xe5','\xbc','\x58','\xd5','\xe9','\xbf','\x3f','\x29','\xb0','\xce','\xde','\x51','\xf6','\x10','\x54','\xed','\x5a','\xd5','\xb3','\xe0','\xbf','\x33','\x6d','\xa7','\x6c','\xd2','\x66','\x16','\x6e','\xea','\x16','\xc6','\xbb','\x72','\x00','\x0d','\x6e','\xb7','\x3e','\x2e','\x12','\x05','\x82','\x8d','\x36','\x68','\xec','\xaa','\x06','\xcd','\xca','\x16','\x39','\x8b','\x62','\x38','\x15','\xa7','\x89','\xc7','\xaa','\xba','\x65','\xd2','\x68','\x8f','\xc1','\x1a','\x18','\x82','\x30','\xdc','\x68','\xe3','\x8b','\xf2','\xbf','\xc7','\x14','\xd5','\x3b','\x65','\xfc','\x8e','\xbd','\x0e','\x35','\xa1','\x93','\xb5','\x91','\x49','\x53','\x35','\x30','\xe4','\x95','\x83','\x7a','\x61','\xe5','\x78','\x7e','\xad','\x06','\xbb','\xd0','\x4a','\x9d','\xa2','\x45','\x04','\xd1','\x7d','\xa7','\x94','\x0f','\x05','\x6f','\x26','\x3f','\x07','\x49','\x8d','\x41','\x0d','\x01','\x0d','\xc6','\xeb','\x85','\x06','\x54','\x79','\x9f','\xd1','\x29','\x26','\xcb','\x93','\xe0','\x11','\xff','\x60','\x51','\x87','\x90','\xcb','\x4e','\x0a','\x8e','\xa7','\x93','\x80','\x5e','\xe2','\xe3','\xb2','\xa8','\xb7','\x71','\xd8','\x76','\x44','\x80','\x7d','\xb7','\x1d','\x45','\xcd','\x40','\xae','\xcf','\x83','\xde','\x10','\xe7','\x66','\xbc','\x17','\xae','\xe0','\xd2','\xab','\x01','\x2d','\xbe','\x67','\xca','\xd1','\x1d','\x2a','\x29','\xdf','\xcb','\x5c','\xef','\x31','\x23','\x6d','\xbf','\x53','\xd5','\x39','\x84','\x3c','\xac','\x94','\x9f','\x33','\x69','\x3e','\x62','\x11','\x70','\x63','\x0b','\xe6','\xae','\xf3','\x48','\x6a','\x20','\x9a','\x82','\x62','\x51','\x55','\x04','\x41','\x79','\x3e','\x6f','\x18','\xbc','\xa8','\x67','\x94','\x3d','\xef','\x91','\x84','\x1d','\x2c','\x02','\x65','\x8d','\x29','\x1b','\xe3','\x29','\x81','\x6e','\x80','\x9f','\xed','\x8a','\x15','\x13','\xa0','\x22','\x8d','\xaf','\xff','\xa1','\x2e','\x67','\x83','\xc7','\x9d','\xab','\xd4','\x6a','\x98','\xfe','\x4f','\xc5','\x3e','\x9a','\x74','\x03','\x7e','\x89','\x7e','\xce','\xb1','\xec','\x9e','\xf0','\x9a','\x1b','\x74','\x4a','\xbf','\x3d','\x20','\xbf','\x29','\x3f','\xf9','\xe4','\x42','\x2d','\xa6','\x61','\xc8','\xa3','\x78','\x8c','\x89','\x8d','\x4b','\x3c','\xd1','\x26','\x94','\xf3','\xb1','\x8e','\x02','\x91','\xcb','\x16','\x8d','\x1d','\x89','\x02','\x77','\xb8','\x03','\x24','\x97','\x05','\x79','\x78','\xc4','\x05','\x4e','\x16','\x42','\x00','\xc0','\x35','\x42','\xbf','\x4e','\x69','\xfd','\xeb','\x97','\xf1','\xeb','\x95','\x42','\xe5','\xfb','\xac','\x90','\x8b','\xcf','\x54','\x33','\x3d','\x28','\x93','\x44','\x17','\xe5','\x6d','\xd4','\x2a','\x7e','\xcd','\xde','\x87','\xff','\x6e','\xd9','\x88','\xb0','\xf1','\xdd','\x08','\xd7','\xeb','\x06','\xd7','\x1f','\xe3','\xbc','\xcf','\x76','\x95','\x68','\x7d','\xe6','\x88','\x86','\x9c','\x3e','\x6c','\x99','\x02','\x80','\xd4','\x66','\x02','\x39','\x9f','\x10','\xf1','\x42','\xa3','\xc0','\x65','\x21','\xec','\x56','\x48','\x1b','\xee','\x50','\x0a','\x62','\xaf','\x14','\xd8','\x4b','\xc1','\x6f','\xcc','\x94','\xee','\xf3','\xbd','\x60','\xac','\x9e','\x82','\xaa','\x4e','\x2a','\x5e','\x3f','\xca','\xa0','\x3e','\x80','\x4b','\x70','\x9b','\xb9','\x47','\x44','\x1e','\x16','\x7d','\x28','\x45','\x08','\xed','\xf0','\xc2','\xeb','\xb4','\xc8','\xe6','\x49','\xea','\xec','\x82','\xe7','\x57','\x0c','\x9b','\xf2','\x9b','\x8f','\xc8','\xf7','\x57','\xc2','\xbd','\x0e','\x59','\xa4','\x1d','\xed','\xb0','\x5d','\x9a','\xde','\xc7','\xe1','\xf2','\xde','\x08','\x00','\x1a','\x50','\x07','\xb8','\x5c','\x37','\x18','\x8b','\x2a','\xad','\x3c','\x10','\xda','\x08','\x78','\x51','\xc5','\x23','\x61','\xce','\x66','\x5e','\xb4','\x05','\x45','\xd4','\x2b','\x27','\xe8','\x47','\xcd','\xd2','\x2a','\xba','\x7d','\x44','\x34','\xa3','\xde','\xdd','\x99','\x9f','\xb9','\xdd','\xea','\xd7','\x5f','\x02','\x1d','\x6a','\x21','\xe5','\x98','\xe6','\xb2','\x5e','\x30','\xde','\x5e','\x8f','\xd6','\x56','\x17','\xba','\x5e','\x35','\xe7','\xe3','\x42','\x16','\xf7','\xb0','\xbb','\x97','\x87','\xb8','\x82','\xb0','\x4b','\xfb','\x57','\x86','\x05','\xef','\xf0','\xef','\x85','\x74','\x08','\xdc','\xb1','\xec','\xa4','\x28','\x67','\x40','\x04','\xbd','\xe7','\x44','\x14','\xe9','\xde','\x3b','\xf7','\xa9','\x28','\x43','\x08','\x40','\xdd','\x64','\x17','\x59','\x3d','\x5a','\xb6','\x95','\x68','\x48','\x3d','\xd3','\xe7','\x89','\x69','\x89','\xfb','\xa9','\xf7','\xb0','\xa0','\x7e','\xaf','\x60','\x27','\xdf','\xff','\xea','\xe3','\xee','\xe1','\xac','\xbc','\xf1','\x13','\xea','\x89','\x79','\x5a','\x9d','\xe2','\x99','\x6d','\x0f','\x73','\xd1','\x05','\xa8','\x69','\x4b','\xe7','\xdc','\xab','\x65','\xc3','\x9d','\xf2','\x72','\xb5','\xe7','\xaa','\x17','\xa3','\x6e','\x28','\x90','\xc6','\x57','\x29','\xb9','\x84','\xe1','\xcc','\x16','\x27','\xe6','\x32','\xd7','\x38','\x86','\xc3','\x2e','\x9d','\x2d','\xd9','\xef','\xc2','\xa0','\xcc','\xbf','\x27','\x31','\x96','\xaa','\x47','\x00','\x33','\x6e','\x75','\xae','\xca','\x07','\x0a','\xe4','\x31','\xd7','\x02','\x4a','\x37','\x56','\x1f','\xf1','\x8e','\x71','\x34','\x7a','\x83','\xa4','\x92','\xa3','\x3b','\xee','\xdd','\x6d','\x9f','\xed','\x98','\x6c','\xdb','\x08','\xa8','\x01','\x54','\x1d','\x12','\xaa','\x0e','\x13','\x95','\xc0','\x92','\xcb','\x47','\xf9','\xd0','\x86','\x67','\x29','\x82','\x0e','\x59','\xfe','\x11','\x9e','\xcb','\xf2','\x61','\x9e','\x54','\x8b','\xb4','\x33','\x49','\x8c','\xfa','\xbd','\x0b','\xc7','\xb2','\x19','\xa9','\xd8','\x84','\xb6','\xbd','\xab','\x3e','\x00','\x33','\x4d','\x17','\xc1','\x49','\x56','\x4a','\xe5','\xaf','\x3f','\xd8','\x95','\xeb','\xf1','\xc2','\xbf','\x21','\x8e','\x8b','\x0d','\xf9','\x42','\x53','\xbd','\x9b','\x63','\x6b','\x71','\xd5','\xab','\x44','\x2e','\x4e','\x8e','\xd5','\x01','\xfb','\x4c','\xe0','\xd6','\x37','\x95','\x10','\xa1','\x38','\x60','\x05','\xe4','\x9d','\x92','\xa3','\xfa','\x62','\xb1','\xf1','\x4b','\xb8','\x7a','\x33','\xe3','\x70','\x07','\x62','\xf2','\x1a','\x09','\x72','\x29','\xab','\x7a','\xc2','\x0a','\xf9','\xc9','\xda','\xcb','\x5e','\x09','\x4a','\x66','\x35','\xf9','\x0f','\x0a','\x75','\x84','\x38','\x68','\xa3','\xe0','\x34','\xeb','\xc7','\xfb','\x08','\x8a','\x02','\xc7','\x6d','\x15','\xc6','\x25','\xe7','\x80','\x82','\x2f','\xbf','\x18','\xf5','\x94','\xce','\x7e','\x25','\x7c','\x2b','\xc3','\xa9','\xb8','\xa4','\xf9','\x41','\xc4','\x8f','\x40','\xfa','\xf4','\xb3','\x2d','\xa0','\x7b','\x23','\xff','\x40','\x11','\x27','\x78','\x96','\xae','\x74','\x13','\xc0','\xce','\x4e','\x71','\x80','\x08','\x1b','\x34','\x00','\xe8','\xd3','\xae','\xaf','\x3e','\x34','\x9b','\xc3','\x44','\x64','\xee','\x39','\x10','\x7d','\xeb','\x87','\x10','\x74','\xb3','\xcc','\x7f','\xc4','\xe6','\x37','\x99','\xf4','\x1f','\x71','\xd9','\xf5','\xfc','\xac','\x44','\x5e','\x5e','\x2d','\xda','\xb9','\xda','\x4d','\x2b','\xe7','\xce','\x91','\x2c','\xd0','\x76','\x2c','\x10','\xb8','\x5f','\x43','\xe0','\xc5','\x67','\x56','\xa4','\xc6','\x79','\x17','\xa7','\x84','\x7b','\x43','\x28','\xef','\x86','\x49','\x9e','\x05','\x6a','\x35','\x7f','\xfb','\xfe','\x90','\xb8','\x66','\x78','\xaf','\xb4','\x28','\xae','\x38','\x62','\xd5','\xf8','\xc1','\x44','\xe9','\x77','\xef','\x1d','\x61','\x61','\xf9','\xfb','\xb8','\x00','\x08','\xec','\x74','\x10','\x4d','\xfc','\x38','\xf3','\x78','\x02','\x17','\x4e','\xf7','\x88','\x2c','\xab','\x31','\x76','\xf3','\x32','\x18','\xc2','\x6d','\x04','\x19','\xba','\x5c','\x37','\x68','\x97','\xb1','\x12','\xbf','\xef','\x04','\x3b','\xdf','\x04','\x6c','\x74','\x2c','\xf8','\xa1','\xb6','\x6d','\xde','\x05','\x5c','\xf1','\xa9','\x19','\x21','\x2f','\x0b','\x71','\x91','\xe6','\x2c','\xf8','\x1e','\x8b','\x46','\xe2','\xe3','\x65','\xe8','\x34','\x73','\x32','\x09','\xe7','\x17','\xf1','\x67','\x39','\x87','\xe3','\xcb','\x65','\x8f','\x38','\x61','\xe9','\xe5','\x4a','\xa1','\xf9','\x84','\x8a','\x83','\xbb','\x5c','\x68','\xc0','\x93','\xfd','\xf8','\x70','\x36','\xa9','\xd7','\x21','\x5d','\xf2','\xfe','\x05','\x1f','\x4c','\x96','\x9b','\xd0','\xa4','\x18','\x31','\x00','\xdc','\x14','\x0a','\xad','\x74','\x59','\x66','\x03','\x32','\xce','\x1c','\x8c','\x1b','\x15','\x1e','\x13','\xed','\xc6','\xac','\xff','\xa5','\x5e','\xd7','\xa9','\x2c','\x74','\x6e','\xa9','\xa8','\xcc','\x47','\xf5','\x38','\x50','\x4e','\x0f','\x10','\x7c','\xba','\x93','\x82','\xac','\x9b','\x2a','\x98','\x86','\x53','\xf5','\x14','\xeb','\xb3','\xca','\x6e','\x19','\x0b','\x8b','\x33','\xef','\x0a','\x17','\xa1','\x7e','\xe8','\xe2','\x53','\x37','\xf6','\x19','\xff','\x2a','\x1d','\xc6','\x7f','\x40','\x7a','\xe4','\xcb','\x64','\xc2','\x41','\x45','\x2b','\x35','\xbf','\x62','\xaa','\xa3','\xef','\x6d','\xb7','\xc7','\x0e','\x09','\x7b','\x57','\x91','\x85','\x02','\xab','\x44','\xc0','\xab','\x00','\x4d','\x2e','\xa4','\xb5','\x0b','\x4d','\x2f','\x1c','\xe4','\xa0','\xb5','\x41','\x72','\x22','\x84','\xb2','\xbf','\x27','\xb8','\x6f','\x51','\x18','\xd7','\x0a','\x6b','\xe4','\x32','\xf6','\x8a','\xe6','\x84','\xf5','\x4e','\xde','\xaa','\xff','\xd2','\xfb','\xe0','\xf6','\xc0','\x9f','\x27','\x97','\x2e','\x75','\x75','\x98','\xcf','\x1e','\xad','\x56','\x9a','\x3f','\x04','\x79','\xf2','\x15','\x38','\xde','\xcb','\x9f','\x21','\xe4','\x9b','\x1a','\xb1','\xcc','\x36','\x17','\x9d','\x70','\xf2','\x41','\x0e','\x3e','\x04','\xda','\xf9','\x52','\xa6','\xd1','\xa5','\x6e','\xc3','\x77','\x5b','\x89','\x02','\x36','\x84','\xce','\x76','\xff','\x67','\x9b','\x21','\xff','\x4d','\x40','\x00','\x6e','\xb5','\xb9','\xbb','\x1d','\x07','\x8b','\xd8','\x36','\xdc','\x93','\xdd','\xf9','\xcb','\x42','\xc0','\x22','\xc4','\xb9','\x16','\x75','\x7e','\x16','\xa2','\x08','\x73','\x7e','\x51','\xdc','\x08','\xcc','\xf0','\x91','\x7b','\xca','\x1c','\x3d','\xe6','\xb2','\xf5','\x67','\x56','\x7e','\x4a','\x65','\x68','\x86','\x90','\xe4','\x80','\xe0','\x96','\xf3','\xec','\xb0','\xc0','\x03','\x58','\xb0','\x35','\xef','\x76','\xe5','\x0d','\x1d','\x33','\x7c','\x46','\x0e','\x79','\x87','\xee','\xf7','\x97','\xc3','\x49','\x7e','\x3c','\xf5','\xc9','\x1d','\x5c','\xfd','\x02','\x5a','\xa9','\xcb','\xf1','\x07','\x1d','\x62','\xb1','\xbb','\xf3','\xa0','\xbb','\xcc','\x83','\xc5','\xe0','\x38','\xd3','\x06','\x30','\x76','\xd0','\xf6','\x9e','\x76','\x58','\x1c','\xdf','\x3b','\xc4','\x31','\xbb','\x4d','\x3e','\xd0','\xf9','\x19','\x3d','\x9e','\x0b','\xdb','\x36','\x82','\x0c','\xbd','\xfd','\xb8','\x40','\xdb','\x1a','\xec','\xb7','\x0e','\xbd','\xdf','\xd4','\xc8','\x11','\xb7','\x61','\x53','\x26','\x9d','\x0c','\x16','\x4f','\x86','\xee','\x16','\x0a','\x7e','\x05','\x3d','\xfc','\x2a','\x38','\x33','\xd7','\x17','\x84','\x14','\xec','\x06','\x2f','\xa0','\xb1','\xa6','\xa3','\xaa','\xdc','\xc5','\x31','\xa1','\x5f','\x2f','\x9f','\x96','\xfd','\xc2','\x73','\x40','\x64','\x71','\xca','\xa2','\x2f','\x29','\x2c','\x0d','\xa7','\x12','\xdc','\x19','\x2b','\x09','\x47','\xaf','\x73','\x72','\x74','\x88','\xea','\x99','\x12','\xc0','\xc3','\xa3','\x35','\x59','\x22','\x51','\xe7','\x0b','\xaa','\x66','\x49','\xd2','\x95','\xeb','\x32','\xd7','\x1e','\x0c','\xc1','\xa2','\x05','\x7e','\x07','\x87','\x1b','\xa1','\xf8','\x23','\x98','\x37','\x01','\x3f','\xeb','\xa2','\x87','\xaf','\xc7','\xd1','\xc4','\x60','\xd9','\x73','\x3f','\xad','\x22','\x5c','\x07','\x03','\xe8','\x54','\xd0','\x83','\x43','\x90','\x5e','\x77','\xcb','\x01','\x8c','\xd8','\x12','\xc4','\x60','\x22','\xd4','\xc1','\x5b','\x0a','\x90','\x07','\x05','\xe9','\x60','\x6a','\x18','\x06','\xd0','\xdc','\xb0','\x6a','\xbe','\xe4','\x51','\x8e','\xc2','\x30','\x6b','\x12','\xbc','\xdb','\x03','\x7c','\xf0','\x78','\x78','\xa5','\x81','\x9e','\xf1','\x11','\x01','\x89','\x72','\x67','\x87','\xe3','\xe7','\x64','\x0a','\x88','\x24','\x6a','\x97','\x11','\xdd','\xed','\x72','\xd9','\xe0','\xf2','\xd6','\xe0','\x72','\x1d','\x41','\x0e','\xb6','\x4b','\xb3','\xf8','\xf0','\x60','\x7d','\x63','\x6e','\x07','\x86','\xb9','\x77','\xed','\x80','\x55','\x3b','\x83','\x80','\x36','\xc9','\x15','\x9a','\x47','\x25','\xa9','\x26','\x45','\xe1','\x98','\xab','\xe7','\x39','\x65','\xab','\xa2','\x09','\x31','\x55','\x28','\x2c','\x4f','\xcc','\xbb','\xae','\xa7','\xfc','\xb2','\x20','\x1e','\xca','\xdf','\xcb','\xe6','\x9d','\x97','\x54','\x32','\xb6','\x47','\x08','\x11','\x50','\x22','\xc6','\x13','\x65','\x82','\xa3','\x35','\xf7','\x67','\x36','\xcc','\x4e','\x4e','\x86','\xaa','\x1e','\x88','\x7d','\x1e','\x2e','\xb7','\x14','\xa3','\x5e','\x97','\x56','\x62','\xad','\xde','\x28','\xf2','\x38','\x7e','\x27','\xf0','\xab','\x52','\xcf','\x28','\xe2','\x55','\x59','\x1e','\x4c','\x1e','\x3f','\x50','\x60','\x65','\x59','\xdf','\xc9','\xda','\x39','\x50','\x0a','\xb1','\x6b','\x50','\xdf','\x1a','\xf4','\x0b','\x41','\x6b','\xcc','\x13','\x1a','\xd8','\x4e','\x9d','\x14','\x28','\x2b','\x64','\x54','\x50','\x8d','\xf2','\x42','\x52','\x61','\x21','\xc2','\x06','\xc0','\x78','\x96','\xf0','\x30','\x7f','\xd6','\x87','\xc2','\xb9','\x9f','\x9a','\x22','\x4b','\x85','\x37','\x3c','\x47','\x5c','\xf2','\xf7','\xd5','\x99','\xdc','\xcf','\x20','\x31','\xef','\x8c','\xec','\x5d','\xf6','\xc8','\xd7','\xc8','\x7c','\x70','\xb4','\x9f','\xe7','\x4d','\x37','\x23','\x90','\x3c','\x9f','\xec','\x00','\x67','\xfc','\x25','\x44','\x11','\x79','\x29','\x1c','\x14','\xa7','\x06','\x8c','\x5a','\x27','\x39','\xc1','\xe3','\xb8','\x94','\xac','\xd9','\xf9','\x56','\xa2','\xa7','\x0d','\x14','\x2c','\xcc','\x03','\x03','\x39','\xb9','\xec','\x5a','\x92','\xe3','\xbc','\x59','\x34','\xe9','\x7f','\x5e','\x41','\x9c','\x56','\x92','\x29','\xe6','\x7d','\xb4','\x3d','\x4e','\xa6','\x8e','\xb3','\x49','\x0d','\x2e','\xd7','\x0d','\xb6','\xcb','\x98','\x60','\x42','\x03','\xe2','\xe1','\x21','\xbb','\xb0','\xd4','\x0b','\x6d','\x9b','\xaf','\x19','\x50','\xac','\x3a','\x5a','\x1b','\x97','\x08','\x26','\x1e','\xbb','\x78','\x7f','\xa7','\x15','\x4f','\xa6','\x39','\x66','\x42','\x33','\xfb','\xb4','\x79','\x33','\xfa','\x24','\x73','\x41','\xd1','\x7b','\xd0','\x2d','\x84','\x88','\x92','\xb1','\xb0','\x4e','\x7c','\x1d','\x94','\x58','\x03','\x09','\xf5','\x40','\xd4','\xe7','\x9c','\xde','\x32','\xa5','\x17','\x9d','\xd2','\x15','\x6a','\x3b','\x85','\x27','\x40','\xba','\xe9','\x01','\x59','\x81','\xc5','\xc3','\xc4','\x1d','\x8b','\x72','\x4b','\x59','\xea','\xfc','\x47','\xed','\x92','\xe3','\xd9','\xff','\xc2','\xd4','\x6c','\x57','\xb0','\xe8','\x4f','\x6c','\x3c','\xe4','\x43','\x0f','\xbe','\x04','\x99','\x4b','\xc6','\x9a','\x6b','\x79','\x76','\xa4','\x8a','\x89','\x3e','\x27','\xd9','\x7d','\x74','\xd2','\xa9','\x23','\xbb','\x9d','\x13','\xc3','\x90','\x26','\xcf','\x67','\x57','\x5f','\x73','\x34','\xe7','\x3e','\x28','\xbf','\x70','\x34','\x28','\x2f','\x1b','\xce','\xb1','\x0c','\xee','\x06','\x41','\xd8','\x36','\x39','\x5b','\x62','\xf0','\x90','\x41','\x94','\xfb','\x17','\x45','\xb1','\x3a','\x56','\x12','\x02','\x83','\xa6','\x3c','\xc4','\x1f','\x00','\x55','\xe4','\xaa','\xea','\xef','\xa8','\xba','\x04','\xc5','\x6a','\x84','\x2b','\x57','\xff','\x73','\xa1','\xad','\xc5','\x07','\x5f','\x0f','\xc4','\xa6','\xf1','\x55','\x82','\x94','\xf2','\x99','\xa1','\x23','\x9f','\xf3','\x79','\xdb','\xe0','\xed','\xc7','\x06','\x97','\x37','\x1f','\xdd','\xcd','\x11','\x39','\x15','\xed','\x71','\x65','\x6a','\x04','\x21','\x71','\x7b','\xc9','\xdc','\x96','\xc2','\x9f','\xf8','\x3a','\x28','\x27','\x8b','\x0b','\xb8','\x34','\xff','\xa3','\xe3','\x53','\xe4','\x70','\xb8','\x4c','\x06','\x11','\xac','\x15','\x9f','\x35','\x5f','\xf2','\x5f','\x16','\x34','\x34','\x29','\x39','\xfc','\xbb','\x48','\x6a','\x6a','\x62','\xdd','\xd6','\x43','\x86','\x00','\x5e','\x48','\x0c','\x5c','\x42','\x7b','\x16','\xd3','\xc1','\x26','\xb4','\x49','\x7e','\xad','\x1f','\x17','\x63','\x72','\x0f','\x0e','\xeb','\x81','\x78','\xdf','\x06','\x22','\x74','\xdd','\x01','\xca','\x8d','\x4b','\x02','\xda','\xd1','\xe4','\xa2','\x9a','\x6f','\x01','\xb9','\xab','\x03','\x99','\x3b','\x78','\x68','\xe3','\xdb','\x0f','\xe6','\x23','\xf9','\xaa','\x01','\x9c','\x24','\xe4','\x4c','\xbd','\xd4','\x09','\x76','\x1c','\xe7','\x6f','\x5a','\x1f','\x17','\xa7','\x36','\xec','\x7a','\x79','\x29','\x36','\xe4','\x80','\x2b','\x0e','\x1f','\xb3','\x62','\x47','\x64','\xbf','\x45','\x23','\xc6','\x30','\x0f','\x2a','\xeb','\x85','\x9b','\xdb','\x7c','\x98','\xdf','\x63','\x57','\x53','\x64','\xd5','\x3d','\xca','\xde','\x7d','\xba','\xe4','\xee','\x01','\x8c','\x8b','\xe2','\xbf','\xac','\x61','\xae','\xa7','\x7a','\x5f','\x42','\xe2','\xe3','\xba','\xbb','\x93','\x4b','\x10','\x76','\x94','\x77','\x7d','\xfa','\x50','\xd5','\xc9','\xdd','\xc9','\xb4','\x42','\x54','\xe4','\xda','\x87','\xbc','\x2a','\xce','\xc2','\xa4','\x84','\xdb','\x1f','\xbf','\xa3','\x9c','\x03','\x0d','\x4b','\xc2','\x35','\x5f','\x7d','\x44','\x1a','\x5b','\xa5','\xba','\x0a','\x9d','\x53','\x10','\x38','\xa3','\x1d','\xb5','\xab','\x85','\xc6','\xc8','\x27','\xf4','\xef','\xfd','\x38','\xdd','\xd3','\xa1','\x1f','\x17','\x4f','\x26','\x5c','\x1d','\xdf','\xbf','\xdd','\xba','\x46','\x6a','\xdd','\xf7','\xe1','\x3e','\xa3','\x01','\x1b','\xf8','\xce','\xac','\x0e','\xee','\x1a','\x0b','\x87','\xba','\x50','\x46','\x43','\x04','\x6a','\x03','\x7f','\x24','\x31','\x83','\x5c','\xfb','\x38','\x0f','\xa6','\xbf','\x0f','\xd1','\xf4','\xc9','\x26','\xae','\xcb','\x79','\xa2','\xb6','\xe3','\x02','\xd7','\xd9','\x9c','\x42','\x85','\xd5','\x40','\x26','\x1d','\x03','\xd5','\xef','\xc9','\xe9','\x63','\x44','\xea','\xae','\x7d','\x0f','\xbf','\x6c','\x6f','\xe9','\xe2','\x0d','\x3a','\x45','\xfd','\xcb','\xc1','\xf1','\x5e','\x46','\x27','\xbe','\x70','\xe4','\xe8','\x92','\x78','\xf5','\x38','\xc8','\x5f','\xaf','\xe7','\x26','\xd0','\xd9','\xee','\x14','\x8f','\xa0','\xe5','\xa1','\x18','\x4c','\x46','\x03','\x98','\xb7','\xef','\xf3','\x4a','\x6f','\xf8','\x34','\x9f','\x75','\xb4','\xa5','\x0e','\x3b','\x77','\x24','\x3a','\x90','\xa0','\x21','\x0b','\x1e','\x5e','\xcd','\xd0','\x45','\x8c','\x44','\x8e','\xea','\x95','\x02','\x5d','\xf9','\x06','\xba','\x76','\x2b','\x57','\x73','\x78','\x6d','\x2d','\x1a','\x3b','\x44','\x04','\x97','\xcb','\x65','\xb2','\x6f','\x00','\x9c','\x01','\x74','\xbb','\xdd','\xa6','\x6d','\xa2','\xd5','\xb6','\xd1','\x1a','\x50','\x0d','\x04','\xb1','\xd4','\x11','\xfd','\x08','\x61','\x64','\x68','\x94','\x06','\x16','\x6a','\x61','\x79','\x96','\x56','\x73','\xb2','\x69','\x91','\x91','\x6a','\x85','\x37','\x26','\x4a','\x3f','\x95','\x62','\xac','\x3d','\x1a','\x6d','\x0d','\x8d','\xe1','\x49','\x28','\xd4','\x50','\x77','\xd2','\x21','\xf5','\x91','\xb3','\xb7','\x86','\xba','\xe3','\x23','\x81','\x0e','\x2e','\xd7','\x0d','\xb6','\xad','\x71','\x16','\xd2','\xfe','\xf2','\x5b','\x97','\x98','\xca','\x8c','\xb7','\x89','\x5b','\x3e','\x4d','\x4c','\x42','\x98','\x00','\x7e','\x99','\x35','\xef','\xfa','\x8c','\xf6','\x94','\xd2','\xfc','\x3e','\xe4','\x7e','\x53','\x70','\x1d','\x31','\x09','\x0a','\xf7','\x9b','\x00','\xe6','\x06','\xd6','\xf5','\x4f','\xe8','\x24','\x4d','\x84','\xf2','\x37','\x84','\xf9','\x7d','\x01','\xc5','\x31','\x43','\xf7','\xad','\x2c','\xbd','\x00','\x4a','\x8c','\xf6','\x30','\x69','\x54','\x27','\x5d','\xa7','\xdc','\xef','\x72','\x37','\x8e','\x87','\x5f','\xe3','\x4b','\x7f','\x38','\xd9','\x76','\x29','\x6d','\xde','\xea','\xfd','\x1c','\x18','\x33','\x46','\xe1','\xec','\x8c','\xba','\x83','\x06','\x96','\x02','\x7d','\x5a','\xb2','\xfb','\x3c','\xa8','\xf8','\xc1','\x99','\x05','\xef','\x89','\x09','\x27','\xb2','\xf0','\xe4','\x56','\xdd','\x67','\xf0','\x11','\x08','\x3c','\xc2','\x11','\x87','\x28','\x62','\xc3','\x00','\x42','\x68','\x1d','\x01','\x77','\x1a','\xe1','\xf1','\x37','\x84','\xad','\xb5','\x11','\xf0','\x8d','\xa5','\x8a','\xe9','\x73','\x6b','\x9a','\xf6','\x3b','\x3b','\x6a','\x00','\xed','\xa4','\x0b','\x38','\x62','\x1c','\xf9','\xfc','\xcb','\x56','\x26','\x39','\x79','\x2f','\x4d','\x10','\xc4','\x53','\x3a','\x7e','\x77','\x40','\x27','\x67','\x58','\xd2','\x69','\x70','\x42','\x67','\xf0','\x4e','\xa6','\x72','\x09','\xfc','\xe0','\x76','\xc6','\xdc','\xe7','\x63','\x24','\x5e','\x8a','\xe0','\x93','\x40','\x79','\xf4','\xec','\xdf','\x6a','\x6e','\x3e','\x8d','\x72','\x31','\x4c','\x91','\x1c','\xa2','\x17','\x06','\xc8','\xee','\xa5','\xc8','\x4e','\x8a','\xb2','\x53','\xe4','\x2a','\x50','\xdc','\x6d','\xbb','\x3b','\xc3','\x26','\x7a','\x3d','\x87','\xbb','\x37','\x40','\xc6','\x3c','\x23','\xa0','\x7e','\x83','\x77','\x7e','\xdb','\x36','\xbb','\x7b','\xaf','\x6d','\x08','\x7d','\xa7','\x91','\x46','\xe4','\x7e','\x27','\x47','\x42','\xa2','\x1b','\x78','\x3e','\xca','\x51','\x4e','\xc7','\x11','\x22','\x93','\xd9','\x1e','\x89','\xf0','\x74','\xdc','\x8e','\xfc','\xed','\xb3','\xb8','\xa9','\x98','\x83','\x87','\xb5','\x9c','\x99','\xf7','\x3a','\xe9','\x67','\xfe','\x33','\x4f','\xf1','\x59','\x06','\x8a','\xa2','\x6c','\x46','\x10','\x44','\xa5','\xd7','\x2b','\x8d','\x95','\xe5','\x10','\x4a','\xfb','\xbc','\xfe','\xba','\x07','\x51','\x76','\x1a','\xf2','\x04','\xf1','\xea','\x01','\x00','\x6b','\xab','\xea','\xca','\x4e','\xf1','\x1f','\xfa','\xa0','\x24','\x46','\x9b','\x2f','\x32','\xb7','\x9d','\x9b','\x46','\xd4','\x39','\x49','\xd4','\x92','\x70','\x51','\xb5','\x47','\x87','\x44','\xa6','\x05','\x7d','\xce','\x3f','\x38','\x4d','\x88','\xb4','\xc8','\xd4','\x4e','\x31','\x78','\x24','\x20','\x0e','\x2a','\xaa','\xa4','\xd7','\x6a','\xf8','\x1d','\x73','\x0a','\xb8','\xc8','\x42','\x1b','\x8a','\x2b','\xbe','\xb3','\x2b','\x54','\xde','\xa2','\x6d','\x10','\xa8','\xc1','\xc5','\x73','\x6d','\xbf','\xdd','\xe2','\x59','\x79','\x1a','\x41','\x10','\x0e','\xcf','\x00','\xed','\xfb','\x3e','\x19','\x3c','\xe7','\xa2','\xc0','\x99','\x56','\x85','\x19','\x31','\x36','\x16','\xfc','\x50','\x03','\x02','\x40','\xf7','\x97','\x76','\x8a','\x2f','\xbb','\xf5','\xc5','\x33','\x10','\x18','\xac','\x30','\x5c','\x3f','\x01','\x98','\xa1','\x96','\x79','\xaa','\xaa','\xdd','\x83','\x6f','\x8b','\x30','\x4c','\xbf','\x82','\x2e','\x4c','\x5c','\x66','\x65','\x50','\x0e','\xe3','\xd8','\x8e','\xb2','\xf8','\x4e','\x9f','\xcb','\x75','\xf8','\x19','\x8f','\xed','\xf6','\xb1','\xba','\xd4','\x5c','\x28','\xeb','\xa1','\x60','\x19','\x5b','\xd5','\xc9','\x11','\x14','\xa3','\xe4','\x97','\x9f','\x1b','\xe2','\x69','\xb7','\xe8','\x03','\x41','\x70','\xca','\x27','\xcf','\x18','\x5f','\xe4','\x79','\x93','\x21','\x7f','\x33','\xca','\xa0','\xf0','\xce','\x1b','\x77','\x93','\x61','\x4a','\xee','\x87','\x1f','\x87','\x5c','\xed','\x82','\x3e','\x65','\x7c','\xa2','\x94','\x2f','\x66','\x6a','\xac','\x0c','\x66','\x8a','\xc8','\x68','\x50','\x9d','\xd4','\x37','\x3a','\xb5','\x63','\xea','\x42','\x65','\x34','\x14','\x51','\x92','\x3e','\xf0','\xcb','\x1b','\xee','\x42','\xca','\x7b','\x98','\x1f','\x83','\xf8','\xac','\xcf','\x02','\x48','\x14','\xe0','\x96','\xe6','\xed','\x98','\xc7','\x14','\x3b','\x5d','\x69','\x7f','\x1e','\xcf','\x33','\x42','\xe5','\x6c','\x3a','\x8d','\xba','\x74','\x8a','\xff','\x3c','\x56','\xe9','\x44','\x43','\xb0','\x24','\x23','\xc6','\xe5','\x4e','\xf1','\x3a','\xaf','\xab','\x42','\x1e','\x14','\xb5','\x2b','\x3c','\x3c','\x4b','\xe8','\x04','\xbb','\x08','\xc1','\x86','\xd0','\x1b','\x40','\xeb','\x23','\x6a','\x9c','\x8d','\x9d','\xf5','\xa1','\x08','\x85','\x5c','\xb8','\xf0','\x02','\x73','\xb3','\x33','\x23','\xe8','\xde','\xfc','\xae','\xfa','\x84','\xb4','\x50','\xf7','\xce','\x29','\x25','\xca','\x07','\x28','\x4d','\x9d','\x34','\x36','\x2f','\x85','\x13','\xfd','\xa9','\x49','\x55','\x98','\x67','\xbe','\x44','\x05','\x8f','\x3a','\x72','\x67','\x92','\x2a','\xb0','\x6e','\xd0','\x2b','\x68','\xfa','\x08','\x14','\xcf','\x82','\x1f','\x45','\xd1','\x72','\xba','\xbc','\xb3','\x69','\xbc','\x82','\x1a','\x9e','\x05','\x9a','\x93','\xa5','\xa2','\x14','\x29','\xdd','\xf1','\xd5','\xa7','\xea','\xd3','\x69','\xf8','\xdb','\xea','\xb0','\x18','\xf6','\xee','\x22','\xd2','\x57','\x74','\x67','\x8b','\x21','\x87','\xa9','\x77','\xe8','\x80','\x00','\x0d','\x61','\xdb','\x00','\x2e','\xd7','\x06','\x6f','\x6f','\x17','\xb8','\xbe','\x6d','\xb0','\x77','\x82','\xfe','\x7e','\x1b','\xe7','\x82','\x78','\xfe','\x58','\x7b','\xed','\xde','\xbf','\x81','\x1e','\x6a','\x53','\x1a','\x11','\x74','\xe4','\x60','\x0f','\xac','\xf9','\x85','\x71','\x0a','\x90','\x97','\xe2','\x8e','\x1b','\xf9','\x31','\xce','\x73','\x94','\xd2','\x4c','\xb1','\x68','\x78','\xc8','\x3a','\xbf','\x5b','\xef','\x4f','\xfa','\x52','\xe4','\xbb','\x34','\x13','\x03','\xcb','\xb9','\xe3','\xb5','\x0e','\x9e','\x8b','\xce','\xed','\x6d','\xbe','\x17','\x28','\x1a','\x10','\x9e','\xdf','\x2c','\xe5','\x26','\x81','\xe2','\x3e','\xb5','\x78','\x69','\x40','\xbd','\x00','\x92','\x2e','\xe5','\xad','\x0e','\xed','\x65','\x64','\x73','\x21','\x5c','\x27','\x00','\x1c','\x84','\x48','\x72','\xa4','\xc5','\xf0','\xd4','\xbd','\x34','\x0d','\x86','\x9b','\x97','\xc2','\x8b','\x27','\x45','\x6d','\xc1','\xaf','\x3c','\xba','\xfa','\xc3','\x64','\x44','\x28','\x06','\x23','\x4e','\x56','\x97','\xb8','\x83','\x1a','\x5f','\x05','\x2e','\xc5','\xd3','\x15','\xf8','\xb1','\x95','\x89','\xe3','\xa6','\xb8','\x8c','\x0d','\x4a','\x26','\xd6','\x51','\x1a','\xcb','\x3c','\x39','\x2a','\x72','\xdb','\xf7','\xd0','\x07','\x88','\x58','\xda','\x37','\x00','\x1f','\x0d','\x82','\xa0','\x0d','\xb6','\xce','\x43','\x94','\x10','\xd0','\xcc','\xe8','\xd0','\x75','\x6c','\xb7','\xc1','\x09','\x76','\x89','\xfc','\x60','\x64','\xc5','\x72','\x7c','\x98','\xb7','\x95','\x02','\x87','\xff','\x9c','\x2d','\x2f','\xeb','\x0a','\xce','\xf8','\x11','\xde','\x1c','\x2e','\x01','\x24','\x99','\x50','\x23','\xf1','\x84','\x02','\xba','\x72','\x00','\xa0','\x6d','\x0d','\xb6','\xeb','\xd8','\xf1','\x79','\x7b','\xdb','\xe0','\xfa','\xe3','\x32','\xdc','\xdd','\x58','\x49','\xf5','\x0c','\xdf','\x5c','\xe0','\x64','\xa2','\x8c','\x7f','\x82','\x01','\x94','\xdb','\xa5','\x9d','\x69','\xa4','\x34','\x7e','\x8c','\xc2','\x83','\xda','\xca','\x44','\x5f','\xf6','\x8b','\x30','\xbb','\x07','\x06','\xa1','\xe2','\xe7','\x83','\x39','\x26','\x77','\x11','\x51','\x36','\x04','\xf9','\x17','\xe9','\x04','\x94','\x7e','\x28','\x73','\x3d','\x9d','\x3f','\xd2','\xa6','\x94','\xe5','\xa6','\xd2','\xa1','\x02','\xb3','\xfa','\xe2','\xdf','\xdb','\xe4','\x8f','\xcf','\x51','\x61','\x21','\xd0','\x5d','\x99','\x33','\x88','\x3f','\x0a','\xbc','\x9a','\xd4','\x9d','\xcb','\xd3','\x30','\x92','\xc4','\xf0','\x89','\xee','\x97','\xb1','\x21','\x95','\x09','\xf1','\x0f','\xbc','\x0e','\x44','\xd0','\x79','\x69','\x92','\x93','\x8c','\xbb','\x7f','\xb0','\xd3','\x58','\x4c','\x42','\x80','\xde','\x06','\x73','\xcf','\x3c','\x17','\x97','\x65','\xf0','\xd4','\x4b','\xab','\xec','\xc2','\x3b','\x26','\xd9','\xef','\x84','\xdc','\x91','\x0e','\x1f','\x04','\x59','\x4e','\xf7','\x6a','\x85','\xe2','\xa5','\x40','\xda','\x1f','\x40','\xa0','\x3b','\xfa','\x5d','\xfb','\x26','\x70','\xce','\xfb','\xf0','\x2b','\xda','\xc9','\xb2','\x23','\xb3','\x94','\xa3','\xf4','\x00','\xf0','\x52','\x5c','\xfd','\x10','\x87','\x62','\x59','\x8e','\xea','\xfd','\x78','\x22','\xeb','\x48','\xce','\x9a','\xa5','\x4c','\x2a','\xdb','\xa2','\x96','\xe5','\xcf','\x12','\x7d','\xb8','\x09','\x8c','\xac','\xcc','\x11','\x59','\x14','\x40','\x80','\x11','\x09','\xae','\xf1','\xce','\xcf','\x75','\x9c','\xc5','\xed','\x9d','\xe0','\xf6','\x73','\x87','\xf7','\x9f','\x37','\xd8','\x77','\x0a','\x65','\xc8','\x45','\xe5','\xd8','\x5c','\xa8','\x7a','\x97','\x84','\x3a','\x01','\x22','\x01','\xb6','\x0e','\xb8','\x5b','\x90','\xa4','\xb5','\x00','\xfe','\xa6','\x70','\xc7','\xb8','\x78','\x40','\xd8','\xd6','\xe9','\x53','\xdf','\x55','\x49','\x82','\x76','\xe3','\x8c','\xa0','\xbb','\x65','\xcf','\x45','\x7f','\x2d','\xb8','\x8e','\x0b','\xba','\x55','\x30','\x14','\xc1','\xce','\x30','\x51','\xca','\xea','\x48','\x05','\x49','\xf8','\x74','\x6d','\x1e','\xcf','\x3e','\x1b','\xfc','\xce','\x97','\x19','\x0c','\x55','\x72','\xbb','\x50','\x29','\xb0','\x4e','\xd6','\x3b','\xf5','\xd5','\x71','\x47','\x9b','\x9e','\x4a','\x6e','\xb1','\x95','\x79','\xd4','\x42','\x37','\x93','\x76','\x0e','\x3d','\x3b','\xf2','\x85','\x6a','\x51','\x0f','\x11','\xa0','\xb3','\xbe','\x32','\x2e','\x10','\x47','\xd8','\x8b','\x88','\xd7','\x44','\x74','\xec','\x02','\x77','\xfa','\x0c','\x10','\xc6','\x1f','\xde','\x2a','\x13','\x25','\xde','\x87','\x82','\x86','\x16','\x33','\x8f','\xf6','\xf4','\xa0','\xb8','\x2f','\x23','\x55','\x9c','\x5c','\x2d','\xc3','\xf4','\xab','\xd4','\xdb','\x60','\x3e','\x44','\xb6','\x2c','\x9d','\x99','\xa2','\xed','\xf8','\xb8','\x15','\x88','\x30','\x90','\xae','\xd6','\xa4','\x2d','\x66','\xd2','\x40','\xb9','\xf4','\x8d','\x0d','\x1f','\xd9','\xf9','\xf1','\xf7','\x0c','\xe8','\x04','\x00','\xd5','\x7f','\x8d','\x40','\xc9','\x15','\xac','\xc2','\x01','\xc0','\x56','\x0f','\xb2','\xf2','\x9e','\xa8','\x35','\x73','\x2d','\x11','\x2a','\x55','\x27','\x38','\x83','\x25','\x7c','\x5e','\x74','\xd8','\xac','\xe7','\x14','\x75','\xbb','\x72','\xf3','\x18','\x9c','\x51','\x2d','\x8e','\x28','\x21','\x08','\x7c','\x61','\x30','\xc6','\x29','\xca','\x4d','\xaf','\x91','\xa6','\x2e','\xd5','\x97','\x17','\xdc','\x09','\x01','\x97','\xfd','\xa1','\xd4','\x35','\xf5','\xb1','\x7b','\xa4','\x48','\xd2','\xa4','\x8d','\xaf','\xf1','\xc8','\xb2','\x60','\x25','\x2b','\x0e','\x33','\xfb','\x57','\x22','\xbc','\xc8','\x84','\xb2','\xdc','\xbd','\x41','\xdb','\x48','\xd0','\x10','\x60','\x6f','\x08','\xd8','\xcd','\x18','\x92','\x30','\xde','\xb1','\x5d','\x71','\x36','\xc5','\xb9','\x10','\x5f','\xce','\xf3','\xce','\x87','\x92','\x5d','\xc1','\xbd','\xb9','\x7f','\x5f','\xd2','\x66','\xba','\x10','\xdc','\xb2','\xe0','\x79','\xc9','\x46','\x53','\x31','\x48','\xcf','\xe9','\x95','\x69','\x11','\x25','\xcf','\x5b','\xd7','\x99','\x62','\xb0','\x74','\x20','\x80','\x9d','\xf3','\xa2','\x8a','\x3a','\x1d','\xa6','\x43','\x65','\xa5','\x9c','\x0b','\xae','\xd2','\x34','\x78','\xb5','\xdb','\xca','\xb9','\x16','\xe9','\xee','\x0a','\x16','\x0b','\x45','\x50','\xd0','\x79','\xe5','\xf7','\x14','\xfa','\x63','\x2e','\x25','\x0f','\x65','\x89','\xaa','\x2f','\x43','\xe6','\x02','\x81','\x33','\x04','\xdd','\x8e','\x0f','\xe5','\xbe','\x29','\x2a','\x79','\x1a','\xe6','\x83','\xd9','\xcf','\xee','\x7a','\x4e','\xd1','\x22','\x4b','\xbe','\xbe','\xca','\xfc','\x54','\x95','\x11','\x52','\x3b','\xbc','\x11','\x4e','\xac','\xd5','\x21','\x0b','\x36','\xdd','\xa9','\x94','\x6f','\x82','\x03','\x4f','\x4c','\x2a','\xc6','\x20','\xe3','\x88','\x89','\xaf','\x3f','\xd3','\x6f','\xa3','\x4a','\xa7','\x3c','\x4b','\x11','\xac','\xbf','\x88','\x7b','\x29','\x11','\x0c','\xa3','\xe7','\xd6','\xe1','\xfd','\xbd','\xc3','\x7e','\x93','\xc5','\x86','\x06','\xb8','\x01','\x6c','\xad','\xa9','\xf7','\xc6','\x70','\x8f','\xa7','\x50','\x1c','\x00','\x00','\x75','\x04','\xa2','\x0e','\xb8','\xb7','\x61','\x08','\xed','\xe3','\x4c','\x43','\x67','\x97','\x20','\x35','\xf6','\x7c','\x1b','\x3f','\x60','\x99','\xfa','\x92','\x8e','\x4b','\x39','\x9e','\x31','\x4b','\x1c','\x92','\x7c','\xf5','\xf7','\xb1','\x84','\x52','\x84','\x2c','\x13','\x1f','\xaa','\xd4','\x91','\xa0','\xc7','\xad','\xf8','\x96','\x1f','\xf3','\xa0','\x23','\x55','\xe3','\x8f','\x33','\x6f','\x9f','\x98','\xeb','\x9c','\x67','\xaa','\xef','\x81','\x61','\x50','\x54','\x0e','\xf2','\x84','\x45','\x4f','\xcf','\x0b','\x25','\x1f','\xf3','\x75','\x9e','\x2e','\x20','\x86','\x8e','\x7a','\x84','\xb8','\x6b','\x35','\xbc','\xa2','\xe6','\x83','\x3f','\x98','\x11','\x45','\xfa','\x42','\xf3','\x24','\xc3','\x46','\x06','\x48','\xc7','\x29','\xb1','\x12','\xaf','\x0f','\x16','\x3f','\x20','\x77','\x92','\xaa','\x34','\x32','\x8f','\x81','\x02','\x2f','\x55','\x5e','\x9b','\x51','\x80','\xac','\xab','\x11','\xbb','\xcc','\x81','\xdb','\x80','\x10','\xe3','\xcc','\x05','\x6c','\x12','\x5b','\x83','\xf9','\x0a','\x75','\x9c','\xf4','\x8b','\x55','\x3c','\x03','\x35','\x80','\x10','\x71','\x4a','\x94','\x0b','\x19','\x0a','\x94','\x23','\xf4','\x64','\x95','\xa1','\x63','\x6e','\x62','\x3c','\xf8','\x5e','\x11','\xff','\xea','\xd5','\x6e','\x8c','\x0e','\x9c','\xc8','\xbd','\xe1','\xb7','\xf3','\x3a','\x79','\x03','\x69','\xec','\x33','\x88','\xa2','\x84','\xa3','\xc3','\x9b','\x9b','\x85','\x63','\xd0','\xba','\x46','\xfb','\x09','\x3d','\x53','\x4c','\x6e','\xfb','\x26','\xee','\x6e','\x1c','\x5a','\xf3','\xed','\x02','\x97','\xb7','\x16','\xc2','\xd9','\x2a','\x5e','\x6e','\xd5','\xdf','\x0c','\x1c','\x2b','\xd0','\xdc','\x33','\x12','\xb3','\xbc','\xb7','\x3a','\xa9','\x65','\x71','\x03','\x27','\x02','\x9f','\xbb','\x61','\xd5','\xe9','\x15','\xe3','\x0a','\x75','\xe4','\xbc','\x8c','\xab','\xdf','\xb5','\x82','\xd2','\xad','\x64','\x8d','\x4f','\x8d','\xc8','\x2c','\x64','\x22','\x1e','\x94','\x06','\x29','\x64','\xb3','\x3e','\x5d','\xd6','\x45','\xc5','\x1f','\x0a','\x9f','\x29','\x77','\xe4','\x1d','\xa6','\xb7','\x0e','\x69','\x5d','\x73','\xfb','\x65','\xd1','\x2b','\xed','\x71','\x55','\xbf','\xe7','\xc8','\x8e','\xdb','\xf6','\x3e','\x6e','\x5e','\xdf','\x3b','\x41','\xeb','\x8e','\xee','\x1b','\x40','\xe7','\xc3','\xf5','\x1d','\x51','\xc3','\x4f','\xfa','\x6a','\x2a','\x66','\xa9','\x94','\x4c','\xa0','\xee','\x73','\xaf','\xf2','\x52','\xf9','\x30','\x3c','\x28','\xc8','\x00','\x40','\x9a','\xe2','\xf8','\xd1','\xa3','\x55','\x12','\x17','\x73','\x32','\xe3','\x8a','\x89','\x50','\xfa','\x9e','\x8d','\x12','\xff','\xcb','\x09','\x4f','\xcd','\x86','\x11','\x8b','\xf8','\x9e','\xdf','\xb9','\xf2','\x46','\x72','\xef','\x0a','\x67','\x26','\xcc','\x4b','\x0e','\x0f','\x13','\xcd','\xf7','\xb2','\x79','\x5c','\x42','\xda','\x2a','\xbf','\xfd','\x58','\x1a','\xd2','\xb2','\x42','\xea','\xa6','\x56','\x59','\xae','\x0a','\x65','\xdb','\x09','\x93','\x73','\x3f','\xa3','\x18','\x9a','\xf9','\xe5','\xaa','\x59','\xa1','\xee','\x01','\x47','\x86','\x3e','\x16','\x6d','\x1e','\x51','\x9f','\xce','\xcf','\x18','\xdd','\xb5','\xf3','\xf2','\xe2','\x69','\x38','\xca','\xbc','\x94','\x70','\xfc','\x6a','\xa5','\xb1','\x42','\x98','\x7b','\xde','\xf8','\x01','\x00','\xe0','\xab','\x75','\x78','\xa1','\x14','\x79','\x81','\xd1','\x8d','\x81','\x44','\xdf','\x13','\xa2','\x4f','\x8b','\x31','\xac','\x22','\x3c','\x05','\x98','\xfe','\x95','\x26','\x88','\x1e','\x43','\x04','\xb0','\xdf','\x08','\xf6','\x7d','\x07','\xea','\x04','\xb7','\xf7','\x1d','\x7a','\x27','\xdd','\x65','\xc5','\x06','\xb0','\xa1','\xbb','\xd3','\xc8','\x13','\x34','\xd9','\xbc','\x03','\x00','\xc0','\x0d','\x80','\x88','\x8d','\x1f','\x29','\xa3','\x77','\xc0','\x9d','\x5d','\xe2','\x3a','\x41','\x0e','\x75','\xfc','\x2a','\xcd','\x67','\x55','\x4a','\x2d','\x46','\xc6','\x60','\xa1','\x7b','\x8a','\x69','\x6d','\x36','\xe9','\x2a','\xbe','\x1f','\x4f','\x6e','\x77','\x0c','\x84','\x21','\x4a','\x94','\x2f','\x68','\x61','\x11','\x15','\x42','\x4f','\x71','\x20','\xd2','\x28','\x62','\x7e','\x81','\x73','\x24','\xf2','\xa3','\x69','\x65','\x11','\xc4','\x79','\x66','\xe3','\x52','\xb2','\x9e','\x41','\x73','\x89','\x5f','\x9e','\x93','\x1d','\xa9','\x7e','\xff','\xc5','\xe9','\x90','\x99','\x6f','\x8b','\xbb','\x5b','\x60','\x52','\x13','\x5f','\x96','\x8e','\x16','\x1a','\x11','\x7a','\xcd','\x42','\x00','\x9d','\x0e','\xed','\xae','\xb1','\xd0','\xbe','\xa1','\x83','\x38','\x63','\xcc','\x4b','\xc9','\x95','\x5b','\xc9','\x20','\xd1','\x7b','\xa6','\x46','\x92','\xd6','\x23','\x3a','\xbe','\xd7','\xf3','\xa4','\x2d','\x7a','\xe6','\xd4','\xa5','\xe9','\xec','\x51','\x35','\xdc','\x49','\x93','\x11','\xc4','\xe3','\x61','\x5e','\x58','\xc8','\x8b','\x13','\x10','\x9e','\xb1','\x71','\xb4','\x65','\x8f','\x87','\x83','\xbb','\x41','\x10','\xf6','\x7d','\x87','\x1b','\x1f','\x1e','\x12','\x06','\xac','\x3e','\x73','\x68','\xe4','\xe0','\xfb','\x4f','\xe5','\x71','\x73','\x86','\x4f','\x72','\x9f','\x51','\xfe','\xec','\x7c','\x65','\xa7','\xce','\x9d','\x1f','\xad','\xae','\xa4','\x64','\xf9','\x6f','\x67','\x60','\xd4','\x7f','\xc0','\x48','\x3c','\x73','\x76','\x6e','\x6e','\xde','\xad','\x4f','\xc3','\xc2','\xa6','\x62','\x96','\xfa','\x26','\x00','\xc8','\xea','\xf9','\xd8','\xf5','\x69','\x63','\xd7','\xe7','\xb7','\x0b','\x5c','\x79','\xd7','\x67','\x08','\x5e','\x26','\xa6','\x3c','\xe1','\x40','\x18','\xbb','\xf3','\xb5','\xe4','\xb4','\xbe','\xff','\xc3','\xe4','\x98','\x1a','\x1d','\x15','\xa3','\xb0','\xea','\x50','\xa4','\x9d','\x5b','\x40','\xcb','\x24','\x55','\xb5','\xb4','\xf8','\xc0','\x34','\x6e','\xe3','\x40','\xd6','\x2e','\xca','\x88','\x1e','\x1a','\x01','\x33','\x17','\x72','\xb2','\x1f','\xc0','\x2b','\x67','\xd3','\x5e','\x6d','\x7a','\xbd','\x9a','\xc4','\x45','\xe5','\x87','\xa9','\x8e','\x0e','\xae','\xf9','\x49','\xef','\x7e','\x18','\x83','\x95','\xfc','\x8e','\x23','\x3b','\xa8','\xe6','\xd9','\x21','\x4c','\x89','\xbc','\xf8','\xb1','\x92','\x46','\xb9','\xdc','\x63','\x64','\xe7','\x3e','\x04','\x0f','\x65','\x30','\x08','\xc0','\x9b','\x40','\xb6','\x25','\x0d','\x60','\xab','\xb8','\xcc','\xb8','\x69','\x39','\x39','\x99','\x5f','\x38','\xe3','\x29','\x24','\x38','\x25','\x54','\x5e','\x0b','\xab','\x9d','\xc0','\x75','\x06','\xf7','\xfb','\x03','\xb8','\x9e','\x33','\x84','\x92','\x20','\xbc','\x87','\xcf','\x01','\x72','\x53','\xb3','\xb8','\xaf','\xf3','\x8c','\x26','\xb9','\x61','\xfb','\xee','\x54','\x70','\x2b','\x8e','\x67','\xfa','\x21','\xcb','\xf4','\x33','\x1a','\x6a','\xd5','\x9c','\x7b','\xd9','\xd0','\x97','\xed','\x77','\x53','\xdc','\x44','\xbf','\xb3','\x2a','\x11','\x76','\x1b','\x9c','\x8f','\xba','\x5f','\x6c','\x7a','\x25','\x68','\x58','\xdb','\xd7','\xd8','\x91','\x91','\x47','\x7d','\x18','\xd7','\x53','\xc4','\x70','\x97','\x2f','\xe5','\xe6','\x0d','\xa3','\x02','\xa2','\x5b','\x3c','\x70','\xb4','\xd4','\xde','\xc3','\x0e','\x82','\x46','\x05','\x15','\xe5','\x29','\x8c','\xe5','\x0a','\xbd','\x27','\x4d','\x85','\x34','\xdd','\x1a','\x23','\xea','\x71','\xb9','\xbd','\xb3','\xb2','\x26','\x97','\x99','\xb3','\x9e','\xd3','\x64','\xf1','\x52','\x42','\x62','\xab','\xc1','\x6c','\x85','\x8b','\x11','\x61','\xde','\x31','\x23','\x2a','\xdc','\xa0','\xd5','\xb1','\xe8','\xb4','\x23','\x0d','\x23','\x08','\x7b','\x34','\xfc','\xbe','\x00','\xd6','\xb5','\xcc','\x5f','\x74','\xcc','\x65','\x18','\x44','\x67','\x3a','\x11','\xda','\xda','\x97','\xa1','\x3a','\xe3','\x09','\xcc','\x88','\x65','\x8d','\xbc','\xaa','\xf0','\x35','\x7b','\x65','\x94','\xee','\xeb','\x88','\x7a','\x12','\xd7','\x8b','\xf3','\x7c','\x99','\x9a','\xc0','\x82','\x4e','\xf9','\x63','\x46','\xfe','\x10','\x73','\xe6','\xf5','\x55','\xbf','\xa4','\xe9','\x35','\x15','\x7d','\x92','\x17','\x4f','\x96','\xa1','\x7e','\x62','\x03','\x51','\x8e','\x36','\xb8','\x89','\xaa','\xa6','\xb5','\x9b','\x6b','\x53','\xc9','\x24','\x72','\xca','\x63','\x27','\xad','\x52','\x6b','\x6a','\x9a','\x8a','\x91','\xcf','\x27','\x77','\x37','\x59','\x58','\x02','\xd0','\xab','\x15','\xe4','\xcc','\x5f','\x97','\x20','\x33','\x29','\x02','\xa9','\x1f','\x6b','\xed','\x17','\xe4','\xa3','\x35','\x6c','\x08','\xc9','\xa2','\x43','\x93','\x28','\xa8','\xdb','\x38','\x0f','\x8b','\x88','\xf0','\xfe','\x33','\x06','\x3c','\x10','\x9b','\xe6','\x30','\x08','\x82','\xdc','\x94','\x1a','\x7c','\x9d','\xd9','\x9c','\x47','\x55','\xd2','\x63','\x83','\x6d','\x3b','\x5b','\x18','\x5b','\x54','\x98','\x3c','\x05','\x9a','\xc2','\x6b','\x97','\x78','\x1e','\xae','\xfe','\xbb','\x09','\xe6','\xd9','\x5b','\xad','\x2a','\x1e','\xc1','\xbc','\x8a','\x11','\x27','\xc6','\x50','\x9c','\x5b','\x33','\xe3','\x0d','\x50','\x06','\x0b','\x1c','\x23','\xbe','\x5f','\xa3','\x57','\xc4','\x5b','\x1b','\xa1','\xad','\xaf','\x72','\xa7','\xcf','\xb5','\x71','\x78','\xeb','\x66','\x6d','\x0b','\xfd','\x2a','\x46','\x4a','\x16','\x1d','\xae','\xef','\x08','\x82','\x05','\x5f','\xea','\x96','\x55','\xfb','\x8f','\xd2','\xac','\x94','\x8d','\xa3','\xc9','\xb8','\x10','\x42','\x87','\xaf','\x08','\x40','\x56','\xb8','\x48','\x9f','\x8b','\x6c','\x13','\xa3','\x8b','\x12','\x5e','\x4c','\xc0','\x09','\x6d','\x51','\x5a','\xee','\xe1','\xe9','\x95','\x9b','\xaa','\x19','\x35','\x12','\x25','\x4c','\x74','\x2c','\xbc','\xc9','\x29','\x26','\x04','\xa4','\xab','\x98','\xb6','\x14','\x92','\x10','\xcc','\x1c','\xfa','\x23','\x20','\x1c','\x43','\x68','\xa4','\xd2','\x5a','\x11','\xf4','\x3c','\x5e','\x67','\x46','\x44','\x34','\x16','\x61','\x6d','\xfe','\xba','\xd5','\x95','\xc1','\x35','\x55','\xda','\xc4','\x5d','\x1d','\x39','\x0c','\x2b','\xcd','\xaf','\x42','\x9c','\x22','\x9c','\x20','\xd4','\x7f','\x40','\x27','\xf8','\x61','\x0a','\xf0','\xf4','\xaf','\x2f','\x17','\x32','\x31','\x7d','\x9e','\xbe','\x50','\x55','\x5f','\x7e','\xc5','\x05','\xdc','\x53','\x7c','\x33','\x02','\x99','\x9d','\x65','\x33','\x2d','\x28','\x38','\xbe','\x74','\xaa','\xd2','\x1f','\xd4','\xc5','\x02','\x7e','\x6e','\x28','\x86','\x64','\x5e','\xc0','\x13','\x80','\x5b','\xa5','\x74','\x77','\x1e','\xe5','\x55','\xae','\xcf','\x80','\x13','\x5d','\x7e','\x17','\x94','\x95','\x64','\x9e','\xf2','\x51','\xa8','\x06','\xff','\xb1','\xdc','\xa3','\x5b','\x85','\x0f','\x0c','\x5e','\x30','\x94','\x95','\x71','\xbd','\x43','\x6b','\x9c','\x66','\x07','\x0b','\xba','\x01','\x60','\x6e','\x73','\x8f','\x54','\x59','\xc9','\x90','\x07','\x71','\x8d','\xfa','\x8c','\xad','\x2e','\x8b','\x22','\xd7','\xf7','\xae','\x09','\xfd','\xfd','\x5b','\xc8','\xf5','\xf7','\x0e','\xd0','\xda','\x48','\xe0','\xaf','\xc6','\x50','\x14','\x55','\xe0','\x71','\x35','\x8d','\xf5','\x1a','\xdc','\x00','\x1b','\x41','\x6f','\x1d','\xf6','\x7d','\xec','\xc6','\x43','\x07','\x36','\xc4','\x7d','\x8e','\xef','\xcf','\x3b','\x09','\x56','\xbb','\xc3','\x0b','\x0b','\xa2','\x48','\xfa','\xb0','\x18','\x14','\xd2','\x47','\xb1','\x7f','\x56','\x9c','\x8e','\xe7','\x7d','\xde','\xfa','\x59','\xe0','\xe1','\xd1','\x35','\xda','\x3c','\x81','\x0f','\xc0','\xa2','\x0f','\xac','\xaa','\xbb','\x23','\xf9','\x11','\xf1','\xbf','\xb2','\x45','\x75','\xab','\x2e','\x3e','\x86','\xac','\x98','\x93','\xcf','\x8a','\xd9','\x51','\x3e','\x59','\x34','\x1a','\xc6','\x0c','\xe8','\xa2','\xc1','\xf8','\x46','\xd0','\x6f','\x1d','\xf6','\x9d','\x9c','\x01','\xe4','\x76','\x81','\x84','\xf7','\x72','\x1d','\xbe','\x0f','\xb5','\x4a','\x04','\xe8','\x2c','\xf7','\xc6','\xc2','\x03','\x80','\xed','\x06','\x0d','\x03','\xa8','\x21','\x00','\xb6','\x06','\x7f','\xfc','\xf9','\x33','\xd8','\x31','\xbd','\x77','\x78','\x7f','\x7f','\x3f','\x36','\x80','\x8e','\x7d','\xf2','\xe3','\x37','\x8d','\x4c','\x26','\x8c','\x4d','\xb7','\xa7','\x7c','\x4f','\x1a','\x63','\x26','\xff','\x0c','\xf3','\x00','\x90','\x10','\x2f','\x89','\xb5','\xe6','\xd2','\x33','\xd5','\x2c','\xb1','\x43','\xff','\x47','\x4d','\xac','\x50','\xbf','\xd3','\x49','\x03','\x6a','\x0d','\x01','\x90','\x6f','\x33','\x0d','\x8c','\x8b','\x40','\x77','\x7d','\x82','\x9b','\xd3','\x8a','\xc0','\x1c','\x2a','\xd8','\x1a','\x6c','\x7a','\xaf','\xcf','\x88','\x1c','\xb3','\x5d','\x37','\x3b','\xf8','\xe9','\xbb','\x42','\xea','\x14','\xe2','\x29','\x09','\x2f','\x41','\x36','\x2a','\xe0','\x48','\xb7','\x4c','\xae','\x67','\x82','\x64','\x59','\xe6','\x1d','\xf5','\xe6','\x41','\x1e','\x6c','\xf5','\x26','\x04','\xc8','\x42','\x24','\x06','\x38','\xb6','\x2a','\xa7','\x17','\xd3','\x36','\xe9','\x59','\x7c','\x62','\x29','\xcc','\xe8','\x72','\xe5','\x8f','\x4a','\xe1','\x54','\xb0','\x18','\x3f','\xba','\x2a','\xf8','\x5c','\x59','\x53','\x97','\xdc','\x61','\x8e','\xe8','\x13','\x9d','\xd0','\x1e','\x09','\x20','\x5c','\x78','\x09','\xd0','\xc2','\x4e','\xae','\xe8','\x2f','\xd9','\xcf','\x44','\x8c','\x2a','\x02','\x09','\x56','\x82','\xea','\x9e','\x30','\x4a','\x2e','\xcc','\xf8','\x50','\x86','\xa5','\xd0','\xf3','\x7f','\x61','\xf5','\x69','\xdd','\xf0','\xb0','\x63','\xf1','\x41','\x5b','\xf1','\x11','\x38','\x2d','\x9c','\xab','\xa1','\xd6','\x7e','\x91','\x36','\xae','\x15','\x85','\x32','\x4d','\xe6','\x1b','\xe2','\x06','\xe1','\x8b','\x39','\xa8','\x77','\x7c','\xa7','\xb9','\x9c','\x7b','\x0c','\x8d','\xd3','\x0a','\x7b','\x88','\x3b','\x2c','\x27','\x3b','\x7f','\xa5','\x6c','\x64','\x66','\x9c','\x9f','\x01','\x96','\x67','\x85','\x02','\x1c','\xe9','\xeb','\x2b','\x56','\xe6','\xe6','\xa7','\x08','\x60','\x27','\xa8','\x42','\xba','\x47','\xc0','\x2b','\xd2','\x13','\x2e','\x47','\x68','\x69','\x17','\x98','\x7b','\x15','\xc0','\x01','\xdf','\xd0','\x31','\x79','\xb5','\x62','\x5c','\x8d','\xab','\x57','\x46','\x8e','\xe8','\x77','\xce','\x21','\xa5','\xe9','\x7f','\x6c','\x58','\x00','\xa2','\xf6','\x79','\x68','\x01','\x5a','\xf0','\x23','\xb7','\x11','\x34','\xcb','\x0a','\x29','\x3f','\x08','\xf5','\xc7','\x61','\xe6','\x46','\x90','\x74','\x18','\x6b','\x0f','\xa1','\x5c','\x80','\x8a','\xbc','\xe4','\xc3','\x39','\xd9','\x1f','\x9e','\xb8','\x7d','\xb2','\x00','\x95','\x15','\x43','\x70','\xbb','\x09','\x9c','\x64','\xb0','\xd5','\x0e','\x00','\x1b','\x02','\x41','\x03','\x09','\x0c','\x2c','\xbb','\x40','\x08','\x89','\x06','\x34','\x7f','\xe4','\x15','\xee','\xd3','\xcb','\x4c','\xa5','\x5c','\xce','\x5a','\x3c','\x73','\xdb','\x00','\x26','\x03','\x44','\x9f','\x94','\x5f','\x7b','\x8a','\x38','\x80','\xcc','\xb7','\x7c','\x79','\x04','\xec','\xa2','\x65','\x54','\x68','\x6c','\x09','\x13','\x0e','\xe4','\x90','\xc0','\x35','\x0f','\x27','\x58','\x6c','\xbe','\x3b','\x41','\x73','\x57','\xe6','\x8c','\x8a','\x64','\x0e','\x4f','\x7a','\x5a','\xa1','\x52','\x48','\x7b','\x1e','\x61','\xa5','\xe7','\xb4','\xf4','\x39','\x65','\xe4','\xe1','\xb1','\xff','\xa8','\xcc','\x11','\x33','\x2b','\xbd','\xe7','\x9a','\x48','\xe6','\xa1','\x3f','\xd6','\x10','\x77','\x74','\xfa','\x3e','\x82','\x87','\x8c','\xfb','\xb4','\xec','\x7b','\x50','\x3b','\x81','\x22','\x0e','\x93','\xcc','\x73','\xb8','\xd2','\xd8','\x2d','\x95','\x2b','\x3b','\x3a','\xef','\xc4','\x0e','\x03','\xa8','\xc3','\xcf','\x3f','\xa2','\x27','\xdb','\xc0','\xb3','\x9e','\x19','\x6a','\x00','\x5d','\x2e','\x97','\xe9','\x0c','\xd0','\xb6','\x6d','\x33','\x3b','\x44','\x33','\x74','\x24','\x72','\x9c','\xf9','\xdf','\xc5','\x4e','\x89','\x77','\xe3','\xb0','\xda','\xbb','\x9a','\xa1','\x89','\x38','\x27','\xc5','\x7d','\x09','\xf3','\xca','\x43','\xd8','\xfe','\x3a','\xa8','\xc3','\x0e','\x2d','\x82','\x31','\xdb','\x34','\x30','\xc2','\xfc','\xa6','\xb2','\x12','\x6a','\x12','\x05','\xe6','\x72','\xdd','\xc6','\xce','\xcf','\x8f','\x0b','\x5c','\xaf','\xbc','\xe2','\xe5','\x7d','\x02','\x2b','\xe0','\x4a','\x74','\x25','\x5d','\x7c','\x24','\x18','\x91','\x48','\x28','\x4e','\xf8','\x89','\xb0','\xf0','\x13','\x7d','\xd5','\x5f','\x0b','\xe4','\xb5','\x6c','\xaf','\xdc','\x4c','\x75','\xad','\x51','\x9f','\x80','\x0c','\x1f','\x1d','\x42','\xc1','\x75','\x72','\x13','\x70','\x38','\xcf','\xfa','\xc7','\x61','\x1d','\xe5','\xef','\x53','\x59','\x3d','\x62','\xf7','\x99','\x4a','\x59','\xaf','\xcb','\xe0','\xdb','\xa2','\x1b','\x3c','\x3a','\x36','\x8f','\x34','\xaa','\x80','\x93','\x88','\xe9','\x7c','\x39','\xb9','\x4c','\x85','\xc0','\x67','\x23','\xc8','\x18','\x54','\x67','\x85','\x44','\x0c','\x20','\x5b','\x14','\x18','\xee','\x1a','\x76','\x2f','\x41','\xaa','\x17','\x40','\xdd','\x6e','\x9f','\xb2','\x47','\x1e','\xc8','\xa4','\xcd','\xfb','\x42','\xc3','\xe7','\xab','\xa1','\x6c','\x5a','\xd6','\x81','\x3e','\xda','\xfe','\x3b','\xf9','\xd3','\x82','\x61','\xc2','\x83','\xce','\x4a','\xe1','\x75','\xb9','\xf7','\x0c','\xb7','\xb3','\x70','\xc2','\x78','\xab','\xf8','\x9e','\xee','\xe8','\x6b','\x54','\xd2','\x3b','\xbb','\xe4','\x9f','\x85','\xdf','\x33','\xe0','\xf9','\xeb','\x43','\xcc','\xeb','\x81','\x0a','\x9e','\x29','\xd4','\xd9','\x7c','\x12','\x0c','\xc9','\xbf','\xd3','\x44','\xd2','\xff','\xcc','\x23','\xb1','\xa1','\x53','\xcc','\x4c','\x47','\xd0','\x15','\xe2','\x03','\x1e','\x7a','\x24','\xee','\x1e','\x46','\xdf','\x79','\xb0','\x00','\x40','\x5a','\x18','\x82','\xb0','\x40','\xac','\xfa','\x85','\xe3','\x7b','\x44','\xac','\x60','\x77','\x00','\x40','\x1a','\xc6','\xfb','\x64','\xb0','\x80','\x73','\xe7','\x27','\xa7','\x27','\xb9','\x16','\x21','\x8d','\xd5','\x6d','\x90','\xf7','\xaf','\x6c','\xe5','\xeb','\x21','\xab','\x0d','\xce','\x51','\x20','\x24','\xf0','\x6d','\x6f','\x0f','\xcc','\xdb','\xdc','\x72','\x29','\x27','\x56','\xee','\xbf','\x9e','\x63','\x53','\x29','\xcb','\xf1','\xb7','\x7b','\xfc','\xca','\xdb','\x3b','\xc1','\xca','\x75','\x59','\x0e','\xeb','\x21','\x9d','\x37','\x53','\x7d','\x05','\x4a','\x93','\xbc','\x0d','\x73','\x0f','\x8a','\x87','\x50','\x55','\xad','\x26','\xac','\xfa','\x54','\x74','\xcc','\x20','\xf7','\xad','\x70','\x7f','\x7d','\x42','\xb0','\x3b','\x69','\xec','\x9c','\xde','\x6e','\x1d','\x76','\xfe','\xcf','\xef','\xf6','\x06','\xfd','\x13','\x98','\x67','\x1c','\xe1','\x13','\x74','\x46','\x0e','\xa8','\xa2','\xb8','\x91','\xf6','\x21','\xe0','\x38','\xb7','\x97','\x5d','\xe0','\xee','\x9e','\x01','\x92','\x84','\xde','\x72','\xc2','\x34','\x98','\xc1','\xdd','\xad','\xd9','\xae','\x8f','\xec','\x00','\x0d','\x44','\x49','\x11','\x9a','\x14','\xf8','\x25','\x11','\xd8','\x87','\xe1','\x67','\xeb','\xf0','\x10','\x85','\xcc','\x29','\x97','\x94','\xb3','\x2a','\x31','\xcc','\x6b','\x23','\x81','\xf8','\x38','\x9d','\x1e','\x9e','\x72','\x65','\xa8','\x65','\xea','\xca','\x3f','\xd2','\xb7','\x34','\x0d','\x6f','\xc1','\x5d','\xaf','\x0d','\x2e','\x57','\xb9','\xd4','\xf4','\x02','\xdb','\x95','\x03','\x1d','\x40','\x1a','\xcb','\x05','\x81','\xd9','\x5f','\x31','\x12','\x0a','\x45','\xdd','\x45','\xbe','\x29','\x77','\x8b','\xce','\xf0','\x49','\x25','\xbc','\x44','\x81','\x07','\x45','\x05','\xda','\x4b','\x33','\xcb','\x97','\x43','\xae','\x21','\xd2','\x16','\x72','\xdf','\xca','\x31','\x09','\xcf','\x89','\x6b','\xe5','\x34','\x01','\x7f','\x88','\xb3','\xf2','\x00','\x64','\x62','\xcc','\xfd','\x33','\x99','\xce','\xd5','\x9f','\x45','\x81','\x46','\x33','\xfe','\xbd','\xee','\xe4','\x49','\xa5','\x79','\x02','\x1f','\x31','\xd3','\xb3','\x46','\x04','\xce','\xb8','\x3f','\xeb','\x39','\x47','\xc4','\x17','\x6c','\xee','\xa4','\xcc','\x71','\xd8','\x3f','\x32','\x59','\x84','\x0f','\x64','\xda','\x33','\x1c','\xe6','\x43','\x93','\x99','\x43','\x17','\x0d','\x50','\x76','\x11','\x19','\x55','\x6c','\x64','\x24','\x4e','\x53','\xa0','\x7f','\xa1','\x05','\xf4','\x4c','\xd5','\x71','\x02','\x41','\xe2','\x60','\x13','\x15','\x8e','\x2c','\xe4','\xaa','\xfb','\x78','\x7b','\xfd','\x9c','\x33','\xc1','\x99','\x10','\xab','\xf2','\xe4','\xaf','\xc2','\x8b','\x1c','\x9e','\x32','\x52','\x67','\xc7','\x65','\x21','\x9b','\x8b','\x84','\x74','\x5c','\xae','\x2b','\x48','\x7e','\x4e','\xbc','\x6a','\x35','\x89','\xc5','\xf8','\xf1','\x3c','\x2a','\x56','\xfd','\x75','\x20','\xf2','\x95','\xf0','\x6e','\xe7','\x94','\xf2','\xef','\xd5','\x88','\xe4','\x3a','\xf9','\xdf','\xe9','\xeb','\x0a','\x4f','\xc7','\xf3','\xa2','\x4b','\xed','\xcc','\xa7','\x06','\xff','\x90','\xf4','\xce','\x28','\x90','\x8a','\x57','\xed','\xcb','\xf2','\xe4','\x03','\xc0','\xdc','\x0d','\x80','\x10','\x7a','\x07','\x5d','\x88','\x94','\x43','\xd9','\xda','\x24','\x26','\x30','\x73','\x43','\xb7','\x33','\x95','\x44','\x63','\xe7','\x06','\x01','\xa0','\x01','\x2f','\x1a','\x89','\x21','\xc8','\x08','\xf6','\x5d','\x64','\x23','\xd9','\xe2','\x30','\xc9','\xa2','\xe7','\xf8','\xc7','\x1b','\x8f','\xd8','\xe4','\x22','\x5e','\x74','\x78','\xce','\xfc','\xe3','\x15','\x7d','\x70','\x0f','\x26','\xf1','\xc5','\x74','\x4a','\x00','\x1c','\x69','\x0c','\xb5','\x6d','\xe2','\xc5','\x83','\x9e','\x9c','\x55','\x24','\x24','\x65','\x7f','\xc1','\x82','\xee','\xb7','\x47','\x95','\xa2','\x19','\xd1','\xd2','\x42','\xaa','\xde','\xa5','\xe2','\x56','\x22','\xcb','\x1b','\x28','\x09','\x6d','\x0c','\x0f','\x3c','\xbe','\x67','\x76','\xae','\x3d','\x2a','\x04','\xda','\x77','\x32','\x21','\xee','\xb2','\x52','\x8f','\xaf','\x57','\x41','\x8a','\xf9','\x55','\x34','\x07','\x9c','\x4a','\xad','\x05','\xca','\x39','\x9f','\xbc','\x81','\x5d','\xdd','\x1f','\x28','\xfd','\x6f','\x3a','\xb3','\x3c','\x83','\x46','\x97','\xbd','\xdd','\x3a','\xec','\xef','\x9d','\x2f','\xf0','\xa6','\xc5','\x10','\x1c','\xcb','\xa0','\x92','\x1f','\xe6','\x72','\x92','\x5e','\x42','\x34','\xae','\xf5','\x91','\x18','\x06','\x62','\x00','\x1d','\xba','\xc0','\xc9','\x45','\x41','\xf3','\x19','\x20','\xe9','\x10','\x77','\xc6','\xa7','\x59','\x2c','\x7f','\xdd','\x11','\xf2','\x12','\x16','\x7c','\xe7','\x55','\x0d','\x3d','\x07','\xc1','\x15','\x40','\x1b','\x1b','\xc5','\x9c','\x9f','\x5c','\xbe','\x1e','\x0c','\x75','\x4b','\x5a','\x0c','\x3e','\xbc','\xb2','\xca','\x23','\x03','\x67','\xa9','\xd6','\xb8','\xfa','\xbe','\xc7','\x86','\xb0','\x5d','\xf8','\x4e','\x9f','\x1f','\xdb','\xb8','\xd0','\x74','\x6b','\xd0','\x2e','\xe3','\x66','\x76','\x68','\x10','\x98','\xb8','\xce','\x4d','\xb3','\x15','\xe3','\xae','\x08','\xc5','\x3a','\xa6','\xdf','\xee','\xfb','\xa9','\x6e','\x2d','\x68','\xeb','\xcc','\x28','\x50','\x81','\x87','\x15','\xa9','\xea','\x0e','\x78','\x29','\x14','\x8d','\x1f','\x6e','\x53','\x4c','\x62','\xe9','\x28','\x3d','\xfb','\xda','\x52','\xa5','\x95','\xb0','\x3f','\x6c','\xf2','\x9d','\xf9','\x14','\x60','\x31','\xdf','\x0e','\x41','\xc6','\x2b','\xbc','\x32','\xc4','\x1c','\x19','\xdd','\xad','\xeb','\x59','\xbd','\xd6','\x04','\xe1','\xb3','\xfa','\x78','\x9c','\xe3','\xb4','\x8f','\xd5','\x9a','\xbe','\x13','\xb4','\x8b','\x3b','\x68','\x88','\x23','\x10','\x42','\xa8','\x33','\x77','\x90','\x68','\x06','\x7e','\xfe','\x67','\xc4','\x4a','\xe3','\x13','\x42','\x5a','\x1f','\x4d','\x32','\x1a','\x96','\x08','\x6e','\xd9','\x94','\x71','\x7e','\xde','\xe0','\xfb','\xa5','\xb0','\x94','\xbd','\x35','\xd1','\xab','\xd2','\xf5','\x2c','\x3c','\x4b','\x20','\xa7','\x8a','\x8e','\xbc','\xfe','\x97','\x0d','\x87','\x23','\x93','\xcc','\x2b','\x32','\xc9','\x0d','\x12','\x75','\x6e','\x1a','\x64','\x6e','\xc7','\x49','\x7c','\xfd','\x1a','\xc8','\xca','\x0b','\x26','\x5e','\xfc','\xa5','\x56','\xd9','\x73','\x80','\xf9','\x41','\x75','\x06','\x3b','\xc4','\xac','\x8a','\x12','\x38','\x3d','\x21','\xfd','\x3d','\x35','\x18','\x6e','\x9e','\x7c','\xb8','\x67','\x04','\x1f','\x32','\xd7','\xb3','\x49','\x5f','\x73','\x62','\xcf','\x14','\x8f','\x91','\x42','\xcf','\x8e','\x35','\xb0','\x83','\xe8','\x20','\x67','\xec','\x9c','\x4b','\x90','\x8b','\x78','\x95','\x77','\xb7','\xfc','\x7a','\x33','\x22','\x8e','\x8b','\x55','\x29','\xba','\x0b','\x25','\x9d','\xef','\xd7','\x42','\x31','\xf7','\xa6','\xdd','\x09','\xcf','\x1c','\x1e','\x91','\xcd','\x67','\xaa','\x47','\xa7','\xe7','\xad','\xea','\x7c','\xa8','\xc0','\xd7','\xe0','\xf5','\xf1','\x72','\xce','\x17','\x70','\x94','\xf2','\xd8','\xbd','\xae','\xfa','\x38','\xde','\xa9','\x07','\x92','\xbe','\x33','\xd6','\x63','\x6f','\x45','\x6f','\x36','\x22','\x10','\xd7','\xb6','\xfd','\xd6','\xe1','\xb6','\x8f','\x5d','\x1f','\x0b','\xb2','\x14','\x8b','\xac','\x78','\xf3','\x61','\x8b','\x2b','\x5b','\x56','\x32','\xa1','\x4b','\x43','\x00','\xd4','\xbb','\xcf','\x09','\x44','\xa4','\x01','\xde','\x32','\x84','\x20','\x08','\xfb','\xbe','\x87','\x1d','\xa0','\xde','\xbb','\xdb','\x1a','\x76','\x7f','\x9d','\x01','\x64','\x38','\x71','\x47','\xc9','\xca','\x46','\xb7','\x77','\xb6','\xab','\x11','\xe6','\xcc','\x12','\x82','\xf2','\x33','\x75','\x84','\xf9','\x09','\x0f','\x05','\x21','\x2e','\x1b','\x04','\x41','\xc1','\x96','\xb8','\x5d','\xf0','\x68','\xc9','\x3b','\xe3','\x17','\xa2','\x4e','\xe4','\x89','\x54','\x29','\x77','\xfc','\xba','\x6d','\x0d','\xae','\x6f','\x0d','\xae','\x7c','\x43','\xf4','\xe5','\x6d','\xb3','\xbb','\x00','\x26','\x1f','\x8f','\xd4','\x9e','\xa0','\xcc','\x39','\x23','\x22','\xb4','\x43','\x5e','\x16','\xdc','\x83','\x34','\xd1','\x21','\x98','\xad','\x48','\x30','\x2d','\x0d','\x14','\x79','\x67','\x25','\x20','\x8f','\x03','\x4d','\xf8','\x94','\x3b','\x51','\xf2','\xde','\x37','\x48','\xfe','\x78','\x83','\x4f','\xcb','\x2c','\xf2','\x4e','\xb8','\x2d','\x94','\xeb','\x25','\xee','\x2e','\xed','\x5d','\x69','\x91','\x71','\xba','\x97','\xd2','\xd1','\xb2','\x53','\xa2','\x8e','\x76','\x3d','\x8e','\x64','\xc0','\xa3','\xc2','\xec','\xa3','\xc1','\x88','\xb5','\x4b','\x58','\x19','\xe9','\xcc','\xb4','\x7a','\xef','\xd0','\x60','\xd3','\x3b','\xab','\x7a','\x6f','\x80','\x3b','\x00','\x8e','\x7f','\xb8','\xe6','\x88','\x78','\x64','\x95','\x18','\x2a','\xc1','\x94','\xb8','\x1c','\xa3','\x24','\xb5','\x22','\x3d','\xb1','\x51','\xe4','\x8c','\x20','\x82','\x5f','\x6b','\xfc','\xf8','\x28','\x48','\x4f','\xa1','\xf1','\xc0','\x60','\xbf','\x4a','\x1e','\x2f','\x51','\xf0','\xca','\x97','\xd7','\x26','\xef','\xd5','\x9a','\xf9','\xb8','\x27','\xe4','\x33','\x08','\xa7','\x71','\x3c','\xce','\x16','\xbf','\x2c','\x25','\xc3','\x8a','\x9f','\xe9','\xc3','\xbc','\x1b','\x2d','\xbb','\x0d','\x2e','\xc9','\xb7','\x00','\xd2','\x19','\xce','\x6e','\xd1','\x8c','\xf8','\xaf','\xc0','\x2f','\xee','\x44','\x3a','\x08','\x86','\x00','\xcc','\x69','\x3c','\x61','\xa0','\x39','\xb8','\x48','\xc0','\x95','\x10','\x70','\x82','\xf5','\x0a','\x3d','\x1b','\x30','\x0e','\xdf','\x9e','\x9a','\x2a','\xab','\xf3','\x41','\xa7','\x20','\x89','\x58','\x94','\xdd','\x18','\xf7','\xcd','\xda','\x62','\xf5','\x99','\xed','\x93','\x38','\xb8','\xea','\x3d','\x7c','\x29','\x23','\x99','\x8e','\x41','\x1d','\x9c','\x21','\x93','\x65','\x3b','\x97','\x4c','\xd6','\x6d','\xb6','\xa8','\x8c','\xc3','\x25','\xae','\x03','\x90','\xf3','\x00','\x31','\x87','\xf9','\x88','\xe2','\x67','\x93','\x08','\x81','\xe7','\xf2','\x68','\x75','\x92','\xe3','\xcb','\x22','\x0a','\x8b','\x89','\xad','\xaf','\x1c','\x13','\xd2','\x39','\x7d','\x10','\x0e','\x3a','\x97','\xa1','\xb5','\xbb','\x74','\xa5','\x0e','\x57','\x65','\x3a','\xb0','\x0c','\xfc','\x18','\xcc','\x45','\x38','\xfd','\xe7','\x2c','\x63','\x3e','\x62','\x6e','\x74','\xfc','\x59','\xf3','\xbb','\xfa','\xaa','\xb4','\x4b','\x9e','\x98','\xf5','\xbe','\x43','\xa6','\x99','\xe4','\x74','\x9a','\x80','\xfa','\xd5','\x2d','\x00','\x67','\x1d','\x8f','\x88','\x60','\x67','\xb7','\xb7','\xdb','\xad','\x43','\xdf','\x7b','\x3c','\x52','\x82','\x31','\xfd','\x23','\x2d','\x59','\x82','\xeb','\x40','\x55','\xd7','\x69','\xd8','\x2e','\x1e','\x6e','\xb7','\x1b','\xdc','\x6e','\xf3','\x0d','\xa9','\xd3','\x3d','\x40','\x79','\x9b','\xa8','\x71','\x98','\x47','\x75','\x73','\x93','\xdf','\xc3','\xb2','\x30','\xc1','\x02','\x60','\xa1','\xef','\x78','\x75','\x23','\xbb','\x08','\x79','\xc6','\x42','\xfe','\xdd','\x52','\x4b','\x9d','\xdf','\xe9','\xf9','\x04','\xfe','\x9c','\x2f','\x54','\xd2','\x3c','\x68','\x67','\x6f','\x1a','\x4a','\x3e','\xde','\xaa','\xd6','\x5d','\x1f','\x8a','\xb5','\x64','\x81','\x9c','\x39','\x21','\x22','\x6c','\x0d','\x61','\xbb','\x20','\x5c','\x2e','\x1b','\x5c','\x7f','\x8c','\xf3','\x3e','\x17','\x0e','\x72','\xd0','\x9a','\x37','\x47','\x63','\x1d','\xc6','\x2c','\xec','\xd9','\xc7','\x48','\x8f','\xfd','\xe2','\x1f','\x5c','\xff','\x79','\xe2','\xc9','\x5d','\x33','\x71','\xed','\xdc','\xab','\x6b','\x89','\x52','\x64','\x85','\x70','\xae','\x68','\x4e','\xed','\x8a','\x23','\xc3','\xcd','\x09','\xea','\xc0','\xe8','\x8b','\x22','\x4c','\xb0','\x97','\xa5','\xcf','\xcf','\x74','\x90','\xe8','\x08','\xb2','\x82','\x43','\xf6','\x30','\x9a','\x87','\x39','\xd9','\xb2','\x0c','\x72','\x6d','\x8d','\x86','\x33','\xc5','\xb4','\x0b','\x03','\x0d','\xf3','\xa7','\x93','\xbc','\x34','\xf8','\x9f','\x9f','\x48','\x7f','\x1f','\xcc','\x98','\x91','\xd5','\xc8','\xbd','\xdb','\x36','\xb5','\x44','\x29','\xda','\x5a','\x03','\x6a','\x04','\xbd','\xe1','\xb8','\xbb','\xa2','\xe1','\x88','\xd8','\xa2','\x88','\xc7','\xb0','\xec','\xe3','\x77','\x90','\x34','\xa9','\x56','\x8c','\xf6','\xb3','\x57','\x2c','\xfc','\x73','\x1a','\xf4','\xb1','\xe3','\xe3','\xe6','\xfd','\x93','\xf0','\x04','\x7b','\x5d','\x96','\x91','\xa7','\xd3','\x29','\xa3','\xec','\x09','\xed','\x84','\x78','\xae','\xe8','\x3a','\x0c','\x78','\xfc','\x5f','\x67','\x1e','\x65','\x2e','\x15','\x61','\xbd','\x27','\x9e','\x0d','\xc1','\xaa','\x8f','\x4d','\x69','\x8c','\x04','\x5f','\xad','\x73','\xcd','\xf4','\x3d','\xab','\xb8','\xe1','\x4c','\xc5','\x02','\x2f','\x5f','\x6c','\x18','\x33','\x6f','\xfd','\xb8','\xaf','\x4f','\x0c','\xcd','\xa7','\x81','\x2a','\xb7','\xcc','\xaf','\xc2','\x4e','\xc1','\x2f','\x43','\xb4','\xe8','\xe9','\x7b','\xba','\x95','\x28','\xf2','\x6e','\xe2','\x86','\x03','\xd2','\xe0','\x42','\xdb','\x82','\xf1','\x55','\x09','\x39','\x7d','\xa4','\x12','\x8c','\xae','\xf9','\xfc','\xce','\x10','\xfc','\x45','\x46','\x86','\x6b','\x46','\x44','\x91','\x4e','\x63','\xd3','\x3b','\xd9','\x42','\x09','\x79','\xa3','\x85','\xcb','\xc3','\xa6','\xf7','\xc3','\xe7','\xab','\x2e','\x5c','\x6d','\xae','\xdb','\x10','\xa8','\x79','\x1a','\x58','\xe9','\x4b','\x5f','\x03','\x4e','\x83','\xd1','\x5f','\xaa','\xef','\x20','\x7b','\xd0','\x10','\xaa','\xcb','\x9b','\xa5','\x71','\xf9','\xf3','\x96','\x02','\x08','\x9d','\x73','\x8b','\xb3','\x60','\x59','\x20','\x92','\x17','\x8a','\x67','\xbe','\x83','\x81','\x66','\xc4','\xcd','\x50','\x8b','\x5e','\xc8','\xea','\x0c','\x87','\x06','\xd5','\x94','\xd1','\x38','\xd3','\x19','\x79','\x5d','\x16','\xc5','\xfd','\x13','\x22','\xaa','\x0a','\x09','\x60','\x6c','\x57','\x36','\x00','\x55','\xd3','\xd4','\x02','\xc3','\xed','\x9d','\x77','\x41','\x03','\x91','\x58','\x85','\x53','\x33','\xc5','\xa8','\x37','\x7c','\x81','\x77','\x7f','\x78','\x31','\x35','\xbb','\xbd','\x49','\xa2','\xaa','\xad','\x13','\x02','\x05','\x52','\x2b','\xb5','\xc2','\xe9','\x74','\xd2','\xde','\x4e','\x04','\x7e','\x23','\x47','\xf4','\xa7','\xea','\x32','\x54','\x35','\x80','\x5a','\x6b','\xd3','\x21','\xa1','\xd6','\x1a','\x6f','\x5d','\x0f','\x77','\xae','\xa6','\x4a','\x08','\x46','\xed','\x5a','\x18','\x97','\xfc','\x95','\xb6','\xae','\x98','\xd8','\xd3','\xe0','\xa3','\xab','\xd4','\xab','\x35','\x71','\xb7','\x07','\xcd','\x8d','\xc0','\xe3','\x97','\x23','\x50','\x54','\x8a','\xa8','\xf7','\x3f','\x00','\x08','\xee','\x6e','\xd7','\x1f','\x1b','\x5c','\xaf','\x1b','\x6c','\x97','\x8d','\xc3','\x7a','\x7a','\xcb','\xc9','\xf2','\xd4','\xfa','\xbf','\x0c','\x0c','\xf1','\x64','\x5c','\x74','\x91','\xd7','\xa9','\xc9','\xcd','\x81','\x9c','\x98','\xa6','\xe4','\xae','\xa6','\x35','\xd0','\xf4','\x63','\x51','\xf9','\xbd','\xfc','\x15','\x4e','\xae','\x51','\x99','\xb9','\x9b','\xd1','\x70','\xb7','\x8a','\x97','\x82','\xd2','\x80','\xa1','\xc1','\x7f','\xef','\x20','\xe2','\x14','\x90','\x97','\xd1','\xf5','\x07','\xf4','\xd6','\xd7','\xa9','\xbc','\xb6','\x8a','\xa0','\x81','\x10','\xf6','\x11','\x0a','\xbf','\x41','\x1b','\xa1','\x6a','\x25','\xbc','\x64','\x47','\x20','\xa6','\x71','\x3e','\xe3','\xcb','\x79','\x1b','\x4f','\x13','\x82','\xbe','\xb3','\xc0','\x59','\x84','\x71','\x46','\xb4','\xa8','\x71','\x02','\x6e','\xa3','\x36','\x1a','\x37','\x98','\x77','\x82','\x46','\x1d','\x61','\x3e','\xff','\x17','\x41','\xc5','\xab','\x3e','\xb7','\xb2','\x07','\xea','\x32','\x19','\xa9','\xcf','\x36','\x8e','\x31','\x0d','\xfa','\x77','\xab','\xaa','\x4f','\x68','\x0c','\x67','\x94','\x8a','\x5c','\xa6','\x4e','\xdb','\xcc','\x2f','\x7f','\xad','\x2e','\xb9','\x06','\x11','\x11','\xde','\x40','\xfb','\x85','\x78','\x3e','\xd2','\xe7','\x92','\x5a','\x64','\x70','\x6b','\xc3','\x63','\x42','\xce','\x09','\x93','\xcc','\x77','\x02','\x3e','\x6f','\x08','\x51','\x36','\x7f','\x65','\x3b','\x93','\xec','\x57','\x72','\xc0','\x39','\x0d','\x80','\x13','\xf1','\x08','\xf3','\x46','\x42','\x27','\xa0','\x06','\xca','\xbb','\x3c','\x69','\x35','\x3d','\x33','\xed','\x3c','\x51','\x08','\xa0','\x93','\xec','\x7c','\x81','\xea','\x51','\xfe','\x42','\xc9','\x02','\xd5','\x61','\x73','\xfd','\x62','\x23','\x28','\x80','\xef','\x07','\x2a','\x3a','\x87','\x9b','\x84','\xf2','\x1b','\x48','\x75','\xb4','\x67','\x21','\x64','\x95','\xfe','\x16','\x06','\x23','\xfc','\x06','\x41','\x8d','\xa0','\xc0','\x3e','\x89','\xcc','\xf2','\x59','\xf1','\xd5','\xc7','\x08','\x7e','\x42','\xee','\x99','\x91','\x39','\x5f','\xe5','\x71','\xaa','\xaa','\x1c','\x4f','\xb7','\x00','\x4e','\xf6','\xa6','\x34','\xe1','\xc1','\x29','\x89','\x3e','\xc2','\x6b','\xd4','\x4d','\xc9','\x16','\x51','\xf9','\xbc','\x8f','\x9c','\xf9','\x11','\x77','\xd2','\xf3','\x1d','\xf9','\x40','\xeb','\xfd','\x9c','\x24','\xfb','\x31','\xce','\xdd','\xc5','\x72','\x88','\x08','\x2e','\x97','\x10','\xee','\x40','\x21','\x18','\x40','\x39','\xe3','\x60','\x5e','\x2d','\x5c','\x74','\x6a','\xa5','\x0e','\xe2','\xca','\xc6','\xc5','\xa4','\x1c','\x26','\x43','\x09','\xe0','\x0c','\x83','\x73','\x92','\x33','\x01','\x71','\x43','\x81','\x60','\x1c','\xbe','\x93','\xe4','\xc9','\xe8','\xf1','\x8d','\x37','\xb4','\x4c','\x91','\xf5','\xd5','\x54','\x02','\x5b','\x26','\x09','\xc2','\x60','\x5e','\xdb','\xb5','\x59','\x74','\xb7','\xb7','\x0d','\x2e','\x9b','\xf5','\x8b','\x17','\xb2','\x38','\xa1','\x3c','\x0f','\x46','\x56','\xc6','\xeb','\x46','\xc6','\x17','\xa3','\x0e','\x2c','\xd2','\xac','\x2d','\xa0','\xf0','\x0a','\x8b','\x77','\x4b','\x04','\x92','\x05','\x93','\x79','\xad','\x9b','\x05','\xb9','\x88','\x45','\x32','\x7e','\x91','\x08','\xc3','\x38','\x62','\x9d','\xfe','\x0e','\x9c','\x4a','\x5a','\x15','\x7a','\x46','\xc2','\x2a','\x4e','\xa4','\x82','\x49','\x8b','\xa2','\x5c','\x22','\x56','\x7f','\x6a','\x5d','\xf2','\x21','\xa6','\xfa','\x31','\x21','\x71','\x58','\xb2','\x32','\x42','\xd4','\xf9','\xa1','\xfe','\xba','\x97','\xb1','\xd8','\x41','\x1b','\x02','\xee','\x0d','\x5a','\xeb','\xd0','\x91','\xa3','\x3d','\xb2','\x01','\x8f','\x5c','\x08','\xe2','\x70','\x27','\x35','\x79','\x32','\xf7','\xad','\xf9','\xb6','\x8f','\x55','\xc1','\x10','\xf2','\xda','\x33','\xd3','\xb9','\x63','\x5d','\x19','\xac','\x3c','\x7d','\x40','\xe6','\x0b','\x19','\xaf','\x64','\xde','\x47','\x20','\x18','\x73','\x8f','\x20','\xe4','\x7f','\x9c','\xa4','\x4b','\x51','\xd0','\x72','\x40','\x92','\x55','\xfa','\x58','\x57','\x8d','\x02','\xa5','\xbf','\xab','\x2c','\x2b','\xce','\x3c','\xd8','\xa5','\xbd','\x95','\xb9','\x12','\x05','\xac','\x33','\x80','\x2b','\xd7','\x65','\x57','\x56','\x30','\x88','\x2b','\x7e','\xc8','\x52','\xf0','\xee','\x58','\xba','\x15','\xf8','\x1c','\xf4','\x40','\x2a','\xfe','\x0e','\x06','\xb5','\x70','\xd3','\x70','\xdc','\x0d','\x7f','\x3d','\x7e','\xd6','\xaf','\x46','\x6b','\x87','\x34','\xee','\x0f','\xb2','\xf0','\xa3','\x5e','\x56','\xc8','\x77','\xeb','\xa0','\x18','\x07','\x8e','\xec','\x3b','\x75','\xe7','\x1e','\x77','\xae','\xcd','\x25','\x2d','\x3e','\x32','\xb9','\xb3','\x61','\x53','\x3e','\x30','\x82','\x62','\xa8','\xad','\x0a','\x26','\x3e','\x2f','\xe9','\x56','\xbd','\x31','\xdd','\x55','\xb2','\x5d','\x34','\x4e','\x36','\x88','\x1e','\x24','\x11','\xb5','\x50','\x0c','\x27','\x42','\x8d','\x7e','\x87','\xdd','\x85','\xf2','\x65','\x7a','\x1f','\x38','\x78','\x37','\xbc','\xdc','\xa0','\xaf','\x23','\x96','\xdc','\xd5','\x5e','\x55','\x98','\x15','\x6b','\xf2','\x14','\xb4','\x2c','\xd3','\xdb','\x51','\x98','\x07','\xd8','\x15','\xbe','\x1e','\xe6','\x94','\x40','\x6a','\xce','\x5a','\xb3','\xcd','\xb8','\xc8','\x6b','\x72','\x51','\xf2','\x53','\xd3','\x9c','\x20','\x30','\xaf','\x73','\xa0','\x90','\x4f','\x56','\x36','\x17','\x59','\x55','\x8e','\xac','\x88','\x73','\x24','\x1a','\xf8','\x54','\x4a','\x9d','\x43','\x4f','\x14','\x52','\xed','\x92','\xc0','\x5c','\x52','\x20','\x04','\x32','\x7a','\x3a','\x72','\xcd','\x21','\x93','\xdf','\x82','\x4b','\xf7','\xe7','\x7e','\x78','\x11','\x15','\x7c','\x9b','\x27','\xa4','\x7c','\x2f','\xba','\x54','\x87','\x7c','\x25','\x25','\x51','\x9e','\x1e','\x13','\x21','\x02','\xbc','\x5d','\xa3','\xb1','\x43','\x44','\xe5','\xee','\x0f','\x40','\x0a','\x82','\x90','\xfd','\xe6','\xf6','\x7d','\xb7','\xb3','\x3e','\x59','\x60','\xa9','\x02','\xef','\x76','\x56','\xbc','\x22','\xfb','\x11','\x70','\x0a','\xd3','\x18','\x14','\xdf','\xfb','\x2e','\x0d','\xbb','\xb9','\x05','\xe3','\x0c','\x41','\xf3','\x90','\x5e','\x2a','\x16','\xd5','\x32','\xeb','\xf0','\x6c','\x50','\x38','\xe6','\x85','\x08','\xb8','\x21','\x6c','\xdb','\x88','\xee','\x36','\x02','\x1d','\x34','\xbe','\xd3','\xa7','\x85','\xac','\x59','\x20','\xd8','\xa0','\x78','\x96','\x00','\x8e','\xb9','\xd7','\x8a','\x1e','\x85','\x0e','\x8c','\x84','\x92','\x57','\xc4','\x43','\xbe','\xf2','\xed','\x22','\xd1','\x33','\x83','\xe3','\xf0','\xf2','\x3d','\x19','\x50','\xf2','\xdf','\x08','\x7c','\x27','\x68','\x7b','\xa7','\x6e','\x11','\xc8','\x9a','\xe9','\x33','\xf0','\x4a','\xbe','\xcf','\x0d','\xcb','\x86','\xb3','\x7c','\x9b','\xaa','\xba','\xa3','\x5c','\xde','\x4b','\xb7','\x82','\xaf','\x3c','\xeb','\x22','\x17','\x94','\x75','\xf6','\xcb','\x1f','\x07','\x97','\xf9','\x52','\x40','\x16','\xe0','\xd0','\x01','\x7a','\xb3','\x5d','\x1e','\x9d','\x77','\xc2','\x87','\x39','\x6c','\xab','\xd2','\x38','\x0f','\x74','\x88','\x28','\x07','\x72','\xfe','\x0e','\x54','\xb1','\x18','\x99','\x3d','\x36','\xa8','\x8a','\x93','\x24','\x03','\x5e','\x69','\x22','\x48','\xc2','\xe1','\x6f','\x00','\x9e','\x1f','\x2d','\x05','\x50','\x86','\x3c','\x87','\x1e','\x49','\x7f','\x56','\x49','\x7c','\xa6','\x0e','\xf9','\xb3','\x90','\xcd','\x5a','\xf5','\x23','\x8a','\xea','\x93','\x20','\x6c','\x36','\x2c','\x3a','\x39','\x26','\x74','\x56','\xd1','\xfe','\x4a','\xf0','\x3c','\xf5','\x80','\xe5','\x7f','\x63','\x70','\xe7','\x97','\xf8','\xde','\x1f','\xbd','\x23','\x50','\xf8','\x2a','\xa7','\x44','\x30','\xb9','\xa6','\x3a','\xc4','\xa4','\xed','\x7e','\x1e','\x94','\xc6','\x7f','\x92','\x93','\x83','\xdf','\xb8','\xdf','\x2e','\xbf','\xa4','\x57','\x45','\xb2','\x47','\x3d','\x43','\xa2','\x79','\x8d','\x8b','\x1a','\x9b','\x86','\xfc','\x36','\xf9','\x6f','\x51','\xdf','\xc4','\x58','\x1a','\xc6','\xa0','\x05','\x49','\x10','\x95','\x0c','\xad','\x48','\x73','\xc3','\xeb','\xf0','\x7d','\xe9','\x43','\xf5','\x81','\x18','\x09','\xcf','\xf3','\x85','\xcc','\x03','\x32','\x2b','\x98','\xd8','\xcf','\x9d','\xb6','\x92','\x2b','\x0f','\xf3','\xb3','\xd0','\x19','\x0f','\x66','\xbe','\x2e','\xa8','\x44','\xe0','\xaf','\x0a','\xde','\x40','\x5c','\xf5','\x19','\x89','\x01','\xee','\xcc','\x3a','\x32','\x3d','\x35','\x97','\x27','\x89','\xf2','\x99','\x79','\x22','\x18','\x41','\x94','\x6e','\x7d','\xfc','\xb7','\xf7','\xe0','\x1a','\xf7','\x4a','\x98','\x54','\x05','\x59','\x48','\x65','\x17','\x92','\xb6','\xb1','\xde','\x9e','\xa2','\x5d','\xe7','\x3b','\x81','\x3c','\x84','\x20','\x08','\xd5','\xc1','\xa1','\xc9','\xf8','\x01','\x36','\x2e','\x18','\x81','\x20','\x60','\x02','\x72','\x19','\xdb','\x07','\x40','\x06','\x62','\xf1','\x59','\xb7','\x91','\x1b','\x42','\x43','\x33','\x46','\xc6','\xed','\xb3','\x5d','\x6f','\xa2','\x95','\x81','\x3a','\x87','\x82','\x1d','\x42','\x6c','\xdb','\x60','\x58','\x97','\xeb','\x06','\x6f','\x1c','\xe0','\x60','\x44','\x78','\xf3','\x51','\x6c','\xac','\xf3','\xd1','\x29','\x2e','\x71','\x3b','\x8e','\x5b','\xe1','\x56','\x1d','\xd5','\x36','\xc8','\x7b','\x90','\x0e','\xd1','\x49','\x69','\x58','\x69','\x11','\x77','\x5e','\x4f','\xf3','\x79','\x51','\xfe','\xbc','\x2e','\x12','\x13','\x55','\x2b','\xf3','\x94','\x12','\xaf','\x84','\x75','\x14','\x2e','\x95','\x46','\x25','\x13','\xd0','\xc6','\xfc','\x61','\x3e','\xf4','\x2a','\x21','\x40','\x30','\x8d','\x63','\x36','\x56','\x8f','\x78','\xe5','\x84','\xc6','\x9d','\x86','\x7c','\x07','\x45','\x5e','\x6d','\xcf','\xee','\x56','\x6f','\x80','\xe7','\x16','\x01','\xe0','\xd6','\x00','\x5b','\x1f','\x4a','\x0c','\x01','\x5f','\xd7','\x67','\x37','\x32','\x8f','\x74','\x7c','\x6a','\xa1','\xb9','\x33','\x80','\x3d','\xf5','\x87','\x13','\x4a','\x22','\x10','\x25','\x5c','\xa8','\xde','\x0b','\x02','\xa0','\x2b','\xa5','\xdb','\x65','\x04','\x14','\x91','\xa8','\x32','\xfb','\x2e','\x52','\x9f','\xac','\x8c','\x27','\xdb','\xfb','\x9d','\x61','\x2c','\x54','\x1a','\x96','\x47','\xbb','\x62','\x0f','\xc3','\x17','\x28','\x4b','\x41','\xf0','\x9e','\xec','\xec','\x4a','\x19','\x3a','\x57','\x91','\x55','\xa2','\x4d','\xc3','\xf4','\xdd','\x29','\x9b','\x14','\xfe','\x72','\x72','\xfc','\x1e','\x46','\x10','\x92','\x43','\x59','\x5e','\xe6','\xa1','\xff','\x7c','\x9b','\xa0','\x80','\x27','\x66','\x0c','\xda','\xe2','\x88','\xe7','\x71','\x1d','\xd8','\xc5','\xad','\xba','\x5f','\x47','\x94','\xf9','\x4a','\x00','\x7d','\x32','\xba','\xf7','\xaa','\x53','\xfa','\x44','\x47','\x71','\xf2','\x23','\xac','\xa1','\x3a','\xf7','\x76','\xc0','\xe4','\xee','\x4b','\x40','\x3b','\xd8','\x18','\x22','\xe8','\x42','\xea','\x38','\x7e','\x80','\xc2','\x5c','\xc7','\x79','\xcc','\x9d','\x60','\x6f','\x1d','\x70','\x97','\xf3','\x50','\x68','\xba','\x56','\xf7','\xf5','\x47','\x85','\x34','\x07','\x47','\x78','\x35','\xe0','\xc1','\x93','\x6b','\xac','\xee','\x50','\x04','\xbd','\x60','\x30','\xb7','\xe1','\xfa','\x08','\x2e','\x8d','\xf2','\xf3','\x47','\x18','\xc6','\xc1','\x6b','\xe9','\x0f','\x1e','\x00','\xd4','\xf3','\x48','\xeb','\xbc','\x77','\x3e','\xfd','\xf5','\xa1','\x68','\x9c','\xea','\x64','\x8e','\xaf','\x94','\x94','\xa3','\xdf','\x68','\xfa','\xdb','\x89','\xd8','\xed','\x6d','\xfc','\x1d','\x81','\x4d','\x5e','\xdf','\x8b','\xb3','\xf1','\x33','\xde','\x62','\x1b','\xe7','\xf2','\x45','\x67','\x47','\x3e','\xa3','\x9f','\xa3','\x59','\xff','\xfc','\xf9','\x53','\xc3','\x62','\x7b','\x08','\x41','\x10','\xa6','\x8f','\x97','\x4b','\xd4','\x34','\xbc','\x36','\x5b','\x18','\x3d','\x76','\xb6','\x25','\x15','\x54','\x30','\xf7','\xca','\x4f','\x2f','\xe7','\x91','\x3f','\x32','\x37','\x82','\xe1','\x23','\xd1','\xd6','\x44','\x99','\xea','\x76','\xb8','\xb2','\xef','\xb6','\xdd','\x1a','\x86','\x23','\x0b','\x90','\xe4','\x92','\x85','\x48','\xbc','\xe3','\xd3','\xec','\x42','\xd3','\xb7','\x0b','\x5c','\xae','\xcd','\x56','\xa3','\xf9','\xdf','\x69','\x05','\xc1','\x33','\x6f','\x35','\x0c','\xad','\xd1','\x79','\x73','\x47','\x37','\xb3','\xb3','\xa2','\x98','\xfa','\xa9','\xea','\x13','\xff','\x40','\xd3','\xfb','\x45','\xf2','\xe9','\x9d','\x55','\x92','\x82','\xd1','\xd4','\x19','\xb2','\x82','\xe2','\x27','\x85','\xb6','\x9d','\x40','\xc3','\x7e','\x4a','\x1a','\xd9','\x0e','\xf5','\x06','\x61','\x28','\xc8','\xc6','\xde','\x5c','\x14','\xf1','\x70','\x0e','\x15','\xdd','\x90','\x9e','\x6b','\x11','\x50','\xf5','\x73','\x98','\xfc','\xd9','\x68','\xce','\x3b','\x57','\x13','\xe6','\x6b','\xfc','\xd0','\xa5','\x34','\x52','\x3f','\xe2','\x32','\xbf','\x10','\x78','\xfe','\xf4','\x1b','\xcf','\x1d','\x22','\x40','\x1c','\x34','\xbf','\x35','\x82','\xbe','\x35','\xa0','\x9d','\x34','\x0a','\x91','\xcd','\xc7','\xf1','\x5f','\x43','\x76','\x6d','\x03','\x18','\x8b','\x0f','\x28','\xee','\x20','\x60','\x0c','\x76','\x51','\xb1','\xdf','\x11','\xc5','\x86','\x63','\xa7','\xf5','\xb7','\x2b','\xbc','\xfd','\xd8','\x00','\x11','\xe0','\xe7','\xcf','\x11','\x9a','\x7f','\xdf','\x57','\xa3','\xfa','\x3d','\xe0','\x29','\x96','\x5f','\xc9','\x8a','\x34','\xbf','\xc2','\xdd','\x13','\xa5','\xa6','\x9e','\x67','\xd5','\x63','\x98','\x7c','\x5c','\x5c','\x59','\x09','\x94','\xdf','\x1e','\x2a','\x1b','\x79','\x2e','\xcc','\xd2','\xb9','\x3a','\x4e','\x36','\xbf','\xaa','\xe5','\x06','\x00','\xf3','\x5c','\x99','\xcf','\xe4','\xde','\x7d','\x33','\x08','\x23','\x28','\xf2','\xec','\x3b','\x22','\x7a','\x8f','\x50','\x74','\xb1','\xd4','\x71','\x3f','\x96','\xdb','\x04','\x10','\x2e','\x9e','\x1d','\x09','\x06','\x6d','\xcb','\xce','\x4f','\xf0','\x90','\xa8','\xc0','\xf3','\xe2','\x7b','\xdd','\xf3','\x08','\xd3','\x8e','\x6a','\xc0','\xfc','\x9e','\x69','\x11','\x99','\xa8','\x89','\x13','\x7a','\xa3','\xdd','\xc6','\xd0','\x94','\x1d','\xa2','\xb1','\x80','\xd3','\x39','\x4f','\x07','\xbb','\x68','\xda','\x16','\x59','\xc7','\x7d','\x81','\x6d','\x1b','\x15','\xf7','\xbd','\x03','\xee','\x08','\x3b','\xee','\x30','\xce','\x58','\x92','\xc9','\x25','\xe2','\x32','\x1b','\xeb','\x39','\x01','\x47','\x76','\x0b','\xfd','\x55','\x74','\xc3','\x73','\x5d','\xa7','\xbc','\x57','\x4c','\xdc','\x16','\x9a','\x3f','\x93','\x23','\x67','\x74','\x38','\xd1','\xcc','\xdf','\x75','\xbc','\x45','\x5b','\x72','\xc5','\x79','\xdd','\x65','\xe2','\x33','\x34','\xfd','\x31','\xfb','\x8a','\xb8','\x2e','\x60','\x3d','\xcc','\xcf','\x3e','\xa7','\x77','\xe4','\x32','\x27','\x7e','\xf4','\xd8','\xf9','\x96','\xcc','\xef','\x3e','\xbc','\xf8','\x29','\x34','\xb9','\xf8','\xa6','\x3f','\x5d','\x82','\x97','\xec','\xba','\xcb','\x1c','\x05','\x96','\xf5','\xbb','\x79','\x8e','\x0c','\xd2','\x9b','\x1d','\xb3','\x6d','\xc6','\x54','\xd3','\xf6','\x3e','\x52','\x93','\xf1','\x03','\xe0','\x3c','\xb4','\xd0','\xa2','\x2f','\xbb','\x1b','\x76','\x73','\x10','\x04','\x22','\x3a','\xbe','\x08','\xf5','\x72','\xb9','\x4c','\x7e','\x72','\xad','\xb5','\xc0','\x71','\x84','\x68','\x7c','\xc0','\x03','\xdf','\x29','\x81','\x61','\xe4','\x16','\xd0','\xb1','\x02','\x13','\x56','\xe2','\x0a','\xe6','\x25','\x51','\xe8','\xda','\xe6','\x1a','\xda','\x41','\xa3','\x4d','\xe8','\xca','\xb3','\xb8','\xc9','\xb8','\xec','\xbe','\x8b','\xfd','\xdd','\x42','\x7e','\x42','\x8d','\x95','\x67','\xbf','\xe3','\xd3','\xe0','\x22','\x41','\x0e','\x1c','\xb1','\x8e','\x89','\xd4','\x74','\x32','\x49','\x3f','\x38','\x75','\x9e','\x05','\x6e','\x3a','\xeb','\xc4','\x7d','\xe0','\x17','\x3a','\x88','\x64','\xd2','\x3b','\x12','\x59','\xb8','\xc7','\x79','\x78','\x8a','\xc5','\x1d','\x65','\x5a','\xe8','\x55','\xe4','\x7e','\xcc','\x82','\x87','\xe6','\xf1','\x56','\xc6','\xcf','\xaf','\x69','\x4a','\x66','\xfd','\x94','\xb4','\x25','\xca','\xef','\x16','\xb8','\x1d','\x09','\xc0','\x23','\xde','\x4f','\xae','\x82','\x90','\xcc','\xd1','\xb1','\xba','\xc9','\x64','\xbc','\x3e','\x00','\xdf','\x60','\x93','\xe7','\x18','\x98','\x8e','\x3b','\x71','\x38','\xec','\xbd','\x43','\xdf','\x01','\xe0','\x02','\xea','\x96','\xd1','\xda','\x60','\x36','\x0d','\x4c','\x91','\x01','\x70','\xdf','\x98','\xa8','\x87','\x70','\x86','\x11','\x31','\x6e','\xef','\xd0','\xfd','\x9c','\x56','\x71','\x61','\x3d','\x4a','\x64','\x09','\xb0','\x21','\x5c','\xae','\x1b','\xfc','\xf8','\xd7','\x15','\x7e','\xff','\x9f','\x37','\x78','\xfb','\x71','\xe1','\xb9','\x0d','\xf0','\x13','\x77','\x13','\x84','\xdf','\xb4','\x3f','\x95','\x97','\x4c','\xc2','\xf8','\xc9','\x82','\x0a','\xc8','\xe7','\x76','\x3f','\x0c','\x4e','\x69','\xb9','\x97','\xc6','\x3f','\xae','\x9e','\xaa','\xac','\x40','\xe7','\xe6','\xc0','\xb2','\xdb','\x92','\x7c','\x94','\x4d','\xe4','\x4a','\x28','\xe6','\x3c','\x41','\x26','\xdd','\xc5','\xf6','\xd7','\x81','\x57','\x0c','\x32','\xce','\x7f','\x2d','\x48','\xe6','\xb7','\x2e','\x5a','\x8e','\x48','\xac','\xa3','\x59','\x0d','\xa0','\x91','\x31','\x06','\x51','\xa8','\x74','\x17','\xf8','\xeb','\x1a','\x9f','\x58','\xd3','\x0c','\x49','\x63','\x33','\xa5','\x19','\x86','\x21','\x84','\x3e','\x4c','\x39','\x27','\x08','\xb2','\xb2','\x43','\xef','\x08','\x04','\x1d','\xe0','\x66','\xf6','\x61','\xdb','\x1a','\x40','\xdb','\xe0','\xda','\x00','\x2e','\x97','\x4d','\x17','\x58','\xa9','\x13','\xec','\x00','\x40','\xbd','\x43','\xc7','\x71','\xf6','\x32','\xee','\x8c','\x0c','\x45','\x6e','\x2c','\xf2','\x76','\xd8','\xb1','\xc3','\xbe','\x83','\xf2','\xe3','\x21','\xbb','\x6a','\x35','\xf3','\x2b','\x61','\x52','\x7b','\x88','\x4c','\xe1','\x77','\x8a','\xbb','\x5f','\x4c','\x5b','\x33','\x80','\xb9','\xcc','\x73','\x1f','\xe6','\x44','\x44','\x63','\xc5','\x0e','\x13','\x0f','\x59','\x96','\xb7','\xc2','\xe9','\x11','\x1e','\x9f','\x3b','\xe3','\x1e','\x7c','\xe2','\xf0','\x65','\xb4','\x03','\x69','\x1d','\xe1','\x23','\x99','\x3d','\x5e','\xbc','\xd1','\xb0','\xdf','\xc6','\x7d','\x3f','\x24','\x91','\x95','\x97','\xb5','\x3d','\x07','\xa1','\x7a','\xa6','\x17','\xf5','\x12','\xb9','\x36','\xd8','\x38','\x50','\x1b','\x91','\xd9','\x02','\xb7','\x1b','\x4d','\x06','\xe6','\xdd','\x20','\x08','\x00','\x50','\x5a','\x48','\x5e','\x69','\x54','\x05','\x51','\x3a','\x43','\x15','\x57','\x6b','\xb9','\x8f','\x4e','\xe2','\x15','\xd2','\x7b','\x63','\x3a','\xf1','\x3e','\x64','\x66','\xc1','\xdb','\x5c','\xd8','\xec','\x4e','\x1f','\x22','\x18','\x03','\xd0','\xbd','\xf5','\x49','\x3e','\xeb','\x04','\xce','\xf8','\x0f','\x6d','\x6b','\x38','\xdc','\x6d','\xc6','\x8e','\x0f','\xdf','\xeb','\x73','\x6d','\x80','\xdb','\x88','\x84','\x65','\xab','\x05','\x23','\xb3','\xf7','\x31','\x24','\xcf','\x78','\x78','\x59','\xc2','\x98','\xf9','\xb2','\xa5','\xd3','\x37','\xeb','\xb3','\xda','\x02','\x50','\xe5','\x0f','\x4c','\x59','\x7f','\x68','\xa2','\x88','\x61','\xa2','\x19','\xe1','\xb8','\x0c','\xb2','\xd4','\xd3','\xe7','\x55','\x9d','\xce','\x88','\x99','\xdd','\x00','\xab','\xec','\x53','\x27','\x4c','\x85','\x65','\x43','\xe5','\x10','\x56','\x16','\x54','\x7a','\xef','\x85','\x95','\xee','\x38','\xb9','\xdf','\xf7','\xea','\x59','\x4d','\xe9','\xa0','\xa7','\x71','\xa2','\x59','\xf1','\xc3','\xf0','\xe7','\x57','\x81','\x05','\x40','\x60','\x8a','\xe0','\xd5','\x07','\xbd','\xbd','\x79','\xdf','\x81','\x3a','\x07','\xf9','\x68','\x30','\x74','\x96','\xd6','\x80','\x08','\xa0','\xd1','\x3e','\x22','\xc1','\x01','\xaf','\x62','\x32','\x03','\x1a','\xe5','\x71','\xf9','\xbd','\x03','\xe2','\x06','\x6d','\xef','\xc3','\x2d','\x55','\x68','\x82','\x48','\x37','\x85','\x00','\x00','\x1a','\x02','\xc0','\x36','\x26','\x7a','\x6b','\xa8','\x3b','\xaf','\x97','\x4b','\x83','\x6d','\x43','\x00','\x6a','\x6a','\x60','\xf1','\xec','\x82','\xe7','\x3b','\x4f','\xe8','\xb9','\x5a','\x1a','\xa9','\x1f','\x4b','\xd0','\x21','\xac','\x97','\x0a','\x03','\xb9','\x2d','\xb4','\x74','\x4c','\x28','\x10','\xbb','\xb1','\x84','\x90','\xa7','\x07','\x95','\xc7','\x24','\x79','\x56','\xe7','\xca','\xef','\x80','\x4f','\x9e','\x8d','\x0d','\x4d','\x43','\xd6','\x6e','\xbf','\xc3','\xeb','\x93','\x1f','\x29','\x2f','\x74','\x3f','\x8d','\x8e','\xee','\x99','\x0b','\x96','\x84','\x37','\x2c','\x79','\xa0','\xc9','\xa8','\x41','\x76','\xfa','\xe3','\x4e','\xc1','\xbf','\x02','\x2a','\x59','\x41','\xe1','\x0f','\x00','\xfc','\x5a','\x9e','\x81','\xe5','\xcf','\x09','\xbd','\x20','\x63','\xd1','\x2d','\x90','\x34','\xa1','\xed','\x85','\x5c','\x14','\x1e','\x4c','\x32','\x3f','\xe7','\x44','\xa6','\x1f','\x50','\xce','\x3a','\x95','\xf5','\xd9','\xa0','\x4d','\x14','\x6b','\x1c','\x40','\x65','\x5d','\x96','\x59','\x04','\x04','\x74','\xf3','\x88','\x21','\x34','\xea','\x00','\x08','\xb0','\x6f','\x08','\xf4','\xd6','\x01','\x71','\x04','\xa0','\x92','\xf5','\x20','\xe5','\xa3','\x6c','\x31','\xc9','\x2e','\xbb','\xec','\xae','\x51','\xef','\x70','\xbb','\xc9','\x42','\x6e','\x57','\x77','\x7f','\xe0','\x3e','\x46','\xfa','\x3c','\x37','\xb8','\x9a','\x03','\x7b','\x7a','\x2d','\x08','\xd5','\x0d','\x29','\x32','\x91','\x10','\xa0','\x5d','\x9a','\x7a','\x97','\xad','\x5b','\xdf','\x69','\x7e','\x2d','\xef','\xdc','\xc4','\x50','\x6d','\x86','\xeb','\xd2','\x5d','\x28','\x8f','\x23','\x88','\x01','\x29','\x39','\x92','\x41','\x5f','\xa9','\x17','\x4e','\x1d','\xfb','\xe8','\x1c','\xc5','\xe9','\xc7','\xbd','\xc4','\xdc','\x0f','\x78','\x6e','\xdf','\x5f','\xd3','\x1c','\x92','\x06','\x55','\x2d','\xd7','\x2c','\xf2','\xd7','\x5c','\xdf','\x86','\xd1','\xd1','\x9d','\x87','\xcf','\x91','\x8e','\x64','\xb6','\xee','\x79','\x5d','\x48','\xea','\x6c','\x08','\x80','\x5b','\x83','\xcb','\xd6','\x60','\xbb','\x8c','\x1d','\x54','\x00','\x80','\x9d','\x23','\xd8','\xee','\x7c','\x99','\x3b','\xed','\x4e','\x4f','\x66','\xb8','\x5c','\x2e','\xc7','\x3b','\x40','\x43','\xf9','\x99','\x2f','\x0a','\x32','\xa5','\x96','\x9b','\xc7','\x82','\x24','\xee','\x79','\x54','\xe8','\x46','\x40','\x00','\x3d','\x80','\xa6','\x46','\x94','\x4f','\xef','\xb2','\xf9','\xe8','\x29','\xe2','\xee','\x06','\x08','\x6c','\x75','\x5a','\x88','\xbd','\x11','\xe0','\x60','\x64','\xae','\x0c','\x55','\x65','\xca','\x00','\x20','\xfb','\xa6','\x6a','\x06','\xa0','\x0b','\x70','\xf0','\x66','\xf7','\xf9','\xc8','\xd9','\x83','\x40','\xd0','\xcc','\x98','\xc3','\xe4','\x23','\xb4','\x36','\x54','\xc6','\x4f','\x9e','\xd4','\x41','\xe1','\xb6','\xed','\x42','\xe1','\x6b','\xd5','\xee','\x57','\x66','\x62','\xd9','\x46','\x38','\x05','\x85','\x2c','\x3d','\x99','\xa5','\xce','\xc4','\x14','\x3c','\xa7','\xa1','\x98','\x44','\x26','\xc4','\xe1','\xb6','\xcc','\x51','\x45','\x1f','\x5c','\x0c','\x51','\x1c','\x69','\xee','\x03','\xc5','\x0d','\x74','\xcc','\x42','\x9b','\xe0','\xc0','\x88','\x76','\x18','\x4f','\xab','\x29','\xf2','\x03','\xa3','\x82','\xec','\x77','\x41','\xbe','\xcd','\x0e','\xc6','\x98','\x90','\xe0','\x5b','\x4d','\x1d','\x46','\x34','\x97','\x5b','\x87','\xbd','\x77','\xb8','\xb4','\x8d','\x57','\x6f','\x11','\x7a','\x23','\x68','\x84','\x60','\x31','\x6c','\xe5','\x70','\xaf','\x0b','\x03','\xcf','\xa5','\x35','\x42','\xa0','\x0d','\xc6','\xea','\x27','\x9f','\x07','\x1a','\xe7','\xf3','\x08','\x1a','\xaf','\x60','\x02','\x81','\xce','\x6d','\x65','\x70','\xee','\xcc','\x8f','\x2e','\x74','\xf0','\x7b','\x89','\x20','\xf5','\xc1','\x06','\x43','\x18','\xb9','\x0f','\x95','\xf7','\x5c','\xe6','\x72','\xfc','\x95','\x3e','\x8d','\x08','\x4b','\xc1','\xbe','\x30','\xa8','\x4e','\x7c','\x2c','\xc1','\xbb','\x9f','\x2c','\x0f','\xcb','\x56','\x38','\xe6','\x5a','\x5f','\x18','\xd1','\x40','\x5c','\x64','\x56','\xf5','\x2f','\xdf','\xa5','\xf9','\x6b','\xbb','\xd0','\x32','\xb7','\x17','\x4a','\xf5','\x2f','\x86','\xb8','\x20','\x03','\xb3','\xa6','\x01','\x8b','\xe7','\xfb','\x25','\xf3','\xdf','\x7b','\xea','\xc8','\x79','\x38','\x61','\x97','\xaa','\xdc','\x6c','\x08','\xba','\x70','\xd9','\xd0','\x22','\x4d','\x52','\xef','\xc1','\x7b','\x84','\xc0','\x45','\x9f','\x5c','\x35','\x61','\xfd','\xe2','\xf0','\xf5','\x87','\xa0','\x10','\x06','\xb9','\xfd','\xaa','\x75','\x38','\x79','\xa2','\x59','\xec','\x13','\xf8','\xc1','\x55','\x37','\xb6','\x3e','\x56','\xa9','\xb7','\x4b','\xe3','\xbf','\xa3','\x0f','\xf6','\x7d','\x2c','\x44','\x49','\x3f','\x61','\xb3','\x33','\x42','\x12','\x46','\x9b','\xfa','\xe0','\x99','\x7d','\xef','\x81','\x9f','\x28','\x07','\xf8','\x90','\xe0','\xbc','\x0f','\x94','\x7e','\x1d','\xd1','\x45','\x70','\x79','\x0b','\x1f','\x4c','\xd1','\xb6','\x8b','\x68','\xef','\x14','\x56','\xcd','\xe2','\x94','\x67','\x59','\xc4','\xbd','\xb2','\x1f','\x9f','\x0e','\x2e','\x23','\x2c','\x18','\xbb','\x83','\x4c','\x43','\x5e','\x0c','\xd1','\xbc','\x63','\x71','\x17','\x21','\x8a','\x0f','\x8e','\x93','\x1f','\xe3','\x91','\xb2','\xa7','\x68','\xe5','\xea','\x95','\x41','\x40','\x76','\xde','\x7d','\x20','\x19','\x3c','\x7b','\x88','\x8d','\x8e','\xbe','\xf3','\xdc','\xa5','\x48','\x15','\x1e','\x8f','\x28','\x99','\xee','\x47','\x7d','\x2b','\x75','\x2f','\x94','\x3b','\x38','\xc7','\x86','\x05','\x20','\x42','\xdf','\x09','\x6e','\x3b','\x07','\x5f','\xe0','\xf9','\x02','\x34','\x82','\xb7','\x55','\x47','\x6c','\x2a','\xd7','\xda','\x10','\x05','\x2e','\x27','\xd8','\x87','\xe3','\xbd','\x5b','\x61','\x80','\xd0','\x21','\x1e','\x39','\x2f','\xbc','\x27','\x90','\x4e','\x76','\x2b','\x89','\xaa','\x9e','\x26','\xa6','\x21','\x4a','\x91','\xac','\x78','\x28','\x23','\xe1','\x2d','\x37','\x8d','\x54','\x45','\x7e','\xd0','\x5d','\x19','\x50','\x3c','\x90','\xd4','\x6d','\x51','\x59','\x64','\xd7','\x67','\x44','\x78','\x6b','\x31','\xc8','\x41','\x51','\xe8','\xb4','\x12','\xe0','\xb6','\xac','\x02','\x61','\xd8','\xeb','\x52','\x88','\x45','\x03','\x89','\x62','\x97','\xc0','\x78','\x37','\xba','\xb2','\x9a','\x10','\x35','\x94','\x5f','\xbc','\xd0','\x77','\x1d','\xa5','\x5d','\xf2','\x8c','\x80','\x15','\x26','\x9e','\xf2','\x64','\xe3','\x2d','\x7f','\x3f','\xac','\xa7','\xd8','\x25','\xba','\x9b','\xe7','\x21','\x18','\x8d','\xf6','\xab','\xc0','\x3a','\x7c','\x40','\x71','\xbc','\xea','\xdc','\xa7','\xaa','\xd0','\x9f','\x07','\x19','\x5e','\x6a','\xfc','\x7c','\x54','\xc8','\x15','\x93','\x67','\x08','\x55','\x8e','\xe7','\x7f','\x23','\xd8','\x1a','\xe9','\x2a','\x6e','\x53','\x1f','\x96','\xc6','\x0b','\x14','\x00','\xc8','\x82','\x59','\x77','\x69','\x30','\x4e','\x14','\x8d','\xc0','\x28','\xcc','\x87','\x5c','\xbf','\x73','\x85','\xe2','\x76','\x27','\xdb','\xe8','\xfb','\xbe','\x8f','\xd5','\x4d','\xd6','\xa4','\x08','\xc8','\x76','\x80','\xd5','\xcf','\xf8','\xbe','\xb4','\xaa','\x78','\xc3','\xb4','\xe8','\xf2','\x0c','\x70','\xd5','\x8e','\xfb','\x71','\x1d','\x05','\x4e','\x1f','\xa9','\xc6','\x2d','\x2d','\xa2','\xfc','\xa8','\xca','\xc3','\xfc','\xfe','\x6b','\x2d','\xec','\x33','\x1b','\x36','\x96','\x98','\xff','\x9e','\xd2','\xa4','\x09','\xe2','\xe5','\x13','\xf7','\xf3','\x19','\xbb','\x97','\x05','\xa9','\x2c','\xb4','\xbe','\x39','\x14','\x8a','\xf4','\x5f','\x0a','\x78','\x0a','\x20','\x40','\x88','\xfc','\x26','\x32','\xcf','\xc2','\x5c','\x17','\xee','\xf4','\x5a','\x06','\x9d','\x52','\x46','\x5f','\xd1','\x45','\x8f','\x2e','\x19','\x04','\xb4','\xdc','\x40','\x55','\x63','\x46','\xf9','\x81','\xf9','\x19','\x32','\x5d','\xf6','\x4e','\xf0','\xfe','\x73','\x07','\x44','\x18','\xbc','\xf6','\x32','\x02','\x22','\x88','\x31','\xa8','\xb4','\xdb','\x11','\x3a','\x5f','\x7c','\x29','\xae','\xf8','\x2a','\x31','\xe5','\xbc','\x15','\x8a','\x12','\x61','\xe1','\xb1','\x1f','\x69','\xd7','\xe7','\x02','\xda','\x7c','\xc6','\x2a','\x70','\xbf','\xcc','\x73','\x76','\x29','\xbc','\x37','\xd7','\x8f','\x74','\xcc','\xf4','\xb3','\xb6','\x29','\x1c','\x5f','\x49','\xb2','\x0f','\x08','\xc0','\x5f','\x42','\x1b','\xd0','\x3b','\x40','\xe9','\x11','\xf0','\xe8','\x7f','\xd8','\x5d','\xfa','\x55','\xa0','\xaa','\x11','\xe5','\xd7','\xa6','\xf3','\x79','\xd9','\x49','\x04','\x3b','\x1b','\xeb','\x62','\xa8','\x3f','\x50','\x55','\xdc','\x5c','\x48','\x80','\x29','\x2d','\x00','\xeb','\xeb','\x5b','\x83','\x76','\x69','\xc3','\x95','\x96','\x78','\xc7','\x87','\x83','\x23','\xf5','\xdd','\x82','\xb7','\xa1','\x7c','\x77','\x01','\xdd','\x9e','\x0e','\x82','\xa0','\x07','\x89','\x9c','\xe2','\x52','\xc9','\x92','\x30','\xa8','\xe8','\x0c','\x01','\xfd','\xe6','\x32','\xd1','\x9c','\xd1','\x18','\xe6','\x08','\x65','\x37','\x56','\x94','\x79','\x95','\xc3','\x05','\x37','\xc8','\x67','\x8f','\x96','\xb4','\x83','\x61','\xfd','\xdd','\x5e','\x37','\x84','\xcb','\x86','\x70','\x79','\x1b','\x61','\xad','\x2f','\x6f','\xdb','\x38','\xe7','\xc3','\xe1','\x7e','\xb3','\x8e','\x81','\xd2','\x20','\x80','\xc9','\x62','\x30','\x06','\x6e','\xf8','\x94','\xfa','\xbe','\xb7','\x8c','\xa7','\xc2','\xdd','\xfb','\x89','\x1b','\xaf','\xb9','\xd8','\x92','\xde','\x32','\x13','\x58','\x24','\x0c','\xb4','\x0c','\xa2','\x4b','\xcf','\x1c','\x24','\x0c','\x59','\x2e','\x50','\xd3','\x90','\xb5','\x41','\x33','\xf0','\x5b','\x04','\x08','\xcb','\x51','\x93','\x90','\xa8','\x11','\x9c','\x84','\xc7','\x09','\xd0','\xdd','\xb5','\xea','\x0b','\xe3','\xe6','\x8d','\xcf','\x6a','\x35','\xe0','\x70','\x65','\x22','\x25','\x5f','\xf3','\xad','\xfc','\xe5','\xf5','\xbb','\x3e','\x8f','\x0a','\xee','\xe3','\xb2','\x4c','\x40','\x89','\x60','\xbe','\xdd','\x3a','\xdc','\x6e','\xbb','\xfa','\xa6','\xeb','\x2e','\x2c','\x8d','\xe0','\x08','\x42','\xaf','\xde','\x38','\x6a','\xf9','\x30','\x22','\x46','\x9e','\x61','\xf4','\xc3','\x42','\x9c','\x00','\x6e','\xef','\x3b','\xfc','\xf9','\xe7','\x0d','\xf6','\x7d','\x44','\x02','\xe9','\x00','\xd0','\xf7','\xf1','\x1f','\x6d','\xc4','\xca','\x94','\xdc','\x21','\xd2','\xc6','\x61','\x62','\xea','\xae','\x0c','\x63','\x20','\x7e','\xc5','\xc9','\xbf','\x9f','\x38','\xc5','\xaa','\xd3','\x2a','\x83','\xf2','\x94','\x10','\xe6','\x95','\x4c','\xd5','\x3c','\xee','\x18','\x66','\xf4','\xa0','\x21','\xac','\x34','\x2d','\x77','\x2f','\xf1','\x3f','\x4e','\x28','\xfb','\x83','\xc0','\x81','\x36','\x3c','\xaf','\x0c','\x52','\x47','\x7a','\x65','\x81','\xc8','\x81','\x12','\x52','\x2e','\x30','\xdd','\x69','\xf3','\xf4','\x75','\xc1','\x07','\x43','\x02','\x2a','\xf8','\x03','\x31','\xce','\x87','\x68','\x57','\x4c','\xc0','\x06','\xf7','\x3b','\xec','\xfa','\x08','\xc4','\x33','\xb4','\x85','\xf1','\x53','\x69','\x03','\xa7','\xe1','\x68','\x4c','\x6a','\x07','\x67','\x74','\xff','\xa6','\xe4','\xe7','\xa6','\x90','\xe8','\xe3','\xc8','\x67','\x76','\xc5','\x33','\xa2','\xcb','\x02','\xa9','\xb8','\x89','\x89','\x65','\xc4','\xed','\xee','\xf6','\x3b','\x08','\x9d','\xcc','\xe8','\x82','\xab','\x44','\xd1','\xd4','\xb3','\xf3','\xf7','\x0c','\xf8','\x32','\xb3','\xd8','\xab','\x48','\x30','\xf3','\x0f','\x8f','\xbf','\x9f','\x97','\x4e','\x37','\xe9','\x7b','\x87','\x3f','\xff','\x00','\xb8','\xdd','\xba','\xe3','\x9d','\x00','\x10','\x0c','\x01','\xe2','\x28','\x9b','\x56','\x8d','\x9e','\xd5','\x94','\x2b','\x0b','\x40','\xb9','\x83','\x43','\x42','\x63','\xb0','\xbd','\x44','\x4e','\x54','\x80','\xe1','\x57','\x25','\x79','\x61','\x04','\x3f','\x72','\x4c','\x4a','\x77','\xf6','\xd1','\x72','\xf1','\x32','\x17','\xf8','\x4e','\xab','\x8d','\x83','\xb9','\x1e','\x02','\xb9','\x5b','\x4c','\x8c','\x43','\x4e','\x89','\x71','\x08','\x22','\x52','\x96','\xcf','\x78','\x27','\xfa','\xcf','\x21','\x79','\xc9','\x0f','\x39','\xaf','\xf6','\xba','\xe3','\xeb','\xd3','\x14','\x5e','\xf1','\x38','\xfe','\x13','\x43','\x51','\x47','\x5e','\x9d','\xd5','\x41','\x69','\xdb','\x69','\x70','\x0d','\x3a','\x60','\xeb','\x29','\xb2','\x60','\x3a','\x6e','\x21','\x75','\xf2','\xf4','\x14','\x6f','\x0e','\xea','\xe3','\xec','\xb0','\x94','\x1a','\x31','\x9e','\xb5','\x3b','\xef','\xf6','\xe6','\xfb','\x6d','\x7a','\xe7','\xf3','\xa0','\x6d','\x58','\xb4','\x86','\x7a','\xe7','\x90','\x5e','\xb6','\xda','\x63','\x5a','\x00','\xe4','\xeb','\x7b','\x9a','\x1a','\x3c','\xc3','\x7d','\xff','\x4e','\x10','\x84','\xd6','\xda','\x74','\x50','\x48','\xfc','\xfe','\x83','\x12','\x9f','\x0a','\x88','\x71','\xc1','\xe7','\x09','\x97','\x75','\xe0','\xd4','\x23','\x7a','\x41','\x9a','\x8f','\xe2','\xa0','\xab','\x44','\x62','\xf8','\xc8','\x8a','\x08','\x97','\x53','\x8e','\x7f','\xde','\xf2','\x92','\x7f','\xf8','\xcc','\x4e','\x6b','\x38','\x0e','\x1c','\xbe','\xb5','\xe0','\xee','\xb6','\xa5','\x3b','\x7d','\x14','\x69','\xff','\x57','\xda','\x55','\x28','\x3e','\xf9','\x8e','\xa1','\x4a','\xd7','\xb7','\xbe','\x19','\x07','\xc5','\x33','\x47','\xf5','\xdf','\x31','\x93','\x01','\xc6','\x74','\x2c','\x63','\x0e','\x8d','\x84','\x25','\xc3','\x73','\x4a','\x85','\xb7','\xe8','\x69','\x6a','\x5b','\x04','\x9d','\x8f','\x93','\x6e','\x41','\x41','\x40','\x4c','\xbb','\x80','\xfe','\x31','\x0b','\x92','\x63','\xf9','\x7c','\x0c','\x64','\x78','\x97','\x75','\xe9','\x3b','\xd7','\x36','\xdd','\x89','\x38','\x51','\xfe','\x23','\xf0','\x62','\xe3','\xe6','\x2b','\x41','\x99','\x9a','\x3a','\x63','\xc3','\xb4','\xba','\xd2','\x1a','\x0d','\xf7','\xb3','\x0d','\xd5','\x75','\x43','\xc7','\x12','\x49','\x23','\x1a','\x5d','\x2e','\x0d','\xb6','\xcb','\x36','\x7c','\x73','\xd3','\x9c','\xf2','\x0b','\x17','\xa3','\x7c','\x71','\xf5','\x20','\x3b','\x40','\x89','\x16','\xe8','\x44','\x8c','\xa7','\xc1','\x8b','\x47','\x79','\x6d','\xeb','\x80','\x37','\x00','\x2f','\x36','\x2b','\x98','\xe9','\x18','\xc3','\x87','\x38','\xfd','\x0a','\xe9','\xe0','\x6a','\x58','\xf2','\x1a','\x57','\x6c','\xae','\x77','\x2d','\xf0','\x3e','\x0e','\x55','\xab','\x9d','\xfc','\xe1','\xba','\x4d','\x8d','\xfd','\xac','\x73','\x00','\x5a','\x6f','\xea','\x9f','\x95','\xe0','\x5f','\x8f','\xd6','\x41','\xd9','\x07','\xdf','\x6a','\x83','\x2a','\x33','\x80','\xcf','\x6b','\xfb','\x2b','\x21','\xd0','\xeb','\x5f','\x03','\xe5','\x09','\x94','\xee','\x10','\xd4','\x6d','\x5d','\x5c','\xdf','\x7c','\x98','\x6b','\xaf','\x23','\x78','\xe3','\xe7','\x0c','\x5f','\x46','\xa8','\xe6','\xf6','\x27','\xc0','\x49','\x62','\x3d','\x52','\x26','\xe5','\xc3','\xbd','\x62','\x3a','\x11','\x60','\xef','\x40','\xef','\xc3','\x9d','\x67','\xbb','\xf0','\x2e','\x8f','\xec','\xb6','\xa3','\xf0','\xe8','\x06','\x04','\x1d','\xda','\x3e','\x6e','\x9c','\x56','\xbe','\x59','\x74','\xc8','\xab','\xc5','\xdb','\x47','\x81','\xc5','\x84','\xfc','\x8a','\xfd','\xa6','\xf2','\x07','\xf4','\x3c','\x15','\xab','\x6c','\x2e','\xf3','\xb9','\x3a','\xd6','\x95','\xcf','\x8f','\x82','\x53','\x90','\x05','\xa4','\x24','\xfc','\x24','\x98','\x0c','\x0d','\x48','\xbd','\x5a','\x16','\x94','\xd6','\xcb','\x41','\x3d','\x4f','\xd4','\x8f','\xfe','\x87','\xeb','\x1f','\x02','\xde','\x90','\xd8','\xe7','\x73','\xf7','\x9f','\x01','\xc3','\xf8','\x69','\x6a','\x17','\x74','\x92','\x23','\x30','\x5d','\xa3','\xd5','\x8e','\x79','\x16','\xcf','\xbc','\x6d','\x97','\x2d','\x6d','\x3c','\x10','\x5c','\xaf','\xd7','\xb2','\x8e','\x60','\x00','\xd5','\x07','\xca','\x56','\x8d','\x4c','\xab','\xe9','\x95','\x02','\xba','\x28','\x42','\x56','\xf1','\xc4','\x30','\x41','\xa7','\x30','\x85','\x50','\xd6','\xb2','\x65','\x0e','\x71','\x6b','\xf7','\x18','\x28','\x2a','\x4f','\x1b','\xc2','\xb6','\x6d','\xb0','\x5d','\x51','\x0d','\x9f','\xcb','\xa5','\xd9','\x01','\xee','\x7c','\x22','\xd9','\x90','\x0c','\x82','\xd5','\x2b','\xf7','\x41','\xa9','\x9e','\xf0','\x8a','\xe9','\xa2','\x41','\x44','\x21','\xd9','\xdc','\x39','\xb3','\x7b','\x59','\x7e','\xf4','\x16','\x73','\xdd','\xfa','\x22','\xb3','\xff','\x9e','\x8d','\xd4','\xf5','\xf0','\x5a','\xbf','\x67','\xba','\x90','\x36','\xf9','\xfe','\x98','\x10','\xae','\xfb','\xe6','\xa8','\xde','\x39','\xfd','\x0a','\xee','\x1b','\x6d','\xde','\xe0','\x09','\x46','\x3c','\x3d','\xae','\x90','\x01','\xa4','\x0c','\xcb','\x7a','\x3f','\x47','\xf3','\xfd','\xc8','\x0e','\xd2','\xbd','\xbc','\xa3','\x29','\x08','\x7a','\x11','\x09','\xf1','\x0a','\xe3','\x6d','\x5c','\x6e','\x06','\x97','\xc6','\x3b','\x40','\x0d','\xa8','\xc1','\x88','\x50','\xc4','\xcb','\x2e','\x72','\x21','\xaa','\x5c','\xf4','\xb7','\x5d','\x64','\xa5','\x26','\x1a','\x40','\x7e','\x3e','\xf7','\x7d','\xb8','\x7e','\xbc','\xbf','\xef','\xf0','\xf3','\x8f','\x1b','\xec','\xb7','\xb1','\xa3','\x33','\xdc','\x4f','\x41','\xcf','\xdf','\x91','\x1a','\x58','\xa0','\xe7','\x8c','\x64','\x05','\xa8','\xab','\x4f','\x42','\xd8','\xf7','\x39','\x36','\x7e','\x88','\x74','\xdc','\x57','\x3b','\xb1','\x5a','\x92','\xce','\x31','\x72','\xb4','\xe2','\x12','\x56','\xb4','\xa0','\xca','\x3e','\xb1','\x30','\x9d','\x0b','\x7e','\x05','\x75','\xe8','\x4a','\x63','\xe6','\xa9','\xad','\xae','\xa1','\xde','\xe5','\x39','\x89','\x49','\xc1','\x6b','\x72','\x17','\xdf','\xe3','\x37','\x52','\x40','\x4e','\xa1','\x45','\x1e','\x8d','\xc5','\x62','\xa2','\x3a','\xd1','\xa6','\x2b','\xe5','\x36','\xbd','\x29','\x26','\x22','\xf7','\x0e','\x8a','\xc5','\xa3','\xcf','\x86','\x6a','\x59','\x33','\xc0','\x81','\xec','\xfc','\x34','\x44','\x1f','\x08','\x96','\x7e','\x30','\xf6','\x18','\x7e','\x0f','\xc2','\x14','\x57','\x58','\xd4','\x43','\xfb','\x2e','\xb1','\x1a','\x41','\xa0','\x72','\xbd','\x94','\x07','\x8b','\x31','\x7f','\xb8','\x3b','\x9e','\x62','\xf4','\x07','\x15','\xe5','\x79','\x8f','\x0b','\x99','\x85','\x8e','\x67','\x38','\x3d','\x62','\x4e','\xe6','\x0a','\xa0','\xc1','\xdb','\xa0','\xc1','\xb8','\xfb','\x47','\xd2','\x20','\x02','\x50','\x07','\xec','\x08','\xbb','\xea','\x48','\xac','\x27','\xb9','\xdd','\x33','\xdd','\x1c','\xa3','\x58','\xc3','\x71','\x83','\x3e','\x06','\x54','\xfc','\xc2','\x7b','\x03','\xe9','\x07','\x45','\x19','\xb2','\xcf','\x42','\xa1','\x94','\xb8','\x13','\x34','\x1e','\xea','\xc5','\x1d','\x77','\x76','\x10','\xe7','\xa2','\x83','\x4d','\x45','\xc3','\xdd','\x0e','\xc8','\x0c','\xb1','\x07','\x6d','\x2e','\x4d','\x4c','\x2e','\x3f','\xf1','\x38','\x96','\x8c','\xb3','\xce','\xfe','\x40','\x2a','\x4e','\xeb','\x2b','\x2c','\x10','\x96','\x7e','\x79','\xf4','\x3a','\x04','\xdf','\x59','\x76','\x26','\x29','\x0d','\x0e','\x8d','\x1d','\x17','\x0d','\x79','\x1d','\x94','\x30','\x2c','\xea','\x3e','\xd0','\x43','\x7d','\xbd','\xd5','\x7b','\x18','\x36','\xc9','\xc6','\x51','\x9f','\xc5','\xe0','\xea','\x3b','\x8d','\x28','\xb5','\x30','\xcb','\x58','\x91','\x45','\x0d','\x5b','\xda','\xbd','\x1a','\x36','\xc0','\xe1','\x0e','\x50','\xf6','\x9b','\x03','\x00','\x3b','\x58','\xe4','\x00','\x81','\xcf','\x04','\x01','\xa8','\xa1','\x21','\x12','\xb9','\x5a','\xa5','\x99','\xf2','\x23','\xdf','\x2e','\xdf','\x1a','\x9f','\xf3','\xe1','\x74','\x61','\xb7','\x07','\xc2','\x39','\x9f','\x4a','\x68','\x45','\x06','\x43','\x86','\x0c','\x27','\xc4','\x36','\x56','\xa5','\xc7','\x39','\x9f','\xa6','\x6e','\x6f','\x1b','\xfb','\x11','\x4a','\xf4','\x81','\xc0','\xd3','\x7c','\x25','\x41','\xb0','\xda','\x19','\x06','\x79','\x47','\x65','\xbe','\x24','\x7c','\x1d','\x97','\xac','\x02','\x1d','\x84','\x88','\x6e','\x8b','\x22','\x26','\x32','\x96','\x36','\x1e','\x09','\x54','\x88','\xdf','\x59','\x97','\x9c','\x8b','\x39','\xc1','\x17','\x25','\xef','\xd4','\x44','\x67','\x48','\x91','\xfb','\x21','\x6f','\x7d','\x5b','\xef','\xdd','\x4f','\x50','\x32','\x9d','\x95','\xb4','\x3d','\x81','\xb4','\xee','\x18','\x12','\xe8','\x0e','\x1d','\x51','\xec','\xd1','\xb2','\x7f','\x1f','\x15','\x96','\x78','\xf8','\xf8','\xe9','\xb0','\xf0','\xce','\x7c','\xb2','\x30','\x29','\x4b','\xc2','\x5b','\xee','\xb0','\xef','\x1b','\x74','\x02','\xb8','\x20','\x58','\x44','\xb8','\x60','\x53','\x44','\x43','\x54','\xdc','\xd5','\x66','\xe3','\xa7','\x5b','\x70','\x85','\x5b','\x1f','\x06','\xd0','\x9f','\xfb','\x38','\xc4','\xdb','\x10','\x1a','\x80','\xae','\x18','\x8b','\xf0','\x22','\x22','\x8d','\x08','\x86','\xcd','\x2e','\x27','\x1e','\x21','\xb6','\xbd','\xea','\x84','\xee','\x6f','\x12','\x16','\x5c','\x8e','\x57','\x30','\xa7','\xae','\xca','\xc4','\xe7','\x35','\x9a','\x24','\xab','\x53','\x57','\xdd','\xeb','\xca','\x4f','\x83','\xb0','\xf2','\x26','\x7a','\xe6','\xb9','\x70','\x4a','\xdf','\x06','\x2a','\x92','\x0d','\xfe','\xff','\x47','\xfc','\xcd','\x6d','\x1f','\x17','\x2c','\x1b','\x44','\xc1','\xfe','\x2e','\x10','\x9b','\x13','\x79','\xe3','\xd2','\xf8','\xf9','\x04','\xf0','\xaa','\xca','\x93','\x2a','\xdf','\xb2','\x4c','\x53','\x7b','\xec','\xae','\x3e','\xf4','\x3c','\x45','\x02','\x16','\x91','\xe3','\x1d','\xfa','\x9c','\x15','\xad','\xa2','\x8e','\xaf','\xea','\xa4','\x23','\xda','\x5b','\x29','\x23','\xab','\x82','\x3c','\x6b','\x02','\xa3','\xef','\xca','\xfb','\x61','\xb8','\x64','\x99','\x7b','\x98','\x56','\xd1','\x09','\x76','\xb2','\x40','\x02','\x00','\xdc','\x8f','\xbd','\x07','\x9e','\xf6','\x9d','\xe8','\x5d','\x21','\xb7','\x45','\x8d','\x14','\x1a','\x63','\x8e','\x10','\xc8','\xcf','\x44','\x3c','\xa9','\x3b','\x53','\x38','\x63','\x78','\x92','\x54','\x29','\x3f','\xa0','\xa7','\x7d','\xad','\x84','\x5f','\x20','\xb3','\x14','\x8a','\xc6','\x45','\x50','\x9a','\xd0','\xe1','\x55','\x23','\x60','\xa8','\x15','\x03','\x51','\x32','\x3b','\xf9','\xb3','\xb0','\x00','\x4e','\x4e','\x49','\xad','\x77','\x12','\x50','\x4f','\xcc','\xeb','\x42','\x9f','\xc9','\xfc','\x55','\xa3','\x2e','\x2b','\xfd','\x65','\x83','\xaf','\x26','\x44','\x84','\x94','\xe4','\x4e','\x5d','\x12','\x3a','\x7f','\xdc','\x8f','\x85','\xba','\xeb','\x23','\x36','\x89','\x2e','\xce','\xbb','\x7f','\x25','\x7f','\xa7','\x1e','\x5c','\xe0','\xc4','\xb6','\x39','\x0c','\x82','\xb0','\x8a','\x02','\x17','\x80','\x22','\x0f','\x98','\x88','\x89','\x72','\x42','\xbb','\x23','\x44','\xe8','\xc6','\x47','\x33','\x31','\xe4','\x78','\x5b','\x4d','\x95','\x15','\x93','\x0a','\x4b','\xf5','\x46','\x6d','\x1f','\xaf','\xac','\xf0','\xe5','\x48','\x1c','\x5f','\x5f','\x77','\x7c','\xae','\x8d','\x5d','\x74','\x1a','\x1b','\x3d','\xe7','\x0e','\x53','\x6b','\xd1','\x22','\x50','\x2b','\x43','\x00','\x48','\x91','\xcb','\x2e','\x72','\xd2','\xbe','\x29','\xfd','\x54','\xd1','\x12','\x85','\x79','\xb5','\x5a','\x71','\xc8','\x61','\x12','\xbc','\x09','\x9f','\x8a','\x26','\x26','\x17','\xb5','\x58','\x39','\x07','\x66','\x9c','\x57','\x38','\x78','\x16','\xe6','\x70','\x70','\x1c','\xd8','\x56','\x9f','\xc8','\xbf','\x86','\xd8','\x69','\x11','\xbd','\xe5','\xd8','\x86','\x4e','\x8e','\x1a','\xe8','\xa1','\x5e','\xc4','\x75','\x85','\xb3','\x62','\x44','\x53','\x4f','\x7d','\x18','\x8a','\xe2','\x02','\xcf','\xfc','\x62','\x1d','\xf4','\xd4','\x38','\xde','\x61','\xac','\x5e','\x1d','\xd2','\x95','\x16','\x8e','\x46','\x04','\xb0','\xd9','\xca','\xae','\xb8','\xaa','\xca','\xee','\xec','\x4e','\xd0','\x5b','\x87','\xbe','\x23','\xf4','\x0d','\xa1','\x77','\xef','\xe3','\xce','\x01','\x0e','\xde','\x77','\xbd','\x2d','\xba','\xf3','\x7f','\x00','\x04','\x6d','\x4b','\xbb','\x45','\x9e','\x10','\x84','\xa6','\x50','\x16','\x4d','\xec','\x2c','\x92','\x46','\x91','\x2b','\x1b','\xe8','\xde','\xe8','\x42','\x4d','\x62','\x26','\x39','\x9f','\xbf','\x98','\xa2','\xfa','\x9c','\xf2','\x26','\xfb','\xa3','\xca','\x02','\xb2','\x55','\x73','\x86','\x1e','\x1e','\x94','\x79','\x6b','\xfc','\x78','\xfe','\x05','\x85','\x41','\x26','\xaa','\x13','\xdc','\x0f','\xaf','\x12','\xfa','\x36','\x3c','\x44','\xdf','\x8f','\xb5','\x28','\xf3','\x56','\x80','\xd5','\x7c','\x9a','\x5f','\x2a','\xd9','\xd0','\x51','\x2a','\x78','\x40','\x81','\x7d','\x01','\xe0','\x8c','\xa5','\x5f','\xa5','\xcf','\x0b','\x62','\x9f','\x03','\x67','\x0a','\x2f','\x28','\xf0','\x81','\xa1','\x43','\xfd','\xcf','\x05','\x43','\x91','\x92','\x29','\x2e','\x6c','\x52','\x77','\xae','\xe3','\x2a','\x33','\x6b','\x1c','\x8d','\x1e','\x16','\xce','\x9c','\x4f','\x36','\x6d','\x99','\xfd','\x91','\xf2','\x56','\xe0','\x26','\x1f','\x12','\x96','\xc6','\x8e','\x9f','\x4a','\x55','\xd9','\xaa','\x63','\x05','\xbd','\xc3','\xf1','\x32','\x27','\x7f','\x29','\x67','\xf6','\x95','\x24','\xb6','\xf7','\x15','\x64','\x1f','\xbb','\x9b','\x8c','\x87','\xf3','\x5b','\x5b','\x34','\x4f','\xb2','\xdd','\xab','\x27','\xf2','\x9b','\xfd','\xd4','\xa2','\x0a','\xf4','\x00','\x43','\x4d','\x50','\xd9','\x2e','\x24','\x5b','\xea','\x2a','\x6b','\x9c','\x6a','\x5d','\xe8','\x5a','\xc6','\x3b','\xc7','\x5b','\xdd','\x8d','\x5f','\xc8','\x16','\xa2','\x74','\x06','\x38','\xcb','\xb8','\x6c','\xe0','\x85','\x46','\xc8','\xcc','\xb2','\x8f','\x39','\xc9','\xca','\x69','\x4b','\xcf','\x9a','\x65','\xde','\x0d','\x10','\x68','\xb2','\xec','\x2a','\x9c','\xbf','\x11','\x88','\x47','\x8d','\x73','\x7f','\x4b','\x8b','\xca','\xab','\x51','\xc1','\xfc','\xe3','\x0e','\x9b','\x41','\x80','\xa1','\x67','\xf0','\x15','\x19','\xa2','\x0b','\x04','\x77','\xd9','\x03','\x12','\xa8','\x8c','\x9d','\xdb','\xed','\x36','\x6d','\xf0','\x00','\xa4','\x1d','\xa0','\x7b','\x31','\xd5','\xad','\x48','\x1b','\x45','\x1f','\x1e','\x3b','\x18','\x2e','\xe2','\x8b','\xce','\x67','\x70','\x10','\x23','\x73','\x24','\x1a','\x96','\x5a','\xf0','\x27','\xd4','\xbc','\xa0','\x93','\xa0','\x02','\x2f','\xca','\x15','\xda','\x70','\xa3','\x11','\x83','\xe7','\xfa','\x76','\x19','\xb7','\x2c','\x5f','\x7c','\xa4','\x2a','\xd4','\x55','\x6b','\x63','\x36','\xa3','\x37','\x7d','\xcb','\x4d','\x30','\xf9','\x33','\x24','\xb3','\x80','\xce','\x3b','\x46','\x9e','\x71','\xad','\x3b','\x2f','\x58','\x31','\xc7','\x90','\xd3','\xe4','\xfa','\x02','\x61','\xd3','\x94','\x2e','\x4e','\x96','\x58','\xd8','\x19','\xc3','\xc7','\xfb','\x56','\xea','\x4e','\x98','\xd4','\xed','\xeb','\x7d','\x92','\xb3','\xae','\x05','\x00','\xad','\x53','\x55','\xd5','\x39','\x61','\x1a','\x22','\x8e','\xf9','\xc4','\x78','\x42','\xdd','\x3b','\x10','\x96','\x77','\x61','\x52','\x76','\xbe','\x16','\x56','\x7a','\xdd','\x34','\xce','\x2b','\xa6','\xe9','\xbe','\x13','\x0c','\x26','\xb2','\x6b','\xd4','\x45','\x18','\xbb','\x30','\x6c','\x88','\xd0','\x86','\xd0','\xc9','\x94','\x9b','\x7d','\xef','\x80','\xef','\xa3','\x03','\x24','\x2d','\xc0','\x88','\xcf','\xbf','\xbf','\x8f','\x7b','\x85','\x86','\xcf','\x2e','\xe3','\xda','\x86','\x9f','\xee','\x70','\x6f','\x6b','\x8c','\x67','\x7d','\x16','\x40','\x04','\xe2','\xd8','\xc6','\x46','\xe8','\x3b','\x87','\xe5','\x9e','\x1a','\xbb','\x10','\xf3','\x47','\x73','\x28','\x37','\xfa','\x08','\x82','\xd5','\x73','\xd6','\x70','\x88','\xdc','\x25','\xf3','\x8f','\x02','\x8b','\xe7','\xdc','\x1d','\x1d','\xef','\x01','\xcc','\xec','\x40','\x70','\xf8','\xa0','\xfa','\x73','\x90','\xbd','\x44','\xf9','\x45','\x93','\x21','\xb3','\x36','\xd4','\x7f','\x0e','\x99','\xac','\x3e','\xfb','\x45','\xac','\xaf','\x86','\x40','\x91','\xa5','\x3c','\x23','\xfd','\xf6','\x7a','\xed','\x74','\x2e','\x10','\x8b','\x5f','\x1f','\xad','\x3c','\x97','\xa4','\x11','\x1b','\x91','\xe7','\x74','\x08','\x62','\xc4','\x98','\xc9','\x5c','\xef','\x8e','\xd7','\x7f','\xa5','\x96','\xfe','\x51','\xb8','\x43','\xdb','\x5e','\xe1','\x0b','\xbd','\x9b','\xba','\x5a','\x1f','\x83','\xf2','\x11','\xfe','\x04','\xf0','\x6b','\xa9','\x21','\x60','\x44','\x50','\x29','\xaa','\xf1','\x54','\xf3','\x63','\x59','\xf6','\xab','\x21','\x2b','\xea','\x66','\xd4','\x9c','\xcc','\xac','\x86','\xc5','\xac','\xed','\x4e','\x6e','\xae','\xc0','\xe5','\x0f','\x93','\x64','\x1a','\x9e','\xbb','\xf5','\xca','\x77','\xe5','\xa3','\xd2','\x4f','\x08','\xde','\x25','\xcf','\x1b','\x14','\xe7','\x17','\x55','\x1d','\xfe','\x85','\x01','\x10','\xbe','\xcb','\xb7','\xc3','\xa2','\x93','\x75','\x32','\x77','\x0f','\xc4','\x04','\x8b','\xc2','\xd2','\xe7','\xea','\xe6','\xa8','\xc1','\x6b','\x31','\x2c','\xe2','\x13','\x1b','\x17','\xaa','\x6f','\xf1','\x87','\xda','\x90','\x79','\x4c','\x08','\xe8','\x90','\x8b','\x97','\x18','\xa0','\xf2','\x0f','\x5d','\x40','\x59','\xb8','\x18','\xda','\x9b','\xb9','\xce','\x70','\xdf','\x61','\x02','\x35','\x80','\xb6','\x6d','\x83','\x6d','\xdb','\xc2','\xc7','\xe0','\x33','\xa7','\x1d','\x3e','\x1f','\x3e','\xef','\xee','\xbb','\xae','\x02','\xc9','\x16','\xb8','\x1a','\x3e','\xe3','\xeb','\x58','\x01','\xf2','\xbe','\x84','\xb3','\xd2','\x53','\xed','\x7a','\x8c','\x06','\x40','\x18','\x78','\xe9','\xac','\xa1','\x50','\x0d','\x77','\xb7','\xb7','\x1f','\x17','\x0b','\x70','\xc0','\x61','\xad','\xb5','\x6e','\xa2','\xa8','\xc7','\x38','\xaa','\xa6','\x44','\x58','\x7e','\xa5','\x25','\xee','\xe2','\xd0','\x8c','\xa3','\x1a','\x04','\xab','\x63','\xc7','\x49','\x05','\xf1','\x13','\x7c','\x05','\x77','\x14','\x8e','\xac','\x18','\xdc','\xd3','\xfb','\xf4','\x9d','\xef','\x3f','\xbe','\x34','\xad','\xae','\xde','\xce','\x5d','\x95','\x87','\xdd','\x7c','\x5f','\xb8','\x7f','\x26','\xbc','\x56','\xf8','\x9f','\x50','\xa8','\x0a','\x7d','\x21','\xf4','\xa1','\x67','\x84','\xde','\xe5','\x6d','\xc2','\x19','\xe3','\x4d','\xd4','\xff','\xed','\xe0','\x77','\xff','\x27','\xe0','\xc1','\xe9','\x1d','\xf5','\x96','\xe7','\xcb','\x85','\xd4','\xa7','\x7f','\x44','\x83','\x6b','\x00','\x6d','\x1f','\x6e','\x2d','\x30','\x76','\x7a','\x6e','\xb0','\x43','\xef','\x04','\xc8','\xb7','\x97','\x2b','\x93','\x74','\x11','\x1c','\x47','\x11','\xec','\xfa','\x7a','\x91','\xb9','\xdb','\x00','\x80','\x8d','\x2c','\x61','\xaa','\x44','\x10','\x97','\x4e','\x79','\xf7','\x67','\x6b','\xb0','\x6d','\xa4','\x07','\x20','\x4f','\xed','\x5e','\xe6','\x01','\x0f','\x82','\x4e','\xd2','\xd8','\xa7','\x39','\x7f','\x7a','\x5f','\x11','\xa7','\x9b','\xcb','\x9a','\xfe','\x59','\x03','\x60','\x29','\xd0','\xee','\xe5','\x8b','\x4e','\x81','\x63','\x95','\x0c','\x23','\xcf','\xfc','\x6f','\x01','\x4a','\x7f','\x7f','\x35','\x24','\x99','\x35','\x7e','\xd7','\x74','\xf9','\xed','\x60','\x31','\x39','\xc2','\xec','\xe4','\x83','\xfb','\x31','\x2c','\x3e','\xea','\xa2','\x68','\x90','\x0f','\x22','\xeb','\xe5','\xa5','\xfc','\x2e','\x68','\xfe','\xbb','\x76','\xc9','\x11','\x98','\xf1','\x33','\x9b','\x9b','\x24','\x0f','\x5e','\x34','\xa1','\xff','\x3e','\xfa','\x03','\x09','\x16','\xcc','\xd9','\x95','\xe3','\xd2','\xc7','\xda','\xbf','\x69','\x8f','\x39','\x9d','\xe7','\x6c','\xe8','\xfc','\x92','\x2c','\xc4','\x00','\xa1','\xf3','\x65','\x54','\xbf','\x05','\xaa','\xf2','\xc9','\x3f','\xc0','\xb1','\xf1','\xa4','\xc6','\xd5','\x1d','\x7b','\xe3','\xdb','\x81','\xe0','\xac','\xfa','\x6e','\xfc','\x5c','\xa9','\xa8','\xa6','\xab','\x7b','\xd9','\xfb','\x3a','\x7a','\x93','\x3a','\xfd','\xdd','\x9f','\x44','\xce','\x4e','\x30','\x23','\x23','\xe4','\xc9','\x90','\xcf','\xfa','\xc8','\x19','\xa0','\x0a','\x42','\x18','\xec','\xea','\x90','\x90','\xd4','\xa2','\x86','\x40','\x32','\x02','\xbc','\xc0','\xb7','\xcb','\x4b','\xed','\xb7','\xee','\xa2','\x74','\x00','\xa2','\x6e','\x87','\xf7','\xb8','\x23','\x75','\x75','\x02','\xed','\x2e','\x21','\x6b','\x94','\x5c','\x48','\x4a','\x13','\x81','\x8d','\x40','\x0a','\xb2','\xeb','\x63','\x67','\x7c','\xae','\xd7','\x0d','\xda','\x66','\xae','\x3a','\xb6','\x58','\x58','\x11','\xb3','\x67','\x4d','\xa6','\x38','\x87','\x95','\xaa','\xd4','\x07','\x32','\x2a','\x95','\xa2','\x9f','\xcf','\xf9','\x8c','\xd6','\xe9','\x1e','\x0a','\xf8','\x3f','\xf9','\xf1','\x3c','\x9c','\x53','\xfc','\x0e','\x4b','\x0f','\x38','\xae','\x0b','\x2b','\xbf','\xe4','\x97','\xae','\x83','\xa6','\x3e','\x29','\x10','\x5d','\xd6','\x36','\x31','\xf2','\xf8','\xd2','\xbb','\x4a','\xc4','\x1d','\x39','\x1e','\x37','\xb7','\x9a','\xa8','\xb9','\x64','\x17','\x72','\x12','\x14','\x9f','\x00','\xcf','\x2a','\xae','\x77','\x60','\x69','\xa4','\x48','\x9d','\xfe','\xdd','\x83','\x6d','\xa4','\xa9','\xcf','\xad','\xff','\xe4','\x42','\xd2','\xdb','\x7b','\x87','\xcb','\xb5','\x43','\xdb','\xcc','\x0d','\x4e','\xee','\x74','\x98','\xcf','\xfa','\xc4','\x38','\xfb','\xb2','\x00','\x02','\x22','\x24','\x20','\x2d','\x8a','\x34','\x1c','\x6e','\x0e','\x00','\x76','\xd1','\x29','\x81','\x1d','\x96','\xd6','\x72','\x98','\x21','\x6e','\x08','\x74','\x69','\x1c','\x02','\x53','\x56','\xa6','\x8a','\xf9','\x10','\x14','\x4d','\xdf','\xbe','\xf8','\x72','\x49','\xca','\xf7','\xc0','\x55','\xa8','\x64','\x79','\xa4','\xb0','\x1c','\xac','\x40','\x4d','\x69','\xf9','\x9f','\xa7','\x76','\x82','\x14','\x17','\xe1','\x45','\xa4','\xf7','\xd6','\xfa','\xf6','\xd7','\xbb','\x41','\x47','\xad','\x4f','\xc8','\x64','\x61','\xb9','\xb0','\x1c','\xa7','\x3b','\x35','\x3e','\x4b','\x3b','\x98','\x78','\xe9','\x4c','\x13','\xe2','\xe5','\xf2','\x95','\xfa','\xe1','\xca','\x13','\x20','\xbb','\x45','\xbf','\xb0','\xc6','\x3b','\xdf','\x9f','\xe8','\xff','\x49','\x0b','\x2a','\x8a','\x62','\x7a','\x43','\x7f','\x31','\xb2','\x57','\xb0','\xbc','\xcc','\x0b','\xbb','\xf5','\xe9','\xdb','\xf4','\xb3','\x9e','\xa7','\x53','\x73','\x3e','\x61','\x4c','\xb3','\x5c','\x0c','\xe6','\xcc','\x41','\x7d','\xaa','\xc4','\xc5','\x4c','\xa0','\xba','\xcc','\x4a','\xe6','\x3a','\x1d','\x0b','\x11','\xa7','\xb9','\xa3','\x4d','\x75','\x7d','\x18','\x2a','\x8d','\x3f','\xbe','\x94','\xce','\xab','\x43','\xef','\xc7','\x5a','\x05','\x6a','\x3f','\x78','\x8f','\x20','\x44','\xb7','\x88','\xe3','\x99','\x8a','\x3b','\x8b','\xe3','\xfb','\x37','\x8b','\xbf','\x51','\xfa','\xaa','\x66','\xac','\x33','\x68','\xae','\x47','\xc3','\xc5','\xcc','\x13','\xc1','\x64','\xc1','\x22','\x6f','\x18','\x9e','\x47','\x17','\x65','\x57','\x0b','\xd5','\xb0','\x74','\xb3','\xd6','\xd7','\x0b','\x41','\x27','\xdf','\xa7','\xea','\x49','\x30','\x74','\xaf','\x28','\xfe','\x67','\x58','\x61','\xca','\x3a','\x26','\xf5','\x6a','\xf7','\x67','\x35','\x65','\xb5','\x37','\x45','\x37','\xe0','\x51','\x1e','\x41','\x97','\x20','\x7a','\x88','\x15','\xb2','\xdc','\x97','\x7d','\xd9','\xb6','\x20','\x6b','\x11','\x11','\x2e','\x97','\xcb','\xf1','\x0e','\xd0','\x70','\x79','\x89','\x0a','\x8c','\x5c','\x84','\x4a','\x22','\x50','\xfc','\xe4','\x15','\x64','\xc4','\x9a','\x47','\x0b','\x7d','\x09','\x62','\x47','\xd1','\x88','\x13','\xee','\x7d','\xf7','\xc4','\x07','\x58','\x4c','\x67','\x65','\x16','\xa2','\xc8','\x4e','\xdd','\x82','\xe0','\x23','\x6b','\x20','\x58','\x58','\xeb','\xed','\x22','\xee','\x6e','\x16','\xd6','\xba','\xf9','\x86','\xfb','\xa2','\xbc','\x10','\x0e','\xa3','\x10','\xad','\x59','\x3f','\xc0','\x99','\xaf','\xb8','\x40','\x59','\x0e','\xd7','\x62','\xfb','\xcf','\x13','\xfa','\x92','\xca','\x0e','\x80','\x96','\x0f','\xcf','\x43','\x5e','\xa5','\xa0','\xd1','\x97','\x13','\xc3','\x38','\x53','\x9d','\x13','\x5c','\xda','\x17','\xf2','\x2c','\x0a','\xd8','\xa2','\x20','\x04','\x28','\x15','\x03','\x8f','\xc7','\x34','\xa9','\x7c','\xd9','\x42','\x27','\xf2','\x5f','\x48','\x60','\x75','\x64','\xc7','\xdb','\x4a','\x6e','\x97','\xc8','\x7d','\x13','\x38','\x34','\x7c','\xa0','\x26','\xa9','\xb3','\x67','\xba','\xd6','\x75','\x9a','\x60','\x22','\x1a','\xae','\x6d','\x37','\x0e','\x86','\x70','\xa1','\x11','\x39','\x11','\xf9','\x4e','\x0a','\x44','\x50','\x3f','\xe3','\x81','\x0b','\xcf','\x06','\xa6','\x0d','\xb9','\xcf','\x42','\x57','\x83','\xc7','\x57','\x9d','\xbf','\xba','\x58','\x22','\xc2','\x02','\x01','\x24','\x12','\xd2','\x2e','\x44','\x62','\xd2','\x50','\x77','\x8b','\xda','\x46','\x1c','\x1a','\x93','\x00','\x49','\x22','\xc2','\x51','\xa4','\xc7','\x99','\x91','\xb8','\x8f','\xc2','\x47','\xce','\x91','\x7a','\x66','\xb5','\x39','\x98','\x88','\x7d','\x24','\x4d','\x2c','\xbb','\x2f','\x39','\xbf','\xe2','\xb8','\x12','\x90','\x2f','\x82','\x23','\x1a','\x88','\xf3','\xec','\x55','\x15','\x16','\xef','\x26','\x19','\x85','\xaf','\xab','\xb0','\x60','\x59','\x61','\xe1','\x69','\x79','\xef','\xc2','\xaf','\x03','\x15','\xe0','\x0e','\xcf','\xef','\x00','\x83','\x5d','\xdf','\x19','\x18','\x9c','\x7f','\x67','\x7e','\xda','\x10','\xa0','\x49','\x54','\x57','\x9d','\x07','\x4e','\xd6','\x83','\x34','\x7f','\xc8','\x1c','\x4a','\xe5','\xad','\xe7','\xeb','\xf7','\x83','\x85','\xbe','\x39','\x41','\x75','\x67','\x95','\x9d','\x39','\x59','\x6a','\xe3','\x71','\xc1','\xc4','\xf1','\x35','\xd9','\x51','\xe3','\x44','\x4b','\xdc','\xbe','\x23','\x10','\xd8','\x79','\xc8','\xe8','\x81','\x90','\x7a','\x73','\xdd','\x2d','\x6b','\x85','\xfe','\x14','\x02','\x14','\x85','\x6a','\x35','\x88','\x67','\x07','\xf6','\x6e','\x5d','\xa0','\xf6','\x56','\xd5','\xc4','\x97','\xc3','\x62','\x01','\xea','\xa8','\x4e','\x72','\x38','\x1e','\xf7','\xa7','\x78','\x4e','\x39','\x1d','\x1e','\xee','\x66','\x7a','\x0a','\x64','\xd1','\x40','\x23','\x48','\x92','\x3b','\x6b','\xe4','\x75','\xbb','\x90','\x67','\x6e','\xe4','\x6d','\xdf','\x83','\x07','\xd0','\xd0','\x65','\xf6','\x63','\x03','\x68','\xdc','\xc0','\x1e','\x83','\x20','\x58','\x14','\x05','\x98','\xda','\xab','\x85','\xa1','\x59','\x6d','\xc6','\xf9','\x46','\xa5','\xdd','\xfb','\xef','\x81','\x2b','\x43','\x15','\x84','\x62','\xa5','\x2e','\x3f','\x79','\xa5','\x05','\x11','\xb6','\x86','\xd0','\xc4','\xf0','\xe1','\xf3','\x3e','\xdb','\xb5','\xc1','\xb6','\x55','\x61','\xbc','\x05','\xc7','\xa5','\xd6','\xe2','\x5c','\x6e','\x98','\xb9','\x78','\xdd','\x69','\x9d','\x2d','\x76','\xf0','\xa2','\xdc','\x83','\x04','\x31','\x75','\xea','\x04','\xaf','\x3a','\x79','\x5c','\x58','\x47','\xfc','\x52','\xa8','\x6c','\xb1','\x2c','\xc3','\xa7','\xe6','\x15','\xae','\x80','\x32','\x1f','\xab','\xf7','\x79','\x45','\x6b','\xac','\x8e','\x80','\x8e','\x85','\x6e','\xf5','\xf7','\xa8','\xec','\x78','\x37','\xc5','\x60','\xdf','\x55','\x8c','\xed','\x93','\xa1','\xe2','\x37','\x47','\xb2','\xfd','\x25','\xf0','\x19','\x15','\x20','\x40','\x83','\xb1','\x1b','\xd3','\x77','\xd0','\xc8','\x6d','\xbd','\x13','\x5f','\x50','\x6c','\x09','\xd1','\xcd','\x2b','\x15','\xf6','\x7c','\xa7','\x0f','\xf2','\x99','\x3c','\x09','\x72','\x20','\xe3','\x36','\x1b','\x3e','\xc2','\x3b','\xcc','\x86','\x40','\x39','\x28','\xad','\xc6','\x0a','\xcf','\x08','\x5e','\x19','\xf2','\xe7','\x09','\x51','\x69','\xe7','\x9e','\xfb','\xe5','\x01','\xdb','\x3e','\x10','\x16','\x25','\xbd','\x1e','\x54','\xa1','\xc5','\x50','\x0c','\xcb','\xea','\x30','\x84','\x3c','\xb7','\x97','\xf2','\xeb','\x15','\x82','\x53','\xe7','\xac','\x93','\x20','\x6a','\x88','\x59','\x54','\xa6','\x53','\x85','\x94','\xb0','\x46','\x70','\xdd','\xbe','\x03','\x2d','\xe7','\x04','\x50','\x7a','\xf2','\xc6','\x4f','\x95','\xe2','\x57','\xc3','\xb4','\x63','\xfd','\xfa','\x1a','\xca','\xa7','\x99','\x3d','\xf8','\xf9','\xea','\xa1','\x18','\x83','\x93','\x43','\x34','\xc4','\x3e','\x3a','\xd9','\xcf','\xb4','\xcd','\x32','\x32','\x04','\xa4','\xd1','\x0f','\x13','\xca','\xb1','\xda','\x95','\x6c','\xcd','\xf3','\xe1','\xd3','\x86','\xb9','\x92','\xe8','\xf1','\x57','\xec','\x9e','\xb3','\x34','\x5c','\x20','\x4c','\x2e','\xd2','\x59','\x1a','\xb8','\xa8','\x43','\xf8','\xf3','\xb7','\x11','\x9b','\x69','\x9c','\xbf','\x98','\xfc','\x8f','\xbc','\x48','\x7c','\xaa','\xf1','\x6f','\x34','\x42','\x86','\x2a','\x58','\x31','\xba','\xf1','\x2e','\x8e','\x3f','\x97','\x21','\x9a','\xf2','\x9c','\xdc','\x57','\x35','\xc0','\x1b','\xec','\x6a','\x58','\xf2','\x07','\x32','\x7d','\x0a','\xc9','\xa4','\x8d','\xcf','\x7a','\x86','\x05','\xe7','\x45','\x6e','\x74','\x19','\xad','\xd5','\xae','\x94','\x23','\x96','\x5b','\x56','\xb8','\x98','\x8c','\xd5','\x5c','\x38','\x4b','\x8a','\xb2','\xc8','\x78','\x17','\x0d','\x61','\x5e','\x66','\x04','\x8d','\x57','\x08','\x65','\x78','\xe0','\xa2','\x84','\xfc','\x76','\xf9','\x8e','\xf5','\x06','\x35','\x7e','\x04','\xc5','\x89','\x77','\x1e','\xcb','\x1c','\x9a','\x0f','\x08','\xc3','\xfb','\xfb','\xfb','\xb4','\xc1','\x03','\x70','\xc7','\x05','\xee','\x72','\xb9','\x04','\xe4','\xc6','\x1f','\xb7','\x45','\x85','\xfe','\x63','\xda','\xe5','\x71','\xcc','\xcf','\x08','\x3d','\xa4','\x4e','\x5b','\x69','\x8a','\x88','\xd1','\xb1','\xcc','\x78','\x39','\xe7','\xb3','\x35','\xb8','\x72','\x80','\x83','\xeb','\xdb','\x36','\x2e','\x5e','\xdc','\x50','\xef','\xc0','\x08','\x16','\x64','\xe8','\x94','\xb4','\xe2','\xe2','\x14','\x67','\x39','\x93','\x04','\x94','\x06','\x87','\xa8','\x5e','\x49','\x24','\xcb','\x3f','\x23','\x2f','\xf9','\xe6','\x2c','\x25','\x24','\x66','\x16','\xd2','\x8b','\x36','\x98','\xd0','\x5e','\x97','\x73','\xb7','\xb6','\x22','\xdb','\x89','\xb4','\x4e','\x6e','\xe9','\x5f','\x67','\xe0','\x64','\x4b','\xdb','\x63','\x90','\x7b','\x2f','\x1b','\x85','\x3e','\x3c','\xb6','\xa6','\x25','\x77','\x5b','\xb4','\x0a','\xce','\x48','\x47','\x95','\x0b','\x89','\xd6','\xf9','\xa8','\x3e','\xf5','\x02','\x83','\xd2','\x76','\x38','\xea','\xf2','\x23','\x3d','\x3f','\x87','\x4e','\xe5','\xba','\x99','\x0f','\xb5','\x7e','\x64','\xf7','\xc7','\xd7','\xe3','\xc7','\x56','\xdc','\xe0','\xfa','\x8d','\x80','\x36','\x4b','\xd4','\x9a','\x28','\x39','\x4c','\x47','\x1c','\x60','\x45','\x2e','\x2d','\x13','\xa5','\x48','\x77','\x7b','\x00','\x98','\x69','\x46','\xd7','\x39','\x73','\xab','\x1b','\x2d','\x51','\xd7','\x38','\x32','\x2a','\x12','\x05','\xaa','\x8b','\xfb','\xec','\xa1','\x82','\xb2','\x06','\xd2','\x7f','\x20','\x59','\xcc','\x27','\x32','\x3f','\x0a','\x95','\xa3','\xfb','\x42','\x58','\x0c','\xde','\x38','\x0b','\x74','\x82','\x17','\x19','\x41','\x25','\x0e','\xe0','\x2a','\xf8','\x0a','\x20','\xb7','\x3b','\xec','\xf0','\xc0','\x57','\x0f','\xc2','\x41','\x7b','\x3e','\xb9','\xa9','\xb6','\xf3','\x91','\xab','\x0c','\x52','\xfc','\x45','\x10','\xe7','\xfe','\x21','\x5e','\x21','\x47','\xfd','\x6d','\x4d','\xab','\x8b','\xaa','\x25','\xbd','\xdb','\x05','\x96','\x15','\x7d','\xb9','\x30','\xb9','\x77','\xa7','\x0b','\x4c','\x65','\x3e','\xd8','\x19','\x1f','\xed','\xbb','\x2f','\x20','\xf3','\x3c','\x55','\xfd','\x73','\x6c','\x7f','\x16','\x84','\xc6','\x2e','\xc6','\x94','\xc4','\xa1','\xb3','\xa0','\x7d','\xd7','\xa4','\x05','\x93','\xff','\xaa','\x19','\xbc','\x82','\x7b','\xeb','\x70','\xde','\xa4','\x18','\x6a','\x0d','\xb1','\x71','\x80','\xaa','\x43','\x23','\x8a','\xbe','\xe5','\x65','\xd0','\xec','\x4a','\x65','\x7d','\x6a','\x7c','\x03','\xfd','\xc7','\x47','\x81','\x0b','\xd4','\x72','\xdd','\x4e','\x7e','\xb4','\x9e','\x20','\x36','\xd4','\x06','\x8b','\xdf','\xa5','\x09','\x54','\xd8','\x67','\xfa','\xda','\x8d','\xe7','\xa8','\x5b','\x74','\xa0','\x31','\xe6','\xb6','\x59','\x75','\xdc','\xa0','\xbb','\x1c','\x93','\x80','\x17','\xb9','\x4e','\xa5','\x9e','\xf3','\x42','\xe4','\x69','\x72','\xcc','\x80','\x7c','\x82','\x09','\x9b','\x02','\xe7','\x13','\x55','\xcb','\x42','\x4a','\x58','\x4b','\x51','\x7d','\xf2','\x91','\x81','\x25','\x10','\x0f','\x96','\xa9','\x8e','\xa3','\x1d','\xa0','\x6d','\xdb','\xe0','\x72','\xb9','\x4c','\x09','\x46','\x46','\x46','\x11','\x0d','\x51','\xab','\xcf','\x0e','\x28','\x99','\xf1','\x03','\x61','\x75','\xbe','\x42','\xd1','\x7f','\xa8','\xe8','\x4d','\x19','\x2a','\x8e','\xcb','\x15','\xf5','\x4e','\x9f','\xb7','\x0d','\xae','\xbc','\xe3','\xa3','\x21','\x74','\xd1','\xf2','\x1f','\x5a','\xed','\xa2','\xac','\x85','\x2d','\x79','\xd1','\xaa','\x5d','\x22','\xfd','\x78','\x52','\xd5','\x4a','\x02','\xaf','\xe4','\xf3','\xa6','\xe1','\xc7','\x4f','\x15','\xb2','\x94','\xfe','\x0a','\x54','\x4a','\x9b','\x76','\xe5','\xe2','\x5c','\xd2','\xf4','\x4a','\x32','\xa4','\xce','\x4e','\xf5','\xe6','\x32','\x83','\xfb','\x19','\x80','\xf5','\x0d','\xf7','\x69','\xd5','\xdf','\xa1','\x7d','\x5a','\xf6','\xa4','\x1d','\x4c','\xcd','\xd4','\xf2','\x0b','\x3a','\x9a','\x57','\x7b','\x0f','\x84','\xb8','\x4b','\x57','\xd2','\xc3','\x33','\x3a','\x97','\xb3','\x10','\x82','\x22','\x7f','\x2a','\x2f','\xcc','\x8d','\x3d','\x9b','\xaf','\xac','\xe1','\x9e','\xe8','\xf9','\x08','\x10','\xef','\x02','\xf1','\x3d','\x3e','\x7b','\x87','\xad','\xdb','\x21','\x67','\x62','\x46','\x3d','\x2e','\x38','\x85','\xb0','\xf0','\x40','\x2c','\xe0','\xc6','\xd4','\x74','\x67','\xf1','\x70','\x3c','\x13','\x40','\x58','\xa5','\x21','\xd1','\x00','\x38','\xcd','\x38','\x0f','\x84','\x63','\xc7','\x8f','\x69','\xa0','\x73','\x18','\xed','\x7d','\xef','\xe5','\x0a','\xcf','\xbd','\x6e','\x98','\xe6','\xc6','\xa7','\x6b','\x0d','\xb6','\x10','\x62','\xc3','\xbe','\x5e','\x2b','\xce','\xbb','\x43','\x59','\x71','\xf2','\x86','\x69','\x36','\xa8','\x8f','\x8c','\xfe','\xc8','\xab','\xa3','\x30','\x79','\xce','\xe4','\x70','\x63','\xcc','\xbf','\x30','\x7d','\x93','\xba','\xaa','\x0a','\xd4','\x0d','\x26','\x3d','\x1f','\x70','\x6d','\x98','\x78','\xa6','\xc7','\x23','\xf1','\x83','\x4f','\x1f','\xd6','\x87','\xc1','\xf7','\x54','\xfe','\xf1','\x58','\x39','\xeb','\xa7','\x19','\x6a','\x6e','\x61','\x6f','\xf5','\xd4','\xc3','\x19','\x22','\x58','\x0c','\x4d','\x93','\xc5','\x0a','\x77','\xad','\x05','\x00','\xcf','\x57','\xef','\x36','\xc3','\x65','\x98','\x2c','\x31','\x9e','\x5e','\xf3','\x65','\x2c','\xe5','\xc4','\x0a','\xd7','\xb8','\x76','\xff','\x11','\x43','\x9a','\xdc','\xbf','\x05','\x5a','\x13','\x3a','\x79','\x2e','\x0c','\xc2','\x36','\x56','\xc6','\x4a','\xfd','\xc4','\xa6','\x0b','\x41','\xe0','\xc4','\x32','\x01','\x8c','\x05','\xa0','\x39','\x89','\xf6','\xcd','\xe1','\xf8','\x2f','\xe5','\xcc','\x67','\xca','\x8b','\x15','\x2a','\x98','\x9e','\x0d','\x03','\xb9','\x90','\xd4','\x8c','\xa0','\x88','\xdd','\xd2','\xb0','\xa9','\x08','\x67','\xd2','\x87','\x52','\x19','\x47','\x50','\xe8','\x54','\xfa','\x4c','\xa0','\x46','\x84','\x8c','\xe5','\x3d','\xdb','\x64','\xb4','\x0d','\xe0','\x68','\x7a','\x95','\xd1','\xca','\x1c','\x1d','\x4f','\xa6','\xdf','\x11','\x9f','\xa4','\xf4','\x19','\xe6','\x24','\x35','\x96','\x50','\x77','\xd6','\x52','\xbc','\xba','\x49','\x7c','\x17','\x30','\xfc','\x39','\x03','\xde','\x08','\x52','\x5b','\x82','\xaf','\xbc','\x08','\x3a','\xeb','\x1d','\x3c','\x87','\x5d','\x60','\xd1','\xeb','\xe4','\x0c','\x50','\x05','\x61','\x07','\xa8','\x2e','\xc8','\x6a','\x54','\xe4','\xb8','\xf2','\x1c','\x15','\x82','\x3a','\x41','\x07','\x43','\x78','\xa2','\xdb','\x34','\xa9','\xbd','\x31','\x95','\xc7','\x41','\x18','\xeb','\x76','\x41','\xb8','\x5e','\x2f','\x7c','\xce','\xa7','\x69','\x74','\xb7','\x6c','\xea','\xe8','\x2a','\x32','\x2f','\x4b','\x1b','\xb3','\xb0','\xce','\xea','\xe3','\x1f','\x8f','\x91','\x96','\x63','\x0a','\xb6','\x50','\xfd','\x82','\x1d','\x16','\xed','\x0a','\xed','\xf3','\x45','\xe7','\xaa','\x02','\xc6','\x10','\x70','\x3b','\x0b','\x93','\x10','\xe5','\xc1','\xa0','\x32','\xd1','\x02','\x8d','\x4c','\xc4','\x13','\x5d','\x53','\x48','\xeb','\x43','\x9d','\xd7','\xe9','\x11','\x2a','\x8b','\x7b','\x6a','\x5f','\x9e','\x73','\x33','\x81','\x00','\x08','\xe1','\x7a','\xfa','\xe2','\x6f','\x53','\x15','\x47','\xd6','\x6e','\x95','\xf6','\x45','\xf0','\xf4','\x01','\xf5','\x7b','\xe5','\x3e','\x93','\xe9','\x33','\x64','\x19','\x82','\x9d','\x77','\xeb','\x34','\xdc','\xe0','\xf6','\x0e','\xbd','\x77','\x68','\x6d','\xd3','\x80','\x05','\xb2','\x2a','\x24','\x2e','\x0c','\x32','\xdd','\xe4','\x9c','\x90','\xa0','\xa7','\xf3','\x59','\xe6','\xa8','\xdc','\x74','\xee','\xa6','\xb1','\x32','\x7f','\x1c','\x95','\xb7','\xad','\x01','\x41','\xe7','\xe0','\x0a','\x34','\x8c','\x1f','\xc5','\x23','\xd1','\xc2','\x42','\xe0','\x2f','\xe9','\x2c','\xb5','\xf5','\xd5','\x30','\xc9','\xd3','\xa8','\x1f','\x2d','\x17','\x67','\x0e','\x71','\x5a','\x66','\x7c','\x00','\x72','\x3f','\x7d','\x12','\x1d','\xdf','\x83','\x69','\x38','\x1e','\x69','\xdb','\xa9','\x41','\xfd','\x7a','\x40','\x4f','\xf0','\x1e','\x58','\x3e','\x7e','\x33','\x74','\x41','\x6e','\x7a','\x1f','\xab','\xf1','\x6b','\x06','\xba','\xd2','\x77','\x86','\x5a','\xe0','\x5c','\x51','\x79','\x6e','\xab','\x37','\x85','\x0b','\x5d','\xeb','\x79','\xb7','\xca','\x14','\x37','\x4b','\xa2','\x9c','\x9d','\x95','\xbb','\x05','\x6a','\xdf','\x10','\x98','\x90','\xc9','\xfa','\xa1','\xea','\x5a','\x04','\x00','\x5a','\x1d','\xd8','\x1c','\x0c','\x14','\xb4','\x5f','\xfc','\x2a','\xca','\xbd','\xbe','\xf1','\xb6','\xd6','\xd2','\x08','\xfa','\x7e','\xa0','\x5a','\x98','\xf4','\xd7','\x2b','\x65','\x77','\xc1','\x5b','\x68','\x31','\x2e','\x42','\x9b','\x79','\x07','\xc2','\xdc','\x14','\xe5','\x42','\x5a','\x2e','\x94','\xe5','\xe4','\xc0','\xd1','\xeb','\x53','\x27','\x17','\x16','\xce','\xf0','\x79','\x3a','\xf8','\xb6','\xca','\x9a','\xf2','\xc7','\xcd','\xa9','\xa4','\x84','\xf9','\xfe','\x9e','\x94','\x53','\xa6','\x65','\xaf','\xef','\xf1','\x7f','\x9f','\x42','\x5a','\xc9','\x3b','\xa4','\x70','\xf4','\xb9','\x5f','\x04','\x00','\x34','\x8c','\x9e','\x6c','\x44','\x04','\x97','\xcb','\xa5','\x0c','\xf2','\x76','\x18','\x04','\x61','\xe0','\x84','\x61','\x62','\x01','\x02','\x40','\x07','\x0d','\x45','\x2b','\x15','\x88','\x42','\x24','\xcf','\x77','\x31','\x5f','\x4c','\x68','\xc4','\x71','\xfb','\xeb','\xe5','\x32','\xce','\xf6','\x5c','\x38','\xb2','\xdb','\x76','\x19','\x87','\xb0','\x1b','\xfa','\xd5','\x26','\xf7','\x37','\x20','\x68','\xe5','\xc9','\x8f','\x40','\x47','\xc1','\xbd','\xac','\x38','\xaf','\x92','\xf2','\x61','\x1e','\x70','\x27','\x15','\x32','\x7d','\xfa','\x1f','\x35','\x4b','\xb7','\x68','\x77','\xa7','\x20','\x29','\x2c','\xd1','\x5c','\xab','\xf5','\x81','\xe5','\xfa','\xd0','\x51','\x9d','\xc9','\x7d','\x0d','\xc2','\x58','\xfa','\xe5','\x15','\x2a','\xbe','\xaf','\x71','\x71','\x45','\xc7','\xb9','\x16','\x12','\x8f','\x68','\x1f','\x88','\x2d','\x5e','\x76','\xc5','\x09','\xed','\xa7','\x57','\x92','\xc1','\x0a','\xad','\xe0','\xc5','\xca','\xdd','\x99','\x08','\x5e','\x53','\xf5','\x39','\x0b','\x15','\x69','\x0e','\x5f','\xf8','\xac','\xe4','\x92','\xb9','\x84','\x66','\xaf','\xd7','\xf9','\x7c','\x9f','\x9d','\x02','\x66','\xf1','\x72','\xbe','\x06','\x00','\xf6','\x5b','\x87','\xf7','\x9f','\x3b','\x5c','\x7f','\x6c','\x83','\x06','\x11','\x79','\x77','\x66','\xb8','\xac','\x35','\xac','\x83','\x4c','\xc8','\xee','\xcd','\x40','\xc1','\xce','\xee','\xf4','\x96','\x86','\x8f','\xa5','\x9f','\xed','\x68','\x20','\x34','\xe4','\x00','\x07','\x7d','\x04','\x52','\xe9','\x7b','\x87','\xdb','\xad','\x43','\xdf','\xdd','\x3d','\x04','\xa9','\x4f','\x08','\x23','\x6d','\xe6','\x3e','\x2a','\x05','\x8b','\xc9','\xb2','\x53','\x72','\xf7','\x21','\xc6','\x5f','\xf1','\xa4','\x15','\x7e','\xfe','\xa3','\x1b','\xcf','\xb0','\x40','\xe4','\x9b','\x87','\xe7','\x0c','\xf1','\xe9','\x12','\xd8','\x42','\xc0','\x3c','\x04','\xdc','\xc7','\x99','\xa7','\xd5','\x95','\xbb','\x3f','\xe8','\x7e','\xd3','\x94','\x84','\x8b','\x9d','\x79','\xea','\x54','\x7d','\xae','\x2e','\x33','\xe6','\x4a','\xa7','\x7c','\x56','\x5a','\xbb','\x35','\xb5','\xc3','\x64','\x95','\xc8','\x01','\x73','\xdb','\x55','\xb4','\x5e','\xa8','\x35','\xac','\xec','\xad','\x0a','\x3c','\x4e','\x9e','\x77','\xcc','\xae','\xec','\xbe','\x02','\x34','\xcd','\x07','\x1d','\xfe','\x42','\x77','\x99','\x07','\xf3','\xef','\xee','\x3c','\x40','\xd4','\x18','\x52','\xb1','\xe1','\xdc','\x20','\x9d','\x56','\x16','\xe7','\x5e','\xfa','\x75','\x87','\x87','\x8e','\x24','\xcf','\x6a','\xfb','\x74','\xf0','\x74','\x2f','\xf5','\x2c','\x67','\x97','\xab','\xfa','\xe4','\xc7','\xeb','\xc4','\xc8','\xd1','\x5c','\x76','\x49','\x40','\x47','\xf3','\xbf','\x2c','\xfe','\x31','\x67','\xa2','\xb3','\x70','\xa8','\x56','\x40','\xbd','\x43','\x8c','\x2e','\x85','\x3f','\xe3','\x99','\x0b','\xce','\x3b','\x95','\x18','\xff','\xb1','\xfa','\x4b','\xba','\x38','\xc0','\xcb','\xf9','\xe3','\x06','\x9d','\x7f','\x46','\x61','\xe0','\x48','\x60','\x46','\x2b','\x1b','\x43','\xe3','\xff','\xc5','\x55','\x03','\x18','\xfe','\xc4','\xb2','\x33','\xef','\x0a','\xa2','\x3c','\x32','\x92','\xa2','\xc8','\xd4','\x86','\x55','\xe3','\xaa','\x0c','\x05','\xd3','\xf5','\x85','\xfb','\x3c','\x08','\x00','\x24','\xb3','\x4a','\x26','\xf0','\x02','\xb1','\xa2','\xa8','\xfb','\xb8','\x14','\xa8','\x04','\x59','\xc9','\x08','\x3d','\xa5','\xc3','\x21','\x10','\xcd','\x17','\x9e','\xee','\x29','\x30','\x82','\x40','\x08','\x82','\x50','\x45','\x81','\x0b','\xdb','\x92','\xcc','\xcc','\xe5','\x92','\x44','\x6d','\x84','\x67','\x6e','\x4e','\x91','\x2e','\x15','\x3c','\xf1','\xf3','\xb4','\xdc','\x20','\x7e','\xc4','\x6d','\x1b','\x77','\x7d','\x5c','\x2e','\x2e','\xb2','\xdb','\xb5','\xc1','\xe6','\x43','\x5a','\xcb','\x60','\x35','\x2b','\x05','\xb9','\x98','\x69','\x22','\xf8','\xad','\xe2','\x42','\xc1','\xa7','\xf0','\x37','\x64','\x1c','\xff','\xc7','\x98','\x0e','\xd0','\xda','\x1a','\x20','\x95','\x11','\xee','\x14','\xc2','\xd4','\x17','\x67','\x39','\xd0','\x8a','\x70','\xa4','\xfd','\x89','\x26','\x0f','\xcb','\x58','\x28','\x05','\x93','\xaf','\x65','\x9a','\xa4','\xe4','\x04','\x60','\xa8','\xea','\x68','\x0e','\xe4','\xae','\x71','\x48','\xd6','\xf8','\xca','\x7d','\x11','\xa3','\x73','\xf5','\x52','\xdc','\x45','\x79','\x5e','\xd8','\xfe','\xd5','\xa0','\x1c','\x8a','\x45','\x5b','\x6a','\xa5','\xea','\x8b','\x81','\xb5','\xbf','\xfd','\xd6','\xe1','\xfd','\x7d','\x87','\xdb','\x7b','\x87','\xeb','\x95','\x00','\x1b','\xa8','\x11','\x32','\xee','\x00','\x01','\x80','\xee','\xc6','\xd7','\xad','\xe4','\x50','\xa7','\xe1','\x2e','\x87','\xa4','\x87','\xee','\xe5','\xa2','\x33','\x3f','\xce','\x7e','\xcf','\x88','\x00','\xd4','\xc0','\xea','\xbd','\xeb','\x39','\xa4','\xfd','\xd6','\xd5','\x40','\x9e','\x94','\x0d','\x84','\xb0','\x50','\x71','\x57','\xe1','\xbc','\xa3','\x33','\x9d','\xd0','\xbb','\xe6','\xb4','\x67','\xf8','\xf6','\x09','\x41','\x78','\x0a','\x9e','\xc9','\xf3','\x0a','\xa8','\xf0','\x3f','\x9b','\xef','\x95','\xf8','\x4a','\x79','\x7e','\x1c','\x5f','\x39','\x51','\x3e','\x88','\xab','\x18','\x3f','\xea','\x33','\xff','\xcb','\x26','\x71','\x01','\xe8','\xd8','\x28','\x42','\xbd','\x38','\xc2','\xf2','\x0f','\xc5','\x02','\x14','\x79','\x08','\xa0','\xf2','\x3a','\x69','\x6f','\xa0','\xba','\x92','\xf7','\x04','\x01','\x11','\x57','\x85','\x46','\xf7','\x9d','\xfa','\xe4','\x13','\xa0','\x1c','\xf7','\x27','\xe9','\x8a','\xaa','\x87','\x7a','\xd8','\xfe','\xc2','\x10','\x99','\x84','\xaa','\x2f','\x64','\xb4','\xfa','\xa2','\xa2','\xef','\x26','\x0d','\x3f','\xbc','\xcd','\xba','\xe8','\x73','\xbc','\xf3','\x06','\xe0','\xdc','\x82','\xd5','\x29','\xe4','\xee','\x18','\x14','\x47','\xb6','\xcf','\x59','\xf0','\xa6','\x6a','\x3c','\x36','\x52','\x5d','\x99','\xfa','\x71','\x90','\xd8','\x02','\x19','\x87','\x67','\x6a','\xea','\x85','\xa1','\x73','\xbb','\xdd','\x1e','\x0f','\x82','\x00','\x82','\x00','\xaf','\xc2','\x8a','\x42','\x2c','\xfe','\xbd','\x9e','\xc1','\xc9','\x3f','\x6b','\x84','\xcd','\xca','\x0f','\x26','\x12','\x8e','\x33','\x05','\x62','\xf8','\x5c','\x78','\xd7','\xe7','\x72','\x1d','\x01','\x0e','\x9a','\xba','\xbb','\x81','\xe6','\x1f','\xa5','\xe1','\x41','\x0f','\x91','\x09','\x1f','\xc1','\xd1','\x9f','\x25','\x51','\xbc','\x09','\xdc','\xd8','\x6a','\xde','\xe0','\x57','\xee','\xdb','\xe5','\xde','\x4f','\xd5','\xe6','\x77','\x9a','\x96','\xc2','\x63','\x91','\xad','\x04','\x14','\x9c','\x83','\xf5','\x41','\x29','\x41','\x2e','\xe9','\xb1','\x19','\xb6','\xb4','\x33','\xd2','\x7b','\xb4','\x4e','\x74','\x7d','\x78','\xa2','\xbe','\xdc','\xb8','\xd0','\x47','\x43','\xa2','\x12','\x8c','\xf3','\x1d','\x88','\xc8','\x34','\xb6','\xc2','\x75','\x7c','\x38','\x1f','\x71','\xe7','\x35','\xe0','\x43','\x91','\x9e','\xcb','\x70','\xd0','\x2b','\x47','\xdf','\x5c','\x1a','\x80','\x59','\x57','\x88','\xef','\x54','\x34','\xac','\xe9','\xea','\xe9','\x65','\x6f','\x36','\x46','\x61','\x18','\x19','\x9d','\x27','\x48','\xdf','\x09','\x6e','\xef','\x3b','\xdc','\x6e','\x1b','\x5c','\x2e','\x83','\x4f','\x78','\x3f','\xdb','\xe0','\xb7','\x9f','\x1a','\xa9','\xee','\x72','\x44','\xd0','\x31','\x32','\x57','\x00','\xb9','\x64','\x75','\x24','\x24','\x3e','\x5c','\x24','\xf7','\x10','\xbd','\xff','\xdc','\xe1','\xfd','\xe7','\x3e','\x76','\x7f','\x6e','\x1d','\x28','\xb4','\x3d','\x06','\xc7','\x58','\x2e','\x84','\x58','\xc3','\x22','\x7e','\xe5','\xb2','\x9a','\xfd','\xf1','\xee','\xbe','\x01','\x65','\xfe','\xa3','\xbc','\xc8','\xef','\xd2','\xe8','\x22','\x4f','\x1c','\x2d','\x5f','\x10','\xa5','\xad','\xfe','\x35','\x13','\x38','\xa6','\x16','\xdf','\xf5','\x77','\xe1','\xc5','\x06','\x48','\xe6','\x99','\x86','\xc7','\x73','\x95','\x78','\xf4','\x2a','\xe3','\x33','\x18','\x99','\x19','\x87','\xcf','\xb0','\x30','\x3c','\xad','\xb8','\xe1','\xf4','\x4d','\x5c','\xf3','\xaa','\xa2','\x9c','\x97','\x20','\x73','\x0c','\x58','\x3e','\xd1','\xf4','\x46','\x69','\x77','\x65','\xfc','\x00','\x00','\xb8','\x4b','\xb2','\xc5','\xa3','\x27','\x8f','\xc1','\xe8','\x0b','\x09','\x8a','\x64','\xb8','\xfa','\x73','\xb5','\xd9','\xed','\xfd','\x14','\x1d','\x3e','\xd5','\x67','\xcf','\x13','\xf7','\xa3','\xd5','\xad','\x16','\x47','\xc2','\x59','\x24','\x8a','\x29','\x63','\xa4','\xb7','\x17','\xd1','\x6a','\xe6','\x67','\x15','\xcc','\x64','\xf0','\xa9','\x50','\x55','\x37','\xa1','\x99','\x78','\xdf','\x7d','\x8f','\x31','\x61','\xca','\xa8','\xac','\xd5','\x97','\xb5','\xca','\x4b','\xee','\x47','\x9d','\xa6','\x92','\xb2','\xf0','\x50','\x5f','\xad','\x78','\x13','\x40','\x54','\x91','\xc2','\x27','\xdf','\x21','\x1f','\xe0','\xcb','\x95','\x08','\x79','\x15','\x8b','\x0f','\x68','\x25','\x3d','\xff','\xd8','\x30','\x29','\xac','\x98','\x03','\xc8','\x65','\xe1','\xe2','\x1d','\xf9','\x07','\x80','\xe3','\x31','\x2a','\xbe','\x89','\x1b','\x5c','\x06','\x7d','\xd3','\x5a','\x9b','\x6e','\x4b','\xbd','\x5c','\x2e','\xc3','\xe5','\xa4','\xb3','\x55','\x95','\x18','\x9a','\x29','\xc2','\x11','\x59','\x45','\x59','\x31','\x37','\xad','\x4e','\x89','\x9d','\x0d','\x1f','\x6c','\x38','\x0c','\x1e','\xdd','\xf5','\xb1','\x00','\x07','\x4a','\xdc','\x8e','\xc2','\x42','\xd0','\x83','\xdc','\x66','\xaf','\xa0','\x43','\x3c','\x44','\x6f','\x69','\x22','\x0f','\xb2','\x1d','\x1d','\xa7','\xcc','\x05','\x03','\x80','\xd2','\x73','\xfe','\x11','\xdb','\x3e','\xed','\x10','\xcd','\x45','\x5a','\x5a','\xcb','\x50','\xb7','\x67','\x51','\xd1','\x54','\x05','\x16','\x2f','\x17','\xf5','\x2f','\xe3','\x95','\x1d','\x10','\x94','\x57','\x34','\x47','\x19','\x22','\xdf','\x9c','\xe6','\x79','\x8f','\x69','\xb8','\x7e','\x57','\xb5','\x9d','\x86','\xf1','\x03','\x38','\xee','\x7f','\xb9','\x87','\xcf','\xb1','\x1b','\x57','\xed','\x3f','\xfa','\x2c','\xe7','\x9f','\xdc','\xcc','\xce','\x65','\x0a','\x49','\x0d','\xdf','\x23','\xf6','\x14','\xbf','\x9d','\x59','\x5d','\x61','\x6a','\x3d','\x89','\xd4','\x73','\x20','\xf4','\x29','\x5e','\x65','\xbd','\x8f','\x5d','\x98','\xf7','\x9f','\xfb','\xb8','\x83','\x6b','\x1b','\xe7','\x03','\x3b','\x10','\x50','\x5e','\x58','\x71','\xdb','\x8b','\x4a','\x1e','\x6c','\xdc','\x20','\xf3','\x00','\xed','\x2b','\x8a','\xfd','\x4c','\x04','\xb0','\xdf','\x86','\xb1','\xf5','\xf3','\xcf','\x1d','\x7e','\xfe','\xb1','\xc3','\xed','\x7d','\x87','\x7d','\x77','\x8b','\x2e','\x48','\x9a','\x36','\x18','\x16','\x69','\x6e','\x87','\xc6','\x54','\xef','\x3d','\xca','\xf7','\x3a','\x03','\x8c','\x17','\xc9','\xe2','\x8b','\x57','\x00','\xb5','\xcf','\xdc','\x7c','\x88','\x24','\x58','\xd0','\x37','\xfa','\xcf','\x46','\x07','\x9e','\x6c','\x3e','\xfb','\xce','\xa0','\x57','\x02','\xc9','\xd8','\xc0','\x02','\xdf','\x3b','\x8d','\xb9','\x2b','\xc4','\x97','\xd3','\x67','\x3e','\x1f','\xf8','\xaa','\xd9','\x71','\xb4','\xce','\x73','\xc8','\x6f','\x3c','\x9f','\x7b','\x21','\xac','\x48','\xfb','\x08','\x30','\x3f','\xb0','\x05','\x74','\x8f','\x9f','\x1a','\xdd','\x7b','\xc6','\x66','\x3b','\xbf','\x72','\x1f','\x1f','\xfa','\xbb','\xbe','\xc8','\xa7','\xa3','\x7a','\x20','\xca','\xb1','\x42','\x1b','\xcb','\x13','\x6d','\xfa','\x38','\x7c','\x5e','\x3d','\xc7','\x74','\x7c','\xbe','\xd6','\x0f','\xe1','\xb7','\xa2','\xd9','\x8f','\x96','\xfb','\x0a','\x98','\xf8','\x9a','\x4c','\xb2','\x35','\x3d','\xaa','\x48','\xe1','\xa4','\xe6','\x5a','\xf7','\x41','\xce','\xe8','\xf4','\x45','\x0f','\xd9','\x35','\xd4','\xe4','\xd8','\xac','\xd6','\xae','\xf0','\x05','\x91','\x9f','\x38','\xeb','\x91','\x5a','\x47','\x46','\x06','\xee','\x14','\xbc','\x80','\xc9','\x18','\x22','\x38','\xb7','\x30','\x56','\x15','\xa0','\xe5','\xf8','\x0d','\x04','\x70','\xf3','\x73','\x31','\xaf','\xef','\x94','\x77','\x98','\x14','\xc1','\x16','\x42','\xb3','\xfc','\x04','\x58','\x13','\x6e','\x21','\xdb','\xe3','\x75','\x1d','\x43','\xf7','\xd8','\xb6','\x0d','\x7a','\x9f','\x5d','\xe3','\x82','\x01','\x94','\x77','\x80','\x46','\x18','\x5c','\xd9','\xfd','\x20','\x53','\xee','\x17','\x88','\xc4','\x28','\x33','\xd9','\x54','\xe7','\x64','\x08','\x1a','\x49','\x4a','\x2e','\x32','\x15','\x03','\x68','\xbb','\x34','\xd8','\x2e','\xc2','\x98','\xf9','\x02','\x26','\x69','\x23','\xae','\xd7','\xfe','\xc5','\xf5','\xce','\x0f','\x8c','\x9c','\x11','\x98','\x3c','\xdb','\x3c','\x97','\xa6','\x54','\x88','\xbe','\x9e','\x0d','\x98','\xf0','\x1c','\x26','\x46','\x21','\xf0','\x5d','\x17','\xf9','\x1e','\xc9','\xc5','\x3c','\xca','\x89','\x26','\x59','\x9c','\x2b','\xf1','\xe5','\xad','\x94','\x8c','\x03','\x81','\x34','\x7d','\x0b','\xca','\x85','\x69','\x76','\x12','\xae','\x52','\xeb','\xeb','\xae','\x6a','\x9e','\xf4','\x23','\x09','\xc5','\xa2','\xc0','\x18','\x81','\xb8','\x50','\x75','\x62','\x46','\xe6','\xdb','\x12','\xba','\xbf','\x40','\xb8','\x54','\x4a','\xe2','\x4b','\x73','\xef','\x2b','\xda','\xfb','\x49','\x20','\xb5','\x7f','\x56','\x90','\x84','\x43','\x78','\x61','\x3b','\xcd','\x38','\xb7','\x77','\x7d','\x87','\xb1','\x03','\xf4','\xde','\x38','\x04','\xfd','\x38','\xfb','\x03','\xd4','\x80','\xb0','\xdb','\x38','\xb9','\x39','\xa4','\x51','\x92','\xd8','\xf8','\x91','\xbf','\xca','\x9f','\xd0','\xd1','\x05','\x8d','\xf3','\x03','\xb7','\xf7','\x0e','\xb7','\x9f','\xb7','\x61','\xfc','\xfc','\x1c','\xc6','\x4f','\xdf','\x67','\x65','\xca','\xce','\x15','\x3c','\xd8','\xfe','\x7b','\x63','\x13','\x04','\x73','\x5a','\xdd','\x46','\x37','\xb6','\x99','\x1f','\x09','\xbb','\x13','\xe6','\x8d','\x76','\x32','\x01','\x9d','\xf4','\xf6','\x1e','\xf1','\x25','\xfe','\xbe','\xdf','\x35','\x3c','\xd2','\x19','\xc4','\xbf','\x09','\x3c','\x2f','\xc3','\x9f','\xaa','\xa6','\x32','\x7e','\x8a','\x44','\xaf','\xaa','\xec','\x6e','\xbb','\xc8','\xd1','\xff','\x19','\x3d','\xe1','\xf3','\xa0','\xa8','\x39','\x18','\x34','\xde','\x6a','\x3f','\x28','\x66','\x92','\x2d','\x16','\xaa','\xb6','\x89','\xf7','\x86','\xee','\xe0','\xba','\xda','\x2b','\x8b','\x74','\xc1','\xca','\xff','\x6a','\xf0','\x14','\xce','\x93','\xd2','\xff','\x01','\x38','\xb1','\xa0','\x93','\xeb','\xfe','\x2a','\x78','\xa6','\x2a','\x2f','\x27','\x94','\xf3','\x3e','\xd4','\x49','\x96','\xef','\x88','\x15','\x3c','\xdd','\xef','\x9a','\x59','\x4c','\x25','\xf4','\x8f','\x6a','\x0c','\x61','\xce','\x44','\xb0','\x6e','\x48','\x69','\x70','\x3c','\x86','\x63','\xc5','\x6a','\xc3','\xbb','\x0f','\x34','\x5a','\xa7','\x33','\xcf','\xdb','\xa1','\x62','\xc7','\x38','\x75','\xaf','\x80','\xb9','\x0d','\xd9','\x60','\x78','\xbc','\x2a','\x4c','\x76','\x4c','\x6b','\xed','\xf9','\x20','\x08','\xc3','\x6a','\x42','\xe3','\xec','\xce','\x42','\x8b','\x78','\x56','\x3d','\xed','\xde','\xb2','\xdf','\x7f','\xdb','\x46','\x30','\x03','\xb9','\xc4','\xf4','\x72','\x69','\xd0','\xb6','\x8d','\x57','\x92','\xa4','\x02','\x80','\x41','\x66','\x3c','\x82','\x59','\xd9','\x50','\x4b','\x14','\x54','\x99','\x56','\x61','\x43','\x49','\xf8','\x54','\x4c','\x59','\x05','\xd3','\x28','\x7f','\xd2','\x43','\x26','\x23','\x07','\x62','\xbe','\xc2','\x77','\xac','\x30','\x6f','\xb4','\x15','\x4b','\xb8','\x27','\x20','\x8b','\x05','\x02','\x8f','\xcb','\xf8','\x23','\xd4','\x39','\xa7','\xd5','\x3f','\xd3','\x04','\xb6','\xe2','\xa3','\x8b','\x60','\xd0','\xbe','\x98','\xe8','\xe7','\xba','\xc2','\x0a','\x80','\x3c','\x67','\x1c','\x9d','\x82','\x2a','\xac','\x49','\xdd','\x95','\xc4','\xc5','\xa9','\x13','\x2b','\xd1','\x1e','\xa1','\xd8','\x7e','\x3d','\x2c','\x2b','\xb4','\x1b','\xda','\xe9','\x99','\xe5','\xa2','\x27','\x57','\xd1','\x76','\xca','\xa4','\x5f','\xad','\x64','\x06','\x35','\xee','\xa1','\x6c','\x84','\xee','\x77','\x95','\xf5','\x81','\x76','\xd7','\x30','\x06','\x43','\xee','\x64','\x92','\x3b','\x81','\xf6','\x5b','\x87','\xbe','\x3b','\xc5','\xbc','\x8d','\x31','\xc2','\x3d','\xb5','\x83','\x60','\x9c','\xf9','\xd1','\x8b','\x11','\x9d','\x7b','\x1b','\xa5','\xdd','\x3a','\xa6','\x85','\xfd','\x7d','\x18','\x3d','\xef','\x7f','\xde','\x86','\xdb','\xdb','\x7b','\xb7','\x33','\x61','\x6a','\x59','\x40','\x49','\x73','\xfa','\xe7','\x8c','\x32','\x97','\xf2','\x95','\xdf','\x43','\x84','\xab','\x94','\x4c','\x0d','\x92','\xe4','\x2e','\xbb','\x2a','\xb2','\xa1','\xc9','\x43','\xe9','\x0b','\x9f','\x58','\x34','\xca','\x84','\x96','\x86','\x88','\xd6','\xf6','\x0a','\xbd','\x47','\x06','\x95','\x87','\x79','\x49','\xc6','\x5f','\xa9','\x08','\x15','\x1d','\xa1','\x68','\xa5','\x39','\x3e','\xe5','\x9d','\xb3','\xd6','\x09','\x8e','\xb4','\x9d','\x2f','\x02','\x3d','\x9f','\xe0','\x2a','\x3e','\xba','\x02','\xe2','\xa3','\x90','\x75','\xdf','\x41','\x09','\xb3','\x46','\x1c','\x15','\x0b','\x54','\x62','\x52','\xd7','\x37','\x88','\x74','\xb2','\xc4','\x35','\xc9','\x4f','\xe1','\x91','\x79','\x6e','\xe8','\xd9','\x9f','\x14','\xba','\x56','\x65','\xc8','\x51','\x1d','\xf2','\x75','\xa5','\xec','\xbc','\xb4','\x23','\xa3','\x0c','\xfc','\x0c','\xa8','\xa7','\x9f','\x30','\x80','\x63','\x45','\xfd','\xd1','\x8a','\xee','\x49','\x2c','\x12','\x84','\xbe','\x70','\x4e','\x9c','\x85','\x65','\x3f','\x81','\xcd','\x2b','\x09','\x32','\x50','\xb9','\x0c','\x4b','\x64','\xb6','\xf5','\x88','\xa6','\x1a','\xee','\xf0','\x9d','\x7b','\x60','\x6a','\xd4','\x08','\x12','\x24','\x6f','\x91','\xdd','\x9a','\x22','\x2f','\x00','\x7e','\xe7','\x82','\x38','\xc4','\x49','\x99','\xd5','\xb2','\x82','\x41','\xce','\x32','\x61','\xbc','\x8d','\xdf','\x8f','\xd8','\xe0','\x87','\x34','\x1a','\xaf','\xf7','\xe5','\x5a','\x3e','\x83','\xa6','\xc2','\x38','\x9f','\x62','\x1a','\x65','\x19','\x95','\xde','\xb3','\x3a','\x12','\xa0','\x06','\xd0','\xed','\x76','\x83','\xdb','\xed','\x16','\xfc','\xfa','\xf7','\x7d','\x5f','\x6b','\x15','\x79','\xc5','\x07','\x66','\xe6','\x2c','\x0c','\x52','\x5d','\xdd','\xb6','\x11','\xd9','\x6d','\xbb','\xda','\xbd','\x3e','\xad','\xa1','\xd3','\x6d','\x44','\x59','\x82','\xe9','\x6e','\x81','\xb2','\x31','\xac','\x18','\x98','\x62','\x6d','\xb5','\x13','\x17','\x94','\xa3','\xae','\xcc','\xab','\xae','\xbe','\xac','\xf8','\x7c','\x08','\x07','\x54','\xe7','\x2f','\x5e','\x55','\x9b','\xb9','\x9a','\x8b','\xf7','\x88','\xe8','\xec','\xe0','\x9f','\x49','\x97','\x95','\x44','\x67','\x77','\x94','\x4a','\x25','\x88','\x0b','\xa1','\x3c','\xba','\xc3','\x6f','\x53','\x7d','\x33','\x31','\xf8','\xbe','\xec','\x6e','\x7c','\x64','\xbc','\xba','\x18','\x3f','\xbe','\x88','\x0a','\xf2','\xfb','\xe5','\x8c','\xfe','\xc0','\x52','\xc7','\x3f','\x30','\x81','\x8d','\x28','\xa9','\x2d','\xd5','\xfb','\x70','\x4f','\x93','\x50','\xd4','\x12','\x6d','\x72','\xcc','\xf1','\xf1','\x1d','\x20','\xb9','\x92','\xca','\x54','\x10','\x05','\x09','\x01','\x9a','\x27','\x95','\x0e','\xb0','\xef','\xe6','\x5e','\xf7','\xf3','\xcf','\x1b','\xfc','\xfc','\x79','\x83','\xfd','\xbd','\x43','\xef','\x3c','\x3c','\x6e','\x37','\x25','\x00','\x25','\x1a','\xfe','\x60','\x83','\xc5','\xae','\xc1','\x60','\xfc','\x24','\x2d','\xc3','\x1b','\x25','\xd2','\xcc','\x33','\x75','\xe3','\x50','\x54','\x6d','\x95','\x93','\xa6','\x7a','\x97','\x4a','\xb3','\x32','\x54','\xc7','\xc3','\x50','\x04','\xe1','\x4c','\xc0','\x1f','\x16','\x7c','\xdf','\x15','\x8a','\xfe','\xae','\x68','\xe2','\xab','\x41','\x59','\x24','\x41','\xe4','\x99','\xdf','\x04','\xd8','\xf4','\xd1','\x9d','\x9a','\x87','\xd7','\x79','\x08','\x00','\x90','\xdc','\x99','\x37','\x9e','\x1b','\x1c','\x98','\x28','\x5f','\x80','\x6e','\xde','\x22','\xa9','\x8c','\x7f','\xc0','\xe6','\xf8','\xdf','\x72','\x82','\x3e','\x07','\x94','\x3a','\x45','\x35','\x36','\xb6','\xdb','\x95','\x9f','\x85','\x05','\x2a','\xcd','\x3c','\xf3','\xbb','\x45','\xdf','\x7a','\xce','\x1b','\xee','\x7f','\x7e','\x66','\x2c','\xdc','\x6e','\xd5','\x58','\xe8','\x83','\x7a','\x62','\x4d','\x4a','\xf1','\xff','\xcf','\xde','\xdf','\x6e','\x49','\x8e','\xab','\x60','\x83','\x28','\xc8','\x91','\x59','\xdd','\x7b','\x66','\xee','\xff','\x3a','\xcf','\x5a','\xf3','\x4e','\x57','\x65','\x84','\xc5','\xf9','\x21','\x81','\x00','\x21','\x5b','\x8e','\x70','\x64','\x46','\x56','\x15','\x7b','\x77','\xa5','\xc3','\x96','\xf5','\x65','\x09','\x78','\x10','\x42','\xae','\x32','\x2e','\x1d','\xeb','\x67','\x5d','\x7b','\x4d','\xd9','\xfb','\x75','\x3e','\x6f','\xba','\x35','\x99','\xe3','\x5d','\xce','\xcf','\xa2','\xcd','\xa6','\xdc','\x01','\xb4','\xbc','\xab','\x1b','\x11','\x09','\xbe','\xf1','\xd4','\xb9','\xc0','\xf5','\x48','\x49','\x0b','\x6b','\xb4','\x77','\x35','\xda','\x22','\xaa','\x56','\x69','\x34','\x0c','\xf2','\x72','\x49','\xd5','\xdd','\x2d','\xa9','\x73','\x7c','\x4a','\x59','\x69','\x51','\xe7','\x0a','\x29','\xa8','\x22','\x0a','\x88','\x34','\x00','\x40','\x7f','\x08','\x99','\x2f','\xd5','\x92','\x1a','\x5a','\xdc','\x94','\xc2','\x0d','\xed','\x75','\x79','\xb9','\x4b','\xdb','\x0a','\xb2','\xc9','\xa3','\xde','\x08','\x1e','\xd2','\xc6','\x2f','\x97','\xf5','\xfd','\xf4','\x50','\x1e','\x34','\xfc','\x19','\x67','\x3b','\x48','\x30','\x01','\xd8','\x4c','\x57','\x93','\x12','\x90','\x23','\x6d','\x35','\xb4','\x02','\x97','\x8f','\x32','\xde','\xa4','\x3b','\xc7','\xb7','\x36','\xe7','\xcf','\x17','\x09','\x21','\xcf','\x0b','\x5f','\x99','\xb4','\x01','\x81','\xa8','\x82','\x95','\x8f','\x15','\xd6','\xb7','\x05','\x30','\x2d','\xcd','\x92','\x5c','\xf7','\x04','\xc8','\x21','\xa5','\x5e','\xca','\x57','\x81','\x51','\x22','\x44','\x41','\x53','\xf8','\x57','\x82','\xeb','\x75','\x95','\x60','\x07','\xd7','\x8f','\xb5','\x82','\x9f','\xd6','\x4b','\x11','\xfe','\xd8','\x46','\x0c','\xdb','\x14','\x8d','\x09','\x01','\x5a','\x1a','\x00','\xa5','\x7e','\x5d','\x9b','\x59','\x51','\x17','\x39','\x71','\xaf','\x4c','\xc9','\x88','\xeb','\xad','\x06','\xf0','\xd6','\x40','\x18','\xce','\xbd','\xca','\xd9','\x64','\xcf','\x0d','\x9a','\x74','\xb3','\x47','\x51','\x7c','\x39','\x1d','\x9c','\x0c','\xdd','\x6a','\x17','\xdc','\x35','\x04','\xee','\xa3','\x8d','\x3a','\xea','\x95','\xf2','\x76','\x73','\xfb','\x9d','\x67','\x93','\x1e','\x5e','\xb2','\x6f','\x0d','\x5b','\x8f','\x4d','\xcb','\x24','\xa5','\x8d','\x89','\x0b','\xfb','\x92','\xaa','\xf1','\xb2','\x58','\x38','\x28','\x4b','\xbc','\x3b','\x68','\xab','\xcf','\xcd','\x65','\xe6','\x4f','\xc7','\x3f','\x67','\xf2','\xfc','\x50','\xd9','\xff','\xce','\x1d','\xac','\xe7','\x09','\x03','\x9a','\xea','\x47','\xcf','\x87','\x90','\xe6','\xea','\x9d','\x82','\xd5','\x90','\x24','\xba','\xc6','\xb4','\x81','\xb4','\x15','\xf5','\x70','\x1d','\x25','\x9f','\xc6','\x7b','\x0b','\xa8','\x22','\x71','\x7d','\x8e','\xde','\x13','\xe0','\x15','\x81','\xa2','\x4e','\x20','\x61','\xc8','\x3f','\x04','\xc0','\xdd','\xdb','\x8e','\x23','\x54','\x95','\xfc','\xa9','\x3d','\x3f','\xcf','\x2a','\xfe','\x8e','\xf7','\x8a','\x91','\xdd','\xbe','\xb9','\xae','\xeb','\x76','\x10','\x84','\x65','\x59','\xba','\x04','\xcb','\xb2','\xf4','\xb5','\x50','\xbd','\x5f','\xfa','\x47','\x81','\xa2','\xaa','\x34','\xa4','\x84','\xb0','\xa4','\x04','\xe9','\x82','\xf0','\xf6','\x56','\x82','\x2b','\x2c','\x17','\x04','\x54','\x4c','\x53','\xaf','\xfc','\xb0','\xf2','\xc1','\x99','\x18','\xf0','\xa3','\xff','\x0a','\xf8','\xb1','\xee','\x54','\xe6','\xb9','\x4a','\xdf','\x01','\x27','\xdb','\x4b','\xe6','\x99','\x7e','\x1c','\x0e','\x2e','\xd1','\xeb','\x94','\x82','\xd7','\xe9','\x60','\x24','\x83','\xfc','\x19','\xe3','\xc5','\xce','\x1d','\x8f','\x36','\xfa','\xca','\x92','\x30','\x8a','\x96','\xa8','\x1b','\x54','\xdd','\x0f','\x35','\x5b','\x45','\xa8','\x8f','\x11','\x9f','\x71','\x79','\xe2','\x47','\x7a','\x85','\x4e','\xc0','\x4f','\x4b','\x90','\x29','\x87','\xfe','\x98','\x5c','\xc1','\xfd','\x08','\x66','\xc7','\x62','\xc1','\xf9','\x53','\xca','\x6b','\x31','\xad','\xc0','\x4f','\xa3','\x3d','\x98','\x7c','\x77','\x56','\xc3','\x04','\x77','\xbb','\xf5','\x99','\x49','\x41','\xd5','\x1a','\x47','\xf5','\x3c','\x9e','\xb2','\x37','\x27','\x2d','\x58','\x0e','\x25','\xae','\xe0','\x07','\xf9','\x50','\x54','\x8a','\x43','\x65','\x72','\x48','\x6c','\x39','\xae','\x87','\x08','\xf2','\xad','\xad','\xfc','\xdc','\xae','\x6b','\x09','\x75','\x5d','\x81','\x6f','\x0b','\x21','\xac','\xb8','\x00','\x55','\x9e','\x23','\xd5','\x53','\x63','\x1d','\x36','\x2c','\x67','\x13','\x52','\xa3','\xe0','\xb8','\x06','\x82','\x5a','\xee','\xa0','\xc6','\xbb','\xba','\xbe','\x13','\x7c','\x01','\x06','\xfd','\x43','\xea','\x79','\x7f','\xbb','\x7f','\xa6','\xf8','\xcf','\xa8','\xbd','\x45','\x91','\x38','\x5e','\xc7','\x2f','\xa1','\x48','\x31','\x00','\x60','\xed','\xbd','\xf2','\x92','\xf2','\x70','\x94','\xf4','\x99','\x32','\xba','\x5b','\xc1','\x77','\xb2','\xc6','\x49','\x2a','\xff','\xf0','\x44','\x45','\x75','\x9c','\x51','\x8c','\xbf','\x18','\xf8','\x68','\x5e','\x10','\x0f','\x0a','\xc9','\x79','\xa0','\x79','\xf0','\xfc','\x28','\x00','\x08','\x65','\x05','\x3f','\x57','\x99','\x2c','\xf2','\xd9','\x58','\x29','\x07','\x35','\x1b','\xf4','\xc3','\x58','\x36','\x3d','\x4a','\xf6','\x2b','\x9d','\x49','\xe3','\x29','\xd6','\x46','\xaa','\xb1','\x7f','\x6c','\xbe','\x63','\xdf','\x0e','\xd3','\x46','\x2f','\xeb','\x6f','\x16','\xe9','\x6c','\xf0','\xdc','\xf9','\x31','\x47','\xaa','\x82','\x45','\x4c','\xb8','\x15','\x19','\x72','\x43','\xc6','\x35','\x48','\xc2','\x11','\x16','\xa5','\x11','\x01','\xc0','\x1a','\x92','\xe6','\x98','\x5d','\x97','\x2a','\xe0','\xa1','\x04','\xf1','\xaa','\x4e','\xa7','\x0e','\x21','\x80','\x18','\xf7','\xaa','\x6c','\xf3','\x7b','\xbd','\x3c','\xbf','\x52','\xda','\x48','\x9b','\xa3','\xbe','\x4a','\x04','\x80','\xfe','\x3b','\xb2','\x3a','\x27','\xc9','\xa3','\x11','\xe2','\xee','\x4d','\xc8','\xbd','\x88','\x08','\x58','\x05','\x78','\x92','\x32','\x3b','\x2a','\x14','\x14','\xaf','\xb2','\x3e','\xe0','\xd3','\x84','\x58','\x16','\x58','\xf4','\x96','\x9e','\xb7','\xb7','\xb7','\xfd','\x20','\x08','\x5e','\xf1','\xec','\x94','\x27','\xb3','\x42','\xd2','\x80','\x8a','\xb8','\xba','\x2d','\x25','\x3a','\xd4','\xb2','\x70','\x40','\x83','\x54','\x0f','\x30','\x4d','\x90','\x12','\xe7','\xe7','\x7c','\xea','\xab','\xc6','\xd2','\xfc','\x3c','\x4b','\x83','\x09','\xa0','\xf9','\x12','\x3b','\xeb','\x80','\x56','\xa8','\x49','\xee','\x93','\x1a','\x1d','\xec','\xb5','\x18','\x74','\x5c','\x27','\xb8','\x7a','\xa6','\x6b','\x07','\x59','\x4b','\xd0','\x59','\x7d','\x23','\x06','\x4f','\x60','\x15','\xa3','\x93','\x14','\x10','\xcb','\xbe','\x11','\xcc','\xcf','\xfe','\x89','\xba','\xb9','\x3d','\x72','\x38','\xdf','\x28','\xa9','\xe1','\xa1','\x8e','\xa1','\x46','\xfb','\x7e','\x42','\xe0','\xe3','\xbe','\x41','\xa6','\xdc','\x9d','\xd4','\x6b','\xca','\x24','\xde','\x77','\x42','\xf7','\x2b','\xef','\xd3','\xf4','\xc4','\xfc','\xe5','\x83','\x7c','\xbd','\xd8','\xb9','\x87','\xec','\x78','\x42','\x19','\x00','\x94','\xa1','\x9e','\xcb','\xb3','\xd6','\xb9','\xbd','\xf0','\x16','\x97','\x9e','\xba','\xbd','\x2a','\x6d','\xfe','\x94','\x33','\x7e','\xca','\xbe','\x1f','\xde','\xef','\xb3','\xde','\xaa','\xdb','\x9b','\xd2','\xc4','\xc2','\x33','\xa1','\xdc','\x60','\x9d','\xee','\xe1','\x5a','\x9d','\x61','\xfa','\x9d','\xe1','\xe0','\xc7','\xb2','\xac','\x5e','\xdf','\xf1','\x89','\xd9','\x48','\x2e','\x40','\x8b','\xa8','\x09','\xbd','\x41','\x96','\x43','\x85','\xc8','\x0b','\x39','\xf5','\x5b','\xf6','\xe1','\xe1','\xdd','\xb2','\xf0','\xf3','\xe8','\x9e','\x7e','\xbc','\xef','\xb5','\xf3','\x88','\x15','\xb7','\x50','\x98','\x7c','\x1d','\x69','\x85','\x5b','\x2b','\x5c','\xb3','\x23','\xa0','\x2d','\xe2','\x34','\x4e','\x2f','\x7b','\x7e','\x92','\x9d','\xd3','\xa4','\x0e','\x3f','\x6d','\xf7','\xfb','\xfa','\xbc','\x48','\xd7','\x7c','\x2e','\x39','\xe4','\x63','\x54','\x9f','\x4e','\xe9','\xb6','\x17','\x1e','\x34','\xe9','\x5c','\x8c','\x6e','\xce','\x62','\x17','\xef','\xe0','\x89','\x5f','\x49','\x4a','\xd7','\x1a','\xea','\x60','\xac','\xf0','\x01','\x34','\x74','\xc1','\xae','\x97','\x35','\x71','\x8b','\xd8','\xf6','\x00','\x87','\xf3','\xcc','\xb5','\x16','\x15','\xae','\xd8','\xf8','\xba','\x56','\x10','\xc4','\x87','\x71','\x77','\xc0','\x69','\xa0','\xb6','\x89','\x6d','\x47','\xf1','\x68','\x21','\xf4','\x15','\x72','\x8f','\xce','\x64','\xe4','\xe3','\xa2','\xb6','\x31','\xd6','\x88','\x0e','\xd6','\xcd','\x34','\xa7','\xfe','\x60','\xf7','\x73','\x44','\x02','\xda','\xea','\xff','\x80','\x2e','\xcb','\xc5','\xf0','\x22','\x44','\xdc','\x0f','\x82','\xc0','\x27','\xa5','\x76','\x7b','\x80','\x4c','\x83','\xd4','\x61','\xa4','\x60','\xad','\x41','\xcb','\x52','\x80','\xce','\x72','\x41','\xb8','\x5c','\x16','\xb9','\x87','\x49','\x59','\x54','\x0d','\x33','\xae','\x53','\xb9','\x9b','\xb4','\x0a','\x64','\x28','\x80','\x23','\x69','\x78','\xa9','\x5d','\x29','\xd7','\xc4','\x71','\x75','\x49','\x2d','\xc3','\x1f','\x60','\x01','\x21','\x73','\x76','\x33','\x52','\x72','\x75','\x3b','\x3a','\x47','\xa5','\xc8','\x47','\x8d','\x40','\x92','\x2e','\x78','\x83','\x88','\x6c','\x6f','\x11','\xa8','\x3e','\xf2','\xd9','\x85','\xf5','\x09','\x18','\x62','\x6b','\x08','\xe8','\x19','\xd9','\xb9','\xa7','\x71','\xff','\x47','\x42','\x4d','\xaf','\xba','\xd5','\x2b','\xbf','\x0f','\x8b','\x15','\x3a','\x33','\xba','\x11','\x64','\xc3','\xe0','\x88','\x66','\xc0','\xcf','\x23','\xb8','\xe8','\x74','\x50','\x15','\x34','\x47','\xf7','\x65','\x2f','\xf6','\xbc','\x42','\xb2','\x31','\x52','\x9b','\xe6','\xe1','\x6e','\xa8','\x4c','\x06','\x2f','\x0f','\x4f','\x78','\x3f','\x42','\x5d','\xc3','\xca','\x78','\x28','\x61','\xaa','\x33','\x5c','\xde','\x32','\x5c','\xde','\x96','\xaa','\x10','\x51','\x63','\xe8','\xa8','\xac','\x5a','\x81','\x0d','\x85','\xf7','\x0a','\xac','\x6b','\x86','\x5b','\x0d','\xac','\x50','\xf6','\x15','\x0d','\xea','\x21','\x6d','\xac','\x2e','\xb3','\x14','\x01','\xf6','\xd6','\x97','\xe8','\x4d','\x70','\xa0','\xc0','\x8a','\xba','\x3d','\xb2','\x74','\x97','\x7a','\xd2','\x54','\x1f','\x8e','\xb2','\xd0','\x9b','\xc3','\x47','\x6f','\xb2','\x01','\xc9','\xcb','\x4b','\x53','\xc7','\xed','\xe2','\x4d','\x7d','\xbb','\xf7','\x59','\x8b','\x68','\xf8','\xd5','\xe4','\xf7','\x55','\xab','\x43','\xf7','\xc8','\xef','\x88','\xdd','\xf9','\x3c','\x3e','\x43','\xc9','\xb6','\x86','\x20','\x3d','\x0e','\x59','\x26','\x0d','\x2a','\x71','\x57','\xc5','\x7a','\xfe','\xad','\x58','\xe9','\x8e','\x09','\xa0','\xc9','\x5b','\xec','\x76','\x91','\x6f','\x50','\x34','\xe4','\xa9','\xe6','\x91','\x10','\x30','\x25','\x48','\xbc','\x37','\x0e','\x9a','\x9c','\x16','\x2b','\xb8','\xee','\x80','\x8d','\xb1','\xff','\xd9','\x2a','\xfa','\x33','\x4b','\xeb','\x75','\xc4','\xc6','\x7f','\xba','\xbe','\xac','\x0a','\x14','\xda','\x17','\x20','\xf8','\xd9','\xe5','\x4c','\x2a','\x91','\x49','\x8b','\xfa','\xa1','\xd2','\x0d','\xe4','\x33','\x6c','\x86','\x62','\xfa','\x34','\x1a','\x8d','\xd7','\x3d','\x9d','\xc0','\xa8','\x26','\x48','\x25','\xea','\xac','\x0c','\x69','\x35','\x96','\x2a','\x62','\x11','\x9e','\xea','\x81','\x62','\x58','\xfa','\xb0','\x92','\xc6','\x93','\xa7','\xe4','\x49','\xf6','\x1b','\xbb','\x8f','\x40','\xa4','\x1f','\x91','\xf9','\x60','\x1c','\xb0','\x41','\xa3','\x3d','\xfd','\x3d','\x41','\x10','\x97','\xad','\x8a','\x52','\xbd','\x4f','\x27','\xaf','\x2b','\x62','\x34','\x86','\x38','\xe1','\xd3','\x19','\x6b','\x93','\xeb','\x9a','\xc7','\xa9','\x1a','\x4d','\xf7','\xc1','\x9a','\x6d','\x30','\x37','\x3e','\x50','\x3d','\xf2','\x2c','\x32','\x41','\x10','\x7c','\x14','\xb8','\xeb','\xf5','\xda','\x2a','\x52','\xa5','\x75','\xdb','\x48','\x89','\x72','\x1e','\xc8','\xe5','\x8d','\xc1','\x4f','\x2a','\x87','\x97','\xa6','\xa4','\xce','\x07','\x80','\xf6','\x25','\x91','\x4f','\x80','\x07','\xd5','\xa1','\x4a','\x1d','\xd4','\x52','\x5a','\x8d','\x7a','\xbf','\x01','\xcb','\xbb','\xb6','\xf9','\x86','\x95','\xa8','\x51','\xd0','\x7f','\x34','\xfd','\x9e','\xb9','\x17','\x5c','\x47','\xaf','\x05','\xcf','\x11','\xb4','\xd2','\x0f','\xc1','\x00','\x56','\xcc','\x2b','\xc8','\xd8','\x57','\x13','\x7d','\x82','\xe8','\x7d','\x55','\x97','\xad','\xb3','\x84','\x24','\x39','\x0d','\x7e','\x73','\xbd','\x03','\x81','\xc5','\xab','\x37','\x5b','\x8a','\x26','\xff','\xd6','\xee','\x88','\xa6','\x2f','\x5c','\xb9','\x99','\xa8','\x8b','\xd1','\x1e','\xd5','\x75','\xf7','\x7c','\x8a','\x17','\xa1','\xb9','\x9a','\xec','\xa7','\x3a','\xac','\x0e','\x7c','\x42','\x17','\x78','\xb7','\x41','\x06','\x36','\x1e','\xb8','\xe4','\x35','\x97','\xbd','\x7c','\xf5','\x39','\x20','\x56','\x5f','\x68','\x68','\xe3','\x54','\x81','\x0f','\xca','\xe5','\x50','\xd5','\x4c','\x04','\xeb','\xad','\x46','\x7a','\x5b','\xfb','\xb9','\x33','\x4b','\xbb','\xc2','\x4c','\x83','\xa0','\xd2','\xb0','\x76','\x4d','\xd6','\x5c','\x82','\xd4','\x44','\x9c','\x8f','\xcf','\xb1','\x05','\x96','\x66','\xbe','\x9f','\xa9','\x4a','\x4d','\x8c','\x75','\x55','\x9c','\x05','\x39','\x03','\x43','\x3d','\x3f','\x37','\xf3','\xde','\xe8','\x33','\x03','\xc2','\x23','\x2d','\xe0','\xb3','\x89','\x95','\x97','\x21','\xcd','\x6a','\x40','\xc1','\xed','\x4f','\xa0','\x9e','\xc5','\xda','\xb1','\x73','\x8f','\x3b','\xe4','\xd9','\x14','\xf6','\x60','\xb5','\x4a','\x1c','\xfd','\xfc','\x5a','\x99','\xe3','\x8c','\xc5','\xf5','\x6d','\xa9','\xe7','\xfe','\xe4','\xa6','\xb4','\xa8','\x37','\x8d','\xf1','\x72','\x58','\xec','\xd6','\xc0','\x3e','\xad','\x2f','\xb7','\x33','\x3a','\x6a','\x64','\x38','\x4a','\x56','\x3f','\x6e','\x7c','\x67','\x57','\x99','\x1b','\x68','\xbd','\x47','\x9c','\x09','\x7c','\xf7','\xbe','\xc0','\xf0','\x3c','\x85','\x58','\x2f','\x29','\x8b','\x41','\x75','\x85','\x00','\xb0','\x7a','\xc5','\x91','\xe8','\x99','\x00','\x75','\x86','\x22','\x00','\x35','\x28','\x74','\x4f','\x89','\xea','\xdf','\xad','\x31','\xed','\x04','\x1d','\x68','\x3c','\xd3','\x74','\xd5','\x78','\x1e','\x06','\x5f','\x47','\xcf','\x3f','\x4f','\x9b','\xcd','\xd8','\x40','\xd5','\x16','\xcd','\x85','\x45','\x9a','\x47','\x5a','\x87','\xeb','\x55','\xc4','\xc3','\x14','\x15','\xdb','\xdf','\x53','\x3d','\x2c','\x2b','\x40','\x55','\xa7','\x98','\x2c','\x27','\xd7','\xc5','\x1c','\x4d','\xd7','\xeb','\x75','\xee','\x1c','\x20','\xfd','\xe2','\xe5','\x72','\x11','\xa5','\x41','\xf6','\xed','\xf0','\x8a','\x4f','\x0d','\x6c','\xb0','\x5c','\x96','\x1a','\xca','\xba','\x1d','\x88','\x96','\xb0','\xbd','\xc3','\xcc','\x57','\x3a','\x77','\x0f','\x64','\x40','\x3d','\x74','\x55','\xd5','\xd5','\x28','\x05','\x0c','\x88','\x5c','\x7e','\xed','\x71','\xf0','\xa5','\x1e','\x60','\xb4','\xda','\xed','\x65','\x2b','\xcb','\x91','\x0b','\x04','\x4f','\xc2','\x71','\xfe','\x7b','\x55','\x1a','\x57','\xb2','\x07','\x27','\x83','\x3a','\x81','\xeb','\x2f','\xdd','\x97','\xfc','\xb0','\x02','\x98','\x2e','\x6f','\xd3','\xf7','\x3a','\x3f','\xd5','\x2f','\x64','\x41','\x50','\x84','\xe8','\x88','\x5c','\xd4','\xb7','\x01','\xed','\x25','\x39','\xac','\xc7','\x3d','\x5b','\xca','\x3d','\x93','\x0e','\x2b','\x2d','\xe7','\xb8','\x0d','\x6a','\x9b','\x05','\x00','\x77','\x1d','\xdb','\xc0','\x00','\x20','\x97','\x90','\xd8','\xb7','\x5b','\x86','\xdb','\x9a','\x61','\xc9','\x49','\xe6','\x3e','\xb2','\xc2','\xc4','\x20','\xa8','\x65','\x20','\x6e','\x6f','\x39','\x13','\xac','\x39','\x97','\x33','\xc6','\xaa','\xd2','\x5f','\x84','\x97','\x52','\x12','\x46','\xe3','\x8e','\xe2','\x71','\x8f','\xc1','\x55','\x27','\x0b','\x92','\xb3','\x5c','\xbb','\x89','\x5d','\x04','\x54','\x20','\xe2','\x6a','\x87','\x84','\x72','\x63','\x67','\x5c','\x89','\xab','\x9b','\x4a','\xae','\xf1','\x08','\xf3','\xd3','\xa2','\x50','\x12','\xdc','\x6e','\x2b','\xd0','\xaa','\x25','\x65','\x3b','\x27','\x2b','\x2c','\x2a','\x12','\x94','\xee','\xde','\x50','\x68','\x6f','\x09','\xd9','\x17','\xa2','\x97','\x9a','\xba','\x2f','\xa2','\x59','\xda','\x62','\x63','\x26','\x57','\xc4','\x70','\x9d','\x97','\xdd','\xd3','\x41','\x9e','\x46','\xce','\xb6','\x39','\x8d','\xd5','\x78','\xb9','\xd4','\x3d','\xbe','\x35','\x45','\x9d','\xa7','\xcc','\xff','\x9b','\x2b','\xdc','\x40','\x1c','\xfe','\x39','\xb4','\x31','\xa7','\xee','\x9e','\x6e','\xa3','\x17','\xdd','\x78','\xfc','\xf6','\x7d','\xae','\x8d','\x67','\xfc','\x5b','\x13','\x81','\xec','\x49','\xd5','\x40','\x5d','\x82','\x70','\x11','\xb9','\x3d','\x6f','\xfb','\xf0','\x65','\x93','\x1c','\x32','\x60','\x00','\xdb','\x47','\x92','\x6b','\x95','\x21','\x00','\x40','\x42','\x23','\x03','\x9b','\xdb','\x73','\xdc','\x2e','\x53','\x3b','\xfd','\x2c','\x68','\xff','\x5d','\x83','\xc8','\xf7','\x6b','\x40','\xba','\xa7','\xec','\xb0','\xa2','\x5e','\xb7','\x3b','\x93','\xa8','\xf0','\x1b','\xe3','\x0e','\xa8','\x8c','\x2f','\x47','\x28','\x3b','\x4f','\xb6','\x92','\x3d','\x6d','\xbb','\xc0','\xa5','\x54','\x82','\x15','\x68','\x5a','\xe4','\x7c','\x1e','\x6c','\x91','\x5f','\x96','\xb6','\xea','\xb3','\xd4','\xdf','\xa9','\xae','\xfa','\x18','\xc5','\x49','\x59','\x9d','\x8c','\x3b','\xa4','\x86','\x97','\x3c','\x92','\xea','\x6f','\x61','\x9e','\x4e','\x19','\xef','\x94','\xf3','\x00','\x90','\x28','\xf5','\xac','\x7f','\xc8','\xf9','\xbb','\x67','\x66','\x5c','\x9b','\x3c','\xc9','\x7f','\xfd','\x38','\x6f','\x79','\xe7','\xc0','\xa8','\x08','\xc0','\xc1','\x74','\xfa','\xf0','\x76','\x74','\x15','\xbc','\xa7','\xfa','\xd0','\xf6','\x43','\xdb','\x2f','\xe5','\xdf','\xef','\xad','\x7b','\xf5','\x91','\x7c','\x80','\xb6','\x3a','\x17','\x29','\xa5','\x47','\x06','\x2f','\xe7','\xa9','\x07','\x29','\xd5','\x32','\x00','\xe0','\xb8','\x62','\x8f','\xe6','\xcf','\xd7','\x09','\x05','\xc3','\xac','\xa8','\x7b','\x34','\xa2','\xbd','\xd6','\xea','\x76','\xf9','\xfd','\x24','\x77','\x91','\xeb','\x2f','\xcb','\x7f','\x39','\x12','\x4c','\x9b','\x65','\xed','\xd0','\xd2','\x0c','\x97','\x25','\x03','\xbe','\x2d','\x45','\xe8','\xf0','\x59','\x5e','\x6c','\xc0','\xa8','\x40','\x88','\x32','\xff','\x57','\x96','\xa3','\xf3','\x4d','\x9f','\xf1','\x53','\x80','\x80','\x00','\x71','\xd0','\x7c','\xa2','\x55','\x86','\x32','\xb4','\x04','\xaa','\x6e','\x43','\xaa','\x7d','\x8f','\x00','\xc2','\xc3','\xb8','\x8b','\x72','\x86','\xea','\x62','\xea','\x98','\x41','\x94','\x8d','\xe7','\x37','\x5b','\x6c','\x26','\xaa','\x82','\xcf','\xb7','\xf2','\x46','\x89','\x88','\xb9','\x14','\x4e','\xbf','\x12','\xbb','\x1c','\xd7','\x56','\xd5','\x33','\x96','\x78','\x7e','\xa2','\xaf','\x47','\xcb','\x6e','\x62','\x80','\xf7','\xda','\x44','\xd4','\x1e','\x88','\xea','\x7b','\x12','\x79','\x83','\x8c','\x2d','\x33','\xf8','\x00','\x1d','\xa8','\x63','\x80','\xdc','\xcb','\x02','\xff','\xca','\xd3','\xe6','\xbb','\xb0','\x3e','\x54','\x03','\xe3','\x55','\x54','\x4e','\x65','\x06','\xa8','\x46','\x48','\xf6','\xdc','\x08','\xf9','\xf3','\x80','\x9a','\xac','\xad','\xbc','\x17','\xb0','\xed','\xe1','\xad','\xcd','\x26','\x2a','\x46','\x0c','\x1d','\xfa','\x3a','\xb3','\x8c','\x19','\x0a','\xa2','\xf1','\xc0','\xfa','\xca','\x1e','\x3c','\x3a','\x66','\x9a','\x57','\x47','\xcc','\xcf','\xc5','\x60','\xe1','\x78','\xea','\x2e','\xdd','\x23','\x3f','\x45','\xf6','\x46','\xb2','\x3d','\xca','\xf4','\x37','\x21','\xd5','\xbf','\x5a','\x97','\x64','\xef','\x03','\x82','\x7a','\x74','\x60','\x95','\x8b','\x3a','\x2d','\xeb','\xa7','\xd6','\x9a','\xd1','\x77','\xb6','\xff','\x9e','\x42','\xf5','\x86','\xcc','\x8e','\x4e','\x95','\x6d','\xfb','\x81','\xb8','\x7c','\xcd','\x75','\xe5','\x1c','\xbc','\x80','\xe5','\xc9','\x2d','\xfd','\xcc','\xa5','\xeb','\x5f','\xdb','\x98','\x63','\xc1','\xe7','\xdf','\x1e','\x11','\x56','\xf1','\x35','\xba','\xe1','\x0c','\x13','\xc1','\xfb','\x78','\xb0','\x6e','\x37','\xcb','\xcc','\x84','\x58','\xbe','\x16','\x07','\xbd','\xf0','\xac','\x65','\x90','\xd1','\x92','\x96','\xee','\xf6','\xdb','\xdb','\xdb','\xb6','\x0b','\x1c','\xaf','\x00','\x99','\xb6','\x20','\x96','\xb3','\x7a','\x2e','\x50','\x23','\xb9','\xb5','\x90','\xd6','\xcb','\x25','\x99','\x95','\x1e','\x66','\xb8','\x1a','\xb4','\xf1','\xca','\x8f','\x99','\x8b','\xaa','\x13','\x8b','\xd5','\x28','\x37','\x3c','\x91','\xdd','\x24','\xe6','\xfb','\xbb','\x5a','\x06','\xf5','\x96','\xb9','\xf6','\xd0','\xe6','\x69','\xbf','\x6f','\xec','\xda','\x42','\xc1','\xcf','\x80','\xaf','\x13','\x44','\x0f','\x06','\x55','\x78','\x44','\xa9','\x50','\x33','\x91','\xc8','\xb6','\x28','\x1c','\x6c','\x5a','\xd1','\x20','\x97','\xa6','\x03','\x92','\xce','\xd2','\x4e','\xe6','\xa1','\xcb','\x8b','\xb5','\xd3','\x3a','\x29','\x48','\xdd','\xd7','\xe4','\xe7','\xe0','\xc4','\xca','\x84','\xde','\x0c','\x3e','\xa5','\xc8','\x1f','\x15','\x2e','\x5f','\x85','\x84','\x82','\x0a','\x8e','\x97','\xc2','\xef','\xa7','\x23','\xab','\x3f','\x7a','\xa3','\xfd','\x2e','\xd0','\x42','\x35','\x86','\xf8','\x3d','\xaa','\x00','\xe8','\xb6','\xc2','\xf5','\x83','\x0f','\x33','\x2e','\xfb','\xff','\x12','\x20','\x64','\x6c','\xd1','\xde','\x9a','\x2b','\x9c','\xb6','\x16','\xb7','\x15','\x43','\x64','\xf0','\x93','\x5b','\x3b','\x1a','\xe8','\x6d','\x85','\x4a','\x78','\xed','\x03','\xc4','\xed','\x93','\x33','\x4b','\x16','\x84','\x76','\x16','\xcf','\x44','\x7e','\x9d','\x02','\x7e','\xa0','\xec','\x40','\x26','\x71','\xd3','\x10','\x8b','\x3b','\xd1','\xa5','\xf2','\x51','\x00','\x28','\x2e','\x85','\x2b','\x01','\xd5','\xb3','\x8f','\x52','\xc2','\x22','\xc1','\x09','\x4c','\xdf','\xdc','\x3b','\x7c','\x75','\x7d','\xc4','\x55','\x64','\xef','\xeb','\xf3','\xfc','\xc6','\xc7','\xd8','\xd7','\xdd','\x44','\xf6','\x72','\xaa','\x0e','\x0f','\xce','\xf3','\xfd','\xbd','\x5b','\xa0','\x99','\xf0','\x4b','\xaa','\x97','\xb2','\xe5','\x87','\xc1','\x3f','\xec','\xb4','\x47','\xf5','\x99','\xdf','\x3c','\xcc','\x24','\xfa','\x01','\x15','\x0b','\x6b','\x5e','\xeb','\xa1','\xa7','\x2c','\x0f','\xbe','\xb2','\x23','\x86','\xb2','\xff','\x85','\xa8','\x0e','\x60','\x76','\xb2','\x25','\xd2','\x87','\xc4','\xbb','\xbf','\x9c','\x7e','\x94','\x4f','\x4d','\xdb','\x5c','\x0d','\xa9','\x7f','\xfe','\xdd','\xe8','\x1e','\x1d','\x49','\xbd','\x43','\x00','\x25','\x1c','\xa1','\x02','\x16','\x19','\x41','\xed','\x29','\x56','\x3a','\x86','\x2e','\xaa','\xd3','\x55','\xda','\xb5','\x0f','\x48','\xb3','\xcb','\x32','\xe5','\x1b','\x97','\x6b','\xed','\x76','\xa7','\xa3','\x9f','\x72','\x9a','\x6e','\x5e','\xd6','\x83','\xc3','\x75','\x79','\x54','\x2f','\xba','\xd5','\xa6','\xc9','\xfe','\xba','\x67','\x38','\xf8','\xb9','\x6c','\xe6','\x38','\xb5','\xf6','\x9d','\x4d','\xb2','\xf0','\x91','\x11','\x70','\xa9','\x7d','\x96','\x00','\x30','\x73','\x9f','\x6c','\x14','\xaa','\x78','\x58','\xb8','\xd2','\x73','\xb9','\x84','\xfa','\x91','\x00','\xa0','\x9c','\x73','\x77','\x50','\x10','\x11','\xc1','\xdb','\x3f','\x8b','\x89','\xec','\x96','\xaa','\x22','\xb1','\x28','\x6b','\x90','\x56','\x54','\x64','\xd5','\x47','\x31','\x45','\xa3','\x78','\x2b','\xbc','\xb0','\xb7','\x67','\x44','\xd5','\x64','\xdc','\x70','\x0d','\xa6','\xba','\xe4','\xfd','\xaa','\x4f','\x6b','\x5b','\x7f','\xdf','\x03','\x04','\x75','\xd3','\x7e','\x74','\x84','\x3a','\x58','\x0f','\x8c','\x03','\x33','\x8b','\xe2','\x3a','\x75','\xa4','\x19','\xa3','\x13','\x4e','\x41','\x15','\xbb','\x9b','\x3c','\x68','\x42','\xcb','\x2b','\x2b','\xa5','\xfe','\x7d','\x27','\xd8','\x9b','\xfe','\x4a','\x6a','\x12','\x50','\xdc','\x57','\x51','\xdd','\xee','\x70','\xcb','\xda','\x0f','\x83','\xdd','\xea','\x36','\x4b','\x4f','\xc1','\x3f','\x53','\x0c','\x28','\xe8','\x7c','\xc5','\x00','\xfd','\xa3','\x20','\xe9','\xa0','\xb8','\xfa','\x65','\xf8','\x4f','\x67','\x36','\xda','\xaf','\xef','\x26','\x2f','\x27','\x05','\x7e','\x10','\xa0','\x1d','\xee','\x5b','\xfd','\xa9','\xab','\x12','\xb4','\xde','\x56','\xb8','\xdd','\x12','\x2c','\x6b','\x82','\x94','\x96','\x66','\x08','\x41','\x1e','\x77','\xa5','\x82','\x3c','\x86','\x64','\x9e','\x8b','\x66','\x86','\xa2','\x90','\xeb','\x3d','\x80','\x46','\xd8','\x10','\x0c','\xf7','\xe0','\xa8','\x18','\x55','\xca','\x6b','\xcc','\xdc','\x2d','\xab','\x3f','\x58','\xc0','\x19','\xf7','\x92','\xcf','\x03','\xb9','\x47','\xa4','\x0b','\xc7','\xbd','\x13','\xd6','\x05','\xfb','\xef','\x19','\xe5','\x60','\xd2','\x10','\xc8','\x2a','\xd8','\x5a','\xf7','\x54','\x01','\x68','\xe5','\xb5','\x48','\x3e','\x29','\x0f','\x01','\x90','\x26','\xbe','\xb1','\x9e','\xcb','\x5d','\xd2','\xc6','\xcb','\xb4','\xdb','\xa1','\x49','\x11','\x0d','\xc6','\x68','\xb0','\x9e','\x88','\x8a','\x58','\x0e','\x00','\xc0','\x80','\x5f','\xc4','\x2e','\x91','\xcf','\x22','\x74','\xed','\xed','\xc5','\x0b','\xc9','\x0a','\xe2','\xb3','\x14','\x02','\x3d','\x01','\xda','\x55','\xed','\x23','\x6b','\x53','\x76','\x6f','\x20','\x18','\xc3','\xe4','\x64','\x49','\x46','\xc7','\xaa','\x20','\x0a','\x01','\xc4','\xf3','\x03','\xd9','\xf5','\x4d','\x56','\x7e','\xda','\x9c','\xae','\x62','\x21','\xc8','\xcc','\xa0','\xab','\xae','\xdc','\xa9','\x6e','\x9b','\x90','\x99','\x5e','\x59','\x95','\x17','\x89','\xaf','\x9a','\x0a','\x25','\x32','\x6d','\xa6','\xec','\x80','\x46','\x66','\x88','\x51','\x57','\x13','\x97','\x6f','\x64','\x2b','\xb5','\x33','\x63','\x42','\xbe','\xd6','\xdf','\x6f','\xdd','\x4a','\xcd','\x28','\xa2','\xfe','\xe1','\xed','\xff','\x5f','\x81','\x07','\x51','\x7f','\xe7','\x03','\xe5','\xfb','\xf3','\xcb','\xea','\xcd','\x9e','\x8f','\x4d','\x92','\xd5','\x03','\x49','\xf2','\x2a','\xfb','\x84','\x98','\xbf','\xb8','\xf2','\xf9','\x23','\x8c','\x84','\x70','\x04','\x62','\x54','\x22','\x13','\xf4','\x47','\x78','\x25','\x29','\xd9','\xe9','\x31','\x4b','\x2d','\xcb','\x6d','\x34','\xed','\xa5','\x93','\xfe','\xe2','\xca','\x8d','\x55','\x64','\x01','\x67','\xb8','\x87','\xca','\x62','\x32','\x81','\x8a','\xc8','\xac','\xab','\xcb','\x73','\x1e','\xeb','\x9a','\x3f','\xcb','\x3b','\x83','\xec','\x03','\xd1','\x18','\x94','\x1d','\x5f','\x2b','\xfb','\xa7','\x80','\xd6','\xf2','\x77','\x9e','\xff','\x67','\xea','\xf7','\xfa','\xf8','\xf8','\x06','\x4c','\x26','\x0a','\x9c','\x4f','\x94','\x73','\x86','\xf7','\x1f','\x97','\x12','\xd8','\xa0','\x9e','\xe1','\x93','\x10','\xeb','\xda','\x62','\x5d','\xed','\x71','\x4a','\xba','\x4c','\x72','\xb2','\x8c','\x42','\x2f','\x8d','\xcb','\xb8','\xe6','\x34','\xf5','\x3d','\xd2','\x23','\xa5','\xbd','\x19','\x0b','\x98','\x60','\xbc','\x7a','\x1a','\x3d','\x1f','\xdd','\x0f','\x8a','\x76','\x65','\x57','\x26','\xf3','\x08','\x77','\x39','\xf2','\xae','\x29','\xb7','\x91','\x9e','\x4c','\x51','\xdf','\x68','\x70','\x47','\xe6','\xc2','\x72','\x16','\x61','\x95','\x26','\xbd','\xfd','\x48','\x4d','\xc8','\x91','\xcd','\xfb','\x8e','\xe6','\x9c','\x4a','\x3b','\x7a','\xe0','\xcb','\xd0','\x53','\x15','\xa3','\xd9','\xfb','\x07','\xb3','\x36','\x7c','\xce','\x9e','\x59','\x63','\xe4','\x12','\x11','\xac','\x6b','\x55','\xde','\x57','\x82','\x65','\x21','\x39','\xdc','\x18','\xb0','\xba','\x00','\x64','\x90','\x41','\xda','\xc6','\x6a','\xc9','\x55','\xfc','\x7c','\x01','\xc4','\x22','\x4a','\x48','\x55','\xd1','\xd2','\xe2','\x82','\x9a','\xf4','\xd9','\xea','\x4f','\xaf','\x30','\x28','\x25','\x90','\x23','\xaf','\x0f','\x5f','\x9f','\xe8','\xba','\x2a','\x27','\x86','\xae','\x68','\x52','\x0d','\xea','\x15','\xe8','\xaa','\x93','\xca','\xcf','\x9c','\xcb','\x01','\xb0','\xe9','\x86','\xf5','\x77','\x03','\x3f','\x4d','\xd1','\x2c','\xce','\x07','\xd6','\x4a','\xe8','\x54','\x8d','\xa1','\xd0','\x76','\xbf','\x83','\xf6','\x11','\x57','\x16','\x46','\xa0','\x23','\x26','\xc9','\xf2','\x49','\x73','\xd0','\x57','\xf9','\x4b','\x79','\x8c','\x2b','\xdf','\xf2','\xbf','\x2f','\xab','\x99','\x21','\x34','\x17','\x68','\xc0','\x4b','\x98','\x1e','\x6d','\x3b','\x46','\xca','\x08','\x62','\x01','\x3f','\x0b','\x9f','\xdf','\x97','\x00','\x44','\xb7','\x50','\xa2','\xc3','\xec','\x01','\x82','\x26','\x65','\x00','\x1e','\xec','\xa1','\x99','\xb1','\x55','\xdb','\xd9','\xcd','\x37','\xfe','\x63','\x3b','\xa7','\x29','\xc1','\x8f','\xd6','\x6d','\x93','\x6a','\x2f','\x90','\xbd','\x63','\x0a','\x45','\x90','\xfe','\x3a','\x92','\x6b','\xb9','\xd0','\xf2','\x5b','\x77','\x13','\xd9','\x74','\x9f','\x40','\x7b','\xfd','\x68','\x6b','\xe8','\x55','\xec','\x3b','\x0b','\x3c','\x90','\x41','\xd1','\x3b','\x6d','\x38','\xe5','\xc2','\x9f','\x11','\x74','\x04','\xe2','\xa8','\x1d','\xb6','\xb6','\xa3','\x03','\xb9','\x07','\xf5','\xf1','\x5a','\x7d','\x1d','\xa8','\xfa','\xbd','\x6d','\xf6','\xe9','\x9f','\xcc','\xc0','\x8a','\x27','\xd3','\x27','\x14','\x49','\xfc','\x3f','\xde','\x7f','\x98','\x00','\x30','\x4d','\xca','\x7f','\xce','\x23','\x40','\x4a','\xd7','\xeb','\x75','\xdb','\x05','\x8e','\x95','\x05','\x4f','\x6f','\xef','\x65','\x1f','\x50','\x4a','\x58','\xad','\x4a','\x60','\x2b','\xe1','\x5e','\xd1','\x48','\xd1','\x9c','\x0b','\x23','\xb7','\x7b','\x24','\xd7','\xaf','\xde','\x50','\x0f','\x70','\xb6','\x46','\x5c','\xd7','\xae','\x31','\x63','\xd9','\xd6','\x9f','\xd4','\x90','\xf7','\xe0','\x63','\xb8','\xea','\xb1','\x67','\x01','\xec','\xfb','\x74','\x4a','\xd7','\xd0','\xe0','\x65','\x9c','\x24','\xbe','\x49','\x36','\x05','\x45','\xbf','\x9d','\x70','\x17','\x01','\x86','\xfc','\xa3','\xcc','\x56','\xe3','\xb2','\xa4','\xd3','\x96','\x96','\x6c','\xd7','\x8f','\x8e','\x29','\x56','\xdf','\x8d','\xb4','\xa5','\xe2','\x19','\xf4','\x48','\xb6','\x8f','\xd6','\xa9','\x33','\x6c','\x40','\xff','\x9b','\x72','\x39','\xc8','\xf4','\x76','\xcd','\x70','\xb9','\x65','\xc8','\x1c','\x0c','\x05','\xa1','\x84','\xcc','\x25','\x00','\xc2','\x5c','\xc7','\x91','\xca','\x43','\x3a','\xae','\x8d','\x0f','\x44','\x2a','\xef','\x64','\x57','\x86','\x8c','\xd5','\x72','\x31','\x23','\x06','\xd8','\x5a','\xd6','\x42','\xf7','\x16','\x95','\xcc','\x4d','\x03','\x95','\x87','\xb2','\x84','\xa1','\x4e','\xe4','\x73','\x67','\x2b','\x1c','\xf5','\xfd','\x52','\xe7','\xab','\xef','\x77','\x6d','\x8c','\x68','\x01','\x22','\xca','\x7d','\x5a','\x09','\x72','\xcd','\x0b','\xa9','\x81','\x1f','\x56','\x50','\xc9','\xb4','\xbf','\xe5','\x8d','\xa0','\xec','\xd9','\xb3','\x68','\xe1','\x41','\xb0','\xa2','\x5f','\xd7','\xf5','\x7b','\xce','\xd0','\x0f','\x1a','\xf5','\x45','\x58','\xa3','\x13','\x4d','\xee','\x7a','\x9b','\xf7','\x9f','\x59','\x7a','\xa1','\x78','\xcf','\x5b','\xbb','\xc7','\x6e','\xe9','\x7b','\x5f','\x46','\x83','\x20','\x6b','\x30','\xb3','\x25','\xb0','\xfb','\x28','\x00','\xb4','\x55','\x9f','\x0c','\x66','\xef','\x8f','\xaf','\x6b','\xdc','\x1d','\x27','\x40','\x8e','\x60','\xf2','\x23','\x37','\x46','\x97','\xc2','\x7b','\x2f','\x82','\x57','\xcb','\x01','\xcb','\xf5','\xfa','\x70','\x75','\xdc','\x44','\xec','\x14','\x14','\xff','\xdb','\x33','\x83','\x8d','\xe4','\x47','\x6a','\xb1','\xab','\x7d','\x7f','\x2e','\x95','\xb1','\x64','\xeb','\x20','\x07','\xf0','\xd6','\x5f','\x8d','\xc8','\xba','\xff','\x45','\xb4','\xad','\xa4','\x39','\x3e','\x1d','\x55','\xc8','\x67','\xc5','\xcc','\xb4','\x8e','\xc1','\xee','\x5d','\x87','\x4c','\xc3','\xbc','\x8b','\x12','\xae','\x57','\xe3','\xb5','\x3c','\x91','\x4f','\x62','\x5e','\x47','\x23','\xf7','\x4c','\xb6','\x88','\xc6','\x80','\x64','\x8b','\x8c','\x1b','\xd7','\x89','\x50','\x29','\x6b','\xab','\xc3','\xc6','\x1d','\x65','\x86','\x51','\x38','\x3d','\xfb','\x7c','\x1f','\x19','\x69','\x91','\xbc','\xb0','\x53','\xa8','\xf6','\x31','\xb5','\x7d','\x52','\x65','\xff','\x21','\x42','\xce','\x24','\x4c','\x2b','\x9c','\x76','\xfa','\x9b','\xbb','\xb1','\xc8','\x3a','\xec','\xa6','\x0b','\x5c','\x09','\x78','\x60','\x7d','\xe7','\x52','\x2a','\xfe','\xfd','\x7a','\x29','\x9d','\x5c','\x61','\xa2','\x2f','\xeb','\x82','\xd9','\xb5','\xaa','\x0a','\xef','\x36','\x50','\xc8','\x5c','\x37','\x6d','\xa0','\x35','\x2c','\x66','\x93','\x7b','\x20','\x43','\xbb','\xdb','\x80','\x9f','\x6f','\xfa','\x4f','\xf8','\x91','\xbb','\x55','\x1d','\xd2','\x79','\x72','\x1b','\x94','\xc4','\x38','\x44','\x41','\x6b','\xee','\xc8','\x26','\xf8','\xce','\x7d','\xf6','\x46','\x4f','\xb0','\xdf','\xc0','\x24','\x0d','\xda','\xd7','\xbe','\x19','\xc9','\xf3','\x06','\x80','\xf4','\xa0','\x9a','\x33','\xc1','\x34','\x2b','\x4b','\xf4','\x6c','\xe3','\xdd','\x3a','\xe8','\xa5','\x2d','\xdf','\x00','\x3f','\x8d','\x9a','\x73','\x17','\x08','\x09','\xb5','\x4a','\x52','\xff','\x96','\x2b','\x51','\x82','\x83','\x89','\xf1','\xac','\x2e','\x13','\xa5','\x49','\x31','\xa2','\x35','\xd7','\x90','\xd8','\xd7','\x15','\xf2','\x5b','\x02','\xaa','\xab','\xc5','\x05','\xdc','\xd4','\x68','\x2c','\x48','\x86','\x7f','\xf8','\x71','\x09','\xd5','\xd2','\x03','\xb9','\x44','\x0a','\x24','\x52','\x81','\x13','\xa8','\x6e','\xc1','\xa4','\x51','\x3f','\xb7','\xd6','\x1a','\xd6','\x58','\xc7','\x5e','\xb5','\xdb','\x34','\x0a','\x96','\x30','\xa5','\xcb','\x7d','\xdf','\xeb','\xdf','\x32','\xec','\xf7','\x27','\x2f','\x1b','\x89','\xb8','\xab','\x46','\x45','\xfb','\x72','\x9a','\x9f','\x3a','\xd9','\x67','\x2d','\x67','\x05','\x82','\xea','\xbf','\x83','\x33','\x85','\x65','\x65','\xdd','\x97','\xd3','\x5e','\xb6','\x8f','\x86','\x92','\xda','\xce','\xc7','\x5d','\xc5','\xe5','\x84','\xc1','\xb7','\xc9','\xe3','\x76','\x48','\x1b','\x25','\x8e','\xf2','\xd9','\x68','\x15','\xc1','\xdc','\x30','\xfc','\x32','\x9c','\x7a','\x27','\xd1','\x4c','\xa6','\xee','\x63','\xf2','\x38','\xd7','\xe3','\x6d','\x84','\x39','\xa2','\xa1','\xa1','\x1a','\xa3','\x0d','\x08','\xbc','\x92','\x54','\x80','\x4f','\x09','\x5f','\x2f','\x7f','\x45','\x36','\x8c','\x6a','\xad','\xef','\x1c','\x18','\x18','\x73','\x22','\xc6','\x26','\xd7','\x3a','\x89','\x44','\xdf','\x6a','\x0d','\x45','\x9f','\x1e','\x40','\x6d','\x8c','\x3f','\x5a','\xb1','\xe8','\xe7','\x96','\xd2','\x71','\x94','\xfc','\x8b','\xae','\x43','\xd0','\xa6','\x7b','\xca','\x10','\xec','\x88','\x39','\x4e','\x54','\x1a','\x1b','\xc6','\xdb','\xe4','\x43','\xbe','\xa7','\x6d','\x18','\x2c','\xd0','\x79','\x4c','\x45','\xc5','\x1c','\x19','\xfa','\xad','\x5a','\x81','\xfe','\xa6','\x6e','\xa1','\x1a','\xdf','\x08','\x75','\x21','\xa1','\xe8','\x9d','\x54','\xe5','\x54','\xcb','\xcf','\x9d','\xff','\xa6','\xa6','\x19','\xa1','\x32','\x0f','\x50','\xeb','\x7d','\xe6','\xd9','\x04','\x0c','\xaa','\x6b','\x2f','\xd5','\x7c','\xa5','\xad','\xc4','\x3c','\x06','\x59','\x41','\x2a','\x0f','\x3a','\x1e','\x5e','\x73','\xa6','\x58','\x7f','\xf2','\x29','\x1f','\x61','\xb9','\xdb','\x73','\xd6','\xfd','\xae','\x0c','\x65','\xf8','\xed','\x1e','\x2a','\x17','\x4a','\x9f','\xd4','\x33','\x9e','\x20','\xd5','\xbe','\x4b','\x08','\x48','\xc5','\xf3','\x6c','\x05','\xb0','\x80','\x63','\x40','\x31','\x8e','\xb9','\x84','\x7a','\xe7','\x66','\x14','\x38','\x59','\x15','\xd2','\xe0','\x87','\x07','\x8f','\xaa','\xb3','\xbd','\xe6','\x8f','\xa7','\x36','\x48','\x06','\xad','\xa6','\xfa','\x02','\x23','\x58','\xea','\x93','\xc8','\xd7','\x0d','\x16','\x5d','\xfa','\xb4','\xdb','\x0f','\xc2','\xfb','\xcd','\xdd','\xcb','\x56','\xcc','\xaf','\x48','\x75','\xca','\x04','\x91','\xe2','\xba','\xf7','\x02','\xa3','\x07','\x49','\x75','\x58','\xeb','\x5f','\xc7','\x10','\x83','\xe6','\x95','\xdb','\xee','\xfb','\x39','\xf0','\xe3','\x15','\xce','\x7b','\xdc','\x3e','\x64','\x23','\xee','\x51','\xe2','\x19','\xfd','\x0d','\x80','\xcf','\x59','\x64','\x2c','\x7a','\x47','\xdb','\x5d','\xb9','\x11','\x6a','\x84','\xf1','\x50','\x65','\xf6','\xca','\xa9','\xc9','\xd4','\xdc','\x5e','\xd7','\xb2','\x0a','\x74','\xbb','\xe6','\x1a','\xd5','\x8c','\xaa','\x00','\x64','\x05','\xaa','\xfe','\xae','\x9a','\x63','\x1b','\x9f','\x0a','\x29','\xe8','\x72','\x00','\x04','\xfc','\xb4','\x8d','\xd6','\xf3','\x4a','\x05','\x0f','\x1f','\x16','\xc0','\x4d','\x30','\x01','\xeb','\xae','\x5d','\xfa','\x79','\x9a','\x64','\xff','\x95','\x6d','\xa2','\x3e','\xb5','\x3c','\x93','\x99','\x4b','\x61','\x4e','\xa4','\x8c','\x3d','\x2a','\x71','\x34','\x97','\x12','\x36','\x25','\xae','\x01','\xe2','\xbd','\xfd','\x94','\xba','\x2c','\x5b','\xdf','\xf0','\xbe','\x7b','\xd6','\xb1','\x62','\x82','\x31','\x70','\xf8','\xce','\x73','\x78','\x03','\x3c','\xc8','\x9f','\x2f','\x60','\xfb','\x3d','\x51','\x53','\x38','\xeb','\x9d','\xb6','\x17','\x6e','\xf8','\xc6','\xf0','\xae','\xb8','\xcf','\x71','\xd4','\xd7','\x94','\x9a','\x9d','\x92','\xa0','\x28','\x28','\x99','\x9a','\xb2','\xa2','\x3a','\x64','\x13','\x3f','\x9e','\x4d','\xac','\x96','\x08','\xd0','\xb1','\x5a','\xb5','\xa8','\x6a','\x07','\x0c','\x17','\xa7','\x56','\xae','\x55','\xc2','\xdc','\x12','\xba','\xb7','\x3a','\xa8','\xb3','\x6a','\xfc','\xf3','\x19','\xad','\x0b','\xa7','\x2f','\x2b','\xed','\x61','\x82','\x76','\xa6','\x99','\x3e','\xe3','\x8c','\x44','\x67','\x44','\xa5','\xf3','\x7d','\x11','\xf1','\x50','\x91','\x3a','\x95','\x1b','\x9a','\x8f','\xb2','\x7e','\x27','\x32','\x55','\x83','\xb8','\x08','\x00','\x38','\x26','\x28','\x87','\x68','\xf3','\xef','\x5a','\x9e','\xc8','\x36','\x6a','\x06','\x1a','\x44','\x68','\x4a','\xbf','\xa2','\xd2','\x8d','\xdc','\x67','\xd0','\xf5','\xf5','\x67','\xf4','\x61','\xaf','\xb7','\x3f','\x77','\x0e','\xb1','\xf6','\x4a','\x54','\x56','\x7c','\xca','\xde','\x5d','\xe6','\x49','\x08','\x29','\x91','\x1c','\x96','\xbe','\x35','\x9d','\x13','\x5a','\x00','\x44','\x44','\x70','\xb9','\x5c','\xb6','\xc3','\x60','\xe7','\x9c','\xbb','\x83','\x82','\xbc','\x0b','\x9b','\x08','\xd8','\x56','\xdb','\x76','\xe1','\x14','\x71','\xa2','\xb8','\xdf','\xfc','\xb7','\xdc','\x62','\xc6','\x35','\xab','\xf0','\xd1','\x8c','\xf7','\xec','\x36','\x0e','\xf2','\xa0','\xa6','\x7b','\x6a','\x57','\x80','\xbc','\xc4','\xfb','\x24','\x09','\x18','\xe9','\x13','\xc6','\xf3','\x00','\xd4','\x77','\xea','\x80','\x8d','\xb9','\xd3','\x65','\xa8','\x57','\x76','\xd8','\x9d','\xc1','\x58','\xf4','\xf4','\x2a','\xdd','\x01','\x3a','\xcb','\xed','\xed','\x3b','\xeb','\x4f','\x47','\x48','\xcb','\x14','\x00','\x60','\x9d','\x66','\x93','\x34','\x28','\x37','\x96','\xa2','\xd3','\x3b','\xcd','\x8f','\x40','\x56','\x94','\xaa','\xd5','\x8b','\x8a','\x42','\x74','\xbd','\xae','\xb0','\x7c','\x60','\x89','\x04','\xb7','\x20','\x2c','\x0b','\x1a','\x65','\x0a','\x89','\x8a','\x7b','\x9b','\x6f','\x85','\x1a','\x73','\x65','\xce','\xb5','\x48','\x71','\xda','\xca','\xdc','\x55','\x45','\x13','\xcb','\xa9','\x6e','\xb2','\xa0','\x5a','\xbd','\xe8','\x27','\x3b','\x02','\x58','\x2b','\x39','\x83','\x16','\x95','\xe7','\xb0','\xbc','\xbd','\x6f','\xc4','\x4c','\xdb','\x6d','\x74','\x95','\xb9','\xea','\x64','\xab','\xd4','\xac','\xf2','\x15','\x93','\x6c','\x58','\x8e','\x5d','\x11','\xb2','\xf6','\x39','\x84','\xce','\x70','\x33','\xca','\x67','\x62','\xac','\x71','\x3f','\x46','\x69','\x87','\x2b','\xa0','\x83','\xf4','\x7b','\xd4','\xf2','\x3b','\xce','\x5f','\x4d','\x77','\x6b','\xb0','\x3e','\xf9','\xce','\x28','\x2d','\xb3','\x7b','\xfe','\x3e','\xc7','\xb9','\xe2','\x0c','\x1d','\xc9','\xb1','\x7d','\x78','\x6d','\x6d','\x2f','\xbc','\x64','\xc7','\xc5','\x28','\xca','\xad','\xba','\x86','\x95','\x7d','\x3f','\xf5','\x30','\x73','\x3e','\xdb','\x0f','\x00','\x88','\x32','\x10','\xf0','\x9c','\x6c','\xf3','\x55','\x74','\x48','\x5f','\xfd','\x5e','\x4b','\x3c','\x58','\xa3','\xad','\xca','\xea','\x79','\xb1','\x81','\xce','\xdd','\x3b','\x3e','\xcd','\xbd','\xac','\x72','\xa8','\xff','\x47','\xd5','\xb8','\x67','\xce','\xf9','\xb0','\x8b','\x32','\x8f','\x30','\x78','\x15','\xdd','\xe6','\x7c','\x52','\xff','\x8e','\x8a','\xdc','\x28','\x7c','\x06','\xc5','\x06','\xca','\x38','\xa9','\xfb','\x02','\x7e','\x38','\x8a','\xa5','\xca','\x4f','\xc6','\xc9','\x59','\x72','\x6a','\xef','\x63','\x0c','\xde','\xd1','\xaf','\xe9','\x90','\x39','\x40','\x2d','\x38','\x85','\x44','\x8f','\x03','\x7b','\x8c','\xea','\xd6','\xca','\xa1','\x99','\x02','\x5a','\x7d','\x42','\x9b','\x8a','\x7d','\x38','\x58','\x76','\x7b','\x43','\x92','\xbc','\x3a','\x92','\x33','\x91','\xcc','\x53','\xf7','\xcf','\x24','\x3d','\xa2','\x2a','\x5e','\x1b','\xd6','\x67','\x96','\x22','\xdb','\x00','\xeb','\xdc','\xc5','\xf0','\x09','\xd5','\x1d','\x9e','\xda','\x5e','\x20','\xa8','\x6e','\x83','\x54','\xee','\x77','\x4e','\x49','\xf5','\x3a','\xc2','\x06','\xbb','\x41','\x10','\x6e','\xb7','\x5b','\x17','\x05','\x6e','\x0d','\x4e','\x54','\x0d','\x0f','\x28','\xf4','\x0a','\x46','\xc4','\x10','\x47','\x69','\x07','\xe9','\xfc','\x2a','\xcc','\x08','\x01','\x53','\xf0','\x6c','\x8f','\x3c','\x6f','\x36','\x6a','\xbe','\xd4','\x3d','\x68','\xe4','\x57','\x90','\xc7','\x5c','\x7c','\x41','\x7a','\x60','\x5a','\x85','\xc9','\xcb','\x1d','\x89','\x1c','\x24','\x4a','\x66','\x7d','\xc4','\x2b','\x3e','\x64','\x83','\x1c','\xe8','\xc0','\x14','\x77','\x38','\x4a','\xef','\xd3','\x73','\xb4','\x87','\xdf','\x83','\xd4','\x78','\x1e','\x32','\x3f','\x47','\x9f','\xb1','\xcd','\x8a','\x3f','\x59','\xfb','\x6c','\xed','\x3c','\x05','\xca','\x04','\xb7','\xeb','\x0a','\xd7','\x05','\xdb','\xd9','\x36','\x49','\x29','\x68','\x46','\x51','\xb1','\x61','\x15','\x1a','\xe8','\x01','\x71','\xad','\x81','\xea','\x66','\x53','\x56','\x81','\x60','\x7a','\xac','\x08','\x3f','\x7c','\xa4','\x43','\x58','\x91','\xd4','\x55','\x0e','\xca','\x98','\xaa','\x8c','\x06','\xa5','\x1e','\xd0','\x08','\x40','\xab','\x82','\x56','\x5e','\x9b','\x04','\x2d','\xfc','\x38','\x50','\x94','\xda','\x9a','\x93','\xea','\x69','\xdd','\x8f','\x47','\xbb','\xe7','\x91','\xb9','\x7a','\xa6','\xb2','\xf3','\x65','\x44','\x46','\x69','\x7a','\x19','\xd6','\xc5','\x80','\xbd','\x82','\xed','\xd2','\xcf','\xe4','\xd4','\xb5','\x09','\xaa','\x42','\x54','\xe6','\x29','\xaf','\xdc','\xd6','\xc1','\x25','\xc6','\x88','\xec','\x0c','\x16','\x6a','\x68','\x75','\x1f','\xfa','\x59','\x9d','\x84','\x96','\x93','\x44','\x64','\xe4','\xe4','\x0b','\x8d','\xbd','\x19','\x6c','\xc1','\x09','\x0d','\x5e','\xc3','\xed','\x66','\x20','\xc0','\xd8','\xdd','\xf1','\x4c','\x3a','\xd2','\x97','\xaa','\x3e','\x1c','\xc8','\x85','\xfc','\x24','\x7a','\x81','\x6f','\x63','\x57','\xe4','\xc9','\x8e','\x1d','\x40','\xa0','\x04','\x72','\xb0','\x6a','\xb9','\x85','\x93','\x86','\x1d','\x76','\x89','\xc3','\x6e','\x5a','\xb4','\x6f','\xab','\xbc','\x03','\x14','\x18','\x1a','\x24','\xd6','\x36','\x8f','\x27','\xf6','\x9f','\x1d','\x48','\xa2','\xc7','\x7f','\x22','\xd3','\xa3','\x5c','\x40','\x28','\x65','\xaa','\x3e','\xec','\xf5','\x58','\x88','\x6a','\x84','\x5b','\xcd','\xea','\x4a','\x4f','\x79','\x5d','\x3b','\x1d','\xe0','\x7a','\xbd','\x86','\x20','\xa8','\x0b','\x82','\xa0','\x4f','\x50','\xf5','\xa7','\xa9','\x46','\xc0','\xa6','\x57','\xb6','\xfd','\x4d','\x9b','\xa0','\x6d','\xe0','\x8d','\x9f','\x03','\x04','\xd8','\xc3','\xe4','\x49','\xf6','\xe7','\xcc','\xc4','\x8f','\xf0','\x96','\x43','\x40','\x34','\x48','\x58','\x06','\xb1','\x1b','\x10','\xb0','\x63','\xc0','\x51','\xd7','\x8f','\x8c','\xd1','\xd8','\xf2','\xcd','\x8b','\xb0','\x9c','\x20','\xb0','\x6d','\x1b','\x80','\xa4','\x80','\x0f','\xbf','\x23','\x40','\xa8','\x5e','\x67','\xa5','\x90','\xde','\xe9','\x2a','\x30','\xab','\x74','\x6e','\x8f','\x8f','\xe7','\x2a','\xf3','\x9f','\xee','\xa9','\x78','\x80','\x49','\x19','\xeb','\x12','\x2b','\xb2','\xfc','\x99','\x7d','\x1a','\x7d','\xf3','\x93','\x49','\x84','\xad','\x66','\xdd','\x04','\x00','\xf5','\x60','\xd4','\xeb','\x35','\xc3','\xdb','\x7b','\x86','\x85','\x6a','\xd4','\x48','\xc0','\x6a','\x31','\x52','\xc1','\x44','\x2a','\xb0','\x13','\x0f','\x38','\x05','\x7e','\x5a','\x78','\xdd','\xf2','\xac','\x0b','\xfc','\x32','\xd2','\x22','\xc8','\x2a','\x44','\xe8','\xcd','\x69','\xba','\xca','\x64','\x6f','\xf3','\x23','\xd4','\xe8','\xa7','\x2a','\x94','\x2c','\x6c','\x7c','\x16','\x5b','\x24','\xc0','\x95','\xca','\xe1','\x90','\xa0','\xbf','\x23','\x0e','\xc6','\xf8','\x24','\xd0','\x1d','\xf2','\x46','\xd4','\xf5','\xa2','\x96','\xa5','\xf2','\x4f','\x1f','\x57','\x78','\xbf','\x7c','\x31','\xa2','\x1c','\xe0','\x68','\x9a','\x65','\x7f','\x06','\x48','\x3f','\x93','\xf4','\xea','\x91','\x9e','\x6f','\x76','\x9f','\x19','\xec','\x0f','\x86','\x4d','\xf2','\x2f','\xcf','\x74','\x92','\xe3','\x06','\xd8','\x56','\x7f','\x36','\xf3','\xd8','\xd0','\xbe','\x59','\xf6','\xf1','\x4a','\x12','\xaa','\x07','\x44','\xd9','\x9e','\xfb','\xc3','\xf3','\x53','\xbd','\xa9','\x95','\xb8','\x4f','\xa1','\x00','\x10','\xf4','\x25','\x07','\x93','\x7c','\x92','\x66','\x5f','\x39','\x92','\xf5','\x3d','\x36','\x07','\xfe','\xac','\x04','\x53','\x53','\x54','\x33','\xe7','\xf3','\x74','\xe3','\x8d','\x8c','\x8c','\x3c','\x0a','\x9f','\x21','\x10','\x5b','\xb1','\x66','\x94','\xe8','\xd1','\xf3','\x59','\x65','\x6b','\x2b','\x4d','\x54','\x59','\x3d','\x7f','\x79','\x4c','\x57','\xbe','\x2d','\x73','\x22','\x97','\xc1','\x56','\x78','\x7a','\x13','\xce','\xda','\x40','\x56','\xee','\xd8','\x8c','\x29','\x13','\x20','\x26','\xb5','\xbf','\xa7','\xae','\xfa','\x70','\x5d','\x8a','\x62','\x39','\x51','\xed','\xa6','\xef','\x89','\x1b','\x37','\x1b','\x3a','\x94','\xeb','\x9e','\x94','\x7c','\x40','\xe7','\x30','\x05','\x99','\x1f','\x4d','\xe0','\xa1','\x62','\x7e','\xcd','\x95','\x51','\x17','\x78','\xb0','\xac','\xa8','\x48','\x95','\x15','\x0f','\x13','\x76','\x7f','\x4f','\x1c','\x0c','\x21','\x41','\x39','\xc6','\x82','\x00','\x88','\xd0','\x82','\x20','\xf7','\x7d','\x45','\xb7','\x75','\xb4','\xe9','\x02','\xb7','\x2c','\x0b','\x2c','\xcb','\xd2','\xaf','\xf8','\xa8','\xf5','\x2e','\xcf','\xf4','\xda','\x4f','\x6c','\x02','\x78','\x77','\x40','\x0e','\x59','\xd5','\x7d','\x8b','\x2e','\x41','\x1a','\xe9','\x8f','\x88','\xd1','\xab','\x7b','\x14','\x14','\x4c','\xfc','\xd3','\x4f','\x0c','\x5f','\x06','\x0f','\x90','\x9d','\xaa','\xee','\x35','\x61','\xa4','\x18','\x84','\x7d','\xd2','\x21','\x22','\x25','\x80','\xd4','\xe4','\x30','\x56','\x05','\x93','\x61','\x0b','\x68','\x60','\xff','\xd6','\x04','\xf7','\x4c','\x1e','\x53','\xbd','\x89','\x33','\x7f','\x76','\x50','\xc8','\x91','\x2a','\xc8','\x37','\x78','\x55','\xe5','\xea','\x8e','\x7a','\x69','\xc6','\xaa','\xc4','\x48','\xff','\x7b','\xa4','\x0c','\x9f','\x45','\x4e','\x69','\x97','\x0f','\x43','\x6a','\x7c','\x69','\x2b','\x1f','\x01','\xe4','\x35','\xc3','\x7a','\xcd','\x70','\xbb','\x11','\x5c','\x32','\x15','\x5f','\x5c','\x04','\x00','\x54','\xae','\x04','\xd8','\x14','\x79','\x54','\x1a','\x3d','\x29','\xf0','\xd3','\xd5','\x63','\xc0','\x73','\xc9','\x30','\xbd','\x36','\x17','\x86','\x4a','\xfa','\x96','\x80','\x55','\x4a','\x64','\xbb','\x44','\xf5','\x5a','\x9b','\xf0','\xe6','\x80','\xd7','\x41','\x19','\x7a','\x5e','\x75','\xe3','\xd3','\x44','\x84','\x50','\x8a','\x1a','\xbb','\x5e','\x6c','\x70','\x0d','\x0b','\x82','\x08','\x28','\xa3','\xed','\x23','\xe1','\xc7','\x24','\xdf','\x4a','\x6b','\x8c','\x5d','\xb0','\x03','\xcf','\x52','\x5a','\xb3','\x83','\xc2','\x6b','\xc2','\x3b','\x4e','\x46','\x25','\xae','\xcb','\x17','\xcc','\xd5','\x91','\x2b','\x5c','\xc4','\x37','\x42','\x5e','\x12','\xf5','\xd1','\x29','\x74','\x4f','\x67','\xa0','\xb9','\x9a','\xee','\xd3','\x9d','\xba','\xb3','\x92','\x51','\xfe','\xab','\x86','\x50','\xa8','\x01','\x0f','\x32','\x41','\xce','\xb9','\xad','\xc8','\xaa','\xcc','\x88','\xec','\x5c','\x99','\xed','\xa4','\x43','\x5d','\xa9','\xf8','\x8f','\xe6','\x88','\x18','\x24','\xd9','\xba','\xf3','\x95','\x74','\xa4','\x26','\x1d','\xbb','\x38','\x92','\xf7','\x19','\x60','\x21','\xfa','\x1d','\xe4','\xeb','\x59','\x06','\xe9','\x74','\x55','\xc1','\x2f','\xc6','\xad','\xe0','\xd9','\x4c','\xbd','\x8e','\xb4','\x25','\x52','\x1c','\x46','\x5a','\x36','\x3f','\x73','\x8a','\x7f','\xad','\xb2','\x49','\x68','\x56','\xad','\x10','\x6a','\x98','\x45','\xad','\x03','\x37','\x80','\x04','\xd0','\x40','\x12','\xcf','\x1f','\xc8','\x35','\x7c','\x3c','\xf5','\xcd','\x67','\xbc','\x3a','\x04','\x2d','\x18','\x5e','\x4a','\x5b','\xf9','\xb5','\xe3','\x5c','\x64','\xe3','\xa3','\xea','\x14','\xaa','\xe9','\x56','\x8f','\xbc','\x8f','\x8e','\xd4','\x53','\xdc','\xe0','\xeb','\xe1','\xb6','\x09','\xab','\x3b','\x2e','\x41','\x09','\x8a','\x90','\xeb','\x81','\xeb','\x5c','\x27','\x55','\xaf','\x08','\xe8','\xbc','\xbd','\xbd','\x85','\xe5','\xec','\x46','\x81','\x93','\x0a','\xb9','\x96','\x5b','\x3e','\x18','\x28','\x2e','\xa6','\x4e','\xfd','\xc3','\xdd','\xf7','\xc3','\x8e','\xde','\x57','\x9e','\xe5','\x9a','\xfc','\x33','\x8b','\x64','\x34','\x96','\xb0','\xf3','\x40','\x27','\xea','\xcb','\xf0','\x16','\xe9','\x47','\x59','\xec','\x96','\x12','\x6b','\x14','\xaf','\x8d','\xb2','\x18','\xb0','\x89','\xdd','\x82','\x5a','\xff','\xca','\x5f','\x76','\x2d','\x12','\x05','\xcd','\x6d','\x2e','\xd7','\x85','\xf0','\x48','\x3d','\x30','\x62','\x69','\xc7','\x5f','\xcb','\xc9','\x4d','\x21','\x0d','\x98','\xee','\xed','\xcb','\x23','\xae','\x62','\x9f','\xb9','\x0a','\x64','\x74','\xcd','\xca','\xa9','\xfa','\x6a','\x8e','\x15','\x87','\x2d','\x40','\xf9','\xe9','\xab','\x59','\xc0','\x42','\xae','\xb2','\x7d','\x06','\x31','\x5c','\x9f','\x2a','\xec','\xd6','\xb5','\x44','\x84','\x5b','\xaf','\x65','\x03','\x75','\x52','\x2b','\xcb','\x58','\x19','\xd9','\x5a','\xa3','\xe9','\x90','\xce','\x40','\x91','\xb0','\xe7','\xe8','\x7b','\xa9','\xf1','\x39','\xa3','\xe2','\xf4','\x7d','\xd8','\xde','\xd0','\xef','\x5b','\xcc','\x89','\x0a','\x8c','\x94','\x77','\x5a','\x1e','\xcd','\x7f','\x9b','\xb3','\xf3','\x0a','\x88','\xa4','\x74','\xfc','\x46','\x02','\x83','\xf8','\x39','\x68','\x2a','\xb0','\xd1','\x16','\x55','\xbd','\xd6','\x12','\x6a','\x6e','\x16','\xbe','\x33','\x22','\xf0','\xe8','\xc6','\xd3','\xcc','\x5e','\x4a','\x5d','\x01','\xcf','\x93','\x4a','\x31','\x73','\x8c','\x42','\xf3','\x80','\xaf','\x30','\x5a','\x4c','\x97','\x59','\xeb','\x98','\xf9','\x9a','\x98','\xa7','\xfa','\x8f','\xfd','\x75','\x24','\x63','\x09','\xc1','\xf0','\xbf','\x03','\xc3','\x49','\xe5','\x55','\xe6','\xe6','\x52','\xf7','\xfd','\x48','\xe0','\x03','\xe8','\x23','\x89','\x72','\xee','\x0d','\xa8','\x2b','\xd3','\xc3','\x24','\x06','\x9a','\xee','\x42','\x87','\x70','\xca','\xd8','\xb7','\xd6','\x77','\x9d','\x59','\x37','\xdc','\x67','\x36','\x77','\xed','\x14','\x3b','\x43','\x67','\x0f','\x89','\x68','\x1a','\xef','\x95','\x33','\xa3','\xfb','\x1f','\xc4','\xa8','\xbb','\x65','\xb5','\xb1','\xd6','\x64','\x02','\xbb','\x4e','\x8a','\x81','\x68','\x04','\x42','\x46','\xcf','\x34','\x8d','\x06','\xf3','\x50','\x11','\x72','\xe9','\x63','\xb6','\x1f','\xe6','\x69','\xdd','\x39','\xdb','\x55','\x39','\xca','\x8e','\x5b','\x48','\x85','\x29','\x30','\xf8','\xe0','\x79','\x27','\x87','\x79','\xab','\x83','\x43','\x85','\xd1','\x51','\x7d','\x5e','\x9f','\x55','\x5f','\x3a','\x44','\x09','\x0b','\x51','\xf3','\xda','\x30','\x2a','\x91','\x5a','\x05','\x02','\xf5','\x12','\xe7','\x10','\xa2','\xa0','\x28','\xb3','\x0d','\x61','\xca','\xb5','\x26','\xff','\x3c','\xb8','\xf6','\xaf','\x05','\xa5','\x1e','\x19','\x62','\x5e','\xe5','\x64','\x9e','\x43','\x99','\x20','\xaf','\x19','\x10','\x53','\x49','\x93','\x78','\x35','\x08','\x01','\x17','\x84','\x1a','\x38','\xb6','\xf5','\x75','\xfd','\xb3','\x2c','\x8b','\xd5','\x2b','\xa9','\x04','\x41','\x88','\xc8','\xec','\x01','\x0a','\x37','\x0a','\x0d','\xb4','\x8c','\x43','\x0a','\xd8','\x8b','\x08','\x0d','\x21','\x6a','\x17','\xea','\xd2','\x28','\x03','\x91','\xa0','\x07','\x80','\xbb','\xfb','\xe3','\x1e','\x81','\xaf','\xc1','\x56','\x9c','\x7f','\xb5','\xd2','\x95','\x14','\xc0','\x7f','\x1a','\xe8','\x69','\x2f','\xca','\xe6','\x72','\xbd','\xa2','\xb7','\x03','\xf6','\x0e','\xd3','\xc6','\xc4','\xa8','\xd5','\xdd','\x2c','\xe7','\x0b','\x74','\xa2','\x97','\xa6','\x19','\xb7','\xc2','\xa9','\x55','\xb7','\x43','\x65','\xd6','\x7c','\xe5','\x1f','\x68','\x0c','\xb6','\xf1','\xef','\xee','\x5b','\x23','\x95','\xba','\xac','\xb7','\x0c','\xb7','\xeb','\x0a','\xb7','\xdb','\x02','\xcb','\x25','\x43','\x4a','\x8b','\x30','\xad','\xb4','\x24','\xc0','\x4c','\x80','\x94','\x80','\x56','\x75','\x94','\xb9','\xd3','\x2b','\xed','\xd1','\xab','\xb0','\x39','\x6e','\xfa','\x47','\x6e','\xc3','\x2a','\x00','\xc0','\x44','\x1f','\x51','\x6d','\x7b','\x0f','\x30','\xf8','\x27','\x87','\x47','\xc5','\xf6','\x4c','\x04','\x53','\x5c','\x39','\x5f','\xa4','\x5e','\xb9','\x31','\x05','\xd4','\x67','\xbc','\xb2','\xb7','\x57','\xcf','\x43','\xe4','\x94','\x00','\xf4','\xf7','\x74','\xbe','\x77','\xf0','\x74','\x0b','\x1c','\x7f','\x1f','\x92','\xfe','\x60','\x3e','\xca','\x5f','\x7a','\x06','\x75','\x3f','\x9b','\x44','\xe1','\x39','\xd6','\xe9','\xe2','\xda','\x6e','\xff','\x69','\x4a','\x45','\x3d','\xef','\x8f','\xcf','\xfd','\xc9','\xe2','\x8e','\x1a','\x8c','\x73','\x52','\xff','\x1d','\xaf','\xca','\x63','\xf4','\x9b','\x8d','\xb5','\x67','\xd0','\x49','\x58','\x67','\xae','\x9c','\xe0','\x7b','\x68','\x8c','\xf3','\xd5','\xd3','\xe5','\x11','\xea','\x20','\x80','\x72','\xbd','\x22','\x2c','\x87','\xa9','\x8a','\x0b','\x2a','\x49','\x68','\x03','\x63','\x14','\x22','\x00','\xe0','\xf0','\xda','\x6d','\x26','\xa9','\x14','\x22','\xb0','\xf6','\x14','\xa8','\x71','\x1d','\x9f','\x39','\x25','\xbe','\xe2','\xfb','\x95','\xee','\xac','\xc1','\x10','\xd6','\x0c','\x88','\x4b','\x01','\x9c','\xa9','\x00','\x1f','\xa0','\x04','\x04','\x19','\x20','\x03','\xe4','\x6c','\x75','\x59','\x1f','\xbb','\x20','\xa5','\x04','\x6b','\xb0','\x2f','\x08','\x40','\x01','\xa0','\x75','\x5d','\xc3','\x20','\x08','\x02','\x0c','\x22','\xf0','\x38','\xd1','\x08','\x80','\x32','\x50','\xca','\x45','\xf4','\xd2','\xb4','\x66','\x03','\x81','\x6a','\x34','\xce','\xa1','\x0e','\xc8','\xee','\x99','\x34','\x45','\x83','\x1f','\xef','\x2a','\x16','\xbf','\x6b','\x74','\x09','\x56','\x00','\x26','\x47','\xde','\x28','\xfd','\x56','\x3e','\x4d','\x5c','\xc5','\x88','\xab','\x09','\xe9','\x7e','\x05','\x4d','\x14','\x34','\xf5','\xfd','\xc8','\x0d','\x14','\x43','\x0f','\xcc','\xa0','\x66','\x81','\xe4','\xfd','\x1d','\x7d','\x66','\xcf','\x66','\xc8','\x47','\x56','\x81','\x38','\xfd','\xd7','\xd3','\x8e','\x52','\x3e','\x52','\xdc','\x55','\xdd','\x9f','\x76','\xd0','\xac','\xe3','\xfc','\xc6','\xda','\x0c','\x00','\xac','\x0d','\x66','\x67','\x34','\xa0','\x9c','\x61','\xbd','\x95','\xff','\x72','\xdd','\x34','\xcd','\x91','\xa5','\x28','\xd7','\x43','\xcd','\xd6','\x66','\x59','\x2e','\x02','\xb2','\xe5','\x51','\x56','\x7d','\x38','\x32','\x0e','\xb5','\x42','\x25','\x41','\xa0','\x73','\xb9','\x29','\xc2','\xb2','\x44','\x04','\x11','\xe7','\xe5','\x8c','\x6c','\xd3','\x43','\x80','\x1b','\xac','\x01','\x12','\x89','\x4a','\x3c','\xed','\x5a','\xd5','\xdc','\xe2','\x06','\xe9','\xfd','\x54','\xdf','\xb3','\x7c','\x0e','\x8c','\x86','\x12','\xd0','\x64','\xf0','\x8e','\xac','\x6e','\x71','\xff','\x82','\x6a','\x97','\x7a','\x7f','\x86','\x74','\xa8','\xe1','\x23','\x23','\xf1','\x65','\xdd','\x57','\x79','\x4c','\xb2','\x92','\x43','\x7e','\x84','\x9e','\x54','\x08','\x00','\x1c','\xe9','\x31','\x6b','\x8b','\xd0','\xd1','\xff','\xd4','\xf8','\xe6','\x34','\x6e','\xc5','\xd3','\xba','\xe7','\x04','\x0a','\x93','\x9e','\xd3','\x9c','\x17','\xb5','\x7d','\x3f','\xa0','\x0c','\x67','\xc6','\xfd','\x52','\xa9','\x05','\x38','\x58','\xcd','\x3d','\x9b','\xa2','\x00','\x0f','\x53','\xdf','\xe6','\x20','\xe3','\x8f','\x52','\x7d','\x16','\xa8','\x18','\xd1','\x69','\xdd','\x7b','\xa4','\x21','\x38','\xfe','\xe9','\xc7','\x50','\x5c','\x41','\xea','\x87','\xfb','\xd1','\x0e','\xdc','\x52','\xc4','\xa2','\x74','\xa3','\xf2','\x3c','\xf3','\xdf','\xe9','\xd0','\xf6','\xba','\x76','\x8f','\xd3','\xbb','\x7d','\x6a','\xdb','\x52','\xb9','\x8f','\x58','\xa2','\x29','\x27','\xb5','\x91','\x4e','\x63','\x1b','\xf1','\x1d','\x40','\x7d','\xaf','\xb1','\xfd','\xc3','\xdf','\x57','\x0c','\x21','\x8f','\x50','\xa4','\x5b','\x0e','\x9f','\x9c','\x46','\xfe','\xd3','\xe8','\xf6','\x9b','\x67','\x99','\x20','\x23','\x14','\xc3','\x29','\x16','\x0f','\x92','\x84','\x08','\xb0','\x00','\x64','\x48','\x80','\x94','\xad','\xd8','\x74','\xbc','\x90','\xe9','\xe3','\xe3','\xa3','\xc3','\x37','\x00','\x2e','\x08','\x82','\x77','\x81','\x13','\x3f','\xc6','\x60','\x0c','\x6f','\xd1','\x9e','\x00','\x35','\x8f','\x47','\x49','\xc7','\xdf','\x65','\x8e','\xb8','\xce','\xa3','\x91','\xb5','\x81','\xc5','\x46','\x2b','\x23','\xe1','\x2b','\x07','\x47','\xc9','\x94','\xcb','\x9b','\x2e','\x93','\xda','\x3d','\xa3','\xd0','\xb0','\x12','\x16','\x20','\x1f','\x89','\xba','\x42','\x24','\x67','\x35','\x18','\xe5','\x4b','\xcf','\x3a','\x50','\xf9','\xdd','\x41','\xb3','\xc0','\xe3','\x4f','\x27','\x61','\xa0','\x07','\xfa','\x4a','\x2b','\x2c','\x00','\x8d','\xf5','\x1e','\x66','\x4c','\x07','\xbf','\xf3','\x91','\xfc','\x59','\x71','\xe2','\xb1','\x99','\x33','\x94','\x60','\x08','\x1f','\x37','\x78','\xbb','\x94','\x83','\x94','\xd3','\xa5','\xc6','\x43','\xc5','\xd2','\x26','\x3e','\xdc','\x0c','\x33','\x55','\x7d','\xbc','\x58','\xd2','\xca','\xc1','\x36','\xb5','\x8d','\x83','\x3a','\x9b','\xea','\xab','\x31','\x3c','\x04','\x36','\x24','\x3a','\x7f','\x05','\x5b','\xd0','\xe6','\x86','\x07','\x2e','\x41','\xbb','\xda','\xaf','\xe6','\xf6','\xd3','\xe6','\xd2','\xa0','\xa7','\x06','\xdf','\x99','\xdd','\xdf','\xc8','\xdf','\x0b','\x2b','\x3e','\xce','\x27','\x4c','\xe2','\x79','\x17','\x0d','\x4d','\x27','\xaa','\xf0','\x00','\x63','\x91','\x1a','\x77','\xaf','\x61','\x25','\x38','\x9d','\xe6','\xc0','\x17','\xc9','\x37','\xf6','\xe3','\xe9','\xd3','\x49','\x7f','\x48','\x04','\x71','\x33','\x92','\x2a','\x39','\x03','\x81','\xa6','\xa1','\xe1','\xad','\xfe','\x83','\x08','\x80','\x4b','\x75','\x7d','\xe3','\xef','\x1e','\xec','\xfb','\x21','\xce','\xcc','\x75','\x86','\x99','\x22','\x92','\xf1','\x49','\x54','\x07','\xb7','\x40','\xf4','\xe8','\x7b','\x21','\xf4','\x81','\x52','\xfe','\xd2','\x1c','\x9d','\xf8','\xcd','\xc4','\xc5','\x5b','\x78','\x47','\xcc','\x63','\x5f','\x92','\x26','\xeb','\x28','\x3c','\xbf','\x0a','\x07','\x19','\x77','\x75','\x9f','\x0a','\x2c','\xe5','\x08','\x08','\xac','\xc2','\xa6','\xc3','\x63','\x0c','\x82','\x50','\x05','\x1a','\xd3','\x80','\x08','\x40','\xc9','\xbd','\xe6','\x68','\x8d','\x9a','\xc1','\x9b','\x89','\xac','\x79','\x80','\xbb','\xf3','\x88','\x4e','\x26','\xbe','\xe7','\xac','\xff','\x5b','\x63','\xc7','\x67','\x18','\x3a','\x00','\x40','\xfa','\x50','\xbb','\xc2','\x01','\x96','\xb3','\x81','\xda','\xf1','\x12','\x09','\x88','\x32','\x24','\x7d','\x26','\x19','\xf4','\xb2','\x8b','\x88','\xba','\x73','\x4e','\x01','\xdc','\x41','\xa8','\xde','\x4f','\x2e','\xa5','\xd4','\x09','\xec','\x6e','\xac','\x38','\x01','\x1e','\x8e','\xa5','\x21','\xa2','\x1c','\x58','\xd6','\x46','\x16','\xcc','\x3d','\x65','\xc1','\xe7','\x2c','\x83','\x02','\xdb','\xbd','\x62','\xfa','\x04','\x35','\xce','\x4c','\x39','\x14','\x29','\x60','\xb6','\x5a','\x41','\x81','\x9d','\x1a','\xd1','\xbf','\x1c','\x52','\x3f','\x80','\xf5','\xeb','\x2c','\x74','\x14','\x06','\xb2','\x69','\x74','\x3f','\x49','\x1a','\x15','\xaa','\x54','\xb9','\x30','\x84','\xc5','\xee','\x6a','\x48','\xdb','\x34','\x02','\x3f','\xa1','\xe2','\x54','\x13','\x3e','\x6d','\xc5','\xc2','\x94','\x3f','\x7e','\x26','\x96','\x53','\x1c','\xa7','\xb3','\x0a','\x85','\x88','\xdf','\x07','\x2b','\x05','\xd5','\x3a','\xd1','\xd7','\x05','\x82','\x12','\x98','\xf1','\xf8','\x2c','\xa6','\x8b','\x1b','\x25','\x8e','\xbe','\x99','\xd1','\x2d','\xaa','\xa2','\xef','\xb4','\x8a','\x6e','\xba','\x09','\x3f','\x6e','\xcc','\x92','\xe7','\xf3','\xba','\x12','\xdc','\x3e','\x32','\x5c','\xdf','\x32','\x5c','\x6e','\x59','\x5c','\x6a','\x38','\x7d','\x39','\xc0','\x13','\x05','\x0c','\x35','\xd7','\x01','\x10','\x05','\x0f','\x32','\xa9','\x68','\x37','\xb6','\xae','\x20','\xa5','\xa1','\xcc','\xe7','\xe6','\x9b','\xc7','\xf5','\x23','\x48','\x80','\x80','\x89','\xb5','\x3c','\xbd','\xaa','\xc4','\x0d','\x22','\x35','\x15','\x2a','\xc8','\x41','\x75','\xa6','\x4a','\xa9','\xb0','\xa4','\xd7','\x86','\x05','\x2d','\xdc','\xbb','\xfe','\x24','\x08','\xc1','\xcb','\xe6','\x4a','\x11','\x41','\x1c','\x5b','\xc0','\x29','\xbe','\xe6','\xb6','\x34','\xc5','\x0a','\x55','\xdf','\x4f','\x5d','\xd9','\x95','\xa7','\x70','\xe8','\x64','\x0d','\xe6','\xf4','\xbc','\x98','\xdb','\x33','\x47','\x6a','\x4c','\x1d','\x9f','\x25','\x33','\x18','\xcb','\x1b','\xef','\xf7','\x58','\xc8','\xa8','\x9f','\x3b','\x5b','\xd1','\x68','\xfe','\x37','\x61','\x60','\x78','\xeb','\x39','\x34','\x93','\x91','\xfa','\xe8','\x7c','\x25','\x7c','\x0b','\xb7','\x3b','\x40','\xbe','\x65','\xf3','\x96','\xe8','\x78','\x2e','\xb5','\xfb','\x69','\x29','\x67','\x77','\x2d','\x4b','\x2a','\xdf','\x3b','\xb7','\x68','\x6f','\x9c','\x57','\x9b','\xdd','\xba','\x76','\x9e','\x91','\xec','\xb7','\x6b','\x53','\x9e','\xab','\x9f','\x26','\x5d','\xd5','\x00','\xc5','\xcd','\x28','\xca','\x43','\xcf','\x9b','\xa1','\xae','\xc1','\xe9','\x07','\x83','\xc1','\x27','\xdb','\x7c','\xfa','\xb9','\xb4','\xa5','\x69','\xdc','\x93','\xee','\xee','\xc2','\x25','\x63','\xcb','\xa8','\xe4','\x16','\xb6','\x6b','\xa2','\xe0','\xdd','\x7e','\x58','\x6f','\x97','\x65','\x0a','\x98','\xa0','\x51','\x3a','\x1e','\xbc','\x9a','\x27','\x2b','\xc6','\xb8','\x21','\x2a','\x37','\xf2','\xef','\x79','\x03','\x12','\xc0','\x92','\x2e','\x00','\x1c','\xf4','\x20','\xb3','\xa7','\x03','\xa9','\xa6','\xa3','\xa9','\x87','\x3e','\x34','\x55','\x6b','\x73','\x5c','\xe5','\x9e','\x1f','\xbb','\xfd','\xa8','\x46','\x9f','\x50','\xeb','\xa3','\xc6','\x55','\x23','\x6c','\xcd','\x66','\x83','\x45','\xae','\x3b','\x4f','\xa3','\x11','\x05','\x2a','\x85','\xe3','\x17','\x43','\xfb','\x45','\x54','\xbc','\xc9','\x84','\x08','\x20','\xaf','\x04','\x7c','\x02','\x11','\xd6','\x63','\x36','\x70','\x69','\x7b','\x71','\xf3','\x9a','\x8b','\x2b','\x5c','\xee','\x83','\x20','\xe4','\x9c','\xe1','\x72','\xb9','\x84','\x7a','\xa9','\x01','\x40','\x67','\x90','\xd1','\xa9','\x4f','\x13','\x1a','\x13','\x65','\x6e','\x28','\xf3','\x5d','\x00','\x84','\xee','\x42','\xf5','\x74','\x90','\x0d','\x99','\x17','\xbc','\x30','\xa9','\xff','\x44','\x5f','\x72','\x77','\xe2','\xee','\x74','\x50','\x93','\x41','\x3d','\xf8','\x01','\x35','\x30','\x81','\x95','\xb2','\xfe','\x6f','\x67','\xb5','\x3b','\x89','\x33','\xfe','\x5d','\xf9','\x39','\x4e','\xb6','\xcf','\x70','\xb3','\x0f','\x67','\xd9','\xd6','\x53','\x8d','\xf4','\x52','\x09','\x35','\xb9','\x84','\x33','\x83','\x1a','\xe7','\x9a','\x4b','\x03','\x00','\x10','\xac','\x6b','\x86','\xeb','\x75','\x85','\xcb','\x47','\x6a','\xfb','\x7f','\xb0','\x00','\x12','\x89','\xe6','\x92','\x10','\x12','\x61','\x61','\x5c','\x22','\x53','\x6b','\xa1','\x35','\x82','\x68','\xce','\x7d','\x1f','\x88','\x32','\xa8','\xe6','\x6f','\x33','\x6e','\x80','\xd3','\xcd','\x1c','\x6a','\xa0','\x36','\x25','\xe2','\x69','\x4a','\xc0','\xe1','\xe5','\x88','\xc1','\x15','\xdf','\x06','\x10','\xf7','\xa0','\xcd','\x0f','\x63','\xd9','\xc9','\xfe','\x3c','\x51','\xf3','\x7c','\x53','\x39','\xd8','\xd2','\x7b','\x67','\x5d','\x7b','\x7a','\x46','\xd2','\x51','\xd3','\x11','\x51','\x7d','\xda','\x4f','\x62','\xe6','\x27','\xd3','\x51','\x1e','\x25','\xfc','\x96','\xfc','\xcd','\x33','\x89','\x15','\x1e','\x56','\x76','\x36','\x2a','\x29','\x40','\x96','\x41','\xc0','\x7e','\xc8','\x89','\x58','\x8a','\xa9','\x2c','\xb1','\x9d','\xf3','\x93','\x78','\xdf','\x8f','\xc2','\x05','\x32','\x3f','\xb8','\x1f','\xfc','\x3c','\x0b','\x27','\xce','\x01','\x45','\xab','\x7b','\x77','\x27','\x9d','\x06','\x3f','\x7f','\xe9','\xe5','\xa8','\xb1','\x26','\x04','\x2d','\x17','\x8c','\x7a','\x65','\x6e','\x7c','\x2f','\x8a','\xec','\x5b','\xfe','\x77','\x99','\x9a','\x58','\xe4','\x56','\x6a','\xf2','\x43','\xf6','\xd1','\x55','\x30','\x84','\x09','\x20','\xe5','\x22','\xfb','\x8c','\xc1','\x4b','\x1d','\xec','\xc9','\x6e','\xad','\xa6','\x67','\xa3','\xf1','\xaf','\xe6','\x61','\xf7','\xf8','\xcc','\xf9','\x72','\xe7','\x77','\x8b','\xfa','\xed','\x48','\xb5','\x04','\x4c','\x03','\x00','\x10','\x41','\x5e','\x01','\x4a','\x48','\x0a','\x00','\x80','\x24','\xc6','\x1b','\xc4','\x04','\x2b','\x02','\xc0','\x2d','\x43','\x06','\x82','\x25','\x2d','\xc6','\x20','\xc8','\x8b','\x3b','\x9b','\x7b','\x80','\x72','\xce','\x90','\x73','\x36','\x2f','\xe6','\x9c','\xe7','\xdb','\xee','\x07','\xfd','\xec','\x0b','\x7b','\xb4','\x33','\xfa','\xb6','\x31','\xa9','\xaa','\x14','\x29','\xc1','\x20','\xb7','\xad','\x72','\x63','\xf2','\x1b','\x02','\xaa','\x08','\x49','\x0d','\xd2','\xce','\x02','\x8f','\x61','\x23','\xdc','\xd6','\x53','\x0f','\x7c','\xa8','\x81','\xbb','\x08','\x00','\x99','\xbc','\xb7','\xac','\x23','\x07','\x69','\x76','\xe3','\xfd','\x19','\x11','\xde','\x8e','\xd0','\x8c','\x0e','\x78','\x2f','\x60','\x98','\xc6','\xb4','\x13','\xf9','\x18','\x7b','\x8f','\x3f','\xfc','\x4c','\xd3','\x8e','\xe0','\x38','\x0d','\xfc','\xec','\x70','\xa6','\xce','\x80','\x8c','\x60','\xdc','\xf9','\x34','\x90','\xe3','\x3a','\xe5','\x0c','\x70','\xfb','\x58','\xe1','\xa3','\xba','\x05','\xbc','\xd7','\xd5','\x9e','\x94','\x11','\x88','\x57','\x84','\x08','\x8b','\xc5','\x06','\xeb','\x81','\x73','\xb2','\x8c','\x5d','\x94','\xbc','\x9c','\x6a','\x39','\xc6','\x82','\xa6','\x2b','\xc6','\x7f','\xa8','\xcd','\x61','\xce','\x5a','\xa5','\xf5','\xca','\x5d','\x99','\x57','\x03','\x35','\xb1','\xbe','\x48','\x00','\xcd','\xc5','\xc1','\x59','\x09','\xa7','\xba','\x3d','\xe0','\x1f','\x7e','\x45','\x65','\xb4','\xca','\x6c','\x0c','\x77','\xee','\xd9','\x90','\xfc','\x74','\x3f','\x41','\x00','\xba','\xc5','\xbd','\x4d','\x22','\xee','\xb0','\x6d','\x75','\xfe','\x2e','\x3a','\x3a','\xce','\x87','\x46','\x05','\xd7','\xff','\xe1','\x62','\x00','\x2b','\xfc','\x64','\x0d','\x4c','\xe7','\x51','\x5f','\xb9','\x1e','\x08','\x39','\xd0','\xce','\xa6','\x75','\xbc','\xef','\xbb','\xea','\x73','\xfd','\xa0','\x66','\x97','\x74','\xd0','\x83','\x3a','\xe0','\x33','\xd5','\xb3','\xb8','\xcc','\x7f','\xb5','\x86','\x06','\x08','\xf1','\x60','\x63','\x8d','\xed','\x40','\xa5','\xb6','\x40','\x7c','\x90','\x2e','\x4c','\x3e','\x31','\x1e','\xff','\xd2','\xc9','\x64','\x94','\x6c','\x1a','\x33','\x1a','\x06','\xcf','\xea','\xdf','\x86','\x10','\x3e','\xa3','\xa2','\x03','\x1a','\xe8','\x91','\x0f','\x0f','\x23','\x52','\x7a','\x0e','\xb6','\xdf','\xe2','\x72','\x9d','\xa1','\xf0','\x12','\x2e','\x68','\x25','\xa0','\xa5','\xa6','\x83','\x06','\x82','\xe4','\x39','\x81','\x1c','\xef','\x10','\xd9','\xf0','\xd8','\x70','\x2a','\x65','\xc9','\x6d','\xab','\x6b','\x3d','\xae','\x79','\x1d','\x7b','\x6f','\x56','\x3f','\xda','\xca','\x75','\x4b','\x0d','\xd2','\x20','\xe8','\x06','\x19','\x2e','\x08','\x80','\xa9','\x46','\x9a','\x5d','\x00','\xf8','\xc0','\x25','\x5c','\x09','\xac','\xcb','\x48','\xe1','\x7f','\x39','\x67','\x88','\xc8','\x04','\x41','\xf0','\xd1','\x13','\x6e','\xb7','\xdb','\x98','\xd7','\x28','\x6b','\xab','\x2b','\x6d','\xdc','\x32','\xc5','\x40','\xb7','\x5c','\x74','\x42','\xcd','\x6f','\x42','\xf8','\x9b','\x1b','\x1d','\x50','\x62','\x85','\xb3','\x29','\x41','\xf2','\xae','\x66','\xf2','\x7b','\x85','\x74','\xf9','\x16','\xda','\x9d','\xdb','\x7b','\x0a','\x44','\xfd','\xa7','\x0c','\xde','\x96','\x58','\x8c','\xcd','\x64','\xfb','\x42','\xda','\x40','\x04','\x54','\x15','\xc9','\xb2','\xd4','\xea','\x85','\xd5','\xa0','\x1e','\x77','\x32','\xa3','\x2d','\xf0','\xb3','\x05','\x8a','\xbe','\xad','\x01','\x2f','\x70','\x43','\x7b','\xc8','\x8d','\xaf','\x93','\x1d','\x6e','\x19','\x1b','\xda','\x73','\x02','\x08','\x75','\x8b','\x36','\x7e','\xcf','\xeb','\xd5','\x36','\x35','\x5d','\x65','\xec','\xd3','\xae','\x8e','\x00','\x55','\xb1','\x14','\x1b','\x60','\x05','\x23','\x54','\xce','\x03','\xc2','\x0f','\x84','\xe5','\x92','\xe0','\x72','\x59','\x60','\x59','\x50','\x56','\x7d','\x00','\x00','\x28','\x15','\x70','\x94','\xa9','\x44','\x76','\xd1','\xd1','\x73','\x08','\x10','\x52','\x15','\x1e','\x2b','\x61','\x9b','\xb8','\x08','\xd0','\xf9','\x8a','\x61','\x7b','\x4b','\xc6','\xbe','\x28','\xb7','\x65','\x7e','\xf0','\x33','\x39','\xfc','\xb7','\x67','\x11','\xaa','\xa5','\x2d','\x52','\x0f','\xe7','\x27','\xd1','\x7b','\x1e','\x94','\x98','\x33','\x6e','\x65','\x9a','\x3d','\xcd','\xac','\x1e','\xa9','\x3f','\xc7','\x68','\x67','\x08','\x69','\x56','\xd1','\x81','\x01','\xcd','\xa2','\xa3','\xeb','\x27','\xd2','\x3d','\x7a','\x37','\xd3','\xae','\xf7','\x18','\x28','\xb0','\xfb','\x74','\x25','\xdb','\xca','\x39','\x0d','\xfe','\x5b','\x12','\x5e','\xad','\x89','\xf9','\xce','\xfc','\x3e','\xad','\x22','\x55','\x12','\x82','\x00','\x9f','\xb4','\xa8','\x88','\x6f','\x54','\xdc','\xde','\x68','\xe5','\x68','\xa1','\xbd','\x21','\xad','\x93','\x43','\xad','\x12','\x93','\x75','\x88','\x6a','\x25','\xd9','\xef','\xa6','\xd9','\xbf','\x39','\xff','\xfe','\x56','\xf4','\xc6','\x57','\xa6','\xa7','\xd4','\xf8','\x91','\xae','\x20','\x3b','\xa7','\x78','\x8c','\xf4','\xab','\x87','\xe0','\x12','\x3d','\x40','\xf7','\xbc','\x3f','\x33','\xd0','\x1e','\x2d','\x8e','\xdb','\x5b','\x11','\x0a','\x55','\xb9','\x21','\x2e','\xd3','\x00','\x00','\x88','\x46','\x46','\xb1','\x4c','\x61','\x83','\x22','\x1a','\x47','\x2c','\x0c','\x44','\x9e','\x63','\xf8','\xe2','\x77','\xa8','\xef','\x05','\xc9','\x6c','\xb6','\x13','\x8d','\x44','\x91','\x95','\x4d','\xdf','\xec','\xb2','\xef','\xf5','\x61','\xb4','\xe9','\x7c','\xb1','\x8f','\x7c','\x7a','\x1e','\x5b','\x39','\x03','\xdc','\x6e','\xb5','\x62','\x0b','\x95','\x55','\xb5','\x54','\x57','\x82','\x12','\xb9','\x3e','\x2c','\x34','\x8a','\x72','\x6d','\x82','\x20','\x78','\x8a','\x36','\x0d','\x7d','\x09','\x0d','\x7a','\x6d','\x4f','\xc7','\xef','\x6e','\x28','\xb0','\x33','\xa3','\x38','\x68','\x54','\xbe','\x57','\xc6','\x28','\x9f','\x19','\x3e','\x4d','\xfa','\x8a','\xa0','\x46','\xd6','\x6a','\xe6','\x49','\x51','\x3e','\xb4','\x8b','\x1e','\x4f','\x2e','\x06','\x3e','\x3c','\xc9','\xbe','\x1f','\x4f','\xff','\x4b','\x8a','\x3a','\x1d','\x33','\xfc','\x9e','\x3c','\x3e','\x3e','\x49','\xe3','\xf4','\xa5','\x33','\x2f','\xaf','\xff','\x48','\x2d','\x18','\xd8','\x54','\xb0','\xb1','\xae','\x04','\xe9','\xba','\xc2','\xf5','\xba','\xc0','\xdb','\x2d','\x43','\xba','\xa4','\x72','\xd0','\x22','\x55','\x17','\x38','\x44','\x48','\x98','\x60','\x49','\x45','\x3d','\x5b','\xa1','\xf9','\xbb','\x89','\x05','\x8d','\x12','\x60','\xce','\xcd','\x13','\x4d','\x09','\x0e','\x4e','\xc7','\xca','\x1d','\x9f','\x5a','\x4d','\x32','\x75','\xf8','\xbc','\xa1','\xf6','\xbb','\x19','\x40','\xb6','\x1a','\xc8','\xfb','\x91','\x48','\xde','\x2b','\x39','\x7f','\x0f','\x0a','\xec','\x4d','\x21','\x31','\x1f','\x89','\x74','\x03','\x36','\xd8','\x0e','\xdb','\xac','\x58','\x8d','\x18','\xdc','\xbe','\xad','\x95','\xa3','\x92','\x16','\xf8','\x9f','\x50','\x5c','\xac','\x93','\x55','\x33','\x00','\xb6','\xf9','\x35','\x02','\x3f','\x9b','\xa4','\x58','\x83','\x76','\x79','\x2b','\x6e','\xa8','\x50','\xce','\xd1','\x48','\x49','\x3c','\x3e','\x32','\x95','\x55','\xdb','\xb6','\x02','\xa4','\xb2','\xe2','\x49','\xf7','\xc9','\x13','\x00','\xe5','\x9f','\x67','\x65','\x0e','\xdf','\x67','\x52','\x7f','\x23','\x12','\xa0','\xfc','\x27','\xf4','\x2d','\x42','\x33','\x0a','\x0b','\xe0','\xd1','\xc0','\xa3','\x1a','\xfd','\xd8','\xf2','\xc5','\x9e','\x10','\x6a','\x45','\xcc','\xae','\x00','\x6b','\x34','\xe9','\xf4','\x3d','\x44','\x83','\x77','\x50','\xff','\x70','\x74','\x4e','\xd7','\xeb','\x75','\x3c','\x52','\x46','\x90','\xcd','\x57','\x6a','\xe5','\x06','\xe0','\xeb','\xe1','\x1a','\x41','\x89','\x0c','\x47','\x19','\x6e','\xd5','\x50','\xb3','\x2c','\x08','\xb8','\x24','\xc0','\x94','\xe0','\x92','\x08','\x96','\x4b','\x6c','\x28','\x8a','\xb6','\xf9','\x98','\x83','\x50','\x7d','\x10','\x84','\x4d','\x00','\x14','\x1a','\x82','\x26','\x50','\x45','\xa5','\x4e','\xb8','\xaa','\x9e','\xed','\xef','\x6f','\x14','\xab','\x19','\x75','\x24','\xb9','\xd4','\x2d','\xf2','\x69','\x48','\xde','\xb2','\xaf','\xe8','\xaf','\xbc','\x57','\xfe','\x0e','\xcd','\xa6','\x37','\xe0','\x85','\x5c','\xad','\x44','\x69','\x43','\x95','\xb6','\x09','\xaa','\xac','\x04','\xb7','\x21','\x3d','\x0e','\x4e','\x98','\x11','\xc3','\xd5','\x9f','\xa7','\x4a','\xaa','\x3f','\x93','\xb6','\x95','\x74','\x74','\x7f','\xe7','\x68','\x53','\x87','\x8a','\xca','\x8b','\xa6','\x00','\xf6','\x19','\xd5','\xf5','\x95','\x70','\xbc','\xad','\x19','\x60','\xbd','\xae','\x70','\xbb','\xad','\xb0','\xdc','\x92','\xf8','\x47','\x73','\x85','\x4a','\x5c','\xff','\xb6','\xea','\xc3','\x2e','\x03','\xc0','\xfe','\xd4','\x99','\x80','\xea','\xa6','\x52','\x72','\x1b','\xfd','\xf4','\x58','\x64','\xc0','\x54','\xdc','\x79','\x94','\x49','\x41','\x1b','\x0e','\xf8','\xda','\x73','\x66','\x27','\x77','\xba','\x3e','\x71','\xcc','\x2a','\x5c','\xe4','\xee','\xac','\xa0','\xfd','\xfd','\xd1','\xbb','\x5b','\xc4','\x5d','\x31','\x24','\x34','\x7f','\xd4','\x8a','\xf1','\x81','\x32','\x86','\xf7','\x54','\xbf','\xa9','\x42','\x74','\x9f','\x4a','\x2a','\x5e','\x85','\xdb','\xad','\xf0','\x39','\x74','\xa4','\x08','\xdf','\xe7','\xd1','\xde','\x7d','\xbd','\x32','\xf8','\x55','\x9a','\x1b','\xf2','\xbf','\x0c','\x7a','\x00','\x3b','\x25','\x47','\x5b','\x92','\xe5','\x25','\x5d','\xdd','\xae','\xad','\x28','\x16','\xd2','\x54','\xb5','\x2e','\xde','\xfb','\xc3','\xab','\x3f','\xfc','\x3d','\x7d','\x60','\x0f','\x6b','\x00','\xbc','\xbf','\x4f','\xa2','\x37','\xf7','\xf0','\x07','\x9a','\x54','\x2a','\xe1','\xde','\x77','\xaf','\xfd','\x81','\xfa','\x77','\x50','\x99','\x92','\x6c','\xa0','\x40','\xee','\x4c','\xd2','\x41','\x96','\x2f','\x45','\x5b','\x7d','\xbe','\x95','\x66','\x2b','\x43','\x82','\x60','\xde','\x55','\xde','\x59','\x78','\x71','\x6f','\x60','\x12','\xe5','\x7e','\xeb','\xa0','\xcf','\x89','\xb2','\xa5','\xac','\xd3','\x68','\x1c','\xfc','\xe0','\x60','\x36','\xf2','\x87','\x57','\x7b','\xd8','\xa3','\x01','\xa0','\x18','\x1a','\x96','\x1a','\x4c','\x8c','\xc9','\x1b','\x34','\x6c','\xd4','\xe1','\x22','\xc5','\xa4','\x7e','\x88','\xde','\xa3','\xab','\xeb','\x87','\xb6','\x32','\x34','\xee','\xa0','\xf0','\xdb','\x05','\x79','\x6a','\x39','\x62','\x1e','\x0e','\x14','\xef','\xe1','\xfc','\xd5','\xfa','\xea','\x48','\x65','\x3c','\x40','\x9a','\x5f','\x50','\xad','\x60','\x5e','\x01','\x88','\x32','\x10','\x21','\x24','\x02','\x58','\x2e','\x65','\x5f','\xd0','\xfb','\xfb','\x5b','\xf7','\xfe','\xee','\x1e','\xa0','\x54','\xfd','\xe9','\x4c','\xa1','\x07','\xa4','\xcc','\xbe','\x55','\xd5','\x5e','\x4f','\x0d','\xbe','\x48','\xd1','\xd0','\xb7','\x77','\x94','\x92','\x56','\x4e','\x5f','\x60','\x73','\x21','\x8b','\xee','\xdb','\xfc','\x4f','\x9d','\x7f','\x1d','\xa0','\x6a','\x1a','\x4b','\xd7','\x06','\x11','\xce','\xf6','\xb9','\x77','\x51','\x20','\xd3','\x21','\xe7','\xfb','\xe0','\x73','\x99','\x9f','\x11','\xc1','\xed','\x4f','\xa5','\x47','\x5d','\xab','\xbe','\x92','\x98','\xd7','\x89','\xd2','\xa2','\x00','\x3c','\x65','\x82','\xdb','\x2d','\xc3','\xc7','\xcf','\x1b','\x2c','\x09','\xe1','\xf2','\x7e','\x91','\x88','\x4e','\xbc','\x17','\xa1','\xac','\x59','\x57','\x30','\x8f','\xa4','\x98','\x31','\x02','\x2c','\x08','\x44','\x25','\xd4','\x65','\xae','\x69','\x46','\xa3','\x50','\x47','\xc1','\x91','\xbd','\x71','\x50','\x56','\x49','\x8d','\xc2','\xc5','\x4c','\x64','\x4b','\x66','\x90','\x4b','\xb7','\xd7','\x07','\x03','\x5e','\x75','\x06','\x8d','\xc6','\x86','\xd8','\x1d','\x66','\xf9','\xe9','\x69','\x34','\x82','\x4c','\x7f','\xf9','\xc3','\x3d','\xd4','\x94','\xf5','\x3a','\x83','\x94','\xdb','\x5b','\xa3','\x81','\x8b','\xf6','\xc6','\x87','\x47','\x04','\xc0','\x84','\xb0','\x48','\xc4','\xa4','\x36','\xa0','\x29','\xd7','\x98','\x4a','\x54','\xf7','\xff','\xae','\x2c','\x53','\x48','\xc6','\xd3','\xa6','\x2b','\xf5','\xb3','\xe9','\x01','\x7d','\x79','\xf3','\x45','\xc5','\x08','\x3a','\x23','\xec','\x5f','\x3a','\x4c','\x4d','\x61','\xd6','\x48','\x40','\xb8','\xbf','\x4d','\xfc','\x1b','\x76','\xb6','\x06','\x16','\x44','\x50','\x3c','\x72','\xb0','\x18','\xed','\x8a','\x87','\x03','\x16','\xbf','\x53','\x45','\xc6','\x58','\xa5','\xe6','\x1b','\x4b','\x4d','\xe6','\xeb','\x7b','\xe3','\x9f','\xf4','\x18','\x9e','\x08','\x8e','\x72','\x1f','\x31','\xb4','\xe3','\xeb','\x83','\x74','\x72','\xa5','\xb4','\x48','\x26','\x22','\x80','\xea','\xd5','\x46','\xf5','\xa0','\x32','\xa2','\x8e','\x71','\x02','\x00','\x74','\x8b','\x3b','\x72','\x9f','\x2f','\x78','\x0f','\x90','\xa6','\x75','\x5d','\x8d','\x1e','\x50','\x4a','\x88','\xb2','\xa1','\xee','\x92','\xc2','\xc7','\x63','\x25','\xdf','\x20','\xca','\x99','\x79','\x63','\xc0','\x4f','\xfc','\x82','\xc6','\xf8','\x8c','\x1a','\x75','\x49','\xc6','\xad','\x06','\x40','\x84','\xce','\xc8','\x95','\xec','\xa1','\xf9','\x3b','\xd2','\x62','\x58','\x59','\x1c','\x3d','\x16','\xf0','\xd3','\xf6','\x37','\xb0','\x9b','\x42','\xa4','\x9c','\x7d','\x3a','\xf8','\x61','\xa1','\xfd','\x84','\x72','\x4f','\xa1','\xca','\x48','\x66','\x00','\xc6','\x67','\xf3','\xe7','\x6f','\x09','\x7a','\x02','\x3d','\x97','\x47','\x80','\x84','\xce','\x46','\x68','\x56','\x2b','\x22','\x58','\x6f','\x19','\x6e','\xd7','\x0c','\x1f','\x1f','\x2b','\xa4','\x25','\xc1','\xe5','\x6d','\x29','\x32','\x21','\x15','\x25','\x2c','\xc9','\x3c','\x54','\x16','\xe9','\x9a','\x71','\x82','\x04','\xb4','\x64','\xc8','\xa0','\x2c','\x61','\x75','\xdc','\x73','\xf8','\x67','\x53','\x17','\x5e','\xcd','\xa1','\x7a','\xea','\xb6','\x9f','\x26','\x61','\x9f','\x47','\x0a','\x67','\x9c','\x76','\xf6','\x9b','\x7d','\x86','\xad','\x20','\xe2','\x95','\x47','\x68','\xcf','\x0a','\x2f','\x5f','\x96','\x79','\xa2','\x2a','\xd8','\xaf','\x0a','\x69','\x37','\x38','\xbf','\xe9','\xfe','\xab','\x29','\x0c','\x76','\x00','\xd0','\x14','\x0f','\x52','\xd7','\x5a','\x6a','\x9c','\xa2','\x21','\x6f','\x65','\x80','\xf2','\x57','\xba','\xca','\x80','\x1f','\x65','\x25','\xee','\xb2','\xed','\x65','\x6e','\x94','\x3f','\xef','\xf5','\x49','\xa9','\xb8','\x82','\xb6','\x53','\xd3','\xa9','\x04','\x1d','\x21','\x56','\xdc','\x4a','\x18','\x59','\x9b','\x3d','\x19','\x19','\x7a','\x26','\xed','\xe6','\xaa','\xf8','\x8c','\x4e','\x1b','\x85','\xc4','\x3f','\x9d','\x66','\x36','\xea','\xb9','\x6a','\xbc','\x32','\x2b','\x3f','\xad','\x9b','\x50','\x7d','\x96','\x40','\xe1','\x6e','\x2b','\x89','\x4f','\x28','\x1b','\xe0','\xb1','\x4e','\x7e','\x16','\x16','\xeb','\x56','\xbc','\x8b','\x0b','\xab','\xe6','\x81','\xdc','\x5f','\x51','\x0d','\x8c','\xe3','\x8f','\x12','\x52','\xe6','\x1d','\xcf','\x0b','\xa4','\xc8','\x6a','\x10','\xac','\xe3','\x95','\x10','\xe4','\xbb','\x34','\xa3','\x8a','\xad','\xaa','\xb9','\x3d','\xf3','\x71','\x14','\xaf','\x9f','\xd9','\x37','\xd7','\x65','\x19','\xe8','\x0b','\x7c','\x7b','\xaf','\x0a','\x83','\x57','\xdd','\xbd','\x62','\xb8','\x59','\xa9','\xf4','\x39','\xae','\x08','\xb7','\x8f','\xfe','\xc0','\xd3','\x75','\x5d','\xb7','\x57','\x80','\xd6','\x75','\xed','\x4e','\x4a','\xbd','\x2b','\xb4','\x6a','\xed','\xa3','\x29','\xa6','\xe0','\x24','\xf8','\x10','\x1b','\x0d','\x6f','\x40','\xcf','\xa0','\xb5','\x20','\x53','\xf5','\x30','\x48','\xbb','\xf3','\xf5','\xe6','\x2f','\xdc','\x77','\x10','\x8d','\x7e','\x19','\x29','\xe9','\x9e','\x99','\xf9','\x60','\x85','\x98','\x79','\x34','\xc6','\x3d','\x5c','\x69','\x01','\x3c','\xcc','\x58','\x3a','\x37','\x1e','\x93','\x27','\xf6','\x79','\x44','\xf4','\x10','\x57','\x42','\x63','\x9d','\x90','\xfe','\x7c','\x11','\x65','\xe7','\x33','\xc8','\xcf','\x8b','\x57','\x51','\xf4','\x9e','\x4a','\x8e','\xa3','\x0e','\x5b','\x1c','\x4c','\x7c','\xca','\x04','\xb7','\xeb','\x0a','\xcb','\x82','\xb0','\xbe','\x2d','\xb0','\x5c','\x4a','\x68','\xec','\x8a','\x81','\x8a','\xdb','\x5b','\x02','\x80','\xa5','\x30','\xf2','\x9c','\x2b','\x78','\x81','\x62','\xc1','\x26','\x40','\x58','\x08','\x0b','\x60','\x92','\x60','\x1f','\xd0','\x0e','\x96','\xeb','\xc6','\x64','\xa9','\x44','\xa8','\xc7','\xa8','\x15','\x13','\x16','\x14','\x5a','\xd9','\x44','\x27','\xcc','\x06','\x4d','\xda','\xa4','\xaf','\x1e','\x0e','\x68','\x26','\x27','\xdf','\xdc','\x48','\xaf','\xd3','\x46','\x2c','\x84','\x85','\xec','\xc8','\x80','\x85','\xa3','\xd7','\x67','\xc4','\xdc','\x7d','\xe4','\x3d','\xc1','\x66','\x28','\x08','\x58','\x65','\xfe','\x1a','\x40','\x74','\x0a','\x6d','\x67','\xe4','\xa3','\xbf','\xb5','\x95','\xd1','\x03','\x8d','\x22','\xf3','\x47','\x88','\xc7','\x76','\xc2','\x76','\xc6','\x4f','\x26','\x00','\xa4','\xba','\x6f','\x14','\xca','\xbe','\x1f','\x91','\x83','\xd1','\x39','\x12','\x5d','\xa6','\xbe','\x03','\xcf','\x57','\xfb','\x85','\xbb','\xec','\x75','\xc1','\xe8','\xb9','\x1f','\x72','\x51','\xc7','\xb8','\x9f','\x61','\x2b','\x86','\xa8','\x79','\x5c','\x9d','\x57','\x06','\x41','\x9a','\x76','\xeb','\xd9','\xb3','\xc0','\xfd','\xb4','\x0c','\x7e','\x82','\x87','\xb2','\x87','\x44','\xee','\x7e','\x25','\x83','\x3c','\xf1','\x2b','\x11','\xd4','\x73','\xec','\x5c','\xd6','\xc4','\xd2','\xab','\xac','\xae','\xda','\x40','\x26','\x36','\x0b','\x16','\x3d','\xec','\xf9','\x16','\xf6','\x4c','\x80','\x04','\x0c','\xff','\x53','\xcf','\x8f','\x1e','\xb6','\xbe','\x45','\xf6','\xab','\xa9','\x9b','\x01','\x45','\x43','\x06','\xfd','\x8d','\xd1','\x0b','\x03','\x12','\x10','\x28','\xc6','\x98','\xf8','\x55','\xd6','\x89','\xd7','\x5c','\x8e','\xd8','\xf8','\xf8','\x75','\x75','\xcf','\x69','\x2e','\x08','\x82','\xdf','\xf3','\xc3','\xe8','\xf5','\x33','\xe4','\xc1','\x54','\x19','\xaa','\x32','\x5a','\x68','\xf1','\xdf','\x7e','\xf2','\x91','\x28','\x4b','\x0d','\xc9','\x36','\xc8','\x63','\xc0','\x8f','\xaf','\x43','\xd4','\xf0','\x19','\x00','\x06','\xce','\x4a','\xe5','\x4a','\xe9','\x04','\xac','\x97','\x39','\xdc','\x3e','\x6a','\xab','\x3e','\xe2','\xee','\xc6','\x09','\x94','\x02','\x67','\xea','\xbb','\x51','\xcf','\x30','\xdd','\x04','\xe5','\x9c','\xad','\x6b','\x64','\x38','\x81','\x5f','\x18','\x00','\x6c','\x81','\xcc','\xbf','\x74','\x17','\x4d','\x7d','\x6d','\xe6','\xcc','\xb5','\xf3','\x73','\x75','\x85','\xbb','\x5e','\x33','\x5c','\xde','\x08','\x2e','\x97','\x62','\x95','\xe6','\x80','\x1f','\x89','\x00','\x80','\x10','\x28','\x35','\x77','\x38','\x9e','\x83','\x09','\x52','\xd9','\x07','\x94','\xa8','\xf8','\xfc','\xa2','\x9a','\x03','\xa4','\xe6','\xa0','\xdf','\x13','\x54','\x41','\x13','\x1f','\x48','\xd7','\xb5','\x81','\xd1','\x0f','\x0b','\xa6','\x48','\xc8','\xf0','\xfd','\x9d','\x41','\xf4','\x12','\x53','\x00','\x1d','\xa0','\xdb','\xa8','\x93','\xf0','\x12','\xf5','\xae','\xfc','\xf1','\xbc','\x44','\x80','\x24','\x06','\x4a','\x4e','\x4b','\xe3','\x01','\xd7','\x3d','\x20','\xe5','\x6b','\xc8','\x0a','\xd7','\xe7','\xf2','\x0b','\xdb','\xb9','\xf2','\xa9','\xb0','\xdf','\xef','\x63','\xdf','\xc2','\x0a','\x34','\x7b','\x86','\x16','\x2b','\xf0','\x50','\x82','\x1d','\x24','\x00','\xa8','\xe7','\xfc','\x60','\x6e','\x07','\xff','\x92','\xac','\x04','\xa9','\x57','\x22','\x83','\xc1','\x27','\x92','\xb3','\xb1','\x6c','\x7f','\x87','\x08','\xdc','\x6f','\xc8','\xd5','\xdd','\xfb','\x7f','\x3a','\x19','\x20','\x03','\x9b','\xbc','\xc3','\x90','\xd2','\x4b','\xfe','\xf8','\xae','\xad','\xf3','\x07','\xa1','\xe9','\x9a','\xe5','\x98','\x0b','\x82','\x1a','\xf5','\x47','\xc0','\x90','\xf4','\x2f','\x9a','\x3f','\x8d','\x6d','\xeb','\x3d','\x42','\x50','\x0c','\x17','\x92','\xbf','\x63','\xa8','\x12','\x3d','\x92','\x00','\x08','\x09','\x90','\xb0','\xae','\x06','\x4d','\x7e','\xc6','\xe8','\x7b','\x77','\xd6','\xa1','\xe7','\xd0','\x19','\x78','\xcd','\x4c','\xfb','\x5c','\x3c','\x4e','\x34','\x21','\xa2','\x1c','\xf1','\xe3','\xc9','\x04','\x41','\xf0','\x00','\xa8','\x8b','\x9a','\xa0','\x78','\xef','\x66','\xa5','\x3b','\x86','\x34','\x72','\x7d','\x8b','\x43','\x8e','\x6e','\xa1','\xce','\x70','\x9a','\x45','\x99','\x70','\x7d','\x05','\x50','\xa8','\xe7','\x3a','\xbd','\x61','\xa4','\xb6','\x12','\x36','\x5b','\x9b','\xf7','\xd6','\xb8','\x08','\x9f','\x05','\x40','\xad','\xd9','\x09','\x2c','\xf0','\x29','\xf5','\x56','\x00','\x88','\xdb','\x41','\x01','\x0a','\x8e','\x3e','\x84','\xef','\xff','\x3b','\x47','\x18','\x47','\xce','\xf8','\x23','\x56','\x38','\x34','\x85','\xcb','\xfb','\xdf','\x9b','\xbd','\x3f','\xfc','\x09','\x69','\x3f','\x8f','\x36','\x26','\x19','\xfc','\xb4','\xd3','\x76','\x88','\xca','\x69','\xce','\xb7','\xeb','\x0a','\xd7','\x6b','\x6a','\x7b','\x13','\x10','\xc5','\x6c','\x55','\x0e','\x4c','\x85','\xca','\xe8','\x95','\x2a','\x5a','\x7f','\x67','\xa2','\x1a','\x41','\x2e','\xd0','\xd4','\x18','\x10','\x39','\x49','\xc2','\x82','\x43','\xa7','\x11','\xa1','\xc3','\x56','\xb9','\x66','\x83','\x97','\x84','\xa4','\xe6','\xab','\x14','\x11','\xa0','\xa8','\xa3','\xdd','\x7a','\xb6','\x92','\x69','\xbe','\x49','\x6d','\x8b','\xfe','\x3d','\x7c','\xaf','\x76','\x16','\x85','\x9b','\xaa','\x3c','\x90','\x54','\xab','\x69','\xca','\x22','\xd7','\xa8','\x59','\x64','\x24','\x90','\xb9','\x96','\x6c','\x67','\x48','\xb9','\x13','\xa8','\x1b','\x32','\xdc','\x0e','\x56','\xfa','\x58','\xba','\x3c','\x8c','\x82','\xa2','\x97','\xfb','\x0e','\xf0','\x2b','\x97','\xf3','\x56','\x51','\x96','\x07','\x20','\xf3','\x2b','\xce','\xa0','\x68','\x41','\xbc','\xe9','\x1a','\x11','\xca','\x7e','\x84','\xba','\xf4','\xe3','\xf1','\x6f','\x15','\x31','\xbd','\x32','\x6b','\x1e','\x1e','\xa3','\x63','\x6f','\xec','\x4f','\xa8','\x08','\xf7','\xdc','\xfb','\xad','\xbe','\x37','\x47','\x9f','\xa7','\x43','\xed','\x1c','\xf5','\xbf','\x57','\xd4','\xeb','\xa4','\xee','\xc0','\x4f','\xc0','\x24','\xbf','\x76','\xc5','\x87','\xc9','\xce','\x94','\x53','\x72','\x24','\xb2','\x6d','\xd3','\xf3','\xa9','\x4e','\x54','\x1f','\x1c','\x27','\x32','\xb4','\x35','\xe3','\x86','\xcd','\x83','\xfb','\x96','\xad','\x5a','\xdd','\xea','\x8e','\xb1','\xa5','\x90','\x30','\x87','\xe2','\xfa','\x8d','\xbe','\x4a','\xb6','\xee','\xd0','\xd4','\x5d','\x5d','\x2e','\xfa','\x44','\xe1','\xbb','\xfd','\x83','\xc3','\xfd','\xaa','\x58','\x96','\xe7','\x5e','\x56','\x25','\x6f','\xbf','\xa2','\x51','\x14','\x88','\x64','\xa5','\x55','\x37','\x7a','\x7b','\x7b','\xdb','\x06','\x40','\x12','\x22','\x13','\xad','\xff','\xe2','\x97','\xd3','\x04','\xd2','\xd8','\x04','\x1c','\x60','\xc1','\xcf','\x26','\x0f','\x8f','\x40','\x58','\xaf','\x67','\x6d','\xbe','\xb7','\x45','\xe4','\x47','\xb8','\xaa','\x8f','\x58','\x0c','\x4c','\x70','\x83','\x5e','\x11','\x33','\x5f','\x64','\xef','\xf3','\xbc','\xc0','\xe7','\xfb','\x4b','\x2f','\x40','\x9f','\x36','\x0e','\xaa','\xb5','\xab','\x5e','\x33','\xc0','\x97','\x25','\xea','\x35','\xc3','\xf5','\xa3','\xb8','\xc2','\x2d','\x0b','\x42','\x7a','\xaf','\x91','\x59','\x12','\x00','\x65','\x02','\xc4','\x04','\x69','\x21','\x40','\xcc','\x75','\xa1','\x13','\x2b','\xf0','\x52','\x13','\x9d','\x72','\xdd','\x68','\x0a','\xed','\x1e','\x13','\xb5','\x10','\xc2','\xa5','\x06','\x00','\xc4','\x56','\x37','\xab','\x31','\x46','\x55','\xff','\x3e','\xa4','\xf4','\x44','\x73','\x08','\x1f','\x34','\x00','\x14','\xae','\x4c','\x83','\x6a','\x3e','\xff','\x38','\x60','\xe9','\x0d','\xf3','\x71','\x49','\xb0','\xfa','\xa2','\xf3','\xe1','\x9a','\x10','\x08','\xfc','\x2f','\xa3','\xae','\xe2','\x6c','\x6c','\x8a','\xfb','\xeb','\xe9','\xd5','\x61','\xc5','\x86','\xeb','\xf6','\xcc','\xb2','\x52','\x3d','\x70','\x98','\x52','\x09','\x34','\x52','\x3b','\x83','\xbd','\x97','\x1d','\x9c','\x6d','\x82','\xe9','\x55','\xbe','\xdd','\x5f','\x7a','\x1d','\xaa','\x63','\x42','\xb6','\xc6','\xff','\x29','\x48','\x52','\x11','\x55','\x77','\x2b','\xaf','\x33','\x8a','\x8a','\xc7','\x3c','\x5a','\xf1','\xd8','\x22','\x0b','\x9b','\x2c','\xcb','\xb9','\xed','\xeb','\x96','\x04','\x60','\xe7','\x22','\x0a','\x2f','\xa5','\x12','\x06','\x1b','\xc6','\x6c','\x5b','\x40','\xcd','\x2b','\x19','\x9e','\x0c','\x48','\x0b','\x9e','\x47','\x3a','\x77','\x80','\x29','\xb7','\x9a','\xe1','\xfb','\xc4','\x2f','\xdc','\x10','\x11','\x5c','\x2e','\x97','\xed','\x30','\xd8','\xd1','\x41','\xa8','\x33','\x56','\x6f','\x32','\x55','\x88','\x53','\x6c','\xae','\xfe','\x4c','\x02','\x92','\x21','\xda','\x19','\xfc','\xb6','\x78','\x3f','\x2e','\xab','\x44','\x8d','\xea','\x95','\x22','\x79','\x37','\xfa','\x38','\x11','\x4d','\x58','\x0c','\xc3','\xbe','\xac','\x83','\x3f','\x8b','\x20','\xae','\xa0','\x87','\xdd','\x13','\x22','\x78','\x1b','\xe5','\x11','\xd5','\x67','\x94','\x6e','\x72','\x42','\x50','\xce','\x90','\x3e','\xe1','\x1c','\x28','\x33','\xd9','\x9f','\x5e','\xda','\x1c','\x45','\xf5','\x60','\x45','\x33','\xfa','\x8e','\x2f','\x65','\x30','\x88','\xe8','\x14','\x46','\x38','\x9b','\x01','\x03','\x10','\x3d','\x03','\x2b','\x03','\x67','\x37','\xb8','\x8f','\x15','\x2e','\x97','\x04','\x69','\x49','\xb0','\x2c','\xa9','\xe5','\xce','\x56','\xb3','\x94','\x80','\xd4','\x9c','\x2d','\xf3','\x01','\x81','\x96','\x72','\x88','\xea','\x92','\x53','\x01','\x42','\x00','\x32','\x7f','\x5b','\x13','\x6d','\x63','\x9b','\x2c','\xe8','\x11','\x13','\xf2','\xff','\xb8','\x70','\x49','\x82','\x20','\xd1','\x13','\xf8','\x56','\x30','\x17','\xef','\xea','\xd2','\x3b','\x94','\x85','\xd1','\x0a','\x81','\x76','\x99','\xf2','\x4a','\x34','\x06','\xec','\x23','\x2e','\xba','\xb7','\x99','\x85','\x60','\xc0','\xf3','\xb8','\xfa','\x9b','\x4c','\x7f','\xb6','\x82','\x4c','\xd4','\xdb','\x2f','\x10','\xc4','\xe1','\xb6','\xc4','\xf0','\x7b','\xce','\x58','\xb8','\x76','\x4b','\x0b','\x7f','\x8d','\x9a','\x4c','\xa0','\xc0','\x0f','\xb6','\x2f','\x30','\xf5','\x9e','\x31','\x99','\x0a','\x7a','\x33','\x24','\xc3','\x82','\xe7','\x61','\x2d','\x30','\x21','\x00','\xa5','\xaa','\xb8','\x0d','\xbf','\x87','\xd6','\xc8','\x74','\x6d','\x9e','\xa7','\xe5','\x36','\x30','\x6f','\x6b','\xe1','\x9f','\xfb','\xfb','\x07','\x45','\x5a','\x58','\xee','\xb0','\x55','\x7f','\x88','\x56','\xbf','\x35','\xd6','\x86','\x69','\x3b','\xbd','\x48','\x7f','\x09','\x6b','\x80','\xc1','\x70','\xf2','\x7f','\xbe','\xd4','\xbf','\xe7','\x6b','\x4e','\x8d','\xfc','\xa0','\x69','\x02','\x6a','\x50','\x66','\xac','\xf4','\x13','\x12','\xef','\x63','\x2d','\x00','\x28','\xd7','\xd5','\x58','\xac','\x99','\xc9','\x3e','\x40','\x68','\x61','\xea','\x87','\x46','\x24','\xdf','\xb5','\xd5','\xf5','\x8d','\x5d','\xe1','\x38','\x4d','\xe1','\x05','\x4a','\x26','\x32','\xd0','\x1a','\xa8','\xa4','\xe5','\x59','\xa0','\xe7','\xc8','\x37','\xc5','\xfb','\x0c','\x46','\x13','\x7a','\xb2','\xa9','\x84','\x7a','\x6f','\x24','\x42','\xd0','\xfd','\x95','\xfb','\xa6','\xbd','\xc5','\x05','\x2e','\xe7','\x0c','\x9e','\x04','\x00','\xe5','\x9c','\xe3','\x28','\x70','\x5c','\xf2','\xa9','\xfc','\x60','\x3b','\xb3','\xa8','\x38','\xaa','\x4a','\xd4','\x66','\x7e','\x0e','\x23','\x19','\x56','\x1e','\x7d','\xec','\xcd','\x28','\x04','\x07','\x68','\x34','\x90','\x42','\x65','\xd9','\xa6','\xe2','\x74','\x94','\xa9','\x45','\xe8','\xa1','\xe0','\x83','\x3f','\xca','\x27','\x0e','\xbc','\x9f','\x73','\x7e','\x9d','\x43','\x70','\xff','\xd2','\x5d','\xf4','\x7c','\xb5','\x65','\xbf','\x02','\x4d','\x59','\x53','\xdb','\x60','\x73','\x86','\xdb','\x0d','\xe1','\xd7','\xaf','\x12','\x11','\x2e','\xfd','\x00','\xc0','\x94','\x9a','\xb2','\xc6','\x20','\xa8','\xbe','\x9b','\x33','\x01','\x24','\x82','\x44','\x08','\x70','\x49','\x35','\x8f','\x92','\x57','\x5e','\x73','\xd3','\xff','\xd8','\x42','\xd6','\xf4','\xbd','\xb8','\x5a','\xfa','\x01','\xba','\x74','\xcc','\x3f','\xdc','\xbc','\x7d','\xb8','\x0f','\x0f','\x66','\x60','\x83','\xff','\xc4','\x0d','\x31','\x7c','\xad','\x75','\xb3','\x2d','\x6c','\x42','\xcf','\x38','\xc2','\x56','\x44','\x70','\xa2','\xb2','\x34','\x92','\x12','\x86','\x15','\xf8','\x00','\x40','\x75','\x3d','\x7c','\xa2','\x72','\x73','\x52','\xd6','\x5b','\xf2','\xe1','\x11','\x1a','\x56','\xaf','\x62','\x8f','\xc4','\x28','\x05','\x71','\x3b','\xbd','\x23','\x1e','\xdb','\x8c','\x7d','\xb4','\xee','\xa9','\x83','\x5f','\x74','\xcd','\x51','\xdf','\xa6','\x24','\x2f','\x6a','\x4c','\x87','\x2e','\x3e','\x99','\x61','\xf8','\xe2','\x5f','\xd4','\x84','\xf4','\x97','\x14','\x9d','\xcc','\x1d','\xbf','\x1d','\xc9','\xea','\x4f','\xf7','\xc0','\x29','\xcb','\x8a','\x51','\xa2','\x4a','\x42','\x54','\x80','\x4f','\x5e','\x9b','\xb7','\x8f','\xb6','\xc1','\x61','\xc2','\xb2','\x77','\x55','\xf2','\x55','\x06','\x25','\xad','\xe3','\x6a','\x39','\xa1','\xd2','\xfa','\x49','\xc4','\xf2','\xb1','\x80','\xaa','\x23','\x0d','\xe5','\xfa','\x36','\x3c','\x77','\xf8','\x6b','\x1f','\x98','\xd4','\x0d','\x60','\x31','\xdd','\xc7','\x0d','\x72','\xce','\xdd','\x42','\xce','\xc7','\xc7','\xc7','\x7e','\x10','\x84','\x68','\x89','\xa8','\xd6','\x4c','\xff','\x71','\xcf','\xe2','\x2e','\x69','\xb7','\x8b','\x5b','\x8c','\x77','\xe5','\xea','\xde','\x1a','\x68','\x6c','\x06','\x69','\x7a','\x64','\xa4','\x65','\xbd','\xbb','\xcf','\xe7','\x7f','\x68','\x69','\x60','\xf5','\x03','\xea','\xea','\xd2','\x0d','\xa4','\x3d','\x72','\xba','\x86','\x1e','\xe4','\xae','\xe6','\xf6','\x35','\x6a','\x7f','\xf9','\x50','\x53','\x89','\x6e','\xe5','\xf3','\x1c','\x19','\x4f','\x46','\xd0','\xf7','\x41','\x92','\xb0','\x8d','\x9f','\x44','\xaf','\x24','\xf0','\xda','\xf7','\xdb','\xf8','\xf8','\x81','\xf9','\xe4','\x25','\x57','\x7e','\x22','\xe6','\xf8','\x50','\x7e','\xe1','\x2c','\xd9','\x28','\xbe','\x86','\xc5','\xee','\xe6','\x35','\x42','\x5e','\x49','\xb9','\xc2','\x25','\xb8','\xbc','\x55','\x81','\xc2','\x87','\xa0','\x72','\x31','\x58','\x6d','\x4d','\x6b','\xb5','\x94','\x27','\x28','\x11','\xad','\xde','\xca','\xf3','\x2b','\x00','\x20','\x65','\xe0','\x33','\x00','\xb8','\x18','\x74','\xae','\x70','\x52','\xb8','\xb6','\xa4','\x11','\xa8','\x15','\x94','\xe6','\xcb','\x1e','\x52','\x74','\x7b','\x82','\xb1','\xdf','\x63','\x44','\x46','\x3d','\xaf','\xa3','\x71','\xa5','\x9a','\xe2','\xef','\x6d','\x57','\xc6','\xbf','\x64','\x4a','\xdd','\xf8','\xd5','\x73','\x32','\xef','\x32','\x85','\x5a','\xb3','\x56','\xe5','\x68','\x75','\xe0','\xf4','\x19','\xb2','\x83','\xaf','\x36','\xa7','\x24','\x01','\xc8','\xbe','\x85','\x87','\x6d','\x60','\x51','\x80','\x8d','\x31','\xda','\x2c','\x9f','\x15','\xd5','\x38','\x9c','\x07','\x8a','\x16','\x2c','\xd8','\x70','\xdd','\x12','\x44','\x81','\x7f','\xa7','\xc6','\x97','\x88','\xda','\xc6','\x60','\x3e','\xef','\x07','\x80','\x5c','\x9c','\x12','\xb7','\x96','\x67','\x62','\xce','\x43','\x6c','\x29','\x80','\xfe','\x56','\xd4','\x97','\x86','\x05','\x44','\x6c','\x04','\xdb','\x8d','\xd1','\x54','\xdb','\xa2','\xdd','\x32','\x37','\x9e','\x1f','\x2b','\x69','\x9b','\xbe','\xdc','\xe8','\x34','\xa8','\xc3','\x68','\x74','\x4d','\xe1','\x5d','\x37','\xb5','\xbb','\x0c','\x4c','\x89','\x66','\x04','\xf9','\x84','\xe1','\x2f','\xbc','\xab','\xb7','\x3e','\x47','\xde','\x0e','\xf5','\x37','\xa0','\x60','\x8e','\x17','\x2e','\x57','\x74','\xb8','\xba','\x4f','\x35','\xd9','\xb9','\x2e','\x5e','\xd8','\xb9','\xfe','\x47','\x4e','\xe7','\xe3','\x7d','\x3c','\x64','\x79','\x08','\x83','\x0f','\x61','\x7a','\x64','\x27','\x11','\xeb','\x89','\x5d','\x84','\xb9','\xca','\xa8','\x59','\x9f','\x29','\xc1','\x83','\x5a','\xce','\xc3','\xf1','\x6a','\xe6','\x32','\x57','\xda','\xc9','\x00','\xf0','\xdf','\x71','\x90','\x97','\xbf','\xb9','\x57','\xa8','\xba','\x52','\x6c','\x61','\x98','\x77','\x38','\x12','\x28','\x3e','\xb6','\x25','\x32','\xea','\x6f','\x06','\x41','\xe0','\xdf','\x21','\x53','\xf2','\x56','\xd2','\x8d','\x96','\x1b','\x4b','\x15','\x5f','\xee','\x70','\x3a','\xdf','\xc1','\xa3','\xb4','\xc6','\x85','\xad','\xbb','\x17','\x05','\x59','\x18','\x4f','\xc6','\x96','\x64','\x10','\xe9','\x88','\x2b','\x66','\x6e','\xb7','\x07','\xad','\x5d','\x71','\x70','\x87','\x9a','\xb5','\xd9','\xdf','\x43','\x44','\x00','\xb9','\x09','\x63','\xf3','\xd1','\x7d','\x25','\x8e','\xe9','\xa0','\x77','\x51','\x5e','\xd7','\x4f','\x71','\x7d','\xfb','\xae','\xf4','\x0a','\x42','\xee','\x4b','\xe8','\x80','\x16','\x6b','\x54','\x29','\x6d','\xda','\x82','\x32','\xee','\xf3','\x5a','\x18','\xea','\xc7','\x82','\xb0','\x5c','\xd6','\x12','\x10','\xe1','\x52','\xd2','\xf0','\x7e','\x21','\xb6','\x56','\x2d','\x29','\x01','\x42','\x86','\x15','\xca','\x79','\x41','\xe6','\x38','\x47','\x02','\x58','\xab','\xd5','\x4d','\x56','\xb7','\x0b','\x8f','\x07','\xed','\x7a','\x41','\x55','\xa1','\x43','\x25','\x30','\x8c','\x50','\xaa','\xa6','\xad','\xa8','\x79','\xf7','\x7a','\xc2','\x9c','\xe2','\x41','\xf3','\x10','\x72','\xe8','\xd5','\xf2','\x7b','\x07','\xad','\x56','\x94','\xe5','\x7b','\xf2','\xc7','\x42','\xc7','\x83','\x6b','\xd1','\xf2','\x0d','\xcc','\x72','\xd1','\xe7','\x92','\x60','\xe9','\x11','\xcf','\x8e','\xf8','\xfc','\x43','\xb4','\xdd','\xc6','\x0e','\xfc','\xdc','\x41','\xb6','\xaf','\x9b','\xc2','\xc4','\x05','\xa4','\x54','\xa2','\x2b','\x62','\x6a','\x06','\x80','\xf5','\x96','\x95','\xb1','\x4d','\xbd','\x9e','\xca','\x37','\xc4','\x0c','\x2d','\x24','\xb6','\xb4','\x82','\xe7','\xe3','\xc9','\x9c','\x0e','\xfd','\xa5','\x55','\x25','\xc7','\xd2','\x39','\xc8','\x60','\x83','\x3a','\x75','\x4a','\xfa','\x68','\x0c','\xb4','\x6c','\x19','\x7f','\x1c','\x87','\x9f','\xa7','\x3f','\xb8','\x6b','\x28','\xd3','\x70','\xa1','\x40','\xb8','\x9c','\x36','\xb4','\xd5','\x07','\x1a','\xe3','\x10','\xe8','\x08','\xbf','\xf5','\x3e','\x02','\x0b','\xa3','\xc2','\x2e','\xa9','\x85','\xc8','\x62','\x83','\x5e','\x6f','\xd4','\x14','\x46','\xab','\x6a','\x10','\x55','\xe0','\x31','\xe2','\xdc','\x9e','\xf1','\xd9','\x77','\x39','\x70','\x04','\x9e','\x76','\x08','\x13','\x1a','\xbe','\x95','\x52','\x82','\xb7','\xb7','\xb7','\x90','\x97','\x75','\x2b','\x40','\xf7','\x04','\x41','\xd8','\xe2','\x91','\x9e','\xa1','\x0d','\x93','\x3a','\x3e','\xe5','\x65','\x6a','\x47','\x0a','\x08','\x6b','\x66','\xd7','\xdd','\xdb','\x00','\x5a','\x71','\xfe','\x3b','\x7b','\x93','\x86','\xf9','\xd3','\xb0','\x5c','\x03','\x8c','\x08','\xe4','\xc4','\x6d','\xbe','\x96','\x99','\xe3','\xbb','\xdb','\x09','\x37','\xfe','\xeb','\x22','\x0c','\x9f','\x46','\x79','\x5d','\x61','\x19','\x9c','\x98','\xfb','\x27','\xd1','\xde','\xb8','\xff','\xee','\x11','\xe1','\xee','\xa2','\x3b','\x56','\xb9','\xca','\x2a','\x50','\x51','\x84','\xa9','\xae','\xf0','\xb0','\xc3','\x54','\xce','\x04','\xb7','\x8f','\x15','\x3e','\x96','\x1b','\x2c','\x4b','\x53','\xd8','\x10','\xea','\x09','\xf5','\x00','\x90','\xa0','\x5a','\xd1','\x20','\xc1','\x02','\x35','\x40','\x48','\x22','\x00','\xe4','\xdf','\x65','\x53','\x37','\x73','\x15','\xf6','\xa7','\x2e','\xff','\x47','\x65','\x71','\xb7','\x6a','\x96','\xc8','\x1a','\xa6','\x4d','\x7e','\x30','\xa6','\xe7','\x0f','\x03','\x27','\xe0','\x5e','\x64','\xd8','\xb1','\xb5','\x91','\x82','\x68','\x7c','\xdd','\x4a','\xff','\x63','\xfa','\xfe','\x29','\x64','\x56','\xd5','\x4f','\xef','\xc3','\xc6','\xa4','\xad','\xce','\xa3','\x8c','\x00','\xd0','\x22','\xb1','\x95','\x83','\xaf','\x1e','\x28','\xae','\xf6','\x79','\x55','\x95','\x1a','\x98','\xaf','\xdf','\x24','\x25','\x84','\xcb','\x5b','\x2a','\xfb','\xe8','\x88','\x20','\xaf','\x19','\xd6','\x35','\x43','\x5e','\xcb','\xb9','\x3f','\x08','\x50','\x56','\x87','\x94','\x40','\x21','\x1c','\x4f','\x00','\x04','\xd6','\x07','\xee','\xaf','\xf4','\x26','\x8c','\xc1','\x07','\x71','\xfe','\x5f','\x7a','\x11','\x9a','\x67','\x52','\xb8','\xf1','\xeb','\xd5','\x29','\x5e','\xfd','\x99','\x18','\xc3','\xc4','\x46','\xbb','\x16','\xd9','\xb7','\xde','\x31','\xcf','\x25','\x1d','\x40','\x8b','\xd2','\x86','\x50','\x83','\xf8','\x14','\x5e','\x43','\xca','\x6d','\x96','\xeb','\xd3','\x74','\xcc','\x71','\x18','\x9c','\x00','\x97','\x4d','\xd1','\x86','\x0a','\x7d','\x8c','\xee','\x92','\x63','\x6a','\xe7','\x51','\xd0','\xc9','\x5e','\x3d','\x06','\x00','\x48','\xd8','\x07','\x41','\x58','\x96','\x65','\x3b','\x08','\x02','\x1f','\x16','\xa4','\x95','\xbb','\x75','\x5d','\x6b','\xc7','\xde','\xc9','\xfc','\x1c','\x7a','\x23','\xf7','\xbb','\xb3','\x1a','\xaa','\xfb','\x0e','\x4e','\x8c','\xf3','\xad','\x37','\xfa','\x40','\x0b','\x76','\x15','\x46','\x5b','\xce','\x8c','\x75','\xc8','\xbd','\xb7','\x09','\x7e','\x40','\x0d','\xab','\x20','\x4d','\x50','\x2d','\x30','\x9b','\xb9','\x55','\x90','\x83','\x52','\xc5','\x16','\x76','\x75','\x86','\x0d','\xf0','\xe1','\x91','\xba','\x9f','\x5a','\x54','\xda','\x13','\x24','\xfb','\xa4','\xe2','\xff','\x92','\x2e','\x5f','\x9f','\x48','\xbf','\x7d','\xfb','\xb5','\x95','\x76','\x42','\x3b','\xb1','\xbe','\xbb','\x36','\xec','\x29','\x8f','\x57','\xcf','\xfb','\x08','\x40','\x5c','\xe1','\x2e','\x4b','\x09','\x88','\x70','\xb9','\x24','\x90','\x70','\x9f','\x50','\xc6','\x5b','\x31','\xcc','\xd4','\x73','\x0d','\x52','\x09','\x85','\x4d','\x90','\x81','\x72','\x82','\xe5','\x52','\xdc','\x0d','\x28','\x27','\x20','\xcc','\x7d','\x88','\xe9','\xea','\x5e','\x24','\xaa','\x9e','\x98','\xe7','\xc0','\xf2','\x87','\x57','\x24','\x02','\x89','\xfa','\x13','\x32','\x16','\x00','\x18','\xac','\x59','\x99','\x14','\x2d','\x69','\xdf','\x5a','\x0c','\xae','\xa6','\x09','\xdb','\xf7','\x96','\xa2','\x88','\x3a','\xf7','\x38','\xae','\x83','\x19','\x23','\x4f','\x9e','\x3f','\xdb','\xac','\xb0','\x02','\x64','\xa5','\x70','\xf4','\x35','\x3e','\x56','\x3f','\xaf','\x10','\x75','\x81','\x21','\xd8','\x68','\x25','\x3f','\x76','\x2b','\xb9','\x41','\xce','\xf5','\xad','\xce','\x30','\x09','\x75','\x9d','\x38','\x9a','\x2b','\x34','\x79','\x47','\x2a','\xe2','\x14','\x02','\x40','\x46','\x19','\x0f','\x06','\xb0','\xa2','\xbb','\x3e','\x60','\x64','\xbb','\x4f','\x21','\xd2','\xb6','\xec','\x60','\x4c','\x87','\x99','\x46','\x28','\xad','\xcd','\xe9','\x60','\xb9','\xcf','\xfd','\x26','\x55','\xcc','\xe0','\x3b','\x3f','\x28','\x4b','\xbf','\xd2','\x5e','\x31','\x53','\xe6','\x41','\xfd','\xf3','\x20','\xfd','\xe6','\xb2','\x71','\xd0','\x1f','\x7a','\x11','\xa6','\x44','\x29','\x6d','\xc0','\xc4','\xae','\xd8','\x50','\xd3','\xb1','\x37','\x2d','\x03','\xb6','\x4c','\x12','\x41','\x80','\xa6','\x2c','\xd6','\xab','\xdb','\x70','\x6e','\xc6','\x91','\x68','\xd5','\x66','\xea','\x73','\xca','\x8b','\x46','\x53','\x3e','\x44','\xb3','\xa3','\x60','\x2b','\x6a','\xa9','\xbd','\xa7','\xfb','\x2c','\x00','\xa0','\xea','\x56','\x0e','\xe6','\xaf','\x0f','\xf0','\xc6','\x24','\x00','\xe8','\x7a','\xbd','\x86','\x51','\x12','\x3e','\x83','\xc8','\xfd','\xb8','\x87','\x71','\x68','\x99','\xe2','\xf7','\xd1','\xe8','\x8b','\x7b','\xf2','\x1e','\xea','\x1f','\xfe','\x99','\x53','\x16','\xcd','\x52','\x27','\xbb','\x1f','\x54','\x1f','\x51','\x5d','\x6f','\x7b','\xe1','\xa8','\x8e','\x6c','\xe3','\xe3','\xc9','\x3c','\x1c','\x5b','\x92','\x30','\x2c','\xf0','\x01','\xda','\x73','\x7d','\xfb','\x0b','\x7e','\xfe','\x00','\x8a','\x80','\xf8','\xc4','\xe7','\x16','\x96','\xec','\xd3','\x0e','\x18','\xbc','\x06','\x38','\xb7','\xeb','\x0a','\xbf','\x16','\x84','\xb4','\x20','\x20','\x5c','\x60','\xb9','\x24','\x80','\xc4','\xbe','\xd4','\x04','\x90','\x01','\x52','\x82','\x12','\x28','\x01','\x00','\x30','\x67','\x00','\x4a','\xc2','\xb9','\xd8','\x9a','\xc6','\x06','\x8e','\x8c','\x3c','\xd7','\xca','\x64','\x14','\xb5','\xca','\x2b','\x3c','\x35','\x34','\xf6','\x4b','\x83','\x20','\xa8','\xfe','\xe4','\xfc','\xf3','\x33','\xa7','\x9e','\xd3','\x47','\x47','\x3c','\xd0','\xb8','\x38','\x92','\x4a','\xc8','\xfc','\xe2','\x89','\x55','\x3c','\x4a','\xcd','\xf2','\xaa','\x28','\xd2','\x12','\x1e','\xa4','\xf6','\xbd','\xb0','\xae','\x40','\x4e','\x5a','\xb8','\x8e','\xe6','\x0f','\x1c','\x35','\x0a','\x0d','\xf8','\x61','\x83','\x58','\xa6','\x1a','\x65','\x4a','\x7f','\x0b','\x36','\xca','\x69','\xe0','\x63','\x33','\x35','\xdf','\xfc','\x09','\xdd','\x13','\x77','\xc5','\x16','\xa6','\xff','\x4b','\x7f','\xe9','\x05','\x28','\xaf','\x19','\xd2','\xb2','\xe1','\xfe','\x66','\x8c','\x08','\x24','\xab','\xdf','\xa4','\xf9','\x63','\x4d','\xcc','\x06','\x98','\x88','\x1d','\xb1','\xae','\x17','\x6e','\xbb','\xf3','\x16','\xc5','\x19','\x3a','\x32','\x89','\x9f','\x31','\xe1','\x7d','\x11','\x81','\x8d','\xc3','\x44','\xb7','\x0c','\xe1','\x90','\xa5','\xae','\xdf','\x54','\xff','\x78','\x1c','\xc3','\x8b','\x3b','\x9b','\x51','\xe0','\x78','\x79','\x48','\xbb','\xc0','\x3d','\xec','\xea','\xa3','\x84','\xe2','\x48','\x80','\x5a','\x8c','\x37','\x28','\x6f','\xc3','\x12','\x34','\xda','\x7b','\xc4','\x00','\xd6','\x9c','\x14','\x3f','\xa8','\x63','\x28','\x14','\x75','\xb9','\x41','\x21','\x43','\x50','\x24','\xf2','\xa6','\xf9','\x78','\xda','\x65','\x4f','\xf7','\x76','\x38','\x90','\xab','\x6d','\xd5','\xea','\x6b','\x9b','\x64','\x37','\xcd','\x31','\x58','\x19','\x56','\xdf','\xd0','\xcc','\xbe','\x1f','\x3d','\x2e','\xfe','\xd2','\xef','\x46','\xf6','\xfc','\x9e','\xc9','\x57','\xec','\x24','\x08','\xc1','\x8f','\x5d','\x99','\xc5','\x8a','\xd4','\xd9','\x9a','\xc5','\x2e','\xa0','\xb7','\x8f','\x15','\x7e','\xa9','\xbd','\x0b','\x69','\xa9','\x56','\xa1','\x1a','\xc4','\x84','\xa0','\x84','\xf0','\x6d','\x16','\x6f','\x00','\xd4','\xcb','\xdc','\x84','\xb5','\x9c','\x0c','\x74','\x2b','\xe7','\x04','\xb1','\xa5','\xad','\x55','\x93','\x2d','\xe5','\x6d','\x6e','\xb1','\x8d','\xee','\x15','\x86','\x75','\x38','\xbf','\xb9','\x0f','\xcd','\x6f','\x97','\x40','\xdc','\x21','\xa8','\x7b','\xb4','\xf9','\xdb','\xdc','\xda','\xe8','\x80','\x89','\xbe','\xe1','\x55','\x1f','\x0e','\x8f','\x6a','\x56','\x86','\x02','\x83','\x3c','\xba','\x77','\x7d','\x39','\x7b','\x45','\x6a','\xac','\x15','\x75','\x9b','\x11','\xb0','\x22','\x67','\x6c','\x01','\x76','\x2f','\xcd','\x39','\x5a','\xb7','\x0e','\x13','\xcb','\xab','\x3e','\x9d','\xc1','\xa8','\xae','\x6a','\x1e','\x5e','\x05','\xd3','\x75','\x76','\xaf','\x26','\x6c','\xf3','\x86','\xa3','\x53','\xe5','\x95','\x4a','\x34','\xa4','\xba','\xf2','\x63','\x56','\xe6','\xb8','\xe9','\x6a','\xe0','\x73','\x9d','\x83','\x62','\x79','\xe2','\xc6','\x72','\x3c','\x7c','\xc1','\x11','\xba','\x4b','\xb5','\x2a','\x4b','\xf2','\xcf','\x03','\x34','\xe3','\xe3','\x18','\x06','\x14','\x79','\xee','\xc4','\x8f','\xf4','\xd7','\x43','\xf4','\x00','\x28','\x7c','\xb8','\x6c','\x9f','\xd1','\x0b','\xf0','\xc8','\xfb','\xe9','\xf3','\x2a','\xcf','\x40','\x88','\xa8','\x01','\x22','\xd1','\xc3','\x6a','\x1a','\x6f','\x6b','\x30','\x53','\x9a','\xf9','\x06','\x04','\x4c','\xac','\xba','\x38','\xc8','\x39','\x6b','\x40','\x50','\x7c','\x6a','\xc7','\x24','\xf2','\xcf','\x1b','\x00','\x75','\x85','\xba','\xc4','\xae','\xe8','\x91','\x0e','\xbf','\x59','\xea','\xf8','\xa7','\xdc','\x44','\x2a','\x6e','\xee','\x8a','\x3b','\x13','\xe9','\x17','\x2c','\xbf','\xdb','\x92','\x57','\xd2','\xb7','\x04','\xc3','\x79','\xbd','\xe9','\x02','\xb7','\x2c','\x0b','\x5c','\x2e','\x17','\xa3','\xe4','\x2e','\xcb','\xb2','\x0b','\x08','\x37','\xf7','\xff','\x9c','\x31','\xee','\x36','\x05','\x77','\xbb','\xe1','\xb1','\xca','\x34','\x90','\xdd','\x49','\x44','\xee','\xba','\xfb','\x96','\x2e','\x41','\x3b','\x97','\x84','\x54','\xa4','\x8f','\x49','\x30','\xa9','\x74','\x86','\xe6','\x32','\xa1','\xca','\x38','\x34','\x08','\xcf','\xa3','\xbf','\xc0','\xe7','\xf7','\xa4','\x88','\x27','\xce','\xbf','\xe8','\xde','\xd5','\xdc','\x3d','\x18','\xef','\x6c','\xa9','\x26','\x15','\xe9','\x8d','\xe7','\xe8','\x5a','\x5d','\xe1','\x52','\x75','\x85','\x43','\x4c','\x85','\xd7','\x57','\xa5','\x8d','\xe7','\x50','\x42','\x00','\x58','\x2a','\x50','\xaa','\x1b','\x1a','\x90','\x27','\x0a','\x12','\xe0','\xad','\x16','\x76','\xcb','\x2d','\xa4','\x3c','\x10','\x98','\xf5','\xf1','\x0a','\x1a','\x78','\x8e','\x09','\x44','\xfa','\xae','\x43','\xfc','\x01','\x25','\xe9','\x6c','\x6a','\xab','\x6c','\x0f','\xae','\xac','\xed','\x30','\x6f','\x89','\xab','\x30','\x42','\x40','\xe1','\x4b','\x3a','\xcf','\x33','\x3f','\xb6','\x1b','\xe7','\x02','\xff','\xd0','\x00','\x20','\x13','\x96','\x15','\x8e','\x7d','\xae','\xb6','\x5f','\xc0','\xbe','\x28','\x96','\xe2','\x0a','\x7e','\x52','\xdd','\x47','\xa7','\xc3','\xec','\xe6','\x5c','\x56','\x82','\x46','\x16','\x3b','\x5d','\x2b','\xef','\xca','\x27','\x2e','\xa5','\x8f','\x74','\x17','\x72','\x5f','\x34','\xb0','\x6e','\x1e','\xd7','\xce','\x08','\x8b','\x30','\xf2','\xef','\xb7','\xd0','\xc4','\x5f','\x9f','\x5e','\x88','\x9f','\x7c','\x3a','\xe9','\xa1','\xe5','\xda','\xbf','\xb5','\xfa','\xe3','\xf3','\xf0','\x71','\x09','\x08','\x14','\x6f','\x44','\x28','\xfb','\x5a','\x49','\x71','\x01','\x76','\xd5','\x46','\x10','\x23','\xa0','\x75','\x0f','\x85','\x96','\x4e','\xcf','\x03','\xac','\xf9','\x44','\x21','\xb9','\x67','\x48','\x4f','\xa9','\x08','\x1b','\xb1','\xf1','\xe8','\xc4','\x29','\xa7','\xbb','\xa1','\x19','\x42','\x62','\xeb','\x5f','\xf1','\x94','\xa2','\x70','\x4c','\xa2','\xbb','\x22','\xc5','\xcf','\xd0','\xed','\x01','\x42','\x44','\xb8','\x0c','\xf6','\xb6','\x9b','\x15','\x20','\x6f','\xad','\xda','\x72','\x77','\xd2','\x4c','\x79','\x28','\x57','\x2a','\x5a','\x6d','\x35','\xeb','\xf3','\x41','\x50','\x1d','\xcc','\x69','\x82','\x7c','\x7c','\x43','\xcd','\xe3','\xfa','\x0f','\xe9','\x14','\xfc','\xf1','\x3a','\x01','\x15','\x57','\x35','\xcc','\x30','\x48','\x38','\x6a','\x6b','\x0b','\x67','\x18','\x44','\xf8','\x98','\x18','\x41','\x58','\xad','\x6c','\x6c','\x1d','\x54','\xba','\x84','\x44','\x08','\xd1','\xd5','\x1a','\x32','\x28','\x6f','\x3d','\x80','\x6d','\x63','\xe3','\xba','\x13','\xf8','\x40','\xd7','\xfd','\xaf','\xfb','\x5b','\xa1','\xdf','\x42','\x14','\x7b','\xf4','\xe3','\xcd','\x54','\x5b','\x34','\x18','\x83','\x3d','\xe8','\xa9','\x03','\x58','\x2d','\x45','\x8a','\x31','\x59','\xeb','\x73','\x54','\xc2','\xf4','\x5e','\x7f','\xdd','\x60','\x49','\x00','\x80','\x6f','\x70','\xb9','\x24','\x93','\xb6','\xec','\x97','\xc3','\x62','\xed','\x46','\xa8','\x1b','\x41','\x11','\x10','\x72','\xad','\xc6','\x62','\xcd','\xdc','\x12','\xf9','\x8a','\x8b','\xe7','\xf9','\xa9','\xe6','\x16','\x33','\xe2','\x2f','\xc2','\x3f','\xe7','\x4c','\xa7','\x0d','\x0b','\xd1','\xb4','\x15','\xe8','\xf1','\x2a','\x88','\x60','\x43','\x28','\x6e','\x7b','\xa6','\xcf','\x15','\x6d','\xf0','\x2d','\xa3','\xe3','\xa3','\x1a','\x23','\xba','\x1d','\xfc','\x89','\x77','\xfa','\xae','\x13','\xe0','\x6c','\x94','\x7a','\x62','\x7f','\xc8','\xca','\x0f','\xd8','\x6f','\x7b','\xbc','\x48','\x25','\x57','\x07','\x2f','\x1b','\xf0','\x93','\x78','\x5e','\x54','\xf0','\x99','\xa9','\x9e','\x2b','\xc7','\x2e','\x70','\x60','\xfa','\x2b','\x94','\xa1','\xba','\xaf','\x4d','\x9b','\xd8','\x7e','\xa0','\x3e','\x48','\x5c','\xdd','\xa0','\x92','\xfc','\x2d','\x9b','\xd1','\xc1','\x7e','\xb7','\x76','\x86','\x14','\x36','\x7f','\x21','\x95','\x2d','\x9a','\x3a','\x7d','\x67','\x43','\xdc','\x67','\xcb','\x8c','\xa7','\x94','\x13','\xeb','\xa9','\x2f','\x4c','\xc7','\x2a','\xc7','\x7b','\x4e','\x01','\xa0','\xcc','\x21','\x50','\x11','\xdf','\xa6','\x78','\xb5','\x43','\x50','\x08','\xdd','\x87','\x67','\x20','\xb4','\x2c','\xd5','\xcd','\x3b','\xf3','\xa3','\x6a','\x94','\xd3','\x7b','\xf8','\xba','\xfa','\xd9','\xaa','\x34','\x60','\xb5','\x53','\x9b','\x09','\x9d','\xf1','\x69','\x14','\xe6','\xdd','\x10','\xa2','\xb0','\x26','\x96','\xc7','\x95','\x57','\x33','\x2b','\xf0','\xf6','\x97','\x19','\x91','\x16','\xad','\xf4','\x2c','\xcb','\x12','\xea','\xaf','\xa2','\xf9','\xae','\xeb','\x0a','\xb7','\xdb','\xcd','\x3c','\x1c','\x45','\x7f','\xe9','\xf8','\xd0','\x56','\x8d','\x74','\x16','\xbb','\xd6','\x85','\x98','\xc9','\x92','\xfb','\x57','\x06','\x00','\xd5','\x7f','\x2c','\x02','\x32','\x0a','\x16','\xb8','\x47','\x1a','\x99','\xcf','\xb6','\x21','\x7c','\xa4','\x46','\x97','\x54','\xa3','\x6a','\x5c','\xa2','\xb0','\xcd','\xcc','\x3f','\xf5','\x51','\xe4','\x2c','\x07','\xdf','\x3f','\xa1','\x05','\xef','\x71','\xba','\xdd','\x6e','\x43','\x64','\xec','\xe9','\x2f','\xf8','\x71','\xf4','\x59','\xca','\xe5','\x24','\xcd','\xba','\x3b','\x1e','\xcb','\x14','\xc6','\x88','\x9f','\x35','\x51','\x06','\xe7','\xd4','\xee','\x23','\x80','\xac','\xcc','\xf3','\x0a','\x8d','\x18','\x05','\xba','\xcc','\x8b','\x12','\x44','\x99','\xe0','\x76','\xcd','\xf0','\x2b','\xad','\xb5','\x31','\x17','\x09','\x8a','\x00','\x50','\x14','\x39','\xc4','\x45','\x9d','\xad','\x40','\xb0','\x00','\x9a','\xd5','\x22','\x01','\x5c','\xd5','\x6a','\x50','\xce','\x3d','\xb3','\x0a','\x60','\xe7','\xa2','\x05','\xed','\xbd','\x6f','\xa5','\x5f','\xbd','\xe2','\x74','\xec','\xd8','\xd4','\x63','\x93','\x64','\xc4','\x72','\xb6','\x9a','\xee','\x41','\x43','\x28','\xc2','\x9e','\xf5','\x9d','\x11','\x3a','\xe5','\x25','\x32','\x20','\x91','\x71','\x63','\xe9','\x69','\x0b','\xf8','\x70','\x3e','\x0c','\x7e','\x96','\x25','\x55','\x8b','\x31','\x18','\xd0','\x43','\xf5','\x90','\xe0','\x56','\x0f','\xae','\x62','\xfb','\x48','\x5e','\xb1','\xd0','\x37','\x1d','\x66','\xba','\x9b','\x58','\x49','\xd3','\xab','\x83','\xfd','\xdc','\x53','\xa0','\x4c','\xdb','\x64','\x76','\xf5','\x05','\x57','\x50','\x48','\xaf','\x65','\xae','\x7a','\xad','\xda','\x04','\xa4','\xfb','\x5a','\x7f','\xaa','\x57','\xe4','\x37','\x93','\x64','\x44','\xd8','\x46','\x3b','\xd8','\x7d','\xb4','\x9c','\x93','\x55','\xcd','\x6b','\x6b','\x06','\xc0','\x58','\xa9','\x1e','\x95','\x53','\x0c','\x20','\xb6','\x23','\xf5','\xe2','\x4d','\xe2','\x72','\x08','\x80','\x12','\xb6','\xf2','\x84','\x7f','\x60','\x30','\x50','\x7c','\x7e','\x7d','\x30','\x84','\x33','\x28','\xe6','\xd8','\xfb','\xa3','\x95','\xba','\x5f','\x81','\x1e','\xcb','\x4f','\x74','\x67','\x60','\xc0','\xef','\x2a','\xaf','\x10','\xfb','\xa9','\x96','\x2b','\xbc','\x3d','\x67','\xa3','\x6e','\x91','\xa1','\x64','\x5d','\xd7','\x7d','\x00','\xe4','\x5f','\xfc','\xf8','\xf8','\x08','\x95','\x02','\x59','\x1a','\xdf','\x13','\x70','\x88','\xf1','\x1e','\x1c','\xcd','\x80','\xf7','\xe0','\x1d','\xeb','\x33','\xfd','\xeb','\xd0','\x56','\x45','\xa8','\xe1','\x2c','\x72','\x9d','\x13','\x54','\x8f','\xbb','\x70','\xa8','\xdb','\xb9','\x7b','\x5d','\xb5','\x72','\x03','\x3d','\x55','\x75','\x92','\xfd','\x0c','\xc4','\xed','\x0d','\xf4','\x45','\xf5','\xa7','\x0e','\x91','\x76','\x53','\x26','\x8d','\x67','\x40','\x06','\xfe','\xc1','\x69','\x03','\x7d','\x26','\xab','\xef','\x6c','\x71','\x7b','\x16','\x69','\x2b','\xa6','\x72','\x8d','\xff','\x9a','\xba','\x04','\x1f','\x70','\x0a','\xa7','\x46','\xbc','\x69','\x46','\xd9','\x30','\x83','\xb0','\x82','\x17','\xad','\xb7','\x74','\x00','\x9e','\xea','\xff','\xd9','\x22','\xcd','\x86','\x01','\x52','\xef','\x90','\x30','\x38','\x0e','\x8d','\xcd','\x73','\x01','\xb1','\x1c','\x7c','\xca','\x45','\x13','\xd5','\x00','\x08','\x58','\x2c','\xde','\xb0','\x40','\x09','\xe9','\x9b','\x92','\x94','\x2d','\xc1','\x10','\x32','\x40','\xa6','\x15','\x68','\x05','\x5b','\x47','\xdf','\x54','\xb6','\x3c','\x81','\x52','\xc4','\x3e','\xe9','\x83','\x8e','\xac','\xee','\x73','\x2f','\xab','\x6b','\x1c','\x54','\xf9','\xec','\x76','\x74','\x86','\x19','\x7b','\x3f','\x66','\x17','\x8e','\xa1','\x6d','\x09','\xeb','\xad','\x7e','\x98','\xe8','\x23','\x5f','\xbe','\x96','\x3b','\x96','\x97','\x1d','\xd1','\xac','\xf7','\x88','\x99','\x01','\x29','\x45','\xdf','\x15','\xd5','\x59','\x3b','\xb1','\x09','\x0f','\x53','\x9f','\xc9','\xe2','\x14','\xf8','\x69','\x6e','\x6f','\xc5','\x95','\x34','\xe7','\x12','\xf2','\x1a','\x40','\xb5','\x59','\xec','\x02','\xb1','\x6b','\xa2','\x53','\xad','\x40','\xcf','\xeb','\x50','\xd5','\xf0','\xdd','\xb7','\xa5','\x54','\x02','\xcf','\xad','\xbd','\xc4','\x41','\xc7','\xb9','\x5b','\xa2','\xc0','\xc4','\xea','\xc4','\x4e','\x96','\xa3','\xfc','\x0d','\x5a','\x1d','\xe5','\xf4','\x35','\xf4','\x0a','\xa0','\x63','\x6b','\xaa','\xbc','\x58','\x77','\xed','\xd2','\x64','\x7f','\xca','\x3e','\xba','\xba','\x69','\x9e','\x81','\x10','\x11','\xc1','\x72','\xd9','\xd8','\x2b','\x4d','\xfe','\x47','\xb2','\xfa','\x81','\xba','\x60','\xa0','\x83','\x40','\x40','\x75','\xcf','\x2b','\xcb','\xce','\x4e','\x05','\x54','\xfb','\x56','\x01','\x2a','\xeb','\xc0','\x62','\xca','\xab','\xb3','\x15','\x8c','\x2c','\xf6','\xed','\x3c','\x02','\x62','\xbd','\xb2','\xbb','\xc1','\x53','\xbb','\x7a','\x46','\x65','\x0e','\x48','\x30','\xd0','\x00','\x5f','\xb4','\x6b','\x25','\xb5','\x09','\xc4','\xfd','\xb9','\xc3','\x4b','\xea','\xd7','\x5a','\x2c','\x9f','\x86','\xae','\xd7','\x6b','\xb7','\xc0','\x03','\xe0','\xce','\x01','\xe2','\xbf','\xcc','\x38','\x65','\x75','\x40','\x95','\x76','\xd7','\x98','\x0f','\x1a','\xba','\x9b','\x8f','\x34','\x32','\x46','\x30','\xe4','\xae','\x0d','\xf8','\x69','\x3b','\x5f','\xd5','\x9f','\x86','\xc2','\x7b','\x3e','\x37','\x69','\xfd','\x65','\x30','\xc6','\x65','\x6a','\x00','\x56','\xef','\x33','\x5f','\xb5','\x4a','\x56','\x3f','\x1a','\x78','\xa3','\x1b','\x2b','\x81','\xf1','\xc8','\x7f','\x1e','\x4f','\x5e','\x6f','\xb7','\x89','\x33','\x7f','\x78','\x49','\xf8','\x15','\x38','\xf1','\x8b','\xd0','\x88','\xb9','\x7c','\x23','\x61','\xf0','\xb8','\xbe','\xdd','\xb4','\x3a','\xde','\xdb','\x53','\xae','\x6d','\xce','\xc6','\x28','\xa0','\xcf','\xbe','\x82','\xc1','\x59','\x0a','\x44','\x90','\x57','\x80','\xdb','\x75','\x6d','\x07','\x39','\xbe','\x83','\xf8','\x5e','\x53','\x2e','\x4a','\xde','\x02','\xd4','\xf6','\x02','\x01','\x02','\xa6','\x22','\x0a','\x10','\x00','\x80','\x8a','\x80','\xca','\x62','\x88','\xc8','\x35','\x74','\x76','\x53','\x40','\xb5','\xfb','\xae','\xdf','\xfc','\xbd','\x63','\xd2','\x79','\x4d','\xfa','\x84','\x0a','\x37','\x0b','\xbe','\x2e','\x76','\xbf','\x60','\xbf','\xf9','\xfe','\xf3','\xa8','\x09','\x09','\xf1','\x0f','\x7f','\x46','\xf9','\x62','\x0c','\x09','\xdc','\x56','\x7c','\x79','\x55','\x80','\x8b','\x44','\x22','\xda','\x1e','\x70','\x1a','\x2c','\xb2','\xbc','\xd0','\xe0','\x67','\x41','\x91','\xd7','\x65','\xcf','\x4f','\x2e','\xab','\x3f','\xd9','\x21','\x7e','\x50','\x18','\x28','\xac','\x3e','\x3a','\x3e','\xd6','\xfa','\xeb','\x91','\x85','\x7f','\x23','\xe3','\x26','\xd2','\x46','\x35','\x53','\x95','\x6a','\xdf','\xcf','\x03','\x23','\x96','\xeb','\x77','\xd5','\xf2','\x2f','\xfd','\x11','\xb4','\x65','\x78','\x19','\x10','\xaf','\xfa','\xf0','\x7c','\x22','\x22','\xb8','\x7e','\x5c','\x81','\x88','\xe0','\xfd','\xc7','\x7b','\xff','\x02','\xab','\x4a','\x45','\xec','\xb4','\x81','\x09','\xda','\x50','\xcf','\xe7','\xdd','\x91','\x05','\x3c','\xcc','\x3f','\x84','\x61','\x2a','\xa0','\x81','\x2d','\x7b','\x7b','\xa1','\x1a','\x76','\x47','\xfb','\xe4','\x75','\x95','\x6f','\xdb','\x8e','\xc2','\x07','\xb8','\x9c','\x3b','\xab','\x5a','\x15','\x2d','\x8a','\xb1','\xd8','\xb1','\xf6','\x8b','\xe3','\x7d','\x0d','\x01','\xe9','\x97','\xe2','\xfa','\xf9','\x95','\x77','\xa2','\xf8','\x00','\x5b','\x13','\x04','\x61','\x59','\x96','\x4d','\xab','\x7f','\xf4','\x64','\x53','\xa8','\x18','\x54','\xd2','\xdf','\xde','\x22','\xea','\xfe','\xb5','\xd4','\xc9','\x8d','\x00','\xfc','\xe8','\xdf','\x5d','\x55','\x58','\x41','\x0a','\x0a','\x08','\xab','\x26','\xe0','\xa7','\x0e','\x0b','\xa5','\xd0','\xf1','\xe3','\x16','\x06','\x71','\x9b','\xe9','\xf3','\x52','\xe7','\x60','\x44','\x9b','\x06','\xf2','\xc7','\x3b','\x53','\x31','\x9b','\x75','\x7d','\xfb','\xeb','\xf6','\xd6','\x68','\xab','\x2b','\x02','\xdd','\xb0','\x50','\x3c','\xbc','\xee','\x2e','\xbb','\xb3','\x70','\xdf','\xa3','\xa0','\x44','\xcc','\xd3','\xdf','\xea','\x88','\xc1','\x42','\x9f','\x87','\x06','\x40','\x92','\x5a','\x6d','\xbc','\x16','\x3f','\xe7','\x6a','\x1d','\xd0','\xd9','\x47','\xca','\x18','\x01','\x15','\xd7','\xb5','\x8f','\xb2','\x64','\x9d','\x52','\xaa','\x61','\xb0','\x0b','\xec','\x5a','\xd7','\x22','\x5d','\x16','\xa8','\xab','\x3e','\x7c','\x80','\x2a','\x47','\x8e','\x93','\x4a','\x41','\xb3','\x54','\x40','\x89','\x0c','\x97','\xeb','\x7c','\x55','\x3b','\x0f','\x00','\x14','\x18','\x6b','\x2b','\xdb','\x9f','\x4b','\x0f','\xad','\x04','\x49','\x26','\xea','\xfa','\xec','\x69','\x1b','\x81','\x9f','\xa0','\xa3','\xac','\xeb','\x57','\x5f','\x1d','\x91','\xad','\x03','\x00','\xfc','\x08','\x0d','\xb7','\xa7','\x30','\xdf','\x7e','\x2c','\x77','\x75','\x8d','\xd1','\x9f','\x9e','\x57','\x86','\x0a','\x49','\x50','\x91','\x99','\xdf','\xa9','\x05','\xed','\xc0','\x94','\x60','\xb9','\x20','\x2c','\x2a','\xe4','\x35','\x69','\xf0','\x53','\xe5','\x53','\xf7','\x2d','\xa2','\xef','\xe5','\xeb','\xe5','\x00','\x13','\xff','\xee','\x00','\xec','\xd6','\xa7','\xab','\xf9','\x18','\x40','\xf8','\xf0','\xa7','\x1e','\x58','\x99','\xdc','\x67','\xc1','\x20','\xc9','\x88','\xe8','\xf4','\x49','\x72','\x8c','\xbe','\xa5','\xa1','\x85','\xe9','\x3b','\x56','\xfc','\xce','\xcf','\x4d','\x99','\xea','\xf9','\x8b','\x58','\xa2','\x2a','\x56','\x0f','\x86','\xff','\xfe','\xfb','\x0f','\xfe','\xfd','\xf7','\xdf','\xf8','\x1d','\x9e','\x4e','\x04','\xe6','\x90','\xe1','\xe2','\x01','\x51','\x57','\x95','\xea','\x1c','\x29','\x67','\xdc','\x61','\xf1','\x18','\x67','\x1d','\xbf','\xa6','\xf7','\xd5','\xd7','\x21','\xee','\x4b','\xfe','\x54','\xf6','\xc2','\xb6','\xc2','\x74','\x2d','\x3a','\xe3','\x5e','\x58','\x57','\x87','\x42','\x58','\x06','\x8a','\xbe','\x7c','\x07','\x06','\x8a','\x8a','\x44','\xfd','\x8f','\x6a','\xa0','\xd6','\xcb','\x5b','\x0c','\x51','\x06','\x9c','\xcd','\x88','\xc2','\x3c','\xc5','\x83','\x1f','\x22','\x1b','\x79','\x94','\x80','\xda','\x71','\x00','\xac','\xfb','\x13','\x75','\x01','\xde','\x98','\xcc','\x0a','\x90','\x47','\x48','\x0b','\x87','\x46','\x1e','\xf0','\x9f','\x8e','\x3a','\x06','\x79','\xce','\x39','\x1b','\xd2','\x25','\x04','\xaa','\xb1','\x41','\x09','\xe4','\xff','\x06','\xe5','\x7b','\x6e','\xbe','\x0b','\xe0','\x54','\x5e','\x04','\x56','\xb1','\x23','\xab','\x08','\x90','\x92','\x3a','\xa3','\x71','\xc7','\x16','\x3c','\xf9','\xb0','\xba','\x28','\x9d','\x97','\x7b','\x67','\x06','\x34','\xce','\xd0','\x2c','\xf8','\x21','\xca','\x7f','\x01','\xd0','\xa3','\xa4','\x95','\xa4','\x40','\xf7','\x99','\x9e','\x56','\xa1','\x32','\x75','\x27','\x55','\x3e','\xe9','\xb3','\x33','\x21','\x7c','\xa5','\xdc','\xc6','\x8e','\xd8','\x4a','\x55','\x13','\xa9','\xbf','\x15','\xb6','\x28','\x03','\x01','\x1f','\xba','\xa8','\x0f','\x7c','\xdb','\xe3','\x04','\x3a','\x7f','\xca','\x00','\xeb','\x8d','\xe0','\x96','\x56','\xb8','\x5e','\x4a','\x84','\xab','\x4b','\x8d','\xec','\x42','\x04','\xb0','\x56','\xce','\x98','\x16','\xaa','\x16','\x66','\x04','\x58','\x08','\x16','\xac','\xee','\x71','\xbc','\x7a','\x54','\x35','\x41','\xc4','\x15','\xd6','\x5b','\x06','\xba','\x55','\x60','\x86','\x00','\x48','\x0c','\x83','\x2a','\x08','\xd2','\xab','\x58','\xc8','\x73','\xfc','\x48','\xc7','\xbe','\x10','\x9d','\x39','\x5e','\x94','\x12','\xdc','\xd8','\xfa','\x7e','\xc7','\x74','\x78','\x20','\x78','\xe5','\x54','\xf6','\xe2','\x34','\x4a','\x1d','\x41','\xc8','\xf2','\xce','\x71','\xdd','\x63','\xf7','\x8e','\x81','\x71','\x4a','\x3f','\x89','\x5c','\xb3','\x8e','\xb4','\x2d','\xaa','\x12','\x02','\xb0','\xbf','\x47','\x03','\x3f','\x65','\xf3','\x74','\x52','\xe0','\x27','\xaf','\x59','\xa2','\xbd','\x45','\x40','\xda','\xcb','\xa8','\xcd','\xea','\x45','\x0c','\x6a','\x56','\xe6','\xbb','\xd7','\x78','\xc5','\xf0','\xd4','\x4f','\x3c','\x30','\x04','\x75','\x85','\x0f','\xea','\xb5','\x5f','\x80','\xba','\xde','\x2c','\x63','\xa6','\x22','\xbf','\x19','\x69','\xdd','\x6e','\x0a','\xbd','\x3d','\xd3','\x22','\xf3','\x35','\x74','\x79','\x2b','\x7a','\xd3','\xaf','\x9f','\xbf','\xc6','\x89','\xaa','\x7c','\x61','\x8f','\x20','\x56','\xde','\x19','\x38','\xc9','\x6a','\x12','\x00','\x60','\x2a','\x69','\x52','\x02','\xa0','\x85','\x67','\x8b','\x33','\x76','\xa3','\x9e','\x4f','\x45','\x78','\x1b','\x7d','\xe0','\x11','\x5e','\x2f','\x48','\xa7','\x95','\x05','\x0a','\xf0','\xe8','\x3a','\x9c','\x4a','\x1a','\xe8','\xa9','\x92','\xf4','\xbf','\xe5','\x0f','\xaa','\x7b','\x0c','\x82','\x5c','\x46','\x48','\x55','\x96','\xb7','\x57','\x97','\xd4','\xbb','\x29','\x5e','\x2e','\x97','\xed','\x15','\xa0','\x75','\x5d','\xc3','\x03','\x84','\x4c','\x71','\xc6','\x42','\xba','\x31','\x03','\x66','\xf8','\x82','\x63','\x54','\xde','\xf7','\x3e','\x9a','\x63','\xe4','\xaf','\x55','\x5f','\x29','\xcc','\x03','\x5e','\xdb','\x94','\xa2','\xb8','\xe3','\x07','\x40','\x63','\x50','\x35','\xeb','\xbe','\x93','\x83','\x98','\xe5','\x4d','\x67','\x6a','\x2f','\x2a','\x25','\x91','\xd1','\xbb','\xbf','\xf6','\x65','\xb2','\x0a','\x6a','\x11','\x72','\xa0','\x39','\x3f','\x40','\xb3','\x4a','\x87','\x1c','\x4c','\xf5','\x17','\x04','\x01','\x00','\x84','\xca','\x85','\xa1','\x3d','\xc1','\xbb','\x61','\x8c','\x41','\x95','\xff','\x16','\xed','\x7e','\x8a','\x59','\xb3','\x62','\x43','\x34','\xf6','\x9e','\xbe','\x15','\x31','\xc1','\xfa','\x9f','\xf0','\xe2','\x0a','\x6c','\x48','\xed','\xed','\x91','\x55','\xd1','\xe1','\x7e','\x83','\xa0','\x11','\x0c','\xca','\x9a','\xc9','\x47','\x82','\x22','\xa4','\xb4','\x02','\x42','\x02','\xf8','\x07','\x60','\x59','\x4a','\x05','\x72','\x26','\x80','\xdb','\x0a','\x69','\x29','\x73','\x89','\x2d','\x74','\xb8','\x14','\x25','\x91','\x16','\x2c','\x7b','\x83','\x2a','\x18','\xfa','\x25','\xfa','\x0a','\x01','\x70','\x68','\x7a','\x00','\xb5','\x3f','\xb1','\xf8','\x62','\x97','\xbd','\x44','\xe5','\x7e','\x74','\x9a','\xf4','\xb3','\xe9','\x51','\x97','\xa3','\xd3','\xc9','\x5b','\xdb','\xe0','\x9c','\xfa','\x3d','\xa2','\x16','\x6f','\x89','\x9f','\x52','\x4d','\x72','\x63','\xf7','\x8c','\xef','\xe8','\xd1','\x9c','\xba','\xb5','\x31','\xaf','\x77','\x73','\x65','\xc0','\x3f','\x52','\x16','\xd5','\x1c','\x45','\x04','\x89','\x80','\x88','\x88','\xe5','\x90','\xd3','\x95','\x04','\x00','\x85','\x6d','\xad','\xf3','\x50','\xd7','\x79','\xaf','\xae','\x86','\x0d','\x78','\xd1','\x33','\xd3','\x50','\xd1','\xd6','\xe2','\x48','\x56','\x8f','\x91','\x3b','\x8b','\x4e','\x8f','\x4f','\xaf','\x14','\xee','\xe6','\x34','\xbe','\x4b','\x26','\x81','\x67','\x84','\xaf','\x4d','\x51','\xbb','\x9e','\x51','\x75','\x83','\xf9','\x5f','\xae','\x6f','\xac','\x30','\x8b','\xbf','\xf5','\x84','\x71','\x9e','\x40','\xf6','\x03','\x69','\xfa','\xf1','\xcf','\x8f','\xe9','\x6a','\x90','\x06','\x2d','\xba','\x76','\x55','\x97','\x4c','\x48','\x40','\x98','\xba','\x5a','\xf2','\xce','\x83','\xb2','\x4f','\xa8','\x0e','\xf1','\xaa','\x87','\x4a','\xc5','\x53','\xab','\x5f','\x19','\xfe','\x5e','\x88','\xbb','\xea','\xd4','\x4a','\x34','\xbe','\x33','\xa0','\x40','\x8f','\xa0','\xe0','\xd1','\x96','\xee','\xec','\x81','\x19','\xcb','\xdb','\x38','\xe3','\x28','\x42','\x24','\xd8','\xa9','\x57','\xf5','\x8a','\xa4','\x8d','\xb0','\x08','\x90','\x00','\xab','\x41','\xb7','\xea','\x1d','\x19','\x21','\x93','\xc5','\x31','\x88','\x6d','\xf5','\xce','\x93','\x00','\xa0','\x9c','\x73','\xb7','\x49','\xa8','\x3b','\x39','\x55','\x49','\x9f','\x6d','\xfd','\x80','\xc2','\x89','\x31','\x7a','\xa5','\x1f','\x8a','\x0a','\xa0','\xb0','\xf0','\x55','\xbd','\x6e','\x3e','\x00','\x33','\x3f','\xb2','\x0f','\xb6','\xaa','\xe7','\xc5','\x8d','\x07','\x2e','\x32','\x40','\xd5','\x2a','\x0f','\xbb','\xf2','\xc8','\xa0','\xe6','\xf7','\xd5','\x07','\x41','\x9d','\x29','\x40','\xb3','\x82','\xc9','\x8a','\x0f','\x18','\x14','\xab','\x1d','\x41','\x44','\xf9','\x21','\x06','\x6a','\x16','\x26','\xf3','\x78','\x7a','\x84','\xd7','\xac','\xeb','\x0d','\x96','\x65','\x26','\xea','\x5b','\xf1','\xff','\x3c','\xdb','\x4d','\xe5','\xd9','\x14','\x09','\xdc','\x47','\xf4','\xd8','\x69','\x01','\x3e','\xfb','\x61','\x0e','\x08','\xe8','\xb0','\x7c','\x0f','\x9a','\x5d','\xe8','\x58','\x02','\x9a','\x2a','\xa3','\xe5','\xbb','\xa1','\x22','\x22','\x40','\xbf','\x84','\x5e','\x47','\x84','\x9a','\x17','\x59','\x81','\x8a','\x32','\x4f','\xfb','\xd9','\x6c','\xf5','\x14','\xfb','\x14','\xc9','\x37','\x52','\xcd','\xfd','\x4c','\x70','\xfd','\xa8','\xe9','\x12','\x00','\xfe','\x58','\xda','\xbe','\x07','\x28','\xab','\x44','\x00','\x6b','\x71','\xdf','\xbd','\xa4','\x1a','\x5d','\x87','\x80','\x12','\x5b','\x8b','\xb0','\x31','\xcc','\x9a','\xed','\xed','\xba','\x16','\x85','\x91','\x41','\x57','\x7d','\xc8','\x76','\xb7','\xa4','\xc4','\xc8','\xa3','\xd4','\x61','\xcc','\x99','\x8c','\xb7','\x65','\xd8','\x4e','\x61','\x27','\x53','\x04','\x32','\x26','\x3b','\xc7','\xa4','\xd3','\x8c','\x11','\xcb','\x18','\x29','\x2e','\x0a','\x70','\x1c','\x40','\xc8','\x38','\x43','\x7f','\xb3','\xb1','\x4b','\x3f','\x06','\x87','\x60','\xdc','\xff','\xee','\x6b','\xb2','\xc9','\x07','\xf1','\x9e','\x48','\x4c','\x7d','\x83','\x75','\x00','\x0e','\x3e','\x90','\x98','\x43','\x89','\x23','\xd4','\xb1','\x9f','\x10','\x90','\xc7','\x7e','\xb6','\x7b','\x7e','\xb2','\x16','\xb6','\x6a','\xb2','\x99','\x56','\x1f','\x00','\x3f','\xfe','\x7a','\xaa','\x6d','\x4a','\xe6','\x09','\x06','\x7a','\x06','\x45','\x7e','\x96','\xa2','\x21','\xf6','\xf5','\xb9','\x67','\x32','\x5b','\x76','\xce','\x0d','\xd3','\x1a','\xec','\xe3','\x1c','\xe2','\x48','\x0e','\xa3','\xa6','\x1c','\x11','\x4f','\x47','\xcb','\xec','\x0a','\x18','\xbc','\xac','\x55','\x15','\xdb','\x71','\x8f','\x68','\x2b','\xf7','\x30','\x41','\x3a','\xf8','\x56','\x9b','\x75','\x51','\xc9','\x9c','\x63','\x1a','\xc2','\xa7','\x3e','\x37','\xcf','\x65','\x64','\xda','\xa0','\x72','\xd1','\x42','\x68','\xe3','\x87','\x94','\xea','\x4a','\x4d','\x07','\xe4','\xe9','\x2c','\xdf','\xcd','\x75','\xa5','\xe4','\x5b','\x65','\xb0','\xe1','\x4f','\x6e','\xe2','\xed','\x7e','\xfb','\x20','\x6f','\xfd','\x83','\xeb','\xb7','\xa9','\x2b','\x84','\x25','\xf6','\x45','\x4c','\xb3','\x11','\xf9','\xa7','\xe1','\x08','\x2e','\x37','\x43','\x1f','\xc5','\x95','\xd3','\x23','\x42','\x89','\x3e','\xeb','\xe6','\x27','\x11','\xc1','\xba','\xae','\x61','\x70','\x84','\xcd','\x73','\x80','\x86','\x34','\x31','\xae','\xfd','\xf0','\xef','\x18','\xea','\xce','\x6f','\x03','\xa0','\x3c','\x90','\x72','\x1f','\x6c','\x90','\xac','\x4b','\xcf','\xab','\x29','\x7a','\xbe','\x76','\x75','\xad','\x03','\x11','\xaa','\x72','\x27','\x2b','\x3e','\x0a','\x88','\xc8','\x5b','\x51','\x77','\x89','\x00','\x40','\x51','\x22','\xb1','\x3a','\x78','\xfa','\xee','\xd5','\x3f','\xf7','\xf6','\x1f','\x3c','\x2a','\x4f','\xe6','\xc1','\x0f','\x97','\x87','\xdd','\x64','\xfa','\x4b','\x03','\xda','\xfc','\x6e','\x0d','\x20','\x3f','\x1c','\x55','\xcf','\x73','\xf8','\xe8','\xf3','\x84','\x9a','\x9e','\x57','\xe1','\xca','\x3c','\x30','\x82','\x6b','\x03','\xc0','\x97','\x57','\x0a','\x28','\x2e','\x67','\x8c','\xf0','\x7e','\x9a','\xe6','\xfa','\x16','\x15','\xbc','\x3b','\x7a','\x08','\x80','\x6a','\xf4','\xac','\x28','\x35','\x51','\x71','\xf1','\xb9','\x5d','\x01','\xb0','\xba','\xfe','\xbc','\xa7','\xb2','\xf9','\x1b','\xea','\x33','\xaa','\xa7','\xa5','\xb2','\x7b','\x90','\x28','\xd6','\xb0','\xc8','\xea','\x90','\xb4','\xaf','\xfe','\xbd','\x7d','\x54','\x10','\xc4','\xfd','\xc0','\x2c','\x35','\x13','\xe4','\xaa','\xe8','\x20','\x20','\x40','\xa2','\xc6','\x0f','\xfe','\xd2','\xfd','\xc4','\x7a','\xaa','\xc2','\xa2','\xcd','\x3d','\x12','\x65','\xec','\x75','\x62','\x40','\xc6','\x95','\x1a','\x9c','\xfc','\x9a','\x5e','\xd9','\xd0','\xaa','\x07','\xf5','\x82','\xf6','\xd1','\xcf','\xd7','\x14','\x99','\xf2','\x03','\xf5','\x78','\x9a','\xa4','\x4d','\xab','\xab','\x06','\x2d','\xaa','\xaf','\xca','\xf8','\xad','\x2b','\x3f','\xca','\xaf','\x9d','\x08','\xd4','\x7e','\x04','\x97','\xab','\xf4','\xcf','\xa8','\xb0','\x83','\xb4','\x95','\x87','\x7b','\x36','\x3a','\xbf','\xe4','\x2f','\xfd','\xc6','\xe4','\xd5','\x20','\xa5','\xc0','\x7f','\x6b','\x22','\xb5','\xda','\x30','\x4d','\x1a','\x9c','\x33','\x9f','\x50','\x73','\x82','\xb6','\xf6','\x72','\xb3','\x51','\x11','\xe5','\x1a','\x00','\x00','\xfd','\x19','\x5a','\x8e','\xef','\x50','\xa6','\xb2','\x12','\xb4','\x21','\x6d','\x47','\x9f','\x22','\x02','\x6d','\xf2','\xc2','\xc9','\xdf','\x6f','\xa0','\x2a','\xb7','\xf1','\xe2','\xea','\x25','\x56','\x94','\x4c','\x9d','\xcb','\x7e','\x19','\x5f','\x0d','\x90','\x95','\x2e','\x42','\xe9','\x1b','\xbf','\x6a','\x57','\xdc','\xf2','\x73','\xb8','\xf5','\xc3','\x00','\x20','\xd9','\xf3','\xa3','\xee','\x99','\x8c','\xb6','\x5a','\xe8','\x9a','\xa0','\xf1','\x62','\x0c','\x7e','\xdc','\x2a','\xd1','\x10','\xe4','\xf8','\xd5','\x24','\x95','\x27','\xd9','\xce','\x88','\x33','\xe2','\xfc','\xec','\xfd','\xee','\x83','\x54','\xd0','\xd3','\x56','\x7c','\x40','\x09','\x18','\xf5','\xde','\x40','\x59','\x6b','\x4a','\xa3','\x3e','\xd0','\x4a','\x7d','\xcc','\x51','\xe1','\x7b','\x9d','\xaa','\x67','\x0c','\x2b','\x0a','\x07','\x07','\xe7','\xf5','\x76','\x85','\xb7','\xcb','\xdb','\x64','\x6a','\x9e','\x79','\xc7','\xca','\xf8','\x6a','\x1a','\xf1','\x2a','\x59','\x55','\x7b','\x20','\x0f','\xa6','\x5d','\x37','\xb8','\x3e','\x47','\x6b','\xa8','\x30','\x9c','\xcb','\xa8','\x6d','\x53','\xee','\x6d','\x6a','\xbd','\xb0','\x7b','\xc6','\x7f','\xb6','\xdb','\x59','\xe7','\x8e','\x9b','\x73','\x62','\x51','\xe1','\xea','\x1a','\xe0','\xc3','\x86','\x03','\x1b','\xc6','\x9a','\x2d','\x56','\x5b','\x25','\x86','\x4f','\xb4','\x3e','\x2b','\x4c','\xcb','\x4f','\x88','\xd6','\xce','\x4c','\x00','\x70','\x23','\x80','\x5f','\x2b','\xa4','\xea','\xd2','\xf6','\x96','\x16','\x01','\x3a','\x79','\xad','\x9b','\x4a','\x53','\x86','\x25','\x21','\x2c','\x97','\xa2','\x2c','\x2e','\x58','\x8d','\x3a','\x09','\xcd','\xd2','\x3b','\x01','\x54','\x97','\xbd','\x5b','\x3b','\x84','\xae','\xfe','\x93','\x01','\x5b','\x40','\x46','\xae','\x17','\x92','\x5a','\xe1','\x9a','\xa7','\x88','\x4d','\xcc','\x6c','\x1d','\xf0','\x18','\xf7','\x4b','\xa9','\x33','\xfa','\x04','\xe4','\x06','\x9d','\xfe','\x94','\x66','\xb4','\x0a','\xef','\x6a','\x13','\xb2','\x74','\x75','\x1c','\x6b','\xc8','\xba','\x5a','\xab','\x09','\x4c','\x4a','\xb6','\x50','\xeb','\xad','\xde','\xfa','\x3a','\xb3','\x7e','\xbd','\xdd','\xdb','\x3a','\x77','\x33','\xc9','\x3a','\x83','\xc2','\x88','\xea','\xcc','\x0a','\xfa','\x84','\x4b','\x28','\x39','\xf7','\xb9','\x15','\x19','\x02','\x12','\xea','\x9a','\x29','\x13','\xc0','\xba','\x66','\x75','\xe4','\x82','\xab','\x2c','\xe7','\x3a','\xc9','\xf3','\x82','\xd7','\x0f','\xbf','\x60','\x15','\x3d','\x94','\x55','\xac','\x67','\xd0','\x50','\x74','\xce','\x4e','\x98','\x28','\x5d','\x50','\xdd','\x9e','\xd3','\x9e','\x09','\xa9','\xf7','\x69','\xa8','\x30','\x9e','\x9c','\xe7','\x74','\x4b','\xd0','\xfc','\xa9','\x3f','\xb0','\xdd','\x13','\x71','\x41','\x6a','\x3f','\xfe','\xa0','\xc6','\xbb','\x85','\x6e','\xb7','\x74','\x7a','\xaf','\x9e','\xcf','\x72','\xd3','\xfa','\xa0','\x0b','\x20','\xd8','\x5b','\x0c','\xd8','\xfa','\x3e','\x04','\x20','\x2b','\x39','\x49','\x3f','\x64','\x00','\xe3','\xe6','\xa6','\xe4','\x45','\x65','\x85','\x03','\xd8','\xd5','\x8d','\x9f','\xb3','\xeb','\x6b','\x4a','\x55','\x2e','\xb5','\x72','\xb8','\xbe','\x35','\xa1','\xe5','\x55','\xe0','\xcb','\xb1','\xfa','\xc7','\x26','\x89','\x7e','\xa2','\x84','\xc0','\xd4','\x60','\x39','\x28','\xc1','\x44','\x45','\x72','\x5c','\x90','\xe5','\x70','\xd2','\x08','\x29','\xe0','\x6b','\x3c','\xd6','\xa8','\x05','\x7d','\xf0','\xc0','\x15','\x11','\xe1','\x72','\xb9','\xf4','\x1e','\x6d','\xb0','\x13','\x04','\xe1','\xa1','\x4d','\xf0','\x9d','\x44','\x3b','\xfe','\x0a','\x00','\x88','\x25','\xab','\x63','\xf4','\xa4','\x13','\x28','\x65','\x4c','\x40','\x11','\x27','\xdb','\x97','\x04','\x6d','\x6f','\x8f','\xde','\xcf','\xe0','\x2a','\x36','\x31','\xbf','\x1a','\x70','\x6d','\xbe','\xda','\xdb','\x05','\x6f','\x3f','\x3e','\x83','\xee','\x02','\x3f','\x00','\xf0','\x22','\x2a','\xd8','\xf7','\xa5','\x29','\x40','\xd3','\xc8','\x8f','\x6f','\xb3','\x22','\x78','\xef','\xa7','\x60','\xa6','\x3f','\x72','\x01','\xf2','\xee','\x9b','\x0e','\x88','\xe8','\xb9','\xc0','\x1b','\x38','\xdb','\x34','\x3b','\x3e','\x78','\x9b','\x65','\xa7','\x95','\xa7','\xad','\xc6','\x54','\xfd','\xd2','\x58','\x61','\xe6','\x25','\xaa','\x9c','\x09','\xe0','\x9a','\xe1','\x03','\x6b','\x78','\xec','\x84','\xe5','\x90','\xd4','\x5a','\x97','\xbc','\x12','\xdc','\xae','\x2b','\x00','\x02','\xbc','\xc3','\x02','\xcb','\x1b','\x54','\xe0','\x53','\x33','\x7e','\x4b','\xf0','\x06','\xca','\xfa','\x53','\x1b','\xb1','\x5e','\x33','\xac','\x99','\x2c','\xaf','\x60','\xc9','\x85','\xac','\x42','\x33','\x30','\x6c','\x82','\x60','\xa6','\xe5','\x51','\xa0','\x89','\x6f','\x45','\xb3','\x9f','\xf7','\x11','\x1e','\x46','\xda','\xb8','\xd5','\xab','\x9c','\x71','\xd6','\x56','\x31','\x60','\x0b','\x07','\x7f','\xeb','\x06','\x8e','\xec','\x5b','\xfb','\xc6','\x81','\xad','\xb2','\x38','\x44','\xad','\xba','\x9e','\xa0','\xa1','\x51','\x46','\xd7','\xc5','\x61','\x2b','\x29','\xa3','\x86','\xba','\x5e','\x2e','\xc5','\x09','\x27','\x53','\x59','\xf5','\xc9','\x59','\x81','\x1f','\xb7','\x1f','\x66','\x6b','\xef','\xdd','\xd3','\x88','\xeb','\x0b','\x5a','\xde','\x7d','\xeb','\x91','\xff','\x69','\xe4','\x47','\xfc','\xee','\x18','\xf5','\xdd','\xfa','\xa9','\x1f','\x3a','\xa6','\x0e','\xe7','\x50','\xbb','\xff','\xd9','\xd5','\xdb','\x1c','\x75','\x13','\x3a','\x1c','\x00','\xf4','\xc1','\xd4','\xee','\xad','\x44','\x54','\x1e','\xeb','\x84','\xec','\xa6','\x45','\x20','\xf2','\x8c','\xa1','\x0b','\xe8','\xfd','\xe6','\x6a','\xb3','\x2a','\x22','\x42','\xa2','\x5c','\xf6','\xc1','\xaa','\x7d','\x41','\x00','\xd6','\x58','\xd4','\x19','\xdc','\x19','\x48','\x80','\xbb','\xb7','\x41','\x62','\x58','\x99','\x06','\x3d','\x01','\x45','\xb8','\x72','\x90','\xac','\x05','\x20','\x2a','\x89','\x9a','\x71','\x15','\x94','\x7e','\x50','\x75','\x83','\x7a','\x6e','\xa0','\x74','\x00','\xaa','\x6a','\xd6','\x8a','\xa7','\x65','\x31','\xba','\x37','\x22','\xc2','\xb2','\x2c','\xfb','\x41','\x10','\xbc','\x8f','\xdc','\xed','\x76','\x6b','\x85','\xa8','\x4e','\x0e','\xfb','\x44','\xa1','\x0e','\xb7','\xef','\x32','\x6c','\xf9','\xe6','\x62','\x60','\x88','\x84','\xec','\x73','\x01','\x36','\x22','\xeb','\xfa','\xd5','\x9a','\x3d','\x97','\x23','\xee','\x34','\xb6','\x6c','\xf3','\xb5','\x2e','\x6e','\xcb','\x90','\x21','\xa4','\x04','\x23','\xbb','\xbc','\x6d','\x82','\x1f','\xee','\x18','\x51','\x50','\x27','\xf2','\x7f','\x3a','\x37','\xf9','\x3d','\xc1','\xcf','\x8c','\xe5','\x7e','\xb6','\x7b','\x19','\x94','\xc8','\x7e','\xad','\xad','\x84','\x30','\xd3','\x8b','\x81','\xfd','\x4a','\x9b','\x83','\xd4','\x4d','\x67','\xd3','\xd8','\xc8','\x6f','\xa7','\x25','\xa2','\x6c','\xa9','\x73','\x07','\x1c','\xe9','\x3d','\x6f','\x0d','\xf8','\x28','\xe3','\x82','\xab','\xc5','\xfe','\xf0','\x55','\x0c','\xce','\x58','\x8a','\xd5','\x3d','\x80','\xe2','\x5a','\x07','\x64','\x4f','\x80','\xaf','\xd1','\xda','\x32','\x15','\x90','\xc3','\xef','\xd0','\x8f','\x0b','\x2c','\x97','\xc6','\xe8','\xd6','\x5b','\x16','\x81','\xf1','\x8e','\x4b','\x59','\x09','\xaa','\x65','\xa5','\x94','\xa0','\xac','\x7e','\x5f','\xea','\x0a','\x6d','\x79','\xf6','\x91','\x6e','\x00','\x1f','\x6d','\x4f','\x10','\xb7','\xa6','\xec','\xb3','\x00','\x80','\xc4','\x51','\xe6','\x5a','\x3f','\x95','\xa9','\xdb','\xf7','\x45','\xd7','\x27','\x81','\x00','\x9c','\x1a','\x8b','\x5f','\x3d','\xf5','\xc8','\xfc','\x99','\x27','\x27','\x64','\x3b','\x97','\x5e','\xad','\xe8','\x63','\x0f','\xf8','\xbb','\xbd','\x61','\xfc','\x5f','\xe7','\x37','\x5c','\xbf','\x29','\x02','\x40','\x62','\x0f','\xfd','\x16','\xa0','\x26','\x03','\xd4','\x83','\xaa','\x05','\x0a','\x05','\xfb','\xcc','\x3c','\x45','\x96','\x86','\x16','\x6d','\x54','\x8f','\xd7','\x19','\xea','\x56','\x7c','\x54','\x5f','\x6c','\x66','\x21','\x96','\x5e','\x84','\x25','\x25','\x71','\xe9','\x04','\x00','\xa0','\x9c','\x5b','\xc0','\x03','\x0f','\x7e','\x76','\x94','\xbb','\xd1','\xa3','\xa8','\xd5','\xd3','\x2f','\x43','\x6b','\xa7','\xb6','\x4a','\xbf','\x1c','\xcd','\xd4','\x6b','\x96','\x91','\x49','\xfa','\x00','\x89','\x1c','\x9c','\x30','\x5b','\x1c','\x7c','\x5b','\x63','\x0d','\xd0','\xc6','\x13','\x69','\x1b','\x54','\x90','\x9b','\xcc','\xea','\xd1','\xb3','\x2a','\xd4','\xe5','\xec','\xfb','\xea','\xd1','\x4a','\xec','\xaf','\xfe','\x98','\xbc','\x83','\xb1','\xd3','\x8c','\x25','\x20','\xfb','\x1d','\xcb','\x7d','\x94','\xc8','\x6f','\xbc','\x87','\x51','\xa7','\x55','\x39','\x00','\x8f','\x29','\x06','\x43','\x1c','\x2c','\x21','\xe7','\xba','\xc2','\x81','\xae','\xe8','\x48','\x29','\x31','\x7c','\x01','\xd5','\xed','\xed','\x8e','\xb9','\x67','\x2e','\x07','\x9a','\xcc','\x4e','\x3a','\xa9','\x8c','\x3c','\xd0','\x06','\xdf','\x82','\x1b','\x7a','\xa6','\x69','\x00','\x1e','\xe3','\x19','\x65','\xf8','\x41','\x00','\xb8','\xdd','\xd6','\x4e','\xf7','\x5f','\xd7','\xfe','\x1e','\x80','\x02','\x40','\xec','\x27','\xa7','\xe3','\x67','\x47','\xd1','\xca','\x42','\xda','\xe8','\x4f','\xcb','\xa7','\x2b','\xec','\x71','\xbb','\xba','\xac','\x9c','\xa4','\x76','\x65','\xc0','\x41','\x13','\x68','\xe5','\x83','\x1b','\x0c','\xdc','\xa5','\x1d','\x55','\x49','\xe1','\x34','\xa7','\xe8','\xa9','\xfb','\x35','\xed','\x84','\x8e','\xdb','\x06','\xb7','\xda','\xe7','\x73','\x68','\xe5','\x8c','\x54','\x6d','\xc9','\x3d','\x90','\x5a','\x38','\xe5','\x40','\x65','\xbf','\xa5','\x54','\x5d','\xaf','\x1f','\xf0','\xf6','\x16','\x1c','\xd8','\x15','\x55','\x42','\xca','\xfa','\x9e','\xb4','\x0b','\x4a','\x46','\x84','\xe6','\xcf','\x7e','\xf2','\x4d','\x10','\x74','\x9e','\x0f','\xfc','\x1c','\x1c','\xed','\x85','\x81','\x28','\x4c','\xc6','\x3f','\xa6','\x3e','\x65','\xc0','\x83','\x1e','\x52','\x35','\x85','\x5e','\x5b','\x97','\x47','\xe7','\xf7','\x4c','\xeb','\x14','\xc6','\x45','\xc2','\xba','\x86','\xb6','\xfa','\x32','\xaf','\x81','\x72','\xde','\x49','\x6e','\xed','\xf2','\xad','\x2b','\x41','\x11','\xca','\xf9','\x40','\x40','\x00','\xef','\x3f','\x00','\x96','\xb7','\x05','\x12','\x36','\xd7','\x20','\xb8','\xde','\x00','\x90','\xe0','\x1d','\x2e','\xb0','\x5c','\x8a','\x66','\x56','\x0c','\x3f','\x09','\x2e','\x08','\x12','\x42','\xb8','\x58','\xde','\x2a','\xc3','\xbc','\xe6','\x7a','\xbe','\x10','\xa9','\xf9','\x88','\x00','\xf5','\x30','\x3b','\x6b','\x4d','\x2a','\xf5','\x2e','\x8a','\xf5','\x98','\xcf','\x7c','\xdf','\x99','\xf4','\x3c','\x6a','\xbc','\x0a','\x1d','\x0f','\x53','\x47','\x1b','\x60','\x03','\xc6','\x7c','\x5a','\x3a','\x24','\x06','\x43','\xe5','\x4c','\xa8','\x94','\xb0','\xba','\x37','\x96','\xbc','\x4a','\x44','\xb4','\x02','\x0e','\xd6','\x35','\x03','\x61','\x39','\x73','\x43','\x0c','\x64','\x3c','\xc6','\x76','\x15','\x22','\x3f','\xce','\xdb','\xca','\x8f','\x1e','\xc3','\x86','\x67','\xeb','\xf4','\x9d','\xeb','\x45','\x54','\x42','\x7f','\xcd','\x82','\x9b','\xdd','\x5c','\x96','\x84','\x90','\xaa','\x2b','\x27','\x00','\x07','\x3c','\x20','\x09','\x77','\x1d','\x8e','\x2e','\x8a','\xe7','\x8c','\x9e','\x87','\x5a','\x58','\x44','\xf5','\xd8','\xa4','\x88','\x97','\x80','\xd2','\x11','\x9e','\x88','\x80','\x9a','\x3e','\xf2','\xb4','\x22','\x1e','\xa4','\x00','\x10','\x0d','\x93','\xf6','\x8d','\xd0','\x06','\x9f','\x18','\xde','\x0c','\x1a','\x1e','\x7c','\xd7','\xa3','\xf4','\x68','\x97','\xca','\x61','\xbe','\x6c','\x8a','\x57','\xf9','\x3e','\x0b','\x04','\x29','\xa9','\xb2','\x8d','\x7f','\x74','\x25','\x5c','\xa2','\xa3','\x98','\x77','\x50','\x89','\xf8','\xb7','\x9b','\xa2','\x65','\x7a','\xb0','\x95','\xa0','\x06','\x70','\x61','\x2f','\xa3','\xca','\xe7','\xa4','\x9a','\x9c','\xa6','\xbe','\xa8','\x3d','\xa0','\x32','\xd5','\x90','\xcf','\x0c','\xaa','\x6a','\xfb','\x50','\x95','\x5b','\x23','\xe7','\xd7','\xcf','\xc1','\x7c','\xaf','\xde','\x8c','\xc0','\xea','\x10','\xbc','\x1e','\xe6','\x10','\x77','\x11','\x83','\x37','\xbd','\x57','\x3a','\x7c','\xe6','\x80','\x62','\xe4','\x36','\x2f','\xdf','\xd4','\xcd','\x07','\x22','\x82','\xdb','\xed','\xb6','\xed','\x02','\xc7','\x99','\x3e','\xb6','\x51','\x7b','\x3c','\xac','\x18','\x78','\x98','\xce','\x25','\xdf','\xcd','\x24','\x09','\x87','\xd5','\xd0','\x40','\x87','\x15','\x35','\x9b','\xe5','\xf0','\x7b','\x91','\x7e','\x87','\xd4','\xe0','\xca','\xf3','\x0a','\x9e','\xb5','\x7a','\xa1','\x08','\x6c','\xbe','\x39','\xc5','\x50','\x54','\x37','\x3d','\x6b','\x68','\x7d','\x7c','\x7c','\xc0','\xfb','\xfb','\x11','\xf0','\xf3','\x97','\x5e','\x8e','\x36','\x71','\xe9','\xce','\x98','\x65','\xe6','\xaf','\x95','\xb7','\x2a','\xa8','\xb4','\xdc','\x64','\x23','\x00','\x10','\xb4','\x83','\x14','\xdd','\xfc','\x2a','\xaf','\xb7','\x41','\x1b','\xc0','\xae','\xc6','\x6c','\xb9','\xac','\xfa','\x83','\x57','\x5c','\x80','\xf9','\xbf','\x36','\x10','\xd4','\xf1','\xaf','\x3d','\x67','\xd2','\x82','\xca','\x20','\xe1','\xcf','\xfc','\x02','\x80','\x0a','\x82','\x78','\xfe','\xbe','\x03','\xc0','\x9b','\x06','\x41','\xb7','\x5c','\x85','\x02','\x02','\xc0','\xd2','\x40','\xd0','\x52','\x94','\x4b','\x3e','\x54','\xb5','\x28','\xd1','\xac','\x64','\xdf','\x00','\xaf','\x2b','\xac','\xab','\x65','\x9e','\x05','\xe4','\xb8','\xce','\x65','\xa1','\x83','\x50','\xcc','\x39','\x9e','\xd9','\xea','\xf6','\xf8','\xba','\x7f','\x23','\x3a','\xac','\xc0','\x04','\x7a','\xf9','\x94','\x92','\x21','\x0a','\x4c','\x1d','\x23','\xf2','\x6d','\x0a','\x00','\xe0','\x7d','\x5f','\x98','\xca','\x79','\x50','\xcb','\x92','\xca','\xbe','\x18','\x09','\x78','\x51','\x40','\xcf','\xed','\x9a','\xe1','\xf6','\x51','\x3c','\x18','\x72','\x41','\xd1','\x90','\x33','\x29','\xc0','\xb2','\xd7','\xda','\xa0','\xa6','\x22','\x93','\x37','\xb4','\xac','\x3d','\xea','\x14','\x0e','\xa5','\x30','\x82','\x92','\x27','\xa9','\x05','\x22','\x4a','\x4b','\x69','\x37','\xaf','\x6a','\xad','\x6b','\x96','\x88','\x6f','\x52','\x35','\xa5','\x1c','\x45','\xc5','\x74','\x8d','\xd8','\xa8','\xd2','\x14','\x45','\xca','\xa4','\x36','\x90','\x0e','\x70','\xd9','\xb7','\xa0','\xc3','\x1d','\x12','\xc2','\xcc','\xbb','\xe9','\x75','\x81','\xdd','\x24','\x7d','\x26','\x73','\xf3','\x46','\x86','\xe8','\x3e','\xcb','\x2c','\x95','\x60','\x0e','\xe4','\xd3','\x79','\x1f','\x43','\xc0','\x4d','\xa9','\x1b','\x07','\x31','\x01','\x68','\x81','\x4c','\x5a','\xa5','\x7a','\x04','\xec','\xf7','\x09','\x91','\xdc','\x53','\x13','\xcd','\x35','\x4a','\x5c','\x60','\x03','\x0f','\x14','\x69','\x9a','\x80','\xa6','\x41','\x00','\x84','\x47','\xe9','\x61','\x44','\x6d','\x75','\x78','\x5e','\x11','\xef','\x3e','\x8b','\xe2','\x47','\x08','\x68','\xdc','\x16','\x47','\x8b','\x10','\x9b','\x2e','\x70','\x91','\x8f','\x5c','\x4a','\xe9','\x6e','\xe3','\xc2','\xee','\x6b','\x0e','\x0c','\xf9','\x15','\xfd','\x5d','\x00','\x4a','\xcd','\xcd','\x61','\x06','\xac','\x36','\xf0','\x03','\x6d','\xcf','\xcf','\x40','\x78','\x74','\xee','\x1b','\xa0','\x81','\x0f','\xca','\x38','\x15','\xff','\x44','\xf4','\x5b','\xcf','\x76','\x48','\x25','\x7e','\x96','\xa5','\xe4','\xf8','\x3c','\xfe','\xee','\x5c','\x38','\xa6','\xa1','\x12','\xd6','\x1b','\x1c','\xbe','\x1f','\x6d','\x00','\xa4','\x12','\xc5','\x4c','\x3d','\x46','\x66','\x7a','\x6d','\x6c','\x53','\x56','\x91','\x0e','\x1d','\x18','\x92','\x17','\xa7','\x3a','\xc8','\xfa','\x1e','\x1b','\xf0','\x23','\x16','\x7d','\xf5','\xd0','\x80','\x33','\x94','\xa6','\xb0','\xf5','\xab','\x59','\xca','\x7c','\x8b','\xca','\x8d','\x9c','\xab','\x3b','\x9c','\xca','\xee','\xf2','\xa6','\x02','\x23','\xe4','\xe6','\x2e','\x07','\x00','\x65','\x1f','\x05','\x02','\x20','\xa6','\xe2','\x43','\x9c','\x74','\x70','\x53','\x55','\xbf','\xeb','\xda','\x5c','\xe9','\x6a','\xa5','\x08','\x4b','\x3f','\x75','\x6d','\x50','\x7a','\xac','\xa9','\xa7','\xeb','\x2f','\xbd','\x8a','\x7f','\xcf','\x3c','\x27','\xc7','\x2b','\xcc','\x33','\x75','\xf1','\x1d','\x95','\x28','\x31','\xb8','\xc9','\x18','\x49','\x15','\xe4','\x14','\x10','\x80','\x29','\xc9','\xd9','\x37','\x69','\x49','\x70','\xb9','\x20','\x2c','\x97','\x1a','\xf2','\x9c','\x23','\x01','\x56','\x50','\x90','\x57','\x6a','\xab','\x7a','\x19','\x81','\x57','\xee','\xee','\x35','\xe8','\x89','\xeb','\xe3','\xbd','\x6d','\x53','\xd7','\x65','\xce','\xf5','\x02','\x8e','\x03','\xe6','\xf0','\x5c','\x49','\x88','\xf5','\x2c','\xab','\xfa','\xce','\x4a','\xb0','\xb2','\xeb','\x5b','\x1e','\x64','\xae','\x69','\xa2','\xa9','\x67','\xc8','\x9a','\x56','\xe7','\x72','\x81','\xc6','\x0c','\x7d','\x1f','\x85','\x2e','\x82','\x83','\xb9','\xf4','\x92','\xd4','\x59','\x6a','\xfe','\x34','\xd2','\xda','\x5c','\x4c','\x53','\x06','\x91','\xad','\x17','\xcd','\xe5','\x00','\x29','\xc0','\x6b','\x60','\x71','\xb1','\x21','\x52','\x11','\xc3','\xbc','\x00','\x74','\x68','\x0c','\xd7','\x69','\x25','\xfb','\x49','\x95','\x0c','\xf2','\x22','\xa7','\xb4','\xb9','\xac','\x2e','\x51','\x5d','\x29','\xd2','\x72','\xd6','\xf4','\x21','\xe2','\x97','\xcc','\xa5','\xe8','\x9b','\xc8','\x98','\xe0','\x15','\x6c','\xd1','\x0b','\x40','\x3c','\x35','\x12','\x7b','\x01','\x30','\xee','\x63','\x5e','\xa1','\x82','\xc3','\x88','\xde','\x42','\x04','\xcb','\x65','\xe9','\x56','\x7b','\xde','\xde','\xde','\xb6','\x5d','\xe0','\x52','\x4a','\x13','\x41','\x10','\x06','\x2b','\x33','\x22','\xdd','\x29','\x14','\xf8','\x87','\x91','\xa6','\x01','\x34','\x64','\x94','\x36','\xfe','\x21','\x80','\xa6','\x15','\x0d','\x9b','\x53','\x4b','\xc0','\x0f','\x2b','\x7c','\x71','\x5b','\xf4','\x0a','\x8f','\x94','\x27','\xca','\x5c','\x79','\xa0','\x2d','\x0b','\x5a','\xf3','\x38','\x64','\x40','\xd0','\xa0','\x9f','\x4f','\xa5','\x37','\x5a','\x12','\xff','\xd8','\xee','\xbb','\xc8','\x1d','\x2e','\x5a','\xfd','\x89','\x56','\xcb','\x89','\x72','\x88','\x94','\x7f','\x2b','\xfa','\x44','\xa0','\x23','\xd1','\x8f','\xd4','\x0a','\xc7','\xdd','\x79','\x01','\x88','\x55','\xa3','\xad','\xae','\xa8','\xb1','\xa6','\x13','\x07','\x1c','\x3f','\x72','\x5f','\x15','\x45','\xac','\x8e','\xfd','\xac','\xdd','\xdc','\xa8','\x95','\x13','\xf5','\x59','\xb4','\x47','\xc3','\x88','\xa3','\x3a','\x47','\xc8','\xfd','\x6e','\x2b','\xa5','\xcc','\xc4','\x95','\xe0','\x62','\xf0','\x23','\x80','\x83','\x9a','\x62','\x45','\xe5','\xbd','\x1c','\xf9','\x99','\x53','\x71','\x07','\xba','\xd6','\x7a','\x31','\x7f','\x58','\x2e','\x2d','\x90','\x4b','\x56','\x2b','\x45','\x00','\x0d','\x04','\xa5','\x54','\x99','\xff','\x9b','\xf8','\x55','\x55','\x0b','\xd3','\x15','\x10','\x01','\x3e','\x80','\xc3','\x6b','\x37','\x7e','\xd1','\x5a','\x5c','\xea','\x2c','\x96','\xb4','\xca','\x80','\xb8','\xbe','\xfe','\x73','\x77','\x3a','\xef','\x04','\x85','\xfc','\x75','\x60','\xa8','\x79','\x0a','\x3d','\xa0','\xc8','\x69','\xb0','\x36','\x5d','\x1c','\x5b','\x2b','\x11','\x4a','\xa8','\xf3','\xa5','\xad','\xf4','\x88','\xab','\x22','\x42','\xbd','\x9f','\x04','\x1c','\xa5','\x1a','\x1d','\xa8','\x37','\x54','\x15','\xb7','\xca','\xfb','\x2c','\x9c','\x6a','\x86','\x69','\xfe','\x2e','\x37','\xad','\xcc','\x68','\x8a','\xc4','\xa0','\x9c','\x60','\x4c','\xd8','\x7a','\x82','\x80','\x20','\x71','\xf5','\x53','\x2b','\x3f','\x39','\x67','\x13','\xf1','\xad','\x18','\x19','\xa8','\xab','\x87','\x0e','\xf4','\xd3','\x75','\x7f','\xf3','\x87','\xb9','\x6f','\xfc','\xf8','\x97','\x44','\x3e','\x62','\x93','\x85','\xa7','\x70','\xd7','\x40','\x81','\x7e','\xf6','\x80','\xbf','\x37','\x7f','\xcd','\x12','\x22','\x0a','\x97','\x80','\x9f','\xd0','\x98','\x97','\x46','\x84','\x8d','\xfa','\x31','\xf9','\xc0','\xfb','\x4a','\xaf','\x3f','\x92','\x9f','\x7f','\xa7','\xeb','\xb9','\x33','\x57','\x7f','\xb8','\x80','\xba','\x1a','\x43','\x15','\x98','\x94','\x62','\x74','\x04','\x55','\xae','\x1b','\xaa','\x57','\xa2','\xe7','\x20','\x40','\x40','\xdc','\x82','\x55','\x23','\x58','\xfe','\x11','\x90','\x88','\x4a','\x52','\x60','\xa9','\xe5','\x02','\xd2','\x11','\xd2','\x1f','\x3b','\x4d','\xde','\xd7','\x40','\x5d','\xfe','\x5a','\xaf','\xdd','\xc8','\xd3','\x17','\xcd','\x6c','\x14','\x13','\xc0','\x92','\x12','\xe0','\xa5','\xec','\x83','\xd4','\xfa','\x83','\xbc','\x83','\xcc','\x0b','\xeb','\xbb','\xc2','\x2f','\x8b','\x6e','\xff','\x76','\xb9','\x18','\xe3','\x17','\x07','\x78','\x8b','\x74','\xdd','\xcd','\x20','\x08','\xd1','\xc1','\x41','\x5b','\x2d','\x62','\x10','\x86','\x30','\x31','\x37','\x31','\x04','\xef','\x21','\x9a','\x37','\x2e','\x39','\xac','\xf2','\x50','\x1b','\x30','\xe6','\x55','\xdf','\xbb','\x3c','\x10','\x59','\xe1','\x53','\xbf','\xbb','\x2a','\x0d','\x20','\x2a','\x6f','\x5e','\xc3','\xaa','\x9d','\x85','\xe9','\x8e','\x4a','\xff','\x23','\xbc','\xeb','\x40','\xda','\x5f','\x1f','\xbf','\xe0','\xc7','\xfb','\xfe','\x49','\xc5','\x54','\x4f','\xcb','\x2d','\xfe','\xa4','\xfd','\xd2','\xe0','\x77','\xa3','\x69','\xde','\x25','\x13','\x89','\x99','\xce','\xbd','\x9a','\xc1','\x1d','\xa4','\xc7','\xe4','\x19','\xc9','\x4d','\x02','\xc7','\x71','\x14','\x90','\x20','\x00','\x03','\xfa','\xe5','\x44','\x69','\x68','\x8c','\xf3','\x30','\x49','\x71','\x1a','\x10','\x34','\x06','\xb5','\x59','\x5f','\xf5','\x83','\xad','\xc8','\xde','\x95','\x95','\xcd','\x65','\xc6','\x27','\x5a','\x3d','\x27','\xe0','\x95','\x9e','\x0c','\x25','\xa4','\x35','\xc1','\xdb','\xfb','\x02','\x6f','\x3f','\xca','\x6a','\x01','\xef','\x9b','\xe0','\x3d','\x4c','\x80','\x97','\xa6','\x54','\x63','\x75','\x7f','\xab','\x41','\x14','\x52','\x2a','\x9b','\xea','\x59','\xa9','\xbb','\x7e','\xac','\x65','\x3f','\x91','\x5e','\x25','\xae','\xf3','\x1b','\xab','\x50','\x13','\xeb','\x77','\x05','\x42','\x77','\xe8','\xfe','\xbf','\x27','\x4d','\x0c','\x25','\x0f','\x1a','\x04','\x04','\xc9','\x7f','\xb6','\x27','\xf5','\x6a','\x8c','\x1e','\x07','\x0c','\xe6','\x8d','\xd0','\x95','\xef','\x78','\xc2','\xa4','\x56','\xe3','\xda','\x16','\xae','\x92','\x0c','\x6c','\x1d','\x0e','\xaf','\xab','\xf4','\x0a','\xf0','\x29','\xa5','\x46','\x14','\xbb','\x6a','\x90','\x90','\x83','\x4e','\xb5','\x06','\xa2','\xe6','\x8a','\xb0','\xad','\x4f','\xd6','\x81','\xb5','\x11','\xe3','\x14','\xd8','\xf3','\x3d','\x74','\xf8','\xc7','\xa9','\xd3','\xda','\xff','\xd2','\x96','\x7c','\x33','\x23','\x0c','\xfd','\x7d','\xf5','\xae','\xb1','\x4f','\x91','\x4f','\xfe','\x85','\x44','\x05','\x85','\x10','\xb4','\xe0','\x3e','\xb5','\x8e','\x04','\xda','\xa0','\x01','\xb6','\x31','\x5a','\xe1','\x55','\x8a','\xbe','\x9c','\x05','\x16','\x95','\x24','\xa0','\x89','\x0f','\x52','\x2e','\xc7','\x3f','\x18','\x4c','\xc7','\x2b','\xed','\xfc','\xf3','\x0b','\xc7','\xa3','\x6f','\x03','\xcb','\xce','\x74','\x41','\x78','\x7b','\x5b','\xe0','\xed','\xfd','\x02','\x6f','\x3f','\xea','\x4a','\x7f','\x35','\xaa','\x92','\x76','\xff','\xe5','\x83','\xa1','\xa1','\xb9','\x40','\xaf','\xb7','\x0c','\xb7','\x5b','\x86','\x7c','\xcb','\x80','\xc9','\x36','\x8c','\x3d','\x5b','\x36','\x01','\x50','\xb4','\x49','\xa8','\xdf','\x4c','\x14','\x37','\xc8','\x2b','\x91','\x61','\xb2','\x99','\xce','\xf6','\x4a','\x90','\xaf','\x8b','\x01','\x42','\x2d','\xdd','\xd0','\x6a','\x4a','\x7a','\x70','\x64','\x60','\x5d','\x28','\x9c','\x70','\x5a','\x31','\x0e','\x14','\x49','\xbd','\x97','\x41','\x97','\xa1','\x95','\xc7','\xe9','\x89','\x47','\xfa','\x0f','\x45','\x8f','\x36','\x6e','\x1c','\x7c','\xbe','\x93','\x2e','\x0d','\xc0','\xcf','\x1f','\xc5','\xab','\x7b','\x3e','\x0b','\x9a','\x3d','\x7b','\xe5','\xfb','\x10','\xd8','\x1a','\x73','\x77','\x4b','\x5d','\xba','\x6d','\xcd','\xcb','\xb0','\xc2','\xe4','\xee','\x29','\xc9','\x42','\x54','\xce','\xd2','\x11','\x00','\x24','\xa1','\xac','\xa3','\xd1','\xa7','\xf3','\x8d','\x61','\x91','\xec','\xe7','\x01','\x50','\x7e','\xcd','\x41','\xb5','\x49','\xb5','\x40','\x8d','\x77','\x9d','\x1c','\xa3','\x0a','\xc8','\xc4','\xc6','\x06','\x7e','\xa8','\xb7','\xe7','\x73','\x36','\x39','\x13','\xd0','\xad','\x6c','\x1a','\xe2','\xd5','\xa2','\xb7','\x77','\x76','\xdf','\x25','\x58','\x6f','\x00','\x00','\x6b','\x29','\xf8','\x1d','\x00','\xab','\x70','\x60','\xa3','\x06','\x60','\x03','\x45','\x6c','\xdc','\x48','\x08','\xf0','\x71','\x05','\x58','\xaf','\x19','\x32','\xef','\x0b','\x42','\xfe','\x8b','\x4d','\xd0','\x8a','\x39','\x0a','\x9b','\x70','\x33','\xca','\x6e','\x6d','\xd2','\x27','\x4c','\xa6','\x51','\x19','\xaf','\xb9','\xc0','\xbb','\xdd','\x21','\xda','\x62','\x8a','\xb5','\xcf','\x59','\x2f','\x10','\x6b','\x5f','\x8b','\x82','\x2e','\x4a','\x84','\x34','\xf5','\xd1','\x36','\x07','\x0a','\xd7','\xa8','\xa6','\x1d','\x64','\x23','\x10','\xf0','\x55','\x86','\x32','\xcf','\x17','\x05','\x7c','\xb0','\x5c','\x70','\x94','\x37','\x1d','\xb8','\x84','\x88','\x64','\xbf','\x0f','\xa9','\x80','\x20','\xad','\x48','\x9d','\xf7','\x44','\x1b','\x7c','\x42','\x72','\xcf','\xb7','\x9a','\xd6','\xe5','\x87','\xcd','\xb0','\x02','\xd8','\x9a','\x7f','\x90','\x36','\xdd','\x12','\x5f','\xde','\x92','\x10','\xf5','\x65','\xe5','\x57','\x53','\x6f','\xb5','\x0f','\xb0','\xd7','\xcc','\x21','\x40','\x78','\x61','\xd4','\xe8','\xeb','\x6c','\x54','\x29','\xcd','\x10','\x95','\xa5','\x0c','\x87','\xcc','\xcb','\xe5','\xb1','\x81','\x98','\x4c','\x20','\x95','\x9d','\xba','\x75','\x59','\xec','\xac','\xfe','\x4c','\x89','\x6b','\xf7','\xac','\x4a','\xae','\x62','\xe4','\xd7','\x46','\x0c','\x50','\x32','\x42','\xf3','\x2c','\x97','\x61','\x61','\x11','\x0d','\x20','\x89','\xac','\xf5','\x7d','\xc0','\xc6','\xfd','\x55','\x2b','\xf9','\x04','\x49','\x1b','\xe4','\x87','\x73','\x6a','\xa0','\xa0','\x88','\xee','\xac','\xae','\x37','\xda','\x6b','\x2b','\x84','\xfb','\xf3','\xd7','\x15','\xbb','\x2c','\x09','\x2e','\x97','\x04','\xef','\xff','\x2c','\xf0','\xfe','\xcf','\x1b','\xfc','\xf8','\xe7','\x02','\x6f','\xef','\x0b','\x2c','\x4b','\xf3','\xe6','\xc8','\xb9','\x54','\x08','\x6b','\x00','\x9c','\x94','\xea','\xca','\x5a','\x06','\x58','\x6f','\x2b','\x5c','\xaf','\x19','\x6e','\xd7','\x15','\xd6','\x6b','\x96','\x08','\xb0','\x52','\x1c','\x22','\x5c','\xaf','\xd7','\x70','\x41','\xc7','\xb8','\xc0','\x9d','\x41','\x53','\xc0','\xd2','\x75','\x68','\x1b','\x20','\xf6','\x6d','\x01','\xc4','\xd0','\x6e','\xfb','\xdf','\xdd','\xdf','\x4e','\xf9','\x6b','\x1b','\xce','\x3a','\x77','\x89','\xa8','\xf2','\x40','\x4d','\xa1','\x01','\xa5','\xf0','\x39','\x57','\x37','\xff','\x3e','\x3a','\xcd','\x2e','\x9c','\xab','\x11','\x57','\xa0','\x20','\xbf','\x3b','\x19','\xdc','\xd1','\xd5','\x9f','\xdf','\x89','\xce','\x59','\xc1','\x3e','\x49','\xf2','\x9e','\x24','\xc4','\x63','\x88','\xa2','\x88','\xc7','\x59','\xfd','\x47','\xcf','\x1e','\x1e','\xfb','\x90','\xa9','\x9e','\x21','\xa2','\x51','\xf7','\x1d','\xce','\x41','\xe2','\xfa','\xa9','\xfe','\xa2','\xeb','\x73','\x7f','\xbd','\xa5','\x6c','\x55','\x63','\x07','\x83','\x22','\x85','\x2b','\xc6','\x6e','\x45','\x1d','\x58','\xaa','\x37','\x32','\xc0','\x0a','\x04','\xf4','\xc1','\xbd','\xb0','\x54','\x10','\x54','\x32','\xbd','\x5d','\x01','\x88','\x4a','\x48','\x7f','\x7c','\xaf','\xee','\x70','\xa9','\x74','\x1e','\x87','\x14','\xbd','\xa4','\xa5','\x6e','\x44','\x2f','\xae','\x56','\xf8','\xf3','\x0a','\x1f','\x70','\x83','\x1b','\xd4','\x08','\x71','\x52','\x24','\x5b','\xf2','\x50','\x56','\x82','\x64','\x15','\xab','\xfe','\xeb','\xa3','\x5c','\xfe','\xa5','\x49','\x96','\x46','\x1c','\x21','\xa9','\xa6','\x47','\x8e','\x1b','\x5a','\x1f','\x4b','\x46','\x5a','\xb8','\x81','\xd9','\x60','\x6c','\x04','\x37','\xc0','\x94','\x40','\xda','\x9c','\xae','\x77','\xcc','\x65','\xdb','\xd6','\x16','\xe1','\x08','\x25','\xe8','\x06','\x88','\x7b','\x5f','\x39','\xe4','\xb4','\xad','\xea','\x94','\xb3','\x7e','\xc8','\x04','\x3c','\xe0','\x76','\xe8','\xbd','\x69','\x53','\xe0','\x27','\x6a','\x8b','\xbe','\x9e','\x6d','\x97','\xe2','\x33','\x6d','\xbe','\xdf','\xc7','\xe4','\xe6','\xc6','\x41','\x2b','\xf7','\x2f','\xfd','\x26','\xa4','\xd5','\x23','\xaf','\xc8','\xb3','\x01','\xc0','\x0d','\xea','\x29','\x83','\x06','\x3f','\xcb','\xa7','\x28','\x00','\x71','\xf9','\x1b','\xcf','\xf6','\x86','\xb3','\x9d','\x25','\xd4','\xde','\x45','\x9b','\x09','\xd5','\x7e','\xc0','\x54','\x23','\xbd','\xe9','\xb2','\xd0','\xfe','\x2d','\xf8','\xb1','\xb5','\x97','\xf7','\xf2','\xb2','\x4c','\x2d','\x91','\xe2','\x66','\x74','\xa2','\x2f','\x92','\x51','\x4a','\xff','\x5f','\x2e','\x09','\x7e','\xfc','\x73','\x81','\x7f','\xff','\xf7','\x0e','\xff','\xfe','\x5f','\x6f','\xf0','\xfe','\xcf','\x05','\x2e','\x97','\x24','\x06','\xcc','\x9c','\x09','\x60','\xcd','\xd5','\x03','\x2b','\x41','\xba','\x24','\x73','\x38','\x74','\x59','\x01','\x4a','\xf0','\x76','\xcb','\x70','\xbb','\x5d','\x60','\xbd','\x65','\xf8','\xf7','\xff','\x7e','\x37','\x46','\x16','\x3e','\x3f','\x6d','\x37','\x08','\xc2','\xb2','\x2c','\xe6','\xa1','\x6c','\x4a','\xde','\x1a','\x0a','\x23','\x41','\xe3','\x19','\x76','\xd0','\x78','\xb3','\xf1','\xc9','\xa1','\x22','\xe3','\x12','\x93','\x63','\x85','\xcd','\x5b','\x5b','\x35','\xd0','\x69','\xee','\x3e','\x25','\x93','\x88','\xf1','\xfa','\xc3','\x0a','\x35','\xea','\xf6','\x08','\x32','\x2a','\x94','\x31','\x9b','\x5f','\x19','\x8a','\x74','\xc2','\x00','\xdf','\x35','\xeb','\x80','\x4e','\xf3','\x00','\xcd','\x6c','\xdb','\xe5','\x55','\xbe','\x22','\x84','\xbf','\xbf','\xeb','\xdb','\x2c','\xb5','\x4f','\x68','\xd1','\xa7','\xfa','\xca','\xd1','\x63','\x68','\xc0','\x82','\x26','\xd1','\x3d','\xc4','\x03','\x40','\xf2','\xdb','\xb9','\xef','\x6e','\x86','\x11','\xa8','\xea','\x94','\xd4','\x40','\x84','\xa7','\x0f','\xbb','\x78','\xb2','\x3f','\x2c','\xcf','\x23','\xf1','\x87','\x65','\x65','\x2c','\xac','\x48','\x20','\x84','\xea','\xf8','\xf6','\x11','\x0f','\x0d','\xde','\x47','\x8c','\xdb','\x83','\x3a','\xb7','\x0a','\x0f','\xfc','\x80','\x27','\xaa','\xfe','\x67','\x2a','\x3f','\xf0','\xeb','\x3d','\xd4','\xe6','\x19','\x67','\xef','\xe7','\x61','\x06','\x58','\x89','\xe0','\x0a','\xab','\x28','\x98','\x97','\xb7','\x04','\x88','\xbc','\x12','\x44','\xf0','\x01','\x37','\x20','\x2a','\x21','\xb2','\x2f','\x0c','\x82','\x6a','\xfd','\x97','\x04','\x90','\xde','\x96','\x12','\x75','\x6c','\xb1','\x11','\xe2','\xe0','\x43','\xf1','\x13','\xaa','\x96','\xf9','\x7a','\x98','\x1d','\x8a','\x89','\x8e','\xfd','\xaf','\x11','\x42','\x66','\xf3','\x45','\x24','\xc6','\x95','\x3b','\x74','\x03','\x3d','\xae','\x4e','\xaa','\x8d','\xc9','\x5b','\xba','\xa9','\x8e','\x67','\x1e','\x0e','\x44','\x50','\xac','\xc2','\xea','\x70','\x53','\xac','\x0f','\xa9','\x26','\x6c','\xab','\x6f','\x9d','\x2e','\xc1','\x19','\xc8','\x7c','\xc5','\x5a','\x58','\x8f','\x4b','\xfd','\xe8','\x44','\xf9','\xa1','\xf3','\x07','\xf0','\x05','\x98','\x6a','\x0f','\x5a','\xa8','\xf2','\x80','\x06','\x7e','\xc4','\xe5','\x4d','\xce','\x8a','\x43','\x11','\xf4','\xb4','\x92','\x09','\xce','\x13','\x65','\xdc','\xc0','\xdd','\xe0','\xab','\xb8','\x79','\x48','\xd1','\x33','\x72','\x7f','\x77','\x34','\x3d','\xed','\xee','\xa9','\xbb','\x90','\x3d','\x3f','\xac','\x71','\xb0','\xf2','\x19','\x37','\xe0','\x1e','\x8b','\x2e','\x3b','\xae','\x9b','\x5c','\x6c','\xf5','\xc9','\xee','\xfb','\x95','\xa6','\x5e','\x1f','\x0b','\x81','\xcd','\xbb','\x41','\x9f','\xcf','\xe2','\xbc','\x59','\x65','\xfb','\x74','\x9a','\x95','\x77','\x53','\x19','\x0d','\x7e','\x9a','\x32','\xee','\x01','\x30','\xcc','\xc3','\xf9','\x1f','\x45','\x1b','\x63','\x4e','\xfa','\x74','\xe0','\x1a','\x75','\xac','\xf4','\xfd','\x27','\x65','\xa6','\x3b','\x66','\x25','\x75','\x68','\xf5','\xe0','\x7d','\xb4','\xa6','\x8b','\xba','\x42','\x9a','\xcb','\x35','\x01','\x16','\x83','\x76','\x95','\xf5','\xe5','\x9c','\xa1','\xc2','\x47','\x20','\x55','\x83','\x12','\xb3','\x31','\x35','\xe0','\xb0','\x02','\xae','\x6e','\x5e','\xde','\x33','\x8f','\x7c','\x43','\x37','\x48','\xb2','\xc7','\x02','\x7e','\xde','\x7f','\x2c','\xf0','\xbf','\xff','\xeb','\x1d','\xfe','\xf7','\xff','\xfc','\x80','\x7f','\xfe','\x7d','\x83','\xcb','\x5b','\x12','\x20','\xb7','\xde','\x08','\xd6','\x5b','\x31','\x08','\x15','\x43','\x17','\xa8','\x7d','\x50','\xb5','\x38','\x44','\x00','\x28','\x47','\x07','\x2c','\x97','\xb2','\xcd','\xe5','\xff','\xfe','\x7f','\xde','\x6c','\x95','\x10','\xe1','\xfd','\xfd','\x3d','\xe4','\x41','\x17','\x9d','\x28','\x8a','\x02','\x27','\xd5','\x8e','\x98','\x26','\xf5','\x0a','\x93','\x6d','\x29','\xd8','\xbe','\x1c','\xa6','\x27','\xcb','\xac','\x95','\x2b','\x89','\xf6','\x7c','\xd3','\xf9','\x91','\x1a','\x04','\x86','\xe7','\x53','\xdb','\xd8','\xcd','\xee','\x3e','\xc3','\x6f','\x52','\xf3','\x66','\x2b','\x6e','\x73','\x85','\x69','\x49','\x46','\x73','\xe3','\xde','\x39','\x63','\x2c','\xdd','\x00','\x32','\x18','\xef','\x1e','\x77','\xb5','\x1e','\x3f','\x7f','\xfe','\x84','\x7f','\xfe','\xf9','\xc7','\x3e','\x0b','\xf2','\xe3','\x7a','\xcb','\xb7','\x1d','\x70','\xe1','\xc6','\x20','\xee','\xa8','\xd3','\x17','\x51','\xf8','\xad','\xdb','\x52','\x5e','\x40','\x81','\xb2','\x3a','\x18','\x30','\xa2','\x7c','\x23','\x74','\xef','\x74','\xe0','\x6a','\x38','\x25','\xa8','\xa5','\xe2','\x81','\xc7','\x37','\xc2','\x6f','\xd5','\x98','\xbb','\xa9','\x96','\xbc','\xd6','\xca','\x23','\xaa','\x96','\x0e','\x02','\xa0','\x35','\x8b','\x22','\x48','\x32','\xc8','\x6c','\x1d','\x6c','\x83','\x7d','\x5b','\x5b','\xc3','\xf4','\xbc','\x08','\xc7','\x3c','\xeb','\xff','\x6e','\x05','\x94','\xf7','\xcc','\xe8','\x39','\x6f','\xb6','\x65','\x78','\xc5','\x12','\x58','\x88','\xd5','\xee','\xe5','\x73','\x5c','\x00','\xc4','\xf7','\x99','\x05','\x05','\xb0','\x75','\x5c','\x0d','\xd2','\x5c','\xff','\xde','\x6e','\x24','\x05','\x51','\x5e','\x60','\xb9','\xd4','\xd0','\xda','\x44','\x70','\xfb','\x58','\x8b','\x60','\xa8','\x75','\x5d','\x2e','\xc5','\x92','\x84','\xdc','\x56','\x76','\x49','\xaa','\x4b','\xec','\x12','\x8e','\x19','\xb1','\xf8','\x17','\xaf','\x35','\x54','\x36','\x40','\xa9','\x03','\x1f','\x6a','\x27','\xfc','\x43','\xb5','\x43','\xf1','\xad','\xcf','\x74','\x85','\xf3','\xf4','\xb0','\x51','\xf4','\x4e','\x25','\x48','\x80','\x48','\x90','\x21','\x1a','\x69','\xac','\xc6','\xb6','\xe2','\xed','\x60','\xc6','\x9b','\x5a','\x09','\xa2','\x06','\x94','\xa2','\xb6','\xc9','\xb7','\x44','\x8e','\x4e','\xc6','\x60','\xba','\x0e','\xac','\xa0','\x3d','\x16','\x33','\x34','\x50','\x6b','\xf5','\xb4','\x98','\x8f','\x78','\xa1','\x8a','\x00','\xca','\xb0','\xa6','\x57','\x7b','\xe2','\x79','\x54','\xac','\x93','\x20','\xe7','\x18','\x45','\x79','\x5a','\x20','\xb3','\xc1','\xd4','\xfd','\x4b','\x13','\xb7','\x36','\x49','\xc9','\x45','\x5d','\x96','\x56','\x1e','\x67','\xa8','\x79','\x3c','\xed','\x04','\x8d','\x38','\x4a','\xb3','\x08','\x62','\x36','\x9f','\x59','\x0a','\x81','\x24','\xa9','\x7a','\xa8','\x04','\xbe','\x8e','\xf2','\x4e','\x1b','\xc0','\x47','\x80','\xd0','\x77','\x11','\xc7','\x46','\x86','\x1c','\x7d','\x47','\x51','\x9b','\x8f','\x2e','\xa1','\xea','\x08','\xa2','\xdc','\xa7','\x39','\x93','\xa2','\xf9','\xb5','\x3b','\xf6','\xf9','\x10','\x6d','\xa5','\xa1','\xaa','\xb9','\xc4','\x86','\x4a','\xe2','\xb4','\x1e','\xa4','\xcc','\x52','\x55','\x90','\x25','\xa8','\x57','\x06','\x20','\xe4','\xfd','\xbe','\xdc','\x77','\x4a','\xbf','\x46','\xde','\xca','\xe1','\x15','\x6b','\x6e','\x2b','\xc0','\x7d','\x1b','\x84','\x70','\x6e','\x1e','\xd6','\x6c','\x53','\x42','\xb8','\x2c','\x09','\xde','\x7f','\xbc','\xc1','\x8f','\x7f','\xdf','\xe0','\xfd','\x47','\xd9','\xa3','\x4b','\x04','\xf5','\xbc','\xb3','\x2c','\x00','\x88','\x80','\x8a','\xbe','\xca','\xfa','\x08','\xb0','\xa7','\x80','\xd2','\xef','\x53','\x82','\x25','\x01','\x2c','\x40','\x90','\x2e','\x7d','\x30','\xb7','\x65','\x59','\x20','\x02','\xba','\x26','\x08','\x42','\x74','\x50','\x10','\x8f','\xb6','\xae','\x3b','\xb6','\xf4','\xa8','\xcd','\xbe','\x73','\xda','\x01','\xf9','\xf4','\xd4','\xfe','\xe5','\x7f','\xea','\x5f','\x82','\xfe','\x1d','\x63','\x50','\x66','\x45','\xb0','\x2a','\x49','\x86','\x3f','\x8d','\x6a','\xb3','\x01','\x7e','\x5a','\x7d','\xed','\x0b','\x5b','\xdf','\x79','\xf4','\x0c','\xfd','\x0f','\xaf','\x0c','\x52','\x70','\xdf','\xbf','\xb8','\xd1','\x10','\x9c','\x70','\x61','\xcc','\xde','\xf5','\xed','\xbb','\x70','\xd3','\x01','\x0d','\x16','\xe6','\xba','\x67','\x3b','\xb9','\xf4','\xb7','\xb6','\xfa','\x19','\x76','\xf8','\x03','\xb9','\x4b','\xdc','\xf0','\x4d','\x1e','\x80','\xad','\x52','\x90','\x7d','\x80','\xea','\x8a','\x8b','\x37','\xab','\x12','\xa4','\xcf','\xf1','\xf1','\xcc','\x6d','\x54','\xd9','\x60','\x2c','\xf3','\x14','\x10','\x65','\xbe','\x57','\x06','\xbb','\x7a','\x39','\xdd','\x90','\x19','\x6d','\x59','\x21','\xd9','\x1b','\x66','\xce','\xe2','\x25','\x73','\x1b','\xa5','\xef','\x64','\x55','\x96','\xea','\x01','\x97','\x1a','\x60','\xd5','\x97','\x14','\x16','\x82','\xdb','\x2d','\x03','\xd1','\x0a','\x39','\x13','\xbc','\xbd','\x13','\x5c','\xde','\x17','\x51','\x88','\xd7','\x35','\xc3','\xf5','\xd7','\x0d','\x80','\x08','\xde','\x68','\x81','\xcb','\xdb','\x22','\xcb','\xe9','\x00','\x05','\x6c','\x25','\x00','\x78','\xfb','\x71','\x69','\x07','\x6e','\x22','\xc2','\xc7','\xaf','\x1b','\x5c','\xaf','\x20','\xf9','\x82','\x2a','\x8f','\xdd','\xe2','\x52','\xc2','\x6a','\xd9','\x2f','\xab','\x4e','\x0d','\xf0','\x91','\xe8','\x3b','\x67','\xea','\x7f','\x8f','\x92','\x5f','\x41','\xff','\x0c','\x0a','\xc1','\xa0','\x29','\xbb','\x7e','\xd7','\x2a','\xa8','\xa3','\xf1','\x27','\xab','\x70','\x08','\x35','\xfa','\x4f','\x70','\x86','\x15','\xd4','\x3d','\x5e','\x72','\x70','\xa8','\x52','\x02','\xe2','\x82','\xdb','\x38','\x0c','\x35','\x31','\x06','\xdd','\xa8','\x6e','\x05','\xcc','\x1a','\xcb','\x82','\xa6','\x6e','\x2f','\x0a','\x90','\x6e','\x63','\x99','\x72','\x3b','\xd8','\x54','\xaf','\xd6','\x46','\xe5','\xf2','\xaa','\xd7','\x11','\x05','\x43','\x2e','\x47','\x4a','\xce','\x1e','\x55','\x3e','\x20','\xae','\x85','\xdd','\x81','\x58','\x10','\x2a','\x14','\x23','\x54','\x2a','\xb0','\x12','\x37','\x74','\xc7','\x7b','\x01','\xcd','\xa7','\x5a','\x16','\x4e','\x2c','\xcb','\xb5','\x77','\xf6','\x13','\x7f','\x1a','\x7d','\x06','\x4e','\xdd','\x28','\x23','\x04','\x3f','\x4c','\x4d','\x08','\x02','\x07','\xa7','\x3a','\x5a','\xe1','\x47','\x57','\x7f','\xa6','\xca','\xa8','\xb2','\x89','\x08','\x8b','\x51','\x2f','\x31','\x30','\x02','\x75','\x68','\xa9','\x05','\xc2','\x41','\x26','\x85','\x5c','\x55','\xb5','\x87','\x87','\x2e','\x8f','\x75','\x81','\x9c','\xa1','\x1a','\x5e','\x6a','\x19','\x5f','\x3c','\xb8','\x14','\x6b','\x56','\x37','\x0b','\xff','\x5b','\x6f','\x59','\x58','\x07','\xaf','\x86','\xaf','\x7c','\xf6','\x99','\xe8','\xe8','\xfc','\x4a','\x51','\x12','\x64','\xda','\xb3','\xb1','\x0b','\x50','\x9e','\xfb','\x55','\xe9','\x51','\x40','\xb7','\x8b','\x4e','\x74','\xbd','\x5e','\xcd','\x43','\x7e','\xa9','\xe7','\x2f','\x0e','\x10','\x79','\xa6','\xcb','\x7f','\x1d','\x28','\x22','\x75','\xd1','\xb0','\x8d','\xcb','\xdc','\x08','\xa9','\xf6','\x83','\x6a','\x45','\xca','\x5f','\x74','\xe5','\x73','\x94','\x37','\x30','\x82','\x64','\x73','\x4a','\x68','\x06','\x1f','\x0e','\x90','\x89','\xd1','\xe2','\x14','\xbf','\x19','\xea','\xe5','\x3e','\xb6','\x7e','\xb9','\x93','\xe3','\x74','\xab','\x3f','\x3b','\xd9','\x1c','\xd9','\xef','\xb5','\x29','\xb0','\x5e','\x88','\x66','\xf9','\x98','\x51','\xd2','\xf5','\x0d','\x4f','\x1b','\xdc','\xa8','\xb9','\xa5','\xf5','\x56','\x80','\xc8','\x50','\xd0','\xca','\x9a','\x00','\x5b','\x02','\x3c','\xfa','\x9b','\xc2','\xf3','\x01','\x4c','\xd8','\xc7','\xe6','\xe6','\x56','\x46','\x93','\x80','\xb4','\x0d','\x6a','\xc1','\x0c','\xd0','\x8e','\x63','\x75','\x4d','\x28','\x29','\x07','\xc2','\x79','\x5c','\x88','\x9e','\x7b','\xa1','\x10','\xd3','\xfa','\x24','\x17','\xcc','\x0a','\xac','\x02','\x4e','\xda','\x7a','\xce','\x95','\xc8','\x00','\xc5','\xd2','\x25','\x85','\xa1','\x9d','\x45','\x2b','\xc1','\x9a','\x57','\xa0','\x9c','\x21','\x53','\xf1','\x8f','\x7e','\x63','\xa0','\x43','\x50','\x23','\xc7','\x81','\x74','\xe6','\xf2','\x96','\x64','\xa5','\x87','\xe5','\xd1','\xb2','\x20','\xa4','\x74','\x11','\xbe','\x90','\x16','\x04','\xfc','\x59','\xd2','\xdf','\x6e','\x65','\x19','\x48','\x70','\x26','\x03','\x51','\x6e','\x2b','\x87','\x33','\x8e','\x7a','\x80','\x5a','\x3d','\x3f','\x83','\x66','\xe7','\xee','\x7c','\xba','\xca','\x5b','\x77','\x26','\x5c','\x19','\x3f','\x11','\xda','\x89','\xd3','\xf2','\x85','\xac','\x92','\x98','\x07','\x00','\xdc','\xbb','\x0c','\x7e','\x0a','\xfe','\x61','\x00','\x91','\x05','\xf8','\xb7','\xfa','\x95','\x0c','\x70','\xe1','\xb9','\x82','\x40','\x23','\xab','\xa7','\xa9','\x07','\x97','\x6d','\x47','\x3c','\x8d','\x2f','\x6a','\x79','\xba','\xce','\x68','\x84','\x36','\x87','\xed','\x4e','\xc8','\x21','\x71','\xcb','\xdb','\xeb','\x9a','\x8b','\xdb','\x5b','\x97','\x5b','\x2b','\xc2','\x8c','\x96','\x21','\x70','\x18','\x3c','\x98','\x1d','\x64','\x81','\x82','\x55','\xc0','\xa7','\x4e','\x34','\xbb','\xc9','\x7f','\x23','\xcd','\xde','\x20','\xd3','\x0c','\xee','\x33','\x95','\xb5','\x4e','\x28','\xec','\x3c','\x3a','\xda','\xaf','\xc3','\x77','\xf8','\xbb','\x32','\x2f','\x9e','\xcf','\xee','\xdb','\x10','\x1b','\xaa','\x46','\x8d','\x33','\xca','\xb0','\x7f','\xb4','\xd1','\x23','\x46','\xe7','\xac','\x32','\xf9','\x40','\x07','\x15','\x83','\xd4','\xe4','\x20','\x13','\xe3','\xc7','\x7c','\xfe','\x52','\x2f','\xc2','\xe6','\xc2','\x55','\xc3','\xf3','\x27','\xe6','\x0d','\x55','\x56','\x94','\x22','\xc6','\xbc','\xa9','\xf1','\x00','\x6c','\x7d','\x42','\x00','\x44','\xd9','\xba','\xcc','\xca','\x60','\x55','\x06','\x15','\x65','\x28','\xb4','\x00','\x02','\xda','\x4b','\xdd','\xbc','\x7c','\xce','\x48','\xf3','\x7a','\x49','\x26','\x82','\xeb','\x75','\x85','\x5f','\x3f','\x6f','\x00','\x00','\xf0','\xbe','\x2e','\xd5','\x5b','\x03','\x0c','\x2f','\xe7','\x83','\xb0','\x51','\xbb','\xca','\x53','\xf0','\x39','\xd8','\x75','\x6e','\x5d','\x4d','\x1b','\x89','\x08','\x6e','\xb7','\xdb','\x76','\x10','\x84','\x52','\xd0','\xde','\x39','\x40','\x01','\x05','\xe0','\x67','\x2b','\xb1','\x49','\xa3','\x35','\x2b','\x8d','\x98','\x58','\x9b','\xdb','\x02','\x4d','\xd4','\x72','\x94','\x0e','\x1b','\xf9','\x4f','\x3b','\x32','\xfe','\x83','\x4a','\x50','\xb1','\xd0','\x9c','\x1a','\x00','\x77','\x80','\x9f','\xbd','\xec','\xd8','\x8e','\x7d','\x64','\x8b','\x7a','\xe8','\xfa','\x16','\xd0','\x9a','\xcb','\xc7','\xff','\x1d','\xce','\xfd','\x19','\x36','\x61','\xf2','\xd3','\x4d','\xa5','\x9b','\xcd','\x6b','\xf4','\x2e','\xf4','\xef','\xef','\xf6','\x3c','\xfa','\xef','\xd3','\xc0','\x96','\x3e','\x1f','\xa0','\x1d','\x60','\x5a','\xef','\x6b','\x94','\xb5','\x59','\x48','\x73','\x0b','\x12','\x05','\x87','\x79','\x8a','\xd2','\x42','\x8d','\xd7','\xe0','\x4c','\xbe','\x03','\x85','\xa5','\x03','\x62','\x11','\xd8','\x53','\x85','\x47','\x8a','\xa0','\x5f','\x9d','\xc5','\x5c','\x04','\x09','\x5b','\xcf','\xc8','\x64','\x56','\x72','\x20','\x16','\x0e','\x90','\x00','\x3e','\x2a','\x58','\xc9','\x00','\x6f','\x6f','\x09','\xd2','\x92','\x20','\xa5','\xe2','\x72','\x74','\xfd','\x28','\x4c','\xf8','\x2d','\x2f','\xb0','\xbc','\xd5','\x33','\x66','\xc4','\x64','\x56','\x72','\x7c','\x7b','\x5f','\x00','\x13','\x8a','\xbb','\x5c','\x8d','\xb4','\x00','\xb9','\x1e','\x98','\x9a','\x15','\x10','\x13','\x30','\xb4','\xb2','\x3f','\xb7','\x06','\x69','\xdc','\x4f','\x75','\xa6','\xbb','\x4f','\xf6','\x2d','\x95','\x9b','\x67','\x53','\x43','\x8d','\x40','\x84','\x65','\xdc','\x97','\x9f','\xb2','\xba','\xa6','\x57','\x50','\xf8','\x1d','\x04','\x50','\x6e','\x93','\x08','\x19','\x01','\x00','\xb2','\x71','\x9b','\x18','\x91','\x7c','\x13','\xd6','\xdb','\xd4','\xf8','\x1d','\xb9','\x6f','\x45','\x6e','\xd3','\xa8','\x5c','\x28','\x79','\xcc','\x15','\x17','\x95','\x6a','\xf1','\xac','\x2e','\x6f','\x9b','\xa0','\x40','\x03','\x02','\x75','\xcf','\x8c','\x17','\xf7','\xfa','\xa0','\x8a','\x73','\x24','\x6d','\xb6','\xae','\x7a','\x9f','\x8d','\x47','\xfe','\xd2','\x6f','\x46','\x77','\x0c','\x9e','\xcd','\xd5','\x9f','\x4a','\x99','\x22','\x89','\xf1','\x42','\x44','\xa0','\xbc','\x45','\xea','\x2c','\xca','\x04','\xd9','\xe9','\x9b','\x02','\x86','\x74','\x73','\x0b','\xf3','\x32','\xab','\xda','\xed','\xc0','\xe1','\x66','\x48','\xc9','\xac','\x2b','\xeb','\x32','\xa1','\xe9','\x09','\xd6','\x53','\xe2','\xc9','\xb3','\x78','\x82','\x51','\x20','\x28','\x79','\x0e','\xf5','\x28','\x8b','\x8f','\x5b','\x59','\x35','\x27','\x2a','\x91','\xdf','\x0c','\x2f','\x2d','\x69','\xd9','\x40','\x29','\x71','\x09','\xa8','\x41','\x42','\x00','\xd7','\x05','\x8e','\xa7','\x22','\xe2','\x5c','\x10','\x84','\xcb','\xc5','\xe0','\xa1','\xfa','\x82','\x12','\xef','\xa4','\xac','\x9a','\x11','\xf0','\x51','\xa0','\x24','\x64','\xcc','\x52','\x53','\x25','\x88','\x48','\xdf','\x07','\x51','\xf2','\x18','\xe8','\xb4','\xeb','\x80','\xb8','\xbc','\x01','\xf8','\x89','\xf4','\xad','\xfa','\x05','\xea','\x75','\x6f','\xe5','\xb2','\x7f','\x83','\x47','\xe3','\x14','\x53','\xa4','\x75','\xe3','\x4d','\x8b','\xa4','\x36','\x3a','\xf4','\x5d','\xde','\xf2','\x3b','\x00','\x68','\x10','\xdc','\x3e','\xaf','\x9d','\x57','\x5f','\x69','\xe5','\x67','\xba','\x99','\x1b','\xe9','\x1a','\xc0','\xad','\x4a','\x34','\x80','\xb1','\x24','\x74','\xcd','\x0d','\x35','\x53','\xcf','\xa5','\xf4','\x9b','\x6e','\x7f','\xc3','\xc1','\x41','\x62','\x5c','\xed','\xa1','\xc0','\x1f','\x02','\x90','\x0d','\x8e','\x59','\xf6','\xb6','\xb5','\x39','\x46','\x5d','\x59','\x7d','\x6b','\x44','\x9d','\xaf','\x8c','\xd6','\x07','\xfa','\x30','\x00','\x48','\xdd','\xe3','\xf0','\xcf','\x1e','\x94','\x35','\x7e','\x1e','\xa3','\x23','\xe4','\x54','\xbe','\xff','\xa6','\xe6','\x10','\xed','\x25','\x90','\x3a','\x09','\x9f','\x61','\x37','\xa1','\x8a','\x38','\x90','\xa3','\x87','\x11','\x9f','\x15','\x54','\x2d','\x42','\xb4','\xc0','\xe5','\x1d','\x00','\x31','\x01','\x50','\x61','\x8a','\xf9','\x57','\x39','\x3b','\xe0','\xb2','\x2e','\xe5','\x1c','\xa1','\xb7','\xc6','\x9c','\x09','\x8a','\x22','\xfb','\xf6','\x96','\x20','\xe1','\xa5','\x76','\x0f','\x42','\xfa','\xef','\x0a','\xd7','\x5f','\x6b','\xf1','\x4f','\xa6','\x15','\x74','\x43','\x59','\x60','\x89','\x4b','\x9c','\x6b','\x87','\xa4','\x44','\xdb','\x7d','\x95','\xff','\x1f','\xa6','\xc9','\x45','\x96','\xd3','\x69','\x66','\x25','\xa8','\x0d','\xc9','\x63','\x13','\xa1','\xad','\xac','\x29','\x59','\x92','\x8a','\xfb','\x23','\xb2','\x6a','\xa4','\x0f','\x16','\x54','\xbc','\xbf','\x9c','\x1a','\xce','\xe0','\xa3','\x28','\x08','\xf9','\x46','\x70','\x83','\xea','\x5a','\x11','\x30','\x54','\xbd','\x37','\xaf','\x3c','\x66','\x0d','\x45','\xb7','\x22','\x72','\xe7','\x64','\xb7','\x36','\x75','\xa7','\xae','\x58','\xf2','\x61','\xae','\x97','\x4b','\x92','\xb1','\x5a','\xdc','\x3a','\x00','\xd6','\x95','\x20','\xdf','\x1c','\xf8','\xf1','\xca','\x83','\x6e','\xbb','\xe9','\x1c','\x0c','\xe6','\xc5','\xe4','\xc7','\x9f','\xf8','\x0c','\xdc','\x07','\x9e','\x17','\xed','\x92','\x1b','\x80','\x77','\x0f','\xc7','\xaf','\x44','\x5a','\x53','\x96','\x88','\xad','\x44','\x43','\x49','\xb2','\x9f','\xe5','\xef','\x4a','\xd1','\x96','\x81','\x91','\xa2','\x2c','\xbc','\x6c','\xde','\x35','\x8d','\xe5','\x59','\xd8','\xe3','\x5a','\x26','\x2a','\x65','\x53','\xec','\x50','\x47','\x69','\xef','\xb3','\x76','\x32','\xd8','\xbe','\x4b','\xd5','\x90','\x83','\x48','\xc2','\x37','\x10','\xd5','\x94','\xc6','\xc6','\x4f','\x98','\x23','\x85','\x46','\x97','\x0a','\x8c','\x32','\x03','\xa4','\xa0','\x62','\x05','\x1c','\x95','\x08','\xb0','\xa9','\xca','\x23','\x51','\x15','\x12','\xd7','\x27','\xa8','\x7f','\x77','\x93','\x06','\xd7','\xf7','\x0d','\xdb','\x16','\xfd','\x12','\xc4','\xab','\x63','\x5d','\x09','\x6e','\xb7','\xb5','\x7a','\x1b','\x95','\xca','\x26','\x04','\xc0','\x94','\xc4','\x85','\xcf','\xee','\x9d','\x64','\x5d','\xa6','\x63','\x8e','\x00','\x80','\x61','\x30','\xb7','\xf7','\xf7','\xf7','\x70','\x4c','\xed','\x86','\xc1','\x16','\xbe','\x16','\x7c','\x08','\xad','\xfe','\x68','\xfe','\xd7','\xf5','\xa3','\x7e','\xb7','\x5e','\xcb','\x2d','\xf5','\x9b','\x57','\x72','\x34','\x8a','\x05','\xd2','\x79','\xdb','\x9c','\x09','\xaa','\xf0','\x9b','\x58','\xf9','\xe9','\x56','\x7d','\x38','\x3b','\x55','\x47','\x02','\x37','\xf1','\xa6','\x85','\x00','\x76','\x79','\x6d','\xcd','\x96','\x48','\x6d','\x14','\x4b','\x81','\xff','\xbb','\x41','\xff','\xfd','\xf7','\x13','\xfe','\xfd','\x77','\x7f','\xf5','\x27','\xe7','\xba','\x49','\xf0','\x37','\x58','\xfd','\xd9','\xa2','\x2d','\x20','\x83','\x26','\x45','\x94','\xe8','\x6e','\xf1','\xb5','\x53','\x9b','\xb9','\xc7','\xf6','\x27','\xc9','\x01','\x88','\xc5','\xea','\x5d','\xf7','\x3c','\x08','\xc3','\x43','\xa8','\xfe','\x6e','\x1d','\x75','\x78','\x43','\x04','\x10','\x83','\x9e','\x01','\xf0','\x89','\xaa','\xa8','\xc6','\x4b','\xb3','\x06','\x63','\x39','\x0c','\xd4','\x17','\x06','\x15','\xd0','\xab','\xd2','\xf7','\xce','\xfb','\x08','\x75','\x39','\x9f','\x06','\x00','\xb4','\x4b','\x1c','\x5f','\xb3','\x4c','\x13','\x93','\x0c','\x33','\x77','\x6c','\x75','\x04','\x80','\x72','\x4e','\x00','\x11','\xc8','\x39','\x60','\xc0','\xca','\x31','\x01','\x64','\x84','\x4c','\xc5','\x5d','\xae','\x2d','\x20','\x20','\x2c','\x6f','\xda','\xda','\x54','\x32','\x5d','\x96','\x04','\x3f','\xfe','\x7d','\x83','\x65','\x49','\xb0','\x5c','\x12','\xfc','\xba','\x5c','\xe1','\xe7','\xcf','\x1b','\x10','\xf0','\xb9','\x2d','\xa5','\x12','\xda','\x78','\x93','\x33','\xeb','\xd1','\xc1','\xc7','\x1e','\x29','\x01','\x2f','\x46','\xd2','\xe7','\x9f','\xc4','\x3b','\x88','\x2a','\x30','\xac','\xab','\x3d','\x66','\x15','\x42','\x81','\x46','\xac','\x7b','\x80','\x78','\x4e','\x00','\x14','\xc0','\x49','\xf5','\xbb','\x5d','\xaa','\x5b','\x63','\x26','\x80','\x15','\xcb','\xfe','\x56','\xd4','\x5a','\x00','\x93','\xe3','\x0d','\x46','\x87','\x61','\x10','\x12','\x90','\x0e','\x67','\xcd','\xdf','\x5d','\x56','\x7e','\x16','\x84','\xcb','\xa5','\x8c','\x13','\xde','\xd8','\x4b','\x6b','\x2e','\x07','\xf6','\xd5','\x43','\xfb','\x3a','\xf0','\xe3','\xfa','\x20','\x2e','\x34','\x1e','\x32','\xbd','\xac','\x3d','\x48','\xaa','\x0f','\x9a','\x4b','\xea','\x1f','\x4a','\x9d','\x1c','\x6f','\xb7','\x3f','\xd9','\xc6','\x30','\xa6','\x73','\x05','\xd5','\xb9','\xb4','\x25','\xd7','\x4e','\x1c','\x57','\xbc','\xef','\xb2','\x6d','\xf4','\x87','\xe1','\x47','\x42','\xb0','\xfa','\x95','\x78','\xb7','\x9e','\xdd','\x7f','\x01','\x4f','\x47','\xfd','\xad','\x9c','\xae','\xcb','\x6e','\x71','\x3c','\xef','\x52','\x02','\x89','\x88','\xca','\x7b','\x83','\x12','\x56','\x97','\x6f','\xb0','\x9f','\xbd','\xb9','\xfc','\x5a','\x55','\xc0','\x78','\x31','\x55','\xfd','\x81','\xc4','\xf0','\xa3','\x64','\xfa','\x4e','\xfb','\x9f','\x36','\xb4','\x10','\xea','\x71','\x13','\x49','\xb9','\xb4','\x95','\xfd','\x90','\x6b','\x2a','\xcc','\x3f','\x25','\x80','\x9c','\x10','\x12','\xb5','\x03','\x60','\x63','\xf5','\xb5','\xdd','\x20','\xa5','\x17','\xf0','\xbe','\x5d','\xfd','\xec','\xae','\x20','\x08','\xf2','\x3b','\x00','\x5a','\xa4','\xaf','\x45','\x48','\xb9','\x11','\x40','\xf6','\x82','\x19','\xbb','\xc7','\x43','\xfc','\x3b','\x5e','\xf9','\x21','\x93','\x15','\x72','\x5a','\x71','\x03','\x9a','\x73','\x7b','\x03','\x80','\x7d','\x21','\xae','\xaa','\x1f','\x76','\xb6','\x47','\x7a','\xd0','\xd2','\xea','\x96','\xcf','\x07','\xd1','\x88','\xb9','\xed','\x2c','\x7f','\xd3','\x9b','\xb7','\xb7','\x5e','\x60','\x60','\xd7','\xa5','\x7f','\x71','\xba','\x57','\xe7','\xea','\xc0','\x4e','\xf0','\x53','\xd3','\x66','\x3f','\xef','\x6a','\x1c','\x16','\x92','\x9b','\x57','\xfc','\xbb','\x6a','\x10','\xcb','\x9e','\x01','\x75','\x5b','\x36','\xf7','\xe5','\xc6','\xd8','\x40','\x2c','\x3d','\xba','\x20','\x2e','\xc7','\xe6','\x20','\xff','\x12','\xb4','\x53','\xa3','\x65','\xb5','\xb3','\x5d','\x4b','\xbf','\x46','\xe3','\x54','\xb8','\xa9','\x62','\x94','\xd0','\x5e','\xf2','\x80','\xa3','\xc9','\x12','\x72','\x79','\x4d','\x70','\x57','\x52','\x8a','\xad','\x94','\x55','\xc0','\x5d','\x4b','\x52','\x04','\x1c','\xa9','\xf4','\x4c','\xa5','\x5c','\xec','\xe6','\x9f','\xae','\x2f','\x97','\x53','\x22','\x6c','\x65','\xb8','\xe2','\x0a','\x1c','\xfd','\x3d','\xd5','\x83','\xd6','\x90','\x8a','\x4b','\xdb','\xb5','\xa6','\x5d','\x72','\x82','\xcb','\xdb','\x02','\xcb','\xa2','\xc0','\x22','\x96','\x83','\x2b','\xd3','\x0f','\x68','\x9b','\xda','\x6b','\x1f','\x5f','\x3f','\x56','\x80','\x5b','\x01','\x51','\xd2','\x17','\xc0','\xdf','\x93','\x6b','\xd9','\xda','\x27','\x77','\xf4','\x0a','\xf0','\x83','\x12','\xc7','\xcf','\x95','\x7b','\x56','\x84','\xfc','\x2b','\xac','\x0b','\xb3','\xc0','\x0d','\xdf','\x51','\xf7','\x4f','\x01','\x49','\xd4','\x5c','\x3b','\x52','\x06','\x80','\x84','\x05','\x28','\x67','\x00','\x60','\xd7','\x47','\x55','\x39','\xe4','\xf1','\xce','\x37','\x91','\x6a','\x48','\xd4','\x02','\x40','\xf2','\x9a','\x81','\x72','\xfd','\x56','\x2c','\x44','\xd5','\xb8','\xe3','\x96','\x1a','\x81','\x69','\xea','\x03','\x6a','\x0e','\xb4','\x39','\x67','\x9a','\xaa','\x2c','\xb7','\x69','\x29','\xd1','\x8d','\x96','\x25','\xc1','\x92','\xf8','\x20','\xbf','\x02','\x7a','\xd6','\x5b','\x01','\x40','\x5d','\x5f','\xea','\xa1','\x2a','\x03','\xbd','\xd7','\xa4','\xd0','\xbd','\x22','\xc6','\x90','\x11','\x4d','\x7e','\x0e','\xcb','\x27','\x06','\x28','\xeb','\x4f','\x24','\xc7','\x1f','\xe5','\xe7','\x48','\xbe','\x3f','\xb8','\x0c','\x6b','\x74','\x9c','\x41','\x75','\x4a','\x3a','\xc7','\x9b','\xbf','\xda','\x55','\x23','\x98','\xf7','\xf7','\x0e','\xa1','\xe9','\xd5','\x9f','\x9a','\x86','\x75','\x9a','\xc2','\x4a','\xbd','\x8e','\x86','\x7a','\xea','\x96','\x3d','\x89','\x8c','\x3c','\xce','\x56','\xf1','\x51','\x97','\xa6','\x0a','\xd5','\xd7','\x8e','\xd7','\x8b','\x9e','\x0b','\xad','\x0b','\x93','\x16','\xd0','\x35','\x94','\xbf','\xf4','\x07','\x2f','\x0e','\x10','\xb5','\x28','\xa9','\x7c','\x4f','\x4f','\xdb','\x0a','\xaa','\x78','\x41','\x21','\x53','\xd9','\x8b','\xd4','\x8c','\x1b','\x5a','\x96','\x53','\xf7','\xb1','\xcc','\xa2','\x87','\xd1','\x3b','\x82','\x46','\xbb','\xf6','\x0d','\xbf','\x1c','\x8a','\x0a','\x22','\xab','\x40','\x12','\x19','\x53','\x5b','\x76','\x54','\x79','\x09','\xdb','\xfe','\x49','\x34','\x4b','\x65','\xdb','\xf5','\xe1','\x3d','\xa1','\x9a','\xfc','\xbe','\x20','\x26','\x03','\x80','\x46','\x91','\x12','\x76','\xc9','\x4b','\x8c','\xa1','\x82','\x08','\x15','\x2d','\x74','\x23','\xc1','\xa7','\x32','\xb7','\x0d','\xd8','\x82','\xfb','\xc0','\x4f','\x2b','\x3f','\xbe','\x6d','\x05','\xa2','\xad','\xaf','\x51','\x33','\x83','\xb9','\x23','\x73','\x4a','\xdf','\xd8','\xa9','\x42','\xb7','\xe2','\x13','\xd4','\x67','\x8b','\x7e','\xfd','\xfa','\x05','\x3f','\x7e','\xfc','\xe8','\x35','\x42','\x47','\xc5','\xf2','\x79','\xfc','\xbc','\x1f','\xeb','\x3b','\xfa','\x35','\xd4','\xf5','\xeb','\xee','\x0b','\xb0','\x3d','\x03','\x4d','\xc2','\x07','\xc8','\x23','\x97','\x41','\x29','\x00','\xaa','\xfe','\x4a','\xa7','\xe9','\x42','\x4a','\x2b','\x4b','\x0e','\x64','\x0d','\x78','\xfc','\x4a','\x8b','\x93','\xc6','\x5d','\xd9','\x95','\xb1','\x25','\x68','\x8c','\x53','\x8d','\xdf','\xae','\x2f','\x47','\xdd','\xe0','\xfa','\xd1','\xbe','\x16','\xf5','\xe3','\xa0','\xe3','\x77','\xc6','\xa6','\x27','\xd9','\xef','\xc4','\x42','\x8c','\xd9','\x83','\xc2','\x64','\x46','\xbe','\x31','\xf8','\x21','\x1a','\xc8','\x34','\xcd','\x3c','\xca','\x66','\xd4','\xdb','\x6d','\x05','\xa8','\x20','\xf3','\xf2','\x56','\xf6','\xfe','\x60','\xaa','\x61','\xb2','\x6f','\x25','\xc2','\xdb','\x65','\x4d','\x65','\xc5','\xed','\xbd','\x82','\x20','\xb6','\x40','\x01','\x00','\x2e','\x09','\xde','\xb0','\x6c','\x68','\xe7','\x3d','\x1e','\x3f','\xff','\xbb','\xc2','\xf5','\x17','\xca','\xbe','\x0e','\x76','\x55','\xe4','\x3a','\xb0','\xc2','\xd2','\xba','\x80','\xbf','\x3f','\x33','\xf4','\x66','\x3a','\xd2','\x02','\x71','\x86','\xb7','\x79','\x01','\x7a','\x2f','\x59','\x16','\x4e','\xfd','\xbd','\x99','\x3c','\x76','\xc0','\xd0','\xb4','\x72','\x43','\x50','\x02','\x1d','\x24','\x82','\x94','\x4b','\xff','\x17','\x77','\xe1','\x16','\x3d','\x89','\xd5','\x40','\xe6','\xc9','\x22','\x44','\xa9','\xba','\x58','\xa8','\x15','\x1a','\xf9','\x2f','\x01','\x60','\x46','\x27','\x47','\xdb','\xf9','\x1b','\x52','\x47','\x96','\x33','\x00','\xa2','\x34','\xe8','\xa0','\x00','\xcd','\xca','\xda','\xda','\xca','\x2e','\x1d','\x0c','\x8c','\x01','\x00','\xd6','\x5c','\x36','\x29','\xdf','\xae','\x6a','\xe5','\xc7','\x1f','\x70','\xaa','\xdb','\xac','\xae','\x47','\xbd','\xdf','\xd2','\x04','\x32','\x54','\x14','\x1c','\x50','\x0d','\x18','\xf4','\xb1','\x26','\xee','\x2b','\xc0','\xb9','\xf4','\x61','\x16','\xad','\xff','\x7e','\x7f','\x9a','\x65','\xa4','\x9f','\x44','\x5a','\x41','\x7e','\x45','\x9a','\x1c','\x53','\x45','\xde','\xef','\x27','\x6e','\x67','\x19','\x3e','\x72','\x8e','\x21','\x6b','\xec','\x5e','\xfb','\x97','\x7f','\x60','\x53','\xd0','\x9b','\x7c','\x8e','\x15','\x29','\x45','\x31','\xef','\xae','\xfc','\x9f','\xe5','\x86','\xd9','\x83','\x67','\x56','\x32','\xca','\x3f','\xed','\xe0','\xd3','\x41','\x39','\x54','\x24','\x4a','\x26','\x84','\x94','\x47','\xc3','\x82','\xa2','\x2a','\x85','\xf5','\x9c','\x6a','\x97','\xfe','\x3b','\x4c','\x57','\xf7','\xf3','\x08','\x6f','\x4e','\xd5','\xd5','\xad','\x77','\x93','\x44','\x60','\xa3','\x95','\xee','\x0b','\x10','\x0f','\xb1','\x92','\x1d','\x76','\x75','\x45','\x28','\x58','\xc6','\xaf','\x00','\x5d','\xaf','\xd7','\x6d','\x00','\x64','\x5c','\x3e','\xd4','\x8b','\x77','\xd3','\xc6','\xf7','\x91','\x9a','\x76','\xc8','\x66','\x37','\xcb','\xa6','\x20','\xce','\xb8','\xbd','\xc9','\x3f','\x30','\xa5','\x21','\x18','\xcb','\x78','\xf0','\x35','\x67','\xc7','\x05','\x5b','\xa4','\x8f','\xf1','\x45','\xce','\x5d','\xef','\xb1','\x38','\x9a','\x47','\x9c','\x6f','\x73','\xd5','\x98','\x23','\x9e','\x84','\x5f','\xc5','\x4f','\xef','\xe5','\xe7','\x53','\xfa','\xf6','\xde','\xb8','\x7c','\x80','\x44','\xcd','\xad','\xe3','\xc7','\xcc','\x4f','\x74','\x7c','\xa2','\x32','\x29','\x59','\xe5','\x61','\x46','\xa5','\x96','\xb6','\xe3','\x02','\x4a','\x8e','\x5d','\xfb','\xb0','\x05','\x36','\x40','\xb7','\xd2','\xb7','\xbb','\xf0','\xa9','\x19','\x88','\xa4','\x65','\xc5','\xaa','\x29','\x8c','\x66','\x38','\xfa','\xb1','\xf9','\x28','\x5e','\xd6','\xf9','\x69','\x33','\xbd','\xcb','\x1e','\x01','\xc3','\xb3','\x98','\xc2','\x3a','\x19','\x2a','\x0a','\x34','\xad','\x04','\xb7','\xea','\x0e','\x97','\x89','\x43','\x61','\x17','\x77','\x29','\x22','\x00','\x92','\x88','\x62','\xf5','\xf9','\x5b','\xdd','\xc7','\x91','\x52','\xb3','\xd2','\x25','\x04','\x7c','\x4b','\x00','\xe9','\x52','\x02','\x24','\x2c','\x09','\x3e','\xde','\x6e','\xf0','\xf1','\xeb','\x06','\x1f','\x1f','\x2b','\xd0','\x47','\xdd','\x17','\x54','\x01','\xac','\xdd','\xea','\xa7','\x40','\x00','\xd7','\xd7','\x80','\xd4','\x0a','\x3e','\x68','\x1e','\x04','\x71','\xfa','\xdf','\x8b','\xaa','\xc5','\x40','\x8f','\x29','\xad','\xe0','\x7b','\x42','\xfb','\x38','\x67','\x02','\xb8','\x81','\xf8','\xc9','\xf3','\xd8','\x41','\xa4','\xfa','\xad','\xbd','\x92','\xe3','\xb2','\x53','\x93','\x55','\xe6','\x95','\x5a','\x1d','\xd1','\x2b','\xb8','\xec','\xf6','\xc6','\x20','\x82','\x32','\xc1','\x5a','\xe5','\x54','\xae','\xe1','\x5c','\x39','\x6a','\xe3','\xb0','\xa9','\xfd','\x40','\x19','\x34','\x53','\xaf','\x8e','\xc2','\x38','\xfd','\xe4','\x5c','\x64','\x1d','\x6b','\xd6','\x35','\xe6','\x8f','\x23','\xad','\x03','\x23','\x84','\xdb','\x1e','\x7f','\xbf','\xb9','\xf7','\xba','\xd4','\x5c','\x59','\xfd','\xfe','\xed','\x98','\x7a','\xe5','\x7e','\xfb','\x25','\x6f','\xdc','\x30','\x79','\x68','\x19','\xa7','\xc6','\x41','\xd3','\xdc','\xe4','\xd6','\x46','\x01','\xea','\x52','\xd9','\x2e','\x64','\x25','\x07','\x78','\x3e','\x52','\x05','\x0c','\x56','\x08','\x32','\x3f','\x13','\x9e','\x31','\x22','\xd1','\x25','\x32','\x74','\xab','\xc9','\xa6','\x2e','\x63','\x21','\x23','\x6d','\x7a','\x98','\x27','\xb8','\x3d','\xf7','\x8a','\xd5','\xb4','\x24','\xd5','\x80','\x52','\x41','\x29','\x26','\x90','\xc8','\x6f','\xc2','\x76','\xa9','\x05','\x7e','\x02','\xa8','\xde','\x82','\x09','\x8c','\xfc','\x8c','\x68','\x2b','\xea','\xb1','\x00','\xa0','\xcb','\xe5','\xd2','\x6d','\x1e','\xb2','\xbf','\xab','\xd0','\xd0','\x25','\x91','\xf9','\x03','\x96','\x33','\xd7','\xe6','\xf8','\x8e','\x53','\x7e','\x70','\xa4','\xfe','\x93','\xd7','\x88','\x7d','\x24','\xdb','\x80','\x90','\xfc','\x14','\xf8','\xd1','\xb2','\x44','\x03','\x65','\x53','\x9e','\xef','\x6c','\xcd','\xb4','\x00','\xca','\x3e','\x81','\xda','\xbb','\x5a','\x79','\xd5','\x69','\xfd','\x7b','\x58','\x15','\xc2','\x6d','\x4d','\x9a','\xdd','\x5c','\x26','\x46','\x0d','\xb5','\x76','\x77','\xfd','\x45','\xf1','\x00','\xfc','\xf9','\x5f','\x8d','\xfc','\xb6','\x93','\x3d','\x87','\x5f','\x0c','\x57','\x52','\x36','\xd0','\xc2','\xd9','\xfe','\xfe','\x5b','\xd9','\x6d','\x4d','\xe2','\xbb','\xaa','\x31','\x52','\xc4','\xef','\xb4','\x6a','\x6f','\x96','\x53','\x49','\xfb','\x20','\x6b','\x2b','\x2a','\xeb','\xf1','\xdd','\xd8','\xa3','\x32','\xbe','\x9b','\xab','\x9b','\x5d','\xf1','\x69','\x7d','\x42','\x92','\xbf','\x8c','\x4f','\x4d','\x52','\x2c','\x0a','\x73','\xd1','\x7b','\xdc','\x66','\x56','\xd0','\xe6','\x85','\x37','\x41','\x1b','\xd7','\x7a','\x48','\xea','\xb6','\x07','\xbc','\x60','\x87','\x34','\xde','\x22','\xff','\x44','\x4b','\x08','\x8d','\x1e','\x1d','\x30','\xea','\x5e','\x03','\x0f','\xea','\x38','\x60','\x42','\xed','\xe7','\x0c','\xb2','\x0f','\xa3','\x28','\xa6','\x0c','\x82','\x92','\x9c','\xa4','\x7d','\xbb','\xad','\xf5','\x70','\xca','\x05','\xf2','\xdb','\x02','\xcb','\x5b','\x89','\x50','\x23','\x7b','\x3f','\x12','\xc2','\x05','\x13','\x20','\x14','\xe5','\x77','\x79','\x4b','\x90','\x2e','\x09','\x70','\xb9','\x01','\x22','\xd6','\x13','\xac','\x73','\xd1','\x69','\xb9','\x19','\x22','\x21','\x2b','\x80','\xd5','\x82','\x09','\xd5','\x85','\xf9','\x6e','\x64','\xdf','\x0d','\x92','\x47','\xcf','\x8f','\x52','\xc0','\xd6','\x1f','\xa2','\x19','\x97','\xb9','\xa9','\x7c','\xa0','\xb1','\x71','\x3d','\x04','\xf8','\xaa','\x0d','\x07','\x32','\x0f','\xd7','\x9c','\x61','\xcd','\x50','\x56','\x92','\xea','\x01','\xa3','\xe5','\x8c','\x27','\xac','\xf3','\x0e','\xdb','\x22','\x23','\x2b','\x15','\x2d','\x5b','\xe1','\x81','\x11','\xdf','\xf4','\xe7','\xfa','\x68','\x60','\x94','\xa9','\x45','\xa5','\xcb','\x39','\x43','\x5e','\x61','\xd8','\xa1','\x7e','\x9e','\x5b','\x03','\x40','\x94','\xde','\xf1','\xb0','\x4e','\xb6','\x82','\xfd','\x90','\x3b','\x54','\xe4','\xa6','\xe2','\x57','\xea','\xc1','\x5f','\xa5','\xde','\xd1','\x96','\x12','\x78','\xc4','\x52','\xf1','\x0c','\xfa','\x0d','\x3e','\xd6','\xac','\xb7','\xc7','\x70','\x5e','\xda','\x44','\x71','\x01','\x77','\x53','\xa0','\xb1','\xbb','\x5b','\x61','\x75','\xf6','\xe6','\xa3','\x20','\x27','\x9e','\xd7','\xfc','\x42','\x06','\xd9','\xe7','\xeb','\x10','\x97','\xf1','\x0c','\x71','\x75','\xe9','\x5a','\x68','\x74','\xec','\x08','\xbd','\xb9','\x0c','\x46','\x0a','\xfd','\x5e','\xd7','\xd5','\xac','\xf7','\x80','\x5f','\xd3','\x61','\xb0','\xdd','\x50','\x8c','\xbd','\xaa','\xc0','\xe2','\xd1','\xd1','\x8c','\x4c','\xca','\x05','\xbe','\xf2','\x57','\x04','\x80','\x5c','\x57','\xf4','\xd3','\xd2','\xda','\x46','\x50','\x00','\x8f','\x0f','\x83','\xed','\x03','\xbc','\x31','\xed','\x87','\xc1','\xa6','\xfa','\x61','\xc8','\xf5','\xb2','\xe9','\x14','\xab','\xbd','\x84','\xfd','\xc5','\xf9','\xa8','\x34','\x04','\xbe','\xaf','\x79','\xf5','\x83','\x6c','\x39','\xdc','\x70','\x65','\x1d','\x37','\x63','\x11','\xed','\x35','\x2f','\xa5','\x22','\x03','\x15','\x3f','\x42','\x02','\xbd','\xc3','\x84','\x32','\xe5','\x8e','\x8f','\xbe','\x68','\xd5','\xcb','\x88','\xf4','\xa0','\xe9','\x47','\xfa','\x68','\xcc','\xb4','\xf6','\x2a','\xb7','\xa7','\x76','\x2b','\xee','\x57','\xaf','\xf7','\x26','\x8c','\x9a','\x32','\xa4','\xd1','\xde','\x1f','\xa5','\x8f','\x1d','\x12','\x9c','\xb3','\x34','\x05','\x60','\x22','\x1d','\xf0','\xe9','\x85','\x3e','\x48','\x03','\xfe','\x11','\xbb','\x50','\x42','\x1b','\xc3','\xf5','\x65','\xd2','\x07','\x37','\xaa','\x88','\x6e','\x01','\x04','\xe0','\x37','\xdc','\xfd','\x06','\x72','\xd8','\xcd','\xcd','\x30','\xa0','\x23','\x83','\x63','\x50','\xef','\x70','\x48','\x28','\x40','\x47','\xf2','\x5b','\xa5','\xdc','\x52','\x12','\x82','\x7c','\xa4','\x1c','\x06','\x7e','\xae','\xda','\x36','\xab','\x5a','\x4e','\xa7','\xf4','\xb5','\x1b','\x58','\x1b','\x23','\xc2','\x74','\x50','\xb5','\xe2','\x43','\x4d','\xb0','\xd6','\xc3','\xe9','\x58','\x40','\x5c','\xde','\x00','\x10','\x13','\x20','\xa4','\xba','\x52','\x54','\xcf','\x99','\x59','\x4b','\xa8','\x6c','\x7a','\x23','\x09','\x87','\xcd','\x82','\x38','\x2d','\x08','\x6f','\x58','\xce','\x18','\x5a','\x52','\x59','\x2d','\xba','\x5c','\x12','\x7c','\xfc','\xba','\xc1','\xed','\x63','\x95','\x53','\xad','\x73','\x55','\xba','\xab','\x7c','\xab','\x8b','\x1b','\xae','\xee','\x5a','\x28','\xb0','\x3e','\x8f','\x1c','\xf7','\x6c','\x4c','\xa7','\xea','\x3f','\x5f','\xa5','\x4b','\xf1','\xf8','\xd5','\x48','\xa7','\xd2','\xf6','\x70','\x8e','\x27','\x23','\x1f','\x90','\x0a','\x0c','\x48','\xa0','\x8c','\x09','\x0e','\x94','\x90','\x73','\x75','\x75','\x23','\xee','\x5d','\xf5','\x2d','\x94','\x92','\x25','\xcf','\x58','\x51','\x51','\x00','\x78','\xa9','\x16','\xca','\xb2','\x72','\xd8','\xce','\x24','\xe2','\x31','\xd3','\xce','\xb2','\xf0','\x2e','\xaf','\x6a','\x4e','\xf3','\x44','\x52','\x73','\x29','\x06','\xa3','\x1b','\x1f','\xe6','\x20','\xcb','\xe3','\x79','\xc2','\xd6','\xee','\x91','\x5a','\xf4','\x97','\x02','\x8a','\x3f','\x0e','\xcc','\x33','\xbf','\x27','\xd0','\xab','\xbb','\xc0','\xed','\xc8','\xa3','\x59','\xd7','\xd8','\x3d','\xd7','\xb7','\xcd','\x71','\xec','\x1f','\xb2','\xa2','\x38','\xa1','\xfb','\x74','\xaf','\x1e','\x29','\x7c','\x0f','\x6b','\x04','\xa8','\x85','\x41','\x8e','\x4e','\xe8','\x31','\x89','\xce','\x6f','\x38','\x24','\xd9','\x93','\xa1','\xf2','\xa6','\x94','\x5c','\x68','\x71','\x92','\x2c','\xe4','\xe7','\x36','\xbf','\xc1','\x2e','\xc5','\x1c','\xeb','\x51','\x3c','\x50','\x74','\xf2','\xca','\x4e','\x4d','\x7d','\x78','\x01','\xa0','\x79','\xb3','\xc8','\xca','\x50','\xed','\x13','\x1d','\xd4','\x01','\x33','\xc2','\xb2','\x10','\x78','\x4f','\x81','\xb7','\xb7','\xb7','\xae','\x06','\x6f','\x6f','\x6f','\xe1','\x18','\xdb','\xdc','\x03','\x64','\x7f','\x6f','\xad','\x67','\x58','\x8d','\x46','\x74','\xbe','\xe8','\x05','\xfd','\xc0','\x2b','\x7d','\x7c','\x4e','\x83','\x7e','\x0c','\xa0','\x80','\x0f','\x85','\x03','\xa0','\xab','\x0d','\x6a','\xa5','\xae','\x4f','\x20','\x02','\xa0','\xfd','\x30','\xcf','\x8c','\x22','\x39','\xf8','\xc2','\xbb','\xf3','\x35','\x68','\xbb','\x1e','\xc4','\x21','\xf8','\xd1','\x29','\x09','\xc2','\x41','\xcf','\xe7','\xfe','\xec','\xf1','\xba','\xc2','\x2c','\x94','\x32','\xf8','\xc9','\x34','\x5b','\x66','\x38','\x79','\x45','\xf9','\xbb','\xa3','\xdc','\xe8','\x66','\x9d','\x23','\xa7','\x92','\x07','\x6e','\x4e','\x99','\x90','\x72','\xf9','\x92','\x27','\x30','\x2b','\x64','\xc1','\x78','\xee','\x30','\xd0','\x5e','\x9d','\xb1','\xfd','\x4d','\xf5','\x6f','\x37','\xb5','\xf6','\x98','\xfb','\xe8','\x39','\x15','\xe5','\x4f','\xdb','\x05','\x36','\xeb','\x00','\x6e','\x0c','\x9b','\x83','\x6e','\x58','\x40','\xf7','\xef','\xf4','\xef','\x79','\x26','\xae','\x01','\x22','\xb4','\xb9','\x63','\xda','\x60','\x33','\xec','\x0c','\xb2','\x08','\x8d','\x49','\xb2','\xb5','\xad','\x72','\xfb','\x95','\x32','\x14','\x7f','\x69','\xe6','\x3b','\x04','\x8b','\x9a','\x33','\xeb','\x8d','\xbf','\x59','\x59','\x0d','\x2a','\xfb','\x86','\x38','\x40','\x02','\x88','\x32','\x8c','\xb8','\x40','\x4a','\x09','\xd2','\xa5','\x6c','\xc0','\xbf','\x5c','\x12','\x7c','\x5c','\x6e','\x70','\xfd','\xc8','\x25','\x0c','\xf7','\x75','\x95','\x6f','\xd2','\x05','\x49','\x91','\xef','\x14','\xb8','\xc7','\x41','\x03','\xbc','\xd6','\xaa','\x05','\x7f','\x04','\x29','\x79','\x09','\x26','\x20','\x46','\xbd','\xd3','\xc6','\x52','\x03','\x2d','\xa0','\x9e','\x9b','\x73','\x34','\xd4','\x43','\x76','\x83','\xe3','\x15','\x3a','\x52','\x63','\x13','\x75','\x7e','\xfc','\x6f','\x62','\x00','\x95','\x64','\x05','\x08','\x12','\x0b','\xe7','\x5c','\x42','\x5b','\xfb','\xc3','\x89','\x45','\x98','\x5b','\xea','\xf9','\x7a','\x20','\xd7','\x7c','\xea','\xad','\x24','\x1b','\xaf','\xa9','\x46','\xb4','\x4b','\x6c','\xca','\x45','\x37','\xb7','\xff','\x90','\x71','\x75','\x17','\xf9','\xce','\x42','\x7b','\xbb','\xe3','\xdf','\x0f','\x66','\x7f','\x3c','\x03','\xcf','\xf8','\x3e','\x8b','\xe6','\x55','\xe1','\x47','\x69','\xe8','\xce','\xe4','\xc7','\x38','\x80','\x9b','\x33','\xd6','\xa8','\x3d','\xb5','\x12','\xbd','\x67','\x19','\x98','\xc1','\xbc','\xde','\xf0','\x61','\x70','\x8d','\x7d','\x39','\x12','\x8f','\x43','\xe0','\x03','\x71','\x8f','\xfb','\x2a','\xe5','\x0c','\x80','\x3a','\x52','\x32','\x1b','\x2c','\x47','\x7a','\x2d','\x78','\x20','\xa4','\xeb','\xb2','\x8d','\x00','\x8e','\x10','\x01','\xb4','\xb3','\xd6','\xea','\x0d','\xaa','\xf5','\x4d','\xf5','\x7e','\x39','\x30','\xb6','\xc9','\xeb','\x76','\xae','\x51','\xcb','\x80','\xa0','\x6d','\xd5','\xe0','\xef','\x7b','\xbb','\xdd','\x3a','\x9d','\xe0','\x76','\xbb','\x85','\xf5','\xd8','\x0d','\x82','\xd0','\x45','\x77','\xa2','\x9d','\xe7','\xa3','\x84','\xdc','\x48','\x3f','\xf0','\x6a','\x6f','\x93','\x7f','\x87','\xdb','\xc9','\xe0','\x27','\xd8','\xf3','\xa3','\xdb','\xd8','\x84','\x1c','\xd8','\xd5','\x9c','\xe8','\x1d','\x6c','\x16','\x39','\xaf','\xb0','\x1e','\x9f','\xc7','\x83','\x18','\xf4','\x7d','\x8b','\xa4','\xa2','\x66','\xec','\x77','\x8d','\xda','\xde','\xdb','\x34','\x1d','\x1f','\xbf','\x5a','\xc2','\xb7','\x22','\xbf','\x99','\xc1','\xee','\x40','\xc7','\x23','\x7c','\xf4','\x6e','\xc0','\x75','\x6f','\x99','\x9f','\x0d','\xf0','\x42','\x41','\x58','\x95','\x21','\xf5','\x98','\xd4','\xb7','\x96','\x7d','\x25','\xea','\x84','\xe6','\xb0','\xb9','\x6a','\xdc','\x72','\x5e','\xc3','\xcd','\xc9','\x9a','\x81','\x28','\x30','\x74','\xa4','\x1f','\x43','\xd7','\x2a','\x0f','\x50','\x6c','\xb5','\xb6','\xb3','\xd7','\x6e','\x3a','\x86','\x7b','\x2b','\x65','\x4b','\x3f','\x34','\xf3','\xbf','\x29','\x68','\xbe','\x7c','\x93','\x4e','\xf9','\xbf','\xf6','\xf3','\x21','\x72','\xbb','\x2d','\x19','\x97','\x7d','\xf4','\x5a','\x49','\x28','\xab','\x32','\x39','\x13','\xd0','\xb5','\xee','\xd3','\x58','\x13','\x5c','\xde','\x32','\x5c','\xde','\x16','\xd9','\xf7','\xb3','\xae','\x04','\x94','\x4b','\x80','\x83','\xf5','\x96','\xe1','\xb2','\x66','\x78','\x7b','\x5b','\xca','\x6a','\xd0','\x82','\x55','\x91','\x24','\x59','\x0d','\x5a','\x52','\x82','\x65','\x59','\x2a','\x10','\x5a','\xe1','\xd7','\xaf','\xf2','\x91','\xd6','\x5b','\xc9','\xa7','\x03','\xc6','\x9a','\x72','\x43','\x5f','\xdd','\x30','\xfb','\x2a','\xfd','\xe6','\x85','\x88','\x23','\x25','\x32','\xa0','\x25','\x71','\xfd','\x6c','\x0c','\xcc','\x46','\x6a','\x6b','\x01','\x32','\xca','\x2b','\x6a','\x45','\xad','\x02','\x63','\x5e','\xd1','\xa7','\x6e','\x20','\x82','\x71','\x79','\x4c','\x35','\xb8','\x02','\xcf','\x31','\xd9','\xeb','\xb3','\x96','\x50','\xe8','\x2d','\x2c','\x2d','\xa9','\xf2','\x7d','\x03','\xe4','\x9f','\x9e','\xc4','\x0f','\xbe','\x55','\x81','\x31','\xfb','\x26','\xaf','\x30','\x79','\x0f','\xca','\x44','\xcb','\x22','\x22','\x60','\xf6','\x97','\x1e','\x25','\x6b','\x64','\x79','\x62','\x29','\x00','\xf0','\x8d','\xb0','\xea','\xc6','\x40','\x3b','\xba','\xfa','\x33','\x3a','\xd0','\x72','\xb7','\x68','\x27','\x57','\xcb','\xbd','\x63','\x33','\x00','\xa3','\x1f','\x03','\x50','\x1c','\x91','\x18','\xbe','\x06','\xe3','\x63','\x53','\x74','\xe3','\xe6','\xcf','\xf0','\x59','\xc1','\x08','\x24','\xab','\xe1','\xbc','\xda','\x7d','\x7c','\xde','\x9f','\x3b','\xd2','\x98','\xaf','\xf5','\xa5','\xb0','\x6b','\x78','\x4d','\x55','\x97','\x8c','\x9a','\x1b','\x9f','\xea','\x3a','\x07','\x9c','\xf4','\x21','\xb1','\x51','\xc4','\xb7','\xdb','\xed','\xd6','\x45','\xb9','\x06','\x70','\xe7','\x00','\xf9','\x81','\xa5','\x2d','\xd4','\x9e','\x6f','\xdb','\x25','\x7c','\xb9','\x29','\x6a','\x3f','\x5b','\x53','\x35','\xe2','\xd5','\x87','\x04','\x92','\xca','\x90','\x4c','\x59','\xea','\x9e','\xda','\xf3','\xd3','\x01','\x19','\xf7','\x63','\xea','\xa3','\x56','\xf0','\xd3','\x7e','\xa2','\x92','\x32','\xa6','\xe5','\xa6','\x04','\x83','\xc8','\x5d','\xb3','\xf5','\xc7','\xdc','\xb5','\x2a','\xa8','\xbe','\x68','\x65','\xba','\xc2','\x9d','\x00','\xd6','\x8f','\xf4','\xb9','\x3f','\xa1','\xec','\x0b','\xc0','\xde','\x70','\x05','\x68','\xa0','\x4c','\xcd','\xf2','\xee','\x11','\x13','\x7e','\x64','\xb5','\x49','\x2b','\x78','\xdb','\x3e','\xbe','\x71','\x1d','\x1e','\x16','\xe9','\x5d','\x63','\x46','\xc5','\xb3','\xa2','\xc2','\x63','\xb5','\x77','\x5b','\xb1','\x7b','\x7c','\x00','\x78','\xf5','\x27','\x0a','\x5d','\x6b','\xdf','\x6d','\x8d','\xf3','\x20','\xbd','\xeb','\x13','\xe3','\xfb','\x59','\x0a','\x3e','\x82','\x7f','\x86','\xdf','\x5a','\x86','\xbf','\x4e','\x80','\xf2','\x13','\xb5','\x46','\x09','\x25','\x94','\x26','\x6e','\x2d','\xb1','\x31','\x2f','\x08','\xe6','\x69','\x67','\x0f','\x61','\x01','\xa1','\x04','\x4c','\x63','\x74','\x0a','\x5c','\x8d','\x8b','\x31','\x55','\x36','\x84','\xaa','\x7f','\x14','\x38','\xa3','\x5c','\xa2','\x8c','\xc9','\x37','\xab','\x02','\xe3','\x72','\xa9','\xfb','\x7e','\x96','\xb2','\x5a','\xb0','\xde','\x8a','\x85','\x7f','\xcd','\xe5','\x20','\xcb','\xcb','\x7b','\x09','\x97','\x9d','\x16','\x8e','\x6c','\x83','\x80','\x4b','\xdd','\xb8','\x8a','\x00','\x88','\x97','\xc2','\x57','\x97','\xe2','\x2e','\x75','\xfd','\x58','\xe1','\x76','\x2d','\xfb','\x53','\xd8','\xf5','\x8e','\x57','\xca','\x5a','\x3f','\xe8','\x49','\xe0','\x01','\x1e','\xaa','\x39','\x1d','\x01','\xcd','\x13','\x08','\xd5','\xf8','\xfe','\x44','\xb4','\xc5','\xc0','\x97','\x59','\xb4','\x35','\x62','\xf9','\xbd','\x71','\xe5','\x85','\x12','\xec','\x90','\x80','\x20','\x35','\xd6','\x6e','\x59','\x77','\x37','\x62','\x0c','\xeb','\x35','\x85','\xb7','\xfb','\x08','\xa0','\x22','\x10','\x55','\x10','\xa4','\x7e','\x97','\x39','\x5d','\x01','\xb1','\x59','\xf5','\xa9','\x25','\xb8','\x3a','\x80','\xba','\x6d','\x35','\x30','\x55','\x01','\x33','\x37','\x6c','\x7b','\xbb','\xe4','\x5e','\x46','\xec','\x11','\x8b','\xb9','\xf6','\xcf','\xa7','\x7b','\x05','\xcc','\x1a','\xee','\xce','\x1f','\x73','\x8e','\xd7','\x4e','\x54','\xe3','\xae','\x3a','\x20','\xd8','\x4d','\xed','\x47','\x48','\x8c','\x46','\x96','\x41','\x1a','\x45','\x36','\x2e','\x52','\x95','\x37','\x42','\xc9','\x4f','\xa4','\x0e','\x5d','\x34','\x32','\x43','\x54','\x37','\xe0','\xe8','\xd8','\x75','\x74','\x04','\xfc','\x8c','\x84','\x21','\xf3','\x9a','\xdd','\x77','\xa3','\xeb','\x07','\xc8','\x6a','\x0d','\xfb','\xc5','\x46','\xe9','\xa2','\xe7','\xa3','\xea','\x49','\x97','\x67','\x3e','\xab','\x0e','\x65','\x75','\x05','\x00','\x1a','\x20','\x1b','\xe8','\xa2','\xcc','\x83','\x9a','\x8b','\xf0','\x11','\xed','\xa2','\xe5','\x81','\x4a','\x4b','\x66','\x1e','\xa4','\x44','\x5f','\x59','\xf5','\xa9','\xee','\x79','\x6c','\x6c','\x02','\x2e','\x9b','\x0d','\x82','\xca','\xa8','\x34','\x60','\xaf','\x43','\x61','\xc8','\x7a','\xd7','\xa6','\x0b','\xdc','\xe5','\x72','\x91','\x03','\x84','\x98','\x01','\x70','\x10','\x84','\x69','\x85','\x8a','\xff','\x65','\x46','\x40','\xf1','\xcb','\xc2','\xd8','\x95','\xcb','\x1b','\xd5','\x83','\x04','\xb9','\x8b','\xed','\x49','\xb7','\x71','\x59','\x15','\xf0','\x41','\x68','\x21','\x17','\x49','\xb6','\x51','\x61','\xfd','\x9c','\x07','\x45','\xfd','\x87','\xfd','\x15','\xf7','\xc6','\xfe','\xdd','\x3c','\xc7','\x33','\xcb','\x09','\xe6','\x39','\x7b','\x8e','\x0f','\x51','\x8b','\x94','\xf2','\x6c','\x3a','\x5b','\x90','\xde','\x9b','\xdf','\xf0','\xb5','\x67','\x74','\x01','\x2b','\x4c','\x3c','\xd4','\xf5','\xaa','\x47','\xfd','\x2d','\x16','\x97','\xdc','\xf6','\xb5','\x59','\xd6','\xb2','\x5d','\x5d','\xac','\x3e','\x6d','\x1b','\x32','\xa6','\x2a','\x35','\x45','\x13','\xc4','\x2a','\x81','\xa7','\x00','\x64','\x54','\xee','\x28','\x7d','\x65','\x8c','\xcc','\x1f','\xb5','\x6b','\xa9','\x58','\xcc','\x2b','\x38','\xe1','\xf9','\xc8','\x7f','\x22','\xc5','\xcd','\x6c','\x9d','\xdb','\xa2','\x83','\x13','\x6b','\x3f','\x39','\xa3','\x1f','\x92','\x7d','\x35','\x8d','\xa7','\x37','\x10','\x92','\x09','\xe0','\x4a','\x19','\x32','\x95','\xcd','\xf3','\x97','\x37','\x82','\x0b','\x24','\x61','\xca','\xb8','\x02','\x50','\x5e','\x61','\xbd','\x65','\x58','\x6e','\x09','\xde','\xdf','\xcb','\x6a','\x91','\xec','\x0d','\xaa','\x21','\xb3','\xd3','\x92','\xe0','\x82','\xf5','\x5c','\x98','\x4b','\x39','\x18','\xf3','\xd7','\xcf','\x1b','\x7c','\xfc','\x4a','\x70','\xbb','\x95','\xf7','\x33','\x11','\xd0','\x5a','\x4f','\x63','\x10','\xd7','\x3c','\x8f','\xe0','\x1a','\xe3','\x37','\x42','\x04','\xaa','\x0b','\x57','\xbd','\xfd','\x5d','\x57','\x86','\x34','\xc8','\xe0','\xd5','\x15','\x3d','\x8e','\x64','\xff','\x69','\xd7','\x2d','\x04','\x84','\x35','\x42','\x61','\xa2','\xba','\x70','\x56','\xc0','\x67','\xe9','\x4f','\x16','\x7c','\x2d','\xbc','\x2c','\x8f','\x55','\x21','\xf5','\x5b','\x00','\x18','\xd7','\x45','\x9f','\x3f','\xc1','\xc9','\xab','\x40','\x96','\x95','\x9f','\xba','\x2a','\xa8','\x57','\x7d','\x4c','\xde','\xe6','\xe7','\x06','\x83','\x77','\x72','\xc6','\x57','\xf1','\x6e','\x52','\x73','\x91','\xc3','\x80','\x7f','\x86','\x4c','\x78','\x25','\xfa','\x54','\xa0','\x77','\x5c','\x3f','\xec','\xdf','\x3f','\x92','\xee','\x3b','\xcd','\x79','\x5f','\x57','\x96','\x19','\x33','\xab','\x3f','\xec','\x99','\x74','\x9a','\x4f','\xfc','\x13','\xde','\x99','\x20','\x76','\x89','\x15','\x99','\xb3','\x95','\xf6','\x91','\x72','\xea','\x5f','\x3d','\x4c','\x64','\xef','\x8c','\xb6','\x88','\x3b','\x9e','\xea','\xab','\x85','\xae','\x12','\x47','\x44','\xb7','\x53','\xab','\xcb','\x35','\xaf','\xce','\x57','\x37','\x3c','\xaa','\x0a','\x54','\x29','\x57','\x1b','\x9b','\x4a','\x2e','\x7c','\x84','\x0b','\x26','\xa5','\xaa','\x3b','\x0f','\x0e','\x6d','\x55','\x25','\x00','\x80','\xdc','\x1b','\x5b','\x10','\x51','\xf0','\x8d','\xa7','\x2e','\x08','\x82','\x3f','\xcb','\xa1','\x57','\xd0','\x07','\x8c','\x5c','\xa1','\x2f','\x06','\x30','\x3a','\x8d','\x61','\xea','\xd4','\x2e','\x9a','\x02','\x59','\x6e','\x66','\x80','\x1a','\xea','\x8e','\x33','\x0a','\xca','\xd2','\x8d','\xd3','\x5c','\xfe','\x1e','\x72','\x70','\x52','\x3e','\x32','\x55','\x7f','\xf3','\x20','\xdf','\xde','\xed','\xaf','\xf9','\x54','\x6b','\x85','\xd8','\xe4','\x07','\xfe','\xc2','\xd5','\xc1','\xa5','\xf7','\x8f','\x7e','\xfe','\xf7','\x13','\xfe','\xa9','\xab','\x3f','\xa3','\x6c','\x46','\x64','\x06','\x35','\xf6','\xf7','\xf6','\xe8','\x2b','\xf6','\x10','\x6d','\x12','\x0f','\xc1','\xa3','\xf5','\xf2','\xa6','\x03','\xaf','\x54','\xcd','\x18','\x85','\xa2','\x34','\x54','\x4f','\x6b','\x96','\x55','\x9e','\xa6','\x7c','\xe9','\x79','\xd1','\xf6','\x2f','\x90','\x7f','\xdd','\x66','\x8b','\x71','\x59','\xe1','\xd9','\x2a','\xa8','\xe6','\xc0','\x9d','\x34','\x5a','\x21','\x44','\x75','\x31','\x1a','\x97','\xc2','\x6c','\x23','\xa4','\x16','\x85','\xf5','\x7d','\x92','\xd0','\xd6','\xc5','\x47','\x63','\x5b','\xea','\xa7','\x0c','\x3c','\x86','\x4b','\xb3','\x7e','\x4c','\x04','\x89','\x40','\x5c','\x9a','\xa0','\x2a','\xd3','\xcb','\x05','\x55','\x94','\x38','\x28','\x41','\x14','\xae','\x19','\x7e','\xe5','\xe2','\x16','\xb7','\xbc','\x25','\xb8','\x5c','\x16','\x58','\x96','\x54','\x43','\x22','\xd7','\x4d','\xf2','\xb8','\x54','\xcb','\x56','\x3d','\x03','\x61','\x49','\x70','\xfb','\x28','\x20','\xe8','\x76','\xcb','\x90','\x91','\xea','\x79','\x31','\x6a','\xcc','\x54','\xea','\xcf','\xe2','\x22','\xcb','\xff','\x83','\xf6','\x1d','\x99','\xd7','\x8f','\x58','\xdb','\x5b','\x98','\xfc','\x07','\xf2','\x10','\x40','\x57','\x91','\x35','\x03','\x6c','\x65','\xe6','\xf3','\x65','\xa0','\x7a','\x53','\x1e','\xf1','\xa6','\x58','\xd5','\x7f','\xfc','\x5c','\x84','\xbe','\x02','\x29','\x36','\xb7','\xf6','\x02','\x9f','\xe3','\x23','\x87','\xdc','\xd6','\xf3','\x29','\xa8','\x1a','\x34','\x72','\xce','\x40','\xbc','\xd7','\x47','\xad','\xf0','\x1a','\xda','\xc6','\x41','\xe1','\xc4','\x36','\xb7','\xb6','\xe4','\x43','\xa4','\x55','\x8c','\xba','\xdf','\x81','\x1f','\x40','\x80','\xfb','\xdc','\x5f','\xee','\xa3','\xb3','\x23','\x89','\x7e','\x66','\x1d','\xb4','\x11','\xf8','\xbe','\x0c','\xe0','\xbe','\x69','\xd1','\x09','\x82','\x96','\x5d','\x97','\xee','\xb4','\x42','\xef','\xa0','\x88','\xd7','\xdf','\x41','\x43','\xef','\x14','\x9f','\x0e','\x78','\x6e','\x3e','\x72','\xee','\x4f','\xa5','\xbd','\xb9','\xf3','\xac','\x61','\x4b','\xc7','\xbe','\xd0','\x4c','\xda','\xc3','\xea','\x4f','\xd5','\x47','\x4a','\xbf','\xa3','\xc8','\xe7','\xdd','\xb2','\x8c','\xef','\x99','\x4e','\x5f','\x5d','\xea','\xbc','\x9e','\xa2','\x5f','\x05','\x10','\xad','\x47','\x1b','\x53','\xb1','\x1a','\xb0','\x50','\x27','\xe4','\xb7','\xd9','\xe0','\x55','\x65','\xb2','\x4f','\x2b','\x41','\x6a','\xf4','\xe1','\xd6','\x2a','\x8b','\xf7','\xf7','\x77','\x5b','\x1f','\x44','\x58','\x96','\x65','\x7b','\x05','\x28','\xe7','\xdc','\xed','\x01','\x32','\x1b','\x8e','\x60','\xa3','\x93','\x94','\x9e','\x63','\x5c','\x39','\x54','\x37','\x59','\xcc','\xe0','\x80','\x92','\xfe','\x9d','\x49','\x29','\x03','\x9f','\x34','\xa1','\x15','\x69','\x59','\x23','\x11','\x7c','\xcc','\xf3','\x40','\xa9','\xbb','\x87','\xf4','\xa8','\x9b','\x18','\xed','\x7c','\x6a','\xfd','\x1e','\x15','\xd4','\x0c','\xc3','\x25','\xbf','\xd3','\x28','\xc0','\x9d','\xa7','\x7d','\xae','\x33','\x2d','\x5c','\x33','\x79','\x1c','\xb6','\xbc','\x35','\x70','\xd3','\xac','\xcd','\x6a','\xcc','\xd6','\xfb','\x51','\xd6','\xd1','\xa7','\xf6','\x40','\x43','\x94','\xc0','\x09','\x70','\xd3','\x2c','\x23','\x00','\xe5','\xa0','\x48','\x52','\x99','\xc0','\xf0','\xa3','\x44','\x2b','\x45','\x43','\x80','\xd7','\xaa','\x67','\x27','\x3a','\xc1','\x39','\xdf','\x68','\x92','\xa6','\xc6','\xd7','\x44','\x1a','\x33','\x2f','\xec','\x84','\x17','\x1e','\x94','\x09','\x00','\x33','\xc1','\x35','\x13','\xac','\x2b','\xc0','\xb2','\x62','\x71','\x89','\xbb','\xb4','\x33','\x83','\x10','\xda','\x1e','\xa2','\x65','\x25','\x58','\xeb','\xf3','\xcb','\x92','\xda','\xfe','\x20','\x2a','\x8c','\x9a','\x0f','\x5c','\x5d','\x2e','\x09','\x6e','\xef','\x0b','\xdc','\xae','\x05','\x00','\xdd','\x3e','\xca','\x6a','\xd0','\xba','\x66','\x39','\x48','\x95','\xdc','\xf8','\xe2','\x6f','\xeb','\xeb','\x5c','\x14','\x03','\xdf','\xb6','\x71','\x5f','\x79','\xfd','\xea','\x5e','\x45','\xef','\x34','\xb6','\x22','\x80','\x67','\x90','\xa7','\xb4','\x53','\x19','\x10','\x50','\x44','\x68','\xfb','\x5e','\xa4','\x5e','\xd0','\x88','\x9c','\xe7','\xa4','\x97','\x3f','\x7a','\xec','\x0b','\xf0','\x2a','\x80','\x75','\xb9','\x20','\x60','\x4a','\x02','\xbc','\x38','\x68','\xc9','\xba','\x12','\x64','\x5e','\xb5','\x53','\xae','\xad','\xa8','\xf7','\x6c','\x1e','\xe8','\xca','\xdd','\x2e','\xe4','\xfa','\x7a','\xf0','\x73','\x20','\x73','\x09','\x23','\x8b','\x70','\xec','\xfd','\xbf','\xf4','\x2d','\xe8','\xf3','\xb5','\xa3','\xf3','\x28','\xe7','\x3c','\xa5','\xd3','\x44','\xfb','\xd2','\xff','\xd2','\x36','\xf5','\x80','\x99','\x83','\x05','\x90','\x3a','\x88','\x59','\xef','\x83','\x94','\x5b','\x4f','\xad','\x0b','\x41','\x31','\x14','\x9b','\xaf','\x4e','\x4d','\xb4','\x31','\x1e','\xd0','\x2b','\xf7','\x98','\x09','\x72','\xe5','\xf9','\x6d','\xbf','\x67','\x6f','\x91','\x25','\xf5','\xcf','\xed','\x76','\x33','\x72','\x8d','\x88','\xc2','\x7d','\x41','\x00','\x0a','\x00','\xdd','\x6e','\xb7','\x6e','\xb0','\xe9','\x4d','\x43','\x25','\xef','\x58','\xaa','\x0a','\xcc','\x21','\x73','\x43','\x0a','\xd7','\x9d','\x41','\xea','\x3e','\xf9','\x3d','\x49','\x5e','\x91','\x0c','\x8a','\x1c','\x59','\xab','\x43','\x8a','\x35','\xcd','\xfd','\x74','\x7c','\x8b','\xad','\x8a','\x83','\xd7','\x26','\xb2','\x09','\x2c','\x80','\xd8','\x14','\x68','\xb0','\x1b','\x74','\xb7','\x0b','\x3a','\x26','\xc1','\x46','\xa1','\x22','\xf7','\xf4','\x1d','\xa3','\x1b','\x1e','\x9d','\x10','\xbe','\x8a','\x8f','\x4e','\xa8','\x7e','\x9c','\xdb','\xec','\x8d','\x72','\x10','\x24','\x9e','\x6a','\x2b','\xd6','\xa4','\x7d','\x62','\x6c','\x89','\xc4','\x15','\x53','\x47','\x8d','\x32','\xe7','\xf7','\xb0','\xb2','\xba','\x31','\x5e','\xfc','\x93','\xe8','\xfc','\x20','\x2e','\x73','\xa4','\xd8','\x96','\xba','\xf4','\xf5','\xe7','\xdf','\x62','\xe5','\x35','\x56','\x3a','\x17','\x78','\x03','\xfa','\x79','\xd4','\x1d','\x82','\xac','\xe6','\xb1','\x19','\xa3','\xfc','\xd4','\x6a','\x9e','\x10','\x7d','\xa9','\xb3','\x6c','\x92','\x87','\xc6','\xa1','\xf1','\x17','\x1e','\x8f','\x1e','\xe3','\xda','\x24','\x85','\xa8','\x35','\xba','\xfa','\x4d','\xcb','\xf7','\x5e','\xcb','\x3e','\xa1','\x5c','\x0e','\xb5','\x5c','\x2a','\xc0','\xc1','\x54','\x7d','\xaa','\x33','\xc1','\x0a','\x25','\x88','\xc2','\x7a','\xcb','\x70','\x5b','\x50','\x82','\x24','\xb0','\xdb','\x51','\x42','\x84','\x65','\x01','\x48','\x69','\x29','\xab','\x45','\x6f','\x09','\xd6','\x1b','\xc1','\xf5','\xb2','\x16','\x30','\x74','\x2d','\x40','\xe8','\x56','\xc1','\x10','\xad','\x04','\x59','\x7d','\x83','\x06','\x84','\x4c','\x2b','\x3a','\x2b','\xea','\xa8','\xaf','\x02','\x99','\xd1','\x2c','\x81','\x60','\xf9','\xf4','\x16','\x9d','\xb1','\xf2','\x03','\xa0','\xc7','\x7e','\x5b','\x1d','\xf3','\x5e','\xbb','\xbe','\x4e','\xbc','\x85','\x97','\x82','\x67','\x3d','\xc5','\x72','\xc7','\x57','\x3b','\xa5','\x1a','\xd9','\x6d','\x29','\x07','\xda','\x2e','\x4b','\x02','\x02','\x0e','\x6c','\x40','\x15','\x9c','\x16','\x77','\x0c','\x09','\xad','\x0d','\x0d','\xf4','\x8c','\x80','\x66','\x8f','\x5c','\xd0','\xfc','\x32','\x3f','\x34','\xd8','\x0d','\xea','\x18','\x66','\x37','\x6a','\xbe','\xe3','\x21','\xaf','\xb0','\x12','\xf3','\x69','\x84','\xe7','\xad','\x70','\x6d','\xce','\x8b','\x2d','\x2b','\x83','\x31','\x56','\x3c','\x07','\xa2','\xb4','\xb1','\xfc','\x89','\x10','\x08','\x75','\x9b','\xe6','\x7b','\x39','\x4a','\xbd','\xe6','\x0c','\x4b','\x4a','\x53','\xe0','\x9e','\x72','\x06','\x0c','\xf6','\xa7','\x9f','\x42','\x2f','\x3e','\x35','\xce','\xa8','\x9e','\xd5','\xb7','\x79','\xbb','\x09','\x01','\x2e','\xd6','\xf2','\xd9','\x39','\x6b','\x90','\xe7','\xa0','\x3a','\xb7','\xa3','\x84','\xc1','\x15','\x08','\xcf','\x43','\x17','\xa1','\x95','\x0d','\x4f','\x44','\x85','\x07','\xb3','\xa1','\x4a','\x5c','\xe4','\x90','\x9a','\xac','\xc0','\xe2','\x4a','\xc7','\x4e','\x03','\x00','\x10','\x06','\x3b','\x18','\x05','\x79','\x33','\x41','\x10','\x3a','\x25','\xc8','\xfa','\x63','\x6c','\x34','\xd0','\x0b','\x2a','\x30','\x1d','\xa8','\x85','\x8f','\x3e','\xc5','\x56','\x04','\x05','\x79','\xf4','\x17','\xb8','\x16','\xa8','\x6a','\x78','\x41','\x39','\x2d','\x1c','\xf8','\xd9','\xec','\xc8','\x3a','\x36','\xd7','\xb7','\xf3','\x79','\x80','\x7e','\xfd','\xfa','\x05','\x3f','\x7e','\xfc','\xd8','\x4d','\x17','\x7d','\xf8','\xdf','\x99','\x50','\x0b','\x22','\xaf','\x1c','\xce','\x7c','\x37','\x54','\xaf','\x45','\xdf','\x08','\xdd','\x80','\xca','\x65','\x8f','\x88','\x19','\xa3','\x0c','\x78','\x06','\xc0','\xc7','\x33','\x15','\x5d','\x6e','\xc3','\x6c','\xd5','\xef','\x95','\x81','\xd0','\x01','\x12','\xf5','\x8a','\x97','\x85','\x55','\x83','\x18','\xc4','\x97','\x95','\x21','\x0d','\xb2','\x47','\x5a','\xb2','\x7a','\x6e','\x34','\x46','\xae','\xa8','\x32','\x4a','\x60','\x0f','\xaa','\xce','\xa6','\x7b','\xe5','\xfb','\x8c','\xce','\xd7','\x5c','\xe2','\x40','\xc0','\x1d','\x12','\x80','\x84','\xe2','\x87','\xc6','\x93','\x70','\x2d','\x81','\x12','\x72','\x2e','\x91','\xde','\xf2','\x52','\x84','\xc9','\x72','\x41','\xc0','\xcb','\x02','\x00','\xf5','\x70','\x4d','\xa0','\xe2','\x83','\x9c','\x13','\xe4','\x4c','\x70','\xb9','\xb5','\x90','\xc9','\xcb','\x52','\x02','\x24','\xa4','\x94','\x60','\x81','\xa2','\x6c','\xaf','\x97','\x0c','\xcb','\x82','\x70','\x7b','\x4b','\xb0','\xde','\x12','\xdc','\xae','\x19','\xae','\xd7','\xb5','\xac','\x0a','\x55','\x30','\x95','\xd7','\xb6','\x82','\xc1','\x7c','\xb3','\x35','\x82','\x5d','\xe2','\xd0','\x80','\x6b','\x3d','\x86','\x7c','\x5f','\x3c','\xaa','\x33','\x9d','\x02','\x7e','\x06','\x2e','\x0c','\x52','\xc6','\x66','\xf9','\x5e','\x52','\xeb','\x8c','\x55','\xdb','\xb5','\xe8','\x62','\xe3','\x02','\x91','\xe8','\xa6','\x08','\x65','\x4f','\x65','\xaa','\x2e','\x8b','\xcb','\x92','\x64','\x8f','\x65','\xce','\x50','\x56','\xe4','\xae','\xb9','\x1e','\x68','\xdb','\x42','\xd7','\x6f','\x55','\x34','\xae','\x16','\x03','\x6b','\x5b','\xcf','\x28','\x95','\x56','\x9c','\x87','\xdd','\xec','\xef','\xa1','\xf9','\x53','\xae','\x6b','\xa7','\xfe','\x49','\xd8','\xe7','\xd9','\x74','\xc4','\xc5','\xf4','\x2c','\xc3','\x4f','\x44','\x23','\x20','\xff','\xad','\x69','\xa0','\x67','\xdd','\x6e','\x37','\x48','\x75','\x1f','\xfa','\x77','\xa7','\x73','\x3f','\x17','\x4f','\xfa','\x48','\xf1','\x55','\xd7','\xa4','\xba','\xb5','\xea','\x2d','\x39','\x67','\xc8','\x84','\x80','\xa4','\xf7','\x37','\xb6','\xda','\x35','\xe3','\x12','\x41','\x54','\x6b','\x7b','\x67','\x9b','\xc1','\xd8','\xda','\x59','\x46','\x5f','\x6a','\x5a','\x57','\xa6','\xa0','\x1e','\x47','\xc0','\xab','\x54','\xaa','\xae','\xbc','\x37','\x08','\xb0','\x86','\xc5','\x4e','\xc5','\x68','\x05','\xea','\x3d','\xce','\x5a','\x1b','\x2d','\xbc','\x77','\x03','\x11','\x49','\x4c','\x03','\x4d','\x06','\x00','\xf9','\x04','\xcb','\xb2','\x4c','\x7f','\xb9','\xe6','\xb2','\xe1','\x6f','\xea','\x0e','\x21','\xf9','\x8b','\x3e','\x09','\xb5','\x3c','\xb6','\x68','\xd3','\x10','\xb1','\xf5','\xae','\x52','\x3a','\xa7','\x09','\xfd','\x47','\xdc','\xca','\xd8','\xde','\x1a','\xd5','\xa5','\xdf','\xe4','\x0c','\xe0','\x07','\xe0','\xf6','\x3b','\x71','\x7d','\xd6','\xbc','\x02','\x07','\x3e','\x18','\x1e','\x7c','\x7a','\x70','\x16','\x6e','\x0a','\xd0','\x9a','\x97','\xd9','\x87','\x73','\xd6','\x2c','\x37','\xdf','\x76','\x46','\x9b','\xed','\x5e','\xda','\x1f','\x47','\xf5','\xdf','\x5d','\x65','\xab','\xe6','\xc5','\xc1','\x0c','\x58','\x01','\xcb','\x4a','\x11','\x1b','\xad','\xec','\x74','\x90','\x08','\xed','\x73','\x63','\xa9','\xd5','\x09','\xe2','\xca','\xf6','\xdf','\x8f','\x80','\x43','\x61','\x15','\x66','\xa7','\x94','\xfa','\x76','\x92','\xb4','\x7a','\xce','\xcf','\x46','\x8d','\x96','\xfb','\xce','\x24','\x44','\x1a','\x04','\xb9','\xb4','\x72','\xbb','\x9f','\x29','\xcf','\x92','\xd1','\xfb','\x2b','\x1e','\xdb','\x63','\x26','\x5a','\x5d','\x93','\xb5','\x1f','\x2c','\x6e','\x6d','\x1c','\x6a','\x9b','\xbf','\x11','\x01','\xb4','\x8d','\xa4','\x75','\x1f','\xc8','\x1b','\x95','\xce','\xc7','\xa5','\x1d','\xdc','\x56','\x00','\x49','\x06','\x5a','\x01','\x56','\x5c','\x01','\x97','\x54','\x5d','\xab','\x58','\xd1','\x26','\xd9','\x5c','\x9f','\x12','\x02','\xbc','\xd5','\xd5','\x87','\x4b','\x82','\xe5','\x92','\x61','\xb9','\x24','\xb8','\x5e','\x12','\xe4','\x35','\xc3','\xf5','\xa3','\xba','\xc5','\xdd','\xf8','\x20','\x55','\x35','\xa6','\x0c','\xbf','\x25','\x33','\xfc','\xa9','\x0e','\x06','\x1c','\xf6','\x4f','\xd4','\x27','\xea','\xbb','\x1d','\x30','\x76','\x1d','\xa5','\x16','\xf4','\xa0','\x09','\xad','\xfe','\xd8','\x82','\x71','\x19','\x23','\x05','\x10','\x19','\xe1','\x07','\x9f','\x5e','\x6e','\x25','\x1b','\x65','\x8e','\xbf','\xc1','\x52','\xcf','\xf6','\x29','\x6e','\x17','\x19','\x6e','\xd7','\x5c','\x02','\x55','\x5c','\xcb','\x8a','\x9f','\x01','\x5d','\xe8','\x32','\x1e','\x56','\x75','\x30','\xa3','\x83','\x39','\xd4','\x44','\xe0','\x23','\x7d','\xab','\x57','\xd0','\xbe','\x0e','\xfc','\x3c','\xba','\xe2','\xf4','\x6a','\x2b','\x56','\xd1','\xbc','\xe8','\xa5','\x76','\x44','\x9e','\x41','\xba','\x8f','\x6d','\x0b','\x99','\xaa','\x4b','\x1b','\xfb','\x9f','\x88','\x7e','\xba','\xba','\x3d','\xf6','\x7d','\x64','\xf5','\xc7','\xd3','\x00','\x04','\x01','\x1c','\x8c','\xfc','\xf6','\x8a','\x44','\x27','\x83','\x62','\xa7','\x47','\xe8','\x07','\xe4','\xd3','\x31','\xeb','\x22','\x82','\x9c','\xb1','\x6c','\x2f','\xc9','\x00','\x94','\xa6','\x87','\x5d','\x9f','\xa1','\xbb','\x13','\x65','\xa3','\xd9','\x25','\x83','\x16','\x3e','\x38','\xda','\x27','\xa4','\x4c','\x90','\x13','\xc2','\xc2','\x87','\x92','\x57','\x17','\xf4','\x94','\x8b','\x17','\x44','\xc9','\xa3','\x20','\xa0','\x04','\x08','\x59','\xcb','\x5a','\xa8','\x60','\x47','\x00','\x12','\x86','\x40','\x67','\x59','\x96','\xe3','\x61','\xb0','\x05','\x51','\xe9','\xc6','\x3b','\x41','\x20','\xf2','\x4a','\x83','\x1f','\x25','\xc4','\x48','\xff','\xa3','\x00','\x8e','\xee','\x46','\x6e','\x34','\xcd','\x20','\x20','\xa9','\x9c','\x29','\xcc','\xdf','\x9c','\x22','\x8e','\x88','\x31','\x7c','\xcb','\x28','\x15','\xae','\x04','\xb6','\x62','\xce','\x54','\x13','\x4d','\x97','\xc8','\xeb','\x06','\x34','\x52','\x6c','\xf5','\xfb','\xf5','\xeb','\x17','\xfc','\xf3','\xcf','\x3f','\xb0','\x47','\x7b','\xe0','\x67','\xff','\xfd','\xbb','\x5e','\x7b','\x9e','\x96','\xbb','\x8f','\x3c','\x41','\x54','\x06','\xaf','\x15','\x61','\xc4','\x1c','\x40','\x31','\x0e','\x60','\x8d','\x49','\x16','\x8f','\xda','\x3d','\x90','\x6f','\x21','\x60','\xa7','\x86','\x61','\xb7','\xdf','\x29','\xb2','\xb9','\xf3','\xca','\xc1','\x00','\xb0','\xba','\x31','\xc3','\x8a','\x9f','\x77','\x65','\x1b','\x54','\x5b','\x7b','\x77','\xa9','\x07','\x04','\x40','\x35','\xa2','\x8a','\x6b','\xf5','\x5d','\x4c','\x97','\xfb','\xc8','\x95','\xd3','\xeb','\x96','\xdb','\x6b','\x55','\xf7','\x0c','\x8b','\x3d','\x77','\x57','\xfe','\x56','\xe5','\x59','\x9d','\x54','\xea','\xa0','\xb4','\x43','\x14','\x28','\xa2','\x46','\x89','\x4e','\xf5','\x3e','\xfb','\x3b','\xaa','\xa4','\x39','\x03','\xc0','\x2d','\xc3','\xad','\x5e','\x73','\xc4','\xb0','\x12','\xee','\xba','\x06','\x4a','\xa8','\xdf','\x0a','\x6f','\x19','\x68','\x41','\x58','\x33','\xd5','\x95','\x20','\x92','\xb4','\xbc','\xc9','\x1e','\x01','\xca','\x0a','\x11','\xd6','\x7d','\x42','\x4b','\x82','\x75','\x25','\x58','\xaa','\x7b','\xdc','\x7a','\x6d','\xfb','\x83','\x64','\x35','\x42','\xf1','\x53','\x3d','\xfc','\x9b','\x81','\xa8','\xba','\x6c','\x7a','\x57','\x3f','\xd8','\x1a','\x69','\xdc','\x0f','\x7d','\x8a','\x0e','\x14','\x29','\x2d','\x70','\xd6','\x8d','\x4e','\x47','\x7c','\x03','\x0d','\x7e','\x76','\xea','\x44','\xc3','\x1f','\xba','\x7e','\x50','\x41','\xbb','\x02','\x02','\x46','\x07','\x6d','\x81','\x6a','\x52','\x52','\x75','\x80','\x6a','\x75','\xac','\x21','\xce','\x6f','\xb7','\xba','\xea','\xb3','\xe6','\xb6','\xea','\x13','\x75','\x9c','\xab','\x87','\x9f','\x96','\x5d','\x35','\x77','\xf8','\x98','\x15','\x88','\x1b','\xef','\x38','\x19','\xc2','\x09','\xb9','\xcd','\xaf','\x06','\x20','\x7e','\x27','\x9a','\x0e','\xe5','\x5d','\x52','\x43','\x53','\x78','\xb4','\x9a','\x18','\x7e','\xc0','\x8d','\x7c','\xb6','\xef','\x3c','\x95','\x54','\xfd','\x1e','\xe1','\xf5','\xfc','\x3c','\x8f','\xc0','\x4f','\x40','\xb7','\xdb','\x4d','\xe6','\xe6','\x11','\xf2','\x2e','\xc1','\x61','\x45','\x00','\xb6','\x1b','\x74','\x64','\xb9','\xef','\x00','\xc5','\x7c','\x41','\x55','\x64','\xba','\xbc','\x3a','\xa6','\xe6','\x90','\x78','\x4b','\x42','\xac','\xd3','\x68','\x3d','\x9b','\x19','\x87','\x55','\xcc','\x87','\xae','\xd4','\xbb','\x37','\xfc','\xf3','\x16','\xfc','\x27','\x5d','\x52','\x73','\xa7','\x97','\x95','\x9e','\x9a','\xae','\x06','\xb2','\xd1','\x6e','\x7a','\x59','\xe9','\x3b','\x49','\xea','\x5e','\x8e','\x3c','\x48','\x2c','\x9f','\x6b','\x86','\x48','\x08','\x39','\x11','\x60','\xee','\xbd','\xd9','\x10','\x11','\xde','\xde','\xde','\xc2','\xf9','\xbb','\x19','\x04','\x61','\x77','\x03','\x9a','\xee','\x33','\xf7','\x75','\x8d','\x4e','\x4a','\x00','\x6c','\x91','\x26','\x97','\xa6','\xed','\xa5','\x20','\x79','\xfe','\x99','\x06','\x8e','\xdf','\x81','\xd6','\xcc','\xdf','\x89','\x00','\xe0','\xf7','\x58','\x32','\x9e','\xa1','\xdd','\x61','\x82','\xc1','\xcf','\x00','\x6c','\x34','\x56','\xa0','\x36','\x9f','\x13','\x55','\xe0','\xe3','\xc7','\xe4','\x00','\xdc','\x84','\xc5','\xa3','\x49','\xc4','\x2b','\x0d','\x02','\x32','\xd4','\xbe','\x07','\xa5','\xb7','\x1e','\x24','\xcb','\x40','\x29','\x50','\x78','\xbb','\x2a','\x07','\x8c','\x33','\x0a','\x9a','\xa1','\xdd','\x85','\xb6','\x2c','\x74','\x9f','\x49','\xa2','\xd4','\x23','\x34','\x10','\x70','\x06','\xe9','\x4f','\xa5','\x18','\x6b','\x64','\x94','\xe0','\xa8','\x60','\x74','\x5d','\x01','\xd7','\xac','\xdc','\xdc','\x12','\x50','\x0d','\x84','\x50','\xc2','\x61','\x57','\x60','\x70','\x23','\x00','\x24','\xc8','\x00','\xb0','\x62','\x4d','\xcf','\xa0','\xa9','\x02','\x26','\x06','\xc1','\xcb','\x82','\x65','\x9f','\x50','\x75','\xb1','\xbb','\x5c','\x12','\xdc','\xde','\x9a','\x52','\x5e','\xce','\x22','\x6a','\x60','\x88','\x5d','\xef','\xcc','\xb8','\x71','\xdf','\xd5','\xb6','\xaf','\x0d','\x36','\xa2','\xee','\xd6','\xb8','\x7b','\x34','\xc8','\xd1','\x06','\x86','\xc9','\x31','\x61','\xcf','\xd4','\x71','\xe0','\x67','\x23','\x8f','\xa8','\xff','\xe3','\xfc','\x4b','\x65','\xda','\x7c','\x42','\xa3','\x77','\xea','\x55','\x1f','\xd1','\x6f','\x4c','\x34','\xb7','\x06','\x80','\x38','\x10','\x45','\xab','\x80','\x6a','\xe7','\xe4','\x78','\xdb','\xb1','\x69','\x08','\x3d','\x04','\xdc','\xb5','\xf1','\x2e','\xa9','\x6f','\xf2','\x97','\x7e','\x4f','\xfa','\x83','\xf4','\x22','\x1e','\xc9','\x91','\x35','\x7f','\x44','\xa7','\x80','\x9f','\xdf','\x85','\x82','\xb1','\x52','\xe4','\x84','\x32','\xea','\x38','\x99','\xae','\x61','\xfa','\x54','\x1f','\xcd','\xc8','\x0d','\x28','\xae','\xc6','\x97','\x4b','\xd9','\xf7','\x0a','\xd8','\xf6','\xd2','\xd2','\x4a','\xa2','\x73','\x21','\x16','\xa7','\x8b','\x54','\xf9','\x30','\xe6','\x5c','\x20','\x45','\x6d','\x47','\xae','\xe1','\xad','\x69','\x01','\x48','\x19','\x81','\x16','\xe6','\xe5','\xa4','\x8c','\x59','\xac','\xc3','\x59','\x77','\x65','\x76','\xa7','\x3b','\x0c','\x80','\x6c','\x4b','\x22','\x2b','\x95','\xba','\xa7','\x7e','\x97','\xcb','\x86','\x88','\xa8','\xfb','\x2b','\x35','\x2b','\x16','\x55','\x51','\x3a','\x37','\x04','\x82','\xaf','\x3b','\xcb','\x27','\xf3','\x01','\x77','\x6c','\x9c','\x5e','\x66','\xfb','\xd5','\x9f','\xe0','\xb5','\xbb','\xe6','\xca','\x06','\xa3','\x0a','\xad','\x00','\x03','\xea','\xf6','\xfe','\x44','\x00','\x13','\xca','\x07','\x8e','\x0f','\xb2','\xdd','\x2f','\x63','\x56','\x50','\x7f','\x15','\x79','\x05','\xae','\xd3','\x43','\x02','\xc6','\xd6','\xb5','\x09','\xfb','\x95','\x11','\xff','\x6a','\x1b','\x7f','\xcd','\x07','\xb5','\x9d','\xe1','\xd3','\xc6','\xae','\x7e','\xdf','\x43','\x0d','\x7d','\xc0','\x29','\xd7','\xc1','\x00','\x1e','\xbe','\x57','\xeb','\xc3','\x67','\xc6','\xe8','\x15','\x20','\x09','\xba','\x11','\x29','\xb1','\xb6','\x49','\xc6','\xe5','\x8d','\x5f','\xd1','\x75','\x92','\x15','\x23','\xdd','\x78','\x6a','\x8a','\x12','\x45','\x61','\xaa','\x6b','\x72','\x42','\x04','\x24','\x35','\xc9','\x94','\x35','\x46','\xfa','\x43','\xa6','\x5b','\xb4','\x18','\x7f','\xbe','\x21','\x03','\x75','\x3f','\x52','\xfb','\xef','\x68','\x31','\x7a','\x25','\xa9','\xdd','\x54','\x65','\xc8','\x24','\x55','\x4a','\x7f','\x97','\x47','\xfd','\xe6','\xb9','\xd6','\x81','\x0f','\x50','\x25','\x82','\x4b','\xa6','\x16','\x05','\x8e','\x99','\x73','\x35','\x02','\x11','\x11','\x40','\x26','\xc8','\x2b','\x54','\xe0','\x44','\x02','\x08','\x12','\x96','\x68','\x8f','\xbc','\x1f','\x2c','\x2d','\x09','\xf8','\x4c','\x9a','\x7c','\x49','\x65','\x53','\xfe','\x5a','\x36','\xe5','\xeb','\x55','\x0a','\x89','\x1e','\xc7','\xed','\x40','\x2d','\x00','\x78','\x5c','\xf1','\xcf','\x60','\x7f','\xa5','\x00','\xbe','\x7d','\x8a','\x56','\x94','\xb6','\x50','\x8a','\x06','\x39','\x72','\x98','\x28','\xdf','\x9f','\x10','\xa0','\x73','\x75','\x2a','\xff','\x08','\xc8','\x71','\x0f','\xcd','\x5c','\x81','\x76','\x46','\x97','\x80','\x48','\x03','\x82','\x20','\x76','\xc5','\x1e','\xf0','\xde','\x9e','\x17','\x8c','\x6e','\xf4','\xf9','\x75','\xf2','\xb0','\xfb','\x31','\xce','\xce','\x08','\xf3','\x2d','\x2f','\x86','\xbf','\xf4','\x79','\x14','\x7d','\xbb','\xad','\xd5','\x04','\x22','\x9b','\x66','\x98','\xef','\x17','\x20','\x9f','\x63','\xf6','\x8d','\x80','\x2c','\xff','\x39','\xb2','\xfa','\x73','\xbd','\x5e','\x61','\x59','\x16','\x15','\xb1','\x6c','\x8e','\x76','\xbb','\xd1','\xd4','\x68','\x2b','\xe1','\xd9','\x82','\x0b','\xfa','\xb1','\x11','\xac','\xae','\xed','\x07','\xc2','\x72','\xb4','\x95','\xb6','\xe6','\x65','\xda','\x5c','\xf5','\x9a','\x5c','\xff','\xab','\xa7','\xf2','\x88','\xfe','\x41','\x55','\x67','\x68','\x67','\x48','\x72','\x85','\x8e','\xa3','\x47','\xd3','\x94','\x2a','\xcb','\x96','\x4b','\xf9','\xfe','\x19','\x00','\x88','\xb0','\xae','\xf4','\xb4','\xb4','\xac','\x33','\x14','\x7e','\x8c','\xd2','\x1f','\xa4','\x14','\x8f','\x9c','\xa9','\x18','\x09','\x73','\x3b','\x77','\xaf','\xc8','\x4f','\x82','\x54','\xfd','\xe0','\x6e','\x1f','\xb7','\xce','\x75','\xf5','\x7a','\xbd','\x6e','\x07','\x41','\x00','\xe8','\x7d','\x2d','\xe3','\x08','\x28','\x30','\xc2','\x3d','\x4d','\x89','\x50','\x00','\xd3','\x26','\xd4','\xf7','\x54','\x24','\xa9','\xaa','\x38','\xbc','\x82','\x85','\xe3','\xa0','\xa1','\xef','\xcb','\x89','\x0f','\x8b','\xba','\x8b','\xbe','\xb9','\xd4','\x44','\xaf','\x41','\xb9','\x6b','\xec','\x6e','\x02','\x88','\xda','\xa1','\xc7','\x70','\x1d','\x7b','\x1c','\x99','\x50','\x0e','\xdf','\x75','\xc0','\x67','\x44','\xa4','\xae','\x9a','\xab','\x4d','\x5f','\x3f','\xb1','\x52','\x03','\xb4','\x73','\x46','\x92','\x8a','\xda','\x46','\x00','\x40','\x58','\xe6','\x82','\xc8','\x4d','\x32','\x60','\x42','\x40','\x80','\x30','\x2a','\x5f','\x07','\x4b','\xa8','\x06','\xb4','\xd2','\xe9','\x2b','\x10','\xf2','\xef','\x15','\x36','\xe4','\xa6','\x6c','\xc9','\xc7','\x22','\xee','\x41','\x69','\x9f','\x43','\x66','\x6f','\xd6','\xa9','\x39','\x4b','\x80','\xe5','\xe6','\x63','\x4c','\x00','\x59','\xc9','\x01','\x7d','\x30','\x33','\xf3','\x2f','\x04','\x82','\x8c','\xd8','\x84','\x4b','\x26','\xb8','\xe4','\x0c','\xcb','\x65','\x29','\xfe','\xcf','\x58','\x42','\x2b','\x1b','\x66','\x48','\xe5','\xfb','\xe5','\x44','\x00','\x09','\x20','\x41','\x19','\x0b','\x29','\x93','\xb8','\x68','\xf1','\x7f','\x65','\x83','\x3e','\x94','\xd5','\xa5','\x35','\xc1','\x9a','\x33','\xe4','\x5b','\x92','\xd0','\xd9','\xe9','\x96','\x04','\x0c','\x89','\x90','\xcb','\x14','\xf7','\x53','\x04','\xfe','\x70','\xc0','\xeb','\x27','\xfa','\x6b','\xf8','\x44','\x56','\x5a','\xf4','\x26','\x56','\x06','\xfc','\xe7','\x82','\x1f','\xeb','\x5a','\x57','\xae','\xbd','\xf2','\xa4','\x8d','\x1b','\xdc','\x57','\x39','\x93','\x0d','\x32','\x21','\x89','\xc7','\x22','\x7f','\x53','\x89','\x9a','\x69','\x90','\x93','\x83','\x9b','\xe0','\x27','\xd4','\x8f','\x5f','\x63','\xaf','\xcf','\x5f','\xfa','\x4b','\xcf','\xa0','\x8f','\x8f','\x0f','\x48','\x58','\xce','\xa3','\x5c','\x2e','\x7f','\x8e','\x37','\xcb','\xb3','\xa9','\xf0','\x1b','\x82','\x4c','\x08','\x79','\x05','\xa0','\x44','\x25','\x7a','\xda','\x02','\x20','\x9a','\x12','\xd6','\x63','\x06','\x38','\xca','\xda','\x83','\x24','\xc6','\x21','\xcd','\x9f','\x01','\x8a','\x81','\x4f','\x84','\xaa','\xd8','\xec','\x1a','\x6f','\xcc','\x04','\x19','\xb3','\xc8','\x09','\xd6','\xc3','\x88','\xa0','\x18','\x65','\x29','\x01','\xa5','\x0c','\x94','\x6a','\x60','\xa1','\x5c','\x64','\x27','\xa5','\x02','\x82','\xa2','\x58','\x60','\x39','\xe7','\xed','\x83','\x50','\x97','\x65','\x89','\x83','\x20','\x70','\x15','\xc9','\x5f','\x7a','\x4b','\x22','\xb9','\x2b','\x0a','\x81','\x12','\xff','\xe2','\x68','\x5a','\x59','\x2f','\xc9','\x0d','\x68','\xf3','\x63','\x1c','\x07','\xa7','\xf6','\x5d','\x65','\xc2','\x1b','\xe9','\xd2','\xf1','\xbb','\xb5','\x95','\xa2','\xbd','\xb6','\x7b','\xa6','\x5a','\x1d','\xf2','\x87','\xae','\xce','\x48','\xd8','\x0e','\xf2','\x1b','\xd5','\xd3','\x57','\x8c','\x07','\x0b','\x15','\x00','\x14','\x7d','\xdc','\xc8','\xf8','\xf4','\x6d','\x05','\x26','\xb7','\x57','\x2c','\x53','\xd6','\x44','\xa5','\x57','\x51','\xb6','\x32','\x69','\xd6','\x5d','\x1b','\xca','\x56','\xaf','\xf8','\xec','\x29','\x83','\xd1','\x53','\x01','\x5b','\x55','\x7b','\x66','\x65','\x2f','\x24','\x34','\x49','\x5b','\xda','\x5a','\x8f','\x54','\xcf','\x96','\x89','\x0a','\x6c','\xd6','\x6e','\x07','\x9c','\x24','\x21','\xb5','\x02','\x86','\xb5','\xf5','\xef','\xd5','\x94','\x46','\x39','\xb6','\x5a','\xb3','\xe9','\x77','\x71','\xe4','\x0d','\x2a','\xb8','\x5d','\xea','\x29','\xe4','\xdd','\x68','\x99','\x8e','\x0c','\xed','\xd0','\xb6','\x83','\x24','\xa0','\x15','\xdb','\x4d','\x58','\x88','\xc1','\x0d','\x00','\x16','\xf3','\x55','\xa0','\xab','\x12','\x00','\x21','\xd0','\x4a','\x00','\x94','\xe1','\x9a','\x0b','\x23','\xc6','\xc4','\x6e','\x6d','\xd5','\x6f','\x59','\xba','\xae','\x84','\x5d','\xc0','\x5c','\x98','\xff','\x5a','\xe7','\x3f','\x2f','\xf5','\x17','\xd0','\x84','\x12','\x29','\x8d','\xeb','\x54','\xa6','\x79','\x02','\xbc','\xb4','\x79','\x9f','\xd2','\x0a','\x79','\xc5','\x1a','\xa6','\xb9','\xfc','\x97','\x54','\xe4','\x32','\xfe','\xae','\xed','\x8c','\x2a','\x90','\x61','\xc2','\x96','\x41','\xdb','\x16','\xd7','\x2f','\x51','\x07','\x06','\x2f','\xea','\x3e','\xd3','\x2b','\x3e','\xf5','\x56','\x03','\xec','\x3b','\xe0','\xa7','\xfb','\x34','\xd1','\x50','\xe6','\x3c','\x78','\xee','\x08','\xb8','\x02','\x2b','\x30','\x81','\xe4','\xb8','\x85','\x72','\x98','\x69','\x75','\x21','\xac','\xe7','\xcd','\xb5','\xce','\x51','\x65','\x21','\x18','\x97','\xf8','\x70','\x8c','\xdd','\xc3','\x47','\xcd','\x94','\xd9','\x88','\xf4','\x36','\xcc','\x1b','\x5b','\xfd','\xbe','\x2d','\x23','\xff','\x43','\x48','\x3e','\x0f','\x4f','\xb4','\x07','\xbe','\x97','\x7f','\xf7','\x33','\x0c','\x50','\x5a','\x37','\x9a','\x7e','\x41','\x53','\x7b','\x79','\xa4','\x7c','\x46','\x84','\x95','\xef','\x1d','\x71','\x7d','\x9b','\xa5','\x29','\x15','\xe1','\xc9','\xb4','\x65','\x38','\x41','\xde','\xcb','\xbb','\xc9','\x13','\xe2','\xd5','\xde','\xee','\x95','\x20','\x1b','\x02','\xa8','\x41','\x10','\x8a','\xde','\x9d','\xa8','\x06','\xfc','\x01','\x76','\x23','\x6b','\x2e','\x65','\xda','\x55','\x78','\x66','\x55','\x40','\xb3','\x4f','\x63','\x6c','\xc3','\x66','\x78','\xa2','\x5c','\x78','\x2d','\x65','\x2a','\x7b','\x7e','\x88','\x75','\x30','\x92','\x31','\xce','\x06','\xc6','\xe6','\xf8','\xd3','\x74','\xa3','\xc2','\xe2','\x51','\xf4','\xb5','\x4c','\x00','\xb8','\x02','\xc0','\x02','\x80','\x99','\x6a','\x80','\x04','\xa8','\xab','\x4b','\xad','\xb2','\x88','\x08','\xef','\xef','\xef','\xa1','\x5e','\x77','\xd1','\x89','\x3c','\x53','\xc5','\x4e','\xd1','\x51','\x0d','\x36','\x80','\x28','\x30','\x99','\x91','\xfa','\xeb','\x38','\x3d','\x29','\x85','\x82','\x32','\x0c','\xe7','\x73','\xc4','\x33','\x5a','\x60','\x86','\x5e','\x0b','\x6a','\x5e','\x1f','\xaa','\xf1','\xea','\xdf','\x2e','\xaf','\xb8','\xd8','\x63','\x34','\x94','\x62','\xf1','\xed','\x59','\xde','\x65','\xdc','\xdf','\xa2','\x7e','\x80','\x16','\xf9','\xed','\x53','\xe7','\xf4','\xa8','\xb0','\x4f','\xe0','\xc9','\x52','\x8e','\x01','\x3d','\xed','\xc2','\xeb','\x31','\xfe','\x35','\x71','\xb1','\xe4','\x89','\xa7','\xdd','\xdd','\x00','\x42','\xc5','\x76','\x9b','\x74','\x04','\x37','\x68','\x8a','\x9f','\x62','\x1e','\x66','\xbc','\x52','\xbb','\xa7','\xeb','\x47','\x00','\x76','\x85','\xc5','\xb5','\x85','\x84','\x01','\xb0','\x92','\x67','\x2d','\x2a','\x1a','\xcc','\x99','\x4c','\x77','\x38','\x56','\xec','\x95','\xb1','\x33','\x96','\x0d','\x10','\xe2','\xdb','\x41','\xf9','\xfe','\x3d','\xf5','\x6e','\x57','\x8f','\xe0','\x59','\x34','\xf7','\xf7','\x9a','\x74','\x06','\x95','\xd0','\x9a','\x4d','\xa9','\xe6','\xaf','\x07','\x88','\x45','\x60','\x00','\x96','\x35','\x7c','\x00','\xd3','\x81','\x3c','\x8e','\x10','\xaa','\x4b','\x6f','\x5d','\x5d','\x48','\x09','\x21','\x2f','\x09','\xd2','\x92','\x2b','\xd0','\xb5','\x63','\x24','\xd5','\xe8','\x36','\x3c','\xae','\xa9','\x02','\x8b','\x16','\xe9','\xa6','\xae','\x0c','\x21','\xca','\x09','\x72','\x3c','\x4a','\x31','\x21','\x2c','\x89','\x00','\xd3','\x02','\xb4','\xd4','\xd5','\x8d','\x4c','\x40','\x59','\x87','\x6e','\x06','\xe3','\xe2','\x45','\x6b','\x8d','\x60','\xc8','\xd5','\xef','\x78','\xb3','\xfd','\x2d','\xbf','\x3c','\x9f','\xf1','\x80','\x01','\xda','\x98','\x60','\x90','\x9e','\x10','\xda','\xde','\x94','\x86','\x7d','\x66','\x3f','\xc4','\x98','\x10','\x54','\x1f','\x6a','\x0e','\x8f','\x66','\x3c','\xca','\x8a','\x98','\x12','\xb6','\x59','\xcd','\xfd','\x36','\xc1','\xf8','\x4f','\x1b','\x8c','\x5a','\xf6','\x0f','\x01','\x99','\xbf','\xed','\x06','\x6d','\x3c','\x97','\x06','\x0a','\x4e','\xdc','\x4c','\x60','\x1e','\xd3','\x6e','\x3c','\xb6','\xea','\x73','\x86','\x2e','\x2d','\xd1','\xd0','\x9c','\x9b','\x89','\x2d','\xe7','\xcf','\x05','\x68','\x6d','\xcc','\xb4','\x71','\xb4','\x65','\x54','\x18','\x7d','\x82','\x5e','\x86','\x7d','\x96','\x90','\x0d','\x0a','\xff','\x84','\x72','\x3e','\x7e','\x7d','\xd4','\x68','\x8c','\x9f','\xd8','\xce','\x97','\x23','\x2f','\x08','\x29','\xba','\xbb','\xfb','\x76','\x04','\x88','\x00','\x2a','\x70','\xc8','\xb9','\x44','\x84','\x63','\x99','\x85','\xcd','\xc8','\x56','\x18','\x6b','\x73','\xe6','\xdf','\x9f','\xc6','\x3d','\x87','\x8c','\x78','\x66','\xd9','\x62','\x53','\xf8','\x82','\xdd','\x7b','\xa9','\xde','\xa9','\x80','\x8c','\x72','\xd5','\xd7','\x12','\x40','\xaa','\x82','\x51','\x64','\x8b','\xf2','\x98','\x61','\x3e','\x9e','\xab','\x39','\x31','\x27','\xaa','\xc6','\xc3','\x4b','\xc7','\x7f','\x96','\x65','\x09','\x79','\x92','\x00','\x20','\x3e','\x2d','\x55','\x53','\x39','\x3d','\x55','\xdd','\xa0','\x36','\x09','\xd9','\x3d','\x24','\x1c','\xaa','\x46','\xb0','\xb0','\x72','\x89','\x22','\x60','\xe4','\x44','\xda','\x3c','\xd0','\xc2','\x9e','\x45','\xa2','\xd8','\xd4','\xdf','\x4f','\x9a','\xe4','\x23','\x45','\xed','\x48','\x4b','\x8f','\x08','\x90','\x3d','\xeb','\xca','\x6f','\x21','\x8b','\x44','\x87','\xc2','\x76','\xad','\x95','\x1f','\x0d','\x44','\xcc','\xb8','\xe4','\x31','\xa7','\x2c','\x11','\x55','\xf3','\xa3','\xac','\xc2','\x59','\x4f','\xf6','\x91','\x01','\x3b','\xd0','\x40','\x09','\x54','\xeb','\x84','\xac','\xd0','\x70','\x1a','\x05','\x18','\x18','\x64','\xd5','\x5a','\x15','\xca','\xa4','\x14','\x5b','\x10','\xa4','\x66','\x71','\x83','\x55','\x20','\xa5','\x5c','\x55','\x21','\x71','\x3b','\xad','\x99','\x0c','\x19','\xa1','\x29','\xe8','\x4e','\x42','\xd5','\xe7','\x54','\x0d','\x1a','\xa3','\xfc','\x42','\x0d','\x72','\x54','\xa7','\xe0','\xf6','\xce','\xbb','\x67','\x0e','\x6d','\x59','\x0c','\xe0','\x88','\x7a','\x4a','\xc9','\x17','\x65','\xb4','\x9e','\xdf','\xd7','\x00','\x75','\xe9','\x78','\x6e','\xa6','\xed','\xda','\x0c','\xeb','\x5a','\xcf','\x0f','\x5a','\x0b','\x80','\x91','\xd5','\x1d','\x2c','\x41','\x10','\x68','\x29','\x11','\x6e','\xd8','\x8b','\xb5','\x1d','\x0e','\x4d','\x0d','\x5c','\xa3','\x0e','\x94','\xc0','\xad','\x56','\x80','\x1a','\x00','\x70','\x29','\x2e','\x76','\x98','\x0b','\x8a','\x32','\x63','\x9d','\x15','\x7f','\x8e','\x22','\x47','\xca','\xd5','\x33','\x33','\xf2','\x22','\x8b','\x09','\x4c','\xbf','\xb7','\x5e','\x96','\x55','\x65','\x75','\x57','\x83','\x7d','\x1d','\xd2','\x5a','\x42','\x9e','\x62','\xff','\x9d','\x1c','\x9e','\x9e','\x22','\xed','\x52','\xc7','\xf3','\xac','\xe5','\x47','\xd5','\xaa','\x58','\x7e','\xf3','\xe1','\xa5','\x5a','\xde','\xb4','\xf9','\xd1','\xc6','\xaf','\xae','\x4c','\x8b','\x3a','\x45','\xa0','\x2d','\x1b','\xa8','\x2b','\x1c','\xd6','\x6b','\xa2','\x15','\x1d','\xd8','\x0a','\xf2','\xec','\x40','\xa2','\x96','\x57','\x18','\xf6','\xe3','\x5f','\xfa','\xfe','\xf4','\x3b','\x7f','\xd3','\xd9','\xd5','\x9f','\x5f','\xbf','\x7e','\x49','\xf4','\xae','\xcb','\xe5','\xb2','\x9b','\xfe','\x30','\xbd','\x6a','\x27','\x47','\xf5','\xc2','\xfe','\xc7','\x9e','\x8a','\x32','\x6f','\x58','\x62','\x90','\x51','\x79','\xbf','\x8f','\x1a','\x8c','\xac','\xd3','\x34','\x17','\xec','\xa2','\xbb','\x90','\x49','\x23','\x7f','\xb6','\xe4','\x3b','\xb6','\xe7','\x79','\x25','\xb8','\x11','\x41','\x4a','\xec','\x86','\xcc','\x7b','\x2f','\x4b','\x1a','\x86','\x79','\x62','\xa8','\xca','\x50','\x3c','\x22','\x52','\x59','\x95','\x02','\xe4','\x1d','\x4b','\xdc','\x8e','\xf2','\x0f','\x01','\x00','\xad','\x20','\x2b','\xff','\x88','\x00','\xb7','\xeb','\xad','\x03','\xd1','\xbb','\x41','\x10','\x6e','\xb7','\x5b','\x07','\x80','\x6e','\xb7','\x9b','\xee','\x37','\xd3','\xd2','\x2d','\xeb','\x21','\x5b','\xda','\x75','\x54','\x72','\x06','\x3f','\xec','\xf2','\xb6','\x77','\xe0','\xe9','\x88','\x7a','\x45','\x0b','\x03','\xc1','\xa1','\xd3','\x55','\xc1','\x61','\xd2','\x58','\x2b','\xda','\xd6','\xe0','\x19','\x5a','\x6e','\xb4','\x26','\x10','\xbd','\x11','\x48','\xfc','\x58','\x49','\xb2','\xaa','\xee','\xac','\x62','\x9a','\x89','\xa3','\x76','\x61','\x43','\xc3','\xaa','\x5a','\x4f','\x21','\xdb','\xc1','\x77','\xe6','\xa1','\xad','\x62','\x23','\x04','\x6d','\x92','\x43','\xfb','\x86','\x16','\xf0','\x48','\x3d','\xd4','\xb3','\x06','\xd2','\x15','\xd8','\x56','\x00','\x08','\x58','\x11','\x02','\xed','\x0e','\x67','\x9b','\x17','\x55','\x29','\x06','\x3e','\xed','\x7b','\x31','\xf8','\x11','\x6b','\xbd','\xae','\x93','\xca','\x98','\x97','\x82','\xd9','\x05','\x14','\xb1','\x28','\xc0','\x90','\xe2','\x91','\xc0','\xab','\xb0','\xa4','\xde','\xaf','\xe6','\x12','\x90','\x50','\xd0','\x82','\x44','\x82','\x0a','\x3b','\xc5','\x8b','\x7f','\x4c','\x7d','\xbe','\xa8','\x43','\x88','\x95','\xc3','\xba','\xd7','\x42','\x27','\x18','\x81','\x18','\x75','\x81','\x6e','\x0c','\x8d','\xea','\xf1','\x25','\x46','\xc0','\xda','\x1e','\x94','\x7e','\x26','\x10','\x60','\x0b','\xa5','\xee','\xc4','\x4c','\x3d','\x97','\xd5','\x20','\x54','\x8c','\x98','\xa9','\xac','\x22','\xb5','\x3c','\xd8','\xb2','\x85','\xb9','\x30','\x73','\xc2','\x02','\xa4','\x32','\x25','\x48','\x54','\xf6','\xf8','\x2c','\x54','\xee','\x53','\xfd','\xc0','\x05','\xf0','\x24','\x01','\xcd','\xb4','\x96','\x9c','\x9b','\x24','\x44','\x35','\x46','\x18','\x10','\xf0','\x23','\x0c','\xc6','\x9e','\x5e','\x21','\xaa','\x1b','\xfe','\x57','\x32','\x2b','\x22','\x76','\x85','\x94','\xf8','\x35','\x68','\xfe','\x60','\x2a','\x4f','\x04','\xbb','\x6a','\x29','\x73','\x53','\x2b','\xed','\xf6','\x7b','\x1f','\x02','\x3d','\x8a','\x15','\xca','\x6a','\x67','\x5d','\x55','\x12','\xfe','\xa9','\xea','\x48','\xd5','\xa0','\xe1','\xad','\x8b','\x9b','\xfb','\xc5','\x36','\x27','\xfa','\xdc','\xfd','\x23','\x86','\xaa','\x70','\x2a','\xaa','\xbc','\x1b','\xab','\x43','\xf9','\xae','\xad','\x1c','\x9f','\x57','\xcb','\x65','\xd6','\x07','\x40','\x80','\x9c','\xcb','\xf7','\xde','\xb9','\x16','\xef','\x11','\x6e','\x0a','\x9b','\x16','\x4a','\xaf','\xaa','\x7f','\xde','\x4b','\x61','\x9f','\x1d','\x90','\x8f','\x11','\xab','\xde','\xca','\x23','\x04','\xcc','\x4f','\xa4','\x23','\x5f','\x4c','\x49','\xe5','\x8d','\xe7','\x03','\x22','\x80','\x8f','\xeb','\x07','\x2c','\x69','\x01','\x40','\x78','\x0e','\xf8','\x39','\x91','\xe6','\x56','\x79','\xa3','\x17','\x4f','\x4a','\x36','\x54','\x52','\x58','\x12','\x37','\x66','\xc2','\xf3','\xbd','\xe9','\xee','\xf5','\x3c','\x3b','\xa2','\x1a','\x3c','\x87','\x00','\x97','\xe2','\x3a','\x56','\xc0','\x07','\x88','\x9e','\x9a','\xea','\xde','\x9a','\x75','\xad','\xb2','\x9e','\xad','\x83','\x5d','\xb1','\x9a','\x0f','\xd9','\xea','\x88','\x4a','\x56','\x65','\x0d','\xd1','\x0a','\x39','\x97','\x9b','\x4d','\x0e','\xd9','\x3e','\x65','\xdd','\x48','\xbc','\x08','\x88','\x8c','\x7c','\x4b','\xb9','\x5d','\xb3','\x8e','\xa5','\x54','\x44','\x40','\x28','\x87','\x58','\x7b','\xba','\x5e','\xaf','\x06','\xcf','\x30','\x19','\x17','\x38','\x8f','\xd4','\x79','\x30','\x92','\xe2','\xdc','\x9b','\x42','\xc4','\x29','\x61','\x7e','\xd2','\xb6','\xcd','\xe6','\x83','\xbc','\xee','\xa0','\x23','\xf2','\x6a','\x38','\xb8','\x1e','\xe1','\xce','\x01','\xd0','\x19','\xa6','\xe3','\x0f','\x9b','\xf7','\x19','\xda','\xbe','\x60','\x2d','\x2f','\xdf','\x7b','\xee','\xcf','\x21','\x3a','\xb1','\x08','\x3f','\x49','\xba','\x87','\xa2','\x25','\xe9','\xe8','\x4d','\x7a','\x90','\xb7','\x99','\x6d','\x79','\x8f','\xb2','\x6c','\x38','\x70','\x6d','\x23','\xba','\x39','\xe5','\x7f','\xa2','\x6d','\xa2','\xda','\x21','\xd7','\x4b','\x03','\xe8','\xc6','\xfe','\xd9','\xaa','\x9f','\x52','\x02','\x01','\xdd','\xd4','\xda','\x20','\x51','\xa6','\x90','\xca','\x7e','\xaf','\x3a','\x07','\x32','\x40','\x51','\x8e','\x5d','\x1f','\x34','\x5e','\xa7','\x3b','\x86','\x99','\xae','\xa8','\xbf','\xd2','\x17','\x1a','\xd0','\x35','\xd0','\x41','\xfa','\xcf','\x41','\xe2','\x3a','\xa9','\xbe','\xe4','\xb6','\xea','\x64','\xaa','\xdc','\x3d','\x7a','\x65','\xef','\x06','\x27','\xda','\x0a','\x68','\xe1','\x6b','\x6c','\x20','\xa8','\x70','\xe2','\x72','\x50','\x1b','\x25','\x14','\xd0','\x14','\x58','\x37','\xda','\xf7','\x20','\x2a','\xdf','\x1d','\x4a','\x26','\x98','\x11','\x30','\xad','\x40','\x29','\x95','\xb1','\x99','\x24','\xf3','\x32','\x8e','\xa0','\x5a','\xdd','\x94','\x10','\x91','\xfc','\x44','\xb2','\x71','\xc5','\xeb','\xd9','\x36','\xaa','\x11','\x76','\x8c','\x42','\x39','\x04','\xb4','\x0a','\x1b','\xaa','\x56','\xb8','\xb4','\x64','\x11','\x42','\xec','\xb6','\x67','\xc0','\x90','\xcc','\x31','\xe7','\xaa','\x50','\xf3','\x8f','\xb4','\x38','\xa3','\x5f','\xa3','\x1e','\xa1','\xd0','\x8f','\xcd','\xbe','\xd3','\x4d','\x19','\x32','\xd5','\xf9','\x5a','\xc0','\x8f','\x72','\xed','\xab','\xe3','\x9e','\xe7','\xb8','\x3e','\xbb','\xc7','\xe9','\xfa','\x47','\x60','\xc2','\xc3','\xc9','\xf4','\x38','\xe7','\x3e','\x1d','\xe5','\xd1','\xda','\x68','\x5d','\xef','\x86','\x79','\xcb','\x3f','\x73','\x75','\x91','\x71','\x30','\x98','\x7b','\x06','\xa4','\xbe','\xf0','\xfc','\xfc','\x6d','\xe9','\x77','\x43','\x87','\x95','\x86','\x87','\x9e','\x06','\x94','\x29','\xc3','\xfb','\xdb','\xfb','\x93','\x6b','\xf4','\xe2','\x64','\xc5','\xfc','\x21','\x22','\x73','\xc5','\xab','\x36','\xfc','\xdb','\x66','\x2a','\x7c','\x32','\xe7','\x12','\x6d','\x4d','\x1b','\x8a','\x00','\x44','\x9e','\x94','\xfd','\xa5','\xe5','\x3c','\x1e','\x40','\xeb','\xc1','\xe2','\xcb','\xed','\x70','\xbb','\x12','\x46','\x65','\xc5','\x27','\x57','\x45','\x47','\x25','\x52','\xc2','\xa1','\xed','\x81','\xaf','\xd1','\xe8','\xaa','\x8e','\x23','\xf6','\x56','\x40','\x80','\x84','\x40','\xd8','\xce','\x71','\xc3','\x54','\xab','\x83','\x58','\x04','\x58','\x95','\x0f','\xd1','\x81','\xa7','\x1c','\x29','\xd9','\x93','\x39','\x08','\x75','\x7b','\xe3','\x59','\xff','\x65','\x3a','\x3b','\x72','\x97','\x84','\x5b','\xd7','\x04','\x92','\x0e','\x78','\xf0','\xc0','\xf7','\x06','\xa5','\x9a','\x98','\xdf','\xa6','\xec','\x21','\x63','\x51','\xa2','\xb1','\x7b','\x4d','\x7d','\xa1','\x01','\xe8','\xed','\xeb','\xd2','\xf2','\xd5','\x42','\xd7','\xe9','\xe7','\x16','\xf4','\x69','\x45','\x5c','\x29','\x49','\x00','\x00','\xbf','\x3e','\x3e','\xe0','\xc7','\xfb','\x1e','\x33','\x70','\xab','\x58','\x67','\x81','\xb8','\xe8','\x83','\x44','\xf7','\x76','\x84','\x2a','\x80','\xb6','\x00','\xa8','\xac','\x76','\x24','\x6c','\x03','\x19','\x1a','\xdd','\x6b','\x09','\xed','\x27','\x6b','\xf9','\x93','\x33','\x94','\xbd','\x0f','\x02','\xb2','\xc9','\x28','\x1e','\xac','\xd0','\xf9','\x46','\xf0','\x28','\x8a','\x9a','\x22','\xd0','\x06','\xeb','\x4a','\x71','\x42','\x30','\x0b','\xb1','\xa6','\xff','\xb1','\x85','\xf9','\x45','\x28','\x16','\x7c','\x35','\x06','\xdb','\xd8','\x27','\xc9','\x13','\x4d','\x1e','\x75','\x7f','\x89','\x06','\x3f','\xa2','\x6d','\x52','\xdb','\x77','\x22','\xc9','\xeb','\x0a','\x44','\x1b','\x3c','\x56','\xef','\xd6','\x0a','\xf3','\xbd','\x44','\x64','\xc2','\xcc','\xeb','\xea','\x72','\xb5','\x7c','\xcc','\xfd','\xef','\x4c','\xcc','\x6c','\xd5','\x1d','\xab','\xf8','\x2b','\xa5','\x5f','\x18','\x30','\x34','\xe0','\x69','\xdc','\xac','\xf4','\xc7','\xed','\x56','\x21','\x78','\x8c','\xd6','\x31','\x8b','\x00','\x6b','\xcd','\x8f','\x43','\x7b','\x12','\x24','\x20','\xca','\xcd','\xe7','\xd9','\x56','\xab','\x66','\x5b','\xf9','\x0d','\x11','\x64','\x68','\x87','\xcc','\x55','\x48','\xdc','\x10','\xb8','\xb4','\xc0','\xb6','\x09','\x2a','\x20','\x02','\x28','\xbe','\xd6','\x54','\x41','\x52','\x59','\xd9','\xaa','\x06','\x05','\x22','\xd3','\x2f','\xfc','\xdd','\x43','\xc9','\xe7','\x7f','\xfa','\x21','\xe8','\xde','\x31','\x46','\x04','\x85','\x92','\xc8','\xa7','\x15','\x31','\x52','\x6e','\xea','\xb3','\x7b','\xa4','\x1f','\x1d','\x28','\x0a','\xaa','\x36','\x9c','\x0a','\x1d','\x48','\xda','\xe0','\xa5','\xb1','\x61','\xca','\x5a','\x32','\xfd','\x19','\x14','\x86','\xef','\x0f','\xca','\x0d','\xc5','\x95','\xea','\x83','\x76','\x1c','\xc0','\x03','\x8c','\x7e','\xf0','\xea','\xa9','\xd3','\x57','\xd7','\xf3','\xa9','\xee','\x08','\x2f','\x4c','\x13','\xfd','\x79','\xb4','\x67','\x0a','\xff','\x99','\xcb','\xfb','\x21','\x3a','\xe9','\x93','\xad','\x79','\x2d','\xab','\x3a','\x3b','\xf4','\xeb','\xd7','\xaf','\xea','\x35','\x71','\x67','\x24','\xdb','\x4f','\xa4','\x68','\xee','\x87','\x87','\x46','\x47','\x2f','\xdf','\xb3','\x52','\x34','\xab','\x8b','\x81','\xd7','\x64','\x9a','\x6c','\x30','\x99','\x0a','\x0f','\xaf','\x1e','\x00','\x54','\x5c','\xd1','\x72','\x2a','\x01','\x75','\x7c','\x74','\x4e','\xac','\x81','\x7b','\x52','\x42','\x58','\x89','\x01','\xca','\xa0','\xba','\x8a','\x71','\xa2','\x63','\xc0','\x9d','\xa7','\x97','\xd6','\xed','\xb8','\xd6','\x04','\x40','\x19','\x9b','\x2b','\x78','\x79','\xb1','\x78','\x3e','\x20','\x40','\x09','\x73','\x9d','\x80','\x16','\x80','\x5c','\xd3','\x61','\x06','\x80','\x6a','\x4c','\xe6','\xe0','\x4c','\x25','\x90','\x51','\x3f','\x96','\x76','\xf7','\x00','\x45','\xe0','\xe7','\x70','\x24','\x8e','\x60','\x82','\x7a','\x10','\x20','\x96','\x45','\xa0','\xe1','\x98','\x78','\x06','\xdf','\x54','\x7a','\xe7','\x3c','\x9d','\xc5','\x70','\xf6','\x70','\xa2','\x2b','\x70','\x6f','\xf9','\x99','\xfd','\x19','\x7b','\x85','\xed','\xb5','\xa8','\x29','\x82','\xdb','\xc4','\x3e','\xa6','\x08','\x2a','\xea','\x95','\x03','\x78','\x7d','\xe6','\x6e','\xb2','\xe7','\xb2','\xba','\x22','\xc0','\x92','\xca','\x18','\x1b','\x29','\x1f','\xdb','\xf5','\xa9','\xff','\xd6','\xf1','\xc2','\xc0','\x26','\x25','\x35','\x80','\x02','\x4e','\xd0','\x2b','\x5c','\xac','\x01','\x62','\xac','\x08','\xa1','\xfb','\xab','\x15','\x27','\x6c','\x7b','\x50','\xba','\x79','\x42','\x20','\xdb','\xd9','\x58','\xa1','\x8e','\x18','\x13','\x8d','\xde','\x87','\x83','\xe3','\xc6','\x33','\x2f','\xa9','\xee','\x1d','\x9d','\xfb','\xe2','\x64','\xf4','\x4c','\x63','\xbf','\x29','\xab','\x37','\xe6','\xf0','\x4e','\x54','\xfe','\xd1','\x54','\x42','\x61','\x43','\xdd','\x78','\x0f','\x1b','\x7d','\x0f','\x0c','\xc6','\x05','\x94','\x23','\x40','\x0d','\xfb','\x29','\x67','\x1b','\x20','\xa9','\x6b','\xe8','\xdd','\x2a','\x41','\xd5','\x0f','\x63','\xe1','\x64','\x0c','\x00','\x40','\xf6','\xbb','\xd9','\xea','\x48','\x3b','\x45','\x18','\xb5','\x27','\x00','\x32','\x3f','\x15','\xdd','\xc1','\x77','\x86','\xec','\xc0','\xf3','\x59','\x2e','\x9f','\x19','\x88','\xf4','\x53','\x05','\x39','\xd5','\x4d','\xa2','\xad','\x54','\x01','\x7f','\x24','\x35','\x13','\x8c','\x78','\x9d','\xa7','\x51','\xbb','\xee','\xe1','\xb3','\x03','\xf0','\xb3','\x07','\xb2','\xfa','\x7c','\xc0','\xf2','\x88','\x57','\x66','\xfa','\x7f','\xe9','\x8f','\xa7','\x59','\xf0','\x03','\xc0','\x7c','\xe9','\x49','\xfb','\x7e','\xfe','\x40','\x0a','\x55','\xd6','\x8e','\x5d','\x60','\xf1','\x42','\x52','\x51','\x43','\xb1','\x9e','\xaf','\x53','\x74','\x30','\x00','\x22','\x84','\x65','\x01','\xc8','\x0b','\x41','\xaa','\xfb','\x75','\x72','\x66','\x5d','\x0d','\x5a','\x29','\x3b','\xcc','\xd5','\x18','\x10','\x45','\x37','\x03','\x48','\x48','\xd5','\xaa','\xac','\x5c','\xb9','\x93','\xb5','\x9b','\x88','\xf8','\xaa','\x3c','\x34','\x53','\x09','\x77','\x90','\x10','\x01','\xa9','\x05','\x6e','\x68','\xe7','\x2a','\x16','\x46','\x89','\x75','\x2f','\x99','\xa6','\xcb','\xa5','\x0f','\x8c','\x00','\xe0','\xf6','\x00','\xf9','\xa5','\x23','\xaf','\xe0','\xb0','\x5c','\xf7','\x11','\xab','\x74','\x02','\x6e','\xa0','\x7e','\x91','\xb8','\xf1','\xfc','\x5f','\x8e','\xc1','\xcf','\x26','\x5f','\xb7','\x20','\x56','\xf2','\x0f','\xc1','\xc2','\x46','\x3e','\x5e','\x08','\xfb','\xa4','\xea','\x24','\x10','\xa7','\x04','\xf8','\x8c','\xac','\xb2','\xea','\xcb','\x08','\x7f','\x98','\xd1','\x29','\xf0','\x18','\xbc','\x02','\x8b','\xbb','\x6e','\x6d','\x05','\xfc','\x9c','\xe6','\xfe','\xb6','\xa7','\x21','\xb8','\xbe','\x0f','\x95','\x78','\x0f','\xf2','\x58','\x4e','\xcb','\xa0','\x51','\x69','\xb4','\x0e','\x27','\xd6','\x60','\xa5','\xe8','\xe9','\x23','\x53','\x46','\x55','\x26','\x9e','\x50','\x4d','\x29','\x12','\xf7','\x9d','\x89','\x76','\x59','\x7b','\x09','\xb6','\x7f','\xb5','\x05','\xa4','\x2a','\x9d','\x89','\x57','\x76','\x94','\x35','\x9e','\xb0','\x29','\xb1','\x2d','\x6d','\xcd','\x95','\x8a','\x56','\x2a','\xcd','\x97','\x33','\x59','\x78','\xcc','\xd2','\xb8','\xdf','\x74','\x03','\x03','\x65','\xd7','\xd6','\x7f','\xbb','\x99','\xc2','\x58','\x58','\x51','\xd6','\xef','\xcc','\xea','\x51','\x9d','\xf6','\xd6','\x80','\xa1','\x77','\xcd','\x1b','\x51','\xb4','\x12','\xf8','\xea','\xd4','\xf1','\xb9','\xca','\xd3','\x2a','\x8b','\x95','\x7e','\xe5','\xe5','\x79','\x82','\x62','\x2d','\x23','\x04','\x89','\x6c','\xc9','\x51','\xe1','\xca','\x7c','\x35','\x5a','\xac','\xfa','\xb7','\x5e','\xf1','\x78','\x26','\x12','\x77','\xc8','\x95','\x81','\x37','\x36','\x20','\xc4','\x07','\xa6','\x16','\x4b','\x19','\x7f','\x0b','\x0d','\x50','\xd4','\x39','\x4e','\xcc','\x5b','\x1c','\x5f','\x36','\x5f','\x8d','\xf1','\x9a','\x59','\xa6','\x6d','\xa0','\x42','\xb3','\xf2','\xbc','\xc1','\x73','\x39','\xdd','\xf6','\x90','\x6a','\xfd','\x27','\x7d','\x5c','\xcb','\xe1','\xdf','\xa4','\x8c','\x18','\x0c','\x2c','\xd1','\xd5','\x9f','\x0f','\x32','\x35','\x75','\x15','\x24','\xe8','\xea','\x14','\xd0','\x16','\x90','\x13','\x17','\xc7','\x03','\xd4','\x0c','\x0d','\x56','\x29','\x68','\x33','\x5e','\xe5','\x88','\x76','\xfc','\x74','\x15','\x1d','\x4d','\xa9','\x80','\x77','\xbe','\x24','\xfd','\x21','\xe0','\x6c','\x6f','\xef','\x54','\xaf','\x57','\x4c','\x24','\x1a','\x3d','\x0f','\x40','\xf4','\xf3','\x48','\x09','\xfb','\x9e','\x65','\x3d','\x94','\xa5','\xa7','\x8f','\x5f','\x65','\xef','\xcf','\xbe','\xbe','\xf3','\xbd','\x28','\x6a','\xcd','\x5d','\xdd','\x17','\xe9','\x4c','\x33','\x19','\x05','\x03','\xd3','\xbf','\xce','\xab','\x40','\x5a','\x1f','\x27','\x28','\x98','\x84','\x75','\x31','\x82','\x04','\xcb','\x42','\x90','\x97','\x7a','\x70','\x2a','\x41','\x93','\x33','\xd5','\x35','\x84','\x4c','\xc6','\xaa','\xb2','\x18','\xf4','\x83','\x6a','\x0f','\xab','\x43','\x48','\xc5','\xf3','\x80','\xb7','\x0e','\x2c','\x29','\x15','\xfd','\x4f','\x45','\xee','\x6c','\x8b','\x26','\x20','\x5e','\x16','\x98','\x49','\xbc','\x6c','\x30','\x01','\xa4','\x05','\x44','\xe7','\xba','\x5d','\xfb','\xbd','\x3e','\x23','\x4f','\x15','\x01','\x40','\x25','\x34','\x9e','\x05','\x40','\xbf','\x7e','\xfd','\x52','\x1d','\xd6','\x3a','\xb7','\x09','\x2e','\xdd','\xd7','\x5a','\x20','\x91','\x15','\xac','\xca','\x3d','\xc1','\x28','\xa8','\xba','\x6f','\xa2','\x51','\x83','\xe1','\xe5','\x79','\x84','\x9c','\xf1','\x83','\xb9','\xbb','\x06','\x15','\xb4','\xbb','\x93','\x2e','\x50','\x4a','\x01','\xca','\x66','\xad','\xb7','\xb7','\xb7','\xdd','\x22','\xbd','\x52','\x39','\xea','\xbf','\x6e','\xde','\x50','\xf0','\xdc','\xd7','\x0b','\x6c','\xfd','\xd1','\x5d','\x95','\xaa','\x8f','\x67','\x22','\xb9','\x41','\x13','\x29','\x47','\xd2','\xed','\xd8','\x36','\x6c','\x23','\x42','\x0d','\x9b','\xab','\x26','\xaa','\xab','\x38','\x4f','\x9c','\x4c','\xb9','\x45','\xb2','\x92','\xb1','\x05','\x3b','\x35','\x8b','\x81','\x43','\x03','\x3e','\xca','\xaa','\xc0','\xd7','\x89','\xa3','\x76','\x55','\x60','\xaa','\xc1','\xa0','\x89','\x37','\xaf','\xf7','\x2c','\x29','\xa5','\x88','\x27','\xae','\xb1','\x06','\xab','\x1e','\xc5','\xa6','\xc0','\x19','\x1e','\xa2','\x5a','\x22','\xfd','\x31','\x1a','\xa6','\x61','\x83','\xd5','\xc7','\xad','\x13','\xb6','\x3b','\x62','\x40','\x0b','\xb8','\x09','\x12','\xb0','\x0a','\xe5','\xdc','\x2a','\x0d','\xea','\xcc','\x78','\x19','\xe4','\xb9','\xa7','\x34','\xbc','\x14','\x71','\xdf','\x68','\x25','\x44','\x7f','\x20','\xd6','\xb7','\xe5','\xbf','\x36','\x86','\x09','\xcb','\x79','\x40','\xb9','\x26','\x34','\x4a','\xff','\x9e','\xd2','\x54','\xc7','\x32','\x01','\x00','\x64','\xaa','\xee','\x70','\x35','\x7f','\x05','\x82','\x78','\x3c','\x22','\x2a','\x80','\x5e','\x5d','\x00','\x74','\x39','\xc6','\x28','\xe0','\x00','\x8d','\x06','\x15','\xdd','\xd8','\x33','\xf3','\xbf','\xf1','\x7c','\x06','\x26','\x36','\xe8','\x88','\xee','\xb6','\xfd','\x0f','\xcc','\xa1','\x57','\xf5','\xbb','\x52','\x4f','\xfe','\x4f','\xfa','\x42','\xe7','\xad','\x1b','\x16','\xdc','\x9b','\x54','\x33','\x64','\xd8','\xeb','\xf9','\x2a','\x4f','\xef','\x90','\x05','\x86','\x61','\xd5','\x3f','\xe4','\x66','\xba','\x76','\xf9','\x40','\x18','\x1b','\x11','\xf7','\xca','\x29','\x99','\xdf','\xf1','\x72','\x4c','\xf7','\x64','\xe5','\x01','\xb0','\x77','\x93','\x2d','\x69','\x5e','\x8f','\x48','\xfd','\xfb','\xd4','\xb0','\x0c','\x5e','\xe8','\x3e','\x52','\x94','\xf9','\x3e','\xb8','\xa1','\x5c','\x9c','\x43','\x43','\xe3','\xc0','\xa4','\x02','\x9e','\x73','\x9e','\x5e','\xfd','\x29','\xd9','\x11','\xbc','\x2d','\xfb','\xfa','\xce','\x29','\x14','\x2a','\x9e','\x47','\x33','\x98','\xe9','\x08','\xab','\x65','\x9c','\xfa','\xb9','\x7c','\x7d','\xc9','\x0e','\xb3','\x88','\x13','\xa2','\xf9','\xd7','\xf2','\x56','\x5e','\x05','\x4a','\x12','\x91','\xb9','\x81','\x97','\x25','\x01','\xc0','\x25','\x49','\xc0','\x02','\xa0','\xdc','\x8c','\x4f','\xac','\x0b','\x50','\x5f','\x1e','\x80','\xf6','\x62','\x52','\xe5','\xd9','\x6a','\x03','\x47','\x3b','\x28','\x6a','\x20','\xc2','\x72','\x49','\xb0','\x2c','\x25','\x24','\x43','\xc6','\xba','\x32','\x25','\xfa','\x9d','\xd6','\xb5','\x8a','\x7b','\x36','\x64','\x10','\x63','\x39','\x9f','\x31','\xb4','\x22','\xc1','\xed','\xb6','\x76','\x60','\xe7','\xe3','\xe3','\x23','\xdc','\x1b','\x64','\x82','\x20','\x74','\x0f','\x2f','\x97','\xd6','\xb4','\xa6','\xeb','\x94','\x9f','\x81','\x46','\xed','\x1b','\x28','\xcb','\x57','\x2c','\xd4','\xa9','\xdd','\x7b','\x0a','\x6d','\x0c','\x66','\x54','\x7f','\xd1','\xdd','\xbb','\xbb','\x2c','\xaf','\x9c','\x0f','\x9f','\xdb','\x74','\xc3','\x64','\x15','\x10','\x6c','\x51','\xce','\xe7','\x9c','\xd2','\x2b','\xd5','\xd1','\x1d','\x72','\x6f','\x1e','\x7c','\x49','\xb6','\xfa','\xdd','\x24','\x44','\xd7','\x3c','\x51','\xda','\xf8','\xa7','\x15','\x4b','\xdd','\x3e','\x9e','\xfa','\x8f','\x8e','\xa2','\x26','\xd6','\xe2','\x0d','\x2e','\xa3','\x19','\x80','\xbe','\xb4','\x55','\x71','\xca','\xa5','\xfe','\x2b','\x87','\x51','\xda','\x9c','\x4c','\xfb','\xb4','\x22','\x45','\x8a','\xd1','\x70','\x9d','\x45','\xc3','\xdc','\xef','\x6c','\x01','\x3e','\x45','\xf3','\x1d','\x4e','\x17','\x6b','\xb5','\x9f','\xc8','\x3b','\x1c','\x93','\x93','\x24','\x2e','\x58','\xd0','\x83','\xa9','\xef','\x02','\x6a','\x8e','\x90','\xfa','\xc8','\x05','\xd4','\x94','\xeb','\x12','\xc0','\x84','\x5a','\x9a','\x0a','\x92','\x41','\x40','\x01','\x5b','\xcf','\x6a','\x7a','\xb5','\x8f','\x46','\xc6','\x31','\x1f','\x3e','\x17','\x16','\xea','\x78','\x09','\x07','\xef','\x40','\x10','\xdf','\xea','\x36','\x3e','\x6b','\x59','\xe2','\x2a','\xc7','\xdf','\x48','\xa3','\x36','\xc5','\x8b','\xf9','\x77','\xc0','\x97','\xec','\x2a','\x91','\xab','\x11','\x8f','\xed','\x3a','\x3f','\x3b','\x6b','\xda','\x1d','\xdf','\x3f','\xb3','\x10','\xa5','\x56','\x3e','\x90','\x3b','\xa7','\xc7','\xe5','\x2d','\x2b','\xae','\x86','\x89','\xa8','\x04','\x28','\xff','\x74','\x6d','\x68','\x8d','\x71','\x69','\x9b','\xcc','\x9f','\xa3','\x68','\x0e','\xf9','\xae','\xf0','\xd6','\x23','\x0c','\xd4','\xed','\xa3','\x3c','\xf7','\x95','\x10','\xc5','\xa3','\x75','\x51','\xdf','\xa0','\xf1','\x10','\x05','\x4c','\x4e','\x6a','\x6b','\x19','\x2f','\x2e','\x3f','\x52','\xcf','\xb8','\xc4','\x07','\xcb','\x2b','\xee','\xe8','\xc1','\x24','\x38','\xf1','\x9b','\x4d','\xe2','\x8f','\x73','\x0a','\xe1','\x82','\x0e','\xd6','\xff','\x88','\xeb','\xdb','\x7f','\xff','\xfd','\x07','\x97','\xcb','\x65','\x53','\x6e','\x3f','\x4c','\x27','\x67','\xad','\x8d','\xcd','\x7b','\xd5','\xfe','\x34','\x63','\x1f','\xcb','\x62','\x91','\xc7','\xe4','\x1f','\xbb','\x0b','\xa5','\x57','\xd4','\xf7','\x72','\xd5','\xa9','\x28','\x03','\x90','\x04','\xd3','\xa9','\xc6','\xb5','\x05','\x60','\xb9','\x20','\x10','\x15','\xa4','\x41','\x00','\x2d','\x22','\xa9','\xca','\x17','\xab','\xa0','\x08','\x9d','\xf1','\x07','\x8b','\x1e','\xa2','\x7e','\x26','\x84','\xe5','\x82','\x70','\xb9','\x24','\x48','\x4b','\xdd','\x58','\x8b','\x04','\x88','\xd9','\xf6','\x21','\x25','\x13','\x45','\xba','\x35','\x97','\x6a','\x74','\xb9','\x02','\x70','\xd6','\x5b','\x0e','\xc7','\x55','\xb4','\xa5','\xc7','\x04','\x41','\xf0','\x7e','\x98','\xfc','\xc2','\xde','\x87','\xec','\xe4','\x01','\x35','\x06','\x63','\x23','\xf5','\x9c','\x31','\x28','\x36','\x66','\xe5','\x48','\x98','\x55','\x61','\x27','\x8c','\x0e','\x35','\xd3','\x43','\xc3','\x5c','\xba','\xea','\x79','\x8d','\x5e','\x34','\x3f','\x74','\x5c','\x69','\xc0','\x00','\x27','\xf4','\x04','\x87','\x09','\x36','\x49','\xd7','\x7b','\x73','\xf5','\xc7','\xe7','\xbb','\x53','\x87','\x2d','\x22','\x75','\x35','\x3a','\xa8','\xd8','\x58','\x9c','\xb9','\x40','\x52','\x3a','\x09','\xb6','\x6b','\xd9','\xb0','\x66','\x9e','\x61','\x9f','\x4f','\x55','\x84','\x2c','\x80','\x26','\x51','\x94','\x7a','\x61','\x36','\xaa','\x3f','\xaa','\xb2','\xb9','\xbf','\x1c','\x20','\xc2','\xb2','\x75','\x8e','\x57','\x79','\x22','\x00','\xa4','\xdf','\x2b','\xe7','\xa7','\x04','\x60','\xb4','\xd7','\xdb','\xa4','\x1f','\xb2','\x1a','\x27','\xed','\x80','\x54','\x95','\xde','\x35','\x83','\x87','\x5b','\x47','\x38','\xfa','\x8e','\x64','\xae','\x50','\xd7','\x27','\x78','\x81','\xcb','\xbc','\x47','\x01','\xd8','\xea','\xf1','\xd1','\xb8','\xfc','\x36','\xab','\x3f','\x00','\x02','\x1c','\x44','\x90','\x45','\x7d','\xce','\x1d','\xa8','\x04','\x47','\x62','\x5e','\xb3','\x20','\x2c','\xe6','\x3c','\x1e','\xa8','\x61','\x9a','\x19','\x1c','\x33','\x73','\x70','\xfc','\xa5','\x52','\xf7','\x49','\xc8','\x5a','\xd2','\x0a','\xd6','\x2a','\xe3','\x2f','\x4b','\x88','\xed','\x0a','\xd0','\x31','\x50','\xea','\x34','\x26','\x1a','\x0e','\x86','\xe8','\x07','\xf6','\x57','\x8a','\xbf','\x77','\x35','\x35','\xb7','\xd5','\x78','\x8c','\xbe','\x7d','\x2e','\x69','\x9a','\x9b','\x43','\x4b','\x28','\x20','\x48','\xe6','\xdc','\x80','\xf1','\xf8','\xb2','\x35','\xff','\x8f','\xc6','\x35','\x6e','\x3c','\xbb','\x83','\x3a','\x57','\x3c','\xf3','\x49','\xf1','\x78','\x51','\x83','\xf9','\xfe','\x08','\x45','\xf3','\xf1','\xcc','\xb9','\x38','\x5b','\xbd','\x6e','\xdc','\x85','\xc3','\xb0','\x7d','\xe7','\x73','\x0e','\x53','\xdd','\x1b','\x37','\x77','\x68','\xfa','\x95','\x3e','\xe5','\xb0','\x57','\x07','\x4a','\x8a','\x9e','\xf9','\x04','\xc6','\xfa','\x60','\x5b','\x36','\xc1','\x8f','\xab','\xde','\xaf','\x5f','\xbf','\x4a','\xd0','\x03','\x82','\xfb','\x22','\xbf','\xc5','\xec','\xe9','\x3e','\x1a','\xb0','\xb1','\xad','\x17','\xf6','\xbb','\xfb','\x84','\x55','\x9f','\x4e','\xa9','\x9e','\x49','\xda','\xae','\xc6','\xcd','\x29','\x88','\x89','\xb5','\x8f','\x9c','\x01','\x70','\xcd','\x90','\x53','\x0d','\x2e','\x90','\x01','\x30','\x2d','\xcd','\xdd','\x3a','\x21','\x2c','\x75','\x1d','\xa4','\x18','\xbf','\xd6','\xaa','\x93','\xf5','\x25','\x74','\xfa','\x8a','\x80','\xc0','\xc2','\xbf','\x19','\x58','\x01','\x14','\x5e','\xc0','\x7b','\xbe','\x97','\x4b','\x82','\xb7','\xb7','\x05','\x2e','\x97','\x04','\xb8','\x94','\xa8','\xa8','\x65','\x1f','\x52','\x19','\x23','\x49','\xed','\x0b','\xcf','\x44','\xb0','\xde','\x32','\xe4','\x35','\xb7','\x83','\xae','\x4b','\x86','\x4a','\x57','\xb4','\x46','\x09','\x3e','\x5b','\x6a','\xd3','\x05','\x2e','\x05','\x1b','\x87','\x78','\xa3','\xbd','\x34','\xce','\x69','\x77','\xc6','\x45','\xc7','\x2b','\x5a','\xac','\xb4','\xaa','\xca','\x45','\x5f','\xd1','\xeb','\xa2','\x11','\x4d','\x8b','\x91','\x4e','\xe8','\xfb','\x88','\x5d','\xcd','\xc5','\x49','\x88','\xa0','\x1e','\x7c','\xa8','\xaa','\x17','\x59','\xec','\x6a','\x1e','\x14','\x21','\xac','\x8a','\x0a','\xa6','\x40','\x86','\x51','\x72','\x74','\x0f','\x0e','\x92','\x3b','\xc5','\x44','\xdc','\x47','\xbe','\x82','\x94','\x2c','\x19','\x19','\xbc','\x64','\xbc','\x03','\x58','\xd0','\xa0','\x80','\x0e','\x0a','\x08','\xea','\x33','\x68','\xfb','\xc3','\xec','\xde','\x1e','\x3e','\x34','\xab','\x09','\xc8','\x3d','\xd8','\xd3','\x14','\x4c','\xa9','\x82','\x2c','\xb7','\xf2','\x3f','\x2a','\xb5','\x06','\x3b','\xf5','\x46','\x73','\x87','\xe3','\xff','\xda','\xe4','\x1d','\x74','\x8f','\xd4','\x1b','\xd9','\x47','\x96','\xef','\xe9','\xb9','\x83','\x2d','\x8f','\x1e','\x3f','\x71','\x9d','\xdb','\x9b','\x31','\xb6','\x8e','\x47','\x8f','\x06','\xa0','\x7b','\x3c','\x78','\x7a','\x18','\xed','\x09','\x09','\x84','\xb0','\x30','\xda','\x7b','\xef','\x85','\xa9','\xe3','\x4b','\x95','\x7d','\xf9','\xa6','\xb2','\xb1','\x07','\x6b','\x88','\xcf','\x8c','\x1c','\x89','\x06','\xdb','\x78','\x07','\x04','\xe2','\xf3','\x7f','\xd0','\x2b','\xfc','\x10','\xea','\x68','\x51','\xd7','\x91','\x2f','\xb8','\x26','\xe4','\xf9','\xa2','\xcf','\xfe','\x49','\xea','\x1a','\x40','\x83','\xf7','\xc1','\xd8','\x55','\x7c','\x5b','\x77','\x82','\x0d','\x9e','\xc0','\x49','\x74','\x85','\xa9','\x7b','\x8f','\x79','\xbe','\x89','\xf3','\xa3','\x57','\x71','\xf5','\x05','\xb9','\x99','\x4c','\x3e','\x7f','\xbe','\x5f','\xeb','\xbe','\x37','\x96','\x58','\x9f','\x55','\xe9','\xd0','\xfe','\x33','\x47','\x23','\x66','\x2e','\x72','\xce','\xd7','\xb9','\x2b','\xec','\x70','\x91','\x8f','\xd2','\x2c','\xc0','\xf9','\x2a','\x43','\x44','\x18','\x31','\x6b','\xa3','\x32','\x8f','\xb0','\x8f','\x23','\x2b','\x0b','\xde','\x73','\xe1','\x78','\x61','\xf6','\xa7','\x39','\xd7','\xe4','\x6c','\xa4','\x39','\xab','\x67','\x1c','\xcc','\x93','\x2f','\xed','\x85','\xa2','\xdd','\xc2','\xe6','\x3b','\x90','\x80','\x60','\x49','\xcb','\x94','\xab','\xff','\x6e','\x1d','\xa2','\x7b','\x77','\x0d','\x98','\x8d','\x7c','\xbe','\x42','\x8e','\x1d','\xfd','\xc8','\x91','\x65','\xda','\x33','\x04','\xd6','\xbb','\x38','\xf3','\xca','\x6b','\x73','\x2e','\xd1','\xe0','\xd6','\x54','\xa3','\x8e','\x66','\x52','\xfa','\x10','\xc0','\x05','\x53','\xdd','\x77','\x5a','\xb5','\x92','\x6b','\x8d','\x1e','\x97','\xa9','\x2f','\x0e','\xdb','\x80','\x6a','\x2a','\x3f','\x09','\x2f','\x44','\x7d','\x3f','\x01','\x2c','\x4b','\x82','\x1f','\xef','\x0b','\xfc','\xf8','\xf7','\x0d','\x2e','\x6f','\x25','\x7a','\x1b','\xe7','\x8d','\x58','\x9e','\xa7','\x4b','\x02','\x8e','\x60','\x9d','\x33','\xc1','\x7a','\xcd','\x70','\xbd','\xae','\x70','\xbb','\x65','\x39','\xdc','\x5b','\x74','\x44','\x20','\x48','\x01','\x10','\x5f','\x96','\x65','\x7b','\x05','\x28','\xe7','\xdc','\x1d','\x14','\x14','\x6d','\xea','\xb4','\xd2','\xdf','\xfe','\x35','\xae','\x0b','\x2c','\x15','\x14','\x2a','\xeb','\x19','\x45','\x57','\x9f','\xfb','\x09','\x35','\xe3','\x61','\x29','\x38','\x43','\xb1','\x82','\x79','\x88','\x7c','\xbb','\xf8','\xf6','\x96','\x10','\x0a','\xee','\x95','\xfd','\x3f','\x97','\xe1','\x7b','\x0d','\xfc','\x7c','\xb2','\x46','\xa9','\x65','\xfd','\x4e','\x5f','\xf1','\xf0','\x4f','\x75','\x32','\x68','\xe5','\x03','\xf5','\xdf','\x60','\x82','\xcb','\x19','\x3e','\x59','\x29','\x89','\xfc','\x5b','\xd2','\xce','\xec','\x32','\x68','\x36','\x07','\x0d','\x78','\xca','\x9f','\x1e','\x78','\x35','\xc0','\xd3','\xd7','\xd1','\xa8','\x8c','\xb5','\xf1','\xd9','\x8c','\x73','\xf3','\x48','\xad','\x72','\x12','\x34','\x0b','\x08','\xd9','\xf1','\xef','\x95','\x45','\xf3','\xaf','\x32','\x34','\x6c','\x50','\xa7','\x24','\x0a','\x87','\xa1','\x5a','\x34','\xb6','\x74','\xb0','\x3f','\xd7','\x34','\x58','\xe9','\x92','\x22','\xd7','\x4e','\x01','\x40','\x9e','\xdb','\xb6','\x39','\xa3','\xca','\x7e','\x5b','\x0a','\x81','\x3e','\xba','\xfb','\x02','\x66','\x0a','\x03','\x66','\xc1','\x21','\x43','\x0d','\x51','\x80','\x3f','\x25','\x54','\x21','\x9c','\xb1','\x30','\x6f','\x24','\x13','\xf1','\x6f','\x46','\xde','\xb6','\xf9','\x80','\x52','\x81','\x62','\xc8','\xa9','\x01','\x14','\x58','\x53','\x52','\x46','\x87','\x81','\xc3','\x76','\x9c','\x77','\x94','\xdc','\x08','\x59','\xa5','\x8d','\x05','\x78','\xa8','\x5c','\x12','\x98','\xdb','\x0e','\x34','\xb4','\x3f','\xfd','\xfd','\x71','\xad','\x5a','\xe9','\xe5','\xae','\x1d','\xb0','\xc2','\x6f','\x46','\x46','\xac','\x30','\x8f','\xfa','\xbb','\xb7','\x46','\xb8','\x52','\x95','\x60','\x1f','\xd4','\xd5','\xbb','\xf8','\x16','\x20','\xf8','\xad','\xa7','\xc0','\xb7','\xa1','\x68','\x0c','\x4e','\x51','\x30','\x50','\xf4','\xde','\x4e','\x80','\x7d','\xfe','\xa9','\x0d','\x52','\x4f','\xa3','\x67','\x65','\xff','\xa0','\x3a','\x71','\xc4','\xf5','\xed','\xe7','\xaf','\x9f','\xcf','\xef','\xab','\x08','\x0b','\xdc','\x99','\x4f','\xf7','\x3b','\xe0','\x11','\x8f','\x15','\xb2','\x5d','\x7e','\xc7','\x1f','\xa3','\x7a','\x1d','\xc8','\xaf','\xfa','\xbf','\xd9','\xdb','\x04','\xb0','\x66','\x02','\x5c','\x09','\x32','\x12','\x24','\xcc','\x40','\x98','\x24','\x38','\x01','\x02','\x40','\x4a','\x0b','\xe0','\x82','\x12','\x16','\xfb','\xa6','\x00','\x08','\x55','\x0b','\x82','\xe8','\x75','\x84','\xd2','\x57','\xa4','\xce','\x10','\x2c','\xe0','\x47','\xf9','\x0e','\x20','\xc2','\xe5','\x2d','\xc1','\xfb','\xbf','\x6f','\xf0','\xcf','\xbf','\x17','\x58','\x2e','\x0b','\x10','\xaf','\xf0','\xd4','\xfd','\xaf','\x6f','\x6f','\x0b','\x2c','\x97','\x24','\x01','\x0f','\x28','\x67','\x58','\xdf','\x32','\x5c','\x3e','\x16','\xb8','\x5e','\x57','\x58','\xd7','\x0c','\xeb','\x9a','\x0b','\x80','\x5b','\x01','\x60','\x25','\xa0','\xbc','\x76','\xc6','\x16','\x22','\x82','\x75','\x5d','\xbb','\x2e','\xd9','\x0c','\x82','\x10','\xbd','\x60','\x3a','\x53','\x5d','\xf2','\x87','\x12','\x41','\x27','\x0a','\x2c','\x33','\x93','\x48','\x61','\x1b','\x10','\xee','\x27','\xe9','\xd2','\x5b','\xc9','\x63','\xea','\x36','\x32','\x68','\xdc','\x37','\x5e','\xf9','\xcb','\x4e','\xd6','\x6b','\x24','\x2c','\x23','\xe1','\x99','\x64','\x04','\x05','\x8a','\xd7','\x0e','\x9a','\x8a','\x98','\xb8','\xba','\x3d','\xb2','\xc6','\xfb','\x57','\x8d','\x7e','\xb3','\x53','\x2c','\x80','\x17','\x0c','\x45','\x01','\x4f','\xf5','\x81','\x80','\x09','\xce','\xcf','\x2b','\x25','\x5a','\x71','\x54','\x60','\x47','\x2f','\x6d','\xb6','\xe0','\x01','\xa4','\x4b','\xe9','\x2a','\x19','\x62','\x01','\x29','\x5b','\x2d','\xbf','\xfa','\x0a','\x54','\x05','\x4a','\xbf','\xa3','\xd3','\xe8','\xfa','\x59','\x30','\xd4','\xe6','\xba','\xdc','\xf2','\x6e','\x79','\xd2','\xbe','\xb0','\xeb','\xfa','\x7e','\xb0','\x8d','\xdb','\x4c','\xdf','\x93','\xd7','\x02','\x27','\xb2','\x39','\xca','\x48','\x8d','\xa2','\xab','\x40','\xe9','\x9f','\xa4','\xdd','\x31','\x6f','\x72','\xc6','\x35','\xdd','\x37','\x44','\xf5','\x6c','\x02','\x71','\xa3','\x84','\xe6','\x46','\x09','\x00','\xb4','\x20','\x00','\x61','\x89','\x78','\x86','\xd9','\xf0','\x4a','\x20','\x30','\x6e','\x04','\xa4','\x06','\x50','\xac','\x48','\xeb','\x82','\xcb','\x3f','\x46','\x11','\x64','\x59','\x74','\x07','\xb3','\xb3','\xae','\x36','\xd4','\xce','\xa2','\xd2','\x53','\x84','\xc7','\xbb','\x1f','\xe8','\xc1','\x98','\x18','\xad','\x66','\x36','\x52','\x33','\x1b','\x5d','\x36','\xd2','\x78','\xdb','\x90','\xa8','\x5d','\xa3','\x15','\xf2','\x66','\x8c','\x19','\xd7','\x51','\x93','\x3e','\x77','\xa5','\x9b','\xc7','\xee','\xdd','\x66','\x44','\xe9','\x2a','\xd3','\x5e','\x18','\x95','\xe7','\x3f','\xec','\x24','\xef','\x3d','\x4a','\x9f','\xbf','\xf2','\x33','\x10','\x3a','\x8a','\xa2','\xb3','\x93','\xe4','\x99','\xcb','\x65','\x3b','\x27','\x78','\xa0','\xbf','\x6c','\xa0','\x92','\x38','\xd3','\x8d','\x92','\x9f','\xf4','\xbd','\x86','\x65','\x6d','\x8c','\xc3','\xfb','\x32','\x74','\x74','\x40','\x39','\x3a','\x02','\x7e','\x00','\xca','\x18','\x4c','\x09','\xad','\xeb','\xdb','\x5e','\x59','\x07','\xdb','\x18','\x25','\x3f','\x05','\x10','\x7d','\x06','\x4d','\xe8','\x89','\x73','\xb4','\x8b','\xd8','\x6d','\x31','\x99','\x60','\x5d','\x09','\x10','\x72','\x09','\x2c','\x80','\x50','\xdc','\xd0','\x30','\xb5','\x28','\xa4','\x29','\xc1','\x92','\x10','\x52','\xca','\x90','\x16','\x04','\xfc','\x58','\x61','\xbd','\x16','\x00','\x02','\x08','\xc0','\xfb','\x52','\x01','\xaa','\xb7','\x8e','\x5b','\x21','\x32','\x86','\x23','\x04','\x58','\x16','\x84','\xe5','\x2d','\xc1','\xfb','\x8f','\x05','\xde','\x7f','\x5c','\x20','\x2d','\x09','\xca','\x81','\xa5','\xc5','\xd5','\x2d','\x21','\xc0','\x52','\xf7','\x05','\x25','\x06','\x40','\x84','\xe5','\xf7','\x92','\x61','\x79','\x4b','\x90','\xd7','\x0c','\xb7','\x5b','\x86','\xf5','\xd6','\xfe','\x62','\x42','\x83','\x65','\x88','\x08','\xae','\xd7','\xeb','\x76','\x10','\x04','\x00','\x08','\x4f','\x4a','\x55','\xd5','\x6f','\x1d','\x47','\x4d','\x38','\x58','\x6b','\x58','\x6d','\x3c','\xb8','\x39','\x4a','\x50','\xdd','\x97','\xda','\xfc','\x9d','\xc0','\x3f','\x3b','\xa9','\x7c','\x92','\x96','\x6b','\xc7','\x8f','\x66','\x00','\x15','\xb6','\x0d','\xbe','\x40','\x24','\xc2','\x3f','\xe4','\x6d','\x3b','\x92','\x64','\x0a','\x1b','\x21','\x88','\xfb','\x8c','\x7e','\xb1','\x1d','\x78','\x67','\x33','\x2b','\xab','\x3f','\x1b','\xdf','\x67','\x03','\x04','\xed','\x0a','\xfa','\x89','\xfa','\xce','\x94','\x2b','\x80','\xa7','\x56','\x93','\xf7','\xfa','\x94','\x6b','\xb2','\x89','\x45','\xe9','\x23','\x20','\x1d','\xd1','\x8d','\xcf','\xf8','\xd8','\xa8','\x7c','\x13','\x49','\x03','\xa1','\x89','\xfe','\x6f','\x6f','\xb6','\x91','\x6e','\xe6','\x47','\xda','\x82','\xc1','\x83','\xd4','\x29','\xa2','\x1d','\xcc','\xd2','\x0a','\x92','\x02','\x3f','\xad','\xc5','\x82','\xe2','\xfa','\xf7','\x54','\x43','\x48','\x2f','\x29','\x04','\x7a','\x12','\x77','\x83','\x28','\x85','\x21','\x37','\xaf','\xe7','\xd4','\x70','\x91','\xa8','\x9e','\xb9','\xf4','\x9b','\xc3','\xb7','\x7e','\x22','\x5d','\x56','\x4b','\xdf','\x87','\x50','\xfe','\x5d','\xc1','\xcf','\xcc','\xbc','\x61','\xd2','\x9f','\x4f','\x86','\x0e','\xf1','\x9c','\x05','\x39','\xb4','\xad','\x1d','\xa6','\x5b','\x12','\xe2','\x02','\x80','\x94','\xc0','\x1e','\xe2','\x59','\x32','\x93','\xf7','\x6b','\xae','\xda','\x65','\x32','\xd2','\x7f','\xfa','\x11','\xee','\x1a','\x12','\xb6','\x45','\x83','\x66','\x1d','\x94','\xc1','\x0e','\x34','\xf9','\x77','\x57','\x17','\x74','\xe0','\xeb','\x1e','\x72','\x36','\x8a','\x26','\x2f','\xb0','\xcd','\x4d','\xf7','\xc2','\xcc','\x1e','\xc8','\xf0','\xc6','\x8e','\x5c','\xb0','\x63','\x3d','\x68','\x90','\x9a','\x63','\x7b','\x92','\xaa','\xad','\xc8','\xb6','\x7f','\x87','\x85','\x46','\xd7','\xc2','\x6f','\x68','\xf0','\xfc','\x75','\x68','\x64','\xbc','\x3b','\xea','\xba','\xdd','\x81','\xa2','\xe8','\x83','\x56','\x7e','\xd5','\x01','\xf0','\x43','\x05','\x8d','\xf2','\x3f','\x92','\x45','\x5c','\xf6','\x16','\xc0','\x3b','\x4c','\x51','\xfd','\x62','\xab','\xc8','\x64','\x7e','\x1b','\xab','\xa4','\x93','\x20','\xe8','\x48','\x34','\xbd','\x5f','\x1f','\x1f','\xe1','\x56','\x8b','\x3d','\x2a','\x6e','\xb8','\xf7','\x7c','\x9c','\x69','\xe8','\x7c','\x5f','\x96','\xb3','\xcf','\x66','\x8b','\x0e','\xdf','\xbf','\x7f','\xdc','\xe8','\xc5','\x9e','\x6e','\xdf','\x98','\x2e','\x81','\x4a','\x42','\xca','\x19','\x56','\x04','\xc0','\x1b','\x1f','\xcc','\x4d','\xc5','\x65','\x7b','\x29','\x3c','\x76','\xc1','\x12','\xa2','\x3a','\xa5','\x0a','\x4a','\x96','\x04','\xd7','\xb4','\x42','\xba','\xad','\xc6','\x1d','\x8e','\x03','\x54','\x45','\x6e','\xfe','\x9d','\x6e','\x93','\x01','\xd6','\x95','\x60','\x5d','\x33','\xe0','\x92','\xca','\x8a','\xd3','\xfb','\x62','\x74','\x61','\x36','\x88','\x23','\x16','\x25','\x08','\x13','\xc2','\xe5','\x3d','\xc1','\x52','\x23','\xd4','\x5d','\x2a','\xf0','\xb9','\x5e','\x33','\xac','\xb7','\x15','\xde','\xde','\x93','\xd9','\x03','\xc4','\x6d','\xdc','\x0d','\x82','\xe0','\x01','\xd0','\xb2','\xd4','\x8a','\x0c','\x3e','\x42','\xe1','\x39','\xed','\xa9','\x88','\x50','\x56','\x9a','\xf4','\x5f','\xf5','\xde','\xd9','\x5b','\x58','\x46','\x32','\x03','\xa1','\x29','\x82','\x5e','\x80','\x46','\xb2','\x85','\x15','\x78','\x71','\xe5','\xeb','\x36','\x1b','\x9a','\x3f','\x61','\x99','\x61','\xe5','\x34','\xf2','\x8b','\x1e','\x53','\x59','\x6d','\xdb','\x3a','\x78','\x16','\xa7','\xa0','\xe3','\x17','\x50','\xed','\xd3','\xe6','\x66','\x53','\x6e','\xb6','\xae','\xab','\x93','\x4b','\xa4','\x14','\x99','\x7e','\xd4','\x87','\x71','\x71','\xbf','\x5b','\xb6','\xa5','\x01','\x54','\xaf','\xfc','\x35','\xfc','\xa2','\x00','\x2b','\x3a','\x61','\xcb','\x75','\xd2','\xf9','\xa2','\x3c','\x50','\x96','\x7a','\xa7','\xc9','\x90','\x55','\xe8','\xa8','\xdd','\x06','\x80','\x2c','\xef','\x09','\x38','\x22','\x90','\x7d','\x46','\x26','\x0f','\x0d','\xb6','\x82','\xc1','\xca','\x8c','\x2a','\x94','\x91','\x0e','\x84','\x0d','\xc9','\x0f','\x0d','\x1e','\xbf','\xb3','\xef','\x6f','\xe5','\x15','\x55','\xa7','\xf6','\x07','\x0e','\xc6','\xf5','\xef','\x42','\x7e','\xa5','\xc7','\xe8','\x9f','\x38','\xb8','\xf6','\x63','\x25','\x17','\xd7','\x38','\x4a','\xa8','\x56','\x86','\x94','\x9b','\x1c','\x47','\xd8','\x21','\x14','\x03','\x80','\x44','\xf6','\xf1','\x65','\xea','\xca','\x19','\x80','\x72','\x9c','\xcc','\x1e','\x32','\xc3','\xa3','\x77','\x72','\xdc','\x90','\x09','\x77','\x93','\xe6','\xcb','\xda','\x40','\xa0','\xa7','\x64','\xe5','\x33','\x77','\xa9','\x35','\xfb','\x08','\xa5','\xc9','\x2b','\x45','\x43','\xc5','\x5a','\xaf','\xf6','\x60','\xd4','\x87','\x71','\x19','\x1e','\xc3','\x4c','\x53','\x54','\xff','\x17','\x14','\x07','\xcf','\x8e','\xea','\x45','\xfe','\x86','\xfa','\xf3','\xa5','\xf4','\x0a','\x75','\xf8','\x64','\xca','\x39','\xef','\x18','\xcd','\x1b','\xfd','\xfc','\xf5','\x13','\xb0','\xae','\x26','\x1c','\xd9','\xfb','\xc3','\x9b','\xe5','\xbf','\x1b','\x4d','\x63','\xea','\x70','\x08','\x47','\x11','\x42','\x1f','\x20','\x84','\xe6','\x55','\xd0','\x14','\xa6','\xca','\x8b','\x48','\xf8','\x39','\x47','\x52','\x2b','\xe0','\x27','\x43','\x46','\x84','\x15','\x8b','\xce','\x26','\x11','\x46','\x13','\x96','\x55','\xa0','\xa5','\x46','\x6e','\x5b','\x12','\x5c','\xaf','\x09','\x6e','\xd5','\x1d','\x2d','\xaf','\x50','\xcf','\xf0','\x29','\x8d','\xc2','\x5a','\x96','\x31','\xe0','\xd5','\x3a','\xac','\xb7','\x0c','\x1f','\x3f','\xaf','\xf0','\xff','\x62','\xb9','\xfe','\xf1','\x6f','\x86','\x1f','\x3f','\xd8','\xe5','\xad','\x78','\x48','\xac','\xb7','\x62','\x1c','\x67','\xdd','\x89','\xcf','\x0b','\x4a','\x0b','\xd6','\xff','\xa8','\xd4','\x65','\x49','\x90','\x2e','\x19','\xd6','\x5b','\x82','\xff','\xfd','\xdf','\x3f','\xba','\x2e','\x18','\x1d','\xb4','\x2b','\x77','\x97','\x65','\x09','\x07','\x33','\x8d','\x98','\x8c','\x37','\xa1','\xf3','\xca','\x49','\xf5','\x83','\x07','\x2a','\x07','\xe7','\xc9','\x6f','\x50','\xd9','\x0c','\x94','\x88','\x43','\xa4','\x15','\x13','\xb4','\x32','\x53','\x1e','\x3b','\xe1','\x19','\x5c','\xd6','\x81','\x10','\x68','\x18','\x0e','\x04','\x71','\x7e','\x44','\xbd','\x07','\xab','\x97','\x43','\x46','\x27','\xec','\x04','\x68','\x05','\x04','\x23','\x29','\x1e','\x30','\xd2','\x9c','\xb3','\x28','\x9a','\x43','\xeb','\x49','\x84','\x02','\xb7','\x14','\x6a','\xa7','\x64','\x84','\x69','\x83','\xa2','\x22','\x17','\x0f','\x76','\xf3','\x69','\xc0','\x07','\x95','\x62','\xcc','\x4a','\x1a','\xb5','\xc9','\x26','\xff','\xe9','\x3d','\x3f','\xd4','\x77','\x15','\xf6','\x8a','\x96','\xfe','\x5a','\x7c','\x68','\x2d','\xaa','\x8f','\x2d','\x0a','\x94','\x06','\x22','\xa8','\xe1','\x8f','\xed','\x7f','\xef','\xe5','\xa3','\xaf','\x4b','\x7d','\xea','\x36','\x70','\x99','\x06','\x64','\x3e','\x2e','\x11','\x9a','\x7b','\x66','\xac','\x77','\x65','\x04','\x1d','\xca','\x8d','\x1e','\x09','\x50','\xf5','\x6d','\xec','\xd0','\xb4','\x99','\x27','\xa5','\x41','\x36','\xc6','\xd6','\xd7','\x65','\x96','\xac','\xa2','\x8f','\x0e','\x08','\x34','\x50','\xc7','\x20','\xe8','\xf3','\xdd','\x6b','\x3e','\x97','\x0e','\x35','\x0f','\x03','\x10','\x04','\x05','\xec','\xb3','\xa1','\x05','\x13','\x41','\xaa','\x07','\x09','\x21','\xb6','\x4d','\xa7','\x84','\x00','\x28','\xd1','\xe3','\x50','\xbe','\x63','\x66','\xbf','\x6a','\x3d','\x5e','\x10','\xab','\x6b','\xa6','\xaf','\x5d','\xec','\x65','\xdf','\xa7','\x3a','\x8b','\xb6','\x18','\xce','\x20','\x3d','\x2a','\xf0','\x65','\x50','\x8f','\xcb','\xd6','\xcc','\x5d','\x5b','\x9a','\xfc','\x8e','\xc6','\xdf','\x56','\xe3','\x22','\x7e','\x27','\xdf','\x4b','\x7d','\x38','\xfe','\x58','\x26','\xe2','\x11','\x49','\x99','\xbe','\xa8','\xe9','\xd6','\x47','\xab','\x02','\x7b','\x1f','\x63','\x30','\xc1','\x4c','\xdf','\x7c','\xda','\x1c','\x0c','\x60','\xc8','\x44','\xd9','\x61','\x7b','\x5f','\x88','\x6f','\xc4','\xa1','\xac','\xe7','\x66','\xc9','\x48','\x49','\x3f','\xa5','\x79','\x62','\xc8','\x1a','\xe4','\x36','\x74','\x0d','\xd8','\x21','\xa2','\xaa','\x3b','\x61','\x3f','\xfe','\x84','\xd7','\xc4','\xb4','\xe6','\x5c','\x0e','\xad','\x9c','\x24','\x36','\x90','\x86','\xe0','\x67','\xa0','\x7b','\x0c','\x03','\x3e','\x1d','\x69','\xa6','\x9a','\xcb','\x23','\x1b','\xc2','\x2c','\x61','\xf4','\x23','\xc8','\xa0','\xd3','\xf6','\x46','\x86','\x8a','\xfa','\x4d','\x5b','\x7a','\xf4','\x8f','\xe6','\x81','\x94','\xcf','\xa3','\x63','\x92','\xfe','\x67','\xd3','\x9d','\x5a','\x59','\x54','\x23','\xc1','\x95','\x7d','\x38','\xfa','\xa5','\x54','\xdd','\xe1','\x80','\xca','\x3e','\x20','\x4c','\x65','\xb5','\x66','\x49','\x25','\x48','\xc1','\xb2','\x20','\xdc','\xae','\xd5','\x15','\x2d','\x01','\xe0','\x2d','\x43','\x06','\x90','\xb0','\xd5','\xad','\x12','\xad','\xb5','\x99','\x08','\xae','\x1f','\x2b','\xac','\x2b','\xc1','\xed','\x63','\x85','\x8f','\x9f','\x37','\xf8','\xf8','\xf7','\x02','\xef','\x3f','\x2e','\xf0','\xf6','\xbe','\xb4','\xe3','\x47','\x12','\x58','\x0f','\xa1','\x44','\x90','\x72','\x71','\xc7','\xc3','\xa5','\x9e','\xd3','\xf8','\x06','\x80','\x4b','\x89','\x24','\xf7','\xe3','\xdf','\x7e','\x5c','\xee','\x02','\xa0','\xdb','\xed','\xd6','\xed','\xf9','\x89','\x7c','\xe6','\x00','\x94','\x02','\x84','\xaa','\x4d','\x0c','\x18','\xdc','\xb5','\x6c','\x60','\xff','\x62','\xd2','\xd5','\x15','\xd2','\x26','\x3c','\x80','\xd6','\xa6','\xe0','\x3d','\x3d','\xae','\x0e','\x2b','\x7b','\xa4','\x06','\x19','\x59','\x46','\x2b','\x57','\x2c','\x14','\x83','\xd7','\xb9','\x9a','\x43','\x17','\xb8','\x88','\x79','\x8d','\x68','\x07','\x6c','\x6d','\xe7','\x53','\x94','\x35','\x5d','\x29','\x0b','\x7c','\xcc','\x23','\xc9','\x42','\x80','\x0e','\xbb','\xf6','\xf0','\x61','\x5a','\xfc','\x5b','\x14','\xba','\xa0','\x2d','\xa3','\x26','\x20','\x33','\x55','\x34','\x37','\x5b','\x5f','\xf1','\xdf','\x0a','\x8c','\xd4','\xb7','\x26','\x22','\x00','\xe7','\x9f','\xca','\x0c','\xc0','\xdc','\xa2','\x9a','\xb1','\x52','\xf8','\xfb','\xe7','\xfb','\xf9','\xf8','\xe7','\x4a','\xd5','\x3a','\xf6','\x0d','\x02','\xa6','\xcb','\x8c','\x2c','\xc4','\x56','\x77','\x4e','\x3c','\x5d','\x2f','\x4c','\x50','\x7d','\x80','\xeb','\xb3','\xac','\xc6','\x6f','\x2d','\xfa','\x77','\x06','\x3f','\xc2','\x13','\x8e','\xb6','\x51','\x03','\x57','\xd6','\x4f','\xa0','\xcd','\x7f','\x06','\x48','\xc5','\xcd','\x00','\x6b','\xf8','\x75','\x05','\x90','\xb0','\xc2','\x9a','\xea','\x12','\x87','\xf5','\x65','\xb3','\x2a','\xc4','\xd2','\xb5','\xfa','\x23','\x5b','\xbb','\x61','\x55','\xc9','\xa4','\xde','\x64','\x86','\xcf','\x79','\xe0','\x67','\x83','\x06','\xb2','\xb8','\xdc','\xc4','\xe0','\x67','\x5c','\xab','\x4e','\xbf','\xe3','\x7c','\x55','\x43','\x7a','\xc3','\xcc','\x64','\x1d','\xc9','\xfc','\xb1','\x63','\x59','\xf1','\xa4','\x96','\xdd','\xa7','\xf4','\xdc','\x5d','\xf4','\xcc','\x69','\xa8','\x38','\xd6','\x39','\x05','\xfd','\x6e','\x3c','\xe3','\x59','\xc3','\xe2','\x75','\x87','\xdb','\x34','\xfd','\xf7','\xf3','\x27','\x5c','\x96','\xe5','\xb0','\xeb','\xdb','\x97','\x93','\xe3','\x37','\x86','\x6f','\x1e','\x60','\xa2','\xa4','\xfe','\x31','\xea','\x57','\x37','\x07','\x02','\xbd','\x70','\x86','\x06','\xb6','\xa3','\xad','\xfa','\x35','\xfb','\x69','\x15','\x54','\x2a','\x6d','\x5e','\x0b','\xf8','\x11','\xfd','\x06','\xdb','\xf1','\x0e','\xa9','\x9e','\x3e','\x8a','\x48','\x72','\x7e','\x0f','\x2e','\x08','\xcb','\x82','\x70','\xb9','\x54','\x00','\xb4','\xd6','\xbf','\xd7','\xb5','\xae','\x0c','\xe9','\x72','\x6d','\x78','\xa6','\x4c','\x00','\xb9','\xae','\x1e','\x7d','\x7c','\xdc','\xe0','\xe7','\x7f','\x0b','\xbc','\xfd','\xb8','\xc0','\x8f','\x7f','\xda','\x7f','\x02','\x84','\xaa','\x2c','\xcc','\x2b','\x41','\x5e','\x57','\xc8','\x09','\x61','\xa1','\xb2','\x1a','\x84','\x88','\xb0','\x24','\x00','\x4a','\xd8','\xb5','\x1b','\x11','\x87','\x58','\xe6','\x50','\x14','\x38','\x77','\x69','\xa4','\x86','\xf1','\x63','\x07','\xad','\xf8','\xea','\x9a','\x9c','\x30','\x9f','\x3b','\x24','\xdb','\xe7','\x68','\x3f','\xbe','\x52','\x04','\xd0','\x0f','\xe2','\xca','\xd6','\xf5','\x6a','\x41','\x1d','\x0b','\xb2','\x01','\x96','\x6a','\xf8','\x5a','\xd5','\x15','\xd1','\xb8','\xf5','\xe7','\xad','\xe9','\x87','\x1a','\xcd','\x0f','\xc7','\xfc','\x40','\x8b','\x24','\xca','\xa0','\x0f','\x58','\x84','\x20','\xf9','\xf4','\x5c','\xc4','\xd6','\x5f','\x7e','\xef','\x91','\x4e','\x33','\x32','\x15','\x63','\xcb','\xa4','\xf6','\x71','\xef','\x7f','\x5f','\x00','\xa2','\x02','\x37','\x04','\x76','\x6c','\x90','\x7a','\xbe','\xd1','\x00','\xaf','\xeb','\x1b','\xd5','\x0e','\xd5','\x45','\x3d','\x7f','\x45','\x9f','\x81','\xa2','\xaa','\xd9','\xea','\xa8','\x97','\x7c','\xeb','\x43','\x73','\xb2','\xb0','\xd4','\x05','\xbb','\x2e','\xf0','\xdd','\x61','\x5c','\x87','\xba','\xda','\x35','\x86','\xe7','\x2d','\xd3','\x0c','\x1e','\x8f','\x00','\x86','\xfd','\xa4','\x68','\x2f','\x4f','\x56','\x2c','\x50','\xff','\xe3','\x56','\x73','\x7f','\x07','\xe1','\x3c','\x45','\xae','\x4f','\xef','\x95','\xe3','\xaa','\x1b','\x05','\xf8','\x23','\x2f','\xef','\x7b','\xd7','\x38','\x95','\x1e','\xb0','\x9c','\x51','\x05','\xdd','\xca','\x90','\x02','\x42','\xa0','\x76','\xd9','\x69','\xbe','\x2b','\xc2','\xbb','\xf1','\xb8','\x36','\xb7','\x7a','\xf0','\x7e','\xa8','\x35','\x6a','\x15','\x87','\xf4','\x7d','\x5d','\xf7','\xc1','\xbb','\x7b','\x02','\xda','\x54','\xab','\xce','\xa5','\x6e','\x78','\x33','\x3f','\x73','\xf9','\x90','\xbc','\xe4','\x6f','\xda','\x3c','\xc3','\x9a','\xe1','\x7c','\x84','\xaa','\x7b','\x0d','\xef','\x47','\xc9','\x84','\x55','\xe6','\x7b','\xcf','\x2d','\xd2','\xd0','\x94','\xa1','\xa6','\x7b','\xa1','\xd2','\x77','\xe5','\x11','\x27','\x29','\xeb','\x32','\xd7','\xee','\xe5','\xcd','\xb3','\x9d','\x7f','\xd6','\x18','\x9c','\xc8','\xe7','\xc8','\xea','\xcf','\xcf','\x9f','\x3f','\x21','\xa5','\x32','\xa7','\xde','\x2e','\x77','\xb8','\xbe','\x1d','\x18','\x4b','\x1b','\x78','\x22','\x7e','\x3e','\x97','\x8b','\x99','\x74','\x73','\xce','\x69','\x34','\x2c','\x6c','\x4b','\xaf','\x88','\x68','\x6e','\x14','\x2a','\x9e','\x7b','\xe8','\xc5','\xde','\xb0','\xcb','\xc3','\x2d','\xaf','\x45','\x9a','\xac','\xb7','\x2c','\x6e','\xfd','\x44','\x00','\x0b','\xa5','\xb2','\x02','\x93','\x12','\x24','\x2a','\x07','\xa5','\x26','\x44','\xc0','\x4b','\x5d','\x11','\xba','\x24','\xb8','\xd4','\x15','\xa4','\x6b','\x5d','\x19','\xba','\xd6','\x95','\x21','\xd9','\x27','\x54','\xe5','\x55','\x91','\x01','\x45','\x1f','\xa3','\x4c','\xb0','\xe6','\x02','\x6e','\x6e','\xd7','\x0c','\xd7','\x5f','\x37','\xf8','\xf8','\x79','\x81','\xeb','\xbf','\x17','\xb8','\xbc','\x5f','\xe0','\xed','\x3d','\xc1','\xe5','\xb2','\x94','\x40','\x09','\x50','\x43','\x65','\x13','\x01','\x5d','\x57','\xc0','\x5c','\x57','\xa2','\x2a','\x10','\xf2','\x60','\x87','\x83','\x20','\x6c','\x46','\x81','\x2b','\x87','\x1e','\xd9','\x41','\xdd','\x85','\x92','\xeb','\x3e','\x6c','\xbc','\x6f','\xa3','\x09','\xe6','\x4f','\x30','\xf3','\x8c','\x3e','\xb4','\x28','\xd5','\x7d','\x84','\x97','\x03','\xe0','\xbd','\xbe','\xa0','\xf7','\x39','\xf9','\x8b','\xf6','\xbb','\x3b','\x1b','\x8a','\xb8','\x82','\x24','\x80','\x30','\x1a','\xf5','\x5b','\xfb','\x7f','\xb0','\x37','\x41','\x96','\xfb','\x5a','\xb9','\xd6','\xd9','\x06','\xd6','\x4a','\x34','\xca','\xfe','\x36','\x19','\xf0','\xa7','\xeb','\xe0','\xf4','\x6c','\xe3','\x62','\xc6','\xc4','\x20','\xaf','\x02','\xe2','\xac','\x22','\x81','\x64','\x06','\x9b','\xc4','\xaa','\x9a','\x2b','\x34','\xac','\x49','\x4d','\xcb','\x1f','\x2c','\x58','\xed','\xe1','\xa5','\x75','\xb1','\x12','\x28','\xe5','\xaa','\xdb','\x07','\x44','\xe5','\x29','\x39','\x94','\xcb','\xd9','\xb3','\xa2','\xd5','\x31','\xa9','\x83','\xc3','\x58','\x2b','\xba','\x67','\x92','\xd8','\x23','\x5c','\xc6','\x1a','\xbc','\x9f','\x41','\x68','\xff','\x91','\xf1','\xaf','\x57','\xf1','\x7e','\x77','\x72','\xcd','\x3f','\x4e','\x93','\xef','\x88','\x95','\x8d','\x01','\x51','\x35','\xb6','\xb4','\x3d','\x75','\xda','\xe0','\xc0','\x0a','\x3a','\x08','\x18','\xaa','\x52','\xb9','\xad','\xa4','\xd6','\x3c','\x6b','\x70','\x39','\xa9','\x7b','\x02','\xc5','\xf7','\x94','\x75','\x41','\xe3','\x04','\xd2','\xd3','\x6b','\x8a','\x1a','\x5f','\x68','\x22','\x58','\x71','\x9f','\xb3','\x94','\x5f','\x85','\xdc','\x24','\x4b','\xe7','\xe2','\xea','\x71','\x79','\xa7','\x70','\x92','\xf9','\xb3','\x53','\x5c','\x5f','\x71','\xdf','\x16','\x06','\xb1','\x4f','\x37','\x6a','\x7f','\x31','\x80','\x30','\x32','\xff','\x2b','\xd0','\xd7','\x27','\xd2','\x67','\x01','\xda','\x97','\xa1','\x3b','\x06','\xef','\x51','\xd7','\xb7','\x52','\x0c','\x1e','\x3a','\xf0','\xf4','\xde','\xa0','\x07','\x32','\xe5','\x9f','\xfa','\x01','\x29','\xbc','\x6c','\x35','\x88','\xee','\x6f','\xde','\x9e','\x24','\x66','\xb4','\x7d','\x2e','\x9b','\x3d','\x75','\x74','\xce','\x56','\x81','\x50','\xf6','\xa3','\x66','\xc8','\x90','\x60','\xc5','\x5c','\x40','\x07','\x15','\xd0','\xb1','\x2c','\x09','\x28','\x41','\x89','\x66','\x0a','\xc5','\x25','\x0e','\x10','\x0a','\x00','\x49','\x08','\x0b','\x01','\x2c','\x97','\xb2','\x2a','\x74','\xbd','\x24','\x58','\x3e','\x56','\xb8','\x7e','\xdc','\xe0','\x76','\x23','\x39','\xc0','\x94','\x0d','\x77','\xc8','\x86','\x34','\x56','\xbc','\xa8','\xec','\xfb','\x59','\x6f','\x19','\xae','\x1f','\x2b','\xfc','\xfa','\x79','\x83','\xf7','\x1f','\x17','\xf8','\xe7','\xdf','\x0b','\xfc','\xf8','\xf7','\x02','\x6f','\xef','\x97','\xb2','\xf7','\x27','\x81','\x18','\x02','\x69','\x05','\xc8','\x54','\x56','\xa6','\x00','\x63','\xcf','\xb5','\x91','\x3b','\xa5','\xd9','\x03','\xe4','\xfd','\xe4','\x52','\x4a','\x43','\x21','\x82','\x08','\x45','\xc1','\x55','\x0a','\x91','\xf0','\xc9','\x81','\xa2','\x34','\xf4','\x85','\x84','\x76','\x7f','\x3b','\x14','\x25','\x40','\xbf','\xd4','\xe2','\xe1','\xcd','\x0e','\x75','\x75','\x70','\x82','\xd4','\x15','\x17','\xd4','\x60','\x3c','\x92','\xa3','\xf7','\x48','\xf5','\x91','\x02','\x52','\xba','\xc6','\x91','\xa2','\x5e','\xde','\xcd','\x2d','\x9d','\xc3','\x4e','\x5b','\x5b','\x81','\x86','\x7c','\x4d','\xf4','\xa5','\xad','\xa9','\xd8','\x5b','\x67','\xdb','\xaa','\x0a','\x85','\xcf','\x4b','\x5d','\x6b','\xe8','\xc3','\xda','\x4e','\x8e','\x04','\xa2','\x95','\x67','\x5b','\x4b','\x0d','\x0d','\xfb','\x36','\x98','\x5f','\x8c','\x01','\x19','\xd4','\x60','\x03','\x65','\x7c','\xaf','\x00','\xf8','\x96','\x7e','\x3c','\x8a','\xda','\xa1','\x5c','\x11','\x48','\xe1','\xc8','\x5d','\x71','\x17','\x51','\xad','\xd1','\xc6','\x40','\x51','\x4a','\x68','\xf7','\xe4','\x00','\x07','\x8c','\xdf','\x9f','\xcb','\xa0','\x9d','\x80','\x7c','\x9f','\x2c','\xf0','\x78','\xb3','\x8d','\xdd','\x18','\xc0','\xff','\xce','\xd4','\x5c','\x05','\x9e','\x97','\x87','\x59','\xcd','\xad','\xee','\x6e','\x65','\x5f','\x90','\x8e','\x4c','\xd8','\x8c','\x19','\x6d','\xfc','\xaa','\x91','\xa8','\x8d','\x21','\x84','\x40','\x89','\x04','\xe0','\x34','\x80','\xe5','\x07','\xb6','\x73','\x5d','\x6d','\x59','\x98','\x7b','\xb1','\x11','\xa0','\x35','\x6a','\x93','\xa5','\xef','\xf5','\x5b','\x30','\xa4','\x7a','\x77','\xb6','\x23','\xea','\xd0','\x60','\x80','\xe2','\xa8','\x1d','\x7d','\xba','\x99','\xb2','\xce','\x00','\x3e','\xd1','\x59','\x15','\xfe','\x7e','\xd7','\x37','\x8f','\x17','\x7b','\x8c','\x1e','\x9d','\xef','\x5b','\x32','\xff','\x99','\x74','\x57','\xc7','\xb5','\x39','\x76','\x36','\xb1','\xbc','\x3a','\x33','\x48','\x84','\x99','\xaf','\x3c','\xd9','\x0e','\xe6','\xff','\xcc','\x4f','\xf3','\xf3','\xe7','\xcf','\xcd','\xc0','\x4e','\xbb','\x34','\x51','\xb9','\xcd','\xd6','\xa2','\xee','\xa1','\xbd','\x81','\x18','\x00','\x9b','\xc9','\xe4','\x33','\xb5','\x99','\x33','\xbc','\x04','\xe9','\xb5','\xff','\x34','\x1c','\xd0','\x74','\x1f','\x18','\x66','\x54','\xe5','\x0f','\x07','\x45','\xa0','\x1b','\x40','\xca','\x04','\x74','\x69','\x20','\x85','\x52','\x8d','\x58','\x0a','\x4b','\xad','\x66','\x19','\xdf','\x49','\xb6','\x1c','\x94','\x48','\x6c','\x58','\xa3','\xc5','\x2d','\x97','\x54','\x5d','\xe2','\x72','\x75','\x8b','\x23','\xd9','\x1e','\x83','\xc0','\x5e','\x37','\x4d','\x77','\x2a','\xe7','\x01','\x91','\xda','\x1f','\x74','\x85','\xcb','\xff','\x59','\xe0','\xc7','\x3f','\x65','\x8f','\xd0','\x8f','\x7f','\x2e','\x70','\x79','\x5f','\x60','\x49','\x49','\x40','\xef','\x7a','\x2b','\xe1','\xb8','\x97','\xc0','\xdd','\xf2','\xee','\x20','\x08','\xba','\x53','\x00','\x94','\x10','\xf1','\x63','\x4b','\xa7','\xa3','\xfe','\xfe','\x88','\x8e','\x31','\x1b','\x35','\x18','\x74','\xf9','\xa8','\x6e','\x8d','\x94','\x57','\x74','\x7f','\xf9','\xc7','\x10','\x48','\xa0','\x64','\x5f','\x7e','\x8f','\x61','\xc3','\x38','\xdc','\x5f','\x50','\x19','\xa9','\xe8','\xbe','\x64','\x28','\x06','\xde','\x73','\xa3','\xa0','\xe8','\xcd','\xf3','\xe8','\x11','\x69','\x50','\x0c','\xf7','\x29','\xd6','\x77','\xda','\x5d','\x3b','\x58','\x49','\x83','\x61','\xed','\x12','\x59','\xd5','\x2e','\xed','\x7a','\x37','\xe5','\x62','\xa2','\x01','\xb1','\x00','\x9d','\x32','\xc1','\xfc','\xc6','\xcd','\x02','\x7e','\xe4','\x85','\xfe','\x3b','\x18','\xde','\xa6','\xbe','\x89','\x01','\x9b','\xa4','\x84','\x94','\xfb','\x72','\x43','\x40','\xd4','\x06','\xe1','\x14','\x40','\x3e','\x9b','\x54','\x43','\xa3','\x3e','\x3d','\xb3','\x1a','\x7f','\xc2','\xca','\x4f','\xc4','\x3f','\xee','\x55','\x86','\x42','\x68','\xec','\x6e','\x1a','\xf9','\x5c','\xcb','\xad','\xd3','\x47','\x84','\x10','\xcf','\x51','\x09','\x01','\x5a','\x5f','\x14','\x60','\x64','\xf2','\xd2','\xe0','\x1f','\x3b','\x60','\xc5','\xf9','\x72','\x5d','\xb0','\x9b','\x28','\x35','\x2f','\x77','\x33','\x1e','\xfe','\xe8','\xd2','\xfa','\x1f','\xdb','\x24','\x4d','\x47','\x59','\xe3','\x1e','\xf0','\xe8','\x1d','\xd2','\x72','\x66','\x80','\xcf','\x8f','\x8c','\xdb','\xaf','\xd0','\xd5','\xa5','\xec','\x60','\xb0','\x7d','\x65','\x7d','\x3a','\x3a','\xa8','\x3f','\xca','\x2b','\x33','\x0a','\xe5','\x17','\xd0','\x57','\xec','\x49','\x29','\xe1','\x79','\x01','\xce','\xe4','\xce','\x56','\x56','\xb1','\x8e','\x34','\x91','\x3f','\xa9','\x20','\x08','\x13','\x74','\x64','\xf5','\xe7','\xff','\xfb','\xef','\x3f','\xb8','\x5c','\x8a','\x72','\xec','\x03','\x1f','\x6c','\x0d','\x87','\xcd','\xd5','\x9f','\xc1','\x18','\xeb','\x28','\xdc','\x10','\x18','\x28','\xa4','\x9f','\x28','\xcf','\x8e','\x62','\x29','\xcf','\x5d','\x9f','\x39','\x54','\xf5','\xfe','\x4b','\x61','\xa5','\x55','\x91','\xcf','\x19','\x01','\x29','\xd7','\xd5','\x16','\x04','\x3e','\xe4','\x94','\x2e','\x08','\x25','\xf4','\x52','\x06','\xa8','\x67','\xf3','\x20','\x62','\x39','\x48','\x35','\x55','\x83','\xf4','\x52','\xe4','\x56','\x4a','\x08','\x79','\x41','\xb8','\x5c','\x12','\x5c','\x2f','\xab','\x3d','\x48','\x95','\x40','\xc5','\x09','\x28','\xdf','\x49','\xa2','\xeb','\x02','\xc8','\xf9','\x44','\x65','\x8f','\x50','\x09','\x94','\xf0','\xfe','\xcf','\x05','\xae','\xbf','\x2e','\xf0','\xe3','\x7f','\x6f','\xf0','\xf6','\x7e','\x81','\x4b','\x8d','\x1a','\x97','\xea','\x3b','\x09','\x7b','\x4f','\xb6','\xcb','\xe5','\x12','\xe2','\x1b','\x13','\x04','\xe1','\x76','\xbb','\x81','\x8f','\x9f','\x3d','\xa2','\x30','\x09','\x5b','\xfc','\xf9','\x3f','\x53','\x0b','\xdf','\xeb','\xbb','\x45','\xec','\x54','\x60','\x23','\xcf','\xfa','\x41','\xcd','\xa0','\xf1','\x58','\xc7','\x5b','\x15','\xa3','\xfa','\x0c','\x14','\x84','\xf2','\x7b','\x27','\xca','\x52','\x65','\x72','\xc2','\xeb','\xb4','\x70','\x56','\xd7','\x5b','\xa1','\x24','\xb1','\x22','\xe9','\xe8','\x7e','\xf7','\xdb','\x83','\xd0','\xa8','\xd2','\xb5','\xdc','\x66','\x45','\xc6','\x4e','\x08','\x44','\x56','\x7e','\xa3','\x9c','\xa8','\x7c','\x5a','\x50','\x03','\x1b','\xe4','\xc0','\xb4','\x1d','\x66','\xa0','\x9e','\x2e','\xcb','\x46','\x92','\xc3','\xc4','\x96','\x85','\x56','\x5f','\xaf','\x30','\xe9','\xf0','\xd5','\x5a','\xa7','\x94','\xa6','\xb8','\xc1','\x1a','\x8e','\xcb','\x0a','\x36','\xd9','\x0f','\xa8','\x73','\x67','\x1c','\x82','\xa0','\x2f','\x22','\x07','\x02','\x9f','\x45','\x5a','\x61','\xfe','\x4b','\x4f','\xa2','\xde','\xae','\x00','\x00','\xa0','\x00','\x4b','\x15','\x0f','\x0c','\x82','\x78','\x75','\x08','\xca','\x38','\x6d','\xfb','\xdf','\x4a','\x26','\xb2','\x60','\x9b','\x6c','\x5e','\x40','\x00','\x94','\x8b','\x29','\xa7','\xfb','\x9e','\xea','\x46','\x33','\x12','\x28','\x01','\x3c','\xfb','\xfd','\x3b','\xed','\x77','\x83','\x6a','\xdd','\x25','\xd9','\x88','\x51','\x04','\xbc','\x56','\x33','\xd3','\xc8','\x15','\xd8','\xbb','\xb2','\x6e','\x56','\xe3','\xc5','\x14','\xf3','\xbf','\xf4','\x97','\x5e','\x8d','\x8e','\xba','\xbe','\xa5','\x54','\xf4','\xc8','\xf7','\xf7','\xe7','\xbb','\xbe','\x7d','\x1a','\x1d','\x51','\x64','\x0e','\xd0','\x0b','\xb7','\xb8','\xb9','\x59','\x67','\x82','\x0c','\x50','\xa3','\xc3','\x11','\x24','\x4a','\xe2','\xf1','\x93','\x08','\x21','\xe5','\x0a','\x7c','\x12','\x02','\x51','\x92','\x23','\x1e','\x8a','\xbb','\x5a','\x01','\x40','\x69','\xe1','\x88','\x71','\x25','\x74','\x76','\xfa','\x58','\x21','\xdf','\x32','\xac','\x2b','\x1f','\x83','\x52','\xcb','\x22','\xa8','\x23','\x81','\x40','\x50','\x4d','\x15','\x49','\xb7','\x6b','\x86','\x75','\xbd','\x16','\xd7','\xb8','\xff','\xef','\x0a','\xef','\xff','\x5c','\xe0','\x9f','\xff','\xbd','\xc1','\x8f','\x7f','\xde','\x4a','\xe4','\x38','\x64','\xf9','\x66','\xb9','\xff','\xed','\x76','\x0b','\x71','\x8d','\x00','\xa0','\x75','\x5d','\xbb','\x44','\xbc','\x69','\x88','\xd4','\xbf','\xda','\x62','\x4e','\x2c','\x70','\x94','\xe0','\x6e','\x87','\x20','\xd9','\x82','\x64','\xb1','\xc1','\x29','\xaa','\xc7','\xcd','\x7d','\x5e','\x61','\x87','\x4e','\x80','\xda','\xd5','\x01','\x55','\x4e','\x07','\x82','\xd4','\x7b','\x83','\xc1','\xed','\x8d','\xb4','\x7c','\x6d','\xb5','\x15','\xed','\x14','\xa5','\x15','\x09','\xb0','\xc2','\x5b','\x39','\xa6','\x17','\x7d','\x7b','\xcb','\x22','\x41','\x43','\x60','\xd4','\xb9','\xd4','\x98','\x1d','\xc2','\x7d','\x38','\x69','\xbd','\x70','\x83','\x62','\x4d','\xee','\x05','\x7f','\xf7','\xcd','\x74','\xde','\x35','\x4f','\x02','\x15','\xb6','\x9a','\xbf','\x35','\x23','\xf8','\x48','\x51','\x91','\x57','\x03','\xf3','\x8d','\xed','\xc2','\xf6','\xdd','\x6a','\xdd','\xd8','\x92','\x80','\x89','\xeb','\x3d','\x50','\xf8','\x47','\xe0','\x47','\x77','\x84','\x31','\x3b','\xc5','\xfd','\xce','\x2b','\x6e','\x00','\x18','\xba','\x6b','\xb2','\x62','\xd8','\x57','\xc1','\x07','\x4e','\x78','\x12','\x5a','\x50','\xcb','\xe1','\x08','\xf6','\xbb','\x82','\xbe','\x44','\x68','\x7b','\x3b','\xf0','\x3e','\xf0','\xa2','\xfb','\xee','\x77','\x05','\x3f','\x1d','\xa6','\x0d','\xfa','\xf3','\x28','\x51','\x30','\xef','\x46','\xfd','\x47','\x66','\x4c','\x4e','\xe6','\xcd','\x3e','\xda','\x40','\xcd','\x88','\x83','\x24','\x2b','\xa3','\x5c','\xae','\xe6','\x7b','\x08','\x6a','\x6e','\x25','\x11','\x2d','\xb6','\xf1','\x0a','\xf1','\xcf','\x7c','\xee','\xe1','\x98','\x38','\x02','\x80','\xc0','\x19','\x6f','\x3a','\xd0','\x12','\x6c','\xd2','\xe5','\x3e','\xf0','\x45','\x46','\xe9','\xa2','\xb2','\x7e','\x63','\xea','\xf6','\x06','\x1e','\x6e','\xf0','\x9d','\xab','\xbc','\x91','\xdc','\xf0','\xf4','\xd9','\x7d','\xff','\x3b','\x7f','\x6b','\xdf','\x36','\x6a','\xb7','\x0e','\x7d','\xbe','\x3a','\x3e','\x44','\xec','\xdd','\x49','\xfe','\xd5','\x8f','\x8f','\x5f','\x90','\xd2','\x02','\x44','\x79','\xb3','\x3e','\xfd','\x33','\xb7','\x3b','\x98','\xf5','\x1c','\x97','\x5e','\xa9','\x91','\x1b','\x79','\x8d','\xef','\xce','\x52','\xa8','\x0f','\x45','\xea','\xc4','\xd3','\xa8','\x29','\x21','\xd3','\xc6','\x9c','\x7b','\x4a','\x89','\x18','\xa8','\x79','\xce','\xca','\x3d','\xc0','\x4a','\x19','\x08','\x10','\x92','\x5a','\xe8','\x48','\x54','\x82','\x10','\xd0','\x82','\x90','\x28','\x01','\x40','\x2e','\xc7','\x72','\xa8','\x43','\xbf','\x13','\x20','\xe0','\x05','\xeb','\x39','\x3e','\x28','\x40','\x68','\xbd','\x65','\xb8','\xd5','\x3d','\x3f','\x79','\xcd','\x25','\xb8','\x01','\x90','\x44','\xe9','\x6d','\x67','\x2d','\x92','\xe8','\x32','\xb9','\x9e','\x37','\x94','\xeb','\x3e','\xa1','\xeb','\xc7','\x0a','\xbf','\xfe','\x59','\xe1','\xc7','\x8f','\x05','\xde','\xde','\x17','\xb8','\x7d','\xf4','\xc1','\xdc','\xd6','\x75','\xdd','\x0f','\x82','\xe0','\xfd','\x35','\x47','\x0c','\xd4','\xbb','\x53','\xb4','\x7b','\x6d','\xf3','\xfb','\xb3','\xd0','\xb2','\xad','\x48','\x5f','\x86','\xfe','\x29','\x9b','\x88','\xf9','\xfe','\xa0','\x3e','\x62','\x2d','\x1c','\x29','\x2a','\xe1','\x4b','\x00','\xa3','\xd0','\x2e','\xd6','\xef','\x1e','\xe4','\x1f','\x93','\x9a','\xda','\xf5','\x58','\x41','\x8a','\x37','\x6e','\xd9','\x52','\xed','\x1e','\xa6','\xb6','\x02','\xe3','\xde','\xd1','\x7d','\xa1','\x36','\x9c','\x8d','\x20','\x8b','\x80','\x1f','\x68','\x79','\x12','\x95','\x25','\xcb','\xac','\x00','\x90','\x80','\x9e','\x23','\x1c','\x41','\x1a','\x60','\x5d','\x79','\x90','\xeb','\x56','\x43','\x2f','\x6b','\x00','\xa4','\x01','\x6c','\xaf','\xbc','\x41','\x53','\x9e','\x14','\x98','\xb1','\xab','\x59','\x9c','\x48','\x29','\xf5','\x44','\x7d','\x5f','\x55','\x69','\x50','\xfe','\xd8','\xc6','\xb4','\xb2','\x1b','\xba','\xd0','\x43','\xf0','\x2e','\x21','\x74','\x80','\xb0','\xbb','\x80','\x83','\xfd','\x7d','\x8c','\x7e','\x37','\xe0','\x13','\xf1','\x80','\xae','\xfb','\xee','\xec','\xab','\x87','\x68','\x52','\x59','\xef','\x56','\xe3','\x94','\xc1','\x81','\xd8','\xa8','\xa1','\x5e','\x46','\x59','\x2d','\x02','\xd0','\xf3','\xa7','\xfe','\x1a','\x8e','\x23','\xe6','\x98','\x32','\x9f','\x82','\xba','\x0c','\x15','\xa6','\x8d','\xbe','\xdb','\x72','\x7d','\x6d','\x4d','\x22','\x73','\x93','\xec','\xc5','\x26','\x9f','\xfe','\x4b','\x7f','\xe9','\x2f','\x9d','\x4f','\x47','\x56','\x7f','\x7e','\xfd','\xfa','\x25','\xbc','\xeb','\xfd','\xbd','\x3f','\x90','\xf2','\x1e','\x7a','\xca','\x74','\xbf','\x47','\x1e','\x9e','\x5f','\x8b','\xd3','\xe9','\x59','\x6a','\x77','\x93','\x3d','\x45','\x19','\xa4','\x9c','\x4a','\x90','\x84','\x4c','\xb0','\xe4','\x04','\xb4','\x94','\x55','\xa1','\x65','\x21','\x20','\x4a','\x40','\x4b','\x89','\x12','\x57','\x8f','\xba','\x6b','\x46','\xec','\x05','\x01','\x53','\x89','\xe6','\x76','\x59','\x12','\xac','\x6b','\x03','\x40','\x6d','\x7f','\x50','\xf9','\xdd','\xd9','\xcc','\x89','\x8d','\x7b','\xa5','\x85','\x99','\x08','\xf2','\x47','\x71','\xa5','\xfb','\xf5','\xdf','\x0d','\xfe','\x7b','\x5b','\xe0','\xfd','\xc7','\x02','\xff','\xe7','\xff','\xf4','\x40','\x87','\x28','\x5e','\x50','\x10','\x00','\x94','\x52','\xea','\x12','\xc8','\x6f','\xaf','\x27','\x7a','\x2b','\x9c','\x16','\xcc','\xac','\x60','\x42','\xdb','\x53','\x21','\x42','\xf7','\xee','\x2f','\x33','\x42','\x2e','\xaa','\x7c','\x54','\x97','\x4e','\xa9','\xe6','\x0b','\xad','\x1c','\x18','\x12','\x7d','\x76','\xe0','\x6a','\x61','\xdc','\x43','\x54','\xf1','\x4a','\x59','\x92','\x56','\x53','\x4b','\x38','\x42','\xd6','\xd6','\x4a','\x1c','\x00','\x1c','\xb6','\xe0','\x8f','\x3a','\x0c','\x75','\x8f','\x04','\xab','\x6d','\x0e','\x05','\x22','\x80','\x80','\x88','\xb6','\x31','\x7e','\xc7','\x94','\x21','\xd6','\xeb','\xf2','\xf1','\x4b','\x08','\xc3','\xb2','\xd7','\x27','\x13','\x83','\x3b','\x6a','\x7d','\xbf','\xa1','\x38','\x62','\x70','\xc5','\xe1','\xab','\x65','\x3f','\x83','\x54','\x57','\x1d','\xb4','\x55','\xc1','\x90','\xae','\x67','\xa4','\xfc','\x21','\x83','\x51','\x0d','\xe8','\x34','\xba','\xd4','\x9b','\x2d','\x04','\x94','\x6e','\x58','\x3b','\x75','\x16','\xea','\x55','\xc4','\x1e','\xd4','\xda','\x66','\x29','\x80','\x59','\x5f','\x7a','\x16','\x88','\xe8','\xf6','\x8f','\xf8','\x6b','\x9d','\xb6','\xfe','\xb3','\x35','\x4e','\xcc','\xaa','\x62','\x80','\x0b','\x5d','\x17','\x7e','\x3b','\xda','\xe4','\x3d','\xcf','\x32','\xd4','\x3c','\xd2','\x51','\x93','\x92','\x4c','\x03','\x87','\x32','\x3c','\xdb','\x44','\xd4','\xe0','\xc7','\xef','\x21','\x52','\x7f','\x7a','\xe2','\x2c','\xea','\xbc','\x0e','\x93','\xa1','\x6a','\x5e','\x38','\x17','\xec','\x0f','\x33','\xf6','\xcc','\x18','\xd2','\x6e','\xb3','\xf5','\xb7','\xca','\xee','\x3b','\x80','\x70','\x0c','\xe6','\xd6','\x67','\xd2','\xe3','\x1b','\xeb','\xcf','\x59','\xf9','\xe9','\xe8','\xc9','\x06','\x50','\x39','\x50','\x96','\x6f','\xcc','\x34','\x82','\xc7','\xfe','\x17','\x7e','\xaf','\x67','\x8e','\x17','\x61','\xd3','\xca','\x5b','\x60','\x26','\xfd','\x88','\x32','\xf5','\xe0','\x67','\x94','\xe5','\xaf','\x9f','\x3f','\x45','\x67','\x7c','\x8f','\x0e','\x3c','\x0d','\x68','\xdf','\x24','\x02','\x10','\x69','\x10','\xf1','\x7b','\x4e','\x99','\xd9','\x34','\xc6','\x4c','\x52','\x5c','\x8d','\x98','\xba','\x25','\xff','\x13','\xac','\x69','\x47','\x06','\x0a','\x82','\x36','\x87','\xb7','\x2a','\x9c','\x44','\x1c','\x20','\x2a','\x67','\x04','\x84','\xba','\x2f','\x28','\x23','\xe4','\x5c','\xf6','\x0a','\x2d','\x99','\x20','\x5f','\x12','\x2c','\x0b','\x40','\xca','\x50','\xf5','\xb8','\x72','\x50','\x69','\x5a','\x0a','\x38','\x02','\xa8','\x91','\xe2','\x10','\x60','\x49','\x0b','\x2c','\x39','\x95','\xf3','\x83','\x56','\x82','\xf5','\x6d','\x85','\xeb','\x47','\x39','\x50','\xf5','\xb6','\x64','\x03','\x84','\x3a','\xef','\x1f','\x62','\x4f','\x06','\x02','\x5a','\x09','\x6e','\x79','\x85','\xbc','\x16','\x00','\xf5','\xff','\xfe','\xff','\x7e','\xd9','\x2e','\xa8','\x7b','\x80','\x36','\xa3','\xc0','\x45','\x00','\x08','\xd1','\x0d','\x37','\xff','\x2d','\xaa','\x90','\x64','\xf9','\x65','\x7c','\xd6','\xfd','\x77','\x78','\x0a','\x2c','\x6d','\xe5','\x37','\x8b','\x26','\xda','\x67','\x83','\x55','\x14','\x95','\x52','\x79','\x7f','\xd4','\x2e','\x1d','\x8c','\xb9','\x10','\xcf','\x84','\x9b','\x1a','\x25','\x9e','\x45','\x07','\xce','\xac','\x22','\xc0','\x90','\xb6','\xfb','\xb6','\x77','\x13','\xea','\xfc','\x02','\x93','\xb7','\x59','\xb5','\x51','\x8f','\x9b','\xe2','\x5b','\x2e','\x28','\x03','\x10','\x64','\x75','\x68','\x29','\x28','\xb7','\xc7','\xa6','\xc1','\x68','\x57','\x9b','\xd2','\x8f','\x1b','\x95','\x17','\x50','\x5a','\x41','\x4f','\xea','\x27','\x2c','\xd6','\x25','\x52','\x1d','\xd6','\x5a','\x7a','\x33','\xab','\xfc','\x35','\xd8','\xa9','\xda','\x3d','\xd7','\xab','\xab','\xc1','\x08','\xac','\xef','\x92','\xcd','\xac','\xb3','\xc0','\x83','\x02','\xc1','\x0a','\x74','\xeb','\x72','\x9e','\x41','\x5b','\x53','\x69','\xb3','\x5d','\xdb','\xd2','\xe3','\xf7','\xa7','\xe8','\xfb','\xe0','\xf3','\xba','\xe5','\x51','\xfc','\xa3','\xd9','\xe8','\x28','\x2f','\xfd','\xdc','\x60','\x7d','\x68','\xfc','\x18','\x81','\x64','\x6e','\x0a','\x00','\x62','\x60','\xe4','\x33','\xf2','\x79','\x0b','\x7f','\x45','\xfb','\x40','\x0c','\x5d','\xad','\x02','\x7d','\x1d','\xfd','\xbc','\x23','\x93','\x5e','\xee','\x90','\xfe','\x7d','\x1f','\xed','\xb9','\xf3','\xfe','\xa5','\xdf','\x9f','\xec','\xf4','\x76','\x72','\x05','\xdc','\x78','\x7d','\x32','\x38','\x7b','\x1a','\x4d','\x8e','\x6b','\x3d','\xaf','\xc9','\xdf','\x3b','\x90','\x15','\x4d','\x1a','\x62','\x4a','\x01','\x45','\x56','\x9f','\xb5','\xf2','\x73','\x98','\x1c','\x73','\x39','\x85','\x05','\xdc','\x81','\x27','\xf8','\xa8','\x82','\x50','\x1d','\xf8','\x46','\x7c','\x29','\x72','\xe1','\x6e','\xfa','\x3d','\x87','\xa0','\x26','\xc0','\x5c','\x80','\x10','\x65','\x28','\xab','\x3e','\x99','\x60','\x59','\x08','\x72','\xd5','\xe5','\x88','\x03','\x54','\x41','\xdd','\xce','\xa0','\x22','\x9c','\x96','\x3d','\x42','\x0b','\xa4','\x85','\x60','\x59','\xca','\x51','\x3c','\xcb','\x25','\xc3','\x72','\xcb','\x70','\xfb','\xb8','\xc1','\x07','\x14','\xe3','\x7b','\xa2','\x62','\x78','\x37','\x2e','\xd0','\x08','\x46','\xb7','\x27','\x28','\x7b','\x94','\x3e','\x7e','\xda','\x15','\x20','\x22','\xea','\x02','\x71','\x30','\x99','\x83','\x50','\xbd','\x8f','\x9c','\x09','\x66','\xa0','\x94','\x3f','\x67','\xb0','\x6b','\xfb','\x40','\x14','\xf2','\x6d','\x4d','\x7e','\x12','\xf8','\xe1','\xcc','\xf5','\x5f','\x2e','\x0b','\xad','\x11','\x93','\x80','\x8a','\x3b','\xd3','\xa0','\x1e','\x3d','\xe3','\x9c','\x1f','\xa5','\xfd','\xc0','\x26','\x03','\x88','\x42','\xd0','\xd4','\x52','\x96','\x55','\x0e','\x5f','\x9f','\x09','\x0b','\x91','\x58','\xbf','\x6a','\x42','\x76','\x71','\x63','\x05','\x27','\x52','\x08','\x88','\x08','\xa0','\x1c','\xf2','\xab','\x80','\x8f','\xee','\x3c','\x02','\xc8','\xe5','\x5b','\xe6','\xfa','\xed','\x2d','\x60','\xe8','\xf7','\x17','\x4d','\x73','\xc7','\x5a','\x27','\x1d','\xc6','\x5a','\x2f','\x67','\xb2','\x8f','\x67','\x03','\x3f','\x68','\x26','\x60','\x03','\x6e','\x5c','\x21','\xed','\x2f','\x4c','\x06','\x1c','\x75','\x0a','\x9b','\xe9','\x87','\x67','\x71','\x20','\x3c','\x32','\x6c','\x1e','\x22','\xa3','\x1c','\xab','\xb1','\x7e','\x1a','\x6d','\x64','\xf8','\x8d','\xf8','\xb7','\xd0','\x77','\xde','\xfb','\x31','\xdb','\xdf','\x5b','\x01','\x31','\x0c','\xff','\x06','\x28','\x07','\xa5','\x82','\x32','\x2d','\x44','\xef','\x75','\xd6','\x44','\x32','\xcf','\xa2','\xca','\x19','\xc3','\xa7','\xb9','\x11','\x57','\xea','\x8c','\xb1','\xf4','\x9d','\xbf','\xed','\x6f','\x4d','\x5f','\xfc','\x5d','\x34','\x0b','\x3b','\xbb','\x2a','\xcf','\xca','\x77','\xba','\xe0','\x4f','\xa2','\x68','\xf5','\x67','\x44','\x3f','\xff','\xfb','\xaf','\x44','\x02','\x1b','\x4a','\xde','\x73','\x68','\xd8','\x05','\x4f','\x90','\xeb','\x3b','\x66','\xf3','\x71','\x1d','\x30','\xea','\x83','\x93','\xcc','\x6c','\x23','\x86','\x77','\x72','\xfb','\xed','\xa2','\x41','\x60','\xda','\x12','\x2f','\xa0','\xf6','\x9b','\x08','\x60','\x21','\x00','\xa8','\xab','\x42','\x4b','\x4a','\x40','\x97','\x12','\x3d','\x2e','\x13','\x41','\xca','\x08','\x4b','\xaa','\x11','\xe3','\x12','\x48','\xe4','\x5e','\xf1','\xfa','\xa9','\x91','\x13','\xd2','\x52','\x0e','\x54','\x5d','\x16','\x04','\x4c','\x09','\xd6','\xdb','\x5a','\x0e','\x66','\x5d','\xf9','\x30','\xd5','\x06','\x30','\x65','\x9e','\x53','\x5b','\x74','\x88','\x16','\x3d','\x38','\xc0','\x9b','\x27','\x13','\x04','\xc1','\x03','\xa0','\x75','\x5d','\x45','\x78','\x7a','\x70','\xa3','\x1b','\x0e','\x19','\x8a','\x02','\xca','\xca','\xb8','\xeb','\x32','\xe2','\x0e','\x35','\xfd','\x48','\xee','\xaf','\xa6','\x8d','\x29','\xe4','\x32','\x17','\x0c','\xe4','\x90','\x56','\x57','\x14','\x5b','\x32','\xf7','\x2c','\x1a','\x61','\x75','\xb0','\x2a','\x9c','\xc4','\x8b','\x0d','\xd0','\x80','\x8e','\x5a','\x7d','\xe0','\xf7','\xe5','\x12','\x01','\xd8','\x6d','\x8a','\x1a','\x38','\xe3','\xe7','\x47','\x37','\xa9','\x6a','\x37','\x25','\x73','\x66','\x04','\xb2','\x51','\xb7','\x59','\x76','\xb9','\x06','\xba','\xae','\xa6','\x0e','\xba','\xc1','\xd4','\x00','\x12','\x83','\xd9','\x2c','\x48','\x1b','\x5b','\x3e','\x2a','\xfb','\x78','\xba','\xd9','\xbb','\xda','\x05','\xb2','\x9d','\x69','\xd2','\xf6','\xfd','\x18','\x17','\x49','\xdd','\x0e','\x84','\xea','\x33','\xda','\xbe','\x99','\x74','\xab','\xf4','\xad','\x02','\x67','\xae','\x16','\x51','\xaf','\x46','\xd1','\xed','\x1e','\x25','\xe3','\x65','\xa0','\x26','\x1d','\x83','\xb9','\xbd','\xf2','\x8c','\xdb','\x99','\xbb','\x37','\x43','\xed','\xeb','\xb4','\xcd','\xf0','\x5b','\x80','\x1b','\xbb','\x8b','\xed','\x32','\x3b','\x00','\xfa','\x0d','\x49','\xfa','\x76','\x9b','\x9f','\x0f','\x69','\xa8','\xec','\x9c','\x3f','\x9c','\x4e','\xa3','\x3d','\x51','\xdb','\x71','\xde','\x28','\x21','\x89','\xb9','\xc3','\xe6','\x6d','\x98','\xbf','\xed','\x9f','\x6e','\x1e','\x0e','\xe6','\xe7','\x19','\xb4','\xc7','\x3a','\x9f','\x0e','\x8c','\x28','\xbc','\xfc','\x12','\xfa','\x8a','\x70','\xce','\x7d','\x25','\xd4','\xf5','\x13','\x3b','\x64','\x33','\x54','\xb8','\x7b','\x16','\xfd','\x3a','\xa5','\xa7','\x9a','\x0d','\xae','\x5e','\xc4','\x72','\xef','\x54','\x9a','\x18','\x6f','\x47','\x8b','\x0c','\xe7','\x6c','\xfd','\x7b','\x74','\xdf','\x4f','\x5a','\xaa','\xeb','\x5b','\x10','\xf5','\x6d','\x7a','\x38','\xec','\xf9','\xa4','\x6f','\xbd','\x3a','\x5b','\xc6','\x0e','\x85','\x7d','\xb8','\x35','\xe6','\xb6','\xdf','\x04','\x59','\x89','\xdc','\xd3','\x3b','\x4f','\xa2','\x4e','\x5e','\x7d','\x0a','\x5a','\xaf','\xfb','\xfe','\xa1','\x1c','\x40','\x4a','\x84','\x65','\x55','\x68','\x21','\x58','\x20','\x01','\x2c','\xa9','\x1c','\xcc','\x8d','\x04','\xb0','\x24','\x20','\xca','\x25','\x5a','\x9c','\xec','\xf1','\x2e','\x1a','\x0c','\xbb','\xc6','\xa5','\x65','\x81','\x25','\xf3','\x8a','\x10','\xc2','\xed','\x5a','\xce','\x10','\xc2','\x1b','\xc2','\x7a','\xcb','\xcd','\x13','\x89','\x75','\x60','\x52','\xdd','\x9b','\xfa','\x28','\x70','\x44','\x04','\xb7','\xdb','\x2d','\x3c','\x20','\xd5','\x04','\x41','\xf0','\xb4','\x2c','\x4b','\x30','\xb2','\x48','\x0a','\x63','\xb5','\xbf','\x3b','\xf8','\x54','\xcd','\x2c','\xa2','\x1a','\xc2','\x78','\xd8','\x75','\x3d','\xe1','\xde','\x57','\x43','\x7b','\x3d','\x30','\x60','\x9a','\x2b','\x1a','\x5c','\xf5','\xef','\x90','\xfd','\x5d','\xdb','\xd2','\xc7','\x3b','\xe0','\x07','\xdc','\x07','\x41','\x0d','\xdc','\x3d','\xbb','\x94','\x98','\x4b','\xbc','\xf2','\xa0','\xa9','\xc3','\xe0','\x07','\x4a','\x21','\xd5','\x60','\xa2','\x05','\x0a','\x00','\x33','\x30','\x34','\x4a','\x47','\x50','\x07','\x2b','\x72','\x5d','\x08','\xe4','\x54','\xde','\x3e','\x9a','\x5b','\xb3','\xe5','\x30','\xce','\xb3','\x22','\xa4','\x96','\xd1','\x81','\x9e','\x06','\x78','\x19','\xf8','\x00','\xd7','\x51','\x03','\x1f','\x70','\x6d','\xa8','\x6f','\x9b','\x95','\x2c','\xd7','\xf6','\x02','\xc2','\xea','\x85','\x2e','\x56','\x3e','\xa9','\xd7','\xec','\x55','\x5b','\x4f','\xa4','\xb1','\x11','\xe6','\x3e','\xad','\xe8','\xd1','\xfa','\xa1','\xfa','\x07','\x07','\x8a','\xeb','\x43','\x75','\x99','\x00','\x73','\xdf','\x96','\x78','\x6e','\xd7','\xeb','\x8d','\x64','\x42','\x48','\xaf','\xdd','\x1d','\x7b','\x75','\xb3','\xc0','\xfd','\x39','\x65','\xea','\xe9','\xa8','\xf5','\xc4','\x68','\x9a','\x76','\x79','\x3d','\xb9','\x73','\x23','\xc3','\xc3','\xe1','\x77','\xcf','\xab','\xce','\x97','\xd1','\x26','\x00','\x3e','\x42','\x1d','\xb3','\x76','\x79','\xfe','\x0e','\x9d','\x65','\x68','\x1b','\xd9','\x77','\xfb','\x50','\xa1','\xe9','\x57','\x77','\x79','\x20','\x4c','\xbe','\x72','\x46','\x97','\x17','\x5d','\x66','\x0c','\x7e','\x7c','\x55','\x7e','\xfd','\xfc','\x29','\xc6','\xed','\xf7','\x1f','\x3f','\x02','\x75','\xb1','\xaf','\x3c','\xeb','\x18','\x91','\x9c','\x1f','\x89','\x9f','\xbd','\x7a','\xec','\xd1','\xa8','\x9c','\x2e','\xef','\x69','\xe6','\x38','\xd7','\xc3','\x6d','\x2a','\x9c','\x24','\x34','\x76','\xc7','\xcf','\x59','\x48','\x6b','\xbb','\x9c','\x68','\x3c','\x13','\x95','\x08','\x6d','\x94','\x8b','\x3e','\x4a','\x39','\x95','\x40','\x05','\x2b','\xc1','\xb2','\x94','\xb3','\x7a','\x08','\x32','\xa4','\x5c','\x56','\x79','\x72','\x3d','\xbb','\x07','\x53','\x82','\xb4','\x94','\x48','\x71','\x09','\x13','\x40','\x02','\xa0','\xd4','\xc2','\x6a','\x2f','\x4b','\x2e','\xae','\x72','\xd7','\x15','\x6e','\x0b','\x96','\x48','\x71','\xb9','\x86','\xce','\xce','\x05','\x85','\xa0','\x11','\x36','\x16','\x00','\x6d','\x1d','\xed','\x63','\x0e','\x42','\xf5','\xa7','\xa5','\xa2','\x19','\x0c','\x28','\xca','\x7e','\x29','\xa0','\x29','\xd1','\x54','\x57','\x40','\x7c','\x19','\x62','\x2d','\x3c','\x53','\xa0','\xa9','\xef','\x6b','\x57','\x3d','\x40','\x21','\x03','\x47','\x7b','\x06','\x19','\xf1','\x67','\x47','\x33','\x29','\xa3','\xc1','\x2b','\x6d','\x34','\x6d','\x8a','\x26','\xf9','\xc6','\xc6','\x52','\x41','\x09','\x10','\x8e','\xd7','\x3d','\x8b','\x5e','\xaa','\x67','\xe3','\xe8','\xb6','\x97','\x3d','\x3b','\x0c','\x7c','\x6c','\x95','\x34','\x70','\x31','\xdf','\x8c','\x5a','\x50','\x03','\x5e','\x29','\x7a','\x44','\xd7','\x2d','\xca','\x0d','\x42','\xe2','\x36','\x60','\x6b','\x8b','\x04','\x61','\xe0','\xdc','\x05','\xb8','\xa1','\xfd','\x3e','\x3c','\x80','\x01','\xa0','\xb8','\xb9','\xb5','\xda','\xf0','\xd9','\x02','\x52','\xcb','\xad','\x8a','\xf2','\xf8','\xfc','\x0a','\x55','\x75','\x07','\xbf','\x9f','\x45','\xbc','\x8c','\xcc','\x6e','\x94','\xab','\x07','\x86','\x7b','\x34','\xc3','\x4b','\xff','\x74','\x0a','\xfa','\xe0','\x77','\xe9','\x96','\x19','\x30','\xb2','\x97','\x41','\x9d','\xae','\xa1','\x12','\xbc','\x99','\xf5','\x86','\xe6','\xf3','\x0c','\x80','\xd6','\x15','\xff','\xe0','\xdc','\xfc','\x5d','\xc6','\xc0','\xb7','\x20','\x07','\xa4','\xbf','\x05','\x75','\xc6','\xcf','\xdf','\x73','\xc4','\xa4','\x54','\x5c','\x35','\xde','\x2e','\x6f','\x63','\xb0','\xb3','\x41','\x67','\xe3','\xe4','\x61','\x1e','\x5e','\xc7','\xda','\x4b','\xd6','\xdb','\xaf','\xff','\x28','\xda','\x1b','\xae','\xac','\x6a','\xeb','\xed','\x1a','\xb2','\x07','\x9b','\xaa','\x91','\x90','\x32','\xe4','\x8c','\x90','\x97','\x02','\x54','\xd2','\x82','\x90','\xd7','\x02','\x7e','\x52','\x4e','\xe5','\x7c','\xa0','\x84','\x90','\x96','\x1a','\x50','\xc1','\xec','\xff','\x46','\x80','\x05','\xe1','\x82','\x75','\x5b','\x04','\xbb','\xc5','\x5d','\x33','\xac','\xb7','\x55','\x0e','\x47','\xcd','\x2b','\x15','\xd0','\xa5','\x16','\x60','\x52','\x4a','\x1d','\xe8','\x99','\x0a','\x82','\xe0','\xc3','\x60','\xdb','\xc3','\x4c','\xdb','\x6a','\x8f','\x80','\x1a','\x52','\x69','\x22','\xf0','\x03','\xd0','\x06','\x92','\x98','\xff','\x24','\xbb','\x98','\x66','\x66','\x41','\x15','\xb8','\x9b','\x4b','\xcd','\xaa','\xb1','\xbd','\xa0','\x8f','\x50','\x47','\xab','\x93','\x8f','\xfd','\x10','\x57','\x41','\x99','\x02','\x89','\xe3','\x51','\xa8','\x77','\x36','\xde','\x2d','\xf5','\x49','\xea','\xc7','\x04','\xe9','\x55','\x92','\xd4','\x40','\x1a','\x51','\x39','\xa0','\x8a','\xbf','\x85','\xce','\x53','\xdb','\x57','\x08','\x08','\x20','\x83','\xb8','\xb6','\xc9','\x9e','\x9a','\x36','\x7a','\xcb','\x1f','\x05','\x00','\xfd','\x4a','\x42','\xe9','\xb5','\x71','\xc3','\x0c','\xe8','\x91','\x15','\xa0','\xb6','\xd2','\xc3','\x40','\xba','\xad','\x5a','\xf1','\xa6','\x38','\xab','\xf1','\x10','\x81','\x72','\xc1','\xf3','\x65','\xf0','\x6d','\xb4','\xa6','\x78','\xfd','\x49','\x05','\xe0','\xf9','\xbe','\xfb','\x04','\x3a','\xc0','\x35','\xa3','\x4d','\x86','\xf3','\x2f','\x97','\x7e','\x4b','\x4b','\x61','\x24','\x94','\x09','\x70','\x05','\xc8','\xd0','\x2f','\xf3','\x4a','\xd5','\x0e','\x96','\xf3','\x1d','\x04','\x40','\xa8','\x58','\x38','\x29','\xc6','\x86','\x18','\x33','\xcc','\x66','\xf2','\x7e','\xbc','\x7a','\x7f','\x06','\x3d','\x69','\x72','\x45','\x00','\x4d','\xd8','\x95','\xe7','\xd5','\x3b','\xf4','\x9b','\xea','\x9f','\x0f','\xd1','\x23','\xc6','\x2e','\xc9','\x00','\x06','\x99','\x9c','\x3a','\x26','\x5e','\xe7','\x78','\xcc','\x57','\x18','\x46','\x33','\xab','\x26','\xda','\x06','\xb7','\x99','\xde','\x4d','\x0c','\x22','\x02','\x4c','\x69','\xaa','\x9d','\x1c','\xf5','\xed','\xa8','\xdd','\x6d','\x64','\xa8','\x3e','\x02','\x86','\xa2','\xe7','\xfd','\xa1','\xee','\xfb','\xf9','\x6d','\xd5','\xdb','\x8f','\x3a','\x0a','\xae','\xc3','\x7c','\xef','\xd5','\x73','\x1f','\x1d','\x5c','\xa2','\x17','\x05','\xf5','\x8b','\x8c','\x54','\x0f','\x16','\x46','\x64','\xf7','\x6a','\xeb','\x72','\x88','\x00','\x60','\x25','\x20','\x24','\x09','\x90','\xb0','\xe4','\xb2','\xd7','\x27','\xe7','\xb2','\xe2','\xb3','\x2c','\x08','\x48','\x28','\xe0','\x87','\x83','\x26','\xa4','\x25','\x41','\x92','\xc3','\xbe','\x0b','\x60','\xba','\x20','\xc2','\xb2','\x94','\x00','\x09','\xeb','\xad','\x9c','\x1f','\xb4','\xd6','\x43','\x54','\x79','\x8f','\x50','\xce','\x19','\x72','\x86','\x6e','\x21','\x07','\xa0','\xdc','\xdb','\x0c','\x83','\xcd','\x07','\xa1','\x6a','\xca','\xb9','\xc6','\xe2','\xd6','\x4a','\xb2','\x52','\xb4','\xe5','\x91','\x5b','\x71','\xf8','\x2a','\xd2','\x2b','\x37','\xac','\x73','\x77','\xe6','\x23','\x9e','\xad','\x68','\x5f','\xec','\xc0','\x54','\xd7','\x9e','\x72','\x83','\xf5','\x78','\x94','\xaf','\x0c','\x6d','\xc0','\x39','\xdd','\x33','\x14','\x30','\x08','\xd6','\xc5','\xcd','\x28','\xed','\x5c','\x45','\xe5','\xae','\xa6','\x06','\x98','\x9e','\xe0','\xd9','\xb9','\x5b','\x11','\x50','\x2b','\x90','\x07','\xa1','\x5a','\x25','\xc9','\xd5','\xc5','\x8d','\x6f','\x09','\x58','\xf3','\x15','\x1c','\x60','\xc3','\xa8','\x4b','\x4a','\x71','\xca','\x85','\x4d','\x07','\x3a','\x00','\x68','\xd7','\x1a','\x04','\x01','\xbb','\x44','\xb6','\x28','\x6f','\x2d','\x63','\xde','\x7b','\x64','\x81','\x75','\x37','\xc1','\xcc','\xc0','\x43','\xfb','\x0c','\xe0','\xb7','\x57','\x76','\x18','\x54','\xf2','\xea','\x8f','\x82','\xdf','\x7f','\x0c','\xc5','\xe7','\xc5','\x04','\x2b','\x12','\xd8','\x7e','\x6e','\xf6','\x50','\x84','\xa3','\x8e','\x0a','\x76','\xb0','\x63','\x0f','\xbb','\x8b','\x27','\xd2','\xa6','\x44','\xfe','\x02','\xba','\xa3','\xef','\xfe','\xd2','\x5f','\x7a','\x79','\x0a','\xc4','\xce','\xd3','\x69','\xc2','\x20','\x3b','\xa2','\xf0','\x95','\x41','\x3e','\xa2','\x97','\x50','\xd4','\x40','\x52','\xff','\xf2','\x79','\x3f','\xc5','\x1c','\x3a','\x8a','\xb0','\x35','\x28','\x44','\x8c','\xa3','\x7b','\xd4','\xa9','\x07','\xc1','\x5b','\x18','\xfd','\xa0','\xe0','\xd9','\x9f','\x42','\x5f','\xdc','\x68','\xd1','\x2b','\x01','\x44','\xe8','\x96','\x50','\xd5','\xb9','\x6e','\x87','\x41','\xc0','\x05','\x60','\xa1','\x02','\xa0','\x4a','\x94','\xb8','\xa4','\x22','\xc6','\x25','\xa0','\xbc','\x42','\x5e','\xaa','\x6e','\x53','\x75','\xca','\xe6','\x0e','\x87','\x90','\x2f','\x09','\xf2','\x5a','\xc0','\x4f','\x39','\x43','\x28','\xc1','\xed','\x9a','\xeb','\x8a','\x50','\x06','\x74','\x31','\xee','\x11','\x11','\xd6','\x75','\xdd','\xde','\x03','\x14','\x05','\x41','\x28','\x80','\x28','\x9e','\x2d','\x44','\x20','\x91','\xdf','\xec','\x4a','\x91','\xee','\x09','\xb0','\xa8','\xc4','\x3f','\xdb','\xa5','\x3a','\x11','\x3d','\x03','\xe8','\x2c','\xfa','\x0a','\x4c','\xb8','\x19','\xe1','\x0d','\x0d','\x24','\x7b','\x48','\x74','\xde','\xea','\x7d','\x01','\x22','\x04','\xbc','\x39','\xc0','\x18','\x94','\x8d','\x59','\x41','\x9b','\xf0','\xf5','\x8a','\x04','\x49','\xbe','\x1c','\x56','\x5b','\xd7','\x23','\xeb','\xdf','\x41','\x5f','\x24','\xbf','\x92','\x62','\xab','\x27','\xfb','\x75','\x4a','\x15','\xb8','\x8e','\x58','\xdb','\x57','\xea','\xd3','\x5c','\xdd','\xf8','\xb7','\xde','\xdf','\xa3','\x1a','\xd4','\x4d','\x18','\xfb','\x2d','\xd1','\xfc','\xcb','\xcf','\x5a','\x85','\x52','\xed','\x07','\x59','\xd5','\x61','\xd0','\xc6','\x30','\x91','\xef','\xa7','\xf6','\x8e','\x29','\x52','\xd5','\x47','\xba','\x5d','\x01','\xb3','\x2e','\x78','\x01','\x35','\x0c','\x6b','\x67','\xdb','\x06','\x69','\x05','\xf9','\x0c','\x06','\x71','\x92','\xb2','\x79','\x0f','\x50','\x33','\xab','\x67','\xec','\x87','\xab','\xbe','\x59','\x08','\x86','\x7e','\x3b','\x65','\xd4','\x82','\x1f','\xff','\x93','\x09','\xb1','\x5a','\xa9','\xa0','\x7a','\x09','\xfb','\x7e','\xe0','\xb1','\xb8','\x05','\x9c','\x1d','\x7a','\x8a','\x0c','\x1a','\xf6','\x26','\xf5','\x57','\xee','\xa5','\x67','\x6c','\x5a','\xa7','\xda','\xb8','\x2d','\xd5','\xe2','\xa5','\x14','\x82','\xc9','\x01','\xb9','\x35','\x47','\xee','\xed','\xc6','\x27','\x74','\xff','\xb7','\xa5','\x5d','\xc3','\xc0','\x6c','\x26','\x4f','\xa4','\xaf','\xfc','\x5c','\x43','\xd7','\xb5','\xcf','\x04','\x41','\x8f','\x7c','\xa0','\x49','\x04','\x94','\xc9','\x47','\xa4','\xa5','\x41','\xca','\x42','\xa9','\xea','\x26','\x23','\xf0','\x13','\x75','\x0d','\x81','\x36','\xfc','\xce','\xaf','\xea','\x3d','\x73','\xbe','\x1e','\xc9','\xfa','\x9e','\x6a','\x48','\xff','\x79','\x77','\x8f','\x33','\x04','\xb2','\xfb','\x5e','\x7a','\x2e','\x7f','\xce','\xd0','\xdc','\x3b','\x3f','\x8c','\xdb','\x5c','\xe6','\xd1','\x9a','\x01','\x72','\x02','\x48','\xb4','\x02','\xe5','\x54','\xf6','\x02','\xa5','\x04','\x69','\xc9','\x0d','\xfc','\x54','\x77','\x38','\x24','\x82','\x8c','\xd8','\x8c','\xbc','\x4b','\x91','\x9b','\x1a','\x08','\x2d','\x19','\x60','\xb9','\x94','\xb3','\x7f','\x52','\x42','\x58','\x6f','\x08','\xeb','\x5a','\xdc','\xe5','\xfc','\xbc','\xbd','\x5e','\xaf','\x1d','\xbe','\x01','\x70','\x41','\x10','\xfc','\x12','\x91','\x0e','\x82','\x40','\xee','\x3f','\x00','\xc6','\x11','\xb1','\xed','\x59','\x0b','\x7f','\xd9','\x0b','\x34','\xf9','\x55','\xa6','\x3e','\xe2','\xe0','\xa1','\xe0','\x19','\xfd','\x9f','\xae','\x8b','\xae','\x9b','\x68','\x86','\x68','\x1f','\x90','\x9a','\xfe','\x91','\x65','\x18','\xa0','\x0b','\x8a','\xd0','\xce','\xda','\x28','\xbf','\x38','\xda','\x9c','\x6f','\x36','\x7b','\x02','\x76','\x96','\x62','\xf4','\x2b','\x26','\xda','\x15','\x8d','\x95','\x7e','\x32','\x99','\x74','\x4b','\xb4','\x9c','\x86','\xbf','\x0b','\xf1','\x35','\xe7','\xe3','\x1b','\xb3','\x3f','\x0b','\x7b','\x36','\xd8','\x00','\x59','\x62','\xb0','\xc3','\x83','\x54','\x9d','\xeb','\xc3','\xd3','\x91','\xa3','\x7b','\xe8','\xb6','\xb5','\x66','\x50','\xab','\x37','\xa9','\xbe','\x70','\xda','\xa6','\xc1','\x39','\xe8','\x7e','\xbb','\xf6','\xef','\xb6','\x27','\xfa','\x9e','\x07','\xb8','\x85','\xe9','\x89','\xd1','\x40','\x1d','\xe4','\xf7','\xf0','\xca','\x14','\x5a','\x26','\x50','\xbc','\x28','\x6b','\x08','\x70','\xfd','\xcd','\x47','\x15','\xfe','\xc6','\x54','\x86','\x7c','\x5b','\x15','\x24','\xfd','\x00','\x00','\x42','\x43','\x09','\x01','\x00','\xaa','\x48','\x88','\xfa','\xc3','\xa8','\x49','\x68','\x22','\xf5','\x00','\xb4','\x0f','\xcb','\x13','\x7a','\xeb','\xc3','\xcd','\x4c','\x29','\x6f','\x84','\x39','\x34','\x10','\xf4','\xbe','\xb9','\x1d','\x70','\x73','\x50','\xea','\x59','\x63','\xce','\xc6','\x78','\xbe','\x97','\x36','\x8c','\x3c','\x77','\x67','\xf9','\x40','\xdd','\x1e','\x79','\xf7','\x37','\x99','\x46','\x2f','\x48','\xd8','\xc4','\xef','\xac','\x41','\xeb','\xc9','\x44','\xe1','\x0a','\x88','\x22','\xb1','\x44','\xaa','\xdf','\xa7','\x57','\xc2','\xfc','\xd9','\x4c','\x33','\xfb','\xd0','\x57','\xd7','\xdb','\x6d','\x68','\xa7','\xc9','\x4c','\x1f','\x1f','\x1f','\x40','\x50','\x36','\xad','\x0f','\x5f','\xc1','\xee','\x02','\x90','\xdc','\x1c','\x7c','\x96','\x96','\xee','\xf3','\xfd','\xc2','\x21','\x75','\x8a','\x81','\xa1','\xcb','\x34','\xea','\xb8','\x9d','\xce','\xfc','\x02','\x2b','\x02','\x1f','\x9c','\x0a','\xd0','\x00','\x09','\xad','\x50','\xf6','\xab','\xa7','\xb2','\x3f','\x28','\x25','\x82','\x54','\xf7','\x05','\x2d','\x0b','\x41','\xa6','\x0a','\x8a','\x4a','\x44','\x6c','\xa0','\x25','\x01','\x21','\x42','\x22','\x04','\x5a','\xf8','\x7e','\x51','\x96','\xd3','\x02','\x80','\xb8','\x34','\x7d','\xb9','\xea','\x97','\x1c','\x5e','\xdb','\xd3','\xa6','\x0b','\x5c','\xe4','\x23','\xd7','\x22','\x3d','\x48','\x8b','\x64','\xe2','\xcb','\xb9','\x3f','\x9a','\x11','\x8c','\x3a','\x02','\xac','\xa5','\x75','\x2e','\xf1','\x7c','\xd2','\x3e','\xf9','\x16','\x3a','\xaa','\x2a','\x85','\x63','\xb6','\xba','\x89','\xbc','\x2a','\x61','\x10','\xf5','\xc8','\x10','\xa4','\x9c','\xd1','\x51','\x2b','\x5c','\xd1','\xc8','\x67','\x24','\xe3','\x07','\x30','\x82','\x0c','\x14','\x5e','\x29','\xb1','\x4c','\xca','\x73','\x43','\xb5','\xb2','\x25','\x8a','\x2f','\x03','\x03','\xb5','\xbf','\x47','\x23','\xf4','\xe0','\x1c','\xa4','\x88','\x11','\xf6','\x36','\x20','\x77','\x5f','\x06','\x9b','\xfa','\xab','\xce','\xed','\x11','\x00','\x47','\xaa','\xcc','\x00','\x20','\x68','\xd0','\xd3','\x45','\x10','\x94','\xf2','\xa9','\x29','\xbb','\xe6','\x03','\xd9','\x0a','\x3e','\xca','\x60','\xa6','\xf7','\x13','\xcc','\x14','\xf4','\x64','\x6b','\x15','\xd6','\xd3','\x95','\x31','\x81','\xf4','\x4d','\xce','\x20','\xee','\x8d','\x00','\xed','\xfe','\xef','\x42','\x2d','\x9a','\xa1','\x0a','\x3d','\x6f','\xad','\x0f','\x86','\x02','\x43','\x66','\xfb','\xe1','\x06','\x7d','\x37','\xbf','\x4c','\xd6','\xa3','\x49','\xbf','\x51','\x57','\x5d','\x8f','\x89','\xf4','\x21','\xb9','\x3a','\x44','\xe1','\x76','\x8d','\x7b','\x2f','\xf8','\xeb','\x9d','\xba','\x45','\xf5','\xa1','\xfe','\xf9','\xc3','\x96','\xd7','\x13','\x06','\xe1','\x59','\xd6','\xdf','\x7b','\xf3','\xd9','\x1b','\x0a','\xf2','\xf8','\x41','\xc3','\xca','\x1f','\x4b','\xda','\x26','\x81','\x27','\x18','\x89','\x4e','\xa3','\x03','\x46','\x8f','\xd9','\x6c','\x76','\x14','\xf3','\x30','\xdb','\x0d','\x50','\x38','\x61','\x6b','\x19','\x4d','\x75','\xfb','\x3b','\x53','\xf3','\xd0','\x18','\xe6','\xd5','\xf4','\x07','\x36','\xc2','\x5d','\x96','\xb7','\x7a','\x7b','\xa7','\x26','\xf5','\xbb','\xda','\x32','\xb0','\x73','\x55','\x02','\x78','\xa5','\xef','\x7f','\x0e','\x7d','\x66','\x73','\x0e','\xa8','\xce','\xa7','\x90','\x39','\x84','\x74','\xf0','\xe1','\xb4','\x8e','\xce','\xb2','\x96','\xa8','\x9c','\x13','\x04','\x44','\x15','\x04','\x55','\x80','\x43','\x04','\x89','\x12','\x50','\x02','\x20','\x39','\x27','\xa8','\xed','\x23','\xc2','\xdc','\x0e','\x57','\xd5','\x51','\x85','\x13','\xd6','\x00','\x0a','\x0b','\xc2','\x92','\x11','\x2e','\x17','\x1b','\x04','\x81','\x88','\xc2','\x7d','\x41','\x00','\x0a','\x00','\x01','\xf4','\x08','\x69','\x59','\x96','\xc0','\x2a','\x23','\xcd','\x68','\x80','\xc8','\x74','\x4a','\x4b','\x6e','\x84','\xc7','\x91','\x2f','\xc3','\xef','\xf3','\xe4','\x8a','\x4c','\x13','\x4a','\xa1','\xf7','\xd9','\x1b','\x08','\x61','\x14','\x6b','\x35','\x89','\xeb','\x5b','\xcd','\xdd','\x8d','\x13','\x39','\x50','\x54','\x57','\x5b','\xba','\xcf','\xeb','\xbb','\x04','\x99','\x81','\x97','\x89','\x4d','\x39','\x18','\x14','\x0c','\x72','\x6a','\x27','\x15','\xb0','\x50','\xda','\xd7','\xc6','\x52','\x53','\xc9','\xa8','\xef','\xf6','\x16','\x4b','\x80','\xab','\xcd','\xe0','\x87','\xc3','\x59','\x4b','\xe7','\xb9','\xf5','\x9e','\xca','\x6c','\xb4','\xfe','\x17','\xf1','\x66','\x6d','\x25','\x67','\x8b','\x7b','\x0b','\x69','\x5d','\xfe','\xe9','\xc0','\x8e','\x07','\x44','\xf5','\xbe','\xd9','\x2b','\xc6','\x7d','\xe9','\xc6','\x46','\x5b','\xb5','\x70','\x60','\x9b','\xc1','\xcf','\x86','\x0b','\xc2','\xd9','\xcc','\xe5','\x30','\xf3','\x3d','\xca','\x6d','\xee','\x34','\x07','\x11','\x40','\x0d','\x17','\xc9','\x2b','\x6d','\xdc','\x57','\x64','\xdd','\x50','\xe9','\x8e','\x36','\xbc','\x2a','\x11','\xb5','\x55','\x56','\x1e','\xd7','\xf2','\xcd','\xd5','\x28','\x15','\x17','\x50','\x45','\xf7','\x5a','\x00','\x67','\xbf','\xa7','\xb7','\x1c','\x04','\xdf','\x15','\xa3','\x74','\xf7','\x92','\x7f','\x5f','\x14','\x45','\x0d','\x88','\x9e','\x20','\xfa','\x0c','\xef','\x7c','\x1d','\x9a','\x19','\xe3','\x1d','\x3e','\xbc','\xa7','\x1c','\xf9','\x67','\xaf','\x2e','\x03','\xe1','\xaf','\x31','\xfa','\x5f','\x34','\x14','\x52','\x67','\x1b','\x53','\x8a','\xcb','\x6c','\x9f','\x89','\x6c','\x39','\x52','\x6e','\x90','\xf7','\x6e','\x0e','\x23','\x51','\xc4','\xb2','\x39','\x48','\xa6','\xef','\xa1','\xaa','\xe3','\x34','\xb0','\xde','\xab','\xd3','\x83','\xe9','\x81','\x68','\x60','\x31','\x57','\x7c','\x55','\x3d','\xe6','\x03','\x25','\x53','\x4a','\x12','\xc7','\x69','\x66','\xa2','\xb1','\xb2','\x5a','\x52','\x73','\xfa','\xe8','\xbd','\x13','\x05','\xd8','\x2b','\xca','\x42','\xef','\x0a','\x77','\x66','\xd6','\xc3','\x1f','\x9f','\x40','\x51','\xbb','\xf4','\x1c','\xd3','\x1e','\x4d','\xac','\xd7','\x55','\xb5','\x2f','\xd7','\xfd','\x40','\x94','\x8b','\x5b','\x1b','\x25','\x02','\x5a','\x10','\x72','\x4a','\xb0','\x50','\x75','\x8f','\x43','\x02','\xac','\xe7','\x0b','\x65','\xa5','\x07','\x75','\x46','\x93','\x84','\x70','\x79','\x8b','\x83','\x20','\x6c','\x46','\x81','\x23','\xa2','\xf0','\x20','\xd4','\xf6','\xbc','\x29','\xb2','\x7a','\xc5','\x21','\xfc','\x8c','\x67','\x09','\xfe','\x03','\x54','\x14','\xf5','\xc9','\xc4','\x58','\x26','\x61','\x03','\x0b','\x15','\x69','\x2a','\x85','\xbd','\xcb','\x3c','\x2a','\x33','\x04','\x80','\x75','\x23','\xff','\xe0','\x25','\x3e','\xb3','\xa7','\x05','\x5d','\x68','\x27','\x7e','\x9a','\xfd','\x2e','\x63','\xbd','\x1f','\x40','\x29','\xbb','\xf6','\xfc','\x1e','\x05','\x80','\x0e','\x53','\xbf','\x5f','\x8a','\x59','\x55','\x59','\x79','\xd0','\xc0','\xa7','\x3e','\x4b','\x0d','\xf4','\xf0','\x3e','\x20','\xf6','\x0d','\x06','\x35','\x46','\x9a','\x12','\x2b','\xd9','\x36','\xf0','\xc6','\x20','\x4b','\xb5','\x90','\x24','\xbd','\x6a','\x0d','\x39','\x66','\x7c','\x27','\x98','\xf8','\x2c','\x3a','\x57','\x77','\x2c','\x3d','\x84','\xa5','\x83','\xcb','\x9d','\xda','\x7f','\x59','\xb9','\x3a','\x4a','\x81','\x2f','\xdc','\x2f','\x5b','\xe4','\x41','\xb2','\xb8','\xa8','\x69','\x9e','\x5a','\xe7','\xcd','\x5c','\xbf','\x6e','\x27','\xec','\xf7','\xe1','\x69','\x4d','\x66','\xa2','\x04','\x95','\xc4','\x7e','\x6f','\xf7','\xf5','\x4d','\x56','\x27','\x20','\xf7','\x60','\x70','\x8d','\xdd','\xea','\x5a','\x1d','\xbe','\xb5','\x0a','\x7e','\xb0','\xcf','\x8a','\xc2','\x09','\x8f','\x35','\x3a','\x28','\xf3','\xb7','\x31','\x30','\xbc','\x32','\x1d','\xe5','\x61','\x47','\x3e','\xca','\xee','\x78','\x98','\x00','\xb3','\xca','\x48','\xa9','\x2f','\x42','\x3b','\xad','\x7e','\xbe','\x5b','\xca','\xf9','\x84','\x1b','\xbf','\xe4','\x56','\xa0','\x38','\x8d','\x94','\xe9','\x4c','\x39','\x8c','\x18','\x7c','\x4f','\x6d','\x7e','\x7b','\xfa','\xcd','\x79','\xc5','\xee','\xb4','\xd3','\xfa','\x74','\x07','\x7e','\x39','\x49','\x03','\x12','\x65','\x51','\x28','\x17','\x63','\xef','\x8a','\x90','\x96','\xb2','\xf2','\xc3','\x91','\x6e','\x13','\x41','\xd1','\x39','\x09','\xca','\x0a','\x91','\xf2','\xa6','\xe2','\x4b','\x59','\x54','\x70','\x94','\x73','\xde','\x06','\x40','\xd1','\x26','\x21','\xaa','\x9a','\x68','\x9b','\xe8','\xd5','\x0a','\x4b','\x33','\xad','\xef','\xfb','\xe2','\x6c','\x23','\x18','\x02','\x08','\x8a','\xf4','\x46','\x05','\x7d','\xab','\xc9','\x41','\x02','\x5e','\x39','\x32','\x7b','\x78','\x1c','\xc3','\xdd','\xe2','\xbf','\x64','\xff','\x89','\xef','\x0d','\x75','\x11','\x07','\x22','\x54','\xf2','\xe8','\xf0','\x34','\x53','\x6e','\x43','\x38','\x45','\xf1','\xcd','\x20','\x20','\x43','\x40','\xc3','\x96','\xb2','\x27','\x3d','\x40','\xee','\x7e','\xad','\x57','\xd5','\x90','\x92','\xea','\x34','\xe9','\x1e','\x59','\x7d','\x80','\x66','\x71','\xc7','\xfa','\x3b','\xf1','\xea','\x10','\x4a','\xa7','\x23','\x94','\x80','\x78','\x04','\x20','\x2b','\x53','\xd2','\x88','\xba','\x84','\x65','\xfa','\x98','\xdb','\xa0','\x80','\x51','\x84','\xae','\x4d','\x13','\x5f','\x80','\xb9','\x8c','\x5c','\xe7','\x02','\x2f','\xbd','\x92','\x0e','\xee','\xab','\x36','\xef','\xa3','\x4a','\x09','\x64','\xa3','\xaa','\x00','\xdf','\x0a','\x7e','\x59','\xd9','\x43','\x80','\xe0','\xd0','\xde','\xd7','\x27','\xbd','\x1f','\x2c','\xf6','\x27','\x2a','\xff','\xa0','\xf9','\x1d','\x51','\x90','\x66','\x8f','\xef','\x04','\x99','\x3e','\xc6','\xab','\xb6','\x5e','\x8e','\x1c','\x46','\x46','\xed','\x8d','\x1f','\x1d','\xa3','\xa6','\x9d','\x39','\x8e','\xa5','\xda','\xe8','\x0b','\x73','\x30','\xae','\xb1','\x4d','\x49','\x66','\x52','\x3a','\x20','\x78','\xb6','\x9a','\x73','\x2f','\xe8','\x70','\x6c','\xfa','\xd8','\x37','\xf5','\x3c','\xca','\xe6','\xfa','\x85','\xc4','\x41','\x75','\xce','\xeb','\xe5','\x87','\x0e','\xe9','\x7c','\x90','\xa2','\xd5','\x9e','\xcd','\xe3','\x2d','\xee','\xa4','\x51','\x7f','\x59','\x99','\xd2','\xcb','\x60','\x3f','\x67','\x22','\xfb','\x85','\x9e','\x27','\x23','\x3a','\xb3','\x67','\xe3','\x96','\xec','\x77','\x18','\x7b','\x8f','\xb4','\xd9','\x1e','\x1f','\xb8','\x3e','\xa2','\x8f','\x8f','\x8f','\x3b','\x81','\x8f','\x25','\xd3','\x17','\xcf','\x1c','\x73','\xba','\x69','\xcf','\x2a','\x26','\xea','\xbe','\x99','\xb2','\x4e','\x5c','\x09','\xfa','\x3a','\x58','\x79','\xa0','\xee','\x32','\x7d','\x46','\x1c','\xb5','\x78','\x4d','\x71','\xf0','\x03','\xcc','\x04','\x29','\x17','\x17','\xb9','\x65','\x2d','\x67','\x08','\x2d','\x97','\x04','\x09','\x52','\xd1','\x47','\xc1','\x03','\x0a','\x15','\x6c','\xcc','\xf5','\x29','\x11','\xc1','\xc7','\xc7','\x47','\x17','\xe5','\x1a','\xc0','\x9d','\x03','\xc4','\x1b','\x89','\x34','\x53','\x12','\xbd','\x5b','\x56','\x1d','\x48','\x14','\xef','\xe8','\xdb','\x3d','\x9d','\x87','\x62','\x24','\xc8','\xf4','\xb4','\x6e','\xcc','\xd3','\x58','\x5c','\x58','\x59','\x75','\x40','\x83','\x85','\xdc','\x2e','\x98','\x35','\x17','\x51','\xf4','\x0b','\x77','\x8f','\x97','\xfc','\x9c','\x95','\x16','\x55','\xe5','\x08','\xb4','\xe2','\x47','\x0d','\x44','\xa8','\x02','\x0d','\x88','\x90','\x55','\x15','\xb7','\xd9','\x9d','\xd4','\x5f','\x55','\x9e','\xce','\x2a','\x1a','\x78','\x02','\x5c','\xea','\x6a','\x8e','\x5e','\xa6','\x94','\x8e','\xa9','\xfd','\x9d','\xb0','\x28','\xe0','\xd2','\xbf','\x6e','\xff','\x0f','\xa8','\x7a','\x12','\x90','\x84','\xdd','\xce','\xb2','\x37','\x45','\x35','\x08','\x3d','\x13','\x54','\x4d','\xa0','\xb6','\x02','\x34','\xa2','\xaf','\x56','\x41','\xb6','\x68','\x6b','\xfc','\xdf','\x05','\x7e','\xaa','\x55','\x23','\x2d','\xc5','\x12','\xc2','\xf3','\xdb','\xbb','\xbc','\xbd','\x1a','\x38','\x9c','\x22','\x0a','\x80','\xff','\xa0','\xee','\x9d','\x52','\xa4','\x5c','\xdf','\xac','\xda','\x3e','\x4f','\x66','\x05','\x08','\xa3','\x67','\xca','\xd6','\xbb','\xd3','\xa7','\x3e','\xaf','\xad','\x71','\x10','\xad','\xb4','\x6e','\xd1','\x39','\x21','\xce','\x03','\xc1','\x43','\xa3','\x67','\xee','\x77','\xd0','\x1e','\xe6','\x64','\x1e','\x64','\xf0','\xcf','\x57','\xf2','\xf8','\x62','\x37','\x89','\x43','\x46','\x38','\xd7','\xe6','\x57','\x39','\xc8','\x92','\xea','\x3c','\xb8','\x77','\xcc','\x6f','\x91','\xc8','\x7b','\x53','\xe0','\x73','\xdb','\xdd','\x22','\x59','\xd6','\xdf','\x4f','\x2a','\xc7','\x83','\x14','\xea','\xfe','\x85','\x36','\xcd','\xad','\x20','\xdf','\xcd','\x73','\xf4','\x7b','\x86','\x36','\xec','\x38','\xc3','\x54','\x53','\x7d','\x34','\x48','\x24','\x6c','\xaa','\x82','\x68','\x64','\x8b','\x99','\xe8','\xe3','\xe3','\x56','\xf0','\x16','\x89','\xbb','\x41','\xd0','\x8b','\xcc','\xa1','\x87','\x68','\xab','\xf3','\x83','\xe6','\xf5','\x76','\x2c','\x37','\xd2','\x5f','\x6b','\xe3','\xdb','\x97','\x91','\x37','\xe4','\x23','\x40','\xd5','\x1f','\x11','\x72','\x0d','\x94','\x90','\x33','\xc1','\xb2','\x14','\x30','\x84','\x09','\xcb','\x99','\x95','\xa9','\x37','\x96','\x8c','\x42','\x73','\x44','\xe3','\xd6','\x00','\xa0','\xb7','\xb7','\x37','\x33','\x01','\x52','\x4a','\xa2','\xa4','\xb0','\xb2','\xae','\xf7','\x1b','\x7c','\x3a','\x99','\x76','\xa9','\x9e','\x82','\xe6','\xaa','\x15','\xa7','\x05','\x19','\x64','\xd4','\x3d','\x3c','\x88','\x62','\x9d','\x2e','\xc4','\x2b','\x39','\xa2','\x08','\xa0','\x52','\xd6','\xdc','\xb7','\xc9','\x00','\xc0','\xb1','\x78','\x45','\xc7','\x67','\x20','\xa6','\x25','\xb3','\x1a','\x0c','\xbc','\xda','\x23','\xc0','\x13','\x00','\xba','\x80','\x06','\xf2','\xb3','\x6b','\x74','\x7f','\xd9','\x29','\x91','\x3a','\x74','\xb5','\x25','\x5e','\xa9','\xd2','\x91','\xc7','\x74','\x9b','\x34','\xf8','\x01','\x1e','\x17','\x6a','\xef','\x53','\x86','\x08','\xcc','\x90','\x68','\x48','\xe8','\xea','\xd7','\x56','\x8a','\x60','\x48','\xcf','\x1c','\x77','\x7a','\xec','\x1f','\xb1','\x8c','\x3d','\xa3','\x4e','\x3c','\xae','\x38','\xe4','\x75','\x32','\x40','\x33','\x0b','\xd0','\xec','\x2b','\x73','\x7e','\x5d','\x1e','\x26','\x5f','\x27','\xb1','\x01','\x04','\x7c','\x44','\xcd','\x67','\x7f','\xbf','\x18','\x67','\x4c','\x16','\xe6','\xda','\x1b','\x1c','\xa4','\x78','\x99','\x63','\xf6','\x77','\x97','\x01','\xff','\x34','\xd6','\xe8','\xb8','\x09','\x43','\x3a','\x5b','\x83','\xc3','\xb0','\x37','\x7a','\xa2','\x73','\x60','\xd2','\x20','\xeb','\xf2','\xd7','\xde','\x6d','\xbf','\x9d','\xd1','\xa5','\xf1','\xb5','\x17','\x41','\x41','\x47','\x80','\x4f','\x7b','\xa5','\xfd','\xfd','\xa4','\x39','\xd5','\x14','\x71','\x27','\xa5','\x9e','\x8a','\x26','\x03','\xf4','\xff','\x15','\x74','\x26','\x02','\x0a','\xbf','\x57','\x95','\xff','\x9d','\x48','\xdc','\x36','\x6e','\xb8','\x43','\x23','\xc6','\xd9','\xef','\x50','\x08','\x61','\x7a','\xdd','\xed','\x48','\x26','\x27','\x51','\x6f','\x74','\x8d','\xe8','\x7a','\xbd','\xca','\x5e','\xe0','\x2e','\x07','\x35','\x3e','\xbf','\xd4','\x50','\xf0','\x95','\xb2','\xef','\x91','\xb2','\xb5','\x15','\x6f','\x37','\xed','\xce','\x20','\x78','\x81','\xa9','\xfc','\x30','\x89','\x2c','\x43','\xa0','\xb5','\x1a','\xd2','\x53','\x01','\x40','\xb9','\x02','\xa0','\x65','\x29','\x61','\xb3','\x71','\x49','\xd5','\x33','\x89','\xdf','\x05','\xc0','\x20','\x98','\xdb','\xe5','\x72','\x09','\xc7','\xa6','\x01','\x40','\xe3','\x0a','\x81','\x7c','\xa0','\xd1','\xca','\xcf','\x5c','\xc3','\xe0','\x35','\x3e','\x90','\x5f','\x22','\xdb','\x4b','\xbe','\xf5','\x50','\x3a','\x1e','\x01','\xb0','\x2d','\x29','\xf7','\xfb','\x0b','\x6a','\x52','\x56','\x5c','\xa9','\x59','\x51','\x5b','\x3a','\xb7','\xb7','\x47','\xad','\x86','\x18','\x4b','\xf9','\xd6','\x5a','\xfb','\xa8','\xde','\xd8','\x0b','\x54','\xe4','\xcb','\x01','\x63','\x13','\x4a','\x4d','\x09','\xb7','\xcc','\xb2','\xa1','\xbf','\x9c','\x09','\xd6','\x3a','\x58','\x47','\x95','\xb1','\x76','\x35','\xea','\x40','\xe0','\x5f','\x2a','\x24','\x63','\xa7','\x4e','\x6c','\x0e','\xfd','\x88','\x50','\x36','\x0c','\x36','\x40','\x6c','\xdf','\x7b','\x29','\x43','\x52','\xa8','\x57','\x84','\x9a','\xb4','\x10','\x76','\x17','\x60','\xc6','\xaa','\xfa','\xe9','\x1f','\xdf','\x45','\xcf','\x70','\xcb','\xfd','\x32','\x8a','\x1a','\x32','\xe2','\x15','\x3c','\xf1','\x1e','\x69','\x3b','\xc5','\xd7','\xcc','\x16','\xa8','\x4b','\x04','\xb6','\xc0','\xa8','\xec','\x01','\x32','\x7d','\xf8','\x1b','\xdd','\xf3','\xbe','\x37','\xda','\x3c','\x81','\x8e','\xc8','\x9d','\xa9','\x10','\xe5','\xd6','\xa2','\x36','\x57','\x87','\x2f','\xe6','\x19','\x5d','\xf9','\x6a','\x5c','\x4e','\xd7','\x6d','\xc4','\x6b','\x06','\x63','\x74','\x32','\xcb','\xf0','\xde','\xa8','\x57','\xc3','\xfb','\x66','\xb8','\xb3','\x96','\x1b','\xa4','\xfc','\x02','\x1e','\xd4','\x8c','\x41','\x73','\x1d','\x83','\x00','\x35','\x3c','\xf1','\x86','\x9e','\xf8','\x97','\x3a','\xda','\xed','\xdd','\xaf','\x9e','\x80','\x2f','\x4c','\xc6','\xbb','\x65','\x6d','\x1e','\x45','\xcb','\x9a','\x20','\x2f','\x08','\xcb','\x02','\x90','\x56','\x92','\x43','\x53','\xc5','\xae','\x30','\x00','\x40','\x9b','\x61','\xb0','\xd7','\x75','\x0d','\x7d','\xe4','\xb4','\x05','\x44','\xac','\x62','\x54','\xff','\xd1','\xab','\x1d','\x60','\xbf','\xa5','\x59','\xd0','\x78','\xc0','\xba','\x13','\xb3','\x0c','\x6c','\xcf','\x66','\x05','\x39','\x3a','\x06','\xa4','\x2e','\x9b','\x70','\x51','\x07','\x4a','\x72','\xe7','\xa3','\x2c','\xda','\x6c','\x64','\x5d','\x23','\xbf','\x11','\x77','\x70','\x0f','\xb0','\x22','\x97','\xb5','\x52','\xa3','\x5a','\x11','\xaa','\xc1','\x13','\xea','\x2a','\x8a','\x80','\x21','\x97','\x17','\xa2','\xc9','\xc2','\x65','\x39','\xaa','\x25','\x36','\xbf','\xc9','\x62','\x4a','\x07','\xac','\x41','\xf9','\xb5','\xae','\x3d','\x6e','\x63','\xd3','\x14','\x39','\x5d','\x19','\x03','\x59','\xde','\xe1','\x3d','\x49','\x92','\x88','\x5f','\x1b','\xe4','\x1b','\xbb','\x4f','\xf6','\x37','\x47','\x7a','\x1d','\xaf','\x8e','\x44','\x4f','\x7b','\x3d','\x6a','\xf2','\xe4','\xe9','\x69','\xa5','\x81','\x0e','\xa5','\xbf','\x97','\x64','\x4e','\x33','\x08','\xc6','\x02','\x34','\x29','\x67','\x75','\x10','\xee','\xd7','\xf3','\x50','\x19','\x7b','\x3c','\xbc','\x60','\x63','\x2c','\x75','\x40','\x58','\xe7','\x61','\xc9','\xf7','\xef','\x68','\x85','\x67','\x8f','\x66','\x41','\x13','\xb2','\x93','\xbc','\x23','\x8d','\xf5','\xef','\x29','\xf3','\xec','\xef','\x13','\x8f','\xfa','\xe0','\xfe','\xa8','\xc3','\x30','\xbe','\xed','\x73','\xdc','\xac','\xb7','\x7e','\x3f','\x66','\x46','\xc1','\x3b','\xea','\x41','\x7f','\x28','\x77','\x58','\x87','\xf6','\x6f','\x5c','\x61','\x64','\x26','\x13','\x16','\x5f','\xd5','\xce','\x00','\xe8','\x76','\xe0','\x62','\xf8','\xbd','\xce','\xfa','\x78','\xd1','\xc0','\x42','\x53','\xb8','\x0c','\x31','\x3f','\x29','\xf4','\xea','\x9e','\x37','\x7a','\x84','\x65','\x69','\x7e','\x17','\xcd','\xb6','\x48','\x42','\xdd','\x41','\xb3','\xe3','\xe3','\x40','\x26','\xc6','\x20','\x36','\x9a','\x8b','\xae','\x18','\xf2','\x4c','\xe5','\x04','\xf2','\xd5','\xb7','\xbd','\x18','\x2f','\xdd','\xc4','\xf3','\x6f','\xf3','\xc6','\xa7','\xd3','\x3d','\x46','\x9f','\xdb','\xf5','\x5a','\x94','\xca','\x01','\x43','\x78','\x15','\xf7','\xd0','\x87','\x96','\xe8','\xce','\xa4','\x2d','\xde','\x28','\xf7','\x1f','\x98','\x73','\x5f','\x3f','\x8c','\x3e','\x89','\x1a','\x02','\x12','\xc8','\x51','\xf5','\xce','\x4c','\x28','\x87','\xf7','\xa6','\xdc','\x0c','\xf4','\x09','\x11','\xf2','\xad','\x3f','\xf0','\x34','\xe7','\xbc','\xbd','\x02','\x94','\x73','\x86','\x9c','\xad','\x54','\x5a','\xd7','\xd5','\xa2','\x1e','\x32','\x75','\xba','\x5b','\x21','\xb9','\x9b','\x34','\x68','\x19','\x3d','\xe0','\x19','\xee','\x06','\x4a','\xa9','\x2b','\x4a','\x12','\x33','\x59','\x9c','\xc2','\xce','\xb7','\xcd','\x85','\x46','\x46','\xac','\xe7','\x57','\x0d','\xb5','\x30','\x61','\xbb','\x9a','\x23','\x07','\xc4','\xca','\xc7','\xd3','\x5e','\xf3','\x4a','\x10','\xd5','\xb4','\x40','\x6d','\x43','\xbb','\x28','\xd8','\x13','\x5d','\xb2','\x47','\xfc','\x8d','\x50','\xc0','\x6a','\x73','\xa5','\x0a','\x19','\xb9','\x62','\x90','\xe6','\xe0','\xd2','\x4c','\x25','\x3e','\x7b','\x05','\x6b','\xec','\xb3','\x09','\x6c','\xee','\x25','\x00','\xde','\x17','\x24','\x19','\x81','\xfb','\x1c','\x77','\xc8','\xa9','\xcd','\x3d','\x35','\x91','\x62','\xf3','\xd5','\xcc','\xef','\x41','\x12','\x40','\x2a','\x41','\x25','\x8a','\xb6','\x4a','\x04','\x2d','\xe8','\x81','\x5e','\xfd','\xd9','\x03','\x1c','\x9f','\x40','\x3c','\xfe','\x01','\xc0','\x2a','\x6b','\x9a','\x82','\x6f','\xaf','\xf9','\x87','\x00','\xbd','\xd6','\x01','\x41','\x62','\xbe','\x6c','\xc8','\xf0','\xd4','\xef','\x3d','\x10','\x2e','\x32','\x6f','\x19','\x1f','\x7d','\xa3','\x31','\x16','\x1a','\x10','\xa6','\xea','\x1f','\x45','\x85','\x54','\x79','\x6c','\x75','\x02','\xf7','\xe3','\x2c','\x30','\xda','\x21','\x72','\x9d','\x6e','\xf4','\x0b','\x57','\x8e','\x95','\x49','\x6d','\x92','\xec','\x1e','\x6e','\x49','\xe6','\x8f','\x2e','\xd8','\xa6','\xf1','\x02','\xe2','\x5e','\x26','\xad','\x85','\x83','\xcb','\x72','\xfe','\x7d','\x47','\xaa','\xdd','\xa4','\x71','\xa1','\x12','\x8d','\x0f','\xd1','\x91','\xf7','\x1f','\xc0','\x24','\xd2','\xc5','\x13','\x7d','\x2c','\x65','\xec','\x32','\xc1','\x2a','\xf3','\x34','\xd0','\xb5','\xff','\x4c','\xd4','\x09','\x45','\x96','\x7e','\x57','\xba','\x07','\xfc','\xb0','\x01','\x31','\x9d','\x10','\x00','\xe1','\x8f','\x20','\xc5','\xff','\x9e','\x81','\xc9','\x5e','\x05','\xe7','\x3d','\x95','\xfc','\xdc','\x67','\x55','\xb3','\x7a','\xc0','\x20','\x95','\x08','\x71','\x6b','\x05','\x40','\x29','\xb5','\xff','\x6e','\xb7','\xb5','\x73','\xcb','\xbc','\x5e','\xaf','\x1d','\xbe','\x01','\x50','\x00','\x08','\x95','\x62','\x1c','\xd5','\xa5','\xe8','\xe8','\x59','\xf9','\xd3','\x2b','\x30','\x11','\xbd','\xf3','\x00','\xf7','\xdb','\xfc','\xc0','\xa4','\x84','\xaf','\x28','\xdc','\xad','\x2e','\x88','\x50','\x56','\x50','\x90','\x84','\x69','\xa1','\xb3','\x78','\x0a','\xaf','\x24','\x15','\x41','\x0b','\x7a','\xfd','\x47','\x63','\x3f','\xfd','\x36','\xa6','\x00','\x37','\xb8','\x73','\x7f','\x62','\xbe','\xaa','\x80','\x43','\x15','\x10','\x7c','\x20','\x54','\xbb','\xed','\xf2','\xe8','\x9b','\x7f','\x80','\x9a','\x65','\x11','\x55','\x5f','\xa1','\x7a','\x06','\xd0','\xfa','\x0d','\x01','\xda','\x3e','\x9f','\xba','\xf7','\x04','\x01','\x5a','\x98','\xed','\xda','\xaf','\xe5','\x9d','\x0a','\xd2','\x44','\x61','\x25','\xb7','\xc1','\x14','\x8c','\x35','\x93','\xc3','\x8e','\x23','\x8c','\xc7','\x86','\x0e','\xc0','\x31','\x47','\x64','\x40','\xd0','\xf0','\x55','\xa5','\x94','\xfb','\x31','\xfe','\x32','\xd6','\x2b','\x26','\x54','\xc0','\x1a','\x8b','\x45','\x23','\x2d','\xa5','\xce','\x59','\xef','\xbd','\x43','\x10','\x8b','\xc8','\xd7','\xb7','\x80','\x9a','\x26','\xaa','\x2b','\xc3','\xfd','\x2e','\xb8','\x7f','\x67','\x25','\x4e','\x01','\xe8','\x5d','\xe5','\xfb','\xc4','\x46','\xfb','\xf9','\x10','\x9b','\x7f','\x6b','\x2a','\x37','\x47','\xa7','\xf2','\x9f','\x00','\xe9','\xbb','\x63','\xd8','\x57','\x67','\x92','\x66','\x87','\x37','\x0e','\x7f','\xa8','\x32','\x0d','\xd0','\x88','\xfb','\xab','\xcd','\x47','\xb2','\xf7','\xdd','\xfb','\x21','\x93','\x1f','\x7d','\xf3','\xad','\x36','\x04','\x18','\xc5','\xd8','\xc3','\xb8','\x52','\x00','\x30','\x72','\x1d','\xde','\xec','\x22','\x0f','\x8c','\x3c','\xd8','\x8a','\x70','\x55','\x90','\x61','\xb8','\xe2','\xed','\xc7','\x71','\x60','\x8f','\xd2','\x09','\x76','\x3f','\x25','\xa9','\x44','\x1a','\x09','\x4a','\x1b','\x46','\x68','\x8b','\x79','\xf9','\x56','\xe9','\xa6','\x9a','\xbb','\xd5','\xb8','\xdb','\x52','\x80','\xd0','\x8c','\x29','\x4e','\x0b','\x8a','\xca','\x25','\xfd','\xc4','\xfe','\xe9','\xf2','\xed','\x6e','\xb1','\x52','\xb5','\x91','\xff','\x4c','\x3e','\xbf','\x35','\x55','\x19','\xb4','\x0c','\x0e','\x92','\xf4','\xf4','\x65','\xf2','\x34','\x9c','\x5f','\x8d','\x4e','\xfb','\x6c','\xb3','\xfc','\x79','\x98','\xce','\x0d','\xd2','\xa3','\xfd','\xe5','\x56','\x8c','\x7f','\x5b','\xf2','\x8d','\x33','\x32','\x86','\x83','\x25','\xd4','\x45','\x05','\x2a','\x01','\x11','\x72','\x8d','\x94','\x7b','\xbd','\xde','\xba','\x71','\x48','\x44','\xdb','\x2e','\x70','\xcb','\xb2','\x74','\xa7','\xa5','\x4a','\xd4','\x04','\xaa','\xe7','\xb5','\xd0','\x09','\x56','\xa4','\x11','\x9d','\xf4','\x35','\xcb','\xf0','\x68','\x75','\x0d','\xf7','\xb8','\x08','\x02','\x32','\xa7','\x01','\x95','\xf7','\xeb','\xe8','\x1d','\xb9','\xf3','\x15','\x40','\xc5','\xcf','\xcb','\xdb','\x12','\xfd','\x6c','\x73','\xb9','\x42','\x03','\xc9','\x16','\xd5','\x2d','\x57','\xcb','\xa4','\xaf','\xc7','\x3d','\xd4','\xc4','\x46','\xb3','\x76','\x31','\xa8','\x11','\xf0','\xe3','\x10','\x9e','\x80','\x1f','\xee','\x27','\xfe','\xaf','\xee','\x3b','\x01','\x22','\x80','\x54','\x01','\x5e','\x50','\x43','\xd3','\x66','\x65','\x85','\xbb','\x77','\x9c','\x34','\x21','\xcc','\x40','\x6b','\xff','\x9d','\x2f','\xc3','\x30','\x91','\xf2','\x73','\x42','\x9e','\x54','\x27','\xb6','\xe8','\x30','\xf5','\x33','\x40','\xe6','\x42','\x6d','\x15','\xbe','\x8a','\xc8','\x98','\x99','\x7b','\x50','\xd2','\x56','\x85','\x60','\x93','\xa1','\xf1','\x0d','\x19','\x87','\xa3','\x34','\x4f','\x6b','\xec','\xce','\x47','\xdc','\xb5','\x2e','\x1f','\x2c','\x6d','\x03','\xec','\x84','\xae','\x5a','\x9f','\xf0','\x91','\xad','\xaa','\xb9','\x91','\x60','\x87','\x5a','\xfd','\x6d','\x4e','\xc3','\x2e','\x34','\x5e','\xc3','\x71','\x21','\x9e','\x67','\x99','\x4c','\x47','\xf5','\x8b','\xb2','\x1a','\xb5','\x61','\x2b','\x9f','\x09','\xf2','\xdf','\xd1','\x19','\x2d','\xc7','\x55','\x20','\xcb','\xeb','\xc4','\x8e','\x30','\xcc','\x6d','\xaf','\x22','\x9b','\x3f','\x21','\x9a','\xa3','\xa3','\xf4','\xe8','\xfe','\x1e','\xa1','\xf6','\xad','\xef','\x63','\x8e','\x6d','\x08','\x6d','\xbc','\x6f','\xf4','\xc8','\x3b','\x3f','\xe0','\x16','\x60','\xfa','\x4b','\x70','\xbb','\xdd','\xe4','\xd8','\x85','\xdf','\x95','\x76','\xf9','\xde','\x1e','\x0d','\x80','\xf5','\x53','\x58','\xb6','\x36','\x90','\x7c','\x9a','\x6c','\x7c','\x51','\xaa','\xc6','\x1e','\xc2','\xba','\x22','\x54','\xcf','\x6a','\xc8','\x19','\x61','\xbd','\xf5','\x9d','\xe1','\xb1','\x8d','\xdc','\xe7','\x0b','\x0e','\x83','\xad','\x49','\x47','\x5d','\xe2','\xcd','\xf8','\xcf','\x26','\xec','\xfe','\x1d','\xa4','\xd1','\x9b','\x61','\x06','\x09','\xc5','\xfa','\x97','\xa1','\x6c','\xe4','\x47','\x65','\x8c','\x86','\x2a','\x6c','\x9c','\x0f','\x85','\x8e','\x70','\xd7','\xdc','\xc6','\x6c','\x19','\x94','\xb1','\xa6','\xcb','\x2a','\x3d','\x36','\xc0','\xe0','\xac','\x6f','\x39','\xe7','\x0a','\x7e','\x5a','\x94','\x34','\xeb','\xd6','\x71','\x16','\xf8','\x71','\xc0','\x47','\x83','\x1a','\x55','\x25','\xfd','\x52','\x52','\x69','\x92','\x8a','\xf2','\xd6','\x7d','\xfb','\x19','\x0e','\xb1','\x39','\xf1','\xe9','\xa0','\x1e','\x79','\x40','\xf0','\x1f','\xa0','\x53','\x2d','\x54','\x4f','\x90','\x0d','\xd5','\xb0','\x61','\xf2','\xe6','\x50','\xe2','\x7a','\x6c','\x7e','\xf5','\xc2','\x55','\x1d','\xf2','\x21','\xe0','\xd5','\x4c','\x7a','\x4b','\xa1','\x46','\x19','\xa4','\x35','\xb9','\xd2','\xba','\x8c','\x4a','\xf3','\x59','\x6d','\x9d','\x19','\x72','\x27','\x82','\xa1','\x19','\xdd','\xc2','\xb0','\x92','\x93','\xfb','\xe1','\xb3','\x75','\x9b','\xcd','\xf2','\x1c','\xcf','\x64','\x22','\x7f','\xb5','\x29','\x14','\xec','\xbb','\xd3','\x4a','\x82','\x7f','\xe7','\x5e','\xe3','\x4d','\xf4','\xdb','\xd5','\xcb','\x8c','\xeb','\x40','\x9b','\x19','\x77','\x91','\x7d','\x12','\x55','\x71','\xef','\x7b','\x92','\x9a','\x58','\x67','\x2a','\x7c','\x61','\xb2','\x4f','\x1d','\x5b','\x2d','\xf8','\xd0','\x57','\xf3','\xc5','\xdf','\x85','\x04','\xfc','\x20','\xee','\x06','\x3e','\x78','\x09','\x2f','\x8a','\x60','\xde','\x1e','\x19','\x82','\xe1','\x7c','\x1a','\x95','\x73','\x88','\xc8','\xfc','\xf9','\x4b','\x27','\x91','\xd6','\xc7','\xa9','\xf8','\x16','\x61','\x5d','\xa8','\x41','\x08','\x56','\x7a','\x2e','\x97','\x70','\x85','\xdb','\x04','\x41','\xf0','\x07','\xa1','\xf2','\xef','\xb2','\xe1','\x7a','\x5e','\x49','\x3f','\xb4','\x2f','\x43','\x18','\xf2','\x2c','\x67','\x85','\x89','\x41','\xc8','\x40','\xa0','\xae','\x22','\x00','\x94','\x3d','\x2c','\xd8','\x40','\x10','\xa7','\x92','\xaa','\x51','\x53','\xf4','\x53','\xb2','\x00','\x8c','\x57','\x6e','\xf4','\xde','\x17','\x22','\x15','\x92','\xd7','\xbb','\x55','\xf1','\x6a','\x09','\xe9','\xb3','\x93','\x9a','\x02','\x3b','\xd3','\x93','\xc7','\xd5','\x7f','\x05','\x7e','\x18','\xd4','\x40','\x5d','\xc9','\x49','\x66','\xb4','\xd8','\xb7','\x12','\xaf','\xf8','\xd8','\x48','\x1a','\x6c','\x91','\x25','\xce','\x74','\x82','\xc9','\x0d','\x53','\xd0','\xfd','\x82','\x69','\x3a','\xd0','\xc1','\x17','\x50','\xd9','\xd7','\x05','\xe7','\x4a','\x7b','\x05','\x0a','\x04','\xc0','\xd7','\xfe','\xe3','\xc8','\x80','\x40','\xa7','\xea','\xe1','\x8e','\xf6','\x6c','\x62','\x41','\xdf','\x0f','\x2a','\xd2','\x59','\xee','\x3b','\xb3','\xb2','\xdf','\x67','\xe2','\x7f','\x47','\x5a','\xe3','\xa0','\x5a','\x77','\x11','\x97','\xb7','\x83','\xf0','\x35','\xd0','\x03','\x00','\xd9','\xd4','\x06','\x74','\xc8','\x75','\xed','\x51','\xfa','\xce','\xfb','\xdd','\x66','\xa6','\x88','\xd8','\x84','\x54','\xda','\x19','\x68','\x00','\xa0','\xfa','\x62','\x2b','\x42','\xe6','\x78','\x48','\xab','\xe7','\xcc','\x03','\xc9','\xd4','\x79','\xb3','\x74','\x9a','\x48','\x25','\x8f','\xc8','\xde','\xba','\x07','\xb0','\xf9','\xa4','\x07','\x44','\x67','\x7f','\x67','\x34','\x79','\xe3','\xb7','\x9e','\x81','\x6b','\xb6','\xba','\xe0','\x28','\x75','\xb2','\xb8','\x2b','\xec','\xd8','\xa4','\x09','\xdd','\x02','\x07','\x79','\x6c','\x05','\xc5','\x79','\x09','\x90','\x30','\x41','\x88','\x08','\xb7','\xdb','\x0d','\x96','\x94','\x80','\xa0','\x79','\x01','\x6d','\xd5','\xff','\x65','\xc2','\x60','\xdf','\x21','\x14','\x27','\x55','\xc9','\x42','\x14','\x5c','\x8f','\x14','\x35','\x65','\xe0','\xd6','\x49','\xf7','\xa4','\xeb','\x5c','\x45','\x8e','\x3f','\xfe','\xed','\x49','\x6d','\x73','\xb8','\x5e','\x6f','\xdd','\x5c','\x8c','\xf6','\xff','\x00','\xec','\x00','\x20','\x09','\xc5','\x0c','\xf0','\x64','\xa5','\x6b','\x82','\x3a','\xcb','\x55','\x95','\x94','\xa8','\x04','\x49','\x6a','\xcf','\xe4','\x50','\x57','\x50','\x96','\x73','\xe3','\xef','\xc5','\x2f','\xf1','\x55','\xb9','\x4e','\x29','\x95','\x18','\xe3','\x55','\xe1','\x2c','\x51','\xb7','\xd4','\xb5','\x5a','\xdc','\xd7','\xca','\x6f','\x03','\x3a','\x2d','\x4c','\xb1','\x39','\x3c','\x56','\xf5','\x1e','\xaa','\xaa','\xdc','\xdb','\x9f','\x1d','\x60','\xac','\xcd','\x12','\xd0','\x53','\x97','\x77','\x12','\xaf','\x7c','\x21','\xaa','\xba','\xa8','\xbe','\xac','\xee','\x6e','\x0c','\x7e','\xb0','\x56','\x53','\x03','\xc3','\x72','\xeb','\xc8','\xd7','\x0f','\x4d','\xb8','\xbf','\x25','\xed','\xa8','\xce','\xd3','\xc4','\xfb','\xd4','\x6c','\x60','\x8a','\x72','\x10','\x18','\x0b','\x6d','\x09','\x9f','\xfe','\xc4','\x3e','\x25','\xfd','\xe1','\x87','\x89','\x6c','\x8a','\xa1','\x4d','\x82','\xa7','\xa8','\x02','\x75','\xa0','\x2e','\x65','\xff','\xde','\x17','\x31','\x96','\xb6','\x37','\x70','\x7e','\x22','\x0e','\xf4','\xc2','\xbf','\x74','\x02','\xa1','\xfc','\x33','\xa6','\xf1','\xfe','\x41','\x93','\x8b','\x7b','\xc7','\x01','\x69','\x9f','\x87','\x02','\xe6','\x1a','\x70','\xcd','\xd4','\xe7','\x38','\x03','\x68','\xc6','\x0d','\x1f','\xc1','\x4e','\xe9','\x4c','\x85','\x8c','\x21','\xd3','\x1a','\xe5','\xce','\xa3','\x63','\x39','\x9a','\xe9','\x32','\xd2','\xe6','\xce','\x56','\x42','\xff','\xd2','\xa7','\x93','\x06','\x3f','\x7f','\xc9','\x91','\xd1','\x8f','\x82','\xc1','\xae','\xd5','\x9f','\x81','\x2a','\xd4','\xbd','\x85','\x3b','\xf3','\x80','\x0d','\x6d','\x7c','\x79','\xa6','\xd5','\xe0','\x77','\xa1','\xda','\x27','\x79','\xb5','\x01','\xdd','\x38','\x08','\x42','\x14','\xe5','\x7a','\x33','\x08','\xc2','\xb2','\x2c','\xca','\xfa','\x0c','\x87','\x19','\x5b','\xe8','\x16','\xe3','\x6e','\x1c','\xfd','\x76','\x1c','\x4b','\xad','\xb7','\xf3','\x60','\xc7','\x90','\x1b','\x93','\x46','\x73','\x8f','\x57','\xb4','\xa4','\x0e','\x88','\xb0','\xa4','\x24','\x2b','\x25','\x44','\x50','\x63','\x8e','\x67','\xc8','\xd9','\x06','\x2a','\x10','\xd0','\xa0','\x8a','\x26','\x28','\x9d','\x2e','\x56','\x7a','\x80','\xb2','\xe2','\x24','\x9b','\xb5','\xa4','\x22','\xad','\x5e','\xb8','\x3d','\x86','\x37','\xec','\x2d','\x9d','\xf5','\x4f','\xf4','\x48','\xd9','\xc3','\x03','\xb2','\xb2','\xc3','\x67','\xc8','\x48','\x5a','\xef','\x64','\x2e','\xfa','\x27','\x01','\x92','\x76','\x7b','\xdb','\x09','\xc7','\xe0','\xfb','\xba','\x93','\xde','\x81','\x35','\x88','\x0e','\x0f','\xa1','\xbe','\xd8','\x17','\xb4','\xa4','\xf9','\x3a','\x6d','\x29','\x63','\x9e','\x50','\x8d','\x41','\x8f','\x05','\xda','\xaa','\xe3','\x73','\x11','\x0f','\xe9','\x8a','\x0c','\xd3','\x99','\x3f','\xd0','\xff','\xda','\x02','\x32','\x7a','\x3f','\x53','\xa0','\x58','\x0e','\x9b','\xe7','\x34','\xd6','\x13','\xba','\x61','\x68','\xa5','\xdd','\x9a','\x80','\xbb','\xf5','\x6b','\xdd','\x47','\x27','\xd6','\x75','\x44','\x5f','\x31','\x05','\x1e','\x5d','\xe9','\x92','\xfd','\x98','\x77','\xd2','\x23','\x6d','\xee','\xbe','\xf9','\xa8','\x1e','\x7b','\x4a','\xc8','\x59','\xef','\x00','\x34','\x21','\x70','\x42','\xbe','\x53','\x40','\x4d','\x17','\x7d','\x67','\x5f','\x76','\x2b','\x62','\x83','\x32','\xef','\xfd','\x54','\x45','\x84','\x6c','\xbf','\x7d','\xf4','\xe8','\x81','\x07','\xb1','\x59','\xf7','\x9e','\xce','\xef','\xd9','\xc7','\x20','\x7c','\x05','\xad','\xeb','\xfa','\x50','\xbb','\x9a','\x2b','\x62','\xd0','\xd3','\xcf','\xdc','\xe0','\xb8','\x8d','\x43','\x86','\xb4','\xdb','\x52','\x0f','\x60','\x8c','\x70','\x9e','\x2f','\x4b','\x1b','\xce','\xc3','\x92','\x29','\x66','\x09','\x3e','\x52','\xef','\x96','\xa1','\xf1','\xb7','\xa7','\x91','\xc1','\x05','\xdc','\xfd','\xaa','\x0b','\xeb','\xe3','\x4a','\x88','\x28','\x04','\xf4','\x66','\x0f','\x50','\xb4','\x51','\x48','\x33','\xa5','\xd7','\x53','\x3d','\x03','\xd2','\x8a','\x08','\x01','\xc8','\x1e','\x9f','\xca','\xb1','\x11','\xa0','\x5a','\xd6','\x1a','\x02','\x61','\x50','\x53','\x5e','\x2c','\x07','\x7a','\x66','\x01','\x30','\x6a','\x4f','\x10','\x68','\x25','\xd5','\xee','\xe7','\x29','\x71','\xc6','\x41','\xf2','\x38','\xbb','\xaf','\xbc','\xfd','\x8f','\x57','\x75','\xca','\x35','\x02','\xc8','\x2a','\x4e','\x5b','\xf1','\x69','\x16','\x6e','\xdd','\x4e','\x9b','\x2f','\xe3','\x5a','\x24','\xa8','\x01','\x19','\x7a','\xda','\x74','\x79','\x32','\xa0','\x06','\x5b','\xdb','\x09','\xba','\xa8','\x70','\x7f','\x0a','\x75','\xc0','\x7f','\xa4','\x73','\x3b','\xf0','\xd3','\x32','\xb0','\x02','\xe4','\x51','\x85','\x77','\x8f','\x6f','\x4c','\x67','\xb0','\xf1','\x58','\xef','\xdf','\xe1','\xbf','\x12','\x6f','\x50','\x03','\x1f','\x79','\x36','\x95','\xf5','\xe9','\xc4','\x06','\x09','\x65','\x13','\x68','\xcf','\x74','\xc2','\x29','\x80','\xf6','\x97','\x7e','\x07','\x7a','\x15','\x3d','\xf6','\x28','\x90','\xb1','\x2f','\xfe','\xa5','\xbf','\xf4','\x18','\x65','\x05','\x7e','\xfe','\x88','\x90','\xd7','\x04','\x40','\x9d','\xcb','\x2c','\xea','\x87','\xed','\xba','\x7f','\x75','\xf0','\x43','\x65','\x73','\x8f','\xdc','\xf8','\x53','\xc0','\xcc','\x13','\x29','\xda','\xb3','\x36','\x5a','\xcd','\xdc','\x0c','\x82','\x00','\xd0','\x56','\x02','\x8e','\x28','\x61','\xcf','\xb5','\x50','\x96','\x11','\x22','\x4a','\x1d','\x95','\x55','\xa1','\xce','\x62','\x46','\xed','\x42','\x14','\x72','\x20','\x59','\x19','\xd1','\x80','\x27','\x13','\x41','\x5e','\xb3','\x28','\x9e','\x12','\xf6','\xb9','\x94','\xd0','\x09','\xc8','\x4c','\xed','\x54','\x5a','\xb3','\xdf','\xc7','\xd5','\x94','\xe7','\x00','\x76','\xb3','\xa1','\x65','\xc8','\x6f','\x8d','\xa6','\xa1','\xf9','\xa5','\xfe','\x98','\x50','\xc9','\x89','\xf7','\xf0','\x00','\x80','\x57','\xa6','\xc1','\x7d','\x8f','\x81','\x49','\x8c','\x5c','\xfd','\xc5','\x3d','\x89','\xeb','\x47','\xdb','\x73','\xda','\x2a','\xec','\x03','\x20','\x35','\x78','\x77','\x8b','\xda','\x67','\xfc','\x8e','\x5a','\x28','\x81','\x39','\x1f','\xaa','\x92','\x7c','\x22','\x3d','\xb0','\xea','\x20','\xcd','\xf2','\x3d','\xce','\xaa','\x81','\xca','\x2c','\xd2','\xf4','\x78','\x7f','\xd7','\xa8','\xc0','\x00','\xc4','\x76','\x56','\x2c','\x93','\xad','\x0b','\x65','\xed','\x57','\x7c','\x2a','\xe2','\xde','\x90','\x2d','\x7d','\x15','\xe7','\x92','\xcd','\x91','\x8f','\xb0','\xc7','\x74','\x52','\x01','\xf2','\xb5','\x91','\x5e','\x6e','\xc8','\x9e','\xa1','\xe8','\xdf','\xb3','\x12','\x74','\xb7','\x62','\x0f','\xdb','\x65','\x99','\xe9','\xf3','\x62','\x7d','\x3d','\xa2','\x67','\xd4','\xf3','\xb3','\xda','\xee','\xcb','\x39','\x7b','\xff','\xdb','\xcc','\x81','\xe3','\x0f','\x97','\xb1','\xb5','\x42','\xb1','\x51','\xd6','\xef','\xbe','\xf2','\x93','\xd7','\x55','\x0e','\x3b','\x3d','\x0a','\x7e','\xa6','\x3d','\x14','\xce','\xb2','\xe4','\xdd','\xf5','\x38','\xb6','\xc6','\xf6','\x55','\xa2','\xfe','\xfa','\x21','\xc5','\x25','\xbe','\x8d','\x61','\x02','\xb4','\x89','\xa0','\x00','\x34','\x1d','\x14','\x29','\xd2','\x27','\xfe','\x18','\xc0','\x34','\xd9','\xce','\x65','\x59','\xba','\x39','\xfa','\xf6','\xf6','\x16','\xa6','\xed','\xf6','\x00','\x75','\x67','\xb1','\xd0','\x8b','\x08','\xf2','\x3b','\x90','\x31','\xbf','\x22','\xfb','\x62','\x94','\x8b','\x18','\x01','\x00','\x54','\x10','\x53','\x00','\x8d','\x9d','\xc8','\xe8','\x2e','\xc4','\xbd','\x2d','\xeb','\xd5','\xa1','\x03','\x93','\xdf','\xd7','\x8d','\x68','\x83','\x91','\xa2','\x82','\x79','\x0c','\xee','\x14','\xc8','\xd3','\xc0','\x07','\xa1','\x05','\x32','\x70','\x9a','\x26','\x03','\x3f','\xed','\x9e','\xc6','\xd3','\xc7','\x54','\xdb','\x83','\x1f','\x49','\x4d','\x26','\xed','\x6e','\x4b','\xab','\x72','\x1b','\x29','\xac','\x0f','\x8d','\xa1','\x57','\x18','\x7f','\x77','\x93','\x05','\x41','\xd8','\x5d','\xd4','\x54','\x44','\x6e','\x35','\xed','\x05','\x68','\x53','\x1b','\x89','\x7f','\x33','\x06','\xd7','\x63','\xf6','\x70','\xde','\x2f','\x40','\xa7','\xac','\x50','\x9d','\x8a','\xdc','\x5e','\x98','\x9e','\xbc','\x9c','\x37','\x19','\x83','\xe5','\x2f','\x7d','\x32','\x3d','\xe3','\x9b','\x7c','\xc5','\x94','\xf1','\xc1','\x5a','\xfe','\xc4','\xa1','\x86','\x29','\x0d','\xdd','\x84','\x9e','\x5a','\xee','\x91','\x00','\x0a','\x1b','\x7c','\xc6','\xae','\xc8','\x1c','\xfc','\x82','\x61','\xf2','\x9d','\x55','\x1f','\x57','\xa5','\x73','\x50','\x48','\x60','\x06','\x57','\xe3','\x51','\x9a','\xaf','\xc5','\xea','\x9f','\x02','\x7e','\x0e','\xd0','\xba','\xae','\x56','\x97','\x47','\x84','\x9c','\xf3','\xf6','\x39','\x40','\x39','\x67','\xb8','\xdd','\xec','\x01','\x42','\x1f','\x1f','\x1f','\xd6','\xef','\xf1','\x01','\xea','\xf0','\x8b','\xbb','\xd1','\x7c','\x24','\x27','\xbe','\x68','\x75','\x28','\xd7','\xfa','\xbe','\xf1','\xc0','\xa9','\x12','\x93','\x95','\x31','\x5e','\x21','\x29','\x41','\x11','\x0a','\xd8','\xc9','\x39','\x43','\x5e','\xc9','\x28','\x9e','\x04','\x25','\x2c','\xb4','\xb8','\x24','\x39','\xd0','\x53','\xfe','\xab','\xb5','\xa5','\xa8','\xbe','\x76','\x35','\x87','\xdd','\x6d','\xfc','\xda','\x10','\x02','\x47','\x18','\xf2','\xf7','\x0b','\xc2','\xd7','\xed','\xf0','\xab','\x3d','\xbc','\x78','\xd5','\xce','\xeb','\xe9','\x23','\x67','\xe9','\x6f','\xd6','\x6d','\xc3','\x61','\x77','\xc6','\x8d','\x6f','\x7a','\xd6','\x37','\x37','\x74','\x50','\xb2','\x7d','\xef','\x95','\x9f','\x46','\xed','\x3b','\x5b','\x17','\x30','\x7f','\x28','\xec','\xb3','\x9a','\x79','\xb7','\x42','\x41','\xe1','\xa5','\xb5','\x84','\x2a','\x80','\x63','\xe6','\xa2','\xa0','\xa0','\x47','\x69','\x64','\xfa','\x3f','\xe9','\xb5','\x41','\x1b','\xfd','\x3b','\x74','\x57','\x27','\xd6','\x97','\x9e','\xb1','\xca','\x74','\xcf','\x2a','\xcc','\xc9','\x82','\x32','\xca','\x8f','\x76','\x9e','\x9f','\x5d','\x5e','\xf4','\xfc','\xe1','\x79','\xf4','\x64','\x30','\xf7','\x97','\x36','\xa8','\x32','\x91','\xcf','\xd0','\xe9','\xb6','\xf6','\x02','\xfe','\x69','\x3a','\x25','\x6f','\x18','\xdf','\x3a','\x88','\x5c','\x56','\xce','\xf8','\x86','\xda','\xd4','\x17','\xf5','\xd7','\x67','\xed','\xd5','\x9d','\xd1','\x13','\x36','\x6b','\xb2','\xb9','\x02','\x74','\x06','\xb1','\x9e','\xb8','\x5f','\x7c','\xcf','\x7a','\xec','\x7a','\x0f','\xa9','\x7b','\xa1','\x3e','\xbd','\x55','\xd0','\x77','\xa5','\x91','\xf2','\xb1','\x41','\x79','\xb5','\x11','\xdf','\x88','\x08','\x7e','\xfd','\xfa','\xb5','\x1f','\x04','\xc1','\x23','\x24','\x0e','\x82','\xf0','\x99','\x14','\x3b','\x0d','\xc9','\xc3','\x71','\x27','\x20','\x98','\x11','\xd4','\xc2','\x3a','\xab','\xf3','\x7f','\x32','\x41','\xa6','\x0a','\x7c','\xf4','\x8a','\x0f','\xb6','\xd0','\xd7','\x00','\x00','\x94','\x01','\x80','\xd8','\xc5','\xcd','\xad','\x10','\x75','\xae','\x6e','\x16','\xf4','\xcc','\xb5','\xb1','\xaf','\x32','\x5f','\x69','\xf7','\x21','\x59','\xf5','\x31','\x81','\x0d','\x40','\x80','\x4f','\x97','\xaf','\x20','\x2f','\xfe','\xe3','\x4a','\xf2','\x7b','\xb9','\x34','\xd2','\xc1','\x60','\xfa','\xf9','\x47','\xaa','\x9e','\x5d','\x8b','\x36','\x94','\xc4','\xf9','\x15','\xf2','\xf6','\x3d','\x5c','\x55','\xbe','\x09','\xd9','\x8a','\x77','\x32','\x16','\xad','\x90','\x21','\x88','\xfb','\xc6','\x00','\xa5','\x13','\xfa','\x80','\x8f','\xd9','\x8d','\x82','\x35','\x44','\xfb','\xbb','\x3c','\xcf','\xd1','\x9f','\x96','\xc0','\x0a','\x43','\x7e','\xde','\x8d','\x47','\x3f','\x57','\x3b','\x33','\xd6','\x7c','\xfd','\x8f','\x2c','\x44','\xd1','\xe8','\x26','\x2a','\x71','\xa2','\xd1','\x5a','\x84','\x82','\xb0','\xbf','\x35','\x1a','\xf6','\x5b','\x84','\x5d','\x46','\xc7','\x79','\xc5','\x66','\xfe','\x1b','\x02','\xe1','\x2b','\x03','\x25','\xbc','\x02','\xcd','\xac','\x1a','\x85','\xf5','\x9d','\xe4','\x61','\xf7','\xb6','\x15','\xd5','\x64','\x7a','\xe4','\x13','\xdd','\x53','\xfe','\x69','\xae','\x6a','\xf2','\x4f','\xcd','\x57','\xfe','\xf9','\x5a','\xea','\xf9','\xdb','\x0b','\x0d','\xc8','\x17','\x26','\xb3','\x97','\x78','\x86','\xb4','\x01','\xfa','\x61','\x3a','\xc6','\x13','\x7b','\x79','\xa5','\xe1','\xc2','\x76','\x31','\xba','\xa4','\x19','\x9b','\x96','\x6f','\x61','\x93','\x18','\x51','\x99','\xa4','\xd2','\xd9','\xf7','\xe6','\xb1','\x49','\x04','\x81','\x98','\x59','\x28','\x43','\x37','\xef','\x47','\xa8','\x2b','\x44','\x77','\x16','\xf6','\x3d','\xe8','\x6e','\x0b','\x6e','\x23','\xf6','\xb6','\xda','\x0c','\x82','\xb0','\x2c','\x8b','\xec','\x03','\x62','\x46','\xb2','\x2c','\xcb','\x6b','\x18','\xe0','\xc3','\x8f','\xc9','\x16','\x88','\xb6','\xd9','\x9f','\x93','\x69','\x90','\x80','\x50','\xf6','\xec','\x64','\x05','\x68','\x28','\xb7','\x7c','\xad','\xeb','\x58','\x59','\xe1','\x29','\x61','\xf4','\x6a','\x5a','\xed','\xea','\x56','\x41','\x89','\xb3','\x85','\xdc','\xfd','\x7d','\x08','\xec','\xea','\x0d','\x57','\x83','\xeb','\xd3','\x56','\x7c','\xd0','\xba','\xb9','\x39','\x2b','\x55','\x5b','\x45','\xe8','\xdd','\x15','\x5b','\xfe','\x01','\xa3','\xd9','\x03','\x2d','\x5e','\x13','\xa6','\x36','\x21','\x87','\x86','\xed','\x33','\xc0','\xcb','\x2b','\x8c','\xb9','\x07','\x68','\xe6','\x3c','\x88','\x10','\xf8','\x78','\x0c','\xf1','\xe4','\x7e','\xb0','\x6e','\x90','\xe6','\x4f','\x47','\x32','\x36','\xd5','\x0d','\xe3','\xce','\xa7','\x91','\x92','\x03','\xe2','\xc3','\x0c','\x3f','\xf1','\x3b','\xfb','\xc3','\x65','\x67','\x57','\x66','\xc2','\x6a','\xde','\x53','\xef','\xc9','\xf2','\xfe','\xd2','\xf7','\xa0','\xad','\x6d','\x75','\xbb','\xf4','\x20','\x8f','\xfc','\x72','\xdd','\x26','\xb4','\x3a','\xfc','\xa5','\xef','\x48','\x3a','\x52','\xd6','\xdd','\x79','\xd8','\x0c','\x0f','\x96','\xdf','\x67','\xb4','\x0d','\x64','\xe2','\xa7','\xdb','\x20','\xbc','\xdf','\x9f','\xfd','\xdd','\x86','\x2c','\x02','\xb4','\xfe','\x11','\xa1','\xd4','\x74','\xd2','\xbf','\xd4','\x28','\x55','\x77','\x4e','\x4d','\x97','\xcb','\x25','\x5c','\x95','\x34','\x41','\x10','\xfc','\x8b','\x65','\x69','\x74','\x73','\x4d','\x26','\xa4','\x53','\x15','\x39','\xf4','\x3f','\x31','\x94','\x00','\x58','\x0b','\x96','\x95','\x13','\x28','\xd1','\xdc','\x00','\x40','\x82','\x1a','\xc8','\x21','\x92','\xb2','\x9a','\x52','\x32','\x2a','\x60','\x27','\x97','\x95','\x9e','\x95','\x60','\xe5','\xb0','\xd7','\x0a','\x58','\x70','\x19','\x51','\x7c','\x37','\x74','\x12','\x4d','\x26','\x23','\xf6','\x69','\xbc','\x15','\x82','\xd3','\xa1','\x72','\xe9','\x93','\xb6','\xa8','\x7d','\x4b','\x49','\xfd','\x96','\xb6','\xf0','\xfb','\x34','\x0e','\x54','\xc1','\xfb','\x7f','\xa4','\xee','\x62','\x21','\x40','\xfb','\x97','\x6b','\xe6','\x41','\x0f','\x57','\x51','\xaf','\x0c','\x10','\x80','\x8f','\xa6','\xcd','\x8d','\x7e','\x15','\x6b','\xe0','\xd7','\x50','\x9b','\x29','\xda','\x4a','\x3a','\x72','\x73','\x33','\xd6','\x60','\x84','\xb0','\xef','\xc6','\xae','\x04','\xf1','\x39','\x25','\x5e','\xa0','\x4d','\xb9','\x22','\x28','\x60','\xcb','\x19','\x9a','\x61','\x21','\x43','\xa5','\x15','\xc6','\xae','\x98','\x32','\x60','\xa7','\x4d','\x78','\x93','\xe9','\x74','\x5d','\x36','\x56','\x29','\xa3','\x37','\xc2','\x79','\x80','\xed','\x9b','\x68','\xb7','\xc4','\x56','\x7f','\xf5','\x92','\x7a','\x24','\xfd','\xac','\x57','\x4f','\xef','\x58','\x0d','\x6a','\xb5','\x0b','\x8c','\x12','\xfe','\xdd','\x13','\xc0','\xe1','\xf4','\xbe','\x99','\xbb','\xdb','\xf2','\x9a','\xc4','\xed','\x9e','\x1a','\xf6','\x04','\xd3','\x00','\xe6','\x19','\x8b','\x09','\xf7','\xe0','\x20','\x31','\xfc','\x3e','\xf9','\x1b','\x75','\x53','\x6d','\xa3','\xfd','\x7e','\x0f','\x4d','\x70','\xf9','\x5c','\xa2','\xb8','\x2c','\xc3','\xfb','\x36','\x82','\x1a','\x3c','\x8b','\x5e','\xf1','\xc8','\x86','\x88','\xcc','\x7e','\x64','\xcd','\xe3','\x6d','\xaa','\xf6','\xc7','\xf0','\xcf','\x7a','\x3d','\xd3','\xd4','\x4e','\xb6','\xf9','\xc7','\x93','\xfd','\x65','\x74','\x2b','\x32','\x55','\x1b','\xd1','\x3d','\x98','\xfd','\xc8','\x81','\xf5','\xe3','\x11','\xe5','\x0d','\xe6','\x7e','\x1c','\x6e','\x97','\x32','\xd2','\x2d','\x9b','\x88','\xc0','\xce','\x20','\xfe','\xdb','\x51','\xc4','\x28','\xb7','\xf8','\x51','\x2a','\xde','\x6c','\x7c','\xae','\x29','\x22','\x86','\x11','\xae','\x01','\x14','\x00','\xba','\xdd','\x6e','\xdd','\x69','\xa9','\x05','\x10','\xf1','\xc4','\x70','\x85','\xb8','\x4a','\x4d','\x0d','\x28','\x2f','\x70','\x22','\x45','\x7a','\x2f','\x8f','\xaa','\x64','\xb6','\x7d','\x30','\xa5','\x32','\xa2','\x0c','\x12','\x40','\x06','\xaa','\xe7','\xf0','\xd8','\xc2','\xf5','\xa0','\xf1','\x41','\x0d','\x8c','\xbb','\x1b','\x91','\x1d','\xaf','\x27','\x8e','\x2e','\x51','\x8f','\xc5','\x68','\x8e','\x72','\xe0','\x9d','\x5e','\xf1','\x69','\xa0','\x88','\xdd','\xdf','\xa4','\x19','\xdc','\x11','\xc0','\x93','\x7f','\x06','\x74','\x4c','\x31','\x97','\x91','\x99','\x84','\x05','\xae','\x56','\xcc','\x42','\xad','\x2d','\xd0','\xdc','\xbe','\x87','\x0c','\x38','\x48','\x35','\x90','\x46','\xe0','\x72','\x61','\x80','\x8f','\x7b','\xcb','\x0c','\x29','\x74','\xf7','\x29','\x10','\x98','\x7a','\x85','\x93','\x1a','\xdf','\x6f','\xdf','\x92','\x6f','\x32','\xd8','\x39','\xd8','\x8c','\x2d','\xb9','\xa5','\x2a','\xdb','\x5c','\x24','\xc0','\x82','\x82','\x7b','\xa4','\xca','\x17','\x11','\x12','\x00','\xa4','\x58','\x91','\x25','\xfd','\x61','\xf8','\x1e','\xf4','\xcd','\xdb','\x2e','\x40','\xbd','\x78','\xb4','\x6e','\x18','\xd7','\xe1','\xe9','\xf4','\xe2','\x52','\xf3','\x04','\x1c','\xb8','\x9b','\xff','\xb7','\xa1','\xaf','\xaa','\xec','\xb7','\xea','\xa4','\x7d','\xfa','\xcd','\x9a','\x33','\x45','\xbd','\x41','\x9a','\xe5','\x05','\xef','\xfd','\xe9','\x37','\x87','\x7b','\x8a','\x57','\x6a','\x9a','\xf2','\x37','\x96','\x23','\x0e','\x28','\xf5','\xd9','\x6c','\xdc','\x88','\x1e','\xa0','\x35','\xe4','\xfe','\xa1','\x24','\xe2','\x82','\x0d','\xcf','\xce','\x60','\x89','\x03','\xbd','\xdd','\xbe','\xfc','\xc4','\x0a','\x3e','\x93','\x76','\xea','\x1d','\x19','\x1e','\x18','\x0c','\x79','\xda','\x8c','\x02','\xd7','\x5e','\xa2','\x0a','\x5e','\xbc','\x05','\xd3','\xd6','\x69','\xa8','\x1b','\x4f','\xd0','\xec','\xb7','\x10','\x6f','\x1b','\x74','\x20','\xa8','\x96','\xcb','\x21','\xaa','\x01','\x1a','\x90','\xd0','\x4a','\x22','\x70','\x9a','\x55','\x47','\x74','\x6b','\x6d','\x94','\x49','\x1d','\x8c','\x9f','\xa3','\xcd','\x8a','\xd6','\xcd','\x4c','\xdf','\x29','\x37','\x3d','\x4c','\xe5','\x77','\x12','\xf0','\x53','\x4b','\x57','\x4d','\x00','\x55','\xcf','\xa8','\x36','\x53','\x0a','\xc3','\x9e','\xf5','\xd9','\x3e','\xb6','\xd7','\x41','\x5a','\xb2','\x33','\xd1','\x5a','\x00','\xa7','\xac','\xb0','\xdf','\x91','\x93','\x29','\xa6','\xce','\x97','\xca','\x3d','\x11','\x06','\x16','\x68','\x33','\x96','\x48','\xff','\xb5','\x80','\xbb','\x7c','\xfa','\x72','\x88','\xad','\xde','\x68','\xca','\x2e','\x8e','\x32','\xae','\x88','\xd7','\x46','\x4a','\x25','\x5a','\xca','\xb9','\x26','\xe8','\x55','\x1f','\x54','\x03','\x4d','\xaa','\xae','\xe6','\x17','\xd7','\x69','\xd4','\x0d','\xf7','\xd3','\x0c','\x37','\x3e','\x62','\x02','\x22','\x55','\x4d','\x95','\x46','\x01','\xb9','\x92','\x8c','\x76','\x8d','\x02','\x85','\xe7','\x05','\xfc','\x60','\x4b','\xfe','\x6e','\x09','\x9c','\x8d','\xc4','\xfd','\x7e','\xb1','\x9d','\xf9','\x39','\x41','\xc3','\x55','\x8b','\x07','\xc0','\xda','\x33','\xa9','\x7d','\x9f','\x56','\x31','\xcb','\xfb','\xf6','\x69','\xab','\xbf','\x5e','\x6e','\x4b','\x88','\x93','\x31','\x9b','\x75','\x7f','\x7a','\x65','\x1e','\xeb','\x9f','\x2f','\x65','\xe3','\x08','\x1b','\x21','\xb4','\x9b','\x0c','\x7d','\x26','\x95','\x31','\x3a','\xee','\x04','\xef','\x62','\xf6','\xb9','\x72','\xcf','\x96','\xcd','\xc6','\xbb','\xa2','\xeb','\xb9','\xef','\x3e','\xda','\x53','\x13','\xf6','\xef','\x0e','\x00','\xa2','\xee','\xe2','\x04','\xba','\x2f','\xaf','\x67','\xf5','\x76','\xd4','\x5b','\xdb','\x63','\x6d','\x0b','\x04','\x46','\x3d','\xbc','\x31','\xa6','\x24','\x05','\x06','\xfa','\xda','\x20','\xca','\xf0','\x8b','\xf1','\xfc','\x5d','\x32','\x56','\xe3','\xb9','\xf4','\x7e','\x21','\x07','\xa0','\xe1','\x1b','\x4f','\x9d','\x0b','\x5c','\x47','\x91','\x56','\xed','\x06','\x3c','\x2a','\x46','\xbe','\xb5','\xb7','\x81','\x5d','\x13','\xc4','\x7a','\x8c','\x16','\x24','\x34','\xa6','\xa0','\x15','\x33','\x68','\x82','\x42','\x40','\x4f','\x4b','\x45','\x44','\xd0','\x9f','\x65','\xc5','\xd1','\xd3','\x38','\x1d','\xef','\xe7','\xa9','\x75','\x90','\xc0','\x06','\xf5','\xdc','\x15','\xe3','\xd0','\x7d','\xdc','\xee','\xe8','\xf7','\xc5','\x88','\x32','\x19','\x31','\x5e','\xe4','\xbd','\x3c','\xd4','\xed','\xed','\xf1','\x2b','\x08','\x2d','\xff','\x56','\x25','\x59','\x9d','\xea','\x14','\xa6','\x89','\x6a','\x53','\x78','\x39','\xb8','\x71','\x90','\xdc','\xfb','\xb3','\xfc','\x7d','\xda','\x55','\xe7','\x64','\xea','\xa2','\xda','\x00','\x1c','\xaa','\x88','\x0f','\xd8','\x80','\x40','\x6d','\xb5','\x34','\x4a','\x0f','\x2d','\xb9','\x76','\x5f','\xd4','\x43','\x2f','\x2d','\x08','\xcb','\x92','\x60','\xb9','\x24','\x15','\xb9','\xb0','\x15','\xc2','\x7b','\xd2','\x78','\xec','\x12','\x41','\x0b','\xc9','\xce','\x67','\x57','\xd1','\x86','\x1b','\xa2','\x94','\x57','\x07','\x90','\x32','\x1e','\x08','\xb5','\xa1','\x2b','\x40','\x3c','\xf6','\x0f','\xaf','\x79','\xbc','\x14','\x43','\x1d','\x80','\x29','\x5f','\xfd','\x9d','\xef','\xac','\xd5','\xf0','\x11','\xc6','\x3b','\x84','\x21','\xee','\xb2','\xa2','\x3c','\x62','\x7a','\xf9','\x86','\xb4','\x27','\xdc','\x8e','\xb3','\xe5','\x8e','\x8e','\xb8','\xbc','\x7d','\x05','\xa1','\x6f','\x23','\x4f','\xaf','\x93','\x3e','\xff','\xa7','\xb4','\xfd','\x84','\xef','\x74','\x6f','\xb9','\xdd','\xe6','\x73','\xda','\x9a','\xc1','\xe7','\x91','\xe7','\x3a','\xe4','\x0c','\x2d','\x11','\xd9','\xf0','\xcf','\x3e','\xa7','\x73','\x29','\x02','\x5b','\x6d','\x3b','\xc0','\x98','\x87','\xcf','\xac','\xb4','\xcc','\xe8','\x11','\xf1','\x09','\x89','\xfe','\xea','\x2f','\xdd','\x4d','\xc1','\xbe','\x05','\x63','\x18','\xfd','\xaa','\x39','\xf9','\x45','\x94','\x73','\xee','\xc6','\x7c','\xce','\x79','\x3b','\x08','\x42','\x4a','\xa9','\x4b','\xd0','\x14','\x72','\xc7','\x58','\x00','\x4c','\x50','\x00','\xfb','\x12','\xc4','\x9d','\xad','\x34','\x06','\x82','\x62','\xb1','\xd1','\x40','\x41','\x90','\x51','\x04','\xa0','\x6a','\x5d','\xbc','\xc2','\xc6','\x2b','\x3d','\xc2','\x80','\x78','\xbf','\x4c','\xaa','\xa0','\x87','\xa0','\x44','\x6f','\xab','\x81','\x0f','\x9a','\xe2','\xa8','\x0f','\x47','\x8d','\xdb','\x17','\x5d','\xef','\x11','\xef','\x00','\x21','\x8d','\xbe','\x35','\x08','\x62','\xf0','\x93','\x00','\x10','\x53','\xdd','\xd7','\x83','\x02','\xd8','\x86','\x25','\x6a','\xf0','\xb3','\x9f','\x2c','\xac','\xd9','\xf6','\xf3','\x07','\x68','\xf4','\xcd','\x36','\x80','\xcd','\xf7','\x5c','\xf5','\x71','\xe4','\xe4','\x6a','\xbf','\x92','\xe3','\xbc','\x77','\x5d','\xf0','\x03','\x7e','\x1d','\x53','\x89','\x40','\xb8','\x5c','\x12','\xbc','\xbd','\x2d','\x70','\x79','\x4b','\x70','\x79','\x5b','\x20','\x2d','\xd8','\x09','\xc9','\xd0','\x65','\x33','\x13','\xac','\x6b','\x86','\x75','\xad','\xab','\x9a','\xd4','\xce','\xa9','\x32','\x75','\x05','\x68','\xe3','\x1e','\x0a','\x60','\x43','\xb5','\xf2','\xa3','\xc3','\xd0','\xb7','\xf1','\x0a','\x43','\xad','\x89','\x6a','\x1e','\x2d','\xe1','\xbd','\x34','\x69','\xd6','\x39','\x25','\xfb','\xc8','\x5e','\x37','\xf9','\xea','\x59','\x74','\x10','\xd7','\x68','\xfd','\xc4','\xfb','\x83','\x6b','\x3a','\x34','\xa5','\xbe','\xc9','\xf4','\x7b','\xb2','\x5e','\xf8','\x9a','\x14','\x61','\xf7','\xb3','\x06','\xe2','\x13','\xb1','\x40','\xe7','\xd2','\xfb','\x02','\xf4','\x59','\x51','\xe0','\xb4','\x7c','\xbf','\xeb','\x7d','\x65','\x20','\x3e','\x8d','\x36','\xf2','\x9a','\x39','\xb4','\x7c','\x27','\x8b','\x43','\x89','\x1e','\xff','\x0a','\x9d','\x05','\xeb','\xe1','\x1c','\xcf','\xa6','\x57','\x04','\x72','\x45','\xcf','\xe6','\x03','\x37','\x82','\x3a','\x9e','\x21','\xbe','\x9f','\x4d','\x47','\xeb','\x86','\x00','\x97','\xa5','\xdf','\xef','\x73','\xb9','\x5c','\x42','\x7e','\xd0','\x45','\x81','\xd3','\x13','\x62','\xeb','\x50','\x2c','\x71','\x87','\xf3','\x0f','\x22','\xc5','\x5c','\x1b','\xcb','\xb1','\x59','\x56','\x21','\x58','\xcd','\x30','\xc0','\xa1','\x02','\xac','\x66','\x05','\xb7','\xfb','\x7a','\xfa','\x95','\x96','\x8a','\x7e','\xeb','\x3e','\x9e','\x75','\x65','\xeb','\x38','\xc8','\xaa','\x0f','\x57','\x88','\xee','\x14','\x06','\x4d','\x05','\x71','\x57','\x66','\xf3','\x20','\x2b','\x96','\x0d','\x08','\xf1','\x2a','\x8f','\x3e','\x93','\x48','\xef','\xf7','\xa9','\x59','\xd5','\x55','\x84','\x5e','\x51','\xeb','\x37','\x0c','\xee','\x93','\xf6','\xd1','\x1d','\x24','\x78','\x9c','\x36','\xbe','\x77','\x98','\xfc','\xab','\xc1','\x0f','\xb6','\x31','\xf2','\x58','\x3e','\x60','\x18','\x88','\x00','\x3e','\x5e','\x65','\x71','\xae','\x53','\xa5','\x50','\x1e','\xf2','\x65','\xf0','\xa5','\x84','\x70','\xf9','\xb1','\xc0','\xfb','\xfb','\x02','\x6f','\xef','\x05','\xfc','\xa4','\x25','\xc9','\x01','\xb7','\x9c','\x41','\x03','\xec','\x0a','\xd4','\x93','\x06','\x41','\x19','\xd6','\x35','\x43','\xbe','\x31','\x38','\x2a','\x80','\x28','\xaf','\xe5','\x37','\x68','\xe0','\x53','\xe7','\x92','\x5e','\x1d','\x6d','\xd5','\x54','\xe5','\x1a','\xe3','\x46','\x3f','\x59','\x10','\xec','\x38','\x7d','\x2e','\xcd','\xae','\xb7','\x8c','\x27','\xb4','\x75','\x3d','\x6d','\x36','\x97','\xf0','\x4d','\xf4','\x17','\xae','\x5c','\xcd','\xaf','\x0e','\x74','\x41','\x97','\x74','\xb2','\x59','\xbd','\x2b','\x6d','\xdf','\xce','\x91','\xee','\xd5','\x82','\x62','\xf0','\xef','\xed','\xb2','\xbe','\x8a','\x42','\x13','\x90','\x16','\xd0','\x93','\xf5','\x7e','\xe5','\x15','\x9e','\xb3','\xe8','\xde','\x6f','\x48','\xf2','\x8f','\x95','\xc5','\x67','\x77','\xd9','\xec','\x6c','\xfd','\x23','\x68','\xa2','\x73','\x37','\x65','\xd1','\xdd','\xdf','\x3a','\x36','\x96','\x06','\x8b','\x05','\x0f','\x97','\xf5','\x08','\x5f','\xfe','\xae','\x34','\xdf','\xa2','\xed','\x4e','\xd6','\xac','\xed','\x68','\xf7','\x8f','\xd2','\xa3','\x4a','\x60','\x4c','\xdf','\xac','\x5a','\xff','\xe6','\x4c','\x32','\x2d','\xa9','\x6b','\xe3','\x08','\xcb','\x98','\x20','\x08','\xb7','\xdb','\xcd','\xec','\x01','\xda','\x9a','\x98','\xda','\x5d','\x7b','\x8a','\x21','\x6b','\x65','\x11','\x40','\xf6','\xeb','\xf0','\x4d','\x04','\x28','\xfb','\x5f','\x00','\xea','\x86','\x7f','\x05','\x10','\x6a','\x06','\xb2','\xa2','\x5d','\xf3','\x21','\x2c','\x07','\x97','\x6a','\xa5','\xb6','\x28','\x87','\x25','\x8c','\x35','\x1f','\x74','\xda','\x14','\x53','\x6a','\xa3','\xe3','\xc1','\x31','\x80','\xdd','\x95','\xde','\x8b','\x44','\x55','\x29','\xb6','\x61','\xac','\x19','\xfc','\xb4','\x7d','\x3e','\x58','\x07','\x29','\x99','\xc1','\xaa','\xf7','\xf8','\xd0','\x03','\x15','\x0d','\xb6','\xe5','\x3c','\x9f','\xfe','\x00','\xa9','\x67','\x5c','\x3a','\xc1','\x82','\x07','\x71','\x1b','\x20','\xa8','\x83','\xb3','\x7e','\xc7','\x4c','\x65','\x55','\x28','\x01','\x24','\x2c','\x6e','\x6e','\x6f','\xef','\x0b','\xfc','\xf8','\x71','\x81','\xf7','\x1f','\x0b','\x5c','\xde','\x16','\xc0','\x05','\x25','\x5f','\x59','\x26','\xa5','\x9a','\xb7','\x14','\x4c','\x40','\xa9','\x00','\xe5','\xa5','\x8e','\x13','\xa2','\x45','\x0e','\xf6','\xcd','\x2b','\xc1','\x9a','\x33','\xac','\xb7','\x0c','\xb7','\x6b','\x05','\x46','\x35','\xac','\xbb','\xf0','\x41','\x6c','\x2b','\x95','\xa5','\xc0','\x92','\xf7','\x58','\x89','\x56','\x75','\xd1','\xab','\x95','\xda','\x17','\xf5','\x15','\x09','\xcd','\x9f','\xbd','\x64','\xa7','\x96','\xb9','\xf5','\x48','\x2b','\xa2','\xf2','\xc0','\x5b','\xe3','\x8e','\xf6','\x69','\x54','\x2e','\x39','\x40','\xf0','\x8a','\xdf','\x69','\xb6','\xf3','\x3f','\x13','\x6f','\xff','\x01','\x14','\x8e','\xc1','\xb3','\xe8','\x0f','\x45','\x40','\xdb','\xab','\x29','\x81','\x05','\x53','\xeb','\x0b','\xd0','\x7f','\x82','\xee','\x1b','\x45','\xcf','\x0f','\x55','\xb0','\xd5','\x05','\x19','\xfd','\xfe','\xa5','\xdf','\x8a','\x46','\x63','\x88','\xd9','\x27','\x56','\xbf','\x8d','\xdf','\x19','\x03','\x45','\x2e','\x70','\xeb','\xba','\x86','\xf3','\xf3','\xa2','\x5f','\xf2','\x89','\x46','\x91','\x13','\x00','\x40','\x29','\xec','\x3d','\x75','\xcb','\xe1','\x0c','\x40','\x94','\x10','\xa3','\x9a','\x90','\xf1','\x8b','\x76','\x71','\x43','\xe5','\xb4','\xc8','\xbe','\xaa','\x46','\x3f','\x60','\x2b','\x36','\xb0','\xb2','\xa8','\x5c','\x7f','\x72','\x39','\xcb','\x87','\xdd','\x85','\x0c','\xeb','\x41','\x3d','\x40','\xb4','\xc5','\xb1','\x6f','\x49','\xc4','\xc3','\xc3','\x60','\xe0','\x82','\xaa','\x5b','\xbb','\x25','\x8a','\x1b','\x34','\x97','\xb7','\xa4','\x00','\x10','\xb7','\x4f','\xda','\x26','\x8a','\xac','\xfe','\x6b','\x7a','\xd0','\x5a','\x71','\xfa','\x5a','\xd8','\x96','\xcc','\x32','\xb6','\xbb','\x94','\x0a','\x63','\x53','\xb0','\x77','\xb7','\x98','\xf5','\x13','\x4c','\xcf','\x9d','\xcf','\xf7','\x4c','\x63','\x4e','\xa8','\x47','\xd9','\x4b','\xc0','\xdf','\x98','\xc7','\x67','\xcb','\x57','\x03','\x78','\xde','\xa7','\x03','\x54','\xf0','\xd0','\x72','\x49','\xf0','\xfe','\xe3','\x02','\x3f','\xfe','\xb9','\xc0','\xfb','\x8f','\x0b','\x5c','\x2e','\x49','\xed','\xf5','\x81','\xe6','\x09','\xaa','\xbe','\x4d','\x1b','\xf3','\x00','\x00','\xa9','\x6d','\xcc','\xd7','\x03','\x9a','\x92','\x94','\x95','\x57','\x82','\xf5','\xb6','\xc2','\xf5','\x92','\x21','\xaf','\x2b','\xdc','\xae','\x19','\x6e','\xb7','\x2c','\x06','\x01','\x5d','\xdb','\x06','\xac','\x1a','\xa1','\x2d','\xd0','\x8d','\x13','\x02','\x37','\x91','\x3e','\x91','\xee','\x29','\x74','\x5c','\x57','\xd3','\x8f','\xf7','\x96','\x7b','\x47','\x95','\x30','\x9a','\x43','\x5b','\x8b','\x3c','\xb3','\xd5','\x0c','\x0b','\x53','\x20','\x55','\xba','\x62','\x2f','\xc3','\x7e','\x8e','\x0c','\x67','\xcd','\x27','\x28','\x51','\x12','\x48','\xd6','\x2f','\xb7','\x3d','\x52','\xf6','\x00','\x30','\xbe','\x3a','\x3d','\x63','\x05','\x2f','\xe4','\xdd','\x3c','\x56','\x66','\x58','\xaa','\x7e','\x0d','\xed','\xb5','\x59','\x65','\xd5','\x46','\xd3','\x3b','\xea','\xf9','\x7a','\x34','\x68','\xc5','\xe6','\x6d','\x25','\xcf','\x83','\xe1','\xdc','\xd9','\x45','\xee','\x45','\x39','\x86','\x9a','\x81','\xd8','\xdd','\x3a','\x89','\xf6','\x32','\xdb','\x6a','\xc4','\xf1','\x8a','\xec','\x1f','\xca','\x32','\xee','\x03','\xfd','\xec','\x9e','\x31','\x38','\x57','\xdb','\xad','\x54','\x7d','\x3d','\xce','\xb5','\x17','\x6c','\x87','\x4d','\x20','\xa0','\xed','\x08','\x71','\xdb','\x59','\xdf','\xf7','\xde','\x27','\x53','\xce','\xb9','\x5b','\x01','\x5a','\xd7','\x35','\x0c','\x8e','\x20','\x00','\x88','\xf7','\xcf','\xcc','\x52','\xc0','\x2f','\xcd','\x45','\x37','\x71','\x5d','\xd6','\x7c','\x70','\xbc','\x3e','\x8f','\xa7','\xe9','\x5d','\xa4','\xf8','\xc4','\x28','\xa3','\x16','\xc4','\x80','\x03','\x1b','\xb0','\xeb','\x1b','\xef','\x97','\xd0','\x56','\x96','\x61','\x45','\x86','\xc4','\x75','\xd2','\xe5','\xab','\x0c','\xb5','\x5e','\xc5','\x7d','\x57','\x39','\x96','\x44','\x76','\x93','\x3d','\x3f','\x65','\x5f','\x52','\x4a','\x49','\x94','\xc9','\x4c','\x8a','\x21','\xf1','\x1f','\x22','\xc3','\x1f','\x75','\x4d','\x76','\x27','\x47','\xd8','\xd6','\x99','\x17','\x67','\x48','\xb1','\xee','\x48','\x07','\x99','\x29','\x03','\xe1','\xfc','\x15','\xa9','\xd0','\xdc','\xf1','\x39','\xa4','\x37','\x54','\x4b','\x1f','\x20','\x7f','\x73','\x68','\x7b','\x76','\xa8','\x58','\xdb','\xd2','\x05','\xe1','\xfd','\xc7','\x02','\xef','\x15','\xf8','\x30','\xf8','\x01','\x04','\x09','\x68','\x00','\x00','\x12','\x87','\x03','\x01','\x20','\x57','\xfb','\x03','\x2e','\x7e','\x6e','\xb6','\x11','\xd1','\x80','\x58','\x92','\xb1','\x9f','\x33','\xc1','\xe5','\x82','\x70','\x79','\x27','\xc8','\xeb','\x02','\xb7','\x1b','\xc1','\xed','\x63','\x85','\xdb','\x6d','\x85','\xf5','\x9a','\xc5','\x35','\x94','\xd1','\x96','\xc7','\x3b','\xa6','\x18','\x10','\x53','\x43','\xdc','\xbd','\xaf','\xac','\xc9','\x10','\x48','\x88','\xf9','\x97','\x23','\xa5','\x60','\xbe','\x72','\x17','\x7e','\x39','\xed','\xe9','\x12','\x7f','\x3b','\xef','\x39','\xf4','\xe0','\xb8','\xec','\xde','\x75','\xec','\x6b','\x28','\xaa','\x3e','\x95','\x87','\x13','\x57','\x67','\x9c','\x46','\xae','\xb4','\x55','\x37','\xae','\x64','\xb8','\xca','\x33','\xfa','\xd9','\x65','\xb1','\x65','\x74','\x38','\x57','\xe3','\xd4','\xdb','\x0c','\x36','\x0a','\xfd','\x4b','\xdf','\x8c','\x76','\x47','\x09','\xeb','\x5f','\x2e','\x64','\x22','\xc2','\xc6','\x78','\xf8','\x8e','\xa4','\x75','\x6b','\x00','\xf1','\x6a','\xdb','\xdc','\x03','\x94','\x52','\xea','\x0e','\x0b','\x32','\x7e','\x73','\x03','\x98','\xea','\x81','\x8f','\x66','\x9c','\x91','\x4e','\x8e','\x00','\x75','\xe3','\x7f','\x53','\x16','\xb1','\x6a','\x8c','\x04','\xcc','\x5b','\x34','\x78','\xb1','\xa6','\x50','\x79','\xec','\x23','\x61','\xf9','\xd5','\x9e','\xfa','\xea','\x58','\x79','\xeb','\xef','\x60','\x74','\x85','\x0a','\x02','\x39','\xe3','\x37','\xaf','\x5a','\x95','\xeb','\xfa','\x0c','\x53','\xbd','\x46','\x48','\x08','\x66','\xbf','\x0f','\x40','\x03','\x67','\xbc','\x8f','\xc3','\xf8','\xe6','\x0f','\x84','\x4e','\x6f','\xb3','\xe8','\x3f','\xe4','\xa7','\xc7','\xc6','\xe7','\xef','\x33','\x59','\x26','\xea','\x8e','\xfb','\x8c','\x8d','\x08','\x1e','\x41','\xee','\xa5','\xd9','\x4a','\x17','\xbd','\x87','\xa5','\x03','\xda','\x6a','\x5e','\xcb','\x40','\x07','\x2c','\x00','\x44','\xb8','\xbc','\x27','\xf8','\xf1','\xe3','\x0d','\xfe','\xf9','\xdf','\x05','\xde','\x7e','\x5c','\x60','\x59','\x10','\xd2','\x62','\xc1','\x0f','\x07','\xce','\xe0','\xf1','\x42','\x44','\x90','\x16','\x90','\x32','\x30','\x45','\xdd','\xc7','\x63','\xaf','\x8d','\xc1','\x4c','\x00','\x0b','\x02','\x50','\x5a','\x60','\xa1','\xe2','\x1e','\xf7','\x96','\x09','\x6e','\x6f','\x09','\xd6','\xdb','\x02','\xd7','\x8f','\x15','\x6e','\xb7','\x0c','\xeb','\x75','\x95','\x79','\xe3','\xbb','\xc1','\xef','\xd9','\xe3','\x5f','\xa6','\x7b','\x5e','\x55','\x50','\x62','\xfc','\x33','\x5a','\x50','\xf9','\x3a','\x8e','\x8f','\xe6','\xd2','\xd6','\x82','\xfa','\x3f','\x33','\xe3','\x77','\x03','\xc0','\xca','\x35','\x45','\x0f','\x76','\xea','\x27','\x77','\xec','\x07','\x9f','\xce','\x2a','\xc8','\x17','\x81','\x02','\x16','\xd0','\x78','\x5b','\x67','\x4c','\x8b','\x34','\xc9','\x23','\xe0','\x47','\xc9','\x26','\x04','\x80','\x66','\x00','\xb5','\x42','\x8d','\xe2','\x41','\xf2','\xbd','\x89','\x45','\xe9','\xc1','\xa1','\x7e','\x2f','\xb6','\x1c','\xb1','\xf6','\x99','\xe2','\xef','\xc7','\xb3','\xfe','\x18','\x67','\x95','\x9b','\xd6','\x23','\x8c','\x88','\x8c','\x8d','\x8d','\x7d','\xce','\x9c','\x5b','\x1d','\x23','\x01','\x4a','\x9b','\xaa','\xf3','\x30','\xd1','\xd9','\x03','\x6d','\xdc','\xd3','\x5f','\xb3','\xf7','\xe3','\x2b','\x26','\xd2','\x9e','\xd5','\x44','\x5f','\x6d','\xd5','\xef','\x99','\xfd','\x75','\x1e','\xfa','\xb4','\x92','\x99','\x36','\xe7','\x51','\x59','\x01','\x2a','\xbc','\x8e','\x57','\x82','\x44','\xc6','\xd0','\x71','\x3e','\xf1','\x8a','\x14','\xed','\x01','\x9a','\x0a','\x82','\xe0','\x13','\xe8','\x25','\xa3','\x08','\xff','\x88','\x82','\xc4','\xbc','\x44','\x3d','\xd4','\xe0','\x87','\xd3','\x89','\x82','\x07','\x60','\x80','\x83','\x00','\x26','\x89','\x4c','\xd0','\xb4','\x02','\x54','\xf9','\x17','\xc5','\x32','\x03','\xd4','\x88','\x6e','\x50','\x8d','\xd8','\x54','\xff','\xc7','\x19','\xe9','\x0d','\xe4','\x9e','\x8c','\xab','\x92','\xb9','\x52','\x35','\xd6','\x4a','\x09','\x7a','\x81','\x5c','\x15','\x55','\x57','\x47','\x73','\x28','\xab','\x5c','\xb7','\xf7','\x44','\x29','\xae','\xed','\x80','\x40','\xf1','\x04','\x84','\x70','\x53','\x75','\x0c','\xde','\x44','\x3b','\x78','\x1a','\x8b','\xd1','\x91','\xc1','\x00','\xf4','\xf7','\x6e','\x07','\x6f','\xa1','\xea','\x3a','\x6f','\xe1','\x0a','\x97','\xdc','\x4f','\xac','\xac','\x5e','\x35','\xf9','\x8a','\xe0','\x0a','\x65','\xcc','\xd5','\x0f','\x9d','\x94','\x68','\xad','\x01','\x37','\x10','\x01','\xde','\xde','\x17','\xf8','\xf7','\x7f','\x6f','\xf0','\xcf','\xff','\xde','\xe0','\xed','\xfd','\x02','\x69','\xe1','\x0e','\xab','\x61','\xb3','\x79','\xec','\xf0','\xbb','\x6c','\x95','\x4c','\x08','\x09','\x92','\x53','\xd8','\xa0','\x5d','\x28','\xcd','\x58','\x8f','\xf7','\x04','\xd5','\xc3','\x3b','\x95','\xef','\x46','\x04','\x90','\x32','\x41','\x5a','\x10','\x28','\x13','\xbc','\xfd','\x58','\x60','\xbd','\x11','\x5c','\x3f','\x6e','\x70','\xfd','\xc8','\x70','\xbb','\xae','\xb0','\xe6','\x2c','\x13','\xac','\x75','\x23','\x9f','\x39','\x64','\x4a','\x7e','\x3d','\xda','\xa8','\xda','\x0b','\xd7','\xfa','\x6b','\xc8','\x77','\xc8','\x43','\x53','\x66','\x6f','\x42','\x47','\x20','\x4a','\x5d','\x75','\x52','\x3a','\x42','\x73','\x01','\x73','\x63','\xbe','\x7a','\x47','\xdd','\x35','\xa0','\xc7','\xfe','\x89','\x01','\x79','\x06','\xe0','\x7d','\x7b','\x30','\x44','\xcd','\x6d','\x77','\x96','\x3a','\x60','\xbe','\x91','\x7b','\xd0','\x3f','\x7a','\x74','\x54','\xb1','\x69','\xbf','\xb0','\x13','\xb9','\x41','\xae','\xf2','\x70','\xc8','\xdb','\x37','\x65','\xa5','\x53','\x46','\x18','\xc0','\x6c','\x65','\x30','\x21','\x7b','\x03','\xfc','\xf3','\x00','\xcd','\xce','\x9d','\x3d','\x4b','\xc7','\xc9','\xc5','\x9f','\x4a','\xaf','\xce','\x85','\x47','\x7d','\xfd','\xea','\xf5','\x6e','\xb4','\xed','\xf4','\x86','\x2a','\x8d','\x9a','\x03','\x7a','\x20','\x33','\xf8','\x31','\x79','\xa2','\xe5','\x01','\x9b','\x73','\xf5','\xb5','\x48','\xc7','\x31','\x60','\xda','\x05','\x40','\xbc','\x07','\x48','\x93','\x39','\x17','\x28','\x62','\x60','\xa0','\x98','\x9f','\xb8','\x9c','\x95','\x07','\x09','\x8a','\x12','\x57','\x12','\x37','\x25','\x0f','\x13','\xda','\x4d','\xfe','\x59','\x7f','\x16','\x27','\x96','\xa4','\x8c','\xd1','\x99','\x27','\x5c','\x35','\xf5','\x21','\x15','\xeb','\x8d','\x07','\xc6','\x48','\x70','\xb7','\x0f','\x8e','\xf2','\x4f','\xf4','\x3a','\x16','\xb5','\x34','\x29','\xc5','\x15','\xc1','\x84','\xb4','\x96','\xfc','\x19','\x9c','\x65','\xdd','\x57','\xce','\xfa','\x79','\x27','\x13','\x9a','\x5a','\xf1','\xd9','\x7b','\x3e','\x23','\xdc','\x09','\xba','\x25','\x53','\xf3','\x98','\x5a','\xba','\xcd','\xc2','\x9f','\xc2','\x6c','\xc9','\xd6','\x41','\x93','\xfe','\xcc','\x23','\xf9','\x71','\xaf','\x72','\xc3','\xe3','\x43','\x05','\xd5','\x60','\xb0','\xc1','\x6e','\x6f','\x69','\x41','\x78','\x7f','\x5f','\xe0','\xc7','\xbf','\x6f','\xf0','\xef','\xff','\xde','\xe1','\xfd','\xc7','\x52','\xc7','\xbe','\x02','\xe0','\xc8','\x4a','\x49','\xf9','\xaf','\xcd','\x8b','\x16','\xce','\x1d','\x01','\x25','\x58','\x88','\x19','\x91','\xda','\x72','\xa0','\x1e','\x20','\x39','\x14','\x8d','\x00','\xb8','\x20','\x2c','\x84','\x00','\x17','\x80','\x25','\x27','\xa0','\x37','\x82','\xcb','\x25','\xc1','\xe5','\x6d','\x85','\xeb','\xaf','\x04','\xd7','\xeb','\x2a','\x81','\x12','\x24','\x70','\x08','\x77','\x4f','\xad','\x53','\xb7','\x2f','\xe8','\x2b','\x69','\xf2','\xbb','\x71','\x58','\x7a','\x98','\x4b','\xfe','\x22','\xa4','\xf9','\xd7','\x64','\xd2','\x47','\x8a','\x9a','\xe9','\x18','\x8d','\xc2','\x5d','\xd1','\xa3','\x20','\x2d','\x7b','\x55','\xeb','\x87','\xd3','\xce','\x1b','\x4a','\x48','\x4f','\xd9','\x3a','\x10','\xfb','\x1c','\x43','\xf0','\x13','\xd7','\xc1','\x7b','\x9c','\x6e','\x2a','\x19','\x6c','\x49','\x3d','\x73','\x8f','\x92','\xca','\xe3','\x51','\x9c','\x8a','\x1b','\xe7','\x93','\x7d','\x15','\x65','\x27','\x37','\xac','\x7b','\xb4','\x7a','\x18','\xe3','\x18','\x38','\xda','\x2b','\x87','\xfb','\xf0','\x33','\xc4','\xd7','\xe1','\x09','\xfc','\x09','\xdf','\xd1','\x6a','\xc1','\x4f','\xa6','\x57','\x04','\x1b','\xaf','\x54','\x97','\x33','\x6c','\x56','\xe3','\x37','\xa4','\xf7','\x79','\xee','\x19','\xa3','\x04','\xcf','\xbd','\xd7','\xea','\x8f','\x19','\xa2','\xdc','\xb7','\x79','\x5d','\xd7','\x6d','\x00','\x74','\xbb','\xdd','\x24','\x11','\x2b','\x69','\x1f','\x1f','\x1f','\x2d','\xd3','\xb0','\xa4','\xfa','\xc7','\x29','\x68','\x88','\x35','\xdc','\xb3','\x44','\x3b','\xab','\x4f','\xa9','\x9d','\x4f','\x62','\x80','\x53','\xa0','\x5c','\xb5','\x7d','\x3c','\xac','\x94','\x81','\x79','\xd7','\x1f','\x44','\x69','\x2b','\x15','\x9b','\x09','\x7b','\x11','\xce','\xca','\x26','\xeb','\xb4','\x0d','\xf2','\x6a','\x10','\x64','\x64','\x21','\x83','\x39','\x7d','\x48','\x25','\x02','\x2c','\x2d','\x93','\x52','\x37','\x01','\x76','\xac','\x18','\x73','\xdd','\x6a','\x99','\xb6','\x0b','\x3b','\xf2','\xcf','\x0d','\xab','\x78','\x84','\x31','\x4d','\x8d','\x67','\xae','\x23','\x0a','\xd0','\x9a','\x32','\xc2','\xb9','\x44','\xfd','\x61','\x6f','\xdf','\x47','\x0d','\xdd','\x22','\xd4','\x03','\x5d','\x44','\x36','\xca','\x78','\x5d','\x2e','\x09','\x7e','\xfc','\x7b','\x29','\xc0','\xe7','\x9f','\xb6','\xd7','\xa7','\x28','\x70','\xff','\x7f','\xf6','\xfe','\xb6','\x3b','\x72','\x56','\xd7','\x1a','\x46','\xa7','\xc0','\x95','\x5e','\x6b','\xef','\xfb','\xfc','\xff','\xbf','\x7a','\xf6','\x95','\x32','\x7a','\x3e','\x80','\x84','\x24','\xc0','\x76','\x55','\x2a','\xe9','\x74','\x5f','\xd1','\x18','\xdd','\x71','\xd9','\xbc','\xbf','\x48','\x9a','\x20','\x84','\xd1','\xc2','\xda','\xf8','\x91','\x71','\xa4','\x1e','\x0d','\x75','\x18','\x8a','\xc7','\x96','\x71','\x1c','\xd6','\x17','\x02','\xb2','\xed','\xbb','\x0e','\xc6','\xa4','\x88','\x5e','\xa5','\xae','\xe0','\x7d','\x7b','\xab','\x2e','\xb7','\xb7','\x2d','\x61','\x7b','\x4f','\xd5','\x51','\xc2','\x7b','\xc1','\x7e','\xdf','\xcd','\x19','\x21','\x33','\xcf','\x3e','\x73','\x05','\x28','\x0e','\xf6','\x59','\x3e','\x71','\xd1','\xe0','\xcf','\xe3','\xcb','\xdf','\x93','\x56','\x6d','\x1d','\xdf','\x2f','\xc0','\x52','\x7c','\xfd','\x69','\xdd','\xf2','\x40','\x9f','\x7f','\xf9','\xd0','\xf8','\xcc','\x0c','\x9f','\x5d','\xa4','\x79','\x45','\x1a','\xb1','\xcd','\xd9','\xbf','\x3a','\x4a','\xd2','\x7e','\x2b','\xfa','\x62','\x2d','\x44','\x0e','\xd7','\x04','\x95','\x05','\x71','\x2c','\xce','\x35','\x5a','\xe6','\xfd','\xc3','\x44','\x22','\xad','\xce','\x4a','\xfc','\xd0','\xdf','\x4c','\x6d','\x56','\x33','\x10','\xd7','\x4f','\xb9','\xad','\x3a','\x9d','\x3b','\x9e','\xf8','\x3e','\x14','\x9d','\x1d','\x30','\xb3','\xe2','\x9b','\x48','\xce','\x09','\xc2','\x23','\xf7','\x00','\xe9','\x79','\x7d','\x36','\xe0','\xa1','\xed','\x8a','\x24','\xeb','\x14','\xc0','\x44','\x10','\x73','\xb5','\x96','\x63','\xff','\xe3','\x97','\x9b','\xcd','\x4a','\x3a','\xcc','\x59','\x1f','\xb3','\x2a','\x2d','\xf9','\x49','\xd2','\x0b','\x56','\x58','\xc3','\x52','\x2f','\x70','\x58','\xd5','\xd3','\x6e','\x15','\x50','\x63','\x80','\x98','\xf3','\x66','\x63','\xc3','\x18','\x57','\xd6','\x29','\x99','\x7a','\x40','\xcc','\xf2','\xfa','\xd9','\x24','\x77','\x9e','\xa9','\x95','\x54','\xc2','\xaf','\x61','\x9a','\xd4','\xa8','\x97','\xfb','\x50','\x38','\x3c','\x4a','\xa6','\x2c','\x71','\x27','\x4a','\x06','\xbf','\xaa','\xf4','\x14','\xfa','\x99','\x42','\x12','\xad','\x7c','\xf3','\xf4','\x9b','\xf2','\x1c','\xa4','\x65','\xad','\xb7','\x17','\x65','\x13','\xfc','\xfb','\x3a','\x3a','\x44','\x92','\x93','\xe7','\x07','\x92','\xd5','\x24','\x0b','\x50','\xb8','\x80','\x40','\xd8','\xde','\x32','\xfe','\xf3','\xdf','\x1b','\xfe','\xfb','\xbf','\x37','\xbc','\xfd','\xba','\x21','\x6f','\x95','\xb1','\x14','\x66','\x80','\xda','\xe5','\xa3','\x0a','\x96','\x3b','\xd0','\x21','\x42','\xbb','\x20','\xd7','\x8c','\x0a','\x51','\x38','\x48','\xa1','\xa8','\xce','\x37','\x29','\x45','\xb5','\xa2','\xeb','\x63','\xcc','\x9a','\xcb','\x59','\x47','\x0d','\x20','\x00','\x85','\xd0','\xd4','\x11','\xf5','\x4a','\x28','\xe7','\x91','\xb6','\x5b','\xc1','\xfd','\x9f','\x1d','\xef','\xef','\xa9','\x82','\xa0','\x3b','\xb7','\x5d','\x21','\xb8','\xb9','\x27','\x8d','\xe8','\x61','\xfc','\x93','\x34','\x53','\xb2','\x2f','\xc6','\x23','\xf3','\x6c','\x8a','\xe5','\x68','\xe6','\xec','\xe6','\xab','\x21','\xf8','\x47','\xf2','\xbe','\xa2','\x68','\x7e','\x84','\x96','\xe9','\xd3','\xe2','\xbb','\x1d','\xf4','\x96','\x3f','\x9e','\x21','\x20','\xcb','\xb8','\x57','\x85','\x98','\x14','\x84','\xdd','\xf7','\x3e','\xda','\x74','\xf3','\x73','\x62','\x62','\x7b','\x3a','\x26','\xcf','\xc0','\xf5','\x32','\xda','\xf9','\xe0','\x1c','\xbc','\x52','\x1e','\xec','\x9c','\xaf','\x88','\xe3','\x8f','\x57','\xf1','\xc5','\x87','\xd2','\x69','\xe6','\xb9','\xb1','\x40','\xed','\xb9','\xc4','\x17','\x18','\xc3','\x34','\x7d','\xaa','\x77','\x7b','\x0c','\x7a','\x61','\x1b','\x6f','\x16','\xe2','\x79','\x4b','\xe7','\x3f','\x47','\x81','\x1b','\xe9','\x0b','\xca','\x2e','\xf3','\x87','\xe9','\x0b','\x99','\xe4','\x9f','\xdc','\x27','\xdf','\x87','\xe2','\x19','\xa0','\xfe','\xff','\x71','\x57','\xce','\xcc','\xe3','\x3a','\xcb','\xea','\x42','\x80','\xe4','\x03','\x02','\x4f','\xf8','\x83','\xba','\x6f','\xe6','\x19','\x0e','\x08','\x67','\x80','\x22','\xe0','\x39','\x5a','\x09','\x90','\xe3','\x3a','\xa2','\xb4','\xd5','\x1d','\x9f','\xd4','\x5c','\x00','\x4b','\xa0','\x16','\x8e','\xfb','\x19','\x9d','\xaa','\x02','\xf2','\xd0','\x78','\xb2','\x7a','\xce','\x0c','\xe3','\xd1','\x4d','\xb6','\xca','\xd9','\x26','\xf9','\x1c','\x59','\x81','\x6d','\x95','\x4f','\xeb','\x88','\x21','\x48','\x7c','\x32','\xff','\x49','\x98','\xe8','\xce','\xba','\x3a','\x49','\xa8','\xbb','\x54','\x28','\x40','\x01','\x3b','\xaf','\x5e','\x92','\x84','\x03','\x63','\x26','\x9b','\x39','\x08','\xaa','\x6f','\x98','\x87','\x0f','\xeb','\x41','\xa7','\xe3','\xd3','\x0a','\x5d','\x5f','\xa1','\x01','\xab','\x84','\xdf','\x0a','\xf4','\xcc','\x8b','\x64','\x5e','\x12','\x00','\x1e','\x4c','\x4b','\xc6','\x03','\xcd','\xda','\xe7','\x66','\x16','\x8a','\x79','\x08','\xa9','\x56','\x13','\xa4','\xfb','\x59','\x3d','\x8f','\x94','\x81','\xb3','\x09','\x19','\x15','\x34','\xdb','\x3e','\x53','\xed','\xad','\xbf','\x93','\x39','\xd0','\x2f','\x94','\x24','\x67','\xed','\xc9','\xdc','\xef','\xb3','\xda','\x36','\xc2','\xff','\xfc','\xef','\x1b','\xfe','\xfb','\xff','\xde','\xf0','\xf6','\x56','\xcf','\xd4','\x89','\xb9','\x66','\x1d','\x5e','\x06','\xf8','\x10','\x74','\xec','\x81','\x50','\xcd','\x2a','\xb5','\xed','\x1b','\x72','\x21','\x9e','\x7a','\xce','\x5b','\x36','\x85','\xa9','\x0e','\x53','\x08','\xa3','\xf3','\x35','\xf4','\x5f','\x22','\x6c','\xb7','\x84','\x9c','\x09','\x39','\x27','\xe4','\x5b','\xc1','\xfd','\x3d','\x35','\x30','\x04','\xe0','\x2e','\x20','\xa8','\x27','\xc4','\x3e','\xc9','\x69','\x39','\x86','\x42','\x7f','\x94','\xcc','\x90','\xe9','\xe3','\x33','\x4e','\x58','\x61','\xd0','\x8e','\x85','\x7f','\x28','\x4b','\x93','\xfa','\xd3','\xf1','\x3f','\x1c','\x99','\xfd','\xab','\x97','\xea','\x27','\x33','\x53','\xb1','\x98','\x35','\x9b','\x6b','\x9f','\x67','\x81','\xcf','\x2a','\xfa','\x48','\x1c','\x33','\x3f','\x57','\x98','\xe9','\x72','\xbe','\x33','\xfa','\x32','\xe5','\x4e','\xc6','\x60','\x1d','\xb0','\xab','\x73','\x2c','\x4e','\x4e','\xcc','\x3a','\xf8','\x85','\xe5','\xbd','\x86','\xa7','\xfc','\x3d','\x74','\x47','\x18','\x67','\xfd','\x02','\x2a','\x86','\x96','\x92','\xfb','\xab','\x57','\x22','\x7e','\xe8','\x90','\x7e','\x76','\x7e','\x7e','\x08','\x18','\xe7','\xab','\x4a','\x07','\xa7','\x87','\x7f','\xef','\x71','\x12','\x37','\x72','\x00','\xe0','\x76','\xbb','\x4d','\x79','\xb0','\xf3','\x02','\x07','\x88','\x82','\xc7','\xee','\x9d','\x25','\x55','\xda','\x53','\x3f','\xf7','\xe2','\x6f','\xae','\x87','\xdb','\xc1','\xe9','\x5c','\xd7','\x2a','\x78','\x4d','\xb4','\x09','\x93','\x6c','\xf7','\xa4','\x14','\x8d','\xd3','\x01','\x10','\x7a','\x54','\xcd','\xbf','\xfe','\xed','\x1d','\x74','\x64','\x50','\xd6','\xb3','\x26','\x95','\x30','\x1d','\xd8','\xc0','\x99','\xb4','\xc5','\x88','\xce','\xb9','\xc1','\x80','\xa0','\xa4','\xae','\xcd','\x1d','\xf7','\x5e','\xdc','\x19','\x90','\x9e','\x0c','\xd9','\x24','\xc7','\x85','\x30','\x33','\xa8','\xec','\x6a','\xd9','\x54','\x3e','\x90','\x7f','\x9c','\x0b','\x22','\x82','\xee','\x1a','\x31','\xfb','\x21','\x6b','\x40','\x5f','\x05','\x37','\xa4','\x7d','\x09','\x12','\xaf','\x75','\xc9','\x85','\xa9','\x7a','\xba','\x5c','\xf2','\x79','\x3c','\xf4','\x6d','\xbd','\xe5','\xcc','\x96','\xbc','\xd7','\xfe','\x54','\xd7','\xe5','\x76','\xa7','\xac','\x8f','\x05','\x32','\xf1','\x1d','\x4c','\xba','\x02','\x6e','\x56','\xdf','\x63','\x5c','\x0b','\x6a','\x41','\x7d','\x87','\xc3','\xeb','\xcf','\xcb','\x3c','\xc4','\xe9','\x42','\xd9','\x6b','\xff','\x25','\x22','\xdc','\x7e','\x6d','\xf8','\x9f','\xff','\xbd','\xe1','\x3f','\xff','\x7b','\xc3','\xed','\x2d','\xbb','\xf6','\x70','\xde','\x0e','\x4d','\x9b','\x22','\x99','\xcb','\x7f','\x63','\xe7','\xca','\x03','\x85','\x02','\xd9','\x46','\xd1','\x36','\x32','\x13','\xc4','\x0e','\x22','\x32','\x3f','\x03','\xd6','\x13','\x95','\x96','\xa8','\x0a','\x3e','\x26','\x42','\xca','\xd5','\x7c','\x6f','\xdb','\x12','\xee','\x5b','\x42','\xfe','\xbf','\xd4','\xbc','\xc6','\xed','\xd8','\x8b','\x01','\xf6','\x47','\x7c','\xf0','\x11','\xde','\x78','\x4d','\x23','\xbb','\x10','\x3f','\xce','\x5d','\x1a','\x82','\xb9','\xcf','\x17','\x92','\x7d','\x96','\x8e','\xd2','\x3e','\x55','\xe8','\xa7','\x29','\x7d','\xe4','\x2a','\xe4','\x63','\x62','\x00','\x34','\x35','\x25','\xf6','\x3c','\x6b','\xc1','\xb8','\x66','\xc1','\xaf','\xd1','\x6c','\xa8','\xb7','\x1f','\x6c','\x5f','\xb2','\x5c','\xdb','\x67','\x33','\xa4','\xe1','\x7f','\xff','\xfd','\x2b','\x85','\xf4','\xf1','\x44','\x38','\xe4','\x5b','\x38','\x5f','\x90','\xfa','\x0c','\x8a','\x53','\x4e','\xe4','\x84','\x7d','\x31','\xbc','\x9b','\xa4','\x71','\x29','\xa3','\x1f','\xfa','\xb3','\xc8','\x09','\xe0','\x2f','\xca','\x73','\x36','\x85','\x8f','\xc2','\x1c','\x85','\xfb','\xc3','\xe9','\x68','\x29','\xea','\xf8','\x44','\xe8','\x72','\x99','\xe1','\x90','\x66','\x69','\x52','\x7c','\x32','\x0b','\x19','\x5d','\x87','\x6c','\x8e','\x96','\x8c','\x1e','\x32','\x2d','\xfa','\xac','\x30','\x57','\xfa','\x72','\x15','\xe6','\xa2','\xe0','\xb6','\x9e','\x74','\x85','\x4e','\x9d','\x20','\xc8','\x45','\x41','\x36','\xd2','\x70','\x71','\x10','\x35','\xe7','\x06','\xe6','\x0c','\x4c','\x5c','\x51','\x56','\x93','\x19','\xb3','\x6a','\x68','\xcf','\x3d','\xc8','\xea','\x52','\xdf','\xe9','\x09','\x0a','\x32','\xb7','\x8e','\x59','\xf4','\xa4','\xdf','\xb6','\x1b','\x3b','\xd1','\x2b','\x92','\xd6','\x6c','\xa2','\x29','\x9f','\xa1','\x11','\x56','\x0e','\x0f','\x12','\x11','\x52','\xae','\xff','\xe4','\x4c','\x85','\xb4','\x47','\x75','\x6f','\x0c','\x30','\x55','\x07','\x07','\x56','\xd1','\x8f','\x65','\xf0','\x86','\x7b','\xa6','\x21','\x0d','\x8d','\xe3','\xc7','\x2b','\xbc','\x4b','\x31','\xaf','\xed','\x65','\xbe','\x86','\x6c','\x2a','\xc0','\x69','\x87','\xea','\x09','\x40','\x33','\xdf','\x53','\x53','\x3e','\x71','\xe6','\x40','\x7d','\x67','\x2b','\xb9','\xb3','\x5b','\x63','\x9b','\xad','\xc8','\x2d','\x12','\xc0','\xf7','\xab','\x02','\xc5','\xd2','\xff','\xea','\xa1','\xfb','\xe6','\x35','\x0d','\x06','\x38','\xab','\xab','\x5c','\x5b','\x61','\xc3','\x9c','\x87','\x39','\x61','\x9b','\xf8','\xa4','\xb8','\xd6','\x83','\x5f','\x55','\xb8','\x48','\x41','\x77','\xbc','\x6f','\x67','\xe2','\x24','\x1a','\x68','\x66','\x02','\xcc','\x8c','\x94','\x08','\xb7','\x5f','\x19','\xff','\xf3','\xff','\xde','\xf0','\x3f','\xff','\xef','\x0d','\xdb','\x2d','\xe9','\xd8','\x06','\x55','\x53','\x33','\x29','\x93','\x03','\x41','\xd4','\xdb','\xfd','\x9c','\xc4','\x04','\x4e','\x40','\x4b','\x2b','\x87','\x24','\xed','\xf5','\x97','\x16','\xc6','\xb0','\x32','\x6b','\x46','\x69','\x16','\x01','\x58','\xb5','\xcd','\xee','\xe4','\x20','\x67','\xb4','\x9d','\x5c','\x02','\xa5','\x54','\xe7','\xc0','\x3b','\x55','\x6f','\x71','\xf7','\x82','\xb2','\xb7','\x85','\x8a','\x96','\xae','\xef','\x80','\x4b','\x55','\xf1','\x05','\x7d','\x80','\xd4','\x3a','\xf0','\x91','\xfc','\x9e','\xa0','\xd9','\x7c','\x7b','\x55','\x6e','\x8f','\x81','\xa0','\x47','\x03','\x3f','\x50','\x88','\x96','\xf6','\x35','\x0c','\x6a','\x98','\x10','\xf3','\x61','\x99','\x6c','\xf7','\x4e','\xbb','\x9a','\x7c','\xb8','\xd3','\x72','\xf2','\xd5','\x16','\x0b','\xe1','\xae','\x0a','\xe4','\xcb','\x74','\x55','\x3b','\xfb','\xbe','\x34','\x95','\x3a','\xb2','\x60','\x37','\xe1','\x21','\x03','\xfd','\xa5','\x8a','\xe7','\x1f','\x4f','\xb3','\x89','\xf6','\xa0','\xa2','\x39','\x38','\xca','\xf8','\x6a','\x20','\xf4','\x43','\x4f','\xd3','\xe7','\x76','\x51','\xd5','\x77','\xdc','\x22','\x6a','\xd3','\x3f','\x1c','\x08','\x7a','\x20','\x39','\x17','\x7e','\x36','\xce','\x66','\xc2','\xe3','\x9a','\x9a','\xa4','\x7a','\xd9','\xcc','\xa3','\xf5','\xa9','\x17','\xb8','\xfb','\xfd','\xee','\xcb','\x6a','\x77','\x32','\x1a','\xd8','\xb1','\xce','\x0d','\xa4','\x80','\x2c','\x61','\x59','\xe4','\x63','\xbf','\xdf','\xa6','\x2b','\xab','\xcd','\x1b','\x9a','\x51','\x72','\xed','\xd9','\x1e','\x77','\xd6','\x45','\x90','\x9c','\x98','\x1f','\x19','\x35','\xd4','\x82','\xaa','\x25','\xee','\x95','\x9d','\x8d','\xa6','\x30','\xa9','\xb9','\x5e','\x53','\xf2','\x25','\xcd','\x81','\xc4','\xa6','\x89','\x50','\x77','\xb8','\x72','\x35','\x0d','\x22','\xa2','\x06','\x72','\xea','\x5f','\x51','\xd6','\x45','\x89','\xec','\xbb','\x3e','\x03','\x7e','\xc6','\xbc','\xe7','\x6c','\x58','\x6a','\x76','\x97','\xde','\xb3','\x9d','\x2a','\x0a','\x14','\x40','\x1f','\x6b','\x2f','\xcf','\x17','\xe9','\xa4','\x9f','\x88','\x40','\x0d','\xc0','\xe5','\x94','\xaa','\xe9','\x5e','\xee','\x00','\x87','\x1a','\x18','\xd2','\xfd','\x33','\xdd','\xa5','\xe8','\xed','\x07','\xc0','\xd7','\xeb','\x68','\x10','\x46','\xf4','\x43','\x40','\x75','\xca','\x0c','\x2d','\xeb','\x00','\x86','\x64','\x0c','\x98','\x4b','\x6c','\xcb','\xce','\xd8','\xf7','\x0a','\xc4','\x8b','\x02','\x26','\x33','\x16','\x35','\x9f','\xf3','\x15','\xd6','\x75','\x99','\x05','\xb0','\xb6','\x20','\x6d','\x6c','\xd8','\xdd','\xbb','\x3e','\xf6','\x44','\xb1','\xaa','\x7f','\xbb','\x49','\x27','\x90','\xb7','\x84','\xb7','\x5f','\x1b','\xfe','\xfb','\xbf','\x37','\xfc','\xe7','\xbf','\x37','\xe4','\x4c','\x5a','\xbe','\x94','\xc8','\x16','\x55','\xc1','\x8e','\x35','\x7d','\xbb','\x7c','\x86','\xa6','\x55','\x54','\x70','\x8f','\x28','\x86','\xde','\xfb','\x21','\x3a','\x26','\x22','\x5b','\x62','\x28','\xe3','\x62','\x13','\x4e','\xea','\xad','\x2d','\xc9','\x7d','\x4e','\x10','\xa1','\x8d','\xfb','\x84','\x9c','\x6f','\xc8','\x5b','\xc2','\x7b','\xce','\xb8','\xbf','\xdf','\x9b','\xa3','\x84','\xd2','\x3d','\x32','\x72','\x07','\xca','\x0f','\x09','\xcd','\x3f','\x44','\x6f','\xfc','\x7d','\xc5','\x5c','\x72','\xb7','\x97','\x91','\x97','\x07','\x57','\x6b','\x2a','\x52','\xf0','\x81','\x7c','\xf0','\x81','\x3a','\xb8','\xc8','\xb4','\x2e','\xe6','\x33','\x63','\xee','\xd3','\x95','\xbb','\x0b','\x9e','\xfc','\xbe','\x98','\x44','\x16','\xc3','\xf0','\xb1','\xb8','\x6e','\x36','\x89','\xf0','\x43','\x7f','\x32','\xfd','\x45','\xfc','\xf8','\x87','\xbe','\x8a','\xfc','\xa0','\x11','\xdd','\xc3','\xaf','\x47','\xb1','\x31','\xb5','\x0f','\x03','\xe8','\x68','\xcc','\xcd','\x80','\x7a','\x5c','\x75','\x3c','\x02','\xf3','\x47','\x44','\x18','\x36','\x72','\x80','\xea','\xe4','\x2d','\xe2','\x1b','\xc0','\x00','\x20','\x60','\x6e','\xf2','\x66','\x57','\xaa','\xeb','\xaa','\x70','\x58','\x0c','\x8c','\x8a','\x78','\x53','\xec','\x2c','\xcc','\xa8','\xe7','\x20','\xba','\x22','\xcb','\xcd','\x2d','\x0c','\xf3','\x42','\x44','\x0c','\x8b','\x11','\x7a','\x0d','\x99','\x59','\x07','\x8f','\x21','\x7a','\x3c','\x42','\xbf','\x54','\x52','\xea','\x50','\xeb','\x47','\x5d','\x19','\x65','\xa3','\x54','\x93','\x00','\x0d','\xa0','\xb4','\x03','\xe7','\xd6','\xe1','\x01','\xd0','\x15','\x57','\x91','\x16','\xae','\x81','\x19','\x5d','\x9b','\x34','\xaf','\xa6','\x95','\xd2','\x3c','\x03','\xb0','\x18','\x90','\x6e','\x57','\xb8','\xb9','\xf9','\xd1','\xd6','\xdd','\xb3','\x96','\x41','\x37','\xdf','\x83','\x71','\xcc','\xd0','\xc1','\x4e','\x6a','\x07','\xdc','\xed','\xb9','\x25','\xdd','\xdd','\x31','\x0d','\xa3','\x2b','\x80','\x14','\xf4','\x0d','\x6e','\xc0','\x20','\x16','\x6d','\x42','\xfe','\x12','\x41','\xd2','\x72','\x76','\x70','\xd5','\x7a','\x4e','\x34','\x72','\xc8','\xf8','\x69','\x75','\x6a','\xe3','\xa8','\xec','\xa5','\x7a','\x21','\x6b','\xe0','\x67','\xdf','\x0b','\xca','\xce','\xde','\x45','\xb3','\x9d','\x20','\x46','\xd3','\xd7','\x72','\x9e','\x4c','\x1e','\x05','\x26','\x0a','\xd6','\x27','\xfd','\x60','\xa2','\xcb','\xb9','\x27','\x3b','\xde','\x73','\xae','\x9e','\xde','\xfe','\xe7','\x7f','\xdf','\xf0','\xab','\x81','\x1f','\x19','\xcf','\x6a','\x12','\xca','\xbd','\x0d','\x13','\x46','\x00','\x74','\xd8','\xa8','\x2b','\x06','\x62','\xe2','\xb9','\x8b','\xcc','\x14','\xfd','\x98','\x60','\x02','\xd2','\x5b','\xc7','\xf6','\xf3','\x41','\x3d','\x71','\x32','\x9d','\x4b','\x4c','\x0e','\x00','\xe6','\x4c','\x48','\x89','\x9b','\xb3','\x84','\x82','\xfb','\x46','\x78','\xdf','\x76','\xbd','\x4c','\xb5','\xf6','\x4b','\xe9','\x20','\x68','\xd5','\xee','\x16','\x1c','\x0f','\x87','\x93','\xae','\x53','\x2b','\xd9','\xd3','\xb2','\xfa','\xe1','\x78','\xaf','\x52','\x0a','\xe2','\x04','\x7a','\x44','\xa9','\x7c','\x26','\xce','\x69','\x72','\xcf','\x57','\xac','\xae','\x11','\xf9','\xce','\x9e','\xa5','\x36','\x80','\x2b','\xc6','\x1c','\x38','\x45','\x5e','\x3f','\x53','\xc6','\xaf','\xec','\x92','\x5e','\x5a','\x0d','\x39','\xce','\x1b','\xc0','\x41','\x3b','\xaf','\xd0','\x13','\x2f','\xbf','\xad','\xac','\xc8','\xbe','\xc2','\xd4','\x6d','\x49','\x66','\xb7','\x87','\x0d','\x00','\x1a','\x68','\xa5','\x98','\xcc','\xe8','\x0a','\x0f','\xbb','\xda','\x35','\x3f','\x80','\xeb','\x3a','\xc5','\x36','\x5d','\xb5','\xf1','\x0f','\xb8','\xf9','\x83','\xe9','\x6b','\x27','\xc4','\x3c','\xb7','\x85','\x62','\x2b','\x7a','\x34','\xaa','\xce','\x7d','\x89','\x4f','\xcf','\x92','\x3e','\x8a','\xf6','\xcc','\xd8','\x6d','\x3a','\x97','\xa5','\x52','\xca','\xd4','\xa9','\x9b','\x73','\x82','\x20','\x76','\x72','\xa2','\x04','\x55','\xc7','\x08','\xa9','\x9f','\x81','\x69','\x5a','\x60','\x5b','\x3c','\x72','\x2b','\xc9','\xb1','\x32','\xa2','\xdc','\xaa','\x79','\x53','\xe9','\x2b','\xec','\xcf','\xac','\x8b','\x75','\x08','\x34','\xf9','\x26','\xa0','\x4b','\xb4','\x3e','\x51','\xf8','\xa4','\xd8','\xaa','\x74','\x76','\xf1','\xcf','\x04','\x24','\x4a','\x7a','\x16','\x43','\xdb','\xa1','\x29','\xe8','\x62','\xda','\x27','\x3e','\xc5','\x8b','\x3d','\xdb','\xe3','\xff','\x68','\x9a','\xab','\xf2','\xcd','\x88','\x7b','\x31','\x9b','\xa2','\x1a','\x15','\x43','\x03','\x18','\x4d','\xa2','\x02','\xd4','\x28','\x8b','\x17','\xaf','\x84','\xbc','\xb5','\x43','\xec','\x5b','\x75','\x6d','\xdc','\x4d','\xdc','\x66','\xe9','\x36','\xd0','\x34','\x2b','\xab','\x20','\xfc','\x40','\x34','\x3c','\x8c','\xf1','\x54','\xd1','\xd6','\x70','\xfd','\x6c','\xcd','\x2a','\xbd','\x6e','\xd2','\x44','\xba','\x0b','\x41','\xa9','\x9e','\x45','\x11','\x90','\xd9','\x4d','\xe5','\x2a','\x30','\xda','\xef','\x05','\x7b','\x29','\x60','\x01','\x49','\x18','\x2b','\x72','\x36','\xa7','\xac','\x42','\x2a','\xe6','\x8d','\x10','\x20','\x24','\xe3','\xb7','\x21','\xaa','\x3a','\x74','\x48','\x37','\x07','\xc1','\x15','\x48','\xbf','\xfd','\xa7','\x82','\x9f','\xff','\xfc','\xcf','\x5b','\x05','\x3f','\xad','\xf6','\xe2','\xc5','\x4d','\x76','\xce','\xd4','\xb3','\x5b','\xea','\x80','\x55','\x9b','\xc9','\x4d','\xd2','\x30','\xbe','\x2d','\x60','\x39','\xaa','\x8b','\xd6','\xd5','\xd7','\x98','\x7b','\xa7','\xf4','\xbe','\xd6','\xee','\x31','\xc0','\x77','\xda','\xdf','\x24','\x8d','\xd3','\xe6','\x15','\xeb','\xee','\x6f','\xdd','\x15','\xad','\x77','\x07','\xdd','\xdf','\x0b','\xf6','\x77','\xea','\x17','\xa9','\x9e','\x90','\xd4','\x50','\x1d','\x61','\xfc','\x08','\xe6','\x4b','\xf4','\xca','\xeb','\x65','\x4e','\xe7','\xc6','\x05','\x1a','\xe2','\x5f','\xc1','\x27','\x61','\x91','\x62','\x4a','\x22','\x4f','\xfc','\xcf','\x4b','\x59','\xbd','\x4c','\x4d','\x78','\x31','\xe0','\xfc','\x4e','\x64','\xab','\x74','\x08','\x7e','\x7e','\xe8','\x87','\x7e','\xe8','\x87','\x16','\xa4','\x0b','\x91','\x61','\xf1','\x79','\xd4','\x40','\x3e','\xec','\x27','\xf6','\x29','\x8a','\x4e','\x10','\x98','\x19','\xdb','\xb6','\x4d','\xc3','\x3a','\x37','\xd8','\xb3','\x1b','\x54','\xbd','\x73','\x00','\x7b','\x4e','\x67','\xb1','\x80','\x26','\xab','\xe4','\xf6','\x7c','\x4f','\x11','\xf0','\x30','\x9a','\x79','\x1d','\xcb','\x9b','\xb8','\x74','\x6a','\xd6','\x7f','\x4d','\x5c','\x01','\x3f','\xb2','\x5b','\x23','\x31','\x04','\x04','\xc4','\x34','\x18','\xb5','\x91','\x72','\x26','\xa4','\x2d','\x21','\x35','\xe5','\x56','\x94','\x6d','\x01','\xb3','\xa3','\x2b','\x6e','\xc9','\x98','\xeb','\x6a','\xb9','\x82','\x2d','\xd9','\x45','\x60','\xdd','\x55','\x60','\x2b','\xcc','\xed','\xea','\xa4','\x01','\x61','\xa6','\x52','\x7d','\x17','\x86','\x7b','\x3b','\x4b','\x5b','\x11','\xa1','\xee','\xe6','\xb4','\x33','\x19','\x39','\xa5','\x5a','\x6e','\x55','\x4a','\xeb','\x6a','\x7d','\xf7','\x4c','\x67','\xf2','\x31','\x4a','\x87','\x80','\x39','\x67','\x3a','\x35','\x36','\xf1','\x00','\xe4','\x27','\x41','\x3c','\xd1','\x64','\x3c','\x3c','\x02','\x12','\xcd','\x8b','\x44','\x54','\x5d','\xcf','\x91','\x69','\x07','\x86','\x5e','\xd4','\x29','\x20','\xa8','\x02','\xa2','\xbe','\x3b','\xb4','\xb4','\x63','\x9f','\x2d','\x4c','\x4c','\xd1','\x9f','\x89','\xeb','\x10','\x67','\x4d','\x44','\xce','\xb6','\xa5','\x9c','\xf0','\xeb','\x3f','\x1b','\xfe','\xe7','\xff','\xf5','\x9d','\x1f','\xcd','\x50','\x70','\x03','\x75','\xd3','\x30','\x39','\x2b','\xa7','\x17','\xe5','\xda','\x86','\x18','\x0a','\xd5','\x81','\x7e','\xfd','\x21','\x7d','\xc8','\x61','\x87','\xcd','\x45','\x99','\x52','\xbc','\x9c','\x51','\xd7','\x06','\x6c','\x74','\x32','\x65','\x47','\xdb','\xce','\x1e','\x76','\x32','\x2b','\x48','\x4a','\x89','\x40','\xb7','\x84','\xb4','\x75','\xa0','\x9d','\xf3','\x8e','\x7b','\xde','\x71','\xbf','\x13','\xf6','\xf7','\xd2','\xcf','\xc2','\x01','\xf3','\x03','\x92','\x3c','\xf9','\xfd','\x20','\x87','\x24','\x9e','\x75','\xe8','\x22','\xec','\x63','\x49','\xbf','\x20','\xe2','\xb5','\xf4','\xae','\xe9','\xd8','\xb3','\x48','\xad','\x2f','\x2f','\x02','\xe3','\x69','\xaa','\xaf','\xa8','\x9b','\xe5','\x67','\xcf','\x44','\x3d','\x8b','\x1e','\x1a','\xe8','\x4a','\x4e','\x31','\xcc','\x87','\xf5','\xfa','\xd9','\x7c','\x3b','\xcc','\xb1','\x07','\x3c','\xda','\xe1','\xb1','\x6b','\x0e','\x5f','\x8d','\x3d','\x64','\x3a','\x3a','\xf0','\xb3','\xaa','\xe7','\x8c','\xc7','\x3c','\xda','\xe5','\xcf','\x0c','\x91','\x13','\xde','\xfc','\x50','\x3e','\x7f','\x0a','\xb8','\x3b','\x6b','\xa7','\x99','\x10','\xfd','\x2a','\x7a','\xe5','\x60','\x7d','\x55','\xd9','\xd7','\x53','\xef','\x2f','\xa3','\xef','\x5c','\x29','\xc3','\xeb','\x44','\x1e','\x70','\x64','\xd8','\x06','\x04','\x1d','\x8d','\xa3','\xc8','\x6b','\xce','\x78','\xc0','\xc9','\x7c','\x10','\x3d','\x58','\x7f','\x13','\x61','\xdb','\xb6','\xa9','\x85','\x9b','\x3b','\x03','\x34','\xbb','\x28','\xc8','\x33','\xc9','\xbe','\xa4','\xec','\x0e','\x5e','\x57','\xae','\xaa','\x60','\xc1','\x9e','\x0f','\x90','\x34','\xdc','\x5e','\xc0','\x69','\x8b','\xcc','\xa8','\x29','\x83','\xa2','\xa4','\xd9','\x0a','\x36','\x2d','\x57','\xbf','\x49','\xb8','\x94','\x4c','\x30','\x51','\x90','\x2b','\x28','\xca','\x5b','\xc2','\xed','\x96','\x90','\xb7','\x0c','\x10','\xea','\xd9','\x93','\x7b','\x01','\x50','\xb4','\xdc','\x7a','\x4e','\xc5','\x9c','\xf9','\x91','\x7c','\x44','\x80','\x30','\xb3','\x7a','\xf2','\x9a','\x2d','\x73','\xd6','\xe6','\x33','\x9a','\xa0','\x6b','\x4f','\x33','\x88','\x86','\x9d','\x1e','\xd2','\xb3','\x18','\x72','\x61','\x65','\xdd','\xe9','\x69','\x7f','\xb7','\x34','\x39','\xd4','\xd5','\x01','\x83','\x3b','\x9c','\x21','\xed','\xdf','\x70','\x05','\x3b','\x40','\xb6','\xe6','\x4b','\x14','\x8b','\x7b','\x40','\xee','\x2e','\x9a','\x96','\x6e','\xa2','\x7e','\x0e','\x86','\xb5','\xa2','\x97','\x12','\xd3','\x07','\xe9','\x6a','\xa2','\x84','\xc4','\x40','\xde','\x18','\xe5','\x96','\x0c','\x08','\x6a','\xbb','\x43','\x7a','\x2e','\xc5','\xd4','\x5f','\x14','\x7b','\xbb','\x12','\x71','\x80','\xe2','\xe2','\xa5','\x9f','\x7a','\x2e','\xa8','\xa5','\x9b','\xb7','\x0a','\x7e','\xfe','\xf7','\xff','\xf7','\x86','\x5f','\xff','\xf3','\x86','\x84','\x0a','\x9a','\x87','\x8d','\x1c','\x12','\xe7','\x07','\x72','\x16','\x6d','\x34','\xc7','\x7c','\xa0','\x11','\x4c','\x24','\x76','\xaf','\x0e','\x9b','\x53','\x99','\x88','\x89','\x2b','\x5d','\x1e','\xe2','\xc9','\x78','\xa0','\x80','\x4e','\x74','\x97','\xb7','\x85','\x97','\x3a','\x25','\x31','\xb9','\xcc','\x84','\x7c','\x4b','\xc8','\xff','\xec','\x78','\xa7','\x6a','\x16','\x17','\x1d','\x5a','\x08','\xac','\x93','\xb6','\xb8','\x32','\x98','\x22','\xff','\xa3','\xe9','\xdb','\x3f','\x98','\x1e','\xad','\x4a','\x1c','\xbc','\x9d','\x0d','\xab','\x45','\x61','\x07','\xed','\x6b','\xbe','\x3a','\x36','\xfd','\x05','\x24','\xfd','\x3b','\xe9','\x77','\x21','\x85','\x48','\xa7','\x60','\xe8','\x0b','\x29','\xac','\xa1','\x3c','\x62','\x4e','\xe7','\x9c','\x0b','\xd9','\xbf','\xdf','\xb4','\xfb','\x7f','\xa8','\xd1','\x4f','\xff','\xfc','\xd0','\x37','\x24','\xb7','\xc8','\x2c','\x1a','\x7e','\x53','\x1a','\x07','\x59','\x6f','\x16','\x88','\x2f','\xf1','\xd0','\x0f','\x8c','\xf9','\xbe','\xe1','\xd2','\x49','\x9c','\xbc','\x45','\x72','\x5e','\xe0','\xf6','\x7d','\x77','\xbb','\x40','\xff','\xfc','\xf3','\x0f','\xfa','\xc1','\x7b','\x38','\x80','\xa1','\xbb','\x1c','\x72','\x76','\x43','\x40','\x4f','\x11','\x13','\xb9','\xab','\xeb','\x9b','\x13','\xe5','\x4e','\x7f','\xe9','\x9a','\x15','\x54','\x19','\x8e','\x8e','\x18','\x8c','\x92','\x47','\xc6','\xa3','\x99','\xae','\x5a','\x93','\x2f','\xbb','\x9c','\x85','\xc9','\xe2','\xe0','\x20','\x11','\x0a','\x57','\xb3','\x1c','\x4a','\x04','\x2a','\x52','\x7f','\x51','\x86','\x1d','\x2a','\x59','\xf4','\x9f','\x07','\x7b','\x52','\x56','\x5f','\x9f','\x6e','\x6a','\x25','\x37','\xc9','\x59','\x81','\x24','\x80','\x2d','\x19','\xe7','\x0b','\xd6','\xbc','\x4d','\x76','\x7f','\xd4','\xfb','\x9e','\x05','\x5d','\x3c','\xb6','\xb7','\x35','\xf7','\x8b','\xa3','\x91','\x30','\x6b','\x75','\x5f','\xde','\xd5','\xb7','\x43','\x12','\xc5','\x6c','\xa8','\x3b','\xe6','\xb6','\xfd','\xab','\x34','\x4c','\xe6','\xde','\x11','\x87','\xdc','\xc3','\xc4','\xc8','\x99','\x50','\xf6','\xa4','\xe6','\x71','\xf7','\xf7','\x82','\xfb','\xde','\x14','\xf0','\xbd','\xed','\xd8','\x34','\xc7','\x15','\xdc','\x87','\xf0','\x08','\x84','\x18','\x80','\x1d','\x4b','\xdc','\xf3','\x02','\x50','\xcd','\x10','\x51','\x77','\xe0','\x64','\xe7','\xe7','\x3f','\xff','\xf3','\x86','\xbc','\xa5','\xea','\xfa','\xbc','\xb0','\x71','\x1d','\xde','\x13','\x97','\xb3','\x59','\x6e','\x2c','\xbc','\x48','\x90','\x5d','\x06','\x51','\x56','\x51','\x8e','\xef','\x85','\xe2','\xf7','\xb0','\xfb','\x65','\x37','\xb1','\xc5','\x64','\x91','\x18','\xd8','\xb6','\x3a','\x56','\xcb','\x5e','\x41','\x79','\xca','\x09','\xf9','\x7d','\xc7','\xfe','\x5e','\xda','\xf9','\xa0','\x02','\x7b','\x62','\x52','\x81','\x37','\xf9','\x6d','\xf1','\x33','\x3e','\x61','\x0a','\x82','\xab','\x0d','\xf8','\xaf','\xd0','\x17','\xe2','\x78','\xf6','\xaf','\xd7','\xce','\xd3','\x64','\x32','\xbe','\x20','\xfb','\xa7','\xf8','\xc3','\xfc','\x47','\xa3','\xc0','\xc3','\x1e','\x4d','\xff','\xb7','\xd1','\x75','\x14','\x11','\x79','\xa3','\x4b','\xe5','\x42','\x83','\x7e','\xa8','\x4d','\xce','\xd2','\xff','\x0e','\x80','\xf3','\x99','\xbc','\x57','\x38','\xfe','\x77','\xaf','\x99','\x1c','\x01','\xe7','\x3f','\x67','\x70','\x7f','\x9c','\x1e','\x91','\x57','\xaf','\xc8','\xe3','\x48','\xa9','\xb1','\xf4','\xbb','\x17','\x33','\x00','\x7c','\x93','\x42','\x7c','\x98','\x74','\x0a','\x36','\x26','\xc6','\xed','\x7c','\xd0','\xa0','\x10','\x5e','\x4a','\xe4','\x63','\x65','\x29','\x3c','\x3a','\x41','\x78','\x7f','\x7f','\x3f','\x06','\x40','\x33','\x13','\xb8','\x9c','\xb3','\xd7','\x3b','\x9a','\x12','\xab','\xde','\xb2','\x9a','\x43','\x03','\x39','\x1f','\x63','\x0f','\xb5','\x9f','\xd3','\x71','\x6d','\x49','\xc3','\x90','\xea','\x3f','\x7a','\xe8','\x9f','\x3a','\xd8','\x71','\x71','\xa8','\x9f','\xb9','\x48','\x06','\x28','\x55','\xd0','\x24','\x40','\xa2','\xaf','\xc6','\x33','\xb7','\x1d','\x9e','\x76','\x9e','\xc4','\x15','\x9b','\x45','\x37','\x26','\xa8','\xdd','\x42','\xcb','\x4e','\x76','\xba','\x44','\x61','\x66','\x1a','\x70','\x92','\xa9','\x85','\x69','\x9b','\xe2','\x77','\x18','\x00','\x74','\xe7','\x05','\x99','\x90','\xb7','\xac','\xbb','\x3b','\x79','\xeb','\xde','\xdb','\xd4','\xd5','\xb8','\xe4','\x2f','\xa6','\x7a','\x34','\x8e','\x2d','\x39','\xaf','\xa5','\xe1','\xad','\xc2','\x29','\x65','\xb6','\x8a','\xba','\xeb','\x8b','\x90','\xd6','\x43','\x73','\xb3','\xa5','\xe4','\xb5','\xdb','\x6b','\x00','\x6b','\xa2','\x14','\x58','\x05','\x4e','\x77','\x56','\x49','\x80','\xb0','\x80','\x5c','\x06','\x15','\x6e','\xce','\x2d','\x08','\x69','\x4f','\x75','\x27','\xf3','\x2e','\xe6','\x71','\x18','\x77','\xd7','\x56','\xba','\x4a','\x0b','\x23','\xed','\x26','\xf3','\x80','\xc1','\xd5','\xe1','\x81','\x82','\x9f','\x1b','\x52','\x26','\xed','\xcb','\xd4','\xfa','\x46','\xc0','\x4e','\x2d','\x67','\x1b','\xb3','\xe6','\xdc','\xd9','\x58','\xc3','\x45','\x39','\xb4','\x93','\x97','\xb1','\xfa','\x2f','\xd2','\x56','\x5f','\x2a','\x4f','\x8f','\x61','\x25','\xd3','\xe8','\x44','\x48','\x98','\xed','\x30','\xe8','\xe7','\x0a','\x7c','\xd4','\x49','\x42','\xc2','\x7b','\x4e','\xb8','\xa7','\x1d','\xa0','\x1d','\x77','\x88','\x37','\x16','\x37','\x93','\xed','\x94','\x56','\xec','\x39','\x96','\xb4','\x05','\xba','\x50','\xa7','\x97','\xeb','\x15','\x5f','\xa1','\x98','\x7c','\x82','\xcc','\x1b','\xf8','\x40','\x6b','\xe4','\x9e','\x95','\x19','\xdf','\xd3','\x02','\x19','\xa0','\x7b','\x90','\x8f','\x2d','\xfa','\xf3','\xfa','\xf2','\x22','\x87','\x65','\xc6','\x76','\xce','\x2c','\x72','\x1b','\x0e','\x2f','\x7a','\x20','\x3f','\x7b','\xbd','\xca','\xe5','\xd1','\xfa','\x54','\x91','\xf7','\x79','\x8a','\xcc','\x91','\xfe','\x70','\xba','\x13','\x7c','\x9a','\xf8','\x07','\xe2','\x7e','\x16','\x1d','\x74','\xe5','\xf7','\x55','\x64','\x0d','\xcd','\xca','\xf8','\x91','\x76','\x3e','\xab','\xff','\x57','\xd0','\xc5','\x39','\x74','\x18','\xef','\xab','\xe8','\x31','\xa1','\xf7','\x9b','\xe8','\xbb','\x0d','\xda','\x35','\x1d','\x4d','\xc7','\x48','\x16','\x08','\xb1','\x5a','\x20','\xb1','\x1a','\x47','\x01','\xc6','\xce','\xe4','\x91','\x84','\x8f','\x0a','\x14','\x48','\x5c','\x5e','\xab','\x0e','\xd7','\xfe','\x1e','\xba','\xc1','\x4e','\x29','\x0d','\x07','\x85','\x72','\xce','\xf5','\x3c','\x46','\x53','\xf4','\xc5','\xbd','\x5c','\x11','\xa0','\x63','\x77','\x7b','\x2e','\x03','\x9f','\xa3','\x5a','\x75','\x93','\x19','\xb7','\x52','\x16','\x2e','\x29','\x95','\x0d','\x1a','\xbf','\x13','\xe2','\x81','\x4f','\xde','\x08','\x39','\xe7','\x7a','\x76','\x86','\xba','\x47','\x34','\x40','\x00','\x44','\x69','\xca','\xb2','\x80','\xb8','\x32','\x5e','\xf4','\x88','\xf3','\x3a','\x1d','\xad','\xe8','\x55','\x00','\x10','\xc0','\x0f','\xa1','\x9f','\x0b','\xc9','\x09','\xdb','\x96','\xb1','\x6d','\xed','\x70','\x79','\x03','\x3f','\xfd','\x62','\xd9','\xd1','\x6c','\x48','\x9d','\x27','\x84','\xef','\x7a','\x3e','\x69','\x28','\x1b','\x6b','\x38','\x96','\xe5','\x7b','\x5b','\x37','\x22','\xaf','\x3c','\x58','\x2d','\x80','\x4c','\xb8','\x33','\xe2','\x49','\xa8','\x90','\x96','\xf5','\xe6','\x57','\x2f','\x39','\x34','\x69','\x07','\xed','\xc3','\x01','\xb8','\x36','\xb6','\xb4','\x6b','\xac','\xa9','\x1a','\x6a','\xbf','\xe7','\xb6','\x23','\xc1','\x4c','\xc8','\x89','\xb0','\xef','\x09','\xbb','\x31','\x91','\x73','\xde','\xe3','\x2c','\xf6','\x96','\x36','\x0a','\x0b','\x15','\xdd','\x11','\x48','\xc2','\x7f','\xfe','\x67','\xc3','\xff','\xfc','\xef','\x2f','\xfc','\xfa','\x9f','\x5b','\x75','\x6f','\xdd','\xc6','\xbd','\x78','\xd4','\xd3','\xea','\xca','\x78','\x34','\xe0','\x87','\xda','\x01','\x33','\xe9','\x05','\x97','\xc7','\x79','\xab','\x1e','\xd2','\x25','\x3e','\x3f','\xd1','\xea','\xdc','\x2b','\x8b','\x79','\x00','\x63','\x0e','\x57','\x5f','\x24','\xfd','\x4c','\xe1','\x9c','\x55','\x1b','\x51','\x54','\xe7','\x5a','\x4a','\x68','\x40','\xa8','\xce','\xb5','\xf7','\x8d','\x46','\x97','\xd9','\x2d','\x57','\x6a','\xc8','\xc7','\xce','\xf8','\x65','\xdd','\x3e','\x53','\x80','\x3e','\xcb','\x80','\xff','\x20','\x5a','\xf5','\xf5','\x2a','\xdc','\xf2','\xe5','\x02','\x4f','\xfc','\x51','\xf4','\x59','\xfd','\xfb','\x27','\x8e','\x9b','\xdf','\xaa','\xfc','\x1d','\xd0','\x33','\x83','\xeb','\x8f','\x1d','\x90','\x3f','\xf4','\x43','\x7f','\x27','\x31','\xba','\xaa','\xd9','\x17','\xb3','\xbb','\xae','\xfe','\x99','\xb4','\x65','\x7f','\xe9','\xa9','\x9c','\x01','\x3a','\x04','\x40','\x39','\xe7','\xe9','\x8e','\x0a','\xda','\x6e','\x87','\x3d','\x6c','\x2e','\x0a','\x60','\x57','\x7a','\x3b','\x27','\x8d','\x7c','\xd5','\x2b','\x39','\x76','\x3d','\x52','\xd5','\x2c','\x0d','\xa7','\xff','\x8b','\xe2','\xab','\x8a','\xa4','\x2f','\xb4','\x3b','\xbc','\x1d','\x95','\xec','\xa6','\x0c','\xdf','\xde','\x32','\x6e','\x6f','\xb9','\x2a','\xac','\xba','\x93','\xd0','\x5c','\x2b','\xdf','\xcd','\xe1','\x79','\x73','\x07','\x8d','\x05','\x29','\x88','\x3b','\x07','\x80','\xdb','\xd1','\x08','\x67','\xc5','\x83','\xf2','\x5c','\x0b','\xa4','\xbb','\x0f','\xad','\xcc','\xd4','\x14','\x44','\x39','\x44','\xbe','\x6d','\x09','\xdb','\xad','\x83','\x34','\x4a','\xa1','\xae','\xec','\xff','\xda','\xb6','\x16','\x6f','\x63','\x3a','\xa6','\x48','\x33','\x36','\x2d','\x3b','\xd9','\x46','\xb0','\x97','\xc1','\xd8','\xb8','\x81','\xfc','\x9d','\x31','\x17','\x96','\x7f','\xc8','\x25','\xd9','\x42','\x36','\xc8','\x23','\xed','\x49','\xf5','\xb7','\x55','\x7a','\x67','\x0a','\xb0','\xde','\x47','\x63','\xca','\x26','\x97','\x6e','\x59','\xac','\x6d','\xdd','\x98','\x0b','\x18','\x61','\x6e','\x97','\x78','\x16','\x46','\xba','\x13','\xd2','\xce','\xd8','\xef','\x54','\x9d','\x28','\xec','\x1d','\xb0','\xdb','\xdd','\x9e','\x3a','\x8e','\xfb','\x49','\x21','\xd9','\xc9','\xd4','\x9d','\x9f','\xff','\x7d','\xc3','\xaf','\xff','\x6e','\xd5','\xec','\xae','\xc0','\xc5','\x75','\x73','\xc6','\xf4','\xa1','\x74','\x8f','\xb4','\x9f','\xad','\x8b','\x6d','\xb2','\x23','\x92','\xa6','\xef','\x5d','\xb1','\x42','\x4f','\xe4','\xc6','\x23','\x49','\x1b','\x5a','\xa5','\xd5','\x2e','\x15','\x8b','\x79','\xa4','\x32','\xa8','\x1e','\xd6','\x3b','\x19','\xb1','\x83','\xc0','\xf7','\x7b','\xcd','\xcf','\xcc','\xdf','\x04','\xe4','\x76','\x81','\x6a','\xca','\x09','\xf9','\x96','\x70','\x7f','\x2f','\x78','\xff','\xbf','\xbd','\x5f','\xa2','\x2a','\x67','\x83','\x4e','\x19','\xe0','\x75','\x46','\x79','\x99','\x97','\x1e','\x6a','\xf8','\x3c','\x0d','\xd3','\x67','\xd1','\x8b','\x35','\x45','\xa9','\x9e','\xc7','\xf1','\xaf','\x49','\x74','\xf9','\xf5','\x42','\x9b','\x5e','\xf8','\x66','\xd6','\x0b','\x9e','\xa0','\xb3','\xde','\x5a','\x20','\xd2','\x2b','\x9d','\xbc','\xe8','\x3b','\x97','\x4e','\x0c','\x37','\xa9','\xc4','\xb2','\x5e','\x5f','\x00','\x16','\xe2','\x6e','\xce','\xf5','\xf3','\x82','\x63','\xf8','\xd9','\xae','\x50','\xbd','\xd2','\xa0','\xf1','\xd6','\x30','\x0f','\x97','\xec','\xfe','\x4f','\xa5','\xdf','\x01','\xee','\xbe','\xa2','\xdd','\xdc','\xc2','\xe4','\x6f','\xa2','\xbf','\x69','\xe1','\xe8','\xcb','\xeb','\xf2','\xe7','\x35','\xd6','\xb3','\x25','\x56','\x4d','\x8f','\xfd','\xe2','\xbb','\xea','\xfa','\x13','\xfd','\xfd','\x15','\x94','\xb2','\xf7','\x02','\x07','\xcc','\xf1','\x0d','\x10','\xce','\x00','\xcd','\x2e','\x42','\xdd','\xef','\xfd','\x52','\xca','\xee','\xd8','\x60','\x6d','\x72','\x33','\x7b','\x7d','\x28','\x73','\x82','\x5c','\x56','\xb7','\xcd','\x89','\x90','\xc8','\x30','\x75','\x01','\x44','\x36','\x02','\x85','\xd6','\x6b','\x5b','\x6d','\x79','\x4b','\xb8','\xfd','\xca','\xb8','\xdd','\x32','\xc0','\x8c','\xfb','\xbd','\xd6','\xe3','\xae','\xa6','\x51','\xa5','\xdd','\x45','\xd4','\x85','\x8e','\x5d','\xdc','\x26','\xd4','\x63','\x3a','\x1d','\x38','\x61','\xd2','\x39','\x1e','\xea','\x89','\x6a','\x5f','\xcf','\x43','\x15','\xe8','\x69','\x21','\xaa','\x3b','\x12','\x29','\x55','\xa5','\xf0','\x76','\xab','\xa0','\x47','\x1c','\x1a','\xa8','\xbb','\x6d','\xee','\x8a','\xb9','\x85','\x08','\x0e','\xc9','\x02','\xf0','\xf7','\xa8','\xb0','\xe6','\x0d','\x40','\x77','\xeb','\xc8','\x7c','\x71','\x25','\x26','\xf3','\xca','\x1e','\x8a','\x31','\x9d','\xc2','\xfe','\xbf','\x9e','\x73','\xd0','\x15','\x67','\xa4','\x80','\x42','\x7e','\x37','\x69','\x1a','\x85','\xaa','\xea','\xdb','\x84','\x70','\x36','\xc8','\x27','\x6e','\x57','\x11','\x5c','\x31','\x98','\xc0','\xd4','\x01','\x0b','\x01','\x28','\x2d','\x30','\x11','\x21','\x73','\x6d','\xb7','\xba','\xf3','\x57','\x90','\x12','\x61','\xdf','\xc9','\x00','\x5f','\x89','\x00','\x55','\xe6','\x3c','\xf8','\xf1','\x66','\x6f','\xbf','\xfe','\x6b','\x76','\x7e','\x0a','\xd4','\x04','\xb3','\x46','\x67','\x24','\x77','\x06','\x88','\x41','\xd4','\x1d','\x54','\xc8','\xad','\xc4','\xea','\x8d','\xf0','\x2a','\x37','\x79','\x82','\x19','\x9c','\xe3','\x8a','\x39','\x02','\xf3','\xca','\x90','\x8c','\x5c','\xe3','\xae','\xde','\xae','\x0b','\x4c','\x94','\x26','\x9b','\x7e','\x96','\x5d','\xd8','\x4c','\xc8','\xa9','\x34','\x60','\x0f','\x50','\x6a','\xed','\x5f','\x0a','\x06','\xe6','\xf7','\x15','\xb4','\xc8','\x8f','\xcc','\xff','\x2f','\x07','\x3a','\xdf','\x9c','\x7e','\xb7','\x1e','\xf5','\xe5','\xf4','\x97','\x56','\x78','\x06','\x94','\x8c','\xf5','\x89','\x7f','\xdf','\xfe','\x67','\xe2','\xe9','\xb9','\xcc','\x0b','\x6c','\xfe','\x87','\x7e','\xe8','\x87','\x7e','\xe8','\x12','\x39','\xdd','\x8e','\x0d','\xff','\x69','\x3f','\x28','\x2a','\x87','\x2f','\xa0','\xb2','\x97','\x61','\x07','\x68','\x76','\x39','\x2a','\x10','\x00','\x50','\x3c','\x24','\x54','\x1d','\x23','\x14','\xb7','\xe3','\xf3','\x19','\x6a','\x42','\x55','\x1e','\xcd','\x2a','\x79','\x03','\x3e','\xba','\x13','\xd4','\x2a','\x11','\x4d','\xe1','\x74','\x05','\xbe','\xed','\xb1','\x11','\x55','\x33','\x9c','\x6d','\xcb','\x48','\x29','\xa1','\xec','\x8c','\xfb','\x5e','\xea','\x0a','\xf4','\x7b','\x53','\x7e','\xe5','\xec','\x52','\xab','\x8f','\x3f','\xf3','\x2d','\xca','\x7a','\x5c','\x3d','\xaf','\x7f','\x23','\x2e','\x88','\x76','\x86','\xce','\xcc','\x8a','\xd0','\x77','\x79','\xde','\x32','\xb6','\x5b','\xae','\x07','\xc7','\xb3','\x39','\x9b','\x64','\x94','\x64','\xbf','\x5b','\xd4','\x4a','\x33','\x1b','\x17','\xe6','\xac','\x89','\xec','\x52','\x41','\xda','\xcc','\x7c','\x52','\x32','\xa8','\x4e','\xbf','\xc7','\x55','\x78','\x03','\x82','\x24','\x8c','\xc0','\x8b','\x87','\xfa','\x7a','\x31','\x8e','\xbd','\x50','\x15','\x60','\x68','\xca','\xc5','\x70','\x3f','\x14','\x10','\xfa','\xe2','\xd7','\x34','\x0c','\x08','\xb2','\xe8','\x48','\xe2','\xd4','\x7c','\x5a','\x4f','\x26','\x42','\xa6','\x8c','\x44','\x0d','\xa4','\xd0','\x8e','\x3d','\x15','\xe0','\x5e','\xc0','\xa8','\x67','\xd7','\x6c','\xda','\xc5','\x9c','\xeb','\x71','\x0e','\x0f','\x6e','\x49','\x77','\x0a','\x2b','\xf8','\xe9','\x7d','\xa3','\x2e','\xd8','\x69','\xb1','\xcb','\x23','\xe3','\xf8','\x8b','\x15','\xfe','\x38','\x16','\x0e','\xcf','\x09','\xd8','\xfe','\x8f','\x1a','\x90','\xdd','\x19','\x6a','\x00','\x6f','\xba','\x72','\x6e','\xc6','\x57','\x75','\xc1','\xdd','\x40','\xa0','\xec','\x7c','\xa6','\xea','\x32','\x7b','\xbf','\x53','\x35','\x4b','\x2c','\x0f','\x8d','\xac','\x97','\x90','\x03','\x70','\x3c','\xb6','\x91','\x52','\x00','\xdd','\x7f','\x9b','\x36','\x48','\xc3','\xc3','\x0f','\xfd','\x2b','\x48','\x27','\x68','\x17','\x71','\x74','\xc8','\x18','\x7e','\xe8','\x87','\x7e','\xe8','\x87','\x5e','\x47','\x55','\x87','\xae','\x1b','\x03','\xb2','\xf0','\x4a','\x2f','\x56','\x8e','\xa2','\x13','\x04','\x66','\xbe','\xe6','\x04','\x61','\xe6','\x27','\xbb','\xa8','\x73','\x80','\x73','\xe0','\x63','\xf7','\x2a','\xba','\xc5','\x7f','\xff','\xbf','\x6f','\x40','\xf4','\xdd','\x07','\x01','\x3f','\x56','\x7b','\xb4','\x67','\x7b','\x14','\x1c','\xc9','\xd9','\x0a','\x74','\x30','\x24','\x0e','\x02','\xc4','\x44','\x4f','\x22','\x30','\x33','\xf6','\xf7','\xea','\x96','\x57','\xcf','\x20','\x34','\x85','\x4b','\xc0','\x85','\x80','\x0d','\x7d','\x2f','\x77','\x06','\x31','\xea','\x2a','\x7f','\x0f','\xdc','\xc9','\x98','\xc0','\x89','\x32','\x2c','\xcf','\x16','\xf8','\xe4','\x76','\x59','\xe4','\xd6','\xcc','\xf0','\x6e','\xb7','\x8c','\xed','\x96','\x9a','\x1b','\xe1','\x16','\xbe','\xa0','\x5e','\x20','\xa9','\x69','\xd7','\xec','\xfa','\xb9','\x92','\xae','\xa9','\xc5','\xe1','\xe1','\xcf','\x91','\x8c','\x03','\x87','\xc3','\x83','\xdb','\xf9','\xc1','\xa8','\xcf','\x0d','\xca','\x32','\x6c','\x5f','\xf9','\x08','\xec','\xd0','\x60','\x4c','\xcd','\x96','\x65','\xb2','\xf4','\xa8','\x68','\xa6','\xef','\x7a','\x39','\x30','\xd4','\x02','\xf6','\x7c','\x4d','\xdd','\x65','\xc8','\xb0','\xcf','\xda','\x01','\x24','\xf2','\x69','\xca','\x5d','\x34','\x94','\x65','\xe0','\x24','\xbd','\x62','\x68','\x6f','\x0e','\x14','\xfa','\x1d','\x42','\xf5','\x5f','\xca','\x19','\xbf','\xfe','\xb3','\xe1','\xbf','\xea','\xed','\xad','\x26','\x6a','\xc7','\xa9','\xee','\x44','\xea','\x38','\xa5','\x36','\x7f','\x6a','\x21','\x64','\x17','\x49','\xc0','\x92','\x96','\x33','\x56','\xf5','\x84','\x22','\x16','\x99','\x7e','\xb4','\x01','\xdc','\x3b','\x1b','\x9b','\x3c','\x42','\x1c','\x94','\x7a','\x5a','\x97','\xcb','\xa1','\xb7','\x76','\xff','\xd5','\x24','\x70','\x3c','\xa7','\x25','\x63','\x59','\xc6','\x7d','\xce','\x84','\xfc','\x9e','\xf0','\xfe','\xcf','\x0e','\x7a','\xaf','\x0b','\x2b','\xe2','\xb6','\x7c','\x56','\xb5','\x43','\x96','\x78','\x30','\xcc','\x0e','\xc3','\xd3','\xb1','\x3b','\xf4','\x99','\x99','\xd8','\xef','\xd8','\x15','\xba','\x3a','\x46','\x56','\x33','\x2f','\x7e','\x7b','\x98','\x86','\x55','\x87','\x45','\x26','\x9f','\x4e','\xb3','\x0c','\x1f','\x29','\xc4','\xa2','\x15','\x1e','\x6d','\x9c','\x69','\x78','\x59','\xf8','\x7a','\x30','\x2d','\x13','\xe7','\x51','\x13','\xb7','\x67','\x68','\xc8','\xa3','\x4d','\x2e','\x26','\xef','\xf6','\x3e','\x5e','\x8a','\x3c','\xf3','\x35','\xf1','\xe5','\x33','\x61','\x96','\xe1','\x2b','\x07','\xfd','\xb3','\xed','\xff','\xea','\x86','\xf8','\x4e','\x18','\xf4','\xa8','\x7d','\x1f','\xa1','\x3f','\x75','\x71','\xe5','\x51','\xd9','\xf2','\x43','\x0f','\x53','\x5d','\x78','\xa9','\xb2','\x95','\xd0','\xf5','\x09','\x3a','\x14','\xfa','\xd7','\x69','\x06','\x74','\xc4','\x12','\x27','\x92','\x3b','\x03','\x14','\x01','\x50','\xce','\xb9','\x46','\x6c','\xea','\x70','\xe5','\x9d','\xd7','\x46','\x85','\x98','\x84','\x8d','\x6f','\x61','\x14','\x92','\xf6','\xae','\x29','\x92','\xfa','\x57','\xee','\x4c','\x81','\x51','\x84','\x08','\xcd','\xc1','\x41','\xd2','\x73','\x34','\xb9','\xd9','\xc8','\xed','\xa5','\xe0','\xfe','\x4f','\x35','\x6f','\xdb','\xef','\x8c','\x7f','\xfe','\xef','\xbd','\x6e','\x7b','\xed','\x3c','\x56','\x9c','\x3b','\x60','\x89','\xa6','\x6d','\x5d','\x3f','\xef','\x8a','\x90','\xee','\x7e','\x39','\x3b','\xa0','\x16','\x9e','\xdb','\x2e','\x42','\xa9','\xe8','\x25','\x65','\xc2','\x76','\xcb','\x7a','\xfe','\x48','\x5c','\x58','\x57','\x93','\x28','\xb3','\x43','\x51','\xec','\xdc','\x6a','\x75','\x4d','\xf6','\xa7','\x83','\x3b','\x10','\xd7','\x01','\x43','\x07','\x52','\x68','\x4a','\xf3','\xcc','\x43','\x3b','\x9b','\xf6','\x24','\x60','\xed','\x27','\x77','\xaa','\x1f','\xfb','\x47','\x86','\x1f','\xb4','\x80','\x57','\x8a','\xa7','\x08','\xcb','\xe8','\xd2','\xb6','\x1c','\x26','\xce','\x50','\x1a','\x22','\x23','\x88','\xfd','\x57','\x02','\xeb','\x26','\x10','\xeb','\xd7','\xfa','\x22','\x69','\x8b','\xa1','\x9b','\x14','\x12','\x90','\x13','\x81','\xda','\xfd','\x49','\x29','\xb7','\x7b','\x9f','\xda','\x98','\x01','\xda','\x3d','\x3f','\xff','\xbd','\xe1','\x7f','\xfe','\xdf','\x0d','\xff','\xf9','\x9f','\x5b','\x03','\x3f','\xd0','\x39','\xe0','\xda','\x58','\xbc','\x10','\x12','\xbc','\xa9','\xa6','\xa9','\xd7','\x6c','\xc2','\xfd','\x0e','\x32','\xb8','\xd3','\xfd','\x76','\x14','\x87','\x96','\x09','\xdc','\xa7','\x09','\x61','\x75','\x70','\xc5','\x9f','\x23','\xaa','\xc0','\x9c','\x12','\x23','\xa3','\x9b','\xc4','\x89','\x39','\x62','\xca','\xd5','\x1c','\xee','\xde','\x16','\x29','\x78','\xe8','\x63','\xd2','\xb1','\xe2','\xe4','\x71','\xc0','\x74','\xb3','\x3a','\xfa','\x3a','\x8c','\x75','\x99','\xd5','\xf5','\x90','\x3e','\x53','\x08','\xae','\xa7','\xe0','\xc3','\xc9','\xac','\xde','\x3d','\x95','\xfc','\x4c','\x69','\xfe','\xd7','\x93','\x91','\x66','\x0f','\x34','\xea','\x77','\xdc','\x60','\xe9','\x8b','\x00','\x75','\x3e','\xd7','\x05','\x59','\x3f','\xdf','\x67','\xf6','\x71','\x1f','\x1a','\x53','\x3f','\xf4','\x43','\x9f','\x49','\x53','\x01','\xf0','\xe5','\xa5','\xf8','\xa1','\x03','\xb2','\xe2','\x4e','\x8e','\x79','\xf4','\x8d','\x03','\x59','\xb4','\x1e','\x17','\x21','\x1f','\xa5','\xe8','\x04','\x01','\x00','\x6e','\xb7','\xdb','\x31','\x00','\x5a','\xed','\x00','\x3d','\x42','\x6c','\x9e','\xc8','\xa8','\x8c','\xfe','\xd8','\xbb','\x66','\xe8','\x4c','\xbd','\xe4','\x5c','\x85','\x00','\x20','\x09','\x9f','\x04','\xf8','\xb4','\x83','\xd5','\xb2','\xbb','\x92','\x9a','\x8f','\xde','\xc2','\x0c','\x92','\x7b','\x75','\x18','\xe0','\x52','\xf0','\x5e','\xa0','\xab','\xbd','\xf6','\x50','\x3a','\xa3','\x81','\x8f','\xd6','\xe8','\xba','\x1b','\x84','\x1e','\xdf','\x68','\xd3','\x10','\xf3','\xb2','\x61','\xd7','\x41','\x76','\x0d','\xa8','\xd6','\xb1','\x5e','\x08','\x59','\x77','\x79','\x6e','\x0d','\x00','\xe5','\x5b','\x6e','\x5e','\xc9','\x6a','\x9e','\x45','\x5c','\xe7','\x59','\xdb','\xc4','\x14','\xd5','\x6a','\x36','\x7f','\xfb','\x40','\xb0','\x67','\x5d','\xc6','\xfb','\x6c','\xac','\x6f','\x35','\x93','\x76','\xe8','\x91','\xfe','\xde','\x26','\x20','\x17','\x95','\xce','\x45','\xda','\x52','\xd0','\x19','\x3d','\xf8','\x70','\x19','\x73','\xa5','\x99','\x9d','\x48','\x50','\xa7','\xa7','\x8a','\x5c','\x8e','\x7a','\x37','\x75','\x88','\xed','\xf4','\xe2','\x66','\x8b','\xa5','\x60','\x9d','\x4d','\xbf','\x36','\x90','\x0a','\x62','\xd0','\x2e','\x2b','\xb8','\x0c','\x6e','\xe3','\xe9','\x76','\xcb','\xf8','\xef','\xff','\xde','\xf0','\x9f','\xff','\xde','\xea','\x05','\xb9','\xd1','\x09','\x86','\x51','\xa8','\xc5','\xbc','\x2b','\x51','\x04','\x3a','\xb5','\x44','\x51','\xe9','\xfe','\xcc','\xc5','\xb4','\x33','\xa7','\x02','\x7e','\x8b','\x99','\x14','\x3c','\x2e','\x85','\xc6','\xaa','\x7f','\xda','\xb7','\xbe','\x6a','\x63','\x56','\x02','\xa6','\x60','\x85','\xf4','\x39','\x91','\x99','\xe7','\x0d','\x00','\x51','\x22','\x80','\xaa','\x83','\x04','\xf1','\xc0','\xc8','\x2e','\x9f','\xa3','\x4a','\xe3','\x52','\xa3','\x1e','\xec','\x6d','\x7d','\x0f','\xb2','\x73','\xc9','\xbc','\xbb','\xa2','\x65','\xd2','\xf0','\x70','\x10','\xc6','\x12','\x87','\xbf','\x27','\x69','\xcc','\x12','\x7d','\xad','\x03','\x87','\x2f','\xa6','\xa3','\xba','\x1e','\x54','\xe8','\xf2','\x5d','\x66','\x1f','\xa0','\x2f','\x59','\x33','\x31','\x0b','\x67','\xcc','\xdd','\x81','\x8a','\x0e','\x3b','\x37','\x11','\x31','\x54','\x3c','\x16','\xf1','\x4b','\xc7','\xc0','\x51','\xfb','\xcc','\xbe','\x1d','\x15','\xee','\xbb','\x0c','\xde','\xef','\xc4','\xa2','\x9e','\x29','\xcb','\x77','\x2a','\xff','\xa3','\xf4','\x29','\x63','\xe0','\xbb','\x0c','\xac','\xef','\x4d','\xa2','\xb5','\xce','\x16','\xcc','\xc9','\x9d','\x75','\x7f','\x8c','\xc4','\xdb','\xb3','\x26','\x47','\x34','\x78','\xb8','\x16','\xd2','\xb7','\xcc','\x8c','\x7d','\xdf','\x17','\x05','\x7d','\xbc','\x43','\xad','\x57','\x2d','\xab','\x84','\x30','\x89','\x02','\x29','\xa0','\xcb','\x28','\xfa','\x84','\x76','\xcb','\xbc','\xdc','\xaf','\x52','\xc1','\xd0','\x76','\xcb','\xb8','\xdd','\x9a','\x8b','\xe8','\x5c','\x4d','\x8c','\xf6','\x9d','\xb1','\xdf','\x77','\x73','\xe7','\x8b','\x98','\x32','\xb5','\x15','\xfb','\x04','\x95','\x26','\x2c','\x5b','\x3d','\xa2','\x80','\x81','\x74','\xc5','\xba','\x32','\xfc','\x5e','\x47','\x39','\x8b','\x83','\xfe','\x47','\x3b','\xa4','\xa0','\xe6','\x21','\x67','\x47','\x72','\x6a','\x1e','\xe7','\x6e','\x09','\x6f','\xbf','\xb6','\x06','\x7a','\xfa','\xf9','\x90','\xb2','\xb3','\x4b','\xdb','\x82','\xbe','\x28','\x51','\xc8','\x3e','\x04','\xc5','\xc4','\x8e','\x03','\x35','\xbf','\x72','\x44','\x43','\x38','\x7d','\x3f','\x76','\xcc','\x39','\x3d','\xb8','\x32','\xfd','\xe8','\xca','\xe8','\x2c','\xd8','\x2b','\x58','\x86','\x34','\xad','\xf6','\x1b','\xcb','\x38','\x0c','\x23','\x98','\xa0','\xed','\x55','\xdd','\x8f','\x57','\xf0','\xf3','\xf6','\x2b','\xe3','\xed','\x3f','\x5b','\xf5','\x22','\xd2','\x00','\x2b','\x03','\xea','\xa1','\x4f','\x15','\x73','\xe9','\xc7','\xf8','\xcf','\x81','\xcb','\xaf','\x23','\x0b','\x00','\xd7','\x5f','\xe3','\xb3','\x79','\x75','\xd4','\xf8','\x03','\x33','\x32','\x60','\x3c','\x86','\x03','\x46','\x87','\x21','\xe6','\x77','\x4a','\xa9','\x72','\x1c','\x12','\xc7','\x20','\xf5','\xdf','\xfd','\x5d','\x3c','\xc5','\x41','\xcf','\xd2','\xd5','\x34','\x27','\x26','\x6b','\x56','\x53','\xb3','\xeb','\x04','\x13','\x40','\x34','\xcc','\x93','\x27','\xfa','\x85','\x1c','\x0f','\xf9','\x8b','\xe9','\x68','\x05','\x95','\xc3','\xef','\x10','\xe4','\x6a','\xcb','\x1c','\x8f','\xd3','\xcf','\xa0','\xc7','\x73','\x9c','\x2a','\xf7','\x04','\x78','\x93','\xd2','\x07','\x4a','\xf0','\xdd','\x95','\x43','\x3b','\xb5','\xd9','\xfc','\x6e','\xa8','\x48','\x17','\x8f','\x8e','\x93','\xf8','\x9c','\x3e','\x8d','\x7c','\xe4','\x87','\x7e','\x68','\x45','\xdf','\x7d','\x9e','\xfd','\xd0','\xe1','\x82','\xba','\x04','\xe8','\x61','\x64','\x21','\xf9','\x89','\x7c','\xca','\x78','\x06','\x68','\x66','\x16','\x07','\x04','\x27','\x08','\x11','\x00','\xad','\x00','\xd1','\xe5','\x82','\xc0','\x9c','\x9d','\x40','\x55','\x48','\xf4','\x5c','\x04','\xd0','\xcf','\xf5','\x50','\x7f','\x9f','\xdb','\x6e','\x4f','\xca','\x72','\x78','\xba','\xef','\xfc','\x10','\xa1','\xb9','\xb1','\xe6','\x66','\x3e','\xb3','\x3b','\x90','\x41','\x00','\x8a','\xb4','\x62','\xe1','\x7a','\xf6','\x43','\x1b','\xb5','\x35','\x68','\x2d','\x88','\xbe','\x1f','\xbc','\xe4','\x50','\xdb','\x49','\xa9','\xdb','\x09','\x66','\xc7','\x07','\xda','\x3b','\x39','\x57','\x47','\x0b','\xf9','\x56','\xdd','\x6d','\x6f','\xb7','\x8c','\x2d','\x27','\x50','\x03','\x67','\xe0','\xee','\x5e','\x5b','\xd2','\x24','\x10','\x60','\x76','\xb6','\x04','\x78','\x69','\x07','\x93','\x2f','\x83','\xf9','\x35','\xea','\xd5','\x14','\x22','\xcc','\x5f','\xf5','\x7e','\x38','\x53','\xde','\x16','\x8a','\x8d','\xc6','\x3f','\x8e','\xfd','\x39','\x64','\xfa','\xe8','\x99','\xa8','\xd6','\xc1','\x01','\xcb','\x99','\x23','\xed','\xf4','\x16','\x2e','\x11','\x6e','\x62','\xb6','\xf8','\x6b','\xc3','\xed','\x56','\xc7','\x1d','\xd0','\xfb','\xbb','\x02','\x69','\xd3','\x27','\xa9','\x83','\x77','\xd8','\xbf','\x76','\x6c','\x7d','\x27','\x5a','\xe8','\x6d','\x56','\xa7','\x93','\x15','\xe0','\xcb','\xe9','\x0d','\x2b','\x36','\xad','\xee','\xec','\xd3','\x92','\x73','\x05','\x92','\x17','\x01','\xcd','\x19','\x05','\x83','\xdb','\xbd','\x5c','\x39','\x13','\xde','\x73','\x6a','\x3c','\x60','\xc7','\x7e','\xef','\x8e','\x4a','\xa4','\xd8','\xbd','\x49','\x4d','\xe6','\x93','\x85','\x02','\x57','\x16','\xdd','\x9d','\xba','\x5a','\xb1','\x6f','\x42','\x96','\x1f','\xfc','\x69','\x65','\xff','\x1b','\xe8','\xeb','\x51','\xda','\x6f','\x25','\x27','\x7e','\x64','\xcc','\x51','\x9f','\x41','\x6e','\xf1','\xe8','\x5f','\xd2','\x26','\x3f','\xf4','\x43','\x3f','\xf4','\x3b','\xa8','\xd9','\xaa','\xb0','\xe7','\x39','\xf6','\x48','\xca','\x15','\x2a','\x41','\xdf','\x25','\x22','\xbc','\xbf','\xbf','\x4f','\xf1','\x8c','\x33','\x81','\x1b','\x8a','\x43','\xa2','\xd6','\x79','\x5c','\xb6','\x2e','\x7e','\xa7','\x7e','\x07','\x4c','\x37','\x45','\x93','\x1d','\x10','\x6f','\xfa','\xd6','\x57','\x82','\x93','\x39','\xdb','\x43','\xa2','\x14','\x35','\xc7','\x04','\xf7','\xfb','\x0e','\x6e','\xe0','\x67','\x6f','\xc0','\x47','\x2d','\xca','\x54','\x9b','\xeb','\x3b','\x40','\x40','\x75','\x5b','\x4c','\xa9','\x01','\x1a','\x32','\x3a','\x85','\x38','\x40','\x68','\xcf','\x6e','\xd5','\x4b','\x92','\x03','\x37','\x73','\xb9','\x7e','\xef','\x11','\x11','\x61','\x53','\xe7','\x06','\x1b','\xb6','\x5b','\xf5','\xf2','\x56','\xbd','\xc1','\xa1','\x3b','\x62','\x90','\x16','\x90','\xf4','\xa4','\xbe','\xa1','\xb5','\xa4','\xec','\x43','\xcb','\xd3','\xb8','\xc7','\xe3','\x00','\x52','\x6c','\xec','\x67','\xc8','\x8e','\xa9','\x89','\x0d','\x15','\xdb','\xf6','\x5a','\x6c','\x53','\xca','\xa7','\x91','\x1e','\x97','\x94','\x6b','\x7d','\xaf','\xe7','\x1d','\xbf','\xdb','\x71','\x3e','\x3b','\x58','\x3c','\xec','\xfa','\x04','\x85','\x39','\x6f','\x84','\xbc','\x35','\x27','\x15','\x6f','\x15','\x64','\xd7','\xb4','\xda','\xee','\x65','\x1a','\xc1','\xa8','\x9a','\x73','\x89','\x37','\x3e','\x01','\x3f','\xdf','\x00','\xf8','\xb8','\xf9','\x77','\x58','\x1e','\x32','\xff','\xcb','\x1b','\x03','\x38','\x04','\xc4','\xac','\x56','\xfe','\xa7','\x9d','\xe5','\x81','\x3a','\x37','\xc7','\x11','\x6e','\x01','\x99','\xfa','\x62','\x00','\x73','\x3d','\x23','\x54','\x77','\x4c','\xf7','\xda','\xae','\xb9','\x5d','\x9e','\x1a','\x2e','\xaf','\x15','\x10','\x24','\x60','\xd6','\x77','\xfc','\x90','\xbd','\x2f','\xf4','\x8b','\xfa','\x25','\x9e','\x23','\xec','\x8f','\x8f','\xec','\x2e','\x88','\x62','\x39','\x43','\xa3','\x98','\xb7','\x73','\xc8','\xef','\x25','\x74','\x35','\xdd','\x19','\xc0','\x3c','\x48','\xee','\x0a','\xfd','\x0e','\x1d','\x3a','\x40','\xe2','\x8b','\x91','\xd8','\xed','\x24','\x3f','\x1c','\xff','\x0f','\x21','\x37','\xac','\x65','\x01','\xc3','\xf0','\x52','\xb3','\x6c','\x58','\xc3','\x48','\x40','\xfb','\xdb','\xd2','\x6c','\x1c','\xbf','\xa4','\xa0','\x1f','\x8c','\xf7','\x37','\x76','\xde','\x0f','\x7d','\x23','\xfa','\x19','\x60','\x1f','\x25','\x2b','\x17','\x05','\x08','\x81','\xba','\xa7','\x65','\x1a','\x85','\xfc','\x3c','\x1d','\x6b','\x45','\x02','\xa8','\x0b','\xec','\x9c','\xf3','\x10','\xd6','\x01','\xa0','\x18','\xe0','\xb1','\x33','\x41','\x5e','\xe1','\xd0','\xdb','\xde','\x45','\x99','\x8f','\xe7','\x25','\x44','\x19','\x6a','\x00','\x28','\x6f','\x49','\x2f','\x08','\x55','\x6f','\xd7','\xcc','\x28','\x77','\x54','\xc0','\x53','\x0a','\x8a','\xec','\xc6','\xa8','\x47','\x37','\x92','\x60','\xb5','\x92','\x72','\xb7','\x4f','\x33','\x9f','\xab','\x1b','\x41','\xdc','\xd2','\xeb','\x9c','\x5d','\x4d','\x9c','\x2d','\xb3','\xa6','\xde','\x78','\x60','\xf8','\x7b','\x8f','\x12','\x61','\x4b','\xa9','\x02','\x9e','\x5b','\xc6','\xed','\x2d','\x21','\x6f','\xcd','\xdc','\x4d','\xcf','\xf9','\x70','\x03','\x5c','\xe4','\xca','\x66','\x13','\xef','\xe7','\x86','\xd0','\xeb','\xa8','\x41','\xfc','\x3a','\xf7','\x74','\x57','\xe6','\x15','\x5a','\xf6','\x2a','\x89','\x20','\x28','\x68','\xfe','\xfa','\xe3','\xf4','\xd1','\x84','\x1e','\x88','\x6f','\x71','\xb1','\xfc','\x93','\x89','\x21','\xe7','\xca','\x6e','\xe2','\x9e','\x3c','\x7a','\x6b','\x13','\x70','\x6a','\x56','\x43','\x13','\x79','\x73','\x38','\xb2','\x19','\xfd','\x25','\x64','\xfb','\xfd','\x19','\xab','\x9f','\x61','\xf7','\x12','\xfd','\xd2','\x59','\xa7','\x1b','\xb5','\xb6','\x65','\x50','\xb5','\x8a','\x6b','\x3c','\xe0','\x7e','\x2b','\xb8','\xbf','\x97','\x7e','\x79','\xea','\xde','\x9d','\x24','\x44','\xaf','\x31','\xeb','\xd2','\xff','\x81','\x64','\x17','\x38','\x0c','\xc0','\x64','\xfb','\x6d','\xb5','\x08','\xf1','\x43','\x97','\x68','\xbd','\xc8','\x72','\x1c','\xbe','\x2f','\x0d','\xfc','\x5d','\x14','\xc5','\x89','\x80','\x1f','\x2f','\xba','\xc8','\x8d','\x45','\xbb','\x88','\x38','\x4f','\xf4','\xe5','\xc5','\xfc','\xa1','\x1f','\xfa','\xa1','\x7f','\x11','\xb9','\x6d','\x04','\x55','\xc8','\xa0','\xc2','\xf0','\x4c','\x0d','\xae','\x56','\x26','\xe4','\x40','\xd0','\xb6','\x8d','\x8e','\x11','\x00','\x03','\x80','\xaa','\x77','\xb5','\xec','\x22','\xda','\x9b','\xa3','\x23','\x45','\x99','\x4c','\xb0','\xbc','\xb2','\x02','\x03','\x51','\xe4','\xe5','\xd0','\x78','\xdf','\xfd','\xe9','\x15','\x91','\xf3','\x3e','\x7a','\x3f','\x0e','\x2a','\x68','\xe1','\xe6','\xa2','\xb8','\xec','\xfd','\x32','\x56','\x5d','\x8d','\xd2','\x34','\x9b','\x80','\xb2','\x87','\xd5','\x09','\xc6','\xdd','\xb4','\x6d','\xc9','\x5e','\x68','\x55','\x30','\x5a','\x01','\xd5','\xe2','\x86','\x5b','\xde','\x2c','\x91','\x9b','\x67','\xb7','\x2d','\x61','\x7b','\xab','\xca','\x72','\x6e','\xa6','\x3b','\x35','\x1e','\x83','\xf7','\xde','\x08','\x16','\xfc','\x0c','\x0b','\xc6','\xa6','\x30','\x6a','\x42','\xa5','\xdf','\xa5','\xd5','\x80','\xb1','\x77','\x3d','\x22','\xe9','\x42','\xfc','\x9a','\x38','\x1f','\x0e','\xf1','\x3f','\x29','\xc7','\xa7','\x3a','\x98','\x29','\xda','\x69','\xb2','\x2d','\xd0','\x69','\xb8','\x18','\xe6','\xca','\xea','\xeb','\xec','\xa3','\x05','\xe2','\x40','\x3b','\xbf','\xd5','\xde','\x91','\xf4','\x6b','\xf5','\xd4','\x57','\x5d','\x55','\xfb','\xb1','\xce','\x60','\xa4','\x36','\x88','\x2b','\x16','\x6a','\x63','\x38','\xd1','\x30','\x91','\x5e','\xe5','\xbe','\xf1','\x95','\x34','\x14','\x87','\x4c','\x33','\x4d','\x1b','\x73','\x3e','\xee','\x96','\x7d','\x4b','\x38','\x3c','\x08','\xaf','\xab','\xc7','\xe6','\xbe','\x26','\x7b','\xd8','\x5f','\xa7','\x20','\xa1','\x99','\xbb','\xe6','\xea','\xe0','\x64','\x2b','\xc8','\x5b','\xa9','\xbb','\x41','\xff','\xec','\xb8','\xdf','\x49','\x41','\x50','\xe5','\x01','\x0b','\x7e','\xf4','\x1d','\xb6','\xe0','\x2e','\xd2','\x72','\x27','\xc8','\x7c','\xeb','\x14','\x1a','\xed','\xb5','\x05','\x79','\x5e','\xaf','\x9f','\x95','\xe5','\x24','\xad','\xaf','\x84','\x10','\x4f','\x14','\x6f','\x48','\x81','\xcf','\xe6','\xc0','\x57','\xd2','\x47','\xfb','\xfe','\xe2','\x6e','\xde','\x34','\xdb','\xd4','\xe3','\x5b','\x80','\xc4','\x13','\x4f','\x2a','\xdf','\x76','\xc3','\x65','\x56','\xb0','\x67','\xdb','\xf4','\xdb','\x55','\xee','\x87','\x7e','\x1f','\xbd','\x72','\x30','\x7c','\x9c','\x6b','\xfd','\x4d','\xe4','\x16','\x9e','\x9c','\xae','\xd9','\xfd','\x0b','\xcc','\x9a','\x2c','\x6e','\xe4','\x88','\x13','\x84','\xc3','\x8b','\x50','\x4b','\x29','\xb8','\xdf','\xef','\xc3','\xe1','\xa1','\x33','\x52','\x90','\x53','\x73','\xea','\x3b','\x1b','\x24','\x77','\x76','\x76','\x67','\x06','\xae','\xcc','\x0d','\x04','\xc8','\xbd','\x37','\x5c','\x80','\x1d','\x05','\x84','\x7a','\x6b','\x6b','\x91','\x3b','\x5a','\x4a','\x5c','\x7f','\x63','\xdf','\x26','\x0d','\x5c','\xe5','\xd4','\x95','\xfd','\x58','\x6c','\x3d','\xbf','\x93','\x3a','\xf8','\x90','\x86','\xec','\x71','\x58','\x3d','\xb6','\x01','\xac','\xbb','\x52','\xdb','\xad','\x9d','\xf1','\x91','\xf3','\x21','\x0a','\x94','\xfa','\xa1','\x2a','\x4d','\x93','\x68','\x3a','\x5c','\x1d','\xb0','\x11','\xa4','\x68','\x57','\x7c','\xcd','\x21','\xf3','\x51','\x8f','\x1b','\x7b','\xd8','\x82','\x48','\x53','\xcb','\xb1','\xce','\x1a','\x76','\x04','\x5b','\xcb','\x2c','\x4e','\x56','\x9b','\x9d','\x43','\xa0','\x41','\xfe','\x1d','\x8c','\x17','\x8e','\x9f','\x79','\xf8','\x7c','\x09','\x20','\xcd','\x28','\x96','\x83','\x7c','\x39','\xd9','\xfd','\xd7','\xee','\xa4','\xd9','\x32','\xb6','\xcd','\x5e','\x4a','\x5b','\xbf','\x29','\x8e','\xa6','\x1a','\x5e','\x81','\x4f','\x03','\xeb','\x53','\x1e','\xf5','\xa8','\x20','\xbd','\x1a','\xfe','\xc5','\xbc','\x4f','\xbb','\xf6','\x40','\xc7','\xb6','\x81','\x74','\x2a','\x37','\xe4','\x72','\xcc','\x0e','\xec','\x52','\x48','\xfd','\xdb','\x5d','\x95','\x53','\xcf','\x97','\x03','\xe0','\xaf','\x19','\x54','\xc0','\xd4','\x00','\xa6','\x98','\xc4','\xe6','\x9c','\x90','\xf5','\x3e','\xaf','\xee','\x24','\xa1','\xe7','\xb3','\x58','\xe1','\xf8','\x0c','\x9a','\xd4','\xfd','\xcc','\xfc','\xed','\xcc','\x03','\x9d','\xf5','\xdf','\x38','\xf9','\x68','\xc6','\xed','\xe3','\x74','\x04','\xb2','\x3e','\x8d','\x0e','\x90','\xc2','\x95','\x52','\xcc','\x16','\xd5','\x5e','\x49','\x47','\xc3','\xfe','\x4a','\xdc','\x83','\x9b','\x03','\x5e','\x43','\x9f','\x89','\xe1','\xad','\xec','\x6d','\x77','\x79','\x75','\xef','\xac','\xa6','\xe5','\x67','\x75','\x34','\x1d','\x52','\x3f','\x4b','\x2c','\x2f','\x8b','\xbb','\xa8','\xa1','\x81','\x59','\x7c','\x0b','\x10','\x09','\x7c','\xbb','\x85','\xaa','\x1f','\xfa','\x1b','\xe9','\x95','\x83','\xec','\xdb','\x2e','\x29','\x7c','\x39','\xa9','\xde','\xc0','\x00','\x13','\x2f','\xe5','\xeb','\xbe','\xef','\xc3','\x82','\xe8','\xec','\x1d','\x10','\x9c','\x20','\x44','\xc0','\x53','\x4a','\xb1','\xac','\x4e','\x8b','\x81','\xf6','\x4e','\x18','\x66','\x5f','\x1d','\xef','\x40','\xc0','\x82','\x22','\x02','\xd4','\x1d','\xb5','\x57','\x53','\x9a','\x99','\x5a','\x61','\x30','\xef','\x40','\xdb','\x4d','\xd1','\xd5','\xde','\xf6','\x37','\xee','\xa8','\x00','\xfd','\x7b','\x92','\xfb','\x58','\x12','\xd5','\x86','\xd1','\x1d','\x9c','\x5e','\x44','\x3d','\x8c','\x5d','\x5d','\xd0','\xb9','\xe2','\x5b','\xcf','\x71','\x00','\xda','\x7d','\x25','\xf5','\x3c','\x48','\xbd','\xc4','\xb4','\x9a','\xe5','\xc9','\x85','\x96','\x45','\xec','\x0b','\x25','\x7d','\xa9','\xbf','\x1b','\xa8','\xe4','\x04','\x82','\x05','\x40','\x1a','\x8a','\x0d','\x0e','\x32','\xa0','\xe8','\x4c','\x65','\xfa','\x6a','\xba','\xa2','\xf3','\x5e','\x9a','\x9a','\x01','\xc1','\xbb','\xd7','\x56','\xc0','\xb2','\xff','\xbe','\x2a','\xcc','\xe0','\xbc','\xc2','\x7c','\xb6','\x3b','\x7a','\x6c','\xfe','\x01','\x75','\x1c','\xa6','\x9c','\xb0','\xdd','\xa8','\x6d','\x95','\x1a','\x90','\x68','\xda','\xdf','\x9e','\xdb','\xa2','\x24','\x17','\xd4','\xda','\xd3','\x04','\xa7','\x9d','\xe5','\x0b','\xf7','\x0c','\x1d','\xf1','\xbe','\x0f','\x68','\x14','\x83','\x22','\x48','\x93','\x6f','\xed','\xa1','\xb6','\x5b','\x53','\x7b','\x06','\xa5','\x3c','\x02','\x70','\x9f','\x32','\x13','\x29','\xb3','\x02','\x60','\x76','\xca','\x1c','\xfa','\x6f','\xf3','\xb6','\xb7','\x79','\x96','\xbb','\x9a','\x52','\x35','\x8b','\xcd','\xef','\x3b','\xde','\xff','\x21','\x00','\xf5','\x02','\x55','\x2e','\x30','\x1d','\xba','\xaa','\xd5','\xe7','\x53','\x77','\xc4','\xbe','\x00','\x3b','\x67','\x45','\x52','\x7d','\xd3','\xf0','\x86','\x10','\xc7','\xe6','\xb1','\x2a','\xc3','\x59','\x19','\x6b','\x56','\x8b','\x34','\x66','\xd1','\x3f','\x22','\x6b','\x1f','\x1c','\x97','\xaf','\x58','\x4f','\xf8','\x14','\x5a','\x60','\x81','\x97','\xd1','\x93','\x89','\x1f','\xf7','\xf7','\x71','\x82','\x7a','\x4d','\x82','\xb2','\xae','\x98','\xd6','\xe8','\xc8','\xc5','\xea','\x04','\x56','\x9e','\x31','\x64','\x79','\xa8','\x01','\xa9','\xc0','\x13','\xe2','\xd9','\x61','\x9b','\xec','\x8f','\x2a','\xf7','\x43','\x7f','\x0f','\x7d','\x0b','\x6e','\xf5','\xd7','\x52','\x94','\x5f','\x5e','\x97','\x9f','\xc7','\x29','\x7b','\x19','\xbc','\xbe','\xdd','\xef','\xf7','\x73','\x27','\x08','\x57','\xcc','\x48','\x94','\xb1','\x35','\xc5','\x5f','\x01','\x40','\x5b','\xb5','\xa5','\xd4','\x77','\x75','\x34','\x39','\x59','\x41','\xef','\x1a','\x6e','\x07','\x39','\x7a','\x29','\xa8','\x5d','\x65','\x26','\x89','\xa6','\x95','\x66','\x08','\xd0','\xea','\x65','\x11','\xf0','\x94','\x92','\x69','\x2a','\x22','\xa4','\x89','\xb8','\x97','\xdd','\x9e','\x7a','\x00','\xbb','\x7e','\xed','\x37','\xd1','\x33','\x92','\x9c','\x45','\xba','\x25','\x35','\x8d','\x4a','\x39','\xd5','\x9d','\x25','\x22','\x35','\xc9','\xd3','\x76','\x10','\x77','\xd7','\xa2','\xe4','\xf5','\xc2','\x6b','\xd9','\xbb','\x93','\x03','\x03','\xba','\xd0','\x1f','\xed','\xa1','\x2e','\xdb','\x56','\x36','\xa8','\xd5','\xf3','\xdc','\x99','\x0c','\x95','\x2f','\x9f','\x27','\x4e','\x86','\x56','\x9c','\xae','\x82','\x63','\xbd','\x35','\xb0','\x58','\x35','\x3f','\xda','\x49','\x50','\x4f','\x6d','\xab','\x24','\x66','\x00','\xc9','\x01','\x23','\xd9','\xc9','\x6b','\xe3','\x49','\xce','\x8b','\x01','\x40','\x6a','\xbb','\x3f','\xb9','\x2a','\xd7','\xc9','\x1c','\xc4','\x62','\xc0','\x9c','\x5b','\xab','\xef','\x88','\xd0','\xbc','\xbe','\x91','\xf3','\xe0','\xf7','\x10','\xf8','\xd1','\xc4','\x1f','\x08','\x7f','\x46','\xbf','\x85','\xe7','\xca','\xb8','\xac','\x73','\x9f','\x27','\x5f','\x86','\x18','\x61','\xad','\xc4','\x4d','\x03','\x05','\xcf','\x5e','\x51','\x12','\x10','\x54','\xcd','\xe2','\xb8','\x9b','\xc6','\xb6','\x7e','\xb9','\xbf','\x57','\x47','\x09','\xa5','\x00','\xa1','\xe3','\x81','\x0b','\xfc','\xeb','\x5b','\xd1','\xc8','\x16','\x66','\x9f','\xbf','\x96','\xae','\xb2','\x93','\x07','\xd9','\xce','\xa9','\xbe','\xff','\xbc','\x5e','\xff','\xaa','\x28','\x26','\x32','\x7b','\xd6','\xca','\x2f','\xd8','\x47','\xbb','\xd2','\x99','\xaf','\xe6','\x13','\xab','\x22','\x0c','\x2b','\x20','\x0f','\x26','\xc0','\x5d','\x76','\x55','\xf0','\xe3','\xf9','\xe1','\x0f','\xc0','\xf9','\xa1','\x1f','\xfa','\xa1','\x4f','\xa3','\xc6','\x27','\xbb','\xce','\xe6','\x3f','\x17','\x2e','\xc3','\x19','\xa0','\x52','\xca','\xf9','\x19','\xa0','\xe8','\xf4','\x20','\xfe','\xee','\x3a','\x3a','\x75','\x45','\x91','\xa0','\x8e','\x0c','\xe4','\x5f','\xbf','\x27','\xc5','\xaa','\x8c','\x6c','\xe5','\x89','\xdb','\xe1','\xb1','\x3a','\x6f','\x5f','\x61','\xef','\x2b','\x56','\x7d','\x47','\xa7','\xc1','\x20','\x05','\x15','\x4d','\x19','\xe3','\x96','\xbe','\x71','\xb8','\x50','\xe3','\x05','\x4d','\x9a','\xea','\x0e','\x0e','\x99','\x34','\xab','\x62','\x5c','\x3d','\xcf','\x6d','\x5b','\x75','\x70','\xb0','\xdd','\xb2','\xc6','\x2f','\xc5','\x2b','\xdc','\xd6','\xed','\xb1','\xea','\xc1','\xba','\x2a','\xd6','\x76','\x0c','\x22','\xf0','\x71','\x8d','\x28','\xe5','\xb7','\x2d','\xda','\xeb','\x35','\x09','\x3e','\xb4','\x3f','\x6b','\x05','\xe6','\x34','\x3a','\xc9','\xe2','\x73','\xa9','\x24','\x83','\x8a','\xfb','\x0b','\x39','\xbc','\xee','\xde','\x1b','\xf0','\x75','\x05','\xfc','\x44','\x1d','\x78','\x59','\xec','\x23','\xd0','\xe3','\x12','\x62','\x59','\x7e','\x84','\xc1','\xca','\x52','\x62','\x40','\x3c','\xf7','\x05','\xa0','\x44','\x0d','\xfc','\xc8','\xee','\x9e','\xf4','\x91','\x54','\xc1','\xba','\x2c','\x07','\x59','\x10','\x4f','\xbe','\x13','\x2c','\x68','\x9d','\x95','\xd3','\x6a','\x7a','\x34','\x7e','\x5a','\x54','\xf9','\x98','\x66','\x11','\x5f','\xa8','\x28','\xad','\x92','\x3a','\x2a','\x9f','\x9b','\x67','\xba','\x0b','\xb2','\xea','\xdf','\xd6','\x96','\x56','\x91','\xec','\xd3','\xd7','\xb9','\x29','\x57','\xac','\x24','\x0b','\x2b','\xb2','\x83','\x0c','\x46','\x4a','\x1b','\x52','\x2e','\x20','\xba','\xe3','\x7e','\x2f','\x7d','\xf1','\x44','\xbd','\x9a','\x1c','\x14','\xf6','\x19','\xad','\xcc','\xf6','\xe3','\xac','\x91','\x44','\x11','\xc4','\xe2','\xfb','\xcb','\xe8','\x42','\xe2','\xab','\xc1','\x25','\xc5','\x9b','\x79','\x7a','\xfc','\x88','\xaa','\x3a','\x1b','\xe7','\xab','\xdf','\x47','\xaf','\xaf','\xb4','\xdb','\x13','\x6d','\x3b','\x5c','\x2e','\x6b','\xe8','\xb8','\xd6','\x1d','\xfc','\x28','\xab','\x7b','\x76','\xfc','\x00','\x8b','\x45','\x45','\x36','\xff','\x87','\xf0','\x2e','\x94','\xff','\xe5','\xff','\x4e','\x73','\x3b','\x29','\xcd','\x82','\x71','\x2c','\xfa','\xcb','\x87','\x31','\xd2','\x8c','\xec','\x05','\xd4','\xd4','\xe5','\x51','\x8c','\xef','\x56','\x2b','\x0d','\x2f','\x3e','\xc9','\xea','\x87','\x7e','\x68','\x49','\x0b','\xd9','\xfa','\xbd','\xe8','\xd9','\xd1','\xbd','\xae','\xd4','\x95','\x29','\xfa','\x37','\xd2','\x5c','\x46','\x75','\x77','\xd9','\xa3','\x69','\x18','\x90','\xd3','\xfc','\x0c','\xd0','\x21','\x00','\xca','\x39','\x1f','\x7a','\x7d','\x73','\xc7','\x56','\x9c','\xb9','\x5b','\x73','\x62','\x90','\x52','\xdb','\xfd','\xe9','\x4c','\xdf','\x29','\xbf','\x2c','\xab','\xff','\x7d','\x85','\x7e','\xa6','\x2c','\xb9','\x57','\xea','\xfe','\xce','\x7c','\x14','\xc8','\x67','\xf2','\x19','\xaa','\x35','\x1b','\x2d','\xd4','\x94','\xdc','\x22','\x0a','\x56','\xdb','\xad','\xca','\xed','\xac','\xc1','\x56','\x15','\xe3','\x6d','\x6b','\xf7','\xf9','\xec','\xed','\x0c','\x52','\x4b','\x8e','\x0c','\xb8','\xd3','\xa2','\xc9','\xce','\x54','\x6b','\x9c','\xa4','\x00','\x6c','\x9e','\xbf','\x82','\x37','\x0b','\x8e','\xb8','\x01','\xa7','\x89','\x92','\xa5','\xc9','\x5c','\x18','\xf5','\xcb','\x20','\x57','\x22','\x9b','\x44','\x54','\x38','\x59','\x00','\xc3','\xf0','\x19','\xac','\xf4','\xcd','\x00','\x7a','\x2e','\x95','\x4f','\x48','\x11','\xd2','\x3a','\xe2','\xb4','\x2a','\xb1','\x5c','\x23','\xfa','\xab','\x7d','\xb3','\x55','\x67','\x16','\x29','\xe7','\xba','\x63','\xa8','\xf6','\x5c','\x2d','\x08','\xf5','\x13','\x19','\x3a','\xbe','\xe4','\x32','\x5e','\x49','\x5b','\x95','\xf1','\x83','\x3a','\xc4','\xb2','\x7d','\x6b','\x46','\x7d','\x81','\x2e','\x68','\x2b','\x34','\xfb','\x61','\xea','\x4e','\xd3','\xcf','\x3e','\x61','\x99','\x13','\x35','\x1a','\xb7','\xbe','\x84','\x3a','\x49','\x00','\x65','\x50','\x4e','\x48','\xa9','\xd4','\xdd','\xda','\x76','\x09','\x32','\xef','\x8c','\x5d','\x3c','\x40','\x7e','\x75','\x7b','\x7f','\x45','\x5e','\x96','\xef','\x3e','\x22','\xfc','\x63','\x98','\xcf','\x90','\xa0','\xab','\x3c','\x4e','\xc2','\x7e','\xef','\x29','\xe1','\xc7','\x65','\x14','\xc0','\x9f','\xaa','\x88','\x1c','\x2e','\x98','\xcc','\xc0','\xd0','\x93','\xf4','\xc0','\x3c','\x59','\x59','\x85','\x10','\xf5','\xf9','\xd9','\xde','\x28','\xac','\x13','\x11','\x3d','\x00','\xdd','\x7f','\x9b','\xf6','\xf6','\x43','\x3f','\xf4','\x43','\x5f','\x4e','\xa9','\x5d','\xa1','\x63','\xe9','\x76','\xbb','\x4d','\xc3','\x1e','\x5e','\x84','\x5a','\x4a','\xe9','\x2b','\x3f','\xce','\x34','\x48','\x0e','\x85','\xfb','\x9d','\x1f','\xb7','\x4a','\x04','\x54','\x80','\xa0','\x0b','\xf6','\x01','\xf8','\x44','\xb3','\x82','\xd5','\xaa','\x39','\x91','\xe3','\xd7','\xfd','\x0c','\x34','\x77','\xe5','\xd4','\xac','\x16','\x03','\xde','\x23','\x9c','\xab','\x0f','\xd7','\xff','\xc4','\xf3','\x9c','\xb8','\xb5','\x16','\xf0','\x23','\xc5','\xe0','\xe6','\x75','\x8a','\xd4','\xec','\xc9','\x2a','\xc7','\x52','\xae','\xfa','\x5e','\xfc','\x52','\x4d','\x15','\x63','\xf2','\x61','\xa7','\x80','\x4d','\x14','\x1c','\x1b','\x76','\x58','\x49','\x9b','\xbc','\x5b','\xd1','\x07','\xe2','\x4e','\x81','\xcf','\x51','\xb8','\x8f','\xc8','\xe4','\x33','\x65','\x6e','\x00','\x3e','\x1c','\x7e','\x1f','\x24','\xcd','\x5e','\x71','\x49','\x72','\xa1','\xee','\x96','\xdb','\xe4','\x80','\xba','\x55','\x17','\x70','\x4b','\x0d','\x81','\xf6','\x23','\x62','\x6d','\x17','\xc8','\x10','\x01','\x1e','\xa8','\x4e','\xca','\x21','\x7d','\x39','\x60','\xdf','\x09','\x7d','\x48','\xa5','\xf9','\x24','\x65','\x62','\x9a','\xec','\xc5','\x31','\xc4','\xc3','\xc3','\x82','\xc8','\x03','\x6d','\x6d','\x57','\xb4','\xbe','\x63','\x02','\xf4','\xee','\xad','\xfa','\x2f','\x37','\xd3','\xda','\x44','\x6d','\x17','\xef','\x9e','\xea','\x65','\xc8','\xef','\x05','\xf8','\x07','\xd8','\xb9','\xcc','\xc7','\xe5','\x95','\xf2','\x7c','\x07','\xba','\xa2','\x59','\xbf','\x02','\x39','\x58','\x20','\x62','\x6c','\x6a','\x79','\xf2','\xfd','\xd5','\xed','\x66','\x4f','\xd0','\xc5','\xec','\x5e','\xee','\xac','\xe1','\x09','\x85','\x5b','\xa2','\xd8','\xbf','\x53','\x14','\x2f','\x3f','\xdb','\x82','\x5c','\x1c','\xf7','\x47','\x96','\x98','\x0f','\xd5','\x73','\xc9','\x1b','\x57','\x95','\x3b','\xe6','\x3a','\xdc','\xd7','\x0e','\xaf','\xe7','\xeb','\xd6','\x93','\x58','\x1b','\x46','\xe6','\xac','\x5b','\x93','\xa4','\x36','\x77','\x09','\xfd','\x9c','\xac','\x26','\xe2','\x07','\xf8','\xa7','\x02','\xc9','\x1f','\xfa','\x7b','\x29','\x2e','\x94','\x7e','\xef','\xd5','\x94','\x1f','\xfa','\x6a','\x22','\xc1','\x18','\x9e','\xb3','\xcc','\xce','\xff','\x00','\x13','\x2f','\x70','\x96','\xe4','\x42','\x48','\x35','\xe9','\x32','\xe6','\x6d','\xdd','\xd4','\x8d','\xba','\x23','\x02','\x58','\x9e','\xc7','\x6a','\x42','\xd6','\x7f','\xb7','\x5b','\x5a','\x27','\x5c','\x4f','\x94','\x5c','\x39','\x87','\x21','\x95','\xd1','\x3f','\x13','\xa5','\x46','\x15','\x24','\x50','\x73','\x39','\x27','\x01','\xb9','\x29','\x56','\x0d','\xa0','\x98','\x3c','\xad','\x77','\xb7','\xdb','\x5b','\x3b','\xeb','\x23','\x67','\x41','\xb8','\x9d','\x0b','\x02','\xab','\x59','\x5f','\x37','\xa7','\xeb','\xe5','\xec','\x26','\x6e','\x2d','\x3f','\x96','\x67','\x6e','\x40','\xb1','\x17','\x96','\xcc','\x7f','\x53','\xc1','\x78','\xf6','\xce','\x4e','\x74','\xb6','\x8f','\x13','\x11','\x32','\x55','\xc8','\x1b','\x28','\x9c','\x64','\x33','\x8f','\xc3','\xc3','\xfb','\xa1','\x08','\xf2','\x22','\x0c','\xb2','\xb5','\x30','\xb3','\x6a','\x05','\x7a','\xdf','\x99','\xcf','\xac','\xe1','\x62','\x66','\x13','\x72','\x05','\x21','\x05','\xd3','\x32','\xe8','\xed','\x39','\x22','\xed','\xef','\xad','\x7a','\xf1','\xa3','\xd8','\xb6','\x2a','\xcc','\xfd','\x37','\xbb','\xb2','\x49','\x4d','\xdb','\x19','\xe2','\x5e','\xa0','\xab','\xfc','\x79','\x16','\x6e','\x99','\x85','\xd7','\xd0','\xe6','\xf4','\x69','\x9a','\xc5','\x4c','\x21','\x24','\xf8','\x55','\x07','\x1e','\xc3','\xd8','\x79','\xed','\xd2','\x62','\x17','\x8e','\xd0','\xf4','\x3b','\xa7','\xa8','\x91','\x2a','\x58','\xf5','\x1e','\x26','\x46','\xca','\xb2','\xf3','\x5c','\xbd','\xbb','\xd0','\xfb','\x5e','\x77','\x82','\x76','\x63','\x5a','\x8b','\xee','\xdd','\xef','\x71','\x62','\x33','\xee','\x29','\x7e','\xfa','\x5a','\xc1','\x7b','\x04','\xe8','\x9e','\x50','\xf4','\x2f','\x6b','\x0f','\x4f','\xd5','\xd1','\x21','\xac','\x69','\x76','\xd3','\x64','\x0f','\x6f','\xee','\x7d','\x72','\x30','\x2f','\xb4','\xec','\x61','\x18','\xce','\x16','\x8d','\xae','\x64','\x7b','\xa1','\x7d','\xd6','\x4e','\x32','\x6c','\x63','\xf0','\x30','\xd6','\x1f','\xa3','\x75','\x81','\x79','\x18','\x2c','\x17','\x92','\x39','\x23','\x26','\x23','\x7b','\x01','\x7b','\x69','\xac','\x2e','\x64','\xc0','\xcf','\xdf','\xb8','\x88','\x15','\xb3','\xfc','\x56','\x40','\xe8','\x05','\xfd','\x3e','\xa4','\xf3','\x19','\xfc','\x62','\x35','\x6e','\xff','\x76','\x7a','\x8a','\xe7','\x4d','\xe8','\x5b','\x0d','\x3a','\xe0','\x1b','\x16','\xe8','\xa5','\x74','\xd5','\xa1','\xcf','\x71','\x18','\x34','\x16','\xd9','\xf5','\x5a','\x5d','\x8c','\x6a','\x64','\x3d','\x34','\x03','\x55','\x17','\x38','\x75','\x82','\x00','\xcc','\x2f','\x3e','\x4d','\xd9','\x9c','\x6b','\x69','\xa0','\xa7','\x1f','\x4c','\x86','\x2a','\x36','\x4e','\x01','\x15','\x05','\x44','\xcf','\xf9','\xf4','\x82','\x1c','\x2a','\xb5','\xe1','\xb7','\x9a','\x8b','\x45','\x89','\x65','\x7e','\xaa','\x6c','\x0d','\x4a','\x89','\x5a','\x38','\x15','\xe8','\x79','\x9f','\xbc','\x11','\xb6','\x5b','\xc6','\xdb','\x5b','\x75','\x6d','\x5d','\x15','\x62','\xf2','\x3b','\x52','\x04','\x24','\x24','\x9f','\x96','\xa6','\x39','\x02','\x1b','\xdb','\x21','\xfd','\x4c','\x54','\x28','\xe4','\xac','\x5c','\x26','\x8d','\xa9','\x18','\x88','\xfa','\xa4','\x6d','\xb7','\x19','\xe6','\xb9','\x3a','\x77','\x06','\x7c','\x73','\x0c','\xa0','\xf4','\xbd','\x94','\x3b','\x0a','\xb2','\x11','\x2f','\x41','\x10','\xcd','\x0a','\x1e','\xb1','\xf9','\xab','\x5e','\xdf','\x6c','\x1e','\x42','\x0b','\x46','\xa7','\xc7','\x80','\x4c','\x59','\xb8','\x74','\x10','\x24','\xe3','\x5f','\x9c','\x5a','\xdc','\xda','\x2e','\x5f','\x0f','\xd7','\x80','\x7d','\xaa','\xf1','\xed','\xd0','\x91','\x5d','\x3f','\xed','\x6a','\x6a','\xa0','\x76','\x36','\xe8','\x62','\x59','\xa1','\xd5','\xf8','\x7c','\x59','\xf4','\xc5','\xc2','\xce','\xe0','\xc1','\xc5','\x30','\x31','\x7e','\x9f','\x8e','\x40','\xfd','\x42','\x68','\xb3','\xf9','\x4d','\x8c','\x76','\x53','\x70','\xe7','\x27','\x8a','\xa9','\xda','\x7c','\x49','\x49','\x3c','\xf9','\x11','\x52','\x2e','\xd8','\x36','\xc2','\xfb','\xbd','\x5e','\xa2','\x5a','\xee','\xc5','\x5d','\x64','\x3c','\xc5','\x5d','\xb3','\xb2','\xfc','\x4e','\x3a','\x2a','\xcb','\x55','\x85','\xec','\x4a','\x7d','\x78','\x36','\x13','\x5f','\x47','\x76','\xca','\x76','\x7e','\x59','\xcf','\x67','\x9e','\xc5','\x9b','\xd1','\xcb','\x4b','\x78','\x71','\x6c','\x5a','\x45','\xfe','\xb8','\x10','\xfe','\x6c','\x8c','\xa5','\xa3','\x79','\x32','\x96','\xe5','\x08','\x1d','\x0e','\x49','\xc0','\x15','\x9a','\x2d','\x07','\x3b','\x88','\xf6','\x0c','\xcf','\x70','\xeb','\x19','\xd7','\xc1','\x99','\xbf','\xe7','\x0e','\x5d','\xf5','\xf9','\x4e','\x73','\xee','\x87','\xfe','\x5c','\xfa','\xb7','\x80','\xbd','\x1f','\x32','\x44','\x2a','\xff','\x07','\x1d','\xbb','\x51','\xd7','\x0b','\xc3','\x7b','\x66','\x6c','\xdb','\x36','\xbc','\x77','\x4e','\x10','\x62','\x00','\x01','\x3b','\xd4','\x9e','\xc5','\xd5','\xb5','\xb8','\x0f','\x06','\x64','\xe1','\xce','\x00','\x1d','\xe3','\xdc','\x40','\x14','\x54','\x77','\x80','\x7e','\x59','\x35','\x5f','\xa1','\x7e','\xf8','\xb9','\x0b','\x86','\x99','\x3e','\xec','\x18','\x6d','\x69','\xca','\x2a','\x91','\x03','\x5b','\xb9','\x79','\xa7','\x93','\x5d','\x9f','\xad','\x5d','\x68','\x2a','\x65','\xb2','\x17','\xa9','\x2a','\xb0','\x93','\xdc','\x38','\x2c','\x4e','\xce','\xb0','\x98','\xb4','\x8d','\x14','\xf5','\x50','\xd2','\x84','\x9d','\x06','\x29','\xbb','\xfe','\x0a','\xe0','\x21','\x02','\x21','\x69','\x0b','\x6b','\x42','\xb8','\x68','\xd7','\xea','\x42','\xdc','\xbe','\xa8','\xff','\x39','\x2c','\x15','\xe2','\xda','\x6c','\x1c','\xe0','\x89','\x79','\x4c','\x81','\x4f','\x4f','\x65','\xe6','\xa9','\xad','\xa9','\xb3','\xae','\xce','\x4e','\x28','\x4e','\xf2','\x98','\xa5','\xcf','\xe6','\x7f','\xa9','\x03','\x03','\xf5','\x50','\x7c','\x4b','\x50','\x5c','\x28','\x6f','\x5b','\x56','\xa7','\x07','\xba','\x03','\x09','\x18','\xb0','\x6a','\xe0','\x4a','\x1b','\x63','\xc3','\x9d','\x55','\x67','\xf4','\x49','\xcc','\xf8','\x43','\x7a','\xfa','\x51','\x99','\x4e','\xe7','\xe1','\xc5','\x0f','\x76','\x6c','\x4a','\x7b','\x19','\x04','\x34','\x62','\x1d','\xae','\x00','\x2a','\x80','\x19','\x3b','\x36','\xf4','\x3d','\xd7','\x07','\x71','\xc4','\xc1','\xf6','\x62','\x27','\x6a','\x3b','\x41','\x04','\x24','\xaa','\x3b','\x7b','\xf7','\x44','\xa0','\x54','\x40','\xb4','\x63','\x07','\x70','\xdf','\xdb','\x6e','\x6e','\x91','\x79','\x10','\x2a','\x70','\xda','\xa8','\x07','\x0d','\xf8','\x6c','\x7f','\xc7','\x78','\x57','\x3a','\x76','\xb1','\x08','\x70','\x48','\x36','\xfc','\x17','\x2b','\x0a','\x0c','\x1e','\xb3','\x14','\xd3','\xe8','\x83','\x7a','\x7c','\xea','\x7d','\x45','\x0f','\xb7','\x01','\x05','\xc6','\x74','\x92','\x2e','\xc7','\x17','\xeb','\x6c','\xe7','\x45','\x79','\x84','\xd9','\x04','\x3a','\x12','\x4e','\xb3','\x37','\x57','\xf3','\xf8','\x60','\x77','\x98','\xa9','\xdd','\x5c','\xe1','\x87','\xf5','\x5d','\xe5','\x13','\x3c','\xc6','\x8b','\x45','\xf8','\xaa','\xf1','\xfc','\xea','\x21','\xf8','\xaa','\xb2','\x5e','\xa9','\xff','\x0f','\x20','\xf8','\x46','\xf4','\x6c','\x67','\xac','\x07','\xe0','\xd1','\xd0','\xbc','\x92','\xdb','\x77','\x58','\x77','\x70','\x4e','\xa9','\x02','\xf3','\x64','\xac','\x65','\x80','\xea','\xd8','\xf6','\xaf','\x7e','\xb0','\xe9','\xd7','\x57','\x89','\xbc','\x07','\x38','\x00','\xe7','\x17','\xa1','\x56','\x50','\xe3','\x53','\x14','\xc7','\x08','\xd4','\x36','\x44','\xd4','\x2c','\x0c','\x56','\x3e','\x30','\x4a','\x03','\x11','\xaa','\x60','\xb3','\x28','\xa5','\xa2','\x99','\x4e','\xeb','\xb5','\xa8','\x69','\xac','\xce','\x18','\x84','\x43','\x70','\x11','\xae','\x35','\x7b','\x76','\x81','\xeb','\x4a','\x71','\x35','\x81','\xaa','\x0e','\x0e','\x6a','\x7d','\xaa','\x7b','\xe4','\x9a','\x9a','\xdd','\x65','\xd2','\x36','\xa8','\x5a','\x57','\xfb','\xcb','\xea','\x15','\xac','\x05','\xf2','\x8b','\x70','\xa8','\x1d','\xaa','\xef','\x0c','\x58','\x33','\x90','\xae','\xbe','\x31','\x5b','\x55','\x97','\xa6','\xc9','\x0a','\xdc','\x48','\xaa','\x0b','\x90','\xa0','\xe1','\x0c','\xb8','\x70','\x20','\x2b','\xa6','\x2d','\xaf','\x9e','\x51','\xb8','\x26','\x34','\x24','\x43','\xb0','\x0e','\xdc','\x5c','\xf9','\x34','\xac','\xe9','\xd8','\xd9','\x6e','\xe1','\xf2','\xec','\x98','\x43','\x52','\x5c','\x3d','\xbe','\x6d','\x84','\xdb','\x2d','\x35','\xa0','\xcb','\xe0','\x52','\x41','\x99','\x5d','\x39','\xd0','\xb3','\x6c','\xee','\x2f','\x69','\xff','\x45','\xb0','\xfa','\x43','\x8f','\xd1','\x11','\x66','\x8a','\x01','\xa3','\xb5','\x94','\x4e','\x17','\x40','\x07','\xce','\x30','\xef','\x89','\xea','\xe5','\xc6','\x4c','\xd8','\xb6','\xde','\x7f','\x7b','\x6a','\x26','\x71','\xf7','\x82','\x7d','\xe7','\x70','\x6f','\x90','\x01','\x5c','\x0e','\x88','\x4d','\x8a','\xf5','\xea','\xbe','\x7f','\x76','\x5e','\x5d','\x99','\x93','\xdf','\x41','\xc2','\x35','\x1a','\x15','\x57','\xe1','\x3c','\x7f','\xe9','\x64','\x7a','\x11','\xcf','\xfc','\x1b','\xc9','\xc9','\x41','\xaa','\xcb','\x5f','\x4e','\xf5','\x39','\x91','\x5f','\x3f','\xf4','\x43','\x3f','\xf4','\xef','\x22','\xa7','\x33','\x8b','\x3a','\x4e','\x13','\xf9','\x11','\x18','\x87','\x7c','\x15','\x27','\x08','\x16','\xf0','\xe4','\xec','\x3d','\xc3','\x09','\xb9','\x33','\x40','\xd1','\x46','\x8e','\x59','\xee','\xe1','\xa8','\xc9','\x13','\x50','\xcf','\xda','\x30','\xba','\xbb','\xe1','\x16','\xce','\x7b','\x75','\x33','\x97','\x91','\x4e','\x69','\x62','\x5f','\x2f','\x75','\xb5','\x8e','\x02','\xc2','\x72','\x90','\xc6','\x11','\xc0','\x42','\xbd','\x0c','\x62','\x82','\x26','\x3b','\x01','\x44','\xa8','\x5e','\xdd','\x6e','\xa9','\x9a','\x41','\x6d','\xd5','\xe4','\x4d','\xea','\x25','\xb8','\xb3','\x6e','\x00','\x4c','\xd0','\xa5','\xe4','\x2f','\x8b','\x81','\x06','\x6d','\x0d','\x3b','\x3d','\xe4','\xc3','\x2f','\xbd','\xd3','\x4d','\x54','\x80','\xb1','\x89','\xa8','\x03','\x47','\x23','\x29','\x5c','\x19','\x82','\x02','\xa7','\x8f','\xba','\xbb','\x41','\xe1','\x43','\x7d','\x38','\xf5','\xa2','\xd6','\x93','\x38','\x5e','\x01','\x5d','\x0a','\xad','\x98','\x58','\x2c','\x73','\x8f','\x18','\x41','\xd0','\x10','\x8f','\xbd','\xce','\x8a','\x19','\xf8','\x41','\xed','\xcb','\xd2','\xbe','\x81','\x6b','\xdd','\xab','\x37','\xbf','\x6a','\xf6','\x46','\x02','\xd8','\x65','\x3c','\x0e','\x67','\x7d','\xc8','\x8c','\x27','\x0f','\x7e','\x4e','\xe9','\x8b','\xf4','\xb9','\xf3','\x31','\xf3','\xa2','\x84','\x3f','\x25','\x13','\x93','\xcf','\x11','\xba','\x6e','\x13','\xde','\x5d','\x84','\xeb','\x56','\x3b','\xfc','\x8a','\x51','\x8f','\x56','\x3d','\x4f','\x32','\x25','\x50','\x62','\x75','\x77','\x4e','\x39','\xe1','\xfe','\xcf','\x0e','\x6a','\xde','\xe2','\x4a','\xf1','\x51','\x07','\xfe','\xf2','\xdd','\x28','\x96','\x6d','\xd6','\x74','\xab','\xf2','\x1f','\xd5','\xeb','\x9b','\x2a','\xeb','\x67','\xf6','\xe1','\x5f','\x57','\x8e','\xce','\x6b','\x67','\xc7','\xda','\x5c','\x40','\xa1','\x88','\xcc','\x3f','\x58','\x8d','\x87','\xe6','\xfb','\xb2','\x3f','\x79','\x78','\xfa','\xbc','\xe1','\x6e','\x16','\x07','\x27','\x42','\x46','\xf8','\xb7','\x7a','\x3b','\xe5','\xb6','\xb6','\x18','\xf8','\xf9','\x6c','\xc8','\x7f','\x29','\x40','\x7a','\x51','\xff','\x7d','\x1a','\x4d','\x1b','\xe8','\x87','\x7e','\xc8','\xd2','\x37','\x65','\xf0','\x0b','\x9a','\x97','\x34','\xe8','\x61','\x56','\xbf','\x3e','\x8f','\x0c','\x2e','\xa3','\xc5','\xc7','\xd4','\x0a','\x04','\xc1','\x0b','\x5c','\x74','\x82','\xf0','\xcf','\x3f','\xff','\x38','\x07','\x07','\x60','\x52','\x45','\x93','\x9b','\x93','\x03','\x06','\xaa','\xc7','\x26','\x63','\x46','\x36','\x2c','\xe7','\x1f','\x92','\x59','\x1d','\x9c','\x80','\x1f','\xab','\x43','\x3b','\x12','\x46','\xaa','\x5a','\x32','\x0c','\x90','\x01','\xf2','\x96','\xaa','\x93','\x83','\x5b','\xae','\x1e','\xa4','\xf4','\xbc','\x4f','\x6f','\x35','\x8f','\x2a','\x69','\x4c','\x3f','\x94','\x45','\x77','\x07','\x74','\xb7','\xc8','\x04','\x97','\xfc','\xe9','\x83','\x7c','\xc9','\xd6','\x47','\xc0','\x82','\x02','\x00','\x1b','\x2e','\xc6','\x9b','\x24','\xd3','\xfa','\x61','\x90','\xe3','\x13','\x9c','\xb2','\x4c','\xf7','\x2a','\x4d','\x04','\x15','\xfb','\xff','\x2e','\xe7','\xe7','\xc6','\x12','\xa4','\x49','\x66','\xe0','\xa7','\x9a','\xb4','\xc9','\x65','\xa7','\x29','\x55','\x73','\xa8','\xed','\x96','\x90','\xb6','\x04','\x4a','\x62','\xfa','\xd6','\x9c','\x2e','\xdb','\xb9','\x44','\xfd','\xae','\x1f','\xb1','\x87','\xf3','\x4a','\xf1','\x72','\xe4','\xfd','\xf9','\x74','\xa5','\x5a','\xcf','\xf0','\xd1','\x0b','\x53','\xfe','\xf0','\xa0','\xa3','\x19','\xfa','\xb6','\x1c','\xdc','\x80','\x91','\x3c','\xab','\xcd','\x63','\x5b','\x70','\x48','\x40','\xbd','\xac','\x98','\x08','\x29','\x31','\x8a','\x5e','\xc8','\x5c','\x4d','\x5a','\xef','\xa9','\xed','\x06','\xdd','\x8b','\x9b','\x17','\xbd','\xef','\x6d','\x19','\xd8','\x78','\xcb','\xfa','\x4b','\xfb','\xbf','\x91','\x3b','\xd3','\x61','\xe6','\xe9','\x77','\x13','\x9f','\x5f','\x85','\xd3','\xe7','\x39','\x5f','\xc8','\xe1','\x59','\xb0','\xfa','\xa7','\xb3','\x18','\x33','\x76','\x28','\xbc','\x8b','\x0b','\x9c','\xd6','\x34','\xb2','\x56','\xbb','\x2f','\x5c','\xf6','\x08','\x93','\xb6','\xfe','\x93','\xdb','\xe7','\x87','\x7e','\xe8','\x87','\x1e','\x22','\xf5','\xe6','\x6c','\xf5','\xef','\x75','\xe0','\xae','\x23','\x73','\xff','\xbd','\xef','\xfb','\x60','\xee','\xf6','\xcf','\x3f','\xff','\x1c','\x3b','\x41','\x50','\xf3','\x1f','\xfb','\x71','\xdb','\x1c','\x83','\x92','\x15','\x7c','\x36','\x80','\xc7','\xee','\xfe','\xb0','\xb3','\x67','\x1a','\x75','\x0b','\xb7','\xbc','\x26','\x89','\x8a','\x10','\x5e','\xda','\x9b','\xb4','\xe5','\xa2','\x64','\x7e','\x02','\x10','\x1f','\xc6','\xd5','\x4d','\x76','\xf3','\xf4','\x56','\x00','\x6a','\xbb','\x3e','\xb7','\xb7','\x8c','\xdb','\x2d','\x37','\x4f','\x6e','\x2d','\x6a','\x11','\xa7','\xd5','\xd0','\x33','\x46','\xa2','\x44','\xb9','\x62','\xda','\xf2','\x30','\xab','\x73','\x08','\x32','\x95','\x72','\xf1','\xdb','\x5f','\xed','\xb7','\x13','\x89','\x3d','\x97','\x7b','\x1d','\x41','\x58','\xf9','\x39','\x8a','\x84','\x11','\x69','\x8c','\x6e','\xa2','\x83','\x22','\x13','\x56','\xbe','\x67','\xb2','\x79','\x5c','\xb8','\x5b','\xc1','\xeb','\x19','\x80','\x59','\xad','\xdd','\xf6','\xc0','\x57','\x65','\xbd','\x98','\xbe','\xf9','\xc5','\x38','\x0f','\x88','\x88','\x50','\xcf','\x76','\x94','\x82','\xd2','\xbc','\x7e','\xe5','\x4c','\x48','\x1b','\x55','\x87','\x07','\xb9','\x79','\xf6','\x0b','\x40','\x4a','\x14','\x3e','\x1d','\xeb','\xa9','\x4d','\x38','\x28','\x06','\x32','\x65','\x7c','\x5c','\xf2','\x7e','\x95','\xac','\xbe','\xb8','\x10','\xf2','\xa9','\xf9','\x7f','\x28','\x4f','\x5a','\x80','\xf1','\xc5','\x4a','\x87','\xac','\x14','\xbb','\x31','\x11','\xe7','\x1a','\xf7','\x79','\x9b','\x40','\xb8','\xb5','\xf9','\x98','\xda','\x8e','\xd0','\x3d','\x15','\xbc','\xd3','\x8e','\x7d','\x2f','\x95','\x0f','\xa8','\x73','\x94','\xb8','\x32','\x24','\x2b','\x2b','\x1e','\x30','\x7f','\x0a','\xad','\x94','\xe2','\x67','\xd3','\xba','\x18','\xd7','\x3a','\x62','\x59','\x96','\x85','\xad','\xf2','\x7a','\xbd','\x60','\x53','\xd0','\x78','\xb1','\x11','\xa7','\x71','\x4f','\xb3','\x7d','\xed','\xe8','\x77','\xc3','\xd1','\x78','\x37','\x7b','\x78','\x20','\x1c','\x2e','\x02','\xb4','\xbc','\x82','\x90','\xbf','\x5a','\x93','\xa1','\xab','\x6d','\x5e','\xdc','\x5f','\xd6','\xf9','\x35','\x61','\xfe','\x8f','\x2c','\x80','\x4c','\xd3','\x9e','\x84','\xd5','\x30','\x8b','\xda','\x84','\x79','\xca','\x2c','\x4e','\x83','\xbc','\x8c','\x38','\x6a','\x84','\x2f','\xe3','\x7b','\xdf','\x0d','\x74','\x7d','\xb7','\xf2','\xfc','\x0d','\xf4','\xdd','\x56','\x79','\x3e','\x40','\x07','\xcb','\xcb','\xdf','\x8a','\xbc','\x5e','\x3b','\x96','\xd3','\xea','\xd4','\xd3','\x21','\x7f','\xa8','\x2b','\xb0','\xaa','\x9b','\x65','\x54','\x66','\x35','\xfd','\x48','\x0a','\x80','\xb6','\x6d','\x1b','\x2e','\x0b','\xca','\x39','\x37','\xb0','\x61','\xc0','\x8f','\x80','\x1e','\x01','\x3c','\x62','\x06','\xe7','\xb8','\xd8','\xb2','\x94','\xe1','\x0b','\x9d','\x57','\x56','\x00','\x0a','\xfb','\x6f','\x1d','\xf0','\x75','\x40','\x93','\x72','\x03','\x3e','\x6f','\x19','\xb7','\xb7','\x66','\xfe','\xc4','\x12','\xde','\x0b','\x02','\xcd','\x1f','\xe8','\xc7','\x72','\x54','\xa9','\x32','\x76','\xca','\xba','\x2b','\x45','\x0e','\x18','\x0d','\xbb','\x3f','\x5a','\x68','\xeb','\x31','\x6c','\x75','\x8f','\xed','\x7c','\x98','\xce','\x00','\x4b','\xff','\xcd','\x63','\xb8','\xf6','\x4b','\x0e','\xf8','\x4f','\xe3','\x82','\x10','\xcf','\x50','\x0c','\xc8','\x79','\x5e','\x8a','\x69','\x01','\x3d','\xf8','\x59','\x1b','\xad','\xcc','\x4c','\x20','\xd7','\x29','\xb7','\x0e','\xd0','\xbe','\x42','\x37','\x7b','\x0b','\xe0','\x47','\xd2','\x2e','\xdc','\x5d','\xac','\x8b','\xa2','\xbb','\x65','\x71','\x77','\x9d','\x14','\x48','\x71','\x73','\x03','\xa6','\xbb','\x7d','\x24','\xc0','\x39','\x28','\xd0','\x0a','\x84','\xc7','\xfe','\xfd','\xee','\xf4','\x6c','\x51','\x4f','\x59','\xe5','\x81','\x66','\x26','\x4d','\xc5','\xe1','\xf7','\x61','\xba','\x6e','\xe0','\xd3','\x6c','\xf0','\x85','\x8c','\xe5','\x67','\x37','\x90','\xea','\xf3','\x76','\xad','\x9d','\x11','\x01','\x48','\x09','\x79','\x23','\xbd','\xec','\x38','\x65','\x02','\x65','\xe0','\xfe','\x4e','\x6d','\x37','\x88','\xcd','\x7d','\x01','\x9d','\x87','\x48','\xfc','\x6e','\x32','\x89','\xc3','\x76','\x78','\x8a','\x8e','\x3a','\xec','\xc1','\x6f','\x11','\x14','\xf6','\x1f','\xc7','\x05','\x98','\x67','\x63','\xb8','\xa2','\xe5','\x6f','\x33','\xd6','\x7e','\x85','\x5e','\x31','\x87','\x4e','\xd2','\xa0','\x43','\xf7','\xd9','\x95','\x56','\xae','\xa8','\x4f','\x4d','\xee','\x5e','\xa8','\x4b','\x68','\xce','\x86','\xb1','\x90','\x32','\x3b','\xf9','\x7d','\xd4','\x2b','\xf3','\xc2','\x51','\x7b','\x8c','\xe0','\xe1','\x99','\xa2','\x0f','\xb3','\x29','\x66','\x7c','\x15','\x38','\x21','\xf6','\x8b','\x69','\xff','\x36','\xb7','\xa8','\x0d','\x2a','\xd6','\x55','\x06','\x06','\x71','\x30','\x83','\x94','\xf9','\xb8','\x14','\x8c','\x3f','\xf4','\x57','\xd3','\x45','\xf1','\xf0','\xf7','\xd0','\x99','\xbe','\x2c','\x34','\x36','\xcc','\x1f','\x37','\x33','\x82','\xe2','\x60','\xf5','\xb1','\x87','\xba','\xd7','\xe9','\xb2','\x5e','\x8e','\x6b','\x10','\x22','\xe4','\x9c','\x8f','\x01','\xd0','\xcc','\x09','\x42','\xbd','\xc7','\xa7','\x73','\x57','\x36','\x19','\x75','\x00','\x14','\x2a','\x64','\xeb','\xf5','\x24','\x79','\xd5','\xa6','\x3f','\xa9','\x1d','\x1f','\x99','\x7a','\x73','\xbf','\xd4','\xf4','\xed','\xd7','\x86','\xed','\x57','\xc6','\x96','\x93','\x06','\xf0','\xbb','\x23','\xdd','\x55','\xf5','\x20','\x6e','\xc8','\x23','\x50','\x9b','\x3b','\x39','\x05','\xda','\x17','\xab','\xdf','\x95','\x14','\x35','\x6a','\x5f','\xfa','\xb3','\xd5','\xad','\xa1','\x0d','\xd8','\x63','\x3f','\xb7','\x12','\xa9','\x2f','\x0d','\x58','\xb0','\xf9','\xb8','\x27','\xea','\x7f','\x9e','\x9d','\x25','\x0b','\x05','\x28','\xca','\xa5','\x19','\xf6','\x9a','\x46','\xb2','\x8d','\x12','\x84','\x76','\xc0','\xb9','\x1e','\x48','\xb5','\x78','\x65','\xe7','\xe6','\xe1','\xab','\x5d','\x6a','\x9b','\xfb','\x85','\xb6','\xe2','\xc5','\x8f','\xd9','\x5f','\x52','\xab','\xf1','\x89','\x7a','\x3f','\xba','\xf3','\x3f','\x2d','\xc0','\x6a','\x02','\xda','\x32','\xff','\xb5','\x0c','\xf8','\x35','\x74','\x75','\xa8','\xe9','\x26','\xab','\xbc','\xb8','\x38','\x3e','\x29','\xce','\xb3','\x38','\xfe','\x5a','\x1f','\xe6','\x4c','\x20','\x4a','\xf5','\xf2','\xd4','\x94','\x90','\x72','\x46','\xce','\x3b','\xee','\xef','\x3b','\xde','\x69','\xc7','\xfd','\x5e','\x10','\xae','\x0c','\x68','\x85','\xff','\xc3','\x9d','\x5f','\x1c','\x95','\xfd','\xd3','\x25','\x65','\x98','\xac','\x7f','\x32','\x99','\x81','\xfc','\x61','\x0c','\xbc','\x6a','\x8e','\x17','\x35','\x53','\x1b','\xb6','\x95','\x58','\x92','\xe5','\xbe','\xce','\x10','\xe4','\xd6','\x47','\xf3','\x6a','\xa9','\x3f','\x17','\x5f','\xe7','\xaf','\x99','\xb8','\x64','\xc0','\x4f','\x04','\xb5','\xf3','\x75','\x8e','\x1f','\xfa','\xa1','\x1f','\x0a','\xf4','\x11','\x35','\xef','\xb3','\xc9','\x95','\xcb','\xea','\x59','\xd4','\x79','\xc2','\x65','\xf6','\xc4','\x5e','\x6f','\xb0','\x30','\x24','\xa7','\x11','\xec','\xbc','\xbd','\xbd','\x4d','\x93','\x51','\x00','\xf4','\xfe','\xfe','\x3e','\xd8','\xc8','\x95','\x52','\xcd','\x45','\x3a','\x9f','\x6a','\xab','\xea','\x02','\x86','\x96','\x8a','\x2f','\xcd','\xf5','\x44','\x1b','\xd0','\xae','\x7a','\x4d','\x6a','\x5d','\x79','\x62','\xbb','\x5b','\x24','\x22','\x3b','\x29','\x12','\xa1','\x5d','\x6a','\x9a','\xf0','\xf6','\x9f','\x4d','\xcd','\x9f','\x40','\x68','\x26','\x52','\xad','\x90','\xd6','\xc9','\x81','\xcd','\xcb','\x02','\x1d','\xed','\x04','\xff','\x6e','\xf8','\xe6','\xb4','\x69','\xab','\x3c','\xb7','\xda','\xe8','\x72','\x15','\xe1','\xba','\x4b','\xb5','\xf9','\xd2','\x1d','\x9b','\xff','\x2d','\xe0','\x8b','\x41','\x3b','\x30','\x0d','\x01','\x42','\x82','\x4f','\x4d','\x0e','\x9e','\xc5','\x31','\x63','\x22','\x28','\x08','\x67','\x69','\x85','\x22','\x99','\x9f','\x3c','\x4f','\xcb','\x38','\xb9','\x00','\x6a','\x9f','\x8a','\x19','\x93','\x3a','\x3c','\x78','\xcb','\x7a','\xd1','\xa9','\x34','\x81','\x9b','\x5c','\xf6','\x59','\x77','\xf7','\x8c','\xeb','\xf2','\x11','\xd7','\x9e','\xd2','\x5f','\xa0','\xde','\x5d','\xd7','\x2b','\x62','\x65','\x39','\x7c','\x9a','\x24','\xb4','\x4c','\x3b','\xae','\x3a','\xcc','\x4c','\x74','\x26','\xc4','\xe1','\xa3','\x65','\x95','\x2c','\x1d','\x1e','\xf9','\x0b','\x43','\x4d','\x1d','\x73','\xaa','\xe7','\x83','\x74','\x37','\x28','\x11','\xd2','\x3f','\xd5','\x24','\x4e','\xc0','\xf4','\xb0','\x6b','\x49','\xf3','\x79','\xf7','\x14','\x3d','\x38','\x60','\x1e','\xd5','\xf9','\x9e','\xee','\xcb','\xb3','\x08','\x2b','\x1e','\x7f','\x1c','\x7c','\x99','\xd5','\xcb','\x69','\xa5','\x8d','\x5b','\xde','\x7e','\x61','\x97','\x68','\x95','\x78','\xf7','\xbd','\xf1','\xdc','\x00','\xa0','\xc9','\xd3','\xec','\xeb','\xe3','\xe9','\xfa','\x1e','\x5f','\x95','\x4e','\xe4','\xa4','\x7b','\xb1','\x5c','\xe4','\xb1','\xa5','\xf5','\x1d','\x3f','\x4b','\xff','\x70','\x28','\x99','\x7e','\x99','\x38','\x46','\x77','\x61','\x65','\x8e','\x29','\x8f','\x5f','\x35','\x4b','\x28','\xc4','\x01','\x5b','\xfa','\xa1','\x1f','\xfa','\x8b','\x69','\x9c','\x20','\x56','\x1a','\xfe','\x09','\xeb','\x05','\x64','\x79','\xeb','\xa3','\xe0','\x07','\x5d','\x26','\x77','\xc7','\x5a','\xa2','\x27','\x13','\x0a','\x17','\x77','\x06','\xa8','\x94','\x82','\xfb','\xfd','\x3e','\xbd','\xe7','\xd4','\x79','\x81','\x2b','\xa5','\x38','\x47','\x01','\xf5','\x5d','\x57','\xc0','\x25','\x9b','\x41','\x51','\xf8','\x48','\x2b','\x9f','\xd6','\x9a','\xc7','\x55','\x77','\x66','\x20','\x11','\xb6','\x2d','\xe1','\xed','\x6d','\xc3','\xed','\x3f','\x1b','\x6e','\xb7','\xbe','\x83','\xd5','\x3d','\xd2','\x35','\xf0','\xa3','\x2b','\xfd','\x13','\x39','\x49','\x23','\x08','\xb3','\x17','\xf8','\x11','\x25','\xd7','\x51','\x83','\xc2','\x67','\xea','\x31','\xac','\x4c','\x63','\x54','\xfe','\x1c','\x48','\x89','\x60','\x26','\x80','\x8a','\x21','\x7e','\x03','\x09','\x02','\xe6','\x56','\xf9','\x1c','\x82','\x92','\x69','\x5f','\x4d','\x5e','\xda','\x22','\x3a','\xe1','\x4f','\x3d','\xb4','\xd1','\x3b','\x79','\x88','\xe4','\x29','\xae','\x50','\xea','\xe0','\x0d','\x65','\xee','\x79','\xa2','\x3b','\xd9','\x60','\x40','\x6e','\x1b','\x2f','\xe6','\x5c','\x4f','\x75','\x78','\xd0','\xce','\x7a','\x6d','\xa4','\xe9','\x16','\x66','\x03','\x6c','\xbc','\x0a','\xa2','\x3b','\x3e','\xae','\x6c','\xa4','\xdf','\x97','\xf4','\x5d','\x39','\xc9','\x1f','\x4a','\x3a','\x14','\x88','\xfc','\xfd','\x91','\x64','\xfb','\x5c','\x02','\x9d','\x25','\x26','\x4e','\x12','\x3c','\x88','\xee','\x67','\x78','\xea','\x28','\xa5','\x5c','\xef','\x31','\x23','\xca','\x6a','\x32','\x79','\xbf','\x17','\xdc','\xc5','\x65','\x76','\x29','\xe0','\x5d','\x16','\x5f','\x26','\x05','\x7e','\x76','\x0c','\x7c','\x31','\x5a','\xbe','\xda','\x6c','\x9f','\x4b','\x8c','\x87','\x0f','\xb9','\x7c','\xe7','\x55','\x85','\x07','\x1a','\x75','\x29','\x23','\x3e','\x91','\xdc','\xf0','\xd4','\x1f','\x13','\xa5','\x62','\x05','\x7e','\x80','\x51','\xce','\x1e','\x04','\x93','\x6c','\x8e','\xca','\x33','\x26','\xb9','\x8e','\x69','\xe5','\x03','\x85','\xe0','\x4e','\xb6','\xfc','\x1b','\xe9','\x91','\x79','\x73','\xa5','\x73','\xfe','\x04','\xfa','\x17','\x77','\xf7','\xdf','\x4c','\xa2','\xbb','\x56','\x5d','\x2c','\x4e','\x78','\xac','\xfb','\xdd','\x30','\x38','\xd1','\x49','\xbb','\xce','\x1c','\xb4','\xe4','\xe2','\x7f','\xa7','\x94','\xf0','\xfe','\xfe','\x3e','\x38','\x79','\x03','\x82','\x13','\x04','\xf1','\xec','\x66','\x23','\xaa','\xf2','\xf9','\xec','\x8c','\x7a','\x72','\x72','\x92','\x44','\x30','\xbb','\x36','\x52','\xb6','\x9c','\x09','\xdb','\x6d','\xc3','\xdb','\xaf','\x8c','\xdb','\xdb','\x56','\x6d','\xfd','\x05','\xfc','\x18','\x05','\xb9','\x5e','\x68','\x49','\x4e','\xe9','\xb5','\xae','\x37','\xfb','\xfb','\xb9','\xc9','\x8b','\x45','\xa9','\xfd','\xfc','\xcf','\x08','\x08','\x49','\x7e','\x5f','\x14','\x20','\x12','\xd1','\x02','\x09','\x79','\xe0','\xe1','\x7d','\x6f','\x34','\x76','\xaf','\x3d','\xd8','\x18','\x16','\x2a','\x79','\x32','\x96','\x42','\xd9','\x56','\x58','\xc8','\xbd','\x1f','\xce','\xf9','\x8c','\x20','\x87','\x6c','\xbe','\xf3','\x24','\x7d','\xfa','\x0a','\xf4','\xbc','\x56','\x29','\x4e','\x34','\x08','\xe6','\x22','\x5b','\x03','\x0a','\xc5','\xe3','\x1b','\x91','\x98','\xbd','\xd5','\xcb','\x4e','\x53','\xae','\x1e','\xdd','\x18','\xed','\x00','\x9c','\xeb','\x7f','\x68','\xbf','\xe8','\x65','\xbe','\xad','\x1f','\xb5','\x4f','\x4d','\x98','\x1f','\xba','\x40','\x2f','\xd4','\xb0','\x45','\x59','\xb4','\x63','\xda','\x2a','\x90','\xd6','\x15','\xfa','\x84','\xd7','\xc1','\x4e','\x00','\x32','\xf7','\x76','\x49','\x12','\xfd','\x88','\x41','\xdf','\x95','\xce','\x89','\x90','\x6e','\x75','\xf7','\x30','\xbd','\xef','\x48','\x89','\xf0','\x9e','\x76','\xe0','\x1d','\x28','\x28','\x7a','\xb6','\xcc','\xea','\xf0','\xff','\x5a','\x9a','\xc8','\x28','\x00','\x47','\x6b','\x1d','\x7f','\x35','\x99','\xb5','\x31','\xc1','\x18','\x7d','\x08','\xce','\xd0','\x46','\xf8','\xc5','\xcb','\xaf','\x1f','\x68','\xcb','\x69','\x1f','\x89','\xbc','\x98','\xad','\x46','\x85','\xc9','\xf5','\x99','\x74','\xb4','\x70','\x20','\x63','\xc8','\xb5','\x21','\x99','\x4f','\x6d','\x1e','\x4b','\x43','\x13','\x10','\xbd','\x3b','\xfd','\x2b','\xe8','\x7b','\xac','\x68','\xfc','\xd0','\x0f','\x7d','\x88','\x04','\xf4','\xe8','\x46','\xc1','\xa3','\xb2','\xd5','\xac','\xb6','\xeb','\x22','\x79','\xd0','\xc7','\x81','\x91','\x47','\x94','\x26','\xd0','\x0f','\x77','\x80','\x72','\xce','\x78','\x7b','\x7b','\x53','\x20','\x24','\x8a','\x22','\x83','\xed','\xdd','\x9d','\x1d','\x5d','\x59','\xc6','\x46','\x02','\x8f','\xe2','\x4c','\x25','\xff','\xbf','\x59','\xea','\x9d','\xae','\xb2','\xba','\x58','\xbd','\x82','\x64','\x4c','\xea','\x52','\x26','\xdc','\x7e','\x6d','\x78','\xfb','\xcf','\x86','\xb7','\xb7','\x5c','\x2f','\x3d','\x0a','\x3b','\x03','\x90','\xb4','\xf5','\xec','\x8e','\x5d','\x71','\xee','\xe5','\x39','\x32','\x7b','\x8b','\x05','\x6a','\x38','\x70','\x08','\xd0','\x6b','\xbc','\x3a','\x37','\x30','\xe3','\x5e','\xe1','\x5d','\x6b','\x4b','\x8e','\x5b','\x24','\xb0','\x32','\xea','\x4c','\xe3','\x98','\xb8','\xbb','\x1e','\x83','\xf4','\x3f','\x33','\x6d','\x72','\x05','\x9a','\x2e','\x81','\x9b','\x83','\x75','\x3a','\x9b','\x57','\x34','\x54','\xe7','\xb1','\x5e','\xd6','\xb9','\x86','\x28','\xbe','\xa5','\x30','\xca','\x5e','\x0b','\x28','\xae','\xae','\xb7','\x5b','\x05','\xbf','\xb2','\xb3','\xd6','\xfc','\x1d','\xd8','\x84','\xfa','\x99','\x31','\x67','\xaa','\xc8','\x66','\x22','\x9a','\x7a','\x1e','\xd0','\xf3','\x67','\x42','\xfe','\x0c','\xe9','\xf5','\x6a','\x65','\xcc','\x26','\x72','\xbd','\xe9','\xe6','\x91','\x15','\x9f','\x32','\x35','\x65','\x89','\x31','\x1a','\xfd','\x90','\xf2','\x21','\x35','\x97','\xe3','\x09','\xc0','\x22','\xc1','\xbc','\x04','\x24','\x60','\xa3','\x0c','\x4a','\x75','\x67','\x28','\x25','\xc2','\x7e','\xdf','\xb1','\xef','\xac','\xe7','\xcc','\xdc','\xa4','\x3a','\x99','\x0b','\xd3','\x1a','\xbd','\x00','\x40','\xad','\x46','\xd0','\x59','\xd2','\xab','\xe2','\xba','\xf4','\x2e','\xd7','\x27','\x32','\x4a','\xf3','\x27','\xf2','\xa8','\x98','\xec','\x95','\x3c','\x3e','\xda','\x4e','\x47','\xf1','\x67','\xdf','\x16','\x65','\xb2','\xd8','\xc0','\xb7','\xdf','\xd8','\x0b','\xb4','\x7e','\x18','\x25','\xe1','\x85','\xb1','\x73','\xa5','\x09','\xe6','\x63','\x80','\xc6','\xef','\x46','\xce','\x05','\x71','\x6c','\x22','\x1f','\x15','\x4a','\x3a','\xb8','\x83','\x90','\x18','\x72','\x95','\xec','\x2a','\x29','\x59','\x84','\x88','\xc0','\xcb','\x2e','\x78','\xc8','\x67','\xd2','\xf2','\x59','\x80','\xd4','\xaf','\x51','\x1d','\xcd','\xbd','\xbd','\xcf','\xc2','\xf8','\x75','\x59','\xa4','\xb3','\xb2','\xff','\x4e','\x8a','\x8b','\x72','\x7f','\x44','\xa1','\x3f','\x40','\x57','\xeb','\xf5','\x4c','\xfd','\xff','\xf6','\xb6','\x53','\xba','\xbc','\x0c','\xf2','\x75','\x25','\x21','\xc3','\xa5','\xe2','\x64','\x9f','\x45','\x8a','\xaa','\xb2','\xaa','\xc3','\x66','\x83','\x60','\x54','\x5d','\x35','\x78','\xbc','\xf4','\x94','\x88','\xb0','\x6d','\xdb','\x74','\xf1','\xe4','\xd0','\x09','\x42','\xce','\xb9','\x2a','\x1b','\xea','\x16','\xa9','\x2b','\x12','\xd1','\xb4','\xe8','\x90','\xe4','\x2c','\x8f','\xa9','\xdd','\x25','\x79','\xa7','\x8a','\x2d','\x57','\x93','\x95','\xb7','\xba','\xeb','\xf3','\xf6','\x9f','\x4d','\xcf','\x7c','\x80','\xab','\x47','\x6c','\xab','\x00','\x27','\xbb','\xf2','\xcf','\xa2','\x73','\x37','\xa5','\x57','\x4a','\x6e','\x3b','\xc2','\xe8','\xc6','\x82','\x4e','\x99','\x59','\x2f','\xd1','\xec','\xcd','\x12','\x39','\x92','\x4b','\x62','\x41','\x17','\x86','\x5e','\xc7','\x3b','\x5e','\x97','\x58','\x69','\x2f','\xd3','\x24','\xaf','\x6b','\x67','\x04','\x11','\x2a','\x5d','\x51','\x3c','\x2c','\xdb','\xc5','\xec','\xdc','\xc0','\x0c','\xdf','\xcf','\x16','\xee','\x62','\xbd','\xf5','\xe0','\x2e','\x91','\x76','\x30','\xb3','\xec','\xfe','\x64','\x6c','\xb7','\x66','\xf6','\x98','\xfa','\x18','\x01','\x00','\xa8','\x13','\x84','\x7e','\xa6','\x23','\x25','\x52','\x97','\xd7','\x5a','\x7c','\xd3','\xff','\x97','\x05','\xf8','\x33','\x64','\x95','\xa3','\xbf','\x65','\xf5','\x72','\xa6','\x09','\xcd','\xda','\xe8','\x05','\x42','\x87','\xcc','\x5f','\x6f','\xd2','\x86','\x81','\xa1','\x09','\x97','\x91','\xc0','\xfd','\xba','\x63','\x74','\x10','\xdc','\x5e','\x34','\x2b','\x5a','\x50','\xdb','\x3d','\x4c','\x39','\x61','\xdb','\x0a','\xee','\xf7','\x8c','\xfb','\xbd','\x60','\x6f','\xe7','\x83','\xf6','\xdd','\xdc','\x1d','\xf4','\xc8','\x38','\xa0','\x8f','\x0d','\x9b','\x6f','\x43','\x67','\x95','\x88','\xed','\xc2','\x93','\x39','\x75','\x06','\x40','\x7e','\x77','\x43','\x7d','\x44','\xa1','\x1a','\x7f','\x44','\xd1','\xf2','\xa5','\x34','\x6d','\xea','\xdf','\xd0','\xbe','\x2b','\x11','\x35','\x03','\x52','\xfa','\x4d','\x1e','\x03','\xab','\x74','\x3a','\x90','\x26','\x1e','\x52','\x79','\x62','\x71','\xe2','\x5b','\xd3','\x64','\xf1','\xc8','\x82','\x5b','\xff','\xe2','\xf5','\xf9','\x3e','\x44','\xbf','\x7b','\xfe','\xfe','\xd0','\x97','\xd2','\x74','\x4c','\x9e','\xc5','\xb1','\x0b','\x1c','\x92','\xc6','\xd9','\x0a','\x4a','\x58','\x14','\x99','\x2f','\xd8','\x4d','\x16','\xa6','\x88','\x1c','\x96','\x11','\x00','\x74','\xb8','\x03','\x74','\xbf','\xdf','\x71','\xbf','\xdf','\xdd','\xee','\x8f','\x6c','\x1d','\xb9','\x4c','\xa7','\x87','\x96','\x87','\xa5','\x25','\x55','\x5e','\x29','\x7c','\xd5','\xf3','\x36','\xb6','\x42','\x13','\x61','\xc1','\x60','\xf0','\x5e','\x1b','\x4e','\x2e','\x35','\x7d','\xfb','\xb5','\xe1','\xf6','\x6b','\xc3','\x76','\x6b','\x17','\x5c','\x36','\x47','\x07','\xa2','\xe6','\x10','\x51','\x5b','\xcd','\x25','\x4d','\x63','\x56','\x3a','\xd7','\x1b','\xf6','\xd1','\xbd','\x8f','\xe0','\x27','\x44','\x71','\x49','\x8c','\x81','\xe2','\x0a','\x95','\xfb','\x69','\x7e','\xb8','\xf3','\x54','\x71','\xd5','\xf1','\x80','\xa9','\xfb','\xe4','\x27','\x28','\x7f','\x11','\xb7','\x1f','\x1a','\xa3','\xf0','\xde','\x87','\x91','\x01','\x3a','\xcd','\x5e','\xfb','\xee','\x60','\xf8','\x2b','\x20','\x8d','\xe6','\x93','\xd1','\xad','\x75','\x83','\xc6','\x06','\xec','\xd6','\x31','\xd1','\xd4','\xd9','\xb6','\xf3','\x53','\x04','\x04','\x6f','\xb9','\x39','\x3d','\xa0','\x86','\x29','\x6a','\x44','\x06','\x87','\x7e','\xa8','\xd2','\xd6','\x3a','\x39','\xe8','\xe6','\x8c','\xf5','\xe5','\x95','\x55','\xd9','\x8f','\x33','\x77','\xab','\x21','\x7e','\xa6','\xe4','\x7a','\x2d','\xfd','\x16','\x7d','\xc2','\x36','\x4f','\xe4','\x98','\x18','\x57','\xb3','\x68','\x12','\xa6','\xce','\x46','\x6e','\x4a','\x5f','\x74','\x95','\xd0','\x35','\x2b','\xa9','\x1f','\x35','\x10','\x44','\x89','\x50','\x12','\x21','\xb5','\x7f','\xef','\x04','\xd0','\x3b','\x01','\x44','\x0d','\x04','\x2d','\x26','\xc3','\x19','\x13','\xff','\xee','\x74','\x41','\x51','\x8f','\x55','\xe4','\xf8','\x21','\x26','\xf6','\x40','\xbe','\xbf','\x8b','\x96','\x63','\xbb','\x4d','\xd7','\xf5','\x8c','\x9d','\x17','\xdc','\xf1','\x92','\x03','\x81','\x4e','\xdf','\x64','\xea','\xf7','\xe2','\xda','\x1a','\xce','\x50','\xbe','\x0c','\x90','\x2e','\x13','\x0e','\xd3','\x35','\xc9','\x2d','\x83','\xc6','\x46','\xa5','\x51','\x86','\xca','\x22','\x96','\x4b','\x57','\x76','\x80','\x6d','\xf9','\xad','\x07','\xa0','\xb0','\xa5','\x4f','\x83','\xac','\xe9','\xf4','\x4d','\xba','\xc1','\x93','\x6d','\x8f','\x04','\x3d','\x7f','\xcc','\x40','\x5f','\x04','\xb4','\xe1','\xff','\x1c','\x71','\xb2','\xa6','\x3f','\xb9','\xec','\x3f','\xb4','\x20','\x33','\x9b','\xcd','\xa2','\xe5','\x92','\xe5','\x47','\xb6','\x13','\x79','\x08','\x5b','\xbd','\x35','\xe6','\xd4','\x93','\xa8','\x7f','\xb9','\x3a','\x6f','\x0b','\x13','\x5f','\xb0','\x4d','\x24','\xe7','\x04','\x21','\x7a','\x81','\x9b','\x45','\xb8','\x64','\xbf','\x17','\x84','\xea','\x6a','\xc5','\x47','\x2b','\x56','\x60','\x40','\x0b','\x60','\xb9','\x67','\xca','\x09','\xbf','\xfe','\xb3','\xe1','\xd7','\x7f','\x6f','\xd8','\xb6','\x5c','\x3d','\x38','\xa1','\x82','\x1f','\xeb','\xa0','\xa1','\x7a','\x7b','\x32','\xf7','\x4e','\x3b','\x7e','\x48','\xbd','\x20','\x8d','\xb1','\xea','\x99','\xa0','\xf6','\xff','\xb9','\x29','\x5c','\x0f','\xaf','\x4c','\x89','\x08','\x34','\xa9','\xdd','\xd4','\x1b','\x9b','\xd1','\x1a','\xf4','\x51','\xf0','\xa5','\xee','\xf9','\x8f','\xf9','\xcd','\x24','\x89','\xb4','\x91','\xcd','\xe6','\x71','\x3d','\xec','\x98','\xf3','\x2c','\xb1','\x4d','\x2b','\xce','\xb5','\x1d','\x1d','\xd6','\x9d','\x1c','\x7b','\x46','\xab','\x87','\xe8','\x6a','\x46','\xbf','\xb7','\xc7','\x80','\x15','\x46','\x33','\x47','\x2a','\x20','\x42','\x75','\x78','\xf0','\xab','\xee','\xfe','\x51','\x92','\xb2','\x54','\xc1','\x9c','\xec','\x19','\xb0','\x96','\x6a','\x75','\x89','\x2d','\x20','\x9c','\x54','\xd0','\x5a','\x3b','\xf3','\xab','\x26','\x4a','\x4f','\xeb','\xb9','\x6e','\x2c','\x44','\xb5','\xea','\x22','\xc5','\xe0','\x87','\xda','\xdb','\xeb','\x68','\x59','\xca','\xf0','\xe1','\x15','\xb9','\x46','\xe0','\x4f','\xe1','\x23','\x37','\xd0','\xbe','\xf4','\x77','\x65','\xa7','\x4b','\xe0','\x3f','\x04','\x0c','\xe7','\xcd','\x74','\x4c','\x1a','\xa0','\x9e','\x12','\x81','\xb6','\xd4','\xbe','\x01','\x7b','\x26','\xd0','\x3f','\x04','\x7a','\x07','\x8a','\x78','\x8b','\x63','\x04','\xbe','\xb8','\x60','\xec','\x7c','\x50','\x9f','\x79','\x70','\x57','\xe6','\xa3','\x2a','\x1e','\xc5','\xbf','\x42','\x8f','\x8e','\xe5','\x99','\x4a','\x3c','\xc5','\x82','\x81','\xef','\xd9','\x4b','\xb4','\x4f','\x13','\xfd','\x62','\xd2','\x4b','\x4e','\x03','\x7b','\x5d','\x29','\xf9','\x16','\x30','\xaf','\x13','\xbd','\x92','\xf1','\xf5','\x32','\x4e','\xa3','\x4f','\xca','\x76','\xb5','\x3f','\x17','\xd0','\xc6','\xfd','\x5a','\x8f','\xa3','\x23','\xa4','\x3c','\x6f','\xb0','\xe9','\x6e','\x8f','\x80','\x1d','\x65','\xff','\x3c','\x7c','\x57','\x2c','\x16','\xa3','\x92','\xfd','\x5c','\x2f','\x48','\x86','\x5d','\x16','\x69','\x42','\xbf','\xb3','\x82','\xb9','\x7c','\x5e','\x94','\xf8','\xd3','\xa9','\x83','\x36','\xf3','\x42','\xc8','\x14','\xa8','\xba','\xed','\x27','\x50','\xae','\x92','\x8b','\x99','\xdd','\xd9','\x56','\x0d','\x7f','\x00','\xb4','\x3f','\x54','\xc8','\xcf','\xa2','\xdf','\x09','\x76','\xfe','\xb5','\x40','\x4b','\xf4','\xd6','\xa9','\xd1','\x38','\x80','\xc7','\x9b','\xe6','\x72','\xf8','\x26','\x63','\x9f','\x1d','\x52','\x55','\xcf','\x9c','\x4a','\x9a','\x43','\x9e','\xa7','\x1b','\x37','\x12','\x9a','\x19','\xfb','\xbe','\x1f','\x03','\xa0','\x7e','\x09','\xe0','\x31','\x9b','\xbc','\x3a','\x43','\x56','\x82','\x62','\x00','\x7b','\xe6','\x6c','\x86','\x75','\xaf','\x2d','\x77','\xfb','\xc8','\x79','\x9f','\xed','\x96','\xd4','\xb4','\x8d','\xb9','\x83','\x1f','\x00','\x15','\xf8','\xc8','\xd5','\x3f','\x0c','\x7f','\xb7','\x47','\xb0','\x3f','\x94','\xbf','\x56','\x29','\x89','\xca','\xd6','\xac','\xa6','\xba','\xc2','\xd7','\xb4','\x73','\x9a','\x86','\x5a','\x93','\x32','\xee','\x05','\x73','\x57','\x20','\xc3','\xae','\xd8','\xf1','\x73','\x1f','\xb4','\x8b','\x74','\x06','\x61','\x6e','\xd3','\x9e','\x15','\x6c','\x22','\xa4','\xa6','\x82','\xcb','\xa6','\x71','\x08','\xf0','\xcc','\x0b','\xdd','\xd6','\x09','\xa0','\xcd','\x45','\x12','\xe7','\x1b','\x40','\x35','\xad','\x84','\x82','\xd4','\xb2','\xb3','\x9a','\x22','\xe6','\x9c','\x90','\x6f','\xa9','\xde','\xed','\x12','\x77','\x32','\x2d','\x62','\x6a','\x19','\xa8','\x19','\xa4','\x7c','\x93','\x3e','\x33','\x9d','\xfe','\x9b','\x75','\xb0','\xcf','\xa5','\x67','\xb9','\xdb','\x9f','\x4e','\x34','\xaf','\x7a','\x18','\x1e','\xc3','\x38','\xd0','\xfd','\xc3','\x0c','\x64','\x54','\x73','\xe0','\x94','\xbb','\x07','\xc9','\xfd','\xde','\x2e','\x50','\xdd','\x0b','\xac','\x79','\x9d','\x67','\x12','\x98','\xb7','\xf7','\x42','\x59','\x39','\xd2','\x61','\xfe','\x08','\x5a','\xd5','\xf7','\x0f','\xa6','\xa5','\x60','\xa5','\xb1','\xab','\x65','\x25','\x4c','\x15','\xf0','\xdf','\x4c','\x53','\xde','\xff','\x3b','\xe9','\x23','\xe3','\xc3','\xc6','\x15','\xd0','\xe4','\x3e','\x57','\xd3','\x7c','\x39','\x2f','\xba','\x9c','\x4c','\x01','\x64','\xfc','\xfe','\x5e','\x5a','\x50','\xab','\xaf','\x58','\x2c','\xf4','\xfa','\xb7','\xbb','\xca','\xa4','\xec','\xdf','\xb6','\x02','\x3f','\xf4','\x43','\x95','\xa8','\x39','\x0d','\x90','\x61','\xfc','\x30','\xe9','\x58','\x37','\x4a','\xa7','\x9b','\x13','\x17','\x92','\x08','\x60','\x67','\xe5','\x3c','\x65','\xea','\x04','\xc1','\xbe','\xbb','\x44','\x11','\x34','\x1c','\x2e','\x93','\x71','\x9d','\xd0','\xaa','\x90','\x36','\x50','\x53','\xda','\x7b','\xae','\xee','\x6a','\xb7','\x5b','\xc2','\xaf','\xff','\xde','\xf0','\xf6','\x9f','\xad','\x7a','\xfa','\x92','\x55','\xfb','\xe2','\xb9','\x58','\xdb','\xf8','\x69','\x29','\x87','\x32','\x59','\xa1','\x45','\x52','\x2c','\xbf','\xdb','\x53','\xb8','\xe8','\x4a','\x70','\x32','\x9a','\x35','\x99','\xff','\x14','\xa3','\xd9','\x83','\xf4','\x87','\x0a','\x66','\xef','\x38','\xb6','\xef','\xec','\x8a','\x23','\x9b','\xf7','\x14','\x7e','\xa3','\xf7','\xfd','\x22','\xe5','\x4b','\x34','\xed','\x74','\x9e','\x3e','\xda','\x48','\xc3','\xfb','\xbe','\x69','\x13','\x44','\xfd','\xaa','\x8c','\x72','\x46','\x8c','\x50','\x85','\x54','\xa9','\x81','\x05','\x8b','\xd4','\x68','\x04','\x31','\x5d','\x13','\x00','\x54','\xbf','\x37','\x6f','\x6e','\x7b','\x69','\x48','\x9e','\xaa','\x09','\xe4','\x2d','\x87','\x9d','\x1f','\x48','\x2a','\x5a','\x14','\xe7','\x5b','\x5e','\xfa','\x8d','\xe6','\xdd','\xf6','\xe8','\xc4','\xfc','\x16','\x0a','\xc5','\x29','\x4d','\x4a','\xe9','\x14','\x80','\xcf','\x91','\x9e','\x31','\xd7','\x21','\x97','\x0f','\x82','\xb1','\xa8','\xd8','\x9d','\x27','\xd3','\x32','\x24','\xd6','\x15','\xf3','\xce','\x92','\x65','\xa0','\xd5','\x70','\xb2','\x6b','\x41','\x12','\x1e','\x40','\xc9','\x84','\x9c','\x08','\x54','\xa0','\x66','\xb5','\xfb','\x7b','\xc1','\x7b','\xda','\x41','\x0d','\x08','\xc9','\x15','\x63','\xcb','\x82','\x9a','\x62','\xcc','\x3e','\xd9','\xf7','\x4f','\x0b','\x8a','\x79','\x56','\x9f','\x4a','\x47','\x6d','\xef','\xfb','\x66','\xb1','\x92','\xf4','\x08','\x7d','\x26','\xc0','\xe2','\x36','\x1a','\xa8','\x2a','\xd3','\xf5','\x5d','\xcf','\x6e','\x0d','\x26','\x16','\x0b','\x29','\x93','\x83','\x36','\xeb','\xdb','\x79','\x8e','\xca','\x35','\x79','\xf7','\x91','\xf6','\x33','\x69','\x7e','\x9e','\xee','\x3c','\xef','\xa8','\x2b','\xf9','\x0d','\x80','\x33','\xc8','\x76','\xff','\x30','\xe6','\x16','\x81','\x91','\x4e','\x4b','\x2b','\x64','\xd5','\xf6','\x19','\xce','\x0b','\xac','\x4d','\xef','\xb4','\xec','\x1f','\x45','\x97','\x32','\xb6','\x0e','\x26','\x3b','\x99','\x6f','\xb2','\xd3','\xcc','\xcd','\xf3','\xe9','\x92','\xa7','\xca','\xb3','\x0d','\xf0','\xc7','\xaf','\xac','\xfc','\xd0','\x57','\xd0','\x47','\xf9','\x01','\x39','\x06','\xd3','\x95','\xac','\x3e','\x6d','\x17','\xab','\x91','\x07','\x85','\xb1','\xc0','\x87','\x87','\xef','\xe3','\xfb','\x59','\xb2','\x29','\xd7','\x05','\x4c','\x7b','\x7f','\xe8','\xed','\x76','\x9b','\x6c','\xee','\x04','\x27','\x08','\x97','\x28','\xa6','\x11','\x40','\xc6','\x15','\x92','\xd5','\xfe','\x6a','\xb2','\xc6','\x40','\x81','\xae','\xe4','\x50','\x26','\xdc','\x6e','\x19','\xbf','\xfe','\x7b','\xc3','\xaf','\xff','\x6e','\xd8','\x6e','\xd9','\xc4','\x09','\x59','\x13','\xfc','\xc1','\xe6','\x56','\x04','\x31','\xa7','\x53','\x55','\x5b','\x34','\x6f','\x60','\x54','\x90','\x99','\xb4','\xb1','\xb4','\xc1','\x50','\x15','\x77','\x75','\x98','\x60','\x2b','\xf9','\x08','\x63','\x69','\x8c','\x89','\x2d','\x92','\x6d','\x95','\xb1','\xdb','\xf3','\xca','\xbf','\x2e','\x8f','\xc8','\x0b','\x01','\xc3','\x96','\x39','\x07','\xae','\x48','\xe6','\xcb','\xe4','\x4f','\x28','\x6f','\x4f','\x61','\x9a','\xbd','\x49','\x5a','\x3f','\x09','\x33','\x37','\x3b','\x75','\x3d','\x58','\xdf','\xf1','\x89','\xe5','\x11','\x5b','\x4f','\x31','\x37','\xca','\x19','\xd8','\xb6','\x84','\xed','\x96','\x91','\x33','\x39','\x66','\xef','\xc6','\xb3','\x29','\x83','\x07','\x3e','\x41','\x61','\xf9','\xa1','\x3f','\x8e','\xac','\x7c','\xe7','\xaa','\xc5','\xf4','\x8f','\x07','\x53','\xc1','\xf6','\xbb','\xee','\x6a','\x3a','\xd3','\xd7','\x1e','\x88','\xd5','\x56','\xb3','\x2d','\xa8','\x30','\x40','\x94','\x90','\x52','\xf5','\x3a','\xb8','\xe7','\x04','\xca','\x84','\x7b','\x73','\x9b','\xad','\xf7','\x06','\x95','\x3e','\x8c','\x89','\xfc','\xdf','\xcf','\x53','\x38','\xbf','\x29','\xbd','\x0a','\xb0','\xbc','\x6a','\xae','\x5e','\x28','\x8f','\x3d','\xb3','\xb2','\xcc','\xd7','\xca','\x9e','\xaf','\xe4','\x23','\x17','\xf3','\x8a','\x3a','\x46','\xe4','\x77','\xc3','\xee','\xe7','\x9f','\x42','\x67','\xf6','\xc9','\x56','\xd8','\x18','\x6f','\x75','\x0e','\x6c','\x4c','\x2a','\xfd','\x99','\xb8','\xfa','\xe3','\x44','\xad','\xfc','\x4d','\x0e','\xce','\xce','\x1e','\xfe','\xc8','\xb2','\x1f','\xfa','\x06','\xa4','\x2c','\xd3','\x59','\x59','\x2d','\xf4','\xad','\x93','\x49','\x37','\x00','\x9f','\xc7','\x57','\x3d','\x95','\xe2','\xc6','\x4d','\x75','\xa2','\x36','\xc7','\x37','\x0a','\x80','\x66','\x36','\x72','\xf1','\x4c','\xd0','\x8c','\x86','\x73','\x36','\xe7','\x31','\xba','\x02','\x23','\xab','\x31','\x8d','\x69','\xa5','\x5c','\x9d','\x1d','\xfc','\xfa','\xef','\x0d','\xbf','\xda','\xce','\x0f','\x80','\xaa','\x64','\xa0','\xaf','\xe6','\x42','\x14','\x5b','\xb3','\x5a','\xa2','\x94','\xa0','\x2b','\xfe','\x7a','\xf8','\xde','\xac','\xf8','\x3a','\xc0','\x86','\x06','\xfc','\x08','\x7a','\x0e','\xc7','\x9a','\x02','\x8a','\x05','\x17','\x49','\x19','\x67','\x55','\x9c','\x76','\xce','\x44','\xe2','\x28','\x63','\x0e','\x6b','\x8c','\xec','\xe5','\xeb','\x40','\x13','\x44','\x12','\xc1','\xe0','\x08','\x9e','\x7c','\x6a','\xb3','\xb4','\x3d','\xf4','\xf0','\x97','\x4f','\x4a','\x9d','\x7b','\xba','\x07','\xe0','\x47','\xdf','\xf3','\xf0','\x93','\xf4','\x75','\x4d','\x58','\x76','\x7f','\xbc','\xb3','\x03','\x57','\x0c','\x75','\x6c','\x81','\x76','\x4e','\x2b','\xe7','\xba','\xf3','\x93','\xdb','\x41','\x75','\x0b','\x52','\x9d','\xa2','\xc9','\x3d','\x8f','\xbe','\xf2','\x40','\x3e','\xe0','\x0a','\x09','\xad','\x56','\x29','\x1e','\x16','\x34','\x74','\xf8','\xf3','\x65','\x52','\xf7','\x19','\x09','\xae','\x1a','\x41','\x48','\x67','\x08','\xf7','\xf1','\x42','\x2e','\xab','\x3d','\xcd','\xef','\xb8','\x38','\xf6','\xdb','\x6c','\x0a','\xf6','\x85','\x77','\xd3','\x89','\x93','\x0c','\xa5','\xfa','\xfd','\x4c','\x40','\xe3','\x10','\x47','\xf3','\x5a','\xc6','\x53','\x4a','\x20','\x6a','\xe3','\x31','\x11','\xee','\x69','\xc7','\x3d','\x11','\xf0','\x4e','\xd8','\xdb','\xcd','\xa9','\x3a','\xcc','\x93','\x4f','\xe2','\xfb','\x2a','\x5a','\x8f','\xd1','\xb4','\x1e','\xb3','\x97','\x7d','\x8b','\xf7','\x35','\x8a','\xda','\x33','\x8d','\x48','\xe1','\x79','\x5a','\xce','\xf0','\x43','\x40','\x2f','\xe0','\x22','\xcc','\xa6','\xcd','\x69','\x9e','\x1f','\xe9','\xf4','\x65','\x5e','\x06','\xc9','\x5b','\x72','\x32','\x71','\x96','\x10','\xbb','\x60','\x3e','\xe2','\x2b','\x35','\xe9','\x93','\xc9','\xbd','\x8c','\x75','\x81','\x27','\x85','\x24','\x47','\x05','\x89','\xfd','\x98','\x93','\xee','\x64','\xd1','\x35','\xc2','\xea','\x18','\x1a','\x1f','\x08','\xb2','\x37','\x0e','\x1b','\x9b','\xcd','\x2b','\x17','\x35','\x56','\xe2','\xa6','\xbe','\xec','\xb2','\x78','\x94','\xeb','\x58','\xb7','\xcf','\x0f','\x28','\xfa','\xa1','\x2f','\xa6','\xae','\x56','\x51','\xff','\xfd','\xec','\x38','\xe4','\xa6','\xaf','\x2b','\x08','\xea','\xb3','\x92','\xa2','\x0e','\x7a','\x42','\xf1','\x0c','\x10','\x50','\xb1','\xcc','\xe1','\x0e','\xd0','\xbe','\xef','\x03','\xe0','\x71','\xbf','\x1f','\xe4','\x53','\x33','\xb2','\xba','\x8a','\x2e','\x6c','\x54','\x2b','\xa7','\x7a','\xbf','\xcf','\xdb','\x86','\xff','\xfc','\x77','\xab','\xe0','\xe7','\x56','\x2f','\x61','\xad','\x3b','\x01','\x72','\x98','\x9e','\x74','\x37','\xc7','\xed','\xae','\xb1','\xcf','\x85','\x3a','\x02','\xc2','\x6c','\x97','\x61','\x46','\x16','\x21','\x92','\x41','\x3c','\x72','\x69','\xa6','\x8b','\x6d','\x7f','\xc6','\x5e','\xe1','\xf8','\xde','\x80','\x96','\x10','\xdc','\xbd','\x3b','\xf0','\x3a','\xe0','\x18','\xa2','\x2d','\x02','\xc3','\xdd','\x91','\x30','\x10','\x1d','\x24','\x3b','\x20','\x28','\xff','\xdc','\x71','\xcb','\xda','\x93','\xce','\x41','\x8a','\xb5','\xdc','\xb6','\x2d','\xc4','\x1b','\x9c','\x48','\x1c','\xee','\x75','\x30','\xfa','\x07','\x4a','\xa9','\x87','\xcd','\x29','\x11','\x36','\x73','\xd9','\xa9','\x3b','\xf7','\x13','\x95','\x17','\xd4','\x84','\x74','\x1d','\xa2','\x81','\xa0','\x3a','\x1f','\x3b','\xa0','\xd5','\x18','\x67','\x83','\xf7','\x47','\x98','\x7c','\x3f','\x72','\xf3','\x8d','\x86','\xd7','\x42','\x57','\xc7','\xaa','\x1d','\x2b','\x53','\x27','\x24','\x66','\x8e','\x27','\xd4','\x03','\xc9','\xd5','\x51','\x42','\xe5','\x55','\x94','\x0a','\x88','\x76','\xbc','\x13','\x9a','\x49','\x1c','\xbb','\x71','\x6d','\xd7','\x5e','\x8e','\x74','\x98','\x3f','\x1a','\x20','\x4d','\x2a','\xe7','\x5e','\xad','\x2a','\x77','\x86','\x74','\x3f','\x4a','\x51','\xb7','\xbf','\xaa','\x9b','\x07','\x30','\xcd','\xa7','\x15','\xf9','\x5a','\x92','\x05','\x39','\xff','\x72','\x1a','\xf2','\x0b','\x4a','\x73','\x81','\x9e','\x6c','\xb6','\x61','\x9d','\x2a','\x82','\x81','\xd5','\x24','\x27','\xe1','\xf7','\x0c','\x66','\x32','\xed','\xc5','\x31','\x18','\x00','\x02','\x1b','\x13','\x59','\x1b','\xea','\xca','\x42','\xcc','\x53','\x74','\xd2','\x2d','\x43','\xba','\x1f','\x5e','\x90','\xfb','\xa1','\x1f','\xfa','\x1c','\x92','\xa1','\x18','\xad','\x1e','\x2e','\x47','\x3c','\x1d','\xec','\xcf','\x25','\x43','\xa8','\xc7','\x27','\xdc','\x3b','\x22','\xec','\xfb','\x3e','\x05','\x46','\xce','\x09','\x42','\x74','\x7f','\x9d','\x73','\x76','\x82','\x7c','\xc8','\xea','\xc1','\x09','\xb9','\xaa','\x73','\x4e','\x09','\xb7','\xff','\x64','\xfc','\xe7','\x3f','\x37','\xbc','\xfd','\x27','\x23','\xe7','\xa4','\xce','\x0c','\x64','\xa7','\xa0','\x7b','\x93','\x30','\x87','\xab','\x74','\xbb','\xad','\xa3','\x83','\xba','\xf2','\x53','\x0d','\xcc','\x24','\x8c','\xe6','\xb5','\x5c','\xee','\x35','\x71','\xd1','\x50','\x85','\xad','\xb7','\xed','\xdd','\x00','\x70','\x64','\xab','\xba','\xaf','\x2b','\x59','\xc5','\xdf','\x7b','\x6a','\xf3','\xe8','\xc2','\xbc','\x1b','\x40','\x53','\xc8','\x8e','\xc7','\x28','\x4e','\x28','\x2c','\x04','\x02','\x0f','\x4f','\xe1','\x8d','\x65','\xfe','\x6c','\xda','\x86','\x2f','\xec','\xf8','\x58','\x3a','\x04','\x5a','\x92','\x6c','\x05','\x3f','\x2c','\xe7','\x7e','\x24','\x6d','\xea','\x75','\x29','\x85','\x21','\x63','\x34','\xe7','\x54','\xdd','\x5d','\xdf','\xea','\x45','\x95','\xba','\x3a','\xe0','\xba','\x90','\x4c','\xf2','\x7d','\x15','\x42','\x76','\x07','\xdd','\xad','\xc3','\x12','\xe3','\x33','\x85','\xc8','\x57','\x02','\xab','\x47','\xd3','\x9a','\x69','\xdd','\x67','\x7d','\x7b','\xb8','\x54','\xf9','\x78','\xd6','\xd3','\x64','\x56','\xf5','\xb0','\xda','\x88','\x99','\xdb','\xfa','\x7b','\xb2','\x1e','\x21','\x8b','\x24','\xd3','\x39','\xa5','\x00','\x19','\x7d','\xf0','\xeb','\x6a','\x30','\x0d','\x85','\x63','\xc3','\x53','\x34','\x09','\x22','\xa4','\x2d','\x41','\xee','\x13','\x13','\x4f','\x4d','\xfb','\xfb','\x8e','\xfd','\xce','\xd8','\x4b','\xf7','\x14','\x47','\x2d','\x79','\x37','\x8f','\x26','\x2c','\x33','\xb6','\xcd','\x77','\xd4','\x71','\x0e','\xbb','\xff','\x99','\x31','\xb2','\x62','\xc3','\x9f','\x54','\xf9','\x29','\xfe','\xb9','\xa2','\xc9','\x12','\xe6','\x1b','\x2e','\x17','\xca','\xb9','\xd4','\x5d','\xed','\xb8','\x1d','\xc0','\x63','\x10','\xb6','\xcc','\xfe','\x37','\xec','\x42','\x8e','\xe1','\xe5','\x2e','\x9d','\x49','\xe1','\x66','\xf3','\x5d','\x16','\xf9','\x74','\xce','\xbc','\x98','\x8e','\xda','\x36','\x96','\xc3','\x0c','\xfe','\xa1','\x28','\x51','\xf6','\xa1','\xb5','\x53','\xeb','\x18','\x2f','\xd6','\xa9','\x87','\x68','\xe2','\xa2','\xb2','\x03','\xdb','\x80','\xe6','\xb1','\xc9','\xf9','\x2e','\x42','\x7b','\x9a','\x2f','\xa7','\x8f','\x34','\xf1','\x6c','\x71','\xe6','\x55','\x69','\xff','\xd0','\x0f','\x3d','\x49','\x14','\xfe','\x4e','\xc9','\x0a','\xb6','\x89','\xac','\x58','\xb9','\xb7','\x7e','\x74','\xa9','\xc1','\x2e','\x89','\x8e','\x8b','\xa2','\xfd','\x78','\x4b','\x24','\x77','\x06','\x28','\xa5','\xe4','\x0e','\x0e','\xe5','\x9c','\xc7','\xca','\x5d','\x9a','\x6c','\xf3','\x19','\xca','\xec','\x95','\x10','\xf1','\xb4','\xf4','\xf6','\xab','\x9a','\xbd','\xbd','\xfd','\xda','\x90','\x33','\xa9','\x97','\x37','\x39','\x29','\xa3','\x67','\x78','\x82','\xf0','\xa0','\xa6','\xc4','\xb8','\x1d','\x9f','\x96','\x36','\x83','\xb1','\x5a','\xf5','\x9f','\xe8','\xd0','\x46','\xb9','\xaa','\x3d','\x75','\x99','\xa7','\xb0','\xcd','\xda','\xef','\x7a','\xc8','\xc5','\xaf','\x6e','\x15','\x2a','\x0a','\x54','\x17','\xbe','\x13','\x99','\x6f','\x07','\x9b','\x43','\x00','\xae','\x6f','\x0d','\x4a','\x14','\x91','\x7d','\x9a','\xaf','\x4a','\xf5','\x20','\x00','\x56','\x82','\xaa','\x15','\x6a','\xa9','\x0c','\x4c','\xab','\xca','\xe3','\xa3','\xc1','\xa6','\x5c','\xb8','\x7a','\xf6','\x63','\xb4','\x4b','\x29','\xeb','\xb9','\x9f','\xaa','\x70','\x62','\x70','\x7e','\xe1','\xf2','\x6d','\xdd','\xdf','\x41','\x7c','\x00','\x3f','\x67','\x58','\x3d','\x6a','\x9f','\x0f','\x6b','\xa3','\x7f','\x91','\x04','\x9a','\x2a','\x43','\x9f','\xa2','\x12','\x3c','\x4f','\x34','\xfe','\x8c','\xba','\x62','\x3c','\x93','\x3e','\x1c','\xd8','\x74','\x1f','\x65','\xa6','\x5a','\x36','\xda','\xc2','\xca','\x58','\x96','\x31','\x06','\x02','\x67','\x00','\x29','\xd7','\x4b','\x54','\x33','\xe1','\x9e','\x09','\xf7','\x7b','\x01','\xbd','\x13','\xf6','\xfb','\x8e','\x7d','\x67','\xbf','\x40','\xf1','\x87','\xd2','\xd3','\x45','\x57','\x0c','\x3a','\x4b','\x61','\xc1','\x5b','\x8f','\xa6','\xd0','\xef','\x98','\x5e','\x8c','\x61','\x34','\x00','\x66','\x7a','\xcc','\x16','\x14','\x6c','\xf0','\x4b','\x48','\xe9','\xa4','\x85','\x0f','\x81','\xc9','\x0a','\x79','\x8e','\xcc','\xab','\x2a','\xf8','\x23','\x92','\xeb','\xb2','\xd8','\xfe','\x78','\x4d','\x63','\xdb','\x05','\x84','\x81','\x26','\xab','\x00','\x34','\x7b','\x3f','\x8b','\xc7','\xfd','\x6f','\x5f','\xeb','\x98','\xf4','\x8f','\x86','\xab','\x3b','\x3d','\xfa','\x6e','\x96','\x9e','\x7f','\x9c','\xd2','\x2b','\xa7','\xf1','\xe5','\xb4','\xbe','\xa3','\x58','\xf9','\x48','\x43','\xfc','\x01','\xa2','\xe5','\xef','\xa5','\xc7','\x00','\xc5','\x63','\xe9','\x2e','\x88','\xc3','\x73','\xd0','\xc1','\x55','\xb6','\x4e','\xf4','\x2d','\x0a','\x2f','\x66','\xaa','\xdf','\xaa','\x36','\x79','\x1b','\x9d','\xb7','\x6d','\xdb','\x36','\x09','\x19','\xbc','\xc0','\x59','\x00','\x04','\x60','\x04','\x16','\xa7','\x87','\x12','\x17','\x45','\x32','\xcc','\x50','\xef','\xee','\xa1','\xea','\xdd','\x4b','\xc0','\xcf','\xed','\xad','\x1e','\x72','\x17','\x66','\xad','\x66','\x29','\x0d','\xfc','\x0c','\x0e','\x25','\x0c','\x7f','\x1d','\x98','\xa7','\x5d','\x51','\x72','\xe5','\x70','\x7f','\x66','\x05','\x85','\x95','\x0c','\x34','\x24','\x10','\xeb','\xeb','\xb3','\x53','\x40','\x22','\xc2','\x4f','\x5c','\x74','\x86','\x62','\xf5','\xdf','\xb3','\x6f','\x1e','\x84','\xcc','\x4c','\xe7','\xe6','\x9a','\x95','\x17','\x38','\xee','\xab','\x54','\x63','\x5a','\xde','\x31','\x4f','\xab','\xbc','\xd1','\xa2','\xd1','\xa7','\x20','\x49','\x83','\x8c','\x08','\x87','\x5b','\x65','\x86','\x3e','\xe3','\xf6','\xbe','\x99','\x3a','\xa6','\x66','\xf6','\xb6','\x35','\x97','\xd7','\x89','\xfa','\x1d','\x41','\x1a','\x91','\x9a','\x22','\xda','\xce','\x09','\xf5','\x1d','\x1f','\x74','\x3b','\xd4','\x4b','\x12','\x75','\x41','\x57','\xa3','\xfd','\xa9','\xa7','\xdd','\x87','\x25','\x92','\xc5','\xf3','\x2c','\x82','\x0c','\xa4','\x27','\xea','\xfc','\x10','\x0b','\xd6','\xb1','\xf1','\x40','\xfa','\xd2','\x1d','\x6c','\x06','\xad','\xe3','\x5f','\x80','\xdd','\xdd','\xf5','\x99','\x05','\xf6','\xd6','\xd2','\xe0','\x38','\xfe','\xd1','\x16','\x6e','\x08','\x20','\x71','\x97','\x9d','\x08','\x29','\x15','\x24','\xaa','\x67','\x83','\xe8','\x7d','\xaf','\x97','\xf7','\x96','\xd0','\xb0','\x0c','\x70','\x74','\xc2','\xe0','\x4a','\xf0','\x3d','\xe8','\xa3','\xc3','\xf9','\x50','\x40','\xc5','\x5d','\xf8','\xd0','\x1d','\x23','\x9f','\xc3','\xa7','\x4c','\x63','\x19','\x0a','\x97','\x94','\xf4','\xb3','\x72','\x4c','\x2a','\xbc','\x92','\x49','\xab','\x95','\xc8','\xc3','\xf4','\x0f','\x68','\x9d','\x5a','\x73','\x7b','\xd3','\xf8','\xeb','\x2c','\xb0','\xbb','\x2f','\x2b','\xd4','\xf1','\x4c','\xc9','\xf8','\x40','\xc1','\xe6','\x34','\xa9','\xfb','\x61','\x12','\x0d','\xfd','\xb8','\x85','\xcd','\xc6','\x96','\x1c','\xf6','\xa2','\x0e','\xb9','\xd9','\xf2','\xae','\x49','\xe2','\x5f','\xad','\x9f','\x3f','\xdd','\xc6','\x17','\x74','\x92','\x97','\x33','\x94','\x3f','\x4d','\xc6','\xfd','\xd0','\x40','\x47','\x62','\xff','\xd9','\xc4','\x0e','\xd5','\xac','\x53','\x3d','\xc3','\x1f','\xaf','\xb0','\xe7','\xbb','\x6d','\x02','\xd7','\x97','\xf8','\x6b','\xf8','\x94','\x52','\xd8','\xfc','\x20','\x6c','\xdb','\x36','\x75','\x84','\xa0','\x00','\xe8','\x7e','\xbf','\xeb','\x99','\x1f','\x09','\xa8','\x36','\x73','\x67','\xb8','\x07','\x38','\xbe','\xe1','\x7a','\xb2','\xf2','\x92','\x72','\xc2','\x4d','\x76','\x7e','\xfe','\xb3','\x81','\xa8','\x9f','\xf7','\xa9','\x65','\x88','\x70','\x71','\xa1','\xbb','\x2c','\xd2','\x9f','\x1d','\x78','\x8a','\x28','\x74','\x46','\x1a','\xef','\x22','\x03','\xe9','\x36','\xc7','\xb5','\xa3','\xd4','\x94','\x8c','\x79','\xc0','\x83','\x83','\xbc','\x6d','\x8c','\x78','\x05','\x26','\x1c','\x9f','\x9e','\xb5','\xef','\x55','\x8d','\xd2','\xca','\x3f','\xf3','\x4c','\x08','\xb2','\x71','\x22','\x27','\xa7','\x76','\xf0','\x01','\x8f','\xb0','\x26','\x64','\x00','\x01','\xf5','\xc0','\x0c','\xd4','\x1d','\x1c','\x53','\x6e','\x01','\x30','\x22','\x9f','\x19','\x32','\x50','\xab','\xcb','\xeb','\xbc','\x75','\x57','\x86','\x76','\x85','\x60','\xd6','\xaf','\x3a','\x09','\xa5','\xeb','\xbe','\x93','\x36','\xf9','\x43','\x5f','\x42','\x11','\x8b','\x8e','\x58','\xa6','\x9b','\xcb','\x32','\xc7','\x00','\x63','\x7a','\x3d','\x4e','\xd4','\x6a','\x7b','\x78','\x4a','\x02','\xbc','\x3b','\x10','\xca','\x5b','\x41','\xde','\x12','\xee','\xff','\xb7','\xe3','\xfd','\xbe','\xeb','\xb8','\xe7','\x89','\x9b','\xe4','\x50','\x83','\x75','\x61','\xfe','\x44','\x9a','\xf1','\xa6','\xc5','\x82','\xd4','\xef','\xa0','\x87','\x5a','\xf9','\x4c','\xe1','\xa4','\x10','\xee','\x82','\x9c','\xf9','\x0a','\x72','\x40','\x40','\x81','\xd0','\xc9','\xa2','\xde','\xab','\xf2','\x26','\x0c','\xf2','\xef','\xe1','\x34','\x70','\xd2','\x4f','\x52','\x3f','\x59','\xb7','\x9c','\xad','\x47','\xd9','\xea','\xb6','\xc0','\x1c','\x17','\x46','\xa4','\xbc','\xb3','\x32','\xcc','\xb1','\xe3','\x0f','\xfd','\xd0','\xbf','\x98','\x5e','\xc8','\x40','\x1e','\x5a','\x15','\xbd','\x46','\x7b','\xf1','\x0e','\xdd','\x2e','\x5d','\x84','\xca','\xcc','\xb8','\xdf','\xef','\xbd','\x5c','\x64','\x5c','\xc3','\x9e','\xd0','\xc1','\xfd','\xec','\x9d','\x5a','\x52','\xf5','\x00','\x71','\xc2','\xdb','\x5b','\xc6','\xaf','\xff','\x6c','\x78','\x7b','\xcb','\x48','\x09','\x28','\x3b','\xd4','\x04','\x8a','\x52','\x05','\x40','\x5d','\x71','\x6e','\xc6','\x70','\x6c','\x56','\x64','\x17','\xc5','\x12','\xb3','\xa7','\x51','\x09','\x26','\xcf','\x0c','\x1d','\x82','\xd5','\xa5','\xe3','\xcb','\xda','\xf3','\x88','\x56','\xc5','\xb5','\x33','\xe9','\x6e','\xc7','\xac','\x09','\x5c','\x7c','\x51','\xa4','\x4c','\x7a','\x31','\x82','\x1f','\x1f','\x23','\x42','\x9a','\xb5','\xfb','\xf2','\x1d','\x9b','\x7c','\xc8','\x79','\xa8','\x5e','\xd0','\xa4','\x0e','\x13','\x90','\x36','\x5d','\xdd','\x34','\x1f','\xe2','\x02','\xa4','\x2c','\x02','\x4b','\xff','\x4a','\xbc','\x6c','\x76','\x7f','\x92','\xf8','\x22','\x3e','\x00','\x3f','\xd6','\x66','\x9e','\xdc','\xf7','\xd0','\x87','\x57','\x15','\x92','\x89','\xf6','\x3c','\x8d','\xf6','\xa7','\xee','\xfc','\xac','\xe8','\xac','\x6d','\x86','\x95','\x9b','\xab','\x0c','\x70','\x6c','\xa0','\xcb','\xab','\x50','\xf6','\xc3','\x03','\x4b','\x57','\x7e','\x45','\xca','\xcc','\x6b','\xf9','\xc9','\xd5','\x99','\x81','\x24','\xb3','\xe2','\xbf','\xe4','\xff','\x33','\x6f','\xfb','\xa4','\xac','\x9e','\x29','\x09','\x29','\xa1','\x03','\xa0','\x92','\x90','\x73','\xa9','\xf7','\x96','\xfd','\x83','\x66','\xda','\x59','\x17','\x93','\xe4','\x3e','\x8f','\xf9','\x98','\x32','\x93','\xe2','\x37','\xd0','\x87','\xb3','\x9d','\x00','\xca','\xe9','\x22','\xd4','\x41','\x34','\xf9','\xcd','\x93','\x8f','\x8f','\x88','\xdc','\x2b','\x75','\xd1','\x7c','\x56','\x40','\xf8','\x0c','\xf4','\xc4','\x39','\x71','\x11','\xdf','\x92','\xb9','\x44','\xf7','\xf9','\x3b','\xd2','\x4d','\xb2','\xf6','\x52','\xde','\x45','\x65','\x74','\xb4','\xcf','\xe6','\x91','\x59','\x38','\xea','\xad','\x42','\x1f','\x1e','\x0f','\xde','\xe4','\x74','\xa4','\xb1','\xc4','\x93','\xc2','\xc5','\xa8','\x47','\x85','\x92','\xa2','\xfb','\xa9','\x0e','\xb1','\xe2','\x20','\x9b','\xa6','\xe8','\x36','\x66','\x3a','\xaf','\x4a','\xa3','\xbb','\x64','\xd6','\x45','\xef','\x8a','\x1e','\xd0','\x1f','\x4e','\xd3','\xfa','\x0e','\xf4','\xed','\x0b','\xf8','\x43','\xbf','\x8d','\x54','\x5c','\xb1','\x9e','\xa5','\x3b','\x0d','\x6f','\xc9','\x8b','\xd2','\x69','\x50','\xf2','\x41','\x4f','\xa8','\xcf','\x73','\x9e','\x28','\xb6','\xf7','\xfb','\xfd','\xd8','\x09','\x02','\xd0','\xcd','\xe0','\x34','\xc9','\x2b','\x93','\x99','\xcf','\xc1','\x4f','\xbd','\xcc','\x0b','\x6d','\x85','\x34','\xe1','\xed','\xd7','\x86','\xb7','\xff','\x6e','\x78','\x7b','\xdb','\x40','\x89','\x50','\x76','\xd6','\x42','\xd7','\x55','\x55','\xea','\x3a','\x0b','\x05','\x78','\xe5','\x14','\xe2','\x51','\x47','\x61','\xc8','\xc5','\xa8','\x9d','\x99','\xd7','\x74','\x46','\xc1','\x3a','\x08','\x5f','\x22','\x1b','\x23','\x08','\x87','\x9e','\xf7','\xcc','\x74','\x8d','\x6d','\x37','\x45','\x20','\x10','\x64','\x81','\xb8','\xb1','\x5e','\x02','\x9b','\x98','\xe5','\x15','\xa0','\xb2','\x0a','\x63','\xcb','\x1c','\x84','\xb6','\x1b','\x58','\x4f','\x33','\xbb','\x85','\x80','\xe3','\x83','\x32','\xb5','\x89','\xa3','\xee','\xb0','\xd1','\xc7','\x46','\xde','\x12','\x52','\x4e','\x63','\x1a','\xb3','\xa1','\xd8','\xc6','\x00','\x9a','\xa0','\xb3','\x0e','\x0f','\xac','\x72','\xf1','\x8c','\x9a','\xb1','\x8c','\xf3','\x6f','\xdc','\x5e','\xba','\xc2','\x81','\xa6','\xba','\xd7','\xb1','\x12','\x14','\xa3','\x0d','\xd1','\x9f','\xa1','\x59','\x59','\x87','\x3e','\x93','\x31','\xd2','\x26','\x27','\x9d','\xe7','\xda','\x93','\xb0','\x75','\x22','\x20','\x99','\x1b','\xbd','\x12','\x21','\x71','\xf5','\x60','\x48','\x89','\x90','\x37','\xc2','\xfd','\xbd','\x60','\xbf','\x17','\xdc','\xef','\xc0','\x8e','\x72','\xbc','\xea','\xf0','\x02','\x17','\xe4','\xcf','\xd0','\x6f','\xc9','\xf5','\xc2','\x34','\x3a','\x1f','\x3d','\xeb','\x78','\x16','\xa3','\xac','\xb2','\x1a','\x54','\xee','\xc5','\x38','\x1f','\x5e','\x1f','\x49','\xed','\xab','\x85','\x8b','\xbf','\x9f','\x61','\x2b','\x47','\x40','\x53','\xce','\xbe','\x2c','\xd1','\x3d','\x26','\x95','\x32','\x09','\x6b','\xe3','\x3d','\xcf','\xef','\xea','\x2e','\x10','\xa1','\x6f','\xa3','\x3c','\xd0','\xa3','\x2b','\xf1','\xe1','\x92','\xa0','\x31','\xb0','\x99','\xce','\x71','\x39','\x4c','\x75','\x09','\x96','\x36','\xf3','\x4e','\x8a','\x0e','\xd9','\x9c','\x98','\xdc','\xa9','\x3c','\x5d','\x85','\xf9','\x24','\x3a','\x1a','\xcc','\xf6','\xdb','\x47','\x8b','\xf0','\xd5','\xcc','\xe0','\x9a','\x76','\xfb','\x43','\x9f','\x40','\xab','\xb5','\x9f','\xf3','\x78','\x6d','\x91','\x44','\x74','\xc8','\xb6','\x33','\x41','\x91','\x91','\x1d','\x8c','\x45','\x61','\x4d','\x47','\xf9','\x36','\xbf','\xc1','\xd3','\x12','\x2c','\x4b','\x1d','\xf1','\x02','\xa0','\x9b','\x39','\x87','\x26','\x70','\x39','\x67','\xbd','\x40','\xc8','\xde','\x85','\x73','\x4e','\xb5','\xe2','\x6c','\x7e','\x81','\x30','\xec','\x06','\x10','\x01','\x69','\x23','\xbc','\xfd','\xda','\xf0','\xdf','\xff','\xb9','\x61','\xfb','\xb5','\x21','\x25','\x42','\xb9','\x17','\xec','\x7b','\x81','\xdc','\xb8','\x2e','\xa6','\x6f','\xdc','\x56','\x53','\x28','\x96','\xc3','\x24','\x2b','\xfa','\xae','\x7c','\x17','\xef','\x6f','\xab','\x96','\x3f','\xae','\x4d','\xed','\xbc','\x33','\xb7','\x7e','\x0e','\x90','\x1c','\x01','\x0a','\x1c','\x2d','\x08','\x5d','\x00','\x8d','\xed','\xef','\x92','\x3f','\x38','\x01','\xb1','\x10','\x76','\xf2','\x6a','\xb1','\x1b','\x75','\xd8','\x1e','\x0f','\x32','\xa5','\x21','\x38','\xa3','\x5b','\x5c','\x50','\x28','\x82','\x0c','\xfe','\xb6','\x2a','\x4e','\xa9','\x02','\x9f','\xdb','\x2d','\x21','\xe7','\x34','\x46','\x20','\x13','\x31','\x4e','\xb0','\x99','\xc9','\x62','\xa8','\xd8','\xb3','\xfa','\xc5','\x40','\xcf','\x72','\x8c','\xbf','\x9d','\x3e','\x43','\xee','\x5f','\x4d','\xf3','\x51','\x05','\xd2','\x4c','\x28','\xd2','\x55','\x11','\x6e','\x3c','\x4b','\xde','\xd7','\x80','\xab','\xb9','\xa3','\x71','\xfd','\x72','\x89','\x0e','\x89','\x9c','\x81','\x94','\xaa','\x19','\x67','\xce','\x3b','\xde','\xdf','\x77','\x75','\xca','\x51','\x8a','\x9c','\x77','\x6b','\x97','\x1c','\x4a','\x7a','\x92','\xd4','\x23','\x4a','\xe2','\x77','\xa4','\xa3','\x62','\x5f','\xec','\xa3','\xdf','\xb5','\xc4','\xe0','\x9a','\xdf','\xd0','\xb9','\x22','\xfe','\x60','\x3e','\x32','\xee','\xa2','\x86','\xfe','\x70','\x42','\x4f','\x06','\x96','\xbc','\x09','\xa3','\x7c','\x7a','\xf5','\xb0','\x5b','\xf0','\xe5','\x43','\x93','\xf9','\x49','\x21','\x06','\x15','\x40','\xd8','\xfe','\x19','\x50','\x1a','\xd2','\x69','\x08','\xc9','\x59','\xb7','\xf8','\x3d','\xb4','\xf5','\x3a','\xc4','\x89','\xb6','\xfe','\xe0','\x0e','\xd0','\x2c','\x75','\x97','\xdc','\x13','\x91','\xff','\x70','\xee','\xf1','\x43','\x7f','\x0c','\x75','\x10','\x04','\x00','\x44','\xe3','\x3e','\xf4','\xec','\x76','\x09','\xa5','\xc6','\x6c','\xc9','\xc8','\xde','\xe7','\xb1','\x30','\x99','\xff','\x31','\x00','\x1d','\x66','\xc6','\xb6','\x6d','\xc7','\x26','\x70','\x29','\xa5','\xea','\xf5','\x2d','\x1c','\x1e','\xf2','\x34','\x2c','\xad','\x1a','\xa9','\xc1','\x0a','\x48','\x34','\xb4','\x3a','\x3c','\xa8','\x9e','\x19','\x7e','\xfd','\x77','\xc3','\x7f','\xfe','\x7b','\x43','\xbe','\x55','\xef','\x72','\xea','\xe9','\xad','\x9d','\x5e','\xf7','\x96','\x45','\x73','\xd0','\x23','\xe9','\x49','\x66','\x8e','\xbf','\x92','\x1e','\x77','\xec','\xe5','\x9b','\x91','\x13','\x3e','\x6b','\xc4','\xca','\x88','\x8c','\xba','\xc3','\x56','\x76','\xa1','\xe6','\x59','\x00','\x13','\x66','\x6a','\xdd','\xbe','\x41','\xe0','\x63','\x5f','\x99','\x5a','\xa6','\x34','\xac','\x3c','\x1d','\x0f','\x15','\xeb','\x41','\x6e','\xd5','\x8b','\x03','\x98','\x3b','\x96','\x4a','\x01','\xc4','\xac','\x47','\x2c','\x6b','\x33','\x31','\x12','\x7a','\xa7','\xb2','\x11','\x10','\xb2','\x2b','\xc8','\x20','\xe4','\x4c','\xd8','\x6e','\xb9','\x8e','\x8b','\x54','\x67','\x83','\x3b','\xf7','\x03','\x4c','\x05','\x0b','\x51','\xdb','\xed','\xd3','\x7e','\x37','\x03','\x48','\xea','\xf2','\x88','\x40','\x9a','\x0c','\x39','\x17','\xdb','\x35','\xd8','\xf0','\xf5','\xef','\xa6','\x47','\xaa','\x3a','\x0c','\x38','\x23','\x9d','\x2f','\xec','\x72','\x9c','\x65','\x35','\x28','\xa9','\x27','\x52','\x7f','\x56','\x1c','\x72','\x1f','\x69','\x1a','\xce','\x0d','\xef','\x49','\x1e','\xb2','\x63','\xac','\x0c','\xa1','\x2d','\xc6','\xc8','\xd0','\x4b','\x72','\x46','\x28','\x11','\x52','\x2e','\xc8','\xf7','\x84','\xfd','\x5e','\xaa','\xa7','\xb8','\x3b','\x83','\x77','\xb3','\x50','\x24','\xfc','\x4c','\x86','\xf0','\xac','\x2e','\xe6','\xa3','\x0e','\xc5','\x56','\xc8','\x53','\xff','\x34','\xc7','\x9f','\x5f','\x47','\x34','\xef','\x8e','\x8f','\xcc','\x94','\x67','\xe2','\x1e','\xc5','\xb9','\xd2','\x16','\x47','\x0b','\x4f','\x2e','\x83','\x67','\xa5','\xf6','\xa3','\xc0','\xfd','\x41','\xba','\x72','\x70','\xd8','\xee','\x98','\x4b','\xac','\xb1','\x3e','\xcf','\xf5','\xa2','\xcf','\x7d','\x32','\xb3','\x0e','\x93','\xa2','\x79','\x90','\x78','\x27','\x9d','\x80','\xb8','\xa9','\x09','\x0e','\xf7','\xb9','\x19','\xd2','\xb6','\xf2','\x84','\x88','\xfb','\xf9','\x3c','\x9d','\xc6','\x5d','\x16','\x0f','\xcd','\xd1','\x16','\xe7','\x6c','\x76','\x85','\xbb','\x0e','\xf3','\x11','\x3a','\xec','\xb1','\xa3','\xa4','\xd7','\xaa','\x92','\x7f','\x39','\x4b','\x63','\xa2','\xd2','\x5d','\x2b','\xd0','\x22','\xce','\x51','\xdc','\x55','\x7a','\x57','\xe3','\xff','\xd0','\x07','\x69','\xae','\x09','\xbe','\xa2','\xa9','\xbb','\x18','\x33','\x9c','\x87','\x9c','\x88','\xc2','\xa8','\xaf','\xa3','\xcd','\x3d','\x51','\x52','\xdb','\x31','\x97','\x85','\x96','\x3b','\x2e','\x57','\xc4','\x8f','\x35','\xfd','\x44','\x69','\xc0','\x2e','\xa7','\x4e','\x10','\xf6','\x7d','\xc7','\xfd','\x7e','\x77','\x6e','\xb0','\x8f','\xa9','\x2b','\x0d','\xca','\x6a','\xac','\xf0','\xe3','\xfa','\x2f','\x25','\x60','\xbb','\x65','\xbc','\xfd','\xa7','\x82','\x9f','\xdb','\x5b','\x06','\x40','\xc6','\x43','\x52','\xb5','\xa1','\x1f','\x14','\x91','\x59','\xf6','\x8d','\xc7','\x58','\xef','\x6c','\xa2','\x08','\x58','\xf0','\x74','\x89','\x0d','\x9d','\x04','\x94','\x76','\x18','\xf0','\xcb','\xa4','\x50','\xce','\x54','\x4b','\x96','\xa7','\x16','\x8a','\xde','\x52','\x9c','\x0c','\x00','\xe7','\x38','\xee','\x6a','\x83','\xa4','\x03','\xaf','\x93','\x61','\x6d','\xf3','\x93','\xff','\x4c','\x94','\xe3','\xe8','\xf1','\x7e','\xa3','\x9e','\x86','\xb7','\x5a','\x0b','\x9d','\x84','\x3e','\x5e','\xc4','\x06','\x3b','\xa5','\xea','\xf8','\x60','\xdb','\x52','\xf7','\x02','\x68','\xcc','\x84','\x56','\xe3','\x50','\xdd','\x5c','\xd3','\x7c','\xbc','\xc4','\xee','\x3d','\x92','\x01','\x3f','\xf4','\x67','\xd1','\x33','\x32','\x7a','\x15','\x7f','\xfa','\xc1','\x81','\x9c','\xe3','\x3c','\x68','\x1c','\xe2','\x6e','\xcc','\xe6','\x9c','\xaa','\x39','\x5c','\x4e','\xd8','\xb7','\x82','\xfb','\xbd','\xe0','\xfe','\x4e','\xa0','\xb4','\x03','\xef','\x8c','\xb2','\x17','\x3d','\x6b','\xd9','\x4d','\x08','\x16','\x8b','\x0b','\x71','\x50','\x9b','\x30','\x9f','\xa8','\x4b','\x3f','\x44','\xb1','\x78','\x7f','\x1a','\x2d','\x9a','\xf7','\x64','\x10','\x5c','\xc6','\xf6','\x23','\xbd','\xb2','\xe3','\xce','\x85','\x55','\xa0','\x3f','\xb1','\x87','\x26','\x34','\x61','\x08','\xd7','\xbb','\xa2','\x7b','\x98','\xed','\x12','\xdf','\x2c','\x6c','\x00','\xeb','\x5d','\x26','\x49','\x81','\xba','\x47','\xd2','\x1f','\xfa','\x62','\x9a','\xeb','\xf4','\x3f','\xf4','\x95','\xc4','\xe1','\x51','\xd6','\x3b','\xe3','\x5c','\xfc','\x84','\xe9','\x11','\x96','\xbe','\x01','\x00','\x85','\x8b','\x3b','\xef','\x23','\x17','\xa1','\x1e','\xee','\x00','\xed','\xfb','\xae','\x5e','\xe0','\x80','\x95','\x02','\x4d','\xee','\x89','\xc1','\x6a','\xd2','\xde','\x81','\x0f','\xeb','\x6a','\x3f','\x25','\x20','\x37','\xf0','\xf3','\xeb','\x3f','\x37','\xe4','\x5b','\x92','\x40','\x93','\x64','\x27','\x8e','\x0b','\x6c','\x43','\x12','\x96','\x0d','\x48','\xc1','\xb5','\xea','\x54','\xa6','\xd8','\x97','\xfa','\xd7','\x36','\xde','\xa3','\xbd','\x33','\xe3','\x8a','\xcd','\xab','\xd9','\x3a','\x86','\x21','\x63','\x31','\x79','\x74','\xc0','\xf2','\x61','\x86','\x6e','\x81','\x86','\x7f','\x4b','\x3e','\xc8','\x1c','\x67','\x5f','\x01','\x3e','\xd3','\xf2','\x4d','\xa0','\xa1','\xc3','\x81','\x0d','\xe8','\x02','\xed','\x82','\x5b','\x80','\x12','\x35','\xa7','\x07','\xb9','\x3a','\xbd','\x28','\x38','\xef','\x86','\x26','\xac','\xf4','\xfc','\xd7','\x0c','\x01','\xd9','\xdf','\x6c','\x82','\x9c','\xd1','\x04','\x25','\x1d','\x03','\xa7','\x1f','\x58','\xf5','\x10','\x31','\xc6','\x55','\xd2','\x01','\x49','\x3f','\x46','\x0e','\xb3','\x3c','\x29','\x0c','\x27','\xb8','\xc7','\x7d','\x25','\xfb','\xd5','\x8e','\x0d','\x0e','\x61','\x68','\x4c','\x85','\x08','\x48','\x5c','\x77','\x79','\x75','\x37','\x28','\x75','\xd7','\xd9','\xf7','\x77','\x42','\xd9','\x0b','\xf6','\xd2','\x3d','\x49','\xca','\x0a','\xb5','\x80','\xaf','\xbe','\xc0','\xd2','\xe7','\xb6','\x55','\xb6','\xd6','\xb6','\xd2','\x57','\xeb','\xf8','\x43','\x42','\x71','\x81','\x4a','\xdb','\xed','\xca','\x14','\x7f','\xa4','\x91','\xb9','\xf3','\xcc','\x4b','\x87','\x88','\x1f','\x48','\xef','\xa1','\x48','\x33','\x9a','\x96','\xe5','\x7b','\xf0','\xb8','\xc3','\xc5','\x0f','\xb7','\x28','\x28','\xb3','\x96','\x87','\x3e','\x5d','\xa6','\x2d','\x42','\x53','\x03','\x89','\x89','\x4f','\x3f','\xe1','\x4b','\x80','\xba','\xb2','\xb7','\xde','\x7d','\xbe','\x35','\xf8','\x79','\xa4','\x68','\xab','\x21','\xf4','\x68','\xf5','\x8e','\xc2','\x5f','\xe9','\x90','\xd9','\x02','\xd0','\x95','\xb4','\x8f','\xe2','\xfd','\xd0','\x4b','\x68','\xa6','\x37','\x3a','\x1d','\x5a','\xa6','\x45','\x54','\xc9','\x98','\xc7','\x6b','\x20','\xea','\x84','\xc2','\xcc','\x95','\xcb','\xd9','\x7a','\xce','\x70','\x71','\x74','\x93','\x97','\xa5','\x14','\xe3','\xc4','\x0d','\xea','\xe0','\xcd','\xe2','\x1b','\x21','\x05','\x40','\x72','\x89','\xa4','\x3c','\x4b','\xc4','\x15','\x55','\xc1','\x1c','\xde','\x31','\x8c','\xd9','\x5b','\x5d','\xd9','\xff','\xf5','\xab','\x82','\x9f','\xdb','\xaf','\x3c','\xac','\x92','\x39','\xbd','\x75','\xb1','\x74','\x38','\x5b','\xdd','\x7f','\x35','\x2f','\x96','\x0b','\x57','\x2f','\x04','\xec','\xf3','\x2b','\xe0','\x1f','\x67','\xc2','\xb6','\x92','\x2b','\x46','\x8f','\x91','\x74','\x0e','\x57','\x0d','\xbd','\xde','\x73','\x14','\xcc','\x94','\x67','\xe4','\x00','\x1c','\xc2','\x69','\xd8','\xb3','\xa5','\xad','\x45','\x3e','\x36','\x51','\xee','\x0f','\x2e','\x8c','\x93','\x11','\xed','\x60','\x38','\x1a','\x20','\x92','\x3a','\x6f','\x99','\x70','\xbb','\x65','\x6c','\x72','\xd9','\xa9','\xfa','\xc3','\x36','\x79','\xb2','\x1f','\x03','\xaa','\xfc','\x39','\x14','\xf4','\x8d','\x85','\xcf','\x0f','\xfd','\x79','\x74','\x55','\x91','\xb5','\xe1','\x2c','\x20','\xd7','\xcf','\x9d','\xb3','\x70','\x66','\x30','\x25','\x10','\x71','\x75','\xf8','\x91','\x53','\x73','\x99','\xbd','\xe3','\xfe','\xbe','\x83','\xee','\x05','\xe5','\xbd','\x60','\x6f','\xe6','\x6d','\x29','\x64','\xa3','\x45','\xe9','\xab','\x26','\xfa','\xf5','\x67','\xf4','\xbf','\x90','\x16','\x6b','\x1a','\x9f','\x0e','\x20','\xa7','\xab','\x76','\x0f','\xd0','\x99','\xe2','\xb7','\xa8','\xcf','\x5f','\x43','\x2f','\xea','\x18','\x7f','\xde','\x98','\x9b','\x52','\x55','\x1b','\xd7','\x5a','\x88','\xdb','\x4b','\xdd','\xff','\x36','\xa7','\xa0','\x7f','\x12','\xfd','\x2c','\xec','\x7c','\x27','\x8a','\xca','\x5b','\xfb','\x4b','\x41','\x6c','\xd1','\x0b','\xfb','\xeb','\x22','\x23','\x3b','\x75','\x82','\x20','\x67','\x80','\x34','\x5d','\xa2','\xf6','\x7b','\x54','\x92','\xad','\x22','\x4c','\x66','\x53','\x47','\x14','\x58','\xa2','\xba','\xb2','\xff','\x26','\xe0','\xe7','\xad','\xad','\xf0','\x1b','\x8d','\xdf','\x83','\x1f','\x23','\xc4','\x23','\xf8','\x19','\x2a','\x69','\x14','\x8c','\x85','\xf2','\x7b','\xd8','\x26','\x93','\x8f','\x57','\xc1','\x8f','\x3e','\xcc','\x80','\x09','\x87','\x60','\xfa','\x7e','\xc4','\xcb','\x16','\x34','\xb0','\x9d','\xc2','\x6e','\x99','\x91','\x87','\x3c','\xa5','\xfc','\x4e','\x19','\xd2','\x3f','\x3c','\x8f','\x1a','\xea','\xc0','\x2d','\x0d','\x67','\xab','\x36','\x56','\x63','\xf8','\x35','\x3a','\x31','\xb0','\x75','\x30','\xc1','\x29','\x3e','\x72','\x57','\x03','\x1b','\x40','\xae','\x83','\xb1','\x2a','\x81','\xdb','\x56','\x4d','\x84','\xc6','\x4c','\x62','\x19','\xcc','\x3a','\x3c','\x0b','\xf6','\x71','\x9a','\xa7','\x0d','\x06','\x75','\xe4','\xfa','\xe4','\x19','\xa0','\xc7','\x28','\x2c','\x79','\xfc','\x75','\xda','\xc5','\x07','\xe9','\x68','\xd9','\x76','\x36','\x87','\xaf','\xa0','\xfe','\x2b','\x59','\x9c','\xf5','\x43','\xc8','\x62','\x08','\xee','\xe6','\xda','\x8a','\xcf','\xf0','\x74','\x4e','\xd6','\x00','\x7d','\x67','\x88','\x98','\xc0','\xa9','\xae','\x80','\x11','\x18','\x29','\xd5','\x2b','\x01','\x72','\xfb','\x97','\xde','\x0b','\xee','\xd4','\x80','\x90','\xde','\x1d','\xd4','\x67','\x76','\xd4','\xcb','\xfa','\xb4','\x38','\xdf','\xfd','\x89','\x65','\xfe','\x2c','\x65','\xe1','\xbb','\x0f','\xfb','\x97','\xd5','\x7b','\x3a','\x86','\x1f','\xc8','\x40','\x58','\xd3','\x54','\xd8','\x3d','\x53','\x9c','\x89','\x8c','\x7e','\xaa','\xb2','\xb3','\x42','\xd8','\x15','\xaf','\x08','\xf1','\xc7','\x50','\xbf','\x9d','\x02','\x23','\xb8','\x24','\xdb','\x97','\xe0','\xd0','\xce','\x16','\xb3','\x46','\x6d','\xd3','\x35','\xab','\xba','\x31','\xa7','\x6f','\xd3','\x26','\xaf','\xa0','\xc5','\xc2','\xc0','\xe9','\xb7','\x59','\xb8','\xab','\xf4','\x0a','\x74','\x73','\x24','\x7b','\x7e','\x08','\xc0','\x6b','\x64','\x82','\xd5','\x72','\xfd','\xfc','\x81','\x03','\x3d','\x7a','\xbe','\xce','\x2a','\xf7','\xad','\x00','\x6d','\x33','\x48','\x65','\x6d','\x4f','\x67','\xdc','\xdb','\x1e','\xd4','\x06','\xe7','\xbb','\x60','\x02','\x74','\xb6','\x6d','\xba','\x4b','\xeb','\xbc','\xc0','\x09','\x42','\x72','\xe7','\x80','\x02','\x6f','\x15','\x14','\xc7','\xe2','\xee','\x55','\x5c','\x56','\x73','\x01','\x17','\x34','\xf7','\xaf','\xa9','\x99','\xbd','\x6d','\xb8','\xdd','\xaa','\x63','\x05','\x96','\x3b','\x7e','\xa4','\xb1','\x16','\xe0','\xe7','\x6c','\x0e','\xc5','\xf1','\xbc','\x68','\x83','\xfe','\x65','\x50','\xc8','\xc7','\xc6','\x3b','\xb5','\xdf','\xd5','\x36','\xf0','\x20','\xe3','\x8c','\x66','\xe7','\x74','\xac','\x73','\x82','\xae','\xcd','\x5b','\x21','\x13','\xf3','\xec','\x71','\x0c','\xaf','\x1d','\x0b','\x38','\xfe','\x99','\x97','\xf3','\x4c','\x32','\x86','\xd9','\xa0','\xba','\x68','\x04','\x5b','\xab','\x64','\x4c','\x55','\xd4','\xc4','\x83','\xfa','\x85','\xa6','\xd2','\xd6','\x79','\x23','\xbd','\xec','\xb4','\x16','\xeb','\x19','\x85','\x97','\xdc','\xaa','\xc2','\xcb','\xe8','\x2a','\x43','\x8f','\x74','\x45','\x33','\xf8','\xee','\x5a','\xe2','\x77','\x20','\x99','\xa0','\xcb','\x21','\x71','\x3c','\x56','\x2e','\x2b','\x68','\x17','\x34','\x96','\xf9','\x22','\x8c','\x9d','\x46','\x32','\x12','\xdb','\xcc','\x58','\x49','\x93','\x56','\x27','\x01','\xed','\x94','\x01','\x4a','\x49','\x5d','\x66','\xa7','\x5c','\x90','\x33','\xe1','\xfd','\x9f','\x1d','\xf7','\x7b','\xa9','\x57','\x03','\xec','\xfe','\x40','\xa9','\x33','\x14','\x08','\x73','\xf4','\x51','\x10','\xe4','\xea','\xf2','\x44','\xdc','\x41','\x26','\x7c','\x13','\x9a','\x4d','\xdd','\x67','\x84','\xfb','\x43','\x75','\x3a','\x60','\x87','\xaf','\xcb','\xe4','\x3c','\x19','\xbb','\x6e','\xa0','\xc3','\x30','\xf0','\x55','\xf2','\xff','\xd9','\x98','\xaf','\x2b','\xc3','\xcb','\x53','\x37','\xb9','\x98','\x83','\x05','\xbd','\x8e','\x93','\x4c','\xe5','\xf7','\x03','\xfc','\x77','\x50','\x1f','\xda','\xc2','\x85','\x03','\x41','\x6d','\xe7','\xc7','\xad','\x87','\x2c','\x14','\xf5','\x59','\x1b','\x7c','\x7b','\x7d','\xfc','\xac','\x80','\xab','\x42','\x7f','\x26','\x13','\x88','\x65','\x3a','\x62','\x78','\xdf','\xb2','\x51','\xff','\x5d','\x64','\x97','\x0c','\xe4','\xc9','\x82','\x20','\x00','\xde','\xdf','\x56','\x58','\x07','\xe2','\x19','\x43','\x1b','\xa8','\x26','\x16','\xd5','\x76','\x02','\xb0','\x6d','\xd9','\xbf','\x23','\x3a','\x07','\x40','\xfb','\xbe','\xcf','\x0f','\x0e','\xad','\x2a','\x47','\xe8','\x36','\xb3','\x4d','\xb9','\x25','\x02','\x36','\x05','\x3f','\xb7','\x0a','\x7e','\x92','\x28','\xbf','\x75','\x17','\xc0','\x3b','\x4b','\x79','\x04','\xfc','\x3c','\x62','\xea','\xf1','\xd8','\x6c','\x24','\xbb','\x87','\x3d','\x89','\x1a','\xef','\x21','\x9a','\xc0','\x95','\x53','\xea','\x40','\x62','\xee','\x40','\x60','\xa5','\xff','\x3b','\x8f','\x18','\x16','\x3c','\x4b','\x91','\x9d','\x17','\xa9','\x59','\xa6','\x57','\x0b','\x37','\xc9','\x79','\xca','\x00','\x39','\x84','\x5a','\x24','\xe9','\x50','\x1b','\xfa','\x0e','\x21','\xd0','\xc0','\x4f','\x46','\xda','\x52','\x1d','\xc7','\xe5','\x8c','\xab','\x41','\xd3','\xea','\xf7','\xfd','\xf8','\xf7','\xae','\x40','\x83','\x80','\xbf','\x48','\x9f','\xad','\xd5','\x7d','\x27','\x4d','\xf1','\x77','\xd1','\x6f','\x6a','\x83','\x57','\xac','\x72','\xbd','\x84','\x0c','\x9f','\x23','\x10','\x90','\x80','\xb4','\x65','\xa4','\x9c','\xfa','\xbf','\xff','\xdb','\xeb','\xdd','\x41','\x00','\xf6','\xbd','\x68','\xe8','\xb5','\xa7','\xc8','\x7f','\x0f','\xfd','\x76','\xe0','\xf5','\x8a','\xf6','\x7f','\x75','\xc1','\x5f','\x36','\x26','\x7e','\x7b','\xeb','\x3e','\x4c','\x03','\x18','\xc1','\x12','\x8f','\x4c','\xe3','\x1e','\xa6','\x2b','\xcf','\x24','\xc6','\xac','\xf5','\x8b','\x3b','\x73','\x77','\x71','\x4a','\xfe','\x19','\xad','\xf9','\x24','\x5d','\xad','\xdc','\x27','\x34','\xc2','\xe1','\x62','\xaf','\xbc','\xfb','\xab','\x1b','\xff','\x0f','\x22','\xab','\x46','\xeb','\xfe','\xc4','\x38','\x81','\xc8','\x86','\x31','\xbb','\x41','\xfd','\x02','\xe9','\x1e','\x90','\x31','\x82','\xa0','\x78','\xd6','\x47','\xce','\x00','\xcd','\x68','\xf0','\x02','\xe7','\x0e','\xd7','\x9a','\x43','\x7e','\xb1','\x84','\x12','\xae','\x34','\x93','\x26','\xa0','\x7a','\x3c','\xba','\xfd','\xca','\x6d','\xe7','\x27','\x21','\xe5','\x0e','\x7e','\x74','\x20','\xda','\x8d','\x19','\xb7','\x25','\x73','\xb4','\x90','\x33','\x8e','\xe0','\xd9','\xbb','\x19','\xf2','\x1c','\x56','\x75','\x26','\x14','\x27','\x91','\xd3','\xa7','\x05','\xd9','\xf1','\x78','\x8b','\xfb','\xd1','\x11','\x9a','\xd9','\xe5','\xad','\x72','\x20','\x33','\x62','\x16','\x46','\x4f','\x3f','\x92','\x3d','\x37','\xe4','\x80','\x57','\x04','\x22','\x2b','\xa4','\x6a','\xcb','\x33','\xbc','\xb3','\xe1','\x78','\xf2','\xce','\x27','\xce','\x63','\x95','\x4e','\xb9','\xbf','\x78','\xec','\x2b','\xa5','\x0c','\xa6','\x6f','\x49','\x76','\x7f','\x34','\x2c','\x86','\x3e','\xb2','\x1e','\xff','\x08','\xe8','\x2e','\xd0','\xed','\x39','\xa0','\x33','\x62','\x3c','\x6e','\x9d','\x16','\x06','\xe3','\x6a','\x6c','\xfa','\x38','\x97','\x42','\xfd','\xd0','\x55','\x5a','\x6d','\x55','\xc8','\xca','\xcb','\x83','\x8a','\xdf','\xe9','\xa2','\xe1','\x23','\xab','\x8a','\x03','\xa2','\x32','\xea','\xd1','\x02','\x6d','\x0d','\xf7','\x61','\x11','\x90','\x50','\x4d','\xe3','\x32','\x08','\x44','\x09','\x89','\x80','\x44','\x84','\xfb','\xbd','\x80','\x12','\x40','\xef','\x84','\x7d','\x2f','\xcd','\x65','\xbc','\x61','\xa1','\x7d','\x51','\xed','\xc3','\xb4','\x6a','\xe6','\xd5','\xf7','\xd5','\xbb','\xe7','\x32','\xd7','\x95','\x9c','\xe9','\xe7','\xa3','\x45','\xc0','\x95','\x63','\x82','\xab','\x0a','\xf0','\x61','\xe4','\x98','\xd7','\x6a','\x0c','\x9c','\x66','\xe4','\x79','\xa7','\xe5','\x67','\x4f','\x53','\x18','\x5f','\x93','\x61','\xe8','\x19','\xd6','\x53','\x0d','\x71','\x61','\x14','\xc4','\x85','\xa7','\x79','\xa8','\xd3','\xf1','\xf5','\x18','\x59','\x46','\x3e','\xea','\x27','\x6e','\x71','\x95','\x79','\x3d','\x46','\x66','\xc2','\x66','\x26','\x83','\x5b','\xfb','\x11','\xea','\x5d','\x7b','\x7d','\x96','\xd7','\xf0','\x20','\x54','\xf3','\xd6','\x49','\x72','\x21','\xf1','\xb5','\xa2','\x77','\x14','\xed','\x77','\xd2','\x15','\x7e','\xf8','\x4a','\x51','\xf7','\xf0','\x8a','\x72','\xa0','\x47','\xf8','\x77','\x0c','\xff','\x6d','\x3b','\xe1','\x6b','\xe8','\x91','\xb1','\xf8','\x78','\xb3','\x75','\xdd','\xb2','\x2f','\x1c','\xd0','\xa9','\x0c','\x53','\x39','\x67','\x79','\x67','\x4c','\x56','\xf9','\x1b','\x6b','\x7a','\x3c','\xb9','\x6c','\x5c','\xf0','\x4d','\x24','\xe7','\x04','\xe1','\xb1','\x8b','\x50','\x2b','\xb8','\x11','\x7b','\xf5','\x6d','\x6b','\x67','\x7e','\x7e','\x6d','\xd8','\x6e','\x19','\x94','\xbb','\xd9','\x93','\xa4','\xe5','\x98','\x0e','\x1d','\x70','\x4c','\x9f','\xcd','\x10','\x6e','\xc6','\xbb','\x9e','\x26','\x73','\x37','\x8d','\x7b','\xad','\x99','\xf5','\x1b','\x6f','\xdd','\xfb','\x56','\x06','\xc2','\x52','\x76','\xbb','\x08','\xc1','\x91','\xd3','\xd8','\xf3','\x2b','\x41','\x35','\xbc','\xef','\x8c','\xf4','\x6c','\xf5','\x83','\xed','\x13','\xfb','\x97','\xee','\x96','\x84','\x25','\x78','\x62','\xcc','\x3e','\xaf','\x68','\x08','\xc7','\x26','\x9f','\xd6','\x48','\x29','\xd7','\x4b','\x4f','\x53','\x26','\x33','\xb8','\xc7','\x3b','\xa4','\x94','\x4e','\xe4','\xee','\xe3','\x85','\xfa','\xa1','\x1f','\xfa','\x38','\x99','\xc5','\xa9','\x4a','\xec','\xbf','\x09','\x33','\x1e','\xbe','\x99','\xdd','\x66','\x55','\xb7','\x88','\x90','\x80','\x6a','\x0e','\xb7','\x89','\x49','\x5c','\x6a','\x9e','\xe2','\xaa','\x93','\x84','\xfd','\x5e','\x50','\x4a','\x9d','\x47','\xff','\x2a','\x98','\x7d','\xc6','\x5b','\x5f','\xdc','\x08','\x91','\xdd','\x3e','\x77','\x96','\xc6','\x26','\xf0','\x01','\x20','\xf6','\x88','\x92','\xf7','\x70','\x42','\x7f','\x0f','\x7d','\xd5','\x3c','\x10','\x13','\xd4','\xee','\x2d','\x8e','\xda','\xe2','\x1a','\x3b','\x3d','\xe0','\xdb','\x03','\x9b','\x8f','\xd2','\xbf','\x82','\xf1','\xfc','\xd0','\xa7','\x53','\xe3','\xdf','\x47','\xf2','\x6c','\xb9','\xb0','\xb0','\x58','\x8c','\xaf','\x53','\xd3','\xcf','\x3c','\x39','\x82','\x61','\x7d','\x1c','\x08','\xb9','\x33','\x40','\x72','\x11','\xaa','\x08','\x69','\x8d','\x30','\x2d','\x00','\x1b','\xa5','\x96','\x70','\x7b','\xab','\x17','\x9d','\xaa','\xc3','\x83','\xd2','\x2b','\xa8','\x17','\x94','\xca','\xaa','\x8d','\xbb','\xc0','\xe5','\x88','\x26','\xcb','\xf6','\x47','\x71','\x44','\xb9','\x3f','\x49','\xda','\xc9','\xcd','\x25','\xf8','\xa9','\x92','\x8b','\x4d','\x9a','\x2e','\x0f','\xa9','\x5b','\x7b','\x39','\x80','\x1b','\x7d','\x5c','\x80','\x88','\x69','\x01','\x67','\x12','\xdd','\x0a','\x30','\x1e','\x83','\x9f','\xd1','\x0c','\x2c','\xa1','\x41','\x8e','\x99','\x74','\x67','\xf8','\x12','\x1f','\x65','\xb9','\xca','\xdf','\x3a','\x7e','\x60','\x6e','\x63','\x81','\x2b','\xf8','\xc9','\x09','\x39','\x35','\xc1','\x21','\xbb','\x6a','\x16','\xea','\xcf','\xdc','\x24','\x3f','\x02','\x82','\xfa','\x12','\x83','\x7f','\x69','\xab','\xa3','\xab','\x7a','\xe7','\x63','\xc5','\xce','\xce','\xd5','\xca','\xc7','\x12','\x3e','\x7f','\x67','\xd7','\xa8','\x7f','\x22','\x51','\xf8','\xe1','\x3a','\xe4','\x79','\x75','\xe3','\x02','\x4b','\x39','\x8d','\x17','\xf9','\x43','\xfd','\x4e','\xab','\xd9','\xdf','\x57','\x8e','\x49','\xd7','\x93','\x41','\xa8','\xbc','\x94','\x52','\x42','\x4a','\xf5','\x1a','\x81','\x94','\x08','\x29','\x13','\xee','\xef','\xf5','\x6c','\xd0','\x7e','\x2f','\x40','\xa9','\x7c','\xe5','\xb3','\x80','\xd0','\xef','\x1e','\xb5','\x43','\xbd','\x1e','\x5c','\x71','\x16','\x96','\xf1','\xa8','\x22','\x1a','\xd7','\xda','\x3e','\x0c','\x7e','\x62','\xa1','\x20','\xca','\xf2','\x6a','\x5b','\xe2','\xe4','\x77','\xfc','\x66','\x56','\x46','\xd7','\x4b','\x55','\xec','\xa2','\xcc','\xd3','\x9c','\x71','\xb6','\x31','\xe0','\xf0','\xc6','\x06','\x3d','\x51','\x52','\x62','\x3a','\x2f','\x05','\x07','\x64','\x53','\xf4','\x2b','\xa5','\xc3','\x18','\x9a','\xf1','\x0c','\xe1','\xd3','\xf6','\x22','\xf5','\x00','\x5c','\xab','\x05','\x45','\x5b','\x18','\x86','\xac','\x5e','\xb7','\x79','\xcb','\x1d','\x18','\x9d','\x8e','\x99','\xef','\x8a','\x8e','\x2e','\x4e','\xfa','\x07','\xba','\xf9','\x63','\xe5','\x58','\x25','\xfa','\x91','\xf6','\xfb','\xdd','\x8c','\xed','\x0f','\xa0','\x2b','\xcd','\xfb','\xe8','\x82','\xb8','\xe5','\xab','\x53','\xde','\x3e','\x51','\xf9','\x24','\xcc','\x4a','\xe7','\x5a','\x65','\x52','\xf5','\xc9','\xe4','\xce','\x94','\x33','\x33','\xb6','\x6d','\x3b','\xbe','\x07','\x48','\x80','\x8f','\x98','\xac','\xa5','\x34','\xde','\xa6','\x6a','\x33','\x2d','\x01','\xfc','\xbc','\xfd','\xa7','\x82','\x9f','\x9c','\x53','\x15','\xce','\x2d','\xaf','\xf4','\xa2','\x51','\x17','\x1d','\x32','\x58','\x9e','\x37','\xdb','\x79','\x38','\xcb','\x56','\x77','\x1e','\xa6','\xf7','\x92','\x60','\xde','\x6b','\x23','\x8a','\x08','\xaf','\xe4','\x05','\xb9','\xf0','\x1c','\xe2','\x4b','\x92','\x16','\xb9','\xfa','\x1f','\x36','\x0d','\x23','\xda','\x66','\xa8','\x77','\x28','\x14','\xf5','\xb7','\x3c','\xc9','\x7c','\x28','\xf3','\xb2','\x32','\x8f','\xcf','\x02','\x5b','\xc8','\x96','\x1c','\x17','\xd4','\x2d','\x49','\xa2','\x06','\x80','\xc8','\xec','\xfc','\x48','\x91','\x6d','\x99','\x6b','\xe7','\xd9','\x55','\xf4','\x53','\x80','\x72','\x69','\x88','\x8d','\x8d','\xf7','\x98','\xff','\xac','\x1f','\xfa','\x6b','\xe8','\x01','\x21','\xaa','\xd3','\xff','\x84','\x13','\xbb','\x05','\x95','\x36','\x26','\xeb','\xce','\xf1','\xc1','\xed','\x2c','\xa2','\xa0','\x4d','\xec','\x33','\x29','\x11','\xb6','\x8d','\x14','\x00','\xe5','\x9c','\x90','\xdf','\x77','\xbc','\xa7','\x1d','\xfb','\x7b','\xc1','\xbe','\x7f','\x37','\x0d','\xea','\xc5','\xd4','\xf5','\xcd','\xdf','\x93','\xfd','\x6c','\xa5','\xe7','\x91','\xfb','\x7a','\xf8','\xca','\xed','\x4c','\x73','\xba','\xac','\x64','\xca','\xe0','\x24','\x4c','\xcd','\xb1','\x9f','\x03','\x1a','\xdf','\x93','\x27','\xc6','\x52','\xb1','\x7b','\x7b','\x71','\x22','\x4f','\xe8','\x92','\x7c','\xb1','\x3f','\xec','\x54','\xe5','\xda','\xf0','\x5d','\x62','\xf9','\x72','\x10','\xec','\x38','\x0a','\x68','\xec','\xe5','\x28','\xf0','\x49','\x0a','\xac','\x67','\xae','\x4d','\x7c','\x6d','\x59','\xbe','\x45','\xbb','\xfc','\xd0','\xd7','\x91','\xe8','\xb8','\x46','\x76','\xce','\xe8','\xea','\xf0','\x48','\x06','\xcb','\x00','\x50','\xeb','\xb6','\x43','\x37','\xd8','\xd1','\x09','\x42','\x2d','\xd7','\x54','\xe3','\x56','\xd3','\xb6','\xd4','\x2e','\xb2','\xfc','\xf5','\x9f','\x0d','\x6f','\xbf','\x36','\xe4','\x2d','\x01','\x20','\x75','\x75','\xac','\xf7','\xb5','\x48','\x1d','\x19','\xa7','\x17','\x86','\x55','\xc5','\xb7','\x73','\x07','\x17','\x7c','\x26','\x7f','\x68','\xfa','\x38','\xc6','\x5d','\xe5','\x65','\xed','\xdb','\x24','\x03','\x63','\xba','\xa7','\xb4','\x02','\x28','\x23','\x04','\xaa','\xff','\x33','\x83','\xdd','\x01','\xae','\x79','\xb1','\x05','\x88','\xc9','\x5b','\x5e','\x01','\x96','\x59','\xaf','\x13','\x00','\xf6','\x97','\xb5','\xf9','\xb2','\xf4','\x0b','\xdc','\x0e','\x3d','\x4c','\xcf','\x92','\x9f','\x84','\x5f','\x96','\x03','\x27','\x63','\x05','\x15','\x50','\xa7','\xd4','\x77','\x17','\xbb','\x93','\x84','\x6e','\xab','\xdd','\xbb','\x82','\x4d','\xe7','\x0d','\x6b','\x06','\x93','\x52','\x91','\xff','\x89','\xa8','\x53','\xbe','\x8e','\xa3','\x3e','\x94','\x52','\x5c','\x61','\xfc','\xa1','\xd7','\x93','\x5b','\x11','\x09','\xef','\x22','\x2d','\x97','\xb0','\x8f','\x49','\xf8','\xf2','\x32','\xad','\xc5','\xe4','\xae','\x2b','\xc2','\x0b','\xed','\x74','\x91','\x16','\x99','\xf1','\x9b','\x12','\xda','\x6e','\x10','\xe9','\xee','\x69','\x4a','\x84','\xf7','\xb4','\x83','\xde','\xa9','\x9e','\xbf','\x2c','\x6d','\x2f','\xe8','\x4f','\x55','\x1a','\x8e','\x96','\xcc','\xed','\xd4','\x3f','\x08','\x76','\x36','\xbb','\x1e','\x55','\xee','\x1c','\x07','\x36','\xe5','\xa3','\x05','\xaf','\x71','\x71','\x79','\xf2','\xa3','\x2d','\x65','\xca','\xa2','\xce','\x95','\xb2','\x9e','\xbd','\x9f','\x8b','\x83','\x1e','\x8a','\xdb','\x98','\x9b','\x29','\xe6','\x57','\xd4','\xda','\x87','\x74','\xd1','\x95','\x6c','\x3a','\x5d','\xbe','\x5d','\xe7','\xfb','\x48','\x56','\xcf','\xd2','\x32','\xad','\x00','\x7a','\x96','\xec','\x44','\x64','\x96','\xd1','\x71','\x66','\x5e','\x4d','\xcf','\xb0','\xce','\x9f','\xac','\xf7','\x7f','\x5a','\x99','\xaf','\x4e','\xea','\x57','\xa4','\x65','\xc3','\xfc','\x89','\x9d','\xf0','\x07','\x91','\xe1','\x50','\xe6','\x4d','\x9b','\x21','\x8e','\x77','\xe2','\xb8','\xdf','\x56','\xfd','\xc5','\x18','\x70','\x4c','\x29','\x45','\xcf','\xa0','\x47','\xda','\x6c','\xa0','\x7d','\xdf','\x9d','\x09','\x5c','\x29','\x65','\xa2','\xf5','\x92','\xf2','\xf5','\x9c','\x13','\xde','\xde','\x36','\xdc','\xde','\xb6','\x76','\x99','\x65','\x13','\xca','\x4e','\x01','\x46','\xf0','\xfc','\x76','\x75','\xc9','\x3e','\x78','\xfb','\x52','\xed','\x38','\x22','\x9e','\xd1','\xd1','\x01','\xb9','\xef','\xa6','\xf8','\x0b','\xf9','\x75','\x24','\x5c','\xc4','\x7b','\x9d','\x08','\xc3','\xbe','\xcd','\xcd','\xf3','\x48','\xae','\x2f','\x8d','\xe3','\x04','\x1e','\xf3','\x13','\x50','\xa8','\x61','\xc3','\x92','\xa7','\x16','\x5b','\x90','\xec','\xa4','\x7c','\xf6','\x0d','\x4f','\xbe','\xb2','\x89','\xbf','\xa2','\x29','\x8b','\xb7','\xf5','\xb8','\xc2','\x14','\x2c','\x97','\xf7','\xe8','\x0e','\x44','\xcd','\x94','\x27','\xcd','\x57','\x50','\xa5','\x1d','\xec','\xae','\x1b','\x83','\xcd','\x0d','\xe9','\xd4','\xe7','\x89','\xf9','\x4d','\xce','\xf4','\xe1','\x1a','\xcd','\xfa','\xfc','\x0c','\x62','\x49','\xa0','\xd5','\x8a','\xf4','\x69','\xfc','\xe8','\x1c','\xe1','\x07','\x0f','\x7d','\x2e','\x5d','\x6d','\xdf','\xe5','\x01','\x7c','\xdb','\x4f','\xa2','\x48','\xfa','\xcf','\xc3','\x7a','\x48','\x20','\xcf','\x31','\x49','\x91','\xcd','\x59','\x3c','\xf9','\xe0','\x16','\x82','\x12','\x21','\x03','\x20','\x4a','\xa0','\xb4','\xb5','\xf3','\x41','\xed','\x6c','\xd0','\x5e','\x50','\xf6','\xb6','\x23','\x3f','\x9f','\x5e','\x7f','\x14','\x1d','\x2e','\xf6','\x5c','\x79','\x77','\x40','\x0f','\xb7','\x4d','\x1c','\x17','\xa7','\x09','\xf0','\x10','\xad','\xb3','\x34','\xc3','\xc3','\x3e','\x5a','\x2e','\x1b','\x47','\xe4','\xd1','\x20','\xc4','\xea','\x98','\x7b','\xd6','\x2f','\x0b','\x03','\xa0','\x38','\x9e','\x3e','\xa2','\x1c','\x06','\x56','\xfd','\x51','\x7d','\x93','\x0e','\x7e','\xf5','\x74','\x9f','\x43','\x9b','\x76','\x0c','\xca','\x73','\xb5','\xda','\xaf','\x7a','\x80','\x73','\x45','\x4f','\xb5','\x6f','\xe5','\x5a','\x10','\x18','\x59','\x66','\xd7','\x56','\x63','\x79','\x67','\xb2','\xfa','\xb3','\xe8','\x48','\xbf','\x89','\xdf','\xa2','\x18','\xb7','\x43','\x6b','\x09','\x04','\xa7','\x29','\xac','\xfa','\x44','\x42','\x2c','\x94','\xb2','\x59','\xa1','\x7e','\xe8','\x93','\xe8','\xb9','\x59','\xf8','\xe8','\xba','\xc6','\xd1','\x78','\x93','\xfe','\xb7','\xf3','\x81','\x58','\x16','\x11','\x7a','\x24','\x1b','\xcf','\xe5','\x3f','\x19','\xc0','\x7b','\x00','\x40','\x44','\x84','\xfb','\xfd','\x3e','\x00','\x23','\x20','\x5c','\x84','\x2a','\xdb','\x46','\xab','\x5d','\x9a','\x7a','\x90','\xbf','\x82','\x80','\xd4','\x3c','\xbe','\xdd','\x7e','\x6d','\xd8','\x6e','\xa9','\x32','\x07','\xd9','\xf9','\xa9','\xb9','\xae','\xf8','\xfd','\x31','\x89','\xee','\xf1','\x50','\xc4','\xda','\x88','\x0f','\xc5','\x71','\x4b','\x37','\x26','\xef','\x28','\xf3','\x74','\xf9','\x77','\x14','\x6e','\x36','\x29','\x4d','\x60','\x12','\xc0','\x29','\x3d','\x24','\x80','\x84','\x9a','\x6e','\x65','\x01','\x23','\x0f','\xf9','\x2f','\x36','\x56','\x2c','\x3a','\x1a','\x0b','\x24','\xa5','\x19','\x93','\xfb','\xb2','\x15','\x0e','\x66','\xa0','\x5d','\xfd','\x04','\x22','\xea','\xbb','\x3f','\x1c','\xb0','\xac','\x94','\xd1','\x60','\x9d','\x15','\x0d','\xc0','\x76','\xfc','\x61','\x0a','\xd0','\x3f','\x7f','\x51','\x95','\x7f','\xe8','\x77','\xd0','\x6f','\x12','\x96','\x84','\xc3','\xa9','\xe7','\x03','\xca','\x03','\xf3','\x28','\x72','\x02','\xcf','\xb1','\x73','\xa1','\xb2','\x9d','\xc6','\xd7','\x12','\x90','\xdb','\x3c','\xca','\xb9','\x9a','\xc5','\xc9','\xd9','\xa0','\xf7','\x7f','\x0a','\x18','\xbb','\x53','\xda','\xfe','\x2d','\x3a','\xc4','\x67','\xd6','\xb3','\x9f','\x08','\x69','\x0c','\xcb','\xdc','\x59','\x77','\x0e','\x64','\x87','\xc4','\xbe','\x74','\x23','\x58','\x77','\x27','\x60','\x94','\x84','\xe9','\x56','\xe6','\x22','\xfe','\x53','\x99','\x3e','\x13','\xe9','\xf7','\x65','\x31','\x4d','\x8b','\x17','\xcf','\x26','\x4e','\x04','\x95','\x56','\x67','\xd2','\xb1','\x22','\x3b','\xbf','\x07','\x69','\xfd','\x09','\x74','\xb4','\xc4','\xd8','\x87','\x15','\x8d','\xc2','\x99','\xc6','\x93','\x6e','\x76','\xce','\x38','\xdd','\x84','\xc3','\xf7','\x1f','\xfa','\x17','\x90','\xe5','\xa4','\xd7','\x7a','\x5e','\xe4','\x5a','\x58','\x2b','\x9f','\x84','\xa1','\x61','\xd1','\x5f','\x8e','\xf5','\x44','\x52','\x00','\xb4','\x6d','\x9b','\x3a','\x41','\x00','\x10','\xdc','\x61','\xfb','\x1c','\x52','\xf3','\xf8','\xf6','\xd6','\xdc','\x5d','\x0b','\x70','\x2a','\xed','\xce','\x8a','\xd4','\x2e','\xf7','\x93','\xf0','\xd6','\x12','\xe8','\xc8','\x04','\xce','\xf2','\xe9','\x59','\xe5','\xfb','\x8a','\x4b','\xf8','\xf2','\x2c','\xb7','\xb6','\x13','\x6f','\xa5','\xd1','\x70','\xf8','\x8b','\x71','\xe2','\xf6','\xf2','\xb1','\xc3','\x30','\xc3','\x6a','\xa6','\xcb','\x83','\xc7','\xae','\xe7','\xfe','\x3d','\x38','\xdc','\x1c','\xd2','\x1a','\xd2','\xb6','\xc9','\xf0','\x5c','\xd6','\x45','\xeb','\xba','\x9a','\x81','\x07','\x76','\x57','\xd1','\x7d','\x90','\x01','\x43','\x3e','\x6c','\x10','\x90','\x94','\x85','\x65','\x2c','\xb4','\x02','\x92','\x8e','\x64','\x33','\xa4','\xa7','\x09','\xcb','\xc1','\xe1','\x90','\xdb','\xc2','\x83','\x5f','\x0c','\x32','\xd0','\xac','\x92','\x57','\xc7','\xd0','\xbf','\x49','\xbb','\xfc','\xa1','\x43','\xba','\xb2','\x7e','\x66','\x19','\x36','\xaf','\xee','\x1b','\x9b','\x1e','\xe0','\x30','\xf3','\x9f','\xdb','\xef','\xc6','\xfb','\x28','\x65','\x80','\x08','\x89','\xea','\xd9','\x20','\x4a','\x77','\xbc','\xff','\x03','\x94','\x7b','\xd1','\xf9','\x35','\x1b','\xd6','\x31','\xdb','\x47','\x87','\xfe','\x6f','\x27','\xd3','\x4c','\x8f','\x80','\x89','\xc8','\x82','\x57','\xdf','\x67','\xf2','\x47','\x04','\x6a','\x5f','\xa0','\x69','\xfd','\x22','\x6d','\x1c','\x96','\x23','\xe5','\xcc','\x97','\x5d','\xcc','\xf1','\x0a','\xe2','\x17','\x13','\x75','\x20','\x27','\xb4','\x54','\x68','\x57','\x65','\x3c','\xd2','\x80','\x55','\x26','\xc7','\x3a','\x7a','\x59','\xf8','\x10','\x2d','\x35','\xe7','\x2f','\xa6','\x85','\xf6','\x1f','\xd7','\x4d','\x95','\x38','\x84','\xe1','\x1e','\xd8','\x9a','\xa9','\xae','\x4c','\x56','\xaf','\xca','\xde','\xcf','\xa6','\xb3','\xa1','\xda','\xd6','\x02','\xaa','\x0c','\x27','\xea','\x7a','\x9d','\x8c','\x77','\x83','\xf6','\x67','\x8b','\x9a','\xea','\x58','\xaa','\x1d','\x35','\xd0','\x85','\x73','\xd1','\x1b','\x24','\xdc','\xaa','\x00','\x8f','\x30','\xae','\x3f','\x8e','\xc9','\xfd','\x3b','\xc9','\x8c','\x96','\x91','\xa2','\x4e','\x6d','\xc1','\xb6','\x5b','\x38','\xaf','\x9c','\x6e','\xbb','\x25','\xa4','\x94','\xdc','\x7d','\x40','\xa7','\x4e','\x10','\x00','\x38','\xf0','\x23','\x88','\xc9','\xbb','\xb2','\xae','\x76','\xe9','\xf5','\xdc','\x4f','\xc6','\xdb','\xaf','\x7e','\xb0','\x88','\x4b','\xbf','\x0c','\xb5','\x5f','\xd6','\x12','\x05','\x31','\xf5','\x1f','\xa2','\xfd','\x0f','\x75','\x3e','\x1b','\xa9','\x35','\x52','\x8f','\x7a','\x10','\x5e','\x02','\x3d','\x32','\x51','\x6c','\xf9','\xae','\x86','\x77','\xc0','\x05','\x4e','\x01','\xb1','\x44','\x2e','\xa8','\x70','\x81','\xf6','\xf6','\xa2','\xb0','\x60','\xff','\xdf','\x3a','\x1c','\x87','\x87','\x19','\x6a','\x03','\x86','\x7c','\x5d','\xb0','\x23','\x20','\x2a','\xb4','\xd2','\x02','\x63','\x42','\x2d','\x62','\xfd','\x53','\xeb','\xec','\x4c','\xd8','\xda','\xae','\x98','\x3f','\x67','\xbc','\x42','\x1b','\x66','\x0c','\x98','\xc3','\xc6','\x8f','\xad','\xb0','\x3e','\xc1','\x11','\xed','\x2c','\xb4','\x63','\xe4','\x08','\xbb','\xcd','\x12','\x88','\x5a','\xdc','\x0f','\xa8','\xfa','\xbd','\xb4','\x72','\x84','\x52','\x3f','\x4e','\xf8','\xc1','\xf9','\x6a','\x01','\x2d','\x9e','\xed','\xbb','\x98','\x4d','\x4d','\x67','\x7e','\x77','\x59','\x5f','\x2c','\x68','\xdf','\x9b','\xc9','\x71','\xca','\x55','\x01','\x49','\x44','\x78','\x4f','\x05','\xfb','\x7d','\x47','\xd9','\xc7','\x33','\x8c','\xaf','\x52','\xa8','\x3e','\x53','\x9f','\xd0','\x32','\x2e','\x78','\x0a','\x47','\xc6','\xc3','\x18','\xfc','\x12','\xc4','\xf2','\x5d','\x59','\xc4','\xb1','\xbf','\xbb','\x6c','\xb5','\xd2','\x25','\xf4','\xb7','\xf9','\x39','\xb3','\x9e','\xa4','\xf8','\xbc','\x18','\x5e','\xaf','\x68','\xc3','\xc3','\x7e','\x35','\x75','\x38','\x3b','\x93','\xa2','\x8e','\xd0','\xae','\xa4','\xeb','\x22','\x86','\xbf','\xc3','\x87','\x31','\xa5','\x23','\x3c','\x75','\x6d','\xb2','\xcc','\xe9','\x35','\x63','\xdc','\xa7','\x32','\x5f','\xb0','\x1d','\xdb','\x75','\x6e','\x66','\x4e','\xc6','\x27','\x4a','\xbf','\xc8','\x58','\xee','\x14','\x1a','\xb2','\x35','\x4d','\x76','\xa5','\xca','\x8f','\xe2','\xc4','\x67','\xc6','\x5d','\x8f','\x43','\xdd','\x79','\x2f','\x11','\x12','\xa1','\xba','\xed','\x97','\x7f','\x41','\x19','\xd5','\xdf','\x96','\x67','\x69','\x9a','\x5d','\x0e','\x16','\x66','\x94','\x9d','\xf5','\x3c','\xa3','\xde','\x2b','\x19','\x75','\xaa','\xb3','\x4a','\x3e','\x3b','\xa9','\x3e','\x03','\x69','\x1e','\x95','\xe1','\x77','\x22','\xdb','\x25','\x8d','\x1c','\xd4','\x9d','\x27','\xbc','\x50','\x68','\x9a','\xfe','\x1a','\xfb','\xaf','\x77','\xd3','\xd8','\x61','\xaa','\x5b','\xda','\x05','\x41','\x1d','\x3f','\x15','\x5c','\x54','\x78','\x41','\x8a','\xc2','\x15','\x6e','\xc8','\x7b','\x00','\x6f','\x6f','\xb7','\x61','\x3e','\x6e','\xdb','\x76','\xbc','\x03','\x24','\x67','\x80','\xb4','\x0a','\xe6','\x2c','\x90','\x94','\x2b','\x01','\xc8','\x5b','\xc6','\xdb','\xaf','\x7a','\xee','\x27','\xa7','\xa4','\x55','\x94','\xad','\x5f','\x7f','\xcf','\x05','\xfa','\x19','\xa0','\x14','\x46','\xc5','\x94','\x0b','\x9f','\x8f','\x5f','\x55','\x04','\xac','\xf0','\x7b','\xb5','\x02','\xb9','\x54','\xe6','\xaf','\x8c','\xdf','\x49','\xe0','\xd6','\xa9','\xf1','\x8c','\x8f','\x9d','\xe4','\xab','\x74','\x2e','\x99','\xd9','\xc0','\x34','\xc1','\x4c','\xf1','\xb1','\x02','\x7b','\x51','\xda','\x8b','\x32','\x66','\x4c','\x7f','\x16','\xc9','\x24','\xda','\xa0','\x8e','\x86','\x25','\x13','\x91','\x4d','\xa0','\xba','\x6d','\xd9','\xa2','\x91','\xe2','\xa1','\x75','\xb7','\x0a','\x0f','\xfd','\x60','\xbf','\x6b','\x51','\x03','\x10','\xbc','\x04','\xa6','\x2e','\x37','\xda','\x85','\x02','\xfc','\xd0','\xbf','\x8e','\x66','\x0a','\x8c','\x1d','\x77','\x4e','\xc1','\x0e','\xa8','\xa8','\x9a','\x21','\xa3','\x9e','\x0b','\x22','\x31','\x89','\x2b','\xb8','\xbf','\x13','\xde','\xdf','\x77','\xd0','\xbd','\xe8','\x1d','\x6d','\x2b','\xdd','\xe0','\xdb','\x63','\xee','\x30','\xbf','\x96','\x0a','\xf2','\x24','\xda','\x8a','\x2e','\xf3','\x38','\x0a','\x09','\x59','\x5e','\xae','\xbc','\xd9','\x33','\x21','\xab','\x28','\xf4','\x7e','\xb4','\x40','\xea','\xb5','\x34','\x00','\xc6','\x40','\x56','\x1e','\x88','\x59','\xc8','\x4b','\xd9','\xcd','\x91','\xdc','\xe5','\x27','\x58','\xdb','\x8b','\x1b','\xe9','\x60','\x7d','\xe2','\x43','\xa4','\x43','\xa0','\x99','\xbe','\xad','\x5a','\x35','\xca','\x10','\x01','\x03','\x4e','\x56','\xcb','\x39','\xad','\x49','\xdd','\xeb','\x42','\xb4','\xe6','\xf8','\x38','\x38','\xfd','\x00','\x59','\x9e','\x41','\xd4','\x40','\x4e','\xd3','\xe3','\x52','\xfb','\x9d','\x13','\x81','\x72','\xdf','\x05','\x92','\x32','\x4b','\x44','\x51','\x54','\xc9','\xaa','\xd3','\x16','\x30','\x0b','\x00','\xba','\x57','\xaf','\x96','\xa5','\x01','\xa0','\xb2','\x37','\x6b','\x22','\x46','\xdf','\x19','\x8a','\x05','\xbc','\x3a','\x56','\xbe','\x33','\x93','\x7b','\x85','\xfe','\x20','\xe9','\xe0','\x45','\x69','\x7d','\x2a','\x19','\x3c','\xa1','\xca','\xde','\x42','\xb9','\xd6','\x61','\x64','\xc6','\x50','\x5a','\xec','\x38','\x0a','\xe0','\xd6','\x64','\xc6','\x86','\xb0','\xd8','\xc6','\xd2','\xd4','\x0b','\x9c','\xd8','\xb4','\xfe','\xf3','\xcf','\x3f','\xde','\x91','\x8d','\x9c','\xfb','\x79','\x6b','\x1e','\xdf','\x08','\x80','\x71','\x7a','\x90','\xcc','\x44','\xe9','\x07','\xe0','\x0f','\xb8','\xe4','\x72','\xd5','\xe8','\x88','\x4c','\x18','\x41','\x8b','\xa0','\x35','\x33','\x9e','\x48','\x7f','\xb5','\xd9','\x3d','\x1a','\x30','\x6c','\xff','\x04','\x44','\xca','\xb5','\x91','\xc9','\x84','\xb1','\x8d','\x6e','\x41','\x87','\x46','\xe5','\x90','\x8e','\x00','\xc4','\xf6','\x43','\xc5','\x24','\xcd','\xbe','\x0f','\xfa','\xcf','\x14','\x56','\xc7','\x95','\x92','\x71','\x20','\x8c','\x9c','\x44','\x92','\x9a','\x36','\x45','\xd0','\xbe','\x0e','\xc5','\x27','\xf7','\xba','\xcc','\x72','\xd0','\x3c','\xb8','\x89','\x00','\xdb','\x65','\x8c','\x7e','\xcb','\x36','\xb7','\xd6','\x70','\xda','\xce','\xd9','\xb8','\xe8','\x60','\x51','\x9b','\x6f','\x62','\x83','\x3c','\x8b','\x33','\x96','\xd5','\x7f','\x3d','\x04','\x60','\x51','\x49','\x7a','\x94','\x7e','\xbc','\xc4','\x7d','\x4f','\xba','\xd8','\x1d','\x6e','\x04','\x1d','\xf1','\x9e','\x67','\xf3','\xe6','\xc6','\xe8','\xa3','\xe2','\x4a','\x95','\xf7','\x10','\x11','\x38','\x35','\xa5','\x24','\x13','\x52','\x2a','\x6a','\x7e','\xbc','\xa7','\x1d','\xfb','\xbd','\x2b','\x15','\x7a','\xd6','\xf0','\xc2','\x22','\xd3','\xaa','\x1a','\x1f','\x1d','\xee','\x67','\x14','\xe5','\xf8','\xa0','\x1f','\x44','\x74','\x78','\x50','\x9e','\xc8','\x0b','\xe7','\x09','\x2e','\xd2','\x0a','\xbf','\x59','\xe3','\x76','\x5e','\xa6','\x3c','\x97','\x7d','\x58','\xcf','\xb6','\x2c','\x0f','\xea','\xa9','\x7d','\xc5','\x6c','\xef','\x7c','\x30','\xbc','\x3f','\x66','\x7b','\xfa','\xa2','\x97','\x96','\xc7','\x8e','\x79','\xa0','\x0c','\xa7','\xd9','\x1d','\x34','\xc6','\xd8','\xfe','\x8f','\xe5','\xbd','\xa2','\xda','\x7f','\x63','\x62','\xd7','\xb3','\xe0','\xe1','\xff','\x69','\xe6','\x76','\x6c','\xb4','\xf1','\x63','\x77','\x2c','\x3d','\xac','\x69','\x6f','\x82','\x1e','\xd3','\xe1','\xf3','\x98','\x4f','\x94','\x51','\x2b','\xc0','\xf7','\x34','\x1b','\x6a','\x8b','\xe0','\x29','\x8b','\x13','\xa3','\xa4','\x0e','\x8d','\x28','\xd5','\x2b','\x2d','\xac','\x63','\x23','\x35','\x7d','\x33','\xe2','\x5b','\x95','\x53','\xcb','\x77','\x04','\x30','\x11','\xc0','\x05','\x28','\xb9','\xa0','\xec','\x8c','\xbd','\x70','\xf5','\xd8','\xb5','\x33','\xf6','\x3b','\x94','\x7f','\x89','\x39','\xbd','\x8e','\x83','\x65','\x81','\x9f','\xad','\xe8','\x82','\x8e','\x1a','\xee','\x95','\xf9','\x7d','\x14','\xc0','\xbc','\x14','\xf8','\x78','\x1d','\xa8','\x76','\x93','\x2f','\xb4','\x59','\xba','\xd6','\xf1','\x39','\x1a','\x5d','\x4f','\x0a','\xa5','\x87','\x12','\x27','\xb9','\x1a','\x10','\xad','\x7c','\xb3','\x65','\x20','\xbb','\x8f','\x15','\x88','\x9b','\xef','\x2d','\x3f','\x0a','\x13','\x6d','\xb6','\x1b','\x7b','\xbf','\xdf','\xa7','\x20','\x68','\xb8','\x07','\xc8','\x7d','\xdc','\x36','\x2d','\x6c','\xca','\xd5','\xe5','\xf5','\xdb','\x5b','\x73','\x7a','\xd0','\xea','\x53','\x34','\x6f','\x1a','\xbd','\xc6','\xc8','\x97','\x0b','\x4c','\x6e','\x88','\x78','\xaa','\x81','\x3e','\x48','\x13','\x2c','\x10','\x7f','\xf3','\x34','\x00','\xf9','\xe0','\x11','\xd8','\xcc','\xd2','\x88','\xe0','\x49','\xd2','\xe1','\xee','\xb2','\xd6','\x81','\xa4','\x21','\xec','\x2c','\xaf','\x20','\x69','\x03','\xe9','\x10','\xb4','\x79','\xc7','\xe4','\x16','\x65','\x5e','\x51','\xe0','\xc5','\x8f','\x4f','\x34','\x86','\x7a','\xd1','\xd3','\x03','\x40','\x4c','\x28','\x64','\x05','\xb1','\x4f','\xd4','\x8f','\xc1','\x5a','\x82','\xc3','\x21','\x60','\xa3','\x5b','\x4c','\x3b','\x14','\x7e','\x48','\xf6','\xe3','\x34','\xc3','\x7a','\x8f','\xd2','\x4c','\xeb','\xfb','\xa1','\x3f','\x82','\x56','\x2c','\xcb','\x05','\x98','\x2c','\x38','\x48','\xc4','\x3e','\x56','\xbb','\x9a','\xe3','\x22','\xb4','\x69','\x53','\x19','\xbe','\x37','\x6b','\xab','\xeb','\x37','\x6d','\x27','\x08','\xd0','\xf3','\x45','\x94','\x80','\x9c','\x09','\xf7','\x9c','\xf0','\xfe','\xbe','\x63','\xbf','\x17','\xdc','\xef','\x55','\xa9','\x50','\x9e','\xf0','\xcd','\xc7','\xd8','\xb2','\x78','\xcf','\x00','\xd3','\xd5','\x87','\xa9','\xa2','\xb9','\xfa','\x2d','\x1d','\xe1','\x18','\xfb','\x10','\x98','\xfa','\xc3','\x0c','\x53','\xbc','\x58','\x51','\x39','\x69','\x0e','\x29','\x8a','\x16','\xf9','\x58','\x7e','\x08','\x75','\x39','\xd4','\xc6','\x93','\x28','\x15','\xe6','\xab','\xcf','\xe6','\xbc','\x53','\xb4','\xea','\x1f','\x1d','\x77','\x0f','\xb4','\xe1','\x7a','\x0c','\xcc','\x14','\xb3','\xf6','\xc7','\xa4','\x7f','\x3a','\x4d','\x18','\x8f','\xaf','\x5b','\xb9','\xf2','\x93','\x71','\x54','\x61','\x5a','\xf7','\x68','\x20','\x5e','\xa9','\xfb','\xd0','\xef','\xeb','\xe4','\x66','\x71','\xdd','\x18','\x96','\x9d','\xe5','\xe6','\x78','\x85','\x52','\x6a','\x8b','\xdc','\xf0','\x00','\xc8','\x26','\x21','\x00','\x28','\x9c','\x01','\xd2','\x33','\x43','\x16','\x0c','\x11','\xc0','\xa9','\xea','\x96','\x5c','\x18','\x1b','\x37','\x4b','\xa4','\x7b','\xc1','\x3d','\x13','\x28','\xd5','\xe7','\xb2','\x17','\x14','\x40','\x95','\xcd','\x4b','\x32','\xfe','\x15','\xf4','\x51','\x60','\x72','\x46','\x9f','\x95','\xee','\x19','\x5d','\xaa','\x57','\xbf','\x42','\x25','\xce','\x71','\xbf','\xdb','\x32','\x44','\x1b','\xdf','\x06','\x84','\xde','\x8f','\xc9','\x74','\x80','\xac','\x3b','\x8c','\x3a','\x4e','\xfa','\x5f','\x22','\xb4','\x85','\x83','\xc0','\x58','\x39','\x66','\x00','\x8b','\xca','\x7c','\xb1','\xce','\x9c','\x20','\xe4','\x9c','\x91','\x73','\x06','\x00','\x0d','\x28','\xdb','\xbb','\x44','\x84','\x7c','\xab','\x8e','\x0f','\xb6','\xb7','\x04','\x4a','\x68','\x02','\x95','\x5b','\x01','\x3b','\xa2','\x17','\x59','\xa1','\xe5','\xd0','\x91','\x3e','\x2f','\x98','\x65','\x0a','\xfa','\x79','\x32','\x6b','\xd5','\xb3','\x03','\xf9','\xf7','\xd3','\xe7','\x13','\x72','\x1d','\xea','\x40','\xc1','\xa8','\x85','\x4e','\x6d','\x7b','\x17','\x8b','\x3e','\x87','\xab','\x2e','\x4d','\x80','\xb2','\xf9','\xcd','\xa1','\x1c','\x76','\x60','\x0e','\x67','\x78','\x24','\x87','\x69','\x71','\x58','\xe3','\x7b','\x5c','\x61','\x6b','\x76','\xad','\x81','\x1c','\x92','\x9f','\x67','\x37','\xa7','\x20','\x3c','\x9c','\xab','\xd0','\xfe','\xb2','\x6d','\x69','\x13','\xe2','\xf5','\x28','\x04','\xae','\xbb','\x36','\xbd','\x2a','\x68','\xba','\xdf','\xa2','\x9c','\x26','\xcc','\xaa','\x26','\xbc','\x06','\xdf','\x01','\x37','\xbd','\x86','\xfe','\x00','\xe5','\xf2','\x87','\x9e','\x24','\x0a','\x3f','\x26','\x8c','\xde','\xf2','\x80','\xa0','\xeb','\xd4','\x3f','\x0b','\xb9','\xc0','\xb3','\xc0','\xfa','\x8b','\xdb','\x77','\xcf','\x61','\x54','\x15','\x50','\x90','\xd4','\x56','\x66','\x29','\x23','\x51','\x42','\xca','\x05','\x94','\x09','\xf7','\x7f','\xea','\xaa','\xd7','\x1d','\x40','\xd9','\x8b','\x4c','\xc3','\x49','\x4e','\xe7','\xf4','\x5b','\x86','\xf7','\x01','\x48','\x39','\x0a','\xfe','\x21','\xdd','\x62','\x5a','\xd1','\xb5','\xf6','\x6d','\x41','\xad','\x13','\x49','\x64','\xd5','\x88','\xc3','\x24','\x3e','\x40','\x23','\xda','\xf2','\x6d','\x20','\x79','\x07','\x35','\xe6','\x8a','\x86','\x6f','\x52','\x13','\x85','\xc4','\x7f','\x3b','\x2e','\x56','\xfd','\xd3','\xe2','\x3f','\x60','\x7e','\xd7','\x9b','\xe9','\xb9','\xde','\xe4','\xc9','\xdc','\xf4','\xe9','\x2e','\x92','\x0d','\x1f','\x67','\xca','\x9f','\x95','\xb5','\xd3','\x0c','\x4e','\x48','\x0d','\x4f','\x7a','\xb7','\x68','\x99','\x27','\x3e','\x06','\x2d','\x14','\x55','\x16','\x40','\xb3','\xf6','\x18','\x80','\x93','\xb4','\xbb','\x4f','\x6f','\x5d','\xb0','\xae','\x60','\x8a','\x3e','\x97','\x74','\x67','\x39','\x29','\x10','\x12','\x73','\x38','\xb9','\x9b','\x2c','\xa5','\x28','\x63','\xed','\x4a','\x3e','\x14','\x28','\x5a','\xa7','\x09','\x5a','\x3c','\x6e','\x6c','\x0d','\x04','\xe4','\xaa','\x1b','\x70','\x21','\xdd','\xc5','\x4e','\x89','\x70','\x4f','\x84','\xfd','\x4e','\xcd','\xdd','\xbf','\xec','\x06','\x05','\xfd','\x62','\xd5','\xee','\xcf','\x32','\xba','\x49','\xdb','\x7c','\x0a','\x0d','\x7d','\xd6','\xfe','\x7e','\x12','\x30','\xe2','\xf0','\x70','\x95','\x9f','\xba','\x99','\x1b','\x95','\x32','\x67','\x76','\xd3','\xfe','\xa3','\x00','\x91','\xa8','\x9a','\x4d','\x3a','\x00','\x04','\xb3','\xab','\x63','\xc6','\x86','\x8c','\x15','\xc7','\x6f','\x4c','\x1f','\x3b','\x07','\x22','\x8b','\x39','\x18','\x41','\x39','\x50','\x37','\x73','\x66','\xe7','\xf9','\x86','\x1d','\x20','\xeb','\x08','\x41','\xbc','\xc2','\xe5','\x8d','\xf0','\xf6','\x56','\xcf','\xfe','\xe4','\x94','\x54','\x91','\xd5','\x42','\x50','\x07','\x4b','\x72','\x80','\x8d','\xad','\xad','\x9e','\x6d','\xa7','\x89','\xa0','\xf0','\x95','\x0b','\x13','\x8a','\xe1','\xca','\xe4','\xe8','\x84','\x89','\xaf','\xda','\xc9','\x9a','\xc0','\x89','\x90','\xf0','\x38','\xe7','\x6c','\x04','\xf2','\xf0','\x93','\x5b','\x46','\x64','\xd2','\x8c','\xe3','\x46','\x1f','\xe2','\x48','\x8c','\xe9','\x5c','\xc9','\x53','\xde','\x0a','\xb0','\xb0','\x41','\x62','\x3a','\x47','\x4c','\x30','\x48','\x05','\x92','\x34','\x5d','\x78','\x1e','\xd2','\xa4','\xf8','\xc0','\xe3','\xb7','\xc2','\xae','\x48','\x70','\xb0','\x85','\xeb','\x41','\x50','\xf5','\xf9','\x2e','\xe1','\x8c','\x3c','\xb7','\x49','\xbb','\x21','\xc1','\x00','\x51','\x07','\x90','\x47','\x20','\xc8','\xa1','\xc2','\x59','\x20','\xdb','\x77','\xeb','\x14','\x1e','\x52','\xfe','\x1e','\xe2','\xbb','\x86','\x69','\x3c','\x1e','\xf9','\x87','\x7e','\x1b','\x4d','\x40','\x89','\xbc','\x76','\xcf','\x66','\xf8','\xad','\x14','\x60','\x17','\x2e','\x7e','\xa7','\xfe','\x1d','\x98','\x6c','\xef','\x8b','\x1e','\xd0','\x04','\x13','\x11','\xda','\x01','\xe5','\xba','\x50','\xa5','\x42','\xa5','\x29','\x12','\xc5','\x1e','\x34','\x7e','\xa4','\xaa','\x3e','\xbb','\x2f','\x1b','\x9e','\x11','\x50','\x68','\x19','\x5e','\xa1','\x24','\xd8','\x49','\xad','\xf2','\x60','\xb5','\x54','\xe4','\xe0','\x84','\x96','\xae','\x1f','\x79','\x20','\xd1','\x36','\x4d','\x7c','\x55','\xff','\xe7','\xc5','\x9d','\x98','\xe9','\xce','\x72','\x71','\xaf','\x26','\x85','\x7b','\x49','\x5f','\x0c','\x63','\x93','\x66','\x7f','\x9a','\x6c','\x78','\x26','\xc7','\xc5','\xe0','\x1f','\x42','\x19','\xc0','\xf5','\x0c','\xc9','\xe0','\x98','\x0a','\xab','\x8f','\x50','\x28','\xfb','\x51','\x9a','\xb3','\x39','\x2e','\xf3','\x17','\xec','\xac','\xf6','\xbd','\x42','\x29','\x93','\xd9','\x28','\x8b','\x13','\x7e','\x70','\xdc','\x8c','\x34','\xf9','\x69','\xd2','\x9f','\xc5','\x55','\xf0','\x63','\x80','\x4f','\x03','\x3f','\x02','\x44','\xd4','\xd9','\x01','\xc9','\x8e','\x50','\x42','\xde','\x52','\x73','\xc2','\xb2','\x92','\x9c','\xbd','\x2e','\xaa','\xf4','\x0a','\x4f','\x82','\x55','\x66','\xeb','\xdc','\x61','\x26','\x94','\xbd','\x0f','\x74','\x05','\x5b','\x99','\x90','\xee','\x84','\x72','\x67','\xec','\x7b','\xc1','\x4e','\x05','\x28','\x2d','\x05','\xd1','\xa7','\xc8','\xd5','\xf2','\x94','\xe6','\xf3','\xee','\x9b','\xd0','\xa7','\x00','\xa1','\xb5','\x9c','\x5a','\x22','\x89','\xc9','\xd7','\x3a','\x66','\xbd','\xb2','\xa7','\x60','\x45','\x01','\x8e','\x35','\x61','\xeb','\x67','\xc6','\x92','\x3d','\x1f','\x26','\x11','\xc9','\x87','\x77','\x7a','\xa5','\x98','\x1c','\x9b','\x02','\x90','\xbb','\xdf','\xcc','\xe4','\x69','\x0a','\x2a','\x1b','\x39','\x96','\x72','\xce','\xc7','\x5e','\xe0','\xe4','\xa6','\x54','\xef','\xfe','\x9a','\x41','\x09','\xb8','\xdd','\xda','\x7d','\x3f','\xed','\xdc','\x8f','\xb5','\x25','\x17','\xd0','\x24','\xac','\x5f','\x00','\xd0','\x30','\x27','\xae','\x30','\x21','\x23','\xcc','\xdd','\x2a','\x02','\xd0','\x57','\x0c','\x0e','\xd2','\x1b','\x94','\xd4','\x89','\xd0','\xb0','\xd8','\xe3','\xd9','\xf1','\xb5','\x8a','\x37','\x38','\x5c','\x0b','\x11','\x7c','\xfb','\x4b','\xa7','\x77','\x70','\xb1','\x52','\x80','\x06','\x2c','\xe2','\x80','\xd6','\xa2','\x4e','\x13','\x3d','\x69','\xda','\x05','\x31','\xdc','\x69','\xa3','\x88','\x88','\x0e','\x0a','\xbb','\x49','\xa8','\x9b','\xda','\xc9','\xff','\x0c','\x70','\x73','\x02','\x31','\x14','\xc2','\x36','\x9a','\x0c','\xac','\xaa','\x86','\x90','\xfd','\x1c','\x04','\x82','\x93','\x1b','\x27','\xc5','\xd5','\xba','\x9f','\xa0','\x18','\x37','\x5c','\x78','\x7c','\x7f','\x04','\x94','\x5c','\xe0','\x1f','\xf0','\xf2','\x43','\x2b','\x3a','\x53','\x60','\x96','\xc2','\x8f','\xfa','\xd8','\x3b','\x59','\x4d','\x17','\xc0','\x03','\x24','\xe0','\xad','\x0a','\x9e','\x94','\x76','\xdc','\xf3','\x8e','\xfb','\xbd','\x9a','\x95','\x54','\x73','\xe8','\x0f','\x30','\xc1','\xaf','\x24','\x15','\x86','\x80','\x70','\x9e','\x09','\xf6','\x7c','\x22','\xcd','\x0f','\xc6','\x37','\x8f','\x7d','\xb7','\xe7','\xa9','\x24','\x0c','\x29','\xe7','\x0b','\x81','\x1f','\x2b','\xec','\xc0','\xc7','\x67','\x72','\xa5','\xfd','\xa5','\xf8','\xee','\x80','\xc4','\x6c','\xeb','\x59','\x3a','\x6b','\xf6','\x53','\xf6','\x79','\xa6','\x1c','\x1e','\x64','\x70','\x09','\x37','\xb0','\xff','\x39','\x4d','\x24','\x82','\xc2','\xa3','\x74','\x35','\x60','\x9b','\xbf','\x4d','\x06','\x5a','\x20','\xd4','\x8b','\x4d','\x4e','\x58','\x71','\xff','\x50','\xc3','\xc8','\xf3','\x5a','\xf4','\xae','\xb3','\x5f','\x05','\x35','\xca','\xa8','\x78','\x76','\x4b','\xb9','\x02','\x1c','\x05','\x3e','\x46','\x51','\x4d','\x29','\x21','\x6f','\x84','\xdb','\x2d','\x21','\x6f','\x59','\x41','\x92','\x24','\xce','\x46','\x09','\xb2','\xab','\xf5','\x35','\x8d','\xe4','\x57','\xfd','\x6d','\x38','\xd4','\xc5','\x99','\x9a','\x06','\x21','\x31','\x40','\x54','\xcb','\x90','\x53','\xc2','\x9e','\x0a','\xf6','\x5c','\x40','\xef','\x00','\xee','\x40','\x01','\x83','\xed','\x4e','\xd0','\x95','\xca','\xff','\x9b','\x68','\x32','\x38','\xc7','\xa6','\x18','\x27','\x0b','\xdb','\xa7','\x61','\x32','\x2a','\xda','\x51','\x9e','\x27','\xe3','\xc2','\x9a','\xab','\xf5','\x3e','\x6e','\xef','\x53','\xf7','\x0f','\xb0','\x3a','\xf7','\xec','\x4a','\x22','\x9b','\x28','\xb6','\x0c','\x51','\x77','\x4e','\x07','\xf3','\x6f','\x32','\x24','\x56','\xf7','\x9b','\x2a','\x00','\xba','\xdf','\xef','\xb8','\xdf','\xef','\xad','\x6c','\x35','\xe0','\xfb','\xfb','\x3b','\xf2','\x56','\x9d','\x1e','\x6c','\xb7','\x0c','\x4a','\xd4','\x80','\x12','\x74','\x4b','\x6b','\x66','\x1f','\x38','\xb8','\x78','\x84','\x69','\xc7','\x53','\x0e','\x57','\xd1','\x4f','\xc4','\x2e','\xc7','\xc3','\xdc','\xae','\x24','\x1c','\x06','\xb4','\x31','\x0e','\x53','\x9d','\x36','\x18','\x63','\x2a','\x88','\x44','\x77','\xef','\x66','\x6b','\xad','\x2c','\x80','\x43','\x9d','\xe2','\x5e','\x3c','\x0e','\xaa','\x0a','\x7e','\xe6','\xca','\x88','\x30','\x27','\xdd','\x59','\x93','\xbc','\x4c','\x39','\x61','\xdf','\x4d','\x51','\x94','\x29','\xd6','\xf4','\xc7','\x05','\x46','\x72','\x48','\x63','\xd9','\xac','\x27','\x4b','\x42','\x6f','\x9b','\x8e','\xdc','\xbb','\x29','\x9c','\x10','\x31','\xea','\xd8','\xd1','\xfb','\x34','\x54','\xe3','\xf3','\xe6','\x72','\xde','\x6e','\x00','\x43','\xa7','\x9b','\xc1','\x23','\xf5','\x52','\x37','\x13','\xab','\x6a','\x0e','\x7d','\xbb','\x1e','\x48','\x57','\x86','\xb0','\xc8','\xb2','\x19','\xcd','\x81','\xe8','\x9c','\x31','\xfc','\xd0','\x37','\x26','\x3b','\xf6','\x0e','\xb8','\xf0','\x55','\x45','\x69','\xae','\xbb','\x91','\x7f','\xa2','\xb9','\x8a','\x2c','\x67','\x84','\xd8','\x04','\xa6','\x44','\xc8','\xb2','\xaa','\x9b','\x01','\x7a','\x27','\x50','\xda','\x9b','\x70','\x32','\xb6','\xf5','\x16','\x50','\xb5','\xb1','\xbb','\x1a','\x85','\xbf','\x6d','\x74','\xce','\xb4','\xf4','\xa9','\x7b','\xa8','\x1e','\xca','\xb6','\x05','\x00','\x1f','\x76','\x00','\x08','\x1c','\x53','\x1f','\xbe','\x0d','\xe9','\x85','\xf0','\x97','\xda','\x66','\x22','\x33','\xfd','\xe7','\xe7','\x5b','\xde','\x2b','\xc4','\xa1','\x82','\xaf','\xec','\xb8','\x67','\xc0','\xa3','\x28','\xff','\xc0','\x61','\xe4','\x19','\x3b','\xf7','\x56','\x02','\xc7','\x71','\x19','\x18','\xe5','\xb6','\x43','\x00','\x26','\x95','\x59','\x9b','\x50','\xf8','\x68','\xc6','\x1d','\x17','\xd6','\x9d','\x0c','\x98','\xb2','\x2c','\x9b','\x23','\x26','\x61','\x02','\x0f','\xe7','\x19','\xac','\x90','\x34','\xb1','\xe6','\x66','\xff','\x5d','\x96','\xc5','\x7a','\x1c','\xb7','\x70','\xff','\x2a','\x32','\xcc','\xee','\xfc','\x50','\x03','\x3e','\x39','\x8b','\xc9','\x9b','\xc9','\x2b','\xd5','\x9d','\xa1','\x6d','\x23','\x6c','\x6f','\x19','\xb7','\xb7','\x8c','\xbc','\xd5','\xb0','\x52','\x27','\x6e','\x00','\x48','\xdd','\x58','\x23','\x9c','\x5b','\x54','\x2f','\x5e','\xde','\xca','\xa7','\x9a','\xbe','\xb1','\x3e','\xa7','\x42','\x40','\x06','\xc0','\xd5','\x01','\x03','\x67','\xae','\xa0','\x6c','\x4f','\x6a','\x42','\x48','\x60','\xec','\x28','\xa0','\xe2','\x75','\xac','\x59','\x75','\xaf','\xf2','\xdf','\x6f','\x47','\x87','\xc8','\xf5','\x23','\x89','\xb5','\x24','\x9d','\xce','\x6c','\x32','\xe8','\x83','\x63','\x18','\xa7','\x6a','\x06','\x69','\xc0','\x8f','\x05','\x3c','\xd6','\xea','\xcb','\x9a','\xb7','\x69','\xc2','\x07','\x67','\x12','\xfa','\xd4','\x93','\x2b','\x4e','\x50','\x0f','\xb8','\x9a','\x22','\xd9','\xaa','\xf8','\xe6','\xe9','\xb2','\x60','\x2f','\xfb','\x30','\x26','\xfe','\xf9','\xe7','\x1f','\xc5','\x37','\x96','\x14','\x00','\xa5','\x94','\x90','\x73','\x76','\x07','\x85','\xb6','\x6d','\xc3','\x6d','\xab','\x9e','\xdf','\x52','\x6a','\x6e','\x34','\x03','\x32','\x71','\x3b','\x3e','\x24','\xc8','\xac','\x17','\xed','\x54','\x59','\xbc','\x4a','\x11','\x09','\x3e','\x90','\xb0','\x73','\x33','\x29','\xdb','\x4b','\x27','\xcb','\x58','\x33','\xb4','\x38','\x05','\x29','\xac','\x5f','\xa2','\x04','\x1a','\x41','\xc6','\xc5','\xf3','\x44','\xbe','\x89','\x67','\xe5','\x14','\x66','\xe1','\xcb','\xb0','\xa2','\x23','\xe0','\x53','\x5f','\xb1','\xcf','\x74','\x96','\x14','\x09','\x8f','\x8e','\xed','\x72','\xd0','\x8e','\x05','\x90','\xb3','\x4e','\x62','\x1e','\xc9','\x46','\xd1','\x30','\xfb','\x3c','\x35','\x25','\x82','\x77','\x73','\x8e','\x1a','\x7f','\x10','\x16','\x2d','\x5b','\x1b','\xfe','\x7c','\x38','\x74','\x20','\x74','\x36','\x6c','\x84','\xc1','\x7a','\x22','\xfb','\xf1','\x38','\xbf','\x93','\x0c','\xc2','\x14','\x7a','\xe0','\xe3','\x0f','\x7d','\x5b','\x1a','\xa4','\xec','\x28','\xbd','\xa2','\x6e','\x15','\x3e','\xfb','\x64','\xdc','\x3c','\xbc','\x20','\xfd','\xda','\xf2','\x30','\x99','\x0c','\x88','\xda','\x1c','\x41','\x6a','\xfc','\x4c','\x4c','\x58','\x0a','\xee','\x69','\xc7','\xfd','\x1d','\xe0','\xbd','\x80','\x4b','\xc0','\x12','\x32','\xb7','\x66','\x55','\x7c','\x46','\xf9','\xfd','\x30','\x75','\x4e','\xe8','\xb3','\x3f','\x2e','\xcc','\x61','\x97','\x9c','\x45','\x7a','\x31','\x91','\x7d','\xfa','\x24','\x8d','\x6c','\xed','\x90','\xf9','\x7b','\xb1','\x13','\x32','\x25','\x1d','\xb8','\xf1','\x0a','\x94','\x00','\xd7','\xa6','\x81','\xfc','\x37','\x93','\x17','\x31','\x19','\x3b','\xc6','\xf9','\xc2','\x38','\xb9','\x38','\x01','\xa6','\x26','\x61','\x03','\x88','\x39','\x0e','\x22','\x22','\x5d','\x14','\xfe','\x81','\xf8','\x30','\xa9','\x59','\xd0','\x31','\x2f','\x02','\x90','\xfa','\x9d','\x3e','\x02','\x68','\xf2','\x96','\xba','\xa2','\x2b','\xb3','\xae','\x81','\x9f','\xdb','\x2d','\x3b','\x00','\x54','\xf5','\xc2','\x96','\x4b','\x01','\x0a','\xaa','\x6e','\x55','\xd5','\x42','\xaf','\x2f','\xc5','\x9d','\x02','\x29','\x5b','\x5b','\xf3','\xac','\xbf','\x39','\x01','\x5b','\xa9','\xa0','\x57','\x40','\x55','\xaa','\x96','\x48','\x25','\x31','\x98','\x33','\xb8','\x00','\x77','\xec','\x90','\x45','\xcd','\xb2','\x03','\xd6','\xcb','\xe5','\x15','\x7a','\x99','\x5e','\xfa','\xd9','\xf4','\x2c','\x8f','\x38','\x89','\xe7','\x17','\x13','\xba','\xd3','\x81','\xf6','\xb3','\xf5','\x51','\xdb','\xb5','\x91','\x79','\xd2','\xcc','\x1f','\x53','\x8a','\x00','\x48','\x00','\xed','\xe4','\xcc','\xb5','\x01','\xc7','\x57','\xca','\x47','\xf6','\xaf','\x05','\xe0','\x07','\x11','\x2a','\x7e','\x3b','\x67','\x12','\x87','\x4e','\x10','\x04','\x00','\x95','\x52','\xb4','\x52','\x29','\x25','\x6c','\x6f','\xb9','\xde','\x36','\x0e','\x34','\xdb','\x71','\x0f','\xe2','\x86','\x35','\x8b','\x86','\x1a','\xfb','\xce','\x44','\x53','\x73','\x5d','\xcd','\xae','\xd1','\x10','\xf4','\xc2','\x60','\x88','\x00','\x6d','\x8c','\x3b','\x72','\x94','\x2b','\x63','\x4c','\x90','\xa9','\xe5','\x94','\xd6','\x31','\x50','\x04','\x21','\x11','\x74','\x9c','\xb9','\x90','\x76','\x8f','\x73','\xfc','\xe4','\x15','\x94','\xf0','\x32','\xfa','\x4a','\x88','\xe1','\x0f','\xb2','\xf4','\x3f','\x4c','\xdc','\x47','\x18','\x04','\xc7','\x5f','\x6d','\x55','\x59','\xbc','\xdc','\x70','\x81','\x3a','\x82','\xb3','\x5b','\xf9','\x0a','\x88','\xda','\xe0','\xd1','\xd5','\x23','\xcb','\x7c','\x35','\x9d','\xfa','\x5e','\xce','\x00','\xe9','\xb4','\x10','\x41','\x11','\xea','\x39','\x77','\xf9','\xfa','\x85','\xac','\x6f','\x81','\xa1','\x7e','\xe8','\x5f','\x46','\x41','\x67','\xba','\xa2','\xcf','\x11','\x2c','\x08','\xba','\x86','\x3a','\x34','\x8e','\x90','\xcc','\x99','\x44','\x55','\x96','\xb4','\xcb','\x53','\x73','\xee','\xf6','\xfd','\xf4','\xcf','\x8e','\x7d','\xaf','\xbb','\xfa','\x6c','\xdd','\x65','\x4f','\xd2','\xf6','\x66','\x5e','\x5f','\x8e','\x82','\x6a','\xae','\x6e','\x45','\xfc','\xda','\x84','\x9a','\x96','\x78','\xd9','\xa4','\x57','\xfc','\x9a','\xfd','\x46','\x7a','\x60','\xfd','\x49','\xc2','\x8f','\x07','\xf9','\x4d','\x44','\xe7','\x97','\xf9','\x8b','\xfa','\x74','\x5c','\x1b','\x38','\x0e','\x2b','\xca','\xbe','\x8c','\x3f','\xd1','\x9a','\x2d','\x45','\xde','\x6f','\x3a','\x7d','\xd5','\xef','\xae','\x5d','\x08','\xc7','\x8e','\x1a','\xf8','\xca','\xd2','\xd9','\xa2','\xfc','\x4f','\x50','\xc7','\x5a','\x63','\x02','\x5d','\x95','\x79','\x42','\x91','\x31','\xb2','\x57','\x2e','\x34','\x15','\x67','\x06','\x9b','\x9e','\xeb','\x11','\xf3','\xb7','\xda','\x46','\xd4','\x5c','\x60','\x6f','\x5b','\xd5','\x07','\xb7','\x2d','\x23','\x6f','\xd5','\x34','\xad','\xa6','\xd3','\xfa','\x85','\x18','\xc9','\xe8','\x43','\xda','\x57','\xa6','\x78','\xe4','\xc6','\x63','\x97','\xf5','\x40','\xf5','\x06','\x07','\xaa','\x3b','\x40','\x45','\x2c','\x5e','\x0a','\xa3','\x70','\x8b','\xc3','\x40','\xde','\x52','\x73','\xeb','\x2f','\xba','\x52','\xe9','\x8e','\x11','\xbe','\xf5','\xc4','\xfd','\x44','\x3a','\x98','\x4f','\xd6','\x8c','\xcc','\x2e','\xc2','\xe8','\x86','\x85','\xbc','\xa1','\xa4','\x63','\x42','\xce','\x69','\xf5','\x6b','\x6d','\xba','\x29','\xa4','\xd5','\xf1','\xa5','\xef','\x6d','\xe2','\x64','\x74','\x5d','\xd1','\xf7','\x7a','\xb6','\x33','\x37','\x1f','\x07','\xd5','\x89','\x38','\xe3','\x20','\x92','\x5d','\x74','\x98','\x02','\x9d','\x6d','\x1b','\xde','\x01','\x06','\x00','\xc5','\x9b','\x52','\x15','\x00','\xdd','\x6a','\xc3','\x14','\xae','\x4a','\xac','\x36','\x42','\x68','\x54','\xcd','\x9e','\x97','\x58','\x2d','\x74','\xc2','\x01','\x89','\x96','\x7c','\x16','\xd8','\xac','\x1c','\x90','\xbc','\x30','\xdf','\x2e','\xd3','\x10','\xb6','\x29','\xd7','\x2c','\x17','\x9d','\x99','\x40','\x7d','\xe6','\xd5','\xba','\xae','\xf2','\x51','\x46','\x10','\x77','\x87','\xe0','\x3b','\x76','\xda','\xb3','\x1c','\xbe','\x4f','\xbe','\xda','\xaa','\x4e','\x00','\xcc','\x8a','\x4e','\x0f','\x3f','\x4f','\x18','\x96','\xfc','\xe0','\x18','\xc0','\xbd','\x97','\xe7','\xb1','\x30','\x1e','\x88','\x99','\xfb','\x48','\x8c','\xf0','\x75','\xb0','\xc4','\xa2','\x9a','\xf0','\xd5','\x5d','\x36','\xa8','\xaf','\x4d','\x21','\xce','\x94','\x23','\x46','\xbb','\x73','\x68','\xf2','\xdd','\xa4','\x71','\x88','\x5d','\xd8','\x87','\x79','\x06','\xa8','\x87','\xec','\x4e','\xdf','\xfe','\xd0','\x1f','\x42','\xd3','\x6e','\xeb','\xe3','\xf8','\xe4','\xf3','\xf8','\x5a','\x81','\x7d','\xd7','\xdc','\xac','\x05','\xa8','\x8f','\x10','\x56','\x01','\x82','\xf2','\x28','\x2b','\x77','\xc4','\xa9','\xdd','\xde','\xde','\xf8','\x7c','\x73','\x35','\xbb','\xdf','\x0b','\xea','\x55','\x70','\x8b','\x01','\x2c','\x0b','\x0d','\xf3','\xaf','\x9f','\x47','\x6a','\x47','\x1b','\x75','\x5f','\xcb','\x23','\x4c','\xd8','\x05','\x0d','\xd8','\x81','\xc2','\xfb','\xc5','\x94','\x33','\x06','\xb9','\x17','\x53','\x3e','\xa0','\x58','\xdc','\x2b','\xb1','\x69','\x39','\x44','\x46','\x52','\xe5','\x1e','\x1d','\xb5','\x9a','\xac','\x3b','\x7e','\x6c','\xfc','\x34','\x66','\x7e','\x90','\xd1','\x00','\x24','\x96','\x1f','\x17','\xe4','\xf0','\x46','\x6c','\xfc','\x83','\xb4','\xe3','\xa7','\x06','\x0c','\x9c','\xac','\x19','\xe2','\xac','\xb4','\x42','\x02','\xe9','\x21','\xea','\x4b','\xad','\xdf','\xa2','\xd9','\x81','\x3f','\x36','\xd2','\x12','\x4f','\x5f','\x25','\x83','\x47','\x25','\x3d','\xd2','\x7c','\x8d','\x1c','\xb5','\xe2','\xe1','\x52','\x86','\x11','\x01','\xd6','\xc8','\x44','\xac','\x8a','\xad','\x38','\x35','\x10','\x4f','\x6f','\xc2','\x27','\xe4','\x39','\x6f','\xf5','\xbc','\xcf','\xb6','\x79','\x80','\x14','\xf0','\x23','\xb8','\xa5','\x2b','\x9a','\x31','\x99','\xfc','\x9b','\x46','\xd5','\xcf','\x01','\x87','\x62','\xc9','\x41','\x78','\xca','\x04','\x4e','\x8c','\x54','\xb8','\x5e','\x92','\x0a','\x80','\x4a','\xf5','\x10','\x0b','\xe2','\xba','\x53','\x95','\x53','\xb3','\x26','\x21','\x70','\x21','\x14','\x69','\xb4','\xd2','\x53','\xbc','\xd2','\x34','\xb6','\xf7','\x67','\xa3','\xe0','\xcb','\xf9','\xdc','\xa3','\x74','\xc2','\x14','\x74','\xa8','\x24','\x33','\xe3','\xa5','\x5f','\x14','\xe8','\x08','\x9b','\xb0','\x8e','\x2e','\xe0','\xc1','\x4f','\x03','\x46','\x76','\x03','\x60','\x76','\xfa','\xc0','\x9a','\x60','\x77','\xf0','\x53','\x03','\x8a','\xbc','\xd1','\xa2','\x1b','\xbd','\x6f','\xa6','\xf2','\x68','\xd5','\xec','\x9c','\x8b','\xba','\xde','\xa4','\x3d','\x08','\xa4','\x1e','\xdf','\x44','\xd7','\x65','\xe6','\x01','\xdf','\x08','\xb9','\x8b','\x50','\xef','\xf7','\xbb','\x73','\x81','\x7d','\xbf','\xdf','\xb1','\x6d','\xb9','\x55','\xb8','\xd9','\x8d','\x5a','\xfb','\x3f','\xa0','\x9e','\x9c','\xeb','\x55','\x71','\x26','\x4e','\xfa','\x10','\x90','\x9c','\x17','\x38','\xf3','\x5e','\x94','\xd5','\xff','\xb9','\x87','\x11','\x43','\x06','\x97','\x44','\x41','\x36','\x6d','\xa7','\x4b','\xfb','\xa4','\x6d','\xc0','\x88','\x2d','\x63','\x50','\xf2','\x25','\x99','\xe1','\xf2','\xd3','\x15','\x53','\x8a','\xfa','\xb9','\xc3','\x52','\x27','\xa3','\x57','\x7f','\x86','\x76','\xc5','\x04','\x58','\xcd','\xa2','\x3a','\xa0','\xb4','\x9e','\xd2','\xbc','\x88','\xc4','\xc6','\x16','\xe7','\x0c','\xec','\x39','\xe4','\x3f','\x09','\xe3','\x65','\x0e','\xb9','\x3e','\x33','\xec','\x12','\x8d','\x95','\x4a','\x03','\x19','\xa7','\x0f','\x0b','\x73','\x38','\x5b','\x62','\x15','\xf0','\xdc','\x7d','\xc7','\x1f','\x54','\x58','\xcf','\x06','\xad','\xe4','\xa5','\xbc','\x72','\x1e','\x9e','\xbe','\x00','\x9c','\x3c','\x20','\x9b','\x7f','\xe8','\x9b','\xd3','\x62','\xde','\xcc','\x14','\x72','\x3d','\x0a','\x66','\xc3','\x39','\x10','\x64','\xdf','\x8f','\x3c','\x60','\x0d','\x8e','\x44','\x7e','\x51','\xb5','\xb1','\x4f','\xa5','\x9e','\xeb','\x24','\xc2','\x3d','\x53','\x35','\x87','\x6b','\x91','\x4a','\xe9','\xc2','\x6b','\xd0','\xb7','\xbe','\x6a','\x97','\x20','\x92','\x15','\xae','\x80','\x31','\x95','\x0d','\x8e','\x7b','\x54','\x51','\x3d','\x94','\x92','\xf5','\x29','\xd6','\xc5','\x28','\xa1','\x34','\xfb','\xb0','\x22','\x91','\x71','\x8f','\x6a','\x5d','\x08','\xf9','\xac','\x30','\x81','\x0d','\xcf','\x3e','\x09','\x6b','\xf9','\x61','\xb3','\xe7','\xd6','\xdf','\xee','\xcc','\x8a','\x01','\x92','\xf3','\xfc','\xcd','\xe2','\xa5','\xe3','\x87','\xbf','\x59','\x15','\x9c','\xf1','\x66','\xc2','\xf4','\x6c','\x90','\x93','\x0f','\xa6','\xdc','\xc3','\x74','\x58','\x01','\xaf','\x13','\x19','\xe7','\x25','\xf9','\x4a','\x68','\x4c','\x34','\xba','\xc9','\xab','\x19','\xcd','\xe4','\x8b','\x14','\xcb','\xfe','\xad','\x1f','\x8c','\xf9','\x59','\x28','\x7f','\x9f','\xaf','\xab','\x4c','\x46','\x8f','\x6f','\x62','\xf6','\xd6','\x92','\x46','\xa2','\x0a','\x78','\xb6','\xad','\x2e','\x84','\xab','\xd3','\x83','\x70','\x86','\xc7','\x25','\x3d','\xb3','\x81','\x22','\x0c','\xe7','\x82','\x9c','\xae','\x26','\x65','\x96','\xe3','\x44','\xed','\xae','\xc0','\xb4','\x77','\xb9','\x2b','\xfc','\x8f','\x88','\xd5','\x31','\x42','\x49','\x8c','\x94','\x18','\x89','\x6a','\x78','\xcd','\xc7','\x27','\xab','\x6d','\x36','\xf0','\xdb','\x79','\x15','\xfe','\x2c','\x0a','\xba','\x97','\x5d','\x58','\xa8','\x16','\x64','\x49','\xf9','\x40','\xdf','\xc9','\x69','\xa0','\x26','\x11','\xea','\x0e','\x9f','\x39','\xd3','\x6f','\x00','\xcf','\xa8','\x82','\xf4','\x16','\xf3','\xe3','\x8b','\x55','\x4f','\xb3','\x01','\x12','\xa9','\x26','\xd7','\x2d','\x7c','\x4c','\x7c','\x8d','\xbb','\xd2','\xe7','\x8c','\x9e','\xec','\xa6','\xf5','\x74','\xa2','\x76','\x7d','\xae','\xd4','\x55','\xbc','\x5e','\x14','\x1a','\xdf','\x09','\x29','\x00','\x7a','\x7f','\x7f','\x77','\x67','\x34','\x6c','\x45','\xe4','\x80','\x1a','\xb5','\xca','\x30','\xa8','\x09','\xa0','\x50','\xe3','\x50','\x1c','\xb2','\x5f','\xae','\x28','\x73','\x32','\x31','\xdb','\xf3','\x19','\xf6','\x89','\x34','\xf0','\xa8','\x59','\x18','\x7e','\x2c','\xdd','\xe1','\x3e','\x9b','\xf6','\xce','\xf4','\xfb','\x61','\x41','\xe6','\xdd','\x74','\x94','\x21','\x63','\xc8','\xd2','\xe5','\xdd','\x1f','\xa6','\xbc','\xad','\x81','\x85','\x4b','\x79','\x2d','\x0b','\x65','\x41','\x8f','\x3d','\xb7','\xe3','\x46','\x61','\x50','\x8e','\x4c','\xa6','\x0e','\x01','\x55','\x86','\x57','\x98','\x90','\x0c','\xf8','\x64','\x93','\xc8','\xf4','\xbc','\x95','\x51','\x70','\x04','\x01','\xe9','\xe4','\x0e','\xf5','\x8b','\x4a','\xc4','\x15','\xec','\xe0','\x4b','\x72','\x31','\x52','\x4c','\xc0','\xe4','\xf9','\x43','\x3f','\xf4','\xa9','\x34','\x55','\xce','\xda','\xde','\x84','\x99','\x93','\xb3','\x78','\xaa','\x54','\x19','\x81','\x93','\x44','\xf8','\x89','\x20','\x6c','\xfc','\x76','\xbf','\x17','\xbd','\x81','\xbd','\xb4','\x33','\x7c','\x92','\xf4','\xef','\x1c','\xe6','\x4b','\xde','\xfe','\xa8','\x22','\x1b','\x45','\xd6','\x0c','\x28','\x3e','\x52','\x30','\x09','\xff','\x88','\x36','\x65','\x34','\xb2','\x08','\x40','\x42','\xd2','\x1a','\xbc','\xbf','\x34','\x3b','\x51','\x16','\xc8','\x50','\x97','\x9b','\xfa','\x69','\x56','\x91','\xa9','\x26','\xdd','\xbf','\x3d','\xad','\x24','\x1e','\x8d','\xc1','\x47','\xe9','\x22','\x58','\xe8','\x40','\xd6','\x64','\x3b','\x03','\x84','\x1f','\x28','\xd3','\xca','\x7b','\xd4','\xc3','\xf4','\x91','\x24','\xcc','\x2e','\xd0','\xb0','\xc9','\x6b','\xa6','\xf5','\xd5','\xb4','\x14','\xf8','\x88','\x19','\xac','\xde','\xe5','\x53','\x0b','\x99','\x32','\xe9','\x6e','\x4f','\xbe','\x65','\x6c','\x1b','\xb5','\x7b','\x22','\xa9','\x7b','\x7c','\xb3','\x79','\x86','\x32','\x4d','\x49','\x07','\x24','\xfb','\xe1','\x67','\xce','\x9d','\xd8','\x3a','\x65','\x06','\x76','\x54','\x0e','\x97','\x38','\x81','\x73','\x53','\x60','\x99','\xc0','\x09','\xee','\x2e','\xa2','\xfa','\xa9','\xf4','\x6b','\x37','\x8e','\x4c','\x19','\xff','\x60','\xf2','\x2a','\x87','\x00','\x49','\x01','\xac','\x1d','\x68','\x50','\xea','\xa0','\x47','\xce','\xed','\xcc','\x4d','\xdb','\x24','\xb1','\x1e','\x57','\x77','\xf1','\xd8','\x67','\xca','\x0c','\x7f','\x7a','\x40','\x98','\x9e','\x19','\x03','\xd4','\x3f','\xe8','\xef','\x09','\x1c','\x76','\x3f','\x74','\xe1','\x7b','\x65','\x77','\x6d','\xe3','\x28','\x08','\x36','\xa3','\x68','\x50','\xb0','\x19','\xa5','\xba','\x38','\x75','\xf4','\xcf','\x3f','\xff','\x60','\x9f','\xbc','\x77','\x67','\x80','\x44','\xd9','\x75','\x17','\xa1','\x72','\x3f','\xf7','\xe3','\x76','\x90','\x08','\x5d','\xd3','\xb6','\x55','\x0f','\x35','\xb6','\xcc','\x63','\x58','\x65','\x67','\x9f','\x86','\x8d','\x7f','\x99','\xe9','\xac','\x98','\xfc','\x2a','\xf8','\xc5','\x74','\x5d','\x87','\x18','\x0e','\x33','\x20','\xd3','\x2b','\x44','\x96','\x49','\x4f','\x00','\x8e','\xbc','\x9e','\x6d','\x9d','\xc4','\xc9','\x2c','\x71','\x17','\x42','\xde','\xae','\xae','\x48','\x10','\xcd','\x37','\xb6','\xbf','\x16','\xc7','\x27','\xa4','\x75','\x6c','\xdf','\xb8','\xb4','\x01','\x10','\x05','\xb6','\x28','\x47','\xe4','\x5f','\xb9','\xf8','\xad','\x5e','\x8c','\x02','\x2e','\xd4','\xcb','\xd7','\xf6','\x48','\x59','\x05','\xb7','\x99','\x5d','\x8c','\xe6','\x0d','\xae','\xd5','\xc2','\x14','\x5d','\x4c','\x51','\xc6','\x55','\x00','\xf2','\xbc','\xd4','\x63','\x25','\x13','\x0a','\x06','\xf3','\x90','\xee','\xea','\x3e','\x26','\xa0','\xfc','\xb8','\x57','\x93','\xbe','\x47','\x92','\x98','\xa4','\xe6','\xcb','\x39','\x19','\x0b','\xaf','\x10','\xc4','\xdf','\x98','\x5e','\xa9','\x43','\x7d','\x4f','\xf2','\x63','\x76','\xda','\xef','\x93','\x79','\x3d','\x53','\xee','\xa6','\xa9','\x12','\x74','\x32','\xf6','\xa1','\x72','\x60','\x82','\x9b','\x08','\x84','\x84','\x4c','\x05','\x44','\xb9','\x29','\x15','\xa5','\x3a','\x49','\x78','\xdf','\x41','\x00','\xfa','\xc2','\x19','\xbb','\xdd','\xe0','\x7e','\xbf','\xdb','\x85','\xde','\x7a','\x58','\x4b','\xeb','\xe4','\xa2','\x05','\x89','\xea','\xec','\xcf','\xb9','\x07','\x19','\x71','\xa2','\x97','\xa4','\x7d','\x81','\x28','\x34','\xe8','\x64','\x0e','\xf3','\x3a','\x55','\xbf','\xbb','\x32','\xa3','\xd5','\xa7','\xc6','\x1b','\xe5','\x8c','\xc5','\x99','\xbe','\x3f','\x87','\x45','\x68','\xa6','\xbc','\xf5','\x5d','\x2c','\x0b','\x41','\xd8','\xb3','\x32','\xf2','\x29','\x20','\x70','\x2d','\x30','\xab','\xa6','\xe9','\xdf','\x2b','\xdc','\xe7','\x11','\x1f','\x39','\xf3','\x42','\x3c','\x18','\xb7','\xc5','\xa7','\x71','\xdb','\x6e','\x92','\xcc','\x6c','\x12','\xf8','\x80','\x13','\xa9','\x12','\xca','\xe1','\xa5','\x6a','\xfc','\xe2','\x9e','\xdc','\x58','\x15','\x81','\x64','\xf4','\x88','\x49','\xb2','\xf6','\xab','\xb5','\x5e','\x90','\x7b','\x16','\xc1','\x5e','\x0c','\x88','\x12','\xcc','\xa4','\x3f','\x4c','\x5d','\xd8','\xe8','\x09','\xe1','\xe0','\xba','\x5c','\x64','\x6a','\xce','\x65','\x80','\x2a','\xf8','\x79','\x7b','\xab','\xd7','\x9e','\xe4','\xad','\x1e','\x83','\xa8','\x7c','\x01','\x43','\x93','\xe9','\xae','\xc3','\xc1','\x85','\xe3','\xb5','\x8c','\x06','\xf4','\xc8','\x0e','\x93','\x6d','\x29','\x67','\x45','\xa4','\x0a','\x20','\x32','\x0a','\x08','\x09','\x7b','\xeb','\x18','\xa2','\x02','\x20','\x81','\xb9','\xa0','\xa4','\x5a','\xd6','\xcc','\x4d','\x6f','\x45','\x33','\x79','\xba','\xfb','\x5d','\xeb','\x69','\x5b','\x9b','\x77','\x53','\xfd','\x60','\xf2','\xbc','\x8a','\xff','\x52','\x9a','\x31','\x02','\xed','\x3f','\x33','\x26','\x48','\x9f','\xdc','\x8e','\x8d','\x02','\x9c','\x2c','\x57','\x1f','\xb4','\x1d','\xbd','\x64','\xc0','\x51','\x43','\x46','\xe4','\x15','\x21','\xe8','\xa2','\x3e','\xcc','\xdd','\x4a','\x52','\x2c','\xa3','\xaf','\xda','\xb1','\x32','\x58','\xe3','\x28','\x13','\x91','\x3f','\xa6','\x42','\x27','\x72','\xa2','\xcf','\x0f','\x93','\x4f','\xa8','\xbb','\x9d','\x23','\x91','\xdf','\xd9','\xd4','\xcb','\x22','\xaf','\x43','\x37','\xd8','\x15','\xe1','\x57','\x2f','\x70','\xd6','\x09','\x82','\x30','\x05','\x1f','\xb9','\x16','\xd1','\xee','\xa6','\xcc','\x64','\x01','\x05','\xc1','\x33','\x27','\x1a','\xe2','\x7e','\xd6','\x31','\xd4','\x47','\x56','\x73','\xe2','\x4a','\xcb','\xd0','\xa4','\xbc','\x78','\x7e','\xb8','\x50','\xc7','\xba','\x81','\x03','\x3a','\x01','\x0c','\x59','\x65','\x49','\xd2','\x58','\xca','\x90','\x61','\x40','\xb3','\x1b','\x9f','\xf2','\x5e','\x5c','\x52','\xba','\x71','\x47','\xd0','\x09','\x34','\x49','\x6e','\x10','\xa8','\x6c','\xca','\x2d','\x13','\x4b','\xd3','\x16','\x40','\xed','\xa2','\xd7','\xf3','\x65','\x5a','\x27','\xb1','\x17','\x65','\x93','\xa0','\xbc','\xe0','\xce','\xec','\xf5','\x32','\x5b','\x3b','\x0f','\xe3','\xef','\x2b','\xf4','\x40','\xe0','\x33','\x65','\xe5','\xf3','\x22','\xff','\xd0','\xbf','\x86','\xe6','\xfa','\xf6','\x69','\x14','\x00','\x93','\xdd','\x20','\xd9','\xb5','\xef','\x93','\x4e','\x76','\xef','\x09','\x00','\x27','\x80','\x39','\x01','\xc4','\xb8','\xb5','\xd5','\xc1','\xd4','\xf8','\xff','\xbe','\xef','\xd8','\xf7','\xc6','\x0f','\x9a','\xbb','\x59','\x46','\xd7','\x57','\xfc','\x01','\x57','\xfb','\x28','\xce','\x49','\x78','\x12','\xf0','\x41','\x8a','\x7c','\x56','\xe7','\x76','\x90','\x2d','\xa1','\xcd','\x0e','\x5d','\x21','\x9f','\xcb','\xe3','\xcb','\x45','\x73','\xb9','\xb8','\x22','\x51','\xe7','\x59','\xe3','\x9f','\xc6','\x53','\x7d','\x19','\xa7','\xca','\x18','\xb9','\x5f','\x46','\xa9','\xeb','\x3b','\xe2','\x33','\x93','\x24','\xb5','\x76','\x13','\x36','\xaf','\xed','\x36','\x2a','\x88','\x3e','\x5d','\xf3','\xc2','\xf2','\xdf','\x67','\x69','\xc6','\xeb','\x9e','\x05','\x3a','\x7f','\x03','\x7d','\x74','\xec','\x0d','\xe3','\xdc','\xe0','\x9e','\xa6','\x10','\xc8','\x82','\x9c','\x7a','\x6c','\xed','\x3a','\x73','\x07','\x3f','\xa9','\xcf','\x73','\xd9','\x05','\xda','\xb6','\x84','\xb7','\x5f','\x19','\x6f','\xff','\xd9','\x70','\x7b','\xcb','\x48','\x39','\x39','\x25','\x57','\x45','\xf0','\xac','\x4c','\x0b','\x3a','\xad','\xab','\x19','\xbb','\xe2','\x34','\x41','\xd5','\xc6','\x94','\x00','\x2a','\x2d','\x8b','\x84','\xb6','\x24','\xa3','\xe9','\xd6','\xb1','\x5d','\x2a','\x08','\x2a','\x8c','\xd2','\xea','\x33','\x5b','\x94','\x79','\xa5','\xe8','\x7d','\xe9','\x70','\x9d','\x29','\x7f','\xe6','\x9c','\x54','\xed','\x33','\x40','\x4d','\xd9','\x60','\xc0','\x0e','\x7a','\x5f','\x8e','\x67','\x77','\x3a','\xd8','\x01','\x31','\x92','\xf0','\x64','\x49','\x3a','\x82','\x95','\x03','\x24','\x48','\x93','\x77','\xc0','\x09','\x8f','\xb5','\x2f','\x66','\x63','\x66','\x45','\x84','\xc9','\x4e','\x93','\xe9','\x53','\x3a','\x29','\x2e','\x01','\xdb','\x96','\x87','\xb2','\x9d','\x3a','\x41','\xc8','\x39','\xeb','\xe1','\x21','\x4d','\xab','\x0d','\xa8','\xda','\xea','\xf3','\xc2','\x5e','\xa5','\xb1','\x6d','\x68','\xfe','\xfe','\x51','\x7a','\x60','\x34','\x2e','\xc1','\x8f','\x05','\x16','\xba','\x22','\x72','\xce','\xf9','\x7b','\x08','\x8f','\x94','\x1c','\x92','\xd6','\x77','\x41','\x02','\xda','\x67','\x1e','\xbf','\x0d','\xe1','\x27','\xf1','\x04','\x2c','\xa8','\x17','\x94','\x26','\xed','\x74','\x6c','\x5b','\x09','\xda','\x38','\xa5','\x0b','\x63','\xcb','\x6c','\xc1','\x8f','\x6e','\xb7','\xf7','\x6d','\xe6','\xba','\xf5','\xed','\xd1','\x56','\x3d','\x84','\xd8','\x81','\x8d','\x7c','\x92','\x56','\x8e','\xe7','\xa9','\x05','\x08','\x29','\x84','\x37','\x52','\xd7','\xc6','\x0e','\x1b','\x8b','\xe3','\xea','\x92','\x05','\x44','\x56','\x25','\x60','\xef','\x65','\x84','\x86','\x30','\x91','\xc2','\x3d','\x05','\x87','\xcb','\x58','\xe6','\x99','\xe2','\x4b','\xf2','\x6d','\x1a','\x74','\xb3','\xc3','\xb4','\x0e','\x03','\xc6','\x78','\xb6','\xe3','\xff','\x3e','\xfa','\x6b','\xf5','\xa0','\xa8','\x25','\xc7','\x73','\x92','\x38','\xae','\xfb','\x30','\xfc','\x9d','\xb6','\x4a','\x21','\xec','\xd9','\x25','\xa9','\x9d','\xbb','\x15','\x62','\x50','\xe9','\xb6','\xde','\x94','\x00','\x20','\xb5','\x67','\x42','\xba','\x03','\x29','\xd5','\xdb','\xd7','\xcb','\x5e','\x77','\x71','\xdd','\x19','\x4a','\xc3','\x12','\x22','\x37','\xa7','\x56','\xce','\xe1','\x4c','\x53','\xe0','\xfb','\x6c','\xfe','\xd3','\xe7','\x41','\x1b','\xb7','\x95','\x1f','\xaa','\x6c','\x2b','\x0f','\xc5','\x79','\x47','\x69','\xd8','\xcf','\x96','\xcd','\xcf','\x16','\x4f','\x8e','\x1a','\xd3','\x86','\x27','\x5f','\xc7','\x9e','\xac','\x67','\x06','\xae','\x6c','\x43','\x3e','\x86','\x9f','\x50','\xab','\xaa','\x01','\xab','\xc2','\xd3','\xeb','\x9f','\xd6','\x8e','\xb3','\x45','\x46','\x4d','\x86','\x7d','\x27','\x8c','\x0c','\x77','\x2c','\x82','\x55','\x7c','\x5a','\x27','\x3e','\x63','\x50','\x74','\xc4','\xa1','\xa2','\xa7','\xc2','\x97','\x50','\x48','\x93','\xcd','\xf3','\x79','\xa9','\x06','\x29','\x7e','\x52','\xae','\x99','\x40','\x5a','\xa7','\x5f','\xc5','\xd0','\x98','\xc7','\xd8','\x0c','\x76','\x3f','\xf0','\x3a','\xf9','\xcd','\x25','\x31','\x11','\xaa','\xbc','\xc0','\x16','\x2d','\x19','\x53','\x57','\x7b','\x0e','\x24','\x51','\xd5','\xff','\x6e','\xbf','\x32','\xde','\xfe','\x7b','\x53','\x17','\xd7','\xee','\x6c','\x9d','\x95','\xd1','\x2c','\xf2','\xb5','\x2b','\xb8','\xa7','\x40','\x57','\x14','\x5b','\xf3','\x7a','\xaa','\x3f','\x53','\x88','\x83','\xba','\xa3','\x01','\x94','\x36','\x27','\x08','\xa5','\x74','\x67','\x0d','\xd5','\x24','\xae','\xed','\x7a','\xec','\x84','\x92','\x08','\xe9','\xe0','\x6e','\xa0','\x33','\x20','\x34','\xeb','\x9f','\xc3','\x71','\xb1','\x48','\xe8','\x52','\x5c','\x0d','\xec','\xdb','\x51','\xf9','\x49','\x5b','\x69','\xd2','\x4b','\x44','\x93','\xec','\xec','\x74','\xdd','\x9c','\x52','\x38','\xc3','\x63','\xd2','\xeb','\x4b','\x5f','\xe4','\xe6','\x43','\x65','\x35','\xf3','\x59','\x1d','\x77','\x75','\x84','\x8f','\x2f','\xeb','\x74','\x85','\x48','\x46','\xf6','\x8a','\xe9','\x8c','\xe1','\x2f','\x24','\xe9','\x1e','\x6c','\xfd','\xf2','\x96','\x87','\xfe','\x8f','\xd8','\x46','\xdf','\xcb','\xc3','\xfd','\x7e','\x77','\x36','\x72','\x7a','\x70','\x88','\xa1','\x97','\x11','\x8d','\x85','\x08','\x2d','\x65','\xbf','\x85','\xdf','\x2a','\x64','\x11','\xb6','\xfc','\x87','\x49','\x10','\x25','\xd0','\x67','\xd2','\x1c','\x0c','\x1c','\x61','\x1f','\xbf','\x2b','\x64','\xa4','\xbb','\x28','\xf6','\x86','\x08','\x96','\x71','\xf4','\xe4','\x57','\xe9','\x0d','\xdf','\x87','\x6f','\xbe','\x60','\x85','\xa1','\xae','\x3b','\x07','\xe5','\x9b','\x00','\x3b','\xb1','\xfa','\x0e','\x0c','\x9c','\xb0','\x16','\x37','\x93','\x0a','\x7c','\x18','\xa0','\x5c','\x5d','\x62','\xa6','\x9c','\x90','\x9a','\xbb','\x4b','\x4a','\x1d','\xbc','\xe8','\x4e','\x4e','\x41','\xf5','\x1e','\xb5','\x37','\x2f','\x81','\xf2','\x1d','\xd7','\xc8','\x4e','\xd6','\x64','\xea','\xc0','\x6d','\x6b','\x31','\x1e','\xc3','\xeb','\x06','\x1f','\x3d','\x1f','\x22','\x1f','\xa2','\x41','\xa8','\xfe','\x5d','\x1a','\xe0','\x4b','\x40','\x83','\x70','\x78','\x52','\x3d','\x77','\xa9','\xf0','\x4c','\xa2','\xe1','\x4a','\x58','\x8d','\xf0','\x65','\x93','\xe4','\x87','\x5e','\x4e','\xa3','\x28','\x19','\x94','\xa1','\x95','\x8e','\x75','\x42','\x2b','\x37','\xd5','\xba','\x5b','\xaa','\x08','\x01','\xed','\x22','\x62','\x6e','\x73','\xaf','\xda','\xd6','\x67','\x71','\x7f','\xdb','\xee','\xde','\xa0','\x9d','\x41','\x77','\xc2','\xde','\x56','\x62','\x4b','\x29','\xba','\x5b','\xdb','\x12','\xc6','\x6c','\x3c','\xaa','\xb9','\xce','\xb5','\x62','\xfb','\x22','\x47','\x86','\x39','\x49','\x24','\xea','\xfd','\x11','\x3f','\xf4','\x80','\x8b','\xbc','\xa6','\x3c','\x9e','\x16','\xfd','\xc0','\x43','\xda','\xca','\x9d','\x5c','\x39','\x26','\xca','\xc3','\x22','\x6b','\xc4','\x6f','\x86','\x51','\xd8','\xb4','\xa8','\x3f','\x76','\x45','\xc4','\x98','\xb1','\xcc','\xd8','\x5a','\xe7','\xd3','\x35','\x17','\xef','\x60','\xa6','\x25','\x74','\x70','\x89','\xac','\x2d','\xe3','\xbc','\xe0','\x6b','\x04','\x73','\xa5','\xbf','\x5d','\xfd','\x0f','\x64','\xed','\x53','\x34','\x51','\xd4','\x1f','\x2c','\xd1','\x71','\xe2','\x2e','\xfc','\x07','\x69','\xda','\x8c','\x6b','\x24','\x71','\xd6','\xfc','\x6a','\xb5','\x42','\x40','\x62','\x80','\xa9','\x2b','\x9d','\x1e','\xf8','\x90','\xea','\x07','\x44','\x40','\x6a','\x8e','\x0e','\x6e','\xb7','\x8c','\xdb','\x6d','\x04','\x3f','\x9a','\x79','\x58','\x3c','\x5d','\x9b','\xbf','\xc6','\xc9','\xa9','\x0c','\xc7','\xfe','\x01','\x70','\x6c','\x3a','\x27','\x05','\x27','\xc8','\xb1','\x8c','\xe2','\xca','\x95','\x88','\xc0','\xcd','\x52','\x29','\x65','\xae','\xff','\x98','\x50','\xc0','\x40','\x31','\x57','\x64','\x3c','\x39','\xc0','\xa6','\xb1','\x2e','\x76','\xfd','\x4a','\x8f','\x9b','\xe9','\xbe','\xba','\x1b','\x9c','\x49','\xaf','\xbe','\x91','\xc5','\x67','\x71','\x5a','\xa0','\x6e','\xc9','\xdb','\xd9','\x4d','\x01','\x41','\x63','\xd9','\x26','\x8a','\xf7','\xf0','\x2c','\x63','\x62','\xac','\xcc','\x5c','\x27','\x9f','\xa7','\xb7','\x1e','\xa9','\x13','\x92','\x3a','\x46','\x9d','\x76','\x76','\x57','\xc9','\xa0','\x24','\xc7','\x1c','\xc7','\x38','\x76','\xa8','\x95','\xdd','\x3b','\x3c','\x60','\x66','\xec','\xfb','\x7e','\x0c','\x80','\xf6','\x7d','\xaf','\xc2','\xad','\x99','\x16','\xc9','\x33','\x83','\x47','\x1b','\xcf','\x99','\x50','\xb2','\xef','\xc8','\xa8','\xae','\x33','\xe1','\xb5','\x78','\x8f','\xa3','\xf7','\x5f','\x46','\xe1','\x1e','\x0c','\x1e','\xc6','\x8d','\x79','\x14','\x80','\xd1','\x81','\x90','\xdb','\xf5','\xb1','\xcc','\xd8','\xc6','\x9f','\xcc','\x0e','\x9e','\xbd','\x1b','\xf2','\x65','\xc4','\x27','\x36','\xff','\x55','\xa6','\x66','\xca','\xb5','\x88','\xeb','\xc0','\x4f','\x73','\x37','\x59','\x31','\x02','\x21','\x6f','\x84','\xed','\xd6','\x7d','\xfd','\x53','\x4e','\x7a','\xf6','\x8b','\x19','\x6e','\xc7','\xa7','\xec','\x55','\xc3','\x61','\x14','\x30','\xa8','\xae','\x12','\x1b','\x4d','\xc4','\xb5','\x45','\x6b','\x1b','\x71','\x5f','\xa9','\xcc','\x10','\x1d','\xf4','\xc6','\x89','\xc6','\x54','\x77','\x83','\xd8','\xd4','\xa1','\x2a','\x02','\xa3','\xa2','\xe2','\x7e','\x47','\xf3','\xb8','\x57','\x8f','\x29','\x49','\x37','\xbe','\x04','\x7a','\x49','\x5e','\x29','\xd4','\x7f','\xe8','\x5f','\x45','\x83','\x4e','\xc8','\xe3','\x77','\x00','\x7e','\xf7','\xe2','\xa2','\x22','\xa9','\x0b','\x4c','\x76','\x9e','\xb6','\x57','\xd5','\x7c','\x04','\xcd','\x0c','\xba','\xb9','\xc9','\xa5','\xa2','\xf6','\xe4','\x29','\x11','\xf6','\x3b','\x55','\x77','\xd9','\x6c','\x0f','\xe3','\xcf','\xc1','\x8f','\xe6','\x69','\xcd','\x52','\x06','\xd9','\x31','\xe1','\x7f','\x51','\xcf','\x74','\xb2','\x65','\xd2','\x10','\xcf','\x50','\x67','\xd9','\xca','\x20','\x78','\x91','\x15','\x1b','\xe6','\x64','\x79','\x49','\x70','\x80','\xfa','\xa1','\xf2','\xf4','\x85','\x1c','\xe9','\x8c','\xfa','\xac','\x8f','\xc2','\xdf','\xab','\x76','\x64','\x56','\xf3','\x0d','\xb8','\x71','\xe7','\x75','\xfa','\xca','\xaf','\x07','\x04','\x7d','\x61','\x89','\x0f','\xbc','\xe5','\x8c','\xa2','\xca','\x9f','\x15','\x99','\xc9','\xc4','\x47','\xe9','\xd5','\xd8','\xe7','\xf7','\xd1','\x5a','\x63','\xa4','\xf0','\xd0','\xe7','\xcc','\x0b','\xb3','\x0e','\x20','\x08','\x00','\x90','\x44','\xc4','\xd6','\x00','\x6e','\xa7','\xb0','\xc9','\xc4','\x44','\xe8','\x8e','\x04','\x6e','\xf5','\x9f','\x78','\x79','\x1b','\xc8','\x8c','\x71','\xc1','\x42','\x4e','\xad','\xd1','\x89','\xe3','\x67','\xd1','\x70','\x9c','\xe1','\xc1','\xb9','\x22','\xd5','\xa3','\x04','\xa3','\x87','\x32','\x88','\xb8','\x82','\xa3','\x44','\xa0','\x0c','\x64','\x24','\x94','\xcc','\xa0','\x22','\xbb','\xda','\xb2','\x5c','\x6c','\x27','\x3a','\x1e','\x6a','\xf7','\xa3','\x28','\x53','\xe5','\x7f','\x15','\x50','\x2b','\xd1','\xf5','\x1d','\x75','\x41','\xad','\x56','\x56','\xe4','\x77','\xe8','\x52','\x3f','\xc3','\x23','\x2e','\xc7','\xbb','\x2b','\xe9','\xf6','\xbf','\xaa','\x9f','\x7d','\xf1','\x99','\xc2','\x9c','\x76','\x45','\xb2','\xe3','\x32','\xf4','\x71','\xd4','\xa7','\x96','\x14','\x65','\x8e','\x6b','\x80','\xa3','\x88','\xf3','\x38','\x84','\xe0','\xc9','\x70','\x56','\x98','\x06','\x9e','\xae','\xf0','\x1c','\x02','\x14','\xbb','\x58','\x7a','\x7f','\x7f','\x3f','\x76','\x82','\x30','\x34','\x88','\x74','\x4c','\x14','\x58','\x13','\xf4','\x42','\xe6','\x3f','\x0a','\x1f','\x86','\x6f','\x8b','\x81','\xff','\xd9','\x3b','\x3f','\xb3','\xf3','\x3f','\x87','\xf6','\xa9','\x3a','\x80','\xfa','\x48','\xe2','\x38','\xe1','\x27','\xe1','\x07','\x00','\x05','\x60','\x65','\x46','\x70','\xc9','\x16','\x98','\x27','\xe9','\xc1','\x4c','\x4e','\x99','\xdf','\xc3','\x96','\xdb','\x78','\x98','\x8d','\xc4','\x0c','\xae','\x01','\x1f','\xb1','\xa3','\x05','\xd5','\xcb','\x11','\xb7','\xb7','\xba','\x02','\xb4','\x6d','\x19','\x69','\xb3','\x1e','\x5f','\xb8','\xda','\xb3','\x11','\x40','\xa9','\x99','\xbe','\xb5','\xb8','\x19','\xb2','\x35','\x54','\xc3','\x16','\x98','\x74','\xd9','\x3c','\x17','\x06','\x8a','\x9c','\x01','\x12','\x44','\x04','\x80','\xba','\xbb','\x6a','\x5f','\x05','\x36','\x20','\xa8','\xef','\xec','\xd4','\xb0','\xed','\x37','\x77','\xa0','\x1d','\x01','\x89','\x9e','\x4f','\x3b','\x9b','\xac','\xcf','\x8e','\x39','\xb6','\x7a','\x5f','\x07','\x73','\xa3','\xb6','\xfa','\x60','\x06','\x32','\xc6','\x8e','\xa6','\x83','\x0c','\xc0','\xbf','\xd4','\x14','\xee','\xaf','\x27','\x87','\x60','\x80','\x19','\x47','\x77','\x5f','\x16','\xc1','\x64','\xdc','\xfb','\x77','\x1d','\xd4','\x38','\x9a','\xf2','\xf1','\xf6','\xa0','\x07','\x46','\xda','\x9b','\xc6','\xa8','\x93','\x98','\xc4','\x51','\x55','\xbe','\xd5','\xec','\x04','\x00','\xf6','\xca','\x5c','\x44','\xf8','\xb2','\x4b','\x7a','\x1c','\xbc','\x0a','\x82','\xe2','\x1d','\x5c','\x21','\x6e','\xfd','\x2d','\xf3','\x89','\x5c','\xb9','\x66','\x34','\x08','\xf8','\x88','\x62','\x4e','\x23','\x85','\xe8','\x3c','\xba','\xcf','\x9f','\xc9','\x2d','\x6f','\xfd','\xd0','\x2a','\x61','\x18','\x35','\x1f','\x28','\x18','\x43','\xbe','\xe4','\x1f','\x86','\x9d','\x1d','\x57','\x9e','\x7e','\x66','\x23','\x89','\x72','\xa5','\x45','\x68','\x0d','\x20','\x03','\x83','\xeb','\x5f','\x32','\xe7','\x3a','\xad','\xd7','\x40','\x5d','\x91','\x35','\x7c','\x6c','\x90','\x19','\xae','\x80','\xfe','\xfd','\x99','\xfc','\x3a','\xeb','\x86','\x97','\xd0','\x6c','\x5c','\x3f','\x7a','\xc8','\xe6','\x72','\x78','\x9a','\x3e','\x1e','\x86','\x5e','\xf1','\x68','\x37','\x05','\xce','\xf2','\x0f','\x0c','\xe0','\x11','\x25','\xbe','\x8d','\x05','\xbf','\xfb','\xd3','\x95','\x6e','\xbd','\x07','\xa8','\x5d','\x76','\xea','\xcc','\xde','\x4c','\x5e','\x0a','\xbe','\xe5','\x1d','\xa1','\x39','\x2a','\xe2','\xae','\x1b','\xc5','\x89','\x4c','\xf2','\x77','\x3e','\x7e','\x2e','\x0f','\x0e','\xd9','\xda','\x6a','\xf3','\x22','\x11','\x81','\x53','\x02','\x71','\xa9','\x06','\xbb','\xcc','\x80','\x98','\xc5','\x51','\x57','\x94','\xd9','\xb6','\xec','\x45','\x1c','\x34','\x2b','\xd2','\x2c','\xce','\x5c','\x19','\xf7','\x5c','\xd0','\xea','\xbf','\xd5','\x19','\x01','\x14','\xfc','\x24','\xd3','\xf6','\x83','\x7b','\x6a','\x09','\x4f','\xd0','\x1d','\x1f','\xd1','\x65','\xc4','\xde','\x47','\xf5','\x2a','\x74','\xf6','\xbd','\xaa','\xd7','\xcc','\x35','\xf9','\x91','\xea','\x60','\xd5','\x1a','\x9f','\x5e','\xe3','\xcb','\x8b','\xb8','\xd6','\x54','\xee','\x6c','\x4a','\x39','\xd5','\x2c','\x8c','\x2d','\x37','\x1f','\x4c','\xc5','\xba','\xc8','\x32','\x9a','\xd6','\xac','\x23','\xa8','\x2e','\xe2','\x09','\xe0','\xe9','\xae','\xdd','\xc7','\x82','\x3b','\x2f','\x70','\xd6','\x01','\x82','\xbc','\x53','\x05','\xd3','\x94','\x85','\x6c','\x0b','\x85','\x21','\x63','\x15','\x37','\x5b','\xaf','\xd3','\xb1','\xfe','\xc9','\x9c','\xf2','\x21','\x57','\x96','\x91','\xcf','\x0c','\x02','\xfe','\x00','\xff','\xc4','\x77','\x66','\xe2','\xb9','\x0e','\x33','\x3a','\xc7','\x08','\x98','\xfc','\xe0','\x8e','\x69','\x9e','\xd5','\x84','\x2d','\x53','\xb2','\xb1','\x8a','\x5c','\x68','\xcb','\x7a','\xe1','\x61','\x4a','\x75','\xe5','\xe7','\x76','\xcb','\xb8','\xbd','\xd5','\xcb','\xce','\x64','\x15','\x88','\x81','\x66','\x1a','\x27','\x83','\xd2','\x6f','\x26','\xe7','\x04','\x14','\x22','\x00','\xb9','\x32','\x53','\x2a','\x28','\xd4','\xce','\x0c','\x94','\x26','\x68','\x65','\x36','\x30','\xa1','\x94','\x7a','\xc1','\x19','\xa7','\x8e','\x1e','\x2a','\x90','\x61','\x20','\xc7','\xb5','\xa2','\x3e','\xf2','\x15','\xfc','\xa0','\xeb','\x1a','\x76','\x0c','\x2a','\x18','\x72','\x7a','\x17','\xeb','\x60','\x9c','\xb5','\x99','\x4e','\x3e','\x0b','\x84','\xbe','\x44','\x62','\xff','\xd0','\x0f','\x7d','\x0f','\xaa','\x00','\xa3','\xcd','\x6b','\x3d','\xf7','\x07','\x88','\xb7','\x37','\x4a','\xd5','\x24','\xa3','\xae','\x48','\x66','\xa4','\x52','\xdf','\x81','\xda','\xe5','\xa9','\xa5','\x9e','\x0d','\xda','\xb9','\xc8','\xd9','\xe4','\x76','\x8e','\x28','\xf0','\xc8','\x07','\xf5','\xd1','\x41','\x39','\xa2','\xf0','\xf7','\x51','\xba','\x98','\xbf','\xe7','\xb9','\xec','\x05','\x73','\x2c','\xc2','\x39','\x13','\x6e','\xe1','\xd6','\x0a','\x30','\x99','\x84','\x74','\x81','\xde','\x66','\xa0','\xa6','\x4a','\x4d','\x71','\x6a','\xaf','\x53','\x32','\xdf','\x5a','\x5e','\x1d','\x28','\x77','\x33','\x9a','\xca','\xbf','\x1b','\xa8','\x03','\x55','\xb3','\x28','\x86','\x3f','\x8b','\xd1','\xc2','\x69','\xff','\x09','\x40','\x8a','\x02','\x6f','\xa8','\x1f','\xe6','\x82','\xf0','\x19','\x7a','\x36','\x1d','\xa7','\x94','\xbc','\xa8','\x2c','\x57','\xe8','\x91','\x71','\x78','\x41','\xa6','\x7c','\x5a','\xd1','\xcd','\x98','\xf2','\xe0','\x07','\x6d','\x67','\x61','\xbc','\x07','\xc8','\x95','\xfb','\x20','\x5d','\xc1','\x36','\x6a','\xed','\x43','\x76','\xe1','\xb3','\x57','\x8a','\xed','\xe0','\x82','\xec','\x7c','\xd0','\xf9','\xf8','\x8a','\xc4','\xfd','\x5f','\xad','\x43','\xbd','\x0f','\xa8','\x88','\x32','\x90','\xb8','\x2f','\x1c','\x50','\xe5','\x6b','\xd4','\x06','\xf2','\x0c','\xb8','\x9c','\x01','\xa1','\xb3','\x6f','\xb3','\xf2','\x93','\x99','\xb3','\xf6','\x3e','\x25','\x0a','\x3b','\x39','\x0a','\x7a','\xc8','\x98','\xb2','\x49','\x1f','\x99','\xf4','\x44','\xef','\x01','\xd0','\x77','\x79','\x6c','\x11','\x94','\x67','\x8f','\x0d','\x48','\xae','\x4c','\x78','\x6e','\x90','\xd1','\x0a','\xcc','\xd8','\xfc','\x78','\xf2','\xb6','\xef','\xd4','\x9d','\x24','\xff','\xd8','\xda','\x03','\x4f','\x5e','\x4d','\xde','\x8b','\x47','\x6b','\x4b','\xb7','\xdb','\x6d','\x9a','\xec','\x00','\x80','\x4a','\x29','\xc8','\x39','\xeb','\x3b','\xb7','\x09','\x34','\x11','\x08','\xb0','\xaf','\x16','\x82','\x8a','\xfa','\x08','\x19','\xa3','\x7e','\xb7','\x55','\x6c','\x15','\x0e','\x5d','\x4a','\x78','\xa4','\x29','\x8f','\xbe','\x81','\x75','\xaa','\x39','\x20','\x1a','\xce','\xe7','\x48','\xfc','\xa8','\x19','\x18','\x74','\x34','\xae','\xa4','\x2c','\xc0','\xd6','\x02','\x71','\xf9','\x73','\x38','\x6d','\x82','\x34','\xf0','\x50','\xb8','\x02','\x93','\xca','\x44','\x6a','\xff','\x6e','\xb7','\x8c','\xb7','\x5f','\x19','\xdb','\x5b','\x46','\x6e','\xce','\x0e','\x74','\x61','\x47','\x57','\x0e','\x8d','\x69','\x9b','\x03','\x56','\xcd','\x86','\x38','\x03','\xd5','\x4b','\x49','\x05','\x41','\x20','\x02','\xee','\xbb','\x8f','\x63','\x56','\x2d','\xaa','\x10','\x16','\x41','\xdb','\x26','\x7f','\x61','\xb0','\xb8','\x6d','\xb4','\x0c','\xc0','\x09','\x5a','\x76','\x0a','\x85','\x98','\x67','\xda','\x36','\x54','\x06','\x47','\x06','\x3a','\xb5','\xfc','\x6b','\x76','\x7e','\xbc','\x59','\x20','\x24','\xae','\xb7','\x2f','\xef','\x46','\xc6','\x7e','\x32','\xca','\xcb','\x87','\x47','\x75','\xc7','\x88','\x3f','\x98','\xec','\x6f','\x25','\x95','\xc2','\x2b','\x0d','\x33','\xf0','\xfd','\x89','\xd4','\x76','\x31','\x15','\xbc','\x84','\x85','\x00','\x9b','\x45','\x10','\xdc','\x75','\x17','\x80','\x55','\x69','\x70','\xab','\x89','\x0c','\xe5','\x07','\x7d','\x6e','\xa5','\x36','\xe7','\x09','\xfb','\x3b','\xe1','\x8e','\x7a','\x4e','\xb4','\x34','\xa6','\xd1','\x65','\x45','\x3b','\xf6','\x5a','\xec','\x9c','\x9c','\xcf','\xbd','\xb1','\x4d','\xc2','\xc0','\x67','\xff','\x4a','\x53','\x99','\x29','\x97','\x1f','\x99','\x2c','\xe4','\x05','\xb2','\x3b','\x73','\x18','\x89','\xd9','\xd7','\xcb','\x48','\x73','\x0e','\xe1','\x66','\x7c','\xa7','\x2b','\x72','\x47','\x65','\x67','\x55','\x94','\x54','\xb1','\x02','\x81','\x12','\x87','\xf0','\x8d','\xc3','\xcf','\x30','\x57','\x02','\xc0','\x15','\x14','\xa9','\x6c','\x51','\x19','\xd3','\xe3','\xe8','\xb1','\x20','\x19','\x70','\x97','\xda','\x71','\xac','\xef','\x61','\x75','\x5e','\x4d','\x46','\xc1','\x07','\x7a','\xd9','\xd5','\x5c','\x86','\x18','\xf1','\x88','\x41','\xec','\x9b','\xe1','\x5d','\x48','\x7b','\xf8','\x38','\x11','\x0d','\x93','\x20','\xbe','\x60','\xf1','\x3d','\x7c','\xcb','\xe9','\x98','\x3b','\xd5','\xca','\xaf','\xa8','\xed','\x26','\x88','\xcc','\xef','\x36','\x69','\xd4','\xec','\xaa','\xb9','\xb6','\x8e','\xff','\x7c','\xd9','\xcf','\xfb','\xaf','\xcf','\xe7','\xae','\xaa','\x73','\x03','\xd0','\xdd','\x5a','\xa6','\x79','\x78','\x95','\xdd','\x5f','\xee','\x3b','\x20','\x46','\xd9','\xf2','\x19','\x43','\x64','\x7b','\xaf','\xa9','\xb5','\x5a','\x91','\xbc','\xa9','\x76','\x76','\xab','\x5e','\x67','\x10','\x02','\x40','\xdc','\xd2','\xe9','\xa2','\xc9','\xce','\xfa','\x72','\x0e','\x74','\x4c','\x44','\x01','\x2e','\xba','\x58','\x61','\xce','\xeb','\x90','\xbd','\x73','\xc7','\x9b','\xb7','\x49','\x02','\xc3','\x6e','\xaf','\x64','\x6b','\xdb','\x2f','\x28','\xf3','\x7a','\x64','\x40','\x01','\x53','\xe7','\x23','\x71','\x28','\x29','\x88','\x19','\x3a','\x74','\xdd','\x26','\x91','\xfa','\xee','\x53','\x2f','\xf3','\xd0','\x28','\x36','\x73','\xfd','\x79','\xda','\xba','\xbd','\xdc','\xa6','\xe0','\x34','\x91','\x87','\x7a','\x76','\x35','\x24','\x21','\x7d','\xc1','\x46','\xc0','\xe5','\x3c','\x7a','\x81','\x13','\x7c','\x13','\xc9','\x9d','\x01','\x8a','\x4e','\x10','\xc4','\x6c','\xec','\x52','\x3b','\xd9','\xc1','\x21','\x7a','\xea','\x37','\xd7','\xdc','\x1c','\x3b','\x19','\x00','\x0e','\xa6','\x03','\xe4','\xe2','\x98','\x71','\x40','\xc1','\xea','\xef','\xb3','\xf8','\xf2','\x7d','\x00','\x2f','\x8b','\xf0','\xea','\xac','\x00','\x90','\xeb','\x76','\xf5','\x9d','\x24','\x28','\xf6','\xbf','\xcc','\xe2','\xa0','\xa0','\xe8','\x9d','\x1e','\xf5','\xa2','\xb3','\x5c','\xcf','\xfa','\xdc','\xea','\x2d','\xcf','\x02','\x76','\x6b','\xce','\x06','\xf0','\xb4','\x01','\x29','\x40','\x98','\x89','\xeb','\x82','\x8e','\x61','\xb0','\x75','\x82','\x33','\x12','\x31','\x76','\x02','\xd4','\x5f','\x7f','\xbb','\xfb','\x67','\x37','\xab','\x43','\x5c','\xb8','\x29','\x05','\x7e','\x80','\x68','\x9d','\x84','\x69','\x6b','\x13','\x30','\xea','\xb5','\xd0','\x0c','\x42','\x52','\x50','\xa4','\xb8','\x48','\x05','\xb7','\x37','\xad','\x51','\x9e','\xaa','\x01','\x7b','\xbb','\x0a','\xd3','\x08','\xdd','\xa5','\x60','\x4b','\x9f','\xa5','\x73','\xae','\xd0','\x37','\x1f','\xeb','\x3f','\xf4','\xe7','\xd3','\x84','\xff','\xcf','\x03','\xc1','\x06','\x0c','\x8a','\xc6','\x34','\x4e','\x35','\x93','\x12','\x69','\xa9','\x0b','\x0b','\xb2','\x3b','\x44','\x68','\x3b','\xb7','\xdd','\x5c','\x23','\xa5','\xd2','\xdc','\xe8','\x02','\x7b','\x02','\xf6','\xbd','\x9e','\x09','\x54','\xa7','\x2c','\x96','\x1f','\xad','\xe6','\xd2','\x55','\x66','\x4a','\xee','\xcf','\x3c','\x8d','\xa3','\xf9','\xf7','\x80','\xde','\x78','\x95','\xac','\xcc','\xe8','\xe7','\x0d','\xcc','\x47','\x53','\x2e','\xd3','\x94','\x43','\x91','\xec','\x0b','\xe5','\x7d','\x46','\x89','\x9b','\x1d','\x5a','\x27','\xea','\x82','\x7c','\x34','\x17','\x31','\x0a','\x6f','\x2b','\x24','\x81','\x9a','\xbb','\xf3','\xa6','\x28','\x38','\xf3','\xe8','\x51','\xce','\x74','\x85','\xe7','\x03','\xe4','\xf8','\xeb','\x7a','\xfc','\x59','\x45','\xed','\xd2','\x6a','\xf0','\x15','\x3e','\x6b','\x3b','\x63','\x52','\x8c','\xa9','\xac','\xbf','\x42','\x46','\xc9','\xb4','\xbb','\x83','\x5e','\xea','\x3c','\x9a','\xe8','\xf5','\x7c','\x1f','\x4d','\xd7','\x2a','\xea','\x22','\x6f','\xc5','\x74','\x52','\x40','\x48','\x4a','\xd5','\xfc','\x3d','\x85','\xc5','\xc7','\x87','\xf2','\x21','\x81','\x3e','\x5d','\x76','\x13','\x35','\x59','\xdf','\xbe','\x14','\xae','\x7a','\x03','\xc9','\xd9','\xa4','\x76','\xaf','\x50','\x72','\xf9','\xf5','\x81','\x57','\xe3','\x88','\x4e','\xd4','\xce','\x2a','\x37','\xcb','\x12','\x71','\xb8','\xa4','\x53','\x4a','\xc6','\x7b','\x4a','\x48','\x89','\x51','\x52','\x3d','\x0b','\x84','\xc9','\x0e','\x90','\xd0','\x65','\xd6','\x63','\x06','\x28','\xb5','\xed','\xf0','\x24','\xcd','\x64','\xc0','\x8d','\x7a','\x66','\xb3','\xbf','\x65','\x2e','\x0b','\xb8','\xb4','\xa0','\x0f','\x06','\xe4','\xb0','\xef','\x2b','\x5f','\x50','\x3f','\xbf','\xfb','\x51','\x81','\xf9','\x91','\x92','\x98','\x04','\x99','\x31','\xfa','\x88','\x1e','\xff','\xd4','\x18','\x5e','\x95','\x45','\xa7','\xc5','\xc5','\x52','\x4c','\xda','\xc1','\x5e','\x0b','\x39','\x50','\xd3','\x1b','\xa5','\xa9','\x4a','\x29','\x43','\x90','\xd9','\xb9','\x20','\xc0','\x00','\xa0','\x52','\x0a','\xf6','\x7d','\x77','\x76','\xa0','\xf7','\xfb','\xdd','\x6c','\xb3','\xb7','\x82','\x04','\x4e','\x6e','\x2b','\x69','\x41','\x8f','\x9d','\x0c','\xdf','\x8d','\x2a','\xdf','\x1f','\xb9','\x20','\xdb','\x1f','\xfe','\x93','\x79','\x31','\x47','\x45','\xf5','\x6d','\xbf','\xac','\x8c','\x67','\x03','\x7d','\xf8','\xe1','\xa6','\xc3','\x10','\x66','\xcc','\x7b','\x51','\x0f','\x9e','\x04','\x56','\x64','\xdd','\x57','\x4e','\xea','\xae','\x4f','\x75','\x72','\x70','\x7b','\xcb','\xdd','\xd7','\x7f','\x6a','\x13','\x44','\x80','\x54','\x4b','\x57','\x65','\x48','\x14','\x22','\x0d','\x71','\xdb','\xfe','\xa6','\xd4','\xee','\xe7','\x69','\x3b','\x41','\xea','\x22','\x3b','\xd7','\x33','\x43','\xd5','\x8d','\x6e','\x65','\x5e','\xa5','\xa0','\xdb','\xb0','\x4b','\xfb','\xb5','\x02','\xb0','\x45','\xff','\xca','\xbc','\xd9','\x68','\x11','\x4d','\xa4','\xeb','\x2b','\xee','\xce','\x12','\xda','\x20','\x54','\x13','\x0f','\x6a','\x3d','\xc2','\x80','\x5d','\x11','\xa8','\x00','\x87','\x43','\xc5','\x62','\xcb','\x3e','\x38','\x76','\x2d','\x9f','\x32','\x73','\x64','\x36','\xdd','\x5f','\x36','\x2b','\x1e','\x05','\x69','\xff','\x62','\x9a','\xe9','\x41','\x7f','\x0a','\x51','\x78','\x3e','\x38','\x3a','\xe4','\x15','\x4a','\x0d','\xd3','\x57','\x4b','\x9d','\x92','\x8e','\xf1','\x87','\x08','\x55','\x77','\x0e','\x46','\xee','\xde','\x6a','\x22','\x2c','\x13','\x81','\xa9','\xf9','\x6d','\x24','\x20','\xdd','\x13','\x52','\x2a','\xd8','\x53','\xc1','\xbe','\x17','\x60','\x0f','\xe7','\x82','\xc2','\xf8','\x64','\xf3','\x9f','\x05','\x12','\x97','\xe9','\x82','\xd5','\xc0','\xb4','\xbf','\x4f','\xe4','\xef','\xa8','\x3c','\xb4','\x79','\x6c','\xf4','\xc2','\x69','\x74','\xf6','\xed','\xda','\x0f','\x5e','\x37','\xe5','\x83','\xe1','\x2e','\x2d','\x9d','\xe7','\x4b','\xca','\x9f','\x2d','\x08','\x42','\x5b','\xe5','\x5d','\x2d','\x28','\x2e','\xab','\xa4','\x45','\x90','\x10','\xd4','\x03','\x97','\x5a','\x28','\x2e','\xbd','\x56','\x1a','\x8a','\xfd','\x7d','\x21','\x5a','\x39','\x93','\x51','\x1c','\x43','\xb3','\xde','\xa0','\xf0','\x6b','\x21','\xd1','\x8e','\x2b','\xb3','\xa8','\xef','\x92','\x2e','\x8d','\xa3','\x28','\x71','\x4f','\xe8','\xd1','\x32','\x4c','\xf3','\x9a','\xf7','\xf9','\x4c','\x6c','\x5f','\xc9','\xa0','\x3b','\xbe','\x38','\xab','\x41','\xe8','\x05','\xea','\x4a','\x7a','\x4a','\xa9','\xde','\xb7','\xa7','\xca','\x74','\x7f','\x5e','\xd1','\xa1','\x55','\xa7','\xb9','\x80','\x59','\xbb','\x51','\x58','\x84','\x99','\xe4','\x5c','\x64','\x87','\x88','\x91','\xa8','\xba','\xad','\xee','\xe9','\xf5','\x01','\x56','\x0a','\xc0','\xa5','\xa8','\x83','\xa6','\xaa','\x9f','\xf6','\xdd','\x24','\x49','\xd2','\x0d','\x17','\xa9','\x9f','\x14','\xc2','\x34','\xf2','\x99','\x2e','\xd5','\x75','\x0d','\x18','\x20','\xd8','\x75','\x9c','\x6a','\x75','\x9a','\xcc','\xce','\x0e','\xfa','\xce','\x8e','\xdb','\xe1','\x21','\x35','\x03','\xb6','\xba','\x48','\xcf','\xb2','\xeb','\x88','\x88','\xdf','\x66','\x2a','\x89','\x31','\x8b','\x53','\x3e','\x00','\x53','\x3e','\x60','\xaa','\xd8','\xcf','\xc7','\x6d','\x30','\xa3','\x7b','\x04','\xec','\x74','\xf5','\xeb','\x69','\xa5','\x46','\xcb','\x3e','\xaa','\xde','\x20','\xd3','\x50','\xd3','\x85','\x10','\x1a','\xd1','\x84','\xb6','\x63','\xeb','\x67','\x49','\xbf','\x4c','\x9c','\x1d','\xdc','\xef','\xf7','\x29','\x30','\x72','\x4e','\x10','\xe2','\x16','\x91','\xfb','\x6d','\xca','\x1d','\x57','\xb3','\xe4','\xbb','\x7b','\x3c','\xf8','\x3e','\xfb','\xfc','\x55','\x34','\x0c','\x96','\x08','\x7e','\x16','\x4c','\x7e','\x9d','\xde','\xe4','\xdd','\x82','\xdd','\x13','\x4f','\x04','\xbe','\x01','\x1a','\xf6','\xe3','\x2c','\xff','\x3e','\x58','\x2c','\x97','\x99','\x33','\xc2','\x68','\xc2','\x46','\x04','\x05','\x3e','\x79','\x4b','\xc8','\x5b','\x75','\x73','\xdd','\x57','\xfb','\xda','\xf4','\x24','\xcd','\xa4','\xbe','\xb7','\x60','\x8c','\xfb','\x3f','\x09','\xe7','\x15','\xae','\xc6','\x18','\x72','\x9f','\x59','\x6a','\xfa','\x56','\x0f','\x20','\xe9','\x56','\x36','\x95','\xea','\x55','\xc1','\xef','\xa2','\x37','\xe6','\x90','\x6c','\xda','\xe4','\x94','\xb9','\x3a','\xf6','\x82','\x53','\x04','\xb3','\x7a','\xdd','\xcd','\x70','\xa8','\xcb','\x6e','\x6a','\xfd','\x44','\x08','\xbb','\x3c','\x3c','\x9d','\x58','\x1f','\x05','\xee','\xb6','\x07','\xd5','\x13','\xcf','\x4c','\x23','\x3b','\xcb','\x46','\xfa','\x37','\xb6','\xf5','\xc3','\x09','\xfd','\x90','\x65','\x59','\x8f','\xf0','\xfd','\x2f','\xa1','\xe9','\xd8','\x30','\x83','\x7e','\x11','\x7c','\x66','\xff','\x1c','\xc3','\x71','\x08','\xac','\x51','\xf4','\x21','\x68','\xb1','\xdc','\xe6','\x55','\xe2','\xf0','\xc9','\x2b','\x5d','\x04','\x42','\xde','\x00','\x4a','\x09','\x9c','\x18','\x69','\x27','\xd0','\xbd','\xed','\x08','\x81','\x01','\x2a','\xcd','\xfc','\x2d','\x08','\x36','\xc3','\x30','\x17','\xd5','\x83','\x0f','\xd0','\xca','\x40','\xfe','\xf5','\x30','\xe2','\x0d','\x0b','\xf8','\x08','\x2d','\x5d','\xc3','\x1e','\x50','\xe7','\xd5','\x73','\xd9','\xe2','\x14','\xfb','\xae','\xbb','\x74','\x50','\x33','\x59','\x41','\x56','\x85','\x74','\x29','\x37','\x8d','\xa0','\xb2','\xfd','\x34','\x6a','\x09','\xad','\x5e','\x46','\x1f','\x14','\xb3','\xb8','\xe6','\xd0','\x46','\xd3','\x28','\xd2','\x8c','\x56','\xe8','\x18','\x6f','\x71','\x41','\x6b','\x5f','\x0e','\xd1','\x27','\x3b','\xc1','\x8d','\xd7','\xc5','\xf7','\x47','\xd2','\xf2','\xad','\xe5','\x3b','\x60','\xed','\xc2','\xf9','\x42','\xba','\x67','\x00','\x7c','\x31','\x38','\x97','\xe3','\xf6','\x49','\xd2','\xf3','\x21','\xab','\x22','\x90','\x7f','\xd6','\x0b','\x50','\x73','\x52','\x87','\x01','\x2e','\x10','\x1d','\x57','\x6d','\x6a','\xaa','\x75','\x94','\x67','\xfb','\x3f','\x25','\x00','\x9c','\xda','\x2a','\x3c','\xd4','\x21','\x07','\x27','\xae','\x4e','\x94','\x12','\xb9','\x49','\x5d','\x75','\x97','\xba','\xdb','\xb3','\xef','\xd5','\x04','\x4c','\x76','\x7f','\x6a','\x39','\xea','\x40','\x64','\x97','\xb3','\x65','\x16','\xb5','\x6d','\x8a','\xec','\x46','\xcf','\x1a','\xc9','\xf1','\x0a','\xd2','\xba','\xbb','\x73','\x52','\x09','\xe8','\xe7','\xe2','\xe1','\x2e','\x1c','\x1d','\x5d','\xd1','\xcf','\x1b','\x87','\x5b','\x85','\xb4','\x0c','\x56','\x4f','\xd6','\xe6','\x57','\x25','\xac','\x17','\x93','\x4c','\x1b','\x92','\x0f','\xd6','\xd3','\x18','\xcf','\x05','\xe9','\xa2','\xcb','\x58','\x9a','\x58','\x69','\xa7','\xbb','\x99','\x14','\xa7','\x31','\x63','\x32','\x26','\xc2','\x35','\xa2','\xc9','\x33','\xdb','\x9e','\x33','\x4f','\x66','\x1c','\x1c','\x27','\x69','\x78','\x93','\x29','\x0b','\x83','\x07','\xb0','\x33','\x73','\x82','\x06','\x84','\x33','\x40','\xf6','\xa0','\x10','\x11','\xe9','\x59','\xa0','\x13','\x39','\x7b','\x52','\xc8','\xdf','\x43','\x7a','\x90','\xd5','\x28','\xd0','\xab','\xb2','\x5c','\x01','\x3b','\xa7','\xf5','\x3f','\xea','\x2d','\x3b','\x70','\x43','\x7f','\xd9','\xc9','\xe9','\x06','\x7f','\x7c','\x67','\x23','\x59','\x61','\x66','\xed','\xec','\x10','\x80','\x4f','\xdb','\x5b','\xcd','\x39','\x21','\xe7','\xa4','\x67','\x7d','\x52','\x13','\xba','\xb3','\xfa','\xcd','\xda','\x88','\x63','\x98','\xa8','\x49','\xca','\x4f','\x46','\x35','\x93','\x61','\x46','\x26','\x02','\x28','\x37','\x61','\x5e','\x11','\xf9','\x2e','\xb7','\x38','\xb7','\xed','\x6c','\xa0','\x9b','\x78','\x48','\x5a','\x85','\x19','\xa9','\x01','\x2c','\xd9','\x65','\xea','\x9b','\x35','\xd5','\xd8','\x24','\x9a','\xaa','\xe9','\xea','\xb4','\x41','\x0a','\x75','\xc0','\xd7','\x1f','\xda','\xf7','\xb6','\x0f','\x3e','\x63','\x60','\x1e','\xa5','\x39','\xce','\xd3','\x1f','\xd8','\xf2','\x43','\xc7','\xf4','\x11','\xc6','\x7b','\x92','\x2c','\xb0','\x00','\x50','\xed','\x9d','\x7e','\x72','\x0a','\x34','\xc1','\x89','\x15','\xae','\x4a','\x01','\xb7','\x95','\x09','\x51','\x1a','\x28','\x15','\xec','\x77','\xa0','\xec','\xdd','\xd9','\x0a','\xb3','\xaf','\xce','\x29','\xf8','\x09','\x64','\xe7','\x4c','\xdd','\xcd','\x3a','\x9e','\x3d','\x4f','\x37','\xdb','\x12','\x70','\xf8','\xdf','\x6c','\x7e','\x10','\x7b','\x3e','\xac','\x2b','\xf4','\x86','\x87','\xbb','\x74','\x44','\x89','\x12','\x90','\x23','\xb7','\xb8','\x37','\x33','\x64','\x51','\x8c','\x2c','\x20','\x98','\x72','\x6b','\xee','\xe5','\x90','\xc5','\xa0','\x39','\x18','\xf1','\x1a','\x4b','\x5f','\xe0','\xa9','\x3b','\x83','\x85','\xa0','\xe6','\x49','\x7a','\x4d','\x41','\x0b','\x5b','\xfb','\xa9','\x9f','\xef','\xd0','\x34','\x5d','\x03','\xe0','\x65','\x74','\x24','\x7f','\x56','\xc4','\xcb','\x1f','\x93','\x04','\x9f','\x1c','\x18','\xd6','\x14','\xea','\xb4','\x30','\xd3','\x20','\x4d','\xc1','\xbd','\xb0','\x7b','\x39','\x4d','\xf3','\x80','\x4e','\x53','\xa4','\xee','\xe8','\x20','\xdf','\x12','\x72','\x6a','\x57','\x5b','\x18','\xb9','\xfb','\x24','\x1e','\x9c','\x20','\x20','\x97','\x6d','\xa5','\xe6','\x4c','\x05','\x48','\xd8','\x4b','\xd1','\xfb','\x25','\xeb','\x9d','\x3d','\xa5','\xcd','\x03','\xa3','\xa4','\xb5','\xf9','\x54','\x1d','\x36','\x35','\x47','\x2b','\xc5','\x20','\x6f','\x65','\x22','\xb2','\xa0','\x5a','\xaa','\xbe','\x53','\x3c','\x08','\x02','\xa1','\x7a','\x9f','\x15','\x9d','\x49','\xe7','\x9c','\x07','\x3c','\xd5','\xac','\x4d','\xce','\xed','\xc0','\x81','\x9c','\xa4','\xe6','\x6b','\x01','\xf4','\x04','\x30','\xe1','\x01','\x1c','\x0f','\x6d','\xca','\x6d','\x05','\x56','\x67','\x9e','\x4e','\x1d','\x8b','\x6e','\x42','\x13','\x9a','\xc0','\xce','\xbb','\xe7','\x87','\x40','\xf3','\x07','\x68','\x16','\xf9','\x4a','\x82','\xab','\x30','\x43','\x5d','\x1c','\x77','\x1d','\x2c','\x8f','\xe6','\x40','\xbf','\xf1','\x5a','\xa3','\x30','\x6f','\x79','\x1b','\xc2','\xcd','\xce','\x05','\x01','\x01','\x00','\x39','\x33','\x21','\xb3','\xf2','\x2f','\x63','\xe9','\xd1','\x76','\xbf','\xca','\x33','\x3e','\x87','\xa4','\xfc','\x3c','\xcc','\x9b','\x25','\xf9','\xf6','\x0f','\x29','\x99','\x30','\x46','\x8a','\x5b','\x59','\xd0','\xed','\xaa','\xeb','\x5b','\x82','\x15','\x82','\x6c','\x10','\x8f','\x49','\x99','\x47','\xd4','\xbd','\x66','\x46','\x92','\x61','\x53','\x44','\x4a','\x77','\xf4','\x48','\x4d','\x6a','\xd6','\x95','\x93','\x02','\xde','\x3b','\xf8','\x11','\x73','\xb7','\xdb','\x5b','\xae','\x0a','\x8b','\x80','\x24','\xee','\x71','\x07','\x39','\xa1','\x8a','\x0f','\x69','\xf9','\xfb','\x14','\xed','\xb3','\x5d','\x77','\xbb','\xac','\x6c','\x74','\x0c','\xc5','\xc7','\x2f','\x8d','\x91','\xd5','\x95','\x20','\x34','\xd7','\x90','\xc2','\x08','\x6a','\xba','\xfa','\x3e','\x14','\x8a','\x7b','\xb6','\x0d','\xd0','\x70','\xbf','\x13','\xa8','\xb5','\xa3','\x67','\xa4','\xa4','\xc5','\x55','\x13','\x14','\xf3','\xce','\x7e','\xb3','\xcc','\xc9','\xad','\x2d','\x3d','\xe2','\x89','\x60','\x82','\x6c','\xd8','\xfc','\xdf','\x5f','\x3f','\x37','\x21','\x96','\xc0','\x69','\x66','\x9b','\xf0','\x17','\xa0','\xac','\xc5','\x74','\xfc','\x63','\xd2','\x7f','\x8a','\x62','\xa1','\x74','\x39','\xcc','\x06','\x32','\x23','\xf4','\x21','\x05','\x2f','\x08','\x18','\x9b','\xbe','\x7c','\x39','\x42','\x26','\x64','\x66','\x09','\x71','\x3d','\x9b','\xd7','\x90','\x4d','\x55','\x14','\x12','\xb6','\xb6','\xa0','\x91','\x88','\xb0','\xa7','\x82','\xfb','\xbd','\x80','\xf7','\x5a','\xe2','\x21','\xd5','\x47','\x84','\x8a','\xc3','\x3c','\x17','\x06','\xf5','\xb3','\x8a','\x6e','\x88','\x3e','\xe8','\xd3','\xb2','\xc2','\xaa','\x86','\xfb','\x86','\x5f','\xab','\x72','\x64','\x12','\x63','\x1f','\x57','\x94','\xaf','\x24','\x2b','\xcd','\xa2','\x60','\x99','\x7b','\x41','\x54','\xe0','\x76','\xf1','\x3e','\x29','\x59','\x53','\xe2','\x2c','\xaf','\x6a','\xff','\x8d','\xab','\xc2','\x3d','\xaa','\x3b','\x87','\xd0','\x78','\x64','\x62','\x80','\x53','\x35','\x3b','\xea','\xf9','\x01','\x6c','\x76','\x0d','\xa5','\x34','\x62','\xaa','\x2c','\x75','\x9b','\x76','\x89','\xc8','\xb4','\x17','\x4f','\xac','\xe9','\xd0','\xb4','\xcd','\x62','\x15','\x4e','\xf8','\x15','\xdf','\xaa','\x42','\x5e','\x55','\x04','\x7a','\xda','\x74','\x78','\x1f','\xc1','\xa2','\x9c','\xa6','\x79','\xe3','\x18','\xb1','\xe3','\xc6','\xe9','\x0f','\xcb','\xc4','\x66','\xaf','\x64','\xfe','\x9e','\x14','\xcc','\xca','\x4b','\xaa','\x17','\x9a','\xd7','\x0b','\xce','\x9b','\xbb','\xe8','\xd6','\x66','\x45','\x41','\x44','\x06','\xf2','\x49','\xe5','\x42','\xfa','\xb6','\x8e','\xee','\x93','\x19','\x84','\x0a','\xf2','\x51','\xd9','\x06','\xb5','\x3c','\x77','\x62','\x30','\x12','\x02','\x16','\xab','\x5d','\x59','\xd0','\xef','\x29','\x6c','\x87','\x81','\xfa','\x9c','\x6c','\xba','\x95','\x7e','\x47','\x33','\xf3','\xaf','\xff','\x04','\xe4','\xa4','\x04','\xc8','\x35','\xcf','\xdd','\x19','\x01','\xfa','\x4e','\x6b','\xa2','\xf1','\x3d','\xd5','\xc2','\xd4','\x4d','\x29','\x51','\x10','\xc6','\x3a','\xf6','\xf1','\x6d','\x65','\xae','\xef','\x2c','\xcb','\x5a','\x45','\x3f','\x5b','\xcd','\x17','\x10','\x9a','\x87','\xcd','\xd8','\x7e','\x34','\x46','\xd0','\x86','\x1a','\x27','\xc3','\x5c','\x1c','\xcc','\x47','\x98','\x0d','\x3d','\x70','\xe7','\xe9','\xd0','\x5a','\x4b','\xcc','\x99','\x6e','\xa3','\xa1','\xc2','\x22','\xbd','\xfb','\x28','\x55','\x76','\x73','\x77','\x52','\x8b','\xa6','\x1e','\x32','\x8c','\x48','\x34','\xf3','\x47','\xf5','\x47','\x02','\xf2','\x56','\xc1','\x8e','\xd5','\x6f','\x6f','\xb7','\xdb','\x31','\x00','\x92','\x33','\x40','\x36','\xe2','\xfd','\x7e','\x6f','\x0a','\xa2','\xe1','\xc9','\xdf','\x9c','\x0e','\x05','\xf8','\x10','\xd8','\x0c','\x10','\x86','\xee','\x34','\xcc','\x78','\xec','\x59','\xb2','\x72','\xc8','\x1f','\x26','\x9c','\x0d','\x2e','\x0c','\x58','\xec','\x5f','\x85','\x61','\xc7','\x1d','\x1c','\x65','\x8a','\xa7','\x55','\x90','\xc3','\xc6','\x50','\xa5','\x9f','\x51','\xea','\x56','\xf1','\x5e','\x2b','\x72','\xbb','\x25','\xdc','\x7e','\x6d','\xed','\x6e','\x9f','\x64','\x0e','\xe3','\x49','\x12','\xb6','\x47','\xc3','\xe0','\x8e','\xc2','\x5b','\x04','\x48','\xe0','\x78','\x1d','\x20','\xf4','\x6d','\x5e','\x09','\x92','\x00','\x20','\x27','\xd0','\x5b','\xcd','\xf3','\x9e','\x4a','\xbd','\x44','\xb1','\xf4','\xb2','\xa3','\xa0','\x1e','\x5a','\x04','\x40','\xa5','\x0e','\x62','\x39','\x5e','\xc0','\xc2','\xa4','\x09','\x75','\x25','\xc7','\x08','\x6f','\xb5','\x93','\x87','\x84','\x95','\x76','\xb3','\x8c','\x83','\xbd','\xd2','\x26','\x82','\x19','\x7d','\x67','\x49','\xd3','\x23','\xbf','\xbb','\xf4','\xe9','\x44','\x66','\x4c','\x3d','\x2e','\x63','\x7f','\xe8','\x87','\x3e','\x40','\xeb','\xb9','\xee','\x41','\x46','\x97','\x30','\x51','\x1c','\x33','\x53','\xf5','\x46','\xd6','\x4c','\xa8','\xda','\xbd','\x84','\xfd','\xc2','\xd4','\x24','\x26','\x71','\x15','\x08','\xe1','\x5e','\x57','\x69','\x75','\x91','\x76','\xa5','\xc8','\x9a','\x6f','\xc7','\x67','\x0e','\x26','\xf1','\x62','\x7a','\x0c','\x44','\x3e','\xf6','\x61','\x9a','\x61','\x11','\x58','\x70','\x33','\x65','\xfe','\x5d','\xd1','\x72','\xca','\x96','\x3d','\x3b','\xe0','\xc1','\x8f','\x57','\x65','\x28','\xf4','\x4b','\xcb','\x22','\x2a','\x60','\x4b','\xde','\x1d','\x8a','\x24','\x79','\x8a','\x52','\xd9','\xe4','\x47','\xa6','\x0a','\x82','\xd0','\xf8','\xb2','\x38','\x96','\x71','\x60','\x26','\xd4','\x6b','\xaa','\x12','\x11','\x80','\xd1','\xdc','\xde','\x93','\x2e','\xba','\x4d','\xcc','\x78','\x1e','\xa1','\x55','\xdc','\x07','\x19','\xaa','\x58','\x0b','\x0c','\xd1','\xba','\xe8','\xf8','\x10','\xb9','\x74','\x5f','\x0c','\x0c','\xcf','\xf2','\x55','\x77','\xd7','\xb9','\xed','\x02','\xe5','\xa4','\x32','\x55','\x4c','\xd2','\xf6','\x7b','\xbd','\xbe','\x62','\x70','\x87','\x6d','\xca','\x1c','\x95','\xe9','\x25','\x00','\x0b','\xf3','\x42','\xca','\x01','\xe2','\x7a','\x6d','\x46','\xd3','\x31','\xeb','\x79','\x9e','\xba','\xda','\x29','\x73','\xa0','\xca','\xc4','\x0e','\x7c','\xf4','\x1a','\x0e','\xab','\x2b','\xa1','\x6d','\xec','\x88','\xa5','\x4b','\xdb','\x25','\x12','\x10','\x04','\x00','\x39','\x13','\xf2','\x96','\x5a','\xfd','\x49','\xcd','\xd7','\xd0','\xe6','\x59','\x22','\x6a','\x8b','\xac','\x66','\x47','\xc7','\x30','\x8c','\xbe','\x70','\xdd','\x05','\x75','\x2c','\x03','\x5a','\x59','\x5d','\x63','\xc7','\xc7','\x2b','\x3b','\x7e','\x13','\xe5','\xfa','\x0c','\xdc','\x12','\x30','\x98','\x8b','\xbe','\x5a','\x87','\x90','\x9e','\x9b','\xc1','\xac','\xce','\x7e','\xd7','\x8c','\x78','\xaa','\x66','\xce','\x02','\x05','\x9d','\x6b','\x80','\x3f','\x66','\x11','\x5a','\x78','\x06','\xd0','\x9b','\xd6','\x81','\x2f','\x1e','\x9d','\x20','\x30','\x33','\xf6','\x7d','\x9f','\x9a','\xbd','\x0e','\x00','\x48','\x6c','\xe5','\x2c','\x10','\x92','\x2c','\x75','\x28','\x53','\x67','\x18','\x73','\x48','\x0b','\xa7','\x94','\xce','\xe8','\x4c','\x7e','\x3d','\x43','\x97','\xec','\x7a','\x39','\x3c','\x86','\x01','\x3c','\x35','\xe3','\x5e','\x24','\xcb','\x8b','\x87','\xe9','\x36','\xa5','\x15','\x20','\x11','\xfc','\xa0','\x0f','\xf8','\xbe','\x52','\xea','\xbd','\xaa','\x48','\x18','\x56','\x25','\x1e','\x3a','\x71','\x19','\x68','\xce','\x05','\x2a','\xb8','\xa0','\x44','\xc8','\x5b','\xdd','\xf1','\x79','\x7b','\xdb','\x90','\x37','\xc3','\x74','\x04','\x30','\xc9','\x6a','\x07','\xfb','\x76','\x70','\x83','\x2a','\xb4','\x47','\x1c','\x13','\x1a','\x90','\x05','\x90','\x18','\x5b','\x57','\xe9','\x7f','\xaa','\x5e','\xe7','\x6e','\x54','\x1d','\x2e','\xdc','\xdf','\xf7','\xba','\x2a','\x2c','\xde','\x5c','\x5a','\x40','\x61','\x90','\x00','\x75','\xc5','\x47','\xce','\xf3','\x14','\xb4','\x9d','\x9e','\x8e','\x16','\x1a','\x5c','\xd1','\x32','\x38','\x41','\xcc','\x6d','\x62','\xc6','\x6d','\x75','\xa9','\x97','\x32','\xb8','\xce','\x9c','\x5b','\xce','\xea','\x50','\xa1','\x0b','\x3e','\xaf','\xd0','\xd8','\x3c','\x07','\xba','\xcc','\x90','\xa4','\xd1','\x0d','\x30','\x3b','\x48','\x36','\x4e','\x96','\x01','\xa3','\x1d','\x31','\xd9','\xcf','\x98','\x68','\x5f','\x44','\xcf','\xe8','\x09','\x7f','\x60','\x35','\xe7','\x14','\x2b','\xe2','\xf4','\xdc','\xd1','\xfa','\x9f','\x63','\x38','\xf6','\x3f','\xa7','\x8a','\x9c','\x71','\x99','\x2d','\x2e','\xe0','\xeb','\x0b','\xea','\x4e','\x42','\x64','\x6c','\xba','\x2d','\x5e','\x38','\x13','\x55','\x50','\x55','\xa2','\x64','\x51','\xa2','\xea','\x19','\x5d','\xa9','\x11','\x0f','\x53','\xf7','\x7b','\xa9','\x73','\xcc','\x0a','\xa8','\x20','\x23','\xbc','\x7e','\xcd','\xad','\x88','\x26','\xd0','\xb0','\x2d','\x3c','\x7d','\xa5','\xfc','\x6b','\x59','\xf7','\x18','\x21','\x3c','\x0e','\x42','\x58','\xff','\xb2','\xc7','\x38','\x9d','\x25','\x99','\xff','\xfc','\x59','\x4f','\x77','\xe9','\xa1','\x31','\x7f','\xeb','\xa6','\x70','\x40','\x7f','\xe8','\x3c','\xc6','\x76','\xe5','\x0c','\x0c','\xf6','\x45','\x1c','\x7d','\xd3','\xff','\xd7','\x70','\xec','\xc2','\xc3','\xa4','\xa5','\xe5','\x6e','\x75','\xe0','\x56','\xd6','\x02','\x80','\x13','\x83','\x0a','\x4d','\x40','\xd0','\x63','\x32','\x76','\x4a','\x51','\xc8','\xb8','\x42','\x4d','\x82','\x2f','\x7e','\x0c','\xf2','\xd7','\x29','\x51','\xbe','\x07','\x75','\x35','\x18','\x30','\x8b','\x65','\x52','\x1c','\xd2','\xa2','\x4c','\xfb','\x9d','\xbb','\x8c','\x18','\xca','\xa3','\xef','\x47','\x20','\xe7','\xc2','\xf7','\x55','\xc7','\xc7','\x00','\xdf','\x44','\x97','\x38','\xdd','\xf9','\x99','\x25','\xd2','\xc6','\x9c','\xdd','\x75','\xec','\xe5','\xae','\xba','\xc3','\x7e','\x2f','\xc8','\x99','\xda','\xdc','\x6d','\x72','\xd6','\x0c','\x16','\x16','\x24','\x62','\x1a','\xcb','\x8e','\x41','\xad','\x22','\x4d','\xca','\x48','\x68','\x3a','\x47','\x9d','\x07','\x25','\x51','\x07','\x37','\x85','\x81','\xd4','\xdb','\xda','\xee','\xfc','\x08','\xe8','\x28','\x62','\xb1','\x22','\x73','\x8f','\x9b','\x79','\xad','\x82','\x24','\xd6','\x1d','\x2d','\x4a','\x40','\x4e','\xb9','\x82','\xbd','\xad','\x7a','\xb8','\xad','\x77','\x1b','\x4a','\x39','\xc9','\xf5','\xb5','\x1d','\x47','\x72','\x67','\x16','\xb5','\xbc','\x18','\x68','\x67','\x96','\x6a','\x45','\x8d','\x31','\x9a','\xd6','\xab','\x8f','\x11','\x9a','\x8e','\xa1','\xf3','\xae','\x99','\x0d','\xea','\x65','\x70','\xf3','\x7c','\x9e','\x93','\xe7','\x24','\x47','\xe1','\xd6','\x61','\x56','\xbc','\x70','\x96','\x36','\xcf','\x7e','\xcd','\x26','\x4e','\x7c','\x3e','\xa8','\xf7','\x68','\x09','\x34','\x2b','\x6b','\xef','\x8f','\x99','\xb3','\x83','\xf7','\xf7','\xf7','\x63','\x27','\x08','\x3e','\x43','\x72','\x7f','\x6d','\x41','\x07','\x5d','\x6b','\xd0','\xc6','\x7a','\xd8','\x97','\x52','\x6c','\xcb','\x55','\x9e','\x93','\x86','\x9c','\x1d','\x80','\x5a','\xb6','\xf7','\x49','\x67','\x5c','\x22','\x01','\x39','\x2d','\x6f','\x5f','\x76','\xf3','\xbf','\xe1','\x1e','\x6c','\xb6','\x78','\x6d','\x41','\x9c','\xa2','\xdf','\x5e','\x73','\xb3','\xab','\xa7','\x66','\x33','\x5e','\xf6','\x82','\x72','\xaf','\x1e','\x53','\x92','\x98','\xbc','\xdd','\x72','\x9b','\xfc','\x3d','\xb5','\xda','\x81','\xac','\xdb','\xbc','\x9a','\x24','\xf7','\xc3','\x82','\xc2','\xdf','\x2c','\x33','\xb3','\x05','\x9b','\x36','\x8f','\x79','\x49','\x71','\x60','\x37','\xe1','\xc2','\x6d','\x75','\x54','\xf4','\xfe','\xfd','\xce','\x40','\xa9','\x07','\xa5','\xd5','\x83','\x5b','\xf4','\x00','\x67','\xda','\xcd','\x62','\x19','\x21','\xdd','\xc1','\xa9','\x92','\xbb','\x07','\x86','\x89','\x17','\x8a','\x3a','\x5c','\x96','\x6a','\xb4','\xa3','\xe8','\x55','\x6e','\xa8','\x23','\x30','\xf6','\x87','\x4b','\x7c','\x92','\xe1','\x21','\x19','\xce','\x20','\x75','\xb5','\xba','\xc1','\x41','\x34','\x57','\x8f','\x59','\xbe','\x03','\x77','\xff','\xa1','\xbf','\x86','\xbe','\xa4','\x6f','\x8d','\x22','\xbf','\xc8','\xb2','\xaf','\xd8','\x8a','\x52','\xc1','\xfa','\xcc','\x04','\x60','\x4f','\x20','\x10','\xf6','\x24','\x8b','\x6a','\xc0','\x4e','\x8c','\x7d','\x87','\x2e','\x80','\x00','\x41','\xf7','\x25','\xa8','\x12','\xe1','\x4f','\xab','\x4c','\x8a','\x37','\x7b','\x2f','\xef','\x2c','\x23','\x72','\x60','\x70','\x01','\x1a','\x3f','\xd8','\x96','\x0c','\x38','\x6f','\x57','\x0a','\x8c','\x02','\xf8','\xd1','\xd5','\xf5','\x26','\x4b','\x75','\xe7','\x07','\xa3','\xbc','\x1d','\x58','\xd0','\x44','\x0b','\x5f','\xad','\x7d','\xf0','\xa4','\x2c','\xe7','\xd4','\xe4','\x83','\x3c','\x27','\xed','\xd2','\x1a','\xff','\x60','\x57','\x87','\x60','\x95','\x65','\x7d','\x63','\xf2','\xf5','\x8d','\x6c','\x79','\xd7','\x2b','\x44','\xee','\x55','\xb2','\x32','\xd8','\x35','\x89','\x2d','\xa7','\x1b','\xec','\x3c','\x56','\x65','\x41','\x71','\x8e','\xcc','\xfb','\x86','\x4c','\xa3','\x7e','\x32','\x89','\x20','\x97','\x31','\xa6','\x3b','\x1e','\xa6','\xa4','\xad','\x28','\xe2','\x66','\x7a','\xbf','\xd7','\x09','\x98','\xe4','\x20','\x6e','\x10','\xa8','\x6a','\xe6','\x4f','\xf5','\x85','\x82','\xf5','\x8b','\x72','\x8f','\x12','\x21','\x6d','\x84','\x0d','\x09','\xfb','\xce','\x1a','\x57','\x54','\x21','\x01','\x3b','\xd6','\xed','\xb5','\xee','\xbc','\xe8','\x70','\xae','\xbb','\x47','\xbc','\x17','\xbd','\xd8','\x5d','\x01','\x6e','\x02','\x88','\xaa','\x93','\xa7','\xed','\xd6','\x9d','\x3d','\xd9','\x73','\xcf','\xa4','\xff','\x19','\x6a','\x3a','\x88','\x38','\x05','\xa9','\xba','\x50','\x75','\xed','\xaf','\xde','\xec','\x0c','\x48','\xd3','\x66','\xb1','\x7a','\x0f','\x4d','\xd2','\x75','\x9d','\x71','\xf5','\xed','\x31','\xcd','\xf0','\xc4','\x57','\xd1','\xa7','\x0d','\xdb','\x17','\x32','\x01','\x77','\x16','\xcc','\x66','\x71','\x64','\x02','\x97','\x52','\x42','\xce','\xd9','\x9d','\x05','\xda','\xb6','\x80','\x8f','\xc2','\xcc','\x5e','\xe3','\x9e','\xf5','\xf7','\xa3','\xc2','\x1c','\x91','\x43','\xdd','\xf0','\x42','\xf3','\x52','\xdb','\x4d','\x03','\xcc','\x21','\xc7','\xd4','\x0e','\x6e','\x1a','\x75','\xa2','\x25','\x1b','\x3b','\x38','\x61','\x16','\x56','\xe4','\x0e','\x16','\x6f','\x6d','\xe6','\xeb','\x24','\x17','\x66','\x45','\x50','\x97','\xa4','\xa3','\xfc','\x6a','\x3b','\x39','\x02','\x5c','\x9a','\x32','\x41','\x44','\xb8','\xbd','\x25','\xfc','\xfa','\xcf','\x86','\xed','\x56','\x1d','\xed','\x93','\x14','\x53','\xb7','\x35','\x7c','\xdf','\x30','\xaa','\x32','\xcd','\xa5','\x17','\x54','\x56','\x5d','\x65','\x51','\xf2','\xea','\xb8','\x5c','\xf7','\x69','\x65','\xbe','\x89','\x80','\x0d','\x95','\x19','\xa5','\x54','\x70','\x6f','\x07','\xa5','\xf5','\xbe','\x80','\xb6','\x12','\x24','\x05','\xeb','\x6d','\x84','\xae','\x64','\x85','\xd6','\xd0','\x05','\xa9','\x49','\x57','\x3c','\xcc','\x20','\x14','\x58','\xf8','\x13','\x4f','\xf2','\x4d','\x5e','\x9c','\x82','\x20','\xfb','\x18','\xe5','\x29','\x9e','\x28','\xd7','\x24','\xed','\xf9','\x87','\x49','\xca','\xbf','\x83','\x4b','\xfe','\xd0','\x97','\xd3','\x00','\x50','\x3e','\x08','\x92','\x1c','\xab','\x37','\x6b','\x13','\xca','\x0f','\x8c','\x02','\x40','\x90','\xc5','\x03','\x32','\x93','\xb1','\x29','\xfb','\x5c','\xfa','\x4e','\x47','\x73','\x90','\x40','\x77','\x60','\xbf','\x97','\x6a','\x66','\x25','\x0b','\x3f','\x36','\x3d','\x8b','\x7a','\x9c','\x0e','\x7f','\x00','\x88','\x2c','\xc5','\x8f','\x76','\x12','\xaf','\xda','\xe3','\x20','\xc1','\xa8','\xd6','\xdb','\x67','\xbb','\xdb','\xef','\x3c','\x12','\x09','\xb8','\x11','\xcf','\x5b','\xf6','\xd2','\x49','\x9b','\x86','\xdb','\x0d','\x59','\x23','\x15','\xdb','\x26','\xba','\xd2','\x7d','\x50','\x66','\x55','\x28','\x63','\x79','\x43','\xa5','\x34','\x8c','\x51','\xf6','\x75','\x25','\xdb','\x28','\xbc','\xd5','\xc1','\x4d','\x1b','\x08','\xda','\x57','\x56','\xb2','\x85','\xf4','\x8d','\x96','\xd9','\x8b','\x79','\xa1','\xc0','\x9f','\x41','\x41','\x59','\xd5','\x72','\xd0','\x11','\x10','\x82','\xaf','\x90','\x7d','\x1f','\x8a','\x49','\x6d','\x20','\xf4','\x39','\x72','\xcc','\xe9','\xdd','\x79','\xa4','\x4f','\x24','\xa7','\x93','\xb7','\x7e','\x35','\x1b','\x8d','\x6d','\xa1','\x42','\xb4','\xfd','\x6a','\xfe','\xb8','\xef','\x8c','\x7a','\x8f','\x1f','\xf9','\xf1','\x15','\x56','\x04','\x3b','\x7b','\x99','\x2c','\x2e','\xab','\xde','\x63','\x91','\x42','\xed','\x5f','\x02','\x90','\x28','\x81','\x32','\xf7','\x0b','\x7d','\xdb','\xbc','\x2c','\x72','\x69','\x32','\xf7','\xf3','\x3c','\x72','\x71','\xbb','\x6b','\xd1','\x5e','\x64','\xb0','\x9c','\xff','\x69','\x66','\xf5','\x55','\xb7','\x40','\x33','\xf7','\xab','\xce','\x9f','\x92','\x9c','\xad','\xb1','\xd3','\x4b','\x8b','\x4c','\xaa','\x44','\x44','\x8b','\x12','\x36','\xed','\x42','\x54','\xc1','\x51','\x7d','\xdf','\x19','\x62','\x8d','\x1a','\x17','\x8a','\xce','\x85','\xee','\xe7','\xf7','\xfe','\xe7','\xd0','\x59','\xcd','\xa6','\xfa','\xa2','\x36','\xeb','\xd8','\x52','\x2e','\xf4','\x99','\xb2','\x79','\xb1','\xd1','\xf2','\x96','\xc3','\x19','\x34','\x1a','\xb1','\x4c','\x23','\x07','\x80','\x66','\x37','\xa5','\x3a','\x72','\x33','\x6a','\x56','\xba','\x89','\xab','\xc7','\x2f','\x50','\xc0','\xce','\xda','\x85','\x0c','\xa0','\x71','\x8c','\x67','\x1a','\xf1','\x5a','\x81','\xe3','\xa1','\x5e','\x5d','\x19','\x31','\x49','\x73','\x8c','\x31','\xc9','\x8f','\x42','\x58','\x3b','\xc1','\x9d','\x80','\xa1','\x0e','\x66','\xd4','\xdc','\xac','\x74','\xbb','\xd7','\x94','\x08','\xdb','\x5b','\xc6','\xed','\x6d','\xc3','\xb6','\xd5','\x89','\x1f','\x92','\xe8','\x25','\x33','\x77','\x3d','\x58','\x6e','\x12','\xd5','\xfe','\x55','\xf3','\x4c','\xf5','\x09','\x03','\x9a','\x06','\x66','\x83','\xce','\x18','\x52','\x66','\x94','\x42','\x48','\xef','\x09','\x44','\x3b','\xee','\x54','\xef','\x0e','\xe1','\xb6','\x1a','\xa4','\x2b','\x39','\x05','\xd5','\x5d','\x2b','\x50','\x57','\x1e','\x93','\xfc','\x35','\x25','\x34','\xe9','\x0f','\xa0','\x44','\xc1','\xcc','\xa4','\xfa','\x38','\x56','\x1e','\x3a','\x60','\xc4','\x1c','\x08','\x09','\xcf','\xb4','\x17','\x0e','\x85','\xf2','\xc4','\xe4','\x3e','\x9d','\x0e','\xf8','\x8a','\x7b','\xff','\x43','\x7f','\x3d','\xad','\x86','\xc0','\x7a','\x88','\xb0','\xce','\x27','\x77','\x84','\xce','\x88','\x2c','\x35','\x40','\xb5','\x73','\x43','\xb5','\xde','\xf6','\x95','\x60','\x66','\x0b','\xb7','\x45','\x8f','\x04','\x62','\x46','\xa2','\x8c','\x42','\xf6','\xdc','\x0b','\xf5','\x8b','\x0d','\x77','\x46','\x31','\xcc','\x44','\x92','\x8d','\x00','\x43','\xbf','\x78','\x04','\x11','\x2a','\xc9','\x03','\xef','\x79','\x86','\x56','\x73','\xf6','\xda','\x5c','\xee','\xe7','\x7a','\xf4','\xbe','\x90','\xe6','\x79','\xcb','\x29','\x8b','\x57','\xca','\x68','\xdb','\x54','\xdb','\x22','\x34','\xd4','\x15','\xb2','\x08','\xc5','\x44','\xf7','\xf9','\x90','\x6b','\x62','\xdb','\xf3','\x2c','\x32','\xb4','\xdd','\x21','\x54','\xbb','\xcb','\x8c','\x24','\xf6','\x45','\xb3','\xfa','\xa5','\x2b','\xc3','\xec','\xbd','\x14','\xed','\x33','\x40','\x90','\x2a','\xe2','\x93','\xfc','\x8c','\xc2','\x5b','\xff','\x8c','\x8d','\x69','\x4d','\xd3','\x5d','\xe4','\x96','\xf6','\xbc','\xfd','\xd7','\x90','\x4f','\xa5','\xca','\x23','\x55','\x5d','\x4d','\xe8','\x13','\x8a','\xcd','\x4d','\x3a','\x16','\xdb','\x88','\x62','\xb4','\x33','\xbc','\xad','\x54','\xe6','\x9a','\x0a','\x00','\x7a','\x9f','\x8d','\x98','\x6c','\xaa','\xe5','\x88','\x8c','\xc9','\x28','\x84','\x01','\xb3','\x5b','\x53','\x4d','\xd4','\xfa','\x41','\xf4','\xee','\xa0','\x88','\x08','\x40','\x26','\x6c','\x56','\xcf','\x60','\x46','\x2a','\xc0','\x7d','\x2f','\xe0','\x44','\xc0','\x5e','\xc1','\x8d','\xa4','\xa7','\xfc','\x69','\x18','\x73','\x55','\xaf','\x12','\x6f','\x93','\x25','\x89','\x53','\x05','\x39','\x93','\x67','\xca','\x79','\xa2','\xde','\xda','\xb6','\x12','\x1d','\x81','\x12','\x21','\x4b','\xbe','\x52','\x37','\x88','\x23','\x29','\xd4','\x45','\x68','\x9e','\x74','\xd1','\x49','\x5f','\xfd','\x3b','\xc4','\xf1','\xac','\x96','\xf1','\x1d','\x99','\xb6','\xe3','\x63','\x10','\x64','\xa7','\x2b','\xaf','\x83','\x89','\xc7','\xb7','\xee','\x8d','\x8f','\x75','\x73','\x27','\x92','\x02','\xa0','\x7d','\xdf','\xb1','\xef','\x3b','\x4a','\x29','\x90','\x3b','\x81','\xac','\xcd','\x9c','\x5d','\x39','\xf8','\x93','\x48','\xcc','\xdf','\x5c','\x63','\x1d','\x0c','\x4e','\xc2','\x84','\x31','\x85','\x4e','\x71','\xdf','\x95','\xe1','\x1b','\x16','\x29','\x42','\x58','\x04','\x0d','\xc7','\xc8','\x27','\x2d','\x29','\x85','\x70','\xb2','\x9c','\xbb','\x85','\x58','\x2b','\xcf','\xde','\x14','\x88','\x9c','\x09','\xb7','\xb7','\x0d','\xb7','\x5f','\x9b','\x3a','\x3b','\x88','\x76','\xb9','\x62','\x12','\x21','\x8b','\x17','\x24','\x01','\xb8','\x7d','\x24','\x38','\x8f','\x37','\xb2','\xe5','\x1c','\x05','\xb6','\x39','\x89','\x33','\xe5','\xff','\x44','\x1a','\xd0','\x37','\x90','\x7e','\x4f','\x48','\x54','\x15','\x1e','\x31','\xff','\x20','\x54','\x17','\xd9','\xd6','\xdb','\x4b','\x01','\x21','\x09','\xf0','\x31','\xc9','\x50','\x7b','\x37','\x80','\x1b','\x99','\x10','\xd4','\x9b','\xcf','\x4d','\x2c','\x90','\x2b','\x16','\xf7','\x57','\x03','\x19','\x1d','\xef','\xa0','\xab','\x2c','\xa0','\x6d','\x4c','\x7e','\x16','\xf8','\x34','\x9d','\x27','\x68','\xd5','\xf8','\x3f','\xf4','\xaf','\x27','\x0a','\xcf','\xf6','\xd2','\xd4','\x51','\xf4','\xc8','\x27','\xa3','\xb0','\x91','\x17','\xe8','\x43','\xa8','\xc6','\x27','\xba','\xef','\x13','\x76','\x79','\x98','\x84','\x20','\x5c','\xb7','\x2b','\x22','\xc9','\xdc','\x94','\x4e','\xd8','\xef','\xf5','\x82','\xe4','\x1d','\x7b','\xdd','\x0d','\x6a','\xf7','\x06','\x0d','\xc3','\xda','\x80','\x80','\x61','\xd8','\xc7','\x17','\x27','\x96','\x05','\xa7','\x3a','\xe4','\x33','\xf3','\xd5','\x0a','\x66','\xb1','\x8e','\x10','\x0f','\x53','\x59','\x0e','\x61','\x43','\xeb','\xae','\xe6','\x69','\x86','\x57','\xc5','\xf4','\x22','\x0f','\xeb','\x65','\x9b','\xd7','\x60','\xba','\xd0','\xa5','\x65','\x82','\x2a','\x6c','\x3e','\x8f','\x2a','\xb5','\x94','\xc5','\x86','\xb6','\x64','\x50','\x5d','\xe4','\x29','\xe8','\x0c','\x57','\x76','\x81','\x8c','\xb2','\xe2','\x78','\xad','\x95','\x95','\xb3','\x01','\x27','\xdf','\x5e','\x8c','\x73','\x56','\x34','\x80','\x3c','\x53','\xb6','\x0f','\xb3','\xcf','\x61','\xb2','\xf9','\xd7','\x3c','\xfc','\x18','\xa3','\x7f','\x6a','\x33','\x84','\xfe','\x54','\x93','\xcb','\x54','\x73','\x4f','\xad','\xef','\xaa','\x97','\x46','\xa3','\xb2','\x08','\x68','\x68','\xf1','\x9d','\x2e','\x21','\x32','\x7b','\x59','\x78','\x01','\x3f','\x6d','\x61','\xa3','\x81','\x17','\x39','\xfb','\x96','\xe4','\xaf','\x26','\xd6','\x62','\x31','\x83','\x89','\x91','\x99','\x50','\x6c','\xbb','\x32','\x87','\x66','\xee','\x3b','\xc6','\x31','\x7b','\x86','\x5c','\x58','\x6a','\x1d','\x8b','\x48','\x85','\xe0','\xc7','\xe5','\x42','\x7e','\xfa','\x0d','\x59','\x6a','\x47','\x08','\x48','\xf5','\x21','\x39','\x0b','\x24','\x6a','\x13','\x8b','\x8a','\x6c','\xc7','\xb5','\xe5','\x89','\xf6','\xdb','\x8b','\xe8','\x5b','\x88','\xfd','\x83','\x71','\x7d','\x25','\xda','\x95','\x70','\xbe','\xe7','\x79','\x08','\xe0','\x79','\x67','\x0f','\x5b','\x8a','\xbf','\x08','\x95','\x88','\xa6','\xe7','\x7f','\x80','\xe0','\x04','\xc1','\x3a','\x40','\x18','\xd0','\x92','\x40','\xe2','\x55','\x25','\xe2','\x64','\x9b','\x04','\x7c','\xd4','\xec','\xcd','\xc7','\x6d','\xd9','\x1c','\x35','\xf8','\xea','\xdb','\x19','\xa0','\xb9','\x94','\xcc','\xe4','\xad','\x05','\x38','\xfa','\x1c','\x42','\x4e','\xa3','\xf9','\x40','\xdd','\xae','\x96','\xdc','\xc0','\x1a','\x98','\x37','\x64','\x7e','\x55','\xe6','\xc2','\x0d','\xa0','\x74','\x87','\x07','\xa9','\x5e','\x4c','\x68','\x4c','\xe2','\x9c','\x89','\x05','\xf7','\x0c','\xad','\x2c','\x25','\x58','\x25','\xc5','\xd7','\xab','\x8f','\x09','\xab','\xe6','\x8b','\x62','\x33','\xd6','\x4d','\xcc','\x27','\x7a','\x9e','\x71','\x10','\x54','\x10','\x44','\xea','\x36','\xaa','\x01','\x93','\x77','\x52','\x40','\xa7','\xdb','\xdf','\xa8','\x07','\x71','\x53','\xf5','\x67','\xd9','\xf2','\x93','\xb2','\xb7','\x29','\xe2','\x0a','\x61','\x40','\xa3','\x98','\x16','\x06','\x05','\x4e','\x79','\xa0','\xb1','\x83','\x96','\x43','\x75','\x96','\xa9','\x77','\xa5','\xae','\xc5','\xa3','\x29','\xbc','\x71','\xe4','\x14','\x96','\x83','\xc0','\xe3','\x70','\x34','\x93','\xc7','\xe0','\xd2','\x61','\xfe','\x84','\x04','\x46','\x3d','\x63','\x22','\x15','\x6c','\xba','\xdf','\x82','\x73','\x7e','\x7f','\xfa','\x44','\xd9','\xf5','\x5a','\x72','\xcb','\xc8','\x27','\x12','\x69','\xa6','\xb0','\x38','\x61','\x6f','\xe7','\x86','\xd7','\xb5','\x57','\xab','\xd5','\x32','\xbd','\xdd','\x65','\xbf','\xdc','\x40','\x0c','\x1b','\x05','\xba','\xe9','\xcc','\xf5','\xce','\x20','\x80','\xda','\x22','\x4d','\x4a','\xd4','\x4c','\x6e','\x00','\xda','\xeb','\x4d','\xef','\xa5','\xdd','\xf4','\x2e','\xd9','\x57','\x96','\x14','\x78','\x0a','\x7c','\x59','\x97','\x34','\x2b','\x74','\x00','\x01','\x67','\x74','\x69','\xca','\x34','\x61','\x47','\xad','\x40','\x94','\x8c','\xd7','\x37','\xf9','\x6b','\xdc','\xfa','\x7b','\xfd','\xcb','\x9b','\x1a','\x51','\x48','\x37','\x2e','\xb2','\x78','\x80','\xd2','\xff','\x8b','\xd8','\x48','\xca','\xe2','\xe2','\xda','\x8f','\xd4','\xc3','\x88','\x22','\xd1','\x83','\x07','\x10','\x9c','\xc8','\x9c','\xff','\x11','\xd8','\xe4','\xb8','\xa9','\xa9','\x11','\x87','\xbe','\xb1','\x05','\xe6','\x50','\xa7','\xb1','\x58','\x4f','\xed','\x02','\x2d','\x95','\x71','\xa3','\x30','\xbb','\x32','\x59','\xe5','\xaa','\x7f','\x5d','\xe1','\xb6','\x47','\x8a','\x71','\xf4','\xdb','\x7f','\x79','\x82','\xb3','\x3c','\xa9','\x74','\xd6','\x31','\x56','\xd1','\x80','\xdd','\x81','\x65','\xae','\xf2','\x75','\x29','\xc7','\x93','\xcd','\x8b','\x51','\x98','\x9a','\x01','\x46','\xeb','\xeb','\x10','\x4f','\x4d','\xdf','\x18','\xea','\xc4','\xa0','\x02','\xa0','\x3a','\x66','\x72','\x16','\x1d','\xc3','\xec','\xce','\x48','\x7e','\x44','\x75','\x17','\xb8','\x75','\x3f','\x33','\x42','\xcf','\xf5','\x3c','\xd4','\xe1','\x41','\xeb','\xc5','\x96','\x24','\x64','\x2e','\x59','\x37','\xd7','\x4e','\x77','\xb1','\x20','\x45','\xeb','\x59','\x23','\xbb','\x51','\x20','\x3f','\x8c','\xb9','\xaa','\x1a','\x7b','\x58','\x3d','\xaf','\x59','\xa9','\x30','\xda','\x33','\xf7','\xbb','\x07','\x55','\xc7','\x92','\x4c','\xbe','\x83','\x20','\x89','\xfd','\xfc','\x20','\x2f','\x7c','\x36','\x9b','\xeb','\xf1','\xac','\x40','\x8a','\xe9','\x58','\x2d','\x87','\x57','\x43','\xb0','\x7e','\x0f','\x67','\x80','\xc4','\x0b','\xdc','\xbe','\xef','\x43','\x58','\x05','\x40','\xfd','\xf2','\x36','\x3e','\x37','\x85','\xfb','\x83','\xe8','\xb2','\xc7','\x94','\x99','\xee','\x38','\x06','\xe9','\x2b','\x48','\x82','\xf4','\xd1','\xf8','\xba','\x8d','\xef','\xc0','\x55','\xe8','\x0c','\x93','\x97','\x08','\x9e','\x56','\xd0','\x58','\x70','\xa7','\x4c','\xcb','\x1c','\x62','\x66','\x94','\x7b','\x63','\x2c','\x89','\xb0','\x6d','\x09','\x6f','\xbf','\x36','\x6c','\xb7','\x0c','\x32','\x1e','\x0f','\xaa','\x4b','\xf4','\x0e','\x92','\xfa','\x44','\x6f','\xda','\x88','\x15','\x32','\xc9','\x30','\x10','\x88','\xf2','\xbf','\x10','\xaa','\x12','\x6a','\xd5','\xac','\x14','\x06','\x32','\x99','\x01','\xdb','\xe2','\x0a','\x93','\x52','\x30','\x84','\xb6','\x32','\x74','\x27','\xec','\xef','\xd5','\x95','\xb7','\x65','\x72','\xcc','\xcd','\xf3','\x12','\x37','\x20','\xc2','\xa1','\x55','\x09','\xd3','\xfb','\x1a','\xd8','\xfc','\x6f','\xcd','\x3b','\x8c','\x14','\x6c','\x40','\xc3','\xa2','\x1e','\x13','\x1e','\xfd','\xb5','\x3d','\x0c','\xec','\x76','\x87','\x02','\xb0','\x78','\x08','\x67','\xfc','\x80','\x92','\x1f','\xfa','\x4a','\x3a','\x52','\xa0','\x82','\x90','\x8e','\x32','\xdb','\xea','\xd2','\xc5','\x24','\xa2','\x20','\x48','\x3e','\xb7','\xb9','\x68','\x41','\x90','\x9c','\x3f','\x24','\x54','\x9e','\x55','\x08','\xd8','\x9a','\x27','\xa8','\x94','\x4a','\xe5','\x07','\x77','\x02','\x51','\xd1','\x55','\xe3','\xa2','\x07','\x02','\xd0','\xbd','\x56','\xd9','\x5d','\xe9','\xc1','\x4b','\x89','\x27','\xbf','\xeb','\x7e','\x18','\x74','\x6c','\x07','\x57','\xe7','\xb9','\x04','\x19','\xb0','\xa4','\x2a','\x5e','\xd0','\x1d','\x2e','\xeb','\xe6','\x1a','\x8e','\xff','\x34','\xc5','\xcd','\x68','\x9e','\x51','\xe7','\xf7','\xbb','\x31','\x66','\xb7','\x79','\xc6','\x33','\xa6','\x38','\x4f','\xe0','\x55','\x2f','\x1f','\x87','\xfe','\xb5','\xb5','\xeb','\x0b','\x8c','\x41','\x71','\x93','\x10','\x66','\xe7','\x47','\x9c','\xc4','\x74','\x99','\x57','\x0b','\x25','\xf2','\xc2','\xad','\xa2','\x5b','\x22','\x53','\xd4','\x95','\xf2','\xd5','\x71','\xd4','\xe3','\x14','\xd3','\x59','\xa5','\x21','\xf2','\x34','\x60','\x4a','\x17','\xfc','\x23','\x0a','\xeb','\xd3','\x40','\xe5','\xc5','\x24','\xfd','\x30','\x1b','\xc0','\x54','\x41','\x3a','\x53','\x3d','\x07','\x24','\xfd','\xa8','\x3b','\x1d','\x0d','\xff','\x38','\x40','\xc2','\xdd','\xdc','\x7e','\x30','\xe7','\x34','\xf1','\xbb','\x7b','\xea','\x96','\x5e','\x02','\x92','\x8e','\x47','\x63','\x26','\xef','\xa3','\xea','\x19','\xa4','\xb2','\x17','\x5d','\x0c','\x8d','\x75','\x61','\x6e','\xe7','\x86','\xa3','\xc2','\xa6','\x2c','\xc1','\x2f','\x36','\xd8','\xe8','\x6c','\xd2','\xb1','\xba','\x95','\xfb','\x6d','\x74','\x1b','\x37','\x9c','\x04','\x45','\xb5','\x84','\x08','\x00','\xa7','\x0a','\x0a','\xc1','\x68','\x97','\x08','\x0b','\x70','\x93','\xb8','\xa2','\x57','\xc0','\xef','\x8c','\x86','\xbc','\x7f','\xfb','\x38','\x79','\x35','\xad','\x18','\xe6','\x47','\xe6','\x75','\x94','\x4d','\xca','\x64','\x26','\x09','\x4e','\xde','\x89','\x65','\x5b','\x24','\x05','\x40','\xf6','\xa6','\x54','\xbb','\xf2','\x5f','\x95','\xd4','\x79','\xb9','\x54','\x0f','\xb4','\x4c','\x99','\xe3','\x8b','\x6b','\x64','\xb7','\x59','\xa3','\xab','\xe5','\xd3','\x9d','\xa3','\x28','\x3c','\x24','\x1e','\x5a','\x5a','\x8b','\xf8','\x96','\x19','\x47','\xf3','\x80','\x19','\xa7','\xb6','\x20','\x47','\xf9','\x2b','\xfb','\x50','\xfe','\x50','\x2f','\xeb','\xc4','\xec','\xef','\x7a','\xe2','\x53','\x19','\x60','\xa5','\x8f','\xe9','\x48','\x99','\x5c','\xb2','\xaa','\x02','\x02','\xb6','\x5b','\xc2','\x2f','\x05','\x3f','\xde','\x45','\xb5','\x67','\x32','\xbd','\x45','\x9a','\x08','\x5b','\x2b','\xed','\x5a','\x5e','\x01','\x4d','\x70','\x34','\xbc','\xd3','\x5d','\xc1','\x56','\xd7','\x49','\xbf','\x13','\xc8','\x6d','\x04','\x49','\x7e','\xd5','\x44','\xa4','\xaf','\x92','\xa6','\x44','\xb8','\x53','\x35','\x8d','\xd9','\x05','\x04','\x95','\xea','\xe2','\x5b','\x1a','\x3c','\x19','\x7b','\x1b','\x77','\x42','\x81','\x84','\xcb','\xc0','\xe9','\x1a','\xb6','\x1f','\xf5','\xa0','\x76','\xac','\x83','\xe2','\x1f','\xa3','\xd4','\x99','\xf1','\xd8','\x62','\x7b','\x26','\xe9','\xd2','\x86','\xeb','\xef','\xe9','\x7d','\x42','\xab','\x89','\xcf','\xa2','\x40','\xda','\x51','\xeb','\xe3','\xcc','\xfa','\xc1','\x25','\x61','\xa2','\x8e','\xc1','\x26','\xa3','\x6c','\x92','\xd5','\xbf','\x99','\x8e','\x9a','\xe1','\x6a','\x13','\xfd','\x16','\x19','\x76','\x24','\xd1','\x99','\xdd','\xeb','\x38','\xc7','\x35','\xfa','\xa0','\x63','\x74','\xc7','\x2b','\xde','\xdf','\xb3','\x1d','\xfd','\x4d','\xe1','\x55','\x19','\xd4','\x52','\x57','\xd6','\xc6','\x66','\xce','\xb7','\xf9','\xd9','\x82','\x30','\xea','\xad','\xf0','\x4c','\x62','\xae','\x52','\xb5','\x15','\x6a','\x77','\x95','\xec','\x7b','\xbd','\x8f','\x84','\xf6','\xca','\xeb','\x74','\xec','\xeb','\xea','\x6a','\x2f','\xc5','\x5a','\x7f','\x78','\xb4','\x37','\x2c','\x4f','\xf1','\xaf','\xe2','\xef','\xf9','\xcf','\x0e','\x22','\x3a','\x4f','\x4b','\xba','\xa1','\xdf','\xcf','\x91','\xd8','\x79','\x7e','\x52','\xa2','\xd6','\x96','\xdd','\x53','\x9e','\xd9','\x95','\xa1','\x0b','\x32','\x71','\x32','\xef','\xaf','\x1a','\x60','\xd4','\xbe','\x63','\xa7','\x47','\xf8','\x4b','\x45','\xcd','\x90','\x28','\xbd','\x56','\xf3','\xc3','\xff','\x56','\x86','\x79','\x59','\x31','\x6b','\x09','\x09','\x81','\x89','\x1e','\x30','\x0f','\xdb','\xcb','\x32','\xe8','\x57','\xd3','\x01','\x62','\xea','\xe1','\x5c','\xdc','\x45','\x79','\xf1','\x04','\xc5','\xf6','\x5d','\x2a','\x7c','\xa3','\xfc','\x9f','\x7c','\x9e','\xa7','\xfb','\x22','\x46','\x53','\x95','\x48','\x80','\x32','\x21','\xa1','\xba','\xa4','\xb6','\x63','\x8e','\x0a','\x83','\x53','\xdf','\x1d','\xb2','\x17','\x92','\xa6','\x44','\xc6','\xbb','\x5a','\xef','\x2b','\x95','\xd7','\xbb','\x71','\xea','\x34','\x14','\xbf','\xa3','\x01','\x3b','\x2f','\xb8','\xb9','\xe1','\xde','\xef','\xed','\x9a','\x8c','\xdd','\x8c','\x77','\x89','\xcb','\x18','\x5c','\x5e','\x3b','\x8b','\x1b','\xc3','\xfa','\xd4','\xcc','\xb4','\x9d','\x77','\x0e','\x16','\x77','\xd3','\xf6','\x90','\xb2','\xc4','\x32','\xbb','\xf6','\x62','\xa8','\x47','\x5b','\x92','\x4b','\x84','\xb9','\x5e','\x40','\x0f','\xa6','\xe6','\x38','\x44','\xca','\x27','\xda','\x16','\x75','\x53','\xe1','\x59','\x06','\x6b','\x46','\x76','\x8d','\x8e','\xc6','\xc7','\x2b','\x84','\xdb','\x51','\x76','\x6b','\x75','\x6a','\x88','\x44','\x26','\xfc','\x25','\x5a','\xc2','\x88','\xe3','\x44','\xac','\x23','\x37','\xa1','\x6d','\xdb','\x8e','\x01','\x90','\x78','\x81','\xb3','\x66','\x53','\xf1','\x26','\xe5','\x65','\xc9','\x5e','\xa2','\x48','\x09','\xa3','\x5f','\x7f','\x7b','\x3c','\x45','\x0b','\x57','\x16','\x85','\xe4','\x75','\x87','\x45','\x05','\xd7','\x85','\x9b','\x44','\xe2','\xc9','\xb7','\xd1','\xe3','\x25','\x9f','\x3c','\x5a','\xb0','\xd2','\xef','\x5f','\xa8','\xe0','\xa7','\x28','\xa3','\xca','\x5b','\xbd','\xe3','\x67','\x7b','\xcb','\xc8','\x39','\x99','\x1d','\x93','\x36','\xd9','\x65','\xfb','\x96','\x7d','\xed','\xad','\x59','\x82','\xb4','\x0f','\x81','\xda','\x4e','\x51','\xf7','\x74','\x02','\xb4','\x15','\x22','\xd3','\x8a','\x3a','\x8a','\x85','\x91','\x38','\x93','\xc8','\x09','\x77','\x51','\xbd','\xa8','\x7b','\x4f','\x71','\x3d','\x42','\xa2','\x34','\x00','\x72','\x3e','\x20','\x25','\xc2','\x9e','\x13','\xee','\x8d','\x11','\x16','\x14','\x65','\x7c','\x85','\x09','\x80','\x9c','\x51','\x23','\xbf','\xf2','\xcc','\xb5','\xb1','\xa9','\x23','\x16','\xc7','\x6b','\x06','\xf7','\xd7','\xcf','\xdc','\xf0','\x6d','\x5a','\x6e','\x06','\x54','\x06','\xa5','\xe9','\x29','\x9a','\x00','\x16','\xc0','\x9b','\xa8','\x1c','\x44','\xb5','\xca','\xc0','\xf8','\xfd','\x07','\xf9','\x7c','\x16','\x7d','\x54','\x86','\x7d','\x28','\xd3','\xd7','\x06','\xf5','\xb4','\xd6','\x52','\xcd','\x4e','\x68','\x50','\xeb','\xad','\x68','\x90','\xdd','\x20','\xc7','\x77','\xfa','\x49','\x42','\xca','\x80','\xdc','\xda','\x5e','\x32','\x23','\xef','\x8c','\xfd','\x4e','\xb8','\xdf','\xc5','\x49','\x02','\xfa','\x22','\xd6','\xe1','\x36','\xc8','\x45','\x9a','\x01','\x99','\xb3','\xce','\xb3','\xb6','\xb1','\xa6','\xf2','\x56','\x26','\xea','\xb9','\x03','\x39','\xe3','\x24','\x20','\x65','\xa9','\x71','\xf9','\xb9','\xed','\x48','\x79','\x57','\x07','\x3f','\x83','\x2c','\x6a','\xa0','\x53','\x17','\xba','\x34','\xab','\x93','\x76','\x11','\x45','\x64','\x26','\xbf','\x22','\xe0','\x21','\xff','\x7e','\x72','\x02','\xab','\x9e','\xc7','\x64','\x80','\x64','\xb5','\x5e','\x56','\xca','\x59','\x8b','\x6a','\xb3','\x76','\xfc','\x5f','\x1f','\x3e','\x95','\x1d','\x1d','\xb5','\x4a','\x40','\x4d','\x76','\x1c','\x7c','\x02','\xe8','\x90','\x2c','\x58','\xe4','\xfa','\x67','\x93','\xf4','\x81','\x41','\x0b','\x6a','\x6e','\xcf','\x7d','\xde','\x01','\xa9','\x7b','\x30','\xa4','\x26','\x6b','\x51','\xc0','\x4c','\x4d','\x07','\x40','\x73','\x91','\x5d','\xb0','\xb7','\xfb','\xbe','\x6e','\x37','\xc6','\x76','\x03','\xb0','\x55','\x3b','\x39','\x6e','\xc0','\x09','\x6d','\x81','\xb6','\x30','\x2b','\x60','\x90','\xa2','\xe8','\xe5','\xa7','\x04','\xa8','\x35','\x0a','\xea','\xe5','\xc8','\x65','\x2f','\x5d','\xe6','\xef','\xec','\xc1','\x6f','\x9b','\xfa','\xbc','\xcb','\x7d','\x40','\x02','\x72','\x64','\xc7','\x8a','\xa7','\xe3','\x48','\xca','\xa4','\x96','\x7c','\x07','\x02','\x74','\x32','\x05','\xd7','\x20','\x08','\xf6','\xa1','\xeb','\x4d','\x92','\x67','\x77','\xde','\x50','\xfb','\xba','\x16','\xa4','\xfe','\x3d','\x3c','\x1b','\x14','\x75','\xce','\xf8','\x7b','\xf5','\x2e','\x7e','\xff','\xc6','\xf4','\x15','\x72','\x32','\xe7','\x6d','\x58','\x3c','\xb1','\x1b','\x3c','\x96','\x06','\x27','\x08','\x00','\xd4','\x0c','\xae','\x94','\xe2','\xdb','\x53','\x98','\xba','\x7f','\xe5','\x9f','\x9a','\x44','\x69','\xfa','\xa8','\xd7','\x13','\x4f','\x56','\x74','\x56','\x34','\x8d','\x66','\x99','\x56','\x1b','\x14','\x0e','\x44','\x0c','\x4c','\xad','\x4f','\x70','\xfd','\x6c','\x5f','\x1d','\x0d','\xac','\x28','\x7f','\x94','\x8b','\x2c','\xf2','\xb4','\x6f','\x25','\x5d','\xee','\x61','\xd8','\x07','\x69','\x65','\x88','\x5e','\xe2','\x0c','\x58','\x68','\x00','\xa0','\x1e','\xb8','\xab','\x66','\x6f','\xb7','\x5f','\x19','\xdb','\xd6','\x56','\x60','\x3c','\x44','\xa9','\xff','\xb8','\xff','\x90','\x10','\xf6','\xec','\x4e','\x13','\x9f','\xae','\xb8','\x0a','\x82','\x24','\x25','\x01','\x2f','\xb1','\xad','\xfb','\x67','\x9f','\xbe','\xd9','\x26','\x8e','\x0c','\x4c','\x1f','\x63','\x33','\xb5','\x3c','\x92','\x6c','\x5b','\xa7','\x8c','\x94','\xb9','\xae','\xa2','\xa6','\x1d','\xfb','\x7b','\xbd','\x33','\xa8','\x7a','\x7b','\x29','\xd5','\x83','\x1c','\x49','\xbb','\x92','\xd3','\x8b','\xa8','\xb5','\x5a','\x35','\xd1','\x73','\x3d','\xa3','\x3b','\x3f','\xdc','\x56','\x6e','\xd4','\xfd','\x27','\x8d','\xed','\xb0','\x62','\x22','\x7e','\xf2','\x8e','\x2c','\xb2','\xaf','\x72','\x4b','\x83','\xce','\xed','\xab','\x07','\xb2','\x6d','\xe2','\x40','\x94','\xe4','\xd4','\x99','\xeb','\xac','\x3c','\x8b','\x24','\xd7','\x61','\xbe','\x39','\x93','\xfc','\xa1','\x0f','\x90','\x1b','\x48','\x23','\x43','\xe3','\xe5','\x0f','\xb4','\xb1','\xdb','\x1e','\xb9','\xbd','\xb0','\x97','\x1b','\xeb','\x2b','\xeb','\x45','\x52','\xc2','\xb7','\xbd','\x58','\x73','\xe6','\x47','\x79','\x50','\x0b','\x5c','\xe7','\x42','\x1b','\xd3','\x0c','\x05','\x45','\x72','\x77','\x47','\x4a','\x40','\x49','\x45','\xdd','\x46','\xdf','\xf7','\x84','\xfd','\xbe','\xa3','\xec','\x7d','\xec','\xb3','\x99','\x77','\x86','\xc5','\x85','\x3a','\x7a','\xa5','\xd7','\xb9','\xa7','\x6e','\x5f','\xa8','\x3f','\x9a','\xd7','\xe4','\xa6','\xb5','\xf2','\x37','\x8a','\x01','\xfb','\x6f','\x02','\x9a','\x9b','\x6f','\x73','\xf0','\x5a','\x98','\xe2','\x72','\x9e','\x51','\x58','\x18','\x9b','\x3d','\xb5','\x3a','\x8b','\x49','\x92','\xad','\x0f','\x44','\x87','\xac','\x8d','\x78','\xb4','\x1b','\x14','\xe5','\xb7','\xa6','\x3b','\x25','\x76','\xe1','\xe4','\x55','\x6f','\xc7','\x59','\x95','\xda','\x8e','\x9e','\x78','\xe9','\x94','\xfe','\x35','\x8a','\xa2','\x8e','\x1f','\x32','\x66','\x91','\x96','\xe9','\x45','\xa5','\xcf','\xfe','\x98','\x09','\xcb','\xa1','\x04','\xc7','\x34','\xc3','\xaf','\x87','\x09','\xbc','\x82','\x3f','\xb2','\xfb','\x73','\xe5','\x83','\xcf','\xdf','\x0d','\x84','\x8b','\x99','\x4d','\x0b','\x5e','\x95','\xf3','\xc2','\xcd','\xcd','\xb4','\xec','\xa0','\xe8','\x7c','\xac','\xb2','\xb7','\x9f','\xbd','\xaa','\x96','\x24','\x65','\x87','\xee','\x02','\x31','\xa0','\x66','\x69','\xf7','\xf7','\x02','\x11','\xba','\x75','\x78','\x56','\xb3','\x56','\x30','\xf4','\xb2','\xd2','\x2e','\x8f','\xc9','\x0d','\x5a','\xb9','\xbc','\xb4','\x66','\xdb','\x2b','\xd5','\xef','\x20','\xe2','\x11','\xfc','\xc0','\xe8','\x3f','\x0a','\x78','\xa0','\xf9','\xd8','\xb5','\x01','\x01','\x74','\xa9','\x2d','\x40','\xa4','\xb6','\x50','\xaa','\x0b','\xb5','\x93','\x71','\xb0','\xea','\x6a','\xc6','\x7c','\x58','\xba','\xae','\x21','\x39','\x26','\x15','\x52','\x91','\xfb','\xb3','\x5a','\xd9','\xe4','\xac','\x10','\xb8','\xf3','\x49','\xe1','\x91','\x2e','\xc3','\x59','\x81','\xae','\x8c','\xd7','\x07','\xe9','\x95','\xe2','\xff','\xd9','\xe2','\x5d','\x52','\x8b','\x1c','\x6f','\xb6','\x1f','\xec','\xcf','\x31','\xa5','\x99','\xb9','\xdb','\xa9','\x13','\x84','\xfb','\xfd','\x8e','\x7d','\xdf','\xd5','\xf4','\x4d','\x6e','\x07','\x3e','\xa2','\x19','\x73','\xfd','\x16','\x64','\x78','\x8c','\xc8','\xdc','\x09','\x36','\x71','\x74','\x84','\x7f','\x7c','\xda','\x06','\xf8','\x98','\x08','\x31','\xfd','\x21','\xbf','\x49','\x06','\xd3','\x31','\x1f','\x5e','\x8a','\xd9','\x9b','\x98','\x80','\xa4','\x4c','\xb8','\xfd','\xaa','\xee','\xae','\x53','\x6e','\x0a','\x01','\x93','\x2a','\xfd','\x9a','\x8d','\x5d','\x21','\x6c','\xe9','\x56','\x05','\xc5','\x26','\x2f','\x3f','\xba','\x52','\x62','\xad','\x59','\x14','\x1c','\x98','\xd5','\x21','\xa1','\xb8','\x4b','\x18','\x15','\x0a','\x31','\xa3','\xb0','\x34','\x33','\xad','\x90','\x38','\x55','\x96','\xd7','\x8c','\xf5','\xb6','\x74','\xe1','\x5d','\xe2','\x2a','\xbb','\x81','\x40','\x4e','\x0c','\x2e','\xd4','\x77','\xac','\xda','\x5f','\x06','\xd4','\xbc','\xc6','\x9b','\x65','\x92','\xca','\x52','\xb1','\x94','\x73','\x65','\x38','\x18','\xbb','\x12','\xc7','\xc6','\x3f','\x8c','\x13','\x71','\xd1','\x59','\xf8','\x67','\xe8','\x3b','\xcd','\xb5','\x1f','\xfa','\xcb','\xa9','\xed','\x43','\x07','\xed','\xdb','\x0d','\xf1','\x09','\xe3','\xac','\xc0','\xa0','\x01','\x1d','\xa3','\x6d','\x88','\x11','\xae','\x7a','\xe6','\x34','\xe9','\x31','\x03','\x29','\x65','\x94','\xcc','\xf5','\x1e','\x8f','\x3b','\xe3','\x9e','\xaa','\x49','\x8d','\x1e','\xaa','\x16','\x4f','\x91','\x7c','\x3c','\x0d','\x2c','\x66','\x99','\x1e','\x17','\x9a','\x44','\x96','\x38','\x8e','\x4f','\x0a','\x4f','\x32','\xd5','\xef','\x61','\x6b','\x6d','\xf4','\xb0','\xb5','\x4d','\xf7','\x64','\xde','\xb3','\x0b','\x34','\x7e','\x54','\xe5','\x49','\x34','\x31','\xe5','\x85','\x12','\xad','\x95','\x2b','\xf0','\xdf','\x2b','\x32','\xac','\x9f','\xf7','\xb9','\x10','\xd8','\xc6','\x6b','\x8c','\x5a','\x58','\x9c','\x2a','\xd1','\xb2','\xfb','\x93','\x68','\xc2','\x5f','\x3b','\x80','\x13','\x46','\x2f','\x25','\x1e','\xce','\x71','\xbc','\x8a','\x2e','\xf6','\xf7','\x6f','\xa1','\xcf','\xa8','\xef','\x59','\x76','\xdc','\xcf','\xe3','\xc8','\xc5','\xa1','\x68','\x17','\x9d','\xea','\x39','\x20','\x01','\x3f','\xa5','\x03','\x9b','\xc2','\x0d','\x04','\x71','\x05','\x40','\xef','\xf7','\x7a','\xe1','\x3a','\x60','\xe6','\x0a','\x57','\x9d','\x44','\xc7','\x5f','\x9b','\xd4','\x6e','\x2e','\xb4','\x07','\xf1','\xf2','\xe8','\x26','\x64','\x03','\x4e','\x7a','\x1f','\x20','\x87','\x6f','\x52','\xfe','\x56','\x9e','\xfa','\x5a','\xf4','\x95','\x0e','\x88','\x64','\xf7','\x35','\xe5','\x84','\xbc','\x55','\x13','\xbd','\xbc','\x25','\x75','\xe5','\xad','\xed','\x1e','\x7f','\x3f','\xd3','\x9e','\xad','\x4a','\x64','\xfe','\x76','\xef','\x8e','\x6d','\x6e','\x50','\x07','\x41','\xc5','\x02','\xa2','\x76','\x65','\x80','\x9c','\x6b','\x56','\x00','\xf7','\x5d','\xc6','\xe7','\xb3','\x34','\xd3','\x79','\x5e','\x94','\xe4','\x34','\xb9','\x03','\x85','\xbd','\x94','\xdd','\x61','\x17','\x66','\xc6','\xfd','\x7e','\xc7','\xfd','\x7e','\x1f','\xc2','\x0e','\xf7','\x00','\x59','\xc5','\xb6','\xa3','\xa8','\x45','\xef','\xe8','\xe7','\x78','\xf2','\x43','\xd8','\xfb','\xe4','\x2c','\xc4','\x47','\x68','\x96','\x96','\x7b','\x17','\x11','\x46','\x9b','\xd4','\x63','\xd1','\xa6','\x14','\x17','\xd2','\x38','\xfc','\xd5','\xa9','\x17','\x25','\xc7','\x01','\x10','\x3a','\x24','\xd1','\x00','\x54','\xd3','\xef','\x40','\xa4','\x33','\x14','\x06','\xb7','\xce','\x4c','\x39','\xe1','\xf6','\x96','\x71','\xbb','\x65','\xa4','\xcd','\x48','\xb1','\xa6','\x99','\x8b','\x60','\x89','\x63','\x91','\x26','\x75','\xf3','\x8e','\x0c','\xfa','\x50','\x1b','\x8a','\x4d','\x31','\xac','\x49','\xe1','\x54','\x03','\x19','\x81','\xc6','\x72','\xdc','\x9a','\x0f','\x15','\xe8','\x25','\xdc','\x48','\x56','\x56','\x77','\xe0','\x1f','\x60','\x67','\x71','\x8e','\xd0','\x00','\x3a','\x13','\x92','\x00','\x3d','\x57','\x47','\xee','\x63','\xaf','\x15','\xc2','\xdc','\x59','\x6d','\x43','\xd4','\xe7','\xd6','\x9f','\x7a','\x06','\x0e','\x66','\xd4','\xb0','\x37','\xfc','\x60','\x5b','\xaf','\x19','\x1a','\x9a','\x3f','\xce','\xc7','\xee','\x8c','\x7a','\xb6','\x26','\x78','\x1c','\x6f','\x0e','\xc5','\xce','\xd3','\xa0','\xfe','\x38','\x96','\xc5','\x34','\xf4','\x0f','\xfd','\x5d','\xb4','\x90','\x1a','\x0f','\xcb','\x24','\x37','\x51','\x49','\xe7','\xc3','\x7c','\xa7','\xdc','\x70','\xca','\x86','\x1e','\x3c','\x6b','\x89','\x9e','\xb8','\x5a','\x22','\xdc','\x15','\x6a','\xa0','\xed','\xec','\x02','\xc8','\xdc','\xee','\x0f','\xa2','\x7a','\xde','\xa0','\xc8','\xf9','\x80','\x9d','\xdb','\x5f','\x55','\x9f','\x87','\xa2','\x0a','\x46','\xf0','\xe3','\x5f','\x42','\xcc','\xf8','\xd8','\xf8','\xaa','\x97','\xbd','\x83','\x0c','\xcb','\x19','\x34','\x4c','\xcb','\x8c','\x24','\x4c','\x10','\x97','\x96','\xaf','\xcc','\x77','\x69','\x66','\xef','\xba','\x02','\xaa','\x26','\x43','\x80','\x7a','\xcb','\x04','\x89','\x27','\xae','\x50','\x0e','\x8d','\x1e','\x3b','\xa7','\xc6','\x53','\xb0','\x69','\xe2','\x50','\x7c','\x2f','\xdd','\x32','\x29','\x95','\x4d','\xcf','\xde','\xf9','\xc4','\xd2','\xdf','\xd4','\x14','\x5c','\x12','\x05','\xaf','\xd6','\x81','\x5c','\xef','\xd4','\xf8','\xe2','\x20','\x03','\xf0','\x8b','\x64','\x07','\x3a','\xcd','\x75','\x5a','\x25','\xf0','\x08','\x42','\x3c','\x4a','\xf2','\x2a','\x1f','\x6f','\x95','\x31','\x52','\xfd','\xf1','\x8c','\x97','\x25','\x59','\x8e','\xd8','\x75','\x2c','\xc1','\x16','\x1c','\x64','\x3c','\x85','\xa6','\x21','\x01','\xb1','\x75','\x20','\xd4','\x5d','\xa3','\x82','\xfb','\xbd','\x60','\x7f','\xdf','\xb1','\xef','\x7d','\x4e','\x96','\xbd','\x3a','\x2e','\x01','\x53','\x07','\x1a','\x02','\xcc','\x43','\x09','\x58','\x07','\xa1','\xa9','\x86','\xb4','\x8c','\x75','\x98','\xd0','\x5e','\x57','\x73','\xba','\x1a','\xd3','\xaa','\x49','\x00','\xd5','\x85','\x95','\x9d','\x7d','\x5a','\xc6','\xec','\x94','\x52','\xf5','\x86','\xdb','\x27','\x87','\x46','\xc6','\x69','\x3f','\x18','\xd1','\xba','\x98','\x4a','\x87','\x63','\xa0','\x82','\x9f','\x7e','\xfc','\x40','\x9d','\x37','\xb5','\xb3','\x72','\xb2','\xd1','\x66','\x38','\x2a','\x64','\xd2','\xbd','\x08','\x37','\x2c','\xe9','\x21','\x69','\x7f','\x15','\xd0','\x1c','\xb1','\xb5','\x17','\x03','\xa1','\xe1','\xc5','\xa2','\x42','\x33','\x1f','\x02','\xcc','\x3c','\xbd','\x0c','\xd5','\x39','\x41','\xb0','\x01','\xec','\x45','\x52','\x03','\x93','\x9d','\x65','\x0a','\x23','\x7c','\xec','\x8b','\x57','\xd1','\x41','\x63','\x3a','\x05','\xf5','\xd5','\x19','\xf2','\xf8','\x6a','\xfa','\x73','\x26','\x8d','\xe5','\x03','\xc3','\x33','\x80','\x21','\x2b','\x39','\x62','\xdf','\xb9','\xa6','\x32','\xab','\xb6','\xec','\x91','\x12','\xe1','\x76','\xab','\x3b','\x3f','\x79','\x4b','\x36','\x69','\x58','\xb3','\x90','\xc8','\x7c','\xa6','\x5d','\x10','\x06','\x50','\x57','\x0f','\xc8','\x05','\xb1','\x4a','\x0c','\x51','\x5f','\xb1','\xbb','\xea','\xce','\x7c','\x25','\xf4','\xfd','\xae','\xd4','\xbc','\x51','\x88','\xea','\x61','\xe2','\x4d','\x03','\xd6','\x70','\xb2','\x45','\xce','\x00','\x50','\x5a','\xbb','\x11','\x1b','\x97','\x9d','\x66','\x25','\x76','\x50','\x0c','\xba','\xda','\x64','\x79','\xe3','\xac','\x91','\xd8','\x3c','\x55','\x66','\x48','\x6e','\x0b','\xdd','\xad','\x72','\x1a','\x65','\xeb','\x33','\x20','\xc5','\x4a','\xec','\xad','\xde','\x1f','\xa5','\xe1','\xc2','\x4f','\x5f','\xfe','\xd0','\xbf','\x8e','\xcc','\x7c','\x74','\x53','\x66','\xc2','\x54','\x4f','\x95','\xd4','\x30','\xef','\xba','\x9a','\xce','\x8a','\x79','\x24','\x71','\x55','\x68','\xb8','\x8f','\xe4','\xfa','\x8a','\x80','\xc4','\xc8','\xc4','\x48','\x89','\xc1','\x25','\x55','\x6f','\x71','\xf7','\x66','\x3f','\x43','\x45','\x6f','\x80','\x8f','\xe5','\xd3','\xb2','\x0f','\xf5','\x5b','\x49','\x74','\x5b','\xd8','\xbe','\xf3','\xdc','\xa3','\xd5','\x17','\x14','\xc2','\x92','\xac','\xec','\x19','\xf0','\xa3','\x60','\x42','\x3e','\x0d','\x8a','\xe0','\x63','\xd4','\x3d','\xe8','\x59','\x96','\x7d','\xd1','\xac','\x56','\xd3','\x80','\xa9','\xae','\xe1','\x50','\x07','\x40','\x41','\x94','\x37','\x96','\x8c','\x07','\x46','\x63','\xe5','\x84','\xc8','\xab','\xa6','\x04','\x9b','\xbc','\x74','\x55','\x5c','\xff','\x59','\xae','\x6a','\x94','\x49','\x9b','\xcf','\x07','\x00','\x8a','\xe3','\xe9','\xb3','\x3a','\x3d','\x97','\xfc','\x73','\x05','\xa2','\xf8','\x62','\xa2','\x50','\xaf','\xe2','\x7e','\x02','\x55','\x13','\x72','\xbf','\x93','\x4a','\x15','\x4b','\x40','\x5d','\x64','\xcb','\xca','\x6b','\xd5','\xe2','\xf5','\x7c','\xcd','\x5e','\xaa','\x05','\xc6','\xbe','\x4b','\x1a','\xdd','\x29','\x82','\x9c','\xfd','\x32','\xd3','\xa1','\xf6','\xbb','\x99','\x47','\x00','\x10','\x5d','\x13','\x6b','\xa9','\x1a','\x38','\x10','\xeb','\x13','\x39','\xf3','\xc7','\x45','\xe2','\x88','\x69','\x6d','\xe7','\x17','\x55','\x94','\x47','\x25','\xb7','\x86','\x49','\x59','\x3c','\x30','\x4a','\x17','\x1c','\x34','\xe8','\x01','\x88','\x91','\x34','\xa7','\xc5','\x3e','\x9a','\x7f','\x32','\x65','\xcd','\x62','\xaa','\x98','\x88','\x9a','\xb5','\x6a','\x67','\xde','\x0a','\xd1','\x0d','\x8d','\xf9','\xe0','\xab','\xe8','\xdf','\x28','\xd6','\xf3','\xb6','\x21','\xa5','\xe4','\xdc','\x5e','\x6f','\xdb','\x36','\xb5','\x68','\x5b','\xba','\xc1','\x2e','\xa5','\x54','\xcf','\x09','\x51','\xa3','\xd6','\xed','\x09','\xf2','\xef','\x6a','\x22','\x5d','\x91','\xb6','\xd1','\x5e','\xa1','\x19','\x1e','\xc5','\xe7','\x8e','\xfa','\x1c','\xbf','\x36','\xe6','\x01','\x8f','\x8c','\x2b','\x59','\xa1','\x72','\x83','\xd1','\x31','\x6f','\x23','\xb4','\x03','\x72','\xa7','\xf6','\x9d','\xa8','\x4d','\x62','\x0d','\x33','\x0a','\x6b','\x59','\x0d','\x50','\x0f','\x3f','\x8d','\xf9','\x10','\xf7','\x6d','\x61','\x80','\x91','\x73','\xc2','\xf6','\x56','\xef','\xfa','\xc9','\x59','\x04','\x98','\xd4','\xd7','\x37','\x8c','\xee','\x57','\x1c','\xb4','\xd7','\xcc','\x65','\x74','\xe3','\x79','\x01','\x1b','\xc5','\xb4','\x85','\xc3','\x69','\x43','\x2c','\x32','\x18','\x1a','\xa4','\x53','\x00','\x3d','\xf3','\xdd','\x25','\x28','\xd8','\x02','\x01','\x39','\x27','\xd0','\x1b','\x40','\x29','\xe1','\xfe','\xbe','\x63','\xbf','\x17','\xfd','\xce','\x02','\x7a','\xe4','\xb9','\xd9','\xc5','\x27','\xab','\x85','\x00','\x0e','\x4c','\x82','\xa0','\xae','\x75','\xa7','\x74','\x11','\x18','\xe8','\x38','\xeb','\x07','\x1a','\xc2','\x36','\xb8','\x3f','\x28','\x7d','\x09','\xb1','\x4c','\xbe','\xc5','\x3e','\x76','\x28','\x0c','\xc0','\xa4','\x3b','\xc7','\xbc','\x4c','\x9d','\xfa','\x06','\x12','\x4f','\xc2','\x7f','\x0f','\x96','\xf9','\x68','\x29','\xbe','\x44','\xb1','\xb9','\x40','\xb3','\x72','\xff','\x96','\xb2','\x85','\x79','\x37','\x9d','\xb2','\xb1','\xb0','\x8b','\x38','\xaa','\x10','\xc9','\xcf','\xa6','\xb9','\x0a','\x6f','\x93','\xc5','\x91','\x3e','\x4e','\x17','\x5a','\x28','\xa0','\x4b','\x10','\x3a','\x2d','\x31','\x1b','\xdf','\x92','\x4f','\x77','\xd3','\x8b','\x64','\x9c','\xa4','\xa4','\x1d','\xfb','\x9d','\xfb','\xbd','\x61','\xc2','\xaf','\xa7','\xcd','\xd0','\x65','\x11','\xc3','\x7b','\x8f','\x52','\x93','\xb2','\x56','\x29','\x22','\xb4','\x33','\x03','\x36','\x9e','\x9f','\x5c','\xd3','\x92','\xb2','\x49','\x5b','\xc2','\xe8','\x3d','\x24','\xb1','\x3d','\xc8','\xb2','\xa4','\xfe','\x60','\x01','\x54','\xab','\x7b','\x52','\xf7','\xe1','\x81','\xef','\xda','\xac','\x87','\x4a','\x9f','\x33','\x97','\xf5','\x78','\xf4','\x15','\x25','\x34','\xb9','\x1a','\xc7','\x85','\x2d','\xbf','\xd9','\x1d','\x13','\x31','\xcf','\x6d','\x4c','\x58','\x16','\xac','\xe6','\xd5','\x96','\xe5','\x70','\x37','\x85','\x3c','\x3e','\x1f','\x4c','\xee','\x8f','\x54','\x62','\xb6','\x78','\x26','\xcd','\xbd','\x62','\xb5','\x33','\xf6','\x76','\x98','\xb5','\xed','\x14','\x86','\xff','\x7b','\x1a','\x85','\x07','\xfd','\x60','\x31','\x48','\xe7','\xcf','\x43','\xf8','\xe7','\x78','\xb3','\x98','\xd1','\xd7','\x73','\x3c','\x09','\x44','\x05','\x84','\x7a','\x76','\x0b','\xa9','\x5f','\x4e','\xea','\x1a','\x87','\xd0','\x1d','\x1a','\xec','\x46','\x3f','\x91','\x34','\x15','\x00','\xd5','\x9b','\xc9','\x2b','\x40','\x69','\x81','\xac','\xcd','\xb8','\x96','\x61','\x94','\x35','\x7a','\x8e','\x47','\x80','\x90','\x9a','\xba','\x99','\xf3','\x3e','\x52','\x16','\x37','\x8f','\x6a','\xa3','\x56','\xb6','\xd4','\xe7','\x6d','\xca','\x09','\x39','\xa7','\x3a','\x87','\x11','\xd5','\xce','\xd0','\xf0','\x2d','\xbd','\x13','\xb5','\xd2','\xf3','\x40','\xfb','\x65','\x32','\xc0','\x74','\x9a','\x18','\x36','\x28','\xef','\x3a','\x1f','\xe1','\xea','\x10','\x01','\xad','\xad','\xda','\xbd','\x67','\x4c','\x32','\xd3','\x3b','\x1f','\x39','\x93','\x1b','\x47','\xb2','\xe6','\xc3','\x52','\xfc','\x8a','\xd0','\x9a','\xe8','\x1d','\x4f','\x03','\xb8','\x99','\xc8','\xb0','\xdf','\xae','\x96','\x09','\x75','\x33','\xc7','\x7b','\x44','\xa6','\x73','\x2f','\x70','\xfb','\xbe','\xeb','\xe1','\x21','\x61','\x4c','\x33','\x9b','\xb9','\x4b','\x14','\x1b','\xe6','\x8b','\x75','\xaa','\x67','\xb3','\x63','\xf3','\xe0','\xc1','\x8f','\xff','\x36','\x46','\x64','\xfb','\xc7','\x17','\xc4','\x80','\xa0','\x55','\x7e','\x7a','\x61','\x20','\xb5','\x29','\x60','\x6c','\x76','\x53','\x22','\xe4','\x5b','\x05','\x3f','\xdb','\x96','\x1a','\x5f','\x61','\x4d','\x7e','\x5a','\xd9','\x39','\xa6','\xf0','\xe5','\x72','\xf1','\x49','\x7f','\x1f','\xf2','\xdf','\x47','\xc8','\x73','\x9f','\x6b','\x14','\x06','\xba','\x8a','\xff','\x04','\x10','\x65','\x80','\x8a','\xae','\xf4','\xe8','\x99','\xa0','\x06','\x7a','\x84','\x41','\x73','\xbb','\xe3','\xa8','\x6f','\x43','\x1b','\x70','\x42','\xbd','\xa6','\x56','\x48','\x09','\x73','\x12','\x3b','\x68','\x09','\xe1','\x19','\xd7','\xa4','\x7e','\xad','\xcc','\xe2','\xee','\xd7','\x9a','\x7b','\x88','\x09','\xde','\x13','\xce','\xe6','\x7e','\xe8','\x09','\xfa','\xce','\x6d','\xfc','\x20','\xff','\x7e','\x61','\xc6','\x34','\x30','\xa5','\xa5','\x9c','\xb9','\x20','\x6d','\x45','\xb9','\xd5','\x17','\x41','\xc8','\xc4','\xf4','\x6c','\x50','\xeb','\x06','\x9b','\x62','\xc0','\x49','\xfe','\x6a','\x7d','\x20','\x73','\x99','\x2b','\x20','\xe8','\xde','\xd6','\x0a','\x70','\x27','\xd0','\x6e','\xbc','\x46','\x31','\x8f','\xf5','\x68','\x0a','\x78','\xe7','\x70','\xf6','\x00','\x38','\x94','\x9f','\x00','\x30','\x97','\x27','\x0a','\x5b','\xa4','\x5e','\x71','\x2d','\xee','\xa8','\xd4','\xca','\x39','\x4c','\xab','\xb0','\xa9','\xbb','\x7d','\x09','\x21','\x60','\xc0','\x30','\x46','\xed','\x1e','\x03','\x16','\x6a','\x0b','\x35','\xbe','\x31','\xdb','\x79','\x8a','\xd5','\x1b','\xbb','\xf8','\xa5','\xd4','\xcb','\xd8','\xdf','\x9d','\x61','\x15','\x85','\x44','\xd2','\xef','\xf5','\x17','\x6c','\xed','\xad','\x67','\x3f','\x6b','\x0c','\x64','\x27','\xcb','\x4c','\xbe','\x0d','\x63','\x6a','\x5d','\x8c','\x17','\xd2','\x91','\x76','\xd6','\x29','\x86','\xf8','\xbc','\x7e','\x99','\x29','\x1a','\xfe','\x8b','\x42','\x80','\x36','\x56','\xb9','\x10','\x4a','\x33','\x21','\xed','\x63','\x9e','\x80','\xad','\x9a','\x9a','\xfa','\xb3','\x6e','\x66','\x50','\x35','\x30','\x9b','\x52','\x75','\x60','\xcf','\x22','\x33','\x9b','\x39','\x04','\xeb','\xb8','\x6f','\xc2','\xae','\xdd','\x17','\xe5','\x2e','\xcb','\x15','\x70','\x33','\x2d','\xb1','\x05','\x09','\xe8','\x56','\x16','\x93','\xb6','\xd3','\x5e','\x30','\xdf','\x2a','\x2f','\x20','\x50','\x4e','\xc8','\xb9','\xee','\x00','\xb9','\x33','\x79','\x08','\x65','\xb9','\xdc','\x92','\xe3','\xf8','\xeb','\x23','\x18','\xfd','\x1e','\x9a','\xc0','\xbf','\x06','\xfd','\x89','\xa4','\x04','\x35','\x2e','\x81','\xc0','\xe6','\x4c','\x50','\x69','\xce','\x43','\x44','\x57','\x60','\x02','\x48','\x3c','\x5f','\xc6','\x7a','\x4f','\xca','\xfe','\x7d','\xe4','\xde','\x05','\x29','\xb7','\xa8','\x88','\x2e','\x12','\x89','\x6e','\x7b','\x34','\x50','\x4e','\xb2','\x00','\x46','\x87','\x07','\x47','\xfe','\x0c','\x36','\x1b','\x48','\x00','\x8f','\x34','\xfe','\xec','\xe6','\x54','\x2f','\x0c','\xd0','\x47','\xc9','\x67','\xf6','\xc4','\x41','\x85','\x8f','\xda','\xc2','\xae','\x30','\x7d','\x44','\x93','\x97','\xf8','\xdd','\x7c','\x83','\x27','\x69','\x4e','\xb0','\xb7','\xe5','\x80','\xd3','\xce','\x67','\xc8','\x42','\x40','\xbd','\x0f','\x03','\xba','\xb2','\x02','\xae','\xab','\x1a','\xdb','\x2d','\x63','\xbb','\xd5','\x95','\x0d','\x59','\x69','\x75','\x9b','\x70','\xa7','\xb3','\x20','\x8e','\x1a','\x83','\x7e','\x02','\xf8','\x51','\xe1','\xa5','\xe9','\x99','\xc1','\x68','\x97','\x80','\xd8','\xc4','\x5f','\xcd','\x4c','\x2c','\xbe','\x49','\x1e','\x3c','\x09','\x6f','\xcb','\x25','\x4c','\x54','\xcb','\xc4','\x48','\x7a','\x82','\xb1','\x2a','\x29','\xbb','\x1e','\x9c','\x6c','\x6a','\x8d','\x29','\x5f','\xf5','\x36','\x53','\x1b','\x2a','\xb5','\x34','\x93','\x51','\xd2','\x84','\x21','\x8b','\xa0','\x70','\x2b','\x34','\xab','\x6a','\x05','\xc6','\x3b','\x96','\x7f','\x26','\xb5','\x3b','\x5c','\xa5','\x21','\xbc','\xa9','\xf3','\xe4','\xdb','\x74','\xa7','\x66','\x46','\x76','\x6c','\x86','\xe4','\xbe','\x5e','\xeb','\xfe','\xa1','\x3f','\x8e','\x1e','\x19','\x23','\x76','\xce','\x1f','\xe9','\x85','\x44','\x5e','\x41','\x6d','\xc2','\x6d','\x38','\x36','\xc7','\x81','\xdf','\xc4','\x24','\x05','\xf0','\x18','\x56','\x44','\x94','\x9b','\x92','\x53','\x50','\x12','\x61','\x4f','\x45','\x57','\xb8','\xf5','\xec','\x89','\x00','\x0e','\xea','\x73','\xb5','\x2a','\x58','\xfe','\xb0','\xb2','\x5e','\x17','\x40','\xa2','\xe8','\x59','\x13','\x33','\x72','\x7f','\x64','\xb7','\x79','\xaa','\x48','\x45','\x5e','\xdf','\x2a','\x32','\x88','\x88','\x00','\x14','\x55','\xe1','\x23','\xff','\xe2','\xfb','\x28','\x36','\x17','\x28','\x2a','\x7f','\x41','\x69','\x61','\x46','\xb3','\x3a','\x68','\xfd','\x1b','\x44','\x89','\x20','\x1f','\x5a','\xf1','\xde','\x8b','\x8a','\xcf','\xe7','\xd0','\xe3','\xc0','\xe7','\x30','\xda','\xa7','\x74','\xec','\x42','\xd0','\x8a','\xea','\xcf','\x5d','\xaf','\x28','\x7b','\xc1','\xae','\x00','\xa8','\x82','\x1f','\x26','\x46','\x11','\xec','\x22','\x29','\x16','\xa3','\x9b','\x24','\x42','\xa6','\x0c','\xa8','\xd3','\xa5','\x96','\x43','\x03','\x19','\xea','\xa6','\x5d','\x00','\xad','\x99','\x27','\x8c','\x66','\x09','\xe3','\xd0','\x20','\xd5','\x9d','\x27','\x63','\x3a','\x4a','\xa8','\x63','\x84','\x4a','\x03','\x30','\xcd','\x0c','\x4e','\x45','\x2a','\xc3','\x79','\x6e','\x95','\x64','\x08','\x40','\x4e','\x84','\x9c','\xda','\xbd','\x44','\xa9','\x1f','\xdd','\x10','\xde','\x01','\xa2','\x0a','\x2a','\x06','\x41','\x3b','\x03','\x44','\xeb','\x5d','\x21','\xa3','\x29','\x1d','\x05','\xe8','\xc9','\x4b','\x2b','\x50','\x88','\xab','\x68','\x87','\x91','\xb8','\x3b','\xa1','\x50','\xa7','\x08','\xc1','\x63','\x9c','\xe3','\x57','\xa1','\xd4','\x2b','\xf5','\x6f','\xa2','\x8d','\x9e','\xc6','\x79','\x05','\xa9','\x29','\xf0','\xec','\x9b','\xd1','\x2d','\x7b','\xf9','\x7a','\xe8','\xcb','\xd3','\xfb','\x48','\xee','\x00','\x28','\x13','\xdc','\xf2','\xfe','\xfe','\x7e','\x6e','\x02','\x67','\x9d','\x20','\x88','\x29','\xdc','\xd8','\x52','\x46','\x89','\xd4','\x5f','\x8b','\x26','\xfd','\x68','\x2b','\x4f','\x2a','\x39','\x1b','\xb2','\xf1','\x65','\x17','\x94','\xd7','\xc0','\x0f','\xbb','\x07','\xf6','\x49','\xb2','\xff','\xb4','\xca','\x5b','\x79','\x80','\x30','\x71','\x69','\x92','\x23','\x30','\x10','\x15','\x04','\xb5','\xad','\xad','\x3b','\x71','\x79','\x4b','\xd8','\xde','\x52','\x75','\x77','\x9d','\xfa','\xc8','\xb1','\x13','\x61','\x6c','\x62','\x6b','\x88','\x62','\x06','\x5c','\x38','\x38','\x4f','\x36','\xec','\x00','\x7c','\x24','\x80','\x39','\xf7','\x12','\xca','\xdf','\x85','\x9d','\x97','\xf6','\x0f','\x0d','\x62','\x21','\x1e','\x61','\x02','\x49','\xda','\xdc','\xbf','\xa4','\xc4','\x20','\x92','\x15','\x2b','\x80','\x52','\x3d','\x1c','\x5d','\x4a','\x5d','\x89','\x2a','\x85','\x9b','\x1d','\xba','\xd7','\x2a','\x0a','\xb3','\x31','\x47','\xe9','\x79','\x36','\x95','\xcc','\xbc','\x30','\xe7','\x87','\x06','\xf2','\x35','\x73','\x67','\x82','\xcc','\xa4','\x26','\x19','\x28','\x92','\x90','\x7e','\x5f','\x9d','\x76','\x82','\x5f','\x2d','\x9e','\x30','\xd1','\xd5','\xe5','\x61','\xee','\xe2','\xc1','\xf0','\xf8','\xf8','\xd4','\x1b','\x38','\xd3','\x6f','\xa5','\x67','\xea','\xf0','\x19','\x45','\x5f','\xa9','\x16','\x57','\xc2','\x7f','\x57','\x25','\xf6','\x23','\xfa','\xa4','\x08','\xf4','\x38','\xc4','\xa7','\x09','\x86','\x06','\xa8','\xee','\xe7','\xc3','\x3b','\xe3','\x36','\x7b','\xa9','\x62','\xc8','\xc4','\x4a','\xcd','\x01','\x40','\x02','\xe4','\xde','\xb0','\xb2','\x33','\xa8','\xdd','\x19','\xb4','\x93','\x78','\x8c','\x33','\xf9','\x1b','\xad','\xdc','\xee','\xfa','\xc8','\x77','\x51','\xe2','\x86','\x3b','\x7b','\x64','\x57','\xa8','\xd5','\x75','\x14','\xd3','\xf3','\x56','\xb4','\xee','\xb0','\x8f','\x64','\xa7','\x8b','\xaf','\x72','\xe2','\x5c','\x9d','\x91','\xa6','\x78','\xa4','\xef','\x3e','\x32','\x0e','\xed','\x6e','\x59','\xef','\xe7','\x31','\xf7','\xb8','\x80','\x24','\xf9','\x0a','\xef','\xb6','\xe6','\xc0','\x7a','\x3e','\x44','\x2f','\x51','\x95','\x55','\xfa','\x16','\x8f','\x51','\x57','\xad','\xc2','\xae','\x01','\x08','\x0a','\xa0','\xbd','\x3e','\x4d','\xa6','\xfd','\xae','\xd6','\xcb','\x0d','\x8d','\x65','\xd4','\xe9','\xd8','\xf6','\x22','\x6f','\x8c','\x3c','\x49','\xeb','\x23','\x73','\x6e','\x9d','\xda','\x98','\xe1','\xbc','\xaf','\x6b','\x3b','\x96','\xc2','\xd8','\x77','\xae','\x8d','\x48','\xcd','\xb1','\x52','\x02','\x68','\xaf','\x26','\xe3','\xbb','\xc8','\x5b','\xae','\x61','\x75','\x31','\x16','\xcd','\x4c','\x2e','\xf5','\x5a','\x74','\xf3','\xcd','\xaa','\x2b','\x46','\xbf','\x3c','\xfa','\x99','\x27','\xc3','\xc5','\xe8','\x1b','\x75','\xc8','\x90','\xee','\x42','\x55','\xd3','\x4f','\x52','\xd3','\x36','\x0d','\x6f','\xc7','\x20','\xcb','\xef','\x16','\x3e','\x37','\xf7','\xd7','\x99','\xf4','\x62','\x56','\x37','\xd3','\x78','\xe6','\x7d','\x56','\x34','\x57','\xdf','\xb1','\x57','\xe7','\x0a','\xc5','\x27','\x13','\x91','\x43','\x43','\x10','\x58','\x3d','\x62','\xf6','\x5c','\x6a','\x25','\xa8','\x59','\x08','\x35','\x3c','\xd4','\x80','\x8f','\x69','\xb7','\x16','\xff','\xc8','\x2c','\xee','\x11','\x19','\xf5','\x9a','\xf1','\x77','\x94','\xcb','\xa2','\x0d','\x23','\xdf','\xd7','\xc2','\x90','\x6b','\x42','\x56','\xf7','\x79','\x36','\xda','\xa4','\xaf','\x8e','\x3a','\x6a','\xf2','\x4d','\xf1','\x4c','\x20','\x07','\x80','\xb6','\x6d','\xd3','\x5d','\x13','\x00','\x2e','\xc2','\xef','\x14','\xe6','\x56','\xe4','\x1c','\xf0','\xaa','\x10','\x49','\x67','\xc9','\x75','\x8a','\xc2','\xce','\xed','\xf4','\x18','\xb0','\xa3','\x3f','\x6b','\x04','\x1e','\x83','\xb4','\xe8','\xeb','\xd2','\x46','\xfb','\x56','\x61','\x36','\xdc','\x1c','\xe5','\xa7','\x9c','\xb0','\xdd','\x32','\x6e','\x5b','\xbd','\xe8','\x14','\x64','\x4c','\x2c','\x24','\x9e','\xfd','\x3b','\x1b','\x78','\x13','\x79','\xab','\x7a','\x86','\x0a','\x7e','\xf4','\x76','\x22','\x33','\xe0','\x74','\x02','\xf3','\x52','\x01','\x1f','\xe8','\x72','\xe7','\x3c','\x90','\x96','\x4b','\xb3','\x32','\xc5','\xbc','\x01','\x20','\x03','\xce','\x9b','\x9b','\x5c','\x66','\x54','\x9b','\x5a','\xb9','\xeb','\x47','\x96','\xb4','\x5a','\x1a','\xa5','\xcc','\x86','\x04','\xb7','\x49','\x07','\xbd','\xad','\x99','\x2c','\x37','\x9f','\x28','\x1b','\x44','\x3d','\x9e','\x05','\x41','\x33','\xb1','\x44','\xee','\xe1','\x87','\x7e','\xe8','\x2f','\xa0','\x30','\x21','\x94','\x55','\xcc','\x84','\x1c','\x3a','\x6f','\x74','\x73','\xc4','\xf2','\xd2','\xf0','\x7e','\x60','\x21','\xa2','\xec','\x34','\xa5','\x21','\xb7','\x79','\x97','\x4a','\x01','\x27','\x46','\x4a','\xc0','\xbe','\x53','\x05','\x42','\x89','\x9b','\x87','\x2a','\x73','\x86','\x40','\x94','\x78','\xa3','\x78','\x49','\xba','\x02','\x7e','\x14','\x00','\x99','\xb9','\x1a','\x8f','\x44','\x8c','\x55','\x37','\x8a','\xa7','\xa4','\xad','\x2b','\xdb','\x34','\x98','\xa7','\x75','\x60','\x24','\xda','\x9c','\x3d','\xf4','\x2c','\xcf','\x3e','\xcd','\x8f','\xf2','\x8e','\x8f','\xb2','\x1d','\xaf','\x78','\x2e','\x90','\x17','\x2d','\x7f','\xa8','\xea','\xa2','\x2e','\xfe','\x50','\x95','\x6e','\x66','\xd4','\xfb','\x52','\xc4','\xed','\x32','\x51','\x37','\x17','\xd7','\xfe','\xe9','\xe7','\x8b','\x30','\x53','\xa4','\x63','\x46','\x1f','\x91','\x3d','\x6b','\x4c','\x71','\x8d','\x78','\xfa','\xf8','\x31','\x7a','\x51','\x42','\x32','\xac','\x4a','\x61','\xd0','\xde','\xdd','\x58','\xef','\x10','\xec','\x48','\x48','\x7a','\x9d','\x04','\xbb','\xfb','\x82','\x80','\x3a','\x3f','\x90','\x50','\xcf','\xe0','\x91','\x46','\x52','\xa0','\x84','\x62','\x40','\xad','\x17','\x9d','\xfa','\xce','\x9d','\x10','\x8c','\x80','\x06','\xa6','\xf9','\x65','\x9e','\x92','\x66','\xa3','\x01','\x39','\xc4','\x90','\x30','\xea','\x18','\xa4','\x9d','\x1f','\x1a','\xee','\x9a','\x1a','\x74','\xa5','\xfe','\x83','\x6c','\x92','\x67','\x34','\x67','\x02','\xcb','\x60','\x00','\xcc','\xc2','\x0e','\xfb','\xc5','\x14','\x19','\xdb','\xa9','\x96','\x5b','\x40','\x5a','\x35','\x29','\x44','\x47','\x45','\x85','\x6b','\x7b','\xe8','\x51','\x8a','\x29','\xe4','\xfe','\xde','\xb4','\x62','\x42','\x97','\x40','\x0c','\xb9','\x57','\x6b','\x76','\xd8','\xdf','\xe6','\x09','\xd0','\xb9','\xdd','\x6e','\xd3','\x73','\x86','\xce','\x0d','\xb6','\x26','\xa5','\x0c','\xdc','\x0c','\x12','\x15','\x42','\xf3','\x0a','\x48','\x98','\x3a','\xa0','\xd8','\x8f','\xde','\x47','\xb9','\xf0','\x50','\x4e','\xe9','\xf4','\x8b','\x23','\x30','\x86','\x5a','\x30','\x47','\x8e','\x0f','\xe1','\x96','\xce','\x0e','\x6a','\x82','\x77','\x0e','\x79','\xb6','\x76','\xb2','\x21','\x0b','\xbd','\xb0','\x2b','\x14','\xd7','\x09','\x12','\x02','\xec','\x9d','\x4b','\x65','\xaf','\x79','\xe6','\x9c','\xb0','\xdd','\xea','\xee','\x4f','\xca','\xa9','\xa5','\x57','\x86','\x3a','\xf4','\xfe','\x19','\x1b','\x78','\x74','\x8e','\xd0','\x1f','\xfa','\x4a','\xa8','\x55','\x06','\x48','\x01','\xa6','\x8d','\x5a','\xed','\xef','\x59','\xb7','\x71','\x5d','\xd5','\x1b','\xf7','\xb0','\x39','\x45','\xa1','\xef','\x33','\xb7','\x8d','\xe0','\xbf','\xd3','\x0c','\x65','\x99','\x0c','\x63','\x6d','\x52','\x42','\xb3','\x5f','\xae','\xa6','\x30','\xf7','\xf7','\x12','\xca','\x26','\x66','\x30','\x64','\xfa','\x81','\x45','\xe3','\xe9','\xe6','\x72','\x0d','\xbe','\x76','\x10','\x04','\xbf','\x5a','\xa9','\xf5','\xeb','\x25','\xe8','\xd8','\xda','\x83','\x20','\xb7','\x91','\xd3','\xca','\xa0','\xb1','\x6d','\x9d','\x43','\x55','\x9d','\x53','\x88','\xd9','\xa1','\xa1','\x85','\xd2','\xd1','\xa7','\x17','\xcf','\x5e','\xae','\x49','\x86','\xad','\x9b','\xbf','\x67','\x9d','\xf6','\xf5','\xf4','\x28','\xfb','\x88','\xdc','\xe1','\x77','\xd7','\x60','\xd6','\xa2','\x5f','\x2e','\xb8','\x8c','\xb2','\xbd','\x0e','\x03','\x5f','\xb0','\x0b','\xf3','\xd5','\x6b','\xaa','\xf3','\x68','\x87','\xb5','\x15','\x1e','\xc4','\x7d','\x9e','\xc9','\xfb','\x78','\xb6','\xc3','\xf2','\x71','\xb1','\x1e','\xa9','\x9e','\x95','\xda','\x0d','\xf6','\x84','\xba','\x93','\x04','\x20','\x25','\x46','\xd9','\x09','\x3b','\x15','\x35','\x89','\x8b','\xf9','\x5a','\x13','\x37','\x22','\x91','\x77','\xfd','\xfb','\x20','\x64','\x27','\x92','\xb7','\xea','\x5b','\x46','\x38','\xab','\x02','\xa8','\x5a','\xd9','\x31','\x35','\x05','\xb2','\x0b','\x65','\x61','\x20','\x22','\x18','\x4c','\x97','\x31','\x0c','\xbf','\xea','\xf9','\x0f','\xed','\xb3','\xa2','\xc9','\x10','\x78','\x66','\x6e','\xf8','\xb3','\x92','\xe6','\xbd','\x95','\x17','\x6c','\xde','\xa9','\x98','\x33','\x9d','\xaa','\xca','\x5c','\xbb','\x60','\x53','\xfa','\x8e','\xa1','\xbb','\x3e','\xa3','\xfb','\x41','\x02','\xc7','\x5a','\x0e','\x82','\xea','\xd1','\xba','\x5c','\x20','\x19','\xe3','\x8b','\xf3','\x2b','\x6c','\xdf','\x84','\xbb','\x6d','\xa6','\x49','\x9d','\xbd','\x7c','\x44','\x51','\xe4','\xb3','\x00','\xf2','\xc5','\x8f','\x14','\x01','\x2d','\x65','\xaf','\x56','\x26','\x7b','\x62','\x00','\x05','\x2c','\x6e','\xd6','\xb9','\xef','\xfe','\x30','\xc4','\xd2','\x82','\x40','\x5c','\xf5','\x10','\x39','\x27','\x87','\x36','\x76','\x89','\xda','\x99','\xfe','\x56','\x0c','\xbb','\xc0','\x50','\xbb','\x88','\x8c','\x8b','\xec','\x50','\x5c','\xa3','\x43','\x38','\x5d','\x4c','\xfe','\x19','\xc6','\xa4','\xd8','\x5b','\xc6','\x94','\xc9','\xb3','\x30','\x03','\x7b','\xd5','\x91','\x52','\xa9','\x3b','\x41','\x6c','\xcf','\xf3','\x71','\x2b','\x37','\xac','\x59','\x7d','\xcf','\x7e','\xa1','\x6e','\x3e','\xd6','\x1f','\xab','\xa0','\xaa','\x22','\xf6','\x46','\xa9','\xbc','\xc3','\xcc','\x07','\xcb','\xd8','\xd0','\x75','\x28','\xb9','\x40','\x95','\xdb','\x62','\x6e','\xbf','\x58','\xda','\xe8','\x96','\x0f','\xd2','\xc3','\xf3','\x7e','\x19','\x61','\x8d','\x05','\x3e','\x42','\xb2','\xb3','\x37','\x77','\x8a','\x72','\xb0','\x43','\x67','\x3e','\xa4','\x9c','\x1d','\xbf','\x14','\xeb','\xb6','\xc3','\x1d','\x20','\x51','\xc2','\xe5','\x6f','\xce','\xb9','\x99','\x62','\x4d','\x72','\xb8','\x44','\x46','\x62','\x0c','\x12','\xe5','\x9b','\x92','\x95','\x41','\xe1','\xfd','\x18','\x76','\x35','\xfc','\xfa','\xc8','\x8c','\xe0','\x67','\x99','\x2d','\xb3','\x9a','\x6e','\xe4','\x4c','\x0a','\x7e','\xb6','\x2d','\xb5','\xc9','\xc0','\x7a','\x1f','\x84','\xda','\xb4','\x6a','\xec','\x85','\xb0','\x5d','\xbc','\x9b','\xdd','\x57','\x61','\xbb','\x38','\x76','\x15','\x41','\x40','\x90','\xf9','\xed','\x2a','\x88','\x61','\xfb','\x7b','\x30','\x99','\xb8','\x42','\xca','\x14','\x0d','\xf7','\x91','\xaa','\x4d','\x14','\xb4','\x04','\x71','\x8e','\xd0','\xeb','\x23','\x0a','\x8f','\xee','\x06','\x31','\x40','\x49','\x1c','\x22','\x18','\xaf','\x55','\x9a','\x9f','\xd7','\x7a','\x84','\xe7','\x2a','\x08','\x32','\x17','\xa8','\xda','\xfc','\xc9','\xb5','\xd3','\x7c','\x9c','\xc7','\x76','\x7c','\x68','\x0a','\x5c','\x09','\xfc','\x5d','\xb4','\xfc','\x1f','\xfa','\x3b','\xe8','\x11','\xa1','\x0e','\x3f','\xe7','\x9d','\xf2','\x72','\x96','\xfe','\x02','\x4c','\xb9','\x74','\xc2','\xc4','\xe9','\xdf','\x1a','\x4f','\x90','\xf3','\x7b','\xa2','\x3c','\xa4','\x04','\x75','\xc7','\x5c','\x18','\x25','\x55','\x53','\xd8','\x3d','\x51','\xbf','\x41','\xbe','\x68','\xf4','\x75','\x85','\x0d','\xe8','\x68','\xeb','\x17','\x2e','\x98','\xe4','\xc7','\x8d','\x27','\x0f','\x0a','\x80','\x59','\x44','\x1a','\xcc','\x6d','\xdd','\xef','\xee','\xf5','\xca','\x32','\x17','\xa7','\x66','\x4f','\xf8','\xd4','\xa3','\x53','\x7d','\x34','\xf9','\x7d','\x82','\x26','\xf1','\x1e','\x35','\xac','\x00','\xa4','\xdd','\xd8','\x9b','\xb7','\x95','\xaa','\x98','\xd6','\x75','\x29','\x03','\x76','\xec','\x60','\xd0','\xd7','\xe6','\xbc','\x09','\x46','\xde','\xfa','\x9d','\x68','\x35','\xd4','\x1d','\x7d','\xb4','\xd0','\x57','\x1a','\x60','\xd2','\x4f','\xd5','\x4a','\xa2','\x9e','\xf9','\xa1','\x52','\x80','\x7b','\x9d','\x33','\x75','\x77','\xa7','\x49','\x34','\x19','\x9f','\xa8','\xd6','\x40','\x09','\x0d','\xa8','\xee','\xac','\x77','\xed','\xe8','\xb8','\x24','\x0f','\x46','\xe2','\x9c','\xa0','\x61','\x32','\x78','\xe5','\xdf','\xf6','\xb3','\xde','\x7d','\x65','\xe6','\x87','\xbd','\x1b','\xa8','\xab','\x56','\x1e','\x30','\x15','\x66','\xdd','\xcd','\x4a','\x29','\x21','\xc9','\x45','\xa8','\x7a','\x26','\xa8','\x9d','\x1f','\xb6','\xfa','\xaf','\x29','\xeb','\x74','\xd1','\xf6','\x55','\x64','\xf8','\x9b','\x29','\x32','\xfa','\x59','\xc4','\x3e','\xd1','\x05','\xac','\xc9','\xfd','\x59','\x9c','\x5a','\xb5','\x0b','\xd4','\x24','\x8e','\xb8','\xf5','\x85','\xb4','\xc7','\xa7','\x15','\xfc','\x98','\x3e','\x5b','\xed','\x50','\x2f','\x92','\x4f','\x14','\x44','\x1c','\xba','\x09','\xd9','\x71','\x15','\x49','\x01','\xd0','\xfd','\x7e','\xc7','\xbe','\xef','\xce','\x04','\xae','\x38','\x63','\xea','\x83','\x8c','\xe3','\x67','\xa2','\x81','\xe7','\x5f','\xd6','\x00','\xf9','\xe8','\xe7','\xa2','\x45','\xda','\x20','\xf3','\x8b','\x22','\xe7','\x5a','\xb8','\x80','\x69','\x8f','\x58','\x24','\x2b','\x99','\x9d','\xab','\x02','\x05','\xad','\xdc','\x4e','\x64','\xf9','\x7d','\xa6','\x10','\xb4','\xc9','\x5b','\x8a','\xec','\xfc','\x34','\xf0','\x73','\xcb','\xd8','\xb6','\xac','\x83','\xc0','\x6c','\x18','\x0d','\x4c','\xe6','\x11','\x7c','\xaa','\xf6','\xe9','\x92','\xc8','\xc5','\xc8','\x16','\x2b','\x54','\x61','\x65','\x2e','\xb0','\x33','\xf5','\x8c','\x9b','\x17','\xb3','\x54','\xcf','\xc6','\x34','\x9b','\x27','\x39','\x4c','\x19','\x15','\xae','\x9a','\x57','\x65','\x12','\x09','\x00','\xe5','\x04','\x42','\x55','\x78','\xf6','\xb6','\xc5','\x2f','\x6d','\x8a','\x02','\x50','\x12','\xa6','\x53','\x53','\x50','\xbe','\x43','\xa6','\xd3','\xd0','\x33','\x51','\x33','\x54','\x01','\x41','\x43','\xc9','\x5b','\xbf','\x48','\x7d','\x2d','\x18','\xf9','\x20','\x78','\xd1','\x13','\x4f','\x57','\xdd','\xc7','\xb1','\x6d','\x1b','\xa3','\x44','\x84','\x60','\x0f','\x17','\x89','\x4d','\x45','\x66','\xc2','\xf6','\x0b','\x81','\xd7','\x15','\xbd','\xfa','\xe8','\xdd','\x77','\xc2','\x8a','\x81','\x6b','\x7c','\x61','\xc6','\xa6','\xf6','\x2f','\x50','\x22','\x87','\xb6','\x1c','\x12','\xe8','\x2f','\xa2','\x52','\x14','\x17','\x14','\x54','\x01','\x50','\x96','\xc2','\xe1','\x5b','\x9f','\x67','\xca','\x6e','\x2c','\x30','\x01','\x01','\x09','\xc8','\x54','\x77','\x84','\x48','\x77','\x85','\x0a','\x4a','\xa9','\x67','\x03','\xf5','\x00','\xf5','\xa3','\xf5','\x92','\xf4','\x55','\x5b','\x62','\x65','\x26','\x72','\x20','\x5c','\xf8','\x8a','\xe5','\x09','\x7d','\xf7','\xc6','\x32','\x47','\xd6','\x5d','\x23','\xaf','\x04','\xc6','\x9e','\xf0','\x23','\xd6','\xea','\x9b','\x1a','\xea','\x89','\x0e','\xb3','\x4d','\xf0','\xb1','\x31','\x78','\xce','\xd9','\x39','\xf6','\x2f','\xf7','\x76','\x14','\x6f','\x9b','\xb2','\x8b','\x5e','\xc3','\xf7','\x99','\x41','\x40','\xdb','\xe2','\xeb','\x6e','\x11','\xba','\x47','\xcd','\xde','\xee','\x1f','\x9d','\x47','\xd7','\xe2','\x8f','\xa1','\xe6','\x6d','\x6f','\x66','\xb6','\x8c','\xd9','\x59','\x19','\x1f','\x29','\xf4','\x55','\x86','\x75','\x12','\x2e','\xca','\x6f','\x80','\xab','\x65','\x55','\x61','\x88','\xfd','\x1a','\xb1','\x9c','\xbb','\xf1','\xab','\xef','\xd5','\x2d','\x35','\x9a','\x05','\x0a','\x03','\x9c','\x90','\x8a','\x38','\x97','\x32','\x13','\x52','\xc6','\x3d','\xc5','\x55','\x7a','\x32','\x69','\xd5','\xff','\xac','\x2e','\x23','\xef','\x23','\xf8','\x29','\xcc','\xdd','\xcb','\x6b','\x4f','\xa1','\xff','\x2f','\x71','\xf4','\x5e','\xa3','\xfa','\x32','\xa5','\x0a','\x7e','\x6e','\xb7','\x0c','\xde','\x18','\x59','\xce','\x4f','\x33','\x83','\xb8','\x9d','\x05','\x36','\x65','\x7b','\x06','\xcc','\x3f','\x4c','\x41','\x85','\xf0','\x6a','\x97','\x47','\x5f','\xe2','\xfd','\x51','\xc0','\x0e','\xd5','\x26','\x6f','\x6d','\x52','\xff','\x76','\x67','\x15','\x72','\x47','\xe1','\x45','\x19','\x37','\x53','\x65','\x56','\x61','\x4e','\x28','\xf6','\xe1','\xa3','\x34','\x53','\x3d','\x4f','\x2d','\x87','\x6c','\xe6','\x07','\x64','\xbd','\x59','\x03','\xb5','\x3d','\x4f','\x9d','\x20','\xc8','\xf6','\x90','\x75','\x82','\xa0','\xae','\x12','\x27','\x79','\xbb','\x41','\x34','\x14','\x90','\xbb','\xa0','\x33','\xa1','\x8f','\xcc','\x80','\x4e','\xb0','\xcd','\x25','\x1a','\xfa','\xf7','\x20','\x22','\x9f','\x05','\xb8','\x9a','\x71','\x9b','\x8d','\x3a','\x29','\x5b','\xc4','\x75','\x54','\x36','\x80','\x8d','\xd5','\x56','\xbd','\x4e','\xdc','\xee','\xee','\x3a','\xb5','\x49','\x20','\x77','\xd7','\x10','\xd0','\xc1','\x4b','\x2c','\xa7','\x94','\xe3','\x68','\x30','\x0a','\x53','\x56','\xfb','\x37','\xed','\x15','\x97','\xcc','\x19','\xc9','\x6a','\x89','\x3f','\xb6','\xda','\xcb','\xe0','\xf5','\xf6','\xc7','\x55','\xac','\xc8','\x80','\x67','\x3a','\x78','\x7f','\xd3','\x56','\x61','\x89','\xea','\xcd','\xf1','\xa9','\x6e','\xc9','\xef','\xd5','\xb9','\xbe','\x32','\x0c','\x59','\xe1','\x92','\x68','\x95','\x69','\x58','\x21','\xdc','\xcb','\xd8','\x01','\x1e','\xd4','\x8c','\xed','\xdc','\x97','\x75','\x6b','\x7c','\xe9','\x03','\xee','\x6f','\x45','\x43','\xba','\x8a','\x8d','\x86','\x64','\x61','\x0e','\x98','\xba','\x74','\xbd','\x62','\x76','\xa6','\x90','\x36','\x9d','\x6d','\x5a','\xec','\x59','\x34','\xb2','\xbf','\xc6','\x0b','\xa2','\xbe','\x0d','\x7d','\x27','\x70','\x73','\x46','\x0f','\xf7','\xff','\xab','\x33','\x07','\x3a','\x23','\x01','\x9c','\xc4','\x59','\xce','\xd4','\xab','\xa0','\xc1','\xf2','\xfb','\x03','\xed','\x5c','\xbf','\xcc','\x84','\xb1','\x8e','\x73','\x19','\x7d','\xc2','\xfb','\x9a','\x22','\x3c','\x1c','\x8e','\x35','\xe3','\x9a','\x6a','\xbc','\x82','\x76','\x7f','\x0e','\xd5','\xb3','\x38','\x7b','\x3b','\xf7','\x50','\x08','\x6d','\x17','\x5d','\x40','\xc8','\xc8','\x63','\xce','\x2b','\x29','\x0f','\x7d','\x71','\x86','\x69','\xac','\xab','\xec','\x0e','\x4d','\x30','\x00','\xec','\x81','\xe6','\xf8','\xd1','\x71','\x62','\xfd','\x33','\x2f','\xdc','\xa7','\xae','\x5a','\x9f','\xd0','\x0a','\xfe','\x3c','\x54','\x1e','\xd7','\x40','\xc2','\x6c','\xa5','\xbe','\xf3','\x36','\x52','\x56','\xcc','\xa2','\x7c','\x5f','\x1d','\x9c','\x66','\x0c','\x3d','\x50','\xc8','\x2e','\xd3','\x0f','\x43','\x1c','\xca','\x07','\x57','\xcd','\xdf','\xd4','\x5f','\xbe','\x6c','\xed','\x9c','\x49','\x01','\x8a','\x01','\x30','\x7a','\x85','\x4f','\xb2','\xe6','\xdf','\xf5','\xff','\x52','\x18','\xd8','\x81','\xfd','\x4e','\xc8','\xb9','\xa8','\x9b','\x69','\x31','\xf0','\xd6','\x23','\x13','\xa9','\xea','\x91','\x75','\x37','\x69','\x9c','\x03','\x0a','\x80','\xac','\x48','\xe5','\x7a','\x36','\x77','\xdf','\x4b','\xbb','\xdb','\xab','\x5e','\xbc','\xaa','\x3b','\xb7','\x93','\x36','\x13','\xc0','\x54','\xda','\x55','\x18','\x7b','\x33','\xd9','\x03','\xea','\xee','\x48','\xd9','\xab','\x5e','\xb5','\xdd','\x12','\xb6','\x92','\x91','\x32','\x21','\x67','\xae','\x2e','\xb2','\xb9','\xee','\x74','\xa5','\x24','\xed','\xd2','\xe6','\xb3','\xb2','\xc4','\x3e','\x16','\x5f','\x4e','\x81','\xc9','\x76','\x96','\xd2','\xdb','\x9b','\x9a','\x5e','\xa8','\x67','\xa0','\x98','\xda','\xb9','\x66','\x42','\x62','\xf1','\x72','\x59','\xdf','\x69','\xfb','\x46','\x14','\xf4','\x4c','\x79','\x0e','\x83','\xbd','\x56','\x6a','\x8d','\xf7','\xf1','\x74','\xa0','\x22','\x7a','\xf1','\x65','\x9a','\xc8','\x8f','\xb8','\xdb','\x23','\xbf','\x0f','\x4d','\xe0','\x52','\x4a','\xc8','\xcd','\x76','\x4e','\xbd','\x71','\x24','\xb9','\xda','\xf9','\x42','\x03','\x5c','\x50','\xae','\xbe','\x92','\x64','\x1b','\xf1','\xb9','\xc8','\x57','\x82','\x8c','\xe2','\x4d','\x15','\xde','\x43','\x5c','\xd5','\x57','\xb5','\xe4','\x66','\x66','\xa2','\x7a','\xee','\xe7','\xed','\x2d','\x63','\xbb','\x65','\xa4','\x0c','\xf4','\x6d','\x60','\x61','\x4c','\xb3','\x81','\x38','\x87','\x05','\xb3','\x17','\xf6','\xa0','\x6f','\x67','\x4c','\xcf','\xad','\x80','\x1c','\x0a','\xdf','\x17','\xf4','\xbb','\xdc','\x31','\x70','\x18','\xa6','\xfd','\xcf','\xd4','\x99','\xb0','\xfa','\xe6','\x6f','\x0a','\x91','\x38','\x47','\x10','\x73','\x8b','\x6a','\x8f','\xdc','\x0b','\x58','\x19','\xb8','\x61','\x3e','\x81','\x41','\x75','\x3d','\xc9','\xba','\xc9','\xf6','\x01','\xfa','\xe2','\x6d','\x03','\x54','\x21','\x88','\x30','\x27','\x7e','\xa2','\xad','\xa3','\xe0','\xbc','\xa6','\xec','\xff','\x09','\x50','\xe0','\x6b','\xe9','\xa7','\x45','\xbe','\x90','\x54','\x22','\xeb','\x0f','\xff','\xe9','\x49','\xb2','\x1c','\x81','\xe2','\x07','\xf4','\x99','\x27','\x07','\xec','\x49','\x76','\x83','\x0a','\x57','\xb7','\xbf','\xe2','\xd1','\xaa','\xb4','\x7b','\xd6','\x1c','\x62','\x33','\x89','\xce','\x32','\x0a','\xb6','\x70','\xce','\x3a','\x43','\xea','\x1b','\x58','\x16','\x47','\x3e','\x38','\x19','\x84','\xd4','\x12','\x8b','\x26','\xc5','\x53','\xfa','\x03','\x06','\xb1','\x93','\x0b','\x67','\x6d','\x3b','\xa9','\x6b','\x5f','\x7c','\xed','\x69','\x7d','\x08','\xe8','\x79','\x2c','\xf9','\x89','\x74','\x01','\xf0','\xff','\x46','\x32','\x62','\x48','\xdf','\x54','\x00','\xa4','\xf8','\xa7','\x9d','\x93','\xa9','\x6e','\x99','\xad','\x7f','\xa1','\x22','\xce','\x99','\x5a','\xe4','\x3b','\x75','\x47','\x08','\x92','\x6e','\xf5','\xc2','\x96','\xd4','\x1b','\x5b','\xce','\x04','\x64','\x39','\x2b','\x64','\x15','\x51','\x28','\x00','\xea','\xef','\xc4','\x3d','\x37','\x37','\x10','\x54','\x7a','\x7e','\x76','\x5a','\x18','\x34','\xca','\x5c','\x41','\x4f','\x11','\xf9','\x2e','\x8e','\x34','\x5a','\x3d','\x98','\x4b','\xb5','\xac','\x69','\x69','\xa7','\x9c','\xb0','\x99','\xdd','\x20','\x4e','\x04','\xce','\xa9','\x99','\xd0','\x73','\x37','\xb7','\x52','\x73','\xfa','\xce','\xbf','\x3e','\xd5','\x34','\xce','\x92','\xe1','\x39','\x64','\xf2','\x27','\x00','\xc8','\x52','\x2f','\x02','\x98','\xea','\xee','\x98','\x44','\x91','\x4e','\x94','\xb9','\x15','\x01','\x84','\x43','\xa0','\x2f','\xaf','\xc5','\x63','\xe4','\xea','\x16','\x3e','\x98','\x95','\x2d','\xd5','\xc9','\x9e','\x6c','\xfc','\x9c','\x37','\xa4','\x94','\xf4','\x1a','\x1f','\xeb','\xe0','\x2d','\x92','\x03','\x40','\xe2','\x29','\x81','\x88','\xf4','\x3c','\xd0','\xa2','\x1e','\x23','\x59','\x86','\x7f','\x55','\xd3','\x5b','\x68','\x74','\x0f','\x55','\x7b','\xd6','\xd7','\x7c','\xce','\xf4','\xea','\xea','\x43','\xdc','\x4e','\x37','\x93','\x15','\x6b','\xc6','\xab','\x50','\x87','\xfd','\x5b','\x97','\xc4','\x11','\x40','\xe0','\x7a','\xc0','\x90','\x9b','\x57','\x32','\xf1','\xf8','\x56','\xdd','\x5d','\x43','\xd3','\xe6','\x52','\x25','\x80','\xe8','\xf3','\x51','\xc8','\xd2','\xf0','\x30','\x56','\x52','\x31','\x41','\x7b','\x16','\xe0','\xf0','\x61','\xa1','\x40','\x30','\x67','\x64','\x3c','\xe8','\x13','\xc1','\x15','\x06','\x45','\xfb','\xff','\xd8','\xab','\x9c','\x4e','\xfd','\x2b','\xae','\xe7','\xec','\x84','\x6a','\xbb','\x8e','\x29','\x13','\x08','\x19','\xf5','\xc0','\x63','\xc1','\x8e','\x82','\x5d','\x98','\x84','\xac','\x7e','\x35','\x40','\x43','\xc0','\x68','\x7d','\x12','\xca','\xdd','\x85','\x70','\x03','\x38','\xfa','\x5c','\xc3','\x45','\x30','\xe9','\x36','\xaf','\x02','\x1a','\x1a','\x94','\x22','\x36','\xa0','\x28','\x8c','\x97','\x61','\x65','\xd9','\xb6','\xaf','\xe9','\x53','\x5f','\xee','\x1e','\x70','\x9c','\x5a','\xa4','\xf9','\x2f','\xe7','\xaf','\x8f','\xb0','\xc8','\x5f','\x26','\xd7','\xf7','\xd2','\xc8','\xae','\x81','\xc3','\xc7','\xe9','\xd1','\xf4','\xe2','\x70','\xfa','\x36','\x34','\x2d','\xd8','\x7c','\xf0','\x45','\x80','\x71','\x55','\x0e','\x8d','\xcb','\x16','\x63','\xfa','\xc3','\x9b','\xc5','\xf8','\x1f','\x29','\x4c','\x2c','\x59','\x98','\x30','\xf1','\x65','\x55','\x59','\x4c','\x48','\x0a','\xc9','\x1d','\x60','\x19','\x54','\x0a','\xd2','\x5e','\xcf','\x07','\x71','\x41','\xfd','\x17','\x6d','\xc2','\xec','\xb8','\xa6','\xc5','\x5d','\x3c','\xac','\x59','\x03','\x30','\x77','\x8b','\x05','\x3c','\xd5','\xe7','\x59','\x9f','\x70','\x64','\xd2','\xb6','\x73','\x76','\x6c','\x37','\x9b','\x5d','\x3b','\x0f','\xa0','\x3c','\xd5','\x37','\x43','\x60','\xbd','\xfe','\xdb','\xf0','\x72','\xa2','\x77','\xbd','\x70','\x90','\x1e','\xa6','\x35','\xc8','\x78','\x3b','\x63','\xbb','\x12','\xca','\x56','\x21','\x6d','\x21','\xa5','\xbf','\x19','\x3c','\x6c','\xc8','\xfb','\x79','\xdf','\xc1','\x24','\x99','\xff','\xa7','\x65','\x8d','\x3f','\x62','\x27','\x4c','\xeb','\x12','\xe4','\xdc','\xa2','\x8a','\xd3','\x76','\x60','\x0e','\xa1','\xae','\xd3','\x29','\x4b','\x3e','\x88','\x63','\x70','\x83','\x8b','\x50','\xc0','\xa0','\x52','\x2d','\x0d','\x0b','\x50','\x77','\x4d','\x41','\x3a','\x67','\xe4','\x6c','\x56','\xd5','\x43','\x9a','\xa3','\x81','\x96','\xc8','\x4e','\x3e','\x1f','\xda','\x13','\x52','\x62','\xe4','\xad','\xee','\xb4','\x30','\x27','\x24','\x96','\x3b','\xb5','\xba','\x7c','\x96','\x9d','\x1b','\x29','\x8a','\x98','\xb8','\xe9','\x19','\xe8','\xbd','\x80','\x9b','\x45','\x8c','\x17','\x69','\x5d','\xdf','\xb2','\x80','\xa9','\x98','\x9d','\x1f','\xd7','\x2e','\xcc','\x75','\xc7','\x0a','\x75','\x87','\x28','\xe5','\x6e','\x2a','\x57','\x77','\x83','\x12','\x72','\x61','\x50','\xae','\xfa','\x56','\xdd','\xbd','\x92','\xa5','\x69','\xeb','\x20','\xa9','\x8d','\x22','\x9d','\x67','\x9f','\xc8','\xd1','\x09','\xd3','\x8d','\x27','\x67','\x52','\xd8','\x78','\x71','\x6a','\x65','\xa9','\xce','\x11','\xa0','\xfd','\x64','\xc3','\x30','\x80','\x67','\x01','\x84','\x2f','\xd6','\x6c','\xf4','\x3d','\x3e','\x96','\x3d','\xb0','\xec','\xfc','\xa9','\x17','\x71','\x4c','\x6b','\xb0','\x06','\x9a','\x05','\x9d','\x7c','\xde','\xb6','\xec','\x7e','\x33','\xb3','\x6e','\xee','\x0c','\x61','\xe5','\xe1','\x7e','\xbf','\xe3','\xfd','\xfd','\x7d','\x88','\xf8','\x30','\x5d','\x6d','\x93','\x53','\x66','\xf3','\x01','\x3a','\x92','\x28','\x67','\xa4','\x83','\x07','\x7d','\xe2','\xe9','\x7f','\x26','\x8c','\x79','\x59','\xc3','\x3a','\x10','\x7e','\x90','\x7c','\xdf','\xf9','\x61','\x96','\xcb','\x4e','\xab','\xd7','\xb7','\x94','\x2b','\x4a','\xd1','\x2d','\x3c','\x01','\x2d','\x29','\x70','\x1c','\xfb','\xec','\x84','\x9a','\x99','\xb0','\x04','\xe7','\x20','\xa0','\x5b','\x33','\xbe','\xc6','\xee','\xd5','\x82','\x07','\x75','\x60','\xf2','\x92','\x7e','\x94','\x3a','\x3c','\xb6','\xfa','\xd2','\xa7','\x24','\x01','\xb9','\x9e','\x07','\x50','\xe4','\xa8','\xab','\x4a','\xe8','\xa6','\x9d','\x62','\x48','\xcb','\xbe','\x3e','\xa2','\x6c','\x58','\x86','\xd4','\x81','\x03','\xc3','\x21','\x26','\x12','\x80','\x24','\x60','\x89','\xb5','\x33','\x08','\x00','\xf3','\xc4','\x53','\x4a','\xe4','\x1d','\x6b','\xcd','\x67','\x52','\x37','\xe0','\xf2','\xfc','\xfa','\xa1','\x1f','\x7a','\x15','\xbd','\x6c','\x6e','\x3f','\x47','\xce','\x4b','\xa2','\x94','\x85','\x00','\xe7','\x15','\x54','\xe6','\x2b','\xc9','\x67','\x6a','\x9e','\xe2','\xda','\x21','\x68','\x4a','\x55','\xe9','\x63','\x46','\x01','\x37','\x97','\xb3','\x5d','\x00','\x9b','\xa9','\x2b','\x28','\x6a','\x56','\x90','\x1e','\x80','\xfa','\x22','\x8a','\x5b','\x7c','\x10','\x7e','\x10','\xf8','\x34','\x69','\x02','\x2d','\x56','\xf4','\xb0','\x70','\x58','\xff','\x83','\x90','\xbf','\xa1','\x6f','\x26','\x2a','\xe7','\xf8','\xce','\xb2','\x49','\xea','\xe6','\x67','\x73','\xb0','\xd6','\x2a','\x21','\xfc','\x17','\xcd','\x2d','\xb0','\xec','\x9c','\xab','\xf2','\x69','\x2e','\xf6','\x6c','\xf1','\x1c','\xe8','\x20','\xcc','\xbd','\x89','\x3e','\x53','\xa9','\x83','\x76','\xbd','\x80','\x8d','\x0e','\x02','\x4e','\xe8','\x2b','\x78','\x7a','\x90','\x27','\x72','\xd8','\xbe','\xc8','\x73','\xaa','\x22','\x31','\xe5','\x0e','\x7c','\x44','\xf1','\x19','\x16','\x89','\x4b','\x9f','\x77','\x0d','\x36','\xd5','\x4a','\xdc','\x13','\x98','\x0b','\x32','\xaa','\xec','\x2b','\xc6','\xb1','\x02','\xd0','\xe4','\x23','\xcb','\x19','\x1f','\x18','\x33','\x37','\xd6','\x05','\xdf','\xd2','\x9e','\x29','\xcc','\x1f','\x34','\xf3','\xd5','\x0e','\x7e','\x8a','\x5e','\x94','\x2a','\xce','\x1a','\x06','\xbd','\x78','\xef','\xe7','\x97','\xb8','\x79','\xbe','\x4b','\x39','\xa1','\x6c','\x8c','\x92','\xeb','\x59','\xa6','\x94','\x2a','\x50','\x4b','\x6d','\xc7','\x8a','\x12','\x90','\xc4','\x23','\x2c','\x2d','\x16','\x12','\x3e','\x8b','\x86','\xbc','\xa8','\x5b','\xfd','\x5a','\x3d','\xae','\x50','\x75','\x4b','\x2e','\x2a','\x8c','\x1c','\xcf','\x02','\xba','\x4e','\xa3','\xab','\xad','\x9f','\xb8','\x8b','\xf5','\x02','\x9a','\xb6','\x2f','\xaf','\x02','\xb0','\xff','\xbc','\x60','\x8c','\xb3','\x8b','\x50','\x67','\xe7','\x7f','\x00','\x03','\x80','\xc4','\x73','\x82','\x28','\x88','\xee','\x0e','\x05','\xcc','\x33','\x72','\x64','\x15','\xba','\xc9','\x4a','\xd3','\x49','\x99','\x03','\xaf','\xf8','\x60','\x8f','\xf1','\x3a','\x9f','\x21','\x28','\x4f','\x9e','\x39','\x7e','\xb0','\x61','\x42','\x49','\xb9','\xbf','\x9b','\x2b','\xbb','\x1c','\xc2','\x76','\xc7','\x07','\x44','\x40','\xde','\x36','\x6c','\x37','\x7f','\xd7','\x8f','\xac','\x6a','\xb8','\xcb','\xc7','\x54','\x51','\x9f','\x35','\xae','\x31','\xac','\xa3','\xfe','\xc6','\x01','\x23','\x9a','\xc8','\xf5','\x33','\x25','\xfc','\x84','\x06','\x7d','\xde','\x17','\x15','\xab','\x1e','\x98','\xc9','\x96','\x2e','\xc8','\x0c','\x22','\xa1','\x69','\x33','\xce','\xd3','\x6c','\xdb','\x2f','\xe2','\xf1','\x0d','\x89','\x90','\xd5','\xed','\x0b','\x01','\xfb','\xde','\xce','\x5b','\x35','\x10','\x24','\xe6','\x6b','\x72','\xa0','\xd3','\x14','\xca','\xb6','\x91','\xe1','\x23','\xed','\xa3','\x1d','\x0c','\x76','\xd7','\xa7','\xfb','\xf9','\xef','\xdc','\xca','\x32','\xf3','\xae','\x02','\x69','\x32','\x34','\xe2','\x21','\x4d','\x7a','\xf2','\x4b','\xcc','\x76','\x34','\x39','\x33','\xc8','\xe3','\x78','\x5f','\x8e','\xfd','\x18','\xf0','\x72','\xdf','\xc7','\xf9','\x10','\xa5','\xd4','\x0f','\x45','\xfa','\xe0','\xf4','\x7a','\x0d','\xcd','\x06','\xd8','\xf1','\x60','\x1b','\xc8','\x2e','\x76','\x5c','\x0a','\xbb','\xfc','\xe6','\x38','\x92','\x4b','\x90','\x7d','\xc0','\x49','\x5e','\x64','\xca','\xc2','\xe1','\xbb','\x59','\x75','\x30','\xcc','\x9f','\xd0','\xe7','\x67','\x41','\x73','\x02','\x55','\xaa','\x36','\x55','\x4a','\x9d','\x83','\x72','\x78','\x7a','\x28','\xab','\x43','\x43','\x7d','\x8e','\xeb','\x9b','\x16','\xc0','\x4f','\x01','\xef','\x7c','\x64','\x66','\xca','\xdb','\xab','\x16','\x5b','\xa0','\x3e','\xb9','\xee','\xba','\xe0','\x08','\x65','\xd5','\xd6','\xb3','\x1d','\xa3','\x19','\x99','\xcd','\xb4','\x83','\x40','\x70','\x81','\x94','\x0f','\x5d','\x4a','\xdf','\xf4','\x1b','\x04','\xc2','\x18','\xa0','\x13','\xda','\x19','\x30','\x32','\x4e','\x95','\x70','\xad','\x15','\xa4','\x8d','\x2d','\x0f','\xec','\x2c','\x8d','\x35','\x99','\x23','\x30','\xb2','\xac','\xaa','\xeb','\xbc','\x38','\x96','\x27','\xe3','\xf4','\x28','\x7e','\x7b','\xa1','\xe2','\x6c','\xd6','\x58','\x34','\xf9','\x19','\x65','\xcf','\x24','\x5c','\xd7','\x05','\x16','\xd9','\xc6','\xf7','\x31','\x80','\x00','\x51','\x6b','\xb2','\x50','\x80','\x22','\xf7','\x32','\xc9','\x3d','\x4d','\x2c','\x7f','\x2b','\x08','\xea','\xe2','\xcd','\xce','\x31','\x38','\x8f','\x64','\x5c','\xc4','\x1b','\x6b','\xbd','\x5b','\x48','\x2e','\x34','\x65','\x13','\x46','\x1d','\x1c','\x58','\x27','\x07','\x06','\x1c','\x0f','\xc0','\xa3','\x59','\x6d','\x68','\x1a','\x1a','\xaf','\xc7','\xb1','\xce','\xbb','\x80','\xbe','\xc8','\xcb','\x6d','\xf2','\xef','\x85','\x51','\x0a','\x21','\x37','\x87','\x09','\x65','\x63','\xe4','\x42','\x48','\xcd','\x53','\x5c','\xe2','\x84','\x9c','\xdb','\xba','\x68','\x2a','\xda','\xba','\xee','\xcc','\xb4','\x71','\xca','\xf1','\x08','\xd9','\xbe','\x9f','\xc5','\x8c','\xba','\x8f','\x3b','\x83','\x45','\xac','\x0b','\x00','\x6e','\xaa','\x50','\x77','\x94','\xa0','\x60','\x88','\xdb','\xb9','\x2e','\xa0','\x2d','\x04','\xb8','\x5e','\x7b','\xac','\xcc','\x87','\x8c','\x87','\xdc','\x9f','\x2b','\x54','\xf9','\x51','\x54','\x3e','\x8e','\x93','\xaf','\x11','\x57','\x65','\x63','\x37','\xff','\x2d','\xed','\x13','\xeb','\xb5','\xfb','\xfd','\x7e','\xee','\x04','\x21','\x3a','\x40','\x78','\x74','\x07','\xe8','\xec','\xe8','\xc6','\xa7','\x28','\x02','\x8b','\x3c','\xcf','\x8c','\xbc','\x2c','\x6f','\xb1','\xd1','\x57','\x3b','\x3f','\xd1','\xcc','\xcb','\x25','\xd2','\x9e','\x59','\x94','\x76','\xb6','\xbc','\xbb','\xbb','\x0b','\xa8','\xab','\x1c','\xd5','\xf8','\xb6','\x82','\x9f','\xea','\xad','\x64','\xdb','\xda','\x6e','\x05','\xf7','\x3c','\xc8','\x6e','\x1f','\x4b','\x41','\xed','\xdf','\xf0','\x53','\xce','\x98','\x08','\xc8','\x51','\x26','\xf2','\xc9','\x4a','\x6a','\x55','\x48','\xc8','\xb5','\xc5','\x79','\x8e','\x1d','\xb0','\x01','\xe7','\xe3','\x42','\x15','\xb0','\xd3','\x80','\x64','\x56','\x07','\x6b','\x1b','\x82','\x52','\xb3','\xf3','\x65','\xdc','\x89','\xfb','\x16','\x3b','\x37','\xd3','\x12','\x33','\x97','\xbc','\x44','\xf1','\xc6','\x14','\x5a','\x56','\x36','\x6f','\x54','\xaa','\x73','\xff','\x46','\x2e','\x09','\x67','\xcb','\xbe','\x44','\x3b','\x17','\xaa','\x36','\xa3','\x8b','\xec','\xe4','\x30','\xfe','\xa2','\x38','\x3f','\xf4','\x43','\x8e','\xae','\x8a','\x51','\x96','\xc0','\xfa','\xc3','\xbe','\x38','\x48','\xdf','\xb2','\x90','\xa8','\x34','\xea','\x16','\x3b','\x99','\x0c','\xd6','\xa2','\x5d','\x15','\x2e','\x95','\xd3','\xf5','\x6c','\x82','\x98','\xfa','\x50','\xe3','\x09','\xd5','\xc4','\xb8','\x29','\x53','\xd1','\xe3','\xd4','\x6c','\x72','\x45','\x76','\x3c','\xf0','\x56','\xee','\x66','\xc6','\x2b','\x1b','\x34','\xf3','\x34','\x94','\xdd','\xbc','\xec','\x7c','\x86','\x86','\xcd','\xa2','\xaf','\x5c','\xd1','\x75','\xfc','\x2c','\x14','\xe0','\x5a','\x39','\xb8','\x2b','\x29','\x13','\x11','\x1a','\x75','\xa9','\x1a','\xae','\x0a','\xd1','\x0e','\x84','\xaa','\x70','\xd5','\x5d','\x21','\x16','\x47','\x16','\x0b','\xb9','\xfc','\x01','\x5a','\x83','\x86','\x17','\xeb','\x2f','\x17','\xc1','\xe9','\xa7','\x52','\x9b','\x24','\x0a','\x49','\x59','\x94','\xf0','\xae','\x7b','\x44','\xcf','\xa2','\x2a','\x27','\xc9','\x3c','\xeb','\x98','\x6d','\xde','\xd8','\x18','\x40','\x62','\x70','\xea','\x66','\x70','\xd2','\xff','\xc5','\xec','\xfa','\x28','\xe8','\xb1','\xba','\x43','\x9b','\x40','\x11','\x14','\x14','\x6b','\x26','\xc7','\x1d','\x0c','\xc5','\xea','\x38','\xdd','\xc7','\x4d','\x1a','\x03','\xcc','\x0a','\x50','\x76','\x42','\x69','\x26','\x7b','\x39','\xa7','\x06','\xc8','\xe4','\x1c','\x93','\x9c','\x81','\x27','\xa4','\x6c','\xd2','\x32','\xc3','\xf1','\x88','\xec','\x1d','\x83','\x31','\xec','\x61','\x97','\xc6','\x0e','\x77','\x71','\x0d','\x2c','\x22','\xc3','\xff','\x88','\x20','\x1b','\x70','\xe0','\x06','\xe0','\xda','\xfd','\x41','\xa2','\x84','\xea','\x2e','\x12','\x4f','\xe6','\xcb','\x03','\x4a','\xc0','\x47','\xf5','\x05','\x6e','\xba','\xd2','\xca','\xa4','\x57','\x49','\x9b','\xaf','\xee','\xc8','\xf5','\xc2','\x5b','\xad','\xd1','\x00','\x53','\x18','\x6d','\x6d','\xd2','\x37','\x72','\xb5','\xcf','\xa1','\x13','\x84','\x9c','\x33','\x72','\xce','\x48','\x29','\x75','\x05','\xd1','\xac','\xaa','\x0f','\x4a','\x22','\xfc','\x40','\x8d','\xe5','\xf2','\xe5','\x88','\xbf','\xbc','\x20','\x70','\x75','\x9e','\xfc','\xba','\x4c','\x9e','\x4b','\xf7','\x89','\x67','\xbf','\x69','\xff','\x0b','\x62','\x19','\x13','\x99','\x0a','\xd5','\x56','\xd9','\xbe','\xe3','\xe3','\x0c','\x33','\x14','\x6b','\x8b','\x79','\x83','\xd8','\xa7','\x92','\xcc','\x46','\x16','\x3b','\xd4','\x1a','\x5a','\x3d','\xbe','\xbd','\xb5','\x83','\x79','\xe8','\x42','\x3b','\x05','\x13','\x0a','\x01','\x00','\x83','\x83','\x49','\xfd','\xc9','\x9d','\x71','\xb4','\x70','\xf6','\x77','\xaf','\xfe','\xd1','\x04','\x7b','\x9e','\x64','\x5c','\xd8','\x09','\xd2','\xdb','\x5d','\x5b','\xdb','\x85','\x77','\xe0','\x4e','\x18','\xa8','\x0e','\xb2','\x1a','\x8a','\x86','\x98','\xd7','\x0a','\xd3','\x6d','\xed','\x2b','\x43','\xa8','\xcf','\x19','\xa0','\x82','\x42','\x05','\xfb','\x8e','\x7e','\xd3','\x35','\x4b','\xa0','\x16','\x4b','\x86','\x85','\x2a','\x61','\x4d','\xf8','\x5a','\x46','\x3f','\x8c','\xfb','\x26','\x2c','\xa6','\x13','\x3a','\xd4','\x93','\x7a','\x1e','\xa3','\xb3','\xea','\x16','\x9e','\x7d','\x5b','\x4e','\x39','\xce','\x02','\xfd','\xf4','\x15','\xc7','\x1e','\xac','\x26','\x31','\x8f','\x70','\x85','\x99','\xad','\x81','\xd6','\x9f','\x07','\xa1','\xe2','\x38','\x8c','\xef','\xec','\xfb','\x47','\xd3','\x8b','\x34','\xe7','\x6d','\x63','\xfa','\x9f','\xaa','\xcf','\x4e','\x33','\xbb','\x96','\xe3','\x53','\xe5','\x22','\x37','\x85','\x0f','\xb2','\x1d','\x53','\x5f','\x01','\x1a','\x9f','\x0e','\xbb','\xf7','\xc3','\x66','\x90','\x7c','\x92','\xf1','\xcf','\x52','\x26','\x6a','\x0e','\x12','\x9a','\xe3','\x94','\x04','\x70','\xa1','\xea','\x1c','\xa1','\x79','\x89','\x53','\x85','\xc5','\xea','\x08','\x62','\xea','\x46','\xbd','\x0e','\x1e','\xe0','\x78','\x85','\x62','\x50','\xbc','\xf4','\x3d','\xc5','\xa0','\x2e','\x94','\x2f','\x7f','\x88','\xdf','\x10','\xd0','\x60','\x76','\xad','\xa1','\x67','\x82','\xd8','\xd6','\xfd','\x98','\xae','\x78','\x08','\xb7','\x7d','\xe3','\x56','\xf4','\xad','\x14','\x9c','\xd4','\x3d','\xba','\x32','\x76','\xf5','\xa7','\x49','\xbe','\xc2','\x7c','\x85','\x8f','\xb5','\x80','\x64','\x5e','\x57','\x93','\x9f','\x6a','\xde','\x24','\xe5','\xaf','\x6c','\xb3','\x49','\x8c','\xe5','\x18','\xbf','\x3a','\xa2','\x7b','\xfe','\xec','\x7f','\xb6','\x72','\x4b','\x3e','\x67','\x0d','\xb7','\x68','\xfc','\x45','\x87','\x68','\xb1','\x35','\x5a','\x94','\xd7','\xa3','\x2c','\x5d','\x25','\x39','\x2f','\x56','\xd3','\x52','\x5a','\x5b','\xba','\x9d','\x09','\x31','\x43','\x13','\x41','\xde','\x14','\x54','\xd1','\x5f','\x48','\x76','\x27','\x8c','\x59','\xbd','\x0e','\x0a','\x3b','\x15','\x98','\xb1','\xb7','\xeb','\x23','\x44','\x11','\xa7','\xc4','\x5d','\x07','\x62','\xd3','\x6e','\x2d','\xdd','\x3e','\xae','\xfc','\x8c','\x50','\x8b','\x19','\xe3','\x24','\xa1','\x3a','\x35','\x9a','\xd4','\xdf','\xea','\x3f','\x62','\x0e','\x67','\x84','\x20','\x6b','\x99','\x18','\x7b','\xd9','\x9b','\xb7','\xb8','\x84','\xb2','\x15','\x94','\x5b','\x46','\xe6','\x84','\xb4','\x33','\xa8','\x01','\xa0','\x9c','\x09','\x9c','\x09','\x0c','\xb9','\x4b','\x08','\x4e','\xb7','\x88','\xbb','\xbb','\x73','\x50','\x44','\xad','\x1e','\xd2','\x76','\xf2','\x6e','\x4e','\x92','\xe2','\xb0','\xf1','\xe0','\x86','\x51','\xcb','\xdf','\x2a','\x21','\x49','\x15','\x0a','\xbd','\xfc','\x5d','\x2c','\x8d','\x44','\xc7','\xe9','\xa0','\x71','\x04','\x9d','\xd2','\x46','\xeb','\x71','\xb9','\x90','\x90','\x57','\x84','\xdf','\x98','\x58','\xd7','\xf3','\x56','\x3c','\x4c','\xe6','\x40','\x6b','\x73','\x51','\x80','\xed','\x2e','\x98','\xb5','\xcc','\x71','\x73','\x85','\x1a','\xa0','\x35','\x6d','\x48','\x44','\xea','\xdf','\x20','\xd2','\x66','\x03','\x59','\xa4','\xf4','\xcc','\x0e','\xd0','\xef','\xa4','\xa1','\xa4','\x13','\x6d','\x34','\xb2','\x0f','\xed','\xd8','\x15','\x87','\x3e','\x4a','\x7f','\x15','\x88','\x7a','\x72','\xce','\x16','\x5c','\x26','\x3e','\xea','\x24','\x93','\x73','\x3f','\x94','\xc8','\x0d','\x48','\xf2','\xff','\xf5','\xea','\xac','\xf2','\x34','\x59','\xe8','\x40','\x50','\x66','\x60','\xa7','\x0d','\xcf','\x9a','\x64','\x4c','\xfc','\x03','\x5d','\x4e','\xe1','\xf9','\xea','\xf0','\xb1','\x3b','\xf1','\x32','\xaa','\xcf','\xb0','\x84','\xd2','\x05','\xc9','\x9d','\x88','\xea','\x36','\xf1','\x96','\xb0','\x57','\x23','\xda','\x7a','\x0e','\x40','\x57','\x13','\x25','\xad','\xae','\x51','\x09','\xb3','\x92','\xad','\x5b','\x8e','\x0e','\x0b','\x5a','\x05','\xf5','\x92','\xd8','\x28','\x0c','\x42','\x50','\x9d','\xf8','\x56','\xf0','\xf0','\x18','\xd6','\x49','\xde','\x53','\x4d','\x5c','\x8e','\x48','\xb7','\x5f','\x76','\x18','\xab','\x54','\x19','\x93','\x73','\xfd','\xb2','\x90','\x9c','\x1c','\x5e','\xc6','\x7b','\x98','\x86','\x40','\xa7','\x65','\xfd','\xa1','\x7f','\x03','\x1d','\xb1','\x98','\xb3','\xa9','\xba','\xfe','\x4e','\x97','\x42','\x1c','\x7e','\xa5','\x3e','\x53','\x2a','\xbf','\xb1','\x2e','\xac','\x2b','\xbf','\xe4','\x42','\xd8','\x4b','\xe9','\x0a','\xaf','\x82','\x9d','\x3a','\x7b','\x74','\xc7','\xf8','\x50','\xf1','\x89','\x2d','\xe0','\x0f','\x31','\xcf','\xe7','\xbc','\x49','\x2b','\xcc','\xdb','\x0e','\x78','\x0c','\x5f','\xba','\xc0','\x57','\x35','\x98','\x99','\xf8','\x57','\xcd','\xe2','\x66','\x05','\x74','\x4a','\xd0','\x2a','\xff','\xc0','\x64','\xd8','\xb4','\xa3','\x2b','\x98','\xfe','\x6d','\x8c','\xdf','\xe9','\xb4','\x07','\x95','\xa3','\xa6','\xf8','\xb5','\x93','\xfb','\xba','\xc8','\x9d','\x7a','\xb4','\xa5','\xce','\xd2','\x58','\xbb','\x65','\xd5','\xae','\x4c','\x41','\x91','\x1f','\xe2','\x4e','\x93','\xa4','\xd3','\xfb','\xa5','\xce','\x9a','\xfb','\x62','\x77','\xbe','\x90','\xac','\xa2','\xe1','\x5f','\x29','\xd8','\x28','\x0c','\xa2','\x76','\x97','\x0a','\xda','\xf9','\x9a','\x04','\x08','\x10','\x75','\x6b','\x97','\x6c','\xda','\xdc','\xf6','\x37','\x33','\x90','\x6a','\x7a','\xc4','\xbd','\xf1','\x47','\x53','\xc0','\xde','\xf8','\xbd','\xeb','\xfc','\x99','\xa0','\xb2','\x1b','\x57','\xd7','\x66','\x6b','\x57','\x77','\xa9','\x04','\xf4','\xa4','\x9a','\x9e','\x2c','\x02','\x4b','\xdf','\xc8','\xec','\xd5','\xb3','\x4c','\xad','\xcc','\xd5','\x5b','\x1c','\xa1','\x30','\x50','\x72','\x3b','\x0f','\xb4','\x53','\x53','\xa0','\x09','\x99','\xeb','\x99','\x26','\x4e','\xa9','\xb9','\xf8','\x36','\x45','\x5e','\x35','\xa2','\x7d','\x13','\xe7','\xfa','\x6c','\xfe','\x85','\x97','\x76','\x3c','\x58','\xc0','\x34','\x03','\x45','\x00','\x0c','\xf8','\x97','\x29','\xd5','\x7e','\xb0','\x39','\xe6','\x5c','\xb8','\xea','\x36','\x0c','\x50','\xa9','\x67','\x21','\xbb','\x5e','\xc0','\xb3','\x64','\x3f','\x9f','\xa4','\x5f','\x4c','\x39','\xe4','\x6a','\x81','\x95','\x2e','\xe5','\x3e','\x85','\x30','\x7d','\x21','\xac','\x5d','\x89','\x12','\xf0','\xcb','\xb6','\x6d','\x53','\x33','\x54','\x77','\x06','\x68','\x37','\x87','\x87','\xac','\xed','\xa3','\xf9','\xf3','\x24','\x8d','\xb1','\x1f','\x4b','\xef','\x40','\x00','\xfa','\x39','\xd1','\x5f','\x3f','\xc3','\xed','\x5b','\x3a','\x8e','\xa7','\xd9','\x11','\xd9','\x67','\xf7','\x58','\xc2','\x16','\x4e','\xbc','\xa5','\xc8','\x60','\x94','\x01','\xb8','\x97','\xbe','\xab','\x96','\xb3','\x78','\x7c','\x4b','\x0b','\x25','\xf2','\x82','\x97','\x36','\xed','\x17','\x01','\x3b','\xa6','\x1c','\x97','\xd1','\xc3','\xe4','\xf5','\x11','\x47','\x7e','\x14','\x28','\x11','\x30','\x3f','\x3c','\x10','\x00','\x85','\x06','\x27','\xd3','\xd4','\x1e','\x04','\x3d','\x2e','\x28','\xd8','\x81','\x80','\x44','\xe2','\x26','\x5b','\x14','\x89','\xba','\xf2','\xbb','\xef','\x68','\xc2','\x9a','\x7d','\x9b','\x4a','\xa6','\x10','\x46','\x26','\x83','\x23','\xcc','\x4f','\xb6','\x4c','\x84','\xfa','\xff','\x61','\xde','\x0c','\x65','\x97','\x31','\x76','\xa4','\xdb','\x35','\xbe','\x35','\x98','\xce','\xc6','\x7e','\xb8','\xdc','\x38','\x83','\x76','\x35','\x79','\xf3','\x43','\x9f','\x49','\x33','\xbe','\xfe','\x5d','\x69','\x3a','\x34','\xcf','\xb1','\xc8','\x83','\xa9','\x0b','\xf1','\xf8','\xe9','\x32','\x8f','\x99','\xbd','\xe8','\xca','\x11','\xd0','\x95','\x11','\x5d','\xd8','\x68','\x4b','\x07','\xd5','\xc4','\xa5','\x2a','\x38','\x65','\xaf','\x81','\x0a','\x7b','\x5b','\x71','\xdb','\x67','\x66','\x86','\x4f','\xf3','\x9f','\xdf','\x2f','\x66','\x82','\x07','\xe5','\x71','\x5e','\x95','\xa6','\x10','\xca','\xbb','\x89','\x42','\xbe','\x02','\x15','\x2e','\x5b','\x0e','\x7f','\x57','\x74','\xc0','\x3f','\xae','\x77','\xb3','\x6a','\x32','\xaa','\xff','\xaa','\x6c','\x36','\x65','\x5b','\x89','\x90','\xb8','\x73','\xbd','\x9c','\x28','\x22','\x53','\x12','\xea','\xae','\x04','\x5b','\xd3','\x2d','\x34','\xb7','\xc0','\x8b','\x83','\xdf','\xd4','\xcd','\xd1','\xdd','\x51','\xce','\x59','\x26','\xf1','\xce','\x29','\xb7','\x5b','\x12','\x8a','\x33','\xc9','\xea','\x90','\x42','\xdd','\x2e','\xf3','\x83','\x67','\x32','\x53','\x50','\x32','\x51','\xd0','\x6d','\xe6','\x8c','\xea','\x99','\x00','\x8c','\xfd','\x8e','\xba','\x3b','\xaa','\x3b','\x1f','\xdd','\x2c','\xcc','\x2f','\xea','\xda','\x5d','\xa3','\xbe','\xc3','\xa0','\xe9','\xcb','\xee','\x83','\x69','\xec','\xb0','\xc9','\xd3','\x77','\x99','\xda','\x8b','\x0a','\xc2','\x6a','\xdc','\xd2','\x76','\x7c','\xf6','\x5d','\x76','\x32','\x00','\x31','\x83','\xb2','\x40','\x4c','\xce','\x4a','\x93','\x38','\x5d','\x30','\x73','\x9e','\xdb','\x8e','\x11','\xdb','\x02','\xb4','\x39','\x5a','\xcf','\x01','\x32','\xc0','\xd5','\xfb','\x5c','\xca','\xf5','\x4c','\x10','\x33','\x23','\x21','\x81','\x0b','\x90','\x4a','\xdd','\x39','\x4e','\xb9','\xba','\xcf','\xb6','\x40','\x68','\x7a','\xae','\x6b','\x49','\xf3','\xb0','\xb6','\x6f','\x3a','\xa0','\xa3','\xf9','\xf8','\x5d','\xa5','\x4c','\x34','\xf0','\x0e','\xd5','\x73','\xd0','\xdc','\x7e','\x37','\x0b','\x24','\x4e','\xd5','\x39','\x4c','\x9f','\x23','\x81','\x41','\x4e','\x75','\xf5','\xa8','\xcc','\x7c','\x8e','\xd6','\x60','\x75','\x2a','\x00','\xde','\xd2','\x86','\xa0','\x0e','\x4e','\xc8','\x4c','\x4c','\x36','\xe1','\xa5','\xda','\x91','\x7f','\x03','\x17','\x9c','\x20','\x30','\x33','\xee','\xf7','\xbb','\x8b','\x30','\x1c','\xee','\x7f','\xb2','\xbe','\x2f','\x93','\x99','\x13','\xe2','\xe1','\xa1','\x77','\xfd','\x90','\xe9','\x41','\x01','\x4e','\xcb','\x26','\xdb','\xcf','\xfa','\x17','\x56','\x27','\xd6','\xd5','\xae','\xae','\x47','\x77','\xf0','\x63','\x4d','\x0a','\xf3','\x56','\x77','\x7e','\x72','\x73','\x79','\x1d','\x74','\x6b','\x2f','\xc4','\x74','\x92','\xcf','\x01','\xa4','\x5d','\x01','\x41','\xfb','\xdd','\xb7','\xa7','\xfd','\xb7','\x87','\xe8','\x45','\x1d','\x76','\x26','\xcb','\x1e','\x4d','\xfe','\x21','\xbd','\x3f','\xea','\x53','\xb6','\x6d','\x90','\x40','\x54','\x0d','\x67','\xed','\x7d','\x4b','\x85','\xeb','\x6a','\x15','\x25','\x46','\x6a','\xa9','\xf7','\xbe','\xa8','\x61','\xab','\xfc','\xb5','\xde','\x59','\xda','\x68','\x13','\xd3','\x1a','\x29','\x9b','\xde','\xfc','\x6e','\xca','\xb1','\x68','\x04','\x2b','\x90','\x39','\x7c','\x8c','\xc2','\x37','\x92','\x8c','\xbd','\xc3','\x7e','\xfe','\xa8','\xd6','\x7d','\x25','\xee','\x4c','\x49','\xfb','\xa1','\x1f','\x0a','\x74','\x34','\x67','\xcf','\xf5','\xbb','\xe0','\x86','\xde','\x63','\x1d','\x03','\x16','\x46','\x70','\x25','\x6c','\x54','\x16','\xcb','\x52','\x57','\x85','\xab','\xd7','\xc8','\x22','\xb1','\xaa','\x76','\x33','\x5c','\xa6','\x87','\xc5','\xbd','\x72','\xd3','\x02','\x5f','\x57','\x10','\xd8','\xfc','\xa7','\x45','\xb7','\x8a','\xf7','\x05','\x92','\xf9','\x1f','\xc3','\x8b','\xae','\x37','\x00','\x8d','\x49','\xd8','\x47','\x88','\x43','\x19','\x45','\xf1','\x92','\xba','\xe8','\xdf','\x39','\x0a','\x71','\xe6','\x84','\xc2','\x83','\x67','\x5a','\xcf','\x2c','\xba','\x2a','\xbe','\xc6','\x53','\x97','\xea','\x3b','\x22','\x9b','\xbd','\x49','\x41','\x2f','\x68','\x4b','\xa0','\x7b','\x95','\x9b','\x95','\xae','\x25','\xd5','\x7e','\x4c','\x31','\x98','\x19','\x47','\x4a','\xcf','\xca','\xca','\x43','\xbe','\x1d','\x51','\xe1','\x41','\xd0','\xd5','\xcb','\x43','\x4d','\xda','\x21','\x83','\xda','\x26','\x05','\xd8','\xb9','\xa0','\x14','\xd2','\xf3','\x30','\x29','\x41','\x3d','\xa4','\x79','\xc0','\x02','\x05','\x24','\x60','\x59','\xfc','\x35','\x5e','\xdd','\xa2','\x85','\x05','\x4c','\xff','\x09','\x20','\x4e','\x55','\x17','\x22','\xd4','\xdd','\xa2','\xfb','\x7b','\xa9','\x3b','\x33','\x7b','\x07','\x40','\xa5','\x81','\x5a','\x3f','\xad','\x8c','\x7e','\x43','\x0d','\xfc','\xd8','\x33','\x47','\x0c','\x70','\x29','\xd5','\x65','\xb7','\x9c','\xf7','\x33','\x2e','\xb3','\x65','\x51','\xd3','\x01','\xae','\x42','\x48','\x85','\x51','\xf6','\x84','\xbc','\x33','\x4a','\x2e','\x4d','\x4f','\xab','\xf7','\x23','\xe5','\x76','\xc9','\x2b','\xda','\xd9','\x20','\x10','\x80','\x44','\x1d','\xd8','\x07','\x5d','\xed','\x8a','\xee','\xb5','\xba','\xf3','\xf0','\xb2','\xde','\x46','\xfd','\x6f','\x05','\x0f','\x64','\xa6','\x90','\x30','\x46','\x06','\x95','\xea','\x32','\xbb','\xb0','\x9c','\xc1','\x21','\xdf','\x1e','\xfa','\xdf','\x49','\x3e','\xcf','\x7e','\xbf','\x44','\x86','\x27','\x03','\x3a','\xc9','\xc8','\x07','\x71','\x99','\xf5','\x1d','\x30','\x01','\x91','\x23','\xdf','\x11','\x6c','\xb3','\x4f','\xbc','\xc3','\x6d','\xf6','\xc7','\x1c','\xd1','\x06','\xf4','\x77','\xa9','\x1a','\x1f','\xfb','\x7e','\x89','\x9b','\xf8','\xb9','\x3b','\x46','\x31','\x1c','\x8a','\x6d','\xef','\x4a','\x83','\x99','\x09','\x30','\xa4','\x17','\x8a','\x11','\x27','\xb1','\x3b','\x7e','\x6b','\x19','\xbd','\x51','\x44','\x75','\x0b','\x57','\xcf','\x02','\xd5','\xcb','\x4e','\xb7','\x5b','\xae','\x13','\x3e','\x35','\x06','\xce','\x86','\xe7','\xab','\xed','\x6a','\xab','\xd6','\x12','\xc4','\x98','\x17','\x64','\xfc','\xd7','\xcb','\x37','\x1a','\xc6','\xc9','\xc7','\xe8','\x60','\x58','\x5c','\x59','\x5d','\xac','\x8a','\xc9','\x35','\xe5','\x81','\x3c','\x97','\x5b','\x66','\x70','\x5a','\x35','\x2f','\x65','\x35','\x4e','\xd2','\x6d','\xf2','\x7e','\x20','\xae','\xec','\xcd','\x33','\xcd','\x5e','\xbd','\xdd','\x80','\x09','\x05','\xec','\x5c','\x78','\x76','\x25','\xa5','\xb5','\x37','\xd5','\x71','\xa0','\xc0','\x45','\xbd','\xb5','\x40','\x4d','\x07','\x62','\x39','\x45','\x51','\xe1','\x89','\xf4','\xf4','\xa5','\xec','\xe5','\xf6','\x32','\x70','\x44','\x32','\x3c','\x79','\x17','\x02','\xe8','\xdf','\x6e','\xc6','\x66','\xda','\xf8','\x41','\x70','\x34','\x0f','\x7e','\xa4','\xd2','\xfe','\xdd','\xf4','\x67','\xd6','\xf0','\xea','\xe4','\x9d','\xd0','\xb5','\xe9','\x39','\xcf','\xf5','\x10','\xe1','\xd4','\x8f','\x2e','\x88','\xcd','\xc3','\x3c','\xbb','\xb3','\x0b','\xc1','\x04','\x69','\x9a','\x85','\x7d','\xe1','\x14','\x06','\xea','\xdf','\x13','\xba','\xcf','\x48','\x4a','\xfd','\xb0','\x76','\x11','\xc5','\xde','\x03','\xa2','\x33','\xb4','\x56','\x8b','\x6c','\xff','\x6f','\xef','\x8d','\x8c','\x70','\x42','\x87','\xcd','\x58','\x8a','\xd6','\x17','\x61','\x90','\x9d','\xae','\x0e','\x3f','\xd2','\x37','\x83','\xdc','\x8b','\x91','\x28','\xfc','\x5d','\x24','\x7c','\x96','\x97','\xf2','\x1f','\xc3','\x88','\x86','\x78','\x34','\x7f','\x3d','\x21','\x05','\x41','\x80','\xf7','\x0a','\x48','\xed','\xbc','\x4a','\x22','\xf8','\xb1','\xca','\x4d','\x56','\xdb','\xbc','\x9e','\x45','\x2d','\x1d','\x04','\xe9','\x88','\x3d','\x4a','\x2e','\x7e','\xbb','\xaa','\x52','\x49','\x3c','\x01','\x76','\x47','\x61','\x19','\x43','\x3e','\x2b','\xdd','\x26','\xee','\x42','\xd6','\x68','\x3e','\xa2','\xe6','\xc8','\x15','\x9c','\xec','\x44','\x48','\xcc','\x6d','\x07','\x44','\x4c','\xe1','\xaa','\xf3','\x26','\x99','\xd7','\x72','\x59','\xa7','\x2c','\xfa','\x56','\x6b','\x52','\xee','\x63','\x9b','\xda','\x6e','\x4a','\x6a','\x17','\xa7','\x6e','\x54','\xef','\x3f','\xcc','\x09','\x0c','\xc6','\xfb','\x3f','\xa5','\x9e','\xf3','\x79','\x6f','\xe7','\x7d','\x76','\x56','\x70','\x62','\xe7','\x9e','\x5d','\xbc','\xf0','\xca','\xb1','\x39','\xfb','\xdc','\xfa','\x86','\x44','\xc7','\x53','\x57','\xd1','\xf3','\xdd','\x41','\x0b','\xd8','\x0a','\x09','\x18','\xa2','\x7a','\x77','\x50','\x2a','\xc8','\x25','\xa1','\x88','\xc3','\x84','\x44','\xed','\x9e','\xa3','\x84','\xd4','\x26','\x34','\xd9','\x69','\xb2','\x18','\xd3','\x03','\xe9','\x3c','\x3d','\x97','\x22','\x51','\x37','\x77','\x3a','\x6d','\x48','\x53','\x8b','\xa2','\x2a','\x50','\x05','\x3f','\xc4','\xdd','\x2c','\x8e','\x9a','\xd7','\xbf','\x61','\x7c','\x69','\x92','\x41','\x27','\xd1','\x3e','\x34','\x05','\x7f','\x81','\xf0','\x1b','\xf5','\x1b','\xfb','\xb1','\x95','\x83','\x7c','\x3f','\x3b','\x4e','\x64','\x75','\x65','\xa3','\xaf','\x47','\xda','\xf7','\x1d','\x39','\xe7','\xe1','\xbd','\x73','\x82','\xb0','\x6d','\x9b','\x26','\x90','\x52','\x35','\xd1','\x7a','\xa9','\x22','\xfd','\x55','\x64','\xa4','\x8c','\x6b','\x0b','\x0e','\x9d','\x1c','\x19','\x44','\x60','\x34','\xf6','\x5d','\x27','\x9a','\xf2','\x3a','\xbb','\x28','\x59','\x7f','\x8b','\xaf','\xfa','\xfa','\x21','\xe5','\x8c','\xed','\xad','\x3a','\x3e','\x48','\x8d','\x39','\x0b','\xcf','\x92','\x55','\x80','\x01','\x04','\xd1','\xba','\xe9','\xbd','\x58','\x32','\x5b','\xd3','\x0a','\x7e','\x46','\xe1','\xfb','\x30','\x5d','\x95','\x11','\x17','\xc2','\xd9','\x45','\xb9','\xe3','\xe0','\x2f','\x18','\x6c','\xc2','\x90','\x8d','\x90','\x84','\xe6','\x49','\x20','\xe2','\x76','\xf6','\x2a','\xb5','\xb2','\x31','\x70','\x2f','\x40','\x32','\xab','\x4d','\x68','\x2b','\x93','\xca','\x50','\x8d','\x86','\x12','\x95','\x06','\xa9','\x90','\xe8','\x53','\x6c','\x56','\x8b','\xc3','\xcd','\x7d','\x7d','\xf7','\x38','\x1c','\xe8','\x0b','\xa5','\x94','\x74','\xad','\xae','\x74','\x34','\x1e','\x1e','\xa1','\x87','\xc7','\xc4','\x87','\x06','\xd1','\x0f','\xfd','\x90','\xa1','\x27','\xf4','\xce','\xb0','\xe0','\xdc','\x1e','\x7a','\x72','\xe6','\xe7','\x32','\x8b','\x69','\x96','\x66','\x3e','\x31','\xa3','\x99','\xd0','\xa0','\xae','\x74','\xef','\xa8','\x2e','\x7d','\xd1','\x78','\x39','\xf7','\x45','\x8d','\x59','\x82','\xb3','\x4d','\x07','\x97','\xbf','\x55','\x2c','\xd8','\xbf','\x8b','\x02','\x3b','\xca','\xdc','\xe9','\x0e','\xaf','\x9d','\x93','\x47','\x3a','\xd6','\x51','\xb9','\x86','\xf7','\xd7','\x3a','\xa6','\xb7','\xaf','\xa9','\x4b','\x8c','\xde','\x00','\x66','\x74','\x14','\xc0','\xa6','\xe8','\x5d','\x89','\x9b','\x29','\x3e','\x47','\xf9','\x62','\x81','\x39','\x2a','\x6f','\x47','\x12','\xc5','\xd7','\x84','\x90','\x6b','\x0f','\xd4','\xdc','\x28','\xc8','\x23','\x3b','\x90','\x08','\xcd','\xe5','\xf1','\x79','\x7b','\xb8','\x32','\x1c','\xf1','\xc8','\x15','\x28','\xe5','\xf0','\x7d','\x42','\xcb','\x52','\x1c','\x0c','\x72','\xbf','\x7b','\x79','\x91','\x5c','\x57','\x71','\x73','\x16','\x54','\xaa','\x39','\xdc','\x5e','\x17','\x71','\x53','\x4e','\x48','\x0d','\x08','\xe8','\xce','\x10','\x49','\x7b','\x52','\xdd','\x05','\x02','\xf4','\x92','\x77','\xd1','\x67','\x52','\x4a','\xc8','\xb2','\xa3','\x94','\x09','\xdb','\x96','\xf1','\xf6','\x9f','\x0d','\x79','\xab','\x5a','\xf8','\xfe','\x5e','\xb0','\xdf','\x6b','\x01','\xca','\x5e','\xb0','\xdf','\xc5','\xe1','\x41','\x38','\xb4','\x4f','\xbe','\x6e','\x05','\x6d','\xd7','\x06','\x55','\xdb','\x29','\xe8','\x80','\x4c','\x40','\x58','\x69','\x67','\x89','\x74','\xbc','\x9a','\xb4','\x66','\x8e','\x20','\xfc','\x22','\x76','\x3d','\x0b','\x55','\x76','\x20','\x65','\x46','\xd9','\x4a','\xad','\x7b','\x49','\xf5','\xd2','\xd7','\x9c','\x6a','\xbb','\xe8','\x85','\xaa','\x98','\x03','\x5e','\x96','\xf6','\xad','\x03','\xcc','\xce','\xe7','\x68','\xa6','\x7b','\x85','\xa2','\x29','\xe1','\x10','\x95','\x0c','\x68','\x91','\xd9','\xda','\xe6','\xa4','\xbd','\xf7','\xa9','\x2e','\xf0','\xd8','\xc2','\x48','\x1b','\xf5','\x03','\x09','\x6e','\x24','\xb1','\x54','\xe8','\x8b','\x48','\xda','\x4c','\x36','\x03','\xb4','\x9c','\xed','\x8f','\xba','\xfb','\xee','\xef','\xb6','\x6d','\x73','\x63','\x44','\x9c','\x20','\x1c','\x9e','\x01','\xb2','\x1e','\xe0','\x8e','\xe9','\x79','\xf4','\xf7','\x7c','\xb3','\x8d','\x82','\x87','\x27','\x9f','\x34','\x1f','\x72','\xdd','\xfe','\x64','\x1e','\x47','\xf1','\x22','\x82','\x92','\x8c','\xd1','\x26','\xa8','\x4c','\x9e','\xfa','\x37','\x37','\xa7','\x07','\xb7','\xb7','\x84','\xbc','\xb5','\xb2','\x15','\x11','\xba','\xd2','\xb7','\x17','\x5a','\x87','\x26','\x0c','\xd7','\xfe','\x73','\x5f','\xc3','\x80','\x89','\xe5','\xbc','\x4a','\x63','\x92','\xf3','\xb4','\x66','\xdf','\x26','\x4a','\x42','\x7f','\xbf','\x48','\x74','\x90','\x6a','\xa3','\xe4','\x9f','\x82','\x8f','\x15','\x19','\x66','\x28','\x2f','\xaa','\xc0','\x23','\xe4','\x04','\x50','\x3b','\x51','\xcb','\x2c','\xeb','\xbf','\xd6','\x4d','\xa7','\x69','\xc3','\x69','\x9b','\xcd','\x34','\x93','\x5e','\x4a','\xbd','\x94','\xef','\x81','\x4b','\x0f','\xe7','\x15','\x38','\xa3','\x0b','\x52','\xd4','\x06','\x83','\xc3','\x64','\xb5','\x7d','\x26','\xdd','\x30','\xc4','\xa5','\xfe','\xf8','\x68','\x09','\xbf','\x8a','\xfe','\x04','\xac','\x76','\xb1','\xb7','\xbe','\x27','\x45','\x45','\xee','\x49','\x40','\x33','\x17','\x33','\x32','\xdf','\x66','\x9c','\x7b','\xa5','\x41','\xf6','\x38','\x56','\x08','\x92','\x09','\x6a','\x7c','\x9b','\x2c','\x8a','\xda','\x03','\xc8','\xc2','\x45','\xca','\xed','\xbe','\x41','\xa2','\xb6','\x88','\xd5','\x2f','\xaf','\xb6','\x39','\x2f','\xf5','\x81','\xa6','\x2b','\xd0','\xc4','\x2f','\xeb','\x29','\x20','\x99','\x28','\x50','\x71','\x21','\x4f','\x3f','\x91','\xff','\x1b','\xbf','\x4f','\x2b','\x3c','\x53','\x98','\x1e','\xed','\x44','\x78','\xe8','\x12','\x17','\x00','\x5d','\x01','\x39','\x34','\x7e','\x53','\x6a','\xb5','\x97','\x4d','\x5b','\x19','\xb5','\x65','\x5e','\x42','\x27','\xa6','\x4d','\x45','\x94','\x15','\x93','\xfe','\x95','\xf0','\xba','\xe1','\xae','\x3b','\x43','\xa2','\xe8','\x36','\x59','\xac','\x0b','\x56','\xec','\xf8','\x20','\x99','\x86','\x9f','\xb5','\x8e','\x74','\xd3','\x43','\x53','\xc0','\x02','\xdb','\xa1','\x72','\xf3','\xf4','\x07','\x86','\xb1','\x50','\x7e','\x66','\x6a','\xcb','\x69','\xb9','\x26','\x73','\xd1','\xde','\x47','\x23','\x77','\xf6','\x88','\x8e','\x91','\x76','\xae','\x97','\xb6','\x13','\x55','\xa0','\x49','\xe8','\xee','\x85','\x99','\x41','\x7a','\xd4','\x42','\x5c','\xc2','\xd7','\x73','\x35','\x79','\x4b','\xd8','\xb6','\xaa','\xff','\xa4','\x94','\x9a','\x13','\xa8','\x0c','\x10','\x70','\xff','\xa7','\xe0','\xfd','\xbd','\xe0','\xfd','\x9f','\x1d','\xf7','\xf7','\x1d','\xfb','\xce','\xed','\xce','\x3e','\x19','\x25','\xbe','\xd1','\xdc','\x95','\x18','\xdc','\x2f','\x73','\xad','\x72','\xbc','\x83','\x0b','\x71','\xe8','\x20','\xbb','\xb9','\x3a','\xce','\x62','\x13','\x18','\xad','\x5a','\x40','\x50','\x75','\xde','\xc0','\xe0','\xbd','\x82','\xbc','\x52','\xb8','\xba','\xcf','\x96','\x9d','\xa0','\x8d','\xab','\xdb','\xec','\xc2','\xed','\xdc','\x50','\x05','\x3f','\xb9','\xb5','\xe9','\xea','\xde','\x27','\xab','\x99','\x8a','\x10','\x3e','\x55','\x37','\x97','\xd4','\x99','\x5d','\x1f','\x2b','\x13','\x06','\x45','\x6d','\x61','\xc0','\x7a','\x32','\x12','\x53','\xb8','\xd4','\xeb','\x2c','\xff','\x08','\x40','\x31','\xe1','\x89','\x79','\xc8','\xef','\xd5','\x34','\xec','\x8c','\xb7','\x8c','\x74','\x0e','\x1b','\x98','\x26','\x3b','\x42','\x5d','\x2f','\xf3','\xe3','\xa3','\x9b','\x41','\xf6','\xb6','\x98','\xed','\xfe','\x00','\x93','\x8b','\x50','\xe5','\xa0','\xdb','\xfc','\xd0','\x10','\x4d','\x9e','\x6c','\x2d','\xa4','\x80','\x8f','\xb7','\xd1','\x11','\x33','\x78','\x74','\x6c','\x74','\x7b','\xed','\x2b','\x20','\x66','\x0e','\x67','\x78','\xf5','\x01','\x80','\x65','\x79','\xf1','\x93','\x98','\xbe','\x89','\xd0','\x4c','\xb9','\x6d','\xf3','\x6e','\x09','\x29','\x8b','\x77','\x8a','\x1a','\xb3','\x76','\xa2','\x61','\xd8','\x56','\x8a','\x18','\x65','\xb3','\x63','\x0c','\xaf','\x90','\xcb','\xe1','\x37','\xb7','\xfd','\x7a','\x04','\x7c','\x6c','\xe5','\x1e','\x05','\x41','\x1f','\xa5','\x41','\x40','\x1f','\x24','\x3a','\xed','\xba','\x51','\x34','\xf2','\xea','\x45','\x18','\x4c','\x5e','\x5e','\xb0','\x5e','\xce','\x06','\x08','\xd3','\x6a','\x6e','\x85','\x28','\x01','\xf7','\xd2','\xb7','\xdd','\x85','\xb3','\xb6','\xcb','\x68','\x1d','\xb0','\x76','\x13','\x76','\x5a','\x4c','\x15','\x2e','\xea','\xe2','\x51','\x24','\xb1','\x80','\xb2','\xa3','\x26','\x78','\xb8','\xcd','\xbf','\x40','\x9d','\x7e','\x64','\xdc','\xfc','\x09','\x48','\xe4','\x8b','\xe9','\x09','\xac','\xf0','\x7d','\xe9','\xa3','\x7d','\xbb','\xc2','\x33','\xd3','\x2c','\x9c','\xda','\x30','\xc7','\x40','\x1c','\x5f','\xc0','\x81','\x1a','\xe1','\xd6','\x16','\x18','\x01','\x46','\x56','\x19','\x73','\x2a','\xe1','\xa0','\x72','\x46','\x53','\xee','\x77','\x03','\x9a','\x69','\x1c','\x44','\x34','\x5b','\xb7','\x2d','\x0b','\xba','\x3a','\x0f','\xa2','\x62','\x6f','\xe3','\x0a','\x0f','\x99','\x54','\xb1','\x2b','\xfc','\x21','\xa9','\x4b','\x03','\xcd','\xf3','\x46','\x93','\x64','\xcf','\x40','\x94','\x0f','\xab','\x63','\x58','\xe4','\x63','\xf2','\x72','\xc5','\x10','\x6c','\x12','\x77','\x22','\x4c','\xe1','\x46','\xc5','\xbb','\x3f','\xd3','\x58','\x20','\x84','\x46','\x0a','\x5d','\x4e','\x46','\xc1','\x6c','\xaf','\xac','\xb2','\x6c','\xcc','\x8e','\x7b','\xff','\x41','\x7b','\xd1','\xe5','\xd3','\x82','\x72','\x7f','\x30','\x25','\x78','\xd1','\x0c','\x3e','\x49','\xc6','\x58','\xf4','\x5c','\x8e','\xf3','\x54','\x3e','\x07','\x41','\xdc','\x79','\xe7','\x16','\x98','\x1a','\xc8','\x00','\xa1','\x9d','\xbb','\xa9','\x77','\xe7','\x00','\x8c','\xb2','\xd7','\xc4','\x0a','\x17','\x35','\x1d','\x4d','\x84','\x06','\x92','\xea','\xce','\x0f','\x35','\x8f','\x6a','\xa5','\x30','\xfe','\xf9','\xbf','\x3b','\xf6','\x7b','\xc1','\xff','\xfd','\xff','\xef','\xf8','\xe7','\xff','\xee','\x78','\xff','\xbf','\x1d','\xef','\xff','\xec','\x28','\xf7','\x76','\xd7','\x0f','\xf8','\x78','\xea','\x30','\xba','\x09','\x2c','\x33','\x0a','\xa8','\xee','\x56','\x51','\xeb','\xf7','\xb6','\xfb','\xa3','\xe7','\xb0','\x81','\x6e','\x22','\x37','\x39','\x5e','\x20','\xc3','\x5e','\x5c','\xb7','\x8b','\x9a','\x42','\x0c','\x50','\xd9','\x9b','\x79','\x1f','\xfa','\xae','\x52','\x66','\xa4','\xad','\x5e','\xae','\x9a','\x73','\x3d','\x87','\xc4','\x29','\xf5','\x73','\x53','\xb3','\x83','\x79','\xf1','\xc5','\x0b','\x05','\xc2','\xb4','\x2f','\x2d','\x7f','\x13','\x3e','\xa6','\xb6','\xf8','\x35','\x82','\x69','\x42','\x88','\xda','\x9f','\xb8','\x2f','\xfc','\x1c','\xf6','\x42','\xc0','\x46','\x0f','\x97','\x79','\x1a','\x6f','\xf2','\x92','\x27','\x59','\x19','\x3d','\xf9','\x2c','\xfb','\xd5','\xc6','\x8e','\x03','\x40','\xd6','\x09','\xc2','\x08','\x82','\xe2','\x48','\x39','\xcc','\x2e','\x30','\x96','\xa3','\x90','\xe3','\xd3','\xf0','\x66','\x35','\x48','\x16','\xc9','\x3b','\xdb','\xee','\x45','\x62','\x83','\xd9','\xd1','\xd9','\x40','\x5c','\x09','\x6c','\xd6','\x71','\xd4','\x27','\xa2','\x78','\x7c','\x4b','\x75','\xab','\x77','\x7b','\xcb','\x7a','\xd0','\x4f','\xef','\x45','\x20','\x7b','\xdf','\x8f','\x57','\xb0','\x8f','\xb2','\x97','\x1f','\x15','\xfc','\x34','\x64','\xaf','\x42','\xf0','\x82','\xb4','\x5d','\x70','\xbc','\x0b','\xfa','\xc8','\xe3','\x24','\x79','\xc5','\x22','\x9d','\x68','\x82','\xca','\x88','\x4e','\x0a','\x74','\x86','\x3f','\xea','\x0b','\x53','\xb3','\xc8','\x7b','\xa4','\xf9','\x05','\x04','\xe9','\x79','\x82','\xa2','\x7d','\x58','\x9a','\xbb','\x55','\x50','\x0d','\xa7','\x0a','\x09','\xd5','\x04','\xc4','\x4d','\xe8','\x90','\xb7','\x43','\x49','\xec','\xc7','\x5f','\xf4','\x66','\x72','\xd8','\x67','\x56','\xdd','\x6a','\xbf','\x2c','\x33','\x88','\x1d','\xf7','\x00','\x40','\x61','\xe3','\x1a','\x38','\x36','\xdc','\x90','\x7e','\xfc','\x60','\x69','\x95','\xa7','\x37','\xf0','\xfd','\x32','\xfa','\x20','\x4f','\xfe','\x54','\xb2','\x43','\xff','\xb7','\x80','\x21','\xdb','\x28','\x17','\x0b','\x70','\x0a','\xdc','\x6c','\x80','\x8b','\x8c','\x44','\x83','\x4d','\xcb','\x33','\x4f','\x24','\xee','\xf2','\xb8','\xcf','\x41','\x63','\x9c','\x57','\x33','\x82','\x88','\x3e','\x91','\x64','\xa3','\xa2','\x56','\xa5','\x2b','\x47','\x94','\x45','\x77','\x6e','\x1a','\x95','\x2a','\x48','\x3d','\xad','\xe9','\xee','\x8c','\xd7','\xa5','\x5d','\x2d','\x64','\x57','\x68','\x69','\x12','\xcc','\xe6','\x8f','\x96','\xa9','\xf3','\xaf','\xbe','\xd3','\x71','\x04','\x7e','\xce','\x26','\xea','\x28','\xf3','\x2c','\x8b','\x1a','\x77','\xae','\x7a','\x5c','\xdd','\xa9','\x91','\xb2','\x45','\x3d','\x8f','\x83','\xc2','\x21','\xe5','\x36','\xf5','\xd2','\xcf','\xb6','\x81','\xd8','\x03','\x8c','\xc3','\xfb','\x8d','\x6c','\xa1','\xa9','\x9f','\xed','\x94','\xff','\x59','\x32','\x54','\x13','\x19','\xea','\x66','\xcc','\x6d','\xac','\x70','\x53','\xfe','\x9a','\x86','\xd8','\x79','\xab','\xf0','\x78','\x4d','\x27','\x36','\x50','\x1f','\x2b','\xbd','\x82','\x0f','\xcc','\x66','\x6d','\x87','\x79','\x1c','\xd1','\x51','\xc7','\xca','\xb3','\x2b','\xc6','\xa8','\x5f','\xb1','\x2b','\xca','\x6a','\xa7','\xf1','\xcc','\xc8','\x67','\x30','\x0b','\x33','\xf9','\xd5','\x0b','\x42','\x13','\x72','\xae','\x26','\x6d','\xd6','\xa2','\x45','\xee','\xea','\xb9','\xbf','\x37','\xf3','\x35','\x00','\x9c','\x7a','\x1f','\x96','\xbd','\xbb','\xd6','\xe6','\xc2','\xb8','\xdf','\x6b','\xd8','\xfd','\xde','\x4d','\xde','\xf4','\x7e','\xbe','\x83','\xf6','\xec','\x55','\x64','\x33','\x66','\x48','\x77','\xaa','\xb4','\xbb','\xda','\x40','\x53','\xf0','\x03','\xb4','\x33','\x48','\x49','\x13','\xd1','\x30','\x07','\x6d','\x23','\x67','\x76','\xeb','\xae','\x54','\x03','\x77','\x72','\x3e','\xa8','\x10','\x4a','\x2e','\x28','\x39','\x57','\x30','\x94','\x50','\xef','\x0f','\xe2','\xee','\x95','\x2e','\x5e','\xee','\x0a','\x78','\xb5','\xe4','\x12','\x5d','\xe5','\xab','\xb4','\xe8','\x5f','\x05','\x42','\xe8','\xf2','\x58','\x91','\x4f','\xe7','\x9d','\x59','\x16','\x7d','\xb8','\xce','\x19','\x9b','\x96','\xee','\xb8','\x4e','\x99','\xd5','\x38','\x57','\x1f','\x37','\xed','\xbb','\x80','\x17','\x02','\x7f','\x1d','\x62','\x10','\xc0','\xd1','\x8b','\x27','\x33','\xde','\xdf','\xdf','\x1d','\xbe','\x11','\xba','\xe0','\x04','\xe1','\x41','\xfa','\x4a','\xad','\x63','\x39','\xc1','\xbb','\x52','\xea','\x84','\xc9','\x2c','\xde','\xf1','\x5c','\xab','\x44','\xd7','\xc6','\x1f','\x33','\xb7','\x1b','\xc5','\xeb','\x44','\xcc','\x5b','\xc6','\xad','\xed','\xfe','\x50','\x22','\xdd','\x62','\x04','\x80','\x6c','\x2e','\xd7','\x9a','\xd9','\x78','\x3b','\xf9','\x63','\x40','\x52','\x05','\x3f','\xc2','\x8c','\x00','\x3d','\x80','\x67','\x12','\x38','\xed','\x82','\x6f','\xa0','\x19','\xae','\xda','\x73','\xdd','\xce','\xfd','\xcb','\x5c','\xc1','\x25','\x2b','\x39','\xc6','\xd7','\xf2','\xbb','\x49','\x6e','\xb3','\x20','\x58','\xc7','\x4a','\x62','\x64','\x5d','\x3a','\x4a','\x0d','\x07','\x15','\xdd','\xd1','\x13','\x40','\x26','\x6d','\x1f','\x05','\x2c','\x88','\x10','\x75','\x86','\x2a','\x50','\x47','\x15','\x48','\xce','\xff','\xd8','\x0d','\xa1','\x48','\x93','\x58','\x4d','\xe8','\x5a','\x25','\xf0','\xf3','\x3b','\x72','\x56','\x8e','\x1f','\xfa','\xa1','\x6f','\x41','\x41','\xef','\x1c','\x16','\x03','\x8e','\xe2','\xd9','\x24','\xfa','\x14','\xee','\xab','\xdb','\xc6','\x6c','\x95','\xd4','\x1e','\x3e','\x81','\x50','\xa0','\x4e','\xa9','\x78','\x7e','\xa0','\x7a','\x95','\x69','\x2f','\x5e','\x07','\x58','\x83','\x47','\xbb','\x09','\x19','\x1d','\x5d','\xe7','\xfd','\x6c','\x75','\xf9','\x91','\x33','\x04','\x92','\x9c','\xcf','\x60','\x12','\x46','\x1b','\x28','\xc4','\xa3','\xa0','\x80','\x1b','\xd0','\x65','\x95','\x49','\x27','\xd7','\x54','\xef','\x22','\x44','\x0f','\x99','\x35','\x9e','\x01','\x65','\xad','\x6d','\xfa','\xee','\xf9','\xa2','\x12','\x22','\x0f','\x83','\x00','\x15','\xfe','\x5a','\xb1','\x8e','\x38','\xae','\xa9','\x09','\xd5','\x26','\xa4','\xb6','\xda','\xed','\xa5','\x49','\x35','\x5d','\x36','\x6f','\x8d','\x42','\x19','\x8b','\xe0','\x45','\xf4','\xb5','\x33','\x43','\xcb','\x04','\x7a','\x11','\xea','\xa7','\x03','\xd9','\xf0','\xa5','\x44','\x7d','\x97','\xb3','\x02','\x9e','\x84','\x6d','\x23','\x7d','\x4e','\xa9','\xee','\x8a','\xec','\x72','\x59','\xa9','\x01','\x33','\x00','\xd4','\xc4','\x6a','\xbf','\xd7','\xfb','\xb5','\x4a','\x5b','\x20','\x8e','\xe1','\x48','\xf3','\x42','\xef','\x6f','\x19','\x97','\xb6','\xff','\x67','\x8a','\xaf','\x01','\x41','\x62','\xde','\x68','\x75','\x01','\x05','\x3f','\x39','\xa9','\xa7','\x38','\x00','\xf5','\x2e','\x40','\x01','\x5d','\xbd','\xba','\x6b','\x45','\x1e','\x00','\x4a','\xbd','\xe8','\x95','\xb9','\x8e','\x9f','\xb4','\x03','\x25','\x37','\xb3','\xb8','\x92','\xc0','\xb9','\x82','\x22','\xc9','\x8b','\xc5','\x33','\x5d','\xdb','\x0a','\x93','\xa4','\x35','\x8b','\x15','\x60','\xf9','\x2c','\xb2','\xed','\x67','\x6d','\x83','\xcd','\x3c','\x23','\xae','\x67','\x1f','\xe5','\xa2','\x2d','\xe2','\x0e','\xf8','\xd9','\x8d','\x72','\xf6','\x63','\xf8','\xcb','\x94','\x85','\xaa','\x77','\x49','\xef','\xc6','\x85','\x92','\xc2','\x65','\xe0','\x07','\xa5','\x94','\x63','\x27','\x08','\x15','\xd5','\xf7','\x00','\x72','\x5f','\x8d','\xa3','\x58','\x39','\x9a','\x3c','\x1a','\x26','\xfd','\x10','\xf1','\xf4','\xf1','\x12','\x42','\x9e','\x05','\x19','\x99','\x16','\xbb','\xf7','\xfd','\x99','\x43','\xb8','\x4a','\xca','\xd0','\x38','\x7e','\x8b','\x29','\x9a','\xc4','\x98','\xf5','\x10','\x60','\xce','\xcd','\xe6','\xf5','\x66','\x26','\x5c','\x85','\xd6','\x75','\x32','\x00','\x86','\x21','\xfb','\x91','\xe3','\x98','\x80','\xfc','\x68','\x13','\x53','\x14','\xf0','\xfe','\xfb','\x01','\xe0','\x23','\x85','\x8e','\x13','\x7c','\xf1','\x3c','\x6b','\xd7','\x41','\x29','\x3f','\x08','\xc3','\xc3','\x0f','\x74','\x86','\x26','\x3f','\xb9','\x17','\x69','\xc0','\xa2','\xd3','\xbe','\x1f','\x0f','\xe7','\x91','\xfe','\x22','\x2f','\xb1','\x42','\x2c','\x9f','\xa4','\xef','\x58','\x69','\xd3','\x9c','\x65','\xd6','\xa3','\x6e','\xe9','\x83','\xbb','\xa2','\x53','\xc4','\x7c','\x4e','\x4c','\x69','\x48','\x6f','\x61','\x1e','\xfc','\xbe','\x91','\xc5','\x47','\x5d','\x13','\x20','\x99','\xbc','\x64','\x8b','\xd1','\x0b','\xa2','\xe7','\xc1','\x5a','\x5c','\x2d','\xb5','\x9a','\xe8','\xe8','\xb0','\x71','\x63','\x44','\x73','\x77','\x9c','\xfc','\x84','\x18','\xc6','\xe4','\xa7','\xb7','\xc4','\x24','\xd8','\xe1','\xd8','\x3a','\x90','\xe3','\x2d','\x40','\x60','\xb2','\x5f','\x44','\x41','\x66','\xfe','\xd0','\x40','\x67','\xb3','\x7d','\x1e','\x32','\x12','\xc7','\x00','\xb1','\xe1','\x0f','\x92','\x76','\xd1','\x86','\xf0','\x17','\x12','\x58','\x94','\x68','\x18','\x93','\x46','\x89','\x32','\xb3','\xcd','\x29','\x4a','\x31','\x5c','\x0f','\xc3','\xea','\x25','\x8e','\xdb','\x4e','\x71','\xe1','\xaa','\x25','\x50','\xa9','\x8a','\x14','\x24','\x99','\x41','\x79','\x7a','\x60','\xe6','\x2c','\xaa','\x3b','\x8a','\x5d','\x1a','\xdf','\x4b','\xdd','\xe4','\xfc','\xc6','\xe1','\xa0','\x9f','\x00','\x37','\xaf','\xcd','\x2b','\xcb','\xf2','\xca','\x45','\xe7','\x70','\x0c','\x01','\x17','\xf3','\x62','\xab','\xfc','\xe5','\x51','\x1d','\xf0','\xbd','\x63','\xf8','\x30','\xc3','\x80','\x96','\x49','\x62','\x81','\x54','\x34','\x2e','\xea','\x2a','\x5c','\x59','\x94','\x6b','\x75','\xf3','\xd7','\xf2','\xa2','\x54','\x57','\xf2','\x65','\x0c','\x50','\xab','\x94','\xc4','\x71','\x4e','\x14','\x00','\x07','\x71','\xdc','\x78','\x9a','\x29','\xe5','\xe1','\xcd','\x25','\x0f','\x82','\x71','\x7c','\xb2','\x5d','\xec','\x1a','\xe3','\xf0','\x6c','\xc5','\x6d','\x1e','\xf4','\x12','\xd5','\xbe','\x1c','\x27','\xaf','\xec','\x34','\xa6','\xe6','\xc5','\x76','\xbb','\x65','\xe4','\xdc','\x3c','\xd9','\x82','\x00','\xae','\x26','\x6b','\x02','\x6e','\x06','\x67','\x02','\xa5','\x2a','\xa5','\xa5','\xa0','\xbb','\xb6','\xde','\xcd','\x35','\x2b','\xd4','\xee','\xf1','\x91','\xe3','\x01','\x22','\xca','\x1f','\xae','\x80','\xd1','\x0b','\x42','\x73','\x57','\xe7','\x0d','\xa4','\x9e','\x5d','\xeb','\x3d','\x43','\xac','\x97','\xad','\xf6','\xb0','\xa4','\x8e','\x1d','\x24','\x49','\x0b','\x80','\xa4','\x7c','\x85','\x18','\xc4','\xd5','\x41','\x84','\x38','\x8a','\x28','\x05','\xea','\x29','\x2e','\x6d','\xac','\xe6','\x81','\x39','\x11','\x28','\x93','\x3a','\x15','\x1b','\xaf','\x2f','\xf1','\x22','\x72','\xd6','\x79','\xda','\x1b','\x67','\x7c','\xd6','\x9e','\x5b','\x76','\x49','\xad','\xe6','\x10','\x79','\x1d','\x80','\xa8','\x5f','\x32','\x5c','\xbb','\xb6','\x8d','\x41','\x76','\x99','\x4f','\xf5','\x34','\xdb','\x67','\x27','\x9d','\xf7','\xd1','\xbd','\x16','\x59','\x1c','\xa9','\x3c','\xb7','\x83','\x20','\x02','\x90','\xf3','\xdc','\x09','\xc2','\xcc','\x0c','\x6e','\x00','\x40','\x72','\x78','\xe8','\xdc','\x19','\x42','\xa7','\x6f','\xa1','\x60','\x04','\x60','\x43','\xb3','\x1b','\x9a','\x0f','\x98','\xce','\xea','\xbb','\x65','\x46','\xf6','\x9d','\x3d','\x54','\x27','\x06','\xa3','\x12','\x24','\x25','\xd2','\x43','\x7f','\xd4','\xb6','\x5b','\x75','\x57','\x2e','\xa1','\x7b','\x0a','\x11','\xa2','\xc9','\xa3','\x91','\x2c','\xb2','\x2a','\xa1','\xca','\x31','\xd5','\x34','\x24','\xec','\x17','\x5b','\x18','\xbd','\x86','\x66','\x75','\x06','\x82','\xb0','\x9b','\x48','\x16','\x95','\x08','\xc7','\x42','\x71','\x48','\x4a','\xbe','\x87','\x6f','\x9a','\x92','\x4c','\xde','\x44','\xc8','\x00','\x28','\x25','\x14','\xaa','\x8c','\xee','\xbe','\x77','\x6f','\x7e','\xa2','\xe5','\x54','\x3e','\x58','\xfd','\xeb','\xfb','\x55','\x14','\x73','\xce','\x40','\x4c','\x2d','\x44','\xc0','\x5a','\x25','\x60','\xa2','\x18','\xe8','\x7b','\xcb','\xbd','\x26','\x7d','\xdb','\xcd','\x47','\xba','\xb6','\x10','\x36','\x3c','\x1f','\xf2','\xbb','\x30','\x69','\x71','\xff','\xf1','\x2c','\x9d','\x07','\xf2','\xfa','\xa1','\x1f','\xfa','\x2d','\x34','\x80','\x9f','\x05','\x8d','\x98','\x08','\x80','\x98','\xfe','\x70','\x55','\x3a','\x09','\x20','\x26','\x14','\xaa','\xd0','\x27','\x71','\x5d','\xdc','\xd2','\x85','\x19','\x3b','\x87','\x8f','\x8a','\xd4','\x34','\xaa','\x71','\x27','\x64','\x5d','\xb8','\x61','\x85','\x9a','\x3b','\xa0','\x88','\x65','\x1e','\x53','\x34','\x32','\xeb','\x02','\xc5','\x7a','\x38','\x1d','\xde','\x2a','\x6f','\x92','\x45','\x93','\x81','\xdd','\xf3','\xdb','\x5c','\x21','\xed','\xef','\xbc','\x87','\xaf','\x91','\x5f','\x93','\xee','\x7a','\xbb','\xb7','\xe1','\x1c','\x47','\x88','\xd2','\x33','\x20','\xf2','\x6c','\xc9','\x28','\x68','\xcc','\x75','\xa5','\xbe','\xfa','\xbe','\x69','\x90','\x47','\x3b','\xbe','\x9f','\xc7','\x1d','\x9a','\xd4','\x34','\x65','\xcc','\x32','\x32','\x41','\xc7','\x57','\x69','\x56','\xbf','\x4f','\xa4','\x27','\xf2','\xb2','\xd7','\x38','\x68','\x22','\x8d','\xb7','\x57','\xf0','\x53','\x1d','\x39','\x6d','\xb7','\x5c','\xcf','\x33','\xb7','\x06','\xd1','\xbe','\xb4','\x3a','\x91','\xe9','\x1f','\xb1','\x7c','\x29','\xa5','\x9b','\xb9','\xa1','\xe5','\x33','\x5c','\xae','\x8a','\xa0','\xec','\x0b','\x20','\x92','\x34','\x8f','\xaa','\x3b','\x68','\xe5','\xa2','\x2b','\x35','\xef','\x73','\x6a','\x7e','\xd7','\xae','\xbe','\x28','\xd5','\xa4','\xad','\x06','\x9b','\xef','\xaa','\x4a','\xf9','\xe7','\xf9','\x09','\xd8','\x23','\x14','\xae','\xde','\xe8','\x78','\xa7','\xea','\x29','\xae','\x34','\x6f','\x79','\x85','\x80','\x9c','\xaa','\x57','\x41','\x71','\x21','\xae','\xba','\x1b','\x8d','\xf3','\xe8','\x19','\xb2','\xf2','\x37','\x54','\x21','\x8e','\xcd','\xa9','\x69','\xaa','\x59','\x50','\x61','\xb0','\x41','\x3f','\xac','\xee','\xe4','\xfd','\x79','\x3a','\x54','\x07','\x11','\xea','\xc4','\x61','\x3a','\x19','\x5e','\x4f','\x04','\xb7','\x3b','\xdb','\x01','\x6f','\x5d','\xea','\x48','\xad','\xf2','\x79','\xcb','\x03','\x6f','\x10','\x27','\x6f','\x91','\x14','\x00','\x95','\x52','\x9c','\x23','\x04','\x00','\x53','\x9b','\xb9','\x56','\x8e','\x63','\x7a','\x48','\x21','\x3a','\xe8','\xf6','\x89','\xd0','\x8a','\xc9','\x2a','\x00','\xb1','\xef','\x58','\x37','\xbd','\xd7','\x39','\x71','\xe7','\x67','\xe7','\x03','\x8f','\xc7','\xb9','\x65','\x3a','\x42','\x94','\x61','\x70','\x3d','\xd7','\x23','\xe0','\x27','\xe5','\x54','\xcf','\xcf','\x8b','\xb2','\x4d','\x55','\xb1','\x16','\xb7','\xd7','\xce','\x54','\x4f','\xd2','\x0a','\x8c','\xc0','\xde','\x0e','\xac','\x69','\xd8','\x5d','\x9f','\x47','\x07','\x1c','\x1d','\xfe','\x9c','\x7e','\xe3','\xf0','\xfb','\x62','\xd2','\xf3','\xc8','\xa7','\x63','\xc3','\xae','\xb3','\x4d','\x2e','\x1f','\x34','\x88','\xc5','\xf6','\x70','\x87','\x25','\x04','\x99','\xd2','\xf1','\x8e','\x10','\x9f','\x4c','\x07','\x57','\xc4','\x7e','\x65','\x8f','\x72','\x35','\x67','\xa3','\xb6','\xda','\x9b','\xc1','\x6a','\xf6','\x22','\x42','\xbe','\x57','\x47','\x06','\xa9','\x80','\x9f','\xce','\x81','\xfa','\x56','\xbc','\xcd','\x38','\x22','\x9e','\xb1','\x3d','\x66','\xe3','\xc2','\x85','\x8f','\x6d','\x61','\xff','\xda','\x72','\xb1','\xaf','\xe7','\x95','\xf4','\xfa','\x91','\x47','\x97','\xd8','\xc1','\x2a','\xe7','\x3a','\xc9','\x31','\xec','\x0f','\x52','\x02','\xc6','\x79','\xf5','\xdb','\xc8','\x15','\x84','\x0e','\x0a','\x76','\x5c','\xd2','\x21','\x5a','\xec','\xe2','\x99','\x2e','\x7e','\x94','\xce','\x41','\x82','\x57','\x9d','\x13','\x93','\x89','\xc6','\x66','\xc2','\x92','\x49','\x77','\xa2','\x6f','\x3b','\xf2','\x3c','\x45','\xa6','\x6e','\x73','\x8e','\xc0','\x0c','\x42','\x42','\x41','\xbd','\xee','\x20','\x95','\xf3','\xfe','\xb4','\xdf','\x55','\x59','\xe4','\x20','\xbe','\x56','\x6d','\xe5','\x80','\x8f','\x28','\xe9','\xed','\x79','\x60','\x73','\x5e','\xed','\x91','\xbb','\x6a','\x2e','\x2b','\xe0','\xaa','\x08','\x77','\x5e','\x34','\x2c','\x88','\x1a','\xb6','\x57','\xc3','\x8b','\x27','\x29','\x9b','\x0f','\x75','\x90','\x33','\xcf','\x46','\xdb','\x40','\x12','\x74','\xa6','\xeb','\x72','\x56','\xca','\xd5','\x8c','\xfa','\x50','\xa5','\xce','\xdf','\xec','\x5d','\x7c','\x5a','\x71','\x89','\x21','\x9d','\x2e','\xe3','\x5c','\xba','\x54','\xee','\x41','\x01','\x75','\xd3','\xf5','\x26','\x57','\xba','\x73','\x0c','\xa3','\xf8','\x49','\xba','\x17','\xd9','\x98','\x2e','\x42','\x71','\x93','\x64','\x93','\x8b','\xb1','\x2f','\x4d','\xb5','\xc3','\x06','\x5c','\xe4','\x6d','\x65','\xd0','\x55','\x32','\xed','\x69','\xe3','\xd6','\xdd','\x9f','\xea','\xc9','\x36','\x0b','\xf8','\x31','\x9e','\xb6','\xe2','\x18','\x1e','\x65','\x4e','\xaf','\x77','\x95','\xcb','\x3e','\xcc','\xec','\x6c','\x09','\x91','\x8c','\x9d','\x7e','\x9e','\xfc','\x1a','\x1b','\x31','\x1d','\xd5','\x74','\x25','\x01','\x36','\x0c','\x6e','\x17','\xac','\x36','\xf0','\x83','\x3a','\xb6','\x93','\xee','\x40','\x41','\x87','\x89','\x8e','\x63','\xed','\xeb','\xe6','\xee','\xdb','\xd5','\x4b','\xda','\x89','\xdb','\x05','\xb2','\x75','\x47','\x31','\x35','\x67','\x09','\xb9','\x30','\x98','\x53','\xc5','\x11','\x9c','\xc0','\xb9','\x3a','\x90','\xa8','\x77','\x08','\x51','\x3b','\x53','\x3c','\x37','\x8b','\x5b','\xd5','\x33','\xaa','\x13','\xb5','\xad','\x5a','\xd8','\x09','\x0b','\xd7','\xdf','\xa6','\x2f','\xfb','\xb3','\x99','\x3b','\xda','\x1d','\xa6','\xef','\x6a','\x43','\x80','\x0a','\x9a','\xe7','\xb5','\x7a','\x1d','\x40','\x5d','\xed','\xa1','\x76','\xb7','\x52','\xd4','\x55','\x8c','\x4e','\x36','\xe9','\xa4','\xb3','\x9d','\xe9','\x50','\x6a','\x13','\xcf','\xe8','\x6b','\x2d','\xed','\x1e','\xba','\xf1','\xc3','\x36','\xe1','\xf6','\xfb','\x3e','\xf0','\xab','\xd5','\xa6','\xce','\xd2','\x09','\x42','\x29','\xc5','\x35','\x0c','\x74','\x18','\x62','\x1c','\x00','\xf1','\xd5','\x07','\x74','\x1c','\x57','\xc4','\x59','\x6f','\x6b','\x38','\xcb','\x81','\x3b','\xa3','\x25','\xac','\x1a','\xb9','\x27','\x16','\x99','\xa5','\x34','\xa8','\x4b','\x3f','\x30','\xf2','\x19','\xf3','\x02','\x43','\xdd','\x44','\x56','\xbf','\xf7','\xf5','\x50','\xe0','\xb6','\x65','\xf5','\x93','\x0f','\x82','\xee','\xfe','\x54','\xf0','\xe2','\x07','\x21','\xcf','\x94','\x7c','\xcc','\xdb','\xd3','\x4e','\x90','\x2b','\x0e','\x26','\x8e','\x13','\xfd','\x26','\x44','\x93','\x47','\xd3','\x3d','\xdc','\x24','\x10','\xe9','\x1b','\x9a','\x44','\x9e','\xfb','\x29','\x91','\xed','\xdd','\x25','\xb7','\xb4','\x9c','\x27','\x84','\x21','\x22','\x50','\x06','\x72','\x63','\x7c','\x7b','\x62','\x14','\xb1','\x59','\x2e','\xac','\x97','\x28','\x13','\x41','\xdd','\x81','\xba','\x32','\x88','\x00','\x37','\x63','\x48','\x15','\xaa','\xc8','\xe9','\x56','\x0a','\x50','\xfb','\xd6','\xd5','\x80','\x70','\xe8','\xd9','\xe4','\xc1','\x44','\x6e','\x23','\xca','\x05','\xb9','\xda','\xef','\xad','\x79','\x2f','\xca','\xf7','\x87','\x48','\x8b','\x76','\xc4','\xd1','\x3f','\x79','\x7c','\x9e','\x65','\xf3','\x1d','\xa7','\xc7','\x0f','\x9d','\xd0','\x54','\x23','\x40','\x57','\xa8','\x84','\xdf','\x62','\x12','\x4e','\x83','\x77','\x05','\xa9','\xeb','\xb7','\x11','\x44','\xb4','\x27','\xe3','\x25','\x8e','\x92','\x98','\x07','\x25','\x94','\x26','\x1f','\xb8','\x9d','\x2b','\x59','\x2b','\x9e','\x83','\x01','\xd8','\x29','\x75','\x6f','\xfa','\x4d','\xf1','\x10','\x40','\x33','\x4d','\xc0','\xf3','\x88','\xf9','\xee','\xd0','\x41','\x5e','\x36','\xc1','\xc6','\x3c','\x66','\xe0','\x47','\xde','\x58','\x53','\xb7','\x23','\x68','\xea','\xd2','\xe0','\xfe','\xe0','\x58','\xdf','\x09','\xa3','\xb2','\xb2','\x7d','\xb8','\x1c','\xd1','\x2a','\x73','\x9a','\x07','\x1b','\x05','\xb3','\xf7','\x71','\xfd','\x65','\x06','\x8e','\x65','\x78','\xed','\x75','\x2a','\xe6','\x56','\xfa','\xa6','\x07','\xe9','\xc5','\xd7','\x13','\x1e','\x3d','\xd6','\x66','\x12','\x0e','\x46','\xf6','\x37','\x24','\xe0','\xcc','\xb9','\x1f','\x01','\x2b','\x17','\xe9','\x29','\x20','\x84','\xde','\x8e','\xd4','\x16','\x74','\x6f','\xc6','\xf4','\x2d','\xa5','\xd6','\xa6','\xa2','\x23','\x91','\xb4','\xbf','\x9b','\x29','\xb0','\x0f','\xa2','\xf7','\xa8','\x02','\x0b','\x98','\xfa','\x2e','\x14','\x3d','\x01','\x1e','\x57','\x04','\x52','\x18','\x7f','\xb2','\x50','\x2c','\x97','\xb6','\x32','\xcb','\xae','\x4f','\x69','\x66','\x5d','\x6c','\xbe','\x87','\x39','\x63','\x76','\xb2','\x48','\xca','\x69','\xc7','\xc7','\x42','\xff','\x62','\x66','\xec','\x46','\x27','\x2c','\x25','\x55','\xd7','\xd9','\x1b','\x90','\x0b','\x90','\x0b','\x81','\x33','\xa1','\x24','\xaa','\xed','\xc8','\x75','\xf7','\x18','\xcd','\x51','\xc4','\x5c','\x87','\x09','\xca','\xbe','\x05','\x39','\x34','\x86','\x9d','\x3d','\x73','\x08','\x15','\xa7','\xd9','\x70','\x7e','\xcd','\x95','\x85','\xba','\xe9','\x28','\xb7','\x35','\x03','\x59','\x00','\x4a','\x00','\x33','\x19','\x1e','\x70','\x32','\xc8','\x96','\x7d','\x38','\x02','\x9e','\x48','\x76','\x37','\x7a','\x9e','\x4d','\xdb','\x91','\x62','\x6f','\x5e','\x29','\xf4','\xfe','\xfe','\x8e','\x7d','\xdf','\x87','\x58','\x0a','\x80','\xa2','\xe7','\x0f','\x45','\xce','\xb3','\xf2','\xaf','\x06','\xa4','\x19','\xf5','\x57','\x94','\x09','\x0e','\x0f','\x57','\x98','\x40','\x8c','\xe3','\x51','\x4c','\x4f','\x63','\xe6','\x62','\x98','\x42','\xb4','\xc3','\xac','\xfc','\x78','\xe8','\xa2','\x31','\x4c','\x5a','\x2e','\xd5','\xfd','\x23','\x25','\x54','\x2f','\x20','\x5b','\xf3','\xf8','\x96','\x49','\x79','\x67','\x2c','\x80','\x3b','\xc6','\x6f','\xda','\x32','\x4e','\x36','\xdd','\xf5','\x91','\x57','\x34','\x0e','\x5e','\x65','\x40','\x47','\x75','\x09','\x45','\xb0','\xd5','\x3b','\xe2','\x2d','\x57','\xf4','\xd2','\xd3','\x7c','\xcf','\xc7','\xf6','\x24','\x0e','\x69','\x5b','\x54','\x00','\x64','\x77','\x68','\x62','\x83','\x61','\xda','\xd9','\xb6','\xec','\xc1','\x94','\xfb','\x81','\x62','\x54','\x10','\x44','\x54','\x97','\x0a','\x09','\x00','\xee','\xa5','\xae','\xf4','\xe8','\xac','\x27','\x50','\xe1','\x7a','\xd3','\xb2','\x9d','\x43','\xb6','\x10','\x10','\xe0','\xd3','\x99','\x05','\x19','\x61','\x6c','\x51','\x4a','\x64','\xf6','\x1e','\x74','\x8b','\x6d','\x35','\x4d','\xbe','\xf7','\x84','\x7d','\x6b','\x3c','\x88','\x2e','\xb4','\x5a','\x01','\x98','\x9f','\x09','\xa1','\x89','\x12','\x3a','\x6f','\xf2','\x51','\x99','\xfa','\x6c','\xe8','\xf1','\x09','\x7a','\xc5','\xb7','\xce','\xf7','\x61','\x8a','\xcd','\xff','\xcc','\x9c','\x0d','\xc9','\x3c','\x53','\xf7','\x89','\x2e','\x3f','\x57','\xf0','\xad','\xd2','\xb8','\x0a','\x47','\xfe','\x47','\xe5','\x9f','\xf6','\x80','\xf4','\xa8','\xa4','\x59','\x65','\x37','\x26','\xa1','\x37','\xca','\xcb','\x17','\x99','\x1f','\xa9','\x79','\xf3','\x84','\x78','\x9b','\x6a','\x8b','\x23','\xe5','\x08','\x04','\xf5','\xfa','\xd2','\x50','\xd6','\xfe','\x6d','\x15','\x69','\x00','\x29','\x26','\x0d','\x51','\x90','\x6c','\xfc','\x53','\xe5','\x77','\x90','\x4b','\x41','\xd6','\x0f','\x45','\xe8','\x72','\xd0','\xb2','\x1f','\xe1','\xb5','\xa2','\xb4','\x1d','\xd7','\x23','\x80','\x9f','\x59','\xa3','\xdb','\xaf','\x64','\xda','\xca','\xca','\x07','\x32','\x5e','\x38','\xa7','\x3a','\xf4','\x11','\xe3','\x6a','\x0b','\x9b','\x12','\xc2','\x2c','\x22','\x15','\xd9','\x1d','\x62','\xae','\x17','\x42','\x99','\x74','\x56','\x40','\x6f','\xd8','\x8d','\x6a','\x65','\xb4','\x21','\x7a','\x43','\x85','\x77','\x63','\x62','\x8b','\x34','\x9e','\x23','\xbf','\xf2','\xef','\xbf','\xcd','\x16','\x7f','\x25','\x5c','\xde','\x12','\x6e','\xed','\x02','\xf7','\x6d','\x33','\xe0','\x27','\xea','\x36','\xe8','\x6d','\x58','\x5b','\xa8','\xde','\x83','\x57','\xe5','\x1c','\x75','\xc1','\xe6','\x3c','\xf3','\xd9','\xf1','\x3f','\xb6','\x83','\x5e','\x72','\xb9','\xd0','\xe5','\xb4','\xbc','\x93','\x6f','\xd5','\xda','\xa6','\xeb','\x4b','\xa5','\x30','\x78','\xef','\xbb','\x3a','\xe2','\x98','\x40','\xce','\x67','\x2b','\x80','\xe7','\x90','\xa0','\x19','\x6f','\x64','\xc7','\x1e','\x49','\x3b','\x1a','\xad','\x9c','\xa1','\x0b','\xe7','\x15','\x08','\xed','\xd5','\x2c','\xae','\x14','\x94','\x2d','\xa1','\x70','\x46','\x2e','\xd5','\x1d','\x38','\x97','\x7a','\x56','\x88','\x33','\x21','\x41','\x76','\xa9','\x48','\xdb','\x7d','\x55','\xb7','\x58','\x4f','\x29','\xee','\x99','\x0e','\x77','\x48','\x34','\x1f','\xbb','\xfe','\x7c','\x79','\x3d','\xff','\x5c','\x77','\x84','\x48','\x9f','\x75','\x07','\x50','\x32','\x13','\xe7','\x04','\xa3','\x02','\x74','\x20','\xe5','\xa5','\x06','\xeb','\x79','\x5a','\xcb','\xb6','\xae','\x82','\xcd','\xae','\x84','\x80','\x52','\xa7','\x53','\x27','\x08','\xf1','\x22','\xd4','\x1e','\x61','\x5d','\xfa','\x15','\x03','\x5f','\x16','\x32','\x3c','\xad','\xdf','\x84','\x3c','\x24','\x1c','\x4f','\xdf','\xd6','\x37','\x6d','\x44','\xc8','\xad','\xc0','\x63','\xb8','\x07','\x4a','\x29','\x5e','\x91','\xdb','\xc4','\x60','\x93','\x9c','\xb8','\xb2','\xae','\x97','\x6c','\xa1','\xde','\x25','\xb3','\x55','\x1b','\xd9','\x9c','\xc8','\x33','\xe4','\x58','\x8c','\x83','\xe2','\x88','\x2e','\xd8','\x19','\x49','\x9f','\x74','\x0a','\x7e','\x64','\xb0','\x9a','\x74','\x3e','\x57','\x7d','\x7c','\x9e','\x9c','\x1e','\xe5','\x65','\xc8','\xa5','\x78','\x95','\x5f','\x0a','\xf3','\x3c','\x9f','\xec','\x9e','\xbc','\x30','\x1f','\x40','\xd0','\x84','\x83','\x7a','\x47','\x09','\xac','\x4c','\xaf','\xc8','\xb9','\xa0','\x36','\x28','\x18','\x04','\xec','\x32','\xb1','\xaa','\xc2','\x43','\x66','\x97','\xaf','\x73','\x4b','\x5b','\x97','\x9e','\x36','\xf5','\x4c','\x42','\x21','\x7a','\xa1','\xc4','\x1c','\xc3','\xa6','\x21','\xab','\x20','\xa7','\x6d','\x30','\x80','\xa8','\xf9','\xce','\xed','\x19','\x0d','\xf9','\x5c','\x6f','\xfc','\x31','\xa1','\x96','\xff','\x74','\x56','\x7e','\xf1','\x00','\x5e','\x71','\x86','\x67','\x39','\xc6','\x0f','\xbd','\x96','\xae','\xea','\x7e','\x83','\x1e','\x79','\x16','\x41','\xf8','\xa6','\xb3','\x6c','\x88','\x71','\xc4','\x63','\x58','\xf8','\xc4','\x7d','\x39','\x80','\xa9','\x5d','\x72','\x4c','\x7d','\xbe','\xa7','\x8c','\x7e','\x60','\x58','\xf4','\xa8','\xa6','\x10','\x79','\xb0','\x60','\xe7','\xa2','\x51','\xa5','\x39','\x14','\x23','\xfc','\x56','\x4e','\x10','\x07','\xa7','\x95','\x03','\x4e','\x61','\x19','\x75','\xb9','\x18','\x65','\xda','\x54','\x3a','\x09','\xc8','\xff','\x3c','\x08','\x3a','\xef','\x84','\x2e','\x33','\x67','\x80','\x60','\xd8','\xb3','\xb7','\x51','\xa3','\x6c','\x53','\xd3','\x62','\x52','\xfe','\x67','\x8a','\xe8','\xc2','\x76','\x3e','\x4f','\xbd','\x0c','\x34','\xe6','\xdf','\xe3','\x93','\x89','\x0c','\x55','\xec','\x49','\x81','\x0f','\x8c','\xa9','\x9c','\x04','\x15','\x25','\xaf','\xcb','\xa5','\x25','\x49','\xf2','\xb1','\x7f','\x27','\xc1','\x5e','\x80','\x73','\xa6','\xe3','\x7a','\x05','\x7c','\xec','\x37','\x1b','\xa9','\x9b','\x7a','\x36','\x73','\x7e','\xd9','\xfd','\x69','\x00','\x48','\xb3','\x12','\x54','\x25','\x3a','\xd2','\x74','\xc4','\xf9','\x4c','\xb5','\xc5','\xc2','\x14','\x74','\x88','\xd9','\xea','\x4a','\x93','\x46','\x99','\xb6','\x93','\xe8','\x0a','\x40','\xbb','\x5c','\xde','\xcc','\x57','\x46','\x5d','\x90','\xb0','\xba','\x1d','\x79','\x3d','\x8d','\x45','\x71','\x34','\x45','\xae','\xe7','\x82','\x30','\xa6','\x39','\x05','\x2a','\x36','\xbf','\x06','\x0c','\x0a','\xc0','\x2c','\x66','\x6f','\x95','\x3f','\x94','\x4c','\x0d','\x04','\x55','\x5d','\x3b','\x73','\x02','\x73','\x42','\xca','\xed','\xba','\xc1','\x86','\xf4','\xa7','\x4d','\xe0','\x84','\xb8','\x5f','\x60','\x71','\xba','\xe3','\xa2','\x7d','\x06','\x9a','\x34','\x64','\xdc','\x49','\x1d','\xc7','\x4c','\x3d','\xcb','\x64','\xcd','\x3b','\x95','\xd9','\x29','\x7f','\x95','\xc4','\x23','\xa7','\x39','\xe2','\xec','\xcf','\x8f','\xfe','\xce','\xce','\x59','\xcd','\x2b','\xad','\xd9','\xee','\x6c','\x33','\x47','\x68','\xea','\x05','\xee','\x28','\xc2','\xd3','\x85','\x34','\xff','\xc7','\xc7','\x57','\xd3','\x47','\x4a','\xde','\x81','\x4e','\x1f','\x7a','\xde','\x16','\xb4','\xfe','\xde','\x4b','\x95','\x76','\x44','\xcd','\xe3','\x9b','\xb8','\xbb','\x26','\x1d','\xc3','\x97','\xb6','\x9d','\x67','\x4c','\x5c','\xde','\xbb','\x8b','\x4e','\xc9','\x86','\x65','\x3c','\x74','\x28','\xe3','\xbb','\xd0','\x85','\x49','\x38','\x34','\x99','\x91','\x6a','\xe4','\x66','\x5c','\x94','\x92','\xb3','\xc8','\xe1','\xf5','\x15','\x25','\xc9','\x32','\x91','\xc6','\x55','\xa8','\x5d','\x86','\x5a','\xaf','\x9a','\xc8','\x00','\x13','\x76','\x2a','\xba','\xaa','\x54','\xc4','\x56','\x79','\x47','\xbb','\x00','\xad','\x32','\xcc','\x9a','\x9e','\x81','\x55','\xa6','\x20','\x8c','\xd0','\xf7','\xc2','\x34','\xac','\x84','\x57','\x29','\x61','\x81','\x51','\x7f','\xbf','\xda','\xa1','\x51','\x99','\xff','\xcc','\xd8','\x78','\xd5','\x78','\xfa','\xc4','\xf9','\xfd','\x43','\x7f','\x27','\x7d','\x19','\x2b','\xb3','\x5a','\x05','\x87','\xd7','\x91','\x1f','\xb3','\xb2','\x81','\xa6','\x64','\x55','\x45','\xcb','\x79','\xe0','\x12','\x56','\x9c','\xab','\x77','\x47','\x2a','\x84','\x42','\xf5','\x9c','\x01','\x58','\xe4','\x47','\x9f','\xff','\x76','\x35','\xde','\x96','\x61','\xd8','\xcd','\x35','\x33','\xdc','\xe8','\x46','\xb1','\xd8','\xae','\x0c','\xc3','\x37','\xc3','\x2e','\x89','\xc2','\xf7','\xf6','\x8d','\x1d','\x6f','\x5a','\x26','\xdb','\xe3','\x1e','\xcc','\xed','\x41','\x67','\x5d','\xa0','\xb0','\x33','\xd3','\xac','\xa8','\x68','\xda','\x45','\x3f','\xf9','\x3d','\xd4','\x87','\xaa','\xa3','\x72','\x0b','\x82','\xa6','\xbb','\x35','\x21','\x3d','\x29','\xa3','\x88','\x7c','\xf5','\x7e','\x95','\x9a','\xe7','\xd6','\x78','\x1d','\x22','\x8b','\x3d','\xc8','\xc4','\x3c','\x70','\x45','\x71','\xcc','\xcd','\xa2','\x85','\xf2','\x7c','\x64','\x42','\x0c','\x66','\x4d','\x17','\xa8','\xf6','\x6d','\x3d','\xe3','\x96','\x72','\xb5','\x66','\x79','\x93','\xdd','\x9f','\x5b','\xbb','\xc8','\x5d','\xc3','\xf9','\x4a','\xe8','\x4f','\x5e','\xf7','\xa9','\x66','\x12','\xb1','\xce','\x64','\xbb','\x50','\x17','\xfa','\x92','\xc8','\x43','\xa3','\x8b','\x4d','\x48','\xc4','\xa4','\x78','\xd8','\xf5','\x0e','\x18','\xd8','\x29','\xf4','\xe2','\x75','\xce','\x7f','\x47','\x1f','\x03','\x26','\x7e','\x0f','\x1f','\xf4','\xe2','\xa1','\xaf','\xda','\x61','\x86','\xe6','\x43','\xba','\x5e','\xa6','\xde','\x24','\xbd','\xee','\x94','\xb4','\x7b','\x83','\xf6','\x84','\x9c','\x19','\x25','\x13','\xca','\xc6','\xf5','\x22','\xd5','\x52','\x77','\x83','\x28','\x91','\xee','\x9c','\x89','\x69','\xde','\x47','\x54','\xf1','\x43','\x95','\xeb','\x48','\x1f','\xb2','\xdf','\x5a','\xe3','\xea','\x26','\x5e','\xd3','\x3f','\xf4','\xca','\x00','\x96','\x76','\x6c','\xc1','\x4b','\x5b','\x24','\x6e','\x73','\x85','\x67','\x5b','\x78','\x9f','\x48','\x79','\xf3','\x3b','\x3d','\x44','\x84','\xb7','\xb7','\xb7','\x69','\xd8','\xc1','\x09','\x82','\x8d','\xa4','\xbf','\xad','\x52','\x78','\x58','\x17','\x3a','\x08','\xb2','\x66','\xb2','\x43','\x12','\x93','\x70','\xeb','\xa8','\x7d','\xf2','\x58','\xfe','\xd2','\x57','\x5c','\xd8','\x15','\xc8','\xae','\xc8','\x1d','\xa5','\x48','\xb3','\x99','\xd6','\x84','\x85','\x4d','\xa3','\xae','\x92','\x10','\xb6','\xad','\xdb','\x93','\xf6','\x1b','\xc8','\xcd','\xdc','\xb5','\xc9','\x59','\x46','\x3e','\x69','\x2c','\x3b','\xf0','\x75','\x95','\xca','\x2a','\xc2','\x13','\xdd','\xff','\x51','\xba','\x12','\xef','\x55','\xc3','\x76','\xd0','\xf3','\xe3','\xc7','\x89','\x32','\xe0','\x56','\x57','\xa4','\xee','\xaa','\x89','\xcc','\xcb','\xb7','\x32','\x75','\x8b','\xa3','\xf2','\x92','\x60','\x30','\x00','\x53','\x0e','\x60','\x96','\xe6','\x0a','\x17','\x5b','\x75','\xe3','\x42','\x3b','\xa3','\xa0','\x80','\xed','\x6e','\x50','\xa9','\x63','\x42','\x0f','\x0a','\x9a','\x3a','\x76','\x9e','\xc2','\xdd','\x34','\xc0','\xd6','\x9b','\xfa','\xdf','\xe3','\x39','\x14','\xf6','\x37','\x1d','\xf0','\xa9','\xf9','\xba','\xef','\xad','\xc6','\xa4','\xf6','\x29','\xee','\xe3','\x92','\x66','\xbb','\xa8','\x66','\x63','\xea','\xf1','\xf1','\xb1','\x12','\xea','\x1c','\xf2','\xf9','\x22','\x7e','\x29','\xc5','\x59','\x0c','\xc1','\x53','\xbc','\x7c','\x38','\xae','\xff','\x2a','\x5a','\x4c','\xac','\x09','\x9d','\x86','\x9a','\x6a','\xd4','\x07','\xc1','\x23','\x58','\x70','\x89','\xf0','\xd8','\x47','\x27','\x9d','\x46','\x6e','\xfe','\xf0','\x50','\x9e','\x2a','\x37','\x3c','\x83','\xb5','\xb2','\xa0','\xb3','\x85','\xae','\x40','\x11','\x19','\xa7','\x3b','\xa9','\xf2','\x7f','\x12','\x57','\xb2','\xa5','\x9d','\x09','\x58','\x55','\x50','\xa6','\xb4','\x51','\xf2','\x1c','\xbf','\x52','\x39','\x40','\x6e','\x55','\x7b','\x48','\xc4','\xfe','\x35','\x69','\x8a','\xf5','\xc2','\xc0','\x03','\x7b','\x80','\x29','\x3b','\x30','\x7a','\x8f','\x49','\xd3','\x87','\xf7','\x59','\xce','\x6b','\xe8','\xcc','\x7c','\x63','\x26','\xe6','\x83','\x9a','\xf6','\x1a','\xc5','\xaf','\x06','\x17','\x21','\xc8','\x70','\xec','\xe1','\x80','\x47','\xf8','\xef','\xe4','\x0b','\xdc','\x26','\x7c','\x14','\xa7','\xd2','\xe7','\x7a','\x26','\x37','\x41','\xdd','\x01','\x97','\x76','\xd5','\x81','\x2a','\xf8','\x64','\x2b','\xe4','\xaa','\x71','\x38','\x9e','\x9b','\x3e','\xb8','\x10','\x82','\xb6','\xc8','\x3a','\x3a','\x4f','\x79','\xd0','\x98','\x92','\x1d','\xbb','\x75','\xf2','\x98','\xb5','\xdc','\x5e','\xdc','\xf0','\x5b','\xe7','\x19','\x31','\x28','\x25','\x6c','\x5b','\xc6','\xed','\x57','\xc6','\xdb','\xaf','\x0d','\xb7','\xb7','\x7a','\xf6','\x07','\x12','\x46','\x35','\xdd','\x98','\x98','\x9e','\x38','\xeb','\xf9','\xa0','\xef','\x8d','\xc8','\xff','\xdd','\xb1','\x41','\xa8','\xa4','\xea','\x45','\x3d','\x3c','\xeb','\xfc','\xb3','\x9d','\x35','\x1b','\x6d','\x56','\x67','\xea','\x6d','\x50','\x0a','\xfa','\xe5','\xf3','\x40','\xf7','\xc2','\xab','\x45','\x67','\x77','\x0f','\x90','\xec','\xf4','\xca','\x19','\x21','\x82','\x80','\x9f','\xa4','\x20','\x48','\x36','\xc1','\xd4','\x3a','\xc8','\x54','\xb9','\x76','\x6f','\x6b','\xf0','\x56','\xce','\x52','\xfe','\x3f','\xf6','\xfe','\x75','\xcd','\x71','\x1c','\xd7','\x02','\x05','\x01','\x4a','\x8e','\xc8','\xea','\x3d','\xdf','\x99','\xf7','\x7f','\xcf','\x39','\x7b','\x57','\x65','\x58','\xc4','\xfc','\x20','\x2e','\x0b','\x20','\x25','\x3b','\x2e','\x99','\x59','\x55','\x9d','\xec','\xae','\x0c','\x5b','\xa6','\x78','\x05','\x81','\x05','\x02','\x04','\x95','\xaf','\x48','\xd7','\x4b','\x52','\x47','\x70','\x84','\xd6','\x59','\x3d','\x89','\x86','\x37','\xd1','\xde','\x47','\xd8','\x6c','\x77','\xcd','\xf3','\x76','\xce','\x47','\x1f','\x88','\x8a','\xfb','\xe6','\x3b','\xd2','\x33','\x2c','\x38','\x05','\xa9','\x50','\x06','\x92','\x91','\x97','\xe2','\x1b','\x81','\x27','\x4a','\x1f','\x82','\xee','\xa3','\x3e','\x9a','\xb5','\xa2','\x4a','\xd9','\x8f','\x7b','\xf1','\xd4','\x5a','\x10','\xa2','\xe3','\x9e','\xcf','\xfa','\x8c','\x0b','\xed','\xe7','\xbb','\x81','\x88','\x4a','\x10','\x84','\x55','\xe4','\x84','\x7f','\x4c','\xaa','\x8b','\x1c','\xbf','\x9f','\x30','\xa7','\x33','\xb1','\x9e','\x94','\x27','\x0a','\xb3','\xfb','\x38','\xd8','\x36','\x14','\x20','\xe6','\xe1','\xcb','\xb9','\x6d','\x7a','\xa0','\x8d','\x35','\x32','\x8a','\x97','\x4c','\xf9','\x1e','\x17','\x68','\xc2','\xe9','\xee','\xbc','\x81','\x6d','\x46','\x46','\xc6','\x45','\x09','\xfa','\xef','\x48','\x0b','\xbe','\x18','\xb2','\xec','\x0c','\xdc','\x9c','\xff','\x74','\x9d','\x2a','\xad','\x80','\xcc','\xf4','\xb9','\x02','\xa1','\xd9','\x36','\x3d','\xf8','\xdc','\x84','\xee','\x4c','\x44','\xd4','\xa9','\x1f','\x50','\x04','\x1e','\x34','\xc0','\x4a','\x12','\x0f','\x5f','\x80','\x19','\x31','\x81','\x01','\x40','\x4b','\x16','\x3b','\x79','\xbe','\x03','\x69','\x85','\x71','\xda','\xbd','\x24','\xa5','\xcf','\x7a','\x99','\xae','\x8d','\xdd','\x7f','\x11','\x19','\xfd','\x4e','\xbf','\xd3','\xfb','\xd2','\x8a','\x89','\xf0','\xe2','\x67','\x13','\xfc','\x4c','\xba','\x13','\x2a','\xce','\x1f','\xb8','\x13','\x71','\x63','\x0d','\xa3','\xaf','\xf8','\xbd','\x93','\x9f','\x0b','\x02','\xbc','\xa8','\x38','\x01','\x42','\xe7','\x13','\xf9','\x5d','\x5f','\x4c','\xa4','\x17','\x28','\x52','\x00','\x31','\x6c','\x8c','\x48','\x02','\xb2','\x55','\x31','\x71','\xd7','\xed','\x85','\x92','\x32','\x59','\xa0','\x18','\xfe','\x2e','\xfa','\x3d','\x8d','\xcb','\x8a','\xd1','\x2e','\xc6','\xed','\xca','\xf5','\x6b','\xb1','\xf1','\x3f','\x22','\x72','\x39','\xaf','\x55','\x69','\xfa','\x40','\xe3','\x49','\x4d','\x2b','\x28','\x09','\x79','\xa9','\xff','\xec','\x7c','\x18','\x94','\x1e','\x2e','\x63','\x02','\x99','\x2d','\x2a','\xf0','\x00','\xb1','\xaa','\x04','\x26','\xb7','\xe2','\x50','\xe2','\x46','\x9f','\xa3','\xdc','\x8f','\xa6','\x09','\x2b','\x7e','\xa0','\xa8','\x34','\x14','\x99','\x6c','\x96','\x15','\x32','\x0d','\x80','\x7f','\xdb','\x1b','\xbd','\xbc','\xee','\xf4','\xf2','\xba','\xd3','\xfe','\xb2','\xd1','\xb6','\x33','\x28','\x6f','\x30','\xa1','\x46','\xbf','\xf6','\x18','\xfe','\x23','\xa2','\x00','\xed','\x53','\xfb','\x15','\x14','\x1b','\xb0','\xc6','\xf0','\x65','\x98','\x75','\x21','\xb0','\x0c','\x5f','\xa5','\x33','\x79','\xd5','\x2a','\xa3','\xa9','\xeb','\x7c','\x61','\x7b','\x22','\x58','\x03','\x28','\x3f','\x40','\xf7','\xa9','\x6e','\x96','\x08','\x2e','\xa4','\x4d','\x6c','\x4c','\x70','\xff','\x91','\xa4','\x35','\xed','\x96','\x26','\xb4','\x18','\xda','\x6f','\x3c','\xae','\x57','\xef','\x42','\x24','\x2c','\xd4','\x9b','\x8c','\xb3','\x40','\x32','\x2c','\x40','\xd2','\x1b','\x49','\x17','\x6a','\x3d','\xee','\x0e','\x6a','\x1e','\x48','\x0b','\xd7','\x01','\xf4','\x73','\x85','\x21','\x3e','\x41','\x73','\xa9','\x6c','\x28','\x6e','\x8a','\xc0','\x66','\xb8','\xd8','\xfe','\x65','\x5b','\x0f','\x7a','\x1c','\xa0','\xd2','\x82','\x3d','\x2b','\x6d','\x93','\x4a','\x98','\x8b','\x26','\x2c','\x7b','\x03','\xf4','\xb4','\x32','\x20','\xf4','\xde','\x73','\x76','\x66','\xfa','\xfe','\xfd','\xfb','\xe3','\x20','\x08','\x4b','\x85','\xe7','\x74','\xd7','\xa9','\xb4','\x72','\x81','\xcf','\x73','\x69','\xeb','\x55','\x3c','\x3d','\xb9','\x00','\xb7','\xe3','\xe7','\x93','\x0c','\x33','\x46','\xcc','\xca','\xa5','\xad','\xdb','\x2b','\x86','\x9c','\x04','\xc4','\xf8','\x1c','\xcc','\x77','\x4c','\x6e','\xef','\x83','\x59','\x36','\x55','\x7c','\xfc','\x36','\x64','\xe7','\x10','\xe4','\x3b','\x59','\x16','\x02','\x5b','\x96','\x63','\x5b','\x47','\x0b','\x18','\xaa','\xd1','\xdb','\x44','\xf1','\xe7','\x6f','\xff','\x3d','\x53','\x91','\x46','\x74','\x4d','\x23','\xb8','\x1e','\x26','\x99','\xb7','\x10','\x68','\xab','\x11','\x0d','\x41','\xb6','\xae','\x69','\x3d','\xf7','\x65','\x87','\x05','\x10','\x8e','\x47','\xfe','\xb1','\x9c','\xba','\x1e','\x64','\x1b','\x93','\xbb','\x6f','\x44','\x07','\xd1','\x60','\x96','\x1e','\x4a','\xd5','\x40','\x4d','\x5c','\xa6','\x8b','\x53','\x29','\xa2','\xbb','\x37','\x49','\x41','\x31','\xd6','\x5e','\xf8','\xfe','\x4a','\x5b','\xe6','\x38','\xda','\x6b','\x3b','\xd0','\xbe','\x83','\x8a','\x60','\x07','\x3a','\xc5','\x62','\xff','\x64','\x26','\x3f','\xed','\x8a','\x2c','\x84','\xc1','\x74','\x90','\x78','\x01','\x5c','\xa2','\xa2','\x07','\xb4','\x09','\x20','\xcf','\xfa','\x7b','\x5e','\xf0','\x5a','\xb0','\x7d','\x65','\xb2','\x9e','\xad','\xb8','\xd3','\x23','\x51','\xf2','\x49','\x51','\xf3','\xf7','\x4f','\x4b','\x04','\x75','\xdd','\xeb','\xe7','\x72','\xbd','\xb3','\x19','\x9c','\x69','\xf6','\xaa','\xde','\xaf','\xa8','\x7b','\xa6','\x85','\xe7','\x4b','\x67','\x22','\x92','\xc6','\xc4','\xea','\xee','\x42','\x7a','\xe7','\x47','\xd7','\xff','\x0c','\x2d','\x3a','\x28','\xb3','\x47','\xfa','\xc5','\xf8','\x9e','\x9d','\x07','\x88','\xbb','\x52','\xd6','\x6d','\x4c','\xc0','\x3d','\x01','\xd3','\x2c','\xe8','\x06','\x30','\x41','\x81','\x58','\x7a','\x23','\xf5','\x17','\xa2','\xba','\xec','\x2f','\x93','\x58','\xbd','\xd1','\x42','\x16','\x3d','\x38','\x1d','\x8d','\x82','\x3c','\xb3','\x4c','\x58','\xed','\xe0','\x9f','\xba','\xff','\x28','\xa8','\x4c','\xd3','\xa1','\x63','\x71','\x36','\x5b','\x9c','\x3e','\x2f','\x39','\xcf','\xf8','\x2c','\x96','\x43','\x62','\x42','\xf4','\x33','\x0b','\x51','\xef','\x58','\xf1','\x4c','\xf1','\xe2','\xd9','\x83','\x91','\xce','\x27','\x64','\xe6','\xb9','\x38','\x6f','\x9d','\xcd','\xf3','\x6a','\x92','\xa2','\xa8','\xe5','\x58','\x99','\xbc','\x82','\xc9','\x59','\xe5','\x13','\x51','\x6f','\x96','\x5b','\xa3','\xdb','\xeb','\x4e','\xb7','\xd7','\x8d','\xf6','\x97','\x46','\xdb','\xc6','\xfe','\xfb','\x54','\x3f','\x82','\xdc','\x73','\xc9','\xaa','\xf5','\xeb','\xe0','\x15','\x31','\x62','\x31','\x11','\x32','\xdd','\x3d','\x58','\xc1','\x0a','\x02','\x98','\xcb','\xb3','\xfa','\x2a','\xb8','\xbe','\x8d','\x7e','\x83','\xdb','\xa4','\x2a','\x3f','\x5d','\x2a','\x5d','\x18','\x61','\x69','\xff','\x34','\xc0','\xd1','\xb8','\xec','\xb5','\x79','\x9b','\xb1','\xa9','\xae','\xfc','\x40','\x28','\x75','\xb1','\x46','\x71','\x8c','\x99','\xe5','\xf3','\xcd','\x4a','\x19','\xe5','\xc6','\x38','\x8e','\xbb','\x84','\x9a','\xba','\xc3','\x6d','\x3a','\x6e','\xad','\x75','\xef','\x20','\x03','\x00','\x4a','\x5e','\x32','\x49','\x66','\xca','\x25','\x75','\xd5','\x74','\xe5','\x62','\xb7','\xf2','\xaa','\x49','\xba','\x82','\x63','\x55','\x6d','\x3f','\xd9','\x16','\x2e','\x3e','\x1f','\xe3','\x88','\x8c','\xdc','\x70','\x4b','\x6e','\xfb','\x73','\x69','\xc2','\x86','\x0f','\x12','\x9e','\x05','\xaa','\xc9','\x15','\xa0','\x6d','\xdb','\x68','\xdb','\x36','\xb7','\x6e','\x88','\x08','\xed','\xfb','\x3e','\xbd','\x30','\x35','\xe4','\xc1','\xef','\x89','\xd9','\x2d','\xa4','\x23','\x02','\xbe','\xa7','\xd2','\x09','\x52','\x59','\x09','\x48','\x9f','\x8a','\xb8','\xac','\xe0','\xba','\x9a','\xd5','\x8f','\x6a','\xc6','\x14','\xbd','\xc0','\x8b','\x59','\x19','\xc5','\x66','\x77','\xfd','\xe8','\x81','\x2b','\x7b','\xdf','\x07','\x25','\xc0','\x1b','\x47','\x51','\xe7','\xdd','\x52','\x14','\x96','\xce','\xfd','\x50','\x99','\xb4','\xf7','\x08','\xa4','\x8f','\xa6','\x47','\xce','\xd9','\x3f','\xa4','\x4e','\x32','\xf9','\xf2','\x30','\xcf','\x32','\xd5','\xd5','\x7e','\x95','\xf7','\x1d','\xed','\xc1','\x22','\x07','\x2f','\x0b','\xdf','\x7f','\x26','\x75','\x75','\x23','\x26','\xe2','\x46','\xcc','\xa2','\xb7','\x5c','\x93','\xef','\x3a','\xa1','\xf9','\x7f','\x62','\x48','\x55','\x32','\x9b','\xe2','\x04','\x8a','\xb0','\xd1','\x94','\x45','\x90','\xa3','\x5a','\x86','\x15','\x25','\x50','\x86','\xbe','\xcc','\x84','\xdf','\x29','\x14','\xb9','\x13','\xe1','\xe9','\x05','\x2f','\xd0','\xc3','\x10','\x50','\x67','\x50','\x62','\x2e','\xef','\xbd','\x77','\x06','\x9d','\xe7','\x83','\x06','\x3c','\x5b','\xe0','\x27','\xd2','\xd5','\xd0','\xfc','\xac','\xf4','\x77','\x68','\xc3','\x94','\x12','\xde','\xfb','\x05','\xfc','\x81','\xce','\x14','\xab','\xe7','\x15','\x93','\xf7','\x94','\xba','\x4e','\x92','\xfe','\xe0','\xab','\x67','\x6e','\x7a','\xdc','\x68','\xdc','\x09','\x42','\x42','\xc4','\x32','\x78','\x84','\xde','\x1a','\x4f','\x24','\x44','\x8d','\xc6','\xbd','\x21','\x14','\x6b','\xdd','\x8b','\x76','\x65','\x60','\x01','\x50','\x40','\x8e','\xc5','\x86','\xcb','\x49','\x57','\x2c','\x2f','\xb8','\x0d','\x31','\x9f','\xf5','\x77','\x85','\x8c','\xf1','\x8f','\x43','\x59','\x05','\xf3','\xb2','\xc8','\x3a','\x43','\x7c','\xff','\xbe','\x1c','\xee','\x50','\x34','\xa6','\xb3','\xc7','\x4b','\x64','\x06','\xe5','\x1b','\x2e','\x94','\xf8','\xcb','\xc4','\xf5','\x2c','\x7b','\xaa','\x9f','\xb5','\x08','\x3f','\xc3','\x25','\x31','\xf6','\x0e','\x94','\xac','\x16','\x86','\xb9','\x10','\xbb','\xfc','\xda','\xc6','\x8f','\x81','\x6f','\x17','\xfe','\x24','\x30','\x12','\xf6','\xb3','\x6b','\xbf','\xb5','\x27','\x09','\x2e','\x2e','\xfa','\x4b','\xf3','\xaf','\x95','\x69','\x3e','\xe4','\x8b','\x61','\x9d','\x4c','\x35','\x26','\xe5','\x80','\x68','\xbf','\x35','\x7a','\xf9','\xb6','\xd3','\xcb','\xcb','\xee','\x67','\x7e','\x72','\x3d','\x39','\x02','\x9c','\x48','\x57','\xf7','\x31','\x28','\x47','\xd6','\xe2','\x37','\x8c','\x08','\x42','\xc3','\x7a','\x03','\x16','\xd3','\x47','\xcd','\x5f','\x25','\x9c','\xf7','\xda','\x5b','\xb7','\xd2','\x11','\x99','\xf2','\x19','\x97','\x9c','\x82','\x72','\x43','\xfe','\x31','\x71','\x02','\xbf','\xb0','\x42','\x27','\xd0','\x5c','\xd8','\x88','\x34','\xe2','\x15','\xdb','\x9a','\x57','\x39','\xdf','\xbb','\x2b','\x53','\x83','\x48','\xf2','\x42','\xc6','\x35','\x1c','\x56','\x11','\x3d','\x3b','\x2c','\x4c','\xc7','\x21','\xd4','\xb6','\x1e','\xde','\x44','\x66','\x11','\x12','\xa2','\x4d','\x78','\x5c','\xa4','\xca','\xe3','\x7c','\xb1','\x5b','\x87','\x99','\x68','\xd6','\x1c','\x9f','\x19','\x34','\xeb','\xe5','\xf3','\x6f','\x9c','\x29','\x41','\xa3','\x3f','\x92','\xf2','\xba','\xf9','\xd6','\xcc','\x5e','\xca','\x1f','\x9d','\xfc','\x7d','\xde','\xec','\xf7','\x99','\x5f','\x5c','\xc1','\xbc','\x67','\xba','\x3b','\xdd','\xad','\xa9','\xba','\xcc','\xe5','\x45','\xa8','\xf8','\xe3','\xe9','\xe5','\x67','\xbf','\x28','\x2d','\x77','\x18','\x64','\xfe','\xe8','\x1e','\xa8','\x52','\x81','\xe7','\x23','\xcd','\x27','\x4f','\x24','\xf2','\x36','\xd3','\xda','\xbb','\x5e','\xfc','\x32','\x82','\x45','\x0c','\xd7','\x37','\x0b','\xa5','\x48','\x44','\x04','\xfc','\x54','\x8b','\x40','\x26','\xa9','\x93','\xb2','\xf0','\x07','\x58','\x4e','\x6a','\x05','\xa2','\xff','\xd8','\xf4','\x41','\xfa','\x79','\xd0','\xf7','\xb4','\x8c','\x17','\x74','\xf0','\xae','\xf2','\x4f','\x5e','\xf2','\x08','\x37','\xa8','\x7c','\x14','\x46','\x60','\xca','\x30','\x9b','\x8f','\x0b','\x37','\x22','\xbd','\x68','\x8d','\x08','\xac','\x41','\x4c','\xee','\xc7','\x6c','\xff','\xa6','\xcb','\xe0','\x12','\x11','\xa0','\xda','\x54','\x3a','\xbb','\xca','\x4e','\xe5','\xf7','\xe2','\x0e','\xc7','\xf5','\xbd','\x33','\x2e','\xf2','\x7e','\xde','\xf8','\xaf','\x49','\x15','\xd3','\xfe','\x4e','\xff','\xec','\x74','\x26','\xb4','\xfd','\x47','\xfb','\x53','\x78','\x36','\xe6','\xa9','\xfc','\xfc','\x61','\x9d','\x55','\x5e','\x3a','\xdf','\x27','\x3f','\xc8','\xad','\x12','\x84','\xcc','\x35','\xad','\x77','\xa6','\xd6','\x24','\x01','\xb5','\x5c','\x00','\x6a','\x3f','\xc5','\xdd','\x0d','\x98','\x5f','\xd1','\x27','\x52','\xc3','\x07','\x6e','\xcb','\xed','\x4a','\xf9','\x6b','\x95','\x50','\xc1','\xaa','\xef','\xcb','\xf1','\x30','\xe0','\x67','\x3d','\x70','\x4d','\x01','\xe4','\x2a','\x28','\x1f','\x09','\x88','\x1a','\x1f','\x64','\xd6','\x70','\xe2','\x14','\x40','\xfb','\x24','\x25','\xbe','\x5f','\xfe','\x26','\x2f','\x0e','\xd4','\xa5','\xb4','\xe3','\xe1','\x5a','\xec','\xdd','\xd4','\xbf','\xb3','\xfc','\xc7','\x01','\x49','\x9b','\xa9','\x4c','\x61','\xc1','\x67','\xf6','\xf3','\x9e','\xe1','\xe6','\x03','\x51','\xe2','\x8c','\x17','\xd3','\xc9','\xd8','\xbd','\x27','\x4d','\x42','\xe1','\x89','\xbc','\x02','\x5f','\x4a','\xdf','\x1d','\xa0','\xeb','\x99','\x93','\x97','\xd7','\x9d','\x5e','\xbf','\xed','\xb4','\xdf','\x36','\xdf','\x88','\xad','\xf2','\xce','\xa7','\x4e','\x62','\xec','\xac','\x73','\x2a','\xf5','\x66','\x7a','\x34','\x81','\xc4','\xae','\xfe','\x40','\x93','\x3e','\xc1','\x75','\xcf','\x5e','\xf5','\xb6','\xc5','\xa8','\x67','\xd2','\x46','\xd7','\x50','\x71','\xda','\xf0','\xdf','\x59','\x67','\xd0','\xf0','\x1f','\x73','\x6c','\x1a','\x48','\x1f','\x16','\x5e','\x5d','\xef','\x71','\xe7','\x4f','\x60','\x3b','\x1c','\xde','\xb1','\xfe','\x63','\x08','\x46','\xfd','\xa4','\x0a','\x50','\xe0','\x82','\xde','\x59','\xdd','\xe0','\xba','\x2a','\x40','\x16','\x38','\xa1','\x8d','\x3b','\x26','\xdb','\x70','\x8b','\xe3','\x46','\xd4','\x9a','\x8e','\xe5','\x52','\xff','\xa9','\x94','\xfb','\x68','\xb0','\x3e','\x97','\x56','\x97','\xa9','\x1a','\xde','\x35','\x9c','\x63','\x81','\x35','\x9c','\xcf','\xb1','\x38','\x14','\x16','\x3f','\x5f','\x22','\x0b','\x78','\x3c','\x4b','\xe6','\x4b','\x0c','\xa3','\xa9','\x1a','\x6e','\x98','\x99','\xf6','\x7d','\x5f','\xea','\x33','\x9e','\xf3','\x7e','\xbf','\xbb','\xe2','\x63','\x1d','\xaa','\xbe','\x74','\x8f','\xb4','\xf5','\xb9','\xf8','\xc7','\x52','\xc4','\x7f','\x42','\x02','\x99','\x32','\xcc','\x28','\xf7','\x2a','\xcf','\x99','\xe2','\x26','\xd3','\x87','\x39','\x83','\x1f','\x1a','\xd5','\x8e','\xfa','\x45','\xa7','\x22','\x43','\xf9','\xd9','\xf5','\xbf','\x0d','\x0e','\xa5','\x4e','\x0a','\x4b','\xa0','\x4f','\x8f','\x36','\x63','\x8c','\xa8','\x0e','\x20','\x4e','\xa6','\x59','\x7f','\xec','\xb7','\x9a','\xf7','\xc1','\xf8','\x9f','\xa6','\x8f','\xbc','\x74','\x65','\x17','\xc5','\x74','\xc9','\xd5','\xdf','\xc1','\xf2','\x61','\xfe','\x4f','\xf5','\x93','\x33','\x50','\xf3','\x8e','\xea','\x26','\xd7','\x07','\x44','\x3a','\x55','\x09','\x78','\x34','\x06','\x26','\x40','\x98','\xa8','\x51','\x23','\xe6','\x1e','\xf7','\x48','\x1c','\x2a','\x08','\x1d','\x00','\x84','\xa2','\x1c','\x34','\x1f','\x0b','\x3c','\x09','\x25','\xb1','\x88','\x32','\x73','\xd3','\x2a','\x23','\xf7','\xf7','\xd9','\xf2','\x89','\xba','\xd8','\x51','\x51','\x82','\x42','\x30','\x67','\x06','\x32','\x33','\x99','\x29','\x49','\x25','\xdf','\xab','\x81','\xe6','\xc7','\x45','\x96','\xe7','\xab','\xd2','\x78','\x99','\xe3','\xc7','\xaa','\x28','\xb5','\x96','\x47','\xe4','\xf6','\x23','\xdb','\xf0','\xb7','\x4d','\x4f','\x36','\xf0','\xe9','\xb1','\x7b','\xaf','\xe2','\x7d','\x5a','\x70','\x2e','\xc8','\x95','\xa0','\x9a','\xf0','\x5d','\x07','\x84','\x99','\xe3','\x24','\xcc','\x28','\x39','\xb3','\x9f','\xd1','\x5b','\x54','\xeb','\x4a','\xd0','\xaa','\x0e','\x62','\xa2','\x26','\xd4','\x14','\xb8','\xf4','\x4e','\xd4','\x78','\xac','\x55','\xe9','\x34','\x82','\x25','\xd8','\x42','\x0b','\x3d','\x00','\x28','\x3e','\xdc','\x66','\x0d','\xdc','\x55','\xd1','\x98','\xfa','\x68','\xf9','\xa4','\xec','\xd0','\x4f','\xc2','\x6a','\x0d','\x39','\xa6','\x87','\x65','\xdc','\x7d','\x94','\x6d','\xb7','\x9d','\x24','\x01','\x62','\x21','\x99','\xa3','\xa7','\xe1','\x5f','\xfb','\xca','\x18','\xf1','\xaa','\xfe','\xb8','\x6e','\x94','\x37','\xe5','\x11','\x5b','\x48','\xf3','\x30','\xbe','\xc8','\x6a','\xae','\x53','\xa1','\xde','\xb0','\x78','\xec','\x1b','\xc2','\x51','\x4e','\x6c','\x34','\x89','\x7b','\x80','\x08','\xc9','\x74','\xd1','\x73','\xcc','\x57','\xed','\xc7','\x8a','\x90','\xdf','\xc9','\x38','\x57','\xe3','\xb3','\xc0','\x0c','\xfe','\x27','\xa6','\xcb','\x1b','\xd5','\x36','\xa6','\x5d','\xaf','\xf0','\x78','\xf9','\xa6','\x67','\x7e','\x70','\xa7','\x3c','\xeb','\x4e','\x3e','\xee','\x22','\x32','\x1b','\xe6','\xab','\xfc','\x66','\xd0','\x7f','\xa8','\xc0','\x24','\xa5','\x29','\xc4','\x64','\x9c','\x5e','\x86','\x02','\x1e','\x6c','\xc4','\x27','\x10','\x5e','\xd7','\x87','\x49','\x7c','\xa4','\x2f','\x49','\x33','\x3f','\xa7','\x0a','\xb0','\x5d','\x49','\x19','\x9f','\x59','\x15','\x5e','\x21','\x0a','\xb7','\x37','\x58','\xf6','\x6e','\xa1','\x31','\xda','\xd6','\x8e','\xba','\xc5','\x08','\x78','\x84','\xb7','\x55','\x88','\x98','\x0e','\x22','\x69','\xd4','\x8d','\x27','\x18','\xf6','\xdc','\xf4','\xbc','\xd0','\xd6','\xf4','\xdc','\xd0','\x88','\x22','\x67','\x63','\x34','\xbb','\xc8','\x82','\xc2','\x90','\xe1','\xc7','\x84','\x8d','\xaf','\x48','\x67','\x99','\x78','\xa6','\x85','\x51','\x7e','\xcc','\x41','\x60','\x0f','\x0f','\x0d','\x43','\x69','\x2e','\x31','\x18','\x13','\x60','\x18','\xa4','\xcb','\x2b','\x81','\x80','\xcb','\x70','\xd5','\xe8','\xe3','\xe8','\xd3','\xb3','\x87','\x41','\x10','\x7a','\xef','\xae','\x04','\x59','\x87','\x56','\x87','\x86','\x7e','\x7a','\xf2','\x81','\x1a','\x5f','\xa7','\x61','\xa9','\x13','\x8a','\xd2','\xeb','\x9d','\xc9','\xe7','\x43','\x8c','\x51','\x98','\x16','\xae','\x41','\x0f','\xf6','\xc1','\x2c','\xb6','\xad','\xb9','\x6f','\x37','\x31','\xd1','\xe4','\xa6','\x56','\x9a','\xe6','\x8b','\x61','\xea','\x01','\xc3','\xef','\x33','\x03','\x38','\xe1','\x65','\xbf','\xd3','\x17','\x26','\xf7','\x90','\xc6','\x85','\x7d','\x25','\x9b','\xea','\xdb','\x3c','\x7e','\x6c','\x8d','\x48','\xa8','\x11','\x6d','\x42','\xc2','\x9d','\x88','\x9a','\x9b','\xc5','\xa7','\x1d','\x5e','\x2f','\x3f','\xde','\x0f','\xb7','\x84','\x0a','\xb5','\x02','\xcc','\xb1','\x31','\x95','\x33','\xde','\x00','\x8c','\xdb','\x95','\xf8','\x84','\xc7','\x22','\xfa','\x9c','\x29','\x41','\x95','\xd7','\xff','\x4e','\xbf','\xd3','\xbf','\x25','\x2d','\xf1','\xf3','\x6a','\x6d','\x43','\xc6','\x69','\x69','\xd5','\x35','\x54','\x14','\xa3','\x53','\x00','\x5d','\xca','\x18','\xcb','\x5c','\x17','\x71','\x63','\xda','\x98','\x3d','\xa0','\x8e','\xe8','\x4f','\xd4','\x39','\x89','\xb3','\x19','\xbc','\x64','\x71','\xb7','\xac','\x32','\x01','\x2d','\xcc','\xcf','\x20','\x67','\xc6','\xaa','\x9f','\x59','\xdc','\x00','\x27','\xc1','\x7f','\xa2','\xc3','\xa7','\x3c','\x67','\x99','\x24','\x64','\x76','\x95','\x67','\x80','\x86','\x5d','\x27','\xe2','\x00','\x71','\xef','\xaa','\xe6','\x7d','\x2d','\x4a','\x9f','\x26','\x4c','\xcd','\x04','\x20','\x32','\xb7','\x31','\x80','\x5e','\x40','\xea','\x70','\x85','\xc6','\x73','\x9e','\xa6','\x24','\xad','\x2a','\xf8','\xc2','\xf4','\x4e','\x86','\xcd','\x09','\x58','\x04','\x51','\xb4','\xad','\xd1','\x4d','\xcf','\xfc','\xbc','\xbc','\xee','\x74','\xb3','\x50','\xd7','\x40','\xf3','\xd3','\xab','\x9d','\x26','\xda','\xf2','\xef','\xab','\x66','\x2a','\xd1','\x8d','\xcf','\x02','\x93','\x4e','\xf0','\x7c','\xe4','\xb3','\x00','\x03','\xa8','\x0c','\xab','\x74','\x0e','\x97','\x3b','\xc4','\x67','\x09','\x2c','\xb3','\x2b','\x78','\xa6','\x50','\x54','\x5d','\xff','\x33','\x53','\x32','\x14','\x14','\x75','\x73','\x33','\x8f','\x0f','\x2b','\x53','\x65','\xad','\xf5','\x25','\x3c','\x83','\x46','\x83','\x50','\xf1','\x71','\xcb','\x53','\x51','\x1e','\x99','\x2c','\x74','\x76','\x77','\x57','\xfb','\xde','\x1b','\x1d','\x9b','\xd0','\xa6','\x0a','\x10','\xfe','\xed','\xdd','\x2c','\x42','\x10','\x35','\x6e','\x61','\x39','\x7d','\x76','\x1f','\xfb','\xd9','\xc4','\xe5','\xf3','\x34','\xe7','\xa6','\x08','\xf9','\x66','\x00','\xfb','\xda','\x32','\xfe','\x62','\xb4','\x92','\x83','\x25','\xe8','\x1a','\x12','\x8d','\x92','\x97','\xb4','\xe3','\x39','\x5d','\xe1','\x96','\xc9','\x70','\x43','\x44','\x6f','\x6f','\x6f','\xcb','\xe7','\x29','\x08','\xc2','\x2a','\x3d','\x3d','\x7e','\x49','\x2d','\x83','\x67','\x0f','\x5e','\x79','\xcc','\xf1','\xe4','\xa4','\xa8','\x58','\x71','\xfe','\xdb','\x6a','\x15','\xd6','\xa6','\x2c','\x7e','\xaf','\x93','\x60','\x42','\xc9','\x98','\x38','\xb7','\xe1','\xf2','\xb6','\x6f','\x16','\xa6','\x30','\xde','\xf5','\x58','\x18','\x0e','\x64','\x31','\x05','\xa8','\xad','\xe1','\xc4','\x7c','\xe1','\xcb','\x94','\x3b','\xaf','\x26','\x4a','\x1f','\xdf','\x9f','\xca','\x42','\xfb','\x29','\xa9','\x0a','\x12','\xa2','\xc2','\x7d','\x18','\x3e','\x15','\x81','\x54','\x1a','\xba','\x04','\x31','\xf8','\x1b','\xd3','\x93','\x8c','\xed','\x7a','\x04','\x4e','\x17','\xb6','\xd3','\x58','\x9d','\xd9','\xa2','\x31','\x31','\xd1','\x08','\x21','\xca','\xd4','\x34','\x86','\x6a','\x27','\xa2','\x86','\x3b','\xbb','\x32','\x17','\x2e','\x4e','\x0f','\x49','\x4d','\x51','\xc0','\xa4','\x40','\x05','\x40','\x0b','\xc1','\xce','\x1b','\xc1','\x1b','\xa1','\x36','\xe5','\x31','\xc5','\x5d','\xaf','\xe8','\xa4','\xd1','\x37','\x58','\x8e','\xea','\x04','\xac','\x86','\x4b','\x68','\xbd','\xab','\x9e','\xc6','\xe5','\x89','\xb4','\x26','\x85','\xc7','\x59','\x4e','\x89','\xe0','\xdf','\x93','\xae','\xe8','\xfd','\x97','\xa6','\xa9','\x61','\xbf','\xa6','\xa5','\x95','\x17','\x56','\x70','\x0a','\xb9','\xfc','\x19','\x92','\xc8','\x25','\xaf','\x60','\x87','\x64','\x27','\x2e','\x51','\x14','\x16','\x04','\x03','\xc0','\x45','\xe4','\x70','\xf2','\x75','\x99','\xd9','\x1e','\x23','\xaf','\x20','\x26','\xea','\x83','\x67','\x8c','\xf0','\xf9','\xcd','\x37','\xdc','\xb0','\x0f','\x75','\x53','\xd4','\x77','\x59','\x31','\x29','\x7f','\xe9','\x24','\xe3','\x6c','\x4c','\xe5','\x57','\xbe','\xac','\xa3','\x33','\xe6','\x86','\x4f','\xa9','\x7c','\x29','\x1b','\x40','\xe1','\x15','\x92','\x94','\x19','\xa9','\x1c','\x31','\xea','\x11','\xe3','\x53','\x14','\x5b','\x38','\x01','\x74','\x01','\x97','\x82','\xcb','\xdb','\x19','\xbf','\x99','\xbf','\x62','\x5b','\x16','\xc2','\xf3','\x6c','\x7e','\x2f','\xe7','\x7d','\x76','\x39','\xce','\xf2','\xc0','\x22','\x71','\xaa','\x15','\x0e','\xf8','\xb9','\xc0','\x38','\x88','\xf5','\x05','\x5c','\xdf','\x52','\xb1','\x66','\x21','\xd4','\xdf','\x9e','\x76','\xff','\x7a','\x76','\xa9','\x2d','\x8a','\x8b','\x47','\x41','\xa8','\x06','\x98','\xb7','\xbd','\xd1','\xfe','\xb2','\xd3','\xcb','\xeb','\x46','\xb7','\x17','\x3d','\xf3','\x03','\x2f','\xe2','\xdc','\xb9','\x85','\xcf','\xc0','\xbc','\x9e','\xfd','\x71','\x25','\xbe','\x4b','\x44','\x44','\xa3','\x4c','\x6f','\x2e','\x63','\x80','\x68','\x13','\x1d','\x32','\xe7','\xa0','\x52','\xe8','\x5d','\x43','\x81','\xcd','\x7a','\x1f','\xe7','\x6c','\x8f','\xbb','\xde','\xc1','\x67','\xdd','\xc2','\xf5','\xbf','\x80','\x80','\xec','\xed','\x91','\xf4','\x4c','\xb0','\x1d','\x0b','\x5a','\xe3','\xf2','\x64','\x3a','\x3b','\x55','\xf9','\x4e','\x6b','\xd4','\x98','\x34','\x7a','\x1b','\x93','\x74','\xa1','\xc3','\x22','\x07','\xf7','\xb2','\x5e','\x84','\xc0','\x4a','\xc4','\x4e','\x36','\x22','\x44','\xd4','\x85','\x7a','\x23','\x92','\xa3','\xab','\x85','\x78','\x04','\x54','\xb1','\x28','\x71','\xd2','\x85','\x9a','\xb4','\x71','\x41','\xfb','\xc6','\xd4','\xa4','\x29','\x4e','\xb5','\xf2','\xe8','\xe9','\xf4','\x4c','\xd6','\xcb','\x3c','\x27','\xb4','\x39','\xac','\xa2','\x85','\x07','\x01','\xef','\x43','\x20','\xc1','\x44','\x71','\xf7','\x96','\x5e','\x32','\x1d','\x73','\x2b','\x4b','\x9e','\x7d','\xd5','\xa6','\xde','\xe7','\x30','\xd8','\xe8','\xdd','\x86','\x29','\x9d','\x01','\x32','\xdf','\x39','\xcb','\x68','\x17','\xa3','\x3e','\x0d','\x32','\x4e','\x40','\xec','\x65','\x5a','\x10','\xdf','\xa7','\x12','\xd3','\x50','\xce','\x3f','\x02','\x8c','\x50','\xb0','\x6a','\xd8','\x52','\xe2','\x71','\xd1','\xe9','\xed','\xd6','\xa8','\xed','\x5b','\xc4','\x80','\x5f','\xbe','\xb6','\x26','\x3e','\x9b','\x4c','\x3b','\x3c','\xe9','\x26','\x52','\xec','\x3c','\x4f','\xb1','\xb6','\xec','\xf1','\xef','\x44','\x74','\x49','\x23','\xb3','\xa5','\xe3','\xd9','\x82','\x9e','\x18','\x5c','\x54','\x72','\xf4','\xfd','\x3a','\x75','\xbe','\x57','\xca','\x4c','\x6d','\xd3','\x10','\xd4','\x10','\x18','\x81','\x34','\xce','\xbf','\xdd','\x14','\x6f','\xf2','\xde','\x64','\xe1','\xd4','\x2a','\x93','\xa1','\x28','\x4b','\x4d','\x89','\x36','\x6e','\x61','\x4d','\x5b','\x00','\x21','\x49','\xe5','\x44','\xdb','\x10','\x90','\xd9','\x6e','\xb0','\xe4','\x22','\x3f','\xa6','\x4f','\x7c','\x64','\xdd','\xff','\x4e','\xbf','\xd3','\x3f','\x30','\x2d','\xf5','\xc0','\xa5','\xf0','\x87','\x5c','\x98','\xd9','\xc2','\x65','\x0b','\x0f','\x17','\xb8','\x36','\x22','\x4b','\x6d','\xac','\xd6','\x62','\xb8','\x44','\x91','\x08','\xff','\xe6','\x4a','\x2a','\x28','\x98','\x76','\x99','\xad','\x3a','\x36','\x79','\xce','\xa1','\x7c','\xa0','\x0c','\xab','\x61','\xf6','\xcf','\xd6','\x70','\xd1','\x51','\x86','\x25','\x5a','\xad','\x57','\xd7','\xda','\x45','\x30','\x2a','\x6b','\x4f','\x96','\x98','\x5e','\x6d','\xc2','\xb1','\x52','\xc6','\xce','\x5e','\x41','\x81','\x38','\x29','\x6f','\xef','\x4c','\x95','\xe7','\x2d','\xbe','\x47','\x15','\x8f','\x85','\x4c','\x80','\x6a','\x6d','\x12','\xe8','\x77','\xd4','\x83','\xa9','\xaf','\xa3','\xed','\xe2','\x8b','\xf4','\xb1','\xfe','\x9c','\x25','\x81','\xb1','\x35','\x3c','\xa3','\x17','\x9c','\xde','\x6e','\x23','\xda','\x5b','\x6b','\x0d','\xf4','\xd1','\x05','\xc8','\x81','\xa6','\x99','\x72','\x6b','\x81','\xa1','\xd0','\x92','\x19','\x9a','\x21','\x7b','\x9f','\x1c','\xe8','\x1f','\x28','\x3b','\x23','\x0f','\x33','\xd1','\xb6','\x37','\x7a','\x79','\xd9','\x86','\x0b','\x9e','\x2a','\x10','\x38','\xe6','\x5d','\x86','\x2c','\x7d','\xfb','\xde','\x89','\xe8','\x4e','\x74','\x74','\x92','\xfb','\x4c','\x7b','\x26','\x33','\xdf','\x9d','\x9e','\xc1','\xa1','\x50','\xb0','\xe0','\x07','\x5d','\x63','\x9b','\x2a','\x24','\xc4','\xaa','\xfc','\x1c','\x43','\x51','\xeb','\x5d','\x42','\xd6','\x6b','\xde','\x58','\x97','\x27','\xd5','\x74','\x1b','\x63','\xa6','\xde','\x78','\x6c','\xa4','\x76','\xa1','\xed','\xe8','\xd4','\xf7','\x46','\x5b','\x1f','\xd6','\xa0','\xde','\x1b','\x6d','\x4d','\x68','\xdb','\x1a','\xf1','\x36','\xce','\xd1','\xb1','\x9f','\x4b','\x8e','\x31','\x79','\x57','\x3f','\x57','\xa9','\x34','\xf5','\xb4','\x08','\xa0','\xe1','\xea','\x19','\x25','\xba','\x5b','\xc4','\xca','\x07','\xbd','\x71','\x42','\x83','\x16','\x5a','\x5c','\x76','\x2f','\x44','\x24','\x47','\xe1','\x79','\x97','\x15','\x47','\xfa','\xd0','\x19','\xa0','\xb1','\x00','\xa2','\xc1','\x35','\xf3','\x57','\x63','\x9b','\x55','\x3f','\xde','\x3d','\x2f','\x46','\xec','\x55','\xce','\x2c','\x55','\x89','\xab','\x0a','\x12','\x8b','\xd3','\x09','\x19','\x93','\xb0','\xa9','\x8f','\xec','\xb6','\x6f','\x7a','\x98','\x35','\x76','\x1e','\x4c','\x91','\x99','\xe8','\xf8','\x44','\x2b','\x36','\xf0','\x6b','\x99','\xc6','\x82','\xb8','\x42','\x9e','\x27','\xfd','\x78','\x36','\x7d','\x06','\xd4','\xd6','\x66','\x3c','\x53','\xd0','\xea','\x77','\x44','\xe3','\xf5','\xd9','\x7b','\xd2','\x55','\xd9','\xfa','\xbb','\x2b','\x0a','\x4f','\xa4','\x3a','\xb2','\xaa','\x9a','\x9e','\x36','\xd0','\x9b','\x0f','\xbe','\x72','\x93','\xe0','\x37','\xe1','\xde','\xc8','\x15','\x65','\xcb','\xcc','\x44','\x74','\x50','\x28','\x41','\xfe','\x10','\x94','\xa0','\xb4','\xe5','\x15','\xa6','\x19','\x9a','\x6f','\x52','\x8e','\xbb','\x82','\xea','\x1d','\x0a','\x46','\x9f','\xee','\x7d','\xeb','\xe3','\x12','\xca','\xb7','\x57','\xa1','\x44','\x6c','\xba','\x15','\x31','\xf4','\xc9','\x19','\xf6','\xb3','\x9c','\xaf','\x24','\xfe','\x01','\x7a','\xd1','\xf9','\xf4','\x7c','\x69','\xfa','\xc1','\xc5','\xff','\xd7','\xa4','\x9f','\x34','\x5d','\x59','\x83','\xbf','\x40','\x8f','\x4f','\xb7','\xe3','\x29','\xe1','\xb4','\xe8','\x1d','\x62','\x73','\x63','\xf6','\x27','\x96','\x12','\xe7','\x15','\xe0','\xcc','\xde','\x7a','\x5c','\xb6','\x1c','\xca','\x0c','\x58','\x18','\xcc','\x4d','\xa4','\xe5','\x15','\x85','\x1e','\x0c','\x68','\x3d','\x1a','\xb8','\x13','\x36','\xe5','\xf0','\xb3','\x0b','\x31','\x6c','\x12','\xc8','\x7f','\x88','\x76','\x59','\x95','\x9f','\xb3','\xc4','\xe5','\x4b','\xb8','\x31','\x0d','\x9e','\x18','\xae','\x4d','\x33','\xf7','\x15','\x29','\x67','\x00','\xaa','\xae','\x21','\xc6','\x8a','\x26','\x61','\x9f','\xf2','\xbc','\x8f','\xd9','\x9c','\x6f','\x58','\x5a','\x55','\xc1','\x7a','\xe1','\xec','\x97','\xd0','\xfa','\x7e','\x23','\x41','\x52','\x84','\xd1','\x94','\x18','\xcf','\x9c','\xc7','\x5a','\x91','\xfe','\xb9','\xbe','\x68','\x75','\xf1','\xd3','\xdc','\xab','\x92','\x15','\x18','\xf1','\x38','\xef','\xb3','\x69','\xb4','\xb7','\x8d','\xb6','\x1d','\x70','\x5f','\x05','\xad','\x14','\xf2','\x60','\x72','\xe0','\x70','\xe5','\xa7','\x9f','\xb8','\x5c','\x1a','\xfd','\x69','\x99','\xa6','\x01','\x28','\xdd','\x0f','\xaf','\x08','\xbc','\x24','\x75','\xd0','\x46','\xe3','\x08','\x2e','\x65','\x8a','\xfb','\xb0','\x78','\x10','\x11','\xb5','\xb1','\xc1','\xd8','\x98','\xf8','\x88','\x33','\x71','\x3e','\x61','\x52','\x70','\x6b','\xa5','\x87','\xaa','\x1d','\x9d','\xe1','\x36','\x1c','\xbb','\x47','\x89','\x83','\xae','\xcd','\x1d','\xad','\x77','\xa1','\xfb','\xbd','\xd3','\x71','\xc4','\x80','\xf8','\x58','\xb8','\x8b','\x1f','\xf9','\xb8','\x2a','\xdc','\x0c','\x1d','\x38','\x41','\xa5','\x91','\xc1','\xa3','\xcb','\xb6','\x31','\x16','\x66','\x15','\x6a','\x5d','\x48','\xb6','\x11','\x31','\xae','\x75','\x26','\xd9','\x86','\x07','\x4a','\x63','\x21','\x62','\x9e','\xe6','\xd3','\x2c','\x5e','\xc9','\x6a','\xf6','\xa8','\x83','\x65','\x44','\xea','\xba','\x24','\x0a','\x98','\x70','\x5a','\x2c','\x2e','\x7b','\x89','\x76','\xc4','\x82','\x20','\x75','\x7f','\x8b','\xec','\xbd','\xd1','\x08','\x00','\x81','\x75','\x3d','\xe1','\x8b','\xbb','\x6d','\x5b','\x51','\x00','\x87','\x02','\xf4','\xf0','\x22','\x54','\x23','\x66','\xcb','\x78','\x1c','\x07','\x80','\xbd','\x99','\xc1','\x4d','\xa9','\xb6','\x8d','\x17','\xcf','\x88','\xa6','\x45','\x89','\x40','\x10','\x99','\x20','\x0e','\xc6','\x99','\x30','\xb5','\x77','\xae','\x86','\xe5','\xec','\x37','\x6b','\x07','\xee','\xb6','\xf5','\x43','\x7c','\x11','\xed','\x7b','\x98','\x64','\x71','\xb2','\x3c','\x0a','\xe6','\x62','\x40','\x1f','\x6a','\xdb','\xce','\x07','\x07','\x81','\xb6','\xb6','\x1a','\x48','\x0a','\xe6','\x2b','\xb4','\x64','\xd2','\x5f','\x9e','\x3e','\x5a','\xc9','\xa3','\xd7','\x56','\x13','\x07','\x40','\x3f','\xf1','\x23','\xe3','\x12','\x8b','\x15','\x36','\x2f','\xc3','\x75','\xd9','\xfe','\xfa','\x8a','\x50','\x88','\xc8','\x77','\x9d','\xb4','\xfe','\xf8','\x39','\x4f','\x9c','\xdd','\xb2','\xbc','\x26','\x38','\x99','\xd6','\x03','\xe6','\x35','\xe0','\x41','\x1b','\xb9','\x25','\x48','\xba','\x8c','\x08','\x71','\x24','\x23','\x6c','\xa6','\xe5','\xd7','\x5b','\xf6','\x92','\xe7','\x8c','\xb5','\x2f','\xad','\xfc','\xf1','\x00','\x2d','\x36','\xee','\x55','\x29','\x21','\xa8','\xac','\x61','\x6e','\xb0','\x97','\x1c','\x2d','\xc6','\xdb','\xcd','\xc6','\x4f','\x44','\x3f','\xaf','\x1c','\x32','\x98','\xa6','\x8e','\x9e','\xa5','\x0a','\x92','\x70','\x7d','\x5f','\x25','\x2c','\xff','\xe1','\x3b','\x85','\x88','\x7e','\xf0','\xba','\x38','\xe3','\x39','\xab','\xdf','\x9e','\x61','\x87','\xf5','\xdd','\xab','\xbc','\x1f','\xed','\xda','\x53','\x42','\xfb','\x33','\x69','\x6a','\x18','\xae','\xd7','\x75','\xed','\xcb','\xb5','\xfb','\xa1','\x4c','\xcf','\x24','\x64','\xba','\xb5','\xb1','\xf2','\x5c','\x3d','\x80','\x50','\x83','\x6d','\x08','\x4d','\xa0','\xbc','\xa6','\x93','\x1f','\x39','\x2d','\x23','\x86','\xec','\x92','\x8c','\xba','\x62','\x6e','\x3f','\x6d','\x00','\x9c','\x88','\x12','\x09','\x40','\x4f','\xbf','\x3b','\x58','\x26','\x0a','\x45','\xc9','\xf9','\x8f','\x10','\x95','\x5d','\xe0','\x95','\x6b','\x4c','\xf0','\x1c','\x6c','\x53','\xe9','\x92','\xa3','\x33','\xce','\x4b','\x0e','\xc1','\x2e','\x33','\x78','\xb5','\x28','\xbf','\xce','\x9a','\xd6','\x00','\xb8','\x96','\x9d','\xc2','\x42','\x26','\x48','\x3b','\xce','\xc7','\x10','\xbc','\xf8','\x4b','\x93','\xa0','\xaf','\x9b','\x5d','\xd3','\x6c','\x57','\xd9','\x82','\xe5','\x40','\xfe','\xb3','\x75','\xee','\x3c','\x5a','\xa2','\xbf','\x0e','\xf2','\x81','\x91','\x7a','\xb4','\x2b','\x7f','\x31','\x2a','\x61','\x92','\x1c','\x96','\xdb','\xdf','\xc9','\x0d','\xce','\xb8','\xbc','\xba','\x21','\xe6','\x76','\x4f','\xe4','\xcd','\x39','\x9b','\xfd','\xe3','\xae','\x69','\x34','\xdc','\xb2','\xf6','\xbd','\xd1','\xed','\x65','\x28','\x40','\x37','\x55','\x7e','\xda','\xc6','\xd6','\x03','\x9a','\x47','\x10','\x2a','\x96','\xa0','\x33','\xb3','\x6a','\x98','\x6b','\x57','\x60','\xa6','\x7a','\xa1','\x2c','\x3b','\xe8','\x9f','\x71','\x4c','\xe6','\xdf','\xc7','\xd1','\xe9','\xed','\xfb','\x28','\xd3','\x14','\xa0','\xe6','\xae','\x12','\x83','\x2e','\xc4','\x14','\x8b','\x7b','\x57','\xac','\x5a','\x9a','\xbc','\xb0','\x1a','\x9e','\xf2','\x51','\x95','\x9f','\x4f','\xb1','\x9a','\x0b','\x3e','\xc1','\x8a','\xe1','\xc6','\xde','\xb8','\xd0','\xfd','\x3e','\xc6','\xa3','\x1f','\xdd','\x37','\x2c','\xc8','\x14','\xbb','\x2d','\x2b','\x3e','\xf1','\xd7','\x56','\x03','\xf9','\xa6','\x26','\x5a','\xe3','\x14','\x72','\x90','\xc8','\xb8','\x66','\xa3','\x1d','\x42','\x7d','\x1b','\x17','\xa5','\x6e','\x9b','\x90','\xec','\x31','\x6e','\x5b','\x6f','\xb4','\x75','\x1a','\x8a','\x50','\xa3','\x81','\x2f','\x08','\x8e','\x6d','\x18','\xed','\x03','\x01','\x66','\x63','\x07','\x4f','\x9f','\x24','\x3d','\x11','\xaa','\xd3','\xf8','\xcc','\x58','\x89','\x55','\x8a','\x6e','\x2f','\x14','\xb8','\x2b','\x58','\x91','\x32','\x12','\xd1','\x4b','\x67','\x37','\xeb','\xbb','\x45','\x89','\xe3','\xe0','\xc3','\x27','\xbb','\xdd','\xc7','\x71','\x4c','\x06','\x9c','\xe3','\x38','\xae','\x15','\x20','\x11','\xf1','\xa0','\x07','\xa6','\x04','\x79','\x10','\x84','\x0a','\xcc','\xce','\xd2','\xc9','\x60','\x7c','\x48','\x9e','\xc9','\xf2','\x23','\xa1','\x14','\x92','\xfc','\x15','\xda','\xb1','\x68','\xe5','\xbc','\x36','\x20','\x6c','\xe5','\xd8','\x99','\xef','\xb6','\x83','\x26','\x23','\x3a','\x4a','\x73','\x7f','\xd4','\x06','\x2f','\xaa','\x20','\x30','\x02','\x7d','\x04','\x55','\xaa','\xd0','\xc1','\xf6','\x80','\x4b','\xdc','\x49','\x73','\xbd','\x8f','\x3f','\x4a','\x3f','\xf9','\x69','\x85','\x54','\x86','\xbe','\xfa','\xfd','\x91','\x44','\x7a','\x4f','\x55','\x27','\x40','\x27','\x1b','\xa2','\xd8','\x15','\x85','\xd5','\x0e','\x86','\x97','\x73','\x85','\xda','\x4c','\xe8','\x2f','\x78','\x48','\xe3','\x71','\x1b','\xfc','\xc6','\x4c','\x9d','\x85','\xec','\xe0','\x64','\x27','\x0e','\xf3','\xae','\x5e','\xb4','\xe6','\x37','\x8b','\x13','\x46','\x62','\x44','\x81','\x46','\x99','\xe1','\x1b','\xe0','\xd0','\x4c','\x29','\x92','\xd5','\x24','\x18','\xe8','\x74','\x4c','\x93','\x72','\x54','\xea','\xfb','\x58','\x2a','\x95','\x4b','\xcc','\xc5','\x69','\xb1','\xcf','\xce','\xf3','\x9a','\x4f','\xff','\x4e','\xbf','\x53','\x49','\x9f','\x27','\x0e','\x7e','\x07','\x0f','\x72','\x17','\xdc','\x25','\xaf','\x30','\x01','\x3f','\x83','\xda','\xc1','\x5f','\xd8','\x65','\x01','\x8f','\xa3','\x83','\x44','\x44','\x7e','\x86','\x80','\x4c','\x59','\x00','\x05','\xcc','\xad','\xb7','\xd6','\xc4','\xc4','\xdf','\xc0','\xbd','\x26','\x81','\xfd','\x21','\x44','\xd8','\xf3','\xcf','\xbe','\xf5','\x52','\xf9','\x58','\xfa','\xed','\x04','\x30','\x02','\xff','\xb0','\xdf','\x73','\x37','\x39','\x65','\x0e','\x16','\x5f','\x94','\xba','\xf4','\x51','\x22','\x77','\x51','\xdc','\xe6','\xb6','\x9f','\x32','\xf7','\xa9','\x05','\xbe','\xc1','\x46','\xf3','\x6f','\xf6','\xd9','\xe5','\xae','\xe4','\xbf','\x5e','\xa8','\xc0','\x33','\xc9','\x3f','\xe5','\x66','\xb0','\x3f','\x1e','\x17','\xc2','\x7a','\x8f','\xd6','\x95','\x26','\x17','\xb2','\x6b','\x71','\xe9','\xd6','\x39','\x99','\xfb','\x93','\x01','\x06','\xb9','\x02','\xb2','\xef','\x8d','\x6e','\xaf','\x1b','\xbd','\xbc','\x6e','\xb4','\xed','\xc3','\xcd','\xcc','\x5d','\x23','\x09','\x67','\x86','\xa6','\xb1','\x8b','\x31','\x81','\x73','\x38','\x7a','\xdd','\x83','\x47','\x2b','\x13','\x0c','\xd9','\x63','\x60','\x96','\x5c','\x91','\xe9','\x5e','\x47','\x80','\x68','\x2b','\x77','\xb8','\x88','\x0d','\x70','\xcf','\x6f','\x3d','\xd1','\x30','\x7a','\xcc','\x10','\x89','\xd6','\x1b','\x56','\xa7','\x34','\x2e','\xd8','\x74','\x04','\xd9','\x55','\xeb','\x30','\xc1','\xce','\x40','\x87','\x1f','\x48','\x46','\x4e','\x46','\x57','\x02','\x8a','\x21','\xd9','\x78','\x98','\x75','\x48','\xcf','\x8e','\x33','\x91','\x07','\x92','\x48','\xed','\x81','\x4e','\x88','\x2a','\x01','\xbe','\x39','\xce','\xb1','\xb6','\x46','\xe8','\x6d','\xfd','\xdc','\x8f','\xe1','\x22','\xd7','\x23','\x50','\x82','\x47','\x2c','\x96','\x71','\xc6','\xab','\x51','\x1b','\x8a','\x50','\x87','\x71','\x58','\x75','\xa4','\x8e','\xc1','\x0a','\x3f','\x3d','\x06','\x44','\x97','\x63','\x95','\x8a','\xe2','\xf2','\x0b','\x4b','\x8a','\x1a','\x39','\x48','\x7b','\xd0','\x0b','\x8b','\x5a','\x88','\x7d','\xcc','\xa2','\x41','\x2b','\x9e','\x55','\xa3','\xc0','\x0d','\xc5','\xf4','\xbe','\x0c','\xea','\x96','\x14','\x20','\x0b','\xe3','\x69','\x7f','\xfd','\x0c','\x10','\xf6','\x00','\x5b','\xb8','\x7a','\x0e','\xbf','\x4d','\xc3','\x74','\xba','\xa2','\xad','\x0d','\xf0','\xe5','\x64','\x9c','\x17','\xfc','\x28','\x90','\xdb','\x83','\x79','\xa9','\xda','\xb6','\x89','\x11','\x91','\x08','\x77','\xcd','\xac','\x87','\xd8','\xf4','\x9e','\x9f','\x71','\xcf','\x0b','\x4e','\x58','\xde','\x2b','\xc7','\x09','\x30','\xdf','\x6f','\xd7','\x6a','\xcf','\xe4','\x30','\x1b','\xde','\x07','\x26','\x89','\x3f','\x7a','\xcb','\x22','\x2f','\xf6','\xff','\x1f','\x8b','\xfd','\x1e','\x36','\xfc','\xb9','\x9e','\xbd','\x4b','\x3f','\xaa','\x99','\x70','\x00','\x41','\x71','\xc8','\x96','\xf3','\xa5','\x24','\x4f','\x2d','\xc8','\x82','\xcc','\xe6','\x3b','\x67','\xf6','\x22','\xda','\x78','\xc3','\x82','\x23','\x90','\xfe','\xf5','\x83','\x91','\x02','\x02','\xc1','\x99','\x5d','\x66','\xd6','\xa3','\x3e','\x15','\xc0','\xa8','\xad','\xf1','\xdc','\xcc','\xe5','\x92','\x34','\x04','\x83','\x8d','\x23','\xf6','\x77','\xed','\x32','\xc2','\x7c','\x61','\xea','\x93','\xd4','\xc6','\x35','\x57','\x61','\x0e','\xc0','\x0f','\x2e','\x15','\xf9','\xf7','\x10','\xb6','\x94','\x3a','\x7e','\xc0','\xa2','\xb8','\xa2','\xaf','\x0f','\xca','\xcc','\x1f','\x5e','\xd6','\xbb','\xd6','\xc6','\x2f','\x48','\xbf','\xa6','\x7d','\x9f','\xad','\x0d','\x78','\xf1','\x24','\xdb','\x62','\xf5','\xad','\xf0','\x41','\x60','\xaf','\xd8','\x67','\x4f','\x3f','\xea','\xba','\x64','\x34','\xf7','\x1b','\xc8','\x57','\xcd','\xaa','\xc9','\xd8','\x40','\xf1','\xfb','\xbc','\xc1','\x02','\x3d','\x5b','\xd0','\xf5','\x83','\x31','\x28','\xf8','\x48','\x9a','\x3f','\x85','\xed','\x95','\xbc','\x5a','\xdf','\x83','\x6f','\x10','\xc4','\x98','\xf5','\x87','\xf5','\x4c','\xd1','\xf2','\xf6','\xf5','\xea','\x0e','\x58','\xb0','\x8b','\x01','\x46','\xaa','\xcf','\xd2','\x03','\x03','\x4a','\x60','\xf1','\x4a','\xa0','\x1f','\x40','\x63','\x69','\x2b','\x06','\x73','\xa8','\x7d','\xc7','\x36','\xd9','\x87','\xa4','\xdf','\x88','\xfe','\x97','\x61','\xf6','\x69','\x62','\xfc','\xc7','\xd8','\x7e','\xf5','\x2a','\xb8','\xc0','\x4e','\x57','\xcf','\x26','\x20','\x0b','\x72','\xc0','\x3a','\x67','\xe3','\xdf','\x9a','\x5a','\x7c','\x5e','\x37','\x3f','\xf7','\x63','\xe7','\x44','\x9c','\x80','\x1c','\xe0','\x14','\x8f','\x0c','\xab','\x5a','\x58','\x15','\x94','\x08','\x42','\x70','\x98','\xd5','\xa7','\x8a','\x94','\xd2','\x58','\x66','\x1e','\xd6','\x48','\x38','\xcf','\xe1','\xe3','\x28','\x14','\xaa','\x90','\x14','\xfc','\x47','\xa1','\x00','\xa1','\xcb','\x67','\x58','\xe1','\x0a','\xa1','\xca','\xfc','\x77','\x52','\x78','\xe1','\x95','\x64','\xfd','\x64','\xa0','\xa5','\x52','\xcc','\x59','\x42','\x77','\x36','\x22','\x52','\xc5','\x83','\x5c','\x01','\x19','\x65','\x45','\x84','\x36','\x8b','\x2c','\x6e','\x58','\xd3','\x21','\x06','\x47','\x79','\x09','\x05','\xb2','\x62','\x72','\x07','\x8b','\x79','\xab','\x5d','\xba','\xd0','\xc1','\xe3','\x98','\x7a','\xeb','\x63','\x6e','\x36','\xbd','\x3c','\x55','\x88','\x68','\x93','\xe1','\x3f','\x26','\x1b','\x91','\x18','\x8e','\x6d','\x31','\xa6','\x0f','\xfb','\x28','\x8b','\xf9','\x7c','\x86','\x2f','\x80','\x38','\xae','\x6b','\x7d','\xf4','\xeb','\x0a','\x14','\x2b','\xff','\x70','\x72','\x84','\xc9','\x12','\x22','\xee','\xb6','\xfa','\xb0','\x74','\xc3','\xd0','\x92','\xe6','\x76','\x3e','\x33','\x29','\xd7','\x17','\xa1','\x6e','\xdb','\x96','\x15','\x1e','\x82','\xcb','\x51','\x7f','\x24','\xe2','\xae','\x03','\xfd','\x68','\x90','\x81','\xc0','\xa5','\x7c','\xbf','\xca','\x4e','\x34','\x4f','\xca','\x10','\x24','\x4a','\xb0','\x7d','\xfc','\xc8','\x1a','\x1d','\x65','\x28','\x40','\x2d','\x2e','\xb1','\x82','\x32','\x88','\x6d','\x90','\xcb','\xf3','\x47','\x49','\x99','\x70','\xc1','\xcd','\xb1','\x12','\x12','\xd3','\x66','\xff','\xe9','\x49','\x18','\xfa','\xcf','\x4a','\x36','\x7f','\x3f','\xb9','\x63','\x4e','\x33','\xc0','\x78','\x90','\x8e','\x9e','\xa1','\xa9','\x55','\x9b','\x99','\xb1','\x43','\x21','\x3c','\x99','\x75','\x07','\xa3','\x91','\x5e','\xa8','\xd6','\xc8','\x0e','\x42','\x1f','\x3c','\x02','\x24','\xb8','\xef','\x3e','\x0f','\xa6','\xd9','\x29','\x2b','\xd9','\xc3','\x1d','\x4f','\x99','\xc0','\x42','\xd5','\x31','\xe5','\x86','\x2b','\x93','\xac','\x82','\x56','\x32','\x18','\x1a','\xed','\xe4','\xbc','\x73','\x6b','\xe3','\x22','\xfa','\x99','\xd7','\xce','\x71','\xcf','\xa4','\x15','\xdd','\x5e','\xc9','\xfe','\xdf','\xe9','\x77','\xfa','\xc7','\x26','\x5e','\xaf','\x37','\x13','\x3a','\xee','\xfd','\x51','\xf8','\x4d','\xc8','\x24','\x89','\xdf','\xda','\x58','\x93','\x0d','\x40','\x37','\x77','\x76','\x50','\xb0','\x02','\xef','\x71','\xd3','\xbd','\xe2','\xa5','\xd2','\x36','\x6f','\x8f','\xfe','\xb7','\xdc','\x41','\xbf','\x58','\x94','\x93','\xcc','\x22','\xca','\x7c','\x41','\xa0','\x78','\xeb','\x54','\x1a','\x0f','\x38','\x3b','\x4b','\xf5','\x12','\x47','\x1f','\x81','\x87','\x97','\x1c','\x7a','\x3b','\x93','\x20','\xa7','\x49','\x71','\x4a','\x6d','\xaf','\x40','\x98','\x10','\xdc','\x5f','\xd7','\x17','\x5e','\x55','\x36','\x70','\xd7','\x6d','\xc3','\x0a','\xd8','\x3f','\x32','\x49','\x13','\xb7','\xf2','\x57','\xef','\x04','\x31','\xc6','\x8c','\x6d','\xb9','\xaa','\x67','\x16','\x01','\xe5','\x37','\xdd','\xc8','\x6d','\x8d','\xb6','\xdb','\x08','\x2e','\x70','\x7b','\xdd','\xdd','\xed','\x2d','\xaa','\xa8','\xa0','\x31','\x63','\xa4','\x51','\x94','\x50','\xd7','\x03','\xf8','\xfd','\x18','\x16','\x98','\xe3','\x18','\x6e','\xdc','\x53','\x73','\x5c','\x39','\x29','\xb2','\x08','\xfa','\x35','\x8f','\xa3','\xc4','\x18','\x2c','\xe8','\x91','\x99','\xa9','\x11','\x44','\x3d','\xd4','\xbb','\x78','\x9e','\x4d','\x2e','\xef','\x50','\xf9','\xd1','\x0e','\xfb','\x9e','\x43','\x12','\xfa','\xd7','\x49','\x88','\x4a','\xb8','\x6e','\x7d','\x6e','\xd6','\x31','\xed','\xde','\x50','\x90','\x68','\x56','\x7e','\x7a','\x74','\xdf','\x14','\x56','\x5b','\xba','\xb8','\x86','\xad','\xa1','\x9e','\x27','\x75','\x46','\x47','\x51','\x2c','\x10','\xc5','\xb8','\x48','\x35','\x5c','\x12','\x47','\xa0','\x84','\xbe','\x8d','\x33','\x53','\x9b','\xba','\xcb','\xd9','\xa6','\x3e','\x37','\x70','\x48','\xe5','\x68','\x43','\xed','\xe7','\x47','\x4c','\x63','\xbc','\xf8','\x8c','\xcb','\xf3','\x6a','\xa8','\xb3','\x72','\x84','\x23','\x44','\xe6','\x15','\xa7','\x1f','\xc4','\x75','\x77','\xa3','\x1d','\x3c','\xbf','\xdd','\xda','\x08','\xea','\x81','\x16','\x9f','\x87','\x41','\x10','\xea','\x45','\x64','\x39','\x64','\xe1','\xa2','\xcd','\x2b','\xa6','\x51','\x04','\xc0','\xb4','\xe1','\x9c','\xba','\x85','\x45','\xc5','\x21','\xba','\x77','\xa5','\xb3','\xfc','\x2a','\x69','\xa6','\xc1','\x66','\x23','\x25','\xbb','\x9f','\x45','\x62','\x17','\xde','\x16','\xdb','\xd6','\x68','\x6b','\xec','\xf1','\xf0','\xd1','\x95','\x20','\x57','\xc7','\x49','\xd3','\x14','\x0e','\x42','\x26','\x02','\x7e','\x8b','\x02','\x03','\x76','\xa0','\x18','\x33','\x3d','\x23','\x78','\x28','\x88','\xe7','\x3d','\xae','\x88','\xbf','\x5e','\x79','\x02','\xc5','\x20','\xb5','\x2b','\x33','\xdf','\xb5','\x56','\x41','\xcf','\xf1','\xa5','\x45','\x3e','\x5f','\x0e','\x55','\x18','\x43','\xb3','\xe6','\xdd','\x8a','\x45','\x65','\x57','\x74','\x7e','\x92','\x71','\x5e','\x2b','\x61','\xfc','\xef','\x6d','\x00','\x1b','\xda','\x06','\x87','\x3c','\x48','\x46','\x94','\x38','\xdb','\x15','\x12','\x51','\xd3','\x37','\xb6','\x28','\x73','\xef','\x38','\x37','\xad','\x42','\x15','\xa4','\xb9','\x70','\x55','\x57','\x80','\x70','\xc1','\xb5','\x2e','\xca','\x52','\xf6','\xe1','\x0c','\x06','\xe8','\x19','\x84','\x7f','\xa2','\xd7','\xc5','\x78','\xd8','\x14','\xa7','\x01','\xe0','\x85','\x67','\xb9','\x59','\xdc','\x56','\xa4','\x5f','\xf8','\xc7','\x83','\xc7','\xff','\xf8','\xf4','\x7e','\xf1','\xf2','\x3b','\xd5','\xb4','\xc6','\x8b','\x4f','\x52','\xcc','\xd9','\xcf','\x49','\x66','\xc8','\xfc','\x8c','\x60','\x29','\x08','\x51','\x38','\xff','\x14','\x2e','\xc2','\x95','\x35','\x8d','\x6f','\x0e','\x82','\x0d','\xf8','\x95','\xdf','\xb0','\x02','\xe7','\x19','\xfa','\x38','\x42','\xeb','\xd3','\x52','\x60','\x1a','\x2b','\x0d','\x95','\x02','\x3a','\x6a','\x32','\x0f','\xdb','\x94','\xab','\x5f','\x26','\x93','\x81','\x9c','\x1f','\xc6','\x67','\x21','\x72','\x77','\x6e','\x07','\xb4','\x51','\xed','\x09','\x46','\xcf','\xd5','\x69','\x19','\x78','\xff','\x47','\xda','\x05','\x87','\xf7','\x0c','\x68','\xaf','\x1b','\x5b','\x2b','\x7a','\x90','\x16','\x34','\xe0','\x40','\x0b','\x51','\x8b','\x81','\xfb','\x45','\x11','\xe7','\xd5','\x04','\x5f','\x1d','\xf3','\x22','\x31','\x54','\xe5','\x7d','\x86','\x43','\x9d','\xee','\xea','\x7c','\xd2','\x49','\xa3','\x19','\xa6','\x28','\x9c','\x81','\x9e','\xec','\x5c','\xca','\x7e','\x1b','\xd1','\xde','\x5e','\x5e','\xf4','\x82','\xd3','\x5d','\xcf','\x82','\xd8','\xf8','\x42','\xa4','\x36','\x22','\x42','\x83','\xa4','\xd7','\x33','\x70','\x52','\x57','\xb7','\xb7','\xbe','\x76','\x3f','\x33','\xba','\xf2','\x01','\x8a','\x75','\x20','\x0a','\xec','\xd2','\x4f','\xb2','\xc0','\x25','\x8e','\xcd','\xf0','\x07','\xce','\xd8','\x80','\x75','\x0c','\x17','\xc3','\xb2','\xc6','\xa7','\xbc','\xce','\x80','\x72','\x7f','\x49','\x9c','\x8b','\xb2','\xf4','\xb9','\x5e','\xb7','\x13','\x78','\x99','\xf1','\xf8','\x04','\x91','\x6b','\x91','\x5c','\x15','\x24','\x53','\x7e','\x24','\x14','\x02','\xc0','\x05','\xc4','\xa4','\xc1','\x93','\x38','\xb5','\xdd','\x29','\xbf','\xac','\x37','\xc7','\x4f','\x32','\xea','\x36','\x39','\x4e','\x34','\xf0','\x45','\xef','\x42','\x5d','\xef','\x10','\x92','\xbd','\x51','\x13','\xa2','\x5d','\x2b','\xd1','\x63','\xc7','\xa4','\xcd','\x9f','\xad','\x42','\x62','\x63','\xb3','\x1a','\xbf','\x67','\x16','\x5e','\xce','\xcb','\x25','\x57','\x5a','\x5a','\x13','\x66','\xa0','\x38','\xeb','\xc3','\x42','\x46','\xae','\xac','\x83','\x1f','\xee','\x70','\xec','\x0d','\x65','\xa7','\xa9','\x31','\x06','\xd5','\xd2','\x23','\x22','\xb4','\xef','\xfb','\xb5','\x05','\xe8','\x38','\x0e','\x3f','\x28','\x64','\xa0','\x1e','\x2f','\x0e','\xfa','\x08','\xf8','\xb8','\xc0','\x9c','\x30','\x9e','\x6b','\x01','\x73','\x56','\x60','\xe2','\xd3','\x67','\x4c','\x1b','\x26','\xce','\x08','\x25','\x69','\xd7','\x42','\x10','\xbe','\xd1','\xe9','\x55','\x0f','\x95','\x35','\xe2','\xaa','\xfc','\x40','\x35','\x75','\xe1','\xce','\x4d','\xa8','\xc7','\xe9','\xe3','\x1f','\xfb','\x5c','\xdb','\x42','\x42','\x8f','\x95','\x9a','\x32','\x0e','\xff','\x1c','\x34','\x68','\x23','\x04','\x8d','\x46','\x49','\x62','\xfd','\x78','\x66','\xeb','\xef','\x51','\x35','\x44','\x0f','\x19','\x58','\x4a','\x8b','\x2a','\x2b','\x53','\x4c','\x00','\x82','\x10','\xb0','\x94','\x72','\xd6','\x5f','\xa6','\xc2','\x99','\x98','\x9a','\x05','\x47','\xe8','\x44','\xc4','\x9d','\xfa','\x7d','\x04','\x45','\x18','\xbb','\x6a','\xb6','\xfe','\x90','\xf9','\x28','\x23','\x31','\x05','\xe6','\x0c','\x58','\x38','\xf7','\x62','\x50','\x92','\x72','\x06','\x34','\x1f','\xdb','\x61','\x64','\x3b','\x09','\xe5','\x91','\xe0','\x98','\xc2','\x6f','\x1d','\x76','\x2d','\x2f','\x67','\xe7','\x9c','\xff','\x95','\x35','\x14','\xc1','\x19','\x1e','\x4e','\x77','\x11','\x5a','\xab','\x2e','\xfd','\x4e','\xbf','\x13','\x26','\x5b','\xaf','\xcb','\x75','\xfa','\x9e','\x42','\x50','\x4b','\x48','\x60','\xea','\x7a','\x7d','\x13','\xcd','\x00','\x37','\x01','\x2e','\xf8','\xed','\x0c','\x53','\xe0','\xe6','\x99','\x74','\x05','\x49','\x2e','\xbb','\x87','\x85','\xb8','\x39','\xe0','\x5a','\xb4','\x68','\xc5','\x4a','\x0d','\xa4','\x12','\x05','\xff','\x7d','\x62','\x88','\x72','\x14','\xb9','\x28','\x1b','\x87','\x44','\xf2','\x3f','\xa5','\x80','\x45','\x5b','\x2e','\x05','\x58','\x94','\x31','\xc6','\x8a','\x17','\xcf','\x02','\x08','\x84','\x4c','\x2d','\xaf','\x43','\xbd','\x11','\x5c','\xb7','\xcc','\xe2','\xb3','\x8c','\x44','\xe8','\x74','\xbc','\xa6','\x6e','\x17','\xb6','\x16','\xac','\x9c','\x0d','\xbf','\x17','\xd0','\x6d','\x6e','\x3f','\xf6','\x03','\x22','\x8d','\x75','\x9d','\xcb','\x66','\x2b','\xaa','\x66','\x19','\x67','\x41','\x5c','\xf1','\xb9','\x35','\xba','\xdd','\xb6','\xb1','\xa1','\xbb','\x68','\x6b','\xb4','\x53','\xf2','\x73','\x05','\xec','\xee','\xf2','\xa6','\x6e','\x6f','\x66','\xc1','\xc0','\xfe','\xb9','\xfb','\x17','\x19','\xde','\xd2','\xa3','\x05','\x76','\xff','\x4d','\x93','\xa2','\x20','\xd5','\xb1','\xa1','\x1c','\xcd','\xd4','\xe7','\x50','\x1c','\xe8','\x66','\x4b','\xdc','\xba','\xff','\x97','\xe4','\x0c','\x74','\x61','\x98','\x6f','\xcc','\x95','\x29','\x24','\xac','\x38','\x4c','\x26','\x9c','\x89','\xb4','\x3e','\x5c','\xfa','\xc8','\xbd','\x06','\xcd','\xe2','\xe5','\xae','\xa5','\x9a','\xa7','\x81','\x41','\xc1','\x15','\x24','\x75','\xdd','\x64','\x7d','\xd9','\x70','\x67','\x7a','\xc7','\xdc','\xea','\x12','\x11','\x05','\x9d','\x25','\x4b','\x1d','\xc7','\x19','\x18','\x11','\x22','\x3a','\x84','\x0e','\xe9','\xd4','\x99','\xa8','\xb5','\x11','\xd0','\xeb','\xd8','\xba','\x06','\x46','\xd8','\x48','\xfa','\x08','\x9a','\xd0','\x9a','\x5a','\x83','\x36','\xc6','\x70','\xb5','\x13','\x5d','\xa5','\x26','\x54','\xe6','\xf5','\xae','\x54','\x3a','\x73','\x96','\x05','\x95','\x20','\x78','\xcf','\xd7','\xae','\xae','\x11','\x3b','\x22','\x20','\x1d','\xef','\x0b','\x1a','\x7f','\x07','\x86','\x91','\x44','\xcf','\x16','\xcf','\xe0','\xd2','\x02','\x84','\x41','\x10','\x52','\x14','\xb8','\xb3','\x7e','\x5c','\x25','\xad','\x67','\xba','\x24','\xce','\xeb','\x82','\x4c','\xe7','\xeb','\x1c','\xca','\x03','\xb2','\x4f','\xf9','\x65','\x59','\x3e','\x89','\xc4','\xe1','\xd2','\x5a','\xb0','\x18','\xd1','\x8e','\x05','\x4a','\x42','\x23','\x7e','\xba','\x5e','\xc2','\xb5','\x69','\x3c','\x7c','\x58','\x83','\xb9','\xec','\x05','\x95','\x9c','\x0e','\x4b','\x7d','\x49','\x01','\xf0','\x20','\xfe','\x5a','\xb0','\xb6','\xcd','\x18','\xfb','\x59','\xa1','\xff','\x26','\xf4','\xe7','\x82','\xf4','\xaa','\x53','\x4f','\x00','\x8f','\x8b','\xec','\x0b','\x1c','\x90','\xbf','\x27','\x59','\x5c','\xd5','\x9d','\x75','\xf1','\x72','\xd9','\xa4','\x33','\x6d','\x4b','\x7f','\x35','\x61','\xb8','\x59','\x45','\xe3','\x74','\x10','\xdd','\x3b','\x1d','\x76','\x4b','\x72','\x92','\xaa','\xec','\xe3','\x14','\x4f','\xf0','\x52','\x2f','\x13','\x12','\x58','\x3b','\x74','\x5e','\x42','\xf1','\xae','\x8d','\x1e','\x86','\x52','\x23','\x36','\x74','\xb3','\x23','\x8f','\x32','\x97','\xb1','\x9f','\x78','\x09','\x93','\xd5','\xee','\x62','\x7a','\x4e','\x64','\xae','\xd3','\xfb','\x12','\x1f','\x61','\xba','\xa4','\x79','\x63','\x08','\x80','\x32','\xff','\x21','\xe9','\x47','\x36','\xf5','\x9a','\x0a','\x7f','\x7d','\x7a','\xb8','\x84','\x4e','\x7f','\x3c','\x29','\x6f','\x22','\x45','\x60','\xe2','\xa0','\x16','\x61','\xb1','\x0f','\xab','\xb1','\x85','\x20','\x90','\x77','\xc5','\xff','\x2f','\xc0','\xd7','\xfc','\x1c','\x79','\x4c','\x78','\x1f','\x2c','\xab','\x2f','\xbc','\xc9','\x2c','\xc3','\xcc','\x71','\x57','\x90','\x47','\x47','\x52','\x59','\x37','\x2f','\x03','\x05','\x76','\xbe','\x6b','\x7f','\x5d','\x67','\x7e','\x99','\x61','\xa7','\x1a','\x78','\xca','\x89','\xab','\x0a','\xca','\x56','\x3b','\xbb','\xc0','\x26','\xf3','\xa2','\xe6','\xa8','\x86','\xcb','\xf8','\xac','\x06','\xf1','\x64','\xc7','\x7f','\x02','\xa5','\x56','\x20','\x21','\xed','\x23','\xda','\xa6','\x4c','\x12','\x08','\xbe','\x97','\xd5','\xaf','\x27','\x55','\x67','\xc0','\x7b','\x83','\x73','\xcf','\xa5','\x3d','\xbe','\x27','\x6f','\x75','\x2b','\x53','\xcd','\x9e','\x31','\x40','\x40','\x69','\xd1','\x42','\xab','\x00','\xff','\x18','\x78','\x86','\x9f','\xc6','\x3f','\x6d','\x8c','\x72','\xdb','\x86','\xc2','\xf3','\xf2','\xb2','\xd3','\xed','\x75','\xa3','\x7d','\x6f','\xae','\xfc','\x58','\x7b','\x89','\x48','\x15','\xea','\x38','\x58','\xee','\xc3','\xa1','\x19','\xbb','\x8c','\x10','\xd7','\xa1','\xfc','\x74','\xc7','\x4b','\xde','\x76','\xa3','\x2b','\x5a','\xcf','\x91','\x35','\xcd','\xef','\xc0','\x5b','\xcd','\xaf','\xcf','\x8b','\xaf','\xda','\xe8','\x3f','\xd2','\x2b','\x0c','\x51','\xa5','\x5d','\xc1','\x0c','\x53','\xf1','\x12','\x32','\x30','\xd5','\x67','\xeb','\x0b','\x06','\x9d','\xc9','\x15','\xb1','\x41','\xc3','\x50','\x20','\xc3','\x06','\xb6','\xd1','\xb3','\x44','\x24','\x3c','\x2b','\x97','\x49','\x2d','\x3f','\x0d','\xa3','\xb7','\x89','\x2b','\x89','\x46','\x10','\x18','\xc0','\xc2','\x15','\x1e','\x9d','\xda','\x11','\x99','\x8f','\x62','\x2e','\xd4','\x4d','\x7e','\x74','\x31','\x2c','\xb8','\xd6','\xa7','\x6e','\x1d','\xd3','\x4b','\x53','\x99','\x88','\xa4','\xf7','\x71','\x7f','\x90','\xf0','\x18','\xfb','\x2e','\x24','\x7d','\xd3','\xe8','\x71','\x42','\x5b','\x67','\xda','\x64','\xa3','\xb6','\x0d','\x65','\x89','\x99','\x49','\x66','\x03','\x09','\xce','\x06','\x49','\x1a','\xf8','\xca','\x45','\x9f','\x4d','\x9c','\xc7','\xb5','\x94','\x76','\x55','\xbf','\x7d','\x12','\x75','\xcb','\xb7','\xd8','\x64','\xa8','\xfc','\xd8','\xe7','\xf4','\xae','\x2a','\x40','\x68','\xd0','\xb1','\xb4','\xd7','\x8c','\x44','\x14','\x3e','\x9c','\x93','\x3b','\xcd','\x13','\xad','\xbc','\x10','\x06','\xe4','\x6d','\x93','\xf4','\x7d','\xae','\x23','\xb8','\xc1','\xbc','\xcb','\x75','\x5e','\xba','\xfd','\xe2','\x1a','\xbe','\xb5','\xc9','\x09','\x16','\x89','\x51','\x17','\x9c','\x85','\x5c','\xdc','\x59','\x23','\xa3','\x40','\x83','\x6c','\x17','\x9c','\x2a','\x88','\x24','\x27','\x66','\x34','\xdb','\x1a','\xdb','\xc3','\x8c','\xf6','\x0d','\x2d','\x9b','\xe3','\x6f','\x61','\xd6','\x02','\x2f','\xd0','\x9a','\xbc','\x9e','\x9e','\x8b','\xf2','\xf2','\x7a','\x8c','\x7f','\x66','\x5a','\xa1','\xdc','\xe7','\x5f','\x25','\x22','\x5a','\x69','\x1d','\xb5','\xc8','\x44','\x19','\x35','\xfb','\x12','\x11','\x16','\xf0','\xfc','\xde','\x26','\x9d','\x34','\x84','\x91','\x76','\x4f','\xdf','\x1f','\xbe','\xc1','\x4c','\xe1','\x93','\x20','\x24','\xd4','\x0f','\x03','\x2b','\x62','\x9e','\x9c','\xca','\x15','\x09','\x24','\x88','\x31','\x4e','\x6b','\x48','\x30','\xf0','\xb1','\x5e','\x62','\xbc','\x2d','\xfa','\x14','\x2f','\x15','\x04','\xc9','\xaf','\xf3','\x4c','\xbb','\x59','\x62','\xc0','\x9b','\x26','\x20','\x2e','\x95','\xd7','\x54','\xd0','\x9a','\x06','\x96','\xa0','\x6d','\xf1','\x3e','\x9f','\x7e','\xfd','\x5b','\xa4','\x47','\x0c','\xdc','\xd2','\xdf','\xad','\xdd','\x7f','\xeb','\xb4','\x46','\xa6','\xcf','\xbf','\x36','\xc9','\xeb','\x35','\xc7','\x58','\x56','\x33','\xbd','\x7b','\xd1','\x88','\x25','\x6f','\x29','\x6d','\x59','\x7c','\xaf','\x9b','\x08','\x2e','\xf5','\x5c','\x06','\xc8','\x24','\x63','\x1a','\x0d','\x70','\xda','\x14','\xbc','\x76','\x61','\xb2','\x83','\x07','\xd8','\x84','\xd8','\x25','\x8e','\x35','\x8e','\xe7','\x0c','\x69','\xb9','\x76','\x4b','\x2b','\x19','\xc0','\xd9','\x09','\xe5','\x0e','\x77','\x14','\x49','\x3c','\x0b','\xdf','\xcd','\xba','\x52','\x82','\xb7','\xfe','\x57','\xae','\x06','\xf0','\x22','\xf9','\x01','\x71','\xab','\x2f','\xfd','\x76','\xce','\xee','\x4f','\x93','\x2c','\xa6','\x5a','\x41','\x95','\xd4','\x87','\x27','\x45','\xd6','\xc8','\x65','\x6e','\x73','\x47','\xf9','\x9e','\x1a','\x87','\x1a','\x45','\xc6','\x30','\xb8','\xe1','\x14','\x15','\x90','\xe3','\x32','\xbb','\x4b','\x47','\x1f','\xeb','\x05','\xa7','\xcd','\xcf','\xfb','\xec','\xb7','\xcd','\x83','\x38','\x11','\x51','\xf1','\x0a','\x28','\x7c','\x5e','\xc4','\xef','\x8f','\x17','\x3d','\xf3','\x73','\xbc','\x85','\xf2','\xe3','\x40','\x5f','\xd3','\xb8','\xb4','\x37','\x63','\x29','\x2b','\x9c','\x59','\xf2','\x7c','\xd8','\xf8','\x81','\x9c','\x42','\x51','\x83','\x43','\x91','\xef','\x5d','\x82','\x3b','\xea','\x70','\xf8','\xca','\xa0','\x0b','\x8c','\x13','\xd2','\xd5','\xe9','\x84','\x6b','\x21','\xcb','\x65','\x0d','\xb2','\x28','\x86','\x0b','\xe5','\x69','\x60','\x49','\xab','\xdb','\x37','\x22','\x98','\xc2','\x73','\x88','\x0c','\x9c','\x4b','\xbe','\xfb','\x0f','\x21','\x07','\x8c','\x9b','\x45','\x7c','\xb3','\xb9','\x20','\xbc','\x08','\x56','\x7f','\xe8','\x0a','\x86','\x1d','\x13','\xbb','\x15','\x38','\xf0','\x83','\x05','\x11','\x18','\xae','\xa3','\x6a','\x25','\xd9','\x44','\xcf','\x08','\x11','\x1d','\x1b','\x53','\xdb','\x3a','\xed','\x7b','\x1b','\x81','\x13','\xf6','\xe1','\xf5','\x24','\x7a','\x2e','\xc8','\xb0','\x49','\x22','\x11','\x60','\x17','\x81','\x15','\x52','\xf3','\x17','\x03','\xfc','\xe0','\xf9','\x8a','\x9d','\x3c','\xe4','\xf7','\x5c','\xf8','\x97','\xfd','\xd1','\xc0','\x2b','\xe0','\xc3','\x89','\x34','\x29','\xaa','\xcc','\x3f','\x0c','\x82','\x60','\x97','\x05','\xf5','\x3e','\x42','\x11','\xfa','\x8d','\xaa','\x69','\x34','\x2e','\xb8','\x88','\xac','\xb3','\x4c','\xf8','\x47','\x1b','\x7e','\xed','\xfd','\x86','\xca','\x8f','\x9c','\xa2','\x9e','\x89','\xd1','\x39','\x31','\xa6','\xa9','\x1c','\xc4','\x68','\x87','\xc4','\x1c','\x5c','\x8e','\x5d','\xb5','\x6d','\x53','\xcb','\x4f','\xcb','\x13','\xeb','\x8b','\xcd','\x68','\xd1','\x56','\xae','\xaf','\x1c','\x04','\xa2','\x30','\x3e','\xd0','\xd1','\xca','\xff','\x91','\x29','\x98','\xb2','\xe5','\x7d','\x58','\xf1','\xd8','\xca','\xd5','\x6b','\xbe','\x7f','\x42','\x5a','\x80','\xee','\xf8','\xed','\xeb','\x20','\xe1','\x52','\xe8','\x25','\xc4','\x11','\xcc','\x33','\x7c','\xf0','\xdf','\x07','\x4a','\x53','\xfe','\x4b','\xb9','\xed','\x6a','\x50','\x7a','\x92','\xbe','\x33','\x11','\x35','\xa6','\x4d','\xe9','\x67','\x93','\x46','\x4c','\x9d','\x8e','\x4e','\x24','\x5d','\xdf','\x36','\x62','\xec','\x4a','\x9b','\x69','\xf1','\xf3','\x3c','\xb4','\x4c','\x64','\x6b','\x07','\x19','\xf7','\x59','\x3f','\xc7','\x73','\x14','\x20','\xbc','\xf8','\x1d','\xbe','\x40','\xdf','\xc7','\xfa','\x58','\x01','\xa9','\x93','\x04','\x02','\x8e','\x97','\x04','\x7e','\xfd','\x6e','\x55','\x82','\x30','\x79','\x79','\xb3','\xff','\xe2','\x7f','\x6d','\xfa','\x18','\xac','\xfc','\x67','\xd5','\x78','\x95','\x12','\xbb','\x5c','\xb1','\x67','\xfc','\xfd','\x61','\x41','\xca','\xeb','\x57','\xa0','\x54','\x52','\x46','\x60','\x32','\x27','\x0d','\x2a','\xbf','\x85','\xdc','\x06','\xc0','\xbc','\x78','\x8f','\x89','\x86','\xfb','\x4d','\xe7','\xf1','\x57','\x68','\x04','\x51','\xb1','\x28','\x63','\x68','\x29','\xb0','\x32','\x14','\x20','\x09','\xb6','\x91','\xe7','\x75','\x3e','\x37','\x50','\x1b','\x96','\x00','\x9d','\xac','\x07','\x4b','\xe6','\xbe','\x56','\xe5','\x47','\xca','\x0b','\x69','\x37','\x19','\x80','\xf1','\xbb','\x84','\x9c','\xcb','\xe5','\x0c','\x78','\x8d','\x8f','\xa5','\x3e','\xae','\x48','\xb3','\x4c','\x93','\x83','\x4f','\x68','\x12','\xf2','\xeb','\xca','\xea','\x8a','\x68','\x09','\xeb','\xcc','\x44','\x06','\x65','\xb2','\xed','\x47','\xa1','\x09','\x49','\x46','\x33','\xa3','\x55','\xf6','\x0c','\x37','\xbc','\xb0','\xad','\x16','\xb8','\xe9','\xc5','\x95','\x9f','\x9d','\xb6','\x9d','\x93','\xf2','\x83','\xfc','\x73','\x3e','\x6c','\x1e','\xb4','\xe2','\x77','\xfc','\xdc','\x05','\xdc','\xde','\xcc','\x7d','\x8b','\xd2','\x26','\xb2','\x1d','\x21','\xc0','\x86','\x9b','\x8c','\x8a','\xa6','\x8a','\x7b','\xdb','\x64','\x32','\x01','\x9a','\xc2','\x04','\x5f','\xa5','\x6c','\xc8','\x2d','\xe5','\xd7','\x09','\x88','\x04','\x51','\xf8','\xbc','\x1c','\xc0','\x03','\x3b','\x27','\x6b','\xc4','\x2c','\x4a','\xa3','\xbf','\x12','\xf8','\x54','\x5b','\x58','\x03','\x23','\xf8','\x99','\x3b','\x29','\xd2','\xd5','\xcf','\x9e','\x33','\x51','\xb3','\x71','\x64','\xe2','\x4e','\xd4','\x79','\x5c','\x72','\x3a','\x82','\x1f','\x89','\x47','\x28','\x16','\xd5','\xa4','\x42','\xf9','\x8a','\xfe','\xaf','\xa2','\xab','\x99','\xcb','\xdd','\x21','\x42','\xbd','\x0d','\x4b','\x90','\xb9','\xbe','\xc9','\x21','\xd4','\x6f','\x51','\xb6','\x87','\xcc','\x66','\x1a','\xd6','\x41','\xa7','\x53','\x8a','\xbf','\x89','\xfe','\xcb','\xfa','\x7e','\x8a','\xed','\xaf','\x18','\xa0','\xe1','\x74','\x99','\x7e','\x79','\xa6','\x2c','\x85','\x41','\x6e','\xc8','\x63','\x12','\xda','\xf7','\x2d','\x1d','\xe5','\x99','\x22','\x5a','\x43','\x9a','\x82','\x20','\x98','\x99','\x68','\x65','\x2e','\xfa','\xb2','\xf4','\x44','\x0f','\x05','\x26','\x3a','\x71','\xa8','\xc9','\xd9','\x77','\x2e','\x77','\x74','\xbe','\xe2','\xb2','\x41','\x8c','\x11','\xee','\x5a','\x95','\x1f','\xd5','\x80','\x3d','\xd4','\x22','\x08','\xc8','\x3a','\x45','\x55','\xeb','\x5d','\x2d','\x4d','\x34','\xc7','\xa3','\x49','\x9c','\xf1','\xf7','\xc5','\x82','\x5c','\xf1','\x67','\x9e','\x3e','\x5c','\x64','\xfe','\xa7','\x24','\x93','\xa1','\xbf','\x0a','\x9c','\xc2','\xba','\xfe','\xe8','\xce','\xe3','\xa4','\x04','\xe1','\x0f','\x8f','\xea','\x5e','\xea','\x7f','\x43','\x09','\x1f','\xdf','\x99','\xe8','\xde','\xa9','\x93','\xd0','\xd1','\x81','\xc1','\x8a','\xd1','\x34','\x10','\x36','\xcb','\xd4','\x90','\xdc','\x9c','\xd0','\x38','\x26','\x4b','\x10','\xb4','\xc7','\x19','\xb1','\x68','\x99','\x54','\xce','\x10','\x2d','\x01','\x0a','\x8c','\x45','\x51','\x8c','\x7e','\x45','\x7a','\x8f','\x9c','\xfb','\x9d','\x7e','\xa7','\x1f','\x9e','\xde','\xc9','\x56','\x02','\xe4','\x9a','\x5f','\xbf','\x24','\xef','\x9c','\x88','\x82','\xa0','\x97','\x2e','\xd2','\xd8','\xf1','\x6c','\xa4','\xe7','\x32','\x5c','\x09','\xca','\x6d','\x10','\x12','\xf2','\xad','\x7d','\x86','\x40','\x3d','\x8b','\xb5','\x4c','\x15','\x4c','\x31','\x1e','\xca','\x26','\x32','\xbf','\xd8','\x04','\x76','\x0a','\xf2','\xa9','\xb8','\x09','\xdb','\x32','\x3d','\x70','\x5e','\x74','\x26','\xfd','\x9e','\x1f','\xc4','\x8f','\xe0','\xaf','\xb9','\x49','\xa8','\xfc','\x14','\x41','\x2f','\x29','\x4b','\xfa','\x8d','\xf3','\xd7','\xb9','\xce','\x27','\x63','\x8b','\xaf','\x73','\x99','\x12','\x1a','\xed','\xee','\xc0','\x8f','\x5b','\x6b','\xb4','\xed','\x4c','\x2f','\xaf','\x3b','\xbd','\x7c','\xdb','\x69','\xbf','\x6d','\xb4','\xdf','\x5a','\xba','\x44','\x34','\x95','\x06','\xa0','\xa8','\x5a','\xed','\x86','\x52','\xd3','\xe9','\xb8','\x0b','\x1d','\x47','\x28','\x3f','\xa8','\x28','\xe2','\x5d','\x37','\x5d','\x2d','\x8f','\x03','\xdf','\xc4','\x5c','\xe2','\x86','\xda','\xb0','\x52','\xea','\xb8','\xf9','\x87','\x45','\x67','\x57','\xb8','\xc0','\xe4','\xdd','\x34','\x42','\xa3','\x6f','\x15','\x1f','\x9e','\xe2','\xa5','\x65','\xba','\xc0','\x91','\x0f','\x53','\x56','\x08','\xc7','\x52','\x32','\x77','\xd1','\x92','\xd3','\x06','\x01','\x04','\x14','\x92','\x97','\x90','\x86','\xb9','\x3f','\x88','\x5a','\x13','\xea','\x8d','\x88','\x0f','\x22','\xe1','\xee','\x22','\xd9','\x37','\xed','\xdd','\x8d','\x30','\x8c','\x03','\xb8','\x41','\x31','\x2b','\x24','\x10','\x95','\x4e','\x88','\xa4','\x1f','\xd4','\x84','\xa9','\x1d','\x4c','\x7d','\xd7','\x32','\x0f','\x21','\xb9','\x8d','\xf2','\x36','\xa1','\x71','\x81','\x2a','\x85','\x5b','\xdc','\x97','\x0d','\xd9','\x57','\x27','\x24','\x05','\x1b','\x5e','\xe5','\x69','\x6e','\xb8','\xb1','\xac','\xcc','\xf4','\xf2','\xf2','\xb2','\x2c','\x66','\x0a','\x82','\x80','\x69','\x75','\x71','\xd0','\x69','\x5a','\x81','\x20','\x99','\x27','\xdb','\xb3','\x9f','\x0e','\xe2','\x62','\x55','\xf0','\xd9','\xef','\xf0','\x6d','\xc1','\x60','\x27','\x46','\xad','\x84','\x38','\x7c','\x34','\x87','\x36','\xbc','\xd9','\x61','\x30','\x03','\x83','\x1c','\x03','\x99','\x17','\x14','\xec','\xaa','\x63','\x75','\xfa','\xdb','\x14','\x41','\xcf','\x19','\x23','\x98','\x13','\x57','\x9a','\x15','\xf2','\x59','\xae','\x4a','\x57','\x8c','\x5f','\x1a','\x82','\x55','\x59','\x27','\xe9','\x6f','\x05','\x0a','\x8b','\xd0','\x79','\x9f','\xf1','\x47','\x16','\x9f','\xb4','\x9c','\xc5','\xe7','\x94','\xe7','\x6c','\x8c','\xaa','\x42','\x70','\x92','\x07','\xcb','\xb0','\x29','\x0b','\x17','\xc8','\x8b','\x29','\x60','\x2a','\x6e','\x07','\xb4','\x34','\x1d','\xbb','\x25','\xc8','\xb7','\x75','\x89','\xe8','\xe8','\xc3','\xbd','\xc4','\x84','\x49','\xdd','\x6a','\xeb','\xe3','\x1d','\x5f','\x1f','\x2b','\xbd','\x5a','\x01','\x10','\x13','\xfb','\x99','\x1e','\x01','\x81','\x92','\xdc','\xe2','\x4a','\xf9','\x62','\x82','\x17','\x05','\x13','\x6a','\x3b','\x60','\x7d','\x92','\x42','\xa0','\xef','\x74','\x9c','\x0d','\xfe','\x70','\x06','\x9e','\x4a','\xbe','\x55','\x26','\x5e','\x65','\xfa','\x07','\x9e','\x0b','\xfa','\x47','\xa5','\x15','\xe1','\x9f','\x6f','\xfb','\x5f','\x3d','\xbc','\x4e','\x05','\x14','\x7d','\x75','\x7a','\x5f','\xf1','\x6b','\xc6','\x9b','\xf9','\x00','\x97','\x35','\xb5','\x4e','\xb8','\x93','\x1b','\xcf','\x40','\x09','\x71','\x1d','\xa1','\x80','\x71','\x06','\x29','\xc4','\xc3','\x95','\xb6','\x3b','\x3f','\x88','\xf3','\x06','\xe3','\xa0','\xb0','\x96','\x47','\x59','\xf9','\x59','\xae','\xd1','\x96','\x9f','\xc5','\xd9','\x84','\xcc','\xb4','\x2a','\x0f','\x13','\xcc','\x0f','\x6c','\x64','\x75','\xe8','\xb8','\x8c','\x00','\x74','\xab','\xc8','\x55','\xef','\xec','\x3a','\xff','\xa3','\x64','\x7c','\x6f','\x59','\xcc','\x79','\x33','\x2e','\x9e','\xab','\x6b','\x97','\x10','\x79','\x6c','\x3d','\xc3','\x0c','\x50','\x87','\xbb','\x21','\x59','\x01','\x17','\x82','\x68','\xc8','\x76','\x81','\xe7','\x35','\xbf','\x57','\xbd','\x6c','\x5a','\x63','\xa6','\xed','\xa5','\xd1','\xcb','\xeb','\x4e','\xaf','\x7a','\xcf','\x4f','\x6b','\x2d','\x2b','\xad','\x27','\x02','\x2a','\x2c','\x33','\x81','\x31','\x7a','\x17','\xba','\xdf','\x05','\x22','\xbe','\xc5','\xb9','\x31','\x22','\x72','\x05','\xc9','\x94','\x1f','\x53','\x02','\xe2','\x3c','\x2b','\x54','\xa7','\xdd','\x12','\x11','\xa2','\x83','\x3c','\x44','\x74','\x95','\x9b','\xcb','\x60','\x3d','\x38','\x22','\x75','\xfc','\x40','\x19','\xf4','\xba','\xb2','\x5e','\xf4','\x30','\x79','\x20','\x03','\x2d','\xa5','\x2a','\xbc','\x57','\x6c','\x4b','\xe6','\x2f','\x50','\x31','\x48','\x44','\x89','\xa9','\x4d','\x5d','\xc4','\x79','\xb1','\xdc','\x7d','\xf4','\x6b','\x5c','\x15','\x25','\x7a','\x7e','\x48','\xef','\xe3','\x24','\x72','\x8b','\x1b','\x5a','\x7c','\x92','\xdc','\x5f','\x29','\x5d','\x44','\x89','\xb4','\x0c','\x47','\xf4','\x83','\xf4','\x58','\x63','\xf7','\xf9','\xb7','\xf9','\xdc','\xfb','\x16','\x2e','\x71','\x9b','\x50','\xe3','\xe6','\x77','\x07','\x3d','\x4a','\x39','\x0b','\xa7','\x76','\xbc','\x3b','\x9d','\xe9','\x5d','\x67','\xc0','\x4f','\x71','\x5c','\xd0','\xcc','\xac','\xb7','\xdc','\xef','\xf7','\x65','\x55','\x7b','\xcd','\x74','\xe6','\x2b','\xf7','\x61','\xc9','\xb3','\xd0','\x50','\x5c','\x6b','\x5e','\x94','\x8a','\xbe','\x95','\xc8','\x17','\x96','\x9a','\xf5','\x49','\xd3','\x84','\x84','\x1a','\xe3','\x81','\x72','\x4a','\x87','\xf0','\x98','\x89','\xb8','\xe9','\xe1','\xc0','\x16','\xab','\xd1','\x17','\xe4','\x25','\xdf','\x94','\x10','\x20','\x55','\x72','\x2a','\x41','\x3a','\xf3','\xc5','\x75','\xb1','\x3a','\x4f','\xb5','\xe8','\x57','\x59','\x47','\x69','\xad','\xa5','\xdf','\xd2','\x0b','\xf3','\x18','\xfc','\x2d','\xd2','\xa2','\x7f','\x96','\xbe','\xd0','\xf3','\xed','\xc3','\x29','\xc9','\x86','\xf4','\x25','\x58','\x96','\x0f','\x2f','\xfe','\x5e','\x05','\xa3','\x3f','\xae','\x93','\x55','\xcb','\x85','\x67','\xf5','\x91','\x2b','\x41','\x44','\xb4','\x3b','\x77','\xa6','\x7e','\xc4','\x4e','\x9b','\xd7','\x81','\xfe','\x7b','\xde','\x02','\xfb','\x9d','\x63','\xe7','\xd8','\x85','\xf2','\x5a','\xe0','\x78','\x16','\xa0','\xdd','\x78','\x41','\xbc','\x8a','\x51','\x5e','\xdc','\x9b','\x90','\x04','\x18','\x0e','\xd9','\xfa','\xcb','\x32','\xe1','\x5a','\x0c','\x22','\x67','\xff','\x83','\x5e','\x44','\x4b','\x5a','\x39','\x11','\x9c','\xbf','\xd3','\xef','\xf4','\xa5','\xa9','\xae','\xdf','\x8b','\xf5','\x7c','\x15','\x0c','\x61','\x59','\x74','\x51','\x24','\x56','\x6f','\xfb','\x16','\x48','\xe2','\x3d','\x08','\xd6','\xc4','\xd7','\xc8','\xf8','\x09','\x1a','\x28','\x83','\x37','\x88','\x56','\xf6','\xd4','\x99','\x5e','\x50','\x8e','\x62','\x39','\x8b','\xd7','\x9b','\x60','\xa2','\x4c','\xcd','\xf9','\xe0','\x7a','\xe4','\xe5','\xb8','\x32','\x7e','\x50','\xa4','\x2b','\xd3','\xc2','\xaf','\x42','\x98','\x9e','\x61','\x3f','\x53','\xf9','\xd8','\x0f','\x04','\xd6','\xc8','\x37','\xf1','\x59','\x6d','\xba','\x57','\xdb','\x29','\x36','\x99','\x44','\xe7','\xa7','\x02','\x57','\x6c','\xb1','\x48','\xb8','\x2f','\x3e','\x22','\x1e','\xc8','\xb3','\x6d','\x4c','\xfb','\x6d','\x53','\xe5','\x67','\x04','\x3c','\xd8','\x36','\x64','\xe2','\xb5','\xa3','\xea','\x80','\x2d','\x38','\x6f','\x43','\xae','\xd8','\x21','\xf9','\xbb','\x06','\x3c','\x30','\x25','\x27','\xdc','\xb7','\x88','\xc8','\xac','\x3e','\x87','\x79','\x26','\x80','\x20','\x48','\x32','\x90','\x52','\xf9','\x43','\xc1','\x82','\x31','\x60','\x9a','\x76','\xec','\x7d','\x6c','\xb2','\x58','\x8b','\x6e','\x63','\x57','\x24','\xcb','\xd9','\x89','\xfe','\x16','\x9d','\xaf','\x8a','\x87','\xe3','\x3f','\xbf','\x9f','\x67','\x9c','\x91','\xb1','\xf1','\x45','\xf7','\xa9','\x3a','\x8e','\x78','\x02','\xc2','\x36','\x19','\xd8','\x6a','\x31','\x79','\xbb','\x7a','\xb5','\xe2','\xb4','\x42','\x37','\x22','\x42','\x4d','\xdd','\x59','\xf9','\xb0','\x61','\x8d','\x82','\xba','\xce','\x81','\x4b','\x79','\x5b','\xcf','\x2d','\xe4','\x7d','\x9c','\x09','\x32','\x9c','\x90','\x97','\x82','\x05','\x39','\x12','\x00','\xc5','\x43','\xa9','\xd5','\x3b','\x84','\x0e','\x21','\xe9','\x6d','\x84','\xcd','\xee','\x8d','\xb6','\x6d','\x84','\xd4','\xe6','\xd6','\xb2','\x4b','\xeb','\x62','\xc9','\xad','\xd2','\xf5','\x39','\xa1','\xe7','\xd2','\xa4','\x57','\x9d','\xf0','\x08','\xc4','\xc7','\x7d','\xa1','\x00','\xbd','\xbd','\xbd','\x2d','\x0d','\x3a','\x29','\x0a','\x9c','\x0d','\xea','\xd9','\xad','\xa9','\x5e','\x13','\xd1','\x62','\x46','\xe7','\x3c','\x52','\x1f','\xd0','\xd5','\x80','\x00','\x03','\x08','\xbc','\xa7','\x75','\xc5','\xf3','\x07','\xf2','\x42','\x9b','\x36','\x48','\x32','\xc5','\xa0','\xf7','\x9d','\xb5','\xf0','\x83','\x6c','\x66','\xba','\x85','\xf5','\x97','\x94','\x9f','\x05','\x2f','\x41','\x82','\x4a','\x74','\x50','\x18','\x23','\x2e','\x8a','\x53','\xb0','\xbf','\x7a','\x7e','\xc1','\xb8','\x6d','\xe1','\x9d','\xb5','\xed','\x53','\xe9','\x27','\x00','\x4a','\x59','\x4e','\xea','\xaf','\x4d','\xf3','\x86','\xf5','\xa3','\x15','\x1b','\xab','\x90','\xe1','\x7d','\x93','\x07','\x34','\x79','\x8e','\x56','\xe1','\x5e','\x4f','\x02','\xe5','\xb6','\x98','\x42','\xce','\xe9','\xe6','\x0f','\xdd','\xe1','\xad','\x49','\x00','\xef','\xb8','\xcf','\x67','\x48','\x17','\x86','\x8c','\x78','\x09','\x5f','\x28','\x3d','\xb0','\x4f','\x8a','\xf3','\xcf','\x99','\xce','\xd3','\x5d','\x43','\xde','\x97','\xf1','\xc5','\xcb','\xf3','\xcc','\xb8','\x80','\xd6','\x6d','\xc6','\xa1','\x39','\xe3','\x1f','\xe2','\xbf','\x3f','\x48','\x12','\xed','\x9d','\x5f','\x31','\x46','\x54','\x0a','\xfa','\x85','\xa4','\xf7','\x24','\x36','\xfb','\x67','\xa5','\x95','\x28','\xf8','\xa4','\xe0','\xbb','\xac','\xeb','\xcb','\xca','\xae','\x33','\xf1','\xf9','\x82','\xa3','\x79','\x72','\xdd','\x56','\xfd','\xcd','\xf9','\x07','\x11','\x85','\x99','\x76','\x2a','\x6c','\x2c','\x71','\x74','\x47','\x12','\xf0','\x28','\x42','\xa0','\xc3','\x48','\xee','\xa3','\x3c','\x73','\xe9','\x5f','\x89','\x6c','\x55','\x9f','\xce','\xf7','\x2e','\x24','\xf2','\x25','\x70','\xe5','\x8d','\x2a','\x05','\xd6','\x76','\xc3','\x4f','\x9c','\x19','\xc5','\xe9','\x98','\x4c','\xcf','\xe0','\xaf','\xed','\xf4','\xae','\xb1','\xd8','\x09','\xe2','\xca','\x28','\x70','\x99','\x8c','\x37','\x5a','\x5e','\xb3','\x8e','\xc7','\xb8','\x2a','\xbf','\x3b','\x01','\x30','\x06','\xf8','\x3d','\x4e','\x80','\xf7','\x1f','\xc1','\x7a','\xf5','\x4a','\xa1','\x70','\x4c','\x79','\x30','\xa4','\x08','\xce','\xdb','\xce','\x74','\xbb','\x0d','\x8b','\xcf','\xcb','\xeb','\x3e','\xc2','\x5c','\xdb','\xa1','\x79','\x86','\x42','\x38','\xc6','\x9c','\x39','\x47','\x0e','\xf4','\x3e','\x8b','\x06','\x3c','\xb8','\x77','\xba','\xdf','\x8f','\x61','\xf5','\x31','\xe5','\x07','\x40','\xf5','\xd8','\x88','\x0b','\xc5','\x28','\xb0','\x0d','\x46','\x0a','\x1c','\x0d','\x37','\x40','\x4f','\x44','\xc3','\x4a','\xc4','\x81','\xc5','\x8c','\xb1','\x07','\x38','\x8e','\xb2','\x88','\xc8','\xc3','\x50','\xd7','\xb9','\x29','\x43','\x91','\xc5','\x50','\x4d','\x30','\xd7','\xe8','\x96','\xc6','\xd6','\x5e','\x75','\x1b','\xdc','\xda','\x08','\x40','\xd4','\x3b','\x11','\x73','\x57','\x6b','\x48','\xf4','\xc1','\xcb','\x2e','\x32','\x8b','\xc1','\x33','\x03','\x69','\x6b','\xe2','\xeb','\xae','\xf0','\x5d','\x70','\x7c','\x86','\xb0','\xce','\x22','\x43','\x81','\x36','\xb5','\x8a','\x23','\x0f','\x81','\x42','\x6a','\x8f','\x5a','\x53','\xef','\x25','\x22','\x77','\x55','\xb4','\xa0','\x0b','\x15','\xd4','\x4e','\x67','\x7b','\xfb','\x38','\x1b','\xc4','\x70','\x89','\x6a','\x57','\x0b','\xdf','\x76','\x6c','\xb4','\xed','\x42','\x7d','\x17','\xda','\xb7','\x46','\x6d','\xeb','\x1e','\x9e','\xbb','\xb5','\x8b','\xbe','\x2c','\xfb','\x47','\xeb','\x39','\xba','\x58','\x90','\x1f','\x91','\x8f','\xc8','\x47','\x2b','\xba','\x32','\x0b','\xd6','\xea','\x1c','\x90','\x2b','\x40','\xad','\xb5','\xe4','\x3b','\xe7','\x81','\x04','\x26','\xb4','\x2d','\x84','\x73','\x83','\x84','\xf2','\xb0','\x9f','\xcb','\x0c','\xba','\x50','\x26','\xa6','\xfc','\x44','\x9a','\x06','\x37','\x08','\x57','\xe0','\xb3','\xf9','\xcc','\xb2','\xba','\x0b','\x6c','\x7a','\x2b','\x6e','\xf2','\xd9','\xc4','\xb2','\x1e','\xdc','\x51','\xe2','\x58','\x13','\x1a','\x62','\xc3','\xe4','\x8b','\xd9','\xcb','\x7e','\xa0','\xd1','\x5c','\xcd','\xf6','\x03','\xa6','\xfd','\x30','\xaf','\x00','\x1e','\x7d','\x4f','\x59','\x9e','\xcf','\x16','\x11','\x97','\xe7','\x8b','\xfa','\x56','\xfd','\xa8','\x82','\xb4','\x14','\xf7','\xae','\x26','\x01','\x85','\x23','\xb0','\x3f','\xcd','\x8e','\x55','\x3f','\x03','\xc6','\xed','\xa5','\x92','\x59','\xf0','\x03','\xa7','\x8c','\xe3','\x31','\x0a','\x78','\xe2','\xe4','\x62','\x96','\x3a','\x98','\x68','\x95','\x17','\x7d','\x0f','\x86','\xc5','\xa4','\xb7','\x47','\x33','\x13','\x53','\xa3','\x83','\xfb','\xf0','\x0b','\x56','\x61','\x65','\x8c','\xd0','\x8f','\x03','\xd9','\x7f','\xb0','\x2b','\x87','\x17','\xa3','\xb9','\x60','\x32','\x66','\xeb','\x60','\xc2','\xfe','\x49','\xb9','\x5c','\x48','\x89','\xb7','\x47','\x26','\x25','\x48','\x7b','\x1f','\x16','\xd3','\x5c','\x28','\x3d','\x4c','\x08','\xfc','\xca','\x70','\xa5','\x21','\x79','\x86','\x1b','\x4a','\xf9','\x78','\x26','\x90','\x2c','\x07','\x4a','\x91','\x7f','\x79','\x7a','\xef','\xb2','\xff','\x50','\xe1','\xab','\xef','\xa7','\x82','\x6f','\xfd','\xca','\xc3','\xac','\x57','\x7c','\xe6','\xc9','\x3a','\x70','\xea','\x9f','\x6e','\xcf','\x09','\xc0','\x4a','\x6e','\x4e','\xf0','\x3c','\xf8','\x41','\x26','\x42','\x96','\xb5','\x54','\x33','\x12','\xb7','\x25','\xe4','\xe0','\x4a','\xf9','\x2f','\x18','\x5f','\xa2','\x3c','\x5d','\xc7','\xdc','\x85','\xc2','\x5c','\x3a','\xbb','\xf2','\x0c','\xf1','\x33','\x78','\x0d','\xc3','\x81','\x78','\x07','\xa8','\x8b','\x31','\xad','\xac','\x3e','\xe4','\x86','\x1d','\xca','\xd6','\x86','\x62','\x7f','\x70','\xae','\x15','\xd9','\x9e','\xbb','\xbf','\xa5','\x1e','\xa7','\xc7','\xd3','\x78','\x9e','\x4c','\x76','\x6e','\x23','\xb8','\x9f','\x2f','\x58','\x6f','\xaa','\xf6','\x61','\xca','\x6d','\x4a','\xed','\x41','\x39','\xea','\x6d','\x85','\x2f','\xae','\x30','\x90','\x13','\x41','\x72','\x1f','\x2b','\xbf','\x79','\x1d','\x80','\x55','\x62','\xde','\x4b','\x07','\x5c','\xf9','\x19','\x9b','\xb7','\xb7','\xdb','\x46','\x2f','\xaf','\x37','\x7a','\x79','\xd5','\xf3','\x3e','\x76','\x77','\x8c','\x55','\x07','\xdd','\x40','\xac','\x52','\xc3','\xf2','\xb8','\x45','\xe7','\xde','\xe9','\xb8','\x1f','\x74','\xdc','\x7b','\xb6','\x10','\xe9','\xfb','\x5d','\xdd','\xe1','\xec','\xfc','\xb4','\x03','\x40','\xe0','\xcf','\x4b','\x38','\x00','\x6b','\x24','\x82','\x00','\x64','\x10','\xef','\xfc','\x1a','\x65','\x63','\x39','\x67','\xb6','\x12','\x03','\xd3','\x9a','\xf0','\xd7','\x91','\x98','\xc9','\xe5','\x64','\xcc','\xdf','\x38','\xf6','\xb0','\x6d','\x63','\xdc','\x44','\x34','\xc0','\xaa','\x66','\xb6','\xba','\xbd','\xa5','\x97','\x32','\xe8','\x82','\x29','\x9d','\xf0','\x8d','\x39','\x9f','\x28','\x3f','\x19','\x5f','\xbb','\xce','\x17','\x43','\x19','\x02','\x51','\x1e','\x4d','\xe1','\x6c','\x2d','\x82','\x5c','\x74','\xb5','\xe0','\x59','\xa4','\x3e','\x34','\xce','\xa5','\xb0','\xe9','\xd0','\x38','\xa3','\x47','\x36','\xac','\xe0','\xe1','\xb2','\x47','\xb4','\x38','\x2f','\x6b','\x17','\xda','\xa4','\x81','\xb2','\xd5','\x42','\x09','\xaa','\xfc','\x7e','\xd1','\xef','\x27','\xc5','\x40','\x7a','\xf5','\xe1','\x70','\xe3','\xd8','\xd8','\x3b','\xf0','\x52','\xe3','\x6c','\xbc','\xb1','\x8b','\x50','\x2f','\xef','\x01','\xda','\xb6','\x6d','\xb2','\xfa','\x54','\x93','\xf9','\xb2','\x23','\x67','\x13','\xbd','\x68','\xec','\xd9','\x6b','\x95','\xd8','\x53','\x39','\xa7','\x15','\xd7','\x3c','\x70','\x98','\xcf','\x3e','\xe8','\x05','\x54','\x64','\xcc','\x83','\x29','\x05','\x3d','\x70','\xcc','\xa8','\xef','\xb3','\xa3','\xc9','\x77','\x26','\x9e','\xbf','\x2e','\x6f','\xcf','\x7e','\xf0','\xde','\x32','\xcb','\x67','\x31','\xda','\xb3','\x20','\xf2','\x9f','\x92','\xde','\xb3','\xa2','\xde','\xf9','\x0a','\xeb','\x3f','\x89','\xb9','\x9e','\x0a','\x55','\x2b','\x35','\x0b','\xec','\x1a','\x61','\x27','\x31','\xf8','\x05','\x3d','\x47','\xf6','\x00','\x30','\x4c','\x44','\xd4','\x98','\x9a','\x34','\xe2','\x7d','\xf8','\x04','\xf7','\x36','\x76','\x67','\xe8','\x4e','\x74','\x1c','\xb6','\xcb','\xd3','\x87','\x52','\xd3','\x68','\x84','\xc5','\x55','\x65','\x85','\x26','\x70','\x66','\xca','\x4b','\x28','\x45','\xd0','\xc4','\x41','\xa7','\xd0','\x36','\x7b','\xd7','\xcf','\x21','\x10','\x25','\xc1','\x45','\x92','\x37','\x0f','\x50','\xc8','\x66','\x10','\xc6','\x8f','\xe9','\xf7','\x21','\xd7','\xfb','\xf7','\x91','\xf0','\xef','\xf4','\xef','\x48','\x13','\x5f','\x79','\x24','\xa7','\x10','\x88','\x2d','\xb0','\x15','\x96','\x37','\xce','\xef','\xd0','\x04','\x66','\x6c','\xb7','\xdd','\x7e','\xe8','\xba','\xde','\x71','\x5b','\x7c','\x8e','\x3f','\x79','\xdd','\x2e','\x0b','\xac','\xc2','\xde','\x8a','\x45','\x36','\xc6','\xdf','\x00','\xec','\x93','\xd6','\xa7','\xd1','\xfc','\xfd','\xc2','\x4b','\x02','\xd9','\xfa','\x40','\x0e','\x22','\xd0','\x44','\x76','\x90','\x58','\x49','\x6e','\x32','\xbe','\x3c','\x3f','\xe4','\x29','\xd7','\xa2','\x2f','\xe7','\xe5','\x9f','\x3d','\xf6','\x31','\x60','\xca','\xae','\x50','\xa6','\xc0','\x98','\xf2','\x50','\x95','\x5d','\xb1','\x48','\xe5','\x27','\x40','\x48','\x16','\x9f','\xa1','\x0b','\x22','\x83','\xc7','\x8f','\x30','\xd7','\x1b','\xbd','\x7c','\xdb','\x87','\xf2','\xb3','\x6f','\xea','\xc6','\x55','\x25','\x13','\x13','\x6d','\x94','\xe6','\x03','\x1d','\x04','\x48','\xd4','\xea','\x03','\x97','\x9c','\xda','\xc6','\x1a','\x89','\x29','\x65','\x44','\xa6','\xc8','\xf6','\x2e','\x74','\xf4','\x88','\xe5','\xec','\xbc','\xbf','\xcc','\x2f','\xba','\x5d','\x8d','\xe7','\xe2','\x8a','\x85','\xd8','\x5d','\x36','\x65','\xd1','\xc4','\xe5','\xde','\x8a','\xd3','\xc6','\x97','\x41','\x0b','\x30','\x5e','\x4f','\xc9','\xef','\xa5','\x32','\x06','\xca','\x94','\x66','\x30','\x05','\x63','\xb2','\x68','\xfa','\xda','\x3a','\xaf','\xd1','\xdf','\xb1','\x7e','\x32','\xbc','\xf7','\xce','\xe4','\xcd','\xaa','\x55','\x09','\x65','\x37','\x4a','\x18','\xe7','\xd6','\xc6','\x5d','\x4f','\x76','\xce','\xcb','\x2e','\xab','\x1d','\xe7','\xb5','\x40','\xf9','\x99','\x2c','\x73','\x56','\x9c','\xe4','\x79','\xa4','\xa1','\xfc','\x8c','\x4b','\x54','\x0f','\x12','\x61','\x57','\x8c','\xfb','\xd1','\x69','\x3b','\xda','\xf8','\x6f','\x6f','\xb4','\xf5','\x46','\x6d','\x23','\xda','\x54','\xf1','\x62','\xb5','\x3a','\x72','\x99','\xd3','\x69','\xbc','\x3e','\x91','\xae','\xd6','\xe8','\x59','\x3d','\xad','\x65','\x4b','\xcf','\x50','\x7a','\x37','\x5a','\x9d','\x65','\x72','\x05','\xe8','\x7e','\xbf','\xd3','\xfd','\x7e','\x0f','\xcb','\x0f','\x34','\xc0','\xbe','\x31','\x91','\x6f','\xf4','\x06','\x91','\xc3','\x97','\x69','\x22','\xf3','\x83','\xb3','\x7e','\xc4','\xba','\x94','\x99','\x21','\x94','\x36','\x9c','\xa7','\x68','\x08','\x13','\x53','\x97','\x1e','\x0c','\x9a','\xcd','\xed','\x6d','\x84','\xbb','\xb6','\x1d','\x13','\x5c','\x90','\x78','\x3b','\xef','\xaa','\x68','\x74','\x95','\xcb','\x99','\xd0','\xfa','\x43','\x69','\x31','\x9c','\xb6','\xf9','\x91','\x62','\x54','\x7a','\x85','\x55','\xfb','\x98','\x08','\x94','\xc1','\x25','\xaf','\x0d','\x18','\x8c','\xa3','\x11','\x52','\xa2','\x81','\x84','\x5a','\x61','\xb0','\xfd','\xb7','\x45','\x2b','\xeb','\xa3','\xa7','\xd7','\xfd','\xcc','\xd9','\x3f','\xbc','\x36','\x16','\x8a','\xc4','\xb3','\x35','\x3f','\xf3','\xce','\xd9','\x7a','\xf6','\x1d','\x13','\xe7','\x91','\x99','\xb5','\xcc','\x6f','\xe5','\xd3','\x39','\xa9','\x82','\x55','\xbd','\x3c','\x84','\xdd','\x10','\xb0','\x7a','\x08','\x72','\x1b','\x3b','\x62','\xcc','\xa2','\x56','\xa0','\xee','\x4c','\xca','\x4d','\xdd','\x9d','\xc6','\xed','\xcf','\x3c','\x80','\x88','\x1f','\x9c','\x96','\x95','\x02','\x82','\x60','\x23','\x9f','\x5f','\xe2','\x62','\xf9','\x44','\xf0','\x95','\xd7','\x60','\xb8','\xd4','\x85','\x90','\x8e','\xc5','\x16','\xcb','\x44','\x12','\xf3','\x4e','\xab','\xe2','\x82','\xe9','\x17','\xd9','\x9a','\xbe','\x98','\x40','\x4d','\x34','\x4f','\xb4','\xf8','\x42','\xa9','\x1d','\xcb','\x84','\x1d','\xfc','\x89','\x69','\xc9','\x46','\xfe','\x6b','\xd2','\x3b','\x17','\xef','\x3b','\xb3','\x3e','\x55','\xf5','\x54','\xe6','\x09','\xd0','\xba','\xaa','\xd7','\xe8','\x4f','\xf2','\x4e','\x71','\x8a','\x80','\x8d','\x80','\x2f','\xd1','\xbf','\x28','\xc6','\x8b','\x4d','\x8f','\x70','\x37','\x02','\x10','\xc9','\x63','\xd3','\x2e','\x45','\x0e','\x15','\x82','\xb0','\xb8','\x06','\x58','\x0b','\x6f','\xd1','\x85','\x69','\x5c','\x36','\xe4','\x39','\x8e','\x7d','\xe6','\x72','\x2b','\xc9','\x67','\x20','\x71','\x35','\x63','\x89','\x86','\x51','\xf6','\xd1','\xe0','\x61','\xe9','\x26','\xf6','\xa9','\x64','\x18','\xef','\x34','\x5e','\x9a','\xdf','\xda','\xbf','\xaa','\x78','\xb1','\x68','\xfc','\x5c','\xa4','\x4d','\x83','\x83','\xc0','\xf5','\x7c','\x26','\x5e','\x06','\x75','\xb0','\x56','\x3e','\x5c','\xbc','\x02','\x4d','\x9c','\xd4','\xa8','\x7f','\xc3','\x35','\xd0','\xc0','\xb4','\x10','\xcc','\x09','\x62','\x19','\x89','\x37','\x01','\x87','\xa6','\xae','\x85','\xac','\x60','\x9f','\xdb','\x01','\xe0','\x1a','\xbd','\xbc','\x6e','\x74','\x7b','\x45','\xe5','\x87','\xf3','\x34','\x1a','\x4d','\x9a','\x52','\x51','\x64','\xba','\x88','\x5d','\x70','\x2a','\x7e','\xbf','\xcf','\x71','\xef','\x03','\x40','\xc3','\x1d','\x3f','\x78','\xe8','\x3e','\x2e','\xfa','\xe4','\x53','\x62','\xb0','\xb3','\x28','\x36','\xf8','\x4c','\x11','\x78','\x30','\x03','\xee','\xf5','\xda','\x0f','\x8b','\x4b','\xf4','\x83','\x55','\x3a','\xf5','\x13','\x3a','\x9a','\xc6','\x8e','\x79','\x49','\xa7','\x89','\xbf','\xeb','\x0f','\xbd','\xab','\x4c','\x60','\xb3','\xb0','\x62','\x1b','\x55','\x0e','\xa1','\x85','\xd4','\x87','\x51','\xd2','\xbc','\x61','\x9b','\x91','\xfe','\x53','\x63','\xeb','\xa2','\x59','\xd2','\x6f','\xbc','\xc2','\xe5','\x61','\x52','\x7e','\xd8','\xc2','\x6c','\x8f','\x3e','\x79','\x44','\x3e','\xb5','\xce','\x19','\x40','\xc1','\x8b','\x58','\xbd','\x38','\x99','\xb6','\x3e','\x09','\x3d','\x9d','\x84','\x68','\x84','\xe0','\x26','\x51','\x8c','\x41','\xc5','\x35','\x4e','\x5d','\xe2','\x44','\x88','\xd4','\x80','\x30','\xce','\x07','\x51','\xc6','\xcd','\x17','\x93','\xb4','\xd6','\x11','\xd9','\xfb','\x89','\xf8','\xe2','\xac','\x8c','\x67','\x92','\x48','\x2f','\xdf','\xe5','\x34','\xaa','\xf5','\x14','\x05','\x0e','\x95','\x9f','\xb3','\xc8','\x09','\x1f','\x4a','\x17','\x1d','\x41','\xe6','\xf7','\xa8','\xc3','\xbe','\xde','\x2f','\xcb','\x0b','\xd7','\x81','\xf0','\x95','\x54','\xcb','\xcf','\x56','\x77','\xe9','\xa1','\xe0','\x93','\x0a','\x57','\x93','\xeb','\xbb','\x0d','\x0e','\xc4','\x62','\x57','\xfc','\x47','\x78','\xd6','\x60','\x1b','\x90','\xb7','\x56','\xd1','\xe6','\x5f','\xca','\xf8','\xcc','\x6e','\x7b','\x3f','\x31','\x81','\x40','\x27','\xfc','\xfb','\x77','\x4e','\x27','\x38','\x2d','\x61','\x66','\x1d','\xe7','\x47','\x6b','\xd4','\xf2','\x3e','\xa2','\x5b','\x22','\x0a','\x17','\x0b','\xdd','\xe5','\x65','\x22','\x3d','\x84','\x38','\x38','\xc4','\xae','\xe5','\x1d','\x47','\xa7','\x43','\x1b','\x24','\x2a','\x81','\x3b','\x31','\x71','\x67','\x57','\xd2','\x12','\x37','\x5d','\xba','\x75','\x8e','\xce','\x04','\x93','\x95','\x72','\x61','\x2a','\x4c','\x1c','\x80','\x89','\xcc','\x58','\xf3','\x83','\x70','\x89','\x9b','\xf9','\xfd','\xa9','\xb0','\xb8','\x48','\x69','\x0f','\xa5','\xe0','\xbc','\x67','\xd3','\xaa','\xdd','\xbf','\xd3','\xef','\xf4','\x43','\x52','\xe1','\x1b','\x06','\xee','\x90','\x07','\xe0','\x7e','\x93','\xba','\xf7','\xe7','\x9d','\x7a','\x52','\xb0','\xd3','\xf2','\x9a','\xb5','\x7b','\xec','\x8e','\x03','\x04','\xfa','\x82','\x9f','\x30','\x6e','\xf5','\x2f','\x14','\x7c','\xb4','\x3a','\x93','\x29','\x58','\xfa','\x7c','\xde','\xb1','\x45','\xb7','\x72','\xeb','\xd3','\xaa','\xd2','\x75','\x5b','\x1e','\x25','\xab','\x13','\x37','\x2b','\xad','\xb8','\x54','\xf6','\x55','\x12','\x6c','\x53','\x16','\x74','\x78','\xb9','\x3b','\xc1','\xb0','\x9c','\xb9','\x45','\x8b','\x6b','\x42','\xc1','\x02','\xb1','\x1d','\x71','\x36','\x46','\xcb','\xa1','\xd3','\x13','\x9d','\x84','\x5e','\x29','\x04','\x56','\x21','\x29','\xdf','\x73','\x17','\xed','\x9d','\xf1','\x6b','\xdc','\xf1','\xb3','\xd1','\xeb','\xb7','\x1b','\xbd','\x7c','\xdb','\xf4','\xc2','\x76','\x40','\xae','\x5a','\x00','\x13','\x69','\x24','\xbf','\xda','\x9e','\x68','\xf3','\x50','\x7a','\x64','\xe0','\xbd','\xfb','\xec','\x36','\x45','\x12','\xae','\x71','\xe3','\xee','\x1e','\xb3','\x1e','\x85','\x0b','\x56','\x8c','\x2d','\xb8','\x62','\xa9','\x02','\x84','\x41','\x0a','\x24','\x75','\x18','\xfa','\x8a','\x1b','\xec','\x56','\xf6','\x84','\x4f','\x86','\x3b','\x79','\xeb','\x1c','\x45','\x24','\x65','\x28','\xd3','\xf5','\x23','\x12','\xb1','\xdf','\xbb','\xc8','\x88','\xb0','\xda','\x79','\xc6','\x76','\x52','\xfe','\x7b','\x22','\x31','\x9f','\xd7','\x7d','\xa6','\x88','\x3e','\x4a','\x15','\x27','\x30','\x87','\x92','\xc9','\x6c','\x80','\x5e','\xd4','\xf5','\xad','\x47','\x34','\x3e','\x6e','\x9e','\xc7','\x78','\x00','\x6e','\xac','\x78','\x80','\xa4','\x44','\xe0','\xf0','\x11','\x48','\xa7','\x77','\xdd','\x68','\x4d','\x16','\x21','\x19','\xf7','\x8e','\xed','\x63','\xde','\x45','\xdd','\xe2','\x58','\xd8','\x8d','\x0a','\x15','\x36','\x55','\xcc','\x59','\x59','\xc7','\x15','\x26','\xfd','\x00','\x3b','\xd1','\xb6','\x1f','\x85','\xc6','\xc4','\x03','\xbc','\xd5','\x94','\xce','\x00','\x05','\x23','\xc4','\x56','\x9d','\xb5','\x30','\x26','\x75','\xc2','\x28','\x2b','\xd0','\x78','\x52','\x46','\x80','\xf9','\x6b','\x24','\xf9','\xec','\x60','\x60','\x24','\x8c','\xc1','\x0b','\x43','\xf9','\xd9','\x36','\xf6','\xfb','\x7e','\xc2','\x7c','\x4f','\x31','\xf1','\xb5','\xdb','\x4c','\xb4','\xdc','\x19','\x73','\xe5','\x87','\x53','\xde','\x94','\xff','\xa3','\x68','\xeb','\x19','\xb4','\xc6','\x94','\xcd','\xa6','\x2b','\x86','\x5e','\xf9','\x60','\xed','\x1f','\x91','\x49','\xe7','\x33','\xc9','\x37','\xb7','\xe9','\x51','\xbb','\x4e','\xde','\x45','\x56','\xff','\xa5','\x20','\x34','\xfb','\x5d','\x9d','\x55','\x5f','\x3e','\x3c','\x59','\x74','\xf9','\x70','\x5a','\x85','\xaf','\xf8','\x13','\x8d','\x69','\x95','\xf5','\x99','\xca','\x27','\x45','\x8b','\xa9','\x51','\x1b','\xae','\x0d','\x9e','\x06','\x10','\x72','\x01','\x96','\x4a','\x47','\x7f','\x6b','\x25','\x18','\x24','\x12','\xf1','\x62','\x93','\x20','\xf0','\x37','\xd2','\xee','\x50','\xac','\xcd','\xf1','\x8e','\x45','\x14','\xca','\xe7','\x82','\x42','\x54','\x2d','\x66','\xd9','\x1f','\x3f','\x26','\xf0','\xd5','\xf8','\xd4','\xb7','\x96','\xa5','\x3c','\x9a','\xa3','\xb3','\xda','\x7e','\x51','\xb8','\xec','\xff','\x4e','\xc5','\xec','\x23','\x28','\x19','\x5e','\xfb','\xa8','\x54','\x5c','\x56','\x2f','\xe7','\x45','\x3e','\x5b','\xcf','\x15','\xf0','\x67','\xd6','\x8b','\x82','\x15','\x7c','\xd4','\x3a','\x41','\xb3','\x18','\xeb','\x97','\xf5','\x22','\x42','\x4e','\xbb','\xfb','\x5d','\x95','\x1e','\xe9','\x70','\x16','\x23','\x69','\x25','\x05','\xcc','\x19','\x38','\x37','\xde','\x2b','\x06','\xa2','\xac','\xc1','\xb6','\x59','\x37','\x16','\x25','\x62','\xa2','\xd5','\x10','\x0c','\x79','\x1a','\xed','\x46','\x05','\xce','\x5f','\xfd','\xc0','\xbc','\x18','\xe8','\x46','\xc0','\xff','\x9e','\xd5','\xb0','\x52','\xd6','\xec','\x8f','\xb0','\x84','\xe2','\x59','\x72','\x08','\x51','\x3e','\xaa','\x98','\xf0','\xa9','\x0e','\xfa','\xc2','\x5a','\x51','\x0d','\x6d','\x62','\xf3','\x6b','\x9c','\xd6','\x19','\xea','\xa8','\xc5','\xc0','\x67','\xea','\x9a','\x0e','\x60','\xc2','\x3d','\xa5','\x95','\xce','\x52','\x1b','\xd3','\xbe','\x8f','\x30','\xd7','\x2f','\x66','\xf9','\xb9','\x6d','\xae','\x6c','\x78','\xd9','\x06','\x90','\x19','\xe6','\x1c','\xda','\x6b','\x73','\x76','\xf4','\x4e','\xc7','\x5b','\xa7','\xbb','\x5a','\x7e','\xec','\x7e','\x19','\xef','\xbf','\x7a','\x15','\x44','\xc0','\x83','\xf1','\xb6','\xa2','\xc2','\xc9','\x7b','\x84','\x15','\x00','\xe3','\x19','\x24','\xf6','\x71','\x30','\x78','\x11','\x0a','\x74','\x52','\x5a','\x1c','\x43','\xe1','\x98','\xe5','\x79','\x62','\x61','\x75','\xad','\xd4','\x35','\xb2','\x50','\xe6','\x6b','\x92','\x3a','\x51','\x5a','\x97','\x95','\x27','\x5d','\x68','\xe8','\x3e','\xe2','\xc2','\x35','\xbb','\xf4','\xc1','\xb9','\x3b','\x68','\x67','\xac','\xb5','\xf7','\x25','\x5b','\x5b','\x93','\x32','\x98','\x64','\x6e','\xfe','\x8b','\x55','\xb9','\x1b','\x9b','\xf1','\x04','\x92','\xf9','\xbc','\x8f','\xe6','\x63','\x57','\x46','\xb5','\x0c','\x75','\x3b','\x44','\x3a','\x21','\x75','\xa7','\xac','\xed','\xab','\x56','\x66','\xa3','\xaf','\x61','\x0d','\xd4','\x8b','\x53','\x0f','\x21','\x39','\x84','\xb6','\xdb','\x88','\x38','\xb8','\xed','\xe3','\xea','\x8e','\x8d','\xda','\xd8','\x7c','\x6d','\x63','\x03','\x35','\xf1','\x13','\xa3','\x05','\xaf','\xb1','\xcc','\xf3','\x62','\x4c','\x71','\x1c','\xb0','\xac','\xf7','\x60','\x39','\x54','\x76','\xcc','\xdb','\xeb','\xd2','\x05','\x6e','\xdb','\x36','\x8f','\x92','\x60','\x51','\xe0','\x4e','\x23','\xc1','\x95','\xc4','\x14','\x1d','\xa9','\xf4','\x7c','\x89','\xab','\x4f','\x3a','\xbf','\xc2','\xf2','\xf8','\xfb','\x95','\xc4','\x12','\x21','\x77','\x0f','\x60','\xdd','\x99','\x68','\xcc','\xf3','\x41','\xc1','\x5a','\xb0','\xfe','\x80','\x6e','\x41','\x67','\x6d','\x98','\x7f','\x63','\xd7','\x81','\x3e','\xab','\xff','\x7c','\x38','\x5d','\x0d','\x9c','\xf1','\x73','\xc0','\x7a','\x9e','\xc5','\xde','\x9b','\xf8','\xfd','\x22','\xf3','\x87','\x9a','\x15','\x93','\x55','\x77','\x6d','\xfe','\xb6','\x69','\xa1','\xa9','\x24','\x1d','\x51','\x87','\x86','\xeb','\x3b','\x92','\x3e','\x2c','\x0a','\x95','\x65','\xd9','\xcb','\x26','\xf8','\x42','\x8a','\xef','\xe6','\xef','\xcd','\xc6','\xc1','\x58','\x48','\xcd','\x40','\xbe','\x03','\x6a','\x42','\xb7','\xb1','\x10','\x35','\x26','\x11','\xa6','\xc6','\x32','\x84','\xb5','\xb9','\x98','\xf9','\x32','\x08','\x01','\x5e','\x9b','\xba','\x72','\x89','\x0b','\x26','\x6a','\xbb','\x49','\xc6','\x80','\x57','\x11','\xe6','\xae','\xfb','\xf7','\x91','\x84','\x00','\xf2','\x5d','\x15','\x94','\xf6','\x7c','\xa0','\x84','\xdf','\xe9','\x77','\xba','\x4e','\xf3','\x12','\x52','\x76','\x10','\x3f','\x24','\xe5','\x41','\x24','\xc9','\x32','\x03','\xb0','\x29','\xdc','\x6c','\x1f','\xa0','\xb5','\x1f','\xe3','\xbc','\x86','\xf4','\x80','\xcb','\x83','\x05','\xb4','\x28','\x40','\x5d','\xf1','\xd8','\x36','\x3b','\x6c','\xb5','\x28','\x88','\x31','\x77','\x3b','\xc7','\x39','\x6c','\xef','\xcc','\x6d','\x8f','\xd6','\xe6','\x8f','\xe7','\xb2','\x77','\x31','\x16','\xef','\xca','\x67','\xaa','\x07','\x8c','\xd5','\x89','\xa8','\xb8','\xc2','\x13','\x39','\x23','\x65','\xe0','\x04','\x6d','\x7a','\xb4','\xee','\x2b','\x5f','\x47','\x0b','\x55','\x02','\xb0','\x55','\x44','\x56','\xf6','\xce','\x34','\x76','\xcc','\xb1','\x4d','\x26','\x11','\x41','\x1c','\x24','\x8f','\x15','\x1a','\x34','\x60','\xe7','\x95','\x5f','\xff','\xb8','\xd1','\xcb','\xeb','\x3e','\x82','\x1d','\xec','\x78','\x8e','\x21','\x3a','\x93','\x68','\x86','\x80','\xc6','\xa0','\xde','\xde','\x85','\x8e','\x37','\x0d','\x75','\x7d','\x1c','\x74','\x1c','\x32','\x4d','\x31','\x5a','\x17','\xa5','\x93','\x77','\xda','\xfe','\x75','\x57','\x37','\x6d','\x23','\xb7','\x0b','\x99','\x8e','\x34','\xee','\x8f','\xc0','\x0d','\xcb','\x26','\xd8','\x15','\xa1','\x31','\xd0','\x75','\x63','\x5a','\xfc','\x9b','\xf8','\x98','\x43','\xef','\x97','\xd8','\x70','\xfa','\x4d','\xa0','\x2c','\x95','\x8f','\xfe','\x1b','\x53','\x6c','\x0e','\x08','\x91','\x70','\x5e','\x97','\x51','\x38','\x4f','\x6b','\xf6','\x3d','\xa9','\xe2','\x62','\x68','\x56','\x5e','\x2e','\xb3','\xee','\x06','\x9b','\x17','\xe1','\x96','\xd8','\x7b','\x58','\x8b','\x99','\x89','\xd8','\x14','\x51','\x2b','\x46','\x84','\x62','\x0a','\x39','\x14','\xae','\x05','\x6e','\x61','\xc4','\xc6','\x56','\xa9','\x96','\x61','\xe3','\x75','\x17','\xa1','\x26','\x42','\x5d','\x3a','\x6d','\xbd','\xd3','\xb6','\x35','\xda','\x7b','\x1b','\x4a','\xd6','\x4e','\xd4','\xb6','\xc1','\x93','\xcc','\x72','\x6d','\x74','\x6c','\x9d','\x74','\x1d','\xe1','\xcc','\x2f','\xf5','\x6c','\xd0','\x3e','\x90','\x5a','\xdb','\x5c','\xe9','\xb1','\xb4','\x8a','\x00','\x47','\x04','\x0a','\x90','\xfb','\x16','\x5a','\xb3','\x24','\x48','\x6f','\x4a','\x33','\x6f','\xfc','\x40','\x0a','\x4a','\xae','\x84','\x5b','\xcb','\x4c','\x4b','\xfe','\x84','\xf2','\xc5','\xff','\x8b','\x45','\xd4','\xda','\xb0','\xfa','\xd8','\x6e','\x9a','\x10','\x95','\x03','\x67','\xb5','\x77','\xc6','\x39','\x80','\x73','\x72','\xcd','\x6e','\x2b','\x16','\x56','\xaa','\xff','\x67','\xcc','\x61','\x55','\xf6','\x3b','\x13','\xf4','\xb3','\x76','\xb9','\x60','\xe3','\xc7','\x03','\xc7','\x0f','\xf2','\xa0','\xfd','\x39','\x56','\x50','\x64','\xfe','\xac','\xef','\x5c','\x55','\xb2','\xbe','\x2a','\x3d','\x41','\x7c','\x49','\x2f','\x79','\xf2','\x9d','\xf9','\x65','\xfd','\xea','\x8c','\x81','\x12','\xbd','\xce','\xe3','\xbc','\xa2','\xab','\xeb','\xb2','\xcf','\xea','\xc7','\xdd','\x57','\x22','\x35','\x3d','\x13','\x11','\xed','\x1b','\x71','\xeb','\x1a','\x20','\x21','\x0e','\x41','\xda','\x61','\xd6','\xe1','\x0e','\x47','\xc4','\x24','\xd4','\x79','\xec','\xce','\x0c','\x45','\xb8','\x44','\x77','\x53','\x25','\xc8','\x45','\x02','\x0a','\x19','\x74','\x89','\x83','\xf6','\xe0','\x38','\xd4','\x5d','\x15','\x17','\x96','\xfa','\x42','\x5d','\x42','\x96','\x67','\xba','\xe0','\xbb','\x0e','\xd3','\x25','\xad','\xc4','\xa2','\x78','\xda','\x78','\x53','\xc1','\xca','\xd4','\x22','\xa8','\xff','\x27','\xfb','\x8a','\xae','\xc6','\xe8','\xab','\xd3','\x47','\xc8','\xff','\x67','\x56','\xfa','\x2c','\x66','\xfe','\x4c','\x9a','\xcb','\x47','\x2a','\x2d','\xf2','\xe5','\x1d','\x69','\xd9','\x76','\x03','\x1a','\xa2','\x90','\xd7','\xe4','\x13','\x51','\x5a','\xcf','\x23','\x9f','\x45','\x7d','\xd4','\x67','\xa6','\xf8','\x74','\x89','\xf3','\x19','\x4a','\x24','\x9b','\xbb','\xc2','\xa0','\xac','\x0e','\xb9','\x87','\xae','\x4c','\xd4','\x69','\x44','\x8a','\xab','\xc2','\x72','\xf2','\x4b','\x49','\x7f','\xe6','\x4f','\x56','\x9e','\xe4','\x31','\xaa','\x40','\x2a','\x64','\x4c','\xbc','\x9f','\xdc','\xed','\x16','\xe5','\xa7','\xf4','\xe9','\x45','\x80','\xcc','\x80','\xb5','\x29','\x27','\x7d','\x39','\x79','\xbb','\xa2','\x9e','\x04','\xe0','\xa7','\xf7','\x1e','\x10','\xcb','\xa3','\x7a','\x2a','\x2a','\x16','\x8a','\x0b','\xda','\xf7','\x46','\xaf','\xaf','\x3b','\xbd','\xfe','\x71','\xa3','\xdb','\xcb','\x16','\xe7','\x3e','\x92','\x79','\x82','\x26','\xe5','\x87','\x80','\x96','\x2d','\x24','\xb2','\xf4','\x4e','\xf7','\x7b','\xfc','\x67','\xe7','\x47','\x91','\x8f','\x8b','\xa8','\xf2','\x73','\xf4','\xd4','\x4f','\xa3','\x27','\xb4','\x4c','\xe2','\x3e','\x72','\x17','\x21','\x3e','\x98','\xa8','\x49','\x1a','\xeb','\xd3','\x21','\x01','\xa4','\x9f','\xc2','\x6e','\xb0','\x3d','\x91','\xba','\x3c','\x06','\xe9','\xdb','\x0e','\x24','\x0c','\xd7','\x44','\x51','\x65','\x01','\x27','\xdc','\x54','\x7f','\xd3','\x75','\x67','\x4a','\xcd','\xa4','\xe0','\xd6','\x0a','\x3e','\x9a','\x1e','\x30','\xb6','\x15','\xdf','\x50','\x5d','\xcf','\x31','\x65','\xb8','\x71','\xe2','\x99','\x2c','\x7d','\xb9','\x11','\xf1','\xd6','\x68','\x73','\x8b','\xb1','\x8c','\xcb','\x4e','\x51','\x99','\x84','\x35','\x68','\x96','\x22','\x7f','\xa2','\x06','\x82','\x09','\x9f','\x09','\x91','\x9d','\xe5','\xb3','\x10','\xe6','\xc7','\x11','\x67','\xc8','\xec','\x7e','\xc2','\x7e','\x10','\x6d','\x47','\xf7','\xc8','\xca','\xad','\x69','\x84','\xe5','\x6d','\x28','\xf1','\x0d','\x70','\x65','\x65','\x05','\xae','\x9c','\x15','\x84','\x3b','\x0f','\x7b','\x19','\xa5','\x07','\x63','\xca','\x8b','\x28','\x70','\xb7','\xdb','\xed','\x3a','\x0c','\xb6','\x1d','\x14','\xba','\xba','\x03','\x48','\x56','\x9f','\x1f','\xd0','\xfc','\xba','\xad','\xe8','\x0f','\x0b','\xc2','\xe7','\xe4','\xfd','\x87','\x0f','\x9d','\xf9','\x07','\x73','\xe0','\x36','\xc2','\x1d','\xb6','\xad','\x85','\xd6','\x09','\x3b','\x63','\x97','\x10','\x75','\x51','\xa9','\xad','\x1f','\x76','\xb7','\x01','\x56','\xe2','\x24','\x37','\x53','\x9e','\xe9','\x4d','\xcb','\xc2','\x9e','\x5c','\x5c','\x92','\x69','\x23','\x9a','\x08','\xdc','\xeb','\x74','\x0a','\xe0','\x5d','\x57','\xbc','\x65','\xce','\xb2','\x6e','\xca','\x8f','\x81','\x24','\xbf','\x02','\x88','\xa5','\x75','\x8d','\x0d','\x38','\x6b','\x0c','\xfe','\x76','\x06','\xce','\xeb','\x62','\xb0','\x75','\xce','\x54','\x04','\xe5','\xec','\xeb','\xfd','\xd4','\x18','\x00','\x93','\x8f','\x69','\xd4','\x37','\x9b','\x1d','\x8e','\x1e','\x67','\x83','\x3a','\x33','\x1d','\x3c','\x0e','\xb5','\xb2','\x08','\xe1','\x19','\x40','\x51','\xa6','\x48','\x70','\x53','\x7c','\xb2','\x71','\x72','\x56','\x82','\x50','\x38','\xcf','\xac','\x49','\xcb','\x54','\xd7','\x37','\xae','\x9d','\x87','\xcc','\xe6','\xfe','\x80','\x60','\x24','\x13','\x5b','\x06','\x9d','\xd3','\xa6','\xc1','\x42','\x10','\xad','\x00','\x9a','\xdf','\xd7','\xc1','\x67','\x74','\x4c','\xf3','\x80','\xcf','\xcd','\xcd','\x29','\x49','\xe0','\x1f','\xad','\x9a','\x3c','\x68','\xcb','\xbf','\x21','\xf9','\xf8','\xff','\xcc','\x55','\x7f','\x92','\x7e','\x04','\x03','\x62','\xce','\x17','\x34','\x2e','\x52','\x06','\x58','\x83','\x58','\x4d','\xca','\x9a','\x0b','\x8e','\xef','\xee','\x5a','\xd8','\x61','\x05','\x3a','\xbe','\xdb','\x1e','\xbe','\xd7','\x51','\xae','\xff','\x35','\x50','\x64','\x60','\xda','\xa0','\x3c','\x02','\x6c','\xd1','\xb3','\x85','\xb8','\xb6','\xd3','\xbe','\xfc','\xf8','\x2e','\x51','\x45','\xe8','\x3e','\xe7','\xf2','\xc0','\x44','\x6b','\x02','\x92','\x79','\x80','\x1e','\x8f','\x87','\x8f','\x05','\x00','\x7a','\xce','\xed','\x32','\x3e','\xf1','\x0c','\x19','\xc1','\xe6','\x73','\x6a','\x45','\xa9','\x2e','\x37','\x6f','\xd1','\xef','\x7c','\xaf','\x5b','\x75','\x3d','\x84','\xce','\x88','\x17','\xa1','\x3c','\x6d','\x94','\xe0','\x96','\x85','\x52','\x99','\xbb','\x86','\x31','\xb9','\x95','\x68','\x58','\xf9','\xdb','\xb8','\xe0','\x54','\xa3','\xbd','\xdd','\x5e','\xb6','\x11','\x7e','\x18','\xc7','\x4b','\x79','\xa5','\xbb','\x6e','\x61','\x33','\xbc','\x01','\x44','\xd2','\xc9','\xcf','\xfa','\x58','\xd0','\x03','\xd1','\x68','\x6e','\x01','\x1f','\x86','\x1b','\x9c','\xd1','\x1b','\x02','\xe7','\x3a','\xa0','\xcd','\xdd','\xb0','\x20','\x10','\x87','\x52','\x46','\xd3','\x1d','\x77','\x5f','\x03','\x1c','\x63','\x60','\x6d','\x9b','\x53','\xbe','\x03','\xc8','\xea','\x41','\xea','\x46','\x5a','\x54','\x2d','\x49','\xdd','\x1b','\x29','\xcf','\xc1','\x7b','\x52','\x91','\x35','\x3e','\xa7','\xfa','\x63','\x15','\x45','\x24','\x31','\xc5','\xd5','\x42','\x75','\x06','\xd9','\x53','\x75','\xba','\xe9','\x88','\xd7','\x4e','\x9c','\xe2','\x67','\xa6','\x44','\xff','\x29','\x7c','\xbd','\xc4','\xfc','\x18','\xed','\x34','\xb5','\x16','\x9a','\x72','\x6c','\x97','\xda','\xc6','\xbd','\x97','\xa1','\x40','\x35','\xc5','\xa9','\x61','\x6d','\xa6','\xd8','\x4c','\x41','\x3a','\x75','\xd3','\xd2','\x68','\xee','\xb8','\x3f','\x6a','\x2c','\x3c','\x39','\x88','\x8e','\x4e','\x24','\x2d','\x36','\x68','\xb6','\x43','\x8f','\x98','\xec','\x8d','\x36','\x0b','\x9b','\x2d','\x4c','\xb4','\xe9','\x39','\x21','\xc7','\xcb','\x8b','\x69','\x20','\x2d','\xfb','\x6c','\x30','\xce','\xbe','\x95','\xb2','\xb2','\xd2','\xde','\xd3','\x06','\x51','\x6b','\xed','\x34','\x9e','\x81','\x2b','\x40','\x6f','\x6f','\x6f','\x74','\xbf','\xdf','\xd3','\x8b','\xeb','\x97','\xca','\x25','\x50','\x8f','\xd2','\x19','\xdf','\x94','\x93','\xe7','\x8b','\x6c','\xd3','\x17','\xc4','\x5c','\x46','\x14','\xe8','\x0f','\xd9','\x48','\x35','\xd1','\x93','\x98','\xe5','\xf5','\xbb','\x3c','\x47','\xc8','\xfe','\xaa','\x11','\x07','\x2c','\x80','\x8b','\xa9','\xfa','\xf1','\xe9','\x49','\xa1','\x6e','\x8b','\x36','\x31','\x23','\x79','\x00','\x1e','\xff','\x65','\xc9','\x87','\xea','\x51','\x87','\xdf','\x8b','\x48','\x8b','\x12','\x64','\xcf','\x2e','\xa7','\xe4','\x3d','\xf3','\x96','\xbe','\x8f','\x09','\x63','\xdd','\x35','\x76','\x05','\xdc','\x21','\x95','\x84','\x30','\x72','\xd0','\xc0','\x71','\xc9','\x80','\xc1','\x19','\x03','\x43','\x45','\x09','\x32','\xc6','\x67','\xac','\x9a','\x89','\xd3','\x46','\xa5','\x83','\x10','\xa7','\x1b','\x09','\x26','\xc6','\x04','\x16','\x24','\x2d','\x07','\x37','\x1e','\xe0','\x37','\x4c','\x59','\xd0','\x95','\xf4','\xaf','\xd6','\x0e','\x7e','\xa7','\x7f','\x7c','\x3a','\x93','\x6f','\xf8','\x93','\xae','\x9f','\x00','\x37','\xf9','\x07','\x73','\x3f','\xb2','\x5d','\x78','\x4b','\x6d','\x2b','\x00','\xa5','\xcf','\x11','\x8d','\xdc','\x02','\xd4','\x11','\x6c','\x86','\x45','\x28','\xed','\x25','\x20','\x9f','\xa2','\x58','\xe3','\x0f','\x17','\xd7','\x4f','\xd2','\x5d','\x71','\x7c','\xaa','\x4c','\x15','\xf5','\x39','\x5b','\xdc','\xc0','\xe4','\xdf','\x7c','\xac','\x4e','\xba','\x53','\xc4','\xfe','\xf4','\x63','\x62','\xc9','\xae','\x37','\xe6','\x0d','\x56','\x8c','\x78','\x39','\xf3','\xf8','\xfa','\x2d','\x31','\xd3','\xdc','\x08','\x2f','\xc6','\x94','\x0b','\x52','\xe5','\x67','\xa7','\xdb','\xeb','\x4e','\xb7','\x17','\xc4','\x2f','\xec','\xc0','\x74','\xba','\x62','\xc3','\xc1','\x79','\x76','\x85','\xee','\x76','\xe6','\xe7','\x4d','\x95','\x1f','\x53','\x6e','\x8c','\x96','\xca','\x6e','\xbe','\x63','\xa8','\xa2','\x64','\x0d','\x3c','\x85','\xe7','\xa7','\xe3','\x50','\xfc','\x00','\xd2','\xe2','\xe7','\x4e','\xa6','\x7e','\x2e','\xe8','\xc6','\xdb','\x48','\x4c','\x4d','\x84','\xa4','\x19','\x5d','\x56','\xac','\x86','\x87','\xea','\x51','\x4d','\x37','\xa9','\x13','\x9d','\x1f','\xf2','\x2c','\x3e','\xcf','\x33','\x91','\xd3','\x92','\x3c','\x2e','\x97','\x81','\x9c','\xbf','\xb7','\x28','\x3d','\x36','\x9c','\x8d','\x2e','\xe3','\xb7','\x47','\xe7','\xdd','\x71','\xdc','\xbd','\x76','\x5f','\xe3','\x31','\x16','\xb8','\x59','\xe0','\x97','\xd7','\x96','\xab','\x5f','\xbc','\x44','\xc3','\x08','\xa0','\xf8','\xa4','\x00','\x16','\xa4','\x97','\xa9','\x76','\x29','\x77','\xb9','\xdb','\x9c','\xe0','\xd9','\x7a','\xbb','\x13','\x6a','\x5c','\xa2','\x7a','\x1c','\x42','\xdb','\x66','\x21','\xb3','\xc7','\x25','\xaa','\xfb','\xde','\x68','\xeb','\xa3','\x6c','\xd1','\x20','\x64','\x11','\x9a','\x1b','\x8a','\x76','\x7c','\xb2','\x1a','\x87','\x8f','\x31','\x9d','\x11','\xc5','\x2e','\xde','\x1d','\xe7','\xd9','\xfa','\x52','\x9f','\x49','\x41','\x10','\xc6','\xcb','\xc1','\x48','\x2e','\xcf','\x00','\xc9','\xe2','\xe3','\xa9','\x5a','\x9b','\x5f','\x94','\x9a','\xeb','\x51','\x3f','\x57','\xcc','\x43','\x9f','\x8b','\x5d','\xda','\x64','\x4a','\xab','\x4d','\x6c','\xbd','\xe8','\x14','\x5f','\xae','\x8c','\x6e','\x55','\xf6','\x59','\x42','\x22','\xd2','\xef','\xae','\x10','\x4d','\x0d','\x3e','\x2f','\xf0','\x5a','\xd7','\x7d','\x22','\x81','\x69','\x48','\x45','\xe8','\x45','\xde','\xa2','\xe4','\x54','\xc6','\x84','\xdc','\x3e','\x6d','\x81','\x7d','\x56','\x33','\x8a','\x4a','\x9e','\xc4','\xfa','\x3f','\x2d','\xa5','\x21','\xb8','\x6a','\xdc','\xe2','\xd9','\x09','\x5f','\x3f','\x19','\xe7','\x98','\x9f','\x59','\x91','\x89','\x0f','\x13','\x03','\x58','\xd1','\xad','\xd5','\x01','\xbb','\x6c','\x8d','\x98','\x04','\xce','\x03','\x30','\x13','\x1d','\x1c','\xbb','\xc8','\x44','\xa6','\xac','\xac','\x17','\x91','\xf5','\x05','\x95','\x20','\x22','\xf2','\x4b','\x53','\xcd','\xf7','\x38','\xde','\xc2','\xde','\x17','\x41','\x44','\x14','\x17','\x44','\xba','\xf2','\x63','\x55','\x47','\xb9','\x96','\x9d','\x6b','\x3f','\x1f','\x2d','\x9b','\xab','\x31','\x02','\x99','\x32','\x29','\x52','\x67','\x44','\xa7','\x02','\xef','\xb7','\x7e','\xf5','\xf7','\x48','\x97','\x3c','\xe2','\x03','\x0c','\xa4','\xce','\xab','\x53','\x2e','\xf2','\xbb','\x8f','\x26','\x57','\x70','\xce','\xcb','\xb1','\xb3','\x1d','\x9e','\x16','\x04','\x16','\x20','\xb4','\xbb','\x1c','\x23','\xa6','\x38','\xb7','\xaa','\x97','\x35','\xe6','\x83','\xcf','\xe5','\x6c','\x05','\x1e','\x76','\x3e','\x6b','\xa8','\x7d','\x84','\xc1','\x08','\x17','\x94','\x9c','\xd6','\xeb','\xe7','\xa4','\x9f','\x1c','\xeb','\xd8','\x94','\xab','\xa7','\x0c','\x7d','\xce','\x78','\x28','\x79','\x93','\x67','\x10','\x9a','\x51','\xdc','\x38','\xc7','\x34','\xfb','\x8c','\x54','\x57','\x9f','\x55','\xf0','\x83','\x67','\x52','\x7a','\x47','\x28','\x76','\xfd','\xa1','\x92','\x69','\x3a','\x4d','\x99','\x78','\x50','\x32','\x83','\x12','\xe4','\xc3','\x69','\xfd','\xd7','\x48','\x6f','\xb7','\xdb','\xb0','\xfe','\xdc','\x5e','\x37','\xba','\xdd','\x86','\x2b','\x91','\xb3','\x6e','\x05','\xb0','\x33','\xd6','\xb0','\xf6','\x42','\xf9','\x8a','\x89','\x0e','\x74','\x7b','\x13','\x03','\xcd','\x23','\x4f','\xef','\x44','\x47','\x0f','\xda','\x33','\xe5','\x19','\x8b','\x6b','\x8d','\x62','\x33','\x19','\x40','\xf2','\x01','\xf7','\xce','\x34','\x37','\x71','\x2d','\xe8','\x08','\xc6','\x2b','\x3e','\x8b','\x8f','\x17','\x8b','\x06','\x24','\xe8','\xe4','\x28','\x38','\x29','\x77','\xae','\xf8','\x8f','\xf2','\x07','\xb9','\x16','\x7b','\xa5','\x00','\x01','\x49','\x94','\x83','\x75','\x4e','\x7a','\x4d','\x91','\xd3','\x23','\x1f','\x9f','\x8c','\xeb','\x47','\x38','\x45','\xb5','\xa2','\xf1','\xe2','\x8f','\x2c','\x1a','\x46','\x81','\x2d','\x57','\x2e','\xae','\xa0','\x99','\x78','\x54','\x38','\x73','\x89','\x17','\x8d','\x0a','\x07','\x7c','\x20','\xc2','\xae','\x44','\x87','\xbd','\xcf','\x4c','\x81','\x93','\xc1','\x25','\xee','\x40','\x53','\x97','\x7f','\x8c','\x40','\x0a','\xc9','\xa5','\x54','\x48','\x3d','\x4e','\xc6','\x59','\x63','\x0b','\xd6','\xb2','\x1f','\x8d','\x7a','\xdf','\x86','\x12','\xb4','\x8d','\xab','\x3c','\x84','\xc8','\xcf','\xe1','\x9f','\x1a','\x25','\xd2','\x08','\x3e','\xcc','\x92','\xf3','\x21','\x44','\x5a','\x30','\xa0','\xde','\xb3','\x55','\xc8','\x52','\x52','\x80','\x6e','\xb7','\xdb','\x83','\xea','\x3e','\x90','\x4a','\x5b','\xa6','\xb6','\x3d','\x22','\xb0','\x0b','\xf0','\x82','\x26','\xc1','\x31','\xc2','\xe4','\xb7','\xfc','\xfa','\xa4','\x1a','\x93','\x21','\x60','\xd4','\xee','\x53','\xf9','\x88','\x6d','\xc5','\x07','\xce','\x4f','\xfc','\xe1','\xdf','\x05','\x34','\x21','\x98','\xf4','\x5e','\xad','\xba','\xc7','\xb6','\xd3','\x9f','\x93','\x13','\x12','\x52','\xde','\x67','\x3a','\xf7','\x77','\xd1','\x74','\x2e','\xd2','\xa9','\x22','\xf3','\xcc','\xbb','\x36','\xd6','\x0f','\x0a','\x40','\x6b','\xd0','\x57','\xa4','\xa9','\x18','\xa5','\xe7','\xa6','\x04','\x30','\x98','\xe2','\x08','\x91','\xed','\x3b','\x21','\x2a','\xcc','\x5d','\x9a','\x32','\x45','\xb8','\x54','\x77','\xdf','\xa9','\x6d','\x9d','\xcf','\x05','\x79','\x1e','\x07','\x3a','\xc0','\xc1','\x9d','\xf6','\xc2','\x3d','\xc1','\x94','\xa8','\x74','\x8c','\x48','\x28','\xd1','\x69','\xd5','\x7f','\x7e','\x92','\xc7','\xd9','\xef','\xf4','\x5f','\x94','\x92','\x30','\xfd','\x51','\x7c','\xa9','\x10','\xb3','\x61','\x88','\xd8','\x57','\x62','\x6f','\x80','\x3d','\xf7','\x9d','\x74','\x8d','\xb8','\x25','\x24','\xd4','\x88','\xd3','\x45','\x87','\x24','\xba','\xc1','\x77','\xcc','\x96','\x9f','\x51','\xd1','\x45','\x87','\x92','\x5f','\x08','\xd5','\xa5','\xfa','\x5c','\xb7','\x16','\xc5','\x73','\x5d','\xbf','\x0f','\x80','\xcc','\xf2','\xe7','\xaa','\x49','\xac','\x70','\x01','\x67','\x7e','\xe1','\x79','\xed','\xf7','\x8a','\x2d','\xf2','\xcf','\x1f','\x16','\x5f','\x0e','\x38','\x1d','\xf0','\xd5','\xc3','\xf9','\x15','\xd0','\x3a','\xa4','\x8d','\x7f','\x82','\xbd','\x66','\x8c','\x53','\x78','\x29','\x33','\xd3','\x76','\x1b','\x17','\x9c','\xde','\x6e','\x1b','\xed','\x2f','\x03','\x38','\x8e','\x03','\xed','\x70','\xcf','\x0c','\xe7','\x71','\x9f','\xfa','\x6e','\xf4','\xd4','\xd5','\xf2','\x73','\xef','\x74','\x7f','\x3b','\xf4','\x92','\x53','\x8f','\x93','\x3c','\xde','\x35','\xc5','\x07','\x2f','\x40','\xf5','\x0e','\x8d','\xb6','\x37','\x22','\xb7','\xfc','\xa0','\xdb','\xdb','\x71','\x0c','\xab','\x92','\x5b','\x71','\x36','\x5e','\xd3','\x88','\x0d','\x45','\x61','\xf0','\xfe','\xac','\x03','\x06','\xb1','\xb9','\x36','\x25','\xa8','\x65','\x6c','\x95','\xcf','\x79','\xc6','\x58','\xbb','\x25','\xd0','\xdd','\x0d','\x39','\x74','\x31','\x7b','\x66','\xe3','\x45','\x85','\xcc','\x6c','\xc7','\x7c','\xa5','\x2c','\x3f','\x03','\x0c','\x8a','\x46','\x25','\xda','\xd0','\xd5','\x7a','\xa8','\x32','\x6d','\x54','\x5d','\x34','\xb0','\xd3','\xb2','\x81','\x16','\xfd','\xe7','\x41','\x0c','\x18','\xd4','\xab','\x5b','\xc4','\x03','\xe8','\xac','\x29','\x46','\x61','\xd2','\x19','\x04','\x29','\x6d','\x8c','\x59','\xa8','\x49','\x36','\x7e','\xd1','\xc0','\x6e','\x97','\x30','\xeb','\x42','\xf3','\x4b','\x99','\x57','\x49','\xc8','\xc3','\xa6','\xdb','\x05','\xaa','\xfb','\x21','\xd4','\x6f','\x8d','\xf6','\xdb','\xb8','\x40','\x75','\xeb','\x44','\x5d','\x15','\x2e','\xb1','\xb0','\xd9','\xd8','\x51','\x1b','\x38','\x58','\x67','\x97','\x9b','\xfa','\x17','\xa9','\x5e','\x84','\x4a','\x44','\xb4','\xef','\xfb','\x63','\x05','\x08','\x43','\x61','\x5f','\x9d','\x05','\xb2','\xb4','\x02','\x63','\xe9','\xa1','\x4f','\x9a','\x11','\xea','\xfa','\xf9','\xbb','\x92','\xbe','\x62','\x21','\x1c','\xa5','\xdb','\x5d','\x29','\x44','\xbc','\xb5','\x71','\x67','\x4a','\x6b','\x6a','\x82','\x14','\xa4','\xf3','\x45','\x3a','\xa7','\x74','\x64','\x74','\xf6','\xef','\x64','\xa1','\x05','\xcd','\x8a','\xe7','\xb7','\xcf','\x53','\x45','\x7d','\x4f','\xbc','\xf2','\x50','\x92','\xe0','\x4e','\x99','\x29','\x38','\xa7','\xdd','\xd3','\x08','\x5e','\x8b','\x72','\x8d','\xe8','\x92','\x49','\xfa','\x83','\x29','\x04','\xe4','\x0f','\xd2','\x14','\x79','\xfa','\x90','\x2b','\xb7','\x0f','\xcf','\x6a','\x2b','\x1f','\x69','\x02','\x97','\x62','\x8d','\x99','\x4f','\xf9','\x50','\x50','\xcc','\xed','\x40','\xe1','\x76','\x92','\x25','\x9e','\x2d','\x68','\x66','\x84','\x7b','\x1f','\xf3','\xd6','\x78','\x73','\x80','\x25','\xc6','\x1c','\xc1','\x45','\x54','\x48','\x46','\x80','\x84','\x16','\xe5','\x64','\x3b','\x22','\x87','\xbf','\xb2','\x12','\x92','\x91','\x03','\x0a','\x4b','\x7b','\xa3','\x32','\x32','\x9f','\x77','\x11','\x57','\x82','\xe2','\xb7','\x08','\x90','\xe0','\xe3','\xe5','\xfd','\x4f','\x5f','\xae','\x13','\x28','\x5c','\x79','\x28','\xf0','\x5e','\xa3','\x27','\xc0','\x17','\xd0','\xff','\x72','\x29','\xae','\xe6','\xe1','\xb7','\x92','\xf6','\xb7','\x4f','\x01','\x46','\xcb','\xb3','\xb3','\xbc','\x96','\x16','\x32','\x2c','\xe7','\x5d','\x94','\x52','\xd6','\xa5','\x03','\x0f','\x2c','\x53','\x69','\xdb','\xc0','\xab','\xb8','\xd5','\x27','\xb0','\x98','\xed','\x8e','\x9a','\x0c','\xb6','\xe8','\x6f','\x71','\x16','\x88','\xe2','\x3c','\x81','\x83','\x72','\x80','\xfc','\xd8','\x76','\x07','\xf0','\x74','\xed','\x5e','\xba','\xa2','\x7a','\xa9','\xdd','\x8e','\x6f','\xb5','\x18','\x63','\x13','\xf6','\xd9','\xc0','\xdd','\xbc','\x2e','\x73','\x9a','\x64','\xb2','\x3d','\x28','\xe3','\x3f','\xf1','\x17','\x03','\x78','\xa9','\x96','\x28','\xc2','\x41','\x1b','\x2c','\xfe','\x67','\x96','\x2b','\x2a','\x4e','\x11','\xb4','\xc2','\xfe','\xe6','\x8c','\x13','\x90','\xd2','\x8a','\x5b','\xa7','\x11','\x70','\x86','\xc6','\x85','\x92','\x80','\xe7','\x88','\xd0','\x52','\xa1','\x65','\x8c','\x0b','\x4e','\x99','\xf6','\x17','\x75','\x7b','\x7b','\xd9','\x68','\xdb','\x1b','\x28','\xcb','\x31','\xe7','\x89','\x47','\x59','\xdb','\x60','\x4c','\x3a','\x58','\x73','\x8e','\x63','\x58','\x7d','\x8e','\x7b','\xbe','\xe0','\x94','\x88','\xf4','\x0c','\x47','\x55','\x7e','\x30','\x90','\x82','\x72','\x67','\x08','\x78','\x60','\xca','\x95','\x5f','\x9c','\xaa','\x17','\x65','\x22','\x00','\xb7','\x72','\xbc','\x7d','\x44','\x34','\xc9','\x5b','\x50','\x4c','\x7c','\xa2','\x25','\xfa','\x44','\x1a','\xad','\xb4','\x75','\x81','\x03','\x72','\x14','\x83','\x88','\x62','\x66','\x12','\x15','\xe1','\x18','\xe9','\x8a','\xa3','\xb0','\xff','\xb2','\x5c','\xfb','\x5a','\xb1','\xd8','\x40','\xc3','\xf8','\x5e','\xa6','\x53','\x38','\xa3','\xfd','\x0a','\xe0','\xb3','\x5c','\x77','\x63','\x0d','\xeb','\xfa','\x28','\x0b','\x21','\xdc','\x03','\xc5','\xe9','\x59','\x9c','\x69','\x90','\xbf','\x83','\x90','\xc6','\x82','\x14','\x8c','\x2c','\xe2','\xf2','\x1c','\xf1','\x36','\xf1','\x50','\x62','\xb8','\x91','\xde','\x52','\x2b','\xc4','\x47','\x37','\xd5','\x67','\xd0','\xac','\x9d','\x1f','\xf2','\x73','\x44','\xda','\x92','\x20','\x5b','\x1d','\xf3','\xac','\xe8','\xd9','\x7a','\xb1','\x0b','\x66','\x8f','\xce','\xd4','\x3b','\xd1','\xae','\xf8','\xbc','\xef','\x42','\x7d','\x93','\x11','\xdc','\xa3','\x33','\xc9','\xd6','\xf4','\x32','\x55','\x5c','\x4b','\x36','\x1e','\xb8','\xd6','\xcf','\xf1','\xb9','\x8f','\xe5','\xe2','\xd9','\xb6','\xed','\xe9','\xfb','\x08','\x86','\xf6','\x20','\x0a','\x5c','\xef','\x23','\x3c','\x22','\xc6','\xcb','\x3e','\x8e','\x23','\xf7','\xfc','\x33','\xa9','\x32','\x11','\x13','\x06','\x8f','\xde','\xc3','\xf5','\xa2','\xe5','\xc4','\x61','\xbd','\x18','\xb4','\xa6','\x01','\x0f','\xfc','\xfe','\x04','\xcd','\x7b','\x85','\xa5','\x82','\xf8','\x0a','\x23','\x05','\x4d','\xa7','\x2a','\x3f','\x4b','\x6d','\xea','\x59','\xd0','\xb6','\x78','\xf5','\x3d','\x69','\x09','\xd0','\x4e','\x2b','\x59','\x48','\x7f','\xce','\x3f','\x0f','\x7e','\x04','\x79','\x13','\x50','\x55','\x96','\xf2','\x21','\x37','\xb8','\x3a','\xd9','\xcf','\xe6','\xaf','\x5a','\x40','\x2e','\xe6','\x5d','\xc9','\x69','\xa0','\x6a','\x28','\xef','\x7d','\xff','\x89','\xac','\x49','\xd0','\xc5','\x9f','\xa9','\xc9','\x8b','\xa1','\xa6','\x94','\x0f','\x7c','\x9e','\x93','\xdf','\xb8','\x7d','\x8e','\x70','\xd3','\xbe','\x78','\x92','\x12','\xa4','\xa5','\x35','\xa1','\x6d','\x1f','\x12','\xa4','\xf7','\x4e','\x74','\xc8','\x10','\xc8','\x3d','\xc3','\x09','\x03','\x5e','\xc6','\x72','\x9d','\xda','\xd5','\x1d','\x2e','\xe4','\x94','\xe4','\x4e','\x32','\x0d','\x25','\x1b','\x2c','\x3c','\xbe','\x4c','\xb1','\xff','\xf8','\x2e','\x54','\x01','\xa2','\x12','\xf0','\xda','\x5a','\x58','\x3c','\x9b','\x24','\x7d','\x62','\xc7','\x9c','\x4f','\xd1','\xcd','\x09','\xf9','\xfd','\xd6','\x73','\x7e','\x4d','\xba','\x5c','\x7a','\x4f','\xc8','\xa2','\x73','\x10','\x93','\x69','\xee','\xcb','\xe6','\x17','\x58','\x8c','\x03','\x53','\x00','\x2b','\x26','\x33','\xec','\x9c','\x4e','\x3f','\x84','\x8e','\x2e','\x0e','\x6a','\x2c','\xc8','\x81','\x59','\x71','\x85','\xc8','\x15','\x24','\x8f','\xf8','\x64','\x85','\xb9','\xec','\x04','\x05','\xc0','\x0f','\x85','\xeb','\x59','\xbd','\x8e','\xca','\x8f','\x81','\x4c','\x08','\x5c','\x92','\x3a','\x5e','\x47','\xc1','\xce','\xfb','\x55','\x0e','\xf5','\x3c','\x0f','\x35','\x10','\x76','\xc2','\xe4','\x4e','\x99','\xe3','\xe4','\xb2','\x6e','\xfc','\xc2','\x77','\x31','\x4b','\x6b','\x92','\x68','\x41','\x10','\x89','\xa0','\x97','\x97','\x22','\x28','\xd1','\x40','\x05','\xd6','\x12','\xe7','\x34','\xbc','\x0b','\x3e','\x76','\xeb','\x43','\xf2','\x96','\xa1','\xb5','\x71','\x1e','\xb2','\x75','\xa2','\xae','\x77','\xd8','\x18','\x5f','\x44','\x76','\x6e','\x41','\x9a','\x4c','\xf9','\x79','\x79','\xdd','\xa8','\xed','\x2d','\xa2','\x66','\x59','\x91','\x08','\x76','\xf5','\x9f','\xea','\xb9','\x62','\x6e','\x94','\x16','\xe8','\xe0','\xb8','\x1f','\x74','\xbf','\x03','\x3e','\xb2','\x7b','\x83','\xba','\xb8','\xf2','\xe3','\xf4','\x47','\x83','\xdf','\xa7','\x91','\xd4','\xb6','\x59','\x28','\x61','\x0b','\x9e','\x70','\xd8','\xe5','\xa8','\xd6','\x5f','\x0a','\x1a','\xeb','\x7a','\x01','\x37','\x19','\x08','\x97','\x99','\x62','\x70','\x5d','\x0f','\x71','\xc2','\xd1','\x29','\x8a','\xcd','\xea','\x4e','\xa4','\x17','\x7a','\x8b','\x9f','\x5d','\xe1','\x52','\x80','\x45','\x71','\x13','\x8a','\x40','\x13','\x73','\x2d','\xf6','\x29','\x5c','\xbb','\xd3','\xb8','\x61','\xaf','\xaf','\x77','\x09','\x9e','\x53','\x8c','\xac','\x34','\x0e','\x0c','\xc9','\xb9','\x71','\xa1','\x4c','\x2c','\xeb','\x92','\xf9','\x8f','\x8c','\x97','\xb2','\x62','\x3f','\xe3','\x4f','\xc1','\x0f','\xd1','\x0c','\xaf','\xd4','\xbd','\x39','\xba','\x2a','\xe7','\x23','\x2a','\x12','\x89','\x74','\xbf','\x3c','\x3d','\xc2','\xa0','\xdb','\x79','\xc2','\xd9','\xf2','\xc9','\x2b','\xa5','\x4e','\xac','\x99','\x66','\xdd','\x76','\xe6','\xe3','\x65','\xee','\xfb','\xc0','\x24','\xbd','\x33','\x6d','\xfa','\x33','\xde','\x21','\xc5','\x8b','\x6e','\x4d','\x9b','\xcb','\x4f','\xa6','\xde','\xf3','\x59','\x1f','\x0b','\xf0','\xb6','\x4a','\xae','\x00','\xdd','\xef','\x77','\x57','\x78','\xcc','\xfa','\x73','\xf6','\xd2','\x4f','\x4f','\x30','\x30','\x61','\x9e','\x8e','\xc9','\x4e','\x17','\x72','\x69','\xa4','\x2b','\x99','\xa8','\x60','\xc1','\x77','\x0d','\xb8','\x19','\x90','\x43','\xe1','\x05','\x4c','\x33','\x4d','\x0c','\x14','\xcb','\xf9','\xd1','\x8f','\x4f','\x4b','\xc9','\xbd','\xae','\xdd','\xc5','\x63','\x01','\xdd','\xf9','\x28','\x88','\x01','\xc5','\xb2','\x47','\xe2','\xc0','\x17','\xbf','\x7c','\x30','\x7d','\x00','\x80','\xbe','\x53','\xde','\x7e','\x5d','\xba','\x42','\x5e','\x0f','\x14','\xa2','\x67','\x9a','\x9c','\x94','\x17','\x28','\x6b','\x16','\xe6','\x39','\x55','\x2b','\xe6','\xbc','\xf7','\x19','\xe5','\x59','\xbe','\x71','\xe9','\x6f','\xa3','\x7e','\x30','\x31','\x75','\xba','\x13','\x51','\x4f','\x97','\x52','\x50','\xf0','\xcb','\xd2','\xf8','\xf1','\xac','\xcc','\xbb','\x0a','\x1d','\x22','\x0a','\xb7','\x36','\x5b','\x27','\x02','\xad','\x81','\x86','\xba','\x4c','\xd1','\xf5','\x58','\xeb','\x81','\x21','\x18','\x4a','\x97','\x6b','\x52','\x02','\xe3','\xf1','\x31','\xda','\xfb','\x24','\xd5','\xfe','\x0d','\x2a','\xf8','\x9d','\x7e','\x44','\xfa','\x91','\x6c','\xa5','\x86','\x28','\x46','\x20','\x14','\x4a','\x8d','\xf8','\x81','\xf4','\xf0','\xe3','\x27','\xdf','\x96','\xf0','\x73','\x3e','\xba','\xc2','\xed','\x4e','\x8d','\x51','\xfe','\xa2','\x0e','\x0a','\x70','\x5d','\x59','\x94','\x61','\x11','\xa2','\xb0','\xba','\xba','\x0c','\xb0','\xa5','\xb6','\xe8','\xc7','\xf2','\xf9','\xbb','\x78','\xb2','\xee','\xc1','\x17','\xa5','\xc5','\x92','\x94','\xa7','\xbe','\xdf','\x68','\x63','\xe5','\x3c','\x83','\xa8','\x14','\xe3','\xaf','\x31','\x80','\xf0','\x8a','\x0f','\xfc','\xaf','\x18','\x1f','\x83','\x4a','\x4a','\x97','\x9c','\xc7','\x98','\x92','\x31','\x21','\x2e','\x49','\xf3','\x68','\xe3','\x90','\x96','\xbf','\xb7','\x9f','\x88','\xba','\xee','\xa6','\x37','\x1a','\x67','\x5b','\xac','\x94','\x26','\xee','\x8a','\x94','\x94','\x9f','\xd7','\x9d','\x5e','\x5e','\x36','\xda','\x6e','\xcd','\x5d','\xb8','\xbc','\x49','\xa8','\xfc','\x78','\xbf','\x16','\xca','\xcf','\x61','\xe7','\x7d','\x86','\xcb','\xdb','\x01','\xca','\x0f','\xf6','\xeb','\x38','\x84','\x8e','\x6e','\x4a','\xb5','\x29','\x3f','\xec','\xbf','\x1b','\x3d','\xfa','\xb9','\x10','\x89','\xb3','\x44','\x23','\x42','\x30','\x14','\x09','\x44','\xd9','\x85','\xe2','\xec','\xe8','\x3b','\x10','\xeb','\x8a','\xa4','\x8c','\x3e','\xdd','\x7b','\x87','\xf5','\xfc','\x94','\x5a','\xcc','\x86','\x0c','\x05','\xec','\x87','\x4a','\x87','\xbe','\x5c','\xf6','\x20','\x82','\xf6','\x25','\xce','\x0f','\x15','\x11','\x7c','\xce','\xca','\xa5','\x48','\xda','\xd3','\x8c','\xa1','\x18','\x8c','\x90','\xe1','\xe4','\x0a','\x03','\x71','\x6c','\x7e','\x68','\x91','\xd1','\x66','\x68','\xc5','\xd9','\xd0','\x99','\x72','\x63','\xb2','\xda','\x94','\x11','\xf1','\xf6','\x09','\x28','\x41','\xa5','\xad','\x55','\x8c','\x6b','\x25','\xfd','\x20','\x22','\xe9','\x24','\xc5','\x60','\x30','\x3c','\xab','\xf4','\x37','\xeb','\x17','\x91','\xfa','\x44','\xe2','\x26','\x8d','\x68','\xf4','\x42','\x70','\xe9','\xb5','\x6a','\x95','\x6e','\x84','\x86','\x95','\xb1','\x6d','\x9d','\xa4','\x6f','\xd4','\xbb','\xd0','\xb6','\x8f','\xcb','\x68','\x65','\x17','\x6a','\x32','\x14','\x7e','\x53','\xb6','\x79','\x1b','\x7c','\xe3','\xd9','\x23','\x2a','\x67','\x69','\xa5','\xb7','\xbc','\xbd','\xbd','\x2d','\x9f','\x4f','\x2e','\x70','\x38','\x50','\xfb','\xbe','\x17','\x2a','\xcd','\x0d','\x0a','\x8c','\x0c','\x40','\x3b','\x01','\xa9','\x35','\x48','\x2b','\x32','\x22','\x95','\x9c','\x18','\x65','\x7d','\x88','\x02','\x40','\x27','\xb6','\x99','\xf5','\xa7','\x35','\x17','\x16','\x92','\x4a','\x8c','\xf2','\xdd','\xa2','\xa1','\x65','\xce','\x78','\x3b','\x33','\x54','\xd4','\x03','\x98','\x82','\x59','\xd4','\x9d','\xb4','\x8f','\x62','\xa1','\xc4','\x48','\x3e','\x93','\x56','\x65','\x30','\x69','\x88','\xe0','\x31','\x37','\xc9','\xfd','\xc9','\x33','\x65','\x51','\x94','\x46','\x0c','\xc1','\x71','\xcd','\x7e','\x85','\xd4','\x53','\x13','\x9e','\xed','\xdc','\x22','\xdf','\x57','\x81','\x4b','\x1b','\xe4','\x8b','\xc5','\xb4','\x12','\xb0','\x96','\xde','\x73','\x17','\x2c','\x02','\x15','\x7b','\x30','\xb9','\x4f','\x10','\x85','\xc2','\x5d','\xb4','\x0e','\x0f','\xef','\x49','\xb0','\x9c','\x54','\xd0','\x27','\x1a','\x93','\xc5','\x7c','\xa5','\xfa','\x06','\x33','\x6e','\xac','\x40','\x44','\x5f','\xee','\xcc','\xc9','\x7a','\xea','\x6b','\xb7','\x3b','\x67','\x5b','\xfa','\x2b','\xd7','\xe7','\x02','\xff','\x98','\x92','\xd3','\x12','\x2b','\x8f','\xbe','\xda','\xb3','\x54','\xac','\xe4','\x7c','\x5e','\x8f','\x45','\xf1','\x51','\x20','\x60','\xeb','\xb8','\xba','\x67','\xa4','\x86','\x14','\x0c','\x94','\xd7','\xbe','\xba','\x01','\xf0','\xfb','\xc8','\x29','\xe7','\x5d','\xf3','\xb0','\xb3','\xdc','\x9f','\x4d','\x57','\x2c','\xff','\xaa','\xa6','\xfa','\x5e','\xcd','\xfb','\x31','\x51','\xf2','\x6b','\xd3','\xd4','\x87','\x8b','\x4e','\x7c','\xa4','\x7f','\x93','\x91','\xa3','\xfc','\xe8','\x00','\x00','\x81','\xbc','\xc4','\xba','\xcc','\xfc','\x3b','\x0b','\x36','\xdb','\xb9','\x1e','\x45','\x89','\xef','\x9e','\x9b','\x4b','\x92','\xbb','\xbb','\x41','\x64','\x2d','\x73','\x3d','\xe9','\xe2','\x35','\x6b','\xf9','\x00','\x70','\x90','\x65','\xc8','\x90','\x67','\xc1','\x27','\x02','\x34','\xe0','\x9a','\x13','\x5d','\x07','\x06','\x54','\xba','\x81','\xc5','\x28','\x69','\x1e','\x17','\x2f','\x07','\x3b','\x5f','\xb2','\x17','\x59','\x5e','\x1d','\xd2','\x7c','\x7c','\x0a','\x2e','\xc0','\x70','\xde','\x4b','\x9a','\x06','\x77','\x1e','\x97','\xbf','\x67','\x9e','\x08','\xe5','\x19','\x7a','\xd4','\x78','\x33','\x6d','\xe0','\x60','\x22','\x3d','\x1b','\xe7','\x29','\xf4','\x1f','\x91','\x6f','\xa0','\x10','\xc0','\x79','\x38','\x5b','\x64','\x1c','\x78','\x61','\x14','\x25','\x74','\x28','\x5f','\xe3','\x46','\xb4','\xef','\x23','\xd8','\xc1','\xfe','\xb2','\xd1','\xcb','\x4d','\xdd','\xde','\x4a','\x61','\x0c','\xff','\x3e','\x52','\x7e','\xee','\x7a','\xde','\xe7','\x7e','\xef','\x7e','\x8f','\x8f','\xeb','\x52','\x42','\xe0','\x1a','\x67','\x16','\x1c','\xf1','\x4a','\x04','\x1a','\xdd','\x1a','\xd3','\xb6','\x33','\x11','\xb1','\x9f','\x3b','\x1b','\x01','\x0f','\x7a','\x92','\x69','\x38','\x8e','\x42','\xe3','\x10','\x7c','\x37','\x6b','\x0d','\x85','\x02','\xb2','\x94','\x51','\x36','\x86','\xa7','\x68','\x1f','\x5d','\xf3','\x55','\xa0','\x19','\x2c','\xed','\xd6','\x66','\x2d','\x1f','\x16','\xa0','\x5b','\x09','\x7b','\x4c','\x1e','\x8e','\xc1','\xb0','\x92','\x86','\x8b','\xde','\x12','\x1f','\x9a','\xb0','\x30','\x01','\x8b','\x3f','\x42','\xe2','\xa8','\x7c','\x4a','\xb1','\xee','\xd9','\x2f','\x05','\x35','\xfa','\x73','\x38','\x06','\x7d','\xf0','\x76','\xaf','\x86','\xc3','\x30','\x82','\x8f','\x27','\xd2','\xa1','\x03','\xba','\x22','\x74','\xf3','\xfa','\xb7','\x31','\x82','\x9e','\xb9','\xdc','\xef','\x42','\xc4','\x07','\xc5','\x98','\xea','\xba','\x8f','\x70','\xe6','\x16','\x8d','\x8e','\x3d','\x1c','\xb7','\x5b','\x65','\x34','\xe0','\x82','\x45','\x9c','\xf3','\xe5','\x80','\xee','\x9a','\x5a','\x47','\xb8','\xe2','\x77','\xea','\x47','\xa3','\xbe','\x8f','\x3a','\x5a','\xa7','\x38','\x13','\xc4','\x4c','\x2c','\xe1','\x76','\xc9','\x8b','\xae','\x8e','\x75','\x55','\x99','\x50','\xcc','\x89','\x71','\x8b','\x4a','\x5b','\x57','\xd7','\xfb','\x24','\x05','\xc8','\x4c','\x9e','\x96','\x71','\xf5','\xc2','\xa9','\x10','\xd2','\x91','\xad','\x3f','\xa7','\xf9','\xb5','\x09','\x9d','\xdb','\xbf','\x2c','\xae','\x3e','\xe8','\x12','\xe0','\x8d','\x58','\x85','\x88','\xba','\xbd','\xc1','\xb8','\xc3','\x2c','\x51','\x61','\x64','\xa4','\x21','\x79','\x29','\x16','\x43','\xa9','\x6c','\x02','\xfc','\x88','\x48','\x75','\x62','\xd2','\x6e','\xd0','\xdf','\x31','\x25','\x14','\x1d','\xc0','\xd6','\x85','\x23','\x8c','\xc7','\xf4','\xde','\xaf','\x40','\x4a','\xbf','\x70','\x1c','\xbf','\xbc','\x6a','\x1d','\x5b','\xb7','\x54','\xe2','\x4f','\x18','\x89','\xa5','\x32','\xef','\x8b','\xb2','\x56','\xe9','\x6c','\x9a','\x7c','\x0a','\xed','\x5d','\x8d','\x30','\x34','\x2e','\x4c','\x0d','\x81','\x76','\x8c','\x28','\x09','\x63','\x99','\x34','\xd1','\xe8','\x6d','\x20','\x38','\x40','\x48','\x70','\x2d','\xb4','\x54','\x3e','\x96','\xbe','\x90','\x9d','\x73','\x62','\xd8','\xa1','\xb3','\x5d','\xbc','\xc1','\xc8','\x63','\xd5','\x89','\xf6','\x3f','\x05','\xdd','\xc0','\x02','\x57','\x0c','\x90','\x3e','\x38','\x5f','\xd6','\x9c','\x9f','\x4d','\x67','\xab','\xbe','\xfd','\x4e','\xbf','\x2c','\x5d','\xb2','\xb6','\x32','\x57','\x08','\x9c','\xce','\x26','\xd0','\x80','\x04','\x11','\x45','\x84','\xa6','\xe2','\xae','\xe3','\xe0','\x53','\x7d','\xeb','\x89','\xc9','\xdd','\xb4','\x1b','\x37','\xb2','\x1d','\xd4','\x88','\x66','\x6a','\xf2','\x29','\x1a','\xe5','\x0a','\x89','\xe0','\x5a','\x30','\x37','\xb7','\xee','\xcf','\xe3','\xa7','\x00','\x41','\xb8','\x5e','\x7d','\xf3','\xb0','\x43','\x97','\x38','\xf2','\x23','\xd0','\xaf','\x65','\xad','\xf6','\x1e','\xe2','\xac','\x0c','\xfc','\xb0','\x62','\x11','\x0e','\x88','\xe2','\xab','\x8d','\x81','\xc3','\x19','\xeb','\x83','\x29','\x3f','\x45','\x91','\xab','\xfa','\x8f','\xfd','\x7a','\x7a','\x56','\x75','\x91','\x3f','\x00','\x2e','\xe1','\x3e','\x68','\x02','\x99','\xe9','\x2e','\x41','\x52','\x50','\x95','\x8a','\x57','\x1e','\x89','\x4f','\x1c','\x38','\x96','\x26','\xb0','\x81','\xb2','\xb0','\x0a','\x6c','\x7b','\x1b','\x21','\xae','\x6f','\x1b','\xed','\xb7','\x96','\xce','\x7c','\x85','\x52','\xcd','\xd3','\x98','\x8d','\xc7','\x71','\x31','\xa5','\x08','\x91','\xa8','\xf2','\xf3','\xf6','\x76','\xd0','\xfd','\xed','\xf0','\xa8','\x9f','\xa8','\x04','\x86','\x05','\x47','\xc3','\xab','\x23','\x39','\x4b','\x00','\x76','\x56','\xe5','\x67','\x78','\x0d','\xe8','\x59','\x1f','\x0d','\xbc','\x91','\xba','\x65','\x63','\x53','\x20','\x90','\x74','\x81','\x0d','\x3c','\x50','\x22','\x16','\x8b','\x0e','\x31','\xfb','\x25','\x6b','\xf4','\x39','\x29','\x0f','\xbc','\x01','\xf0','\x76','\xe8','\x3d','\x43','\xce','\x70','\xb8','\x1e','\xe2','\x9a','\xae','\x11','\xc9','\xe7','\xea','\x20','\x88','\x4f','\xa9','\x12','\x2b','\x5b','\xc3','\x70','\x6b','\x08','\x85','\xe2','\x60','\xcd','\x34','\x17','\xc1','\xa6','\x73','\x84','\x6b','\xf6','\xa4','\x41','\xb6','\xec','\xad','\x55','\xa5','\xc7','\xcb','\x9a','\xaf','\x70','\x01','\xfe','\x4d','\x78','\x1c','\x15','\x3f','\x58','\x7b','\xb6','\x89','\x8a','\x81','\x30','\x06','\xaf','\xea','\x71','\x5e','\xc8','\x0a','\xe3','\xb1','\xa6','\x30','\x6a','\xbb','\xf7','\x43','\x88','\x8e','\x7b','\xd7','\xb0','\xd9','\x7a','\x99','\xaa','\x08','\x6d','\x9b','\xd0','\xb6','\x35','\x92','\x5d','\x2f','\x50','\xed','\x23','\x62','\x9c','\x45','\xa7','\xab','\xeb','\xec','\x0c','\x17','\xb8','\xd2','\xa9','\xdf','\xab','\xde','\xc2','\xcc','\x74','\xbb','\xdd','\x96','\x38','\xcb','\x15','\xa0','\x6d','\xdb','\x52','\x28','\x6c','\x0f','\x83','\xed','\x13','\x00','\x0b','\xdc','\x00','\x85','\x97','\xb7','\x1a','\xfa','\xd9','\x14','\x99','\x18','\xcd','\xd4','\x94','\xbc','\x70','\x01','\xbb','\xfb','\xa4','\xc8','\x81','\x02','\x82','\x3d','\x3c','\x63','\x63','\x88','\x88','\xe1','\xe5','\x70','\x11','\x26','\x8b','\xfa','\xa2','\xf8','\x5c','\xbf','\xfe','\x68','\x8b','\xd9','\xa6','\x82','\xf1','\x2d','\xf8','\xfd','\x67','\xa7','\x2c','\x6f','\x1e','\xa0','\xbb','\x59','\x6a','\x10','\x4c','\x43','\xbc','\xe6','\xbb','\x71','\x20','\x3c','\xc5','\x98','\xb2','\x44','\x39','\x57','\x28','\xb2','\xda','\xeb','\xff','\x05','\xc0','\xef','\x9c','\xd1','\x3d','\xf1','\xe2','\x83','\x97','\x4c','\xd1','\xc0','\x43','\x91','\x58','\xa3','\x01','\xa9','\xab','\x9d','\xef','\xb3','\xaa','\x93','\xe2','\xdf','\x58','\x2f','\x4e','\x55','\xd0','\xc1','\x44','\x42','\x7d','\xdc','\x18','\x4d','\xb6','\x3b','\xa3','\x3b','\x78','\x0d','\x04','\x31','\xc1','\x2e','\x1a','\x03','\xad','\xc1','\x6f','\xd8','\x47','\xd1','\xad','\xc7','\x79','\x53','\x0b','\x18','\x6c','\xe5','\xc0','\x4e','\x33','\x20','\xfc','\x4f','\x13','\xd2','\x15','\xa7','\x47','\xcf','\x58','\xea','\x56','\x40','\x6d','\x55','\x7c','\x62','\x6b','\x8b','\xf4','\xab','\xc8','\xfa','\x29','\xd0','\x00','\x79','\x71','\x0e','\x3e','\x4c','\xc7','\x5f','\x9a','\x56','\xcc','\xe8','\x3c','\xbd','\xa7','\xbf','\xcf','\xf4','\xef','\x89','\x25','\x09','\x00','\x8f','\xf5','\xdc','\xba','\x38','\xe1','\xa0','\xfc','\x35','\xe0','\x3c','\x76','\x43','\xd5','\xc5','\xb3','\xc1','\xa5','\x84','\x16','\x8a','\xf8','\xd0','\x28','\x5c','\x82','\xa0','\x88','\x75','\x5d','\x2b','\xe0','\x70','\xc5','\x67','\x6e','\x9d','\x2b','\x05','\x10','\x95','\x29','\x80','\x93','\x24','\xe0','\x3d','\x01','\x45','\x81','\x77','\xec','\x71','\x5d','\x67','\x42','\x24','\xe0','\x97','\x5b','\xc7','\x1a','\x77','\xd9','\xa3','\xf4','\xc8','\x2b','\x44','\xf9','\x8e','\xb0','\xd5','\x60','\xa2','\xa4','\x34','\xb0','\x02','\x79','\x97','\x00','\xb7','\x94','\xc2','\xe9','\x83','\x16','\x61','\x5a','\x11','\x07','\x54','\xca','\x80','\x52','\x52','\x21','\x2b','\x6b','\x0f','\xce','\xa9','\xcd','\xc0','\x8a','\xdf','\x06','\x36','\x61','\xff','\xe3','\x60','\x5a','\x72','\x95','\xd5','\xf3','\x85','\x99','\xc6','\x46','\xad','\xba','\xbd','\x0d','\xe5','\x67','\xa3','\x6d','\xe3','\x44','\x94','\xd3','\x3d','\x29','\x92','\x47','\xd0','\x94','\x9f','\xde','\x49','\x95','\x14','\xa1','\xe3','\xed','\xa0','\xe3','\x7e','\x68','\x58','\x6a','\xf2','\xc0','\x36','\xa2','\x74','\x65','\xe1','\xd5','\x3d','\x18','\x42','\x1a','\xff','\x41','\x94','\x4d','\xef','\x69','\x21','\x22','\xdf','\x20','\x1b','\x51','\xbd','\xfa','\xa9','\xec','\x49','\x73','\x02','\xcc','\x06','\xa1','\xc8','\xbb','\xe4','\xd6','\x09','\x6b','\x88','\x71','\x1e','\x95','\x98','\x75','\xcb','\xd6','\x9f','\xd1','\x14','\x63','\x39','\x4a','\x1b','\xe3','\x9c','\x6a','\x1e','\xc7','\x55','\x75','\x51','\xda','\x54','\xfd','\xba','\x99','\x5c','\xbe','\x97','\xa6','\x0f','\xcb','\x4f','\x83','\x20','\x12','\xe3','\xb2','\xf2','\xc0','\x5a','\x9a','\xb1','\x5b','\x9f','\x16','\x35','\x1a','\x21','\x16','\x99','\xf5','\x08','\xe7','\x8d','\x39','\x89','\x01','\x41','\xfa','\x9e','\xaa','\x48','\xf5','\x16','\xe1','\xa7','\x2e','\x69','\x7e','\xb4','\x84','\x78','\x44','\x01','\xec','\x11','\x02','\xdd','\x15','\x27','\x5b','\x86','\x6a','\xba','\x49','\xf5','\x01','\x7d','\x9b','\x5b','\x9c','\x08','\x0f','\xe5','\x7a','\xeb','\x74','\x6c','\x8d','\xf6','\xde','\x42','\x19','\xa2','\x61','\x11','\x12','\x6a','\x83','\x97','\xb6','\x3a','\xd8','\xca','\x8b','\xcb','\x90','\xe1','\xf7','\x6d','\xbb','\x15','\x7d','\x80','\x1f','\x47','\x81','\x3b','\x8e','\x23','\x82','\x1e','\x68','\xfa','\xfe','\xfd','\xfb','\x62','\xd4','\x16','\x8b','\x1e','\x1a','\xb8','\xd2','\xb0','\x71','\x37','\xf9','\x2c','\x9d','\x0d','\xda','\x78','\x3f','\x4c','\xb7','\xb6','\x00','\x5a','\x63','\xda','\x36','\xb8','\x28','\x8e','\x8a','\x80','\x6a','\x44','\x71','\x00','\xfe','\x5a','\x84','\xa2','\xc1','\x68','\xf5','\x9b','\x33','\xa5','\x15','\x68','\xfa','\x15','\xe9','\x71','\x97','\xd6','\x69','\x81','\x00','\x26','\x90','\x71','\xc6','\xbd','\x7e','\x2d','\x72','\xfa','\xfb','\xa4','\x27','\x30','\x5c','\x3c','\x9e','\x5d','\x3c','\x50','\x50','\xba','\x49','\x19','\x73','\xa6','\x32','\x55','\x50','\xad','\x22','\xf6','\x3d','\x33','\x1f','\x49','\x5f','\xe0','\x11','\x1c','\x81','\x98','\x58','\x7d','\x0a','\x0e','\x56','\x25','\x08','\x76','\x15','\x87','\xbb','\xb5','\x2e','\x64','\xc6','\x3e','\x8c','\x33','\x3a','\x41','\x27','\x71','\x66','\x07','\xb0','\x54','\xde','\x30','\xd7','\xcf','\xa8','\x44','\x0b','\x68','\x2a','\xcf','\xe8','\x3a','\x75','\x00','\xa7','\x3a','\x7e','\x64','\xfa','\x59','\xf5','\xfc','\x4e','\x7f','\xcb','\xe4','\xe0','\x5f','\x62','\xfd','\x19','\xf9','\xe6','\x40','\x24','\x1c','\xd8','\x44','\xe9','\x3d','\xee','\x4b','\xd1','\xf3','\x3e','\xad','\x51','\x6b','\x91','\xd7','\xac','\x3e','\x76','\xde','\x67','\xe6','\xcb','\x66','\x09','\x09','\x30','\x1b','\x01','\x0d','\x40','\xc1','\x21','\x2b','\x6c','\xc6','\xfd','\xe6','\xc8','\x12','\x00','\x5b','\xfb','\x93','\x2a','\x92','\x05','\x97','\xc2','\x76','\x8c','\x7f','\x57','\x7b','\xde','\x4b','\x3d','\x03','\x1e','\x8a','\x0f','\x54','\x06','\x8e','\x2e','\x86','\x04','\xfa','\xf0','\x70','\x9d','\xd9','\x19','\x88','\xd8','\x8a','\x4c','\xca','\x50','\xf2','\x77','\xb2','\xf4','\xc4','\xe2','\xc5','\x39','\x05','\xc0','\x89','\x67','\x8c','\x53','\x9a','\x94','\x93','\x33','\xa7','\xf2','\xe0','\xef','\xe6','\xa9','\xb2','\xab','\xbb','\xdb','\xae','\xca','\x50','\x7a','\x81','\x29','\x9d','\x05','\x8b','\xb9','\xd3','\x5a','\x0c','\xc8','\x77','\xa1','\x7e','\x0f','\xb7','\x37','\xbc','\x93','\xc7','\xde','\x16','\x21','\x77','\x79','\xf3','\x03','\xed','\xb0','\xab','\xef','\xf5','\xe9','\xc6','\x71','\x6b','\xe3','\x2c','\x86','\x05','\x50','\x88','\xfb','\x64','\x4a','\x87','\xe6','\xa1','\x3b','\xc5','\x44','\xab','\xd7','\x60','\x2f','\x21','\x0d','\xe5','\x69','\xf2','\x0c','\xd5','\xba','\xc6','\xbe','\x49','\x3f','\x29','\x23','\xac','\xa3','\x60','\x72','\xc7','\xd6','\x0b','\x1c','\x07','\xe0','\x5c','\xb8','\xd6','\xc0','\xcb','\xeb','\x41','\x12','\x66','\xba','\x6a','\x30','\xb4','\x95','\x28','\x14','\x59','\x1b','\x63','\x52','\x17','\x41','\xdb','\x6c','\xe8','\xe6','\xce','\x77','\x02','\x3c','\x2f','\x15','\x36','\xce','\x9f','\x99','\x38','\xbd','\xb0','\xda','\x0c','\x5c','\x8a','\x32','\xec','\x57','\x61','\x14','\xad','\x31','\x6d','\x29','\x04','\x7a','\xf7','\xcb','\x6f','\xd3','\x86','\x0e','\x53','\x58','\xba','\x8c','\x76','\xa1','\xac','\xca','\x5b','\x22','\xf4','\x3f','\x51','\xef','\x8d','\x9a','\xb9','\x06','\xef','\xe3','\xbf','\x26','\x6d','\xd4','\xdb','\x69','\xfc','\xdd','\xe3','\xec','\xd7','\x19','\xb1','\x99','\x4e','\x60','\xe9','\xe8','\xf7','\x69','\x5c','\x57','\x97','\xa0','\x12','\x95','\x28','\x70','\xf5','\xb2','\xa0','\xb7','\xb7','\xb7','\x34','\x4e','\xeb','\x74','\xf6','\xeb','\x18','\xd5','\xb4','\x88','\xe9','\x9c','\x9f','\xd4','\x22','\x91','\xb9','\xa6','\x88','\x6f','\x76','\x31','\x97','\x46','\x7d','\xf3','\x73','\x3f','\x21','\x13','\x50','\x51','\x7c','\x80','\xb2','\x2e','\x52','\xd2','\xa6','\xd6','\x8b','\xe6','\x97','\x26','\xeb','\xaf','\xb7','\x4d','\x68','\xf2','\x13','\x28','\xc9','\x4c','\xe8','\xeb','\xf2','\x02','\xf0','\xda','\xbf','\xab','\xdd','\x13','\x2e','\xf9','\xa6','\x36','\xfd','\x8d','\x86','\xe8','\x61','\x02','\x80','\xf3','\xee','\xd7','\x88','\x92','\x85','\x72','\xf5','\xfb','\xe2','\xa7','\xcc','\xa8','\xc8','\xf5','\x6a','\x78','\xb6','\x6e','\x0b','\x0e','\xb9','\x01','\x81','\xe5','\x5c','\xd6','\x36','\x19','\x48','\x50','\xc5','\x46','\x2c','\xf4','\xa4','\x32','\xb9','\x83','\x35','\xbc','\xe9','\x91','\x6f','\x4f','\x26','\x21','\x37','\xd7','\x5b','\x41','\xae','\x88','\x11','\x28','\x21','\x42','\x01','\x00','\x38','\xbf','\x8e','\xf9','\x82','\x27','\x9a','\x20','\x46','\x66','\x19','\xf8','\xa5','\xde','\x1b','\x44','\xb2','\x20','\xa9','\xb3','\x35','\xfd','\x8c','\xa0','\xc2','\xbc','\x9f','\xa5','\xd5','\xd5','\x54','\xfd','\x93','\xe8','\xff','\x77','\xba','\x4e','\x3e','\xbf','\x81','\x82','\xd2','\x66','\x9e','\xd2','\x10','\xca','\xcc','\xae','\xa0','\xd3','\x77','\xdd','\x79','\xb8','\xba','\x8d','\xbb','\x4d','\x54','\x26','\xaa','\x4c','\x33','\xa0','\xb9','\xaa','\x57','\x88','\xe2','\x82','\x53','\xfb','\x4b','\x19','\x94','\x26','\xc5','\x49','\xf0','\x0f','\xfc','\x6b','\xf9','\x11','\xa0','\x44','\x47','\xb4','\x77','\x32','\x2d','\x07','\xa6','\xcc','\x5f','\x90','\x2f','\x25','\xe5','\x45','\xd2','\xd3','\x0b','\xa4','\xc5','\xae','\x0c','\x94','\x37','\xe0','\x0b','\xd7','\xa7','\xb9','\xd8','\xe2','\x77','\xe5','\xe2','\xd9','\x80','\x30','\x53','\x19','\x07','\xec','\xcf','\xfa','\xb9','\x3d','\xb4','\x3e','\xb9','\xc5','\xcd','\x1f','\x84','\x4b','\xb0','\xb7','\x9c','\x2b','\x66','\x3c','\xe1','\xd9','\xcc','\x8e','\x57','\xb6','\x9b','\x5d','\x6e','\x3a','\x00','\x9e','\x47','\x66','\x23','\xa2','\xa1','\x84','\x92','\x2b','\xd1','\xe8','\x69','\xe3','\xed','\x13','\x1a','\x11','\xb5','\xee','\x9d','\xee','\x6f','\x42','\x6f','\x6a','\xf9','\xb1','\xf6','\x9a','\x73','\x71','\xdc','\x03','\x14','\x16','\x9c','\x1a','\xdc','\x69','\xd0','\x24','\xfb','\x7d','\x3b','\x03','\x90','\x9b','\x1c','\x40','\x45','\xfb','\x89','\x24','\x46','\x87','\xe5','\x18','\xc2','\xd5','\x0b','\x67','\x8f','\x01','\x6f','\xa5','\xbe','\xdb','\x47','\x47','\xba','\x12','\x79','\x84','\x88','\x9a','\x7d','\xcd','\xee','\xa7','\x8c','\x13','\x86','\x15','\x70','\x9d','\x36','\x49','\x97','\x76','\x67','\xa9','\x57','\xda','\xf5','\x44','\xf7','\x7c','\xc3','\x9e','\x89','\x48','\x03','\x4a','\x6c','\xc2','\x24','\x1c','\x67','\x61','\x98','\x47','\x64','\xd6','\x33','\x7a','\xf4','\x4d','\x17','\x4a','\xd3','\xb6','\x6e','\x02','\x03','\xdd','\xac','\xd9','\x49','\xfa','\x9b','\xf0','\x71','\xfd','\x4c','\xaa','\x14','\xab','\x15','\x8b','\x28','\x02','\xb3','\xd8','\x5d','\x3f','\x44','\x4a','\xd7','\xcc','\x44','\xf6','\xd7','\x8a','\x12','\xfb','\xc7','\xbe','\x4b','\xe6','\x91','\x12','\xfd','\x41','\x4b','\xd2','\x71','\x74','\xda','\xee','\x6d','\x44','\x8a','\xdb','\x87','\x45','\xa8','\xef','\x8d','\x36','\x09','\x17','\x3c','\xbf','\xb6','\xa3','\x8e','\x82','\x76','\x28','\xca','\xcd','\x86','\x9c','\x71','\x06','\xf3','\xb8','\x0e','\x82','\x30','\x0d','\x9a','\x68','\x10','\x04','\x6c','\x75','\xce','\xb1','\xfc','\x18','\x0f','\xac','\xc3','\x32','\xfd','\x72','\x9a','\x90','\x79','\xd9','\xa2','\xa7','\xd0','\xfe','\x2d','\x36','\xbd','\x9b','\x6c','\x0b','\x88','\xc2','\x72','\x22','\x34','\xef','\x09','\xd2','\x59','\x69','\x62','\x85','\xf2','\x3d','\x3c','\x9f','\xe7','\xc7','\x7e','\xad','\x8b','\xfd','\xe9','\x29','\x4d','\x8d','\x28','\x6f','\x98','\x01','\xa9','\xa5','\x38','\x8f','\x11','\xaf','\x10','\xd1','\x52','\x77','\xb2','\x10','\x8e','\x57','\xd3','\x9b','\xbe','\xd7','\x31','\x44','\x74','\xfb','\xab','\x13','\x9a','\x29','\x88','\x28','\x99','\x11','\xd0','\xf7','\x92','\xe6','\x8f','\x14','\x39','\xd7','\xf4','\xbb','\x90','\xdb','\xd7','\x3f','\x05','\xa1','\x4b','\x35','\x19','\x5f','\x26','\x55','\x4e','\x21','\xd2','\xcd','\x83','\xac','\xa9','\x3a','\x7d','\x99','\x98','\x85','\x36','\x66','\x92','\xde','\x88','\x54','\xa9','\x11','\x12','\x8d','\x0c','\xa3','\x33','\xce','\x76','\x3e','\x07','\x76','\x38','\xcf','\x68','\x5e','\x84','\xa8','\x45','\x60','\x87','\x10','\x37','\xec','\x42','\x05','\xdf','\xcb','\x53','\x61','\xf7','\x1d','\x80','\xa6','\xe6','\xed','\xd5','\x08','\x40','\x04','\x17','\x02','\xa6','\x66','\xc0','\xd3','\x53','\x49','\x82','\xb9','\x72','\xe3','\xeb','\xce','\xd1','\x32','\xad','\x04','\x4a','\x5a','\x5e','\xb2','\xfe','\x31','\x32','\x7c','\x79','\x7a','\x0a','\x98','\x94','\x7c','\xcf','\xbe','\xf3','\x77','\x48','\x0b','\x76','\xfe','\xb9','\x02','\xbe','\xa8','\x21','\x43','\xb6','\xc7','\xc3','\x01','\x58','\xc3','\xb5','\xc5','\xef','\xed','\x39','\x42','\xea','\xb0','\xba','\x68','\x9b','\x6b','\xa8','\x29','\x3e','\x04','\x9b','\x7a','\xe8','\x82','\x66','\x2e','\x6d','\x22','\x7a','\xe6','\x15','\xf2','\x1a','\x58','\xce','\xe0','\x0d','\x5e','\xc5','\x7f','\x57','\xfc','\xeb','\xc1','\xbe','\x41','\xac','\x2c','\xe3','\x09','\xe5','\x71','\xad','\xdf','\xf8','\xc3','\x62','\xbc','\x27','\x35','\x27','\x21','\x53','\xfd','\x83','\xf2','\x9d','\x67','\x86','\x85','\xca','\x55','\xb5','\x90','\x27','\x77','\x22','\x1d','\x3e','\x3f','\x93','\xb4','\x68','\xcb','\x8a','\x24','\x12','\x4f','\x77','\x79','\x68','\x4a','\x66','\x08','\x48','\x73','\x22','\x19','\xcd','\xe4','\xdc','\x3f','\xe3','\xdf','\x56','\xbf','\xfe','\x3a','\xdc','\xde','\x06','\x4e','\xd9','\xb6','\x46','\xfb','\xde','\xd2','\x1d','\x3f','\x6e','\xc1','\xb0','\xbe','\x27','\xb8','\x24','\xd1','\x28','\xa7','\x19','\x8b','\xf4','\x36','\x2e','\x22','\x1d','\x96','\x1a','\xe5','\xb2','\x4e','\x80','\x76','\x9d','\x89','\x90','\x5d','\x82','\x6d','\xd3','\xe4','\xc3','\x6f','\xe0','\x76','\x63','\x55','\x9a','\x40','\x61','\xd7','\x4d','\xb0','\x49','\x01','\x5b','\x0d','\x24','\xe0','\x86','\x34','\x96','\x67','\x4a','\x90','\xcc','\x5f','\x26','\x71','\x32','\x2d','\xfc','\x15','\xf3','\x55','\x77','\x53','\xa1','\xa1','\x50','\x10','\x11','\x77','\x20','\x28','\x53','\x05','\x9d','\x3e','\xc0','\x55','\x1b','\x14','\xc1','\xbc','\x31','\xc7','\x7a','\x7e','\x49','\xc3','\x6a','\x83','\xfc','\x89','\x72','\x29','\xca','\xae','\xa9','\x74','\x78','\xe0','\xec','\x4e','\x42','\x43','\xbe','\x6e','\x8e','\x25','\x79','\xb8','\xbd','\xd9','\xe6','\xa5','\xb7','\x89','\xa3','\x8e','\x9e','\x11','\x97','\x60','\xf9','\x2b','\x0d','\x88','\xa3','\x55','\xc9','\x82','\x25','\xf8','\x7b','\x7e','\x34','\x39','\x45','\x61','\x7f','\x55','\x99','\xc2','\x28','\x80','\x48','\x1b','\x44','\xea','\x4e','\x8f','\x81','\x11','\xb4','\xcc','\xa4','\x6c','\x2f','\x92','\x5b','\xc5','\x70','\xd0','\x44','\xc6','\x79','\xe4','\x9e','\x37','\x8e','\xfa','\x2e','\xd4','\xba','\x50','\xdf','\x98','\xb6','\xad','\xd1','\xb6','\x33','\x35','\xb1','\xbb','\x83','\xc6','\xfb','\xe8','\x2e','\xea','\xcb','\xe5','\x0c','\xf3','\xca','\x83','\x20','\x08','\xdb','\xb6','\xa5','\xcb','\x82','\xf0','\x52','\xd4','\x0c','\xa0','\x68','\x26','\x54','\x48','\xc1','\x17','\x17','\x9c','\xa8','\x36','\xec','\xe4','\x7d','\x5b','\xf4','\x7e','\xd8','\x4f','\xcf','\x27','\x34','\x1d','\x8c','\xe6','\xbb','\x69','\x04','\x87','\x4f','\x17','\x8b','\x89','\x67','\xd0','\xf3','\x6c','\xf2','\x08','\x3c','\x36','\xd8','\xc4','\x84','\x72','\x2a','\x8a','\x4d','\xd2','\xe1','\xa2','\x67','\x73','\xaa','\xc3','\xfa','\xa9','\x94','\x88','\xfa','\xa2','\x1d','\x00','\x48','\x33','\xe3','\xb7','\x22','\x14','\x15','\xa2','\x0f','\x65','\xce','\xa6','\x1f','\x24','\xd7','\xf0','\x4f','\x41','\x58','\x3c','\x7d','\x58','\xfd','\x08','\xe9','\xc9','\x8e','\xad','\xd6','\x05','\x0a','\x87','\x04','\x52','\x16','\xc5','\xa7','\xf7','\x03','\x84','\x9c','\xb5','\x6a','\x3c','\x3f','\xbd','\xe2','\x6d','\x99','\x90','\x8d','\x33','\x8f','\x9b','\x99','\x37','\xf5','\xc9','\x25','\x6e','\xc4','\x2a','\x0c','\x05','\x40','\x8e','\x31','\xd6','\xa4','\xe0','\xba','\x34','\x35','\x81','\x03','\x8c','\x2f','\x7c','\xfa','\x5c','\x98','\x88','\x3e','\x9b','\x40','\x98','\x60','\x31','\x2b','\xee','\xa5','\x82','\x92','\xeb','\x2b','\x65','\xe5','\x9c','\x0c','\xd4','\x97','\xae','\xaf','\x45','\x41','\x93','\x00','\xaf','\xb5','\x4e','\xf4','\xf0','\x83','\x34','\xa2','\x7f','\x49','\x7a','\x48','\xc9','\x17','\xb2','\x67','\xfd','\x58','\x9e','\xc8','\x73','\x9d','\xd0','\xdd','\x2c','\x2d','\x62','\x05','\x93','\x06','\xae','\xe2','\xbc','\x8f','\x38','\xb8','\x6d','\xcd','\x80','\xa6','\x81','\x83','\x0e','\x2e','\x49','\x94','\x99','\xa7','\xc9','\x3c','\x22','\xbf','\x6b','\xc5','\x77','\xe2','\x93','\xdf','\x10','\xcf','\xc0','\x10','\xd7','\xe5','\xaa','\x93','\x00','\x14','\xe2','\xe3','\x99','\x53','\x5b','\x56','\x70','\x7c','\xb3','\x0c','\xc9','\x1a','\x98','\x43','\x02','\x55','\xd0','\x25','\x5f','\x92','\xb6','\xe8','\x4f','\xcd','\x03','\xa6','\xbd','\xac','\x1a','\x5e','\x9f','\xc5','\xa0','\xf9','\x27','\xc7','\x0a','\xb3','\x6c','\x4a','\x55','\xac','\x56','\x2a','\xe7','\x21','\x8b','\x32','\x66','\xba','\x89','\xfb','\xcd','\x20','\x9a','\xd8','\xa2','\x0e','\x03','\xdf','\x4d','\x83','\xcf','\x6c','\xaa','\x00','\x6d','\x7a','\xc7','\x8f','\x61','\x5e','\xe3','\xf0','\x7e','\x2e','\xd3','\x0a','\x29','\x0a','\xa6','\x45','\x10','\x34','\x97','\xb7','\x71','\x87','\x4f','\xb9','\x88','\x94','\x49','\xcf','\x9c','\x99','\xdb','\xdb','\x38','\x30','\x36','\x0d','\x83','\xef','\xa4','\x83','\xa3','\x5d','\x07','\xa5','\xbd','\x4b','\x1e','\xa6','\x25','\xde','\x99','\x53','\x7e','\x05','\xe0','\x2d','\x92','\xea','\x03','\xdc','\x78','\x99','\xce','\xea','\x86','\x39','\x31','\x49','\x64','\x1b','\x70','\xee','\x28','\x69','\x43','\x94','\xfc','\xb4','\xed','\xad','\x10','\x3b','\xf8','\xee','\xd4','\x65','\x77','\xaf','\x1c','\x4f','\x27','\xbe','\x5f','\x1f','\xd8','\x26','\x87','\xc5','\x3d','\x17','\x3c','\xf7','\x47','\xe9','\x38','\xc7','\xd4','\x49','\x16','\xb2','\xdb','\x2a','\x70','\x4d','\x9d','\x63','\x80','\xf8','\x3b','\x79','\xa4','\xf0','\x9c','\x37','\xd6','\xc8','\xa2','\x50','\xa3','\xdb','\x66','\x6d','\xb5','\x3b','\xa0','\x22','\xda','\xdb','\x50','\x8e','\x86','\x3b','\xef','\x88','\x60','\x09','\xbc','\xcb','\x62','\x6c','\x20','\x6e','\xd6','\x7a','\xcc','\xfa','\x8b','\xbf','\x11','\xa9','\x1b','\xbd','\x76','\x76','\xb8','\xe3','\x77','\xb7','\xa0','\xb5','\xd6','\xa9','\xef','\x8d','\x64','\x17','\x12','\x69','\xd4','\xb6','\xe1','\x16','\x37','\xac','\x4e','\x32','\x36','\x5d','\x6d','\xf1','\xc0','\x58','\xb6','\x36','\x5f','\x7a','\xfa','\xf0','\x0c','\xd0','\xb8','\x95','\x38','\x5e','\xec','\xbd','\xcf','\xb7','\xa7','\x5a','\x67','\x64','\x4d','\xcb','\xbe','\xef','\xe5','\x0c','\xf3','\x24','\xe3','\x49','\xf2','\x57','\x5c','\xf9','\xc1','\x41','\xe5','\x10','\x2a','\x66','\x3e','\x36','\x8e','\xa5','\x04','\x5c','\xb9','\xaf','\x31','\xb3','\x67','\x94','\xa0','\xcc','\x23','\xd9','\x75','\x00','\x06','\xe6','\x7d','\xc2','\x47','\xff','\x56','\xe9','\xa9','\xe6','\xd9','\x2e','\x96','\x72','\x62','\xdc','\xf1','\xf1','\x83','\xbf','\xd0','\xe1','\x09','\x64','\xa3','\x30','\x3c','\x93','\x6b','\xff','\x8d','\xe9','\x8a','\xc9','\x03','\x00','\x91','\xc4','\xa9','\xf0','\x7c','\x8f','\x2a','\xda','\x89','\x4b','\x5d','\xd7','\xc7','\x53','\x96','\x7a','\xc5','\x28','\x83','\x4e','\x22','\x69','\x6d','\x98','\xef','\xfc','\xb6','\x8d','\xcd','\x8e','\xce','\x63','\x87','\xd1','\x0e','\x5c','\x23','\xf8','\x11','\x8e','\x7b','\x22','\x50','\x72','\xf8','\x6e','\x9b','\xc0','\x0d','\xf5','\x14','\x82','\xd0','\xee','\xf4','\x18','\x59','\x18','\x78','\x87','\x5d','\x60','\x17','\xa1','\x49','\xfd','\x2e','\x20','\x8a','\xb5','\x66','\x60','\x6b','\x7c','\x0f','\xf0','\x83','\x43','\xf3','\x19','\xfa','\x4b','\x42','\x88','\xd3','\x9f','\x93','\x17','\xe6','\xfc','\xbf','\xd3','\x0f','\x4c','\xcf','\x8e','\xf7','\x82','\x45','\x71','\xf9','\xfc','\x51','\x0c','\x86','\x80','\xbf','\xca','\x80','\xae','\xae','\x21','\xfd','\x88','\x68','\x59','\x71','\xb9','\x1f','\xbb','\x08','\xec','\x7a','\xff','\x8a','\xf4','\x5a','\xae','\x7d','\x0e','\xa5','\x07','\x95','\x1f','\x6c','\xb1','\xb5','\x7f','\x6c','\xc6','\xc1','\x9d','\x26','\x0f','\xe4','\x72','\xbc','\x4d','\x3e','\x10','\x88','\x05','\x4c','\x91','\x08','\x65','\xa4','\x00','\x25','\xfc','\xa8','\xff','\x98','\x95','\x24','\xb7','\x8e','\x16','\x73','\xc4','\x34','\xe1','\x8e','\x15','\xcf','\x4a','\xfe','\x3b','\x75','\xa6','\x4c','\x31','\x88','\x19','\x65','\xf8','\xd7','\x76','\x9f','\xe7','\x0a','\x18','\x4a','\x02','\x34','\x69','\xe5','\xb8','\xb5','\xc7','\xba','\x25','\x30','\xee','\xa9','\xf6','\xd2','\xfc','\x82','\x29','\x7c','\x1c','\xd8','\xc1','\xe1','\xb6','\x31','\x6d','\xfb','\x08','\x74','\x60','\xae','\xfa','\x75','\x8e','\xe2','\x02','\x48','\xb6','\x62','\x02','\xf8','\x6a','\x5b','\xcc','\xf2','\xf3','\xf6','\xfd','\xa0','\xe3','\xcd','\xac','\x3e','\x31','\x7f','\x22','\x34','\xc2','\x55','\x23','\x1d','\x8a','\x45','\xe4','\x8c','\xbc','\xe3','\xee','\xa1','\x96','\xdf','\x13','\x71','\xfa','\xb5','\x3b','\x6a','\xa6','\xd1','\xbf','\x5a','\x73','\x79','\x08','\xb2','\x55','\x4e','\xe9','\x29','\xea','\xc3','\xf9','\x7d','\x07','\xeb','\x34','\x0c','\x06','\x69','\x22','\x1f','\x97','\x69','\x86','\x07','\x75','\xa0','\xd9','\x3c','\x08','\xac','\x2d','\xb1','\x82','\x30','\xb8','\x82','\x8a','\xa8','\xc8','\xb7','\x6a','\x60','\xc5','\x96','\x69','\x53','\x82','\xf4','\xca','\x11','\x6c','\x87','\x5d','\x39','\x31','\x36','\x18','\x11','\xa8','\x0b','\xc1','\x26','\x88','\x17','\x6a','\x98','\x36','\x1e','\xcd','\x63','\xc4','\x29','\x7b','\x6e','\x18','\xb4','\x3e','\x5f','\xf6','\x18','\x0b','\x5c','\xca','\xdc','\xd6','\x6c','\xc6','\xb3','\x94','\x6f','\xb9','\xeb','\x1b','\xd0','\x5c','\x84','\xa9','\x8e','\xb6','\x0c','\xb7','\x4b','\x0a','\xab','\x26','\x47','\x30','\x18','\x1b','\x5b','\x74','\x53','\x0d','\xac','\x1e','\x63','\x2d','\x00','\x44','\x07','\x3d','\x1e','\xe3','\xa8','\x8b','\xd1','\xa9','\x10','\x6d','\x5d','\x48','\x14','\xff','\xcb','\xc6','\xd4','\x4a','\xa0','\x04','\x27','\xbf','\x85','\xa5','\x67','\xdb','\xb6','\xa5','\x75','\x6a','\x19','\x04','\x21','\x6e','\x00','\x3e','\x9c','\x2f','\x9e','\x99','\x45','\x2b','\xdf','\x41','\xf7','\xaa','\xc4','\xe0','\xa1','\x81','\x69','\xfe','\xd2','\xf7','\x60','\x66','\x11','\xf5','\x06','\x42','\xf1','\x99','\xfa','\xb8','\xe2','\xf2','\xc6','\xd4','\x27','\xfe','\x75','\xb2','\xd4','\x6a','\x23','\x30','\xb7','\x96','\x65','\x13','\xb5','\xdc','\xb8','\x15','\xc8','\xec','\x0f','\xfe','\x66','\xc9','\xb6','\x9a','\xce','\xc6','\x80','\x4d','\x8c','\x80','\xbf','\xb7','\x8d','\x1f','\x47','\x88','\x51','\x07','\xb3','\x4f','\x58','\xf5','\xe6','\xf2','\xff','\xa1','\xc9','\xa7','\x15','\xe6','\xd7','\x19','\xdd','\xc5','\x20','\x54','\xc2','\xb6','\x67','\xc8','\x2f','\x8d','\x84','\x4f','\x8a','\x19','\x9b','\xbc','\x61','\xdf','\x89','\x5d','\x34','\xb8','\x27','\xc8','\xd6','\x64','\x1d','\x63','\x81','\xdf','\xe0','\x67','\xe0','\x81','\xb9','\x5a','\x66','\x6a','\x6d','\x30','\xb6','\xae','\x8c','\xe4','\xb8','\x9b','\x2b','\x84','\x31','\x71','\x28','\xbc','\x2b','\x7f','\x20','\x02','\xe6','\x85','\x8d','\x84','\x0e','\xfb','\x1f','\x50','\xca','\xec','\x19','\x5b','\xb4','\xb8','\x90','\x9c','\x78','\x3f','\x85','\x8f','\x9f','\x29','\x4d','\xac','\x79','\xa7','\xf5','\x3f','\x7c','\xad','\xd7','\x37','\x6b','\xa7','\x61','\x21','\x4e','\x13','\x92','\x7f','\xf1','\x8f','\xf6','\x94','\xe9','\x6c','\xd5','\xa4','\x57','\xab','\x0b','\xc8','\xef','\xf4','\x03','\x53','\x95','\x41','\x48','\x0a','\x80','\x62','\x6c','\x6d','\x21','\x99','\xe0','\xc5','\xbd','\xcf','\xf2','\xb0','\xb4','\xf6','\x4c','\x10','\x3a','\x8e','\x09','\x70','\x60','\x61','\x86','\x5b','\xa3','\xe9','\x5c','\xaa','\xed','\x9e','\x4a','\x5a','\x47','\x81','\x0c','\xf0','\xb0','\x79','\x0d','\x01','\x1d','\x79','\xa3','\x33','\xac','\x7d','\x61','\x20','\x3c','\xef','\x3a','\x5b','\x38','\x7b','\x72','\xe0','\x77','\xe1','\x91','\x92','\x93','\x03','\xd5','\x0b','\x79','\xa6','\x03','\x0b','\xa2','\xa2','\xbe','\x9e','\x7e','\x70','\xcc','\x03','\xa8','\x5b','\xec','\x87','\xfa','\x0e','\x21','\x88','\x36','\xc0','\x05','\x77','\xa8','\x78','\x7e','\x29','\x73','\x9b','\x15','\xa0','\x6b','\x59','\x3d','\x3f','\xf7','\x50','\xbe','\xd6','\x80','\xb3','\x54','\x58','\x46','\x58','\x82','\xe2','\x1d','\x6e','\x16','\x9c','\x29','\xac','\x3f','\xad','\xba','\x0a','\xd5','\x31','\x59','\x8c','\x81','\x5d','\x3a','\x2a','\x7a','\x26','\xe7','\xfe','\x76','\x38','\x8d','\xc5','\x18','\x81','\xfb','\xda','\xd1','\xfd','\xec','\xd9','\x14','\x3e','\x5c','\xdb','\x6e','\x67','\x28','\x98','\x46','\x34','\x2f','\x7f','\xcf','\xc7','\xae','\x60','\x9d','\xa4','\xdc','\xc2','\x38','\x96','\xf1','\xc0','\x65','\x95','\xc6','\x29','\x59','\x4d','\x72','\xff','\x9e','\x4d','\x26','\x67','\xa6','\xe7','\x27','\xf9','\xd1','\xb2','\xe6','\x2d','\xeb','\xa5','\x5f','\xd6','\x6e','\x74','\x7b','\x13','\xf1','\x31','\x25','\xaa','\xcd','\x5e','\x7d','\x9b','\x41','\x70','\x76','\x5e','\x08','\x79','\x22','\x22','\x74','\xe8','\xa4','\x71','\x79','\x29','\x8b','\xb1','\x77','\x30','\xa5','\x93','\x34','\xc9','\x65','\x01','\x1a','\xa8','\xcd','\xab','\x2c','\x86','\x35','\x54','\xbb','\xae','\xbf','\xb0','\x54','\x8d','\x0c','\xdc','\xc4','\xcf','\x32','\xfa','\x72','\xee','\x91','\xcf','\xe4','\xfc','\xa0','\x6d','\x52','\x1e','\xc8','\x64','\xf7','\x2f','\xf9','\xa8','\xe0','\x3c','\x88','\x9e','\xeb','\xb1','\xb5','\xa1','\x98','\xdf','\xac','\x4d','\x5d','\x0e','\x6a','\x34','\xac','\x3f','\xd2','\x85','\xfa','\xd6','\xa8','\x6b','\x00','\x91','\x26','\x4c','\x9b','\x10','\x49','\x6b','\x76','\x47','\x6b','\x44','\x8c','\x5b','\x8c','\x65','\x8d','\x6f','\x60','\x29','\x05','\x41','\x38','\x8e','\xc3','\x2d','\x2f','\xb1','\x83','\x90','\x51','\x53','\xc1','\x1e','\xf1','\x51','\x82','\x31','\xad','\x08','\x94','\x4f','\x3e','\xa7','\xa2','\x6c','\xe7','\x19','\x80','\x36','\xf3','\x88','\x4f','\x6f','\x17','\x9d','\x8e','\xc9','\x81','\x51','\x4c','\x8b','\x76','\x51','\xb0','\x55','\x88','\xc2','\xe7','\xa4','\x91','\xc9','\x8a','\xf4','\x44','\x3a','\xeb','\xeb','\xb3','\xe9','\x53','\xa0','\xe9','\xe4','\xe5','\xa9','\x4d','\x15','\xf3','\x4d','\x92','\x02','\xfa','\x9c','\x10','\x03','\x80','\x46','\x13','\x58','\xc8','\xd3','\x24','\x65','\xfd','\xf7','\x02','\xc0','\x89','\xb3','\xcf','\x3f','\x9d','\xf2','\xa4','\x15','\xd1','\xeb','\x60','\xa1','\x6b','\xd8','\xf2','\x55','\x56','\x30','\x02','\x4a','\xc1','\x72','\x8c','\x17','\xcc','\x6c','\xbc','\x7f','\xc2','\x6e','\xb5','\xee','\x54','\x8f','\xe6','\x6d','\x44','\x63','\x97','\x90','\xd8','\xa3','\xbe','\xa0','\x25','\x48','\xb4','\x9c','\xc1','\x70','\x46','\x41','\xa6','\xa8','\x4d','\x0d','\x2c','\xca','\x84','\x37','\x55','\xac','\x6f','\x40','\x4f','\x49','\xf1','\x51','\xb7','\x39','\x5b','\xdb','\x22','\x0e','\xf8','\x9c','\x1e','\x89','\x67','\xdf','\x73','\xc1','\x58','\x4c','\x9c','\xc7','\x25','\xe4','\x91','\x7e','\xbd','\x16','\x36','\x62','\xff','\xbc','\x93','\x17','\xd4','\x34','\xbd','\x9e','\xb6','\x49','\xff','\x5b','\xd3','\x7a','\xec','\x2f','\xd7','\xd0','\x8c','\x37','\x1e','\xbc','\x74','\x51','\xc1','\x13','\xef','\x38','\xe8','\x4e','\xeb','\x0a','\x76','\x86','\x65','\x08','\xeb','\xe4','\xf2','\xd6','\x88','\x58','\xdd','\xc6','\x91','\xd5','\xda','\x2e','\x6a','\x6c','\x0c','\x06','\x44','\x33','\x0f','\x07','\x04','\xf1','\x29','\xfa','\x98','\xd6','\x65','\xc0','\xf9','\x54','\xe3','\x70','\x72','\x87','\x7f','\x27','\x85','\x20','\xce','\x4e','\x5c','\xd1','\xf5','\x34','\xdc','\xf5','\x41','\x1a','\x47','\xe0','\x4f','\x05','\x1a','\x86','\xe7','\x44','\xac','\x45','\x9c','\x37','\xef','\x93','\xbf','\x95','\x27','\x06','\x36','\xeb','\xa9','\x5e','\xf6','\x1a','\x6d','\x5a','\xc0','\x51','\x63','\x45','\x17','\xeb','\xcc','\x5e','\x77','\x8b','\x5b','\xed','\xdb','\x2a','\x55','\x39','\x5a','\xcb','\xe4','\xb8','\x48','\x74','\xdf','\x1a','\x6d','\xfb','\x36','\xdc','\x84','\x92','\xa9','\x8d','\x7d','\x5a','\xa3','\x83','\xd1','\xaf','\x81','\xbd','\xba','\xbb','\xa5','\x1d','\x77','\xa1','\xe3','\x7e','\xe8','\x1d','\x2a','\x92','\x58','\xec','\xa0','\xab','\x1c','\xe9','\xad','\xee','\x70','\x1b','\x58','\xf5','\x80','\x07','\xa6','\xfc','\x1c','\x11','\x1e','\xdb','\xe6','\x82','\xd2','\x01','\x73','\x29','\x9f','\x9e','\x4b','\xd1','\x55','\xa3','\x8b','\x99','\xd8','\x90','\x36','\x4f','\x4a','\x99','\xac','\x93','\x35','\xfb','\x15','\x07','\x95','\xf4','\x0f','\x28','\x37','\x69','\x2e','\x84','\xdc','\xdb','\x82','\xaa','\x87','\x50','\xd4','\x36','\xb5','\xf3','\x8a','\x87','\x24','\x8b','\x50','\xb8','\x18','\x8e','\x36','\xac','\x0a','\x2b','\x9d','\xf1','\xa1','\x7a','\x62','\xc4','\xa1','\xb9','\x6e','\x75','\x89','\xaa','\x23','\x83','\x0e','\xf6','\xb8','\x73','\x28','\x16','\xd4','\x90','\xbb','\xc1','\x67','\x2c','\x58','\x87','\xbd','\x67','\xd6','\x9c','\xae','\x6b','\x63','\x2c','\x63','\x55','\x7e','\x2c','\xe0','\x84','\x80','\x92','\xa4','\xaf','\x0e','\x3a','\x8a','\xd1','\x34','\x45','\x68','\xd4','\x19','\x9e','\x28','\xc6','\x0c','\x6c','\xe3','\xd2','\x69','\x5a','\xdb','\x2b','\x34','\xca','\xed','\x44','\x23','\x90','\x47','\x17','\x92','\x83','\xa9','\x6d','\x42','\xb2','\x77','\x6a','\xbd','\xd1','\x26','\xcd','\x87','\x8d','\x68','\x9c','\x0d','\x6a','\x32','\xf8','\xce','\x71','\xac','\xa3','\xc0','\xd5','\x28','\xd7','\x44','\xc5','\x05','\xce','\x6e','\x4c','\xf5','\x83','\x7e','\x60','\x9a','\xf5','\xca','\x80','\xf1','\xf8','\x24','\x54','\x46','\x64','\x9d','\xb0','\xb2','\xa7','\x6a','\x17','\x42','\x4c','\xe2','\xd6','\x58','\x7b','\x89','\x29','\x02','\x1e','\xb4','\x6d','\x06','\x8b','\x15','\xc3','\xfb','\xcf','\x38','\xff','\x8b','\xba','\x4f','\x91','\x24','\x94','\xf7','\xdf','\x06','\x54','\xce','\xac','\x12','\x99','\x85','\xa9','\x49','\x59','\xa8','\xec','\x78','\xfc','\x17','\xa5','\x05','\x51','\x9d','\xe0','\xfe','\xf3','\xf7','\xf5','\xef','\xe4','\xb2','\x52','\xe4','\x85','\x0b','\x4a','\xa9','\xeb','\x6d','\x51','\xf1','\x59','\x92','\x58','\x9f','\x13','\x38','\x28','\x7d','\xe1','\x46','\x44','\x7b','\x23','\x6e','\x42','\xdc','\x69','\xcc','\xb5','\x87','\xca','\x26','\x67','\xe4','\xae','\x10','\xb5','\x09','\x87','\x0d','\x71','\x52','\x51','\x96','\x40','\x5d','\xa6','\xfc','\x44','\xab','\x92','\x39','\xdd','\xb3','\x1b','\x68','\xd2','\x71','\xf2','\xa2','\x38','\x94','\x20','\x7f','\x45','\x80','\x7e','\x89','\x16','\x6e','\x81','\xbf','\x26','\x3d','\xc0','\x9a','\xbf','\xd3','\x7b','\xd3','\x72','\x5e','\x2b','\xf0','\x7e','\x3f','\x70','\x5b','\x95','\xe9','\x61','\xe1','\x89','\xc2','\x7d','\x83','\x28','\xac','\x3a','\x06','\x3a','\xf5','\x36','\x73','\x3c','\x60','\x6b','\x8a','\x4d','\x37','\x90','\x80','\x25','\xdb','\x0e','\x3d','\x58','\x7b','\x96','\x0a','\x57','\xed','\x6f','\xe0','\x95','\xb9','\x7f','\x93','\x66','\x41','\x04','\xdb','\x12','\x00','\x3a','\x62','\x33','\xe1','\x94','\x30','\x6d','\x7d','\x79','\xbb','\x79','\xdd','\xb6','\xd2','\xc0','\x24','\xcf','\xd9','\xca','\xa1','\x87','\x0b','\x20','\x61','\x04','\x04','\xd0','\xde','\x16','\xe3','\x01','\xe2','\x5a','\xcb','\xdc','\x94','\xa8','\x24','\x70','\xa4','\xe1','\x88','\xd2','\x00','\xe4','\x87','\x04','\xa7','\x3e','\xde','\x45','\x30','\xa1','\x0c','\xdb','\x79','\x4a','\x6e','\x8d','\xb6','\xcd','\x94','\x9f','\x06','\xd7','\x73','\xe4','\xb2','\x31','\x68','\x46','\x28','\xbd','\x11','\xad','\x4d','\x34','\x90','\xc6','\xfd','\xde','\x35','\xe2','\x9b','\x61','\x32','\xbd','\x3c','\xb6','\xd3','\x70','\x77','\xeb','\x3d','\x59','\x85','\xea','\x20','\x32','\x51','\x9c','\xf9','\xd1','\xe7','\xa2','\xef','\xf9','\x39','\x34','\xeb','\x03','\x07','\xbd','\xc4','\xb0','\x81','\x85','\x5e','\xc7','\xf5','\x54','\xf9','\xb3','\x61','\x06','\xa5','\xc2','\xfa','\x67','\xcc','\xf8','\x4a','\x07','\xf0','\x76','\xd0','\x3b','\xa7','\xe1','\x22','\x25','\xa5','\xa3','\xb1','\x06','\x1f','\xa0','\x20','\x2d','\x0b','\x98','\xc0','\x14','\x11','\xb2','\x81','\x61','\xc7','\x47','\xf0','\x8e','\x51','\x3a','\x7c','\xe4','\x04','\xe2','\xeb','\xcc','\xba','\x06','\xf9','\xeb','\x6b','\x0c','\xcf','\x59','\x41','\xf3','\x65','\xd1','\xfa','\x0f','\x92','\x35','\xee','\xab','\x25','\x72','\x57','\x41','\x0a','\x92','\x76','\x5a','\x62','\xc4','\xa1','\x9c','\xa8','\xfe','\x91','\x42','\xee','\x7b','\xbf','\x8d','\x6e','\xf5','\x71','\x77','\x77','\x5e','\xe5','\x12','\xba','\xd9','\x81','\x10','\xda','\x08','\xc3','\x14','\xf0','\xa0','\xb3','\x6c','\xf9','\x1e','\x7d','\x18','\x5f','\xc4','\xf8','\x94','\xae','\x8d','\xce','\xe3','\x02','\x55','\xd9','\x58','\xdd','\xe1','\x46','\x88','\x6c','\xfb','\x7d','\xeb','\x42','\xe4','\x77','\x08','\x11','\x28','\xf2','\x39','\x2d','\x8f','\xf4','\x10','\x28','\x40','\xad','\x35','\xba','\xdd','\x6e','\xfe','\x43','\xba','\x08','\x35','\x4d','\x78','\x16','\x38','\xf3','\x97','\xc7','\x44','\x8c','\x45','\x55','\x81','\xe0','\xb3','\xa9','\x9a','\xa4','\x09','\x97','\x06','\x84','\xea','\xc4','\x09','\x44','\x26','\x58','\x30','\x3c','\x6f','\x66','\xc9','\x5a','\x2c','\x5e','\x24','\xf2','\xf4','\x1e','\xf3','\x54','\xfe','\x94','\xfc','\x87','\x5f','\x84','\xb6','\xa6','\x95','\x34','\xff','\xb4','\x10','\x0b','\x17','\x89','\x5d','\xd8','\xa4','\x55','\x38','\xad','\x38','\x83','\xb9','\xb9','\x2e','\x6c','\xce','\xbf','\x1f','\xf4','\x71','\xfa','\x83','\xdc','\xed','\xbd','\xca','\x90','\x2f','\xad','\x09','\x04','\xa1','\x26','\xb4','\x1a','\x51','\x94','\xaa','\xe7','\x95','\x8a','\x69','\x59','\x67','\xf4','\x02','\x0a','\x86','\x30','\x13','\x6f','\x66','\x0a','\x6f','\xc4','\x7a','\xee','\xa7','\xf3','\xb8','\x00','\xcd','\x00','\x9f','\xf4','\x51','\x2e','\xfb','\x8d','\xf2','\x5a','\x88','\x5b','\x83','\xb4','\x5e','\x67','\xb8','\x06','\xa8','\x60','\x77','\xdc','\xea','\x5d','\x09','\x13','\xa3','\x41','\x0a','\xad','\xc6','\xfb','\xe1','\x83','\x96','\xcf','\x05','\xd5','\x91','\x99','\xee','\x23','\x4a','\x63','\xb2','\x1e','\xba','\xa9','\x1c','\x28','\xe3','\x34','\xdf','\x03','\xa1','\x3e','\xad','\x3c','\x94','\x56','\xf3','\x42','\xfd','\x97','\xa7','\x79','\xb0','\x96','\x72','\xe4','\x8a','\x9e','\xdf','\x5d','\xc3','\x3b','\x5f','\xe0','\x10','\xae','\x24','\x94','\x04','\xaa','\x81','\x83','\x03','\xa2','\x65','\x99','\xdb','\x5b','\x6b','\xec','\x07','\xd1','\x53','\x10','\x03','\x22','\xb7','\xe6','\xfa','\xb9','\x56','\x0a','\x80','\x86','\x01','\x47','\xaa','\xc2','\x33','\xfe','\x3c','\x40','\x44','\x17','\x09','\x81','\x57','\x8a','\xf1','\x7b','\x49','\xf4','\x31','\x0e','\x06','\x88','\xd2','\x8f','\x56','\xa6','\x2f','\xf9','\x24','\x41','\xc9','\x42','\x32','\x87','\xd2','\x18','\xeb','\x76','\x3a','\x8b','\x8b','\x42','\x1b','\x76','\x30','\x00','\xc7','\x47','\x3e','\xfd','\x59','\xea','\x38','\xa5','\x46','\xd3','\xec','\x36','\x95','\xd8','\x64','\xb6','\xf6','\x88','\x55','\xfb','\xec','\xf8','\x42','\x53','\x1d','\xf0','\xab','\xdb','\xdb','\x88','\xf6','\xa6','\x41','\x9a','\xb6','\x38','\x43','\x4c','\x42','\x7e','\xc8','\xbe','\x76','\xdb','\x95','\x9e','\x1e','\xee','\x6b','\xc7','\xdd','\xac','\x3f','\xa1','\xe0','\x10','\x91','\xdf','\xc7','\x32','\xdc','\xde','\x86','\x75','\xa8','\xc3','\xc5','\xf0','\xa6','\x8c','\x05','\xc0','\xa7','\x14','\xf0','\x20','\xee','\xa5','\x0a','\xfc','\x66','\x8a','\x91','\x83','\x67','\x1f','\xe7','\x90','\xf1','\xfe','\xef','\x8a','\x0c','\x4d','\x19','\xa8','\xc0','\x1a','\xf3','\x16','\x80','\xb0','\x52','\x5f','\x23','\xad','\x4f','\x6b','\x9f','\xb0','\xf1','\x27','\xf3','\x81','\x4c','\x35','\xba','\x35','\x57','\x31','\x15','\x7c','\x46','\x6f','\xf6','\x2d','\x91','\x9e','\x1b','\x04','\xb4','\x1c','\x66','\x18','\x27','\x72','\xe2','\x99','\xf9','\xbc','\xca','\xbb','\xa4','\x11','\x5c','\x77','\x22','\x59','\x23','\xd7','\x19','\xb4','\xac','\x2a','\x58','\xd0','\x45','\x34','\x5a','\x81','\xcb','\xbf','\xae','\xa9','\x4a','\x2b','\xbe','\x54','\x25','\x94','\x13','\x2b','\x15','\x95','\x76','\x12','\x9a','\x5d','\x7a','\xf5','\xe5','\xe4','\x46','\xa8','\x8b','\xd5','\x36','\x5b','\x5c','\x81','\xd7','\xba','\xbb','\x30','\x09','\xf0','\x51','\x5c','\x0b','\xb8','\x1e','\xad','\x1d','\x72','\x10','\x0d','\x9b','\x50','\xa3','\x71','\x99','\xea','\xb0','\x80','\xca','\xd6','\x48','\x4c','\x6d','\xe1','\xa6','\xec','\x9a','\xc1','\x83','\x6d','\xa4','\x7d','\xdf','\xaf','\xc3','\x60','\x6f','\xdb','\x96','\x22','\xbf','\x55','\xd3','\xda','\x94','\x90','\x79','\xf9','\x38','\x84','\x39','\x0c','\x7f','\x9a','\x26','\xc1','\x16','\x83','\x2b','\x3f','\xc6','\xdc','\xc4','\x79','\x6c','\x63','\x1a','\x11','\x74','\x36','\x4e','\x65','\xd8','\xbc','\x31','\xbc','\x87','\x44','\x5e','\xef','\x0a','\xb0','\x67','\x0f','\x48','\x0b','\x08','\x15','\x18','\x42','\xfa','\xe1','\x6f','\x9e','\xb0','\x7b','\x80','\xaf','\x2a','\x46','\xcf','\xe0','\x4b','\xf2','\x33','\x5c','\x08','\x69','\x9e','\xc6','\xdc','\xa6','\x6d','\x86','\x2a','\x49','\xb0','\x29','\x9c','\x86','\xff','\xdf','\x93','\x16','\x63','\x9c','\xbe','\xf8','\x98','\x05','\x63','\x7d','\xb4','\xeb','\x05','\xba','\x43','\x11','\xee','\xf9','\xa2','\xb7','\x00','\x18','\xb5','\x21','\xe9','\xd7','\x65','\x15','\x02','\x59','\xfc','\x58','\x70','\x59','\x9f','\x66','\x8a','\x1e','\x07','\xac','\x89','\x64','\x63','\x55','\x80','\x84','\xb8','\x75','\xa2','\x7b','\xa3','\x43','\x3a','\x75','\x0b','\xc1','\x8d','\xbc','\xd8','\x90','\x09','\x48','\xc1','\x04','\xbe','\x12','\xa3','\xe6','\xd4','\x5a','\x0b','\x67','\x1a','\x6d','\xb3','\x1f','\x0b','\x11','\x19','\x31','\x4b','\x94','\x31','\x9d','\x0b','\xe2','\x92','\xf9','\x0c','\xec','\x41','\xbb','\x04','\x1e','\x2c','\x69','\xb6','\x86','\x8a','\xd2','\x47','\xa7','\xf9','\xaf','\xab','\xd3','\x07','\x75','\xc1','\xc0','\xe7','\x7f','\x0a','\xbf','\xf9','\x15','\xa9','\xcc','\xc3','\xcc','\x78','\xde','\x59','\x9e','\x83','\x97','\xa0','\x48','\x0b','\x3b','\x4d','\x44','\xf9','\x62','\x4a','\x89','\x30','\xd7','\xe2','\xa0','\x94','\xdc','\xed','\x6d','\x15','\xc4','\x00','\x97','\x84','\xdf','\xe3','\x63','\xed','\x94','\xb2','\xde','\x61','\x5d','\x5f','\x75','\x63','\xc5','\xd3','\x93','\x6c','\x9b','\x88','\x6d','\xf1','\xde','\x49','\xc1','\x67','\xb6','\x15','\xd3','\xd9','\x3d','\x40','\x89','\x7b','\x01','\xcc','\x80','\xd5','\x64','\x3c','\x9b','\x90','\x3e','\x6f','\x52','\xd4','\xe7','\x4a','\x94','\x00','\x48','\x1d','\xcf','\xdd','\x5a','\x7c','\x31','\x28','\xbc','\xf8','\x34','\xbe','\xf1','\x9c','\x51','\xe8','\xb4','\x2c','\x7c','\x7e','\xba','\x0c','\xad','\x5f','\x6c','\xde','\x29','\xe3','\xbc','\x8f','\x2b','\x41','\xe0','\x4a','\x64','\x18','\x0a','\x95','\x03','\xdc','\x59','\x37','\xb6','\x69','\xf4','\x62','\xca','\xcf','\xfd','\xad','\xbb','\x8b','\x9a','\x8d','\xa3','\x85','\x4f','\xc7','\xf3','\x3e','\xd8','\x27','\x67','\xa6','\x0a','\xfe','\x92','\xf2','\x23','\x25','\xd8','\x81','\x2a','\x01','\x36','\xc6','\xf1','\x2e','\x62','\xb4','\x08','\x09','\x6d','\xeb','\x03','\x91','\x58','\xaa','\x92','\x84','\x4e','\xb7','\x44','\x71','\xac','\x51','\x10','\xe1','\x78','\x3e','\x99','\x70','\x1c','\x4f','\x45','\x60','\x74','\x25','\xfd','\x20','\x16','\x5e','\xba','\x31','\xb5','\x95','\xba','\xc0','\x94','\xa0','\x51','\x15','\x3d','\xb6','\xb9','\x97','\x64','\x69','\xc5','\x49','\xa5','\x29','\xb6','\x79','\x81','\x35','\x9d','\x8a','\xa3','\xaa','\xfc','\x2c','\x30','\x74','\xa8','\x0f','\x8b','\xd4','\x29','\x36','\xaf','\x17','\xeb','\x40','\xb8','\x0e','\x18','\x96','\x2d','\x01','\x09','\x9c','\x1e','\xc9','\xc7','\x84','\xb5','\x5c','\xa7','\x55','\xdb','\xe0','\x49','\x1d','\xe7','\x11','\xf4','\x4e','\xf1','\x01','\xf3','\xd8','\x3b','\xea','\x94','\x83','\x1d','\x05','\xfe','\x18','\xf9','\xcc','\x92','\x64','\x6b','\xc1','\xeb','\x27','\x22','\x34','\x8f','\x09','\x91','\x2a','\xef','\x9d','\xba','\x0c','\xab','\x52','\x3f','\x98','\xfa','\xa6','\x74','\xcb','\x43','\xc1','\x12','\x66','\xda','\xb7','\x97','\xe2','\x16','\xc8','\xb4','\xef','\xfb','\x75','\x18','\xec','\xfb','\xfd','\x4e','\xf7','\xfb','\x3d','\x29','\x3e','\xe9','\x02','\xad','\x92','\x0a','\xd6','\xab','\x98','\xea','\xe9','\x84','\xc2','\xc2','\xe7','\x4e','\x43','\xec','\x6d','\x2d','\xcc','\xc8','\xa2','\xbb','\xcd','\x95','\xa1','\x9c','\xd6','\x0b','\x18','\x88','\x1e','\x29','\x73','\x5e','\x9c','\x1d','\xe2','\xfa','\xf7','\x80','\x90','\x58','\x0e','\x67','\x62','\x68','\x91','\x98','\xa7','\x5b','\x91','\x63','\x1c','\xb5','\x0c','\xc4','\xfc','\x56','\x09','\xf2','\xbe','\x7f','\xcf','\x10','\xbe','\x2f','\xad','\x98','\xf3','\x59','\x5a','\xe5','\x13','\xf3','\xbb','\x1d','\x05','\x55','\x76','\xe7','\xe3','\xbf','\x90','\xe2','\xce','\x9c','\x71','\xaa','\x6d','\x07','\xa6','\x64','\x4c','\x6b','\xd7','\x1e','\x9a','\x36','\x63','\xf9','\x9b','\x45','\x73','\x69','\x44','\x1a','\xcd','\x46','\xa4','\x51','\x6f','\x3d','\x98','\xbe','\x98','\x12','\x62','\x0c','\x31','\x04','\xce','\x70','\xa1','\x23','\xe3','\xcc','\x4e','\x87','\x28','\x50','\xd1','\xc5','\x4d','\x92','\x10','\x0a','\x81','\x5c','\xef','\x21','\x4a','\xae','\x0a','\x02','\x60','\x05','\x9f','\x03','\xbb','\x3d','\x4d','\x85','\x4e','\x4f','\x65','\xea','\x07','\x79','\xdb','\x7b','\x96','\xdc','\xbf','\x3a','\x3d','\x33','\x78','\x13','\xb3','\xf9','\x60','\x39','\xab','\x94','\x78','\x93','\x2c','\x96','\x8f','\xd2','\xaf','\x04','\xd0','\x4e','\xbe','\xe9','\x0a','\x20','\xe5','\x10','\xf7','\x79','\x1f','\x77','\x61','\x0c','\xe0','\xdb','\x45','\xc6','\x6e','\x26','\x81','\xf0','\x4e','\x20','\x57','\x5c','\xb0','\xd7','\x3e','\xf8','\xd7','\x33','\x59','\xb6','\xc4','\x91','\x26','\x2f','\x17','\xcc','\xa6','\xae','\x0d','\xf8','\xfd','\x34','\x1e','\xea','\x93','\xf3','\x13','\xae','\x5b','\xe0','\x32','\x53','\xf3','\x29','\x7f','\xe2','\x55','\x06','\x78','\x94','\x94','\x0d','\xf8','\x34','\xa2','\x4d','\x12','\x28','\x45','\x56','\x44','\xe6','\x87','\x49','\x3a','\xd5','\x4e','\x55','\xf9','\x53','\xb1','\x39','\xe4','\x43','\xd0','\xf7','\x68','\xc1','\x9a','\x25','\xc7','\xa2','\x61','\xb6','\x46','\x10','\xea','\xba','\x9c','\x73','\x70','\xfc','\x21','\x7e','\x51','\xa4','\xd5','\xe1','\xb0','\x4a','\xc1','\xe4','\xb0','\xce','\x84','\xeb','\x9b','\x9f','\xcf','\xa1','\x90','\x03','\x1e','\x6c','\xa3','\x28','\x3f','\x0e','\xcb','\x95','\xf9','\x33','\x0f','\xa5','\xcc','\x46','\xa9','\x0b','\x41','\x74','\x38','\x4a','\xa0','\x36','\x6f','\x16','\x83','\x90','\x70','\xcd','\x1d','\x0f','\xd5','\x8b','\x8f','\x97','\xd3','\xb1','\x8c','\x31','\xb1','\x20','\x55','\x09','\x9b','\xd1','\x58','\x37','\x1c','\x59','\xe7','\xf9','\xf8','\x48','\xe2','\xf2','\xf7','\x2a','\x0f','\xe0','\x12','\x57','\x46','\x3a','\xb9','\xeb','\xb6','\x94','\x4d','\xb6','\xe4','\x46','\x26','\x54','\x2c','\x77','\xb0','\xf1','\x46','\x14','\x72','\xd2','\x14','\xc5','\xda','\x47','\x68','\x02','\x55','\xda','\xe2','\x18','\x72','\xd2','\xb2','\x66','\x79','\x7c','\xd2','\x4f','\xfc','\x2e','\xf8','\x11','\x02','\xa0','\xd4','\x7c','\x13','\x9d','\xcc','\x8d','\xcc','\xeb','\x20','\x70','\xc6','\x54','\x5d','\xc2','\x85','\xd0','\x6b','\x09','\xbe','\x64','\xf5','\x77','\x0a','\x8f','\x10','\xa2','\x4e','\x8d','\x9a','\x6f','\x9e','\x44','\xf4','\x4c','\xb0','\x62','\x22','\x7d','\xe9','\x68','\x73','\x2b','\xeb','\xc9','\x5c','\x8f','\x99','\xa9','\x33','\x51','\x1f','\x37','\xbb','\x53','\xdb','\x1a','\xf5','\x7d','\xcc','\xc3','\xd1','\xf3','\x19','\x20','\xb3','\x6a','\xad','\x52','\x0a','\x82','\x80','\x26','\xa2','\xb1','\xe3','\xd0','\x81','\xa1','\xa7','\xd1','\x8e','\x01','\x83','\xce','\xe7','\x09','\x89','\x54','\xc1','\x97','\x83','\x66','\x6b','\x1c','\x2c','\x76','\xd6','\x5d','\x15','\x0f','\x77','\xbd','\x40','\x28','\x42','\xb1','\x88','\x7d','\x72','\x71','\xf2','\x52','\x17','\x2b','\xa3','\xcc','\x87','\xec','\xfc','\xbb','\x95','\xf5','\x4e','\xe5','\xa7','\xf2','\xda','\xf9','\xd7','\x54','\xb9','\x3f','\xfa','\x21','\x3a','\xd6','\x49','\x99','\xa9','\x15','\xcf','\xda','\xfb','\x19','\xbd','\x79','\xa1','\x2c','\x17','\xaa','\xc1','\x2d','\x7c','\x87','\x20','\xaf','\x87','\x52','\x57','\x45','\xe1','\xff','\xc0','\x74','\xd6','\x7e','\x99','\x3e','\x3c','\x7e','\x5f','\x56','\x3f','\x71','\xf1','\x61','\x9d','\x6e','\xbc','\xf1','\xbf','\x29','\x80','\x02','\xc3','\xfb','\xc0','\xa0','\x6c','\x3a','\x92','\x82','\x40','\x44','\xf3','\x6e','\x5d','\x59','\xe3','\xb8','\x8e','\x78','\x08','\x7a','\xde','\x9b','\xce','\x75','\xa7','\xe3','\x20','\x70','\xf3','\xd1','\x12','\x61','\xd3','\xc4','\xa9','\x43','\x48','\x23','\xb3','\x68','\xb4','\x1d','\x36','\x93','\x38','\xb4','\x30','\x64','\x37','\xc5','\x0e','\x70','\x48','\xa0','\x89','\xa1','\x0b','\x25','\x77','\xb8','\x91','\x53','\x9c','\x0f','\xe4','\x05','\x69','\xbb','\x51','\x17','\x84','\x87','\xa4','\x7c','\x9a','\x21','\xff','\xfa','\xe8','\x20','\xf9','\x59','\x11','\xff','\x75','\x11','\xe3','\x9e','\xe5','\x35','\x4f','\x64','\x93','\x29','\xe3','\x60','\xd8','\xfe','\xbc','\x94','\x51','\x23','\x3b','\x25','\x05','\x63','\x62','\x6a','\x41','\xb7','\x44','\x2a','\x87','\x74','\x33','\xa0','\xeb','\xce','\xbc','\xc9','\x46','\x77','\x2d','\x52','\x80','\x1f','\xa1','\x62','\x47','\x41','\x59','\x2e','\x9a','\xbb','\x1b','\x5a','\x4d','\x65','\x6c','\x24','\x90','\xf9','\xbb','\x63','\x43','\x2a','\xe0','\x10','\x6f','\x77','\x74','\x13','\xdf','\xc9','\xc0','\x21','\x7f','\x09','\xd0','\x6d','\x55','\x33','\xee','\x16','\x2c','\x68','\x38','\xd5','\xce','\x01','\x68','\x6a','\x4a','\xbb','\xab','\xd3','\x60','\x36','\x97','\xa5','\x56','\x8e','\x4f','\x43','\xe2','\x2b','\x44','\x52','\x14','\xb8','\xea','\x2a','\x96','\xeb','\xb4','\xda','\x24','\x63','\x08','\xa6','\x00','\x5d','\x28','\xaf','\x8c','\xcf','\x24','\x6f','\x85','\x09','\xc6','\x8c','\x39','\x42','\x00','\x8a','\x62','\x2a','\xd1','\xcc','\xe0','\x9a','\x16','\xe8','\xa0','\xa9','\xf2','\xeb','\x91','\xde','\x94','\x1e','\x04','\xdf','\xa5','\xe8','\xcf','\x34','\x8c','\x42','\xea','\x4e','\xa9','\x2e','\x6f','\x6f','\x87','\xdf','\xe1','\xe3','\xb4','\x6b','\x34','\x68','\x41','\x11','\x0e','\x55','\xc2','\xb5','\x34','\x60','\x73','\x8e','\x9d','\x4c','\x11','\x13','\xa2','\x70','\xd7','\x3c','\x44','\xef','\xdf','\x1c','\x1d','\x0c','\xe5','\xa7','\x08','\x10','\x5d','\x07','\xf3','\xb8','\xc3','\xd8','\x77','\x22','\xea','\xe1','\xc6','\xb9','\x35','\xa6','\xfd','\xa5','\xd1','\x7e','\xdb','\x74','\x7c','\x45','\xcf','\x31','\xc1','\x8a','\x2d','\x34','\x1c','\xd5','\x59','\x3f','\x62','\xce','\x97','\xb8','\xf1','\xbd','\x0c','\x53','\xe6','\xcf','\xee','\xf2','\xa5','\xf4','\x22','\x3a','\x1e','\xb6','\x24','\x0c','\x43','\x3a','\x06','\x8c','\x21','\x21','\xf7','\x7e','\x49','\x8b','\xc9','\xf2','\x8b','\xf3','\x0a','\xc4','\x3e','\x67','\xcd','\x21','\x8a','\xe8','\xba','\xb8','\x6e','\x87','\x4c','\x9f','\x07','\x60','\xf1','\x68','\x7a','\x28','\x90','\x79','\x0a','\x7e','\xf4','\x0e','\x1e','\x6c','\xc6','\x08','\xaf','\x0b','\xca','\xb3','\xc7','\x78','\x4e','\xdf','\x7c','\x46','\x6a','\x47','\xed','\xea','\x0b','\xe9','\x2a','\x2b','\xbb','\xca','\xf2','\x8e','\xfc','\x47','\xa6','\xc8','\x85','\xb5','\x3d','\xd4','\x68','\xc9','\xae','\x86','\xe5','\x68','\xa8','\x57','\x5d','\x3a','\x6d','\xad','\xc5','\x3c','\x32','\x51','\xef','\x39','\xd8','\x81','\x88','\xd0','\xf7','\xef','\xdf','\x9f','\x0b','\x82','\x50','\x5f','\x4c','\x56','\x20','\x5e','\x31','\x90','\xb5','\xfc','\x5a','\xd0','\x3c','\x8c','\x11','\xba','\x09','\x04','\x60','\x62','\xb6','\xcb','\x4e','\x8d','\xa1','\x38','\xac','\x4b','\x75','\x06','\x61','\xd6','\x43','\x5d','\x42','\x79','\xfa','\x4b','\x83','\x28','\x06','\xd4','\x35','\x5c','\xab','\xe6','\x5f','\x64','\xf5','\xf9','\xb2','\xa4','\x32','\xa4','\x82','\x86','\xc9','\xc5','\xad','\xae','\x52','\xcd','\x9f','\x00','\xdf','\x7f','\xeb','\xf0','\x22','\xe1','\x2f','\x40','\x47','\xca','\x6a','\x34','\x89','\x0f','\x01','\xcf','\x9c','\xbd','\x0e','\x58','\x63','\x12','\xc0','\xab','\x17','\x38','\x16','\xd0','\x1a','\x7b','\x96','\x05','\x87','\x51','\x62','\x98','\x89','\xb8','\x71','\x0e','\xbd','\x0a','\x79','\xbd','\xc1','\x20','\xc0','\xdd','\x05','\x55','\x05','\x06','\x11','\xcf','\x07','\xb1','\x0b','\x88','\xc3','\x75','\x8d','\x42','\xc2','\xeb','\x31','\x26','\x4b','\x28','\xbc','\x64','\xa2','\xc5','\x14','\x1a','\xf4','\x2c','\x3d','\xcc','\xf0','\xa9','\xec','\xbf','\xd3','\x27','\xd3','\xb5','\x08','\x5f','\xff','\x9a','\x22','\x3e','\xd5','\xd0','\xce','\xe5','\x95','\x2c','\x83','\x14','\xc8','\xea','\xc6','\xdc','\x81','\xd1','\xb2','\x94','\xf6','\x5b','\x33','\x80','\x49','\x70','\xa9','\x61','\x94','\x6d','\x8a','\x83','\x28','\x4a','\x44','\xfe','\x69','\xcf','\xd2','\x3a','\x39','\xe9','\x60','\xfd','\xc9','\xd7','\x50','\x25','\x40','\xcb','\x18','\x9a','\x00','\x99','\x8c','\xb5','\xfe','\x59','\x3e','\x6f','\x97','\x2f','\x3f','\x54','\x1d','\x62','\x9c','\x58','\x02','\xde','\x4c','\x01','\x6f','\x60','\xe9','\x56','\xec','\x82','\x01','\x50','\x9c','\x05','\x81','\xa5','\x21','\x9d','\x81','\x82','\x7e','\x4d','\x27','\x84','\x04','\xfa','\xeb','\xe5','\x44','\x67','\xa5','\x8c','\x81','\x48','\x79','\x97','\x25','\xd8','\x0d','\xd4','\x93','\x92','\x63','\x10','\x9a','\x53','\xe9','\xb3','\xb9','\x95','\xb5','\x72','\xb1','\x29','\x6f','\x7a','\x3d','\x07','\x97','\x57','\x93','\x75','\x85','\x26','\xd2','\xeb','\xa2','\xca','\xcf','\xbd','\xd3','\x5d','\x23','\xbd','\x0d','\x17','\x1f','\x6c','\xf0','\xe0','\xaf','\xf7','\xfb','\x50','\x62','\xe2','\x2e','\x1d','\x18','\x03','\x0a','\x9a','\xc4','\x3b','\x12','\x3d','\xd2','\x9b','\x59','\x7e','\xb4','\x4d','\xc9','\xf2','\xb3','\xe8','\xb3','\xf3','\xd2','\x69','\x50','\xc4','\x41','\x32','\xf1','\x88','\x16','\x7a','\xbb','\x6d','\x74','\xfb','\xb6','\xd3','\xed','\xd6','\xa8','\xb5','\x11','\xaa','\xf8','\x7e','\x74','\x7a','\xfb','\x7e','\x27','\x3a','\x22','\x02','\x9b','\x0f','\x41','\xc5','\x0d','\xf3','\x30','\x2f','\xdb','\xf4','\x25','\x69','\x2a','\x07','\xe7','\x9d','\x7d','\xed','\x8c','\x91','\xe5','\xa4','\x2c','\x22','\xe2','\x24','\x22','\x57','\x9c','\xb0','\x60','\x21','\x17','\x77','\xee','\x3d','\x53','\x71','\x6b','\xaa','\x1d','\xd7','\xaa','\x2c','\x32','\x95','\xb1','\x42','\xde','\x54','\xfb','\xe5','\x77','\xf3','\xf8','\x4b','\x4c','\x16','\x58','\x43','\xc5','\xe4','\x9c','\x4a','\x5d','\xe2','\x0f','\xb1','\xed','\xb9','\x3e','\x23','\xbf','\x87','\x53','\x62','\x2c','\x57','\x95','\xc2','\xae','\xe5','\x77','\x55','\x80','\x6c','\xc4','\xba','\xf1','\xcf','\x50','\xe1','\x9c','\x46','\x63','\x63','\xbd','\x34','\x59','\x80','\xe7','\x92','\xd0','\xd6','\x9a','\xf2','\x65','\xd2','\x58','\x01','\xa3','\xef','\x2b','\x45','\xf0','\xd2','\x05','\xae','\xb5','\x36','\xdd','\x96','\x5a','\x5f','\x48','\x4c','\x4b','\x3b','\x17','\x03','\x47','\x3e','\x32','\xb2','\x98','\xd0','\x90','\x41','\xa0','\xfc','\xa8','\xbe','\xd5','\xac','\xc3','\xa0','\xf8','\xe4','\xf0','\x91','\x51','\x1e','\x82','\x69','\x71','\xa2','\x0d','\xd7','\xb5','\x25','\x2f','\xe3','\x31','\x68','\xdc','\x38','\x69','\xfc','\x55','\x81','\x1d','\x55','\x3c','\x77','\x71','\x6a','\x6d','\xda','\x3f','\x2d','\x25','\x50','\x89','\x3b','\x83','\x29','\xd9','\x32','\x90','\x09','\x2c','\x3b','\xd1','\x56','\x4c','\x81','\x8b','\xda','\x7e','\x63','\xca','\xbb','\xe6','\x88','\x08','\xb8','\xbe','\xf8','\x0f','\x4c','\xb5','\x0f','\x3e','\x18','\xb2','\xec','\x9e','\xd8','\xf7','\x6b','\x64','\xe7','\xef','\x79','\x56','\x29','\xaf','\xa4','\xf5','\x06','\x2b','\x71','\xc1','\x27','\xd7','\x6d','\x9e','\x5d','\x1d','\x6b','\xd3','\xfc','\x33','\xf3','\xb8','\x0b','\x80','\x1a','\x91','\xba','\xa9','\x30','\x77','\xa2','\x83','\x34','\x4a','\x9c','\x00','\x1d','\x01','\xb2','\x13','\x17','\x29','\x99','\xe6','\xb8','\x00','\x0f','\xe6','\xd4','\xcf','\x60','\x94','\xd0','\x71','\xa0','\xd1','\x0a','\xa0','\x1a','\xad','\xd7','\xfe','\xa8','\xef','\x64','\x55','\x17','\x09','\xb5','\x8a','\x6c','\x98','\xda','\x60','\x4f','\x78','\xc6','\xa0','\x4f','\x25','\x58','\x0f','\xb5','\xfa','\xc8','\xb3','\x9a','\x8d','\xf9','\xe3','\xbf','\x2a','\x3d','\xb3','\x16','\x2a','\xed','\x3f','\x78','\xc1','\xc0','\x08','\x11','\x28','\x00','\xa4','\x00','\xcf','\x80','\xb8','\xef','\x64','\x92','\x5b','\x7d','\x98','\x88','\xba','\xc0','\x6e','\xbb','\x28','\x38','\xdf','\x82','\xfc','\xc6','\xdd','\x3e','\x28','\x03','\x4d','\xc9','\x19','\x44','\x24','\x94','\x81','\x35','\x82','\x22','\x5b','\xab','\x79','\x9a','\xe7','\x35','\x38','\xf5','\x1b','\x76','\x98','\x67','\x64','\x25','\xe5','\x3b','\xb2','\xa0','\x78','\x20','\x42','\xc4','\x0d','\xad','\x51','\xb6','\x46','\xcb','\xcb','\x0c','\x63','\x66','\x80','\xb9','\x34','\xd0','\xdb','\x44','\x79','\x7c','\x2d','\xa1','\xfc','\x5e','\x29','\x1e','\x69','\x00','\x2a','\x6f','\xbc','\x48','\x4c','\x14','\x96','\xa2','\xd4','\x57','\x49','\x7c','\x90','\x64','\xc8','\x9c','\xee','\xbc','\x30','\x06','\xcf','\x39','\xa5','\x94','\xe5','\x66','\x90','\xa0','\xd0','\xa3','\xdf','\x43','\xa8','\x97','\x9a','\xda','\x9d','\x84','\x6d','\xb7','\x73','\x36','\xec','\xb4','\xa0','\x2f','\x24','\x0b','\x4b','\xbd','\x6b','\xc8','\x2e','\x2d','\x3d','\xee','\x42','\xf7','\xfb','\x31','\x94','\x94','\x6e','\x63','\x09','\x63','\xe1','\x81','\x0b','\x7a','\x5c','\xa0','\x6b','\xc0','\x50','\x4c','\xc1','\x50','\x6b','\x94','\x2a','\x62','\x5d','\x84','\xfa','\xbd','\xbb','\x35','\x69','\xa6','\x99','\x15','\x13','\x19','\xdc','\x0c','\x21','\x40','\x07','\x9a','\x10','\x7d','\x30','\x36','\xbb','\x86','\xd5','\xeb','\xf5','\xdb','\x4e','\xff','\xf3','\xff','\xbc','\xd2','\x1f','\xff','\x79','\x19','\xf9','\x8f','\x4e','\xc7','\xd1','\x89','\xdf','\x88','\xfa','\xd1','\xe8','\xde','\x84','\xe8','\x58','\xcf','\x66','\x34','\x69','\x16','\x54','\xf5','\x0e','\xcf','\x0f','\xa5','\x77','\xbe','\x27','\x22','\xe9','\x6e','\xad','\x71','\xe6','\x4c','\x82','\xf6','\x4b','\x5b','\x85','\x8c','\x8a','\x06','\x93','\x31','\x7a','\xcc','\xce','\xdd','\xb6','\xba','\x26','\xc6','\x15','\xb2','\x03','\xe7','\x7a','\x41','\x87','\xd8','\x1d','\xf7','\x52','\xc2','\xd4','\x98','\xf6','\x3d','\xac','\x90','\x42','\xa4','\x77','\xe9','\x08','\x49','\x6f','\xd4','\x45','\x23','\xa8','\x81','\x1c','\x4e','\x85','\xda','\x57','\xe3','\x49','\x58','\x36','\x62','\x35','\xcd','\x6b','\x6b','\xef','\x32','\x04','\xf0','\xf4','\x93','\xd1','\x8f','\xbd','\x06','\x05','\x52','\x1e','\x1f','\x61','\x5d','\x57','\x7a','\x04','\x86','\x88','\xd2','\x05','\xbd','\x18','\xa0','\x81','\x84','\xdc','\x02','\xbb','\xdf','\x1a','\xed','\xfb','\x36','\x5c','\x3f','\x37','\xa6','\xdb','\xed','\x36','\xf1','\xa4','\x7d','\xdf','\x69','\x95','\x92','\x02','\x64','\xb7','\xa5','\xd6','\x30','\xd8','\xc6','\xe4','\xe3','\x33','\xfc','\xcd','\x7d','\x3d','\x4d','\xbe','\x1b','\x26','\x36','\x41','\xc0','\x60','\x61','\xf7','\xa2','\xb5','\x18','\x9e','\x06','\x04','\x37','\xda','\x43','\x01','\xc4','\x41','\xb8','\xe0','\x6f','\x0f','\x43','\xe0','\x9a','\x59','\x9c','\x91','\xa8','\xfe','\xad','\xc8','\xe2','\x71','\x7a','\x08','\xe4','\x98','\xa8','\xba','\x2a','\xd4','\xf7','\xf1','\x83','\xbb','\x2a','\xac','\x62','\x3c','\xfb','\x16','\xd0','\x57','\x70','\xb9','\xbf','\x71','\xaa','\x5d','\x2a','\x3b','\xd0','\xbc','\x7e','\xfc','\xb0','\xc8','\xec','\xf7','\x3e','\x8f','\x1b','\xce','\xe5','\xb2','\xc8','\x93','\x1f','\x57','\xb3','\x5b','\x7d','\xed','\x59','\xeb','\xe4','\xcd','\x76','\x87','\xed','\x56','\x71','\x21','\x26','\x05','\x8c','\x13','\x32','\x63','\xe0','\x13','\xf6','\x2f','\xeb','\x0e','\x5a','\x6e','\x7f','\x76','\xab','\xa4','\x10','\x2c','\xb0','\x6d','\xe8','\x77','\xfd','\x2c','\x84','\x79','\xc5','\x81','\xd1','\x55','\x15','\xee','\x24','\xb0','\x03','\x79','\x42','\x73','\x8b','\xc5','\xb0','\x5c','\x1f','\x08','\xbc','\x8a','\x32','\xb3','\xc2','\xa8','\xcf','\xd4','\xf3','\xa1','\xf4','\x2f','\x5f','\x46','\x9e','\x64','\xf1','\xf9','\x99','\xb5','\x63','\x84','\x0d','\xef','\x2c','\x55','\x0d','\x70','\xe3','\x1d','\xb7','\x9a','\xc3','\x81','\x71','\x32','\xd9','\xe4','\x64','\x39','\x80','\xc5','\x91','\xcb','\xb2','\xcb','\x00','\x45','\x51','\xb5','\x29','\x08','\x86','\xf5','\xb3','\xc2','\xf0','\x7c','\x7f','\x2f','\xb3','\x4a','\x69','\xc3','\x32','\x0b','\x47','\x03','\x4c','\x29','\x94','\x07','\x72','\x52','\xca','\x30','\x17','\x99','\x3b','\x29','\x0f','\xa5','\xbd','\x69','\x0f','\x84','\x28','\x1b','\xa6','\xce','\xea','\x7b','\x96','\x7e','\x4d','\x67','\x63','\x50','\x72','\x4f','\x06','\x34','\xcd','\x41','\x7e','\x7a','\xb2','\xf9','\x40','\xae','\xfc','\x21','\x06','\x6a','\x8d','\x69','\xbb','\x35','\xda','\xf7','\x70','\x77','\x33','\x85','\x03','\x2d','\xcc','\xc6','\x69','\x52','\x91','\x12','\x73','\x20','\x24','\xd4','\x0f','\x52','\xab','\x8f','\x2a','\x29','\xa6','\xfc','\x18','\x6d','\x10','\xf9','\x0e','\x77','\xef','\x42','\xfd','\x2e','\x7a','\xe6','\xa1','\x94','\xcd','\x94','\x95','\x9f','\x36','\x14','\x22','\x53','\x44','\xcc','\x6a','\x69','\xe8','\xd9','\x8c','\x07','\x8e','\x79','\x16','\x43','\x26','\x30','\xbf','\xee','\xd5','\xa5','\xe3','\xdb','\x95','\xd9','\x6d','\x8d','\x69','\xbf','\x35','\x7a','\x79','\xdd','\xe9','\xe5','\x65','\x80','\x4e','\x8b','\x2c','\x37','\x36','\xd1','\x89','\xfa','\xcb','\x58','\x3f','\xd4','\x03','\xb0','\x9e','\xe8','\xbb','\x73','\xfa','\x55','\x7c','\xcc','\xd7','\x52','\x0c','\x8e','\x6f','\xa9','\x15','\x6b','\xde','\x90','\x26','\x6a','\x25','\x4a','\x7e','\xff','\xa8','\xb9','\x8c','\xf1','\x5f','\x1f','\x24','\x28','\xeb','\xe9','\xac','\xcf','\x89','\xc7','\x81','\xac','\x53','\x08','\xbb','\xef','\x8d','\x5e','\x5e','\x36','\x7a','\x79','\xdd','\x88','\xb7','\x61','\x81','\xb3','\xc8','\x81','\x83','\x0e','\x98','\x3a','\xf5','\xa1','\x7c','\x50','\xac','\xfd','\x3a','\xff','\x68','\x59','\x7e','\x02','\x8a','\xbc','\x2b','\x09','\xfe','\x83','\xfc','\x83','\xe3','\x11','\x13','\x69','\x98','\x6c','\xf6','\xf0','\xf1','\xac','\xeb','\x30','\x02','\x24','\x28','\x5f','\xf5','\xcb','\x80','\xc7','\x06','\xc4','\xed','\x75','\xa3','\x97','\xd7','\x1b','\xed','\xb7','\x36','\x02','\xd2','\x10','\xd3','\xb6','\x65','\x65','\x87','\x99','\x53','\x84','\x6b','\x4c','\xd3','\x45','\xa8','\x98','\xee','\xf7','\xfb','\x34','\x28','\x53','\x5f','\x46','\x15','\x69','\x01','\xe3','\x63','\xec','\xb4','\x2d','\x04','\xf4','\xb7','\x6e','\x1c','\xfe','\xb4','\xcd','\xae','\xa2','\xe5','\xeb','\x75','\xe0','\xc5','\xae','\x08','\x48','\x8d','\x56','\x93','\xeb','\x16','\x10','\x6f','\x85','\x5e','\x4b','\x80','\xf3','\x4f','\x04','\x14','\x4f','\xa0','\xaf','\x8f','\x10','\xb8','\xed','\x38','\x25','\x71','\xbb','\x2a','\x88','\xe3','\xaf','\x1d','\x0e','\xcc','\x75','\x8b','\xd3','\xfe','\x7f','\x47','\x3a','\x41','\xc7','\xab','\x6c','\xab','\xb9','\xbb','\x04','\x29','\x95','\x48','\x19','\x87','\x9f','\x90','\x9d','\x5f','\x16','\xe5','\xbb','\xbb','\x19','\x22','\xa0','\x8e','\x61','\xd6','\x3b','\x53','\x1e','\x98','\x48','\x77','\xc4','\x87','\xdd','\xc5','\xb8','\x46','\xdc','\x49','\x81','\x40','\x0f','\xac','\x3f','\x3c','\x84','\x8a','\xb8','\x55','\xc8','\x2a','\xe2','\xf4','\x9e','\xed','\xd2','\xe3','\x3a','\x47','\x5f','\x60','\x52','\x06','\x98','\x1b','\x0c','\x42','\x28','\x06','\x61','\xd6','\x45','\x71','\x34','\xb4','\x51','\x7c','\x35','\xe6','\x9c','\x1f','\x4d','\xa7','\xb2','\xb0','\xa8','\x55','\x85','\xab','\x84','\x7d','\x59','\xff','\x54','\x1a','\x74','\xf1','\x02','\x66','\x7b','\xb6','\xfe','\x9f','\x91','\x1e','\x30','\x9a','\x67','\xf9','\x10','\x82','\xb2','\x77','\x95','\xaf','\x84','\x32','\x0e','\xec','\x67','\xbe','\xe5','\x43','\x85','\x2e','\xd6','\x42','\x7e','\xde','\x47','\x74','\xbb','\xdd','\xa2','\x68','\xa1','\xf2','\xe3','\xa1','\xe0','\x5d','\x86','\x19','\x78','\x10','\x50','\x74','\xc6','\xea','\x0b','\x4b','\x4b','\xe9','\x4b','\x21','\x21','\xfb','\x93','\x68','\x28','\xe1','\x05','\x58','\x9b','\x92','\x5e','\xf3','\xcc','\xa7','\x6e','\x2e','\x2e','\x97','\xe1','\xec','\xc1','\x7b','\x89','\xa4','\x0e','\xbd','\x2c','\x7e','\x5c','\x6c','\x4a','\xd4','\x57','\x13','\x08','\x36','\xc8','\x70','\xb6','\xbb','\xb0','\xa8','\xd7','\x9e','\xa1','\xc4','\x36','\x57','\x25','\xdc','\x7d','\x97','\x52','\xd9','\xd9','\xee','\x7a','\x1d','\xb3','\xb4','\x99','\x4a','\xe4','\x1b','\xb3','\x11','\xe8','\x00','\xee','\xf7','\x51','\x6d','\x22','\xe6','\xc3','\x9e','\x91','\xcf','\x7f','\xc2','\x3e','\x64','\x56','\x1f','\x55','\x7e','\xf4','\xcc','\xcf','\xc4','\x2f','\xd5','\xd2','\x32','\xce','\x64','\x93','\x9f','\xb7','\x89','\x01','\x19','\x8d','\xf3','\x20','\x1c','\x1a','\xf0','\xc0','\xce','\x13','\x75','\x0d','\x2d','\xec','\x7d','\x45','\xb7','\xb7','\x2c','\x2e','\x68','\xd2','\x3a','\x2d','\x52','\x9a','\x37','\x09','\xf9','\x38','\x79','\xc4','\xbb','\xdb','\x6d','\xa7','\xd6','\x98','\xbe','\xff','\x75','\xd0','\xdb','\x5b','\x8f','\xdf','\xb6','\x46','\xdb','\x6d','\xa3','\x1b','\x91','\x6f','\x24','\x1c','\xf7','\x23','\x36','\xbf','\xe9','\x64','\xba','\x7f','\x25','\xcf','\x5a','\xb1','\x73','\x1b','\x02','\xd1','\x48','\x8f','\x24','\x11','\xf1','\x30','\xad','\x57','\x14','\x52','\x46','\x85','\x21','\xc5','\x02','\xe1','\xaf','\x3d','\x2d','\xce','\xda','\x30','\x48','\x8b','\x03','\x56','\x67','\x3f','\xce','\xb1','\x06','\xf4','\x2c','\xda','\xcb','\xb7','\x9d','\x5e','\xbf','\xed','\x23','\x08','\x80','\x9e','\x13','\xb3','\x30','\xea','\xfc','\xfd','\xa0','\x3b','\x11','\x09','\x0d','\x17','\xca','\x4a','\x97','\xe8','\x95','\x31','\x8a','\xbd','\x60','\xaa','\xda','\x96','\x33','\x85','\xce','\xbb','\x7c','\xd5','\xc5','\xfa','\x9a','\xb5','\xc3','\x43','\xc9','\xdb','\xd9','\x4b','\xb8','\x40','\xda','\xf9','\x2a','\x58','\x7f','\x88','\xa8','\xed','\x4c','\x2f','\x2f','\x1b','\xbd','\x7e','\xbb','\xd1','\xed','\x75','\x53','\x97','\xd4','\x91','\xef','\x38','\xee','\x53','\xfd','\xc7','\x71','\x2c','\x5d','\x3f','\x77','\xcc','\x70','\xbf','\xe7','\x17','\xb3','\x0b','\x5c','\x8e','\xab','\x3d','\xf5','\xe2','\x51','\xf2','\x91','\x86','\x09','\x30','\xb7','\x03','\xf4','\x5f','\x2d','\xaf','\x3c','\xb3','\x36','\x62','\x97','\x1a','\xd4','\x1b','\x93','\x6a','\xcb','\x66','\x9e','\x94','\xfa','\x0e','\xf0','\x32','\xb7','\xe1','\xef','\x83','\x3d','\x3e','\x94','\x2a','\xf7','\xaf','\x49','\x19','\xa6','\x83','\xeb','\xb2','\x8b','\xb0','\xca','\x8f','\x59','\xaa','\x10','\x5a','\xd6','\xf3','\xa8','\x0d','\x7f','\x93','\xf4','\x50','\xa9','\xb8','\x48','\x97','\xef','\xd4','\x6e','\xd7','\x31','\x4e','\xae','\x28','\xb9','\xa4','\x69','\xc8','\x16','\x16','\x96','\xd3','\xba','\x55','\x61','\x1d','\xa5','\x66','\x71','\x7b','\xd6','\x2e','\x8b','\xd0','\x32','\x8e','\x06','\x8d','\x0f','\xed','\x30','\xe1','\x4d','\xee','\xdb','\x6b','\xbb','\x55','\xee','\x76','\x4a','\x2e','\x13','\x42','\x99','\x31','\x0d','\x07','\x17','\x91','\xb3','\x89','\xec','\x3e','\xe7','\x7d','\xbd','\x00','\xfc','\x55','\x9f','\x49','\x8a','\xd4','\x94','\x49','\xe8','\x32','\x6e','\x7b','\x2a','\xa0','\x66','\x5d','\x20','\xd9','\x65','\xbe','\x45','\x99','\x67','\x3f','\x95','\x97','\x62','\xc4','\x52','\xa3','\x2f','\x0a','\xfa','\xbb','\xac','\x9d','\x4b','\x71','\x8a','\xd9','\x1e','\xfc','\xb6','\x70','\xcd','\x78','\xa2','\x60','\xbc','\x83','\xc7','\x90','\x4d','\xb8','\x69','\x8e','\x67','\x46','\x47','\x42','\x43','\xa9','\x39','\x7a','\x87','\xdd','\xec','\x2c','\x8f','\xec','\xb0','\x6e','\x52','\x7e','\xc0','\xa3','\x41','\xbf','\x06','\xf8','\x9e','\xda','\x28','\xe5','\x73','\xd0','\x4b','\x05','\x07','\x93','\xd2','\x90','\x84','\x8b','\xac','\xf3','\x4c','\xfd','\x87','\xbc','\x32','\xfa','\x1b','\x72','\xb2','\x5a','\x6b','\x49','\x9f','\xe7','\xcf','\x02','\x65','\x57','\xf7','\xb2','\xb9','\x15','\xc8','\x83','\x78','\x6a','\xd7','\x8c','\x7d','\xce','\x7d','\xfc','\x2f','\x93','\x89','\x77','\x1f','\x13','\x9e','\x7f','\xa3','\x18','\xb7','\xc1','\x7f','\xd6','\x0a','\xa2','\x93','\x12','\xae','\x6f','\x2d','\xd7','\xdc','\x6b','\x36','\x73','\x31','\x32','\xe5','\xc7','\xdd','\xdb','\x90','\xc6','\x38','\x2b','\x56','\x44','\x4e','\x27','\xb6','\x7e','\xfb','\x21','\x7e','\xb9','\xe9','\x71','\x3f','\xd4','\x4a','\x93','\xdb','\x33','\x40','\x5f','\xbf','\x3e','\x1c','\x4e','\xe8','\xf6','\x36','\x34','\x73','\x3b','\xef','\x73','\xa8','\xab','\x9c','\x10','\x28','\x3e','\xa3','\x81','\x33','\x53','\x9c','\x8b','\x75','\x7e','\x9d','\x8f','\x37','\x90','\x47','\xe4','\xdd','\xf6','\x8d','\x6e','\xb7','\xa1','\x08','\xf6','\x2e','\xf4','\xf6','\xbf','\x6f','\x44','\x44','\x74','\x7b','\xdd','\xe8','\x75','\xbb','\x8d','\xf3','\x18','\xdb','\xe0','\xd6','\xfd','\xde','\xe8','\x78','\x1b','\xf9','\xa6','\x8e','\x56','\x01','\xba','\x04','\x4f','\x3c','\x65','\x03','\xe0','\x78','\xc9','\xe5','\xe6','\xa5','\xf7','\x04','\xc3','\x00','\xad','\x58','\xac','\x76','\xb6','\xb5','\x9e','\x1d','\xb8','\xdd','\xdb','\x88','\xc8','\xe5','\x9b','\x58','\xbb','\x8c','\x88','\x85','\xd2','\x5e','\x5c','\xba','\xfe','\x61','\xc9','\x1f','\xb0','\x2d','\x8b','\xf9','\x02','\x7d','\x4a','\x54','\x5e','\xba','\x75','\x72','\xdf','\x68','\xdb','\x99','\x68','\x6f','\xc3','\x05','\xf2','\x10','\xba','\xbf','\x1d','\xda','\xea','\xbb','\x46','\x0d','\x94','\xc2','\x3b','\x8b','\xa0','\x15','\xe8','\x1f','\x66','\x59','\x0d','\xf4','\x8a','\x96','\x16','\xf2','\xee','\x72','\xd4','\xf1','\x3d','\x3b','\xc3','\xa6','\x3b','\x4d','\xc6','\x87','\xe3','\xac','\x0f','\xf9','\x5a','\x26','\x1e','\xe7','\xcf','\x5e','\x5e','\x77','\xfa','\xf6','\x9f','\x17','\x7a','\xfd','\xb6','\xd3','\x7e','\x6b','\x7e','\xc7','\x10','\x09','\x2d','\xef','\xfb','\xb9','\xdf','\xef','\x8f','\x83','\x20','\xd4','\x9b','\x52','\xe5','\x8a','\x83','\x95','\xce','\x4c','\xcc','\x8b','\xf1','\x67','\x63','\xc4','\xee','\x2d','\xed','\x93','\xe7','\x96','\x9f','\x56','\x10','\x73','\xa9','\x76','\x89','\x0d','\xd3','\x44','\x04','\x80','\x43','\xbf','\x4d','\xbf','\x63','\xe4','\x23','\x3b','\x5f','\xbf','\x53','\x4e','\x30','\x3f','\x3e','\xfe','\x0f','\x16','\xf2','\xd0','\x43','\x17','\x60','\xa8','\x32','\xbd','\xa7','\xd0','\xd2','\xbf','\x38','\x3d','\x41','\x9a','\x8e','\xe5','\x1c','\x87','\x28','\xab','\x2e','\x0c','\xf9','\x1d','\x45','\x3e','\xac','\x2f','\x4d','\x4b','\x99','\xb3','\xc6','\x4c','\xd2','\xc6','\x0e','\x3b','\x33','\x53','\x6f','\x42','\x7c','\x08','\xd1','\xd1','\xa9','\x13','\xfa','\xb5','\x67','\xc6','\xc0','\x54','\x84','\x0c','\xa9','\x12','\x04','\xc0','\x09','\x95','\x1c','\xa4','\x1e','\x5b','\xd9','\x02','\x16','\x1f','\xdc','\x4d','\x4e','\x65','\x7b','\xbb','\xa1','\x6c','\xe8','\x58','\xc2','\x4f','\x4b','\x21','\x0c','\xbf','\xfd','\x4e','\x9f','\x4b','\x67','\x8c','\xfc','\xc9','\x57','\x3e','\x3c','\x05','\xa8','\x94','\x2c','\x7f','\x13','\xd8','\x3d','\x37','\x59','\x31','\x74','\x7a','\x77','\x03','\xb2','\xf3','\x0f','\xbe','\x1b','\x8f','\xd6','\x9d','\x70','\x73','\x73','\xe0','\x33','\x2d','\x1a','\x78','\x06','\xca','\xc3','\x29','\x8c','\x93','\xc5','\xe7','\xa9','\x5c','\x48','\x1f','\x19','\xa0','\x67','\xe6','\xc3','\xfa','\x57','\xda','\x33','\xb9','\xc3','\x53','\x59','\x6f','\x9c','\x5e','\x8f','\xca','\x00','\x59','\x4d','\x6b','\xef','\xbd','\x09','\xc4','\xf9','\xba','\x0b','\x39','\x3c','\x71','\xe5','\x8d','\x67','\xd5','\x32','\xab','\x57','\x8a','\x9e','\x2d','\x30','\xeb','\x8f','\x5b','\x51','\x96','\xb5','\x29','\xda','\x4d','\xf2','\x2c','\x76','\xac','\x2d','\x84','\xf5','\xdb','\xdb','\xe1','\xca','\x0d','\x1c','\x6d','\x08','\x37','\x33','\x75','\x5d','\xf3','\xa0','\x1b','\x15','\x55','\x72','\x28','\x3f','\x76','\x3f','\xa2','\x5f','\x70','\x7a','\xef','\xd4','\x41','\x21','\xb3','\x4d','\xa7','\x09','\x99','\x9e','\x8c','\x75','\xec','\xb4','\xc7','\x67','\xa6','\xb8','\xe7','\xe8','\xf6','\xb2','\x0d','\x17','\xc0','\x6d','\x58','\xbd','\xcc','\x92','\xc5','\x4c','\xf4','\xc2','\x03','\x84','\xee','\x2f','\x9b','\x5b','\x4b','\xef','\xbb','\xd0','\xb6','\x1f','\xd4','\xee','\x9d','\x84','\x89','\x0e','\x6d','\x86','\x45','\x4c','\x73','\x3e','\xbc','\x4a','\xbc','\xfe','\x1a','\x3c','\xfe','\x0b','\xd3','\xe9','\x12','\x04','\x0d','\xc6','\x36','\x4d','\x7c','\xfa','\x0b','\xfd','\x92','\x05','\x4d','\xc0','\x42','\x8d','\x26','\xd6','\x5c','\x4c','\xea','\x87','\xba','\x7c','\xa4','\x66','\xd4','\x1f','\x8c','\x70','\x24','\xe6','\xfe','\x7e','\x3f','\x88','\xdb','\x46','\xad','\x31','\xed','\x5b','\x23','\xd9','\x46','\xd6','\xe3','\x3e','\xce','\x64','\x21','\x0f','\x2a','\x27','\x6b','\x41','\xa9','\x9a','\x87','\xe5','\x14','\x73','\x7f','\x94','\x19','\xd7','\xf5','\xce','\x18','\x51','\x73','\x14','\x2c','\x7a','\xdd','\xc0','\xb8','\x50','\x3a','\x5a','\x3a','\xbc','\x46','\x46','\x80','\xb4','\x97','\xd7','\x9d','\xfe','\xf8','\xcf','\x8d','\xbe','\xfd','\xe7','\x46','\xb7','\x97','\x8d','\xb6','\x71','\xf9','\x96','\xd3','\x7f','\x0d','\x7b','\x6d','\xf7','\xb4','\x5d','\x06','\x41','\xc0','\x8b','\x50','\x2d','\xf3','\xb6','\x6d','\xc1','\xf0','\xa3','\x2d','\xfe','\x2c','\x7d','\x3f','\x5b','\x58','\x96','\x07','\x40','\xb0','\x45','\x95','\xf2','\x70','\xd7','\x5c','\x26','\x1d','\x5f','\xbe','\x20','\x78','\x06','\xfa','\x0c','\xf7','\x2a','\x38','\xf2','\xcc','\x85','\x31','\xab','\x72','\x84','\x7c','\x2c','\x69','\xbb','\x9e','\x6b','\x10','\x2f','\x97','\xe7','\xff','\xd6','\x94','\xb0','\x1f','\xec','\x90','\x2e','\x13','\xa0','\xf0','\x49','\x09','\xbd','\x28','\x03','\x41','\xaa','\x03','\xde','\x65','\x38','\xb9','\x5f','\x9f','\x7e','\x54','\x2b','\x56','\x4c','\xe6','\x32','\xef','\xea','\x85','\x85','\x82','\x93','\x98','\xd5','\x92','\x41','\x49','\xca','\xbf','\x5c','\xaa','\xb6','\x1e','\x26','\x17','\xb2','\x50','\x4a','\x56','\xd7','\x81','\x8f','\xb5','\xc4','\x29','\x7a','\xf7','\xb8','\x2f','\x68','\xec','\x86','\xe1','\xee','\x78','\x85','\x4b','\xc2','\x32','\x95','\x6f','\x67','\x7e','\x5c','\x09','\xca','\x5d','\x88','\x5d','\x35','\x27','\x5a','\x09','\x72','\xa3','\x01','\x2b','\x03','\xed','\x40','\x60','\x05','\xce','\x63','\x60','\x79','\xd9','\x78','\x07','\x43','\x99','\x57','\x51','\x0a','\x64','\x4d','\xf3','\x25','\xc4','\x43','\x59','\x54','\xef','\x48','\x97','\xc5','\x3c','\x21','\x79','\xaa','\x9f','\xd1','\xcf','\x4e','\x8f','\x76','\x5b','\xb1','\x43','\x67','\x80','\x14','\xc1','\x61','\x25','\xe8','\x27','\x85','\x2f','\xab','\x7b','\x52','\x57','\xab','\x8f','\x57','\x0b','\xbb','\xc7','\x7e','\xce','\x02','\xee','\x56','\x71','\x37','\x0c','\x2a','\x56','\x9f','\x2e','\x2e','\x60','\x5d','\x09','\x48','\x6d','\x99','\xd7','\xc6','\xa4','\x3c','\x58','\xdb','\xc8','\x40','\xc7','\xac','\x48','\xc0','\xa3','\xf4','\x25','\x59','\x66','\xe5','\x01','\x69','\x2d','\x98','\x87','\xdb','\x7c','\xa6','\x36','\x07','\xad','\xaf','\x86','\x76','\x25','\x92','\x89','\x56','\xde','\x20','\x30','\xb1','\xb2','\xc2','\x0b','\x21','\x12','\x94','\x65','\x44','\x79','\x3e','\xc5','\x0b','\xe6','\xb6','\x6a','\x04','\x16','\xa6','\xf5','\xcd','\xa0','\xd4','\xa4','\x4c','\x99','\x17','\x90','\x41','\xf6','\xaa','\x61','\x54','\xa6','\xa1','\xfc','\x6c','\xfb','\x38','\xef','\xb3','\xdd','\x1a','\x6d','\xea','\x9e','\x8f','\xe5','\x9a','\x45','\x2d','\x07','\x7a','\x28','\x43','\x40','\x04','\x77','\xfc','\x8c','\xcb','\x4d','\x8f','\xfb','\xe1','\xa0','\x8e','\x95','\xe1','\x98','\xf2','\x73','\x58','\x54','\xcd','\x6a','\x1d','\x00','\xf2','\x67','\x8e','\xf3','\x3e','\x4c','\xb6','\x53','\xae','\xbb','\xe5','\x23','\x43','\x1a','\xdb','\xd4','\x98','\x69','\xec','\xa2','\xe1','\xf5','\xf2','\x5e','\x65','\x87','\xae','\xfc','\xbc','\xbc','\xec','\xf4','\xf2','\x6d','\xa3','\xcd','\x94','\x9f','\x63','\x28','\x3e','\xad','\x31','\xb5','\x7d','\x84','\xc0','\xde','\x6e','\xc3','\x0a','\x61','\x51','\xe8','\xb6','\xdd','\x5c','\x9a','\xb4','\x5d','\x2a','\xa4','\x78','\x6a','\x80','\x8d','\x5d','\x5e','\xe3','\x2b','\xd6','\xf5','\xec','\x15','\x25','\x97','\x72','\xee','\x5d','\x49','\xc7','\x43','\x4d','\x3c','\x21','\x72','\xc0','\x25','\xae','\xd6','\xaa','\x8b','\xcc','\xe6','\x77','\x44','\x5c','\x21','\xa7','\xd7','\x80','\x46','\x56','\x76','\x2d','\x01','\xd7','\xd6','\x2c','\xcc','\xd1','\xfa','\x78','\xbc','\x75','\xfa','\xeb','\xff','\xee','\x83','\xcf','\x1d','\x9d','\x6e','\x2f','\x3b','\xed','\xbb','\x5a','\x05','\x45','\xef','\x80','\x02','\x57','\xb2','\xa9','\xa9','\x8b','\x8d','\x69','\xf7','\xc6','\x70','\x9c','\x07','\x6d','\xd4','\xe6','\x98','\x54','\x15','\x28','\x6b','\x1e','\xb9','\x93','\x64','\x0b','\x85','\x35','\xe0','\x81','\x9d','\xa3','\x13','\xa1','\x43','\x82','\xcf','\x3a','\x56','\x94','\x78','\xa7','\xb5','\x41','\x6b','\xaf','\xdf','\x76','\x7a','\xf9','\x76','\xa3','\xfd','\xb6','\xb9','\x15','\x94','\x24','\x9a','\x8c','\x7a','\x0c','\xd1','\xb0','\x08','\x7d','\x2a','\x08','\xc2','\x89','\x25','\x36','\x77','\x14','\xe7','\x0a','\xf8','\x52','\x0e','\x13','\xaa','\x4e','\x6a','\x16','\xb2','\x0e','\xcf','\xfd','\x3c','\x4a','\x21','\x35','\x9c','\x83','\xc6','\x3a','\x07','\xff','\x6b','\xd2','\x0b','\xa1','\x0a','\xb6','\xb6','\xdd','\x90','\x6c','\xae','\x7e','\x22','\x44','\xee','\xef','\xb4','\x4e','\x0b','\xa0','\x8d','\x8c','\x87','\x57','\x0b','\x07','\x05','\x0f','\x51','\x28','\x41','\xff','\x65','\xe9','\xdd','\x3d','\x2e','\x2f','\x0c','\x65','\x72','\x21','\x44','\xf0','\x03','\xf0','\xe3','\x69','\xfd','\x5e','\x49','\x88','\x13','\xd0','\xef','\xaf','\xd4','\x79','\x37','\xc5','\xa1','\x0d','\x25','\x28','\xd6','\x59','\xa3','\x83','\xbb','\x47','\x88','\x53','\x1c','\xea','\x40','\xac','\xe9','\x3b','\x24','\x32','\xa2','\x26','\x41','\x93','\xd2','\x7d','\x25','\x8b','\x76','\x79','\x08','\x51','\x15','\x4e','\xfe','\x51','\x4b','\xc0','\x1b','\xeb','\x7d','\x9c','\xac','\xc8','\xc4','\xa7','\x7c','\xab','\x24','\xb0','\x20','\xca','\x89','\xdf','\xcc','\xe1','\xa7','\xa5','\x89','\x7e','\xbf','\x20','\xc1','\x6d','\x3b','\xfa','\x20','\xe8','\xac','\x83','\x55','\xa7','\xab','\x67','\x82','\xc9','\x24','\x22','\x4e','\x81','\x10','\xd2','\x3d','\x31','\x04','\x16','\x9f','\x05','\xca','\x4f','\x58','\x7b','\xad','\x3d','\x4c','\xdf','\xd7','\x8f','\xc5','\xe5','\xdd','\x7b','\x87','\x64','\x6e','\x96','\x38','\x7d','\xbb','\x12','\xf4','\x29','\xba','\xc6','\x86','\xbb','\xd4','\x25','\xa2','\xa5','\x58','\x20','\x43','\x7d','\x63','\x59','\xf3','\xfb','\xeb','\x5e','\x16','\x7a','\x92','\x6f','\xd5','\xd4','\x93','\x0b','\x63','\xdd','\xd5','\x8b','\x09','\xdc','\x89','\x06','\xc8','\xba','\xdd','\xd4','\xed','\x0d','\xda','\xeb','\x97','\xb2','\x23','\x8f','\x40','\x1d','\x8c','\x48','\x15','\x1c','\xb8','\xdc','\x54','\x43','\x5c','\xdf','\x35','\x98','\xc1','\xc0','\x1e','\x51','\x4e','\x57','\x77','\x9f','\x43','\xc3','\x55','\xbb','\x02','\x62','\xbc','\x4a','\xeb','\x60','\x0b','\x12','\xa5','\x3f','\x1c','\xbd','\x6b','\xe8','\xec','\xee','\xe3','\xda','\x18','\x30','\xdb','\x13','\xc3','\x65','\x63','\xd0','\x45','\xc6','\xf9','\x1f','\xed','\x84','\x9f','\xe7','\xd9','\xdb','\x70','\x7b','\x7b','\xd1','\x33','\x16','\x6d','\xac','\x0b','\xee','\xac','\x67','\x50','\x34','\x1c','\xf8','\xc6','\xe9','\x2c','\x37','\x6d','\x32','\xac','\x67','\xdb','\x08','\x8f','\x4d','\xdc','\x7d','\x7a','\xc6','\x41','\x75','\xa7','\x4a','\x1f','\x2f','\x0f','\xd6','\x71','\x91','\xbe','\x4e','\xb1','\x79','\x67','\x12','\x6b','\x1f','\x0d','\x99','\xc1','\x20','\xa3','\x18','\xad','\x3f','\x80','\x9b','\x39','\x70','\xa8','\x81','\x53','\x5b','\x76','\xa3','\x18','\x13','\x9c','\x91','\xcc','\xd1','\x2e','\x86','\x41','\xa0','\x54','\xff','\xea','\x6b','\xf8','\x50','\xab','\x5f','\x3f','\x3a','\xdd','\xdf','\x36','\x7a','\x79','\xed','\x7e','\x1f','\xd3','\xfd','\xde','\xe9','\xed','\xaf','\xfb','\x70','\xb9','\x84','\xb9','\xfd','\xac','\x40','\xcb','\xae','\xeb','\x85','\xdf','\xad','\x4a','\xc7','\x6a','\x81','\x5f','\x18','\x4d','\xdb','\xce','\xa9','\x6f','\x32','\xa1','\xfb','\x1a','\x54','\xb4','\xb5','\x61','\x61','\xfc','\xe3','\x3f','\x37','\xfa','\xf6','\x3f','\x37','\x7a','\xfd','\x36','\x2c','\x3f','\x0c','\x75','\x18','\xed','\xef','\x7b','\x0e','\x78','\xc0','\xcc','\x53','\x84','\x6b','\x4b','\xae','\x00','\xdd','\xef','\x77','\x7a','\x7b','\x7b','\x4b','\x05','\x1d','\xc7','\xb1','\x76','\x83','\x4b','\x02','\x61','\x91','\x04','\x41','\x8f','\x40','\xc4','\x37','\x05','\x3b','\x16','\xed','\x2d','\xf9','\xd3','\x42','\x83','\xfd','\x1f','\xca','\xa3','\xea','\xa0','\x2e','\x33','\x51','\x46','\xca','\x5a','\xbc','\xe8','\xe6','\x6b','\x25','\xc6','\xf1','\x7e','\x30','\xec','\x77','\xd1','\x84','\x0f','\xf6','\xf4','\xe8','\xef','\x93','\x3e','\x40','\xeb','\x09','\xd3','\x3a','\xe1','\x71','\xfe','\x31','\x95','\xa7','\x8a','\xe4','\x09','\xd3','\x72','\x20','\x5b','\xf3','\x9b','\x00','\x01','\xe1','\x6c','\xbb','\x44','\x9f','\x69','\xff','\x55','\xc2','\x62','\xce','\x74','\x81','\xcf','\x94','\xfb','\x78','\xfe','\x25','\x29','\x11','\x53','\x09','\x8b','\x06','\x5a','\xd4','\xb2','\x54','\x4f','\x11','\xbc','\x89','\xec','\x01','\x90','\x55','\x8c','\x61','\xbb','\xe1','\x95','\xa1','\xae','\xad','\x77','\x8b','\xcf','\x9e','\x0f','\xf6','\x7e','\x24','\xe7','\x61','\xa2','\x71','\x71','\x99','\x30','\x91','\xdd','\xf8','\xcc','\x4c','\x4c','\x2a','\xe0','\xed','\x5e','\x02','\x19','\xef','\x7b','\x78','\xda','\xc6','\xc3','\xac','\x6f','\x8a','\x13','\xe9','\xee','\x9a','\x09','\x1d','\x2d','\x9c','\x0b','\x39','\xba','\xfc','\x81','\x36','\xae','\x58','\x15','\x32','\x5c','\x22','\x9e','\x64','\x2c','\x73','\xd4','\x13','\x65','\x85','\x80','\xae','\x16','\xb1','\x69','\x8c','\xec','\xd1','\x2a','\xdb','\x09','\xb1','\x3d','\xa4','\xb9','\xaf','\x52','\xba','\x70','\x8b','\xf1','\x67','\x28','\x72','\x75','\xfc','\x2f','\xe4','\x83','\x7f','\xbc','\x58','\x3c','\xb3','\x95','\xe5','\xba','\x6e','\xc9','\x1f','\x52','\x1b','\x12','\xed','\x28','\x38','\x15','\x51','\x37','\x0b','\xd6','\x5d','\xc3','\x66','\x17','\x6a','\xf7','\x7c','\x08','\x17','\xca','\x99','\x3f','\xcf','\x44','\x77','\x7a','\xb1','\x5f','\xf4','\x6a','\xf5','\x98','\xa2','\x38','\x99','\x3e','\xe3','\x0b','\x55','\x66','\x31','\x45','\x33','\x84','\xca','\x3b','\x12','\x80','\xdd','\xdf','\xb3','\xb5','\x57','\x00','\xc1','\x29','\x89','\x9f','\x30','\x3a','\x59','\x4d','\x24','\xcf','\x8f','\xbc','\xdd','\x80','\x98','\x4c','\x19','\x0b','\x7c','\x58','\x1b','\x89','\x45','\x2d','\x5c','\xa8','\x3b','\xa5','\x75','\x4a','\x64','\xe7','\x0d','\x57','\xbd','\xc8','\x4a','\x8b','\x6f','\xc6','\x00','\x6d','\x84','\xf2','\x13','\xae','\x6f','\xf5','\x4c','\xf2','\xc8','\xcb','\xf0','\x79','\xfa','\x99','\xec','\x02','\xf9','\xe3','\xad','\xd3','\xfd','\xe8','\x74','\xdc','\x35','\xb0','\x86','\x5d','\xf6','\x6e','\xdb','\x34','\x42','\xee','\x76','\xd9','\x2d','\xb0','\xc6','\x82','\x58','\xad','\x6d','\xa6','\x00','\x91','\x44','\xc8','\xe9','\xe1','\xb2','\x09','\xee','\x6e','\xf6','\x1f','\x3d','\xb1','\xdc','\x3b','\xe9','\x4e','\x7b','\x58','\xa1','\x84','\x86','\x05','\x6c','\x28','\x80','\xdb','\x38','\x5b','\xb1','\xc5','\x38','\xc4','\x78','\xb1','\x9f','\xb9','\x60','\x66','\x92','\x1e','\xd6','\x52','\x62','\x1e','\xc1','\x19','\xf4','\x8c','\x12','\xce','\xb9','\x8f','\xb5','\x02','\x57','\xe9','\x42','\x5d','\x37','\xa9','\x44','\x43','\x6c','\xdb','\x46','\x79','\x15','\x3d','\x13','\x26','\x7c','\x4f','\x2a','\x56','\xdf','\x8f','\x25','\x58','\x93','\xb8','\x93','\xe0','\x82','\x08','\xe4','\x2e','\x63','\x1e','\x93','\xd3','\xc0','\xcb','\xf8','\xf4','\x62','\x86','\xe9','\x5a','\x91','\xa9','\xdd','\x9c','\x37','\x0b','\xe5','\xe8','\xf4','\x5d','\xf9','\xd9','\xfd','\xde','\x69','\xdf','\x86','\xef','\xae','\x05','\x42','\x38','\xee','\x3d','\x30','\xaf','\x95','\x2b','\x80','\x1b','\xb4','\x53','\x40','\xd5','\x73','\xbb','\x4a','\x63','\x12','\xef','\x78','\x76','\x3c','\x11','\x7f','\x70','\x36','\x44','\x8c','\xb3','\x67','\x7a','\xb5','\x00','\xd6','\xa7','\x75','\x71','\x63','\xda','\x5f','\x36','\xfa','\xf6','\xc7','\x4e','\xaf','\xff','\xb9','\xd1','\xeb','\xeb','\x4e','\xdb','\x36','\xdc','\x2d','\x57','\xb4','\x50','\x2f','\x42','\x25','\xa2','\xe5','\xf9','\x1f','\xa2','\x12','\x04','\xc1','\x22','\x25','\x4c','\x44','\x92','\xe4','\x50','\x99','\xa1','\x55','\x5f','\x8d','\xc1','\xd8','\xe1','\x2b','\xd2','\xf1','\x72','\xab','\x0f','\xa9','\xf2','\x53','\x2a','\xf1','\x2e','\xc7','\xc7','\x20','\xfc','\x8b','\x25','\x0d','\x68','\x90','\xf1','\x3d','\x87','\x88','\x30','\xbd','\xe0','\x07','\xb8','\x12','\x24','\x0f','\xba','\xf6','\xef','\x4d','\xb3','\xfc','\x79','\x2e','\x5d','\x0c','\x9a','\xc3','\xaf','\x52','\x5e','\xe1','\x89','\x2e','\xe8','\xaf','\x8f','\x36','\xfe','\x43','\xd3','\x8a','\x98','\xae','\xba','\x99','\xb8','\xdb','\x75','\xde','\xe5','\xf2','\xb9','\xca','\xec','\x3b','\xa1','\x15','\x60','\x60','\x31','\x85','\xfb','\xd4','\x72','\x2f','\xea','\x31','\xa6','\xd6','\xd8','\xce','\x05','\x0d','\x45','\xe7','\x68','\x42','\x74','\x07','\x21','\x09','\x00','\xa4','\x75','\xa8','\x07','\xc0','\xd9','\x90','\x1f','\xc1','\x6b','\xe4','\x44','\x19','\xf7','\xde','\x60','\xbb','\x0c','\x10','\x94','\x76','\x97','\x2c','\x50','\x9c','\xb9','\x73','\x56','\x45','\x28','\x03','\xd4','\x4b','\x43','\xf5','\x72','\xae','\x16','\x8d','\xf5','\xbe','\xfd','\x4e','\x39','\xa1','\x84','\xe1','\xfa','\xe8','\x89','\xb7','\xb3','\x84','\xf2','\xdd','\xf6','\xe4','\xaa','\x02','\xe7','\x7d','\x7a','\x10','\xc4','\x88','\xa8','\x35','\xa8','\xcd','\xc2','\x12','\x8b','\x96','\x69','\x02','\xf9','\xaa','\x29','\x36','\xf5','\xb3','\xf2','\xb1','\x68','\xdf','\x42','\x67','\x58','\xf5','\xe1','\xb4','\xc2','\x0b','\xc2','\x59','\x6d','\x56','\xe6','\x62','\x0c','\xdc','\x70','\x02','\x52','\x17','\x25','\x3e','\x3d','\x07','\xcf','\xe0','\xa1','\xba','\xc9','\xe9','\x8a','\x0b','\x36','\x74','\xa5','\x54','\x4c','\xcd','\x51','\x4c','\x61','\x3b','\xec','\x53','\x1d','\xba','\xf9','\x6a','\x01','\x2b','\x64','\x7e','\x37','\x14','\x07','\x86','\x08','\x66','\xcd','\x2d','\x17','\x55','\xf9','\x49','\xfa','\x85','\xf2','\x05','\x80','\x37','\x5e','\xa7','\x03','\xcf','\xb7','\x71','\x46','\xa6','\xf7','\xee','\x18','\x99','\x74','\x03','\x46','\xba','\xf8','\x41','\xef','\xc3','\xa2','\xb6','\x81','\x72','\x51','\x2b','\xc6','\xcb','\x77','\x0f','\x0f','\x76','\x50','\x94','\x1f','\x7c','\xa5','\xe8','\x80','\x69','\x4a','\x9c','\xf7','\x06','\x2f','\xb6','\x89','\xb1','\x3b','\x55','\x6e','\x2f','\x7b','\x28','\x81','\x36','\x51','\xa2','\x33','\xa5','\xc4','\xde','\x9a','\x79','\xf3','\x0c','\x3c','\xe7','\xa8','\xfa','\x22','\xc5','\x85','\xad','\xaa','\x00','\x0d','\x1f','\x69','\x0d','\xf3','\xcd','\x1e','\xe2','\x58','\x6a','\x9b','\xa7','\x82','\xe8','\x41','\x86','\x1f','\x94','\x9c','\x74','\xc0','\xb3','\x80','\x88','\xd2','\x6e','\x9c','\xad','\x2b','\xf6','\xac','\x23','\x8b','\x79','\x2a','\x30','\x11','\x8b','\x85','\x55','\xc8','\x44','\xbf','\xda','\xa4','\x9c','\xab','\x0e','\xf7','\x3b','\xdb','\x4c','\x1e','\x0a','\xf4','\x31','\x2e','\xcd','\xe5','\x63','\x28','\x58','\x20','\x6b','\x31','\x31','\x51','\x6c','\xea','\xd0','\x62','\x18','\x9f','\x11','\x4c','\x28','\x3c','\xab','\x5c','\x5e','\x56','\x08','\xfd','\xe2','\x08','\x24','\xc2','\x84','\xba','\x02','\xa5','\x89','\x37','\x2f','\x0f','\xa3','\xc9','\xd7','\x6f','\x3b','\x7d','\xfb','\x63','\x28','\x3f','\xfb','\xbe','\x11','\xcd','\xc7','\x79','\x3c','\x1d','\x27','\x0a','\xd0','\x65','\x10','\x84','\xa6','\x5a','\x3b','\xba','\xc0','\xcd','\x5d','\x92','\x69','\x41','\x55','\xbe','\x85','\x56','\x1f','\xbf','\x09','\xd8','\x62','\x7c','\xbb','\xf5','\xc7','\xce','\xfd','\x3c','\x09','\x03','\x1e','\x00','\x41','\xa2','\x98','\x07','\x88','\x53','\x36','\x81','\x16','\x2e','\xc4','\xf9','\x99','\x64','\x9b','\xab','\xc6','\x14','\x7f','\xc5','\x7a','\xfc','\x11','\x69','\x39','\xd4','\x97','\xe3','\x05','\xdb','\x02','\x4a','\xe8','\x46','\xd8','\x44','\xb6','\xe0','\xb1','\x8c','\x93','\xd1','\x12','\x0a','\x6e','\xf1','\x55','\x93','\xb4','\x28','\xe5','\x8c','\xb1','\x5c','\xe5','\x79','\xb6','\x8e','\x35','\x0d','\x54','\x64','\xfe','\x81','\x82','\x4f','\xcb','\x8e','\x6c','\x69','\x4d','\x16','\xba','\xaf','\x20','\xe8','\x61','\x9d','\x2b','\x4d','\xa1','\x96','\x86','\xf9','\x16','\x0a','\x2e','\xab','\x6b','\xeb','\x10','\xd0','\x83','\x0f','\x0c','\x77','\x8f','\xe1','\xbe','\x21','\x9d','\x88','\xbb','\x50','\x6f','\xea','\x0e','\xc7','\x39','\x4e','\x9d','\xb9','\xf9','\x79','\x3f','\x64','\x41','\x99','\xfa','\x68','\xfe','\xc5','\xce','\x7c','\x00','\xf4','\x45','\x85','\xca','\x5f','\x0d','\x0d','\xc7','\x5c','\x15','\xc6','\x5e','\x0a','\x2a','\x42','\x12','\xf4','\xf8','\x88','\x0f','\x09','\xe9','\xb9','\xa6','\xc7','\xe9','\xb2','\xa8','\x32','\xfe','\x75','\xee','\xdf','\x47','\x9f','\x80','\x84','\x9f','\x71','\x35','\xfe','\x48','\x3a','\x13','\x7e','\x9f','\x2f','\xf0','\xe9','\x94','\xe4','\x6c','\x36','\x87','\x8c','\x31','\x54','\x99','\xe4','\x3b','\xee','\x44','\xb0','\x73','\xae','\x32','\xa3','\x8b','\xba','\x6c','\xda','\xeb','\x48','\xe4','\x2b','\x9e','\x95','\xcf','\x9f','\x3d','\x4c','\xb3','\x7e','\xf2','\x44','\xba','\xe6','\x2e','\xda','\x8c','\xa9','\x70','\x5c','\x9a','\xfe','\xcb','\x17','\x4c','\x7f','\xb8','\xdf','\xd6','\xd3','\x59','\x8f','\x0b','\x77','\xc9','\x2c','\x31','\xc6','\x13','\xab','\x07','\x39','\x80','\x64','\x95','\x57','\xae','\x7e','\x02','\x17','\xb6','\x90','\xf5','\xe2','\xee','\x5c','\x5d','\x04','\x0e','\x52','\xc3','\xbb','\x5a','\x07','\xdb','\x45','\x8a','\xea','\xea','\x35','\x5c','\xba','\xcc','\xcd','\x6c','\xd1','\x7a','\xa3','\x15','\xa3','\x31','\x50','\xae','\x88','\x24','\x42','\x10','\xbf','\x75','\xba','\xbf','\x1d','\xae','\xfc','\xd8','\xc0','\x0d','\xa0','\x67','\xa1','\x8a','\x25','\x7e','\xc7','\xc9','\x62','\xcf','\xee','\x0a','\x86','\xdd','\x35','\x64','\x61','\xb4','\xcd','\x4b','\xc8','\x5d','\xde','\xd8','\xc6','\x68','\xe6','\x3d','\x52','\xbe','\xf8','\xb9','\x36','\x18','\x7f','\xbb','\xdc','\x75','\x7f','\x51','\x77','\xb7','\x2d','\x00','\xea','\x28','\x00','\xf8','\x28','\x89','\x2b','\x73','\xb4','\x91','\xbb','\x08','\x1a','\x2f','\xf5','\x80','\x21','\xa9','\x63','\xb1','\xd6','\x7c','\x03','\x5c','\x95','\x41','\x16','\x56','\x2b','\x90','\x2a','\x41','\x80','\x1d','\x27','\x7d','\xde','\xf4','\x8c','\xda','\xaf','\x93','\xf4','\x83','\xb8','\x9d','\xb7','\x48','\x74','\x6c','\x04','\xfe','\x25','\x11','\x92','\x16','\x67','\x62','\x47','\x16','\x3d','\x6b','\xca','\x42','\x76','\xa9','\x3c','\x69','\xdf','\x91','\x5d','\x25','\x59','\x33','\x69','\xae','\x51','\x9e','\x29','\x41','\x19','\x4f','\x58','\x10','\x17','\x78','\xc9','\x36','\xf4','\x26','\xa2','\xa8','\x31','\x61','\x17','\x54','\x63','\xeb','\xea','\x0a','\xa5','\x5b','\xf5','\x9e','\x37','\x77','\xa3','\xe2','\x8e','\x61','\x04','\x51','\xda','\x32','\xbd','\x49','\x69','\xd2','\xbd','\xca','\xa0','\x6c','\xb3','\xca','\xbe','\xbc','\x0e','\xe5','\xc7','\xce','\xfd','\xd0','\x89','\xe5','\x27','\xaa','\x2f','\x35','\x33','\x53','\xef','\xfd','\x71','\x10','\x04','\x3c','\x28','\x94','\x6e','\x5d','\x05','\xc5','\x67','\xc2','\xb1','\x32','\x57','\x39','\x47','\x61','\xc0','\x80','\x07','\x9c','\x84','\x4e','\xea','\x31','\xfc','\x99','\x7b','\x35','\xa8','\x1f','\xe6','\x1b','\x64','\x7a','\xb5','\x26','\x11','\x80','\x70','\x6d','\x35','\x07','\x6d','\x4d','\xbb','\x2c','\xce','\x17','\x73','\x9b','\x2f','\x93','\x4d','\xe0','\x83','\x6c','\x7f','\xbb','\xb4','\x02','\xad','\x8f','\x80','\xdd','\xb3','\xc9','\x81','\x62','\x11','\xc6','\x4c','\xea','\x0e','\x17','\xcb','\xc2','\xe4','\x08','\xb6','\xa9','\x02','\xf7','\x5f','\x95','\x1e','\xcd','\xe9','\x59','\x13','\x97','\x8c','\x19','\x3b','\xfa','\x14','\x32','\x9e','\x21','\x45','\x02','\x30','\x27','\x8d','\x9b','\x76','\x60','\x8d','\x1f','\x3f','\x51','\xe5','\x59','\x59','\x00','\x59','\xf2','\x1d','\x11','\xb6','\xde','\x60','\xaa','\x19','\x1b','\xcb','\x23','\x6f','\x63','\x22','\xe1','\xe1','\x0e','\xc7','\x8d','\xe9','\x38','\x98','\x88','\x3a','\x89','\xb4','\x11','\x25','\x4e','\x84','\xd8','\x6f','\x88','\x26','\x17','\xf4','\x03','\x29','\xb0','\x17','\xe6','\x64','\xe5','\xae','\x72','\xfa','\x14','\xc6','\x33','\xbb','\x4b','\xd9','\x3b','\x48','\x87','\x9c','\xdc','\xd4','\xbc','\x1e','\x98','\x1f','\xdf','\xed','\xe4','\xf5','\x84','\xc5','\x32','\xb9','\x98','\x50','\x6b','\x06','\xfc','\xb4','\xbc','\x3b','\xe8','\x59','\xb2','\x58','\x09','\x41','\x7e','\x8e','\x94','\x4e','\xcb','\xfa','\xca','\x35','\x76','\x22','\xa4','\x1f','\x11','\xde','\xd7','\xf3','\xcd','\x41','\x8c','\x78','\x88','\x9c','\xcd','\xbf','\x5c','\x2c','\xd8','\x81','\x82','\x47','\xb1','\x68','\x5a','\xec','\xd3','\x6f','\x67','\x29','\x8c','\xac','\x3a','\xca','\xb0','\x05','\x10','\xcb','\x61','\xb6','\xcf','\x3b','\xb4','\x70','\xde','\xfa','\x60','\xdf','\x73','\x45','\xd9','\xd2','\x22','\x20','\x8b','\x35','\x37','\x2c','\x07','\xdc','\x44','\xc8','\xb4','\x33','\xd3','\x77','\x7c','\x49','\xd2','\x10','\xaa','\x97','\x9a','\x33','\x5e','\xae','\x34','\x0d','\x03','\x9a','\x45','\x83','\x78','\x1e','\xd1','\x09','\x58','\x59','\x6c','\xd3','\x1a','\x92','\x31','\x96','\xa9','\xdf','\xa5','\x19','\x3e','\x5d','\xc5','\xb5','\xab','\x16','\x67','\x4a','\x6b','\x63','\xa6','\x5d','\xcf','\xfc','\xb8','\xbb','\x57','\xe5','\xb1','\x65','\xd3','\x34','\x61','\x22','\x0a','\x5a','\x31','\x97','\xb4','\xfb','\xfd','\xa0','\xe3','\x1e','\x91','\xde','\xa2','\x4e','\xf1','\x73','\x67','\x47','\x87','\x8b','\x4a','\x57','\xfd','\xc1','\xe8','\xb8','\xda','\x9e','\x7e','\xb7','\x0b','\x4e','\x47','\xc6','\xf5','\x59','\x2a','\x9e','\xcb','\x82','\xef','\x29','\x5c','\xbb','\xba','\x3d','\xb5','\x6d','\x9c','\xad','\xd8','\x6f','\xa1','\xfc','\x78','\x3f','\xbd','\xc4','\xb0','\xd2','\xb1','\xd5','\xd3','\x82','\xc0','\xe4','\x18','\x01','\x19','\xb6','\x3e','\x0e','\x9f','\x93','\xaf','\x0d','\x86','\xe8','\xbe','\xec','\xa5','\x99','\x32','\x34','\x94','\x20','\x3d','\x2b','\x23','\x44','\x9d','\x83','\xf5','\xfb','\x1d','\x48','\x69','\xc2','\xf9','\xd3','\x18','\xa1','\x86','\x30','\x7f','\xdf','\xcb','\xf0','\x19','\xc1','\x8b','\xd1','\xbd','\x91','\xbb','\xa8','\x87','\x66','\xda','\x7d','\x07','\x55','\xc2','\xd6','\x8a','\xce','\x2d','\x1b','\xdf','\xf2','\x36','\x8e','\x17','\xce','\xda','\x38','\x44','\xd4','\x8c','\x13','\x32','\x03','\x18','\xdf','\xd3','\x26','\x9f','\xe7','\xaa','\x0c','\xed','\x2c','\x5d','\x0c','\x34','\x27','\x53','\x43','\x52','\x96','\x7d','\x33','\xb1','\x14','\xb3','\x8a','\xa2','\x68','\x6b','\xb4','\x2a','\x81','\x8d','\xc7','\xe6','\xc4','\xed','\xc5','\x82','\x1e','\x8c','\x35','\xca','\x03','\x42','\x78','\xad','\x2b','\x5a','\xd8','\xda','\x96','\xc6','\x5e','\x44','\x1e','\x07','\x41','\x70','\xbf','\x3c','\x48','\xad','\xb5','\xca','\x69','\xaf','\xc7','\xcb','\x16','\x19','\x2e','\x9e','\x36','\x42','\x4a','\x6e','\x1e','\x5d','\x07','\x18','\xe2','\x33','\x65','\xae','\x12','\x32','\xa9','\xc2','\x28','\x83','\xe3','\xd8','\xe1','\xb4','\x3a','\x42','\x5c','\xf2','\x95','\xf2','\x9e','\x4d','\xab','\xa2','\x7f','\x27','\x4f','\x09','\x90','\x3b','\xaf','\x94','\x60','\x04','\x46','\x03','\x2a','\x94','\x71','\x91','\xfe','\xeb','\x0e','\x9f','\x7f','\xb6','\x2f','\x00','\xcc','\x12','\xb3','\x5d','\x94','\xaf','\xbc','\xe7','\x32','\xcf','\xf4','\xac','\x02','\x09','\xca','\x0a','\x46','\xbd','\xf0','\x3a','\x15','\xb1','\x58','\xc8','\xc6','\x60','\x7d','\xb9','\x73','\x6c','\x7c','\x0c','\xc7','\x89','\x83','\x8e','\xd6','\xe2','\x90','\xb9','\xbd','\xd5','\xed','\x1d','\xd6','\x73','\x41','\xec','\xa5','\x19','\xbb','\x65','\xa8','\xd4','\x80','\xc8','\x84','\x59','\x1c','\x28','\x8d','\x06','\x54','\x90','\x2a','\xe9','\xab','\xb6','\xd5','\xc2','\xe8','\x33','\x65','\x3f','\x6c','\xff','\x2e','\x00','\xe0','\x60','\x38','\x3f','\x3a','\xb7','\x58','\x4e','\x05','\x8e','\xbf','\xd3','\xf3','\x09','\x68','\x0e','\xcf','\x91','\xd8','\x2e','\xbe','\x5f','\x2a','\x79','\x48','\x02','\x8f','\xdc','\xc8','\xc7','\xdd','\x2c','\x43','\x42','\x99','\x9e','\xeb','\x5c','\x1b','\x19','\xac','\x80','\xc9','\xbb','\x65','\xd8','\x62','\xcd','\x21','\x61','\x9e','\x97','\x07','\x44','\x88','\xef','\x3f','\xd5','\x80','\x70','\x81','\x7b','\x28','\xc7','\xa1','\x3d','\x69','\x4c','\x1c','\xc8','\xc9','\x5c','\x27','\xbc','\xb4','\xa4','\xe7','\x65','\x9f','\xd5','\xa2','\xe0','\xd7','\x58','\x00','\xff','\x07','\xd9','\x81','\xca','\xe8','\xa4','\x54','\x0a','\xa5','\xcd','\x93','\x70','\x5d','\x54','\x57','\xc6','\x6e','\x99','\x46','\x67','\xb8','\x91','\x83','\x2b','\x3b','\xe0','\x8f','\x67','\x7e','\x3c','\x3f','\xf4','\x1d','\x95','\x27','\x6c','\x8b','\x29','\xd6','\x16','\x16','\xba','\xdf','\xfb','\xf2','\x0e','\x9f','\x0e','\x56','\x1f','\x3b','\x5f','\x66','\x15','\xa4','\x53','\x1d','\x1c','\x2e','\x99','\xdc','\x58','\x5d','\x36','\x47','\xb0','\x83','\xc3','\xe8','\x97','\xca','\xb9','\x1f','\xa2','\x71','\xfe','\xd2','\xc6','\x0e','\xe9','\xc7','\xc6','\xaf','\xa3','\x42','\x28','\x1a','\xed','\x6e','\x9c','\xf7','\x79','\x79','\xdd','\x68','\x7f','\x19','\x97','\x9b','\x06','\x18','\x55','\x4a','\x49','\x11','\xf0','\x00','\xc4','\x27','\x99','\x2d','\xe0','\x6e','\xa8','\x7d','\xb0','\x73','\x4b','\x64','\x73','\x53','\x18','\x9e','\xfe','\x89','\xbe','\x33','\x6d','\x9b','\xba','\x74','\xe9','\xf7','\x4e','\x5d','\xad','\x79','\x65','\xba','\xdf','\xbd','\xd8','\x7e','\x70','\xb2','\x31','\x47','\xc1','\x91','\x64','\x1f','\x66','\x66','\xe7','\x3b','\xa6','\xc4','\x08','\x13','\x45','\x68','\x08','\x2d','\xc2','\xd7','\x80','\xd8','\x5b','\x5e','\x34','\xfe','\xc5','\xdf','\x72','\xe2','\x9c','\xaf','\x28','\x4c','\x13','\x3e','\x38','\xeb','\xd7','\x99','\x40','\xf2','\xdf','\xac','\x7f','\xd5','\xa1','\x2f','\x5a','\x3c','\xf8','\x2a','\xc8','\x62','\x64','\x61','\x55','\xf9','\x19','\xb9','\xa8','\x81','\xf2','\x73','\x7b','\xdd','\x69','\xdb','\x37','\xe7','\xe9','\x32','\x6d','\xe4','\xe8','\x9a','\xe4','\x11','\x08','\x64','\xdf','\xb2','\xb2','\xf3','\x54','\x10','\x84','\xde','\xbb','\xfb','\xc8','\x99','\x1b','\xdc','\x71','\x1c','\x69','\x0c','\xea','\xc0','\x39','\x70','\xd1','\x2f','\x49','\xf9','\xd1','\xc9','\xdf','\x5a','\x58','\x7e','\xc2','\x7c','\xbc','\x18','\xfb','\xc2','\x68','\x56','\x7a','\x8b','\x87','\xe8','\xf3','\xef','\x30','\x70','\x4e','\x30','\x0a','\xae','\x61','\xa1','\x39','\x18','\xa7','\x70','\xcf','\xe2','\xca','\xd9','\x88','\x42','\x5b','\x7e','\x07','\x0a','\xe1','\x89','\x34','\xeb','\xe7','\x75','\x61','\xef','\xac','\xe6','\x63','\xe9','\x8a','\xc0','\x2f','\x7e','\xf3','\xb6','\x55','\x4e','\xf3','\xec','\xd6','\x0b','\x68','\x3f','\xbe','\xc1','\x8e','\x2b','\x17','\x35','\x1c','\x05','\x98','\x95','\x61','\xa7','\x63','\x90','\x9f','\x18','\xa8','\xda','\xcd','\x05','\x59','\x7d','\x3c','\x9d','\x00','\xeb','\x4f','\xa5','\xc9','\x94','\x13','\xf5','\xa4','\xf2','\x6d','\x31','\x2e','\x3a','\x00','\x9b','\x70','\x91','\x24','\xff','\x3e','\x95','\x97','\xab','\x82','\x0c','\xc0','\x38','\x57','\x66','\x56','\xcc','\xeb','\x53','\xca','\x39','\x0b','\xd3','\xb8','\x28','\x95','\x98','\x68','\x27','\x62','\xde','\xa8','\x75','\xa1','\x3b','\x75','\x3a','\xa8','\x27','\x25','\x68','\xee','\x60','\x00','\x2e','\x94','\xf8','\x95','\x81','\x2f','\x36','\x97','\x74','\x9d','\xdb','\xe1','\xe8','\xc8','\x8f','\xa6','\x7d','\x0c','\xa7','\x8d','\x20','\xcc','\xf9','\x0d','\x46','\x94','\x84','\x3e','\x7a','\x7b','\x9d','\x25','\x25','\x46','\x32','\x0d','\xcf','\x72','\xa0','\xb0','\x1f','\xbc','\xfa','\xf5','\x24','\x45','\x53','\x4f','\xd3','\x79','\xdd','\xb4','\x9e','\xf8','\x67','\x4b','\x99','\xd8','\x5d','\x14','\xb6','\x78','\x74','\xd6','\x82','\xc5','\x17','\x4e','\x63','\x3a','\xd5','\x79','\x52','\xe6','\xc0','\x74','\x12','\x40','\x01','\x40','\x55','\xd7','\x5d','\xf7','\xe3','\xae','\xee','\xd8','\x34','\x0e','\x68','\x3b','\xad','\x08','\x84','\x89','\xd5','\xf2','\x7a','\x0f','\x81','\xcc','\xc0','\xbc','\xbc','\x7a','\x2d','\x7f','\x7d','\xde','\xa6','\xb4','\xdd','\xda','\x22','\x51','\x82','\xcb','\x4a','\xa2','\x58','\xa4','\x48','\x9b','\x82','\xbc','\x6f','\xdd','\x61','\x71','\x82','\x8e','\x77','\xe6','\xb1','\xaf','\x4e','\x2e','\x03','\xf8','\xdb','\xfd','\x46','\xee','\x83','\x6f','\xe3','\xa7','\x79','\x0c','\xb8','\xf9','\x76','\xfc','\x89','\x48','\x1c','\x24','\xcf','\xde','\x17','\xdf','\xf4','\x48','\xc0','\x6b','\xee','\xc7','\xd9','\x54','\xda','\xd8','\x89','\x67','\x8a','\x80','\x2b','\x68','\xb1','\xc0','\x71','\x88','\x86','\x18','\x0d','\xc0','\x7a','\x4a','\x00','\x2b','\x32','\xb7','\x8d','\x68','\xdf','\x36','\xbf','\xb7','\x66','\xdb','\xb7','\x08','\xd7','\xec','\xfd','\x22','\xf2','\xa8','\x5f','\xd0','\x77','\x20','\x33','\x22','\x19','\x0a','\xb5','\x05','\x24','\xb0','\x4b','\x4e','\xd1','\x0d','\xc9','\xc7','\xb7','\x13','\x1d','\x66','\x81','\x14','\x50','\x7e','\x70','\x5c','\x75','\x4e','\xd0','\x4b','\xc6','\x94','\x9f','\xe3','\x6e','\x01','\x64','\x24','\xb0','\x8d','\xbb','\x9e','\xd1','\xe4','\x06','\xe7','\x96','\x1e','\xfd','\xc7','\xc6','\xcf','\xc6','\x88','\x37','\xa6','\x5d','\xa3','\xbb','\xdd','\x6e','\x8d','\xb6','\xdb','\xa6','\xca','\xcf','\xd8','\x77','\x32','\xf2','\x1a','\x2e','\x82','\xe1','\x82','\xb7','\x16','\xa6','\xec','\x34','\xe5','\xe3','\xc5','\xec','\x11','\xeb','\x82','\x4c','\xc5','\x06','\xd6','\xf1','\xa5','\xd1','\x9b','\xbb','\xee','\x29','\x53','\x6b','\xcd','\xc6','\xa3','\x51','\xe7','\xee','\x41','\x16','\x56','\x69','\xb5','\x61','\xf1','\x54','\x5a','\x0a','\x49','\x9b','\x88','\x27','\x0a','\x5b','\x31','\x58','\x1b','\x6b','\x8f','\x00','\x27','\xd4','\xda','\xe8','\x1d','\x9e','\x45','\x14','\xfc','\xcb','\xb1','\x01','\x60','\x61','\xa9','\xf3','\xf2','\x8e','\x50','\xee','\x55','\x3a','\xae','\x52','\x88','\x33','\x9f','\x0c','\xe8','\xef','\xc8','\x11','\x3c','\xa8','\xd0','\xe1','\xd2','\x0c','\x3b','\xd6','\x02','\xe7','\x47','\x34','\x7b','\x49','\x70','\x1e','\xd2','\x2a','\x0e','\x0b','\x56','\x08','\xcb','\x8f','\x00','\x53','\x60','\x6d','\xea','\xb8','\xcf','\xc8','\x36','\x28','\x76','\x0d','\x9a','\xd1','\x81','\x07','\xd8','\x12','\x18','\x5d','\x05','\x57','\x64','\x26','\x3a','\x24','\x07','\x6f','\x13','\x91','\x39','\xa0','\x9b','\xa6','\x14','\x05','\x0e','\x43','\xd0','\xad','\x2c','\x42','\x79','\x68','\x24','\xcd','\xa4','\x68','\xaf','\x4c','\x73','\xb5','\xc3','\x6e','\x0d','\x14','\xa0','\x53','\x92','\xaa','\x80','\xe1','\xa4','\x5a','\x64','\xc4','\x39','\x7a','\x9c','\x2a','\x5d','\x9a','\x41','\x87','\x31','\x81','\x22','\xc6','\x7f','\x93','\xff','\xd5','\xdc','\x8e','\xa7','\xd2','\x7b','\xf2','\xfe','\x03','\xd3','\x33','\x8b','\xed','\x61','\x9a','\xc0','\x52','\x7c','\x8d','\x00','\xe4','\x3c','\x98','\x00','\x2d','\x04','\xb9','\xa2','\xce','\x31','\xaf','\xff','\xf2','\x01','\xff','\x48','\x5a','\xf3','\xab','\xf1','\x53','\xf0','\xbb','\x87','\xaf','\x9f','\x67','\x09','\x6e','\xc6','\xbc','\x00','\x78','\xef','\x10','\x38','\x4c','\xe4','\xbb','\x89','\xdc','\x98','\x5a','\xd7','\xf3','\x81','\x6f','\xe4','\x6e','\x21','\x16','\x99','\xc8','\xf6','\x4a','\x5a','\x53','\x20','\xa2','\x0b','\x3b','\x87','\x4d','\x77','\xd4','\x19','\x0a','\x8d','\xd1','\x4c','\x01','\x81','\x5c','\x21','\xa5','\x0d','\x0c','\x08','\xf6','\x21','\x83','\xb4','\x7f','\xcc','\xa1','\x94','\xb3','\xa8','\x05','\x2c','\x34','\x94','\xca','\xa7','\x3e','\xeb','\x96','\x81','\xdd','\x79','\x7a','\xb1','\xad','\x50','\xe9','\x3f','\x29','\xbd','\x07','\xac','\x4c','\x79','\x25','\xc0','\x46','\x01','\x07','\x76','\xb8','\xb8','\x1f','\xa6','\xdc','\xd8','\x39','\x0c','\x1e','\xbb','\xe4','\xae','\xfc','\x98','\x4b','\x52','\x29','\x19','\x76','\xe6','\x2b','\x60','\x80','\x6f','\xb5','\x29','\xb3','\x70','\x05','\x5a','\x4c','\x80','\xc7','\x41','\xb4','\xe4','\xbc','\x14','\xe0','\xa1','\x76','\x77','\x55','\x34','\x19','\xcd','\x09','\x95','\x0a','\x6a','\x46','\x3a','\xd1','\x5e','\x80','\x3f','\x5c','\xd1','\x1e','\x8e','\x01','\x3c','\x04','\xbc','\xe2','\x6b','\x65','\x49','\x8e','\x3c','\x9f','\x29','\x4e','\x58','\x48','\xa0','\x7f','\xa9','\xff','\xb2','\x9c','\xdf','\xd2','\xac','\x89','\xc9','\x39','\xd8','\x07','\x8b','\x84','\xb5','\xad','\xb5','\x71','\xd9','\xfb','\xae','\xc0','\x7f','\xdf','\x37','\xe2','\x2d','\x80','\x1b','\xb2','\x0e','\x03','\x53','\xb8','\xa9','\x1f','\x01','\x5c','\xe2','\xfe','\x28','\x53','\x7c','\x0e','\xb0','\xfc','\xa0','\xc5','\x59','\xba','\xd0','\xfd','\x10','\x75','\xb1','\x9c','\x2d','\x43','\x24','\x34','\x36','\x87','\x4c','\x69','\xf0','\xb0','\xc0','\xe2','\x41','\x12','\x0c','\xfc','\xc7','\x05','\xa7','\x9c','\x78','\x8f','\x20','\x44','\xc5','\xdd','\x2d','\x0b','\xf1','\x0e','\xef','\x5b','\xa0','\x87','\x5b','\x51','\xfe','\xd2','\x1d','\x40','\x3c','\xd6','\x51','\x53','\xef','\x1d','\x8b','\xf8','\x66','\xf5','\xf9','\x6c','\x1b','\x11','\x30','\x4d','\xfc','\x2f','\x79','\x79','\xd4','\x79','\xa3','\x55','\x5e','\xd1','\xfc','\x70','\x87','\x9c','\x5d','\xb0','\xcd','\x42','\xc4','\x1d','\xee','\xb3','\x29','\xed','\x59','\xd4','\xf3','\xde','\xc4','\x75','\x4d','\x7c','\xa8','\x10','\x72','\x9a','\xb4','\x15','\xd3','\xbb','\x7a','\x22','\x31','\x79','\xb8','\x75','\xab','\x20','\x6d','\x9c','\xb1','\x9d','\x89','\x12','\x28','\x4e','\xdd','\xc9','\x2c','\x50','\xd0','\x6a','\x21','\x2c','\xd2','\xe9','\x72','\x4e','\xb2','\xf1','\xbc','\x0b','\xf8','\x25','\x7d','\xaf','\xa4','\xbb','\x90','\x7b','\xb3','\x1c','\x8c','\x4a','\x7d','\x99','\x1b','\x4f','\xc1','\xee','\x58','\x36','\xc5','\x07','\x16','\x8e','\x7e','\x57','\x1a','\xa5','\xf4','\x2e','\x60','\x17','\xb0','\x20','\x0d','\xe5','\x9f','\xe9','\x7e','\xbf','\x4f','\x3c','\xe7','\xed','\xed','\xed','\x5a','\x01','\xb2','\x20','\x08','\x96','\x4c','\x19','\x2a','\x78','\x22','\xfe','\x54','\x44','\xd1','\xc9','\x3b','\xd4','\x68','\x68','\xf7','\x5c','\x42','\x5d','\xa7','\x96','\xaf','\xbf','\xce','\x9a','\xe3','\xa3','\xa4','\xfe','\x39','\xd5','\xa0','\x83','\xee','\x37','\xb5','\xbc','\x3a','\x88','\x8e','\xc3','\x89','\x1e','\xdf','\x74','\x5b','\xea','\x89','\x9d','\xaf','\xb3','\x74','\x42','\x8e','\x42','\x7f','\xaf','\x68','\x50','\xd8','\xe7','\xb3','\x46','\xbd','\x1b','\xe9','\x99','\xda','\x99','\xdd','\xdc','\x6c','\x1d','\x87','\x45','\x0f','\x98','\xa8','\x47','\x60','\xca','\xc2','\xc7','\x21','\xec','\x17','\x29','\x42','\x57','\x32','\xff','\xe9','\x77','\x3f','\xca','\x28','\x2f','\x0b','\xff','\xa2','\x42','\x19','\x69','\x94','\xd2','\xfc','\xe2','\x2e','\x0d','\x53','\x65','\xfe','\x38','\x22','\x09','\xaa','\x38','\x28','\xa8','\xfc','\xe0','\x34','\xe1','\x20','\x9b','\x92','\xa2','\xf5','\x09','\xcc','\xe3','\x71','\x74','\xa2','\x7b','\xa3','\x43','\xcc','\xe5','\x61','\x08','\x8c','\x4e','\x4c','\x8d','\xc7','\xa1','\xd2','\xe0','\x8e','\x32','\x6f','\x3e','\x19','\x9d','\x00','\x8d','\xa1','\x6c','\xf1','\xdd','\x63','\xec','\x28','\xdb','\xda','\x35','\x65','\x27','\x0a','\xad','\x40','\x28','\xce','\xb0','\x95','\x82','\x1f','\xf4','\xbb','\x5a','\x69','\x18','\xfe','\x7d','\xf4','\xfa','\x53','\x74','\x79','\xb1','\x66','\xeb','\xd4','\x3c','\x2c','\x2f','\x6d','\xa5','\x3e','\x59','\xe7','\x07','\x7e','\x3f','\x67','\xaf','\xb3','\x2b','\xa3','\x17','\x27','\x71','\xb1','\xb5','\x3d','\xb4','\xcb','\xf2','\x02','\xa8','\xea','\xad','\x3f','\x0a','\xf8','\x0c','\x90','\x9a','\x40','\x0d','\xda','\x1d','\xb2','\xaa','\xf7','\x72','\x5e','\x48','\x81','\x49','\xec','\x62','\x4a','\xa2','\xf3','\x2b','\x7f','\xfc','\xf5','\xc3','\x00','\x94','\x53','\x9e','\x72','\xa1','\x70','\x75','\x01','\x59','\x16','\xce','\xf5','\x59','\x3d','\x0f','\xf3','\x88','\xa3','\xa9','\xc0','\x71','\x24','\x96','\x1a','\x14','\x05','\x97','\xb6','\x08','\xfc','\xb3','\x1a','\x02','\x5f','\x1f','\xca','\x18','\xa6','\x5d','\x65','\xff','\x37','\x04','\x27','\x96','\x39','\x15','\x66','\x4d','\xd5','\xc1','\x5b','\x18','\xda','\xfc','\xb3','\x8d','\x6f','\x2d','\xc7','\xef','\x70','\x32','\xcb','\x96','\x05','\x3b','\x78','\xd9','\x52','\x98','\x6b','\x07','\x56','\xc6','\x0f','\x5c','\x79','\xa9','\xe7','\x7e','\x28','\x2b','\x3f','\xaa','\x98','\xb8','\xf2','\x03','\x91','\x03','\x51','\xf9','\xb1','\x4b','\x50','\xbb','\xde','\xd7','\x82','\xe2','\x0e','\x27','\xc0','\xac','\x2d','\x76','\xe6','\xc7','\x22','\x15','\x0e','\xcb','\x8f','\xbe','\xd7','\x22','\x1f','\x43','\x25','\xa6','\x40','\x1a','\x8f','\xf3','\xe8','\x75','\x12','\x16','\x50','\x92','\x71','\x06','\x7b','\xbf','\x8d','\x03','\xe5','\xe3','\xac','\x4f','\x5c','\x20','\x69','\xe7','\xe2','\x0c','\x2f','\x8d','\x72','\xc8','\x37','\xc1','\xf3','\x5d','\x8d','\xc1','\x9d','\x5c','\x79','\xb5','\x47','\xf6','\x9f','\x18','\x18','\x85','\x99','\xb1','\x72','\xd3','\x44','\x47','\xff','\xeb','\x78','\x38','\x3e','\xf2','\xff','\xda','\x08','\x96','\x60','\x91','\xe2','\x48','\x62','\x19','\xad','\xd6','\xd8','\x83','\x94','\xe4','\x41','\x4a','\x9f','\x90','\xbf','\x8b','\xf5','\x3a','\x14','\xf0','\xb1','\x2d','\xc3','\x30','\x4e','\x68','\x81','\x8d','\x57','\xd8','\xfb','\xac','\x2f','\x8f','\x0c','\x0d','\x2e','\x50','\x25','\x5d','\x63','\x4f','\xf0','\x59','\x2f','\x63','\xb5','\xbc','\x09','\xd6','\x24','\xb4','\xdf','\x59','\xc3','\xc2','\x62','\xb5','\x2c','\x1f','\x5f','\x5f','\xad','\xe9','\x52','\x81','\xcf','\x97','\xe4','\x8d','\x25','\xfb','\xb5','\xd9','\x65','\xbf','\x9b','\x5a','\x1f','\x5b','\x50','\x4d','\xad','\x6b','\xb5','\x99','\xd0','\x9d','\xbf','\x77','\xc8','\x6b','\x1b','\x13','\x73','\x39','\x49','\x01','\xb2','\xbf','\xae','\xfc','\xa0','\xd5','\xc6','\x89','\x2d','\x57','\x5a','\x6f','\x11','\xf6','\x45','\xba','\xc1','\xc5','\x58','\xe7','\x52','\x2f','\x12','\x2f','\x3e','\x5e','\xcc','\x40','\x0d','\xb2','\x60','\xd9','\x93','\xeb','\x5b','\x62','\x64','\xd8','\x88','\x60','\xee','\xb0','\xec','\xc8','\xc1','\xcf','\xe2','\xc6','\xfb','\xcb','\x74','\x89','\x58','\xae','\xa1','\xc7','\xd3','\x60','\xe7','\x67','\xa5','\x47','\x8d','\x39','\x03','\xe8','\x57','\xc0','\x90','\xd5','\xbc','\x5b','\xa6','\x60','\xf4','\x5d','\x08','\x19','\x11','\x9f','\xcc','\x79','\xe8','\x5e','\xe7','\x23','\x56','\x81','\xeb','\xdc','\xbe','\x93','\xaf','\x1f','\xe4','\x79','\x9f','\x60','\x95','\x3f','\xae','\xb0','\xc5','\xd0','\x3c','\xb3','\xfc','\x22','\xdf','\x19','\xbb','\xe3','\x39','\xdf','\xa3','\x82','\x57','\x63','\xae','\xae','\x16','\x26','\xd4','\xfc','\x7c','\x10','\x75','\x22','\xa6','\x04','\x26','\x48','\x84','\x3a','\x31','\x71','\x97','\xb8','\x34','\xd5','\x05','\x2d','\x7b','\xdd','\xb6','\x83','\x59','\x41','\x16','\x56','\x6f','\xcc','\x76','\x9e','\xf7','\xb9','\x03','\x69','\x47','\x55','\xb3','\x78','\x00','\x05','\x21','\xf0','\xf5','\x66','\xaf','\xff','\x7d','\x0b','\xf9','\x02','\xac','\x42','\xd1','\xef','\xe2','\x0b','\xb5','\xc8','\xf2','\xfd','\x5d','\xcd','\xab','\x19','\x65','\xf5','\x25','\x4f','\xfe','\x43','\xd9','\x77','\x92','\xd6','\xf4','\x96','\x9b','\x22','\xa0','\xfc','\x04','\xe0','\x9b','\x4b','\x72','\xd0','\x77','\x8c','\x48','\x5b','\xe3','\x7d','\xce','\xe4','\x2b','\xe1','\xe6','\x93','\x95','\x90','\x90','\x09','\xb9','\xee','\xe7','\x52','\x66','\x6d','\x21','\x3f','\x10','\xa0','\x31','\x9d','\xb3','\xcf','\xd4','\x93','\x55','\x9e','\xb3','\xf7','\x04','\xc7','\xf0','\x7c','\x86','\xdd','\x72','\x40','\x33','\xee','\x3b','\x73','\x88','\xb0','\x11','\x89','\xcb','\x2a','\xfd','\x8d','\x60','\xf7','\x9c','\x49','\x2e','\x0e','\x5d','\xd7','\xc5','\x16','\xcd','\x33','\xf1','\x8a','\x3b','\xc1','\xb5','\x62','\x3c','\x47','\x63','\x75','\x25','\x1a','\x93','\x68','\x1f','\x09','\xfc','\x51','\xeb','\x4f','\x57','\x22','\x41','\xe5','\xe7','\x66','\x0a','\xd0','\xbe','\x79','\x00','\x8c','\x54','\xc1','\xa2','\xad','\xa4','\x65','\x1a','\x68','\xeb','\x5d','\xe8','\x7e','\x8c','\x28','\x6f','\x43','\xf9','\x11','\xb8','\xe0','\x74','\xa4','\xde','\xc9','\xa3','\xbd','\x8d','\x48','\x6f','\x40','\x0f','\x42','\xc9','\x82','\x83','\x6e','\x6f','\x24','\x23','\x70','\x82','\x45','\x7b','\xf3','\x72','\x41','\x19','\x61','\x98','\x19','\x22','\x8a','\xbb','\x50','\xac','\x7c','\x1d','\xb7','\x71','\xa6','\x4d','\x83','\x7d','\x6c','\xac','\xee','\x6e','\x1b','\xdd','\x5e','\x37','\x0d','\x6f','\x6d','\x77','\xef','\xc4','\xe6','\x90','\x9d','\xe5','\x71','\x42','\xd5','\xff','\x84','\x34','\xaa','\x19','\x33','\x61','\x78','\x70','\x8c','\xd6','\x16','\x67','\x3c','\x69','\xde','\xf8','\x31','\x25','\xa6','\x81','\xbb','\x1c','\xf0','\xea','\xc4','\x9c','\x60','\x2e','\x49','\xdf','\xb1','\x33','\x51','\x4d','\xfb','\xd5','\x8f','\x31','\x4e','\x44','\xa1','\x04','\x39','\xc9','\x9d','\x2c','\x81','\xc7','\x2b','\x24','\x37','\xe7','\x43','\x69','\xc5','\xce','\x85','\x02','\xfb','\xe8','\x1c','\x5b','\xc8','\xfd','\xd5','\xfa','\x70','\xb9','\x23','\x12','\xe1','\xae','\xd9','\x30','\x76','\xdc','\x1f','\xb4','\xc2','\xe2','\xa9','\x5e','\x6c','\x92','\x2c','\x7e','\x40','\xe1','\x59','\xf3','\x9c','\x75','\x0f','\xdb','\x8b','\x6d','\xc5','\xc2','\x2b','\x03','\x9d','\xea','\x3d','\x93','\xb8','\xb1','\x16','\xf6','\x7d','\x58','\x28','\xdb','\xbe','\x15','\x1d','\x04','\xc2','\x87','\x43','\x07','\x91','\x9e','\xec','\x3e','\xa9','\x7a','\x9d','\xcf','\xed','\x76','\xbb','\xb6','\x00','\x6d','\xdb','\x46','\xdb','\xb6','\x25','\xe5','\x67','\x04','\x41','\xc0','\x46','\xc3','\x17','\x36','\x66','\x03','\x3e','\xd3','\x8d','\xf4','\x12','\x2c','\xce','\x0c','\x66','\x31','\x1e','\xe9','\xe1','\x19','\xe6','\x2a','\x9f','\xe7','\xf7','\x79','\x9a','\x94','\xac','\x0d','\xe9','\x77','\xe7','\x37','\x73','\x64','\x0d','\x67','\xda','\xb5','\x3a','\x0e','\x1e','\x60','\x80','\x8f','\x6d','\x75','\xbf','\x0b','\x99','\xfc','\x97','\xa4','\x47','\x08','\x8b','\x0d','\x3c','\x52','\x01','\x1e','\x45','\xfe','\xb0','\x93','\xf8','\x44','\x17','\xef','\x02','\x71','\x50','\xef','\x3f','\x3d','\x9d','\x75','\xa1','\x2e','\x9b','\x33','\x20','\x73','\x56','\xe0','\x87','\xc6','\xd2','\xd6','\x7a','\x55','\x97','\xca','\xb2','\x58','\xf1','\x66','\xcc','\x6b','\x65','\x6c','\x1b','\x0d','\xc6','\xd1','\x98','\xe8','\x3e','\xfc','\xc6','\x3b','\x44','\x49','\x42','\xff','\x5e','\x3b','\xa4','\x4b','\x26','\x02','\xaa','\x45','\xc7','\x1e','\x9d','\x10','\x0a','\xe3','\x0f','\xe5','\xe3','\xf8','\xa0','\xee','\x0a','\xf8','\x9b','\xad','\x77','\xe3','\x03','\x4a','\xc7','\x49','\xb2','\xa8','\xbf','\x37','\xbb','\xd4','\xae','\x1d','\xc6','\x7e','\xc7','\xc3','\x35','\xdb','\x83','\x32','\xd3','\x58','\x3d','\x99','\x3e','\x2a','\xbd','\xcf','\x04','\xd7','\x69','\xf6','\x93','\x33','\x19','\x8f','\xaa','\x70','\x45','\x63','\x16','\x9f','\x67','\xc9','\xac','\x32','\x53','\x74','\x51','\x1d','\x6b','\x11','\x71','\xf7','\xc9','\x41','\x3b','\x21','\x14','\x1d','\x6b','\x0a','\x96','\x01','\xef','\x53','\xf8','\xdd','\xaf','\x81','\x82','\x57','\x36','\xf3','\xa3','\x0a','\x26','\x4e','\x3a','\xed','\xe7','\x7f','\x56','\xd9','\x0a','\xa3','\x7b','\xa8','\x20','\x19','\x98','\x3e','\x01','\x17','\xeb','\xf2','\x49','\xc1','\x2b','\x81','\x67','\x84','\xb6','\xcd','\xc6','\x2f','\x55','\x11','\x9b','\x9a','\x84','\x3b','\xb5','\x0f','\x68','\x11','\xcb','\xcc','\x1a','\x04','\xe9','\xa6','\xa2','\x8e','\xb7','\x0e','\xb8','\xd5','\x6a','\x63','\x6f','\x6e','\xb6','\x69','\xae','\x0b','\xc0','\x5d','\x75','\xcd','\x69','\x4a','\xcb','\xed','\x1a','\x25','\xaa','\x69','\x88','\xeb','\x17','\x53','\x7e','\x5e','\x87','\xe5','\xc3','\x2f','\xe2','\x24','\xd2','\x73','\x35','\x99','\x16','\x93','\xe5','\x42','\x2b','\x37','\x77','\xca','\xfb','\x21','\xae','\xfc','\x8c','\x3b','\xa3','\x72','\x7b','\xe4','\x90','\x38','\xef','\xe3','\x9a','\xf6','\x88','\x92','\x46','\x22','\xc4','\xdc','\xa8','\x6d','\x76','\x57','\x5a','\x9c','\xf7','\x21','\xd2','\xf7','\xcc','\x7a','\x65','\xca','\x09','\xe6','\xe1','\x3c','\x0e','\x48','\xe3','\xa6','\x9c','\xf9','\x9c','\xc9','\x50','\x1a','\x86','\xc5','\xcb','\x2e','\x36','\x0d','\x77','\xa2','\x14','\x6a','\xda','\xd7','\x88','\x2a','\x41','\x5a','\x51','\x17','\x19','\x9b','\x4f','\x87','\x0c','\x37','\xbd','\x4d','\xeb','\xc3','\x09','\x47','\x3a','\x11','\x68','\x5f','\x59','\x4f','\x71','\xf1','\x25','\xe3','\x43','\xed','\x57','\xcc','\xdf','\xd1','\x0f','\x6a','\x16','\xbe','\xd1','\xd6','\xaf','\xf3','\x69','\x73','\x27','\xeb','\x23','\x7a','\x68','\x87','\xfb','\x6e','\xbe','\x2c','\x9d','\x31','\xef','\xcf','\x95','\xe6','\x7c','\x40','\x15','\x4f','\xbf','\x28','\xdc','\xd6','\x4a','\x15','\x1b','\x46','\x93','\xbe','\x6e','\xc6','\x38','\x74','\x1d','\x6f','\x67','\x47','\x4b','\x9e','\x12','\x0f','\x8d','\x3c','\xa5','\x77','\x6a','\xdb','\x16','\x59','\xa0','\x6d','\xb8','\x5c','\xd7','\x32','\x89','\x46','\x30','\x33','\x8e','\x79','\xb4','\xca','\xbb','\x9c','\xbc','\x54','\x2b','\x81','\x47','\xab','\xfb','\x89','\x46','\x3d','\xc3','\xea','\x63','\xae','\x6f','\xdb','\x66','\x75','\x29','\x9d','\xb6','\x52','\x06','\x85','\x0c','\x60','\xfb','\x45','\x84','\xb6','\xf6','\x92','\xca','\x6d','\xad','\xd1','\xb6','\x6d','\xd7','\x61','\xb0','\x57','\x17','\x05','\xdd','\xef','\xf7','\xb9','\xf5','\xd1','\x77','\xdd','\x69','\x21','\x67','\x5e','\xc3','\x67','\x14','\x76','\x34','\x28','\x33','\xb7','\xd3','\xc4','\xe5','\xe3','\x94','\xd7','\xbb','\xb7','\x64','\xbe','\xe3','\x9d','\x5c','\x88','\xcd','\x13','\xe0','\x6a','\xc8','\x1d','\x8c','\x15','\x67','\x5e','\xfc','\xac','\x41','\x90','\xa2','\x31','\x17','\xeb','\x0b','\xc7','\xeb','\x89','\x82','\xce','\xda','\x06','\x12','\xe8','\xf4','\xa7','\x0f','\x01','\x9d','\xbf','\x63','\x72','\x64','\x51','\x56','\x53','\x5a','\xe4','\x6b','\xd3','\x67','\xb8','\x35','\x8d','\x59','\x73','\x6b','\x4f','\x59','\x2b','\x03','\x0c','\xcb','\x19','\xa1','\x7c','\xa0','\xcd','\xcb','\x8f','\xa7','\x09','\x69','\xea','\x2b','\xd9','\x6e','\x14','\xfa','\x2c','\xb2','\x39','\x5f','\x0b','\x2b','\xc6','\xf8','\x8c','\xe7','\xa0','\x24','\xa2','\xae','\x05','\xd4','\x0a','\xf2','\xf7','\x5a','\x7c','\x76','\xab','\x5b','\x55','\x16','\x19','\x9b','\x02','\xb3','\xc6','\x1b','\x75','\x0d','\x97','\xed','\x3e','\xf5','\xa6','\x08','\x99','\x55','\x08','\xd6','\x31','\x4f','\xfd','\x12','\xef','\xc3','\xaa','\xbb','\x63','\x8d','\xc2','\x4a','\x9d','\x16','\x6d','\xec','\x66','\x9a','\xaf','\xb9','\x29','\x44','\x6e','\x49','\x90','\x99','\xac','\xd3','\xae','\x1c','\x8d','\x03','\xb0','\x17','\xcb','\xfd','\xf2','\xc9','\x49','\xa3','\x3f','\x9e','\xa0','\xb1','\x17','\x9c','\x28','\xb7','\x65','\x8a','\xb0','\xb0','\x6e','\xe7','\xe9','\xdc','\x9e','\xbd','\x2d','\xf9','\xe9','\xf2','\xd5','\xfa','\xd0','\x9a','\x82','\x91','\xb3','\x88','\xdc','\xad','\xcd','\x00','\x33','\x46','\xd7','\xc2','\xcb','\xf6','\xec','\x77','\x4a','\x97','\x2c','\x86','\xf0','\xb4','\xdb','\xe7','\x27','\xa1','\x0c','\xcb','\x60','\xa9','\xcc','\x3b','\xef','\x0e','\xd7','\xd0','\x53','\x80','\x7e','\xd2','\xc7','\xfa','\xfb','\xa9','\x82','\x84','\x28','\x2a','\x7d','\xac','\x40','\x42','\xa6','\x4f','\x09','\xe8','\xe0','\x0e','\x7e','\x7a','\x8f','\x07','\xc8','\x30','\x0a','\x56','\x90','\x55','\x95','\xc2','\x0c','\x5e','\xd7','\x6d','\xae','\x6b','\xd2','\x87','\xb5','\x47','\xf9','\x0e','\x68','\x20','\x0f','\xd6','\x6b','\xe0','\x9b','\xf0','\x79','\x59','\x78','\x65','\xd9','\x0e','\x50','\x04','\x3c','\xa2','\xb1','\x2a','\x3f','\xaf','\xfb','\x88','\x72','\x76','\xdb','\xdc','\xa5','\xc6','\x37','\x49','\x74','\x67','\x85','\xad','\x77','\x20','\xeb','\xbd','\x3a','\x11','\x57','\xac','\x2d','\xd2','\x9b','\x05','\x3b','\x70','\x3c','\x40','\x51','\xff','\x71','\x84','\xe5','\x87','\x94','\x97','\x1c','\xfd','\xa0','\x7d','\xdb','\xc8','\x80','\x90','\x63','\x13','\x0d','\x14','\x40','\x32','\x14','\xa4','\xe0','\x79','\x31','\x90','\x4c','\x00','\x92','\xd3','\x42','\x52','\x4e','\xe6','\xd6','\x81','\x70','\xff','\x24','\x26','\xe2','\xad','\xd1','\x4d','\xcf','\xfa','\xbc','\xbc','\xec','\xb4','\xed','\xcd','\xef','\x4f','\xc1','\x4d','\x6b','\x2c','\x91','\x7c','\xee','\x84','\x48','\x58','\x03','\x3a','\x74','\xfd','\xad','\x25','\xb0','\x4e','\x5a','\xa7','\x85','\xf6','\x26','\x1a','\xe7','\x3a','\x6d','\x8d','\xe6','\x50','\xe4','\xd1','\x66','\x82','\x7a','\x98','\xcc','\xb5','\x35','\x88','\xc9','\xd7','\x2e','\xe4','\x15','\x8a','\x00','\x01','\xb4','\x11','\x31','\x35','\xea','\x4d','\x2d','\x41','\x4c','\x5a','\xef','\x82','\x6d','\x41','\x7a','\x37','\x0b','\xb5','\x5d','\x97','\xcf','\xa6','\x22','\x4e','\xc3','\xd2','\x3c','\xfa','\xd4','\x98','\x89','\x9a','\xdf','\x3c','\x37','\xbd','\x6a','\xd6','\x6f','\x93','\x43','\x16','\x2d','\x4e','\x20','\x07','\xae','\x0d','\x97','\x43','\x05','\x4f','\xf2','\xb6','\xbd','\x1b','\xb0','\x78','\x4b','\x5b','\x1b','\xc1','\xcc','\x34','\x9a','\x33','\x91','\xba','\x20','\x1f','\x83','\x39','\x26','\x7a','\xaa','\xf0','\xe1','\xc9','\x3a','\x6d','\xde','\xb7','\x2d','\xdc','\x53','\x07','\x29','\xc2','\x46','\x49','\x0f','\x79','\x3c','\x68','\xdf','\xf0','\x58','\xe8','\x1a','\x5d','\x88','\x8e','\xfb','\x31','\xb9','\xbb','\xb9','\x25','\xb6','\xa4','\x53','\x05','\xc8','\x22','\x27','\xac','\x47','\x45','\xfc','\x90','\xa1','\xae','\x69','\xf5','\x61','\x0d','\xeb','\x0f','\x21','\xe1','\xeb','\xc2','\x59','\x81','\xb0','\xcf','\x91','\x98','\x2d','\x2a','\x34','\xc9','\xc3','\xae','\x1f','\x05','\x38','\xb1','\x34','\xf8','\xcd','\x8a','\xdc','\xac','\xb8','\x58','\xa8','\xb6','\x06','\x06','\x20','\xd2','\xd2','\xa4','\xf8','\xa3','\xff','\x4e','\xef','\x4c','\xa1','\xdc','\x08','\x2c','\x12','\x5b','\xb4','\x69','\x58','\xcd','\x65','\x83','\xb2','\x30','\xce','\xcc','\x3a','\xd2','\x29','\xa0','\xfa','\xc2','\xb9','\xfa','\xe2','\xe2','\x9e','\x4b','\x67','\x78','\xf4','\x59','\x4d','\xec','\x22','\x9f','\xe4','\x7f','\x3c','\xf3','\x25','\x8d','\x57','\xd9','\x70','\x01','\xae','\x99','\x68','\x72','\x7d','\x9c','\x8a','\xd3','\x5d','\xce','\xc6','\x34','\x2e','\x46','\x55','\x90','\x72','\xbf','\x8f','\xfd','\x2b','\x0b','\x5f','\xdc','\x2d','\x70','\x82','\x5d','\x34','\x87','\x6b','\x15','\xf1','\x11','\xc7','\x2e','\x66','\xae','\x27','\x98','\x7a','\x0c','\x00','\xf0','\x06','\xef','\x9b','\x2c','\xde','\x13','\x60','\x65','\x6c','\x18','\xc1','\xf9','\x1f','\x0e','\x80','\x2b','\xf4','\xce','\x94','\x4a','\xdf','\xdf','\x4b','\x40','\xb0','\x3e','\x3e','\xf2','\xfa','\x97','\xa7','\x27','\x99','\xb6','\x4c','\x1f','\x3e','\x52','\x4f','\x80','\x3d','\x22','\xe5','\xc7','\x0d','\x48','\x5a','\x23','\x71','\x65','\xe5','\x87','\xdc','\x5d','\xc8','\xf8','\xc6','\xc0','\xbb','\xb6','\x63','\x39','\x26','\x0d','\x01','\xf9','\xac','\x8d','\xc4','\xc7','\x7a','\x6d','\xa0','\x65','\x00','\xac','\x9c','\xdf','\x73','\xc0','\x9e','\xdd','\x35','\x9e','\xb2','\x18','\xd5','\x84','\x4a','\x77','\x05','\xad','\x57','\xc5','\x38','\x20','\xa2','\xf2','\xe1','\x01','\xfd','\x78','\x45','\x8b','\x31','\xc1','\x97','\xbd','\x8f','\xf0','\x13','\xc8','\xd6','\xd4','\x46','\x9d','\x04','\x57','\x40','\x4f','\x76','\xb0','\x45','\x5f','\xa8','\x0a','\x8f','\xbd','\x17','\xb0','\xaf','\x06','\x35','\x51','\xb0','\xad','\xbf','\xb6','\x16','\xe7','\x5d','\xec','\xcc','\xcb','\xb0','\x7c','\xac','\x06','\x13','\x90','\x02','\xb4','\x0f','\xfb','\xd8','\x8f','\x4e','\xf7','\xb7','\xf1','\xdf','\x71','\x1c','\x71','\x66','\xc6','\x01','\x28','\x0d','\xcb','\x8f','\xde','\x05','\x64','\x9b','\x36','\x69','\x0c','\xac','\xe5','\xea','\xe6','\x63','\x23','\xe5','\x2e','\x7b','\x76','\x41','\x6f','\x0a','\x78','\xc0','\xce','\x6b','\xb3','\xac','\xb3','\x7e','\xb0','\x47','\x2d','\x44','\x57','\xb4','\x4d','\x15','\x9f','\xdb','\x6d','\xb8','\xbb','\xed','\x1a','\xe2','\x7b','\xe4','\xeb','\x79','\xec','\x40','\x99','\x19','\x40','\x3b','\x34','\xba','\xb1','\xb1','\x30','\xbe','\x34','\x56','\x65','\xc3','\x00','\xa8','\x84','\xbb','\xe9','\xb0','\x74','\x31','\xf5','\x4d','\xdd','\x95','\x85','\x74','\x1c','\x7a','\x9a','\x17','\x8f','\x0e','\xb7','\x35','\x1d','\x07','\x1c','\x23','\x51','\x37','\xb7','\x81','\x23','\x13','\xeb','\x14','\xdd','\x68','\xef','\x43','\x61','\x90','\x6d','\x28','\x0f','\xcc','\x9d','\xf8','\x20','\xea','\x7a','\x3e','\x48','\x17','\xf9','\xe7','\xf5','\x96','\xcf','\x32','\xd8','\x22','\x1b','\xa7','\x32','\xad','\x9d','\x3c','\x2c','\x34','\x76','\x11','\xf8','\x75','\x73','\x2c','\x1a','\x69','\x15','\x6a','\x44','\x04','\x5e','\x0a','\xa7','\x18','\xe8','\xaa','\xad','\x0b','\xde','\x10','\x43','\x3f','\xf8','\xa8','\x9d','\x21','\xdb','\xf7','\x31','\x69','\xc7','\x21','\x74','\x70','\x27','\x3a','\xfa','\xb0','\x32','\xa9','\x12','\xfc','\x51','\x6b','\x1c','\xd3','\x08','\x7a','\xd4','\xf6','\x36','\xac','\xb4','\x76','\x1e','\x0e','\x2d','\x3d','\x88','\x19','\x91','\x40','\x74','\x9d','\x9a','\x22','\x56','\x23','\xbe','\x89','\x08','\xbd','\xbd','\xbd','\x2d','\xf5','\x99','\xe9','\x1e','\x20','\xf4','\x9d','\x73','\x93','\x91','\x31','\x8c','\x52','\x91','\x2d','\xcc','\x49','\xf9','\x21','\x78','\xad','\xb4','\xf5','\xa9','\x54','\xc7','\x10','\xb1','\x18','\x10','\x8b','\x99','\x85','\x7d','\x16','\x55','\x53','\x0e','\xf0','\xb6','\xde','\x09','\x0e','\x50','\x56','\x66','\xdf','\x1b','\xac','\x1d','\xc3','\x9b','\xe8','\xcd','\x14','\x59','\xa4','\x5e','\xda','\x01','\xc2','\xfe','\xa6','\xda','\x9e','\x48','\x56','\xec','\xaf','\x06','\x39','\x8b','\x4e','\xac','\xfa','\xb5','\x98','\xa2','\xe7','\x0a','\xf3','\x17','\xc2','\x9f','\x19','\x65','\x2e','\x39','\xa2','\x84','\x57','\xa5','\xec','\xce','\x69','\x36','\x77','\x4b','\xc4','\xea','\x7c','\x3e','\x16','\x1d','\xf8','\x9b','\xa5','\xd5','\x98','\xe5','\x5d','\xac','\x13','\x2a','\x58','\x69','\x19','\xe3','\x6d','\xf8','\x3a','\x6b','\x4d','\x8b','\x00','\x6a','\xfe','\x8f','\xca','\x3f','\x4a','\x51','\x9b','\x10','\xd8','\xdb','\xab','\x45','\x7a','\xa6','\x39','\x2c','\xd9','\x13','\x33','\xe5','\x85','\xdf','\x32','\x92','\x87','\xfe','\xd7','\xb8','\x11','\xb1','\xd0','\xae','\xc2','\xf8','\x60','\xdb','\x51','\x0d','\x21','\x4f','\x5d','\xa8','\x6f','\x2a','\x38','\x6c','\xce','\x39','\x3a','\x27','\x12','\xcb','\xf5','\x6a','\x81','\xb2','\xff','\x30','\xbe','\x65','\xf7','\xb6','\xf8','\xcd','\xad','\x4a','\xa6','\x40','\xc9','\x3c','\xce','\xc2','\x16','\xca','\x35','\xca','\x42','\x00','\x1f','\xe3','\x30','\xb7','\x63','\x9d','\x16','\x44','\x0b','\x65','\x7f','\x86','\x3f','\x9c','\xad','\x5d','\x39','\xc9','\x71','\xb5','\xee','\x2f','\xeb','\x98','\x32','\xc7','\x83','\xb9','\xce','\xf2','\xc5','\xe8','\xd2','\x2e','\xbd','\x13','\x49','\xee','\x5b','\x42','\x0b','\xe0','\x98','\x5c','\x8a','\x08','\x94','\x1f','\x04','\xc8','\x79','\x0e','\x97','\x04','\x9b','\x9e','\xbb','\x5d','\xe4','\xc4','\x12','\x94','\x98','\x8e','\xc1','\xe1','\x00','\x95','\x27','\x03','\xf2','\x34','\x4e','\x10','\x39','\x19','\x4b','\x5a','\xae','\x4f','\x2b','\x3b','\x85','\x7e','\xf6','\xcc','\xa5','\x39','\xf6','\x01','\xc1','\x02','\x93','\xcb','\xf6','\x5a','\xd7','\x50','\xec','\x63','\xc5','\x4b','\x79','\x77','\x4c','\x8e','\x84','\xdf','\x0d','\x8c','\x59','\x76','\xab','\xa3','\x3c','\x17','\xa9','\xed','\xf1','\xa3','\xc3','\x8e','\x09','\xd4','\xc6','\xa6','\x26','\x5e','\x58','\x6b','\xd7','\x6e','\x6c','\x7a','\xb7','\x8d','\x1f','\xf8','\x57','\xd0','\x16','\x75','\x5b','\xa4','\x49','\x5c','\xd3','\x34','\xe5','\x11','\x21','\x8f','\xf4','\x66','\xff','\xa1','\x15','\xd2','\xfa','\xe7','\x77','\x01','\x1d','\x16','\x06','\x9b','\xc8','\xdd','\x9b','\x24','\x94','\x0a','\x0b','\x74','\x60','\x07','\xbb','\xed','\xac','\x8e','\x05','\x6c','\x98','\xac','\x32','\xba','\xd9','\xea','\x17','\x4b','\xe2','\xce','\xae','\xf2','\x43','\x8f','\xf2','\xc6','\x71','\x7e','\xe2','\xe5','\xdb','\x3e','\xce','\xfa','\x6c','\xcd','\xdb','\xe2','\x4a','\x12','\x15','\xec','\xe8','\x73','\x02','\x74','\x6c','\xeb','\xac','\xcc','\x8d','\x05','\x0a','\xf1','\x3e','\x43','\xb0','\x09','\xb1','\x3a','\xec','\xbc','\x58','\xcf','\xee','\x51','\x03','\xe0','\x8e','\xe8','\x5e','\xdb','\xd6','\x74','\x13','\x83','\x83','\x36','\x48','\x5d','\xc3','\x20','\x0c','\xb8','\xb5','\x41','\x84','\x88','\x7b','\xb4','\xab','\x91','\x5d','\x13','\xa7','\x97','\x6c','\xf7','\xf1','\xdf','\x50','\xba','\x86','\x92','\x60','\x64','\x84','\xca','\xe3','\x52','\xb4','\x02','\x2d','\x02','\x19','\xf8','\xb8','\xf9','\x20','\x7d','\x45','\x3a','\x29','\x26','\xc4','\x44','\x12','\x3e','\x08','\x67','\xe2','\x55','\xe6','\x94','\x03','\x4e','\xc5','\x8c','\x9f','\xed','\xa5','\x05','\x7b','\xf3','\x64','\x00','\x78','\x25','\x47','\x38','\x63','\x66','\x13','\xa1','\xcc','\xe4','\xc1','\x09','\xc6','\x8b','\x9d','\x88','\x9a','\x0f','\x72','\xe7','\xb8','\xb0','\xe9','\x99','\xd1','\x32','\x1e','\xcc','\x5a','\x81','\x5b','\x7f','\xbc','\x8e','\x18','\x76','\x5e','\xcc','\xd5','\x78','\x6d','\x74','\x60','\xd0','\x8f','\x59','\x40','\xc7','\x9a','\xad','\x17','\xa1','\x8a','\xac','\x2f','\x43','\x9d','\xce','\x00','\x61','\xda','\x8a','\xcf','\xa0','\x31','\x63','\x23','\x2e','\x57','\x7e','\x54','\x63','\xc3','\x03','\x72','\xd8','\x70','\xe6','\xb5','\x22','\x62','\x1d','\xf1','\xf2','\x29','\x4f','\x7a','\xcd','\x73','\xf6','\xd0','\x16','\x74','\x9e','\xb8','\xbc','\x98','\x13','\xc3','\x37','\x02','\x31','\xee','\xc7','\xf5','\xf9','\xdc','\x10','\x23','\xac','\xba','\xb3','\xbc','\x9a','\xec','\x8c','\x6f','\x9e','\x42','\x3b','\xff','\x88','\xf4','\x34','\x1b','\xb0','\xb1','\x7b','\xe4','\x77','\x65','\x53','\x04','\x8b','\x75','\xf0','\x01','\x2d','\x00','\xe3','\x9a','\x0b','\x4d','\xc2','\xaa','\x2e','\x88','\xd4','\xc8','\x0f','\x0c','\xf7','\xea','\x15','\x2f','\xae','\x80','\xa3','\xaf','\x60','\x89','\x5f','\x4f','\x19','\x75','\x51','\xd0','\xdc','\xd0','\xb3','\x86','\xdb','\x52','\x60','\x3e','\x6d','\xd0','\x55','\x9f','\xc7','\x14','\x9d','\x55','\x9a','\x15','\x80','\x60','\xf8','\xeb','\xb2','\x9a','\x02','\x04','\xe6','\x6d','\x08','\xc4','\xfb','\xb0','\x46','\x7b','\x68','\x63','\x11','\xa2','\x63','\x5c','\x55','\x32','\x78','\x50','\xad','\x89','\xe0','\x42','\xd3','\x90','\x80','\x5e','\xa5','\x40','\x9e','\x45','\x1f','\x97','\xd1','\xfd','\x78','\xd5','\x64','\x28','\x57','\x28','\x29','\xaf','\x39','\x52','\x5d','\xe5','\xe4','\xab','\x4a','\xe3','\x23','\xf6','\x63','\x7e','\xe6','\x8c','\x68','\xce','\xf8','\xc1','\xf4','\x2c','\x2d','\x7f','\x11','\x0c','\x78','\xaa','\xf0','\x58','\xe2','\x06','\x0c','\xd9','\x2f','\x95','\x37','\xd0','\xe7','\x91','\xbe','\x24','\xc0','\xac','\xd1','\x82','\xb8','\x6b','\x4e','\x06','\xf4','\x89','\x42','\x1f','\x76','\x48','\xd2','\xbb','\x56','\x96','\x97','\x60','\x13','\x5e','\xc0','\x6b','\x05','\xeb','\xe3','\xff','\x7c','\xf2','\xfb','\x45','\xed','\x4b','\x13','\xd3','\xaa','\x95','\x0f','\x12','\x28','\x85','\xcb','\xfc','\x85','\xd8','\x6c','\xb5','\x3a','\xac','\x4a','\x80','\xca','\xc6','\x14','\xc0','\x8e','\xfd','\x36','\x75','\x2c','\x2c','\xf7','\x02','\x9f','\x47','\xde','\x5a','\xb7','\x8d','\x53','\x6e','\x4b','\x3e','\xb3','\x15','\xcf','\x3b','\xb6','\x43','\x48','\x2f','\x37','\xd5','\xc3','\xfe','\x2f','\xbb','\x06','\x3c','\xd8','\x72','\xa4','\x37','\x28','\x24','\xb9','\x5e','\x95','\xb2','\xcc','\xb5','\x6b','\xdc','\xc1','\x23','\x10','\xe9','\x0d','\x22','\x4b','\x11','\x39','\x0d','\xa2','\x32','\x30','\x31','\x09','\x1e','\x97','\xae','\x9a','\x32','\x13','\x47','\x03','\x84','\xba','\x05','\x51','\xc0','\x3e','\x02','\xff','\x75','\xfc','\x24','\x44','\x68','\x99','\x21','\x11','\x3f','\x0b','\x62','\xb4','\xbf','\xe9','\xc1','\xf1','\xdb','\xeb','\x46','\x2f','\x2f','\x9b','\x5b','\x59','\x3a','\xf4','\x29','\xe6','\x02','\xa7','\x34','\xf3','\x26','\x83','\xd4','\x06','\x30','\x59','\x8f','\x35','\x78','\x00','\x03','\x1a','\xe7','\x1d','\xd1','\xfd','\x2d','\x3c','\x3a','\xe2','\xbf','\x5e','\xfa','\xc4','\xcd','\xc2','\x90','\xab','\x8b','\x13','\x5e','\xb0','\xea','\xed','\x13','\xba','\xdf','\x25','\x2c','\x43','\x40','\x0c','\xcc','\x44','\xb4','\x05','\xdf','\x6b','\x4c','\x23','\x48','\x40','\x13','\x6a','\x36','\x0f','\x6c','\x67','\x00','\x79','\x9c','\x5b','\x2a','\x94','\x5e','\x69','\xeb','\x11','\xeb','\x3c','\x93','\x66','\xef','\x4a','\x4f','\xac','\xdd','\xe4','\xfe','\x0f','\x6b','\xed','\xf4','\x75','\xc4','\xd5','\x75','\xcd','\xe8','\x06','\x84','\xef','\xd5','\x4b','\x58','\x06','\x53','\xb6','\x22','\xfb','\xbc','\x09','\xa8','\x31','\xea','\x2f','\x22','\xaa','\xdc','\x1e','\x42','\xbd','\x09','\xe0','\x7a','\xbd','\xaa','\x02','\xe8','\xca','\xf8','\xc1','\x43','\xf1','\x04','\xfc','\xa3','\x11','\x28','\xc7','\x1a','\xa0','\xc4','\x14','\x1b','\x58','\xb0','\xf1','\x5e','\xd2','\x8e','\x07','\xcd','\xba','\x22','\x0e','\x2e','\x98','\xd1','\xd7','\x71','\x11','\x6a','\xaf','\x77','\x1e','\x50','\x89','\x02','\xb7','\x6d','\x5b','\xda','\x4d','\x61','\x58','\x14','\xc1','\xe4','\xa1','\xe0','\x16','\xa1','\xea','\x9a','\x85','\x1a','\x85','\xc9','\xc4','\x76','\x4e','\xfd','\x7f','\x34','\x40','\xc8','\xa8','\xa6','\x8c','\x11','\xb9','\xa4','\xea','\xab','\xec','\x79','\x61','\x22','\x2b','\x53','\x4a','\x0b','\x4b','\xfb','\xc8','\x44','\xb6','\x0d','\x6e','\xfd','\x74','\xd8','\x16','\x85','\x66','\x40','\x33','\x38','\x71','\xee','\x64','\x11','\x34','\x9c','\xbe','\x5d','\xf6','\xf8','\x1f','\x9d','\x66','\x90','\x16','\xdf','\xae','\xd3','\x4c','\xe0','\x03','\xef','\x48','\xde','\x10','\xd1','\x39','\xb0','\xcb','\xe0','\x9c','\x14','\x4d','\xa0','\xae','\xc8','\xe4','\x99','\x9a','\x1f','\xbc','\x70','\xf5','\xf3','\x47','\x19','\xe4','\x4f','\xa3','\x80','\x07','\x8c','\x34','\xda','\x5f','\x36','\x28','\x16','\x99','\xcf','\x40','\xd3','\x58','\x0e','\x5c','\x68','\xfd','\xba','\x87','\xb6','\x76','\x8d','\x05','\x22','\x6f','\xb3','\xd4','\xda','\xf0','\x73','\x1a','\x82','\x53','\xa8','\xdd','\x89','\xee','\xdc','\x89','\xe1','\x4e','\x0d','\xc3','\xa0','\x4d','\x85','\xb2','\x0b','\x45','\x6f','\x31','\x4f','\x0d','\x17','\x6b','\x00','\x47','\x16','\xa4','\xd9','\x7a','\xce','\x21','\x28','\x19','\x01','\x1a','\x0a','\x2a','\x75','\x65','\x09','\xff','\x3a','\xf2','\xb0','\xef','\xc4','\x89','\x86','\x17','\xb2','\x65','\xfe','\xcc','\xf3','\x4f','\x53','\x16','\xb7','\x66','\x70','\xe9','\xc3','\x45','\xaa','\x3c','\xf0','\x1d','\x69','\x06','\xab','\xef','\x7a','\x7b','\xf9','\xed','\xb2','\x28','\x04','\xfe','\x19','\x9f','\x8d','\xc7','\x9d','\x34','\xfa','\x96','\x5e','\x10','\x69','\xbb','\xc6','\xfe','\xba','\x24','\xd7','\x20','\x2f','\xcb','\xe5','\x11','\xca','\xb5','\xd2','\x20','\xcb','\x2e','\x51','\x16','\x02','\x77','\x7f','\x0f','\x32','\x45','\x15','\x06','\x36','\x57','\x7d','\xcf','\x79','\xf3','\x63','\x27','\x1c','\xcd','\xf3','\xe4','\x40','\x83','\x18','\x4a','\xed','\xaf','\xc0','\xd1','\xff','\x73','\x89','\x96','\x5e','\xe7','\xd5','\xe7','\x45','\x13','\x44','\xd6','\x7d','\x10','\x22','\x75','\x81','\xc1','\xaa','\x25','\x8d','\x65','\x86','\x0e','\x90','\x0b','\x80','\xa8','\x94','\x7e','\x2c','\xcf','\x65','\xe9','\xf3','\x34','\x6c','\x3c','\x94','\x8c','\xdb','\xcb','\x46','\x2f','\xdf','\x6e','\x7e','\xc1','\x27','\x2a','\x1b','\x98','\xc6','\xb9','\x0b','\x68','\x0a','\xcc','\x99','\x90','\x5d','\x9e','\xdb','\xd3','\x1d','\x3f','\xc9','\xa5','\x86','\x48','\x43','\xad','\x1b','\x9d','\x8d','\x60','\x08','\x76','\xe6','\xcc','\x33','\x81','\xec','\xda','\x9b','\xb9','\xa1','\x75','\x3d','\x3e','\x80','\x97','\xf0','\xc2','\xe8','\x23','\x9d','\x03','\xd6','\x13','\x78','\x88','\x16','\x4f','\x8f','\x9a','\x05','\x16','\xaf','\xa6','\x51','\xc6','\xfc','\xfc','\x24','\x85','\xb5','\x4e','\xa0','\xec','\x65','\x32','\x7e','\xc2','\x81','\xeb','\x36','\x53','\x82','\xbc','\x31','\xd1','\x47','\x76','\x21','\xca','\x31','\x37','\xbe','\xfe','\xc4','\xe7','\x27','\xee','\x30','\xc2','\x61','\x61','\xad','\x4b','\x88','\xa8','\x91','\xee','\xe3','\xd3','\xd6','\x36','\x7f','\xdf','\xce','\x34','\x35','\x95','\x17','\xe2','\xff','\xc4','\xd9','\x28','\x69','\x42','\xdc','\x84','\xf8','\x10','\xe2','\x83','\x88','\x58','\xa8','\x5b','\x5f','\xe0','\x7c','\x4a','\xb5','\x28','\x5c','\xc9','\xc4','\xfc','\x10','\x18','\xf8','\x33','\xe9','\x8c','\xc7','\x2f','\x2a','\x30','\x38','\x69','\x9b','\x71','\x3e','\x9c','\xb2','\x6e','\x9f','\xbd','\xc5','\x36','\x0d','\xea','\xf1','\x64','\x91','\xe6','\x44','\xd4','\x10','\x21','\x63','\x5c','\x45','\x88','\x58','\x98','\x8e','\xde','\x93','\x77','\x96','\xc9','\x60','\xa4','\x09','\x6c','\x6e','\xf0','\x84','\x91','\xa7','\x1f','\x42','\x77','\x1e','\xdb','\x0e','\x63','\x93','\x89','\x35','\x22','\xc3','\xdc','\xba','\x4b','\x1e','\x5f','\xd6','\x34','\x13','\x58','\x7f','\x6e','\xcd','\x2f','\xde','\x8d','\xfe','\x0b','\xe4','\x35','\xf2','\x2c','\x7c','\x57','\x48','\x2d','\x8e','\x66','\x01','\xcc','\xc1','\x0e','\x98','\x99','\x6e','\xb7','\xdb','\xa4','\x04','\x12','\x95','\x33','\x40','\x6f','\x6f','\x6f','\xd0','\xce','\xb8','\x3d','\xd5','\x76','\xc1','\x32','\x40','\x19','\x0b','\xc3','\xa2','\xbe','\x55','\x1a','\x79','\x56','\x56','\x9e','\xd2','\x47','\x72','\x3f','\x5b','\x67','\x62','\xf8','\x1e','\xee','\x70','\xcf','\x27','\xae','\x9f','\x39','\xf7','\x11','\x07','\xdb','\x72','\x07','\xd8','\xc1','\xe9','\x29','\x07','\x9f','\x3f','\x05','\x18','\xfe','\x0b','\x93','\xcd','\xe7','\x02','\x8f','\xcc','\x79','\x39','\xf2','\x4e','\xa6','\x23','\xc8','\x77','\x02','\xf8','\x7e','\xc4','\x94','\xac','\x4c','\xb4','\xbf','\x3c','\xbd','\x83','\x59','\xd7','\x61','\x3b','\x9b','\x83','\x53','\xbe','\x8e','\xa4','\x7f','\x59','\x6d','\xfe','\xf1','\x72','\x2e','\x74','\x4d','\x37','\x19','\x6e','\x0e','\x26','\x94','\x8f','\x26','\x74','\xb0','\xfa','\x98','\x6b','\x56','\xbb','\x21','\xba','\x93','\x9e','\x0e','\x00','\x46','\x97','\xeb','\x30','\x7a','\xe1','\x35','\xa9','\x38','\x4d','\xcd','\x16','\xeb','\xe8','\x17','\xf0','\x3a','\x00','\x3b','\xa8','\x02','\xfa','\xf8','\xb1','\x01','\x35','\xe0','\x1d','\xd8','\xae','\xab','\x01','\xa8','\xc0','\xef','\x41','\xfa','\x3b','\xb0','\x9c','\x79','\xc9','\x9d','\x13','\xc3','\xc9','\xf2','\x4c','\xa0','\xd7','\x04','\xf0','\x98','\x9b','\x11','\x12','\x9d','\x3c','\xc2','\x56','\xd7','\x42','\xb2','\xf2','\xe3','\xa0','\x52','\x4a','\x99','\x44','\xc1','\xa3','\x99','\xfc','\x72','\xe5','\x24','\xfe','\x5d','\xc6','\xcd','\xc0','\x91','\xb4','\x2d','\x38','\xe7','\x08','\xc2','\x89','\x4c','\x36','\xe8','\xdf','\xd2','\xf5','\x67','\x96','\xe3','\x52','\x71','\x5a','\xbd','\x07','\x15','\xaf','\x7f','\x96','\x34','\xc0','\xac','\x4a','\x5f','\x15','\x91','\x48','\x8f','\x5e','\x98','\x40','\x19','\x44','\xe4','\xe7','\x75','\x10','\x03','\x98','\xd6','\x22','\x51','\x08','\x5a','\x78','\xa2','\x79','\x92','\x8a','\x3e','\x4b','\x29','\x6b','\x21','\x8c','\xda','\xbe','\xc4','\x9f','\xd4','\xb2','\x60','\xca','\xcf','\x4d','\x03','\x1e','\xdc','\x6e','\x9b','\x2a','\x1b','\x73','\xad','\x6c','\x28','\x5c','\x2b','\x35','\xf0','\x64','\xdd','\xb2','\x40','\x06','\xf7','\x3b','\x9c','\xf9','\x39','\xc4','\x01','\x3c','\x51','\xe4','\x31','\xeb','\x0f','\x01','\xcf','\xb1','\xf3','\xc2','\x01','\x66','\x47','\xa0','\x83','\x16','\xde','\x42','\xea','\xf6','\xd6','\xa1','\x2f','\x0c','\xff','\x5e','\x8c','\x92','\x8f','\xff','\xa8','\x67','\x84','\xb7','\xde','\xe9','\xe5','\x9b','\x06','\x3a','\xb8','\x35','\x8f','\x94','\x89','\xd1','\xe9','\xce','\x90','\xfe','\x98','\xd7','\x31','\x81','\xae','\x68','\x18','\x96','\x03','\xa5','\xc5','\xab','\x57','\x02','\x40','\xeb','\x0e','\xf2','\xbc','\xa1','\xf8','\x90','\x2b','\x78','\x19','\x59','\x8f','\x36','\xdd','\x35','\xd0','\x43','\x58','\x6c','\xf5','\xc2','\x55','\xb4','\x10','\x6d','\x8d','\x5a','\x1f','\x97','\x63','\x77','\x26','\x57','\xae','\x6d','\x4c','\x3b','\xb1','\x0f','\xb9','\x71','\xeb','\xd6','\xac','\xc3','\x43','\x5e','\x1c','\xd4','\x49','\xfa','\xb8','\x44','\xd5','\x15','\xa9','\x33','\xa6','\xf3','\xb3','\xd2','\x49','\xdd','\x1f','\x6d','\x56','\x28','\x9f','\x40','\x7f','\xb6','\x06','\x79','\x58','\x6e','\x0c','\xaa','\x4e','\x56','\xc4','\x93','\x0a','\x6d','\x36','\x71','\x4d','\x0a','\xe9','\x59','\x33','\x9d','\xbb','\xc9','\x7a','\xa7','\xd1','\x0e','\x71','\x43','\x69','\x89','\x15','\x16','\xf8','\x88','\x95','\xe6','\x36','\x3d','\x5f','\xe4','\xee','\x6f','\xa9','\xfe','\xe0','\x43','\xe6','\xa2','\x27','\x44','\x29','\xb0','\x8d','\x05','\x0f','\xe9','\x22','\xf4','\xfd','\x2d','\x07','\x6f','\x3b','\x8d','\x67','\x40','\x45','\x01','\xaa','\x26','\x22','\xdb','\x69','\x89','\x8e','\x8d','\xef','\x4d','\x77','\x1e','\xec','\x16','\x65','\xec','\xed','\xca','\xcb','\xc3','\x77','\x79','\x2c','\xef','\x09','\x37','\x64','\xf8','\x87','\xd3','\xc3','\x98','\xbc','\x69','\xee','\x16','\x8a','\x4f','\x28','\x51','\x40','\x18','\xf6','\x08','\x19','\x77','\x6a','\x38','\xfe','\x68','\x99','\xb1','\xbd','\x99','\xc8','\xa4','\xe4','\xf7','\x22','\x0b','\x12','\x39','\x07','\x26','\xe5','\x17','\x3e','\xcb','\xf7','\x8b','\x12','\x0e','\xf4','\x93','\x60','\x2c','\xfd','\x24','\x44','\xc9','\xb7','\xad','\x22','\xed','\x93','\x02','\x5c','\xd8','\xda','\xa3','\xb3','\x81','\xb5','\xcf','\x4f','\x02','\xfd','\x4a','\x4f','\xde','\xae','\x67','\xb9','\xcf','\x19','\x26','\x39','\xa3','\x3d','\x7c','\xd5','\xe6','\xb6','\x82','\xa2','\x27','\xaa','\xfd','\xaa','\x94','\x28','\x7b','\x35','\xaf','\x8b','\xfc','\xcb','\xef','\xe5','\x87','\xcf','\xf5','\x41','\xf2','\xac','\x62','\xbb','\x74','\x8d','\x99','\x4b','\xc8','\xa6','\x82','\x8d','\x35','\x62','\xce','\x9d','\x7b','\x36','\x7b','\x33','\xe9','\xae','\x2e','\x08','\x47','\x0b','\x35','\x3a','\xb5','\xd2','\x7c','\xe1','\xd9','\x59','\x44','\x22','\x33','\x50','\x5c','\x66','\x45','\x45','\xbc','\x0e','\x07','\x7f','\x89','\xa7','\x40','\x37','\x4c','\x18','\x30','\x38','\x40','\xf9','\xeb','\x26','\x99','\x0a','\xfc','\x79','\xc7','\x9c','\x24','\x09','\x51','\x94','\xaf','\x25','\x3f','\xa9','\x4b','\xe8','\xbd','\x93','\x77','\x91','\xdf','\x58','\xa4','\x37','\x65','\xb1','\x2e','\x27','\x30','\x7b','\x22','\x0b','\x46','\x59','\x3a','\x47','\x2a','\xf0','\x7a','\x27','\xea','\xc7','\x11','\x17','\x98','\x12','\xc3','\x39','\x02','\x73','\xd3','\x58','\x9f','\xa5','\x30','\x2f','\xf9','\xb3','\xf3','\x25','\x5e','\x6f','\xf9','\x8e','\x8d','\x2e','\x58','\x2e','\xfa','\x80','\x66','\x3d','\xa3','\xdb','\x77','\x0e','\xac','\x4c','\x1f','\xae','\xf2','\xe2','\x65','\xad','\xe3','\x9d','\x25','\xd8','\xd0','\xe4','\xca','\x0f','\x93','\xff','\x97','\xe6','\xaa','\xbc','\x31','\xc0','\x86','\xfe','\xde','\xc7','\xdf','\x4e','\x80','\x01','\xa4','\x7c','\x16','\x2a','\x63','\x24','\x19','\xe8','\x7c','\x84','\xc6','\x18','\xc0','\x9d','\xd1','\x81','\x7e','\xd5','\xc6','\x78','\x9e','\x7d','\x07','\xe5','\xa7','\xb8','\xbd','\x79','\xdb','\x6c','\x2d','\xb4','\x4c','\xf8','\x16','\x10','\x43','\x48','\xc1','\x93','\x2a','\xd7','\x1e','\xe9','\x4d','\x2d','\x8c','\xa3','\xac','\xb0','\x28','\x9a','\x02','\xe3','\x6e','\x68','\xd8','\x3e','\xc0','\x3a','\x66','\x45','\x19','\x35','\xb0','\x03','\x35','\xbb','\xeb','\x2c','\xbf','\x58','\x3e','\x13','\x90','\x95','\x90','\xd3','\x36','\x91','\x5a','\x65','\x76','\xa6','\xdb','\x6d','\x1b','\xe7','\x7d','\x5e','\x76','\xda','\x6f','\xcd','\xaf','\x4a','\xeb','\x17','\x63','\x9e','\x58','\xac','\x40','\xbf','\x16','\xe2','\x79','\x00','\x47','\x0a','\x77','\x52','\xe3','\x77','\x42','\x30','\x36','\x16','\xcc','\x80','\x43','\x9e','\x22','\x9f','\xe1','\x98','\x8b','\xc3','\x2c','\xf7','\x8a','\x9d','\xcc','\x65','\xd5','\xc2','\x95','\x8f','\xb3','\x5a','\x9d','\x78','\x1b','\x0a','\x2c','\xf1','\x88','\x79','\xd6','\x69','\x58','\xd9','\x9c','\x3c','\x8c','\x77','\xf8','\x24','\x8f','\xb1','\xb6','\xe0','\x12','\xa2','\xe7','\x53','\xba','\x7a','\x91','\x48','\x27','\x3a','\xec','\x6d','\xa4','\xcd','\x93','\x64','\x6b','\x3a','\xf3','\xce','\x4f','\x4a','\xeb','\x2b','\xdc','\x64','\x6b','\x53','\x9b','\x88','\xaf','\x3c','\x55','\xeb','\x84','\x71','\xed','\xac','\x9e','\xb8','\x82','\x6b','\x75','\x60','\x4a','\xb4','\x9b','\x7e','\xa8','\xdf','\xc5','\x83','\x9e','\x49','\x67','\x92','\x36','\xea','\xf4','\x33','\x61','\x3d','\x78','\x45','\x2d','\x2f','\xf3','\x18','\x90','\x51','\xca','\x97','\x88','\x35','\xba','\x9c','\x06','\xeb','\x68','\x8c','\x1b','\x17','\x60','\xe9','\x32','\x59','\xc9','\x44','\x16','\xce','\xb0','\x1f','\x46','\xc7','\xb6','\x7e','\x87','\x82','\x76','\x2f','\x0a','\x10','\xd1','\x88','\x68','\x7d','\xe9','\x02','\x87','\x2e','\x6f','\xb5','\xf3','\xd4','\xf3','\x98','\x0c','\xa2','\x8d','\xa0','\x09','\x7e','\x54','\x03','\xde','\x4f','\x16','\x23','\xfb','\x7d','\x05','\x12','\xe6','\x1a','\xa1','\x22','\x6c','\x87','\xb5','\x33','\x3f','\x2f','\xe7','\xc6','\xd2','\x67','\x59','\xfd','\xfe','\x20','\xd5','\x0b','\x94','\xaa','\xd9','\x34','\xaa','\xb1','\x4b','\xa9','\xa0','\xd2','\x8b','\xba','\xde','\xd9','\x8c','\x7f','\x47','\xfa','\x10','\xcf','\x30','\x42','\xb1','\x22','\x30','\x44','\x76','\xcd','\x36','\x43','\x8d','\x2f','\x1f','\xe7','\x35','\x1e','\x5a','\xa7','\x4a','\xd4','\x2b','\x10','\xfa','\xab','\xd3','\x83','\xc6','\xf0','\xd5','\xc2','\x2c','\xeb','\xee','\x93','\x22','\x21','\xea','\x81','\x71','\x9a','\x41','\xf2','\xa8','\x88','\x79','\xdc','\x19','\xd4','\x38','\x94','\x92','\x83','\x7b','\x9c','\x0b','\xd2','\xfc','\xca','\x92','\xf3','\xda','\xc7','\x03','\xb7','\xd6','\xc7','\x0a','\xd2','\x38','\xff','\xe6','\x3f','\x2c','\x78','\x62','\x08','\x71','\x13','\x5a','\x10','\x40','\x81','\xca','\xf4','\x23','\x58','\x35','\xeb','\x92','\x37','\x2e','\xda','\xe1','\xb5','\xac','\xe6','\xc7','\xb2','\x2e','\x40','\xca','\x69','\x5a','\xad','\x99','\x1f','\x90','\x96','\x40','\xf7','\x8a','\x30','\xb0','\xb3','\x2e','\x1f','\xc6','\x38','\x87','\x82','\x32','\xbb','\x65','\x8c','\x5d','\x77','\x0d','\x2f','\x4c','\x3c','\xee','\x52','\x51','\x40','\x6b','\x17','\x4f','\x26','\x9f','\xf1','\x45','\xbd','\x46','\x23','\x2b','\x25','\xc9','\x1a','\xc3','\x75','\x22','\x74','\x12','\x83','\x2e','\x0c','\x58','\x28','\x1d','\x24','\x77','\x35','\xb8','\xa8','\xd0','\xdb','\x12','\x20','\x63','\x35','\x2c','\xef','\x5d','\x43','\x58','\x8e','\x37','\xe7','\x32','\x37','\x05','\x18','\x2f','\xfe','\x97','\x56','\x56','\xda','\xad','\x37','\x25','\xd2','\x76','\x57','\xfb','\xcc','\x63','\x0d','\x04','\x4b','\xe1','\xbf','\x5c','\xf2','\xe0','\x3c','\x63','\xce','\x31','\xa4','\xeb','\x86','\x4f','\x33','\x38','\xd1','\xbc','\x78','\x7f','\x86','\xeb','\xd7','\x4e','\xaf','\xdf','\x76','\x8f','\x78','\x36','\xc2','\xe7','\xc6','\xd9','\x17','\x54','\x7e','\xd0','\xf5','\x31','\xac','\x84','\xe2','\x80','\xfe','\x38','\x84','\x8e','\xb7','\xae','\xa1','\xac','\x35','\x8c','\xb5','\x2b','\xcf','\x4a','\x83','\xaa','\x24','\x91','\x54','\x1a','\x8d','\x7b','\xc0','\xcc','\xb2','\xe1','\x16','\x14','\x61','\x55','\xe0','\xe3','\xe2','\x54','\x11','\x3d','\xa8','\x5d','\x16','\xf5','\x34','\x2c','\x1c','\x58','\x4a','\x24','\xce','\x39','\xbd','\x7c','\x1b','\x0a','\x9f','\x07','\x3b','\x68','\xac','\x3b','\xe2','\x88','\x42','\x83','\xf9','\xf8','\x57','\x9b','\x0f','\xec','\xff','\x68','\x75','\x80','\xcd','\x6e','\x7c','\xd7','\xf8','\xaa','\xf1','\x41','\xf1','\xb9','\x77','\xba','\x6e','\x4c','\x6c','\x07','\xef','\x38','\x7e','\x63','\x56','\x5e','\xad','\x57','\x1c','\x0c','\xe5','\x32','\x14','\x27','\xa3','\x2b','\x53','\x5c','\xc6','\x65','\xb5','\x8d','\x78','\x23','\xe2','\xb6','\xd1','\xa6','\x6b','\xdb','\x2c','\x04','\xbd','\x37','\xed','\x9b','\x24','\x1e','\x8d','\xeb','\xc1','\xf2','\x9a','\xe2','\x44','\x4d','\xc7','\x9a','\x85','\x88','\xc7','\x19','\x21','\xb7','\x56','\xbc','\x7b','\xe1','\xc5','\x46','\xda','\xe5','\xbb','\x95','\xef','\x9e','\xae','\xcf','\x40','\x8e','\x16','\xb5','\x32','\x77','\x06','\x3e','\x5f','\x35','\x6b','\x51','\x87','\xb1','\x9e','\xb0','\x95','\x4c','\xe0','\xf5','\x61','\x3d','\xb5','\x1b','\xb8','\xe9','\x71','\x58','\xbb','\xe1','\xfe','\xa6','\xe4','\xae','\x6a','\x70','\x58','\xf3','\x47','\xf1','\x2a','\xcb','\x61','\xf2','\x9a','\x9e','\xdd','\x1b','\x81','\x31','\x8c','\x8e','\x49','\x2d','\x3e','\x4a','\x77','\x32','\x14','\xf0','\x66','\xeb','\x89','\x29','\x36','\x2c','\xac','\x5e','\x89','\x73','\x78','\x35','\x08','\x82','\xa5','\xcb','\x7b','\x80','\xb6','\x6d','\x9b','\xa2','\x24','\x8c','\x33','\x41','\x1a','\x93','\x5f','\xfb','\x35','\x2e','\x12','\x1b','\x8b','\xdb','\xfc','\x32','\x11','\xff','\x7b','\x5a','\x2c','\x6a','\x04','\x09','\x35','\x9b','\xf1','\xe0','\x04','\x0e','\x26','\x4d','\x67','\x3c','\x4b','\x4a','\x87','\x51','\x00','\xe7','\xb2','\x46','\xbd','\xf1','\x7e','\x91','\x47','\x35','\x67','\x7a','\xee','\x9a','\x2d','\x64','\x49','\xcd','\x82','\x7c','\x09','\x00','\x64','\xf9','\x32','\x75','\x74','\x64','\x39','\x11','\x19','\x3f','\x09','\xb0','\xbc','\x2b','\x3d','\x23','\xb1','\x17','\x5d','\x28','\x8f','\x4f','\x85','\xdd','\x32','\xd9','\xc2','\x35','\xa1','\x59','\xd7','\x55','\xd2','\xa2','\xcb','\x8c','\xe3','\x1f','\xce','\xca','\x69','\x9a','\xa7','\xda','\xbe','\xd5','\xd8','\xe7','\x22','\xcf','\xd3','\x33','\xcc','\xf0','\x24','\xeb','\x15','\xb9','\x7c','\x36','\xad','\xca','\x9b','\x66','\x01','\xd7','\xed','\x33','\x0d','\x38','\x59','\xbb','\xcf','\x97','\xb1','\x90','\xee','\x60','\x1d','\x59','\xbe','\x5e','\x98','\x0a','\x37','\x1a','\x3b','\x85','\x0a','\x32','\x46','\x28','\x4e','\x0b','\xbb','\x2a','\x83','\x39','\xb3','\x92','\x86','\xee','\x08','\x52','\xd7','\x8b','\x4a','\x9d','\x31','\x1b','\xbf','\xc8','\x21','\xed','\x0d','\x0c','\x02','\x4b','\x01','\x9e','\xb4','\x6e','\x57','\xd0','\x5a','\x11','\x36','\xc5','\xb4','\x14','\x24','\xa6','\x10','\xb9','\x94','\x69','\x70','\xea','\x3c','\x5c','\xcc','\x28','\xfe','\xfc','\xac','\xdb','\x9a','\xba','\x96','\x1b','\x38','\x5f','\x4d','\x6c','\x56','\x5d','\x99','\xab','\x0a','\x7a','\x3d','\x4b','\x65','\x14','\x09','\x90','\x91','\x03','\x5c','\x22','\xd2','\x83','\xe6','\x1d','\xce','\x14','\x70','\xec','\x96','\x42','\x59','\x21','\x6c','\x17','\xbc','\x40','\x32','\xd8','\x25','\xa2','\x28','\xc3','\xce','\xae','\x32','\x3b','\x2d','\xac','\x0e','\x0c','\x93','\x02','\x59','\x63','\x48','\x16','\x88','\x61','\x1a','\x4a','\x09','\x4b','\x82','\x5f','\xe6','\x8b','\x5d','\xc6','\x79','\x97','\xdc','\xd6','\xf1','\x48','\xfc','\xf7','\x14','\xef','\xa9','\x0e','\x9c','\x6d','\x3c','\xd2','\x0a','\xcc','\xd9','\x48','\x4b','\x2a','\xc5','\x37','\xec','\xaa','\x2c','\x54','\x00','\x63','\x8a','\xa1','\xf7','\x4d','\xe7','\x65','\x95','\x92','\xf2','\x93','\xd6','\x82','\x7d','\xd0','\xf3','\x07','\x36','\xa6','\x10','\x12','\xdc','\xa3','\x9a','\x69','\x3f','\x52','\xcb','\x13','\x78','\x4a','\xd0','\xc9','\xbf','\x8e','\x30','\xd7','\x1b','\xbd','\x7e','\x1b','\x61','\xae','\xf7','\x97','\xb8','\xe3','\x47','\x94','\x06','\x70','\x1c','\x07','\x28','\x86','\x45','\x6e','\x57','\x78','\x10','\xf9','\xce','\xf1','\xfd','\x6e','\xe7','\x7e','\x0e','\x12','\xb3','\x2c','\x13','\x8d','\xc6','\x0a','\x91','\xf4','\x11','\x10','\xc1','\xa3','\xae','\x69','\x5f','\x13','\xc6','\xa0','\x01','\xda','\xec','\x58','\x80','\x0d','\x86','\x98','\x3b','\xd7','\x11','\xef','\xda','\x79','\x1a','\x97','\x51','\x3c','\x0d','\x05','\x11','\x0d','\xa5','\x81','\x44','\x88','\x1a','\xd3','\x6d','\xd7','\xe8','\x76','\xd6','\xef','\xdb','\x46','\xfb','\xce','\x11','\x55','\x8e','\xc7','\x05','\x9b','\xd2','\x60','\x47','\x5c','\x99','\x99','\x00','\x2d','\x38','\x6b','\xd2','\xf9','\xae','\x63','\x8e','\x3a','\xbd','\x5b','\x9e','\x0a','\x8d','\x5a','\xcb','\xdb','\xee','\x43','\xe1','\xcc','\x32','\xf0','\x17','\x5e','\xf8','\xaa','\x6b','\xbc','\xc7','\xf9','\x3c','\xef','\x23','\x13','\x7d','\xff','\xfe','\x46','\xdb','\x5b','\xa3','\xfd','\xd6','\xa8','\xdf','\x3b','\xed','\xb7','\x46','\xaf','\xaf','\x2f','\xc5','\xfa','\x05','\xe3','\xcd','\x56','\x06','\x3b','\xbd','\x05','\xfd','\x68','\x24','\x31','\xed','\x7f','\x0a','\x96','\xe0','\xff','\xe5','\x4b','\x6c','\x31','\xd9','\x26','\xb8','\x40','\x7d','\xe9','\x5f','\xed','\x2c','\xae','\x3b','\xf4','\x50','\xf2','\x45','\xcf','\xfe','\x4a','\x66','\x02','\x00','\x5f','\xc6','\x1d','\xe0','\x1c','\x96','\x59','\xf8','\xdd','\x65','\xd0','\x05','\xbf','\x9e','\x44','\x93','\x8e','\xb9','\x9f','\x2d','\xd3','\x02','\xf6','\x6d','\xc3','\xe5','\x4e','\x64','\xb2','\x4f','\xa0','\xcd','\x94','\xa6','\x79','\xae','\x88','\xc8','\xd7','\x70','\x7e','\x56','\x5e','\x8c','\xe5','\x31','\x5d','\x81','\x61','\xef','\x9b','\xfe','\x60','\x41','\x31','\x3c','\x30','\x06','\x94','\x27','\x44','\xba','\x56','\x83','\x07','\x0f','\x12','\x15','\x8f','\xfe','\xe8','\x17','\xe1','\x9a','\x0c','\x51','\xf7','\xca','\x1a','\x04','\x01','\xe3','\x1b','\x60','\xba','\xb4','\x00','\xb1','\x0e','\xa4','\x75','\xa6','\x79','\x98','\xba','\x06','\x79','\xe6','\x8e','\x3f','\x05','\xe2','\x81','\x30','\xa6','\xd7','\xca','\xac','\x26','\xa6','\x8d','\x00','\x40','\x41','\x0e','\xd7','\x76','\x9c','\x35','\x41','\xd6','\x5f','\xd3','\x39','\x1f','\x6f','\x97','\xee','\xfd','\x80','\x2c','\x31','\xf7','\x03','\x2c','\x9d','\x55','\x43','\x4d','\x6e','\x30','\x55','\xc0','\xe7','\xca','\xd6','\xf5','\xfe','\x5b','\xd3','\x3b','\xbb','\x06','\xc3','\x3f','\x59','\x19','\x02','\x9c','\xc6','\xb8','\xd9','\x7c','\x58','\xf8','\xcd','\x94','\x2e','\x86','\x77','\xf9','\xd3','\x8c','\x47','\x9e','\x4a','\x8f','\x66','\xf1','\xbd','\xe5','\x7d','\x3a','\x2d','\x2a','\xe4','\xe5','\xb7','\x58','\xdb','\x5f','\xda','\xc6','\x4a','\xf3','\x4f','\x64','\x4d','\xcf','\x50','\x18','\x24','\xc0','\xa8','\xbf','\x37','\xa6','\x9d','\xdb','\x10','\x6a','\x8d','\xa9','\xdd','\x99','\xee','\x74','\x0c','\x77','\x0d','\x35','\x87','\x8f','\x58','\xa9','\xa3','\xb0','\xb1','\x6e','\x79','\x58','\x82','\x8c','\x99','\x08','\x01','\x0a','\x5e','\xb4','\x05','\xea','\x1d','\x72','\xbd','\x4a','\xaf','\x92','\xd7','\xff','\x74','\xed','\x03','\x9e','\x17','\xe1','\xd4','\x05','\x3c','\x1b','\xe4','\xc5','\x2c','\xf8','\xc4','\x32','\x4d','\x12','\x6f','\x95','\x52','\x6d','\x8f','\x32','\x7f','\x3c','\xbd','\x83','\x7d','\xc9','\xf4','\xcd','\x06','\x37','\xdc','\xd3','\xaa','\x72','\x22','\xa4','\xf7','\x4d','\xdc','\x63','\x4c','\x93','\x20','\x34','\x05','\xc3','\xc0','\xac','\xfe','\x33','\xfe','\x66','\xf0','\x3c','\x58','\xbb','\xbd','\xcf','\xbe','\x5b','\xcc','\x0c','\xb2','\x8f','\xa1','\x8e','\x92','\x30','\x3a','\x97','\xb8','\xc5','\x09','\x86','\xc0','\x41','\xa4','\x50','\xbf','\x0b','\xdd','\xef','\x3c','\xce','\x89','\x74','\xd1','\x98','\xbd','\x14','\xae','\x9a','\xa2','\xaa','\xc8','\xd9','\xfa','\x58','\xc8','\x0f','\xe6','\x02','\xb8','\x50','\xe6','\x58','\x77','\x19','\x65','\xca','\x78','\xd9','\xdc','\x4c','\x10','\xff','\xd7','\x05','\x2f','\x64','\x97','\x7d','\x82','\xd2','\x23','\x66','\xe5','\x42','\xd0','\x52','\xc6','\x04','\x3e','\x84','\xb7','\x87','\x84','\x45','\x89','\xc9','\xcf','\xd4','\x4d','\xfd','\x9b','\x84','\xf6','\x78','\x88','\x2e','\x2f','\x50','\xa4','\xcf','\xf1','\xb6','\xb5','\x50','\x7e','\xbe','\xa9','\xeb','\x97','\x5f','\x6e','\x1a','\x2e','\x3f','\x56','\x87','\x1f','\xdc','\x87','\xb6','\x59','\x59','\x6e','\x95','\xb9','\x0b','\x1d','\xf7','\x63','\xcc','\xd7','\x3d','\xc0','\xf6','\xc8','\x1b','\x67','\x7d','\xc6','\xb9','\x43','\x90','\x3d','\x69','\x10','\x8c','\xbe','\xe2','\xbf','\x88','\x26','\x07','\x11','\x0b','\x4f','\xe8','\xab','\x32','\x9f','\xb0','\xfa','\x0c','\x1e','\x77','\x7b','\x89','\x3e','\xdf','\x5e','\x36','\xda','\x77','\x50','\xfa','\x88','\xe2','\xdc','\x8d','\x0d','\x25','\x8d','\xf1','\xe5','\xa6','\x1d','\xe9','\x0a','\x2e','\x3d','\x36','\x35','\x60','\x19','\x11','\xb7','\xb4','\x93','\xf6','\xd9','\xfa','\x67','\xee','\x81','\x14','\x45','\xa6','\xf9','\x66','\xe8','\x77','\x9d','\x64','\xab','\x29','\xf8','\x68','\x56','\xa6','\x32','\x7f','\x6c','\x43','\xe8','\xf7','\xf1','\x99','\x79','\xf3','\x7b','\xe0','\xc2','\x5a','\x14','\xeb','\x10','\xad','\x79','\x93','\x92','\x60','\x6b','\xa6','\x31','\x6d','\x42','\x11','\xda','\x9d','\x99','\xb8','\x8d','\xbb','\x83','\x58','\xef','\x0e','\x4a','\x1b','\x2f','\xde','\x1c','\x49','\x75','\xac','\x53','\x5e','\x44','\xc3','\xa2','\x47','\x41','\xbf','\x2b','\x5c','\x0c','\xef','\x0e','\xfe','\x43','\x63','\x93','\x8e','\x79','\xce','\x72','\xfa','\xee','\x93','\xf0','\x7a','\x44','\x04','\x52','\x0c','\x6b','\x03','\x90','\x4b','\xa9','\x9b','\x45','\x67','\xf5','\xd4','\x9f','\xab','\xa7','\xc3','\x59','\x42','\xf1','\x10','\x79','\xe3','\x1b','\x37','\xa6','\xb6','\x37','\xda','\x2d','\xf2','\x9b','\xbd','\xe4','\x0c','\x24','\x78','\xe6','\x08','\x79','\x3e','\xb2','\x78','\x80','\x0c','\x5d','\x24','\x66','\x0d','\x72','\x65','\xa8','\x8c','\x90','\x85','\xc0','\xbe','\x0c','\x82','\xb0','\x3a','\x28','\x64','\x95','\x8c','\x03','\x77','\xcd','\x17','\x1c','\x51','\xbd','\x0c','\x74','\x01','\x0a','\xe6','\xaf','\xcb','\xd1','\x59','\xd0','\x86','\xdf','\x35','\x10','\xcf','\x56','\x12','\x89','\x5c','\x5f','\xf9','\x6a','\x11','\x1f','\x7c','\x81','\x29','\xef','\x63','\x1a','\x71','\x97','\xb8','\x59','\x4e','\xf5','\xf4','\x90','\x2a','\x10','\xd8','\x85','\x60','\x9e','\x7f','\xff','\xc7','\xa8','\x44','\x27','\x18','\xcb','\x1f','\x4b','\xc9','\xf4','\xa0','\x63','\x79','\xf8','\x0c','\x09','\x21','\xa3','\x81','\x62','\xea','\xa5','\xb5','\xcf','\x35','\x2d','\x35','\x43','\xca','\xe7','\xf7','\xa4','\x67','\xf0','\xcb','\x4f','\x4f','\x38','\x3e','\x53','\xba','\x18','\xfc','\x4f','\x10','\x9c','\xf7','\xf7','\x93','\x44','\xbb','\x7c','\x9d','\xcb','\x67','\x10','\xee','\x03','\xf8','\x74','\x67','\x8e','\x4d','\x23','\x37','\xc5','\x21','\x5d','\xdd','\xe1','\x34','\xe6','\xda','\x89','\xec','\x8e','\xaf','\x98','\xf3','\xfc','\x3d','\xf5','\x4b','\x14','\x50','\xa2','\xc0','\x3f','\x55','\x4c','\x10','\x9d','\x2a','\x5d','\xc1','\x62','\x57','\x78','\xa7','\xdf','\x82','\x7e','\x9d','\x93','\xc0','\x82','\xc1','\xbc','\xeb','\xba','\xe8','\x41','\xd4','\xc3','\x99','\x02','\x71','\xa7','\xf7','\x2b','\x52','\x02','\x1c','\xa9','\xba','\x2c','\xea','\xd2','\xd3','\x4a','\x28','\x0a','\xb6','\x54','\x1c','\x86','\x4b','\x45','\x8f','\xfb','\x5d','\xcc','\x6f','\x3b','\x6e','\x88','\x1f','\xc9','\xad','\x14','\x06','\xda','\x2b','\xe7','\x54','\x86','\xe0','\x40','\x43','\x2d','\x3c','\xbe','\xe3','\x6a','\x97','\xa5','\xda','\x0e','\x6f','\x62','\xe7','\x31','\x4f','\x5e','\x22','\xa0','\x5d','\x61','\x21','\xb1','\x53','\xed','\xfa','\xd8','\xe0','\x62','\xef','\xe2','\x34','\xd3','\x36','\x03','\xd9','\xe2','\xbb','\xf1','\x0e','\xb8','\x64','\x6a','\x71','\x6a','\x77','\x1a','\xa6','\x05','\x43','\xa9','\x58','\xd7','\x32','\x2e','\x70','\x20','\x94','\x1f','\x84','\x6c','\x38','\x63','\x80','\x07','\xca','\x63','\x59','\xdc','\xa3','\xca','\xab','\x73','\x05','\xa5','\x51','\xac','\xfd','\x88','\xdd','\xe2','\xbc','\x36','\x0c','\x3b','\x18','\xc9','\xc7','\x59','\x04','\xb7','\x51','\x25','\xe5','\xc7','\xc0','\x7a','\xdb','\x1a','\xbd','\xbc','\x6c','\xf4','\xf2','\x7a','\xa3','\x97','\xd7','\x8d','\x36','\x8b','\xf4','\x96','\xb0','\x1d','\xdc','\x97','\xe3','\xb2','\x55','\x88','\x3a','\xf9','\x85','\x8d','\xa6','\x30','\xf4','\xa3','\xd3','\xf1','\xd6','\xe9','\x7e','\xe8','\x99','\x1f','\x50','\x70','\x44','\xd4','\x82','\x62','\x01','\x0b','\xf4','\x5e','\x1b','\x26','\xe5','\x27','\x45','\x68','\x8c','\x68','\x95','\x70','\x81','\xa3','\x2a','\x4c','\x87','\x9e','\x4b','\x70','\x1a','\x2f','\xc3','\xe1','\xed','\x04','\xde','\x66','\xf8','\x8f','\x99','\x68','\xbf','\x8d','\xb0','\xd6','\xae','\xf8','\x98','\xab','\x5f','\x33','\x8b','\x97','\xd0','\xfd','\xad','\xd3','\xdb','\x5b','\xa7','\x7e','\xd7','\x28','\x5d','\xa4','\x97','\x8a','\x0e','\x13','\x0c','\x59','\xb0','\x88','\x38','\xd3','\x4d','\xa1','\x28','\x5a','\x1b','\x90','\xe6','\xfa','\x58','\x97','\xb4','\x58','\x1b','\xd6','\xe7','\x98','\xa9','\x16','\x20','\x0c','\xf2','\xb9','\xa2','\x69','\x4a','\x67','\xb7','\x67','\x94','\xdd','\x13','\x6d','\xed','\x32','\x8d','\xf3','\x25','\x32','\x36','\x3d','\xe8','\xed','\x48','\x56','\x34','\x73','\x29','\xac','\xd6','\x28','\x5f','\x96','\xe5','\x37','\x7c','\x4e','\x34','\x30','\xa5','\x34','\x21','\xee','\xe3','\x2c','\x69','\x33','\xc5','\xd4','\x95','\x20','\xf0','\xf8','\xd1','\xb6','\x05','\x36','\x38','\xe1','\xc9','\x38','\x6e','\x3e','\x6f','\xfa','\xd6','\x0a','\x54','\x00','\x6b','\xf2','\x8d','\x18','\xab','\xa8','\x8c','\xaf','\xe5','\x5f','\xd8','\x98','\x73','\xf9','\x17','\x09','\x37','\xeb','\x17','\x6a','\x01','\xe1','\x8a','\xb3','\x33','\xa9','\xd8','\xa5','\x53','\x7c','\xb3','\x60','\x5c','\xcf','\x8a','\x16','\xe3','\x8d','\x6e','\xfd','\xb2','\xeb','\x73','\x0a','\xbf','\x90','\x3a','\xc7','\xd6','\x52','\xbf','\x0f','\x70','\x10','\x53','\x77','\x7e','\x25','\x43','\x96','\xe8','\xba','\xcd','\xe3','\xc0','\xd4','\x7b','\xbf','\x56','\x80','\x6a','\x10','\x04','\x7b','\x89','\x68','\x9c','\xf7','\xd9','\xf6','\x46','\x5b','\x2b','\x77','\x03','\x3c','\x00','\xb5','\x69','\xd0','\x79','\xfe','\x2d','\x0f','\x0c','\xe4','\x29','\x8b','\xe9','\xb9','\xf4','\xce','\x17','\x56','\x92','\xc2','\x90','\x45','\x96','\x48','\x34','\xb5','\x76','\x91','\xad','\x86','\xc0','\x14','\xfc','\x70','\x02','\xb0','\xbc','\x1d','\xe8','\x5b','\x67','\x17','\xcd','\x2d','\x5e','\xf8','\x42','\xfc','\xf2','\xb5','\x69','\x29','\xc9','\x57','\x8b','\x8e','\x8a','\x14','\x5d','\x2f','\x64','\xe7','\x1d','\x2b','\x3e','\xa2','\x0c','\x4a','\x87','\x35','\x17','\x05','\x66','\x38','\x17','\x64','\x9a','\x99','\xcf','\x08','\xf1','\x41','\x5a','\xe5','\x3e','\x65','\x0c','\x9f','\x28','\xf3','\x73','\x49','\xe0','\x0f','\x70','\xd9','\x93','\x6c','\xd3','\xa2','\x94','\x7a','\x7f','\x3b','\x9d','\x1e','\x50','\x5f','\xa5','\x25','\x0e','\x92','\x3c','\x8f','\xa9','\xfe','\xe9','\xed','\xf9','\x07','\x2c','\xf3','\xac','\x19','\x6c','\x60','\xca','\xce','\x23','\xaa','\x90','\xbc','\x1f','\x5d','\x41','\x0b','\x91','\x5f','\xcc','\xc8','\xa2','\x97','\x47','\x18','\x13','\xe6','\xb4','\xf4','\xea','\x7a','\x46','\xdc','\x96','\x9f','\x07','\x55','\x23','\xdb','\xa8','\xc2','\xbf','\x76','\xc6','\x81','\x1e','\x33','\x04','\x51','\x29','\xd3','\x24','\x38','\x56','\x01','\x54','\xd7','\x67','\x33','\x2f','\xda','\x9d','\xab','\xce','\xed','\xfa','\x80','\xd0','\x4a','\x64','\x23','\x4f','\x93','\xc5','\xa2','\x20','\xed','\x3f','\x07','\x10','\xc2','\x30','\xb7','\x06','\x62','\xa4','\x13','\x1d','\xf7','\xc3','\x0f','\x73','\x3b','\x98','\xd3','\x46','\xe0','\xee','\xb8','\x29','\xbb','\x66','\xdd','\xf1','\xc0','\x08','\xcc','\x0e','\x34','\xe2','\x3c','\x46','\x9c','\x49','\x48','\x61','\xb3','\xd3','\x88','\x44','\x6f','\xe7','\xf1','\x59','\x03','\x2c','\xdf','\x99','\x3c','\xc8','\x77','\xcb','\xcd','\x55','\x7c','\x00','\xba','\x4e','\xfd','\xe0','\xe1','\x16','\x77','\x68','\x84','\x2a','\xbb','\x30','\x33','\x8d','\x67','\xb9','\xec','\x92','\x8c','\x0c','\xf2','\x88','\x7b','\x0b','\x1d','\xcd','\x3a','\x4c','\xcc','\x05','\x32','\x11','\x21','\x58','\x0f','\xa9','\x94','\x95','\x1d','\x03','\xe9','\x09','\x4c','\x58','\xce','\x0b','\xb0','\x85','\x62','\x2b','\x6a','\x4f','\x2a','\x4c','\x02','\x32','\x0c','\xb4','\x6c','\x40','\x07','\xaa','\x19','\xeb','\x51','\x41','\xba','\xce','\xaf','\x8d','\xb3','\x45','\x7a','\x33','\x2b','\xc8','\xb6','\x37','\x57','\x1a','\x92','\x08','\xb5','\x79','\xc5','\x31','\xb4','\x7f','\xe1','\x32','\xe5','\x43','\x95','\x9f','\xb7','\x7b','\xd7','\x79','\xe9','\x0b','\xeb','\x90','\x68','\x30','\x84','\x09','\x8d','\xc5','\x17','\xbd','\x38','\xba','\x31','\x79','\x34','\x33','\xa3','\xed','\x70','\xdd','\xd4','\xd7','\xf0','\x08','\x82','\x0d','\xad','\x81','\x61','\xb2','\xa0','\x0c','\x9d','\x84','\x06','\x9d','\xee','\x7b','\xa3','\xd7','\x6f','\xb7','\x71','\xc6','\xe9','\x65','\xa3','\xfd','\x66','\x77','\xfb','\xd0','\x68','\xbb','\x86','\xeb','\x7e','\xbb','\x1f','\x74','\xff','\x7e','\xf8','\x9d','\x42','\x78','\xdf','\x8e','\x05','\x85','\x68','\xe6','\x1e','\x28','\x44','\xbc','\x72','\xdd','\xb4','\xbe','\xe1','\x9c','\x4a','\xd0','\x23','\x5a','\x5c','\xcc','\xb2','\x50','\xf1','\x9f','\x7b','\x63','\x90','\xdd','\x25','\x34','\x80','\x9c','\xcf','\x47','\x8f','\x79','\x85','\x4d','\x7e','\x2d','\x82','\x03','\xf7','\xd9','\xae','\xbe','\x90','\x07','\x49','\x70','\xcf','\x23','\x7f','\x17','\x68','\x59','\x68','\xbe','\xbf','\x06','\x88','\x80','\x7d','\x02','\x4c','\x09','\x12','\x0d','\x5b','\x8e','\xae','\x89','\x7d','\x6c','\x04','\x18','\x41','\x55','\x59','\x29','\xfa','\x1b','\xc7','\x48','\x4c','\x92','\x2b','\x41','\x1b','\x0e','\xe2','\xc7','\xa1','\x2a','\x9b','\x2f','\x57','\x3c','\x78','\xb6','\xe8','\x5d','\x64','\x9e','\x52','\x34','\x9c','\xad','\x3d','\x93','\xf4','\x52','\xac','\xc4','\xb6','\xee','\x42','\x3e','\x3e','\xe6','\xf1','\x92','\xfa','\x75','\xc5','\x35','\xcb','\x5b','\x23','\x1f','\x6b','\x74','\x44','\xe3','\xd3','\x64','\x57','\xba','\xae','\x7a','\xc1','\x3e','\xc7','\x63','\xbe','\x83','\x47','\xb9','\xab','\x9f','\x7d','\x17','\x3b','\x67','\x06','\x5c','\x55','\x84','\xbe','\x7f','\xff','\xbe','\x8c','\x04','\x97','\x0e','\xfd','\xac','\x7c','\xe4','\x9a','\x32','\xf2','\xb1','\x8b','\x46','\xc4','\x1a','\x81','\xa1','\x12','\xff','\xa7','\x93','\x17','\x77','\x5d','\xe0','\x90','\x39','\x31','\x85','\x0c','\xcf','\x57','\xe5','\x3d','\x53','\xe7','\xe9','\xcf','\x6c','\x32','\x7b','\x15','\x52','\x33','\x51','\x7b','\x80','\x1c','\xff','\x39','\x71','\x92','\x82','\x74','\x28','\x65','\xfe','\xea','\xdd','\xd9','\x5f','\x96','\xca','\x90','\xe4','\x47','\x52','\x7f','\x7a','\x3c','\xfe','\xfe','\xc1','\x0a','\x93','\x99','\xe1','\x70','\x7d','\x81','\x97','\x08','\xcd','\x79','\xe0','\xa2','\xde','\x0f','\x03','\xba','\xbf','\x4b','\x5a','\x8c','\xfb','\x32','\xfd','\x24','\x1a','\xab','\x00','\xe4','\xc7','\x56','\x36','\xc0','\x07','\x81','\x02','\xc4','\x77','\xa6','\x3b','\x11','\x1d','\xa4','\x8c','\xb2','\x77','\x12','\xd6','\xdb','\x01','\x38','\x16','\x2a','\xaa','\xc9','\x71','\x11','\x43','\xe6','\x40','\x13','\x6d','\x28','\x62','\x0b','\xc0','\xe9','\x32','\x9b','\xfc','\x8b','\x15','\xa9','\x6f','\x67','\xc6','\x2e','\x94','\xb9','\x9c','\xe4','\xcd','\x8e','\x95','\x69','\xe7','\x4a','\x00','\x1a','\xde','\x7d','\xaf','\x36','\x43','\xb3','\xf2','\xf4','\xe8','\xbd','\x4f','\xaf','\x13','\xb3','\xac','\x08','\x5c','\x68','\x4b','\xc0','\x0a','\x25','\xdc','\x92','\xec','\xfc','\x8c','\xed','\x60','\xfb','\xca','\x37','\x77','\x07','\xfd','\x1a','\x97','\xe6','\x86','\x02','\xd4','\x88','\x89','\xb7','\xe6','\xee','\x3a','\xa6','\x28','\x9f','\x5d','\xf2','\x9b','\x86','\x5a','\xd6','\xbf','\x0d','\xf7','\x1d','\x0a','\x46','\x02','\x32','\x88','\x88','\xfc','\x6c','\x43','\x57','\x0d','\xa8','\xb5','\x46','\x8d','\xc7','\xdd','\x26','\xcc','\x44','\x9d','\x85','\x0e','\x62','\x62','\xb2','\x68','\x56','\x1d','\xee','\x28','\x79','\xdf','\xc8','\x1a','\xbd','\x49','\x7a','\x10','\xc5','\x08','\x05','\xb0','\x6e','\xd0','\x56','\xc7','\x76','\xdd','\xac','\x6b','\x12','\x67','\x32','\xc0','\xea','\x46','\xa0','\x08','\xa4','\x3e','\xae','\x4c','\x51','\x90','\x00','\x97','\x66','\x61','\x08','\xf2','\x2d','\x8a','\x58','\xed','\xf2','\x46','\xbf','\x4c','\xf9','\xe1','\x16','\x97','\x7c','\xfa','\xc1','\xff','\xdb','\x38','\x30','\x3d','\xdc','\xb3','\x22','\x48','\x8e','\x81','\x4b','\x82','\xb2','\x52','\xe1','\x14','\x56','\x99','\xc3','\xc3','\x5c','\x77','\x8f','\x62','\x85','\x77','\xd8','\xb8','\xcb','\x9b','\x9f','\xd9','\x09','\xdc','\xe1','\x9d','\x6d','\x12','\x40','\x4e','\xdd','\xf0','\xba','\xd2','\xa7','\x29','\x4e','\xa7','\x43','\x06','\x74','\xe9','\xfd','\xd6','\x1d','\x8a','\x6d','\x63','\xda','\x5f','\x36','\xfa','\xf6','\x6d','\x1f','\xf7','\x1a','\x59','\x64','\x3b','\x1e','\x4a','\xc1','\xfd','\xfb','\x41','\x7f','\xfd','\xf9','\x46','\x6f','\x7f','\x1d','\x74','\xbf','\x77','\x07','\x81','\x06','\x08','\xc7','\x99','\x87','\x71','\xaf','\x4a','\x3f','\x3a','\xdd','\x5e','\x36','\xa2','\xdb','\x46','\x16','\x48','\x66','\xb8','\x9b','\x8d','\x0b','\x43','\x5d','\x5d','\x61','\x9d','\x13','\x6b','\x5b','\xc5','\x77','\x88','\xcf','\x9a','\xf2','\x4b','\x25','\x3a','\x73','\x41','\x1a','\xeb','\x30','\xd3','\x8f','\x6f','\x36','\xa8','\x5b','\x59','\xa2','\xd3','\xd0','\x4b','\x54','\x79','\x84','\x8d','\x0e','\x9d','\xfb','\x1d','\x95','\x38','\xb0','\xcc','\xc6','\x59','\xa2','\x00','\xbe','\x69','\x69','\x17','\xf8','\x15','\x9f','\x75','\x03','\xa6','\xc9','\x70','\x87','\xeb','\x4d','\x2f','\x50','\xa5','\x71','\xc7','\x9c','\xe8','\x46','\x86','\xc0','\x85','\x9f','\x58','\x1c','\x82','\xfe','\xaa','\xf0','\xf8','\x15','\x0a','\xd1','\x4e','\x12','\xf8','\x59','\x17','\xa5','\x45','\xcd','\x7b','\x2f','\xcb','\xe6','\x77','\xbd','\xe5','\x0d','\xd3','\xff','\x23','\x58','\x02','\x8b','\x96','\x0b','\x2f','\xb5','\x61','\x6b','\xf8','\xec','\x73','\xc2','\x3d','\x69','\x9c','\x7d','\xad','\xcd','\xc3','\xb1','\x07','\x79','\x68','\x5e','\x65','\xa6','\x9c','\x87','\xab','\xea','\x09','\x03','\x26','\xbd','\xfc','\xb8','\xac','\xd3','\x50','\xa8','\xb3','\x52','\x3d','\x07','\x33','\x5b','\x07','\x46','\x58','\x06','\x41','\xb0','\x8c','\xdb','\xb6','\xc1','\xe1','\x24','\x05','\x96','\xbc','\x2e','\x68','\x31','\x16','\x53','\x02','\x6c','\x90','\x9f','\xe9','\x3f','\x15','\xa0','\xae','\xeb','\x01','\xaa','\xc4','\x45','\x89','\x15','\xbc','\x33','\x65','\x3e','\x19','\x6e','\x29','\x08','\x2c','\x98','\x8a','\x12','\x94','\x80','\x87','\xdd','\x03','\xc4','\xee','\x9b','\x6d','\xf9','\xbd','\x6d','\x46','\x7f','\xb0','\xe8','\x4f','\xb0','\xfa','\xaa','\x51','\xa9','\x88','\x7f','\x44','\x3a','\x6b','\x2c','\x8c','\xdb','\x7c','\xeb','\xf0','\x22','\xd9','\xf8','\x0b','\x0d','\x5f','\x56','\x90','\xf2','\x06','\x1e','\xb2','\x3b','\x66','\x7a','\xcd','\x9b','\x72','\xd6','\xc4','\x1f','\x91','\x7e','\xea','\x1c','\x55','\x26','\xfc','\xa1','\xf7','\x17','\x8c','\xc7','\x1e','\xd7','\x3a','\x3e','\x93','\x4e','\xaa','\x39','\x25','\x94','\x55','\x33','\x18','\x8a','\x29','\x8c','\xa4','\x31','\x13','\xed','\x00','\x7c','\x3d','\x9c','\xed','\xc8','\x32','\xee','\x30','\xa0','\x08','\x8a','\x40','\xbe','\x7c','\xd5','\xf3','\xc8','\x84','\x00','\xf2','\xa5','\xb3','\x36','\xc7','\xef','\x13','\x3f','\x2b','\x4f','\xd3','\x01','\x5e','\xe5','\xa1','\x22','\xbc','\x1c','\x0e','\x07','\x22','\xfa','\x3b','\x02','\x13','\x77','\x97','\xb8','\x1e','\xae','\xd2','\x36','\x81','\xaf','\xe5','\x45','\xc3','\x31','\x67','\xe9','\xdd','\xf3','\x2e','\xcb','\x6f','\x28','\xda','\x50','\x60','\x11','\x21','\x30','\x16','\x08','\x78','\x60','\x60','\x01','\xfa','\x8f','\x07','\xd7','\x9d','\x87','\xb2','\xbb','\x50','\x58','\x94','\xaf','\x01','\x9a','\xc9','\x95','\xe1','\x9a','\xd0','\x6a','\x90','\x5b','\x5a','\x37','\xb9','\x24','\xf5','\x21','\x9d','\x51','\x2a','\x73','\xe0','\x8a','\xc4','\x61','\x17','\xb3','\x8e','\x7a','\x86','\x35','\x80','\xc7','\xd9','\x03','\x1e','\x17','\xfa','\x8a','\x30','\xb1','\x30','\x35','\x69','\x43','\x59','\x2a','\x67','\x7b','\x02','\x78','\x5d','\x9c','\x0b','\xf0','\xbc','\xe4','\xeb','\x81','\x9c','\x6e','\xc4','\x01','\x06','\x46','\x22','\x73','\xe5','\x04','\xc1','\x43','\x01','\x91','\x59','\xab','\x8a','\x71','\xf0','\x8d','\xec','\xf7','\x60','\x22','\x89','\x41','\x72','\x6c','\xa3','\xcf','\x7d','\x64','\x75','\x41','\x57','\xbd','\xc2','\xe6','\xc1','\xee','\x07','\xb9','\xbd','\xe8','\xfd','\x3e','\x2f','\x3b','\x6d','\xbb','\x12','\x05','\xae','\x29','\xc7','\x0b','\x73','\x1b','\x74','\xb9','\x0d','\xab','\x8f','\x5e','\xa0','\x7b','\xbf','\x47','\xa4','\x37','\xbf','\x03','\x88','\xcc','\x6a','\x13','\x61','\xaa','\x7d','\xbe','\x39','\xd7','\xe3','\x20','\x8b','\xe2','\x92','\x50','\xa2','\xe1','\x31','\x73','\xdc','\x21','\x00','\x06','\xd1','\xb4','\x54','\x6b','\x24','\xbe','\x0e','\x63','\xde','\xb4','\xac','\x97','\xd7','\x8d','\x5e','\xbf','\xdd','\x86','\xdb','\x9b','\x82','\x7f','\x11','\xa2','\x7e','\xef','\xf4','\xf6','\xfd','\xa0','\x3f','\xff','\x7c','\xa3','\xbf','\xfe','\xef','\x4e','\x6f','\xdf','\x0f','\x38','\x23','\xa1','\xe8','\x45','\xb5','\x81','\xee','\x81','\x17','\x1a','\xf5','\x2e','\x74','\x13','\xa2','\xfd','\xd6','\x68','\x6b','\x6d','\x04','\x2e','\xe0','\x8d','\x58','\xd7','\xda','\xe0','\x7f','\x0a','\x7c','\xc9','\xf0','\x1d','\x80','\xe5','\x24','\xa6','\xa1','\x1e','\x1a','\xf7','\xc3','\xdc','\xef','\x07','\x89','\x58','\x64','\x60','\x7d','\xeb','\x50','\xeb','\x2c','\x01','\x49','\x01','\xd3','\x8e','\x40','\x12','\x11','\xd6','\x7b','\xdb','\x61','\x3d','\xeb','\xf3','\xb6','\x31','\x58','\xb0','\xd8','\xfb','\x27','\x24','\x63','\x9d','\xc9','\xd8','\x90','\x37','\xeb','\x85','\xf3','\x17','\x38','\x40','\x8c','\x6e','\x92','\x23','\x54','\xb8','\xae','\x43','\xd6','\xab','\x15','\x48','\x88','\xd5','\x22','\x44','\xc7','\x68','\xb1','\xe8','\x3d','\x63','\x6b','\xfe','\xbc','\x5a','\x26','\x3a','\x0f','\x69','\x7c','\x90','\x00','\x60','\x4d','\xea','\xf3','\x94','\xa5','\x08','\x83','\xe0','\x3b','\xa9','\x90','\x52','\xa6','\x97','\xac','\xe5','\xc9','\x94','\x67','\xc1','\x01','\x75','\x3e','\x5d','\xa2','\x44','\x6c','\x17','\x41','\x81','\x20','\xcb','\xfe','\xd7','\xf6','\xcd','\x4d','\x9a','\xdf','\x70','\xde','\x63','\x79','\x39','\x14','\xde','\x4d','\x2f','\x08','\x1e','\xf9','\x50','\x62','\xac','\x01','\xb0','\x10','\x2a','\x3f','\x68','\xb5','\xce','\x72','\xb6','\x6e','\xd6','\xd4','\x00','\x6f','\xfe','\x3c','\x1a','\xc5','\x1e','\x26','\xce','\xb4','\x25','\xdb','\x49','\x30','\x7e','\x13','\xaa','\xc1','\xfb','\xd3','\x7b','\xc3','\x51','\xaf','\x0b','\x39','\x79','\xc0','\xab','\xdf','\x3e','\x91','\x80','\x0e','\x90','\xe7','\xa5','\x9d','\x48','\x7b','\x38','\xcd','\x93','\xed','\xaa','\xd0','\x3c','\x56','\x3a','\x06','\x38','\x14','\x0e','\x0c','\xbe','\xb8','\x0b','\x7f','\xab','\xf4','\x45','\x73','\x6f','\x97','\x17','\x5a','\xa1','\xb6','\x0f','\x8f','\xa0','\xc1','\xf2','\xae','\x56','\xae','\xc2','\x1c','\xff','\xf7','\x77','\xfa','\x17','\x25','\x9d','\xfa','\xd6','\x4c','\xb0','\xb1','\x47','\x20','\xea','\x47','\xa7','\x03','\x00','\x5f','\x63','\xd2','\xad','\x71','\x5b','\xd7','\xe3','\xc3','\x14','\x94','\xe4','\x82','\x66','\x45','\xf3','\xc7','\x1b','\x1c','\x8a','\xcd','\x53','\xb4','\x0e','\xef','\x66','\x13','\x50','\x68','\x65','\x85','\x4e','\xdd','\x25','\xe8','\x1f','\xc6','\x29','\x00','\xf7','\x0c','\xf0','\x02','\xa0','\x8d','\x29','\x80','\x67','\x00','\x47','\x26','\xde','\x86','\x25','\x47','\x88','\xc2','\xcd','\x41','\x13','\xeb','\x2e','\xea','\x00','\x46','\x71','\xee','\xc2','\xf7','\xb3','\x97','\x5b','\xb7','\x5e','\xfd','\xfc','\x0c','\xfe','\x7d','\x94','\x4c','\xf1','\x52','\xce','\xe3','\x3e','\xe8','\x7e','\x31','\x2f','\x82','\x51','\x32','\x50','\x01','\x3c','\x5e','\x85','\xff','\x78','\xd0','\x48','\xc8','\xee','\x93','\xb1','\xc6','\x25','\xdd','\x81','\x1e','\xc6','\x9b','\x9f','\x78','\x6b','\xec','\xf5','\x5a','\xe0','\x0f','\xcb','\x87','\x51','\x93','\x52','\x34','\x2e','\xa1','\x34','\xbe','\xab','\x3a','\xde','\xc5','\x2f','\xab','\x4c','\xcc','\x98','\x2a','\x59','\xfe','\x88','\xe7','\xf7','\xc6','\x18','\x8d','\x88','\x60','\x2f','\x2f','\x3b','\xdd','\x5e','\x77','\xba','\xbd','\x44','\x88','\x6b','\x8c','\x40','\xb7','\x0a','\x5a','\xe1','\x3a','\x85','\x66','\x3a','\x64','\xec','\xf0','\x1f','\xf7','\x83','\x0e','\xdd','\x14','\xf1','\x70','\xd4','\x7a','\xc5','\x87','\x9d','\xf7','\x39','\x8e','\xe1','\x9e','\x18','\xe5','\x17','\xe5','\x47','\xdb','\x6c','\x00','\x1d','\xa3','\x15','\x5a','\x30','\x05','\x51','\x1a','\x1e','\x56','\xe9','\x98','\x53','\xb3','\xca','\x19','\x5d','\xda','\xa5','\xa1','\x46','\x13','\xfb','\xcb','\x46','\x2f','\xdf','\x54','\xf9','\x79','\xdd','\x68','\xdb','\x37','\xc5','\x5e','\xa3','\xec','\xef','\x7f','\xdd','\xe9','\xaf','\xff','\x7d','\xa3','\xbf','\xfe','\xbc','\xd3','\xdb','\xdb','\x01','\xc6','\x48','\x40','\xe5','\x36','\xcf','\x87','\x8c','\x8b','\x40','\x35','\x00','\xc3','\xb0','\x68','\x6d','\x74','\x7b','\xd9','\xa8','\x6d','\x4d','\xcf','\xc2','\x35','\xe2','\x6e','\xca','\x9e','\xae','\x21','\xbf','\xc9','\xd7','\x8a','\x04','\x14','\xe3','\x3b','\xed','\xaa','\xdc','\xa8','\x1b','\x27','\x1f','\x42','\xc7','\xd6','\x1d','\xd4','\x5a','\x7f','\x0f','\x77','\x45','\x06','\x17','\x4b','\x0a','\x2c','\x45','\x34','\xd6','\xf0','\xae','\x07','\xe1','\xb7','\xbd','\xa9','\x05','\x2f','\xc6','\x5b','\xba','\xd0','\xf1','\x76','\xd0','\x5d','\x95','\xad','\x7e','\x8c','\xc5','\xc2','\x6d','\x58','\xca','\xda','\xae','\x67','\xd3','\xb5','\xbc','\x08','\xb7','\x4d','\xe4','\x9b','\x0b','\xca','\xe0','\xcb','\x14','\x12','\xd1','\xe0','\x23','\xcc','\x34','\xce','\x06','\xb5','\x71','\xcf','\xdc','\x70','\x89','\x6c','\x43','\x39','\xed','\xc6','\xd3','\xc7','\x5f','\x43','\x1d','\x4b','\x88','\x81','\xeb','\xc8','\x49','\x40','\x6b','\x6a','\x34','\xbb','\x40','\x4e','\xef','\xe2','\x57','\x09','\x51','\x80','\xe2','\x08','\xca','\xac','\xe9','\xec','\xb9','\xbf','\xed','\x18','\x8a','\x8a','\x9c','\x5a','\xf5','\x06','\x15','\x8f','\xf8','\xed','\x21','\x1f','\x40','\x7e','\x84','\xeb','\x10','\x78','\x02','\xab','\x62','\xbb','\x6d','\x2d','\xee','\x12','\x2d','\x85','\xe3','\xd9','\x4c','\x57','\x6e','\x9c','\xbe','\xe3','\x3f','\x02','\x0b','\xa0','\xa5','\x7d','\xdf','\xa9','\xb5','\x96','\x5c','\xde','\x6e','\xb7','\xdb','\x75','\x18','\xec','\x11','\x0a','\x32','\x5f','\x20','\x34','\x0e','\x0e','\x41','\xa3','\x28','\x88','\xfb','\x91','\x0c','\xe6','\xd3','\x2f','\xa7','\xf8','\x74','\x4a','\x89','\x69','\x14','\xd1','\xef','\xfe','\x93','\x27','\x6e','\x0d','\x4f','\x25','\x60','\xb8','\xd3','\x0f','\xca','\x08','\xbc','\x9d','\x0e','\x92','\x00','\x80','\x27','\x46','\x41','\x39','\x4c','\x36','\x13','\xcc','\x5e','\xa9','\xb3','\xd6','\x77','\x35','\x9e','\xa5','\xcc','\x49','\xdf','\xfa','\x91','\x69','\x41','\x98','\xef','\x4a','\xb5','\xdf','\x50','\x2e','\xe3','\xf3','\x85','\x9e','\xe8','\x59','\xb1','\xc3','\xc6','\x9b','\x95','\xa9','\x31','\xec','\xca','\xa6','\x09','\x70','\x24','\x62','\x65','\x84','\x40','\x13','\xfd','\x1e','\x85','\xcd','\xf5','\x13','\x5d','\x77','\xfd','\x47','\x8c','\xfd','\x33','\x65','\x9e','\x4f','\xc3','\x27','\xd6','\xc0','\x33','\x8b','\xf1','\x19','\xda','\xfc','\x64','\x15','\xd7','\x6f','\xe1','\xda','\x97','\x0c','\xa8','\x6b','\x0e','\xa5','\x93','\xc1','\xea','\xd4','\x67','\x7e','\xe3','\x08','\x90','\x60','\x60','\xba','\x93','\x5f','\xb4','\xca','\x44','\x10','\xad','\x4a','\x00','\x73','\xc6','\xee','\xf9','\x32','\x98','\x15','\x34','\x4f','\xf4','\x3d','\x13','\xba','\x93','\x30','\xe2','\x10','\x6a','\xde','\x5a','\xed','\xa2','\x2c','\xfb','\xa9','\x6d','\x92','\xfa','\x0c','\xe8','\x17','\x7f','\xa8','\x09','\x48','\x3c','\x3f','\x9c','\x1a','\xf5','\x85','\x69','\x81','\x66','\x7d','\xb2','\x0c','\xb8','\x0a','\x99','\xb2','\xe2','\x7d','\x32','\xcb','\x8f','\x01','\x2a','\x75','\x63','\x4b','\x25','\xbb','\x45','\x03','\xc0','\x67','\x8b','\xcf','\x31','\x82','\xd0','\xa7','\xb3','\xbe','\xd5','\xa9','\x91','\x3a','\x4a','\xf9','\x45','\xdb','\x85','\xb5','\xb3','\x63','\xc8','\xbb','\x5c','\x91','\x20','\xf1','\xb6','\xa5','\x10','\xde','\x3d','\xef','\xf2','\x3b','\x00','\xd0','\xcf','\xc7','\xd1','\xa8','\x1d','\xdd','\x77','\xcb','\x3d','\x53','\x11','\x28','\x0b','\xbc','\x44','\x6b','\xe6','\x69','\x42','\xb3','\x3e','\xce','\xca','\x4f','\x80','\x88','\x22','\x9f','\x4c','\xce','\xe1','\x2e','\xaa','\x02','\xa7','\xb9','\x35','\x27','\xc4','\xc7','\xe5','\x37','\x89','\xf6','\xba','\xf5','\x0e','\x41','\xae','\xb6','\xdb','\xd6','\xcd','\xb8','\x13','\x66','\x53','\xe5','\xc7','\x22','\x9e','\x51','\x08','\x6a','\x1c','\xcb','\x05','\x4e','\xf3','\x75','\xc6','\xe4','\xca','\xe9','\x70','\x79','\x3b','\xc6','\x46','\xc8','\x61','\x87','\x51','\x46','\xff','\x8f','\x2e','\xd4','\x8d','\x37','\xc0','\xf9','\x98','\x95','\xe5','\xc7','\xcf','\x70','\x60','\x40','\x8e','\xc3','\x22','\xbd','\xc5','\xe5','\xa0','\x38','\x18','\x5c','\xdb','\x09','\x67','\x91','\x98','\x29','\xac','\x3e','\x7f','\xdc','\xe8','\xf5','\xdb','\xcd','\xef','\xf6','\x19','\x8a','\x4f','\xa7','\xb7','\xb7','\x83','\xde','\xbe','\x1f','\xf4','\xfd','\xff','\xee','\xf4','\xd7','\x9f','\x77','\xba','\xbf','\x8d','\x33','\x0e','\x76','\x78','\xdc','\x79','\x88','\xf6','\xc7','\xc9','\x5f','\x84','\xc8','\xae','\x07','\x80','\x0b','\x5e','\x2d','\x98','\x02','\xb7','\xe1','\x2a','\x2a','\xac','\xc1','\x3b','\x84','\xdc','\x72','\x92','\xc6','\xc0','\xfa','\x69','\x7d','\xbd','\x0f','\x4b','\x57','\x72','\x73','\x3b','\x62','\x6d','\x1a','\xe7','\x76','\xfa','\xd7','\x33','\x36','\xb8','\xf9','\x30','\xfa','\xdd','\x68','\xdb','\x99','\xf6','\x7d','\x9c','\x6f','\x32','\x4b','\x9a','\xd1','\xe4','\xf1','\xd6','\xe9','\xfe','\x16','\xbb','\xfc','\xb6','\x51','\x22','\x34','\x14','\xc6','\xdb','\x6d','\x28','\x74','\xf4','\x1a','\xe1','\xc0','\x37','\x36','\x87','\xe3','\xb8','\xc4','\xd6','\x68','\x65','\xb2','\x60','\xda','\xfc','\x0a','\xd3','\xa6','\x21','\xc4','\x99','\x2c','\xa8','\xce','\x38','\x2b','\x64','\x41','\x12','\x7a','\x0f','\xec','\x71','\xc9','\x32','\x17','\x3f','\x5a','\xb4','\x37','\xe4','\x79','\x46','\x25','\xd3','\xba','\x86','\x46','\xda','\x32','\xf2','\xe5','\xa4','\x7c','\x73','\x85','\xa7','\xbd','\xea','\x82','\x69','\x53','\xf9','\xbe','\x9c','\xad','\x0c','\x93','\x72','\x44','\xee','\x06','\x29','\x44','\xd4','\x87','\xda','\xdb','\xb9','\x40','\x2a','\x91','\x5a','\x75','\xc6','\x55','\xf0','\x70','\x1a','\x6a','\x8d','\x7c','\x6a','\x9b','\x92','\x68','\xd9','\x1b','\x73','\x4e','\xab','\x92','\x72','\x5d','\xaa','\x7c','\xc3','\x42','\x2f','\x73','\x3a','\x3a','\xb0','\xba','\xf0','\x74','\x75','\xfe','\x87','\xa8','\x28','\x40','\xf5','\x45','\x7f','\x49','\x6c','\x40','\x9d','\xb4','\x29','\xf9','\x4e','\xfc','\x14','\x34','\x1e','\x75','\x21','\xb8','\xf8','\x71','\x55','\x1b','\x13','\x2d','\xfd','\x94','\xf8','\x32','\xbe','\xda','\x64','\x48','\xc8','\x2d','\x20','\xa6','\xba','\xb9','\x8b','\x45','\x2f','\x6a','\x3c','\xef','\x4f','\x45','\xe4','\x3f','\x73','\xcc','\x3f','\x93','\x16','\xed','\xfe','\x6c','\xd3','\x63','\x6c','\xc3','\xda','\x56','\x41','\x71','\xc2','\x9f','\x45','\x59','\x1a','\x32','\x2a','\x2e','\xae','\xbb','\x1e','\xf8','\xbf','\x79','\xfa','\xc9','\xed','\x4e','\xe4','\x5c','\xe7','\xf6','\xab','\x0a','\x7f','\x54','\xde','\x62','\x0d','\x28','\xc4','\x8e','\xa2','\x98','\x35','\x6a','\xa5','\x50','\x13','\xf6','\xbb','\x32','\xec','\x36','\x72','\x3f','\x63','\xc2','\x44','\xe2','\x60','\x26','\xac','\x8a','\x73','\xdb','\x1e','\x28','\x1c','\x44','\xd7','\x67','\x6a','\xa0','\x48','\xb3','\xe4','\x88','\x2d','\x06','\x57','\x56','\xac','\x7e','\xad','\xca','\x41','\xf0','\xac','\xc6','\xf8','\x6b','\x67','\xb4','\xfb','\x77','\xa0','\x67','\x5b','\x94','\x09','\x98','\xe9','\x79','\x00','\x22','\x0f','\x60','\x60','\x3b','\xd4','\xc6','\xdb','\x59','\xcf','\x9b','\x92','\xfe','\x61','\xbb','\x77','\x0e','\x94','\x1e','\x56','\x2d','\x97','\xa7','\xfa','\xf4','\xa3','\x33','\x84','\x27','\x2c','\x72','\x30','\xe5','\x93','\x1c','\xc6','\x07','\x85','\xde','\x44','\xe2','\x2c','\x13','\x13','\xfb','\xae','\xfa','\x00','\x5b','\xe1','\x66','\x16','\xa0','\xc4','\x94','\x23','\x19','\x34','\x77','\x08','\x91','\x1c','\xd4','\x69','\x58','\x82','\xe2','\x7e','\x9a','\xdc','\x98','\xe5','\x72','\xb0','\x6c','\x1c','\xee','\x3f','\x67','\xeb','\x26','\x6e','\x71','\x17','\x07','\x97','\x02','\xdd','\x29','\x38','\xd1','\xfb','\xf6','\x99','\x84','\x43','\xd7','\x2b','\xa8','\x4b','\x1f','\xd0','\xd5','\x6c','\x80','\xa2','\x38','\xef','\xb3','\xd3','\x76','\x6b','\x71','\x2e','\xc4','\xe6','\x04','\xac','\x3e','\x52','\xe6','\x29','\x00','\xe4','\x40','\xbc','\x5d','\xc1','\xff','\xdb','\xdb','\xb0','\xfe','\x88','\x46','\x7a','\xb3','\xb9','\x33','\x2b','\xc5','\x08','\x20','\x00','\xa0','\x53','\xc1','\xa6','\x91','\x11','\x3e','\x47','\xcb','\x4f','\x94','\x11','\x0a','\x81','\x59','\x97','\xb3','\x08','\x8a','\xf6','\x98','\xf7','\xd7','\xb8','\xcf','\x28','\x82','\x3b','\xbc','\x7e','\xdb','\x69','\x7f','\xd9','\x87','\x42','\xdf','\x85','\xde','\xde','\x3a','\x7d','\xff','\xeb','\x4e','\xdf','\xff','\xbc','\xd3','\xf7','\xef','\xf7','\x11','\xe8','\xe0','\x3e','\x2c','\x86','\xb1','\x6b','\x2e','\xe3','\x54','\x99','\xad','\x2f','\xe4','\x07','\xfa','\xe0','\xe8','\x42','\x5d','\xad','\x41','\xe6','\xfa','\x77','\xeb','\x32','\x22','\xca','\x29','\x30','\x1f','\x56','\x71','\x4a','\x3b','\xeb','\x58','\x96','\xa8','\xf2','\x71','\x7f','\x1b','\x8a','\xa4','\x6d','\x56','\xf8','\x9a','\xed','\x33','\x15','\xc5','\x0e','\xbd','\xf8','\x35','\x15','\xdc','\x88','\x9a','\xb4','\xb0','\xfc','\xdc','\xda','\x38','\x0b','\xd2','\xc2','\x1a','\xec','\x4a','\xab','\xce','\x8b','\x8d','\xad','\x0c','\x62','\x1a','\x35','\x34','\x76','\x6b','\x5e','\xef','\x42','\xf2','\x3a','\x94','\x3a','\xb3','\x42','\x09','\xf1','\xb8','\x43','\x89','\xc0','\xc5','\xd3','\xc7','\x24','\x2f','\x78','\x9b','\xdb','\xa6','\x83','\xc0','\xa6','\x0c','\x75','\x19','\x6e','\x82','\x46','\x4e','\x66','\x29','\xeb','\x12','\x43','\x53','\x79','\x0b','\xc2','\x45','\xe7','\x65','\xb3','\xf2','\x93','\x9b','\x20','\x36','\x95','\x45','\xb6','\x05','\x13','\x8c','\x60','\x14','\xe7','\x69','\xd9','\x1e','\x4b','\x45','\x66','\xba','\xfc','\x51','\x1a','\x49','\x4a','\x90','\x1e','\xf3','\x6f','\x32','\xda','\x26','\x8a','\x9f','\xbc','\x8d','\x17','\x55','\x54','\x96','\x59','\x7f','\xb3','\x35','\xbe','\xb5','\x96','\x5c','\x26','\x97','\xfd','\x59','\xfc','\x16','\xd6','\x5d','\xb0','\x28','\x96','\x36','\x8d','\xeb','\x07','\xb2','\x2e','\x73','\xbf','\xdf','\x27','\x03','\x0f','\x51','\x09','\x82','\x80','\x8a','\x85','\x94','\x0e','\x8f','\xc1','\x35','\x44','\xff','\x98','\x3b','\x22','\x81','\x3c','\x94','\xcf','\x27','\x92','\x1c','\x8c','\xf9','\x31','\x18','\x7c','\x5e','\xe6','\x0f','\x49','\xab','\xae','\x22','\x83','\xf1','\xe1','\xb0','\x45','\x06','\x84','\xca','\x14','\xa8','\x68','\x65','\x85','\x58','\xce','\xfe','\x89','\x86','\x23','\x4f','\xe5','\xfa','\xda','\xf4','\x15','\xc0','\x36','\xa6','\xf0','\x6b','\xca','\xa9','\xa9','\x5a','\x82','\xe8','\xac','\xae','\x42','\xb7','\xc6','\xdf','\xbf','\xc4','\x37','\xf3','\x1f','\x9e','\x16','\x4b','\xfa','\xd1','\x2a','\x7f','\x2f','\x69','\xf8','\x92','\xa9','\xa8','\xeb','\x72','\xe8','\xaf','\xb8','\x63','\x51','\xc6','\x08','\xc0','\x90','\xbd','\xca','\x44','\x4d','\x82','\x7f','\x30','\x31','\xf1','\x31','\x04','\x27','\x49','\xa7','\x8e','\xc2','\xb9','\xf1','\xe9','\xba','\xbc','\x04','\xd0','\xd8','\x0f','\x29','\x3f','\x5c','\xbc','\x68','\x4c','\xdc','\xa1','\x92','\xcc','\x24','\xee','\x17','\x47','\xb3','\xa9','\x66','\xec','\x99','\x5c','\x68','\xfa','\x3b','\x6b','\x7e','\xf1','\xf3','\xa3','\x49','\x66','\xfb','\x89','\x09','\xf5','\x31','\x3f','\x76','\x5e','\x8f','\xdd','\xea','\x63','\xae','\x89','\x4c','\x14','\x67','\x79','\x0c','\xe0','\xea','\x9c','\x91','\xfe','\xe6','\x07','\xfa','\xeb','\xdc','\x2f','\x88','\x31','\xb9','\xc4','\x9e','\x37','\x75','\xd1','\xe2','\x78','\x6e','\xed','\x4e','\x9a','\x88','\xe9','\x1a','\xb6','\xbb','\xad','\x6d','\xa7','\x72','\x9b','\x7b','\xb8','\xeb','\x44','\x7b','\x86','\x55','\x25','\xc0','\x30','\x09','\x91','\x6c','\x7a','\x86','\x41','\xd8','\x8e','\x1f','\x40','\x03','\xa6','\xaf','\x8b','\x46','\x46','\xa6','\x25','\x0b','\x34','\x10','\xda','\x73','\x37','\xe6','\x54','\x09','\xf8','\x6a','\x85','\x3f','\x4f','\x41','\xc9','\xc2','\x04','\x6b','\xb3','\xfa','\xe8','\x33','\x13','\x6d','\x3b','\xd3','\xcb','\xcb','\xb8','\xe4','\xf3','\xe5','\x35','\xac','\x14','\x66','\xb1','\xf5','\xbc','\xa0','\xf8','\x26','\xd0','\x08','\xfd','\x90','\xde','\xa9','\x1f','\x34','\x42','\x5c','\xbf','\x1d','\xae','\xe8','\x38','\x98','\x16','\x0d','\x83','\xad','\xf9','\xc2','\xda','\xc5','\x86','\x38','\x52','\x89','\x43','\xf1','\x6e','\xae','\x9c','\x7b','\xb0','\x84','\x23','\xd3','\x01','\xcf','\x5e','\x36','\x19','\xb0','\xe9','\x5c','\x6d','\x5b','\x03','\xab','\xcf','\xb8','\xd4','\x74','\xdb','\x1a','\x09','\x91','\x2b','\x19','\xdf','\xff','\xba','\xeb','\x7f','\x23','\xca','\xdb','\x70','\x0f','\x15','\x8f','\x98','\x48','\x12','\xca','\x54','\x34','\x94','\x8a','\xe2','\x12','\xf3','\x70','\x1c','\x42','\xf2','\xd7','\xb8','\xa7','\xea','\xb8','\x0b','\xdd','\x5e','\xc6','\x85','\xa3','\xfb','\xbe','\xf9','\xe5','\xf6','\x66','\xd9','\xb2','\xf5','\x6a','\xca','\xc8','\xfd','\x6d','\x9c','\x3f','\x7a','\xfb','\x7e','\x50','\x3f','\x86','\xdf','\x60','\xce','\x3b','\x3e','\x8c','\xfa','\xc0','\xfa','\xc2','\xd0','\x24','\x2d','\x7f','\x9c','\xed','\x69','\x74','\x53','\xe5','\x67','\xdc','\x59','\x13','\x96','\x3a','\xbb','\x3f','\xcb','\x94','\xa0','\xee','\x0b','\xa3','\x9c','\x31','\xf2','\x33','\x83','\x9d','\xfa','\xb1','\xd3','\xcb','\x37','\xd2','\x00','\x19','\xec','\x34','\xe1','\x9b','\x10','\x04','\xcc','\x34','\x51','\x8a','\xcd','\xd1','\xf8','\xd6','\x9a','\x46','\x45','\xdb','\x98','\xda','\x21','\x74','\xa7','\x81','\x11','\x9a','\xce','\xdf','\x08','\x9d','\xad','\x31','\xd5','\x57','\xd6','\x53','\xeb','\xa7','\xf1','\x2f','\xdd','\xf4','\x78','\x08','\x49','\x56','\x74','\xcc','\xa1','\x34','\x7c','\x34','\x55','\x71','\x9b','\x52','\x69','\x7b','\x2c','\x4f','\x76','\x4b','\x20','\x0b','\x8d','\x0d','\x14','\xb6','\xed','\xc5','\xe8','\xf3','\x4a','\xf4','\x5d','\x29','\x48','\x36','\xff','\x5b','\xd3','\xa8','\x7e','\xad','\xf9','\x58','\xc5','\x7b','\xe5','\x4c','\xa0','\x90','\x5b','\x7e','\x52','\x58','\x75','\x63','\x8c','\x4b','\x06','\x39','\x5f','\x86','\x2a','\x22','\xcb','\x73','\x40','\xcb','\x20','\x08','\x96','\x5a','\x6b','\x93','\x46','\x67','\x82','\x05','\x3b','\x7a','\x3a','\x3d','\x57','\x9a','\xcf','\x25','\x82','\x1a','\x99','\xd2','\x41','\x65','\x7d','\xec','\x26','\x59','\x54','\x32','\x3e','\x99','\xae','\xb0','\x58','\xec','\x5b','\x5a','\x26','\x4e','\x5d','\x40','\x06','\x10','\x13','\x07','\x0b','\x0d','\x07','\x10','\xb8','\xb6','\x03','\xa0','\xe2','\xae','\x10','\x59','\x57','\x03','\x34','\xb7','\xf0','\xa7','\xc0','\xf7','\xa7','\xe6','\xec','\x22','\x3d','\x54','\x4e','\x1e','\xbf','\xca','\x8b','\xfa','\xd1','\x12','\x84','\x0b','\xf3','\x43','\x95','\x96','\x81','\x3c','\x1b','\xd7','\x35','\x8d','\xac','\xd3','\x87','\xe6','\xe5','\xa4','\x82','\x67','\xe0','\xc8','\x47','\xa7','\x67','\x5d','\xf1','\x6c','\xee','\x86','\xe6','\x7c','\xbe','\x16','\x13','\x64','\x1f','\x29','\x21','\x35','\xac','\xb8','\xc4','\x49','\xce','\x62','\x8f','\x5b','\x6b','\xc4','\x37','\x19','\x82','\x8d','\x89','\xee','\x44','\x44','\x07','\x5c','\x66','\x29','\x42','\xe1','\xf6','\x2a','\xe0','\xfa','\x61','\xca','\x89','\x0a','\xe0','\x27','\x9b','\xe8','\xeb','\x9b','\x0a','\x0d','\x23','\x5f','\x20','\xe3','\x1b','\x48','\x6d','\xba','\xcb','\xa8','\x0a','\xcf','\xf8','\xa8','\xe5','\xe8','\x22','\xe0','\x6a','\x7d','\x17','\xa2','\xec','\x7f','\x8b','\x15','\x60','\x9e','\x3c','\x26','\xf5','\xd2','\xcc','\x2f','\x4f','\x06','\x8a','\x88','\x92','\x64','\x34','\xf0','\x78','\x28','\x88','\x31','\x37','\x20','\x6e','\xba','\xdb','\x0f','\xe0','\xa1','\x01','\x7f','\x34','\x77','\x44','\x2c','\x7e','\x4a','\xcf','\x2e','\x86','\x24','\xbf','\x0a','\xb7','\x4d','\x6e','\x40','\x88','\xe4','\xc2','\x82','\xe2','\x21','\xbc','\x29','\x94','\x1b','\x6b','\x60','\xaf','\x42','\x9a','\x02','\xc4','\x04','\xab','\x1a','\xd6','\x49','\xd6','\x60','\x17','\x4d','\x0f','\x78','\xdb','\x79','\xa0','\x2a','\xd7','\x27','\x39','\x44','\x30','\xed','\x9c','\x5f','\x40','\x31','\xe4','\x07','\x85','\xfd','\x7f','\x31','\x4c','\x9e','\xdb','\xdf','\xe7','\xd2','\xe7','\xf7','\xa4','\x4c','\x4b','\xb1','\xa6','\xe2','\x59','\xd6','\xca','\xf4','\x29','\x6b','\x08','\xe9','\xad','\xd1','\x4d','\x0f','\xff','\x8f','\x8b','\x3e','\xf5','\x7c','\x80','\x16','\x93','\xc0','\xe5','\x69','\xdd','\xba','\x7e','\xcd','\xe5','\xeb','\xad','\x3b','\xa0','\x76','\xc0','\xac','\xe7','\x51','\x8e','\x83','\xe2','\x32','\x5b','\xc9','\xf3','\x53','\x3d','\x4c','\xec','\x8e','\x1f','\x73','\xc1','\x0c','\xc5','\xa7','\x93','\x1c','\xc1','\x2f','\xae','\x86','\xc6','\xc3','\xb5','\x37','\xa6','\xdb','\xbe','\x79','\xa0','\x03','\x0b','\x71','\x6d','\x77','\xfa','\x1c','\x68','\xf5','\xf9','\xeb','\x3e','\xee','\xf7','\x51','\x17','\x49','\xef','\xbf','\x05','\xa5','\x62','\x52','\xc5','\x10','\x95','\x5f','\x9d','\xc1','\x15','\xa8','\x11','\x1d','\x1b','\xe9','\x7a','\x66','\x69','\xb8','\xc3','\xf5','\x57','\xa1','\xdb','\x2d','\x2c','\x28','\x76','\xee','\xbb','\x1f','\x32','\x2c','\x67','\xc7','\x50','\xc0','\x46','\xd4','\x39','\x0d','\x78','\xa0','\x04','\xe4','\x81','\x5d','\x08','\xdd','\x2a','\xa3','\x1d','\xc6','\xc9','\xac','\xed','\x16','\x9e','\x7b','\x04','\x3c','\x68','\x61','\x49','\x3b','\x46','\x30','\x85','\x1c','\x99','\xaf','\x67','\x05','\x4f','\x4b','\x64','\x26','\x3f','\x9f','\x73','\x38','\x86','\x3a','\xb4','\x2d','\x23','\x42','\x20','\x51','\xbe','\x1c','\xd3','\xdd','\x6a','\x1d','\xe5','\x33','\xe0','\x30','\xc3','\x92','\x43','\xd9','\x36','\x8b','\x63','\x27','\xa2','\x5d','\xcd','\xcc','\x76','\x6e','\x6f','\x5c','\xcc','\x7c','\x38','\xef','\xc2','\xf3','\x4d','\x4e','\x3f','\x0d','\xe9','\x69','\xc6','\x8b','\x13','\x71','\xe8','\x32','\xc9','\x5e','\x2b','\xf0','\xb7','\x8a','\xbc','\x45','\x59','\xb6','\x46','\x56','\x75','\x65','\xde','\x16','\x0f','\x4f','\x59','\x25','\x87','\xa4','\x13','\xa2','\x71','\x8e','\x4d','\xf2','\xcb','\x28','\x72','\x9e','\xe1','\x16','\xa6','\x08','\x8e','\x2b','\x75','\xc6','\xd9','\x2d','\x0f','\x78','\xe1','\x0d','\x1f','\x20','\xda','\xf7','\x91','\xba','\x59','\x37','\x83','\x95','\x20','\x7f','\x8a','\xef','\x28','\x65','\x69','\x7d','\xd6','\x67','\xdf','\xa7','\x4d','\x17','\x22','\x50','\x80','\x90','\x18','\x53','\x41','\x75','\xf0','\x19','\xaa','\x3b','\x43','\x89','\x57','\xa9','\xbe','\xe3','\x8e','\x87','\xb9','\x20','\x53','\xb4','\x50','\x93','\x4e','\x44','\xf1','\xc1','\xea','\xbf','\x2a','\x39','\x3d','\x2c','\x0e','\x3d','\x67','\x81','\x1f','\xd2','\x7b','\xf4','\x34','\xdf','\x5c','\x3c','\x61','\x97','\x5f','\xd5','\xa1','\x9f','\x95','\xbe','\x7a','\xd2','\x10','\xa8','\x96','\x85','\x39','\x69','\xc8','\x79','\xab','\xe1','\x61','\x73','\x3e','\x02','\x03','\x7e','\x66','\xfa','\xb7','\x93','\xca','\x59','\xaa','\x20','\x70','\x52','\x8c','\x4f','\x5e','\xf2','\x5d','\x4e','\xfb','\x7e','\x67','\x3a','\x7a','\x8f','\x08','\x63','\x66','\x49','\xb4','\x03','\x1a','\x93','\x82','\x10','\x52','\xe6','\xac','\x8e','\xdc','\x30','\x4a','\x16','\x98','\x44','\x96','\xa8','\x90','\x48','\x90','\xaa','\x28','\x01','\x0f','\x1e','\x11','\x47','\x90','\x33','\x30','\x15','\x97','\x96','\xd5','\x28','\xef','\xd5','\x21','\xaf','\x84','\xd7','\x7e','\x24','\xd1','\x48','\xf9','\x10','\x80','\x1b','\xad','\xdf','\x32','\xc0','\x28','\x44','\x4c','\xdb','\xda','\x00','\x45','\xe8','\xd2','\x36','\x5c','\xca','\xb8','\xc8','\xa4','\x60','\x9a','\xcb','\xb5','\xf9','\xa8','\x6f','\x82','\x0a','\xc0','\x3a','\x73','\x9d','\xf5','\xa9','\x60','\xd1','\x7b','\x26','\xf4','\xce','\x90','\x66','\xbb','\xe6','\x0d','\x94','\x1f','\x8f','\x6a','\xb0','\x6a','\x83','\x81','\xc4','\xf1','\xbb','\x59','\xb5','\xa4','\xf1','\x50','\x86','\x84','\x7c','\x77','\x59','\xea','\xdc','\xd1','\x3c','\xc6','\xd3','\x67','\x8e','\xe6','\x8e','\x73','\x21','\xba','\x13','\x5a','\xdd','\xe2','\x9d','\x37','\xc6','\x46','\x07','\xea','\x52','\x83','\x55','\x9e','\x42','\xa4','\x07','\x69','\xb2','\xa9','\xa5','\xfb','\x32','\xdd','\xe1','\x46','\xdd','\x54','\xf7','\x1d','\xcf','\xfc','\x8c','\x48','\x6f','\x18','\xb9','\x2b','\xc8','\x5d','\xd7','\xc2','\xa2','\x39','\x06','\xba','\x2d','\x60','\xc0','\xfd','\xbb','\xba','\xbd','\x99','\xd5','\x07','\x14','\xee','\xc3','\xa3','\x9f','\xa1','\x52','\x91','\x69','\xc2','\xc6','\x60','\xb8','\xbc','\x35','\xe7','\x1b','\x66','\x11','\xe9','\xf7','\x0e','\xae','\x7d','\xe5','\x20','\x77','\x88','\x7c','\x6f','\x9b','\x88','\x9e','\x5b','\x79','\xdd','\xe8','\x1b','\x5a','\x7d','\x76','\x0e','\xa5','\xed','\x3e','\x94','\x9f','\xbf','\xfe','\xef','\x8d','\xfe','\xfc','\xbf','\xfb','\x70','\x35','\xc3','\x68','\x72','\x80','\xeb','\x58','\xe9','\xc6','\x45','\x1a','\x28','\xe4','\x2b','\xfa','\x45','\x51','\x68','\xd6','\x20','\x77','\x37','\xf3','\x73','\x6c','\x44','\x37','\xde','\xa8','\x6d','\xb1','\x0e','\x8e','\x43','\xe8','\xed','\x7b','\x1f','\x56','\xa8','\xb7','\x83','\xba','\x5b','\x71','\xf3','\xb8','\xe7','\x79','\x09','\x50','\x6f','\x6d','\x35','\xc5','\xa0','\x35','\xa6','\x7d','\x0b','\x65','\xd2','\x14','\x88','\xbb','\x9e','\xd1','\xba','\xeb','\x85','\xb4','\x33','\xc0','\xb4','\x31','\x2e','\xde','\x1e','\x64','\x77','\x87','\x0d','\x05','\x6a','\x60','\xc5','\x71','\xe9','\xa5','\xbd','\xed','\x01','\x71','\x5a','\x76','\x9d','\x8c','\xd2','\x05','\x4a','\x0b','\x1a','\x18','\x60','\x9d','\xc6','\x19','\xa5','\x7d','\x10','\x70','\x3f','\x3a','\xbd','\x7d','\x1f','\xe7','\xa9','\xee','\xf7','\x83','\x8e','\xb7','\x4e','\xc7','\xfd','\xa0','\xbb','\xb6','\xd9','\x14','\xe8','\x6a','\x81','\xae','\x2c','\x18','\xfb','\xe0','\x1f','\x8d','\xa7','\x47','\x63','\x42','\xc1','\xe4','\x92','\xb7','\x8e','\x8e','\xd1','\x43','\xbc','\xea','\xab','\x30','\xc9','\x88','\xa5','\x0c','\x98','\xb9','\x5e','\x9a','\x63','\x1e','\x2e','\x8e','\xcc','\x42','\x5d','\x46','\x7b','\x46','\x1f','\x9c','\xf8','\xbc','\x82','\x33','\x4e','\xc1','\xc4','\xee','\xf6','\xb8','\xdd','\x06','\xbf','\x0f','\xab','\x23','\x62','\xb8','\x51','\x26','\xf3','\xa8','\xd7','\xdc','\x0d','\xbd','\xc3','\xce','\x5a','\x93','\x46','\x94','\xd2','\xb6','\x6d','\xd3','\xb3','\x87','\x51','\xe0','\x7a','\xef','\x7e','\xe6','\xc7','\xcc','\x47','\xe6','\x33','\xe7','\x56','\x1f','\xa8','\x37','\x3a','\x76','\x91','\x26','\x65','\xc7','\x1a','\x5c','\x95','\x06','\x4e','\x7f','\xfc','\xa9','\x4e','\x2a','\x32','\xf5','\x98','\xf0','\x33','\x64','\xf1','\x81','\xb4','\x00','\x2b','\x56','\xdc','\x59','\x91','\x55','\x2c','\xe3','\xc2','\x1a','\x63','\xa4','\x44','\xd1','\x32','\xc3','\x68','\x69','\x1c','\x6d','\x36','\xe7','\xfe','\x57','\x8d','\xfe','\xac','\xcd','\x3f','\x15','\x05','\x5f','\xd5','\xb5','\x6a','\xcf','\x6a','\x35','\x70','\xcd','\x8a','\x04','\xb5','\xa6','\x83','\xa9','\xf8','\xd3','\x49','\x61','\x15','\xe0','\x51','\xa6','\xef','\xae','\xc3','\x58','\x26','\x3e','\xad','\xd1','\x62','\x86','\x1e','\xce','\xf4','\x28','\x5c','\xe1','\x7b','\xa0','\x40','\xcd','\xfb','\xa1','\xa9','\x3a','\x01','\x7b','\x5f','\x3e','\xed','\x2b','\xa6','\xb8','\x44','\x5b','\x4f','\xbc','\x2b','\xeb','\xaf','\x5f','\xdb','\xe6','\x45','\x9b','\x10','\x24','\x4d','\x0c','\x5d','\x53','\x63','\xda','\x3c','\x38','\x42','\xa7','\x76','\xb0','\x46','\x6f','\x0a','\x97','\x38','\xea','\x06','\x4c','\x69','\x80','\x0e','\x66','\x77','\x8d','\x73','\x65','\xa5','\x16','\x0c','\x00','\x35','\xfd','\x3e','\x11','\x81','\x3b','\xb3','\x15','\xc1','\x06','\x40','\x47','\x14','\x24','\x82','\xa4','\xac','\x82','\xf0','\x6c','\x28','\x3c','\x7a','\xa5','\x4b','\xda','\x45','\xde','\x85','\x30','\x7d','\xd6','\xe2','\x3c','\x57','\xba','\x5a','\xac','\x68','\x95','\xb3','\xf6','\x93','\xdf','\x17','\xd2','\xfb','\xb8','\xb1','\xbe','\xe9','\xce','\xba','\x9d','\x01','\x20','\x0e','\xb9','\xe0','\x00','\x02','\xc6','\xe0','\x92','\x0a','\x17','\x00','\xf4','\xac','\xc5','\x13','\x63','\x75','\x80','\xad','\x3c','\x5b','\x72','\xde','\xe0','\xed','\x4c','\x22','\x76','\x58','\x5e','\x45','\xd3','\x16','\x91','\xaf','\x0e','\x8d','\xa8','\xa5','\x43','\xa0','\x06','\x21','\xae','\x68','\x8b','\x0c','\xa8','\x5b','\x47','\x99','\x87','\x22','\x25','\x3c','\x5c','\x4f','\xea','\xb2','\x13','\xb1','\x0e','\x46','\xc3','\x6a','\x37','\xc7','\x50','\x33','\xc8','\x22','\xeb','\x87','\xc4','\xdf','\xc5','\x88','\x58','\x1b','\x27','\xdb','\x8f','\x00','\xb8','\x86','\xea','\x57','\x24','\x15','\x19','\x72','\xbb','\xfd','\x05','\x10','\xe1','\xa2','\x1d','\x1a','\x8a','\x05','\xd3','\x7e','\xdb','\xe8','\xe5','\x75','\x04','\x3b','\xb0','\x90','\xcf','\x29','\xa4','\x33','\x94','\x9f','\x15','\x0a','\x5b','\x2f','\x41','\xcc','\x76','\xf9','\xe8','\xfd','\xad','\x47','\xa8','\x6b','\x3d','\xb0','\xef','\x20','\xbf','\xc3','\x1d','\x53','\x1c','\x60','\xd5','\xce','\xed','\x1a','\xc9','\x5a','\xfb','\x02','\xcc','\x4a','\xba','\xe3','\x27','\xc2','\x38','\x07','\x44','\x49','\x2c','\x93','\x02','\x0b','\x10','\xa9','\xcb','\x9b','\x46','\x78','\x7b','\xfd','\x63','\xdc','\x67','\x34','\x2c','\x15','\xa3','\x2d','\xc7','\x31','\x5c','\xcc','\xbe','\xff','\x79','\xa7','\x3f','\x35','\xc4','\x75','\x04','\xa1','\x8a','\x0a','\x6c','\x43','\xd8','\xfa','\xec','\x58','\x42','\x88','\xca','\x70','\x61','\x4b','\x0a','\x58','\x06','\xa5','\x81','\x3a','\xf5','\xef','\xe4','\x8a','\xa2','\xb9','\xa1','\x31','\x33','\x1d','\xf7','\x83','\xbe','\xff','\x35','\x5c','\xf1','\x6a','\x9f','\x6d','\x46','\x57','\xca','\x68','\x9c','\xcc','\xad','\x0d','\xb1','\x33','\x26','\xac','\x6d','\xe8','\x74','\xbf','\x4b','\x28','\x12','\x7e','\x71','\x6c','\x99','\x5b','\xc4','\x56','\x3e','\xb6','\x16','\xed','\x51','\x7c','\xe0','\x45','\x86','\x25','\x69','\x28','\x3a','\x7a','\x21','\xec','\xde','\x86','\x45','\xcb','\x94','\x1f','\xa5','\x1d','\x1b','\x2f','\xbf','\xe4','\xb6','\xe0','\x49','\x91','\xb1','\x26','\xf7','\x5b','\xa3','\x97','\xd7','\x9d','\xf6','\x97','\xe1','\xfb','\x78','\x7f','\x3b','\x48','\xe8','\xee','\xf3','\x6e','\x3e','\x52','\x5d','\x2f','\x37','\x8e','\x7d','\x7a','\xc6','\xe2','\x52','\x4a','\xf8','\xcf','\xe7','\x64','\x1a','\xc4','\xf9','\x9d','\x55','\x52','\xda','\x75','\xfa','\x80','\x77','\x53','\xe0','\x92','\x22','\xb8','\xe0','\xce','\xf8','\x65','\xe1','\x7e','\x1a','\xd5','\x7e','\xd7','\x8b','\x74','\x07','\xc5','\xae','\x99','\x2d','\x7a','\x41','\x4d','\x62','\xaf','\x99','\x42','\xd9','\x54','\xf1','\x07','\x05','\xc8','\x8b','\x30','\xb7','\xb5','\x60','\x36','\xac','\xfc','\xdf','\xca','\xf3','\xbf','\x40','\x8a','\x55','\xd2','\xaf','\x82','\x20','\x8c','\xb5','\x34','\x0b','\x06','\x57','\x80','\xde','\xde','\xde','\x5c','\x01','\x4a','\xf7','\x56','\x68','\xa1','\xde','\x31','\xb3','\x49','\x71','\x55','\x62','\x9e','\x4c','\x0f','\x26','\xda','\x05','\xa0','\xd5','\x9b','\xbe','\xfd','\xe0','\x74','\xca','\x40','\xce','\x1f','\x9b','\x6c','\x32','\x11','\x32','\xe6','\xcb','\x0e','\x54','\x4a','\x02','\xd5','\x0c','\xa5','\x70','\xa3','\x71','\xe8','\x95','\x62','\x9f','\x74','\xf0','\xd9','\xbc','\xe8','\x7f','\xa7','\x27','\xd2','\xb4','\xf0','\x02','\x74','\x04','\x20','\xd0','\xa4','\x4a','\x12','\xb2','\x1f','\xdc','\xb9','\x62','\x28','\x25','\x25','\xe4','\x2c','\x5f','\x98','\x2e','\xf0','\xda','\x59','\x4b','\xfe','\xfb','\x52','\x51','\x32','\x56','\xbf','\xd7','\xdd','\xdb','\xba','\x96','\x05','\x7f','\xd5','\xc3','\xea','\x61','\x82','\x57','\x86','\xa9','\x77','\x06','\x59','\x98','\x57','\x3f','\x7c','\xcd','\x46','\x60','\x12','\x42','\xb4','\x36','\x81','\x89','\x6a','\xe4','\xc8','\xa5','\x98','\x08','\x79','\x3d','\xcf','\x3b','\x94','\xeb','\xb2','\xdd','\xda','\x2f','\xc1','\x43','\x46','\x35','\x06','\x58','\x83','\x37','\x8a','\x36','\x95','\x28','\x04','\xdc','\x92','\x47','\xaf','\xb0','\xc9','\x57','\x25','\x70','\xb9','\x4a','\x8f','\xed','\xb2','\x49','\x05','\x1c','\xe3','\xb0','\x72','\xa3','\xb6','\x81','\xcb','\xc2','\x02','\x3c','\x20','\xe0','\xf7','\x34','\x21','\xff','\x92','\xe1','\x84','\x4e','\xae','\x7c','\xe9','\x9d','\x07','\x08','\x2a','\x20','\x62','\x5a','\xcc','\x98','\x03','\xd8','\x2d','\x27','\x21','\x62','\xf3','\x9a','\xd0','\xdf','\xec','\x77','\x93','\x97','\xe3','\x9e','\x12','\x00','\x0c','\xa7','\xf4','\xab','\xbb','\xa0','\xc2','\xc4','\x16','\x7a','\x29','\x2e','\xe7','\x80','\x0e','\x8f','\x67','\xab','\x2e','\x43','\x51','\x91','\x3f','\x34','\x8e','\xc8','\xbf','\x78','\xb9','\x90','\x1a','\x61','\x73','\x15','\xfb','\x07','\x1f','\x95','\x35','\xd9','\xe4','\xf9','\x11','\x7f','\x0f','\x19','\xb3','\xcb','\x39','\x66','\xe2','\x6d','\x28','\x3f','\xb7','\xd7','\x11','\xf0','\xe0','\xf6','\xb2','\x91','\xeb','\x03','\x4e','\xc8','\x27','\xe8','\x2c','\xd5','\x3b','\x1a','\xd7','\x45','\xfc','\x50','\xbc','\x29','\x3f','\x16','\x9d','\xcd','\x14','\xa1','\x7a','\x4f','\x8a','\xb9','\x57','\x86','\xc2','\x05','\xbf','\xf9','\x79','\xb4','\xd1','\x04','\x3c','\xef','\x63','\x61','\xdc','\x71','\xc7','\xdd','\xc7','\x2a','\xf1','\x87','\xc1','\x2f','\x86','\xf2','\x73','\xa3','\x6f','\x7f','\xdc','\x54','\xd1','\x8b','\xd0','\xed','\x5d','\xd7','\xc4','\xfd','\xad','\xd3','\x5f','\x7f','\x69','\x94','\x37','\x3d','\xef','\xc3','\x94','\xdb','\xe6','\x5e','\x31','\x56','\x67','\xef','\xee','\x5a','\x67','\xe3','\x8a','\x9b','\x7f','\x69','\x62','\x0a','\x5f','\xc2','\xb5','\xd0','\xef','\x7a','\x0e','\x4a','\x95','\xbb','\x4d','\xcf','\xa5','\x1d','\x87','\x8c','\xc8','\x79','\x16','\xc5','\x8d','\xb0','\x00','\xec','\x78','\xe1','\x66','\x40','\x27','\xb3','\x77','\x8c','\xba','\x7a','\x1e','\x76','\xb6','\x28','\xce','\x15','\x05','\xef','\x53','\xf9','\xbd','\xe4','\x92','\xd9','\x02','\xe4','\x0a','\xac','\x85','\xb3','\xd6','\x79','\x6d','\xfb','\xb0','\x34','\x59','\x90','\x05','\xe7','\xa1','\x42','\x44','\xc2','\x43','\x59','\xee','\x4a','\x03','\xb6','\x69','\xe1','\x73','\x27','\x3e','\xde','\x66','\x49','\xea','\xc7','\xb8','\xe4','\x18','\x15','\x6a','\xe7','\x73','\x6c','\x6e','\x5c','\x12','\x8d','\xb0','\xc1','\x49','\x0c','\x1d','\xfa','\xe0','\x63','\x17','\x83','\x66','\xd4','\xbe','\x1a','\xd2','\x9a','\x8c','\xd6','\x50','\x81','\xcf','\x4a','\x5c','\x04','\x2f','\x38','\x5d','\x41','\x0f','\x96','\x57','\x15','\x13','\xcc','\x0c','\x47','\xda','\x85','\xb8','\xdb','\x59','\x21','\xe0','\x59','\x53','\x79','\xc5','\xd2','\xab','\xca','\x8f','\x9d','\x01','\x72','\x99','\x0a','\x44','\x65','\xf7','\x34','\xc5','\xc6','\x97','\xe1','\xb9','\x0a','\xd0','\xd7','\x8d','\x3f','\x8e','\x59','\x01','\xba','\xdf','\xef','\xcb','\x48','\x70','\xc9','\x05','\xee','\x2a','\xe5','\x9d','\x20','\x68','\x1c','\xf3','\xf9','\x3c','\x71','\xf9','\x5c','\x27','\x15','\xd7','\x4c','\x5d','\x29','\xa6','\x60','\xe9','\xbc','\x4e','\xcb','\x40','\x35','\x5a','\xb4','\xae','\xfc','\x88','\x94','\x89','\x80','\xb3','\x3c','\xa2','\x0a','\xbc','\xa9','\x08','\x71','\x81','\x35','\x20','\xfe','\xa3','\x77','\xb5','\xc1','\x3a','\xf7','\x42','\x24','\x15','\x9a','\x23','\x4b','\x61','\xe5','\x81','\x74','\x84','\x28','\xb7','\xe9','\x03','\xfd','\xfc','\x32','\x14','\x5e','\x69','\xf4','\x5d','\xc9','\xa4','\xeb','\x05','\x50','\x21','\xca','\x2e','\x83','\x25','\x25','\x01','\xae','\x63','\xeb','\xf7','\x04','\xa1','\x76','\x1d','\xd3','\x11','\x6b','\xcb','\x18','\x37','\xe6','\x4d','\xbe','\x8a','\x01','\x02','\xd6','\xac','\x19','\xda','\x50','\x9e','\x9d','\xf5','\x65','\x7a','\x61','\x99','\x61','\xd1','\xc7','\x1f','\x9d','\xce','\x5c','\x78','\x96','\x79','\xaf','\x7f','\xbe','\x6a','\xef','\xf2','\xb7','\x04','\x22','\xe0','\x71','\x92','\x2b','\xb1','\xca','\x6a','\x23','\x4e','\x59','\x23','\x4c','\x90','\xcd','\xf1','\xc6','\x63','\x0f','\xcf','\xdc','\x98','\x8e','\x7b','\xf7','\xfb','\x68','\xba','\xba','\x32','\x0d','\xff','\x7f','\x8d','\x1a','\x08','\x11','\xca','\x88','\xc8','\xef','\xcd','\x58','\xdd','\xff','\x53','\x71','\x88','\x93','\xdd','\x99','\x70','\x43','\xb0','\xe2','\xbc','\xc0','\x9e','\x9b','\x90','\xa1','\x60','\x0a','\x3c','\xf2','\x98','\x90','\xc6','\x7a','\x56','\x65','\xbe','\x3f','\xad','\x46','\x71','\x5d','\x50','\x9c','\x8d','\xc9','\xaf','\x5b','\x37','\x0c','\x2c','\x0c','\xb0','\xd2','\xd2','\x59','\x83','\xd8','\x7a','\x9f','\x1b','\x7d','\x39','\x8f','\x1f','\x4e','\xc1','\x3b','\x93','\xae','\x05','\xa8','\x64','\x88','\x39','\xf6','\xdc','\x62','\x67','\x3e','\x20','\x60','\x83','\x45','\xa5','\x33','\x80','\x3c','\xd5','\x50','\x40','\xa0','\xf3','\x19','\x89','\xef','\x80','\x7f','\xc8','\x43','\x7a','\x2b','\x40','\x33','\xbc','\x96','\x12','\x90','\xc1','\x94','\x0c','\x00','\x36','\x58','\x2b','\x4a','\x9b','\xcb','\x05','\x05','\x8d','\x75','\x07','\x6d','\x95','\xef','\x16','\xa9','\xcf','\x67','\xa2','\xba','\xb8','\x9c','\x31','\x3f','\xff','\xd1','\x18','\xa9','\xa4','\x3e','\xdb','\xae','\xfc','\xed','\x65','\x5c','\x70','\x7a','\x7b','\xdd','\x68','\x7f','\x69','\x6e','\x45','\x13','\x83','\x80','\x2e','\x0a','\x62','\x8e','\x82','\x96','\x72','\x47','\x8e','\x2e','\x70','\xc7','\xcf','\xf8','\x7c','\xbf','\x0b','\x58','\x80','\xe2','\xc2','\x53','\x2b','\xb3','\x95','\xa0','\x15','\x04','\xb5','\x7b','\xa8','\x5e','\xfd','\x1d','\x0f','\xe4','\x23','\x30','\x9e','\x44','\xb1','\xff','\xd5','\xf6','\xb7','\x11','\xd1','\xee','\xdb','\x1f','\x3b','\xbd','\xfe','\x71','\xd3','\x3b','\x78','\x38','\x94','\x66','\xb5','\x38','\xdf','\xdf','\x0e','\xfa','\xeb','\xcf','\x37','\xfa','\xf3','\xff','\xde','\x86','\xb5','\xc5','\x76','\xb0','\x15','\x00','\x99','\x4c','\xf3','\xea','\x6c','\xad','\x69','\x34','\xef','\x11','\x20','\x84','\xfd','\x1c','\x91','\x59','\xc8','\xa4','\xd0','\x64','\xb8','\xd3','\xce','\x97','\x87','\x0f','\x8f','\x9f','\xb8','\x87','\x8b','\xc8','\xce','\xcf','\x04','\xd6','\x72','\xbc','\x65','\x6d','\x20','\x0d','\x4c','\x62','\x65','\x19','\x99','\x25','\xc2','\x1e','\xf9','\x04','\xa6','\xb2','\xeb','\x45','\xb3','\xc3','\xed','\xad','\x7b','\x64','\x4e','\x9f','\xef','\x2c','\x72','\x53','\x72','\x7a','\x6c','\x11','\x49','\x6c','\xbb','\xa1','\x35','\x41','\x5d','\xad','\x2c','\xb8','\x03','\xe7','\xb1','\xb0','\xb1','\x6f','\x1a','\xea','\x5a','\x84','\x88','\x5a','\xf7','\x36','\x7a','\x50','\x1c','\x9d','\x9b','\xb7','\xb7','\x71','\xee','\x89','\x88','\x3d','\x88','\xc6','\x01','\x96','\x44','\x0b','\x7f','\x4e','\x6a','\x91','\xf2','\x4b','\x3d','\x2f','\x71','\x90','\x6e','\x97','\xfb','\x1a','\x0d','\x45','\x3b','\x8f','\xda','\x3a','\x71','\xea','\x07','\x7b','\x00','\x16','\x24','\x47','\xe9','\x4c','\x24','\x3d','\xe6','\xaf','\x94','\x69','\xd5','\xe5','\x55','\x9e','\x5b','\x98','\xd6','\x9d','\x7e','\x62','\xc8','\x21','\x76','\x86','\xb1','\xe0','\xad','\x2e','\xe4','\x51','\xe3','\x48','\x03','\x1e','\xbc','\xbc','\x6c','\x7a','\x9f','\xd7','\x46','\xfb','\xd6','\x20','\xbe','\x00','\x78','\x55','\xb8','\x5c','\x8e','\xb5','\x11','\x35','\x8b','\xcf','\x4f','\x68','\x8f','\xab','\xf6','\x4b','\x19','\xfc','\x91','\x8e','\xe3','\xb8','\xbe','\x07','\x68','\x15','\x04','\xc1','\x8b','\x44','\xed','\x07','\x09','\xdd','\xea','\x7e','\x24','\x5c','\xf9','\xf2','\x6b','\x06','\x14','\x56','\x8d','\x59','\x4d','\x9e','\x29','\xff','\x47','\x24','\xeb','\xdf','\x03','\xa0','\xb2','\x4c','\x0c','\x87','\x37','\x21','\xbf','\xb0','\xc4','\x45','\x63','\xa4','\x44','\x2b','\x21','\x56','\xdc','\x37','\x7a','\xda','\xf5','\x33','\xa6','\x75','\xd2','\xd0','\x5f','\x32','\x40','\x3f','\x28','\x39','\x42','\xb4','\xcf','\x73','\xdf','\x96','\xc3','\x6f','\xc3','\x60','\x00','\x81','\xd5','\x10','\x1f','\xf2','\x74','\xbc','\x03','\x88','\x63','\xd0','\x9a','\x8e','\xbd','\xe5','\xb3','\xb9','\x09','\x69','\x99','\x6b','\x7d','\x27','\xf8','\xba','\x22','\x9f','\xb3','\xdf','\xcf','\xb0','\xca','\x8f','\x9b','\x65','\x59','\x7e','\x3c','\x4b','\x93','\x50','\x2a','\xcc','\xfb','\x4b','\xd2','\x27','\xcb','\x2c','\x1e','\x0d','\x39','\x09','\x45','\x80','\x15','\x1e','\x07','\xb0','\x99','\xc5','\x41','\xed','\x71','\xd7','\x10','\xab','\x7a','\x1b','\x78','\x97','\x4e','\xad','\xab','\xa3','\x72','\x97','\x08','\x73','\xcb','\x9c','\x56','\x9f','\x7f','\xae','\x4b','\xd2','\xd7','\x7f','\x7e','\x10','\x61','\x48','\x57','\xb4','\x0c','\x74','\x49','\xca','\x0f','\x7d','\xb3','\x23','\x98','\x93','\xc1','\x52','\x9e','\x0a','\x99','\xba','\x4c','\x17','\x5b','\x55','\xa7','\xef','\x58','\xe2','\xe9','\x29','\x3c','\x31','\x61','\x55','\xe4','\x50','\xcd','\xce','\x44','\xae','\xfc','\x8c','\x60','\x14','\x73','\xa9','\xb9','\xce','\xd3','\xa0','\xe4','\x1f','\x4f','\xb0','\x23','\xca','\x0c','\xb2','\x0d','\x2a','\x09','\x19','\xc4','\x70','\x97','\x49','\xb8','\x00','\x79','\xb4','\x3a','\x03','\x3b','\xbd','\x00','\x2c','\x2b','\x4e','\xf9','\x49','\xe6','\x20','\xb2','\x18','\xa6','\xa0','\x45','\x6e','\xc3','\x0a','\xc4','\xb8','\xcb','\x23','\x2b','\x22','\x49','\x05','\x64','\x99','\x52','\xc0','\xed','\x95','\xee','\x93','\x8a','\x61','\x82','\xcd','\x25','\x83','\x27','\xe4','\x8a','\xe0','\x69','\x9c','\xf7','\x05','\xe0','\x30','\x8f','\x08','\xdc','\xc8','\x6f','\x3c','\xc0','\xaa','\x81','\xa1','\x97','\x17','\xbd','\xfc','\x92','\x9b','\x8e','\x97','\xe4','\xfe','\x18','\x20','\x82','\x3e','\x48','\x19','\xbc','\xa3','\xab','\x95','\xe2','\xad','\xab','\x1b','\xbf','\xc0','\x41','\xf5','\x4e','\xfd','\x2e','\x45','\xf9','\xa1','\xac','\xfc','\x60','\x9b','\x15','\xc0','\x36','\x66','\xa7','\x0d','\xe9','\xe4','\xae','\x59','\xa6','\xd3','\x31','\x02','\x56','\xa6','\x64','\x39','\xa0','\x81','\xa5','\x55','\xc9','\x1b','\xe7','\x7d','\xbe','\xfd','\xe7','\x46','\x3b','\x44','\x27','\x43','\xd7','\xb8','\x7e','\x1f','\xe7','\x6b','\xfe','\xfa','\xbf','\x3b','\xbd','\xfd','\x75','\x77','\xf7','\x9d','\x14','\x3d','\xcc','\xeb','\x1b','\x2f','\x47','\x40','\x04','\xf2','\x0b','\x44','\xc7','\x25','\xa2','\xec','\x67','\x9c','\x8e','\x7b','\x8f','\x73','\x4a','\x3e','\x07','\x27','\x58','\x81','\x95','\x37','\xc8','\x38','\xf3','\xa3','\x6e','\x3e','\xf1','\x5b','\x01','\xc2','\x63','\xad','\xf3','\x38','\x1c','\xbf','\xd9','\x6e','\xfe','\x00','\xb2','\x16','\x80','\x82','\x30','\xaf','\xd2','\x51','\x97','\xe1','\x26','\x4a','\x07','\x45','\x1b','\x2d','\x7c','\xf8','\x82','\x81','\xe1','\x9d','\x42','\x48','\xc0','\x4d','\xef','\x2f','\xc2','\x7b','\x84','\x7c','\x4e','\x89','\xfc','\x52','\x5a','\xea','\x07','\x09','\xa9','\xcb','\xa2','\x62','\x89','\x4d','\x2f','\xe0','\xb4','\x3b','\x68','\x86','\xeb','\x69','\xf3','\x79','\xb1','\x0b','\x54','\x49','\xd7','\xfe','\xfd','\xed','\xf0','\x50','\xf6','\xa2','\x65','\xf7','\x2e','\x1a','\x3d','\x10','\xf8','\x9e','\x29','\x23','\x48','\x9c','\x57','\x09','\xf2','\x3e','\xc3','\x95','\x0b','\x0a','\x29','\xca','\x0c','\xd0','\x89','\xfe','\x28','\x2c','\x1e','\x56','\xff','\xb3','\xfc','\x33','\x94','\x33','\x56','\xe5','\x24','\xf0','\x79','\xb0','\x9a','\x61','\x7d','\x14','\xa1','\x11','\xde','\x9f','\xd8','\xdd','\xde','\xf6','\x9b','\x59','\x79','\xc7','\xf9','\xbe','\xb1','\xf1','\xc5','\x31','\xb1','\x56','\x14','\x13','\x89','\xf3','\x18','\x93','\x7f','\xb6','\x60','\x00','\xa3','\x55','\xc1','\x54','\x3a','\x68','\x7c','\x39','\xda','\xcf','\x74','\xbb','\xdd','\xa6','\x8d','\x13','\x22','\x50','\x80','\xc6','\xee','\x53','\xd6','\x90','\x96','\x56','\xa1','\x93','\x35','\x74','\x96','\xf8','\xf4','\xcb','\x3a','\x05','\xa3','\xe2','\xcb','\xba','\x6c','\xc1','\xfe','\x6d','\xb1','\x3f','\x9b','\x10','\x90','\x42','\xb5','\xb9','\xd1','\xab','\xd0','\xe3','\xf1','\x1b','\x16','\xa7','\x50','\x07','\x98','\xdf','\xbf','\x36','\x7d','\x74','\xc5','\xc2','\xd0','\x86','\xe0','\xce','\x12','\x53','\x04','\x60','\x20','\x08','\x31','\x64','\xb4','\xe2','\x85','\x11','\x80','\x09','\x00','\x36','\x9f','\x6c','\x26','\x56','\xff','\x4b','\xd3','\x97','\x22','\xcb','\xcf','\x35','\xe1','\x72','\x2c','\xe4','\xf2','\xeb','\xa2','\x84','\x93','\x8e','\x21','\x39','\x84','\x0e','\x31','\x7e','\x6a','\x4c','\x1b','\x13','\x31','\xb5','\x70','\xa5','\xe8','\x14','\x37','\xc6','\x03','\x13','\x1e','\x60','\x55','\x01','\x62','\x59','\x88','\x0e','\x84','\x89','\xae','\x17','\xe9','\x3b','\x79','\x57','\xb8','\xc0','\xac','\x1f','\x3a','\x6b','\xc1','\xa2','\x55','\x58','\x9d','\xd6','\x03','\x83','\xff','\x51','\x56','\xea','\x02','\xaa','\x82','\x6c','\x6d','\x97','\x29','\x6e','\xe6','\xa6','\x11','\xf7','\x59','\x5c','\xa1','\xf9','\x1f','\x98','\x18','\x9d','\x95','\xb5','\xd6','\x5a','\xad','\xf1','\x03','\x55','\xec','\xf0','\x92','\xd6','\xa6','\xb7','\x98','\xbb','\x75','\xa3','\x93','\xbb','\xc3','\x18','\x68','\xa7','\x82','\xe7','\xbc','\x78','\xa1','\xd4','\xc5','\x42','\x8e','\xde','\x36','\x07','\xbf','\x70','\xfb','\x3c','\x51','\x9e','\xdf','\xeb','\x3e','\x42','\xff','\x00','\x3d','\x2e','\xb0','\xc2','\x75','\x31','\x35','\xff','\xac','\x57','\x3d','\xc6','\x79','\x44','\xba','\x43','\xdd','\xfc','\xce','\x9b','\x17','\xdd','\x09','\xde','\x76','\xf6','\x7b','\x93','\x12','\xfd','\x14','\x25','\x43','\x88','\x00','\x68','\x2a','\xbd','\x0b','\x5e','\x70','\x6a','\xf7','\xc1','\x74','\x8d','\x26','\xa6','\xf7','\xc7','\xdc','\xf5','\xa0','\x3f','\xa9','\xc5','\xa3','\x85','\x75','\x27','\x23','\x4a','\xdb','\xfc','\x88','\xbb','\x49','\xba','\x82','\x68','\xb3','\x06','\x0f','\x40','\x57','\x76','\xbb','\x29','\x4d','\xf9','\xb8','\x40','\x92','\x07','\xe0','\x7b','\x55','\xab','\xcf','\xcb','\xeb','\xae','\x4a','\x5e','\xbc','\x67','\x40','\xb1','\x77','\x55','\x7e','\xfe','\x54','\xcb','\x8f','\x1f','\xa4','\x8f','\xb3','\x11','\x75','\x23','\xc7','\x02','\x17','\xb4','\xc6','\xb4','\xeb','\xfd','\x41','\x2f','\xaf','\x23','\xa0','\x02','\x91','\x5e','\x68','\xff','\x36','\x22','\xb6','\x7d','\xff','\x1e','\x8a','\x61','\xe8','\x96','\x2b','\x08','\x8d','\x93','\x0a','\x1d','\x73','\x60','\x1d','\xcf','\xfd','\x4c','\x99','\xf2','\x96','\xa6','\x56','\xae','\x6d','\x1f','\x17','\xb7','\xf6','\xbb','\x10','\xbf','\x69','\x70','\x19','\x11','\xa2','\xce','\xae','\x80','\x76','\x8d','\xee','\x46','\x78','\x16','\x50','\xe7','\xd4','\xb8','\xd8','\xff','\xfb','\xff','\xfb','\x5f','\xfa','\x9f','\xff','\xf9','\x1f','\x55','\xfa','\x74','\x64','\xf5','\xfe','\x1d','\x56','\x25','\xa3','\xa9','\xd2','\xb5','\xed','\xec','\xe7','\x07','\x9b','\x86','\x4b','\x1f','\xfd','\x17','\xea','\x7f','\x6a','\x3b','\x25','\x2e','\x4f','\x65','\x26','\xda','\xf6','\xe1','\x82','\x78','\x7b','\xd9','\x68','\x7f','\xd9','\x1c','\x8c','\xdb','\x91','\x04','\xa6','\x71','\xd0','\x5f','\xc8','\xe8','\x69','\x9c','\x1d','\x69','\x3a','\x87','\xc7','\xd1','\xa9','\xbf','\x8d','\x40','\x2e','\x72','\x88','\x13','\x80','\x59','\x30','\x71','\x51','\xe4','\x0d','\x70','\xb9','\xe0','\x7b','\x30','\x2d','\x4f','\xa4','\xca','\xeb','\xa9','\x0b','\x49','\x63','\x6a','\xaa','\xa1','\x33','\x93','\x6f','\x02','\x0f','\xcd','\x73','\x7d','\xfe','\x85','\x88','\xc2','\x0a','\x76','\xd5','\x26','\x23','\x72','\x7f','\x07','\x45','\x0f','\x78','\x3e','\x28','\x8d','\xb5','\x36','\x68','\x6b','\x43','\x37','\x57','\xa5','\x51','\x56','\xeb','\x6b','\x2c','\x9a','\xa2','\xac','\x08','\x54','\xc2','\xa6','\x56','\x41','\x3b','\x30','\xaf','\x57','\x8b','\x9c','\x8a','\x97','\x86','\x9c','\x6d','\xdb','\xae','\x2d','\x40','\x18','\x04','\x61','\x4e','\xa5','\x66','\x6b','\x38','\x4f','\xbf','\x5c','\xbe','\xcf','\xf9','\xeb','\xf8','\x08','\xee','\x1b','\x09','\x34','\xb8','\x40','\xe1','\xe9','\x9d','\x5f','\x91','\x46','\x73','\x2a','\x12','\xe3','\xbc','\xfb','\xbd','\xc2','\x60','\x75','\xe8','\xca','\x73','\x23','\x22','\x21','\x39','\x77','\x6d','\x78','\xa6','\x75','\x10','\xc1','\xe1','\x5d','\xc7','\x88','\x7e','\x39','\x0a','\x7f','\x90','\x62','\x0b','\x7c','\xfe','\x69','\x91','\xbd','\x44','\x14','\x76','\x26','\x1a','\x7c','\x69','\xb8','\x79','\xd8','\xb8','\x07','\x20','\xa2','\x10','\xc2','\x12','\xf6','\xb6','\xe9','\x9e','\xa0','\x8f','\x22','\x45','\x5a','\x90','\xc4','\x82','\x5e','\x9e','\xc1','\xab','\xf6','\xea','\xd7','\xc1','\x45','\x5e','\x7e','\xcc','\x15','\x9f','\xd7','\xf6','\x91','\xb6','\x48','\xf9','\x90','\x94','\x11','\x2b','\xb7','\x80','\x8d','\x25','\x23','\x7c','\xa2','\xe2','\x84','\x75','\x18','\xda','\x5b','\x06','\x94','\x89','\xa9','\x6d','\x44','\xd4','\x46','\x38','\xd8','\xe3','\x60','\x62','\x36','\x70','\x65','\xed','\x10','\x92','\x03','\x6f','\xf7','\xb6','\xf7','\x4d','\xe0','\x42','\x91','\xab','\x1d','\x57','\x24','\x82','\xe4','\x2a','\x52','\x7f','\x5e','\x68','\x25','\x26','\x75','\x00','\x0b','\x22','\x5e','\x91','\x93','\x92','\x02','\x90','\x2b','\x9f','\x38','\x93','\xc1','\x67','\x63','\xc9','\x67','\x2c','\x2e','\xfa','\x5c','\x69','\xd3','\x85','\x3d','\x6c','\x64','\xad','\x84','\xf0','\xb4','\xe9','\x73','\xd2','\x84','\xaf','\x4d','\x86','\xac','\x79','\xa2','\x1f','\xb4','\xe0','\x08','\x5a','\x7e','\x84','\xc6','\x39','\x83','\x16','\x00','\x5a','\x3a','\x29','\x40','\xd6','\x97','\xaf','\xe4','\x80','\x8d','\x15','\xd5','\x71','\x96','\xfc','\x0a','\x73','\x84','\xc7','\xf6','\xf3','\x40','\x23','\xdf','\x8a','\x66','\xf1','\xcb','\xd5','\xd8','\x39','\x90','\xb5','\x32','\x74','\x7e','\x4c','\x71','\x4b','\x67','\x05','\x26','\x70','\x22','\xcb','\x3e','\x85','\x21','\x12','\xac','\xed','\x64','\x6d','\x35','\x94','\x34','\x36','\x52','\xf7','\xbd','\x0d','\xab','\xcf','\xeb','\x4e','\xbb','\x46','\x81','\x1a','\xa4','\xa1','\x63','\x6b','\x28','\x8b','\x17','\x57','\x43','\xa0','\xdb','\x8b','\xa8','\x12','\x70','\x48','\xdc','\xf1','\xa3','\x6e','\x6f','\x61','\xfd','\x10','\x77','\xab','\x9a','\x15','\x0a','\x64','\x00','\xda','\x0f','\x55','\x7e','\x22','\x32','\x99','\x9e','\xf9','\x30','\xc5','\x57','\x64','\x58','\x7d','\x0d','\x08','\x0a','\xb6','\x2d','\x7a','\xdc','\xb6','\xe6','\xca','\xcf','\xb7','\xff','\xbc','\xd0','\xcb','\xeb','\x46','\x5b','\x0b','\xeb','\x16','\xae','\x59','\x53','\x7e','\xfe','\xfc','\xf3','\x8d','\xfe','\xfa','\xf3','\xae','\x77','\x93','\x91','\xb7','\x93','\x4a','\x54','\x3a','\x52','\x6b','\x94','\x59','\x4b','\xb6','\xbd','\xd1','\xeb','\xeb','\x4e','\x7f','\xfc','\xcf','\x0b','\xbd','\xbc','\xee','\x43','\x29','\xa7','\x41','\xb3','\xf7','\xdb','\x46','\xdb','\x76','\x50','\x6b','\x6f','\xf4','\xd6','\x0e','\x7a','\x7b','\x63','\x8f','\xba','\x28','\x53','\xe3','\x81','\xe9','\xfa','\x9a','\x2d','\xc4','\x73','\x62','\x45','\x60','\x0e','\x05','\x68','\xbf','\x6d','\x43','\xf9','\xd0','\x3b','\x80','\xe4','\xae','\x0a','\x8f','\xd1','\x8e','\xd0','\x70','\x23','\x4d','\xf3','\xc9','\xce','\x1e','\x84','\x88','\xfe','\xef','\x7f','\xff','\x6f','\x51','\x6f','\x6c','\x2e','\xb4','\x6d','\x80','\xea','\x66','\xa1','\xb4','\xb7','\xd8','\xac','\xf2','\xd0','\xfa','\x10','\x4d','\x6e','\x58','\xcb','\xac','\x73','\x1a','\x78','\xe3','\xad','\xd3','\xf1','\xd6','\xe8','\x7e','\x3f','\xe8','\x76','\x0c','\x45','\xfc','\xb6','\x6f','\xaa','\x40','\x59','\x39','\xe3','\x9e','\x1f','\x16','\x50','\xb0','\xb6','\xb0','\xf8','\x1e','\x6f','\xdd','\xdb','\xcc','\x14','\xe7','\xc5','\xa8','\x0f','\x6f','\x81','\xc4','\xb6','\x13','\xbf','\xb7','\x31','\xce','\xcb','\x18','\xb3','\x2c','\xf9','\xf8','\x52','\x79','\x09','\x17','\x59','\xd6','\x21','\xee','\xac','\x72','\x29','\x0d','\xe1','\x85','\x80','\xd4','\xca','\x7c','\xa3','\x3e','\x97','\xae','\x59','\xd6','\x5c','\x25','\xd1','\x89','\x7f','\x54','\x25','\x4c','\xc7','\x6c','\xbf','\x6d','\x63','\x7c','\x5f','\x22','\xc4','\x7a','\xda','\xd4','\xaf','\xb2','\xcf','\xcf','\xc4','\xa7','\xde','\xc7','\x87','\xc4','\x5f','\xbc','\x83','\x54','\x99','\x53','\xd5','\x63','\x6c','\x4e','\x2f','\x2d','\x40','\x2b','\x05','\x68','\x15','\x4d','\xe1','\x53','\xe9','\x84','\x43','\x73','\xfd','\xcd','\x95','\x03','\x9e','\x7f','\xfb','\xa7','\x24','\xeb','\x83','\x9f','\x11','\x08','\x94','\x90','\x88','\xcb','\xc0','\xb8','\x90','\x1e','\x5a','\x8b','\x22','\xc6','\xd4','\xc6','\xf2','\x40','\x5d','\x60','\x01','\xad','\x7e','\x27','\x4b','\x0e','\xb8','\x08','\xc6','\x55','\xd2','\x62','\x32','\x61','\x34','\x92','\xce','\x83','\xe6','\xe8','\x2a','\x6c','\x39','\x45','\x55','\x5a','\x54','\xf0','\x95','\x09','\xc0','\xec','\x05','\xcb','\xfa','\xf2','\x3a','\xff','\x5b','\xd3','\x4a','\x09','\x72','\xa0','\x24','\x42','\x42','\x16','\xfa','\x76','\x88','\x25','\xf6','\x73','\x41','\xe3','\xa5','\xae','\xbb','\x85','\xc4','\x16','\x05','\x6c','\x21','\x2a','\x4e','\xc0','\xaa','\xd7','\xeb','\x02','\x88','\xe6','\x0b','\x4b','\x05','\xfe','\x32','\xbe','\xa7','\xbc','\x83','\x89','\x64','\xe9','\x7b','\x18','\xa0','\x22','\x55','\x2b','\x20','\x2b','\x5c','\x21','\x5a','\xb4','\xf3','\xc9','\x14','\xca','\x4f','\x89','\xf7','\x54','\x41','\x14','\x2a','\x3e','\xa5','\xbe','\xaa','\x38','\xa5','\xf6','\xfe','\xe8','\xa4','\xe1','\xa1','\xeb','\xfa','\x66','\x6d','\x97','\x81','\x6c','\x3b','\x07','\x41','\x8d','\xdc','\x45','\xd2','\xc6','\xd0','\xe8','\x41','\x54','\x31','\x85','\x2e','\x8f','\x2a','\xbc','\x2e','\x3f','\xd9','\x32','\x0b','\xe1','\x4a','\x23','\xac','\x4a','\x96','\xd8','\xdf','\x85','\xe2','\xb3','\x7a','\x17','\xde','\xbf','\x4a','\x89','\xd6','\xa6','\x32','\x17','\x3f','\xb0','\x4c','\x67','\x2e','\x27','\xb2','\xb6','\x42','\xc1','\x6d','\xd3','\xce','\x5d','\x8e','\x0b','\x2f','\xc3','\xe5','\x6d','\xb7','\x48','\x6f','\x14','\x63','\x61','\x00','\x8c','\xc7','\x16','\xbf','\x83','\x9d','\xa0','\x2b','\x8d','\x8e','\x27','\xe4','\x2e','\x56','\xfd','\x2e','\x74','\x3f','\x4c','\xf9','\x51','\xcb','\x8f','\xbb','\x55','\x85','\x52','\xea','\x2e','\x6b','\x08','\xbe','\x40','\x10','\xb8','\xe5','\x47','\x01','\xf0','\x71','\x88','\x2b','\x3f','\xbe','\xdf','\x60','\x0a','\xaf','\xae','\x1b','\xdb','\x54','\xeb','\x40','\xc0','\xc3','\xe5','\x6d','\xa7','\x6f','\xff','\xd9','\xf5','\x6e','\x9f','\x5d','\xdf','\x25','\x12','\xc4','\x51','\xba','\x38','\x8f','\x43','\x34','\xe4','\xf5','\x9d','\xee','\x6f','\xdd','\x83','\xae','\x44','\x3b','\x39','\xaf','\x2f','\xb1','\x83','\xf9','\xac','\x97','\xa8','\xee','\xf4','\xf2','\xc7','\x3e','\x22','\xe7','\x41','\xb8','\x78','\xde','\x98','\x76','\x2d','\x67','\x44','\xdd','\x3a','\xa8','\xfd','\x35','\xa2','\xca','\x8d','\xc3','\xfb','\x9d','\xd6','\xc4','\xf4','\x7c','\xb2','\x08','\x69','\xad','\xe9','\xc1','\x76','\x75','\xc1','\xa3','\x3b','\x0d','\xb7','\x38','\x23','\x09','\xb5','\xa0','\x5a','\xc4','\x36','\xa3','\x8b','\xf9','\xbc','\x8f','\xd0','\x9f','\xff','\xf7','\x27','\xfd','\xf1','\x9f','\x3f','\xe8','\x7f','\xff','\xdf','\xff','\x05','\x5d','\xd7','\x04','\x35','\xb9','\x35','\x61','\xdb','\xed','\xec','\xcf','\xb0','\xd6','\xa1','\x25','\xb0','\x1f','\x9d','\xee','\x16','\xa2','\xbc','\x1b','\x94','\x1e','\x96','\x54','\xbf','\x6f','\xa8','\x77','\x7a','\x7b','\x53','\x45','\xd9','\xe6','\xf9','\x55','\x68','\xdf','\x37','\x57','\x4e','\xed','\x1c','\x15','\x11','\xb9','\x75','\x89','\x88','\xe0','\x1c','\x98','\xf6','\x11','\xdc','\xee','\xbc','\xbd','\xd3','\x66','\x80','\x93','\xda','\xc3','\xb5','\x39','\x65','\x39','\x91','\x1f','\xe9','\x27','\xab','\x48','\x2f','\xf3','\xb6','\xb3','\x88','\xd6','\x8f','\xc6','\xc3','\x1a','\x77','\x1e','\x00','\xe6','\x83','\x1c','\x37','\xeb','\x1c','\xde','\x1e','\x53','\x06','\xf7','\x1d','\x94','\x1f','\x8d','\xf8','\x96','\x4d','\xba','\x55','\xe6','\x31','\xd9','\x05','\xba','\x1e','\x09','\xd0','\xf2','\x99','\xec','\x42','\x85','\x18','\x36','\xa9','\xf3','\xae','\x23','\x25','\x8f','\x0d','\x4b','\xf7','\xfb','\x7d','\xa9','\xcf','\x24','\x5b','\xd1','\x55','\x94','\x9c','\x77','\xa7','\x2a','\x0d','\xde','\xf1','\xde','\x60','\x32','\x0b','\xc5','\xe8','\xef','\x98','\x00','\x54','\x60','\x42','\x6c','\x0d','\x2c','\x21','\x6b','\xb2','\x49','\xe9','\xab','\x7a','\x38','\xbb','\xe0','\xf4','\x8a','\xf8','\xfd','\xc3','\xf1','\x5f','\xab','\x28','\x41','\xc7','\x87','\x7c','\x2e','\x8c','\xe9','\x64','\x0e','\x68','\x40','\xdf','\x94','\x45','\xba','\xed','\x4a','\xfe','\xb8','\xd1','\xbc','\xda','\xa8','\xf9','\x58','\x81','\xfa','\xf7','\x67','\x4d','\xfe','\x0a','\x8b','\xff','\xa8','\xf4','\xd1','\x69','\xa8','\xef','\x61','\x9b','\x91','\x5e','\x98','\xd5','\x5d','\x86','\xc8','\x2e','\x30','\xe9','\x8d','\x87','\x6f','\xfb','\x1d','\x76','\x93','\xfa','\xd8','\x75','\x33','\x10','\x6d','\x77','\xba','\xa0','\xe5','\xea','\x92','\xa5','\x9a','\x22','\xf0','\x68','\x5d','\x2f','\xfa','\x6b','\xd6','\x28','\x52','\xb2','\xc4','\x60','\x34','\x03','\xa8','\x49','\x2a','\x38','\x5c','\xab','\x47','\x61','\xe9','\x3c','\xe2','\x3b','\x69','\x25','\x0b','\x24','\x48','\xa6','\xec','\x98','\x12','\x84','\xcf','\xad','\x1a','\xab','\xff','\xf9','\xae','\x7e','\x79','\x32','\xe1','\x7a','\xa6','\x53','\x74','\x73','\x9b','\xe9','\x71','\x57','\x91','\x45','\xad','\x23','\x22','\x57','\x8a','\xfc','\xa8','\x44','\xd5','\xa0','\x16','\x65','\x62','\xbd','\xd6','\xcb','\xca','\x8a','\x46','\x51','\xec','\xc1','\xa4','\x9a','\x7a','\x47','\x88','\x2a','\xbb','\xe7','\xe7','\x40','\x2f','\xab','\x3f','\xcd','\xb3','\x9c','\x83','\xb2','\x8e','\x8d','\x77','\x6a','\x07','\xa6','\xf9','\xb6','\x94','\x24','\x97','\xd2','\xc0','\xa6','\xd6','\x01','\x0b','\x73','\xbd','\xeb','\x4e','\xbb','\xd7','\x5e','\xe8','\x5f','\x48','\x69','\x39','\x31','\xc3','\x38','\xd7','\xd0','\xfb','\x88','\x58','\x76','\x1c','\x23','\xd2','\x5b','\xbf','\xdb','\x99','\x9f','\x0e','\x67','\x4a','\xe0','\xbc','\x8e','\x2a','\x06','\xb8','\xf3','\x2c','\x51','\x2c','\x99','\xdb','\x3f','\xeb','\xae','\xb9','\xa8','\x5b','\xd6','\x71','\x07','\x00','\xc5','\x6e','\x9b','\x52','\x05','\x76','\xfc','\xe3','\xf7','\x3d','\xf1','\x38','\x70','\xff','\xfa','\xc7','\x8d','\xfe','\xf8','\xcf','\xb8','\xdf','\xc7','\xce','\xe3','\x98','\x92','\x8c','\xdd','\xb1','\x33','\x29','\xdf','\xff','\x1c','\x97','\x9d','\x5a','\x04','\x34','\x3f','\x57','\x66','\x16','\x48','\x81','\x00','\x04','\x12','\xe3','\xbb','\xb5','\xe1','\xbe','\xf5','\xaa','\xca','\x8f','\xb9','\xeb','\xb1','\x88','\x2b','\x4f','\x8d','\x89','\x78','\x1f','\x97','\x0a','\xdb','\xc5','\xa3','\x6d','\x1b','\x96','\x26','\xf9','\x1e','\x81','\x12','\x12','\x6f','\xb2','\x85','\x57','\x09','\x68','\x41','\x24','\xb6','\xb6','\x59','\xc3','\x1a','\x6f','\x7a','\x06','\xe7','\xb0','\x69','\x15','\x70','\x6f','\x53','\x7a','\x70','\x10','\x2e','\x92','\x02','\xfc','\x59','\xf1','\xdf','\xfe','\xf8','\x36','\x14','\x5d','\x91','\xf4','\x03','\x6b','\xb0','\x94','\xdb','\x6d','\x1b','\xc1','\x0e','\x54','\x21','\x31','\x85','\xd5','\x2f','\x6b','\x85','\xb9','\x37','\x4b','\x02','\x51','\xb8','\x11','\x26','\xec','\xdd','\x85','\x0e','\x21','\xe2','\xb7','\x4e','\x77','\x1e','\x56','\x7e','\x22','\x38','\xf2','\x81','\xfc','\x50','\x48','\xcf','\x83','\x0e','\x65','\xc9','\x5c','\xa2','\xdd','\x9a','\x08','\x7d','\x36','\x39','\x60','\x9b','\x01','\x1f','\x91','\xe9','\x52','\x3f','\x4b','\xe8','\x89','\x67','\x6b','\xdb','\xf9','\x6a','\xf7','\x06','\x44','\x30','\x9a','\x27','\x1a','\xf1','\x30','\xc7','\xaa','\x72','\x5c','\xc6','\x3e','\x57','\x23','\xe2','\xe1','\x76','\x1b','\x96','\xd0','\xdb','\x4d','\x2f','\xbc','\xdd','\xfd','\x94','\xd2','\xd4','\x9c','\xb3','\xe7','\x3e','\xa6','\xe2','\xe1','\x0f','\x40','\x31','\x2e','\xf9','\x4a','\xf3','\x6c','\x33','\x25','\x05','\x51','\x10','\x79','\x1c','\x04','\xa1','\x5e','\x20','\x14','\x2f','\x00','\x45','\xac','\x78','\x3d','\xe7','\xef','\x49','\x9e','\x9e','\xcc','\x9c','\xef','\x72','\x78','\xb1','\x1c','\xef','\x18','\x88','\xb8','\xe2','\xe6','\xbf','\x00','\xd5','\xe7','\xae','\x94','\x06','\x14','\xc1','\x51','\x41','\x8d','\xad','\x0b','\x2f','\xa8','\xa4','\xf1','\xfa','\xec','\x63','\x1c','\xbb','\x25','\x56','\x68','\x14','\x92','\x71','\x0b','\xb4','\x0e','\x04','\xcb','\x97','\xa4','\x9f','\x3c','\xd6','\x9f','\xc1','\xee','\x75','\x71','\x58','\x19','\xa1','\x04','\xe9','\xc8','\xe9','\x02','\xab','\x4a','\x7f','\xdc','\x2d','\x90','\xff','\x88','\x88','\xde','\x43','\xa7','\xe3','\x7c','\xd1','\xc8','\x47','\x0c','\x45','\xa6','\x0f','\xef','\x4f','\x3f','\x4b','\xd7','\x20','\xa2','\x07','\x88','\x69','\x64','\x88','\xe5','\x7c','\xc2','\xf8','\x8b','\xb0','\x45','\xde','\x51','\x95','\x52','\x17','\x24','\x57','\xf5','\xd7','\xf1','\x3f','\x43','\x66','\xfe','\x33','\x16','\x8e','\x6d','\x0e','\x30','\x9c','\xce','\xd7','\x29','\x4f','\xda','\x36','\x22','\x6e','\x8d','\xba','\xb9','\x3f','\x51','\xa7','\xe3','\x20','\xdf','\x61','\x14','\x21','\xe2','\x43','\xa8','\x35','\xa1','\xde','\x38','\x94','\x26','\x1f','\x07','\xa5','\xb1','\x67','\x27','\xec','\x8c','\xbc','\x90','\xf9','\x2c','\x3e','\x43','\x10','\xfe','\xf1','\xd8','\x04','\xa7','\x6e','\x5b','\xbb','\x4f','\x38','\x99','\x72','\x44','\x09','\x50','\x8f','\xa6','\x66','\x17','\x85','\xd4','\xa6','\x94','\x6f','\xee','\x8c','\xef','\xb4','\x9f','\x68','\x7c','\xe2','\xff','\x94','\x02','\xaf','\xaa','\x5b','\xad','\xb1','\x4f','\x11','\xbe','\xed','\x1e','\x9e','\x2f','\x5f','\x53','\x6c','\xdc','\xf2','\xc3','\xe4','\x6e','\x30','\x4c','\x06','\xee','\x06','\x08','\x52','\xfc','\x9b','\xe4','\x5c','\x25','\xc7','\x8a','\x43','\xf2','\x79','\x9e','\x13','\xd7','\x22','\xfb','\x8f','\xc9','\xad','\x41','\x86','\x1a','\xd7','\x2e','\x2d','\x3c','\x0d','\x51','\xb6','\xda','\x14','\xe1','\x04','\x0d','\x43','\x1a','\xf1','\x67','\x84','\xb2','\x83','\xd7','\xae','\xd9','\x09','\x00','\xe5','\x5f','\x99','\x2d','\xe4','\x6d','\xd3','\xcb','\x4d','\xb7','\x11','\x8e','\xd8','\x14','\x3a','\xa1','\x69','\x02','\x8c','\xae','\xf0','\x50','\xb9','\x35','\xca','\x76','\x85','\x31','\xaa','\x1b','\x1e','\xa2','\x37','\x05','\x68','\x28','\xad','\xda','\x66','\xa6','\xf9','\xf2','\x4b','\x68','\xbb','\x2b','\x46','\x1a','\x89','\xd5','\xcf','\x7a','\x15','\x85','\xc5','\xe6','\xc1','\x3e','\x77','\x51','\xcf','\x18','\x19','\x73','\x73','\x53','\x97','\xb7','\x3f','\xfe','\xe7','\x85','\x5e','\xbf','\xed','\xe3','\xac','\x08','\x59','\x99','\x65','\xc8','\x65','\x28','\x70','\x7f','\xfd','\x39','\x2c','\x3f','\xdf','\xff','\x1a','\xca','\x0f','\x59','\x5b','\x51','\xf9','\xe9','\x00','\xf8','\xb4','\x20','\xb3','\xb8','\xbc','\xbc','\x8e','\xf3','\x2b','\xc3','\x02','\x42','\x24','\x7d','\x28','\x50','\x1a','\x90','\xd0','\xd7','\xe2','\xb6','\x33','\xb5','\x16','\x4a','\xd2','\xfd','\xad','\xd3','\xc1','\x9d','\xcc','\x3d','\x51','\x60','\x54','\x26','\x97','\xdb','\x4a','\xaf','\x40','\x20','\x1a','\xe7','\x81','\x36','\x75','\xf9','\xcb','\x6b','\x03','\xce','\x1c','\xa1','\x89','\x17','\x45','\x6a','\x62','\x6a','\xf6','\x15','\x80','\x8f','\xe6','\x6d','\x1a','\xc6','\x7a','\x00','\xe9','\xcd','\x95','\x55','\xab','\xcb','\xee','\x10','\xba','\xbf','\x65','\xc5','\x77','\xc5','\x3b','\x57','\xeb','\xc6','\x01','\x76','\xef','\xd4','\x0f','\x26','\xbc','\x2d','\x58','\x68','\x28','\xb9','\xc7','\xdb','\xe1','\xe7','\xca','\x42','\xb1','\x0e','\x5e','\xe7','\x16','\x09','\x1c','\x3c','\x26','\xdd','\x5c','\x2a','\xd6','\x5b','\xc1','\xfe','\x47','\xfe','\xa5','\x08','\xb3','\xf1','\x62','\xf2','\xa0','\x58','\x73','\x40','\x95','\xd2','\x1f','\xc0','\x35','\x59','\xc1','\x7c','\x0f','\x92','\xca','\x6d','\xba','\xca','\x85','\x6d','\x60','\x1e','\x56','\xba','\xed','\x36','\x2c','\xa1','\xfb','\xad','\xb9','\xbb','\xa2','\x33','\x46','\xa4','\x2f','\xc0','\xba','\x36','\x48','\x49','\xe1','\x47','\xfe','\x28','\xf1','\x5f','\xe2','\x1d','\x27','\xfc','\x73','\xa9','\xe8','\xec','\xfb','\x52','\x36','\x5d','\x06','\x41','\xf8','\x4c','\x8a','\x7e','\x3e','\x18','\x4a','\x54','\x7e','\x10','\x98','\x9c','\x66','\xff','\x05','\x9a','\xcf','\xa3','\x94','\x26','\x76','\x4e','\xae','\xbb','\x08','\x25','\xa5','\x44','\xd2','\x3f','\x99','\xba','\xf1','\x70','\x9a','\xf8','\xb3','\xa8','\x6a','\x21','\xd2','\x4e','\xeb','\xfe','\x6f','\x4f','\x2e','\x14','\x04','\xe6','\x01','\x7e','\xac','\x2e','\x89','\xc4','\xc1','\x04','\xb2','\xeb','\x22','\xf9','\x4e','\x52','\xbc','\xcc','\x7f','\xcf','\x41','\xfe','\xf2','\x36','\xad','\x58','\xef','\x07','\x2a','\x59','\x10','\xed','\x23','\xfd','\x2a','\xfd','\xfe','\x50','\x19','\x7b','\xae','\x09','\xa9','\xe5','\x65','\x31','\x09','\x2e','\x32','\x66','\x6a','\x62','\x6e','\x14','\x16','\x32','\xdb','\x22','\x43','\xb1','\x9b','\xeb','\x7b','\x1f','\x6a','\xcf','\xf0','\x44','\x10','\x0a','\x77','\x20','\x2d','\x9c','\x1f','\x70','\xae','\xf7','\xf6','\x47','\x56','\x1f','\x47','\xc3','\x63','\x13','\xc5','\xaf','\x5c','\xd5','\xb3','\x8a','\xe2','\x3c','\x24','\x43','\x1a','\x1b','\x87','\xa1','\x12','\x4d','\x4a','\x01','\x66','\xa9','\xdf','\x19','\xf8','\x36','\x22','\xc5','\xda','\x9f','\xf2','\xfd','\x6a','\x2c','\x12','\x68','\xf8','\xc2','\xb4','\x54','\x7e','\x38','\xff','\xee','\x77','\xbd','\x10','\x91','\xb9','\x37','\x1a','\x38','\xb5','\x79','\xee','\xba','\x0b','\x1c','\xd1','\x00','\x4b','\xdb','\xf1','\xcb','\x4a','\x79','\x90','\x90','\xe9','\x4b','\x4d','\x8c','\x49','\x89','\x09','\x82','\x21','\x98','\x7f','\xce','\x13','\x7d','\x1c','\xf2','\x66','\x89','\x38','\x2f','\x13','\x56','\x31','\x4f','\x21','\x40','\x29','\x54','\x4e','\xd2','\xfb','\xa3','\x9e','\x7d','\x6b','\x11','\xf2','\xf6','\x36','\x5c','\xa4','\xec','\xac','\x2f','\xba','\x17','\x31','\x96','\x2d','\xea','\x7a','\xec','\x9b','\x10','\x56','\xbe','\x9d','\xed','\x10','\xb7','\xf8','\x74','\x55','\x7e','\xee','\x47','\x77','\x8b','\x90','\x5f','\x6e','\xaa','\xfd','\x40','\xe5','\x07','\xd9','\xb5','\x2b','\x1b','\x7e','\x81','\xad','\x50','\x3f','\x48','\x81','\xbb','\xb8','\x9c','\x45','\x30','\x8b','\xca','\xab','\xa8','\x07','\xd9','\xb6','\x35','\xba','\x7d','\x1b','\x51','\xde','\x5e','\xff','\x50','\xcb','\xcf','\xd6','\x46','\x7b','\x0f','\xf1','\x79','\x60','\xa2','\x71','\x56','\x50','\x88','\xee','\xc7','\xb0','\xfc','\xfc','\xf9','\xbf','\xdf','\xe3','\xdc','\x8f','\xf5','\x15','\xd6','\xac','\x29','\x3f','\x08','\xf6','\x98','\x87','\x9b','\xdd','\xae','\x6e','\x84','\x9b','\x59','\x23','\x01','\x24','\x18','\x2f','\x1a','\x81','\x02','\xec','\xac','\x1a','\xf0','\x9e','\x67','\x80','\xc3','\x4a','\x81','\x58','\xa4','\xd1','\x9e','\x61','\xfd','\x6a','\x0d','\xc2','\xb6','\xc3','\x7f','\x58','\x56','\xe3','\x96','\x15','\xa2','\xc2','\x80','\xc5','\x69','\x60','\x64','\xd8','\xb6','\xe6','\x2e','\x54','\xc3','\xf2','\xd3','\xbc','\x5e','\x91','\x41','\x0f','\x6f','\xdf','\xef','\xaa','\x0c','\x0b','\xcd','\x6b','\x23','\x34','\x80','\x6a','\x37','\x0d','\xab','\x50','\xe9','\xa1','\xb7','\x5d','\x79','\xba','\x06','\xd8','\xb8','\xe3','\x39','\xc0','\xd1','\x9b','\xe8','\x80','\xc4','\xbb','\x75','\x0d','\xf3','\xca','\x12','\x04','\x56','\xd4','\x7a','\x46','\x74','\x2d','\xda','\x42','\x09','\x60','\x50','\x82','\x70','\x1a','\x93','\xa2','\x47','\x41','\x7b','\x31','\x0a','\x33','\x40','\x8d','\x0d','\x76','\x9a','\xd2','\x33','\x8e','\x60','\xc8','\xbb','\x86','\xe5','\x47','\xa3','\xbd','\xd9','\x9c','\xed','\xa6','\xac','\xe6','\x71','\xc2','\xbb','\x45','\xed','\x61','\xb8','\xb5','\x69','\x1f','\x5c','\x31','\x1d','\x0d','\x0c','\x37','\xd0','\x45','\x5b','\x17','\x1f','\xaa','\x21','\xe7','\xa9','\x28','\x70','\xc7','\x71','\x5c','\x04','\x41','\x80','\x6e','\xfb','\x58','\x9e','\x8f','\x12','\x2a','\x3f','\x0f','\xc7','\x52','\x88','\x92','\x6b','\x11','\xd3','\x55','\xd1','\xf9','\xbd','\xeb','\x66','\x7c','\x4d','\x92','\x93','\xaf','\xb0','\xc5','\xe6','\xbb','\x27','\xab','\x8c','\x88','\x09','\x26','\x2d','\x18','\x16','\x07','\xba','\xa4','\x80','\xc6','\xc4','\xc0','\x81','\x07','\x61','\xcf','\x7e','\xeb','\x51','\xe4','\xcf','\x1a','\x94','\xaf','\x49','\xf3','\xb2','\x1c','\x69','\xd9','\xfa','\x24','\x35','\x1f','\xf7','\x6f','\xc9','\x4c','\xd8','\x96','\x5d','\x04','\x3e','\x70','\x3f','\x63','\x22','\x0d','\x8d','\xcc','\x73','\xfe','\xca','\x2c','\x38','\xd6','\x81','\xb9','\xd5','\x7d','\xa9','\xfb','\xe8','\x07','\xd3','\xa3','\x16','\x7c','\x1a','\x53','\x3a','\x11','\x9f','\x54','\xf8','\x40','\xb0','\x26','\xae','\xbc','\x7a','\x2e','\xeb','\xc7','\x5e','\x9d','\x83','\x84','\x27','\xeb','\xc4','\x77','\x7d','\x83','\x21','\xce','\x63','\xa0','\xe8','\x19','\x40','\x69','\x85','\x56','\x49','\xe7','\x59','\x03','\x24','\x70','\xf3','\xc3','\xf0','\xc7','\x5d','\x88','\x09','\x2e','\x4f','\xed','\x34','\xce','\x6c','\xb4','\x0e','\x8a','\x81','\xd5','\x2e','\x2a','\xbc','\xce','\x67','\x29','\xaf','\xeb','\x85','\x40','\x3f','\xeb','\x2b','\xe2','\x0a','\x17','\xb8','\xb9','\x4f','\xd6','\x7f','\x17','\x8e','\xaa','\xec','\x84','\x50','\x87','\xe2','\x16','\xe7','\x3e','\xa2','\x2a','\xf6','\xb2','\xad','\x59','\x36','\x3e','\x13','\x88','\x4f','\x3b','\x38','\xbf','\x3a','\x01','\x40','\xd6','\x7f','\x10','\x44','\x0c','\x0b','\x80','\x1d','\xdc','\x0e','\x80','\x64','\x67','\x7e','\x0c','\x98','\xda','\xee','\xbf','\xbd','\x8f','\xec','\xda','\xaa','\xf1','\xea','\x12','\xe3','\x60','\x17','\xf0','\xe3','\xe7','\x33','\xc1','\x32','\x1a','\x37','\xa2','\xc1','\x91','\xef','\x34','\x8f','\x68','\x7a','\x21','\x07','\x28','\x67','\x9f','\x8a','\xca','\x67','\x49','\x67','\xd7','\xb9','\xe8','\xf7','\x5c','\x94','\x2c','\x3e','\x17','\x4d','\x27','\x9e','\x39','\x08','\x0a','\xd7','\xa4','\xdb','\xcb','\x4e','\x2f','\xdf','\xf6','\xe1','\xfb','\x0f','\xee','\x65','\x42','\x04','\x16','\x1e','\x98','\x80','\x02','\x3c','\x47','\x15','\x01','\x88','\x0f','\x3b','\xe3','\xa1','\xa1','\xe9','\xbb','\x06','\x39','\xb8','\x5b','\x18','\x65','\xf3','\xf9','\x57','\xa5','\xa7','\x31','\x45','\x88','\x72','\xfd','\xc7','\x54','\x7b','\x0c','\x75','\x3d','\xda','\x45','\x24','\xd2','\x5d','\x69','\x71','\xb8','\x0c','\x9b','\x60','\x9d','\x48','\x23','\x91','\x8d','\x3a','\xdc','\xe5','\xed','\x7f','\x5e','\xe8','\xf5','\xdb','\x8d','\xf6','\x1b','\x13','\x6b','\xb0','\x03','\xe9','\xd1','\x17','\x1f','\x17','\x55','\x9e','\xef','\x6f','\x61','\xfd','\x19','\xca','\x8f','\xa4','\xf3','\x3b','\x06','\xfa','\x2a','\x00','\x66','\xad','\xf3','\xf6','\xba','\xd1','\xcb','\x0b','\x46','\x95','\x0b','\xa2','\x73','\xc5','\xb2','\x0b','\x1d','\x8d','\x88','\x9b','\x90','\x1c','\x34','\x2c','\x24','\xdf','\x0f','\xfa','\xfe','\x76','\x40','\x44','\xbb','\x79','\x7e','\xcf','\x6d','\x91','\x99','\x00','\x86','\x97','\x4a','\x04','\x7c','\xd8','\x6f','\xe3','\xd2','\x29','\x39','\x16','\x87','\xcc','\x4f','\x94','\xad','\xdc','\x76','\x0a','\xa3','\x8f','\x8c','\xf1','\x1a','\x56','\x9f','\xb0','\x1c','\xb2','\x13','\x91','\xa8','\xf2','\xd3','\xe9','\xed','\xfb','\x41','\x6f','\xdf','\xbb','\xba','\xa9','\xe6','\x05','\x59','\x59','\x68','\xb6','\xfe','\xab','\x4b','\xa3','\x29','\xc8','\x3e','\xfe','\x31','\x07','\x66','\x55','\xbc','\xdf','\x0f','\xba','\x1f','\x7d','\x44','\xf7','\xa3','\xa1','\x34','\x47','\xfb','\x25','\xd1','\x3f','\xf9','\x1c','\x52','\xe6','\x8d','\xeb','\x1d','\xd7','\x34','\x96','\xab','\x4d','\xa7','\xb8','\xf3','\x2d','\x64','\x15','\xfe','\x4d','\x0f','\x16','\x63','\x5d','\xe7','\xa2','\xf7','\x1e','\x2e','\xbc','\xb2','\x96','\x75','\x4f','\x21','\x18','\x89','\xf1','\x64','\x95','\x03','\x6d','\x6b','\xb4','\xbf','\x34','\x7a','\xb9','\xed','\x74','\x7b','\x69','\x11','\xf2','\x1d','\x1b','\x06','\x4c','\x65','\xb8','\x3a','\x92','\xaf','\x6f','\xa7','\x7b','\xfb','\x9c','\xfe','\x23','\xe7','\xa5','\x4b','\x1a','\x5d','\x34','\x7a','\xa5','\xc7','\xdc','\xef','\xf7','\x65','\x77','\x5c','\x01','\xf2','\xe8','\x17','\x0f','\x0a','\xfa','\x74','\x82','\x89','\x62','\xfc','\xe7','\xd7','\xe3','\xc7','\xf7','\xa5','\x33','\xf4','\x7e','\x91','\x56','\x7b','\xab','\x49','\xc0','\x40','\x94','\x26','\x64','\x12','\xb6','\x7b','\x4b','\xbe','\x7b','\x06','\x5a','\xd5','\x83','\xb6','\x7c','\xa0','\x99','\xff','\xbc','\x84','\x12','\xfb','\x2a','\x0f','\x0c','\x9b','\xef','\xa8','\x4e','\x60','\x5a','\x90','\x30','\xc7','\x5c','\xc0','\x0d','\xe5','\xb8','\xbb','\x42','\x42','\x5f','\xe7','\x66','\x48','\xd1','\xb6','\xfc','\x81','\x26','\x46','\x55','\x1f','\xf1','\x83','\xbc','\x5f','\x9a','\x3e','\xdb','\xdf','\xbf','\x0b','\x31','\x1a','\x28','\x2a','\xfa','\xdc','\x32','\xae','\x80','\xcb','\x57','\x75','\x89','\xe3','\x46','\xad','\x09','\x35','\x16','\x3a','\xd8','\xac','\x41','\x00','\xe2','\x0e','\x8a','\xc3','\xf2','\x26','\x2c','\xc9','\xd5','\xa0','\xe0','\x03','\x9c','\xab','\xc0','\xba','\x9e','\xee','\x04','\x71','\x00','\x5e','\x46','\x40','\x6b','\x4c','\x36','\xc0','\x6a','\xc5','\xe8','\x2a','\x82','\x5d','\xa0','\xba','\xab','\xd5','\x2c','\x1b','\x53','\x72','\xbc','\xe0','\x6c','\x7b','\xd1','\xe0','\x27','\xe9','\xf0','\x34','\xdb','\x09','\x78','\xfa','\x68','\x5a','\x61','\x33','\xff','\x4d','\x83','\x19','\xf4','\x1e','\x87','\xd1','\x1d','\x98','\x6a','\x3b','\xcc','\xed','\xcd','\xb1','\xd6','\xc9','\xe6','\x5e','\xb0','\x6a','\x71','\x1a','\x0b','\xd0','\x70','\xdd','\x21','\x49','\x9f','\x74','\x42','\x4c','\x01','\x3a','\x81','\xa8','\xcb','\x5e','\xe1','\xfc','\xad','\xa6','\xe6','\x51','\x41','\xc8','\xff','\x04','\xe8','\x08','\x5f','\x54','\x5e','\x48','\x1c','\xa1','\x89','\xcd','\xed','\x6d','\x7f','\x19','\xfe','\xff','\x78','\xef','\xcd','\x00','\x32','\x99','\xd9','\xa2','\x7e','\x28','\x50','\x97','\x6d','\x26','\xf8','\x1d','\x4c','\x1a','\xdd','\xcb','\x5c','\xdf','\x0c','\xa0','\x9a','\xb5','\x8e','\x04','\x01','\x2d','\xe5','\xcd','\x28','\x57','\x7e','\xc8','\xe7','\x6d','\xe8','\xa2','\x32','\xee','\x49','\x29','\x61','\xee','\x9d','\xa7','\x6b','\xe7','\xf0','\x0e','\x21','\x77','\x79','\xfb','\xcf','\x8d','\xfe','\xf3','\xff','\x79','\xa1','\xd7','\x3f','\x6e','\xb4','\x6d','\xa3','\x8f','\x47','\x17','\x42','\x79','\x52','\xe9','\xeb','\xed','\xfb','\x08','\x77','\xfd','\xd7','\x9f','\x77','\x8f','\x50','\x96','\xcf','\xfc','\x44','\x5b','\xad','\x1d','\xf6','\xb1','\x6d','\xe3','\x2c','\xd5','\xeb','\xb7','\x71','\x99','\xea','\xb0','\x34','\xc5','\xc0','\x99','\xe2','\x66','\xb4','\x42','\x44','\x7e','\x17','\xd2','\xdb','\x5f','\x77','\xfa','\xfe','\xfd','\xa0','\xb7','\xef','\x23','\xd8','\x42','\x58','\xd8','\x1e','\xd0','\x40','\x49','\x02','\xff','\xb8','\xf5','\xc7','\xce','\x3a','\x75','\x49','\xd6','\xb3','\xc6','\x44','\xbd','\x11','\x91','\x28','\x77','\xb9','\xe0','\x27','\x01','\xa6','\xa3','\x9f','\xdf','\xfe','\xf3','\x32','\xce','\xfc','\x98','\xa2','\xc7','\x34','\xee','\x63','\x52','\x37','\xbe','\xb7','\xef','\x07','\xdd','\xdf','\x0e','\xbd','\x98','\x98','\x82','\x0f','\x55','\x1c','\x50','\xcd','\x7f','\x8a','\xab','\xec','\x2e','\x32','\xbb','\x0b','\xc8','\x5e','\x36','\x8b','\xfe','\xfd','\x3e','\x94','\x1f','\x0f','\x4b','\xde','\x6c','\x13','\x02','\x15','\xce','\xb8','\xf4','\xb9','\x8a','\x5f','\x57','\x82','\xe0','\xf7','\xa0','\xa9','\x9c','\x59','\x88','\xce','\x95','\xa0','\x52','\x6e','\x9c','\x61','\x3e','\x77','\x79','\x75','\x5e','\x9e','\x14','\xcc','\x71','\xfe','\x45','\x88','\x06','\xcd','\x9f','\xcc','\x86','\xd0','\x93','\x74','\x61','\xaf','\xc3','\x99','\x9f','\x97','\x97','\x71','\x26','\xcd','\x95','\x1f','\x57','\xfe','\x42','\xee','\xe5','\x32','\xe2','\x1c','\x5d','\x07','\x05','\xc8','\x30','\x6e','\xfc','\x27','\xc0','\x4b','\x29','\x98','\xce','\x55','\xf3','\x16','\x0c','\xee','\xed','\xed','\xed','\x71','\x10','\x84','\xa7','\x93','\x2e','\x04','\x3f','\x78','\x7b','\xda','\x26','\x47','\x0e','\x9e','\xa6','\x9d','\x42','\x8a','\xdd','\x44','\x50','\xc4','\x2f','\x00','\x7d','\x80','\x89','\x5f','\x9a','\x52','\xf5','\x75','\xe5','\xc5','\xd3','\xda','\xca','\xc4','\x9b','\x0b','\xda','\x12','\xa5','\x64','\x76','\xc2','\x21','\x27','\x24','\xb1','\x12','\x11','\xed','\x40','\xd5','\x92','\x86','\xda','\x1e','\xc2','\xb7','\x19','\x73','\x5d','\x35','\xfd','\xa7','\x25','\x24','\xd5','\xa7','\x9a','\x10','\x9c','\x78','\xfd','\x1b','\x2a','\x8e','\x8b','\xd7','\xb2','\x97','\xce','\x8c','\xb2','\x42','\xc1','\x09','\xc1','\xcf','\x9c','\x15','\xd5','\x3a','\xaf','\x3f','\x6d','\xe8','\x78','\xf9','\xf1','\xa9','\xb4','\x1a','\xe7','\x2f','\xc3','\x97','\x85','\xe1','\xa0','\xab','\xe6','\x43','\xb0','\x55','\xde','\x7b','\x2e','\x63','\xfa','\x73','\x49','\x12','\x35','\x05','\x30','\x0c','\xf0','\xc0','\xc9','\x9a','\x4b','\xd9','\x52','\x2b','\xf1','\xe2','\xe8','\x97','\x1e','\xc0','\x35','\x37','\x37','\x1e','\x02','\xf2','\xc0','\x03','\xb8','\xca','\xb8','\x1d','\x34','\xaa','\x64','\x91','\x66','\x62','\x4e','\x60','\x02','\x39','\xef','\xd6','\xe3','\xcf','\x2e','\xbf','\x4d','\xcd','\x00','\x5e','\x51','\x3e','\x4d','\xd6','\x1c','\x36','\x5a','\x8e','\x8e','\xe4','\x7b','\xbc','\xad','\x3f','\x20','\x39','\x17','\xfe','\x42','\x88','\x85','\xe3','\xe5','\xcf','\xbb','\xf3','\x49','\xfd','\xb0','\x28','\x10','\x0d','\x0d','\x1f','\x26','\xd6','\xea','\x3e','\x91','\xb1','\xb1','\x0b','\x5a','\x73','\xe1','\x41','\xa0','\xcc','\x8d','\xfc','\x9e','\x1f','\x57','\x80','\xb4','\x5d','\xe8','\xbf','\x9e','\x78','\x83','\xcd','\x3d','\x94','\xef','\xf2','\xb2','\xf6','\xdd','\xda','\x93','\x18','\x15','\xd2','\x22','\x6b','\x48','\x6c','\x52','\x33','\x04','\x00','\x09','\xe4','\x05','\xd6','\x5e','\x28','\x9f','\xa1','\x51','\x76','\x06','\x6d','\xe2','\x87','\x73','\x6b','\xbc','\x5e','\x1c','\x2e','\x0f','\xf0','\xc6','\xd6','\x47','\x49','\xf5','\x36','\x3d','\x0c','\x7f','\x7b','\xd9','\x1c','\xb8','\xda','\x21','\xf5','\xd1','\x25','\x99','\xf9','\x80','\x01','\x31','\x27','\xbf','\xc8','\x60','\x0a','\x8f','\xef','\x0a','\x77','\x0b','\x49','\x0d','\x4a','\x50','\x17','\x3f','\xb2','\x61','\x16','\x59','\x0f','\x42','\x42','\xb1','\xec','\x32','\x1f','\x0f','\xec','\x21','\x45','\xc1','\xf2','\xbe','\x9b','\xe5','\x48','\x08','\x82','\x60','\x44','\xff','\xbe','\xfd','\x67','\x5c','\x6c','\xfa','\xf2','\x4d','\x43','\x4f','\x2b','\xed','\x10','\x28','\x51','\xcc','\x4c','\xe4','\x61','\xa9','\x89','\xde','\xbe','\xdf','\xe9','\xcf','\xff','\xbd','\xd3','\x9f','\xff','\xfb','\xe6','\x17','\x6b','\x56','\xe5','\x67','\x0e','\x90','\x31','\xca','\x6a','\x6d','\x58','\x5a','\xe2','\xee','\x24','\x70','\x7d','\x03','\x7a','\x33','\xc5','\x83','\xdb','\x70','\x35','\xbb','\x7f','\x1f','\x67','\x8c','\xbe','\x5b','\x04','\x38','\x08','\xea','\x81','\x10','\xac','\x92','\xdf','\x2c','\x11','\x73','\x12','\xa1','\x64','\xb5','\xb2','\x88','\x79','\xf7','\xbb','\x5a','\x62','\x98','\x54','\x03','\x0a','\xe9','\x2a','\x3a','\xbf','\x52','\x28','\x10','\x75','\xeb','\x4d','\xc3','\xa4','\xf3','\xfe','\x4a','\x7f','\xfc','\xe7','\x46','\xbc','\xb5','\xa0','\xe7','\x2e','\x74','\x74','\xb5','\x64','\x99','\xf2','\x03','\x77','\xfb','\x4c','\x12','\xad','\xba','\xa5','\x03','\xbd','\xb6','\xc6','\xae','\xbc','\x6d','\xfb','\x46','\x1b','\xdc','\xfb','\x24','\x76','\x91','\xee','\x3d','\xc2','\x9f','\xbb','\xab','\x1c','\x58','\xe9','\xa0','\xc8','\x18','\x34','\xfb','\x08','\xd3','\x18','\xb2','\x26','\xb6','\xbe','\xa6','\xc1','\x45','\x3a','\xad','\x02','\xb0','\x7c','\x47','\xfe','\x84','\x11','\x14','\xa1','\xe7','\x58','\x6c','\x12','\x06','\xa1','\xdf','\x87','\x3c','\xca','\xb9','\xdf','\x81','\xa8','\x79','\xdc','\xe5','\x63','\xca','\x8f','\xb9','\xba','\x5a','\xf0','\x0f','\x0c','\x40','\x60','\x72','\x26','\x28','\x2b','\x6a','\x71','\x25','\x47','\x5d','\xdd','\xfc','\x99','\x12','\xb6','\x59','\x86','\xba','\xad','\x0f','\x73','\x4d','\x5e','\x81','\xb0','\x34','\x4e','\xb2','\xfc','\xfe','\xee','\x20','\x08','\xdb','\xd8','\xee','\xb4','\x62','\xbe','\x10','\x31','\x51','\x80','\x18','\xff','\x5b','\x40','\xff','\xdf','\x3d','\x01','\x23','\xb9','\x90','\xe1','\xd7','\x3f','\x26','\xb4','\x85','\xe5','\xe6','\xd9','\xad','\x26','\xe3','\x0f','\xb7','\xf7','\x0b','\x8a','\xf9','\xa7','\xa4','\x53','\x52','\x85','\x1f','\xce','\x00','\x56','\x15','\x12','\xe4','\x4a','\xfa','\xa2','\xd4','\x8b','\x85','\xf8','\xdf','\x9c','\x78','\xfa','\xf0','\x03','\xca','\xa6','\xf7','\xb2','\x24','\xdc','\x67','\x13','\xb8','\xc1','\x7d','\xd1','\xcc','\x59','\x3e','\xc4','\x63','\xfd','\xa7','\x35','\x22','\xbe','\x8d','\x00','\x09','\x4d','\x95','\x20','\x0b','\xa3','\x6b','\x3b','\xcc','\xbe','\x83','\x29','\x12','\xa7','\x87','\x59','\xc5','\x8d','\x44','\xf1','\x44','\x59','\x26','\x19','\x4d','\xa2','\x78','\x7b','\x97','\xb5','\x51','\xac','\x5e','\x2b','\x88','\x5d','\xa0','\xa3','\x40','\xc4','\xfe','\xa2','\xe0','\x48','\x6e','\x1c','\x04','\x3c','\x88','\x2f','\xc6','\x2a','\x95','\xf9','\x95','\xc2','\xe2','\x63','\x09','\x77','\xf5','\x89','\x08','\xda','\xae','\x87','\x97','\xfd','\xfc','\xd6','\x10','\xb4','\x4c','\x34','\x80','\x97','\xb9','\xbd','\x01','\x00','\x37','\x17','\x0c','\x77','\xa3','\x22','\x03','\x75','\x50','\x3e','\x28','\x5b','\x08','\xbe','\x41','\x17','\x79','\xdf','\xa8','\x98','\xe2','\x41','\x06','\x38','\xab','\x9c','\x70','\x72','\x2a','\x72','\xb3','\x78','\x16','\xc4','\x80','\x90','\xac','\x27','\xeb','\xa2','\x0d','\xe0','\x2e','\x0c','\xc0','\xd2','\x80','\x8d','\x1d','\x54','\xdf','\x77','\x05','\x41','\x7a','\x28','\xde','\xbd','\x15','\x6c','\x07','\xd7','\x47','\x5e','\x01','\xb1','\xe4','\x30','\xd2','\xd1','\xc4','\xb8','\xcb','\x47','\x2c','\x94','\xb1','\x8c','\x08','\x70','\xbe','\xb6','\x74','\x67','\xde','\x70','\x9c','\xdf','\xc3','\xb2','\xe8','\x99','\xd5','\xea','\x21','\xed','\xc1','\xad','\xc6','\x15','\xdb','\x95','\x6c','\x34','\xd0','\xb4','\x0d','\xab','\xcf','\xcb','\x1f','\x3b','\xfd','\xf1','\x9f','\x17','\xfa','\xf6','\x9f','\xa1','\x88','\x10','\x11','\xf5','\x83','\xc2','\x35','\xc7','\xd7','\x95','\x3a','\x89','\x6a','\x7d','\x6f','\xc7','\x70','\x79','\xfb','\xf3','\x7f','\xbf','\x6b','\xd0','\x03','\x09','\xfa','\x01','\xba','\x99','\xd6','\x8e','\x2a','\x1a','\xfb','\xcb','\x08','\x79','\xbd','\xdd','\x36','\xb0','\xa8','\x81','\x7b','\x90','\xb6','\xdb','\x41','\xba','\x0c','\x00','\xff','\x97','\x45','\x99','\x7b','\xeb','\x1a','\xba','\x39','\xd3','\xc8','\x92','\xe7','\x49','\xe6','\x31','\xe2','\x40','\x19','\xf8','\x02','\xe4','\xbd','\xbf','\x75','\x22','\xba','\xa7','\xd0','\xd0','\x36','\x29','\xc6','\xb7','\x30','\x9c','\xb1','\x15','\x80','\x6b','\x86','\x35','\xb0','\xc3','\xdb','\xf1','\x17','\xb5','\x7e','\xd0','\x1f','\xff','\xb9','\xd1','\xff','\xfd','\xf9','\xff','\x52','\x17','\xa1','\xff','\xe7','\xff','\xf9','\xff','\xba','\xd2','\xfb','\xf6','\xd7','\x41','\x7f','\xfd','\x75','\xa7','\xfb','\xf7','\x4e','\xdd','\xfc','\x04','\x41','\xa1','\x5d','\x6a','\x00','\x88','\xf5','\xd5','\xaa','\xbb','\xed','\xcd','\x2d','\x15','\xe3','\x80','\x3e','\xa9','\x82','\x85','\x51','\xe4','\xc4','\xe7','\x11','\x07','\x23','\xf4','\x64','\x1d','\xa8','\x15','\x2f','\xa4','\x35','\x26','\xf4','\x00','\x57','\x78','\x26','\x08','\xe7','\x1f','\x94','\xde','\x33','\xbc','\xe7','\x91','\xe6','\x52','\x3d','\x67','\xeb','\x38','\xe4','\x0b','\xba','\xbf','\x7d','\x9a','\x2d','\xf3','\xb0','\xf8','\x6e','\x7b','\x04','\xa8','\xd8','\x6f','\x1a','\xe1','\x71','\x6b','\x20','\xc3','\x50','\xe1','\xe1','\x09','\x6b','\x2d','\x9b','\x21','\x94','\xe6','\x6d','\x6d','\x01','\x7a','\xdc','\xc4','\xa6','\x9b','\x00','\x98','\xf6','\x7d','\x5f','\x5a','\x86','\x2e','\x83','\x20','\x64','\x33','\x3f','\x4f','\x42','\x32','\x6c','\x7d','\x25','\x55','\xf4','\xf3','\x00','\x24','\xe2','\xae','\x7c','\xd2','\xa6','\x63','\x19','\x9d','\xbf','\xfc','\x2b','\x13','\x32','\x0c','\x19','\xed','\x9c','\x6e','\x86','\x27','\xed','\xd2','\xc9','\x18','\x18','\x7f','\x29','\x72','\x2a','\x7e','\xf3','\x8c','\x3a','\x1e','\x18','\x59','\xe4','\x04','\x8f','\xc7','\x2b','\x58','\xe9','\x3f','\x53','\x03','\x5a','\xcd','\xfc','\xb2','\x07','\x46','\x3c','\x09','\x39','\x2e','\x98','\xc8','\xf4','\x4a','\x80','\x99','\x53','\x32','\x33','\xb0','\xc1','\xec','\x0c','\xcc','\xe7','\x88','\x6c','\x19','\x9c','\x4c','\xf0','\xd9','\x1a','\x39','\xeb','\xc7','\x47','\x92','\xcc','\x1f','\x6b','\xd9','\xbf','\x6a','\xd6','\x3f','\xae','\xac','\xbc','\xaf','\xfc','\xab','\x08','\x8b','\x67','\x6f','\x8e','\xf9','\x97','\xc0','\x1f','\x00','\x28','\x2d','\xd9','\x73','\xfb','\x8c','\xd6','\x9a','\x74','\xc1','\xa2','\xee','\x42','\x13','\x0f','\xb7','\xe1','\xe3','\x10','\x12','\x09','\x8d','\xc7','\x05','\x80','\x83','\x41','\x49','\xcf','\xed','\x37','\xb7','\x90','\x23','\x76','\xc7','\xbe','\x21','\xaf','\x7c','\x94','\x20','\xbf','\x45','\x3c','\x14','\x5c','\x1f','\xde','\x69','\x89','\x25','\xa3','\xa5','\x3b','\x70','\xd0','\x7e','\xfa','\x5f','\x7f','\x0f','\x10','\xb8','\x7e','\x45','\x3e','\xbd','\x9a','\xf7','\xab','\x29','\x5a','\xe5','\x4f','\xc0','\xb4','\xe0','\xff','\xc7','\x49','\xd2','\x1f','\x62','\x9c','\x83','\xf1','\x5f','\x9c','\xdd','\xd2','\xfe','\x6f','\xe3','\x72','\x45','\x93','\x73','\x22','\x11','\xed','\x6f','\x14','\x91','\xd4','\xe7','\xa8','\x22','\xc9','\x44','\x7b','\x1c','\x40','\xdb','\x15','\xa3','\x8b','\x66','\xe2','\x17','\xa4','\x45','\x51','\x0b','\xf4','\x3a','\x3f','\x64','\x4c','\x03','\xc8','\x99','\x41','\xe1','\xab','\x15','\x04','\xac','\x18','\x85','\xd4','\xf9','\x30','\xb0','\x27','\xbe','\x06','\xcc','\x85','\xc8','\xee','\xbf','\xb1','\xfb','\x59','\x98','\x08','\x22','\x98','\x21','\xaf','\x04','\x3e','\x08','\xa0','\xc6','\xef','\xfc','\x60','\x1a','\x61','\xe5','\x15','\x8c','\xca','\x11','\x16','\x95','\xde','\x25','\x82','\x53','\xd8','\x58','\x2a','\xde','\xc7','\xe8','\x69','\xab','\x61','\xc1','\x9e','\x24','\x1e','\xef','\x4a','\x44','\xc8','\xec','\x31','\x55','\x51','\xef','\x76','\x1b','\x97','\x8d','\x7e','\xfb','\xcf','\x0b','\x7d','\xfb','\x23','\xce','\x35','\x11','\xeb','\x7d','\x2b','\x12','\x56','\x0f','\x93','\x0d','\x6c','\x8c','\x48','\xf4','\xce','\x99','\xbf','\x86','\xeb','\x9b','\x47','\x7c','\x23','\x10','\x07','\xd5','\x3a','\xe9','\x73','\xa4','\x78','\x6c','\xd7','\xfb','\x7e','\x5e','\xb7','\x6c','\x6d','\x22','\xf2','\x10','\xec','\x23','\x44','\xbb','\xd2','\x6c','\x17','\x7a','\x7b','\xeb','\xf4','\xd7','\x5f','\x77','\x7a','\xfb','\xf3','\x4e','\x6f','\x6f','\x47','\xd0','\xb6','\x56','\xcc','\xb0','\x4e','\x03','\x9e','\x42','\x13','\x16','\xf4','\x88','\x27','\x66','\x2d','\xf5','\x2e','\x43','\xc9','\xfa','\xeb','\x1e','\x56','\x32','\x03','\xc0','\x3a','\xe7','\x12','\x1e','\x77','\x39','\x69','\xc5','\x11','\xd2','\xfb','\x46','\x2f','\xdf','\xfe','\x33','\xee','\x34','\x52','\xcb','\xcf','\x70','\x45','\x3b','\xe8','\xed','\xbb','\x5a','\xb1','\xfe','\x3a','\xdc','\xca','\x14','\x47','\x6a','\x0a','\x00','\x03','\x7e','\x84','\x34','\xc7','\xad','\xd1','\xbe','\xf1','\x50','\xce','\x37','\xd6','\x7b','\x69','\x46','\x5b','\x3d','\x8a','\xa0','\xdd','\x1d','\x84','\x56','\x3c','\xa3','\x1e','\x94','\xf5','\x36','\x22','\xa8','\x85','\x10','\xd6','\x19','\xc9','\xc6','\x3c','\xb2','\x29','\xcf','\x27','\x80','\x6f','\x12','\x6b','\xc5','\xe6','\x7d','\xbc','\x30','\xe3','\x89','\xd8','\x04','\x19','\xbf','\x55','\xda','\xc1','\xe6','\x24','\x5e','\xcc','\x6d','\x66','\xc2','\x4c','\xe0','\x36','\x8d','\xad','\x3b','\x49','\x8e','\x81','\x22','\xf8','\x45','\x04','\x39','\xb1','\xf0','\xf6','\x51','\x82','\x29','\x71','\x56','\xb2','\x9e','\x6a','\x1c','\x2d','\x73','\xa5','\x38','\x5b','\x05','\x6d','\x53','\xc4','\xd6','\x3b','\xf2','\x55','\x54','\x82','\x70','\x5c','\x57','\x42','\x61','\xdb','\xb6','\x6c','\x85','\x62','\x7e','\x1c','\x05','\x6e','\x15','\x04','\x61','\x19','\x72','\xd3','\xdd','\x24','\xca','\x6f','\x4a','\x8b','\x83','\x60','\x8c','\x61','\x52','\x5a','\x5d','\x58','\xbf','\x77','\xc2','\x32','\xfd','\x2a','\x84','\xf6','\xd9','\xf4','\x84','\x50','\xae','\xb4','\x47','\xf8','\x9d','\x83','\x3c','\x70','\x58','\x25','\x0d','\x68','\x7e','\x21','\x5d','\xea','\x79','\xd6','\x96','\x93','\xf1','\xac','\x3b','\x41','\xff','\x9a','\x04','\xab','\xd7','\x84','\x74','\x12','\xba','\x27','\xc9','\x7f','\xe5','\x88','\x44','\x63','\x85','\xc4','\xdd','\x7e','\xc8','\x1a','\xf2','\xc2','\xb3','\x5f','\x06','\xd6','\x05','\x17','\x27','\x7c','\xeb','\x92','\xb3','\xfc','\x4e','\xcb','\xf4','\x6e','\xc0','\xfb','\xbe','\xb2','\x03','\x83','\x84','\x02','\x80','\x69','\xc2','\x6c','\xfa','\x4f','\x6d','\x92','\x59','\x78','\x9a','\xc6','\x80','\xdb','\x69','\x23','\xe6','\x61','\x4e','\xe8','\x47','\x57','\x30','\x20','\x24','\x1a','\x62','\xda','\x2c','\x89','\xe8','\x7e','\x39','\xad','\xc7','\xca','\x30','\xf0','\xfb','\xb4','\xc6','\xe7','\x4c','\x67','\x6e','\xc2','\x49','\xb8','\x3b','\x7b','\x89','\x4e','\xc5','\x2e','\x25','\xb2','\x66','\xe3','\xe5','\x38','\x10','\xd0','\x50','\x17','\x9e','\x1f','\x9c','\xac','\xf7','\xac','\x8b','\xd5','\x18','\x2d','\xd3','\x8c','\x0a','\x6c','\x33','\xc8','\x41','\xae','\x07','\x34','\xd0','\x35','\xbb','\xc5','\x7d','\x31','\x42','\xa4','\xae','\x6f','\x3d','\xc0','\x3c','\xe1','\x70','\x83','\x72','\xa3','\x8f','\x7c','\x03','\x5c','\x09','\xe5','\x8c','\x5e','\xce','\xda','\x9e','\x8c','\x55','\x20','\x08','\x6c','\xf7','\xda','\xe6','\x05','\xfb','\x54','\x1a','\xe5','\xe4','\x51','\xc9','\xe4','\x19','\x60','\x93','\x52','\x2a','\x40','\xeb','\x16','\xf1','\x0b','\xa5','\xcd','\x25','\xcc','\x76','\x81','\xb7','\x7d','\x80','\xdf','\xd1','\x0f','\x09','\xf0','\x29','\xe0','\xb2','\x67','\xeb','\xc0','\xc7','\x2e','\xce','\xf9','\x98','\x52','\xd3','\xf5','\x82','\xd3','\x5e','\x80','\x8f','\x98','\xe5','\xc7','\xad','\x35','\xb1','\x96','\xd0','\xad','\x6d','\x95','\x82','\xfd','\xa3','\x1b','\x9e','\x4d','\x32','\xf9','\x06','\x86','\x5b','\xab','\xba','\x10','\xb7','\x11','\x6a','\xfa','\xdb','\x7f','\xc6','\xdd','\x3e','\xdf','\xfe','\x73','\xd3','\x68','\x67','\x0d','\x14','\x24','\x75','\x63','\xeb','\x58','\x4f','\xe0','\x9e','\xde','\xc7','\xfd','\x34','\xdf','\xbf','\xc7','\x5d','\x3f','\x93','\x32','\x9a','\x00','\x7c','\x1a','\x72','\x3f','\x0f','\xf3','\xf2','\x5a','\xdc','\xde','\x60','\xce','\x30','\x48','\x47','\x3f','\xba','\x9e','\x33','\xba','\xd3','\xdb','\x5f','\x77','\xbf','\xaf','\xe6','\x91','\xec','\x49','\xa4','\x98','\x86','\x32','\x8f','\xab','\x63','\x0e','\x7d','\x36','\xee','\x5f','\x8a','\x83','\xe5','\xdb','\xd6','\x48','\x76','\x71','\xa5','\xc2','\x00','\x2c','\x46','\xa2','\xc4','\x75','\xd2','\x5a','\xa3','\x97','\x6f','\xfb','\x70','\x29','\xfc','\x63','\x9c','\x6d','\xb2','\xb3','\xb6','\xa6','\x04','\x7f','\xff','\xeb','\xa0','\xbf','\xfe','\x6f','\x28','\x8f','\xc7','\x01','\xda','\x14','\x07','\x5e','\x5a','\x6d','\xba','\x78','\x9d','\x1a','\x94','\x63','\xdb','\x2c','\x7a','\x5e','\x73','\xf7','\xbd','\x50','\x7e','\xc4','\x23','\xc9','\x09','\x94','\x6f','\x21','\xc5','\x53','\x7a','\x27','\x4c','\xb5','\xa1','\x47','\xab','\x48','\x60','\x02','\x71','\x32','\x74','\xcb','\xa4','\x3e','\x1f','\x22','\xc9','\xc0','\xc7','\xfb','\x80','\xc3','\x19','\x5b','\xcc','\x25','\x71','\xfc','\x39','\x93','\x2d','\x98','\x2c','\x3b','\x47','\xe8','\xf3','\x9b','\x45','\x23','\xdc','\xe1','\xcc','\x0f','\x99','\x64','\xcb','\x1b','\x7b','\x78','\x5f','\x92','\xfd','\x17','\x7c','\x80','\x28','\x36','\x4a','\x74','\x8d','\xfb','\xd9','\x3e','\x50','\x96','\x72','\x53','\x2e','\x53','\x2f','\x17','\xbf','\x0e','\xab','\xf2','\x71','\xad','\x00','\xf5','\xde','\x97','\x0a','\x90','\xed','\x58','\xda','\xbb','\x7a','\xe9','\x39','\x75','\x3c','\x5f','\x62','\x0d','\x33','\xa1','\xea','\xc2','\x33','\x7e','\x8c','\x25','\x10','\xcc','\xe2','\xac','\x33','\xf5','\x97','\x5f','\x7e','\xde','\xe7','\xd9','\xc4','\x41','\x00','\x19','\x90','\x64','\xe1','\x54','\xdf','\x19','\xbf','\xa9','\x62','\x93','\x98','\x24','\x44','\x86','\x4b','\xef','\x68','\x69','\x0f','\x30','\x87','\x31','\xd9','\x02','\x83','\xd2','\xa5','\x89','\x97','\xc2','\x23','\x95','\x73','\x9d','\x3e','\x3a','\x43','\x55','\x50','\x7f','\x26','\x2d','\x15','\x76','\xdb','\x71','\x5f','\x34','\x10','\x69','\xd7','\xc1','\x9e','\xb1','\x54','\xe3','\xb7','\x6c','\x60','\x32','\x34','\x47','\x13','\xbc','\x11','\xb5','\x07','\x4a','\x9a','\xc2','\x67','\x3d','\x1e','\x99','\x09','\xd3','\xc2','\x43','\x59','\x3c','\xfb','\xe8','\x9c','\xad','\x70','\xce','\xaa','\x0d','\xef','\x4f','\xb5','\xe4','\x75','\x69','\x4b','\x1e','\x5b','\x99','\xf0','\x83','\x04','\xd8','\x70','\xbc','\x72','\x09','\xde','\x56','\x95','\xd1','\xb4','\x74','\xe2','\x5c','\xa2','\xc3','\x92','\x69','\xb1','\x9e','\x15','\x8b','\x4d','\x37','\xe1','\x6a','\xa1','\x93','\xef','\xcc','\x71','\x3f','\x89','\xf4','\x04','\x58','\x4c','\x98','\x8b','\xa8','\xef','\xbe','\x22','\x5c','\xdf','\x51','\x46','\x71','\x05','\xf2','\x63','\x12','\x58','\xce','\x78','\x35','\x0f','\xd0','\x9f','\x6f','\xa2','\x78','\x57','\xa0','\x7f','\xa4','\xbb','\xc1','\x26','\x64','\x39','\x78','\x3b','\x73','\x9c','\xa7','\x78','\x2c','\xf4','\xad','\xb4','\xf3','\x74','\x45','\x77','\x57','\xf9','\x8d','\x17','\x3e','\xcd','\x87','\x04','\x87','\x47','\xb9','\x30','\x47','\xdf','\x0d','\x9c','\xdb','\x99','\x12','\x03','\x4a','\x6d','\x8b','\xb0','\xc1','\x0e','\xca','\x31','\xe8','\xc1','\x45','\x23','\x1c','\xeb','\x4b','\x7a','\x92','\xbf','\x5f','\xd2','\x24','\xf0','\x8f','\xff','\x3f','\x7b','\x7f','\xd7','\x24','\x49','\xce','\xab','\x09','\x62','\x00','\x3d','\x22','\xab','\xdf','\x73','\x46','\x2b','\x33','\x49','\xbb','\x7b','\x39','\xf3','\xff','\xff','\x94','\xd6','\x6c','\xcc','\x34','\x7b','\x23','\xc9','\x4c','\xbb','\x33','\xa7','\x3b','\x23','\x9c','\xd0','\x05','\xbe','\x1e','\x90','\x74','\x8f','\x88','\xcc','\xac','\xea','\xaa','\xee','\x66','\x5b','\x57','\x46','\x78','\xd0','\xf9','\x01','\x82','\xe0','\x03','\x02','\x04','\x61','\x80','\x63','\xa3','\x8a','\x12','\xe8','\x47','\x48','\xec','\xc0','\x69','\xa8','\x08','\xcc','\x34','\xc0','\x32','\x4f','\xaf','\x50','\x3d','\x52','\x82','\xfc','\x2f','\xc8','\x55','\x06','\x37','\xa2','\xed','\x9a','\x67','\x28','\x64','\x68','\x7b','\xb8','\x10','\x59','\xdb','\x84','\x28','\xce','\xdc','\xa0','\x5b','\x54','\x1c','\x84','\xb6','\x7b','\x7e','\xc4','\xcf','\x76','\x50','\x7d','\x27','\xa2','\x45','\xc1','\xbc','\x79','\xa4','\xfc','\x64','\xbe','\xe8','\x08','\x85','\x22','\x56','\x94','\xac','\x7c','\xd6','\x36','\x8d','\xf0','\xf6','\x9f','\xfe','\xa7','\x6f','\xf4','\x6f','\xff','\x97','\x37','\x7a','\x7b','\x53','\xab','\x04','\x86','\xa6','\xf6','\xba','\xe3','\x02','\x55','\x2b','\xcb','\x23','\xcb','\x11','\x13','\xd1','\x0e','\x07','\xf6','\xef','\x12','\xcb','\x50','\x0e','\xc9','\xc8','\x10','\xf9','\x7d','\x6b','\x4a','\xdf','\x6f','\x6f','\x78','\xa9','\x2a','\x82','\x41','\xce','\xfa','\x45','\x2f','\xea','\x7c','\xff','\xe3','\xae','\x01','\x16','\xec','\x52','\xd0','\x18','\x2f','\x86','\x92','\x7d','\x03','\x04','\x6b','\x94','\xcc','\xa7','\xf7','\xec','\x8c','\x56','\x69','\xb7','\x82','\x6a','\x66','\x67','\x87','\x38','\x4f','\xe4','\xe5','\x89','\x85','\x8a','\xe6','\x7c','\xa7','\x4f','\x7d','\xcc','\x89','\x70','\xb9','\x34','\xfa','\xf6','\xdb','\x45','\xc3','\x88','\xff','\x76','\xa1','\xed','\xaa','\xa1','\xd2','\xfb','\x2e','\xb4','\x9b','\xc5','\x47','\x2d','\x4c','\xda','\x1f','\xc1','\x09','\x01','\x32','\xa7','\xe0','\x07','\xe4','\x53','\xce','\x33','\x2a','\xdb','\xa5','\x15','\xab','\x0f','\x91','\xdf','\xe7','\x84','\x77','\x3f','\x59','\x99','\x47','\x1e','\x3c','\x47','\x7c','\x06','\xe3','\x3a','\x19','\x25','\x60','\x6e','\xc6','\x23','\x20','\x1a','\x93','\xe3','\x08','\x22','\x69','\xf0','\x9b','\x00','\x8f','\xf0','\xd8','\x26','\x90','\xe7','\xab','\x05','\xfc','\x65','\x20','\x86','\x34','\x1b','\xfa','\x2e','\xe9','\xae','\xd9','\x36','\x75','\x33','\x55','\xc5','\x07','\xee','\xf9','\xc1','\x35','\x72','\xdc','\x2c','\x83','\xb2','\x75','\xba','\xa7','\x7b','\xa1','\x74','\xe8','\xab','\x50','\x8c','\x43','\xca','\x07','\xfd','\xab','\x71','\x0b','\x90','\xd1','\xe6','\x76','\x8f','\xfd','\xd9','\xef','\xeb','\x28','\x70','\xa7','\x41','\x10','\x56','\xda','\x51','\x32','\x94','\x09','\x25','\x98','\xe0','\x23','\xce','\x5b','\xc9','\xd0','\xf5','\x43','\x78','\x3e','\x00','\x8c','\x31','\xef','\xd1','\x4e','\xe6','\x4f','\x9b','\x16','\x20','\xa4','\x70','\xa6','\x0c','\x24','\x01','\x10','\x13','\xb7','\xb9','\x4b','\x2e','\x57','\x01','\x57','\x5c','\xe8','\x11','\x15','\x1a','\x2d','\x23','\x56','\x61','\xb9','\x43','\x7e','\x6f','\x0d','\x04','\x9b','\xfb','\x25','\xd3','\xeb','\x73','\xfd','\x88','\x11','\xeb','\xaf','\x0a','\x98','\x66','\x45','\xf4','\xa8','\x62','\x74','\x89','\x8b','\x2c','\x30','\x57','\x67','\x33','\xf9','\x79','\x3b','\x8e','\xaa','\xfb','\x78','\x86','\xe7','\xd3','\xd3','\x20','\xf3','\xa9','\xc2','\x70','\xa5','\xaf','\xa5','\x8e','\xbd','\x97','\xd5','\xc3','\x93','\x86','\x4c','\x2c','\xff','\x85','\x34','\x98','\x2a','\x22','\x18','\xb1','\x63','\x79','\x1b','\xf9','\x59','\x0c','\x94','\xc0','\x8e','\x3d','\x13','\xd1','\x5d','\x3a','\xb9','\xec','\x15','\xa1','\xbc','\x6f','\xcf','\x0a','\x16','\x22','\xbb','\xf3','\x05','\x0b','\x7b','\xdc','\x2e','\x22','\x5f','\x34','\x1f','\x20','\x6c','\x82','\x7a','\x88','\xc2','\xaa','\x19','\xdf','\x39','\xf9','\x35','\x80','\x15','\xbb','\x0a','\xf1','\x73','\x24','\x04','\x6b','\x44','\x34','\xa1','\x38','\x58','\xaa','\xf4','\x0f','\xd7','\x39','\x18','\x8a','\x0f','\x46','\xac','\x22','\x8e','\xf0','\xcd','\x61','\x15','\xeb','\x3d','\xce','\x70','\xc9','\x58','\x17','\x94','\x55','\x1b','\x56','\xbf','\x17','\x80','\xeb','\xf2','\x7d','\x91','\xf5','\xb0','\xaf','\xf0','\x6a','\x54','\x1b','\x4a','\x4e','\x96','\xe4','\x00','\xea','\x81','\x91','\xbb','\x36','\xb4','\x2c','\x3e','\x73','\x3b','\x0f','\x1b','\x43','\x79','\x80','\x7c','\xbb','\xc0','\xee','\xaf','\x35','\x67','\x04','\xbb','\x75','\x07','\x16','\xa2','\xe8','\x75','\x83','\x42','\x42','\x10','\x60','\x22','\xc3','\x59','\x77','\x53','\x9c','\x2c','\x5b','\xee','\x0a','\xbb','\x65','\xa9','\x2e','\xa7','\xd3','\x26','\xf9','\x52','\x8e','\xc5','\x18','\xa4','\xdd','\xa0','\x76','\x4f','\x42','\xa9','\xb9','\x7e','\xdb','\xe8','\xdf','\xfe','\x5d','\x15','\xa0','\xdf','\xfe','\xed','\x4a','\x22','\x44','\xf7','\xdb','\x6e','\xe7','\x5d','\xb4','\x20','\x6e','\x1e','\xe5','\x11','\xac','\xba','\x36','\x36','\x5e','\xff','\x6e','\xf5','\x8a','\xef','\x64','\x7b','\x5b','\x4b','\xeb','\x80','\x46','\x4e','\x63','\xe6','\x08','\x08','\xb0','\xbd','\x6d','\xa9','\xfc','\x28','\x51','\x8b','\x45','\x6b','\xbf','\x13','\xf5','\xdd','\xdc','\xc4','\xcc','\xe5','\x0d','\x2d','\x96','\x5e','\xc3','\x8a','\xf7','\x42','\x6c','\x30','\xc5','\xbd','\x41','\xcd','\x5c','\x40','\x7d','\x33','\x40','\x2c','\x18','\xc5','\xed','\xde','\xf3','\xdc','\x95','\x8b','\xa6','\x81','\x9d','\xba','\x59','\xea','\xe2','\xa7','\x85','\x42','\x21','\x43','\xc3','\xda','\x66','\xd6','\x43','\xb3','\x26','\xa6','\x32','\xb7','\x87','\x7b','\xdd','\xbe','\x0a','\xaf','\x4d','\x0b','\x56','\x85','\xf9','\xef','\x67','\x7d','\xf2','\x5c','\x9a','\x5a','\xef','\x54','\x51','\x37','\x3e','\xf3','\x48','\x82','\xa3','\xf2','\x13','\x00','\x3e','\x95','\xbd','\x52','\xfe','\x2a','\x39','\x7f','\xa1','\x02','\x8c','\x13','\x9f','\x90','\x2f','\x19','\x1f','\x97','\x0e','\xa5','\x45','\xc4','\xa4','\xb3','\x10','\x95','\x70','\x24','\x1c','\x6c','\x36','\xbf','\x5c','\x30','\x46','\xad','\x91','\xf0','\x09','\xae','\xcd','\x3c','\xac','\x09','\x88','\x2d','\xa1','\xbf','\x7e','\x3c','\xe6','\x72','\x75','\xeb','\x8f','\xd2','\xb3','\x8d','\x11','\x17','\x57','\x4d','\xb3','\xb2','\x52','\xf9','\x71','\xd7','\x63','\x1d','\x8b','\x70','\x79','\x83','\xff','\xeb','\x19','\x37','\x99','\xbb','\xf4','\x20','\xad','\x86','\xca','\x23','\xe1','\x8d','\xa9','\x04','\x41','\xb8','\x5c','\x56','\x41','\xe1','\x80','\x90','\x72','\x0c','\xba','\xab','\x72','\x06','\x56','\x06','\x58','\x90','\xc8','\x34','\x4a','\xa4','\xf5','\x68','\x2e','\xd3','\x57','\xbe','\x17','\xaa','\xf9','\x39','\xd2','\xb4','\xd6','\xb8','\x30','\xc1','\xc5','\x49','\x08','\x04','\x5f','\x66','\x62','\xa0','\x9c','\xcd','\x90','\xe5','\x22','\x7c','\x5a','\xdf','\xf8','\xe4','\x60','\xf1','\x7b','\x65','\x14','\x5e','\x83','\xf6','\x3f','\x5f','\x2a','\x7d','\x65','\x8c','\x83','\x44','\xc3','\x1c','\xac','\xab','\x00','\x83','\x44','\x5a','\x0d','\xc3','\x3c','\xce','\x42','\x23','\xc3','\x7f','\x0f','\xba','\xfd','\xd8','\xb1','\x58','\x21','\xd3','\x4f','\x14','\xf3','\xa8','\x08','\xfc','\x5d','\x5e','\xe3','\xd3','\x67','\xd2','\x50','\xfc','\x71','\xf9','\x63','\x3b','\x7d','\x2e','\x32','\xc5','\x4e','\xb9','\x87','\xe7','\xc5','\x28','\x71','\x0e','\xf2','\x88','\x28','\xe4','\xa1','\xfb','\xb6','\xeb','\x0e','\x6c','\xba','\x50','\xb1','\x70','\x2a','\xe3','\xd3','\x62','\x4a','\x06','\xdc','\x46','\x70','\x3b','\x74','\x80','\xab','\x02','\x61','\x77','\xc1','\x83','\x55','\x21','\xef','\x70','\x71','\x50','\x34','\x73','\xf4','\x8f','\xe3','\xa8','\xa5','\x38','\x3b','\x69','\xca','\x08','\xac','\xe2','\x2d','\xf6','\x5e','\xf8','\xc2','\x2b','\x10','\x3d','\x8a','\x69','\x6b','\xb0','\x8b','\x1f','\xa1','\xb0','\xd3','\x25','\x2b','\x8a','\x18','\xea','\x0b','\x60','\x34','\x28','\x2a','\x53','\xdb','\xfd','\xf7','\xc3','\x0c','\xcf','\xa7','\x97','\x94','\xd1','\x23','\x3e','\x20','\x2a','\x20','\x7a','\x52','\xb4','\x0e','\x40','\x10','\x13','\x05','\x40','\xd6','\x03','\xcf','\x0a','\x5c','\x47','\x85','\xac','\x60','\x35','\xaf','\xc3','\xe8','\x1a','\xbb','\xbe','\x36','\x5f','\xdd','\xc5','\x70','\xdf','\xf5','\xc2','\xc9','\x88','\xc4','\x16','\x4b','\x1f','\x58','\xeb','\x5c','\x09','\x1a','\xfb','\x67','\xc0','\x6a','\x85','\x21','\xc6','\xae','\x87','\x3c','\x07','\x80','\x2b','\xbe','\xc6','\xda','\x4f','\x6d','\x63','\x7a','\x7b','\xdb','\xe8','\xed','\x37','\xb5','\xbc','\xf8','\x7d','\x33','\x1e','\x4c','\x80','\x2d','\xf2','\xd5','\xe5','\xd2','\x88','\xb6','\x46','\x1c','\x31','\xa2','\x4c','\x19','\xc2','\x21','\x68','\xa9','\x54','\xb4','\xe6','\x17','\x26','\x03','\x08','\x35','\x00','\x98','\x2f','\xe8','\x65','\xa1','\xdb','\x85','\xf5','\x2e','\x95','\x37','\xdd','\x61','\x67','\xaa','\x67','\x19','\x98','\xcd','\x45','\x6c','\x17','\xba','\xdf','\x34','\xcc','\xf5','\xfd','\xa6','\xe7','\x63','\xba','\x7b','\xd9','\xe1','\x90','\x94','\x46','\xc1','\x19','\x40','\x52','\x3a','\xb8','\xb2','\xb0','\x6d','\x7a','\xe6','\xa8','\x35','\xbb','\xb8','\xb6','\xa9','\x8b','\x18','\x91','\xd0','\xbe','\xe7','\x9e','\x4d','\x2c','\x6a','\x83','\x22','\x34','\xea','\x28','\x42','\x89','\xed','\xf0','\xec','\x61','\xf0','\x5c','\xd7','\x9d','\xfa','\xfd','\xbe','\xd1','\xfd','\xbe','\x9b','\x15','\x60','\xa7','\xdf','\xff','\xc3','\x2f','\x8a','\xbd','\xd1','\x7e','\xdf','\x4b','\x98','\xeb','\xc3','\xa9','\x13','\x7c','\xcb','\xa6','\x40','\x72','\xdc','\x51','\x14','\x96','\x9f','\x96','\x1e','\x1b','\xbb','\xdd','\x23','\x15','\xd1','\x04','\x29','\x59','\x8a','\x63','\xce','\xf3','\xdc','\xa9','\x55','\x0a','\x99','\x9c','\x84','\x1e','\x31','\x41','\xc1','\xbb','\x50','\x36','\xca','\x18','\x3f','\x23','\xe3','\x5b','\x2f','\x71','\x0d','\x90','\xf3','\x38','\x8f','\xb5','\x3c','\x4a','\x0f','\xda','\x7e','\x4a','\xd0','\x9a','\xcf','\xef','\xf9','\xb9','\x5c','\x21','\xca','\xa3','\xf5','\x63','\xc4','\xf3','\xeb','\x56','\xe4','\x26','\x46','\xf7','\x7b','\xb7','\x7c','\x2d','\x04','\x4b','\x7b','\x28','\x3e','\xf1','\xfd','\xe9','\xce','\x96','\xb4','\x6d','\x6d','\xb2','\xf6','\x7c','\x28','\x08','\x42','\x7c','\x47','\xb5','\xf3','\x09','\x90','\xa2','\x03','\x2b','\x93','\x50','\x58','\xa6','\xc5','\x02','\x33','\x97','\xb7','\x88','\x92','\xfe','\x33','\xa3','\xed','\x25','\x8d','\x8a','\x4a','\x3d','\xf1','\x1e','\xea','\x3e','\xc9','\x9b','\xec','\x33','\x80','\xf0','\x6b','\xec','\x3a','\x61','\x78','\xec','\x97','\xda','\x42','\xb3','\x62','\xfd','\x2c','\xf8','\x3c','\x49','\x87','\x7d','\xfa','\x4e','\xe9','\xf9','\xfa','\x3e','\xd0','\x12','\x50','\xe0','\x05','\x88','\x95','\xe7','\x26','\xd8','\x25','\x57','\x01','\x8b','\x13','\xd8','\x39','\xd0','\x33','\xcf','\x05','\xc6','\x83','\x56','\x3f','\xa1','\x6d','\xae','\x38','\xe2','\xc7','\x4c','\x99','\xe7','\x55','\xe1','\x8f','\x2a','\x2e','\xa3','\x82','\xf2','\x30','\xe3','\xd3','\x15','\xcd','\xed','\x8e','\x19','\xf6','\x22','\xf1','\x54','\x9e','\x1a','\x8b','\xb4','\x8d','\xda','\x9d','\xe1','\xb0','\x2d','\x00','\xe8','\x58','\x71','\xd5','\xea','\xd8','\x5c','\xe9','\x91','\x9c','\xd9','\x81','\xb1','\x64','\x0d','\xf4','\x64','\xf8','\x50','\xe9','\x53','\x35','\x44','\x94','\x33','\xd4','\xbc','\x9d','\x79','\xfe','\x65','\xac','\x20','\x61','\xa7','\x2b','\x6d','\x8f','\x38','\xf8','\x2c','\x9d','\x0d','\xc4','\xc1','\x60','\x9d','\x4d','\x72','\xa7','\x61','\x89','\x1d','\x4e','\xb1','\x2b','\xe9','\x00','\x17','\xdd','\xac','\x5c','\xf9','\x71','\x97','\x0e','\x55','\x66','\xea','\xc1','\x5b','\xa4','\xf9','\xaa','\x0b','\xb9','\x38','\x83','\x5c','\x90','\x04','\xf7','\xa7','\xf3','\x76','\xd1','\xed','\xbc','\xf3','\xb0','\x66','\x08','\x0c','\x66','\xfc','\xa1','\xc3','\x73','\xbc','\x3d','\x88','\x8a','\xcc','\x2a','\xda','\x9b','\xb2','\x1b','\x6e','\xaa','\x3d','\x00','\x95','\x94','\xca','\x8f','\x9e','\xf7','\xd9','\x0c','\x2c','\x63','\xb4','\xa7','\x41','\x31','\x41','\xc4','\x27','\x1a','\x39','\x4b','\x86','\x5d','\xdd','\x2e','\x12','\xe7','\x44','\x46','\x17','\x24','\x22','\x0a','\xc5','\x27','\x40','\x11','\x1c','\xe4','\x9f','\xa2','\x94','\x65','\xcf','\x40','\x16','\x1f','\x8c','\x01','\xd0','\x3a','\xd6','\x59','\x6b','\x27','\x33','\x13','\x6f','\x8a','\x81','\xa4','\x0b','\xfd','\xf1','\x1f','\x77','\xea','\x5d','\x2c','\x8c','\xb4','\x7e','\x6e','\xac','\xc0','\x5a','\xde','\x36','\x92','\xab','\x50','\x93','\x16','\x9b','\x06','\x51','\xaf','\xf9','\x04','\x61','\xc4','\xb1','\xdb','\x75','\x0b','\x17','\x3f','\x22','\x50','\x7e','\x60','\xcd','\xf5','\xb3','\x2a','\xd7','\xb7','\x2d','\xee','\xfa','\xe1','\x5c','\x80','\x62','\x91','\xee','\x9d','\xe0','\x22','\xd0','\x3d','\xce','\x17','\x69','\x44','\x3d','\x68','\xc8','\x42','\x03','\x42','\xce','\x71','\xcb','\x27','\xba','\x87','\x69','\x1b','\x74','\x6e','\x68','\xa6','\xc1','\x5e','\x76','\xc4','\xd8','\x46','\x57','\x64','\x39','\x54','\x7e','\x66','\xf7','\x4c','\x55','\x08','\xff','\xf8','\x63','\x27','\x91','\x77','\xfa','\xe3','\xf7','\x3b','\x31','\xb3','\xf5','\x4b','\xef','\x2d','\xda','\x6f','\x3d','\x94','\x83','\x18','\xdb','\xc2','\xac','\xa9','\x40','\x10','\xa5','\x1c','\xf3','\xfe','\x5c','\xcc','\x3d','\xd3','\x95','\x1f','\x12','\x52','\xc0','\x6d','\x8a','\xcf','\x7e','\xf7','\x68','\x72','\x0c','\x96','\x1f','\x1f','\x1e','\xa1','\xe2','\x7f','\x7b','\x26','\xb6','\xbc','\xdf','\x47','\x8c','\x27','\x90','\x8d','\x93','\x3f','\x1c','\xcc','\x21','\x6d','\x51','\xbe','\x4a','\xf9','\x44','\xc1','\xec','\x30','\x82','\x4f','\x5a','\x7e','\xcf','\x12','\xf2','\x46','\x6d','\x3a','\x13','\x11','\x35','\xa6','\xcb','\x86','\x77','\x7b','\x65','\x88','\x7b','\x1c','\xd7','\xda','\x8c','\xb1','\x94','\x51','\xf9','\x41','\x4b','\x90','\x84','\xec','\x0d','\xeb','\x30','\xca','\xd7','\x0f','\x62','\xd2','\xd6','\x36','\x6a','\xad','\x95','\x23','\x3d','\x0f','\x83','\x20','\xf4','\xde','\x97','\x3e','\x72','\xa3','\x37','\x4b','\x8c','\xf7','\x09','\xa0','\xce','\x67','\x66','\x09','\x62','\x2a','\x95','\x33','\x2f','\xfa','\xf4','\x14','\xf2','\xfb','\xfb','\xa4','\x90','\x19','\xb0','\x13','\x11','\xff','\x3a','\x10','\x0a','\xc1','\x63','\x8c','\x96','\x99','\xd6','\x85','\x79','\x99','\xf8','\x68','\x94','\x9b','\xff','\xa4','\x9a','\x7c','\xa1','\x84','\x09','\xe0','\xe3','\x10','\x67','\x47','\x4c','\x72','\xb2','\x6d','\xf1','\xf9','\xda','\x16','\xa3','\xf2','\x0f','\x6f','\xff','\x7d','\x12','\x8c','\x2f','\x33','\x9b','\xd2','\xa2','\xe6','\x77','\xbe','\xeb','\xbc','\xd5','\x1b','\xec','\xa9','\x9a','\xf9','\x2d','\x49','\xd7','\xdd','\x56','\x21','\xa2','\x36','\x94','\x47','\x84','\xa0','\x0f','\x1f','\x1e','\x7f','\x2d','\x20','\xa1','\x91','\xf1','\x33','\x5a','\x7d','\x28','\xad','\x1c','\x47','\xa8','\xf1','\xc3','\xaa','\xea','\xd7','\xa6','\xb2','\x16','\x2d','\x40','\x24','\x0d','\xdb','\x64','\x6a','\xf9','\xa9','\x11','\x85','\x42','\xd9','\xf3','\x80','\x07','\x06','\xd2','\xd3','\xf5','\x82','\x92','\x0e','\x07','\x6b','\x5c','\x09','\x41','\x4c','\xb8','\x5b','\x29','\x84','\xd3','\x7d','\xc0','\x6b','\xe5','\xe3','\x88','\x53','\x57','\xa9','\xa8','\x2e','\xbe','\xe8','\xb2','\xcb','\x19','\x0c','\xaa','\x51','\x5f','\x78','\x38','\x5a','\x32','\x67','\x5a','\x29','\x7c','\xcc','\x44','\xdb','\xa6','\x2e','\x6f','\xe5','\x1c','\x05','\x84','\xb9','\x9e','\xc6','\x80','\xc9','\x5c','\x8c','\x28','\xc6','\xc8','\x69','\xe6','\x16','\xb6','\xf0','\xf7','\xdf','\x7b','\xde','\xf1','\xe1','\xf4','\xeb','\x79','\x27','\x53','\x39','\x83','\x15','\x6d','\x02','\xe5','\xd6','\x16','\xaf','\x49','\x1e','\x3f','\x91','\xe2','\x60','\x3e','\x53','\x6c','\x04','\x6c','\x66','\x25','\xb8','\x85','\x45','\x25','\xdb','\xaa','\x65','\xd7','\xc2','\x9d','\x77','\xc2','\x6d','\xbd','\x31','\x6d','\x42','\x71','\xf8','\xfe','\x72','\x55','\x6b','\x92','\x87','\xa1','\xa6','\xf7','\xbb','\xb9','\x00','\x5a','\x1f','\x7c','\xf9','\xb0','\x50','\xd0','\x18','\x59','\xab','\xf9','\x81','\x3c','\xca','\x35','\xc5','\xdd','\xb6','\xd4','\xf2','\xb3','\xd3','\xed','\x6e','\xf7','\xe1','\x98','\x46','\x67','\x86','\xa5','\x32','\xb6','\x05','\xe2','\xba','\x9e','\xc8','\x16','\x18','\xe0','\x5a','\xcf','\xc6','\x78','\x28','\xed','\x70','\x4f','\xda','\xc5','\xee','\x68','\xa1','\x69','\x5e','\x39','\x06','\xc9','\x73','\x58','\x80','\x51','\x62','\xfe','\x30','\xe0','\x3e','\x89','\xf1','\x13','\xb2','\x20','\x11','\x7f','\xdc','\x69','\x7f','\xdf','\x73','\xcd','\x8c','\x4d','\x0a','\x57','\x93','\xa6','\x41','\x1b','\xf5','\x01','\x7d','\xdc','\xa0','\x3f','\xa1','\xa4','\xa7','\x40','\x8b','\x33','\x66','\x77','\x0f','\x75','\x9d','\x0a','\xa3','\x6f','\x82','\xa0','\xf2','\x96','\xfc','\xb4','\x6a','\xc4','\x9c','\x42','\xea','\x70','\x29','\xa6','\x8e','\xc3','\x04','\x9a','\x2b','\x63','\x7b','\xd7','\x52','\xa9','\xe0','\x72','\x4d','\x03','\xce','\x25','\x0c','\x90','\xe0','\x4a','\x52','\x4c','\xc1','\x71','\x0e','\x2f','\x6b','\x5b','\xd4','\x4b','\xf8','\x81','\x88','\xb7','\xa4','\xe9','\xf5','\xdb','\x46','\xd7','\xeb','\x85','\x2e','\x57','\x06','\x57','\xc2','\x59','\x69','\xca','\x9a','\xb2','\xd6','\x12','\x4d','\xb3','\x8f','\x7f','\xf3','\x6c','\x5f','\x97','\x1e','\x9b','\x23','\x59','\xd2','\x01','\x1f','\x3c','\x48','\xfb','\xbe','\x4f','\xd6','\x9e','\x87','\x41','\x10','\xee','\xf7','\x3b','\xdd','\x6e','\xb7','\xe9','\x25','\x18','\x5b','\xfd','\x2b','\x48','\x64','\x5c','\xed','\x31','\x3c','\x61','\xfe','\x3c','\x56','\x59','\xce','\x11','\xd9','\xb3','\x30','\x0d','\x7b','\xf2','\x89','\x0a','\xc3','\x9b','\xc4','\xf8','\x85','\x10','\x24','\xf0','\x42','\x59','\xa7','\x1d','\x90','\xf0','\x31','\x63','\x56','\xda','\xb9','\xd0','\xf7','\xa9','\x69','\xcc','\x5f','\xde','\xcf','\x89','\x3c','\x99','\xfa','\x96','\x9c','\x3a','\xbd','\x39','\x4a','\xb9','\x65','\x9b','\x9e','\x49','\x3f','\xd5','\x08','\x7d','\xa0','\x31','\x13','\x19','\xcc','\x25','\x2e','\xcc','\xf7','\x36','\x07','\x4a','\xd8','\x62','\xc8','\x97','\x2f','\x52','\xa1','\xe3','\x99','\xbb','\xdc','\xcb','\xe9','\x41','\x01','\x3f','\x76','\x0c','\x78','\xf9','\x71','\x7e','\xb8','\x16','\xfa','\x87','\x45','\x7e','\x96','\x48','\xdf','\x11','\xb7','\x3f','\x5a','\x58','\x30','\xa3','\x9e','\x2f','\x61','\xba','\x58','\x94','\x24','\x62','\xa6','\x9d','\x4d','\x09','\x02','\xb7','\x20','\x12','\xa2','\xce','\xa4','\x91','\xb6','\x98','\x48','\x9a','\xf3','\x13','\x3b','\xd6','\x1b','\x56','\x7e','\xf6','\xbd','\x8f','\xe5','\x66','\x99','\x96','\x99','\x8b','\x88','\x2b','\x3e','\x6c','\x41','\x1a','\xc6','\xfb','\x53','\xf2','\xad','\x51','\xf2','\x3c','\x12','\x0c','\x23','\x55','\x9e','\xc9','\x3b','\xa6','\x45','\x5e','\x7c','\xb4','\x50','\x7e','\x7c','\xdd','\x18','\xdd','\xd4','\x8a','\xfb','\x94','\xef','\x2c','\x72','\xde','\x17','\xd3','\xe0','\xb2','\xcb','\x6e','\xbb','\xc2','\x71','\xc9','\xe9','\xec','\x26','\x1e','\x79','\xc3','\xca','\x23','\x03','\x30','\x07','\xb4','\x23','\xe5','\xd9','\x41','\x97','\x7c','\x63','\xb0','\x94','\xed','\x9d','\x94','\xe4','\xfd','\x85','\x0c','\xa1','\x41','\xde','\xd4','\x82','\xeb','\xeb','\x91','\x1f','\x78','\x60','\x24','\x69','\x01','\xa8','\x0e','\x6a','\x98','\x82','\x4e','\x97','\xb8','\x33','\x85','\xa9','\x71','\x86','\xb9','\x76','\xcb','\x5a','\x41','\x5e','\x41','\x1f','\x8b','\xa0','\x07','\x6d','\xd2','\x7b','\x7c','\x7a','\x5c','\x68','\x1a','\xbb','\xc1','\xd0','\x20','\x01','\x17','\x44','\xe4','\x69','\x82','\x2a','\xa2','\xaf','\x51','\x9d','\x4f','\x0c','\x20','\x82','\xc9','\xd9','\x09','\xc0','\x7a','\x99','\xe3','\x9c','\x71','\x8b','\x20','\xab','\x02','\xb4','\xdf','\xbb','\xce','\x95','\x8d','\x03','\x50','\x3b','\xcf','\xf8','\x59','\x88','\xb6','\xa5','\x0b','\xa0','\xef','\x70','\x97','\xb6','\x9a','\x35','\xe2','\xed','\xb7','\x8d','\x44','\xae','\x3a','\x6c','\x8d','\x34','\xca','\x5d','\xef','\xe4','\xa1','\x87','\x3d','\x8c','\xb5','\x2b','\x40','\x1e','\x6d','\x8e','\xc8','\xd6','\x17','\x9b','\xf3','\xfb','\x5d','\x2f','\x1b','\xbd','\xdf','\x54','\x01','\xda','\x6f','\x3d','\x14','\xc5','\x9a','\x12','\x27','\x39','\x0b','\xc5','\xb8','\xb3','\x9f','\xf7','\x51','\x97','\xa6','\xeb','\xd5','\x2c','\x4d','\xa6','\xf8','\x25','\x6f','\x3b','\x48','\x85','\xf3','\x37','\x3e','\xff','\x20','\xea','\x9d','\x6f','\xa2','\xe8','\xd0','\xbb','\x8b','\x19','\xca','\x9b','\x39','\x09','\xfc','\x26','\x5d','\x68','\x07','\x90','\x5c','\x15','\xe9','\x79','\xe0','\xa6','\x40','\x1e','\xac','\x87','\xf0','\xb7','\x0b','\x58','\x28','\xae','\x2d','\x82','\x51','\x24','\xf0','\x16','\xbb','\x43','\xca','\x94','\x9f','\x6e','\xdc','\xd1','\xb2','\x1f','\x68','\x71','\x2f','\x6d','\x1d','\x96','\x73','\x20','\x45','\x12','\x62','\x78','\x2e','\xc3','\xcf','\x2e','\xf3','\xe3','\x0c','\xda','\x30','\x6d','\x4a','\x01','\x62','\x73','\x92','\xb3','\xcf','\x71','\x26','\xd9','\xc2','\xdb','\x0b','\xcd','\x57','\xb8','\xfb','\xbc','\xcd','\xdd','\xec','\xca','\xff','\xa5','\x6d','\x8e','\xe1','\xe1','\xb7','\x18','\x66','\xe3','\x11','\x8f','\x9c','\xa7','\xee','\x98','\x1b','\x5d','\x6c','\xfe','\x13','\xe4','\xcd','\xc1','\xe4','\x2c','\x18','\x28','\xa0','\x32','\x38','\x95','\x1e','\xe7','\x2d','\x3c','\xeb','\xd3','\xbb','\x90','\xd8','\x39','\x2f','\xe7','\x01','\xfd','\xfb','\xc1','\xc5','\x5b','\x88','\x44','\xe6','\x73','\x63','\xfb','\xbe','\xd3','\xfd','\x7e','\x9f','\xb2','\x87','\x02','\xa4','\x9a','\xdd','\xcc','\xb2','\x93','\x80','\xe4','\x71','\x89','\xcc','\x45','\x32','\x23','\xca','\x02','\xd7','\x20','\x36','\x62','\xf8','\x3b','\x2e','\x5a','\x53','\x79','\xb4','\xe6','\xa8','\xbf','\x44','\xf2','\xc9','\x36','\xa8','\x73','\xd3','\xea','\xb4','\x20','\x01','\x2e','\x18','\x2f','\xd0','\x25','\xf2','\x2e','\xa4','\xd2','\x38','\x9e','\xff','\xa4','\x4c','\xb9','\x78','\xac','\x95','\xa0','\xd5','\x6c','\x50','\xc1','\x33','\x2f','\x4e','\x7f','\x36','\x9d','\x4f','\x58','\xe0','\x73','\xe9','\x8b','\x0a','\x1c','\xad','\xcd','\x2f','\xbf','\xf3','\xe0','\xc5','\x98','\x4b','\x1f','\x90','\x2b','\x47','\x8b','\xf9','\xf4','\xe5','\x40','\x57','\x60','\x22','\xdd','\x19','\xa6','\x46','\x17','\x56','\x05','\x64','\x6f','\x00','\x06','\x7d','\xe7','\xb3','\x00','\x4a','\x78','\xd7','\x57','\x29','\x00','\xa9','\x85','\xa3','\x46','\xe6','\x1a','\xfb','\x16','\xe0','\x3f','\x0f','\xaf','\xf2','\x96','\x81','\x0e','\x72','\x8b','\xe9','\xe7','\x95','\x05','\x39','\xf7','\x60','\x6e','\xf9','\x0e','\x34','\x80','\x5a','\xdf','\xbd','\x0e','\xff','\x7e','\x03','\x69','\xa8','\xf0','\x39','\x38','\x0a','\xe5','\x27','\xe8','\xc7','\x51','\xd9','\x34','\xbe','\xb1','\x38','\x0f','\xed','\x1a','\x40','\xcd','\x23','\x5d','\x0e','\x11','\x07','\xae','\xf5','\xcb','\x28','\x96','\x07','\x69','\x5c','\xaa','\xbd','\xdf','\x53','\x86','\x71','\x4d','\x29','\x3c','\x05','\x0a','\xf4','\xa0','\x10','\xc4','\x2d','\xef','\x97','\x46','\xed','\x92','\xd8','\x40','\xe7','\x99','\x64','\x90','\x82','\xe8','\x4e','\xae','\xf9','\x02','\x80','\x87','\x28','\xcf','\x5e','\xf9','\xb9','\x8b','\x62','\xd9','\x31','\xbc','\xa0','\x60','\x29','\x15','\xa3','\x40','\x15','\xa1','\xec','\xad','\xfa','\x91','\x9a','\x62','\x95','\xcb','\x06','\xca','\x03','\x50','\xce','\xfd','\xd7','\xaa','\x0d','\x52','\xdb','\x7c','\x10','\x6b','\x2b','\x77','\xa1','\xab','\x59','\x63','\x34','\x0c','\xf5','\x96','\xae','\x6d','\xcc','\xd4','\x2e','\x1e','\x34','\x43','\xc2','\x32','\xd3','\xed','\xb0','\x8a','\xf8','\xbc','\xb5','\x7a','\xb7','\xcb','\x46','\x6f','\xbf','\x91','\x59','\x79','\x36','\x55','\x5e','\xf6','\x8c','\x98','\xe6','\x96','\xa5','\x0d','\xce','\x0b','\x11','\x55','\x1e','\xef','\xf7','\x4e','\xef','\xef','\x7b','\x04','\x63','\x48','\x85','\x5d','\x01','\x17','\x47','\xe7','\x6a','\xf2','\x71','\x11','\x1b','\x53','\x36','\x17','\x37','\x0f','\x10','\xb0','\x6d','\xe9','\xc2','\xe7','\x0a','\xbe','\x2b','\x38','\x3a','\x87','\x28','\xa3','\x75','\x79','\x2d','\xcd','\xa6','\x5b','\xf3','\xa0','\x09','\x1e','\x30','\xa1','\xd3','\xbe','\x3b','\xe8','\x45','\x26','\x0b','\x72','\x04','\xea','\xd1','\x7f','\x19','\x46','\xcf','\x3d','\x5a','\xd6','\xfc','\x2f','\xf8','\xc9','\x8b','\x36','\x59','\xb6','\x6d','\x7a','\x59','\xac','\x07','\x3c','\xc0','\x3b','\x91','\x3c','\xd4','\xfd','\x6e','\xbc','\x37','\x46','\x75','\x44','\xab','\x0c','\x38','\xda','\x14','\x56','\x39','\x9c','\x91','\x03','\x5f','\xae','\x2c','\x2f','\x8c','\x1b','\x2e','\x38','\xcf','\x86','\xb9','\x43','\x64','\x7c','\x4b','\x12','\x3c','\x4b','\xa1','\xc2','\x92','\x6d','\x96','\x8c','\xd2','\x19','\x64','\xce','\x4a','\x60','\x1f','\x09','\x71','\x5b','\x28','\x85','\x02','\xa9','\x28','\xaf','\xda','\x3b','\x7e','\xff','\xd4','\xe5','\xda','\xe8','\xed','\x6d','\xa3','\xcb','\xdb','\x66','\xe7','\xfd','\xf8','\x29','\x4f','\xa1','\xb0','\xcc','\x92','\x6d','\x2e','\xf9','\x55','\x02','\xe3','\xa5','\xd2','\xfe','\x19','\x2c','\xef','\xa3','\x6c','\x8d','\xba','\x9e','\x01','\x4e','\x03','\x2e','\x46','\xa5','\x56','\xdb','\x52','\x43','\x63','\x7b','\x2a','\x0a','\xd0','\xf5','\x7a','\xad','\x3f','\x5e','\x2e','\xc7','\x3a','\x88','\x77','\x74','\x31','\xf2','\xc9','\xda','\xa8','\x7e','\xae','\x4e','\xf2','\x9c','\xf7','\x4a','\x16','\xc5','\xff','\x2d','\xd3','\x20','\xb8','\x0f','\xf3','\x10','\xc1','\x8a','\x74','\x90','\xcf','\x7e','\x3f','\x04','\x3b','\x67','\xf5','\x8c','\x8b','\xe9','\x41','\x13','\x7e','\xaa','\x24','\x44','\xcb','\x78','\xfa','\x2f','\x68','\x23','\x09','\x9c','\xd9','\x25','\xd5','\x50','\xfc','\xc0','\xa8','\x27','\xf4','\x9f','\xac','\x46','\xdf','\x39','\xbd','\x80','\xf1','\xbf','\x3e','\x8d','\x7d','\x7c','\xb5','\x31','\x2f','\x28','\x2a','\x4c','\x04','\x8b','\xc7','\x79','\x79','\xcf','\x4c','\xa7','\xb9','\x11','\xab','\xf4','\x44','\x29','\xc3','\x44','\x0b','\xe5','\x83','\x75','\x17','\x79','\xdf','\xd5','\xf7','\x9d','\xee','\x42','\x76','\x6d','\x50','\x45','\xc5','\xbe','\x6b','\xb8','\xe2','\x5f','\x02','\x36','\xae','\xeb','\x62','\xa8','\x35','\x79','\x51','\x2b','\x9c','\xf5','\xf1','\x36','\x40','\x99','\x48','\x93','\x00','\x86','\xa7','\x7d','\x7f','\x86','\x81','\x5f','\x67','\x80','\xe8','\xff','\xe2','\xd5','\x62','\xf5','\x21','\xed','\x03','\xb5','\xf9','\xf7','\xbe','\x53','\x04','\x3b','\x98','\x5d','\xde','\x72','\x21','\xee','\xbb','\x50','\x47','\x50','\x65','\x05','\x15','\x45','\x26','\x7e','\x06','\x90','\x3d','\x74','\x65','\x71','\x8d','\xd4','\x13','\x9d','\x1c','\x80','\x1d','\x01','\x0f','\xe3','\x8f','\x63','\xc1','\xb6','\xbe','\x8e','\x56','\xaf','\x31','\x4d','\x53','\xc7','\x98','\x04','\x37','\x21','\x57','\x9b','\x07','\x78','\xcb','\xfb','\x16','\xee','\x51','\x0f','\xd6','\x69','\xff','\x8b','\x6e','\x84','\x46','\x47','\x3f','\xe7','\xe3','\xe1','\xe0','\x3b','\x82','\x50','\xa2','\x0a','\x86','\x8a','\x45','\x03','\x94','\xa0','\xa3','\x3e','\x0e','\xa0','\x35','\xf4','\x26','\xab','\x3f','\x69','\xc0','\xd3','\x9c','\xf7','\xac','\x71','\x81','\xb1','\x01','\xfe','\x9d','\x7a','\x5c','\xf2','\xaa','\x67','\x1e','\xec','\x1e','\x1e','\xb6','\x4b','\x57','\xc1','\x82','\x48','\x04','\x20','\x6b','\x6f','\xda','\xe3','\x9e','\x2e','\x7f','\xde','\xf6','\x6d','\x6b','\xd4','\x7e','\x53','\x37','\xb7','\xfd','\xbe','\xe5','\xa5','\x9b','\xd6','\x68','\x77','\xa3','\xa3','\x06','\xf7','\x54','\x49','\x9e','\x57','\xb9','\xdf','\x3a','\xdd','\xdf','\x77','\x78','\xaf','\x32','\x07','\xfe','\x8b','\xb4','\xca','\xe0','\x09','\xc3','\x39','\x2e','\x53','\x84','\x1c','\x07','\x48','\xd7','\xff','\xfd','\xee','\x20','\x6f','\xd7','\xbe','\x83','\x05','\x55','\x24','\x15','\x9f','\x66','\x20','\xf9','\x92','\x17','\x07','\xf7','\xbd','\x11','\xdd','\x76','\x22','\xea','\x19','\x30','\x01','\x99','\x10','\xc7','\x89','\x74','\xcd','\xec','\x90','\xa1','\xb2','\x79','\x6e','\xcb','\x94','\xe4','\xf3','\xd4','\x14','\xf4','\xeb','\x15','\xa3','\xbc','\x31','\x80','\x5e','\xfd','\xdb','\x25','\x2d','\x3f','\xb2','\x5b','\x84','\x41','\x1e','\x78','\x0a','\x36','\x3a','\x86','\xa5','\xfd','\xc9','\x75','\x62','\x16','\x56','\x2e','\x9b','\x3c','\xbc','\x7e','\x9c','\xa5','\xf7','\x71','\x85','\x33','\xa0','\xc1','\x2b','\x20','\x83','\x90','\x7f','\x0a','\x4d','\x60','\xce','\xa7','\xb2','\x60','\xf5','\x97','\x45','\xe0','\x00','\xf2','\xac','\x26','\x40','\x34','\x18','\xe7','\xbe','\xdd','\xf3','\x13','\xca','\x4f','\xcb','\xa2','\xbc','\x2a','\xac','\x96','\x60','\xed','\x85','\x3e','\x89','\x6d','\xec','\xa1','\x05','\x28','\xac','\x3f','\xf0','\x57','\x24','\xa3','\x3e','\x4e','\x84','\xa8','\xdd','\x9a','\xd3','\x62','\x80','\xda','\xa0','\xfc','\x10','\xd1','\x41','\x80','\xb7','\x41','\x01','\x5a','\xa6','\x00','\x0d','\x70','\x95','\x9c','\x24','\xb3','\x30','\x28','\x41','\xd5','\x6a','\x59','\xd1','\xc6','\x78','\xaf','\xd3','\x73','\xf8','\x2f','\x05','\xe2','\x2f','\xe5','\xfa','\x76','\x9a','\x46','\xf4','\xfc','\xca','\x5b','\x4a','\x44','\x5f','\xc4','\x93','\x01','\x2b','\xf8','\x8e','\xc8','\x51','\x65','\x75','\x80','\x6c','\xc8','\x1b','\xa8','\xab','\xfe','\xa9','\x68','\xf9','\x3b','\xa6','\xa3','\x89','\x74','\x40','\xff','\x29','\x3b','\xd0','\x2d','\x6f','\x63','\xa6','\x09','\x20','\x3d','\x54','\x6c','\xa2','\x60','\x44','\xa9','\x3f','\x8e','\xaf','\x5f','\xa9','\xa9','\x4c','\xe5','\xaf','\x6e','\xc8','\x41','\x3d','\x9f','\x2d','\x20','\x6f','\xb6','\x3e','\x7f','\xe5','\xab','\xfa','\x13','\x6c','\x01','\x0c','\x33','\xd1','\x6d','\x9c','\x73','\xa6','\x90','\x6c','\x1b','\x93','\x34','\x49','\x45','\xc4','\x84','\xbf','\xbb','\x15','\xb9','\x1b','\x80','\x10','\xe9','\x1d','\x11','\x64','\x60','\x8d','\x12','\xb8','\xb0','\xe7','\x01','\x9e','\x0c','\x90','\x6e','\x4a','\x0f','\x06','\x39','\x28','\x2e','\x6f','\x13','\xe1','\x9f','\x1d','\xf1','\x1f','\xc4','\xaf','\x23','\xf6','\x01','\x10','\x25','\xb6','\x58','\x23','\x6d','\xcb','\x62','\x6a','\x3b','\xd0','\xd1','\x6f','\x88','\xa6','\x25','\x5d','\x68','\x87','\x43','\xb7','\x93','\x58','\x94','\xa1','\x3e','\x40','\x45','\x45','\x44','\x8e','\xe0','\x7b','\xd9','\x7c','\x29','\xe3','\x9e','\x05','\xc3','\x47','\x94','\x01','\x5c','\xdf','\x9e','\xbe','\xb1','\xde','\xd5','\xe4','\x7c','\x35','\xf1','\x1f','\x41','\xc6','\xc5','\xd7','\xa2','\x34','\x09','\xf0','\x8a','\x18','\xb0','\xe5','\xbc','\x3b','\xe5','\x62','\xee','\x51','\x63','\x43','\xd0','\x2f','\x3f','\x23','\xbd','\x5a','\xb0','\x03','\x21','\x70','\x75','\xb1','\x68','\x65','\xf7','\x3d','\x77','\xe0','\xd1','\xcc','\x64','\xa0','\x07','\x95','\x9f','\x49','\xf0','\x8e','\x7f','\xb1','\x4b','\x46','\xff','\x71','\xa7','\x37','\xdb','\xc8','\x41','\xdf','\x70','\x23','\xad','\xcb','\x24','\x11','\xf0','\x90','\x2b','\x1c','\x6a','\xc8','\x61','\xba','\xbc','\x77','\xba','\xb5','\x9d','\x84','\x84','\xf6','\xbd','\x85','\xeb','\xdb','\xc6','\x78','\x99','\x25','\x15','\x99','\x2e','\x76','\x67','\x89','\x9f','\xef','\xf3','\x72','\x6d','\xe1','\x30','\x7a','\xb2','\xca','\x00','\x57','\xf8','\xba','\x10','\xed','\x6e','\xfd','\xcd','\x9d','\xf0','\x6e','\x07','\xf5','\x6f','\xb7','\x4e','\xbb','\x5b','\x8d','\x00','\xac','\xcf','\xf7','\xd5','\x0c','\x3c','\x63','\x7c','\x1b','\x2e','\x6f','\xd7','\x8c','\xe0','\xe7','\x63','\x1d','\x63','\x64','\xd6','\x91','\x50','\x78','\xbc','\x1d','\xbd','\xdb','\x3d','\x77','\x14','\x9b','\x0d','\x9b','\x85','\xca','\xbe','\x5c','\xec','\x8e','\x9d','\x6d','\xd3','\xb9','\xd0','\x85','\x5a','\x63','\xba','\xb7','\x3d','\xce','\x3c','\xa5','\x45','\x09','\xc7','\x97','\xa1','\xb5','\xd9','\xe6','\xf9','\x34','\x0b','\x65','\x0e','\xc7','\x80','\x60','\xc5','\x2a','\x97','\x71','\x6e','\xa6','\x38','\xba','\x3b','\x71','\xef','\xb4','\xf7','\x21','\xb4','\x32','\x0d','\xca','\xcf','\x3c','\x1d','\x07','\xe6','\x28','\xcd','\x9b','\xda','\xe4','\x67','\xaf','\xa7','\x25','\xdc','\xe0','\x70','\xca','\x5c','\xb4','\xea','\x31','\x91','\x74','\x8d','\xa0','\x66','\xee','\x6c','\xbb','\x90','\xde','\x39','\x88','\xbb','\x28','\x83','\x32','\x11','\xcd','\x62','\x94','\x41','\xb9','\x31','\x36','\x06','\x9a','\x78','\x06','\x2b','\xfb','\xbc','\x15','\x2f','\x97','\x33','\x68','\x87','\x2b','\x3f','\xee','\x16','\x1a','\x7d','\x64','\x28','\x3b','\x22','\x8f','\x3a','\x21','\x6d','\xfe','\x93','\x80','\x1c','\xa0','\xa2','\x04','\x95','\x8b','\x8f','\x63','\xde','\x9b','\xf2','\xd3','\x0f','\x88','\xfd','\x81','\xb4','\x2d','\x94','\x9d','\xeb','\xf5','\x7a','\x6e','\x01','\x5a','\x05','\x41','\x18','\x2f','\x46','\x75','\xa1','\x31','\x99','\xfc','\xa9','\xf2','\x00','\x9a','\x16','\xd1','\x34','\xbe','\x14','\x64','\x47','\xbd','\x38','\x2a','\xfc','\x17','\x4f','\x23','\x19','\x64','\xe0','\xa3','\xb3','\xc4','\xc1','\x89','\xe0','\x33','\xeb','\x92','\xf8','\xcc','\x3e','\x79','\xca','\x5b','\xc9','\xc0','\x2f','\xd1','\x79','\x5c','\xac','\x7e','\xa2','\xb4','\x66','\x1d','\x59','\xd3','\xe1','\x84','\x6e','\x4b','\x92','\x98','\x82','\x39','\xb9','\xb8','\xd9','\xe4','\x9f','\xf6','\xae','\x06','\x7d','\xc9','\x3f','\x04','\x66','\x3d','\xb9','\xed','\xf9','\x2b','\x48','\xfc','\x13','\x0e','\xcf','\x9f','\x96','\xbe','\x4e','\xc4','\xd6','\x74','\x34','\x77','\x0b','\x60','\x5e','\x5c','\x2d','\xce','\xe6','\xfa','\x92','\xdf','\x7b','\x00','\x9d','\xde','\x7d','\x31','\x91','\x88','\xfe','\xc6','\x44','\x84','\xfa','\x8b','\x8c','\xa0','\x1a','\x58','\x29','\x16','\xb5','\xcd','\x2f','\x66','\x6d','\xe1','\xf3','\x9e','\xe9','\x98','\xc3','\x0c','\x42','\x1e','\xf4','\xea','\xcf','\x48','\x12','\x18','\x16','\xa3','\x36','\xa1','\x9b','\x85','\x5f','\x9a','\xa7','\x00','\xa4','\x85','\xa5','\x2b','\x16','\xe6','\xd8','\x75','\xec','\xb1','\x40','\x47','\x97','\xa0','\x5b','\x7e','\xf0','\x5b','\xa6','\x89','\x9b','\x4d','\x41','\x30','\x8a','\xcf','\x8f','\x9b','\x7f','\x82','\xa6','\x1e','\xf5','\x59','\x00','\x84','\x32','\x91','\x5f','\x86','\x8a','\xe0','\xf0','\xa8','\x98','\x5c','\x33','\x68','\x1e','\x3a','\x2f','\xb7','\x91','\x5a','\x05','\xec','\x3e','\x16','\xbd','\x0b','\x26','\x0f','\x3b','\x97','\x3a','\x8a','\x18','\x4d','\xc0','\x1e','\x2e','\x47','\xe0','\xda','\xe2','\xd1','\xb6','\x8a','\x65','\x21','\xc8','\xe1','\xf9','\x89','\xb2','\x33','\x54','\xf8','\x77','\xd5','\x66','\xec','\xb3','\xa7','\x66','\x98','\x64','\xb4','\x2c','\x45','\x01','\x26','\x67','\xcb','\x59','\x57','\x1c','\x6f','\x1b','\x4f','\x12','\xa2','\xbd','\x0b','\xd1','\xfb','\x4e','\xff','\xd1','\x35','\x18','\x42','\x06','\x26','\xb8','\x50','\xef','\x1b','\x5d','\xdf','\x84','\x36','\xc9','\x40','\x10','\xce','\x7f','\x7e','\xb7','\x54','\xb8','\x5f','\x02','\xc0','\x9b','\xfa','\xdc','\x73','\xa3','\xa3','\x07','\x6d','\x52','\x61','\xea','\x66','\xf5','\xb9','\xdd','\xed','\xac','\x8f','\x07','\xf1','\x88','\xe6','\xaf','\xe6','\x20','\xe0','\x02','\x9b','\xfb','\x2d','\x0e','\xb2','\xeb','\x59','\x8e','\xed','\xd2','\x68','\x6b','\x2d','\xf6','\xa6','\xc5','\x02','\x3c','\xdc','\x6f','\x69','\xa1','\x23','\xa2','\x18','\xc7','\x20','\x7f','\x58','\xbe','\xe0','\x8e','\x1d','\x08','\x38','\xe0','\x4a','\xa8','\x2a','\x26','\xcd','\x82','\x0d','\xe4','\xf8','\xdf','\xef','\x6b','\xee','\x04','\x75','\x64','\x48','\xc3','\xdc','\x32','\xe0','\xdd','\xac','\xfc','\x0c','\xc5','\x6e','\x17','\xf1','\x7a','\x50','\x0e','\xe6','\x94','\x05','\x7e','\xe6','\x27','\x82','\x58','\x50','\xc8','\x8c','\x23','\xe5','\x67','\x52','\x66','\x1e','\xa6','\xba','\x76','\xbb','\x7e','\x77','\x74','\xa1','\x28','\x11','\x15','\x65','\x45','\x3a','\x53','\xeb','\x3d','\xee','\x8c','\x8a','\x3f','\xc0','\xba','\xd5','\xba','\x9c','\x72','\x4f','\xdd','\xe5','\x9c','\xb7','\x87','\x88','\x70','\x27','\xeb','\x51','\x7c','\xb0','\xc6','\xba','\x25','\x78','\xdb','\x54','\x99','\xbc','\x84','\xe5','\xa7','\x95','\x39','\x38','\xaf','\x71','\xd0','\x8f','\x50','\x7c','\xa4','\xca','\x82','\xb2','\x19','\x82','\x9b','\x54','\x92','\x1b','\x04','\x21','\x50','\xca','\x6a','\x59','\xa9','\x7b','\xa4','\x0b','\x1c','\x08','\xbd','\xde','\xf7','\xb2','\x31','\xc2','\xcc','\x8f','\x83','\x20','\xf8','\x21','\xa1','\x72','\x20','\x6c','\xc9','\x21','\xc9','\x28','\x39','\x4e','\xc9','\x08','\x3c','\x64','\x2c','\xc6','\xe7','\x17','\xd7','\xce','\x9f','\x18','\x63','\x7f','\x61','\x72','\xce','\xe7','\xa7','\x06','\x57','\x53','\xce','\x8c','\xb2','\xcb','\x05','\xa8','\xdb','\x8b','\x0a','\xde','\x3a','\xa9','\x1d','\x59','\x6f','\xfc','\xfc','\x77','\x4f','\x28','\xe2','\x40','\x6e','\x10','\x11','\x13','\x37','\x29','\x00','\x81','\xc8','\x85','\x5d','\xbe','\x50','\x84','\x2a','\x0c','\x91','\xb8','\x12','\xf4','\x4f','\xfa','\x9a','\xf4','\x48','\xbb','\xf9','\xc1','\xb4','\x2e','\x32','\x9b','\x87','\x67','\x03','\x53','\xe9','\x4e','\x9b','\x81','\xaa','\x3b','\x53','\xdf','\x3b','\x11','\x5b','\x24','\x2d','\xf2','\xc5','\x42','\x88','\x3a','\x53','\x6f','\xa8','\x33','\x2f','\xa2','\x00','\x11','\x17','\xcb','\x87','\xef','\x42','\x52','\x9b','\xa4','\xc2','\x94','\x7e','\x5a','\x76','\x8c','\xce','\xc1','\x6e','\xa4','\xc9','\x3e','\x0c','\x5f','\xed','\x74','\xcd','\x43','\xed','\x16','\x51','\x6c','\x08','\xbf','\xfa','\xb0','\xae','\x13','\x65','\xa5','\xf8','\xab','\x1f','\x35','\xf5','\xa8','\x0e','\x79','\x8e','\x4d','\x67','\x45','\x83','\x12','\x84','\x34','\xa2','\x44','\xb0','\x0a','\x8a','\x03','\x1b','\x33','\x2f','\xdb','\x15','\x38','\x69','\x6c','\x1f','\xab','\x42','\xdd','\x5a','\xb3','\x83','\xe4','\x2d','\xcf','\x85','\x78','\xbe','\x41','\xd1','\x8b','\xb6','\x19','\x4f','\xa6','\x02','\xe4','\xe1','\xac','\x2d','\xd8','\xc1','\x5d','\x68','\xf7','\x67','\x03','\xc0','\x0f','\x45','\xa1','\x0f','\x9d','\x1c','\xc0','\xe3','\x52','\x3e','\x8e','\x90','\x24','\x58','\xda','\x84','\xed','\x48','\x80','\xa0','\x91','\xf7','\x1e','\x83','\x4f','\xd4','\xd5','\xcf','\x2d','\xac','\xbd','\x8b','\x9e','\xb9','\xd9','\x3b','\x5d','\x6e','\x2d','\xef','\xf0','\xb1','\x31','\x10','\x51','\x45','\x00','\x43','\xf8','\x46','\xf4','\xaa','\x9e','\x56','\x95','\xf1','\x8e','\x93','\x70','\x27','\x83','\x66','\xc6','\x77','\x6f','\x89','\x64','\xc0','\x83','\x70','\x79','\x7b','\xa8','\xfc','\xf8','\xa0','\xe8','\x27','\x3c','\xc4','\xae','\x0a','\xdc','\x25','\xce','\x71','\x68','\x1b','\x33','\xec','\xbb','\xd6','\xb3','\xab','\x92','\xe2','\xb4','\x82','\x8b','\x9a','\xc3','\x5d','\x96','\xc9','\x80','\xb6','\x9d','\xa7','\x33','\xc5','\x6a','\xbb','\xb6','\x00','\xa9','\xdb','\xa5','\x41','\xb4','\x35','\xbd','\xa7','\xe8','\x9d','\xee','\xcb','\x30','\xe7','\x4f','\xc9','\x1a','\x98','\xf7','\x1e','\x85','\xf0','\xfa','\x4d','\x2d','\x14','\xcc','\x00','\xd0','\x7d','\x0d','\x76','\x05','\xf3','\x0e','\x2e','\x97','\xe3','\x7c','\x78','\xa6','\xe2','\x47','\x93','\xf4','\x24','\x21','\x6f','\x75','\x21','\xa2','\xbd','\x87','\xfb','\x6d','\xca','\x27','\xcb','\x59','\xce','\x3c','\x55','\xd9','\x94','\x67','\xee','\x30','\xb8','\x98','\x90','\x08','\x8c','\xc5','\xaa','\x3f','\x03','\x86','\x94','\xd8','\x38','\x42','\x7c','\xc9','\xd1','\x0e','\x3f','\xf3','\x73','\x85','\x08','\x84','\xdb','\xc6','\x71','\xcf','\xcf','\xd0','\xa8','\x32','\xc5','\x72','\x13','\x06','\xe4','\x80','\x29','\x37','\x7e','\xc1','\x69','\x6c','\xe6','\xc1','\xc6','\x08','\x2a','\x40','\x75','\x51','\x7c','\x96','\xb8','\xe7','\xd9','\x46','\x43','\x8e','\x46','\x76','\xbc','\x9d','\x07','\x41','\xf0','\x0b','\xf1','\x1e','\x1f','\xc4','\x1c','\xb4','\x50','\x72','\x10','\x2e','\xe4','\x77','\xa3','\x38','\xed','\x7c','\x90','\xd9','\xb6','\x3f','\x17','\xb7','\xf9','\x4c','\x7d','\x39','\x1a','\xcf','\x34','\xbd','\xff','\xb4','\xcb','\xf4','\x3a','\x0d','\xda','\xc4','\x7a','\x57','\x15','\xb2','\x09','\x15','\xef','\xc1','\x55','\xd2','\xc9','\xa4','\xb4','\x8d','\x05','\xc5','\x5e','\x28','\xf4','\x61','\x38','\x48','\x87','\x95','\x60','\x59','\xd8','\x40','\x28','\xe7','\xaf','\x92','\x10','\x6b','\x7e','\x38','\xc7','\x20','\xb0','\x93','\x27','\x3d','\x12','\x5f','\x5d','\xc8','\x43','\xb9','\xc1','\x15','\x5c','\xfc','\x8d','\x9a','\x4f','\xcb','\x5b','\x6b','\x43','\x1f','\x19','\x86','\x4f','\xc8','\xee','\xc3','\x84','\x4a','\xf1','\xe7','\x4b','\x5a','\x3d','\xaa','\xf4','\x9b','\xea','\x3b','\x13','\x7c','\x07','\x80','\x6f','\xf9','\xf3','\x97','\x13','\xe7','\xe9','\x1d','\x0b','\xcd','\xed','\xeb','\x09','\x3b','\xa0','\x62','\x7b','\xae','\x01','\x09','\x34','\xc4','\x26','\x51','\x6f','\xaa','\x04','\xed','\xe4','\x07','\x8b','\x61','\x71','\xdc','\x05','\xe2','\x63','\x23','\x52','\x51','\x30','\xcb','\xa6','\xf4','\x6c','\xad','\xc5','\xe7','\x99','\xec','\x8f','\x56','\x92','\x23','\x29','\xfd','\x15','\x82','\x61','\x5d','\xf7','\xb4','\x0e','\x4a','\x9d','\x99','\x19','\x6e','\xd7','\x7e','\x83','\x9d','\xf4','\x98','\x47','\x1b','\xc7','\x39','\x0d','\xa7','\xb5','\xc0','\x0e','\x7d','\xce','\x37','\x8a','\x35','\xcc','\xb1','\x53','\x80','\x8c','\x69','\x67','\x12','\x9a','\x24','\xf9','\xfb','\xd8','\x5c','\x2e','\x0f','\xce','\x65','\xfc','\xfc','\x5c','\xa6','\x4c','\xa3','\x97','\x45','\x6c','\x24','\x32','\x48','\x74','\x99','\xcb','\x3c','\xb3','\x46','\xfa','\x5f','\x6e','\x14','\x40','\xaa','\x6d','\x9c','\xbb','\xe9','\xe6','\x1e','\xc5','\x44','\x15','\xd4','\x4f','\x0d','\x06','\x25','\x70','\xd8','\xe1','\xf5','\x4b','\x3a','\xfd','\x12','\xcb','\xe2','\xec','\xe4','\x20','\x09','\x5c','\xde','\x00','\xe3','\x56','\x57','\x9e','\x27','\x93','\xf3','\x88','\x03','\xcc','\xd5','\x39','\x40','\x9d','\x6b','\x06','\x1e','\x43','\xd6','\x5a','\xbb','\x62','\x97','\x18','\x30','\x0b','\x29','\x78','\xdd','\xef','\x6a','\x4d','\xc0','\x0b','\x83','\xc9','\x68','\xe3','\x77','\xe5','\xf4','\xbd','\xd3','\xee','\x16','\x43','\x49','\xd7','\x9e','\xbd','\x4b','\xb8','\xd4','\x65','\xb4','\x2b','\x73','\xc5','\xb2','\x0a','\x0b','\x22','\xb2','\xef','\xe1','\xb2','\xb5','\x0b','\xc9','\xee','\xf2','\x02','\x67','\xde','\x60','\x1d','\x19','\x40','\x73','\x73','\xf7','\xb0','\xeb','\x46','\xd7','\x6f','\x6e','\x29','\xb1','\xcd','\x95','\x88','\xc4','\x67','\xa1','\xbe','\x6f','\xbb','\xba','\xd8','\xdd','\xcd','\x2a','\x4a','\x9c','\x98','\x9c','\x71','\x4c','\x60','\x5c','\x98','\x2d','\x6a','\x5d','\x96','\xed','\xed','\x68','\x36','\xa0','\xfd','\xd2','\xa8','\xef','\x42','\x6d','\xab','\xb2','\x2b','\x68','\xe1','\x83','\x32','\xf7','\xa6','\xf4','\x89','\x99','\x22','\xd8','\xc1','\xf5','\xdb','\x46','\x6f','\x6f','\x17','\x55','\xd2','\x3d','\x44','\xb8','\x38','\xfe','\xb4','\xf3','\x3e','\xce','\x7b','\x45','\xf9','\xc9','\x0d','\xc9','\x33','\xd6','\xc2','\xf9','\x8b','\x73','\x7a','\xb5','\xf6','\x1d','\xe2','\x32','\xcf','\x2b','\xc0','\x6b','\xee','\xbe','\x4c','\x69','\x05','\x22','\xbb','\x1a','\x61','\x94','\x75','\xab','\x4d','\x51','\x87','\x7a','\x3e','\x77','\xf8','\x19','\x80','\x38','\x36','\xe8','\x40','\x7c','\xbb','\xdb','\x9b','\xbb','\x13','\x5e','\xaf','\xc0','\x2b','\x61','\x6d','\xae','\x8b','\xe9','\x3c','\x5a','\xa9','\xe0','\xe3','\xff','\x78','\xd6','\x27','\xbe','\x9b','\x3f','\xa5','\xca','\x0d','\x56','\xb7','\x3f','\x90','\x63','\x67','\xba','\x9c','\xd7','\xff','\x4c','\xea','\x7b','\x55','\x80','\xd2','\x42','\xb9','\x4d','\x79','\x43','\x01','\xda','\xb6','\x6d','\x3a','\x28','\xb4','\x6d','\xdb','\xa2','\x65','\xfa','\x80','\x1b','\xc8','\xfa','\x60','\x72','\x0f','\xcf','\x87','\x87','\x2d','\x53','\xf4','\x2e','\xc7','\x0b','\x27','\xdc','\x53','\xdd','\xfb','\xf5','\xd3','\x21','\x9c','\x10','\x15','\x08','\x0a','\xb8','\xcf','\xa3','\x6e','\xb8','\xb0','\x2e','\xe0','\x3b','\x56','\x03','\x2c','\x93','\xa3','\xae','\x22','\x6c','\xb8','\xbe','\x52','\xda','\xb4','\xe2','\xc6','\xbf','\x79','\x1a','\xe7','\x5e','\xd0','\xdd','\x37','\x0e','\x68','\x00','\x58','\xc4','\xd3','\xcb','\xbe','\x13','\x5b','\x0a','\x1b','\x27','\xff','\x3f','\x74','\xff','\xd2','\x14','\x98','\xf9','\xcb','\x95','\x9f','\xc7','\xf5','\x0e','\x1b','\xf5','\x01','\x2a','\x56','\x1b','\x41','\x44','\x16','\xa5','\x8c','\x1b','\xf5','\x26','\xd4','\x83','\x59','\x2c','\x5c','\x36','\xd9','\xe2','\x42','\x44','\xdc','\x13','\x9c','\x68','\x99','\xa2','\x3b','\xa2','\xae','\xfc','\x4c','\x97','\xd5','\x7d','\x94','\xa9','\x7e','\x30','\xd1','\xa6','\x9a','\x01','\xfd','\x81','\xf2','\xe3','\x00','\x71','\xb7','\x93','\xb3','\xcc','\xa4','\x21','\x9a','\xb7','\x5c','\x6f','\x7a','\x28','\x49','\x79','\xeb','\xb8','\x1c','\x0a','\x5e','\xf8','\xcd','\xc1','\x08','\xe1','\x77','\x99','\xf2','\x78','\x7a','\x8a','\xb2','\x4b','\xe0','\x30','\x3c','\x1f','\x75','\x69','\xa9','\x8f','\xc5','\x80','\xbb','\x5a','\xff','\x14','\x04','\x39','\xd8','\x3a','\x4d','\xa1','\x1d','\x68','\x99','\x6e','\xe5','\x68','\x9b','\x5a','\x7e','\xda','\x85','\xe3','\x5c','\x47','\x02','\x7c','\x58','\x52','\x40','\x76','\xf9','\x03','\x3f','\xbb','\x13','\xca','\x8f','\xa4','\x45','\x01','\xdd','\x8e','\x70','\xe3','\x88','\x09','\x95','\x9f','\xa1','\x7f','\x0e','\xb4','\x57','\x6d','\x27','\xaa','\xf4','\x3e','\x21','\xb8','\x4e','\x87','\x0c','\xff','\x8c','\xc2','\x36','\x94','\x20','\x03','\xce','\x63','\x79','\xf9','\x48','\xb2','\xbd','\x64','\xf7','\xd5','\xdc','\xf2','\x3a','\x10','\x11','\x3d','\x13','\x74','\xb9','\xf8','\xe1','\xff','\x7a','\xc8','\x5b','\x6f','\xb9','\xa7','\x50','\xd0','\x03','\xe8','\x23','\x1f','\xf9','\xb0','\xe4','\xae','\x68','\x49','\x12','\x34','\xa1','\xe0','\x05','\xe4','\x93','\xd5','\x16','\x02','\xb3','\x5a','\x60','\xde','\xbe','\x6d','\xf4','\xf6','\xed','\x92','\xe7','\x7d','\x36','\x38','\xef','\x43','\xaa','\x20','\xdc','\x6e','\x3b','\xfd','\xf1','\xfb','\x9d','\xee','\xb7','\xbd','\x84','\x1d','\x57','\x06','\xb1','\xf6','\x19','\xf8','\x70','\xcb','\x99','\x88','\x05','\x52','\x30','\x05','\xeb','\xf2','\xcd','\x83','\x0f','\xb4','\x5c','\x0b','\x6d','\x53','\xd6','\xad','\x07','\x17','\xd9','\x68','\x7f','\xb3','\xe3','\x1d','\x4e','\xab','\xbd','\x93','\xdc','\xe1','\xbe','\x17','\x58','\xf8','\x10','\xa3','\xa4','\x95','\xc9','\x2c','\x3f','\x6f','\x17','\xb5','\xfc','\x6c','\x9c','\x1d','\xb7','\xf9','\x10','\x4a','\xb7','\xdf','\xdf','\x04','\xf7','\x7e','\x85','\x0c','\xf4','\x75','\xf6','\x09','\x6c','\xb3','\x52','\x42','\x56','\x30','\xab','\xfc','\x3e','\x7d','\x56','\x25','\xa8','\x0b','\x51','\xeb','\x12','\x83','\xc9','\x86','\xd9','\x7c','\xee','\xf6','\x5e','\xfb','\x5c','\x92','\xd0','\xc4','\xaf','\x51','\xff','\xf4','\x58','\x8c','\x37','\x6a','\x21','\xcb','\x00','\x26','\x22','\x16','\xc5','\x8f','\xc3','\xc5','\xf3','\x0a','\xd1','\xde','\x2a','\x5b','\x42','\x8f','\x06','\x9a','\x96','\xd0','\xe9','\x6e','\x6a','\x13','\x93','\x1f','\x2e','\x0b','\x7c','\xb3','\xa4','\x8b','\x9e','\x75','\xc2','\xcd','\x3c','\x51','\xfe','\x2a','\x9b','\x24','\xf4','\x70','\x78','\x1e','\xa6','\xed','\x72','\x19','\x2c','\x8e','\xf2','\xf8','\x22','\xd4','\xa3','\x30','\xd8','\xab','\x96','\x71','\x61','\xda','\x1c','\x5c','\xcf','\xca','\x04','\xa6','\x3a','\xcf','\x0f','\x23','\x96','\x02','\x6a','\xd8','\x11','\x1f','\x86','\xef','\x53','\x6b','\xf7','\xcf','\x96','\x9c','\x3f','\x1e','\x20','\xdd','\xe4','\x0d','\x09','\x21','\x34','\x25','\x90','\x80','\x6a','\xda','\x84','\x5d','\x96','\xf1','\x3d','\x4e','\x61','\xee','\x8b','\x50','\xa9','\xc8','\x3f','\x72','\x15','\xce','\xbe','\xc0','\x3e','\xb5','\x23','\xf7','\x55','\x9c','\xfb','\xc9','\xf4','\x3a','\x5c','\x73','\xc9','\x38','\xae','\xf2','\x47','\x15','\xe4','\x02','\xa1','\xd9','\x39','\xea','\x65','\x94','\xb2','\x9e','\xb7','\x94','\x89','\x02','\x6a','\x76','\xc5','\x89','\xa0','\x16','\x30','\x76','\x4f','\xc8','\xea','\xc8','\xf7','\xbd','\xd3','\x6a','\xd1','\xfd','\x70','\x21','\x5f','\xf1','\xfe','\xaa','\x21','\x67','\x8d','\xe4','\x83','\xe7','\x67','\xf5','\x7c','\xb0','\xb3','\x38','\x1d','\xca','\xa2','\x69','\x03','\x1a','\xca','\xd1','\xa2','\x7c','\x57','\x5c','\x88','\x3b','\x5d','\x48','\xc3','\xef','\x7a','\xb8','\xec','\x7d','\x97','\x64','\xd7','\x96','\xfc','\xe5','\xf7','\x88','\xb4','\x8d','\x63','\xc7','\x94','\x8b','\xcb','\xdb','\xd8','\x19','\x1e','\xfe','\x9e','\x75','\xf6','\xeb','\x26','\xf5','\x21','\x3f','\x8f','\x44','\xf2','\x4d','\x9b','\xa1','\x99','\xbe','\x90','\x2a','\xe8','\xb4','\x9b','\xe2','\xc7','\x00','\x0f','\x42','\xd4','\x45','\x95','\x46','\xbf','\x8b','\x26','\x01','\xfd','\x2c','\xa8','\x52','\x26','\x0e','\xd6','\x74','\xf2','\xcf','\x4f','\xb8','\xcd','\x41','\x19','\x8f','\x28','\x10','\x38','\x93','\x87','\xdc','\x8b','\x2f','\xb5','\x48','\x63','\x18','\x67','\x1e','\x96','\x05','\x78','\xaf','\x25','\xe8','\xb2','\x0b','\x5c','\x60','\xee','\x4c','\xcd','\x2c','\x05','\x1e','\xe5','\xcd','\xef','\x72','\x51','\xe2','\xd9','\xfa','\x0c','\x96','\x11','\x2f','\x10','\xdd','\x08','\x1d','\xfc','\xa8','\x8b','\x21','\x9c','\xf9','\x28','\xe1','\x86','\xd3','\x43','\x24','\xa2','\x42','\x89','\xd0','\xc8','\x8a','\x67','\x96','\x1f','\x0c','\xfa','\x31','\x75','\xf4','\x60','\x0e','\x39','\x86','\xb3','\x1e','\x04','\x40','\x4f','\x4b','\x50','\x94','\x5c','\xe4','\x39','\xee','\xc0','\xe3','\x06','\xa3','\xec','\x42','\xb7','\xf7','\x4e','\xd2','\xef','\x74','\xbf','\x77','\xba','\x98','\xd2','\xd8','\x1a','\xc7','\x18','\x05','\x6f','\x22','\x28','\x04','\x8d','\x9b','\xd1','\xb4','\x82','\x7d','\x2f','\x44','\xd6','\x73','\x36','\x97','\x4b','\x06','\x9f','\x10','\xbb','\xef','\x27','\x92','\xf3','\x32','\xcc','\x0d','\x8d','\xde','\xa5','\x21','\xbb','\xdf','\x7e','\xbb','\xd0','\xdb','\xb7','\x0b','\x8c','\xa9','\x82','\x4c','\xbf','\x40','\xf5','\xfd','\xf7','\x3b','\xdd','\xde','\x77','\x8d','\x2a','\xd7','\x3b','\x30','\x8a','\xe5','\x45','\x42','\xba','\xf2','\x43','\xc9','\x37','\x97','\x8d','\xf5','\x6e','\x98','\xcb','\x66','\xae','\x92','\xde','\x79','\xfd','\xec','\x7c','\xe0','\x0a','\x71','\x63','\xa2','\xeb','\xa5','\x11','\x89','\xd0','\x5d','\x76','\xea','\x77','\xab','\x05','\xf0','\xa0','\xaf','\xa2','\x31','\x37','\xec','\x62','\x53','\xb5','\xfa','\xa8','\x22','\xd7','\xdc','\x32','\x31','\x8c','\xbd','\x88','\x5a','\xb5','\x26','\xe5','\xc7','\xd6','\x5a','\x94','\x21','\x69','\xe5','\xa5','\xb0','\xf8','\x25','\x6e','\x9a','\x46','\xe7','\x24','\x19','\x4d','\x8c','\x79','\x46','\x9c','\x14','\x65','\x09','\x69','\x54','\xc0','\x38','\xa3','\x34','\xe4','\xb3','\x39','\x51','\xa6','\x35','\x21','\x9b','\xe7','\x68','\x70','\xbe','\x44','\xc4','\x9c','\xf2','\x06','\x85','\xaa','\x64','\x19','\x5d','\xfd','\xa7','\x43','\xc1','\xbd','\x5e','\xaf','\xc0','\x33','\x79','\x36','\xcc','\x15','\xe5','\x06','\x21','\xd1','\x09','\x68','\x92','\xd0','\x5d','\xa6','\xb6','\xfb','\x26','\x53','\x6e','\x6a','\xa4','\xeb','\x5b','\xb8','\xbf','\x4a','\xca','\x0b','\xdf','\xc0','\x4b','\xb9','\x26','\xd9','\xf7','\x42','\xdd','\x4c','\x1f','\x59','\x7d','\xb6','\x6d','\xa3','\xd6','\x5a','\x89','\x61','\xb0','\x6d','\x5b','\x51','\x8a','\x3c','\x95','\x8b','\x50','\x3d','\x56','\xb6','\x67','\x1c','\x7d','\xe9','\xb2','\xf3','\xb5','\x61','\x4a','\x98','\x7a','\xca','\x57','\x6c','\x31','\x73','\xf1','\xab','\x03','\xac','\x5d','\xc5','\x41','\xc6','\xf1','\x3b','\x5c','\x1c','\xff','\x2a','\x4a','\x10','\xa4','\x11','\x63','\xe1','\x92','\xcc','\x23','\x1d','\x2d','\x43','\x4e','\x82','\x7c','\xc1','\x27','\x71','\x4c','\x66','\x5b','\xb4','\xa7','\x88','\x64','\x2e','\xf4','\x99','\x62','\x41','\x38','\x9a','\xf5','\xbe','\xfc','\xfa','\x68','\xf9','\xda','\xb8','\xd4','\xc7','\x64','\xfe','\xf8','\x6b','\x0d','\xd7','\xf3','\xad','\xf5','\xc5','\x9e','\x89','\x89','\xed','\xbe','\x81','\x52','\x12','\xa7','\x72','\x13','\x93','\xdc','\x05','\x07','\x4a','\x0f','\x86','\xdd','\x2e','\x1c','\x07','\x9a','\x69','\x7c','\x04','\xa9','\x7e','\x2d','\x1a','\x9f','\xa4','\x03','\xf0','\xf6','\xd5','\x69','\x04','\x3b','\x4f','\x55','\x52','\x24','\xf3','\xea','\x05','\x5e','\x7c','\x96','\x39','\x07','\x07','\x2b','\x3c','\x37','\x6e','\x4c','\xb4','\x71','\x23','\xbe','\x74','\x22','\x53','\x66','\xee','\x44','\xba','\xbb','\xec','\x07','\x95','\x89','\xe2','\x7c','\x8f','\x1f','\x5e','\xf7','\x05','\x6c','\x56','\x7e','\xc6','\xf4','\xcc','\x4c','\xe5','\xe5','\xc7','\xf2','\x3a','\xfe','\xfe','\x90','\x9e','\x06','\x0c','\x59','\xd6','\xc5','\xf9','\xce','\xa0','\xaf','\x1b','\xe9','\x93','\xa4','\x79','\xc2','\x95','\x8d','\x22','\xda','\x13','\x6f','\xa0','\xfc','\x10','\x07','\x00','\x8d','\x73','\x41','\x78','\x00','\xe0','\x60','\x93','\x23','\xa8','\x69','\x3f','\x77','\x81','\x35','\x4f','\xf8','\x29','\x7e','\x99','\x7e','\x3a','\x5b','\xb3','\x7c','\xdd','\x1b','\x5f','\x8a','\xf5','\x50','\xa6','\x02','\x97','\xe0','\xdf','\xd2','\x91','\x12','\xe4','\xd6','\x10','\x86','\x07','\xdc','\xd4','\x52','\xe6','\x3b','\xf9','\x0a','\xe2','\x23','\x73','\xac','\x1d','\x13','\x50','\x10','\x93','\x7d','\xe6','\xc2','\x85','\x0a','\x4d','\xef','\x3d','\xcf','\x7c','\xd8','\x9d','\x56','\xce','\xec','\x82','\xef','\x76','\x6f','\xa4','\x11','\x87','\xfd','\x8f','\x1f','\xc4','\x4e','\xd9','\x19','\x4d','\xa6','\xfa','\xb9','\xdc','\x7b','\xe3','\x1a','\xa4','\x81','\xb3','\xa2','\xf2','\x84','\x16','\xe3','\xf2','\xd5','\x85','\xaa','\x00','\xad','\xd6','\x2e','\xf9','\x95','\x88','\xa4','\x11','\x55','\x89','\x48','\xf6','\x4e','\xb7','\xde','\xe9','\x7e','\x63','\xba','\xf9','\xf9','\x3a','\x03','\x8d','\xa1','\x08','\xc5','\xd8','\xcd','\x1c','\xae','\x6b','\xb4','\xbb','\xbd','\xd9','\x78','\x80','\x85','\x96','\x99','\xe2','\xec','\xd5','\xd6','\x1b','\x6d','\x5b','\xa7','\x7b','\xdb','\x89','\x99','\xe8','\x7e','\xa7','\x04','\x92','\xdd','\xfb','\x48','\x79','\x17','\x0e','\x58','\x7e','\xae','\x1e','\xbd','\xcb','\xfa','\xa9','\xae','\x89','\x7b','\x28','\x3f','\xef','\xbf','\xab','\x12','\xd7','\xbb','\x14','\xc5','\x27','\x5b','\xed','\x16','\x0a','\x89','\xee','\x6c','\xec','\x97','\xe2','\x36','\xba','\xbc','\x5d','\xf4','\x0e','\x21','\x73','\x43','\xc3','\x88','\x71','\xfb','\x2e','\x74','\x7b','\x57','\x05','\xcb','\xfb','\xcb','\x3e','\xce','\xec','\x73','\xd8','\x15','\x2a','\x8a','\xb1','\x40','\x6e','\xf3','\x10','\xdb','\xd7','\xb7','\x0b','\x7d','\xfb','\x4d','\xdd','\xde','\xda','\xa6','\xd8','\xb2','\x43','\xdf','\x89','\xd2','\xf2','\x73','\xbf','\x39','\x0f','\xf6','\xc0','\x42','\xce','\x57','\x38','\x7f','\x8b','\xd4','\x3b','\x93','\x57','\xae','\x57','\xcc','\x0c','\x08','\x72','\x84','\x0a','\x26','\x9a','\xa6','\xbc','\xc9','\x3a','\x12','\x22','\xda','\x35','\x1f','\x42','\xb2','\xb0','\x08','\xfa','\x3c','\xc1','\xf7','\xb1','\xc0','\x49','\xd6','\x22','\x52','\xa4','\x32','\x86','\xde','\xb4','\xde','\x3b','\xb5','\xa6','\xee','\x5e','\x1e','\xdc','\xf9','\xfd','\xfd','\x9d','\xbe','\x7d','\xfb','\x16','\x1b','\x46','\xd7','\x37','\x3b','\xf3','\x73','\xf1','\x8b','\x7e','\x71','\xde','\x40','\x61','\x51','\x2d','\xc8','\x62','\xdf','\x08','\x81','\x8b','\x8b','\x55','\x26','\x74','\xb0','\x02','\xe7','\x78','\x39','\x3d','\xe2','\xaf','\xd0','\x2c','\x63','\xbe','\x30','\xed','\xfb','\xbe','\x3c','\x07','\xb4','\x8a','\x74','\x3d','\x45','\x81','\xc3','\x86','\xc5','\xa1','\xa1','\x05','\xea','\x8d','\x41','\xf3','\x09','\x6c','\x19','\xcf','\x96','\x56','\x9c','\x60','\xe3','\x86','\xb9','\xbf','\x7b','\xa8','\x04','\xf9','\x47','\xdb','\x49','\xf9','\xe1','\x67','\x81','\xd6','\xf8','\xe6','\xf5','\xf7','\xa3','\x98','\x83','\x05','\x6d','\x94','\x4a','\x47','\x09','\x17','\x0a','\xdb','\x11','\x40','\xe5','\x06','\xef','\x21','\x08','\xc8','\x01','\xeb','\xc0','\x33','\xdd','\xc8','\x85','\x17','\x99','\x1f','\x26','\xde','\xc1','\x4b','\xcf','\xba','\xa8','\x3e','\x93','\xe7','\xb3','\xd3','\xe4','\xbc','\x7c','\x58','\x8c','\xcb','\x63','\x44','\xaa','\x23','\xc2','\xd0','\x48','\x33','\xdb','\x61','\xd8','\xf8','\x89','\xb1','\x63','\xc1','\x2d','\x16','\xd6','\x43','\xd0','\xf8','\x0c','\x38','\xfd','\x3c','\x5d','\x1e','\xa5','\xef','\x5d','\xfe','\x33','\xe9','\x14','\x57','\x7f','\x70','\xfa','\xbf','\x3c','\x8d','\x4f','\x1b','\x71','\x86','\x74','\x17','\xc5','\xf0','\x50','\xd4','\xa2','\x6c','\xdc','\xfd','\xe3','\xc6','\xb4','\x31','\x11','\xf3','\x06','\xf5','\xe8','\x22','\xdf','\x6c','\x97','\xd4','\x0f','\x07','\x87','\x05','\x64','\xc1','\xce','\x59','\x19','\xb6','\xfb','\xec','\xf7','\xe3','\x47','\x87','\x79','\x1e','\x2a','\x41','\xb9','\xf9','\xe2','\xc0','\xb8','\xfe','\xec','\xab','\xc3','\x5c','\x6f','\x86','\x51','\xd5','\x45','\x57','\xc1','\x5f','\x8b','\x30','\xad','\x44','\x19','\x75','\x2b','\x17','\xe4','\xac','\x40','\xa0','\x7c','\xa2','\x71','\x6d','\x37','\x10','\x22','\x14','\xff','\xaf','\x32','\x46','\x9b','\x07','\x6c','\x0d','\xbf','\x0e','\x8d','\x5e','\x3c','\x3d','\x50','\x7a','\x68','\x41','\x93','\xf2','\x5d','\xd6','\x3f','\xc4','\x59','\x1e','\x2f','\xa3','\xb4','\x9d','\x4c','\x39','\xa0','\xd8','\xed','\x6e','\x2d','\x2f','\xdc','\xf4','\xe8','\x80','\x51','\x7f','\x87','\x17','\x1d','\xd4','\x19','\xe0','\x56','\x20','\x0d','\xca','\x83','\xfd','\xef','\x07','\xde','\x31','\xd2','\x5b','\x6d','\x66','\xee','\x70','\x93','\x8f','\x49','\xea','\x3e','\x94','\xcc','\xea','\x44','\x85','\xc3','\xd7','\xd8','\x27','\x89','\x9f','\x4d','\x71','\x80','\x77','\xc5','\xe9','\x40','\x04','\xee','\x15','\x56','\x3a','\x07','\xf8','\xd6','\xb2','\xb8','\xcc','\x2f','\x7f','\x16','\x20','\x9d','\x68','\x78','\xbf','\x0e','\x59','\xb1','\x7c','\x75','\x21','\xde','\xa5','\xde','\x33','\x65','\x56','\x17','\x47','\x41','\xd3','\x26','\x24','\xb9','\x52','\x00','\xc1','\x04','\xe2','\xbd','\x7a','\x5e','\xaf','\x77','\xa1','\xcb','\x7d','\xa3','\xcb','\x55','\x95','\x97','\xdd','\x82','\x4a','\xf8','\x05','\xaa','\x5b','\x6b','\x11','\xe5','\x4d','\x03','\x58','\x64','\x88','\x6b','\x57','\x00','\xba','\x28','\x18','\x7d','\xff','\xe3','\x4e','\x7f','\xfc','\xa1','\x8a','\xc9','\x7e','\x4f','\x8c','\x87','\x21','\x54','\x2a','\xd6','\x37','\xc5','\x26','\xd4','\xba','\xb4','\x18','\x6c','\x57','\x75','\x35','\x15','\xb2','\x3b','\xcd','\x84','\x69','\xdf','\x89','\xee','\xb7','\x9d','\x7e','\xff','\x1f','\x37','\x7a','\x7f','\xbf','\xd3','\x6e','\x74','\xd9','\x36','\x26','\x6a','\x44','\xfd','\x2e','\x6a','\x75','\xba','\xf7','\xb0','\x90','\x95','\x64','\xbc','\xea','\x4a','\xd6','\xf5','\xed','\x42','\xd7','\x6f','\x17','\xba','\x5e','\xab','\xd5','\x87','\x1b','\x87','\x15','\xdd','\x2d','\x4d','\xaa','\xfc','\xec','\x11','\x50','\xa3','\xd0','\x9c','\xcd','\xe1','\x6c','\x94','\xb1','\x54','\xc5','\xd6','\x98','\x96','\xaa','\xf1','\x34','\x99','\xf3','\x5a','\x18','\x3f','\x3b','\x55','\x36','\x2f','\x19','\x5f','\x93','\x10','\xfe','\x15','\xf7','\x0d','\xf3','\x7e','\x6a','\xcc','\x5a','\xa8','\xb2','\xbf','\x39','\x9a','\x91','\x17','\x8a','\x0b','\xa6','\xd6','\xf2','\xcc','\x9f','\x5b','\x7f','\xb6','\x4b','\xd3','\xb3','\xa3','\x4b','\xbf','\x3f','\x6b','\x23','\x78','\x73','\xcd','\x56','\x60','\x9d','\xd7','\x11','\x0c','\x64','\x97','\x94','\x05','\x12','\xbd','\xb7','\xfc','\xd9','\x9f','\xb3','\xe5','\xe2','\xb3','\xc8','\x5e','\x06','\x43','\x0e','\x91','\x2a','\x80','\xb7','\xdb','\x6d','\xca','\x5b','\x82','\x20','\x8c','\x5a','\xd9','\xea','\xd0','\xd0','\x9c','\x46','\xa1','\xe3','\xe5','\xd5','\xdf','\x24','\x9e','\x19','\x93','\x1e','\x60','\x87','\xe7','\x21','\xc5','\x5f','\x2b','\xe5','\x1c','\x58','\xcf','\x86','\xd1','\x77','\x75','\xa4','\xd3','\x64','\x82','\xf5','\x83','\x99','\x4c','\x6a','\x7e','\x3f','\xb2','\x40','\x1c','\x15','\x08','\x8d','\x1a','\x36','\xd0','\x9e','\x52','\x54','\x6b','\x9f','\x3e','\x9e','\x5e','\x06','\xac','\x2f','\xa7','\x15','\x52','\xc1','\x0a','\x61','\x51','\xb7','\xdd','\xab','\x55','\x9c','\x79','\x4c','\xcb','\x5d','\x59','\xa9','\x73','\x80','\x28','\x41','\xf1','\xaa','\x39','\x47','\x81','\x11','\xfe','\x72','\x09','\xe5','\x44','\x71','\x89','\xf8','\x6c','\x99','\xf4','\x31','\xa6','\x39','\x7c','\x77','\xbd','\x54','\xc2','\x12','\x17','\xb9','\x5e','\xaa','\xfe','\x68','\x25','\x60','\x0f','\x26','\xa3','\xee','\x33','\x1e','\xf5','\xa8','\xb1','\x46','\xa9','\xd2','\x9b','\xe5','\xd5','\x47','\x5e','\x0f','\x64','\xa3','\x1b','\xd1','\x23','\x0a','\x7e','\x21','\x5f','\xbd','\x48','\xe3','\x00','\x57','\x08','\xc2','\x12','\xff','\x16','\xb7','\x14','\x92','\xaa','\xfc','\x78','\x9e','\xb8','\xdb','\xc7','\x3a','\xdc','\x3b','\xc5','\xae','\xe3','\x08','\x9a','\xe7','\xf6','\x82','\x10','\xf3','\x3f','\xb6','\x56','\xab','\xf5','\x67','\x00','\x15','\x23','\x68','\x19','\xdf','\xa3','\xf5','\x34','\x7d','\x46','\xa4','\xb8','\x92','\x70','\xf4','\xbb','\x7e','\xac','\x25','\xd5','\xf3','\x02','\x26','\xc5','\x31','\x3f','\x7c','\x46','\xf7','\x9f','\xe6','\x77','\xb8','\x5c','\x5a','\x86','\x0e','\x36','\x0d','\xc9','\xc1','\x0c','\x6e','\x00','\x63','\x79','\xee','\x4a','\x18','\xe5','\x4b','\x1e','\x36','\xdf','\xf7','\xbc','\x3f','\x26','\xdd','\x73','\x24','\x2c','\x44','\x9e','\xbf','\xec','\x73','\x9b','\xc5','\x69','\x04','\xa1','\x78','\x67','\x95','\xbe','\x96','\x4a','\xad','\xff','\x3e','\xca','\xd6','\x50','\x8a','\x48','\xcf','\xb8','\xe0','\x06','\x1d','\xc3','\x1c','\x52','\xda','\x69','\x50','\x82','\x3c','\x20','\x0f','\x8d','\x38','\x19','\x4b','\x9c','\xa2','\xae','\x2c','\x09','\x89','\x06','\x15','\x10','\xa1','\xde','\xcd','\xa5','\x50','\x2f','\xa8','\x32','\x45','\x8e','\xb3','\x0d','\x16','\xb4','\x44','\xdb','\x65','\x73','\x79','\xb8','\x98','\xb8','\x71','\x3d','\x7f','\x41','\xa4','\xc1','\x04','\xae','\xd7','\x8d','\xee','\xf7','\x3d','\xac','\x6c','\x7e','\x99','\xe7','\xb6','\xe5','\x1d','\x33','\xbc','\xb1','\x5a','\x64','\xac','\xa1','\xd2','\x95','\x97','\xf7','\xbb','\xd0','\xfb','\x1f','\x77','\xfa','\xfd','\x3f','\xee','\x74','\x7b','\xbf','\xd3','\x7e','\xb7','\x89','\xc1','\xaa','\x34','\xae','\x98','\xb4','\x62','\xc0','\x3c','\x53','\xa8','\x77','\x43','\x79','\x84','\xb0','\x44','\xf7','\x5d','\xd4','\xea','\xf3','\xfb','\xff','\xb8','\xd1','\xef','\xff','\x71','\xa3','\x7d','\x17','\xeb','\xaf','\xcd','\xcb','\xbb','\x5a','\x68','\x6e','\xef','\x7b','\x89','\x78','\x87','\xeb','\x2e','\x37','\x3d','\x82','\x71','\x79','\x6b','\xf4','\x66','\xca','\xcf','\xe5','\xd2','\xf4','\x62','\x58','\xe3','\x1d','\x06','\x9a','\x46','\x78','\xed','\x5b','\x8f','\x73','\x4c','\xce','\x7b','\x23','\xef','\xc6','\x79','\x15','\x92','\x1a','\x74','\xed','\x24','\x45','\x29','\x55','\x54','\x00','\x03','\x60','\x25','\x51','\x91','\xbf','\x3c','\x2b','\xce','\xf0','\xef','\x99','\xe4','\x1d','\x9b','\x77','\x66','\x24','\x51','\x6b','\x62','\x54','\x59','\x52','\xe3','\x79','\x73','\x96','\x39','\x23','\xf7','\x5d','\x21','\x84','\x79','\x3d','\x2b','\x3a','\xb6','\x22','\xe9','\xe9','\xf3','\xb8','\xfb','\xdc','\x06','\xda','\x44','\xe8','\xf7','\x1d','\xce','\xbf','\x2d','\x36','\x6d','\x04','\x3e','\x7f','\xcf','\xa4','\xf3','\xb8','\x52','\xe5','\x43','\x41','\x10','\x1e','\xdd','\x00','\x5d','\xf2','\xc6','\x3f','\xfa','\x01','\x85','\x6f','\x6d','\xd9','\x00','\xfc','\x56','\x93','\x90','\xce','\x19','\xe5','\x9f','\xb4','\x48','\x3e','\xff','\xc0','\x6f','\xb7','\xa4','\x3a','\x47','\x0d','\xa9','\x71','\xec','\x68','\x4d','\xb3','\xa9','\xcc','\x60','\x19','\x07','\xb8','\x64','\xff','\xbb','\x8c','\x57','\x11','\x0d','\x8b','\xb9','\xc1','\xf0','\x49','\x95','\xc6','\x71','\xf7','\x49','\x2a','\xb1','\x38','\x45','\x8c','\x0c','\x02','\x63','\xbc','\x38','\xf8','\x9f','\xf4','\xb5','\x69','\xb5','\x8e','\xe1','\x3c','\xf0','\x45','\x4b','\xb3','\x1d','\x0f','\xc2','\x99','\x28','\x7f','\x45','\x11','\x5a','\x2a','\xcd','\xa1','\x18','\xe8','\xce','\x38','\x93','\xdd','\xb9','\xd1','\x15','\x64','\xb4','\xb8','\xaf','\x85','\x49','\xa6','\x09','\xfc','\x1d','\xd3','\x28','\xd3','\x9f','\x4c','\x12','\x8c','\x8d','\x4b','\xeb','\x41','\x5e','\xc9','\x85','\x55','\xc4','\xad','\x5e','\x0d','\xc0','\x22','\xd9','\x82','\xec','\x87','\xab','\xa5','\xec','\x2e','\x2f','\xa7','\x0e','\x2a','\x56','\x44','\x21','\xfb','\xc2','\x1d','\x65','\x50','\x7e','\x44','\xf0','\xa5','\x5a','\xce','\x52','\xc1','\x59','\xd2','\x42','\x32','\xbf','\x24','\x5f','\x2d','\x74','\xaa','\xc5','\x97','\xb9','\x28','\xe7','\x47','\x6c','\xff','\x98','\x09','\xf1','\x58','\xba','\x48','\x32','\xdc','\xef','\x33','\x03','\x9b','\x31','\x65','\x10','\x09','\x90','\x61','\xf1','\xac','\xc7','\x79','\x8b','\x0c','\x78','\x00','\x1a','\x92','\x81','\xf0','\x72','\xb8','\x9e','\x40','\x19','\x70','\x1d','\x68','\x94','\x85','\x0e','\xec','\x2f','\xcd','\x36','\xb3','\x55','\xb9','\x62','\xdf','\xdd','\x87','\x39','\xe2','\x3c','\x31','\xee','\x22','\xf9','\x32','\x95','\xa1','\xe0','\x21','\xb8','\x83','\xb0','\x2a','\xc9','\xdc','\xd5','\x2d','\x29','\xf8','\xc0','\xde','\xf5','\x48','\x71','\xa8','\x38','\x12','\xf0','\x12','\xf0','\xad','\x6f','\x21','\x92','\x1d','\xe2','\xee','\xbb','\x7e','\x6d','\xa4','\x97','\x1c','\x13','\x53','\x28','\xe9','\xaa','\xd8','\x51','\x58','\x33','\xfc','\x42','\xcf','\xb0','\x00','\x99','\xe6','\x3f','\xf2','\xab','\x2a','\x39','\x42','\xdb','\x85','\x93','\x9e','\x04','\xe0','\x37','\x1a','\x0e','\x4a','\x9e','\x48','\x84','\xd0','\x7e','\xff','\xfd','\x4e','\xef','\xef','\x77','\xba','\xbf','\xf7','\x08','\x18','\x12','\x2f','\xc4','\x52','\x14','\x9d','\xcf','\xf2','\xac','\xc3','\xdb','\x25','\x2f','\x1c','\x55','\xd7','\x3a','\x0d','\x7a','\x40','\x26','\x83','\xee','\x7b','\xa7','\x3f','\xfe','\xb8','\xd3','\xef','\xff','\xe7','\x3b','\xbd','\xbf','\x77','\x6a','\x8d','\xe8','\xdb','\x6f','\x17','\x62','\x53','\x52','\xee','\xb7','\x6e','\xca','\x5b','\x9e','\xd9','\x1b','\x3d','\x24','\xe2','\xbc','\xcf','\xb5','\xa9','\xd5','\xe7','\xed','\x42','\xdb','\x35','\x95','\x2c','\x77','\xc4','\xd7','\xcf','\x12','\xf7','\x16','\xdd','\x2d','\x8a','\x1d','\x2a','\x85','\x0c','\x74','\x70','\x5a','\xe8','\xab','\xb3','\xac','\x19','\x39','\x7e','\x25','\x8d','\x26','\x51','\x0c','\x99','\x86','\x7d','\x14','\x6d','\xa9','\xbb','\xcc','\x9e','\x88','\xb6','\xc3','\xe9','\x3d','\x6a','\x4d','\xe3','\x23','\x5c','\x4c','\x0e','\xca','\xe7','\xe1','\xc3','\xfd','\x7e','\x27','\xb5','\x04','\xee','\xf4','\xaf','\x7f','\xfb','\x4d','\xad','\x6b','\xd7','\xc1','\x5a','\xd8','\x90','\xef','\xa0','\x01','\x28','\x23','\x5c','\x86','\x2d','\x36','\x36','\xd4','\xdd','\x38','\x23','\x40','\xd6','\xa0','\x1a','\xf6','\xbe','\x2b','\x4c','\xab','\xcd','\x9e','\xef','\x90','\x46','\xef','\x9c','\x38','\x03','\xb5','\x48','\xc5','\x02','\x34','\xfa','\xc8','\x3d','\xb2','\x00','\x05','\xa0','\x66','\x7c','\x56','\x35','\x61','\xcc','\x20','\x64','\x11','\x5c','\x3d','\x9f','\x10','\xc5','\xe1','\xfb','\x61','\x15','\x58','\xfa','\xe7','\xae','\x16','\xde','\xef','\xbd','\xde','\x8f','\xe5','\xbf','\x82','\x6a','\x30','\x7d','\xb2','\xbd','\x41','\x2a','\x1e','\x9e','\x2d','\x73','\x33','\xe1','\x76','\x87','\x0b','\x3a','\xb1','\xd9','\x39','\x2a','\x42','\xb9','\xc0','\x1d','\x97','\xa8','\x8b','\x2a','\x88','\x4c','\xc9','\xb5','\x67','\x02','\xea','\x43','\x5f','\xeb','\xd7','\xb1','\xfc','\xef','\x39','\x15','\x1e','\x97','\xfe','\xec','\x70','\x74','\xd8','\x21','\x3d','\x2b','\xa7','\xd4','\xe7','\x26','\x78','\x68','\x4c','\xd0','\x62','\x30','\x05','\xf9','\xce','\x38','\x61','\x5e','\xf6','\x85','\xff','\x2f','\xae','\x05','\x25','\x51','\xec','\x7b','\xd2','\xe1','\xd1','\xc2','\xf4','\xbd','\xd3','\xd1','\x8c','\x30','\x28','\x52','\xc7','\x37','\x12','\x0f','\xb9','\x56','\xef','\x2e','\xb2','\x93','\x8f','\xf5','\x5c','\xa6','\x9e','\x3b','\xf3','\xc9','\xa6','\xbf','\xb6','\xa7','\xf8','\x62','\x5a','\xc6','\x1f','\xa7','\x27','\xb2','\x7d','\x48','\x0c','\xa2','\x16','\x70','\x50','\x40','\x28','\x3e','\xe1','\x63','\xae','\x56','\x19','\x77','\xdf','\x70','\xcb','\x47','\xb8','\x5c','\x40','\xa8','\x55','\x2d','\xda','\xcb','\x1f','\x2e','\x1c','\x40','\x10','\x4f','\xb9','\x98','\x17','\x5d','\xe4','\xd9','\xce','\x0c','\x60','\x65','\x76','\xb1','\x59','\x28','\x26','\x22','\x15','\x6c','\xaf','\xaa','\x83','\x86','\xac','\xa2','\x3f','\xe5','\x9b','\x8b','\x57','\xe2','\x67','\xe5','\xc9','\x66','\xd6','\x94','\xed','\xda','\xe8','\xb2','\x79','\xc4','\x2e','\xa6','\xb8','\x18','\x36','\x40','\x49','\xed','\x7f','\xd2','\x86','\xa6','\x33','\x54','\x1d','\x2d','\x3f','\xb7','\xaa','\xf8','\xb8','\x07','\x49','\xb8','\xc7','\x74','\x81','\x61','\x4e','\x70','\xea','\x67','\x8e','\x42','\x6f','\xa9','\x98','\x8b','\xb8','\xc1','\x5d','\x44','\x42','\xd4','\xb6','\x9e','\xe3','\x4b','\x69','\xed','\xf3','\x99','\x17','\xeb','\x12','\x00','\x6a','\x2e','\xd6','\xae','\x54','\x80','\x7a','\x67','\xda','\xb9','\x5b','\x8b','\xc0','\x5d','\x92','\x9c','\xef','\x88','\xdc','\x97','\xc9','\x71','\x7a','\xe2','\x18','\xae','\xf3','\x34','\x4a','\x71','\xf2','\x88','\x59','\x20','\x1b','\x35','\x16','\x3b','\x9f','\xa6','\xd6','\x59','\x0f','\xcd','\xee','\xa1','\xb3','\xbd','\x28','\x8e','\xf1','\x82','\xb1','\x94','\xaa','\xc0','\x72','\x63','\x6a','\xc4','\x44','\x97','\x0c','\xda','\xc0','\xac','\x6e','\xd8','\x11','\x81','\x2e','\xc6','\x4b','\xc7','\xe4','\xf6','\x6e','\xe7','\x7d','\xfe','\xd0','\xf3','\x3e','\x31','\x8e','\x0c','\xfd','\xb2','\x1a','\xb5','\x8b','\x5c','\xf8','\xc0','\x03','\x64','\xa8','\xe2','\x73','\xa1','\xeb','\x5b','\x33','\xb7','\xc9','\x46','\x7e','\x4f','\xd1','\x7e','\x57','\xd7','\xba','\x77','\x8b','\x26','\xd7','\xb6','\x46','\xdf','\xfe','\x75','\xa5','\xed','\xd2','\x68','\xdf','\x3b','\xdd','\x6e','\xbb','\xba','\xdc','\xed','\x70','\xac','\x02','\x2c','\x47','\xce','\x0f','\x7a','\x7e','\xc9','\x5c','\xde','\xde','\x9a','\x05','\xe3','\xaa','\x3c','\x21','\xe6','\x3e','\xd6','\x77','\x55','\xbc','\xdd','\x95','\x2f','\x5c','\xad','\x9c','\x9e','\x9c','\xb4','\xad','\x0a','\xca','\x62','\x3e','\x0e','\xa9','\xca','\x0a','\x18','\x80','\x18','\xa7','\x9a','\x3f','\xf5','\x45','\xc7','\xaf','\x2a','\x9b','\x59','\x86','\xcc','\x47','\xb2','\x74','\x14','\xcb','\x31','\x17','\x63','\x44','\xd6','\x65','\x98','\x15','\x4c','\xe4','\xe0','\x04','\x1b','\x28','\xb2','\x1a','\xf9','\x8c','\x68','\xbb','\xbc','\xd1','\xbe','\xbf','\xd3','\xbf','\xae','\x6f','\x79','\x79','\xed','\xa4','\xfc','\xd4','\xb2','\xca','\x37','\x90','\x17','\x19','\xed','\x90','\xea','\x85','\xb3','\x10','\xf4','\xc0','\xfb','\xe6','\xf4','\x89','\xb9','\xf5','\x83','\x16','\xee','\x95','\x37','\xdb','\x68','\xdc','\x89','\xe7','\xfe','\x41','\x77','\x75','\xea','\x45','\x41','\x18','\x45','\x61','\xae','\x65','\x5d','\x71','\xc8','\x89','\xd3','\x1d','\xf2','\x7c','\xc0','\x44','\x49','\xb0','\xe3','\xda','\xfe','\x49','\x74','\xa6','\xf0','\xc0','\x8f','\x21','\x0c','\x38','\x84','\x7b','\x01','\xde','\xae','\x5c','\x86','\x2c','\xd6','\x89','\x1b','\xf9','\x44','\x0e','\xc7','\x2f','\x16','\x08','\x7b','\xd3','\xeb','\x1d','\x9e','\x2c','\xd3','\xaf','\x0e','\xe1','\xe7','\x8b','\xbb','\x86','\xdf','\x69','\x90','\x53','\xfe','\xdc','\x17','\x38','\x1f','\x8b','\x28','\xa3','\x0a','\xd9','\x51','\x70','\x97','\x42','\x07','\x81','\xfc','\x97','\x4b','\x4b','\x34','\xf8','\x45','\xe5','\xd2','\xf3','\x65','\x0f','\x9b','\x93','\x91','\x56','\xf3','\x6e','\x35','\xd6','\xcf','\x37','\x8b','\xad','\xdc','\xb5','\x82','\x84','\xcf','\x60','\x8d','\x25','\x62','\x57','\x7a','\xb8','\x66','\x7a','\xa2','\xc6','\xcf','\xfc','\xfc','\x25','\xe9','\xc8','\x9f','\x63','\x04','\x64','\xbe','\xb0','\x9a','\x62','\x13','\x2e','\x6f','\x11','\xe5','\xcd','\x00','\xdf','\x9e','\x91','\x86','\x86','\x5d','\x87','\xe9','\x53','\x1a','\x27','\xa4','\x3e','\xb0','\xaa','\xbd','\x9e','\xf1','\xfd','\x4f','\x77','\xd1','\x01','\x40','\xf9','\x4e','\x87','\x78','\xac','\x8c','\x75','\x00','\x2b','\x1a','\x40','\xeb','\xd8','\x4a','\x8e','\x73','\xb1','\x44','\xba','\xc1','\xc8','\xad','\x81','\x8b','\xa4','\x86','\xb7','\xd5','\x83','\xe4','\xa9','\x60','\xe6','\x9a','\xeb','\x7d','\x1f','\x5d','\xd7','\xf0','\x70','\x73','\x2a','\x1e','\x6a','\x5d','\x50','\xfa','\xbb','\x9b','\x4b','\xe0','\x37','\xcb','\x2b','\x1d','\xac','\x33','\x26','\xd8','\xdc','\xbd','\xcd','\x5d','\xd6','\xac','\xc6','\xc3','\xa9','\xe9','\xd6','\x22','\x6e','\x1b','\x44','\xf3','\x53','\x14','\x25','\xdd','\x7e','\xeb','\xd6','\x03','\xc7','\xd7','\x56','\x74','\x9e','\x8d','\xdb','\xc2','\xdd','\x4f','\x84','\xa8','\xf5','\x54','\xc4','\xf6','\xd6','\x89','\xf7','\x0c','\x93','\xae','\x21','\x7a','\x0d','\x3c','\x42','\xa4','\xb8','\x50','\x82','\x38','\x81','\xa9','\xfe','\x14','\x6a','\x51','\x51','\xa4','\xd1','\x65','\x73','\x63','\x09','\x0b','\x5c','\xf4','\xc7','\xe7','\xbe','\x11','\x4c','\x60','\xbc','\x63','\x6c','\xac','\xe4','\x72','\x28','\x1d','\xfe','\xa2','\xf2','\xea','\x80','\x5b','\x44','\xc3','\xc2','\xdf','\xfe','\xd0','\x10','\xd7','\xb7','\x3f','\x54','\x31','\x81','\xe2','\xbc','\x1a','\x80','\x0a','\x1c','\xe5','\x79','\x9e','\xcd','\xdc','\x6a','\xdf','\xde','\xae','\xf4','\xf6','\x9b','\x9e','\x13','\x89','\x8d','\x07','\xa1','\xb8','\xa4','\xf5','\xfd','\xf7','\x3b','\xfd','\xf1','\xfb','\x9d','\xf6','\x7b','\xd7','\xfc','\x16','\x7a','\x5b','\x44','\xe8','\xfe','\xbe','\xd3','\xed','\x0f','\x38','\x6f','\x34','\x68','\xbb','\x3a','\xa7','\x55','\x29','\x7f','\x7b','\xb3','\xe0','\x0d','\xdf','\xd4','\xc2','\x24','\x83','\x52','\xed','\xa9','\x9b','\xdb','\x5b','\x9c','\x25','\xf2','\x28','\x90','\xee','\x36','\xb8','\xd0','\x52','\x7c','\xe9','\x5c','\xe1','\x93','\xd3','\x25','\x87','\xf9','\xfc','\xf7','\x83','\x84','\x63','\x19','\x45','\x9d','\xdd','\x65','\x82','\xd9','\xcb','\xd8','\xcb','\xec','\x1a','\xff','\x52','\xf2','\x39','\x47','\x71','\xc1','\x31','\xef','\x7a','\x37','\x14','\xba','\xbd','\xd5','\x85','\x6d','\x8d','\xe2','\x5c','\x6f','\x51','\xb7','\x4a','\x54','\xb6','\x31','\xd8','\x41','\x2f','\x67','\x7e','\xf0','\xed','\xb2','\xd9','\x32','\x56','\x35','\x57','\xf7','\x25','\x69','\x94','\x2a','\xbe','\x61','\x70','\x1a','\x06','\xdb','\x23','\x27','\xa0','\xf6','\x14','\xcc','\xbb','\x48','\xb3','\xf6','\xb9','\x56','\x78','\x46','\xf0','\x10','\x64','\xc6','\x1f','\xc6','\x95','\x2a','\x00','\xc2','\x90','\x24','\xf9','\x3c','\xc1','\xc3','\x07','\x29','\xf8','\xe2','\x6b','\x13','\x96','\x5a','\x75','\xea','\x99','\xf4','\x40','\x5b','\x40','\x45','\x65','\xd5','\x0a','\x5f','\x58','\xc6','\xd7','\x57','\xba','\x89','\xee','\xec','\x8c','\xc7','\xee','\x16','\x60','\x2e','\x76','\x9d','\x33','\xff','\xa9','\xa2','\x45','\xba','\x20','\xd4','\x7c','\x27','\x41','\x2c','\x08','\x49','\x34','\x47','\x81','\x1a','\xf3','\xfc','\x48','\xa8','\xbf','\xa6','\xf2','\xea','\x99','\xce','\x0b','\x07','\x12','\x47','\x65','\x1d','\xcd','\x0a','\x19','\xd0','\xb5','\x4e','\x2d','\x60','\x68','\x22','\x0a','\x8b','\xd1','\x30','\x60','\xba','\xb9','\x94','\x4a','\xd0','\x6a','\xec','\x1f','\xf5','\xe1','\x4c','\xe6','\x7c','\x0f','\xdd','\xe3','\xe9','\xb4','\x5c','\x9d','\x62','\xa5','\xff','\x9a','\xb2','\x9f','\x48','\x6c','\xf9','\x4d','\xf2','\x0d','\xf3','\x7d','\xe6','\x75','\x5a','\x7e','\xf6','\xbc','\x8f','\x5d','\xe7','\xf4','\xd7','\xa3','\xdf','\x61','\xf9','\x5d','\xf4','\x81','\x91','\x67','\x08','\x0f','\x2b','\xaf','\xe4','\xc6','\x42','\x59','\x92','\xcc','\xfd','\x51','\xbd','\x7a','\x49','\xda','\x65','\x1d','\x0e','\x18','\x87','\x97','\xca','\xb8','\x27','\xf8','\xee','\x1e','\x2d','\xcc','\xc0','\x4d','\x8b','\xc3','\xfa','\x69','\x61','\x58','\xb9','\x5b','\x30','\xce','\x0d','\x68','\x07','\xee','\x42','\xce','\x9b','\x10','\xd6','\x04','\x77','\x21','\x5c','\x2c','\x38','\x28','\x57','\x9d','\x07','\xe6','\x6c','\x6b','\x2b','\x6f','\x99','\xef','\xa5','\x4e','\x75','\xb5','\x5a','\x52','\x71','\x7c','\x3f','\xfa','\x40','\x09','\x5a','\xac','\x8f','\xa1','\x18','\xd9','\x0e','\xb9','\x9f','\x15','\x6b','\x66','\xf1','\x51','\x45','\x80','\xab','\xa5','\x10','\xb7','\x62','\xb9','\x82','\x60','\x0f','\x69','\xdb','\x81','\x66','\xd2','\xe1','\x72','\xc9','\xbb','\x87','\xb9','\xae','\x20','\x03','\x41','\x51','\x86','\xc0','\xd6','\xb2','\xe3','\x50','\x3e','\x57','\xe5','\x67','\x4c','\x4c','\xfa','\xfe','\xfd','\xbe','\x2b','\x1f','\x6c','\x7a','\x91','\x66','\x8e','\xbb','\x45','\x9c','\x72','\xe5','\x0a','\x16','\xe2','\x40','\x0b','\x0c','\x2e','\x67','\xa0','\xb4','\x90','\xc9','\x5a','\x21','\x52','\xfa','\xb4','\x4e','\x22','\x8d','\x48','\x3a','\x89','\xf8','\x19','\x1d','\xb1','\x7b','\x85','\x19','\x64','\x73','\xf5','\x44','\x51','\xde','\x82','\x59','\x5b','\x78','\x28','\xc1','\xe2','\xbe','\x77','\x22','\xce','\x28','\x8d','\x4d','\x28','\xa2','\x6c','\xa1','\x5c','\x09','\x70','\x48','\x54','\x82','\x6a','\x38','\x9e','\xaf','\x62','\x10','\xce','\x5d','\x08','\x69','\x78','\x65','\x11','\xa2','\x46','\xd4','\x28','\x2d','\xa2','\xf7','\x9b','\x85','\xb8','\xbe','\x77','\xeb','\x6f','\x9d','\x94','\x09','\xb1','\x6d','\x4d','\xb3','\x35','\x88','\x89','\x43','\x91','\x79','\xfb','\xa6','\x96','\x1f','\xbd','\x74','\xb4','\x19','\x00','\xee','\x74','\xdf','\x3b','\xbd','\xff','\xd1','\xe9','\xf6','\x87','\x5a','\x97','\x6e','\xef','\x3b','\x09','\xa9','\xc5','\x48','\xcf','\xe2','\xb8','\x65','\x68','\x37','\xe5','\xcb','\xca','\x0e','\xf7','\x3c','\xad','\xbb','\x35','\xb3','\x2e','\xfd','\x76','\xa1','\xeb','\x75','\xa3','\xcb','\xb5','\x15','\xde','\xc6','\xfd','\x3e','\xb7','\x06','\xdf','\xef','\xe6','\xf6','\x66','\x3c','\xc8','\x4c','\x44','\x11','\x14','\xc1','\xf0','\x4b','\x68','\x3b','\x89','\x1f','\x07','\x31','\x33','\xf1','\xdc','\xd9','\xe2','\xb9','\x8a','\x5c','\xbe','\xce','\x3c','\xcc','\xd8','\x71','\xdd','\x92','\xe4','\x8f','\x65','\x5a','\xfd','\x30','\xd5','\x3d','\x28','\x77','\x27','\x82','\xbb','\xcb','\x4e','\xdb','\x76','\x09','\xcb','\xef','\xf5','\xba','\xd1','\xb6','\x89','\xd2','\xb9','\x21','\x07','\x72','\xa1','\x35','\xd6','\x51','\x14','\xf3','\x9e','\x41','\x66','\x9c','\x67','\xf7','\x9e','\x57','\x33','\x84','\xec','\xc0','\xe6','\x4b','\xe6','\x45','\x4b','\xd9','\xd4','\xd7','\xe8','\x27','\x4f','\x8f','\xd6','\x3d','\x7f','\x9c','\x8a','\xd5','\xd1','\xd2','\xfb','\xfb','\xfb','\x32','\xaa','\x75','\x71','\x81','\x5b','\x99','\x8e','\x5e','\x4d','\x7e','\xa8','\xd5','\x19','\x0e','\x85','\x47','\x08','\x2e','\x54','\x3e','\x8b','\xc0','\x3f','\x58','\x14','\xbe','\x47','\xaa','\x88','\xe6','\xa7','\x49','\x1f','\x69','\xd2','\x21','\xc5','\x62','\x81','\xab','\xa0','\xda','\x17','\xfb','\x3a','\x89','\x98','\xe2','\xe0','\xfd','\x13','\x3c','\xf0','\x30','\xc7','\xa1','\xe2','\xfc','\x8b','\x26','\x00','\x0b','\x1f','\x71','\x49','\xf3','\xc5','\x13','\x81','\x56','\x02','\x9b','\x81','\x19','\x47','\x6d','\x5b','\x00','\xdc','\xae','\x24','\xf9','\x22','\x9d','\x8d','\xcf','\x0f','\x9a','\x61','\xbf','\x5c','\xca','\x73','\x89','\x76','\x70','\x56','\xaa','\x22','\xf4','\xac','\xc8','\x70','\x29','\x76','\x98','\x77','\x1c','\xdf','\x67','\x0a','\x9b','\x5b','\xfb','\x38','\xcb','\x6a','\xa7','\x04','\x7e','\xfb','\x12','\xa3','\xe2','\x33','\x22','\xdb','\x89','\x31','\xe4','\x75','\x51','\xa3','\x20','\x27','\x2f','\x2c','\x55','\x57','\xa8','\x3c','\x24','\x4e','\x44','\xa0','\xf8','\xe4','\x25','\x9b','\x3a','\x1d','\xaa','\x05','\xa4','\xe8','\x8e','\x86','\x32','\xf5','\x0f','\x2e','\xc4','\x75','\x33','\x02','\x5f','\xab','\xd1','\x33','\x29','\x40','\x30','\x76','\x85','\x20','\xdf','\xf8','\x83','\x3c','\xfc','\xee','\xf5','\x56','\x99','\x5c','\x58','\xa2','\x6c','\x5a','\xc1','\x95','\x06','\xc8','\x54','\x26','\x07','\x02','\xea','\x35','\x26','\xe2','\x46','\x97','\x4d','\xef','\x84','\xf1','\xe0','\x18','\xd9','\x2f','\x2c','\xb7','\xf2','\x05','\x5a','\x7b','\xf4','\xec','\x4f','\x0f','\xfa','\xed','\x66','\xf5','\xe9','\x77','\x3d','\x47','\x22','\x7b','\x68','\x37','\xc4','\x44','\x35','\xfa','\x9e','\x59','\x64','\x98','\x99','\xa8','\xb9','\xeb','\xd7','\x91','\xbc','\x94','\xe9','\x9b','\x5e','\x96','\x28','\xd4','\xef','\x42','\xfb','\xd6','\x21','\xa2','\x19','\x95','\x1d','\xe8','\x8a','\xb4','\x92','\x1e','\x81','\x27','\xba','\xd0','\xde','\x89','\xe8','\x2e','\x24','\xcd','\x77','\x7e','\x07','\x57','\x37','\x2f','\x8b','\xd4','\xaa','\x2a','\x2d','\xe9','\xe4','\x5e','\x12','\x05','\xd2','\xc9','\x30','\x5f','\x60','\x8c','\x50','\x31','\x4a','\x0b','\x5a','\xaf','\x75','\xd9','\x7d','\x2b','\x47','\x93','\x2e','\x86','\x96','\xab','\xe2','\xe8','\xe3','\x40','\x3c','\xb4','\xdb','\x9e','\xb9','\x1b','\x53','\xa3','\x46','\xcc','\x3e','\x6e','\xe9','\xd1','\x11','\x67','\x0e','\xa4','\x90','\x2a','\x79','\x9d','\x2d','\x00','\xc1','\xb5','\xd1','\x6f','\xff','\xba','\xd2','\xb7','\x7f','\xa9','\x25','\x67','\xb3','\x48','\x81','\x44','\x44','\xfb','\x5d','\xe8','\x76','\x13','\xb5','\xfa','\xfc','\x71','\xa7','\xfb','\x1f','\xe9','\xda','\xc6','\xcc','\x16','\x89','\xed','\x9d','\x48','\x32','\x2c','\xb2','\x2b','\x3e','\x42','\x49','\x67','\xdf','\xd0','\xb8','\xbe','\x6d','\xf4','\xcd','\xef','\x2b','\xda','\x40','\x39','\x8a','\xf6','\xa8','\xb0','\x70','\xb7','\xc2','\x1d','\x94','\x9f','\xde','\xd3','\x62','\xe9','\x8a','\x35','\x4c','\x29','\xeb','\xea','\x0b','\x2b','\xdc','\x27','\x00','\x57','\x28','\x35','\x45','\xae','\x50','\xf6','\x07','\xca','\x9f','\x21','\xd5','\xa4','\xe1','\x3c','\xb7','\xb6','\x54','\x7d','\x76','\x7e','\xc9','\xc7','\xf3','\x92','\xca','\xcf','\xf5','\x4d','\x03','\x69','\xf0','\xd6','\xe6','\x3a','\x0e','\x14','\x2c','\x6d','\x33','\x28','\x37','\xb1','\x39','\x22','\x11','\x48','\x64','\xdf','\x4f','\xce','\xfc','\x74','\xe0','\x43','\xec','\xee','\x0f','\x4a','\xcf','\xea','\x32','\xa7','\x41','\x10','\x9e','\x8a','\x02','\xe7','\xda','\x32','\xd3','\xe1','\x08','\x1a','\xb4','\xa6','\x49','\x72','\xa5','\x2c','\x85','\xb1','\x9c','\xa3','\x5b','\xac','\xba','\x31','\x46','\xea','\x28','\x2f','\x3c','\x9b','\x66','\x1e','\x5c','\xd4','\xb3','\xfe','\xfe','\xe9','\xf1','\x1c','\x0b','\x78','\xa5','\xed','\x42','\xd3','\x7d','\x31','\x3c','\xfc','\x1e','\x0f','\xcb','\x42','\xa9','\x3f','\x26','\xbf','\x2a','\xd5','\x55','\x90','\x50','\xcc','\xe8','\xa7','\xfa','\xe6','\xc2','\xc6','\xcb','\x7f','\x72','\x1c','\xbe','\xcb','\x3c','\x78','\x62','\x1c','\x3f','\x93','\xba','\x28','\x08','\xe9','\xd4','\xd5','\x1f','\x3b','\x35','\x97','\x92','\xef','\x59','\x01','\x86','\xc2','\x7a','\x52','\x6e','\xc0','\x65','\x0e','\xab','\x82','\x47','\xc5','\x3c','\xfe','\xcb','\x2a','\x94','\x63','\x3a','\x10','\xe6','\xf1','\xdb','\x47','\xd2','\x8b','\xef','\xe3','\x5a','\xa0','\xe0','\x97','\x8b','\x8c','\xca','\x74','\xc6','\xec','\x29','\xcd','\x66','\x17','\xb7','\xe7','\x47','\xab','\x34','\x79','\x58','\xf4','\x70','\x71','\x75','\x99','\xf9','\x0a','\x1f','\xac','\x5c','\xaa','\xbe','\x24','\xad','\x75','\x82','\xfa','\x05','\xc6','\x24','\x40','\xb7','\xdf','\xdb','\x23','\x83','\xf2','\x63','\xb7','\xbe','\x3b','\xc0','\xf6','\x0b','\x16','\x69','\x9a','\x7e','\xf3','\x5a','\xb0','\x54','\x7e','\x62','\x41','\x1e','\xc1','\xf7','\x2c','\xf4','\x22','\x9f','\x2c','\xf2','\x8f','\xfe','\x29','\x8b','\x85','\x7e','\x7c','\xad','\xd4','\x21','\x64','\xc0','\x70','\xa0','\x09','\xbc','\x82','\x56','\x94','\x34','\x16','\x0d','\xca','\x10','\x00','\xaf','\xb6','\xe9','\xe1','\x5f','\x77','\x61','\x8a','\xf3','\x3e','\x5e','\x2f','\x80','\x14','\x2e','\xf5','\xa0','\xab','\x5b','\xfd','\xec','\x07','\xce','\x77','\xbf','\x37','\x46','\x6a','\x01','\xb3','\xf2','\xa3','\xc0','\x83','\xb7','\x8c','\x52','\x86','\x20','\x3e','\x2d','\x47','\xc7','\x8b','\x8c','\x88','\xdd','\xe5','\x24','\x14','\x9b','\xb2','\xae','\xbe','\x1c','\x2b','\x8c','\x56','\xa4','\xdd','\x11','\x24','\xbb','\x5a','\xd8','\xa4','\x49','\x94','\x81','\x40','\x34','\x41','\x5d','\x90','\x4f','\x95','\xa0','\x8d','\xe2','\x80','\xb7','\x88','\x5d','\x28','\x1e','\x63','\x24','\xd4','\x45','\x91','\xcc','\x34','\x7d','\x98','\x6a','\x3f','\xc5','\x15','\x45','\xa1','\x77','\xa3','\xe3','\x75','\x17','\x92','\x6f','\x17','\xda','\x5a','\x55','\x0a','\xb9','\x4c','\x46','\x2b','\xc4','\x2c','\x52','\x42','\x59','\x7f','\xed','\x3b','\xc7','\xa5','\x9a','\x18','\xc1','\xcb','\xe7','\x4c','\xdb','\x58','\x2f','\x0e','\x23','\x27','\xb5','\xad','\xf3','\x4e','\x2a','\x67','\x28','\xd1','\x77','\xde','\xde','\x36','\xfa','\xed','\xdf','\x2e','\xf4','\xdb','\xbf','\xbf','\xd1','\xf5','\x7a','\x49','\x2c','\xc7','\x0a','\x74','\x6f','\xb7','\x9d','\xfe','\xf8','\x8f','\x1b','\xfd','\xf1','\x1f','\x37','\xba','\xdd','\xf6','\x70','\x53','\xcb','\xb3','\x55','\xbd','\xc8','\xa5','\x70','\x76','\x00','\xd3','\xa9','\xbb','\x64','\x5e','\xbf','\x5d','\xec','\xbe','\x22','\x3d','\x9b','\x96','\xf3','\x53','\x27','\x7f','\x04','\x3f','\x10','\x75','\xb1','\xf2','\x40','\x0a','\x1e','\x74','\xc3','\xfb','\x3f','\x6d','\x08','\x20','\x3f','\x0c','\x89','\xcf','\x7e','\x3c','\x4b','\x8b','\xf5','\x63','\x9c','\xb2','\xae','\xfc','\x96','\x79','\x5f','\x9a','\x35','\xfc','\x30','\x35','\xea','\xa4','\xde','\x92','\x6c','\x4d','\x91','\x73','\xef','\x82','\xc6','\x4c','\xdb','\x75','\x23','\x6a','\x42','\xcc','\x6a','\x05','\xbc','\xef','\x9d','\xfe','\xf5','\x6f','\xff','\x52','\xde','\x5d','\x2a','\xe0','\x75','\x81','\xf1','\x39','\x55','\x2d','\x3f','\x2e','\xab','\xcd','\x1d','\x71','\xef','\xf1','\x5b','\xb6','\x8e','\xaa','\x2c','\x99','\xea','\x58','\x0c','\xc0','\x77','\x70','\xed','\x6f','\xad','\x15','\xe5','\x47','\x83','\xab','\xac','\x75','\x99','\xcb','\xf8','\x12','\x6a','\x4e','\x5f','\x71','\xf8','\xfa','\xac','\x84','\x89','\x7f','\xb9','\xfc','\xc9','\x4c','\xff','\xa4','\x92','\x94','\x41','\x8d','\x7a','\x7c','\x42','\xe3','\xcc','\x02','\x0b','\x00','\x93','\xdb','\xdb','\xb5','\x88','\x7a','\x98','\x2e','\xfc','\xc1','\x9f','\xd6','\x84','\x16','\x6d','\xd3','\x62','\x33','\xfd','\xe2','\x28','\xdd','\xe9','\x33','\xdd','\xfd','\xb3','\x02','\xed','\xa7','\xe5','\x18','\x84','\xe1','\x05','\x20','\x62','\xaa','\x26','\x77','\xf4','\x93','\x1f','\x81','\x1d','\xb9','\xc2','\xb4','\x76','\x94','\xfc','\x27','\x7d','\x5d','\x9a','\xbc','\x87','\x9e','\x7d','\xe9','\x8b','\x07','\x26','\x16','\x3d','\x06','\x7e','\x78','\x91','\xff','\x16','\x05','\x7e','\x97','\xb4','\xdc','\x81','\x05','\xcc','\xe2','\x80','\x5c','\x2f','\x2d','\xa5','\x58','\x44','\x1b','\x80','\x43','\x3f','\x04','\xbf','\xf7','\xae','\xe7','\x4d','\x6c','\x07','\x32','\x37','\x0c','\x6a','\x57','\x02','\xdf','\x83','\x06','\xe1','\xa0','\x19','\xa3','\xbd','\x79','\xfb','\x72','\x53','\x8e','\x68','\x3a','\x8d','\x0f','\x25','\x17','\xfb','\x4f','\x4c','\xd9','\x2a','\x1b','\xb1','\x5e','\x81','\x7f','\x46','\x25','\x08','\xc1','\xa8','\xd3','\xc0','\xa1','\xa9','\x40','\x26','\x19','\xca','\x66','\x01','\x6b','\x04','\x67','\x7e','\x5d','\xaf','\x89','\xb8','\x91','\x9e','\xf7','\xb9','\x6c','\xe5','\x42','\x5c','\x81','\x3e','\x3b','\x2a','\x8d','\xbb','\x41','\x55','\x83','\x21','\x0f','\x0e','\x96','\xd6','\x8a','\xbc','\x60','\xd2','\xcf','\xfc','\xf8','\x05','\xa8','\x0c','\x2e','\xba','\x5d','\x5c','\x69','\x35','\x45','\x22','\x94','\x00','\xbb','\x34','\xd3','\x6e','\x97','\xf7','\x51','\x97','\x2e','\xd4','\x59','\x43','\x46','\xbb','\xbc','\x9b','\x26','\x94','\x03','\x7a','\x91','\x32','\x56','\x09','\x92','\xb3','\x2b','\x31','\x2a','\xa8','\x45','\x8a','\xa8','\x12','\x64','\x18','\xa6','\xf7','\x54','\x7e','\x0a','\xc4','\x43','\x9e','\xa0','\x5c','\x1f','\x99','\x38','\xc2','\xbe','\x35','\x8f','\xba','\x66','\x43','\xa5','\x17','\x87','\x4a','\x84','\x62','\x0e','\x6e','\x1e','\x76','\x7e','\x03','\x10','\x5b','\x3d','\x7a','\x50','\x7f','\x8f','\x1d','\xf4','\x76','\xc9','\xfb','\x7b','\x22','\x9a','\xa1','\x95','\x17','\x96','\x0d','\x1c','\x7c','\x2c','\x97','\xac','\xdf','\xa6','\xe8','\xf9','\x46','\x01','\xb3','\x5a','\x41','\xb7','\x4b','\xa3','\xeb','\xf5','\x42','\xf7','\x8b','\x9e','\xd3','\xba','\xcb','\x0e','\x40','\x10','\x95','\x74','\x8b','\x22','\x69','\x81','\x0e','\xbe','\xfd','\xeb','\x4a','\xdf','\xfe','\x75','\xd5','\x4b','\x47','\x2d','\x04','\xb9','\x5f','\x6c','\x7b','\x7b','\xd7','\x40','\x07','\x1a','\x4a','\x3b','\x2f','\x98','\x5c','\x6d','\xb9','\x84','\x45','\xc6','\x79','\xd8','\x14','\x2c','\xbe','\x28','\x3f','\xbc','\xbd','\x5d','\xe2','\xac','\x90','\x5a','\x7e','\x7c','\x1e','\xd5','\x08','\x6e','\x1a','\xfd','\xaf','\xa7','\xdb','\x1b','\x84','\xb8','\xe7','\x61','\x30','\xd3','\x62','\xcb','\x79','\xc9','\xf2','\x01','\x74','\xf9','\x0c','\x24','\x79','\x28','\xce','\x19','\xd9','\x79','\x01','\xca','\x0e','\xb4','\x30','\x9e','\x3e','\x9c','\x54','\xf0','\xe0','\xe7','\xc6','\x7e','\x5f','\x93','\x5d','\x72','\x0a','\x67','\x7e','\xa2','\x76','\x31','\x65','\x3f','\xda','\x52','\xb5','\x3c','\x97','\x03','\x68','\xfd','\xe9','\x62','\xb2','\xc2','\x95','\x9f','\x3b','\xcc','\x7b','\x7f','\xd3','\x64','\xdb','\x5a','\xf9','\xf9','\xb1','\x69','\xdb','\xb6','\xc9','\x02','\x74','\xbd','\x5e','\xcf','\x2f','\x42','\xbd','\xdf','\xef','\xa9','\x89','\x5b','\x3a','\x0d','\x82','\x60','\xe9','\x29','\x46','\x72','\xcc','\x5d','\x15','\x4d','\xfd','\x13','\x4a','\x0f','\xea','\xcc','\x8f','\xc9','\x97','\xbb','\xab','\x38','\x1b','\x5e','\x69','\xd4','\xdc','\x96','\x48','\x7f','\x22','\x60','\x3f','\xeb','\xf9','\x7c','\xca','\xe6','\x09','\x04','\xb4','\xa2','\x89','\xbf','\xe6','\x8b','\x9f','\x09','\xf2','\xd8','\xd5','\x60','\x22','\x12','\xce','\x9b','\x8c','\x1f','\xd2','\x55','\x06','\xe1','\xb2','\x38','\x0f','\x34','\x94','\xb1','\x2a','\xea','\xbc','\xef','\x8f','\xf3','\x7c','\x55','\x1a','\x05','\xe5','\x92','\xd7','\xb0','\x51','\xf0','\xde','\x11','\x94','\xf2','\xec','\x1c','\xf9','\x06','\xd7','\x1d','\x5f','\x8c','\x39','\x3e','\xd8','\x4b','\x43','\xa4','\x31','\x00','\x4e','\x01','\x03','\xbe','\xc3','\x2e','\xca','\x0f','\x4b','\xa7','\x4d','\x5f','\x8f','\xfa','\xab','\xbc','\x33','\xf1','\xfe','\x13','\x69','\xb9','\x4f','\x56','\x16','\xb9','\xb1','\xc0','\xfa','\x06','\x2f','\x9e','\x3d','\xdb','\x86','\x69','\xf3','\x61','\xd8','\x25','\xf2','\xf3','\x77','\x5e','\xd4','\xf9','\xe9','\xbb','\x9a','\xbe','\x0b','\xa7','\x00','\xd3','\x47','\xdb','\x71','\x22','\x8c','\x78','\x40','\xf4','\xc0','\x76','\x06','\x3a','\xd0','\x9d','\xdf','\x16','\xf7','\xd3','\x38','\x78','\x54','\x3f','\xf3','\x2e','\x52','\x36','\x07','\x62','\x63','\xb9','\xd0','\x31','\x35','\x90','\xb5','\xf5','\xc7','\xdf','\x71','\x50','\x2b','\xe5','\xb5','\x55','\x8a','\xb3','\xb0','\xd3','\x0f','\xf8','\x31','\x81','\x74','\xfe','\x56','\x95','\x1f','\x49','\x84','\x90','\x8a','\x4b','\x66','\x3d','\x5e','\xef','\x46','\x25','\x80','\x84','\xb8','\x13','\xf9','\x15','\x3e','\x64','\x00','\xda','\x2f','\xa9','\xbc','\x5c','\x9b','\xde','\x01','\xc2','\x54','\x22','\xe3','\x11','\x0d','\x72','\xc9','\x77','\x69','\x4d','\xf9','\x34','\x72','\x91','\xbb','\x22','\xee','\x06','\x72','\xf6','\x3d','\x0f','\x9b','\xbb','\x22','\x40','\x62','\x96','\x9f','\x49','\xf9','\xf1','\x43','\xfe','\x06','\x64','\xe3','\x3c','\x8e','\xd6','\xde','\x99','\xa9','\xb1','\x10','\x51','\x8f','\x73','\x5e','\xa1','\x77','\x4a','\x96','\x91','\x0a','\x46','\x8e','\x63','\x97','\x90','\x98','\x30','\xe6','\x82','\x7b','\x80','\x48','\xac','\x78','\xae','\xca','\x90','\xbf','\x8b','\x7d','\x48','\x19','\x1b','\x12','\x46','\x4c','\xf6','\x1a','\xad','\x08','\x94','\x48','\x55','\xc8','\x58','\x41','\x20','\x89','\xb9','\xa7','\x41','\xe0','\x0c','\xc9','\x15','\xc2','\xc7','\x04','\xc7','\x77','\xa7','\x4e','\x72','\x53','\x7e','\x8f','\xc8','\x7c','\x97','\x0c','\x4e','\xd1','\xc0','\xdd','\xed','\xcc','\x93','\x26','\xf8','\x88','\x4c','\xf9','\x61','\x06','\x70','\xcb','\x71','\xf9','\xe8','\xe5','\xba','\xd9','\xdd','\x49','\x12','\x67','\x34','\x8a','\xa2','\xb1','\x11','\x5d','\x2e','\x1b','\x5d','\xde','\x36','\xfa','\x66','\x01','\x08','\x34','\xd4','\xb6','\xd0','\x6e','\x79','\xef','\x7b','\xa7','\xf7','\xdf','\x6f','\xf4','\xc7','\xef','\x77','\x7a','\xff','\xdd','\xce','\x14','\xf5','\x9c','\xd8','\xbe','\x89','\x40','\x3e','\x32','\x11','\xcd','\x57','\xa2','\xad','\xae','\x98','\x5f','\xad','\x0e','\x77','\xad','\x6b','\x7e','\xbf','\x8f','\xf3','\xa6','\x8d','\xbd','\x9f','\x01','\xd4','\x10','\xda','\x3b','\xed','\xb7','\x1e','\x6e','\x6f','\x04','\xca','\xe8','\xd1','\xe6','\x6a','\x80','\x5e','\xc7','\x9b','\x48','\xbb','\x15','\x41','\xcf','\x84','\xe1','\x0c','\x02','\x1e','\xa6','\x23','\x65','\xa6','\xca','\x29','\x3e','\xc9','\x9b','\xd6','\xce','\xb3','\x84','\xf0','\x80','\xec','\xb3','\x87','\x7c','\xd7','\xb0','\xe5','\xf5','\x9e','\x1f','\xc7','\x10','\x59','\xbe','\xaf','\x65','\x6b','\xe5','\xc7','\x3f','\x14','\xd7','\xb7','\x8e','\x96','\xfa','\x5e','\x36','\xa3','\x48','\xf0','\x7d','\x59','\xd3','\x8a','\xe3','\x9f','\xef','\x9e','\x56','\x7a','\xcb','\xea','\xfc','\x0f','\xd1','\x10','\x04','\x61','\x7c','\xf1','\xb3','\xe7','\x81','\x4a','\x5a','\x30','\xa5','\x56','\x42','\x49','\x97','\xa2','\x0c','\x19','\x81','\x9f','\x64','\xbe','\xbf','\x43','\x32','\x2b','\x71','\x7e','\x27','\x7a','\xf2','\xa0','\x5e','\xa6','\x00','\xcc','\xa0','\xa5','\xab','\xcc','\x30','\x91','\x56','\x14','\x14','\x87','\xde','\x68','\x44','\x7f','\xa6','\xa1','\xd0','\xbe','\x61','\xfc','\x8e','\x4a','\xf8','\x59','\x87','\x58','\x69','\xc3','\x7a','\x49','\xe2','\x23','\x45','\x23','\xd7','\x99','\xd3','\xc4','\xf8','\xcf','\x00','\x80','\xc6','\x31','\xd6','\x17','\x4c','\x80','\x8d','\xf3','\x07','\xb0','\xe6','\x9f','\xa9','\xb4','\xff','\x9d','\xd2','\x6a','\xe1','\x98','\x12','\xca','\xb4','\x93','\x6c','\xeb','\x57','\x65','\x7e','\xdf','\x8b','\xf0','\xc5','\x7d','\xfe','\x79','\x6e','\x27','\x3d','\x91','\xe9','\x8b','\x13','\x82','\xfe','\x3a','\xe7','\x5d','\xa9','\xc9','\x1d','\xc5','\xb8','\xb9','\xdd','\x17','\xef','\x06','\xca','\x8f','\x5b','\x20','\x20','\xca','\x9b','\xcf','\xab','\xd3','\xe5','\xc0','\xc1','\xb4','\x03','\x7c','\x7b','\xb1','\xbc','\x73','\x52','\x00','\x82','\xeb','\xe9','\xbd','\xd2','\x49','\x98','\xb3','\x92','\xfd','\x96','\x21','\x8f','\xcf','\xed','\xdc','\x84','\x97','\x39','\xef','\x40','\xab','\xf9','\x71','\x66','\x8e','\xdd','\xd5','\x26','\x1a','\x2e','\xfa','\x42','\x7a','\x88','\xfc','\xd2','\xec','\x46','\xf7','\xb6','\x1c','\xf3','\xb0','\x3a','\x59','\x99','\xf5','\x8e','\x1f','\x31','\x25','\x83','\x34','\xb2','\x9e','\xb9','\xb7','\xc4','\xe5','\xa6','\x94','\x16','\xeb','\x04','\x43','\xe9','\x12','\x63','\x98','\x5f','\xff','\x0f','\x7c','\x2c','\x76','\x56','\x43','\xf2','\x3e','\x1e','\x66','\x12','\xee','\xc4','\xa4','\xe1','\xdb','\xfa','\x4e','\x01','\xa2','\x42','\xf9','\xb1','\x5b','\xea','\x35','\xdc','\xb2','\xf6','\xb5','\xef','\xe9','\xfa','\xe8','\xca','\x96','\x13','\x14','\xcf','\xc9','\x0c','\xa4','\xca','\xef','\x46','\xf0','\x74','\x19','\xb7','\xd9','\x83','\x0a','\x4c','\x0e','\x8f','\x26','\xf6','\x20','\x0a','\x66','\x69','\xeb','\x42','\xe4','\xc1','\x1f','\xdc','\x62','\x19','\x97','\x9b','\x8a','\x06','\xb8','\xb1','\x35','\x34','\x94','\x2a','\xc7','\x3b','\x06','\x7a','\xf4','\xfc','\x92','\x1e','\xde','\xdf','\xf7','\x4e','\xfd','\x22','\x74','\x79','\x6b','\x74','\xb9','\x12','\xd1','\xc5','\xcf','\xdb','\x70','\xd0','\x13','\xfb','\x52','\xf9','\x50','\xfb','\xec','\xa1','\xb5','\x71','\xba','\x65','\x58','\xe9','\x2d','\xe6','\x15','\xba','\x8d','\x32','\xeb','\xdd','\x61','\x1a','\x21','\x0f','\x02','\x65','\xd8','\x39','\x9c','\xee','\x73','\x73','\xd7','\x68','\x6b','\xbf','\xff','\x8f','\x1b','\xbd','\x7b','\x40','\x05','\xc9','\x31','\x7e','\x46','\x9c','\xb9','\x22','\xf6','\xed','\xb7','\x0b','\xbd','\x59','\xb0','\x03','\xde','\x88','\x48','\xb8','\x6c','\x48','\xb8','\xcb','\x2b','\x91','\xd2','\x76','\xbf','\x6b','\x08','\xed','\xb8','\xe3','\xa7','\x7b','\xdd','\xa0','\x38','\x1c','\xf1','\xb8','\x97','\x5b','\x30','\x4c','\xa6','\xf2','\x2e','\x1f','\xe3','\x19','\x89','\x32','\x80','\xea','\x30','\x08','\x43','\x35','\x0f','\xd3','\x91','\x62','\xb4','\xac','\x9b','\x1e','\xe9','\x5b','\x8b','\x56','\xb3','\x2a','\x3f','\xd7','\xab','\x2a','\xb5','\xd7','\xb7','\x8c','\x7e','\x98','\x16','\xd0','\x71','\xa2','\xf8','\xbc','\xa6','\x98','\x27','\x69','\x29','\xaf','\x6e','\xb0','\x2e','\x0b','\xf0','\xea','\x81','\xe8','\x0f','\xca','\x34','\xa1','\x9f','\x02','\xb0','\x8f','\xca','\x8e','\x88','\xd0','\xed','\x76','\x9b','\xa2','\x5c','\x13','\x0d','\x2e','\x70','\x1f','\x77','\x79','\xe3','\xf9','\xe3','\x12','\x00','\xe4','\xe1','\xe2','\x31','\xcd','\xd1','\x02','\x73','\xb6','\x9d','\x91','\x54','\xaa','\x68','\x78','\xb1','\xdd','\x5f','\x93','\x8a','\xc7','\xcb','\x47','\xc7','\x1e','\xa5','\xdd','\x61','\x45','\xd9','\xdf','\x84','\x60','\xfe','\xfd','\x31','\x38','\x2f','\x82','\xc1','\x4d','\xd5','\xf6','\x9b','\x4e','\x7a','\xc9','\x81','\x80','\xbc','\x22','\x44','\xcf','\x4f','\x77','\xca','\x5d','\x18','\x5a','\xdb','\xac','\xa0','\x3b','\x5f','\x97','\x26','\xfe','\x99','\xeb','\x7b','\xb1','\x38','\x22','\xd2','\xdb','\xc5','\x89','\xe8','\x7c','\x6e','\x14','\xe4','\x47','\x2b','\x66','\x8e','\x6c','\x28','\x84','\x83','\xdc','\x52','\xad','\x41','\x3a','\x14','\x20','\x64','\x62','\x40','\xce','\x50','\xd9','\x5f','\x50','\x03','\x02','\x40','\x52','\x9f','\xcf','\xa3','\xfa','\x40','\x25','\xf9','\x7c','\x13','\xb0','\x2e','\xf6','\x66','\x9c','\xa8','\xf3','\xc8','\x03','\xd3','\x98','\x9d','\x4c','\x76','\xa9','\xbf','\x8c','\xac','\x35','\x6b','\xbc','\x07','\xb4','\x38','\x95','\xc3','\xab','\x36','\xbd','\x96','\xe6','\xf6','\x9d','\x23','\xa3','\x08','\x62','\x10','\x3e','\x16','\x14','\xae','\x6e','\xbe','\x50','\xfb','\x82','\x5b','\xc2','\x60','\x5b','\x65','\x47','\x55','\x14','\x25','\x41','\x0c','\xa8','\x53','\x2a','\x1e','\xde','\x4d','\x91','\x93','\x39','\x82','\x53','\xf7','\xc1','\xa6','\xdf','\xd2','\x72','\x84','\xc2','\xdf','\x7f','\xc6','\x81','\x43','\x4b','\x12','\xec','\x7c','\x3f','\xcb','\xb5','\x6a','\xad','\x81','\x1d','\x73','\x62','\xba','\x6c','\xb6','\xbb','\x7e','\xdd','\x68','\xf3','\xe8','\x4e','\x52','\xeb','\x0d','\x8b','\xa5','\x70','\x96','\xe3','\xae','\x2d','\x82','\x2e','\x82','\x64','\x11','\xde','\x04','\xfc','\xfb','\xf5','\x05','\x07','\x50','\x71','\xe7','\x87','\x5b','\x6f','\x28','\xf9','\x2c','\xe6','\x03','\xa9','\x4c','\xeb','\x5d','\x48','\xee','\x66','\x39','\xda','\x5a','\xb8','\xe9','\x11','\xd9','\xb9','\x9c','\x9e','\x08','\x5f','\xad','\x61','\x5a','\x87','\xba','\xce','\xe5','\x3d','\x25','\x1e','\x15','\x8e','\xde','\xb5','\x3f','\x9d','\xa8','\x78','\x92','\x84','\xab','\xa4','\x93','\x78','\x70','\xbd','\x89','\xb1','\x1c','\xf0','\x87','\xd6','\x5e','\x79','\xc1','\xe9','\xe6','\x77','\x15','\xe9','\xa5','\xb1','\x4c','\x4c','\x4c','\x7b','\x17','\x6a','\x7e','\x0e','\x85','\x40','\xf9','\xc3','\x4e','\x33','\x51','\x5a','\xeb','\x81','\x61','\xbd','\x66','\x03','\x09','\x79','\x6f','\x55','\x8c','\x52','\xe4','\xd9','\xb6','\x56','\xd6','\xf1','\xe0','\x5d','\x02','\x11','\x68','\x8a','\x99','\x63','\x81','\xb8','\x16','\xcc','\x06','\x44','\xad','\x00','\xaa','\x54','\x6c','\xd7','\x8d','\xc4','\x15','\x20','\x2b','\x63','\x73','\x37','\x49','\x0f','\x3e','\xe0','\xae','\x7e','\x76','\x3e','\xcb','\xef','\xf7','\xf9','\xe3','\xf7','\x3b','\xbd','\xbf','\xef','\xd4','\x77','\xbf','\xf5','\x92','\x62','\x33','\x30','\x43','\x6f','\xe0','\xc4','\xa1','\x58','\xa6','\xb6','\xa6','\x56','\x9f','\xdf','\x7e','\xdb','\xe8','\xea','\x2e','\x6f','\x16','\x8a','\xbc','\xc7','\x61','\x31','\x2b','\xcb','\x79','\xa7','\xfb','\x05','\xbb','\xaa','\xfc','\xb8','\xc5','\x49','\x8c','\x76','\x93','\xc8','\x63','\x04','\xf0','\x52','\x65','\x83','\xcc','\x22','\x92','\x01','\x8f','\x14','\xac','\x30','\x8a','\x04','\x01','\x5a','\xcb','\xd0','\x4f','\x58','\xb7','\xa7','\xb4','\x94','\x07','\x4f','\x24','\x68','\xb7','\x5b','\x20','\x1f','\x49','\x20','\x6c','\x0c','\x33','\xd1','\xd6','\x38','\xce','\xfe','\x5d','\xdf','\x34','\xf2','\xa3','\x06','\xc7','\xc0','\x89','\x89','\x41','\x35','\x66','\x1b','\x53','\xba','\x84','\x82','\x1b','\x9b','\xc0','\x39','\xbf','\xfb','\x78','\x99','\x2e','\x25','\xdf','\x49','\xbe','\xef','\x29','\xe5','\xae','\x66','\xe4','\x32','\x20','\xcf','\xa5','\x8f','\x22','\x1a','\x3c','\x9f','\xe6','\xa9','\xf7','\xbe','\x3c','\x07','\x54','\x14','\xa0','\x31','\x08','\xc2','\xf2','\xb6','\xfb','\x15','\x10','\x04','\xc0','\xbc','\x02','\x63','\x23','\x8e','\x29','\xb7','\xf5','\x0e','\x8b','\x44','\x3c','\x67','\x8e','\x09','\x12','\x13','\xdd','\xeb','\x1a','\x2a','\x9f','\x1e','\x9d','\xe0','\x8b','\xd3','\xf4','\x44','\xfe','\xb1','\x68','\x90','\x3d','\xf1','\xc3','\x29','\x03','\x7f','\x01','\xe8','\x58','\x16','\xe9','\xbb','\x62','\x2b','\x65','\x14','\x33','\x8e','\x42','\x64','\x70','\x45','\x10','\x96','\x21','\x76','\x3d','\x13','\xf9','\xc6','\xa2','\x0c','\x0c','\x3d','\x01','\xd3','\x07','\x0d','\x1d','\xf2','\x60','\x73','\x9e','\x55','\x92','\x96','\xb8','\xed','\x3b','\x62','\x7f','\x5f','\xd2','\x1a','\x8f','\x21','\x23','\x69','\xe2','\xd9','\xa2','\x35','\x1e','\x24','\x5c','\x17','\x91','\xc4','\xc5','\xcf','\x1f','\x17','\xf9','\x42','\x24','\xae','\x75','\x3a','\x8e','\xf0','\x31','\xf1','\x3c','\x0f','\xfb','\x04','\x6d','\xf9','\x15','\xd3','\x67','\x76','\x1c','\x56','\xe4','\xf9','\x5e','\x84','\xc0','\xf9','\x00','\x53','\x6a','\x0e','\x81','\x3c','\x2c','\x7c','\xb8','\x6e','\x11','\x95','\x4d','\xb5','\x49','\xfe','\x72','\xcd','\x7c','\x3a','\xfa','\xab','\xc9','\x54','\x2a','\x3e','\xff','\x5d','\xa0','\x3f','\x28','\xee','\xd1','\x65','\x6f','\xe4','\x41','\x57','\x6a','\x7a','\xf7','\xb3','\x24','\x06','\x5c','\x37','\x77','\xe5','\xd2','\x43','\x17','\x91','\x6f','\x17','\xbd','\xd0','\x71','\x60','\x73','\x4c','\x41','\x2d','\x00','\xa1','\x61','\x69','\xf1','\xc5','\xdb','\x7e','\xf2','\xbb','\x6a','\x56','\xfe','\x8b','\x45','\x49','\x21','\x3e','\x67','\x03','\xa9','\x7f','\x51','\xe6','\x96','\x16','\x8a','\x8b','\x52','\x49','\x60','\x86','\x98','\x01','\xbe','\x33','\x9e','\xe7','\xc2','\x54','\x78','\xc5','\x5d','\x4f','\x74','\x2b','\xe6','\xb2','\xc1','\x6d','\xee','\x76','\xc7','\xcf','\xd6','\x98','\xa8','\x71','\x44','\x61','\xeb','\x0e','\x6a','\xad','\xdb','\xc4','\x94','\xe7','\xa8','\x04','\x2c','\x38','\xe0','\xd7','\xef','\x21','\x6d','\xfb','\x5e','\xc3','\x4c','\x2b','\x08','\x35','\xe5','\x07','\x40','\x8e','\x0e','\xdd','\xc8','\x8b','\xd0','\xcf','\x2e','\xb4','\xeb','\xe5','\x3a','\xa4','\xa1','\xa6','\x35','\x02','\x15','\x06','\xb3','\x90','\x58','\x47','\xec','\x25','\x73','\xb3','\x69','\x24','\x71','\xb6','\x65','\x93','\x46','\x7d','\x13','\xea','\xb2','\x53','\x13','\x67','\x73','\x03','\x7f','\x2d','\xdf','\x65','\xfc','\x17','\x84','\xa6','\x2c','\xe8','\xef','\xf4','\xcd','\xc7','\xf5','\x5b','\xba','\xa9','\xe9','\xa6','\x70','\xdb','\x25','\xea','\xd2','\x73','\x4c','\x46','\x43','\xa2','\x54','\xe0','\x84','\x88','\xdb','\x7a','\x12','\xe6','\x7d','\x3e','\x39','\xcf','\xbb','\x85','\xac','\xd6','\xf3','\x2e','\xaa','\xc8','\xca','\x1b','\xd1','\x85','\x5a','\xdc','\xbb','\xc3','\x84','\x6d','\x57','\xab','\x54','\x69','\xae','\xf3','\xbd','\x15','\xea','\x0a','\xbf','\xba','\x92','\x6e','\x74','\xb9','\x08','\x09','\x6d','\x39','\x5e','\xcc','\x76','\xc6','\x49','\x0b','\xf0','\x4d','\x4f','\x77','\x3b','\xdb','\xef','\x3b','\xdd','\xde','\x55','\x01','\x72','\x0b','\x4c','\xba','\xba','\xcd','\x8c','\x1a','\xce','\xd9','\xd0','\xc6','\x8b','\x5d','\x6c','\xfa','\xdb','\xbf','\x5d','\xe9','\xdb','\xb7','\x8d','\xda','\x25','\xcf','\x5d','\xe4','\x26','\x84','\x95','\x69','\xe7','\xad','\xdc','\xf2','\x78','\xbb','\xf5','\x0c','\xba','\x01','\xd1','\x06','\xcb','\xdf','\xe0','\x81','\x3a','\x77','\x4e','\xe7','\xee','\x82','\x6e','\x13','\xe0','\x00','\x3e','\x0a','\x79','\x1b','\xcf','\x80','\x5e','\x50','\xd7','\x74','\x95','\x0b','\x90','\xe2','\x23','\xd0','\xd3','\x79','\xb8','\xc8','\x53','\xc7','\x59','\x2e','\xd7','\x98','\xd2','\xe2','\xda','\x38','\xdd','\x5f','\xdf','\xcc','\x0a','\xbc','\xb5','\x98','\x6b','\x53','\xff','\xe3','\x6b','\x5e','\x66','\x0f','\x08','\x5c','\x79','\xc9','\x2c','\x9c','\x31','\x4f','\xc3','\x1a','\xdc','\xc3','\x5d','\x39','\x71','\x87','\x94','\xbf','\x9f','\x49','\xcf','\x40','\xc6','\xb3','\x7c','\x98','\x67','\x0c','\x82','\x20','\x22','\x74','\xbd','\x5e','\x97','\x9b','\x5b','\x93','\x05','\x08','\x0f','\x0f','\xad','\x0e','\x0d','\xcd','\xad','\xe6','\x89','\x47','\x67','\x30','\x9b','\xff','\x32','\x72','\x1a','\x51','\x9a','\x54','\x65','\xd1','\x51','\x44','\x88','\x24','\xf3','\x82','\xfd','\x1d','\x81','\xef','\xcf','\x9e','\xd6','\x24','\x38','\xbc','\x05','\x64','\x4e','\xec','\x13','\xd8','\x26','\x57','\xd9','\xd6','\x50','\x04','\x9e','\x8b','\x93','\x2d','\x26','\x36','\x48','\x45','\x20','\xae','\x18','\x5f','\x00','\x03','\x8d','\xc2','\xe6','\xbc','\x03','\x9f','\x4a','\x5f','\x89','\x63','\x2b','\x2f','\xfa','\xc2','\xfa','\xc4','\x8b','\x2f','\xf4','\xa7','\xb4','\x77','\xa1','\x04','\xf9','\x9f','\xea','\xef','\x0b','\xe0','\x12','\x4b','\xd0','\x21','\xfb','\x6b','\x4d','\x89','\x9f','\xa0','\x33','\x4f','\x37','\x61','\xc2','\x08','\xc9','\xf8','\xd3','\xe6','\x8d','\xcf','\xa9','\xd5','\x14','\xe2','\xfa','\x2c','\x5e','\x7d','\xc0','\x7c','\x9f','\x22','\xd5','\x0a','\xdf','\x2c','\x94','\x23','\xd4','\x21','\x70','\xd1','\x9c','\x05','\xb7','\x41','\x14','\xb0','\xe8','\xb8','\x52','\xe2','\x0b','\x77','\x6b','\xb9','\x10','\xbb','\x85','\x63','\xb7','\x45','\x16','\x01','\x38','\x90','\x29','\xd3','\xca','\xa2','\x02','\xae','\x18','\x91','\x0d','\xb5','\xa8','\x01','\x9d','\x94','\x5d','\xfc','\xb1','\xa3','\x07','\x32','\x0b','\xd7','\xf9','\xb2','\xe8','\x0f','\x87','\xaf','\x55','\x19','\x13','\xbb','\x57','\x26','\x0b','\x0d','\xe3','\x57','\x34','\x94','\xf3','\xb3','\x23','\x2f','\x93','\xcb','\x11','\xa8','\xcb','\x14','\x15','\x22','\x75','\x7b','\xba','\x5c','\x9b','\xba','\x14','\xbd','\xd9','\x05','\x95','\x5b','\xa3','\xdc','\x10','\x88','\xc2','\x6b','\xaf','\xbc','\x5d','\xa8','\xfc','\xb8','\x5b','\x8b','\x01','\x1c','\x74','\x95','\x42','\x7a','\xc6','\x21','\x68','\xa9','\xf4','\x8b','\xe8','\x6a','\x23','\xed','\x28','\xf3','\x88','\xd8','\x59','\x2f','\x69','\xc4','\xac','\xee','\xf5','\x7a','\x9f','\x4f','\xaf','\xca','\xb4','\xad','\x33','\x9d','\x84','\xf6','\x7d','\x27','\xbe','\x51','\xac','\x21','\x5d','\x10','\xa0','\x55','\x46','\x15','\x22','\xb3','\x94','\x73','\x29','\xcb','\xad','\x14','\x11','\x30','\x40','\x06','\x9e','\x32','\xfa','\xc6','\x86','\x16','\x27','\xdb','\xb6','\xd8','\x4d','\xd7','\x8b','\x23','\x89','\x49','\x15','\x20','\xcb','\xb3','\xb3','\xd2','\x8b','\xf6','\x0c','\xc7','\x2e','\x5d','\xc7','\x4f','\x3a','\x47','\x04','\x37','\xf2','\x56','\x31','\xae','\x96','\xd5','\x65','\xcf','\xcf','\xb7','\xe9','\xdd','\x4a','\xee','\x8e','\xb8','\xd1','\x85','\xf2','\xf2','\xd1','\xe2','\x92','\x3e','\xf0','\x24','\x9e','\x51','\x73','\x7e','\xeb','\xc6','\x4b','\xcd','\x36','\x90','\x7d','\xe7','\xbf','\x99','\x05','\x6e','\xef','\x9d','\xfa','\x3d','\x95','\x59','\x3f','\xf7','\x75','\x7b','\xdf','\xe9','\xfd','\xf7','\x3b','\xdd','\xec','\xec','\x4d','\xef','\xa0','\x34','\x2d','\x52','\xd4','\x6c','\x34','\x65','\x36','\x8b','\xe4','\x6f','\x17','\xfa','\xd7','\xbf','\x5d','\xe9','\xed','\x37','\xb5','\xfc','\xe8','\x98','\x8b','\x59','\x92','\x02','\xde','\x27','\x88','\xee','\x79','\xc7','\xcf','\xed','\xb6','\xd3','\x7e','\xaf','\x2e','\x56','\x18','\xe5','\x2e','\xeb','\x4d','\x36','\x1f','\x75','\x9b','\xca','\x1b','\x49','\xb8','\x2c','\x23','\x19','\x0f','\xad','\x6a','\x91','\x1a','\x1d','\xb8','\xf9','\xe1','\x38','\xca','\x72','\x3c','\x86','\xec','\x63','\x75','\x35','\x0d','\x72','\xd5','\x4b','\x9d','\x14','\x97','\xd5','\x7b','\x66','\xf9','\x54','\x3e','\xb5','\x88','\x7a','\x57','\x53','\x7c','\x38','\x95','\xe7','\x39','\x99','\xcc','\xf1','\xcf','\x20','\x17','\x4c','\x70','\x95','\x7b','\xd6','\xf6','\x5d','\x8a','\xc5','\x92','\xb3','\xa1','\x91','\x82','\x8f','\x8e','\xc8','\xf0','\x08','\x07','\x7e','\x87','\x34','\xea','\x2d','\xcc','\x4c','\x97','\xcb','\xe5','\xdc','\x02','\x44','\xa4','\xe7','\x80','\x1e','\x9e','\xfb','\xa9','\xf2','\xa6','\x82','\x42','\xa6','\x71','\x08','\xe7','\x77','\xc9','\xfd','\x71','\x27','\xb5','\xf4','\x90','\x48','\x65','\xc3','\x17','\xf3','\x1a','\x97','\x4f','\x6b','\xb7','\x35','\x2a','\x76','\x67','\xfc','\x9d','\x47','\xe9','\x88','\x59','\x4f','\xb2','\x3e','\x5b','\xf4','\x32','\xbd','\xf8','\xe2','\x6a','\x64','\x1e','\xf1','\xd5','\xf4','\x3b','\xf6','\x11','\x68','\xce','\x8b','\x73','\x0d','\xa5','\x8f','\x2e','\xb5','\x1a','\xd9','\x62','\xe8','\x16','\x11','\xa1','\x15','\xf2','\xf6','\xdd','\x25','\xad','\xe2','\x98','\x2b','\x1e','\x70','\xdb','\x32','\x9d','\x2c','\xbb','\x5f','\x9b','\x44','\x4d','\xf6','\xec','\x8b','\xc9','\x93','\xef','\x7c','\x98','\x21','\x62','\x1c','\x80','\xa7','\xd9','\xf9','\x18','\xca','\x75','\x7f','\x68','\x0c','\x54','\xe1','\xd5','\xcb','\x63','\x4b','\xd0','\x77','\xa7','\xdb','\x9f','\x98','\x56','\x58','\xfe','\xbb','\xd5','\xb5','\x02','\xc9','\xd1','\x0a','\x78','\x86','\x0a','\xac','\xfd','\x5f','\xad','\x0f','\x27','\x75','\x2c','\xca','\x5b','\x3e','\x5a','\x0d','\xf7','\x23','\x3e','\x1c','\x65','\xc1','\xea','\xb7','\xb1','\x48','\x57','\x1e','\x4a','\x3e','\x53','\x65','\x70','\x7d','\x84','\x10','\xaa','\x7e','\x77','\x87','\x82','\xba','\xec','\x91','\xbb','\x62','\xf5','\x9e','\xae','\x16','\xee','\x21','\x73','\xd4','\x9e','\xc0','\xe1','\xf0','\x9d','\xe0','\x59','\x02','\xa4','\x1a','\xd1','\x74','\x42','\x47','\x47','\x49','\xea','\xdf','\xd5','\x59','\x9f','\x44','\x0e','\x09','\xb4','\xbc','\xd9','\x18','\x48','\x08','\x95','\xc3','\x78','\x4d','\xbc','\xd1','\x15','\xc0','\xb2','\xff','\x83','\xf5','\x78','\xf9','\x8d','\x69','\x63','\xa6','\xcb','\xdb','\x66','\x21','\x84','\x2f','\xb4','\x5d','\x9b','\x59','\x04','\xf2','\x12','\xd9','\x0c','\x45','\x4d','\xc4','\xdc','\xc0','\xca','\x23','\x16','\xcc','\x40','\x1b','\xe0','\x97','\x8a','\xd6','\x1d','\xde','\x54','\xb4','\x82','\x64','\x5e','\xae','\xaf','\xb5','\x5a','\x5d','\x82','\xac','\xe0','\x1b','\x2e','\xb4','\x2f','\x73','\xd0','\x40','\x76','\x2a','\x74','\xfe','\xff','\xc2','\x2d','\x46','\xac','\x5d','\x7e','\xf0','\x9d','\x1d','\x3c','\xa3','\x3b','\x23','\xc8','\x47','\x3f','\x13','\xe4','\xb3','\xce','\x81','\x02','\x13','\x79','\x74','\x53','\x54','\x84','\x08','\xea','\xce','\x01','\xc9','\xa3','\xfc','\x64','\x3b','\xea','\x9b','\x9d','\x43','\x72','\x7e','\x65','\x46','\x02','\x10','\x89','\x5d','\xa0','\x4a','\x64','\xe7','\xa9','\x70','\x3c','\x21','\x22','\x9e','\xf0','\x7c','\xf8','\xbc','\x26','\x0e','\xd0','\xe9','\xd6','\x20','\xff','\xff','\x72','\xd9','\x88','\xc0','\x55','\x8d','\x80','\x6f','\x92','\xca','\x76','\xcf','\x4e','\x6c','\x1a','\x54','\x9a','\x2a','\x4b','\x29','\xad','\x76','\x8f','\xd8','\xd5','\x07','\xe5','\x67','\xd7','\x50','\xe7','\xb7','\x3f','\x76','\xba','\xbd','\xab','\x9b','\x5f','\xba','\x9e','\x26','\x58','\x9e','\x82','\x54','\x41','\x53','\x5a','\xd3','\xf3','\x3e','\x6f','\xdf','\x36','\x7a','\xfb','\xed','\xaa','\x67','\x50','\x1a','\xcc','\x73','\xff','\x00','\x2e','\x6d','\x44','\x39','\xd6','\xb7','\xf7','\x7b','\x58','\x7e','\x02','\xb3','\x01','\x86','\xcd','\x6e','\x1f','\x03','\xb4','\xe5','\x94','\x5e','\x62','\xc9','\x74','\x83','\x4b','\x5e','\x1e','\xe4','\xb5','\x59','\x27','\xc7','\x42','\xa3','\xf6','\x03','\xb9','\xfa','\x02','\x7c','\x3c','\x68','\xa3','\xd4','\x3a','\x86','\xcd','\x4e','\x61','\x8f','\xf4','\xc6','\x66','\xfd','\xd5','\xc0','\x27','\x6e','\xf9','\xf1','\x73','\x61','\x47','\xca','\x4f','\x59','\x73','\x7c','\x5e','\x8a','\xda','\xf8','\x5c','\x7e','\xf8','\xf9','\xcc','\x50','\xca','\x9d','\x5f','\xc6','\xd2','\x60','\x03','\xe9','\xa9','\x55','\xec','\x13','\xca','\xcf','\xd1','\xd2','\x74','\x88','\x29','\xa5','\x4f','\xcf','\x8e','\x02','\xba','\x95','\x28','\x70','\xbd','\xf7','\xb2','\x68','\xac','\x5e','\x72','\x93','\x28','\x1b','\xf3','\x7c','\x08','\xc4','\x0f','\x14','\x0b','\x40','\xeb','\x4c','\x29','\x39','\x81','\xfd','\xf7','\xa5','\xb7','\x55','\x95','\x4b','\x4b','\x05','\xec','\x33','\x78','\xf4','\x97','\x48','\xbe','\x48','\x7e','\x86','\xc1','\x5c','\xc6','\x8e','\x9c','\x3c','\xd1','\x36','\x17','\x21','\x77','\xf1','\x18','\x77','\x62','\xa6','\xf7','\x7d','\xe1','\x83','\x4c','\x7f','\xe9','\xf1','\xf8','\x6c','\xb2','\x05','\xac','\xa8','\x41','\x3e','\xc6','\xa3','\x20','\x39','\x3b','\x91','\x0a','\xb4','\xff','\x87','\xe0','\x3f','\x28','\xc1','\xf0','\x1c','\x0e','\xcb','\xe3','\xd5','\xe2','\xcb','\xda','\xf2','\x3d','\x52','\x88','\xdc','\x00','\x9a','\xb5','\x42','\x0c','\x74','\xe0','\x2e','\x59','\xc4','\x14','\xee','\x1a','\x9e','\xc7','\x7f','\xaf','\x2e','\x59','\x95','\x5d','\x47','\x5a','\x86','\xba','\x30','\xac','\xbc','\xe1','\xfe','\xe6','\xf9','\x64','\xde','\x72','\x59','\xc5','\xad','\x78','\xa4','\x2c','\xa3','\xae','\x53','\x94','\x9e','\x32','\xed','\xdc','\x15','\x0a','\x81','\x30','\x95','\x81','\x46','\xd0','\x2d','\xf6','\xa0','\x8a','\xd6','\x7a','\xd7','\x0f','\x46','\x56','\x8b','\x9d','\xde','\x4b','\x83','\x48','\x5a','\x1b','\xb5','\x01','\x20','\x6a','\xf1','\x10','\x99','\xcb','\xca','\xeb','\xe2','\xee','\x2b','\x64','\x21','\xc7','\x29','\x02','\x0b','\xec','\xf7','\x74','\x6d','\x93','\x42','\xe4','\x74','\x8f','\x1b','\x41','\x77','\xb8','\xdf','\x30','\x0f','\x2e','\x70','\x95','\x92','\x3c','\x3c','\x4e','\xe5','\x0a','\x5c','\x15','\x81','\xae','\xb1','\xe6','\x8b','\x86','\x3e','\xa7','\x0e','\x79','\xbc','\x68','\xdf','\x9d','\xef','\x95','\x37','\xf2','\xba','\x99','\x44','\x0c','\x42','\x19','\x2d','\x8f','\x0d','\x53','\x20','\xd5','\x6b','\x84','\x3f','\x89','\xfe','\xc4','\xc1','\x71','\x6b','\xb3','\xb8','\x9b','\x22','\xec','\x62','\x78','\xff','\x1b','\x13','\x51','\x13','\xea','\xc4','\x41','\xff','\x70','\x3d','\x14','\x53','\x9c','\x98','\xf5','\x4e','\x16','\xa3','\x5d','\xc1','\xd5','\xb0','\xee','\x6a','\xb4','\xb6','\x3d','\xe7','\xcf','\x55','\xe8','\x22','\x17','\xba','\x52','\x46','\x4d','\x2b','\x84','\x75','\x0b','\x1d','\x8e','\xdd','\x52','\x31','\x80','\x4d','\x05','\x6b','\x1f','\x47','\x77','\x98','\x84','\x7a','\x06','\x9a','\xd8','\xa1','\xac','\xd8','\xa8','\xa8','\xbc','\x3a','\x6e','\x90','\x6f','\x9b','\xba','\x63','\xbe','\xfd','\x76','\xa1','\x6f','\xdf','\x36','\x55','\xce','\x2f','\xe6','\x49','\x64','\x8a','\x84','\xf8','\xe2','\x0f','\xf2','\xb1','\xdb','\xf9','\xae','\xfb','\xfb','\x4e','\xf7','\xf7','\x4e','\xf7','\xbd','\xdb','\x05','\xbc','\x9c','\xf7','\x24','\xc5','\x3c','\xf9','\x9c','\xd0','\x0c','\x1d','\xd9','\xf1','\x07','\xcc','\x2d','\x77','\xb5','\x64','\x9b','\x4f','\x1a','\xae','\x9d','\xf4','\x4c','\x54','\xaf','\x72','\xc5','\xc7','\x0f','\xc7','\x6d','\xd9','\xbc','\x95','\xec','\x7d','\x71','\x1d','\x1e','\x71','\x32','\x1b','\x5d','\x34','\x50','\x88','\x05','\x3a','\xb8','\x6c','\x74','\xb9','\x72','\x55','\x7e','\x9e','\xa8','\xa3','\xc8','\x23','\x50','\x84','\x3a','\x58','\x85','\x7b','\x4f','\x4b','\x10','\xb2','\x5e','\x91','\x5f','\x88','\xbf','\x7f','\x22','\x9c','\xb1','\x5a','\x63','\xef','\xf7','\x3b','\xdd','\x6e','\xb7','\xe9','\x79','\xb1','\x00','\x3d','\x13','\x04','\x21','\xb3','\xd4','\xbc','\x39','\x5d','\x16','\x60','\xfc','\x4c','\x65','\x83','\xcc','\xc3','\x1e','\x83','\xaf','\x9d','\x14','\x52','\xac','\xd4','\x27','\x61','\xc6','\x8e','\x67','\x42','\x69','\x8c','\x38','\x03','\xe6','\x2f','\xa4','\x47','\xda','\x26','\xe6','\x79','\x2a','\xbd','\xda','\xa0','\xa3','\xc2','\x01','\x25','\x30','\x51','\x9a','\xf3','\x87','\x77','\x1f','\x0e','\xe9','\x84','\x36','\x9c','\xcd','\x63','\x69','\x98','\x9b','\x0c','\x79','\x6d','\x0f','\x8a','\x8e','\xfc','\xaf','\x74','\x5e','\xd8','\xec','\x58','\x4d','\x12','\x7c','\xf6','\x0c','\xb1','\x17','\xcd','\xc0','\xa2','\xbe','\x3a','\x35','\x6e','\x9f','\x52','\x2e','\x9f','\x4d','\x85','\x04','\xa1','\x28','\xd6','\x58','\xf6','\x61','\xdd','\x01','\x49','\x9e','\x56','\x69','\x84','\x64','\x46','\x73','\x2c','\xec','\x6f','\x94','\x1e','\x29','\x21','\x9f','\x7f','\xe1','\xf9','\x22','\xa3','\xd8','\x52','\xf6','\x71','\x45','\x4f','\x8d','\xd6','\x57','\x6d','\x24','\xbc','\xd8','\x6f','\x5f','\xfc','\x8a','\x6c','\x0d','\x6b','\x24','\x25','\x78','\xdb','\x35','\x5c','\xb0','\xca','\x1f','\x05','\x8a','\x0d','\xd1','\x83','\x81','\xd8','\x8e','\x3b','\x8c','\x72','\xd2','\x0c','\x71','\x39','\x9f','\x99','\x12','\x44','\x0f','\xca','\x4f','\x1f','\xef','\x0a','\x39','\xbe','\x11','\x7c','\x1e','\x17','\xfc','\x4d','\x65','\xda','\x98','\x27','\xb0','\xf0','\x30','\x2f','\xcb','\xa6','\xa3','\xa4','\xbb','\x5b','\xf9','\x1e','\x9d','\x01','\x65','\x85','\x8d','\x78','\xa4','\x8b','\x99','\x5b','\x14','\x98','\x14','\x9c','\x5d','\xaf','\x1b','\x5d','\xbf','\x6d','\x11','\xec','\xa0','\x5c','\x2e','\x0a','\x6d','\xcb','\x9d','\x7f','\xdb','\x3a','\x71','\x4b','\x54','\x34','\x53','\xbf','\xef','\x5d','\x68','\xbf','\xef','\x61','\x65','\xe9','\xb8','\xdb','\xed','\x7f','\x5c','\x59','\xf2','\xf7','\xad','\xec','\x66','\xde','\x76','\x64','\xbb','\xe6','\x85','\xff','\xdc','\xd5','\x6b','\x90','\xf1','\x71','\xae','\x00','\x41','\x97','\xff','\xd8','\x71','\xbd','\xee','\x44','\x1b','\x53','\x93','\xb6','\x04','\x30','\xc5','\x5d','\x89','\x13','\x96','\xc7','\x9d','\x26','\x89','\xdc','\xcb','\xb8','\x84','\xe2','\x11','\xf4','\x81','\x36','\x04','\xc8','\xe0','\xe0','\x6b','\x21','\x8b','\x3c','\xc7','\x3b','\xf5','\x9d','\x83','\xce','\xdd','\xce','\x47','\xe9','\x19','\xb5','\x24','\x3a','\xb7','\x46','\x8d','\xba','\xf5','\x8f','\xa1','\x8f','\xc6','\x3f','\x4d','\xa8','\x75','\x53','\x82','\x4e','\x82','\xa6','\x88','\x28','\xcd','\xe9','\x2e','\x44','\xb4','\x53','\x1a','\xec','\xfc','\x2c','\x52','\x4b','\xab','\x1b','\x02','\x57','\xe8','\xf1','\xb2','\x78','\x18','\x57','\x9c','\xb8','\x71','\xe1','\x68','\x6f','\xd4','\xb6','\xae','\xca','\x2c','\x07','\x85','\xe0','\xe5','\x14','\x12','\x05','\x6b','\x59','\xc8','\xed','\xeb','\xb7','\x0b','\x7d','\xfb','\x76','\xa1','\xb7','\xdf','\xb6','\x0c','\x60','\xc1','\x69','\x95','\xec','\x36','\x1f','\xb9','\x11','\xf1','\xc6','\x71','\xce','\xef','\x7e','\x57','\xb7','\xbb','\x38','\x6b','\x84','\x6e','\x6f','\xd8','\x56','\x67','\xc1','\x18','\xbf','\xb9','\x7b','\xa7','\x09','\x77','\x77','\xdd','\xc5','\xd4','\xac','\x28','\x6a','\xe5','\x6b','\xba','\x99','\x60','\x3c','\xd0','\xbb','\x10','\xef','\x42','\xc4','\x9d','\x84','\x58','\x37','\x0f','\x26','\x72','\x28','\x95','\x2a','\x52','\x8a','\xe6','\x97','\xc6','\x95','\xdf','\x56','\x8d','\x3d','\x55','\x1c','\x80','\xa7','\x39','\x83','\x1d','\x6c','\xd7','\xbc','\xe3','\x67','\x8c','\xf6','\xb6','\x2e','\x7b','\x18','\x43','\xb0','\x00','\xe2','\x26','\x54','\x47','\x37','\x64','\x0c','\x9f','\x2e','\x5e','\x4c','\xbe','\xe7','\xa8','\x2e','\x68','\x8b','\xcd','\xa5','\x45','\x5b','\xbe','\x43','\x3a','\xa2','\xbb','\x98','\x21','\x27','\x7e','\x33','\x7e','\x3c','\xbd','\x07','\x68','\xdb','\x74','\x67','\x09','\x17','\x8b','\xc9','\x67','\xee','\x0b','\x3b','\x85','\xbb','\x55','\x27','\x99','\xd6','\x0a','\xd5','\x71','\xf6','\xea','\x6f','\xff','\x3d','\x10','\xf1','\x2f','\x96','\x46','\xc5','\xe8','\x6c','\xbe','\x8d','\x24','\x43','\x7e','\x1e','\xf3','\xa9','\x14','\x35','\xa1','\x12','\x02','\x3f','\x73','\xa0','\xef','\xa7','\x10','\x51','\x5c','\xb8','\x3a','\x36','\xe0','\x27','\xc6','\xe7','\xbe','\xc8','\x3e','\xed','\xfe','\xf6','\x5d','\xd2','\xb0','\x24','\x05','\x93','\x43','\xab','\x98','\xc0','\x6a','\x3a','\x80','\x0c','\x96','\x3c','\xeb','\xf5','\x4f','\x7a','\x2d','\x1d','\xe3','\x95','\xd7','\x92','\x4c','\x1f','\x3e','\x9e','\xce','\x26','\xaf','\x55','\xb1','\x70','\xd5','\xfe','\x74','\x72','\x05','\x64','\x92','\x09','\xb6','\x18','\xe6','\x6e','\xa1','\xe4','\xbc','\x61','\x3d','\x7b','\xe0','\x6e','\x19','\xba','\xd8','\x76','\x03','\x7b','\x55','\xf9','\x29','\x5d','\x3b','\x6a','\xbf','\xaf','\xc7','\xf6','\xcf','\x80','\xef','\x21','\x9b','\xc9','\xa5','\x98','\xbf','\x43','\x59','\x83','\x05','\x66','\x84','\xce','\x39','\x87','\x70','\xc1','\x87','\xbc','\x68','\x3d','\x00','\x04','\x14','\x34','\x12','\x68','\xa3','\xd7','\x87','\x20','\x54','\xac','\x36','\xef','\xa7','\x85','\x37','\x73','\xc0','\xc1','\xa4','\x6e','\x45','\xd7','\xb7','\x8d','\xde','\xfe','\x75','\xa1','\xb7','\xb7','\x8c','\x8c','\x16','\xf9','\x61','\x2c','\x54','\x27','\x68','\xe9','\x9e','\x28','\x78','\x67','\x87','\xe6','\x72','\xb7','\x96','\xdd','\x5c','\x8d','\x76','\x03','\x9d','\xb1','\xc7','\xee','\x6d','\xf4','\x73','\x2d','\x85','\xb8','\xae','\xfc','\x24','\x80','\x3c','\x4a','\xd3','\xb9','\x0a','\x51','\x2b','\x03','\x52','\x1c','\x54','\x14','\xab','\x93','\xc8','\xee','\x47','\x25','\x71','\x97','\x63','\xab','\x67','\xc4','\xbd','\x41','\x3a','\xa9','\x63','\x91','\x79','\x4c','\x29','\x90','\x74','\xdf','\x0a','\x85','\x2d','\xf5','\x1f','\x62','\x8b','\x7a','\x96','\xe3','\xc4','\xd4','\x2c','\x20','\xc4','\xbd','\x13','\xed','\x7b','\x32','\xa1','\x97','\x33','\xd2','\xd4','\xd7','\x39','\x6e','\x2d','\x2e','\x8b','\xd4','\x9c','\x6c','\x65','\x8a','\x9e','\xcb','\x61','\x4a','\x25','\x00','\x69','\x85','\x9f','\xbc','\x6d','\x5d','\x68','\xbf','\x13','\xf5','\xbe','\xdb','\x98','\x35','\xda','\xed','\xde','\xa0','\xcb','\xa5','\x05','\x81','\xa7','\x33','\x6c','\x5e','\x04','\x92','\x83','\x81','\xb7','\xc5','\x21','\xbb','\xcd','\x4b','\x1b','\x4b','\x57','\x04','\x2e','\x97','\x46','\xfb','\xa5','\x11','\x49','\xcf','\xbb','\x83','\x82','\x7e','\xce','\xcf','\x5a','\x66','\x6b','\xee','\x8e','\xb9','\xd1','\xb7','\xdf','\xae','\xf4','\xf6','\xed','\x62','\x8a','\x8f','\x56','\x1a','\x9b','\x13','\x65','\x72','\x66','\x03','\xf7','\xfb','\x1e','\x2e','\x77','\x71','\x1e','\x8c','\x93','\x9e','\x31','\xaf','\x9c','\x9a','\x07','\xca','\xcf','\x33','\x29','\x65','\x8a','\x7e','\x6a','\x8d','\xa9','\x99','\x45','\xd5','\xa3','\xd3','\xa9','\x7c','\x52','\x8b','\x27','\xf7','\xae','\x96','\xbb','\x9d','\xa9','\x73','\x27','\xde','\x5b','\x5a','\xb3','\x57','\x41','\x4b','\x64','\xa8','\x8b','\xe7','\xe7','\x2f','\x27','\x98','\x7a','\x2e','\x43','\x5b','\xd3','\x73','\x3e','\x7e','\xdf','\xd7','\x76','\xd1','\x68','\x6f','\xad','\xcd','\xa1','\xef','\x91','\x7e','\x4b','\x9d','\x58','\x92','\xf7','\x75','\x53','\xc4','\xac','\x80','\xbd','\x93','\x58','\x78','\xfa','\x2e','\xc8','\x03','\x28','\x0b','\x53','\xb6','\x2d','\xbb','\xf9','\x33','\xc0','\x0c','\x9e','\x37','\x8e','\xfd','\x72','\xd4','\x31','\x9d','\x86','\xc1','\xae','\xdf','\x67','\xe7','\x32','\x21','\xce','\x83','\x66','\xac','\xcf','\x62','\xd6','\x7d','\x77','\x90','\x7b','\xa4','\xe1','\x48','\x61','\x80','\x0f','\x81','\xd8','\x41','\xb0','\x8c','\x8f','\x7e','\x58','\x7a','\xb2','\xd2','\xc4','\xb7','\xe3','\x52','\x8e','\x19','\x86','\xaf','\xf3','\xaa','\xaf','\x5f','\x99','\x48','\x0a','\x78','\x10','\x8a','\x9d','\x50','\xc8','\x1f','\x6e','\x05','\x5e','\x6f','\x5d','\x2f','\xe7','\xba','\x85','\xec','\xa6','\xe6','\x21','\x9a','\xda','\x83','\x3e','\x1e','\xf4','\xe8','\x87','\x24','\x11','\x89','\x1d','\xc6','\xe7','\xea','\xff','\x78','\x6b','\x8f','\xc8','\x30','\xba','\x27','\x3a','\x6f','\x4f','\x67','\xaf','\x8c','\xc6','\x4c','\x05','\xfb','\x01','\xfd','\x91','\xe8','\x7f','\x81','\x04','\x00','\xcb','\x3e','\x1c','\x66','\x19','\xd3','\x21','\xcb','\x7d','\x27','\xf2','\x3c','\xda','\x8b','\x59','\xff','\xce','\xd3','\xef','\x4f','\x0d','\x1f','\x88','\xdf','\x47','\xf5','\x3e','\x93','\x8a','\x2c','\x75','\x1c','\x13','\x2b','\xbd','\x03','\xd8','\x9e','\x2e','\x6d','\x06','\xb3','\xd0','\x25','\xc3','\xdd','\x61','\xf6','\x2e','\x76','\x99','\x24','\xe9','\x79','\x80','\x01','\x4d','\x04','\xf8','\xf1','\xba','\x0a','\x80','\x72','\x80','\x9c','\xef','\x55','\xa0','\x44','\x43','\x79','\x39','\x61','\x6a','\x2d','\xb2','\xa0','\x09','\xc8','\x2f','\x97','\x55','\x92','\x8b','\x7e','\x2d','\x47','\x4a','\xfb','\x32','\x4f','\xba','\xc2','\xb9','\xc2','\x83','\xae','\x22','\x93','\x15','\x0a','\xd8','\xd6','\xc1','\xac','\x2a','\x32','\x7a','\x1f','\xce','\xf5','\xed','\xa2','\x77','\xa8','\x7c','\xd3','\x9d','\x75','\x6e','\x14','\xca','\x02','\x96','\x95','\x3c','\x51','\x17','\x7c','\xf4','\xdf','\xf7','\x7b','\x95','\x52','\xf9','\xe9','\x31','\x56','\xd9','\x06','\x07','\x3e','\xde','\x09','\x0a','\x65','\x87','\xbd','\x1e','\xf8','\x8e','\xc3','\x33','\xb1','\x65','\xe2','\x79','\x58','\x7f','\x8d','\x2f','\x87','\x5b','\xe9','\x1d','\x51','\x39','\x3d','\xbb','\xd8','\x81','\xfd','\x86','\x96','\x9b','\xc5','\x58','\x3b','\xff','\x61','\x1b','\x00','\xf5','\x4b','\xe4','\xe0','\x7a','\x89','\xae','\x2b','\x42','\x8d','\xd4','\x02','\x15','\x8a','\x84','\x96','\xd5','\x77','\xbd','\xaf','\x48','\xee','\x94','\xe5','\x04','\xb0','\x1f','\xac','\x20','\x2e','\x70','\x99','\xa8','\x11','\x53','\x77','\x17','\x3d','\xd1','\x7a','\x8b','\x35','\xc8','\xdd','\x09','\x19','\xfb','\x95','\xf2','\xdb','\xc5','\xb9','\x10','\xc5','\xdc','\xf0','\xe0','\x01','\xfb','\xde','\xa8','\xbf','\xe9','\xeb','\x17','\x6a','\xe9','\x8a','\x55','\xfa','\x7d','\x94','\xcc','\x4b','\x83','\x01','\xa6','\x59','\xff','\x99','\xfc','\xf2','\x4c','\xa1','\xde','\xb7','\x50','\x8a','\xbb','\xf0','\x60','\x91','\xe1','\x88','\x3e','\xd6','\x36','\x0d','\xb5','\x1c','\xf7','\xfb','\xbc','\x5d','\x4c','\x31','\x23','\x53','\x9e','\x6b','\x14','\x41','\xe7','\x69','\x22','\xa2','\x7e','\x17','\xba','\xdd','\xd4','\xf2','\x73','\xbb','\xed','\xb4','\x7b','\x60','\x84','\x31','\x9a','\x60','\x2c','\x72','\x4f','\x75','\x70','\xdd','\x6b','\x5c','\x16','\x00','\xb3','\xa8','\x55','\x35','\x83','\x5c','\xb4','\x8d','\xad','\xed','\x44','\xec','\xc1','\x2e','\xec','\x02','\xdd','\xbe','\x13','\xdd','\xa9','\x13','\xef','\x94','\xca','\x0f','\xc8','\x87','\xa7','\xda','\x71','\xf0','\xfc','\x19','\xa4','\xa0','\xca','\x75','\x9e','\x4b','\xbb','\x98','\xe5','\xe7','\x72','\x65','\x73','\x33','\x3c','\x50','\x7e','\x86','\xef','\x61','\x2f','\x0d','\x59','\x93','\xca','\x8f','\x2b','\xf5','\x78','\xd7','\x16','\x5a','\x8f','\x8b','\x44','\x8d','\x7e','\xa7','\x32','\x9b','\xbd','\xf8','\xec','\x4a','\xf3','\x5c','\x1a','\xe9','\x26','\xc3','\x5f','\xa2','\xd9','\x70','\xc3','\xcc','\x74','\xbd','\x5e','\xcf','\x15','\xa0','\x7d','\xdf','\xa7','\x8b','\x82','\xe6','\x05','\x85','\xad','\xc0','\xf3','\x26','\x7a','\x1c','\xfc','\xc7','\x0b','\xf6','\x11','\xb4','\xac','\xdd','\x13','\x92','\x54','\xb4','\x82','\x9b','\x29','\x01','\xdf','\xf0','\xd6','\x4b','\x55','\x3d','\xd3','\xc4','\xb1','\x59','\x67','\xcf','\x3f','\x53','\x3e','\x39','\xf5','\x50','\x5a','\x3d','\x78','\x8f','\xe7','\xaf','\x79','\xc0','\xd4','\x7f','\xcb','\xf1','\x38','\x2c','\x92','\xeb','\x47','\x99','\x50','\xb4','\x91','\x10','\x91','\x18','\xe3','\x48','\xb9','\xf4','\xb6','\x59','\xe2','\x48','\x7c','\xa0','\x99','\x2b','\x41','\x87','\xe9','\x01','\x2d','\xcf','\xc6','\xfa','\x68','\x78','\x3e','\x92','\x46','\x93','\xe9','\x4b','\xc3','\x1d','\x00','\xe2','\x8b','\x10','\x35','\xdb','\x22','\x36','\xce','\x76','\x1e','\x98','\xfa','\x40','\x17','\x88','\x5c','\x7f','\x35','\x25','\x88','\x08','\xba','\xef','\x13','\xe1','\xf1','\xc8','\x8f','\x14','\xf8','\x14','\xaf','\x8c','\x34','\x5f','\x8c','\xc1','\x6a','\x51','\x5a','\xb5','\xe3','\xf4','\xe9','\x23','\x86','\x3f','\x7d','\xfb','\x20','\xad','\xd6','\x2f','\x40','\xb7','\x12','\x30','\x52','\x33','\x57','\xf7','\x67','\xb3','\x34','\x44','\x88','\x54','\x7d','\xac','\x37','\xd4','\x1b','\xa8','\x09','\xb7','\x28','\xb3','\x0e','\xc1','\xce','\x72','\xda','\x1e','\xe6','\xbe','\x89','\x50','\x1c','\x98','\x2e','\x4d','\x72','\x60','\x35','\x9c','\xe7','\x20','\x5a','\x28','\x18','\xb4','\x60','\x05','\xb4','\xfc','\xe0','\x07','\xc9','\x39','\x52','\x14','\x18','\xaa','\x80','\x77','\x56','\x74','\xa0','\x6e','\xa9','\xef','\x4e','\x96','\xd8','\x45','\xe3','\x24','\x3f','\x86','\x72','\x70','\xb9','\xea','\x1d','\x2a','\x6f','\x6f','\xea','\xfa','\xa6','\x96','\x9f','\x5a','\x3f','\xd1','\xac','\x2c','\x7a','\x7b','\xa9','\xb4','\xcb','\xce','\xfb','\x58','\x94','\xad','\xa5','\xf2','\x63','\xed','\x8f','\x0b','\x0e','\x81','\xe8','\x6e','\x25','\x08','\xa5','\x61','\x74','\x7b','\x5b','\x75','\x8b','\x28','\xac','\x33','\x62','\x44','\xd1','\xcf','\x78','\x7e','\xc8','\xbb','\xc2','\x71','\xff','\x4c','\x28','\x43','\x76','\xfc','\x27','\xa2','\x35','\xe3','\x22','\x93','\xdd','\x9f','\x93','\x2f','\x6e','\xf1','\x7b','\xdc','\xc8','\xa3','\xe3','\x63','\x40','\x5e','\xb3','\xe6','\xfa','\xd5','\x58','\x22','\xe4','\x7a','\x17','\x51','\xa7','\x06','\xa0','\x5f','\x6a','\xa6','\x73','\xdd','\x30','\x1c','\x01','\xf4','\x9d','\x8f','\xd4','\xee','\x95','\x7c','\xaa','\xe7','\x89','\x1c','\x84','\x53','\xae','\xf1','\xd9','\x5c','\xa0','\x1b','\x19','\x1f','\x09','\xb9','\x5b','\x5d','\x86','\x27','\xb6','\x43','\xef','\x71','\xde','\x23','\x01','\xc0','\x82','\x55','\x4b','\xd9','\x31','\x7e','\x9c','\xf5','\xc7','\x19','\xb3','\xbe','\xd1','\x9b','\x29','\x5e','\xcc','\xe6','\x8e','\x17','\x25','\x71','\x28','\x3f','\xca','\x97','\x17','\xfa','\xf6','\x9b','\x9e','\x41','\xd1','\xbb','\x92','\x06','\xd2','\xc0','\x7c','\xe2','\x4d','\x83','\x71','\xec','\xe6','\xf2','\xf6','\xfe','\x87','\xdd','\xf3','\xb3','\xe7','\x81','\xbf','\xe8','\x46','\xf4','\x21','\x1b','\xee','\xbf','\xc9','\xd8','\xa1','\x47','\x69','\xc4','\x7b','\x4c','\xc4','\x9b','\x6e','\x2e','\x44','\xe8','\xe8','\xab','\x06','\x99','\x10','\xc3','\x25','\xfa','\x1a','\x47','\xfc','\x05','\x11','\x26','\xde','\xb3','\x77','\x65','\xbc','\xdd','\xca','\x70','\x04','\x40','\x1f','\x34','\x71','\xe9','\x0e','\x87','\xbf','\x9b','\x0c','\xbd','\x6c','\x68','\xf9','\xc9','\x3b','\x9c','\xdc','\xaa','\x7e','\xa8','\x60','\xc1','\x3a','\x14','\x72','\x02','\xce','\x66','\x8a','\xa8','\x1c','\xd8','\xdd','\x65','\x39','\x94','\x5f','\xa2','\x51','\xe8','\x95','\xf9','\x00','\xcf','\xff','\x8c','\x74','\x00','\x71','\x20','\xcd','\x1b','\x6b','\x22','\xf2','\x38','\x08','\xc2','\xbe','\xef','\xd3','\x0d','\xaa','\x47','\x2f','\x79','\x53','\x70','\xfe','\x7d','\x44','\xc1','\x38','\x7c','\x05','\x65','\x99','\x2f','\xc6','\x31','\x89','\xf3','\x65','\xe6','\x14','\x72','\x4f','\x8d','\x47','\xac','\x72','\xaf','\xb7','\xf5','\x47','\xa5','\xcf','\xba','\x5b','\x99','\x9c','\x5b','\x62','\xdd','\x65','\xb7','\x17','\x0f','\x51','\x48','\x96','\x9d','\xd0','\xa3','\xb1','\x8e','\x85','\x51','\x42','\x71','\x72','\xd9','\x70','\xd8','\x4e','\xa1','\xca','\x3f','\x4f','\xf4','\xab','\xb4','\xef','\x3b','\x26','\xf7','\x1d','\xf7','\x48','\x52','\x3f','\x45','\xb2','\x6d','\x3f','\x9c','\x03','\x4a','\xc3','\x71','\xa0','\xf5','\xf0','\x6d','\x59','\x2f','\x04','\x05','\xa2','\x03','\xa8','\x9f','\xa4','\x5f','\xbf','\x62','\x7a','\x95','\x74','\x0b','\xf0','\xf4','\x52','\x91','\x3f','\x62','\xa8','\x16','\xb2','\x02','\xc1','\x88','\xce','\xd5','\x40','\xae','\x76','\x46','\x21','\xcf','\x91','\x10','\x29','\x60','\x76','\x57','\x29','\x07','\x83','\xe1','\xea','\xb6','\x3b','\xa0','\x1b','\x21','\x4e','\xad','\xd3','\xb5','\x0b','\xfd','\x93','\x07','\xb6','\xd3','\xe2','\x02','\xf2','\xa8','\x28','\x68','\x43','\xfb','\x87','\xc5','\x5a','\xf2','\xe3','\xea','\x69','\x05','\x0a','\x23','\x08','\x8e','\x0c','\x2e','\xe5','\xec','\x6b','\xb1','\x44','\x49','\x3c','\x0b','\x99','\x99','\xc8','\xad','\x96','\x03','\x82','\xd4','\xe5','\xa5','\xde','\xc3','\xa7','\x77','\xa8','\x7c','\x8b','\x30','\xd7','\x2d','\x8b','\x80','\x36','\x01','\x7e','\x2f','\x8d','\x8f','\xe8','\x7c','\xe2','\x60','\xb9','\x87','\xf2','\x73','\xbf','\xf7','\x38','\xdc','\x8c','\x74','\x08','\xe5','\x14','\xc2','\x8f','\x87','\xfb','\x59','\x83','\x8a','\x9e','\xe4','\x41','\x5c','\x22','\x9c','\x8e','\xa8','\x43','\x84','\x55','\x90','\xc2','\x63','\xcc','\x42','\xe8','\x65','\xfd','\x6e','\x25','\x14','\xa3','\x4b','\x09','\x85','\x0c','\x4d','\x9a','\xf6','\x99','\x64','\xfc','\x7d','\xdd','\xe8','\x52','\x56','\x63','\x62','\xe8','\x3b','\xae','\x9b','\xca','\x7b','\x85','\xca','\xe5','\xfd','\xea','\x22','\x04','\xca','\x95','\x8d','\x59','\x83','\xfe','\xa7','\x42','\x6c','\xae','\x56','\x4c','\xe1','\x12','\x17','\x41','\x17','\x16','\x94','\x74','\x25','\xd6','\x03','\x24','\xf4','\xbd','\x82','\xf7','\x76','\x18','\xf5','\x6b','\x28','\xcb','\x00','\x75','\xae','\xed','\x40','\x32','\x56','\xa5','\xe0','\x6a','\x61','\xab','\xf7','\x4b','\x2b','\x0a','\xbe','\xbf','\xab','\xfc','\x69','\x81','\x0e','\xb6','\x2c','\x24','\xf9','\xc6','\x1e','\xf8','\x85','\x4d','\xb6','\x86','\xee','\xbb','\xd0','\xed','\x8f','\x9d','\xde','\xff','\xd0','\x30','\xdb','\x7d','\x17','\x2b','\x73','\x68','\x4c','\x34','\x97','\x93','\x02','\x1f','\x94','\x7d','\x0b','\xfd','\xc7','\x94','\xbe','\x11','\x42','\xa7','\x70','\xe6','\xf2','\xcd','\xfb','\x26','\xe3','\xc0','\x0c','\xa5','\x82','\x04','\x7a','\x05','\x57','\x9e','\xad','\x09','\x9c','\x97','\xf1','\x6e','\xd7','\x8d','\x2e','\x6f','\x1b','\x5d','\x3d','\xda','\x5b','\x6b','\xc6','\x37','\xe7','\x01','\x0f','\x6a','\xf1','\x60','\xd9','\x31','\x2b','\x4f','\x04','\x39','\xd8','\xd3','\xdd','\x0d','\xa3','\x03','\x62','\x97','\xca','\xc6','\xd1','\xa3','\xf4','\x67','\x63','\x6b','\x59','\x47','\xb3','\xbe','\xdf','\xef','\x93','\x81','\x87','\x08','\x14','\xa0','\x55','\x38','\xc0','\xb3','\x84','\xe6','\x69','\xae','\xff','\x2c','\x1b','\x45','\x07','\x3f','\x2f','\xc3','\x61','\x46','\xf6','\x1a','\xe6','\x57','\x88','\x66','\xd7','\xad','\x07','\x0a','\xcd','\x24','\xbe','\x0e','\x0f','\x22','\x3e','\x91','\x9e','\xe6','\x82','\x3f','\x37','\xb9','\xa9','\xd6','\xff','\x32','\xf6','\xfd','\x41','\xf7','\x97','\x4a','\xad','\x4c','\x39','\xa0','\xec','\x79','\xe8','\x1f','\x29','\x37','\xe9','\x9e','\xa0','\x99','\xb8','\xfe','\xf8','\xb0','\x81','\x27','\xec','\x34','\xb4','\xf2','\x63','\x43','\xe6','\xa1','\x1d','\x3e','\x9d','\xc6','\x2d','\xe8','\x4f','\x2a','\x1d','\x78','\xef','\x46','\x8c','\x31','\xd4','\x93','\xbb','\x8a','\xa6','\x04','\x15','\x49','\x8e','\x05','\x7d','\xaa','\x19','\x3f','\x77','\x72','\xed','\xff','\x95','\x57','\x3e','\x59','\xe5','\x54','\x9b','\x0c','\x1f','\xc7','\xef','\x2f','\xb4','\x80','\x17','\x5f','\xbe','\x6c','\xf8','\x16','\xc0','\x11','\x15','\x81','\x71','\x6f','\xd7','\xbf','\xe5','\x59','\x08','\x7b','\x6e','\x60','\x39','\x94','\x1f','\xdf','\x38','\x11','\x09','\x0b','\xd1','\xb8','\xb0','\x7a','\x1a','\x15','\x13','\xb4','\x66','\x44','\xed','\x1d','\xf3','\xa1','\xf2','\x43','\xa1','\x24','\xcd','\x85','\xca','\xe2','\xd9','\xf0','\x7c','\x81','\x6d','\x12','\xf8','\x49','\x79','\x38','\xb7','\x13','\x2d','\xb2','\x12','\xcd','\x12','\x6f','\x19','\xb4','\x11','\xdf','\xc9','\x4a','\xec','\x57','\xd6','\x73','\x18','\x57','\xb7','\xfc','\x98','\x5b','\x51','\xbb','\xd8','\x79','\x08','\x8c','\x86','\xb6','\xe2','\x9e','\xb1','\x9b','\x42','\x24','\x16','\xda','\xfa','\x0e','\x96','\x9f','\x8c','\x68','\x05','\xae','\x5c','\x61','\x65','\x00','\x16','\xb0','\x31','\x2c','\x97','\x6e','\x12','\xc5','\xda','\xb1','\xe2','\x5f','\x05','\xd1','\x63','\x9b','\x24','\xe8','\x12','\x5a','\x05','\xa7','\x72','\x65','\x55','\xa9','\x72','\xcb','\xf5','\xca','\x24','\x77','\x19','\xd3','\x77','\xbb','\x5e','\xee','\x48','\x9c','\x17','\x72','\x7b','\xd3','\x98','\x73','\x0c','\x70','\x69','\xf3','\x79','\x62','\x8b','\xd3','\x14','\xb0','\x01','\xf8','\xb6','\xf0','\x15','\x39','\x1e','\x61','\x93','\xa5','\x27','\x72','\x64','\xb1','\x26','\xfa','\x27','\x57','\x2a','\x88','\x84','\x98','\x1b','\x89','\x03','\xd0','\x3e','\x5a','\x0f','\x8d','\x2e','\xad','\x7a','\x45','\x54','\x3c','\x95','\x34','\xdc','\xef','\x7b','\x58','\xea','\x44','\x54','\x09','\xe2','\x0b','\x13','\x9b','\x32','\xc2','\xd9','\x8d','\x29','\xb9','\xd2','\xe9','\x34','\xf1','\x88','\x8b','\xde','\x18','\x66','\x0a','\xeb','\x42','\xf2','\xb5','\x8e','\x45','\x63','\x75','\x95','\xdb','\x2e','\xaa','\x28','\x25','\xdd','\xe7','\x09','\x14','\x61','\xee','\x99','\x4a','\xb0','\x83','\x9b','\x2b','\x3f','\x16','\xde','\xbc','\x28','\xf1','\x80','\xef','\x46','\x12','\xd7','\x40','\xa7','\x1f','\x91','\x7c','\xca','\xd9','\xca','\x4a','\xee','\x0e','\xda','\xa9','\xdd','\x94','\xe2','\xad','\x27','\x58','\xda','\x21','\xf2','\x59','\x5c','\xde','\x1c','\xe7','\x14','\x67','\xc2','\xc6','\x52','\xc3','\x40','\x0a','\x59','\xb4','\x72','\xd5','\xec','\x05','\xdf','\x6a','\x51','\x7a','\x56','\x4c','\x95','\x1f','\xbb','\xf4','\x38','\x42','\x5d','\xa7','\x25','\x76','\x2e','\x78','\x96','\xd3','\x2e','\x90','\x5c','\x01','\xef','\x10','\x78','\x66','\xb7','\x0b','\xa7','\x77','\xb7','\xfa','\xc2','\x18','\xa0','\xac','\x4b','\x99','\x45','\xa5','\xa1','\x33','\xfb','\x73','\x56','\xba','\xda','\x7d','\xff','\x44','\x7a','\x06','\xef','\x3d','\x5a','\xf3','\x7b','\xef','\xe7','\x41','\x10','\x74','\x07','\xaa','\x04','\x85','\xab','\xbe','\x74','\x8b','\xda','\xbf','\xac','\x8f','\x48','\xdc','\x52','\xc1','\x63','\x30','\x8a','\x82','\xea','\x45','\xdc','\xf3','\x73','\xa4','\xb1','\xdf','\x20','\x7c','\x3e','\x8c','\x74','\x50','\x29','\x1c','\xcb','\xf1','\xc5','\x6e','\x9c','\x3b','\x43','\x5d','\x20','\x7f','\x87','\x07','\xf0','\x8a','\x50','\x3d','\x86','\xc2','\x79','\x8b','\xf1','\x59','\xf3','\x23','\xe8','\x11','\xd4','\xfd','\x53','\x61','\x72','\x9e','\xd4','\xb2','\x3a','\xe3','\xff','\xcc','\xc6','\xba','\x82','\x43','\x44','\xb1','\x38','\x5a','\x2a','\xee','\x93','\xe4','\x3b','\x44','\x83','\x35','\xc8','\x3e','\xc7','\xde','\xf9','\x3f','\x96','\xa0','\xaf','\x4d','\xb8','\x98','\x1f','\x61','\xf0','\xb3','\xf4','\x03','\x87','\xa3','\x6c','\x12','\xc4','\x1a','\x2f','\x30','\x77','\x7d','\x7b','\x43','\x9f','\xf8','\x41','\x6f','\x0f','\x97','\x4a','\x64','\x60','\x79','\xb3','\x33','\x3f','\x36','\xa7','\x31','\xaa','\x10','\xde','\xa9','\xb1','\x04','\xcf','\x12','\x30','\x6f','\x5e','\x55','\xe3','\x5e','\x1c','\x78','\x5f','\x2a','\x6d','\x57','\x41','\x6f','\xc2','\xa5','\x6a','\x51','\x57','\x76','\x18','\x9f','\xd7','\xba','\xad','\x67','\x83','\x85','\xc7','\x4a','\x96','\x6c','\x0b','\x82','\xc0','\x00','\x93','\x03','\x98','\x88','\x16','\x01','\x86','\x42','\xb1','\xba','\xb5','\x66','\xf7','\xa7','\x5c','\xe8','\xed','\xed','\x12','\x3b','\xfb','\x53','\xfd','\x58','\x9e','\x97','\x3f','\xba','\x7a','\x50','\xde','\xad','\x72','\xbf','\xed','\x71','\xb7','\x8a','\x07','\xa7','\x70','\x22','\xc4','\xc5','\xb4','\x30','\xe6','\x44','\x64','\x61','\xa0','\x71','\x23','\x05','\xd2','\x47','\xb1','\x27','\x16','\x11','\xe8','\x1b','\x9f','\x11','\x51','\x63','\xb0','\x96','\x08','\xf5','\xee','\xd6','\x77','\x53','\x8c','\xb8','\x13','\xb5','\x46','\xad','\x33','\xc9','\xa4','\x04','\x8d','\x95','\x56','\x45','\x6b','\x58','\xb6','\x4a','\x7f','\x9d','\xc5','\x9c','\xff','\x94','\x17','\xb9','\x6c','\xee','\x2d','\xbb','\x55','\x40','\xae','\xf6','\x89','\x51','\x59','\x0a','\x9e','\xcc','\xe0','\x0b','\xc2','\x76','\xb6','\xc8','\xef','\xbc','\x22','\x49','\x5f','\x3f','\x8b','\x12','\x37','\xd6','\x18','\x73','\x10','\xee','\x30','\xda','\xa5','\xc7','\x8e','\xbd','\xc8','\x46','\x24','\x7a','\x2e','\xa8','\xb5','\x56','\x97','\xa8','\x35','\x36','\xd6','\x8f','\x0e','\x84','\x01','\xdc','\x7a','\x64','\x34','\x3f','\x1b','\x84','\xe5','\x78','\xc8','\xe8','\x0c','\xc2','\xa1','\x4a','\x01','\x0b','\x29','\xbf','\x18','\x0e','\xc8','\x8d','\x4f','\x0e','\x45','\xe3','\xfd','\x8f','\x3b','\xdd','\xfe','\xb8','\xe7','\xfd','\x42','\x06','\xe0','\x79','\xd1','\x2e','\xc4','\x1c','\x85','\xe7','\x3f','\x83','\x85','\xfc','\x45','\xb1','\x4b','\x3b','\xef','\x16','\xb1','\xaf','\x0b','\xed','\x7d','\xd3','\x08','\x78','\xbe','\x9a','\x4a','\xba','\x82','\x6a','\x50','\x80','\x0c','\xec','\x72','\x28','\xbc','\x71','\x32','\x1f','\xa5','\xb3','\xf6','\x3b','\x86','\x32','\xcc','\xd1','\x1a','\x47','\xa8','\xeb','\xcb','\x9b','\x59','\xfb','\x2e','\x0d','\xee','\x50','\x7b','\x00','\xdc','\x28','\x65','\x93','\xcf','\x27','\x77','\xa1','\xec','\xbd','\x83','\x45','\x3e','\xe5','\xc2','\xb4','\x51','\xea','\xdd','\xed','\x8b','\x8e','\x3d','\xb5','\x88','\x7d','\xff','\x74','\x46','\x76','\xb7','\x1a','\xa3','\x7c','\x1c','\x75','\x9b','\x78','\x8e','\x19','\x96','\x41','\x10','\x42','\x18','\x30','\xfe','\x30','\xd0','\xfd','\xe3','\xab','\x36','\x03','\x83','\x1e','\x15','\xc3','\x30','\x29','\x42','\x19','\x82','\xc9','\x16','\xa2','\xc2','\x35','\xf2','\xb2','\xf4','\x8c','\xf5','\x7d','\xaa','\xb9','\xeb','\xb4','\xac','\xe4','\x83','\xe9','\xd5','\x77','\x11','\x00','\x8c','\x6d','\x31','\x9a','\x66','\x96','\x74','\x19','\x99','\xac','\x34','\x4e','\xd6','\x61','\x68','\xdd','\x3a','\x87','\x8b','\x6f','\x75','\x1d','\xa9','\x2f','\x94','\xc5','\x73','\xb5','\x92','\x0c','\x00','\xc6','\x1b','\x29','\x51','\xd7','\x83','\x04','\x7c','\x32','\x76','\x7d','\x95','\x9e','\x91','\x4f','\x4f','\xa5','\x9f','\x4d','\x4f','\x60','\xa2','\xf0','\x0b','\x2d','\x1d','\x14','\x2a','\x27','\x5e','\x3d','\x54','\xf9','\x48','\x08','\xcf','\x36','\xf9','\x91','\xfc','\x05','\x52','\xfa','\xa8','\xfc','\x79','\x6d','\x28','\x4c','\xce','\xf0','\xef','\x41','\x62','\x3a','\xce','\x73','\xf6','\xdb','\x83','\xf4','\x2c','\xff','\xcb','\x38','\xaf','\xe1','\x65','\x21','\x4a','\xd0','\x3c','\xb8','\xbc','\xf1','\x46','\xe9','\xa2','\x64','\x8b','\xae','\xdf','\x25','\x51','\xc3','\x28','\xaf','\x2a','\xcd','\xba','\xb1','\x1d','\x63','\xc3','\x8a','\x3b','\x0e','\x79','\x3d','\x32','\xec','\xe0','\xe7','\x87','\x43','\xe5','\x67','\x50','\x28','\xc6','\x2f','\x38','\x64','\xc5','\x5a','\x03','\xcf','\xbc','\x2d','\x55','\xc9','\x42','\x17','\x2a','\x59','\x94','\x35','\xf4','\x91','\x94','\x24','\x6d','\x6b','\x19','\x49','\xeb','\x37','\x3d','\x4c','\xde','\x9a','\xcb','\x4b','\x81','\xf2','\x94','\xb8','\x3e','\x96','\x65','\x57','\x96','\xb2','\x3e','\xe9','\x42','\xfd','\xde','\xf5','\x62','\x4b','\xb3','\xfc','\xf4','\xbd','\x56','\x1c','\xee','\x2e','\x3d','\xdf','\x25','\xa2','\xb0','\xe2','\xa5','\x85','\xc6','\x14','\xe1','\x40','\xa2','\x32','\xc9','\x88','\xf2','\x6d','\xa2','\xb9','\xf5','\xc3','\xda','\x8f','\x6b','\x4d','\xc9','\xca','\xec','\xd2','\x3f','\x28','\xe3','\xd6','\x6b','\xb1','\x7a','\xfb','\x4e','\x44','\xd2','\x49','\x1a','\x53','\xd3','\xdb','\x20','\x4b','\x53','\x26','\xcf','\x15','\xce','\x73','\x68','\xa8','\x04','\x85','\x02','\xef','\xe3','\xe1','\x75','\x00','\xf2','\x2e','\x60','\x97','\x6b','\xf9','\xbe','\x81','\xec','\xc0','\xb2','\x2a','\x0a','\xd8','\x39','\xa0','\xab','\xf7','\xb1','\x11','\x89','\x06','\xcc','\x26','\xbf','\x57','\x35','\xeb','\x92','\x30','\x81','\xb9','\xb2','\xe4','\x23','\x10','\x62','\x9c','\x92','\x1e','\xb4','\x0b','\xdd','\x03','\xe0','\x6a','\x39','\xdb','\x85','\xc2','\x42','\x10','\xde','\x3c','\x31','\x7f','\x25','\xda','\x1d','\xd6','\x4a','\x3f','\xef','\x63','\x77','\xe1','\x10','\x51','\x28','\xc0','\xc9','\x6f','\x6c','\xca','\x64','\xf6','\x33','\xcf','\x8a','\x89','\x8d','\x9d','\xdf','\x61','\x05','\x96','\x58','\x0b','\xb5','\x8e','\x96','\x1f','\xcd','\x0e','\x41','\x51','\xac','\xdf','\x39','\x85','\x6c','\x8d','\x8a','\xcb','\x6d','\x13','\xc0','\x9a','\x8a','\x39','\x29','\x47','\x0f','\x93','\x10','\x04','\x5e','\xd2','\xb7','\xd4','\x75','\x77','\x27','\xe9','\x4c','\xfb','\x2e','\x6a','\x5d','\x04','\xa5','\xda','\x15','\x05','\x8f','\x84','\xd7','\x57','\x4a','\x00','\x94','\xbf','\x92','\xaf','\x4b','\x38','\xb8','\x2a','\x66','\x00','\xa3','\x7e','\x1e','\x4b','\x03','\x1e','\x54','\xe5','\x87','\xc8','\xf8','\xc5','\x6e','\x5d','\xe6','\x56','\x0e','\x06','\xe6','\x27','\x1b','\x9a','\xff','\xe3','\xff','\xf8','\xff','\x69','\x00','\x8d','\xbe','\xd3','\xed','\x8f','\x1b','\xfd','\xdf','\xfe','\xef','\xff','\x8f','\xb4','\xdc','\x43','\x70','\x94','\x70','\x9b','\x1d','\xdb','\xb8','\xec','\xc4','\xfa','\xa7','\xa3','\xfe','\x7c','\x34','\x1d','\x95','\xbf','\x7e','\x3e','\x33','\xc4','\x14','\xbd','\x9a','\x54','\xbf','\x39','\xb5','\x00','\xdd','\x6e','\xb7','\xe9','\xcc','\x4f','\x7c','\xf7','\x3e','\x01','\xae','\x8a','\x16','\xfd','\x28','\xdc','\x54','\xa4','\xc0','\x50','\x3d','\xcf','\xd9','\x4e','\x95','\x92','\x1f','\xd9','\xee','\x93','\xb4','\x6a','\xc2','\x57','\x43','\xb6','\x34','\xe9','\xd7','\x1a','\x0e','\xdd','\x1d','\x1d','\x18','\xc3','\x23','\xc4','\x93','\x65','\xa7','\xb6','\x30','\x03','\xe4','\x65','\x8c','\x98','\xa3','\xf9','\x8f','\xdc','\x1c','\xa3','\x60','\x7e','\x25','\xda','\xda','\x3f','\x89','\x88','\x96','\xd2','\x57','\x0c','\xb5','\xc4','\x88','\x9f','\x21','\xe0','\xc5','\x58','\xff','\x93','\x3e','\x97','\x0a','\xf0','\x1d','\x7e','\x3b','\xa4','\xf3','\x13','\x0a','\xce','\xf7','\x1a','\xa3','\x14','\xa9','\x23','\x68','\x03','\xd6','\xe9','\x14','\xee','\x12','\xba','\x8b','\xeb','\x3b','\xc2','\x7e','\x50','\x9e','\x03','\x5c','\x87','\xf2','\xd3','\xab','\x98','\x38','\x4a','\xc8','\x9e','\xa9','\x73','\xc0','\xa2','\xee','\x58','\xab','\xb4','\x39','\xcf','\xe6','\x55','\x8f','\xc7','\xea','\x96','\xe6','\x6f','\x95','\x71','\xc0','\x46','\x09','\x3c','\x3b','\x5c','\xfc','\x13','\x18','\x87','\x22','\xe3','\x3b','\xf8','\x10','\x8c','\xa1','\xba','\xc4','\xe5','\xdf','\xd1','\x1a','\x15','\x30','\xdf','\x43','\x09','\x5b','\xa4','\xb7','\xeb','\x35','\xc3','\x5c','\xaf','\xe7','\x6b','\x55','\xea','\x91','\x26','\xae','\x74','\xde','\xe3','\xbc','\xcf','\x4e','\xfd','\x5e','\xdd','\x14','\x49','\xd2','\x22','\x87','\xa1','\xc7','\x1d','\xe0','\x86','\x8b','\x14','\xd4','\x97','\x22','\xfb','\x10','\x7a','\xcc','\x2d','\x1c','\xc5','\xce','\x62','\x83','\x25','\x80','\xad','\x2b','\xce','\x61','\xea','\xd1','\xfc','\x6c','\xca','\x4b','\xd0','\xd6','\xac','\x26','\x24','\xa2','\xd6','\x22','\x6e','\x09','\xf2','\xa3','\x0f','\xa9','\xd4','\x30','\x8b','\xde','\xcf','\xd3','\x52','\xa9','\x13','\x22','\x6a','\xbb','\x85','\xa4','\x66','\x18','\x4b','\x6f','\xec','\x24','\x27','\x93','\x7f','\x98','\x29','\x22','\x71','\x11','\x09','\xed','\x3b','\x95','\x1d','\x74','\x12','\xb7','\x9a','\xa2','\xc2','\xe0','\xe7','\xbb','\xb2','\x5c','\x66','\x05','\xb9','\xa1','\xfc','\x74','\x53','\xe0','\xbb','\xa8','\xd2','\xc3','\xae','\x54','\x2c','\x12','\xb4','\xcf','\xdf','\x71','\xd7','\xc6','\xfd','\xde','\xe8','\xfa','\x26','\x74','\x7d','\x53','\xc0','\x3c','\xf3','\x51','\x82','\x27','\x57','\x98','\x88','\x54','\x61','\x6a','\x5b','\x0b','\xb7','\xb6','\x00','\xda','\xde','\x2f','\xb0','\xd4','\x38','\x60','\x26','\x22','\x55','\x92','\xe0','\xda','\x05','\x0f','\x80','\xe2','\xd5','\xec','\xbb','\x07','\x3c','\x30','\xcb','\x8f','\x64','\x2b','\x62','\xfc','\x25','\x29','\x8c','\xf3','\x99','\x38','\xf9','\x06','\x21','\x8a','\x2d','\x6b','\x1f','\x4e','\xbe','\x99','\x8f','\xf3','\x58','\xcc','\x22','\x52','\xce','\x98','\xb9','\x1c','\xb3','\x0d','\x1c','\x9d','\x67','\xc3','\xe4','\x88','\x71','\xa8','\x82','\xbe','\xfc','\x8c','\xf4','\x43','\xde','\x2a','\x83','\x9b','\x1b','\x47','\xc4','\x3a','\x1e','\x1b','\x84','\xe8','\xbe','\x5c','\x74','\x6c','\x9c','\xbf','\xe3','\xe5','\xa6','\xfc','\xb7','\x6d','\xad','\x62','\x59','\xeb','\xd7','\x7f','\xff','\xef','\xff','\x9d','\xfe','\xfd','\xdf','\xff','\x93','\xd2','\xbd','\x0b','\xf5','\x7f','\x17','\xfa','\x6f','\xff','\xaf','\xff','\x9d','\xfe','\xe7','\xff','\xf9','\x7f','\xc9','\x4b','\x4e','\x61','\x0c','\x54','\x29','\x4e','\xef','\x1d','\x68','\x5e','\x76','\xe8','\x60','\x4d','\xfb','\xd3','\xd3','\xa2','\x41','\xab','\xd8','\x05','\x78','\xfe','\x14','\x53','\x28','\x40','\xbd','\xf7','\x07','\x51','\xe0','\x72','\x37','\x03','\xeb','\x1e','\x03','\x51','\x4d','\x8d','\x7b','\xb0','\x72','\x3b','\x13','\xb1','\x73','\xfe','\xe1','\xec','\x37','\x3e','\x1a','\x4c','\xcd','\xe3','\x2b','\x52','\x5f','\xa9','\x8b','\x1c','\xfd','\xe2','\x80','\xef','\x8c','\xfb','\x1e','\xfd','\xc6','\xf5','\xe3','\xe9','\xc6','\xff','\x08','\x8c','\x99','\xd3','\x52','\x40','\xf5','\x5c','\x56','\x99','\x33','\x45','\x4e','\xa4','\x80','\x24','\x22','\x12','\x99','\xdd','\x11','\x6a','\xd3','\xe1','\xa2','\xb8','\x17','\x07','\xe8','\x19','\xa0','\xf5','\x53','\xa4','\xef','\x60','\x6d','\x71','\x9a','\xaa','\x20','\xf3','\x7a','\x6c','\x9c','\xbd','\x1a','\x1f','\x3f','\x5c','\x17','\xa7','\xf1','\x93','\x2c','\xef','\x8b','\xdb','\xf8','\x57','\x4e','\x23','\x2d','\x4f','\x72','\x1d','\x24','\x9c','\x2d','\xeb','\x9f','\x3f','\x33','\x12','\xa7','\x62','\x61','\x5a','\xef','\x2a','\xe2','\x10','\x22','\x03','\xcc','\xe9','\x3a','\x41','\xe4','\x77','\xfb','\xf8','\x65','\x8a','\x5c','\xc0','\x44','\xde','\x1c','\x3e','\xf0','\xd3','\x83','\x56','\xa2','\xc1','\xc5','\x15','\x07','\x2f','\xa5','\xc8','\x77','\x71','\x39','\x31','\x58','\x35','\x87','\x9d','\x4c','\x7c','\xcf','\x41','\xd6','\x84','\x6f','\x4b','\x7d','\xb5','\x5e','\x7f','\x88','\xd6','\xa7','\x6a','\x01','\x82','\x3c','\x41','\xac','\x5a','\x7e','\x39','\x0b','\x24','\x14','\x56','\x96','\xd6','\x88','\x2e','\xd7','\x8d','\xbe','\xfd','\xa6','\x01','\x0f','\x2e','\xd7','\x6d','\x0e','\x05','\x5c','\x8a','\x4b','\x5a','\x78','\x99','\x9e','\xbb','\x8b','\x9f','\xb5','\x50','\x97','\x37','\x8f','\xb0','\x85','\xf7','\xb8','\xb8','\x82','\x14','\xc0','\x16','\x04','\xa6','\x2b','\x12','\x75','\xba','\x2b','\xf5','\x92','\xbc','\x73','\xdb','\x96','\x6b','\x2e','\x3e','\x13','\xd8','\x5d','\x3e','\x64','\x02','\xf1','\x46','\xd8','\xa6','\x8d','\x7e','\x6d','\x6e','\x21','\x70','\x5a','\xb3','\x61','\x91','\xee','\x2e','\x71','\x12','\x4a','\x86','\xea','\x4f','\x78','\x66','\x07','\x0e','\xfa','\x33','\x47','\x24','\x3b','\x0c','\xfd','\x3b','\x86','\x12','\x8f','\x66','\x50','\x2a','\x5d','\x7a','\xc8','\x9c','\x33','\x4a','\xda','\x55','\xc1','\xa8','\xbe','\xb6','\xeb','\x7a','\x86','\x4a','\xaf','\xd3','\x25','\x05','\x68','\xd0','\x01','\x17','\x48','\x6e','\x44','\x1b','\xe9','\xbd','\x59','\xc2','\xa6','\xa4','\xc6','\x82','\xcc','\x16','\x07','\x1c','\xca','\x00','\xda','\xd5','\x75','\xd5','\xe7','\x1c','\x57','\x77','\x36','\x22','\xda','\xd8','\x5d','\x52','\x07','\xc2','\x43','\x5b','\xfd','\x22','\xd3','\x88','\x2c','\x66','\xfc','\x17','\xe0','\x38','\x94','\x39','\xc3','\xf2','\x10','\x9a','\xcf','\x95','\x89','\xf1','\xae','\x18','\x12','\x8a','\x68','\x6f','\x7e','\xcf','\x8f','\xbb','\x32','\x56','\x0b','\xce','\x7a','\xc5','\x1e','\xf9','\x88','\xa1','\xaf','\xab','\xdf','\xb1','\x84','\x73','\x39','\x27','\x61','\x11','\xcb','\xfb','\xa3','\x48','\xad','\x71','\x7b','\xfe','\xe6','\x05','\x45','\xb0','\x00','\xa8','\x44','\x48','\xa8','\x95','\xf6','\x08','\xe1','\x1f','\x6c','\xcc','\x88','\x93','\x4b','\x43','\x17','\x8f','\xb8','\x51','\xe1','\x33','\xbf','\xf3','\x49','\x43','\x5d','\xbb','\xf5','\x2a','\x0b','\x2f','\xc8','\x6a','\x5c','\x1f','\x44','\x48','\x7a','\xcf','\xf9','\x62','\x32','\xf9','\x7e','\xdf','\xe3','\x22','\xdf','\x1c','\x37','\x57','\x0a','\xe1','\xe8','\x02','\xd6','\x05','\x12','\xe0','\x8c','\xbe','\xdf','\x33','\x1d','\x8e','\xef','\x42','\x99','\xf1','\x34','\x06','\x73','\x23','\x22','\x7a','\x7f','\x7f','\x5f','\x3e','\x7f','\x1c','\x04','\x81','\x93','\x11','\x97','\x8d','\x7b','\x84','\x59','\xc7','\x15','\x6c','\x55','\xc6','\xb3','\xc9','\x65','\x9c','\x17','\xcd','\x56','\x01','\x0a','\x18','\x28','\x55','\x7c','\xa5','\x28','\x0b','\xe2','\xdc','\x20','\x34','\xb5','\xea','\x87','\xaf','\x07','\x7f','\xab','\x81','\xfc','\x14','\x53','\x9d','\xcd','\xfc','\x22','\x34','\x4d','\x58','\xf5','\x9c','\xe8','\x4a','\x01','\x63','\x6c','\x53','\x3a','\x56','\x5d','\x0e','\x31','\x65','\x1f','\x62','\xb3','\xd7','\xee','\x05','\x92','\x40','\x08','\x54','\xdc','\x25','\xa3','\xbc','\xc6','\x29','\x27','\x60','\xb1','\xe0','\x15','\xd3','\x88','\x56','\xf4','\x7c','\x08','\xf5','\xf3','\xf4','\x2c','\x6d','\x8f','\xaa','\xf9','\xae','\x13','\x7e','\x35','\x79','\x5f','\xe8','\x70','\x19','\x7a','\x00','\x02','\x08','\x00','\xeb','\xb6','\x33','\x97','\xf2','\xf1','\x5e','\x00','\xc2','\x77','\xa2','\x4c','\xe7','\x8f','\x5f','\x5d','\x09','\x5a','\xb5','\xff','\x10','\xb1','\x40','\x96','\xc7','\xa3','\x3f','\x2d','\xca','\xd3','\x87','\x95','\xd4','\x3c','\x91','\xa3','\x8b','\x87','\xd3','\xf3','\xe2','\x66','\x53','\x3e','\x1c','\xfe','\x86','\xa3','\xee','\xcf','\x83','\x3d','\x40','\x21','\x2f','\x6e','\x2e','\x0e','\x02','\x04','\xcf','\xf2','\x50','\x00','\x42','\xf7','\x47','\x57','\xc5','\x07','\xdc','\x29','\x7a','\x9f','\x48','\x67','\xd3','\x7a','\x4e','\x00','\x44','\x8a','\xe5','\x07','\x9e','\xd7','\xbc','\x02','\x46','\x1d','\xfb','\x11','\x41','\xca','\x82','\x24','\x42','\x52','\x2f','\x80','\x24','\x9a','\x5d','\x41','\xb5','\x64','\x6b','\x03','\x27','\x40','\x33','\xfa','\xc4','\x38','\x4b','\xd2','\x25','\xa6','\x46','\x00','\x06','\x24','\x3b','\x58','\x03','\xa8','\x4e','\x45','\x66','\x3d','\x68','\x7e','\xb5','\x4b','\x24','\xdf','\xbe','\x5d','\xe9','\xfa','\xd6','\xaa','\xf2','\x23','\x59','\x5f','\x69','\x25','\xd4','\x95','\xcf','\x74','\xa7','\xfa','\x76','\xeb','\x74','\x7f','\xf7','\xf0','\xc2','\xd5','\x65','\x50','\x84','\xe2','\xcc','\x16','\xbe','\xcf','\x10','\xad','\x0f','\x77','\xaa','\x99','\x12','\xa0','\x3e','\x25','\x03','\x91','\x4f','\x61','\x52','\xe4','\x7e','\xd9','\x3c','\x0f','\x62','\x08','\x64','\x78','\x66','\xae','\x62','\xf9','\x23','\xe7','\x18','\xda','\x4b','\xe1','\xba','\x27','\xdd','\x42','\xae','\x33','\x35','\xc6','\xc0','\x05','\x14','\x0d','\x12','\xa1','\x08','\xeb','\xab','\xf7','\xe9','\xf4','\x0c','\xf9','\x4b','\x30','\xf5','\x71','\xce','\xf8','\x80','\x19','\x20','\xbd','\x42','\xc4','\x35','\x66','\x36','\x8b','\x86','\x12','\x98','\x9b','\x86','\x4c','\x46','\xd0','\xf8','\x94','\xd4','\x64','\x05','\xbc','\xc1','\xf7','\x60','\x2d','\x15','\x21','\x12','\xb8','\x8f','\x46','\xa3','\x51','\xf8','\xf8','\xa0','\x45','\xc1','\x2c','\x4c','\xa2','\xee','\x8c','\xfb','\xbd','\xd3','\x3b','\xdd','\x69','\xdf','\x85','\xae','\xbb','\xb6','\x5b','\x2d','\x56','\x1c','\x8c','\x5f','\xd6','\xeb','\xa6','\xd6','\x1f','\xf6','\x48','\x72','\xcc','\xea','\xb6','\xe6','\x81','\x0a','\x48','\xcf','\x52','\xb8','\x4b','\x66','\xb3','\x70','\xd6','\xce','\xf3','\x1d','\x2c','\x34','\xcc','\x7a','\x3e','\xf0','\x7e','\xdb','\xe9','\xfd','\x7d','\xa7','\x3f','\xfe','\xe3','\xa6','\xca','\x0f','\x9c','\x13','\x2c','\xe3','\x0e','\xc9','\xa5','\xd4','\xfa','\xf9','\x29','\x09','\xa7','\xef','\xcb','\x32','\x16','\x22','\xb2','\x58','\x9b','\x0e','\xe6','\x55','\x89','\xb2','\x36','\x28','\x4e','\x9a','\xe7','\x41','\x03','\x4b','\x23','\x86','\x06','\x7b','\x59','\xac','\xc3','\xbb','\x79','\xa8','\xeb','\x37','\xbb','\xe7','\xe7','\xb2','\xd1','\x16','\x01','\x0f','\x86','\x95','\x04','\xda','\xe1','\x6d','\x44','\xe5','\x9e','\xc8','\x82','\xce','\x80','\xf2','\xa3','\x7c','\xdf','\xcb','\xd9','\x4d','\xef','\x84','\x8c','\x44','\x2a','\x95','\x7c','\xff','\x34','\x42','\xc0','\xb3','\x7c','\xa3','\xc5','\xed','\xe5','\xba','\x16','\x6b','\x7d','\x28','\x40','\xdb','\xb6','\x3d','\x15','\x04','\xe1','\x4f','\x87','\x44','\x08','\xe4','\x82','\x1e','\xc3','\x62','\x1f','\x6d','\x1d','\x6e','\x84','\xb5','\x77','\x84','\x3d','\x9c','\x30','\xaf','\x89','\x89','\xcf','\xfe','\xf4','\x0e','\x5b','\xfa','\x0c','\x43','\x32','\xec','\xaa','\xbd','\x52','\x5f','\x60','\x2a','\x29','\xb4','\xc5','\x05','\x2f','\xd7','\xbc','\xbc','\xe4','\x94','\x18','\x30','\xb7','\xdd','\x63','\x90','\x93','\x18','\xf6','\x7f','\x70','\xb5','\x88','\xa1','\x78','\x70','\x4f','\xd0','\x5f','\x35','\xad','\x04','\xe5','\xd3','\xc9','\x95','\x58','\x5b','\xa0','\x02','\x9c','\xc1','\xaf','\x5c','\xf3','\x4f','\xa1','\xb2','\xff','\x49','\xaf','\x27','\x09','\x2c','\xf2','\xb5','\x09','\x74','\x99','\xef','\x32','\x13','\x02','\x20','\xaf','\x2b','\x12','\x02','\x77','\x29','\x53','\x32','\xd4','\xea','\x93','\x60','\x49','\xf9','\xab','\x67','\x64','\x21','\xa9','\xc0','\xfb','\xc8','\xb2','\x1c','\x7f','\xec','\x9f','\x62','\xf1','\x91','\x54','\x74','\x10','\x24','\xc7','\x01','\x6b','\x46','\x5a','\x1f','\x2b','\x3f','\x13','\x9e','\x3d','\x58','\xd0','\xc3','\x4a','\x61','\x73','\x65','\xbe','\x30','\x70','\xce','\x5b','\x14','\xac','\x23','\x9c','\x60','\x6b','\x4c','\xd2','\x42','\x25','\xda','\xc5','\x94','\x1f','\xbf','\x44','\xf2','\x72','\xd9','\xa8','\x35','\xa0','\x87','\x64','\xaf','\xe6','\xb9','\x59','\x6b','\x72','\x60','\xe3','\x56','\x9f','\xbb','\x9d','\xf7','\xf1','\x68','\x6f','\xee','\x9a','\x54','\x83','\x51','\xb8','\xd2','\x43','\xe1','\x66','\xe6','\x16','\x12','\x84','\x90','\x79','\x28','\x7c','\xd5','\x39','\x48','\x2b','\x14','\x3a','\xb5','\xf4','\x38','\xe5','\x3a','\x00','\xeb','\x37','\xfa','\x04','\xad','\x94','\x20','\xef','\x17','\xd9','\x5a','\xee','\x97','\xa6','\xc6','\x2e','\x7f','\x02','\xd7','\x2e','\x9d','\xc8','\x6f','\xb6','\x2f','\x97','\x3d','\xda','\x7a','\xd6','\xf4','\x52','\x51','\xb4','\x64','\x38','\x8d','\x9a','\x81','\xd2','\xb8','\x8b','\x89','\x7d','\x1d','\xb3','\xdf','\xed','\xf4','\xbf','\x18','\xf8','\x0f','\x8b','\xc1','\xc8','\x13','\xec','\x67','\x9c','\x2a','\x5f','\xea','\x1a','\xc9','\xd4','\x48','\x3d','\x2a','\xfc','\x8e','\xac','\x58','\x4f','\xfd','\x83','\x05','\x0e','\x90','\xb0','\xe2','\xbb','\x32','\x61','\x90','\xd0','\xbe','\xf7','\x2e','\x24','\x37','\x3b','\xbb','\xd2','\x1b','\x49','\x27','\xba','\x76','\xa2','\x76','\x31','\x45','\x27','\xc0','\x3e','\x8c','\x93','\xe8','\xe5','\xa4','\xef','\xbb','\x2a','\x2b','\xef','\x7f','\xdc','\xe9','\xf6','\xae','\xee','\x43','\xdb','\xd6','\xe8','\x72','\x11','\xda','\x2c','\x02','\x59','\xc8','\x3a','\x1b','\xa8','\xd6','\x58','\x5d','\xdf','\x48','\xe7','\xc6','\x7e','\xd3','\x80','\x07','\x7f','\xfc','\xae','\x65','\x68','\xb4','\xb7','\x54','\xd8','\x74','\xee','\x40','\xdb','\x79','\xcd','\x5f','\xe8','\x1e','\xf9','\x54','\x02','\x25','\x76','\xa5','\x04','\x41','\xc1','\xf3','\x12','\x9b','\xe0','\x05','\x30','\x4e','\x75','\xad','\x74','\x59','\x40','\x84','\x78','\xf3','\xa4','\x1d','\x4f','\xb6','\x99','\xc9','\xac','\x81','\x97','\xbc','\x94','\x55','\xa3','\xbd','\x99','\xf2','\x03','\x6e','\x8c','\x18','\x29','\x59','\x23','\x6a','\x0a','\xb5','\x6d','\x2b','\xf3','\xcd','\x65','\x53','\x17','\xa2','\x7f','\xff','\xf7','\xff','\x44','\xff','\x9f','\xff','\xf7','\xff','\x97','\x6e','\xb7','\x3b','\xdd','\x6e','\x77','\xba','\xdf','\xee','\x6a','\x01','\x02','\x1a','\xa0','\xac','\x59','\xa5','\x9f','\x0d','\x16','\xbc','\x82','\x55','\x96','\x67','\x7d','\x16','\x31','\x0e','\x88','\x06','\x0b','\xd0','\xea','\xc5','\x92','\x90','\x31','\x16','\x0d','\xfc','\xc8','\x62','\x7d','\xc8','\x94','\x53','\xdd','\xf6','\x33','\xee','\x62','\x8d','\x35','\x2e','\x1a','\x90','\x87','\xf2','\xa5','\x32','\xbc','\x31','\xb7','\x0b','\xb4','\xd3','\xba','\xbf','\x20','\x7d','\xba','\xe8','\x40','\x5a','\x4f','\xb4','\x75','\x01','\xa6','\x1f','\xd5','\x7f','\x0c','\x96','\xcf','\xca','\xce','\x7d','\x4e','\x81','\x45','\x1f','\x8f','\xb5','\xe6','\xa2','\x46','\x65','\xf7','\x75','\xc0','\xe3','\xc3','\xb3','\xdc','\x91','\x3d','\x03','\x52','\x47','\xed','\xfc','\xd9','\x26','\xef','\x57','\xa7','\xe3','\xfe','\x71','\x28','\xa8','\x08','\xfa','\xd2','\x6d','\x06','\xb5','\x57','\x50','\x82','\x16','\x85','\x3a','\x20','\xd4','\xac','\xbf','\xa8','\x42','\xba','\xe4','\x9d','\xe1','\xe1','\x2b','\x92','\x75','\x7a','\x6f','\xf5','\xea','\xaa','\xd2','\x03','\xfa','\x1d','\xac','\xd8','\x53','\xee','\x43','\x77','\x8a','\xb3','\xc9','\x31','\x3f','\x4f','\x4b','\x8b','\x7e','\x8f','\xfb','\x47','\x24','\xe7','\x9b','\x02','\xcc','\x8c','\x84','\x44','\x24','\x66','\xf5','\x69','\x01','\x96','\xd1','\x9d','\x2a','\x2c','\x49','\x27','\x24','\x4c','\xa5','\x02','\x1f','\x26','\xd4','\x17','\xdf','\x38','\x19','\x36','\xab','\x42','\x11','\xf1','\x9e','\x02','\xb3','\x4e','\xd5','\x89','\x5b','\x8f','\x65','\x7c','\x0c','\xe5','\x8d','\xbf','\x89','\xa3','\x87','\xb9','\x4e','\x00','\x3e','\xd3','\xab','\x48','\x76','\xa9','\x9f','\x83','\x14','\x21','\xab','\x25','\xce','\x59','\xbc','\xbd','\x6d','\xf4','\xf6','\xed','\x12','\xa0','\x1a','\xcf','\x31','\x4f','\x0a','\xd7','\xa2','\xbd','\x9e','\x3c','\xd2','\xdb','\xed','\xbe','\xd3','\x6e','\x91','\xde','\x7c','\xb7','\xdd','\xc1','\x66','\x1c','\x76','\x76','\xab','\x9c','\x83','\x2e','\xdb','\x0c','\x23','\x73','\x61','\xac','\xae','\x77','\x45','\x02','\x0f','\x34','\x07','\xb1','\xfb','\x40','\x1c','\xc4','\x1a','\xc2','\xb4','\xb0','\xfe','\x8d','\xae','\x88','\x09','\xe2','\xb9','\xc8','\x26','\xca','\xb1','\x11','\xe5','\x0f','\x86','\x31','\x91','\x2e','\x24','\x4d','\xc3','\x18','\xf7','\x5d','\x9d','\x93','\x5a','\x1b','\x14','\x67','\xa1','\xb0','\x50','\x76','\x0b','\xfb','\x5b','\xbc','\x60','\x8c','\xb7','\xf0','\x0e','\x24','\x0f','\x03','\xbe','\x35','\x0d','\xf9','\xdc','\x5c','\x49','\xb4','\xa6','\x70','\x63','\xda','\xae','\x1a','\x3d','\x4c','\xe9','\x4b','\x44','\xbd','\xeb','\xbd','\x45','\x6a','\x6e','\x82','\xb5','\x94','\x03','\xb8','\x56','\xea','\x26','\x41','\xe3','\xf7','\xcd','\xfb','\x6b','\xed','\xc2','\xf9','\xe2','\x6b','\x3f','\x60','\x96','\x90','\xf5','\x88','\x69','\x44','\xad','\x99','\xef','\xef','\x1a','\xe6','\x78','\xef','\x9d','\xde','\xe4','\x42','\x57','\x22','\x8a','\xb8','\xe6','\x0e','\xea','\xbb','\xd0','\x2e','\x9d','\xee','\x92','\xca','\xe1','\xfd','\xfd','\xae','\x17','\x94','\x72','\xa3','\xcb','\xd5','\x2a','\x6a','\x4c','\xc4','\x19','\x29','\x2d','\xf6','\x8c','\x8d','\xa7','\xfa','\x2e','\x74','\xbb','\xed','\x76','\xcf','\x8f','\xba','\x61','\xf6','\xee','\x8a','\x22','\xe5','\x66','\x09','\x91','\x59','\x8d','\x50','\xe9','\xae','\x3c','\x5f','\xb0','\x98','\x8f','\xe3','\xa3','\x54','\x80','\x06','\xcd','\x31','\x81','\x30','\x5b','\xc8','\x3f','\x29','\x83','\xc1','\x98','\x07','\xdf','\x01','\xb9','\x26','\x56','\x40','\x19','\xc3','\xc3','\x8a','\xe0','\xfb','\x4a','\x74','\x9b','\xe5','\x75','\xbb','\xa8','\x0b','\xe2','\xf5','\x4d','\x95','\x9f','\xcb','\xb6','\x59','\x48','\x73','\xf0','\xbf','\x30','\x9e','\x10','\x26','\x92','\x0e','\x21','\xe1','\xad','\x51','\xce','\x77','\x2e','\xaf','\xdc','\xca','\xf3','\x3f','\xfd','\x4f','\xff','\x57','\x8d','\xfa','\x66','\xdf','\xff','\xeb','\x7f','\xfd','\xaf','\x55','\xc6','\x4e','\xb2','\xe6','\x41','\xbf','\x7e','\xa1','\xb4','\x0a','\x82','\xb0','\x7a','\x46','\x34','\x9c','\x01','\x1a','\x0f','\x0f','\xf5','\xb8','\xb1','\x0b','\xc1','\xec','\x57','\x36','\xf5','\xb9','\x74','\x84','\x51','\xce','\x34','\xd8','\x48','\x31','\xef','\x75','\x27','\x29','\x26','\x9c','\xfc','\x79','\xfd','\xf9','\x78','\x72','\xf1','\xfe','\xc1','\x46','\x1f','\xcd','\xf4','\x27','\xd2','\xa8','\x73','\x20','\xed','\x64','\x88','\x46','\x86','\xae','\x27','\xe3','\x06','\xe3','\x61','\xd5','\x36','\xc9','\xc7','\xdf','\xc6','\x7a','\xff','\x49','\xcf','\x25','\xf4','\x67','\x8f','\x3f','\x0b','\xfa','\x06','\x4b','\x20','\x18','\x1f','\xc1','\xde','\x27','\x58','\xee','\xaf','\x92','\x82','\x0f','\x65','\x4d','\xa6','\x8f','\xa4','\x22','\x7f','\x1c','\xdc','\x7c','\x27','\x3a','\x4f','\x3a','\x8a','\x4f','\x4c','\x53','\x7c','\xfc','\x30','\x77','\xba','\xb3','\x49','\x00','\x98','\xd6','\xea','\x59','\x8a','\x72','\x71','\xa6','\x73','\x99','\x8b','\x80','\x01','\x58','\xcc','\x34','\x92','\x90','\x03','\x25','\xd2','\x5a','\xfe','\x0a','\xa0','\x43','\xf0','\x95','\x43','\xf0','\x81','\xd1','\xb4','\x56','\x6b','\xc5','\x64','\x01','\x12','\xca','\xb5','\x60','\x50','\x3c','\xfc','\xf5','\x1a','\xd4','\x60','\xd8','\xdd','\x17','\xdd','\x1c','\x70','\xd0','\xe1','\xa0','\x46','\xfc','\x3f','\x8f','\xe8','\x65','\xf7','\x79','\x5c','\xed','\x32','\xc3','\xb7','\x6f','\x17','\xba','\xbe','\xe9','\xe5','\x86','\x7e','\xe6','\x22','\xab','\x66','\x22','\xea','\xc5','\x8a','\x36','\x2a','\x5a','\x22','\xae','\xfc','\xec','\x16','\xf0','\xa0','\xd3','\xfd','\xbe','\x5b','\x7d','\xd6','\xc6','\x4e','\x24','\x7b','\xba','\x2e','\x12','\x1c','\x50','\x6f','\x36','\x9e','\x6c','\xae','\x66','\xd3','\x05','\xa3','\x95','\x41','\xb4','\x5a','\xb4','\x64','\xd1','\x93','\xc9','\x94','\xad','\xb0','\xd8','\x38','\x5f','\xe3','\x20','\xa2','\x4c','\xb2','\x0c','\x9e','\x2f','\xf3','\xe6','\x39','\x24','\xc4','\x6e','\x49','\x13','\x8f','\xe8','\xd6','\x89','\x84','\x49','\x36','\x0f','\x7a','\x60','\x41','\x78','\xcc','\x75','\x33','\x23','\x5e','\x65','\x1b','\xc4','\xde','\x0f','\x45','\xc9','\xca','\x6e','\x44','\x51','\x86','\x66','\x49','\xb7','\x21','\x11','\xbd','\x13','\x87','\x2f','\xac','\x51','\xc4','\x7a','\x27','\xb9','\x3b','\xd3','\xbb','\x1b','\xf2','\x02','\x59','\xaf','\x12','\x02','\x7f','\x1b','\x17','\x11','\x73','\xd9','\xf3','\x4b','\x2b','\xc9','\xe6','\x14','\x2a','\xb7','\xa1','\xc8','\xc2','\xa0','\xe0','\x5c','\xe8','\xc6','\xdb','\x3d','\xc3','\x3d','\xf7','\x5d','\x5d','\xab','\xda','\x85','\x4b','\x10','\x86','\xfb','\x10','\x22','\x7d','\x03','\xb7','\x39','\xb7','\xf6','\x66','\x50','\x42','\x89','\x31','\x70','\xcf','\x9a','\xde','\x55','\xf9','\x79','\xff','\xfd','\xae','\xca','\xcf','\x3d','\xdd','\xe7','\x50','\x90','\xe1','\x66','\xb3','\x77','\xbd','\xe0','\x08','\xb2','\x36','\x1f','\x29','\x8a','\x8f','\xd2','\x93','\xeb','\x53','\x91','\x32','\x07','\xf7','\x41','\x8e','\x2e','\xb2','\x75','\xd3','\xe6','\x44','\xe6','\x3f','\xbb','\x18','\x70','\x3d','\x57','\xe6','\xd6','\x9f','\x0d','\x42','\x5d','\x87','\x0c','\x03','\xc5','\x8e','\x44','\x34','\xe8','\x01','\x74','\x54','\xa3','\xf1','\x81','\xbc','\xb2','\x3b','\xd7','\xf6','\x2e','\x21','\x03','\x7c','\xa3','\x6a','\xdf','\x3b','\x74','\x46','\x62','\x4e','\xad','\xe4','\xe8','\x2f','\xae','\xff','\x64','\x04','\x52','\x7c','\xd6','\xfb','\xb9','\x05','\x68','\xdf','\xf7','\xe5','\x21','\x21','\x1f','\x83','\x4f','\xdd','\x1c','\xff','\x04','\x83','\x1e','\x29','\x33','\x9c','\x19','\x52','\xb0','\xc6','\x0f','\x03','\xc0','\x1b','\xb6','\xe9','\x8e','\x36','\x4e','\x2b','\x1b','\x50','\x1e','\xbe','\xff','\x2a','\xb8','\xfd','\xbd','\x50','\x3b','\x13','\xcc','\xd0','\x4f','\x14','\xce','\x39','\x17','\x78','\x88','\x62','\xf1','\xa8','\xe9','\x91','\x7b','\x04','\xd3','\x38','\x71','\x1c','\xb0','\xb0','\x3b','\xc6','\x61','\xa1','\x50','\xf9','\x58','\x69','\x54','\xce','\xd3','\xef','\xf1','\xc6','\x02','\xc4','\x8f','\xc5','\x7c','\x45','\x1a','\x39','\xe2','\x97','\x4c','\x20','\xcc','\x63','\xc1','\xf7','\xf1','\xc0','\x41','\x34','\x10','\x37','\x09','\x7f','\xfb','\x87','\xc7','\x0b','\x9f','\x7e','\xe5','\x54','\xfa','\xf8','\xdc','\xe8','\xca','\xe2','\xf3','\x0a','\x68','\x3f','\x5d','\xe6','\x42','\x0b','\x9d','\x36','\x63','\x5e','\x95','\xb7','\xb2','\x9a','\xb9','\x12','\x3f','\x8d','\x16','\x0c','\x14','\x9f','\x9e','\x76','\xdb','\x31','\x74','\x97','\x0b','\xbd','\x75','\xdc','\xa3','\x68','\x49','\x5e','\xe6','\x08','\x01','\x11','\x92','\xaf','\xa0','\xf6','\x11','\x4c','\x47','\xfd','\x33','\x6d','\x72','\x33','\x76','\x2d','\xcb','\x27','\xab','\xc8','\xf0','\x6c','\x49','\x82','\xb3','\x24','\x75','\xec','\xaa','\xcc','\x82','\x3a','\xa1','\xb2','\xe9','\xae','\x0c','\x1a','\x2f','\xee','\xe4','\x78','\x4f','\xac','\x9c','\xc6','\x6a','\x41','\xb8','\xbe','\x35','\x53','\x7c','\x54','\x09','\xf2','\x03','\xe7','\x48','\x22','\xb4','\x7c','\x60','\xb4','\x22','\x57','\x56','\xfc','\xd9','\x7e','\x57','\x20','\xe3','\x0a','\x50','\x84','\xb9','\xb6','\xfc','\x5d','\x28','\x82','\x51','\x48','\x84','\x2a','\x76','\xc0','\x4c','\x70','\x59','\x2d','\x85','\xbb','\x98','\xd6','\x1a','\xd5','\x57','\x62','\xba','\x50','\x18','\x04','\xfd','\x43','\x3a','\x2f','\x34','\xdf','\x50','\x82','\xac','\xbf','\x2b','\x65','\x46','\x97','\x06','\x3c','\xfb','\x40','\xf9','\xc1','\xd0','\x77','\xb1','\xf2','\x21','\xf8','\x13','\xa1','\xad','\x33','\x71','\x39','\x9f','\xd6','\x2b','\xef','\xc3','\x3a','\xc2','\x44','\xa1','\x2c','\x04','\xb6','\x70','\xe5','\x90','\x54','\x69','\xda','\xef','\x7a','\x38','\xa7','\x6d','\xde','\x78','\x89','\x3c','\xe4','\xef','\x77','\xd1','\xb3','\x68','\xb2','\x1a','\xcf','\x2c','\xbf','\x5a','\xdf','\x17','\xf4','\x22','\xcd','\xd3','\x6c','\x57','\xdf','\x95','\xc0','\xc2','\xab','\x2e','\x8b','\x2d','\x54','\x75','\x51','\x5e','\x21','\x1f','\x19','\x4d','\xf4','\xe2','\x54','\x75','\x8b','\x7b','\xeb','\x42','\x57','\xba','\x50','\xbb','\x72','\x2c','\xc1','\x3e','\xcf','\xdd','\x0d','\xcb','\x23','\x8e','\x89','\x9d','\x91','\x6a','\xee','\xf2','\xda','\xf4','\x05','\x55','\x26','\x3b','\xdc','\x35','\xd5','\xe9','\xf6','\x7e','\xa7','\xf7','\xdf','\xf3','\x9e','\x9f','\x9c','\x0d','\xde','\x7e','\xc9','\xb6','\xfa','\xb8','\x48','\xba','\xb9','\x06','\x8d','\x16','\x18','\xe4','\xa5','\xe4','\x45','\x30','\x9d','\xbb','\xaa','\x05','\xff','\xda','\x1c','\x0b','\x45','\x3d','\x08','\x17','\x24','\x9d','\x58','\x94','\x8e','\x87','\x30','\xd2','\x2a','\x03','\x30','\x1d','\x33','\x53','\xf3','\x28','\x6f','\x57','\xdb','\x1c','\xb9','\xb4','\xe0','\xdb','\x28','\x02','\xe6','\x80','\x88','\xbb','\x75','\x01','\x8d','\xdc','\x4a','\x18','\xae','\x97','\x70','\x5e','\x73','\x47','\xd7','\x64','\x8a','\xb0','\xe4','\x32','\x76','\x00','\xe5','\xdc','\xd0','\x85','\x9f','\x05','\xf7','\x94','\x76','\x9c','\x34','\x0c','\x1f','\xef','\x7d','\x0f','\xb9','\x49','\xa4','\xb4','\xba','\xdd','\x6e','\x53','\x90','\x37','\xa2','\xc1','\x05','\xee','\x61','\x4b','\xbe','\x00','\x7b','\xbf','\x9a','\xc6','\x75','\x53','\x81','\xb5','\x7f','\xd3','\x06','\x4d','\x34','\x11','\xa2','\xe9','\x96','\x4e','\xc8','\x3f','\xe6','\xfd','\xf5','\xb0','\x5d','\x8d','\x56','\xf3','\xa1','\x12','\x56','\x8b','\x90','\xa7','\xa3','\x31','\x2e','\xcf','\x5d','\x6a','\x57','\xf0','\x53','\x00','\x8b','\xc0','\x64','\x86','\x57','\xd7','\xb8','\x51','\x0b','\xc7','\xb1','\xf0','\x61','\xfc','\x27','\x7d','\x20','\x01','\x6e','\xa8','\x60','\x54','\x62','\x17','\x31','\xf3','\xba','\xe0','\x3d','\xd8','\x41','\xf7','\x85','\x97','\xf8','\x87','\xcf','\xff','\x9f','\x26','\x61','\xf7','\x3f','\x49','\x83','\xef','\xba','\xc0','\x94','\x05','\x6e','\x7d','\x89','\x74','\xec','\x43','\xf4','\x94','\x9e','\x22','\xbd','\x28','\x36','\x6d','\x6b','\x71','\x47','\x46','\x71','\x89','\x13','\x57','\x4e','\x9c','\x57','\xb8','\x76','\x08','\xc1','\x5f','\x00','\x91','\x0a','\x58','\xf5','\xb7','\xd1','\x25','\x2f','\x7f','\x9b','\xef','\xde','\x90','\xf9','\xe3','\x5a','\x88','\x38','\xdc','\xaa','\xd9','\x87','\x7a','\xfc','\x11','\x2a','\x3a','\x6e','\x11','\x2a','\x6e','\x22','\x9e','\x6f','\x28','\x67','\xae','\x56','\xa0','\x40','\x8b','\xe8','\x04','\xca','\xcf','\xdb','\x37','\xbb','\xe3','\xc7','\xdd','\x57','\x80','\x0e','\x21','\x1b','\xd9','\xa1','\xa3','\x94','\xe7','\x4e','\xef','\xdd','\x82','\x1d','\xec','\xf7','\x9e','\x87','\x9a','\x41','\x09','\xc5','\x80','\x15','\x7e','\x4f','\x0b','\x5b','\xc1','\xae','\xc4','\x62','\x58','\xe8','\xd3','\x75','\xc3','\x7e','\x5f','\x85','\x8d','\x55','\x30','\x7b','\xa2','\x04','\x71','\x95','\xf2','\x55','\xb1','\x87','\xc5','\x16','\xba','\x8a','\x65','\xf9','\xba','\x14','\xef','\x35','\x5f','\x03','\x98','\x68','\x53','\x97','\xb7','\x1c','\x27','\x8a','\x81','\x11','\x61','\xda','\x89','\xa8','\x01','\xaa','\x1b','\xd7','\x22','\x18','\xec','\x78','\xdf','\x8b','\xae','\x18','\x58','\x83','\x26','\xdc','\x4d','\x09','\xe2','\x2d','\x2d','\xa0','\x45','\x41','\xda','\xf3','\x42','\x49','\xd0','\xa3','\x46','\x52','\x16','\x9c','\xb9','\xa4','\xfa','\xc0','\xd3','\x6c','\x56','\x1a','\x8f','\x32','\x27','\x50','\xb6','\x03','\x5a','\x32','\x85','\x82','\x18','\x48','\xde','\x28','\x23','\x24','\x8a','\xf7','\x83','\x48','\x64','\x57','\xb9','\x2f','\x44','\xd2','\xb7','\x08','\x77','\xed','\x6e','\x58','\xd7','\x37','\x55','\xd0','\xb7','\x4b','\x33','\xe5','\x59','\x15','\xc7','\x7a','\xe6','\x4f','\xfb','\x2b','\x37','\xa1','\xbe','\xef','\xf4','\xfe','\x7e','\xa7','\xbb','\x47','\x7b','\xbb','\x75','\x12','\xe9','\x70','\xa6','\xc9','\x69','\xab','\xe3','\xcd','\x9c','\x67','\x58','\xb4','\x6d','\x12','\xac','\xf0','\xa5','\x6b','\x8a','\x97','\x03','\xd0','\xe4','\xb1','\x9c','\x75','\xe2','\xf2','\xf8','\x94','\xa2','\xc5','\xa8','\xbd','\x9f','\xa5','\xb3','\x2c','\x36','\xff','\x2e','\x6e','\xf9','\x79','\x6b','\x79','\xc1','\x29','\xb8','\xa1','\x62','\xf8','\xf1','\x54','\x84','\x84','\x94','\xb3','\xa5','\xe4','\x8b','\xcd','\x28','\xaa','\x32','\x5a','\xdd','\x3d','\x29','\xe8','\xfc','\xff','\xfc','\xdf','\xfe','\x37','\xfa','\x2f','\xff','\xf9','\xbf','\x54','\x59','\x08','\x7d','\x3c','\x17','\x6e','\xbf','\x60','\x5a','\x74','\x45','\x2f','\xfa','\x5d','\xdc','\x0f','\x14','\x1f','\x2e','\x97','\x43','\x3f','\xb9','\x2f','\xe1','\xce','\x8f','\x32','\xf9','\xa9','\xe4','\xd0','\x1f','\x12','\xe8','\x0d','\x2b','\xdc','\x88','\x54','\xd8','\xf3','\x0f','\x33','\x23','\x40','\xe1','\x8f','\x49','\xa3','\x12','\x7e','\xf4','\xfb','\x92','\x25','\x63','\x72','\x7f','\x50','\xf1','\x79','\x25','\xf3','\x93','\x73','\xc2','\x17','\xda','\x1c','\x63','\x04','\x37','\x06','\x49','\x38','\x33','\x5b','\x96','\x69','\x42','\x2a','\x04','\x18','\x02','\x57','\xc4','\xb8','\xfc','\x39','\xa8','\xfb','\xd7','\xc6','\xfa','\x79','\xce','\x67','\x52','\x24','\x7d','\x3b','\x68','\xd8','\x20','\x58','\x43','\xe6','\x9c','\x5f','\x0e','\xe0','\x62','\x10','\x7f','\x71','\x0a','\xbd','\x94','\x10','\x34','\x1d','\xce','\x8d','\xe7','\xe8','\xc1','\xd3','\xe7','\x2f','\x10','\x40','\xc3','\xfb','\xd1','\x4e','\x90','\xa1','\x3c','\xe4','\x93','\x5d','\x8a','\x8b','\x50','\x5c','\x1e','\xe9','\x97','\x4d','\x0a','\x9c','\xf9','\xf1','\x1d','\x45','\xc6','\xf3','\x21','\x03','\x21','\x26','\xd1','\x2a','\xc3','\xb3','\x01','\xc0','\x22','\xbf','\x0d','\xab','\xf2','\xd9','\x06','\x4d','\x66','\x83','\xf7','\x0d','\xa8','\xc9','\x98','\x17','\xeb','\x41','\xd0','\x6d','\x0d','\x09','\x2c','\xed','\xd6','\x97','\x50','\xea','\x24','\xdb','\x04','\xed','\xcd','\xad','\x02','\x8e','\xb2','\xfc','\x5c','\x41','\x6b','\x1a','\xbe','\xf6','\x7a','\xdd','\xe8','\xfa','\x4d','\xfd','\xfb','\x37','\xbf','\xe3','\x27','\x64','\x63','\xf5','\x4e','\xc8','\x71','\x32','\x59','\xd9','\xa2','\x69','\xe6','\x9a','\xde','\x4b','\x88','\xeb','\x0c','\x35','\x0e','\xcd','\xec','\x94','\xe0','\xc7','\xf0','\x5a','\x8e','\x63','\x5a','\x80','\xa6','\x90','\xd7','\x20','\x7f','\x47','\xde','\xa0','\xd5','\x77','\x03','\x8b','\x01','\x0c','\x83','\xf4','\x0b','\x00','\xe9','\x20','\xdd','\x94','\xb1','\x69','\x3c','\x61','\x4d','\xc8','\xb9','\x25','\xb9','\x94','\xc0','\x1a','\xe7','\x4a','\x9b','\x34','\x8a','\x20','\x08','\x39','\x12','\xb9','\x62','\x2e','\x9c','\x58','\xa2','\xbf','\xa3','\x12','\x84','\xfd','\xc6','\xe0','\x10','\x44','\x5a','\xc7','\x6e','\x4c','\xca','\x3b','\x15','\xe5','\x07','\xad','\x18','\x63','\x58','\x71','\xbf','\xc4','\x74','\x4e','\xe3','\x3c','\x58','\x67','\xc9','\x36','\xa7','\x96','\x18','\x6e','\x96','\x9e','\xcd','\x69','\xc5','\x12','\x17','\x97','\x86','\x52','\xeb','\x77','\xf4','\xc0','\x76','\xbf','\x74','\xb1','\xb3','\x39','\x37','\xda','\xed','\xfe','\x98','\xcb','\x85','\xed','\xfe','\x9f','\x66','\xf7','\x01','\xa5','\x32','\xc5','\x16','\x1c','\xa2','\xf9','\xa1','\x2a','\xeb','\x5c','\xef','\x1a','\x65','\xf0','\xf6','\xc7','\x4e','\xef','\xbf','\xef','\x7a','\xb8','\xfe','\xe6','\x91','\x1f','\x33','\x0a','\x9f','\xb5','\x3a','\x19','\x5b','\x18','\xe8','\xb2','\x46','\x37','\xf1','\x0e','\xd0','\xa2','\x04','\x23','\x38','\xa0','\xd3','\x92','\x86','\x03','\xe4','\x33','\x96','\x35','\xda','\x39','\xff','\x8f','\x8c','\x3f','\x14','\xe3','\x6b','\x1d','\xa7','\x42','\x3a','\x55','\x1b','\xc0','\xf3','\x41','\x62','\x08','\x73','\xfd','\xd6','\x42','\xd9','\xbc','\x5c','\xb6','\x02','\x9b','\x8a','\x4b','\x70','\x28','\x87','\x6a','\x35','\xbb','\xef','\x77','\x3d','\xd3','\x63','\x0c','\xde','\xbb','\xd0','\xf5','\xf2','\x16','\x32','\xa2','\xa3','\x02','\xd4','\x85','\xfe','\xdb','\x7f','\xfb','\xdf','\xe9','\x7e','\xbb','\x53','\xef','\x3b','\xfd','\xe7','\xff','\xfc','\x5f','\x4c','\x94','\x21','\xef','\x83','\x6c','\x03','\x32','\x3c','\x09','\xf9','\x9e','\x4a','\xab','\x79','\xf0','\x95','\xe5','\x1f','\xd6','\x0b','\x56','\x5a','\xff','\x3e','\x06','\x78','\xf3','\x54','\x9e','\x8e','\x42','\x6c','\xdb','\xb6','\xd9','\xcc','\x3a','\x08','\x6e','\xd4','\x31','\x8e','\xe4','\x5b','\x79','\xe1','\xf0','\xc7','\x45','\x7a','\x96','\x5a','\x4c','\xd5','\xff','\x3c','\x06','\x75','\x16','\x46','\x78','\x28','\x71','\x8c','\x61','\x9f','\xf2','\x16','\xde','\x7c','\xb5','\xcd','\x98','\x7e','\x10','\x3e','\xec','\xbd','\xaf','\x03','\x58','\x80','\x60','\x5e','\x25','\xe6','\x31','\x63','\xfc','\xf2','\xb8','\xe9','\x43','\xd9','\x4c','\x44','\x62','\xbb','\x75','\x32','\xf8','\x52','\xa5','\x9b','\x81','\xbb','\x5f','\x85','\x94','\x04','\x41','\xe9','\x0f','\x84','\xca','\x0a','\x1d','\x78','\x64','\xd1','\xa2','\x33','\xfe','\xf8','\xe5','\x70','\xb9','\x33','\xed','\x81','\xd0','\xff','\x70','\x72','\x9a','\x57','\x60','\x18','\x40','\xd6','\x69','\x1f','\xf3','\x7b','\x06','\x37','\xd8','\x44','\x29','\xe0','\x37','\xaa','\x58','\xa7','\x07','\xfc','\xf7','\xa7','\x24','\x04','\x41','\xf8','\x88','\x60','\x69','\x5e','\x77','\x1d','\x94','\xc8','\xd7','\x19','\x0f','\x45','\x53','\xe1','\x64','\xa6','\xaf','\xa7','\x0f','\xb4','\x33','\xa6','\x16','\x56','\x63','\xc0','\x4d','\x0f','\x3f','\x5b','\xd8','\x54','\x52','\xf7','\x28','\x0c','\x76','\x20','\xc5','\xa2','\x80','\x1d','\xc1','\x49','\x5f','\x91','\x41','\xe0','\xf8','\x70','\x3f','\xd0','\x7f','\x92','\xec','\xc3','\x79','\x1a','\x68','\xef','\x61','\xd0','\x81','\xe1','\xe1','\xd1','\xfb','\xab','\x97','\xab','\xf2','\x83','\xe7','\x7a','\x10','\xc4','\x5a','\x1e','\x21','\x3b','\x4f','\xd3','\x89','\xca','\x4e','\x7a','\x56','\x52','\x80','\x44','\x3c','\xd3','\xbf','\xad','\xb1','\xba','\xb5','\x58','\x98','\xeb','\xf1','\x8e','\x95','\x49','\xb6','\x01','\x53','\xc4','\x45','\x9f','\xa1','\x0c','\xf8','\xfd','\x1d','\x9d','\xf6','\xdb','\x4e','\xf7','\xbb','\x59','\x1b','\x06','\xa5','\x0c','\xc3','\x95','\xe3','\xb9','\x2c','\xbf','\xd8','\x32','\xc2','\x43','\xbb','\xeb','\x5b','\xa1','\x53','\x95','\xcd','\x43','\x93','\xa6','\xef','\x81','\xc9','\x4a','\x07','\x8e','\xe7','\x82','\xd6','\x2b','\x70','\xc9','\x29','\x51','\x38','\x45','\x33','\x94','\x57','\x04','\x13','\x2c','\x07','\xe4','\xf8','\xc2','\x64','\x92','\xbf','\xd3','\xac','\x58','\x8b','\x34','\x36','\x99','\x10','\xc7','\xf6','\x8a','\xff','\xbf','\x6e','\xab','\x63','\x82','\x74','\x0b','\xac','\x84','\x8a','\x68','\x67','\xfe','\x9f','\x00','\x6d','\xc6','\xf9','\x3b','\x2a','\xe0','\x63','\x92','\xd3','\xaf','\xd9','\x26','\xef','\x2f','\x73','\x5c','\x0b','\x84','\x9b','\x09','\x31','\x6e','\x76','\xc6','\xcb','\xd7','\xde','\xe0','\x35','\x10','\x30','\x7a','\x3e','\x24','\xef','\x0c','\xda','\xb6','\x46','\xfd','\xde','\x68','\xbb','\xfa','\x86','\x86','\x46','\x74','\x53','\xcb','\x90','\xd8','\x6e','\x79','\x2b','\x72','\xca','\x79','\xf1','\xfd','\xf7','\x1b','\xfd','\xfe','\xfb','\x8d','\x6e','\x7f','\xec','\x1a','\x7c','\x43','\xea','\xf5','\x1a','\x75','\x72','\x02','\x7f','\x00','\x5d','\xd2','\xda','\xe9','\x34','\x74','\x7e','\x18','\xe7','\x86','\xb5','\x07','\xc7','\xc3','\xd6','\xa0','\xf8','\x3c','\xd0','\x2c','\x88','\xba','\x98','\x66','\x5e','\x95','\xbe','\x57','\xe9','\x54','\x95','\x64','\x07','\xd1','\xde','\x26','\xdb','\x20','\x7f','\xb4','\x9e','\x2d','\x20','\x8a','\x97','\x73','\xb9','\x6c','\xa6','\xfc','\x5c','\xe8','\xf2','\xa6','\x41','\x51','\x1a','\x4c','\xc8','\x15','\x2e','\xd5','\xe2','\x84','\x5a','\x53','\xeb','\x0f','\x73','\x23','\xb7','\x51','\xe8','\x98','\xba','\x25','\x32','\x5d','\x97','\x7b','\x57','\x7e','\xfd','\x5f','\xff','\x97','\xff','\x55','\xdb','\x2d','\x65','\x60','\x42','\x66','\xc4','\xb4','\x1f','\x9a','\x9f','\x5f','\xe0','\xdb','\x67','\x8e','\xbf','\x3c','\x48','\xa7','\x73','\xe5','\x89','\xcc','\xd3','\x23','\x51','\xbd','\x65','\xdc','\x9c','\x51','\x5d','\x66','\xee','\x47','\x09','\x82','\x30','\x9e','\x01','\x0a','\x9f','\xb9','\x9f','\x08','\xc0','\x1c','\x37','\x05','\x1c','\x08','\x60','\x26','\xc4','\x3d','\x37','\xfe','\x8f','\x67','\x1a','\x25','\xfd','\x2f','\x9c','\x5a','\x6b','\x29','\x88','\x7e','\x40','\x72','\x30','\x41','\x28','\x14','\xa8','\x2e','\x90','\x8e','\x8d','\xfc','\x85','\x7a','\xb1','\xea','\x51','\xa1','\x0c','\x9f','\x21','\xef','\x42','\xb0','\xfc','\xad','\xd2','\x23','\xc1','\xfb','\x28','\xf9','\x02','\xef','\xc5','\x01','\x60','\x50','\xb2','\xeb','\x87','\x10','\xc2','\x3c','\x4c','\x0f','\x07','\x5c','\xe5','\x9d','\x61','\xc1','\xfa','\x29','\xb5','\x9d','\xc7','\x09','\x41','\xb4','\xac','\x9e','\x13','\x11','\x7a','\xff','\xbd','\x94','\x16','\xbc','\x3b','\x2d','\xc6','\xdf','\x21','\x09','\x74','\x26','\x9a','\x00','\xda','\x5d','\xb7','\xb3','\x0b','\xdd','\xa2','\x84','\x91','\x90','\x1e','\x8a','\xf7','\x3b','\x7e','\x88','\xe3','\x30','\x6d','\x9c','\x09','\xa2','\x55','\xff','\x01','\xb0','\x93','\x2b','\x07','\x14','\x13','\x7f','\x0a','\x24','\x30','\xd0','\x18','\x17','\x66','\x94','\x15','\x07','\x9d','\x2a','\xaf','\xc8','\x51','\xde','\x32','\x88','\xb5','\xec','\xb4','\x3a','\x21','\x28','\x86','\x77','\x62','\x6b','\x5d','\x0b','\x92','\xe8','\x93','\xd4','\xfa','\x1d','\x04','\xfb','\xd8','\xb2','\xca','\xe0','\xcb','\xb5','\x45','\x94','\xb7','\x37','\x3b','\x74','\x5e','\x65','\xb2','\xad','\x45','\x08','\x9a','\xa1','\x0d','\xa1','\x2c','\x0a','\x69','\x14','\xaf','\x3b','\x86','\xb8','\xee','\x41','\x3f','\xb6','\xb6','\x7a','\x74','\x33','\x54','\x7e','\xdc','\xf2','\x93','\x81','\x2b','\x10','\xc9','\x53','\x1d','\x2f','\xa0','\x17','\xd3','\x82','\x1f','\x01','\x94','\x31','\x02','\xa2','\x00','\x89','\xf6','\xbb','\x5b','\xce','\xd0','\xfa','\xc1','\x10','\x0b','\xb4','\x01','\xe8','\xb2','\x4a','\x11','\xd4','\xfa','\x2e','\xf8','\xb4','\x2e','\xfb','\x19','\x52','\x7b','\xce','\x4c','\x16','\x0e','\x5a','\x7f','\xd7','\xa3','\x29','\x62','\x41','\x03','\x68','\x4a','\x56','\x44','\x69','\xf3','\x98','\x50','\xe6','\x79','\x1d','\xd3','\xa6','\xef','\xd0','\xef','\xa0','\x57','\xe3','\xda','\x5e','\xaa','\xb2','\xb5','\x64','\xc6','\xcf','\xe3','\x3c','\x38','\xa8','\x2e','\x9a','\xd1','\x38','\xe8','\xeb','\x21','\xbc','\x91','\x2f','\xd1','\x60','\xe0','\x71','\xab','\xc6','\xe4','\xf3','\x52','\x76','\xa2','\x5d','\x14','\x30','\xb7','\xbb','\xde','\x1d','\x75','\xbb','\xed','\x1a','\x24','\x61','\xd3','\xf1','\x6b','\xad','\xd1','\x76','\x65','\x0b','\xd3','\xae','\x36','\xb6','\xfb','\xfb','\x4e','\xbf','\xff','\x7e','\xa7','\xdf','\xff','\xcf','\x1b','\xbd','\x7b','\xb4','\x38','\x72','\x80','\x5f','\xef','\x18','\xf2','\xc6','\x07','\xf2','\x82','\x69','\xe5','\x0a','\x0f','\x5a','\x61','\x8e','\xce','\x47','\x2d','\xf5','\x55','\xcf','\x7a','\x40','\xc3','\xda','\xe1','\xe3','\x74','\x84','\x45','\x46','\xda','\xc9','\x38','\xe8','\x31','\x87','\xe5','\xb8','\x0d','\x3e','\x3f','\xcc','\xe5','\x74','\xdb','\x5a','\x28','\x3f','\x6e','\xfd','\xf1','\x33','\x51','\x38','\x78','\x3c','\x36','\xca','\x70','\x93','\xb8','\xb9','\x53','\x40','\x26','\xf9','\x35','\x05','\x7b','\x6e','\x64','\x85','\x8c','\xf5','\xf9','\x38','\x36','\x28','\x7e','\x9b','\x7e','\xf9','\xf5','\x13','\x74','\x64','\xdf','\x6b','\xc0','\x03','\x55','\x0c','\x17','\xa6','\x61','\x1a','\x14','\xa0','\xd5','\x21','\x21','\xa2','\x35','\xb3','\x14','\x3e','\xc1','\x19','\xf8','\x81','\x06','\x97','\x02','\x9f','\x91','\x0c','\x32','\x30','\x66','\x40','\xb1','\xd1','\xbc','\x2f','\xe4','\xae','\x0a','\xb9','\x70','\x3c','\x68','\x13','\xe3','\x17','\x84','\x75','\x3c','\xfc','\xfe','\xb1','\x74','\x24','\xe4','\xb0','\x56','\x58','\x57','\x9f','\x66','\xd0','\xb8','\xa7','\x60','\xb5','\xc3','\xf8','\x91','\x16','\xda','\xe4','\x9b','\x8a','\x1a','\xe6','\xd5','\x32','\xb2','\x18','\x93','\x99','\x9a','\xeb','\x8e','\x2b','\x39','\xca','\x86','\x45','\x57','\xc7','\x46','\x86','\x71','\x1b','\x3e','\x73','\x2c','\x99','\x29','\x74','\x50','\xf9','\x3a','\x54','\xa8','\x0e','\x7e','\xfb','\xa9','\xd3','\x62','\x01','\x1d','\x7e','\xfa','\x2c','\x72','\x2e','\x80','\xc3','\xff','\xba','\x2c','\x1e','\x26','\x3b','\x1b','\xc8','\x9d','\x16','\x23','\xa1','\xb2','\x13','\xc7','\xc8','\xac','\x47','\x00','\xe2','\x67','\x48','\x4f','\x4c','\x2a','\x19','\xe6','\x79','\xa1','\x55','\x14','\x32','\x3e','\x3c','\xe8','\xac','\xcf','\x0f','\xae','\xb9','\x04','\xbf','\x7c','\x86','\x50','\xd3','\x3a','\x37','\x77','\x4e','\x65','\x89','\x45','\x6e','\xb2','\xc5','\x33','\xc3','\x5c','\xfb','\x79','\x1f','\xb5','\x00','\x91','\xd8','\x41','\x67','\xb8','\x3c','\x33','\x22','\x52','\x45','\x1f','\x60','\x80','\xc7','\x1d','\x6f','\x00','\x3b','\xc8','\x5f','\x32','\x3e','\x1b','\x15','\x9f','\x45','\x77','\xf0','\x81','\x8c','\xf3','\x42','\x2a','\xbb','\xa1','\x92','\x82','\xbf','\xa7','\xf2','\x93','\x60','\x91','\xa8','\x9e','\xf7','\x89','\x7c','\x03','\x86','\x13','\x99','\xdb','\x37','\x26','\x26','\xa5','\xdf','\xe5','\x6d','\xa3','\xeb','\xb5','\xd1','\xdb','\x37','\x8d','\xea','\xd4','\x1c','\xe4','\x78','\xbe','\x70','\xb1','\xaa','\xa0','\x19','\x95','\x33','\x0c','\x63','\xbb','\xdf','\x3b','\x04','\x3a','\xa8','\x87','\xf9','\x85','\xd2','\x32','\xb7','\xef','\xbd','\xdc','\x5a','\xaf','\xf7','\x35','\x35','\x0b','\x71','\x3d','\xd3','\x74','\xc5','\x1d','\xa3','\x9e','\x54','\x7b','\x87','\x9f','\x65','\xfa','\x68','\x9d','\x3b','\x58','\xd7','\x5c','\x48','\xeb','\x37','\x8f','\x28','\xa7','\xf3','\x4b','\x9f','\xe7','\xca','\x2d','\x81','\x95','\x6b','\xcd','\xb0','\x0e','\x9b','\xfb','\x92','\x98','\xb0','\xa9','\x67','\xbd','\x24','\xdb','\x05','\x85','\xe8','\x7b','\xeb','\x39','\x11','\xfd','\x27','\xbb','\x50','\xd5','\xcf','\xbb','\x0c','\x6b','\x5a','\x78','\x44','\xb2','\xe5','\x5e','\xac','\x2d','\x81','\x65','\xd9','\x95','\x15','\x68','\xfe','\x13','\xb8','\x21','\x64','\xc4','\xc0','\xe6','\xd3','\x9c','\x6b','\xd0','\x1f','\x5c','\xa0','\x8d','\x7f','\x94','\x21','\x01','\x07','\x59','\x5e','\x77','\xdf','\xf3','\x62','\xd4','\xb5','\x92','\xe8','\x7e','\xef','\x74','\x7b','\xdf','\xe3','\xae','\x23','\x77','\x95','\xdc','\x2c','\x74','\x3b','\x6f','\x6c','\x2e','\x74','\x77','\xba','\xfd','\xd1','\xf3','\xa2','\x54','\x4e','\xe5','\xa7','\x34','\xf8','\xa8','\x73','\xb2','\x78','\x84','\xfe','\x5f','\xd0','\x36','\x2f','\x0f','\xad','\x22','\xd3','\xdb','\x41','\x17','\x39','\xaf','\x1b','\xca','\x7b','\x39','\x1d','\x60','\xd1','\xe0','\x6d','\xe4','\xb9','\x31','\x1b','\xab','\x3c','\xf5','\x68','\x6f','\x71','\xcf','\x8f','\x5d','\x3c','\xbb','\x2a','\xf7','\xb8','\x0d','\x39','\x07','\x34','\xac','\xbb','\x45','\x3a','\xeb','\x6e','\xc1','\x4f','\x39','\x5d','\x84','\x1e','\x74','\xa2','\x6c','\xf8','\xe0','\x4f','\x53','\xbd','\x4f','\xd2','\xf3','\x83','\xe9','\x10','\xe6','\xcb','\xa3','\x1f','\xe7','\x74','\xd4','\xcc','\xbd','\xef','\xd3','\xb3','\x87','\x41','\x10','\x88','\xe8','\x87','\x59','\x10','\xbe','\x3e','\x19','\xf5','\x70','\x22','\x39','\xc2','\xf0','\x95','\xcd','\x41','\xb9','\xff','\x4e','\x26','\x54','\xfe','\x42','\x17','\x42','\x2e','\x95','\xa0','\x2f','\x4a','\x0e','\x8e','\xa7','\x39','\x23','\x34','\x29','\x41','\x29','\xcc','\x6d','\x01','\x2c','\xf3','\xd2','\x16','\xbe','\x71','\xf1','\x80','\xf2','\xa6','\xba','\x89','\xf2','\x40','\xa3','\xd7','\x25','\x4f','\xad','\x2b','\xff','\xa4','\x67','\x13','\x0e','\xc0','\x6a','\x2b','\x78','\x75','\xa2','\x54','\x86','\x3c','\xf8','\xfc','\x67','\x1d','\x98','\xa3','\x79','\x3e','\x2e','\x64','\xdf','\x59','\x1e','\x9c','\x91','\xe7','\x09','\x1d','\xed','\x30','\x1d','\xc9','\xb2','\x50','\x64','\xc0','\xad','\x4d','\xc8','\x22','\x3d','\xc5','\xa2','\x2c','\x70','\x77','\x04','\x85','\xec','\x64','\x4a','\x05','\x46','\xe7','\xaa','\x0d','\xf0','\xb8','\x9b','\xe8','\x20','\x8c','\xf2','\x6f','\xae','\xa7','\x55','\x8b','\x96','\x2c','\xa2','\x78','\x31','\x95','\x77','\xad','\x80','\x69','\x53','\x7d','\xe8','\x5f','\x75','\x9d','\x1b','\xea','\xf0','\x67','\xd6','\x36','\xa7','\x4f','\x5a','\x5b','\x50','\x01','\xc2','\xf3','\x48','\xc0','\xef','\x07','\x00','\x87','\x99','\x88','\x37','\x3d','\xef','\xf3','\xed','\xb7','\x0b','\x6d','\x17','\x55','\x82','\x4e','\x95','\x9f','\xa8','\x5f','\x80','\x36','\x5a','\x5f','\xef','\x54','\x14','\x9f','\x1d','\x2f','\x36','\x85','\xf6','\xa5','\x02','\x6b','\x91','\xb7','\x8c','\x86','\x7e','\x58','\x9f','\xdb','\x20','\x5f','\x2b','\xb1','\x12','\x7c','\x12','\x55','\x6b','\xd4','\x2b','\xe9','\x19','\x26','\x65','\x07','\xee','\xb8','\x3e','\xe3','\x40','\x2b','\x2f','\x4d','\x6b','\x72','\x61','\x62','\x0e','\xf9','\x4f','\xbc','\xf0','\xe8','\x20','\x22','\x6a','\x4c','\xad','\xdb','\x1a','\x63','\xcc','\xca','\xbd','\x0e','\xe1','\x42','\xb3','\xd2','\xaf','\xac','\xae','\x5f','\x11','\x86','\x98','\x7c','\xad','\x72','\x9e','\xc1','\xb6','\x59','\x51','\xa8','\x68','\x59','\x06','\x19','\xc6','\x9b','\xbc','\x8c','\x27','\x52','\xe9','\xcb','\x4a','\x0e','\x61','\xfd','\x65','\x60','\x67','\x99','\xec','\x16','\xb1','\xb0','\xb2','\x4c','\xb0','\x88','\x81','\x9f','\xd4','\x85','\x2a','\x36','\x43','\x18','\x95','\xe1','\x7c','\x3f','\x2e','\x44','\x06','\x45','\x3b','\x55','\x57','\x98','\xbb','\x0f','\x84','\x1a','\xbc','\x41','\xf1','\x6d','\x50','\x7a','\xbc','\xbd','\x32','\x3e','\x5f','\x15','\x69','\xb4','\x9a','\x8e','\x43','\x1f','\x60','\x88','\x47','\x4d','\x7c','\x98','\x86','\x97','\xa7','\x6a','\x7c','\x8e','\x37','\x08','\x84','\x72','\x55','\xd7','\x37','\x8f','\xb2','\xc7','\xe5','\xa8','\x82','\x4b','\xc6','\x75','\xab','\x74','\x1a','\xb8','\x9c','\x48','\x7e','\xec','\xbb','\x6d','\x8c','\x60','\x44','\xce','\xb2','\xc1','\x33','\x94','\x03','\xcf','\x82','\xbd','\x4e','\xd7','\xf2','\x1f','\x9c','\x3e','\x50','\xf7','\xe1','\x5a','\x60','\x7f','\xd1','\xe2','\x13','\x51','\x22','\xcf','\x82','\x20','\x6c','\xdb','\x36','\x1d','\x14','\x7a','\x09','\x48','\x7f','\x16','\xf4','\x3c','\x43','\x04','\xa1','\xdc','\x75','\xb6','\xf4','\xb0','\xca','\x01','\xad','\xa7','\x30','\x75','\xc9','\xc0','\x76','\x7e','\x48','\xe0','\x95','\xa3','\xa3','\xe0','\xf4','\x45','\x33','\xe9','\x38','\x2d','\xa0','\xe7','\x54','\xf5','\xe9','\xfb','\xcc','\xc7','\x67','\x82','\xe8','\xb1','\xb0','\xca','\xe3','\xbd','\x7c','\xc8','\x5c','\x31','\xd6','\x20','\xac','\x57','\xc2','\x40','\x7f','\xa8','\xe0','\x39','\x76','\xff','\x44','\x33','\xa5','\x1b','\x85','\x96','\xe2','\xc2','\xcc','\x37','\xb3','\x24','\x34','\xac','\x5a','\x83','\x37','\x61','\x75','\xce','\x6b','\x99','\xf1','\x9f','\x04','\xc9','\x38','\x7c','\x01','\x62','\x74','\x78','\x90','\x49','\x12','\x70','\x4c','\xe3','\x0f','\xd9','\xf0','\x28','\x32','\xd6','\xf3','\xa7','\x26','\x68','\xf0','\x8a','\x0d','\xc6','\x85','\xe0','\x68','\x7e','\xbd','\xc4','\x42','\x87','\xc0','\x13','\xb1','\x0b','\x9f','\xcc','\xbf','\xfa','\xf7','\xf1','\x9c','\x7f','\xbc','\x81','\xe3','\x80','\xae','\xdc','\x0f','\x43','\x83','\xf2','\xe3','\x60','\xc8','\xdc','\x29','\xf0','\x7e','\x1b','\x74','\x57','\x19','\x69','\x8a','\x75','\x17','\xd7','\x0b','\xc1','\xdf','\xd6','\xd2','\x54','\x3a','\x2a','\x3f','\xeb','\xa0','\x07','\xd3','\xa3','\x69','\x31','\x4f','\xc1','\x82','\xe1','\xa8','\x23','\xbb','\x01','\x83','\x3e','\x00','\x09','\xff','\x1c','\x6d','\x14','\xfc','\x4c','\x28','\x92','\x2a','\x1e','\xb5','\xc2','\x37','\x3b','\x2f','\x75','\xb9','\x36','\xba','\xfa','\xe5','\xa6','\x76','\x71','\xa6','\x2b','\x3b','\xe1','\x16','\xe6','\xc0','\xc8','\xe6','\x8c','\xe3','\x15','\x82','\xb6','\xa0','\xd5','\xe7','\x7e','\xdb','\xc3','\x12','\x14','\xfd','\x31','\x6f','\x06','\xb1','\xf0','\xb6','\x6e','\xf9','\x21','\xa2','\x00','\x5c','\xad','\x55','\xc5','\xab','\x10','\x6a','\xa0','\xdf','\x08','\x3e','\x57','\xe3','\x53','\x5e','\x5b','\x29','\x3c','\x8f','\x16','\x27','\x07','\xee','\xcc','\x79','\x1f','\x91','\x65','\x46','\x59','\xe2','\xcb','\xf1','\x80','\xf4','\xa1','\xd0','\x1c','\x9b','\xb1','\xdd','\x71','\xbe','\xc9','\x42','\x35','\xbb','\x62','\xdf','\x09','\xc6','\x1a','\x93','\xcd','\x43','\x1f','\x8f','\x6d','\xb3','\x90','\xc4','\x6f','\x8d','\x36','\x3b','\xf4','\xbf','\xef','\x3d','\xe6','\xca','\xd8','\xb9','\xca','\x0b','\x94','\x4c','\x02','\x1d','\x66','\xe8','\x37','\xf2','\x1b','\x4e','\xee','\x67','\xe5','\x49','\xe0','\x15','\x2b','\x2f','\x94','\x03','\x31','\x29','\x0e','\xbb','\xfe','\xf6','\xc7','\x36','\x41','\xc5','\x36','\x35','\x32','\xf0','\x85','\xdf','\xf5','\x15','\xf4','\xf6','\xf2','\x84','\xea','\xbc','\xf5','\xbc','\x84','\xae','\x95','\x6a','\x51','\x6c','\xe4','\x1a','\x92','\xf3','\xe6','\x33','\xa8','\x24','\xa9','\x83','\x23','\x1a','\xae','\x6f','\xc3','\x9c','\xc6','\xbf','\x04','\xfd','\x5d','\x17','\xea','\xeb','\xff','\x5a','\x7e','\x9c','\x36','\x06','\xd3','\x0a','\x17','\x2d','\xeb','\x75','\xe1','\x30','\xc8','\x43','\x78','\x4f','\xa3','\xbd','\xd9','\xe5','\xa6','\xd7','\x54','\x7e','\xda','\xb0','\x31','\xe1','\x8c','\x80','\xac','\xe1','\x63','\x53','\x2c','\xd2','\xe2','\xe7','\x13','\x61','\x83','\x0a','\x83','\xa1','\xf8','\xd8','\xfb','\x98','\x60','\xbb','\xbc','\xdc','\x89','\x38','\xa3','\x3c','\x3f','\x49','\xe3','\xbb','\x27','\x7a','\xc1','\xa7','\x56','\xfc','\xa1','\x9e','\x91','\xb4','\x67','\x4d','\x45','\x79','\xa2','\x72','\x30','\x83','\x69','\x79','\x10','\x84','\xd3','\x33','\x40','\xab','\x43','\x42','\xae','\x31','\xf9','\x2e','\x5d','\x05','\x3c','\xab','\xce','\xae','\xb8','\xe8','\xe8','\xe9','\x13','\xe9','\xa4','\xe7','\xa7','\xca','\x19','\x50','\x23','\x36','\xdd','\xce','\xa8','\xe7','\xe1','\x23','\x61','\x07','\x90','\x97','\x95','\x43','\xaf','\x3f','\xd8','\xa9','\x0f','\xd3','\x02','\xde','\x79','\x34','\xd1','\xdb','\xd6','\xec','\x22','\xc3','\xac','\xe5','\x59','\x40','\x85','\xa2','\xde','\x05','\xdf','\xf8','\x63','\x19','\xfb','\xb1','\xe0','\x71','\x0d','\x23','\x8a','\x5d','\x3b','\x44','\x13','\xb9','\xe8','\x11','\xa5','\x1c','\x64','\x0d','\xfd','\x69','\xcf','\x96','\xfd','\xf4','\x22','\x3e','\x8b','\xad','\xd7','\x0c','\xfc','\x93','\x26','\x2e','\x7f','\x88','\x68','\x2d','\xe5','\x5e','\xd9','\xb0','\x60','\x50','\xf3','\x07','\x16','\x0f','\x8b','\xde','\xaa','\x38','\x59','\x54','\x6d','\xc0','\xa4','\xc4','\x6f','\x38','\x43','\x54','\xb2','\x78','\xf6','\x52','\x7a','\x30','\x8b','\xa6','\xba','\x0b','\x54','\xfe','\xc2','\xba','\xea','\x92','\x7e','\x98','\xef','\x05','\xc0','\xb3','\xaa','\x01','\x4b','\x9f','\xda','\x75','\x04','\x0e','\x7c','\x4e','\xc5','\xc2','\x99','\xe7','\x79','\x88','\x74','\x5e','\x6f','\x16','\x82','\xd5','\x5d','\xaf','\xf2','\xd2','\xc7','\x3c','\xf3','\xe3','\x97','\x54','\xe2','\xae','\xf6','\xe4','\x46','\x11','\xe0','\xab','\x9e','\xf9','\x89','\x56','\x96','\xf6','\xc1','\x21','\x72','\x1e','\xc1','\x17','\xbc','\x83','\xbd','\x17','\x9a','\x77','\x79','\x97','\x09','\x01','\xaf','\x00','\x88','\x70','\xb0','\x96','\x85','\xa7','\x3b','\x08','\x9c','\x4d','\x32','\x5a','\x61','\xd7','\xf2','\x0b','\xb4','\xca','\xac','\x2c','\x57','\xbb','\xdc','\x54','\x5d','\x5b','\x2c','\xd8','\x01','\xca','\x5c','\x1e','\xe6','\x2d','\x00','\x1a','\x02','\x3a','\xed','\x3b','\x95','\xcb','\x4d','\xbb','\xdd','\xe3','\x81','\x4a','\x92','\xb7','\xb7','\x58','\x7e','\x8c','\x86','\xdc','\x1a','\x58','\xf1','\x28','\xac','\x42','\x45','\xc6','\x7a','\x43','\x98','\xd6','\x9c','\xfa','\xb1','\xc9','\x51','\x8a','\x3e','\x2b','\x83','\x99','\x22','\x42','\x99','\x08','\x59','\xb0','\x1c','\x78','\x41','\x46','\x70','\x38','\xb4','\xf0','\x48','\x5e','\xb3','\xae','\xd5','\x2e','\x7f','\xb2','\xdc','\xca','\x4b','\x2b','\xa3','\xf6','\x76','\xd1','\x1d','\xfa','\xeb','\xdb','\x16','\x0a','\xac','\x08','\xd9','\x5d','\x4b','\x19','\x6a','\xdc','\x0f','\x96','\x47','\x7b','\x99','\x60','\x4e','\x07','\xfc','\xce','\xda','\xc4','\x9f','\x0d','\xe9','\x4c','\x94','\x9c','\x89','\x72','\x1f','\xc8','\xa8','\x37','\xdd','\xf0','\x7c','\xfe','\xc4','\x39','\x11','\x23','\x94','\xbb','\xbb','\x9e','\x61','\x86','\x50','\x82','\x84','\x22','\x7a','\x9e','\x93','\xd9','\xdd','\xd8','\x89','\x08','\x2e','\xcd','\xe5','\x63','\x3c','\x25','\xc3','\x10','\x2d','\xfa','\xe8','\x23','\x72','\x18','\xdd','\xcd','\xca','\xf5','\x76','\x45','\x51','\xb2','\xd8','\xac','\x9b','\x14','\x18','\x1f','\x7c','\x5a','\xf2','\xe2','\x59','\xbb','\x4e','\xd3','\x28','\xe2','\x19','\x56','\x12','\xa8','\x03','\xad','\x66','\xae','\x54','\x5f','\xdf','\x54','\x01','\x6a','\x4b','\xe5','\x67','\x51','\x05','\xf0','\x07','\x33','\x85','\x65','\xa7','\x1b','\xef','\xf5','\x5d','\xad','\xc2','\xfb','\xa8','\xfc','\x9c','\xcc','\x3b','\xc1','\xb6','\x1f','\x76','\x8c','\xe8','\xb0','\x71','\x2f','\x69','\x95','\x1f','\x4c','\xbe','\x50','\x1d','\xa4','\x57','\x5b','\xb0','\x99','\x02','\x84','\xe9','\x72','\xb9','\x2c','\x95','\xf5','\x50','\x80','\x6e','\xb7','\x5b','\xdc','\x96','\xea','\x19','\xf7','\x7d','\xf6','\xa5','\xfb','\xe1','\x69','\xc1','\xf4','\x4f','\xf3','\x70','\x59','\x8c','\xc8','\x26','\xe9','\xc1','\xcc','\x70','\x06','\x96','\x3c','\x37','\xf4','\x33','\xe2','\xe3','\x09','\xfc','\x1f','\x70','\x07','\x37','\x3b','\x30','\xb9','\xf2','\x37','\x7d','\x32','\x1d','\x2a','\x99','\x88','\xca','\x46','\x61','\x13','\x42','\x22','\x41','\xb4','\xff','\x8d','\xe8','\x70','\x28','\x48','\x84','\xcb','\x10','\x08','\xe9','\xd9','\xa1','\x28','\x0e','\x40','\x8a','\x0b','\xff','\x31','\xc9','\xc0','\x23','\x53','\x8e','\xa3','\xc5','\xf3','\x6f','\x9f','\x92','\xd6','\x80','\x1b','\x0f','\x16','\x33','\x3b','\xd3','\x05','\xcf','\x0f','\x37','\x95','\x62','\x9e','\xd6','\x0c','\xc5','\x14','\xbf','\xe2','\x9d','\x23','\x7f','\xf2','\x69','\xb1','\x9b','\x3e','\x3c','\x97','\x7e','\x90','\x2c','\xff','\x4c','\xa6','\x15','\x46','\x3a','\x6c','\xf6','\x83','\xfe','\xe8','\xfa','\x98','\x6e','\x6f','\x18','\xad','\xcc','\x0f','\xe8','\x92','\xa4','\x45','\x01','\xc7','\x3d','\x8c','\xae','\x36','\x4f','\xc7','\x80','\x17','\x05','\xbb','\x8e','\x6d','\x01','\x85','\x43','\xe0','\x7b','\xf5','\x75','\x05','\x80','\x0f','\x59','\x2a','\xb6','\x80','\xe0','\x0b','\x43','\x5f','\xcb','\x33','\xf1','\xbe','\xfa','\xe7','\x54','\x00','\x0a','\x78','\x01','\x2b','\xcf','\x78','\x0f','\x91','\x10','\xc5','\x85','\x96','\x3c','\xc9','\xb4','\x04','\xbe','\x7e','\xc1','\xe9','\xc5','\xc3','\x5c','\x1b','\x70','\x2e','\xa0','\xcd','\x65','\x95','\xcf','\x9b','\xd2','\xb5','\x6c','\x90','\x88','\x86','\xae','\xbe','\xdf','\x3b','\xdd','\xdf','\xf7','\xb8','\xdf','\x67','\x9c','\x57','\x11','\xa6','\xbc','\x4b','\xb8','\x2c','\x11','\xe5','\x38','\xe6','\xfd','\x3e','\x70','\xf9','\xdf','\xd0','\x74','\x6d','\x49','\x15','\x84','\x8e','\xab','\x0b','\x5d','\x61','\xa8','\xb0','\xe1','\x2e','\x9b','\xb3','\x9c','\x39','\xad','\x76','\xea','\x19','\x7e','\x0b','\x45','\x85','\x7c','\x1d','\x86','\xf6','\x76','\xa2','\x34','\x75','\xc0','\xfb','\x03','\x58','\x1e','\x79','\x91','\xa1','\x8d','\xa3','\x42','\x3b','\xe8','\x2b','\x65','\x8c','\x5a','\x39','\x9c','\xbe','\xd1','\xf5','\xed','\xa2','\x17','\x81','\x92','\xe2','\x9e','\x7d','\x63','\xba','\xdf','\xd8','\x2e','\x43','\xed','\xb4','\xb3','\x84','\x15','\x0b','\xe5','\x62','\xce','\x57','\xa4','\xfd','\x11','\x11','\x96','\x64','\x4b','\x1e','\xe7','\xfa','\xac','\x62','\x93','\x1c','\xbb','\xf2','\x9b','\x7f','\x68','\x14','\xd1','\xf6','\xc4','\x0a','\x0b','\x65','\x1b','\x78','\xf1','\x48','\xf6','\x04','\xcf','\x83','\xac','\x27','\x62','\xe2','\x8d','\x06','\x7e','\x3e','\xee','\xc7','\xe3','\x14','\x8b','\xf8','\x4c','\x12','\xa8','\x23','\xcf','\x62','\x31','\xb9','\x65','\x57','\xdd','\xef','\x86','\x33','\xc5','\x43','\x5f','\xd8','\x3a','\xb1','\xc4','\xd2','\x9f','\x59','\xff','\x57','\xfd','\x9e','\xea','\xe0','\x08','\x75','\xad','\xfc','\x84','\xca','\x8f','\xde','\xa7','\x76','\x44','\xb7','\x90','\x49','\x2e','\xef','\xba','\x6e','\x4d','\x0a','\x91','\x5d','\x68','\xda','\xe1','\x8e','\x1f','\x0c','\x83','\x3f','\xe2','\xa4','\xe4','\x7b','\xc6','\x9f','\x8b','\x4c','\x7d','\x25','\x8d','\xab','\xd1','\x0f','\x58','\x40','\x3f','\x9a','\x80','\x91','\x3c','\x3a','\x21','\xa6','\x23','\x5d','\xe6','\x82','\x19','\xee','\xf7','\x7b','\x79','\xf1','\xd0','\xbc','\x19','\x0b','\x63','\xa6','\x15','\x7f','\x7d','\x9a','\x5c','\x8b','\x02','\x42','\xf8','\xad','\x90','\xc2','\x2a','\x8d','\x8a','\xee','\xf8','\xc2','\x82','\x91','\x51','\x44','\x63','\xc6','\x55','\xd4','\xab','\x60','\xb6','\x17','\xcf','\xdd','\x3c','\xa2','\xcd','\xda','\x02','\xb5','\xc0','\x82','\x27','\xbc','\xa9','\x4a','\x50','\xb7','\x30','\x8a','\x07','\x05','\x1c','\x3e','\x5e','\x67','\x5c','\x2a','\x17','\x07','\xcf','\xa2','\x6d','\x9c','\x0b','\x90','\x4f','\x6e','\x22','\xb2','\x68','\xb3','\x26','\x68','\x6d','\x95','\x62','\x43','\x5f','\xe9','\x96','\x08','\xf7','\x02','\x59','\xfe','\xd8','\x8d','\x1e','\x1a','\x70','\x1a','\xa8','\x62','\xc5','\x2f','\x42','\x65','\x67','\xf9','\xfb','\xeb','\x48','\x1f','\x15','\x24','\x4f','\x4a','\xb0','\x60','\x46','\xac','\xeb','\x89','\x36','\x71','\xba','\xaf','\x15','\x60','\xeb','\x8b','\x27','\xd0','\x74','\xc0','\x78','\xf1','\x4e','\x01','\x4e','\x0b','\xf9','\x30','\xb6','\x7f','\x39','\x7d','\xcf','\xe4','\xcd','\xc1','\xd7','\xa5','\x32','\x36','\x92','\x79','\x01','\xcc','\x96','\x55','\x1c','\x34','\xf8','\x7c','\x2b','\xe4','\x01','\x9d','\xf1','\xe7','\x17','\x65','\xc4','\xb2','\x49','\xf1','\x83','\x83','\x83','\xa1','\x1e','\x67','\x15','\xdb','\x35','\x44','\xff','\x7d','\xa2','\x74','\x7b','\xc3','\xcb','\x0d','\x7d','\x41','\x55','\xab','\x71','\x82','\x31','\xfd','\xac','\xf9','\xfa','\xb8','\xd8','\x4e','\x60','\xa0','\xae','\xb6','\xa3','\x85','\x85','\x49','\xdb','\x93','\x2e','\x6f','\xb8','\xbe','\x1c','\x0f','\x4e','\x8e','\xeb','\x0c','\x6c','\xd0','\xda','\x24','\x58','\x5e','\xd9','\x15','\xcd','\x33','\x0f','\x01','\xa0','\xec','\x02','\xd8','\x68','\xb6','\x21','\xe6','\xb5','\xa3','\x64','\x3e','\x6a','\x5b','\xa3','\xcb','\xa6','\x00','\xe7','\xf2','\xa6','\x2e','\x2e','\x0e','\x6e','\x54','\xf9','\x18','\x86','\x7b','\x04','\x9c','\x92','\x4a','\xa8','\x08','\x51','\x07','\x97','\x37','\xb7','\xfc','\x8c','\x94','\x08','\xc5','\xc7','\x2d','\x3f','\xd6','\xc4','\xc6','\x1c','\x3b','\xcb','\x6a','\xa1','\xcb','\x33','\x5e','\x01','\xa6','\x97','\x60','\x71','\x24','\x22','\xc3','\x58','\xdb','\xef','\x47','\x8b','\x45','\xd5','\x45','\xea','\xb0','\x1f','\x63','\x6b','\xc4','\xd5','\xa6','\x74','\xb1','\x2f','\xb1','\xfa','\x7f','\x57','\xfe','\x92','\x5e','\xc1','\xbd','\xbb','\x90','\x95','\xf9','\xc7','\x4e','\x43','\xc4','\x01','\xd9','\xf7','\x3d','\xce','\x44','\xe8','\x73','\xb6','\x72','\xf2','\x7e','\x2b','\x95','\x67','\xbc','\x71','\x1c','\x48','\x6f','\xf6','\x79','\xdb','\x20','\x0f','\x37','\x22','\xb9','\xe7','\x81','\x7f','\x32','\x2b','\xc4','\xd8','\xc9','\x53','\xd9','\xe2','\x1d','\x91','\xe3','\x75','\xc9','\x73','\x1e','\x6d','\x54','\xae','\x68','\x8e','\x3f','\xdb','\xc2','\xca','\xe2','\xa0','\x99','\x93','\x0f','\x62','\xd9','\x90','\x28','\x84','\x7d','\xad','\x25','\x53','\x63','\x31','\x38','\x16','\x7b','\x77','\x74','\x61','\x8c','\xf9','\xef','\xa5','\x3c','\xb0','\x06','\x54','\xc5','\x6c','\x48','\xd6','\xff','\x49','\x04','\x22','\xff','\x30','\xd9','\x9d','\x44','\x10','\x22','\x5a','\x58','\x37','\x00','\xc8','\xe6','\x0c','\xce','\xed','\x25','\x00','\x8d','\x1e','\xcc','\x3f','\x49','\xa9','\xae','\x7e','\x28','\xe3','\xc8','\xf5','\x05','\x1e','\x5f','\xd2','\xcf','\xde','\x8e','\x66','\xed','\xbe','\x5c','\x32','\xd2','\xdb','\xc5','\xee','\xfe','\x6a','\x9c','\xca','\x24','\xd1','\xdc','\xff','\x42','\xd2','\x90','\x53','\x1e','\xf4','\x44','\xc2','\xea','\xbb','\xef','\x9d','\xfa','\x5d','\x5d','\xe0','\xf2','\xfc','\x20','\xdb','\x3b','\x26','\xcd','\xc6','\xb5','\xbb','\x16','\x5d','\xd3','\xc8','\xb7','\x67','\x63','\xfb','\x32','\xa6','\x58','\xa7','\xe3','\xb5','\xec','\xc9','\x7c','\xab','\xa4','\x0b','\x4b','\xbe','\x2b','\xf5','\xfc','\x8f','\x3e','\x13','\xba','\xdf','\xef','\x4b','\x25','\x28','\x14','\xa0','\xb6','\x30','\x1b','\xfd','\x54','\xe9','\x2b','\x9a','\xf6','\x04','\x10','\x72','\xc0','\xb7','\xca','\x36','\x0a','\xe3','\x57','\x61','\xec','\x9f','\x91','\x5a','\x6b','\x66','\xd9','\x6b','\x5f','\x43','\xc3','\x57','\x12','\x02','\x67','\x7f','\x16','\xc2','\x57','\x4a','\xb6','\x92','\xc7','\xbe','\x30','\x61','\xf4','\x3e','\xa9','\x6e','\x30','\xd3','\x4a','\x30','\x54','\xf8','\x77','\x4d','\x4b','\x62','\x3e','\x4a','\x20','\xf0','\x27','\xc1','\x88','\x00','\x26','\x07','\xd3','\x77','\x81','\x03','\x8b','\x24','\xf6','\xcc','\x12','\x1f','\xe9','\x7b','\xba','\xce','\xae','\xfb','\xf0','\x64','\xfb','\x97','\x45','\x4f','\x28','\xf2','\x41','\x19','\x5f','\x31','\x91','\x57','\xed','\x45','\xde','\xff','\x4a','\xb6','\x94','\xf2','\x67','\x18','\x23','\x8a','\x45','\x11','\x77','\x0b','\xd5','\x55','\xca','\x17','\x64','\xcd','\xb4','\xa3','\x72','\x04','\xc0','\x9c','\xb9','\x2a','\x7d','\x61','\x21','\x81','\x2f','\xe8','\x06','\x92','\x7a','\xc8','\xa8','\xa4','\x08','\xf0','\x85','\x24','\xf0','\xa5','\x79','\xe1','\x7f','\xb2','\xcb','\xd0','\x26','\xe0','\xbf','\xc1','\xb2','\x83','\xe5','\x63','\x50','\x86','\x62','\x21','\xc2','\xfc','\xf0','\x5e','\x2a','\xf8','\xe8','\xaa','\xc7','\x06','\x70','\xb6','\xb8','\xe3','\x67','\xbb','\x58','\xd8','\xe0','\x61','\xea','\x10','\xd0','\x6e','\x06','\x25','\x14','\x8a','\xe9','\xbe','\x0b','\xdd','\xef','\x3b','\xdd','\xdf','\x3b','\xed','\xbb','\x9d','\xf9','\x29','\xc0','\x5e','\x22','\x9f','\x5b','\x7e','\x02','\x70','\x99','\xcb','\xdb','\xe6','\x56','\x1f','\xd2','\x72','\xe3','\x8e','\x20','\x07','\xba','\xcd','\xf5','\x00','\x68','\x04','\xc8','\x55','\xa7','\xab','\xdf','\xa1','\x87','\xbb','\xee','\xab','\x75','\x90','\x17','\x9f','\x52','\xee','\x56','\x19','\x81','\x34','\x2e','\xb8','\x11','\x16','\x02','\x57','\x6f','\x64','\x63','\x6a','\xe2','\x4a','\x4c','\x14','\x47','\x11','\x7e','\x1d','\x36','\xbd','\x5c','\x79','\x1d','\x39','\x22','\x00','\x23','\x28','\x80','\x0e','\xf6','\x3d','\x2c','\x78','\xb9','\x14','\x16','\x31','\x6e','\x00','\xcf','\xa0','\x08','\xf6','\x20','\xdb','\x7b','\xa4','\x44','\x46','\xdf','\x38','\xda','\x3d','\xf6','\xb5','\x2a','\xc2','\xa5','\xd8','\xf5','\xe7','\xf2','\x28','\x05','\xec','\x6a','\x8d','\x54','\x39','\xaa','\xde','\x1e','\x8e','\x07','\xf5','\x3a','\xab','\x71','\x8e','\xe6','\xe2','\xc0','\x07','\x20','\x67','\xe4','\x8b','\xa7','\xd3','\x99','\xe2','\x73','\xf6','\x13','\xf0','\x6a','\xb3','\x79','\xd6','\x36','\x8b','\x48','\xe7','\x63','\xd0','\xd9','\x94','\x02','\x26','\xb6','\x28','\x68','\x01','\xfa','\xc7','\x46','\x43','\x73','\x04','\xbf','\x8c','\x4d','\x39','\x95','\xc7','\xcf','\x09','\x24','\xe7','\xaf','\x59','\xf9','\xd9','\x68','\xdb','\x70','\xcc','\x17','\x72','\xcf','\x7f','\xf6','\xbf','\x42','\x16','\x15','\x4f','\xe7','\x00','\x5a','\x7b','\xfb','\xee','\x81','\x69','\x7a','\x9e','\x4b','\x33','\x81','\x37','\x5a','\x82','\xa6','\xbe','\x2f','\x81','\xec','\xaf','\x80','\x5c','\x5f','\x4f','\xa8','\xf0','\xa3','\x2e','\xe3','\x18','\xf8','\x34','\x08','\xc2','\xe5','\x72','\x99','\x32','\x3c','\xab','\x10','\x4d','\x72','\x01','\xb7','\x8c','\xb1','\x81','\x67','\xef','\x3e','\x7c','\xf8','\xc1','\xb4','\x02','\xca','\xa3','\xfc','\x1c','\xeb','\xf3','\xc9','\xb7','\x14','\x10','\xae','\x04','\x0d','\xfb','\xc2','\x47','\xa0','\x0d','\x18','\xfe','\x99','\xf4','\x4a','\xd7','\x17','\xbc','\xbf','\x2c','\xc0','\x2d','\x40','\x7d','\xef','\xd4','\xb6','\x83','\xe0','\x08','\xd3','\xeb','\x07','\x63','\x38','\x3c','\x7a','\x75','\xa8','\x72','\xe1','\xd1','\x15','\x36','\x04','\xb3','\xac','\x2f','\x5f','\xc5','\xdd','\xaa','\x10','\x14','\x90','\xf1','\x65','\xfc','\xfc','\xd7','\x9c','\xfb','\x5f','\x94','\x6c','\x61','\x0c','\x10','\x9d','\xbf','\xe8','\x82','\x28','\x30','\x80','\xb6','\x3c','\xf1','\xb8','\x09','\xe3','\x80','\x33','\x97','\x6e','\x28','\xbe','\x16','\x78','\x96','\xce','\xe6','\xe7','\x51','\xbe','\x17','\xd3','\x97','\xb1','\x02','\x2f','\x9a','\x58','\x9e','\x3d','\x9e','\x25','\xa3','\xae','\x78','\xd8','\x36','\x04','\xf0','\xab','\xba','\x1c','\xcc','\xc1','\xd9','\x05','\xbf','\xdf','\xc7','\xcf','\x88','\xb8','\xd2','\xa3','\x16','\x05','\x59','\x2e','\xca','\x39','\x9c','\x06','\xbc','\x24','\xe5','\x4d','\x71','\x45','\xf1','\x2c','\x32','\x3e','\xcb','\xb9','\xad','\x6c','\x33','\x39','\x44','\xc2','\x9f','\x51','\xeb','\x1e','\xbb','\x3c','\x28','\x12','\x8b','\x7a','\x1d','\xe8','\xe3','\xee','\xb0','\xb6','\x53','\xd2','\x1a','\xe5','\x7d','\x89','\x32','\x2a','\x2c','\x74','\x64','\x2c','\x94','\x40','\x9c','\x1b','\xd1','\xb6','\xb1','\xf9','\xf4','\x6f','\x01','\x70','\x8e','\x7d','\xfa','\x95','\x88','\x69','\xe9','\xca','\x3a','\x3c','\x80','\x81','\x47','\x71','\xba','\xdd','\x77','\xea','\x1e','\xcd','\x29','\x5a','\xa6','\xed','\xcc','\x3b','\x7e','\xba','\x5d','\xc4','\x29','\xa1','\xc4','\xaa','\xe5','\x02','\x02','\x1e','\xb8','\x65','\xc9','\x04','\x5f','\x6b','\x79','\xe6','\xc0','\x95','\x0a','\xc7','\x4d','\x13','\xe8','\xa2','\x2a','\x2f','\xf5','\xdc','\x7c','\xa3','\x6a','\x5d','\x1c','\x80','\x66','\xf6','\x74','\xfa','\x94','\x4f','\x4c','\x19','\x80','\x36','\x22','\xf1','\x31','\x1c','\xb8','\x5f','\x9e','\x2d','\xa2','\x16','\xb0','\x72','\xe1','\xa7','\x09','\xfb','\x69','\x47','\x7b','\xbd','\x38','\x13','\x86','\x7b','\xc6','\xb0','\xce','\x1c','\xdf','\xe1','\x1c','\x4b','\xd7','\xfb','\x96','\xda','\xbd','\xd3','\xbd','\xed','\xd4','\x45','\x69','\xdc','\xed','\x9c','\xc5','\x7e','\xdf','\x73','\x8e','\x60','\x37','\xa5','\xd6','\x39','\x3e','\x7f','\x88','\x9b','\x46','\xa5','\xa7','\x68','\x1d','\xab','\x6c','\x23','\xe1','\x07','\xd9','\xca','\x04','\xee','\xaa','\x4a','\xfb','\xd6','\x28','\xee','\x90','\x89','\xf9','\xea','\x5a','\x0d','\x4b','\xf0','\x7a','\x51','\xd2','\x4a','\x5d','\x93','\x94','\x79','\x3d','\x0d','\x6c','\x83','\xb0','\x10','\xb1','\x0b','\x47','\x10','\x0f','\x86','\xbb','\x95','\xc2','\x21','\x4c','\xdb','\xd8','\x38','\x14','\x75','\xea','\xb5','\x5f','\x23','\x0e','\x62','\xa2','\xe2','\xc2','\x4b','\x54','\xd9','\xef','\xa9','\xf5','\x84','\xf1','\x6f','\xd2','\x26','\xad','\xbc','\xa6','\xb4','\x99','\xf2','\x73','\x79','\xbb','\xa8','\x55','\xd8','\x2f','\x3e','\xe6','\x35','\x1f','\x84','\x72','\xec','\x72','\xc2','\x9f','\x33','\xc5','\xf9','\x67','\x3f','\x8b','\xe9','\xf7','\xb0','\xf5','\x2e','\x24','\x7b','\x5a','\x36','\xb3','\xbf','\xeb','\x11','\x5a','\x5a','\xc8','\x7e','\xe6','\xe4','\x78','\xe3','\xd5','\xf7','\x9c','\xbf','\x06','\xdf','\x5b','\x74','\x05','\xd6','\xdf','\x85','\xae','\xd7','\xeb','\x52','\x66','\x94','\xb0','\x6f','\x63','\x14','\xb8','\x95','\xc6','\xf4','\x67','\xa7','\x53','\x70','\xfb','\x6c','\x1a','\xd6','\xdb','\x69','\x72','\xf8','\x0c','\x9a','\x66','\xf0','\x1a','\xe8','\xfc','\x2a','\xa9','\x6d','\xed','\xf3','\x04','\x1c','\x78','\xa8','\x1c','\x7c','\x7f','\x32','\xe5','\x2e','\x2b','\x97','\x5d','\xa6','\xdc','\x71','\x85','\xbc','\xf0','\x8f','\xef','\xfc','\x71','\x80','\x73','\x94','\x20','\x26','\x44','\x5c','\x99','\xfa','\x40','\xbb','\xfe','\x49','\x44','\x85','\xa0','\xc3','\xe2','\x7c','\x76','\x1b','\x76','\x02','\x3e','\x7f','\xc9','\xc6','\xc1','\x7e','\xfb','\x4b','\x0e','\xc4','\xb3','\x7d','\xfa','\xaa','\xbe','\xcb','\x01','\xf0','\x83','\x45','\xbe','\x86','\xb9','\xb6','\x5d','\xe1','\x96','\x37','\xc4','\xc7','\x5d','\x33','\x7b','\x4f','\x8b','\x81','\x95','\xc1','\x30','\x74','\xe3','\x26','\x16','\x9e','\xab','\x71','\xf0','\x31','\x2e','\xc6','\xbe','\x10','\xa1','\xf5','\xa5','\x00','\x4e','\x5c','\xe5','\x56','\x98','\x7a','\xec','\xda','\x6a','\x45','\x8c','\xb2','\x29','\x41','\x5d','\xd4','\x0f','\x8b','\xbf','\xb7','\xcf','\x15','\x1f','\xac','\xda','\x9e','\xa1','\xe2','\xe4','\x5a','\xbc','\xef','\x2b','\x7b','\xbb','\xb7','\x8d','\xf5','\x8e','\x1f','\x3b','\x27','\xa2','\x7e','\xfd','\x7e','\x9a','\x65','\x1e','\x07','\x86','\xb1','\x88','\x96','\xf8','\xd9','\x8c','\x6e','\x87','\x98','\xdf','\xf5','\x02','\xca','\xfb','\x08','\x6a','\xac','\xdd','\xb1','\xf3','\xeb','\xca','\x0f','\x13','\x31','\xb7','\x38','\x1f','\x81','\x67','\x0a','\x1c','\x2c','\xf9','\xa6','\xd0','\xb6','\x35','\xba','\x5c','\x5a','\x9c','\x67','\xf1','\x3b','\x9d','\x08','\x02','\x60','\x2c','\x53','\x19','\x6e','\x70','\x29','\x1c','\xc1','\x3a','\x8c','\xc1','\x69','\x1a','\x94','\xac','\x02','\xec','\x79','\x2e','\x54','\xe5','\x47','\x23','\xe1','\x1c','\x47','\x96','\x4a','\x47','\xaf','\x5b','\xa6','\x32','\x92','\xee','\xe1','\x12','\x86','\xca','\x0e','\xae','\xdb','\x8c','\x56','\x12','\x21','\xda','\x3b','\xf1','\xcd','\xea','\xbb','\x75','\xfd','\xcd','\x77','\xdf','\xdd','\x82','\x6a','\x21','\xe1','\x57','\xa2','\x0f','\x8c','\x9a','\x8f','\x49','\x02','\x2f','\x96','\x77','\x3e','\xb9','\x56','\x29','\x5c','\x51','\x01','\x9c','\x18','\xc6','\x82','\x1b','\x90','\x98','\x05','\xc5','\x27','\xaf','\xd7','\x9d','\xbd','\xf9','\x6e','\x8e','\x3f','\xbc','\x18','\x3f','\x6f','\x2f','\xe5','\x6f','\x31','\x45','\x85','\xf4','\x1c','\x5e','\x5c','\xe6','\x8a','\x80','\x20','\x15','\x06','\x66','\xf3','\x06','\x39','\x0a','\x0f','\xc7','\x9c','\x81','\x13','\xc6','\x3a','\x57','\x18','\x0e','\x33','\x3d','\xd9','\x2f','\xf6','\xb9','\x76','\x6d','\xe6','\x0e','\xab','\xca','\xcf','\x76','\x69','\xa7','\xe7','\xae','\xcb','\x05','\x9d','\xd0','\xc5','\x90','\xa7','\x7e','\xbf','\x57','\x77','\x97','\x37','\xb0','\xfc','\x48','\x79','\x73','\x29','\x3b','\x0b','\xbd','\x0f','\xc8','\xf3','\xd3','\xa5','\x2f','\x68','\x63','\xe9','\x76','\x78','\x39','\x64','\x5a','\x05','\x79','\x23','\x5a','\x9c','\x01','\x2a','\x85','\x16','\xcd','\x80','\xe6','\xcf','\x0f','\x9b','\x34','\x66','\x9e','\x45','\xc8','\x01','\x9e','\x7a','\x50','\x2e','\xbc','\x31','\x0e','\xf8','\x0b','\x69','\xdc','\xe3','\x18','\x4f','\xf9','\x80','\x11','\x36','\xea','\x12','\x5e','\xe5','\x7c','\xaa','\xb2','\x39','\xbd','\x2c','\x78','\xea','\x0a','\x14','\x32','\xe0','\x41','\xee','\xf1','\xe1','\x99','\x25','\xa8','\xa6','\x27','\x46','\x07','\x84','\xd8','\xb4','\xbb','\xf2','\xa0','\x7f','\x09','\x16','\x86','\x91','\x18','\xb5','\x97','\xb2','\x98','\x22','\x0d','\x66','\x5e','\x40','\x25','\xa8','\xf4','\x80','\x6b','\xd6','\x67','\xd3','\xeb','\xfc','\xf9','\x4c','\x69','\xbf','\x42','\x62','\x58','\x68','\xf2','\x7f','\xdc','\xab','\x46','\x9a','\x08','\x00','\x68','\x14','\xec','\xfe','\xf1','\xf4','\xd2','\xda','\xb9','\xea','\x2f','\x4d','\x87','\x54','\xff','\xcc','\x70','\x8c','\x4a','\xfa','\xf0','\x85','\xfd','\xdf','\x27','\xfa','\xf2','\x54','\x77','\x47','\xa2','\x0e','\xc5','\xab','\x62','\x92','\x11','\x82','\x88','\x28','\xee','\x84','\xf1','\x88','\xf8','\xe1','\x4e','\x01','\xa1','\xb0','\xa7','\x66','\x22','\x48','\x0b','\xf7','\x30','\x8a','\x71','\x45','\x7f','\x73','\x6f','\x52','\x18','\x1f','\x60','\x1e','\x47','\x18','\xed','\x91','\x11','\x46','\x00','\x36','\xfc','\xec','\x1f','\x64','\x7a','\x58','\xdb','\x80','\xf4','\x40','\x30','\x65','\x95','\xa7','\x62','\x43','\xc3','\xfb','\x61','\x25','\x52','\x85','\x2d','\x65','\x96','\xc9','\xfa','\x2e','\x44','\x9c','\xe7','\x42','\xdc','\xf2','\x83','\xbb','\xbb','\xf3','\xd9','\x1e','\xaa','\x03','\x31','\x00','\x5d','\xb5','\x28','\x49','\xdc','\xef','\x73','\xbf','\x69','\xc4','\xb7','\xaa','\xb0','\x69','\x7b','\xab','\xe5','\x47','\x0b','\x6b','\xcc','\x7a','\xc7','\x8f','\xef','\x92','\x87','\x95','\xaa','\x2a','\x3f','\x1e','\x7a','\xf7','\xfa','\xb6','\xd9','\x66','\x97','\x50','\xdf','\x99','\xf6','\xd6','\x89','\xc9','\xce','\xc7','\x80','\xb5','\xa8','\x34','\x35','\x14','\x40','\x58','\x57','\x0f','\x80','\xf9','\x33','\x11','\xf9','\xb0','\x5c','\x16','\xa7','\xef','\x41','\x2e','\x5f','\x53','\x0d','\xb4','\xe7','\xd9','\x06','\x6f','\x53','\xb5','\xec','\x8d','\xbc','\x1a','\x2e','\x9b','\x83','\x7b','\xdb','\xb9','\x25','\x46','\x09','\xe0','\xe1','\xc7','\x73','\x3e','\xa8','\x10','\x4b','\x1e','\x99','\x71','\xc2','\x51','\x5f','\xa7','\xf3','\xb8','\x3c','\x7c','\x7e','\xf0','\xfe','\xd3','\xc9','\x88','\x11','\x77','\x39','\x2d','\xb2','\x34','\xb3','\xb8','\x36','\x26','\xea','\x8d','\xa8','\x01','\x3d','\xb3','\x88','\xda','\x50','\xb5','\x9e','\x85','\x73','\xf3','\xab','\xad','\x3a','\x6a','\x66','\x7e','\x27','\x4a','\x2b','\x8e','\xd5','\xef','\x67','\x11','\xc3','\x85','\xd3','\x7f','\x8b','\xb1','\xac','\x63','\x9a','\xae','\xac','\xcf','\x8c','\x8a','\x4c','\x4f','\x3e','\x92','\xca','\xd4','\xb6','\x36','\xa9','\x6c','\x68','\xe9','\xf2','\x76','\x69','\xb4','\x5d','\xf8','\x61','\xd0','\xa9','\x51','\x09','\x2e','\x77','\x94','\x49','\x0d','\x78','\xa0','\xe7','\xd9','\xba','\xdd','\xc9','\x96','\xef','\x14','\x46','\x43','\xf9','\x29','\x8b','\x67','\xe5','\xc3','\x07','\xc6','\xf4','\x45','\xed','\xf8','\xe9','\x1a','\x46','\x8b','\xee','\x51','\x61','\xe3','\x9c','\x3a','\xaa','\x75','\x58','\x4e','\x9e','\xb2','\x18','\x13','\x28','\x40','\x7e','\x50','\x08','\xd3','\xfb','\xfb','\xfb','\x59','\xad','\xa5','\x9d','\x04','\x6d','\xcd','\x07','\x8b','\x19','\x10','\xcf','\x79','\xfd','\xd3','\x53','\x35','\x7e','\xa4','\x51','\xcf','\xbe','\xc4','\xf3','\xea','\xbb','\xd0','\xa4','\xb3','\x07','\x50','\x11','\xe6','\xf9','\x70','\x47','\xc6','\x17','\xd7','\x4a','\xe4','\x19','\x3f','\xac','\xaa','\x46','\x3e','\x8a','\x30','\xd9','\x8b','\xc9','\xba','\x26','\xdb','\x73','\xb5','\xcd','\xa3','\xba','\x4e','\x32','\x55','\x00','\xc8','\x99','\x7d','\xc1','\x51','\x7a','\xa2','\xe2','\xe2','\x31','\x84','\x42','\x90','\x12','\x99','\x7b','\x4d','\x2d','\x3c','\x94','\x20','\x7b','\xf1','\xd9','\xa1','\xf8','\x3c','\x0f','\x1e','\x29','\xfc','\x7f','\x42','\x1a','\x27','\xfc','\xab','\xdb','\x7c','\x06','\x0a','\x93','\xe2','\x5e','\xae','\xfe','\x26','\xbe','\x48','\x11','\x91','\x07','\x51','\xc8','\xe9','\x9d','\xd6','\x3a','\x7d','\x07','\x2c','\x72','\x5f','\x41','\x92','\x27','\xcb','\x58','\x82','\xe8','\x97','\x2b','\x78','\xb0','\xa0','\x0d','\x1f','\x18','\x7f','\xf9','\xa0','\xb2','\xbd','\xfc','\xe1','\x64','\xc1','\x17','\x5b','\x40','\x43','\xb1','\xb1','\x39','\xd1','\x9a','\x02','\x67','\x07','\x7a','\xfd','\xde','\xf5','\x8e','\x93','\xa1','\x7b','\xd3','\xfc','\xf1','\xb6','\xe0','\x10','\x12','\x15','\xf0','\xbc','\x6e','\xa6','\x32','\x47','\x09','\x76','\x00','\x98','\xc6','\x17','\xfa','\xc3','\xbe','\xcb','\xf8','\x19','\xc1','\x9a','\xd5','\xe0','\x40','\x8e','\x1c','\x38','\x64','\x99','\x05','\xd4','\x85','\x12','\x44','\xe6','\x5e','\x05','\xee','\x70','\xe4','\x0a','\x7c','\x56','\x18','\xd4','\x65','\x3d','\x83','\x70','\xb9','\xd4','\x60','\x07','\xdb','\xb6','\x85','\x22','\xe9','\xf2','\x07','\x37','\x68','\xb0','\x1f','\xa1','\x54','\x19','\xb0','\xdb','\xef','\xe6','\x52','\x75','\xdb','\xe3','\xae','\x9f','\x72','\x4e','\xd7','\x5d','\x5f','\xdc','\x3d','\x6e','\x11','\xb4','\x42','\x2f','\x51','\xe4','\x38','\x1b','\xb1','\x77','\x2e','\xe7','\x82','\xb6','\xa6','\xbb','\xcf','\xd7','\x6f','\x1b','\xbd','\xbd','\x6d','\xea','\xf6','\x2c','\x42','\x7d','\x6f','\xd4','\xf6','\x4e','\xcc','\x9d','\xe8','\xb6','\x93','\x9f','\x03','\xce','\x7b','\x9e','\x2a','\xcf','\x86','\x3c','\x8d','\xe7','\x81','\x3c','\x21','\xd7','\x62','\xec','\x20','\x71','\xf9','\x57','\xa6','\x8d','\xfa','\x69','\x9d','\x48','\xd2','\x17','\x57','\x27','\x36','\xcd','\xce','\x15','\x22','\xa4','\x15','\xfb','\x0b','\x3c','\xbc','\x4f','\x69','\xf5','\x39','\x9f','\xf7','\x19','\xd5','\xb2','\x77','\x32','\x1f','\x41','\xa9','\x6d','\xe3','\x74','\x76','\x17','\x0f','\x14','\x73','\x52','\xe6','\xa4','\x08','\xc1','\xc3','\x47','\xab','\xfa','\x79','\x3a','\x40','\x81','\xce','\xf7','\x8b','\x37','\x42','\x16','\x37','\x0e','\xe5','\x27','\xad','\xa6','\xe9','\x12','\x17','\x81','\x6e','\x7c','\x98','\xdd','\x42','\xf6','\x95','\x6b','\x19','\xb8','\x76','\xc4','\xdc','\x21','\x2a','\x6e','\x90','\x1e','\xb6','\x3b','\xc7','\x52','\xca','\xe6','\x8d','\xb7','\x20','\x83','\xba','\xd8','\x68','\xad','\x98','\x4f','\x68','\x1e','\xff','\x23','\x82','\x3f','\xb1','\xe8','\xfb','\xb1','\x07','\x57','\xc6','\x26','\xf9','\x00','\xe7','\x01','\x57','\x5e','\x2c','\x87','\x6d','\xb0','\xfe','\x76','\x91','\x72','\x47','\xdb','\x6e','\x67','\x7e','\x3c','\x2a','\xe5','\xb2','\xbd','\xcb','\xcf','\x72','\x98','\xf5','\xf1','\x7c','\xf8','\x01','\xe9','\x51','\x1b','\x4f','\x1f','\x9e','\x16','\x5a','\xbe','\xee','\x7b','\x9f','\x36','\x3f','\x6e','\xb7','\xdb','\x79','\x10','\x04','\x22','\x9a','\x2e','\xcf','\x0c','\x97','\xb8','\x49','\x62','\xfd','\x05','\xd2','\xb0','\xe8','\x4f','\x9f','\x99','\xa8','\x72','\xf4','\x58','\x40','\x2e','\xb0','\x2f','\x5b','\x83','\x3e','\x9c','\xbe','\x8e','\x83','\xbf','\x22','\x4c','\xf6','\x5c','\xe8','\xf0','\x7d','\x58','\xf4','\x56','\x8b','\x41','\x01','\xc6','\x8c','\xac','\xe6','\xf4','\x1d','\xa8','\x1b','\x02','\xda','\x16','\x57','\x10','\x9a','\xb8','\x4e','\x9c','\x9a','\xba','\xff','\x8e','\xe9','\xd9','\x39','\xbc','\x58','\x10','\x74','\x77','\x15','\xc0','\x23','\x02','\x52','\x4e','\x77','\x20','\x54','\x96','\xaa','\x1f','\xae','\xd0','\xa1','\x45','\xee','\x57','\x4c','\x8f','\x78','\xeb','\xab','\x14','\x9f','\x47','\x79','\xc4','\x2e','\x7c','\x0c','\xcb','\x8e','\x55','\xcf','\x0a','\x1c','\x3c','\xcc','\x75','\x00','\x6b','\xcc','\xd3','\x16','\x4d','\x75','\x90','\x44','\x54','\x14','\x08','\xfd','\x5a','\x2d','\x07','\x98','\x9f','\x48','\x60','\x43','\x42','\x52','\x41','\xc6','\xb6','\x1b','\xd8','\x2a','\xfd','\x98','\xd7','\x2e','\xc8','\x1c','\xea','\x4f','\xd9','\xfd','\x4f','\xeb','\x53','\x6d','\xcb','\x74','\x6e','\x64','\xe8','\x07','\x2a','\x6e','\x3c','\x00','\xa7','\xe4','\x49','\x8b','\x06','\x76','\xf1','\xcb','\x31','\x37','\xba','\x5e','\x0d','\xdc','\x14','\xe5','\x47','\x02','\x28','\xce','\x85','\xa4','\x20','\x53','\xeb','\x82','\x84','\xc5','\x67','\xbf','\x75','\x8b','\xe2','\x94','\x4a','\x92','\x5b','\x37','\xc2','\x6d','\x51','\x52','\xf9','\xf1','\xe0','\x0b','\x6d','\xe3','\x3c','\xc7','\x12','\x72','\x51','\x82','\xfe','\xbe','\x43','\xde','\xec','\x20','\x79','\x46','\x3b','\x6b','\x01','\x24','\x53','\x59','\xdb','\xa9','\xef','\xea','\x1a','\x35','\x8f','\x51','\x02','\xea','\x62','\x0d','\x78','\xc0','\xa0','\x4b','\x76','\x07','\x59','\x8c','\x98','\xd4','\x8b','\x3b','\x84','\x41','\x03','\x6a','\x0b','\x8c','\x0c','\x7a','\x18','\x6e','\x3a','\xb8','\x72','\x82','\xc0','\x39','\x16','\x92','\x75','\x0d','\xa5','\x7d','\x51','\x96','\xf5','\x7d','\x1a','\xd3','\xc8','\x67','\x21','\x1b','\x06','\xde','\x5e','\xa5','\x2f','\x15','\x6d','\xab','\xc2','\x4e','\xea','\x4f','\x36','\x4c','\xdc','\xa2','\x50','\x86','\x55','\xc1','\xe8','\xc3','\xda','\x49','\x94','\x1b','\x08','\x54','\x69','\xfd','\xdd','\x57','\x50','\xdc','\x38','\x90','\xfa','\xd7','\x96','\x9c','\x62','\xed','\xf1','\x79','\x2c','\x2b','\xc5','\x00','\xcb','\x33','\x86','\xe3','\xa1','\xbc','\x92','\xc6','\xf7','\x1f','\xad','\x8f','\x8d','\xc2','\xed','\x0d','\xe5','\x43','\x04','\x3c','\x58','\x15','\x74','\xa2','\x74','\x88','\xcb','\x65','\x49','\x4b','\x2e','\xca','\xe8','\x12','\xf8','\x24','\xe4','\x59','\x16','\x26','\x43','\x59','\x25','\x3d','\xc1','\xa3','\x7f','\xdd','\xa4','\x4c','\xb3','\xb2','\x00','\x9d','\x06','\x41','\xd8','\xb6','\x6d','\x3a','\x03','\x34','\x2a','\x44','\x5e','\x3e','\x11','\x2d','\x99','\x65','\xfa','\x69','\x1a','\x98','\x27','\x27','\xd4','\x62','\x40','\xf3','\xe3','\xa9','\xaa','\x9e','\xf9','\x9f','\xa8','\x8a','\x07','\x46','\x4d','\x0f','\x70','\xd2','\x8b','\x51','\x99','\xaa','\xcf','\xe6','\xc1','\x6a','\x30','\xef','\xcd','\xf2','\x6b','\x2e','\x3f','\xdf','\x2d','\x1d','\xec','\x1c','\xf9','\xaf','\x06','\x90','\x56','\x7e','\xcc','\x8f','\xe4','\x41','\xcd','\x69','\x75','\xc9','\x03','\xc5','\xc3','\x85','\x1c','\x57','\x59','\xa5','\xf5','\x73','\xe4','\x39','\x33','\x6e','\xc7','\x62','\xca','\xb0','\x5b','\xf9','\x60','\xb2','\x97','\x36','\x9d','\xf0','\xd6','\x41','\x73','\xcb','\xe7','\x73','\x9a','\xfc','\xcc','\x52','\x07','\x41','\xdf','\xc1','\xb6','\xa4','\xe7','\x23','\x9a','\x07','\x29','\x00','\x46','\x62','\xd4','\x50','\x54','\x27','\x25','\xd5','\x17','\x52','\xb8','\xa9','\x7c','\xa0','\x60','\xf0','\xd7','\x33','\x24','\xfb','\xac','\x42','\x71','\xb4','\xd9','\xf1','\x91','\x0a','\x47','\xfe','\x1e','\x49','\xf9','\xd5','\x9a','\x9d','\xac','\x17','\x7b','\x81','\xdf','\xc2','\x85','\x87','\x89','\xb6','\xc6','\xba','\x8b','\x4e','\x3c','\xb9','\x54','\x74','\x18','\xc3','\x49','\xf1','\xf1','\xbf','\xf6','\xa1','\xd4','\xe9','\x96','\x13','\x44','\xae','\x43','\x37','\x7d','\xef','\xdc','\x77','\xd5','\x97','\x65','\x9f','\x75','\xd3','\xea','\xc1','\xc4','\xe4','\x11','\x9f','\x6a','\x01','\xa3','\xc5','\x27','\x76','\xb3','\xe1','\x33','\xba','\xfa','\x54','\xe5','\xc7','\x64','\x0d','\x67','\x39','\x0e','\xfa','\xb6','\x8d','\xe3','\x9c','\x8f','\xfb','\xf3','\xbb','\xf2','\x11','\x6d','\x34','\x02','\x9e','\xf1','\x6e','\x84','\x64','\xde','\x55','\xf9','\xb9','\xc5','\x1d','\x3f','\x68','\xbd','\xb0','\xcc','\x11','\x18','\x41','\x48','\xa4','\xdb','\xf9','\x07','\x8e','\xc0','\x15','\x63','\xc0','\x83','\x4e','\x14','\xbb','\xc5','\x64','\x80','\xdc','\xf1','\xbe','\xdf','\x29','\xc4','\x4c','\xd4','\x7a','\x0b','\x77','\x39','\xbd','\x99','\xbe','\x91','\x2b','\x14','\x77','\xee','\x44','\x37','\x57','\x82','\xc0','\xcd','\x0b','\x68','\x44','\x44','\xe1','\x62','\xf5','\xb2','\x5c','\x43','\xde','\x70','\x81','\x01','\xa6','\xdf','\x59','\xc9','\x60','\x1c','\x32','\x7f','\x68','\xe1','\xa8','\x53','\xf9','\xd0','\x66','\xf0','\x90','\xaf','\xae','\xd1','\x73','\x05','\xc3','\x23','\x1f','\x00','\x21','\xfc','\x60','\x73','\x26','\x7b','\x2a','\x9d','\xa6','\xc4','\xe3','\x64','\xff','\x01','\x28','\x93','\x17','\xdf','\xe6','\xab','\x2f','\x4e','\xda','\x01','\x0c','\xc7','\xbe','\xd8','\xc3','\x63','\x9c','\x4b','\x83','\xc3','\x7f','\xb8','\x7b','\x61','\xa5','\x8f','\x1c','\xcf','\xc6','\xd6','\xae','\xd0','\x12','\xae','\x2d','\x3c','\x64','\x9e','\x86','\x2e','\x36','\x30','\xc6','\x79','\xbf','\xa8','\x0c','\xaa','\xf0','\x3f','\x21','\xae','\x1e','\x01','\x9a','\x13','\x05','\xc9','\xa3','\x67','\x6e','\x17','\xa6','\xed','\xa2','\xae','\xb0','\x71','\xe6','\x07','\x82','\xa1','\xe4','\x3d','\x59','\x04','\xcf','\x6a','\x99','\xc1','\x5f','\x6e','\x91','\xb6','\x60','\x35','\x5d','\xd4','\xe5','\x6d','\xdf','\x25','\xfa','\x5a','\x0e','\xf2','\x8f','\x32','\x19','\xca','\x19','\x2b','\xaa','\x6c','\xf1','\x41','\x1e','\xfd','\x8a','\x75','\x6c','\xaa','\x5a','\x8e','\x7f','\x3a','\x7c','\xf8','\xb8','\x0a','\xa4','\x29','\xc9','\x3a','\xa2','\xf5','\xc3','\x8b','\x50','\xf3','\xd0','\xe0','\x1c','\x71','\xe5','\xef','\x98','\xdc','\xec','\x89','\xe9','\x99','\xdd','\x9f','\x5f','\x2e','\xb1','\x2e','\xc0','\x5f','\x6a','\x09','\xfa','\x48','\x33','\x46','\xda','\x02','\x0e','\x07','\xb9','\xad','\x79','\x9b','\xe7','\x3d','\xdb','\x62','\xf1','\xcc','\x5f','\xdd','\xd2','\xbf','\x63','\x72','\xa0','\xa1','\xdf','\x0a','\xd5','\x1d','\x84','\xda','\xd7','\x19','\x8b','\x1c','\xf8','\x94','\x4b','\x60','\x9f','\x67','\xab','\xff','\xdb','\xa5','\x33','\x77','\x33','\x12','\xdf','\x35','\xa4','\x00','\xc3','\x8d','\x5b','\xb9','\xe0','\x74','\xf7','\x60','\x07','\xb6','\xa8','\x3a','\xf0','\x5e','\xc2','\x5a','\x19','\xc6','\x14','\x76','\x90','\x43','\x39','\x11','\x5d','\xa8','\x1b','\x13','\xf9','\x3d','\x44','\x44','\xa4','\x16','\x0b','\xf4','\x55','\x85','\xed','\xdc','\xa2','\xbb','\x9c','\x4d','\x55','\x5c','\xec','\x27','\x8d','\x09','\x95','\x9f','\x68','\x4a','\x51','\x72','\x8a','\x92','\x46','\x02','\x79','\x11','\x48','\xa4','\xe2','\x82','\xe7','\x5b','\xb9','\x31','\x6d','\x2d','\x2f','\xc5','\xf4','\x0b','\x0c','\x3d','\xcc','\xb4','\xa7','\xd1','\x1a','\x51','\x88','\xe8','\x9b','\x68','\x0e','\x68','\x76','\x8d','\xf2','\xb6','\xdf','\x3a','\xdd','\xef','\xbb','\x85','\xbf','\x46','\x12','\x99','\xe5','\x27','\x42','\xdc','\xea','\xe6','\x9b','\x2a','\x2c','\x4d','\x15','\x9f','\xad','\x99','\x0b','\x50','\xce','\x38','\xb1','\x08','\x65','\x68','\xf9','\x21','\xe2','\x38','\x63','\xa4','\xae','\x8e','\xb0','\x4b','\x7d','\x69','\xd4','\x2e','\x6c','\xb7','\xa3','\x8b','\x5a','\x89','\x1a','\xd3','\x8d','\x99','\xee','\xf7','\x9d','\xfa','\x9d','\xe2','\x9e','\x15','\xa4','\x31','\xb3','\x24','\x00','\x7e','\x75','\xe1','\x2b','\x28','\xda','\x68','\x7c','\xc2','\xca','\xd9','\x43','\x53','\x10','\x59','\x43','\x7c','\xb7','\xcd','\x03','\x4e','\x10','\x9c','\x8d','\x12','\x42','\x4d','\xbe','\x59','\xfb','\x50','\x57','\x4b','\x35','\x73','\x25','\x73','\x8c','\x8e','\x05','\x79','\x0f','\xed','\x40','\x30','\x69','\x45','\x95','\xe7','\x3f','\xcb','\x9a','\xf2','\x60','\xf9','\x4b','\xa5','\x2f','\x81','\xb9','\xf7','\xa5','\x53','\xde','\xb1','\xe4','\x73','\xa1','\x0b','\x59','\xa4','\x4f','\x22','\x24','\xe8','\xd7','\x79','\xb8','\xa8','\xf2','\x13','\x9b','\x25','\x44','\xf3','\x86','\x29','\xae','\x31','\x60','\x31','\x5e','\x29','\xa4','\xa7','\x35','\xe5','\xf4','\x3e','\x5f','\x3e','\x4e','\xba','\xe6','\xbc','\xe8','\x6e','\x6f','\xdb','\xa5','\xd1','\xf5','\xda','\xf2','\xcc','\xcf','\xd6','\x2c','\x6c','\xa2','\xe6','\x76','\x05','\x73','\x2a','\x72','\x68','\x84','\x98','\xa5','\xd7','\xdd','\xdd','\xd2','\x02','\x54','\x2f','\xac','\xae','\x6d','\xb1','\x19','\x92','\xac','\x9f','\x85','\xa3','\xcc','\xc3','\xc6','\xff','\x1d','\xd2','\xa0','\xff','\x09','\x11','\xb5','\x6d','\x9b','\x68','\x78','\xb9','\x5c','\x96','\x06','\x9d','\x62','\xf2','\xd9','\xf7','\xbd','\xbc','\x38','\x5e','\x28','\xf4','\x28','\x8d','\x0b','\xeb','\x47','\x94','\xc8','\x51','\x76','\x3e','\x97','\x1f','\x75','\x6f','\x6c','\xc0','\x0b','\x85','\x32','\xc1','\xd9','\x05','\x7b','\x4d','\x64','\xd2','\x24','\xeb','\x6e','\xd4','\xba','\xdc','\x69','\x91','\x3c','\x6f','\x7c','\xd6','\xbf','\x6c','\xfc','\x73','\x69','\xb5','\x53','\xb4','\xca','\xb1','\xbc','\xc5','\xfb','\x7b','\xb8','\xc3','\x3d','\x48','\x45','\x40','\x5b','\x2a','\x8b','\x58','\x08','\x0d','\x07','\x33','\x35','\x5a','\x4d','\xd0','\x58','\x8e','\xc7','\x23','\x28','\xe9','\xe5','\x8d','\x75','\x1e','\x74','\xf7','\xaf','\x2f','\x3b','\x40','\x6a','\x4c','\x1a','\xcb','\x01','\xef','\x14','\xd0','\x27','\xb3','\x50','\x87','\x0f','\x93','\xa2','\xe4','\x83','\x55','\x50','\x30','\x47','\x51','\xa7','\x55','\x3f','\x99','\x16','\x45','\x7f','\x4d','\x7a','\xc0','\x37','\xdf','\x65','\xc6','\x0c','\x0a','\xc0','\x80','\xb1','\x0d','\xc0','\x53','\x1e','\x1c','\x26','\x0c','\x7d','\xac','\x74','\xc6','\xe8','\x41','\xc5','\xf2','\xc3','\xf0','\x3e','\xb4','\x1f','\x77','\xd5','\x05','\x2a','\x4b','\xeb','\x0a','\xc5','\x3c','\xc3','\xa5','\xd6','\x65','\xa4','\x10','\x28','\x15','\x00','\x34','\xcb','\xca','\xb4','\xec','\xaa','\x94','\x3c','\xae','\xd8','\x94','\xf1','\x44','\xe5','\x07','\xbf','\xf8','\x6f','\xa0','\xfc','\x60','\x79','\xf3','\xbd','\x44','\xd0','\x0f','\x4b','\x6a','\x1d','\xd9','\x32','\x9a','\xd3','\x05','\x94','\x9f','\x2d','\x83','\x24','\x88','\xd8','\x2e','\x32','\xee','\xf8','\x8a','\xf5','\xd9','\xdd','\x72','\x45','\x77','\x70','\xf5','\xbc','\x8f','\x05','\x3c','\xd8','\x77','\xea','\x76','\xc1','\x27','\x46','\x6e','\xf3','\xbc','\xdd','\x22','\xc1','\x39','\x18','\x6d','\x2d','\xdd','\xf0','\x3c','\x9c','\x6e','\x8c','\x97','\xa4','\xb5','\x88','\x88','\x88','\x3c','\xb4','\xb9','\x95','\xd9','\xef','\x42','\x3b','\xa9','\x25','\xe8','\x02','\x71','\xaf','\x2f','\xdc','\x86','\xfb','\x55','\xec','\xfc','\x50','\x6f','\x24','\xbc','\x07','\xe1','\x71','\x97','\x9d','\x59','\xdb','\xdb','\xec','\xf3','\x63','\x24','\x39','\x0e','\x2c','\x6c','\x8a','\x0c','\x7f','\x4b','\xb6','\x51','\xfc','\x88','\x8e','\xc9','\x76','\x6d','\x74','\xb9','\x28','\xd0','\x24','\x52','\x2c','\xa2','\x01','\x24','\x7a','\x8c','\x61','\x58','\xca','\x06','\x45','\x55','\x0b','\xae','\xe3','\xec','\x34','\xf2','\xc8','\x94','\x69','\x3d','\xc4','\xb3','\x62','\xd9','\x50','\x57','\xc8','\xa0','\x65','\x40','\x80','\x2f','\x9a','\xf5','\x53','\x9b','\x17','\xc0','\x17','\x27','\x02','\x17','\x94','\x53','\xe6','\x29','\xb6','\xd2','\x7f','\xcb','\xf9','\xed','\x73','\x35','\xeb','\x8d','\x21','\xb5','\xc5','\x51','\x44','\xc2','\x3d','\x4e','\xcb','\x19','\x6c','\x3d','\x78','\x1e','\xea','\x59','\x46','\x70','\xc5','\x17','\xbd','\x68','\xa0','\x7c','\x5f','\x13','\x56','\xa5','\x45','\xdb','\x61','\x5c','\x5c','\xe9','\x5f','\x33','\xd2','\xf8','\x39','\xf9','\x3f','\x8c','\x8f','\xe3','\x70','\x9e','\xb6','\x9d','\xf5','\x82','\x53','\x53','\xc4','\x2f','\x57','\xfd','\x7f','\xbb','\x6e','\xb4','\x6d','\x7a','\x01','\x72','\xd0','\x1e','\x34','\xcb','\x23','\x4c','\x13','\x4d','\xf0','\x8d','\x8f','\x4e','\x16','\x8d','\x73','\x50','\x7e','\x16','\xed','\x0c','\x99','\x08','\x3f','\xca','\x6c','\x06','\x4c','\xb9','\xfc','\xca','\x3c','\xfd','\xea','\x34','\x75','\x60','\xf8','\xe9','\xa5','\x1f','\x9e','\xaa','\xac','\xac','\x01','\x44','\x34','\x9d','\xf5','\x61','\xe6','\xe5','\xf9','\x1f','\x22','\x50','\x80','\x56','\x37','\xa5','\x16','\x2d','\xea','\x7b','\x80','\x8b','\x5f','\x31','\xc5','\xa4','\xa6','\x3f','\x97','\xd1','\x3e','\x9d','\xea','\x04','\xfa','\xca','\x33','\x41','\x08','\xac','\xce','\x32','\x2c','\xf3','\xb1','\xef','\x0d','\x79','\x56','\xd8','\xcf','\x73','\x01','\x98','\xb2','\xcd','\x76','\x90','\x16','\x4a','\x50','\xbc','\x34','\xfc','\x1d','\xdb','\x41','\x8b','\xe7','\xff','\x24','\x4d','\x47','\xf4','\xf1','\x1d','\x61','\x07','\x67','\x9e','\x17','\x80','\x61','\xbc','\x87','\x0b','\x10','\xbb','\xe0','\xf6','\xe5','\xb9','\x16','\xfe','\xe1','\xe1','\xf8','\x9e','\xf3','\x70','\xc1','\x37','\x93','\x7b','\xeb','\x57','\xf2','\x4f','\x80','\x6a','\xa8','\x8f','\x92','\x62','\x6e','\xed','\xc0','\x1b','\xc1','\xdd','\x5d','\xca','\xad','\xf7','\x71','\x50','\x78','\x5f','\x1f','\xa2','\x95','\xf1','\xb3','\x0c','\x90','\xc6','\x2d','\x2b','\x04','\xa0','\xd8','\x1a','\xe0','\xa0','\x04','\x81','\x57','\xcc','\xbd','\xf1','\x3b','\xd5','\xa1','\x59','\xd5','\x41','\xe3','\xef','\x92','\x0a','\x5b','\xb1','\xf0','\x10','\x25','\x58','\xed','\x02','\xf9','\xbd','\x8d','\xd9','\x4e','\xc1','\x97','\x86','\x8a','\xe3','\x23','\xeb','\x79','\x19','\x3d','\xcc','\xdc','\xe8','\xfa','\xed','\x12','\x4a','\x47','\xf3','\x33','\x34','\xb9','\xcb','\x52','\xb0','\x2a','\x02','\x32','\x04','\x27','\x7d','\x17','\xba','\xdf','\xf4','\xfe','\x98','\xdd','\x02','\x4e','\xc4','\xc1','\x6e','\xd0','\x34','\xdd','\x3d','\x0e','\x43','\x91','\xbb','\xab','\x5a','\x46','\x7a','\x23','\x00','\xe2','\xd6','\xcf','\x88','\xe2','\x46','\x31','\xaf','\xa6','\xbd','\x05','\x71','\x65','\x81','\x74','\x77','\x9a','\x89','\xa8','\x13','\x6d','\x57','\x0e','\xd0','\xa6','\xca','\x8d','\x9d','\x6b','\x6a','\xac','\x1b','\x7f','\x66','\x59','\x89','\xb1','\x6e','\x93','\xff','\xc3','\x38','\x82','\x87','\x49','\x5e','\xc8','\x8e','\xab','\x10','\x53','\xde','\xad','\xb2','\xd9','\xb8','\x6c','\x97','\xcd','\x00','\x4c','\x27','\xe6','\x9d','\x88','\x98','\xf6','\xfb','\x1e','\x1b','\x62','\x6c','\x61','\xc1','\x3d','\xcc','\x3b','\x09','\xc1','\x99','\xa0','\x06','\xa5','\xdb','\x6f','\x56','\x13','\xba','\x20','\x49','\xa7','\x72','\x8e','\x08','\xa7','\x77','\xed','\x02','\xe7','\xa0','\x7f','\x76','\xce','\x1f','\xec','\x33','\xd5','\x0f','\x6b','\x30','\xfb','\x8a','\xb8','\x3b','\xca','\xab','\xfc','\xc5','\x25','\x83','\x7a','\x56','\xd4','\xb9','\xe5','\x7f','\xca','\xc6','\xe9','\x2b','\x7d','\x77','\xbc','\x34','\xb6','\x66','\x34','\xfd','\x8c','\x78','\x7e','\x81','\xb1','\x0e','\x37','\xc8','\x64','\xfc','\x3a','\x3c','\x38','\xe0','\x45','\xe7','\x70','\xcc','\x1f','\x11','\x1e','\x4d','\xf9','\xd9','\x2e','\xea','\x0e','\x1b','\x9b','\x24','\x97','\x46','\xbc','\xa5','\x4b','\xea','\xdc','\xa4','\xe3','\xb1','\x73','\x9e','\x73','\x6b','\xe6','\xbe','\xa7','\x1c','\x58','\x06','\x98','\xc1','\x65','\x72','\x59','\xc7','\xa2','\xcf','\x0b','\x1e','\xfe','\x2b','\x26','\xe5','\x4f','\xdc','\x1d','\xca','\xdf','\x7a','\xaf','\x41','\x10','\x44','\x84','\x6e','\xb7','\xdb','\xd2','\xa0','\x73','\x1a','\x04','\x01','\xab','\xc3','\x33','\x1a','\x01','\x42','\x0f','\xa8','\x1b','\xeb','\xc6','\x07','\xd3','\xd9','\xab','\x71','\x46','\x87','\x72','\x37','\x24','\xf9','\xa4','\xfe','\xf6','\x91','\x8a','\x47','\x2b','\xd0','\x92','\x93','\xd0','\xaf','\x19','\x26','\x6c','\x92','\xe8','\x93','\xed','\x28','\x49','\x4e','\xbe','\xd5','\xe7','\xc7','\xb5','\x9d','\xb7','\x23','\x70','\x5c','\xe3','\x00','\x12','\xed','\x65','\x45','\xc8','\x67','\x1e','\x1f','\x2b','\x37','\x63','\xf6','\x45','\xbe','\x50','\x6a','\x42','\x00','\xb2','\x01','\x34','\x18','\x08','\x90','\x9d','\xc8','\x6b','\x28','\xb4','\xa7','\x76','\xc1','\x6e','\xd3','\xc4','\x9f','\x3f','\xa9','\xb4','\xf8','\x21','\xcd','\x9a','\x6d','\xea','\xf5','\xf9','\x41','\x0b','\x70','\x4d','\xc1','\x73','\x41','\xd3','\x79','\x2b','\x86','\xd7','\xc5','\x75','\xa7','\x7c','\x1b','\xdd','\x21','\x06','\x16','\x3a','\x6e','\xf2','\xe1','\x97','\x93','\x67','\x9f','\x48','\x7c','\xf8','\x05','\xea','\xfb','\x22','\x9f','\xe9','\x95','\x4f','\x77','\xb1','\xda','\x18','\x68','\x0e','\x7f','\x67','\xf6','\x03','\xf2','\x1c','\x6e','\x15','\x61','\x55','\x80','\xdd','\x7c','\x05','\xd0','\x23','\x6d','\xab','\xc2','\x80','\x8b','\xa8','\x90','\xcf','\x3b','\x2a','\x0b','\xb1','\xc0','\x7b','\x3a','\xa7','\x06','\xab','\x39','\x2c','\xfc','\x23','\x88','\x3a','\x73','\xa3','\x72','\xc5','\x4e','\xa2','\x2e','\x68','\x1b','\xe1','\x19','\x24','\x74','\xab','\x13','\x58','\xff','\x10','\xb8','\xad','\xf7','\xa8','\x23','\xe2','\x15','\xe9','\x5a','\xb7','\x5d','\x4d','\xf9','\xb9','\xa6','\xe5','\xa7','\xb9','\x9f','\x1b','\x6a','\x1e','\x96','\x3a','\x51','\x9e','\x25','\x80','\xdf','\x50','\xa1','\xf1','\x50','\xd7','\xb2','\xd7','\x60','\x07','\xcc','\x19','\x6d','\x6c','\x87','\x5b','\xdd','\x99','\x5c','\x81','\x6d','\x19','\xe9','\xad','\x65','\x85','\x02','\xc1','\x17','\x46','\x7a','\xe9','\x78','\x53','\x28','\x6d','\xb2','\x51','\xd0','\xaf','\x77','\x21','\x7a','\xdf','\xd5','\x65','\xee','\x22','\x74','\xd9','\x1b','\xb5','\xad','\xc7','\x46','\x57','\xb8','\x93','\xf9','\xf4','\xa7','\x0c','\xa8','\xa1','\xdf','\x6d','\xc7','\x3f','\xd6','\xfa','\x99','\xa2','\x0f','\xa7','\x19','\xca','\x65','\xa2','\x43','\x91','\x3b','\x96','\xa3','\xf5','\x72','\x06','\x81','\x60','\x26','\x6e','\x2d','\x72','\x32','\x91','\xb9','\x01','\xfa','\xf8','\x4b','\x58','\xd9','\x2a','\x9f','\x55','\x19','\xc6','\xfe','\x2f','\xeb','\x5f','\x61','\x22','\x61','\x36','\x1a','\x03','\xef','\x5b','\x79','\x3a','\x7e','\xc8','\x87','\x54','\xe7','\xf9','\xd1','\x9c','\x3f','\xe1','\xf3','\xda','\xcb','\x91','\x1a','\xe3','\xf3','\x8f','\x94','\x7b','\xf4','\xee','\x51','\x2b','\x98','\xca','\x01','\x19','\x13','\xc4','\x39','\x1f','\x53','\x83','\xd1','\xab','\x0e','\xbe','\x10','\xd5','\x0c','\x9b','\x14','\x2b','\x2b','\xde','\xd0','\xd8','\x83','\x82','\xec','\xe3','\x19','\x7d','\x26','\x46','\xf3','\xfe','\x42','\x00','\x17','\xff','\xc5','\x95','\x9f','\x0d','\x14','\x1f','\xb3','\x48','\xaa','\x55','\x96','\x97','\xf3','\xe1','\xa8','\xe9','\x49','\x4b','\x88','\xf4','\x16','\x81','\x6b','\x7a','\x04','\x42','\x08','\x16','\x3c','\xc4','\x30','\xeb','\xef','\x72','\x94','\xed','\xcf','\x48','\xa3','\x22','\xfb','\xec','\x3b','\x47','\xf9','\x0f','\xf9','\xd6','\xc6','\x6c','\x00','\x03','\x2b','\x16','\xc8','\x75','\x70','\x66','\xa0','\x12','\x04','\x61','\x54','\x80','\x8e','\x2e','\x42','\x85','\xe9','\xf2','\x20','\xbd','\x3e','\x55','\x9e','\x7f','\x03','\x45','\xe8','\x01','\x05','\x47','\x00','\x86','\x3f','\xf8','\x02','\x3e','\x56','\x3a','\x28','\x41','\x75','\x77','\xc0','\xfe','\x95','\x5a','\xe3','\x11','\x3d','\x9e','\xa7','\xd3','\x8f','\x4c','\x23','\x87','\x56','\xda','\xb9','\xdf','\x77','\xef','\x3d','\xf8','\x61','\xb5','\x80','\x1d','\x97','\x4b','\xd1','\xf1','\x87','\xef','\x1d','\xe4','\x43','\x25','\xa8','\x8e','\x00','\x15','\x50','\x51','\x6a','\xb7','\x95','\x7a','\x32','\x30','\x78','\x35','\x61','\xb1','\xe0','\x7f','\x22','\xc4','\x45','\xe2','\x99','\x1d','\x26','\xe4','\x4d','\x94','\xa6','\xb7','\xfa','\xae','\x8f','\x13','\x91','\x54','\x25','\x28','\x4b','\xaf','\xd5','\x70','\x16','\x25','\x54','\x03','\x24','\x08','\x54','\xe7','\x6e','\x2a','\xd8','\xcc','\x92','\x7e','\xa0','\xa0','\x5f','\x61','\x9c','\x32','\xaf','\xbf','\x42','\xf1','\xf1','\x42','\x57','\x1d','\x83','\x21','\x10','\xc9','\xc5','\x52','\x84','\xe2','\x3c','\x87','\xef','\xdc','\x16','\x57','\x8a','\x2e','\x65','\x6c','\x0b','\x26','\x84','\x81','\xc1','\xc0','\x01','\x91','\x05','\x06','\x72','\x76','\x2f','\xad','\x52','\x2d','\xe4','\xe4','\xa0','\xb8','\x95','\x39','\x5b','\x0a','\xaf','\xfd','\x8a','\x9f','\xa4','\x9e','\xe1','\xc9','\x85','\x2c','\x0f','\x05','\x7b','\xde','\xe2','\xda','\x86','\x6d','\x74','\xa0','\xe1','\x9d','\x60','\x5e','\x2c','\x88','\x0c','\xb7','\xb7','\xeb','\x1d','\x3f','\x7e','\x79','\xa1','\xbb','\x7d','\x31','\x13','\x04','\x5f','\x18','\x24','\xe5','\x80','\x96','\xdc','\x95','\xed','\x7e','\xf3','\x40','\x07','\x79','\xe6','\x0a','\x93','\xfb','\xf6','\xef','\x10','\xee','\xd6','\xad','\x3e','\x9b','\x05','\x5c','\xd0','\xcb','\x4b','\xed','\xd0','\xb7','\xb9','\xc3','\x64','\xc8','\x60','\x4a','\x77','\x31','\xbd','\xe1','\x32','\x14','\x5a','\x11','\x22','\x6e','\x8d','\x1a','\xe9','\xf7','\xb1','\xae','\x7d','\xef','\x74','\xbf','\x9b','\x1b','\x9c','\xe5','\xc7','\x3b','\xa3','\xd2','\x1a','\xa2','\x11','\xa8','\x38','\x76','\x23','\x78','\xb9','\xb4','\x3e','\x33','\xfd','\x70','\x2e','\xc7','\x38','\x2e','\xf2','\x25','\x37','\x81','\xe2','\x69','\xfd','\x0f','\x77','\x3f','\x83','\x21','\x6a','\xe9','\x11','\xda','\x1b','\x65','\xff','\xcd','\xd2','\x19','\x03','\xb4','\x68','\x64','\x28','\x72','\xb6','\xb6','\xf9','\xdf','\x8c','\x96','\x97','\xdf','\x85','\xdc','\xc5','\xd0','\xa3','\x71','\x0d','\x67','\x18','\xc1','\xf2','\x5d','\x5c','\xd2','\xca','\xf2','\xb7','\x68','\xc8','\x92','\x68','\x8b','\xc9','\x70','\x4a','\xdd','\x07','\x82','\x10','\x8a','\x59','\xe2','\xfd','\x55','\xd1','\x1c','\x92','\x3c','\x15','\x43','\x61','\x22','\xe9','\xd9','\xef','\x4e','\x53','\x40','\x8c','\xb0','\x94','\x9c','\xb4','\xd5','\x56','\x64','\x40','\xab','\xcb','\x56','\x43','\x77','\x24','\xc6','\x67','\x22','\xa1','\xcd','\xed','\xf9','\xfd','\x17','\x10','\x77','\xa1','\xc1','\x7c','\xee','\x8d','\x88','\xe2','\xd2','\xe8','\x0c','\x75','\x0d','\x67','\xe9','\xfc','\x02','\x62','\x22','\x0a','\x17','\xb4','\x01','\x42','\x7a','\x78','\x79','\xe7','\xb7','\xb0','\xd8','\x8b','\xf2','\xe9','\x1e','\x32','\x1a','\x2e','\xd9','\x2d','\x21','\xf1','\xe7','\xb6','\x45','\xf3','\x99','\xaa','\x5c','\x29','\xa2','\x99','\xb1','\x57','\xdf','\x25','\x3d','\x45','\xe9','\x23','\xcb','\xfe','\x17','\xa6','\x71','\x4d','\x1a','\xd8','\x83','\x1a','\xb7','\xa2','\x0c','\xb7','\xd6','\xe8','\x72','\xb9','\x9c','\x2b','\x40','\xab','\xdb','\x53','\x7f','\xe6','\x84','\xa2','\xe3','\x4c','\x81','\x7c','\xe6','\xfd','\x49','\x53','\x71','\xa1','\x80','\x3b','\x89','\x63','\x85','\xe4','\x42','\x40','\x1e','\x1e','\xf0','\xfc','\x50','\x9b','\x5e','\x4c','\x5f','\x3d','\x72','\x7a','\x8f','\xc4','\x27','\xf0','\xdd','\x48','\xd3','\x27','\xf2','\x2d','\xc7','\x94','\xc1','\xeb','\xb8','\x00','\xb3','\xf9','\xbe','\x07','\x3f','\xff','\x10','\x42','\x17','\xea','\xf0','\x57','\x99','\x1d','\xb0','\xf1','\x97','\x61','\xd7','\xbf','\x44','\x7a','\x75','\x12','\xb9','\xe2','\xe3','\xdf','\x7d','\x21','\x81','\x72','\x24','\xb3','\x01','\x78','\x23','\xca','\xe1','\x19','\xad','\x07','\xf0','\xc9','\xf3','\xa4','\x96','\xf5','\xe3','\xd2','\x8f','\xe6','\x0b','\x07','\xf8','\xfe','\x99','\xa8','\xf0','\xb6','\x82','\xf1','\x1e','\x8a','\x8d','\xcf','\xcb','\xb8','\xe9','\x5e','\x98','\xfa','\xbe','\x67','\x04','\xa1','\x3e','\x0e','\x80','\xf2','\x7d','\x56','\x91','\xce','\x1f','\xa1','\x34','\x0c','\xb2','\x2e','\x3f','\x07','\x8c','\xb1','\xc5','\x1d','\x91','\x9e','\xe0','\x9f','\xc7','\xfc','\x23','\x03','\x4f','\x44','\x31','\xb8','\xe3','\x0c','\x45','\x0d','\x3b','\xc4','\x61','\xe9','\x19','\xc1','\x90','\x24','\xd0','\x88','\xa7','\x4c','\xfe','\x02','\xf9','\x79','\x91','\x66','\x67','\x66','\x2e','\x57','\xbb','\xb9','\xdd','\x5c','\x5a','\xfc','\x6c','\x0c','\x26','\xd4','\xfd','\x03','\x94','\x0c','\xbb','\xdf','\xbd','\xf7','\x88','\xbc','\x76','\xbf','\x75','\x70','\x65','\xf1','\x42','\xbc','\x6d','\x09','\x7a','\x76','\xb3','\xce','\x11','\x11','\xb5','\x0b','\x67','\x34','\xa9','\xcd','\x7d','\xee','\xcc','\x85','\x91','\xb5','\xdd','\xeb','\x23','\xe8','\x4c','\x44','\x9d','\x44','\xd8','\x02','\x60','\x30','\x6d','\xb8','\x2e','\xe1','\x66','\x84','\x01','\xaf','\xde','\x85','\xf8','\x6e','\x7c','\xe3','\xa3','\x6f','\xbc','\x12','\x16','\xac','\x6e','\x0f','\x5d','\x39','\x98','\x87','\xfa','\x71','\xb2','\x01','\x56','\x3d','\x01','\x40','\xf2','\xf8','\x3e','\xd0','\x88','\x9b','\x05','\x7b','\x00','\x84','\xb7','\xef','\x42','\xf4','\xbe','\x53','\x17','\x09','\xcb','\x58','\x28','\x45','\x00','\x22','\x73','\x7c','\xe8','\x74','\xde','\x86','\x91','\xc3','\xfb','\xef','\xae','\x86','\xd6','\x37','\xe5','\x0d','\x32','\x6b','\x1c','\x29','\xdf','\x0b','\x51','\xe7','\x3c','\x5f','\x2c','\x2e','\x90','\xc4','\x36','\xda','\x7a','\x96','\x59','\xea','\xf2','\x71','\x7f','\x92','\x64','\x87','\x69','\x2a','\x20','\x16','\x3a','\xf8','\xea','\xee','\x9a','\x45','\x03','\x9b','\xe6','\x09','\x11','\xc8','\xe6','\x85','\xac','\xc7','\x3b','\x79','\x14','\xcf','\x34','\x73','\xcf','\x84','\x39','\xe5','\xf3','\x8c','\xfd','\x5e','\xa4','\xe3','\x35','\x14','\xc3','\x6c','\xab','\xc2','\x49','\x03','\x82','\x07','\x6b','\xaf','\xd3','\x95','\x5d','\xc6','\xd4','\xf6','\x21','\xef','\xcd','\x4d','\x87','\x35','\xe8','\x19','\xb9','\x7d','\xd8','\x5e','\xfd','\x27','\xdd','\xde','\x36','\xba','\xbc','\x65','\xc0','\x83','\x72','\x67','\xd1','\x59','\x91','\x0c','\x24','\xf6','\xb9','\x2f','\xaa','\xe8','\x04','\xdf','\xee','\x26','\x07','\xc4','\xad','\xf4','\x20','\xcb','\x16','\xca','\x0f','\x6e','\x06','\x8d','\xc0','\xff','\x3b','\xea','\x3b','\x3f','\x6f','\x92','\xf2','\x67','\x4a','\x6d','\x5b','\x04','\x3b','\x78','\x14','\x05','\x4e','\x35','\xd2','\xa3','\xa0','\x07','\x3c','\x2f','\x08','\x23','\x27','\x72','\x7e','\x4d','\x06','\x9e','\x66','\xd9','\x41','\xf9','\x99','\x56','\x9d','\x3a','\x0b','\x61','\x38','\xf9','\x6f','\x0e','\xbf','\xa5','\xa5','\xb2','\x6a','\x38','\x23','\xd3','\xae','\x53','\xed','\x64','\x82','\x68','\xcc','\x62','\xe2','\x71','\x74','\xbb','\x90','\x79','\x62','\x9c','\xa6','\x81','\x96','\xab','\x2f','\x47','\xae','\x79','\xbc','\xc8','\xfb','\x5c','\x45','\xfe','\x9d','\x97','\xbf','\xab','\xdb','\x46','\x9e','\x0b','\x3a','\x9b','\x6b','\x3c','\x95','\x43','\x4b','\x46','\x0d','\x50','\x5b','\xaa','\x44','\xa4','\x06','\xf9','\xd9','\xc7','\xde','\xa5','\x8a','\x38','\xa6','\x31','\x01','\x7b','\x10','\x71','\x25','\xb6','\x5e','\xe6','\xa4','\xef','\x26','\x00','\x88','\xa2','\xb1','\xa1','\x50','\xe8','\x9f','\xa9','\x23','\x7d','\xff','\xba','\x17','\xab','\xf4','\x6a','\x8e','\x1e','\xce','\xdb','\x8a','\x6e','\x7c','\x8d','\xc0','\x75','\x37','\x86','\x76','\x31','\x1f','\xc6','\x52','\x97','\x18','\xc9','\xc6','\x1d','\x6b','\x5b','\xb7','\xe1','\x2c','\x3d','\x81','\x90','\xe0','\xe7','\xd3','\x5c','\x38','\xff','\x9f','\xa8','\xfa','\x08','\xff','\x45','\x71','\x05','\xb8','\x53','\xa5','\x8b','\x2f','\xa0','\x70','\xf9','\x1f','\x11','\xc5','\x19','\x11','\x36','\x77','\x0c','\x5d','\x50','\x29','\xac','\x06','\x63','\x7b','\xb3','\xe0','\x04','\x45','\xfa','\xa7','\xfe','\xc5','\x97','\x47','\xf1','\x2e','\x3d','\x83','\x1d','\x14','\x50','\x15','\x48','\x7b','\x16','\xf9','\xf3','\x4e','\x9d','\x2f','\xf1','\x5c','\xde','\x09','\xab','\xcf','\xd1','\x7b','\x9e','\x0f','\x41','\x13','\x34','\xe3','\x38','\xd4','\x3a','\xb8','\x01','\x1a','\xb0','\xb9','\x5e','\xfd','\xe6','\x76','\x75','\x71','\xf1','\x0b','\x0c','\x0b','\xa6','\x14','\xd8','\x5c','\x31','\x35','\x24','\xb0','\xa7','\xe5','\xf1','\x3b','\x7e','\xe2','\x62','\xd3','\x7d','\x07','\x0b','\x16','\xa5','\x08','\x92','\xb4','\xca','\xed','\xe1','\x9a','\x48','\xe9','\x66','\x73','\xe1','\xb4','\x40','\x11','\xe9','\xce','\x32','\x13','\x04','\x4c','\xf0','\x32','\x41','\xbb','\xa1','\xb4','\x8a','\x69','\x33','\x85','\x3a','\x77','\x6a','\x0d','\xae','\x7f','\x36','\xd7','\xc8','\xbc','\x37','\xc5','\xad','\x82','\x4c','\xcd','\x16','\x54','\x77','\xf5','\xea','\x77','\xa1','\xbd','\x6b','\x08','\x6e','\x62','\xa2','\x8d','\x1d','\x10','\xf3','\x52','\x44','\xc0','\x80','\xce','\x8f','\xa4','\xfe','\x78','\xc4','\xff','\x0e','\x88','\x99','\x29','\x22','\xde','\x31','\x61','\xd8','\xf6','\x1e','\xa0','\x71','\xdf','\xba','\xba','\xf8','\x09','\x85','\x8b','\x61','\x9c','\x9f','\x22','\x97','\xe7','\x43','\x43','\xd1','\x62','\x31','\xf1','\xa6','\x10','\x77','\x26','\x69','\xc9','\xcf','\x6d','\x67','\x6a','\x17','\x8d','\xbe','\xa7','\x7c','\xae','\xf3','\xc5','\x15','\x0b','\x54','\x32','\x7c','\x4e','\x3a','\x4f','\x62','\x3f','\x91','\x06','\xa1','\x38','\x0d','\x14','\x48','\x71','\x5a','\xd7','\xd5','\x72','\xf6','\xd5','\xfb','\x66','\xe3','\x90','\x1c','\x9d','\x7c','\x45','\x64','\xd6','\x8a','\x4b','\x86','\x4a','\x97','\xde','\x35','\x32','\xa4','\xcf','\x29','\xe4','\x49','\xab','\x92','\x89','\x8a','\x32','\xc4','\x56','\x0f','\xdb','\xda','\x29','\xa6','\xe0','\xb1','\x10','\x89','\x5d','\xb8','\x4b','\xc6','\x2b','\xde','\x36','\x66','\x26','\x6a','\xd0','\x72','\xc6','\xc2','\xc7','\x8d','\x8c','\xec','\x73','\xd2','\x10','\x7a','\x0e','\x6b','\xfb','\x40','\x2a','\xfd','\x1a','\x1a','\x7d','\xf6','\x21','\xe7','\x24','\x27','\x4d','\x07','\xbc','\x81','\x64','\x76','\x65','\x3c','\xc6','\x66','\xb5','\xcc','\x6d','\x14','\x32','\xe2','\x7a','\xdd','\x68','\xbb','\x5a','\x28','\x7c','\xc6','\x71','\x19','\x5e','\x0a','\xf0','\x80','\xed','\xc8','\x8d','\xa8','\x38','\xf7','\x13','\xca','\x7b','\xa7','\xbd','\xa7','\xe5','\xb5','\x94','\xb3','\xe8','\x7f','\xb2','\xac','\xcc','\xcf','\x16','\x13','\xf0','\xd3','\x98','\xe1','\x04','\xa3','\x2f','\xe5','\xc0','\xc9','\xce','\xc8','\xf1','\x2f','\x9f','\x4b','\xa1','\x47','\x97','\x49','\x9d','\xb5','\xf5','\x7d','\xd6','\x63','\xf6','\x7d','\x3f','\xb7','\x00','\xed','\xfb','\x4e','\xf7','\xfb','\xbd','\xfc','\xf8','\xfe','\xfe','\xbe','\xac','\xfc','\x57','\x4a','\x4f','\x42','\x9f','\x75','\x1a','\x51','\x00','\x16','\xca','\x43','\x3e','\x3a','\xc8','\xfb','\x8b','\xa7','\xd6','\x7c','\x97','\x91','\xbe','\x36','\x40','\x02','\xd2','\x10','\x16','\x16','\x1e','\xfd','\xd3','\xca','\xca','\xc2','\x69','\xc1','\xf1','\x7f','\x25','\x85','\x5b','\x64','\x77','\x30','\x73','\x30','\x76','\xbe','\x23','\x1c','\x79','\x78','\x1e','\xd2','\x7f','\xd2','\x2b','\x09','\x34','\x9f','\x11','\x29','\xc2','\xa3','\xd5','\x7d','\x4c','\x08','\x2a','\x6c','\xed','\x28','\xc5','\x96','\xf4','\xa9','\xc9','\xfc','\xe7','\xa5','\x23','\xb1','\x10','\x40','\x06','\x80','\x08','\xca','\x12','\x91','\x8c','\x16','\x24','\xc6','\xa8','\x19','\xf5','\x4a','\x7f','\x8f','\xfb','\x65','\x40','\x89','\x59','\x91','\xd0','\x81','\x3d','\x02','\x42','\xac','\xbe','\xb4','\x75','\x9c','\x0c','\x92','\xe3','\x84','\xc8','\x46','\xa0','\xac','\xec','\xcf','\xdc','\x63','\xb5','\x06','\x0c','\x14','\xf1','\x36','\x8c','\x56','\xa4','\xa2','\xe4','\x54','\x85','\xc7','\xfb','\x93','\x8a','\xd0','\x00','\xb4','\xfc','\x57','\x78','\xe8','\xf4','\x0a','\xe5','\xe7','\x2d','\x2d','\x2e','\xcd','\x43','\x86','\x8f','\x69','\x38','\x13','\x51','\x81','\x29','\x85','\x25','\xe7','\x7e','\xdf','\xc1','\xf2','\x53','\x8b','\xf0','\x73','\x36','\x6e','\xfd','\xf1','\x7e','\xa0','\x2b','\x96','\x10','\x45','\x78','\xec','\xe6','\x4a','\x87','\x55','\xdd','\x76','\xf3','\x8c','\x01','\xe2','\x71','\x53','\xcc','\xd9','\x5d','\x37','\x11','\x2a','\x91','\x00','\x5d','\x96','\x31','\xb9','\xac','\x96','\x04','\xbb','\x1e','\xe1','\xab','\x6b','\xa4','\x38','\x8a','\x9d','\xe9','\x74','\x99','\x14','\xd2','\x33','\x65','\x1e','\x3c','\x21','\x40','\xed','\xd4','\xb9','\x32','\x18','\x33','\x7f','\x07','\xf9','\xa1','\x41','\x38','\x86','\xcd','\xce','\x60','\x99','\x02','\xea','\xa9','\xf7','\xdc','\xe0','\x72','\x00','\xd9','\x7b','\xa7','\xb6','\x3b','\x4d','\x49','\xc1','\x23','\xce','\x07','\x07','\xc3','\x63','\x13','\xa4','\x5a','\x06','\x4a','\x13','\xc4','\xf8','\x2e','\xce','\x3b','\x11','\xf5','\x46','\x44','\xf7','\x4e','\xd2','\xb9','\x02','\x2c','\x06','\x45','\xd5','\xc2','\x1e','\x8b','\x85','\x39','\xd7','\x40','\x17','\xd6','\x96','\xc5','\x26','\xc2','\x2a','\xa1','\x65','\xad','\x28','\x4a','\x03','\x2d','\xc7','\xf0','\xcb','\xde','\xa6','\xb8','\x2c','\x73','\xd7','\x3c','\x1a','\x2c','\x62','\xa3','\x76','\x51','\xde','\xd9','\x77','\x26','\x12','\xa4','\x11','\x56','\x5e','\xeb','\x25','\xd6','\xf1','\x76','\xcb','\xa8','\xdf','\xad','\xe7','\xe0','\xbc','\xef','\x9d','\xc8','\x78','\x4e','\x84','\xa8','\xe1','\x7c','\x34','\xab','\x86','\x5f','\x10','\xaa','\x9b','\x91','\x29','\xcb','\xb2','\xbf','\xc0','\x47','\x41','\xfc','\xec','\xa3','\x3f','\x9b','\x64','\x10','\xa6','\x01','\xfc','\xe3','\xf1','\x1b','\xbc','\xdb','\x28','\xe6','\xc9','\x62','\x9d','\x18','\x97','\x26','\x6c','\xa7','\xd2','\xd9','\x2c','\x3f','\x76','\xf9','\xb1','\x87','\xc2','\x9f','\xc2','\xac','\x8f','\xe9','\x60','\x8d','\x2a','\x8a','\x0f','\xb8','\xa2','\xee','\xbb','\x58','\x70','\x9a','\x3a','\x71','\xaa','\x1c','\x5b','\xf7','\x7d','\x4a','\x0f','\x78','\xed','\xaf','\x98','\xc6','\x39','\x96','\xfc','\x98','\x19','\x56','\x96','\x9e','\x55','\x90','\x37','\xa2','\x07','\x2e','\x70','\x78','\x06','\x48','\x80','\xcf','\x9e','\x4e','\x53','\xfe','\x33','\x74','\x73','\x52','\xc4','\x93','\xf5','\x9e','\xf9','\x3f','\x9e','\xfd','\xc6','\xcb','\x18','\xc9','\xf6','\x08','\xb6','\x06','\x85','\xe4','\xa4','\x4b','\x4c','\xe3','\x74','\x16','\x98','\x65','\x0f','\x2f','\xe2','\xc2','\x22','\x3f','\x42','\xeb','\xa7','\xd3','\xeb','\x05','\x07','\x48','\xa8','\xb8','\x20','\x1e','\x7d','\xb8','\xfa','\x49','\x3e','\x1f','\xb7','\x8d','\xe1','\x9f','\x14','\x82','\x4e','\xe7','\x59','\x67','\x12','\x77','\x9d','\x83','\x89','\x81','\x19','\x74','\x17','\xcb','\xbf','\x0c','\x6d','\xc3','\x09','\xb6','\xe2','\x89','\xc3','\x56','\xfe','\x05','\xd2','\x47','\x84','\x2a','\xc3','\x5f','\xc7','\x3c','\xf6','\xb7','\x08','\xac','\x71','\xfa','\x17','\x7a','\xdb','\xcb','\x85','\xbf','\xea','\x80','\x2c','\xd6','\xb5','\x17','\x1b','\xf8','\x81','\x5c','\xcf','\x2e','\x7c','\x07','\xe9','\x90','\x9c','\x81','\xf2','\x92','\x7f','\x7d','\x57','\x3c','\x95','\x82','\xba','\x53','\xe8','\xc0','\xd1','\xad','\x03','\x1e','\x1a','\x58','\xcf','\x93','\xa4','\x72','\x80','\x31','\xdf','\x93','\xfe','\x32','\xaf','\xa5','\x13','\xea','\x90','\xe5','\x58','\xc9','\xf8','\x49','\x12','\xa8','\xce','\x64','\x58','\xaf','\xe4','\xa5','\x2a','\x00','\x09','\xf1','\x5d','\xbc','\xed','\x43','\xdd','\x06','\xb4','\xd0','\x42','\xe3','\xbb','\xda','\x6b','\x6c','\x00','\x48','\x92','\xdd','\xff','\x5b','\x5d','\xcd','\x22','\x84','\xad','\x5d','\x6e','\xea','\xe7','\x7e','\x82','\x46','\x06','\xd6','\x56','\xf7','\xbf','\x11','\x91','\x29','\x1b','\x0a','\x62','\xf6','\xdb','\x1e','\x96','\x08','\xdc','\x55','\x16','\xcf','\x07','\xe1','\x6d','\xc3','\x4a','\xd0','\x88','\xd8','\x0e','\x11','\x44','\xb8','\xf2','\x5d','\x68','\x6f','\x9d','\x98','\x75','\x5c','\x9b','\x6b','\x48','\x4d','\xa8','\x09','\x6b','\x60','\x02','\x1f','\x7f','\xd1','\xf7','\x5a','\xb3','\x73','\x1a','\xa6','\x30','\xe8','\x3d','\x3e','\x6a','\xd5','\x50','\xcb','\x20','\x11','\x4b','\x46','\xaa','\x42','\x5a','\xa9','\x62','\x91','\xb7','\xcd','\xbb','\xe2','\xcc','\x64','\x60','\xb8','\xb8','\xbf','\x1d','\x33','\xb9','\xd3','\xec','\x70','\xfc','\xe1','\x1b','\xba','\x88','\x37','\x4e','\xe5','\x47','\xa3','\xee','\xa9','\x1e','\xa2','\xb4','\xc4','\x1d','\x73','\x0a','\xc6','\xe8','\x3b','\x45','\x3b','\xdd','\x82','\xa6','\x34','\x1c','\x38','\x30','\x58','\x0f','\xd6','\x85','\xc9','\x8a','\xa5','\xfc','\x14','\xed','\xf7','\x48','\x78','\x64','\x81','\x23','\xc0','\xf2','\xe2','\xbc','\xc0','\x7e','\x20','\xfe','\xba','\x51','\xdb','\xd4','\x35','\x6c','\xbf','\xb1','\xd1','\x73','\x57','\xeb','\xeb','\xdc','\xf5','\x48','\x45','\xf9','\xe2','\xf1','\x41','\xcd','\xe8','\x5d','\x42','\xa5','\xdd','\x2d','\x84','\xd2','\x35','\xca','\xa0','\xbc','\xdf','\x49','\xfa','\x0e','\xc0','\x5d','\x2d','\x68','\xea','\xce','\xc8','\xb4','\x83','\xd8','\x0c','\x4b','\x26','\xb8','\xb2','\x46','\x75','\xec','\x97','\xed','\xea','\x78','\x08','\x29','\xbf','\xba','\x35','\x85','\xf3','\x83','\x8d','\x21','\x47','\x00','\x16','\xe9','\x36','\xae','\xae','\x04','\x95','\xb2','\x9d','\x87','\x60','\x7c','\x70','\x7e','\x53','\xc5','\x37','\x42','\x3c','\x7b','\xd0','\x0c','\xf4','\xa3','\xec','\x42','\x3e','\xf3','\xb9','\x3a','\x32','\xe1','\x92','\x6d','\x27','\x29','\x46','\x6e','\xe9','\xd5','\x80','\x28','\x4c','\xd7','\xeb','\x25','\x22','\x0f','\x7a','\xf0','\x8d','\x09','\x58','\x0c','\x85','\xf0','\xf0','\x20','\xf4','\x1a','\x51','\xbe','\x76','\xcb','\xaf','\xbb','\xcb','\x46','\x70','\x9a','\x65','\x67','\x87','\xb9','\xf3','\x91','\xb5','\xf8','\x47','\xa4','\xaf','\xb4','\xfa','\xbc','\xfa','\xc2','\xb4','\xbc','\xd8','\x39','\x56','\xfc','\x6d','\xb8','\x34','\xca','\x65','\xca','\xe9','\x3d','\x40','\xdb','\xb6','\xd1','\xf5','\x7a','\x25','\xbc','\x08','\xf5','\x72','\x29','\x41','\xe2','\xbe','\x33','\x30','\xff','\x44','\x3a','\x10','\x26','\x1f','\x2e','\xeb','\x60','\x02','\xf1','\xd9','\xcf','\x5e','\xe7','\xa3','\x59','\xfc','\xd9','\x66','\xf8','\x8f','\x9f','\x4e','\x1f','\x80','\x93','\xac','\x8b','\xa7','\x4a','\xe8','\x0f','\x12','\xf8','\xb4','\x63','\x8f','\xeb','\x27','\xa2','\xc5','\x99','\xab','\xb9','\xd0','\x5c','\xc0','\x41','\xb0','\x2e','\x40','\xd9','\xd2','\x75','\x6f','\xcc','\x44','\xe7','\x59','\xfe','\x49','\x90','\x6c','\x11','\x97','\x83','\xb1','\xc2','\xb1','\x28','\x18','\xeb','\x64','\xee','\xfc','\x0c','\xeb','\x00','\x9f','\x7c','\x7b','\x3d','\x09','\x80','\x7e','\x2c','\x8e','\xc9','\x77','\x56','\xc5','\x22','\x05','\xb9','\x2c','\xf7','\xdb','\xc8','\x1d','\x93','\xd4','\x8b','\xf3','\x08','\x75','\x13','\xf8','\x92','\x44','\xf5','\xe7','\x32','\x0e','\x46','\x51','\x36','\x16','\x2d','\x1d','\x94','\x15','\x5a','\x8d','\x27','\x2c','\xfa','\x43','\x2f','\x69','\xa2','\x15','\xb6','\xd3','\xf3','\x3b','\xb8','\xf5','\x67','\xae','\x18','\x45','\xd9','\x63','\x1f','\x57','\x00','\x62','\xd8','\xec','\x60','\x8a','\x83','\xcc','\x17','\xbb','\xbc','\xf0','\x62','\xca','\x4f','\xdc','\x1b','\x33','\x80','\x9b','\xaa','\x74','\xc7','\x63','\xb0','\xc4','\x75','\xdb','\xc5','\xb5','\xdd','\xff','\xbb','\x44','\xd0','\x80','\x58','\x17','\xcd','\x6d','\x2b','\x2c','\x2b','\x46','\x1c','\x57','\x6e','\xdc','\x22','\x45','\x64','\x00','\x49','\x44','\x2d','\x0f','\x22','\xb4','\x35','\x26','\xd9','\x1a','\x6d','\x1a','\xdd','\x82','\x48','\x24','\x81','\xa1','\xa2','\x79','\xe2','\xa6','\x2e','\x63','\x42','\x8d','\xc4','\xdc','\x69','\xdc','\x12','\x14','\x6d','\x66','\xa2','\xc6','\x7b','\xca','\x68','\x00','\x0d','\x7e','\xe6','\x47','\x95','\x22','\x23','\xaa','\xa1','\x64','\x6e','\x4c','\x7c','\x81','\xc8','\x6b','\x30','\x44','\x01','\x42','\x05','\x3f','\xf0','\xc0','\xbf','\x63','\x32','\xe5','\xc3','\x7e','\x6f','\x2d','\x01','\xb7','\xdf','\x71','\xb4','\xef','\x32','\xf0','\x32','\xd0','\x2e','\xda','\x48','\x93','\x7c','\x58','\xca','\x8e','\xd0','\xfb','\x17','\x0d','\x92','\x64','\xad','\x72','\xd7','\x11','\x37','\x25','\x93','\x97','\x01','\x1d','\x0e','\x25','\xc8','\xad','\x00','\xa6','\x30','\x37','\xb2','\xc8','\x71','\xec','\xb5','\xcd','\xe0','\xbd','\x02','\x7c','\x22','\xb4','\xbe','\x16','\x3a','\x06','\xef','\x24','\xee','\x6a','\x8d','\xe9','\xf2','\xb6','\xd1','\xdb','\xdb','\x85','\xde','\x2c','\x48','\x87','\xbb','\xba','\x12','\xdd','\x69','\xdf','\x5b','\x06','\x7e','\x30','\x2b','\x03','\x91','\xba','\x0c','\x7a','\x60','\x0b','\x6d','\x03','\x27','\x5f','\x7b','\x5b','\x85','\x34','\x90','\x07','\x51','\x28','\xbb','\x6e','\x09','\x55','\x6b','\x64','\x4f','\x2b','\x9c','\x97','\x11','\xc4','\x92','\xb4','\x4c','\x32','\xcc','\xc9','\x08','\x8f','\x08','\xd4','\x1f','\x94','\xd3','\x22','\x1f','\xb8','\xfe','\x9d','\x70','\x15','\x12','\x93','\x87','\x8f','\xbc','\xf8','\xe1','\x83','\x89','\x1b','\xd1','\xd6','\x38','\xee','\x00','\x73','\xcb','\xcf','\xb6','\xb9','\x65','\xb8','\x56','\x5e','\x6a','\x5c','\xb1','\x58','\x30','\x18','\x45','\xb0','\x83','\x7d','\x3c','\xf3','\x33','\xf0','\xb5','\x5b','\xcf','\x16','\xc8','\x7e','\xfd','\xfd','\xcf','\x48','\x4f','\xb4','\xe1','\x08','\x63','\x11','\xd1','\x17','\x63','\x27','\xf0','\x74','\x40','\x3a','\x42','\xd5','\xdc','\xea','\x45','\xa8','\xcc','\x7c','\x18','\xd0','\x2d','\x34','\x9c','\x88','\xf8','\xb5','\xd4','\xee','\x9e','\x40','\x81','\x8b','\x2c','\x58','\x94','\x32','\xef','\x0f','\x44','\x91','\x1f','\x06','\xda','\xee','\xa3','\x3d','\xbc','\xec','\xbe','\xc0','\x8f','\x98','\x61','\x02','\x72','\xbe','\x98','\x73','\xae','\x35','\x8f','\x8a','\x60','\x7c','\x6f','\x2a','\xea','\x5c','\xd1','\x7a','\x98','\x9e','\xe9','\xc0','\x71','\x3e','\xe7','\x13','\x3f','\x1b','\xf4','\x11','\x12','\x3f','\x1c','\x9a','\x95','\x00','\xe4','\xda','\xb2','\x14','\x1c','\xfa','\x44','\xad','\x73','\xe3','\x98','\xb9','\x38','\x5e','\xd0','\x72','\x4c','\xff','\x28','\x38','\x5f','\x94','\x60','\xd1','\x15','\x09','\xb7','\x37','\x19','\x18','\xd9','\x41','\x41','\xc1','\x30','\xb6','\xd3','\x98','\xbf','\x2f','\x46','\xac','\xae','\x82','\x5f','\xda','\xec','\xe7','\xd3','\x13','\xf2','\xf0','\x28','\x5f','\x08','\xee','\xfc','\x09','\xad','\x37','\xee','\x5e','\xe3','\x07','\x67','\x89','\x40','\xf9','\x69','\x35','\xd4','\x35','\x86','\x31','\x3e','\xac','\x3f','\x94','\x13','\xb7','\xda','\xd4','\x77','\x84','\x48','\xdd','\xa3','\x06','\x37','\x13','\xfc','\x8b','\xee','\x3d','\xd5','\xfd','\x64','\x1e','\xd7','\x55','\x1b','\x26','\x0f','\x2a','\xc9','\xf6','\xf8','\xef','\x31','\xde','\xd8','\x5e','\x82','\x76','\xf9','\x99','\x0b','\x99','\xa9','\x9e','\xca','\x99','\x83','\x65','\x0f','\x61','\xab','\xee','\x41','\x9b','\x05','\x1a','\x08','\x30','\x4b','\x1c','\x34','\x77','\xf1','\x80','\x50','\x0d','\x25','\x89','\x10','\xa5','\xfb','\x8a','\xb9','\x3c','\xed','\x7b','\x57','\x37','\x16','\x92','\xdc','\x61','\x27','\x0b','\x56','\xd1','\x6b','\x64','\xb5','\x2a','\xec','\x38','\xfe','\x77','\x4f','\xb3','\xe2','\x82','\xd6','\x98','\x36','\x21','\xa2','\x0b','\x59','\x50','\x04','\x1b','\xfb','\xae','\x65','\xb3','\x1d','\x3c','\x97','\xad','\xd1','\xa6','\xa1','\xb9','\x48','\xee','\x0e','\x5c','\xc1','\x15','\xcb','\xdc','\xeb','\xf2','\x42','\xa5','\x3a','\x44','\x78','\xb8','\xdd','\xc3','\x5d','\xb7','\xcd','\xac','\x09','\xb1','\xf3','\xcd','\x31','\xe6','\x8b','\x22','\x86','\x4f','\xb3','\xa2','\x85','\xf4','\xd4','\xf2','\xd3','\xe5','\xad','\x59','\xd9','\x1e','\x31','\x4f','\xcf','\x46','\x50','\x80','\xf9','\x00','\x8a','\x50','\x1a','\x13','\xd9','\x99','\xb7','\x6c','\x07','\xe3','\x20','\x05','\x4e','\xaf','\x23','\x59','\x14','\x6d','\x4a','\x05','\xc3','\xad','\x3a','\xae','\x8c','\x4a','\x97','\x70','\x39','\x0c','\x85','\x36','\xf8','\x45','\xdb','\xb3','\xdf','\x3b','\x75','\xbb','\x78','\xf6','\x7e','\x97','\x0c','\x36','\xe2','\xeb','\x8c','\xef','\xf6','\x80','\x2b','\x63','\x50','\xa7','\x59','\x3f','\x54','\xd0','\xa5','\xa5','\xce','\x18','\xd1','\xef','\x23','\x72','\x90','\x10','\xd1','\x01','\xed','\x1c','\x8a','\x32','\x7f','\x55','\xde','\x45','\x32','\x58','\x84','\x5f','\x66','\xee','\x97','\xeb','\xfa','\xfc','\x5a','\x49','\xa8','\x54','\x6a','\xf4','\x8f','\xca','\x1a','\xe5','\xe9','\xbe','\x4b','\x09','\xb3','\x2f','\x63','\x7e','\xe7','\xc7','\x96','\xdd','\xcd','\xb9','\x4c','\xaa','\x0c','\x5a','\x1f','\x0b','\x11','\xc0','\xc2','\xb3','\x52','\x74','\x18','\xf9','\x6d','\x54','\x36','\x20','\x95','\x32','\xbc','\x8a','\x41','\x0c','\x3e','\xc2','\x58','\x3a','\x1e','\x29','\x23','\x42','\xf9','\xb9','\xf8','\x99','\xc0','\x16','\x1b','\x4d','\x42','\xab','\xf6','\xe0','\x37','\xf1','\xee','\x91','\x07','\x40','\x11','\x0f','\x71','\xed','\x77','\x7d','\x21','\x4f','\x3b','\x6d','\xfd','\x6d','\x90','\x81','\xa5','\x9f','\x2e','\x23','\x57','\x3d','\x7f','\xc2','\x34','\x34','\xe6','\xf8','\xdc','\x8a','\x79','\x5c','\xdf','\x53','\x30','\xf4','\xc3','\x58','\x15','\x8a','\x40','\xa1','\x32','\xac','\x63','\xa3','\x9c','\xda','\x2c','\xa8','\x0d','\xd2','\xf9','\x7a','\xbd','\x2e','\xcb','\x2d','\x67','\x80','\xc6','\x20','\x08','\xfb','\xbe','\x0f','\x58','\x54','\xc8','\x0f','\x9e','\xc7','\x70','\xac','\x34','\xe1','\x67','\x7a','\xf4','\x64','\x12','\x7a','\x42','\xe9','\x38','\x7d','\xf9','\xc5','\x57','\xa2','\x73','\x1f','\x78','\xd9','\x92','\x79','\xc3','\x42','\x23','\x28','\x98','\x56','\x88','\x97','\x3e','\xaa','\x74','\xfc','\x68','\xd1','\xc8','\x0f','\x35','\xeb','\x23','\x35','\x1d','\x56','\xad','\x67','\x83','\x3a','\x09','\xf9','\x8e','\x66','\xe1','\x8a','\x21','\xf7','\x5c','\x57','\x8c','\xeb','\x07','\x9a','\xe1','\xfe','\xd0','\xc5','\x7d','\x45','\x06','\x9e','\x2c','\x0b','\x50','\x4a','\xb0','\xe9','\xe0','\xe1','\xe3','\xa6','\x2e','\xdb','\xfe','\x64','\xd6','\x0f','\xa7','\x47','\x43','\xfc','\xfd','\xea','\x7e','\xa5','\x77','\x52','\xfe','\xbc','\xaa','\x9c','\xac','\x16','\x3c','\x1d','\x53','\x77','\xb9','\x98','\xa9','\xf0','\x35','\xb7','\x50','\x94','\x02','\xf1','\xcf','\xf2','\x37','\x6f','\x66','\x79','\x34','\xca','\x88','\x15','\x1f','\x2d','\x48','\x99','\x51','\xc2','\x94','\x81','\xd1','\x10','\xe1','\x3b','\xb8','\xc5','\xcd','\xc7','\x43','\x5d','\x9b','\xa0','\x75','\x30','\xde','\xef','\x69','\x5f','\x59','\x2f','\xce','\x06','\x60','\x24','\x9b','\x7a','\x60','\x38','\x21','\x19','\x28','\x2d','\xf5','\x9f','\xdc','\xd9','\x84','\x2e','\xcd','\x23','\x53','\x79','\x01','\xeb','\xca','\x5d','\xba','\x3c','\x74','\x8e','\xbb','\x77','\x68','\xb9','\x11','\x32','\x30','\xe8','\xed','\x3f','\x6b','\xbb','\xd7','\x07','\x13','\x5f','\xc1','\xb6','\xee','\xea','\xbe','\xbd','\x5d','\xe8','\xf2','\x96','\xc0','\x9b','\x4d','\xdb','\x74','\x70','\x1b','\xf4','\x0b','\x05','\xb4','\x0e','\xa2','\x5a','\x7e','\x52','\xf9','\xb9','\xdf','\xd1','\x8d','\xa5','\xb2','\x7b','\x8d','\x4e','\x06','\x20','\x27','\xf1','\x1f','\x75','\x12','\x62','\x03','\xb9','\x7e','\x68','\xdd','\x81','\xab','\x87','\xc9','\x45','\x79','\xa6','\x1b','\x4c','\x6c','\x80','\xd8','\x78','\x82','\x85','\xa8','\xeb','\xa1','\x77','\xd9','\x88','\x36','\x61','\xea','\x9c','\x01','\x03','\x7c','\xa3','\xad','\x8f','\xa8','\x90','\x06','\x3e','\x61','\xb5','\x64','\x78','\xb0','\x84','\x6d','\xd3','\x20','\x00','\xc8','\x6b','\xce','\x1b','\xe3','\x7b','\x67','\xc2','\x49','\xc6','\x6f','\x9c','\x61','\xc7','\xdb','\x65','\xcb','\x30','\xdc','\x71','\x96','\xa5','\x5a','\x7b','\x10','\x78','\xeb','\x90','\x26','\xe0','\x6f','\x30','\x76','\x58','\x05','\xca','\x7d','\xce','\xc1','\x54','\x9a','\x23','\xf0','\x0e','\x97','\x2f','\x77','\x2f','\xbb','\x10','\x33','\x59','\x14','\xbf','\x9d','\x78','\x17','\xa3','\x9b','\xad','\xd1','\xc6','\x20','\xd2','\x85','\x76','\x72','\x57','\x53','\x3f','\xbb','\x05','\xe7','\x6c','\xc0','\x32','\x1b','\xfd','\x1f','\x04','\x4a','\x04','\x53','\x20','\x52','\x97','\xbb','\x46','\x45','\x01','\xdb','\xef','\x5d','\xad','\x2f','\xdd','\xca','\x19','\x2c','\x89','\x24','\x92','\xe7','\xfd','\x4c','\x59','\xea','\x16','\xf0','\x60','\xbf','\x9b','\x12','\xe7','\x7d','\x75','\x45','\x8a','\x38','\x22','\x2c','\xa3','\x21','\x47','\x7f','\xd2','\x0f','\x71','\xdf','\x51','\x43','\xcb','\xdb','\x20','\x79','\xc5','\xdf','\x67','\xe2','\x66','\x63','\x1a','\x01','\x11','\xf2','\x7e','\xab','\xc0','\xe6','\x5d','\xc8','\xfc','\x35','\x43','\xb6','\x2f','\xf1','\x22','\x56','\x82','\x4a','\xc6','\x89','\x88','\x7f','\x0a','\x0b','\x9e','\xe0','\x0a','\xb7','\xea','\x6d','\x5b','\xa3','\xed','\x0d','\x02','\x1e','\x6c','\x8d','\xda','\x25','\x79','\xdf','\xf1','\x05','\xc9','\x88','\x53','\xa6','\x81','\x35','\x79','\x96','\xae','\x9b','\x7e','\x3e','\x6c','\x8c','\x56','\xb8','\x6a','\x7a','\x88','\x56','\x13','\x28','\xec','\x82','\xc9','\xab','\x9a','\x04','\xee','\x39','\x01','\x8e','\x7e','\x3d','\x21','\xc9','\x90','\xf1','\x31','\x81','\x4f','\x73','\x3c','\x90','\x0f','\x1f','\x4f','\x03','\x01','\xcb','\xe7','\x4a','\xa4','\xfd','\x5e','\xcf','\xfa','\xe8','\xb8','\xd4','\xcb','\x51','\x3d','\x9d','\x06','\x41','\xf0','\xc5','\x1a','\x97','\x05','\xe6','\x2a','\x12','\x83','\x51','\xb0','\x61','\x07','\x4a','\x11','\x9f','\x52','\xe6','\x68','\x66','\x10','\x2d','\x4e','\xde','\x2c','\xdf','\x7a','\x35','\xad','\x03','\x8c','\xa6','\xf0','\x5f','\x6f','\x9f','\xd4','\xaf','\x78','\x18','\x13','\xf3','\x30','\x7e','\x11','\x00','\x73','\x0f','\x98','\xe3','\xfb','\x47','\xfc','\x7d','\x11','\xa0','\x9e','\xbc','\x8d','\xd6','\xa0','\x36','\x9a','\x8c','\x23','\x37','\xac','\x24','\x43','\xc1','\x4f','\x4d','\x4a','\x10','\x06','\x28','\x17','\x62','\x93','\x4d','\x08','\xa2','\xc4','\x38','\x70','\x81','\xc5','\x66','\x68','\x0e','\x53','\xdd','\x19','\x70','\x30','\x1a','\xc0','\xfb','\x89','\x76','\x8c','\x8f','\x68','\xfe','\xe9','\xc3','\xe9','\x59','\xd9','\xf1','\xb4','\x40','\xfb','\x70','\xfa','\x80','\x14','\xf3','\x31','\x80','\x86','\x31','\x51','\x09','\x7e','\xa0','\x0b','\x81','\xad','\x94','\x6c','\x20','\xfe','\xe0','\x6e','\xa6','\x71','\x17','\xe7','\xb1','\xf5','\x74','\x31','\x48','\x67','\x69','\x51','\xe7','\x2b','\xaf','\x2f','\xab','\x3e','\xfa','\x4e','\x00','\x50','\xec','\x5f','\x9f','\x31','\x4e','\xb6','\x0e','\xa0','\x0a','\x5d','\xde','\x74','\x8d','\x85','\x33','\x25','\x78','\xcf','\x0c','\x88','\xab','\xb9','\x3e','\x4a','\x45','\xe2','\x50','\x06','\x49','\x34','\x60','\x5a','\xfb','\x04','\x7f','\x1f','\x5e','\xf5','\xa2','\xa6','\x45','\x49','\xb2','\x5d','\x06','\x6a','\x23','\x2f','\x8f','\x2f','\x60','\x79','\x66','\xe1','\x01','\x6b','\x54','\x1a','\x76','\x0e','\xce','\x07','\x88','\x5b','\x33','\x28','\x00','\xb2','\x82','\xdb','\x4d','\x7d','\xf9','\xdf','\xec','\x20','\xb3','\x01','\x4d','\xe7','\x31','\x1e','\xca','\x58','\xe9','\xb0','\x5d','\xec','\x7c','\x4e','\x58','\x7e','\x7a','\xd2','\xde','\x73','\x99','\xc5','\xb2','\xe3','\xd8','\xe0','\x99','\x2d','\xfb','\xc7','\x77','\x85','\xd5','\x62','\xa4','\xe7','\x77','\x84','\x3a','\x5d','\x6c','\xa7','\x72','\xf3','\x68','\x6d','\xb6','\x4b','\x7c','\xb7','\xfb','\x9e','\xb6','\x4b','\x06','\x6a','\x60','\xf1','\x4b','\xaa','\x89','\x3c','\x3a','\x99','\xee','\x74','\x0a','\xc9','\xce','\x11','\x61','\x2a','\xee','\x18','\x12','\x4e','\xba','\xa1','\xb0','\x60','\xa2','\x46','\x44','\xc4','\xcd','\xdc','\x9f','\x88','\xb8','\xa9','\xdb','\x0f','\x2a','\x3f','\x2a','\xb5','\x8d','\x77','\x96','\xf3','\xe4','\x09','\xa4','\x53','\x2c','\x19','\x5b','\x04','\xd4','\x71','\x9a','\x86','\xe2','\xe7','\xf4','\x03','\xd7','\x2d','\x0d','\xc6','\x40','\x71','\x0e','\x83','\xc7','\x41','\x82','\x66','\x24','\xa8','\x77','\x79','\x32','\x34','\xd3','\x92','\x9e','\x3b','\xd2','\xf3','\x60','\xd7','\x37','\x8d','\x06','\xe8','\x74','\xdf','\x6f','\x14','\x56','\x57','\xb5','\x1c','\x09','\x35','\xf1','\xf3','\x5a','\x14','\x96','\x69','\x4f','\x71','\x76','\x8a','\x61','\xed','\x17','\x8b','\x98','\x36','\x46','\xf8','\xf2','\xf6','\x3b','\xa0','\x36','\x00','\x7e','\xbd','\xea','\x59','\x13','\xc5','\x50','\xba','\x86','\xed','\x16','\x5b','\xbb','\xef','\x9d','\x6e','\x7f','\xec','\x44','\x22','\x1a','\x28','\x42','\x74','\x73','\xe4','\xf6','\xde','\xe3','\xce','\xa9','\xb8','\x2b','\x8a','\x80','\x27','\xa5','\xce','\xa9','\x91','\x0e','\xa1','\xc8','\x18','\x0f','\xb1','\x29','\x2a','\x1c','\xe7','\x98','\xe6','\x31','\x8d','\xdd','\x76','\x1c','\x02','\x53','\xdc','\x9c','\xd6','\x02','\x34','\x71','\x79','\xc3','\x2c','\x7a','\xc6','\x8a','\x39','\xe6','\x02','\x14','\x3a','\x2b','\x59','\x63','\x9e','\x45','\x2a','\xeb','\xde','\xdc','\x3d','\xf8','\x52','\xf9','\xd3','\x71','\x2a','\xb3','\x46','\x7a','\x53','\x1e','\xc8','\x8b','\x4e','\x5b','\x53','\x37','\x43','\xa5','\x07','\xbc','\x3d','\x17','\x5c','\x3e','\xf9','\x9c','\x0c','\xe5','\xa7','\xbb','\x95','\xd8','\x14','\x9f','\xd1','\x95','\x73','\xd5','\xa1','\x41','\x3b','\x8a','\x71','\x60','\xfb','\xf6','\x81','\xa5','\xf8','\x2b','\xd3','\x19','\xce','\xf9','\x9e','\x4d','\x2b','\x4b','\x9c','\x63','\x01','\xa0','\x17','\xae','\xa5','\x01','\x34','\x68','\x4d','\xeb','\xdb','\xed','\x36','\xe9','\x37','\x44','\xcf','\xdc','\x03','\x34','\x68','\x38','\x3e','\xe1','\x90','\x0c','\x25','\xcb','\x19','\x03','\xaf','\xa8','\xf5','\xdd','\x01','\xff','\x27','\xd2','\xd3','\x28','\xf3','\xc0','\x6d','\x6e','\x91','\x8e','\x36','\x12','\x7e','\xe5','\xd4','\x1a','\x53','\xb7','\x70','\x46','\xad','\xad','\x7d','\x2d','\x97','\x89','\x5f','\x20','\xf1','\xfa','\x75','\x72','\x87','\x95','\x19','\x56','\x71','\xf2','\xa5','\x0b','\x6e','\x9f','\x34','\x6e','\x42','\x82','\xca','\x63','\x77','\xd5','\xa5','\xde','\x00','\xe2','\xff','\x49','\x2f','\xa4','\x33','\xa9','\xe8','\x60','\xc2','\x14','\x4e','\x83','\x1b','\x71','\xc8','\xd6','\xf3','\x44','\xf6','\x83','\x05','\xe8','\x57','\x4a','\xf3','\x99','\x95','\x6a','\x85','\xd0','\x33','\x3f','\xb8','\xa3','\x4c','\x76','\x66','\xc4','\xde','\xb7','\x48','\x5f','\xe1','\x52','\x01','\xa8','\x36','\xac','\x49','\x53','\xa5','\xb0','\x56','\x8c','\x56','\xcf','\xd2','\xb6','\x07','\x6d','\x5f','\xe4','\x1d','\x17','\x18','\x19','\xfa','\x16','\xca','\xd4','\x98','\x2f','\x5c','\xb2','\x24','\x80','\x43','\x80','\xb6','\x01','\x08','\xe0','\xef','\x63','\x1b','\x1d','\x20','\xe0','\xce','\x69','\x6b','\xcd','\x76','\xf5','\x5b','\xdc','\xf1','\xa3','\x6e','\x57','\x6c','\x20','\x6c','\x2d','\x7b','\xb5','\x0c','\x7f','\x26','\xf1','\xac','\xef','\x62','\xe7','\x7c','\xf6','\x38','\xa7','\x32','\x5e','\x2e','\x4b','\x22','\x7a','\x80','\xdf','\x2e','\x40','\x0d','\x97','\xc5','\xb0','\xec','\x69','\xe6','\x6e','\xe8','\x2e','\x95','\x1c','\xcd','\xb7','\xb3','\x44','\xfb','\x74','\xe7','\x97','\xf3','\x82','\x44','\xef','\xf4','\x45','\x2f','\x38','\x0d','\x6b','\x10','\x99','\x42','\xd2','\x54','\xc9','\x61','\x66','\x92','\x26','\xd4','\xba','\xd0','\xde','\x99','\x1a','\x9e','\xa5','\x91','\x81','\x76','\x06','\x00','\xfd','\x60','\xbf','\x5b','\x4c','\x98','\xd3','\x2d','\x2c','\x09','\xbc','\x4e','\x48','\xc3','\x99','\x77','\x30','\xf2','\x5a','\x2a','\xa3','\x17','\x53','\xe4','\x94','\xae','\x9d','\xf6','\x9b','\x9e','\x5d','\x9a','\xc7','\xda','\x94','\x9f','\x96','\x67','\xa5','\x26','\x35','\xeb','\x40','\xb9','\xd1','\xf6','\x60','\x6e','\x5f','\x13','\x74','\x75','\x60','\x3f','\x7f','\x64','\xca','\xcf','\xf5','\x6d','\x23','\x6e','\x4c','\xbb','\x59','\x52','\x9d','\xa7','\x7a','\xcf','\x0a','\x7a','\xdf','\xa9','\x49','\xa3','\xcd','\x2c','\x36','\x2b','\x62','\x78','\x60','\x0b','\x66','\xe5','\x85','\xb6','\x0b','\xf5','\x31','\x9f','\x10','\x5c','\xd0','\xed','\xf7','\xe7','\x70','\xb4','\x49','\xfb','\x6e','\xca','\xd6','\x0e','\x16','\xc1','\xdb','\x9d','\xf6','\x1d','\x5d','\x06','\x25','\xce','\xa0','\x85','\x9c','\x00','\x9a','\xd4','\x8d','\xf0','\x61','\xec','\xa5','\x60','\x44','\xe5','\xa1','\x50','\x8a','\x8c','\x52','\xa1','\x1c','\x1d','\x80','\xdc','\x85','\xc2','\x21','\xfe','\x5e','\xe3','\xea','\x4a','\x2b','\xd1','\x0c','\x22','\x92','\x09','\x1b','\xbd','\x04','\x9c','\x17','\xf3','\x7f','\x5a','\x09','\x16','\xeb','\x75','\x61','\x15','\xa6','\x70','\x7b','\x74','\xe5','\xd7','\xdd','\xde','\x78','\x5b','\x07','\xfe','\x38','\x53','\xf1','\x83','\xd4','\x22','\x21','\xbb','\xf1','\x9e','\x9f','\xf9','\xac','\xdd','\xe2','\xfd','\xb5','\xd8','\x9e','\xc7','\xf3','\x9f','\x54','\x52','\xcc','\xd7','\xf1','\xa1','\x7f','\x14','\x99','\x68','\xfe','\xa1','\x20','\x08','\x7e','\x70','\x48','\x6c','\xd2','\x06','\x47','\xc4','\xac','\x5b','\x29','\x4c','\xf0','\xf9','\x19','\xbc','\x12','\xf2','\x0a','\xf5','\xbd','\x1f','\x03','\x74','\x7c','\xdf','\xa4','\x58','\x7d','\xc6','\xdf','\x4e','\x22','\xc4','\xe1','\xbb','\xee','\x6f','\xbc','\xd4','\x81','\x60','\x26','\xe1','\x2e','\xec','\x5a','\xe1','\x7c','\xa1','\x03','\xdf','\x39','\x8d','\x82','\x84','\x97','\xbf','\x6a','\xf2','\x9d','\xba','\x2e','\x9d','\x5a','\xac','\x16','\x4f','\xa0','\x2b','\x3e','\x2a','\x7f','\x91','\x97','\xe6','\xfc','\x1e','\xba','\x93','\xcb','\x02','\x58','\x18','\x35','\xcb','\x86','\x0e','\x2d','\x2d','\x6d','\xa1','\xff','\x48','\x8e','\x3b','\xbe','\xf7','\xc4','\xee','\x14','\xa6','\x57','\xb8','\xf8','\x7b','\x0f','\xfb','\xaa','\xfc','\xaf','\x9b','\x65','\xb8','\x41','\x92','\xfc','\x7d','\x94','\xd3','\x2f','\x14','\x8c','\xdd','\x43','\xa0','\xbb','\xfe','\x19','\x90','\x0d','\x94','\xbe','\x7e','\xfe','\xb1','\xf4','\x4a','\x09','\x2f','\xd7','\x66','\x7d','\x4c','\x77','\xb6','\x40','\x78','\xb0','\x63','\x6c','\x60','\x1b','\x2d','\x3f','\xb6','\x50','\x7b','\x34','\xb0','\x7a','\xe6','\xa7','\xc7','\x5d','\x1c','\x51','\x08','\xac','\x06','\x93','\xb2','\x12','\xdb','\x93','\xb5','\x69','\x31','\x43','\xdc','\xd2','\xb2','\x6a','\xbf','\xd8','\x58','\x16','\x20','\x93','\xe3','\x1b','\x80','\x95','\xca','\x8f','\xf9','\x67','\x78','\xaf','\xbc','\xed','\xcd','\x12','\x89','\x76','\x64','\x53','\x41','\xb1','\x99','\x9b','\x4e','\x6a','\x29','\x82','\xb3','\x1d','\x4b','\xe5','\x67','\xb3','\xbb','\x65','\x7c','\x53','\x6f','\x10','\x1a','\x20','\x1a','\x42','\x34','\x43','\x5d','\x0e','\x34','\xef','\xf7','\x3d','\x5c','\x59','\xca','\x3b','\xa2','\x7b','\xee','\xdd','\x03','\x55','\xec','\xa9','\xd4','\x10','\xab','\x6b','\x19','\xd9','\xf9','\x0e','\xf6','\xfc','\xad','\x82','\x21','\x26','\xb2','\x73','\x27','\x3d','\x82','\x03','\xe8','\x19','\x97','\x46','\x44','\xdd','\x14','\x2b','\x21','\xa2','\x4e','\xb2','\x31','\x35','\x61','\x62','\xdb','\xa5','\x6e','\x2d','\xdb','\xab','\xd6','\x25','\x9b','\x53','\x4c','\x24','\xcc','\xd4','\xa4','\xd6','\x95','\xca','\x85','\xff','\x65','\xf8','\x3c','\xac','\x43','\x03','\xc8','\x5d','\xca','\x0d','\x53','\x7e','\xea','\x79','\x1b','\xf8','\xce','\x66','\x8d','\xb3','\x31','\x61','\x36','\xcb','\x8f','\xdf','\xe1','\x63','\x61','\xd8','\xf0','\xcc','\x04','\x51','\xfa','\xee','\xfb','\xa5','\xa8','\x38','\x4f','\x96','\xcc','\x10','\x63','\xe2','\x73','\xc1','\xca','\x63','\x05','\xf5','\xf9','\x53','\x6e','\x38','\xe4','\x9a','\x21','\xb4','\xdf','\x84','\xee','\xef','\x7b','\x58','\xa3','\xdc','\x22','\xe2','\x11','\xf2','\x88','\x54','\x11','\xa1','\xad','\x51','\x23','\xd6','\x75','\x0d','\xd6','\x82','\x08','\x6a','\x61','\x75','\x34','\x22','\xea','\xd6','\x6e','\x77','\x8d','\xcb','\xb6','\xa6','\x42','\x92','\xee','\x92','\x3d','\xf9','\x93','\x48','\xa3','\xb9','\xb5','\x8d','\x7a','\x97','\xb4','\xf2','\x58','\xb0','\x03','\x8c','\xd8','\xd7','\x98','\x89','\x2f','\x19','\xe5','\x2f','\xee','\x09','\xb3','\x39','\x84','\x1b','\x7e','\xf3','\xc2','\x07','\xe0','\x9d','\x6c','\xf3','\xd0','\x5e','\x72','\xab','\x4d','\xd0','\x6b','\xc1','\x07','\xe3','\x90','\x10','\x91','\x59','\x28','\x45','\x3d','\x31','\x98','\xca','\x7d','\x64','\xbe','\x69','\xd0','\xd9','\xef','\x13','\x4c','\xab','\xf6','\x12','\x42','\x9e','\x2d','\x84','\x83','\xc2','\x57','\x1a','\x34','\x15','\x51','\x0b','\x8a','\x0b','\x4e','\x2d','\x14','\xbe','\xbb','\xbd','\x71','\x5b','\x29','\x3f','\xf9','\xee','\xac','\xb6','\x65','\x9e','\xd8','\x98','\xea','\x18','\xcc','\xa3','\x5e','\x58','\x5d','\xb4','\x18','\x9f','\xb3','\xab','\x7e','\x32','\x64','\xc2','\x9f','\x07','\xd9','\xfe','\x99','\x55','\xef','\x23','\x65','\xbc','\x8c','\x4b','\xbe','\x00','\xc8','\xac','\xa6','\xb9','\x13','\xae','\xea','\x35','\xb0','\x0e','\x40','\x1a','\xcf','\x00','\x89','\xc8','\xe3','\x20','\x08','\x78','\x1f','\xc7','\xf8','\xcc','\xeb','\x3f','\x22','\xdc','\x99','\x36','\xfe','\x30','\xfd','\x18','\x5d','\xe7','\x34','\x9d','\xf5','\xed','\x61','\xb2','\x89','\x9c','\x40','\x60','\x5d','\x12','\xbb','\xaf','\x28','\xd6','\x3b','\xc8','\xc8','\xcf','\xa5','\x9f','\x80','\x90','\x44','\xd4','\xb8','\x51','\xef','\x3b','\xc5','\x41','\xc2','\x29','\x0d','\x34','\x7a','\x95','\xf8','\x8b','\xfc','\xb9','\x20','\x13','\xb9','\x20','\x2f','\xd9','\xf1','\x9d','\x10','\xa2','\x7a','\x9b','\xf5','\x72','\xc2','\x4e','\x2f','\x9d','\xb4','\x85','\x5e','\x6c','\xff','\x17','\xa5','\x9f','\x63','\xb4','\xe7','\x74','\x44','\xd2','\x92','\xc7','\xfe','\x8e','\xeb','\x43','\x08','\x39','\x9e','\x77','\x0c','\xfd','\xe7','\xb1','\x8c','\x75','\xc9','\xcf','\x34','\xf4','\xb9','\x67','\x9f','\xa2','\x33','\x6c','\xc9','\x3a','\x37','\xf1','\xf0','\xf3','\xb8','\xe3','\x1f','\xa0','\x5d','\x88','\xba','\x47','\x76','\xea','\x70','\xeb','\x7d','\x08','\x9b','\x84','\x25','\xf1','\x2f','\xd2','\xde','\x01','\x66','\xcd','\x9a','\xc0','\x44','\xd6','\x7f','\x33','\x53','\x96','\x57','\x14','\x38','\x00','\xd6','\x58','\xde','\x43','\x52','\x58','\x39','\xa3','\x55','\x27','\x95','\x9f','\x74','\x81','\x9b','\xda','\x13','\x85','\xa0','\xe5','\x48','\x65','\xaa','\x9f','\xf7','\xd1','\x9b','\xdb','\x33','\xcc','\xb5','\x83','\x9b','\x09','\xd3','\x38','\x40','\x06','\x0d','\x88','\xb1','\x0d','\x42','\xe6','\xa2','\xb5','\xdb','\x6e','\x6e','\x6e','\x6c','\xb1','\xbd','\xa0','\xca','\x0f','\xe5','\x6e','\xaf','\x44','\x51','\x01','\xee','\x74','\x87','\x5f','\xeb','\xc1','\x83','\xee','\x1d','\x40','\xbf','\x88','\x58','\x08','\x65','\x21','\xe2','\x3c','\x7f','\xd3','\xb6','\x16','\x6e','\x54','\xdd','\x2f','\xb8','\xdd','\x58','\x03','\x15','\x78','\x43','\x38','\xb7','\xde','\x7c','\xf7','\xbd','\x35','\x8a','\xcd','\x05','\xb4','\xae','\x55','\x1a','\xe8','\xfb','\xa1','\x3f','\xa3','\x82','\x5c','\xe6','\xae','\x18','\x8d','\x81','\xfe','\x23','\x68','\x85','\x31','\x0a','\x50','\xab','\x3d','\xa6','\x6d','\x23','\x0b','\x27','\xdc','\x54','\xf9','\xb9','\xa9','\xeb','\x56','\x47','\xde','\x91','\xbc','\xb4','\xb0','\x99','\x7b','\x1a','\x73','\x2b','\x9c','\x5d','\xfa','\x81','\xed','\x20','\xd2','\xce','\xa2','\xac','\x86','\xe1','\xf6','\x46','\x35','\xcc','\x6f','\xfd','\xd5','\x48','\x69','\x4c','\xf7','\x9b','\xde','\xe3','\xe4','\x91','\xcf','\xf4','\x15','\x26','\xa2','\x1e','\xbb','\xc8','\x4c','\xee','\x96','\xd6','\x88','\x36','\xb7','\xde','\xc0','\x72','\xe2','\x55','\x9b','\x9f','\x1c','\x8b','\x2a','\x03','\x4c','\xad','\x30','\xb1','\x38','\xe2','\x37','\x19','\xd7','\xf7','\x4e','\x37','\x22','\xea','\x9d','\x53','\x99','\xf2','\xf0','\xec','\x92','\xa1','\xa8','\x83','\x67','\x4c','\x49','\xcc','\xf0','\xd8','\x2d','\x42','\x72','\xf7','\xbb','\xde','\x49','\x85','\xf7','\x39','\xf9','\x0e','\xdf','\x68','\x41','\x77','\xc0','\x58','\x37','\x32','\x80','\xe2','\x0e','\x28','\xdb','\x5a','\x09','\x2a','\x4b','\x9e','\x4f','\x21','\x1b','\x7c','\xa7','\x57','\x67','\xbc','\x80','\x37','\xe7','\xbd','\xf6','\x4b','\x88','\xfc','\xfc','\xdb','\x47','\x71','\xe2','\xd9','\x7b','\xce','\xf2','\x3e','\x46','\xa6','\xdc','\xf8','\x7d','\x49','\xa1','\xfc','\xc4','\x79','\x37','\x8a','\x7e','\x8f','\x4b','\x8e','\x0e','\x2d','\xaa','\x7f','\x46','\xb7','\x90','\x15','\x79','\xe6','\xc7','\x15','\x9f','\x1c','\x03','\x90','\xcd','\xe3','\x9c','\x19','\x65','\x9b','\xc9','\xfb','\x49','\x33','\x7a','\x56','\xb8','\x7e','\x30','\xad','\x8a','\xff','\x29','\x71','\xc5','\x30','\xfd','\x97','\x32','\x01','\x12','\x0f','\xe6','\xda','\xd6','\x1a','\x5d','\xaf','\xd7','\x73','\x0b','\xd0','\xbe','\xef','\xd3','\x45','\x41','\xf5','\xfb','\x08','\x08','\xab','\x72','\x84','\x3f','\x3f','\xa3','\xa5','\xff','\x5c','\x49','\x86','\xde','\xa5','\xbb','\xc1','\x53','\x89','\xa7','\x0f','\x07','\xf9','\x16','\x87','\xbb','\xff','\x44','\x10','\xfd','\xbd','\x52','\x89','\x14','\xc7','\x3c','\x09','\x96','\x29','\x7d','\x90','\x06','\xf8','\xda','\x28','\xc8','\x64','\x30','\xf1','\x4c','\x80','\x0a','\x40','\xd0','\xb3','\xe7','\xb3','\x5e','\x4d','\x8b','\x2a','\xff','\xa2','\xe9','\x75','\x40','\x1c','\x69','\xd0','\x86','\x14','\xcf','\x28','\xc8','\x1c','\x95','\x20','\x26','\x5c','\xa8','\x3e','\x31','\x71','\xbe','\x74','\x20','\x0e','\x7a','\x1c','\x67','\x36','\x86','\x4d','\x0f','\xf2','\x7e','\xc0','\xb9','\x11','\xdc','\xd9','\x35','\x60','\x1b','\xe7','\x4a','\xdc','\xf5','\x2a','\x0a','\x61','\x40','\x29','\xa0','\xc0','\x8c','\x4d','\xf2','\x7a','\xf1','\x77','\x78','\x90','\xf3','\x61','\xb5','\xe0','\x0a','\x95','\x9f','\x97','\xda','\xc8','\xd8','\xdf','\xc5','\x57','\x07','\x3e','\x58','\x2a','\x56','\xe7','\x56','\x1e','\x19','\xda','\x37','\x56','\x37','\xf4','\x85','\x8c','\x4e','\x9b','\x1d','\xae','\x47','\x50','\xa3','\xee','\x5c','\x2d','\x0e','\x9a','\x7b','\x5f','\xd1','\x60','\x36','\x35','\xdd','\xc6','\xc9','\x2d','\x3f','\x7d','\x17','\x53','\x3a','\x65','\xca','\x47','\xd2','\xed','\x7e','\x8f','\x1e','\xbb','\xee','\x01','\x95','\x8a','\x5b','\x99','\x5a','\x06','\xfc','\xbe','\x21','\x07','\x39','\xcd','\x0e','\xba','\x7b','\x1d','\xd2','\x85','\x64','\x37','\x37','\x39','\xb3','\x06','\xb9','\x4b','\x5a','\xb7','\x03','\xf1','\xe9','\xd2','\x46','\x44','\x1b','\x5b','\xff','\x8c','\x14','\x75','\x07','\x2e','\x12','\xee','\x68','\x47','\x24','\xb3','\xe5','\x30','\x42','\x10','\x67','\xa9','\xcf','\xcf','\x36','\x09','\x7c','\x0e','\xc2','\x90','\x40','\xbf','\x59','\xa3','\x97','\x79','\x80','\x07','\x3f','\x43','\xe5','\xe7','\xa0','\x08','\x22','\x7e','\x09','\x85','\x2b','\x98','\x07','\x86','\x08','\xf6','\x46','\x7e','\x08','\x6c','\x01','\xb8','\xc3','\x05','\x02','\x02','\x90','\x70','\xe7','\xaa','\xe7','\x4e','\xfc','\x70','\x79','\xdf','\x3b','\xdd','\x8c','\xe7','\xf6','\x5b','\xd7','\xc0','\x4f','\xae','\x6c','\x38','\x68','\x47','\x7a','\x5b','\x74','\x38','\xf6','\xf1','\x89','\xdd','\xe5','\xe4','\xe7','\xe6','\x55','\x93','\xce','\x61','\x69','\x6c','\x97','\x86','\xe6','\xb9','\x05','\xb6','\xf5','\x26','\x5c','\xd0','\xba','\xd0','\x2e','\x3b','\xf5','\xdd','\xc6','\x7b','\x6b','\xd4','\x3a','\x87','\xb5','\xac','\x58','\x74','\x40','\xd4','\xe5','\x85','\x9d','\x17','\x0b','\x87','\x4e','\xd4','\xb7','\x4e','\xdc','\xec','\x2e','\x25','\x88','\x08','\xe8','\xfd','\x07','\x55','\x99','\x72','\x13','\xc1','\x64','\xac','\x24','\x89','\x7d','\x1e','\x84','\xa0','\xa5','\xb5','\x12','\xe4','\x8a','\x45','\x83','\x90','\xee','\x42','\x42','\xd2','\x7d','\x53','\x51','\xe2','\xae','\x25','\x57','\x12','\xa2','\x1f','\x2e','\xbb','\xdb','\x01','\x2e','\x40','\x7d','\x63','\x29','\xa7','\x17','\xda','\xf7','\x41','\xf2','\xb9','\xe7','\x6e','\x6f','\x57','\xbf','\x04','\xf9','\xe2','\x17','\xf0','\x8e','\x15','\x24','\xa3','\xa1','\x25','\x6d','\xcc','\xe2','\xfc','\x81','\x96','\xbc','\x0e','\x6e','\x70','\x47','\xb2','\x55','\x49','\x30','\xca','\xdf','\x5a','\xcf','\xd1','\x4a','\x7a','\xd0','\x94','\x0f','\xa5','\x67','\xde','\x3b','\xcb','\x73','\xfa','\x3e','\x3f','\xca','\xf0','\xc1','\xb4','\xa0','\xe9','\x51','\x35','\x2b','\xf7','\x37','\xdd','\x40','\x9c','\xdf','\x38','\x8d','\x02','\xb7','\x3a','\x34','\x74','\xda','\xba','\xf8','\x63','\x82','\x17','\x7f','\x66','\x64','\x2f','\xe0','\xf1','\x91','\xd9','\xc7','\x46','\xa2','\x14','\xfb','\x48','\x7a','\x01','\x27','\x21','\x69','\x0f','\x0f','\x5d','\x8e','\x29','\xda','\xfd','\x64','\x1b','\xd9','\xf3','\x4a','\xd4','\x19','\x82','\x00','\x8b','\xf8','\x1e','\x4c','\xf4','\xc1','\xf4','\x5c','\xcf','\xe6','\x06','\xbb','\x4f','\x79','\x5c','\xd4','\x18','\xdb','\x3e','\xeb','\x41','\x79','\x7a','\xa8','\x86','\x8c','\x45','\x56','\x95','\x09','\x28','\xb9','\x7e','\x0e','\x92','\xdc','\xe5','\xb0','\xb0','\x03','\x6e','\x22','\x34','\x5f','\xa0','\x3b','\xc0','\x61','\x17','\x7f','\xb0','\x46','\xf3','\x91','\xea','\x1e','\x09','\xb2','\xaf','\xe8','\xc2','\x88','\x9b','\x9e','\x6e','\x04','\xd2','\xde','\x41','\x5c','\x59','\x33','\x26','\x49','\x12','\x72','\xe4','\xac','\xba','\xc3','\xf4','\xe4','\x94','\x5e','\xa5','\x67','\xa7','\x63','\x8a','\x31','\x03','\x1a','\x09','\xf7','\x0a','\x10','\xc1','\xcb','\x32','\x89','\xf0','\x0c','\x06','\x87','\x95','\x00','\x81','\x50','\x94','\xcd','\x26','\x5f','\x41','\xb1','\x3a','\xf7','\x31','\x5f','\xcc','\x2a','\x43','\x3b','\xe5','\x2d','\xfc','\x0e','\x73','\x60','\x3e','\xbf','\x34','\x2c','\x2e','\xb4','\x9a','\x72','\x36','\xef','\xec','\x73','\x34','\xaf','\x43','\x09','\xc3','\x38','\x07','\x02','\x2b','\x3f','\x41','\xc7','\x25','\xfb','\xe9','\x51','\xcb','\x2e','\x97','\x46','\xd7','\x6f','\xea','\xf2','\x96','\x21','\x6c','\x93','\x63','\x72','\x57','\x9f','\x62','\x14','\xf2','\x5e','\x1d','\xa8','\x05','\x94','\x9f','\xfb','\xbd','\xc7','\x4d','\xed','\x51','\x5f','\x10','\x5e','\xe2','\x7e','\x8f','\x5e','\x14','\x24','\x2e','\x8a','\x8b','\x9f','\xef','\x88','\x20','\x03','\x61','\x16','\x22','\x12','\x69','\x66','\xe1','\x24','\xe2','\x9d','\x68','\x67','\xd2','\xf0','\xc3','\x5e','\x96','\x50','\x28','\x52','\xdb','\x66','\x4a','\x90','\x5d','\xc0','\x2a','\x7b','\x27','\x92','\x46','\x74','\x91','\xd9','\x12','\x14','\x68','\x57','\x02','\xe4','\x56','\x32','\xae','\x91','\x49','\x2a','\x4a','\x32','\xe4','\xaf','\xa9','\xcc','\x39','\x86','\x0f','\x30','\x44','\xde','\xcf','\x66','\x20','\x93','\x88','\xd4','\x95','\xeb','\xae','\x16','\x16','\x36','\x4b','\x55','\xb1','\x68','\x5c','\x9b','\x01','\x69','\x0d','\xf5','\x1c','\x01','\xcc','\x90','\x6f','\x87','\x79','\x5b','\xe5','\x4d','\xba','\xba','\xb0','\xcb','\x10','\xaa','\xca','\x8f','\xbe','\xa3','\x3c','\xb6','\xef','\x4c','\xbc','\xf7','\x04','\xa3','\x56','\x7c','\x17','\x3d','\xb8','\xee','\xee','\x70','\xc5','\xca','\xd9','\x39','\xad','\x40','\xdc','\x73','\x87','\xb9','\x67','\xa4','\x71','\xc5','\xd3','\x1a','\x1b','\x5a','\xcf','\xc4','\x5a','\xad','\xc2','\x85','\x8f','\xd8','\xf8','\x38','\x03','\xb5','\xd9','\x58','\x4a','\x27','\x89','\xfb','\xa1','\xa4','\xf0','\x20','\x46','\x51','\x74','\x0b','\x94','\x13','\xa4','\x31','\x53','\xbb','\x6e','\xca','\x07','\xac','\x16','\xad','\x7d','\x2f','\xa3','\x55','\x07','\xd2','\xdc','\xfc','\x74','\xfd','\x83','\xc0','\x1a','\x44','\xc4','\x1d','\x68','\xeb','\xf3','\x78','\xa1','\x04','\xb9','\x95','\x72','\xbb','\x6a','\x84','\x45','\x22','\xc9','\x30','\xe1','\xa4','\xfc','\x1c','\x97','\x2b','\xf5','\x4e','\x7e','\xc6','\x48','\x65','\x89','\x2a','\xc5','\x8d','\x28','\xdc','\x44','\x25','\x87','\xcd','\x9a','\x98','\x23','\xbd','\x5c','\x72','\x5d','\x1e','\xd0','\x3a','\x45','\x1b','\xc3','\xed','\x4d','\xe5','\xc4','\xd5','\x02','\x71','\xa0','\x2b','\xde','\xd1','\xa6','\x00','\x31','\x86','\x44','\xd2','\x0a','\x73','\x43','\x4b','\x2c','\xe4','\x3d','\x28','\x41','\x9d','\xe2','\x6f','\x59','\x59','\xc7','\x79','\x18','\xf4','\x9e','\xe7','\x5b','\x95','\xbf','\xdf','\x4b','\x93','\x38','\x4f','\x9f','\xae','\xf1','\xab','\x9b','\x3c','\x58','\x8c','\x71','\x6d','\x5a','\xd7','\x37','\x2b','\x3b','\x22','\x42','\xb7','\xdb','\x6d','\xd2','\x6f','\x88','\x16','\xf7','\x00','\x61','\x52','\xbf','\xb9','\x79','\x20','\x74','\x78','\x4f','\x7a','\xba','\x42','\x56','\xf6','\x6c','\x7c','\x2b','\xc4','\x9c','\x7c','\x1d','\x20','\xfb','\x8a','\xf4','\x72','\x5b','\x90','\x4c','\x0f','\x10','\x1a','\x4e','\xbc','\xf2','\xf3','\x8f','\xe7','\xf7','\x1f','\x92','\x5a','\x00','\x3b','\x3c','\x1f','\xf4','\x7d','\x92','\x0f','\x43','\x5a','\x81','\x8c','\x5b','\x01','\x0c','\xc5','\xe0','\x32','\xe4','\x1f','\x01','\x21','\x64','\x8b','\x1d','\xe4','\x23','\xa6','\x58','\x60','\xcc','\xbf','\x55','\x7a','\xc0','\xef','\x8f','\x5e','\x49','\xe5','\xc7','\x76','\xed','\x0f','\xe7','\xc1','\x12','\x02','\x7d','\xd7','\xf4','\x6a','\x4d','\xbe','\xb6','\x05','\xb0','\x80','\x1d','\x1e','\xdf','\xb1','\x56','\xe5','\x26','\xdd','\x6c','\x5a','\x6b','\x71','\xe8','\xbb','\xdb','\x99','\x12','\xbc','\x71','\xdd','\x5e','\x9f','\xd9','\x0f','\x14','\x14','\xe7','\xde','\x39','\x20','\x88','\x03','\xb0','\x44','\x0c','\xb1','\x8e','\x8c','\x0a','\xc7','\xb0','\xb8','\xe4','\x6b','\xc7','\x54','\xc8','\xbb','\x40','\xfc','\x1d','\x83','\x96','\x02','\x3a','\xcd','\xa2','\x9e','\x3c','\xc7','\x23','\x09','\x0a','\xb0','\x2c','\x9e','\x41','\x7c','\x84','\xb0','\xbd','\x34','\x8b','\xf4','\xb6','\x99','\xfb','\x5b','\x46','\x7a','\x2b','\x2c','\x12','\x13','\x98','\x27','\xbe','\x8c','\x3e','\xda','\x39','\x1e','\x3f','\x9f','\x12','\x07','\xcc','\x43','\x40','\x24','\x31','\x76','\xdf','\xe5','\x8d','\x40','\x14','\x96','\x2b','\x0e','\xed','\x93','\x8d','\x25','\x95','\xf3','\x22','\xbe','\x5e','\x06','\x27','\xb8','\xbb','\x13','\x0b','\xd1','\xae','\xa0','\x31','\x95','\x5d','\x89','\xf3','\x3e','\xcd','\x42','\xa0','\x77','\xa2','\x38','\x1c','\xbf','\x53','\x27','\xda','\x89','\xf4','\xfa','\x01','\x3d','\x7c','\x4f','\xec','\xf3','\x46','\x88','\x7a','\x6e','\x28','\x04','\xfd','\x1e','\xc5','\x0e','\x0e','\xe5','\x89','\x66','\x0f','\x05','\xa7','\xfd','\xfc','\x02','\x10','\xda','\x5e','\x67','\x8a','\x36','\x33','\x53','\x28','\x14','\x7d','\xb7','\x36','\xb2','\xdd','\xda','\x6e','\x16','\x81','\xcd','\x5d','\x15','\x2d','\xca','\x99','\x5b','\x5c','\x8e','\x6a','\x82','\xda','\x0e','\xfb','\xc1','\xde','\x90','\xa3','\xdc','\x83','\x9c','\x57','\xdd','\xc3','\x78','\x60','\xaf','\xee','\xa8','\x6c','\x0a','\xa6','\xf2','\xa2','\xce','\x4d','\xde','\x39','\x2e','\x12','\x15','\x51','\x43','\x9c','\xa8','\x5e','\x47','\x6d','\x93','\x50','\x48','\xb9','\x51','\x9c','\x23','\xd2','\xce','\xc1','\xbc','\x0c','\x85','\x3e','\xa0','\xb5','\x76','\x1b','\x0e','\xcd','\x47','\x44','\x3a','\x6b','\x8f','\xdf','\x19','\x24','\xa4','\x96','\x1e','\xe6','\x9d','\x44','\x9a','\x9d','\x77','\xf0','\xb9','\x91','\x20','\xe4','\x6c','\x5d','\x43','\xa5','\x39','\xbc','\xaf','\x1c','\x9f','\x85','\xec','\xca','\x3e','\x26','\x6d','\x29','\x94','\xfb','\xed','\xc2','\x74','\xb5','\x79','\x27','\x24','\xd6','\xa6','\x8a','\x15','\x75','\x0a','\xa8','\xd2','\xa8','\xca','\x42','\x8e','\x66','\x17','\xa1','\xe6','\x0a','\x17','\x2a','\xf2','\x9f','\x4d','\x46','\x8b','\x88','\x06','\x79','\x9d','\x2d','\xc4','\xa8','\xd4','\x1d','\x79','\xa7','\xe8','\x63','\x04','\xd1','\x2e','\x6b','\xd3','\x4a','\x18','\x9b','\x21','\x16','\xfd','\x31','\x82','\xd3','\x80','\x40','\x5c','\xbb','\x0b','\xcb','\xf8','\xe0','\xaf','\x0a','\xfd','\x3e','\x97','\x56','\xd3','\x17','\x9f','\x1f','\x10','\x4d','\xcf','\xd2','\x8e','\xd1','\x7e','\x9f','\x0c','\x82','\x80','\x69','\xdb','\x36','\x8b','\xde','\x22','\x65','\x52','\x68','\x1a','\x44','\xe2','\xc0','\x58','\xbe','\xfb','\xe7','\x79','\x87','\xb9','\x31','\x2f','\x48','\xb4','\xfa','\xed','\x0b','\x11','\xe5','\xcb','\x20','\x35','\xdd','\x71','\x4e','\xdf','\x3b','\x02','\xc5','\xab','\xdf','\x41','\x2e','\xbb','\x9f','\xff','\xe8','\x16','\x42','\x94','\xb4','\x7c','\xb2','\x99','\x1f','\x27','\xd3','\xe1','\x3a','\x31','\x12','\x6b','\x45','\xbc','\xc7','\x53','\xb6','\x36','\x4b','\x77','\xba','\xba','\xf4','\xba','\x8b','\x35','\x56','\xfb','\xc1','\xbe','\x14','\x32','\x03','\x58','\xac','\x7c','\x48','\xe4','\x97','\xd0','\xe1','\x8b','\xca','\x9a','\x1c','\x58','\x29','\x84','\x98','\xbf','\xcb','\x9e','\xef','\x80','\x69','\x17','\x74','\x5c','\xb9','\xdc','\xbc','\x2a','\xe4','\xc6','\x62','\xbf','\x87','\x90','\x3c','\x2c','\xf3','\x64','\xae','\x9e','\xbe','\x7c','\xd2','\xc8','\x22','\xbc','\x70','\xa1','\x8c','\x0f','\x38','\xd7','\x90','\xb8','\x8b','\xbc','\x53','\x85','\x27','\x8c','\xf3','\x2c','\x4f','\x9d','\x11','\xf8','\x4c','\xf1','\x1d','\x1f','\x1b','\xfb','\xf0','\x60','\xde','\x0e','\x9f','\xf8','\x9e','\x11','\xc3','\x9a','\xb9','\x6a','\x35','\x57','\x8e','\xba','\x02','\x6d','\xcd','\x37','\x57','\xef','\xbb','\x87','\x68','\x9d','\x41','\x19','\x52','\x7c','\xcf','\x09','\xf3','\xd4','\x46','\x3b','\xcf','\x4f','\x81','\x10','\x8a','\x9c','\x5f','\xa9','\x3e','\x9c','\xbf','\x0c','\x3c','\x32','\x2a','\x3f','\x89','\xac','\xb2','\x02','\x6c','\x8f','\x94','\x8c','\xb5','\x8d','\xa1','\x10','\x05','\x18','\xe5','\x38','\xdb','\xe3','\x51','\xde','\x32','\xd8','\x41','\xb3','\xa0','\x11','\x94','\x13','\xbf','\x88','\x6d','\x68','\x13','\xb6','\xd7','\x77','\x6d','\x27','\xe5','\xa7','\xce','\xdf','\xb0','\xd6','\xb9','\xe5','\x07','\xe7','\xf9','\x46','\xe1','\xea','\xd6','\xac','\x2d','\x9b','\xbb','\x05','\x59','\xfb','\x47','\x45','\x96','\x7d','\x87','\xb9','\x31','\x6d','\x16','\x41','\x8c','\xf7','\x1e','\x6e','\x77','\xbd','\x13','\xf1','\xb6','\xd3','\x46','\x8d','\xb6','\xa6','\x4a','\x05','\x51','\x8b','\xb0','\xba','\xf7','\xbe','\x53','\xeb','\x8d','\xb6','\xcd','\x42','\x65','\x33','\xa7','\x25','\x1b','\x22','\x59','\xf2','\xa4','\xf8','\xc0','\xfa','\xbc','\x58','\x77','\x22','\x17','\xe3','\x39','\x4a','\x49','\x05','\x29','\x06','\x09','\x5c','\xff','\x82','\xc5','\x4d','\x09','\xbc','\xb4','\x88','\xae','\xd6','\x77','\x93','\xf5','\x8d','\x28','\xdd','\xca','\x24','\x2c','\x65','\x6d','\xe3','\x32','\xbd','\x99','\xa9','\x5e','\x69','\xb0','\x68','\xdf','\xb4','\x02','\x89','\x50','\x0b','\x79','\xcf','\xe4','\x67','\x3e','\x3c','\x77','\xe9','\x87','\xd3','\xdf','\xc1','\x91','\x60','\xa8','\xf3','\xb4','\x4a','\x79','\x3d','\x11','\xcd','\xcf','\x2d','\x78','\x64','\x61','\xd7','\xf7','\x54','\x38','\x84','\x28','\x94','\x17','\x22','\xa1','\x76','\xb1','\x0d','\x3f','\x89','\x47','\x44','\x50','\x5f','\x83','\xb2','\x2a','\xfd','\xb2','\x9d','\x1e','\xf1','\xb1','\x58','\xa2','\xcc','\x92','\xa4','\xca','\x24','\x11','\xdf','\x77','\x12','\x49','\xc5','\x23','\x7e','\x1b','\xd6','\x33','\x14','\x1c','\x6b','\x89','\x6a','\x94','\x33','\x8b','\x22','\x53','\x06','\x6e','\x41','\xd7','\x4b','\x36','\x1e','\x77','\xd7','\x37','\x8c','\x1a','\x5c','\xe6','\x46','\x9c','\x41','\xb2','\x8a','\x1a','\x51','\x33','\xab','\x27','\xb1','\x80','\x0c','\x14','\xda','\x6d','\xcc','\xd9','\xf2','\xb1','\x6b','\x59','\x4b','\xb9','\xe3','\xad','\x35','\xb7','\x3d','\x53','\x98','\x42','\x86','\x84','\x42','\xc3','\xe0','\x26','\xd8','\xe8','\xfa','\x76','\x51','\xb7','\xb7','\xcd','\x42','\x41','\x4e','\x18','\xe3','\x68','\x71','\xf0','\x39','\x2c','\xf1','\xd7','\x65','\x72','\x04','\x3d','\xf0','\x4b','\x91','\xbb','\x87','\x9e','\xd7','\xf7','\x62','\xa3','\x6b','\x94','\xba','\x92','\x3d','\x43','\x28','\xed','\xe2','\x4a','\xc6','\x1f','\xca','\x38','\xfd','\x1d','\xd3','\xc8','\x07','\x80','\x84','\x26','\x1c','\x91','\xe3','\x38','\x2a','\x3a','\x7e','\x06','\xe8','\xd4','\x05','\x6e','\x15','\x06','\xdb','\x0f','\x72','\x52','\x07','\x6d','\xca','\x17','\xa6','\x88','\xb2','\x92','\xba','\x32','\x87','\x60','\xf4','\x06','\x8d','\x5a','\xcf','\x49','\x7a','\x02','\xc7','\xfc','\xf2','\x69','\x58','\x9c','\xe3','\x19','\xfe','\x25','\x8a','\xdd','\x98','\x57','\xf4','\xa0','\x5f','\x25','\xb9','\x05','\x48','\xad','\x41','\xdf','\xaf','\x73','\xae','\xcc','\xb8','\xef','\x77','\x01','\x86','\x32','\x93','\x95','\x0d','\xc0','\x85','\x9b','\x92','\xb1','\x6e','\x0a','\x58','\xce','\x31','\x19','\x2b','\xfa','\x27','\xbd','\x9c','\xfe','\x8a','\xd3','\xbd','\x82','\x7a','\x2a','\x87','\xed','\xd5','\xe2','\xe1','\x67','\x7a','\xf4','\xbb','\xde','\x75','\xe2','\x0b','\x39','\xe5','\xef','\x32','\x00','\x76','\x1e','\x6a','\x89','\x0d','\x29','\xff','\x9e','\xf5','\x97','\x0f','\xa0','\x20','\x2d','\x64','\x7f','\x69','\x77','\x2a','\x28','\xa5','\xc8','\x83','\xfc','\x90','\x01','\x2b','\xc5','\x76','\xf7','\x9a','\xcf','\xdb','\x90','\xe7','\x7e','\xcc','\xc1','\xb1','\x94','\xe3','\xbf','\x0d','\x15','\x1a','\xf8','\xd2','\xc3','\xdf','\x16','\xe5','\xed','\xea','\x77','\xd7','\xb4','\x08','\x73','\x1d','\xe5','\x08','\x60','\x4c','\x9a','\xfb','\xe2','\x0a','\x49','\xef','\x0a','\x7c','\x43','\xf9','\xb1','\x88','\x55','\x78','\x66','\x46','\x6c','\x97','\x37','\xa2','\xbd','\x09','\x9c','\xad','\x60','\x3d','\xef','\xe2','\x60','\xbe','\x79','\xf4','\x3e','\x33','\xf1','\x2b','\x28','\xed','\x70','\xbf','\x0d','\x05','\xd0','\xc4','\xef','\xdb','\x46','\x64','\x31','\xc4','\x68','\xb7','\x3a','\x65','\x57','\x19','\x49','\x5b','\x1e','\xd6','\x66','\x53','\x74','\xfc','\xa6','\xf9','\xb8','\xf7','\x62','\xb3','\xb5','\x9a','\xac','\xfc','\x46','\x61','\x4d','\x48','\x1a','\xc2','\xf6','\x0d','\xf2','\xa5','\xe8','\xba','\x1d','\x63','\x9f','\xd9','\x8f','\xf9','\x20','\xe4','\xa7','\x5b','\xb2','\x4c','\x01','\x6c','\x76','\x3e','\xc6','\xdd','\xa1','\xc0','\xe5','\x44','\xc8','\x01','\x35','\xe9','\x25','\xa0','\x66','\xf5','\x2c','\x60','\xb9','\x0c','\xe3','\x01','\x76','\xc0','\x71','\x8e','\x86','\xfa','\x1f','\xae','\x18','\x17','\xcd','\x17','\x2e','\xbc','\x61','\xee','\xf4','\x7b','\xa7','\xfb','\x9e','\x56','\x3d','\x4f','\x7e','\xae','\xc5','\x31','\x91','\x5a','\x5f','\x28','\xf8','\xb6','\x77','\x0a','\x6b','\x97','\x2b','\x0c','\x9d','\x48','\x15','\x4e','\xb7','\x36','\x86','\xeb','\x23','\x00','\x63','\xf2','\x4d','\x55','\x4a','\xe2','\x32','\x34','\xd1','\x9a','\x5c','\xdd','\x63','\xed','\x2c','\xa4','\x88','\x9e','\xb1','\x21','\x21','\xb9','\x13','\xdd','\x85','\xa8','\xf5','\x5e','\xf9','\x3c','\xe6','\x15','\x94','\xfb','\x28','\xc5','\x82','\x08','\x56','\x91','\x96','\x8a','\x23','\xba','\xe0','\x6a','\xdb','\xcd','\xad','\xaf','\x6b','\xe0','\x05','\x22','\x2e','\xf3','\x27','\xee','\xe5','\xc2','\xe4','\x24','\x61','\xa6','\xae','\x5e','\x82','\x16','\x41','\xcd','\x15','\x0c','\x26','\xee','\xa2','\xbf','\x0d','\x8c','\xe0','\xca','\x1c','\x34','\x36','\xe4','\xde','\x0a','\xaf','\x6e','\x17','\xd6','\xcd','\x7c','\x77','\x8d','\xbd','\x6e','\x1a','\x5c','\xc3','\xf9','\xa9','\x28','\xc8','\xa5','\x89','\xca','\x3b','\x43','\xdb','\x55','\x1e','\x4a','\x8c','\x3b','\x46','\x7a','\xeb','\xa0','\xfc','\x48','\xe1','\x35','\x50','\x02','\x81','\xc4','\x88','\xa1','\x5f','\x40','\xc6','\x7f','\xef','\x84','\xeb','\xc3','\xb8','\xce','\x1d','\xa4','\x6d','\xdb','\x0a','\x6f','\x84','\x97','\xc5','\x62','\xe0','\x2f','\x98','\x69','\x15','\x04','\x21','\x76','\x06','\xec','\x40','\x63','\x39','\x27','\x41','\x65','\xe3','\xa2','\x2c','\xd8','\x7e','\x57','\xd0','\x33','\x77','\xe3','\x44','\x72','\xe1','\x35','\xa1','\xa3','\x9f','\x1c','\x2e','\x2d','\x26','\xfc','\xc3','\xbc','\x21','\x93','\x4d','\xb8','\x2d','\xde','\x09','\x5a','\x3c','\xe8','\xb6','\x58','\xc6','\xcc','\x36','\xbe','\xf0','\x44','\x21','\x25','\x3d','\x93','\x77','\x95','\xe7','\xf9','\x29','\xdd','\x98','\x49','\xa4','\xdb','\xc2','\x7c','\xdc','\xf2','\x57','\xd2','\xd8','\xcb','\xaa','\x40','\x72','\x69','\x5e','\x28','\x99','\x20','\x5b','\x73','\xe7','\xb3','\x8a','\xa7','\x31','\x42','\xa2','\xee','\x62','\xaa','\xaf','\xd6','\xd2','\x70','\xcf','\x03','\x25','\xa4','\xfe','\xf6','\x4a','\x7f','\xfe','\xb4','\xf4','\x0c','\x0f','\x3f','\x99','\x2a','\x30','\x5f','\xbd','\xfc','\x9d','\xe6','\x35','\x9f','\x7e','\x7d','\xad','\x8c','\x07','\x7d','\x06','\xa3','\x49','\x7d','\xd5','\x41','\x91','\x03','\x5b','\x07','\x81','\x9c','\x87','\xe6','\x71','\x71','\xc5','\x80','\x07','\xc1','\x85','\x2e','\x1f','\x46','\x6c','\x21','\x8b','\x8f','\xab','\x67','\x47','\x6d','\x7e','\x06','\x60','\x2e','\xde','\x2a','\xca','\x92','\x7f','\x37','\xe0','\x95','\x6b','\xbc','\x40','\xd6','\xcc','\x43','\x42','\x19','\xca','\x5b','\x12','\x09','\xc4','\xbb','\x43','\xbd','\xee','\xb3','\xbf','\x6d','\x7e','\x69','\xa1','\xdf','\x2b','\xd3','\x28','\xbc','\xcc','\x16','\x38','\x77','\x7c','\x1c','\xad','\x37','\xf0','\x85','\x2e','\x6f','\x1d','\xc6','\x24','\x80','\xa8','\xb9','\x1f','\xf9','\xc5','\x9d','\xee','\xe2','\x92','\xee','\x46','\x14','\xe1','\xca','\xdd','\xf2','\xc3','\x56','\xbf','\x8f','\x73','\x37','\xab','\x8e','\x5f','\x9e','\x1a','\x8a','\xcc','\x26','\xd4','\x08','\x02','\x7d','\xb0','\x46','\x78','\xf3','\x33','\x24','\x1e','\x59','\x4e','\x77','\xd3','\x3b','\x49','\xe7','\xa8','\x73','\x6b','\x4c','\xdd','\x80','\x7c','\xef','\x42','\x72','\xeb','\xd4','\x76','\x0b','\xa1','\x0c','\x67','\xa0','\xd0','\x92','\xb2','\xb4','\x5c','\x17','\x5a','\x71','\x58','\x66','\x26','\x27','\x8f','\x69','\x6d','\xb3','\xc1','\x6a','\x7a','\x81','\xab','\x1f','\x28','\x67','\x4a','\x4f','\x11','\xb7','\xa4','\xa5','\x05','\x8c','\xc2','\xba','\xa2','\x3a','\x7f','\x82','\x11','\xaf','\x22','\xc6','\x0c','\x19','\x79','\x55','\x3f','\xce','\x2f','\x5e','\x7f','\x2f','\x0a','\xbf','\xcb','\xf8','\x50','\x60','\xf4','\x7e','\x9f','\xbd','\xab','\x02','\xe4','\x17','\xc8','\x46','\xf6','\x50','\xa8','\x5c','\xe9','\xa4','\x50','\x2e','\x9d','\xd9','\xd0','\x3d','\xcc','\x95','\x21','\x22','\x3d','\xbb','\xd7','\x4c','\x41','\xf0','\xca','\xdd','\xed','\x2f','\x7a','\x3b','\xcc','\x13','\x26','\x8a','\xf3','\x62','\x65','\x73','\x20','\x77','\x38','\x74','\x2e','\x75','\x26','\x69','\x9d','\xba','\x30','\x91','\x34','\xe2','\x9e','\xf8','\x2a','\xc6','\x6d','\xa1','\x7b','\x94','\xa1','\x3b','\x7a','\x08','\xf3','\x39','\xf5','\x48','\xe3','\x49','\x7b','\x9e','\xe5','\x0b','\xf5','\x7d','\x27','\xe9','\x4c','\x64','\x47','\xc4','\x3d','\x52','\xe2','\x94','\x06','\x59','\x40','\x6c','\x16','\x30','\x13','\x89','\xaa','\xa4','\x6b','\xab','\xba','\x10','\xb1','\x07','\xc9','\x00','\xd9','\x88','\x8a','\xbb','\xc8','\x42','\x43','\xf1','\xf6','\xb2','\x9f','\x0b','\xb4','\x48','\x6f','\x6f','\x5b','\xf2','\x26','\x33','\x64','\x1c','\x71','\x82','\xd3','\x78','\x9c','\x25','\x29','\xd0','\xdd','\x45','\xd1','\x03','\x1d','\xe8','\x9c','\x36','\xde','\x89','\xb1','\x22','\xc8','\xaf','\x44','\xc3','\xa6','\x1e','\xdb','\xd2','\xff','\x22','\xe9','\x93','\x60','\xe5','\xf4','\x75','\x39','\x58','\xab','\xf0','\x3d','\x98','\x50','\xab','\x80','\x07','\xbd','\x77','\x3a','\x55','\x80','\x6e','\xb7','\xdb','\xa4','\x00','\x89','\x98','\x79','\xb9','\xb1','\x46','\x43','\x69','\x54','\xdc','\x32','\xb2','\x09','\x07','\x02','\xd6','\xd3','\x93','\x20','\xc2','\xdf','\x0b','\x61','\x14','\x33','\xf2','\xa4','\xae','\xef','\x9c','\x9c','\xf0','\x5f','\xe4','\xa1','\x1a','\xa9','\x2c','\xca','\xcc','\x70','\x38','\x37','\x6b','\x76','\xab','\xc3','\xb3','\x85','\xa5','\xcc','\x3f','\x91','\x46','\x58','\x20','\x2c','\x84','\xe7','\x63','\xf3','\x7d','\x68','\xee','\x87','\x49','\xe5','\x48','\x91','\x78','\x36','\xad','\x90','\x4e','\xa9','\x68','\x5c','\x60','\x8f','\xdd','\x1b','\xc3','\x7d','\xce','\xdc','\x49','\x7c','\x61','\x77','\x21','\xeb','\x91','\xed','\xc4','\x26','\xc2','\xec','\x5b','\x6a','\xd2','\xfd','\x2f','\x25','\xdd','\x86','\xf4','\x90','\x5f','\x16','\x09','\xe8','\x9e','\xdf','\xe9','\x84','\x4e','\x5e','\xc9','\xa3','\x8a','\x7e','\x16','\x42','\x8f','\x3b','\xee','\xf6','\x8f','\x01','\x9a','\x12','\xcc','\x80','\x29','\x76','\x95','\x0d','\x07','\x94','\x9b','\xdd','\xad','\xb8','\xd2','\xf3','\x0c','\x0f','\x9d','\xe0','\x6b','\xaa','\xd3','\xde','\xb3','\x5f','\xe0','\x2b','\x6a','\x4f','\x92','\x52','\x34','\x1f','\xad','\x2b','\x5d','\xf5','\x12','\x80','\x50','\x55','\x84','\x1c','\x28','\x45','\x03','\x4c','\xdf','\x19','\xbe','\x8f','\xed','\x16','\x28','\xd8','\xdf','\x37','\x00','\x46','\x6c','\x77','\xfc','\xd8','\x39','\x9f','\x8b','\x9d','\xf9','\xf1','\x7b','\x1e','\x02','\x94','\x02','\x98','\x77','\x8e','\xf1','\xc7','\x63','\xf7','\xfc','\x3e','\x9a','\xfb','\xbd','\xab','\xeb','\x9b','\x69','\x63','\xe1','\x96','\xcb','\x78','\x4f','\x4b','\x86','\x1f','\x0f','\x6a','\x0a','\x85','\xb5','\x43','\xad','\x3e','\x1a','\xc1','\xcb','\x2f','\x2a','\x55','\x25','\xb6','\x9b','\x8b','\x4c','\xde','\xef','\xa4','\xa0','\xd7','\x00','\xab','\xe8','\x9a','\xca','\xa6','\xf8','\xc4','\xb9','\x0a','\xb7','\x18','\x30','\x5b','\xe0','\x00','\x73','\x85','\xb2','\x83','\xf5','\x0e','\xe6','\x9a','\x6d','\xd4','\x48','\xb8','\xe4','\xed','\x24','\xd4','\x68','\x93','\x16','\xe5','\xb5','\x26','\xa6','\x04','\x21','\xd4','\x5b','\x83','\xc7','\xd7','\xe6','\xb2','\xb6','\xb1','\x31','\x84','\x16','\xbe','\x2a','\x52','\xde','\xf7','\x4e','\xfb','\x4d','\xc1','\xf1','\xce','\x44','\xcc','\xa9','\xfc','\x60','\xa4','\x43','\xb2','\x66','\x39','\x70','\xaf','\xb8','\x44','\x96','\x1f','\xcf','\x9a','\x43','\x3e','\x76','\x8b','\xfe','\xe0','\xe3','\x2e','\x7e','\xde','\x4b','\xf2','\xee','\x2d','\xb4','\x94','\x85','\xb2','\x94','\x16','\xb7','\xe2','\xb1','\x66','\x0a','\x4c','\x51','\x62','\xc4','\x79','\x55','\xc1','\xbc','\x2a','\x44','\xa6','\x9c','\x34','\xbb','\xe0','\x59','\x6c','\x5c','\x8d','\x8f','\x8a','\x1c','\x30','\xa6','\x73','\x19','\xb1','\xef','\xca','\x3f','\x32','\xd0','\x41','\x48','\xcf','\xd0','\x30','\x09','\x91','\x74','\xe2','\xce','\x24','\xe1','\x7e','\xa9','\x6d','\x38','\x5f','\xc2','\x0f','\x94','\x87','\xc3','\xec','\xda','\xe9','\xb6','\xa9','\x82','\x93','\x73','\x76','\xb8','\x7c','\x59','\xb2','\xa5','\xe9','\x46','\x17','\x3f','\x19','\xd5','\xea','\x7a','\x28','\xd0','\x77','\x06','\xd7','\xc8','\xde','\x8d','\xf6','\xe2','\x41','\x12','\xe6','\x60','\x16','\xa3','\xb8','\x67','\xeb','\x5b','\xb3','\xb0','\xeb','\x11','\xed','\xed','\xba','\x55','\xe5','\x67','\x5e','\xea','\xa7','\x02','\x11','\x1b','\xa4','\xbc','\x02','\xf7','\xbe','\x1d','\xce','\x89','\xb9','\xd5','\x67','\xc5','\xae','\x52','\x49','\x5d','\xc8','\x7e','\x36','\x04','\x9f','\x54','\x22','\xfe','\x3a','\x49','\x86','\x6f','\x12','\x4b','\x93','\x3c','\x22','\xa6','\x8c','\xd1','\xab','\x35','\xdd','\xef','\xf7','\xc7','\x41','\x10','\x96','\xd6','\x9a','\xc6','\xc4','\x76','\xc7','\x00','\x59','\x10','\x1a','\x0c','\x0f','\x3a','\x0b','\xb0','\x83','\xfe','\x8c','\x79','\x9e','\x1d','\xec','\x1f','\xaf','\xf3','\x7c','\x3e','\x3d','\xab','\xf0','\x79','\x5e','\x97','\x08','\x15','\x8d','\x98','\x70','\x39','\x38','\x2f','\x83','\xe9','\x57','\xa4','\x11','\x24','\xa6','\x3c','\x22','\xfc','\xd5','\x8a','\xa6','\x96','\xa9','\xc9','\xf5','\x92','\x7a','\x63','\x38','\x4d','\xe3','\xc4','\x9e','\x17','\x94','\x20','\xcf','\xc7','\x8d','\xe1','\x02','\x3b','\xc9','\x1d','\x07','\x92','\x98','\x0b','\xdb','\xb6','\x85','\xd4','\x13','\xec','\xd3','\x2f','\x3c','\x46','\x25','\x3d','\x39','\x77','\x47','\x65','\xe7','\x79','\xe5','\xe7','\xd7','\x4a','\x07','\x5e','\x1f','\xf6','\x1b','\xba','\xb5','\xa5','\xdb','\x70','\xf8','\xcf','\x1b','\x40','\x74','\xd7','\xb8','\xf2','\xb2','\x96','\x00','\x3b','\xb0','\xa3','\x6c','\xa0','\x58','\x18','\x52','\xe4','\x54','\xd9','\x3c','\x7c','\x28','\x63','\x51','\xc4','\x0d','\x00','\x99','\xa3','\xf1','\x2d','\xbb','\xcc','\x83','\x02','\x13','\xca','\x0f','\x96','\x5f','\xca','\x94','\x78','\x86','\x05','\x94','\xa6','\x01','\x12','\x75','\x0b','\xcb','\xe5','\x0d','\xce','\xfc','\x5c','\xec','\x20','\xb3','\x03','\xa3','\xa1','\xef','\x53','\x4a','\xbc','\x4a','\x6e','\x31','\xe9','\xbb','\xa8','\xf2','\xb3','\x9b','\xf2','\xe3','\x55','\x7a','\x60','\x2f','\x50','\x7e','\xca','\xef','\x04','\x40','\xce','\x14','\x96','\xb6','\xa9','\x1b','\x1e','\xb7','\x54','\x74','\x51','\xf9','\xd9','\x61','\xdc','\x49','\x28','\x64','\x09','\x77','\xa2','\x6e','\x16','\x14','\x0d','\xfc','\x91','\xe7','\x2a','\xe2','\x92','\xd3','\x8d','\x49','\x88','\x23','\x2c','\x9a','\x74','\xa2','\x9d','\x24','\x83','\x0c','\x50','\x9e','\xad','\xd1','\x45','\x5f','\x15','\xa6','\x26','\xee','\x1a','\xc8','\x71','\x36','\xa8','\x20','\x7c','\x07','\xb2','\xa3','\xcc','\x73','\x7c','\x0c','\xa2','\x11','\xd9','\xad','\xe0','\x67','\x4e','\xb7','\xbf','\x2d','\xee','\xef','\xe1','\x1c','\x17','\xee','\x44','\xbb','\x2a','\x1a','\xb4','\xa3','\xbb','\x26','\x05','\x40','\x46','\xc5','\x64','\x4a','\xcf','\xac','\x67','\x8e','\xa9','\x17','\xf9','\x38','\xfa','\x9d','\xc5','\x85','\x45','\xee','\x9e','\x91','\xde','\x7a','\xe9','\xa0','\x29','\x13','\xf1','\x7f','\x5a','\x20','\xd6','\x15','\x1b','\xf6','\x71','\x76','\x66','\x52','\x30','\xcf','\xa2','\x61','\xb0','\x5b','\x86','\xc4','\x66','\x92','\x08','\x69','\xee','\x79','\x83','\xa8','\x56','\x50','\x0f','\xbe','\x51','\x7a','\x35','\x62','\x12','\x0b','\x6c','\x91','\x53','\x54','\x48','\x2c','\x08','\x03','\x37','\xb1','\x0b','\x77','\x59','\xef','\x1e','\x72','\x97','\xbb','\x4f','\xa6','\xc2','\x02','\xa6','\xac','\x73','\x23','\x92','\x5d','\x7f','\x0d','\x4b','\x5e','\xbd','\xe6','\x28','\x3a','\xf5','\x5c','\x0b','\xf4','\xc5','\xc6','\xfa','\x8f','\x9e','\xa1','\xb2','\xf2','\xad','\x01','\x5e','\x4f','\x67','\x21','\xdf','\x7c','\xac','\xb5','\x59','\x7d','\x66','\x21','\xf6','\x88','\x90','\xee','\xfa','\xe6','\xc1','\x21','\x88','\x50','\x11','\x7b','\xae','\x5d','\x25','\x18','\x45','\x4f','\x65','\x79','\x87','\x33','\x3f','\xa9','\xe4','\x0c','\x9a','\xce','\x11','\x43','\xcb','\xf4','\xe4','\xb8','\xfe','\xbf','\x7b','\x5a','\xeb','\x35','\x54','\x26','\xf4','\x07','\xd2','\xa9','\x05','\x68','\xdb','\xb6','\xe9','\xb6','\xd4','\xaa','\x3d','\xfb','\x79','\x20','\x63','\xfe','\x8c','\x57','\x49','\x6e','\x3e','\x4f','\x73','\x65','\xd5','\xaa','\x47','\x53','\xf5','\x69','\x3a','\x52','\x96','\x18','\xbf','\x64','\x1d','\x58','\xec','\x53','\x93','\xef','\x47','\x82','\xaf','\x27','\xfb','\x1d','\x3b','\x61','\x44','\x34','\xfb','\x3e','\x0f','\x93','\xe7','\x09','\x21','\x77','\x54','\xe5','\x87','\x17','\x9b','\xa7','\xd3','\xab','\x9a','\x1f','\x7e','\xb3','\xf1','\x34','\x69','\xf5','\x94','\x30','\x3f','\x9c','\x28','\xeb','\x5a','\x5c','\xb1','\x21','\xa2','\xb0','\xfe','\x8c','\x0b','\xf3','\x98','\xb7','\x1e','\x2c','\xd6','\x0a','\x9a','\x3a','\x7f','\xdb','\x8e','\x6f','\x8f','\xc5','\xd6','\xf9','\xfc','\x7e','\xbf','\x47','\xfe','\xed','\xb2','\xa5','\x72','\x27','\xf4','\xd4','\xf8','\x4d','\x9d','\xf9','\x33','\x14','\x85','\x27','\x86','\xf0','\x61','\xf3','\x00','\x51','\x9f','\x83','\xeb','\x57','\x3b','\xfa','\x03','\x09','\xf2','\x80','\x0e','\x61','\xe5','\x98','\xf8','\x28','\x2f','\x03','\xf4','\x1d','\xc3','\x38','\x4f','\xd0','\x52','\x41','\xf0','\x03','\xc4','\x64','\x00','\x69','\xbc','\x49','\x36','\xc0','\x2a','\x28','\xd4','\xa3','\xf2','\x53','\xe8','\x1b','\xef','\xe5','\x93','\x78','\x07','\xcb','\xc5','\xb2','\x61','\xda','\xae','\xac','\x04','\x55','\x7f','\xaa','\x85','\x14','\x77','\x23','\xa8','\x6b','\x59','\x00','\xfe','\xc1','\x6e','\xba','\xf2','\x60','\x73','\x88','\x2d','\x9a','\x9a','\x5e','\x72','\x9a','\xb7','\xb6','\xc7','\xe1','\x6b','\x7f','\x0f','\xe6','\x6c','\x71','\x65','\x85','\x07','\x7a','\x2e','\x55','\x52','\x29','\xd9','\x35','\xe8','\x81','\x00','\x2a','\xf2','\x12','\xfd','\xf0','\xf9','\x6e','\x17','\x1b','\x4e','\x1b','\xe6','\x06','\xc4','\x9a','\x85','\xe1','\x76','\xe5','\x87','\xfd','\xdd','\x5e','\x41','\x52','\xb9','\x4f','\x06','\x3a','\x8e','\x0a','\x88','\x0f','\x79','\xef','\x44','\xad','\x49','\xb6','\xbb','\x31','\x6d','\xd4','\xa8','\xb3','\x44','\xd4','\x34','\x32','\x37','\x3c','\x11','\x8a','\xf0','\xda','\x5b','\xe3','\x08','\x2b','\xdd','\xef','\x42','\xd2','\x77','\xa2','\xde','\x88','\x36','\x26','\xbe','\x34','\xf2','\xc0','\x00','\xb9','\xb2','\xa4','\xb7','\x41','\x5a','\xdb','\xb2','\x3d','\xf3','\x92','\xc5','\x44','\x2c','\x30','\xee','\x40','\x7f','\xa1','\x08','\xd9','\xce','\x64','\x67','\x67','\x2c','\x24','\x33','\xd1','\x4e','\x7d','\x87','\x8c','\x24','\x54','\x64','\x1f','\x2a','\x11','\x04','\x80','\x7a','\xb5','\xa0','\x1f','\xcc','\x41','\x01','\x37','\xba','\xa9','\xc9','\xd0','\x19','\x01','\x00','\xdb','\x17','\x61','\xae','\x83','\x44','\x0c','\x87','\xfb','\xd9','\xa7','\x86','\x5a','\x76','\x18','\xf3','\xb9','\x66','\x8d','\x8d','\xf3','\x75','\xc2','\x90','\xb1','\x03','\xf9','\xd8','\x28','\x83','\xb9','\x52','\xdc','\xea','\x88','\x06','\xbe','\x49','\x7a','\xe8','\x79','\x2a','\x86','\xf9','\x2e','\xf1','\x59','\x7a','\x56','\xdd','\x1a','\xc7','\xb9','\xa2','\x70','\x81','\x04','\x12','\x46','\x4f','\x07','\x7a','\x09','\x10','\x0b','\xe7','\x94','\xff','\xca','\xc4','\x24','\xcc','\x16','\xe9','\x4e','\xe9','\x10','\x96','\xe5','\x5e','\xfb','\xa6','\x3c','\xc2','\x75','\x52','\x1b','\x5d','\x42','\xe3','\x15','\xf8','\xdf','\x68','\xe0','\xde','\x1f','\x3e','\xfe','\xf1','\x3f','\x91','\xc9','\x4c','\x8a','\xfb','\xbc','\xe6','\x33','\x3f','\x7e','\x31','\x6c','\xba','\xbd','\x5d','\xec','\x82','\x53','\x27','\xd7','\x79','\x9a','\x19','\xcc','\xeb','\xf7','\x50','\xe4','\x3b','\x6c','\x88','\xc4','\xf9','\x4d','\x90','\xc7','\x53','\x1a','\xe5','\xda','\xfc','\x73','\x56','\x84','\x4d','\x58','\x17','\xf5','\x7c','\x7a','\x29','\x33','\x3d','\xac','\xfb','\xcb','\xeb','\xfa','\x74','\x35','\x23','\x31','\x8f','\x1b','\xb1','\x8c','\xf6','\x76','\xb9','\x2c','\x72','\x0e','\x41','\x10','\xc6','\x17','\xb7','\x6d','\x2b','\xbb','\x2c','\x4c','\xba','\x73','\xd5','\xba','\x4e','\x88','\x8e','\xf7','\xd9','\x88','\x5d','\xfc','\x86','\x13','\x10','\x65','\xc4','\x9f','\x01','\xe2','\x7e','\xe2','\x54','\x36','\xe5','\x28','\x3f','\xa3','\x3f','\x6f','\xe4','\x5d','\x64','\x9d','\x68','\xfa','\x17','\xa1','\x31','\x9a','\xcb','\x3d','\x9c','\xe1','\x97','\xd7','\x01','\x8b','\x2f','\xba','\xdc','\x14','\x12','\xe2','\xa2','\x10','\x8b','\x1b','\x4d','\xf3','\xae','\xb9','\xa3','\xb4','\x9d','\x47','\x28','\xe6','\x57','\x66','\xba','\xdf','\xee','\xea','\x3a','\x27','\x9d','\xde','\xae','\xd7','\xb5','\xe0','\xfc','\x0e','\x7d','\xfc','\xd3','\x12','\x80','\xf2','\xd8','\xa4','\xf8','\x41','\x02','\xf3','\x7b','\xa5','\xa3','\xa9','\x35','\x18','\x33','\x86','\xdf','\x40','\xf9','\x09','\xa5','\x9e','\xf2','\xdc','\x8f','\x47','\x12','\xba','\x7b','\x48','\x65','\x99','\xf8','\xc0','\x17','\xda','\xdc','\x41','\x97','\x79','\xda','\x8f','\xbb','\x8e','\x89','\x76','\x4a','\x23','\x07','\x0c','\x0e','\xed','\x96','\xb2','\xa0','\x07','\x70','\xa3','\x3a','\x6e','\x61','\xb9','\x09','\x61','\xa4','\xd0','\x65','\xc4','\x3b','\xde','\x46','\xdf','\x20','\x1b','\xeb','\x29','\x51','\xe9','\xb0','\x7e','\xa3','\x4f','\x44','\x7a','\xbb','\xe8','\xe1','\x65','\x07','\x35','\xdc','\xda','\x7a','\x9a','\x38','\xb8','\x1a','\x9f','\x59','\x25','\xdd','\x2f','\x1d','\xb5','\x33','\x3f','\x71','\xce','\x8a','\x00','\x50','\x89','\x59','\x58','\xfc','\x80','\xf3','\xee','\xf7','\x79','\x40','\x71','\xec','\x91','\xcb','\x5a','\xba','\xe1','\xc1','\x3d','\x67','\x71','\x81','\xea','\x9e','\x17','\x22','\x06','\xc4','\xc4','\x1d','\xc0','\xc0','\x8b','\x5a','\x67','\x5c','\xb2','\xc9','\x1c','\xa0','\xd2','\x95','\x2a','\x36','\x17','\x9e','\xce','\xe6','\x8a','\x67','\xe7','\xc4','\x1c','\x67','\xb7','\x4d','\x81','\xe3','\x26','\xac','\xc1','\x13','\xc2','\xda','\xd8','\x75','\x3d','\xf6','\x3c','\x01','\xec','\x4d','\xd9','\x62','\xab','\xd3','\x22','\x8b','\x49','\xf6','\xd2','\xda','\x5b','\xc7','\xc4','\x95','\xf9','\x1c','\x68','\x75','\x83','\x52','\x8b','\x8a','\xbe','\x77','\x31','\x7a','\x84','\xcb','\xbc','\xf1','\x40','\x2a','\x80','\x1c','\xc0','\x9e','\x1a','\x67','\x51','\x84','\xbc','\x40','\x2b','\x0d','\x6c','\x40','\xe7','\x75','\x35','\x44','\x65','\x0c','\x71','\x8a','\x0d','\x6b','\x2a','\x17','\x77','\x74','\x79','\x83','\x1e','\xbb','\x32','\x02','\x7f','\x53','\xd1','\xa1','\x52','\x68','\xd6','\xa8','\xee','\x85','\x31','\x47','\xe0','\xb7','\xde','\xd5','\x3a','\xb3','\x59','\x21','\x7e','\xe7','\x8e','\xb7','\x3c','\xa9','\x6c','\xf3','\x07','\x78','\xae','\x44','\x0a','\xf4','\x73','\x41','\x9c','\x74','\xec','\xa6','\x78','\xf9','\x94','\xef','\x24','\x66','\x39','\xd1','\x3b','\x8a','\x32','\x78','\x03','\x7d','\x2c','\xb9','\x52','\x02','\x1b','\x16','\x4e','\x8f','\xe6','\xbc','\x82','\x6b','\xa6','\x58','\x65','\x10','\x0b','\x7f','\x1a','\xba','\x51','\xc7','\x18','\xe8','\x9a','\x67','\x98','\xb4','\x6f','\x2c','\x79','\xc7','\x0e','\x39','\x7d','\x77','\x22','\x6a','\xa6','\x4b','\x35','\xaf','\x97','\x32','\x30','\x0a','\x5e','\x72','\xaa','\x11','\x45','\xe6','\x7e','\x9d','\xf4','\x39','\xf8','\x50','\x20','\xf2','\x9d','\x2b','\x3f','\x3e','\x9f','\x45','\xc0','\x92','\x3f','\x17','\x33','\x85','\x0d','\x1f','\xca','\x3e','\x7c','\xf4','\x8b','\xaf','\x8d','\xdf','\x35','\xf9','\xba','\x77','\x26','\x1b','\x16','\xc9','\xe5','\x32','\xa6','\xd1','\xb8','\xe3','\x29','\x14','\xa0','\xde','\xfb','\x74','\xf1','\xe9','\xbe','\xef','\x31','\x69','\xd5','\x43','\xcb','\x60','\x22','\x9a','\x3f','\x07','\xa0','\xee','\x55','\x9b','\x98','\xb0','\xe7','\x5c','\xf2','\x31','\x51','\xee','\xc4','\x3f','\xee','\x4f','\xad','\xe7','\x4f','\xc3','\x8a','\x1f','\xd4','\x30','\xe6','\x4d','\x86','\xb9','\xd8','\xf1','\x15','\x06','\xea','\x21','\x7d','\xd9','\x77','\x7a','\xec','\x57','\x19','\x76','\x45','\x8e','\xea','\x80','\xf5','\x66','\xd9','\x83','\x8f','\x4c','\xc2','\xb1','\xa0','\x65','\x19','\xaf','\xd3','\xab','\xf0','\x10','\xfb','\xe1','\xdc','\x27','\xcb','\x19','\x85','\x0f','\xcd','\x6c','\x33','\xae','\x6b','\xc9','\xc7','\x65','\x25','\xcb','\x86','\x38','\x9f','\xba','\xc5','\x88','\x06','\xc0','\xe9','\x19','\x6d','\x0d','\x68','\x6d','\xab','\x02','\xf7','\xa2','\x13','\xef','\x76','\xbb','\xd1','\xcd','\xe6','\x57','\xb8','\xfc','\x89','\x68','\xe8','\xf9','\x33','\x0d','\xe1','\x47','\x2b','\x47','\x2f','\xf0','\x42','\x61','\xed','\xd5','\xa2','\xb0','\xda','\x02','\x83','\x97','\x07','\x08','\xf3','\x44','\x23','\x7e','\xfc','\xe4','\x3f','\x9b','\xb6','\xda','\xef','\x9a','\x23','\xb0','\x37','\x2a','\x3f','\x00','\x24','\x88','\x0c','\xd0','\x40','\xe8','\xd8','\xdc','\x15','\x36','\x20','\x00','\x1a','\x82','\x03','\x8e','\x55','\x3b','\xe2','\xa9','\x8c','\xcf','\xc7','\x87','\xa0','\x74','\xc0','\xf7','\xc8','\x25','\xc3','\x1b','\xc3','\xb0','\xa1','\xf2','\x83','\x75','\x96','\x45','\x5f','\xa4','\x00','\xa7','\xf0','\xdb','\x06','\xe6','\x18','\x95','\x1f','\xe4','\x0f','\x07','\xfe','\x97','\x8b','\x9e','\xf9','\x71','\xab','\xcf','\x66','\x77','\x8d','\x38','\x58','\xad','\x7d','\xb4','\x29','\x8a','\xe0','\x17','\xf5','\x3e','\x21','\x70','\x2d','\xb2','\xdb','\xda','\x17','\xca','\x4f','\x5e','\x64','\xb8','\xb0','\x0e','\x58','\x25','\x1e','\x5e','\xf7','\x72','\x51','\xe5','\xac','\xd9','\xdd','\x35','\xe1','\x4e','\xe7','\x81','\x12','\x00','\x64','\x27','\xc0','\xce','\xc6','\x0b','\x13','\x35','\xa9','\x72','\xce','\xc7','\x40','\x83','\x2c','\x08','\x31','\xa9','\x3b','\xba','\x5f','\x16','\xd9','\xec','\xc5','\xde','\xc8','\x5c','\xca','\x7a','\x28','\x68','\x1e','\x7c','\xa1','\x6d','\x1a','\x1c','\xc1','\x83','\x37','\x68','\x94','\xb0','\x5d','\x5d','\xe2','\x1a','\xc7','\xbd','\x42','\x44','\x06','\x38','\x5d','\x29','\xf3','\x08','\xaf','\x11','\x44','\x07','\xe1','\xfa','\x41','\x92','\x0c','\x07','\x2d','\xb4','\x6b','\x7f','\x2f','\x62','\xe1','\xc8','\x29','\xef','\x55','\x02','\x37','\xc0','\x54','\xc2','\x78','\xd0','\x7f','\x26','\x4a','\x4c','\x29','\xc7','\x8a','\x96','\xf2','\x70','\x05','\x0d','\xc4','\xe7','\xa0','\xb9','\xbd','\xf9','\x79','\xae','\xa5','\x72','\x55','\x94','\x1f','\x2e','\xe3','\x95','\x9f','\x06','\x14','\x3d','\x8c','\x61','\x54','\xca','\x1c','\x1b','\x23','\x6a','\x48','\x1a','\xe8','\x09','\x5d','\x8d','\x73','\x3f','\xab','\x4d','\x12','\x82','\xf3','\x2f','\x16','\x89','\x97','\xc5','\x15','\xaf','\x3a','\x1f','\x85','\x4c','\x19','\x22','\x55','\x10','\x5a','\xd4','\x83','\x2a','\x1b','\x54','\x6f','\x0f','\xca','\x28','\xdb','\x0f','\x05','\x70','\x36','\xc0','\x7d','\xac','\xbc','\x59','\xfa','\xef','\x11','\xee','\x70','\x9d','\x74','\x3e','\x0f','\x92','\x64','\xcd','\xe1','\x50','\x54','\xc6','\xd3','\xaa','\xb2','\x46','\xbb','\xc5','\xab','\x13','\xa5','\xab','\x19','\x2b','\x6d','\x99','\x94','\xbf','\x7d','\x8c','\xb6','\x66','\x41','\x0f','\xae','\xcd','\xee','\x06','\xf3','\xce','\x53','\x19','\xe7','\x99','\x63','\x6c','\x0e','\xc4','\x57','\x36','\x25','\x33','\x2d','\xb7','\x69','\xf9','\x31','\x1e','\xee','\x2e','\xbf','\x06','\xe1','\xc8','\x83','\x4c','\x93','\x42','\x7a','\x68','\x01','\xc8','\x58','\x90','\x2f','\x0b','\xc8','\xf2','\x97','\xd5','\x89','\xa6','\xf9','\xb2','\xca','\xe1','\x4b','\x08','\x2c','\x46','\x4a','\xb3','\x27','\xb5','\x1f','\xa2','\x38','\xa7','\x8d','\x29','\x02','\xba','\x0d','\xe9','\x82','\x19','\x3c','\x13','\x46','\xbb','\x2a','\x89','\x93','\xc1','\xdb','\x46','\x2a','\x8c','\xb1','\xb1','\xc6','\xac','\x0e','\x02','\x96','\x1d','\xa4','\x64','\x16','\x22','\xfe','\xcb','\x9f','\x17','\x7f','\x3a','\x0d','\xc2','\xf5','\x59','\x6d','\xf7','\x09','\xae','\x7a','\x2e','\xcf','\x4f','\x9a','\xbe','\x87','\x05','\xa8','\x96','\x1f','\x9f','\x88','\x28','\xd6','\x30','\x4d','\x46','\xb7','\x2a','\xaf','\x57','\x03','\x53','\xbf','\xaf','\x82','\x2b','\x8c','\x77','\x6c','\x79','\xba','\xdf','\x4c','\x29','\x1a','\xfb','\xc9','\xf5','\x2c','\xd1','\xcf','\x6c','\x25','\x1a','\x29','\x72','\x04','\xcc','\x23','\xff','\xa8','\x85','\xfe','\x62','\x29','\xd7','\xc0','\x79','\x95','\x4d','\xe0','\x2d','\x09','\xb6','\x31','\x8c','\xb1','\x03','\x33','\x8f','\x54','\x53','\x31','\x45','\x10','\x53','\xa2','\x9e','\x61','\x23','\x84','\x41','\x7e','\x1e','\xca','\x07','\x28','\x77','\x58','\xaf','\x65','\xac','\x0f','\x2b','\x2d','\x3f','\x8c','\x79','\x16','\x6d','\xf1','\xf2','\x0c','\xcc','\xc5','\x5a','\xe0','\x8a','\xce','\xb8','\x5b','\x8a','\x40','\x01','\x40','\x9c','\xdf','\xa1','\xb3','\x5d','\x1b','\x5d','\xcd','\x9d','\x05','\x2f','\x37','\xd5','\x33','\x36','\x09','\x10','\x89','\xd2','\x88','\xe0','\x34','\xc1','\x76','\x0b','\x51','\x28','\x23','\x01','\xc4','\x71','\x87','\x1d','\xda','\x83','\xe7','\x7d','\xb0','\xed','\x5e','\x2c','\xfb','\x3d','\x4d','\x4d','\xad','\x3e','\xae','\x70','\xc4','\xf9','\x00','\x53','\x7e','\x3c','\xd8','\x81','\xbf','\xd8','\x0c','\x30','\xbb','\x45','\xdb','\x1c','\x84','\x02','\x19','\xb3','\xd1','\x93','\xba','\x44','\x1e','\x62','\xa0','\x1f','\xb9','\x75','\xc8','\xd6','\x5b','\x73','\x73','\xd2','\x4b','\x53','\xad','\xfe','\x5d','\xa1','\xaf','\x5b','\x0b','\x9a','\xed','\xc6','\x4b','\xb4','\x8f','\x48','\xee','\xdd','\xce','\xa4','\x08','\xc9','\xd6','\xcc','\x75','\xce','\x31','\xb5','\xe5','\xa7','\x75','\x0a','\xc3','\xd5','\x00','\xe6','\xc4','\x1a','\xd7','\xc3','\x52','\xa4','\xed','\xf0','\x10','\xc8','\x7d','\x17','\xda','\x6f','\x7b','\x09','\x32','\xe0','\x0a','\xfe','\x24','\xe7','\xec','\xfd','\x88','\x61','\x7a','\x88','\x1b','\x92','\x46','\x63','\xbe','\x11','\x70','\x46','\x88','\x73','\xbf','\xe3','\x67','\x08','\x76','\xe0','\x59','\xc7','\x88','\x6f','\xee','\x02','\x57','\x7b','\x9b','\xb4','\x28','\x72','\xcb','\xf9','\x7d','\x24','\x8f','\xf3','\xb4','\x01','\x61','\x0f','\xf6','\xe0','\xcd','\x8f','\xf9','\x42','\x14','\x9b','\x24','\xf1','\x0e','\x43','\x3d','\x03','\x40','\xf7','\xbb','\xc2','\xdc','\x05','\x2b','\x36','\x18','\xf4','\xb8','\x15','\xb5','\xb0','\xfa','\xe9','\xb9','\xa3','\x66','\xef','\xa0','\xb2','\x33','\x75','\x4c','\xe2','\x4f','\xf4','\x31','\x7e','\x1c','\x5f','\x70','\xe5','\xb5','\xd5','\xd0','\xd8','\x98','\xbf','\x6c','\x44','\x40','\xa1','\xb1','\x2f','\x82','\x6b','\xeb','\x44','\x64','\x9f','\xd8','\x7a','\x11','\xb0','\x93','\x32','\x2d','\xe8','\x1c','\x9b','\x0a','\x7c','\xa1','\xbc','\x0f','\xec','\xcd','\x36','\x4b','\x2e','\x1c','\x51','\x21','\x8b','\x52','\xe1','\x3c','\xb3','\xe0','\x2b','\x7f','\xac','\x9b','\x06','\x3d','\xac','\x3c','\x7a','\xe6','\xc7','\x78','\x28','\x2e','\xa3','\xa5','\x49','\x96','\x2a','\xb3','\x17','\x51','\x9b','\x7f','\x07','\xb9','\xf7','\x4f','\x7a','\x3e','\x09','\x7e','\x08','\xf9','\x90','\xcf','\x60','\x29','\x5c','\xa6','\xbe','\xcf','\x51','\xe0','\x1e','\x06','\x41','\xd0','\x30','\x82','\x5b','\x79','\x71','\xf4','\x27','\x8d','\xe7','\xc6','\xf0','\xad','\xe5','\x62','\x8f','\xad','\x5f','\x85','\x74','\x0e','\xd7','\x2e','\x28','\x05','\x5e','\x39','\x85','\x42','\xa5','\xc3','\xf1','\x65','\x26','\xc3','\x23','\xc2','\x4c','\x85','\xbe','\x82','\xbf','\x5e','\x29','\x7c','\x55','\xf6','\xa8','\xe0','\x2c','\xde','\x09','\xe1','\xc0','\x44','\xee','\x77','\x2c','\x5c','\x67','\xd2','\xf4','\xea','\xb3','\x7d','\x88','\x36','\xbd','\x44','\xa5','\x39','\xcd','\xd8','\x3e','\x8a','\x7f','\xbd','\x51','\xeb','\x54','\x04','\xd8','\xea','\xf7','\x47','\x56','\xa1','\x85','\xfc','\x9e','\x79','\x18','\xfe','\x19','\x7e','\x5c','\xef','\xe2','\xe4','\x82','\x96','\x0c','\x2e','\xa5','\xec','\xb2','\xfb','\x35','\x2e','\x04','\x07','\xe9','\x72','\xb9','\x2c','\x3b','\x89','\x1b','\x12','\x4c','\x19','\x75','\x8e','\x88','\xa6','\xfb','\x93','\xc4','\x40','\xe4','\xd3','\xe9','\x93','\x02','\x79','\x49','\xcb','\xf8','\x0d','\x51','\xe8','\x22','\xc3','\xa4','\xfc','\x3c','\x1a','\xed','\x0f','\xa4','\xc5','\xb8','\x7d','\x45','\x51','\x13','\x78','\x87','\x0c','\x0e','\x6e','\xdc','\xea','\xe0','\x0b','\x77','\xb3','\x03','\xd1','\x6e','\xf5','\xf3','\x85','\x35','\x2e','\x5d','\xf4','\x1d','\x5d','\x8a','\xc2','\x01','\x88','\x4b','\xa5','\xa3','\x37','\xe2','\xa4','\x43','\xc5','\x55','\x09','\x9a','\x29','\xf8','\xcf','\x62','\xa5','\x2e','\x8b','\x76','\x28','\x61','\x99','\x37','\xac','\x50','\xa5','\xf8','\xac','\x43','\x7f','\x83','\xf6','\xd7','\x56','\xc1','\xf3','\x0a','\x9e','\x5c','\xf9','\xd1','\x8b','\x4d','\x2f','\x7a','\x73','\xbb','\x1f','\x62','\xce','\xad','\x6c','\x9a','\xee','\xcf','\x01','\xfe','\x09','\x10','\x23','\xbe','\xce','\x40','\xa4','\xb7','\xee','\xf7','\x75','\x68','\x5e','\x0c','\x69','\x2f','\xa8','\xfc','\xf4','\x6c','\x77','\x02','\x4f','\x3f','\x63','\xe0','\x11','\xdf','\xb4','\x0d','\xdd','\x36','\xfe','\x3a','\x28','\x56','\x62','\x0d','\x33','\x1c','\x1d','\xc2','\x02','\xc3','\xbb','\xf8','\x41','\xef','\xa0','\xb9','\x03','\x5f','\xbc','\xc7','\xc8','\x01','\x23','\xee','\xf6','\x3b','\xf6','\x6f','\x69','\x3d','\xe9','\xd6','\xde','\x7d','\x17','\xe2','\x5d','\x32','\x42','\x5c','\xd3','\x73','\x1b','\xae','\x8c','\xf8','\x6e','\xb6','\xf8','\x6d','\xa1','\x76','\x77','\x12','\x45','\x98','\x61','\x19','\x64','\x94','\x04','\x8d','\xdd','\x28','\x1e','\xf4','\xf7','\x1c','\x31','\x8e','\xaa','\x58','\xb1','\xbb','\x43','\x5a','\x74','\xb5','\xfd','\x2e','\x93','\xd2','\x51','\x94','\x17','\x24','\x72','\x01','\xa7','\x8e','\xa2','\xf3','\x3b','\xb3','\x8f','\x1b','\xd5','\x14','\x3c','\x4a','\x45','\xb9','\xd0','\x0d','\x06','\x6f','\x83','\x5f','\x6e','\xab','\x3f','\xae','\xd6','\x84','\xe6','\x16','\x29','\x77','\x3b','\xc4','\xf2','\xb1','\x9d','\x63','\xdd','\xfe','\xa3','\x85','\xb8','\xaf','\xf7','\x55','\x48','\x66','\x0b','\xbe','\x35','\x3e','\xa6','\x54','\x50','\x63','\x3a','\xda','\x67','\xd6','\x06','\x0d','\x84','\xb2','\x6f','\xcd','\xdc','\xd0','\x98','\x2c','\x24','\x33','\xa5','\x72','\x69','\xca','\x2e','\x5b','\x3f','\x9b','\x30','\xf5','\xad','\x51','\x03','\x6b','\xc9','\x32','\xb9','\x12','\xc4','\x54','\xdc','\x00','\xfd','\xb7','\xea','\xf6','\xea','\x73','\x67','\x58','\x7b','\x19','\xf8','\x7d','\x49','\xa3','\x03','\xa5','\x07','\xf3','\x44','\xe7','\x93','\x54','\xad','\x81','\x54','\x74','\x1a','\xd9','\x3a','\xd7','\x5a','\x8b','\x73','\x3f','\x97','\xeb','\xa6','\x97','\xef','\xda','\x7c','\x5b','\x2e','\x6d','\x07','\xeb','\x5d','\x94','\xdb','\xf3','\xf2','\xd9','\xb8','\xe3','\x27','\x94','\xd3','\xa4','\xc1','\xca','\xaa','\x8d','\x75','\xe4','\x30','\xaf','\xdd','\xe4','\x4e','\x1b','\x73','\xfa','\xcb','\xa3','\x1f','\x3f','\x98','\x56','\xeb','\xf3','\x77','\x6e','\xc3','\x69','\x95','\x7e','\xc6','\x6c','\x84','\x10','\xd3','\x1d','\x10','\xb0','\xb6','\x2d','\x0a','\x12','\x99','\x43','\x5e','\x4f','\xc6','\x1c','\x4b','\x25','\x08','\xc2','\x78','\x50','\x28','\xce','\x04','\x2d','\x84','\x18','\x13','\xdb','\x36','\x92','\x45','\x3b','\x19','\x16','\xf1','\xb9','\x51','\xcb','\xfa','\x4f','\x29','\x72','\x4e','\x2c','\xff','\xf1','\xd5','\x51','\xfc','\x58','\x72','\x98','\xb0','\xda','\xdd','\x3f','\x79','\x61','\x9d','\x0f','\x85','\xfe','\xb3','\xf9','\x3e','\x54','\xd1','\x50','\x56','\xc9','\xfd','\x41','\xba','\x1d','\x01','\xb0','\xa7','\xda','\xfa','\x35','\xe9','\xab','\xa2','\xdd','\x10','\x55','\x45','\x67','\xda','\x1d','\x27','\x9a','\x4d','\xfc','\xf6','\x5d','\xca','\xec','\x5b','\x0c','\xe6','\x11','\x9d','\x8e','\x1a','\x33','\xe4','\xdd','\xda','\x10','\x90','\xe4','\xa4','\x30','\x0e','\xf9','\x20','\x4f','\xe5','\x7f','\x25','\xad','\xb8','\xa4','\x1c','\x87','\xe2','\x14','\x2e','\x93','\xd9','\x7a','\xd1','\x96','\xf3','\x76','\x1d','\x31','\xd0','\xf7','\x9d','\xdb','\xab','\x34','\xf6','\x3b','\xc0','\xca','\x42','\xbe','\x8d','\xca','\x8f','\xa0','\xe5','\xc7','\x76','\xe7','\x15','\x8c','\xa6','\x72','\xe4','\x63','\xae','\xd7','\x49','\xf9','\x85','\x90','\x70','\xde','\x47','\xb2','\xcc','\x55','\xe3','\x66','\x81','\xbe','\xb0','\xb6','\xe0','\x38','\x49','\xfe','\xb5','\xaa','\xe0','\xe1','\xa2','\x7c','\xf8','\x61','\x54','\x7e','\x02','\xa0','\x43','\x5b','\xa4','\xfc','\x66','\x8b','\x17','\xd4','\x11','\xfd','\x73','\x9a','\x71','\x82','\x99','\xcb','\x45','\xcf','\xd5','\x5c','\xdf','\x1a','\x6d','\x1e','\xbe','\xd6','\xcf','\x33','\x0c','\x74','\x76','\x25','\xa3','\x3c','\x15','\x49','\x20','\x43','\x64','\x97','\x34','\x76','\x08','\x46','\x60','\xf4','\xf1','\x06','\x5a','\x9b','\xab','\xf2','\x23','\xd9','\x6f','\xb1','\x7a','\xdc','\x32','\x65','\xd6','\x28','\xaf','\x67','\xb7','\x33','\x01','\x3a','\xce','\x0a','\x1c','\x1b','\xb6','\x4b','\x7d','\xcc','\x62','\x4c','\x0a','\xbd','\x82','\x2e','\x94','\x91','\xae','\x44','\x88','\xc5','\x02','\xab','\xf8','\x6e','\x37','\x65','\x9b','\x31','\x78','\x0a','\x93','\x45','\x8a','\x63','\x0e','\xb0','\xe6','\x16','\x81','\xe6','\xd1','\xe4','\x1a','\xd3','\x26','\x16','\x1c','\x61','\xa7','\xb8','\xc3','\xc8','\xcf','\x8a','\x88','\x74','\x6a','\xe4','\x6e','\x40','\x9c','\xca','\xce','\x93','\x02','\xdc','\x5d','\x35','\x75','\x0c','\xf5','\x7c','\x56','\x63','\xa2','\xdd','\x69','\xba','\x63','\xe8','\xf0','\x3a','\x56','\x85','\xa7','\x97','\x4b','\x10','\x47','\x1d','\xf9','\xe4','\x5c','\xf6','\x21','\x5d','\x7b','\xef','\xd4','\x51','\xf9','\xe9','\xb2','\xac','\x26','\xef','\x9a','\xe1','\x50','\xb4','\x8b','\xe5','\x3f','\xe4','\xfe','\x08','\xf6','\x8d','\xdf','\xca','\x1a','\x3e','\x0b','\xf0','\x0e','\x58','\x81','\x4d','\x91','\xad','\xae','\xac','\x59','\x40','\xd0','\x84','\xe7','\x2a','\xfd','\x7d','\x5f','\x83','\x98','\x48','\x15','\x1b','\xd2','\x73','\xa5','\x39','\xd9','\x8c','\xa7','\xad','\x5c','\x26','\x0d','\xdd','\xcb','\x2c','\xd9','\xcf','\x42','\x84','\xc4','\x31','\x6e','\x75','\x72','\x8b','\xab','\xb6','\xc9','\x36','\x6b','\xcc','\x2a','\xc2','\x4e','\x18','\xa6','\xdc','\x6c','\x20','\x31','\xfe','\x11','\xc2','\x33','\x0d','\xd8','\xfc','\x43','\xb6','\x1a','\xfa','\x38','\x52','\x90','\x99','\x88','\x9a','\x05','\x60','\x20','\x8a','\x4d','\x86','\x6d','\xab','\xa1','\xae','\x33','\xe8','\x81','\x12','\x41','\x37','\x41','\x66','\x1e','\x1a','\x2b','\xf5','\xe0','\x1d','\xe4','\x1b','\x04','\x3d','\xcf','\xee','\xe9','\xbc','\x4a','\xb9','\xe6','\x73','\x71','\xe8','\xd5','\x61','\xff','\x4a','\x94','\x59','\x9c','\x07','\x1f','\xc1','\x47','\x3f','\x02','\x53','\x3d','\xc2','\x2a','\x5f','\xd4','\x86','\x15','\x44','\x4c','\xda','\x48','\x7d','\x10','\x84','\x1d','\xbd','\x0e','\x0e','\xd6','\x2c','\x48','\xdb','\xe5','\x32','\xad','\x8f','\x97','\xcb','\xe5','\xdc','\x05','\x6e','\xf5','\xe3','\xd2','\x5c','\x5d','\x94','\x20','\xb2','\x99','\xa3','\x13','\xe0','\x48','\xcb','\xfa','\x31','\xa3','\xf8','\x8b','\xa5','\x05','\x37','\xc8','\xe2','\xf7','\xbc','\x9c','\x53','\x1e','\x33','\xea','\x5f','\x28','\x7d','\xaa','\x9b','\x55','\x1e','\x97','\xbf','\x48','\xe3','\x51','\xf9','\x99','\xac','\x94','\x27','\xf4','\x9e','\x2d','\x9a','\xe7','\xed','\x28','\xef','\x1e','\xe4','\xfd','\x6c','\x1a','\x81','\x42','\xee','\x3d','\xcf','\x35','\xda','\xd2','\x75','\x5a','\x9e','\xa0','\xcf','\xc2','\xb2','\x7d','\x29','\x8c','\x26','\xba','\x45','\xa3','\x7e','\x4d','\x86','\xcd','\x25','\x95','\x7c','\x53','\x6f','\x29','\xdf','\x50','\xf9','\x09','\x1f','\x72','\x49','\x80','\x8f','\x6e','\x6f','\xee','\x57','\xee','\x4a','\x82','\xbf','\x4f','\x51','\x7e','\x02','\xf0','\xe5','\xb9','\x9f','\x51','\xd1','\x85','\x0c','\x8f','\x95','\x1f','\x60','\x66','\x7b','\x58','\x80','\x28','\x4c','\x90','\xc9','\xf2','\x33','\xd6','\x83','\xe5','\x8b','\xbb','\x02','\x65','\xbb','\x8f','\x16','\xfd','\x00','\xa2','\x9c','\xd1','\x9b','\xb6','\x0b','\xd3','\xf5','\x7a','\xa1','\xcd','\xfd','\xf8','\xb7','\x7a','\x49','\xa6','\x7f','\x40','\x60','\x38','\x2d','\xa2','\xd6','\xa6','\x12','\xc2','\x7a','\x4f','\x97','\xac','\xd8','\xb0','\x90','\xec','\x4f','\x58','\x86','\x16','\x6d','\xf6','\xb0','\xd4','\xdb','\xd6','\x20','\xfa','\x1c','\xd4','\xc5','\x64','\xa1','\x87','\xd3','\x75','\x0a','\x1b','\x96','\x3b','\xd6','\xf0','\x12','\xd2','\x3c','\xea','\x34','\x68','\xd5','\x39','\x76','\x2d','\xd1','\x05','\x2a','\x2d','\x48','\x4c','\x42','\x5d','\x01','\x75','\xb8','\xbb','\xe5','\xa0','\xb9','\x92','\xe7','\xb7','\xc7','\x6c','\x04','\x81','\x14','\x5a','\xb6','\xcb','\x2f','\x56','\x6d','\x9d','\xcd','\x7a','\x03','\x87','\xfe','\x89','\x68','\x62','\xef','\x15','\x62','\x81','\x31','\x0c','\xe0','\x6c','\x60','\xb5','\x3a','\x2b','\xe4','\x97','\x80','\x0c','\x80','\x64','\x56','\xa2','\xb5','\xe8','\x1a','\x4f','\x88','\x0d','\x94','\xad','\x1a','\xec','\xc2','\xdd','\x11','\x7b','\x3d','\x57','\x83','\xdd','\x00','\x4b','\x87','\xf3','\xe1','\xb8','\x0e','\xc0','\xd7','\xe2','\x95','\x91','\x4a','\x84','\x82','\x7e','\x1f','\xdf','\xda','\x53','\x8a','\xf9','\xee','\xde','\x1b','\xc5','\x90','\x02','\x39','\xeb','\xb3','\xf5','\x62','\x33','\xae','\x5f','\xde','\xa8','\xe6','\x98','\xcb','\x5c','\x11','\x71','\xbe','\xee','\x66','\x0d','\x12','\xe9','\x7a','\xbd','\x09','\x49','\xb1','\x72','\x61','\x7d','\x31','\x8e','\xc6','\xf3','\xae','\x00','\xf5','\x9d','\x62','\x53','\x81','\x62','\x8e','\x43','\x32','\x25','\x90','\xb3','\xa8','\xbc','\xe8','\x97','\x55','\x81','\x17','\x11','\x0d','\x29','\x3d','\xac','\xc5','\xaa','\x3c','\x41','\x51','\x53','\xaf','\xb3','\xd3','\x6d','\x33','\xee','\xb1','\xfb','\xad','\x2e','\xd7','\x8d','\xde','\xbe','\xb9','\x02','\x94','\x81','\x48','\x64','\x28','\x68','\x9a','\xaf','\x84','\x6b','\xb6','\xa8','\xeb','\x9a','\xf4','\x90','\x17','\x78','\xef','\x57','\xde','\xf3','\x33','\xd0','\x7d','\xd1','\xd0','\x69','\x9d','\x78','\xd8','\xa9','\x7f','\xd2','\x51','\x3a','\x82','\x10','\x44','\x94','\x6b','\xdf','\x13','\x74','\xdd','\xda','\x36','\x58','\xac','\xe5','\xb1','\x02','\xb4','\x0a','\x82','\x80','\xe1','\x7c','\xb1','\x1d','\x5a','\xa8','\x7e','\x73','\x01','\x2b','\x5d','\x77','\x3c','\x02','\x74','\x0d','\x0d','\x40','\x2c','\xf5','\x30','\xc5','\x4a','\x54','\xbf','\xae','\xda','\xf1','\xd3','\x6b','\x04','\x43','\x5f','\x4e','\x27','\xfe','\x28','\x21','\xe1','\x1d','\x19','\xcd','\x80','\xa3','\xc0','\x7e','\x91','\x0c','\x6b','\x71','\xfb','\x44','\xfa','\x01','\xe4','\xfe','\x92','\x2a','\x7c','\x41','\x38','\x50','\x84','\xbe','\xaa','\x21','\xeb','\xf9','\x38','\xa2','\xbe','\x51','\x31','\xa1','\x69','\xa7','\xec','\x7b','\xa4','\xd3','\x9d','\xd3','\x83','\xdf','\x2a','\x70','\xe5','\xa4','\xe3','\x9c','\x23','\x16','\x9d','\x2a','\xf8','\x0f','\xce','\x14','\xbc','\xd4','\xdf','\x13','\xe4','\xf5','\x89','\x34','\x4c','\x9d','\x78','\xb6','\x52','\x8e','\x31','\x43','\x2c','\xe6','\x63','\x82','\x66','\x2a','\x58','\xc8','\xef','\x6e','\x3d','\x10','\x8b','\x42','\x96','\x07','\xec','\x09','\xb4','\x07','\xb0','\x9c','\x83','\x32','\x32','\xb9','\x9b','\xad','\x1a','\x2d','\x27','\xed','\x75','\x60','\x6d','\xff','\x66','\x59','\x83','\x72','\x82','\x5f','\xa4','\xd2','\x22','\xf2','\x02','\xa8','\x2f','\xef','\x0f','\x8a','\x0f','\x2a','\x17','\x04','\xbf','\x67','\x71','\x00','\x13','\xfd','\x0e','\x1d','\x88','\xe0','\xd4','\x36','\x3d','\xac','\x3f','\x6f','\x7f','\xc3','\x46','\x1b','\xd4','\xb7','\xea','\xbb','\x48','\x46','\x7c','\xf3','\x3b','\x5e','\xdc','\x42','\xc0','\xc4','\x10','\x49','\x2d','\x5d','\x14','\xd1','\x62','\xa5','\xd5','\xa9','\xc2','\x73','\xb9','\x34','\x6a','\x97','\x8c','\x8c','\xaa','\xe7','\x0f','\xfc','\xee','\x9b','\x05','\xdf','\x80','\x62','\x85','\xf7','\x88','\x38','\x80','\xac','\x43','\x94','\x42','\x3b','\xf2','\xd8','\x2f','\x6c','\xf7','\xfc','\xc4','\x85','\xa1','\x44','\x94','\x97','\x68','\x2a','\x8f','\xb9','\x97','\x54','\xba','\xbc','\xa5','\x1b','\x0f','\x75','\xa2','\x5d','\x54','\x59','\x8a','\xc0','\x03','\x76','\x94','\x30','\xac','\x64','\x5e','\xae','\x10','\xf1','\x96','\x75','\xa5','\x12','\x24','\x4e','\xfa','\xc9','\xfb','\x64','\x35','\x87','\x85','\xd4','\x19','\x84','\x29','\x95','\xfe','\x4e','\xc0','\x0b','\x83','\xf0','\x4d','\xfe','\xb4','\x7a','\xc5','\x69','\x92','\xe7','\x38','\x94','\x3c','\x08','\x6e','\x85','\xe0','\x4f','\x19','\x5b','\xe9','\xb0','\x73','\xbf','\xeb','\xf9','\x8d','\xd1','\x04','\x95','\x8a','\x8b','\xd1','\x8d','\x59','\x0f','\xf9','\xb7','\x94','\x85','\x68','\x05','\x1c','\x2d','\x26','\xf8','\x9d','\xe3','\xbb','\x04','\xc0','\xd6','\x3f','\xaa','\xac','\x92','\x88','\x2a','\xb5','\xcd','\x1a','\xe0','\x16','\x61','\x82','\x30','\xd2','\xd1','\x07','\x09','\x60','\x7e','\x26','\x1f','\x0b','\x29','\xed','\x1f','\x0f','\x0f','\xed','\x51','\x79','\xcb','\xe6','\x04','\xab','\x35','\x94','\x48','\xcc','\x43','\x87','\x8a','\xb3','\x8c','\x1f','\x63','\x40','\x45','\xd6','\xe9','\x1b','\x56','\xce','\xde','\xed','\xdc','\x84','\x29','\xd4','\x21','\x03','\x24','\xe6','\x83','\x6f','\x00','\xa0','\xab','\xa8','\x5b','\xc9','\xf6','\x5d','\xa8','\x13','\x5a','\x29','\x29','\xea','\xc4','\xc4','\xf8','\x01','\xac','\x27','\x4c','\x76','\x3f','\xa5','\x85','\x9d','\xf7','\x08','\x8c','\xd7','\xb7','\x1a','\x16','\xbf','\x94','\x35','\xb8','\xfc','\xa5','\x02','\x9b','\x0b','\x50','\x44','\xd5','\xb3','\x60','\x34','\xd2','\x25','\xff','\x0a','\x45','\x20','\x11','\xe7','\xcf','\x59','\xde','\x2c','\x56','\x8c','\xa3','\x75','\x6f','\x7c','\x6d','\x84','\x06','\x7f','\xa3','\x24','\x07','\x9f','\x71','\x0d','\x22','\x4a','\x19','\x54','\xa6','\x70','\xc8','\x88','\xc7','\x95','\x8c','\x17','\xa1','\xb6','\xd6','\x96','\xe7','\x7f','\x88','\x86','\x20','\x08','\x47','\x99','\x4e','\x93','\x4d','\xa6','\xd6','\x4c','\x40','\x5b','\x38','\xc3','\x55','\x00','\x85','\xd3','\x76','\xe7','\x9a','\xf0','\x5a','\x0a','\xcd','\xaa','\x2e','\xdf','\xbf','\x42','\x42','\xf3','\xfd','\x79','\x46','\x98','\x3b','\x1f','\x9d','\x35','\x0b','\xf2','\xfc','\x7a','\x14','\xfb','\x78','\x5a','\x2d','\xe0','\xde','\x7f','\x17','\xcc','\x24','\xb0','\x10','\x60','\x9e','\x15','\xcd','\x5d','\x9e','\x1e','\x01','\xd1','\x47','\xb5','\xe3','\x82','\xf0','\x4c','\x07','\xbe','\x43','\x3a','\x02','\xd0','\x4f','\x3d','\x1e','\x05','\xb9','\xac','\xf2','\x55','\xd0','\xf0','\x6b','\xa6','\x6a','\xb1','\x21','\xa2','\x71','\x18','\xeb','\xcd','\xe0','\xec','\xe7','\x0a','\x74','\x72','\xe3','\x45','\x7a','\x32','\x4d','\xe0','\xe1','\x19','\x82','\xf1','\x91','\xe0','\xb1','\x38','\xac','\xfc','\xcb','\xf3','\xfd','\xd2','\x54','\x67','\xb0','\x00','\x8f','\x32','\xbe','\x31','\x57','\x23','\xf5','\x6f','\xf9','\xec','\x20','\x1c','\xdb','\xe2','\xcf','\x8f','\x94','\x1f','\x04','\xd4','\x9c','\x91','\xde','\x14','\xc8','\x5c','\xec','\x82','\x53','\x0b','\x73','\x0d','\xd6','\x8a','\x0a','\x96','\x74','\x72','\x4e','\xfd','\x16','\x07','\x32','\x1e','\xf0','\x60','\xa7','\xbb','\x9d','\x43','\x21','\x42','\xd7','\x2e','\x22','\x31','\x05','\xb4','\x5b','\xf8','\x71','\x0c','\x40','\x81','\xb3','\xd3','\x83','\x31','\x6c','\x17','\xb6','\xa8','\x66','\xb0','\xd5','\x66','\x97','\x97','\xe2','\x79','\x3b','\x07','\xe0','\x19','\xf5','\xef','\xf1','\x42','\x3d','\xe0','\xbc','\xa0','\x25','\x11','\x11','\x75','\x3b','\xbf','\xd3','\xbc','\xff','\x5c','\x64','\x94','\x87','\x09','\x8e','\xc0','\x1a','\x8d','\x48','\x44','\x23','\xc0','\xb1','\x01','\xff','\x2e','\x2a','\xb3','\x9a','\xfd','\x9e','\x97','\x36','\x73','\x1e','\xbc','\xef','\x42','\xb2','\x31','\x6d','\xd6','\xa2','\x66','\xca','\x27','\x0f','\xed','\x59','\xad','\xac','\xcb','\x75','\x43','\x2a','\x98','\x0e','\xcb','\xda','\xa0','\x2a','\xe6','\x49','\x1c','\x00','\xa4','\xe4','\x4a','\x05','\x9c','\x6f','\x9c','\xf6','\x40','\xa6','\x07','\xf1','\xb2','\x74','\x0f','\x73','\x7d','\x10','\xec','\x82','\xa8','\x2a','\x3f','\xe1','\x9a','\xba','\x28','\xda','\x95','\x03','\x7f','\x4e','\x55','\xf9','\x99','\xdb','\xb1','\x5e','\x58','\xdd','\x85','\x8c','\x48','\x2d','\x32','\x3a','\x57','\x92','\xe7','\x2a','\xcc','\xf7','\x7b','\x14','\x67','\xfc','\x13','\xcd','\x5a','\xf0','\xaa','\x32','\xac','\xbd','\xd0','\x2b','\xdf','\xa5','\xdb','\x67','\x57','\xb7','\x38','\xbb','\x61','\xd7','\x2f','\xd1','\x15','\x0b','\xaa','\xc0','\x30','\x1e','\x11','\x46','\xdd','\xe8','\x79','\x37','\x17','\x42','\xd3','\x15','\xb3','\x6f','\xfe','\xd1','\x3e','\x6f','\x8d','\x63','\x1e','\x6f','\x9b','\x46','\xd9','\xd0','\xa0','\x22','\x5d','\xa3','\xba','\x91','\xcc','\x0c','\x13','\xc3','\x5f','\x89','\x2f','\x40','\x63','\xa6','\x54','\xac','\x2e','\x6f','\x79','\x11','\xf2','\x06','\xa1','\xdd','\x91','\x50','\xab','\x35','\x46','\xe7','\x9a','\xf5','\xd2','\xc7','\xa1','\x28','\xcc','\x69','\xf5','\xd1','\xcb','\x6a','\x25','\xe5','\xd7','\x24','\xc7','\x10','\x2b','\xa0','\xec','\xa3','\x79','\x42','\xd7','\xd7','\x26','\x36','\xf9','\x28','\x8c','\xfb','\xcb','\xa7','\x20','\x2a','\x7c','\x3f','\x5a','\xac','\x8e','\x9e','\x51','\xd5','\x3f','\x7a','\xef','\x74','\xbb','\xdd','\x26','\xc5','\x88','\xe8','\x81','\x0b','\x9c','\x3e','\x1f','\x00','\xce','\xc1','\xc2','\xcc','\xbe','\xa3','\xd2','\x61','\x27','\x0c','\xca','\x9e','\x8b','\x5f','\xb3','\x40','\x71','\xcc','\x01','\xa6','\x29','\xbb','\x04','\xf6','\x5b','\x32','\x17','\x84','\x1c','\x5d','\x96','\x7a','\x90','\x16','\xb8','\xf4','\xf1','\x2b','\x26','\xb6','\x46','\xdf','\xa6','\x47','\x65','\x38','\xfd','\x4a','\x3e','\x74','\xad','\x90','\x65','\x7e','\x2c','\x57','\x7d','\x81','\x25','\x27','\x1d','\x4e','\x28','\x59','\xb8','\x34','\x8d','\x6d','\x5a','\x82','\xb8','\xe5','\x72','\xf6','\x74','\x1a','\x05','\xc4','\x4b','\xe9','\xa0','\xb9','\x1f','\x18','\x96','\xe3','\x74','\x40','\x56','\xaf','\xa0','\xf4','\x1e','\x78','\xdd','\x64','\x5c','\xbe','\xb3','\xe2','\xad','\x50','\x82','\x46','\x78','\x00','\x19','\xf0','\xdb','\x6a','\xac','\x87','\x30','\x88','\xc7','\x6f','\x1f','\xa7','\x03','\x19','\x30','\x36','\xf5','\xc1','\x10','\x1d','\x51','\x7d','\xdc','\xc9','\x9f','\x5f','\x93','\xc5','\x0f','\x18','\xd9','\xaa','\xf2','\xe5','\xb3','\x8c','\xf2','\x89','\xd1','\x3f','\x1a','\x73','\x9e','\x7f','\xc6','\x5a','\x86','\x3b','\x48','\x35','\xaf','\x03','\x39','\x63','\x14','\xc6','\xb7','\x24','\xa3','\x88','\xf9','\x98','\xc6','\x61','\x79','\xa1','\x8c','\x82','\x35','\xdc','\x1f','\xc1','\x50','\x04','\xd6','\x43','\x58','\xd7','\xd8','\xfe','\x69','\x07','\x5c','\xca','\xbb','\xe5','\x3d','\x64','\xaf','\x85','\xe0','\x2e','\x7c','\x3d','\x55','\xe4','\x60','\x6d','\xc8','\xe0','\xc5','\x43','\x3b','\xb1','\xde','\x15','\x0f','\x60','\xd5','\xcc','\x1c','\xa1','\x6a','\x2f','\xd7','\x8d','\xae','\x16','\xbd','\xa9','\x6d','\x69','\x65','\x21','\xa2','\x22','\xef','\xf5','\x7f','\xce','\x3e','\xfa','\x33','\x9b','\x48','\x7a','\xe0','\xde','\x82','\x1d','\xec','\xa0','\x68','\x92','\x81','\x3b','\x4e','\xe5','\xd4','\xdd','\xe3','\x8e','\x22','\x3a','\xa5','\x5b','\x9e','\x02','\xac','\xd6','\x54','\xf9','\x29','\xf7','\xe8','\x34','\x77','\xf3','\x49','\xab','\x90','\xd3','\xaa','\x7b','\xdb','\xcc','\x0a','\xe3','\x60','\xdb','\xcf','\xc9','\x3a','\xf8','\x55','\x40','\x86','\x8a','\xc5','\xac','\x62','\xe4','\xfa','\x29','\x16','\xf8','\x20','\x5d','\xda','\xa2','\xcd','\x1a','\x33','\xbb','\xcc','\x31','\x8f','\xd0','\xe5','\x40','\xaf','\xfb','\xcf','\x9c','\xee','\x49','\x9d','\x48','\x77','\xbb','\xc5','\xa2','\xc8','\x39','\x78','\x8b','\x08','\x71','\x51','\x60','\x8c','\x73','\xae','\xdd','\x66','\xe3','\x90','\x1c','\x53','\x6f','\x77','\xe0','\x14','\xe0','\x05','\x9c','\x2b','\xba','\xb3','\x9e','\xe7','\x51','\xc6','\x39','\x58','\xce','\xcb','\x39','\x1d','\x7c','\x42','\xa2','\xf5','\x10','\x64','\xb4','\x74','\x3d','\xcb','\x51','\xee','\x78','\x5a','\x6e','\xbc','\xa2','\xe5','\xc7','\x2f','\x91','\xa5','\x6c','\x37','\xcc','\x1d','\xd4','\xbf','\x8a','\xc0','\x00','\x16','\x35','\x8c','\x6c','\xeb','\x02','\xe4','\x71','\xf9','\x60','\xc1','\x32','\x72','\xce','\xcb','\x50','\x47','\x55','\x0a','\xc4','\x17','\x18','\x6c','\x32','\xc1','\x1d','\x4d','\x60','\x1e','\x42','\xfa','\x44','\x39','\x61','\x09','\xca','\x4b','\xbb','\x9d','\x46','\x1a','\x1c','\x41','\x88','\x64','\x27','\x91','\x46','\x22','\xda','\x7f','\x15','\x51','\x69','\x45','\x72','\x0b','\x22','\x46','\xd0','\xeb','\x16','\x19','\xb1','\xb1','\x87','\xd9','\xe6','\x3c','\xbf','\x08','\x9d','\x76','\xa5','\xb2','\x59','\x94','\x44','\x21','\x22','\xda','\x39','\xe6','\xc7','\x48','\x4f','\xe7','\xa1','\x95','\x06','\x9a','\x38','\xae','\x9e','\xc1','\xd3','\xf3','\x3e','\x76','\x3e','\xb0','\x92','\x2b','\xc7','\x05','\x4a','\x42','\x39','\xc1','\xc6','\xc7','\x11','\xa5','\xb0','\x0f','\xf7','\x76','\xa1','\x5c','\x70','\x89','\x39','\x82','\x91','\x68','\xa9','\xc4','\xf8','\xeb','\xd0','\x08','\xfe','\xb8','\x78','\xa7','\xca','\xe5','\xd3','\xd5','\xef','\xd9','\xa5','\xf1','\x23','\xe9','\x53','\x60','\xe2','\x63','\xe9','\x95','\xa2','\x92','\x44','\xeb','\x75','\xec','\xac','\xb4','\x62','\x3c','\xe1','\x21','\x28','\x1b','\x29','\x1f','\xf4','\xde','\xd7','\x17','\xa4','\xfa','\x87','\x55','\x10','\x84','\xa3','\xcb','\x83','\xc6','\x84','\x02','\x32','\x04','\x14','\x22','\xc8','\xcf','\xa4','\xba','\x36','\xfc','\x65','\x13','\xee','\x56','\x96','\x34','\x3d','\x0b','\xd4','\x3d','\x3d','\x0f','\x99','\xf2','\x3d','\x27','\xd2','\x5f','\x3c','\x39','\x40','\x21','\x19','\xc6','\x04','\xe6','\xe5','\x64','\xc2','\x2f','\x0b','\xd9','\x79','\x5a','\x0d','\xe7','\x53','\xef','\x7c','\x72','\x4c','\x97','\x00','\x15','\x1a','\x30','\x73','\x53','\xfd','\xbc','\xdc','\xdd','\xc7','\xc2','\x61','\xe5','\xc1','\x05','\xea','\x87','\x4e','\xdd','\x83','\x45','\xeb','\xd9','\x54','\x83','\xfb','\x1d','\xb9','\xf2','\x01','\x40','\x43','\xcb','\x0f','\x51','\x01','\x70','\x71','\x71','\xde','\x14','\x32','\x16','\x2b','\xb4','\x3f','\x0e','\xc8','\x8f','\xdc','\x28','\x16','\x4a','\x51','\x79','\x0f','\xcb','\x1a','\x7f','\x5f','\xfc','\x5d','\x36','\x08','\xf2','\xc8','\xf8','\x3d','\x94','\x1c','\xc9','\x76','\xc2','\xdf','\x28','\x60','\xaa','\x2f','\x01','\xd2','\x66','\xee','\x2b','\x97','\xeb','\x16','\x7f','\xb7','\x4b','\x86','\x3f','\x13','\xa2','\xbc','\xe0','\x10','\x69','\x6c','\xff','\xc6','\x32','\x60','\xe0','\xb9','\x5b','\xa0','\x83','\xfb','\x6d','\xa7','\xfd','\x6e','\x74','\x46','\x10','\x65','\xf5','\xe7','\x6e','\x2f','\x2a','\xa1','\xe8','\x88','\x94','\x67','\x41','\xf4','\xcc','\x0f','\xd3','\x66','\x6e','\x37','\x79','\x48','\xde','\x5d','\xa6','\x5c','\x19','\x1a','\x68','\x67','\xca','\x49','\x23','\x32','\xd7','\xa7','\x46','\x9d','\x3a','\x35','\x52','\x8f','\x08','\x21','\xb2','\xb0','\xd1','\x0e','\xfe','\x7c','\x72','\x40','\xbf','\x68','\xa6','\x3b','\x11','\x11','\x99','\xcb','\x9a','\xc6','\xca','\xc8','\x33','\x3b','\xfa','\x53','\x05','\x92','\x6e','\x41','\xf1','\xf0','\xd4','\x3a','\x5e','\x3a','\x31','\xbb','\x80','\x65','\x72','\xa3','\x0c','\xa7','\xdc','\xc5','\x2e','\x51','\xed','\x24','\x5b','\xa3','\x6d','\x73','\x45','\xc1','\x76','\xe3','\x21','\x3a','\x5e','\x8c','\xb1','\x50','\x69','\x07','\xd9','\xce','\x11','\xf2','\x8e','\x6e','\x80','\xa0','\xb2','\xa9','\xb4','\x60','\x91','\x68','\x6f','\xde','\x95','\x04','\xf0','\x18','\x95','\x43','\x74','\x11','\xb5','\x1c','\xce','\x2d','\x19','\xb5','\xcb','\xdd','\xb5','\x7c','\x6c','\xab','\x10','\x60','\x33','\x49','\xf9','\x25','\xed','\x6c','\x01','\x24','\xd2','\x4c','\x05','\x72','\xdd','\xff','\x82','\x16','\xe4','\x0a','\xe4','\x94','\xa6','\x67','\xa6','\x08','\x6c','\x4d','\xaf','\x08','\xa1','\xec','\xa3','\x5b','\xa4','\xf0','\x5c','\x18','\x8e','\x7b','\x5d','\xfb','\xab','\x02','\x1a','\x69','\xc4','\x41','\xd1','\x44','\xfb','\xd0','\x88','\xd4','\x55','\xd2','\x2e','\xa9','\x1d','\xac','\x19','\x7b','\xd7','\x50','\xd9','\x24','\x2d','\xde','\x47','\xc5','\xc6','\xe7','\x73','\x06','\xd6','\x30','\x0b','\x96','\xe7','\x31','\x6b','\x96','\xcf','\x7f','\x4c','\x62','\x0a','\x9e','\x02','\x4f','\x55','\x9a','\x30','\x40','\x87','\x77','\x32','\xba','\xb4','\x16','\xac','\xe5','\xa3','\xd3','\x72','\x03','\xab','\x4f','\x73','\xf7','\xc8','\xa3','\x45','\x05','\x87','\xbe','\xd0','\x34','\xef','\x64','\xeb','\x10','\xf1','\x2d','\xf8','\x66','\xd8','\xa0','\x8a','\xfe','\x1d','\xc9','\xdc','\x2c','\xf6','\x1f','\xac','\xf5','\x55','\x69','\xa0','\xa5','\x8c','\x1f','\x5e','\xa0','\xf3','\x4a','\xd1','\xb9','\x5e','\xaf','\xf3','\xe6','\x08','\x81','\x02','\xa4','\xf7','\x1c','\x0c','\x91','\xa7','\x42','\xca','\xc9','\x0c','\x2e','\x80','\x09','\x63','\xf1','\xb2','\xc7','\xad','\xa9','\xf0','\x42','\x8f','\x3a','\xb4','\x58','\x9c','\x82','\xa2','\x71','\xa2','\xc3','\x33','\xac','\x67','\x5a','\x38','\xfe','\x02','\x69','\xb4','\xb6','\xcd','\x19','\xec','\x2f','\x32','\x45','\xd0','\x0a','\x5e','\x5a','\x49','\xec','\x22','\x71','\x6b','\x71','\x67','\xc0','\xf8','\x2f','\x9d','\x80','\xaf','\x88','\x2a','\x79','\xc2','\xa2','\x5d','\x16','\x22','\x87','\x4d','\x18','\xf1','\x29','\x7f','\xd7','\xf1','\xe3','\x25','\x39','\xcb','\x22','\x87','\x0b','\x3e','\x1d','\x0f','\xf7','\x24','\x04','\xbe','\x4b','\x1a','\x41','\xb7','\xc0','\xbf','\x54','\xdc','\xff','\x02','\x60','\x48','\xcd','\x33','\xe6','\xc3','\x6d','\xd4','\xd5','\x74','\xfe','\x6e','\xc9','\x2b','\x3b','\xaa','\x70','\x25','\xbb','\x06','\xb9','\x54','\x74','\x04','\x04','\x25','\xd8','\x41','\x03','\x86','\x78','\xd7','\x4f','\xb8','\xd5','\x10','\x58','\x85','\x06','\xe5','\xa7','\xb8','\x64','\x39','\x10','\x07','\x80','\x58','\xda','\x18','\xed','\xc8','\x07','\xf8','\xa9','\xca','\xf2','\xd9','\xe5','\xac','\xf4','\xa3','\xfc','\x5d','\xad','\x32','\x43','\x49','\xd1','\x36','\x00','\x89','\xa0','\x04','\xc5','\x0e','\x78','\x79','\x9f','\xa3','\x5d','\x58','\x87','\x5b','\xc4','\x2e','\xd7','\x46','\x6f','\x6f','\x18','\xec','\x80','\x63','\xb7','\x66','\x04','\x49','\x38','\x7c','\x01','\x4c','\x10','\xf8','\xef','\x6a','\xf5','\xb9','\xbf','\xef','\x74','\xbf','\x5b','\xd4','\x3d','\x57','\x9c','\x38','\xdb','\xe0','\x61','\xae','\x71','\x9c','\x6a','\x32','\xc5','\x05','\x76','\xaf','\x35','\x02','\x5d','\x02','\xdf','\x70','\x7f','\x72','\x7a','\x45','\xf0','\x01','\x81','\x12','\x2c','\x34','\x30','\x43','\xf8','\x5e','\x6e','\x79','\x36','\x07','\x9b','\x2f','\xc3','\xff','\x3e','\x56','\x03','\x8b','\xc1','\xcf','\xa4','\x00','\xce','\xf2','\x40','\x1d','\xc8','\x0f','\xa1','\x3c','\x58','\xa8','\x6c','\x8f','\x62','\xe5','\x00','\x58','\x76','\x7d','\xc1','\x77','\xeb','\x89','\x3d','\x4a','\x9c','\x59','\xce','\x84','\x69','\x13','\x21','\x92','\x46','\xed','\xd2','\x32','\xaa','\x5d','\x63','\x3b','\xd3','\x04','\x3c','\xc6','\xd9','\x16','\x22','\xb2','\x03','\xff','\x94','\xd1','\x0f','\x99','\xc2','\x35','\xcf','\xeb','\x2f','\x2e','\x5c','\xc1','\x47','\x3a','\x56','\xdc','\x2c','\x8e','\x92','\xe2','\xe7','\x74','\xeb','\x02','\x90','\x8f','\xe7','\xda','\x14','\xe0','\x5b','\xa4','\xb7','\xbb','\x47','\xec','\x5a','\x0d','\xaf','\x36','\xb4','\x31','\xe5','\x79','\x11','\x76','\xd7','\x48','\xe7','\xe7','\x21','\x59','\xdb','\xf0','\xee','\x2e','\x1f','\x6d','\xc9','\xc6','\xc7','\x78','\xfa','\x23','\x36','\xda','\x87','\x8b','\x96','\x5d','\x94','\x4b','\x22','\x71','\x31','\x2c','\x5e','\x7c','\xec','\x03','\xa8','\x7c','\x56','\xd0','\x3a','\x09','\x1d','\x7b','\xb4','\x84','\xb8','\x2a','\x72','\x05','\x56','\x2e','\x16','\xa2','\x2e','\x66','\x0d','\x04','\x89','\xe6','\xc1','\x12','\x82','\x1b','\x95','\x3f','\xd9','\x43','\xb8','\x4b','\x9e','\x47','\x13','\xa2','\x74','\xa1','\xab','\x8c','\x16','\x34','\x0b','\x77','\x47','\xcb','\xab','\x6e','\xa5','\x7b','\x08','\xb9','\x72','\x0f','\x1a','\x5a','\xad','\x16','\xc3','\x34','\x3e','\x6c','\xc4','\x71','\x0e','\x4f','\x37','\x4b','\x9a','\x81','\x5a','\x28','\x67','\xc0','\x38','\x5c','\x7e','\x03','\x4a','\xba','\x2c','\x80','\x36','\xb9','\x5b','\xf2','\xca','\x3a','\xbf','\xda','\x6c','\x2a','\x1b','\x00','\x67','\x69','\x29','\xc2','\x7f','\x11','\x94','\xfa','\x85','\xcd','\x3b','\x2c','\xea','\xc9','\x1d','\x62','\x9d','\x36','\x75','\x3e','\x4c','\x1b','\x02','\x07','\xc5','\x33','\xaf','\x0d','\x37','\x0f','\x83','\x20','\xdc','\xef','\x77','\xba','\xdd','\x6e','\xe5','\xc7','\xf4','\x99','\x73','\xc0','\x26','\x73','\x44','\x0f','\x68','\x34','\x11','\xd9','\xa5','\x75','\xda','\x9a','\x46','\x1c','\xe1','\x06','\x63','\xd2','\xda','\x5c','\x3f','\xd6','\xe4','\x73','\x97','\x64','\x70','\xf1','\x2c','\x7f','\xf1','\x55','\x5c','\xa0','\x7e','\xfa','\x8b','\x55','\x71','\x10','\x87','\x3b','\x0f','\xe2','\x5f','\x46','\x20','\xf2','\x64','\x79','\xaf','\x74','\x1a','\x27','\xea','\x8b','\xf4','\xfa','\x9e','\xd3','\x79','\xa6','\xc6','\x8f','\x4d','\x48','\x4a','\x57','\x82','\x70','\x91','\xf3','\x3f','\x53','\xe4','\x75','\x68','\x6c','\x44','\x04','\x5d','\x0a','\x51','\x9d','\x00','\x07','\x6c','\x1f','\x65','\x71','\x79','\xe7','\xab','\x92','\x2c','\x3e','\x1d','\x3d','\x80','\x9f','\xa2','\xdf','\xe7','\xef','\x4f','\xf3','\x6e','\xb9','\x6d','\x8a','\x3b','\xde','\xcf','\x70','\xd2','\x47','\x98','\xfb','\x85','\xb4','\x10','\x2a','\xe1','\x06','\xe7','\x40','\x9e','\x7d','\xc4','\x60','\x50','\xc5','\xc3','\xa8','\xea','\xff','\xcd','\x2e','\xcb','\x74','\x1c','\xe3','\xf7','\x49','\xac','\x36','\x12','\x13','\x4c','\xf9','\x8f','\x29','\xef','\x4e','\x13','\x13','\xb9','\x26','\x50','\x2c','\x3f','\x00','\xc8','\x04','\x33','\x07','\x62','\x3b','\xde','\xd9','\x44','\xbe','\x8e','\x27','\x0e','\x44','\xbd','\x6d','\x94','\x00','\x02','\x95','\xa9','\x49','\x61','\x63','\x82','\xbc','\x06','\xd4','\x37','\x3b','\x17','\x00','\xc1','\x0e','\xb6','\x4b','\x8b','\x9d','\xf8','\xe0','\x03','\x5f','\x53','\x5c','\x89','\x89','\xd6','\x54','\xde','\x08','\xf7','\x9c','\x7b','\xa7','\xdb','\x6d','\x0f','\x50','\x59','\xe7','\x4c','\x02','\xb9','\x12','\xe9','\xcd','\x15','\xa0','\x18','\x4f','\x09','\x85','\xa5','\x59','\xb4','\xb7','\xcd','\x82','\x1e','\x64','\x3b','\x78','\x50','\x90','\x7d','\xac','\x06','\x88','\xc3','\x1a','\xae','\xb7','\x37','\xdd','\x81','\x6f','\x0a','\xd9','\x35','\x10','\x40','\x80','\xce','\xec','\x83','\xf8','\x3a','\xda','\x89','\xc6','\xd9','\x80','\x56','\x13','\x27','\xa4','\xc4','\x67','\xfb','\x1e','\x2f','\xa4','\x80','\x12','\x50','\xa0','\x74','\xf7','\x9c','\xe2','\xb0','\xb7','\xbf','\xbf','\x0b','\xd1','\x66','\x6e','\x6e','\xd9','\xe6','\xcc','\xb7','\xdb','\x39','\xb5','\x8d','\x34','\x63','\xdb','\xd2','\x5a','\xc0','\xc3','\x38','\xfb','\x7a','\x1e','\x16','\x0e','\x40','\xe5','\x11','\x9c','\xc1','\xe7','\x50','\xcf','\x7e','\xe0','\x35','\x02','\x1e','\xda','\x98','\xed','\x9c','\x49','\xef','\x1e','\xdd','\xce','\xc5','\x07','\x0a','\x56','\xad','\xd8','\x2f','\x11','\x0e','\xb7','\x37','\xbc','\x80','\xd6','\x5f','\x61','\x3d','\xe7','\x42','\xac','\x56','\x83','\xd6','\xfc','\xee','\xa3','\x60','\x2c','\xfc','\x53','\x13','\x28','\x76','\x78','\x16','\x08','\xdd','\x63','\x7d','\x38','\x82','\x24','\xa6','\xfc','\x34','\x0b','\xaa','\xe0','\xae','\x9e','\x2e','\x0f','\xda','\xbd','\x5b','\xdb','\x77','\xdf','\x26','\x08','\xbe','\x72','\x65','\xd1','\x03','\xa2','\xa8','\xcb','\x61','\xc5','\x3f','\x82','\xa6','\x69','\x01','\x19','\x3a','\xb8','\xc3','\x05','\x67','\xda','\x59','\xba','\x46','\x42','\xdd','\x37','\x31','\xec','\xf5','\x1e','\x8a','\xcd','\x0e','\x67','\xd9','\x42','\x2a','\x15','\x2c','\x17','\x55','\xae','\xe8','\x14','\x1d','\xd7','\x4c','\x7a','\xbf','\x99','\x0c','\xef','\x2c','\xd6','\xbb','\x49','\xd1','\x4b','\x86','\xc2','\xc8','\x7c','\xdb','\x45','\x2d','\xc5','\xd7','\x6b','\xb3','\x7b','\x7e','\xe0','\x3c','\xe9','\x6a','\x6d','\x01','\x19','\xe2','\xfd','\x89','\x8d','\x9a','\xee','\x0a','\x33','\x44','\x79','\xdb','\xd3','\x2a','\x84','\x6d','\xc3','\xbe','\x56','\x8b','\x81','\x5f','\x55','\xb0','\xa0','\x81','\x8c','\x92','\xea','\x27','\x4c','\x20','\xc7','\x96','\xbf','\x7d','\x61','\x35','\x9f','\x79','\x57','\x69','\x3c','\x2c','\x50','\x2f','\x14','\x2a','\x44','\xd4','\xfb','\x7c','\xd6','\x67','\x75','\xfe','\x87','\x08','\x14','\x20','\x22','\x3a','\x0c','\x82','\xf0','\x2a','\xfc','\x70','\x66','\xed','\x4d','\x23','\x94','\x74','\x92','\xdc','\x78','\xf0','\xbe','\xbd','\xaa','\xa8','\x8c','\x28','\xe2','\x2f','\x9e','\x96','\x0a','\xaf','\x33','\x31','\x93','\x9a','\xba','\x03','\x14','\x41','\x96','\x58','\x04','\x17','\x05','\xfe','\x93','\x5e','\x4a','\x48','\xb2','\x0a','\xc5','\xcd','\x9d','\x63','\xcc','\x04','\x79','\xa6','\x43','\xce','\x8b','\x32','\x7f','\x89','\xe4','\xfd','\x80','\x35','\x32','\x93','\x80','\x60','\x9d','\x7b','\xb6','\xa2','\xdf','\x77','\x4f','\xcf','\x56','\xb4','\xc8','\x87','\x8a','\x82','\xff','\xa7','\xa1','\x87','\x3d','\x07','\x07','\xa0','\x8c','\xa0','\x06','\x06','\xb8','\xe2','\xbd','\xb0','\x0c','\x1d','\x37','\xa6','\x28','\x30','\xa0','\x4c','\xa0','\xe2','\x3b','\x5d','\xe9','\x87','\x6d','\x0b','\xe5','\xe6','\x80','\xaf','\x56','\xd5','\x8e','\xda','\xb4','\xe4','\x87','\x52','\x3b','\x8c','\xf1','\xe4','\xea','\x06','\x0b','\xfd','\x08','\x08','\x09','\x5d','\xd0','\x1a','\xc5','\xfd','\x3e','\xd7','\xb7','\x8d','\x36','\x8b','\xdc','\x74','\xb9','\x6c','\x61','\xbd','\x40','\xfc','\xee','\x1f','\x0a','\xbf','\x00','\xd0','\x53','\x70','\x4c','\xb1','\xe3','\xbf','\xfb','\x1d','\x3f','\xfb','\x48','\x37','\xa4','\xbf','\x1f','\xf6','\xa7','\x88','\x08','\xe7','\xed','\x26','\x03','\xac','\x1e','\xd4','\x60','\xdb','\x32','\xe2','\x5b','\x28','\x3f','\x4c','\xa5','\xaf','\x01','\xe9','\x84','\x02','\xf8','\x55','\x85','\x5f','\xa1','\x1e','\x37','\xa2','\x8d','\xd5','\xdd','\xcd','\xdb','\x8d','\x39','\x85','\x2c','\x28','\x98','\x90','\x9d','\x99','\x25','\x4a','\x8c','\x2a','\x13','\xc8','\x72','\x90','\x18','\xcf','\xc5','\x2c','\x4a','\x8d','\x89','\xf1','\xf2','\x4d','\x1f','\x0f','\xab','\xb7','\x91','\x1e','\x74','\x8f','\xfb','\x4c','\x2c','\x83','\x2f','\xf1','\xdc','\x34','\x3a','\x58','\x5c','\xee','\x6a','\x91','\xaf','\xf6','\x5d','\xdd','\xa4','\x44','\x3a','\x5d','\x28','\x69','\xe1','\xd6','\xb9','\x1c','\x70','\x03','\x8f','\x9d','\x48','\xe2','\x5c','\x86','\xdd','\x51','\x64','\x04','\xd1','\xf1','\xb0','\x28','\x75','\xe3','\x38','\xa1','\x52','\xcd','\xea','\x61','\xd5','\xb8','\x93','\xb8','\x3b','\xa1','\x2b','\x22','\xfe','\xbf','\x64','\x40','\x91','\x51','\xf9','\x19','\xb1','\x9d','\x8f','\xa1','\x2a','\x24','\x43','\x94','\xbb','\xd2','\x87','\x39','\x39','\x80','\x8e','\xbc','\x92','\x3c','\x9a','\x96','\x23','\xd1','\xa0','\x1a','\xe2','\x0a','\x8c','\x87','\x6e','\x4f','\xa6','\x69','\x1e','\x05','\x52','\x94','\xae','\xad','\xf1','\x54','\x8f','\x10','\x27','\x0f','\x34','\xc3','\x48','\xb1','\x81','\xd0','\xe6','\x06','\x23','\x5f','\xd8','\xda','\x3f','\x5d','\x4a','\x8a','\x94','\x68','\x44','\xcd','\xa2','\x99','\xe1','\x86','\x4b','\xf7','\x33','\x6a','\x81','\x15','\x50','\x8a','\x00','\x0f','\x3e','\x23','\x4b','\x81','\x29','\xc2','\xd5','\x0f','\x7f','\x82','\xe6','\x84','\xab','\xb0','\xf7','\x1d','\x2a','\xf0','\x79','\x1e','\x41','\x0f','\xae','\xea','\xfe','\xd6','\xb6','\x56','\xee','\x52','\x63','\x3e','\x1a','\xb8','\xe1','\xbb','\xcb','\x2d','\x08','\x7c','\xe2','\x67','\x04','\x8b','\xdb','\xdb','\x83','\xae','\xa1','\xba','\x96','\x72','\x91','\xe8','\x90','\x38','\x67','\x8a','\xc6','\x3f','\x69','\x99','\x62','\x6d','\x19','\xd6','\x45','\xf8','\xf3','\x42','\x61','\xaa','\xec','\x8c','\xee','\x6e','\xf7','\xfb','\x7d','\xa9','\xdf','\x84','\x02','\xb4','\xf2','\x8f','\x5b','\x3d','\x3b','\x4b','\xd5','\x62','\x63','\x62','\xbb','\xe5','\xe1','\xbc','\xb1','\xb4','\x73','\x4b','\x50','\xcd','\x47','\x96','\x0f','\xf6','\x42','\xfc','\x11','\x34','\xe0','\xf8','\xb7','\xef','\x0a','\x40','\x3f','\x5a','\xa8','\x7c','\x50','\x11','\x64','\x52','\xc1','\x29','\xb3','\x20','\xa9','\x99','\xce','\xd3','\x72','\x93','\xfe','\xa3','\x69','\xa9','\xb1','\xfd','\xe4','\xe9','\xa0','\xff','\x13','\xf5','\x10','\xa8','\x05','\x60','\x3d','\x50','\x82','\xec','\x73','\xd9','\xe9','\x44','\xe1','\xc9','\x8b','\xb1','\x91','\xe9','\xf5','\x5a','\xd6','\x93','\xdd','\x19','\x75','\x93','\x39','\xd5','\xd9','\x53','\xbe','\x9d','\x8d','\x9f','\x2d','\xac','\x08','\x95','\xa5','\xfc','\x46','\xf1','\x8f','\xe3','\x00','\x2e','\x54','\xac','\x0b','\xdd','\x73','\x3d','\x01','\xe4','\xf3','\x45','\xb3','\xd7','\x55','\x06','\xc6','\xc6','\xdb','\xb3','\x89','\x76','\x62','\x60','\x82','\x33','\x5b','\xee','\x26','\x76','\xf2','\xf3','\x2d','\xcd','\x2e','\x81','\xf4','\x05','\x37','\x22','\x8c','\x39','\x40','\x24','\xe0','\x1d','\x68','\x83','\xca','\x7c','\x29','\x5d','\xc3','\x36','\xcc','\xb8','\x07','\xdd','\xde','\x06','\x97','\xb7','\x41','\xfb','\x91','\x78','\xaf','\x2c','\xdf','\xf0','\x61','\x76','\x91','\x8b','\xf2','\x81','\x5f','\x63','\x07','\xbf','\xbe','\x5a','\x52','\xe6','\x75','\x34','\xa5','\xca','\xcf','\xf5','\xda','\xe8','\xf2','\xb6','\xd1','\xf5','\xed','\xa2','\x80','\xe6','\x92','\x07','\xae','\x8b','\xdc','\x43','\x60','\xed','\x74','\xa4','\xa1','\x0e','\x51','\x57','\xb6','\xfb','\x7d','\xa7','\xfd','\x96','\x87','\x96','\x89','\xfd','\x12','\x6e','\xb2','\x05','\xb4','\xba','\xbc','\x1d','\x02','\x15','\x06','\xcb','\xcf','\x25','\xef','\x3f','\x49','\x0c','\xeb','\xe7','\x74','\x9c','\xf2','\xfa','\x92','\xd8','\xbf','\x49','\x72','\x38','\xf3','\x4a','\xa6','\x00','\xb1','\xbe','\xd1','\x1a','\xc7','\xd9','\x1d','\x1c','\xa0','\x4e','\xee','\xee','\xa5','\xf2','\x43','\x8c','\x18','\x11','\x42','\x39','\xb2','\x63','\x6d','\xe3','\xdc','\x96','\x70','\x15','\x63','\x45','\x85','\x04','\xe4','\x8f','\x0f','\xb1','\xa3','\xce','\x39','\x8b','\x44','\xd4','\x25','\x8b','\xc5','\x22','\x81','\x59','\x18','\x6c','\x26','\x55','\xcc','\xba','\x08','\x75','\xe9','\x24','\xbb','\x0a','\xaf','\x86','\xe1','\x86','\xad','\xbc','\x0c','\xf3','\x4d','\x61','\x04','\x70','\x17','\xd0','\x00','\xa9','\x22','\xea','\x82','\xc5','\xa0','\xc0','\x91','\x5f','\xc8','\x4a','\xc5','\x3a','\x15','\x96','\xa1','\xa6','\x7d','\x6b','\x62','\x75','\x35','\xca','\x70','\xe0','\xa6','\xfc','\xdc','\xef','\x9d','\xfa','\x10','\xf0','\xc0','\xcf','\x1b','\x85','\xf2','\x12','\x96','\x1f','\xbb','\x27','\x06','\xe6','\xe7','\x60','\x04','\x45','\x96','\xc8','\x05','\xd1','\xe8','\xc5','\xb1','\xc9','\xa0','\x65','\xc4','\xa5','\x9c','\x42','\xc1','\x5f','\x6c','\xf7','\x56','\xb9','\xb5','\x67','\xdf','\x85','\xda','\xde','\x69','\xdb','\xb5','\x6e','\xb7','\x44','\xee','\xbb','\xc4','\x18','\x30','\x29','\x1e','\x6a','\x56','\x76','\x07','\x50','\x9f','\xd6','\xbf','\x1c','\x4c','\x2d','\x1b','\x94','\x13','\xeb','\x80','\x3f','\x59','\x85','\x82','\x8e','\x02','\x0c','\x27','\x44','\x84','\x7e','\xef','\x13','\x8c','\x1f','\x30','\xd6','\x20','\x27','\xd6','\xc9','\x95','\x15','\x55','\xa2','\xec','\x43','\x36','\x28','\xe5','\x1d','\xac','\x0d','\x15','\x4a','\x72','\xe6','\xf1','\xac','\xec','\x6e','\x6f','\xba','\x61','\x72','\x71','\x57','\x42','\x77','\x47','\x85','\xec','\x63','\x63','\xe6','\xc7','\x12','\x8a','\xe7','\x7c','\xcf','\x8f','\xa4','\xeb','\xdb','\xaa','\x63','\xf0','\x50','\x62','\x72','\x0f','\xe3','\xb3','\x20','\x4e','\x79','\x75','\xb1','\xf4','\x9d','\x90','\xf3','\xc7','\xa5','\xef','\xd8','\x88','\x65','\xd1','\x4f','\xe8','\x0f','\xb2','\xfa','\x8b','\x6b','\xd4','\x83','\x22','\xd6','\x3f','\x5b','\xa0','\x95','\xe0','\x75','\x95','\x1d','\xa7','\x2e','\x70','\xdb','\xb6','\xd1','\xf5','\x7a','\x2d','\x3f','\x6e','\xdb','\x36','\xa1','\x9d','\x2c','\x62','\x5d','\x75','\x8c','\x3d','\x43','\xee','\x66','\x4f','\x41','\x00','\x15','\xc6','\x70','\xe1','\x7d','\x80','\x6f','\x0e','\x99','\x7f','\x59','\x3b','\x7e','\x5b','\x4d','\x8d','\x57','\xcb','\x7c','\x32','\x4d','\x40','\xe4','\x23','\x05','\x50','\x14','\x22','\x44','\x21','\x54','\x17','\x3f','\xeb','\xb0','\xf8','\xe4','\x9f','\x0e','\x8b','\xea','\xa0','\x8f','\x00','\xee','\x2b','\x26','\xc0','\x4b','\x45','\x7c','\x61','\xbd','\x3f','\x3a','\x2d','\x85','\xa3','\xff','\x8d','\x2d','\x5b','\x01','\xe0','\xc1','\x8b','\x7c','\x0b','\x12','\xc0','\xe4','\x1e','\x96','\xad','\x2f','\x69','\x37','\x4f','\x1f','\xbc','\xda','\x44','\x6a','\xa3','\x13','\x9e','\xef','\xaa','\xbd','\x32','\x4c','\xb8','\xc8','\x45','\x99','\x3c','\xce','\x61','\x19','\xf2','\xaf','\x7f','\x7b','\x3e','\x0d','\x93','\xe0','\x61','\xbe','\xf5','\x93','\x2c','\x05','\xfa','\xed','\xf2','\x68','\x70','\xa7','\x29','\x42','\x33','\xfc','\xc5','\x0d','\x78','\x19','\x90','\x26','\x22','\xdb','\x3d','\xf7','\x05','\xb6','\x56','\x88','\xd4','\x15','\x01','\xd7','\xa0','\xd2','\xc0','\x0a','\x4c','\xa6','\xb7','\x87','\xf6','\x8d','\x0b','\x6e','\xd8','\x5f','\xe2','\x7d','\x49','\xd0','\x87','\xfd','\x03','\x0d','\x43','\xca','\x5f','\xa1','\xf8','\x09','\x2d','\x3f','\x58','\xa6','\x60','\xb7','\x06','\x85','\x89','\x0c','\xc4','\x6c','\x1c','\x96','\x9f','\xeb','\xdb','\x85','\xb6','\xeb','\x66','\x61','\x6b','\xeb','\x1c','\xc1','\x11','\xf4','\xb9','\x80','\xe7','\x32','\xc2','\x8b','\xa0','\x0b','\x75','\x8b','\xf4','\xb6','\xdf','\x34','\x3a','\x15','\x49','\xd6','\x67','\x2f','\x96','\x28','\x6f','\x7d','\x00','\x38','\x28','\xeb','\x1d','\x68','\xf9','\x9d','\x25','\x9b','\xef','\x30','\x2f','\xda','\x95','\x7d','\x1b','\x91','\x11','\xd9','\xe0','\xc3','\x2c','\x2e','\x6b','\x98','\xe6','\x6f','\xcc','\xaa','\xa7','\x84','\x10','\xee','\x06','\xe6','\x29','\x95','\xe9','\x46','\x66','\x3d','\x53','\x8b','\x8e','\x74','\xb4','\xec','\x08','\xb9','\xcf','\xb9','\x75','\xb3','\xd0','\x9f','\x3a','\xd1','\xee','\x40','\x14','\x3a','\x8a','\x40','\x97','\x89','\x4c','\x51','\x32','\x77','\xf4','\x2e','\x31','\xbe','\xe1','\x15','\xe8','\x2e','\x71','\x1b','\x11','\xf7','\x74','\x21','\xbc','\x77','\xa2','\xcd','\x82','\x23','\xa8','\x42','\x01','\x44','\x12','\x6b','\x27','\x93','\xde','\x25','\x64','\x91','\xf3','\x84','\x88','\x68','\xef','\xd4','\x77','\x36','\x85','\xd0','\x23','\x93','\xa9','\x42','\xe4','\x2b','\x55','\xcc','\x01','\x18','\x24','\x0f','\x6c','\xd7','\x85','\x54','\x39','\x23','\xeb','\x3e','\x13','\x89','\x9f','\xf7','\x19','\xdc','\xde','\xb8','\x76','\x3e','\x95','\x1f','\x18','\x57','\x9f','\x7f','\xc8','\xc3','\x75','\xfd','\xd7','\x5c','\x61','\x71','\x1a','\x92','\x2a','\x0a','\xa9','\xa0','\xa2','\xb2','\xcf','\x39','\xe8','\x4a','\xb7','\x5d','\xe8','\x7e','\x23','\x62','\xda','\x83','\x27','\xef','\xe6','\xae','\x99','\xf7','\x3d','\xa5','\x5c','\x61','\x53','\x60','\x38','\xdc','\x1b','\xb5','\x81','\xdd','\x15','\x41','\x6c','\x61','\xb2','\xfb','\xd0','\xbe','\xe4','\x43','\x66','\xb7','\x20','\x59','\x9f','\x48','\x3d','\x45','\xf4','\x5c','\x98','\xe6','\x2b','\xee','\xb7','\xc9','\x25','\x73','\xbf','\xe9','\xe0','\xb2','\x6c','\x23','\x5e','\xe0','\x0b','\xf2','\xef','\x8b','\xa2','\x10','\xaf','\x10','\x6e','\x90','\xf9','\x38','\x98','\xa2','\xbb','\x71','\x84','\xb9','\xbe','\xd8','\x05','\xc9','\x71','\xa7','\x50','\x29','\xf4','\xf1','\xaa','\xe9','\x0a','\x6a','\xdf','\x49','\x2f','\x9f','\xde','\xf3','\xc2','\x53','\x8c','\xdc','\x38','\x2e','\xc2','\xa1','\x7c','\x0e','\x54','\xf0','\x3f','\x02','\x1f','\x9e','\x5d','\x89','\x1e','\xae','\x73','\xbf','\x20','\x36','\x22','\x7a','\xd0','\xec','\x27','\x0d','\x27','\x89','\x6d','\x05','\x68','\xef','\x54','\x1e','\x64','\xee','\x0b','\x0d','\x59','\x6d','\x08','\x8c','\xba','\x8d','\xa7','\x12','\x04','\xc1','\x05','\x61','\x11','\x2e','\x2f','\x24','\x9f','\x87','\xd1','\x26','\xa6','\x8c','\x78','\xe3','\xe1','\x40','\x5f','\xb4','\x2a','\xcd','\xbb','\x14','\x07','\xe9','\x2b','\x95','\x99','\x57','\xd3','\x27','\x98','\xf8','\xa8','\xd9','\x79','\xb8','\x96','\x2a','\xf0','\x80','\x99','\x17','\x2c','\x72','\x24','\x18','\xed','\xc5','\x83','\x53','\x27','\xcf','\xd3','\xf6','\xaf','\x9a','\x06','\x01','\xf8','\xac','\xbe','\xe6','\xc2','\x3c','\xa0','\x9f','\xfd','\xe3','\x66','\xfa','\xa2','\x04','\xd9','\xef','\xb8','\x99','\x54','\x76','\x21','\x47','\x30','\x38','\x56','\xfe','\xb3','\x8e','\x4f','\x01','\x1d','\xfa','\xd9','\x77','\xbf','\x7f','\xb6','\xf4','\x6c','\x8b','\x10','\xa0','\xc4','\x6e','\xb7','\x15','\x10','\xbb','\x89','\x26','\xe4','\xdc','\xef','\x9f','\xc9','\x23','\xbe','\xf5','\x54','\x7e','\xa8','\x02','\x0b','\xb5','\x28','\x38','\x80','\x05','\xbf','\xf3','\x01','\x53','\xd3','\x62','\x01','\x46','\x7e','\x98','\x36','\x43','\xe0','\x6d','\xc7','\x92','\xb1','\x6b','\xed','\x00','\x13','\x0a','\x1f','\xcb','\x42','\xde','\x1d','\x95','\xa5','\xf2','\xb9','\xbc','\x0b','\xbb','\xe8','\xf0','\xae','\xba','\x93','\xb5','\x70','\x77','\xbb','\x5e','\x6d','\x27','\x77','\x33','\x06','\xc7','\xf3','\x0a','\xe5','\x6b','\x02','\x8a','\xd2','\x2d','\xab','\x64','\xbf','\x77','\xba','\xdf','\xcc','\xe5','\x0d','\xb5','\x43','\x36','\x2a','\x87','\x7f','\x7f','\x8f','\x10','\xbd','\xe8','\xf2','\xe5','\x5b','\xd5','\xb1','\x63','\xed','\x2e','\x6f','\xa6','\xfc','\x4c','\x97','\x29','\x8e','\x42','\x40','\x72','\x34','\x61','\xc7','\xa9','\xe4','\x19','\xe1','\x99','\x6e','\x8a','\x2b','\x92','\x6f','\xcc','\xd4','\x5b','\xa3','\x06','\x82','\x41','\x4c','\x09','\xea','\x44','\xc4','\x1d','\xfa','\x22','\x68','\x51','\xf2','\xfc','\x33','\xaf','\xc4','\xf8','\xc5','\x3a','\xad','\x96','\x9a','\x90','\xf3','\xe6','\x76','\xae','\x74','\xce','\xfe','\xc1','\xf1','\xdc','\x3c','\xf7','\x73','\x97','\x70','\xd7','\xc2','\x4b','\x53','\xf7','\xdd','\x7e','\xdf','\x89','\x84','\x3a','\x65','\x08','\x65','\x87','\xad','\x4a','\xdb','\xd6','\x32','\xc2','\xda','\x80','\x87','\xc9','\x37','\x44','\x1c','\x53','\x84','\xc5','\xc7','\x3a','\x80','\x56','\x2b','\x31','\xc1','\xe8','\x77','\xb6','\x34','\x53','\x02','\xfc','\xdd','\x8e','\x81','\x04','\xd0','\xf2','\x13','\xf5','\xb9','\xb5','\x0b','\xfa','\x82','\xea','\x0f','\xb0','\x0e','\x26','\xae','\xff','\xd4','\xe7','\x54','\x31','\x90','\x5b','\x18','\x33','\xd8','\x43','\x06','\x3e','\x41','\xcb','\x40','\xdf','\x3b','\xdd','\x88','\xd4','\x5a','\xd5','\x3b','\xf5','\x3b','\x82','\xee','\x5c','\xc0','\x95','\x57','\x54','\xf9','\x69','\x8d','\xed','\xa8','\x40','\x2a','\x53','\xe1','\xaa','\x66','\x13','\x86','\xc5','\x23','\xbd','\x4e','\x0b','\x3d','\xb9','\x59','\xbb','\xec','\xdf','\xa0','\x00','\x23','\xbb','\xab','\x71','\x54','\x82','\xac','\x2e','\x06','\x1a','\xe4','\xdc','\x99','\xe9','\x85','\x04','\xca','\xa8','\x97','\x8b','\xcc','\x0b','\x45','\x88','\xa7','\xef','\xe0','\x86','\x1a','\xa1','\xae','\x5b','\x44','\xd2','\x8b','\x31','\x3c','\x68','\xc7','\x0a','\xbb','\x84','\xf2','\xd3','\xab','\xcb','\x5b','\x6e','\x8a','\x20','\xd8','\xc6','\x17','\x29','\x64','\x87','\x96','\x8d','\xdc','\x53','\xd7','\x6e','\x1e','\x5e','\x1b','\xfb','\xf5','\x4f','\x7a','\x9c','\xca','\x5a','\x44','\x45','\xd2','\x11','\x91','\x6e','\x0c','\x1c','\xa9','\x0a','\x8f','\x54','\x88','\xcb','\xb6','\x4d','\xba','\xcb','\xb6','\x6d','\xe7','\x61','\xb0','\xef','\xf7','\xfb','\x74','\x50','\xe8','\xe8','\xe0','\xd0','\x69','\x1a','\x39','\xc2','\x85','\xa3','\x0b','\x37','\x33','\x73','\x83','\xbc','\x38','\x2e','\xea','\x55','\x2c','\xf5','\xab','\x80','\xc7','\xa7','\x93','\x6f','\x9f','\x8c','\x48','\x69','\x45','\xba','\x34','\xc3','\x2f','\x57','\xcb','\xbf','\xb5','\xa6','\x73','\x92','\x1e','\x09','\xfa','\xe5','\x3b','\xb9','\x88','\xb9','\x44','\x74','\xb2','\xaf','\xc8','\xec','\x2e','\x20','\x0e','\x8e','\x5e','\x65','\xec','\xa3','\xdc','\x5f','\x3e','\xa2','\x4f','\x6e','\xba','\x2c','\x5f','\xfd','\x95','\xd9','\x0b','\x16','\x44','\xef','\xbe','\x6f','\x76','\xfb','\xa2','\x37','\x46','\x7c','\x23','\xbb','\x41','\x3e','\x16','\x5b','\xbf','\x80','\x31','\x76','\x55','\x6b','\xf9','\x71','\xee','\x63','\x39','\x81','\x65','\xf1','\x09','\x14','\x98','\xe1','\x9d','\x91','\x65','\x41','\x37','\x09','\x80','\x5b','\xb5','\xec','\xb1','\xdc','\xe1','\xc5','\x51','\xe1','\x19','\x2d','\x3f','\x63','\x53','\x31','\x0f','\x65','\x08','\x69','\xbf','\xa5','\xdd','\xdd','\xde','\x36','\xa3','\x13','\x42','\xd5','\x00','\x73','\xd0','\xc7','\x15','\xbd','\xf6','\xae','\xe7','\x2c','\x22','\xd2','\x9b','\xe4','\xfb','\xa5','\x9d','\xdd','\x76','\x79','\xdd','\x2d','\x4e','\xa8','\x90','\x99','\xfd','\xff','\x96','\xed','\x6c','\x0d','\xdd','\xba','\xe8','\xa9','\x89','\xe4','\x72','\x55','\xc4','\x5d','\xf9','\x0c','\xac','\xb2','\x64','\x78','\x6a','\xa8','\x4f','\x81','\xaa','\x6d','\x95','\x98','\x8f','\x64','\x33','\x30','\x27','\xdd','\x0f','\xbc','\x9b','\x5b','\x86','\x9f','\x03','\xa1','\xd9','\x67','\xe1','\x68','\x4a','\x06','\x48','\x15','\x22','\x32','\x57','\x2b','\xbc','\xab','\xc6','\xf4','\xa9','\xd2','\x26','\x22','\x32','\x53','\x00','\x13','\xb5','\x04','\x84','\x71','\x2e','\x68','\x4b','\x45','\xa6','\x35','\x8e','\x20','\x05','\xb2','\x9b','\x5b','\x5c','\x67','\x92','\x2d','\xcf','\xd6','\x60','\xd8','\x77','\x11','\x4a','\xd7','\x38','\x77','\x3f','\x0c','\xc5','\xc8','\xc0','\xf9','\x10','\x61','\xcc','\xe5','\x61','\xc8','\x4e','\x97','\x94','\x3d','\x48','\x4b','\xbe','\x61','\x90','\x17','\xcd','\x22','\xc2','\xd7','\x7f','\x50','\xb9','\xc5','\x71','\x45','\x57','\xce','\x99','\x7e','\x83','\xde','\xc3','\x23','\xad','\x39','\x2f','\x91','\x75','\x8b','\x59','\x58','\x11','\x48','\x95','\xbf','\xcd','\x15','\x56','\xad','\x27','\x82','\xa1','\x10','\x45','\xf0','\x0d','\xe7','\x4b','\xe7','\xfb','\xb9','\x01','\xae','\xa4','\x52','\xf0','\x09','\x46','\x5c','\xe4','\xd0','\x24','\x9d','\x66','\x0c','\x5c','\xb2','\x40','\x91','\x63','\xe2','\x50','\xb5','\x54','\x5e','\x99','\x1f','\x9f','\x6f','\xc8','\x50','\xd0','\x78','\x96','\xe1','\xcb','\xe2','\x0a','\x9d','\xfd','\x9d','\x95','\x26','\x42','\x44','\x2b','\x77','\xef','\xf8','\xcd','\xce','\xcb','\x99','\xe5','\x47','\x5d','\xdf','\xdc','\x22','\x3b','\x28','\x3f','\x8b','\x49','\xb0','\x5a','\x6f','\xdc','\xc2','\x89','\x21','\xae','\xf3','\x12','\xea','\x13','\xe5','\xe7','\x28','\xb9','\xec','\x94','\xfa','\xca','\x4a','\x24','\xe2','\x1c','\x93','\xa3','\x8c','\xff','\xa4','\x81','\x24','\x49','\xd8','\xd5','\x1a','\xb0','\x7c','\xff','\x09','\x9a','\xee','\x7d','\x3e','\x03','\x94','\x6e','\xeb','\x35','\x95','\x33','\x40','\xf7','\xfb','\x7d','\xde','\x19','\xa0','\x2a','\x48','\xc7','\xc1','\xf5','\x5d','\x8c','\x68','\xdd','\x4a','\x82','\x93','\x4e','\xc2','\xd6','\x54','\xd8','\x16','\xaf','\xe0','\x65','\x87','\x3e','\xa0','\xc9','\xac','\x84','\x5c','\xec','\x6c','\x3c','\x59','\xc6','\x67','\xd3','\xaa','\x2f','\x2f','\x57','\x0b','\xe0','\x7a','\x2c','\xe7','\x68','\x16','\xc2','\xcc','\x63','\x1b','\x30','\x81','\x4c','\x2a','\x8b','\xa0','\xdc','\xa7','\xda','\x74','\x24','\x51','\xa7','\x2a','\xe7','\x87','\x47','\x99','\xa7','\x17','\x7e','\x92','\x34','\x74','\xf5','\x91','\x1e','\x50','\x77','\xfd','\x30','\x44','\xab','\x16','\x14','\x6b','\xc2','\x8a','\xe4','\x83','\x30','\x75','\xa0','\xc2','\xf0','\x20','\x00','\xc1','\xc2','\x07','\x19','\x5b','\x29','\xf9','\x71','\xee','\xd2','\x72','\x62','\xf1','\x3a','\xcf','\x13','\x8a','\x4f','\x2c','\x1c','\x96','\xb7','\x4c','\xab','\xef','\x32','\xb5','\x3e','\xcf','\x28','\x87','\x42','\x95','\xe1','\x2b','\x0a','\x34','\xa0','\x43','\xac','\xdf','\x06','\xe8','\x1c','\x7c','\x05','\x40','\x64','\x55','\x7e','\x76','\x73','\xd1','\xc2','\x30','\xbd','\x50','\x42','\xf9','\xbe','\x5a','\x18','\xe7','\x67','\xf6','\x1e','\x28','\x30','\x6b','\x00','\x4c','\x34','\x9b','\xdc','\x69','\x5e','\xe0','\xbd','\x4f','\x82','\x2f','\xa2','\xdc','\xcd','\xb3','\x09','\x0e','\x16','\xf1','\x73','\xdd','\xac','\x72','\xf7','\xa5','\x04','\x4c','\x78','\xc7','\xcf','\xf5','\xed','\xa2','\xc1','\x0e','\xae','\x83','\x82','\xe1','\x6c','\x86','\xca','\x0f','\x57','\x60','\xc1','\x96','\x01','\x77','\xfb','\xf7','\xfb','\x4e','\x77','\x3b','\xf3','\x93','\x60','\x9a','\xc2','\xea','\x23','\x01','\xb8','\x7b','\x1c','\x72','\xc8','\x39','\x01','\x16','\x3c','\x54','\x7e','\x2c','\x2c','\x77','\xb8','\xbd','\x05','\x91','\x4f','\xe4','\x62','\x10','\xc0','\x51','\x39','\x27','\xe5','\x84','\xed','\x50','\x8f','\xb6','\x4f','\xa2','\x33','\x75','\x08','\x54','\x03','\xeb','\xc4','\x5d','\x3f','\xaa','\x6b','\x9c','\xba','\x45','\xf4','\xee','\xbb','\xf3','\x29','\x43','\xaa','\x4c','\x3a','\xe1','\x85','\x58','\x7a','\xc5','\x0b','\x35','\xe0','\xe8','\xae','\x74','\xc3','\x18','\x5b','\x53','\xdc','\x9a','\x60','\x1e','\x71','\x6a','\x6d','\xd9','\x1d','\xe0','\xda','\x58','\x6d','\x5c','\x94','\x9a','\xb0','\xf0','\x8a','\x05','\x8b','\x30','\xed','\x45','\x2f','\xdb','\x54','\x2d','\xaa','\x5b','\x5e','\x84','\x02','\x1c','\xff','\x4a','\x19','\xf4','\x39','\xa0','\x9e','\xab','\x80','\x12','\xf3','\xcf','\x2d','\x21','\xe4','\x56','\x3d','\x1a','\x40','\xb7','\x81','\xf0','\x18','\x53','\x74','\x7b','\x13','\xe0','\xd5','\x6c','\x41','\x1d','\x57','\xc0','\x36','\x48','\x6a','\x6a','\x42','\xcc','\x2d','\x95','\xb4','\xc1','\xb5','\xb2','\xe1','\x05','\xb5','\xae','\x14','\x6c','\x6a','\xcd','\x10','\xa2','\xbc','\x98','\xb5','\x3b','\x21','\x46','\xe6','\x02','\x75','\xd7','\x2c','\x69','\xd4','\xc5','\x02','\x57','\x80','\xbb','\x5e','\x89','\x1f','\x7e','\xa0','\x4c','\x3c','\x91','\x9c','\x37','\x9b','\xcf','\x3b','\x1b','\x7c','\x94','\x81','\x21','\xdf','\x56','\x61','\x4c','\xad','\xf6','\xb8','\xf4','\x74','\x31','\xbf','\xc7','\xde','\x95','\x75','\xa2','\xb4','\x45','\xff','\xdf','\x5a','\x8b','\x80','\x07','\x97','\x0b','\x47','\x84','\xc8','\xa0','\x57','\x28','\x58','\x83','\x48','\x1b','\x16','\x58','\x89','\x71','\x06','\xe5','\x07','\x23','\xbe','\x09','\xf4','\x79','\x94','\x8d','\x6b','\x6a','\xcd','\x1b','\xc9','\xf6','\xfd','\x89','\xa5','\xf2','\x2f','\x9f','\xbe','\xa6','\xff','\xd5','\x25','\x35','\xca','\x8d','\xef','\x1f','\xa7','\xf4','\xb8','\x51','\xe2','\xba','\xcd','\xca','\xa0','\x73','\x99','\x9e','\x2c','\xd2','\x9a','\x4f','\x78','\xfa','\x54','\x2e','\x12','\x2c','\x80','\x92','\x63','\x7d','\x69','\xcd','\x99','\xb5','\x9a','\x61','\x5f','\x4a','\x50','\xfe','\x50','\xd5','\x9c','\xf5','\x48','\xfe','\x7c','\x32','\xa5','\x93','\xcb','\x83','\x82','\x07','\xd0','\xb5','\xfa','\xf9','\x71','\xd3','\x5c','\xa8','\x1f','\x48','\x94','\xcc','\x36','\xf0','\x0c','\x2e','\x3d','\x02','\x4f','\xa0','\xfe','\x83','\xf6','\x7d','\x37','\x75','\xf1','\x07','\xe8','\xa1','\x1f','\x4a','\x03','\x06','\x2a','\xa4','\x3c','\x1a','\xa4','\x90','\xd5','\x1c','\x84','\x8c','\xdd','\xb4','\x00','\x7d','\xb0','\xc2','\x4a','\xbe','\x53','\x58','\x1f','\x17','\x3a','\x7c','\x6c','\xcc','\x0b','\xaf','\x1e','\xb6','\xdd','\xeb','\x38','\x9f','\x51','\x02','\xff','\x2e','\xde','\x2f','\x0f','\x72','\x82','\xad','\xdf','\x62','\x50','\x7e','\x7e','\xf4','\xa0','\x3e','\xd3','\xcb','\x27','\x33','\x48','\xce','\x0d','\xa2','\x5c','\x70','\x5d','\x40','\x7b','\x54','\x31','\xdf','\x95','\xcd','\x70','\xd7','\xbe','\xdb','\xd8','\xe1','\xbe','\x0b','\xfd','\xbf','\xc7','\xf8','\xfb','\x02','\x6d','\x44','\x0c','\x2c','\x33','\xc8','\x0e','\x5c','\x08','\x86','\xf6','\xd4','\x76','\xae','\xda','\x0c','\x00','\x69','\x9c','\xfb','\x83','\x7c','\x8d','\x37','\x84','\x08','\x2d','\x55','\xb1','\xe3','\x2c','\xb8','\x28','\x49','\xd4','\x59','\xc0','\x80','\xfd','\x51','\x2b','\x80','\x1e','\x54','\xbe','\x5c','\x35','\xc4','\xf5','\xe5','\x6d','\xb3','\xc3','\xcb','\x6d','\x0e','\x78','\xc0','\xa5','\xc7','\xd9','\xd9','\xf2','\x55','\x22','\x12','\xd9','\xdd','\x95','\x9f','\x1d','\x2e','\xcb','\x34','\x10','\xb3','\x74','\x69','\xa9','\x3d','\x8f','\xc3','\xef','\x4c','\x7a','\xb6','\x25','\x95','\x9f','\x16','\x91','\xcf','\x46','\x12','\x1e','\x25','\xa4','\x35','\xd3','\xe0','\x3e','\x44','\x42','\xd4','\xed','\xe2','\x50','\x03','\x48','\xd3','\xfc','\xf6','\xfe','\xf7','\x74','\x43','\xca','\xa8','\x60','\x7a','\x4a','\x3d','\x02','\x14','\x79','\xf4','\x40','\x74','\x2d','\x32','\x1a','\x52','\x4b','\x57','\xca','\xd1','\x35','\xc8','\x41','\xa0','\xae','\xb1','\xf5','\x90','\xf9','\xd4','\x16','\xff','\x6b','\xe1','\xea','\x9c','\x97','\xf5','\x3e','\x1f','\xed','\xa3','\x03','\xfc','\xde','\x28','\xa2','\xed','\x85','\x32','\x42','\x9d','\x68','\xd7','\x48','\x71','\x7a','\xb9','\x29','\xe7','\xc6','\x9b','\x54','\xf0','\x11','\xae','\xa2','\x62','\x6d','\xdf','\x81','\xf0','\x43','\xbb','\x9c','\x07','\xfc','\x37','\xe7','\x3d','\x49','\xf3','\x69','\xba','\xda','\xa1','\x4b','\x65','\x28','\x22','\x75','\x35','\xc6','\xb6','\xe0','\x8c','\x8b','\x6a','\x91','\xc4','\x2e','\xf2','\x78','\x78','\xdf','\xff','\x46','\xd4','\x30','\x3b','\xb3','\xe3','\x11','\xe6','\xac','\x5e','\x0f','\xb5','\xcd','\xae','\x61','\x40','\x1d','\xcd','\xad','\x64','\x5e','\x2e','\x0c','\x9a','\xf3','\xb6','\x2a','\x71','\xa6','\x4c','\x32','\x17','\xc5','\x27','\xdb','\xbb','\x3a','\xd5','\x7c','\x90','\x16','\x0b','\x86','\x87','\xdb','\xd6','\x10','\xed','\x6c','\xc7','\x12','\xaa','\x55','\x04','\xdd','\xdf','\x94','\x26','\xca','\x0f','\xe1','\x3e','\x6a','\x4a','\x8b','\xcf','\x6f','\x0c','\x2c','\x91','\x40','\x10','\x3a','\x89','\x6d','\xb0','\x71','\xd3','\x4d','\x13','\xa6','\xcd','\x5c','\xde','\xb6','\x0b','\x6b','\xa8','\x6b','\x0f','\xfd','\x57','\x76','\xdb','\xe6','\x84','\x56','\xc7','\x50','\x7e','\xdc','\xf2','\xe3','\x6e','\x6f','\xe6','\x2a','\x19','\x9b','\x24','\xde','\xa0','\x45','\x1b','\x97','\xf2','\xd6','\xb3','\x59','\xf9','\x48','\xd6','\x7f','\xd2','\x49','\x3a','\xc1','\xf4','\x65','\x19','\x29','\x6b','\x5e','\x7d','\x27','\xae','\xdb','\x91','\xca','\x46','\xa7','\xea','\x02','\xcc','\x73','\x11','\xa1','\xd6','\x5a','\x28','\x3c','\xee','\x46','\x7b','\xea','\x02','\xb7','\x0a','\x82','\xf0','\xea','\x19','\xa0','\x68','\xc1','\xf4','\x08','\x04','\x62','\x23','\xe2','\xce','\xd4','\x0f','\x81','\xd5','\xa2','\x28','\x5f','\x0f','\x56','\x3f','\xfe','\xac','\x80','\xfa','\x7b','\x24','\x9c','\xbc','\x0f','\xf2','\x4c','\x77','\xd5','\x08','\x7c','\x59','\xd9','\xbb','\xff','\x49','\x2f','\x27','\x5b','\xf3','\xe3','\x36','\x76','\x04','\x8a','\x2e','\xbe','\x7d','\x57','\xcd','\x83','\x52','\xe8','\x3b','\x66','\x01','\x1d','\x40','\xed','\x32','\x49','\x1d','\xba','\x57','\x92','\x1c','\x7e','\x39','\xc9','\x1c','\x82','\x67','\xb1','\x00','\x13','\x55','\xaf','\x06','\xef','\xc7','\xaf','\x94','\x0a','\xf0','\x4d','\x80','\x43','\xbe','\xc8','\xbb','\xcb','\x0b','\x29','\xf0','\xda','\xbb','\x28','\x00','\x74','\x20','\xc7','\x19','\xda','\x16','\xcf','\x03','\x58','\x71','\x4a','\x9a','\x10','\xec','\xfe','\x77','\x0e','\x52','\x32','\x36','\x07','\x31','\x03','\xd1','\xf0','\x65','\x78','\xd5','\xcb','\xa4','\x32','\x46','\x75','\x97','\x9f','\x60','\xe7','\x3b','\x6a','\x72','\x40','\xe8','\xe3','\x0b','\x00','\xc2','\xdb','\x3f','\x55','\x07','\x1d','\x71','\xfe','\x66','\xce','\x3b','\x7e','\x2e','\x57','\x53','\x7c','\x2c','\xd8','\x41','\x28','\x17','\x5e','\x27','\x13','\xb9','\x03','\x68','\x8a','\xa2','\xe4','\xfd','\x78','\x26','\x70','\xb9','\xe5','\xad','\xd3','\x7e','\x77','\x97','\x43','\x21','\xb7','\x1a','\x09','\xf9','\x79','\x2b','\xa3','\x3d','\x10','\x3a','\x21','\x93','\x03','\x64','\x4a','\x60','\x3a','\x58','\x7e','\xa2','\x75','\x9c','\x6d','\x4c','\x3a','\x9e','\x4f','\x35','\x17','\x9d','\x15','\xe3','\x86','\xdd','\x86','\x10','\xa2','\x16','\x4c','\xcd','\xa4','\xc1','\x08','\x22','\xf0','\x81','\x07','\x15','\xa0','\x60','\x1a','\xa1','\xb4','\xca','\x9c','\xb7','\xa7','\x32','\x44','\x01','\x78','\x5d','\xe1','\x2d','\xd9','\xc5','\x91','\xab','\x75','\x33','\xa6','\x3a','\xfb','\x86','\x24','\xd3','\x0e','\xbc','\x41','\xee','\xfa','\x66','\xee','\x5c','\x7a','\xa7','\x4f','\xf2','\x80','\x6e','\x08','\x68','\xc8','\x6a','\xd9','\x98','\x1a','\xb5','\xac','\x67','\x52','\x80','\xf2','\x6c','\x8e','\x5e','\x0e','\xdb','\x03','\x5c','\x4f','\x72','\x05','\xfa','\xe3','\x71','\xd6','\x27','\x8c','\xc0','\x59','\xa6','\x7f','\x0e','\x4b','\x0c','\xe5','\xb8','\x14','\x60','\x8e','\x64','\x9e','\xfe','\x72','\xce','\x7f','\x72','\xbe','\xb1','\x5f','\x05','\x2d','\x8d','\x62','\xac','\x88','\x87','\xf3','\x35','\x5b','\x04','\xd3','\x60','\x1d','\x87','\x8c','\x40','\xf8','\x00','\x43','\x09','\x55','\xc3','\x23','\x28','\x42','\x6c','\x16','\x66','\x3c','\xf7','\x16','\x33','\x68','\x50','\x2a','\x5e','\x4a','\xec','\x25','\xe1','\x1c','\xe4','\x90','\x1f','\x60','\x34','\x2c','\xef','\xf8','\xdd','\x3c','\xd7','\x37','\x0d','\x4f','\x4d','\x44','\x24','\xa2','\x41','\x49','\xba','\xf4','\x89','\xd6','\x2b','\x7c','\xa1','\xbc','\x44','\x76','\x31','\xb2','\xc9','\x8c','\x4b','\x2a','\xdb','\x18','\x72','\x1d','\x01','\x6d','\xbc','\x2c','\x33','\x3d','\x5d','\x7e','\x75','\x0f','\x7f','\xef','\xae','\x6f','\xa0','\xb4','\x4e','\xfd','\xa1','\xba','\xbe','\xcd','\xa9','\xca','\xf4','\x55','\x3f','\xc6','\xc7','\x2f','\xad','\xb5','\xaf','\xe6','\xfb','\x0b','\xa4','\x80','\x46','\x62','\x72','\x6e','\x90','\x71','\x99','\x09','\xf2','\xe2','\xdf','\x67','\xca','\xb7','\xd4','\x5a','\x9b','\x8c','\x2b','\x0f','\x2f','\x42','\xd5','\xc5','\xa2','\x6a','\x48','\xab','\x1b','\x55','\x1f','\x62','\x70','\x5e','\xe4','\x13','\xfc','\x2d','\x11','\xba','\x6f','\x72','\x9d','\xf5','\x11','\xc3','\x09','\x67','\x5b','\x6b','\x9e','\x52','\xfc','\x9f','\x98','\x9e','\xb6','\x0a','\xbd','\x50','\xda','\x4a','\xd6','\x4d','\xf4','\x5a','\x11','\x70','\xdc','\xfd','\x79','\x34','\x72','\x03','\x11','\xb5','\xee','\xcf','\x51','\xf6','\x19','\x7d','\xed','\x4f','\x4f','\x2b','\x5e','\x1a','\x84','\x3f','\xe6','\x61','\xc8','\x83','\xd6','\xfa','\xa0','\x14','\x58','\x36','\x75','\x71','\xf3','\x65','\x36','\x27','\x86','\x2f','\xd4','\x81','\x61','\x01','\xc0','\x9c','\x2d','\x98','\xb5','\x59','\x0b','\xaa','\x42','\xd4','\xa0','\xa9','\x1f','\xcf','\x26','\xb7','\x0c','\x04','\xb6','\x14','\xe0','\x02','\x07','\xb4','\x1c','\xfd','\x70','\x8a','\x9c','\x71','\xca','\xe9','\xfc','\xfe','\x40','\x13','\x57','\xe9','\xe9','\x05','\x48','\xea','\xc7','\x00','\x7d','\x55','\xb3','\x23','\x77','\xc5','\x12','\xf3','\x1f','\x6f','\xac','\x20','\x9a','\x09','\x2f','\xd5','\x9b','\x85','\x97','\x2f','\xdb','\xa3','\x32','\x7c','\xd4','\xac','\xa2','\x18','\x2d','\x16','\xeb','\xb2','\x79','\x14','\x59','\x6a','\x27','\xa6','\x32','\x56','\x75','\x3b','\x8e','\x82','\x9f','\x45','\xcc','\xf5','\x69','\x05','\x34','\xc5','\x59','\x33','\x81','\xaf','\xff','\xee','\x77','\xfc','\x5c','\xcc','\xe5','\xed','\xfa','\xb6','\xc5','\x79','\x1f','\xb6','\xc9','\x20','\x44','\xc4','\x0c','\x67','\x18','\xb0','\x3f','\x03','\xd9','\x42','\xf9','\xb9','\x77','\xba','\xdf','\xf6','\x70','\x5f','\x61','\x22','\xf5','\xd9','\xf1','\x37','\x31','\x84','\xad','\xa0','\x02','\x04','\xeb','\x83','\xe2','\x6c','\x05','\x93','\xee','\x96','\xb4','\x55','\xf7','\xa8','\x92','\x8e','\x16','\xaa','\x32','\xe7','\xcf','\xbd','\x15','\xc6','\xb5','\x69','\xca','\x89','\x6e','\x7f','\x0d','\x41','\x26','\x53','\xa3','\x1e','\x21','\xad','\xbb','\x49','\xdd','\xd6','\x89','\x3a','\xdc','\x9d','\x93','\xec','\x09','\x67','\x09','\x57','\xed','\x11','\x07','\xe0','\x56','\x2e','\x2a','\x41','\x21','\x6b','\x9c','\x37','\xad','\x8f','\xb6','\xe4','\xfb','\xfd','\x4c','\x0e','\xb8','\xfb','\xae','\xf9','\xdd','\xc5','\xcb','\xd5','\xbc','\x08','\xe6','\x21','\xff','\x7f','\xf6','\xfe','\x3c','\x5c','\xb7','\xa4','\xa8','\x13','\x85','\x7f','\x91','\x6b','\xbd','\x7b','\xef','\x73','\x4e','\x55','\x31','\x54','\x41','\x79','\x15','\xb8','\x8d','\x28','\x50','\xa8','\x9f','\x03','\xe2','\x3c','\x00','\xca','\x50','\x05','\x8a','\x03','\x73','\x0b','\x38','\xa3','\x7e','\x77','\x78','\xec','\xbe','\xda','\xf7','\xfb','\x9e','\xdb','\xdd','\xda','\x7d','\xef','\xf7','\xdc','\x56','\xf4','\xea','\x6d','\x65','\x12','\x07','\xaa','\x50','\x10','\x05','\x19','\x44','\x41','\xa4','\x98','\x04','\x6d','\x0a','\xc4','\x76','\x42','\xd0','\x6e','\xbd','\x34','\xdd','\x42','\x53','\x14','\x50','\xd3','\x19','\xf6','\xbb','\x32','\xbe','\x3f','\x32','\x22','\x32','\x72','\x58','\xeb','\x7d','\xf7','\x74','\x6a','\x68','\xb3','\x9e','\x3a','\x7b','\xef','\xb5','\x72','\xe5','\x18','\x19','\xf1','\x8b','\x8c','\xc8','\x48','\x9d','\x83','\x00','\x02','\x83','\xec','\x3c','\x0c','\x5c','\x65','\xa5','\x22','\xca','\x48','\x6e','\x7f','\x11','\xd1','\xce','\x6b','\xb9','\xa6','\x97','\x1d','\xe9','\x5c','\x49','\x68','\x67','\x65','\x08','\xd9','\xe2','\xa3','\xcf','\x90','\xa7','\xb0','\xb8','\xf7','\xa9','\xe6','\x94','\xc2','\x5f','\x0b','\x36','\x6b','\x73','\x9f','\xcb','\x6b','\x2c','\x8d','\xb2','\x9b','\x90','\x2c','\x88','\xc1','\xce','\xfa','\xa4','\xa0','\x0b','\xc1','\x14','\xeb','\xa8','\x77','\x14','\xf9','\x8d','\x91','\xaa','\x7e','\x9b','\xbf','\x0e','\xf3','\x33','\x4b','\xa9','\xcc','\x59','\x9c','\x90','\xdd','\xe8','\x38','\xef','\x8c','\x2f','\x05','\x07','\x48','\x75','\x1e','\x04','\x8b','\xe4','\x59','\x2b','\x1b','\x93','\xe7','\x2e','\x0c','\x01','\xe3','\x4e','\xc0','\x6a','\x77','\xc4','\xb8','\x1a','\x84','\x46','\x08','\xe0','\x29','\x29','\xc2','\x13','\xd7','\x9f','\x96','\x9a','\x82','\xcc','\x99','\xbf','\xe7','\x27','\xbb','\xca','\xba','\x6f','\xb4','\x45','\x4a','\x4c','\xec','\xc6','\xc5','\xb9','\xb5','\x0a','\x29','\x4b','\x3b','\x7c','\xe8','\x7b','\xcf','\x1f','\x8a','\xee','\x95','\xbf','\xb7','\xac','\xb6','\xa5','\xc7','\x0e','\xaf','\x5d','\x1c','\xcd','\x6e','\x85','\x77','\x9f','\x74','\xd8','\x5e','\xd9','\x30','\x3a','\x4c','\x51','\xbe','\xa8','\x7e','\xf4','\x59','\x5b','\xbf','\xec','\x45','\xb3','\x50','\x4a','\xc9','\xe2','\xd8','\xea','\x32','\x80','\x53','\x80','\xa6','\x69','\x6a','\x7c','\xe4','\x16','\x0b','\x3f','\x2c','\xba','\x15','\x0e','\x9e','\x22','\x80','\xa8','\xc5','\xdf','\xef','\xe0','\x55','\x55','\x2c','\x51','\xdc','\x1d','\xad','\xf1','\x5c','\x84','\x54','\x8f','\x09','\x00','\x27','\x15','\xd1','\x1d','\x7f','\x63','\x12','\xcd','\x3b','\x61','\x0a','\x1d','\x86','\x53','\x54','\x38','\xfb','\x12','\x35','\xbd','\xfe','\x37','\x31','\x07','\x9a','\xea','\xae','\xfa','\xb9','\xf1','\xcb','\xc1','\x47','\x52','\x04','\x50','\x1a','\xdc','\x8c','\xa1','\x93','\x21','\x9b','\xb4','\xe8','\x45','\x91','\x10','\xc1','\xd8','\x08','\xae','\x2e','\x21','\x14','\x45','\xf6','\x1b','\xcc','\x0b','\x7f','\xcb','\xc7','\xbe','\x68','\x0f','\x8e','\x7d','\xb8','\x67','\x38','\xb0','\xe1','\x3b','\x7c','\x97','\x65','\xf5','\xaa','\x28','\xf8','\x05','\x21','\xcf','\xd5','\xc2','\xc3','\xa2','\x31','\x14','\x67','\x0b','\x14','\x18','\x4d','\xf5','\xa1','\xca','\xd6','\x6f','\xdc','\xef','\x72','\xf5','\x24','\xae','\x8a','\x68','\x9e','\x79','\xdf','\x6b','\xb2','\xcf','\x53','\xb8','\xf7','\x70','\xb9','\xde','\xd9','\xcd','\x6b','\x06','\xac','\x39','\xb3','\xf6','\x51','\xbf','\xef','\x29','\x13','\xde','\x35','\x0e','\x80','\x59','\x7e','\xec','\xac','\xcf','\x98','\xa2','\xbe','\xa9','\x82','\xa1','\x23','\x59','\x02','\xbe','\xdc','\x66','\x5f','\x87','\xc3','\xe3','\x76','\xc1','\xa9','\xdd','\xf1','\x62','\xbb','\xed','\xb9','\x6f','\x13','\xb3','\xdd','\xde','\x1e','\x63','\xdd','\x59','\x58','\xfb','\xf4','\xff','\x74','\xe6','\x27','\x83','\x53','\x75','\x55','\xf2','\xca','\x22','\x83','\xca','\xb3','\x91','\x98','\x67','\x67','\x05','\x38','\x63','\xee','\xaf','\x77','\x86','\x73','\xf7','\x93','\xf6','\x9b','\x95','\xd4','\x95','\x4f','\xa2','\x2c','\x46','\x46','\x0c','\x24','\x3a','\x48','\x90','\x59','\x60','\xbb','\x33','\x3c','\xf8','\x33','\x41','\x15','\x5d','\x29','\x48','\xcf','\x4f','\x5d','\x1e','\x96','\x90','\xd3','\x12','\x64','\x41','\xdd','\x15','\xb5','\xbd','\x79','\xd6','\x09','\x64','\xbc','\x29','\xb5','\xc9','\x02','\x79','\xc8','\x06','\x00','\x21','\x64','\x97','\x3a','\xd3','\x34','\x9c','\x7b','\x28','\x22','\x26','\x4e','\x63','\x99','\x2c','\x6c','\x21','\x6f','\x6c','\x16','\xfc','\x23','\x60','\x18','\x18','\xa4','\x87','\xa0','\xa6','\x98','\x03','\x0a','\xd4','\xa9','\x2b','\xd3','\x64','\xcc','\x88','\xaa','\xff','\xf3','\x98','\xf8','\x75','\xd4','\x9d','\x47','\x37','\x2f','\xb6','\x0e','\xb4','\x6c','\xe4','\x79','\xb3','\x4b','\x61','\xa3','\x0b','\x5d','\x4d','\xf9','\x72','\x53','\x0d','\xa8','\x61','\x77','\x49','\xc9','\x87','\x39','\x18','\x8a','\x36','\xc6','\xb4','\x95','\xb2','\x45','\xdc','\xf2','\xf7','\x5a','\x9e','\x26','\xdd','\x54','\xe6','\x04','\x79','\xce','\x32','\x76','\x94','\xbb','\xaa','\xa8','\x2d','\xbe','\x28','\xb4','\x23','\xb4','\x3c','\x7f','\xab','\x2d','\x71','\x0c','\x9d','\x66','\xb2','\x60','\x04','\xb9','\xaf','\x64','\x96','\x54','\x30','\x92','\x02','\x04','\x2a','\x0a','\xf0','\x8a','\x19','\x3b','\x8d','\x21','\x07','\x4a','\x19','\xe4','\xcc','\x8f','\xf0','\x0d','\x59','\xb0','\xad','\x42','\x9a','\xc7','\x83','\xdc','\x38','\xa6','\x69','\xe3','\x6c','\x89','\x74','\x41','\x68','\xa6','\x29','\xda','\xdf','\x5d','\x10','\xbd','\x84','\x67','\x2b','\x5e','\xea','\x1e','\xb5','\x6d','\x9a','\x4b','\x87','\xc5','\xc4','\x77','\xe5','\xc4','\xcd','\x2f','\xf6','\x97','\x87','\x0a','\x5b','\x0f','\x89','\x93','\x71','\xdc','\xa3','\xe9','\x0d','\xdf','\x32','\x58','\xce','\x2b','\xe6','\x8f','\x13','\x2f','\xdb','\x70','\x0f','\xd0','\x34','\x4d','\x58','\xaf','\xd7','\xc5','\xcb','\xa5','\x28','\x70','\xe4','\x7e','\x31','\x73','\xaf','\x3c','\x55','\x73','\x6a','\x93','\xd9','\x8d','\x4a','\x62','\x42','\xa4','\x6e','\xa8','\xd9','\xf7','\x79','\xae','\x67','\xf3','\x2d','\x68','\x72','\xd5','\xa0','\x74','\x13','\x98','\xdf','\x50','\xec','\x62','\x4a','\x06','\x3d','\x15','\x6e','\x87','\xd0','\x06','\x3a','\x13','\xbd','\xa9','\x14','\x19','\xba','\xf9','\x97','\xfa','\xab','\x9b','\x1b','\x3f','\x4f','\x0a','\xbc','\x17','\x6b','\x52','\x61','\xbe','\xa1','\x2d','\x8b','\x94','\x7d','\x57','\x55','\x8e','\x36','\x29','\x1a','\x15','\xf6','\x32','\x7a','\xa3','\xf6','\x99','\xe5','\x63','\xa0','\x5e','\x7f','\x69','\x7e','\x94','\xf9','\x33','\xd8','\x3b','\xbe','\xce','\x09','\x34','\xfd','\x75','\x51','\x7b','\xf5','\x95','\x2c','\xbc','\x76','\xbb','\x64','\x25','\xaf','\xcf','\x82','\x51','\x81','\x8f','\xdd','\xa6','\xee','\xfa','\xd8','\x73','\xeb','\x3a','\x28','\xef','\xdf','\xa2','\xab','\x5b','\xa5','\x83','\xc8','\x9e','\x7c','\x36','\x20','\x77','\xc8','\xbe','\xe7','\xec','\x66','\xc5','\x11','\xa9','\xef','\x02','\xea','\x8a','\x5d','\x61','\x87','\xc1','\xf3','\xbc','\x72','\xfe','\x51','\x21','\x8b','\x5a','\x39','\xc9','\x19','\xf3','\xdd','\x1f','\x65','\x29','\x8c','\xfa','\x47','\x31','\x47','\xb5','\x0e','\xc0','\xfe','\xcb','\xfc','\x11','\xbb','\xbc','\xb5','\x42','\xe3','\x85','\xbd','\x6f','\x97','\xb5','\xc7','\x83','\x58','\xf1','\xff','\x1f','\x77','\x02','\x76','\xf7','\xd2','\x2e','\x70','\x90','\xfb','\x3b','\xbc','\x95','\x20','\xff','\xdb','\xde','\x21','\x52','\x8c','\x97','\x80','\xb0','\x74','\xc1','\x69','\x52','\x80','\x14','\xc0','\xb8','\x42','\x12','\xd0','\x32','\xd7','\x96','\x58','\x28','\xe6','\x96','\x08','\x06','\x86','\x03','\xc9','\x2e','\xfd','\x18','\xf2','\x61','\x6d','\x77','\x60','\x5b','\xaf','\x65','\xd0','\x2d','\xb7','\x5c','\x92','\x0b','\x63','\x5f','\x27','\xf6','\xbd','\x2a','\x66','\x47','\xfa','\x55','\x4e','\x5e','\x7d','\xe6','\x29','\x7d','\x9e','\xf3','\x90','\x8c','\x01','\x07','\x32','\x36','\xac','\x86','\xae','\xa4','\xfc','\x64','\x77','\x59','\x95','\x8d','\xc6','\xb2','\x15','\x08','\xda','\xb9','\x1b','\x2e','\xdc','\x70','\xeb','\xf1','\x36','\xd7','\x2d','\x8e','\x59','\x49','\xf5','\x32','\xb8','\x98','\x97','\x14','\xd2','\x3a','\x42','\x02','\x28','\xc8','\x1c','\x4d','\xac','\x67','\xbe','\xd4','\x4d','\x8c','\x0a','\x00','\x3a','\x71','\x44','\x84','\x04','\x99','\x00','\xab','\xe1','\x09','\x24','\x9b','\x02','\x44','\x9c','\xad','\x83','\x76','\x1f','\x46','\xd2','\xb6','\x3c','\x58','\xad','\xd7','\x81','\x36','\x32','\xe9','\x4f','\x2e','\xd8','\x80','\xba','\x4b','\x69','\xdb','\xfd','\x66','\x53','\x9e','\xaa','\x59','\x66','\x90','\xd7','\x8a','\x08','\x38','\xa1','\x1f','\xe8','\xda','\x9f','\x00','\x8e','\xe5','\xd9','\x3e','\x55','\x76','\x94','\x96','\xec','\x2e','\xa9','\x90','\x4c','\x41','\x7e','\x53','\x84','\x6d','\x96','\xb9','\xaf','\x9d','\x2c','\xca','\x45','\x2a','\xe6','\x47','\xef','\x42','\xf2','\x0a','\x5e','\xb6','\xe4','\x56','\x02','\x81','\x7c','\xa7','\x3b','\x96','\x26','\xb7','\xa6','\x39','\xb2','\x04','\xc0','\x28','\xd7','\x9b','\xce','\xaf','\x2a','\xcd','\xda','\x77','\x92','\xe8','\x71','\x71','\x62','\x4c','\x48','\xfd','\x9c','\xa6','\x98','\x94','\xc4','\xc2','\x04','\xea','\x7e','\x55','\x05','\x8d','\x50','\x2a','\x3f','\x2b','\x1d','\x37','\x67','\x9d','\xd4','\x96','\x7b','\x46','\x57','\xe0','\x8f','\x0c','\x60','\x62','\x04','\x98','\x5d','\x88','\xeb','\x49','\xc6','\xbe','\x88','\x14','\xe8','\x00','\x30','\x60','\x63','\xd6','\x8e','\x76','\xf5','\xb8','\x2f','\x10','\x8b','\x47','\xae','\xc9','\xc7','\xaa','\xeb','\x34','\xa4','\x7f','\x8c','\x65','\x1f','\x36','\x95','\x63','\xb3','\x5d','\x6f','\x7b','\x43','\x98','\x93','\xdf','\x84','\xe2','\xd9','\xf2','\x6b','\xd9','\x54','\xbc','\x30','\xbc','\x94','\x9f','\xf9','\xfc','\xf5','\x39','\x44','\x20','\x45','\xb9','\xae','\xf5','\x1b','\xa0','\xba','\x07','\x48','\xef','\x02','\xf2','\xb1','\xd0','\x17','\x01','\x94','\x75','\xe9','\x90','\x84','\xa0','\x0c','\x2d','\x02','\x1c','\x12','\x00','\xec','\x69','\xe9','\x65','\xf9','\x54','\xfc','\xd8','\x2a','\x65','\xe9','\x71','\xc0','\x0f','\x8f','\x21','\x1d','\xb0','\xba','\x6d','\xb3','\xcf','\x2e','\x40','\xb7','\xf6','\x4d','\x18','\x1c','\x76','\x95','\xaa','\x30','\x2f','\x0a','\xaf','\x5b','\xb0','\xf8','\xf9','\x7f','\x13','\xa9','\xe8','\xa7','\x8d','\x17','\x35','\xfc','\xa2','\x05','\xcc','\x4e','\x49','\x25','\x61','\x0d','\x5b','\x0c','\x9a','\x9e','\x27','\xf2','\x75','\x6e','\xfe','\xa6','\xca','\x56','\x63','\x0d','\xfb','\xdb','\xf9','\xaf','\x03','\xb9','\x3f','\x9e','\xeb','\x1f','\x73','\xba','\x98','\x2b','\xd3','\x5c','\x77','\x84','\x63','\x96','\xbb','\xc8','\x9c','\x83','\x1e','\x28','\xf8','\xb1','\x7f','\xb2','\x9f','\x79','\x71','\x5f','\x90','\x95','\x8b','\x62','\x4c','\x5b','\xf9','\x49','\x9d','\xdf','\x5a','\x30','\x6f','\xf0','\x9a','\xab','\x67','\x4b','\x52','\xa5','\x02','\x81','\x5a','\x7e','\xae','\x27','\x8f','\xb0','\x0f','\x71','\xad','\x99','\x0d','\x5c','\x39','\x85','\xd8','\x67','\xa2','\x50','\x5e','\x6e','\x3a','\xae','\xe4','\xe0','\x72','\x08','\x76','\x5e','\xc1','\x7f','\xa6','\x4a','\xb3','\x37','\x53','\x98','\x4c','\xb1','\x7e','\xc3','\xac','\x3e','\x93','\x44','\x7a','\xf3','\x3b','\xc6','\x96','\x27','\x66','\x70','\xe3','\x01','\x7d','\xb9','\xd1','\x43','\x66','\x9d','\x2a','\x76','\xab','\xd5','\x1a','\x51','\xcb','\x31','\x20','\xaf','\x9f','\x39','\xa2','\x3b','\x08','\xf3','\xf2','\x00','\x89','\xd8','\x22','\xac','\xe9','\xd3','\xc2','\x06','\xe4','\x19','\x37','\x41','\x1c','\xc8','\xd2','\xb9','\xa0','\x60','\x1f','\xa5','\xa7','\x11','\x72','\x1f','\x0e','\x52','\x99','\xc9','\x5d','\x31','\x85','\xa7','\x2e','\x2e','\xbc','\xf4','\xc0','\xa1','\xd3','\x6e','\xdd','\xf1','\x27','\x86','\x59','\xc3','\xea','\xf7','\x00','\xb2','\x82','\xc1','\x36','\x6d','\x46','\x1c','\xac','\x2e','\x69','\x0e','\xb4','\x92','\x86','\xca','\x66','\x00','\x53','\x52','\x84','\x98','\x19','\x1c','\xb2','\x6b','\x53','\xbb','\xe9','\x43','\x08','\x14','\x80','\x21','\x82','\x28','\x80','\xa6','\x28','\x80','\x96','\xcd','\xed','\xad','\x01','\x9a','\x41','\xe7','\x37','\x5b','\x7e','\x9a','\x71','\xaf','\xe6','\xa3','\x01','\x93','\xb5','\xd2','\x87','\x7c','\xe6','\x87','\x01','\xb3','\x88','\xa8','\xf5','\xa7','\xb6','\x7a','\xe6','\x73','\x3e','\x99','\xd6','\x34','\xd0','\x86','\xf2','\x85','\x29','\xe6','\x3b','\x8a','\x8a','\xc9','\xae','\xe8','\xf5','\x20','\x89','\xec','\xf2','\x26','\xf9','\x3f','\x92','\xfb','\x43','\x94','\x40','\xd3','\x6c','\x74','\x30','\xca','\x55','\x5f','\x0e','\x8d','\xae','\x47','\x3f','\x1e','\x94','\x75','\x41','\xca','\x96','\x9f','\xc2','\xca','\xc6','\xc0','\xb4','\x66','\x80','\x27','\xc4','\x90','\x9c','\x35','\xd5','\x72','\xeb','\x75','\xc9','\xa2','\xed','\x94','\xe9','\x6d','\x58','\x89','\xb5','\x78','\x54','\x17','\xc2','\x52','\xf9','\x29','\x3f','\xac','\xda','\xe6','\x7a','\xa2','\x1b','\x53','\xf9','\xae','\x9f','\x1c','\xed','\xcd','\x1b','\x86','\xd3','\xc6','\xb4','\xe3','\x6d','\x4b','\x0b','\xba','\xc3','\x5b','\x4f','\x0c','\xbb','\xdc','\x15','\x41','\xd1','\x16','\xa0','\xa4','\x9b','\xa3','\xc6','\x3f','\x55','\x59','\x87','\x1e','\x8a','\x5a','\x4e','\x55','\xf3','\x1b','\x3b','\x0a','\xd0','\x56','\x41','\x10','\x7a','\x87','\x87','\xb6','\x4a','\x15','\xc8','\x9e','\x05','\xe7','\x35','\xb1','\xeb','\xc2','\x49','\xdb','\x4e','\xf6','\x40','\x85','\xb4','\x65','\xa7','\xed','\x6d','\x2b','\x73','\xfa','\xda','\xa2','\xc1','\xe3','\xce','\xa0','\x6a','\x77','\xd2','\x56','\xcd','\xea','\x74','\xb8','\x3b','\x85','\x04','\x14','\xbe','\xec','\x2c','\x4c','\xa2','\x63','\x16','\x2c','\x12','\xc3','\x22','\xd2','\xdc','\x49','\x87','\xe9','\x68','\xe9','\x30','\xc2','\x69','\x9b','\xfc','\x9d','\x45','\x90','\x77','\xe6','\x2b','\x93','\x3f','\x41','\xce','\x61','\x64','\x61','\xd3','\x2a','\x9f','\x2e','\xfb','\xc2','\x9c','\x35','\xd5','\x72','\xf9','\x5c','\x9f','\x71','\xf5','\x7b','\x6f','\x57','\xdd','\xea','\xba','\x0b','\x4c','\xfc','\xb6','\x8a','\xa3','\x02','\x36','\x46','\xc6','\xe8','\x0a','\xd4','\x99','\x91','\x2f','\xdc','\x84','\x80','\x64','\x79','\x17','\x59','\xee','\x12','\xb0','\xb3','\x09','\x39','\xc4','\xbe','\x29','\x0f','\x15','\x0f','\xf4','\x67','\xbc','\x0e','\xd0','\x93','\x16','\xd8','\x79','\x30','\xea','\xfa','\x9a','\xf5','\x0b','\xae','\x84','\x7c','\xaa','\x58','\x9a','\x95','\x77','\xc9','\x39','\x03','\xa0','\xb2','\x46','\xce','\x8a','\x45','\x91','\x48','\x6e','\x68','\x27','\x8c','\x3b','\x03','\x76','\x76','\x46','\x8c','\x3b','\x83','\x0b','\x01','\x5c','\xd1','\x07','\x7b','\xdc','\x97','\xad','\x1f','\x9e','\x9f','\x33','\x00','\x96','\x50','\xb5','\x66','\xf9','\x11','\xcb','\x8e','\xc7','\x3b','\xf9','\x60','\x73','\xbe','\xc7','\xa3','\x18','\x5c','\xf9','\x25','\xbb','\xbc','\x05','\x73','\x79','\x53','\x25','\x28','\x4d','\x5f','\xa3','\xf9','\x94','\xc3','\xd4','\x76','\xf9','\xf0','\x92','\xb9','\xe2','\xc5','\xcd','\x0e','\xbd','\x9e','\xff','\x71','\xba','\x97','\x9e','\x13','\x0c','\x2c','\x4a','\x90','\x64','\x97','\x88','\xd6','\x19','\xd0','\xc5','\xec','\x24','\x97','\x82','\x12','\xb8','\x8a','\x3a','\xcc','\xa6','\x32','\x4a','\xe5','\x7f','\x84','\x1e','\x0a','\x0b','\x4a','\x35','\x20','\xea','\x02','\xc5','\x94','\x37','\x25','\x4d','\x89','\x22','\x5d','\x37','\xd9','\x22','\x63','\xae','\x94','\x62','\x2d','\x8a','\x61','\xc2','\x38','\xe8','\x99','\x39','\x4a','\x0a','\x8c','\xd4','\x10','\x42','\x8a','\x40','\x16','\x48','\x2e','\x3f','\xc2','\x00','\x50','\x4c','\x67','\x8e','\xa8','\xc3','\x87','\xa4','\x55','\xc9','\xfa','\x44','\x2d','\x3f','\x62','\xa7','\x64','\x75','\x48','\xd8','\xeb','\x21','\x39','\x1f','\x17','\xc0','\xde','\xce','\xfb','\x45','\xb6','\x32','\xac','\x9f','\xc1','\x59','\x12','\xc9','\x2b','\xd7','\x64','\xf2','\x54','\xad','\x3f','\x9e','\x4e','\x7d','\x44','\x3a','\x5e','\x62','\xe6','\x5b','\xa4','\xd4','\x56','\x4e','\xf7','\x30','\x05','\x9d','\x4a','\x9d','\x3f','\x46','\x76','\x9f','\xf6','\x5f','\x95','\xbc','\xa2','\x2d','\x33','\x97','\x9d','\x5d','\xd0','\xa8','\x9c','\x5b','\x37','\xd6','\xcc','\x00','\x4f','\x31','\x5b','\x1e','\x91','\x95','\x11','\x0b','\x9b','\x2e','\x63','\x99','\x15','\x29','\x71','\x43','\x1d','\x73','\x74','\x48','\x73','\xa1','\x23','\x11','\x7a','\xdd','\xc6','\x19','\x25','\xe6','\x9e','\x48','\xd9','\x36','\xde','\x2e','\xe0','\x41','\x0e','\x87','\x5f','\x12','\x7d','\x03','\xb5','\x3b','\x6b','\xbb','\x17','\xe1','\xad','\x5c','\x5b','\x45','\xb3','\xfe','\x21','\x01','\x6e','\x17','\x61','\x4b','\x46','\x59','\x8f','\x67','\xfd','\x59','\x86','\x45','\x79','\xde','\x7a','\x73','\x85','\x2c','\xf3','\xba','\xc5','\x4b','\x52','\x63','\x8e','\x7a','\xb0','\x31','\x33','\x86','\xce','\xe5','\xa8','\x40','\x15','\x04','\xa1','\x3e','\x28','\x34','\x77','\x70','\xa8','\x4e','\x6d','\x83','\xd3','\x1f','\x35','\x5b','\x6e','\xd8','\xb4','\x63','\xb4','\xba','\xd3','\xc1','\x51','\xbe','\xf6','\x42','\x93','\x2b','\xe2','\x5b','\x10','\x52','\x73','\xae','\x61','\x8c','\x52','\xf8','\x1c','\x06','\xf7','\xf6','\xd2','\xa1','\xdc','\xde','\xca','\x02','\x8a','\x34','\x3b','\x56','\x4d','\xd6','\x86','\x45','\xcc','\xca','\x6d','\x65','\x6e','\xde','\x5d','\x2f','\xe5','\x4f','\x0c','\xc5','\xef','\x02','\x35','\x0d','\x71','\xbf','\xfb','\xb1','\x3d','\x6a','\x80','\x84','\x3b','\x55','\x3a','\x28','\xe0','\xe9','\x10','\x76','\x3d','\x0a','\xb6','\x58','\x2d','\x1f','\x97','\xe3','\xe8','\x04','\x77','\x02','\x42','\x0a','\x18','\x5b','\x26','\xee','\xf0','\xde','\x72','\xfb','\x3b','\xcc','\xa1','\xcc','\xe7','\xe8','\xc4','\x09','\x88','\x2e','\xbf','\xf7','\x82','\xb0','\xa0','\xb5','\xc3','\xe3','\xc3','\x4d','\xe9','\xa4','\xca','\x4d','\x85','\x2b','\xf8','\x13','\x80','\x02','\x37','\x9c','\xcc','\xe2','\xfa','\xa2','\x87','\x68','\x61','\x61','\x6e','\x89','\xe0','\x40','\x4e','\xb6','\x1e','\x15','\x9b','\xd0','\xac','\xc5','\xd7','\xa8','\x13','\x9e','\x00','\x4a','\xc1','\xca','\xf5','\xb8','\x97','\x96','\x99','\x72','\x8e','\xe4','\x17','\xf7','\xb7','\x01','\x63','\xdd','\xa1','\xd7','\x8f','\x94','\x61','\x02','\xd6','\x56','\xcb','\xa3','\x65','\x54','\xe8','\xd8','\x2b','\x3f','\x9e','\xde','\x92','\xf2','\x13','\x44','\xf9','\x19','\x30','\xac','\x06','\xb9','\x48','\x94','\x8c','\xe6','\x0b','\x65','\xb1','\xea','\x8f','\xc7','\x23','\xfa','\x36','\x4e','\x7a','\xc7','\x4f','\xb2','\xfe','\x70','\xba','\x18','\x2e','\xd3','\x96','\x2a','\xa9','\x6e','\x87','\xd7','\xc6','\xdc','\x15','\xe6','\xef','\x63','\x22','\xb3','\xfa','\x64','\x90','\xb5','\xa8','\xc8','\x9c','\x14','\xcb','\xb2','\x31','\x4c','\x8d','\xd5','\x4d','\x8d','\xb4','\xd1','\x24','\x7f','\x0b','\x53','\xd0','\x26','\x18','\x40','\x17','\xcb','\x8b','\x2a','\x3e','\x40','\xe2','\x13','\x31','\xaa','\xd3','\x98','\xbc','\x2c','\xf8','\xb8','\x02','\x6b','\x86','\x72','\x64','\x9d','\x13','\x0f','\x14','\x0a','\x3a','\x8b','\x72','\xc6','\x88','\xda','\xcd','\x2f','\x95','\xb8','\x59','\x1c','\x24','\xdb','\x55','\x44','\x76','\xd3','\x64','\x4e','\x2e','\x77','\xc1','\xee','\x1b','\x12','\x25','\xc8','\x94','\xa4','\x88','\xc0','\x94','\xdc','\xa4','\x20','\x56','\x42','\xf3','\x09','\xd4','\x10','\xdb','\xda','\xb6','\xa4','\xd2','\x11','\x49','\x28','\xf0','\x49','\xef','\x73','\x2a','\xe9','\x11','\xfa','\x48','\x68','\x3b','\xbb','\xda','\x03','\x3e','\x34','\xb4','\xbf','\x5f','\x10','\xc8','\xed','\x83','\x2b','\x23','\x17','\x9c','\x41','\x73','\x8e','\xda','\xc6','\xd0','\xa8','\x72','\xd9','\x75','\x12','\xce','\xed','\x0e','\x85','\x32','\xe4','\xc3','\x2f','\xeb','\xd9','\x9f','\x7a','\x53','\xf1','\xf8','\x78','\x9a','\x6c','\x38','\xb0','\xb8','\x4a','\x53','\x9a','\xaf','\x14','\x74','\x07','\x00','\xab','\xc2','\x9a','\xf3','\xdb','\xbf','\xd5','\x58','\x92','\xf3','\x86','\x09','\x49','\x5b','\xc9','\x4a','\xa2','\xe5','\x29','\x37','\xe9','\x18','\x79','\x6d','\x7a','\x1d','\x94','\x0a','\x0b','\x30','\xeb','\xc7','\x00','\x49','\x00','\x92','\x51','\xce','\xfb','\x8c','\x6a','\xfd','\x21','\xb3','\x9c','\x75','\xc1','\x9a','\x96','\x6d','\xfc','\x45','\x4a','\xd6','\xb1','\xf6','\xd1','\xde','\x26','\x6f','\xf9','\x49','\xcc','\x4d','\x71','\x5e','\xe6','\x27','\x58','\x98','\x84','\x7c','\xaf','\x4f','\x2b','\x03','\xeb','\xc5','\x53','\x7f','\xb9','\xdd','\xc3','\x13','\x95','\x69','\xc7','\x94','\x8e','\xd2','\xc6','\x85','\xa1','\x2d','\x7f','\xf5','\xd8','\x03','\x30','\x7e','\x62','\x79','\x9a','\x1d','\x9b','\x7e','\xa1','\x9c','\x0b','\x28','\xca','\xf5','\x69','\x18','\x06','\x44','\xbb','\x57','\x20','\xd1','\xe7','\xce','\xce','\xce','\xb2','\x02','\x74','\xe0','\x20','\x08','\x47','\x4c','\x4d','\x53','\x94','\xe1','\x52','\x26','\xe2','\xa2','\x2d','\x73','\xdf','\xd5','\xc9','\x4b','\xf0','\xad','\x3f','\xba','\x9b','\xa4','\x25','\xa1','\x0f','\xb8','\x6d','\x9a','\xea','\xb9','\x1f','\xb3','\x7f','\x48','\x87','\x4a','\xf5','\x10','\xea','\x54','\x64','\xd9','\x50','\xfa','\xbe','\x02','\xba','\x76','\x29','\x0b','\x14','\x15','\x0a','\x94','\x01','\x5f','\x71','\x9e','\x8e','\x33','\x38','\x99','\x6d','\xc4','\x42','\x03','\xb9','\xfc','\x53','\x7e','\x66','\x70','\xed','\x93','\xdf','\xe9','\xbd','\x3b','\x24','\xe6','\x2a','\x3a','\x94','\x08','\x7e','\x55','\x10','\xd8','\xed','\x24','\xfa','\x5d','\x50','\xfb','\x76','\xca','\x60','\x3c','\x07','\xb0','\x40','\xab','\xa4','\xe4','\x1a','\xe1','\x27','\xaa','\x37','\xf6','\xa5','\x00','\x40','\x33','\xaf','\x05','\x83','\x77','\x1f','\x99','\x22','\x03','\xaf','\xd8','\xb0','\x01','\x21','\x6d','\x8b','\xf5','\xcd','\x29','\x48','\x75','\x58','\xd8','\x68','\x0a','\x14','\xe5','\x3a','\x82','\x44','\x7a','\x5b','\x05','\xec','\xec','\x66','\xb7','\xb7','\xa0','\xbb','\xc5','\x2e','\x32','\x5b','\x43','\x73','\x82','\x5a','\x3c','\xd6','\xd4','\x71','\x52','\xe5','\x67','\x5f','\x23','\xbd','\x4d','\x31','\xcf','\x05','\x04','\x50','\xfa','\x88','\x4e','\x31','\x5b','\xb1','\x7c','\x71','\x12','\xe4','\xcd','\xc0','\x54','\xb0','\x5d','\xfa','\x32','\xaa','\xd4','\x46','\x56','\xe8','\xc7','\xbe','\x18','\xf4','\x43','\xa4','\x5a','\xe6','\x14','\x74','\x91','\xd6','\x74','\x94','\x9d','\xfc','\x74','\xcf','\x4b','\x6f','\x43','\x41','\xda','\x1e','\xec','\x8a','\x16','\xfb','\x99','\xdd','\x85','\x14','\xe6','\xbb','\x9f','\x4c','\x32','\xed','\xa5','\x3b','\x67','\x77','\xb7','\x94','\x01','\x9e','\x44','\x21','\x0b','\x25','\x9d','\xeb','\xa4','\x25','\xbe','\x25','\x0d','\x24','\x42','\x88','\xa2','\x04','\x39','\x45','\x34','\x46','\x46','\x10','\xe5','\x40','\x65','\xb7','\xd2','\x3c','\x03','\x98','\x26','\x9d','\xbb','\x08','\x66','\x75','\x95','\x44','\x06','\xb8','\x02','\xe8','\x07','\x98','\x5e','\x97','\x22','\xc4','\x51','\xba','\x18','\xb6','\xb0','\x48','\x4a','\xbd','\x51','\xc1','\x77','\xa9','\xd7','\x38','\x1c','\x5d','\x81','\x2a','\xe2','\x66','\x3e','\xca','\xe0','\x34','\x6a','\x11','\x56','\x8b','\x50','\xe9','\x3a','\x69','\xe7','\x7d','\xf4','\xb9','\x1d','\xda','\x47','\x63','\xf9','\x51','\xde','\x42','\xbd','\x35','\x7f','\x14','\x1e','\xea','\xba','\xa0','\x3c','\xcb','\x6f','\x9c','\x65','\x20','\x28','\x70','\x9e','\xf3','\x1c','\x14','\x8d','\x28','\xc6','\xcc','\xfd','\xa6','\x0a','\x50','\x55','\x67','\x23','\x63','\xb2','\x80','\x4a','\xb2','\x8c','\xda','\x2c','\xea','\xa9','\x43','\xa4','\xa1','\xc1','\x87','\xa4','\xf8','\xac','\xf2','\xc6','\x44','\xed','\xbe','\x58','\x37','\x29','\x7d','\x5f','\x46','\xee','\xcb','\x6e','\xc9','\xd9','\x22','\x5c','\x5c','\x72','\x2a','\xe1','\xf2','\xb9','\x2a','\x77','\x51','\x1c','\xf6','\x30','\x10','\x32','\xfb','\xfc','\x87','\x74','\x0c','\x89','\x6d','\x56','\x4a','\x6c','\xea','\xd6','\xe5','\x41','\x54','\x0c','\x2b','\x82','\xcb','\x9f','\x35','\x1d','\x4e','\xd3','\x64','\x1b','\x14','\x9a','\xd6','\xeb','\xf5','\xb2','\x02','\x14','\x63','\x6c','\x3e','\x2c','\x14','\xa2','\x5a','\x99','\xe8','\x35','\xbc','\x78','\x97','\x7b','\x5c','\x30','\xab','\xee','\x67','\x19','\x1c','\x7a','\x6b','\x44','\xee','\x80','\x63','\x5a','\x22','\xa8','\x17','\x79','\x4a','\x3d','\x2a','\xf2','\x37','\x03','\x39','\xea','\x4f','\xbd','\xbd','\x71','\x40','\x1e','\x75','\x64','\xcb','\x8f','\xaf','\xbb','\xf7','\xb8','\x53','\x7c','\x3d','\x05','\xbe','\x35','\x4b','\x85','\x25','\x9e','\xc8','\xe5','\xa6','\x0b','\x23','\x03','\xb9','\x0d','\x6d','\xe9','\x57','\xba','\xd0','\xff','\x6d','\x68','\xe4','\x6e','\x98','\xe6','\xc8','\x48','\xc7','\x3d','\x80','\xc4','\xcd','\xdd','\x9d','\xb3','\x11','\x37','\x93','\xec','\x92','\x00','\xdb','\xe1','\xeb','\x71','\xe9','\x34','\x95','\x3d','\xe9','\xe3','\x1a','\xa1','\x95','\x36','\x5f','\x56','\x79','\x66','\xfd','\x23','\x94','\xbe','\xbd','\xa4','\xcd','\xfd','\x5b','\xa6','\xb6','\x13','\x4c','\xbe','\xc2','\x6d','\x1b','\xc1','\x0a','\xc4','\x32','\x78','\x33','\xff','\x73','\x86','\xdd','\x17','\x11','\xdd','\xee','\xad','\x81','\x6b','\x94','\x37','\xdb','\xab','\xc2','\xda','\xb4','\xc9','\x26','\x13','\xd5','\x8e','\x23','\x6b','\x13','\xca','\x2e','\x34','\xa0','\xb4','\x42','\xf8','\x75','\x87','\x8d','\xe1','\xb7','\x8a','\x4c','\x0b','\xde','\x73','\x7f','\x35','\x5f','\x69','\x2d','\x6a','\x4a','\x2f','\x76','\xc6','\xf5','\x92','\x42','\x75','\x7b','\x5b','\xed','\x8c','\x58','\xad','\x02','\xc2','\x10','\x5c','\xdb','\xf3','\x8d','\xf1','\xe5','\x3d','\x26','\xf9','\x97','\x32','\xde','\x1a','\x21','\xc6','\x64','\xf1','\x59','\xaf','\xb3','\xf2','\xc3','\x0c','\xb9','\x50','\x51','\xee','\x21','\x61','\x39','\x47','\xe1','\xdc','\x91','\x40','\xba','\x26','\x1c','\x06','\xd3','\xdd','\x79','\x75','\x7b','\x33','\x45','\xc8','\xf7','\xa7','\x9f','\x5a','\x21','\xd8','\x19','\xfb','\x05','\x81','\x95','\xad','\x0f','\x1e','\x99','\x56','\xdf','\xfa','\x61','\x66','\x34','\x63','\x91','\x09','\xd1','\x81','\xe5','\x0e','\x20','\xcc','\x16','\x16','\x2e','\xd6','\xbc','\xb3','\xf5','\x40','\x4b','\xaf','\x5d','\xbc','\x3d','\xfb','\x28','\xbb','\xa3','\x8d','\x23','\xd3','\xb0','\x4a','\x4b','\x89','\xf6','\x0f','\xb9','\x4c','\x75','\xe7','\x32','\x0b','\x04','\x6c','\xed','\xa4','\xe9','\xa0','\x1c','\xa1','\xcd','\xd1','\x5c','\x9c','\xa4','\x2e','\x9e','\x00','\x0e','\x29','\x54','\xb6','\x93','\x9c','\xc6','\x17','\x75','\xad','\x11','\x81','\x22','\x40','\xce','\x02','\x98','\x69','\x9e','\x6d','\x93','\x40','\xcf','\x77','\x58','\xe4','\x88','\x39','\x36','\xe6','\x86','\xc9','\x36','\x03','\x5c','\x7e','\x55','\x7c','\x7c','\xb0','\x0c','\xb5','\xee','\x80','\x4a','\xeb','\xe2','\x20','\x51','\xcb','\x52','\xbf','\xa2','\x85','\xc1','\x67','\x39','\xf7','\xa3','\xe3','\x53','\x54','\x88','\x72','\x8e','\x0f','\x93','\xd8','\x77','\x90','\xeb','\xf2','\x9c','\xf2','\x6a','\x53','\x28','\x81','\x27','\x74','\x9e','\x83','\xbd','\xb6','\x6f','\xeb','\xf3','\x78','\xae','\x38','\x78','\x6a','\xad','\xe5','\x99','\x61','\xb3','\x56','\x2c','\xc9','\x3a','\xcd','\xbc','\x73','\x18','\xd2','\x39','\xc1','\x61','\xac','\x94','\xc7','\x6e','\x9d','\xd6','\x9b','\xb2','\x58','\xb5','\xd2','\x71','\x2c','\x2c','\xc2','\x65','\x20','\x9a','\x62','\x65','\xa1','\x60','\xbf','\xd6','\xb8','\x5e','\xea','\xf0','\xcf','\x22','\xfb','\x61','\x34','\xa1','\x62','\xb6','\xee','\xf4','\xe9','\xd0','\xed','\xdc','\xca','\x5a','\xe3','\x5e','\x36','\xf2','\x0e','\x28','\x94','\xa3','\x4e','\xb1','\x4b','\xd5','\xd6','\xa3','\x5c','\xd3','\x69','\xef','\xfc','\xcf','\xc6','\x20','\x08','\x7a','\x0f','\x50','\x41','\x50','\x77','\xc0','\xee','\xaf','\xfa','\xce','\xea','\x65','\x71','\x40','\xdb','\xa1','\xf4','\x50','\x3f','\xe8','\x15','\x32','\x5f','\xfe','\xec','\x67','\xf5','\x28','\xde','\xdd','\x12','\xc3','\xc0','\xca','\x81','\xc3','\x0b','\xde','\x9d','\xc7','\xe5','\x04','\x53','\x4f','\xc0','\xd4','\x7a','\x8d','\x29','\xa7','\x1e','\x49','\x12','\xc4','\x5d','\x66','\x46','\x0f','\x9a','\x99','\x8f','\x02','\xc8','\xce','\x66','\xca','\xbf','\x70','\xf3','\x0c','\x4e','\x90','\x51','\xa9','\xed','\xdc','\xd9','\xd2','\x96','\xeb','\x95','\x39','\x39','\xf1','\x30','\x0b','\x20','\xd2','\x9d','\x68','\x05','\xdd','\xea','\x4e','\xc1','\xe5','\xf9','\x06','\x20','\x2b','\x3f','\x39','\xb2','\x90','\x43','\xe1','\x82','\x63','\x63','\x35','\x39','\x8d','\xd8','\x64','\x27','\x98','\x3d','\xfa','\x72','\xdd','\xe8','\x75','\xcd','\x24','\xb9','\x81','\xe9','\xda','\x7e','\x28','\xa0','\xce','\xf2','\x92','\xe5','\xf1','\xae','\x6f','\x84','\xf2','\x23','\x13','\x1e','\x9d','\xf1','\x23','\x01','\x2e','\xab','\x9d','\x01','\xab','\xd5','\x90','\xee','\xfd','\x58','\x49','\x44','\x35','\xf2','\x30','\x5e','\x3e','\x94','\x10','\xce','\xa6','\x58','\x59','\x63','\x28','\x83','\x2d','\xb9','\x28','\x71','\xed','\xee','\xf8','\x29','\x76','\xe1','\x45','\xf1','\x4c','\x87','\xcf','\x63','\x1e','\xeb','\xaa','\xb3','\xea','\x8a','\x69','\x21','\x88','\xf5','\x60','\x7a','\x08','\x76','\x07','\x8d','\xd1','\x6c','\x67','\x50','\x0d','\xbc','\xf5','\xd2','\x49','\xd2','\xb8','\x57','\x86','\x2a','\x60','\x59','\x2b','\x28','\xfa','\x56','\x81','\xac','\xfa','\xf2','\xe8','\xc1','\x74','\xcd','\x64','\x41','\x0a','\xfc','\xb9','\x59','\xf9','\x37','\x59','\x30','\x7d','\xe0','\xed','\x0e','\xd0','\x23','\x95','\xa9','\x49','\x09','\x8a','\x04','\x77','\xaf','\x4e','\xd9','\x76','\xfb','\x44','\xda','\xc1','\x0c','\xc0','\x83','\x4f','\xb9','\xd8','\x95','\xa2','\x28','\xa0','\x3a','\x07','\x51','\xad','\x36','\x19','\xc4','\x86','\x48','\x32','\x57','\x3e','\x40','\x42','\xe6','\x7b','\x03','\x01','\x1c','\x82','\x29','\x40','\x64','\xb4','\xe0','\x15','\xff','\xdc','\x34','\xea','\x04','\x23','\x69','\x92','\xea','\x48','\xee','\x5b','\xad','\xd2','\xac','\x87','\x44','\xa0','\x21','\xf3','\x3d','\x73','\x7b','\x93','\xf7','\xc9','\x05','\x2e','\xd5','\x69','\x77','\x80','\x4d','\xd1','\xf8','\x03','\x00','\xdb','\xe0','\xca','\x33','\xe8','\x1b','\xba','\xb9','\x99','\xb3','\xcd','\xdf','\xf0','\x6d','\x17','\xcf','\x64','\xdd','\xb8','\x5b','\x08','\x59','\xf3','\x5c','\x3b','\x5d','\x1e','\x4f','\x9b','\x9a','\xcd','\x5b','\x09','\x15','\x3f','\xf8','\xba','\x09','\xe2','\x16','\x39','\x04','\x8c','\xa3','\x2a','\x40','\xe9','\xd2','\xd4','\xa1','\x0a','\xbc','\xb1','\x0d','\xd0','\x35','\x97','\xcb','\x28','\x56','\xe1','\x49','\xdd','\x94','\xa3','\x59','\x83','\xea','\x68','\x5f','\x8d','\xb5','\xb3','\xc3','\x08','\x0e','\x62','\x71','\xf8','\x87','\xb4','\x9c','\xb6','\x1a','\x4a','\x5e','\xc8','\xc7','\xdb','\xcd','\x47','\x5a','\xfb','\x8e','\x20','\x37','\x7c','\xa3','\x9e','\x05','\x9a','\xd4','\xa8','\xb3','\x68','\x01','\xd2','\x20','\x08','\xb5','\xe9','\x28','\xb7','\xa0','\xf3','\xbb','\x56','\x50','\xbf','\xb2','\x07','\xf5','\x9b','\x62','\xff','\xac','\x29','\xd0','\xac','\xa3','\x04','\x84','\x48','\x88','\x41','\x85','\xab','\x97','\x6a','\x4e','\x4c','\xd0','\x16','\xbc','\xa5','\xbb','\xe9','\xe0','\x45','\x83','\xcb','\x72','\x00','\x66','\x55','\xee','\xe9','\x9d','\x80','\x04','\x5d','\x50','\xf0','\xca','\x66','\xfa','\xb1','\x25','\x0b','\x58','\x50','\xbc','\xaa','\x3e','\x34','\x25','\xc8','\x17','\x34','\x57','\x5f','\x0d','\x92','\xb6','\x6d','\xe0','\xdd','\x39','\x2d','\xf4','\xaf','\x37','\x2a','\xc5','\xd9','\x29','\x93','\x28','\x95','\x3f','\xab','\xdb','\xc2','\xd5','\xf9','\x49','\x53','\x44','\x59','\x46','\x39','\x80','\xbb','\x71','\x87','\xaa','\x6a','\x88','\xdf','\x93','\xaf','\xfd','\x6f','\x73','\x9e','\x52','\xf9','\xa9','\x8d','\xa4','\x85','\x12','\x3d','\xd7','\xd9','\x93','\x48','\x73','\xdd','\xdc','\x28','\x48','\xb3','\x0b','\x15','\xc3','\x29','\x37','\x0c','\x30','\xd2','\xc1','\x6b','\xbd','\x35','\x1c','\x50','\x80','\x2d','\xce','\x3c','\xea','\x6e','\x11','\x33','\xc8','\x29','\xdc','\x5b','\x14','\x00','\x6a','\x3b','\x7a','\x63','\xb0','\xc4','\xfc','\xab','\x0c','\xec','\x1e','\x59','\xdb','\xdd','\xc3','\xd2','\x18','\xce','\xc5','\xcf','\xd2','\x0a','\xc4','\xc5','\xe4','\xe4','\xcf','\xaa','\x6f','\xfc','\x4b','\xd9','\x74','\x1a','\x86','\x74','\xde','\x67','\xb5','\x9b','\x14','\xa0','\x61','\x08','\x29','\x14','\xae','\x66','\xab','\x3a','\x99','\xe8','\x25','\xfd','\x1e','\x65','\xa0','\x19','\xb2','\x31','\x2f','\xe3','\x33','\xc5','\x7c','\xde','\x67','\x5a','\x3b','\xbf','\xec','\x20','\xe0','\x3b','\xa6','\xc0','\x13','\x3e','\x1c','\xb2','\xb9','\x74','\x15','\xb2','\xc1','\xbb','\x28','\x51','\x8e','\xca','\x15','\xb2','\xf2','\xe3','\x77','\xc3','\x6b','\xc0','\x3f','\x4f','\xa4','\x72','\x6e','\xc4','\xd3','\x7a','\x29','\x6a','\xe6','\xd3','\xa6','\x39','\xef','\xc8','\x4d','\x3d','\x67','\x63','\x13','\xa0','\xbf','\x76','\xf8','\xb0','\x0f','\x23','\x9c','\x82','\x07','\x00','\x88','\x59','\x11','\x61','\xe8','\xb8','\xeb','\x2f','\xae','\x8c','\x8c','\x72','\x0b','\x85','\x8b','\xfc','\x62','\x47','\xa2','\x7f','\x31','\xe0','\x98','\x15','\x47','\x17','\xb8','\xe7','\x13','\xc6','\x13','\x40','\x16','\xc9','\x3a','\x8d','\x15','\x43','\xc3','\xd5','\x45','\x51','\x82','\xd2','\x70','\xe7','\x0e','\xa9','\x35','\x28','\x12','\x10','\x98','\x93','\xf2','\x6a','\x56','\x23','\xcd','\xa6','\x7d','\x15','\x37','\x78','\xa2','\xd4','\xe7','\xc2','\x92','\x99','\x81','\x6f','\x33','\xec','\xd6','\xce','\x6a','\x18','\xa4','\xb3','\xb6','\xb9','\x21','\xee','\x9d','\x14','\x90','\xc3','\x69','\x93','\x70','\x47','\x75','\xe1','\x0a','\x7a','\x79','\x6e','\xb0','\xf3','\x4a','\xf9','\xe0','\x7d','\x8e','\x5a','\xe7','\x9b','\x71','\x22','\x18','\xc0','\x95','\xde','\x4d','\x1e','\xfc','\x23','\xcf','\x5b','\x93','\x9d','\x33','\x1d','\x54','\x2f','\xca','\xac','\x3a','\xe7','\xdd','\xba','\x16','\x5a','\x46','\x10','\xab','\x6c','\xc0','\x38','\x04','\x0b','\x78','\xa0','\x67','\x7e','\x10','\x16','\xc6','\xa6','\x98','\xb7','\xdc','\x4e','\x1f','\xd8','\x40','\xa3','\xeb','\xe9','\xbd','\x51','\xdc','\x19','\xff','\x6e','\x1f','\x2a','\xde','\xda','\x0c','\xcb','\x7c','\xab','\xba','\x6f','\x17','\xf3','\xf3','\xec','\xc8','\x6d','\x53','\x19','\x80','\x93','\x17','\xa3','\xdb','\xa4','\x06','\xcb','\xcf','\x24','\xde','\x22','\x13','\x77','\xb2','\x78','\xcf','\x84','\xad','\x13','\x2b','\xef','\x52','\x52','\x76','\x72','\xa1','\x93','\x7d','\x18','\xdb','\xd8','\x05','\xe3','\x38','\x2e','\x2b','\x40','\x1a','\x39','\xc1','\x37','\xac','\x17','\x36','\x6e','\x29','\x75','\x15','\xa1','\x6e','\x3f','\xdd','\x81','\xef','\x0e','\xe3','\x22','\x00','\x1c','\x80','\xc0','\x84','\x18','\x51','\x82','\x45','\x4b','\xed','\x3d','\x13','\xee','\x55','\xd9','\xa0','\xba','\x8d','\x55','\x48','\xec','\xe2','\xaf','\x39','\x30','\x73','\x47','\xa5','\xde','\xf8','\x51','\x5e','\xe4','\xa5','\x42','\x42','\xc5','\x98','\xd4','\x3e','\xd0','\x08','\x45','\x11','\x7d','\x7f','\xd7','\x7a','\xec','\x66','\xc7','\x63','\x93','\xe6','\x74','\x88','\x74','\x8c','\x45','\xdd','\xd1','\xc9','\x0f','\x1b','\xd5','\xcf','\x15','\xa0','\xb9','\xf1','\x4f','\xeb','\x5a','\xfc','\xfa','\xed','\x43','\x12','\xab','\x85','\xce','\xa3','\xac','\x9b','\x6c','\x43','\xce','\xc9','\x29','\x3a','\x80','\x1b','\xca','\x6a','\x7e','\x7b','\xd8','\x8e','\xdc','\x2f','\xd9','\xa7','\xbf','\xfa','\xe6','\x00','\xfc','\x6a','\x36','\xcd','\xd0','\xf2','\xd6','\x79','\x0f','\x52','\x95','\x59','\x25','\x1c','\xef','\x20','\x7d','\x97','\xf0','\x62','\xe4','\x1c','\x7d','\x4c','\xc1','\x11','\xd9','\xfb','\xbc','\xeb','\xd8','\x5b','\x13','\x52','\x74','\x39','\xa0','\x55','\x5f','\xea','\xf5','\x55','\x2f','\xb7','\xb9','\x2e','\xd6','\xe7','\x14','\xfc','\x07','\xec','\x7e','\xe6','\xfa','\xcb','\x73','\x40','\xde','\xc5','\x85','\x3b','\xdf','\xd6','\x0d','\x08','\x04','\x04','\x09','\x73','\xbd','\xb3','\x9b','\x2e','\x39','\x55','\xe5','\x22','\x1d','\x92','\x76','\xdd','\xab','\x10','\x13','\xeb','\x21','\x6c','\x57','\x70','\xb2','\xac','\xa5','\x9d','\xb8','\xf5','\xbe','\xbb','\xe3','\xc7','\xb7','\x4b','\x41','\xa5','\x73','\x25','\x6a','\x07','\x02','\x46','\x93','\xe9','\x1c','\x46','\x28','\xa2','\x70','\xb5','\x91','\xde','\x2a','\x9e','\x54','\x62','\xfd','\x4e','\xaa','\xeb','\x54','\xb8','\xdc','\x01','\x33','\xdb','\x20','\x03','\x2e','\xc7','\xbb','\x79','\xcd','\x59','\xe2','\xf8','\x7c','\xa6','\x54','\xcc','\x24','\xed','\x5f','\x08','\x00','\xeb','\x06','\xa5','\x8c','\x4d','\x90','\xf3','\x11','\xe9','\x12','\x53','\x09','\xda','\x01','\x36','\x0b','\x32','\x20','\x6e','\x69','\x1a','\x2c','\xa0','\x10','\x09','\x02','\x38','\x39','\x29','\xa2','\x6a','\x37','\xca','\x91','\xc1','\x44','\x4a','\x73','\xdb','\x1e','\x12','\xc5','\xc0','\xff','\x0f','\x30','\xa6','\x49','\xd7','\x92','\xba','\x99','\xba','\x32','\xa4','\x1e','\x46','\x04','\x07','\x92','\x8b','\x3e','\xf3','\xb9','\x11','\x5f','\xbe','\x9e','\x69','\x0a','\xc8','\x34','\xcd','\x91','\x53','\x14','\x34','\xbf','\xa6','\x99','\x33','\x6d','\xc2','\xf3','\x3f','\x36','\xab','\x61','\x56','\xac','\x92','\x62','\xa3','\x67','\x52','\x54','\x09','\x9f','\x3c','\xfd','\x49','\x1e','\x3b','\xac','\xcf','\x89','\x3e','\xa7','\xfd','\x09','\x6b','\x09','\x74','\x40','\x15','\x58','\xd1','\x75','\x51','\x0c','\x93','\xb9','\x97','\xeb','\x5c','\x9d','\xb4','\x50','\xab','\x64','\xbd','\x6f','\x87','\x3d','\x2b','\x27','\xb2','\x09','\x12','\x81','\xec','\x26','\xdc','\xf0','\xb2','\x4e','\x8d','\x69','\xde','\x9c','\x9b','\xe0','\x90','\x83','\x1d','\x58','\xc0','\x83','\xda','\xaa','\x58','\x95','\xdd','\x1d','\x15','\xe1','\x6b','\x9e','\x3f','\x58','\x30','\x14','\x17','\x14','\xa5','\xd7','\x9e','\xae','\xac','\xe2','\x3c','\x0c','\x7e','\x5a','\xca','\x2c','\x59','\xc6','\x96','\x42','\x79','\x43','\xda','\x68','\xce','\xda','\xa2','\x8c','\x3b','\x59','\x52','\x2c','\x02','\xa0','\x3b','\x41','\x5b','\x0d','\x4b','\x85','\x4f','\xd8','\xaf','\x05','\x29','\x78','\x1b','\x25','\xc8','\xcb','\x16','\x73','\xfb','\x76','\xef','\xbb','\x0a','\x50','\x27','\xe2','\xdb','\x38','\x8e','\x9d','\x9c','\x4e','\x01','\x5a','\xaf','\xd7','\x4d','\x10','\x04','\x1f','\x49','\xe1','\x50','\xc9','\x75','\x76','\xbb','\x54','\xc1','\x2e','\x4a','\xbb','\x34','\x31','\x24','\x6e','\x9e','\x4d','\xfe','\x92','\xc3','\x50','\xa4','\x7c','\xed','\x00','\x8e','\x6d','\x80','\xdd','\x0d','\xc0','\x74','\x91','\xb6','\xec','\xcf','\x1c','\x23','\xa8','\x3c','\xad','\x4a','\x4b','\xd0','\x5d','\x70','\xb1','\xde','\xe9','\x92','\xa3','\xb9','\x2e','\xf9','\xd9','\x78','\x67','\x55','\xb5','\x88','\xc2','\x45','\x6c','\x56','\x22','\x39','\x66','\x21','\x97','\x37','\x56','\xa0','\x6c','\xe3','\x5c','\x29','\xd3','\xe8','\x7c','\xe2','\x41','\xb9','\x82','\xa4','\x8a','\x2e','\xee','\xca','\xc9','\x00','\x99','\x0a','\x4a','\xe1','\x07','\x39','\xf4','\x6f','\xbe','\xb4','\xd0','\xde','\x59','\x64','\x27','\x88','\x5b','\x5c','\xb4','\x8b','\x37','\xeb','\xd0','\xbb','\x8c','\x72','\xce','\x8a','\x17','\x2e','\x51','\x9d','\x65','\xe6','\xf0','\x67','\xa1','\xa4','\xb0','\xcb','\xe0','\x80','\xa5','\x17','\xee','\x06','\x08','\xe5','\x41','\x6a','\x73','\x0a','\x51','\xdb','\x58','\xf7','\x72','\x51','\x5d','\x80','\x4e','\x04','\x0c','\x63','\x48','\x8a','\xcf','\xee','\x68','\xb7','\xb4','\x9b','\xcb','\x8a','\xfd','\xc8','\xd4','\xac','\xc0','\x56','\xdd','\xd7','\x72','\xff','\x52','\xb9','\x7a','\x2b','\xfb','\xb4','\x66','\x3b','\xf3','\xc3','\x4e','\x94','\xe4','\x8b','\x66','\xdd','\xad','\xed','\x8c','\xa2','\x3e','\x03','\xf8','\x2e','\xc2','\x9b','\x1e','\x50','\x0f','\xce','\xea','\xd3','\x6c','\x61','\x27','\x58','\x06','\x2a','\x34','\xff','\x13','\xa4','\xe8','\x03','\xf2','\xcc','\x9e','\xcc','\x67','\xe2','\x64','\xd9','\x01','\x0a','\xf4','\x59','\x6c','\x4c','\x14','\x17','\x5d','\xe6','\xf7','\x31','\xe9','\x10','\x29','\xb2','\x9b','\x7a','\x4c','\xa0','\x8c','\x14','\x27','\x6a','\x4d','\xfa','\x9d','\x60','\xd6','\x9b','\x06','\xa0','\x44','\x64','\x57','\x50','\x89','\x82','\xa8','\xbc','\xa1','\x34','\xa3','\xea','\x0f','\x4a','\x34','\x27','\x74','\x60','\x6b','\x8e','\x08','\x83','\xb6','\x07','\xba','\xee','\x1c','\x3d','\x4f','\x39','\x42','\x60','\x60','\xd8','\x3d','\x3f','\x3e','\x91','\x68','\x45','\x99','\x1c','\xc8','\xd6','\x87','\xd1','\xbd','\x5a','\x02','\xa4','\x2f','\x25','\xe8','\xe1','\x5c','\x06','\xb9','\xb3','\x29','\xe3','\x80','\xd5','\x4e','\x0a','\xcb','\x0c','\x4a','\xb4','\x1a','\x9c','\x82','\xae','\x4a','\x01','\x03','\xf9','\xb0','\xfd','\x3a','\x16','\x51','\xde','\x20','\xe3','\x59','\x56','\xd7','\x30','\xd5','\x52','\xa6','\x1e','\x05','\x8b','\xf8','\x1d','\x9c','\xc3','\x96','\x41','\x68','\xa3','\x4e','\xd7','\x4a','\x3d','\xab','\x52','\x03','\x78','\x30','\xb5','\xa8','\xfc','\xc8','\x9a','\x1c','\xc6','\x74','\x6e','\x70','\xd0','\x70','\xd7','\x7a','\x96','\x4a','\xcb','\xef','\xb4','\xbb','\xd7','\x15','\xe3','\xbf','\xc6','\x1f','\x22','\x58','\xdd','\x66','\xb9','\xe2','\x37','\x9d','\x96','\x35','\x2c','\x79','\xdb','\xf5','\x59','\x30','\xe1','\x2d','\xbf','\xb9','\x1b','\xa6','\xa6','\xeb','\x73','\x63','\xb1','\x69','\x8c','\xb8','\xde','\x46','\xaa','\xc7','\x75','\x1b','\xe5','\x87','\xcb','\xf5','\xb3','\xd5','\x57','\x40','\x8c','\x53','\xa3','\x5c','\xd5','\xba','\x8d','\xa6','\x22','\x0a','\x5c','\x7d','\x48','\xe8','\xb0','\x51','\xe0','\x6c','\x5d','\xd5','\x14','\x5e','\x03','\x84','\xfe','\x5e','\x5b','\x53','\x86','\x1d','\x1e','\x57','\x45','\xc8','\xed','\x00','\x78','\x41','\x97','\x9b','\xab','\x37','\x50','\xb7','\xe5','\x1a','\xb3','\x74','\x95','\x34','\xd9','\x0e','\xc0','\xac','\x36','\x9a','\xbe','\x6b','\xc1','\x7e','\xd4','\x54','\x95','\x57','\xfe','\x99','\xff','\x2a','\x76','\xa5','\x7c','\x7f','\x9c','\x1c','\xb3','\x74','\x80','\xb6','\xe5','\x1a','\x7a','\x88','\xe5','\x10','\x05','\xde','\x9d','\x52','\xb5','\x58','\x9b','\x5d','\x41','\xe4','\xe7','\x25','\x96','\xa1','\x2c','\x68','\x18','\xd9','\xfd','\xa7','\xd0','\x56','\x5d','\x1e','\x91','\x66','\x85','\xcc','\x65','\xad','\xaf','\xe4','\x14','\x25','\xcf','\xe1','\xba','\x79','\x50','\x5a','\xb1','\xdd','\xc0','\x6a','\xea','\x1a','\xfa','\xf1','\x65','\x6e','\x3b','\xcd','\x4b','\x6c','\xe4','\xb8','\x84','\x8d','\xeb','\xaf','\xf9','\x86','\x3b','\x90','\x6f','\xeb','\x45','\xc1','\xb7','\x7b','\xd7','\x28','\x3f','\xea','\x7e','\xd1','\xab','\xc6','\xac','\x2c','\x70','\x83','\xd3','\x6f','\x4f','\x61','\x19','\x21','\x14','\x4a','\x40','\xab','\x08','\x79','\x66','\xcf','\x4e','\x27','\x60','\x7b','\x65','\xba','\x11','\xbc','\x2b','\xa4','\x02','\x41','\x34','\xca','\x4f','\xd6','\xa5','\x18','\x99','\x76','\xfc','\x98','\xa4','\xdd','\xee','\xd5','\xee','\x98','\x2d','\x3f','\x63','\xb0','\xc0','\x04','\x9e','\x47','\x96','\xdd','\xa4','\x0c','\xee','\xdc','\x4e','\x21','\x21','\x59','\xd6','\x26','\x17','\xea','\x3a','\x1d','\x84','\xcf','\x93','\x93','\x5c','\x0e','\x05','\x50','\x6a','\xb9','\x4a','\x5f','\xb9','\xd3','\x09','\x3c','\x05','\x48','\x68','\x6b','\xdd','\x91','\x0f','\xee','\x32','\xcc','\xfe','\xb0','\x17','\x6d','\xbc','\x13','\xa6','\x9e','\x82','\xaa','\xeb','\xdc','\x2b','\x2d','\x4d','\xaa','\xb4','\xe9','\xbc','\xa3','\x2d','\xe3','\x14','\xdd','\xda','\x97','\x0c','\xcc','\xca','\x17','\x84','\x86','\x02','\xa5','\x73','\x33','\x89','\x95','\x94','\x0a','\x83','\x4c','\x13','\x33','\x10','\x44','\xa6','\x46','\xa0','\x04','\xc3','\x28','\x47','\xd5','\xda','\x30','\x50','\x76','\x0b','\x03','\x40','\x9c','\x14','\x1c','\x8a','\xb9','\x0e','\x53','\x56','\x25','\xb2','\x1f','\xe4','\xce','\x20','\x96','\x88','\x77','\x66','\x6d','\x74','\x35','\x91','\x23','\x40','\x02','\x24','\x60','\x43','\x32','\x95','\xd9','\x9d','\x30','\x0c','\x73','\xff','\xb3','\xf0','\xca','\xd2','\x1f','\xbf','\xe9','\xa1','\xeb','\x7c','\x50','\x90','\x3e','\xa6','\x48','\x6f','\x93','\xe2','\x07','\xca','\x6b','\x1f','\x11','\x98','\xe2','\x94','\x2d','\x10','\x2c','\x77','\xdb','\xb8','\xbb','\x7f','\x80','\xec','\x81','\xe2','\xc8','\xd6','\xa6','\xea','\xd8','\xe5','\xbd','\xfe','\xe1','\x85','\xf7','\xdc','\x22','\xe0','\x4c','\x0b','\xe5','\x90','\xf6','\x01','\x51','\x71','\xee','\x5b','\x83','\x62','\xb8','\xea','\x8d','\x22','\x3d','\x79','\xb9','\x7b','\x91','\x52','\xa8','\x6b','\x42','\x18','\xdd','\x5a','\x75','\x75','\x29','\x0e','\x34','\x51','\x56','\x34','\x40','\xc7','\x30','\x8d','\xbb','\xbf','\xe7','\x67','\x92','\x0b','\x90','\x35','\x50','\x8d','\x67','\x37','\x05','\xbf','\x2c','\xb0','\x50','\xb9','\x76','\xd4','\xdb','\x22','\xe3','\xc1','\x76','\xfd','\x15','\x30','\xb7','\x5e','\x7a','\x54','\xe5','\x99','\xc1','\xc4','\xcd','\xd3','\xe3','\x92','\x6b','\x17','\x3b','\x2d','\x60','\x7e','\x6e','\x7e','\x59','\xca','\x98','\x33','\x95','\x9b','\x85','\x9b','\x07','\xc6','\x6f','\xec','\x2d','\xb5','\xa7','\x4b','\xfd','\x44','\x8d','\x37','\x01','\x33','\x63','\x7f','\x7f','\xbf','\x6b','\xd0','\x69','\x5c','\xe0','\x2e','\x7a','\x2a','\x78','\x70','\x05','\x5a','\x90','\x77','\xc1','\x03','\x27','\x00','\x11','\x7b','\x02','\xa4','\x49','\xc7','\xc9','\x81','\xee','\x06','\xa9','\x03','\x62','\xba','\xeb','\x9c','\x2a','\xda','\xe5','\x3a','\xc3','\x3f','\xa4','\x13','\x49','\x33','\xe3','\x9e','\x00','\x91','\xcb','\x84','\x72','\x2a','\xeb','\x0d','\xc6','\xa5','\x75','\x51','\x30','\x21','\xca','\xf3','\x9d','\xfe','\x2e','\x95','\x9f','\xbb','\x24','\xef','\x76','\x52','\x9a','\x9d','\x82','\x03','\x42','\x76','\xe3','\xe2','\x74','\xa0','\x96','\xa3','\x03','\xe5','\x6e','\x97','\xd2','\x94','\x23','\x0b','\x7a','\x20','\x96','\x04','\x37','\x2e','\xaa','\x24','\xf5','\x58','\xcc','\x1c','\xaf','\x66','\xf7','\x8f','\xfe','\x5e','\xc8','\xdc','\xca','\x1c','\xb4','\x3c','\xfe','\x6c','\x77','\xa5','\x14','\x91','\xde','\xac','\x8e','\x42','\xf4','\x64','\x61','\x52','\x95','\x42','\x94','\x5c','\x81','\x56','\x72','\xc1','\xe9','\x6a','\x67','\xc0','\xb0','\xd2','\x60','\x07','\x1d','\xac','\xe4','\x01','\x37','\x5c','\x9d','\xae','\x59','\x53','\x94','\x8d','\xb4','\xfd','\x74','\xe6','\x27','\xae','\xd5','\x82','\x26','\xe7','\x40','\x22','\x0c','\x50','\x5a','\xc8','\xf1','\x7a','\x9c','\xe0','\xac','\x3e','\x02','\xae','\x4c','\xe9','\x71','\x2e','\x79','\x75','\xda','\xc6','\xc3','\xa8','\xce','\x73','\xc8','\xfd','\xbd','\xa3','\x25','\xb7','\x60','\xfd','\x3c','\xe5','\xb5','\xd9','\xd1','\x72','\x3a','\xa0','\x2e','\x3d','\x25','\x90','\x5d','\x1e','\x44','\xd9','\xb2','\x43','\xaa','\xf3','\x30','\x58','\xef','\xd7','\x83','\x46','\x01','\x75','\x8a','\xad','\xdb','\x48','\xe4','\xe2','\xdf','\x04','\x22','\x88','\x05','\x10','\x87','\xee','\x90','\xc3','\x2e','\x6e','\x06','\x5c','\x04','\xbe','\x7c','\x76','\x23','\xe9','\x75','\x5c','\x06','\x58','\x10','\xb7','\xb2','\xa4','\xb4','\x47','\xa4','\x9d','\x62','\xc2','\x80','\x90','\x14','\x34','\xa7','\xb4','\x94','\x7d','\x26','\x77','\xde','\x0b','\x60','\x26','\x51','\x56','\xd8','\x2c','\x48','\x7a','\x39','\xa9','\x8e','\x41','\xe2','\x73','\x99','\x5e','\xa9','\xb8','\xdb','\x47','\xd6','\x40','\xd6','\xac','\x92','\xa5','\x27','\x4a','\x84','\xb7','\x49','\x15','\xac','\x6c','\x15','\xb2','\x56','\xd5','\xa0','\xd8','\x3f','\x9e','\xa3','\xc3','\xc3','\xca','\xcf','\x7a','\x17','\xe2','\xa8','\x34','\x5b','\x29','\x0d','\xf6','\xbb','\x09','\x94','\xec','\x82','\xed','\x5d','\x56','\xb3','\x9b','\x66','\xe6','\x9b','\x24','\xf7','\xfc','\xac','\x56','\xe2','\xf2','\x36','\x84','\x1c','\xf0','\xc0','\x8f','\xd1','\x06','\x1c','\xe1','\xad','\x87','\x51','\xac','\x3e','\x6a','\x71','\xcb','\x77','\xaf','\x89','\x15','\xb9','\xd4','\xd9','\xab','\x5f','\x9a','\x7d','\x82','\xfc','\xbc','\x9a','\xb3','\x3b','\x64','\xed','\xdf','\xdd','\x93','\xc3','\x2d','\xdd','\x49','\xe8','\xd1','\xde','\x5c','\x41','\x87','\x74','\x3e','\xcb','\x90','\xc6','\x21','\x27','\x71','\x1b','\xee','\xdd','\x6b','\x5a','\x04','\x41','\x58','\xad','\x56','\x96','\x59','\x9f','\x15','\xa5','\x1e','\x90','\x68','\xea','\x7e','\x76','\x35','\xf4','\x99','\xc2','\x55','\x70','\x5a','\x0e','\x61','\x9e','\x64','\x8b','\x60','\xcb','\xc6','\x6c','\x3d','\xe8','\x38','\x74','\x3f','\xef','\x90','\xb4','\xd8','\xaf','\xdc','\x01','\x0f','\xa0','\x8d','\x30','\x1d','\xc3','\xeb','\x1d','\x6c','\x36','\xdf','\x70','\xb8','\xf1','\xaf','\xea','\xcb','\x7f','\x1e','\x64','\x80','\x73','\xbd','\x77','\xab','\xb4','\x34','\x04','\x3d','\xe6','\xdf','\x13','\x9c','\x22','\x61','\x0b','\xe6','\xa1','\xbf','\x2a','\x90','\x20','\x57','\x15','\xab','\x9b','\x4b','\xb5','\xae','\x3a','\x6d','\x69','\x84','\x10','\xc3','\x6e','\xa0','\x57','\x40','\xa1','\x02','\xbe','\x2b','\x18','\xee','\xac','\xf3','\x55','\x8d','\xad','\x09','\x52','\x97','\xc1','\x2c','\x5b','\x02','\xca','\xa2','\x1f','\x0c','\x73','\xa1','\x22','\x17','\xee','\x3a','\x9f','\xfb','\xf1','\x3b','\xd0','\xa6','\xfd','\xa0','\x1c','\x62','\xbb','\xb3','\xa2','\x23','\xe9','\xbd','\x8a','\x50','\x5b','\xe6','\xf4','\xf7','\x42','\x8d','\xf0','\x20','\x44','\x15','\x56','\x46','\xa6','\x03','\xa9','\x46','\x1c','\x8e','\x9a','\xe2','\xd2','\x7b','\x57','\xa7','\x17','\xf6','\xda','\x65','\xb1','\xee','\x84','\x21','\x60','\xb5','\x4a','\x67','\x7e','\xc6','\xb1','\xbc','\x3f','\xa7','\x06','\x7a','\xf5','\x58','\x58','\xe8','\x5f','\x07','\x2a','\x98','\xe5','\x2e','\xb9','\xfd','\x88','\x69','\x3f','\x5a','\xb4','\x26','\xfd','\x3e','\xb2','\x2a','\x3f','\x31','\x2b','\x90','\x4d','\xfb','\x5d','\x18','\x72','\x09','\x72','\x10','\x8a','\x40','\x07','\x68','\xb4','\x98','\xd4','\xac','\x56','\x8a','\x34','\xbe','\xfe','\x3d','\xa5','\xc9','\x71','\xaf','\xb2','\x15','\x68','\x94','\xb3','\xde','\x9a','\xe5','\x5e','\xd9','\x0b','\xb2','\x83','\x9b','\xdf','\xdb','\x02','\x5a','\xaf','\x8b','\xe5','\xc5','\xa7','\x16','\x20','\x55','\x04','\xe0','\xe6','\x3a','\xd7','\xa4','\x4a','\x80','\x8e','\x21','\x67','\x9a','\x72','\x4d','\x68','\x82','\x7c','\x20','\x45','\x6e','\x83','\xf2','\x89','\xea','\x30','\x3b','\x4b','\x81','\xba','\x0e','\x52','\xc0','\x00','\x2a','\xcf','\x6b','\x50','\xb2','\x3a','\x05','\xb5','\x2a','\x2a','\x1d','\xf9','\x36','\x44','\x60','\x92','\x86','\x84','\x21','\x29','\x48','\xc5','\xda','\x93','\xb9','\xb7','\x7b','\x8b','\x5c','\xdf','\x54','\x7f','\x19','\x24','\x5a','\x9b','\xf2','\x52','\xdb','\xed','\x57','\x3c','\x13','\xb3','\xe2','\x95','\x02','\x32','\x30','\xc2','\x20','\xa3','\xe3','\xe8','\xd8','\x82','\x1d','\xc8','\x3c','\x98','\x2b','\x28','\xbb','\xb9','\xd1','\x4d','\x80','\x42','\xce','\x7a','\x0d','\xc9','\x2d','\xd8','\x6d','\x34','\xf3','\x85','\xd4','\x25','\xad','\x46','\xf3','\xaa','\xea','\xe8','\xc8','\xf5','\xc6','\x95','\x4d','\xe9','\x9b','\x54','\x69','\x54','\xab','\x73','\x0b','\x3e','\xf5','\x1e','\x5b','\x2f','\xa7','\x06','\xb3','\xce','\x86','\xd2','\xed','\x2d','\x50','\x77','\x7c','\xac','\x9c','\xaa','\x7f','\x89','\x67','\xb3','\xb9','\x5f','\x76','\xcf','\xfd','\xa8','\x52','\xad','\xe3','\xe1','\x99','\xa1','\x0e','\x52','\xe1','\x26','\xae','\x72','\xa0','\xa4','\xe7','\x1e','\x02','\x5d','\xf4','\x72','\x9a','\x91','\xd7','\x3d','\x91','\x7e','\x57','\x4a','\x4d','\x8f','\xb7','\xb5','\x6a','\xcd','\x3e','\x94','\x44','\x59','\xd6','\xe4','\xe1','\x66','\x57','\x45','\x9a','\x41','\xa5','\x8e','\x6e','\xf1','\xf6','\x7d','\xff','\xfd','\xec','\x78','\x3b','\xbe','\xd0','\x8b','\x66','\x3d','\x8e','\xe3','\x66','\x0b','\x50','\x6a','\x40','\xf9','\xe1','\x71','\x25','\xcf','\x2a','\x16','\x47','\x71','\x43','\x95','\x21','\x24','\xa1','\x65','\x9b','\xb8','\x9d','\x6d','\x98','\x3a','\xd2','\x8d','\xaf','\xae','\x11','\xee','\x27','\x9d','\xee','\x44','\x2b','\x24','\x81','\xb5','\x12','\x70','\xa5','\xc3','\xb1','\xd4','\xe6','\xe3','\x2c','\x38','\x8b','\x34','\xf3','\xf8','\x40','\xe9','\x38','\xca','\xb8','\x9b','\x25','\x35','\xd5','\xdb','\xea','\x30','\x26','\x52','\x1e','\xba','\x35','\x5e','\x4f','\xa2','\x04','\x79','\xcb','\x8e','\x97','\xbb','\x0e','\xfc','\xd6','\xc6','\x0e','\x10','\x10','\x28','\x14','\xae','\x61','\xfe','\xdb','\x3b','\x5d','\x9a','\xc3','\x84','\x8e','\x95','\x14','\x3b','\xcf','\xba','\x73','\xe9','\x5c','\xa5','\xd4','\xfa','\x60','\xa0','\xcd','\xf5','\xdd','\xdc','\x69','\x62','\xe9','\x1e','\xd7','\x2a','\x2b','\x70','\xc0','\x01','\x06','\x8a','\x7a','\xbc','\xcd','\x0b','\x02','\x42','\xf9','\x7b','\x21','\x1c','\x6a','\x61','\x51','\x2c','\xcf','\xf2','\x9c','\x8f','\x95','\x3b','\x33','\x36','\x3a','\xd7','\xec','\x01','\xa4','\xb6','\x83','\xf5','\xce','\x93','\x20','\xbb','\xb6','\x03','\x56','\x7b','\x23','\x56','\xab','\x41','\x80','\x0b','\x9c','\x8b','\x8f','\x14','\x2c','\x9b','\x4d','\x0a','\x02','\x15','\x20','\xfa','\x43','\xf8','\x69','\x6c','\x93','\xbb','\xca','\x7a','\x5f','\x14','\x20','\x09','\x11','\xac','\xa8','\x85','\x01','\x3b','\x68','\xde','\x3b','\xc8','\x9a','\xe6','\x0a','\x20','\x0a','\x59','\xf1','\x29','\xce','\xfd','\x38','\x20','\xec','\xbe','\x6d','\x5c','\x8d','\x28','\x8f','\xb5','\xce','\x46','\x17','\x41','\x6e','\xe2','\x3d','\x3a','\x66','\xd4','\x29','\xa3','\x2e','\xab','\x7a','\x66','\xed','\x73','\xf4','\xa1','\x85','\xd4','\xbb','\xd0','\xf6','\x19','\xc7','\xaa','\x3c','\xdf','\x91','\xba','\xd1','\x79','\xc1','\x66','\xb6','\x20','\x4a','\x90','\x64','\xd7','\xbb','\x78','\xc0','\x24','\x60','\xd6','\x51','\x1e','\x03','\xba','\x6d','\xe2','\xe9','\xb8','\xdb','\x19','\x05','\x22','\x31','\x22','\x12','\xc9','\x05','\xb4','\x64','\x64','\x55','\x8c','\x83','\xf5','\x91','\x11','\x02','\x59','\xc4','\x3a','\x96','\x81','\x8c','\x4e','\x09','\x02','\xc1','\x94','\x15','\xa5','\x57','\x9e','\xa4','\xbd','\x5c','\x5a','\x7a','\x2c','\x98','\x82','\x0c','\x89','\xd7','\x31','\xb4','\xee','\xa0','\xae','\x91','\x3a','\xb6','\x9a','\x5f','\xdc','\x00','\x75','\x1e','\x22','\xb3','\x84','\xd8','\x9e','\x10','\x63','\xb4','\x40','\x08','\x7a','\xe6','\x6f','\xaa','\x5d','\x5f','\x37','\xf0','\xc4','\x62','\x3e','\xbb','\x9a','\x4a','\x1e','\x9a','\x63','\xe3','\xad','\x87','\x2a','\x8c','\x8b','\xef','\xba','\xe4','\x4f','\x72','\x20','\xa1','\xc3','\x6b','\x8b','\x25','\x26','\xd6','\xbc','\x61','\x95','\x2e','\x4a','\x1e','\x57','\x83','\x0b','\x78','\xe0','\xea','\x73','\x4d','\x9d','\x5b','\x43','\x6c','\xf4','\xe5','\x94','\x1f','\x09','\x85','\x5f','\x58','\x8a','\x91','\x68','\x9a','\xa4','\xc0','\x7c','\xf5','\x40','\xa6','\xe9','\x82','\x47','\x6e','\x31','\x1c','\x5b','\xa5','\x3b','\xad','\x40','\x3c','\xc6','\xb4','\xa0','\x00','\x96','\xb2','\x0a','\x79','\x01','\x2e','\x8c','\x8b','\x6d','\x52','\x31','\xa0','\xd7','\x4f','\x94','\x85','\x74','\x68','\xcc','\xb7','\xe5','\x30','\x38','\x24','\xeb','\xdc','\x00','\xda','\x28','\x70','\xcc','\x6c','\xc6','\x9d','\x3a','\x2d','\x06','\x41','\x98','\xa6','\x09','\x1c','\x8f','\xbc','\x89','\xd1','\xee','\x94','\x75','\x2f','\xa2','\x99','\xd3','\x0c','\x33','\xc0','\xb0','\x76','\x04','\x4a','\xd1','\x6f','\xf4','\x1d','\x97','\x25','\x14','\x75','\xe9','\xef','\x5d','\xe1','\x97','\x96','\x67','\xcd','\xbf','\x0e','\x92','\x96','\x16','\xf8','\xc5','\x4c','\xfd','\x3e','\xb4','\x1a','\xa0','\x02','\x23','\x1f','\xc2','\xb7','\xaf','\x04','\xb9','\x4f','\x9b','\xf9','\xcb','\xbf','\x1b','\x28','\xec','\x1e','\x3a','\xee','\x3d','\xab','\x5e','\xf9','\x29','\x73','\x65','\x1e','\x65','\x4e','\xee','\xb0','\xb4','\x69','\xe5','\x6e','\x78','\xaf','\xae','\x1d','\x85','\xf6','\x22','\xdf','\x29','\xa8','\x4a','\x3c','\x48','\x56','\x4a','\x15','\xd9','\xc9','\x17','\x6f','\xeb','\xc2','\x49','\x67','\x66','\xd8','\x2e','\xaa','\x31','\xb3','\x2d','\xa6','\x6a','\x63','\xba','\x43','\x05','\x45','\xf6','\x0d','\x6f','\x95','\x9f','\x34','\x96','\xec','\x04','\xac','\x62','\x45','\x0f','\xe4','\x8a','\x73','\x3f','\x5a','\x58','\x35','\x2e','\x3a','\x9e','\x0c','\x07','\xac','\xd0','\xdb','\xa7','\x52','\xab','\x82','\x77','\x77','\xcb','\xb9','\x38','\x67','\x2b','\x00','\x89','\x89','\x07','\x76','\x19','\xbd','\x60','\x57','\x50','\x2b','\xe5','\x37','\x82','\xa5','\x7c','\x98','\x77','\xfb','\xb5','\x3a','\x01','\x93','\xc3','\x40','\xd9','\xf2','\xb3','\x4a','\x3e','\xfb','\xea','\x76','\xe4','\x0f','\x76','\x2b','\xd9','\x64','\x97','\x37','\x19','\x5f','\x3d','\x6f','\x41','\xe9','\x59','\x9c','\xf4','\x8e','\x9f','\x7c','\xcf','\x4f','\x8c','\x65','\x3b','\xf2','\x45','\xb2','\xdc','\xed','\xb3','\xba','\x2f','\xd9','\x79','\x1f','\x77','\x88','\x3a','\x38','\x25','\xb6','\x61','\x19','\x4a','\xc7','\x35','\xb3','\x98','\xa1','\xdf','\x9a','\xc4','\xdb','\x59','\x91','\xa7','\xb2','\xa8','\xea','\x28','\x59','\x75','\x32','\x81','\x2a','\xc8','\x9b','\xdd','\xe7','\xba','\x5e','\xb5','\x00','\x6b','\xaa','\x0e','\x5c','\xa7','\x51','\x45','\x7b','\x38','\x67','\x4b','\xed','\x50','\x85','\x45','\xeb','\x74','\x96','\xf9','\x4a','\xec','\xb1','\x3d','\x64','\xd7','\x06','\x9f','\x51','\x29','\x34','\xef','\xfd','\x7b','\x3e','\x62','\x0d','\x66','\x2f','\x5f','\x1d','\x70','\x89','\xe4','\xdc','\xe2','\x4a','\x19','\xec','\x95','\x20','\x86','\x0b','\xd3','\xcd','\x69','\x03','\xc2','\x14','\x6d','\xa5','\x2d','\xc9','\xa4','\xca','\x35','\x18','\xa0','\x20','\xa1','\xb2','\x83','\xb0','\x42','\xd1','\x80','\x74','\x6d','\xa6','\x1f','\x79','\xad','\x43','\x2c','\x4d','\x51','\x36','\x41','\x88','\x38','\xaf','\x6f','\x01','\xd1','\xba','\xbe','\x89','\x93','\xf5','\x67','\x9a','\x02','\x86','\x91','\x93','\xcb','\x27','\x47','\x4c','\x12','\x12','\x5f','\xdd','\x63','\xd3','\x5c','\x95','\xf3','\xdd','\xf3','\x0b','\xcd','\x53','\xec','\x06','\x6f','\x01','\x30','\xf5','\xde','\x2c','\xb1','\xcf','\xf2','\x1d','\x15','\x3f','\x96','\x52','\x25','\xcd','\x61','\xc3','\xb8','\xe1','\xab','\x14','\x0e','\x3c','\x17','\x52','\xe0','\x02','\xb1','\xf0','\x0c','\x43','\xc0','\xb0','\x1a','\x2c','\xdc','\x75','\x28','\x76','\xd2','\xaa','\x12','\xe7','\xd6','\x22','\xeb','\x1c','\xe6','\x39','\x62','\xb1','\x1a','\xab','\x05','\xae','\x38','\xcb','\x61','\x3c','\xa0','\x7e','\xa6','\x60','\xdb','\x61','\x1c','\x64','\xde','\x9e','\x2b','\x2c','\xdb','\xc4','\x7e','\xae','\xb8','\xca','\x50','\xb7','\xb5','\xe8','\x10','\x0a','\x2f','\xd5','\x3b','\x54','\xf4','\x1d','\x20','\x6d','\x4b','\x63','\x8b','\x24','\x32','\x57','\x88','\xb2','\x49','\x6f','\x89','\x67','\x80','\x39','\xd8','\x1c','\xc3','\x6f','\x2c','\x4a','\x59','\x05','\x0f','\xae','\xf7','\x80','\xb6','\x68','\x86','\x4e','\xbf','\x3f','\xe7','\xc7','\x68','\xef','\x01','\x02','\x92','\x2e','\xb3','\xa8','\x00','\x4d','\xd3','\xd4','\x28','\x40','\x69','\x77','\x93','\x61','\x31','\xfa','\xb7','\x6c','\x60','\x9d','\xea','\x7a','\xbb','\xe1','\x97','\x73','\x6e','\x9f','\xb3','\xfb','\x14','\x48','\x4c','\x34','\x29','\x41','\x25','\x38','\x69','\xf2','\x56','\xf5','\x98','\x18','\xa8','\x67','\xfd','\xd0','\x68','\x9b','\xd1','\xaa','\x0f','\x77','\x4c','\xea','\xf6','\xbf','\x49','\x9d','\xb7','\x79','\x8a','\xcb','\x9c','\x4b','\xbc','\xa1','\x33','\xae','\xb9','\xf4','\xba','\x25','\x0b','\xa4','\xdd','\x59','\x7d','\x77','\x86','\xb1','\xbc','\xc3','\x92','\x30','\x58','\x75','\x51','\x53','\x00','\x69','\x56','\x0b','\x3f','\xc2','\x9c','\x3f','\x28','\x0e','\x4f','\x73','\x16','\x30','\xfa','\xc0','\x98','\x04','\x68','\x99','\xdc','\x0f','\x32','\xf8','\x77','\x10','\xf7','\xcf','\xbe','\xe9','\x0a','\xb2','\xd8','\x31','\xd8','\xec','\xe3','\x0f','\x20','\xdf','\x1b','\x52','\x87','\x59','\x56','\x81','\x6a','\x11','\x87','\x14','\x80','\xb5','\x9d','\xaa','\x9f','\x94','\x63','\x5b','\xe6','\x2a','\x15','\x98','\x16','\x62','\x6f','\xd7','\xc1','\xc4','\x55','\xec','\x1e','\xa3','\xe2','\x15','\x1b','\xa0','\x34','\xfd','\x38','\x96','\xbb','\xa2','\xa4','\x80','\xdc','\xb9','\x88','\x84','\x90','\xa2','\xbb','\xad','\x76','\xdd','\x79','\x1f','\xbd','\x0f','\x25','\x04','\x5b','\xeb','\xfa','\x49','\x90','\xc3','\x36','\x0c','\x48','\x34','\x3c','\xb6','\x20','\x0e','\xca','\xcf','\x27','\x09','\x73','\xbd','\xbe','\x30','\x61','\x5a','\x4f','\xc5','\xd9','\x09','\xeb','\xb3','\x8d','\x07','\x97','\x00','\x1b','\xc2','\x76','\x89','\x40','\x43','\x6a','\xc3','\x20','\x67','\x0a','\x34','\xd2','\x5b','\x4d','\x8b','\xe4','\xfe','\xf5','\x63','\x75','\x5c','\x8e','\x0a','\x7e','\x7d','\x79','\xeb','\x8a','\x09','\x71','\xed','\x90','\x02','\x43','\x72','\x60','\xaa','\x32','\xe1','\xba','\xcf','\x8b','\x56','\x9b','\x12','\x04','\x37','\x1e','\x5c','\x8d','\x55','\x95','\x54','\xc2','\x98','\xda','\x42','\x94','\xad','\x5f','\x0a','\xc8','\xb4','\x4c','\x99','\x48','\x8a','\x8c','\xa8','\xda','\xbe','\x5a','\x83','\x54','\x01','\x75','\xc8','\x9e','\xa5','\x3c','\xb5','\x54','\x19','\xb8','\x93','\xf2','\xf5','\xd3','\x4c','\x6f','\xaa','\x74','\xe4','\xfe','\xd7','\xad','\xb5','\xf1','\x1b','\x08','\x43','\x14','\xf7','\x47','\x5d','\x5b','\x31','\x15','\x4c','\xe9','\xd6','\xd4','\x34','\x2e','\x72','\xaf','\x90','\xb7','\xd2','\xc8','\xc1','\xa6','\x44','\xbb','\x4a','\xe7','\x52','\xbf','\x19','\xcc','\x84','\xce','\xa6','\x49','\xa2','\x3c','\x89','\x60','\x2f','\x5d','\xf9','\x3a','\xe7','\xe3','\x12','\x51','\xa7','\x00','\x1d','\xba','\x56','\x74','\x1e','\xa2','\xa3','\x5d','\x97','\x36','\x93','\x98','\xcb','\xe1','\x79','\x03','\x95','\x6e','\x96','\x17','\x8b','\x65','\xd6','\x12','\x78','\x1e','\x72','\x71','\xf3','\xa2','\x7b','\x06','\x4b','\xee','\x4d','\x1a','\xbd','\xf2','\xe3','\x2d','\x3f','\x07','\x58','\x83','\x69','\x29','\xe5','\x73','\x3d','\xd1','\xf1','\x60','\xdb','\x64','\xf1','\x74','\x38','\xdb','\x76','\x7d','\x37','\xf7','\x76','\x76','\x41','\x6d','\xfe','\xfd','\x28','\xe9','\x0e','\x92','\x8b','\xbd','\xb4','\xd8','\x94','\x05','\xeb','\x4f','\x37','\x19','\x4b','\xce','\xfa','\x80','\xb9','\xc6','\x0a','\x3e','\xf1','\x67','\xee','\x58','\x2c','\xc0','\xc9','\xa2','\x87','\x82','\x8f','\x7a','\x57','\xff','\xda','\xcb','\x61','\xa9','\xd5','\xc5','\x9b','\x42','\xf9','\xc9','\xd2','\x61','\x8a','\x6d','\xc4','\xb7','\xf5','\x7a','\xdd','\x04','\x79','\x03','\x2a','\x17','\xb8','\x1e','\xe1','\x73','\x64','\xeb','\x6c','\x71','\x80','\x72','\x73','\x5b','\x8f','\x2d','\x35','\xc0','\x5c','\xaa','\x25','\x67','\x09','\x2a','\x84','\xc8','\xa2','\x82','\x55','\x0b','\xe1','\x9a','\x55','\x1c','\xae','\x7d','\x15','\xcf','\xbb','\xeb','\x25','\xdd','\xc1','\x84','\xdf','\xf5','\x49','\xbb','\x79','\xc5','\x50','\x2e','\x0c','\x57','\xad','\xee','\x1c','\x74','\x18','\x8e','\x3e','\x13','\x77','\xfd','\x54','\xac','\x33','\x00','\x80','\x44','\x54','\x12','\x24','\x62','\x17','\xdd','\x16','\x44','\x9c','\x90','\x8a','\xec','\xdf','\x09','\x90','\xe5','\xbc','\x8b','\xef','\xc0','\x1a','\x69','\xfe','\x1a','\x5c','\x52','\x5b','\xec','\x1d','\x96','\x74','\x0d','\x2f','\xbd','\x07','\x8a','\xb1','\xb0','\x6b','\x3c','\x00','\x8b','\x64','\x64','\xae','\x6d','\x72','\x79','\xa1','\x01','\x36','\x12','\x06','\xec','\x04','\x6e','\xa1','\xfc','\x50','\x53','\x95','\x43','\x82','\xfe','\xa9','\x6b','\x68','\x81','\x23','\x5a','\xc5','\xa5','\x2a','\xac','\x2c','\xc5','\xa3','\x60','\x56','\x70','\xe0','\x14','\x12','\x46','\x56','\x2a','\xe4','\xa1','\x57','\xc2','\x14','\x4c','\xf8','\xf3','\x11','\xfe','\xc6','\x80','\x30','\x24','\x77','\x95','\x1d','\xb9','\xe7','\x27','\xdf','\x83','\xe2','\xc1','\x8e','\x52','\x8f','\xe2','\x6a','\x12','\x00','\x9c','\x81','\x0a','\xe0','\x95','\x1f','\xc6','\xfa','\x42','\xc4','\xfa','\xc2','\x1a','\xfb','\xe2','\xf6','\xc6','\x31','\x0b','\xbd','\xdc','\xaf','\x3e','\x6d','\x99','\xd5','\x89','\xb2','\xcb','\xdb','\x20','\x51','\xa4','\xcc','\xed','\xa9','\x60','\xe4','\x79','\x52','\xfc','\x2c','\x1c','\x27','\xaf','\xad','\xf1','\x40','\xb6','\x38','\x64','\xf9','\x42','\x56','\xb1','\x6b','\x84','\x66','\xe6','\xb6','\xb5','\xda','\x03','\xae','\xf2','\xd6','\x57','\xb4','\x15','\x99','\x0b','\x30','\x00','\xe7','\x92','\x9c','\xe7','\xa5','\xfc','\xd0','\xad','\x6b','\x4d','\x21','\x29','\x0e','\x89','\x77','\x90','\x05','\x25','\xd0','\xdd','\x58','\x27','\x45','\x8d','\x76','\x0a','\xb4','\x49','\x10','\x6b','\xb4','\x1f','\x8f','\xac','\x8a','\x29','\xdc','\x60','\xdf','\x59','\xd7','\x16','\xa5','\x45','\x1e','\x52','\x84','\x3a','\x00','\x39','\x38','\x49','\x64','\x44','\xc4','\xe4','\x86','\xab','\x34','\x18','\x18','\x64','\xe7','\x87','\x20','\x01','\x8f','\x64','\xd1','\x72','\x80','\x05','\x23','\x71','\xf7','\x0a','\xe5','\x3f','\xb9','\x58','\xba','\x6c','\x11','\x32','\xb9','\x9c','\xab','\x6a','\x87','\x3a','\xc6','\xd8','\x65','\x33','\x25','\x3e','\x68','\x9f','\xcf','\x92','\x5c','\x67','\x5e','\xee','\xe8','\x54','\x74','\xdf','\x3d','\xcb','\x49','\xb4','\x5e','\xd7','\x39','\xaa','\x33','\x53','\x72','\x99','\x1e','\xc6','\x90','\x02','\xa7','\x48','\xa8','\x7c','\x0d','\x2a','\x61','\x1f','\x37','\x03','\x53','\x3f','\x70','\x1b','\x09','\x3a','\xc7','\x3e','\xe4','\xf5','\xe4','\x2d','\xf1','\xbd','\x41','\xec','\xb9','\x27','\xf7','\x07','\x9b','\xe7','\x5f','\x55','\x8f','\xef','\x44','\x93','\x75','\x31','\x53','\xcd','\x3b','\x96','\xb2','\x50','\x5e','\xd3','\xf9','\x9c','\x97','\x5c','\x24','\x2c','\x77','\xb4','\x51','\x72','\xab','\xc8','\xfc','\xce','\xe4','\x14','\x8b','\xfb','\xb9','\x5c','\x2b','\xa1','\x16','\xbe','\x48','\xce','\xa3','\x40','\xe5','\x65','\x43','\x99','\x4d','\x22','\xf7','\x4b','\xad','\xfc','\x2c','\x1d','\xdf','\x61','\xe6','\x6e','\x90','\xb7','\x22','\x08','\x42','\x1d','\x25','\x61','\x18','\x86','\xcc','\x90','\x75','\x0f','\xca','\xcc','\x02','\x33','\x2d','\xdc','\x22','\x19','\xe3','\x2a','\x5a','\x38','\x97','\xb3','\x93','\x49','\x15','\x32','\x20','\x0f','\xfa','\x5c','\xf8','\x8f','\x3a','\x55','\x6d','\x37','\x51','\xc0','\x87','\x17','\xa6','\xcd','\x0e','\x84','\xef','\xdc','\x49','\xa3','\xf9','\x45','\xb0','\x98','\xe1','\x4c','\xd3','\xf1','\x9e','\x79','\xa7','\x28','\x2b','\x0f','\x72','\x57','\x9f','\xec','\xd0','\xc0','\xfc','\xf0','\x6f','\x39','\x08','\x47','\xa4','\xab','\xbb','\x4b','\x2a','\xc6','\x9b','\x2a','\xba','\x54','\x8c','\x22','\x73','\xa7','\x60','\xb5','\x90','\x07','\x5c','\x52','\xa4','\xf9','\xd3','\x43','\xdd','\xc2','\x8e','\xd8','\xc0','\x93','\x92','\x19','\xce','\x72','\x40','\xd5','\x2e','\xf5','\xfc','\x27','\x4e','\xa8','\xda','\x58','\xa9','\xe5','\x42','\xef','\xf2','\x48','\x79','\xfd','\x0e','\x15','\x62','\x76','\x79','\xb1','\x73','\x2d','\xa8','\x86','\xc6','\x01','\xd6','\x76','\x97','\x0a','\xb6','\x7e','\xb8','\xfb','\x0d','\x66','\xc7','\xc9','\xcf','\x15','\x57','\xf3','\x65','\xe7','\x7e','\x54','\x03','\x8a','\xee','\x9d','\x03','\xd9','\x59','\xc9','\xc8','\x60','\x30','\x03','\x70','\x27','\x08','\xd4','\xf2','\xb3','\x93','\xce','\xfc','\x78','\x9f','\x7d','\x1d','\xb4','\xda','\x55','\x4e','\x07','\x22','\x5f','\x3c','\xe8','\x9e','\x21','\x09','\xb3','\xfd','\x0b','\x11','\xfb','\x17','\x26','\xec','\x5f','\x98','\x52','\xb8','\xeb','\x26','\xb0','\x81','\xff','\xbb','\x24','\x38','\xbd','\x48','\x73','\x90','\xd0','\xd6','\xea','\xf6','\x96','\x82','\x1e','\xe4','\x39','\xea','\xcc','\x88','\x2b','\x64','\x83','\x8e','\xbc','\xc0','\xcf','\xfb','\x8f','\x9d','\x10','\xf5','\x1f','\x0b','\x3e','\x54','\x39','\x63','\x61','\x82','\x55','\x7e','\xe8','\xc6','\x03','\x91','\x6c','\x52','\x94','\xad','\xce','\x96','\xa3','\x52','\x40','\x97','\xeb','\x93','\x64','\xb8','\x58','\xc6','\x7d','\xbe','\x2f','\x6c','\x0f','\x7c','\xab','\xa9','\x33','\x1e','\xde','\xb5','\x9b','\x9b','\x28','\x71','\xd9','\x6f','\xc1','\x24','\x60','\x52','\x78','\x00','\x03','\xc4','\x5e','\x27','\xca','\xd5','\xa6','\x17','\x3a','\xc7','\xa4','\x44','\x51','\x88','\x18','\x37','\x76','\x50','\x70','\x04','\x44','\x04','\x20','\xc6','\x94','\x2d','\x32','\x26','\x8a','\x08','\x28','\x03','\xb1','\x84','\x40','\xe6','\x79','\xa2','\x96','\x1e','\x8e','\x93','\x58','\x2b','\xa9','\x70','\xb5','\x2e','\xc4','\x57','\xd5','\x7f','\x33','\xc8','\x79','\x79','\xd6','\x49','\x36','\x46','\xb5','\xc8','\xae','\xe7','\x40','\xff','\x65','\xa1','\xe7','\x25','\xe2','\xdb','\x12','\x48','\x50','\xef','\x8f','\x5a','\x06','\x6e','\x09','\x6b','\x0e','\x92','\x5a','\x79','\x9e','\xfb','\x53','\x8f','\x85','\xce','\x49','\x90','\x60','\x07','\xa3','\x45','\x7c','\x4b','\x93','\x46','\xd5','\x07','\x8e','\x15','\x37','\x15','\x26','\xb6','\x96','\x7e','\x49','\x20','\xb8','\xe4','\xc1','\x51','\x2d','\xde','\x85','\xf6','\xef','\x1a','\xdb','\x19','\x08','\x6e','\x7e','\x69','\x61','\x4d','\x91','\xbf','\x92','\x9f','\x6d','\x41','\x1b','\x52','\xc1','\xe3','\xee','\x1e','\xc9','\xcf','\x57','\xc1','\x97','\xe4','\x1f','\x73','\x45','\xf6','\x9b','\x54','\xb2','\x79','\xa5','\x0a','\x51','\x6d','\x05','\xac','\x37','\xea','\x38','\x06','\xf1','\x10','\x48','\x51','\x16','\xa7','\x29','\x59','\x60','\x29','\x72','\x8a','\xbe','\x68','\x6b','\x6b','\x03','\x3c','\x91','\x46','\x51','\xf9','\xa0','\xa0','\x99','\xae','\xa2','\xb3','\xe9','\x22','\xd4','\x5e','\x18','\xec','\xf2','\x30','\x7c','\xf9','\xb3','\x66','\x8e','\x17','\x3f','\xa9','\x35','\x4a','\x58','\x13','\xf5','\x16','\x76','\xf7','\xb3','\x36','\xd5','\x0c','\x1c','\xee','\x77','\xdf','\xf5','\xbb','\x51','\x52','\xe2','\x6e','\x98','\x85','\x08','\xe2','\xe2','\x76','\x75','\x6f','\x75','\xe8','\xad','\x94','\xfa','\xdd','\x3f','\xa4','\xe3','\x49','\x0e','\x7c','\x69','\xf2','\x20','\x38','\xe7','\xcb','\xb0','\x57','\xb1','\x73','\x9a','\x5f','\x32','\xfd','\xd7','\xce','\xc4','\xd4','\xe9','\x4e','\x30','\x6f','\x8b','\x02','\x6b','\xe9','\x3b','\x76','\xca','\x02','\x54','\xc1','\x4b','\xef','\x62','\x64','\x8b','\x44','\xa6','\x40','\x48','\xc7','\x20','\xef','\x42','\xb1','\x5d','\x76','\x6a','\xc9','\x03','\x0f','\x05','\xa5','\x05','\x93','\xcd','\x6b','\xa1','\x68','\x5b','\x21','\x4b','\xe7','\xef','\x37','\x33','\x97','\x62','\xfd','\x1d','\xa5','\x85','\xc1','\x2c','\x09','\x2a','\x38','\xac','\x5e','\x57','\x8d','\xd1','\x40','\xad','\x9c','\x18','\xca','\x00','\x20','\x51','\x9a','\x46','\xc2','\x6a','\x37','\x59','\x7e','\x56','\xe2','\xba','\xa2','\x02','\x4b','\x01','\x6f','\x06','\x8a','\x99','\x09','\xfa','\x60','\x07','\x6a','\x1d','\x60','\x4e','\xca','\xcf','\x85','\xf3','\x13','\x2e','\x5c','\x98','\x30','\xed','\x4f','\x58','\x4f','\xd1','\xf9','\x5c','\x9b','\x56','\xd0','\x00','\x0c','\xa5','\x47','\xa2','\x14','\x32','\x59','\xcf','\xfb','\xe8','\x99','\x02','\x0d','\xc4','\xa0','\xc0','\xbd','\xfc','\xae','\x3b','\x94','\xc7','\x9b','\x1c','\xff','\xa7','\x50','\x1f','\xea','\x46','\x01','\x04','\x4a','\x41','\x5f','\xd2','\x43','\xa1','\xa4','\xc6','\x3c','\x66','\x85','\x18','\x85','\x53','\x2e','\x14','\x1c','\xba','\x0d','\xbc','\x9e','\x1c','\xb3','\x39','\x32','\x77','\x2d','\x5d','\xdb','\xad','\xfb','\xb5','\x06','\xbb','\x31','\xe5','\x48','\x1b','\x18','\x28','\xdf','\x99','\x83','\xf2','\xb2','\x54','\x53','\x82','\xb4','\x6c','\x69','\x01','\xe5','\x29','\xcd','\x3f','\xb9','\x9a','\x92','\xa6','\xc1','\xaa','\x94','\x8b','\x62','\x46','\xc0','\x20','\xed','\x8c','\x14','\x8a','\xb3','\x36','\x91','\x61','\x56','\xa0','\x20','\x21','\xb7','\x35','\x78','\x83','\x06','\x47','\x98','\x08','\x60','\x8e','\x08','\x4c','\xe6','\xb6','\x59','\xef','\xc3','\x92','\x6b','\xa3','\x26','\x0b','\x9e','\xe1','\xdf','\x39','\x7e','\x77','\x52','\x64','\x35','\x27','\x22','\xeb','\x87','\xf6','\xab','\x8c','\x1f','\x55','\xf9','\x8e','\x02','\xaf','\x6a','\xbd','\xa1','\xa1','\x91','\xfa','\xb9','\xff','\x45','\x68','\x4c','\xdd','\x9b','\x92','\x05','\x99','\xe4','\xcc','\xe0','\x20','\xee','\xa9','\xd5','\xfa','\xa8','\x8b','\x69','\xfa','\x92','\x79','\xb5','\x45','\xdc','\xf4','\x1b','\x50','\x3e','\x48','\x4a','\xd5','\xe0','\x63','\x83','\x9a','\x73','\x85','\xdc','\x9d','\xb4','\x99','\x43','\xa4','\x62','\x7c','\x2b','\xe6','\x1b','\xaa','\x0d','\x2a','\x75','\x7d','\xb4','\x68','\xa2','\x44','\xc9','\x53','\x55','\x17','\x64','\x15','\x61','\xd2','\x5b','\x62','\x27','\x71','\x3b','\x9d','\xe4','\xe2','\xe1','\x69','\x4a','\x57','\x25','\xac','\x07','\x4a','\x1b','\x95','\xea','\xa9','\x51','\xcb','\x43','\xd7','\x9e','\xbc','\xf9','\xd4','\xa7','\x3f','\x20','\x19','\x6e','\xea','\x88','\x6f','\xe3','\x38','\x6e','\x77','\x06','\xc8','\x9b','\xdb','\xa7','\x69','\x2a','\x07','\x86','\xd9','\x42','\x22','\x02','\xbe','\xd3','\xf3','\x83','\x3b','\x97','\x16','\x99','\x44','\x93','\x16','\x72','\x11','\x40','\xac','\x83','\xa1','\x92','\x67','\xa6','\x4d','\x33','\xed','\xac','\xb3','\x17','\x38','\x5f','\xfe','\x38','\x48','\x17','\x0b','\xf0','\x23','\x20','\xe3','\x44','\xdd','\xe2','\xaa','\x0e','\x78','\xc1','\x50','\x42','\xb8','\x36','\x65','\xc7','\x97','\x4e','\xa1','\xee','\x34','\x64','\x56','\x98','\x4a','\x06','\xa5','\x3b','\xa0','\x9e','\xa3','\x92','\x2f','\xc3','\xb5','\xa4','\x53','\xf9','\xd2','\x9f','\xff','\x4d','\x24','\xbf','\xbe','\x2a','\x0c','\x2a','\x49','\xc0','\x6a','\x46','\xe4','\x79','\x0e','\xa0','\x58','\x25','\x03','\x54','\x2f','\x55','\x33','\xe8','\x47','\x5e','\xfc','\x5d','\x74','\x55','\x09','\xe3','\xad','\x1a','\x7c','\x3c','\x69','\x2e','\x0c','\xe9','\xac','\xd5','\x87','\xf3','\x7b','\x3b','\xdf','\x03','\xe4','\x33','\x23','\x84','\xc2','\xaa','\xa3','\xca','\xbc','\xbf','\x9c','\x8f','\x4d','\x00','\xc7','\x62','\xcc','\x6a','\x2f','\xa0','\x3c','\xce','\x5c','\x3c','\x5f','\x1c','\x3f','\xf9','\x23','\xaf','\x97','\x2a','\xbf','\x1d','\xa8','\x90','\x5e','\xa8','\x90','\x70','\x00','\x93','\xf5','\x27','\xbb','\x07','\xae','\x6c','\xae','\xda','\xe4','\x1b','\x97','\xd6','\xa3','\x9c','\xf9','\x59','\x05','\xac','\x76','\xf2','\x25','\xa7','\xe3','\x58','\x06','\x39','\x28','\xc1','\x6d','\x5e','\xd4','\xea','\xb6','\xa0','\x63','\x42','\x48','\xd6','\xb4','\x69','\x1d','\x71','\xe1','\xc2','\x1a','\xe7','\xcf','\xad','\xb1','\xde','\x8f','\x79','\xfc','\xec','\x73','\xd7','\x9f','\xe8','\x40','\x14','\x90','\x02','\xd7','\x10','\xd2','\xdd','\x21','\xe6','\xf2','\x36','\x24','\x65','\xc8','\x85','\xce','\xed','\xa2','\x9f','\x43','\xa6','\xda','\x0a','\xd4','\xe7','\xc1','\xa9','\x3e','\x9d','\x2f','\x2a','\xce','\x22','\x51','\x06','\xf1','\xfa','\xbd','\x57','\x80','\x58','\xe9','\x2f','\x07','\x13','\xd0','\xa1','\x54','\x05','\x7c','\xbd','\x8e','\x49','\xd1','\x8c','\xc2','\x4f','\x3d','\x0f','\x45','\xdd','\x67','\xb6','\xbf','\xda','\x36','\x5a','\x2f','\x8c','\x07','\x18','\xef','\x16','\x1e','\x60','\x1e','\x1a','\x92','\x2f','\x35','\x95','\xd3','\x99','\x23','\x05','\x16','\x62','\x09','\x0a','\xbe','\xbd','\x22','\xc7','\xb5','\x05','\x51','\xd6','\x4c','\xad','\xb5','\x15','\x4a','\x18','\xd9','\xa8','\x15','\x6c','\xde','\x2b','\x26','\xfa','\xbd','\x5a','\x9d','\xd3','\x78','\x26','\xc2','\x8a','\x40','\x06','\xbc','\x11','\x89','\x76','\x28','\x18','\xbf','\x62','\x71','\x89','\xd3','\x4d','\x8e','\xa8','\x96','\x50','\x62','\x04','\xa6','\x62','\x1a','\x0a','\xa6','\xc6','\xb9','\x1d','\xc6','\xf3','\x3c','\x6d','\xea','\x17','\x04','\xd9','\x00','\x60','\x14','\x34','\x36','\xc3','\x76','\x52','\xce','\x65','\x20','\xd0','\x2f','\x26','\x8f','\xdd','\xec','\x77','\x42','\x0b','\x5c','\xb7','\x45','\x4a','\xad','\x1f','\x6d','\xc5','\x82','\x09','\x5d','\x37','\x4b','\x5f','\xd6','\x36','\x9b','\xd8','\xca','\x47','\xc6','\xd5','\x80','\x71','\x1c','\x30','\x0c','\x79','\xad','\xf6','\xb1','\x91','\xa7','\xe9','\x4c','\xcf','\xc6','\x13','\xdc','\x59','\x2f','\x7f','\xe7','\x5a','\x0a','\x60','\x91','\x2d','\xf1','\xe0','\x1a','\xe0','\xe6','\xb5','\xb5','\x31','\x75','\x06','\xbb','\xff','\x19','\x2d','\x4f','\xcc','\x41','\xd2','\x31','\xcb','\xc5','\xa3','\xa6','\x6e','\x73','\x6a','\xcb','\x5a','\x2d','\xa0','\xfc','\x6b','\x09','\x2d','\xef','\xad','\x7e','\x16','\xee','\x7c','\x08','\xad','\x3b','\xfd','\x1c','\x80','\x60','\x06','\x10','\xc0','\x60','\x04','\x0e','\x88','\x53','\xc4','\x30','\x86','\xa4','\x08','\x89','\x12','\x34','\xac','\x59','\x2e','\xcd','\x96','\xfb','\xe3','\x64','\x73','\x24','\xc9','\x21','\xb7','\xca','\xbd','\xde','\x51','\x25','\xff','\x2c','\xc6','\x58','\xe8','\x31','\x00','\x9a','\xf8','\x06','\x9a','\x1a','\x05','\xa8','\xbc','\x47','\x42','\x05','\x2e','\xdb','\x58','\x51','\xea','\x0f','\x4a','\xa6','\x33','\xaf','\x8d','\x6d','\x4a','\xb6','\x5c','\xfc','\xba','\xd9','\x22','\xe5','\x1d','\xae','\x54','\x48','\x20','\x80','\xa3','\x87','\xfc','\x07','\x6d','\x43','\x25','\x78','\xcb','\xca','\x0e','\x2d','\x88','\xed','\xb3','\x1e','\x07','\x3a','\xce','\xd4','\x69','\x63','\x6f','\x14','\xe6','\x18','\x61','\x83','\xa5','\x64','\xb2','\xa9','\xca','\x9d','\xdc','\x3d','\x0a','\xc4','\x67','\xc2','\xf8','\x40','\x8d','\xfb','\x87','\x74','\x60','\x9e','\x69','\x22','\x85','\x9d','\xd2','\xda','\x80','\x61','\x18','\xe0','\x68','\x76','\xac','\xeb','\x9f','\x07','\x69','\xc0','\x71','\x33','\xf8','\x83','\xd6','\x4d','\xe5','\x9f','\x16','\xb4','\x00','\xc8','\x91','\xc2','\x84','\xe9','\x45','\x66','\xb0','\xec','\xba','\x27','\x17','\x1c','\xb1','\x2e','\x18','\x53','\x55','\x97','\x0b','\x74','\x17','\x84','\xc9','\x04','\x76','\xbf','\x1f','\xb6','\x3f','\x8d','\x6c','\xe1','\xa2','\xdc','\xcc','\x63','\xe5','\xad','\xfe','\x2e','\xbf','\xf8','\x62','\xbd','\xb2','\x64','\x60','\x8e','\x1d','\x68','\x66','\x98','\xb2','\x37','\x8e','\x01','\x3b','\xbb','\x2b','\xec','\xec','\x0e','\x29','\xe8','\x81','\x84','\xfc','\xed','\x25','\xcf','\xbb','\x8b','\xfa','\x45','\x48','\xb2','\x28','\x3f','\xe7','\xcf','\xaf','\x71','\xfe','\xec','\x3a','\x45','\x7b','\xb3','\xc1','\x13','\xad','\x93','\x00','\xef','\x32','\xe7','\xa3','\xf1','\x29','\xf8','\x4d','\x3b','\x89','\xf2','\x7f','\xe8','\x9d','\xf7','\x91','\xf6','\x34','\xbf','\x1c','\x3c','\x6d','\x2f','\x8f','\x44','\x75','\xe1','\xd4','\xae','\x71','\x14','\xb0','\xa7','\x41','\x22','\x3c','\x03','\x67','\x48','\x00','\x83','\x4a','\x5f','\xab','\xda','\xcb','\xe2','\xf3','\xbe','\xbf','\xa6','\x0c','\xde','\x9d','\xa5','\xc8','\x61','\x43','\xa8','\xb4','\x32','\xa0','\xca','\x55','\x99','\x2e','\x69','\x11','\x86','\x5d','\x1c','\x58','\x84','\x9d','\x91','\x69','\xbb','\x47','\x80','\x73','\x81','\x63','\x60','\x50','\x85','\x2c','\x00','\xac','\xe7','\x91','\x54','\xa2','\x36','\xb1','\xe1','\xa0','\xc2','\xbf','\x77','\x6b','\x52','\xa7','\xfb','\xf6','\x22','\x35','\x2b','\xd3','\x70','\x0a','\x78','\x21','\x97','\xd9','\xea','\x30','\x08','\xad','\x68','\xf4','\x4b','\x39','\x4a','\x90','\x37','\x83','\xb4','\x53','\x0c','\x70','\x64','\x4c','\x48','\x97','\xa7','\x16','\x97','\xab','\x56','\xea','\x86','\x06','\x91','\xc9','\x0a','\x9c','\xa3','\x6b','\xdf','\xde','\x70','\x30','\xfc','\x5b','\x2b','\x38','\xb5','\xfa','\x5a','\xb4','\xc4','\xac','\xa0','\xee','\xfd','\x02','\x4d','\xda','\x18','\x75','\xe6','\xaf','\xae','\x63','\x93','\xa4','\xdd','\x98','\xb6','\x10','\xd5','\x44','\xc0','\x30','\xc8','\x79','\x9f','\xd5','\x90','\x5c','\x67','\x87','\x19','\x2f','\x82','\x4d','\x89','\x91','\xce','\x7d','\xa9','\xc5','\xc7','\xf1','\xe0','\x6c','\xf5','\xa9','\x27','\xa8','\x74','\x37','\x6e','\xd7','\xc5','\x11','\x04','\xd2','\xd6','\x18','\xb3','\x97','\xaa','\x45','\x76','\xdc','\x72','\xf1','\x88','\x69','\xb6','\x39','\x0d','\xa1','\x53','\xf9','\x2a','\xb3','\xf1','\xb4','\x49','\x25','\xae','\xd3','\xe3','\x2a','\x05','\xcc','\x19','\xf5','\x42','\x6a','\xb7','\xa1','\x51','\x5b','\xc8','\xbb','\x49','\x7c','\xe3','\x74','\x39','\x12','\x05','\x04','\x66','\x60','\x04','\x62','\x4c','\xd6','\xe0','\x69','\x9d','\x37','\x8b','\xc6','\xf5','\x84','\x69','\xcd','\x66','\x2d','\x22','\x17','\xd1','\x6d','\xdb','\xb5','\x1a','\x3b','\x41','\x10','\x7a','\x41','\xde','\x00','\xa7','\x00','\xcd','\x69','\x55','\x76','\x40','\xd2','\xf1','\xda','\x8c','\x0a','\xa8','\xb3','\x03','\x70','\xb8','\xd4','\x28','\x42','\x5a','\xc5','\x2c','\x8b','\x2d','\xdd','\x3f','\x00','\x01','\x39','\x12','\x31','\xab','\xf0','\x8d','\xf7','\xe5','\x75','\x1a','\x5b','\x30','\x4d','\x2d','\xbb','\xae','\xf3','\x2e','\x8a','\xe1','\xdb','\xe1','\xe4','\x0a','\x1c','\x38','\x02','\xcd','\xb9','\xec','\x03','\x86','\xd1','\xb0','\x7b','\xd5','\x4a','\x5a','\xbf','\x13','\x5a','\x6f','\x0c','\xa6','\x47','\xd5','\x3c','\xce','\xcc','\x43','\xaf','\xdd','\x77','\xc7','\xd4','\x5b','\xcc','\x25','\xb9','\xb3','\xff','\x55','\x7e','\xca','\x9e','\xaf','\xe0','\x9d','\x0c','\xa2','\x35','\x53','\xf6','\xc5','\x55','\x20','\x6c','\xa9','\x37','\xa0','\xdb','\x2a','\x42','\xc7','\xc5','\xe4','\xb9','\x5c','\x59','\xa9','\x09','\x5b','\x6c','\x5a','\x50','\xc6','\xe3','\x0c','\x14','\xe1','\xae','\x95','\x71','\xeb','\x76','\xa6','\x1d','\xa6','\x15','\x81','\x19','\x04','\x64','\xe7','\x80','\x08','\x95','\xab','\x85','\x94','\xe1','\xd9','\x9a','\xde','\x15','\x04','\x22','\x01','\x70','\x1b','\x27','\x0b','\xed','\x5f','\xfe','\x85','\x32','\x0f','\xbf','\xc2','\xfc','\xb9','\x1f','\xf9','\xdb','\x10','\xa1','\x02','\x52','\x37','\x66','\x9c','\x57','\x50','\x8e','\x0e','\xc7','\xbe','\x00','\x00','\x12','\xa9','\x69','\x1c','\x92','\xdb','\xdb','\xce','\x80','\xd5','\xca','\x29','\x3f','\xda','\x84','\x66','\xfd','\xb7','\x3d','\xd0','\x50','\xdf','\xd3','\xc4','\x58','\xaf','\xa7','\xe4','\xf6','\x76','\x76','\x1f','\xfb','\xa6','\xfc','\xc0','\x01','\x50','\x1d','\x37','\x98','\x75','\x4d','\x32','\xe4','\xb0','\xb9','\x63','\xc0','\x38','\x08','\x00','\x0e','\xf9','\x00','\xb5','\x57','\x7e','\x36','\x81','\xc4','\x93','\x4b','\xaa','\xd4','\xc8','\xcd','\xf6','\x3b','\xc1','\xa2','\xd1','\x69','\xaa','\x5d','\x4f','\x6b','\xa5','\x2d','\x3f','\x03','\x10','\x80','\x89','\xe4','\x7e','\x24','\xca','\x7d','\x2b','\xe1','\x5d','\x26','\x5d','\xe5','\xcb','\x2d','\xc8','\xeb','\x2f','\xd0','\x82','\x4f','\x32','\x2c','\x1c','\x3e','\x17','\x1b','\x91','\x32','\x47','\x5a','\x86','\x5d','\xa4','\x92','\xdb','\xca','\x80','\x04','\x46','\xe0','\x14','\xd5','\xcd','\xd5','\xa0','\x01','\x10','\x48','\xda','\x06','\x72','\xf5','\x16','\x22','\x31','\xd3','\x82','\x66','\xf5','\xcd','\x56','\xda','\x26','\x09','\xe0','\x42','\x24','\x1b','\x16','\x03','\x21','\x92','\xba','\x40','\xc1','\x36','\x26','\x98','\x9d','\xb5','\x56','\x41','\x96','\x34','\x36','\x85','\x4a','\x66','\x4c','\x9c','\x14','\xab','\x21','\x04','\x98','\x36','\x65','\x7c','\x2f','\xff','\x59','\xb6','\x2f','\xf7','\xd9','\x0f','\x20','\x85','\xdc','\x31','\xdd','\xf4','\x2b','\x3b','\xd9','\xae','\xfe','\xca','\x0b','\x12','\x85','\x0e','\xc6','\x6a','\x69','\xaa','\xe6','\xb3','\xa2','\x97','\x62','\xb4','\xa5','\x00','\x7b','\x56','\x61','\x31','\xae','\x7e','\x2e','\x2d','\x91','\x6a','\xfa','\x67','\x32','\xc8','\xe8','\x78','\x7a','\x66','\x37','\x5e','\x94','\x36','\x2b','\xc6','\x71','\x10','\xcb','\x4f','\x48','\xe7','\xf5','\x7a','\x18','\xb1','\xdb','\xa3','\xdc','\x04','\xb5','\xfc','\x98','\xc5','\x47','\x7f','\x4e','\xc9','\x02','\xaf','\x7c','\xda','\x5b','\xbe','\xe7','\x53','\x83','\x50','\x0e','\x95','\x96','\x4a','\x59','\xae','\xfe','\x78','\xea','\x3f','\x89','\xb4','\x2c','\x7b','\x96','\x3e','\xca','\x32','\x84','\x48','\x2e','\xa0','\x1e','\x83','\xcc','\x7d','\xfa','\x19','\xdc','\xb9','\x9f','\xfa','\x73','\xaa','\x8a','\xb1','\xa4','\xca','\x14','\xe5','\xb9','\x05','\x54','\x66','\xa4','\x55','\x39','\x04','\x46','\x60','\x46','\x08','\x69','\xdd','\x0f','\x53','\xc0','\xb4','\x0e','\xc9','\x45','\xce','\xdc','\xe4','\x34','\x58','\x02','\xf2','\xbd','\x50','\x1b','\x26','\xc0','\x2e','\xe0','\x2e','\x9e','\xc5','\xee','\x39','\xa0','\xe2','\x0c','\xd0','\x6a','\xb5','\x2a','\x5e','\x86','\x90','\x34','\xb4','\x1c','\xf3','\x3f','\xef','\x0d','\x65','\x0e','\x4e','\x05','\xd3','\x38','\x51','\x57','\xaf','\x4e','\x6a','\xb4','\x50','\xf5','\x73','\xa6','\xbc','\xc8','\x0f','\x9c','\xb6','\xe1','\x34','\x77','\x97','\xe4','\x31','\x32','\xa3','\xbd','\xa7','\x62','\xe6','\x13','\x37','\xe3','\x50','\x28','\xa6','\xc7','\x6e','\x0b','\x21','\x38','\x97','\xfe','\x5b','\x1a','\xe3','\x2a','\x6d','\xbb','\x93','\x51','\x83','\x26','\x02','\x24','\x42','\x9c','\xd8','\xdc','\x14','\x08','\xab','\xb2','\x1f','\xd8','\x76','\x68','\xec','\x9c','\xc7','\xf1','\x37','\xff','\x0e','\x4b','\x0a','\x2a','\xec','\xec','\x0f','\x60','\x40','\x49','\x81','\x47','\x0a','\x7a','\x20','\xa7','\xa7','\x9d','\x0b','\x0c','\x33','\x63','\x9a','\x44','\xf0','\xf2','\x0c','\x13','\x65','\x37','\x37','\xaa','\x04','\xb9','\x3f','\x8b','\xe4','\x26','\x87','\xdb','\x47','\xcd','\x3b','\x2f','\x3c','\xf5','\x2c','\x91','\xb7','\xb6','\xf4','\xac','\x3b','\xa6','\x10','\x21','\xf3','\xdc','\x1c','\xd6','\xb7','\x84','\xd3','\xcc','\x12','\xed','\x6d','\x67','\xc0','\xce','\xae','\xde','\xf3','\x33','\x88','\xbf','\xb6','\xa3','\x05','\x07','\xde','\xf2','\xe1','\x7b','\xc7','\xd3','\xe5','\x39','\x83','\xe5','\xbc','\x4f','\x72','\x79','\xbb','\x70','\x3e','\x05','\x3b','\xf0','\x2e','\x87','\x5e','\x01','\x62','\x71','\x63','\xf2','\xe3','\x33','\x98','\x30','\x4d','\x3b','\x89','\x61','\xc8','\x16','\xc9','\xee','\x99','\xb4','\x3b','\x90','\x17','\x10','\x21','\x47','\xa2','\x1b','\xdb','\xf3','\xb0','\x3d','\x65','\x64','\x56','\x61','\xa3','\x0c','\xb8','\x75','\xbc','\xeb','\x9b','\x29','\x3c','\x0e','\xed','\x3d','\x5f','\x04','\x17','\xfa','\x4c','\xf3','\xa9','\x38','\x96','\x75','\xe0','\x90','\xb4','\xd3','\x77','\x09','\x14','\x58','\x35','\x1e','\x71','\x99','\x60','\xd8','\xae','\x9f','\x86','\xcb','\x8e','\xf2','\x1d','\x97','\x1e','\x16','\x33','\xcd','\x85','\xab','\xa0','\x7c','\xd6','\xfc','\x99','\xeb','\xd2','\xb1','\xa6','\x40','\xe9','\xfc','\x18','\x25','\x17','\xcb','\x74','\xee','\x27','\x01','\x1d','\x3d','\xe7','\x83','\xe0','\x36','\xd5','\x44','\xb4','\x73','\x4c','\x56','\x2b','\xc8','\xb9','\x20','\xcf','\xef','\xfc','\x79','\x35','\xb8','\x71','\x21','\xa9','\x58','\x6d','\xe7','\xbd','\x35','\x5b','\x2b','\xb5','\xdb','\xf1','\xe9','\x4c','\x17','\x16','\x31','\x91','\xe7','\xe7','\xad','\x4b','\xe2','\x8e','\x57','\x98','\x5b','\xda','\x09','\xac','\x05','\x72','\xff','\xce','\xbe','\xa7','\x7c','\x57','\xd8','\xb8','\xa3','\x77','\xfd','\x50','\xd7','\x7a','\x3c','\x8f','\xf5','\x54','\x2e','\xc1','\x36','\x9b','\x78','\xca','\xd6','\x1f','\xb3','\x02','\xc9','\x7b','\xf9','\x64','\x3e','\x1d','\x87','\x10','\xd3','\x6a','\x8e','\x58','\xd6','\xdd','\x46','\x9e','\x56','\x03','\x91','\x94','\x1f','\xe1','\xd5','\x32','\xef','\x16','\xf0','\x22','\x04','\xb7','\x19','\xb2','\xc5','\x18','\x38','\x19','\xd3','\x93','\x9b','\xa5','\xd2','\x4c','\x18','\xc6','\x54','\xe8','\x30','\x30','\xe2','\x40','\x98','\x56','\xce','\x45','\x6e','\x1d','\x11','\xc5','\x22','\xa4','\x4a','\x91','\x29','\x41','\x33','\xa4','\xd3','\x53','\x74','\x7a','\xe7','\x82','\x80','\x0d','\x61','\xb0','\xf5','\xc0','\x30','\x18','\x89','\x61','\x6a','\x74','\x18','\x00','\x7a','\xd0','\xb7','\xe8','\x4c','\xbe','\xc0','\xe4','\xd0','\xeb','\x97','\xaa','\x3f','\xb8','\xd8','\x7a','\xf2','\xaf','\x7c','\x25','\x4e','\x28','\xa9','\x12','\x54','\xed','\xd8','\xa1','\xcd','\x5a','\xd5','\xa3','\xe2','\x62','\x21','\xd5','\x68','\x74','\x8b','\x54','\x32','\xd7','\x13','\x4e','\x1d','\xa5','\xc2','\x3f','\x4a','\x00','\xba','\xc3','\x5f','\xdd','\x03','\x13','\xc0','\x45','\x59','\x7e','\x20','\xb3','\x10','\x2b','\x37','\xb6','\xab','\x0e','\x56','\x6d','\xe9','\xe1','\xc7','\xee','\x0b','\xad','\x7f','\x2e','\xff','\x5d','\x38','\xb5','\x42','\x71','\x9e','\xde','\x6c','\x4a','\xb8','\xcc','\x4a','\x6e','\xfe','\x8a','\x6b','\x6b','\x28','\xff','\x6c','\xdc','\x72','\x37','\xa5','\xb9','\xc1','\x3d','\x2e','\x6e','\x6f','\x8c','\xaa','\x2d','\xb0','\x78','\xd6','\xa1','\x5f','\x40','\xfb','\xc8','\x85','\x42','\xa0','\x60','\xc5','\x00','\x38','\xe7','\x30','\xaa','\x1a','\x3d','\xb7','\x78','\x17','\xb3','\xf5','\xa7','\x48','\x8e','\x3e','\x55','\xb1','\xc8','\xcd','\x58','\x18','\x00','\x4f','\xf3','\x7e','\x97','\xb8','\x9e','\x5f','\x07','\xc4','\xac','\x0f','\x0e','\xa0','\x15','\x3b','\xff','\x62','\x6d','\xca','\x00','\xaa','\xf4','\x7b','\xf7','\x41','\x1f','\x6a','\xd0','\x46','\xe2','\xf6','\xb6','\x92','\x50','\xd7','\xab','\x9d','\x11','\xc3','\xe8','\x94','\x0c','\x56','\x40','\x5e','\x39','\xab','\x2a','\xa1','\x70','\x1e','\x67','\x70','\xda','\x45','\x5b','\xef','\x4f','\x38','\x7f','\x2e','\x29','\x40','\xd3','\x85','\x04','\x54','\x29','\xa4','\x1d','\x7a','\xbf','\x4b','\x0f','\x66','\x44','\xa4','\xb3','\x19','\x08','\xe9','\xcc','\x89','\x5a','\x53','\xc6','\x71','\xc0','\x4a','\x04','\x29','\x89','\x0b','\xc5','\x89','\x21','\xbc','\x23','\x26','\x22','\x89','\x4c','\x47','\xde','\xf2','\x03','\xcc','\x2d','\x04','\x06','\xc3','\x47','\x56','\x2b','\xa2','\xc3','\xd9','\x33','\x7d','\x2d','\xc0','\x5c','\xf2','\xb1','\x51','\x84','\xf2','\x52','\x3d','\xc3','\x83','\x62','\x8e','\xf2','\xa6','\x94','\x55','\x93','\xeb','\x96','\x4a','\xf2','\xdd','\xc9','\x5c','\x32','\x08','\xcb','\xdb','\xf6','\x93','\xad','\x4d','\x70','\xcc','\x24','\xbd','\x64','\xb0','\x45','\x63','\x4b','\xd5','\xa8','\xe5','\x99','\x2a','\x17','\xad','\x85','\x79','\xec','\xb6','\x81','\x8b','\x81','\x21','\x68','\xc4','\xa6','\x84','\x26','\x22','\x45','\x1b','\x4f','\x8e','\x6c','\xf7','\x03','\x41','\x15','\xed','\x40','\x20','\x6d','\xa7','\xd0','\x6b','\x8c','\x0c','\x29','\xc2','\x3a','\x56','\x84','\xf4','\x46','\x96','\x53','\x0a','\xf0','\xfd','\x96','\x74','\x67','\xb3','\xb8','\xea','\x44','\xd9','\x43','\x23','\x87','\x4a','\x80','\x29','\x6b','\xb2','\x8d','\x0c','\x00','\x1a','\xed','\x30','\x7b','\xd0','\xe8','\x22','\xcc','\x9f','\xd6','\xf4','\x65','\x56','\x28','\x3f','\xdf','\x47','\x04','\x0f','\xd4','\xfc','\x52','\x95','\x2f','\x75','\xa8','\x62','\x9a','\x77','\xff','\xd3','\x99','\x0f','\x54','\xca','\x4f','\xe6','\xab','\x19','\x2f','\x78','\xe6','\xcd','\x80','\x05','\xb9','\xd0','\x39','\xca','\x81','\x67','\x62','\x56','\x12','\x75','\xa0','\xd8','\x7f','\x6d','\x8f','\xda','\x0e','\x98','\x15','\xbc','\x9a','\xb4','\x8e','\x08','\xe9','\xbd','\x9e','\x3b','\x6f','\xba','\x31','\x2d','\x7d','\xd6','\x9b','\x9a','\xe3','\x92','\x9b','\x47','\x49','\x5b','\xf7','\x95','\xe4','\x2e','\x38','\x60','\x1c','\xc9','\xac','\x3e','\x89','\x67','\x7b','\x2b','\x7d','\x8b','\x35','\x1c','\xe4','\x70','\x57','\xa8','\xd8','\x13','\xd4','\x4f','\xda','\x85','\x54','\xb6','\x21','\xb1','\xbe','\x21','\x85','\xef','\x1f','\x22','\x86','\x18','\x30','\x0d','\x8c','\x69','\x8c','\x08','\xeb','\x88','\x10','\x26','\xd0','\x9a','\x4c','\x8e','\x47','\xb7','\xe8','\x7c','\x77','\x87','\xa1','\x8d','\x02','\xb7','\x5a','\xad','\xba','\x16','\x4c','\x53','\x80','\x62','\x8c','\x8d','\x8f','\xdc','\x34','\x25','\x77','\x87','\x24','\xe7','\x58','\x76','\x01','\xc8','\x16','\x29','\x99','\xef','\x71','\x12','\x7c','\x79','\x6f','\x5a','\x98','\xa6','\xaf','\xef','\x40','\x88','\xac','\xf3','\x59','\x77','\x65','\xcc','\x7c','\xa3','\xa3','\x2d','\x2e','\x71','\x0b','\x32','\x2c','\x97','\x59','\xb7','\xaf','\x83','\xe7','\x1b','\xa5','\xa1','\x93','\xef','\xce','\x9e','\x9a','\xe6','\xf6','\xfa','\xec','\xf8','\x34','\x63','\xbe','\xab','\x59','\x09','\x5a','\x3e','\x01','\xf4','\x0f','\xe9','\x60','\x89','\xab','\x9f','\xfe','\x39','\xa9','\x45','\xc0','\xbd','\x34','\xb7','\x0f','\x01','\x9e','\x77','\xc9','\xd9','\x98','\x5b','\x9f','\x0e','\xec','\x78','\x37','\x24','\x05','\x17','\x00','\xb2','\xe5','\xc7','\xa2','\xc8','\x88','\x9b','\x0d','\x44','\x69','\xd0','\xfb','\x7e','\x58','\x4f','\x3a','\x54','\x1c','\x5c','\xea','\x31','\x46','\xce','\xb9','\xdc','\xac','\xb4','\x6c','\xd9','\xd6','\xa5','\xc7','\xbe','\x3c','\x46','\xe1','\xfe','\xa1','\x4a','\x4d','\x06','\x50','\xb5','\x0f','\x3c','\x17','\xe5','\xfb','\xa6','\x87','\x20','\xd1','\xde','\x76','\x52','\xb0','\x83','\x95','\x85','\xba','\xf6','\xad','\x70','\xee','\x91','\x56','\x66','\x6e','\x93','\x57','\x84','\xa6','\x18','\xb1','\xbe','\x10','\x71','\xfe','\xdc','\x84','\x0b','\xe7','\xd7','\x98','\xf6','\xd3','\x75','\xd3','\x29','\x40','\x80','\xfa','\x82','\xc3','\xed','\x0a','\x2b','\x02','\x67','\x3b','\x57','\xa1','\xae','\x6f','\x76','\x61','\xa2','\x2a','\x3f','\x5e','\x12','\x2e','\xf0','\x5b','\x6d','\xdf','\x45','\xd9','\x38','\x12','\xa5','\x23','\xfb','\xfa','\x16','\xad','\xe8','\xce','\x6b','\x97','\x26','\xb4','\x7b','\x9c','\x95','\x0b','\xb3','\x4a','\xf8','\xcd','\x43','\x55','\x82','\x1c','\x00','\xa4','\xce','\x90','\xf8','\xe6','\x35','\xc2','\x87','\xcb','\x3f','\x75','\xd3','\xc8','\xc6','\x4c','\xe6','\xb5','\xb6','\x6a','\x98','\xb2','\x45','\xd5','\xc7','\x21','\xff','\x19','\x18','\x62','\xd1','\x83','\x69','\x08','\xb6','\x6a','\xa8','\xd7','\xf9','\x0d','\xa9','\x01','\xa8','\xb6','\x88','\x53','\xd5','\x01','\x12','\xa8','\x21','\x1d','\x96','\xd6','\xb5','\x6e','\xd8','\x83','\x04','\x83','\xab','\xd5','\x50','\xfa','\x67','\x0a','\x07','\x18','\x01','\xe9','\x90','\x35','\x06','\x57','\x5f','\x83','\x39','\x18','\xde','\xc7','\xde','\x6f','\xa8','\x6c','\xc5','\x32','\x4d','\xd1','\x44','\x09','\x08','\x1c','\x7f','\x52','\x65','\x2b','\x10','\x99','\x3b','\xd1','\x10','\x82','\xf5','\x47','\x3f','\x35','\x5e','\x16','\x13','\x47','\x2a','\xda','\x52','\x08','\xdc','\xe3','\x5c','\x00','\xfd','\x75','\xa7','\x96','\xdc','\x20','\x87','\xde','\x57','\x3b','\x09','\x04','\x0f','\x63','\x40','\xa0','\x85','\x6d','\x20','\x91','\xff','\xe4','\x06','\xc2','\xbb','\xfe','\x45','\x6e','\x95','\x9f','\xa8','\xfc','\xb8','\xe2','\x67','\x4a','\x13','\x27','\xa5','\x3b','\x1c','\xac','\x5c','\x9d','\x87','\xbb','\xa0','\x1c','\x3d','\x60','\x52','\xa5','\x37','\x8c','\x84','\x61','\x35','\xe6','\xf3','\x8f','\x63','\x36','\x88','\xd4','\xcb','\xbd','\x37','\x2a','\xca','\x42','\xbd','\x5a','\x54','\xe2','\xee','\x4a','\x91','\xf2','\xa1','\xf6','\x5d','\x63','\x4c','\x11','\x0a','\x01','\x21','\x02','\x21','\x30','\x86','\x48','\x98','\x86','\x80','\x69','\x24','\x0c','\xce','\x22','\xa4','\x1b','\x9e','\x45','\x14','\x41','\xcc','\xbb','\xc0','\xf5','\x52','\x11','\x04','\xa1','\x77','\x53','\x6a','\x8c','\x2c','\x1b','\x00','\xc2','\x4d','\x94','\xa1','\x6b','\x27','\x90','\x77','\x8a','\x52','\x87','\xc4','\xec','\x4e','\x95','\x1f','\xf1','\x51','\xd2','\x06','\xe5','\xa9','\x95','\xa3','\x54','\x9a','\x92','\xfd','\x0e','\xed','\x5c','\xf9','\x2e','\xfb','\x1c','\xe3','\x69','\x94','\xa0','\x7e','\xe5','\x77','\xca','\x94','\xdb','\xee','\x04','\x80','\x4c','\x1a','\xa9','\xf4','\xd4','\xd7','\x85','\xef','\x14','\x17','\xfc','\xc0','\x89','\xd2','\xf4','\xaf','\x11','\x75','\x1e','\x88','\x74','\x6e','\x4c','\xf2','\xd4','\x03','\x4f','\xb9','\xe6','\xba','\x3d','\x9b','\xda','\xbf','\x7d','\xee','\x3b','\x69','\xda','\x86','\x86','\x6b','\xa1','\x80','\x92','\x01','\xa9','\xc0','\x67','\x5b','\x6f','\x80','\x8a','\xa0','\x22','\xe8','\xc1','\x41','\x06','\xaa','\x47','\xc3','\xc7','\x25','\x89','\x58','\x67','\x7b','\xa1','\xce','\x85','\x77','\xbe','\xbf','\x0a','\x32','\x8a','\xf3','\x01','\x0e','\x2c','\x4d','\x53','\xfa','\xb0','\x08','\x61','\x2c','\xc0','\xc2','\x8e','\xa5','\xf8','\x81','\x31','\xfe','\xe0','\x2b','\x27','\xe1','\x5d','\x95','\xe2','\xd3','\x80','\xb8','\xf9','\x4e','\x94','\x90','\x51','\x26','\x8a','\xad','\x29','\xd6','\xe6','\x56','\xf9','\x51','\x25','\xcd','\x15','\xed','\xfe','\x76','\xb2','\xc4','\xc6','\x06','\x0c','\xd0','\x08','\xac','\x76','\x47','\xec','\xec','\x24','\xb7','\x95','\x20','\xca','\x8f','\x9e','\xe3','\x01','\x32','\xb6','\x2f','\x77','\xc1','\xd8','\xc6','\x84','\x00','\x44','\x4a','\xae','\x29','\xd3','\x7e','\xc4','\x85','\x73','\x6b','\x5c','\x38','\xbf','\x46','\x5c','\xb3','\x5c','\x76','\x17','\x24','\x78','\x01','\xd9','\x79','\x22','\x72','\x42','\x2d','\x81','\x28','\x4f','\x97','\x24','\xe7','\xaf','\x5c','\xbf','\xdd','\x58','\x77','\x75','\x8d','\x2a','\x91','\xee','\xec','\x1f','\x43','\x2a','\xc6','\xc1','\xd7','\xa1','\xed','\xb7','\x7c','\x32','\x29','\x3d','\xe0','\xb7','\x41','\x0e','\x91','\xff','\xc5','\x80','\x65','\x56','\x3c','\xf3','\x3c','\x56','\x48','\xcf','\xca','\x25','\xcc','\xec','\x71','\x37','\xfd','\x70','\x4f','\x72','\x01','\xfe','\x70','\xa0','\xd1','\x48','\x9a','\x97','\xb2','\xcf','\xda','\x69','\x8d','\xb4','\x96','\xca','\x8d','\xaa','\xbd','\x71','\x72','\x97','\x4b','\xcf','\x12','\xca','\x2d','\x2e','\x1b','\xf4','\x83','\xd8','\x93','\x95','\xd5','\x9f','\xed','\x25','\xae','\x94','\x5d','\x26','\x95','\x5d','\x49','\x94','\x40','\xa6','\xb4','\x99','\xc1','\x80','\x85','\xc2','\x06','\x31','\x62','\xa0','\x74','\x67','\x90','\x6e','\x7a','\x68','\x57','\x99','\xc1','\x93','\xb8','\xd0','\x0d','\x09','\xab','\xa8','\x62','\x9e','\xaa','\xca','\x93','\xe6','\xad','\x2d','\xaa','\x58','\xd9','\xdd','\x47','\x05','\x9f','\xf2','\x0b','\x6c','\x26','\x15','\xfd','\x66','\xf8','\x19','\xb3','\x40','\x24','\xab','\x20','\x9b','\x11','\x03','\xc0','\x8c','\xc9','\x05','\x08','\xb1','\xe8','\x67','\x7a','\xf9','\x67','\x8a','\xed','\x50','\x2a','\x06','\x0e','\x28','\xfa','\xfa','\xb6','\x92','\x85','\x19','\xae','\xb9','\xc4','\x4d','\x9e','\x4c','\x9f','\x72','\xfe','\x6d','\x77','\xc0','\x38','\x38','\x00','\x5c','\xc9','\x03','\x6a','\xfa','\x5d','\x95','\xce','\x9c','\x43','\x98','\x3b','\x60','\x6a','\x56','\x37','\xd9','\x8c','\xea','\xf1','\xde','\x2e','\x69','\x37','\x89','\xe7','\xff','\xe4','\x4e','\x7b','\xf4','\x97','\x46','\xe1','\x5a','\x28','\xf5','\xb8','\x64','\xdf','\x5d','\x20','\x11','\x01','\xa4','\xc1','\x5f','\x46','\xc2','\x30','\x0a','\xdf','\x26','\xc7','\xa7','\xaa','\x0d','\xee','\xde','\xb2','\x28','\x36','\x56','\x32','\x7b','\xe9','\x12','\xa9','\xad','\xce','\xe2','\x5d','\xca','\xec','\xd7','\x20','\x05','\xc6','\x40','\x24','\x57','\xf4','\x30','\x86','\x89','\x10','\xc7','\xec','\x1a','\xb7','\xde','\x17','\xa3','\xcd','\x1a','\x98','\x98','\x93','\x85','\x98','\x01','\xe6','\xd8','\x58','\x7b','\xf6','\xf7','\xf7','\x97','\x5d','\xe0','\xd2','\x8d','\xdc','\x03','\x7c','\xf8','\x38','\x3b','\x38','\xcc','\x29','\x90','\x9d','\x36','\x3a','\x1d','\x66','\x24','\x6b','\x30','\x81','\xcc','\xed','\xc4','\x28','\x5b','\x16','\x2f','\xc1','\x9b','\xe8','\x0f','\x97','\x08','\xd8','\x10','\x25','\x6e','\xe6','\x65','\x00','\x28','\xe6','\xd9','\xe0','\x58','\x4e','\xde','\xb6','\xbb','\x8b','\x73','\x55','\xd7','\x32','\xec','\xee','\x98','\xd2','\xfc','\x79','\xc8','\xd7','\x46','\x86','\x03','\x54','\xa8','\xe6','\x1d','\xb0','\x66','\xf7','\xb6','\x33','\x40','\x4a','\xf2','\xbd','\x5a','\xef','\xaa','\x69','\x96','\xcc','\x0f','\x4a','\xff','\x3d','\xa5','\x9d','\xb3','\x32','\xe0','\x5d','\x6f','\x40','\x0a','\x20','\x6a','\xa6','\x72','\x0c','\xe9','\xb0','\x0a','\xd1','\x31','\x08','\x11','\x83','\x15','\x45','\x59','\x0a','\xbe','\x91','\x43','\xaa','\xba','\xbb','\x68','\xec','\x6c','\x89','\xd0','\xa0','\x46','\x85','\x9b','\x15','\x80','\x05','\xf0','\x59','\x48','\x6e','\x1c','\x8a','\x21','\x29','\x04','\x78','\x59','\x87','\xae','\x1b','\x53','\x83','\x4c','\xe9','\xa9','\xdd','\xde','\xe0','\xfe','\xce','\x65','\x76','\xcf','\x2a','\x49','\xfe','\xb4','\x2b','\x9e','\x84','\xd5','\x8e','\x0b','\x75','\x3d','\x78','\x25','\xc5','\xad','\x41','\xb3','\x44','\x58','\xbb','\xeb','\xf1','\x48','\x15','\x4f','\x6b','\xc6','\xfe','\x85','\x64','\xf9','\x59','\x5f','\x48','\xd7','\x20','\x04','\x17','\xba','\x3a','\xcb','\xad','\x52','\x28','\x52','\x48','\xed','\x61','\x0e','\xe5','\x18','\xb0','\xeb','\x37','\x1c','\xe0','\x12','\xe5','\xa9','\x74','\x4b','\x21','\x6b','\x6b','\xb9','\x43','\xbc','\x44','\x84','\xdb','\x13','\x68','\xe5','\x7d','\xd4','\x2f','\x49','\x45','\x17','\x74','\xde','\xca','\x35','\x95','\xd8','\x9c','\x0e','\xec','\x76','\xc2','\xa4','\x4b','\xc3','\x4e','\xd0','\x17','\xe1','\x7f','\x9b','\x0f','\x91','\x95','\xfe','\xd9','\x96','\xcb','\x19','\x40','\x71','\x41','\xb7','\xfa','\xa8','\xf8','\x45','\xac','\xc3','\xfe','\xab','\x24','\x98','\x13','\xd8','\x11','\xf7','\xb6','\x08','\x8d','\x91','\x8d','\x34','\x47','\x26','\xd8','\x9b','\x76','\xe5','\xee','\x54','\x48','\xa7','\x02','\xb7','\x05','\x18','\xa1','\xea','\xa7','\xfb','\x5d','\x15','\x24','\x1a','\x80','\x10','\x73','\xa8','\xec','\x18','\x45','\x4e','\x84','\x88','\xc0','\xe9','\x4c','\x9b','\x86','\xf1','\x06','\x28','\x1f','\x8e','\x46','\x44','\xe4','\xec','\xa2','\x99','\x37','\x42','\x4a','\x6b','\x9b','\x57','\x26','\x88','\x0a','\xc8','\xe5','\xd6','\x1b','\x37','\x00','\xbd','\x9f','\x72','\xb9','\xb9','\x1c','\x3d','\x4c','\x3e','\x60','\xb5','\x33','\x62','\x5c','\x05','\x30','\x03','\x83','\x00','\x30','\x66','\x98','\x55','\x44','\xcf','\x35','\xac','\xd7','\x0c','\x4c','\x79','\x6d','\x6b','\xc9','\xbe','\x6d','\xe5','\xdc','\x95','\xf5','\xcd','\x35','\xcb','\x92','\xeb','\x8b','\x7d','\xa7','\x90','\x4e','\xdc','\xde','\x56','\x76','\xe6','\x27','\xb8','\x75','\x3a','\x2f','\x52','\xf2','\x30','\xba','\x31','\x10','\x7e','\x6a','\x73','\xe2','\x22','\xbf','\x19','\x9d','\xeb','\x58','\xd9','\x10','\x57','\xbc','\x48','\xf1','\xe7','\x4c','\xbd','\xf3','\x7c','\x7c','\xa1','\xa1','\x33','\x2f','\xb9','\xf9','\x8b','\xda','\xb5','\xbc','\x8d','\x2c','\x3b','\x06','\x79','\x77','\xd8','\xd4','\xa3','\x83','\xb6','\x39','\x35','\xff','\x10','\xab','\x9f','\x59','\xe9','\x07','\x3b','\xef','\x13','\xc8','\x71','\xf8','\xde','\xe4','\x7b','\x05','\xc7','\xff','\xbd','\x2d','\xf6','\xe8','\x16','\x4b','\x85','\xac','\x33','\x45','\x9b','\x84','\xf6','\x89','\x11','\x86','\xc4','\x0b','\xc2','\x24','\xf2','\x68','\x88','\x58','\xaf','\x09','\x14','\x22','\xc2','\x9a','\x30','\x45','\x4e','\x1e','\x5f','\x1c','\x1b','\x65','\x87','\x99','\xfb','\x17','\xa4','\xea','\x2f','\xb5','\xf2','\xa3','\xcf','\xd2','\xce','\x84','\x50','\xd7','\x24','\x82','\x21','\x00','\x61','\xf0','\xa3','\xe1','\x38','\x9e','\xf9','\x45','\xe5','\x77','\xa6','\x04','\x6d','\x39','\x3e','\xbd','\xb4','\xc4','\x8b','\xda','\x72','\x1d','\xf0','\x50','\x7a','\x8e','\xe4','\xa2','\xe5','\xb8','\xf6','\xcd','\x36','\xca','\x09','\x28','\x64','\x81','\x38','\x97','\x6f','\x2e','\x10','\xf4','\x9d','\x09','\xca','\xa7','\x7e','\xe4','\x51','\xec','\x29','\x32','\x3d','\xad','\x8e','\xfc','\xc5','\x8d','\xca','\x68','\x3a','\x21','\xb2','\xfd','\x7c','\xbb','\x0a','\xdb','\xdf','\x0f','\x91','\xda','\xe5','\x7b','\x27','\x4b','\x4b','\x0c','\xd8','\x67','\x9a','\xfd','\xab','\x93','\x93','\x3b','\xf9','\x54','\xf2','\x55','\x00','\x43','\x6f','\x54','\xdf','\x54','\x6e','\x37','\xcd','\x71','\xce','\xc3','\x0c','\xb2','\x07','\xbf','\x47','\x90','\x0a','\x1e','\xa4','\xdb','\x0a','\x93','\x45','\xa8','\x0c','\x3a','\x05','\x36','\x88','\x98','\xd6','\x0a','\x00','\xc9','\xa2','\x8b','\x31','\x03','\x3c','\x45','\xd9','\x75','\xe5','\xaa','\x5d','\xfa','\x4b','\x1f','\x74','\x2a','\xf7','\x30','\x8b','\x46','\xf3','\x6e','\x0e','\xac','\x56','\x5c','\x4a','\xe6','\x89','\x15','\x80','\xe9','\xce','\x28','\x32','\x0f','\xf2','\xbf','\x37','\xed','\xe0','\xfc','\xce','\x80','\x9c','\xd4','\x42','\x24','\x67','\x7e','\x76','\x93','\xf2','\xb3','\xb3','\x2b','\x61','\x6a','\xe5','\x12','\x4f','\x68','\x73','\x34','\x7f','\x15','\x7b','\xb8','\xae','\x32','\x32','\x30','\xad','\xd3','\xb9','\x9f','\xfd','\x0b','\x12','\xf0','\x40','\xea','\x1d','\x1c','\x98','\xb4','\xf5','\xa7','\x6c','\x5e','\xc0','\xb9','\xd6','\xc1','\x31','\xdd','\x23','\xc3','\xee','\x2c','\x07','\x13','\x21','\x52','\x79','\x94','\xc0','\x84','\x65','\xa9','\x0b','\x94','\xa4','\xa8','\x73','\x4a','\xf9','\xef','\x3a','\xf5','\xde','\x35','\x9b','\x2f','\x68','\xff','\x2e','\xf8','\x91','\x63','\xee','\x76','\x0f','\x8d','\x3e','\xee','\x4c','\xa9','\x3d','\x34','\x01','\xd3','\x59','\x2a','\xb2','\x4e','\x1b','\xd7','\xc5','\x80','\x7c','\xae','\x07','\xc8','\x56','\x0e','\xf9','\x26','\xb7','\x93','\x84','\x76','\xb2','\xcc','\xb2','\x08','\x4a','\xec','\x1b','\x9f','\x0b','\xf7','\x16','\x0e','\xf9','\xd8','\x76','\x72','\x0b','\xe5','\xb7','\x93','\x42','\x00','\x98','\x09','\x4c','\x24','\xf7','\x3b','\x11','\x10','\xc5','\xed','\xdd','\xb9','\x6e','\x35','\x52','\x6e','\x8e','\x47','\x54','\x7c','\xa4','\xc8','\x26','\x32','\x99','\x8a','\xbc','\x4a','\xe7','\x84','\x81','\x52','\x84','\x38','\x22','\x09','\x7b','\x3d','\xb1','\x45','\x81','\x22','\x92','\x00','\x08','\xb2','\xe1','\x63','\x6e','\x65','\x0c','\xc4','\x75','\x52','\xd6','\xc2','\x20','\xe7','\x00','\xe4','\x00','\x7f','\xd6','\x6c','\xb9','\x98','\xf6','\xf9','\xe4','\x27','\xac','\x7a','\xa5','\xf4','\xc0','\x30','\x04','\x98','\x36','\xa5','\xd8','\x6d','\x02','\xc3','\xac','\x40','\x64','\x9b','\x11','\x9c','\xac','\xa8','\x72','\x76','\x4e','\x15','\xa0','\xf5','\x18','\x41','\x17','\x26','\xc4','\x38','\xc1','\x4e','\x20','\xb8','\xa9','\xcd','\xd1','\x55','\x3b','\x44','\xbd','\xa1','\x07','\xa9','\xdb','\x2d','\x9d','\x78','\x92','\x0e','\x01','\x18','\x57','\x43','\xb6','\x1e','\xfb','\xfb','\xd2','\x7c','\xf7','\x8b','\xaa','\x2b','\x39','\xe6','\xe8','\x5c','\xc7','\x82','\x23','\x30','\x89','\xb5','\xc7','\xee','\x64','\x13','\x9e','\x26','\x04','\xdd','\x97','\x99','\xc6','\x47','\x4b','\xac','\x52','\xd4','\x3a','\x4b','\x73','\xf3','\x28','\x51','\x03','\xbb','\xd4','\x85','\x15','\xa3','\xe3','\x3a','\x5c','\x3c','\xa7','\x99','\xfc','\x77','\x40','\xea','\x8f','\x97','\x34','\x7c','\x66','\x5c','\x8a','\x8d','\x1f','\xe9','\x50','\x52','\x7e','\x5c','\x90','\x9a','\xd1','\x5f','\x72','\x3b','\x43','\x6a','\xc5','\xd8','\x38','\xbe','\x47','\xe5','\xfb','\xc3','\xa6','\x4c','\xaf','\x25','\x72','\x20','\x40','\xce','\xf5','\x03','\x43','\x00','\x88','\x92','\x45','\x48','\xaf','\x2d','\x58','\x0f','\x53','\xba','\x3f','\x68','\x1d','\x31','\x4d','\x8c','\x9d','\xbd','\x9d','\x46','\x97','\xe9','\x05','\x46','\x00','\xaa','\x20','\x08','\x75','\xa6','\x1c','\x06','\x1b','\x88','\x51','\x0f','\x42','\x26','\x5f','\x5b','\x8e','\x6c','\x03','\xc5','\xc2','\xd4','\xa1','\x95','\x1a','\x70','\xce','\xcf','\x92','\xac','\x38','\xdc','\xe9','\x84','\x62','\xd2','\xbb','\x14','\x38','\x07','\x8b','\xb3','\x90','\xa2','\x00','\x90','\x09','\x1b','\xea','\x7e','\x46','\xbd','\x22','\xaa','\x47','\x73','\x10','\x76','\x63','\xbf','\xe6','\x9a','\x78','\x17','\x4a','\x66','\x0d','\x52','\xe1','\xde','\x59','\x73','\x54','\xd1','\x40','\x91','\x3a','\xd2','\xa7','\xab','\x38','\x76','\x40','\x78','\xbd','\xf0','\xb7','\x13','\x64','\x17','\x31','\x2d','\x72','\xc6','\x39','\xaa','\x99','\x79','\xe0','\x16','\x6e','\xfd','\x65','\xb3','\x16','\x94','\x59','\xb5','\x9b','\x1b','\x47','\x4f','\x87','\xe0','\xf2','\xf9','\xfe','\x8d','\xed','\xcb','\x9c','\x1b','\x32','\x73','\x17','\xf1','\x00','\xd9','\x59','\x77','\xd2','\xb9','\x1f','\x16','\xfe','\x42','\xe2','\x02','\xa8','\x1f','\xe7','\x88','\x51','\x4a','\x8f','\xde','\x57','\x7d','\xae','\x6f','\xec','\xfe','\x05','\x4a','\xa0','\x2f','\x4d','\x70','\x0a','\xd4','\x7c','\x1f','\xad','\xc9','\x06','\x6e','\xc5','\x3f','\xde','\x7f','\x57','\x00','\x07','\xcd','\xa3','\xaf','\xca','\xfa','\x4a','\x70','\x2b','\x87','\x95','\x57','\x1a','\xf1','\x4d','\xa2','\xbd','\x91','\x8b','\xb2','\xa6','\x8d','\xcf','\x3f','\x5c','\x4a','\xa5','\x2a','\xd0','\x4f','\xf7','\xd6','\x30','\xd6','\xea','\x56','\xb0','\x16','\xc5','\x31','\x32','\x10','\xd2','\x0e','\x3b','\xd9','\x18','\x5b','\x77','\x9a','\x22','\x55','\x50','\x85','\x08','\xc4','\xc0','\xd6','\xbf','\xb4','\x1b','\x17','\xa4','\xdd','\xae','\x57','\x35','\x5e','\xe1','\x1c','\x24','\xa0','\xb8','\xb8','\x77','\x31','\x29','\x70','\xce','\x6d','\x6a','\x05','\x7e','\x5f','\x21','\xca','\x60','\x4c','\x1a','\x62','\xb4','\xd6','\x09','\x14','\xe1','\xdb','\x68','\x4a','\x0d','\x41','\x37','\x82','\xba','\x7c','\x8c','\x50','\x20','\xfd','\xbc','\xab','\x29','\x77','\xef','\x08','\x88','\xa6','\x40','\xb6','\xc9','\xa4','\x9f','\x65','\x37','\xd7','\xce','\x1c','\x7a','\x4d','\x74','\x36','\xa5','\xce','\x31','\xe7','\xf2','\xb2','\x9c','\x2b','\x0a','\x2b','\x8a','\x25','\x62','\x44','\x50','\xda','\x49','\xa5','\x64','\x69','\x89','\x21','\xd1','\x88','\x41','\x48','\x0f','\x78','\x36','\xb5','\x83','\x74','\x18','\x7c','\x3f','\xc8','\xbe','\x35','\x8f','\x82','\x6a','\x82','\x74','\x5a','\xfc','\xf4','\xe8','\x73','\x55','\xb8','\x55','\x0f','\x01','\xeb','\x45','\xa9','\xa9','\xac','\x38','\xa5','\xb6','\x52','\x10','\x85','\xc9','\x69','\xb1','\xa5','\xe2','\xdd','\xf2','\x01','\x75','\xe5','\x59','\xec','\x98','\xf1','\x04','\x64','\x7a','\x70','\x6d','\xd1','\xf5','\xaa','\x16','\x1e','\x22','\xbd','\x07','\x2b','\x5b','\x51','\x59','\x78','\xf7','\xc0','\x01','\x71','\x60','\x84','\x30','\x61','\x22','\xd2','\xa3','\x74','\x69','\xfe','\xf5','\x32','\x61','\xe9','\x19','\x23','\xbb','\x96','\xfb','\x16','\x16','\xb2','\xd0','\x33','\x8c','\xca','\xe4','\x69','\x3c','\x85','\x92','\x3d','\x29','\x04','\x60','\xd0','\x80','\x07','\xab','\x21','\x85','\x15','\xaf','\xc0','\x0e','\xfb','\x39','\xcb','\xbd','\x2c','\x52','\xee','\xbf','\xac','\xf9','\x49','\xdc','\x18','\x63','\x74','\x77','\xfd','\xb8','\x7c','\x95','\x85','\x67','\x76','\xad','\x55','\xcf','\x95','\xb5','\x97','\x75','\x97','\xef','\x59','\xa2','\x3c','\x29','\x4e','\x29','\xf9','\x94','\x11','\xdd','\xc1','\x93','\x1f','\x03','\xe6','\x76','\x34','\x3a','\xd0','\xf3','\xa2','\x24','\x9d','\xef','\x62','\xaa','\x2b','\xd4','\xd0','\xb8','\x4f','\xc9','\x79','\xce','\x90','\x2f','\x36','\x0d','\x83','\x5e','\x4d','\x90','\xd7','\x6a','\x51','\x07','\xea','\x2e','\x4a','\xa5','\xd4','\xbc','\x38','\x7c','\xb2','\x66','\x2a','\x87','\x2a','\xe5','\xb0','\x76','\x36','\x80','\xc0','\x43','\x72','\x91','\x0b','\x41','\x64','\x7b','\x20','\x4c','\x81','\x10','\x62','\xc4','\xee','\xee','\xaa','\x2e','\x19','\xe3','\x38','\xb6','\xfd','\x42','\x75','\x06','\x68','\x7f','\x7f','\xbf','\x78','\x69','\x17','\xa3','\x46','\x82','\x37','\x73','\x27','\x81','\x46','\xc2','\x30','\x81','\x00','\x92','\x2c','\x22','\x24','\x25','\xab','\x12','\xa1','\x32','\x15','\x0b','\x91','\x40','\xc7','\x37','\x66','\x9b','\x92','\x8e','\x9b','\xee','\x26','\xf6','\x57','\x11','\x16','\x27','\x72','\x9e','\x96','\xa9','\xfb','\xeb','\xdd','\x2e','\xb9','\xf5','\x53','\xf0','\xc2','\xb9','\xec','\xa4','\x6e','\x18','\x0b','\x68','\x77','\x5b','\x7c','\x73','\x77','\x4e','\x3d','\xc2','\x32','\x30','\x5c','\x02','\x6d','\x63','\x6a','\x7e','\xfc','\x04','\xf0','\x7b','\xd7','\x16','\xc3','\xc9','\x77','\xe9','\x81','\xcd','\x02','\xd3','\x22','\xbd','\x20','\x07','\x36','\x48','\x42','\x36','\x1f','\x7e','\x34','\x9c','\x49','\x1e','\xd0','\xc7','\xee','\x61','\xc8','\x99','\xea','\xda','\x3f','\xb9','\xff','\xbe','\x79','\xd7','\xfe','\x69','\xe0','\x4a','\xdd','\x41','\x6c','\xe7','\x33','\x43','\xdb','\x0c','\xb6','\x75','\x6e','\x25','\x4f','\xf7','\xfe','\x32','\x2d','\x56','\xfa','\x1f','\x06','\xb2','\x68','\x6f','\x1a','\xee','\x9a','\x42','\xa6','\x01','\x03','\x89','\xa4','\x7c','\x1b','\xae','\x2e','\x40','\xdd','\x9e','\xb4','\xf1','\x0a','\xd4','\xd6','\xe2','\x8e','\x03','\x4a','\x75','\xe4','\x0b','\xaf','\x33','\x56','\xcc','\xd6','\x91','\x12','\x50','\xb2','\xdb','\x0d','\xa1','\x40','\x29','\x22','\x9c','\x8e','\x41','\x64','\x44','\x9e','\xc0','\x08','\x49','\x0e','\x50','\x19','\x45','\xae','\xe8','\x2b','\x67','\xe0','\x9b','\xcb','\x9e','\x9f','\xc7','\x25','\x5d','\x7b','\x9b','\xe4','\x15','\xcb','\x34','\x0e','\x93','\xed','\x8e','\x16','\x87','\xbb','\x75','\x7e','\x22','\x23','\x72','\xcc','\x80','\x9c','\xf4','\x4c','\x14','\x39','\x3a','\xcc','\x56','\x9a','\x14','\x61','\x89','\x80','\x21','\x24','\x57','\x4c','\xc0','\x10','\x7d','\xa6','\x89','\x0a','\xab','\x8a','\xb5','\x23','\x4e','\xec','\xf2','\x1d','\x2e','\x59','\xb1','\xd2','\xf6','\xac','\x8c','\xcd','\x33','\x88','\x7c','\x79','\x2d','\x23','\x32','\x81','\x22','\x40','\x43','\x09','\xfa','\x7d','\x05','\x8b','\xed','\x53','\x9c','\x44','\x5a','\x6e','\x06','\x91','\x46','\xf7','\x15','\x0d','\xf8','\x33','\x32','\x4a','\x73','\x44','\x00','\xa5','\x83','\x6d','\x85','\x35','\xc1','\x47','\x16','\xf3','\x17','\x40','\x33','\x12','\x08','\x07','\xc7','\x6c','\x89','\x29','\x2b','\xc9','\x03','\x74','\xa0','\xf1','\xcd','\xda','\x8f','\xba','\xe0','\x96','\x96','\xda','\xf4','\x3e','\x4e','\x11','\xeb','\xfd','\x34','\xe6','\xd3','\x94','\xa2','\x33','\xae','\x02','\x25','\xfc','\x13','\xd3','\x1c','\xfb','\xb1','\x09','\x43','\xda','\xd5','\x9e','\xb4','\x5d','\x4a','\x62','\x66','\x31','\x86','\x9c','\x7f','\x6a','\x5d','\xd3','\x36','\x37','\x3f','\x97','\x11','\x84','\x2f','\xe8','\xce','\xff','\xa0','\x77','\xbd','\xe8','\x65','\xd1','\x5a','\xde','\x86','\x42','\xf3','\x9c','\x67','\xa5','\x46','\x2f','\xa7','\x6e','\x0e','\xa7','\xdb','\x5a','\xd1','\x2e','\xcb','\xa6','\xb8','\x3b','\xe3','\x67','\x9b','\x2b','\x4e','\x93','\x2b','\x94','\xba','\xb2','\x3b','\xbe','\xe6','\xfc','\xb7','\xa3','\x0b','\xbd','\xdc','\xd7','\x77','\xc5','\x14','\x24','\x7f','\x1e','\xc3','\xf7','\xb3','\x5a','\x13','\x07','\x95','\xa5','\x95','\xee','\x78','\xf1','\x92','\xd0','\x1c','\x37','\xad','\x68','\x5b','\xa3','\xde','\x58','\x3e','\xe4','\xbf','\xba','\x4d','\x2b','\x96','\x68','\x8a','\x3f','\xa9','\x76','\xf7','\xd2','\x1c','\x64','\xb4','\x49','\x14','\xbd','\x43','\xa6','\x9d','\x07','\x60','\xc4','\x60','\xfd','\x89','\x53','\xc4','\xb8','\x6a','\x23','\x5a','\xf7','\x2e','\x41','\x05','\x2a','\x05','\xa8','\xf6','\x9b','\x5b','\xaf','\xd7','\x4e','\x40','\x88','\xfa','\xc2','\x48','\xbb','\x82','\x2e','\x42','\x0b','\x20','\x8b','\xd3','\x0e','\x36','\x52','\xe6','\x6a','\x7a','\xf7','\x80','\x39','\x9c','\xca','\xdf','\x68','\xe8','\x6d','\x36','\x79','\x1e','\xe5','\x94','\x44','\x37','\x42','\x73','\x05','\xe5','\xe7','\x24','\xc8','\x49','\xdd','\x63','\x62','\x67','\xf7','\xe7','\x30','\x7e','\x7a','\x5e','\xc0','\x74','\xaa','\x6d','\xd3','\xb6','\xf9','\x2e','\x5a','\xaa','\x47','\x16','\x4d','\xbb','\x0a','\x46','\xc4','\xa5','\x61','\xba','\x5d','\x76','\x39','\x00','\x05','\x17','\x33','\x57','\x56','\xb5','\xb5','\x2d','\xb0','\x99','\xf8','\x7e','\x1b','\x2f','\x66','\x6a','\x18','\x63','\xb3','\x68','\x79','\xe1','\x2f','\xf7','\xa0','\xa0','\x05','\xc7','\xac','\x8d','\x34','\xd9','\x7e','\x37','\xf0','\x01','\xd8','\x2e','\x8d','\xbf','\x53','\xa5','\x28','\xf0','\x28','\x63','\x73','\x44','\x2e','\x4e','\x3a','\xef','\x07','\x40','\x6d','\x99','\x4a','\x1c','\x58','\x47','\xd9','\x67','\x2f','\x1d','\xa3','\x58','\x15','\xa2','\xee','\x90','\x1a','\x08','\x4d','\xf9','\x59','\x94','\x1f','\xb5','\x0c','\x59','\xd1','\xd4','\x0a','\xf7','\xb2','\x99','\x85','\x64','\xb5','\x0c','\x5e','\xd6','\xcf','\xf5','\xaa','\x10','\xb5','\x4e','\x20','\x7b','\xc0','\x68','\x8a','\x10','\xe7','\xdf','\x7d','\xd0','\x83','\xac','\x28','\xe5','\x41','\x29','\x99','\x3f','\x23','\x8c','\xc9','\x5d','\x65','\x67','\x6f','\x85','\x9d','\xdd','\xc1','\xee','\xd7','\x29','\x76','\x69','\x8b','\xf5','\xe5','\x40','\xbc','\x1f','\x08','\x69','\x9f','\xed','\xd4','\x4e','\x11','\x3c','\xa5','\xdd','\xea','\xb4','\x53','\x2d','\xa7','\x2c','\x2a','\xb7','\x3d','\x8e','\x54','\xb0','\x77','\x2b','\x5f','\xc1','\xaa','\x6e','\x70','\x59','\x7b','\x9c','\x02','\x38','\x45','\x4c','\x31','\x58','\xd8','\xe2','\x30','\xc8','\xd7','\xb5','\x20','\x30','\x0d','\xb0','\x74','\x63','\xf0','\xe0','\xcf','\xfa','\xb4','\x25','\x99','\xd5','\x1b','\xe2','\xbd','\x34','\x45','\xc6','\x85','\xf3','\xc9','\x9d','\x22','\x88','\x42','\xa9','\xb2','\x42','\xad','\x80','\xf5','\x1d','\x54','\x29','\xd8','\x83','\xbb','\x17','\x29','\xb8','\x33','\x58','\x40','\x8a','\x00','\xb6','\x62','\xc4','\xe0','\x2c','\x05','\x4a','\x03','\x32','\x62','\x06','\x3c','\x28','\x8d','\xf1','\x34','\x31','\x20','\x77','\x2e','\xf1','\x5a','\x69','\x82','\xe1','\x83','\x5a','\xf4','\x28','\xb1','\x7e','\xd2','\x5c','\x54','\x51','\xf0','\xce','\x36','\xb7','\xfe','\x24','\x62','\xb9','\x4f','\x4f','\x8e','\x03','\xc9','\xb1','\xae','\x14','\x30','\xa1','\x55','\xdc','\x97','\x94','\x08','\xc3','\x08','\x44','\xe9','\x90','\xb2','\xd2','\x75','\x21','\x0b','\xaa','\x5e','\x70','\x06','\xcf','\xa9','\xdc','\x3c','\xa6','\x41','\xa2','\x0c','\xc6','\xa8','\x11','\xc6','\x34','\xf2','\x63','\x2a','\x25','\xdf','\x4f','\x45','\xa6','\x20','\x01','\xa9','\x1f','\xc6','\x23','\x50','\xd2','\x83','\x19','\xd4','\xb6','\x65','\x59','\xd6','\x87','\x7c','\xbe','\x25','\x95','\xa3','\x9b','\xc2','\xc9','\x6a','\x8a','\xfd','\xe4','\x9e','\x3b','\xac','\x93','\x36','\x13','\xa4','\x4d','\x12','\x4c','\x37','\x29','\x22','\x00','\x78','\x08','\x98','\x42','\x4c','\xca','\x32','\xcb','\xd5','\x23','\x6a','\xe5','\x62','\x75','\x27','\x95','\x81','\xd6','\xfb','\x91','\x3c','\x7f','\xc8','\x6f','\x4b','\x7e','\xa9','\x0f','\x94','\x8f','\x72','\x1a','\x08','\x75','\x1d','\xd2','\xfb','\x5e','\x74','\xf7','\x3f','\xaf','\x68','\xc7','\xf3','\xdc','\x18','\xe9','\xb8','\x69','\x8d','\x05','\x0f','\xd3','\xb1','\xa8','\x95','\x1f','\xdf','\x24','\xe5','\x4a','\xc4','\x20','\x0a','\x85','\xc2','\x63','\x96','\x2d','\xa7','\xdd','\x6d','\x23','\xc6','\x6c','\xde','\x9c','\xa2','\x58','\x28','\xd0','\xd6','\xbe','\xa2','\xf1','\xc5','\x86','\x54','\xf9','\x9b','\x2f','\x57','\x56','\xa8','\x1f','\x0c','\xa5','\x65','\x2f','\x17','\xfc','\x37','\x27','\x94','\xb6','\x2f','\xdb','\xe5','\xec','\x99','\xeb','\x29','\x9d','\x85','\x49','\xee','\x6f','\xe9','\xce','\xa7','\x6c','\xfd','\xa1','\x76','\x20','\xe0','\x68','\xab','\x63','\xa5','\x5d','\x4c','\xcb','\xba','\x58','\xff','\x93','\x02','\xec','\x93','\x27','\x1e','\x7b','\xa1','\x53','\x47','\x4c','\x42','\x53','\x62','\xd1','\x62','\x20','\x0e','\x84','\x61','\x44','\xb3','\x69','\xb6','\xbf','\xbf','\xdf','\x55','\x82','\x8a','\x20','\x08','\xb5','\xd6','\x34','\x0c','\x83','\x4c','\x74','\x9a','\xf0','\xd4','\x1e','\x92','\x8b','\x46','\x93','\x10','\x0c','\x62','\x32','\x27','\x0e','\x72','\x10','\x56','\x06','\x8c','\x54','\x29','\xa2','\x4c','\x41','\x32','\x92','\x2a','\x40','\x0f','\x00','\x83','\x8f','\x25','\x15','\xa6','\x70','\xa6','\xcc','\xc0','\x2d','\x43','\x06','\x07','\xff','\x90','\x66','\xd2','\x0c','\xe8','\xe7','\xce','\xab','\x03','\x0b','\x96','\xbb','\x4a','\xe2','\xea','\xe7','\x86','\x6c','\xb3','\xef','\x95','\xd7','\x1b','\xa0','\x70','\xdf','\x71','\x5e','\xec','\x85','\xf2','\x43','\x59','\xf9','\xa1','\x93','\x70','\x7b','\x3b','\xae','\xb4','\x00','\x8a','\xe6','\xb3','\xe7','\x88','\x92','\x06','\x2a','\xe4','\x5f','\x81','\xec','\x09','\xd4','\x4c','\x72','\xa9','\xa9','\x01','\x8f','\x4c','\x6b','\x31','\x72','\x76','\xdf','\x92','\x02','\xcc','\x32','\xd4','\x69','\x8f','\xa7','\xd9','\x86','\x56','\x79','\x43','\x17','\xd8','\xff','\x60','\xf7','\xb7','\x07','\xbb','\x25','\xe8','\x35','\x3c','\xe2','\x05','\xb3','\xcb','\xa7','\xc3','\x66','\x1b','\x4f','\xda','\x8d','\x40','\x18','\x47','\xc2','\xce','\xde','\x80','\x9d','\xdd','\x15','\x76','\xf7','\xc6','\x42','\xf9','\x29','\x38','\xa9','\x75','\x8a','\xfd','\x8f','\xa6','\x63','\x7a','\xd9','\x5c','\x5c','\x4b','\x88','\x5e','\xd2','\x43','\xb1','\x1a','\x09','\x88','\xe4','\x3e','\xa0','\x88','\xf5','\x7a','\x4a','\x81','\x26','\x98','\xd3','\x2e','\xaa','\x02','\xb1','\xba','\x58','\x0b','\xfc','\xa0','\x8a','\x10','\xb9','\xa8','\x50','\x00','\x28','\x1d','\x54','\x67','\x26','\x30','\x92','\x32','\xe4','\x0f','\xab','\xdb','\x68','\x5e','\x0c','\xc6','\xe1','\x69','\x94','\x93','\xd5','\x70','\x9a','\xa2','\x9c','\x31','\xf3','\xca','\x1b','\xdb','\xba','\x4b','\x96','\x36','\xe9','\x1b','\x18','\xb6','\x29','\xa4','\xed','\x8d','\x39','\xe8','\x0f','\x85','\xe4','\x1d','\x31','\x62','\x40','\x0c','\x31','\x9f','\x8b','\x52','\x1a','\x97','\x5a','\x74','\xac','\x01','\x01','\xec','\x1c','\x11','\xd5','\x85','\xa7','\x80','\x90','\x07','\x4b','\x89','\x27','\x7b','\xba','\xf4','\x9d','\x6e','\x95','\xc9','\x52','\x09','\x4a','\xed','\x8f','\xcc','\xa0','\x28','\x77','\xbb','\x10','\x6b','\xa8','\xb8','\xd4','\xc7','\x98','\xeb','\x68','\x5a','\x68','\x58','\xd1','\xd1','\x67','\x45','\xeb','\x20','\x2a','\x83','\x23','\xb1','\x82','\x67','\x38','\xd7','\xd5','\x1c','\xd0','\x40','\xad','\x3f','\xde','\xca','\xc0','\x60','\xab','\x23','\x5b','\x7a','\x4a','\xc2','\xb4','\xcd','\xce','\x98','\x15','\xcd','\x23','\x27','\x51','\x06','\xf5','\xb0','\x3f','\x40','\xa0','\x41','\xfa','\xe4','\x78','\x51','\x3a','\x90','\x9d','\x2b','\x4c','\x97','\x13','\xfb','\x48','\x5b','\xc5','\x90','\x21','\x2f','\xf8','\x44','\x43','\x11','\x25','\x2f','\x48','\x1e','\x3f','\x33','\x1d','\xc8','\x53','\x9b','\x39','\xa6','\xb3','\x74','\xa5','\xa0','\x29','\xc9','\xe2','\x93','\x94','\x9f','\xc1','\xee','\x7a','\xe9','\x15','\xd5','\xfe','\x95','\xd7','\xa6','\x05','\xa0','\x61','\x99','\x2b','\x09','\x71','\xdd','\x58','\x7d','\x00','\x93','\x53','\x19','\x44','\xe7','\xcd','\x82','\xac','\x84','\x66','\x1e','\xb0','\xed','\xc6','\xb8','\x4f','\x79','\x83','\x42','\xf9','\x6a','\xb6','\x3e','\x2b','\xcd','\x14','\x0a','\x91','\x28','\x95','\xea','\x1e','\xc6','\xec','\xdc','\x52','\xe7','\xd2','\x0c','\xf6','\x69','\x1b','\x73','\xf0','\xf6','\x5f','\x8c','\x94','\x2c','\xef','\x41','\x14','\xe0','\x14','\x9d','\x50','\xdd','\x32','\x83','\xd2','\xed','\x26','\x05','\xa5','\xf7','\xf0','\xb8','\x61','\x33','\x55','\xbf','\x73','\xf9','\x82','\xdc','\x1a','\x01','\x60','\xde','\x0f','\xcc','\x40','\x08','\xc9','\xa5','\xb3','\x68','\x9e','\xd0','\xc3','\xa2','\x0b','\x5c','\x08','\xe9','\x10','\x54','\xd1','\x0e','\x31','\x25','\x27','\x3f','\xf6','\x32','\x40','\xa7','\xf6','\x39','\x82','\x10','\x58','\xb8','\x4b','\x24','\x44','\x92','\x1d','\x24','\xa0','\x8c','\x28','\x43','\x39','\x08','\x41','\xd1','\x33','\xda','\x4e','\x09','\x3a','\xb6','\xf1','\xb5','\x45','\xe6','\x7b','\x03','\xfb','\x9d','\x8e','\x79','\x36','\xb3','\x85','\xe4','\x22','\x2a','\x56','\xa6','\x81','\x1c','\x29','\xcb','\x21','\xaa','\xcd','\x2e','\x4a','\x9a','\x1c','\x74','\xad','\x2a','\xeb','\xb5','\x60','\xa1','\x55','\xf5','\xc2','\x64','\xa7','\x40','\xb8','\x2c','\x17','\x65','\x94','\xb7','\x05','\xf7','\x0b','\x79','\x3c','\xc0','\xb3','\x6c','\x06','\x8e','\x33','\x62','\x31','\x97','\x28','\x0f','\xc0','\xa8','\x14','\x12','\xde','\x0a','\xb7','\x2d','\x8f','\x3e','\x4a','\xdb','\x97','\xde','\x37','\xae','\x7a','\x5b','\x14','\x93','\x41','\xbf','\x00','\xc3','\x18','\xb3','\x00','\x75','\xae','\x5d','\xe9','\x9d','\xde','\xf7','\x13','\x33','\x43','\x57','\xd7','\x0d','\x79','\xa7','\x97','\x3a','\x52','\xd0','\xc2','\xfb','\xa3','\x52','\x30','\x7b','\xff','\x87','\x75','\x61','\xb6','\x93','\x75','\xc6','\x5c','\x84','\xb3','\xe8','\xf8','\xe7','\xea','\x12','\x95','\xe6','\x33','\xf5','\xaf','\x29','\x5d','\xc1','\x8b','\x9b','\x77','\x1d','\x83','\x71','\x0c','\xd8','\xd9','\x1d','\xb0','\x7b','\x6a','\x85','\xdd','\xdd','\xd1','\x0e','\x2c','\x5b','\xea','\x29','\x23','\x40','\x8e','\x16','\x88','\xac','\x64','\x42','\x77','\x48','\x0d','\x48','\xa6','\x4c','\x41','\x02','\x28','\x8c','\xab','\xe4','\x1a','\x13','\x42','\xba','\x91','\x7b','\x7d','\x61','\xc2','\xf9','\xf3','\xc0','\xfe','\x79','\xa4','\x9b','\xb8','\x15','\x2c','\x38','\x1e','\x6e','\x4d','\xe8','\x2c','\x61','\x12','\x6b','\x82','\xb9','\x3c','\x09','\xfa','\x67','\x8a','\x60','\x90','\x45','\x15','\xcd','\x07','\xbd','\xe7','\x2c','\x3b','\x47','\x73','\x07','\xab','\x53','\xa3','\xfc','\xca','\x6e','\x62','\x9a','\xaf','\x68','\xf4','\x98','\xc3','\x1a','\x0f','\xe2','\x32','\x12','\xd2','\x4e','\x7a','\x50','\x30','\x97','\xe7','\x98','\x00','\xd0','\x90','\x01','\x45','\x04','\x81','\x39','\xa6','\x33','\x3e','\xee','\xae','\x1d','\xe6','\x14','\x59','\x35','\x29','\x1a','\x29','\x88','\x49','\x3e','\xe9','\x51','\x13','\x87','\xb3','\xe7','\x75','\x40','\x4a','\x4d','\x8e','\xc5','\x3b','\x87','\xf7','\x99','\xb3','\x7c','\x13','\xd5','\xc1','\xa9','\x3c','\x40','\x1b','\xd6','\x49','\x6a','\x0e','\xda','\x1e','\xfd','\x3d','\x29','\x2e','\xac','\xf7','\xec','\x31','\xba','\x60','\x5e','\xcf','\x72','\x79','\xd7','\x73','\x36','\xa5','\xc9','\xb0','\xb0','\xad','\x9b','\x22','\x72','\x98','\x60','\x86','\x40','\xd9','\xfa','\xd3','\x55','\x7e','\x40','\x39','\x3c','\x7b','\x51','\x17','\x6c','\x2d','\x12','\x84','\x37','\x84','\xd4','\x73','\xd2','\xc8','\x48','\x1b','\xf4','\x88','\xde','\x9b','\x3c','\xfe','\xa5','\x32','\xe0','\x3d','\x5b','\x54','\xb1','\x33','\xcb','\xa1','\x6c','\x22','\x00','\x6b','\x44','\x66','\x8c','\x3c','\x60','\xe4','\x60','\x5e','\x29','\xfe','\x76','\x7b','\xd6','\xf5','\xa1','\x3c','\xc3','\x42','\x81','\xe7','\xf5','\xdb','\x93','\x73','\xe5','\x06','\x82','\xb6','\x93','\x4d','\x4e','\x26','\x2f','\xcc','\x60','\xf7','\xbc','\x0c','\x43','\xc0','\x30','\x88','\x4c','\x41','\xae','\x97','\x0a','\x82','\xc8','\xbf','\xd4','\x41','\x5b','\x6c','\xae','\x94','\x5f','\xc7','\x64','\x95','\xd3','\x3e','\x10','\x20','\x16','\xbf','\xec','\xda','\x96','\x37','\x0e','\x84','\xe6','\xe5','\xcc','\x91','\xa7','\xed','\xc2','\x92','\x3d','\x93','\x0a','\xa9','\x59','\xb0','\x6d','\xb2','\xb5','\x55','\x28','\x41','\x6a','\x9d','\xf2','\x4a','\x50','\x2c','\xad','\x8c','\xec','\xe8','\xd0','\x96','\x9f','\x5e','\x4e','\x6c','\x15','\xb0','\xab','\xab','\x69','\xd0','\x89','\xa4','\x3e','\x1b','\xac','\x9e','\xda','\x0e','\x60','\xcd','\x18','\xdc','\x7a','\x26','\xbd','\xef','\x07','\xe5','\xdd','\x6c','\xce','\x15','\xb9','\x62','\x39','\x4d','\xe5','\xcd','\xac','\x1c','\x06','\x6c','\x75','\xe4','\xd4','\xc6','\x4f','\x3c','\xd6','\xa9','\xa6','\x3d','\x93','\xbd','\x7a','\x26','\x70','\x72','\x09','\x77','\x1f','\x11','\x11','\x56','\xab','\xf6','\x5c','\x10','\x50','\x45','\x81','\xab','\xc3','\xc4','\x85','\x10','\x8c','\x38','\xa0','\x8c','\xa3','\x6a','\x33','\x21','\x11','\x7e','\xda','\x81','\x11','\xe2','\xd1','\xcb','\x8c','\x40','\x20','\x4e','\x87','\x96','\xe0','\xd8','\x6d','\x36','\xcc','\x8b','\xb0','\x93','\x46','\x1e','\x24','\xe5','\xa5','\x9e','\xff','\x68','\x70','\x4e','\x97','\x93','\xc9','\x82','\x94','\x83','\x9d','\x99','\xda','\xfd','\x77','\x3d','\x16','\xd3','\x4f','\xf5','\x58','\xcc','\x3f','\xd4','\x57','\x59','\xd4','\x2e','\xe5','\x3b','\x96','\xd4','\x01','\x23','\xf5','\xa3','\x4e','\x96','\x99','\x87','\xe5','\x2b','\xb8','\x2c','\x6c','\xbf','\xd5','\x39','\x4a','\x41','\xea','\xcd','\x92','\xec','\xc6','\x3a','\xd3','\x85','\x66','\xdf','\x72','\xfc','\x75','\x31','\x74','\xfa','\x57','\xb5','\xe0','\xc8','\x69','\xf3','\x3a','\x55','\xb6','\xac','\x6a','\x08','\x2f','\x48','\xd2','\xc6','\x39','\x30','\x97','\x50','\x28','\x3f','\xfe','\x6d','\x16','\xf0','\xea','\x0b','\x9e','\xa9','\x29','\x7f','\xdf','\x9d','\xc7','\x83','\xa4','\x6d','\x06','\x8c','\x79','\xbe','\x68','\xee','\xfe','\xda','\xad','\xa6','\x5e','\x76','\x00','\x32','\xf8','\x61','\x64','\x65','\x0f','\x59','\xe8','\x4e','\x93','\x9e','\x8d','\x80','\xdb','\x19','\xce','\x42','\x8e','\x59','\x82','\x56','\x79','\x7c','\xa3','\xfc','\xa1','\xdb','\x4e','\xee','\xfc','\xd9','\xe9','\x9f','\x09','\xc5','\xf2','\x01','\x17','\xef','\x14','\xb8','\x65','\x77','\x33','\x76','\xf3','\x98','\x5c','\xc9','\xca','\xdd','\xd1','\x0c','\x00','\xf3','\xfc','\x25','\xcc','\x94','\x1e','\x84','\x21','\x60','\x5c','\x05','\xec','\xee','\x25','\xab','\xcf','\xce','\xde','\x88','\xd5','\x2a','\x09','\x2f','\xeb','\x61','\x67','\xa0','\x55','\x96','\x03','\xd5','\xca','\xe4','\x3c','\x46','\xd9','\x85','\x88','\x65','\xf7','\x2c','\x81','\xfc','\xd5','\x4e','\x30','\x3f','\x6a','\x1e','\xb3','\x85','\x86','\x88','\xb0','\xbe','\x90','\x5c','\xc4','\x72','\xe8','\x66','\x55','\x5c','\x52','\x4d','\x3d','\x00','\x43','\xe2','\xfe','\x84','\x18','\x95','\xdb','\x0b','\x70','\x12','\xce','\x41','\x22','\x11','\xd4','\x25','\xae','\x00','\x9a','\x5a','\x5c','\x3d','\x81','\xdb','\xa5','\x6d','\x76','\x35','\xeb','\xb6','\x72','\x45','\x3f','\x14','\x08','\x34','\x04','\x04','\xdd','\xb9','\x1f','\xf2','\x78','\x80','\x60','\x67','\xce','\x74','\x97','\x31','\x10','\x81','\x07','\x37','\x0a','\x6e','\xfe','\xd5','\x82','\x94','\x2e','\xfc','\x4b','\xc0','\xc5','\x76','\xc1','\xf5','\x64','\xbc','\x01','\x38','\x88','\x60','\xef','\x72','\x8a','\x8d','\x8f','\xf4','\x79','\xc3','\x1f','\x75','\xba','\x9c','\x34','\x32','\x96','\x55','\xc8','\x61','\xb2','\xb9','\xf1','\x96','\x24','\x8b','\xa8','\xc5','\x0e','\x38','\x31','\xa3','\xfa','\x32','\xaf','\xdf','\x50','\xd2','\x78','\xaf','\x8d','\x31','\x66','\xb7','\x36','\x6d','\x92','\x0f','\x67','\xcd','\x9c','\x82','\x1b','\xe8','\x85','\xc7','\x8a','\x19','\x8a','\x90','\xd7','\x0a','\xb0','\x6d','\x59','\xe8','\x2f','\xb2','\x1a','\x23','\xa3','\xd0','\x7d','\xe2','\x8c','\xb5','\x81','\x90','\x3d','\x44','\xb6','\x48','\x99','\x8f','\xb9','\xc5','\x5e','\x6d','\x52','\xc5','\x98','\x42','\x5d','\x2b','\x9f','\x9a','\xd6','\x02','\x3c','\x65','\xae','\xa7','\x75','\x56','\xb8','\x15','\xb4','\xab','\x2b','\x59','\x8c','\x9c','\xf8','\x9c','\x31','\xf8','\x72','\x52','\x9b','\x35','\xc3','\xa2','\x4a','\x4b','\x53','\x02','\x21','\x9d','\xf9','\x59','\xe5','\x4b','\x92','\xc7','\x91','\x40','\xc1','\x9f','\x95','\xc8','\x7c','\xd0','\xb0','\x59','\x2d','\xd2','\xb5','\x5d','\x95','\x85','\xc5','\xe6','\x95','\xdc','\xbc','\x03','\x76','\x35','\x83','\x5e','\x6e','\xa9','\x40','\x5d','\xc7','\xdf','\x9f','\x09','\x2b','\xd8','\xc6','\x06','\x90','\x5c','\xca','\xb8','\x8c','\x1d','\x4c','\x59','\x61','\x99','\x7b','\x6b','\x27','\x15','\xed','\xcd','\x4a','\x9b','\xb7','\x36','\x02','\x51','\x36','\xa6','\xfc','\xfa','\xab','\x03','\x62','\x34','\xbc','\xe4','\x30','\x32','\x76','\xcb','\xd4','\x5f','\x2b','\x4b','\x6b','\x5f','\xd7','\x71','\x49','\xb9','\x84','\x44','\x03','\x34','\x10','\xc6','\x41','\x82','\x5e','\x48','\xc8','\x6b','\xef','\x16','\xea','\x71','\x5f','\xc9','\xc6','\xb7','\x47','\x51','\x3e','\xe7','\xc9','\x0d','\x4d','\xa5','\x98','\x6a','\xc5','\x9c','\xde','\x8c','\xe3','\x58','\x60','\xcd','\x14','\x31','\x75','\x8b','\x20','\x08','\xbd','\x8b','\x50','\x01','\x38','\xa0','\x29','\xec','\x52','\xa8','\x9d','\x39','\x5d','\x9e','\xa7','\x26','\xce','\x38','\x09','\x8d','\x33','\xd2','\x6e','\x97','\x44','\x5e','\x8b','\xb2','\x30','\x12','\x20','\xd0','\x1d','\x01','\x65','\x46','\xd9','\x14','\x7c','\x50','\xeb','\x34','\xcd','\xfe','\xb1','\xd0','\x09','\x03','\xe5','\x04','\x0a','\x9c','\x0f','\x1b','\x4a','\x96','\xcc','\xbf','\xea','\xe9','\x3b','\x09','\x0d','\xe5','\xee','\x90','\xbc','\x6d','\xab','\x66','\xa2','\x4d','\xd6','\x19','\xd9','\x7d','\x82','\x5c','\xe4','\x24','\x52','\xb7','\xb9','\xa9','\x73','\xba','\x83','\x3c','\xfb','\x4d','\x0f','\x90','\x79','\x20','\x6d','\x40','\xa1','\x5c','\xc0','\x7a','\xee','\xa7','\x71','\x77','\x9a','\x6b','\xda','\x61','\x87','\xf4','\x22','\x4d','\x05','\x57','\x7f','\xb1','\x1a','\x6e','\x38','\x9b','\xab','\x49','\x98','\xb9','\xba','\xbe','\x4c','\x93','\x3b','\xf0','\xec','\x76','\x17','\x19','\x49','\x29','\x9a','\x62','\xbe','\x6d','\xdd','\x89','\xd5','\xe2','\xb7','\xd9','\xb1','\x9f','\x6d','\xdb','\x5c','\xaa','\x01','\x92','\x73','\x56','\xf2','\xe7','\x66','\x5c','\x25','\xd9','\xf5','\x62','\xbe','\x42','\x05','\x30','\x84','\x04','\xb4','\x57','\xab','\x80','\xdd','\x53','\x2b','\xec','\x9d','\x5e','\xd9','\x9d','\x22','\x73','\x51','\x7a','\xe6','\x0a','\xe5','\xea','\xa9','\x82','\x30','\x45','\x2d','\x06','\x83','\x09','\x18','\x24','\x84','\x30','\x85','\x20','\x20','\x05','\x52','\xe7','\x08','\x1a','\x08','\xfb','\x43','\x00','\x9d','\x5f','\x63','\xbd','\x3f','\x65','\x2b','\x56','\x44','\x92','\x01','\x21','\x7d','\xe0','\x97','\xb9','\x61','\x1a','\x3d','\x57','\xc2','\xee','\xa5','\x00','\x92','\x29','\xcd','\x60','\x0a','\x13','\xac','\x98','\xa8','\x92','\x05','\xc7','\x41','\x96','\x6a','\xa9','\x28','\x52','\x87','\x27','\xd9','\x1a','\x53','\x70','\x26','\x7d','\x8a','\x13','\x92','\x35','\x67','\xca','\x42','\x43','\x15','\x39','\xbd','\x87','\x6a','\x18','\xd3','\x81','\x77','\x0a','\x83','\x84','\xba','\x4e','\x4a','\xaf','\x01','\x7b','\x4e','\xe7','\x58','\x48','\xc2','\xb9','\x1a','\x58','\xe7','\xec','\x86','\xa8','\xfe','\xf8','\x41','\xac','\x1e','\x9e','\x66','\x0e','\xc5','\x2b','\x6b','\x02','\xb0','\x0b','\x6b','\xb5','\x7f','\xa2','\xe4','\x90','\xcf','\xec','\xd1','\x28','\x67','\x40','\xcf','\x65','\x16','\x29','\x2e','\x87','\xf5','\x96','\x31','\x36','\xcb','\xad','\x2a','\xb7','\x73','\x4a','\x9b','\x03','\xa3','\xde','\xa5','\x35','\x50','\xc8','\x67','\x7e','\x90','\x83','\x1d','\xd8','\xb9','\xbf','\x20','\xe7','\x17','\x42','\xc8','\xca','\xa4','\x6f','\x36','\x32','\x9e','\xc8','\xca','\x80','\x03','\xeb','\x0e','\x2c','\x17','\x4a','\x28','\xb9','\x96','\xd6','\xd1','\xe0','\x3c','\x20','\x14','\x0c','\x63','\x8f','\x84','\x96','\xa3','\x6c','\x9e','\x92','\x46','\xa7','\x92','\x82','\x35','\xd2','\x62','\x02','\xe5','\x53','\xab','\x5f','\x38','\xde','\xa7','\xd6','\x09','\xe5','\x69','\x79','\x63','\xa5','\x24','\x5e','\x93','\xb3','\x7e','\x6e','\xf4','\x39','\x3b','\x6b','\xe4','\x40','\x58','\xad','\xc4','\xed','\x6d','\x35','\x60','\x08','\xa2','\xc4','\x97','\xd3','\xdb','\xcc','\x90','\xe9','\x5a','\xf0','\xae','\x65','\x10','\xbf','\x3c','\x79','\x29','\x7d','\x1c','\x58','\xe7','\x39','\x2b','\x3f','\x7a','\xb9','\xad','\xb7','\xca','\x59','\x34','\xc0','\xa6','\xa2','\xb2','\x5f','\xfe','\xb1','\x57','\xe0','\x3d','\x47','\x67','\xce','\x0f','\x8a','\x52','\xed','\xf2','\x58','\x12','\x45','\x16','\x79','\x0c','\x07','\x99','\x27','\x39','\x6b','\x95','\x23','\x85','\x02','\x1c','\xc9','\x36','\x83','\xf2','\x19','\x22','\x55','\xa0','\x00','\x75','\x85','\xf5','\x1e','\x1a','\x77','\x8e','\x94','\xd7','\x8d','\xa9','\x81','\x7e','\x10','\x09','\xe9','\x8c','\xcc','\x10','\xd2','\xb9','\x9f','\x51','\x2f','\xb5','\x56','\x5e','\x5b','\x4e','\x40','\x2b','\x35','\x3b','\x7c','\xf3','\x0e','\x4a','\x33','\x9c','\x24','\x3d','\x97','\x97','\x31','\x96','\x7a','\x4c','\xc2','\x0e','\xd3','\x66','\x05','\xa8','\x3e','\x24','\x14','\xd3','\x0d','\x64','\x85','\xc0','\xd2','\x1f','\xc6','\xdc','\x18','\xf9','\x9c','\x0f','\x69','\xa0','\x04','\xf1','\xc9','\x8d','\xe9','\x06','\x67','\xdd','\x3d','\x62','\x59','\x10','\xca','\x84','\x54','\x77','\xb7','\x1d','\xa6','\x5a','\xea','\x1d','\x36','\x51','\xb5','\x78','\x3a','\x23','\xa6','\x0b','\x26','\xb9','\x29','\x08','\x51','\xbb','\xba','\x5b','\x2b','\x63','\xbd','\x2c','\x0f','\x96','\x36','\xba','\xc2','\x1d','\xad','\xf8','\x43','\xb4','\xa7','\xae','\xae','\xd3','\x80','\x2c','\xb3','\x2d','\x51','\xf5','\x4b','\x17','\x70','\x33','\x64','\x73','\x90','\x51','\x2e','\x27','\x32','\x6b','\x62','\x4d','\x53','\x45','\xa2','\xde','\x8b','\x2d','\x06','\xc6','\x7f','\x52','\xb7','\x6f','\x26','\x2f','\xb5','\xdd','\x9d','\x2f','\x73','\x43','\xc5','\x96','\xb5','\x43','\x73','\x16','\x1e','\xba','\x06','\x23','\xee','\x6b','\xc1','\xbe','\xb0','\x1d','\x1c','\x01','\x62','\xa6','\xfc','\x54','\x21','\x2a','\xf3','\x8c','\x65','\x51','\x5a','\x30','\xbf','\x93','\x48','\x4b','\xd6','\x9f','\xd4','\x98','\x03','\xd7','\xaf','\x51','\xaf','\x34','\x32','\x12','\x81','\x8a','\x79','\xb1','\x43','\xb5','\x53','\x02','\x07','\xde','\xf5','\x8d','\x91','\x77','\x85','\x35','\x30','\x8b','\xae','\x6b','\x75','\xb5','\x5a','\xa8','\xb9','\x6a','\xea','\x0c','\x48','\xd3','\x1f','\x1e','\x3c','\x79','\x10','\x8f','\x3c','\x6f','\x09','\xc8','\xe4','\xff','\x0d','\x74','\xe9','\x8e','\xa2','\xaf','\x43','\x9e','\x7b','\x90','\xa1','\xaf','\x43','\xc8','\x91','\xde','\x76','\x4f','\x49','\xc0','\x83','\x31','\x80','\x06','\x45','\x9d','\x9d','\xe6','\x5a','\x5b','\x59','\xb1','\x49','\x5e','\x07','\xda','\x06','\x39','\xb4','\xed','\xff','\x53','\x24','\x41','\xc1','\x1d','\x88','\x45','\xae','\x46','\xa3','\x46','\xd9','\x86','\xad','\x80','\x9a','\xf5','\x3a','\xdd','\x17','\x14','\x19','\xa0','\x98','\x42','\x26','\xd3','\x50','\xb6','\x27','\x9d','\x87','\xc9','\xbc','\xb5','\xb8','\x8f','\xc6','\x76','\x65','\xc5','\x57','\x9a','\x23','\x30','\x04','\x11','\xcc','\xe4','\xfa','\x38','\x0b','\xa1','\x0f','\x9c','\x7a','\x4a','\x90','\xb7','\x12','\x65','\xab','\x54','\xa9','\x7e','\x25','\xeb','\xc4','\x64','\xfd','\xf2','\x17','\x3b','\x26','\x60','\x9b','\x40','\xdf','\x0e','\xd2','\x39','\x0f','\x8d','\xb6','\x55','\xb3','\x2d','\x8d','\x0a','\x17','\xf4','\xb2','\xc9','\x90','\x1a','\x15','\x99','\x40','\x14','\x01','\x0e','\x32','\x4f','\xc1','\x68','\x29','\x22','\xe6','\x33','\x6d','\x35','\x5f','\xe9','\x3c','\xdb','\x66','\x0c','\xec','\x6b','\x5d','\x2f','\x32','\xdb','\xfd','\xf1','\xf1','\xe1','\x14','\xf2','\xe5','\xe7','\xac','\xe1','\xbc','\xc9','\x59','\x88','\x94','\x3e','\x00','\x27','\x84','\x95','\xd9','\xba','\xe1','\xf0','\x6b','\x22','\x66','\x8b','\x67','\x0a','\x2a','\x91','\x03','\xbc','\x28','\x40','\x9d','\xa6','\x58','\x5a','\x7e','\x4d','\xf9','\x69','\x25','\x6a','\xb3','\x3c','\x9c','\x22','\x04','\x59','\x63','\x8c','\xc4','\x6f','\xcc','\x3a','\x21','\xfd','\x84','\xf6','\xdf','\xd6','\x4d','\x29','\x20','\x0a','\x5c','\xa9','\x16','\x0d','\xb0','\x9c','\x7f','\xd1','\x5a','\x59','\x02','\x28','\x0a','\xde','\xd1','\x5d','\x61','\x3d','\x37','\x34','\x65','\x85','\x42','\x1b','\xa7','\xe3','\x55','\x06','\x13','\x88','\x12','\x7e','\xdc','\x6a','\x2c','\x94','\xa6','\x92','\x42','\xf3','\x4f','\x05','\xe8','\x7a','\x81','\xf1','\xb8','\xa3','\xd6','\x9f','\x60','\xe7','\xcd','\xf2','\x3c','\x64','\xe2','\x69','\xc6','\xd1','\xb3','\x2a','\xce','\x6d','\xf6','\xae','\xa1','\xd2','\xcd','\xfc','\xb5','\x28','\x63','\xf9','\x8c','\xaa','\xcf','\x93','\x7b','\x90','\x8b','\xae','\xf8','\xa1','\xaf','\xbf','\x50','\x6e','\xfc','\xbb','\x96','\x1b','\x78','\xba','\x2d','\xde','\xd8','\xd0','\x8b','\x25','\x95','\x01','\x0c','\x84','\x81','\xdd','\x91','\x0c','\x53','\x3c','\x87','\xec','\x26','\x67','\xd6','\xa1','\xe8','\x5c','\x33','\xc9','\x36','\xb6','\x4e','\x42','\xc6','\x2e','\x16','\xd9','\xdd','\x55','\x75','\xa9','\x07','\x8f','\x84','\xae','\xbc','\x95','\x34','\x8c','\xc1','\x5d','\x12','\x5c','\xd2','\x54','\xfd','\x71','\xde','\x9c','\x71','\xf4','\xb6','\x01','\x86','\x1d','\x78','\x58','\xfc','\x54','\xb6','\x13','\xdd','\xcd','\x9f','\xdd','\xaf','\x3b','\x45','\x11','\x23','\xc6','\xa9','\xb1','\x00','\xad','\xd7','\xeb','\xae','\x81','\xa7','\x08','\x82','\xd0','\xbb','\x29','\x75','\x2e','\xf5','\x0e','\xed','\x7a','\x01','\x89','\x29','\x29','\x3f','\xc1','\x11','\x1f','\x81','\x11','\x65','\x97','\x4f','\xbf','\x2c','\x94','\x1f','\xbf','\xac','\x8f','\x49','\x17','\x5a','\x4a','\x7a','\xc6','\x49','\x03','\xd8','\x41','\x41','\x48','\xd1','\xd1','\xfa','\xa3','\x9a','\xf5','\xfc','\xb7','\x9d','\xb6','\xa1','\xd9','\x3a','\xff','\x49','\xe2','\xf3','\x3b','\x6b','\xca','\x02','\xb8','\xc3','\xfa','\xbd','\x70','\xa9','\xbe','\x21','\x82','\xdb','\xe5','\xd4','\xaf','\x1a','\x03','\xf0','\x5d','\x38','\x25','\xc0','\x60','\x11','\xd3','\x80','\xe2','\x70','\xac','\xee','\xc6','\xa5','\xdd','\xf7','\x04','\xd8','\xca','\x68','\x50','\x49','\xf9','\xd1','\x9d','\xd2','\xc2','\xf5','\x84','\x31','\x2f','\x37','\x78','\x7b','\x3a','\x6c','\x36','\xfc','\x38','\xbf','\x50','\xde','\x97','\x01','\x08','\xe7','\x76','\xbb','\xca','\xd5','\xba','\x55','\x2a','\x4e','\x79','\xd7','\xdb','\x5c','\x2d','\x28','\x59','\x60','\x56','\x3b','\x03','\xf6','\x4e','\xad','\xb0','\xb3','\xa7','\x97','\x9c','\x3a','\xb0','\x57','\x0b','\xfa','\xa2','\xbf','\x99','\x86','\x3c','\x20','\x30','\xa0','\x59','\x1c','\x06','\xce','\xff','\x07','\xea','\x1c','\x22','\xf7','\x80','\x4f','\x94','\x20','\x08','\xb0','\x0f','\x81','\x10','\xce','\x03','\x17','\x00','\x4c','\xeb','\xa4','\xb9','\x6a','\x1d','\xf0','\xfc','\xbd','\x69','\x24','\x1c','\x20','\x95','\xfc','\xcc','\xe2','\x7e','\x92','\x77','\x2f','\x09','\xf9','\x46','\x72','\x05','\xe6','\x27','\xca','\x39','\x2a','\xc6','\xd4','\xb8','\xeb','\xb2','\x9b','\x57','\x70','\x71','\xb7','\x09','\x4f','\x69','\xcc','\x87','\x81','\xc0','\x71','\xb0','\x75','\x4b','\x84','\xc2','\xcb','\x01','\x20','\x53','\x7e','\x3c','\xc8','\x67','\x26','\x84','\xc8','\xe0','\x10','\x80','\x31','\x13','\x9b','\x81','\x59','\x26','\x4c','\x94','\xdb','\x70','\xac','\xc9','\x8d','\x2b','\xc3','\x83','\xd9','\x12','\x95','\x64','\x25','\x21','\xfd','\xc5','\x90','\xa8','\x74','\x54','\x72','\xa3','\x54','\x06','\x35','\xe3','\x69','\x34','\x21','\xfd','\x60','\xc0','\x76','\xdb','\xf5','\xac','\x4c','\x20','\xb2','\xf3','\x53','\xd0','\xf7','\x75','\xb8','\xfb','\x01','\x76','\xd9','\x6f','\xa6','\x8f','\xdc','\xc0','\x39','\xc9','\x5c','\x6c','\x74','\x19','\x5f','\x60','\x17','\x89','\x42','\xd7','\x9f','\xeb','\x6f','\x85','\x41','\x4c','\x8f','\xa3','\xdc','\x4f','\x22','\x24','\x00','\x21','\xfc','\x29','\x46','\x80','\x91','\x68','\x39','\x04','\x96','\x33','\xd1','\xbe','\x8d','\x6a','\x75','\x50','\x1a','\x6b','\x81','\x3c','\x3b','\x6b','\x57','\x02','\x28','\xb2','\xf9','\x15','\xb4','\x4d','\x1d','\x95','\xcf','\x15','\xa5','\x16','\xcc','\x61','\x18','\xb0','\xda','\x4d','\x6e','\x6f','\xe3','\x2a','\x98','\x55','\x71','\x73','\xca','\x0c','\xc5','\x48','\xdf','\x31','\x3a','\x6f','\x35','\xb0','\xcd','\x39','\xf7','\xa9','\x8f','\x86','\x57','\x8f','\xdd','\x51','\xd1','\x93','\x4a','\xbf','\x52','\x39','\x93','\xb6','\x6e','\xc2','\x6e','\x52','\xb9','\x4d','\x87','\x5a','\xc1','\x5c','\x20','\x04','\x95','\x29','\x69','\x5d','\xa7','\xfb','\x2f','\xe3','\xc4','\x88','\x21','\x5a','\x80','\x8e','\x10','\x33','\x4f','\x38','\x89','\x25','\x79','\x1c','\xc9','\x14','\x4e','\x99','\x73','\x0d','\x79','\x6d','\x9b','\x06','\xb2','\x46','\x67','\x2d','\x3b','\x77','\x66','\x88','\xdb','\x2e','\x7b','\xbf','\xc7','\x92','\x7e','\x52','\x3e','\x72','\x91','\xd6','\x65','\xec','\xea','\x37','\xc5','\x19','\xa0','\x3a','\x08','\x42','\xfa','\xba','\xae','\x30','\x13','\x0b','\x18','\x66','\x61','\x29','\x4c','\x83','\xda','\x14','\x77','\xf0','\x90','\x25','\x64','\x5d','\x08','\x29','\x0a','\x10','\x28','\x5d','\x8a','\x67','\x87','\x29','\x9b','\x3e','\x1e','\x5c','\x03','\xf2','\x60','\x5c','\x9b','\x9d','\xb4','\x42','\xa0','\x30','\x63','\xb8','\x0f','\xd4','\x2a','\x11','\x1c','\x58','\xaa','\x43','\xe8','\xa5','\x67','\x92','\xbf','\x09','\x95','\xdd','\x70','\xf9','\x3b','\x5f','\x5a','\xe0','\x3a','\xf9','\xd5','\x42','\xdb','\x4b','\x59','\xd8','\x4d','\x49','\x28','\xa8','\x64','\xd0','\x73','\x3d','\x6e','\x26','\x3c','\x0d','\xe9','\x3d','\x18','\x1b','\xaa','\xdb','\x50','\x65','\xff','\x83','\xa5','\x67','\xbd','\x6c','\x87','\x62','\x60','\xdc','\xfe','\xd5','\x19','\xa3','\x86','\x8e','\x0c','\x50','\x72','\xf9','\x4c','\x81','\x94','\x7b','\xac','\x02','\x44','\x95','\x81','\xd2','\xb1','\x88','\xeb','\xaa','\x4e','\x3e','\x6d','\xad','\x2d','\x6c','\x99','\x81','\x01','\x85','\x4e','\x49','\x98','\x10','\xcc','\xa5','\xa4','\x52','\x7e','\xd2','\xc1','\xfb','\xf4','\x5c','\x0f','\x45','\x03','\x72','\x66','\xc0','\x2b','\x3f','\x0e','\x05','\x2d','\xcf','\xeb','\xcc','\xcb','\x8e','\xc0','\xcc','\x23','\xce','\xd5','\xf0','\x3b','\x70','\x00','\xc8','\xc1','\x23','\xb6','\xf9','\x34','\x94','\x45','\x6e','\x7e','\x2d','\x9c','\xad','\xeb','\x9f','\x07','\x2d','\xa2','\x5c','\x68','\xb0','\x83','\xbd','\xd3','\x2b','\xac','\x2c','\xd2','\x9b','\x57','\x7f','\x61','\xfd','\xf4','\xc0','\x87','\xe7','\xd6','\x94','\x09','\x6b','\x07','\xdc','\xf5','\xb0','\xf9','\x94','\x25','\x47','\x3e','\x48','\xee','\x2a','\x71','\xed','\x03','\x28','\x1d','\x9c','\xc6','\xe0','\x40','\x0f','\xe1','\x02','\x26','\xb0','\xb8','\x80','\xd9','\xae','\x36','\x72','\xb9','\xc2','\x12','\xba','\x04','\x4b','\x6e','\x7c','\x10','\x59','\x36','\xa2','\x08','\x01','\xdc','\x8f','\x34','\x77','\x88','\xb4','\xa9','\x8c','\x7a','\x0e','\xb4','\x1f','\xec','\xe6','\xdb','\xc6','\x95','\xf2','\x55','\x10','\x14','\xd3','\x06','\x1e','\x8f','\x0e','\xf4','\x3b','\xda','\x55','\x9d','\xa5','\x70','\xed','\x72','\xbb','\xb1','\x56','\x37','\xb3','\xd1','\xbe','\x59','\x40','\x38','\x60','\x88','\x8c','\x29','\x28','\x50','\x61','\xd1','\xef','\xb3','\x32','\x58','\xf0','\x9d','\x23','\x24','\xeb','\xbf','\xca','\x62','\x6d','\x3c','\x7a','\xe7','\x8f','\x6a','\x25','\x48','\xc7','\x87','\x8c','\xcd','\x77','\x87','\x5b','\x89','\x40','\xf9','\x9d','\xa3','\x43','\x20','\xf3','\xba','\xbc','\xb6','\x5d','\x88','\x76','\xb1','\xe2','\xda','\xd8','\x0d','\xa1','\x70','\xf9','\xaa','\xdb','\x65','\xf5','\x55','\x19','\xfc','\xeb','\x42','\x67','\xf0','\x1b','\x13','\xc8','\x98','\xa0','\x5f','\x7e','\xce','\x43','\x94','\xce','\xe6','\x44','\x0d','\x0d','\xaf','\xd6','\x11','\xb5','\x68','\xb3','\x2a','\x02','\xf9','\xec','\x57','\xd1','\x18','\xc7','\xfb','\xb5','\x2e','\x6f','\x81','\xd0','\x4a','\x35','\x38','\x49','\x13','\xa9','\xb7','\x5a','\xff','\xda','\x46','\x22','\x89','\xf4','\x25','\x67','\xf9','\xc6','\x55','\xc8','\x63','\x56','\x25','\x1d','\xa6','\xfc','\xce','\x29','\x3f','\xec','\x32','\xa4','\x5d','\x89','\x8c','\x15','\x9c','\xd2','\x53','\x82','\x69','\x2a','\x8b','\x29','\x6b','\xaa','\x7e','\x33','\x84','\x66','\x7f','\x2e','\x2d','\x55','\x5b','\x4f','\xdb','\x28','\x3b','\xc5','\x2b','\xae','\xde','\xe7','\x36','\x3a','\x23','\x95','\xf1','\x73','\xbd','\xd2','\x25','\x06','\x80','\xa6','\x90','\x2e','\xdc','\x8c','\x29','\x4c','\x3e','\x4d','\x2c','\x56','\x06','\x76','\xc1','\x2f','\xba','\xe4','\x76','\x3c','\x69','\x5b','\x80','\xc2','\x30','\x97','\x5b','\x4d','\x14','\x08','\x83','\x2a','\x3f','\x43','\xbe','\x88','\x37','\xd3','\x50','\x1f','\x13','\xfb','\x37','\x85','\x62','\x41','\xdd','\xac','\x5a','\xfd','\xc6','\x34','\x9b','\x9f','\x7a','\x0f','\x51','\x90','\xc6','\x52','\x59','\x65','\xde','\xbe','\x21','\x67','\x1c','\xc7','\xcd','\x0a','\x50','\x9d','\xc1','\x14','\xa2','\x19','\xe1','\x95','\x13','\x5b','\x9e','\xf2','\xd0','\x18','\xc9','\x8d','\xd2','\xd0','\xcd','\x8f','\xe4','\x2e','\x21','\x4a','\x51','\xe4','\xe4','\x36','\xa1','\x2e','\x74','\xac','\xcc','\xc2','\x4f','\xd0','\xc1','\xf5','\xa0','\xa2','\x59','\xf0','\x73','\x3d','\xb3','\x68','\xd2','\xe4','\x66','\xc9','\x65','\x0e','\x17','\x27','\x41','\xd0','\x77','\xf7','\xa4','\x4a','\x22','\xca','\xe1','\xa3','\x7a','\x2e','\x60','\xbc','\xe3','\xee','\x91','\x9c','\x30','\xe2','\x8d','\xeb','\xc5','\x05','\x84','\xc8','\xb8','\xd9','\x30','\x42','\x76','\x79','\x53','\x53','\xb5','\x66','\x9c','\x4b','\xa5','\x48','\xd9','\x74','\x91','\xf9','\x1d','\x97','\x0a','\x94','\x51','\xf8','\x59','\x03','\x59','\x80','\xda','\x50','\x46','\x3d','\xf7','\x93','\xde','\x07','\x82','\x1c','\xdc','\x4d','\xef','\xd3','\x2e','\xa9','\x86','\x17','\x76','\x56','\xa3','\xe8','\xc6','\x63','\x6e','\x29','\xb7','\xfa','\x64','\x9b','\x16','\xf2','\xf8','\x3f','\xf3','\x4e','\x93','\xfb','\x1f','\x0e','\xf8','\x7b','\xa0','\x83','\x82','\xd5','\x64','\x1e','\x14','\x52','\x74','\x9e','\xd5','\xee','\x88','\xdd','\xbd','\x11','\xbb','\xa7','\x46','\xec','\xec','\x8c','\xb6','\x4b','\xe9','\x71','\x48','\x6f','\x7e','\xcd','\x2d','\xc5','\x37','\x99','\xf3','\xbb','\x5a','\xf9','\xb1','\x68','\x5a','\x92','\xc9','\x0b','\x46','\x25','\x5f','\x15','\x7a','\xc5','\x3a','\x26','\x92','\xd0','\xb9','\x00','\xd1','\x08','\xb5','\x08','\xed','\xef','\x4f','\x88','\xd3','\x94','\xdd','\x99','\xa4','\x9f','\xb6','\x61','\xd6','\xe1','\xe3','\xe5','\x0e','\xb1','\xba','\x53','\x47','\x4c','\xe2','\x0e','\x97','\x76','\xd1','\xa9','\x70','\x73','\xaa','\x5d','\xd3','\x0e','\xbb','\x03','\xdb','\x7e','\xc7','\xfd','\x46','\x02','\x95','\x0c','\x72','\x32','\x89','\xb4','\x1c','\x41','\x7f','\x32','\xa1','\x53','\x14','\x77','\x2d','\x01','\xc5','\xaa','\xd8','\xf8','\xe8','\x8d','\x25','\xcd','\x64','\xf9','\xa9','\x4a','\xd2','\x30','\x04','\xc4','\x10','\x4b','\x5a','\x91','\x66','\x1e','\x47','\xaa','\xdd','\x85','\x92','\xa1','\x89','\x41','\x6a','\x11','\x31','\x1e','\x56','\x5a','\x1d','\xeb','\x32','\xf2','\xc6','\xa0','\x7c','\xb2','\xc4','\xf7','\x18','\xce','\x9d','\x48','\xe6','\x1c','\x62','\x7c','\x51','\x8b','\x0e','\xeb','\x25','\xb0','\x51','\x5c','\x90','\xd2','\xa7','\x1a','\x2e','\x3d','\x07','\xe4','\x28','\xdb','\x5f','\xff','\xe1','\xb7','\x02','\x7a','\x60','\x89','\x8c','\xb0','\x65','\x1e','\x5c','\x80','\x04','\x6d','\x4f','\xa1','\x13','\x74','\xd6','\xbf','\xe2','\x86','\x41','\x95','\xb6','\x29','\xaf','\xaf','\x7c','\xf5','\xa1','\x44','\xfa','\x8b','\x12','\x1c','\xa3','\x1a','\x3b','\xe3','\x81','\x76','\xa9','\x6a','\x56','\x6c','\x89','\x20','\x01','\x38','\x50','\xc8','\x02','\xaf','\xb0','\x7a','\xa8','\xa2','\x74','\x36','\x8c','\x1a','\xcc','\x24','\x59','\x7f','\xc2','\x18','\x9c','\xf2','\x35','\xd7','\x11','\x3f','\x52','\xda','\x86','\x72','\x14','\x09','\xb0','\x48','\x86','\x75','\x94','\x2d','\xed','\x93','\x2f','\x97','\x7b','\xf5','\x75','\x2b','\x2f','\xdb','\xd6','\x5b','\x9a','\xc5','\x9f','\x5e','\x8c','\x98','\x39','\x6e','\x6e','\xc6','\x65','\x33','\x76','\x2b','\x10','\x49','\x86','\x3f','\x99','\x92','\x55','\x96','\x28','\x45','\x39','\x8e','\x31','\xfd','\x3d','\x85','\x44','\x9b','\x24','\x56','\x3a','\x9e','\xf2','\x19','\xca','\x56','\xd1','\xba','\xc8','\xa9','\xd2','\x2a','\x72','\xd8','\x73','\x89','\xea','\xe9','\xa2','\x25','\x1a','\x20','\x97','\xbc','\xfa','\x83','\xfc','\xdf','\xe5','\xdb','\x3b','\x26','\x6d','\x89','\x65','\x3c','\xee','\x09','\xc3','\x50','\xc9','\x09','\x34','\x81','\x11','\xec','\xb9','\xfe','\xb2','\x5e','\xaf','\xb1','\xbf','\xbf','\x5f','\xbc','\x9c','\xa6','\x29','\x0f','\x91','\x0a','\x53','\xfd','\x85','\x8a','\x1f','\xf0','\x7f','\xf9','\x1d','\xaa','\x20','\x8c','\x26','\xf9','\x0b','\x4b','\xd8','\x4a','\x40','\x76','\xd0','\x60','\x26','\xf4','\xf4','\x09','\xc9','\x02','\xab','\x48','\xf9','\x90','\xdb','\x80','\xfd','\x71','\xab','\x26','\xdd','\xb7','\x5e','\x77','\x32','\x84','\x90','\x37','\x02','\xc9','\x02','\x19','\x1c','\xaa','\x89','\x77','\xa2','\x34','\x3f','\x2e','\x3e','\x0b','\x2f','\x64','\xf1','\x7c','\xb4','\xb0','\xee','\x2b','\xa7','\x2e','\x98','\x2d','\xb6','\x26','\xee','\xad','\xdb','\x77','\xac','\x69','\xbe','\x61','\xdd','\x37','\x0e','\x6c','\xce','\x65','\xca','\x60','\xa3','\x64','\x94','\xcd','\x99','\x8d','\x46','\xf9','\x69','\xcb','\x29','\x86','\xae','\x10','\x08','\x77','\x90','\x12','\xc4','\xdd','\x5f','\x17','\xf3','\xdb','\xf9','\x09','\x30','\x40','\xa1','\x00','\x5a','\x3e','\x6c','\xa9','\x75','\x58','\x5c','\x01','\x99','\xe1','\x2e','\xdc','\xab','\x8a','\x55','\xf6','\x24','\x72','\x95','\x94','\xbb','\x2c','\x08','\xd1','\x99','\x6e','\x2c','\x37','\xbe','\x2a','\xa3','\xb6','\xe0','\x79','\x0b','\x39','\x7b','\xad','\x88','\xda','\x72','\x34','\xa4','\xf2','\xce','\xee','\x88','\xbd','\xd3','\x2b','\xec','\x9e','\x5a','\xc9','\x41','\xd5','\x50','\xe6','\xf5','\x38','\x81','\x13','\xdd','\x64','\x8b','\x85','\xf4','\x1b','\x99','\x36','\xb2','\x9b','\x06','\x5b','\xf8','\x61','\x8d','\xe2','\xa4','\x97','\xc9','\x82','\xb9','\xeb','\x72','\xe8','\x01','\x60','\x0f','\x08','\x52','\x48','\x91','\xa4','\x54','\xf1','\x24','\x02','\x2e','\x5c','\x00','\x26','\x9e','\xec','\x9c','\x96','\xca','\x81','\x5a','\x69','\x51','\xa4','\x6c','\x80','\x8a','\x49','\x02','\x47','\xc8','\x58','\xc5','\x88','\x89','\x09','\x81','\x93','\xb4','\xf0','\x2e','\x37','\x2d','\x60','\x3b','\x24','\x91','\x37','\x9f','\x66','\x3a','\xa9','\x2d','\xb1','\xd6','\xf2','\x82','\xa7','\xa1','\x99','\xcb','\x18','\x81','\xf5','\x9a','\x31','\xec','\x47','\xac','\xc7','\x88','\x95','\x1e','\x52','\xa3','\x7c','\x7e','\x2f','\x15','\xc1','\x76','\xb6','\xc3','\x61','\x70','\x57','\x9f','\xba','\x85','\x6b','\xbd','\x6a','\x11','\x28','\x1b','\x3d','\x03','\x69','\x37','\xf6','\xbb','\x61','\x29','\x9c','\x7f','\x2a','\xdd','\x18','\x46','\x02','\xcb','\x19','\x9f','\x4d','\x85','\x66','\x45','\x8f','\x3d','\x31','\xba','\x3a','\xa2','\x9e','\x3f','\xd3','\x48','\x8f','\xe0','\x22','\xe0','\x83','\xe5','\x99','\xf2','\x39','\x19','\x40','\x94','\x1f','\xbf','\x7b','\x5d','\x01','\xfe','\xdc','\x07','\x3f','\x41','\x4d','\xf5','\xf6','\xcc','\xbb','\xe8','\x99','\x05','\x4e','\xfb','\xcf','\xc9','\x6b','\x25','\xe8','\x15','\x1e','\x1e','\xe8','\xf8','\x79','\x92','\x3f','\x03','\x01','\x31','\x04','\x84','\x14','\xd7','\x1d','\xe9','\x18','\xb5','\xac','\x37','\x19','\x13','\x0d','\xee','\x17','\x7d','\xdb','\xfc','\x7a','\xb3','\xf5','\x99','\xf9','\x94','\x5a','\x23','\x43','\x10','\xab','\x37','\x95','\xeb','\xb1','\x3b','\xe7','\x62','\x1d','\x1f','\xc7','\xa4','\xf8','\x24','\xeb','\x71','\xb0','\x79','\xcc','\xd9','\x94','\x67','\xe4','\x93','\x14','\x4a','\x9b','\xe0','\x3c','\x37','\x5c','\x95','\xad','\xfc','\xb9','\x77','\x98','\xbc','\x7e','\x64','\x6b','\x49','\xbf','\x01','\xa1','\x99','\xaa','\xa5','\xb4','\xf0','\xbe','\x54','\xbe','\xe0','\x04','\x67','\x17','\xd5','\xa1','\x1e','\x31','\x55','\xf6','\x2d','\x34','\x7f','\x5d','\xb5','\xf1','\x38','\xb2','\xf3','\x26','\x44','\x0c','\x0e','\x0c','\x22','\xc6','\x44','\x00','\x45','\x06','\x4d','\x69','\x4e','\x63','\x44','\x76','\xa5','\x04','\x6f','\xd7','\xbf','\x13','\x49','\x25','\x7d','\x51','\x20','\x93','\x23','\x83','\x5a','\x11','\x43','\xa6','\x2d','\x9f','\xd7','\xa7','\x66','\x7a','\x9d','\x2c','\xed','\x8f','\xd8','\xc1','\x51','\x59','\x97','\x77','\xd5','\x0f','\x6b','\x7c','\xbd','\x61','\x4c','\x95','\x0c','\x58','\x02','\x25','\xd9','\x73','\x22','\xbb','\xea','\xa1','\x4e','\x45','\x10','\x84','\x5a','\x43','\xea','\x69','\x4c','\x75','\x2a','\x72','\x58','\xfe','\xdc','\x93','\x62','\x37','\x9c','\xc8','\xdc','\x1c','\x34','\x52','\x9c','\x9e','\x6d','\x30','\x19','\xc7','\x8d','\x47','\x31','\x5a','\x21','\xba','\x65','\xf2','\xcc','\xbe','\xc5','\x40','\x33','\xdf','\x90','\x5d','\x5d','\xe4','\x89','\x39','\x13','\x35','\x4b','\xd1','\x2d','\x95','\x2c','\x11','\x46','\x3e','\xfc','\x57','\xce','\xaa','\xad','\xdd','\x7a','\xd2','\x8f','\x1b','\xe7','\x2f','\x94','\x5b','\xb6','\x68','\x8b','\x06','\x34','\x40','\xae','\x9f','\xca','\x5d','\x3a','\xf9','\x28','\x4b','\x2e','\xab','\xa5','\xe7','\x2a','\x66','\xbf','\xd6','\x8b','\x73','\xb6','\xe5','\x1b','\xda','\xbc','\x55','\xe2','\xce','\x6f','\xb3','\x59','\xaa','\x05','\xeb','\x66','\x76','\xee','\x63','\x2e','\x85','\x1c','\x3b','\x61','\xa3','\xbb','\xcf','\xca','\xa4','\xf4','\x1e','\x11','\x25','\x8e','\x43','\xf1','\xd3','\xb9','\xe1','\x38','\x68','\x61','\xc5','\xda','\x69','\x39','\x51','\x01','\x18','\x31','\xd7','\x62','\xf7','\x86','\x73','\xdf','\xf5','\x14','\xa0','\x07','\xb9','\x19','\x04','\xc9','\x01','\x7b','\x72','\xe3','\x21','\x00','\x3d','\x81','\xf7','\x0e','\xb3','\x76','\x6d','\xd2','\x76','\x64','\xfa','\x6b','\xdb','\x5b','\xd0','\x5a','\x6f','\x5c','\x74','\xce','\x5c','\xb7','\x15','\x33','\xf9','\x10','\xb0','\xc6','\x2f','\xb8','\x2c','\xa7','\x08','\xeb','\x2d','\x43','\x90','\x77','\xfd','\x93','\x0b','\xcd','\xb8','\x33','\x60','\x77','\x6f','\x95','\xce','\xfc','\x9c','\x1a','\xb1','\x5a','\x0d','\x25','\xc0','\xf6','\xbc','\xc1','\xf5','\xd7','\xaf','\x9d','\x06','\xec','\x31','\x84','\xd7','\xea','\x8e','\xbb','\x1e','\xe4','\xcf','\x7f','\xb3','\xcb','\x9b','\x95','\x0f','\x16','\x37','\x28','\x29','\x95','\x3c','\x18','\xce','\xeb','\x91','\x00','\x20','\xa4','\x3b','\x83','\x08','\xa3','\xec','\x54','\x13','\xf6','\x2f','\x10','\xd6','\xfb','\x13','\xa6','\x29','\xa3','\x54','\x37','\xb5','\x36','\x5e','\x7a','\x6d','\x4a','\xd0','\x0c','\xea','\x7a','\x15','\xc9','\xc6','\x30','\x59','\x92','\x12','\x12','\xb5','\xc0','\x08','\x5b','\x1c','\x53','\x2d','\x94','\xe0','\x99','\xe4','\x30','\x53','\x3b','\xef','\x15','\x89','\x17','\xc3','\xde','\xe1','\xd5','\xf9','\x51','\x02','\xb2','\x93','\xd2','\xae','\x73','\x5d','\x2c','\xbe','\x11','\x5a','\x48','\xe5','\x92','\xcd','\xb5','\x96','\x13','\x63','\xc4','\x34','\x31','\xa6','\xb5','\x1c','\xfe','\x8f','\x96','\x13','\xea','\x9d','\x70','\x58','\xcb','\x97','\xb2','\x9a','\xa2','\x73','\xfd','\x6c','\xee','\x5d','\x1e','\x01','\xaa','\xdf','\x11','\x4a','\x4b','\x3e','\x17','\xb9','\xd2','\x23','\x5b','\xb3','\x99','\xee','\xd4','\x55','\x4b','\xc1','\x98','\xe6','\xf1','\xc1','\x0e','\x0a','\x25','\xa0','\xd8','\xb9','\xf6','\x0d','\x9d','\x67','\x02','\x9b','\x86','\x28','\x3b','\x9a','\x90','\xad','\x01','\xc8','\x7a','\xd1','\xc8','\xb5','\x44','\xd9','\x82','\x50','\xd0','\xb0','\x10','\x10','\x01','\x76','\xe1','\x2d','\x38','\x80','\x21','\x16','\x69','\x01','\xd7','\xba','\xf6','\x95','\x0b','\x51','\x53','\xb9','\xf2','\x82','\x52','\x34','\x6a','\x40','\x92','\xd0','\x6c','\x84','\x51','\xc6','\x35','\x6e','\xd3','\x85','\x88','\x2c','\xbc','\xf1','\x6a','\x67','\xc4','\xb8','\x33','\xef','\xf6','\xe6','\x46','\x00','\x85','\x6b','\x46','\xb1','\x89','\x53','\x6e','\xbe','\x75','\xad','\x3c','\x33','\xc9','\xc3','\x40','\xa5','\x9a','\xa2','\x2c','\x78','\x4c','\xe0','\xbe','\x83','\x1f','\x9f','\xe6','\x75','\xf1','\x7d','\x2b','\xdb','\x4a','\x84','\x55','\xe3','\x84','\x72','\xbd','\x70','\x26','\xe2','\x4e','\x1d','\x54','\xfd','\x41','\x00','\x78','\x20','\x70','\x24','\x90','\x84','\xbc','\x0c','\x31','\x9d','\xef','\x9a','\x02','\x83','\x84','\x66','\xa3','\x28','\x44','\xa5','\x4c','\xe1','\xa2','\x53','\x0d','\xf9','\xba','\x7f','\x8b','\x00','\x11','\x15','\x13','\xeb','\xe2','\xa4','\x99','\xa4','\x6e','\xb4','\x43','\x7d','\xdf','\x8f','\x77','\xc3','\x74','\xeb','\xa6','\xdc','\x6e','\xa9','\xe4','\xb9','\xd2','\x7d','\x5e','\x2c','\x72','\x2f','\xa8','\x6f','\xff','\x76','\xc8','\xcb','\xd7','\x41','\xd5','\xcf','\xe2','\xfd','\x5c','\x61','\xb5','\x3c','\x9c','\x79','\x16','\x39','\x36','\xde','\x05','\xeb','\xf5','\xba','\xab','\x04','\x15','\x41','\x10','\x9a','\xfa','\x0e','\x69','\x79','\xc9','\xa8','\x80','\xb2','\xc5','\x28','\x17','\x2a','\x3b','\x84','\x0c','\x20','\x80','\x38','\xed','\xf0','\x98','\x10','\x84','\xa7','\x7d','\x41','\x0b','\x26','\xf4','\xfa','\x3b','\xe2','\x73','\xa9','\xcf','\xe7','\x97','\x0b','\x20','\x52','\x06','\x4d','\x12','\x19','\xa1','\xd2','\xe8','\xed','\xf3','\xa5','\x59','\xf0','\x83','\xbf','\x81','\x69','\x6c','\x02','\xa9','\x87','\x9d','\x82','\x8b','\x9c','\xea','\x66','\x1a','\x78','\x9f','\x01','\x95','\xe5','\x0a','\xa0','\x19','\xf4','\x89','\x0d','\xe3','\xde','\x16','\x77','\x62','\x69','\xae','\x1f','\xbd','\xdf','\x3b','\x00','\x2a','\xfd','\xcc','\xcc','\xd1','\xc2','\xde','\x2a','\x9f','\x0b','\x28','\x76','\x43','\xb3','\xf2','\xb3','\x45','\x73','\xa8','\x7d','\xde','\xe3','\x15','\x87','\x4a','\xbc','\xa0','\x7c','\x75','\x00','\x79','\xf3','\xbe','\x7e','\xa9','\x60','\x88','\xd9','\x6e','\x66','\xcf','\x87','\x66','\xb3','\x8b','\x8c','\x02','\xbf','\x74','\x38','\x3f','\xd8','\x6d','\xe5','\x31','\xe6','\x8b','\x03','\xd3','\x1d','\x29','\xe5','\xfd','\x52','\x35','\xd0','\xae','\xe7','\xa8','\xdf','\x97','\xce','\xa1','\x5a','\x8f','\x5b','\x4b','\x8c','\xe0','\x14','\x38','\xce','\xf9','\xe1','\x9f','\x3b','\x50','\xc3','\x7a','\xf6','\x07','\x46','\xe6','\xfa','\x2e','\x84','\x80','\xd5','\x6e','\x0a','\x76','\xb0','\x77','\x7a','\x07','\xbb','\x7b','\xa3','\x09','\x2b','\xa7','\x55','\x15','\x74','\x53','\x4c','\xb0','\xb4','\xa5','\xe4','\x73','\x6c','\xd1','\xf4','\x34','\x52','\x99','\x1d','\x26','\x67','\x07','\x42','\xad','\xbc','\x7c','\x27','\x8f','\xee','\xd0','\x13','\x23','\x5b','\xe7','\x17','\x98','\x97','\xd2','\xe8','\xb0','\x93','\xee','\xc8','\x51','\x5f','\xf3','\xf3','\x04','\xe0','\xc2','\x94','\x5d','\x82','\x20','\xae','\x55','\x21','\x07','\x39','\x60','\xd2','\xf0','\x37','\x69','\x70','\x8d','\xde','\x43','\x9e','\x8f','\x64','\x21','\x04','\xc0','\x11','\x3c','\x04','\x84','\x21','\xe1','\xb5','\xb0','\xd0','\xa6','\x25','\x7a','\x9f','\xb3','\xec','\x64','\xb7','\xa2','\x0c','\x36','\x34','\xc2','\xa9','\x33','\x0e','\xb8','\x0f','\xf4','\x81','\x07','\x34','\x39','\x47','\x8c','\xc0','\xb4','\x66','\x50','\x88','\xa9','\x8f','\x36','\xdf','\x00','\x07','\x20','\xed','\x28','\x53','\x06','\xbb','\x5e','\x58','\x4f','\x11','\x71','\x8a','\x58','\xef','\x4f','\xd8','\x5f','\x4f','\x16','\x61','\x2e','\xd7','\xeb','\xce','\x66','\x1c','\x94','\xe9','\x69','\xbb','\xb7','\x61','\x0a','\x9c','\x41','\xbb','\x11','\x6e','\x61','\x39','\x71','\xd6','\xd9','\xe2','\x33','\x9d','\x4f','\x99','\x5b','\xb9','\x67','\xa5','\x54','\x7e','\x28','\xcd','\xa5','\xb3','\x5e','\x76','\x95','\x9f','\xe0','\x5c','\x20','\x75','\x03','\xa4','\x6b','\x12','\x6f','\x3b','\xb4','\x80','\x9f','\x8b','\xfc','\x64','\x95','\x69','\x43','\xc8','\xac','\xa4','\x34','\x49','\x38','\x7e','\xbd','\xf4','\x56','\x79','\x80','\x14','\xae','\xed','\x09','\xac','\x6e','\xf3','\x00','\x28','\x20','\x92','\x9c','\x13','\x91','\x7e','\xa9','\xf5','\xb5','\x61','\x24','\x95','\x1a','\xa0','\xbc','\x30','\x9f','\x75','\xf2','\xd1','\xba','\xf4','\xeb','\x1c','\x36','\x8a','\xa5','\x9c','\x74','\xcf','\x09','\x99','\xcb','\xdb','\xb8','\x33','\x60','\x18','\x5a','\xde','\xd8','\x1f','\x2e','\x37','\x07','\x35','\x5d','\x51','\x1e','\x9f','\x6d','\x49','\xcd','\xf7','\x65','\x2e','\x47','\x6f','\x4d','\x51','\xef','\xf7','\x4a','\xe9','\xcb','\x1f','\xcc','\x0b','\x63','\x25','\xc9','\xae','\xb2','\x50','\xc8','\xe4','\x39','\x49','\xd0','\x26','\x1b','\x8e','\x90','\xfe','\x19','\x89','\x11','\x03','\x83','\x02','\x27','\x57','\xb8','\x00','\x4c','\xc4','\x00','\x26','\x60','\xa2','\x6c','\xe9','\xe3','\x4c','\x56','\x4d','\x27','\xeb','\x4a','\xfb','\x60','\xf5','\x80','\x4b','\x3c','\xad','\x11','\x1f','\xf4','\xc0','\xce','\xfe','\xe8','\x66','\x0c','\x95','\x85','\xea','\x34','\x95','\xd6','\x39','\x2e','\x1f','\xd6','\x8d','\x3a','\xa1','\xb4','\x35','\x66','\x59','\x5c','\xdc','\x22','\x03','\x3b','\xc6','\x9c','\xc5','\x30','\xd8','\x21','\x84','\xfe','\x6d','\xa9','\x32','\x39','\x36','\x47','\x9b','\x26','\xb3','\xfc','\x2c','\x67','\x97','\xc5','\xc5','\xa4','\xb1','\xd4','\x85','\x41','\x12','\x52','\xa4','\x14','\x20','\x99','\x15','\x49','\x19','\x01','\xe7','\xc9','\x8a','\x24','\x07','\x62','\x19','\x76','\x8f','\xd0','\x42','\xea','\xbe','\xae','\x1f','\xce','\x0e','\xa0','\xd4','\xcd','\xb0','\x5d','\x9e','\xc4','\x64','\xca','\xf5','\x57','\x86','\x86','\xd6','\xde','\x76','\x94','\xc8','\xaa','\xc2','\xac','\x6d','\x33','\x8a','\xdd','\x97','\x8b','\xa5','\xe8','\xcc','\xf5','\xfb','\xa4','\xea','\x27','\xf4','\xcf','\xfa','\x38','\x02','\x21','\xb8','\xf1','\x9c','\xe3','\x8a','\x33','\x9f','\xcf','\x67','\xdb','\xb2','\xa0','\x4d','\x69','\xab','\x75','\xcf','\xdd','\x5f','\xd3','\x9f','\x22','\xf4','\x1d','\x48','\x06','\x4a','\xe5','\x07','\xaa','\x04','\xb8','\xbb','\x7e','\x7c','\x61','\x87','\x61','\x3d','\xdd','\xf1','\x3e','\x4a','\x19','\x9d','\x75','\xcf','\x55','\xa6','\x2e','\x0c','\x29','\x24','\x00','\x97','\x82','\xd6','\xb2','\x39','\x21','\xac','\x17','\x1d','\xca','\x9a','\x23','\xb9','\x18','\xc6','\xf0','\x89','\x00','\x8a','\x74','\xf9','\x72','\xb5','\x10','\x17','\x3b','\xd0','\x1f','\x13','\x13','\x84','\x35','\x53','\xad','\x85','\x2d','\xe7','\xb9','\xcb','\x16','\x1d','\x1f','\x69','\xc6','\xff','\x9f','\x7d','\xfa','\x7d','\xd9','\x66','\xf1','\xe3','\x14','\x31','\x6c','\x25','\x21','\xae','\xf7','\x4e','\x8d','\xd8','\xd9','\x1b','\x24','\xca','\x5a','\x1e','\xaf','\x06','\xa7','\x70','\x1e','\x4a','\x6d','\x6e','\xfd','\x53','\xeb','\x4d','\xe0','\x2b','\xe6','\x31','\x55','\xf7','\xa3','\xae','\x42','\xeb','\xad','\x72','\x9c','\xee','\xc3','\x08','\x48','\x2e','\xcb','\x84','\x0c','\xee','\x7c','\x5b','\xe4','\x67','\xe2','\x7a','\x04','\x1e','\x28','\x09','\x13','\x1e','\xa1','\xca','\xc1','\x7a','\x5f','\xc2','\x64','\xcb','\x99','\x08','\xef','\x51','\x94','\xc7','\x3f','\xf7','\xd4','\x00','\xae','\x8d','\x73','\xe2','\x95','\xe9','\xee','\x97','\x08','\x06','\x61','\xe0','\x90','\xda','\xa6','\x97','\x2d','\x3a','\x77','\x1e','\x2b','\x7e','\x86','\x24','\x6a','\x63','\x8c','\x4d','\xed','\x61','\xd8','\x43','\xc5','\xaf','\xca','\xb6','\x44','\xac','\xf7','\xcb','\x36','\xa5','\xcd','\x0d','\xd9','\xe9','\x4b','\x08','\xad','\x8c','\xb8','\x07','\x58','\xf8','\xe3','\x69','\x52','\x25','\x3f','\xe6','\x1d','\x64','\x9d','\x1f','\xd7','\xd7','\x76','\x22','\x73','\x59','\x5d','\x19','\x79','\x18','\x1e','\xc0','\x49','\xbe','\xe5','\x50','\xd7','\x94','\xe9','\x84','\x3d','\xd0','\x2c','\x27','\x56','\xe9','\x5c','\x69','\x4e','\x35','\xf5','\x64','\xcd','\x55','\x25','\x56','\xef','\x39','\xea','\x2b','\x3f','\x83','\x2a','\x3f','\xa1','\xa3','\x68','\x16','\xa0','\xb1','\xe6','\x33','\x6d','\x8b','\x7a','\x43','\x60','\x53','\xc8','\xdc','\xe6','\x66','\x39','\xaf','\x0c','\x09','\x7a','\xc1','\x0c','\xf2','\x16','\x15','\x2a','\x46','\x5b','\xce','\x30','\x31','\x88','\x22','\x28','\x10','\x78','\x62','\x50','\x8c','\x88','\x48','\x80','\x78','\x56','\x06','\x22','\xad','\x1f','\xed','\xb3','\x05','\xc1','\x70','\x4a','\x90','\xf5','\xde','\x74','\x27','\x77','\x4e','\x48','\xc0','\xee','\x4a','\xee','\xf8','\x19','\xf5','\x92','\x64','\x52','\x9c','\xd1','\x03','\xb1','\x3d','\x42','\xa0','\x02','\xe3','\x18','\x5d','\x6e','\xb1','\x36','\x9a','\x31','\x6d','\x87','\x72','\x2b','\xda','\x23','\xd7','\x8e','\xa5','\x4f','\x8a','\xf5','\xdb','\xc3','\x0d','\x73','\x9b','\xa9','\x0b','\x08','\xbb','\xe6','\x09','\xc5','\xbb','\x02','\xeb','\x21','\x9d','\x0f','\x02','\xcc','\x9d','\xcc','\x42','\xf8','\x63','\x00','\x51','\xba','\xd0','\x8e','\x63','\x74','\xe3','\xcf','\xb6','\xe6','\x1b','\x5e','\xe3','\xa7','\xa4','\x92','\xfb','\x79','\x0e','\x17','\xfa','\xe4','\xbb','\x27','\x34','\x14','\x06','\xc2','\x10','\x42','\x5e','\x3f','\xc5','\x26','\x63','\xd5','\x99','\xd9','\xaa','\xf3','\xfc','\x7b','\xfc','\x72','\xa7','\x49','\x0b','\x74','\x39','\x84','\x32','\x98','\x1b','\x11','\x61','\xb5','\x5a','\x6d','\x56','\x80','\xea','\x0c','\x3e','\x2a','\x5c','\xf3','\x69','\x87','\x67','\x94','\xed','\xb3','\xd5','\x9a','\x05','\x1d','\x39','\x05','\x80','\x24','\xa4','\x20','\xa5','\xdf','\x41','\x64','\xe1','\xb2','\xf5','\x10','\x62','\x51','\x89','\xf8','\xe4','\xce','\x2a','\x41','\x0b','\xc4','\x7d','\xa8','\x44','\xae','\x0f','\x21','\x31','\x1d','\xf2','\xe5','\x7b','\xbe','\xdf','\x19','\x87','\xe2','\x91','\xc3','\x69','\x9a','\xfd','\xce','\x46','\x4f','\x27','\x9a','\xe6','\x3a','\xec','\xa6','\x37','\x80','\x6c','\xb7','\xb8','\x41','\x76','\x2e','\x7f','\xc1','\xe7','\x68','\x91','\x04','\x2f','\x4a','\x72','\xf8','\xa4','\xea','\xa3','\xee','\x7e','\xa3','\x6a','\x77','\xab','\xfc','\xd8','\x6e','\x9f','\x73','\xf1','\xd9','\xb0','\xbc','\x4e','\x3e','\x6d','\x94','\x3e','\x9d','\xe7','\x94','\xe1','\x6c','\x71','\xf0','\x54','\xc0','\x09','\x7b','\x40','\x24','\xcf','\x89','\xb2','\x1d','\x80','\x05','\xf8','\x4d','\x1a','\xf4','\xc0','\x18','\xb8','\x84','\x91','\xd6','\x90','\xb8','\xdc','\xd6','\xd9','\x4b','\x9b','\xd6','\xd9','\x1c','\x49','\xd6','\x0f','\xfc','\xd9','\x90','\xd9','\x9d','\x43','\x53','\x1e','\x3c','\x38','\xf4','\xa0','\x5b','\xce','\x71','\x50','\x02','\x2c','\x3b','\xbb','\x03','\xf6','\x4e','\x27','\xb7','\xb7','\x51','\xc2','\x5c','\xfb','\x06','\x14','\xf4','\xd4','\x30','\x93','\x7c','\xbd','\x51','\x66','\x7b','\x59','\xe9','\xd2','\xdd','\x76','\xbd','\x5b','\x29','\xdd','\x65','\x81','\xd2','\xf2','\xe3','\xca','\xd3','\xb6','\xda','\x77','\x12','\xe9','\xcc','\x64','\xa0','\x0f','\xbf','\x5b','\xcb','\x4f','\xf7','\x77','\x08','\x01','\xe3','\x0a','\x20','\x4a','\xb7','\x6e','\x5f','\x08','\x84','\x7d','\xac','\xb1','\xde','\x8f','\xa6','\x94','\xa5','\x3d','\x1f','\x07','\x68','\x75','\x0e','\x19','\x76','\xd6','\x44','\xad','\x23','\x91','\x32','\xd0','\xd3','\x4b','\x0b','\x11','\x62','\x5a','\x2b','\x70','\xb7','\x98','\x7b','\x7e','\xb1','\x31','\x65','\x7a','\xf3','\x43','\xda','\xcf','\xb9','\x2d','\x9f','\xce','\xc0','\x3d','\xb5','\x97','\x31','\xad','\xa3','\x45','\x2f','\x1c','\x86','\xb4','\x3b','\x0f','\x28','\xb0','\x48','\x32','\x2c','\x2b','\x35','\xd9','\xe5','\x73','\xbd','\x9f','\xfe','\x9f','\xd6','\xf9','\x0e','\x18','\x6d','\xf1','\x12','\xfd','\x9d','\x64','\x4a','\x74','\x9c','\x84','\x98','\xee','\xae','\x7a','\x4b','\xa6','\xc7','\xe7','\x06','\xfa','\x94','\x0e','\x9d','\x05','\xd4','\x6f','\xf2','\x00','\x89','\x2e','\xa7','\x2a','\x18','\x87','\x57','\x7e','\x34','\xfc','\xbf','\xc7','\x90','\xf9','\xac','\x85','\x93','\xcf','\x9e','\xcf','\x14','\xc9','\x81','\x02','\xee','\x64','\xf1','\x13','\xac','\x8c','\xdc','\xe4','\x3e','\xdb','\xfc','\xa4','\xbe','\xa4','\x59','\x28','\xee','\xa8','\xd2','\x62','\xf4','\x3b','\x26','\xb0','\x78','\xb5','\x44','\x71','\x95','\xa2','\x00','\x90','\x44','\xa9','\xcc','\x61','\xde','\xcb','\x85','\xed','\xc1','\xa9','\xb7','\x7a','\x79','\x4f','\x00','\xa1','\x9a','\xca','\x82','\x9c','\x95','\x1f','\xbd','\x24','\x39','\x8c','\x82','\xe3','\x0e','\x45','\x26','\x07','\xf3','\xb0','\xb1','\xe4','\x78','\x85','\xeb','\x56','\x1e','\xf6','\x5a','\x61','\x77','\x7d','\x42','\xf9','\xa8','\x5f','\xb8','\xeb','\x4b','\x63','\xa5','\x5a','\xe8','\x67','\x6e','\x93','\x2b','\x58','\xb0','\x58','\x3e','\xd3','\x9e','\x0a','\x35','\x52','\x58','\x2a','\x97','\x7d','\x9e','\xd4','\x7e','\x8b','\x9e','\x3e','\x06','\x10','\x45','\x4c','\x34','\x00','\xd3','\x84','\xc8','\x24','\xf7','\xc5','\x2a','\xf8','\xe3','\xf9','\x72','\x5d','\xdf','\x7a','\x4d','\xde','\x2e','\x25','\x9a','\xb4','\x30','\xfb','\x63','\x76','\xa1','\x2c','\xce','\xfd','\x14','\xa4','\x9b','\x7f','\xf3','\x1b','\x6b','\x99','\xf1','\xdf','\xf1','\xf8','\xea','\x30','\x69','\x1c','\xc6','\xe2','\x6f','\x66','\xc6','\xd0','\x09','\x8c','\x00','\x38','\x05','\x28','\xc6','\xd8','\x5c','\x14','\xe4','\x2f','\x46','\xed','\x02','\xb2','\xae','\x80','\xee','\x64','\x51','\xaa','\x71','\xc4','\xa5','\x0b','\x3a','\x02','\xa0','\x09','\x59','\x9b','\x26','\x33','\xf8','\x38','\x25','\x28','\xfd','\x1b','\xc4','\x8d','\xc2','\x1c','\xc8','\x75','\x9e','\xaa','\xfa','\x7b','\x34','\x56','\x37','\x71','\xd9','\x0f','\x5a','\x19','\x53','\xf5','\xcd','\x9c','\x16','\x6e','\x83','\x93','\x07','\xa4','\x07','\xa4','\x12','\x5f','\xe2','\xe2','\x59','\xe3','\x1b','\x6c','\x4d','\xb8','\xc8','\xa4','\xe7','\xd7','\xe7','\x01','\x4c','\xde','\x5b','\xa7','\x2e','\x9a','\xe8','\xcc','\x23','\xcf','\xcc','\xcd','\x4c','\x83','\x4a','\x5e','\xd8','\xce','\x0f','\x15','\x85','\x2c','\x14','\x54','\xbc','\xdb','\xee','\xe2','\xc5','\xc6','\x05','\xaa','\xd3','\x36','\x73','\x59','\xb1','\x6f','\x50','\xf4','\x29','\x31','\x2c','\x8d','\x70','\xe6','\x59','\x93','\x73','\xbd','\x3c','\xa4','\x50','\x3a','\x74','\xaa','\x81','\xd6','\x36','\x65','\x11','\xd0','\x2c','\x0f','\xc7','\xcd','\xd5','\xad','\xa4','\x3e','\x9c','\x68','\x0a','\x42','\x4c','\xb7','\x9e','\x2b','\x68','\x0c','\x0a','\x80','\xc8','\x83','\xf3','\xf2','\x70','\xe3','\xe2','\xd0','\x14','\x13','\xc8','\xfe','\xd7','\xba','\xa3','\x65','\x37','\x7b','\x73','\x29','\x0a','\x42','\xbd','\xf3','\x6e','\x40','\xd0','\x85','\xae','\xcd','\xcd','\xd3','\x33','\x4b','\xce','\xea','\x22','\xca','\xcf','\xee','\xee','\x28','\x6e','\x6f','\x23','\x56','\xbb','\x63','\xee','\x67','\x2a','\x74','\x86','\x90','\x32','\xf0','\x61','\xf7','\xd0','\xce','\x84','\x38','\xe5','\x27','\xb9','\xbc','\xe5','\xcb','\x65','\xcb','\x9d','\xfa','\x76','\x29','\xb2','\xf6','\x45','\x6f','\xab','\xa7','\xe4','\xa2','\xac','\xae','\x78','\x9e','\xef','\x12','\x1c','\xb8','\xaa','\x95','\xa1','\x00','\x0c','\x14','\x6c','\xc7','\x11','\x4a','\xcf','\x34','\x61','\x5a','\x4f','\xd6','\x35','\xbb','\x74','\x93','\xe4','\x77','\x7d','\xce','\xc8','\x97','\x13','\xea','\x7a','\x88','\x79','\x8d','\x31','\x27','\x2b','\x50','\x12','\x16','\x72','\xe8','\x5e','\xeb','\xd8','\x48','\xa3','\x8e','\xd6','\xb8','\xb0','\xc3','\x43','\xa6','\xc6','\xea','\xf1','\x9d','\x3a','\x48','\xa4','\xca','\x1c','\x1a','\x5c','\x68','\xdd','\x2c','\x1a','\xa1','\xb4','\xe4','\x20','\xc9','\x5b','\x5e','\xc3','\x14','\xd5','\x38','\x45','\x4c','\xfb','\x11','\xeb','\x35','\x23','\x4e','\x53','\x8a','\x80','\x66','\x74','\x93','\xca','\xf4','\xf4','\xb9','\x29','\x19','\x98','\x3a','\x2e','\x46','\x2e','\xed','\x56','\x10','\xee','\x26','\x33','\x2b','\xc6','\xda','\x36','\xb3','\x10','\xe5','\x08','\x8e','\x84','\x0c','\xec','\x01','\x09','\x5f','\x3f','\x71','\x72','\xf9','\x93','\xef','\x02','\x01','\xe4','\xcf','\xbd','\x04','\x67','\xf9','\x75','\x74','\x02','\xce','\xa4','\x75','\xc0','\x2e','\xb4','\x20','\x48','\x2b','\x70','\x7f','\x42','\x0e','\xbf','\x47','\x82','\xed','\x34','\x30','\x00','\xc4','\x08','\x46','\x00','\x82','\xbb','\xbd','\x90','\xdc','\x77','\x8a','\x88','\x59','\xd6','\x41','\x48','\x3c','\x21','\x0c','\x64','\xf7','\x5d','\xf9','\xbe','\x24','\x50','\x9a','\x0a','\xf1','\xe0','\xd4','\x5f','\x7f','\x90','\x25','\x98','\x1b','\x77','\x88','\xf2','\xb3','\x0a','\xd8','\xd9','\x49','\xd1','\xde','\xc6','\x9d','\x90','\xee','\x0a','\x73','\xee','\x72','\xa8','\x7e','\xeb','\x27','\xea','\xfd','\x38','\x50','\x6a','\xa0','\x8a','\xe7','\x8f','\xee','\x6f','\x5b','\xd7','\x5b','\x20','\x6b','\xe3','\x85','\xfe','\xd9','\x06','\x2c','\x90','\xdb','\x53','\x66','\xf0','\xa0','\x5e','\x9d','\x15','\xfd','\xb5','\xbe','\xf9','\xdf','\xdc','\xd8','\xee','\xa8','\x79','\xe5','\x48','\xc7','\x8b','\xc9','\xce','\xb1','\x07','\xc8','\xbd','\x2e','\x08','\xe6','\xfa','\xa9','\x0d','\x5f','\x9c','\x05','\xc7','\x7c','\x5a','\xfc','\xd5','\xdb','\xb4','\xea','\x17','\xa1','\x57','\x44','\x0c','\x43','\x30','\xb7','\x37','\x7f','\xe1','\x69','\xd9','\x76','\xb5','\xf8','\x55','\x0c','\xce','\xe8','\xd0','\xe3','\xf5','\xf9','\x06','\x1c','\x84','\x5e','\xb6','\xcd','\x3b','\x43','\x4e','\xcb','\x3a','\xaf','\xfb','\x68','\x3d','\xb5','\x17','\x9e','\x6e','\x0c','\x82','\x90','\x98','\x55','\x99','\xa9','\x11','\xf8','\xbe','\xbe','\x05','\x90','\xda','\xef','\x28','\x23','\x9f','\x09','\x52','\xb4','\xa4','\x5c','\x53','\xcf','\x05','\x69','\x08','\x4a','\x31','\x3f','\xc7','\xcc','\x24','\x88','\x60','\xd1','\x59','\x88','\x08','\x1c','\x94','\x89','\xd0','\xe1','\x41','\xe2','\x16','\xa9','\xbc','\x07','\xa1','\x13','\x51','\x2a','\x75','\x0b','\xba','\x8b','\xb0','\xa8','\x0c','\x2e','\x08','\xa5','\x2d','\xd7','\xf6','\x9d','\x2e','\x2d','\xb6','\xd7','\x03','\x24','\x1b','\x27','\x60','\x86','\x84','\xed','\x9b','\x22','\x9b','\x27','\x93','\xad','\x2b','\x3e','\xc6','\xb4','\xb8','\xea','\x50','\x02','\x52','\x6e','\x9b','\xeb','\x30','\x41','\x49','\x3b','\xaa','\xfc','\xa8','\x3b','\xcf','\x9c','\xc2','\x7b','\x47','\x10','\xc4','\x01','\x81','\xdf','\xc6','\xa4','\x60','\x49','\xff','\x47','\x3e','\xf3','\x43','\x48','\x6b','\x5d','\x2f','\x34','\xd5','\x35','\x92','\x83','\x40','\xc0','\xee','\xab','\xf1','\x96','\x95','\xad','\xaa','\x75','\xd5','\xcf','\xbd','\x9b','\xfd','\x6e','\x8e','\xcb','\x8a','\x06','\xab','\xed','\xc8','\x96','\x96','\xbe','\xf2','\xa3','\x97','\x3c','\x12','\x01','\xe3','\x2a','\x60','\x67','\x2f','\xdd','\xef','\xb3','\xbb','\x37','\x62','\xb5','\x33','\x34','\xa1','\x6d','\x01','\x14','\x1b','\x86','\xb3','\x0d','\x2e','\xe8','\x8e','\x33','\x60','\x56','\x17','\x41','\xf6','\xe3','\x35','\x0f','\x9e','\x0d','\x68','\xb8','\xb3','\x0f','\x98','\xd2','\x4e','\xb7','\x81','\x75','\x2a','\x37','\xa4','\x7a','\xb4','\x6a','\x64','\x2d','\x74','\x8d','\x55','\xc0','\x8e','\x3c','\x0b','\x03','\x61','\xff','\x3c','\xb0','\x7f','\x61','\x2a','\xce','\x43','\x90','\xf4','\x35','\x89','\xe7','\x2c','\x13','\x14','\x58','\x92','\x00','\xca','\x1c','\xd6','\x3c','\xf1','\xfa','\x04','\xaa','\xd3','\x21','\x25','\x62','\x77','\xb9','\x63','\x6f','\xdc','\x0e','\x92','\x0e','\xf9','\xad','\x8d','\xed','\x02','\xae','\x53','\x5a','\x99','\x04','\x51','\x4f','\x13','\x63','\xda','\x9f','\x44','\xe1','\xe7','\x6c','\x09','\x99','\xb2','\xf2','\x00','\x54','\x5d','\xf2','\xfc','\xf0','\x22','\xa7','\x34','\x35','\x6e','\x1d','\x03','\x02','\xdc','\x5d','\x1e','\xa0','\x54','\x7c','\x74','\xad','\x03','\x85','\xe5','\x27','\x6a','\x78','\x7b','\x39','\xcb','\xc7','\x0a','\xde','\x06','\x77','\x60','\xdb','\xbb','\xc5','\x3a','\xbe','\xd9','\xc8','\x4f','\x37','\x38','\xed','\xf4','\xf5','\x26','\xb4','\x1c','\x40','\xb7','\x64','\x8b','\x3c','\x44','\x94','\x74','\x19','\x82','\x73','\x2b','\x65','\x30','\x47','\x0c','\xa6','\xa9','\xc8','\x87','\x15','\xdd','\xa9','\xe2','\x12','\x44','\xb9','\x61','\x00','\x08','\x62','\x01','\xf2','\x34','\x0e','\x38','\xf7','\x3e','\xb2','\x3e','\xf4','\xa2','\x26','\x7a','\xd7','\x55','\xb5','\xfc','\xec','\xa8','\xe5','\xc7','\x02','\x1e','\xe4','\x31','\xbb','\xa8','\xa9','\xea','\x3f','\xeb','\x82','\xe0','\x6a','\x58','\x95','\x5e','\xba','\xf3','\x67','\x9f','\xa0','\x3f','\x6f','\x55','\x7d','\x58','\x5a','\x06','\x73','\x10','\xda','\xe1','\xd6','\xac','\x73','\x00','\xc8','\x1b','\x22','\x65','\x94','\x97','\xba','\x6d','\xd5','\xc6','\x28','\xe5','\x99','\x0b','\x8a','\x4f','\x01','\x0b','\x98','\xc0','\x10','\xbe','\xec','\x3f','\x9a','\xeb','\x7b','\xd3','\xde','\xba','\x01','\x1b','\x3e','\x24','\xa4','\x4b','\x84','\xcd','\xfa','\x93','\x37','\x10','\xd3','\x90','\xe7','\x32','\x55','\x1e','\x69','\xa9','\x5c','\x97','\xb3','\x85','\x82','\x7a','\x67','\x4e','\x53','\x9c','\x8a','\xbf','\x35','\x08','\x82','\x37','\xe8','\x68','\x2a','\x14','\x20','\xdd','\xb9','\x6b','\x0e','\x10','\xc9','\xcf','\x62','\x0a','\x3a','\x80','\x34','\x1f','\x69','\x21','\xf7','\x98','\x4a','\xe0','\x5b','\x5c','\x82','\xd9','\x4e','\x64','\x44','\xba','\x94','\x34','\xdf','\xd0','\xec','\x5f','\x12','\x62','\xe0','\xe4','\x7f','\x19','\xdd','\x24','\xd5','\x0c','\xa8','\x29','\x75','\x26','\xf5','\x40','\x75','\xd3','\x24','\x39','\x13','\xa4','\x2f','\x55','\x89','\xab','\x16','\x2e','\x80','\x22','\xf6','\xff','\xa6','\x96','\xe4','\xbd','\x42','\xb7','\x38','\x0f','\xd6','\xfa','\xe3','\x4d','\xc5','\xba','\xdf','\x42','\xca','\x6e','\xee','\x62','\x93','\x57','\x01','\xcf','\x2c','\x98','\x23','\x51','\x6e','\xa1','\xb2','\x96','\x8b','\xef','\xe7','\xea','\x2b','\x00','\x02','\xcd','\xbc','\xeb','\x3c','\x99','\x05','\x2b','\x33','\xcf','\x17','\x13','\x53','\x49','\xd5','\x0e','\xa8','\x67','\xa0','\x9a','\x7e','\x64','\x57','\x07','\x3d','\x5c','\x9b','\xa5','\x42','\x4b','\x0f','\xf3','\x43','\xdd','\x6d','\xe7','\xb1','\x09','\xbf','\xec','\x76','\xb1','\x1d','\xb0','\x2c','\x4f','\x8a','\x14','\xca','\x9e','\x0a','\xf0','\x8e','\x64','\x66','\xc0','\x29','\x38','\xb2','\xe4','\xfd','\x4e','\x71','\xf4','\xd6','\x9f','\xce','\x14','\xcf','\xb4','\x4b','\xc7','\xbc','\xb3','\x9c','\x01','\xdf','\xb6','\x99','\x2f','\xed','\x2f','\x6d','\x37','\xc3','\x84','\xa3','\x29','\x3f','\x2c','\x67','\x6d','\x66','\x8a','\xb3','\xf6','\x06','\x60','\x1c','\x07','\xec','\x9e','\x1a','\x71','\xea','\xcc','\x0a','\xbb','\x7b','\x2b','\x8c','\xab','\xc1','\x2c','\x2c','\xb5','\x25','\x31','\xb7','\x13','\xf9','\x7d','\xbd','\x14','\x08','\x12','\x3a','\xda','\xb9','\x1a','\x71','\x06','\x6b','\xcc','\x3a','\x5e','\xed','\x1a','\x62','\x15','\xe5','\x0e','\xcc','\xfa','\x3e','\xa5','\xff','\xd3','\xa4','\xc7','\xa8','\x80','\x8c','\x9d','\x12','\x84','\x59','\x62','\x4c','\x00','\x4e','\xa2','\x62','\x8d','\x49','\x09','\x1a','\x86','\x0c','\xf2','\xd6','\xfb','\x93','\x04','\x63','\x40','\xb6','\x32','\x29','\x2b','\x77','\xae','\x3b','\x5a','\x4e','\x7a','\xec','\x78','\xbd','\x28','\x79','\x93','\xb4','\x35','\x30','\x01','\x1c','\xf2','\xad','\xee','\x85','\xfb','\x8f','\x57','\x4a','\x19','\x70','\x65','\xe6','\x27','\x1b','\x98','\xcb','\x41','\x92','\x03','\xa9','\xd6','\x16','\x49','\x31','\x32','\xd6','\xfb','\x0c','\x0a','\x29','\x4c','\xf8','\xb4','\x66','\x89','\x96','\x97','\x4c','\x74','\x51','\xc7','\x3e','\x66','\xa0','\xe5','\x5b','\x67','\xa0','\xb2','\xdb','\x44','\x6a','\xfa','\x76','\x12','\x89','\x8b','\xfd','\xd1','\x4a','\xf9','\x61','\xe7','\x76','\xa9','\x74','\xc5','\x30','\x97','\x31','\x9d','\x16','\x16','\xcb','\x4f','\x94','\x20','\x27','\xaa','\x30','\x0f','\x21','\x18','\x68','\x4b','\xfc','\xa6','\x5a','\xbb','\x54','\x8d','\x69','\xb1','\x2e','\xe5','\x51','\xd9','\xda','\xaa','\xf5','\x6e','\xa3','\xc1','\x6d','\x6a','\x52','\xf1','\x8b','\x36','\x92','\x0d','\x07','\x07','\x4a','\x98','\x43','\x03','\x8b','\x24','\x65','\x15','\xa6','\xa0','\xab','\x92','\xe3','\xc9','\x2e','\xeb','\x45','\x64','\xb8','\xc8','\x9f','\xa1','\xd2','\xd6','\xb5','\x4b','\x88','\x4c','\xaf','\xd2','\xe9','\xb6','\xb1','\xe5','\x44','\x15','\x59','\xf9','\x19','\xb1','\xda','\x4d','\x41','\x0f','\x48','\xce','\x09','\xb1','\xff','\xa8','\x1a','\x89','\x3e','\x69','\x1c','\xd2','\xe5','\x6d','\x21','\x69','\x1b','\xf2','\x66','\x2f','\xd9','\x78','\x74','\x1b','\x56','\x7c','\x97','\xf9','\x55','\x2f','\xbb','\xb7','\x88','\xd5','\x18','\x7d','\xa6','\xeb','\xfa','\xe5','\x6c','\x7b','\x75','\x8e','\x6a','\xeb','\x92','\x7d','\xe1','\xb1','\x9d','\xfe','\xdd','\x28','\x34','\x04','\x04','\x46','\x90','\xb3','\x93','\x81','\x09','\x3c','\x04','\xb3','\x5a','\x93','\xac','\x5b','\x9d','\x5f','\x2b','\x5a','\xe8','\xbc','\x01','\xd3','\x99','\x4c','\xfa','\xc2','\xbf','\xca','\x9e','\x94','\x75','\xb5','\xfe','\xe8','\xf9','\x9f','\x90','\xad','\x88','\x52','\x77','\xc2','\x1e','\xf3','\x63','\xd3','\xa7','\x05','\xc7','\xd3','\xea','\x36','\xf5','\xd2','\x42','\x3b','\x67','\xf3','\xcd','\x25','\x8f','\x1b','\x37','\x14','\xe7','\x53','\xac','\x3c','\x45','\x42','\x08','\x88','\xb1','\x8c','\x0c','\xa7','\xa9','\xb8','\x08','\x75','\x18','\x86','\xe2','\x43','\x0b','\x7d','\x38','\xdf','\xb6','\x82','\x50','\x54','\x01','\x30','\x62','\xa9','\x88','\x29','\x11','\xa9','\x12','\xb8','\x27','\x3c','\x4e','\xfe','\xb3','\xe2','\x78','\x1e','\xc1','\xc6','\x60','\x08','\xe9','\x70','\xa1','\xb9','\xc3','\x45','\xb9','\x37','\x35','\xd4','\xed','\x3a','\xa6','\xc5','\xdc','\x05','\x7b','\x4e','\x09','\x52','\xfe','\xeb','\x40','\x94','\x31','\x98','\x39','\x4e','\xd3','\x3c','\x3f','\x61','\x49','\x75','\x11','\xd3','\x1c','\x38','\x9f','\x4b','\x04','\x5d','\xf8','\x9d','\xd5','\xc4','\x19','\x0c','\x29','\x0d','\x9d','\xe4','\x6e','\xd6','\x41','\xdb','\xbe','\x98','\x7c','\x7b','\x19','\x85','\x20','\x30','\x5a','\x11','\x54','\x47','\x01','\xc9','\xed','\xad','\x30','\x4f','\x9f','\x60','\x47','\xb7','\x4d','\x2d','\x1f','\x6e','\x5a','\x36','\x2f','\x4c','\x3b','\x99','\x91','\xc1','\x7b','\x74','\xa3','\x6d','\xbb','\xfb','\x9c','\x2c','\x15','\x93','\xbf','\x90','\xd3','\xed','\x5c','\x25','\xcb','\x50','\xb4','\x73','\x3f','\x05','\xf8','\xaf','\xda','\xdc','\x13','\xfb','\x7d','\xa1','\xc8','\x86','\x23','\x67','\x99','\x2a','\x17','\x59','\x33','\xa0','\x03','\xbb','\xf9','\x75','\x2f','\x3d','\x10','\x13','\x46','\xa0','\x16','\x99','\x10','\x08','\xab','\xd5','\x80','\x9d','\xbd','\x74','\xc7','\xcf','\xde','\xde','\x2a','\x5d','\x4a','\x17','\x32','\x10','\xda','\x38','\xf3','\xd6','\xf7','\xdc','\x59','\x96','\xb1','\xf3','\xe7','\xa2','\x54','\xe9','\xb1','\x42','\x3b','\x9a','\x59','\xe6','\x5b','\xce','\x6d','\x0f','\xee','\xef','\x74','\x71','\x51','\x5e','\x77','\x11','\x00','\x45','\x44','\x71','\xef','\x08','\x85','\x50','\xea','\xbb','\xca','\xb2','\x64','\x08','\x81','\x00','\x09','\xc3','\x0a','\x88','\xa0','\x0e','\xe9','\xd2','\xd4','\x89','\xa3','\x59','\x76','\x28','\x50','\x29','\x33','\x0c','\xf8','\xc1','\x2a','\x33','\xdc','\xab','\xfd','\x8f','\x59','\xf9','\x04','\x22','\x02','\xe5','\x33','\x41','\xde','\xd5','\xad','\x1e','\x80','\x39','\x7e','\x72','\x14','\x3e','\x63','\x67','\x74','\x8a','\x67','\x30','\x3a','\x4d','\xd1','\xec','\x22','\xf6','\xa5','\xbf','\xc9','\xe5','\x2d','\x2b','\x01','\xda','\x31','\x76','\xbf','\x44','\xee','\x91','\xf9','\x36','\x08','\xe4','\x64','\x52','\xb9','\x79','\x51','\x29','\x3f','\xa2','\x80','\x17','\xca','\x0f','\x60','\xf7','\x5b','\xd9','\xfd','\x47','\x53','\xb4','\x60','\x07','\xe9','\x38','\x9c','\xec','\x54','\xcb','\x9a','\x0f','\x4e','\x91','\xe8','\x8d','\xa5','\xdb','\xa7','\x77','\xca','\xba','\x3e','\x68','\x66','\xba','\x6a','\x2f','\x97','\x72','\x1a','\x30','\xc5','\xc5','\xbb','\x1c','\x99','\x6c','\x12','\x04','\xaf','\x34','\x1e','\x88','\x52','\x04','\x3f','\x59','\x33','\x90','\xef','\xd2','\xae','\x7f','\x05','\xdb','\xeb','\x45','\x61','\x64','\x48','\x2e','\x4b','\xc9','\xb8','\x6a','\xbe','\xda','\xb8','\x64','\x12','\x61','\x20','\x7f','\xe6','\x27','\x05','\x3d','\xd0','\xb5','\x55','\xa7','\xee','\x66','\x4a','\xd1','\xa6','\x63','\x74','\x73','\x37','\x96','\x92','\x3b','\xa3','\xd8','\xcd','\x2a','\xf1','\xa4','\x5b','\xaf','\x6f','\x79','\xd1','\x52','\xb5','\xf2','\x8d','\xcd','\x4d','\xe8','\x4b','\xd0','\xed','\xd6','\x49','\x41','\xdb','\x33','\x8a','\x87','\xc9','\x76','\xad','\x88','\xea','\x4f','\x92','\x12','\x44','\x31','\xd1','\x32','\x87','\x08','\x0e','\x84','\xc8','\x04','\x92','\xd0','\xfe','\x86','\x91','\x17','\xdb','\xec','\x1b','\x51','\x76','\xa5','\xe0','\x81','\x9a','\x93','\xf4','\x0c','\xb1','\xba','\xbd','\x89','\x35','\x30','\x64','\x0b','\x64','\xbf','\xd8','\x05','\x49','\x7e','\x17','\x87','\xa7','\xab','\x71','\x55','\x18','\x72','\xf4','\x0c','\x50','\x08','\xed','\x1d','\x0a','\x45','\x10','\x84','\x3a','\x43','\x08','\x69','\x69','\xf7','\xd9','\x6e','\x7f','\x92','\xda','\x41','\x76','\x79','\x5d','\x01','\x6a','\x45','\xf1','\xde','\xd8','\x76','\x3c','\x35','\x26','\x4d','\x8a','\x91','\x98','\x4b','\x0c','\x29','\xee','\x3a','\x48','\x08','\x48','\x2f','\x2a','\x23','\x64','\x0b','\x91','\x30','\xae','\x6d','\x16','\x4b','\x43','\x74','\x9e','\xc8','\x67','\xde','\x59','\xd9','\x41','\xa8','\x18','\x15','\x03','\x16','\x1c','\xab','\x02','\x9a','\x94','\xd3','\x72','\xaf','\xb0','\x4e','\x83','\xa8','\x1e','\xbe','\x06','\xb9','\x20','\xa3','\xec','\xf9','\xa2','\x8e','\x9a','\x8e','\xb5','\xe8','\x19','\x26','\x4c','\xc5','\x5d','\x4f','\x65','\x6d','\x65','\xfd','\x59','\x70','\xcd','\x96','\x4d','\xd5','\xbc','\x55','\x24','\xb7','\xd8','\xa6','\xfa','\x51','\x07','\x58','\x1f','\x45','\x37','\x69','\xdc','\x37','\x64','\x47','\xc6','\x9f','\x6f','\xf1','\x15','\xd4','\x63','\xbf','\xa9','\x2b','\x6d','\x85','\x87','\x6b','\xa7','\xa7','\x53','\xcf','\xe3','\xe7','\x8a','\xec','\x5a','\xe6','\x80','\x66','\x99','\x7b','\x8b','\x84','\x66','\xf0','\x3c','\x39','\x72','\xda','\x09','\x8f','\x62','\xdd','\x49','\xe7','\xa0','\xf2','\xb9','\x1f','\x9e','\x62','\xb6','\x6e','\x54','\xdd','\x5c','\x86','\x82','\x1d','\xbf','\xe9','\x7e','\x47','\x3a','\x89','\xdc','\xf7','\x6e','\x5c','\x38','\xcf','\x91','\x0a','\x71','\x3d','\x20','\xed','\x95','\x22','\x53','\x7c','\x63','\x9a','\xef','\xd5','\x4a','\x82','\x1d','\x9c','\x5e','\x61','\x67','\x77','\xc4','\x38','\x26','\xe1','\x54','\xc1','\xb3','\x54','\xb6','\xb7','\x2c','\xd7','\x20','\xc1','\xb3','\x12','\x2e','\x95','\x9f','\x6c','\x01','\x62','\x69','\x47','\xfb','\xad','\xb4','\xaa','\xe8','\x8f','\x1f','\x5b','\x7f','\x5f','\x0d','\x03','\x95','\x0b','\x24','\x03','\x12','\xd1','\x0a','\x2c','\xd7','\x16','\xe8','\xf9','\x0c','\x72','\x6a','\x50','\x07','\xff','\x85','\x40','\x60','\x26','\xac','\x76','\x9c','\x65','\x4f','\x32','\x4c','\xeb','\xe4','\x0f','\x67','\x80','\xb2','\x3e','\x60','\xce','\x65','\x99','\x2c','\x63','\xa5','\x97','\x6a','\x33','\x23','\x6d','\x88','\x01','\xe9','\x17','\x0e','\x12','\x6a','\xda','\xd1','\x59','\x35','\x6e','\xc7','\xc6','\xdc','\xaa','\x42','\x49','\x88','\xb6','\xb7','\x6e','\x98','\x61','\x17','\xfe','\x26','\xc5','\x35','\xe6','\x75','\x51','\x13','\x76','\xf1','\xa7','\x5b','\x37','\x5e','\xe1','\xd8','\x46','\xa6','\x1c','\x63','\x9a','\x1f','\x3f','\x71','\xb7','\x8c','\x95','\xcb','\x9e','\x4c','\x21','\x39','\xe5','\x27','\x9a','\xe5','\x47','\x42','\x4c','\x43','\xc2','\xf3','\x8e','\xfe','\xb0','\x7f','\xb5','\xd1','\xa1','\x94','\x65','\x3c','\x9e','\x8b','\x33','\x6d','\xe5','\x99','\xb8','\xb9','\x56','\xbb','\xa0','\x17','\x96','\xd7','\xd5','\x07','\xef','\xe1','\x51','\x95','\xc0','\xa2','\xa8','\x50','\xca','\x43','\x48','\x3b','\xc9','\x3c','\xc9','\xba','\x27','\xb4','\x1b','\xb2','\xba','\x69','\x4c','\xe5','\x3a','\x9c','\x9b','\xbf','\x72','\x2a','\x2b','\xee','\xef','\x5e','\x5a','\xc0','\x83','\x55','\x0e','\x78','\x30','\xa8','\xf7','\x40','\xa1','\x75','\x2e','\x89','\x01','\x59','\x10','\xc7','\xa8','\xfc','\xf4','\xac','\x4e','\xbd','\x70','\xcb','\x45','\xdb','\x3a','\xdf','\x68','\xeb','\xf4','\x37','\x6a','\x1f','\x2e','\x32','\xfd','\xb9','\x3e','\x6b','\x55','\x4a','\x47','\xad','\xb1','\xa5','\x79','\xd0','\xff','\x9b','\x32','\x25','\x35','\x10','\xcc','\xe4','\xb8','\x84','\xba','\x07','\xc0','\x83','\x28','\x3f','\x2c','\x73','\x64','\xee','\xa3','\x4a','\x73','\x6d','\x5b','\xac','\x38','\x63','\xc5','\x3d','\xa9','\xe7','\xe4','\x90','\xe4','\xd5','\x3b','\x7f','\xf2','\x66','\x02','\xe5','\xab','\x65','\x94','\xe2','\x1d','\x5d','\xea','\x4f','\x3f','\x0d','\x5e','\x29','\x2b','\x68','\x69','\x81','\x3f','\x95','\x8d','\x5e','\x78','\xc6','\x9d','\x3c','\xbd','\x67','\x0b','\xdf','\x1f','\x04','\x86','\xd5','\x41','\x10','\x34','\x0a','\x5c','\x37','\xaf','\xfe','\x32','\x4d','\x13','\xa6','\x69','\x5a','\x74','\x81','\xdb','\x26','\x25','\xe1','\xc9','\x45','\xa4','\x8d','\xf9','\x8c','\xf9','\x77','\x26','\xff','\x4b','\xfe','\x30','\x46','\x51','\x82','\x94','\x8e','\x14','\x3c','\x09','\x90','\x54','\xb5','\xdc','\xcc','\x8c','\xde','\x8a','\x80','\xe5','\xf1','\xed','\xa5','\xd9','\x81','\x36','\xde','\x91','\xa5','\x6a','\x61','\x16','\xad','\xfa','\x64','\x26','\x60','\xb8','\xbf','\x49','\x88','\xdf','\x93','\x76','\xf5','\xad','\xed','\x25','\x71','\xf9','\x5a','\x9b','\x70','\xa0','\xc9','\xb8','\x13','\xa7','\xca','\x53','\x25','\x27','\xa3','\x05','\x18','\x63','\x29','\x02','\x02','\xf8','\x9f','\xc7','\x2d','\xfb','\x7b','\x63','\xdb','\x6d','\x64','\xf9','\x67','\x26','\xe3','\x4a','\x75','\xf0','\x79','\xc4','\x4c','\x6d','\xb7','\x9e','\x57','\x9a','\xfa','\xec','\xb4','\x1e','\x27','\x68','\x9b','\x29','\xbb','\x66','\x72','\x9c','\x49','\x7c','\x39','\x39','\x5a','\x07','\xca','\xf5','\x9e','\x5d','\xb1','\xd8','\xea','\xa9','\x77','\xf1','\xa3','\x44','\x7d','\x03','\xe7','\x1b','\xe1','\x55','\x30','\x44','\x89','\x10','\x65','\x56','\x02','\x5f','\x57','\x77','\x4c','\x66','\x98','\xb6','\x6f','\x2b','\x17','\xbf','\xb4','\x89','\x4b','\x50','\x6a','\xde','\x09','\xb6','\x93','\x94','\xdf','\x67','\xb7','\x94','\x5c','\x7b','\xca','\x9a','\x9e','\x84','\x90','\x22','\x7f','\xed','\x9e','\x5e','\x61','\xef','\xcc','\x0a','\x3b','\x7b','\x23','\xc6','\x61','\x70','\x82','\x4f','\x77','\xa4','\xa9','\xa8','\xbf','\x68','\x8e','\x01','\x3c','\xcf','\x58','\xb2','\x4b','\x60','\x94','\x83','\xb6','\x8d','\xf2','\xc3','\xed','\x85','\x7c','\xcd','\x84','\x72','\xee','\x6f','\x6a','\xb7','\x93','\x88','\x9c','\x2d','\x32','\xac','\x7f','\x83','\x11','\x54','\xd9','\x20','\x0d','\x8c','\x90','\x87','\xb6','\x18','\xd6','\x52','\x9a','\x8a','\xab','\x50','\x70','\x8f','\x93','\xbb','\xf5','\x3e','\xad','\x11','\xd7','\x7a','\x50','\x3e','\x81','\xdb','\xbc','\x34','\xaa','\xf5','\x51','\xad','\x25','\x96','\xf3','\xc6','\xac','\xe3','\x01','\x80','\x39','\x39','\xdc','\x07','\x04','\xe7','\xaa','\x47','\xf9','\xe2','\xbe','\x8a','\x66','\x48','\xe5','\xc5','\x21','\x93','\xf1','\xea','\x5a','\xb0','\x17','\x72','\x40','\x01','\x8b','\x47','\xc4','\x79','\x9e','\x0c','\xd6','\x58','\xff','\xca','\x2d','\xc1','\xa6','\x7c','\xed','\xc7','\x45','\x97','\x03','\x59','\xae','\xfa','\x75','\x1f','\xb9','\xb5','\x7d','\x0d','\x01','\xd6','\x68','\xbb','\x5f','\x2a','\x46','\xbb','\x17','\x4a','\xdd','\x75','\xb2','\xf2','\x23','\x94','\x56','\x8c','\x9d','\x53','\xfa','\x84','\x9e','\xf5','\x9c','\x5d','\xb6','\x5a','\x6e','\xd1','\xde','\x5a','\x66','\xc8','\x1f','\xaa','\x94','\xc4','\x00','\xd0','\x04','\xe3','\x4f','\x6a','\x11','\x02','\xa8','\xc2','\x2f','\xa5','\x25','\x28','\xf3','\x08','\x99','\x2b','\x71','\x8b','\x4b','\xa1','\xde','\xcb','\x09','\x5b','\xda','\x94','\x6d','\x80','\xbe','\xce','\xad','\x6b','\x37','\x05','\x4a','\x17','\x9c','\xee','\xa6','\x73','\x83','\xe3','\x38','\x58','\xa8','\xeb','\x6d','\xe8','\xc0','\x8a','\x26','\x60','\xce','\x6a','\xbb','\x6d','\x2a','\xe4','\x70','\x53','\xb9','\x9b','\xb3','\x8e','\xb2','\x52','\x7e','\xdb','\x32','\x8c','\x66','\xd9','\x1f','\x03','\x9d','\xd7','\xc3','\xd9','\xb4','\x6b','\xa9','\xfc','\x9a','\x5f','\xba','\x32','\xea','\x53','\x0e','\x39','\x10','\x88','\xe2','\x37','\x71','\x49','\x0b','\x4a','\x2f','\x94','\xee','\x0a','\x52','\xde','\x3f','\x57','\x6f','\xe5','\xa3','\xeb','\x96','\x43','\xdb','\x0c','\x42','\xe9','\xfa','\xe6','\xa2','\xbe','\xcd','\x11','\x5d','\x19','\xdc','\xa0','\xad','\xd2','\x9e','\xdf','\x21','\x3c','\xe6','\x78','\xd2','\x3a','\xae','\x0b','\x77','\xb7','\x74','\xb1','\x74','\x7b','\xfe','\x07','\xe8','\x28','\x40','\x5e','\xf9','\x99','\xa6','\xa9','\x58','\x2e','\xdb','\xb0','\x9d','\x2e','\xa8','\x22','\x3f','\x93','\x1b','\xbe','\x45','\xf6','\x4f','\x27','\x39','\x38','\x18','\xe5','\xe2','\x54','\x0b','\x17','\x09','\x39','\x74','\x86','\x34','\xa1','\x41','\x63','\xb6','\x6a','\xb8','\x56','\x05','\x71','\x0b','\xa9','\x23','\x63','\x8b','\x77','\x4d','\x4f','\x1d','\x51','\x28','\x93','\x0c','\xd2','\xda','\x1a','\x67','\x74','\x7e','\x2d','\x34','\x32','\x2f','\x8f','\xe7','\xbe','\xed','\xb5','\x6d','\xc3','\xeb','\x63','\x49','\x27','\x55','\x6e','\xaf','\x12','\xe5','\x17','\x8d','\xb9','\xdf','\x33','\x17','\x15','\x86','\xbc','\x25','\xfd','\x1d','\x5b','\xd2','\xc9','\xca','\x3f','\xf4','\xb1','\xcd','\xdb','\x3c','\x8e','\x36','\xac','\x6d','\xa7','\x1f','\x08','\xe9','\x90','\xa2','\xd0','\xe9','\x45','\x19','\xe7','\x6d','\x52','\x87','\xc9','\x6f','\xe5','\x0e','\x54','\xaf','\x67','\xbf','\xe6','\x64','\xae','\xbc','\x32','\x51','\xf0','\x11','\x86','\xdc','\x95','\x90','\xf2','\xa4','\xe5','\xa4','\xbb','\xe8','\x90','\x7b','\x41','\x92','\x8b','\x10','\xdc','\xbb','\x22','\x02','\xdc','\x42','\x1b','\x75','\x6d','\x37','\x79','\xf4','\x59','\xc6','\xa1','\x65','\xfb','\xbd','\xc2','\x51','\x09','\xf9','\x04','\xb0','\x4b','\x45','\xc3','\x8a','\xf2','\xfd','\x14','\x81','\xb4','\xda','\x49','\x17','\x9c','\xee','\x9e','\x1a','\xb1','\xb3','\x23','\xca','\x8f','\x0b','\x2c','\x50','\x0f','\x64','\x41','\xdb','\xd2','\x16','\x6d','\x87','\xd6','\xc1','\x80','\x5c','\x2a','\x29','\x96','\x31','\xb3','\x22','\xe4','\x36','\x59','\x8b','\x17','\xc6','\x27','\xb7','\x5d','\xfa','\x23','\x0b','\x90','\xed','\x5d','\x8e','\x91','\xe4','\xcf','\xb6','\x45','\x24','\xc5','\x87','\x29','\x9d','\x8b','\x48','\xf7','\xb6','\x51','\xda','\x9c','\xf2','\xe0','\xa7','\x18','\x39','\x1d','\x17','\x00','\x43','\xc0','\xa8','\x25','\x87','\x08','\x0a','\xc0','\xfa','\x42','\xba','\xf4','\xd3','\x2e','\xca','\x94','\xcb','\x82','\x16','\x41','\x63','\xc1','\xbc','\xb3','\x2b','\x9f','\xdc','\x32','\x0a','\x20','\x82','\x10','\x5a','\x30','\x36','\x5b','\x56','\x1e','\x97','\x36','\x43','\xad','\xa0','\xb4','\x7d','\x33','\x2b','\x60','\x95','\x81','\xfd','\x2e','\x56','\x15','\x4c','\x27','\xdd','\xad','\x93','\x1f','\xdb','\xc6','\x9a','\xab','\xb7','\x5f','\x59','\x09','\x62','\xb6','\x5a','\xab','\x47','\x4c','\x5d','\x59','\xa9','\xf4','\x56','\xa0','\x4b','\x18','\xf8','\x22','\xca','\x97','\x16','\x4f','\x6b','\x67','\x21','\x72','\xf7','\xdb','\xf8','\x4b','\x3e','\xa1','\x91','\xf9','\x4c','\x01','\xd1','\x7a','\xd4','\xbd','\x93','\x73','\x28','\x74','\xc7','\x7c','\x12','\xdd','\x79','\xa6','\x5c','\x35','\xb8','\x19','\x27','\xc7','\x43','\x80','\xc4','\x87','\x5c','\xdb','\xd3','\x26','\x95','\x94','\x5f','\xcc','\x01','\x83','\x45','\x43','\x0a','\x21','\xf7','\x9d','\x15','\xcc','\xea','\x7c','\x07','\x80','\x22','\x72','\x60','\x8e','\x7a','\xcc','\x0a','\xc6','\xe9','\xeb','\xb0','\x02','\x8b','\xb5','\x4c','\x04','\x8c','\x43','\xc0','\x6a','\x67','\xb4','\x8b','\x4e','\xf5','\x6e','\xa0','\xcc','\x99','\xda','\x7a','\x34','\xf9','\x1d','\x7f','\x37','\x1c','\xf3','\xa9','\x07','\x86','\xe7','\xf2','\x70','\xfe','\xa3','\xbb','\xd6','\xb8','\x37','\xee','\x7e','\x6d','\x57','\x95','\xf5','\x1a','\xe7','\xe7','\x75','\x03','\xad','\x37','\x38','\xa2','\x7a','\xee','\x13','\xbb','\x77','\x07','\x59','\x43','\xd5','\xf6','\x75','\x51','\xa2','\xf1','\x4c','\x92','\x60','\x80','\x21','\x45','\x0c','\xe4','\x31','\x80','\x93','\x13','\x71','\xe5','\x11','\x71','\x90','\x24','\x3c','\xda','\x61','\xc7','\x60','\x2e','\xa4','\xc1','\x42','\x5e','\x67','\x6b','\x6a','\xfb','\xed','\x81','\xe6','\x7e','\x86','\x15','\x1d','\x2a','\x75','\xe7','\x75','\xa9','\xd4','\xfe','\xf8','\xd4','\xba','\xeb','\x5c','\xea','\x9d','\x01','\x5a','\xaf','\xd7','\x4d','\x94','\x6b','\xc0','\x29','\x40','\x49','\x70','\xb7','\x3e','\x72','\x9b','\x1b','\xd9','\x76','\x84','\xdd','\xab','\x86','\xf7','\x2f','\x14','\x97','\x01','\x94','\x32','\x34','\x21','\x37','\x06','\xcc','\x8c','\x28','\x9a','\x4f','\x94','\x30','\xa8','\x01','\x72','\x91','\xaa','\x86','\x45','\x35','\xd0','\x2c','\xc4','\xda','\x59','\xf8','\x5b','\x11','\x42','\x6f','\xd1','\x29','\xef','\xf2','\xa1','\x9b','\x91','\x3a','\x58','\x59','\xa1','\xb7','\x4a','\x8b','\xd9','\xbb','\xc3','\x5b','\x0a','\xd1','\x93','\x4a','\x35','\xb6','\x3d','\xc9','\x7a','\x0b','\xb9','\x5f','\x23','\x0d','\x9d','\x77','\x97','\x97','\xdb','\xc6','\xf5','\xc7','\xb1','\x1e','\xbf','\x2d','\x69','\xb0','\xcc','\xda','\x41','\xca','\x1e','\xf8','\xa2','\x24','\x74','\x03','\xac','\x22','\xb4','\x33','\xb0','\x87','\xed','\xd6','\x90','\x5d','\xf7','\xd2','\x5c','\x2f','\x59','\x36','\xe5','\xa4','\x80','\x4d','\x31','\xbc','\x1e','\xa0','\x2d','\x34','\x62','\xa6','\xa1','\xdd','\x36','\xb2','\x03','\xe5','\x9a','\x9c','\x5b','\x53','\xda','\xc1','\x8d','\xb6','\x33','\x4c','\x40','\x79','\x58','\x53','\xc2','\x61','\xdb','\xad','\xf1','\xca','\xf8','\x67','\x27','\xb0','\xf3','\x9c','\xaa','\x77','\x7e','\x37','\x44','\xad','\x36','\x9c','\x37','\x5a','\xbc','\xbf','\x57','\x06','\x34','\xce','\x6d','\x26','\x6b','\x06','\x79','\x7e','\x41','\x79','\x37','\x9a','\xd3','\xbe','\xaa','\x46','\xf4','\x4b','\x6e','\x6f','\x3b','\x38','\x75','\x5a','\xcf','\xfb','\x84','\xec','\x8e','\xa5','\x65','\x15','\x2d','\x74','\xcc','\xc6','\xd1','\x97','\x77','\xa1','\x81','\x28','\x5f','\x69','\xdc','\x90','\x6f','\x98','\xe7','\x5c','\x82','\x2f','\xd5','\x5b','\x9a','\xda','\xe1','\xaa','\xe8','\x94','\xca','\xd7','\x3a','\x7d','\x19','\x47','\x92','\x8c','\x47','\x1a','\x93','\x18','\x63','\xea','\x2f','\x25','\x77','\xb4','\xa4','\xd4','\xcb','\x76','\x14','\x51','\x77','\x8d','\x5a','\x51','\x81','\xd2','\xd9','\x05','\xd9','\xa9','\x0c','\x21','\xed','\xcc','\x25','\x25','\xc8','\xb5','\xd9','\xf1','\xf0','\x5e','\x2a','\xc1','\x8e','\xb6','\x2f','\x62','\x8a','\x04','\x06','\x61','\x40','\x0e','\x30','\xb2','\x28','\x6b','\x0f','\x93','\xfc','\xb8','\x7a','\x7e','\x60','\x00','\xd7','\xe5','\xab','\xe4','\x88','\xef','\x5f','\xaf','\x6f','\x29','\x5b','\xa6','\x7a','\x5d','\x9b','\x7e','\x49','\xf9','\xfe','\x1c','\x7b','\xdf','\xb6','\x48','\x9e','\x1e','\xad','\x63','\x94','\x0f','\xf0','\x03','\x39','\xaa','\x63','\x8a','\xf4','\x96','\x72','\xe9','\x4e','\x75','\x18','\x82','\x19','\xe8','\xb2','\xeb','\x1c','\xb5','\x9d','\x11','\xfa','\xd4','\x33','\x6e','\x04','\x77','\x6e','\xd2','\xb9','\x71','\xd9','\xd8','\x53','\x97','\xec','\xb2','\x18','\x51','\x5a','\xd1','\xa7','\x9c','\x97','\x35','\x41','\xd6','\x53','\x02','\x14','\xa2','\x54','\x39','\xd0','\xc9','\x00','\x38','\x9a','\x25','\x9f','\x85','\x57','\x95','\x3c','\x02','\x76','\x7e','\x19','\xec','\xf8','\x5a','\xb7','\x45','\x28','\xf4','\x1f','\x8b','\x8e','\xe8','\x94','\x69','\x0d','\x75','\x3d','\x8a','\xe2','\x33','\x8e','\x39','\x4a','\x1e','\x38','\xe7','\xad','\xd7','\x2f','\xb9','\xf9','\x98','\x63','\xed','\x07','\x49','\xb3','\x65','\x78','\x57','\x3a','\xad','\x6c','\x4e','\x86','\x4a','\x26','\x8f','\xcf','\xb6','\xaa','\x78','\x9b','\x6c','\xb5','\xac','\xdf','\x26','\x79','\xdc','\xb1','\xb1','\x11','\x7e','\xc1','\xc1','\x96','\xa5','\xbd','\xee','\xfc','\x4e','\x41','\x82','\x79','\x8d','\x03','\xf4','\x98','\xd6','\x94','\x6e','\x87','\xb2','\xf3','\xa1','\xdb','\xd4','\x37','\xd7','\xa5','\x14','\x48','\x29','\x29','\x3e','\xc3','\x58','\x46','\x4f','\x24','\x93','\x6b','\xf5','\x47','\x30','\x8c','\x52','\x3c','\x74','\x63','\xb1','\x34','\x24','\x87','\x19','\xe6','\x3b','\x22','\xd5','\x01','\x97','\xf4','\x6f','\x7f','\xaf','\xa9','\xa6','\xc5','\x33','\x40','\xf5','\x07','\xba','\xa4','\x4a','\xeb','\xce','\x52','\x43','\x96','\xdf','\x6b','\xe3','\xea','\x94','\x6a','\xf1','\xcb','\x37','\x0b','\x79','\x8a','\x2c','\xbb','\x2b','\x02','\x3a','\x85','\x69','\x05','\x95','\x12','\x92','\x91','\xf4','\xbe','\xa0','\xc3','\x4e','\x57','\xbd','\x40','\x2a','\x0d','\x4a','\x99','\x8c','\x47','\x2b','\x8b','\xeb','\x69','\x09','\x14','\x50','\x95','\xcf','\x3d','\x2b','\xf4','\x83','\x8b','\x40','\x79','\x2a','\x8e','\xca','\xc6','\xdc','\x81','\xa9','\xe0','\x6e','\xf9','\x90','\xac','\xbe','\xe3','\xc8','\x79','\x2e','\x4e','\xac','\x0d','\x9d','\x3f','\xd9','\xef','\xe5','\xe5','\x35','\xe1','\xfd','\xe1','\x15','\xf8','\xdb','\x05','\x80','\x41','\xfb','\x51','\xc2','\xde','\x62','\xfa','\xeb','\x21','\x3f','\xb1','\x6e','\xf5','\xe7','\x76','\xeb','\x19','\xef','\xad','\x0f','\x59','\x0b','\x06','\xd6','\xfc','\x30','\xa8','\x9b','\x8b','\x28','\x3e','\xd3','\x3a','\x85','\x45','\xd0','\x5b','\xab','\xb3','\xeb','\x5b','\x76','\x75','\xa9','\xdd','\xc3','\x7a','\xfa','\x58','\xef','\x84','\xa2','\xb7','\x24','\x72','\xf5','\xae','\xe8','\x67','\x61','\x32','\xc9','\x60','\x88','\xdd','\xb7','\x1e','\xa0','\xd8','\xdc','\x56','\xeb','\x35','\xf1','\x39','\xc6','\x10','\x06','\xac','\x76','\x07','\xec','\x49','\xa8','\xeb','\xd5','\xee','\x58','\x28','\xbc','\xdd','\x45','\xed','\xcb','\x81','\xf2','\xc3','\xba','\xdf','\x32','\x26','\x31','\x07','\x57','\x60','\x4e','\xee','\x47','\x8d','\xe0','\x6a','\xba','\xea','\x78','\x36','\xbb','\xbe','\xb9','\x6f','\xe1','\xbb','\xe4','\xe6','\xad','\x40','\xb4','\x1a','\x1c','\x01','\x09','\xf8','\x11','\x33','\x10','\x08','\x81','\x82','\x5d','\x49','\xa0','\x1b','\x18','\xaa','\x04','\x35','\xa4','\x4b','\x7e','\x53','\x60','\x10','\xe5','\x24','\x2f','\xe8','\xf5','\x7a','\xb2','\xbb','\x73','\x54','\x78','\x18','\x57','\x55','\x80','\x5d','\x09','\x6b','\x03','\x54','\x7a','\xae','\x30','\xa6','\x28','\x5d','\xc6','\xc9','\x2a','\x8b','\x12','\xe7','\x57','\x9b','\xad','\x3f','\x7e','\x4c','\x16','\x53','\x69','\xd1','\x61','\xff','\xdc','\x81','\x8e','\xe2','\xcc','\x68','\x53','\x7c','\xee','\x14','\x97','\xbf','\x34','\x78','\xe5','\xc0','\xe9','\x30','\xec','\x7c','\x46','\x5e','\xf9','\xfb','\xae','\x3c','\x9f','\x73','\x7b','\x1c','\x16','\xdc','\x41','\xc3','\xda','\x83','\x60','\x11','\x2f','\x43','\x10','\x2b','\x38','\x49','\x25','\x0b','\xa8','\x2a','\x2b','\x3f','\x6c','\x1b','\xb4','\x7a','\xbf','\x89','\xf2','\x0b','\xe6','\x64','\x2d','\x36','\x57','\x59','\x94','\x98','\xa2','\xe8','\x46','\xb1','\xac','\x32','\x4d','\x68','\x53','\x7c','\x1f','\x73','\xf6','\x7c','\x0e','\x89','\xdd','\x82','\x20','\x20','\xd1','\xbf','\x8e','\x83','\x44','\x89','\x83','\x84','\xf5','\xb6','\xd0','\xf1','\xca','\xfb','\x09','\x72','\x66','\xa8','\x22','\x60','\xef','\x4e','\xa7','\x01','\x31','\xc8','\x87','\xba','\x4e','\xd1','\xde','\xc6','\xc1','\x85','\xba','\xee','\xd0','\x52','\x61','\xc9','\x20','\x94','\x7d','\x3b','\x6c','\x9a','\xa1','\x97','\xde','\xba','\x6e','\x3e','\xe3','\xf6','\xe5','\x49','\x28','\x3f','\x5a','\xc3','\x36','\xd9','\x0f','\x83','\x06','\x0b','\xf2','\xdc','\xf4','\x71','\xd1','\x10','\xd9','\xe0','\x21','\xc8','\x76','\x8c','\xca','\x44','\x39','\xb1','\xe8','\x14','\xde','\xba','\xc2','\x25','\x45','\x5e','\xab','\x21','\xca','\x6e','\x6f','\x83','\x9d','\xfb','\x11','\xfa','\xa8','\x3e','\xae','\x1f','\x75','\xd7','\x44','\xcd','\x23','\xa8','\xec','\xf3','\x89','\x6d','\xc8','\x9e','\x40','\xaa','\xf5','\x16','\x55','\x7e','\x16','\xa3','\xc0','\xa9','\x02','\xd4','\x3b','\x03','\xb4','\x9c','\x5a','\xb2','\x2a','\x88','\x46','\x26','\x14','\x3e','\xd7','\x5c','\xf1','\xca','\x08','\x08','\xe9','\x1c','\x51','\xa5','\x04','\x11','\x03','\x1c','\xe4','\x52','\xb1','\x00','\x20','\x72','\xf2','\xe1','\x8d','\x8c','\x48','\x94','\x94','\x20','\x95','\x92','\x91','\xed','\xa0','\x2e','\xc0','\x76','\xcb','\xf8','\x91','\x93','\x36','\xc7','\xf4','\xab','\xdc','\xb9','\x56','\xbb','\xce','\x9d','\x9e','\x05','\xe9','\xf5','\xa3','\x0e','\x77','\x39','\x56','\x0c','\x7c','\x47','\xe9','\x36','\x73','\x82','\xce','\x33','\x71','\xc0','\xcd','\x79','\xe7','\x33','\x2a','\x69','\xa8','\x00','\xaa','\x73','\x83','\xb4','\x2d','\x67','\x9c','\x7b','\xd0','\x80','\x90','\x02','\xae','\x14','\xbb','\xf4','\xf5','\x99','\x17','\x15','\x44','\x24','\x96','\x81','\x42','\x18','\x54','\xd5','\xf6','\xa6','\xe5','\xa4','\x74','\x3a','\x6f','\xf9','\xb1','\xf1','\x9d','\x19','\x83','\xbc','\xba','\x5b','\x4e','\xd8','\x6b','\x73','\x31','\x06','\x50','\xb0','\x9b','\x26','\x4e','\x15','\xa3','\x18','\x5d','\x14','\x28','\xbd','\xed','\x9d','\xe1','\x40','\x7e','\x56','\x17','\x0c','\x1f','\x73','\x59','\xe7','\x01','\x3b','\xdc','\xa4','\xc2','\x95','\x81','\xab','\x8c','\x85','\x95','\x08','\x4e','\x31','\x2a','\x50','\x52','\xce','\x47','\x40','\x18','\x52','\x74','\xa6','\x53','\xa7','\x56','\xd8','\x3d','\xbd','\x4a','\x77','\xfc','\x0c','\xae','\xf1','\xf2','\x93','\x3d','\x43','\xa8','\xc9','\xcc','\xaa','\x77','\x6a','\x9d','\x00','\x4e','\xbb','\x1f','\x46','\xc2','\x24','\x73','\xd1','\x94','\xb6','\x83','\x7d','\xa0','\xad','\x40','\x3c','\xff','\xdf','\x0e','\x14','\xb9','\xee','\x71','\xe5','\x6e','\x96','\xb3','\xa5','\x31','\xe1','\x74','\x2d','\x01','\x23','\x31','\xed','\x34','\xa9','\x29','\x03','\xf9','\x9b','\x27','\x5c','\xd2','\xee','\x13','\x30','\x24','\x8e','\x0d','\x76','\xe3','\x38','\x61','\x32','\x2b','\x17','\xa0','\xd1','\x40','\x5b','\x34','\x97','\x71','\x86','\xe3','\x8f','\x6e','\xde','\x92','\xfb','\x24','\x21','\xb0','\x00','\xe6','\x76','\x38','\x7a','\xcd','\x5a','\x64','\x05','\xb3','\xdf','\x3a','\x99','\xe3','\xf9','\x97','\xca','\x1e','\x69','\x52','\xb7','\x2c','\x5b','\x65','\x4a','\x1f','\x15','\x89','\x35','\xf5','\x1c','\x20','\xcd','\xf5','\x69','\x1b','\xc5','\xcf','\x5f','\x5d','\x51','\xdc','\xc9','\x53','\x04','\x21','\x80','\x81','\x3c','\x7b','\xcf','\x6c','\x67','\xfb','\xd4','\x3a','\x61','\x87','\xb3','\x49','\xcf','\x3f','\xe6','\x86','\x91','\x09','\x52','\xe4','\x87','\xf0','\x75','\xb0','\xb5','\x79','\x5c','\x05','\x8c','\xab','\x11','\xc3','\x98','\xe6','\x33','\x46','\xc6','\x7a','\x1d','\xc1','\x71','\xc2','\xe4','\xfa','\xeb','\xd7','\x96','\x5f','\x66','\x89','\x0d','\x91','\xfd','\xee','\x5d','\xf0','\xd4','\xaa','\xa5','\x01','\x59','\x22','\x8b','\x47','\x3d','\x69','\xff','\x73','\x27','\x95','\x77','\x29','\x10','\xd5','\xe3','\x73','\x91','\x19','\x88','\x19','\x3f','\xa5','\xd8','\x1e','\x12','\x19','\x6c','\x70','\x8a','\x94','\x0c','\x6e','\xb6','\x0a','\xb3','\xad','\x01','\x22','\x24','\x50','\x3b','\x12','\x56','\xab','\x11','\x3b','\xbb','\xa3','\x45','\x8d','\xcc','\xbc','\xb0','\xc6','\x19','\x05','\x87','\xae','\x1f','\xd7','\x43','\xbb','\x5d','\x12','\x7a','\xad','\x8f','\x12','\x74','\x49','\xb0','\xa6','\x53','\xa0','\xc5','\x7c','\x27','\x24','\xcb','\x72','\x85','\xf3','\xb4','\x0c','\x38','\x79','\x5d','\x3f','\x38','\x68','\x72','\xca','\x71','\xb7','\x08','\x65','\x7f','\x00','\xcc','\x15','\x14','\x8c','\x01','\x21','\x63','\x85','\x75','\x4c','\xef','\x3d','\xbf','\xe8','\xc9','\x03','\x2d','\x90','\xea','\xc0','\x0b','\xa2','\x5c','\x0d','\x49','\x09','\x32','\xb7','\x52','\x51','\xb4','\x53','\xe0','\x11','\xce','\xeb','\x0b','\x98','\x19','\xff','\x63','\xc6','\x96','\x17','\x29','\xcd','\x8e','\xbd','\xa4','\x31','\x8c','\x85','\x1e','\x13','\x42','\xc0','\x38','\x8e','\xfd','\xbc','\xfa','\x8b','\x1e','\x14','\xea','\xdf','\xd5','\xd1','\xa1','\x70','\x7b','\x97','\xff','\xed','\x65','\xe0','\xea','\xf5','\xec','\x80','\x17','\x4c','\x51','\x7f','\x4f','\x67','\x80','\xd4','\x92','\xc3','\x50','\x65','\x27','\x3d','\x92','\x0b','\xc1','\x0d','\x64','\x82','\x01','\x1a','\xf2','\xb3','\x74','\x6f','\x45','\x96','\xc9','\x9b','\x66','\xdb','\x18','\xa5','\x66','\xa5','\x99','\x81','\x6e','\x04','\x53','\xaa','\x4c','\x77','\x83','\x6c','\x63','\x4c','\xa5','\x7a','\x4f','\xef','\xd9','\x92','\xf2','\x8a','\x66','\xf7','\x1a','\x73','\x58','\x0a','\x9e','\xf9','\x2e','\x0b','\x6d','\xea','\x64','\x62','\xd4','\x03','\x79','\x6c','\x0b','\xc8','\xe3','\xc2','\xb9','\x41','\x17','\x09','\x61','\x0b','\x80','\xdc','\x0e','\xab','\x43','\xf3','\xec','\x04','\xdd','\xc1','\x12','\x37','\x7f','\x72','\xf5','\xae','\x68','\x9b','\x9b','\xef','\x62','\x47','\x5d','\x85','\xab','\xf3','\x73','\xf7','\x60','\x08','\x39','\x5b','\x33','\xa2','\x4b','\x74','\xc1','\xb3','\x7f','\x6c','\x99','\xb6','\x10','\x10','\xfa','\x57','\xdd','\x4f','\x13','\x32','\xee','\xb1','\x61','\x63','\x15','\x3e','\x9c','\xcf','\xad','\x68','\x06','\x92','\x73','\x79','\x1a','\x0a','\x38','\xed','\xd6','\xaa','\xa0','\x97','\xf9','\x8b','\xb0','\x43','\xd2','\x93','\x0b','\xcb','\xdc','\x28','\x8c','\xe4','\xc7','\xbf','\x33','\x1f','\xdb','\x74','\xbf','\x18','\x6c','\xa4','\xe0','\x61','\xaa','\x18','\x68','\x81','\xda','\x17','\xa5','\xa7','\x1a','\xbd','\xe6','\x2c','\x20','\xa4','\x1d','\xa7','\xdd','\xbd','\x11','\x7b','\x67','\x56','\xd8','\x3b','\xb5','\xc2','\x6a','\x95','\xad','\xe9','\x2a','\x2e','\xb5','\x4f','\x1e','\xaa','\x64','\x45','\xa6','\x1e','\xd5','\x4c','\x53','\x51','\xc3','\x5c','\x5b','\xa8','\x61','\xd8','\xfb','\xb9','\xf9','\x34','\x85','\xa2','\x62','\x68','\xc4','\xb2','\x51','\xed','\xca','\x53','\xd0','\x95','\xf3','\x97','\xae','\x87','\x0d','\x03','\x77','\x29','\x5d','\x56','\x9d','\x2f','\x24','\xa5','\x81','\x8a','\xa0','\x9c','\xc6','\xfb','\x6a','\x24','\x4e','\x99','\x76','\xc2','\x18','\xb0','\xc2','\x08','\xbd','\x1b','\x6b','\x4d','\x12','\x26','\x7b','\xad','\x7e','\xdc','\x19','\x00','\x64','\xd2','\xea','\x2d','\x12','\x79','\x23','\x8a','\x17','\xb3','\x44','\x18','\x0c','\xc0','\xc0','\x0c','\x76','\xe1','\xd5','\xf3','\x38','\xb9','\x46','\xd5','\x8a','\x94','\x97','\x59','\x1e','\xb3','\xcf','\xd1','\x9b','\x36','\x15','\x40','\x8e','\x22','\xd2','\xf7','\x0a','\x28','\xdd','\xf7','\xea','\x1e','\xf8','\x8c','\x73','\x2f','\xb6','\x48','\x33','\xe0','\xb7','\xc7','\x5f','\x78','\xe1','\x5d','\x7a','\xef','\xce','\xe1','\x70','\xfe','\x20','\xd8','\xc6','\x4e','\x5a','\xc3','\x93','\x06','\xe7','\x10','\x9a','\xf5','\x21','\x7a','\x93','\xd5','\xc6','\xf1','\x6e','\x6d','\xa4','\x31','\x91','\xdc','\x4e','\x06','\x8a','\x8b','\x85','\x93','\x7b','\x69','\x2a','\x67','\x5c','\x25','\x97','\x1f','\x30','\x83','\xd7','\xd1','\x1a','\x6e','\xd1','\x42','\x15','\xf4','\x15','\xe4','\xcb','\xf9','\x0f','\x89','\x34','\x38','\x0c','\xd9','\x15','\x13','\x40','\xb6','\x4a','\xaf','\x93','\x05','\x2b','\xb5','\x83','\x85','\x2e','\x12','\x50','\xf5','\x6d','\xcf','\x96','\x60','\x71','\x39','\x92','\xc8','\xb4','\x31','\xa4','\x2b','\x3d','\xc0','\xc8','\x2e','\xbe','\xc4','\x60','\xe4','\x30','\xdf','\xfa','\x1d','\x03','\xc9','\x9d','\xdf','\x14','\xbd','\x44','\xa3','\xe3','\x2a','\x45','\x7b','\x1b','\x77','\x06','\x8c','\xab','\x50','\x86','\xba','\xce','\x83','\x52','\x4d','\x52','\x7e','\x56','\x0f','\xe9','\x56','\xa9','\x56','\x22','\xfc','\xcf','\x4d','\xb8','\xa9','\x43','\x3f','\xbe','\x0d','\x73','\x64','\xec','\x8b','\x3d','\x0a','\xed','\xf7','\x79','\x68','\x5b','\x76','\x0f','\x5b','\x2c','\xae','\x67','\x78','\x1c','\x91','\x65','\xc4','\xa6','\x6f','\x0a','\xa5','\x85','\x61','\x1e','\x20','\x83','\xdd','\x0d','\x04','\x00','\x31','\x87','\x8d','\x6f','\x06','\xca','\xad','\x10','\x3f','\x90','\xb6','\xee','\xd4','\xf2','\x13','\x10','\xc6','\x90','\x83','\x1f','\x14','\x8c','\xca','\x75','\x5a','\xe9','\x0e','\x2a','\xcb','\x5c','\xd9','\x35','\x36','\xae','\xb1','\xbd','\x23','\xb7','\xc5','\xa9','\xb0','\xfa','\xb6','\x9d','\xb8','\x2e','\x67','\x6c','\x1b','\x31','\x93','\x77','\x89','\x24','\x7b','\x41','\x10','\xea','\x73','\x41','\x9a','\x4c','\x01','\xea','\xdd','\x94','\x1a','\x63','\x6c','\x3e','\xe8','\x26','\x3f','\xd8','\x9d','\xc7','\xf6','\x17','\xf7','\xcf','\xe4','\x14','\x89','\xca','\x81','\x57','\xd0','\x60','\x3c','\x4c','\x98','\x9d','\xce','\x35','\xa9','\x0f','\x3a','\x4b','\x44','\x17','\x24','\xd0','\x15','\x40','\xd9','\x34','\x1d','\x84','\x41','\x6e','\x19','\x26','\xfb','\x50','\x89','\xca','\xc5','\xc2','\xa9','\xbb','\x06','\x7d','\x0e','\xab','\x34','\x9c','\x54','\x73','\xef','\x34','\xa9','\xee','\xa0','\x1b','\xc7','\x96','\xb1','\x39','\xde','\x20','\x80','\x0e','\x12','\x61','\x85','\xbd','\x90','\xeb','\x95','\xbb','\x45','\xf2','\x35','\x99','\x7c','\xab','\xeb','\x2e','\x71','\x70','\x06','\x06','\x12','\xca','\x57','\xad','\x1a','\xf9','\x90','\xef','\xc1','\xdb','\x71','\x87','\xa7','\x2e','\xef','\x6a','\xd1','\x9a','\x82','\x67','\xfd','\x5b','\xef','\x34','\xd1','\xe7','\x16','\xbc','\x00','\x48','\x21','\xad','\xd7','\x51','\xc2','\x01','\xc3','\x76','\xae','\xd2','\xae','\x72','\x19','\x0e','\xdb','\x12','\xb9','\x79','\x50','\x04','\x0c','\xfb','\xe3','\xe8','\xfd','\x53','\x90','\xa3','\xc0','\x9a','\xdd','\x7c','\x4a','\x86','\xc2','\x5a','\xa2','\x24','\xc6','\x59','\xb0','\x0d','\x23','\x61','\x67','\x77','\xb4','\x50','\xd7','\x1e','\x54','\xd5','\xd5','\x15','\x7f','\x9b','\x20','\xac','\x95','\x4d','\x01','\xce','\xaa','\x14','\x3a','\xd7','\xbb','\x22','\xec','\xaf','\xfd','\x53','\xd5','\x55','\xd1','\xa8','\x6f','\x40','\xa2','\x57','\x4e','\x11','\xb5','\x54','\xf8','\x56','\x02','\x8f','\x59','\xd6','\x15','\xcb','\xee','\xa4','\xe4','\xf1','\xb2','\xd9','\x0b','\xce','\xc8','\x48','\xe7','\x80','\x20','\x46','\x79','\xbd','\xdc','\x17','\xba','\xc3','\x5d','\xa3','\x22','\xd7','\x4e','\x52','\x05','\x32','\x18','\xbd','\x04','\x27','\xc4','\x93','\x12','\x04','\x50','\x84','\xdd','\x11','\x07','\xcc','\x01','\x75','\x07','\x2e','\x59','\x2c','\x48','\x0c','\x20','\x46','\x4c','\x4c','\x60','\x0e','\xc0','\x18','\x2d','\x14','\x77','\x8e','\x4f','\xa0','\xc8','\x4f','\x86','\x69','\x89','\xb4','\x66','\x64','\x76','\x6b','\x49','\x6c','\x79','\x09','\xc0','\xc5','\x38','\x56','\x45','\x88','\xd7','\x83','\x03','\xee','\xec','\x64','\x07','\xa1','\x59','\x17','\xb3','\xed','\x39','\x48','\x5a','\xf8','\xde','\xa6','\x8e','\x09','\x76','\xa9','\xae','\xdb','\xe4','\x31','\xb7','\x5e','\x90','\x5c','\x6c','\x9b','\x23','\xbd','\x81','\xd5','\xa3','\x04','\x76','\x38','\x3b','\x6f','\x02','\x75','\xfa','\x51','\x37','\xc9','\xa1','\x70','\x02','\x99','\x05','\x5d','\x37','\xbb','\x6c','\x33','\xc0','\xaf','\x0b','\xa2','\xe2','\x12','\x72','\xe3','\x14','\xed','\xd4','\xc8','\x86','\x29','\xc9','\x0e','\xba','\xec','\xcc','\x53','\x44','\x8c','\xb9','\x41','\xaa','\x90','\x98','\x27','\x0a','\xe9','\x6e','\xbd','\x83','\x82','\xba','\x7e','\x1d','\x5d','\xaa','\xba','\x54','\x04','\x4b','\x21','\x80','\x38','\x82','\x49','\x77','\xe9','\xc9','\xe6','\x54','\xfb','\x02','\x02','\x86','\x40','\x49','\xf9','\xd9','\x19','\xb1','\xb3','\x13','\x30','\x68','\xb4','\x37','\xa9','\xb3','\x5e','\xed','\x7e','\x44','\xf5','\xdd','\x56','\xca','\x4f','\x4f','\xf3','\xa8','\x7f','\xba','\xb1','\x2a','\xbe','\xd9','\x96','\xe6','\x36','\xe1','\xbc','\x3b','\x73','\xea','\xf4','\xd1','\x86','\x67','\x8b','\xfe','\x53','\xb5','\x5e','\x13','\x5f','\x03','\x10','\x92','\xdc','\x43','\x0c','\xc9','\x8d','\xd8','\x29','\xee','\xe5','\x94','\xf8','\xc1','\x4e','\x6f','\xd9','\x97','\x25','\x61','\xaf','\x07','\x51','\x7e','\xc8','\x29','\x3f','\x73','\x4e','\x46','\x6d','\xb3','\x0f','\x36','\x33','\xda','\xc6','\xa3','\xb2','\x9c','\x8b','\x91','\x7a','\xca','\xce','\x7a','\xbd','\xee','\xea','\x33','\x85','\x0b','\x5c','\x1d','\x6d','\x69','\xd1','\x15','\x6e','\x71','\x24','\x96','\xbf','\xf3','\x82','\x86','\xdc','\xf3','\xd9','\x4f','\xb2','\xc4','\x2f','\x77','\x2b','\x45','\xb9','\x29','\x04','\x90','\x3c','\x4f','\x97','\x96','\xc9','\xde','\x4d','\xcc','\x07','\xd0','\x97','\x20','\xd4','\x46','\x92','\x98','\x6b','\x63','\x25','\xbc','\x8c','\x31','\xca','\xaf','\xca','\x98','\xfd','\xce','\xd4','\xa1','\xb1','\xdc','\x51','\x85','\x5f','\xfd','\xdd','\x56','\xf5','\xcf','\x37','\xd6','\xbf','\x39','\x26','\x78','\x6a','\x85','\x35','\x00','\xca','\xbf','\xb7','\x7c','\xe4','\x2a','\x57','\x90','\x51','\x6b','\xe2','\xb9','\xd3','\x4a','\x7b','\xf5','\x0e','\xb7','\x81','\x52','\xff','\x99','\xfc','\xdb','\xec','\x8a','\x49','\x91','\x2a','\xe8','\x92','\xac','\x24','\x73','\xab','\xb0','\xdd','\xce','\x0d','\x03','\x71','\x51','\x99','\x09','\x3b','\xa0','\x66','\x7f','\x37','\x19','\x3a','\x90','\xda','\x03','\xee','\x4e','\xb1','\x42','\xe4','\x5e','\x01','\x4d','\x1b','\x13','\xce','\xbd','\x24','\x32','\xe2','\x94','\x15','\x24','\x0a','\xd5','\x3b','\x61','\x58','\xec','\xca','\xb1','\x7d','\x57','\x9a','\xab','\x7f','\x03','\x3b','\x6e','\xfa','\x97','\xc9','\xc5','\xac','\x55','\x7e','\x37','\xb5','\x37','\x3e','\xd2','\x1e','\xdf','\x2e','\xfd','\x9d','\x28','\x85','\xa6','\xdd','\x39','\xb5','\xc2','\xee','\xde','\x88','\xdd','\xbd','\x01','\xc3','\x98','\xfd','\x8c','\x0b','\x01','\xe8','\xca','\xf5','\x6e','\x68','\x45','\x26','\xa5','\x27','\x7f','\xc6','\xa7','\x50','\x7e','\x5c','\x9f','\xfc','\x78','\xfb','\xb2','\x2b','\x5a','\x2e','\xa5','\xaa','\xb3','\x1a','\x15','\xe3','\x8c','\x22','\xa3','\x62','\xdc','\xcc','\xb7','\x5c','\x15','\xaa','\x84','\xb2','\x5f','\x3b','\x10','\x30','\x97','\xac','\x53','\x1a','\x2a','\xdb','\x8e','\x69','\x86','\xcc','\x1b','\xd5','\x3a','\x64','\x2d','\xd6','\xe1','\x27','\x71','\x21','\x44','\x3e','\x4b','\x42','\x04','\xac','\x89','\xb0','\x5e','\xa7','\xe0','\x08','\x0a','\xec','\x92','\x7e','\x93','\xfb','\x6c','\xc0','\x9a','\xca','\x66','\x86','\x40','\x76','\xa6','\x42','\xad','\x8f','\x00','\x81','\xd5','\x22','\xa1','\x80','\x01','\x59','\x4e','\x68','\x9b','\xb4','\xfe','\x3a','\x35','\x63','\x5f','\x01','\xc9','\xcc','\x43','\xb6','\x5f','\xd9','\x54','\xff','\xe1','\xc6','\x84','\xd9','\x4e','\xdd','\x36','\xed','\xe9','\xd6','\xb0','\xc4','\x6f','\x9c','\x62','\xd5','\xbc','\x5a','\x54','\xfa','\x2a','\x6b','\xa3','\xf0','\x4e','\xe5','\xcd','\x13','\x97','\x2e','\x9a','\x69','\x53','\x2a','\x85','\xff','\xd5','\xa8','\x97','\xa4','\x77','\x46','\x75','\x9a','\x54','\x3c','\x33','\xda','\xd4','\x76','\x6a','\xa0','\x8c','\xc4','\x2f','\x62','\x64','\x4c','\xfb','\x11','\x91','\x52','\x5d','\x93','\x5e','\x24','\xab','\xc1','\x92','\x36','\x75','\xdf','\xc4','\x6f','\x22','\x96','\x38','\x31','\x08','\xe2','\xf2','\xe6','\x43','\xee','\xbb','\x41','\xb1','\x3b','\x4f','\x01','\x68','\x60','\x84','\x52','\x76','\xc8','\xa0','\x2a','\x9e','\x71','\x15','\x99','\x95','\x48','\x69','\x86','\x18','\x13','\x4b','\x80','\x05','\x9d','\x59','\x91','\x73','\x21','\x04','\x0c','\xab','\xc1','\x2e','\x39','\x1d','\xdc','\x05','\xc2','\x5a','\x4e','\x9e','\xa6','\x76','\xc2','\x8a','\x39','\x5c','\xc0','\x29','\xfe','\x6b','\x95','\x85','\x9e','\x76','\xbb','\xe5','\x6d','\x48','\x45','\xde','\x85','\xef','\xe6','\x5e','\x2d','\xae','\x96','\xe3','\x40','\xdd','\x5c','\xfc','\xc8','\x0f','\x7b','\xe5','\x76','\x9e','\x6d','\x55','\xfd','\x4c','\x26','\x6d','\xbe','\xe2','\x81','\x40','\x84','\x38','\x24','\xb7','\xc8','\x64','\x39','\x77','\xed','\xa0','\xea','\x1b','\x50','\xb9','\x09','\xec','\xf0','\xc5','\x20','\x6e','\xa5','\x3e','\x80','\x10','\x00','\xa3','\x27','\xaa','\x09','\xa2','\x90','\x47','\x9d','\x46','\x6e','\x99','\xb6','\xcf','\x7a','\x98','\x89','\xab','\x06','\xe2','\x90','\xa9','\x36','\xe4','\xe8','\x58','\x2c','\x5e','\x84','\x3a','\x0c','\x03','\xc6','\x71','\x2c','\x84','\x4b','\x2f','\x6a','\xc2','\x71','\x25','\xc7','\x1b','\xa4','\x95','\x9b','\x17','\x08','\x01','\xa6','\x39','\xb3','\x32','\x11','\x39','\xff','\xa3','\x51','\xe0','\x02','\x03','\x10','\x45','\x27','\x42','\x16','\x67','\x10','\xa1','\x6c','\x74','\xe4','\x6e','\x1e','\x3f','\xe6','\x94','\xea','\x93','\x73','\x4a','\x7e','\xc7','\xd6','\xf7','\xf1','\x00','\x74','\xe1','\xb3','\xde','\x25','\xad','\x09','\x87','\x4d','\x5e','\x09','\x42','\x5f','\x70','\x3b','\xbe','\x20','\x7f','\x56','\x1c','\xbe','\xcd','\x9a','\xff','\xa0','\xea','\xdd','\xa6','\x39','\xf1','\x58','\xd5','\x81','\x62','\xa5','\x63','\xbb','\xd5','\x5c','\xc1','\xfd','\x41','\x02','\x2a','\x5e','\xa4','\xe4','\xf5','\xc4','\x22','\x79','\x01','\xe1','\xf0','\x6d','\xfd','\xbe','\xd1','\x2b','\x01','\xb9','\x18','\xa6','\x74','\x7d','\xf3','\x3b','\x52','\xea','\x5a','\x32','\x45','\x77','\x26','\x40','\x76','\xe1','\x59','\x42','\x5d','\xe7','\xc0','\x11','\xdc','\x01','\xee','\x9d','\x4e','\x6c','\x4a','\x1b','\xe7','\xd2','\x2b','\x14','\xa9','\x42','\xaf','\xc8','\x15','\xe7','\x6c','\x2a','\xa5','\x81','\x19','\x16','\xe9','\x6d','\x77','\x6f','\xb4','\x0b','\x4e','\xd3','\x4e','\x9c','\x15','\x2f','\x4d','\xf0','\x4a','\x86','\x8e','\xaf','\x07','\x94','\xb2','\x49','\xa2','\xe3','\x5f','\x29','\x3c','\x76','\x36','\x40','\xbf','\x81','\xb6','\x03','\xd2','\x66','\xa7','\x08','\xf4','\xfa','\xce','\xf5','\xaf','\x52','\xd6','\xdc','\x3d','\x2a','\x19','\x97','\xcd','\x8c','\x9b','\xfc','\x28','\x4e','\xfa','\x6b','\x3b','\xc8','\xa2','\x73','\x5a','\x64','\xce','\x90','\x36','\x9f','\x14','\x34','\xcf','\xf2','\x5c','\x55','\x7a','\x46','\xc2','\x48','\x03','\xcc','\xa5','\x68','\x88','\xc0','\xb9','\x14','\x21','\xae','\x18','\x3b','\xe4','\xcd','\x05','\x73','\x53','\xf2','\x83','\x4c','\x72','\x45','\xc1','\x40','\x8d','\xb5','\x20','\x06','\x39','\x92','\x1c','\xf2','\xce','\x29','\xc9','\xbd','\x09','\x5d','\xc5','\x66','\xcb','\xc4','\xd5','\xcf','\xe3','\x48','\x1b','\xbd','\x49','\x36','\xbd','\xef','\x64','\xe7','\xa5','\xf9','\xad','\x8b','\x63','\x2e','\xd4','\x0a','\x7f','\x7e','\x06','\x70','\x77','\xfc','\x4c','\x79','\xc7','\x55','\x15','\x96','\x30','\x06','\xb3','\x84','\x36','\x7c','\x67','\x76','\x7c','\x3d','\xad','\x97','\x2e','\x74','\xc9','\x55','\x96','\xb1','\x8e','\x93','\x36','\x2d','\x97','\xa9','\x4a','\x87','\x31','\xaf','\x72','\x0f','\x5d','\xad','\xd0','\xf6','\x8c','\xd3','\x86','\x0c','\x10','\xc1','\x51','\x2c','\xd4','\xd2','\x97','\xa4','\x00','\xab','\xda','\x89','\x74','\x4e','\x43','\xbc','\x0c','\x24','\x6e','\x87','\xd5','\xdf','\x0e','\x5a','\x56','\xc6','\x61','\xf7','\x54','\xe5','\x35','\x5e','\xb8','\x49','\x23','\x47','\xc0','\x0c','\x21','\x9d','\x1f','\xdc','\xd1','\x7b','\x7e','\x56','\x3a','\x76','\x0b','\xe7','\xb1','\x0f','\x83','\x5f','\x6a','\xde','\x6a','\xed','\x6e','\xcb','\x2e','\x7e','\x6e','\x48','\xb6','\x49','\x75','\x17','\x4a','\x32','\x5d','\x07','\x6b','\xf8','\x21','\x3b','\xa9','\xe3','\x43','\xb2','\x19','\x14','\x62','\xda','\x20','\x48','\x1b','\x08','\x54','\xca','\x04','\x51','\x66','\x08','\xb0','\x75','\xa0','\x8f','\x03','\x69','\xd4','\xb7','\xb4','\xd9','\x16','\x82','\xb8','\x55','\xf6','\xea','\x94','\x7f','\xfa','\xd3','\x7b','\x42','\xe0','\xf7','\x4e','\x92','\x7a','\x97','\x9e','\xce','\x45','\xb8','\x6e','\x2c','\x40','\x3e','\xf5','\xa2','\x26','\x2c','\x12','\xc1','\x26','\xc6','\x5a','\xdd','\x85','\xd0','\xfb','\x7c','\x76','\x32','\x7d','\x3e','\xe6','\x3c','\xc1','\x5e','\xbb','\x90','\xa0','\x08','\x21','\x02','\x13','\xf4','\x10','\xa3','\x12','\x4f','\x26','\x42','\x3d','\x23','\xb2','\x8d','\xbe','\xd9','\xdb','\x2d','\xe9','\x36','\xdc','\x7f','\x41','\xf9','\x9e','\xa2','\xc2','\x35','\x4b','\x05','\xad','\xcf','\xcd','\xb9','\x1f','\x54','\x15','\x53','\x17','\xbe','\xa8','\x04','\x1c','\x56','\x3b','\x9a','\x1b','\xf4','\x93','\x2a','\xe6','\x38','\xea','\xeb','\x8d','\x83','\x08','\x9c','\x36','\xef','\x0c','\x51','\xea','\x8e','\xfe','\x86','\x62','\x6b','\xc4','\xa0','\xbb','\x93','\x5e','\xf9','\x01','\x09','\xe8','\x17','\xf7','\x86','\xb9','\x68','\x6f','\x75','\x3a','\xe8','\x30','\x34','\xb4','\x58','\xb4','\x73','\xf9','\x6f','\x0f','\x64','\xb8','\xca','\xd7','\xc0','\xe1','\x4d','\x82','\x32','\x23','\x09','\x03','\x09','\xfe','\x1d','\xc9','\xff','\x91','\xf5','\xdc','\x4f','\x14','\x7f','\x78','\xb2','\x0b','\x4f','\xf5','\x33','\xb5','\x72','\xa4','\xe2','\x3a','\x88','\xae','\x3b','\x48','\x3c','\x3b','\xad','\x05','\xd2','\xe2','\xf2','\x51','\x03','\x26','\x08','\x12','\x94','\x27','\x9f','\x6d','\x30','\x0b','\x48','\x81','\xd8','\xf2','\xbc','\xdb','\x05','\xa7','\xa7','\xe4','\xbc','\x8f','\x44','\x68','\xb2','\xb3','\x10','\x0e','\x43','\x17','\xb4','\x25','\x02','\x8e','\x5d','\x9e','\xe2','\x39','\xb3','\x01','\x4a','\x53','\xc2','\xd4','\x4a','\xe5','\xbe','\x45','\xd5','\xae','\xa2','\xdb','\x3a','\x93','\x33','\x7c','\xa2','\x3c','\xc0','\xae','\x16','\xe9','\x4a','\x18','\x72','\x72','\x15','\xf6','\x40','\x0d','\x8b','\xbc','\x52','\xe7','\x0e','\xc6','\xc4','\x22','\xc3','\xdc','\xa3','\x82','\xec','\x3a','\x11','\x90','\x0e','\x88','\xd7','\xe0','\xca','\x4f','\xb5','\x28','\xc7','\x58','\x05','\xec','\x84','\x11','\x43','\x88','\x46','\x8b','\x71','\xad','\xa1','\xd3','\x01','\x50','\x0e','\xc3','\x5d','\xba','\xcb','\xe6','\x72','\xac','\x0a','\xf5','\x68','\x60','\xbd','\xc7','\x28','\xd1','\x64','\xfa','\xde','\xad','\x5f','\x0f','\xa2','\x9b','\xe4','\x1a','\x6b','\xb2','\x83','\xdb','\xfc','\x5c','\xfd','\xac','\x7f','\x5f','\x48','\x56','\x52','\xb7','\x09','\xed','\xc3','\xae','\x5c','\x72','\xeb','\xb6','\x1e','\xde','\x6d','\x79','\x8d','\x07','\xe9','\xc5','\x26','\x00','\x50','\x6c','\xc0','\x45','\x77','\x6e','\x2f','\x8a','\x99','\x44','\x23','\xbc','\x35','\xee','\xbf','\x05','\x2d','\x01','\x5e','\x13','\xf6','\x3d','\x8b','\x8e','\xb7','\xaa','\x05','\x59','\x77','\xb8','\xd5','\x33','\xa5','\x51','\x24','\xa8','\x94','\x7d','\x46','\x6d','\xb2','\x10','\xde','\xfa','\xf6','\x37','\xe3','\xb5','\xbf','\xfd','\x2a','\xfc','\xf5','\xdf','\x7c','\x10','\x57','\x5c','\x7e','\x1f','\x3c','\xe5','\xdb','\x9f','\x89','\x27','\x5e','\xf3','\x2d','\x49','\x36','\xaf','\x93','\x42','\x9c','\xb2','\x66','\xc5','\xcb','\x06','\xcb','\x45','\xea','\x4a','\x55','\x04','\x5f','\x49','\x9b','\x5c','\x9f','\x3c','\xbe','\xc8','\x63','\x2b','\x2b','\x54','\x8f','\x2e','\xc9','\xe1','\xf5','\x71','\x27','\x60','\x67','\x77','\xc4','\xce','\x6e','\xb2','\xfc','\xfc','\xde','\x9b','\xdf','\x88','\x5f','\x7f','\xe5','\xaf','\xe3','\x03','\x1f','\xf8','\x4b','\xdc','\xf7','\xbe','\x57','\xe2','\x59','\xdf','\xf1','\x6c','\x3c','\xe5','\xc9','\x4f','\xb1','\x4a','\x1a','\xb7','\x34','\xdf','\xa6','\xb9','\x89','\x76','\xb4','\x51','\x4f','\x87','\x35','\xdf','\x7f','\x7b','\x10','\x45','\xc9','\x7f','\xbb','\x25','\xbd','\xf7','\x8a','\x39','\xc4','\xa7','\x1b','\xd3','\x6c','\x99','\x1b','\xe4','\x65','\xf9','\x68','\xf1','\xe5','\x72','\x2a','\x78','\x11','\x2c','\x78','\x01','\x33','\x21','\xca','\xd9','\x49','\x4c','\x89','\x2e','\x6a','\x5a','\x7d','\xf2','\xb7','\x3e','\x03','\x4f','\xb8','\xe6','\x5b','\xd2','\xf7','\xb2','\x19','\x30','\x8c','\x84','\x71','\xd4','\xa0','\x07','\xd9','\xfa','\x53','\x8e','\x21','\xdb','\x84','\x74','\xc9','\x81','\xe6','\x5e','\x2c','\x76','\xe1','\x10','\xe9','\xb0','\x33','\x5b','\x11','\x73','\xaf','\x01','\x0b','\x45','\x8e','\x43','\x19','\xf0','\x20','\x79','\x6b','\x6c','\x08','\x82','\xa0','\x3e','\x72','\x5b','\xbb','\xc0','\x5d','\x8c','\xb4','\xd0','\xf1','\x46','\xd0','\x33','\x8b','\x13','\x3a','\x72','\x64','\x38','\x11','\x92','\x80','\x44','\x9f','\x24','\x20','\x44','\x21','\x9a','\xde','\x65','\x67','\x87','\x4e','\xe5','\x84','\x11','\x90','\x5c','\x3f','\x24','\x5a','\x9d','\x44','\x3e','\x4c','\xc0','\xa2','\xae','\xcf','\xfd','\x5d','\x03','\xd3','\xa6','\x69','\x33','\xda','\xe1','\x91','\xba','\x70','\x2c','\xfd','\xbf','\x98','\x89','\x3b','\xbc','\x5e','\x80','\x90','\x3b','\x08','\xdb','\x12','\x48','\xc3','\x22','\x7c','\x91','\xb3','\xeb','\x89','\x9b','\x97','\xf9','\x5c','\x48','\x92','\x89','\x99','\x19','\x69','\x14','\x96','\x3b','\x5f','\xea','\x80','\xb4','\xfa','\xf7','\xde','\x27','\x73','\x02','\xb1','\x50','\x32','\x9c','\x32','\x42','\xd9','\x5d','\xc5','\x82','\x1e','\xe8','\xb9','\x1f','\xca','\xd1','\xa0','\x08','\x12','\x06','\x34','\xc6','\x1c','\xfa','\x55','\xab','\x30','\x49','\xe1','\x41','\x69','\xd5','\xb4','\x25','\xbe','\x44','\x28','\x40','\x9b','\x1a','\x27','\xb4','\xc9','\x8c','\x8c','\xf9','\xd5','\x9a','\xa0','\x13','\x5a','\x17','\x9b','\x95','\x93','\xf4','\x77','\x18','\x08','\x3b','\x3b','\xc9','\xea','\xb3','\x7b','\x6a','\xc4','\x6a','\x67','\x34','\x77','\xc7','\xa6','\x7d','\xd4','\x2f','\xa7','\x64','\x59','\xa9','\x6e','\x75','\xbf','\x89','\x6a','\x9d','\x71','\x56','\x28','\x5f','\x7f','\x59','\xc9','\xe6','\x67','\x8d','\xd2','\x6b','\xca','\x0f','\xda','\xf9','\x75','\x63','\x95','\x5d','\x74','\xb6','\x4d','\x0e','\x80','\x0a','\xc8','\x0b','\xca','\xf3','\x40','\x40','\x60','\xb9','\xb4','\x5a','\xfe','\x5f','\xf0','\xe7','\x32','\x0b','\x21','\x39','\x37','\xb5','\x40','\x58','\x5f','\x98','\xb0','\xbf','\x3f','\x21','\xc6','\x49','\xa2','\x80','\xb2','\x9b','\x57','\x85','\xd1','\x1d','\xb7','\x53','\x05','\xc8','\x21','\x8f','\xa5','\xed','\xfe','\x33','\x01','\xea','\x43','\x1f','\x44','\xad','\x71','\x4a','\x78','\x1e','\x77','\x8d','\x46','\x97','\x9b','\x4b','\xba','\x91','\xb5','\xc0','\x3b','\xaa','\xae','\xcd','\xbc','\x3f','\x9a','\x8c','\x9d','\x53','\xd9','\x0e','\x53','\x46','\x3e','\x63','\x56','\xb9','\xbd','\x69','\x26','\x64','\x05','\x45','\x15','\x9f','\xc8','\x39','\x52','\x9f','\x3f','\xfb','\xa8','\x79','\x6d','\x39','\x33','\x1a','\xcb','\xb2','\x52','\x99','\xef','\x83','\xf1','\x83','\xa0','\x2f','\xb5','\xac','\xaa','\x31','\xa1','\x68','\x96','\x29','\xa6','\x36','\x6f','\x04','\xbc','\xfc','\x95','\x2f','\xc3','\x75','\xbf','\xf4','\x4a','\xf0','\xad','\x97','\x03','\xeb','\xcf','\xc1','\xc7','\x3f','\x1e','\xf1','\x82','\x7f','\xfb','\x4b','\xb8','\xf5','\xb6','\x5b','\xf1','\xf4','\x27','\x7f','\x87','\x29','\x37','\xcb','\x03','\x43','\xb9','\x23','\x52','\x30','\xfb','\xf7','\xfa','\x4b','\xa5','\x94','\x29','\xdd','\x91','\x5b','\xf7','\xcc','\x48','\x16','\xa7','\x90','\x36','\x70','\x87','\x55','\xc0','\xce','\xce','\x80','\x9d','\xbd','\xa4','\xfc','\x8c','\xab','\x80','\x97','\x5e','\xfb','\xcb','\x78','\xfe','\xcf','\xbe','\x0c','\xf1','\xd3','\xf7','\x02','\xef','\x3f','\x10','\xff','\xf9','\xbf','\x44','\xfc','\xe4','\x87','\x5f','\x80','\x5b','\x6f','\xbd','\x05','\xdf','\xf5','\x5d','\xdf','\x33','\xdf','\xd6','\x3a','\xf5','\xf8','\xb7','\xc7','\x4e','\xf2','\x4b','\xb1','\x59','\xd0','\xf4','\x0b','\xf3','\xc4','\x55','\x00','\xef','\x79','\xa0','\xdb','\x93','\xc0','\x77','\x64','\x3a','\x2a','\xa6','\x9d','\xeb','\x69','\x8b','\x49','\x66','\xbe','\x17','\x6b','\xb5','\x2a','\xbf','\x1c','\x09','\x13','\x01','\xbf','\xfe','\xca','\xeb','\x70','\xed','\x2f','\xbe','\x12','\x7c','\x5b','\xa6','\xd5','\x17','\xfe','\xdc','\x2f','\x27','\x5a','\x7d','\xca','\x77','\xb8','\xa8','\x6f','\xc1','\x05','\x15','\xc9','\xd3','\x5c','\xee','\x1d','\x76','\x64','\x26','\xea','\xb9','\xba','\x2b','\xa4','\xc3','\xcd','\xd5','\x7a','\x6a','\x2f','\x3c','\x9d','\xa6','\xa9','\x6b','\x24','\x28','\xa2','\xc0','\xad','\xd7','\xeb','\x82','\x40','\xa6','\x69','\x3a','\x32','\x83','\x9e','\x4b','\x47','\x9e','\x06','\x17','\x4d','\xc1','\x9a','\x6c','\x0a','\x07','\x5b','\x68','\xce','\xa8','\x37','\x33','\x93','\x6c','\xbc','\xc8','\x7d','\x2c','\x21','\x26','\xa1','\x48','\x5b','\xfa','\xc2','\x19','\x7d','\x6d','\xa9','\xd4','\xaa','\x1b','\x47','\x92','\xfc','\xe5','\x0e','\x73','\xf6','\xd9','\xa4','\xd9','\x72','\xb6','\x1d','\x9f','\xa3','\x8f','\x63','\xf5','\x27','\xe5','\x17','\x17','\xad','\x0d','\x9b','\x0a','\xb6','\x55','\x7e','\x90','\x0f','\xe6','\x99','\xaf','\x0a','\x23','\x7d','\x3e','\x5b','\xac','\x5b','\x0b','\xfe','\x0c','\x88','\x7e','\x67','\xee','\x1e','\x21','\xef','\x54','\x3a','\x38','\xb1','\x35','\x53','\x3c','\x72','\x5a','\x18','\x97','\xfa','\x5c','\xcb','\xc2','\xdb','\xad','\xf8','\x4d','\xa5','\xfb','\x54','\x3b','\xef','\x59','\x19','\x88','\x72','\x2e','\x60','\x12','\x40','\x63','\xb7','\xbf','\xab','\x72','\x24','\x97','\xa1','\x16','\x2d','\x98','\x53','\xb8','\xda','\x16','\x6c','\xf5','\x98','\x8b','\x5f','\xd8','\x4f','\x8d','\xd3','\x91','\xd9','\xdc','\x54','\x72','\xe6','\xc4','\x54','\xb2','\x72','\x96','\xce','\xfb','\x8c','\x3b','\xe9','\x8e','\x9f','\xdd','\xd3','\x23','\x76','\x76','\x06','\x90','\x46','\x7a','\x53','\xc4','\xe5','\x6b','\xf5','\x34','\xcb','\x2d','\xd0','\xd5','\x00','\x2d','\x49','\xe9','\x89','\xe9','\xee','\x9a','\xda','\xfd','\x6d','\xae','\xa3','\x05','\xe8','\x76','\x74','\xe9','\x9a','\x51','\xf4','\xc8','\xca','\x6b','\xb5','\x29','\x62','\x14','\x87','\xc7','\x2d','\xa6','\x2f','\x04','\xb1','\x6e','\xa5','\xd1','\x97','\xc0','\x90','\xb4','\xbf','\x31','\x6d','\x3c','\x51','\xcc','\x81','\x6b','\x96','\x02','\x83','\x18','\x20','\x96','\x75','\x14','\x06','\xc2','\xca','\xc0','\x75','\xd6','\x5a','\xa7','\xb5','\xba','\xb5','\xc9','\x59','\x23','\x6f','\x65','\xea','\x8c','\x85','\x06','\x3d','\x88','\xc6','\x83','\xf5','\xcc','\x4a','\xca','\x30','\x80','\x00','\xc8','\x19','\xd8','\x04','\xff','\x5b','\x5c','\x5c','\x03','\x4a','\x79','\x58','\x67','\x3b','\x0e','\x85','\xe4','\x50','\x49','\xda','\xf6','\xf2','\x5f','\xbf','\x0e','\xd7','\xbe','\xec','\x17','\x97','\xf3','\x76','\xfa','\x52','\x5b','\x3c','\xeb','\xf4','\x88','\x87','\x7f','\x39','\xbe','\xe6','\xab','\x1f','\x65','\x34','\xfb','\x95','\x5f','\xf1','\x75','\xd8','\x5d','\xed','\xa4','\x91','\xd3','\x0d','\x20','\xbd','\xa4','\x13','\x0e','\x68','\xba','\x33','\x5a','\x24','\xe3','\xed','\x6b','\x29','\xf9','\x0f','\xe7','\x39','\x03','\xec','\x7c','\x57','\xdd','\x34','\x72','\xca','\x8f','\xcd','\x53','\xc5','\x46','\x3e','\xf1','\xc9','\x4f','\xe0','\xba','\x6b','\xaf','\x03','\x7f','\xea','\x01','\xf9','\x45','\x0c','\xe0','\x4f','\x5d','\x89','\xeb','\x7e','\xe5','\x15','\x78','\xf8','\x17','\x3f','\x02','\x9f','\xfb','\xa0','\x87','\x74','\x85','\x84','\xba','\xcc','\x59','\xe1','\xaa','\xc4','\xc8','\x3a','\x49','\x32','\x9c','\x8a','\xcf','\x98','\x1c','\x10','\xf1','\x16','\x2e','\xca','\x40','\x95','\x75','\x49','\x29','\x6d','\x57','\x6e','\x6f','\x9f','\xf8','\xe4','\x27','\xf0','\x82','\xe7','\xff','\x22','\xa6','\x1b','\xef','\x57','\xb4','\x79','\xba','\xf1','\x3e','\x78','\xe1','\xcf','\x5d','\x8b','\xaf','\xfc','\xca','\xaf','\xc2','\x55','\x0f','\xbd','\xaa','\x68','\xeb','\x81','\x53','\x6f','\x8a','\x1d','\x04','\xe2','\xa5','\x7c','\xed','\x67','\xc7','\x92','\xe6','\xe5','\xef','\x16','\xdf','\x76','\xf3','\x94','\x32','\xef','\x8d','\x6f','\xfa','\x5d','\xbc','\xf2','\x95','\xbf','\x8e','\x0f','\xfc','\xd5','\x5f','\x1e','\xb0','\x11','\xe5','\xc3','\x87','\x3e','\xf4','\x2a','\x3c','\xf5','\x29','\x4f','\xc7','\x63','\x1f','\xfb','\xf8','\xed','\xda','\xd4','\x94','\x29','\xd4','\xac','\xca','\xb1','\x6c','\x16','\x7e','\xf2','\x93','\x37','\xe2','\xda','\x6b','\xaf','\x03','\x7f','\xba','\xa2','\xd5','\x4f','\x5f','\x89','\x97','\xbd','\xf4','\xd7','\xf1','\x88','\x87','\x7f','\x19','\x1e','\xf2','\x90','\xab','\x9a','\xc0','\x07','\x5e','\x01','\xf5','\xba','\xf8','\x7c','\x2f','\xfa','\xee','\x72','\x27','\x9f','\xb6','\x04','\xcd','\x87','\x29','\x52','\x93','\x2b','\xba','\x17','\xcc','\xad','\x17','\xe4','\x0d','\xd8','\x70','\x11','\x6a','\x93','\x8e','\xda','\x7e','\x4f','\x97','\x16','\xdb','\x5c','\xa6','\xb0','\x2b','\x60','\x52','\x32','\x73','\xb2','\xe7','\x84','\xb6','\xdb','\xef','\x45','\x0e','\xc9','\x19','\x21','\xf1','\x41','\x97','\x72','\x89','\x38','\xf9','\x94','\xc3','\x74','\x24','\x53','\x8c','\xf4','\x22','\xb2','\x6d','\x5d','\xc8','\x36','\x4e','\xa5','\x2b','\xc6','\x94','\x2b','\xb9','\xb3','\xc8','\xbb','\xc1','\x00','\xcb','\xd8','\x62','\x6b','\xf0','\xcc','\x1b','\x0a','\x3a','\x68','\x72','\x15','\xb7','\x7d','\xe4','\x76','\x09','\x1d','\x06','\xe5','\x6f','\xf1','\x4d','\xa1','\xb0','\x10','\xf2','\x0e','\x22','\x67','\xa1','\xb8','\x40','\x32','\xae','\x94','\xcc','\x8d','\x7a','\x32','\x7e','\x89','\xf9','\x1a','\x0e','\x74','\xca','\x4f','\xf6','\x75','\xa7','\x4a','\xf9','\x39','\x81','\x45','\xbe','\x29','\x2d','\x54','\xd5','\x73','\x6b','\xab','\xc1','\xc6','\xc6','\x96','\xf6','\x32','\xf8','\xb1','\xb0','\xb5','\x58','\x0a','\x7a','\x55','\x7e','\xd4','\xb5','\x2d','\x0c','\xce','\x8f','\x9f','\xd3','\xc5','\x85','\xba','\x7b','\x6c','\xf5','\xf4','\x18','\x1a','\xd5','\x2f','\x33','\xd0','\xe5','\x2a','\x6f','\x57','\xd1','\xb3','\xe2','\x5d','\x3b','\xad','\x0b','\x59','\xf1','\xf1','\xbc','\x25','\xed','\xd2','\x96','\x67','\x6e','\x7c','\xa4','\xb7','\x9d','\xbd','\x11','\xe3','\x2a','\xbb','\xbc','\xf9','\x8d','\x8c','\x7a','\x93','\xba','\xa6','\x9d','\x3c','\x84','\xce','\xe2','\x63','\x61','\xae','\x61','\xae','\x69','\xae','\x39','\xb9','\xfd','\xfa','\xbb','\x43','\x28','\x7d','\xcb','\xd0','\x8c','\x52','\xcb','\xfe','\xff','\x0a','\x2d','\x76','\xc6','\xbe','\x10','\xe2','\x55','\x57','\xeb','\xe7','\x3d','\x3a','\x61','\xcd','\x1b','\x39','\x2d','\x5e','\x8d','\xe2','\xc5','\xf9','\xcc','\x50','\x5d','\x2d','\x75','\xfe','\x08','\x12','\x19','\xab','\xe0','\xab','\x34','\xa5','\xfb','\x5f','\x58','\x2c','\x4b','\x91','\x2c','\xdc','\xba','\x8d','\x41','\xc6','\xdf','\xb6','\xe3','\xa4','\xe4','\xc4','\x10','\xcb','\xc5','\x04','\xe8','\xa5','\x72','\x81','\xa3','\xdb','\xc4','\xc8','\x2c','\xd5','\x93','\x68','\x49','\x62','\xf5','\x82','\x42','\xc6','\x37','\x84','\x19','\x60','\xd6','\x3e','\xf7','\xe1','\x01','\xb6','\xe3','\x1c','\xf3','\x83','\x4e','\x00','\xae','\x7d','\xd9','\x2f','\x22','\x7e','\xf4','\x41','\x5b','\x95','\x74','\x90','\xf4','\x9e','\x37','\xff','\x3d','\xde','\xf3','\xce','\x17','\xdb','\xdf','\x3f','\xb3','\xf7','\x7f','\x02','\x00','\xbe','\xe3','\x99','\xdf','\x83','\x87','\x3d','\xf4','\xf3','\xf0','\x45','\x5f','\xf8','\x25','\x79','\x4d','\x68','\x7b','\x1c','\x40','\xf3','\x6d','\x2e','\x78','\xbb','\xfc','\xdb','\xdb','\x48','\x21','\x9f','\x49','\xe9','\x8d','\x1c','\x1d','\x72','\xe7','\x5b','\x24','\x39','\xf1','\xa1','\x0f','\x7d','\x00','\xd8','\x3f','\xdd','\xef','\xcc','\xfe','\x2e','\xfe','\xd3','\x7f','\xfa','\x3b','\x7c','\xee','\xe7','\x3c','\xa4','\x6c','\x6f','\xfd','\xaf','\x30','\x8b','\x42','\x0e','\x44','\xa7','\xdc','\x74','\x8a','\xd6','\xfe','\x14','\x77','\x04','\x4a','\x0a','\x44','\xc0','\x90','\x43','\x70','\x5b','\xc0','\x03','\xe1','\x8d','\x7f','\xf9','\xe7','\x7f','\x01','\x3e','\x7f','\xaa','\xdb','\x64','\xbe','\xb0','\x8b','\xbf','\xfd','\x8f','\xff','\x31','\x2b','\x40','\x35','\xcf','\xf4','\x42','\x71','\xae','\x71','\xa8','\xa8','\x66','\x6e','\x5d','\xfb','\xf2','\x7a','\x89','\xea','\xe2','\x3b','\x6b','\x61','\x21','\x1d','\x06','\x32','\x1c','\x24','\x71','\xf5','\xcb','\x2b','\x5f','\xf9','\x0a','\xfc','\xd9','\xdb','\x6f','\x05','\xef','\x3f','\xf0','\x48','\xe5','\xfe','\xf9','\xc7','\x6e','\x03','\xf0','\x8a','\x42','\x01','\x2a','\xf8','\x42','\x17','\x33','\x69','\xbe','\xfc','\x46','\xad','\xc9','\xc9','\x12','\x04','\x7c','\x70','\x89','\x56','\xd7','\xbb','\xf8','\xf0','\x47','\x3e','\x8c','\x87','\x7d','\xde','\xe7','\x61','\x18','\x7d','\x80','\x25','\x77','\xde','\x0c','\x69','\x33','\xa7','\xb6','\x52','\x9b','\xd8','\xf3','\x13','\x7c','\xe2','\x1a','\xd0','\x12','\x2a','\x3b','\x6a','\xe5','\x0b','\x44','\xb6','\x50','\x74','\x08','\x01','\xcc','\xbc','\x1c','\x04','\x21','\xdd','\xb2','\x5c','\x06','\x3d','\x38','\xf4','\xb9','\x92','\x6d','\x92','\x02','\xda','\xce','\xb3','\x82','\xf1','\x39','\x5f','\xc6','\xae','\x60','\x2f','\x84','\x47','\x1a','\x7c','\xb5','\xb2','\x04','\xb2','\x47','\x76','\x51','\xb3','\xbf','\xa7','\x82','\xe4','\xbc','\x90','\x9a','\x8b','\x0e','\xd4','\xdb','\xa2','\x41','\xee','\xcb','\x6a','\xfe','\x6d','\x0c','\x55','\x09','\xf2','\x7d','\x05','\x57','\xdc','\x67','\x43','\xaa','\x01','\x56','\x5b','\xdd','\xdd','\x2e','\x35','\x98','\x52','\x41','\xc6','\x4c','\x4e','\x53','\x96','\x09','\x29','\x84','\xa9','\x0c','\x50','\xed','\x7e','\xb4','\xb9','\x5e','\x36','\x20','\x98','\x98','\x49','\x16','\xb4','\x81','\xaa','\x08','\x47','\x33','\x13','\x70','\xa7','\x99','\x97','\xba','\xe3','\xdc','\x57','\x06','\x7d','\x7e','\xa3','\xab','\x8a','\xb4','\xe5','\x73','\x67','\xf5','\x60','\x53','\x7e','\x00','\xe4','\x33','\x3f','\x53','\x1a','\x2f','\xbd','\xa9','\x5a','\xcf','\x62','\xe8','\x5d','\x40','\x1a','\x2e','\x17','\xbe','\x8e','\x19','\x1e','\x7d','\x18','\xb7','\x85','\x86','\x57','\x78','\x01','\xcf','\xa2','\x7c','\x39','\xc0','\xc0','\x48','\x58','\xd8','\x22','\x87','\x49','\xbf','\x86','\x55','\xf2','\xcf','\xdf','\x3d','\x35','\x62','\xef','\xd4','\x88','\x71','\x35','\x20','\x9f','\x01','\xe9','\x31','\x2c','\x1b','\x96','\xc6','\x42','\xa6','\x6b','\x5e','\x0f','\x5c','\xab','\xa2','\xd8','\x0b','\x71','\xad','\x34','\x57','\x16','\x68','\x03','\xd2','\xce','\x9f','\x17','\x7c','\x9d','\xc1','\x60','\x16','\x6b','\xd3','\x5c','\x9e','\x6a','\xb8','\xd2','\x30','\xb1','\xac','\x23','\x78','\x34','\x9b','\xe9','\x63','\x06','\xc9','\x58','\xdb','\xe4','\x6c','\x48','\xca','\x2b','\x02','\x3b','\xa4','\x03','\xe8','\xe4','\x0e','\x68','\xce','\xb1','\x40','\xe5','\xca','\x21','\x00','\xab','\x31','\xd8','\x45','\x9a','\x17','\x02','\x01','\xe7','\x27','\xac','\xd7','\x53','\xb6','\xd2','\xb9','\xc3','\xef','\x6c','\x1f','\x97','\x83','\x42','\x84','\xec','\x9a','\x2c','\x91','\xdf','\x62','\x04','\xb0','\x8e','\xe9','\x79','\x08','\x72','\x37','\x55','\x56','\xb8','\xf2','\xbe','\x06','\xdb','\x9c','\x78','\xb6','\xdf','\x0b','\xb3','\x7c','\x20','\x6a','\x5d','\x02','\x9a','\x87','\x48','\xcf','\xf9','\x8e','\xef','\xc1','\x4b','\x9d','\x05','\x88','\xcf','\xde','\x03','\x7c','\xdb','\x3d','\x81','\x75','\xdf','\x07','\x7e','\xeb','\xb4','\xbf','\x03','\xec','\xdf','\x3b','\xff','\x7d','\x4b','\xfa','\xfd','\x65','\x2f','\x79','\x3d','\x68','\xf5','\x1b','\x78','\xf0','\xe7','\x7d','\x16','\x9e','\xf4','\x4d','\xdf','\x8e','\x47','\x3d','\xf2','\x31','\x00','\x57','\x1b','\x65','\x95','\x52','\xde','\xa8','\x70','\xbd','\xb5','\xe2','\x33','\x3a','\x65','\x54','\xa7','\x35','\x2b','\xa6','\xe5','\xda','\xd0','\xb9','\x7f','\xf0','\x83','\xaf','\x02','\x56','\xb7','\xf7','\xfb','\xb2','\x3a','\x8f','\x07','\x3c','\xe0','\x81','\xed','\x99','\x67','\xd7','\x2e','\x92','\x4a','\x34','\xc4','\x35','\xcb','\x5a','\x57','\x77','\xbf','\xa5','\x54','\x2a','\x78','\x56','\x9a','\x85','\x2f','\xd6','\x3b','\x7e','\x56','\xab','\xc1','\x00','\x2d','\x33','\xe3','\x61','\x9f','\xf7','\x79','\xa0','\xdd','\xb3','\xfd','\x32','\x77','\xce','\xe3','\xb3','\x3f','\xfb','\xb3','\x17','\xeb','\xed','\xa6','\x6a','\x4c','\x7b','\x2e','\xa2','\xba','\x96','\xfb','\xf8','\xaa','\xcc','\x4b','\x07','\xa4','\xd7','\x3b','\x83','\x0c','\x7c','\xea','\x53','\x9e','\x0e','\xe0','\x15','\xf8','\xc0','\x5f','\x7d','\x00','\x00','\x10','\xcf','\x5d','\x82','\x78','\xcb','\x3d','\xc0','\xe7','\x77','\x16','\xbf','\x0b','\x97','\x7d','\x1a','\x61','\xef','\x36','\xd0','\xea','\x1c','\x80','\x64','\x01','\x7a','\xca','\x53','\x9e','\xbe','\x7d','\xff','\x1d','\xdd','\x66','\xed','\x48','\xef','\x86','\xca','\x67','\xdc','\xae','\x7a','\xe8','\xc3','\x16','\x69','\xf5','\xb3','\x1f','\xf8','\x40','\xb1','\xfc','\x0c','\xb2','\xe1','\x9a','\xe7','\x31','\xf3','\x3b','\x2e','\x26','\xb7','\x9e','\xa6','\xec','\x75','\x84','\x63','\xe5','\x37','\x77','\xc6','\x54','\x2b','\x3a','\xcc','\xdc','\x0d','\x8c','\x00','\x38','\x05','\xc8','\xbb','\xaf','\x68','\x3a','\xc9','\x28','\x70','\xa9','\x65','\xf6','\x4f','\xf6','\x68','\xe3','\x0c','\x60','\xd3','\xdf','\xdc','\x59','\xb5','\xcb','\xc5','\x99','\x16','\xac','\xee','\x67','\x48','\x42','\x6f','\x40','\x81','\x79','\x12','\x5b','\x0a','\x4e','\x13','\x3b','\xe8','\x6a','\x55','\x30','\x5e','\xf2','\xfa','\x3e','\xd3','\x71','\x5b','\x8a','\x7a','\x26','\x28','\x03','\xcd','\xfc','\x01','\xfb','\x6f','\xa0','\xcb','\xa5','\x6d','\x5e','\x31','\x2c','\x5e','\x32','\x1c','\x57','\xaa','\x41','\xa3','\x14','\xaf','\xa2','\xcc','\x0b','\xb8','\xad','\x6e','\x8b','\x3e','\x50','\x86','\x36','\xab','\x57','\x7c','\xda','\x48','\x46','\x0e','\x10','\x92','\xd7','\x8e','\x64','\x7f','\x95','\x4b','\xb7','\x96','\x34','\x54','\xbd','\x46','\x74','\xd0','\x8c','\x48','\x67','\x76','\x13','\xa3','\x91','\x7b','\x0a','\xa6','\xd2','\x15','\xf1','\xae','\x6d','\xae','\x3d','\xb3','\xf5','\x1e','\x43','\x6a','\x76','\xa6','\x8b','\x2e','\x95','\x20','\x7b','\xbe','\x0c','\x2b','\xc9','\x5a','\x6c','\xc0','\x9c','\xe1','\x14','\x92','\x44','\x84','\xba','\xc3','\xa4','\xa1','\x69','\xf5','\xfe','\x16','\x73','\x7b','\x93','\xfb','\x7e','\xa6','\x89','\xb1','\xde','\xd7','\x80','\x08','\x99','\x49','\xf7','\xe7','\x43','\x5a','\xb1','\x11','\xad','\x97','\x9b','\x0a','\xbe','\xad','\x70','\x73','\x6e','\xef','\x18','\x16','\xed','\x89','\x7d','\x23','\x54','\x19','\x01','\x9b','\x8f','\xf6','\x38','\x04','\xec','\x68','\xa4','\xb7','\x9d','\x11','\xc3','\x28','\x81','\x62','\x1a','\xfa','\x48','\xfd','\xf7','\x37','\x70','\x6b','\x32','\x52','\x55','\xe5','\x23','\xea','\xf9','\x27','\x4e','\x77','\x23','\xc5','\xfc','\xae','\x1c','\x81','\x76','\x12','\x6d','\x5e','\x08','\x76','\x90','\xba','\x1d','\x0f','\x57','\x71','\x1e','\xa2','\xc6','\xfa','\x9c','\x35','\x8f','\xfa','\x73','\xd9','\xbd','\x16','\x3e','\x4c','\x2c','\x4a','\xc3','\x52','\x55','\xa6','\x0d','\x95','\x65','\x16','\x74','\xc6','\xe9','\x9e','\x15','\x62','\xdd','\xbd','\x4c','\x3b','\x72','\x16','\x91','\xc8','\xb1','\x61','\xdf','\x44','\xfd','\x85','\x02','\x30','\x78','\x01','\x4f','\x04','\x3a','\x07','\xac','\x25','\x38','\x02','\x4f','\x31','\xfb','\xd7','\x13','\x35','\xd6','\x08','\x5f','\x28','\xe9','\x19','\x51','\xa9','\x30','\x8a','\xc5','\x2f','\x70','\x4c','\x67','\x8f','\xe4','\x7c','\x68','\x70','\xeb','\x9b','\x15','\x10','\xbb','\xf1','\xd5','\xb6','\x6b','\x50','\x1e','\x95','\x5b','\xc4','\x54','\x45','\xca','\xdb','\x40','\xc4','\x46','\x53','\xfd','\x7c','\xa5','\x45','\x69','\xbe','\x2c','\x06','\xf0','\xf4','\xa7','\x3d','\x0b','\x4f','\x7f','\xda','\xb3','\x6c','\xe8','\xde','\xf2','\xd6','\x37','\xe3','\x27','\x7f','\xf2','\x27','\x10','\x3f','\x71','\xbf','\xe4','\xf6','\x50','\xa7','\xdd','\xb3','\xa0','\x1d','\x01','\xdd','\xa7','\x6f','\xea','\x16','\xca','\x67','\x45','\xf1','\xb9','\xed','\x9e','\x6d','\x19','\xb7','\xdd','\x03','\x8c','\x7b','\xe0','\x83','\xff','\xee','\x1c','\x7e','\xf2','\xcf','\x7f','\x1e','\x7f','\xfc','\x27','\x37','\xe0','\xb1','\xdf','\xf8','\x04','\x7c','\xc1','\xe7','\x7f','\x61','\xe6','\xdd','\xcc','\x16','\x27','\x45','\xd7','\xba','\xee','\x56','\xe7','\x0d','\xa6','\x6e','\xcf','\x8d','\xa4','\x6c','\x9f','\x41','\x69','\x99','\x90','\xdf','\x79','\xb8','\x27','\x95','\x5e','\x7e','\xaf','\xcb','\xf1','\xec','\x67','\x3f','\x0b','\xd7','\xfe','\xca','\x2b','\xc0','\x37','\xdf','\x27','\x29','\x80','\x21','\x82','\x2e','\xfb','\x38','\x9e','\xfd','\x9d','\x4f','\xc7','\x83','\x2b','\xeb','\x4f','\x55','\xab','\xf0','\x86','\x5c','\x7a','\x4d','\xdb','\x5d','\x3d','\x40','\xce','\xfc','\x14','\x6f','\xa4','\xe1','\x14','\x08','\xc3','\x98','\x5c','\xdd','\xf4','\x82','\x53','\x72','\x61','\xae','\x99','\x81','\xcb','\xef','\x7d','\x05','\x7e','\xe0','\x07','\xbf','\x07','\x2f','\xfc','\xb9','\x6b','\x31','\x7d','\xf2','\x72','\xf0','\x7e','\x6a','\xf3','\x70','\xef','\x4f','\xe0','\x07','\xff','\xc7','\xe7','\xe0','\xa1','\x57','\x5d','\x55','\xd6','\xd7','\x59','\xeb','\xbd','\xbf','\x0b','\x6b','\xa8','\xeb','\x4a','\xc3','\x61','\xe6','\x48','\xab','\x80','\x47','\xee','\xcb','\x39','\x91','\x37','\x97','\xca','\x29','\x3a','\x54','\x6a','\x9b','\xe8','\x78','\xe3','\xcc','\x78','\x3c','\xee','\x71','\x8f','\xc7','\xe3','\x1e','\x97','\xad','\x36','\x7f','\xf0','\xae','\x77','\xe2','\x47','\x7f','\xe4','\x9f','\x61','\xfd','\x5f','\x3f','\x13','\xdc','\xdb','\x18','\x08','\x11','\xe3','\x15','\x1f','\xc5','\x73','\x7f','\xe8','\x3b','\xf1','\xa8','\x47','\x7d','\x03','\xee','\x7f','\xff','\x07','\x94','\xef','\xbb','\x4b','\x9b','\x67','\xc7','\x2f','\x8d','\x98','\xdf','\xb4','\x52','\x97','\xe0','\xc4','\x0b','\x2f','\xbf','\xfc','\x72','\x3c','\xe7','\x39','\xcf','\xc6','\x4b','\x7f','\xf9','\xe5','\x25','\xad','\x5e','\xfa','\x71','\x3c','\xfb','\xbb','\x9e','\x81','\x87','\x3c','\xe4','\x2a','\xa7','\xf8','\x78','\x2b','\xb5','\x31','\x27','\xd7','\xed','\x9e','\x96','\x73','\xb8','\x11','\x3f','\xfc','\x3c','\xcd','\x11','\xe6','\x51','\xd2','\x96','\x18','\x89','\x81','\xd5','\xd8','\x2a','\x3b','\xe3','\x38','\x2e','\x9f','\x01','\x4a','\xe0','\xa5','\xf4','\x91','\xeb','\xf9','\xcc','\x9d','\x74','\x32','\x20','\xa0','\x6b','\xcc','\xff','\xb1','\xcd','\xc7','\x05','\xe0','\x74','\xcf','\x43','\x02','\x1e','\x01','\x12','\x21','\x4e','\x1d','\x72','\xa1','\xc2','\x38','\x65','\x3d','\x1e','\xab','\x57','\x4d','\x00','\xde','\x5c','\x09','\x13','\x9a','\x9a','\x95','\xfd','\xbb','\xba','\x08','\x47','\xdd','\x65','\xbf','\xa8','\x1c','\xa3','\x4d','\xa8','\xb6','\x5a','\x1e','\xd5','\xe3','\x3b','\x4f','\xaa','\x86','\x6e','\x9b','\x99','\xaf','\x77','\xd9','\x8b','\x3e','\x75','\x24','\x55','\x17','\x6c','\xd6','\xfc','\x8b','\xb3','\x60','\x4a','\x0c','\x2b','\x2b','\xb2','\x1a','\xf1','\xed','\xce','\x98','\x7c','\x77','\x6b','\xe5','\xa1','\xa7','\x0c','\x34','\xdf','\x37','\xc2','\x33','\x67','\xf2','\x30','\x3c','\xd7','\x96','\xf3','\xc5','\x29','\x82','\x27','\xef','\x7e','\x44','\x16','\x7d','\x31','\x46','\x76','\x96','\x21','\x36','\x97','\xa8','\xba','\x9c','\xb2','\xf2','\xfe','\xe3','\x6e','\x96','\x4a','\x26','\x37','\x38','\x44','\xe7','\xd3','\x5d','\xd6','\x9a','\xb5','\xba','\xdc','\x37','\x42','\xb2','\x5a','\xa9','\x8b','\xca','\xde','\xa9','\x14','\xf0','\x20','\x0c','\x6e','\xc2','\xbb','\x5a','\xb8','\x6b','\x80','\x03','\xca','\xf9','\x40','\x79','\x02','\x81','\x2c','\x01','\x0f','\xd4','\x0d','\xd0','\x36','\x4c','\x1c','\x06','\xe6','\xaa','\xdd','\x4d','\x7f','\x3b','\xe3','\xd2','\xcc','\x65','\x31','\x1e','\x2c','\x6d','\x2a','\x99','\x4d','\xc1','\x93','\x8a','\xce','\xe9','\x37','\x09','\xc8','\x9b','\x2b','\xaf','\x03','\x9e','\xdd','\xb9','\xe9','\x29','\x54','\x9a','\x4f','\xce','\x8e','\xa8','\xdb','\x47','\x80','\x28','\x8b','\xa1','\xfc','\xd0','\xb7','\xc9','\x80','\x2f','\x23','\x2b','\xda','\x63','\x30','\x40','\x09','\x02','\xe8','\xc2','\x84','\xf5','\x85','\x09','\x93','\x5a','\xd2','\x40','\xf9','\xfc','\x7c','\x67','\x5c','\xac','\xfc','\x40','\x69','\xef','\x4b','\xe6','\x2a','\x4a','\xd0','\x09','\x8a','\x0c','\x20','\xb9','\xc3','\x31','\x85','\x65','\x7e','\xe9','\xdb','\xb9','\xa5','\x88','\x3a','\x4a','\x5a','\x72','\xad','\x9b','\x4b','\x8f','\x7e','\xd4','\x63','\xf0','\xd7','\x7f','\xf3','\x41','\xfc','\xd6','\x75','\x7f','\x00','\x3e','\x7b','\xa6','\x2d','\xf3','\xd2','\x8f','\xe3','\x9f','\xfc','\xf0','\x3f','\x01','\x00','\x7c','\xcd','\x57','\x7f','\x3d','\x76','\x77','\xf7','\xec','\x5d','\x8c','\x8c','\xb3','\xb7','\x9f','\xc5','\x1f','\xbc','\xeb','\x6d','\x38','\x7b','\xf6','\x2c','\x5e','\xf5','\xda','\x57','\xe0','\x13','\x1f','\x3b','\x0b','\x9c','\xbd','\x0c','\x38','\x57','\x95','\xb5','\x1e','\xc1','\x9f','\xbe','\x02','\xbf','\xff','\x5b','\x7f','\x81','\xb7','\xfc','\xfe','\xdb','\xf0','\x43','\x3f','\xf8','\x83','\x78','\xe2','\x13','\xbe','\xd5','\xd6','\x82','\xad','\x3b','\x52','\x2f','\x8c','\x62','\x6b','\x65','\x26','\x49','\xe4','\x48','\x51','\x10','\xfd','\x89','\xc1','\x02','\x16','\x14','\x84','\x9c','\xcb','\x7b','\xc6','\x53','\x9f','\x85','\x2b','\xef','\xfb','\x19','\x78','\xed','\xeb','\x5f','\x85','\x0f','\xfd','\xcd','\x5f','\xe1','\x8a','\x2b','\xee','\x83','\xa7','\x7e','\xdb','\x77','\xe3','\x9b','\x9e','\xf0','\xad','\x33','\xb5','\x49','\x71','\x42','\x73','\xdd','\x90','\xe1','\x4e','\x0f','\xea','\x2b','\x41','\xb9','\x2d','\x7a','\x0e','\x98','\x08','\x72','\xc1','\xe9','\x80','\x61','\x15','\x30','\x8e','\x41','\x94','\xff','\x16','\xb8','\x7f','\xd7','\x77','\x7d','\x0f','\x3e','\xf3','\xbf','\xfb','\x4c','\xbc','\xe2','\x95','\xaf','\xb0','\x28','\x70','\xcf','\x79','\xf6','\x0f','\xe1','\xc9','\x16','\x05','\x6e','\x8b','\xd4','\x0a','\xb8','\xa2','\xd1','\xde','\x7a','\xa0','\xfc','\xa6','\xf7','\x49','\xd1','\xdf','\x93','\xf4','\x06','\xba','\xc8','\xe9','\x6b','\xbe','\xfa','\x6b','\xf1','\xc3','\x3f','\xfc','\x3f','\xe3','\x79','\xff','\xfa','\xa5','\xe0','\x9b','\x2f','\x6b','\xde','\x87','\x4b','\x6e','\xc1','\x0f','\xff','\x2f','\x3f','\x84','\xa7','\x3c','\xf9','\x69','\x9b','\x61','\xd5','\x21','\x92','\x16','\x17','\x28','\x79','\x54','\x86','\x40','\xf8','\xc7','\x4f','\x7f','\x16','\xee','\x7b','\x9f','\x2b','\xf1','\x9a','\xd7','\xff','\x26','\xfe','\xfa','\xaf','\x25','\x62','\xe1','\x93','\xbf','\x1b','\xdf','\xf2','\xcd','\xdf','\x9e','\xa2','\xbf','\x0d','\x01','\x43','\xc8','\xa1','\xe5','\x7d','\x9a','\xf5','\x40','\x11','\x5a','\x2c','\x37','\x6a','\xef','\xfe','\xa9','\x0e','\x82','\x90','\xee','\x10','\x6b','\x2f','\x47','\x05','\x3a','\x51','\xe0','\x7c','\x2a','\x42','\x38','\x9f','\x74','\x32','\x26','\xd0','\x59','\x8a','\x9b','\x84','\xed','\xac','\xf0','\x77','\x3b','\xab','\x6c','\x57','\x96','\x80','\x62','\x3a','\x23','\x94','\xfe','\x00','\x82','\x32','\x56','\x11','\xc6','\xdb','\xac','\x75','\x63','\xb7','\xb4','\xc0','\x3c','\xea','\x6f','\x94','\x39','\xba','\x88','\x44','\x25','\x62','\xeb','\xf4','\x0d','\xf3','\xef','\xb5','\xde','\x72','\x77','\x90','\xea','\x6c','\xf2','\x34','\x0b','\xa0','\xa2','\x4d','\xac','\x62','\xa6','\x53','\x6f','\x6f','\x5c','\xad','\x6e','\x96','\x3a','\x1a','\xcd','\xcc','\x30','\xd6','\xec','\x98','\x54','\x4a','\xce','\x52','\x96','\x22','\x6f','\x9e','\x32','\x13','\x4e','\x5d','\xf7','\xa8','\x8e','\xd0','\x82','\x5c','\x40','\x67','\x24','\xcd','\x39','\x94','\xba','\x01','\x60','\xa7','\x04','\x95','\x77','\x36','\xc0','\xac','\x02','\x7a','\x20','\xbb','\xdf','\xf4','\xde','\x53','\x1f','\x10','\xb5','\xd7','\x30','\xd7','\x88','\x0d','\xa9','\x19','\x93','\x6e','\x86','\xbe','\xc6','\x67','\xd0','\x61','\x43','\x35','\x4b','\x80','\xbb','\x1e','\x6b','\x65','\xac','\x6a','\x55','\x89','\x12','\x66','\x99','\xa0','\x4a','\x62','\xbe','\x63','\xc3','\x94','\x1f','\x94','\x97','\x3a','\x66','\x10','\x74','\x00','\x0e','\xdd','\xe9','\x4f','\xa1','\x8a','\x30','\x8a','\x39','\xd5','\xb6','\xb3','\xc4','\xd9','\xad','\xf3','\xea','\x73','\xbd','\xcb','\x29','\x45','\x66','\x5a','\x61','\x67','\x77','\xc0','\x6a','\x37','\x59','\x7e','\x20','\xfd','\xc8','\xfa','\x83','\x97','\x2a','\x9e','\xae','\x5c','\xdd','\xf6','\x37','\x5b','\xb8','\x6f','\x8d','\xf8','\x56','\x9c','\x33','\xf2','\x1d','\xa8','\x37','\x46','\xda','\x8e','\x2f','\x0d','\x4a','\xff','\xb1','\xae','\x13','\xc7','\x6f','\x7a','\x3c','\x8e','\x81','\xe4','\x36','\x4a','\x24','\xa0','\x48','\x94','\x1f','\x5d','\x74','\x9e','\xb7','\x34','\x64','\xe6','\x94','\x2a','\x94','\x63','\xaf','\x2c','\x22','\xd1','\x46','\xbe','\x1b','\x28','\xf1','\x62','\x96','\x68','\x6f','\x7a','\x1a','\xa6','\xe4','\x45','\xb5','\xae','\x49','\x44','\x66','\x89','\xf3','\x3e','\xef','\xd8','\x87','\xb9','\x5d','\x5a','\xd0','\x99','\x02','\xe9','\xf9','\xf6','\x52','\x06','\x82','\x0c','\x8d','\x8e','\x00','\x30','\x21','\xae','\x19','\x3c','\x00','\x81','\x09','\x84','\x08','\xad','\x24','\x83','\xe3','\x6c','\x19','\x2b','\xc6','\xb7','\x33','\xf4','\xc7','\x99','\x74','\x63','\xce','\xf3','\xb0','\xa2','\x4b','\x0b','\xe9','\x41','\x0f','\xfa','\x5c','\x60','\x75','\x3d','\xd0','\x51','\x80','\x00','\xe0','\x8b','\xbf','\xe8','\x4b','\x71','\xef','\x7b','\x5f','\x9e','\xcb','\xd4','\xf3','\x68','\x91','\xb1','\x33','\xee','\xe2','\x91','\x5f','\xf7','\x58','\x10','\x01','\x4f','\xbc','\xe6','\x5b','\xf0','\x1f','\xfe','\xf6','\x6f','\xf0','\xf6','\x77','\xbe','\x19','\xaf','\x7d','\xd5','\xef','\xa5','\xdd','\xea','\xda','\x22','\x74','\xfe','\x14','\x78','\xff','\x7e','\x78','\xfe','\xcf','\xbf','\x04','\xb7','\xde','\x76','\x2b','\x9e','\xf6','\x94','\xef','\x28','\xf9','\x06','\x03','\x11','\xbc','\x7c','\x4d','\x5a','\xcd','\x83','\x2a','\x3e','\x9c','\x7e','\xc9','\x79','\x95','\x5e','\xd2','\x5a','\x2b','\x27','\xfb','\xd1','\x8f','\x7c','\x0c','\x1e','\xfd','\xc8','\xc7','\xf4','\xeb','\x71','\xbc','\xbf','\x2e','\xd6','\xb7','\x43','\x2d','\x4e','\x4b','\xe2','\xb1','\x5e','\x0e','\xaa','\xe8','\x13','\xa5','\x0d','\x15','\x3d','\xef','\x53','\x06','\x8a','\x28','\xcb','\x53','\x6c','\xfb','\xf8','\xab','\xaf','\xc6','\xe3','\x1f','\x7f','\x75','\x59','\xb8','\xaf','\xb0','\xdb','\xd8','\xaa','\x11','\xf5','\x98','\x51','\xe7','\x13','\x6e','\x8b','\xac','\xcb','\xdc','\x4a','\xef','\xb9','\xa3','\xc0','\xf5','\xa2','\x1c','\x94','\x5f','\x67','\xf2','\x5c','\x79','\xe5','\x67','\x80','\x86','\xfd','\xee','\x3b','\x0a','\x11','\x97','\x5c','\x72','\xe9','\x1c','\x3b','\x9d','\x49','\x6e','\xf0','\xe7','\xc4','\x59','\xcd','\x27','\x48','\xd6','\xb5','\xfc','\xff','\xe8','\x47','\x3d','\x06','\x8f','\xfc','\xba','\x6f','\x04','\x9b','\x2c','\x4a','\x2e','\xb9','\xc3','\x90','\xcf','\x1a','\x27','\x3a','\xec','\x14','\xde','\x3c','\xa2','\x2e','\xcd','\xf6','\xf3','\x1e','\x2a','\xcb','\xc5','\x4b','\xdd','\x5d','\x2c','\x7d','\xd7','\xcb','\xce','\xcd','\xdf','\xfb','\xfb','\xfb','\xcb','\x41','\x10','\x7c','\xf8','\x6b','\xff','\xec','\x8e','\x48','\x7e','\x9f','\xa7','\xf1','\x4d','\x85','\x13','\x5c','\x4b','\x00','\x5a','\xfa','\x92','\xdc','\x11','\x60','\xd1','\xd8','\x22','\x27','\x21','\x92','\xc0','\x19','\x49','\x94','\x4b','\xd6','\xda','\x10','\x86','\xce','\x41','\xff','\x85','\xd4','\xcc','\x85','\x49','\xec','\x99','\xdc','\xc4','\x59','\x69','\xa8','\x84','\x59','\x51','\xe6','\x92','\x12','\xe4','\x24','\xb0','\x77','\xc9','\x60','\x87','\x3a','\x6c','\x39','\xd6','\x85','\xd5','\xc2','\x45','\xb4','\x43','\xfb','\x94','\x36','\xf4','\xbe','\xe1','\x98','\x0b','\xf9','\xb6','\xc9','\xd3','\x4b','\x0d','\x60','\xe9','\x67','\x59','\x14','\xfe','\x4e','\x5b','\xc8','\x8a','\x4e','\xfa','\x4a','\xfb','\xaa','\x4d','\x2c','\xc0','\x5a','\xf5','\xd3','\xdf','\x49','\x51','\x9e','\xf9','\x59','\x6a','\x41','\x2d','\x1a','\xe7','\x3a','\x74','\xfc','\xb0','\xa9','\xc6','\xd1','\xbd','\x97','\x4d','\x48','\xd9','\xa5','\xb6','\x70','\x06','\xf1','\x45','\x76','\x07','\x78','\xf5','\xbe','\x1f','\xbd','\x0f','\x64','\x70','\x37','\x54','\xc7','\x98','\xee','\x70','\x99','\xe4','\xb2','\x44','\x33','\xe1','\x6f','\x98','\xbc','\xe5','\x9d','\xee','\x92','\x29','\xf8','\xf9','\x2b','\x5c','\xd0','\xd8','\x9e','\xb4','\x74','\x0f','\x54','\x81','\x07','\x44','\xf9','\xd9','\x4d','\x61','\x69','\xf7','\xf6','\x56','\x18','\x77','\x24','\x30','\x8c','\x03','\xdf','\xde','\xa2','\x93','\x85','\x91','\xd0','\x55','\xcc','\x1b','\x2e','\x3a','\x2e','\xe0','\x84','\xaf','\xa7','\xc8','\x60','\xbd','\xcb','\xa6','\xd3','\xb9','\x7a','\xb3','\x89','\xfd','\xbf','\x1d','\xb2','\xa9','\x5d','\x51','\x75','\x48','\x9b','\xe5','\x29','\x6d','\xcd','\xfa','\xcf','\xdc','\x02','\xee','\x6c','\x82','\x44','\x80','\xd5','\x0b','\xba','\x07','\x02','\x0b','\xc0','\x25','\x6d','\xed','\x91','\x93','\xe3','\x87','\xda','\x2f','\x9e','\xe4','\x88','\x10','\xc1','\x22','\x73','\x02','\x69','\x93','\x42','\x35','\xa6','\x82','\x8d','\xaa','\xc2','\x24','\x63','\x4e','\xe9','\x36','\x53','\x00','\x23','\xd4','\x4a','\xb0','\xde','\x9f','\xe4','\x52','\x4e','\x18','\xbf','\xd7','\xfb','\x88','\xfc','\x78','\x2a','\x9f','\xb3','\xa2','\xa5','\xe3','\x69','\x9e','\x22','\x02','\x53','\xf2','\x97','\x86','\x0b','\x6d','\x4f','\xae','\x0d','\xd2','\x9e','\xa5','\x90','\xe2','\x07','\x49','\x07','\xdb','\x68','\xcc','\x03','\x7c','\xdc','\xdc','\x23','\xdf','\xb5','\x93','\x2f','\x38','\xb5','\x31','\x97','\xdd','\xe7','\x07','\x7f','\xee','\x83','\xf1','\x90','\x87','\x3c','\x04','\x9f','\xf5','\x99','\xf7','\xc3','\xf3','\x5f','\xf4','\x73','\xe0','\x4f','\x7e','\x56','\x3a','\x1f','\xe4','\x53','\x0c','\xe0','\x9b','\xfe','\x3b','\x5c','\xfb','\x2b','\xaf','\xc0','\x99','\x33','\x97','\xe0','\x09','\x57','\x3f','\x29','\x0d','\x9d','\x5b','\x97','\x31','\xab','\xba','\x8e','\x3f','\x57','\x5d','\x04','\x15','\x32','\xad','\x49','\xdc','\x1b','\xfa','\x2d','\x47','\xa5','\x9a','\x2f','\x73','\xab','\xab','\xf9','\x21','\xc3','\x36','\x0f','\xd4','\x65','\x6d','\xa9','\x48','\x76','\x7f','\x05','\x51','\xd6','\xed','\xdc','\xcf','\x98','\xa3','\x77','\xf5','\x9b','\xe3','\xde','\xf5','\xaa','\x9a','\x53','\x84','\x7a','\x49','\xd6','\x8f','\x76','\xa9','\x80','\x72','\xca','\x22','\x17','\xe8','\xb6','\x79','\xec','\xe4','\x69','\x5f','\x5b','\xea','\x30','\xd8','\x2d','\xd3','\x16','\xe2','\xfe','\x50','\xe5','\x2e','\x9d','\x1d','\xbd','\xef','\x7d','\xef','\x0b','\x1a','\xdb','\x70','\xc9','\xa9','\x41','\x11','\x67','\xce','\xb8','\xcd','\x02','\x99','\xd8','\xae','\xd8','\x9c','\x6b','\x9f','\x1f','\x5b','\xc1','\x9f','\x69','\xcc','\xb9','\xe0','\x25','\x65','\x59','\xe9','\x61','\xbe','\x00','\x98','\x2c','\x80','\x50','\x18','\x3c','\xf6','\x28','\xeb','\x28','\xbd','\xb2','\xb3','\x9c','\x36','\x24','\x77','\x00','\xde','\x74','\xbc','\x88','\x7f','\x5b','\xb0','\x78','\xc8','\x62','\x67','\xd2','\x7a','\xdd','\xb7','\x00','\x6d','\x0c','\x82','\xb0','\xb3','\x53','\x32','\xb2','\x8d','\x51','\xe1','\x4e','\x38','\x2d','\xd1','\x18','\xe9','\x2f','\xd5','\xf3','\xe2','\x3b','\x07','\x14','\x12','\xe1','\x51','\x8e','\x82','\x10','\x61','\x8c','\x80','\x43','\xc4','\x44','\x84','\x01','\x21','\x29','\x44','\x2a','\x34','\xe7','\x34','\xe8','\x4e','\x7b','\xba','\x0d','\xef','\x4c','\x94','\xe2','\x70','\x0a','\x2a','\xe4','\x37','\x69','\x01','\x33','\x8f','\xba','\x5b','\xf5','\xae','\x0e','\xa0','\xbb','\x7b','\x53','\xd7','\x36','\xcb','\xe8','\xb6','\xa6','\xd9','\xf9','\x0f','\x0e','\x85','\x0b','\x36','\x31','\x96','\xba','\x56','\x5d','\xfc','\x1e','\x10','\xfb','\x2d','\x59','\x72','\xfc','\xc6','\xcd','\x8b','\x09','\xbc','\x4e','\x23','\xed','\x7b','\x42','\xb6','\xf8','\xf8','\x50','\xd7','\xcd','\x39','\x90','\xf9','\xe6','\x1e','\xf3','\xd2','\x9f','\xaf','\x6c','\x76','\xdc','\x4a','\x05','\xa0','\x95','\x09','\xdb','\x48','\x14','\x07','\x9b','\x19','\xc5','\xf9','\x0a','\xd6','\x88','\x6f','\x53','\xca','\x33','\x68','\xc4','\x37','\x88','\x62','\xb4','\x8e','\x16','\xb1','\x0b','\x40','\xbe','\x23','\x04','\xfe','\xdc','\x4b','\x05','\x61','\x16','\x9b','\x34','\x0f','\xfc','\x8a','\x88','\x6b','\xb5','\xc0','\xf7','\x8b','\x82','\x9d','\x15','\x06','\x69','\x8e','\x87','\x81','\xb0','\xda','\x19','\xb1','\xb3','\x97','\xac','\x3f','\xba','\x5b','\x6b','\x00','\x08','\xaa','\xb8','\x39','\xc9','\x95','\xb1','\x3a','\x2c','\xcc','\x34','\x4c','\xe7','\x40','\xb6','\xfc','\x44','\xf0','\x9a','\x31','\xc5','\x28','\xf7','\xfb','\x54','\x58','\xab','\x6c','\x6a','\xee','\x67','\xaf','\xa3','\xf3','\x58','\xb0','\xfb','\x2c','\x9f','\x7d','\x33','\x0d','\xa8','\xcf','\x18','\x7a','\x1f','\xf7','\xb2','\x71','\xf7','\x57','\x77','\x1e','\x71','\xa1','\x4c','\xe5','\xa7','\x0a','\x80','\x23','\xdb','\x26','\x5b','\x90','\x7f','\x16','\x85','\xb6','\x1b','\x7a','\xdd','\x21','\x5d','\x21','\x5b','\x65','\x2f','\x04','\xc2','\xfe','\x85','\xb5','\x9c','\x41','\x53','\x1e','\xe0','\x78','\xbe','\xdf','\xe4','\x53','\x65','\xdc','\xf1','\xf9','\x80','\xb4','\x41','\x96','\xa2','\xf3','\x45','\x44','\xf6','\x77','\x7c','\xd5','\xe7','\x8a','\x78','\xb9','\xaf','\x87','\x49','\x25','\x82','\x3e','\xb6','\x74','\xe6','\xf4','\x19','\xa4','\x90','\x77','\xf3','\xf5','\x26','\x05','\x45','\x2d','\x93','\x6c','\x8a','\x24','\x11','\x12','\x00','\x93','\xfe','\xeb','\xdd','\x4c','\xdf','\xf4','\x84','\x6f','\xc5','\x7d','\xef','\x73','\x25','\xde','\xf0','\xc6','\xd7','\xe1','\x3d','\x6f','\xf9','\x4f','\x40','\x27','\x7a','\x19','\x7f','\xea','\x4a','\xbc','\xe0','\x05','\x2f','\xc0','\x7d','\xef','\x73','\x5f','\x7c','\xd9','\x97','\x7e','\x15','\x74','\xed','\x7a','\xf9','\x9c','\x14','\x49','\x64','\xc2','\x90','\x1f','\x66','\xb5','\xd4','\x26','\x2a','\x9d','\xe8','\x3d','\x63','\x10','\x97','\x47','\xed','\x56','\x05','\x08','\x16','\x65','\x8f','\x07','\x9c','\x04','\xb1','\x7a','\xea','\x23','\xf7','\xa5','\xae','\x17','\xa0','\xd8','\xb4','\x99','\x93','\xa1','\x9e','\xe7','\x87','\x00','\x0c','\x63','\x72','\xa5','\x1d','\x57','\x01','\xc3','\x6a','\x70','\x6e','\xb4','\xa5','\xb0','\x3e','\x0c','\x50','\xdd','\x98','\xb7','\x51','\x7e','\x84','\xef','\xd6','\xca','\xb6','\xeb','\x6e','\x41','\x7e','\xf3','\x1a','\xd0','\x5d','\x3b','\x1d','\xa6','\x1b','\x7e','\x62','\x37','\x7d','\xaf','\xf4','\x0c','\x47','\x17','\x19','\x4e','\x54','\x6e','\x95','\x04','\xc8','\x59','\x20','\xa3','\x5f','\xa1','\x07','\xbd','\xf3','\x27','\x05','\x3f','\x98','\xf1','\x3a','\x71','\x8a','\x6d','\xfd','\xce','\xce','\x56','\xf6','\x9b','\x78','\x77','\x99','\xcd','\x6e','\xea','\x05','\x3c','\xd8','\xd9','\xd9','\x59','\x3e','\x03','\xd4','\x53','\x76','\x9a','\x03','\xbf','\x0b','\x0a','\xff','\xb1','\xa5','\x42','\xc0','\x56','\xa8','\x1e','\x8e','\x59','\x74','\xd2','\xac','\x0c','\xe6','\x99','\xdf','\x91','\x02','\x12','\x68','\x34','\xec','\x89','\xf5','\x37','\xa4','\x9d','\x43','\xde','\x4e','\x09','\xaa','\xdf','\xd7','\x80','\xdc','\x57','\xec','\x81','\x3b','\xa0','\x67','\x24','\xb8','\x04','\x69','\xbe','\x5c','\x57','\x78','\x7f','\x07','\x22','\x67','\x08','\xf5','\xeb','\xa2','\x00','\xae','\xf2','\x1c','\x82','\xe9','\xfa','\xa4','\x7c','\x94','\xaa','\x07','\xbe','\x48','\xa6','\x76','\x18','\xa8','\xfb','\x6b','\x53','\xee','\xa6','\x94','\x99','\x89','\xee','\x8a','\xa8','\xaf','\x79','\x4d','\xb2','\x6e','\x02','\x15','\xc8','\x0a','\xa3','\xd1','\x47','\x05','\xa3','\x32','\x8b','\x00','\x2c','\xea','\x54','\x08','\x94','\xce','\xac','\x28','\xeb','\x98','\x97','\x12','\xbe','\xd6','\x99','\x56','\xcf','\xa5','\xb6','\xe3','\x1b','\x87','\x82','\xdd','\x2f','\x0a','\xf6','\xfc','\xeb','\xce','\xce','\x72','\xc2','\xff','\x9b','\x59','\xa0','\xdf','\xad','\xd5','\x5f','\x12','\x20','\xca','\x16','\xb0','\xc8','\xc9','\xad','\xcd','\x82','\x1e','\xb8','\x1b','\xe0','\x73','\xc4','\xb7','\x68','\x63','\x5a','\xfa','\x2f','\xcf','\x68','\x9f','\x8b','\xfd','\x9c','\xf9','\x1b','\x8e','\x57','\x54','\xed','\xae','\x81','\x94','\xde','\x1f','\xa3','\x2e','\x68','\x24','\x61','\x96','\x77','\x76','\x47','\xec','\xee','\x8e','\x58','\xed','\x0e','\x18','\x57','\x83','\x09','\x1c','\x0f','\xa9','\x62','\x33','\x26','\x00','\x73','\x2c','\x5d','\x59','\xb5','\xce','\x98','\xcf','\xf8','\xe8','\x7d','\x48','\x1a','\xfc','\xa4','\x20','\xc7','\x4e','\x87','\x0a','\xf2','\x9a','\x9d','\x26','\x92','\x5e','\x3b','\xd0','\x58','\x95','\x91','\xdd','\xf1','\x1c','\xef','\xd9','\xa4','\xfc','\x38','\x30','\xca','\x10','\x3c','\xe8','\x35','\x17','\xa9','\x7b','\x4e','\x2c','\xcc','\x3e','\x25','\xd7','\x1d','\x53','\xc4','\x90','\xa2','\xc2','\x31','\x80','\x98','\x3c','\x83','\xa3','\x58','\x83','\x52','\x75','\x0b','\x67','\xed','\x08','\xd9','\x75','\xce','\xb9','\x87','\xa4','\x34','\x61','\x5a','\x4f','\x79','\x5e','\xe4','\x22','\xde','\xae','\x0c','\x49','\x18','\x24','\xdf','\xcf','\x12','\xb2','\xab','\x22','\x22','\x83','\x03','\x81','\x03','\xa5','\x0b','\x53','\x01','\x53','\x00','\xb4','\xfd','\xc1','\x75','\x47','\xc7','\xcf','\xac','\x90','\xb5','\x20','\x98','\x99','\xcb','\x65','\xe0','\xd9','\x2b','\x22','\xfd','\x6b','\xde','\x11','\x5b','\xc8','\xa8','\xa5','\x44','\xe2','\xf2','\x98','\xfa','\x2d','\x97','\x13','\x73','\x56','\x7e','\x06','\x0b','\xbd','\x8b','\x6c','\x0d','\x63','\xe0','\xcb','\xbf','\xec','\xab','\x70','\xfa','\xcc','\x19','\xdc','\xf0','\xde','\x7f','\x02','\xbe','\xe9','\xfe','\x6d','\xa4','\xb9','\x18','\xc0','\x9f','\xfe','\x0c','\xfc','\xce','\x1b','\x5f','\x8f','\x2f','\xfa','\xc2','\x87','\x63','\x67','\x67','\xb7','\xf4','\x70','\xe7','\xdc','\x9f','\x34','\x07','\x09','\x3d','\xb2','\x68','\x40','\x71','\xd2','\x80','\x33','\x94','\x15','\xb1','\x21','\xe4','\x73','\x85','\xeb','\x08','\x70','\x4c','\x17','\xdb','\x0a','\x6f','\x42','\x80','\x29','\xbf','\x55','\x55','\xb9','\xbf','\x0c','\xd8','\x99','\x32','\x99','\xf7','\xc4','\x27','\x12','\x65','\xeb','\xd4','\x59','\xdb','\xaa','\x7e','\xd7','\x83','\x9d','\x57','\x45','\x2a','\x77','\x08','\x29','\x7a','\xa4','\x9e','\x23','\x1c','\x46','\x3d','\xbb','\x51','\x49','\x26','\x6a','\xcb','\xea','\x62','\x89','\x66','\xc2','\xca','\xbc','\x3d','\xbc','\xa1','\x16','\x55','\x5f','\x50','\x13','\x20','\x07','\x68','\xda','\xb0','\x79','\x3f','\x76','\x5e','\xe6','\x95','\x7f','\x6e','\xa6','\xfb','\xc5','\x34','\xb7','\x56','\x4c','\xc1','\xe8','\x64','\x58','\xe2','\x97','\x1d','\xfe','\xb8','\xb1','\x61','\xf5','\x58','\xc9','\x3f','\x33','\xdc','\xda','\x7e','\xa5','\x82','\xbe','\x75','\x93','\x4d','\x48','\x87','\xbd','\x17','\x41','\x1e','\xb5','\xec','\xe2','\x0a','\xe8','\xa5','\xc2','\x16','\xf9','\x6d','\x08','\x4e','\x49','\xca','\xf9','\xbb','\xac','\x7c','\x93','\x07','\x4f','\xdb','\xad','\x83','\xf3','\x8e','\x03','\x7f','\x50','\xac','\x90','\x83','\xa7','\x03','\x7a','\xa2','\xf5','\x14','\x9d','\x14','\xb4','\xaa','\xf3','\x5c','\x7f','\x89','\x31','\xde','\x29','\x82','\x20','\xcc','\x26','\x09','\x58','\xa0','\xb4','\x5f','\x61','\x8e','\x0d','\xdf','\xca','\x37','\xb6','\xc3','\x25','\xbb','\xd3','\x9c','\x80','\x89','\xee','\x60','\x17','\x07','\xb5','\x27','\xe1','\x88','\x87','\x59','\xbc','\x40','\x16','\xb8','\x35','\x83','\x81','\x0a','\xe0','\x44','\xd0','\xba','\x0b','\x09','\xf9','\xd9','\x63','\x8a','\xf6','\x6d','\xb3','\x00','\xb2','\x50','\xb2','\x8b','\xb5','\x0a','\x6b','\x45','\xf5','\xde','\xf9','\x9b','\x16','\xed','\xaa','\xdb','\xda','\x69','\xf7','\x6c','\xea','\x4c','\xc4','\xe2','\xdc','\x38','\xe9','\x32','\x37','\xbc','\xbc','\xf4','\x3f','\xe7','\xff','\x97','\xe6','\xc6','\x9a','\x5e','\x7c','\xa0','\xcf','\x1d','\xf3','\x60','\x77','\x2e','\x83','\xa3','\x30','\x2b','\x89','\xf2','\xe6','\xef','\xf9','\x29','\x06','\xeb','\xb0','\x44','\x51','\xf7','\xf3','\x40','\x54','\xdc','\xfd','\x9e','\xe1','\x05','\xb6','\xfc','\xeb','\x05','\x84','\x8e','\xb1','\xd2','\x3f','\xbb','\x9c','\x6e','\x68','\x0a','\xe1','\xe0','\xd7','\x0b','\x3b','\xeb','\x0d','\x79','\xff','\x75','\x51','\x7e','\xd4','\xb5','\x4d','\xdd','\x98','\x48','\xc3','\x5d','\xe7','\x10','\xcf','\xe0','\xf6','\x52','\x5d','\x75','\x65','\xda','\xa2','\x93','\x4d','\x0f','\xb5','\x77','\x69','\x1d','\xc3','\x00','\x5b','\x2a','\x58','\x46','\x46','\xc1','\x9c','\x53','\x02','\x35','\x1a','\x15','\xcb','\xd6','\x76','\x18','\x93','\x6f','\xfe','\xee','\xde','\x0a','\x7b','\xa7','\x56','\xd8','\x39','\x35','\x66','\xcb','\x0f','\xf9','\x71','\xa1','\x82','\xde','\xfc','\x1a','\x2d','\xc7','\x8f','\x4c','\x09','\xb7','\x8b','\x60','\x35','\x4a','\x59','\xcf','\x9c','\x63','\x93','\xe0','\xfe','\xb6','\x09','\xd8','\x22','\x95','\x48','\xad','\x33','\x9a','\x0a','\x26','\x37','\xac','\xc7','\x03','\xa4','\x1e','\xc5','\x1e','\xa4','\x08','\xdf','\x46','\xeb','\xbe','\x44','\xc6','\x33','\xeb','\x4b','\xcc','\x34','\xcc','\xbe','\x8f','\x1d','\x40','\xa2','\x96','\xa0','\x74','\xc8','\x7c','\xc4','\xce','\xde','\x88','\x1d','\xa7','\xc4','\x02','\x89','\xcf','\xeb','\x5d','\x4b','\x8d','\x2c','\xe6','\x8c','\x69','\x3d','\x9f','\x24','\xc0','\xb9','\x82','\xa9','\x5c','\x88','\xb9','\x7d','\xbe','\x2f','\xdb','\x90','\xf1','\xd2','\x1c','\x1c','\x02','\x17','\x28','\xd8','\x36','\xf9','\xd1','\xab','\xb3','\xf9','\x65','\xa6','\x6d','\xb1','\x92','\x7d','\xd2','\x39','\x75','\xc1','\xc9','\xb2','\xc4','\x81','\x30','\xf9','\xf9','\x05','\x9f','\xf7','\x85','\xf8','\x91','\x7f','\xfa','\xbf','\x82','\xee','\xf1','\xd1','\x7e','\xe1','\xfb','\x3b','\xb8','\xe1','\x9d','\x7f','\x8d','\xdf','\x7a','\xdd','\x6f','\x14','\x2e','\xc4','\x05','\x7f','\x86','\x9f','\x03','\xb2','\xc7','\x6a','\x45','\x4d','\x16','\x5a','\x99','\x63','\x51','\x2c','\xc6','\x21','\x20','\x8c','\x21','\x5d','\x46','\xac','\x6b','\xde','\x75','\xd4','\x2b','\x07','\xbe','\xfb','\xc9','\x9d','\x4f','\x2c','\xbe','\xab','\x74','\x11','\xe9','\xb8','\x33','\x62','\x1c','\x03','\x86','\x00','\xd9','\xe8','\x82','\xe3','\x7f','\xb9','\x44','\x3f','\xca','\x0d','\x3f','\x43','\xfa','\x76','\x18','\xb2','\xf2','\x33','\xae','\xb2','\xf2','\x53','\x62','\xaf','\x79','\x39','\xbf','\x34','\x55','\x26','\x96','\x29','\x03','\x6a','\xee','\x7d','\x44','\xf6','\x8f','\x15','\xda','\x53','\x7e','\x40','\xf5','\x1f','\x15','\x2e','\xb8','\xd8','\x69','\x66','\x9d','\x9f','\x48','\x25','\x47','\xad','\x63','\x8b','\x76','\x2a','\x7f','\x9b','\xe3','\xcf','\xd9','\x8d','\x59','\xde','\xcb','\x5a','\x0e','\x41','\x42','\xa6','\x0f','\x84','\x30','\xba','\x4b','\xa0','\x35','\xd9','\x1c','\xd5','\x40','\x6d','\x3b','\x79','\x7a','\xf2','\x63','\x7c','\xc7','\x26','\x75','\xb5','\xf7','\x7f','\xc7','\x18','\x97','\x2d','\x40','\xe9','\x66','\xf6','\x99','\x20','\x08','\xf6','\xe0','\x98','\x5b','\xba','\x45','\xca','\xf2','\xaa','\x02','\x39','\x62','\x9a','\xd9','\xb6','\x49','\xca','\x60','\xf5','\x06','\x76','\x4f','\x3b','\x91','\x72','\xb1','\x04','\x20','\x6a','\x28','\x65','\x96','\x1d','\xbf','\x03','\x26','\xcf','\x7c','\x73','\x03','\xdb','\x72','\x72','\x37','\x94','\xe9','\xb3','\xfb','\x10','\x2e','\x02','\x52','\x55','\x76','\xb1','\x1e','\x68','\x9e','\xee','\x8b','\x86','\xcc','\x36','\x63','\x71','\xd9','\x6c','\x34','\x16','\x2c','\x7c','\x5c','\xd0','\x4f','\xdd','\x07','\x00','\x8c','\xfe','\x19','\xaf','\xaa','\x94','\xc5','\xb7','\x9a','\xc5','\x48','\x43','\xb7','\x64','\xfd','\x73','\xf6','\x59','\xb9','\x04','\xaf','\x40','\x3e','\xdc','\x2e','\x8d','\x23','\xf5','\xbf','\x35','\x49','\xdd','\x15','\x77','\x47','\x48','\xee','\xd0','\x3c','\x20','\xe7','\x1e','\xf2','\xdf','\x75','\x2d','\xdd','\x11','\xe8','\xa0','\x50','\xf6','\x2f','\x3c','\x93','\xf3','\x18','\xdb','\xfd','\x92','\xdd','\xc2','\x90','\xc3','\xcf','\x3b','\xd0','\x19','\x1d','\x00','\x30','\x4b','\x18','\xf5','\x2e','\x3a','\x0d','\xd9','\x35','\x45','\x00','\x62','\xf4','\x51','\xce','\xd0','\x1f','\xc7','\xbc','\x9b','\xb7','\x39','\x35','\xd9','\x54','\x91','\x61','\xcc','\x58','\x69','\x6b','\xc2','\x52','\x57','\xc0','\x1c','\xe6','\x7a','\xb5','\x1a','\xb0','\xda','\x1d','\xb0','\xbb','\x37','\x62','\xb5','\x1a','\x31','\x8c','\x54','\x00','\xb0','\x3c','\x94','\x2e','\x70','\x83','\x21','\x0f','\x2e','\xac','\x85','\x49','\xf9','\x61','\x03','\x93','\x49','\x01','\x8c','\xb6','\xd9','\xd2','\x97','\xb9','\x9c','\xeb','\xf2','\xf3','\xd6','\xeb','\x70','\x4d','\xc3','\x9d','\x71','\x2b','\x01','\xaf','\xd6','\x99','\x3a','\x42','\x79','\x04','\xf2','\x06','\x48','\xa5','\x8e','\xa8','\x85','\xaf','\x18','\x53','\x56','\x1e','\x90','\x08','\xa5','\x66','\x87','\x5b','\xaf','\x84','\x9a','\x3e','\x1d','\xa0','\xd4','\x31','\x8c','\x91','\x11','\x40','\x76','\x49','\x75','\xde','\x35','\xef','\xef','\x76','\xa6','\x37','\x6c','\xa5','\xa5','\xf9','\x1b','\x10','\x04','\x20','\xee','\x53','\x0a','\x93','\xcd','\x16','\x21','\x2e','\x45','\x9f','\x53','\x77','\x26','\xa5','\x87','\x42','\x8e','\x08','\x6d','\x00','\x12','\xab','\x86','\x55','\x80','\xca','\x3b','\x44','\xc0','\x47','\xf0','\x42','\x3d','\xee','\x45','\x17','\x8d','\x81','\x16','\x75','\xf6','\x3a','\x52','\x14','\xb4','\x90','\x3c','\xaf','\x23','\x2f','\xd7','\xe4','\x35','\x57','\x53','\xbb','\x05','\xd6','\x4b','\x74','\xeb','\x2c','\x3f','\x72','\x27','\x52','\x70','\xae','\x37','\x4b','\x62','\xf0','\xd1','\x5f','\xff','\x18','\x7c','\xec','\x63','\x1f','\xc5','\xb5','\xbf','\xf0','\x5b','\xe0','\x5b','\xee','\xdd','\xbc','\xe7','\x5b','\xee','\x85','\x6b','\x5f','\x7a','\x1d','\x1e','\xfb','\x8d','\xd7','\xe0','\xde','\xf7','\xbc','\xdc','\xc6','\xdd','\x94','\x1c','\x52','\xba','\x6b','\x69','\x43','\x7f','\x4f','\x67','\x30','\xc5','\x92','\xa2','\xbb','\xe5','\x39','\x46','\x85','\xeb','\x7f','\xee','\x70','\x49','\xdd','\x59','\xc1','\x0d','\x41','\xee','\xe3','\xd9','\x19','\x11','\x06','\x42','\x9c','\x18','\x6b','\x95','\x09','\xa2','\xe4','\x2a','\xef','\xd2','\x72','\x8b','\x4d','\x46','\xc5','\x0b','\xc5','\x5c','\x48','\xb9','\xe2','\xf2','\xb6','\x5a','\x89','\xeb','\x52','\xa3','\x50','\x64','\x66','\x35','\xc7','\xdf','\x3d','\xf9','\x74','\x87','\xbd','\x23','\xd7','\xac','\x68','\x5a','\x98','\xf8','\x7a','\xed','\x76','\x0b','\x3f','\x01','\xed','\x67','\x41','\x90','\x71','\x2f','\x5f','\xf5','\xa2','\x64','\xe3','\x65','\x21','\xbd','\x71','\x68','\xcf','\x81','\x76','\x4b','\x5a','\x4e','\x5b','\xd6','\x5f','\xbc','\x92','\x35','\xde','\x8d','\xe3','\xd5','\x11','\xcb','\xfa','\xdc','\xaf','\x67','\xc8','\x15','\x1b','\x76','\xfe','\x47','\x78','\xb5','\x50','\xbc','\xf1','\x3c','\xb2','\xd2','\x66','\x94','\x9f','\x4d','\xd3','\xe8','\xde','\x77','\x9a','\x7b','\x17','\x4c','\x79','\x54','\x7b','\x11','\xdf','\xd6','\xeb','\x75','\x73','\x36','\x08','\x70','\x0a','\x10','\x00','\xd3','\x9c','\x0e','\x73','\xf1','\xe0','\x62','\x9b','\x8e','\x8e','\x17','\x13','\x08','\x01','\x00','\x72','\x07','\x23','\x55','\x60','\xd7','\xe5','\x2b','\x53','\x45','\x45','\x6c','\xf6','\x8b','\x03','\x4e','\x99','\x9f','\x0a','\x61','\xe9','\x4d','\x79','\xe2','\x0a','\x27','\x17','\x4c','\x9d','\x0c','\x81','\x90','\x09','\x31','\x80','\x2b','\x65','\x40','\xdb','\x48','\xe5','\x82','\x22','\x7b','\xeb','\xff','\x3c','\xb1','\xd4','\xe8','\x3f','\xc7','\x50','\xa1','\xef','\xe3','\x91','\x28','\x6d','\xe6','\x63','\xa5','\x61','\x05','\x7d','\x0a','\x91','\x7a','\xdf','\xd7','\x0c','\x48','\x77','\x5f','\xf2','\xae','\x5d','\xcb','\x6a','\x8e','\x9a','\xd8','\x8a','\xed','\x95','\x98','\x1b','\x54','\x1c','\x02','\xef','\xf4','\xd5','\x41','\x48','\x07','\x58','\x25','\xf2','\x5a','\x4f','\xac','\x7a','\x90','\xe0','\xcb','\x74','\xeb','\xcb','\x96','\x96','\x69','\x87','\x2e','\x70','\x81','\xa0','\xb8','\x18','\xf3','\x79','\x96','\x3c','\x5e','\x01','\x6a','\x4d','\x4b','\xca','\x4f','\xcc','\xb2','\x62','\xe6','\x1e','\x99','\x6e','\x72','\x68','\xd2','\x8e','\x49','\xf7','\x84','\x51','\x47','\xa1','\x2e','\xa4','\xa1','\x43','\x9c','\xd2','\x0d','\x3b','\x2f','\x10','\x06','\xc2','\xb8','\x93','\x76','\x7f','\x77','\xf7','\xd4','\xea','\x13','\xf2','\x27','\x51','\xeb','\xf7','\x29','\x2f','\x3c','\x55','\x7c','\x8a','\x1d','\x62','\xce','\x87','\xc7','\xa7','\x75','\x76','\x25','\x2a','\xc6','\x33','\x2f','\xf6','\xdc','\x1f','\x66','\xdf','\xe5','\xd9','\x31','\xd1','\xd1','\x98','\x53','\x7e','\xda','\x72','\xe5','\x99','\x44','\xe6','\xab','\xf7','\x22','\x7a','\xa0','\x76','\x86','\x1a','\x4d','\xec','\x1e','\x3d','\xf5','\xc1','\x8b','\x57','\xce','\xe2','\x94','\x00','\x44','\x08','\x72','\x4e','\xc8','\x2b','\x6b','\x33','\xac','\x1e','\xd0','\xb5','\x1b','\x12','\x3d','\xea','\x8e','\x29','\x11','\x88','\x26','\xec','\x63','\xc2','\xb4','\x66','\x1b','\xc7','\x18','\x55','\xce','\xa5','\x12','\x54','\xae','\x68','\x81','\x84','\xa4','\x04','\x31','\x93','\x59','\x7c','\x10','\xc5','\x55','\x6f','\x48','\xf9','\x43','\x6d','\x11','\x91','\x26','\x1e','\x88','\xa1','\x39','\xeb','\xc7','\xb6','\x89','\xaa','\xdf','\x7a','\x2c','\xc2','\x6f','\x08','\xb0','\xab','\xa7','\xdf','\x06','\x88','\xb2','\x9e','\x7e','\x57','\xe5','\xc7','\x9f','\xe5','\xeb','\x54','\xde','\x34','\xfa','\x49','\xdf','\xf4','\x64','\x5c','\xfb','\xb2','\x5f','\xe9','\xdf','\x15','\x04','\x80','\xcf','\xde','\x03','\xef','\x78','\xc7','\x5b','\xf1','\xcd','\x4f','\xfc','\xb6','\xb4','\x29','\x20','\x91','\x17','\x41','\x40','\x48','\x71','\xd1','\x01','\x00','\x7f','\xfa','\x67','\xef','\xc7','\x9f','\xff','\xe5','\x9f','\xe2','\xd7','\x7e','\xfd','\xa5','\x78','\xe6','\xd3','\x9e','\x83','\x47','\x7d','\xfd','\x37','\xe2','\x7e','\xf7','\xbb','\x3f','\x28','\x46','\x7c','\xf4','\x23','\xff','\x05','\xd7','\xbf','\xed','\xcd','\xf8','\xe5','\x6b','\x7f','\x11','\x60','\xe0','\x8a','\xcb','\xef','\x83','\xa7','\x3e','\xf9','\x99','\x78','\xcc','\x37','\x3c','\x1e','\x3b','\x3b','\xbb','\x99','\xbf','\x55','\xcd','\xbd','\xe9','\x93','\x9f','\xc0','\x9b','\xde','\xfc','\x3b','\xb8','\xf6','\x57','\x7f','\x09','\x44','\xc0','\x73','\x9e','\xf5','\xbd','\x78','\xce','\xb3','\xbe','\x13','\x61','\x10','\x5a','\xe1','\x14','\x89','\x30','\x8a','\x22','\x95','\xbc','\x43','\xa2','\x6d','\xf0','\xa8','\x67','\x46','\xd0','\xf8','\xea','\xc8','\x1a','\x97','\xd2','\x4e','\x10','\xcb','\xcf','\x6a','\x35','\x24','\xe5','\x67','\x53','\xc0','\x83','\x8a','\x7f','\xd5','\x33','\xf4','\x89','\x1b','\x6f','\xc4','\xeb','\x5f','\xff','\x3a','\xbc','\xf0','\x45','\x2f','\x00','\x00','\xfc','\xc0','\x0f','\xfc','\x20','\xbe','\xeb','\x3b','\xbf','\x7b','\x9e','\x56','\x1c','\x8e','\x01','\x80','\xb7','\xbf','\xfd','\xed','\x78','\xdf','\x1f','\xbf','\x0f','\xaf','\x78','\xc5','\xcb','\xf1','\x03','\xcf','\xfd','\x41','\x3c','\xe3','\x19','\xcf','\xc4','\xde','\xde','\x9e','\xd5','\x77','\xee','\xfc','\x39','\x5c','\x7f','\xfd','\xf5','\xb8','\xe1','\x86','\xf7','\xe0','\x77','\x7e','\xe7','\x0d','\xb6','\xc2','\xbf','\xff','\xfb','\x9f','\x8b','\xaf','\xfa','\xea','\xaf','\xc1','\x55','\x0f','\xbd','\xaa','\x57','\xcb','\xd6','\xe9','\xdc','\xb9','\x73','\xb8','\xfe','\xfa','\xb7','\xe0','\x63','\x1f','\xfb','\x18','\x5e','\xf8','\xc2','\x17','\x34','\xef','\x7f','\xe0','\xb9','\x3f','\x88','\xcf','\x7e','\xd0','\x83','\xf0','\x75','\x5f','\xf7','\xf5','\xdb','\x17','\xea','\xe9','\xb8','\x07','\x80','\xb8','\xe2','\xd9','\x15','\x3d','\x1c','\x29','\x79','\xd9','\x32','\xc3','\x82','\x7b','\x59','\xfd','\x03','\x7b','\xee','\xff','\x07','\x2c','\x0a','\x29','\x00','\x7c','\xea','\x53','\x37','\xe1','\xf7','\xae','\xff','\x5d','\xfc','\xca','\xb5','\x2f','\x01','\x11','\xf0','\xdc','\xef','\xfb','\x01','\x7c','\xd7','\x77','\x7e','\xb7','\x90','\x9c','\x4a','\xc4','\xbe','\xd2','\xf3','\x8e','\x77','\xbc','\x1d','\x7f','\xfc','\xfe','\xf7','\xe1','\x15','\xbf','\x9e','\xe6','\xfc','\x99','\xcf','\x78','\x26','\x76','\xf7','\x72','\x58','\x7b','\x9d','\x93','\x1b','\x6e','\xb8','\x01','\xbf','\xf3','\xbb','\x6f','\xb0','\xe7','\xdf','\xff','\x7d','\xcf','\xc5','\x57','\x7f','\xf5','\x57','\x1f','\xdb','\x9c','\xff','\xfd','\xdf','\xff','\x3d','\x5e','\xfc','\xe2','\x17','\x15','\xef','\xae','\xba','\xea','\x61','\x78','\xea','\x53','\x9f','\x86','\xcf','\xff','\xfc','\x2f','\xc0','\x03','\x1e','\xf0','\x80','\x99','\x12','\x8e','\x27','\xf5','\xf4','\x97','\xda','\x2a','\xa4','\xc9','\x14','\xa0','\x61','\x18','\x30','\x8e','\x63','\xf1','\xf1','\x51','\xa3','\xc0','\x79','\xc1','\x3e','\x5b','\x54','\xaf','\xb1','\x8e','\xb9','\x7b','\xe1','\x68','\x02','\xd3','\x6b','\xaf','\xba','\x33','\x39','\x53','\xbc','\x93','\x6b','\x45','\xbb','\x32','\xb0','\x4a','\xa5','\xe7','\x3b','\x82','\x22','\x30','\x25','\x33','\x02','\x51','\xb2','\x06','\x05','\x60','\xe1','\x62','\xbd','\x0d','\x69','\x61','\xf7','\xa3','\x69','\x23','\xd9','\x3f','\xae','\xb1','\x5c','\x9d','\x75','\x39','\x40','\x3a','\x96','\x95','\x8f','\x62','\xc0','\xdb','\x26','\xf4','\x2b','\x39','\xae','\xaa','\x4f','\xac','\x60','\x8f','\x93','\x01','\x03','\xf9','\x21','\x38','\x97','\x85','\x02','\xb0','\xaa','\xdb','\xcb','\xd1','\x81','\x60','\x53','\xc2','\x26','\xe0','\x54','\x83','\xdb','\xac','\x1a','\x34','\xaf','\x1b','\xf2','\xa9','\xfe','\xcd','\x80','\xbd','\x6d','\x88','\x29','\x0a','\x1e','\x2c','\x9b','\x0f','\x7e','\xca','\x1c','\x27','\x0d','\x20','\xa0','\x9b','\x07','\x59','\x59','\x8c','\xa2','\x3c','\xc4','\x18','\x31','\xb9','\x73','\x04','\x1a','\x3a','\xd8','\x98','\xfe','\x02','\x2f','\x28','\x85','\x47','\x29','\xd0','\x6a','\xc1','\x92','\xad','\x35','\xea','\x6a','\x57','\x0d','\x95','\x6c','\x0d','\xdb','\x7b','\x4a','\x80','\x67','\xdc','\x19','\xb0','\x2b','\xca','\xcf','\xb8','\x33','\x62','\x18','\xf2','\x6e','\x49','\x51','\x4e','\x01','\x24','\x5d','\xe1','\xa6','\x1c','\x66','\x25','\x2b','\x1d','\x9c','\x97','\xfb','\x7d','\x64','\x17','\xd9','\x04','\x9c','\xff','\xae','\x93','\x16','\x59','\x84','\x13','\xea','\xda','\x87','\x6e','\x36','\xf7','\x9b','\xcf','\xdf','\xec','\x8c','\x9b','\xfc','\x54','\xc2','\x6f','\x5b','\xc2','\x9c','\xc2','\x5f','\x5b','\x75','\x05','\xd8','\xd8','\x96','\xfe','\xe7','\x08','\xba','\xaa','\x97','\xf3','\xbc','\x32','\x01','\x81','\x38','\xdd','\x19','\x84','\xac','\x08','\x29','\x38','\x2e','\xcf','\xf3','\x55','\x4d','\x71','\x7a','\xd2','\x40','\x01','\xab','\x14','\xc6','\xcd','\xb9','\xba','\x22','\xdf','\x15','\xc4','\xb2','\xb1','\x55','\xa8','\x13','\x5c','\x16','\x26','\xdf','\x06','\x20','\x9d','\x03','\x92','\xe8','\x7d','\xbc','\x06','\x88','\x23','\x98','\x4a','\xf7','\xb0','\xc5','\x91','\xd8','\x86','\x67','\x6d','\xcb','\xd7','\xa8','\xe4','\x41','\xde','\x7a','\xd8','\x4c','\x8f','\xac','\xb7','\x4d','\xac','\xc5','\xc2','\xd3','\xbb','\x8b','\x8b','\x6d','\x43','\xc0','\xb7','\xad','\x2e','\xc8','\xd5','\x75','\xfa','\xd4','\x29','\x3c','\xf7','\x7b','\x7f','\x08','\x2f','\xfc','\xd9','\x57','\x00','\xb7','\xdd','\xa3','\xad','\xe8','\xec','\xa5','\x78','\xd1','\x4b','\x5e','\x80','\x47','\x3d','\xf2','\x71','\xd8','\xdb','\x3d','\x65','\x74','\x4d','\x44','\xf8','\xe4','\xa7','\x6f','\xc4','\x5b','\xde','\xfa','\x46','\x5c','\xf7','\xf2','\x5f','\x02','\xce','\x5d','\x0a','\xde','\x3f','\x0d','\xdc','\xfe','\x39','\xf8','\xb5','\x5f','\x7c','\x23','\x00','\xe0','\x99','\x4f','\x7b','\x0e','\x5e','\xf1','\xca','\xeb','\x70','\xdd','\x75','\xd7','\x81','\x6f','\xbf','\x17','\xf8','\xb6','\xcf','\x06','\x00','\x7c','\xec','\x63','\x11','\x3f','\xf7','\x53','\xd7','\xe2','\x96','\x5b','\x6e','\xc1','\xe3','\x1f','\xfb','\x44','\xdc','\xf3','\x1e','\xf7','\x32','\xea','\x3f','\x7f','\xfe','\x1c','\xfe','\xe0','\x5d','\x6f','\xc7','\x3b','\xfe','\xe0','\xad','\xb8','\xe1','\x3d','\x7f','\x0c','\x9c','\xbf','\x04','\x7c','\xcb','\x83','\xc0','\x00','\x5e','\x7a','\xdd','\x4b','\xf0','\xac','\xef','\x78','\x4e','\x72','\x4f','\x0d','\x8c','\xb3','\x67','\xcf','\xe2','\x95','\xaf','\x7c','\x05','\x7e','\xe9','\x57','\x7e','\xa1','\xcf','\x47','\xe0','\x45','\x60','\xfa','\xe5','\xc1','\x9f','\xf3','\x10','\x3c','\xe9','\x9b','\xbe','\x1d','\x8f','\x7e','\xf4','\x63','\xed','\xcc','\xcf','\x4a','\xac','\x3f','\x7f','\xff','\xb1','\xff','\x82','\x37','\xff','\xfe','\x9b','\xf0','\x0b','\x2f','\x79','\xf1','\xec','\xb8','\x5f','\x75','\xd5','\xc3','\xf0','\x8c','\xa7','\x3d','\xbd','\x08','\x77','\xad','\x00','\xf2','\xcd','\xbf','\xff','\x66','\xbc','\xfb','\x9d','\xef','\x41','\x3c','\x7b','\x09','\xa6','\x4f','\x3d','\x10','\x00','\xf0','\xc2','\x17','\xbe','\x00','\xdf','\xf9','\x9c','\xef','\xee','\x17','\x26','\x6d','\xfb','\xf0','\xff','\xf3','\x61','\xbc','\xe5','\xfa','\xb7','\xe0','\x85','\x2f','\x7c','\x3e','\xe2','\xed','\x97','\x21','\x9e','\x3f','\x85','\x78','\xdb','\x03','\xf1','\xfc','\x9f','\x7a','\x05','\xae','\xbc','\xf2','\x4a','\x5c','\x73','\xcd','\x13','\x00','\x00','\xbf','\xf9','\x9b','\xbf','\x81','\x97','\x5e','\xfb','\x52','\xfc','\xfd','\x7f','\xbc','\x00','\x3e','\xbf','\x87','\x78','\xf6','\x81','\x56','\xd4','\xf3','\x7f','\xf2','\xd5','\x78','\xe1','\xcf','\x5d','\x87','\x1f','\xfa','\x9f','\xbe','\x13','\x4f','\x7a','\xd2','\xb7','\xe0','\xde','\xf7','\x6e','\x2d','\x7a','\x9b','\xd2','\x6f','\xfe','\xe6','\x2b','\xf1','\xd2','\x97','\xa6','\xf2','\x11','\x03','\xa6','\x9b','\x1f','\xd8','\xe4','\xf9','\xf9','\x9f','\x7a','\x05','\x28','\x4c','\xb8','\xf2','\x1f','\x9d','\xc2','\x73','\x9e','\xfd','\x9c','\xf9','\x7b','\x8e','\x1a','\xd9','\x57','\x3d','\xeb','\x29','\x39','\xf6','\xcc','\x33','\xae','\x8e','\xf2','\x34','\x93','\xb8','\x97','\x85','\xe6','\x5e','\x6c','\x2a','\x49','\x7e','\x72','\xf3','\x44','\xe4','\x2d','\xe3','\xfc','\xb9','\x73','\x78','\xeb','\x3b','\xae','\xc7','\xdb','\xdf','\xf1','\x56','\xdc','\xf0','\xef','\xde','\x07','\x9c','\xbf','\x14','\xf1','\xe6','\x44','\xe3','\x2f','\x7e','\xc9','\x8b','\xf0','\x5d','\xdf','\xe5','\xe6','\x5d','\x83','\x26','\xc8','\xa4','\x7f','\xf8','\xc3','\x1f','\xc6','\x5b','\xae','\xff','\x7d','\xbc','\xe8','\xc5','\x2f','\x40','\xbc','\xfd','\x32','\xb0','\x9b','\xf3','\xcf','\xb8','\xf2','\x4a','\x5c','\x5d','\xcd','\xf9','\x47','\x3b','\x73','\xfe','\x82','\xe7','\xbd','\x1a','\x2f','\xfa','\xf9','\xeb','\xf0','\x43','\xff','\xe3','\x73','\xf2','\x9c','\x1f','\x00','\xe6','\x9c','\x3b','\x77','\x0e','\x2f','\x7f','\xf9','\xaf','\xe1','\x85','\x2f','\x7c','\x01','\xa6','\x5b','\xef','\x05','\x9e','\x46','\xc4','\x5b','\xca','\x39','\xff','\xd3','\x8f','\xdd','\x82','\x3f','\xbf','\xe1','\x67','\x10','\x76','\x6f','\xc7','\x33','\x9e','\xf5','\x6d','\xb8','\xe6','\x9a','\x27','\xe2','\x21','\x0f','\x99','\xbf','\x8c','\x78','\x73','\x9a','\x9f','\x88','\x61','\x18','\x8a','\xbf','\x89','\x08','\xe3','\xd8','\xb9','\xf0','\x16','\x55','\x10','\x84','\x3a','\x10','\x42','\x5d','\xd0','\x81','\x93','\xa7','\xbb','\x1e','\xf0','\xd9','\x82','\x39','\x77','\x9f','\x37','\x0a','\xd5','\xf6','\xe0','\xb4','\xd3','\x04','\x13','\x7e','\xcc','\x04','\x44','\x60','\x42','\x42','\x72','\x94','\xaf','\xeb','\x43','\x24','\xc2','\x41','\x75','\xa0','\x42','\x16','\x6d','\x54','\x84','\xd4','\x35','\x83','\xed','\x30','\x68','\xaf','\xa5','\x75','\x52','\x86','\xb0','\xb5','\x72','\x34','\x23','\xc4','\x96','\xe6','\x61','\xb9','\xe8','\xfe','\xdb','\x24','\x8c','\x33','\xf0','\xa6','\xea','\xad','\x07','\xe6','\x73','\x25','\x6e','\xcd','\x6b','\x0a','\x80','\x56','\x3f','\xae','\x11','\x01','\x24','\xfc','\xb1','\x50','\x0d','\xa5','\x1d','\x48','\xbd','\x65','\xd9','\x83','\xfd','\x93','\xd3','\xe2','\x7a','\x0d','\xad','\xc0','\xbf','\xdf','\x3c','\xac','\xc8','\x81','\xd8','\x72','\xe7','\x22','\xb4','\x0c','\xc7','\xa4','\x3d','\x38','\x4a','\xcf','\x7d','\x21','\xae','\x6e','\x0f','\x46','\x1d','\x68','\x26','\x51','\x18','\x54','\xf9','\xd7','\xa0','\x06','\x71','\x62','\x04','\x79','\xa7','\x07','\x34','\xd5','\xcf','\xb6','\x39','\x6b','\xa1','\x3b','\xf7','\x5a','\x0f','\xe7','\xf5','\x5b','\xb8','\x7e','\xe5','\x61','\x70','\x6d','\x6f','\x86','\x48','\x7e','\xb6','\x60','\x55','\x1f','\x9b','\xa2','\xa2','\x53','\xa8','\x80','\x17','\x02','\x52','\x76','\xe4','\xac','\xc8','\xee','\x88','\xd5','\x4e','\x72','\x35','\xc8','\x7d','\x97','\x4f','\xa9','\x43','\xd5','\xec','\xcb','\xb2','\x51','\x4d','\xdf','\xc8','\x79','\x23','\x7f','\x96','\xd0','\x9a','\xe6','\xc7','\xa1','\x99','\xb3','\x05','\x02','\x9b','\x65','\x7e','\xf3','\x9f','\xd8','\x6b','\x3f','\x8f','\x5c','\x8f','\x65','\xe5','\xd2','\xe4','\xc7','\x0a','\x55','\xbf','\x19','\x29','\x4a','\x25','\x87','\x92','\x1e','\xe7','\x2a','\x3e','\x00','\x7f','\x6c','\xd7','\xb8','\x02','\xcf','\xc4','\x71','\x43','\x4c','\xd5','\x22','\x26','\xbb','\x97','\xdf','\x7d','\x27','\xf7','\x89','\x0d','\x2b','\xa1','\xa8','\x7f','\x18','\x02','\xb0','\x53','\x9d','\x5d','\xb9','\x30','\x21','\x4e','\xc8','\x01','\x30','\xc4','\xba','\x5f','\x83','\x2a','\xcf','\x4b','\x8d','\x17','\x04','\xfd','\x8e','\xc1','\x6b','\x4e','\x81','\x11','\x10','\xec','\x1e','\xd7','\x23','\x5f','\x19','\xb1','\x69','\x13','\x64','\x36','\x6f','\xfb','\x11','\x03','\x16','\x70','\x63','\xb3','\xf6','\x95','\x0f','\x69','\x6b','\xe4','\xa9','\x26','\xdc','\xee','\x5c','\x1b','\xaa','\xf4','\xf0','\x87','\x7f','\x19','\x68','\xef','\x17','\xc0','\x3d','\x05','\x28','\x06','\xe0','\xc2','\x69','\x7c','\xe8','\x43','\x1f','\xc0','\xe7','\x3f','\xec','\x8b','\x70','\xfe','\xfc','\x79','\xbc','\xfb','\xdf','\xbd','\x03','\xef','\xfe','\xa3','\xb7','\xe1','\x7d','\xef','\xfd','\xf7','\xa0','\x0b','\x97','\x80','\x6f','\xf9','\x9c','\x5e','\xf3','\xf0','\x8a','\xdf','\x78','\x19','\x7e','\xf5','\x97','\x5f','\x0d','\xbe','\xf9','\x01','\x4d','\x99','\x7c','\xcb','\xbd','\xf0','\xd2','\x17','\xbd','\x16','\x0c','\xe0','\x19','\x4f','\x79','\x16','\xfe','\xfd','\x9f','\xbd','\x1f','\x7f','\xf1','\x17','\x7f','\x8a','\x97','\xbd','\xfc','\x97','\x81','\xdb','\xef','\x0d','\x3e','\x77','\x09','\xb0','\xdf','\xee','\x38','\xc7','\x35','\x63','\x7f','\x9a','\x00','\x02','\xde','\xf2','\x96','\xb7','\xe0','\x17','\x9f','\xff','\x2a','\xf0','\xcd','\x0f','\x9a','\xed','\x6e','\x3d','\x8a','\x1f','\xfc','\xc4','\x39','\xbc','\x16','\xaf','\xc2','\x63','\xbe','\xf1','\x71','\x76','\xc9','\xe9','\x38','\xa6','\x73','\x49','\x6f','\x7e','\xf3','\x9b','\xf0','\xc2','\x9f','\xfe','\xad','\x06','\x04','\xfa','\xf4','\x67','\x1f','\xbb','\x05','\x84','\x57','\xe0','\xf1','\x8f','\xbf','\x1a','\xef','\x7b','\xdf','\x7b','\xf1','\x27','\x7f','\xf2','\x27','\x78','\xf1','\x2f','\xbc','\x08','\xd3','\xad','\xf7','\x42','\x3c','\x7b','\x1a','\x7c','\xfe','\x7e','\x8b','\xf5','\x03','\x69','\xce','\xce','\x9d','\x3b','\x87','\xeb','\xdf','\x7a','\x3d','\x5e','\xf9','\xca','\x5f','\xc7','\x5f','\xfe','\xe9','\x7f','\x40','\x3c','\x7f','\xda','\x94','\xa6','\x22','\x2f','\x80','\x0f','\x7d','\xe8','\x83','\xf8','\x9d','\xdf','\x79','\x03','\x7e','\xed','\x57','\x5e','\x8f','\xf5','\x4d','\x97','\x03','\xf1','\x74','\x3b','\x2e','\xb7','\x5c','\x82','\x78','\xcb','\x25','\xf8','\xf9','\x9f','\xf8','\x75','\x00','\x28','\x2c','\x47','\x9b','\xd2','\x07','\x3f','\xf8','\x41','\xfc','\xce','\xef','\xfc','\x36','\x7e','\xed','\x97','\xde','\x80','\xf5','\xa7','\xee','\x05','\xc4','\xd3','\x08','\xa7','\xce','\x61','\xbc','\xef','\xc7','\x10','\x76','\x6e','\x4f','\xe5','\x5f','\x38','\x8d','\x78','\xcb','\x3d','\x30','\x7d','\xea','\x9e','\x00','\x80','\xff','\xfc','\xa9','\x88','\x7f','\xf3','\x77','\x2f','\xc4','\x4f','\x3e','\xef','\x27','\x66','\xcb','\x7d','\xee','\xf7','\xff','\x00','\x9e','\xf4','\xcd','\x1b','\x94','\xb1','\xda','\xab','\xa1','\x07','\x74','\xb8','\xe0','\x36','\x27','\x98','\x4a','\x66','\xd8','\xaf','\x8b','\xf1','\xc7','\xef','\x7f','\x1f','\xfe','\xf4','\x4f','\xff','\x04','\xbf','\x72','\xed','\x2f','\x82','\x6f','\xbf','\x37','\xf8','\xdc','\x19','\xe0','\x42','\xcf','\x3a','\x92','\xbd','\xb2','\x08','\x84','\x73','\xe7','\xce','\xe3','\xfa','\xb7','\xbe','\x05','\xbf','\xf1','\x9b','\xaf','\xc4','\x5f','\xfe','\xe9','\x7f','\x00','\xcf','\xcc','\x39','\x00','\x7c','\xd0','\xcd','\xf9','\xb4','\x69','\xce','\x7f','\xf2','\x95','\x00','\x64','\xce','\x4f','\x6d','\x37','\xe7','\xef','\x7c','\xe7','\x3b','\xf1','\xea','\x57','\xbf','\x0a','\xef','\xfc','\xbd','\xbf','\x9c','\x6d','\x03','\x00','\xf0','\xfe','\x88','\xe9','\x53','\xf7','\xc4','\x84','\x7b','\xe2','\x65','\x2f','\xb8','\x1e','\x2f','\xff','\xd5','\xdf','\xc4','\x8f','\xfe','\xaf','\x3f','\x8c','\x27','\x3f','\xf9','\xa9','\x5b','\xd5','\xd3','\xa6','\x79','\x94','\x38','\x0e','\xa5','\xb2','\xc3','\xcc','\x18','\xc7','\xb1','\xab','\xcf','\x58','\xce','\x69','\x9a','\x9a','\xa0','\x07','\x4b','\x02','\xfa','\xa0','\x6e','\x72','\xb5','\x90','\x39','\x58','\xea','\x00','\x7f','\x07','\xd2','\x9a','\x36','\xf9','\x5d','\xb2','\x99','\x3a','\x3d','\x66','\xae','\x81','\x62','\xb2','\x04','\x31','\x60','\x21','\x36','\x03','\x02','\x45','\x70','\x70','\xbb','\x62','\x07','\x11','\x58','\x5b','\x24','\x93','\xe3','\xbe','\xd9','\xaa','\x35','\x09','\xea','\x2a','\x14','\x3f','\xeb','\x80','\x03','\xb8','\xfa','\xe8','\x20','\xc2','\x98','\x51','\xba','\x5a','\x55','\x6d','\x3a','\x5a','\xa2','\xd9','\x72','\xfc','\x9b','\xbe','\x08','\xef','\xa9','\x2e','\xdd','\x6c','\xc8','\x67','\x34','\x16','\x5c','\x84','\x20','\x00','\xd7','\xdd','\xfd','\xe2','\x43','\x5c','\xa7','\x03','\xba','\xbe','\xd6','\x52','\xab','\xda','\xca','\xf2','\xb3','\x29','\xcb','\x2c','\x2d','\x72','\x5d','\xdd','\x86','\xbe','\xab','\x26','\x51','\x02','\xc8','\x12','\xf0','\x7a','\x85','\x8a','\x0b','\x80','\x9f','\x60','\x26','\x1c','\xb1','\x25','\x9b','\x52','\x71','\xaf','\x09','\x60','\xd6','\x1f','\x10','\x25','\xe5','\x27','\x3a','\xb7','\x90','\x90','\xef','\x26','\x60','\x56','\xcb','\x07','\x17','\xe7','\xa9','\xd4','\xbd','\x54','\x77','\xee','\xb3','\xbb','\x97','\x6b','\x6b','\x31','\x10','\x65','\x90','\x83','\xde','\x73','\x8f','\xd6','\x4b','\x05','\x8a','\x54','\x33','\x4c','\x4f','\xf4','\xe6','\x79','\xa4','\xf5','\x3c','\x48','\xa4','\xb7','\xa4','\xf8','\xa4','\x1b','\xd9','\x2d','\xd2','\x9b','\x2a','\x0c','\x86','\xa2','\x6b','\x45','\x25','\xff','\xaf','\x63','\xa5','\xeb','\x91','\xe5','\xbe','\x94','\x14','\xe9','\x2d','\x66','\x25','\xaa','\xe8','\x87','\x2b','\xcf','\xcd','\xcd','\x2c','\x4f','\xdc','\x24','\xcb','\x7b','\x49','\x9b','\xed','\x68','\x80','\xf5','\x3f','\x36','\x16','\xd2','\x02','\xdb','\x46','\xe3','\x49','\x99','\x6c','\x6c','\xe5','\x02','\x61','\xa8','\x45','\xc8','\xce','\xab','\x95','\x6b','\x77','\x7b','\x5e','\xa1','\x9d','\x73','\x84','\xce','\xf9','\x17','\x73','\xc3','\x06','\x83','\x22','\x99','\x05','\xde','\x9c','\x92','\x25','\xd0','\x06','\x55','\xc5','\xd5','\x63','\x44','\x81','\x30','\x92','\x06','\x81','\xc9','\x8e','\x23','\xfb','\xfb','\x31','\x45','\x2d','\xac','\x03','\x19','\xf8','\x16','\x2a','\xd8','\xd0','\xb3','\x26','\xaa','\x03','\x11','\x21','\x3a','\xda','\x4d','\x01','\x40','\x64','\x13','\xc0','\xb9','\x79','\x56','\xc7','\x59','\xba','\xed','\x2b','\x0a','\xf6','\xbc','\x7c','\xae','\x51','\xbe','\xbf','\x1b','\xe8','\x41','\x79','\xdc','\xb6','\x29','\x6d','\x64','\x0c','\xc5','\xfd','\x5d','\xb3','\x6d','\xf6','\xed','\xa8','\xda','\x79','\xbf','\xcf','\xba','\x3f','\xae','\xb8','\xf2','\x52','\x7c','\xfc','\x93','\xb1','\xeb','\x06','\x87','\x0b','\xa7','\xf1','\x17','\x7f','\xf9','\x67','\xf8','\xdc','\xcf','\xbe','\x0a','\xef','\x7e','\xcf','\x3b','\xf0','\x6f','\x7f','\xea','\x17','\x81','\xf3','\x49','\x41','\x99','\xad','\x8a','\x80','\x97','\xfd','\xd2','\x6b','\x80','\x5b','\xae','\x98','\x6f','\xca','\xad','\xf7','\xc0','\xb5','\x2f','\x7b','\x09','\x2e','\x39','\x73','\x06','\xcf','\xff','\xbf','\x7f','\x19','\x7c','\xe1','\x14','\x70','\x7b','\x47','\x99','\xd2','\xfc','\x3a','\x77','\x42','\x03','\x5f','\xf1','\x88','\xaf','\xc5','\x77','\x7c','\xf7','\xdf','\xe3','\xba','\x6b','\x7f','\x0d','\xb8','\xfd','\x5e','\xc0','\xb9','\xfe','\x85','\xb1','\x00','\x40','\x97','\xde','\x04','\x9c','\xbe','\x09','\x0f','\xfe','\x9c','\x87','\xe2','\x5b','\xbf','\xe5','\x29','\x12','\xe9','\x2d','\x05','\x3d','\x50','\xe5','\xf1','\x71','\x8f','\x7b','\x3c','\x40','\xc0','\x2f','\xbc','\xe4','\xc5','\xe0','\x0b','\xa7','\xb1','\xbe','\xd1','\x5d','\x18','\x1b','\x22','\x86','\x7b','\x7f','\x02','\x9f','\xf7','\xc5','\x0f','\xc0','\xd3','\x9e','\xf6','\x74','\xfc','\xc6','\x6f','\xfe','\x06','\x7e','\xe2','\x7f','\x7f','\x7e','\xb2','\xd6','\x2c','\x28','\x4c','\xbd','\x71','\x39','\x77','\xfe','\x3c','\xae','\x7f','\xeb','\xf5','\xf8','\x17','\x3f','\xf2','\x33','\x88','\xb7','\x5d','\x02','\xde','\xff','\xcc','\x85','\xfc','\x84','\x17','\xbe','\xf0','\x05','\x78','\xc7','\x1b','\xfe','\x06','\xf1','\xb6','\xfb','\x6c','\x2c','\x7e','\xba','\xf9','\x32','\xfc','\xfc','\xf3','\x5e','\x8e','\x4b','\x2f','\xbd','\x64','\x2b','\x90','\xfa','\xfe','\xf7','\xff','\x31','\x5e','\xf7','\xba','\xd7','\xe2','\x75','\xbf','\xfa','\x5e','\xc4','\xdb','\xd2','\xa5','\xba','\xe1','\xd2','\x5b','\xf1','\xcd','\x4f','\xff','\x32','\x7c','\xf3','\x37','\x7f','\x33','\xbe','\xf8','\x8b','\xbf','\x04','\x6c','\xf9','\x5e','\x87','\xd7','\xff','\xda','\x7b','\x11','\x6f','\x3b','\x9d','\x2c','\x44','\x37','\x5d','\x9e','\xc0','\xf9','\x4c','\x7a','\xfe','\xf3','\x7e','\x03','\x67','\xce','\x9c','\xc1','\x53','\x9f','\xf2','\xb4','\x2e','\x4d','\x72','\xc5','\x03','\xca','\xcd','\xc1','\x4c','\xcc','\x87','\x87','\x6b','\x07','\xff','\xb2','\x74','\x33','\xa7','\xa2','\x7e','\x06','\xe3','\xb7','\x5e','\xf3','\x2a','\xfc','\xcc','\xf3','\x5e','\x0c','\x3e','\x7f','\x0a','\x7c','\xdb','\xbc','\xe2','\xed','\xeb','\x27','\xa2','\xe4','\xba','\xf8','\xd6','\xeb','\xf1','\x63','\xff','\xec','\x67','\x37','\xcf','\x39','\x92','\xe5','\xf0','\x9d','\x07','\x99','\xf3','\x9f','\x7a','\x05','\x2e','\xbd','\xf4','\x52','\x3c','\xf9','\x29','\x9b','\xe7','\xfc','\x8d','\x6f','\xfc','\x5d','\xfc','\x8b','\xff','\xed','\x5f','\x61','\x7d','\xd3','\x7d','\xc1','\xe7','\xef','\x09','\x00','\x18','\xee','\xf9','\x29','\x0c','\xa7','\x6f','\x06','\x42','\x02','\xcf','\xf1','\xdc','\x25','\x88','\xb7','\x5d','\x8a','\x78','\x36','\x2b','\x54','\xf1','\xb6','\xd3','\x88','\x67','\xf7','\xf0','\x13','\xff','\xbf','\x9f','\x05','\x80','\x23','\x28','\x41','\x40','\x8f','\x59','\xae','\xa7','\x75','\x81','\x81','\x89','\x08','\xeb','\xf5','\xba','\x89','\x71','\x00','\x38','\x05','\x48','\x77','\x70','\x7d','\xea','\x7d','\x90','\x32','\x1f','\xb6','\xb1','\x27','\x90','\x96','\x00','\x44','\x1f','\xcb','\x96','\x59','\xb3','\xce','\x94','\x7e','\xa7','\x74','\xe0','\x95','\x58','\x1f','\x30','\xf2','\x99','\xa0','\x28','\xe1','\xf4','\x8e','\xad','\xf5','\x45','\x22','\xa2','\x1c','\xf8','\x40','\x9b','\xad','\xae','\x02','\xf2','\x0f','\xcb','\x82','\x9a','\x6b','\xc3','\x09','\x35','\xed','\x68','\xa9','\x8b','\x32','\x96','\x5f','\x1f','\x34','\x99','\x3c','\x76','\xcc','\xd0','\xb0','\x15','\x73','\x06','\xb9','\xf2','\x13','\x2c','\xe0','\x3c','\x40','\x2e','\x3b','\x24','\xaf','\x0f','\x94','\x65','\x5e','\x8c','\x64','\x3b','\xec','\x0a','\x2c','\x17','\x14','\x39','\xf9','\xa7','\xa7','\xfc','\x34','\x19','\x1b','\xa5','\x22','\xff','\xeb','\x2d','\x49','\x59','\xf9','\x51','\x05','\xa7','\x74','\x7b','\x6b','\xef','\xfa','\x21','\xbb','\xcb','\x2a','\x45','\x3b','\x9b','\xd2','\x41','\x71','\x69','\x88','\x29','\x3e','\x0b','\x08','\x30','\xf7','\x63','\x9e','\xa1','\xb4','\xfd','\x32','\x15','\x2a','\xe3','\x75','\x20','\x81','\x62','\x9d','\x3f','\x0d','\xbe','\x40','\xc9','\xb2','\x3d','\x0c','\x64','\xe7','\x7d','\xc6','\x1d','\x01','\x2a','\x6e','\xae','\xb3','\xd2','\x52','\xce','\x78','\x29','\x58','\x3d','\x13','\x61','\x8b','\xf4','\xa6','\x16','\x31','\xbb','\x80','\xd3','\x97','\xe0','\xc7','\x7f','\x81','\x4f','\x2d','\xa6','\x03','\xf0','\xda','\x5a','\xec','\x67','\x6b','\xde','\xf6','\x85','\xe4','\xf1','\x84','\x75','\xc4','\x36','\x5e','\x98','\xc1','\xbc','\xd9','\xe5','\xeb','\x20','\xf5','\x10','\xd0','\x06','\x5a','\xa9','\x80','\x8c','\x9e','\x0b','\x02','\x9c','\x12','\xe4','\x79','\xe0','\x0c','\x89','\x11','\x25','\x4b','\x90','\xa9','\x4b','\x44','\xa0','\xb0','\xc6','\x3e','\x01','\xd3','\x5a','\xdd','\x26','\xdd','\xcc','\xfb','\xcd','\x34','\xa4','\xf1','\x33','\xda','\x02','\x01','\x81','\x11','\x98','\x2c','\xd4','\x7e','\x52','\xfc','\x01','\xe6','\x98','\xd6','\x83','\x2a','\x66','\xce','\x55','\x40','\xd7','\xf4','\x12','\x8d','\xd7','\xd6','\xb8','\xc5','\xd9','\xaa','\xc6','\xaa','\x08','\xda','\x81','\x72','\x0d','\x6f','\x97','\x52','\xf0','\x88','\x71','\xec','\xc8','\xb5','\xb9','\x69','\x9e','\x29','\x9e','\x00','\x7c','\xcd','\x57','\x7d','\x3d','\x7e','\xeb','\x6f','\xdf','\x05','\x9c','\xed','\x28','\x11','\xeb','\x1d','\xfc','\xf5','\x7f','\xf8','\x2b','\xfc','\xa1','\x2a','\x3f','\xfb','\xa7','\x40','\x7b','\xb7','\x82','\xc3','\xa9','\xee','\x3d','\x42','\x00','\xf0','\xf2','\x6b','\x5f','\x0d','\xdc','\x72','\x25','\x70','\xd9','\x8d','\xc0','\xde','\xa7','\x80','\xb3','\xf7','\x06','\xea','\x40','\x0b','\xab','\x0b','\x78','\xc4','\xc3','\xbf','\x02','\xcf','\x7f','\xfe','\x0b','\xc0','\x37','\xdf','\x0f','\x74','\xe6','\xd3','\xc0','\xa5','\x37','\x75','\x03','\x32','\x68','\x07','\xa6','\x29','\x05','\x7e','\x88','\x91','\x31','\x86','\x15','\x9e','\xfc','\x2d','\xcf','\xc4','\x17','\x7d','\xc1','\x23','\xf0','\xd6','\x77','\xfc','\x1e','\x7e','\xfb','\x55','\x6f','\x07','\x6e','\xed','\x7c','\xbb','\xba','\x80','\x47','\x7c','\xed','\x83','\xf1','\xbf','\xfd','\x7f','\x7e','\x1c','\xa7','\x4e','\x9f','\x96','\x60','\x07','\xc9','\xf2','\x33','\x8c','\xc1','\x64','\xc8','\xfd','\xee','\x77','\x7f','\x7c','\xcf','\x77','\x7f','\x2f','\xbe','\xe7','\xbb','\xbf','\x0f','\xbf','\xf4','\xcb','\x2f','\xc1','\x0b','\x9e','\xf7','\x6a','\xc4','\x5b','\x2e','\x01','\x00','\x8c','\x57','\x7c','\x1c','\x3f','\xfa','\xff','\xfd','\x1f','\xf0','\xe4','\x27','\x3f','\x05','\x37','\xde','\x78','\x23','\xae','\xb9','\xfa','\x9b','\xb1','\xbe','\xe9','\x33','\x31','\x5c','\x76','\x33','\x86','\x7b','\x7e','\xca','\x2c','\x23','\xdb','\xa4','\xeb','\xaf','\x7f','\x0b','\xfe','\xc5','\x8f','\xfc','\x0c','\xf8','\xfc','\x1e','\xc2','\x99','\x5b','\x11','\xcf','\xef','\x81','\xcf','\xf6','\x77','\xee','\x7f','\xfc','\x5f','\xfe','\x2b','\xec','\x7f','\xe2','\x33','\xc0','\xe7','\x4f','\x23','\x9c','\xb9','\x1d','\xe1','\xd4','\x6d','\x08','\x7b','\xb7','\xa6','\x97','\x71','\xc0','\xfa','\x96','\x7b','\x5b','\x1b','\x35','\x4d','\x37','\x5f','\x86','\x9f','\xfc','\x37','\x3f','\x85','\x6b','\xae','\x79','\x22','\x4e','\x9f','\x6e','\x2d','\x07','\x9a','\x6e','\xba','\xe9','\xa6','\xa4','\xfc','\x5c','\xf7','\xc7','\x88','\x67','\x53','\x3e','\x5a','\xad','\xf1','\x05','\x5f','\x71','\x1f','\x7c','\xcf','\xf7','\x7c','\x2f','\xee','\x77','\xbf','\x6c','\xcd','\xfa','\xe2','\x2f','\xfe','\x12','\x9c','\x3e','\x73','\x06','\xbf','\xf3','\x86','\x37','\x82','\x2f','\x7c','\x26','\x78','\xbf','\xef','\x9a','\xd4','\x4b','\x17','\x1b','\x76','\x16','\x6b','\xf6','\x40','\x95','\xe7','\x45','\xda','\x7c','\xc6','\xc0','\x27','\x3e','\xf1','\x09','\xfc','\xec','\xcf','\xfc','\x5b','\xc4','\x4f','\x7d','\x16','\xe8','\x92','\x4f','\x83','\x2e','\xfb','\x24','\xf8','\xe6','\x7b','\x6d','\x55','\xf2','\xf5','\x6f','\x7d','\x0b','\x7e','\xec','\x9f','\xfd','\xdf','\x88','\xdb','\xcc','\xf9','\x8f','\xfd','\xeb','\x62','\xce','\xe9','\xd4','\x6d','\x18','\xb6','\x99','\xf3','\x9f','\xf8','\x29','\x5c','\xf3','\x84','\xe5','\x39','\x7f','\xe7','\x3b','\xdf','\x91','\x94','\x9f','\x1b','\x3f','\x03','\xbc','\x3f','\x82','\x76','\x2f','\x60','\xbc','\xf7','\x7f','\xc5','\x0f','\xfe','\xbf','\xbf','\x0f','\x4f','\x7b','\xda','\xd3','\xed','\xdb','\xf7','\xbd','\xef','\xbd','\xf8','\xed','\xdf','\x7e','\x3d','\x5e','\xff','\xca','\x77','\x97','\xb4','\x1d','\x03','\xf6','\x3f','\xfe','\x19','\xf8','\x89','\xff','\xf3','\xff','\xc2','\x95','\x57','\x7e','\x06','\xbe','\xf6','\x6b','\xbf','\x6e','\xab','\xfe','\x6f','\x93','\x7a','\x01','\xdd','\x36','\x2a','\x40','\xb3','\x89','\x8f','\xa2','\x39','\x6b','\x19','\xf2','\x73','\x6b','\xb9','\x59','\xd7','\xb8','\x19','\x44','\x15','\xfe','\xe1','\xc8','\x00','\xa9','\x8c','\x27','\x53','\x96','\x58','\xc8','\x5c','\x03','\x0a','\xb2','\x7d','\x27','\xf7','\x41','\x60','\x4a','\xe1','\x7f','\xd2','\xee','\x69','\x90','\x8b','\x4b','\x5d','\xa9','\xdb','\xec','\x96','\xf9','\x6c','\xed','\x06','\x73','\x91','\x21','\xdd','\x3d','\xe4','\x35','\xa0','\x54','\x9b','\x07','\xc4','\x44','\x0a','\x44','\x7c','\x07','\x3a','\x6d','\xd9','\x76','\xbc','\x67','\x90','\x3e','\x57','\xbf','\xf5','\x8b','\xdb','\xa2','\x92','\x5e','\xf9','\x8b','\xe3','\xd6','\x96','\x69','\x4e','\x73','\x7e','\xfc','\xfc','\x98','\x31','\x30','\xa7','\x34','\xa8','\xd2','\x13','\x63','\xae','\x90','\xd4','\xd7','\xdd','\x45','\x15','\x2a','\xdb','\x73','\x8c','\x81','\x2f','\x66','\xc8','\x59','\xbb','\x42','\xce','\x04','\xe7','\xc1','\xd0','\x82','\x5a','\xe0','\x22','\x73','\xf5','\xf4','\x83','\x4a','\xbb','\x54','\x9c','\x57','\x31','\x74','\x77','\x84','\x45','\x10','\x9d','\x7c','\x22','\x91','\x68','\x88','\x90','\x0f','\xf5','\x4f','\xd1','\x94','\x9f','\x61','\x08','\x76','\xdf','\x46','\x7a','\xaf','\xe1','\x73','\x65','\xa2','\xfd','\x0e','\xbd','\x82','\xb2','\xde','\xdf','\x32','\x2f','\x6d','\xef','\xe4','\xe7','\x96','\xe0','\x5d','\x21','\xac','\x57','\x66','\x80','\xb4','\xb3','\xbd','\xda','\x09','\x66','\xf5','\x59','\xed','\x8c','\x65','\x48','\x5a','\xcd','\x5f','\x68','\x2e','\xaa','\x10','\xc2','\x14','\x65','\xcf','\x2c','\x94','\xc6','\xb4','\xdf','\x0a','\xa4','\xda','\x6e','\x94','\xfd','\x2c','\x93','\x11','\xae','\x1b','\xf7','\x32','\x13','\xfb','\xac','\xd5','\xf7','\x8d','\xa2','\x53','\x3d','\x4c','\x56','\x1f','\xb5','\x32','\xb9','\xb5','\x3b','\xb7','\x11','\xd1','\x37','\x83','\xa4','\x17','\xde','\xc2','\x6c','\xf3','\xda','\x7e','\xc4','\x40','\x37','\xfa','\xd1','\x7c','\xca','\x2d','\xb3','\xb6','\x59','\x00','\x0f','\xd7','\x1f','\xd5','\xbe','\x22','\xa7','\x68','\x9d','\x6c','\xfa','\x0f','\x9a','\x8d','\xa0','\x8a','\x1f','\xda','\x05','\xa7','\x03','\x61','\x85','\x60','\x1b','\x1e','\x04','\xc2','\x3e','\x26','\xac','\xd7','\x53','\x32','\x14','\xd6','\xe6','\x1a','\xaa','\x8a','\x33','\x9a','\x92','\xfa','\x02','\x60','\x9b','\x2a','\x91','\xa1','\x62','\x95','\x28','\x9d','\xa3','\x49','\xd1','\xc9','\x5c','\xb4','\x30','\xeb','\xdf','\x26','\x6a','\x9e','\x13','\x0e','\x4d','\xd7','\xca','\x24','\xb4','\xea','\xd7','\x8b','\x91','\xb8','\xb4','\x71','\x49','\x69','\xd1','\x9b','\xe6','\xcb','\x72','\xd0','\x2a','\x44','\xbd','\x54','\x95','\xfb','\xa0','\xcf','\xfe','\x5c','\xd0','\x78','\x3d','\x18','\x1d','\x05','\x68','\x7f','\x17','\x7f','\xfc','\xfe','\x3f','\xc6','\x3f','\xfb','\x5f','\xfe','\x25','\x86','\x31','\xe0','\x4f','\xff','\xec','\xfd','\xf8','\xe2','\x2f','\x7a','\x38','\xfe','\xe4','\x4f','\xdf','\x87','\xdf','\x7f','\xdd','\xbf','\x07','\x6e','\xbf','\xb4','\xcc','\x3f','\x8d','\xe0','\x73','\xf7','\x01','\x5d','\x7a','\x13','\xbe','\xe3','\xbb','\xbf','\x0d','\x4f','\x7a','\xe2','\xb7','\xe3','\x35','\xaf','\x7f','\x15','\x5e','\x76','\xed','\xaf','\x03','\xb7','\x5e','\x0e','\xec','\xef','\x00','\xab','\x0b','\xa0','\xcb','\xfe','\x2b','\xae','\x7e','\xdc','\x73','\xf1','\xa5','\x0f','\xff','\x72','\xfc','\xc6','\xab','\x7f','\x0d','\x4f','\xf9','\xb6','\xef','\xc0','\xad','\xb7','\xde','\x8a','\xeb','\x7e','\xe9','\x55','\xe0','\x4f','\x77','\x2c','\x47','\x9c','\x2d','\x40','\x51','\x82','\xb9','\x00','\xc0','\x67','\x3f','\xf0','\x73','\xf0','\x59','\x9f','\x75','\x7f','\xdc','\x76','\xfb','\xad','\x78','\xeb','\xeb','\xfe','\xb2','\xab','\x94','\x11','\x11','\x4e','\x9f','\x39','\x85','\x71','\x0c','\x18','\x77','\x54','\xf9','\x21','\x37','\xdf','\x2e','\x78','\x0e','\x01','\x7f','\xfe','\x17','\x7f','\x0e','\xbe','\x90','\x2e','\x98','\x0f','\x67','\x6e','\xc7','\x33','\x9e','\xfd','\x24','\x3b','\xef','\x72','\xc5','\x15','\x57','\xe0','\x47','\xff','\xd9','\x0f','\xe3','\xda','\x6b','\x5f','\x8a','\xe7','\x3c','\xe7','\xfb','\x70','\xcb','\x2d','\xb7','\xe0','\xf9','\x3f','\xfd','\xab','\xc9','\x3d','\xad','\x97','\xaa','\xf9','\x78','\xf4','\xa3','\x1e','\x0d','\xfe','\x09','\xc6','\x0d','\x37','\xdc','\x80','\x2f','\x7b','\xc4','\x23','\xf0','\x9e','\x1b','\x6e','\xc0','\xeb','\x5e','\xf6','\xc7','\x2d','\x20','\x8e','\x01','\xfb','\x9f','\xf8','\x0c','\x20','\x06','\x8c','\xf7','\xfd','\x18','\x9e','\xf9','\xec','\x27','\xe1','\xeb','\xbe','\xee','\xeb','\xf1','\xf0','\x87','\x3f','\x1c','\x00','\xf0','\x91','\x8f','\xfc','\x67','\xbc','\xe9','\x4d','\xbf','\x8b','\xe7','\xff','\xe4','\xab','\x4b','\x40','\x1c','\x03','\xa6','\xdb','\x2f','\xc3','\xdb','\xde','\xf6','\x56','\x3b','\x3f','\xd4','\x4b','\xaf','\x7d','\xed','\x6b','\xf0','\xfa','\x57','\xfc','\x11','\xe2','\xd9','\xcb','\xec','\x59','\x38','\x73','\x2b','\x9e','\xfa','\xd4','\x52','\xf9','\xd1','\xf4','\x90','\x07','\x3f','\x04','\x3f','\xfe','\xaf','\xfe','\x25','\xfe','\xf9','\x8f','\x3e','\xaf','\xb1','\xfc','\x84','\xcb','\x6e','\xc6','\x70','\xd9','\x27','\x8a','\x67','\xcf','\xfd','\xfe','\x1f','\xc0','\x37','\x3c','\xfa','\x31','\x33','\xb2','\x7d','\x86','\x6f','\xea','\x1f','\x15','\x96','\x6a','\x33','\x2d','\x24','\xcf','\xbf','\x37','\xac','\x5f','\xef','\xa2','\x66','\x88','\xd9','\x32','\x97','\x95','\xdf','\xfb','\x5e','\xf7','\xc6','\xff','\xf4','\x3f','\xff','\x0f','\xf8','\xb5','\x57','\xbc','\x0c','\x4f','\x7b','\xca','\xb3','\x71','\xcb','\x2d','\xb7','\xe2','\x57','\x5e','\xfc','\x1b','\x7d','\x5a','\x45','\x66','\x81','\x44','\xc0','\xa3','\x1f','\xf5','\x0d','\xc0','\xbf','\x01','\x6e','\x78','\xef','\x0d','\x78','\xc4','\x97','\x3e','\x02','\x37','\xbc','\xf7','\xbd','\x78','\xfd','\x16','\x73','\xfe','\x8c','\x67','\x3f','\x09','\x5f','\xff','\xb5','\x5f','\x87','\x87','\x3f','\xfc','\x4b','\x01','\x00','\x1f','\xf9','\xc8','\x47','\xf0','\xa6','\x37','\xbd','\x11','\xcf','\x7f','\xde','\xcc','\x9c','\xbf','\xf5','\xfa','\x34','\xe7','\x1d','\x26','\x70','\xd3','\x4d','\x37','\xe1','\xd5','\xaf','\x7e','\x55','\xb2','\xfc','\xec','\x8f','\xa0','\xd5','\x1a','\xab','\xcb','\x3f','\x8a','\xe7','\xfd','\xf4','\x4f','\x36','\x8a','\xcc','\xc3','\x1f','\xfe','\xa5','\xf8','\xbc','\xcf','\xfb','\x7c','\xdc','\xef','\x7e','\xd7','\x75','\xe9','\x6b','\x7d','\xd3','\x7d','\xf1','\xea','\x57','\xbf','\xea','\x58','\x15','\xa0','\x3a','\x98','\x9b','\x46','\x85','\xeb','\xdd','\x75','\x5a','\x9c','\x01','\xea','\xf9','\xc8','\xd5','\x13','\xde','\x9d','\xd3','\x2a','\x1d','\x1b','\x70','\xdc','\x2a','\x65','\x91','\x0c','\xcf','\xb8','\x95','\x06','\xa9','\x10','\xb3','\xb3','\xc9','\x44','\xa0','\x50','\x9b','\xed','\xa8','\x45','\x46','\xa4','\x80','\x69','\x62','\xf1','\x19','\x4f','\xfe','\xe8','\xb5','\xc2','\xb5','\x20','\xbb','\xba','\x4d','\xee','\xad','\xcb','\xfc','\x4e','\x25','\x37','\x03','\x91','\xfa','\x40','\x8a','\x32','\x40','\x2c','\xe1','\x66','\x47','\xe1','\xdb','\x06','\x98','\xcc','\x80','\xf4','\xb9','\x2c','\x07','\x9e','\xe3','\x23','\x7d','\xbc','\x21','\x6d','\x31','\xf6','\x36','\xbf','\xe2','\xea','\x66','\x77','\xda','\xe8','\xee','\x2e','\x5a','\x1c','\xb4','\xf5','\x7c','\x6e','\x53','\xb1','\x2f','\x57','\x9e','\x1b','\x40','\x75','\xca','\x47','\xeb','\x8e','\xd8','\x4e','\x9e','\x86','\x8c','\xe5','\x5e','\xc7','\x49','\x0b','\xe1','\xf6','\x5d','\x95','\xaf','\xb8','\x20','\x54','\x9e','\x11','\xc4','\x1d','\x50','\xe8','\x2b','\x5b','\x37','\xd8','\xc2','\x73','\xda','\x99','\xa0','\x18','\x11','\x45','\xf9','\x31','\xd7','\x38','\x6a','\xa7','\x77','\x6e','\x43','\x5a','\xeb','\x9c','\x53','\x5a','\xe7','\x99','\x4f','\x9b','\xd7','\x0e','\x2f','\xcb','\xae','\x7d','\xba','\xe3','\x27','\xbb','\xbd','\x0d','\xe3','\x90','\x2f','\x69','\xad','\xcb','\xa2','\x5c','\xbc','\xe9','\x95','\x5a','\x9e','\xe5','\xf5','\xe7','\x7d','\x5c','\x98','\xeb','\x58','\x2a','\x78','\xe5','\xa5','\xab','\xcb','\x20','\x72','\x8b','\x59','\xda','\x98','\x0a','\xd6','\xc0','\xf9','\x90','\xbf','\xb5','\xfb','\x18','\x2a','\x28','\x96','\x85','\x03','\x03','\x7e','\xa2','\x0f','\xc4','\x6b','\xe6','\x92','\x43','\xed','\x99','\x36','\x5c','\x65','\xaa','\x04','\x91','\x18','\x59','\x42','\xfe','\x70','\x4e','\xc1','\xd3','\xf5','\x14','\x86','\x20','\x2e','\x71','\x54','\xf0','\xee','\xf5','\x7a','\xca','\xe1','\xda','\xd5','\x4f','\xb0','\x56','\xac','\x32','\xa4','\x91','\x8d','\x30','\x57','\x19','\xb1','\x6d','\xae','\x68','\xd0','\x04','\x7f','\x23','\x35','\x29','\xb3','\x97','\x2e','\x2c','\x86','\xfd','\x3f','\x0c','\xdf','\x61','\x14','\x77','\x13','\x01','\x70','\x67','\x18','\x25','\x70','\x43','\x5c','\xae','\x93','\x1a','\x2d','\xb2','\x23','\x9c','\xaa','\xb1','\x55','\xfa','\xaa','\xe9','\xfb','\xcc','\x99','\x4b','\x80','\x30','\xe3','\x39','\x02','\x80','\xa6','\x15','\x3e','\xfd','\xe9','\x9b','\xf0','\x98','\x6f','\x7c','\x3c','\x1e','\xfb','\x98','\xab','\x41','\x04','\x9c','\x39','\x73','\x06','\x6f','\xf9','\xdd','\xf7','\x80','\x51','\x29','\x40','\xe7','\x4f','\x01','\xbb','\x67','\xf1','\xe8','\x6b','\xbe','\x14','\xdf','\xfa','\xcd','\x4f','\xc6','\xce','\xce','\x1e','\x9e','\xfa','\xed','\xff','\x18','\xff','\xfd','\x03','\x1e','\x88','\x37','\xfe','\xde','\xeb','\xf1','\xbe','\xf7','\xbf','\x07','\x0f','\xff','\xe2','\x2f','\xc7','\xd5','\x8f','\xfb','\x7e','\x7c','\xe9','\x97','\x7c','\x05','\x88','\x08','\xd7','\x3c','\xee','\x49','\x00','\x80','\xdb','\xcf','\x9e','\x4d','\x51','\xe9','\xd0','\x82','\x4a','\x06','\x6c','\xed','\xda','\x71','\x3d','\x4a','\x32','\xe1','\xf4','\xe9','\x53','\x78','\xec','\x37','\x3c','\x1e','\x6f','\x7b','\xf3','\x1f','\x81','\x6b','\x05','\x68','\x7f','\x07','\x37','\xbc','\xf7','\x06','\xac','\xd7','\x17','\xb0','\x77','\xea','\x92','\xc6','\xf2','\x53','\xd3','\xc8','\x8d','\x9f','\xb8','\x11','\xef','\x7e','\xe7','\x7b','\xec','\x3c','\x4f','\x38','\x73','\x0b','\xae','\x96','\xa0','\x07','\x3a','\x6c','\x4f','\x79','\xf2','\x53','\xf0','\x94','\xa7','\x24','\x85','\xe8','\xf6','\xdb','\x6f','\xc7','\x0b','\x9f','\xff','\x62','\x00','\x7d','\x05','\xc8','\x9f','\x4d','\x65','\x30','\x76','\xf7','\xf6','\x70','\xcd','\xd5','\x4f','\xc0','\x35','\x57','\x3f','\xc1','\xfa','\xf5','\xdb','\xbf','\xf1','\x6e','\x4c','\x15','\x18','\x9e','\x6e','\xbe','\x2c','\xed','\xd0','\x5f','\xf1','\x51','\xfc','\xab','\xff','\xfd','\x5f','\xb8','\xc0','\x0b','\xa9','\xc5','\xf7','\xbb','\xdf','\xfd','\xf0','\x98','\xc7','\x3c','\x0e','\x2f','\xfa','\xf9','\x5f','\x69','\x2c','\x02','\xf1','\xec','\x69','\xbc','\xf9','\xcd','\xbf','\x37','\xab','\x00','\xdd','\x78','\xe3','\x8d','\x78','\xc1','\xcf','\xff','\x02','\xa6','\x9b','\x4b','\x45','\x27','\xec','\xde','\x8e','\xcf','\xff','\xfc','\x2f','\x70','\xb5','\xb8','\xc4','\xc0','\xe3','\x1f','\x77','\x35','\x7e','\xfe','\xf9','\x3f','\x8f','\xff','\xfc','\xa9','\xd2','\x5d','\x32','\xde','\x7c','\x19','\xc2','\x99','\x9b','\xf1','\x86','\xdf','\x79','\x2d','\xae','\xb8','\x3c','\xcd','\x5d','\x4f','\x7e','\x34','\xcf','\xe6','\xd6','\x95','\x27','\x65','\xe5','\x4d','\x07','\xc0','\x6a','\xf3','\x9b','\x58','\x33','\xf9','\x7b','\x6b','\xc7','\xf1','\x63','\xdd','\xa4','\xfb','\xa6','\x27','\x7e','\x2b','\x9e','\x78','\xcd','\xb7','\x02','\xcc','\x38','\x7b','\xee','\x2c','\xae','\xbd','\xee','\x97','\x31','\xcd','\x28','\x40','\x3e','\xed','\x55','\x73','\x4e','\x20','\xbc','\x61','\xd3','\x9c','\xff','\xeb','\x7f','\x5e','\x04','\xdb','\x00','\x74','\xce','\x1f','\x8b','\x17','\x3d','\x7f','\x66','\xce','\x7f','\xff','\xcd','\xb3','\x73','\xfe','\xda','\xd7','\xbe','\x06','\xef','\x7c','\xe3','\x5f','\x81','\xcf','\x27','\x85','\x77','\xb8','\xd7','\x27','\xf0','\xe3','\xff','\xfa','\xc7','\x66','\x95','\x98','\xbd','\xbd','\x3d','\x3c','\xee','\x71','\x57','\xe3','\x45','\x2f','\xf8','\xa5','\xa6','\x2e','\x3e','\xbf','\x83','\x3f','\xf8','\xfd','\x3f','\xc3','\xdb','\xdf','\xfe','\x36','\x7c','\xfd','\xd7','\x3f','\x72','\x63','\xff','\xb7','\x49','\xb5','\x1e','\x13','\x42','\xc0','\x6a','\xb5','\xea','\x6e','\xb6','\x9a','\x02','\xa4','\x97','\x3f','\xd6','\x1f','\x02','\xf3','\x00','\x66','\x63','\x3a','\x36','\xa0','\x7b','\xc0','\x06','\x78','\x21','\xec','\x7e','\xaf','\xf1','\xed','\x5c','\xf3','\x12','\x28','\x4d','\xab','\x24','\xdd','\x52','\xce','\x00','\x22','\x40','\xc0','\x48','\x00','\x90','\x76','\xc0','\x8f','\x72','\x47','\x90','\xfd','\x31','\x03','\xf2','\x0c','\x94','\xcb','\x9d','\x44','\x76','\x4f','\x8b','\xb9','\xc4','\x71','\xd1','\x2f','\x03','\x27','\x70','\xcf','\xed','\xd7','\x93','\x54','\x49','\xeb','\x51','\x3d','\xc0','\x27','\x87','\xc9','\x3c','\xf3','\xad','\x1f','\xca','\xa6','\x45','\x44','\x19','\x98','\xd4','\xc1','\x0e','\x96','\x98','\xe1','\xb6','\x8c','\x92','\x8a','\x1f','\xfd','\x4f','\x9c','\x62','\xa0','\x67','\x90','\x34','\x60','\x80','\xde','\xb7','\xa3','\xb8','\x2a','\x48','\x66','\x12','\x49','\xaa','\xbb','\x3f','\x9d','\x2a','\x0b','\xa0','\xdb','\xc3','\x9e','\x85','\x25','\xa3','\x6a','\x5f','\xbd','\xae','\xad','\x1e','\xa3','\x1f','\x39','\xdc','\x2f','\x3b','\x2a','\x1a','\x21','\x0a','\xd0','\x8b','\x93','\xe5','\x22','\x61','\x9e','\xa9','\x5c','\xeb','\x9f','\x93','\x4e','\x3d','\xeb','\x4f','\x89','\xe8','\xcb','\x06','\xdb','\xaf','\x4e','\x39','\x91','\xbf','\xfd','\x99','\x8e','\x61','\x08','\x58','\xed','\x0e','\xd8','\xd9','\x19','\xb1','\x2a','\x2e','\xc5','\xec','\xf3','\xb2','\x6c','\xd7','\x70','\xca','\x83','\xaf','\x56','\xe6','\x27','\xfa','\x60','\x07','\xa2','\x08','\x15','\xc4','\xa6','\xcd','\x15','\xeb','\x09','\x35','\xf4','\x73','\x00','\xed','\xa0','\x27','\xf4','\x37','\xe4','\xf5','\xed','\xd5','\xf0','\xd7','\xd6','\x36','\xfd','\xb9','\xed','\x32','\xad','\x00','\x9d','\xaf','\x4a','\x5d','\x27','\x3b','\x5b','\x2d','\x07','\x4f','\xc5','\x10','\xf6','\xd6','\xba','\xd4','\xe4','\x26','\x86','\xa7','\x84','\x99','\x08','\x5e','\x11','\xf2','\x96','\xa4','\x7e','\x7f','\x42','\x20','\x60','\x0c','\xcd','\x73','\xbb','\xac','\xd6','\xe6','\xb3','\x44','\xf6','\x05','\xcd','\xe8','\x5a','\xcf','\x8b','\x55','\xc2','\x1f','\xb2','\x0e','\xbb','\x44','\xaf','\xe3','\xfe','\x6e','\xc0','\x46','\x9e','\xb2','\x49','\x4b','\xf2','\x65','\xb0','\x5d','\x04','\xdc','\xcc','\x35','\x54','\x31','\x12','\x77','\x90','\x45','\x21','\xce','\x19','\x1c','\x10','\xb9','\xdb','\xea','\x1d','\x53','\xe2','\xed','\x66','\xf9','\x8a','\x2b','\xee','\x03','\x0c','\xfb','\x0b','\x39','\x06','\x9c','\x3b','\x7f','\xd6','\xd6','\x23','\x00','\x5c','\x7e','\xf9','\xfc','\x37','\x74','\xe9','\xc7','\xf1','\xb8','\xc7','\x5c','\x83','\x53','\xa7','\x4e','\x21','\x72','\xba','\x27','\xea','\x2b','\x1e','\xf1','\x55','\xf8','\xf2','\x2f','\xfd','\xca','\xc2','\x7a','\x3b','\x4d','\x51','\x9a','\x9a','\xda','\xba','\x3b','\xee','\x22','\x1f','\xe2','\xad','\xbb','\x9b','\x36','\x30','\xf4','\x77','\xbb','\xc3','\x47','\x36','\x78','\xbe','\xe8','\x0b','\xbf','\x04','\x57','\x7c','\xd6','\x1e','\x3e','\x7e','\x73','\xe7','\x2c','\xd3','\xd9','\x7b','\xe0','\x5d','\x7f','\xf4','\x4e','\x3c','\xe1','\x9a','\x27','\xe4','\x80','\x11','\x85','\xc0','\x95','\x35','\x4e','\x29','\xb8','\x42','\xbc','\x2d','\x81','\x44','\x5a','\xad','\xf1','\xb0','\x2f','\xfc','\x47','\xb8','\xea','\xa1','\x57','\xe5','\xa9','\xad','\x04','\xc6','\xa9','\x53','\xa7','\xed','\xec','\x44','\x33','\x0e','\x56','\xbe','\xfc','\xd5','\x99','\xce','\x2b','\xaf','\xfc','\x0c','\xd0','\xd8','\x8e','\xe3','\xfc','\x0e','\x7d','\x9e','\x83','\x07','\x3c','\xe0','\x01','\xb8','\xf2','\xb3','\xee','\x89','\x8f','\x7c','\xbc','\xec','\x33','\x9f','\xdf','\xc1','\xbb','\xdf','\xfd','\xae','\x6e','\x9b','\x00','\xe0','\x2d','\x6f','\xf9','\x7d','\xeb','\x63','\x59','\xe7','\x79','\x3c','\xe0','\xfe','\xf7','\xb7','\x5a','\x3c','\x3b','\xd7','\xf4','\xe8','\x47','\x3d','\x1a','\xbf','\xfa','\xc1','\xeb','\xd3','\x59','\x20','\x97','\xf8','\xec','\x25','\x78','\xcf','\x7b','\xfe','\x1d','\xae','\xbe','\xfa','\x09','\x9b','\x99','\x9e','\xfc','\xca','\xfe','\xd9','\x12','\x64','\xe8','\xc8','\xc1','\xd9','\xb4','\x15','\x4e','\xd9','\x80','\x4f','\x0a','\x0f','\x2a','\xd9','\xa0','\x8a','\xca','\x9f','\xd3','\x7c','\x9e','\x3e','\x7d','\x1a','\xe9','\x98','\xc5','\xf6','\x49','\x37','\xd7','\xae','\xbc','\xf2','\x4a','\x60','\xd3','\x9c','\x7f','\xcd','\xd7','\x76','\xcb','\x38','\xcc','\x9c','\x7f','\xe4','\x23','\x1f','\x29','\x14','\x5e','\x5a','\xad','\xf1','\x79','\x5f','\xf8','\x8f','\x1a','\x05','\xab','\x4e','\xf7','\xbb','\xdf','\xfd','\xf0','\xd5','\x5f','\xfb','\x65','\x78','\xfb','\x6b','\xff','\x0e','\x7c','\x7e','\xa7','\x78','\x37','\xdd','\x76','\x29','\x5e','\xf3','\x9a','\xdf','\x3a','\x36','\x05','\x68','\x2e','\x08','\x42','\xcf','\x02','\x64','\x4f','\x7a','\x41','\x10','\xea','\xbf','\x2f','\x56','\x32','\x57','\x96','\x03','\xea','\x3d','\x35','\x80','\xb3','\xe7','\x15','\xa2','\x61','\x6c','\xa0','\xed','\x0a','\x7c','\xe5','\x5d','\x5f','\x75','\x79','\xc9','\x02','\x0f','\xfe','\xff','\x03','\x35','\x36','\xb7','\x79','\x6e','\x2b','\xd8','\x6e','\x25','\xaf','\x37','\xe8','\xe6','\x9a','\x7c','\x80','\xe7','\xdd','\xf6','\xf8','\xff','\x37','\x64','\xeb','\xd7','\xb4','\x34','\x20','\xbd','\xf7','\xfd','\x3c','\xe5','\x7f','\x2e','\xf7','\x06','\x50','\x50','\x5a','\xf9','\xe4','\x6b','\x66','\x93','\x19','\xde','\xed','\x4d','\x95','\x1f','\xea','\x95','\xb9','\x69','\x4e','\x3b','\xca','\xc8','\xec','\x90','\x75','\x94','\xa3','\x18','\x19','\xfb','\xfb','\x11','\x17','\xce','\x4f','\x38','\x7f','\x6e','\x1f','\x17','\xce','\xad','\xb1','\x7f','\x7e','\x8d','\x0b','\xe7','\xd7','\xb8','\x70','\x6e','\x8d','\x73','\xe7','\xf6','\x71','\xee','\xf6','\x7d','\x9c','\xbd','\x2d','\xfd','\x3c','\x77','\x76','\x1f','\xe7','\xcf','\xad','\x71','\xfe','\xdc','\x1a','\xfb','\xe7','\x27','\xac','\x2f','\x4c','\x58','\xef','\xe7','\xc0','\x03','\xb0','\xb5','\x52','\xbb','\x9b','\x51','\x1e','\x17','\xca','\xff','\x9b','\xb2','\xcc','\x6c','\xe0','\x4d','\xc1','\x64','\xa0','\x74','\xf7','\x47','\x9c','\x92','\x75','\x87','\xe5','\x42','\xca','\xc1','\x94','\x1f','\x89','\xf8','\xa6','\xe1','\x9e','\xa7','\x0c','\x94','\x6a','\x5a','\xed','\x29','\x5f','\xf9','\x5d','\xf9','\xb0','\x1c','\x6e','\x2e','\x06','\xac','\xa2','\x82','\x22','\x2f','\x2b','\x70','\x95','\x31','\x1e','\xc6','\x01','\x2b','\x0d','\x76','\xb0','\x97','\xc2','\xd2','\x96','\x21','\xec','\xcb','\xb2','\x8a','\x79','\xd3','\x31','\xe1','\xac','\x4c','\x41','\x76','\xd0','\xa7','\x49','\x5c','\xde','\xd6','\x32','\xee','\x73','\x6e','\x45','\xac','\x2d','\x71','\x7f','\x16','\xbf','\xb9','\xfa','\xb9','\xcd','\x35','\x47','\x77','\x9b','\x85','\x75','\xa6','\x83','\x76','\x94','\x52','\x9b','\x32','\x54','\x6b','\xd4','\xe4','\x22','\x4f','\x7a','\xe4','\x76','\x57','\x94','\x1f','\x96','\xc5','\xf5','\x5b','\xb7','\x88','\x92','\x7b','\x2b','\xa5','\x9c','\xd7','\x6e','\x7e','\x61','\xb4','\x1c','\x1d','\x2f','\x96','\x79','\xcf','\xd6','\x8f','\xea','\x1c','\x5c','\x6f','\xca','\x01','\x90','\x5d','\x82','\x39','\x60','\x67','\x6f','\xc4','\x8e','\x9c','\x0b','\xf3','\xd1','\x0e','\xeb','\x2e','\x2d','\x75','\xa7','\x88','\x32','\x27','\xdf','\xa5','\xc0','\x18','\x70','\xed','\xdc','\xb2','\xbc','\x85','\x64','\x64','\xa5','\x7b','\x36','\x62','\x75','\x32','\xcb','\x8f','\x2e','\x6f','\x7d','\x37','\x4d','\xd9','\x45','\xf3','\x40','\x82','\x94','\x01','\xf2','\x41','\x52','\x44','\x38','\x99','\x75','\xd1','\xb9','\xc8','\x69','\xc3','\xe6','\x10','\x66','\x2f','\x4d','\x2b','\x7c','\xe2','\x13','\x1f','\x2f','\xb3','\xcf','\x7d','\x72','\xea','\x36','\x7c','\xcb','\xb7','\x7e','\x33','\xfe','\x5f','\x5f','\xf0','\x45','\xb2','\x11','\x24','\xd6','\x7b','\xb9','\xa3','\x28','\x47','\xec','\x24','\x68','\x90','\x0e','\x76','\x74','\xf1','\x39','\x0f','\x7a','\x30','\x30','\xb4','\x97','\x1f','\x6a','\xd7','\x28','\x24','\x77','\xde','\x61','\x0c','\x66','\xcd','\xd1','\x32','\x9f','\xfa','\x6d','\xcf','\x04','\x9d','\xf9','\x54','\x3b','\x3a','\xb7','\x5f','\x8a','\xd7','\xbc','\xf6','\x37','\x4d','\xf9','\xd1','\x8b','\x75','\xfd','\xff','\x40','\x22','\xd9','\xeb','\x5e','\x76','\x1d','\xa6','\x5b','\xd3','\x8e','\x77','\x38','\x73','\x2b','\x9e','\xfa','\x94','\xa7','\x26','\xbe','\x52','\x00','\x15','\xf7','\x11','\x80','\x87','\x5e','\xf5','\x30','\xd0','\xaa','\xdf','\x66','\x1d','\xaf','\xee','\xa1','\x04','\x02','\xce','\x5c','\x72','\xa6','\x6b','\x7d','\x0b','\x67','\x6e','\xc5','\xbf','\xfc','\xf1','\x7f','\x5e','\x28','\x3f','\x3d','\x51','\xff','\xe8','\x47','\x3f','\x1a','\xe1','\xd4','\xb9','\xb6','\xca','\x69','\x85','\x1b','\x6f','\xbc','\xb1','\xdb','\x9c','\x97','\xb9','\x3e','\x5a','\xd9','\xab','\x35','\xae','\xba','\xea','\x61','\xf3','\x7d','\x90','\xf4','\x90','\x07','\x3f','\x04','\xb4','\xba','\xd0','\xd6','\xb7','\xbf','\x83','\x0f','\x7d','\xe8','\x43','\xb3','\xdf','\x15','\xe4','\x6c','\x6c','\xa9','\xe5','\x41','\x87','\x81','\x65','\x6d','\xb9','\x5b','\xe4','\x9b','\xe1','\xd7','\x05','\x7b','\xd7','\x8b','\x75','\xf5','\x9d','\xd0','\x2a','\x38','\xc9','\xd7','\x87','\x3e','\xf4','\x2a','\xd0','\x38','\x43','\xab','\xc8','\x96','\xeb','\xda','\x93','\xe9','\xcc','\x99','\x33','\xa0','\x99','\x39','\xff','\x17','\x3f','\xf6','\xcf','\x67','\x95','\x1f','\x4d','\x1b','\xe7','\xbc','\xea','\xdc','\x9b','\xde','\xf4','\xbb','\x98','\x6e','\xbd','\x67','\xae','\xe7','\xd4','\xed','\xb8','\xfa','\xea','\x6b','\x16','\xeb','\xd0','\xf4','\xf9','\x9f','\xff','\xf9','\xa0','\x9d','\xce','\x7c','\x9f','\xdf','\xc1','\xbb','\xff','\xe0','\x8f','\x70','\xfb','\xed','\xb7','\x6f','\x55','\x4e','\xf5','\x75','\xf3','\xff','\x7a','\x6a','\xc7','\x71','\x4e','\x97','\x29','\x82','\x20','\xf4','\x6e','\x4a','\xbd','\xab','\x26','\xb7','\xa1','\xd5','\x95','\x89','\x8b','\xdf','\x02','\x85','\x8b','\x5a','\xba','\x17','\x43','\xcb','\x88','\x98','\x44','\xd2','\x0c','\x6e','\xb7','\xe7','\x08','\x7b','\xa0','\x8b','\x49','\x6f','\x66','\x4f','\x3f','\xb2','\xc9','\xde','\x00','\xda','\x5d','\x2c','\xb5','\xbc','\x82','\xfb','\x2f','\xa9','\xf3','\x6c','\xe6','\x53','\x56','\x81','\x6d','\xe8','\x40','\x9e','\x2b','\x8e','\x16','\x25','\x40','\xfd','\xff','\x3d','\x60','\xb1','\xe2','\x6b','\xc0','\x54','\x27','\x2a','\x7f','\xad','\x70','\xee','\x6c','\x72','\xcd','\x11','\x2b','\x42','\xc4','\xfa','\xc2','\x84','\xf3','\xe7','\x27','\xac','\xf7','\x27','\xb0','\x5c','\xca','\xa8','\x11','\xe8','\x54','\xb9','\x98','\x26','\xb9','\xc1','\x1e','\x6c','\xd1','\xd8','\x82','\xbf','\x9d','\xdd','\x14','\x39','\x80','\x28','\x38','\xe5','\xbf','\x74','\x07','\xf2','\xf7','\x5a','\xf8','\x9d','\xb8','\xa4','\xfb','\xb0','\xe8','\x1a','\x64','\xdf','\x82','\xd2','\x9d','\x58','\xd3','\x3a','\xdd','\xe5','\xa3','\x4a','\xc5','\x38','\xa4','\x0a','\x58','\x2e','\x41','\x55','\x25','\xc0','\x47','\xcc','\xaa','\x95','\x1f','\x48','\x91','\x8d','\xc0','\x72','\xbb','\x62','\xbd','\x21','\x64','\x57','\x80','\xaa','\x36','\x5e','\xe8','\x6b','\xff','\xec','\xe6','\x7a','\x99','\xf7','\x61','\x15','\xb0','\xb3','\x93','\x14','\x20','\x0d','\x4b','\x6b','\x87','\xc4','\x7d','\xa3','\x8a','\xba','\x32','\xa0','\xab','\xef','\x00','\xd1','\xf1','\x51','\xab','\xcf','\xe4','\x5d','\xde','\x0a','\x6c','\xe8','\x3e','\x72','\x4a','\xb5','\xc1','\xfa','\xaa','\xda','\x82','\xb4','\xb7','\x90','\xb2','\x8b','\x59','\x04','\x10','\xf5','\x30','\x68','\x21','\x80','\xb7','\xd8','\x44','\xb1','\x77','\x33','\x1a','\x7d','\xe2','\x8b','\x9c','\x2e','\x67','\x5e','\x6e','\xf2','\xb1','\x27','\xb6','\xc1','\x92','\x41','\x8f','\x69','\x7f','\x3f','\x30','\x21','\x0c','\x2c','\xa6','\x17','\x00','\x28','\xe9','\x10','\x00','\xfc','\x22','\x24','\x00','\x08','\x64','\xb4','\x11','\x5c','\x5f','\xd6','\xfb','\x13','\x52','\x1c','\x0f','\x05','\xfa','\xc2','\x55','\x4a','\x8c','\xda','\x96','\x2d','\xe7','\x7e','\x98','\xf2','\x7a','\x50','\xde','\x63','\x77','\x7c','\x12','\x79','\xe3','\xc0','\x21','\x80','\x19','\x59','\xa1','\xba','\x39','\x18','\x9d','\xe2','\x9f','\xdd','\x52','\x75','\xa3','\x4e','\xf9','\x87','\x7e','\xde','\xef','\x40','\xa3','\xc7','\x52','\x7e','\xb1','\xc9','\x10','\x55','\x24','\xae','\x7e','\x1e','\xe0','\xb3','\xf9','\xb1','\x8d','\xb8','\xe4','\x92','\x4b','\x65','\x8d','\xc3','\x94','\x20','\x40','\xe6','\xc8','\xeb','\xc7','\x40','\x9a','\x2f','\x16','\x9e','\xb9','\x54','\x29','\x95','\xe1','\xbe','\xd5','\xba','\x4d','\x04','\x71','\x17','\x64','\x7c','\xd5','\x57','\x7d','\x2d','\x9e','\xff','\x82','\x17','\x34','\x01','\x17','\x78','\x3d','\xe2','\x03','\x7f','\xf6','\x61','\x7c','\xf0','\xaf','\xff','\x2a','\x5f','\x1c','\x49','\x5a','\x6c','\x16','\x2a','\x6f','\x7f','\xdb','\xdb','\xf1','\xd1','\xbf','\x3b','\x6b','\x61','\x87','\x87','\xd3','\x37','\xe3','\x91','\x8f','\x7c','\xd4','\xe2','\x38','\x6c','\x1a','\xbb','\x26','\x8f','\xc8','\x35','\xdf','\x86','\xa3','\xa4','\xcb','\x2e','\xbb','\x6c','\xd1','\x7d','\xb1','\x4e','\xb7','\xdf','\x7e','\x3b','\xfe','\xeb','\x47','\x6f','\x04','\xe2','\xfc','\xc5','\x96','\x4b','\x5d','\x9a','\xb3','\x5e','\xf0','\x7a','\xc4','\x87','\x3f','\xfc','\xe1','\x7e','\x79','\x7e','\x10','\x9a','\xdf','\x0f','\xd1','\x88','\xe3','\x4e','\xb2','\xb8','\x75','\x8d','\xfb','\x65','\xe1','\x37','\xf6','\xbd','\xd7','\xc7','\xc6','\xb0','\xf3','\xe4','\x68','\x4b','\x0a','\xf3','\xe7','\xcc','\x8e','\x92','\x2e','\xbb','\xf4','\x60','\x73','\xfe','\x9a','\xd7','\xbc','\xa6','\xb0','\xd8','\xd1','\xb8','\x8f','\x9f','\xfe','\xe9','\xe7','\xe1','\xa7','\x7f','\xfa','\x79','\x5b','\x7d','\x4f','\xd4','\x77','\xef','\x8c','\x17','\x4e','\xe1','\x03','\x1f','\xf8','\x4b','\x3b','\xa3','\x74','\x94','\xa4','\x67','\x7e','\x7c','\xda','\xdf','\xdf','\x5f','\x0e','\x82','\xa0','\x2e','\x70','\xfe','\xf0','\x10','\xd0','\xd7','\x6e','\x37','\xa5','\x43','\x83','\x73','\x07','\x9a','\xca','\xb4','\x84','\x86','\x7d','\x5b','\x0d','\x06','\x17','\x60','\x4f','\xb7','\xaa','\x92','\x00','\x6f','\xc1','\xef','\x3c','\xf6','\x65','\xe8','\x4e','\x28','\x23','\xed','\xea','\x4d','\x14','\x41','\x13','\x09','\xe8','\x64','\x8b','\x20','\xd6','\xa4','\x5e','\xa1','\x55','\x37','\x0a','\xb7','\x85','\xba','\x8b','\x05','\xe0','\x96','\xb0','\xb0','\x20','\x3d','\x7f','\x5b','\x00','\x37','\x0f','\x78','\xfb','\xc0','\xc5','\x9d','\x13','\xe2','\x99','\x41','\xde','\x00','\xfa','\xe7','\xba','\xb2','\x9c','\xb6','\xe1','\xe8','\x87','\xf9','\xb4','\x05','\x7c','\x0d','\xc0','\xb5','\x79','\xcf','\x42','\xce','\x04','\x46','\x8d','\x40','\x7a','\x80','\x69','\xc3','\xa3','\xb9','\xfe','\xcf','\xbb','\xcb','\xa4','\x56','\xaf','\xf7','\x23','\xce','\x9d','\x4d','\xd6','\x9e','\x29','\x32','\x86','\x40','\x18','\x25','\x24','\x33','\x98','\xb1','\x96','\xc8','\x62','\xeb','\xfd','\x68','\x80','\xdb','\x3a','\x43','\x30','\x0b','\x96','\x2a','\x41','\xea','\x82','\x11','\x86','\x74','\x4f','\x95','\x46','\x6f','\xb3','\x9f','\xd6','\x8e','\xbc','\x53','\xe9','\xdd','\xcc','\x4c','\x71','\xa1','\xd4','\x78','\xb3','\xee','\x08','\xb8','\x0a','\x03','\x61','\x90','\x7a','\x94','\x71','\xc7','\xb5','\xbb','\xec','\x13','\x7d','\xfa','\x37','\x01','\x50','\x29','\x3f','\xbd','\xf1','\x5b','\x92','\x63','\xda','\x5e','\x13','\x7c','\xde','\x15','\x54','\x9e','\x85','\x21','\xed','\xe0','\xae','\x76','\x06','\xec','\xec','\x8e','\x18','\x77','\x82','\x44','\x7a','\x2b','\x35','\xb2','\xcc','\x97','\xf2','\x9a','\xce','\xe5','\x54','\xf5','\x8b','\xe5','\x27','\xb9','\xfa','\x65','\x17','\xa9','\xb9','\xfe','\x74','\xf9','\x24','\xa3','\xed','\x50','\x91','\xb7','\xf3','\xb2','\x56','\x18','\xeb','\xf2','\x9a','\x07','\xe4','\xa4','\xac','\x0b','\x04','\xa1','\x75','\xf7','\xb4','\x20','\x61','\x6b','\x36','\x3a','\x16','\x92','\x5a','\x85','\x72','\x19','\x15','\x2d','\xf3','\x8f','\x5c','\x5f','\x09','\x5c','\xb3','\xf3','\xda','\x72','\x20','\x84','\x83','\x0a','\x93','\x36','\x3f','\xbb','\x7f','\x48','\xee','\x0a','\x8a','\x13','\xc9','\x85','\xa9','\x99','\x3b','\x15','\x3c','\xb1','\x2a','\x86','\x08','\xc0','\x40','\x18','\x28','\xf1','\xd5','\x15','\x46','\x40','\x94','\xa1','\xfd','\x0b','\x6b','\x89','\xec','\xe6','\x2d','\x27','\x59','\x11','\xea','\xb5','\xca','\x36','\x0f','\x18','\xa2','\x04','\x49','\x2e','\x91','\xb7','\x31','\x08','\xc6','\x08','\xb9','\x5d','\xde','\xf2','\x5c','\x90','\x94','\xae','\xa9','\xd4','\xc3','\x22','\x07','\x83','\x64','\x27','\x39','\xfd','\xef','\x86','\xdf','\x9e','\xa9','\xa2','\x9e','\x2c','\xb3','\x2e','\xc2','\x65','\x77','\x34','\x2b','\xf2','\x70','\x3f','\x33','\x49','\xe5','\xf6','\xf8','\x41','\x98','\x9d','\xe2','\x4d','\x82','\x81','\x26','\x9c','\x3e','\x7d','\xc6','\x2a','\xd9','\x28','\x47','\x66','\x68','\x5e','\xf9','\x38','\x05','\x24','\x3a','\x00','\x40','\xc4','\x42','\xbb','\x72','\x6e','\x76','\x41','\xe9','\x4b','\x67','\x19','\x03','\xc4','\xa8','\xed','\x36','\x4a','\x92','\xe2','\x7b','\xf9','\xbd','\xae','\xc0','\xb3','\x9f','\xfd','\x1d','\xb8','\xf6','\x45','\x6f','\x00','\xdf','\x56','\x9e','\x4d','\x8a','\xb7','\x5d','\x8a','\x37','\xbd','\xe9','\x8d','\xb8','\xea','\xa1','\x0f','\xcb','\x5d','\x76','\x53','\xc5','\x00','\xde','\xf6','\xf6','\xb7','\x22','\x4a','\x24','\xbc','\x70','\xe9','\xad','\xf8','\xbe','\xe7','\x7e','\x2f','\x4e','\x9f','\x3e','\xad','\x2d','\xb7','\xba','\xb2','\xec','\x3a','\xe0','\x30','\x90','\x76','\x6f','\x5b','\xb4','\x55','\xe6','\xe9','\x55','\x77','\xc9','\x25','\x97','\x82','\x3a','\xae','\x58','\x3c','\xad','\xf0','\xf1','\x1b','\x3f','\x8e','\x2b','\xae','\x28','\xcf','\xa8','\xdc','\x7e','\xfb','\xed','\x60','\xee','\x84','\x3b','\xc7','\x2c','\xeb','\x2b','\xd2','\x9c','\xf5','\x02','\x31','\xe0','\x93','\x9f','\xfc','\x64','\x87','\x38','\xab','\x0a','\xaa','\x37','\x5d','\x52','\x59','\x7a','\xbf','\x90','\x36','\xe7','\xe5','\xf9','\x4c','\x5e','\xf8','\x39','\x5e','\xcc','\xcc','\x69','\x53','\x22','\x85','\x4b','\x95','\x8b','\x87','\x03','\x86','\xb0','\xac','\xc8','\xe8','\x26','\x7e','\xce','\x52','\xf2','\xa3','\xd9','\xef','\x36','\xbe','\x61','\x5c','\x72','\xe9','\x16','\x73','\x2e','\x3c','\xe0','\x7d','\x7f','\xfc','\x5e','\x7c','\xf4','\xc3','\xb7','\x15','\x77','\x09','\xad','\x6f','\xba','\x1c','\x58','\x08','\x61','\xbe','\x6d','\xe2','\xf5','\x0a','\x1f','\xfb','\xd8','\x47','\xd1','\xa7','\xe7','\x83','\xc9','\x8d','\xc6','\xbb','\x64','\x41','\x89','\x29','\x14','\xa0','\x71','\x1c','\x8b','\xcc','\x47','\xbe','\x08','\xf5','\x0e','\x4a','\x45','\x77','\xbd','\x0c','\x99','\x51','\x32','\xe6','\x40','\xbd','\x8a','\x1d','\x5b','\xcd','\x21','\x85','\x64','\x9d','\x44','\xb2','\x25','\xc1','\x17','\x10','\xea','\x88','\x6c','\x07','\x49','\xd5','\x77','\x73','\x42','\x36','\xa1','\xd7','\x74','\x43','\x3b','\xd4','\xf5','\x81','\xdd','\x9d','\x19','\xc0','\xe2','\xce','\xec','\xb6','\x6c','\xf2','\xae','\x90','\xec','\x4c','\x40','\x7e','\x00','\xae','\x27','\x51','\xcf','\xfd','\x90','\x82','\xfc','\xf2','\xa0','\xea','\x91','\xd3','\xdc','\x60','\x3a','\x9c','\x58','\x80','\x7c','\x4e','\xa1','\x77','\x2f','\x9c','\x5f','\xe3','\xfc','\xd9','\x7d','\x9c','\x3f','\x3f','\x25','\xd7','\xb2','\xdd','\xc1','\xac','\x3a','\xcc','\x49','\x41','\x0f','\xe2','\xa6','\x43','\x01','\x88','\xeb','\x88','\x49','\xdc','\x69','\x38','\x32','\x26','\x11','\x7c','\xcd','\x8e','\x50','\x48','\x20','\x30','\x84','\x90','\xad','\x43','\x6e','\x87','\x33','\x2b','\x46','\xa2','\x6f','\xcb','\xb3','\x40','\x9c','\x7c','\xdf','\x38','\x05','\x3c','\xd4','\x7a','\x88','\x80','\x41','\x2f','\x3a','\xb5','\x88','\x6f','\x12','\x14','\x41','\xef','\x03','\x62','\x58','\x1d','\x0a','\xba','\xbb','\xf4','\xcb','\xdc','\x1d','\xf7','\xfa','\xd9','\x26','\x57','\x1d','\xdb','\xe1','\x75','\x4a','\x7c','\x08','\x59','\xf1','\x59','\xed','\x0c','\x58','\xad','\xe4','\x42','\xe7','\xe0','\x68','\x62','\xa1','\x58','\xee','\xd0','\x8e','\xba','\x27','\x58','\x98','\xeb','\xb5','\xaf','\x73','\x43','\x27','\xaa','\x97','\x8d','\x05','\xec','\x30','\xa9','\xb3','\x78','\x75','\x44','\xb3','\x12','\xc3','\x99','\x5f','\x1d','\x1f','\x95','\xa7','\xaa','\x75','\x6e','\x55','\xe6','\x17','\xb4','\x5d','\xaa','\xb2','\x0c','\x6a','\x02','\xbc','\x1c','\x9a','\x37','\x2e','\xb5','\x4b','\x50','\x23','\xc7','\x04','\x82','\xe1','\x83','\x10','\x58','\xcb','\xc8','\xff','\xd1','\x24','\x22','\xb9','\x30','\x95','\x60','\x6b','\x06','\x00','\xb0','\x9f','\xdc','\xc7','\xf2','\x5d','\x1e','\x89','\xb0','\xeb','\x79','\x2c','\x68','\x5d','\x37','\x19','\x5c','\x03','\x99','\x01','\x9e','\x38','\xc5','\xb2','\x19','\x54','\x3f','\x73','\x1b','\x0e','\xfa','\xad','\x8d','\x97','\x9b','\x53','\xd2','\x3d','\x89','\x92','\x88','\xf5','\xec','\xa0','\xef','\x93','\xd1','\xeb','\x94','\xac','\xb6','\xba','\x36','\xd3','\x65','\xc5','\xc1','\xfa','\x38','\x9b','\x3c','\x96','\x63','\x07','\xcc','\x7d','\x87','\x45','\xc9','\x73','\x4d','\x3f','\x5c','\x0a','\x31','\x87','\xd7','\x9d','\xd3','\xca','\x96','\x92','\xce','\xbb','\xff','\x54','\xf5','\x77','\xe1','\xf1','\xe9','\x7e','\x5b','\x72','\x97','\xe7','\x56','\x89','\x90','\xa3','\x41','\x9a','\x45','\x29','\x95','\xab','\x8f','\xc2','\x40','\xf8','\xca','\xaf','\xfc','\x2a','\x5c','\xf7','\xd2','\x57','\x76','\x14','\xa0','\xd3','\x78','\xf9','\xaf','\xfd','\x26','\x9e','\xf5','\xac','\x67','\x67','\xa5','\xc0','\x8d','\xe1','\x87','\xff','\xd3','\x87','\xf1','\x86','\xd7','\xfd','\x3e','\xf8','\x6c','\xba','\xa3','\x25','\x9c','\xba','\x0d','\x5f','\xfd','\xd5','\x5f','\xdd','\xea','\xe3','\x6c','\x18','\x39','\xf1','\xd2','\x03','\xe8','\x31','\x27','\xb1','\xa6','\x2e','\xbd','\xf4','\xd2','\x03','\x59','\x03','\xe6','\x12','\xef','\x8f','\xf8','\xc0','\x07','\xfe','\xb2','\xff','\x6e','\xe6','\xf7','\x22','\x85','\x88','\x7b','\xdd','\xeb','\x5e','\xf3','\xf2','\x60','\x89','\x66','\x8e','\x8f','\xf5','\xf5','\xcb','\x6e','\x36','\x7d','\x58','\x78','\x6f','\xa5','\x94','\x98','\x4c','\xcc','\x1b','\x22','\xba','\x76','\x75','\xfd','\x0e','\x03','\xd9','\xe5','\xb9','\x85','\x12','\xdd','\xab','\xd6','\xf1','\xde','\x1a','\x5b','\x1c','\x38','\x39','\x42','\xbc','\xf4','\x92','\xe5','\xa0','\x25','\x3e','\x7d','\xec','\xa3','\x1f','\x03','\xaf','\x57','\x47','\xa9','\xf9','\xa2','\xa4','\x61','\x18','\x0a','\x43','\x8e','\xea','\x36','\xbd','\x8d','\xda','\xd1','\x7f','\x74','\xd0','\xcb','\x4d','\x37','\xa6','\x1a','\x94','\xce','\x69','\x1a','\x27','\x98','\x3c','\x28','\xd3','\x1d','\x3a','\x2a','\xa4','\x8f','\x34','\x49','\x19','\x0b','\x4a','\x06','\x55','\x96','\x95','\x5c','\xd0','\x28','\x46','\x60','\x22','\x84','\xc0','\xa0','\x90','\x90','\x41','\xa1','\x7c','\x94','\x98','\xa0','\x7d','\x36','\x03','\x92','\xdb','\xc6','\x97','\x9f','\x00','\x48','\x3b','\xb7','\x4e','\x18','\xf9','\xac','\xa4','\xfd','\xed','\xb6','\x43','\x77','\xc0','\x8f','\x36','\xf8','\x87','\xfd','\x7a','\x8e','\x14','\xb6','\xf9','\x72','\x6e','\x77','\xbd','\xab','\xe8','\xea','\x9f','\x0a','\x48','\x54','\x59','\x98','\x03','\xa2','\x3d','\x60','\xb4','\x4d','\xb3','\x28','\xb7','\xa1','\xc9','\xaf','\xf3','\xea','\xe9','\x2e','\x32','\xd6','\x17','\xd2','\x59','\x9f','\xfd','\xfd','\x88','\x38','\x45','\x80','\x09','\x71','\x22','\x4c','\xfb','\x11','\x71','\x48','\x3b','\xd0','\xc3','\x90','\x00','\x8b','\x46','\x1a','\x9b','\xd6','\x93','\xe5','\xf7','\x2e','\x29','\x7a','\xf6','\xc1','\x0e','\x6f','\x4f','\x4a','\x17','\x89','\x99','\x69','\x94','\xbb','\xda','\xed','\x4f','\x81','\x01','\x49','\x3d','\xc3','\x90','\x0e','\xff','\x22','\x38','\xd0','\x43','\xc0','\x38','\x0c','\xa2','\x84','\x25','\x05','\x5b','\xcf','\xfc','\x4c','\x6b','\x0d','\x27','\x2e','\xc0','\x13','\x32','\xae','\xe6','\x9e','\x93','\x3b','\x6d','\x3b','\x5f','\x9d','\xe1','\x63','\xff','\x1d','\xb2','\x42','\xc6','\xcc','\x49','\xc1','\x9f','\xfb','\xca','\x81','\xc8','\x61','\x0c','\x18','\x56','\x03','\x76','\x77','\x06','\xac','\x76','\xa5','\xbd','\x43','\xa8','\x2a','\xc8','\x93','\x42','\xbe','\x1c','\xe4','\xf7','\xd6','\x62','\xb1','\xfa','\x98','\xa0','\x12','\xcb','\x4f','\x37','\xc8','\x43','\x05','\xf2','\x9b','\x96','\x6e','\x41','\xe0','\x4d','\x16','\x87','\x6b','\x3d','\x30','\xee','\xd3','\x68','\xb9','\x92','\xca','\x4b','\x6c','\x5b','\x64','\x59','\x2b','\x03','\x73','\x7a','\x1c','\xf9','\x9f','\x55','\x9f','\x8d','\x97','\xa6','\xed','\xf5','\xa4','\xec','\xd4','\xeb','\xce','\x15','\x72','\x20','\x17','\xaa','\x6d','\x93','\xb8','\x3e','\x11','\xdc','\x65','\xad','\x11','\x88','\x81','\x11','\xa2','\x5c','\x53','\x60','\x71','\xb2','\x33','\x6d','\xa1','\x24','\x85','\xfc','\x2b','\xc9','\xe1','\xf7','\x91','\x9d','\xc2','\x21','\x99','\x35','\x38','\x02','\x90','\xce','\xca','\x39','\x6b','\x69','\xa6','\x99','\x5c','\x26','\x59','\xe1','\xb6','\x25','\x65','\x56','\xd3','\x30','\xa5','\x22','\x92','\xa5','\xaa','\xb4','\xc8','\x64','\x71','\x20','\x60','\x5c','\xe8','\xdc','\x5b','\x6c','\x75','\xad','\xd4','\x81','\x37','\x0a','\x65','\xdd','\x05','\x72','\xa0','\x90','\x94','\x3a','\x72','\x51','\x1b','\x37','\x0f','\x6d','\xe6','\x01','\xea','\x65','\xe0','\x2d','\xe6','\xd6','\xba','\xca','\xcd','\x56','\x1e','\x03','\x00','\x6e','\xbc','\xf1','\xe3','\xc0','\xb4','\x00','\x92','\xc2','\x3e','\x2e','\xbf','\xdc','\x59','\x12','\x8e','\xa2','\x51','\xb9','\xa9','\xca','\x45','\xe4','\x4d','\x9e','\xa5','\x82','\x49','\x4d','\x3f','\x6e','\x21','\x33','\x32','\x7f','\x1c','\xc7','\x01','\x57','\x3d','\xec','\x61','\xf8','\xaa','\xaf','\xfb','\x42','\xbc','\xeb','\x0d','\xff','\xc9','\x42','\x59','\x5b','\xd5','\x67','\x2f','\xc1','\xdb','\xde','\xf6','\x56','\x3c','\xf9','\xc9','\x4f','\x69','\x68','\xfc','\x0f','\xff','\xe8','\x0f','\x11','\xcf','\xa6','\x73','\x31','\xb4','\x7b','\x01','\x5f','\xf3','\xc8','\x2f','\x76','\x67','\x62','\x38','\xaf','\x6d','\x6d','\x7b','\x57','\x88','\xcc','\xb4','\xdb','\xf7','\xfd','\x24','\xb4','\xa0','\x03','\xa4','\xd3','\xa7','\x4f','\x77','\xad','\x07','\x00','\xec','\x0c','\xc9','\x15','\x97','\x97','\x56','\x23','\x63','\x1f','\xc0','\x2c','\x73','\xa0','\x71','\x8d','\xfb','\xdf','\xbf','\xe3','\x56','\x57','\xf0','\x5c','\x2e','\x9e','\xdb','\x5f','\x1b','\x94','\xea','\x83','\x8f','\x18','\x17','\xf5','\x36','\x67','\x86','\xf5','\x35','\xfb','\x56','\x39','\x70','\x20','\x93','\xed','\xbd','\x18','\xd2','\xda','\x91','\x0d','\xc8','\xa1','\x0d','\x3e','\xd6','\x6f','\x73','\x6e','\x04','\x79','\xb0','\x7a','\x94','\xb4','\x69','\xed','\x55','\xef','\xff','\xfe','\xa3','\x7f','\x0f','\x9e','\xca','\x00','\x03','\xe3','\xbd','\x3f','\x81','\x70','\xfa','\xe6','\x23','\x36','\x04','\xf8','\x81','\x1f','\xf8','\x41','\x3c','\xfa','\xd1','\xdf','\x70','\xe4','\x72','\x00','\x74','\xc7','\x73','\x1c','\xfb','\x37','\xfe','\xd8','\xd3','\x69','\x9a','\x8e','\x5f','\x01','\xba','\xb3','\x24','\xcf','\x60','\x18','\xc5','\x25','\xe4','\xbd','\x2c','\x5d','\x9a','\x50','\x9d','\xc9','\xee','\x7d','\x88','\x98','\x4c','\x98','\x71','\x72','\x3f','\x3a','\x20','\x43','\xea','\xe5','\x9e','\x9f','\x01','\x5d','\x5a','\xe9','\x9e','\xa0','\x40','\x64','\x77','\xc1','\x64','\xa0','\xc9','\xce','\x5c','\x4a','\x65','\xa7','\x5c','\x29','\x77','\x2c','\xdb','\x3c','\x60','\x9a','\x63','\x38','\xc5','\x4b','\x2f','\xfe','\xe4','\xa7','\xa0','\x87','\xa5','\x9d','\x95','\x43','\x27','\x72','\x7c','\xd6','\x04','\xa7','\x3c','\x6f','\x00','\x51','\x7a','\x3f','\x4d','\x29','\xe8','\xc1','\x85','\xf3','\x79','\x77','\x39','\xc6','\x74','\x33','\x7d','\xe4','\x35','\x82','\xb8','\xc2','\x8d','\xab','\x01','\xe3','\x38','\x80','\x48','\x82','\x25','\x5c','\x20','\x10','\x4d','\x88','\xb1','\xbc','\xa8','\x90','\xa3','\x06','\x41','\x70','\xe7','\x71','\x44','\x69','\x62','\x66','\x4c','\x28','\x19','\x65','\x1e','\x17','\xb8','\xc3','\xbf','\x03','\x86','\x51','\x14','\x20','\x01','\x53','\x14','\x92','\x62','\xc1','\x8e','\xa1','\x47','\x0b','\x00','\x10','\x73','\xf4','\x24','\x5d','\x0f','\x8d','\xff','\x18','\x17','\xbf','\x37','\x96','\x39','\x95','\x0b','\x8d','\x82','\x22','\x0b','\xd3','\x5d','\x4e','\xc4','\xee','\x95','\xfd','\x24','\x0d','\xca','\x90','\xc2','\x5c','\x8f','\x3b','\x63','\xfa','\x39','\x0e','\xe2','\x0e','\x98','\x05','\x52','\x81','\x79','\x75','\xce','\x8a','\x1d','\xb9','\xb2','\xe9','\x5c','\x59','\xb8','\x2c','\x62','\x4f','\xdd','\x8e','\xba','\xbf','\x9b','\xd8','\x66','\xd5','\x11','\x73','\x5e','\xaa','\x11','\x70','\x5d','\x85','\x17','\xe6','\x35','\x80','\x77','\xf9','\xed','\x0c','\x52','\x35','\x9c','\x15','\x46','\xb0','\xfb','\x39','\x7b','\xca','\x4f','\x23','\x0b','\xf5','\xa1','\xf2','\x4b','\xce','\xd6','\xac','\xe3','\xb8','\x08','\xf5','\x48','\x49','\xdd','\x20','\x75','\x1c','\x4c','\x21','\x4b','\x61','\xb2','\x4d','\xff','\x31','\xd7','\x92','\xf2','\xaa','\x00','\x3f','\x2e','\xba','\x41','\xc2','\x44','\x49','\x18','\xf2','\x20','\x3c','\x63','\x4a','\x65','\xae','\xa7','\x1c','\x68','\xc0','\x14','\xe6','\x05','\x0d','\xd2','\x72','\xf8','\x01','\x14','\x25','\x08','\xe9','\xdc','\xd2','\x00','\x69','\x9b','\x6a','\x94','\x54','\x4e','\xb5','\xde','\x0b','\xe6','\x2d','\x50','\xaa','\xe8','\x48','\xf1','\xa9','\x29','\x31','\x47','\x81','\xcb','\xee','\xb2','\xe2','\xf6','\x26','\x17','\x00','\xab','\x5b','\xfb','\xe6','\x31','\xcd','\x01','\x0e','\x0a','\x9a','\xef','\x0c','\x1b','\x09','\x4d','\xf4','\x80','\xfb','\x6d','\xb7','\xdd','\xd6','\x46','\x4e','\xd3','\x14','\x22','\xae','\xb8','\xf2','\x1e','\xb8','\xf7','\xbd','\x0e','\xee','\x32','\x93','\x01','\xae','\x5f','\x3b','\xec','\xb5','\xc7','\x0c','\x14','\x6d','\x97','\x70','\x2e','\x91','\xcd','\x90','\x2f','\xdc','\xa2','\xc1','\x29','\x1f','\x5e','\x05','\x7c','\xcb','\x93','\xbe','\x15','\x7f','\xf8','\xb6','\xff','\x03','\xd3','\x85','\xb2','\xcd','\x76','\x61','\xe4','\x35','\x4f','\x28','\x2e','\x8c','\xbc','\xfd','\xf6','\xdb','\xf1','\xd3','\xcf','\xfb','\xbf','\x10','\x6f','\x95','\xd0','\xd7','\xa7','\x6e','\xc7','\x63','\x1e','\xf3','\xd8','\xdc','\x0f','\x95','\xd5','\x15','\x0d','\x6e','\x23','\xa3','\x4e','\x44','\x96','\x1d','\x21','\x9d','\x3e','\x75','\x0a','\x5f','\xf5','\x35','\x5f','\xd1','\x8d','\xec','\xc5','\xfb','\xbb','\xf8','\x7f','\xfe','\xee','\xef','\x1a','\x05','\x48','\xd7','\x2a','\x90','\x68','\x85','\x3b','\xb4','\x42','\xab','\x0b','\x78','\xf0','\x83','\x1f','\x5c','\xea','\x32','\x33','\xca','\x4f','\xa3','\x4c','\xcd','\x8c','\xcf','\x45','\x43','\xb6','\x82','\xc3','\x6c','\x8e','\x6d','\x03','\xc3','\xbb','\x50','\x67','\x37','\x76','\xbd','\x72','\x62','\x79','\x63','\xda','\x23','\x89','\x3b','\x2e','\x7d','\xe4','\x23','\x1f','\x01','\xd6','\xad','\x22','\xf1','\x13','\x3f','\xf1','\x3c','\x17','\xc1','\xed','\x8e','\xd7','\x21','\x62','\x8c','\x0d','\xcf','\x9b','\xa6','\xa9','\xcb','\x07','\x8d','\xfa','\xd6','\xeb','\x75','\x13','\x29','\xa1','\x77','\x68','\x68','\xdb','\xc4','\xf5','\x1f','\x5b','\x83','\x84','\xa5','\xd4','\x23','\x12','\x72','\xff','\x2f','\x7c','\xe1','\xdb','\x20','\x42','\x33','\x1d','\xc6','\xde','\xd0','\x38','\x05','\xb6','\xbe','\xa9','\xe6','\x1e','\x93','\x76','\xe8','\xa7','\x69','\x4a','\xbe','\x9d','\xb5','\x02','\x79','\x14','\x5a','\x68','\xbe','\xcd','\x7d','\x34','\x57','\x26','\x42','\x46','\x76','\xf2','\x8d','\x2e','\x30','\xeb','\x55','\x53','\x0e','\xdb','\x02','\x3d','\x4a','\xfb','\xb6','\x9d','\xd2','\x23','\x55','\x53','\x63','\xcb','\x02','\x14','\xfb','\x3e','\x08','\x30','\x21','\xd8','\xce','\xa7','\xcd','\x99','\x9f','\x38','\xea','\xfc','\xdf','\x7f','\x74','\x3c','\x49','\x74','\xd0','\x18','\x19','\xeb','\xfd','\x09','\x17','\xce','\xaf','\xb1','\x7f','\x61','\x2d','\x77','\x50','\x24','\xa6','\x38','\xad','\x63','\x8a','\x00','\x27','\x11','\xde','\xa6','\x75','\x4c','\x8a','\xac','\xf4','\x23','\x45','\x3c','\x22','\xbb','\x80','\x74','\x5c','\xa5','\x0b','\x3d','\x77','\x4f','\xad','\xb0','\x77','\x66','\x27','\xfd','\x7f','\x7a','\xc4','\xee','\xde','\x28','\xca','\x53','\x8e','\x64','\x64','\x87','\xb9','\x27','\xb5','\xe0','\x28','\xcd','\xa6','\x7a','\xd7','\xfb','\x29','\xa2','\xdc','\x85','\xf3','\x12','\x61','\xee','\xc2','\x1a','\xeb','\x0b','\x13','\xa6','\xfd','\xf4','\x6e','\xff','\x42','\x7a','\xaf','\xca','\x4f','\x0a','\x8c','\x10','\xed','\x90','\xe1','\xac','\x65','\xce','\x81','\x29','\x9d','\x1d','\xdd','\x01','\x63','\xff','\xc0','\x7f','\xc6','\x0a','\xf8','\xdc','\x8a','\x2c','\xd6','\x68','\x1a','\x4f','\x92','\xcb','\x4d','\x77','\xf7','\x46','\xec','\xee','\xad','\xb0','\xb3','\x9b','\x14','\x46','\x3d','\xc4','\xac','\x85','\x79','\x79','\x48','\xd6','\x2e','\x7d','\x2d','\x11','\xb4','\x5c','\x9b','\xbc','\xcb','\x9b','\x45','\x7a','\x9b','\xda','\x75','\xa2','\x2d','\xd4','\xff','\x50','\xbe','\xb6','\x1c','\xd4','\x09','\x2f','\x98','\x8b','\xea','\x14','\xba','\x94','\x66','\xde','\xcf','\xaf','\xe3','\xaa','\x6d','\x0e','\x0f','\x2e','\x82','\x61','\xc7','\x1f','\x7b','\x16','\xb8','\x62','\x3e','\xbb','\xab','\xbb','\x2d','\xfb','\xf8','\xf1','\x5a','\xc5','\xec','\x1c','\xa2','\xcc','\x96','\x90','\x1c','\x81','\x0d','\xf9','\xf5','\x62','\x91','\x14','\xd2','\xdd','\x51','\xe3','\x4e','\x8a','\x0c','\xb7','\xbb','\x37','\x62','\x77','\x77','\xc0','\x6a','\x35','\x60','\x18','\xa8','\xa0','\xa1','\xf9','\xff','\xd5','\x2d','\x19','\xd9','\xfa','\xaa','\xe1','\xd7','\xe1','\xdc','\x58','\x75','\xa3','\xa2','\x37','\x3e','\x84','\x24','\x95','\x55','\x77','\x8a','\x90','\x68','\x6f','\x68','\x98','\x61','\x72','\x49','\x4d','\xeb','\xd2','\x22','\x21','\x06','\x42','\x10','\xeb','\x6d','\x18','\xea','\x08','\x88','\xfd','\x64','\xeb','\x33','\x02','\x88','\xce','\x0d','\x2c','\x38','\x70','\xb6','\xe0','\x5e','\x6d','\xed','\x26','\xe0','\x3f','\xfc','\xc7','\xbf','\x06','\xaf','\x77','\xfb','\x79','\x86','\x35','\x1e','\xf8','\xdf','\x3f','\x68','\x63','\x7b','\x7a','\xed','\x73','\x2d','\x4d','\xd5','\x51','\x16','\x7d','\xf9','\x67','\xe6','\xe0','\xdb','\xc9','\x9c','\x92','\xaf','\x84','\x21','\x6d','\x42','\xad','\x56','\x69','\xde','\xc7','\x55','\xc0','\x97','\x7d','\xf9','\x97','\x23','\x9c','\xba','\xad','\x75','\x13','\x8a','\x01','\xf1','\xdc','\x19','\xdc','\xf0','\xde','\x1b','\x8a','\xc7','\x37','\xbc','\xf7','\x06','\xf0','\xb9','\x33','\x76','\xf0','\xab','\x0c','\x7e','\x20','\x6b','\x32','\x33','\xc1','\xb2','\x1f','\x0b','\x2d','\xa5','\xe6','\xaf','\x3b','\x52','\x13','\xca','\x1c','\xe0','\x1b','\xbf','\xf1','\x31','\x08','\xa7','\xda','\xe8','\x5d','\x7c','\xfe','\x14','\xfe','\xe4','\xdf','\xff','\x49','\xf3','\x9d','\xe7','\x7f','\x1f','\xfb','\xaf','\x1f','\x05','\x6a','\x97','\xaa','\x10','\x11','\x4e','\xdf','\x8c','\x47','\x7e','\xfd','\xa3','\x7c','\x55','\xf9','\x6b','\x2f','\xf7','\x67','\xe4','\x4f','\xd9','\xca','\x32','\x9b','\x97','\x2d','\xdb','\xa5','\x3c','\x39','\x5b','\x8f','\xb8','\x93','\x65','\xc6','\x7f','\x34','\xec','\x35','\x23','\x5d','\xa1','\xa2','\x91','\x55','\x87','\xd6','\x8a','\x3e','\x5b','\x68','\xf5','\xdb','\xc5','\x56','\x88','\xff','\xf6','\x6f','\xff','\x16','\x5c','\x29','\x40','\x1c','\x87','\xb4','\xe9','\x71','\x54','\x40','\x79','\x8c','\xa9','\x0e','\x82','\xa0','\x01','\xde','\x7a','\x41','\xde','\x4c','\x01','\x0a','\x21','\x34','\xa6','\x23','\xde','\x44','\x6c','\x1b','\x12','\x63','\xe6','\xf3','\x8b','\x38','\x4e','\x75','\x1b','\x6c','\xe7','\xb9','\xc6','\x1f','\x33','\x6d','\xca','\xa1','\x07','\xf3','\xf1','\x45','\x73','\x3b','\x70','\xc0','\x52','\xc3','\x9d','\xce','\xae','\xab','\xb9','\x71','\x9c','\xe3','\x65','\x33','\x60','\x5d','\x0b','\xb3','\xb3','\x1d','\xf2','\xb3','\xc4','\x05','\x6c','\x45','\x14','\x9b','\x07','\x45','\x9f','\x55','\x11','\xda','\x62','\x32','\x0a','\x26','\x74','\xb8','\xe9','\xd3','\x2e','\x14','\xdf','\x6f','\x5c','\xbc','\x73','\x20','\xb1','\x6d','\x41','\xde','\x45','\x51','\xe5','\x87','\x0a','\xdd','\xb0','\x6e','\xc7','\x81','\x15','\x1e','\xf7','\x01','\xb9','\x67','\x2a','\xc0','\x96','\xba','\x10','\x25','\xa8','\xc1','\x7a','\x7f','\x4a','\x2e','\x64','\x02','\xea','\xd3','\xa1','\xe5','\x88','\xb5','\x28','\x23','\x17','\x2e','\x4c','\x66','\x25','\xda','\x97','\x28','\x71','\xd9','\xe2','\x92','\x2b','\x49','\x82','\x7a','\xc0','\xee','\xee','\x88','\xbd','\x53','\x2b','\xec','\x9d','\xde','\xc1','\xde','\xa9','\x15','\x76','\x4f','\x8d','\x39','\xb4','\xef','\x4a','\x00','\x90','\x97','\xae','\x94','\x5c','\xe3','\x82','\x5c','\x00','\x0b','\x96','\xf0','\xce','\x53','\x76','\xf7','\x62','\x4e','\x56','\x90','\xf5','\x7e','\xc4','\x85','\x0b','\x6b','\x51','\xda','\x26','\x09','\xa7','\x0b','\xa1','\x2f','\x12','\x40','\xc6','\x65','\xd3','\x14','\x38','\x2f','\xb1','\x0d','\x47','\x9f','\x50','\xda','\xcd','\xaf','\x1c','\x90','\xcc','\xa0','\x4c','\x77','\xd2','\x86','\x90','\xc0','\xc9','\x8e','\x80','\xd4','\xd5','\xce','\x80','\x71','\xd0','\x00','\x12','\xb9','\x6c','\xa5','\x7e','\x72','\x1d','\xd7','\xf1','\x2e','\x80','\xa4','\xe6','\x8f','\x95','\xcb','\x9b','\x0b','\x78','\xa0','\xfc','\xc2','\x0e','\xc5','\xf7','\xac','\x2d','\x40','\x2e','\x7f','\x11','\x70','\x2f','\x53','\x9b','\xff','\xc4','\x68','\x73','\xf6','\x13','\xb6','\x7a','\x0a','\xe5','\xb1','\x52','\x3c','\xf3','\xc0','\xb6','\x75','\xb1','\x94','\xdf','\x9c','\xdb','\xea','\x2c','\x8c','\xb9','\x66','\x78','\x30','\x77','\xb2','\x69','\x7e','\xb5','\xea','\x18','\x68','\x64','\x25','\x56','\x05','\xbd','\x17','\xb8','\x62','\xa1','\xb5','\x04','\xf1','\xcb','\x5f','\x49','\x24','\xc1','\xbd','\x11','\x3b','\x7b','\x43','\x0a','\x93','\x3d','\x04','\xe8','\xa5','\xa7','\xcc','\xf5','\x06','\x80','\x03','\x3b','\xc8','\x73','\x6f','\x67','\x0f','\xed','\xbc','\x49','\x7a','\xc9','\x4e','\x39','\xcb','\x34','\xef','\x1a','\xe6','\xfe','\xce','\xc1','\x18','\xd8','\xba','\x6f','\xeb','\xc2','\xdd','\x49','\x05','\x4e','\xf5','\x79','\xb7','\x56','\x3b','\xe7','\xb2','\x61','\x6e','\x7c','\x34','\xc7','\xec','\x9a','\x93','\x5c','\x64','\x53','\xb8','\x69','\xb4','\x56','\x0a','\xb7','\x86','\xfc','\x80','\xfe','\xc1','\x1f','\xbe','\x3d','\x5d','\x60','\xda','\x4b','\xbb','\x67','\xf1','\xf0','\x2f','\x79','\x04','\x0e','\xc5','\x85','\x65','\xdd','\x19','\x5f','\xaf','\x5c','\x88','\xfc','\xbd','\x42','\xec','\x07','\xb0','\x5f','\x58','\xc6','\x36','\x90','\xc0','\x32','\x72','\x1e','\x43','\x2d','\x3f','\xc3','\x2a','\xf5','\xff','\x92','\x4b','\xce','\xe0','\x47','\x7e','\xe4','\x9f','\x62','\xb8','\xac','\x75','\xf3','\x89','\x72','\x7f','\x89','\xaf','\xe6','\xb5','\xaf','\xf9','\x2d','\x4c','\x72','\x66','\x28','\x9c','\xb9','\x1d','\xdf','\xff','\x03','\xdf','\x2b','\x16','\xa2','\x9a','\x6f','\x50','\xc3','\x9b','\x37','\xae','\xa0','\x6d','\x4d','\x45','\x17','\x23','\x49','\x63','\x1f','\xf9','\xc8','\x47','\x25','\x17','\xa8','\x4a','\x41','\x8c','\xb7','\x9d','\xc6','\x8b','\x5f','\xf4','\x12','\xdc','\x74','\xd3','\x4d','\xf6','\x41','\xbd','\x0e','\x3f','\xf4','\xa1','\x0f','\x81','\xf7','\x4b','\xcb','\xd1','\x70','\xd9','\xcd','\xf8','\xa7','\xff','\xcb','\x3f','\xc1','\xe9','\x53','\x99','\x86','\xfc','\x66','\x93','\x8e','\x53','\xb3','\x66','\xaa','\xa6','\x71','\xf1','\x5b','\x95','\x79','\x6b','\xe5','\xe7','\xe0','\xc9','\x97','\x6c','\x24','\x16','\x33','\x2f','\x02','\xc4','\x3d','\x7d','\x20','\xdb','\xa0','\xa0','\x1e','\x50','\x99','\x29','\xd5','\x50','\xe8','\x9d','\x84','\x0c','\x10','\x03','\x6e','\xb9','\xe5','\x96','\x3b','\xba','\x15','\x45','\xaa','\x0d','\x11','\x21','\x04','\xc4','\x18','\x97','\xef','\x01','\x1a','\x86','\xa1','\xc9','\x70','\x87','\xbb','\x3a','\x9c','\x50','\x6a','\xb0','\xb4','\x17','\x44','\x70','\x0b','\x68','\xa1','\xfb','\x09','\xf0','\xc4','\xbc','\xab','\x3e','\xa5','\xdd','\xf1','\x42','\x30','\xce','\xa2','\x86','\xa3','\xf6','\x40','\x14','\x32','\x2f','\x5c','\x7d','\x7d','\x06','\x04','\xb9','\x95','\x03','\x17','\x03','\xab','\x1c','\x21','\xa5','\x79','\xa8','\x98','\x54','\xd3','\x5e','\xa7','\x79','\x90','\xa8','\xa8','\xce','\x2a','\x96','\x7d','\xe9','\x4f','\xb6','\x9d','\x0d','\x62','\xad','\xeb','\x14','\x50','\xb6','\x5e','\x47','\xec','\xef','\x27','\x25','\xc2','\x22','\xa7','\x21','\x83','\x7b','\xdb','\xb9','\x5e','\x27','\x6b','\xcc','\xb9','\xdb','\x2e','\xe0','\xec','\x6d','\x17','\x70','\xee','\xf6','\x7d','\xb1','\x18','\x39','\x90','\x6e','\x7e','\xfe','\xc9','\x4a','\x34','\xae','\x02','\x76','\x77','\x93','\x45','\xe8','\xd4','\xe9','\x15','\x4e','\x9d','\x59','\xe1','\xd4','\x99','\x1d','\xec','\x9d','\x5e','\x61','\x77','\x2f','\x5d','\x04','\x9a','\x76','\x33','\xe5','\xe7','\x4e','\xfa','\x7f','\xb5','\x13','\x30','\xac','\x08','\xe3','\x98','\x02','\x2e','\xa4','\x67','\xc9','\x8a','\x14','\x06','\x51','\x8e','\xd6','\xa9','\xed','\xe6','\x5e','\x23','\x3b','\xa5','\x64','\x87','\x8b','\xc9','\x76','\x5d','\x9b','\x11','\xe7','\xfe','\xff','\x8d','\x65','\xc1','\x40','\x5d','\x16','\x52','\x46','\xc6','\x32','\xc8','\xe9','\x50','\x72','\xc0','\xb8','\x9b','\xef','\x6e','\x59','\x09','\x28','\xb5','\x1d','\xf6','\xca','\xea','\x54','\x62','\x35','\x01','\x9b','\xea','\xd6','\xe6','\x9e','\xa7','\x3b','\x7e','\xc4','\xba','\x35','\x89','\x75','\xab','\x00','\x9b','\xfd','\xd3','\x48','\x27','\x91','\x0e','\xc5','\x6d','\x59','\xda','\x0b','\x42','\x3e','\x7f','\x75','\x5c','\x85','\x77','\xaa','\xab','\xe7','\xf4','\x4e','\x91','\x2a','\x05','\x98','\xf3','\x5a','\xc9','\xca','\x2c','\x97','\xa0','\x09','\xae','\x0b','\x55','\x5f','\x48','\xc2','\x64','\xef','\xec','\x0c','\xd8','\xdd','\x93','\x3b','\xa5','\xf4','\x8c','\x99','\x6c','\x1c','\x14','\x8a','\xdf','\x82','\x46','\x45','\xb2','\xdb','\x1b','\x24','\x54','\x3d','\x23','\x5f','\xa8','\x3b','\xc5','\x28','\xd6','\x60','\x36','\x44','\x67','\xe7','\xd0','\x22','\x23','\xfa','\xd5','\xa2','\x6d','\x66','\xe4','\xf3','\x78','\xaa','\xfc','\x10','\x40','\x43','\x5a','\xc7','\xc3','\x90','\x03','\x97','\x14','\x1f','\xce','\x25','\x5b','\x17','\xa9','\xbd','\xc1','\x22','\x53','\x95','\xc1','\x54','\xd4','\x5d','\x27','\x38','\xd0','\x5e','\x97','\xfc','\xd7','\x7f','\xf3','\x41','\xdc','\xf8','\xf7','\xb7','\xcf','\xba','\xc0','\xd1','\xee','\x2d','\xf8','\xd2','\x2f','\xf9','\xb2','\xe5','\xf6','\xcc','\xb5','\x51','\xff','\x77','\x40','\x38','\x29','\x98','\xa1','\x0c','\x2a','\x21','\xe3','\x37','\x7b','\x4f','\x57','\x2e','\x32','\xf7','\x37','\xa8','\xe2','\x23','\xca','\xcf','\x98','\x22','\x73','\x29','\xfe','\x79','\xe4','\xa3','\x1e','\x05','\x3a','\x75','\x6b','\x5b','\xc6','\xf9','\x1d','\xbc','\xeb','\x6d','\xef','\xc7','\x5f','\xfd','\xd5','\x07','\x00','\x00','\x7f','\xf5','\x57','\x1f','\xc0','\x1f','\xbc','\xed','\xfd','\xe6','\x0e','\x36','\x9c','\xbe','\x19','\x8f','\x79','\xcc','\xe3','\x64','\x8c','\x91','\xcf','\x4e','\x0a','\x5d','\xd8','\xe6','\xa5','\xa3','\xdf','\xbb','\x5a','\x3a','\x7d','\xfa','\x34','\x7e','\xe4','\x47','\x3b','\x0a','\x62','\x0c','\x98','\x6e','\xbd','\x27','\x5e','\xfb','\xba','\xd7','\xa0','\x56','\x7e','\x18','\xc0','\x3b','\xdf','\xf9','\x4e','\xbc','\xfc','\xd7','\x7e','\xb3','\x08','\xa9','\x1c','\xce','\xdc','\x8e','\x67','\x7c','\xf7','\xe3','\xf0','\x84','\x6b','\x9e','\x68','\x78','\xac','\x48','\x9b','\xf4','\xda','\x5e','\xd2','\xfc','\x7e','\x23','\xf8','\x18','\x52','\x83','\x21','\xeb','\xf7','\xc2','\x1f','\xf4','\xdc','\xb8','\xc9','\x11','\xb5','\xfe','\x04','\x77','\x8f','\xd5','\x51','\x78','\xf3','\x1d','\x4c','\x33','\xf1','\xfc','\x1e','\xfe','\xe8','\x8f','\xfe','\xf0','\x8e','\x6d','\x44','\x95','\x34','\x08','\x82','\x26','\x66','\xc6','\x6a','\xd5','\x3f','\x97','\x68','\xf6','\xac','\x9e','\xaf','\x70','\x13','\x05','\xae','\x03','\xf8','\x0e','\x92','\x36','\xe9','\x05','\xdb','\xa5','\x83','\x7d','\xbd','\xa8','\x83','\x14','\x60','\x89','\xb3','\x5f','\x33','\x60','\x3b','\xe4','\xc5','\xa1','\x8e','\x62','\x25','\x89','\x30','\x8a','\x0c','\xac','\xa3','\x30','\x63','\x46','\x20','\x2e','\xc7','\x71','\xd3','\xc2','\xeb','\xe3','\xc1','\x7e','\x56','\x6d','\x42','\xf5','\x05','\x91','\xba','\x94','\x97','\x60','\x8d','\x19','\x20','\x62','\xf8','\x20','\xb6','\xf6','\x95','\x74','\x85','\x25','\xe3','\x66','\xbf','\x76','\xd4','\xdd','\x2f','\xb2','\x6c','\x9a','\x95','\x4d','\x0c','\xa3','\x78','\xd7','\x91','\x5d','\x33','\xf8','\xc2','\x09','\xc2','\xb2','\xfd','\x47','\xe6','\x77','\x4b','\xca','\x6f','\xdd','\x69','\xc7','\x94','\x1b','\x5d','\x34','\x26','\x6b','\x8a','\xba','\x92','\xc1','\x8f','\xbb','\xfc','\x6b','\x07','\x9d','\xa3','\xdc','\x45','\x32','\x45','\xdb','\x19','\x1a','\x2c','\x22','\x5c','\x76','\x41','\x49','\x67','\x88','\x80','\x81','\x61','\x3b','\xbe','\xe3','\x18','\x30','\x0c','\xc0','\x14','\x03','\xa6','\x35','\x63','\x1c','\x03','\xa6','\x55','\x34','\x70','\x1f','\x63','\x9a','\x63','\x55','\x60','\x42','\xf6','\x89','\x12','\x17','\xbb','\x74','\xc7','\x90','\x6c','\x52','\x1b','\x48','\xe3','\xe8','\xda','\x29','\xff','\x90','\x6d','\x41','\x75','\x06','\xc0','\xfd','\xd6','\x3c','\xe9','\x4d','\x86','\x03','\x76','\xcd','\x0b','\x59','\x4b','\xc3','\x20','\x96','\x9f','\x5d','\x51','\xe0','\xc6','\x6a','\xc7','\xd7','\xd3','\x8b','\x91','\x81','\x2a','\x05','\x32','\xd2','\xec','\x76','\x11','\x35','\x87','\xba','\x10','\x4d','\xda','\xd7','\x12','\x70','\xce','\x9d','\x89','\x2c','\xe6','\x5f','\x19','\x49','\x25','\xe0','\x4f','\x22','\xb1','\x29','\x87','\x59','\xe9','\x8b','\xc8','\x0a','\x5e','\x95','\xb9','\xb3','\x5e','\xdd','\x1f','\xcc','\x79','\x42','\xab','\xef','\x18','\xd9','\x2a','\x54','\x64','\x27','\x97','\x09','\x54','\x15','\x4f','\xc5','\x8f','\xe3','\x4f','\xcb','\x4c','\xa3','\x89','\x3e','\x27','\xfd','\x53','\xf2','\x25','\x06','\x42','\x48','\x9d','\x48','\x81','\x1c','\xfa','\xc0','\x43','\x6b','\x09','\x44','\xc0','\x18','\x8a','\x31','\x4a','\x4a','\xfa','\x84','\x38','\x55','\x99','\x9b','\x71','\x2c','\xdb','\xa3','\x79','\x88','\x03','\x18','\xd1','\xe8','\x26','\xae','\x19','\x1c','\xd8','\x22','\x37','\xea','\xda','\x4b','\x16','\x26','\x29','\xd2','\xbb','\x72','\x44','\x64','\xa5','\x69','\x62','\x8d','\xcb','\xe0','\xce','\xf4','\x51','\xb3','\x2e','\xf2','\x26','\xc5','\xc2','\xe8','\x79','\xe5','\x47','\x85','\x89','\x56','\xaf','\x20','\x5d','\xf9','\x16','\xcb','\xcc','\x73','\x4b','\x62','\xef','\x79','\xef','\xbf','\x03','\xce','\x5d','\xd2','\xad','\x03','\xab','\x0b','\x78','\xc4','\x97','\x7f','\x11','\x3e','\xeb','\xb3','\xee','\x8f','\x3e','\xb1','\x2e','\xb4','\x0f','\xd9','\x6d','\x9b','\xa3','\x84','\xfb','\xa7','\xcc','\x41','\x19','\x9c','\x02','\x61','\xa8','\xb2','\x8b','\x6d','\xc8','\x30','\xf3','\x43','\x3b','\xf3','\x33','\xca','\x05','\xab','\x43','\x49','\x1b','\x57','\x5c','\x71','\x05','\x9e','\xf1','\x8f','\x9f','\x8c','\x5f','\x7d','\xc1','\xf5','\x05','\x60','\x07','\x80','\x78','\xf6','\x0c','\xde','\xf5','\xee','\x77','\xe1','\xa1','\x57','\x5d','\x85','\x77','\xbf','\xfb','\x5d','\x39','\xf4','\xf5','\xa9','\x73','\x78','\xc2','\x93','\xbe','\x11','\x0f','\x78','\xc0','\xfd','\x1b','\x3e','\x62','\xae','\xeb','\x45','\x0f','\xef','\xec','\x29','\xf3','\x78','\xeb','\x8e','\xfc','\x7c','\xe2','\x13','\xbe','\x09','\xb7','\xdc','\x72','\x0b','\x9e','\xff','\x53','\xaf','\xc0','\xf4','\xa9','\x7b','\xda','\x17','\xf1','\xe6','\xcb','\xf0','\xfc','\x9f','\xbd','\x0e','\xcc','\x8c','\x27','\x7d','\xf3','\xb7','\xe0','\xde','\xf7','\x4e','\x77','\x2a','\xbd','\xf1','\x8d','\xbf','\x8b','\x1f','\xff','\xb1','\x7f','\x85','\xe9','\xa6','\xcf','\xb0','\xbc','\xe1','\xcc','\xed','\x78','\xe6','\x73','\x1f','\x85','\xab','\x1f','\x7f','\x0d','\xf6','\x76','\xf7','\x8c','\xaf','\x7a','\x7e','\x5c','\xa4','\x19','\xac','\x62','\x6b','\xbf','\xf3','\xee','\x60','\xc9','\x5b','\x45','\xf3','\x8f','\x16','\xc7','\xb0','\xbd','\x30','\xcb','\xbb','\xfb','\xa9','\x1b','\x32','\xef','\x7a','\xf7','\x3b','\xf1','\xef','\xff','\xec','\xfd','\x78','\xdc','\x63','\xaf','\xc1','\x43','\x1f','\xfa','\x10','\x84','\x41','\x71','\x8b','\x6e','\x1f','\x6e','\xa2','\xd8','\xd6','\xf2','\xb3','\xa9','\x5b','\xf3','\xef','\x0f','\x47','\x6d','\xf7','\xba','\xd7','\xbd','\x80','\xf0','\xe9','\xb2','\x24','\x77','\x89','\xa9','\x3f','\x0b','\x77','\x84','\x6a','\x8e','\xf2','\x21','\x00','\x60','\x1c','\xc6','\x66','\xcd','\x6d','\x8c','\x02','\xb7','\x5e','\xaf','\x9b','\x33','\x3f','\x73','\xb7','\xa7','\xde','\x6d','\x93','\x63','\xea','\x2a','\x47','\xb8','\x5e','\x81','\x5e','\xc1','\x61','\x05','\x21','\x8c','\x69','\x72','\xc0','\x32','\x30','\x86','\x7a','\xb0','\x8f','\x79','\x07','\xc2','\x17','\xcb','\x22','\x04','\x2d','\x7a','\x56','\x89','\x47','\x01','\xca','\xd0','\xe9','\x4e','\x99','\x7a','\xcc','\xad','\xc0','\x74','\xee','\x0f','\xca','\xc2','\x39','\x47','\x36','\x2b','\x3e','\xdb','\xba','\xca','\x13','\x1b','\x11','\xdd','\xd4','\x93','\x0b','\x45','\xf7','\x2f','\xa4','\xf3','\x34','\xd1','\xdf','\xe9','\xa3','\xed','\x60','\x98','\xf5','\x2a','\x09','\xf8','\x74','\x46','\x00','\x48','\x73','\xca','\x43','\x0a','\x48','\x60','\xae','\x28','\x08','\x60','\x06','\xa6','\x69','\x8d','\x69','\x4a','\xf7','\xdf','\x60','\x35','\x60','\x58','\x05','\x50','\x08','\x18','\xe5','\x6e','\x2a','\x20','\x14','\xd6','\x0d','\xdb','\x11','\xb5','\x5d','\xc7','\x1e','\x78','\x4a','\x3b','\xb7','\xd9','\xda','\xa4','\x51','\xdf','\xa4','\xdd','\x0d','\x32','\x16','\xba','\x52','\xe6','\x5f','\x0d','\xbe','\xd7','\x0f','\xba','\x49','\x05','\x84','\x1b','\x0b','\xcd','\x9c','\xce','\x20','\x84','\x7c','\xee','\x69','\x77','\xc0','\xce','\x8e','\xdb','\x85','\xcf','\x45','\x94','\x75','\x15','\xe5','\x3b','\xe5','\x47','\x2c','\x00','\x84','\xbc','\x46','\xd2','\x2e','\x7c','\x76','\x7d','\x3b','\x70','\xaa','\x80','\xc0','\xc5','\x48','\x0c','\xa4','\xcb','\x48','\x75','\xbc','\x19','\x76','\x0f','\x8a','\xbe','\x6f','\xf4','\xb6','\x63','\x25','\x74','\x06','\x98','\x44','\x7f','\x38','\xd1','\x55','\x74','\xe0','\x54','\xb3','\x6a','\xbd','\x2b','\x87','\x89','\x11','\x38','\x47','\xad','\xcb','\x67','\x5b','\xe6','\x0b','\xd1','\x48','\x73','\xe3','\x18','\x0a','\x9a','\x27','\x22','\xac','\x2f','\x4c','\x16','\x6c','\xc4','\x30','\x50','\x03','\xc8','\x9c','\x2b','\xa6','\xdb','\x15','\x09','\xa2','\x94','\xb3','\xb4','\x8f','\x27','\x00','\x88','\x20','\x48','\x28','\x5c','\x2e','\xd7','\x81','\xb6','\x49','\xad','\x59','\x7a','\xc7','\x4f','\x6a','\x0b','\xc4','\x55','\x4d','\x80','\x7b','\x15','\x92','\x5e','\xf3','\x6c','\x9a','\xa2','\x10','\xb2','\x6b','\xac','\x45','\xcc','\xcc','\x7b','\x35','\x79','\xaf','\x83','\xf3','\x66','\x4d','\x52','\xe8','\x72','\x19','\x9f','\xfa','\xd4','\x27','\xf1','\xb2','\x5f','\xbd','\x16','\x7c','\xae','\x7f','\x29','\x26','\x9d','\xbe','\x19','\x57','\x3f','\xee','\xfb','\x97','\x1b','\x32','\x97','\xa4','\x3f','\xba','\x19','\xc3','\xc4','\x4d','\x2c','\x04','\xb5','\xfa','\xe5','\x40','\x10','\xcb','\x9d','\x4e','\x56','\xad','\x41','\xce','\xfc','\x84','\x64','\xf9','\x19','\x02','\x68','\x50','\xde','\x58','\x7e','\x7f','\xf5','\xe3','\xaf','\xc6','\xcb','\xaf','\x7d','\x6d','\xab','\x00','\xdd','\x72','\x09','\x5e','\xfc','\xa2','\x97','\xe0','\x99','\xcf','\xfc','\xc7','\x78','\xf1','\x0b','\x5f','\x82','\x78','\x9b','\x06','\x3f','\xb8','\x0d','\x8f','\x7c','\xe4','\xa3','\x0a','\xbe','\x68','\x73','\x51','\xfa','\x0c','\xbb','\x8e','\xdc','\xf9','\x53','\x6f','\x4f','\x68','\x6f','\x6f','\x0f','\xcf','\x78','\xfa','\x33','\x01','\xfc','\xff','\xd9','\x7b','\xf7','\xb8','\x4b','\x8e','\xaa','\xde','\xfb','\x57','\xdd','\xbd','\xf7','\x73','\x9b','\x99','\x4c','\x26','\x93','\x04','\xd0','\x80','\x80','\x4a','\x08','\x47','\x24','\x60','\x04','\x31','\x22','\x11','\x43','\xee','\x21','\x22','\x31','\x01','\x11','\x41','\xee','\x46','\x3d','\xc8','\x41','\x7d','\xbd','\xe0','\xd1','\x0f','\x47','\xb9','\xe5','\x44','\x08','\x27','\x40','\x74','\x20','\x08','\x31','\x10','\x11','\x0c','\x31','\x24','\x84','\x10','\x81','\x80','\xa0','\xe4','\x40','\x8e','\x60','\x62','\x00','\x41','\x11','\x10','\x12','\x26','\x93','\x64','\x2e','\xcf','\x65','\xef','\xdd','\x5d','\xef','\x1f','\xd5','\xab','\x7a','\x55','\x75','\x55','\x77','\xef','\xfd','\xec','\xe7','\x96','\x59','\x5f','\x0d','\xb3','\x9f','\xee','\xea','\xaa','\xea','\xea','\xba','\xac','\x55','\xb5','\x6a','\x15','\xf0','\xd6','\x37','\xbf','\x07','\xf9','\xbe','\xa3','\xec','\x2a','\x60','\xbe','\xf7','\x68','\xbc','\xf5','\xe2','\xf7','\xe3','\xf2','\xb7','\xff','\x05','\x90','\x18','\x79','\xb2','\x58','\xdc','\x81','\xe2','\xc0','\x43','\xa0','\x87','\x99','\xd9','\x27','\xb5','\xf3','\x5e','\x3c','\xfb','\xf9','\x67','\xe2','\x8c','\xd3','\xce','\xc4','\x0f','\xff','\xd0','\xa3','\x02','\xfd','\xb8','\xf7','\x77','\xbb','\xae','\xe0','\xc8','\x40','\xa6','\xcf','\xf4','\x9e','\x1b','\x47','\x7b','\xd0','\xde','\x25','\xed','\xa9','\xac','\xfc','\x33','\x96','\x75','\xd1','\x28','\x50','\x66','\xd5','\xef','\x1f','\xfe','\xe1','\x16','\xfc','\xcf','\xdf','\x7f','\x03','\x30','\x98','\x43','\x9a','\x26','\x38','\xe1','\x31','\x8f','\x2e','\x27','\x3d','\xe8','\xf1','\x0e','\x1f','\x5f','\x45','\x7e','\xaf','\x23','\x0f','\x7d','\xe8','\x43','\xa1','\xb2','\x7f','\xab','\x39','\xbc','\x28','\x96','\x17','\x70','\xcb','\x2d','\x9f','\xc4','\xe9','\xa7','\x9f','\x31','\x76','\x9c','\xfb','\xf6','\xed','\xc3','\x4d','\x1f','\xbb','\x09','\x8f','\x7d','\xec','\x63','\xab','\x83','\x85','\x57','\xc9','\x28','\xaf','\xef','\xf5','\x89','\x39','\x41','\xb0','\x0a','\x50','\x51','\x14','\xb5','\x4d','\x42','\x6b','\xe1','\x15','\xce','\x99','\x44','\xdc','\x24','\xf8','\xe3','\x4d','\x6d','\xf6','\x93','\xae','\xc3','\xfb','\x41','\x95','\xbd','\xa0','\xd3','\xe2','\x15','\xf2','\x44','\x43','\x15','\x05','\x0a','\xb0','\xbd','\x09','\x7e','\xe5','\xd5','\x6e','\x1c','\xe3','\x65','\xd4','\x8b','\x0b','\x80','\xd2','\xca','\x0e','\x0a','\xde','\xa4','\x21','\x6b','\xfc','\x55','\xa2','\x7c','\x26','\x61','\x6c','\xb7','\xd8','\xb5','\xc2','\x60','\xe9','\x44','\xb2','\xd9','\x1e','\x65','\xc3','\x5c','\x05','\x33','\x19','\x23','\x5c','\xe5','\xa7','\x12','\xe6','\x3b','\x64','\xd3','\xf9','\xd6','\xb5','\x49','\xe0','\xae','\x45','\x11','\x0b','\x47','\x65','\x5a','\x4a','\x09','\x79','\x5e','\x60','\x38','\x30','\x0a','\xd0','\x68','\x54','\x94','\x07','\xa0','\x55','\xab','\x71','\x76','\xa6','\x08','\xae','\xbb','\x59','\xfb','\xfd','\x0a','\x8d','\x1c','\x66','\x15','\x26','\x29','\xb4','\x59','\xa5','\x49','\x0a','\x9b','\x4e','\xc1','\x1c','\x6f','\x68','\xc0','\xac','\x8c','\xa4','\x0a','\x29','\x00','\x55','\xf6','\xae','\x69','\x91','\x40','\xf7','\xb4','\xdd','\x1f','\xe1','\x2a','\xc6','\x95','\xfd','\x7b','\xc2','\x56','\x98','\x74','\xaa','\x90','\x14','\x80','\xd6','\x09','\xd2','\x94','\x79','\x45','\xa3','\x7d','\x31','\xe0','\x7b','\x74','\x0a','\xa6','\x58','\xf8','\x30','\x15','\x96','\x2a','\x88','\x76','\x33','\xe0','\xbb','\xde','\x25','\x29','\xcb','\x78','\xc5','\x33','\x4a','\x4f','\xd6','\x37','\xe6','\x29','\x69','\xda','\x34','\x9b','\xcd','\xca','\x95','\x49','\x15','\x54','\xce','\x8e','\x5b','\x62','\xda','\x8c','\x4e','\x2b','\x3f','\x5e','\x3f','\x17','\xd5','\xd7','\x22','\x37','\xa2','\x4a','\xde','\x24','\x03','\x15','\xab','\x9b','\xee','\x65','\x6d','\x1b','\x19','\x1f','\x64','\x4d','\x3a','\x0a','\xac','\x32','\x55','\xff','\xb0','\x0e','\xcb','\xd9','\x26','\xe8','\x75','\x10','\x1a','\x70','\x04','\xca','\x9a','\x01','\x93','\x6d','\xdc','\xe6','\x87','\xfd','\x5f','\xf7','\x34','\xd5','\x32','\x73','\x98','\xec','\xbd','\x3b','\xe3','\xd7','\x34','\xaf','\xd3','\xb3','\xe5','\x47','\x8d','\xc4','\xd4','\xa7','\xa2','\xec','\x1f','\x93','\x04','\x8e','\xa9','\x60','\x6d','\x9e','\x8a','\x95','\x03','\xad','\x74','\xa6','\x29','\x80','\x5e','\x02','\x20','\xb3','\xab','\xcd','\xa3','\xa1','\xd9','\xa3','\x67','\x9d','\x0f','\x84','\xb2','\x19','\x8b','\x17','\x95','\x92','\x41','\x75','\x12','\xb9','\x36','\xee','\xa5','\xb9','\xc2','\xc2','\x04','\x7b','\x72','\x8b','\x4f','\x8a','\xba','\x55','\x7e','\xc8','\x5c','\x2b','\x62','\x0a','\xdd','\x05','\xf2','\x48','\x55','\xa5','\xc9','\xea','\x48','\xf9','\x8d','\x9d','\x31','\x43','\xd1','\x41','\xa3','\x55','\x02','\x37','\xdc','\x74','\x1d','\xf4','\xe2','\x91','\x61','\xf3','\xb7','\x6c','\x84','\x1f','\xfe','\x6f','\x0f','\xc2','\x4f','\x3c','\xe9','\xe4','\x6e','\x19','\x0a','\x61','\xfb','\x08','\xfe','\x9d','\xb5','\x5d','\x99','\xd4','\x2c','\xdf','\xe6','\x6c','\xbc','\x38','\x0a','\xca','\xba','\xf9','\x37','\xfb','\x7d','\x4a','\xa7','\x11','\xe4','\x3c','\xa6','\x0a','\x68','\x39','\xfe','\xf8','\x47','\xe3','\x84','\x1f','\xfd','\x01','\x7c','\xe9','\x13','\x07','\x8c','\xe0','\xce','\x28','\x16','\x77','\xe0','\xfa','\xeb','\xaf','\x43','\xbe','\xb8','\xc3','\x3a','\x3f','\x78','\xd0','\x0f','\xcc','\xe1','\x29','\x4f','\xf9','\x69','\xaf','\xaa','\xf2','\x0d','\xef','\xda','\x96','\xf5','\x96','\x80','\xe7','\x35','\xa2','\x04','\x3d','\xe3','\xdc','\xf3','\xa0','\x35','\xf0','\xb6','\x4b','\xcc','\x4a','\x50','\xb2','\x63','\x3f','\xf4','\xd2','\x3c','\x8a','\xfd','\x3b','\x50','\xec','\xdf','\xe1','\x84','\x4f','\x76','\xec','\x47','\xb2','\x50','\xe0','\x41','\x8f','\xe8','\xe1','\x97','\x9e','\xfb','\x52','\xfc','\xfc','\x33','\x9f','\xe5','\xad','\xd2','\xd7','\xd3','\x89','\x16','\x95','\xaf','\xa0','\xc4','\x9e','\xe1','\x8a','\x4a','\x2c','\xae','\xa6','\xfb','\x54','\xe7','\x42','\x71','\x3a','\x66','\x08','\x34','\x36','\x9a','\x71','\xe6','\xc3','\x37','\xfc','\x1d','\xf4','\xd2','\x0e','\x24','\xdb','\xee','\xc3','\x4f','\x9e','\xfc','\x94','\x6a','\xa2','\x01','\x0a','\xe8','\x78','\x86','\x64','\x4d','\xf6','\xdc','\x00','\x1e','\xf2','\x90','\xef','\x83','\x4a','\x03','\xca','\xc5','\x81','\x23','\xf0','\xbe','\xf7','\xbd','\x0f','\x4f','\x7d','\xea','\x29','\x98','\x9d','\x9d','\x6d','\x2f','\x5c','\xc6','\x4d','\x1f','\xbb','\x09','\x6f','\xfc','\xa3','\x2b','\xa0','\x66','\x97','\xf0','\xee','\xab','\xde','\x3e','\x15','\x25','\x28','\xb4','\x70','\x33','\x1c','\x0e','\x83','\x4e','\x10','\x9c','\x83','\x50','\xb7','\xea','\xc1','\xa7','\x9d','\x98','\x54','\x3a','\xaf','\x45','\x13','\xae','\x81','\xf6','\x20','\xba','\x04','\x50','\x49','\x0a','\x05','\x5d','\x99','\x0f','\xc4','\xf2','\x32','\x76','\xda','\xf5','\x06','\xcd','\x15','\x19','\x2b','\x8f','\x24','\xee','\x0c','\x31','\x77','\x59','\xca','\x07','\x32','\x3f','\x2a','\x2b','\x4f','\xad','\x22','\x8f','\xe3','\x10','\x15','\x1c','\xc1','\x3a','\x15','\xa2','\xcc','\x94','\x5d','\x32','\x56','\x08','\x3a','\x20','\x68','\xfb','\xcc','\xb5','\x32','\xec','\xf8','\x79','\xba','\x56','\x1b','\xee','\x28','\x63','\x54','\x1e','\x7c','\x3a','\x1c','\x8c','\x4a','\x41','\x5b','\x59','\xcb','\xca','\x5a','\xc4','\xf6','\x03','\x29','\xe7','\xbd','\x75','\x61','\x5c','\x5a','\x17','\xa5','\x59','\x4c','\x52','\x9e','\x17','\x04','\xd0','\xbb','\x17','\xd6','\xe6','\xbd','\x28','\x8c','\x79','\x58','\x9a','\x99','\xe5','\x24','\x72','\xeb','\x8a','\x54','\x21','\x25','\x01','\x81','\x8d','\x02','\x64','\x8a','\x91','\xf0','\x3c','\x51','\x5d','\xa1','\xf3','\x83','\x12','\x85','\xa4','\x50','\x6c','\x4f','\x45','\x81','\x22','\x07','\x53','\x5c','\xcc','\xcb','\x92','\xc0','\x49','\x7f','\x07','\x0b','\xcf','\xbf','\x5c','\x13','\x68','\x4c','\x7e','\x52','\xe6','\xe4','\xa1','\x3f','\x93','\x22','\xed','\xa5','\xd6','\x5c','\x80','\x9e','\xb3','\x99','\x0d','\x11','\x18','\xac','\x49','\x46','\xb6','\x2b','\x3e','\xe5','\x89','\xdc','\x41','\x47','\x97','\x9d','\x2b','\x4f','\x7d','\x63','\xef','\xaa','\xa9','\xb4','\xb8','\x70','\x76','\x9c','\xeb','\xa6','\xae','\x90','\xa9','\x13','\x37','\x15','\xa2','\x80','\x4e','\xb9','\xa1','\x3a','\x83','\xa2','\x15','\x4f','\x91','\xe1','\x7f','\x6a','\x5d','\x1e','\xc8','\x1c','\xd0','\x45','\xd6','\x06','\x15','\x6f','\xd8','\x94','\x0d','\x27','\x2f','\xca','\x2d','\x46','\xfa','\x48','\x39','\xec','\x11','\x06','\x89','\x3d','\x07','\x86','\x75','\x8e','\xa8','\x92','\xe1','\xaf','\x92','\x28','\x05','\xd0','\x81','\xa9','\x4a','\x55','\x4e','\x01','\x00','\xab','\x04','\x91','\xe1','\x95','\x5b','\x04','\x75','\xb3','\x15','\xdb','\x4f','\x6b','\x13','\x25','\xa0','\xac','\x53','\x14','\x55','\x4a','\xf3','\xa4','\x60','\x68','\x6d','\x56','\x83','\xed','\x1e','\xbc','\xf2','\xb0','\x57','\x55','\xee','\x5b','\x21','\xef','\x90','\xd5','\xbb','\x98','\x02','\xb2','\x69','\x96','\x85','\xa0','\x9b','\x9c','\xb9','\xd2','\x18','\x55','\xf6','\x3b','\x05','\x53','\xb4','\x4d','\x6c','\xda','\x29','\x57','\x80','\xf5','\xbb','\xa5','\x3b','\xf2','\xbf','\xff','\xc4','\x47','\xf1','\xee','\x77','\xfd','\x15','\x50','\xba','\x7e','\xae','\x25','\xb1','\xe3','\x7b','\x78','\xc6','\xb9','\xaf','\x68','\xc8','\x44','\x34','\x6b','\xce','\x0f','\x2b','\x54','\xb2','\x7e','\xc7','\x09','\x48','\x8a','\x5b','\x9b','\x67','\x2d','\x05','\x7b','\xe4','\x40','\x9a','\x25','\xa5','\x23','\x95','\x6a','\x2f','\x11','\xef','\x8a','\x29','\x72','\xad','\x35','\x2e','\xfc','\x85','\x0b','\x71','\xfb','\xe7','\x2f','\x36','\x2b','\x1c','\x8c','\x7c','\xff','\x0e','\xfc','\xe5','\x5f','\xfe','\x25','\x8a','\x43','\xc6','\xfc','\x2f','\xdd','\x76','\x10','\xcf','\x7d','\xee','\x0b','\x6a','\x6d','\xc3','\x35','\x21','\x0d','\x74','\x33','\x0a','\x68','\xca','\xf6','\x86','\xe2','\xf5','\x49','\xfe','\xad','\x6f','\x7d','\xf3','\x5b','\xb8','\xf1','\xa3','\x37','\xe0','\xed','\x97','\x7c','\x00','\xc5','\xfe','\x9d','\x48','\x77','\xde','\x87','\x97','\xbf','\xf2','\x02','\xdc','\xf2','\xa9','\x5b','\x82','\x87','\xa2','\xbe','\xe4','\xc5','\x2f','\xc3','\xb1','\xc7','\x1c','\x8b','\x53','\x4e','\xf9','\x19','\x26','\x34','\xbb','\x63','\x5f','\xe7','\x7c','\x95','\xac','\xc9','\xb9','\x63','\x5d','\x92','\x67','\x43','\x98','\x35','\x7b','\x2b','\x95','\x9f','\x7f','\xfe','\xe2','\x17','\xf0','\x4f','\x9f','\xf9','\x22','\x30','\x78','\x30','\x54','\x7f','\x09','\x8f','\x79','\xf4','\xa3','\xdd','\x15','\x68','\xde','\x74','\x37','\x39','\x3f','\xf8','\x83','\x8f','\x84','\xea','\xaf','\xd4','\xae','\xeb','\x61','\x86','\x7f','\xb9','\xf5','\x3b','\xb8','\xee','\xba','\xbf','\xc3','\xb3','\x9e','\x75','\x7e','\xe7','\xf8','\xc8','\x65','\x7c','\x7e','\xf0','\xfb','\x91','\xf5','\x57','\xb0','\x78','\xe8','\xd0','\x54','\xf2','\x19','\x72','\x83','\x0d','\x44','\xce','\x07','\xe2','\x37','\xfd','\x00','\x69','\x9a','\xa2','\xda','\x41','\x32','\x1d','\x5a','\x44','\x97','\xa9','\x33','\x4e','\x7a','\xce','\x60','\x55','\x76','\x82','\x6d','\x0d','\xaa','\xda','\x84','\x6d','\x84','\x50','\x95','\x17','\x28','\x12','\x85','\x42','\x29','\xd7','\x1d','\xb3','\x27','\x50','\xb8','\x89','\x62','\xf2','\x96','\x1b','\x9a','\x61','\xd2','\x30','\x9e','\x47','\x98','\x10','\xa8','\x51','\x8e','\x71','\xbc','\x93','\xd5','\x30','\x07','\x07','\x3a','\xd9','\x99','\xfc','\xcb','\xb4','\xbe','\x82','\x76','\x7f','\x9b','\xac','\x7a','\x92','\x9e','\x23','\x74','\x99','\x10','\x8a','\x29','\x92','\x76','\x90','\x2a','\x73','\x1b','\xa3','\xf1','\x2d','\x6a','\x82','\xec','\x2a','\xe1','\xd2','\x56','\x79','\x48','\x46','\x9e','\x6b','\x0c','\x4b','\x2f','\x6a','\xa3','\x61','\xb9','\x4a','\xc2','\x9b','\x97','\x9f','\x3e','\xf5','\xa4','\x81','\xeb','\x1a','\x30','\xab','\x41','\xba','\x40','\x51','\xa8','\xaa','\x03','\x4d','\x14','\x0a','\xad','\xa0','\xf2','\x02','\xf9','\xc8','\x1c','\xa8','\x9a','\xf7','\x53','\xf4','\xfa','\xa9','\x35','\x69','\x53','\xaa','\xfa','\xa2','\x95','\xbd','\x31','\x9c','\x8e','\x37','\x96','\xb4','\x7d','\xa6','\x3c','\x4c','\x31','\xd1','\x1a','\xc5','\x48','\x21','\x87','\xf1','\xcb','\x9b','\xdb','\x81','\x5c','\x91','\x76','\x65','\xfe','\xf6','\xf4','\x56','\xa6','\xce','\x55','\x9f','\xd8','\xd1','\x7e','\x95','\xd9','\x1c','\xaa','\xe8','\x74','\xec','\xd2','\xe4','\x6d','\x26','\x73','\x67','\x66','\xc9','\x94','\x0d','\xbc','\x9e','\xf2','\xd8','\x51','\x09','\x41','\x9a','\x06','\x24','\x3a','\xe0','\xb2','\x34','\x07','\xa4','\x73','\x7e','\x72','\x5d','\x2a','\x0f','\x21','\x61','\x29','\x50','\x12','\xae','\x06','\x10','\x0b','\xe5','\xbe','\x78','\x2d','\x50','\xf8','\x89','\xb6','\x20','\x94','\x7f','\x1b','\xa4','\x54','\x7a','\x5c','\xc1','\x56','\xb3','\x6f','\xc0','\x1a','\xbc','\x97','\x7d','\xcd','\xdf','\xc3','\x79','\xb6','\xaa','\x17','\xd4','\xe7','\xd7','\x82','\x96','\x02','\xaf','\x63','\x06','\x15','\x7c','\xa3','\xf5','\x87','\x14','\x0b','\xd3','\xd0','\xaa','\x1a','\xe2','\xca','\x6d','\x46','\x89','\x20','\x8b','\xce','\x6a','\x23','\x3a','\x13','\xea','\x63','\xf1','\x2b','\x85','\x34','\x49','\x91','\xf4','\x0b','\xa8','\xa4','\x5a','\x09','\x52','\x0a','\x18','\x0d','\x0b','\x6b','\x3e','\x5e','\x2b','\xb3','\x40','\x9c','\x34','\xce','\x98','\x83','\x7f','\x61','\x4c','\x18','\xf9','\xa4','\x87','\xae','\xc6','\x13','\xee','\x8e','\x3d','\x66','\xf2','\x46','\x7d','\x23','\x8f','\x83','\x4c','\xed','\x68','\x03','\x76','\x63','\x65','\xb5','\x83','\x06','\xd8','\xbf','\xf5','\x7d','\xa3','\xa1','\x17','\xf9','\xa7','\x7f','\xfa','\x0c','\xde','\xf8','\xbf','\x5f','\x07','\x7d','\xff','\x71','\xe1','\x30','\xdb','\xee','\xc7','\xf3','\x5e','\x70','\x21','\x7e','\xe6','\xa9','\xa7','\x36','\xc5','\xd4','\x98','\x35','\x3a','\xf3','\x4e','\x29','\x53','\x08','\x95','\xbb','\x7c','\x93','\x3b','\xc5','\x57','\xf4','\x12','\x55','\x9d','\xc9','\x17','\xf9','\x9e','\x4a','\xc1','\x59','\x55','\xb6','\xde','\xf2','\x1c','\x45','\x15','\xce','\xc7','\x54','\x0a','\x78','\xca','\x4f','\xff','\x34','\x92','\xd9','\x3f','\x46','\x9e','\x1c','\xe9','\xae','\x74','\x15','\x09','\xfe','\xeb','\xab','\x85','\x5d','\x19','\x52','\x0b','\xfb','\xdd','\x43','\x1d','\x9d','\xac','\x94','\x7d','\x47','\x40','\xa1','\xd8','\xaa','\x4e','\xa7','\x96','\x97','\x96','\x8d','\xf2','\xf3','\xbf','\xff','\x16','\xc5','\x81','\x1d','\x50','\x73','\xcb','\x38','\xeb','\xfc','\x9f','\xc0','\xb3','\x2f','\x7c','\x0e','\x9e','\xff','\xcb','\xbf','\x52','\x0b','\xdf','\x68','\x59','\x14','\xa8','\x74','\xee','\x98','\x81','\xe0','\x77','\x25','\x2b','\x04','\x47','\x1b','\x61','\xd1','\x4d','\x6f','\xb8','\xa7','\x59','\x05','\x2f','\x7e','\xcd','\xde','\xab','\xec','\x9b','\xb5','\xd6','\xf8','\xc8','\x8d','\xd7','\x03','\x87','\x8e','\x84','\x9a','\x3b','\x84','\xf3','\xcf','\x7f','\x16','\xb6','\x6d','\xdf','\xe6','\x78','\x7e','\xeb','\xb4','\xfa','\xb3','\x49','\xea','\xc5','\xa3','\x1f','\x7d','\x02','\x92','\xfe','\x52','\xf0','\x5e','\xbe','\x7f','\x07','\xde','\xf0','\xa7','\x6f','\xc6','\xb6','\x85','\x6d','\x9d','\x4d','\xe1','\xae','\xbf','\xfe','\xc3','\x76','\xd5','\x34','\xe9','\x2f','\xb1','\xc3','\x82','\x57','\x47','\xaf','\xd7','\xab','\xd5','\xb1','\xd8','\x41','\xa8','\x8d','\x5e','\xe0','\x1e','\x48','\xd8','\x25','\x72','\xd4','\x1b','\x83','\x02','\x6a','\x1d','\x20','\x77','\x69','\x5b','\x17','\x4a','\xab','\x8b','\x76','\x03','\x3e','\xca','\x59','\xf8','\xdc','\x6c','\x6e','\x25','\x97','\xc2','\x95','\x60','\x5c','\xc9','\x9c','\xde','\x44','\x50','\xf7','\x99','\x00','\x15','\xf8','\x2f','\x74','\x5b','\x91','\x67','\xb4','\x50','\x21','\x54','\x79','\x0a','\x76','\x0a','\x4a','\xb7','\xe7','\x63','\x5c','\xfc','\x32','\xe4','\x03','\x98','\x5f','\xc6','\xba','\x2a','\x5e','\x05','\xcd','\x04','\x8d','\xca','\x46','\xdd','\xce','\x58','\x76','\x50','\x50','\x43','\xd0','\xf7','\xf6','\x5f','\xb3','\xe9','\x13','\xb4','\xdd','\xe3','\x90','\x7b','\x6b','\xbe','\xf7','\x87','\xbe','\x4b','\xf5','\x8e','\xf4','\xf1','\xf9','\x8c','\xaf','\xdb','\xc7','\xf3','\xbf','\xa9','\x83','\x2d','\xb8','\xc7','\xb2','\xbc','\x72','\x72','\x40','\x6e','\xab','\x87','\x2b','\x23','\x0c','\xc9','\x7d','\xb6','\x66','\xc2','\xb2','\x26','\x37','\xc1','\x11','\xef','\x80','\x36','\xf3','\xee','\x8b','\x51','\x51','\x27','\x09','\xac','\x43','\x06','\x5a','\x65','\xaa','\x96','\xf2','\xab','\x77','\xaa','\x3c','\x6e','\x55','\x69','\x39','\x11','\xeb','\xea','\x5d','\xc8','\xdb','\x15','\xb4','\x46','\x92','\xa8','\xd2','\xd1','\x41','\x66','\xdd','\x79','\xa7','\x3d','\x6f','\x5f','\x03','\x50','\x2a','\xc5','\xf5','\x2f','\xe1','\x2b','\x3f','\xf4','\x1d','\x68','\x73','\x74','\x75','\x90','\x2b','\x79','\xdd','\x72','\x95','\x0a','\x8a','\xa5','\xd1','\x1e','\x5b','\x57','\x21','\x3a','\x29','\x3f','\x93','\xd0','\xf6','\x2c','\x2b','\x3f','\x40','\x7b','\xef','\x60','\x1a','\x44','\x61','\xdf','\x4d','\x3b','\xcf','\xf1','\xdf','\xae','\x62','\xd3','\x98','\x5c','\xfd','\xda','\xf4','\xa4','\x09','\x46','\xa8','\x73','\xa3','\xff','\xec','\x4b','\xd7','\x73','\xa4','\x03','\x1b','\xa5','\x43','\x7d','\x9b','\x53','\xef','\x68','\x15','\xb0','\x40','\xa1','\x8b','\x96','\x8f','\x59','\xe6','\xae','\x6c','\x03','\x49','\x62','\xea','\x7f','\xaf','\x6f','\xbc','\xc3','\xf5','\x67','\x32','\xf4','\x7a','\x89','\x35','\x39','\xe5','\xe9','\x39','\xbf','\x79','\xd6','\x3d','\xc1','\xc7','\xf6','\x6d','\xcc','\xa3','\x61','\x9e','\x17','\x18','\x95','\x79','\xac','\x94','\x1f','\x3a','\x17','\x2c','\x71','\xfb','\x42','\xa7','\x0c','\x61','\x57','\x99','\x35','\x60','\xdb','\x61','\x23','\xd4','\x47','\x94','\x71','\xd8','\x55','\x43','\xae','\x18','\x3a','\x63','\xa3','\xf9','\xef','\x1f','\xff','\xe9','\x33','\xf8','\xa3','\xd7','\xbc','\x1a','\xfa','\xde','\xef','\x0b','\x1e','\x90','\x88','\x99','\x25','\xfc','\xec','\xd9','\x27','\xe2','\x8c','\xa7','\x9f','\xdd','\x90','\x36','\x5a','\xca','\xdf','\x64','\x80','\x7b','\xa4','\x23','\xa5','\xcf','\x3a','\x6e','\x52','\x55','\x19','\xa6','\x69','\xe5','\x34','\x26','\x1a','\xa3','\x2a','\x9d','\xc6','\x94','\x2b','\x69','\x34','\x51','\xe9','\x67','\xcb','\xc9','\xa0','\x06','\x16','\xe6','\xe7','\xf1','\x3f','\x5e','\xf5','\x9b','\x48','\xb7','\xd5','\x3d','\xc2','\x15','\x07','\xcc','\xea','\x8f','\x9a','\x5b','\xc6','\x59','\x67','\x3f','\xdd','\x1e','\x00','\xea','\x96','\x9f','\xd7','\xef','\x70','\xe5','\x7b','\x2c','\xd1','\x4b','\xa3','\x5e','\xa9','\xd6','\x97','\x4a','\xe8','\x07','\xde','\xfb','\xbe','\xab','\x70','\xf9','\x9b','\xde','\x6f','\xcb','\x20','\x59','\x38','\x80','\xb3','\xce','\x3c','\x1b','\x33','\xb3','\xb3','\xde','\x33','\x5e','\x5d','\x8c','\x74','\x4f','\xb5','\x2e','\x3e','\x26','\xab','\x80','\x97','\x00','\x2b','\x0b','\xed','\xdf','\x9b','\x80','\x50','\xf1','\x2a','\x54','\x32','\x0b','\xaa','\x32','\xe0','\xdf','\xd4','\xf6','\x31','\xd0','\xf8','\xd0','\xdf','\x7d','\x10','\x37','\xdd','\xf0','\x19','\xe8','\x95','\xd9','\xea','\x70','\xd7','\xc4','\x6f','\xb3','\x63','\x30','\x75','\x3d','\xa8','\x4d','\xe8','\x74','\xfb','\xe1','\xf9','\xf9','\x05','\x9c','\x79','\xf6','\xe9','\x48','\xe6','\x96','\xeb','\x41','\x8b','\x04','\xa3','\x7d','\xc7','\xe0','\x0f','\x7f','\xff','\x4f','\xf0','\x37','\x7f','\xf3','\xfe','\xd6','\x94','\x3f','\xf2','\x91','\x1b','\xf0','\x86','\xd7','\xff','\x19','\xf2','\xfd','\x3b','\xa0','\x66','\x06','\x78','\xf2','\xc9','\x4f','\xaa','\x3b','\x51','\x98','\x90','\x90','\x43','\xb7','\x5e','\xaf','\x17','\x2c','\x77','\xdb','\x6b','\xe5','\x79','\x5e','\xb3','\x9d','\x3b','\xec','\x9c','\x20','\x78','\x38','\x42','\xaa','\x86','\x69','\x00','\x34','\xd5','\x10','\xd2','\x13','\xb4','\x11','\xe8','\x0a','\x5d','\x99','\x0b','\xa9','\x72','\x9a','\xd1','\x9e','\x9e','\xcd','\xc2','\x02','\xe3','\xd5','\x69','\x2e','\x1c','\xf3','\xbf','\x5d','\x4c','\xe6','\x42','\xb3','\x82','\x24','\x25','\x92','\xb9','\x52','\xdb','\xac','\xca','\x5a','\x41','\x2b','\x3b','\xf5','\xeb','\xd5','\x0f','\x0d','\x36','\x38','\xb0','\x41','\xce','\x7f','\x79','\xcd','\xc2','\x8e','\xc5','\x1a','\xbd','\xaf','\x46','\x79','\xf0','\xe9','\xa8','\xf2','\xfc','\x46','\x76','\xe9','\xf4','\xd6','\x45','\x99','\x69','\x7f','\xd6','\x59','\x7b','\x9d','\x2d','\xaa','\xea','\xe7','\xdc','\x37','\x26','\x48','\xa6','\xae','\xa9','\xa4','\x12','\x58','\x48','\x14','\xd4','\xac','\xdc','\x6c','\xfc','\x8e','\xd9','\x1c','\x98','\x42','\x5e','\x37','\xd3','\x71','\xc2','\x39','\x17','\x51','\x7a','\xaf','\x49','\xac','\x70','\x65','\x3c','\x6f','\x68','\x26','\x74','\xc3','\x0a','\xa5','\x76','\x15','\x81','\xaf','\x32','\xea','\x4a','\x68','\xd7','\x65','\x3d','\x4d','\x52','\x63','\x8b','\xdf','\xeb','\xa7','\x56','\xa0','\x4c','\xd2','\x84','\x3f','\x62','\xeb','\x71','\x28','\x5b','\x64','\x0e','\x53','\x93','\x39','\x35','\x4a','\x33','\x37','\x33','\x93','\xae','\x8b','\x02','\xce','\x21','\xf7','\xce','\x4b','\x6a','\x67','\x10','\x0b','\x96','\xc5','\x34','\x65','\x0d','\x77','\xac','\x6e','\x0a','\xe2','\x5d','\xd3','\x65','\x19','\xba','\x52','\x81','\x7d','\x5f','\xfa','\xa3','\x4b','\xfd','\xee','\x1a','\x8e','\xa5','\x4d','\x3d','\x07','\xeb','\x06','\x2d','\xeb','\xd6','\x85','\x38','\x7d','\x56','\x24','\x55','\x5d','\xe6','\xd6','\xeb','\x73','\x8d','\xbc','\x52','\xaa','\xd1','\x85','\x59','\x29','\x29','\x52','\x8d','\x44','\xbb','\x71','\xc5','\xfa','\x13','\x5a','\x85','\xa1','\x01','\x40','\x59','\x33','\xb6','\x61','\xb9','\x47','\xa7','\xf2','\x26','\x48','\x65','\xe5','\xc7','\x65','\xab','\x13','\xf5','\x5d','\xa5','\xb9','\xa9','\x59','\xf5','\x29','\xec','\x41','\xc5','\x7c','\xbf','\x4f','\x9a','\x26','\x48','\xca','\x49','\x87','\xea','\x7c','\x1f','\xf7','\x13','\x9a','\x3e','\x80','\x56','\x7e','\x2a','\x33','\x9c','\x43','\x87','\x0e','\x01','\x3a','\x2e','\x61','\x6b','\xf6','\x3c','\xcf','\xaf','\xd6','\x5e','\xff','\x44','\x69','\x69','\xe0','\xda','\x0f','\xff','\x2d','\xde','\xf6','\xf6','\xff','\x03','\x7d','\xef','\x43','\x00','\xef','\x2c','\x17','\x00','\x40','\x6f','\x00','\x75','\xc4','\x77','\x71','\xda','\xa9','\xbf','\x8d','\x9d','\x3b','\x8f','\x8c','\xa6','\xdd','\x04','\xcf','\x97','\xd9','\xa3','\x98','\x00','\xca','\x8c','\xa9','\xb6','\x4f','\x60','\xab','\x3f','\x56','\x41','\x4a','\xa8','\x6d','\x87','\x3f','\xa2','\x52','\x60','\x13','\x38','\x88','\xb6','\x03','\x0d','\x78','\x9e','\xfc','\x14','\x9e','\xf6','\xb4','\x9f','\xc5','\xff','\x7e','\xe3','\x9b','\x91','\x7b','\x7b','\x5a','\x6c','\x1e','\x16','\x0e','\xe0','\xec','\xb3','\x4a','\x85','\x8f','\xc6','\x2c','\x54','\xca','\x28','\x6f','\x30','\x95','\x35','\x43','\x15','\x66','\xcb','\x50','\x66','\x76','\xef','\x3d','\x7b','\xf1','\xf6','\xb7','\xed','\x41','\x7e','\x5f','\x65','\xfe','\xa8','\x92','\x02','\x4b','\x4b','\x4b','\xf5','\x17','\x0a','\x77','\x68','\xe6','\x99','\xc8','\xed','\xe0','\xb3','\x91','\x80','\xba','\xe1','\xde','\xaa','\x60','\xe3','\x55','\x28','\x09','\x7b','\x5d','\x57','\xff','\x7d','\xf6','\x1f','\x3f','\x8d','\xff','\xf3','\x7f','\x2e','\x83','\xbe','\xbf','\x74','\x8a','\xb1','\xb0','\x1f','\xa7','\x3c','\xf5','\x14','\xc7','\x22','\x63','\x2c','\xd6','\x51','\x3e','\x6b','\xe2','\xdc','\x73','\x9f','\x81','\xeb','\xae','\xf9','\x38','\x8a','\xa5','\xd9','\xda','\x3d','\x3d','\xcc','\x30','\xfc','\xde','\x83','\xf0','\xfa','\xff','\xf5','\x56','\xdc','\x7e','\xfb','\xed','\x38','\xe9','\xa4','\x93','\xf0','\x33','\x3f','\xf3','\x34','\x63','\xe2','\x58','\xf2','\xc9','\x5b','\x3e','\x89','\x7f','\xfb','\xea','\x57','\x71','\xf9','\x5b','\xdf','\x85','\xd1','\xbe','\x07','\x01','\x45','\x82','\x74','\xe1','\x00','\xce','\x3b','\xef','\xe7','\xa6','\x96','\xc7','\xd0','\xbe','\xde','\x98','\x2e','\xe3','\x38','\x41','\xf0','\x03','\x55','\x8d','\xb7','\x5e','\xab','\x5c','\xcb','\x29','\xe5','\xfc','\x53','\x23','\x20','\x64','\xd7','\x2e','\x79','\x1a','\x7f','\xfb','\x14','\xe5','\x78','\x35','\xa2','\xbe','\x1a','\x12','\xf8','\x3b','\x9a','\xff','\x52','\x69','\x28','\xc3','\x58','\x93','\x71','\xe6','\x22','\xdb','\x6c','\x9e','\x34','\xff','\x57','\x14','\x1a','\xc5','\xa8','\x80','\x4e','\xc8','\x39','\x81','\xb2','\x6b','\x6d','\x36','\xd9','\xd8','\xa0','\xd8','\x90','\x4f','\xff','\x96','\x8a','\x84','\xb7','\xe6','\x20','\x30','\x83','\x2b','\xdf','\x28','\x4f','\xff','\x63','\x9e','\x0d','\xb8','\x56','\xd4','\x81','\xb2','\x5a','\x0d','\x5e','\xc7','\xc5','\x3b','\x8b','\x28','\x65','\x71','\x29','\x3a','\xb0','\x13','\x2a','\x5e','\x1d','\x5a','\x7b','\x4e','\x16','\x0e','\x93','\xf7','\x23','\xc1','\x24','\xa9','\x63','\xb4','\x03','\x19','\x4a','\x53','\x2b','\x8d','\xe1','\xca','\xc8','\xb8','\xb4','\x2e','\x48','\x68','\x64','\x1e','\xa3','\x58','\x46','\xb8','\x7f','\x3e','\x15','\x79','\x97','\x50','\xd5','\xb4','\xe5','\x57','\xc0','\x75','\x80','\x61','\x1d','\x16','\x18','\x27','\x09','\x76','\xa6','\x38','\x71','\xbd','\x3c','\x25','\x4a','\x1b','\x9b','\x33','\x92','\x13','\x74','\x35','\xeb','\x4b','\xf1','\x37','\xb5','\x99','\xa4','\x3c','\x2b','\xc5','\xf6','\x11','\xa3','\xc2','\x78','\x27','\x2b','\xcc','\xcb','\x29','\x7a','\x37','\x3b','\xe6','\x2b','\x1b','\xaf','\x55','\x66','\x12','\x63','\xee','\x96','\xf6','\x98','\x9b','\xeb','\x5e','\xca','\x56','\x96','\xb4','\x0d','\x4f','\x71','\x78','\x2a','\x0b','\xf3','\x7c','\xc8','\x4a','\x52','\x6b','\x14','\xd6','\x31','\x49','\xb5','\x87','\x22','\xb4','\xe2','\xe3','\x94','\x65','\xb8','\xf8','\xed','\x6a','\x4a','\xb0','\x9a','\x35','\x0c','\xea','\x36','\xfe','\x48','\xf8','\xd8','\x75','\x93','\x66','\x5d','\x32','\xe0','\x26','\x80','\x7c','\x02','\xa0','\x96','\xb8','\xad','\xeb','\x71','\x81','\xbe','\x2e','\xdc','\xea','\xea','\x09','\x12','\xcc','\x51','\x0b','\x54','\x09','\xec','\x2a','\x1c','\x51','\x5d','\x68','\xf4','\xf3','\xa7','\xc2','\x8d','\x90','\xbf','\x08','\x9b','\xa0','\xa9','\x0b','\x35','\x0a','\xbc','\xdf','\xad','\xf2','\x15','\x4a','\x54','\x97','\xff','\xef','\x0a','\xf5','\x36','\xa3','\x09','\xa0','\x75','\x81','\xa2','\x48','\x40','\xaf','\x5a','\x09','\xcf','\x71','\x14','\xca','\xba','\x8b','\xc4','\x9a','\x5b','\x29','\x85','\x72','\xc5','\x17','\xc8','\x8b','\xdc','\x55','\xd8','\x79','\xf9','\xf0','\xef','\x4f','\x45','\x57','\x96','\xab','\x59','\xa9','\x34','\x93','\x27','\x45','\x6e','\x4c','\xea','\x8c','\x33','\x90','\x04','\x69','\x96','\x3a','\x8a','\x8f','\x89','\x9c','\xf5','\x0c','\x14','\x0f','\x53','\x7c','\x8c','\xa9','\x5f','\x7b','\xe7','\xa8','\x28','\x8b','\xce','\x78','\xa0','\xa0','\x54','\xdd','\x77','\xe8','\xd7','\xbe','\xf6','\x55','\x7c','\xec','\xe6','\x1b','\xf1','\xb7','\x1f','\xb8','\x1e','\xfa','\xbe','\x87','\x86','\x9d','\x1e','\xcc','\x1d','\xc2','\x8f','\x9f','\xf2','\x30','\x9c','\x75','\xc6','\xcb','\xf0','\x23','\xff','\xed','\x47','\xbd','\x94','\xec','\xdb','\xd7','\x2f','\xf9','\xe8','\x04','\x07','\x0e','\xee','\xb7','\xdf','\x06','\x89','\x42','\xa6','\x12','\x14','\xf6','\x40','\x5a','\xb7','\x53','\x4f','\xbc','\x09','\x9f','\x68','\xd4','\xcc','\x9a','\xc0','\xc9','\x8e','\xb2','\xb7','\xdd','\x2c','\xeb','\x2a','\xbe','\xa3','\x77','\xef','\xc6','\x59','\xe7','\x3e','\x1d','\xd7','\xbe','\xfb','\x0b','\x35','\x21','\x50','\xf5','\x46','\x78','\xcc','\x89','\x0f','\xc5','\x13','\x9e','\xf0','\x63','\x8e','\xf2','\xe3','\x06','\x62','\xff','\x94','\xff','\xd3','\x5d','\x66','\x8f','\x85','\x34','\xd7','\x17','\x0f','\x1d','\x8c','\x9e','\xc1','\xd4','\x45','\x83','\x38','\x70','\xe0','\x40','\xc3','\xf3','\xec','\x69','\xd6','\xbf','\xfd','\xfd','\xdf','\x7f','\x0c','\xc5','\x21','\x57','\x19','\xcc','\xef','\x3f','\x12','\xaf','\x7a','\xc5','\xab','\xa1','\xfa','\x8b','\x0d','\x91','\x84','\xf3','\xf2','\x92','\x17','\xbf','\x0c','\x4f','\x7c','\xd2','\x4f','\xe0','\xf8','\x1f','\x3e','\x3e','\x98','\x53','\xdb','\xbf','\x28','\xea','\x1b','\x7c','\xd9','\xa6','\x29','\xb1','\xea','\x7b','\x1c','\x5a','\x3c','\x08','\xe4','\x91','\x77','\x2d','\x12','\x73','\x9f','\xf5','\x71','\xb1','\xa6','\xa4','\xed','\x7f','\xda','\xb6','\xbf','\x9b','\x6e','\xbe','\x11','\xaf','\x7b','\xfd','\x9f','\xa2','\xb8','\xff','\x21','\x40','\x91','\x40','\xf5','\x07','\x78','\xd2','\x93','\x9e','\x88','\x85','\x6d','\x0b','\xc1','\x31','\xbe','\x41','\x57','\xf7','\xb3','\x5d','\xe3','\xd0','\xa1','\x43','\xd0','\xb1','\x73','\xb7','\x5a','\x9e','\x05','\x74','\xcb','\x37','\xa7','\xb7','\xab','\xfe','\x3c','\xf1','\x71','\x27','\xe2','\x39','\xcf','\x7b','\x06','\xae','\x0c','\xb8','\x84','\x07','\x60','\x56','\x82','\xf6','\x1e','\x8d','\x6b','\xaf','\xfc','\x02','\xfe','\xee','\xfd','\x9f','\xc1','\x1f','\x6f','\xfb','\x23','\xf7','\xf6','\xe2','\x0e','\x14','\xc3','\x19','\x14','\x07','\x1e','\x62','\xf2','\xd8','\x1b','\xe1','\x31','\x4f','\xf8','\x7e','\xfc','\xf4','\x53','\x7e','\xba','\x29','\xa3','\x63','\xe1','\x7b','\xb3','\x06','\x80','\xc1','\x60','\x10','\x54','\x82','\x9c','\x75','\x6b','\xbf','\xc1','\x36','\x2d','\x9d','\xfb','\x77','\x3a','\x09','\x96','\x01','\x45','\xa8','\x53','\x02','\xeb','\xa5','\xfd','\x36','\xe5','\x4f','\x6b','\xe6','\x4c','\x80','\x5a','\x5f','\x65','\x13','\x4f','\xcf','\x69','\x28','\xb3','\x71','\x5d','\x69','\x24','\xb9','\x86','\x4a','\x35','\x4a','\x07','\xac','\x4e','\x74','\xab','\x79','\x25','\xa7','\xb1','\xc7','\x22','\x62','\x72','\x06','\xcd','\x2e','\x5a','\x21','\x41','\xc3','\xba','\xb1','\x0d','\xee','\xf0','\x9a','\x96','\x16','\x14','\xa8','\x3e','\x6d','\xfa','\x0a','\x09','\x0c','\xfe','\xec','\x18','\x9f','\x85','\xaf','\xd5','\xbd','\xb6','\xac','\x4e','\xbd','\xfe','\x54','\x02','\x3e','\xff','\x9b','\x04','\xf6','\xd1','\x30','\xc7','\xca','\x4a','\x8e','\xe1','\xb0','\xa8','\x7a','\x4d','\x5d','\xed','\x61','\x71','\xf0','\xdf','\x27','\x34','\xf8','\xf2','\x30','\x5c','\x7e','\x24','\x65','\x42','\x01','\xe6','\x94','\x7a','\x73','\xc7','\xac','\x3e','\x0e','\x91','\x0f','\x73','\xe3','\xe6','\x3a','\x51','\x48','\xb8','\xd9','\x1a','\x1d','\x6c','\xe8','\x28','\x45','\x1a','\x2a','\x49','\xac','\x05','\x24','\xdf','\x54','\x6e','\xab','\xbb','\x55','\x5e','\x4a','\x25','\xca','\x9e','\x97','\x51','\xce','\xc8','\x16','\x76','\x1b','\x7e','\xa5','\x57','\xa1','\x8a','\x07','\xec','\xfd','\x95','\xaa','\x7b','\x79','\xcb','\x7a','\x95','\x37','\x3a','\x3e','\xa0','\x54','\xa5','\xcc','\xa4','\x14','\x2b','\xdc','\xf2','\x95','\x1b','\x7a','\xc6','\x55','\x7e','\xaa','\x43','\x11','\x3d','\x85','\xa4','\xbb','\xe4','\x41','\xcd','\x7d','\xac','\x67','\xca','\x57','\x0e','\xc7','\x15','\xb9','\xe0','\x6e','\x3a','\x47','\xed','\xfb','\x5b','\x4b','\x30','\x3f','\x1e','\x6f','\x76','\x99','\xee','\x77','\xaa','\xfa','\xc1','\x40','\xf4','\x74','\x3d','\x96','\xaa','\xfe','\x99','\x89','\x21','\xc5','\x25','\x79','\x26','\xd0','\x45','\xd3','\xee','\x9c','\xb1','\xb1','\x32','\x5c','\x0f','\xe2','\x29','\x1b','\xce','\x44','\x4f','\x79','\xb1','\x28','\xca','\xfc','\x27','\x80','\x4a','\x34','\x92','\x22','\x81','\x59','\x0e','\xaa','\x24','\xd5','\xda','\x3c','\x80','\xa6','\x6a','\x6f','\xf6','\x05','\xa1','\x34','\x45','\xab','\xda','\x83','\x86','\x1e','\x69','\x27','\x1d','\xee','\xb8','\xc5','\x66','\x91','\x94','\x32','\x52','\xd6','\xb9','\xc3','\x03','\x54','\x93','\x0c','\x59','\x96','\x22','\xc9','\x92','\xf8','\x4a','\xa4','\x55','\xee','\x2a','\x13','\x54','\xf2','\xfa','\xa8','\x00','\x7c','\xfd','\xdf','\xff','\x0d','\x7a','\x34','\x13','\x2d','\xa6','\xdb','\xfe','\xf9','\xf3','\x80','\x02','\x1e','\xff','\xb8','\x1f','\xc3','\xae','\x5d','\x47','\x71','\xb5','\x19','\x80','\xc6','\x67','\xfe','\xf1','\xd3','\x58','\x5c','\x3c','\x84','\x6b','\xaf','\xfb','\x20','\xbe','\xf2','\xaf','\xdf','\x80','\x3e','\xb4','\x13','\x7a','\xe9','\xc1','\xe1','\xf8','\x8e','\xd8','\x8b','\xf3','\x7e','\xe1','\x54','\xfc','\xec','\xcf','\x3c','\x1d','\x8f','\x7c','\xc4','\x0f','\x05','\xc3','\xd4','\x72','\x10','\xfb','\x9c','\xc3','\x19','\xdc','\x71','\xc7','\xbf','\x60','\x79','\x65','\x19','\xb3','\xb3','\xb3','\x76','\x85','\x2a','\x49','\xcc','\x38','\xcb','\xc7','\x29','\xb7','\xa6','\x9a','\x02','\xfa','\xea','\xd7','\xbe','\x0c','\x8c','\x1e','\x59','\x8b','\x56','\xe7','\x3d','\xec','\xdd','\x77','\x0f','\x8e','\xde','\xbd','\xbb','\x36','\x8e','\x56','\xdf','\x87','\x15','\x36','\xcf','\xa2','\x2a','\x67','\xc1','\xff','\xb6','\x3e','\x0b','\x9e','\x2c','\x1c','\xc4','\x2f','\x9c','\xff','\x42','\xc7','\x9c','\x4d','\xb3','\xff','\x71','\x05','\xd2','\xf0','\x4b','\xff','\xeb','\xbf','\xde','\x01','\x3d','\x7c','\x78','\x38','\xcf','\x7b','\xf7','\x62','\xf7','\xee','\xdd','\xc1','\xe7','\x00','\xe0','\xae','\xbb','\xee','\x82','\x1e','\xd5','\x0f','\x7c','\xd4','\x79','\x86','\xef','\x7c','\xe7','\x3b','\xe1','\x87','\x58','\x5d','\x3a','\x70','\xe0','\x00','\x74','\x60','\xa5','\x50','\x8f','\x32','\xdc','\x75','\xf7','\xdd','\x78','\xd4','\xa3','\xea','\x1e','\xba','\xfe','\xf5','\xce','\x7f','\x85','\xf6','\x56','\x00','\xf5','\x4a','\x1f','\xa3','\xbb','\x8f','\x8d','\xe6','\xb3','\x89','\xb7','\x5d','\xf2','\x7e','\x5c','\x3e','\xf3','\x6e','\xbc','\xf4','\xa2','\xe7','\xe1','\x9c','\x73','\x9e','\x81','\x23','\x8f','\xdc','\x55','\xcb','\x2f','\x57','\x7c','\xfc','\x77','\xe8','\xca','\xd7','\xbf','\xfe','\x35','\xe8','\x61','\xb8','\x4d','\xe8','\xe1','\x0c','\xbe','\xfa','\xd5','\xaf','\xe0','\x89','\x3f','\xfe','\x24','\x1c','\x79','\xe4','\xae','\xaa','\xae','\xd5','\x02','\x56','\x3f','\xbf','\xf5','\xad','\x6f','\xe2','\xf6','\x7f','\xf9','\x12','\xbe','\xf2','\x6f','\x5f','\xc1','\x07','\xae','\xfe','\x30','\xf4','\xfe','\xef','\xb7','\x66','\xa1','\x6a','\xee','\x10','\x9e','\xf6','\xb4','\x9f','\x6d','\xec','\xb5','\x26','\xfd','\xee','\x77','\xdd','\x75','\x17','\x30','\xee','\x37','\x67','\x1c','\x3c','\x18','\xfe','\xe6','\x18','\x65','\xb8','\xfb','\xae','\xbb','\xf1','\xe8','\xc0','\x37','\x3f','\xf3','\xcc','\xb3','\xf0','\xde','\xbf','\xfa','\x1b','\x53','\xff','\x23','\xca','\x53','\xb1','\x34','\x0b','\x2c','\xcd','\x3a','\xe7','\x42','\x85','\xc8','\x76','\xdd','\x8d','\x0b','\x2f','\x78','\x71','\x6b','\x3e','\xc7','\x21','\xa6','\xb7','\x84','\x9c','\xbc','\x39','\x4e','\x10','\xfc','\x00','\xeb','\xe1','\x15','\xce','\xf6','\x3f','\x9d','\x2b','\xf1','\xf8','\x23','\x67','\xe7','\x27','\xda','\x02','\x96','\x8a','\x83','\x09','\x5a','\xaa','\x0f','\x65','\x83','\x74','\xac','\xb3','\x4a','\xc1','\xcd','\x98','\x43','\xa8','\x72','\x96','\xde','\x1d','\xfc','\x26','\x68','\xb3','\x6e','\x36','\x55','\x24','\x8e','\x72','\x24','\x20','\x21','\xd6','\xd9','\x2c','\xce','\x65','\x24','\x9b','\x6f','\xab','\x0d','\xd5','\xde','\xb5','\x79','\x76','\xae','\x43','\x46','\x83','\x71','\x98','\x0c','\x2a','\x2f','\x18','\x80','\xca','\xdc','\xad','\x9c','\x7d','\x6c','\x4b','\x76','\x1c','\xe1','\x6e','\xb5','\x3a','\x90','\x2b','\x7b','\xe8','\xea','\x22','\x8d','\x70','\xa5','\x96','\x90','\x97','\xa6','\x6f','\xe6','\xac','\x90','\xc2','\x11','\xbc','\x3a','\x4c','\xc6','\x5a','\xa2','\x61','\x1d','\x39','\xb7','\x8c','\x5c','\xd3','\x4f','\x6d','\xf3','\x34','\x2a','\xcc','\xbe','\x20','\xa5','\x80','\x34','\x29','\xcf','\xf9','\x29','\x0f','\xf9','\x4b','\x12','\x3a','\x35','\x9e','\xfe','\x2e','\x9d','\x25','\x24','\x79','\x79','\xd2','\x3b','\x13','\x81','\x94','\xab','\x00','\xf1','\x52','\xa0','\xda','\x45','\xb6','\xf7','\x45','\xae','\xca','\x3d','\x36','\xb0','\xc2','\x9e','\xe3','\xbc','\xa0','\x20','\x57','\xc4','\xa5','\xc9','\xdb','\x6c','\x66','\xcf','\xf6','\x49','\x52','\xb6','\x9a','\xa4','\xb9','\x22','\x10','\x58','\xf5','\xb1','\x8a','\x18','\x95','\x53','\xb5','\xa7','\xa9','\xd0','\x1a','\x9a','\x29','\x3e','\xa4','\xfc','\xd4','\x14','\x8b','\xee','\x5f','\xa2','\xf9','\xb1','\x98','\x50','\x0a','\x9b','\xfd','\xd5','\x35','\x76','\x5f','\x88','\x2f','\x7f','\x68','\x2f','\x8c','\x79','\xfd','\x4a','\x19','\x0c','\x0a','\xed','\x5c','\x73','\xee','\xda','\x22','\x22','\x41','\x99','\x75','\xf0','\x98','\xfa','\x0c','\x69','\x6f','\x0d','\x4f','\xd4','\x82','\x74','\x89','\x3d','\x14','\xa6','\x3d','\x0d','\xfa','\xbe','\x74','\x50','\x30','\x92','\x02','\x49','\xa1','\xca','\x25','\x68','\x54','\xde','\xee','\x78','\xac','\xca','\x79','\xdc','\x98','\x70','\x02','\x50','\x2a','\x03','\x60','\xbc','\x34','\xaa','\xc1','\xa8','\xda','\x0b','\xca','\xdb','\x0b','\x8f','\x4b','\xa1','\x74','\xc7','\x5e','\x3a','\xe7','\xc8','\x0b','\x3b','\x96','\x18','\x67','\x07','\xe5','\xa4','\x45','\xea','\x7b','\x8d','\x72','\x07','\x12','\xda','\x5b','\xc1','\x2c','\x52','\xed','\xf7','\xfe','\xf0','\x0d','\x1f','\xc2','\x87','\x3e','\x74','\x2d','\xb0','\x14','\x3e','\x9f','\x47','\x1f','\x38','\x06','\x17','\xff','\xe9','\xe5','\x26','\x3b','\x33','\x17','\x03','\xe9','\xb0','\x1e','\x66','\xe9','\x08','\x40','\xa7','\xd0','\x8b','\xdb','\x81','\xd1','\xf7','\x05','\xe3','\x51','\xdb','\xee','\x87','\x5a','\xb8','\x17','\xcf','\x7b','\xee','\xf3','\x71','\xe1','\x05','\xcf','\xad','\xd7','\x79','\xea','\x9f','\x9c','\xd3','\xc6','\x81','\xff','\xfa','\xce','\xb7','\xf1','\xb9','\xff','\xfb','\x4f','\xd0','\xa1','\x03','\x54','\x47','\x19','\xbe','\xf2','\xc5','\xef','\xe1','\x6f','\xfe','\xf6','\x6a','\x9c','\xf2','\xd4','\x9f','\xc5','\xf7','\x3d','\xf8','\xfb','\x6c','\xb9','\x91','\x42','\xc9','\x3f','\x8e','\xb2','\x9a','\xa9','\xc2','\x27','\x3e','\xf9','\x31','\x93','\xef','\xd0','\x3b','\xaf','\xcc','\xe1','\x93','\x9f','\xf8','\xb8','\xf5','\x58','\xd5','\xe4','\x30','\xc1','\xc4','\xe6','\xde','\x7f','\xfc','\xe3','\x1e','\x8f','\xc7','\xfc','\xe8','\x0f','\xe0','\x8b','\x9e','\x4b','\xec','\x64','\xee','\x20','\x9e','\xf8','\xc4','\x27','\xb1','\xe9','\x30','\x57','\x18','\x53','\x5e','\x7e','\x7d','\x3e','\xf2','\x91','\x1b','\x50','\x2c','\x86','\x4d','\xeb','\xf4','\xca','\x1c','\x3e','\xf1','\x89','\x8f','\xe3','\x59','\xcf','\xfa','\x85','\xe0','\xfd','\x7d','\xfb','\xf6','\xe1','\xcb','\x5f','\xfe','\x72','\x4d','\x19','\x01','\x00','\xbd','\x3c','\x8b','\x4f','\x7d','\xea','\x53','\x78','\xfc','\x89','\x8f','\xc7','\x89','\x27','\x3e','\x3e','\xf8','\xfc','\x17','\x6e','\xfb','\x02','\xfe','\xfc','\xf2','\xea','\x1c','\x23','\xe7','\xf9','\xe1','\x0c','\xfe','\xed','\xdf','\xbe','\x8a','\xff','\xf6','\x98','\x1f','\xc1','\xae','\x5d','\x47','\x3a','\xf7','\x4e','\xfa','\xb1','\x93','\xf0','\xe1','\xf7','\x7f','\x16','\x79','\xc0','\x24','\x6a','\x12','\x8a','\xfd','\x47','\xa0','\xc0','\x11','\x78','\xdb','\x25','\x66','\x1f','\xc9','\x39','\xe7','\x3c','\x03','\x47','\xee','\x34','\x4a','\x90','\xe9','\x4f','\xbd','\x7e','\x7c','\xac','\xbe','\xd5','\x3c','\xfb','\x0f','\x9f','\xf9','\x34','\xde','\xfc','\xe6','\x4b','\xa1','\x97','\xc2','\x75','\x59','\x2f','\xce','\xe3','\xea','\x2b','\x3e','\x86','\xf7','\xff','\xcd','\xd5','\x5d','\x62','\x34','\xff','\x0e','\x67','\x81','\x95','\x39','\xe8','\x61','\xbf','\x36','\x39','\xa0','\x66','\x96','\xf0','\x23','\x3f','\xf2','\x23','\x70','\xbe','\x3d','\xab','\xbe','\x1f','\xb9','\xb1','\xcb','\x77','\xaf','\x7b','\x57','\xdb','\xb7','\x6f','\x1f','\xbe','\xfc','\x95','\x86','\x6f','\xfe','\xe9','\x4f','\xe1','\xf1','\x4f','\x88','\x7f','\xf3','\xdb','\x6e','\xfb','\x82','\x73','\x76','\x15','\xa7','\x28','\xbf','\xf9','\x8f','\xfc','\xb7','\x1f','\xb1','\x07','\xd8','\x12','\x8f','\xfa','\xe1','\x47','\xe1','\xb7','\x7f','\xe7','\x37','\xf1','\x86','\xd7','\xbe','\x19','\xc3','\xef','\x3d','\xa8','\xd3','\xaa','\x61','\x88','\x74','\xe7','\x7d','\x78','\xf9','\xaf','\xfd','\xca','\x44','\xe7','\x07','\x35','\x11','\xda','\x03','\x94','\xa6','\x69','\x50','\x31','\x52','\xba','\xbc','\xfa','\xb5','\xaf','\x7d','\x0d','\xa7','\x9e','\x7a','\x2a','\xfe','\xfd','\xdf','\xff','\xdd','\xde','\x7c','\xfc','\xe3','\x1f','\x8f','\x6b','\x3f','\xf0','\xb1','\xd6','\x04','\x6b','\x6b','\x08','\xb1','\x36','\xde','\x30','\x35','\x18','\x7c','\xa4','\xe1','\x62','\xe8','\x56','\xac','\x2d','\xb4','\xf4','\x3b','\x8d','\xf9','\x0a','\xc6','\x47','\x7b','\x52','\xd8','\x33','\xd5','\x7e','\x0b','\x73','\xc1','\x08','\x99','\xc6','\xc4','\x27','\xeb','\xa7','\x46','\xf8','\x54','\xdd','\xd3','\xa8','\xe5','\x6d','\xdc','\xdb','\x24','\x44','\x58','\x81','\x11','\xd0','\xba','\xa8','\xb9','\x44','\xad','\x9b','\x3e','\xd4','\x65','\x36','\x7f','\x00','\xe8','\x8a','\xdb','\xf9','\x57','\x52','\xb4','\x2b','\x4c','\x57','\x1a','\x9b','\x11','\x40','\xbc','\xfa','\x14','\x49','\xb7','\x35','\x3b','\x81','\x77','\x51','\xa1','\x00','\xab','\x92','\x4e','\x2b','\xe1','\x4f','\x29','\xe3','\x2a','\x7a','\x79','\x71','\x88','\x43','\x07','\x56','\xb0','\x78','\x70','\x80','\xe1','\x20','\x77','\x92','\xd2','\x45','\x7b','\x5a','\x21','\xc5','\xc7','\x97','\x03','\xb9','\x09','\x42','\x25','\x88','\x56','\xed','\x82','\xbc','\x61','\xf1','\x7b','\xb5','\x95','\x9f','\x4c','\x95','\x8a','\x51','\x62','\x0f','\x65','\x23','\x45','\x46','\x25','\x89','\xad','\xdf','\xfe','\xbe','\xab','\x6a','\xb9','\xbe','\xca','\x4c','\x9e','\x6b','\x8c','\x86','\xc6','\xe1','\xc3','\x68','\x98','\x5b','\xe1','\xcb','\x3e','\x5b','\x2a','\x26','\x0a','\x46','\xb0','\xeb','\xf5','\xcd','\xca','\x4f','\x6f','\x26','\x45','\x96','\xa5','\xc6','\xcb','\x1c','\x33','\x59','\xb1','\x66','\x72','\xac','\x6d','\x51','\xfa','\x76','\x96','\x9b','\xcf','\xf7','\xda','\x95','\x9f','\xca','\x6b','\x56','\x75','\xb8','\x29','\x99','\xc6','\x59','\x2d','\xa1','\x2a','\x6b','\xbf','\x9c','\x23','\x8a','\xaa','\x6e','\x7a','\x28','\x72','\x9d','\xaf','\xb6','\xc6','\xd0','\x81','\xfb','\xa1','\x15','\x20','\x6d','\xaf','\x6b','\xeb','\x5d','\xa8','\x5a','\xf5','\xa2','\x7f','\xbd','\x7d','\x41','\x8a','\x7f','\x03','\x55','\xab','\x43','\xe6','\x27','\x37','\x19','\x2a','\xff','\x51','\xac','\xbc','\xad','\xa0','\x59','\x85','\x53','\x40','\xb5','\x11','\x1d','\xb4','\xe7','\x82','\xdd','\x67','\x75','\xa3','\xb9','\xdf','\xed','\xd0','\xa1','\x84','\x9a','\x68','\xdb','\xd8','\x12','\x7b','\xce','\x7f','\xb6','\x2c','\x7c','\xee','\x8d','\xc9','\x71','\xb6','\xc2','\x36','\xdb','\x53','\x1f','\x19','\x4a','\x9e','\xbe','\x21','\x95','\x3f','\x1d','\x7c','\x3c','\x58','\xc9','\x4b','\x0f','\x90','\xcc','\x1c','\x4e','\x29','\xd6','\x97','\x6a','\x7b','\x50','\xb1','\x31','\x79','\x33','\xcf','\x9b','\x73','\xb9','\x92','\xf2','\x4c','\xaf','\xf2','\xf0','\x63','\xdf','\xb4','\x8b','\xbd','\x9f','\x3d','\x00','\x54','\x1b','\x25','\xee','\xbd','\x57','\xbf','\x07','\xef','\xf9','\xab','\x77','\x54','\x19','\x5d','\xde','\x09','\x7d','\x60','\xd7','\xc4','\x42','\x4a','\x13','\x6a','\x66','\x19','\x98','\x59','\x82','\x9a','\xdf','\x87','\x5f','\x7e','\xee','\x0b','\x71','\xfa','\xd3','\xcf','\xc6','\xce','\x9d','\x47','\x86','\x27','\x1b','\xbc','\xbf','\xdf','\xfb','\xfe','\xf7','\xe0','\xdd','\x57','\xbe','\x03','\xc8','\xfb','\xe6','\xfc','\xa0','\xc5','\xed','\xf1','\x84','\xe6','\x0f','\x40','\xcd','\xdf','\x0b','\xa4','\x43','\x3c','\xef','\xb9','\xbf','\x82','\x67','\x5f','\xf0','\x3c','\x1b','\x9f','\x52','\x65','\x1b','\xd0','\x1a','\x5f','\xba','\xfd','\x9f','\xf1','\xd1','\x8f','\x5d','\x8f','\x9b','\x3f','\xfe','\x51','\xe8','\xe1','\x3c','\xf4','\xfd','\x47','\x87','\x9d','\x33','\x94','\x87','\x6f','\x26','\xf3','\xfb','\xf1','\xe8','\x47','\x9f','\x80','\x67','\x5f','\xf8','\x6c','\x9c','\x71','\xfa','\x19','\x81','\xfe','\x95','\xd7','\xe1','\xaa','\xd0','\xb5','\x06','\xae','\xbf','\xfe','\x3a','\xfc','\xe1','\x6f','\xbd','\xd9','\xce','\x70','\x27','\x0b','\x8b','\xf8','\xa5','\x97','\xff','\x0c','\x7e','\xf3','\x37','\xff','\x47','\xf5','\xca','\xac','\x9d','\x82','\xb7','\x2b','\x16','\xdb','\x17','\x6e','\xfb','\x02','\xae','\xbd','\xf6','\x43','\xb8','\xfe','\xfa','\x0f','\xa3','\x18','\xcc','\x23','\xbf','\xf7','\xa8','\xda','\x39','\x43','\x94','\xe7','\x8c','\xe5','\xf9','\xc2','\x0b','\x9f','\x8d','\xd3','\x4f','\x3f','\x03','\x57','\x5c','\xf1','\x4e','\xbc','\xfd','\xed','\x6f','\x05','\x00','\xe4','\xfb','\x8f','\x8a','\xef','\x4d','\x9a','\x5b','\x46','\xba','\x73','\x2f','\x54','\x3a','\x34','\xcf','\x5f','\x70','\x21','\x8e','\x39','\xf6','\x58','\x5c','\x7b','\xed','\xb5','\xb8','\xe1','\x86','\x0f','\xa3','\xc8','\x7b','\xc8','\xef','\xdb','\x0d','\x1d','\x51','\x64','\x92','\x1d','\xfb','\x91','\xee','\xb8','\x07','\x00','\xf0','\xd2','\x97','\xbc','\x0c','\x2f','\x78','\xbe','\xf1','\xee','\xb6','\xbc','\xbc','\x8c','\xd7','\xbf','\xf1','\x75','\xf8','\xbb','\x2b','\x6f','\x8b','\x3e','\x3b','\x29','\xc9','\x8e','\xfb','\xf1','\xb2','\xdf','\x3c','\x1f','\xbf','\xfc','\xbc','\x17','\xb8','\x13','\x8f','\x56','\xeb','\x68','\x1b','\xbd','\xcd','\xdd','\x8f','\xde','\xf4','\x11','\xbc','\xff','\x6f','\xfe','\x1a','\x77','\xde','\xf9','\xaf','\xe6','\xea','\xf2','\x36','\x14','\x07','\x77','\x42','\x0f','\x02','\x7b','\xd7','\xa6','\x8c','\xca','\x46','\x78','\xcc','\x53','\x16','\xf0','\xce','\x77','\xfc','\xa5','\x53','\x8d','\x6e','\xfb','\x7f','\xb7','\xe1','\xba','\xeb','\xae','\xc5','\x0d','\x1f','\xb9','\x1e','\xba','\xe5','\xbb','\xf3','\xba','\x7a','\xe1','\x05','\x17','\xe2','\x3b','\xdf','\xf9','\x0e','\xde','\x7e','\xf9','\xdb','\x00','\x98','\x6f','\xee','\x9f','\xb1','\x64','\x1f','\xf5','\xbf','\xf9','\x85','\x17','\xe2','\xd8','\xf2','\x9b','\x5f','\x7f','\xfd','\x87','\xa1','\xcb','\x6f','\x1e','\xda','\xcf','\x03','\x00','\x29','\xfb','\xe6','\x2f','\x7b','\xe9','\xcb','\xf1','\x82','\x17','\xb8','\x1e','\xfd','\xfe','\xe6','\x6f','\xde','\x3f','\xb1','\x12','\x94','\xee','\xbc','\x0f','\x17','\xfd','\x8f','\x0b','\xf1','\xec','\x67','\x3f','\xc7','\xd9','\x23','\x34','\x0d','\xf6','\xdd','\xbb','\x17','\xdf','\x7f','\xdc','\xf7','\x5b','\x53','\xb8','\x34','\x4d','\x71','\xee','\xb9','\xe7','\xe2','\xed','\x6f','\x7f','\x3b','\x8e','\x39','\xe6','\x18','\x27','\xac','\xe3','\x04','\xc1','\x3f','\x28','\x28','\x64','\x4b','\xb7','\x2a','\x1a','\xc6','\xbc','\xf1','\x66','\x11','\xa7','\x4c','\x70','\x54','\x8b','\xdc','\x83','\xe9','\xd8','\x68','\x9f','\x8d','\x6f','\x8e','\xce','\xc3','\xe4','\x39','\xa0','\x94','\x46','\x92','\x17','\x66','\x2f','\x8e','\x32','\xa7','\x7d','\x4f','\x47','\xf4','\x76','\x93','\xad','\xc5','\x55','\xe9','\x15','\x8e','\x04','\xad','\xbd','\x19','\x14','\x33','\x31','\xa7','\xab','\xfd','\x40','\xa8','\x06','\x75','\x1b','\xcf','\xa4','\x1f','\xc6','\x8e','\x4e','\x70','\x47','\x15','\x27','\xb3','\x95','\x10','\x62','\x93','\x53','\x81','\x60','\x2c','\x3b','\xd1','\x72','\x9b','\x54','\x59','\x9a','\x02','\x34','\x8b','\x3c','\x1c','\x1a','\xc1','\x27','\xcf','\x0b','\x58','\x03','\xc3','\x90','\xa4','\x3b','\x0e','\xaa','\xfe','\xa7','\xf6','\x7e','\xf9','\x6e','\x74','\x6d','\xa6','\x54','\xa5','\x18','\xa8','\x42','\xa1','\xa0','\x81','\x78','\xa8','\x90','\x26','\xb9','\x5d','\x01','\x42','\x69','\x2a','\x47','\x1e','\x94','\x48','\xf8','\x4b','\x94','\xaa','\xbc','\x24','\xb1','\xfa','\xa4','\x59','\xea','\x24','\xf4','\xe5','\xc3','\xc2','\x2a','\x3a','\x46','\xdb','\xaf','\x94','\x6f','\xa5','\xcc','\xc6','\x63','\xa3','\xfc','\x64','\xc8','\x66','\x52','\xf4','\xb2','\xc4','\x98','\xdd','\xa9','\xaa','\x74','\xac','\xf2','\x53','\xe6','\xbf','\xa6','\xfc','\x90','\x42','\x60','\x25','\xcf','\xea','\x7a','\x51','\x14','\x28','\x46','\x40','\x4e','\x1b','\xd1','\x63','\xcb','\x21','\x11','\x98','\xce','\xe5','\x96','\x65','\x63','\xa5','\x5b','\x03','\x6a','\x7d','\x0a','\x53','\xde','\xb4','\x5b','\x56','\xf6','\x87','\xa7','\xdc','\xd5','\xe2','\x6b','\x2b','\x03','\x5b','\x57','\xaa','\xb0','\xb5','\xd3','\xd3','\x29','\x4f','\x1a','\xce','\xbe','\x37','\x27','\xbf','\xf4','\x5d','\x78','\x23','\xde','\xb0','\x8e','\xbd','\x1d','\xdb','\x97','\x9b','\x8e','\x90','\xad','\xf0','\xeb','\xea','\x70','\x50','\x94','\xee','\x3c','\x02','\x1a','\x1d','\x17','\x90','\x9d','\xc3','\x48','\x01','\x5b','\x0c','\xa3','\x61','\x55','\x1f','\xcb','\x64','\x8c','\xa3','\x9c','\x5c','\x5b','\x8f','\x8e','\xd0','\x46','\xb1','\x24','\xe5','\x87','\x3c','\x20','\xb2','\xa8','\x4c','\x7a','\xde','\xf7','\xa7','\xbd','\x3e','\xb4','\xef','\xe7','\x3d','\x7f','\xf5','\x0e','\xe8','\xbb','\x7f','\x70','\x9a','\x45','\x64','\x48','\x0a','\xa8','\x6d','\xf7','\x97','\x99','\xc8','\xa1','\xe6','\xee','\xc7','\xd3','\x7e','\xe6','\x34','\x9c','\xf8','\xa3','\x8f','\xc7','\x53','\x4e','\x7e','\x2a','\xfa','\xfd','\x99','\xea','\xd3','\x97','\x13','\x59','\x3c','\xf3','\x7c','\x12','\xe1','\xb3','\xff','\xf8','\x69','\xbc','\x7b','\xcf','\x07','\xa0','\xef','\xef','\x98','\xcf','\xc5','\xed','\x66','\xf5','\x09','\xc0','\xbb','\xaf','\x78','\x1f','\x4e','\x7a','\xc2','\x13','\xf1','\x43','\x3f','\xf8','\x28','\x37','\x8c','\x52','\xf8','\xe8','\xc7','\xae','\xc7','\xc7','\x3e','\x78','\x3b','\xf4','\x4a','\xdd','\xec','\xcd','\xa1','\x48','\x90','\xef','\x3b','\x0a','\xf9','\xbe','\xa3','\xf0','\xa5','\xbb','\x0e','\x20','\x51','\xef','\xc5','\x19','\x67','\x9c','\x61','\xf3','\xea','\x4f','\x16','\x90','\xd2','\x5a','\x4d','\x30','\x68','\x3c','\xf5','\xa7','\x4f','\x41','\x3a','\xff','\x1a','\xa3','\x70','\x14','\x09','\x92','\x85','\x03','\x38','\xfd','\x8c','\x33','\xf9','\x2b','\x77','\xea','\x32','\xae','\xbd','\xf6','\x43','\xb8','\xf6','\x3d','\x5f','\x40','\xb1','\xf4','\xf0','\xd6','\x3c','\x8f','\xf6','\x1d','\x05','\xec','\x3b','\x0a','\x5f','\xbc','\xeb','\x00','\x80','\xf7','\xe2','\x61','\x3f','\xf0','\x03','\x78','\xeb','\xa5','\xef','\xc2','\xe8','\xee','\x96','\x67','\x61','\x4c','\x92','\x8a','\x25','\x33','\xd3','\x6f','\x9e','\x7f','\x1f','\x7e','\xe0','\x07','\x1e','\x8e','\x6b','\xaf','\xfc','\x02','\x74','\x5b','\xda','\x80','\x73','\x98','\xe9','\xdb','\xdf','\xf6','\x0e','\x9c','\x73','\xce','\xb9','\xd8','\x7d','\xd4','\x6e','\xcc','\xce','\xce','\xe2','\x9c','\xb3','\xcf','\x05','\x00','\xb3','\x12','\xd4','\x62','\xf2','\x34','\x0e','\xc5','\xfe','\x23','\xf0','\xe7','\x97','\xbf','\x03','\x67','\x9f','\x75','\x0e','\x76','\x1d','\xb5','\xdb','\x2d','\xd0','\x31','\xfa','\xe3','\xf7','\xff','\xcd','\x5f','\xe3','\xf6','\x5b','\x0e','\x41','\x8f','\x1e','\x31','\xb5','\xbc','\x75','\x45','\xcd','\x1f','\xc2','\x19','\xa7','\x3f','\x0b','\xca','\x1b','\x44','\xae','\xbb','\xee','\x5a','\xfc','\xdd','\x5f','\xdd','\xd6','\x5e','\xf6','\x5e','\x5d','\x05','\xde','\x87','\x3b','\xfe','\xf9','\x3f','\x26','\xfe','\xe6','\x0f','\x7f','\xf8','\xc3','\xbb','\xd5','\x37','\x18','\xd7','\xd6','\xa4','\x50','\xbf','\xed','\xad','\x7b','\xcc','\x37','\x67','\xa6','\x78','\xb4','\x2a','\xf5','\xc6','\x37','\xfc','\x6f','\x8c','\xee','\xdf','\x1d','\xde','\x13','\xe4','\xa1','\x7a','\x23','\xa4','\x47','\xde','\x83','\x5f','\xfd','\xf5','\x5f','\x5e','\x13','\xe5','\x07','\x00','\x46','\xb9','\xab','\xc7','\x68','\xad','\x31','\x1c','\x0e','\x83','\x7b','\xf2','\x1c','\x27','\x08','\x74','\x80','\x50','\xcd','\x73','\x58','\xcb','\x00','\x56','\xdb','\xa2','\x3c','\xe1','\xa0','\x17','\xd1','\x25','\x3a','\x3f','\xb7','\x9e','\xd0','\x40','\xa6','\x51','\x8e','\xf5','\xa5','\x12','\x41','\xfd','\xbe','\x31','\x47','\x28','\xcf','\x1c','\x29','\x14','\x92','\x02','\x95','\x44','\xd1','\xf0','\x82','\xb5','\x49','\xca','\x26','\xe5','\xac','\xe9','\x39','\xba','\x58','\x8e','\xe8','\x94','\x47','\xdf','\x7c','\xa3','\x92','\x11','\x4b','\x71','\x5d','\xb9','\xf1','\x28','\x5f','\xa0','\x99','\x10','\x5d','\xfb','\x01','\x36','\xc3','\x5c','\x45','\xef','\xcf','\x92','\x85','\xea','\x44','\x40','\x0e','\xa9','\x51','\xbb','\xed','\x6b','\x55','\x53','\xd0','\x42','\x79','\x35','\xe7','\xb3','\xbf','\xa3','\xd2','\x83','\x93','\x9d','\xed','\x65','\xe5','\x1c','\x8d','\xab','\xe1','\x7e','\xad','\x0c','\x28','\xda','\x52','\x41','\xb0','\xca','\x00','\x0f','\xcb','\x94','\x4a','\x6b','\x26','\x56','\x90','\x80','\x67','\x72','\x5e','\x28','\x40','\x0d','\x01','\x95','\x16','\x80','\x32','\x9b','\x88','\x9d','\x7d','\x41','\x28','\x0f','\x7d','\xe4','\xe7','\x59','\xc1','\x2b','\x32','\x0d','\xeb','\x8a','\xbb','\xe0','\x07','\x35','\x52','\x95','\x29','\x15','\xa9','\x34','\x4b','\x2a','\xb7','\xc1','\x7d','\x63','\xde','\x43','\xf1','\x32','\x5d','\xc6','\x8f','\x1d','\x24','\x6d','\x57','\xde','\xcf','\x58','\x59','\x59','\xe1','\xcf','\xa4','\xad','\x4b','\x93','\x37','\x47','\xf9','\xe1','\x85','\xab','\xdb','\x3f','\xb7','\x0e','\xfd','\x35','\x46','\x1d','\xe9','\xb4','\x5a','\xc4','\x6e','\xd1','\x3b','\xdb','\x01','\x92','\xe7','\x91','\xbe','\x1b','\xbd','\x33','\x09','\x92','\xb6','\x0c','\xe2','\x12','\x81','\xb2','\xff','\x1b','\x6e','\x28','\xb5','\x3b','\xa1','\x0e','\x84','\x2b','\x60','\x65','\x0e','\x15','\xfd','\x5d','\xf6','\x2b','\xfc','\x1c','\x31','\xf2','\xfa','\x67','\xea','\x4a','\x64','\x7f','\x21','\x9f','\xe9','\xe8','\x4a','\x97','\xb0','\xe3','\x76','\x4f','\xac','\x6f','\xb4','\xed','\xa3','\xbc','\x5c','\x94','\xde','\xe1','\x34','\x34','\x90','\x54','\xa2','\x8b','\x9d','\xf4','\x0a','\x45','\x67','\x75','\xa5','\x04','\x59','\xc6','\x14','\xa7','\x04','\x50','\x2a','\x47','\x3e','\xca','\x31','\x1a','\x91','\x87','\x22','\x54','\x07','\x67','\xe7','\x26','\x5c','\x92','\x96','\xab','\xa3','\xbd','\x6a','\x55','\xd6','\x0a','\xdd','\xec','\x05','\xb5','\x2d','\xfb','\xd2','\xd1','\x41','\x59','\xef','\x49','\x38','\xff','\xa5','\x5f','\x7c','\x21','\xde','\x73','\xd5','\x3b','\x28','\xf5','\xa9','\x29','\x9f','\x47','\xef','\x3e','\x1a','\xbf','\xf0','\xac','\xe7','\x61','\x6e','\x6e','\x0e','\x0b','\x0b','\xdb','\xf0','\xe4','\x27','\x9d','\x5c','\x0f','\x54','\x0d','\x18','\x5e','\xe1','\xf0','\xfc','\x03','\x3f','\xf1','\xa4','\x93','\xf1','\xbc','\x17','\xfe','\x3b','\xde','\xfd','\x57','\xef','\x68','\x49','\x95','\xf7','\x38','\xe6','\x3b','\x3c','\xef','\xb9','\x2f','\xac','\x29','\x3f','\x64','\xa6','\x7b','\xc6','\x69','\x67','\x23','\x4d','\x13','\xdc','\xf4','\xf7','\x37','\xda','\x15','\xca','\xb6','\x22','\x78','\xf4','\xa3','\x4f','\xc0','\x05','\x17','\x3e','\x3b','\x98','\xb4','\x6b','\xb2','\xe6','\xf6','\x4e','\xf3','\x0b','\xf3','\x78','\xc9','\xcb','\x5e','\x84','\xb7','\xbe','\xf1','\x83','\xd0','\xcb','\xb3','\xf8','\x6f','\x8f','\xfb','\x01','\x1c','\x7f','\xfc','\xa3','\x59','\x5f','\xa6','\xab','\x78','\xca','\x4c','\x86','\x86','\xf2','\x73','\xcf','\x7d','\x06','\x00','\x73','\x26','\x4a','\x57','\x68','\x05','\xe8','\xd1','\xc7','\x3f','\x1a','\xbf','\xfa','\x1b','\xcf','\xb7','\x2b','\x40','\x31','\xfc','\xe6','\x7c','\xfc','\xa3','\x4f','\xc0','\x05','\x17','\x98','\xd5','\x00','\x00','\xb8','\xfe','\x86','\xee','\x69','\x03','\x66','\x05','\xe8','\xa8','\x5d','\xbb','\x6d','\xb7','\xba','\x7b','\xf7','\x31','\xd8','\xb1','\xfd','\x08','\x6b','\x8a','\x95','\x1d','\xfb','\x5f','\x50','\x3d','\x76','\x60','\x66','\x07','\xdb','\x6f','\x9d','\xf7','\xa0','\x97','\xb7','\x41','\x17','\x09','\x8a','\xfd','\x47','\xd8','\xeb','\xc5','\xe2','\x0e','\xfc','\xfd','\xc7','\x6f','\x76','\x4d','\xff','\x82','\xfd','\x78','\xe0','\x4a','\x79','\xe9','\xfc','\x67','\xfd','\x02','\x80','\x6a','\x05','\x68','\xb5','\xd4','\xba','\x5e','\xfa','\xda','\xac','\xa0','\x69','\x75','\xfd','\x25','\x2f','\x7e','\x19','\x7e','\xf6','\x67','\x9f','\x0e','\xdf','\x33','\xcc','\x39','\x67','\x9f','\x0b','\x28','\xe0','\x86','\x1b','\xae','\xef','\x9c','\xae','\x5d','\x01','\x7a','\x4a','\xb5','\x02','\xe4','\x13','\xab','\xeb','\x7c','\x05','\x08','\x18','\xaf','\xbe','\x01','\x66','\x05','\x28','\xb4','\x0f','\xe9','\x59','\xcf','\x3a','\x1f','\x3f','\xf2','\xd8','\xc7','\xe2','\xfa','\xeb','\x3f','\x5c','\xee','\x0b','\xda','\x86','\x62','\x69','\x1e','\x7a','\xc5','\x5d','\x5d','\x4b','\x77','\xec','\x87','\xca','\x86','\x78','\xcc','\x13','\xbe','\x1f','\x17','\x5e','\xf8','\xe2','\x66','\xb3','\xb7','\x55','\x0a','\xf4','\x79','\x9e','\xbb','\xe3','\x3f','\xc2','\x0b','\x3c','\x00','\x2a','\x13','\xb8','\x2f','\x7f','\xf9','\xcb','\x38','\xf5','\xd4','\x53','\xf1','\xad','\x6f','\x7d','\xcb','\x3e','\xfc','\xb8','\xc7','\x3d','\x0e','\xd7','\x7d','\xf0','\xef','\xcb','\x90','\xe3','\x65','\xa2','\xb5','\xf3','\xf5','\x5f','\x52','\x05','\xfe','\x0c','\x3e','\xaf','\xe0','\xdf','\x8a','\x95','\x97','\xdd','\x97','\x1b','\x8d','\xab','\x21','\x6f','\x5d','\xc3','\x97','\xaf','\x49','\x9e','\xb6','\xb8','\xbb','\x63','\x40','\x97','\x83','\x1a','\x1d','\x4e','\xe9','\xce','\xea','\x21','\xfc','\xb3','\x96','\x95','\xe0','\x85','\x0e','\x05','\xe0','\x2b','\x1d','\xd5','\xf9','\x2c','\x24','\x50','\x69','\x67','\x6f','\x00','\x9f','\xc1','\x74','\xcc','\x00','\x48','\xe0','\x76','\x3e','\x69','\x73','\x01','\x39','\x02','\x5a','\x28','\x7f','\xaa','\x52','\x76','\xb8','\x59','\x55','\x4c','\x2f','\x09','\x09','\x6b','\x63','\x55','\x49','\x5f','\x81','\x6b','\x6a','\x64','\xa4','\x24','\xb4','\x29','\x2d','\xa0','\x1c','\x1b','\x3b','\xfe','\xa5','\xc5','\x11','\x0e','\xde','\xbf','\x8c','\xe5','\xc5','\x21','\xf2','\xbc','\xb0','\xf5','\x80','\x56','\x35','\x1a','\x9b','\x43','\x87','\x46','\x5f','\x7b','\x05','\xad','\x03','\x9d','\x71','\xa0','\xed','\x31','\xc1','\xb9','\xca','\xb7','\xf3','\x80','\x4d','\x80','\x7d','\x8a','\xf2','\x1b','\x25','\xee','\xfe','\x03','\x27','\xaf','\x9a','\xd5','\x23','\xf3','\xb6','\xb4','\x19','\x9c','\x4c','\x79','\x92','\xd4','\x6c','\xe4','\xee','\xcf','\x98','\xb3','\x7d','\xa8','\x1d','\x90','\x50','\x40','\x91','\x79','\x72','\x1e','\x53','\x2c','\xd9','\xbb','\x6a','\x9e','\x26','\x9d','\xbb','\x55','\xed','\xf5','\xa9','\x3c','\xbd','\x55','\xf9','\x69','\x22','\x5e','\xe6','\xba','\x39','\x8c','\x5f','\x80','\x8e','\xce','\xd3','\x4d','\x69','\xd2','\x65','\xe4','\x8e','\x79','\x1e','\xbb','\x49','\xf1','\xb8','\x6d','\xb5','\xf2','\x8a','\xc7','\xf3','\xa1','\x4b','\x25','\x90','\x14','\x62','\x00','\xb6','\x7d','\xd5','\x36','\xdf','\xb3','\xf2','\x75','\xea','\x09','\xef','\x8b','\xb8','\xb9','\x97','\x82','\xd3','\xaf','\x39','\x02','\x9d','\x52','\xd6','\x6b','\x1a','\x37','\x9d','\xb3','\xfd','\xae','\x17','\x8f','\x83','\xfd','\xc0','\x2c','\xbf','\xbc','\x6c','\xa6','\x49','\xac','\xff','\xf1','\x83','\x94','\xcb','\x5f','\x2a','\x81','\x5d','\xf9','\xac','\xbc','\x28','\xc2','\x31','\x27','\x0c','\xcd','\x07','\xd9','\x2a','\xac','\xcd','\x0a','\x4f','\x3e','\x32','\xe6','\x6d','\x83','\x15','\x73','\x3e','\xd7','\x60','\x25','\xc7','\x68','\x58','\x94','\x8e','\x0e','\x8a','\x6a','\xf2','\xa9','\x74','\x76','\x90','\xa6','\x66','\xe5','\x87','\x4f','\x02','\x91','\xd9','\x2c','\x4d','\x68','\x70','\x73','\x4f','\xf2','\xf6','\x58','\x99','\xd8','\xf1','\x71','\x88','\xe5','\x4b','\xc3','\xf9','\x3e','\xe3','\x0c','\x6f','\x8d','\x74','\x19','\x84','\x59','\x1e','\x5c','\x65','\xde','\xad','\xcf','\x94','\x27','\x73','\x90','\xa9','\xd7','\xe1','\x40','\x23','\x34','\x7b','\x6b','\x7b','\x60','\x05','\xbb','\x72','\x66','\x9c','\xa9','\x24','\x95','\x37','\xc9','\xc4','\xcf','\x28','\x8b','\x3a','\x36','\x96','\x2a','\x15','\xee','\x6b','\x59','\x67','\xab','\xa0','\xf0','\xad','\x6f','\x7f','\x0b','\x1f','\xb9','\xf1','\x06','\x7c','\xfa','\x53','\x9f','\xc2','\x05','\x17','\x3e','\x1b','\xa7','\x9f','\x76','\x46','\xc0','\x0c','\x55','\xd5','\xd3','\xeb','\x56','\x64','\x91','\x90','\x2c','\xa2','\x86','\x08','\x22','\x55','\xde','\xbd','\x17','\x08','\xa4','\x63','\x37','\x49','\xef','\xf6','\x6e','\x2d','\x2d','\x2f','\xe3','\xaa','\xab','\xae','\xc4','\xe5','\x97','\xfc','\x2d','\x8a','\x03','\xdb','\x90','\xee','\xbc','\x0f','\x2f','\xfb','\xcd','\x0b','\xf0','\xfc','\x5f','\x7e','\x81','\xa3','\x29','\xd0','\x23','\xb5','\xfe','\xb4','\xfc','\xfb','\x9e','\x7b','\xf6','\xe2','\x73','\xb7','\x7e','\x0e','\x77','\xdf','\x7d','\x17','\x2e','\xbf','\xfc','\x1d','\x28','\xf6','\x3e','\x18','\x7a','\x94','\x41','\xcd','\x2e','\xe3','\xac','\xe7','\xfc','\x28','\xfe','\xe0','\xf7','\xfe','\x67','\xed','\x19','\x1e','\x73','\xeb','\xf8','\x19','\x91','\x03','\x6b','\xef','\xeb','\x35','\x0e','\xbb','\x9f','\x15','\x34','\x96','\x57','\xe3','\x8f','\xb9','\x5f','\x1d','\x79','\xa2','\x75','\x39','\x89','\x48','\x5b','\x1f','\xb2','\x04','\x49','\xa6','\x6a','\x75','\x97','\x9b','\xb4','\x3a','\x2b','\xee','\x8a','\x4b','\x40','\xf5','\xbc','\x76','\xa1','\xf6','\xc8','\x6a','\x1b','\xfa','\x18','\x9d','\xf1','\xde','\xbd','\x7b','\xf1','\xb9','\xcf','\xfd','\x13','\x6e','\xfa','\xd8','\x4d','\xf8','\xcc','\x67','\xfe','\xc1','\xb9','\xf7','\xb2','\x97','\xbe','\x1c','\x8f','\x78','\xe4','\x23','\xa7','\xea','\xed','\x2d','\xc6','\xb7','\xbf','\xf3','\x4d','\xfc','\xe0','\x0f','\xfe','\xa0','\xed','\x17','\x93','\x24','\xc1','\xa9','\xa7','\x9e','\x8a','\xbf','\xfc','\xcb','\xbf','\xb4','\x0a','\x20','\x61','\x57','\x80','\xe8','\x20','\x54','\xe7','\x34','\xe9','\xad','\x7c','\x30','\xea','\x6a','\x3e','\xfc','\x98','\xca','\x92','\x95','\xb5','\x48','\x99','\xe0','\x9d','\x9d','\xd6','\xb6','\x91','\x24','\xa5','\xa0','\x58','\x09','\xfc','\x6b','\x9c','\x37','\xc0','\xad','\xc0','\x76','\x16','\xca','\x15','\x9c','\x69','\x80','\xac','\x5c','\xb7','\xd6','\xd5','\x1c','\x0a','\x1f','\xe9','\x47','\x58','\x52','\xda','\xbf','\x50','\x87','\xef','\x29','\x88','\xd8','\xd6','\x6f','\x05','\xf8','\xc0','\x36','\x1a','\x16','\x18','\x2c','\x8f','\x30','\x1a','\xe4','\x66','\xb3','\x3f','\x0f','\x48','\x83','\xe2','\x2a','\x5f','\x32','\x2a','\x8c','\xfb','\xb9','\x72','\x84','\x9f','\xfa','\x43','\x35','\x59','\xc2','\x11','\x4e','\x48','\x2a','\xa3','\x7f','\xdc','\xbf','\x29','\x23','\xbe','\xe2','\x65','\x85','\xc3','\x72','\xa6','\x8b','\xf6','\x86','\xd0','\xe1','\xa6','\xbd','\x19','\x6f','\x12','\xc0','\x0a','\x42','\xf5','\x57','\xa8','\x65','\x4f','\x97','\x82','\x1e','\xb4','\x7d','\x8e','\x0e','\x85','\x2d','\x72','\x5d','\x9a','\xbc','\x55','\x42','\x56','\xa5','\xb1','\x85','\xca','\x67','\x4a','\x04','\xbe','\x67','\xe7','\xa4','\x1c','\x65','\x27','\xae','\x6c','\x91','\xa0','\x68','\xcb','\x2a','\xf0','\x98','\xa2','\x32','\x74','\xdc','\xf6','\xb1','\x80','\x81','\x6f','\xed','\x2b','\x43','\x9d','\xf3','\x6b','\x15','\x9b','\x8e','\xe1','\xd9','\x9f','\x35','\x73','\x3a','\x5f','\xa6','\x5b','\x4f','\x02','\xe9','\x29','\xa0','\x3a','\xea','\x40','\x97','\x75','\xad','\x00','\x0a','\x54','\xd5','\xa9','\x5c','\x94','\x71','\xcc','\x85','\x63','\xf1','\x27','\x4a','\x41','\xf5','\x4a','\x73','\x52','\x54','\x45','\x07','\x94','\x75','\x17','\x09','\x12','\xc0','\x9a','\xa0','\xa6','\x59','\x69','\x7e','\x5a','\x7e','\x9c','\xa2','\x5c','\xd5','\xb1','\xab','\x10','\x8a','\x45','\xee','\x34','\xbc','\x4a','\x41','\x32','\xfb','\x97','\xe0','\x08','\x5c','\xad','\x87','\xa0','\x86','\x0a','\xc2','\x67','\x0a','\x6d','\xc8','\x14','\xad','\x3b','\xfe','\x28','\xb7','\xa3','\xb2','\x26','\xb7','\x7e','\x1e','\xea','\xde','\x69','\x4d','\x1c','\x24','\x48','\xda','\xc3','\x99','\x7b','\xa9','\x55','\x82','\x92','\xb4','\x8c','\x2b','\x94','\x7d','\x12','\x68','\x43','\xf5','\xc0','\x4f','\x5f','\xc1','\x54','\x02','\xbf','\xaf','\x03','\xf0','\xfd','\xdf','\xff','\xfd','\x78','\xd1','\x0b','\x5f','\x8c','\x17','\xbd','\xf0','\xc5','\x65','\xbe','\xb4','\x17','\x2e','\xa2','\xfc','\xaf','\x03','\x53','\xeb','\xfe','\xb8','\xb2','\x11','\x88','\xec','\x7d','\x57','\x5f','\x85','\x3f','\x7f','\xf3','\xfb','\x51','\x1c','\xd8','\x59','\xba','\x34','\x7e','\x10','\x2e','\xfc','\x85','\x67','\xbb','\x13','\xa8','\x5e','\xbe','\x42','\x3a','\xd6','\x51','\x47','\xed','\xc6','\x19','\xa7','\x9f','\x09','\x0d','\xe0','\xe8','\x63','\x8e','\xc5','\x6b','\x7e','\xff','\x52','\xe8','\xfb','\x8e','\xac','\xc2','\x35','\xf5','\x3b','\xb1','\x97','\xa4','\x67','\x9a','\x84','\x96','\xb6','\xf8','\x14','\xbb','\xe4','\x7d','\x5f','\x33','\x66','\x32','\xd3','\x56','\xa5','\xa0','\xd2','\x6a','\xe2','\xcf','\xb4','\xfd','\x5a','\x65','\x8e','\x1a','\xa3','\xb4','\xf4','\x2a','\x9b','\x9e','\xdd','\xbb','\x77','\xe3','\xcc','\x33','\xcf','\xc2','\x99','\x67','\x9e','\xb5','\xa1','\xf9','\xa0','\x43','\x4f','\x79','\xdf','\xd7','\xeb','\xd5','\x3d','\xe5','\x01','\x4c','\x01','\xa2','\x93','\x95','\xa7','\x85','\xad','\xaf','\x13','\x0a','\x7e','\xc1','\x41','\x33','\x42','\xb0','\xb1','\xd3','\xb3','\xd3','\xaa','\x53','\x6d','\x92','\xbf','\xf7','\xb2','\xaa','\xec','\x61','\x4d','\xdb','\xad','\xcc','\x15','\x54','\x52','\x0d','\x03','\x5d','\xb2','\x16','\x93','\x19','\xba','\xf4','\x6c','\xb6','\x5c','\xca','\x4e','\x40','\xd9','\x8c','\x01','\x09','\xb4','\x31','\x81','\x02','\x09','\x94','\x3c','\xfc','\x34','\xa4','\xf5','\x70','\x86','\xaa','\x19','\x69','\x57','\x60','\xb3','\xdf','\x9b','\xf2','\x1b','\x83','\x8f','\x99','\xf1','\x5b','\xf5','\xab','\xdd','\x02','\x57','\x61','\x15','\x2b','\x9c','\xa6','\x4c','\x00','\x28','\x4a','\x05','\x68','\xb8','\x32','\x32','\xe6','\x6f','\x9a','\x9b','\x34','\x55','\x9d','\x66','\xac','\x54','\x27','\x1d','\xa4','\x42','\x59','\x33','\x82','\x46','\x40','\xab','\xa8','\x67','\xdb','\xbd','\x5e','\x2a','\xe6','\xbe','\x7f','\x3e','\x67','\xb5','\x01','\xfc','\x27','\x7f','\x29','\xe5','\x66','\x46','\x29','\xa4','\x69','\x82','\x7e','\x3f','\xc5','\xcc','\xac','\x59','\xf9','\x71','\x84','\x12','\x9e','\x3d','\x6f','\x99','\x56','\xd5','\x53','\x28','\x8b','\x90','\xcd','\x16','\x17','\xa8','\x0e','\x38','\x2d','\xaa','\x4d','\xe0','\x36','\xe7','\xbc','\x32','\x05','\x88','\xd7','\x6e','\x37','\xdd','\xd6','\x0f','\xe3','\x94','\x49','\xad','\x80','\x82','\x1d','\x53','\xa8','\x0d','\x73','\xe1','\xc2','\x2f','\x4a','\x3f','\x85','\x9a','\x22','\x44','\xe5','\xc2','\x62','\x56','\xa0','\xea','\x5b','\xbd','\x29','\xcd','\x34','\x52','\x95','\x26','\x59','\xbf','\xa9','\x3b','\x73','\xef','\xc7','\x4c','\xda','\x9a','\xa8','\x0a','\xa2','\xad','\xcc','\xa1','\x55','\x60','\x86','\x99','\x15','\xca','\x98','\x78','\x6a','\x82','\x1f','\xb1','\xed','\x81','\x9d','\x4f','\x55','\x16','\x92','\x33','\x2b','\x5c','\x7a','\xf0','\x4c','\xe8','\x69','\x52','\x82','\xa8','\x1f','\x0b','\x64','\xd7','\x76','\x1f','\x4a','\x21','\x4d','\x01','\xf4','\x53','\x3b','\x21','\x90','\x26','\x66','\x85','\xb4','\xc8','\xcd','\x17','\xb3','\x66','\xa7','\x69','\x35','\x53','\xcc','\x15','\x9f','\x4a','\x80','\xae','\x0a','\xa7','\xdc','\xb5','\xe4','\xac','\xb8','\x59','\xe7','\x0d','\x65','\x58','\xed','\x49','\xa0','\x5c','\x7f','\x72','\xba','\xf7','\x16','\xe1','\x90','\x27','\x1d','\x9c','\xbd','\xef','\xfa','\x69','\x28','\x5d','\x96','\x21','\x0d','\x6d','\x9b','\xbf','\x42','\xb9','\x3f','\x36','\xa0','\x00','\xf1','\xf4','\x2a','\xb7','\xff','\x46','\xd9','\x33','\x87','\x28','\xa7','\xa5','\xe9','\xa0','\x71','\x17','\x4e','\x2b','\xd0','\x4e','\x1d','\xb6','\xef','\x59','\xf5','\x31','\xbc','\x08','\x54','\xa8','\x90','\xca','\x06','\xe7','\x16','\x51','\x25','\xd4','\xf2','\x55','\x5a','\xfb','\x24','\x6b','\x57','\xab','\x37','\x41','\x1c','\x67','\xd0','\x6a','\xff','\x1c','\xcd','\xdd','\x59','\xe0','\x6e','\x64','\x18','\xa1','\x94','\xfe','\xe6','\x03','\xef','\xc7','\xdb','\x2f','\xbd','\x12','\xf9','\x7d','\x47','\x03','\x00','\x92','\x6d','\xf7','\xe3','\x17','\x7e','\xe1','\x45','\x98','\x9d','\x9d','\x75','\x9e','\xab','\x35','\xe7','\x96','\xbc','\x6c','\x5b','\x58','\x00','\x54','\xb9','\xff','\x3c','\x29','\xb0','\x7d','\xc7','\x11','\x3c','\x59','\x37','\xb2','\x31','\xfa','\xe8','\x71','\x02','\x84','\xae','\x9a','\xea','\xc0','\x26','\xff','\x74','\x79','\xe8','\x7d','\x39','\xc6','\x73','\x47','\x42','\xd5','\xea','\x23','\x8b','\xcc','\xaf','\x0e','\xac','\x3d','\x4c','\xd0','\xc5','\x75','\xa3','\xe9','\xfd','\xb7','\xb6','\xbe','\x15','\x25','\x4b','\x33','\x77','\x2b','\x85','\x52','\xc8','\x32','\xf7','\x9a','\x0d','\x4b','\x3f','\xf2','\x3c','\x0f','\x1e','\x14','\x34','\xb9','\x28','\x5c','\xae','\x76','\x50','\x24','\x18','\x3f','\x22','\xaa','\x68','\x8d','\xe6','\x06','\xec','\x5a','\x2d','\x58','\x53','\xe6','\x79','\xc5','\x98','\x62','\x45','\xb0','\x82','\x98','\x55','\xbe','\x94','\x39','\xe7','\x41','\x6b','\x24','\x85','\x19','\x50','\x91','\x36','\x48','\x1f','\x93','\x12','\xeb','\x55','\x94','\xf7','\x6f','\x39','\x3a','\x93','\x90','\xe4','\x9b','\xec','\x58','\xd9','\xd1','\x79','\x2e','\xaa','\x86','\x05','\xb2','\xc0','\xb4','\x2d','\xaf','\x8c','\x1d','\x13','\x19','\xfe','\x23','\xd2','\x97','\xad','\xaa','\x78','\x78','\xdc','\x6d','\x3d','\x6e','\x08','\x5b','\x06','\x01','\x29','\xd6','\xcb','\x58','\x91','\x17','\xc6','\xf9','\xc1','\x20','\x37','\xe6','\x2d','\x4c','\xc0','\xe4','\x82','\x67','\x28','\x89','\x69','\x33','\xf6','\x8c','\xaf','\x87','\xd3','\xd6','\x34','\x09','\x2a','\xae','\x20','\x6c','\xfe','\xbf','\x12','\xce','\x68','\x60','\x50','\xa8','\x4c','\x51','\xfa','\x33','\x29','\xfa','\xb3','\x19','\x66','\xe6','\x7a','\xe6','\x20','\xc7','\xb4','\x9a','\x5c','\xe1','\x02','\xbb','\x42','\x7d','\x96','\xcc','\x9a','\xc8','\xd8','\xdf','\xb0','\xc2','\x8f','\x71','\x1b','\x5c','\xed','\xf3','\xa1','\x59','\x57','\xa7','\x4a','\xf9','\x66','\x75','\x01','\xb8','\x39','\x4b','\xfd','\x66','\xec','\x21','\x2a','\x08','\xb7','\x52','\x4d','\xfb','\x3b','\x46','\xab','\x6b','\x5d','\xfb','\xa9','\xca','\x32','\xda','\x78','\xb4','\x93','\x5d','\x67','\x9f','\x9f','\x57','\x39','\xed','\x1e','\x9e','\x06','\xba','\x74','\xe5','\xb1','\x30','\xfe','\xac','\x30','\x29','\x0a','\xd5','\x53','\x91','\x58','\xc7','\xe9','\x2b','\x3d','\x61','\x23','\xd6','\xfc','\xfd','\xcf','\xaf','\xbd','\x5f','\xba','\xac','\xd8','\x64','\xa4','\x48','\xfe','\x80','\x14','\xcc','\x4a','\x50','\xf5','\x97','\x9b','\x5e','\x2d','\x1b','\xaa','\x12','\x88','\x92','\x72','\x62','\x20','\xeb','\xe7','\xa5','\xf3','\x03','\xed','\x78','\x86','\xe4','\x9e','\x0d','\x95','\x8d','\xb3','\x6a','\x83','\xd0','\xc6','\xb7','\x88','\x56','\x80','\xd6','\x09','\x12','\x5e','\x30','\x65','\xff','\xaa','\x60','\x26','\x64','\x80','\xaa','\x2f','\xb0','\x82','\xb8','\xed','\x7f','\xdd','\xef','\x5e','\x2d','\x1e','\xc6','\xbe','\x7e','\xb9','\x1f','\xaa','\x6b','\x3f','\xda','\x36','\x16','\xb1','\xb2','\x31','\xe3','\x7b','\xf8','\xe3','\x3a','\x66','\x42','\x5e','\x94','\x46','\xf9','\x31','\xe6','\x6e','\xbd','\xbe','\xf9','\xd7','\x78','\x5a','\xa5','\x95','\x1f','\x2f','\x13','\x41','\x4b','\x83','\xfa','\x78','\xe4','\xf4','\xf6','\x9a','\x15','\x8b','\x62','\x4f','\x50','\xd4','\x5e','\xb3','\xa3','\x3d','\x62','\xb5','\x69','\xe4','\xb5','\xe8','\xe8','\x5b','\x08','\xf7','\x1f','\xe5','\xbf','\xca','\xbf','\x5c','\xef','\x3f','\xda','\x9a','\xdc','\x37','\xbf','\xf5','\x2d','\x5c','\xfc','\xc6','\x37','\x21','\xdf','\xf7','\x10','\x7b','\x2d','\x99','\x3d','\x84','\x9f','\xfa','\xa9','\xa7','\xd8','\x42','\xe3','\x93','\x69','\x41','\xd9','\x2c','\xc2','\x5d','\x77','\x7d','\x17','\xc8','\xcb','\x33','\x74','\xfa','\x2b','\xf8','\xe1','\x1f','\xfa','\x61','\x47','\x89','\x6a','\xad','\xae','\x1d','\x71','\xba','\xd3','\x71','\xfb','\x98','\x72','\x75','\x18','\xba','\x92','\x97','\xcc','\x04','\x47','\x82','\x34','\x29','\xcf','\xdb','\x83','\x3b','\xc1','\x62','\x45','\x42','\x4a','\x4e','\x45','\xc6','\xa8','\x07','\xa8','\x62','\xd2','\x55','\xe4','\x5e','\xad','\x1c','\x38','\xca','\x47','\x8e','\x1c','\x44','\x47','\xd2','\x84','\x68','\x54','\x80','\xf2','\x3c','\x8f','\x8f','\x20','\x4d','\x12','\x9d','\x8a','\x07','\x99','\x36','\x6b','\xa4','\xc7','\x84','\x69','\x49','\xc0','\xda','\x39','\x03','\xd6','\x24','\x88','\xae','\x57','\x07','\xd4','\x29','\x73','\x5c','\xcb','\xb4','\x74','\xa0','\x09','\x22','\x50','\x30','\x83','\x5e','\xa2','\x80','\xc2','\xff','\xb8','\x9a','\xe4','\x5e','\x77','\x30','\xae','\xf4','\x81','\x86','\x04','\xa3','\xe3','\x67','\xc0','\x4d','\x6e','\x40','\xaf','\x80','\x77','\xcb','\xc9','\x70','\x53','\xfc','\x5d','\x18','\xa7','\x9c','\xd8','\x00','\xd7','\x46','\x91','\x9b','\x73','\x7f','\x86','\x03','\x23','\xd4','\xe8','\xc2','\x7c','\x5c','\xda','\xb4','\xdf','\xca','\x06','\x0c','\x8e','\x51','\xfc','\x01','\x32','\xd4','\x8e','\xb5','\x77','\xcd','\x0a','\xd6','\xe6','\xbc','\xa1','\xde','\x4c','\x86','\xb9','\xb9','\x1e','\x66','\xe6','\xcb','\x3d','\x3f','\xe5','\xca','\x4f','\xad','\x0f','\xb1','\x69','\x79','\xc2','\x18','\xb5','\x13','\xee','\x32','\xdc','\xba','\x7e','\x66','\xf6','\xd6','\x39','\xcd','\xc4','\x51','\x86','\x5c','\x61','\x34','\x3a','\x42','\x4e','\x6d','\xd0','\x9c','\xf0','\xdb','\x06','\x84','\xee','\x26','\x85','\xc7','\xae','\x7a','\xf1','\xea','\xa4','\xbd','\x7b','\xf6','\x22','\x8b','\x49','\xab','\xf2','\x90','\x52','\xf6','\x4c','\x87','\x36','\xd0','\xd8','\xad','\xfb','\x63','\x81','\xd3','\x31','\x8c','\x87','\x8e','\xfe','\x31','\x1d','\x28','\x5b','\x8e','\xc0','\x3a','\x4e','\x7a','\x8e','\xde','\x68','\x3a','\xc5','\x82','\x89','\x74','\x4a','\xa1','\x3c','\x90','\xd3','\xfc','\x76','\xce','\x0b','\x62','\x7d','\x87','\x2e','\xd3','\x4f','\x94','\x02','\x7a','\x09','\x54','\xaa','\x90','\xe6','\x09','\xf2','\xa1','\xd9','\x0f','\x44','\x0e','\x53','\x74','\xb9','\x9f','\x07','\x70','\x57','\x7f','\x34','\xc0','\x8f','\xf7','\x32','\xd7','\x55','\x19','\x73','\xe2','\x09','\xf5','\x24','\x50','\xd1','\xc4','\x00','\xcb','\xab','\xbb','\xaf','\x85','\x09','\xfe','\x8e','\xd6','\x56','\x8e','\x57','\xa1','\x02','\xb2','\x03','\x56','\xa4','\xf0','\xfc','\x77','\x57','\xd5','\xc5','\x2a','\xef','\xba','\x6a','\xea','\x8e','\x59','\x82','\x1f','\x01','\xcb','\x92','\x37','\xc0','\x2b','\xb0','\x73','\xcc','\xec','\x7e','\x9f','\x04','\x59','\x6a','\x3c','\x59','\x72','\x85','\xda','\x79','\xb4','\xa9','\x8e','\x86','\x4c','\x1a','\x6b','\xe9','\xfa','\x91','\x84','\x15','\x42','\xda','\xc7','\x61','\xdf','\x97','\xe9','\x16','\xe3','\x37','\x93','\xf1','\x07','\xbe','\x4e','\xdd','\x93','\xdf','\x07','\x45','\xc2','\xea','\xda','\x5f','\xd5','\x1b','\x7c','\xf4','\xa3','\x1f','\x41','\x71','\x60','\xa7','\xeb','\xfe','\x38','\xc9','\x31','\x37','\x37','\xcf','\x8c','\x1e','\xb4','\xf3','\x34','\xe0','\x55','\xb7','\xf2','\x7f','\x79','\x77','\x7d','\xef','\xbd','\xf7','\xe2','\x23','\x37','\xde','\x00','\xbd','\xb8','\x60','\xce','\xe4','\x9a','\xdb','\x5f','\xee','\x1b','\x71','\xe3','\x0a','\xf7','\x97','\xe1','\xf7','\xa8','\x05','\x73','\xc2','\xf1','\x3e','\x33','\xd0','\x9d','\xb1','\x3e','\xcf','\xbe','\x17','\x39','\xdf','\xa1','\x76','\xa6','\x50','\xad','\xe2','\x92','\xe9','\x9b','\x5f','\xe1','\xca','\x36','\x58','\x9f','\x04','\xe8','\x96','\x67','\xa1','\x3b','\xe4','\xcc','\x8d','\x50','\x4a','\x61','\x38','\x1c','\x06','\x27','\x87','\x6d','\xed','\x0d','\x1d','\x1e','\x64','\xd0','\x9d','\xe4','\xb8','\x30','\xda','\xed','\x86','\x34','\xea','\xb5','\xd7','\xef','\x84','\x3b','\xc4','\xd9','\xb9','\xa6','\x8f','\xa3','\xd1','\x4f','\x29','\x2e','\xee','\x68','\xc0','\xbc','\x9a','\x29','\x03','\x1a','\xe4','\x42','\xdd','\xca','\xba','\xe1','\xf4','\x42','\x46','\x41','\x4b','\x4a','\xdb','\xf1','\xf8','\xfb','\x29','\x0a','\xda','\x5e','\x06','\x7e','\x34','\x6c','\xe0','\x25','\x33','\x8d','\xa0','\x86','\xe3','\xfd','\x5d','\xeb','\x9f','\x22','\xe1','\xaa','\x2c','\xa9','\xc0','\x7f','\xe1','\x67','\x3a','\x13','\xd4','\xc2','\xea','\x19','\x1d','\x8d','\x0a','\xac','\x2c','\x9b','\x4d','\xce','\x45','\xa9','\xfc','\x90','\x7c','\xe2','\x0f','\xde','\x60','\xd7','\x57','\xb3','\x50','\xe3','\xec','\xd5','\x99','\x16','\xfe','\xc8','\x44','\x63','\x02','\x6f','\xb3','\xda','\x6d','\xc2','\x7c','\xf0','\x4c','\x53','\x73','\xb0','\xe9','\xdc','\x7c','\x0f','\x73','\xdb','\x7a','\x98','\x9d','\xef','\xa1','\xdf','\xcf','\x6a','\xca','\x4f','\x60','\x11','\x03','\xd4','\xc7','\x90','\x13','\x83','\xa2','\xb4','\xb9','\xa7','\xdf','\x45','\xb9','\xea','\x43','\x2e','\x83','\xcd','\x99','\x29','\x2c','\x6f','\x65','\x44','\xb5','\x57','\xd0','\x6e','\xfe','\xdd','\x81','\x39','\x28','\xe6','\x99','\xa2','\x68','\xad','\x33','\x2d','\x01','\x22','\xb7','\x9b','\xbe','\x98','\xad','\x1e','\x7e','\x77','\xa9','\xdd','\x77','\xa5','\xdf','\x64','\x7a','\x51','\x79','\x01','\x0b','\xa7','\xa8','\xdd','\x3f','\xdb','\x42','\x44','\xb0','\x5f','\xc9','\x15','\xec','\x9b','\x84','\xd5','\xc0','\xdf','\xfe','\x00','\xe0','\x16','\x53','\xdd','\x01','\x87','\xd3','\xe6','\xda','\xba','\xfd','\xb6','\xfb','\x4c','\x20','\xe7','\xd7','\x14','\xfb','\xaf','\xea','\xe4','\xdc','\x7d','\x3b','\xd4','\xde','\x8a','\x42','\x43','\x97','\xe7','\x4c','\x69','\xbb','\xf1','\x59','\xb3','\x7a','\x55','\x65','\xd9','\x97','\x95','\x81','\xca','\x3c','\xa6','\x97','\xd1','\xaa','\x45','\x6a','\xce','\xdd','\x52','\xb0','\xab','\x9b','\x76','\x93','\xb5','\x7d','\x75','\x6d','\xff','\x8f','\x7f','\x2d','\xda','\xf3','\xc3','\xfb','\x65','\xcd','\x3a','\x96','\xe8','\xaa','\x0a','\xfd','\xe7','\x75','\x91','\x55','\x19','\xb0','\x32','\x61','\x45','\xa6','\xfc','\x80','\x7e','\x38','\x3f','\x1d','\xd6','\xef','\x43','\x69','\xd6','\xff','\xfb','\xb9','\x89','\xe5','\xb0','\xfe','\x39','\x13','\x05','\x73','\x7e','\x59','\xe9','\xe4','\xa0','\xdf','\x4f','\xd1','\xef','\xa5','\x48','\xd3','\xd4','\x3a','\x4f','\x08','\x9a','\x97','\x37','\x34','\x57','\x7e','\xfe','\x58','\x65','\x83','\x1d','\x78','\xd4','\xcb','\xbb','\x9f','\x37','\x3b','\xa4','\xf2','\xf1','\x92','\x85','\x6b','\x7e','\xd3','\x06','\x78','\x42','\xac','\xc3','\x0b','\x89','\x52','\x5d','\xb1','\xcf','\x06','\x06','\x22','\xde','\xaf','\x3b','\xf5','\x8e','\x8d','\x39','\x8b','\x8b','\x8b','\xd8','\xf3','\xe7','\xef','\x40','\x71','\xd0','\x3d','\xbc','\x56','\x0f','\x67','\xf0','\xe9','\x7f','\xf8','\x54','\x38','\xef','\x7e','\xfc','\xf4','\x97','\xd7','\x8f','\x5f','\x7b','\xdd','\x87','\x70','\xc7','\xff','\xbd','\x1b','\x7a','\x94','\x21','\xd9','\x71','\x3f','\x5e','\xf1','\x8a','\x57','\x60','\x76','\x76','\xde','\xf6','\x7b','\xda','\x7f','\x71','\xff','\xdf','\xa6','\x77','\xae','\xbd','\xae','\x76','\xe2','\x8a','\x45','\x65','\xdf','\xbd','\x6c','\xe8','\x7e','\x5c','\xc6','\xf1','\x4f','\x79','\xb0','\x38','\x99','\xbe','\xf1','\xf6','\x15','\x10','\x4b','\xaa','\xae','\xb4','\xa3','\xf9','\xdb','\x6a','\x3e','\xf8','\x61','\x86','\x55','\x4c','\x19','\xbe','\x52','\x44','\x58','\x05','\x28','\x4d','\xd3','\xda','\x46','\xa1','\x34','\x4d','\x1b','\x52','\x09','\xfc','\x17','\x08','\x72','\x58','\x61','\x85','\x13','\xff','\xba','\x6b','\xae','\x33','\x15','\xc6','\x56','\x1c','\xbd','\xc7','\x69','\x40','\x52','\xee','\xef','\xf0','\x8c','\x5c','\xc7','\x4c','\x7b','\xc1','\x1c','\xe1','\xa2','\x2d','\xda','\x55','\xbc','\x8f','\x23','\xbb','\x4c','\x93','\x96','\xf8','\x34','\x34','\xf2','\x61','\xa9','\x00','\x0d','\x72','\x80','\x6c','\xf7','\x43','\xcf','\x85','\x46','\xc2','\xcd','\xd6','\x40','\x94','\x27','\xc8','\xc1','\xfd','\x5c','\x5c','\xd2','\xe3','\x4a','\x5e','\x92','\x28','\xf4','\x67','\x32','\xcc','\x2f','\xf4','\x30','\xbf','\xd0','\xc7','\xcc','\x5c','\xcf','\xac','\xfc','\x90','\xc7','\x43','\x26','\xb4','\xd3','\x80','\xea','\x7b','\xc2','\xb1','\x2e','\xac','\xb5','\x06','\x4d','\x79','\xab','\x52','\x03','\x2a','\x0a','\xa3','\xf8','\x90','\xf2','\x53','\x8d','\x54','\xae','\x3d','\x76','\xb5','\x5a','\x52','\xa6','\x61','\xf3','\x5e','\xa5','\xeb','\x8b','\xee','\xf6','\x7d','\x03','\x75','\xb7','\xb5','\xb0','\xc6','\xa5','\x45','\x40','\xa7','\x26','\x48','\x03','\x2c','\xd8','\x6f','\x6e','\x7b','\x6e','\x15','\x11','\x2e','\x30','\x87','\xf2','\xc6','\xe3','\xa0','\x34','\xda','\xf2','\x18','\xab','\xbb','\xb5','\x6e','\xc0','\x4d','\x77','\xda','\x4d','\x6f','\xda','\x8c','\x95','\x3f','\x26','\xb0','\x98','\x7a','\xae','\xad','\x82','\x52','\x14','\x6c','\x15','\x92','\xad','\x4c','\xd6','\x56','\xe9','\xa2','\x71','\x2b','\x7b','\xde','\x4f','\x4a','\xfb','\x56','\xca','\x76','\x42','\x69','\xb8','\xed','\xcc','\x93','\xa4','\x43','\xef','\x44','\xc1','\x35','\xfb','\xce','\x0a','\xde','\x4c','\x74','\x73','\xc6','\x78','\xfd','\x30','\x2e','\x7c','\x4d','\x3e','\x79','\xa5','\x51','\xce','\x7f','\xae','\x54','\xe7','\x0c','\x1b','\xca','\x2d','\x97','\x5a','\xae','\x79','\x1f','\xc9','\x5f','\xa2','\x21','\x8f','\x66','\xc5','\xcd','\xac','\xfc','\x58','\x4f','\x6f','\x59','\xe9','\x32','\x9c','\xed','\x9f','\x82','\x55','\xb4','\x48','\x41','\xac','\xca','\xd6','\xad','\xb0','\x95','\x02','\xe9','\x28','\x91','\xd4','\x57','\x68','\x37','\x9c','\x53','\x56','\xf4','\x7d','\xb4','\x3b','\xf6','\xd8','\xbd','\x41','\xec','\xbd','\xa7','\x32','\x2c','\xf9','\x45','\xe3','\xfd','\xdd','\x75','\x84','\xf6','\x65','\xff','\xd6','\x80','\x91','\x88','\xbf','\xf1','\x8d','\x6f','\x40','\x8f','\x66','\x6a','\xd7','\xf3','\xfb','\x76','\xe3','\x77','\x7e','\xeb','\xb7','\xf1','\x81','\x0f','\xbe','\xbf','\x35','\x73','\xb6','\xdf','\x2e','\xf9','\xf6','\xb7','\xbf','\x85','\x2b','\xde','\xf5','\x0e','\x5c','\x7e','\xe9','\x7b','\x51','\xec','\x3f','\x02','\xaa','\x3f','\xc0','\x4f','\x3e','\xed','\xd1','\x38','\xf3','\x8c','\xb3','\x9b','\xdf','\x23','\x74','\x21','\x58','\xe8','\x31','\x61','\xd5','\x1d','\x0f','\x82','\xd8','\x55','\x76','\x9e','\x77','\x1a','\x53','\x2a','\x6f','\x91','\x69','\xf9','\x6f','\xe8','\x8b','\xfb','\x07','\x7d','\xdb','\x8c','\x76','\x99','\x13','\x10','\xc6','\xc2','\xf7','\x65','\xa0','\xb5','\x46','\xaf','\xd7','\x0b','\x4e','\x1a','\x3b','\x4e','\x10','\xe8','\x3f','\x7e','\x72','\x75','\x15','\x49','\x17','\xa1','\x60','\x8d','\x30','\xf5','\x6c','\xad','\x82','\x4f','\xa9','\xd2','\x99','\x3d','\x4f','\x94','\x3a','\x17','\x4c','\xf8','\x6c','\x90','\x2e','\x05','\x98','\x71','\x1c','\x21','\x8c','\x05','\x65','\xa1','\x63','\x58','\xd7','\xea','\x59','\xa1','\x9a','\x7e','\x5c','\x4d','\xfa','\xc6','\x1b','\x58','\xb5','\x09','\xd4','\x8b','\x2f','\x92','\xbf','\x5a','\xaa','\x91','\x6c','\xac','\x59','\x35','\xf4','\x95','\x94','\x50','\x3e','\x59','\x2f','\x56','\x8c','\x34','\x86','\x83','\x1c','\xc3','\x01','\x1d','\x7c','\x5a','\x8f','\xcb','\x69','\x37','\x53','\xd2','\x7f','\xa3','\xb6','\xc3','\xd3','\x88','\xdb','\xfe','\x4f','\x75','\xc1','\x0a','\xe3','\x65','\xdd','\xb2','\xb2','\x8b','\x32','\x5e','\xac','\xfa','\x33','\x19','\xe6','\xb7','\xf5','\x31','\xb7','\xd0','\x37','\x0e','\x0f','\x4a','\xa1','\xce','\x7a','\x6d','\x33','\x4f','\xdb','\x28','\x9d','\x1a','\x46','\xf2','\x9e','\xae','\x0a','\x4c','\xa1','\x52','\x98','\x68','\xf5','\xa7','\xc8','\x69','\xb6','\x9d','\x99','\x53','\x52','\x3b','\xb3','\x71','\x75','\x2b','\x94','\x58','\xa8','\x2e','\x8f','\x8f','\xd3','\xbc','\x26','\xc1','\x0c','\xcf','\xe5','\x20','\x6d','\xc7','\xea','\xb2','\x04','\xed','\x0c','\x64','\x25','\x6c','\x57','\x7d','\x49','\x17','\xed','\xa6','\xb9','\x6f','\xd4','\xd0','\xec','\x60','\xe7','\xc0','\xac','\x45','\x60','\x6c','\xd7','\x5a','\x97','\xfb','\xc5','\xbb','\xa5','\x5f','\xcb','\x0b','\xcb','\xd0','\x54','\xcb','\xd5','\x6f','\xcb','\xf4','\xdb','\xbb','\xde','\xa9','\xb7','\xb3','\x5a','\x69','\xf9','\x6d','\x4a','\xfb','\x7f','\xad','\x0b','\x24','\x3a','\x31','\x8e','\x6d','\x54','\x25','\xa4','\x6b','\xb8','\x13','\x3f','\x35','\xf9','\x4c','\x99','\x0d','\xfc','\x59','\x9a','\x40','\xf7','\x34','\xa0','\x53','\xe8','\x02','\x18','\xea','\xdc','\x2a','\x59','\x2a','\xa9','\x84','\x6b','\x7f','\xd3','\x3d','\xcf','\x97','\xd2','\xfc','\x70','\x6b','\xbe','\x9a','\xc1','\xbb','\x31','\xb7','\xed','\xf9','\xc5','\xc2','\x53','\xf0','\x07','\x79','\x6e','\x52','\x06','\x44','\xda','\x88','\x5d','\xf5','\x66','\x2d','\x9d','\x17','\x2c','\x33','\x0f','\xf4','\x4d','\xbf','\x9d','\xe8','\xfc','\x8b','\x6c','\xfc','\x34','\xca','\x4f','\x8a','\x5e','\xa9','\xfc','\xa4','\x59','\x82','\x84','\x1d','\xda','\x8c','\x50','\x3c','\xec','\xed','\x2a','\x71','\x15','\x56','\x49','\x72','\x82','\x31','\x25','\xd2','\x89','\xa3','\x0c','\x47','\xfd','\x93','\xb5','\xee','\x50','\x14','\x73','\xec','\x65','\xa6','\x84','\xd7','\xe1','\x04','\xcb','\x5f','\xd7','\xc3','\xb9','\xf7','\xab','\x1d','\x97','\x55','\xff','\x52','\x46','\x1f','\xae','\x10','\xe6','\x92','\x82','\xed','\x67','\xaa','\xa8','\x34','\x8e','\x3f','\xfe','\xd1','\x38','\xe1','\xb1','\x0f','\xc3','\x97','\x3e','\x79','\x10','\x7a','\x94','\x55','\xf7','\x06','\x7d','\x0c','\xef','\x3a','\x0e','\x17','\xff','\xc9','\x9f','\xe3','\x92','\x3f','\x7b','\x23','\x5e','\xfc','\xa2','\x97','\xe1','\x98','\x63','\x8e','\xc5','\x8f','\x9f','\xf4','\xe3','\x38','\x6a','\xb7','\x7f','\x90','\xa9','\xc6','\xd2','\xd2','\x22','\x3e','\xf1','\xc9','\x4f','\xe0','\xee','\xef','\xdd','\x85','\xbf','\xd8','\x73','\x39','\x8a','\xfb','\x8f','\x41','\x71','\xf0','\x28','\xa8','\xfe','\x00','\xe9','\x51','\xdf','\xc1','\xb9','\xe7','\xfc','\xf7','\x35','\x39','\x28','\xb3','\xca','\x43','\xf3','\x3d','\xab','\x08','\xf3','\x8a','\xa1','\x51','\x7a','\x24','\x35','\x90','\xf3','\x91','\x24','\x61','\x07','\x88','\xb3','\xe0','\xa6','\x7e','\xa8','\x7a','\x15','\xf1','\xe6','\x01','\x6a','\x79','\x12','\x45','\x68','\x62','\xd2','\x24','\xad','\x99','\xc0','\x65','\x59','\x16','\x74','\xf2','\xe6','\xec','\x01','\x1a','\x8d','\xea','\x9b','\x87','\xca','\x5f','\xe5','\xdf','\x63','\x2c','\xd7','\x01','\xce','\xac','\x4a','\x0c','\x45','\xa3','\x45','\x5b','\x74','\x2c','\x4e','\x05','\xef','\x82','\x97','\xac','\x4d','\x51','\xbb','\x03','\x82','\x9b','\x70','\x63','\x92','\x63','\xa3','\x9d','\x4c','\x6a','\xdb','\x48','\xcc','\x61','\x8f','\xa4','\x58','\x56','\xce','\x10','\x74','\x3a','\xbe','\xd3','\xc3','\x71','\x8a','\xde','\x7f','\x4e','\xf3','\x1f','\xde','\xa8','\xcf','\x9d','\x13','\xf0','\xc6','\x5d','\x7d','\xff','\x24','\xbc','\x8a','\xe3','\x27','\x48','\x83','\x5c','\x42','\x43','\x43','\x20','\xc7','\xda','\xeb','\xab','\x7d','\xb9','\x69','\x2c','\xa5','\xc7','\xd7','\x2c','\xc6','\x17','\xc2','\x6a','\x99','\x63','\x92','\x91','\xb3','\x8d','\xd3','\xab','\xa3','\x45','\x61','\x94','\x9f','\xc1','\x60','\x84','\xd1','\x30','\x70','\xf0','\x29','\x56','\x63','\x3a','\xda','\x9e','\xcf','\x56','\x25','\x28','\x26','\xd9','\xb5','\x49','\x7c','\xfe','\xbd','\x9a','\x84','\x52','\x09','\x00','\x69','\x96','\x60','\x66','\x36','\xc3','\xdc','\x42','\x1f','\x73','\xdb','\xfa','\xe8','\xcf','\xa4','\xa5','\x19','\x40','\xf9','\x20','\x57','\x6c','\x00','\xa7','\x7c','\x4c','\x3c','\xac','\x9d','\x80','\x8d','\x35','\x05','\xca','\x55','\x9f','\xd2','\xc5','\x75','\x4e','\x65','\xa9','\x6a','\x02','\x99','\xfd','\xe4','\x1a','\xc1','\xba','\x1f','\x7a','\xa9','\x60','\x8f','\x11','\x13','\x62','\xb4','\x7b','\xd9','\xad','\xd5','\x3c','\x26','\x2f','\x60','\x03','\x9a','\xe5','\x3d','\x28','\xdc','\x90','\x72','\xe3','\x7c','\x60','\xf3','\x82','\x05','\x5b','\xf5','\x51','\x30','\x07','\x76','\xda','\x99','\xfe','\x06','\xef','\x8d','\xb5','\x26','\xab','\x5d','\x21','\xdd','\x66','\xdf','\xfe','\xed','\x7b','\x19','\x33','\xb1','\x90','\x50','\xce','\x7b','\x61','\x9a','\x33','\x51','\xf6','\x07','\x4b','\xd3','\x6a','\x39','\xb1','\xb2','\x28','\xf3','\x12','\xed','\xb9','\x42','\x0f','\x74','\x40','\x45','\x82','\xfa','\x63','\x8d','\x66','\xdf','\xc3','\xb9','\xc6','\x5f','\xc2','\xcd','\x0e','\x37','\xd9','\x29','\x8a','\x02','\x66','\x5f','\x4a','\x75','\x4f','\x29','\xd7','\xeb','\x9d','\x02','\xdc','\xb6','\x5a','\x0a','\xe0','\x49','\xaa','\xd0','\x43','\xd9','\xff','\x2a','\x05','\x24','\xc0','\x68','\x50','\xa0','\x18','\x15','\x28','\xf2','\xc2','\x86','\x21','\xf3','\xbc','\xda','\xe7','\x65','\x83','\x1b','\x57','\x91','\xe2','\xb2','\x70','\x3d','\x82','\xb6','\x96','\xc1','\x57','\x69','\x7d','\x6a','\x66','\x7e','\xbc','\x53','\xf2','\xb5','\x0b','\x27','\x2d','\x55','\x7e','\x1f','\xed','\xee','\x9d','\xb2','\xa1','\xbd','\xd5','\x45','\x55','\x2a','\x3f','\x7d','\xf3','\x5f','\x56','\xae','\xfa','\x54','\x82','\xa5','\xb3','\xeb','\x06','\x8e','\xfb','\x70','\x16','\x87','\x35','\x0f','\xf4','\xde','\x9b','\x26','\x12','\xfc','\xb1','\xac','\xee','\x9c','\xa5','\x7c','\x3e','\x69','\x1e','\xbb','\xdd','\xdc','\x84','\x69','\xae','\xc6','\xac','\x2f','\x51','\xb5','\xab','\xe1','\x0b','\xae','\xa8','\xc6','\x1c','\x5b','\xf0','\x20','\xba','\x16','\xbe','\x53','\x0e','\x79','\x3e','\xca','\x62','\x3a','\xff','\x17','\x2e','\xc4','\x1d','\x5f','\x7c','\x3d','\x46','\xdf','\x73','\xcf','\x55','\x41','\x91','\x20','\xbf','\xf7','\x28','\xe4','\xf7','\x1e','\x85','\xcb','\xdf','\x7c','\x35','\x00','\x40','\xcd','\x1e','\x84','\x4a','\x87','\xf5','\xb4','\x8a','\x14','\xc5','\xd2','\x0e','\xa0','\x48','\x50','\xec','\x7f','\x44','\x19','\x76','\x19','\xe9','\x91','\x77','\xe1','\xb5','\xaf','\x7d','\x1d','\x7e','\xf2','\xc9','\x81','\xc3','\x76','\xbb','\x10','\x7c','\x37','\xbf','\x83','\xd7','\xce','\x25','\x5e','\x5c','\xbc','\x7d','\xbb','\xca','\x1f','\xef','\x7f','\xab','\x33','\xef','\x52','\xe6','\xf6','\x1a','\xbc','\xed','\xb3','\x3e','\xb3','\x5e','\xbd','\x5a','\x64','\x69','\x5f','\xbc','\x6d','\x08','\xdb','\x45','\x7e','\x72','\xe2','\x8c','\xfd','\xbd','\x8e','\x8c','\x93','\x74','\x5d','\xd2','\x6f','\x0b','\xef','\xae','\x3c','\x6b','\xad','\x83','\x87','\xa3','\x02','\x4c','\x01','\x2a','\x4a','\x53','\x13','\x4e','\xc8','\x2b','\x5c','\x67','\x3a','\xe6','\xb6','\x4d','\x1e','\xdb','\x72','\x70','\xe1','\x40','\xc3','\xdd','\x84','\xac','\x51','\x1d','\x5c','\xc7','\x04','\x8c','\xe9','\xa6','\x8d','\x7a','\x5b','\x0f','\x11','\x52','\x82','\xb4','\x2e','\xdd','\x0c','\x55','\x02','\x96','\x15','\x56','\xfd','\x19','\x33','\x3f','\x7e','\x47','\x5e','\x68','\x79','\xaf','\xd5','\xea','\x29','\x81','\xf8','\x6a','\xf9','\xe9','\x44','\xa0','\x69','\x85','\x7e','\x52','\xef','\x48','\xdf','\x56','\x9b','\x55','\x89','\xc1','\xc0','\x98','\xbe','\x15','\x85','\xae','\x04','\x3d','\xcd','\x3a','\xcd','\x35','\xac','\xd8','\xad','\xaf','\x1a','\x92','\x1d','\x49','\x36','\xe9','\x92','\x3f','\x7a','\x5f','\x3e','\x03','\x5a','\x46','\x90','\xa4','\x0a','\x59','\x2f','\xc1','\xcc','\xac','\xd9','\xeb','\x33','\xb7','\xd0','\x43','\x7f','\xa6','\x67','\x06','\x01','\x96','\x4e','\x3d','\x8f','\xd5','\x28','\x50','\xad','\x60','\x98','\xeb','\x24','\x48','\xeb','\x52','\xf9','\xa1','\xf3','\x7d','\x8a','\x5c','\x1b','\x27','\x08','\x70','\x05','\xae','\xb5','\x53','\x2e','\x9b','\x99','\xb8','\xbf','\xb2','\x65','\xa2','\x83','\xd5','\xae','\x16','\xbc','\xa0','\xbd','\x50','\xdc','\xbc','\x4a','\xdb','\x7e','\xc4','\x54','\x45','\xc5','\x4c','\x9d','\x00','\xa5','\x12','\xf6','\x91','\x3d','\x35','\x8d','\xb5','\x4f','\x47','\x56','\xd2','\x2c','\x28','\x6f','\x47','\x35','\xf9','\x3f','\x28','\x79','\x57','\xc1','\x03','\x05','\x63','\x5f','\xb3','\x6b','\x7b','\x98','\xd6','\x60','\xd0','\x7d','\xa4','\x9c','\x38','\x9c','\x2e','\x2b','\xac','\x56','\x30','\xe7','\xbb','\x95','\xfe','\xb1','\x0b','\xd0','\x79','\x41','\xca','\x3d','\x38','\x3a','\xa4','\x4f','\xa9','\xd2','\x6b','\x22','\x1d','\xb6','\xaa','\x00','\x85','\x1c','\x23','\x05','\xe4','\x23','\xb3','\x11','\x4e','\x17','\x30','\xae','\xb7','\x95','\xff','\x70','\xf5','\xaf','\xfb','\x8d','\xb4','\x15','\xe0','\x68','\x02','\xa7','\x7e','\x10','\xa3','\xf7','\x32','\x0d','\xfd','\xa7','\xdf','\xce','\x62','\x43','\x16','\xd5','\x25','\x67','\x48','\x08','\x04','\xd6','\x7e','\x60','\xbf','\x93','\xb5','\x07','\xbf','\x9a','\x6b','\x24','\x60','\xd2','\xe1','\xa6','\x8e','\xc9','\x5b','\x60','\xcc','\x51','\x55','\x43','\x73','\xdf','\xad','\x8c','\x94','\x9b','\xde','\xd2','\xfb','\xf9','\x0a','\xb0','\x35','\x0d','\x2f','\x03','\xf8','\x26','\xed','\xd1','\xea','\x35','\xf1','\x38','\xd4','\x40','\xab','\xa2','\x12','\x0c','\xee','\x3d','\x10','\xd0','\x86','\xe2','\x5a','\x72','\x15','\x97','\xad','\x47','\x70','\xf4','\x05','\x00','\x38','\xed','\xe9','\xa7','\xe3','\xbb','\xdf','\xf9','\x0e','\x2e','\x7f','\xeb','\x15','\xc8','\xef','\xdb','\x0d','\x3d','\xe8','\xd7','\x9e','\xcf','\xe9','\x1c','\x1f','\x1c','\x59','\xbb','\x17','\x22','\x39','\xf2','\x1e','\x9c','\x79','\xde','\x93','\x71','\xd6','\x99','\xe7','\xe0','\x47','\x7f','\xf4','\xc4','\x4e','\xcf','\x44','\x72','\x5e','\xfe','\xdb','\xa1','\x23','\x08','\x29','\x05','\xda','\xbd','\x60','\xab','\x2b','\xf7','\x3c','\x0a','\x94','\x6e','\xaf','\x4b','\x07','\x08','\xa1','\x95','\x48','\xb0','\x09','\x84','\xc0','\x35','\x27','\x8b','\x1b','\xa8','\x8c','\x3c','\xd0','\x08','\xe9','\x2d','\xa3','\xd1','\x28','\xe8','\x09','\xce','\x31','\x81','\x23','\xad','\x76','\x2a','\x1b','\xac','\xc7','\x11','\x02','\xc7','\xb0','\xaf','\x1b','\x27','\xd4','\x86','\x2b','\x56','\xaa','\x12','\x78','\xaa','\xb3','\x6d','\x8c','\x19','\xcf','\x5a','\xd4','\xf7','\xa6','\x38','\x6d','\x7f','\xd7','\x24','\x74','\x95','\x81','\x6c','\x9b','\x2c','\x95','\x22','\x0d','\x0d','\x55','\x9e','\x87','\xa1','\x14','\xe0','\x1c','\xd4','\x13','\x10','\xac','\xa2','\x19','\x68','\x4e','\xbe','\x4c','\xb4','\x4b','\x20','\x1e','\x78','\x9c','\xc8','\x9b','\x1f','\x77','\xea','\x20','\x97','\x1a','\x51','\x0a','\x13','\xa5','\x44','\x53','\x68','\x23','\xa0','\x8c','\x86','\x39','\xf2','\x72','\xf5','\xa7','\x0a','\x57','\x09','\x21','\x6b','\x61','\x32','\xda','\xda','\x34','\x49','\xf0','\x71','\x46','\x79','\xea','\xc6','\x03','\x12','\xaa','\x9f','\x47','\x6f','\xe0','\xf4','\xcd','\xf7','\x54','\xaa','\xd0','\xef','\x67','\x98','\x9d','\x37','\xca','\xcf','\xcc','\x6c','\x66','\x0e','\x38','\x4d','\x55','\x24','\x0a','\x55','\x29','\xd1','\x7c','\x30','\xd7','\x6c','\x8f','\x4e','\xa9','\x0c','\xd1','\xfe','\x0a','\xbb','\xc1','\xbc','\x54','\x2c','\xeb','\x63','\x54','\x50','\xb5','\xea','\x88','\x8e','\xff','\xd5','\x18','\x89','\x0e','\xfc','\x5a','\xa5','\xac','\x1d','\xb9','\xa8','\xcb','\x36','\x57','\xdb','\x18','\x4f','\x8f','\xd0','\x64','\x84','\x82','\x35','\x5b','\x4e','\x42','\x75','\xd8','\xfb','\xdb','\x3e','\xc3','\xd2','\xb7','\x6d','\x9e','\x29','\xf9','\xe6','\x93','\x05','\x94','\x1c','\x50','\xfd','\xd3','\xac','\x5e','\xb0','\x8d','\xf8','\xbe','\x90','\x3e','\x2e','\xb5','\x67','\x5b','\x06','\x11','\x7e','\xb9','\x83','\x90','\x1a','\xff','\xbc','\xbe','\x14','\xa2','\xbc','\x08','\xfc','\xde','\x8d','\xf5','\xe9','\x65','\x5f','\x5e','\x14','\x9a','\x16','\x71','\x4c','\xfd','\xb4','\xe6','\x16','\x7c','\xd5','\x2c','\x90','\xb2','\x32','\xab','\x78','\xc8','\x12','\x00','\xe5','\x66','\xfe','\x54','\x99','\xbe','\x65','\x54','\x3a','\xfc','\xc8','\x35','\x54','\xa2','\xa3','\xe7','\xf4','\xd1','\x77','\x35','\x9f','\xa6','\xec','\x7f','\x28','\xbf','\xaa','\x4a','\xbb','\xa6','\xcc','\xf0','\x3f','\x22','\xf7','\x1c','\x73','\x29','\xaf','\x5c','\x7c','\x39','\xa1','\xad','\x5d','\x68','\x7a','\xa6','\xf6','\x21','\x2a','\x8f','\x77','\x28','\xcb','\xd4','\x08','\x97','\x09','\xb2','\xcc','\xac','\xfe','\x18','\xb3','\x37','\x55','\xed','\x2b','\xa4','\xe7','\xfc','\x3a','\xe0','\xf5','\x7b','\x3c','\x43','\xe1','\x59','\x77','\xf6','\x7e','\xca','\x8d','\xd3','\x31','\xff','\xd2','\x61','\x85','\x2e','\x86','\xfb','\x3e','\x9d','\x1f','\x63','\x4f','\x03','\x50','\x11','\x2b','\x82','\x4e','\xf1','\x75','\x4c','\x34','\xd2','\x86','\xf8','\xc1','\xca','\xf4','\xcb','\xef','\x01','\x7f','\xf9','\x97','\x9f','\x8f','\x47','\x3e','\xf2','\x91','\xb8','\xe6','\x43','\x1f','\xc4','\x3f','\xdc','\x7c','\x3b','\x8a','\x43','\xdb','\x83','\x8a','\x50','\x1b','\xc9','\xce','\x7b','\x91','\xcc','\xed','\xc7','\x8b','\x5f','\xfc','\x22','\x3c','\xef','\xb9','\xcf','\xaf','\xe7','\xbe','\xc3','\xab','\x84','\x83','\x04','\x6a','\x64','\x48','\xc9','\x77','\xae','\x6b','\xef','\x06','\xac','\xf2','\x53','\x78','\xe6','\x8f','\x89','\x52','\x50','\x8e','\xe9','\x9b','\x6a','\xcf','\xee','\x38','\xfd','\xe3','\x46','\x08','\xb0','\x8d','\xf2','\xc0','\xd6','\x20','\xe6','\x04','\xa1','\xd1','\x04','\x2e','\x49','\x92','\xda','\x46','\x21','\x55','\x13','\x08','\x79','\x22','\xec','\x56','\xd3','\x87','\x1a','\x4b','\xa0','\x9d','\x84','\x8e','\xe2','\xc8','\x38','\x0a','\xd9','\xb8','\x04','\x3b','\x55','\x65','\x07','\xc9','\xea','\xb4','\x76','\x5e','\x18','\x4d','\x87','\x03','\xae','\x0d','\xb5','\xbe','\x2e','\x34','\xe8','\x95','\xc2','\x4f','\xd5','\x94','\x95','\x15','\xc8','\x68','\x69','\xdf','\x9d','\x31','\xe6','\x02','\x56','\xa0','\xb5','\x74','\x79','\xc1','\x86','\x30','\x8d','\x8f','\x07','\xe4','\x96','\xf1','\x60','\x9d','\xa2','\x53','\x38','\x9e','\xf6','\xa2','\x79','\x18','\xb3','\x1f','\x65','\x38','\xc8','\x31','\x58','\xc9','\x31','\x1a','\xe6','\xa5','\xfb','\x5a','\x8a','\xcf','\xeb','\x40','\xd5','\x14','\xfb','\x90','\xd0','\x47','\x6b','\x0c','\xeb','\x09','\x29','\x5c','\xf2','\xf5','\x07','\x04','\x57','\xae','\xa8','\xa2','\x61','\xcf','\x27','\xa9','\x39','\xdf','\xc7','\xac','\xfa','\x18','\x67','\x07','\x66','\xbf','\x0f','\xec','\xab','\xbb','\x1d','\x4f','\x5d','\x29','\x72','\xcf','\x3d','\x21','\xa1','\x08','\x76','\xb5','\x47','\xe7','\xe5','\x40','\xc3','\x3c','\x9b','\x29','\xbf','\x0c','\x75','\x78','\x92','\x26','\xde','\x77','\x4f','\x3c','\x82','\xae','\xd5','\x63','\xf5','\x78','\x98','\x92','\x48','\x2b','\x61','\xc6','\x6d','\xbe','\x2b','\x30','\xda','\xfd','\x4f','\xa4','\xfc','\x70','\x73','\x1c','\xa7','\x3d','\x36','\xf4','\x2e','\x7e','\xa6','\x55','\xa9','\x1e','\xfb','\xca','\x12','\x60','\x56','\x7e','\x15','\x7f','\x48','\x39','\xd5','\x30','\x2a','\xd8','\x07','\x92','\x53','\xb5','\x3b','\x6e','\x98','\xf8','\x4a','\x51','\x87','\x9e','\xb2','\x43','\xdb','\xf7','\xbb','\x8b','\xf8','\x85','\xc0','\x83','\x21','\x1b','\xc9','\xb2','\x20','\x0a','\x28','\xa8','\x42','\x97','\xc7','\x0a','\x98','\xbc','\x2a','\x14','\xd5','\x2a','\x05','\x13','\x8e','\x82','\xd1','\x2b','\x33','\x8b','\xac','\xe8','\xb0','\xe0','\x72','\x46','\x79','\x88','\x11','\x86','\xda','\x98','\xc3','\xa1','\x30','\x7b','\x7d','\xc8','\x5c','\xae','\xde','\xb2','\xca','\x74','\x9c','\x77','\xe9','\x38','\xc2','\xd4','\xea','\x43','\xe8','\x9e','\xaf','\x14','\xb2','\x20','\x5e','\xbb','\xf7','\x86','\x85','\x4e','\xe9','\x38','\x6a','\x56','\xe9','\x2d','\xcf','\x38','\x3c','\x48','\xd0','\xeb','\x19','\xd3','\x5a','\xbb','\xdf','\x87','\xb5','\x81','\x68','\xbe','\xbd','\xbf','\x7d','\xe5','\xcd','\xe4','\x5b','\x57','\xf7','\xe8','\xbb','\xf9','\xca','\x8f','\xf6','\xf4','\xaa','\x40','\x35','\xa8','\xbd','\x44','\x53','\x98','\x2e','\x84','\x74','\xc4','\x71','\x1e','\x0e','\x64','\x25','\x10','\x24','\x78','\xd3','\xe9','\x57','\x6b','\xe3','\x8d','\x3b','\x66','\x68','\x00','\x27','\xff','\xe4','\x4f','\xe1','\x27','\x7f','\xf2','\xa7','\xf0','\xa9','\x4f','\x7d','\x12','\xd7','\x5e','\x7b','\x0d','\x3e','\xf3','\x0f','\xb7','\xa2','\x58','\xde','\x56','\x9a','\xb5','\x1d','\x11','\xcc','\xa1','\x9a','\x5d','\x86','\x9a','\x5d','\x82','\x4a','\x87','\x50','\xb3','\x07','\xf1','\xe2','\x17','\xbe','\x14','\xe7','\x3f','\xeb','\x82','\xd2','\x85','\x76','\x40','\x01','\x09','\x64','\xbb','\xfe','\x3b','\xfe','\x1c','\x8d','\xdb','\xb1','\xdb','\xae','\xe2','\x47','\xaf','\xad','\xab','\xbf','\x69','\x05','\xbe','\x5c','\x91','\x07','\xed','\xfb','\x49','\x13','\xa4','\xd6','\xfc','\x98','\xf5','\x9d','\x54','\x3f','\xdb','\x04','\x9b','\x50','\x3d','\xe9','\xa0','\x30','\x4f','\x5d','\x66','\x6c','\x8a','\x70','\x22','\x05','\x7e','\x63','\x49','\xd3','\xb4','\xb6','\x90','\xd3','\x7a','\x10','\x6a','\xc8','\xe3','\x5b','\x6c','\xc6','\x69','\xda','\xd8','\xc1','\x6f','\x23','\x34','\xde','\x35','\x82','\x1a','\xa5','\x2a','\x4f','\x38','\xaf','\x26','\x18','\x36','\x73','\x6d','\x2a','\x45','\x14','\x12','\x88','\x98','\xb0','\x63','\xb7','\x51','\xb2','\xef','\x54','\xff','\x5c','\xd1','\x1b','\x6b','\xc4','\x1a','\x26','\xc4','\x14','\x1e','\x9b','\x54','\x39','\x23','\x97','\x8f','\x0a','\x0c','\x56','\x8c','\xeb','\xeb','\xd1','\xa8','\xa8','\xe9','\x4b','\xc1','\xec','\xad','\xc7','\x67','\xaf','\x3e','\x16','\x42','\xab','\x24','\x6e','\x30','\xf7','\x43','\x86','\xb7','\x69','\x68','\x2b','\x98','\xa7','\x69','\x82','\xfe','\x6c','\x86','\xb9','\xf9','\xbe','\x31','\x79','\x9b','\xcd','\x90','\x66','\x29','\xd2','\xa4','\x14','\x2c','\x74','\xdd','\x53','\x4e','\xad','\x7f','\xaf','\x8d','\x51','\xc6','\xc4','\x27','\x2f','\x8c','\x6b','\xe1','\xc2','\x77','\x71','\x4d','\x71','\x30','\xa1','\xc4','\xfd','\xb1','\x3a','\x42','\xf9','\x5a','\x7b','\xbc','\xc2','\xb6','\xef','\x5a','\xb9','\xb4','\xae','\xce','\x85','\xf1','\x24','\x21','\x52','\x7a','\x50','\x29','\x40','\x55','\x01','\xb9','\x2f','\x51','\x79','\xbf','\x72','\x92','\xaa','\xbd','\xab','\xa3','\xf2','\x90','\x60','\xa3','\x4c','\x1f','\xe0','\x68','\x9e','\x6d','\x4d','\x2d','\xac','\xf7','\x8e','\xc5','\xa6','\x1a','\x02','\xba','\xbe','\x77','\x19','\x56','\x6b','\xa0','\x48','\x34','\x92','\x02','\xc8','\x35','\x90','\xe8','\x72','\x11','\x28','\x61','\x91','\x44','\x74','\x08','\x12','\xb0','\xcd','\x6a','\x5e','\x62','\x57','\xf5','\x4c','\xbc','\x23','\x8c','\x00','\xbb','\x1a','\x58','\x5a','\xda','\x31','\x93','\x64','\x67','\xb6','\xa2','\x4c','\xc7','\x5b','\xb9','\x0d','\x28','\xd0','\x36','\xdd','\xc0','\xef','\x2e','\x90','\xea','\xe0','\xcf','\xb6','\x9a','\xba','\xa9','\x82','\x7b','\x50','\xcc','\xfd','\x4a','\x29','\xa4','\x98','\x9c','\xe7','\xcb','\x15','\xb0','\x2c','\xab','\xce','\xf8','\x31','\x7b','\x2c','\x42','\xfb','\x50','\xbb','\x29','\xc6','\xd4','\x5e','\x78','\x33','\xe1','\xf3','\x0a','\x94','\x67','\xf7','\xdd','\xdc','\x5f','\xeb','\x8a','\xd2','\xf1','\xa4','\x1b','\xb2','\xb4','\x9a','\x6e','\xd1','\x16','\x4d','\x83','\x1e','\x51','\xd3','\xcc','\x74','\x35','\x2f','\xf0','\x53','\x3f','\xf5','\xd3','\xf8','\xa9','\x93','\x7f','\x1a','\xf7','\xdc','\xb3','\x17','\xff','\x74','\xeb','\xe7','\x70','\xf7','\xdd','\xdf','\xc5','\x5f','\xec','\xb9','\x3c','\x98','\xd6','\xe9','\xa7','\x9d','\x81','\x27','\x3c','\xfe','\x24','\x1c','\x7b','\xcc','\xb1','\x38','\xf1','\xc4','\xc7','\x83','\xf7','\x3d','\x0d','\x89','\x07','\x99','\xb8','\x0f','\x0f','\xb4','\xef','\x9a','\xb3','\x10','\x56','\x57','\x8a','\x82','\x26','\x81','\xcb','\x09','\x8b','\x94','\x0e','\x38','\xa6','\x43','\x4f','\x3d','\xb8','\xc2','\xac','\xab','\x6e','\xba','\x53','\xb7','\xb2','\x69','\x3a','\xc1','\xad','\x49','\xa2','\x92','\xda','\x42','\x8e','\xef','\xe1','\x9a','\xb0','\x0a','\x50','\xcc','\x46','\xce','\x52','\xd6','\x08','\x1d','\xb2','\xeb','\xad','\xfa','\xdd','\xf8','\xb3','\x2d','\x1f','\xd5','\x9a','\x18','\xa1','\x39','\x6c','\x57','\x9b','\xe4','\x8e','\xc9','\x4e','\x17','\x26','\x40','\xd8','\x4a','\xcf','\xae','\xfb','\x4c','\x33','\x6f','\x63','\xf7','\x7d','\x8d','\x0f','\xb8','\x9b','\xcd','\x75','\x39','\x83','\x69','\xc6','\xf2','\xf6','\x01','\xa7','\xc3','\xa5','\xe0','\x8d','\xee','\xe5','\xe1','\xce','\x44','\x4d','\x5c','\x90','\x5d','\x66','\x29','\xb9','\x20','\x0e','\x65','\x57','\x7f','\x86','\x83','\x1c','\xa3','\x51','\xb5','\x57','\xca','\xce','\x92','\x07','\xda','\xc2','\xb4','\x26','\x51','\x9a','\x94','\x1a','\xdb','\x3e','\x63','\x41','\x6a','\x26','\x71','\xf6','\x21','\x36','\xde','\x2a','\x6b','\x0a','\xc5','\x67','\xc1','\xcc','\xca','\x4f','\x86','\xf9','\x6d','\x33','\x98','\x5f','\xe8','\xa1','\x3f','\x93','\x99','\x03','\xdf','\x58','\x64','\x8e','\xb9','\x08','\xcf','\x6f','\xed','\x1a','\xac','\xb2','\xa4','\x75','\xa9','\xf8','\x14','\x1a','\xc5','\xa8','\x40','\x6e','\xcf','\xca','\x32','\x79','\xa9','\xfe','\xd1','\x4e','\x19','\x8e','\x2b','\x1b','\xd8','\xa7','\xbb','\x7e','\x84','\x29','\xc9','\x3d','\x4e','\x34','\x4e','\x9f','\xa0','\xd8','\x7d','\x0d','\xfa','\x6e','\x95','\x9b','\xe5','\xa2','\x56','\x9e','\x66','\xb5','\xa7','\x52','\x80','\xaa','\x01','\x56','\x39','\xdf','\xcf','\x49','\x9c','\x4d','\x4c','\xb6','\x9b','\x4e','\x6a','\xd4','\x24','\x4c','\x8d','\x6a','\xc6','\xa3','\x14','\x76','\x26','\x69','\x6a','\x2a','\xf0','\x2b','\x9a','\x0d','\x4a','\xb2','\xf6','\xc8','\x6a','\x1b','\x7b','\x3d','\x4a','\x1d','\xbc','\x10','\xaa','\xb0','\xfc','\xc5','\x43','\x05','\x6a','\x3e','\xac','\xd6','\x30','\x07','\x5d','\x27','\x46','\x99','\x05','\x14','\x12','\xa5','\xab','\xaa','\xec','\x15','\xa0','\x23','\xbc','\x29','\x4a','\xc6','\xcc','\x2e','\x67','\x19','\xa0','\x67','\x32','\x73','\xad','\x3c','\x64','\x99','\xea','\x05','\xd5','\x68','\x90','\x02','\xec','\xd7','\x15','\xfa','\x1f','\xc7','\x43','\x9c','\x97','\x6d','\x05','\x28','\xd4','\x27','\x2d','\xcc','\x8f','\xba','\xa9','\x18','\xff','\xb3','\xf2','\x46','\x58','\xfd','\x66','\x9d','\x20','\x50','\x4d','\x9d','\x39','\x65','\xec','\xc7','\xa9','\xa9','\x6c','\xcb','\xc8','\xcc','\xca','\x8f','\x31','\x75','\x73','\x95','\x1f','\x9e','\x9f','\x31','\x9c','\x07','\x95','\xe5','\xe9','\xef','\x9f','\x72','\x5c','\xc7','\x2b','\xf6','\x1f','\x65','\x58','\xa3','\x12','\xa0','\xfc','\x3a','\xaf','\xbd','\xf0','\xce','\x4b','\x46','\xfe','\x1e','\x77','\x00','\xd0','\x6e','\x76','\x82','\x71','\xf2','\xe0','\xb1','\x40','\x6d','\x5d','\x1e','\xaf','\x17','\x0a','\xf0','\x57','\xd5','\x55','\x64','\x3c','\xd1','\xfe','\x1f','\xac','\x2c','\x76','\x1d','\xb5','\x1b','\x67','\x9c','\x76','\x06','\x00','\xe0','\x97','\x9f','\xfb','\x02','\xf7','\xc1','\xda','\x4b','\xd1','\x98','\x56','\xed','\xb3','\x89','\xa6','\xc3','\xae','\x38','\x61','\xbb','\x94','\xad','\x0e','\xfe','\xb4','\x17','\xb4','\xfb','\xc3','\x69','\x4c','\x76','\x22','\x8a','\xee','\x2b','\x54','\x2e','\xaf','\x4b','\x87','\x3f','\xc1','\xbd','\x3f','\xbc','\x50','\x94','\x7b','\x7d','\xd3','\xe8','\x37','\x5d','\x33','\x12','\xf8','\x6e','\x9b','\x99','\x42','\x17','\xce','\x0a','\x50','\x67','\x27','\x08','\xa3','\xd1','\xc8','\x79','\x70','\x55','\x4e','\x10','\x26','\x60','\xdd','\x15','\x96','\xb5','\x82','\x29','\x42','\x7c','\x53','\x66','\x35','\x87','\xb0','\x75','\x20','\xf3','\x8c','\xd0','\xf5','\xfa','\xc5','\xf2','\xdf','\xe9','\xc9','\x2a','\xeb','\x0f','\x75','\xa8','\x7e','\xde','\x95','\x82','\x2e','\xcc','\x61','\x9c','\xc3','\x41','\x8e','\xd1','\x20','\xaf','\x26','\x0c','\xec','\xf4','\x4e','\xa0','\xcb','\x9e','\x8e','\xe6','\x13','\x2c','\x4b','\x52','\xbe','\xba','\x0c','\x92','\x4e','\x5c','\x0d','\x37','\xf9','\x5e','\x13','\xa5','\x80','\x34','\x4b','\x31','\x33','\x93','\x62','\x6e','\xa1','\x5f','\x9e','\xf1','\x93','\xb1','\x73','\x4b','\x60','\xcd','\xff','\xb4','\xf7','\xd1','\x69','\xf0','\x24','\x81','\x8d','\x22','\x25','\xb3','\x12','\x5a','\xe5','\xc8','\xf3','\xea','\x6c','\x15','\x90','\xd9','\x9b','\xf2','\xe4','\x29','\xef','\x9d','\x27','\x62','\x9d','\x3b','\x6f','\xfb','\xda','\x7c','\xf0','\x53','\xde','\x3d','\x5d','\x95','\x21','\xcd','\xa4','\xd3','\xde','\x27','\x2e','\x77','\xdb','\x23','\x0a','\x12','\x13','\x49','\xad','\x58','\x54','\xbb','\x58','\x38','\xf6','\x44','\x91','\xbd','\xa8','\xa2','\xf5','\x8f','\x07','\xe5','\x81','\x42','\xf9','\xdb','\xf2','\xf8','\x7d','\x9a','\x2f','\x78','\xb1','\x76','\x63','\x3c','\x21','\x68','\xeb','\x21','\x8e','\xc2','\xdb','\x05','\xb5','\x90','\xa9','\xa1','\xa7','\xf4','\xa9','\x54','\xa1','\x87','\x04','\x49','\x62','\xda','\xdb','\x70','\x90','\x63','\x38','\x44','\x79','\x08','\xab','\x89','\xdf','\x44','\xd5','\x26','\x9d','\x04','\x24','\x44','\x47','\x19','\x08','\xd5','\x0d','\x6a','\x87','\x8a','\x5f','\xa9','\x64','\x44','\xa3','\xf9','\xd4','\x84','\x56','\xaa','\xab','\xa1','\xa4','\xa9','\x66','\x54','\x97','\xaa','\x07','\x69','\x25','\x93','\x4c','\xde','\xe8','\x7c','\x1f','\x7b','\xb0','\x24','\xd5','\x41','\xc0','\x68','\xc7','\xa1','\x7d','\x3e','\xbe','\xc2','\xa6','\xdc','\x7f','\x79','\xf0','\xda','\xc4','\x02','\xbf','\xcf','\x95','\x9f','\x32','\xde','\xda','\x37','\x7a','\x80','\x08','\x2a','\xe6','\xfb','\x95','\xf5','\x28','\x7c','\xb7','\x73','\x44','\xb6','\x48','\x3a','\x3c','\xc6','\xc7','\xab','\x90','\x42','\x32','\x56','\xd9','\x4e','\xd2','\xaf','\x37','\x28','\xac','\xda','\xcb','\x1c','\x37','\x81','\x03','\xca','\xfa','\x92','\x26','\xe6','\x3f','\xa5','\x3a','\xe7','\xd5','\xa9','\xa6','\x0f','\x80','\xba','\xb3','\x99','\x09','\x29','\x3b','\xa3','\xd1','\x28','\xa8','\xcf','\xd4','\xce','\x01','\x6a','\x75','\x80','\xa0','\x23','\x3d','\x0e','\xbb','\x15','\x1c','\x6c','\x3b','\x55','\x6c','\xa6','\x39','\x84','\x93','\x08','\xa7','\x69','\xeb','\xe1','\x66','\x92','\xbc','\x4d','\xc6','\x78','\x9f','\xc9','\xff','\x88','\xc9','\xd9','\xe3','\xc4','\xde','\x7c','\x21','\xf2','\xdc','\x24','\x1d','\x86','\xfd','\x1c','\x7c','\x30','\x65','\x83','\x78','\x68','\x56','\xb3','\x73','\x9c','\x13','\x64','\xc6','\x7f','\x68','\x92','\xcf','\x1e','\x78','\xc6','\xaa','\xa7','\xfe','\xb4','\x79','\x69','\xe3','\x4b','\xae','\xaf','\xcd','\xea','\x8f','\x11','\x54','\xad','\x29','\x12','\x62','\xfd','\x2a','\xff','\xca','\xda','\x6b','\x23','\xdd','\x32','\x5c','\x5b','\x49','\xd1','\xde','\xcf','\x2e','\x1f','\xb5','\x36','\xbb','\x47','\x3f','\x98','\x80','\xcb','\x84','\x1a','\xa5','\x80','\x2c','\xab','\xf6','\xfb','\xcc','\xcd','\x67','\xe8','\xcd','\x64','\xa5','\xb7','\x1b','\x26','\xc6','\x90','\xc0','\xe0','\x09','\xe1','\x9a','\xfd','\x72','\x27','\xcb','\x4b','\x85','\xa7','\x34','\x77','\x2b','\x8a','\x6a','\x9f','\x0b','\x97','\xb9','\x94','\x67','\x13','\xeb','\x94','\x1b','\x17','\x36','\x9b','\x5f','\x7a','\xbc','\xfa','\xee','\x97','\xab','\x9d','\xae','\x50','\xde','\xbb','\x8d','\x33','\xca','\x47','\x73','\x66','\xde','\xb9','\x9c','\xd5','\x2f','\x3c','\x93','\x37','\xaa','\x1e','\xfc','\xb0','\xc6','\x9a','\x07','\x2b','\x9e','\xce','\xc4','\xed','\xc9','\xcb','\xb3','\x55','\xd2','\x34','\x6b','\xef','\x91','\x58','\xe9','\x3b','\x68','\xa7','\x86','\x03','\x60','\xf9','\x1c','\x63','\xe3','\xb8','\x17','\xad','\x79','\xbc','\x39','\x93','\xd3','\xed','\xea','\xa3','\x13','\x19','\x4c','\x58','\xb7','\x23','\x8d','\xd7','\x17','\x96','\xed','\xc7','\xd6','\xb9','\x42','\x01','\x89','\x46','\x5e','\x98','\x95','\xf3','\x24','\xd1','\x28','\x12','\xaa','\x49','\xa6','\x81','\xa9','\x50','\xf1','\x96','\x7f','\x27','\x4a','\x99','\xa3','\x12','\xec','\x61','\xa4','\xe6','\xbf','\xd1','\x20','\x37','\x07','\x02','\x17','\xa5','\x89','\x5d','\x51','\x2f','\x03','\x53','\xb7','\xaa','\xfc','\x25','\xca','\x3d','\x93','\x8b','\x56','\xd8','\xec','\x70','\x14','\xa8','\xab','\x8a','\xfa','\x03','\x5b','\xc9','\xea','\x7d','\x98','\xf3','\xfa','\x64','\xb6','\x67','\x9f','\xf5','\xd7','\x97','\xf8','\x23','\xd5','\xe4','\x88','\x4a','\x50','\x6e','\x26','\x57','\xc8','\x32','\xb6','\xdf','\x27','\xe5','\xee','\xdd','\x81','\x40','\x54','\x51','\xa8','\x6f','\xad','\x55','\x3d','\xed','\xe5','\x99','\xbe','\x26','\xeb','\xee','\xfd','\x64','\xc6','\x1b','\x52','\x48','\x99','\x58','\xfd','\xa8','\xae','\xc3','\x97','\x23','\xa1','\xc7','\xbd','\x49','\x61','\x58','\x7a','\x8e','\xf1','\x4f','\xbc','\x87','\xd3','\xb5','\x1f','\xee','\xdf','\xce','\x57','\xf7','\xea','\x35','\xef','\x27','\x6c','\x2a','\xa1','\xb1','\x5b','\x57','\xf5','\x24','\x98','\x78','\x4b','\xf1','\xb6','\x96','\x8b','\xad','\xce','\xee','\xf8','\x60','\x27','\xff','\xf8','\xfe','\x9f','\xa2','\x9c','\x70','\x28','\xeb','\x78','\x92','\x56','\x07','\x9e','\x26','\xe5','\x84','\x54','\xa3','\x72','\xa3','\xc7','\xe8','\x02','\x1b','\xc2','\xad','\xbd','\x44','\xdb','\x30','\x91','\x32','\x89','\xcc','\xb8','\x89','\xa0','\xef','\x19','\xda','\xe6','\xe3','\xec','\x01','\xf2','\xed','\xe4','\x42','\x0f','\x6c','\x4a','\xa6','\x3d','\x10','\x4e','\x9a','\xbe','\xd3','\x51','\xb3','\x59','\xab','\xb2','\xd1','\xd1','\xec','\x37','\xc0','\x3a','\x83','\x86','\x7a','\xb7','\x39','\x88','\x9f','\x15','\xf1','\x80','\xa3','\xa9','\x83','\x2d','\x97','\x51','\x49','\x01','\xca','\x73','\xb6','\xfa','\xa3','\x50','\x6d','\xda','\xe7','\xfa','\x19','\x75','\xfa','\x9e','\x3e','\x45','\xbf','\x27','\x90','\x0d','\x1d','\x4c','\x75','\xeb','\xa2','\x06','\xb8','\xcf','\x04','\xed','\x5b','\xb8','\xf2','\x93','\x28','\xf4','\xfa','\x46','\xf9','\x99','\x5f','\xe8','\x61','\x6e','\xbe','\x8f','\x6c','\x26','\x45','\x62','\xf7','\x95','\x78','\x23','\x99','\xd7','\xf3','\x5b','\x99','\x49','\xb3','\x3f','\x34','\xd8','\x1e','\x97','\xc2','\xae','\xfa','\xf8','\x9b','\xfc','\x43','\x2b','\x1c','\xb5','\x37','\x0c','\xc9','\xa8','\x41','\x14','\x1a','\xed','\xe9','\xd7','\x10','\xbe','\x7d','\x86','\xa3','\x01','\x2b','\xfc','\x91','\x80','\x59','\x70','\x87','\x0f','\x89','\x72','\x4c','\xa5','\x7c','\x45','\xc8','\x11','\xec','\xac','\x34','\xcb','\x36','\x6f','\x33','\xa5','\xcd','\x5c','\x70','\xfd','\x78','\x51','\xde','\xcc','\xad','\x26','\xed','\xa9','\x52','\x8c','\x2b','\x65','\x08','\xc1','\xf9','\x07','\x93','\x46','\x25','\xd8','\xdb','\xac','\x45','\x4b','\x67','\xf3','\x62','\x64','\xf7','\x40','\x05','\x6b','\x7a','\x19','\x92','\xd1','\xb9','\x72','\x6e','\xeb','\x7f','\x81','\xa2','\xec','\x24','\x94','\xa6','\x7d','\x41','\xd6','\x9d','\x4c','\x2d','\x7a','\x7e','\x95','\xce','\x53','\xcb','\xca','\x73','\xd8','\xca','\x63','\x46','\x80','\x01','\xd8','\xc1','\xc0','\xd5','\xf7','\x27','\x53','\x2f','\x05','\x6f','\x22','\x93','\xae','\x31','\x25','\xc8','\xa1','\x6c','\xa3','\x24','\xbe','\xdb','\x8b','\x4e','\xd8','\x90','\x96','\x54','\x8e','\x0e','\xaa','\x9c','\x08','\xe2','\xd2','\x5e','\x59','\x20','\xaa','\xb6','\xb9','\x50','\x57','\x47','\x41','\x28','\x63','\xaf','\x9f','\x96','\x2b','\x3e','\x59','\xb9','\x02','\xa4','\x92','\xc4','\x94','\x58','\xad','\x8f','\x09','\x40','\x65','\x4e','\x1d','\x6a','\xf9','\x60','\xad','\x0f','\x61','\x63','\xaf','\xf2','\xc3','\xd0','\x7b','\x86','\x34','\xa0','\x0d','\xc2','\x56','\xa5','\x09','\xf2','\xd3','\xf6','\x88','\x6f','\xbd','\x39','\xde','\xd3','\xf1','\xf8','\x3a','\xe9','\x5c','\xec','\x87','\xad','\x93','\x13','\xe6','\x60','\xb5','\x7d','\x4c','\xd8','\xbc','\xaf','\xbc','\xc8','\xf7','\x63','\x42','\x23','\x29','\x95','\x1f','\xda','\xf3','\x93','\xd8','\x06','\xe7','\x13','\x3f','\xdf','\x67','\x2b','\xf6','\x87','\x5b','\x11','\xdf','\x09','\x82','\xf9','\x66','\x61','\x7f','\x06','\xb5','\x15','\xa0','\x69','\xd0','\x28','\xdc','\xb5','\xd4','\xda','\x71','\x2b','\xf5','\x44','\x39','\x9e','\xfa','\xe8','\x1c','\xd2','\x62','\x4c','\x22','\x56','\x46','\x71','\x06','\x99','\xf2','\xfe','\xa4','\x46','\xf5','\x63','\xb2','\xd6','\x7d','\x3a','\x7d','\xef','\xd0','\xcc','\x4f','\xf0','\xf5','\x26','\x79','\xe7','\x29','\xd5','\xcd','\x28','\x4d','\x85','\x54','\x0a','\xaa','\xa3','\x61','\xe9','\xfc','\x60','\x98','\x5b','\x85','\x27','\xf1','\x67','\x27','\x03','\x75','\x2b','\x56','\xdd','\xac','\x17','\x22','\x05','\xc4','\x0e','\x19','\x0e','\xae','\xc8','\x72','\x85','\x2a','\x92','\xef','\x8e','\x93','\x65','\x36','\x22','\x2b','\x3f','\x24','\x0a','\xfd','\xd9','\x0c','\xb3','\x0b','\xbd','\xd2','\xe4','\xad','\x87','\x5e','\x2f','\x71','\xcc','\xde','\x9c','\x04','\x6c','\x1a','\xd5','\xac','\x99','\x51','\xfc','\x74','\x75','\xb5','\x54','\x7e','\xc8','\xbc','\x2b','\x27','\x4f','\x6f','\x4c','\xe0','\x70','\x85','\x2f','\x27','\x6b','\xab','\x60','\x35','\x02','\x8d','\x5b','\x82','\xab','\x6d','\x43','\x5c','\x4e','\x23','\x9b','\x72','\x9b','\x82','\xaa','\x7e','\x70','\xc1','\x2f','\x54','\x6f','\x1c','\x99','\xb0','\x26','\x25','\xd6','\xa7','\x2b','\x68','\x8f','\x50','\x28','\xbe','\x2e','\xfd','\x3d','\xcd','\xd2','\x87','\x5e','\x28','\xa4','\xa8','\x2a','\x2b','\xb5','\xa9','\xd2','\x01','\xc0','\x2a','\xa9','\x69','\xef','\x6b','\x8f','\xf9','\x56','\x7e','\x9f','\xee','\xd5','\xff','\x56','\xcc','\x71','\x07','\xf4','\x50','\x51','\x50','\x79','\x6b','\x53','\x2c','\x49','\x75','\xec','\x44','\x6d','\xeb','\x15','\x9b','\x5f','\xa0','\x36','\x99','\xf6','\x12','\xbb','\x22','\xa2','\x54','\xe5','\x26','\x3b','\xcf','\x35','\xa0','\x0b','\xf3','\x9d','\xcb','\xf3','\x71','\x2a','\xc1','\xb9','\xf6','\xc5','\x1d','\x85','\xc4','\x99','\x90','\xf1','\x7e','\xb5','\xbd','\x27','\x4d','\xa4','\x58','\xa5','\x3c','\x50','\x21','\xea','\x2b','\x41','\xda','\x3e','\xac','\x00','\xeb','\xed','\x8d','\xce','\xf8','\xc9','\xb2','\xb2','\x9f','\xf1','\x2c','\x51','\xb8','\xf2','\x4d','\xee','\xe1','\x95','\x4d','\xc0','\xcd','\x7d','\x68','\x8f','\x85','\xbf','\x8a','\x65','\xeb','\xbd','\xd3','\x8f','\xba','\xab','\x01','\x8d','\x26','\xde','\x4e','\xe4','\x81','\x6b','\x6b','\x8c','\x0e','\xfe','\xd1','\x2d','\x23','\xbe','\x49','\xf2','\x78','\x4f','\xc7','\x9e','\x69','\x79','\xda','\xcf','\xa3','\xa6','\x3e','\x55','\x33','\x4d','\x2f','\x10','\x53','\x6c','\x10','\x5b','\x65','\x99','\x5b','\x65','\x37','\x44','\x01','\x3b','\x41','\x65','\x8f','\xf7','\x2b','\x27','\xa0','\x92','\x84','\x1c','\x1f','\x28','\xdb','\x27','\x3a','\xd9','\x67','\x93','\x10','\x3c','\xef','\x66','\x6c','\x65','\xed','\x43','\x34','\xa1','\x35','\x25','\x4b','\x33','\xe7','\xef','\xa2','\x28','\xda','\x9d','\x20','\x98','\x93','\xd7','\xc7','\xd9','\xf3','\x13','\xaa','\x40','\xd5','\x97','\x0d','\x2a','\x41','\xbc','\x1f','\xec','\xa2','\x04','\x8d','\x25','\xc5','\x85','\x12','\x52','\xb5','\x28','\xec','\x4c','\xeb','\xb8','\x51','\x4e','\x40','\xfd','\x35','\xd7','\xb7','\xe6','\xd7','\xda','\xf8','\x1a','\x26','\xdf','\x5c','\x1b','\xd6','\x3e','\xfd','\xce','\x84','\x32','\xda','\xd2','\xa1','\x16','\x05','\x90','\x8f','\x72','\x0c','\x57','\xca','\x83','\x4f','\x73','\xf7','\x3c','\x00','\x76','\xea','\x46','\x15','\x1f','\xaf','\xc0','\x1a','\x95','\x17','\xdd','\x50','\xf2','\xa4','\x1c','\x6b','\xd0','\x83','\x65','\x1f','\x1a','\x91','\x5c','\x4b','\xc2','\xf3','\x67','\x74','\x8f','\x7e','\x94','\xb3','\xcd','\x31','\x45','\x89','\x94','\x28','\x55','\xb9','\xb9','\x9e','\xdb','\xd6','\xb7','\xca','\x4f','\x9a','\x25','\x70','\x26','\xc4','\x35','\xaa','\xf7','\x2d','\x9f','\x53','\xf6','\x3a','\x2a','\x7b','\x69','\xa6','\x00','\x99','\x43','\x3d','\xc9','\xf4','\x4d','\xdb','\xd3','\xb4','\xfd','\xfc','\xfa','\x65','\xc4','\x54','\xa8','\x0e','\xb0','\xc1','\x55','\xa1','\xa1','\x64','\xc6','\xc7','\xc9','\xc7','\x84','\xd1','\xf2','\x55','\x1f','\x47','\x60','\x2b','\x15','\x4b','\x92','\x4b','\x8d','\x17','\x30','\x96','\x2a','\x09','\x67','\x3c','\x6d','\x2b','\x74','\x82','\x7d','\xe8','\x70','\x67','\xc9','\x05','\x9e','\xf1','\xda','\x23','\xab','\x74','\x65','\xfd','\x55','\xbc','\x88','\xd9','\x6d','\xe5','\x85','\xaf','\xaa','\xff','\xea','\x27','\x78','\x22','\x6f','\x15','\xbc','\xea','\x84','\x08','\xb4','\x99','\xb1','\xb2','\x12','\x9a','\xd8','\xe8','\x98','\x76','\x2d','\x2f','\x76','\xcf','\x4e','\x81','\x42','\x2b','\xa0','\x80','\xb7','\xc2','\x51','\x7d','\x4b','\x9b','\xac','\xa7','\x04','\x2b','\x52','\x70','\x66','\x4c','\x9d','\x49','\x12','\x85','\xa1','\x1a','\x01','\xba','\x40','\x9e','\x53','\xdb','\x23','\x61','\x0d','\xe5','\x81','\xd6','\xee','\x3b','\x54','\x4a','\x83','\xae','\x22','\xb6','\xdf','\x96','\xbf','\x4f','\x35','\x78','\x57','\xae','\xa2','\x59','\x06','\x6d','\xde','\xfd','\x3a','\x18','\xa0','\xac','\x2b','\xbc','\x28','\x69','\x1f','\x45','\x5a','\x7a','\x7b','\xeb','\xf5','\x12','\xf7','\x80','\x53','\x92','\x3a','\x49','\x40','\x66','\x69','\xf8','\x9f','\xa5','\xca','\x8c','\xae','\x84','\xcf','\xea','\x2d','\xe0','\x36','\x1c','\x56','\xe6','\x5c','\x77','\x0a','\x2a','\x3f','\x4c','\x48','\x9f','\x58','\x0e','\xe1','\x19','\x89','\xfe','\x19','\xbc','\xa9','\x43','\x01','\x6d','\x56','\x6a','\x52','\x8d','\xfb','\x4c','\x2c','\x9f','\x81','\xfa','\x5c','\xcb','\x0b','\x6f','\xf6','\xda','\x8d','\xaa','\x1e','\x36','\xf0','\x26','\xc1','\x77','\xad','\x2e','\xda','\xfe','\xc8','\x4b','\x5f','\x69','\xea','\xb3','\xb9','\x56','\x1a','\x4f','\xa6','\x25','\xd9','\xf0','\x4d','\xe5','\xaf','\x72','\xba','\xe5','\x5c','\x1d','\x38','\x4d','\xbf','\x35','\x50','\xba','\x9e','\x37','\x26','\x6f','\xe5','\x9e','\xb4','\x84','\x97','\x3b','\x6b','\xbb','\xc1','\x31','\x1a','\xee','\x8d','\x98','\x4c','\xbc','\xe1','\xb2','\x51','\x4c','\x40','\x58','\xdf','\x5c','\x34','\xd1','\xb5','\xa8','\xf2','\xa2','\xae','\xc7','\xc4','\x74','\x1b','\xc7','\x0b','\x9c','\x1f','\x28','\xcf','\x73','\xb7','\xe3','\xea','\x9c','\xc5','\x6e','\xa1','\x9b','\xe2','\x61','\x55','\xab','\x9d','\x71','\x93','\xf2','\x27','\x8e','\x56','\x5b','\xf9','\x14','\xff','\xd1','\x61','\x70','\x9e','\x30','\x99','\xe8','\x73','\x63','\xca','\x88','\xe1','\x1b','\xab','\x6f','\x81','\x5d','\x63','\x18','\x2f','\xa5','\x29','\xf5','\x0c','\xb1','\x77','\x0f','\x8e','\x34','\x3c','\x79','\x05','\xad','\x0b','\x0c','\x87','\xfc','\xdc','\x1f','\x6d','\x05','\x0d','\x4d','\x8a','\x0b','\x8b','\xa2','\x8a','\x92','\xea','\x83','\x1e','\xe3','\x1b','\x79','\x43','\x86','\xdb','\xd7','\x3a','\xef','\xa2','\xdd','\x3f','\x03','\x25','\x55','\xb9','\xca','\xf5','\xbd','\x41','\x99','\xa4','\xca','\x55','\xac','\xc4','\x6c','\x40','\x9e','\x99','\xed','\x61','\x6e','\xa1','\x3c','\xe3','\xa7','\x74','\x73','\x6d','\x9d','\x19','\xf0','\x74','\x1d','\x5b','\x1f','\xba','\x47','\x9e','\xdd','\xcc','\x45','\x3b','\xce','\x69','\x57','\xf1','\xa9','\x3c','\x59','\x05','\x5f','\xbe','\x7a','\x13','\x0d','\xd4','\x36','\x2b','\xd4','\xc7','\x46','\x7b','\xb3','\xba','\x36','\x61','\xeb','\x72','\xbe','\x9f','\x0e','\xfe','\xb6','\x79','\x68','\x49','\xc2','\xc9','\x0a','\x09','\x99','\xce','\x7e','\x0a','\x2e','\xac','\x1a','\xa9','\xcd','\x9a','\xe5','\x28','\xda','\x79','\x53','\x85','\xf3','\x0f','\x43','\xe5','\x59','\xa1','\xa2','\x22','\x65','\x43','\xb9','\x77','\x59','\x9e','\x7d','\x51','\xa4','\xbc','\xc5','\xe4','\x61','\x0a','\xeb','\x6c','\x3a','\xb7','\xef','\x52','\x09','\xc5','\x4e','\xc4','\xaa','\x7a','\xcd','\x5a','\x39','\xac','\x52','\xff','\x71','\x64','\xd4','\x60','\x1a','\xa5','\xf4','\x0e','\xef','\xe6','\x54','\xc7','\x72','\x7f','\xb0','\x68','\x88','\x2d','\x72','\x49','\x01','\xe5','\x3e','\x02','\x53','\xd0','\x45','\x62','\x7e','\xaa','\xb4','\x3c','\x04','\x15','\xc6','\xd3','\x66','\x42','\xdf','\x30','\xf4','\x2e','\xe5','\xf5','\x04','\x09','\xb2','\x1e','\x53','\x74','\x90','\x03','\xc3','\xdc','\x4e','\x2a','\xe8','\x02','\xf6','\x6c','\x28','\xcd','\x37','\xcc','\xf1','\x57','\x29','\xb5','\x92','\xe6','\x73','\x4a','\x54','\xf5','\x8f','\x2d','\x7c','\xab','\x06','\x8d','\xf5','\x61','\xb9','\x60','\x6e','\x84','\x49','\xe6','\xe9','\x2d','\x4b','\x91','\x64','\xa5','\x37','\x2d','\xa6','\xe5','\x94','\xad','\x22','\x90','\x4e','\xb9','\x8a','\xa5','\xfd','\x57','\x52','\x36','\xb3','\x76','\xf5','\xce','\x13','\x47','\x9c','\xa8','\x74','\xd5','\x67','\x34','\xd5','\x0b','\xa7','\x04','\xb5','\x7f','\xa1','\x96','\xb3','\x86','\x98','\x42','\x69','\xd5','\x23','\x72','\x86','\xa3','\x0e','\x7d','\x4d','\x87','\x44','\xd8','\xe5','\xa6','\xc8','\xfc','\x01','\x2c','\x10','\x95','\xf6','\x7e','\x37','\x8c','\x49','\x4e','\x38','\xe5','\xbd','\x57','\x63','\xd3','\x19','\x63','\xac','\x0c','\x47','\x15','\xbf','\xc9','\x3f','\xa4','\x3f','\xa6','\x94','\xd7','\xc8','\xdd','\x3c','\x59','\x28','\x90','\x6b','\xfa','\xa4','\x74','\xcf','\xae','\x92','\x24','\xb8','\xf2','\xee','\xb7','\x97','\x5a','\x3f','\xeb','\xe7','\x61','\xcc','\x8e','\x71','\x5a','\xa2','\xea','\xd8','\x09','\x6e','\x42','\xda','\xa4','\x55','\xdf','\x09','\x82','\x52','\xaa','\xdd','\x0b','\x5c','\x68','\xbf','\xcf','\xaa','\x4d','\xe2','\xa6','\x21','\x57','\x4f','\xfc','\xfc','\x06','\xa8','\xd4','\x4d','\x53','\x15','\x0d','\x93','\x00','\xab','\x66','\xc2','\x8e','\xd2','\x1b','\x1f','\xd6','\x96','\x0d','\x9f','\xe1','\x68','\xc7','\x0e','\xf6','\xac','\xb7','\x56','\xca','\x08','\xa0','\xc3','\x41','\x81','\xc1','\x60','\x84','\x3c','\xaf','\x3a','\x46','\x00','\xe0','\x76','\xe3','\xa1','\xad','\x03','\x9d','\xbe','\x4d','\x53','\x3b','\xe9','\x20','\x77','\x75','\xc2','\x1f','\xbc','\xca','\x5e','\x5a','\x29','\x20','\xeb','\x25','\x98','\x99','\xed','\x63','\x7e','\x5b','\x79','\xc6','\xcf','\x0c','\x79','\x7a','\xf3','\x85','\x6e','\xd7','\x7d','\xac','\x1d','\xfb','\x0a','\x5e','\x0c','\x71','\xe5','\x27','\xcf','\xd9','\x28','\xe9','\x95','\x0b','\x1f','\x20','\x6b','\xba','\x4c','\x8b','\x1e','\x19','\x2c','\x92','\x69','\x77','\xe0','\x63','\x8c','\x40','\x8e','\xae','\x69','\x95','\x1f','\x77','\x15','\x87','\x9b','\x55','\x54','\xa6','\x4d','\x4e','\x2c','\x65','\x99','\x56','\x8a','\xa5','\x5d','\x45','\xaa','\x65','\xaa','\x21','\x2f','\x4c','\xe8','\xb5','\xa2','\xa1','\xf3','\x2e','\xbe','\xe2','\x14','\x78','\xcf','\xb6','\xfa','\xb9','\x05','\xda','\xf6','\x38','\x68','\xbf','\xde','\xb5','\x3e','\xd0','\x1c','\xcc','\x56','\xf7','\xb2','\x02','\xe8','\xc2','\x38','\x45','\x50','\x3a','\x01','\xb5','\x17','\x05','\x85','\x42','\x69','\xa3','\x10','\xf9','\x9a','\x1f','\x43','\xa9','\xf2','\x7c','\xbe','\x8c','\x85','\x01','\x8c','\x49','\x5c','\x5e','\x98','\x33','\x88','\xc0','\x4c','\xeb','\x54','\xa8','\x1d','\xd3','\xcb','\x21','\xfc','\xed','\x9d','\x8b','\x5e','\x80','\x71','\xc7','\x1a','\xaf','\xae','\x25','\x89','\x2a','\x95','\x9f','\x14','\x59','\x2f','\x45','\x9a','\xd1','\x7e','\x0a','\xf6','\xbe','\xb6','\x2d','\xc4','\x12','\xaa','\xf2','\x54','\x55','\x3f','\x55','\xdd','\x03','\xd8','\xea','\x45','\xa8','\xc3','\xa2','\xb6','\xe4','\x6b','\x51','\x08','\xd7','\xe5','\x49','\x15','\x91','\xd5','\x32','\xc9','\x58','\x32','\xa5','\x24','\x9b','\x9a','\x74','\xa8','\x0b','\x8a','\xa8','\x72','\x26','\x26','\xef','\x10','\xe1','\x75','\xe9','\xaf','\xbb','\xc2','\xc6','\x42','\x6d','\xff','\x0f','\xf6','\x38','\x06','\x55','\x3a','\x3b','\xa8','\xfe','\x85','\xa3','\xfc','\x50','\xfd','\xf3','\xba','\xee','\x06','\x0d','\x28','\x70','\x7d','\x13','\x2b','\x1b','\x5b','\x91','\xd0','\x6a','\x4f','\xeb','\x0a','\x50','\x92','\x24','\x35','\x25','\x68','\x75','\x07','\xa1','\x96','\xc3','\xad','\x37','\x40','\x8e','\xa3','\x09','\x93','\x56','\x1e','\x9e','\x09','\x6a','\x82','\x37','\xb8','\xc0','\x83','\xd3','\xac','\x70','\xb5','\x8e','\xda','\xad','\xd1','\xce','\x6c','\x99','\x37','\xae','\x74','\x79','\xa7','\xd6','\xac','\x72','\x99','\x52','\xd7','\xfa','\x9a','\x68','\x5c','\x2a','\x16','\x73','\xc3','\xf3','\xa1','\x70','\x8d','\xaf','\x10','\xb8','\x39','\xb6','\xac','\x34','\x2d','\xe1','\xaa','\xf6','\x5e','\x55','\x05','\xac','\x7e','\xd1','\x40','\x5c','\xbd','\xbc','\x2e','\x34','\x46','\xa3','\x02','\xc3','\xc1','\x08','\xa3','\x61','\x51','\x76','\x8c','\xd5','\xd0','\x1a','\x9a','\x95','\xef','\x5c','\xbd','\x6a','\x4a','\x49','\x73','\x90','\xc0','\x7e','\xe2','\x96','\xa8','\x75','\xb0','\x09','\x58','\xaf','\x6d','\x29','\xd0','\xeb','\x65','\x98','\x9d','\xcb','\x30','\xb7','\x30','\x83','\xb9','\x85','\x1e','\x7a','\x33','\xa9','\x51','\x7e','\xb4','\xf7','\xb8','\xf6','\xeb','\x8f','\xb2','\x71','\x59','\xe1','\x9e','\x12','\xd6','\x95','\x57','\x33','\xe3','\xf0','\xc0','\xb8','\xef','\x8d','\x6c','\x3a','\xa0','\x4c','\x35','\xbf','\x98','\x55','\x2e','\xdd','\x7b','\xc1','\x39','\x87','\x58','\xb9','\x4c','\xd0','\xee','\xa3','\xd5','\x26','\x10','\xad','\xfd','\xf6','\x56','\x37','\xd6','\x75','\xc5','\x4d','\x99','\xad','\x31','\x2a','\x49','\xac','\x29','\x53','\x92','\x54','\xca','\x8f','\xdf','\x93','\x40','\x2b','\x14','\xa0','\xd9','\x7d','\xbe','\x1a','\x67','\x1a','\xbb','\xf9','\x3e','\x3a','\xdc','\xd6','\xec','\x87','\x53','\xe1','\xd5','\x18','\x55','\xfb','\x61','\x0b','\xd4','\xf9','\x1a','\xca','\xad','\x03','\x8e','\xa9','\x51','\x9b','\xa4','\x34','\x46','\xfb','\x0d','\xe6','\x8f','\x57','\x19','\x7a','\xcd','\x50','\x9c','\xfc','\x23','\x38','\x13','\x19','\x63','\xe4','\x81','\xfa','\x4f','\xff','\x79','\x27','\x92','\x8e','\x15','\xce','\xae','\xe4','\x55','\x21','\x6c','\xd7','\xa2','\x35','\x0a','\x98','\x95','\x0c','\x5a','\x0d','\x82','\x32','\x42','\x96','\x75','\x38','\xc1','\xca','\x98','\xde','\xdb','\xa9','\x43','\x49','\x02','\xf4','\xaa','\xbf','\xe9','\xdf','\x7c','\x64','\xf6','\x1b','\x25','\x4a','\x97','\x15','\xad','\xea','\xd7','\x6c','\x1c','\x8e','\xbd','\x17','\xc2','\xdf','\x89','\x09','\x79','\xd4','\xdb','\x69','\xf7','\x42','\xe3','\xeb','\xf3','\x7c','\xd3','\xbe','\x25','\xa3','\xfc','\x94','\x6e','\xae','\x7b','\x66','\x15','\x88','\xea','\x7e','\xc8','\x64','\xd1','\xd1','\x72','\x02','\x97','\x9d','\xbf','\xb9','\x7e','\x63','\xc7','\x44','\x6d','\xd3','\xf7','\xb3','\xeb','\xac','\x86','\xb0','\xb4','\xab','\xaf','\xac','\x79','\xd4','\x95','\x83','\x8b','\x4e','\x7d','\x48','\x5c','\x1d','\x70','\xfe','\xd2','\x4d','\x61','\x02','\xb1','\xd6','\x3a','\xbb','\x0e','\x11','\xf8','\x7d','\x33','\xab','\x48','\x4e','\x4b','\x8f','\x45','\x15','\xba','\xae','\x83','\x6f','\xd3','\x1e','\x41','\x53','\xc0','\xc0','\xc0','\xd9','\x58','\x1e','\x63','\xf5','\xe5','\xd4','\x4b','\xda','\x41','\xa4','\x6a','\x97','\xf4','\x77','\xb9','\x7a','\x0a','\xcd','\xc6','\x47','\xa0','\x5c','\xf9','\xa9','\xcc','\x33','\xd9','\x42','\x23','\x6b','\x0f','\x5e','\xfd','\xd2','\xfc','\x32','\xab','\x98','\x4d','\x4a','\x50','\xc3','\xed','\xcd','\xc2','\xb8','\xdd','\xe9','\x46','\x11','\xda','\xef','\xd3','\xeb','\xf5','\x82','\xfa','\x8c','\xe3','\x04','\xc1','\x57','\x80','\x6a','\x2b','\x40','\xec','\xa3','\x4f','\xba','\x38','\x54','\x1f','\xe0','\xbd','\x00','\x41','\x7d','\x25','\x7e','\x48','\x6a','\x2d','\x3e','\xba','\x6a','\x33','\x6a','\x45','\x84','\x3a','\xb1','\x81','\x74','\x92','\x77','\x2b','\x25','\x03','\x67','\x90','\xd1','\xcc','\xd7','\x4f','\x6c','\xd0','\x98','\x40','\x28','\xf3','\x9f','\x23','\xb9','\x30','\x20','\x1f','\x06','\xe9','\x22','\xbb','\x74','\x89','\x60','\xb3','\x37','\x84','\x8a','\x8e','\x4d','\x97','\x7f','\x7b','\xe5','\x9e','\xfb','\x33','\x1c','\x14','\x28','\x46','\x05','\xeb','\x30','\xbb','\xa5','\x3c','\x96','\x42','\xd4','\x12','\x8f','\x93','\xd5','\x88','\x20','\x6e','\xeb','\x5a','\xad','\x5d','\x29','\x3b','\x18','\x2a','\x65','\xf6','\xfb','\x64','\xfd','\x04','\xf3','\xf3','\x7d','\xcc','\x6d','\xeb','\x63','\x66','\xb6','\x87','\x5e','\x3f','\x61','\x26','\x58','\x2c','\xff','\x9a','\x09','\x04','\x36','\x23','\xda','\xae','\xf0','\x18','\xc1','\xb1','\x8c','\x9f','\x9c','\x1d','\x30','\x17','\xd7','\xf6','\x5c','\x9b','\x18','\xad','\x23','\x7f','\xcb','\xfd','\x69','\x3f','\x57','\xa2','\xfc','\x3f','\x5a','\xe2','\xe3','\x2b','\x07','\x56','\x31','\x64','\xed','\xdc','\x0c','\xa0','\x9a','\xd9','\x92','\x27','\xe5','\xe1','\xa6','\xae','\x42','\xc9','\x85','\x36','\x0d','\x20','\x49','\xcd','\x8f','\xa2','\x1c','\xbf','\xcd','\x60','\xed','\xf9','\x11','\x73','\x24','\x6c','\x7e','\xa3','\x12','\x7e','\xeb','\xe2','\x5d','\x19','\x22','\xd0','\xa7','\x86','\x64','\x4c','\x27','\x00','\x48','\xc0','\x0c','\x69','\x56','\x55','\x40','\x13','\xd7','\x04','\x3d','\x45','\x44','\xf6','\xdd','\x52','\x78','\x05','\xe9','\x28','\x95','\xa5','\x23','\x8c','\x44','\x27','\xa5','\xa3','\x03','\x3a','\xda','\xa7','\xd2','\x48','\x6c','\x95','\x0b','\xf5','\xb7','\x0a','\x48','\x55','\x02','\xd5','\xa3','\x33','\xa2','\x14','\x92','\x15','\x85','\xa1','\x32','\x2b','\x41','\xc6','\x74','\x12','\xc6','\x5c','\x4c','\x55','\xf5','\xa9','\x53','\x7f','\x54','\xfb','\x5c','\x11','\xc9','\xd4','\x17','\xf0','\x22','\x7d','\x23','\x09','\x91','\x69','\x66','\xf6','\xfc','\xd0','\x7e','\x9f','\x84','\x5c','\x7c','\xeb','\x7a','\x3d','\x72','\x2c','\x2e','\x1b','\x04','\x47','\xe5','\x55','\x14','\xae','\xa3','\xd4','\xda','\x6f','\x19','\x40','\x47','\x02','\x4d','\x73','\x3c','\x9b','\x66','\xbd','\x75','\x14','\xff','\xa0','\x42','\x12','\x7a','\x86','\x39','\x6a','\xd7','\xfe','\x03','\x9c','\x6a','\x5c','\xa8','\x47','\xec','\xa5','\x31','\xc1','\x60','\xd6','\x39','\x78','\x53','\xc0','\x0e','\x32','\x62','\x5b','\xdc','\xc6','\xe1','\x02','\xf5','\xb1','\xde','\xed','\x82','\xbc','\x71','\xba','\x07','\x0d','\xab','\x44','\xd9','\x7a','\x9a','\x24','\x95','\x13','\x12','\xca','\x83','\xdd','\x07','\xe9','\xd5','\x5b','\x00','\xa8','\xaf','\xe8','\x63','\x72','\xd9','\x52','\x18','\x8b','\x2c','\xc9','\x90','\x24','\x89','\x5d','\xf5','\x51','\x4a','\x21','\xcb','\xb2','\xa0','\x45','\x9b','\x55','\x80','\xf2','\x3c','\x0f','\xee','\x01','\x8a','\x29','\xf0','\xda','\xeb','\x40','\x82','\xdf','\xb5','\xa5','\x02','\x04','\xeb','\x43','\xa4','\x92','\x58','\x01','\xcc','\xdf','\x29','\x5d','\x8d','\x17','\x61','\x34','\xe0','\xec','\xd8','\x8d','\x66','\x16','\xe3','\x35','\x6e','\x1e','\x47','\x35','\x9d','\x00','\xd7','\x0d','\x48','\x99','\xae','\x2f','\x93','\x74','\xa4','\xa9','\x53','\x1a','\x37','\xa0','\xdf','\x07','\x56','\x79','\xe9','\xa4','\x51','\x9a','\x3f','\x8d','\x4e','\x17','\xba','\x55','\x67','\x22','\x25','\xa9','\xc3','\x43','\x5d','\xbf','\x91','\xae','\xfd','\x08','\x3e','\xac','\xfd','\xfb','\xec','\xcf','\xa2','\xd0','\x18','\x8e','\x72','\x0c','\x56','\x46','\x18','\x95','\x76','\xf6','\x8d','\x49','\xfa','\x1d','\x6b','\x57','\x2d','\x09','\x70','\x06','\x68','\x9e','\x5b','\x57','\x79','\x36','\x82','\x2f','\xcf','\x75','\xcb','\xa4','\x92','\x23','\x48','\x17','\x65','\xf5','\xa4','\xfd','\x3e','\x33','\xf3','\x3d','\xcc','\xcd','\x67','\x98','\x99','\xed','\x21','\xcb','\x12','\xbb','\xb9','\x93','\x0b','\xed','\xa1','\xea','\x60','\x15','\xee','\x82','\x09','\x13','\xba','\x52','\x88','\xaa','\xd5','\x9f','\x80','\x9b','\x6b','\x16','\x6f','\xb5','\xea','\x11','\x29','\x27','\xed','\xfc','\x13','\xca','\xc5','\xd4','\xd0','\xc1','\x38','\x7d','\xe9','\xb5','\x21','\x4d','\xca','\x2b','\x2b','\x8b','\xea','\xfc','\x88','\xf2','\xbf','\x52','\xe9','\x71','\x56','\x7d','\xd8','\x07','\xae','\xca','\xa4','\x12','\x06','\xc9','\x93','\x16','\x60','\x04','\x49','\xad','\x35','\x0a','\xea','\xd3','\x0a','\x4a','\x57','\x55','\xf9','\x57','\x91','\x36','\xe4','\x69','\x3c','\xbe','\x1b','\x66','\xf7','\x9e','\xfb','\xbe','\x5c','\x08','\xa7','\x5a','\x69','\x67','\xec','\xb5','\x5f','\x47','\xe9','\xb2','\x11','\x6a','\xfd','\xae','\x37','\x86','\x1f','\x87','\x73','\xbd','\x11','\xaf','\x25','\x84','\x3e','\xd1','\x38','\x55','\x65','\x7c','\xed','\x20','\x1a','\x8f','\x53','\x65','\xfc','\xf1','\xa2','\x54','\x66','\x8b','\xc2','\x9c','\x5a','\x9e','\x50','\xd0','\xa4','\x0c','\x5c','\x86','\x69','\x9b','\x68','\x4c','\x94','\x02','\xb2','\xc4','\xa9','\x67','\xc3','\x01','\x4a','\x25','\xc8','\x78','\xa2','\xe3','\x65','\xdb','\xe6','\x1c','\x84','\x3b','\x76','\x71','\xda','\x5f','\x28','\x1f','\xf4','\x82','\x76','\xff','\x43','\x65','\x66','\x49','\x42','\x7b','\x92','\x2a','\xa4','\xa9','\x59','\xf1','\xc9','\x7a','\x09','\x32','\x76','\x88','\x24','\xdf','\xa2','\xe4','\x0c','\xd3','\x7c','\x73','\x4e','\xac','\x62','\xa0','\x7e','\xbd','\x56','\xd4','\xb6','\x9e','\xb3','\x74','\xbc','\x0e','\xad','\x5b','\xcc','\x2d','\x78','\x63','\x4d','\x7b','\x75','\xa3','\x36','\xea','\xe6','\xcd','\xf6','\x6c','\xbe','\xb2','\x46','\x41','\x42','\xe6','\x1d','\x6d','\x5d','\x92','\xd3','\xfd','\x56','\x25','\xc4','\xa5','\x94','\xc0','\x6d','\x7b','\xd3','\x79','\xb6','\x53','\x3b','\x1a','\xb7','\x5f','\x0e','\xf7','\xe7','\x8d','\x43','\x67','\xe0','\x5e','\x68','\xac','\xad','\xad','\xd4','\xd4','\x36','\xb3','\xa2','\xec','\xab','\x51','\xad','\xae','\x6b','\x53','\x3a','\x64','\x6a','\x6a','\xf7','\xfe','\x4c','\xbd','\xae','\x54','\x0f','\xc7','\x46','\xb4','\xce','\xf1','\x76','\x0d','\xb8','\x4a','\xb9','\x77','\x6d','\x46','\xde','\xe9','\x33','\x2a','\x46','\x4e','\x7d','\xd0','\x5a','\xb7','\xef','\x01','\xca','\xf3','\x1c','\xa3','\xd1','\x08','\xdc','\x7f','\xf6','\x68','\x34','\xea','\x9c','\x68','\x78','\x9c','\xf3','\xbb','\x24','\x4f','\xf2','\x69','\x8a','\x8c','\x3f','\xd6','\xfd','\x66','\x45','\x63','\xeb','\xde','\x00','\xc6','\xac','\x35','\x6b','\x55','\xc9','\x56','\xf5','\xf6','\x0d','\x9d','\x40','\x28','\x91','\xf6','\xb0','\x01','\x65','\x76','\x4d','\x08','\x35','\xdd','\xa6','\x6e','\xc7','\xf4','\x84','\x45','\x51','\x60','\x34','\x28','\x30','\x58','\x31','\x2e','\x67','\xc7','\x52','\x68','\xc6','\x09','\x1b','\xca','\x06','\xe5','\x50','\xc1','\xb6','\x49','\xbb','\x87','\xc0','\x6b','\x6c','\xc1','\x49','\x04','\xfa','\x58','\x56','\x17','\x37','\x8e','\x1b','\x7a','\x3d','\xa3','\xfc','\xcc','\x6f','\xef','\x63','\x66','\xbe','\x87','\x7e','\x3f','\xab','\xf6','\xa1','\xb0','\xc7','\xfd','\xa1','\xdc','\xde','\xd3','\xf4','\x5f','\xe5','\xc9','\xad','\x5a','\x95','\xa8','\x4c','\xb5','\x0a','\x4d','\x1b','\x49','\x3d','\xd9','\xcf','\xe9','\x98','\x60','\x05','\xa1','\x90','\x05','\x5c','\xb8','\x04','\x49','\x7a','\x9c','\x66','\x1b','\xe9','\x12','\x93','\x0e','\xd6','\x1e','\x27','\x04','\x0d','\xa6','\xe5','\x40','\xab','\x41','\x7b','\x31','\x94','\x67','\xee','\x56','\x77','\xa3','\x6a','\x7b','\x27','\x67','\xda','\x5b','\xdb','\x3a','\xc0','\x1b','\x55','\xa2','\xcd','\xea','\xa4','\x4e','\x98','\x2b','\x71','\x0a','\x53','\xab','\x77','\x6e','\xa3','\xad','\x3c','\x0b','\x36','\x34','\x36','\x5b','\x6f','\x54','\xe4','\x5d','\x79','\x05','\x2c','\x15','\x22','\xff','\x0a','\x5d','\xe8','\xd0','\x4d','\xaf','\x2e','\x00','\xcf','\xd3','\x58','\x0f','\xb4','\xc4','\x13','\x63','\xc2','\xf8','\x03','\x43','\x21','\xb4','\x29','\x62','\x95','\x94','\x2b','\xa7','\xe5','\x6d','\x5a','\x11','\xa2','\x76','\xac','\x54','\x3c','\x1a','\xa8','\xf2','\x20','\x51','\x95','\x96','\xff','\x96','\xdf','\x7b','\xa0','\x6c','\x9f','\xa5','\xb5','\xae','\x1f','\x98','\xaa','\x48','\x0c','\x86','\x75','\x90','\xe2','\xb8','\xea','\x2d','\xbc','\x01','\x34','\x34','\xc0','\x73','\xc1','\x9f','\xad','\x30','\x51','\x9f','\xa5','\x12','\x20','\x4d','\x13','\xeb','\xec','\x20','\xcd','\xaa','\x09','\x00','\x9e','\x8f','\xca','\x2d','\x72','\xa5','\x13','\x98','\x78','\x9a','\xcb','\xba','\xf1','\xae','\x7d','\x95','\x2a','\x14','\x4d','\x4e','\x8c','\x83','\x13','\xba','\x26','\x53','\x94','\x61','\x54','\x19','\x32','\x14','\x75','\x30','\xb9','\xaa','\x0f','\x43','\xe0','\xdb','\xd6','\x3a','\x9a','\x48','\x96','\xa3','\xaf','\xa2','\xbd','\x7f','\xa3','\xc1','\x1a','\x14','\xb6','\xb6','\x62','\x8a','\xf5','\xbf','\xa1','\xbe','\x3b','\xa6','\xaf','\xd1','\x40','\xc6','\x5d','\xb3','\xd3','\x8f','\x86','\xf7','\xee','\x4a','\xcc','\x4a','\xa2','\x3e','\x51','\x59','\xba','\xbc','\x66','\xb3','\xfa','\x95','\xe7','\xb7','\xca','\xf5','\xbc','\x8d','\x60','\x9d','\x44','\xc8','\x2e','\xa2','\xf2','\xaa','\x13','\xd8','\xa2','\x34','\x65','\x3d','\xcf','\x73','\x67','\xb5','\x47','\x29','\x85','\xe1','\x70','\x18','\xdc','\x07','\xe4','\xec','\x01','\x4a','\x92','\xc4','\x11','\x50','\xc6','\x3d','\x08','\xb5','\xd6','\x39','\xf3','\x0b','\x01','\x01','\xc7','\x0d','\x1c','\x89','\xb0','\xad','\x02','\x50','\x18','\x96','\x56','\xfb','\x50','\xb8','\x4e','\xb5','\x38','\x94','\xc4','\x06','\xe9','\x5f','\x1b','\x94','\xec','\xc6','\xc1','\x25','\x84','\x52','\x71','\x68','\x0d','\xca','\x2e','\x14','\xb9','\xb1','\xa7','\x1f','\x0e','\x46','\x18','\x0e','\x46','\xf6','\xe0','\x53','\x3b','\xab','\x14','\x8d','\xae','\x61','\x50','\x89','\x25','\xdc','\x14','\x98','\x77','\xcc','\x64','\x88','\xde','\xf0','\x31','\x9d','\xba','\x6f','\xf3','\xa9','\xcd','\xe1','\xa6','\x59','\x82','\xd9','\x39','\xe3','\xe5','\x6d','\x76','\xa1','\x87','\x5e','\x3f','\x33','\xb3','\x5b','\xe5','\x03','\x54','\x4c','\xb1','\xe2','\xaa','\x14','\x1f','\x38','\x66','\x6d','\x46','\xe9','\x29','\x90','\x17','\x46','\xd0','\x2a','\x98','\x69','\x5c','\x2d','\x4f','\xa1','\x0c','\x7b','\x53','\xc1','\xf5','\xa4','\x2b','\x45','\xcb','\x84','\x9c','\x6e','\xcf','\x1d','\x97','\x23','\x2a','\x4f','\x59','\x31','\xef','\x3e','\x1a','\x28','\x6d','\xc7','\xcb','\x0d','\xb4','\xa4','\xcd','\x28','\x73','\xc8','\xa3','\x4a','\x94','\x39','\xc0','\x32','\xe0','\xec','\xc0','\x1e','\x22','\xe9','\xc5','\x59','\x79','\xc3','\xa2','\x41','\x57','\x97','\xf1','\x01','\x5a','\x1b','\x8f','\x7e','\x34','\x90','\x6b','\xad','\xca','\x53','\xdc','\x4b','\xa5','\xcb','\x1b','\x31','\x6d','\x15','\x53','\x5e','\xdc','\x5d','\x60','\x63','\x3e','\xaf','\xf0','\xbe','\xb2','\x03','\x18','\x13','\x65','\xfb','\x9b','\xf2','\x5e','\x7e','\xdb','\x29','\xc8','\x32','\x9b','\x88','\xd0','\x9b','\x8c','\xd9','\xbb','\xf2','\xba','\xa4','\x8d','\x9b','\x7d','\x95','\x68','\xa8','\xa2','\x34','\x83','\x4b','\xcc','\x0d','\xa5','\x54','\xd9','\xe4','\x3d','\x73','\x1a','\x5e','\x0f','\x69','\x9e','\x43','\x19','\x65','\xa3','\x62','\x04','\x05','\x60','\x34','\x2a','\xca','\xb6','\x5a','\xae','\xc8','\xd5','\xea','\x01','\x6b','\xa7','\x01','\x53','\xb4','\xc6','\x57','\x57','\xf5','\xdb','\x64','\x42','\xab','\xca','\x95','\x9f','\x2c','\x4b','\xec','\x0a','\x50','\xc2','\x4d','\x88','\xf8','\x73','\x0a','\xac','\x7e','\xa9','\x6e','\x52','\x1f','\x75','\x70','\xa1','\x8c','\x04','\xc6','\x77','\x3b','\x31','\xb1','\x16','\x34','\x44','\x1b','\x97','\x34','\x42','\x9a','\x42','\x73','\x5c','\x5d','\x83','\xd4','\xf5','\x1f','\xa6','\x70','\xc1','\xfd','\x19','\x54','\xb6','\x26','\xc9','\x43','\xab','\xb2','\x15','\xbb','\xee','\x75','\xaa','\xed','\xc2','\xdb','\xd8','\xf0','\x3d','\x74','\xd5','\xbe','\x4c','\xcd','\x0e','\x2e','\x2e','\x07','\x4a','\x4a','\x3b','\x35','\xf5','\x37','\x49','\x93','\xca','\x5c','\x39','\x34','\x99','\x13','\x6a','\x2a','\xab','\x10','\x2d','\x43','\x72','\x88','\x30','\x19','\xfe','\x0a','\x10','\x80','\x60','\xdf','\xe3','\x28','\x40','\x59','\xe6','\x1e','\x20','\xd4','\x49','\x01','\xea','\xa4','\xa4','\xc4','\x5b','\xb9','\x77','\x6e','\x79','\x6b','\xfc','\x55','\xfb','\xa8','\xb7','\x14','\x5f','\x70','\xe3','\x8d','\x9c','\xef','\x5d','\x08','\x09','\x32','\x4e','\xfa','\xab','\xd4','\x8f','\xd8','\xa4','\x56','\x3c','\x11','\x2e','\x5c','\x34','\x11','\x12','\x44','\x5b','\xfe','\x68','\xee','\x43','\x3a','\xbe','\x58','\xc3','\x38','\x38','\x49','\x74','\xc1','\x87','\x26','\x79','\x76','\x22','\x85','\x39','\xa4','\x71','\xc7','\xc4','\xe8','\xca','\x1e','\x78','\x34','\x34','\xfb','\x7f','\xf2','\x61','\x61','\x36','\xf1','\xa3','\x92','\xeb','\x9a','\xf4','\x1f','\x67','\x23','\xf5','\x14','\xa8','\xbc','\x15','\x99','\x88','\x55','\x64','\x20','\x77','\xc7','\x91','\xaa','\x92','\xab','\x54','\xa1','\xd7','\x4f','\x31','\x3b','\xd7','\xc3','\xfc','\xb6','\xf2','\x70','\xd3','\x7e','\x5a','\x6d','\x40','\xe6','\x79','\x8f','\xe4','\x99','\x66','\xc9','\x50','\x90','\x12','\x54','\xed','\x6f','\x29','\x8a','\x02','\x45','\x0e','\xe6','\x3e','\x94','\xe2','\xe2','\xf9','\xae','\x7e','\xfa','\x66','\x28','\x9a','\xa5','\xe1','\xbf','\x4d','\xb4','\x4d','\xaf','\x13','\xcc','\xa9','\x2e','\x00','\xb7','\x7a','\x39','\x0a','\x21','\x95','\xb7','\x2e','\x57','\x7d','\x52','\x85','\xb4','\x3c','\xd4','\xd1','\x98','\x26','\x95','\xfb','\x7d','\xca','\x48','\x94','\x8d','\x8c','\x29','\x58','\x91','\x4e','\x81','\x7b','\x72','\x53','\x46','\x67','\x82','\x4e','\x50','\x9e','\x29','\xa3','\x8d','\xd4','\xac','\xe9','\x60','\xcd','\xfa','\xf3','\xd6','\xac','\xad','\x92','\x02','\x1a','\xfb','\x1f','\x6f','\x3e','\xc9','\xcd','\x44','\x6d','\x8f','\x91','\x87','\x66','\x61','\x29','\x22','\x55','\x6f','\x0e','\x6b','\x37','\xb6','\xaf','\x81','\x04','\x35','\x71','\x1e','\x38','\xa1','\x02','\x67','\x63','\x51','\x51','\xba','\xaa','\x57','\x1a','\x0a','\x09','\x12','\x28','\x14','\x09','\x90','\x14','\xa5','\xa0','\x46','\xdf','\xbe','\x8c','\x8a','\x9b','\xa9','\xda','\x57','\x55','\x40','\x92','\x25','\xe8','\x91','\xd3','\x01','\x35','\x02','\x14','\xcc','\x4a','\x10','\x99','\xef','\xc6','\xfa','\x48','\x26','\x23','\x2b','\x0d','\x28','\xa5','\x6b','\x59','\xb5','\x17','\x92','\x52','\x98','\xe0','\x6d','\x9c','\x7d','\xe7','\x84','\x14','\x9f','\x2c','\x41','\x92','\x99','\xf3','\x7e','\xa8','\x2d','\x38','\x15','\x81','\x3d','\x33','\x0e','\xa1','\x3d','\x6b','\xf6','\x7f','\x48','\x21','\x8c','\x64','\x7d','\x62','\x26','\x89','\x20','\xa2','\xe3','\xd8','\x42','\xf0','\x9a','\x54','\x30','\x8d','\x26','\xa5','\x2d','\x38','\xc6','\xc4','\x55','\x8d','\x58','\x18','\xae','\x07','\xd4','\xee','\x76','\x52','\x1a','\x75','\xe0','\x57','\x75','\xa1','\x76','\xb7','\x29','\xca','\x71','\x95','\xb0','\xa6','\xfc','\x79','\xe3','\x46','\x75','\x38','\x77','\xf9','\xaf','\xd7','\x7f','\x53','\xd7','\x95','\x28','\xa3','\xbc','\x27','\x69','\x39','\x71','\x15','\x13','\x57','\x42','\x8a','\x7a','\x59','\xf9','\xc6','\x59','\xb9','\xd9','\x0c','\x3d','\xd6','\x38','\x4c','\x9a','\xcf','\xf5','\x1a','\xbb','\x43','\xbe','\x0c','\x7c','\xdd','\x86','\x70','\x14','\x20','\x9f','\xce','\x6e','\xb0','\x57','\xf3','\x05','\x6d','\xa5','\xac','\x7a','\xc2','\xa0','\x56','\x6d','\x33','\x55','\x5d','\x52','\xa1','\xfb','\x3c','\x02','\x96','\xaf','\xba','\x2c','\xe6','\x46','\x5a','\x4b','\x62','\x9c','\x77','\x0a','\xb6','\x83','\x32','\x4e','\x7a','\x27','\xea','\x98','\xc9','\x24','\x66','\x15','\xd5','\x3d','\x70','\xa4','\x0b','\xda','\xab','\xd7','\x18','\xe9','\x75','\x19','\x94','\x54','\xe3','\x9f','\xab','\x8c','\x7c','\x15','\xb4','\x0e','\x08','\xba','\x76','\xd5','\x11','\xb2','\xcb','\xba','\x92','\x8f','\x34','\x46','\xc3','\x1c','\xa3','\x61','\x61','\x56','\x33','\x6c','\xb6','\xdd','\x51','\x87','\x0b','\xf4','\x8e','\x30','\xb0','\xca','\x6c','\x2b','\xef','\x2f','\xbe','\x02','\xdf','\x29','\x09','\x12','\x2e','\x14','\xd0','\xef','\xa7','\x98','\x5b','\x30','\x87','\x9b','\xce','\xce','\xf7','\xcc','\x6c','\x2c','\xdf','\x10','\xaa','\x79','\xbc','\xd5','\x94','\x04','\xd5','\x61','\x5d','\x9a','\xb3','\xc1','\x73','\x66','\x60','\xcd','\xdd','\xf2','\xba','\xb3','\x03','\xfb','\x4b','\xb9','\x35','\xdd','\xb6','\x73','\x3e','\x70','\x79','\xfb','\x84','\x2a','\x33','\xad','\xb6','\x97','\x9c','\x9c','\x7a','\x2d','\x68','\x08','\xeb','\x77','\x0e','\x9a','\x0f','\x9e','\xae','\x8b','\x61','\x5a','\xe9','\x49','\x53','\x77','\xc6','\x9b','\xcf','\x20','\x2a','\xf6','\xbf','\xf4','\xd3','\x9a','\x23','\x79','\xb7','\x28','\x80','\x73','\x89','\x9b','\x1b','\x25','\x30','\xe6','\x4d','\xd0','\x66','\x89','\x88','\xbd','\xa1','\xd3','\x85','\x29','\xff','\x0f','\x0d','\xf7','\x97','\xf3','\x68','\xd8','\xe6','\x5d','\xc3','\xae','\x30','\xf9','\xf5','\x13','\x00','\xc8','\x3d','\xbc','\xf1','\xa2','\xa4','\x40','\x66','\x97','\xf5','\x35','\xae','\xcd','\xc2','\xb4','\x2b','\x58','\x53','\x7c','\x91','\x7b','\x56','\x08','\xd6','\xd5','\x98','\x51','\x68','\x14','\x28','\x3f','\xad','\x52','\x50','\x49','\xf5','\x25','\xa9','\x1e','\xf9','\x7a','\x04','\x45','\xa5','\x00','\xa4','\xa9','\x31','\x89','\x53','\x0a','\x40','\xa2','\x30','\x1a','\xe4','\x66','\x25','\x28','\xaf','\x56','\x82','\xe8','\x13','\xd5','\x57','\x95','\x5d','\x0d','\xa9','\xda','\x45','\xc3','\xda','\x73','\xd9','\xaf','\xd8','\x1a','\x54','\x76','\x22','\x89','\x32','\xfb','\x25','\xd2','\xcc','\x38','\x58','\x31','\x42','\x64','\xd9','\xd7','\x90','\x49','\x1f','\x57','\x9a','\x00','\xb3','\xa7','\xd7','\x0c','\x8c','\x76','\xb5','\x9a','\xd2','\x6d','\x2b','\x49','\x93','\x73','\x3e','\xb8','\x7b','\x85','\xca','\x1f','\x08','\xed','\x11','\x89','\xa6','\x30','\x6e','\xcd','\x08','\x84','\x6e','\x8b','\x80','\xf7','\x19','\x8d','\xc1','\x23','\x77','\xd9','\xc7','\xd7','\x7e','\x64','\xe5','\xf5','\xea','\x27','\x75','\x3c','\xed','\x6f','\xa5','\x1b','\xfe','\xb2','\x97','\x78','\x5d','\xd1','\x91','\xd0','\x4e','\x17','\x5e','\xef','\xcf','\xdd','\x6f','\xe8','\xd1','\x5c','\x20','\x26','\x0b','\xbe','\x6d','\x75','\x24','\x5c','\xf0','\xa2','\xae','\x14','\x22','\xda','\xab','\x4a','\x7d','\x5e','\x92','\x28','\xa4','\xa9','\xb2','\x7b','\xd7','\xac','\x58','\xac','\xb8','\x99','\x2f','\x5b','\x91','\x75','\xbb','\xf1','\x76','\x7c','\xd9','\x74','\x0b','\xb0','\xd5','\x14','\xb4','\x44','\x25','\x35','\xdd','\xa5','\x93','\x13','\x84','\xa2','\x28','\x9c','\x9b','\x31','\xdf','\xd9','\x6b','\x06','\xb5','\x93','\x26','\x19','\x39','\xd4','\xe0','\xfc','\x4a','\x18','\x92','\x79','\xfd','\x69','\xa1','\x35','\xc0','\xef','\xb4','\x9d','\x46','\xa2','\x2a','\xe5','\xc7','\x69','\x04','\xb1','\x3c','\x6d','\xa1','\x06','\xb2','\x79','\x08','\x68','\xca','\x0d','\x21','\x42','\x17','\xc9','\xbc','\x6b','\x34','\xcc','\x31','\x18','\x18','\xe7','\x07','\xe4','\x51','\x07','\x40','\xd0','\xa3','\x59','\x6d','\x55','\x63','\x5a','\x90','\x6c','\xc2','\x95','\x1f','\xcd','\xce','\x93','\x69','\xa8','\xcf','\x4a','\x19','\x67','\x07','\xfd','\x99','\x0c','\xb3','\xf3','\xe6','\x80','\xd3','\x99','\xd9','\x0c','\x59','\x2f','\x75','\xf7','\x14','\xb0','\x7d','\x3c','\x5c','\x10','\xa7','\x24','\x68','\x90','\x00','\x13','\xf4','\x69','\x1f','\x90','\x39','\xe3','\xc7','\xac','\x8e','\x71','\x0b','\x16','\x2b','\xc5','\x77','\xa8','\xdb','\xd5','\xac','\x5c','\xed','\xd6','\xe4','\xf0','\xf6','\xbe','\x06','\x32','\xae','\xaf','\xfc','\x90','\xe0','\x6f','\xf7','\x52','\x25','\xd5','\x6f','\x80','\xda','\x7d','\x15','\x45','\xbd','\x1f','\x8e','\xba','\x24','\xf0','\x83','\xb1','\x9f','\xaa','\x34','\x89','\xa3','\xef','\xc4','\xf6','\x89','\x95','\xd7','\x95','\xf7','\xac','\x2b','\x1f','\xf2','\x4a','\x10','\x4f','\xc7','\xff','\xb3','\x2a','\x52','\x47','\x15','\xb6','\x9d','\xb6','\x7d','\x8f','\x75','\xea','\x73','\x1f','\x48','\x68','\xf6','\x3f','\x5a','\x03','\x28','\x98','\x4e','\x6b','\xe7','\x27','\xab','\x16','\xea','\xcb','\x52','\xb6','\x09','\x2a','\xe3','\x7c','\x20','\x43','\x0a','\x50','\xbd','\x5c','\xc9','\x31','\x42','\x8e','\xc2','\x3a','\xce','\x28','\xfb','\x11','\xc5','\x1b','\x8a','\xd7','\x60','\x34','\xcc','\xaa','\x54','\x95','\xb4','\x53','\x8f','\xcc','\x3c','\x46','\x29','\x3c','\x32','\x67','\x07','\xbd','\x5e','\x82','\x34','\x4b','\xab','\x36','\x40','\x0a','\x5b','\xa8','\x3d','\x8e','\xdb','\x46','\xd9','\x24','\x02','\xf5','\x87','\xf5','\xdb','\xc6','\xf9','\x03','\xec','\x6f','\x3f','\x0e','\x77','\xa2','\x60','\x4b','\x13','\xab','\x04','\x5d','\xe0','\xfa','\x4b','\xe8','\xb9','\x58','\x5c','\xfe','\x30','\xbb','\x8a','\x22','\x1c','\xf7','\x51','\x6a','\x23','\x4c','\x57','\x1e','\x3b','\xde','\x90','\xf2','\x03','\x00','\x74','\x48','\x6f','\x92','\x26','\xe5','\x24','\x02','\xab','\x6c','\x84','\x42','\x50','\xf9','\x71','\x03','\x74','\x79','\x13','\x61','\xad','\x30','\xa6','\xe8','\x6e','\x0d','\x20','\x67','\x33','\x3e','\x35','\x27','\x08','\x4e','\x44','\x13','\x4a','\x75','\x9d','\x06','\xf3','\xe0','\x53','\xf4','\x93','\xad','\xc8','\xb4','\xd6','\x27','\xed','\x24','\xe8','\xb6','\xcd','\xc0','\x4c','\x10','\x8b','\xd7','\xc7','\xef','\x4b','\x3a','\xbf','\x03','\x7b','\xc0','\x9f','\x20','\x71','\xcd','\x57','\xd8','\x1e','\x80','\x50','\xe4','\x2d','\xc5','\xdd','\x7c','\x5b','\x05','\x7e','\x35','\xbc','\x89','\x8a','\xf7','\x5d','\x01','\xf9','\xac','\x43','\xaa','\x6d','\x04','\x04','\xae','\x35','\xed','\x28','\x22','\x73','\x59','\x6d','\x3a','\x92','\x2e','\x5d','\x5f','\x0f','\x73','\x0c','\x57','\xf2','\xf2','\xe0','\x53','\xd8','\x4d','\xeb','\x24','\xfc','\x5b','\x6b','\x8e','\xae','\x4d','\x64','\xcc','\xba','\xe7','\xdf','\xb0','\x36','\xec','\xba','\x7e','\xdb','\xb9','\x54','\x0a','\xe3','\x69','\x96','\x94','\x8a','\x8f','\x39','\xdc','\xd4','\x98','\xbc','\x25','\x36','\x8d','\xaa','\x5a','\x56','\x4e','\x4f','\xdc','\x6c','\x55','\x7b','\x7d','\x8a','\x4a','\xca','\xb6','\x83','\x07','\x1d','\x70','\x4a','\xe5','\x43','\x91','\x3a','\x9b','\x98','\x6b','\x65','\xa0','\x6b','\x3f','\x1d','\x13','\x3c','\xe8','\xc8','\xea','\xe6','\x98','\x70','\x79','\x6e','\xac','\xc7','\xac','\xf8','\x54','\x5d','\x64','\x4a','\x1f','\xfd','\xab','\xcb','\x17','\xa6','\xf7','\x4e','\x98','\x93','\x03','\x95','\x2a','\xbb','\x19','\x9d','\xf4','\x0c','\x3b','\x5e','\xfa','\x8a','\x87','\x87','\xd3','\x2c','\x9a','\xf2','\x6e','\x57','\x61','\xaa','\x7d','\x22','\xc6','\x01','\x45','\x39','\x8b','\xae','\xcd','\x39','\x33','\x81','\x17','\x74','\x27','\x88','\x1c','\x61','\xb2','\x43','\xa9','\x3b','\x8a','\x55','\x59','\xc8','\x21','\x5b','\x5f','\x0d','\xf8','\xee','\xdf','\xfc','\x7a','\x1a','\xec','\x02','\x26','\xea','\x17','\x26','\xe9','\x44','\xd6','\x40','\x2b','\x1e','\x17','\x36','\xd9','\xc0','\x4d','\xa0','\xec','\x82','\x4c','\x69','\xfa','\x96','\x27','\x40','\x52','\x98','\x75','\x18','\x9a','\x8d','\xd6','\x40','\x75','\x60','\x6a','\xd9','\xe6','\x48','\x20','\x74','\x64','\xb5','\x44','\x19','\xef','\x8e','\xec','\x62','\x3e','\x2a','\xac','\xa7','\x46','\xe8','\xca','\xdd','\xaf','\xa3','\xd6','\x84','\x3e','\x14','\x5c','\x45','\x9e','\xf7','\x47','\xaa','\x9c','\x35','\xcf','\x7a','\x49','\x79','\xb8','\xa9','\x7b','\x6e','\x8a','\x13','\x57','\xd4','\x7c','\x97','\xfa','\xa0','\xf6','\xef','\xc9','\xc7','\x57','\xde','\xce','\x6b','\x6a','\x8d','\x9f','\x56','\x20','\x5c','\x38','\x2f','\xfe','\x8f','\x6e','\xf9','\xe9','\xf6','\x9c','\x0e','\xfc','\x62','\x11','\xf1','\xae','\xa7','\x8b','\x02','\x02','\x53','\x66','\xba','\x21','\xe1','\xd0','\x38','\xdf','\x68','\x76','\x17','\xba','\xa8','\xa3','\x77','\xdc','\xeb','\xb5','\x00','\xbc','\x02','\x55','\x7f','\x3a','\x63','\xe7','\x38','\x4d','\xb8','\x4d','\xf3','\x69','\xce','\x5d','\xf5','\x78','\x39','\xb6','\x19','\xe7','\x20','\x66','\x40','\x27','\xb7','\xd7','\x7c','\xaf','\xa6','\x6d','\x8f','\x4a','\xbb','\x93','\xd7','\x2c','\xcf','\x55','\xff','\x1e','\x79','\x91','\xd0','\xe5','\x48','\xb7','\xe9','\xdc','\x6a','\x95','\x55','\x1a','\xee','\x4d','\x81','\x75','\x11','\xd3','\xd6','\x00','\x5f','\x8f','\x29','\x8a','\x02','\xc3','\xe1','\xb0','\xb6','\xc0','\x03','\xb4','\x1c','\x84','\x3a','\x36','\x31','\x45','\x60','\xe2','\x88','\xca','\x9f','\x5d','\x4c','\xf1','\x62','\x5f','\xab','\xf1','\x51','\x15','\xfe','\x93','\x35','\xf6','\xae','\x6e','\x5c','\x81','\x4a','\x61','\x34','\x59','\x66','\x83','\x3f','\xb5','\x1b','\x45','\xbf','\x1b','\x6a','\x7f','\xe8','\x72','\x5b','\x43','\x88','\xd2','\x6d','\x30','\x99','\x24','\xfa','\x6e','\xe1','\x02','\xbd','\xc4','\xb4','\x65','\x0f','\x27','\x39','\xae','\x64','\x75','\x48','\x88','\xd7','\x99','\x52','\xa9','\xc9','\x73','\x76','\xf6','\xcf','\x30','\x47','\x41','\xce','\x0f','\x50','\x8d','\xb7','\xfe','\xe3','\xd3','\xa4','\x26','\x10','\xaa','\x88','\xf2','\xc3','\x15','\x58','\xad','\x6d','\x9d','\x53','\x89','\xf1','\xba','\x44','\xfb','\x7d','\x66','\xe7','\x7a','\xe8','\xcf','\xa4','\x48','\xd2','\xc4','\x2a','\x2f','\xd6','\xbb','\x97','\x15','\x08','\xb8','\x64','\x5c','\xd6','\x61','\x8d','\xd2','\xcd','\xb5','\x49','\x97','\x14','\x3f','\x6d','\x0f','\x36','\x2d','\xaa','\xd9','\x64','\x3e','\x98','\x46','\x2a','\x86','\xef','\xfd','\xad','\xfe','\x7b','\x95','\xae','\x0d','\xfc','\xf6','\x1f','\xd3','\xee','\x9d','\xc0','\x1d','\xa3','\xd6','\x65','\xee','\xca','\xef','\xe0','\x9a','\xbc','\xa1','\x74','\x74','\x40','\x9b','\x66','\x03','\xe7','\x3f','\x94','\xf2','\xa5','\x46','\x7d','\xf6','\x3e','\x98','\xfd','\x2e','\x8d','\xab','\xec','\x47','\xac','\x29','\x53','\xb9','\x1c','\xa4','\xb4','\x51','\x84','\x12','\xed','\x96','\x79','\x2d','\x3f','\x81','\xb8','\xda','\x84','\x9c','\xaa','\xce','\x51','\x40','\x15','\x68','\xd7','\x94','\x21','\x65','\xeb','\xcd','\x38','\xf6','\xf0','\xdd','\x98','\x34','\xc2','\xb5','\xec','\x7c','\xc6','\xa1','\x39','\xff','\x9a','\xff','\x4f','\xa1','\x51','\xa8','\x04','\x29','\x4a','\xd7','\xd4','\x0a','\x80','\x52','\x28','\x12','\xe3','\x78','\xc2','\x17','\x96','\xac','\x22','\x44','\x9f','\x26','\x51','\xc8','\xca','\xd9','\x1b','\x05','\x60','\x94','\x00','\xc3','\x61','\xe9','\x1d','\xae','\x28','\xbf','\x65','\x0e','\xbb','\x5a','\x49','\x75','\xd5','\x7c','\xdb','\xaa','\xcf','\xe1','\xc2','\x9f','\xed','\x8f','\x54','\xe9','\xe6','\xba','\x97','\x22','\xcb','\x4c','\xbf','\x93','\x66','\x89','\xbb','\xdf','\x87','\xe5','\xc9','\xef','\xc3','\x3a','\x9b','\xd8','\x07','\x4a','\xce','\x15','\x69','\x95','\x37','\xb9','\x60','\x2a','\x9e','\x63','\x52','\x17','\x34','\xdd','\xf4','\xe3','\x8a','\x5d','\x98','\x06','\x6d','\x8d','\x6b','\x0c','\x82','\x7d','\x5b','\xc7','\xf8','\xf9','\x27','\xf0','\xc4','\xac','\x5a','\x3c','\x51','\x09','\xb8','\x0a','\xe3','\xc7','\xd5','\x24','\xc4','\xb7','\x45','\x17','\xbe','\xa8','\xbc','\xa1','\xbc','\x5b','\x01','\xf2','\x7e','\xca','\x51','\xf6','\x68','\xe5','\xde','\x1e','\x2a','\x6d','\xc6','\xc3','\x24','\x31','\xfb','\xd4','\xfc','\xd5','\x1f','\x3e','\xa1','\x17','\xaf','\x41','\x93','\xf7','\x71','\x35','\xa5','\x1d','\x91','\x72','\x6a','\x7a','\xed','\x35','\xa8','\xaf','\x9b','\xa5','\xa7','\x9c','\x16','\xb1','\xb1','\xb0','\xe6','\x05','\x8e','\xbb','\xc1','\x9e','\xa4','\x83','\xda','\x50','\x36','\x2a','\xbb','\x1d','\x84','\x7b','\x67','\xe5','\x47','\x85','\x3b','\x88','\x4e','\xf1','\x4f','\xb1','\x66','\x92','\xbc','\xba','\xee','\xc5','\xb6','\x49','\xab','\x95','\xd6','\x40','\x91','\x6b','\x0c','\x07','\x39','\x46','\x83','\x1c','\xf9','\x88','\x0b','\xbb','\xaa','\xea','\x49','\xd7','\x31','\xff','\xd5','\x8a','\x43','\x95','\x0d','\xfa','\xc7','\x2a','\x3f','\xa5','\xc0','\x93','\xa6','\x09','\x7a','\xfd','\x14','\x33','\x73','\x99','\x59','\xf9','\x99','\xeb','\x21','\xcd','\x12','\x73','\xe0','\xa6','\xa3','\x1b','\x92','\x19','\x5d','\xfd','\x45','\x2a','\xf3','\xae','\x2a','\x6e','\xba','\x66','\x9c','\x1d','\xe8','\x72','\x53','\x35','\xec','\xdc','\x84','\xbb','\x8a','\xd3','\xfe','\x3e','\x81','\xab','\xce','\x3f','\xab','\x62','\x15','\x71','\xd8','\xfd','\x4f','\x9e','\x82','\xc6','\x05','\x38','\xbe','\x72','\xc5','\xcd','\xde','\x68','\x15','\x48','\x85','\x14','\x20','\x1b','\xa7','\x8e','\x6a','\x38','\xf6','\x7b','\x2a','\x7e','\xa5','\x16','\x01','\xfc','\xbb','\x5c','\xf0','\x23','\xb9','\x15','\x1a','\x95','\xdb','\xe3','\x06','\x05','\x53','\xf9','\xbf','\x6c','\x3f','\xd3','\xd4','\x91','\x55','\x8a','\x17','\x49','\x07','\x41','\x59','\x8c','\xcd','\x1c','\xd9','\x3d','\x41','\xc1','\xb4','\xd9','\x85','\x07','\xda','\xa8','\x3b','\x09','\x6c','\x12','\xa1','\xd0','\x65','\x31','\x26','\x66','\xc5','\x26','\x41','\x02','\x9d','\x94','\xab','\x36','\xa5','\x37','\x40','\xf2','\x10','\x47','\x66','\xb8','\xfe','\x50','\x64','\xea','\x84','\x59','\x11','\x36','\xba','\x93','\x02','\x60','\xce','\xf7','\xcb','\x61','\x14','\xa1','\x02','\xc6','\x03','\x1d','\x5f','\xb5','\xb4','\x4a','\x31','\xc5','\x53','\xb6','\xf1','\xa2','\xec','\x17','\x00','\xb3','\x5f','\x22','\xcb','\x52','\x64','\xfd','\x14','\xbd','\x5e','\x5a','\x1e','\x1a','\x09','\x7a','\xd8','\xe4','\x83','\x9a','\x36','\x6f','\x3b','\x2c','\x0d','\xba','\x50','\x3b','\xdf','\xaf','\xa1','\x78','\xec','\x0f','\xa7','\xbe','\xa8','\x5a','\x98','\x78','\x95','\x9a','\x42','\x45','\x8b','\x09','\xfc','\x1d','\x53','\x99','\x40','\xa6','\x8f','\x86','\x0f','\x09','\x77','\x3a','\xf4','\x57','\x83','\xc2','\x52','\x6b','\xf3','\x4d','\x2f','\xd6','\x92','\x9f','\xc8','\xa5','\xc6','\x7b','\x71','\x25','\x74','\xfc','\x6f','\xc5','\xba','\xa6','\xda','\x64','\x9b','\x35','\xdf','\xd6','\x6c','\x38','\x4f','\xe8','\xb0','\x5e','\xe5','\xb8','\x92','\xb7','\x45','\xc0','\xe4','\x36','\x67','\x26','\x34','\xda','\x57','\x3f','\x70','\xd8','\x8a','\x6f','\xe6','\xfb','\x33','\x08','\x39','\x78','\x23','\xec','\xd5','\x34','\x4d','\x6b','\x0f','\x8e','\xbb','\x22','\xe4','\x6f','\xd4','\x5e','\x37','\x82','\xa3','\x69','\x89','\xd7','\x90','\xed','\x9f','\xbc','\x95','\x50','\x57','\x1f','\xcb','\xb8','\x53','\xd9','\xbb','\x41','\xc2','\xa1','\x1d','\x48','\x14','\x29','\x41','\xaa','\x73','\x5c','\xda','\xfe','\xcf','\x06','\x10','\xc8','\xe3','\xd8','\x8d','\x21','\xf4','\xc0','\x5a','\xb6','\xa8','\xb6','\x81','\x80','\x7f','\xc7','\x40','\xb9','\x16','\x5a','\x63','\x54','\xae','\xfe','\x8c','\x46','\x85','\x13','\x5f','\xd8','\x4c','\x2c','\x98','\x4a','\x98','\xa6','\xf7','\x0e','\x4d','\x03','\xd1','\x2d','\x3e','\x50','\xf9','\xd5','\x9a','\x75','\xe0','\x69','\xca','\x14','\x9f','\xf9','\x1e','\xfa','\x33','\x19','\xd2','\x5e','\x62','\x07','\xbd','\x4a','\xf8','\x28','\xe7','\xc6','\x34','\xa0','\x95','\xb6','\x7f','\xa3','\x0c','\x43','\x2e','\x73','\xc9','\xbc','\x8b','\x04','\x97','\xca','\xe4','\xcd','\x98','\xd0','\x90','\x50','\x6b','\xdd','\x44','\x37','\xbc','\x5e','\xb3','\x29','\x6d','\xc0','\x46','\x7f','\x1c','\x3a','\x3c','\xcb','\x1d','\x3b','\x04','\x9f','\xe5','\x13','\xc7','\x3c','\x4a','\xfb','\x87','\xb6','\x1f','\x40','\x51','\x99','\xd1','\xa0','\x59','\x2a','\x3f','\x48','\x2a','\x41','\xb4','\x92','\xff','\xe2','\xa5','\x62','\xab','\x22','\x0b','\xe2','\x3c','\xa3','\xfc','\xaa','\x5a','\x53','\x57','\x1c','\x8c','\xb9','\x86','\x32','\xd6','\x1c','\x40','\x79','\x46','\x90','\x02','\x14','\xcd','\x74','\xc6','\x8d','\x8b','\xea','\xdd','\x67','\xa4','\x9c','\xbc','\x67','\x9c','\x72','\x8a','\x74','\xa0','\xb4','\x3f','\x2a','\x96','\x6f','\xe7','\x62','\x63','\xdf','\x50','\x2b','\xa8','\x30','\x9b','\x56','\x89','\xaa','\x97','\x69','\x25','\xf3','\xd3','\x17','\x66','\x8a','\x03','\x85','\x01','\x60','\x56','\x78','\x95','\xb1','\x63','\x87','\x39','\x5f','\xa7','\x28','\x15','\x16','\x52','\x34','\x6d','\xdd','\x0b','\xa4','\x66','\x15','\x9f','\x2c','\x41','\xc6','\xbe','\x93','\x1a','\x55','\x26','\x71','\xb4','\x8a','\xec','\x3b','\x2d','\xf1','\xab','\x02','\xd5','\xd9','\x24','\x2d','\x95','\x9f','\x5e','\x8a','\x5e','\xbf','\x32','\x79','\x73','\x04','\x44','\xfb','\x0e','\xcc','\x4c','\x96','\x65','\x8e','\xd7','\x8d','\xce','\xe3','\x42','\x4d','\x8b','\xe7','\xad','\x84','\x1d','\xe0','\xca','\xfb','\x3b','\xa7','\x4d','\x86','\xa3','\xa9','\xbf','\x64','\x3c','\x50','\x54','\xe1','\xf0','\x95','\x0a','\xd4','\x2f','\x76','\x52','\x7c','\xca','\x32','\x8b','\xdd','\x73','\xf3','\x12','\x4b','\xaa','\xae','\xd0','\xe8','\xe0','\xef','\xb0','\xf6','\xd2','\xaa','\x7f','\x68','\xf7','\x56','\x2d','\xbf','\x3a','\xf8','\x33','\xfa','\x7c','\x34','\x2f','\x63','\x62','\x15','\x6e','\x6f','\x5c','\xa1','\x49','\x3f','\x7b','\x2e','\x56','\x39','\x5b','\xa0','\xa0','\x9c','\x7e','\x5c','\x25','\xa8','\xd5','\x95','\xaa','\x4f','\x0e','\xf4','\x8b','\x53','\x94','\x67','\x5a','\xfb','\xc7','\x26','\xd6','\xb1','\xdf','\xdb','\xb4','\x5d','\x6c','\x49','\x9a','\xb8','\x7a','\x8b','\xd6','\x3a','\xa8','\xdf','\x00','\x4c','\x01','\x1a','\x8d','\x46','\xb5','\xd3','\x52','\xd7','\xdd','\x09','\xc2','\xd4','\xf0','\x25','\x9b','\xf0','\x25','\x00','\x6b','\x64','\xa2','\x51','\x25','\x45','\x03','\x86','\x7b','\xfe','\xc7','\x1a','\xd3','\xd2','\x81','\x1f','\x96','\xb4','\x94','\x85','\xd6','\x80','\xce','\x35','\xf2','\x51','\x8e','\x01','\x79','\x4d','\xe2','\x4a','\x8f','\x1d','\x94','\x54','\xed','\xb9','\x55','\xe7','\xab','\x43','\x85','\xe0','\x9f','\x94','\x4c','\x3b','\x14','\x4a','\x97','\xb3','\xbd','\x04','\xfd','\xd9','\x0c','\x73','\xf3','\x3d','\xcc','\xce','\xf5','\x31','\x33','\x9b','\x21','\x49','\x13','\x67','\x65','\x86','\x1f','\xf2','\x06','\x94','\x75','\xde','\x1b','\x68','\xed','\x20','\x51','\x54','\xf7','\x68','\xbf','\x40','\x91','\x97','\x66','\x03','\x64','\x46','\x6b','\x05','\xa5','\xd0','\x0b','\x30','\x47','\x0d','\x95','\xee','\xb0','\xf9','\x66','\x93','\x62','\xed','\xc4','\x0e','\xce','\xa4','\x18','\x72','\x01','\x95','\xad','\xfa','\xd8','\x03','\x64','\xbd','\x7d','\x7d','\x65','\x91','\x70','\x25','\xc1','\x4f','\xca','\x29','\x0b','\x15','\x50','\x4e','\xb8','\x30','\xab','\xdd','\xeb','\x8e','\x20','\xa7','\xbd','\x6b','\xf4','\xd1','\xad','\x02','\x6b','\xc4','\xc2','\x58','\xe2','\x56','\x35','\x71','\xd2','\xe3','\x67','\x3c','\xf9','\x99','\xad','\x92','\x01','\x4a','\xd7','\xdb','\x65','\xdc','\x95','\xb7','\xa9','\x7a','\xf8','\x89','\x09','\x15','\xe2','\x61','\x03','\xd5','\x3f','\x85','\x42','\x6b','\x6e','\x55','\x56','\x9a','\x3d','\xba','\xa1','\x49','\x99','\x88','\x15','\x17','\x6d','\xf2','\x4e','\x7b','\x0a','\x50','\x79','\x69','\xf6','\x96','\x03','\xa3','\xa2','\x3c','\xe7','\x4c','\x97','\xfa','\x54','\xf5','\xa4','\x2f','\x34','\x27','\x09','\x90','\x24','\x66','\x9f','\x4f','\xaf','\x34','\x79','\x23','\xcb','\x91','\x40','\x37','\x50','\x29','\x24','\x3c','\x43','\x8a','\x7f','\xd4','\x31','\x71','\x56','\xc3','\x95','\x3b','\x51','\xa0','\x0b','\xf7','\xb6','\xa7','\xfc','\x4c','\x59','\x5e','\x65','\x79','\x1a','\x23','\x58','\x97','\xb0','\x0a','\x08','\x7b','\x8c','\x18','\xe3','\x71','\x4f','\xc1','\xf0','\x74','\xed','\x6e','\x71','\x74','\x0b','\x5a','\x11','\x28','\xe0','\x98','\xf2','\xb3','\x16','\x38','\x0a','\x99','\xa7','\x18','\x5a','\x2b','\x06','\x32','\x81','\xa3','\xf6','\x44','\x2b','\xf7','\xa9','\x02','\xd8','\xfe','\x1f','\x5e','\x00','\xca','\xfe','\x4f','\x75','\x4d','\x33','\x05','\xaa','\xd6','\xf7','\x0b','\x1b','\x4a','\xa1','\xdd','\xbd','\x3e','\x4a','\xa9','\xa8','\x2e','\x63','\x15','\x20','\xad','\x75','\x2d','\x90','\xbf','\x99','\xa8','\x2b','\x7c','\x12','\x68','\x1a','\x1d','\x4e','\xab','\x92','\x12','\x53','\x6e','\x42','\xb5','\x91','\x7b','\x2b','\xd2','\xb1','\x90','\x13','\xe6','\xda','\x6f','\x34','\x00','\x9c','\xd6','\x61','\x57','\x80','\x3a','\xc4','\xaf','\x27','\xec','\x84','\xfc','\xfc','\x20','\x1e','\x49','\xdb','\x8c','\x43','\xb7','\x52','\x08','\x3c','\xb0','\x11','\x9d','\x40','\xd7','\x19','\xb6','\xc0','\x44','\x95','\x19','\x30','\xcc','\xea','\xc6','\x70','\x50','\x20','\x2f','\xf7','\xfe','\xf0','\x7a','\x67','\x27','\x8d','\x6a','\x85','\xb2','\x8a','\x97','\xed','\xd0','\x40','\xa8','\x1d','\xf9','\x17','\x94','\x32','\xca','\x4f','\x7f','\x26','\xc3','\xec','\x5c','\x86','\xd9','\x85','\x3e','\x66','\x66','\x32','\x64','\xbd','\x04','\x2a','\x4d','\x78','\x95','\x2b','\xf3','\x4f','\xa6','\xad','\xa6','\x62','\x25','\xb4','\xcc','\xcf','\xec','\xa1','\xed','\x8b','\xa2','\x54','\x7e','\x72','\xa3','\xfc','\xd0','\xaa','\x8f','\xad','\xdb','\x49','\xb5','\x62','\x4a','\x71','\x5a','\xe1','\x8b','\x9e','\x8f','\x2a','\x15','\xf4','\x42','\xda','\xb6','\xc3','\xce','\x15','\x7d','\x4c','\x41','\xd8','\x6d','\xd5','\x2a','\x5c','\x3f','\x03','\xf5','\xc1','\xfe','\x70','\x14','\x44','\xf3','\x3c','\x77','\x74','\x90','\xf0','\xc1','\x92','\xa5','\x13','\xdd','\x92','\x5c','\x0e','\x98','\x81','\xcb','\xcd','\x34','\xe9','\x15','\x4e','\xf3','\x2b','\xbf','\x81','\xcd','\x52','\xe9','\xf2','\x98','\xec','\xa3','\x28','\xbc','\xfb','\x4a','\x2c','\x1e','\x2f','\x21','\xf7','\x83','\x79','\xc9','\x2a','\xa7','\x41','\x54','\x55','\xb9','\x8a','\xdc','\x5e','\xe3','\xdf','\x2d','\xf6','\xb2','\x56','\xe8','\x63','\xc9','\xb3','\x3a','\xdc','\xf6','\xe9','\xb7','\x8c','\xdc','\xe1','\x75','\x97','\xce','\x2c','\x35','\xbb','\x4d','\x9f','\xc3','\xae','\xc4','\xd2','\x7d','\x72','\xd9','\x5b','\x36','\xf1','\x24','\xe1','\xb1','\xb9','\xe8','\xc0','\x2d','\x73','\x26','\x06','\x90','\xa8','\xd4','\x31','\x71','\xd7','\x00','\x74','\xb9','\xa9','\xcf','\xc8','\x76','\xf5','\x5a','\x9c','\x94','\x0a','\x54','\x96','\x25','\xc8','\xfa','\xa5','\xb3','\x83','\xc4','\x6b','\x57','\xf4','\x8d','\x79','\xdb','\xb1','\x41','\x94','\xfb','\x5b','\xf3','\x02','\x68','\x57','\x9e','\x9d','\xea','\xa8','\x94','\xa3','\x10','\x5a','\xe5','\x42','\x53','\x32','\x65','\x5a','\x7e','\x79','\xbb','\xaf','\xe4','\xa6','\x37','\x4e','\x1f','\x14','\xf8','\xbb','\x2a','\x2f','\x5f','\x5a','\x8e','\x0f','\x45','\xa1','\xaf','\x56','\xb3','\x46','\x8b','\xe4','\x2b','\xbe','\x12','\xd5','\xae','\x38','\x45','\xbb','\x5c','\x27','\xaf','\xa1','\x56','\x17','\xc8','\x5f','\xe4','\x8f','\x86','\xee','\xa3','\x16','\x2b','\x00','\xb7','\x9f','\x1a','\x83','\xda','\x37','\x85','\xb6','\x26','\xa1','\x8e','\x12','\x5e','\xa0','\xda','\xd7','\x6a','\x12','\x2c','\x27','\xb2','\x92','\x6a','\x05','\xc8','\xae','\x56','\xab','\x6a','\x85','\x96','\xf7','\xdb','\xac','\xd1','\x76','\x3e','\xcc','\x24','\x50','\x8c','\x9d','\x9e','\x9b','\x82','\xf0','\xdc','\x54','\x9a','\xa1','\xe8','\x9b','\xc2','\x6f','\x95','\x3e','\xd6','\x77','\x76','\x50','\x14','\x85','\xfd','\xcf','\xc7','\x31','\x8c','\xf3','\xf7','\xfc','\xac','\xda','\x29','\xc2','\x66','\xc5','\x13','\x64','\xfd','\x49','\xa5','\x55','\xa3','\x00','\x94','\x5e','\x43','\x54','\xb9','\xac','\xaa','\x4a','\xa1','\xd3','\xef','\xb4','\xa7','\x91','\x5c','\xa7','\xfc','\xac','\x57','\x5a','\x1b','\xc1','\x98','\x2d','\x33','\x54','\xee','\x79','\x51','\x60','\xb8','\x92','\x63','\xb0','\x32','\xc2','\x68','\x94','\x1b','\x81','\xdf','\x89','\xbf','\x7e','\x9a','\xc9','\x44','\xab','\x3f','\x4d','\xc2','\x60','\x64','\xa0','\xf4','\x13','\x4c','\x12','\xe3','\x6d','\xa9','\x3f','\x93','\x62','\x76','\xce','\x9c','\xed','\xd3','\x9f','\x2d','\x95','\x1f','\x36','\x2b','\xca','\x95','\x3b','\x2e','\x0c','\x99','\x3d','\x1c','\x6c','\x70','\x66','\x0a','\x50','\xb5','\xdf','\xa7','\x54','\x80','\xf2','\xa2','\xf4','\x02','\xc7','\x32','\xae','\x9d','\xec','\xd8','\xdf','\x4e','\xdb','\x09','\x8e','\xb0','\x95','\xaf','\xa7','\x5a','\x59','\x4c','\x8a','\x1d','\xe8','\xb4','\x73','\xcd','\x1f','\x9a','\x34','\xe0','\x7a','\x98','\x8b','\x15','\xb4','\xdd','\xf7','\xa4','\x5d','\x41','\x4b','\x99','\xfd','\x0d','\x76','\xe5','\xc7','\x33','\x67','\xe5','\x8a','\x84','\x0a','\x8e','\x74','\x8a','\xdd','\xef','\x48','\xc7','\xf2','\xa9','\x74','\x17','\xf3','\xc5','\xed','\xdf','\x5a','\x55','\x75','\x57','\xfb','\x9b','\x89','\xeb','\xf1','\x2a','\xf6','\xcb','\x3c','\xde','\x9c','\x01','\xe5','\x2b','\x56','\x45','\x95','\x65','\x3a','\xd7','\xc6','\x95','\xe8','\xd9','\x6b','\xb1','\xc7','\x6c','\xb0','\x07','\x6c','\x07','\xd5','\x00','\x1b','\x0c','\x5a','\xf5','\x4e','\xab','\x08','\x69','\x73','\x26','\x97','\x56','\xa5','\x10','\x57','\xba','\xcb','\xb6','\xe6','\x3b','\x91','\x82','\xb4','\x6d','\xd4','\xec','\x77','\xc8','\x14','\x75','\x43','\x0a','\x4a','\xe5','\xc8','\x47','\xc6','\x09','\x0c','\x09','\x8d','\x14','\x96','\xf6','\x48','\xa4','\xa9','\x59','\xf1','\x21','\x87','\x07','\x76','\xb6','\xdc','\x4b','\x03','\x08','\x0b','\xe7','\x54','\x45','\x3b','\x37','\x7b','\xea','\x43','\xb4','\x33','\x0d','\x61','\x4c','\x3d','\xf9','\x38','\x6a','\x05','\x5d','\xea','\xfb','\x74','\xb3','\xb2','\xbd','\xd6','\x44','\x5e','\x30','\xd4','\x25','\x36','\xed','\xdf','\xb1','\xe1','\x15','\xef','\xbb','\xe2','\xfb','\x37','\x7d','\x6a','\xe9','\xb5','\x8c','\x57','\x41','\x6b','\xb8','\xba','\x76','\x61','\x07','\x16','\xd7','\xaa','\xa0','\x4a','\xad','\xb5','\x8f','\x8d','\x66','\xa0','\x5b','\x30','\xbe','\x4f','\x9d','\xf2','\x57','\xa9','\x24','\xe6','\xdf','\xca','\xd4','\x0d','\xd6','\xb4','\xdb','\x8e','\x63','\xd4','\xf7','\x24','\x80','\x2a','\x1d','\xd7','\x24','\x89','\x39','\xaf','\xaa','\xaa','\x53','\xe4','\xf5','\xad','\x5c','\xe1','\x71','\x96','\xc2','\xb9','\xb9','\x33','\x1b','\xcb','\xdc','\x62','\xf0','\x32','\xdd','\xbd','\x18','\x84','\xd5','\x61','\xbf','\x7d','\x49','\xa7','\x15','\xa0','\x34','\x4d','\x6b','\x0a','\x4f','\x93','\x02','\xe4','\x28','\x10','\xde','\xbf','\xeb','\xde','\xf7','\x8c','\x95','\x98','\x66','\xff','\xd4','\xa5','\x11','\x6a','\xc2','\x1d','\x75','\x7b','\x1b','\x8e','\x37','\x7d','\xdf','\xd7','\x13','\x6d','\x96','\xa6','\x82','\xe9','\xa2','\xf8','\x44','\x56','\xc0','\x9b','\x32','\xd2','\xe5','\xd2','\x58','\xcf','\x8f','\x85','\x2f','\xfc','\xae','\x96','\x26','\x61','\xad','\xc5','\x06','\xbb','\x29','\x0f','\x14','\xce','\x9e','\xbf','\x47','\x7d','\x62','\xae','\x31','\x1c','\xe6','\x18','\x0d','\x73','\x2b','\x04','\xb8','\x13','\x52','\x21','\xc9','\x75','\x8c','\x0f','\xd4','\x21','\x6f','\xfc','\x96','\xc9','\x27','\x53','\x52','\x40','\xca','\x8f','\x42','\xaf','\x9f','\x60','\x66','\xae','\x87','\xb9','\x79','\x63','\xee','\xd6','\x9b','\x29','\x67','\x63','\x59','\x67','\x5c','\xb5','\x49','\x26','\x3c','\xa8','\x6a','\x56','\xd7','\x0e','\x1c','\x05','\x29','\x3d','\xe6','\xef','\x42','\xc3','\x78','\x7a','\xcb','\x2b','\xf3','\x37','\x5d','\x6b','\x0f','\xa1','\x7d','\x3b','\x9e','\x77','\x34','\xf6','\x32','\xce','\x20','\x1a','\x1b','\x50','\xc7','\x80','\xcb','\xdc','\x4d','\x0f','\x3b','\x6d','\x53','\xbb','\xeb','\x41','\x7e','\x1b','\xb4','\xf5','\x82','\x2b','\x3f','\x28','\x27','\x2e','\xca','\xfd','\x0d','\x95','\xa3','\x03','\xd4','\x05','\x3f','\x12','\x3c','\x6b','\x33','\x28','\xac','\x77','\xe4','\x9b','\xcc','\x9b','\xb3','\x1e','\xbc','\x17','\x92','\xab','\x5c','\x0f','\x7e','\x7c','\xfc','\x35','\xe7','\x04','\x91','\x82','\xc8','\x85','\x12','\x52','\x6c','\x6a','\xd5','\xb0','\xf6','\x4a','\xca','\x46','\xc8','\xbb','\x23','\xfe','\x3d','\x93','\x24','\xb1','\x0a','\xa8','\x76','\x36','\xac','\xd1','\x8f','\x80','\x12','\x14','\x7c','\xef','\x40','\xa3','\x60','\x1f','\xa9','\x73','\x97','\x52','\xfb','\xa8','\xa1','\x9b','\xe3','\x4a','\x66','\x6b','\x87','\x29','\x57','\x65','\xc7','\x05','\xf7','\x66','\xf8','\xad','\xad','\x6e','\x0e','\x94','\xce','\x11','\x80','\x22','\x01','\x12','\xfa','\x4e','\x8a','\xd7','\x8b','\xf2','\x1a','\xfb','\x34','\x24','\xb7','\x25','\x69','\xa9','\x35','\x29','\x55','\x2a','\x4f','\x1a','\x1a','\x74','\x60','\xaa','\x09','\x9c','\xa4','\xb0','\x9e','\xb1','\xd2','\xcc','\x4c','\xbc','\x18','\x67','\x07','\x89','\x6b','\x82','\x47','\x7d','\x54','\x43','\xd1','\xfa','\x76','\x16','\x26','\x2f','\x0d','\x1f','\xd8','\xaf','\x4e','\xbc','\x58','\xbc','\xf1','\xc0','\x9a','\x82','\xf2','\x4d','\x78','\xba','\xd2','\x13','\x82','\x25','\xd9','\xa1','\x3a','\x58','\x53','\xa7','\xe6','\x57','\xf3','\x22','\xaa','\x67','\xbc','\x6b','\xfd','\x0d','\x0d','\x7b','\x9a','\xfd','\x17','\xd5','\x2e','\xf8','\x4d','\x15','\xf8','\x19','\x2a','\x4b','\xcd','\x42','\x34','\xf4','\x37','\xfc','\x0f','\x2b','\xe7','\xf0','\xc9','\x74','\x72','\x86','\x32','\xa6','\xcc','\xa2','\x63','\xef','\xd2','\xfa','\x9c','\xae','\x9e','\x77','\xfa','\x75','\xed','\xea','\x85','\x65','\x5f','\xae','\x0b','\x54','\x07','\x75','\x97','\xef','\xac','\x14','\x4a','\xb7','\xd7','\x28','\xeb','\x73','\xa8','\xef','\xf6','\x2e','\xd9','\x3a','\x56','\xc5','\xe1','\x66','\x8c','\x1e','\x1a','\xeb','\x75','\xe2','\x4c','\xa1','\x9b','\x6a','\x68','\x56','\x63','\x47','\xbf','\xf9','\x7a','\xcf','\x30','\x69','\x9a','\x3a','\x4a','\x32','\x00','\xf4','\x7a','\xbd','\x60','\x58','\xab','\x00','\x91','\x7d','\xf0','\xe6','\xc4','\xcc','\x76','\xf9','\xca','\xf6','\xea','\x62','\x8c','\xc7','\xe1','\xaa','\x34','\x11','\xaf','\x4e','\x5d','\x22','\xa7','\x46','\xc6','\x3d','\x45','\xd5','\xd4','\xa3','\x29','\x31','\x69','\xa1','\x44','\x9e','\x69','\x8f','\x6a','\x8d','\x55','\xdc','\x58','\xf4','\xe3','\x2c','\xbb','\xc4','\x3a','\x28','\xfa','\xad','\xcc','\xa0','\x5c','\x14','\x1a','\xa3','\x61','\x81','\xd1','\xb0','\x40','\x31','\x2a','\xd6','\xac','\x85','\x07','\x3f','\x11','\x1b','\x7b','\xec','\x8c','\x52','\xd9','\xb1','\xf3','\x2c','\x93','\x12','\xdd','\xef','\x67','\x98','\x99','\x37','\xce','\x0e','\x66','\xe7','\x7a','\xc8','\x7a','\x89','\x5d','\x91','\xa0','\xf8','\x75','\x29','\xf1','\xd0','\xaa','\x4c','\xa5','\x08','\x98','\xc4','\x0a','\x3b','\x80','\x68','\x47','\x38','\xb6','\xca','\x4f','\x41','\xfb','\x7d','\x34','\x3c','\x6d','\xc3','\xc9','\xd3','\x78','\x8c','\xab','\xd1','\x87','\xa9','\x5a','\xa5','\x89','\xd3','\xaa','\x66','\xca','\xdd','\x77','\x64','\xfe','\x56','\xfc','\xa1','\x68','\x6e','\xf8','\x4c','\xa1','\xb9','\x57','\x4d','\x56','\x24','\x7c','\xc5','\x87','\x9d','\x0f','\x51','\x29','\x40','\xd5','\xa8','\xa7','\xed','\xff','\x52','\x0a','\x1d','\xe1','\x99','\xf1','\xf4','\x6c','\xed','\x05','\x8b','\xfc','\xa8','\x45','\xc7','\x6f','\xa9','\x52','\x82','\x23','\x65','\xbf','\x92','\x54','\x94','\xfb','\x4c','\x20','\x4a','\xc5','\x82','\xab','\x70','\x6e','\xaa','\xf4','\x12','\x00','\x85','\xab','\xf0','\x38','\x8a','\x62','\x48','\x20','\xf4','\x85','\x59','\x0a','\xba','\xd9','\x47','\xd9','\x29','\x30','\xd1','\x2b','\xea','\xaa','\x9e','\x6b','\x65','\x4c','\xe0','\x8a','\xa2','\x2c','\x7a','\xd0','\x99','\x54','\xba','\xf4','\x62','\xad','\xea','\x65','\xcb','\x3f','\x7b','\x39','\xa6','\x26','\x29','\xd0','\x43','\x02','\x20','\x85','\x82','\x42','\x9e','\x14','\xc8','\x73','\xd3','\x7a','\x68','\xc5','\xc7','\x9c','\xed','\x93','\x20','\xcd','\x14','\x12','\xb2','\xbf','\xf3','\xfb','\xd3','\xb5','\x20','\xaa','\xc4','\x56','\x82','\x7d','\x34','\x88','\x2f','\x0c','\x87','\xa3','\xe9','\x94','\x87','\xd5','\xbe','\x5e','\xf8','\xf9','\x31','\x63','\x8d','\x05','\xe7','\xca','\x49','\x83','\x5e','\xd4','\x14','\x51','\xd5','\xc6','\xdd','\x3e','\xb6','\xf3','\x27','\x1e','\xbb','\x80','\x26','\x2b','\xd1','\x9a','\xd5','\x41','\x24','\x5a','\x1a','\xd7','\x8a','\x82','\x94','\xa0','\x6a','\x55','\xc0','\xf6','\xe5','\x49','\x02','\xa5','\x92','\xca','\x32','\x67','\x8d','\x45','\x9a','\xcd','\xc2','\x56','\x51','\x64','\x26','\x25','\x4b','\x32','\x67','\xdc','\x31','\x66','\xbf','\x59','\xb3','\x13','\x84','\xa2','\x28','\x26','\xde','\xf3','\xb3','\x5e','\xc4','\x36','\xe4','\x06','\xa7','\x4d','\x26','\x4e','\xa4','\xe3','\xf3','\x2c','\x9c','\x15','\x55','\xb5','\x7f','\xcb','\xcc','\xc2','\xd2','\x12','\xeb','\xa6','\x73','\x2b','\xbe','\xc9','\xb2','\x33','\x55','\x62','\x72','\xa8','\x3f','\x40','\x68','\x20','\x1f','\xb1','\xd5','\x9f','\x42','\xd7','\x03','\x4d','\x09','\x5f','\x30','\xad','\x29','\x3f','\x30','\x42','\xa6','\x2e','\x33','\x66','\x05','\xf2','\x44','\x21','\xeb','\x19','\xe5','\x67','\x76','\xbe','\x8f','\xd9','\xb9','\x0c','\x33','\xa5','\xf2','\x63','\xcf','\xef','\x60','\x1d','\xbf','\x99','\x30','\x08','\x24','\xa8','\xe1','\x7a','\x79','\xa3','\x6b','\xe5','\x12','\x90','\x2e','\xaa','\x7d','\x3f','\xbe','\x72','\xd4','\xd6','\x2e','\x1c','\xd1','\x58','\xd7','\xaf','\xb9','\x85','\x10','\xbb','\x39','\x3e','\xb5','\x2c','\x45','\xda','\xa4','\x8f','\x15','\x9e','\x74','\xf5','\xae','\x40','\xa5','\x84','\xd6','\xdc','\x5b','\x97','\xd7','\x5d','\xe5','\xc7','\xcd','\xc1','\xd8','\xcd','\x29','\x1c','\x8d','\x1b','\xa4','\xb3','\xde','\xa8','\x9c','\x7f','\xfc','\x5b','\x8a','\xce','\x75','\x51','\x34','\x9b','\xad','\x5c','\x85','\xa4','\x53','\xe6','\xd9','\xc7','\xe3','\x45','\xeb','\x9c','\x17','\x53','\x85','\xb3','\x75','\xda','\xdb','\x88','\x11','\xeb','\xc2','\x9d','\xaa','\xb1','\x5a','\x7d','\x39','\xf8','\xec','\x03','\x69','\xc8','\x37','\x1e','\xff','\x74','\x01','\xe8','\x44','\x03','\xa4','\x04','\x25','\x28','\x5d','\x5a','\xa3','\x2c','\x6b','\x05','\x9a','\xb5','\xae','\x14','\x7e','\x16','\x8b','\x32','\xb3','\xe0','\x40','\x82','\x1e','\xfd','\x3d','\x54','\x48','\x12','\x33','\xc5','\x9f','\xf5','\x52','\x73','\xbe','\x4f','\x9a','\xd8','\xc9','\x3c','\x77','\xf6','\x80','\xfe','\x59','\x65','\xd9','\x86','\xfa','\x17','\xcf','\xf4','\xcd','\xfc','\x4f','\x19','\xd0','\xe9','\xef','\xca','\x77','\xac','\x0f','\xc0','\x4e','\xf4','\xc1','\x34','\xdb','\xf2','\xb4','\x9a','\xfb','\x6d','\x44','\x26','\x66','\x9c','\x20','\xfe','\x9c','\x43','\x54','\x23','\xa9','\xf7','\x75','\xb5','\xa0','\x2d','\x0a','\x54','\xe8','\x7a','\x97','\x66','\x18','\x9d','\xac','\x08','\x3d','\xac','\x57','\x5b','\x57','\x3c','\xef','\x6e','\xe1','\x20','\x76','\xe5','\xc7','\x84','\xaf','\x0e','\xf3','\x26','\x45','\x87','\x4c','\x9a','\x13','\x5a','\xfd','\xf4','\x67','\xf8','\x12','\x7e','\x69','\xeb','\xf7','\x1b','\x7e','\x35','\x7a','\x20','\x93','\x17','\xae','\x33','\x37','\x3a','\xc2','\x23','\x64','\x6e','\x6a','\x15','\xa0','\x3c','\xcf','\x83','\x9b','\x87','\xa6','\x09','\xdf','\x57','\x51','\x17','\x24','\xda','\x70','\xa5','\x2a','\x6d','\x37','\xab','\xc5','\x83','\xc6','\x03','\x78','\x61','\xdd','\xf1','\xb9','\x2e','\x3c','\xc7','\xe2','\xd3','\x28','\xcf','\x62','\x08','\xdf','\x37','\xa7','\x07','\x97','\x33','\xf4','\x09','\xac','\xb5','\x41','\x28','\x89','\x50','\xd6','\x1b','\x69','\x78','\xaf','\xce','\xa5','\xda','\x55','\xd9','\x9b','\x30','\x1f','\x53','\xa1','\xc3','\x54','\x70','\x25','\x88','\x21','\xd8','\xe1','\x86','\xa3','\x22','\x1b','\x7a','\xe3','\xf9','\x6d','\xb8','\x32','\xc2','\x70','\x98','\x1b','\x6f','\x48','\xde','\x2c','\x12','\x75','\x9c','\xee','\xb3','\x63','\xbd','\x45','\xf4','\x43','\x9b','\x81','\xdd','\x3a','\xa7','\xb6','\x9b','\x34','\x69','\x5c','\x37','\x26','\x6f','\xa9','\x51','\x7a','\xe6','\x8d','\x8b','\xeb','\x5e','\x3f','\x41','\x92','\xa4','\xd6','\x44','\x8f','\x4f','\x78','\x92','\xfa','\x56','\x09','\xa2','\xba','\x7a','\x77','\xed','\x29','\x3f','\x28','\xd3','\x62','\xe6','\x6e','\xd6','\xc5','\xb5','\xf6','\xc2','\x29','\x6e','\x06','\xe7','\x15','\x74','\xc3','\xc0','\x1b','\xbb','\xb2','\x9e','\xf8','\xd5','\xdc','\x51','\x30','\xb9','\x30','\x08','\x1a','\x18','\xab','\x43','\x4d','\xa1','\x2a','\x87','\x11','\xf1','\x18','\x7d','\x5d','\xd3','\xe9','\x04','\xa2','\x4d','\xa4','\x73','\xd3','\x89','\x68','\x79','\x31','\xe5','\x4f','\xa9','\xfa','\x5d','\xf2','\x60','\x48','\xb7','\xf8','\x9e','\x82','\x5a','\x3f','\x17','\xe8','\xf7','\xdc','\x7e','\x8b','\xa7','\x4f','\xab','\xf3','\x65','\x99','\x58','\x3d','\xcc','\x55','\xc8','\x02','\x59','\xaa','\x12','\x0b','\xf5','\xc1','\xd1','\xf0','\x61','\x9c','\x2c','\x6f','\x7d','\x79','\xc5','\xc1','\xa9','\xbb','\x01','\x33','\x57','\x55','\x98','\xf6','\x69','\x84','\xbc','\xca','\x9d','\x6f','\x42','\x42','\x1c','\x9d','\x15','\xc4','\x23','\xe4','\xcf','\x83','\xce','\xef','\x49','\x90','\xc1','\xd4','\xf7','\xb4','\x30','\xb3','\xa5','\x69','\x66','\xcc','\xdf','\x92','\x24','\x29','\x15','\x29','\xfb','\xd5','\xad','\x82','\xc2','\xed','\x1a','\x56','\xad','\x08','\xd1','\x7b','\x7a','\xed','\xb2','\xa6','\xa1','\x3b','\xc3','\xae','\x97','\xa6','\xd7','\x5c','\x83','\x7d','\x75','\x6b','\x36','\x23','\x6f','\xd2','\x26','\x7c','\x37','\x25','\x11','\x1d','\x8b','\x22','\xcf','\x77','\xd4','\x60','\x42','\xa6','\x85','\xfc','\x0f','\xea','\xef','\x62','\x99','\xac','\xeb','\x54','\x3a','\xa4','\x4f','\xc5','\x1e','\xaf','\x7e','\x44','\x26','\x5f','\xaa','\x80','\xba','\x5a','\x7c','\x1e','\x43','\xf6','\xf0','\x57','\x7d','\xda','\x32','\x54','\x99','\x62','\x56','\xfb','\x39','\x69','\xfc','\xa3','\x7d','\x3d','\x64','\xf6','\x66','\xaa','\xb5','\x0a','\xf4','\x3f','\x3c','\x73','\xec','\x7e','\xd9','\x91','\x6d','\xb6','\xb9','\xec','\x18','\x13','\x55','\x7d','\x2f','\xec','\x16','\x79','\x55','\xcb','\x28','\xaf','\x2f','\xe4','\x0c','\x06','\x83','\x66','\x27','\x08','\x6b','\xbd','\x3a','\x51','\x14','\x55','\xad','\x1f','\x5f','\xf9','\x59','\x3f','\x1a','\x3f','\xf8','\x18','\x92','\x0c','\x39','\x3d','\xb0','\x5e','\xa3','\x92','\xce','\x3e','\x43','\x84','\xd5','\x40','\x83','\x7b','\x93','\x12','\x5b','\xde','\xd0','\xd0','\xc8','\xcb','\x83','\x4f','\x87','\x83','\x1c','\xf9','\xd0','\x98','\x7f','\xf1','\xef','\x64','\x15','\x13','\x3d','\xc5','\x4e','\xcf','\xcb','\x1b','\xb7','\xa6','\xe2','\x33','\x55','\x59','\x2f','\x41','\x6f','\x26','\xc3','\xec','\x5c','\xcf','\x38','\x3a','\x98','\x29','\xf7','\xfb','\x94','\xab','\x3e','\x05','\xcd','\x70','\x79','\x2f','\x59','\x75','\xe0','\xa4','\xfc','\x54','\x03','\x40','\x25','\xf4','\x6b','\x63','\x1e','\xc0','\xbc','\xbc','\x55','\x36','\xd2','\x21','\x05','\x2f','\xf0','\xf2','\x65','\x63','\x19','\xcb','\xf6','\x7b','\x0d','\x84','\xd3','\x36','\xa1','\xb7','\x96','\x73','\x56','\x3f','\xa8','\xc4','\xac','\x4d','\xb8','\xaa','\x6c','\xc2','\xe9','\x1a','\xc5','\xa1','\xbd','\xc8','\x9c','\x78','\xbd','\x44','\xfc','\x45','\xa2','\xa0','\x8e','\x11','\xaa','\x4f','\x93','\x94','\x8f','\x2f','\x1b','\xf2','\xba','\xea','\x2b','\x24','\xce','\x73','\x65','\xbd','\xae','\xc5','\xe3','\xf9','\xcf','\x63','\x99','\x77','\xf2','\xad','\xab','\xfe','\x52','\x43','\x59','\xcf','\x64','\xc1','\x8c','\xf9','\x65','\x70','\x38','\xd8','\xb8','\xad','\x01','\xfc','\x5b','\x51','\x09','\x52','\xfd','\xd7','\x00','\x54','\xa1','\x51','\x28','\x66','\x12','\x67','\x1f','\xf2','\xfa','\x2f','\x36','\x71','\xc7','\x27','\x5b','\x80','\x04','\x2a','\xd1','\xa0','\xdd','\xbf','\xce','\x0a','\x28','\x29','\x39','\x9e','\x79','\xae','\x83','\xdf','\xef','\x8e','\xfd','\x62','\x68','\x6f','\xd0','\x5c','\xea','\xe6','\x03','\xb6','\x9a','\x20','\xdd','\xb6','\x24','\xa6','\xf5','\x7c','\xc7','\x08','\xfd','\x60','\x6d','\xcd','\xc4','\xd6','\x01','\x5d','\x9b','\x96','\xf2','\x2a','\x08','\x3a','\x7c','\x1b','\x7f','\x72','\xcc','\x0d','\x1e','\xed','\xe6','\xc7','\x94','\xa8','\x03','\x56','\xd5','\xf5','\xe8','\x02','\x71','\x36','\x29','\xd7','\xf5','\x7d','\xa6','\xf0','\xc6','\x3c','\xed','\x98','\x31','\x27','\x0a','\x48','\x54','\x62','\xeb','\xb6','\x3b','\xc9','\xe0','\x2d','\x00','\x11','\x8a','\x26','\xc9','\x1a','\xde','\x4f','\xd8','\xb4','\x34','\x9a','\xc0','\xa5','\x69','\x1a','\x3d','\x2d','\x75','\x35','\xb8','\xe6','\x25','\x01','\xaf','\x31','\x13','\x47','\x8c','\x6e','\x9d','\x5d','\xac','\xcd','\x34','\x3c','\xab','\xc1','\x2b','\x79','\x39','\xcb','\x15','\xcb','\x77','\x99','\x8f','\xda','\x8c','\x67','\xd9','\x52','\x6a','\x66','\x34','\x5e','\x96','\x1a','\xfb','\x8e','\x09','\x66','\x40','\x57','\xfb','\x40','\x58','\x80','\xd1','\xf5','\x6b','\x6b','\xd9','\x09','\x4c','\x38','\x58','\x04','\x2f','\x6a','\xff','\x87','\xb2','\x7f','\xe9','\xc2','\xac','\xfe','\xd8','\xfd','\x3f','\xe4','\x62','\x96','\x09','\xf5','\xd6','\xbf','\x4c','\x6d','\x80','\x5e','\x05','\x7c','\x24','\xe1','\x82','\x4c','\xf9','\x23','\x49','\x14','\xb2','\x9e','\x39','\xd8','\x74','\x76','\xa1','\x67','\x56','\x7d','\x7a','\xa9','\x59','\x95','\x50','\xaa','\x5c','\x99','\xaa','\x3a','\xfb','\x9a','\x13','\x77','\x96','\x59','\xb2','\x7f','\xb6','\x8b','\xaf','\xe5','\xbf','\xa4','\xfc','\x14','\x35','\xe5','\x27','\xf4','\x7e','\x9e','\xf8','\xdc','\x65','\x1a','\x2e','\xf4','\xd7','\x14','\x64','\x5e','\x7f','\x76','\xae','\x6d','\xe3','\xb5','\x8f','\x5d','\x01','\xe3','\x83','\xb0','\x55','\x7e','\xc8','\x2d','\x2a','\x1c','\xe5','\xc7','\xad','\xf2','\x2c','\x6d','\x15','\x68','\x06','\x2a','\xdc','\x3e','\xa8','\xbb','\x8a','\x2a','\x3e','\xde','\xe3','\xf4','\x4c','\x38','\xe5','\xd0','\x83','\xd5','\x43','\xc1','\x2c','\x28','\xcf','\xad','\xb1','\x82','\x31','\x8b','\xf3','\x84','\x06','\xe7','\x49','\xe5','\x15','\x2c','\xbb','\xac','\xcb','\x97','\x51','\x65','\x05','\xf6','\xdf','\x2b','\x24','\x3c','\x70','\x41','\x4c','\x5b','\x9b','\xac','\xaa','\x21','\x4c','\x63','\xb6','\x91','\xf2','\xe1','\xaf','\xf6','\x6e','\x05','\x3a','\xbf','\x7b','\xe4','\xf3','\x54','\x4d','\xa1','\xac','\xe3','\x85','\x42','\xa1','\x34','\xf3','\x55','\x50','\x55','\x92','\x58','\x9b','\xe4','\xde','\x0d','\xad','\xe0','\xcb','\xc7','\x42','\x2e','\x5c','\xfa','\xc9','\xfb','\x26','\x6b','\xd1','\xec','\x47','\x26','\x53','\x00','\xb7','\x8e','\x56','\x99','\x72','\xc2','\xf9','\xf5','\xd8','\x09','\x13','\xaa','\x44','\x51','\xc9','\xdd','\x4d','\xbb','\xfa','\xb3','\xb9','\xbe','\x84','\xef','\xea','\x7a','\x53','\x0a','\x0a','\xf1','\x1d','\x69','\xeb','\x34','\x03','\x42','\x44','\x83','\x7a','\xd0','\x29','\x13','\x5a','\x47','\xbe','\xab','\xff','\x50','\x2c','\xa1','\x36','\x65','\xad','\xc3','\xb0','\x11','\x1e','\xd3','\xbb','\x94','\x9a','\x5b','\xfe','\x64','\xda','\x5c','\x14','\x28','\x1d','\x36','\x54','\x7d','\xa8','\x32','\xda','\x8f','\x63','\xfa','\x46','\xfb','\x65','\xab','\x2b','\x70','\xea','\x5d','\xf5','\xb3','\x43','\x2b','\x9d','\x46','\x47','\xb6','\x4a','\xa6','\xd9','\xe3','\x75','\x69','\xd3','\x9b','\x89','\x34','\x4d','\x6b','\xe6','\x6e','\x31','\xdd','\xa6','\xd1','\x09','\xc2','\x6a','\xdc','\x60','\x57','\x8a','\x8f','\x8e','\x2a','\x3e','\xdc','\x8d','\xe2','\x34','\xf4','\xa2','\xa2','\x28','\xc6','\x52','\xb2','\x46','\xf9','\x08','\x89','\x32','\x9b','\x3b','\xeb','\x79','\xeb','\xa8','\xe9','\xdb','\x7e','\xd7','\xac','\x1c','\xf0','\x83','\xe4','\x94','\xd2','\xd0','\xba','\x80','\x4a','\xb2','\x5a','\xa7','\x1f','\x52','\x2d','\xcc','\x49','\xdf','\x80','\x5a','\x0b','\x67','\x14','\xa1','\x04','\xb7','\x18','\x4b','\xcb','\x4b','\xc8','\xf3','\x1c','\xdb','\x16','\xb6','\x35','\x86','\xa3','\x7a','\x77','\xf0','\xd0','\x01','\x14','\x45','\x81','\x1d','\xdb','\x77','\x06','\x03','\xe5','\x23','\x8d','\xc1','\x4a','\x81','\x61','\x79','\xf0','\xe9','\xc1','\x83','\x07','\x01','\x00','\x0b','\x0b','\x0b','\xd1','\x31','\x93','\xb7','\xab','\xc5','\xc5','\x45','\x14','\x45','\x81','\x6d','\xdb','\x9a','\xf3','\x53','\x83','\x4f','\xa9','\x33','\x21','\x50','\x29','\x20','\x4d','\x12','\x64','\x33','\x29','\x66','\xe7','\x7a','\x30','\x87','\x15','\xe6','\x98','\x99','\x9d','\xaf','\xce','\xde','\xf1','\xf2','\x40','\x82','\x8a','\xd6','\xc0','\x81','\x03','\xf7','\x43','\x29','\x85','\xed','\xdb','\x77','\x98','\xc1','\xac','\x70','\xa2','\x37','\xc9','\x95','\xb6','\xd1','\x79','\x51','\x60','\x34','\xcc','\xfd','\x2c','\x98','\x60','\x64','\x5b','\xe7','\x65','\xb7','\x3a','\x40','\x4e','\x35','\x28','\x4b','\x26','\x53','\xd3','\x32','\x85','\x69','\x22','\x2f','\x8c','\xbb','\xf2','\xac','\xa1','\x9f','\xa2','\xb1','\x48','\x03','\x58','\x59','\x5e','\x46','\x51','\x68','\xcc','\xce','\xce','\x3a','\x13','\x15','\x7c','\xbf','\x0f','\x68','\x46','\x90','\x0f','\x7e','\xbe','\xf4','\xee','\xf5','\x57','\xce','\xec','\x78','\xd9','\x0f','\xf0','\x41','\x30','\x3a','\x76','\x06','\x47','\x16','\x15','\xf8','\x55','\x5d','\xb0','\xee','\x59','\x83','\xf8','\xb3','\xfc','\xed','\xf1','\x29','\x28','\xb8','\x9f','\xb2','\x2e','\xe1','\xd6','\x04','\xd6','\xda','\x4a','\x4f','\x3c','\x7e','\x42','\x43','\x59','\xa7','\x1a','\xb4','\xaf','\xc9','\xd5','\x51','\xca','\xd4','\x1b','\x4c','\x06','\x85','\x0e','\x94','\xca','\xa9','\x2e','\x60','\xdc','\xc2','\xe5','\x0a','\x45','\x42','\x87','\x3e','\xb2','\x40','\x0c','\xc5','\x24','\x3f','\x6f','\xbb','\x96','\x1b','\x35','\xab','\x28','\x6e','\x8b','\xe0','\x35','\x27','\x2c','\xfd','\xb5','\xe9','\x20','\x4e','\x22','\x4e','\x1e','\xdc','\xb8','\x6a','\xfd','\x8a','\x0a','\x84','\xd2','\xee','\xe4','\x84','\x02','\x3a','\xad','\x52','\x37','\xde','\x1e','\xb7','\x3b','\xeb','\xa6','\x73','\x74','\x48','\xa7','\x73','\xc9','\xb5','\xc6','\xe7','\x77','\x37','\xed','\xb1','\x76','\x50','\x7a','\xc6','\x8b','\xd0','\x8d','\xdd','\x93','\xb1','\xea','\x8f','\x07','\xd5','\xe1','\x40','\x10','\xed','\x8c','\x63','\xd6','\xe9','\x01','\x33','\xe9','\xb6','\x7d','\x3a','\xed','\xe3','\x2c','\xeb','\x4c','\x53','\x5f','\xc3','\xf3','\x67','\x7e','\x4b','\xcf','\xb4','\x15','\x48','\x54','\x02','\xdf','\x0b','\x1c','\x79','\x86','\xf3','\x71','\xf6','\x00','\xf9','\xbe','\xb2','\x43','\x9b','\x86','\xba','\xd2','\xb6','\xea','\xa3','\xb5','\xc6','\x70','\x38','\x82','\xd6','\x1a','\xfd','\x7e','\x0f','\x13','\xe9','\x97','\x5e','\x5f','\x3b','\x8e','\x17','\x3b','\x5d','\x68','\xab','\xe0','\x35','\x09','\x15','\x1d','\xe6','\x5e','\xdd','\x78','\x15','\x90','\x94','\x7b','\x7f','\x54','\x9a','\x20','\xcd','\xd2','\x9a','\x22','\x15','\x8b','\xad','\x4b','\xfe','\x57','\xdd','\x04','\x03','\x11','\x74','\x8f','\x53','\x4d','\x21','\x03','\xdd','\x92','\xa9','\x0d','\x20','\x1a','\x98','\x9b','\x9d','\x03','\x60','\xcc','\x29','\xed','\xec','\x3c','\xea','\x61','\x29','\xfc','\xb6','\x85','\xed','\x70','\x84','\x71','\x4d','\x4a','\x29','\x50','\xe4','\x46','\x01','\x18','\x0e','\x46','\xc6','\xf9','\xc1','\x28','\xc7','\xfc','\xfc','\x42','\xf9','\x2c','\x33','\x83','\xd3','\x6e','\x9c','\xfc','\xc2','\xfc','\xfc','\xbc','\xbd','\x3e','\x4e','\xdf','\x68','\x67','\xa9','\x8b','\xaa','\x0a','\xab','\x44','\xd9','\x03','\x06','\x67','\x4a','\x27','\x07','\x73','\xf3','\x3d','\x64','\x59','\x0a','\xad','\x0b','\x3b','\xa2','\xf3','\x7d','\x49','\x40','\xd5','\x29','\x2b','\x68','\xec','\xd8','\x71','\x84','\x79','\xb7','\x72','\x25','\xcb','\xae','\x14','\xe9','\xaa','\x2d','\xdb','\xbd','\x3e','\xb9','\x91','\x12','\x68','\xa2','\x82','\x36','\x4d','\x9b','\xe9','\xb3','\x7a','\x59','\xda','\xbc','\xab','\xc0','\x79','\x32','\x91','\x77','\x9c','\x9a','\x95','\x53','\x70','\x56','\x52','\x97','\x67','\x37','\xb4','\x3c','\xa2','\xcb','\x09','\x40','\xad','\xd1','\xef','\xf5','\x2b','\x21','\x40','\x55','\x7d','\x53','\x75','\xb6','\x0f','\xdc','\x7a','\x85','\xba','\xfa','\x40','\xdf','\xce','\xdf','\x67','\x53','\x14','\x05','\x92','\x34','\x81','\x82','\xc2','\x70','\x38','\xb4','\x6e','\x37','\x7d','\xc1','\x8c','\x2e','\x14','\x79','\x61','\x27','\x5e','\xb4','\x5f','\x9f','\x43','\xef','\xa4','\x49','\xf1','\xa2','\xc9','\x15','\xab','\x8a','\xb9','\xe1','\x42','\xc2','\x88','\x53','\x41','\x99','\x56','\x56','\xe6','\x47','\x81','\xbc','\x86','\xc1','\x0a','\x12','\xb1','\x78','\xc9','\x0b','\x5e','\x30','\x4d','\x9e','\x2e','\xc5','\x57','\xfe','\xd6','\x65','\xa6','\xb5','\x56','\xc6','\xcc','\x93','\x96','\x24','\xd7','\x65','\x42','\xe6','\x01','\x30','\xfb','\xc3','\x69','\x7b','\x0d','\xe6','\x18','\xa1','\xf2','\xcc','\x57','\xba','\xb3','\xf7','\xec','\x7d','\x78','\xb5','\xe0','\xfa','\x11','\x75','\x03','\x5c','\x00','\xf4','\x71','\x94','\x20','\x3e','\x91','\x33','\xd6','\xab','\x04','\x1b','\x77','\x95','\xb9','\x60','\x5b','\xe0','\x79','\x8f','\x77','\x00','\x3c','\xff','\x5d','\x73','\xe3','\xfc','\x0c','\x8d','\x43','\x0d','\xcf','\x75','\x53','\xf0','\x1a','\x62','\x72','\xc6','\x9a','\xae','\x75','\x35','\x12','\x6e','\xdc','\xe6','\x35','\x41','\x67','\xdd','\x55','\x57','\xb3','\x97','\xca','\x89','\x35','\xbe','\xf8','\xbb','\xaa','\x31','\x82','\x8f','\x6f','\x36','\x3e','\x6d','\xc7','\xc0','\xca','\x99','\x0f','\x3b','\x93','\xd1','\xf6','\xf9','\x65','\x7e','\x48','\x5b','\x26','\xd1','\x4b','\x01','\xd6','\xc7','\x28','\xdb','\x8b','\x4b','\x93','\x60','\xa1','\xe3','\x0f','\xc2','\x2f','\x3b','\x5d','\xba','\x46','\xbb','\x4a','\x75','\x79','\x2a','\x79','\xd8','\x68','\xfc','\xb6','\xe3','\x2b','\x43','\x1c','\xc7','\x0b','\x9c','\xaf','\x00','\xc5','\x0e','\x0f','\xea','\x42','\xd3','\x3e','\x1f','\x73','\xba','\xfc','\x08','\x5a','\x17','\x48','\xb3','\x0c','\xe3','\x75','\x99','\xd3','\x91','\xc0','\xb9','\xc0','\xe1','\xcf','\xd8','\xfa','\xe9','\xd5','\xcf','\x41','\xf1','\xf3','\xa3','\x6d','\x63','\xb4','\x9b','\xec','\x92','\x6a','\x0f','\x10','\x00','\x1b','\x87','\x3f','\x0b','\x63','\x89','\xde','\x70','\x53','\x1a','\x8b','\x0e','\x0f','\x74','\x8a','\x73','\x2d','\x67','\x3e','\x3a','\xf4','\x80','\x79','\x51','\x20','\x2d','\x95','\x43','\x33','\xa8','\x99','\x83','\xad','\xd2','\xa4','\x9a','\xf9','\xe7','\x7b','\x7e','\xcc','\x77','\xa8','\x9e','\x57','\x50','\x28','\x74','\x61','\xca','\xbf','\xa0','\xfa','\x57','\x60','\x38','\x34','\x07','\x9f','\x0e','\x86','\x23','\x47','\xb0','\x57','\xaa','\x9c','\xad','\xb6','\x5a','\x81','\x4b','\x51','\x14','\x8e','\xb2','\x4a','\x0b','\x26','\xdd','\x56','\x0c','\xcb','\xfa','\x40','\x1b','\x88','\x55','\xe5','\xe8','\x60','\x66','\xd6','\x1c','\x68','\xda','\x9f','\x49','\xd0','\x9f','\xe9','\x21','\xcb','\x92','\x32','\x78','\x82','\xa2','\xc8','\xab','\x15','\x59','\xd2','\x82','\xca','\x6a','\x5b','\xe4','\x23','\xd3','\x8e','\x74','\xa5','\xf8','\x8c','\x46','\x23','\x13','\x9e','\x84','\x19','\x0d','\x3b','\x23','\x66','\x4e','\x45','\x76','\x85','\x0f','\xa3','\xf4','\xc5','\x3e','\x87','\x0e','\xfc','\xe2','\x7f','\x29','\x76','\x65','\xed','\xbb','\x49','\x2e','\x43','\x34','\x35','\x1b','\xc7','\x06','\xdc','\x0b','\x6c','\x15','\x9f','\xf2','\x5f','\xa3','\x85','\x86','\x62','\xa9','\x14','\x8e','\xea','\x92','\x6b','\xae','\x75','\xdf','\xfd','\xf7','\x61','\xe7','\xce','\x9d','\xf6','\x76','\xaf','\xd7','\xc3','\x7d','\xf7','\xdd','\x87','\x23','\xd9','\x35','\x3f','\x93','\x7c','\xd5','\x99','\x56','\x7c','\xa3','\xf2','\x9c','\x27','\xc9','\x51','\x87','\x1e','\xeb','\x5f','\x75','\xad','\x7e','\x9a','\xfa','\x5f','\x9b','\x60','\x61','\xc2','\xad','\x55','\x11','\x94','\x32','\x03','\xbf','\xf7','\xbe','\xdc','\x3c','\xa4','\x26','\x44','\x47','\xde','\xd1','\x9e','\xc1','\x52','\x2a','\x43','\x5a','\x01','\x28','\x34','\x12','\xa8','\xf2','\x8c','\x56','\xd3','\x2b','\xda','\xef','\x33','\xcd','\x7e','\x26','\x28','\x09','\x6c','\x4e','\x45','\x68','\x55','\x6f','\x1d','\x52','\x3e','\x41','\xfa','\x72','\xa5','\xc9','\x68','\x05','\xf6','\x0d','\xa9','\xbe','\xb7','\x47','\x1f','\xec','\x0f','\xaa','\xca','\x62','\xda','\x17','\x0f','\x18','\xab','\x93','\xdd','\x92','\xab','\xc2','\x85','\x74','\x1f','\x67','\x26','\x26','\x10','\x61','\x44','\x61','\x09','\xa6','\xcb','\x6f','\xc4','\xaa','\x85','\x8e','\xd5','\x94','\x16','\xad','\x68','\xcc','\xea','\xc5','\x74','\x47','\xf3','\x77','\xdb','\xf3','\x56','\xb9','\xa9','\x02','\x4e','\x2e','\xf8','\x7a','\xc2','\xa2','\x73','\x87','\xc5','\xca','\xca','\x68','\x9c','\x74','\x62','\x82','\x27','\xab','\x9a','\x2c','\xed','\x48','\xcc','\xa1','\x97','\x8b','\x28','\x5a','\xa4','\xfc','\x90','\x39','\x9f','\x3d','\xd3','\xad','\xfc','\xde','\xca','\x56','\x7d','\xde','\x39','\x79','\xd2','\x9d','\x62','\x95','\xa3','\x4d','\x2e','\xf3','\x2b','\xd8','\x1a','\x8a','\x4a','\x5d','\x98','\xb8','\x67','\xf3','\x1f','\xdc','\xe0','\xf7','\x58','\x0d','\x79','\x51','\x5f','\xc8','\x19','\x0e','\x87','\x41','\x7d','\xc6','\x31','\x81','\x9b','\xe6','\x12','\x5f','\x93','\xf2','\x03','\x00','\x69','\x9a','\x21','\xcb','\xe2','\xe1','\xd6','\x9b','\x66','\x25','\xa7','\x2b','\x95','\xb0','\xc4','\x4f','\x8c','\x1f','\x0c','\x06','\xc8','\xb2','\x14','\x49','\xaf','\x17','\x9b','\x64','\x0f','\x64','\x68','\x8a','\x02','\x41','\x6d','\xad','\x99','\x7a','\x83','\xe9','\x44','\xbf','\xd6','\xa4','\x9e','\xe0','\xa6','\xb5','\x76','\x84','\x39','\x5e','\x9e','\x55','\xe7','\x56','\xf5','\x4c','\xb4','\xa2','\x43','\xb3','\x41','\x79','\xa1','\x31','\x1a','\x18','\xe5','\x67','\x34','\xcc','\x51','\xe4','\xde','\xa6','\x7f','\x26','\x70','\x86','\x3e','\x41','\x68','\xa5','\x6e','\x3c','\xe5','\xc7','\xe4','\x34','\x51','\xc6','\xcb','\x52','\x6f','\x26','\xc5','\xcc','\x5c','\x0f','\xb3','\xf3','\x19','\xfa','\xfd','\x0c','\xbd','\x5e','\x6a','\x36','\x94','\x27','\x8a','\x75','\xdc','\x89','\xe3','\x45','\xb1','\x1a','\x90','\x4c','\x00','\x7b','\xce','\x81','\x06','\x56','\x56','\x56','\x5c','\xb3','\xb0','\xd2','\x24','\x20','\xcf','\x35','\x74','\x51','\x20','\x2f','\x0a','\x58','\xed','\x09','\x95','\x02','\xa7','\x0b','\x34','\x76','\xf4','\x6b','\x36','\xb3','\xe4','\x09','\xf3','\x45','\x99','\xbf','\x24','\xda','\x87','\x14','\xd1','\x7b','\x40','\x35','\x10','\x56','\xcb','\x65','\x00','\xca','\x25','\x09','\xf2','\xf2','\xc6','\xcf','\xe7','\xb2','\xba','\x4f','\x39','\xf0','\x91','\x00','\x46','\x42','\x24','\x37','\x11','\xb2','\x6d','\x9c','\xa5','\xb7','\x50','\xae','\x1c','\x12','\xa3','\xe1','\x08','\xdb','\xb7','\x6d','\xef','\xf4','\xee','\x2c','\x77','\x55','\xe6','\x43','\x82','\x9d','\x7f','\xc9','\x7b','\x7f','\x77','\x00','\x77','\xef','\xd1','\x6a','\x59','\x34','\x6d','\x55','\xad','\x92','\x9a','\x96','\xe3','\x3a','\x46','\xa8','\x7e','\x53','\x59','\xd5','\x15','\x20','\xcd','\xfe','\x75','\xf3','\xc4','\xfb','\x9a','\x72','\xa5','\x8b','\xcc','\xb3','\xca','\x33','\x83','\x94','\x2e','\x3d','\x32','\x0a','\xab','\xc3','\x57','\x4a','\xe9','\x63','\x24','\x6e','\x18','\x15','\xf0','\x7c','\x45','\x4a','\x52','\x2d','\x3e','\x6a','\x42','\x81','\xe1','\xa8','\x36','\x2d','\xa2','\xea','\x61','\x3a','\xe3','\x37','\x55','\xfb','\x12','\x81','\xf4','\x42','\x37','\x1b','\xd2','\xdd','\x5c','\xea','\x6e','\x84','\xae','\x1a','\xcc','\x2a','\x95','\xad','\xda','\x63','\x7e','\xbf','\xce','\x26','\x45','\x56','\x83','\xaf','\xd4','\x85','\xd3','\xaf','\x4f','\xa7','\x45','\x95','\xd5','\x40','\xe4','\xf5','\xe8','\x49','\xdb','\x77','\x8f','\x72','\x30','\xd5','\x85','\xf9','\x30','\xe5','\xdd','\x79','\x15','\xa0','\x5a','\x55','\xa7','\xf8','\x15','\x53','\x94','\x84','\x2d','\x43','\x9e','\xe7','\xb5','\xf1','\xd1','\x97','\x19','\x09','\xc7','\x09','\x82','\x7f','\x82','\xea','\x6a','\xf6','\x00','\xc5','\x48','\x62','\x36','\x2b','\x9d','\x71','\x55','\x72','\xd7','\x3c','\x67','\xf2','\x58','\x9b','\x56','\x81','\xa2','\x8d','\xc0','\x9b','\x39','\x32','\x5b','\x08','\x4a','\x2f','\x23','\x49','\x52','\x9e','\x92','\x5e','\x60','\x66','\x66','\xc6','\xc9','\xb9','\xf3','\x47','\x6c','\x16','\xca','\x9a','\x36','\x8d','\xfd','\x22','\xc1','\x8b','\x74','\x79','\xef','\x3d','\x7b','\x71','\xd4','\x51','\xbb','\x71','\xe0','\xc0','\x7e','\xec','\xd8','\xbe','\x23','\x18','\x45','\xd7','\xd9','\xba','\x89','\x08','\x16','\xc2','\x78','\x8f','\x59','\xc5','\xc0','\xb9','\x49','\xd3','\x62','\x66','\x24','\x71','\x66','\x25','\xb5','\xeb','\x0e','\x33','\x1f','\x15','\x18','\x0e','\x0b','\x8c','\x06','\x05','\xf2','\x51','\x5d','\xb2','\x0f','\xe5','\xca','\x37','\x7f','\x9b','\x08','\xa6','\x78','\x26','\xca','\x98','\xbc','\xf5','\x67','\x4b','\xe5','\x67','\xae','\x87','\xfe','\x4c','\xea','\x9a','\x4c','\xf2','\xc9','\x37','\x85','\xd2','\x64','\xce','\x33','\x63','\x29','\xdf','\x2b','\xcf','\x2b','\x17','\x8f','\xa6','\xbe','\x55','\x2e','\xb5','\x8b','\xbc','\xf2','\xf4','\x66','\xcc','\xe3','\x02','\xd2','\x2b','\xe2','\xdf','\xbd','\x3e','\x18','\x7a','\xc3','\x97','\x3f','\x33','\xab','\xab','\x98','\x48','\xb9','\xf1','\x57','\xcd','\x62','\x50','\xb8','\x26','\x13','\x10','\xfe','\xf9','\xfd','\xfc','\xda','\xcf','\xc4','\x94','\x1f','\x2a','\x3f','\x55','\x9e','\xc5','\x65','\x9c','\x1c','\xb0','\x83','\x4d','\xfd','\x04','\xca','\x07','\x12','\xe5','\x25','\xe0','\x7b','\x57','\x2b','\xe3','\xf7','\x4f','\x99','\xee','\xf5','\xb2','\x6a','\x78','\x76','\x35','\x93','\xda','\x25','\xee','\xc3','\x2f','\xde','\xcd','\xa8','\xc0','\x7d','\x1d','\xed','\x23','\xb4','\xd6','\x66','\x55','\x49','\x03','\x3a','\xb4','\xf2','\xe3','\xa7','\xa7','\x4d','\x1a','\x74','\x80','\xae','\x62','\x19','\xe2','\x8b','\xa0','\x24','\x48','\x00','\x95','\x52','\x58','\x14','\x05','\x54','\x92','\xa0','\xc8','\xcd','\x0a','\x25','\x09','\xde','\xba','\x96','\x08','\x7b','\x8f','\x44','\x43','\x69','\x45','\x0b','\x08','\xa5','\xe2','\xad','\x49','\x76','\x99','\x1e','\xc1','\xca','\xd1','\x78','\x63','\xf3','\xe3','\x8f','\x13','\xb1','\x86','\x50','\x0a','\x6f','\xd5','\x19','\x56','\xa6','\xce','\xd3','\xf8','\x64','\xcd','\x90','\x42','\x71','\x51','\x7c','\xf6','\xba','\x76','\xee','\x53','\x1b','\xab','\x7a','\x01','\x65','\x95','\x1f','\x5b','\x47','\x74','\x58','\x44','\xe5','\x68','\xb8','\xf1','\xda','\x76','\x4a','\x71','\xb0','\xfc','\xf9','\x31','\x75','\x1e','\xeb','\xbb','\x28','\x0c','\xa1','\x6b','\x8d','\x0a','\x89','\xff','\x11','\x5a','\xe2','\x72','\xae','\x7b','\x6a','\x63','\x2d','\x7f','\xf5','\x03','\x48','\xf9','\x03','\xdc','\xe9','\x4b','\xe3','\x50','\x6a','\xbb','\xf9','\x7a','\x4b','\xac','\x29','\xae','\xac','\x7c','\xa3','\xe5','\xda','\x54','\x6e','\xa1','\xe2','\x88','\x35','\x64','\x56','\x0e','\xb1','\x28','\x15','\xfb','\x23','\xf6','\x8e','\xce','\x90','\xcf','\x92','\xb4','\xa6','\x6f','\xa5','\xcb','\x63','\x5b','\xa7','\x14','\x8c','\x12','\xa4','\xaa','\x8a','\xaa','\x6b','\x91','\xb9','\xd7','\xad','\x67','\xff','\x6a','\xd9','\xa8','\xf9','\x9d','\xb6','\x9a','\xae','\xb4','\x85','\xba','\xbd','\x71','\xc8','\xb2','\xcc','\x91','\x1f','\x94','\x52','\x51','\x5d','\xc6','\x2a','\x40','\x24','\xb0','\x73','\x36','\xcb','\xea','\xcc','\xe6','\xa6','\x12','\x06','\x68','\xa0','\x31','\xe7','\x88','\x98','\xc1','\x27','\xcd','\x4a','\xf3','\x96','\x8d','\x2c','\xcb','\x32','\xe9','\x42','\x6b','\x1c','\x75','\xd4','\x6e','\x00','\xc0','\x42','\x83','\x23','\x81','\xad','\xff','\xd5','\x95','\x33','\x68','\x17','\xa4','\xfc','\x14','\x80','\x2e','\x0a','\xa3','\x10','\x8c','\x0a','\xe3','\x01','\x4d','\xeb','\x46','\xa1','\x4b','\xa9','\x78','\x5f','\x3e','\x16','\x56','\x49','\xd6','\x48','\xd2','\x04','\xfd','\x7e','\x86','\x99','\xd9','\x0c','\x33','\xf3','\x19','\x66','\x66','\x32','\x64','\xbd','\x14','\x49','\x96','\x54','\xca','\x0e','\x13','\x06','\x15','\x7c','\x4f','\x8a','\x4c','\x08','\x61','\xca','\x06','\x68','\x25','\xc5','\xb3','\x83','\xe6','\x9e','\xde','\x9c','\x41','\x44','\xa3','\x8a','\x48','\x85','\xbf','\x7b','\xeb','\xab','\x07','\x05','\x0c','\x26','\xf4','\x96','\xf5','\xbe','\xde','\xb7','\xc0','\x79','\x27','\x82','\xc2','\x29','\x47','\x42','\xf3','\x09','\xd7','\x50','\xa7','\x4c','\xbc','\x41','\xc9','\xb6','\xc9','\x72','\x10','\xd4','\xd0','\xc1','\x55','\x24','\x3b','\x3b','\xe8','\x98','\x9c','\xb5','\x24','\xed','\xe9','\x93','\x66','\x55','\x23','\x52','\xa0','\x60','\x4a','\x2c','\x2a','\xa5','\xc0','\xca','\x10','\xa5','\xf4','\xe3','\x66','\xad','\xfa','\xc6','\x5c','\x39','\xa9','\xe5','\xc1','\x96','\x67','\x02','\x9a','\x06','\x88','\x99','\xbd','\x39','\x42','\x96','\xa3','\x5f','\xf9','\x2f','\x03','\x47','\x49','\x34','\x65','\x57','\xd6','\x41','\xad','\xcd','\xea','\x6c','\x39','\xc0','\x18','\x13','\xdf','\xaa','\x2e','\xd5','\xda','\x0d','\xd9','\xe2','\x93','\xb2','\x55','\xba','\x71','\xa7','\x7d','\x2a','\x41','\x91','\xa8','\x51','\x10','\x15','\x7c','\x61','\x0d','\x20','\xf9','\xae','\x54','\x7e','\x98','\x53','\x8f','\x84','\x0b','\x73','\x5e','\x04','\x35','\x03','\x81','\xb2','\x31','\x39','\xe6','\x91','\xf6','\xbe','\xae','\x09','\xcd','\xf4','\xbc','\xb6','\x11','\x4c','\xf0','\x0e','\x74','\x21','\xa8','\xfc','\x68','\x76','\x2b','\xd0','\xb0','\x26','\xa9','\x23','\x21','\x45','\x62','\x82','\xf8','\x26','\xae','\x9e','\xe3','\x3c','\xa8','\xed','\x27','\x09','\x3f','\xe6','\x28','\xac','\xdd','\xe3','\xe7','\x43','\x80','\xd3','\x87','\x8c','\x99','\xbd','\xae','\xf8','\x3a','\x76','\xec','\x1e','\xff','\xbb','\xaa','\x4e','\xee','\xde','\x5c','\xae','\x2c','\xd5','\x1d','\x1f','\xb0','\x74','\x54','\xd5','\x06','\x78','\xfd','\xe7','\x93','\x35','\xca','\x76','\x58','\xe1','\x7e','\xdb','\x88','\x76','\xee','\x0d','\xa7','\xde','\x6e','\x7d','\xa1','\xe9','\x01','\x03','\x39','\x41','\x20','\xb4','\xd6','\xb5','\x49','\x4a','\xc2','\xd9','\x03','\x34','\x1a','\x8d','\x1c','\xcd','\x29','\xbe','\x07','\x48','\xbb','\x02','\x9a','\x23','\x20','\xac','\x57','\x4d','\xa8','\xab','\xdd','\xda','\xbb','\xd4','\x98','\x13','\x2e','\x37','\x52','\xe7','\x1a','\x78','\xc2','\xf1','\xea','\xc4','\x23','\x75','\xfb','\x68','\xdb','\xc0','\xd2','\x24','\xb1','\x87','\x28','\x72','\x81','\xcb','\xcf','\x4f','\x9b','\x57','\x9a','\x69','\x96','\x22','\xc5','\xc5','\x05','\xbe','\x44','\x75','\x70','\x18','\xb1','\x09','\x1a','\x75','\xad','\x88','\x22','\xb3','\x40','\x56','\xf8','\x42','\xd5','\x19','\x9a','\xdb','\xda','\x3a','\x1b','\x30','\x27','\x42','\x03','\x79','\x5e','\x60','\x34','\x2a','\xca','\x43','\x4f','\x9b','\xbb','\xf9','\x55','\x0d','\x02','\xb6','\x1e','\x2a','\xab','\x18','\xa7','\x59','\x82','\x7e','\xdf','\xac','\xfa','\xcc','\xcc','\x65','\xe8','\xcf','\x66','\x48','\xb3','\xc4','\x0a','\x99','\x76','\xdf','\x0a','\x4b','\xdc','\x17','\x54','\xe9','\xa2','\xe3','\x62','\x1e','\x80','\x56','\xc6','\x8a','\x5a','\xd3','\xf9','\x3e','\x45','\x51','\x0d','\x08','\x85','\xaf','\xe8','\x51','\x59','\x95','\xcf','\xab','\x4a','\xa8','\xb5','\x4d','\xa3','\x51','\x01','\x89','\x8d','\xc4','\x1d','\xf1','\x07','\xe9','\x86','\xba','\x16','\x1a','\x34','\xa9','\xf9','\xf0','\x7b','\x21','\xc5','\xc7','\x0e','\x7c','\x89','\x59','\x95','\xb5','\x2b','\x1a','\x7e','\xde','\xed','\xb8','\xa7','\xca','\xfd','\x56','\xee','\x90','\xc7','\x4d','\x64','\x1d','\x65','\x05','\xf4','\x1d','\x8a','\x6a','\x05','\x04','\x0a','\xa3','\x62','\x84','\x2c','\xcd','\x82','\x79','\x2f','\xb4','\x51','\x4a','\xd3','\x2c','\x2d','\xd3','\xad','\x56','\xc8','\x42','\x83','\xa9','\x31','\x09','\xd4','\x41','\x6f','\x95','\xb5','\x17','\xd0','\x80','\xd6','\x39','\xf2','\x3c','\xb0','\x82','\xef','\xf5','\x8b','\xca','\xbb','\x57','\x1b','\xff','\x55','\x75','\xfe','\x8b','\x0a','\x3d','\xef','\x28','\x89','\xd4','\x47','\x56','\x85','\xeb','\x0b','\xce','\x35','\xcf','\x7a','\xf4','\x2d','\x4a','\x93','\x38','\x5d','\xb0','\x56','\xcc','\xa5','\x9b','\x09','\xf0','\xd3','\x8e','\x5f','\x6c','\xbc','\xb1','\x79','\x51','\x08','\x76','\x5d','\x6e','\x7d','\x77','\x05','\x3f','\x47','\x28','\x40','\xbd','\xad','\x70','\xfc','\xb8','\xb9','\xf0','\xad','\x59','\xc3','\x73','\x56','\xab','\xc7','\xf8','\x5e','\x41','\x41','\x58','\xb9','\x75','\xa4','\x0a','\x37','\xc5','\xef','\xe2','\x28','\x7a','\x91','\x78','\x3b','\x77','\x6d','\xaa','\x2a','\x18','\xf6','\x4f','\x17','\xe2','\x49','\x37','\x09','\x06','\x5e','\x3a','\x01','\x45','\x36','\x9a','\x85','\xc0','\x0d','\xfe','\x1d','\xab','\x92','\x76','\x34','\xd9','\x2e','\xd1','\x74','\x7f','\xef','\x60','\x63','\xe4','\x57','\xdc','\x31','\xc9','\x79','\x90','\xde','\xcf','\xf3','\xfd','\xce','\x2d','\x3b','\xf8','\x58','\x57','\x94','\x91','\x24','\xcc','\x6c','\xd7','\xb4','\x05','\x0d','\x05','\xda','\x4f','\x6c','\x2a','\xad','\x99','\x60','\x0c','\x54','\x64','\x47','\x17','\x6a','\x50','\x7e','\xfc','\x77','\xdb','\x04','\x72','\xd3','\xe1','\x8e','\xbf','\x02','\x44','\x1e','\xa2','\x7d','\xac','\x02','\x34','\x1a','\x8d','\x6a','\x27','\xa5','\x6a','\xdb','\x42','\x5c','\x6d','\xaa','\x28','\x0a','\xe8','\x72','\xc3','\x80','\x3d','\x3c','\xed','\x70','\xfc','\xe8','\xac','\x15','\x28','\xc0','\x9c','\xbe','\x9d','\x2a','\xa4','\x99','\x42','\x5a','\x2a','\x41','\xee','\xa0','\x53','\x17','\x3e','\xa6','\x3a','\xe4','\x3e','\x10','\xbf','\x41','\x64','\x90','\x76','\x4d','\xd2','\xd8','\xf6','\xc9','\x52','\x33','\xb7','\x9d','\xa2','\xa7','\xa5','\xeb','\x72','\xf5','\xc7','\x78','\x7e','\x2b','\x8c','\xf9','\x4d','\x53','\xf2','\xde','\x00','\x31','\x2e','\xaa','\x6c','\x23','\x69','\x96','\x94','\x8e','\x0e','\x32','\xf4','\x67','\xc9','\xdc','\xad','\x9c','\x39','\xb7','\x82','\x34','\x4f','\x38','\x1e','\x67','\x51','\xb0','\xf7','\xd2','\x95','\xf3','\x02','\x3b','\x18','\x30','\x67','\x07','\xf6','\x9a','\xf3','\x4e','\xbc','\x73','\xa8','\x5e','\x94','\x84','\x1b','\x2b','\xec','\x5a','\x3d','\xc7','\xdf','\x1f','\xb7','\x4a','\xe5','\x87','\xbf','\x5e','\x6c','\xbc','\x77','\x06','\xf4','\xea','\x0f','\x2b','\x63','\x03','\xd5','\x59','\x8e','\xda','\x0c','\x78','\x3c','\x8f','\x34','\xe0','\x55','\xde','\xdd','\x98','\xf2','\x03','\x33','\x58','\x22','\x45','\x35','\xc8','\xb1','\x55','\x5c','\xa3','\x38','\xb8','\x15','\x2e','\x34','\x39','\x42','\xe5','\x64','\x84','\xff','\xd2','\xa3','\x64','\x19','\x32','\x49','\x92','\xa8','\x90','\x97','\xa8','\xa4','\xda','\x97','\xa1','\x59','\x1c','\x11','\xac','\xb9','\x5e','\x3c','\x80','\x1b','\x7f','\xc2','\x66','\xc0','\xd8','\x43','\x0d','\x29','\x00','\x80','\x67','\xf2','\xa7','\x3c','\x01','\xa0','\x22','\xba','\x5f','\x52','\xc1','\x7a','\x7e','\xf3','\x74','\x21','\xf6','\x6c','\x95','\xa2','\x9d','\xcd','\x4f','\x00','\x55','\x28','\xa3','\x04','\x69','\xfa','\xae','\xee','\x24','\xc0','\xa4','\x34','\x89','\x93','\x5b','\x1d','\xfe','\x05','\xc8','\xc4','\x27','\x49','\x4c','\x5d','\xe7','\xca','\x8f','\xbd','\xcf','\x46','\x20','\x05','\x54','\x93','\x70','\x7e','\x73','\xf6','\xbf','\x99','\xae','\x14','\xa6','\x9a','\x70','\x6a','\xdb','\xcf','\xb8','\xb9','\xf6','\x66','\xe9','\xe1','\xb5','\x81','\x40','\x17','\x13','\x5d','\x89','\x5d','\xef','\x0f','\x3c','\x51','\xc5','\xd4','\xc1','\x9f','\xee','\x45','\x55','\x1f','\x0b','\xc6','\x18','\x7f','\x34','\xff','\x1f','\xbe','\x82','\xee','\x95','\x25','\xf5','\x99','\x6e','\x07','\xc5','\x2a','\x03','\x97','\xf7','\xe8','\x76','\x6b','\xea','\x91','\x7e','\x61','\xcc','\xa1','\x22','\x3a','\x1f','\xc9','\xb3','\xc7','\x02','\x57','\x63','\x1e','\x9c','\x15','\x20','\xfb','\x1a','\xe5','\x5e','\xda','\x6a','\xe5','\x87','\x06','\x35','\x36','\x88','\x94','\x79','\xa6','\x3a','\x6e','\x2f','\xf9','\xca','\x38','\x93','\x25','\xd8','\xb0','\x49','\x97','\x84','\x4d','\x42','\xa1','\xeb','\x7a','\x4c','\x67','\x27','\x08','\x7c','\x0f','\xd0','\x57','\xbe','\xf2','\x15','\x2f','\xb8','\xb6','\x2b','\x45','\x49','\x92','\x58','\x21','\xbf','\xa9','\xa2','\x84','\x58','\xab','\xba','\xd2','\xa9','\x12','\xc6','\x3a','\xce','\xc8','\x2c','\x98','\xe9','\x47','\x02','\x1e','\x97','\xbc','\xce','\xdb','\xfc','\x6b','\xdc','\x2b','\x92','\x9b','\xc5','\x5a','\x7e','\xca','\x76','\xa7','\xfc','\x07','\x63','\xf9','\x1b','\x87','\xba','\xbc','\xc3','\xfb','\x3f','\xf7','\xba','\x6e','\x28','\x2b','\x6f','\x10','\x5a','\x55','\x9e','\x82','\xf1','\xa3','\x73','\x8f','\xd8','\x34','\x28','\xfb','\x21','\x79','\xff','\x48','\xca','\x40','\xc1','\x3a','\x79','\xda','\x37','\x62','\x14','\x78','\xb3','\x2f','\xa6','\x28','\xa6','\xeb','\xb3','\x8c','\xea','\x08','\xd5','\x7f','\xea','\x43','\x93','\xd2','\xc5','\x75','\x7f','\xc6','\xb8','\xb7','\x9e','\x99','\xcd','\x90','\xf6','\x98','\xb9','\x9b','\xf7','\x7e','\x4d','\x79','\xb2','\xab','\x3e','\x7c','\xa5','\x86','\xdf','\x2b','\x67','\xbf','\xcc','\x4c','\x98','\xab','\xec','\xb4','\xd2','\x9c','\x70','\xa5','\x3c','\x78','\xcd','\x7b','\x55','\x26','\x82','\xb5','\x81','\xbe','\xba','\xd1','\xf8','\xfd','\x75','\x55','\x6e','\x45','\x41','\xa6','\x7f','\xa8','\xda','\x81','\x42','\x65','\x02','\x94','\x28','\xe8','\xa2','\x80','\x52','\xb4','\x2f','\x46','\x23','\x49','\xcb','\xd5','\x17','\xd6','\x6e','\xb4','\x9f','\x00','\x2a','\x85','\xc6','\x06','\x02','\x4b','\x26','\x22','\x90','\x69','\xc0','\xa4','\x05','\xaa','\x07','\x11','\x4d','\x82','\xc2','\x6b','\xff','\x4b','\xba','\x04','\xf7','\x29','\x35','\x50','\x33','\x73','\x6a','\x7d','\xc0','\x53','\x7a','\x1b','\x73','\x13','\x56','\x06','\x6b','\x11','\x52','\x69','\x96','\x4a','\x51','\xc1','\x3a','\x1d','\x5d','\x14','\x80','\xef','\x45','\x31','\x01','\x92','\x02','\x28','\xc0','\x4c','\xe1','\x5a','\x26','\x27','\xba','\x52','\xeb','\x86','\x2b','\x19','\xdc','\xff','\xb1','\x86','\x90','\x66','\xd8','\x49','\x23','\xed','\x1c','\x1d','\x8f','\x8b','\xaf','\xfe','\x58','\x57','\xbf','\x2c','\xb8','\xf2','\x1e','\x74','\x94','\x20','\x2f','\x5e','\x52','\x93','\x34','\xa9','\xa2','\x11','\xe5','\x67','\xfc','\x97','\x88','\xf4','\xb9','\xc1','\x01','\x29','\x14','\x72','\x95','\x83','\x91','\x37','\x6e','\x4f','\xf2','\xe5','\x3b','\x8d','\x1a','\x8e','\xe0','\xaf','\xed','\xff','\x52','\x91','\x29','\xf0','\xf2','\x64','\x9e','\x2a','\x23','\x79','\x75','\xfe','\xf6','\xda','\x68','\xa8','\xdf','\xb2','\xef','\x16','\x52','\x40','\xb4','\x9f','\x33','\x42','\xc1','\x5b','\x16','\x8a','\x66','\x25','\x98','\x01','\xde','\x8d','\x35','\x16','\x6e','\xf8','\x46','\x6c','\x1c','\xe1','\xd6','\x1d','\xb5','\x18','\x34','\x2a','\x25','\x48','\x57','\xd9','\xaf','\x79','\xc9','\xe4','\x36','\xa2','\x3c','\xbb','\x56','\x20','\xab','\x0a','\x97','\x87','\x0c','\xb5','\x1b','\xfe','\x1d','\x1c','\x13','\xf9','\xd0','\x07','\xf1','\xaa','\x6b','\x53','\xed','\x5d','\x8f','\x5e','\xc8','\xa1','\x69','\x12','\xa1','\x45','\x36','\xde','\xcc','\x8c','\x46','\xa3','\xfa','\x4a','\xb2','\x6e','\x71','\x82','\x60','\x14','\x1a','\xf7','\x04','\xd5','\xd0','\x03','\x83','\xc1','\x0a','\x00','\x85','\x5e','\xaf','\x17','\x37','\xc9','\x70','\x6a','\xc5','\xe6','\xa5','\xc9','\xf4','\x6d','\xb2','\xf8','\x50','\x49','\xe1','\xa8','\x2b','\x1e','\x9b','\x85','\x07','\xec','\x6c','\x45','\x43','\x95','\xf3','\x57','\x57','\xd6','\xa4','\x76','\x86','\x66','\x8e','\x54','\x75','\x8d','\x94','\xe3','\x2a','\x2c','\x33','\x7b','\x9b','\x50','\xdb','\x8c','\xc9','\x70','\x56','\xb8','\xa1','\x7b','\xfe','\xd8','\xaa','\x35','\x33','\x79','\x35','\xa3','\x15','\x9f','\xfc','\xb0','\x6e','\xc1','\x95','\x11','\x58','\x15','\x54','\xe9','\x3d','\xce','\x78','\xe5','\xf3','\xd5','\xaf','\xfa','\x7b','\xc0','\x09','\x5f','\x05','\x54','\x56','\x79','\xab','\x9e','\x35','\x03','\xdc','\x68','\x34','\x02','\xa0','\x90','\x65','\xe5','\x7e','\x92','\x52','\x68','\xe6','\x0a','\x25','\xe5','\x29','\x51','\xca','\x9c','\x23','\x86','\xd2','\xbe','\xb7','\x70','\x22','\x84','\x86','\x42','\xa2','\xcb','\xfd','\x2a','\xda','\xec','\x3b','\x59','\x59','\x59','\x01','\x60','\x9c','\x16','\xe8','\xd2','\x55','\x66','\xcd','\x3c','\xd5','\x51','\x02','\xc2','\xa3','\x57','\xd8','\x29','\x41','\x1c','\x7f','\xdf','\xce','\xb8','\xed','\xcf','\x2a','\xca','\xda','\x28','\xd3','\x35','\xa5','\x36','\xa4','\x20','\x05','\xb3','\xa8','\x82','\x5d','\xb3','\xcd','\x8f','\x7d','\xf7','\xca','\x5c','\x70','\x5a','\x7d','\x63','\xa2','\xaa','\xfa','\x13','\x73','\xca','\xb0','\xf9','\x47','\x8c','\x4d','\x04','\x17','\x30','\x6b','\xd5','\x94','\x29','\x5b','\x63','\xea','\xc2','\xb5','\xf8','\x37','\xc9','\x47','\x79','\xa0','\x0e','\x59','\xc2','\xe4','\xd4','\xcd','\x05','\x5d','\xc5','\x4e','\x6d','\x5a','\x09','\x4c','\x58','\x4b','\x7a','\xbd','\x5e','\xcd','\x9a','\x2d','\xcb','\xb2','\xb8','\x09','\xdc','\x68','\x34','\x42','\x9e','\xe7','\xb5','\x81','\x49','\x6b','\x8d','\xff','\xf7','\xff','\xbe','\x80','\x9d','\x47','\xec','\xc2','\xc1','\x43','\x07','\xb1','\xb2','\x72','\x08','\x80','\xc2','\xdc','\xdc','\x36','\x6c','\xdb','\xbe','\x1d','\x0a','\x66','\xa6','\x29','\xcf','\x73','\x7b','\xae','\x8e','\x2e','\x34','\xd2','\x2c','\x45','\x91','\xe7','\x48','\x92','\xd4','\x9a','\xcc','\xa9','\x44','\x19','\xbb','\xf7','\x34','\x45','\x92','\x28','\xe4','\xe5','\x41','\x80','\x79','\xb9','\x9a','\x64','\x3d','\x45','\xa5','\x29','\xf2','\x52','\x83','\xcb','\xf3','\x1c','\x2b','\x83','\x01','\xc8','\x7b','\x8d','\x39','\x33','\xa8','\x12','\x5a','\xb4','\x36','\xa7','\xc0','\xd3','\x12','\x7d','\x2f','\xcb','\x30','\x1c','\x0e','\x6d','\x7c','\x14','\x6e','\x94','\x8f','\xd0','\xcb','\x7a','\x66','\x69','\x4c','\x9b','\xc2','\x18','\x8d','\x46','\xb6','\x6d','\xd0','\x7e','\x98','\xa2','\x28','\x4a','\x2f','\x5c','\x26','\x2f','\x69','\x9a','\x62','\x34','\x1c','\x9a','\x03','\x0e','\x4b','\x41','\x2c','\x49','\x12','\x73','\x06','\x0d','\x3b','\x44','\x95','\xbc','\xbd','\x65','\xbd','\x14','\xbd','\x9e','\x82','\x4e','\x47','\xd6','\x93','\x15','\x5f','\x59','\xa3','\xb3','\x96','\xfa','\xfd','\x7e','\x69','\x9e','\x64','\x9e','\x25','\xfb','\x44','\x72','\x99','\xbd','\xb2','\xb2','\x82','\x03','\x07','\x0e','\x20','\xcf','\xf3','\x52','\x28','\x84','\x2d','\x0f','\x52','\x54','\x49','\xcb','\xa5','\x34','\x92','\x24','\xc1','\x70','\x38','\x44','\x56','\x96','\x01','\xb7','\xff','\x4f','\xd3','\xd4','\xee','\x31','\xc8','\xf3','\x1c','\x5a','\xeb','\xda','\xfe','\x00','\x8a','\x67','\x34','\x1a','\xa1','\xd7','\xeb','\xa1','\xdf','\xef','\xa3','\xd7','\xeb','\x81','\x3c','\x68','\xf0','\xe7','\xf8','\xb3','\xc3','\xe1','\x10','\xfd','\x7e','\xdf','\xc6','\x01','\x98','\xbd','\x63','\xe4','\x89','\x43','\x6b','\x6d','\xf3','\x44','\xf5','\x8b','\xf2','\x51','\x14','\x85','\xad','\xac','\x7e','\xfa','\x54','\xc6','\x54','\x36','\x89','\x4a','\x30','\xca','\x47','\xf6','\xdb','\x51','\x1a','\xfc','\x5b','\xad','\xac','\xac','\x18','\x61','\xb8','\x54','\x2e','\xb4','\x36','\xfb','\x7c','\x78','\x7e','\xf3','\x7c','\x84','\x7c','\x39','\xc1','\xe2','\xc1','\x02','\xa3','\xa1','\x71','\x84','\xa0','\xcb','\x3c','\x9b','\x15','\xcd','\xa4','\x14','\x28','\x95','\x2d','\x47','\xca','\x5f','\x9a','\xa6','\xf6','\x3d','\xe8','\x9d','\x7c','\xfb','\x7a','\x7a','\x67','\xaa','\x83','\xb4','\x17','\xac','\xd7','\x4b','\x30','\xb7','\x90','\x62','\x76','\x5b','\xea','\xf8','\xa9','\xe7','\xdf','\x22','\x49','\x12','\x6b','\x8a','\xca','\xcd','\x98','\xb8','\x17','\x35','\xca','\x03','\x77','\x2e','\x40','\x8d','\x9d','\x97','\x17','\x0a','\x20','\x51','\x69','\x59','\x87','\x86','\xc8','\xd2','\x7e','\x19','\x57','\x8a','\x3c','\x1f','\x61','\xff','\xc1','\x7b','\xf1','\x9f','\xdf','\xfa','\x4f','\x1c','\x38','\x70','\xc0','\xd6','\x31','\xfa','\x56','\x94','\xd6','\xc2','\xc2','\x02','\x7a','\xbd','\x1e','\xe6','\xe6','\xe6','\x60','\x3c','\xcd','\x99','\xba','\x9b','\x65','\x19','\xd2','\x24','\x35','\x69','\xeb','\x02','\x4b','\x4b','\x4b','\x58','\x5e','\x5e','\xc6','\x60','\x30','\xb0','\xdf','\x9f','\xea','\x0c','\xe5','\x89','\xbe','\x11','\xaf','\x27','\xbc','\xac','\xf8','\x75','\x0e','\xd5','\x71','\x1e','\x2e','\x4d','\x53','\xf4','\x7a','\x3d','\xcc','\xcf','\xcd','\x63','\xb6','\x37','\x5b','\x8e','\x7b','\xaa','\xbc','\x97','\x95','\xe1','\x0a','\x24','\x59','\x82','\x02','\x85','\xdd','\xff','\xe3','\xd7','\x73','\xee','\x2d','\x86','\xf2','\x47','\xe9','\x51','\xfd','\xf2','\x5d','\x6a','\xf2','\x83','\xf5','\xf8','\x33','\x3c','\x6e','\xae','\x44','\xf2','\x8e','\xd8','\x5f','\x61','\xa7','\xdf','\xb6','\xaf','\x61','\x79','\xe2','\x9e','\x38','\xa9','\xce','\xf1','\xba','\xc8','\x9d','\x45','\x50','\x5f','\xc0','\x3d','\xb3','\xf1','\xfa','\x40','\xf9','\xa2','\xbf','\x57','\x56','\x56','\x30','\x18','\x0c','\xb0','\xbc','\xbc','\x6c','\x95','\x42','\xfe','\x6c','\xaf','\xd7','\xc3','\xcc','\xcc','\x0c','\xfa','\xfd','\xbe','\xad','\x5f','\x94','\x37','\xde','\xd6','\xfa','\xfd','\xbe','\xd3','\xc6','\x8d','\xbb','\x7f','\x93','\xff','\x7e','\xbf','\x8f','\xd1','\x68','\x64','\x0f','\x85','\xa5','\x3c','\xf1','\x36','\x4e','\xf9','\xa6','\x67','\xa9','\x7e','\x50','\x7f','\xb6','\xbc','\xbc','\xec','\xf4','\xe5','\x49','\x92','\x60','\xdb','\xb6','\x6d','\xd8','\xb9','\x73','\x27','\xfa','\xbd','\xbe','\xd9','\x63','\xa5','\x35','\xfa','\xfd','\x59','\xcc','\xcd','\x6e','\xc3','\xec','\xec','\x0c','\xb2','\xcc','\x6c','\x76','\x2d','\x74','\x61','\xfb','\x75','\x3b','\x41','\xed','\xd9','\x81','\xd7','\x57','\x32','\xab','\xef','\xe7','\x7f','\x73','\x5e','\x46','\xfc','\x7a','\xd4','\x74','\xd1','\x5b','\x1e','\x35','\x26','\x8c','\xe4','\x1d','\x74','\x4a','\xde','\x55','\x83','\x5a','\xaf','\x5a','\x93','\x99','\x37','\xdb','\xc4','\x36','\x89','\x42','\x24','\x08','\x51','\xca','\x7a','\x2a','\x55','\xf5','\xf0','\x64','\x65','\x65','\xc5','\xca','\x98','\x84','\xef','\x19','\xce','\x5e','\x07','\x60','\x07','\x45','\xdf','\x46','\x6e','\x34','\x1a','\xe1','\x57','\x5f','\xf1','\x2b','\xb8','\xf7','\xde','\x7b','\xed','\x00','\xb5','\x73','\xe7','\x4e','\x3c','\xe4','\x21','\x0f','\xc1','\xfc','\xfc','\x3c','\xb2','\x52','\x21','\xe1','\x4a','\x07','\x0d','\xcc','\xfc','\x1a','\x0d','\xbc','\x34','\xe0','\xf1','\xc1','\x9c','\x04','\x8c','\xca','\x6d','\xb4','\xb1','\xd7','\xab','\xf6','\x1a','\x69','\x2b','\x40','\xf9','\x1e','\xa5','\xb8','\xa0','\xe8','\x0f','\x44','\x94','\x2e','\xc1','\x85','\x52','\x7a','\x96','\x84','\x4f','\x4a','\x97','\xde','\x3f','\x4d','\x53','\x2b','\xfc','\x90','\xe0','\x4f','\x42','\x2f','\x7f','\x0f','\xfe','\x6e','\x5c','\x30','\xe1','\xef','\xcb','\xbd','\xeb','\x91','\x92','\xc2','\x05','\x39','\x9e','\x2e','\x00','\x2c','\x2d','\x2d','\x61','\xff','\xfe','\xfd','\x38','\x70','\xe0','\x00','\x86','\xc3','\xa1','\x23','\xc0','\xf0','\x77','\x09','\x0d','\xc6','\xf4','\xde','\xb1','\x81','\xdc','\x7f','\x96','\x0b','\x63','\xfc','\x1d','\xf8','\xbb','\x71','\xe5','\x8d','\xf2','\xec','\x9b','\x4b','\xb6','\xe5','\x87','\xca','\x30','\xf4','\x0e','\xfc','\xbb','\xc6','\xc2','\x50','\x1a','\x4d','\x02','\x07','\x7f','\x17','\x1f','\xba','\x4e','\xdf','\x99','\xc7','\xcb','\x05','\x63','\xbf','\x6c','\xb8','\x4b','\x66','\x5e','\xe7','\x78','\x9a','\x7e','\x1e','\x08','\xae','\xd4','\xf2','\xf8','\x7d','\xc5','\x38','\x94','\x17','\xca','\x2b','\x17','\x72','\x43','\x69','\x51','\xbb','\xe1','\x69','\x50','\xfe','\x48','\x28','\xa5','\xb8','\xb8','\x9b','\xfb','\xd1','\x68','\x84','\xc5','\xc5','\x45','\xec','\xdf','\xbf','\x1f','\x83','\xc1','\x20','\x58','\x6e','\xf4','\x4c','\xaf','\xd7','\x73','\xbe','\x39','\x5d','\x9b','\x9d','\x9d','\x45','\x51','\x14','\x18','\x0e','\x87','\x58','\x5e','\x5e','\xc6','\xf2','\xf2','\xb2','\xad','\x3f','\xa1','\xb2','\xa4','\x3c','\x85','\xf6','\x1a','\x8e','\x0b','\xaf','\x7f','\xfc','\x3f','\x7f','\x52','\x82','\xe0','\x75','\x91','\xd7','\x27','\x00','\xce','\x3b','\xfa','\x7d','\x58','\xec','\x5b','\xc7','\x04','\x64','\x1e','\x9e','\xa7','\xc1','\xeb','\x98','\x5f','\x2f','\x78','\x58','\x9e','\x3f','\x1e','\x2e','\x76','\x8d','\xe7','\xc5','\x6f','\xa7','\xfc','\xba','\xdf','\x87','\xe4','\x79','\x8e','\xc1','\x60','\x60','\xfb','\x59','\xfe','\xfd','\xfd','\x3c','\xf3','\x76','\xc0','\xd3','\xe7','\xfd','\x9d','\xaf','\x0c','\xfa','\x83','\x0f','\xf5','\xe9','\x7e','\x1b','\x0d','\xf5','\x53','\xbe','\x92','\xc8','\xfb','\xa5','\x07','\x0a','\x0f','\x7f','\xf8','\xc3','\x01','\x54','\x4e','\x2a','\x78','\x59','\x75','\xb9','\x36','\xc9','\xf1','\x14','\x69','\x9a','\x62','\x76','\x76','\x16','\xf3','\xf3','\xf3','\x58','\x58','\x58','\xb0','\xe5','\x4d','\x0a','\x30','\x8d','\x79','\xd4','\x46','\x49','\x99','\xed','\xf7','\xfb','\x76','\x22','\x2e','\xcf','\x73','\xcc','\xcf','\xcf','\xdb','\x7c','\xd0','\xc4','\x09','\x9f','\x04','\xe0','\xd7','\xfc','\x31','\x34','\xcb','\x32','\x3b','\x31','\x42','\xf1','\xf5','\xfb','\x7d','\x67','\xd2','\x81','\xde','\x8d','\xbc','\x36','\x51','\x7c','\x59','\x96','\x39','\xca','\xb8','\x1f','\x1f','\x1f','\x63','\x78','\x9e','\x8b','\xa2','\xb0','\x93','\x36','\x5a','\x6b','\xac','\xac','\xac','\xd4','\xae','\x51','\x1f','\x48','\xfd','\x00','\x3d','\xab','\xb5','\xb6','\x47','\x58','\x50','\xba','\x94','\x17','\x1e','\x0e','\x80','\xf3','\x1e','\x34','\x11','\xe4','\xe7','\x99','\x98','\x99','\x99','\xb1','\xef','\x4b','\x13','\x0b','\x54','\x56','\x74','\x80','\x35','\x95','\x1f','\x95','\x13','\x4d','\xc8','\x70','\x99','\x81','\x5f','\xa3','\xf7','\xa7','\xc9','\x05','\x3f','\x5d','\xfa','\x96','\xf4','\x6d','\xf9','\x7b','\x50','\x9e','\xf9','\x18','\xc1','\xdf','\x8d','\xbf','\x07','\x9f','\x1c','\xa2','\x6f','\xb5','\xb2','\xb2','\x52','\x3b','\x46','\x85','\xd2','\xa0','\xeb','\xfc','\xbb','\xcd','\xcc','\xcc','\x04','\xcb','\xca','\xaf','\x6b','\xbc','\x0e','\xad','\xac','\xac','\xe0','\xfe','\xfb','\xef','\xc7','\xe2','\xe2','\xa2','\x2d','\xef','\x1d','\x3b','\x76','\x60','\x76','\x76','\xd6','\xa9','\x6f','\x69','\x9a','\x62','\x30','\x18','\xd8','\x72','\xa4','\x31','\x90','\xa7','\x35','\x33','\x33','\x63','\x27','\x9c','\xf8','\x7b','\xf3','\xef','\x1c','\x2b','\x0b','\xaa','\xff','\x6d','\x65','\x46','\xf5','\x81','\x7f','\x53','\xca','\x4b','\x9e','\xe7','\x76','\xb2','\x9a','\xea','\xab','\x9f','\x17','\x7a','\x96','\xfa','\x4d','\x9a','\x64','\x06','\x50','\xfb','\x7e','\x7e','\xbd','\xe1','\xcf','\x52','\xdd','\xa2','\xf1','\x83','\xc2','\xd1','\x78','\x19','\x7b','\xb6','\xe9','\x5a','\xdb','\xb3','\x3c','\x5d','\xfe','\xbe','\xf4','\x1e','\xa1','\xf8','\xfa','\xfd','\xbe','\x1d','\x93','\xb2','\x2c','\xb3','\xed','\x8e','\xea','\x82','\x52','\x0a','\x73','\x73','\x73','\xb6','\xde','\xd3','\x62','\x00','\x7d','\xcb','\xa5','\xa5','\x25','\x5b','\x67','\xbe','\xf7','\xbd','\xef','\xd5','\x64','\x8c','\x98','\x43','\xb7','\x6c','\x34','\x1a','\xd9','\x99','\xba','\xe1','\x70','\xe8','\xdc','\x1c','\x8d','\x46','\xf8','\xf6','\xb7','\xbf','\x6d','\x07','\x9f','\xe1','\x70','\x88','\xbb','\xee','\xba','\x0b','\x77','\xdd','\x75','\x57','\x30','\x32','\xa0','\x59','\x10','\xed','\x12','\xce','\xbf','\xde','\x35','\xbe','\xd5','\x3e','\xbb','\x1a','\xba','\xa4','\x33','\x4e','\x5e','\x1e','\x48','\x83','\xbd','\x20','\x08','\x82','\x50','\xf1','\xef','\xff','\xfe','\xef','\x1b','\x9d','\x85','\xb1','\x99','\x74','\x2c','\xe5','\xcf','\x8d','\x3b','\x96','\x03','\xe3','\x8d','\x85','\xe3','\x8e','\xc3','\x93','\xa4','\xb1','\x56','\x34','\xe5','\x7d','\x35','\x72','\x4c','\x4c','\x26','\x5a','\x2f','\xd9','\x68','\x12','\xa6','\x91','\xc7','\xb6','\x67','\xbb','\xd6','\x15','\x20','\x5e','\x3f','\x56','\x2b','\xeb','\x76','\x49','\x67','\x2d','\xbf','\x53','\x68','\x12','\xaf','\xcb','\x33','\x9b','\xa9','\xde','\x74','\xed','\x5f','\x68','\x31','\xc1','\x27','\xa3','\x59','\xdc','\x95','\x95','\x95','\xda','\xc3','\xfe','\xec','\x20','\x5d','\x6b','\x62','\xb5','\x42','\xfe','\xb8','\xe9','\x4d','\xeb','\xd9','\xd5','\xd0','\x25','\x9d','\xcd','\x54','\x69','\x04','\x41','\x10','\x04','\xa1','\x2b','\x93','\x8e','\x5f','\xa1','\xd5','\xc5','\xb5','\x4a','\x6f','\xdc','\x71','\x78','\x33','\x8d','\xc9','\x4d','\x79','\x59','\x4d','\x3e','\x63','\x32','\xd1','\x66','\x7a','\x77','\x9f','\x69','\xe4','\x71','\x1a','\x72','\xea','\x5a','\xcb','\xba','\x5d','\xee','\xaf','\xe5','\x77','\x5a','\xab','\x36','\xb6','\x9e','\x8c','\xd3','\x9e','\x43','\x7b','\x4f','\x13','\x5a','\x01','\x5a','\x59','\x59','\x89','\x9a','\x17','\x09','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x25','\xa2','\x07','\xa1','\x92','\x0d','\x3f','\xd9','\x83','\x73','\x42','\xf6','\xdc','\x74','\x9d','\x2f','\x37','\x8d','\xab','\x15','\xc6','\xf6','\x8b','\xf8','\xf7','\x9a','\xf6','\x58','\x3c','\x90','\x98','\x64','\xa5','\x4d','\x10','\x80','\xf8','\xde','\x14','\xa9','\x3f','\xc2','\x7a','\xe3','\xef','\xe3','\x01','\xf0','\x80','\xdb','\xbf','\x23','\xac','\x1f','\x4d','\xe3','\xfd','\x66','\xad','\x53','\x21','\x93','\x1c','\xbf','\x4f','\x8e','\xfd','\xdd','\x76','\xcd','\xbf','\x7e','\x38','\xd1','\x64','\x86','\x26','\x6c','\x5d','\xba','\x98','\x06','\x76','\x8d','\x87','\xef','\x85','\xf5','\x75','\x16','\xbe','\xa7','\x9a','\x93','\xe5','\x79','\x8e','\xa5','\xa5','\x25','\x1c','\x3a','\x74','\xc8','\xd9','\xa8','\x47','\x90','\x27','\x30','\x1e','\xa1','\xaf','\x00','\xf9','\x4a','\xcb','\x6a','\x15','\x22','\x9e','\x46','\xd3','\x7d','\xa2','\xc9','\xa6','\xb7','\x6b','\xe7','\xd2','\xd6','\xe1','\x84','\x36','\xec','\x76','\x8d','\x8f','\x3f','\x1f','\x4a','\xa3','\x29','\xdd','\x07','\x02','\x7e','\x99','\x70','\x67','\x04','\x31','\x26','\x11','\xe4','\xd7','\x6b','\x50','\xf4','\x6d','\x94','\xdb','\xbe','\xd5','\x7a','\x2e','\x63','\xc7','\xec','\x88','\xd7','\x23','\x2f','\x31','\x78','\xc7','\xd4','\x35','\xfc','\x03','\x7d','\xbf','\xdc','\x66','\x35','\xc5','\x59','\x0d','\x7c','\x10','\xa2','\xf6','\xbd','\xde','\xef','\xb6','\x19','\x6c','\xd4','\xdb','\xf6','\x73','\x00','\xf5','\xf1','\x64','\xb5','\x79','\x5e','\x8b','\xf1','\x62','\xa3','\xca','\xd1','\x1f','\xf7','\x37','\xba','\xff','\x1a','\x97','\xd8','\x24','\x6e','\xdb','\x84','\x6e','\xec','\x1b','\x8e','\x3b','\x11','\x3c','\x8e','\x9c','\x13','\x8b','\xab','\xcb','\xb8','\xb6','\x9e','\x6c','\xa6','\xbc','\x84','\x68','\xdb','\xc7','\xc3','\x69','\x92','\x2f','\xf9','\xfd','\xa6','\x3d','\xed','\xa1','\x3e','\x23','\x76','\x3f','\x26','\xaf','\xb4','\x5d','\x8b','\x3d','\xdb','\x96','\x87','\xd8','\xfb','\xac','\xd5','\x76','\x1a','\x1e','\x3e','\x4d','\x53','\xcc','\xcf','\xcf','\xe3','\xe0','\xc1','\x83','\xce','\x9e','\x9f','\x98','\xf3','\xa5','\x8c','\x3c','\x2f','\x90','\x3b','\x5c','\x7f','\x65','\x87','\xdc','\x15','\x37','\xbd','\x48','\x97','\x0e','\x2a','\xf6','\x21','\xfd','\x78','\xc6','\x5d','\x55','\xea','\x12','\xd7','\x24','\xcf','\xaf','\x36','\xec','\x34','\x9e','\x7b','\xa0','\x41','\x65','\x10','\xf3','\xc8','\x11','\x0a','\xbb','\x19','\x69','\xab','\xa3','\x9b','\x6d','\xf0','\xd8','\xe8','\xb2','\x24','\x41','\x38','\xe4','\x66','\x9f','\x94','\x61','\xfa','\xbb','\x4b','\x67','\xcd','\x9f','\x8f','\xa5','\x27','\x6c','\x0c','\x34','\x66','\x6c','\x64','\xfa','\x1b','\x4d','\x57','\x9b','\xfe','\x49','\x2d','\x28','\xc6','\x4d','\x73','\xab','\xe1','\x97','\xcb','\xe1','\xb2','\xaa','\x3d','\xed','\x49','\x9f','\xb6','\x49','\xd6','\xb6','\xb8','\x1e','\xe8','\xe5','\x0d','\x4c','\xee','\x70','\x61','\x1c','\xf9','\x92','\xbc','\x67','\x36','\xc9','\xc0','\x14','\x6e','\x35','\x69','\xb5','\xe5','\xb5','\xab','\xc3','\x00','\xba','\x0f','\x84','\xad','\x93','\x42','\xcf','\x87','\x14','\xa6','\xd0','\x7b','\xaf','\x35','\xa3','\xd1','\x08','\xcb','\xcb','\xcb','\xb5','\x34','\xc9','\xd1','\x9b','\x4f','\x46','\xee','\xf7','\x96','\x96','\x96','\x00','\xd4','\x2b','\x3d','\x57','\x80','\x62','\x4c','\xa2','\xa9','\x4d','\x23','\x9e','\x69','\xc4','\xb5','\x1e','\x2b','\x0c','\x87','\x43','\x47','\x72','\x38','\xd3','\x65','\xa0','\x11','\xaa','\xce','\xd4','\xef','\x24','\x9b','\x94','\x1b','\x7e','\x2d','\xe4','\x96','\x5a','\xca','\x59','\x10','\x1e','\xd8','\x48','\x1b','\x17','\xd6','\x8a','\x49','\x27','\x21','\xc6','\x95','\x2f','\xdb','\x14','\xcf','\xb5','\x54','\x44','\x43','\x79','\x58','\xed','\xea','\x4b','\x9b','\xdc','\x3d','\xcd','\xc9','\x9d','\x71','\x09','\x4d','\xc0','\x85','\x26','\x60','\x01','\xb6','\x07','\x68','\x79','\x79','\x39','\x18','\x99','\x74','\x3e','\x82','\x20','\x4c','\x83','\x2e','\x9d','\xe3','\x5a','\x4c','\x5c','\x08','\x82','\x20','\x08','\x82','\xf0','\xc0','\x46','\x29','\xe5','\x1c','\x0e','\x4f','\xd0','\x79','\x57','\x3e','\x09','\x99','\x2c','\x90','\x8d','\x5c','\x93','\xbd','\xa2','\x20','\x08','\xdd','\x18','\xd7','\x6e','\xfb','\x70','\x47','\xfa','\x19','\x41','\x10','\x04','\x41','\x10','\x26','\x85','\x14','\x20','\x1f','\x52','\x80','\x7c','\x39','\xc3','\x51','\x80','\x62','\xf6','\x7e','\x82','\x20','\x8c','\x87','\xb4','\x23','\x41','\x10','\x04','\x41','\x10','\x84','\xf5','\x21','\x66','\x5d','\x42','\xfe','\x0d','\x7c','\x12','\xdf','\xa3','\x9b','\x20','\x08','\x6b','\xc3','\x38','\x9e','\xd0','\xba','\xc4','\xd5','\x16','\xef','\x03','\x79','\xd5','\xe9','\x81','\xfc','\x6e','\x82','\x20','\x08','\x82','\x20','\x8c','\x8f','\x6f','\xfe','\x46','\x8b','\x3c','\xa1','\xbd','\x41','\x19','\x60','\x96','\x87','\x04','\x41','\x98','\x9c','\x26','\xd7','\xe8','\xb1','\xb0','\x6b','\x9d','\x87','\x98','\xf7','\x96','\xd8','\xbd','\xf5','\x22','\xe6','\xae','\x3e','\xe4','\xf5','\x29','\x96','\x5f','\x99','\xb0','\x11','\x04','\x41','\x10','\x84','\x07','\x2e','\x93','\x78','\xe9','\x0b','\x79','\xa9','\x26','\x27','\x08','\xbe','\xec','\x95','\xd1','\x8f','\x7e','\xbf','\x6f','\x03','\x88','\x70','\x21','\x08','\xcd','\x74','\x3d','\xb3','\x61','\xd2','\x78','\xbb','\xba','\xd8','\x8c','\x5d','\x8f','\x75','\x02','\x9b','\xa1','\x6d','\xb7','\x39','\x3f','\x18','\xc7','\x5b','\x8d','\x20','\x08','\x86','\x49','\xfb','\x9e','\xcd','\xd8','\xc6','\x42','\x67','\xac','\x6d','\xc6','\x7c','\x0a','\x82','\xb0','\x36','\x84','\xce','\x03','\xeb','\xd2','\x07','\x84','\x5c','\x7e','\xc7','\x16','\x79','\xb2','\x24','\x49','\xd0','\xef','\xf7','\x31','\x33','\x33','\x13','\xdc','\x3c','\x24','\x0a','\x91','\x20','\xb8','\xac','\xc5','\x81','\x9e','\x44','\xd3','\xaa','\x4d','\xec','\x7e','\x2c','\xed','\xcd','\xc2','\x5a','\xe6','\x45','\xfa','\x26','\x61','\xab','\xd1','\x74','\xf8','\xe4','\xb4','\xe2','\xeb','\xd2','\xe6','\xba','\x9e','\x09','\x32','\x6e','\xbc','\xd3','\x82','\x9b','\xf6','\xfa','\xca','\x10','\x5d','\x13','\x04','\x41','\x20','\x42','\x93','\xbc','\x5a','\x9b','\x03','\x52','\xb3','\x2c','\xab','\x85','\xcf','\x94','\x52','\xe8','\xf5','\x7a','\x56','\xf9','\x09','\xcd','\x1c','\x87','\xae','\x0b','\xc2','\xe1','\xc4','\x24','\x03','\x7f','\x17','\x13','\xb4','\xb6','\xf6','\x35','\x4d','\x81','\x63','\x23','\x04','\x88','\xb5','\x16','\x98','\xa4','\x7f','\x12','\x42','\xb4','\x99','\x54','\x12','\x21','\x33','\xcb','\xa6','\xbf','\x9b','\x9e','\x1f','\x27','\x6f','\xa1','\xdf','\xfe','\xe0','\xdd','\x56','\xa7','\xd7','\x6a','\x15','\xba','\x4b','\x9c','\xeb','\xa5','\x08','\x35','\xad','\x04','\x6d','\xa6','\x49','\x9e','\x10','\xe3','\x1e','\x3e','\x29','\x08','\x42','\xc5','\x34','\x57','\x80','\x8b','\xa2','\xc0','\x68','\x34','\xaa','\x5d','\xcf','\xa8','\x51','\xf6','\x7a','\xbd','\xda','\xe6','\x21','\xee','\x20','\x41','\x1a','\xaf','\x70','\x38','\x32','\xa9','\x70','\xd3','\x36','\x48','\x4f','\x2a','\x50','\x8c','\x33','\x7b','\xdc','\xe5','\xb4','\xe7','\xad','\xd4','\xa6','\x9b','\x26','\x67','\xb6','\xda','\xbb','\x08','\x6b','\x8b','\xaf','\xd8','\x34','\xd5','\x15','\x7e','\x3f','\xa4','\x50','\x87','\xc2','\xc6','\x84','\xda','\xd0','\xdf','\xb1','\xbc','\xc5','\x9c','\x97','\x8c','\x2b','\x30','\xaf','\x46','\x50','\xe8','\xaa','\xc0','\x75','\x9d','\xb0','\x09','\xd1','\xf4','\x1e','\xb1','\xf2','\x6b','\xdb','\xfb','\xb7','\x15','\xda','\x7b','\xc8','\x74','\x67','\x35','\x13','\x69','\xb1','\x78','\x42','\xdf','\x7f','\x2b','\x94','\x8f','\x20','\xb4','\x31','\x49','\x1d','\x0e','\xc9','\x09','\xe4','\xe5','\xda','\x27','\x4b','\xd3','\x14','\xf4','\x5f','\x08','\x5f','\x09','\x9a','\x34','\x53','\x82','\xb0','\x55','\xe8','\x32','\x78','\xb4','\xcd','\x48','\x76','\x35','\x4b','\x99','\x96','\x82','\x32','\x8e','\x13','\x86','\x2e','\xcf','\x4f','\x8b','\x71','\x56','\xb6','\x56','\x63','\x2e','\x28','\x7d','\xd2','\xe1','\x4b','\x68','\x95','\xc0','\x87','\x0b','\x85','\x4d','\x2b','\x39','\x5c','\x39','\xf1','\xaf','\x85','\xd2','\x8d','\xa5','\x3f','\x8e','\x40','\x3a','\x69','\x5b','\x98','\x64','\xb5','\x28','\x26','\x40','\xaf','\x86','\x98','\xa2','\xe9','\xa7','\xc3','\xff','\xe6','\x67','\x0e','\x2a','\xa5','\x6a','\x67','\x10','\xb6','\xc9','\x1b','\xd3','\x6a','\xef','\x31','\x45','\x39','\x16','\x96','\xbf','\x43','\x4c','\xf1','\xe8','\x92','\xd7','\xa6','\x74','\x9b','\xea','\x52','\xa8','\x1e','\x35','\x4d','\xb2','\x75','\x79','\xbf','\xad','\xa4','\x54','\x0a','\xc2','\xb8','\x14','\x45','\x01','\xad','\x75','\xd8','\x04','\x2e','\x4d','\x53','\x28','\xa5','\x90','\x65','\x59','\x70','\x0f','\x10','\x5d','\x0b','\xb9','\x90','\x0b','\x21','\x8d','\x48','\xd8','\xaa','\xb4','\x29','\x30','\x5d','\x9e','\x1b','\xe7','\x5e','\xd7','\xfb','\x4d','\x33','\x80','\x6d','\x83','\x61','\x97','\x55','\xa0','\x8d','\x60','\x1c','\xc5','\x4f','\xfa','\x14','\xa1','\x09','\xaa','\x1b','\x6d','\x75','\xa4','\x4d','\x61','\x08','\xc5','\xd3','\x14','\x77','\x6c','\x75','\xa2','\xed','\x9e','\x1f','\x6f','\x93','\x19','\xdc','\xb4','\x68','\xcb','\xcf','\x38','\xf1','\x84','\x94','\xc7','\xae','\xe9','\xc4','\xfa','\xaf','\xb6','\x95','\xb7','\xd5','\xe6','\x31','\xc6','\x6a','\xfa','\xf9','\xa6','\xbf','\x43','\xab','\x8a','\xb1','\xb0','\xe3','\x5a','\x03','\x8c','\x73','\xdf','\x57','\xea','\x9b','\xc2','\x8f','\xab','\xe0','\xb5','\x29','\x71','\x5d','\xe3','\x1a','\x37','\x9d','\x58','\x9e','\x63','\x63','\x46','\x5b','\x58','\xe1','\x81','\x8d','\x52','\xca','\x1e','\x84','\xea','\x93','\x01','\x46','\xc9','\xe9','\xf5','\x7a','\xe8','\xf5','\x7a','\xb5','\x00','\xa4','\x00','\x91','\x16','\x45','\x11','\xc6','\x2a','\x90','\xac','\x14','\x09','\x87','\x2b','\xa1','\x4e','\x78','\x5a','\xf1','\xc6','\xe2','\xec','\x32','\x93','\x3b','\xce','\x6c','\xef','\x34','\x67','\x86','\x27','\x65','\xdc','\xd9','\xec','\x49','\xd9','\x0c','\xef','\x2a','\x1c','\xbe','\xf8','\xc2','\xbe','\x08','\x66','\xd3','\xa1','\xcb','\x4a','\x60','\xe8','\xef','\x69','\x4e','\x06','\xb5','\xc5','\x35','\x8e','\x92','\xb6','\x9a','\xe7','\x62','\x0a','\x7c','\xd7','\x55','\xa1','\xae','\x69','\xc6','\xea','\x6e','\xd7','\x49','\x02','\x2e','\x5b','\x36','\x8d','\x71','\x93','\xde','\x6b','\x0b','\x1b','\xa2','\xeb','\xaa','\x32','\xcf','\xbf','\xb0','\xf1','\x04','\x15','\x9d','\x2c','\x0b','\x7e','\xcb','\x8c','\x3e','\xe2','\x60','\x30','\xa8','\xed','\x01','\x8a','\x45','\x16','\x63','\xb5','\x15','\x6e','\x2b','\xc2','\x67','\xec','\x9a','\x66','\x59','\xa6','\x9d','\x66','\xd3','\xdf','\x42','\x77','\xa6','\x35','\x53','\x38','\xee','\x20','\x3a','\x8e','\xa9','\x05','\xbf','\xd6','\x25','\xce','\x69','\xd5','\x87','\xf5','\xe8','\xdc','\xbb','\xae','\xf6','\xc4','\x66','\x51','\x63','\xa6','\x36','\x40','\xfb','\xec','\x60','\xd3','\x00','\x27','\xc2','\xa8','\xb0','\x5e','\x74','\x5d','\xc1','\xda','\x0c','\x6c','\xf5','\x71','\x7c','\xdc','\xd5','\x96','\xf5','\xca','\xc7','\x5a','\x3d','\x37','\xee','\x6a','\x51','\xd3','\xef','\x71','\x14','\x8c','\x49','\xf3','\xb3','\x99','\x18','\xd7','\x84','\x50','\xd8','\xbc','\xc4','\x56','\xd6','\xb3','\x3c','\xcf','\x31','\x1a','\x8d','\x30','\x1c','\x0e','\x6b','\x66','\x6e','\xb1','\x8e','\xb9','\xe9','\x83','\xb7','\x29','\x03','\x5b','\xa9','\x01','\x8c','\xcb','\x7a','\x28','\x40','\xb1','\xe5','\x60','\x69','\x84','\xe3','\xb3','\xda','\x0e','\xbb','\xcd','\xa4','\x80','\x68','\x12','\xd2','\xbb','\xc6','\xdb','\x16','\x67','\x6c','\xe5','\xa9','\x4b','\xda','\x1b','\x59','\x77','\x9a','\xcc','\x1b','\xf8','\xef','\x2e','\xab','\x5b','\x4d','\xf7','\xb8','\x79','\x6f','\x93','\x82','\xd5','\x24','\x8c','\xca','\x6c','\x9f','\x70','\xb8','\xd3','\x66','\x72','\x2b','\x1c','\xde','\x34','\x4d','\x2a','\xf1','\x55','\xce','\xae','\xf5','\x66','\x33','\xf4','\xb5','\xe3','\x98','\x78','\x0a','\x9b','\x93','\xe1','\x70','\x18','\x5c','\xe0','\xc9','\x8a','\xa2','\xc0','\x60','\x30','\x88','\xee','\xf1','\x29','\x8a','\xc2','\x31','\x7f','\xeb','\xaa','\xfc','\xd0','\xdf','\xb1','\xd9','\x03','\xee','\x76','\x7b','\x12','\x01','\x3e','\xa4','\x9d','\xfb','\x69','\xc7','\xc2','\x87','\x66','\x83','\x9b','\x84','\xb0','\x98','\x30','\xe4','\xc7','\x17','\x9b','\x11','\x09','\x09','\xa7','\x4d','\xca','\x4b','\xec','\x1d','\xb4','\x36','\xa7','\xd9','\x4e','\xc3','\x4e','\xfa','\x70','\x65','\x1a','\x2b','\x34','\xe3','\x2a','\xf6','\xfe','\xde','\xba','\x71','\x15','\xa2','\x2e','\xf8','\xf5','\x70','\x9c','\x34','\xda','\xda','\xdf','\x5a','\xad','\x2c','\x85','\xae','\x77','\x59','\x91','\x89','\xcd','\xc2','\xd1','\xf3','\xbc','\xa3','\x8b','\xad','\xf6','\xf8','\xbf','\xdb','\xda','\x63','\x6c','\x06','\x49','\x10','\x0e','\x67','\xa4','\x4d','\x08','\x3e','\x5d','\x64','\x44','\xa9','\x37','\xc2','\x66','\x20','\xd3','\x5a','\x5b','\x25','\x27','\x26','\x58','\x8c','\x5b','\x69','\x63','\xb6','\x91','\x24','\xa0','\xf8','\x66','\x63','\x4d','\x0a','\x42','\xec','\x7a','\x93','\xe2','\x14','\x7b','\xb6','\xc9','\x24','\x8f','\x0b','\x50','\x21','\x61','\x27','\x24','\x24','\xf1','\x7f','\x43','\x0a','\x91','\xaf','\x00','\x86','\x04','\xb1','\x58','\xfe','\x79','\x9c','\xa1','\x3c','\x77','\x55','\x9a','\x84','\x8a','\x36','\xa5','\xa6','\x4d','\x69','\xe8','\xba','\xe4','\x3f','\x8e','\xd9','\x41','\xd7','\xf4','\x9b','\xea','\x63','\x28','\xde','\x71','\xeb','\x43','\x97','\xf0','\xd3','\x58','\x69','\xf4','\xcf','\x1b','\xeb','\xa2','\xf0','\xf8','\x79','\x8c','\x85','\xa7','\x78','\x9b','\xda','\xb9','\x1f','\x96','\xff','\xcb','\xef','\x4b','\x7b','\x12','\x04','\x41','\x10','\x84','\xad','\x4f','\xaf','\xd7','\x0b','\x7a','\xba','\xce','\xda','\x04','\x11','\x12','\xda','\xc7','\x15','\x04','\x42','\xcb','\x9c','\xa1','\x78','\x9a','\x94','\x06','\x7f','\xa5','\xc3','\x17','\x8a','\x62','\xd7','\x42','\x79','\x89','\xe5','\xaf','\x2d','\xbe','\x50','\x1c','\x4d','\x0a','\x61','\x6c','\x1f','\x55','\x5b','\x1e','\xbb','\xbc','\x47','\xe8','\xba','\x98','\xbf','\x75','\xa3','\x4d','\xe9','\xe0','\x61','\x9a','\x4c','\xc8','\x26','\x59','\xb5','\xe9','\xfa','\x0c','\x5f','\xdd','\x6b','\x52','\x7e','\xf9','\xb5','\xb6','\xba','\x3a','\x8e','\x12','\xdd','\x14','\x67','\xd7','\xfb','\xa1','\xf0','\xe3','\xae','\x98','\x35','\xe5','\x8d','\xee','\x35','\x4d','\x56','\xf8','\xe1','\xdb','\x56','\x85','\x43','\xd7','\xda','\x94','\x2f','\x69','\x73','\x82','\x20','\x08','\x82','\xb0','\xf9','\x89','\x1d','\xf3','\x93','\x85','\xbc','\xbc','\x4d','\x8b','\x26','\xc1','\xc4','\x17','\xf4','\xba','\x9a','\x75','\x85','\x84','\x3b','\xae','\x90','\x70','\x21','\x92','\x0b','\x4a','\xf4','\x77','\x6c','\x15','\xc7','\x4f','\x23','\xa4','\xc0','\xc5','\xde','\xa1','\x2d','\xcf','\x6d','\xf7','\x7d','\xb3','\x9d','\xd0','\xfb','\xf9','\x82','\x64','\x97','\xb2','\x15','\xe2','\xc4','\x14','\x9a','\xae','\xab','\x3c','\x5d','\xc2','\x8f','\x6b','\x8a','\x46','\xe1','\x78','\xdd','\x8c','\x11','\x8a','\xd7','\xbf','\x46','\x7f','\x53','\x9b','\x08','\xd5','\x7d','\x1e','\xce','\x7f','\x87','\xd5','\xd6','\xb1','\x90','\x5b','\xfd','\xa6','\xf8','\xfc','\x74','\xdb','\x56','\xd8','\x9a','\x94','\xd3','\x26','\x05','\x8a','\x87','\xf1','\x4d','\x4a','\xfd','\x3c','\xb5','\xe5','\x59','\x10','\x04','\x41','\x10','\x84','\xcd','\x4b','\x4c','\x9e','\xb2','\x6e','\xb0','\xd3','\x34','\xb5','\x66','\x70','\x7c','\x60','\xf7','\x15','\x8a','\x69','\x64','\xa0','\xcb','\x2a','\x4d','\x68','\xe6','\x3a','\x36','\xdb','\xdb','\xb4','\x3a','\xc3','\x15','\x88','\xd0','\x6a','\x4f','\x93','\xe7','\xbb','\xd8','\x6c','\xbc','\x1f','\xa6','\x4d','\x50','\x6d','\x0b','\x13','\x7a','\x8f','\x90','\x72','\xd7','\x16','\x67','\x53','\x7e','\x45','\x60','\x9b','\x9c','\x71','\x94','\x24','\xff','\x5e','\x17','\x93','\xaf','\x2e','\xe6','\x5e','\x4d','\xcf','\x37','\x29','\x3a','\x6d','\xf9','\x6c','\x5a','\xf5','\x6c','\x22','\xa6','\x6c','\xc4','\x14','\x8a','\xa6','\x67','\xfd','\xba','\x1c','\x32','\x41','\xf3','\xcb','\xd1','\xff','\x1d','\x7a','\xd7','\xae','\xf9','\x88','\xa5','\x15','\x4a','\xa7','\x29','\x1e','\x69','\x5f','\x82','\x20','\x08','\x82','\xb0','\xb9','\x18','\x8d','\x46','\x41','\x3f','\x07','\x59','\x9a','\xa6','\xe8','\xf7','\xfb','\xe8','\xf5','\x7a','\x41','\xa1','\x81','\x0e','\x10','\xca','\xf3','\x7c','\xea','\x42','\xb4','\x2f','\xf4','\x14','\x45','\xe1','\x08','\x1f','\xa1','\x99','\xf0','\xa6','\xd9','\xf1','\x50','\x7c','\x5c','\x98','\x0a','\xa5','\x41','\xd0','\x6c','\x70','\xec','\xd9','\x50','\x1a','\xb1','\x6b','\xa1','\x99','\xe9','\x90','\xb0','\xd6','\xa6','\xa4','\xc4','\x84','\xd3','\xb6','\x99','\x71','\x3f','\x8d','\xb6','\x7c','\xf8','\x79','\xe9','\x92','\xdf','\xd5','\x3c','\xbb','\x1e','\xb4','\xad','\xde','\x75','\xb9','\xde','\xa5','\x8e','\x75','\x7d','\x3e','\x54','\x97','\xfc','\xb0','\x4d','\xed','\x6b','\xdc','\xd5','\x91','\x26','\x9a','\x14','\x87','\xa6','\x34','\x9a','\xf2','\xd6','\x54','\x2e','\x31','\xda','\x9e','\x69','\x6b','\x7f','\xa1','\xfc','\x35','\xad','\xc0','\xf9','\xca','\x56','\x6c','\x45','\xcc','\x7f','\x3e','\xf6','\x5d','\xba','\xbe','\xa7','\x20','\x13','\x30','\x82','\x20','\x08','\xc2','\xc6','\x11','\x92','\xfb','\xb3','\x2c','\xcb','\x90','\x65','\x19','\x66','\x67','\x67','\x91','\x65','\x59','\x2d','\x00','\x29','\x40','\x64','\x22','\x37','\xee','\xcc','\x71','\x17','\x73','\x9e','\x50','\xd8','\x90','\x22','\x10','\xa2','\x49','\x88','\xe1','\x42','\x65','\x28','\x6e','\xff','\x7e','\x28','\xbd','\xb6','\x7b','\xa1','\x3c','\x84','\xf2','\x16','\xcb','\x37','\x8f','\xb3','\x49','\xd1','\x89','\x95','\x4d','\xdb','\x37','\x88','\x09','\x90','\xb1','\x99','\xf4','\x10','\x4d','\x4a','\x68','\xd3','\xaa','\x53','\xe8','\xd9','\x2e','\x79','\x9e','\x94','\x71','\x66','\xfd','\x27','\x89','\x3b','\xf4','\xf7','\x38','\x02','\x7a','\x97','\x6b','\x6d','\x65','\x3a','\x49','\xd9','\x85','\xbe','\x15','\x5d','\x6f','\x4b','\xb7','\x4d','\x29','\x6b','\x0b','\x17','\x52','\x94','\x43','\x65','\xc4','\x15','\x94','\x24','\x49','\x3a','\x2b','\x5f','\xfc','\xd9','\x2e','\x65','\xeb','\xb7','\xeb','\x36','\x05','\xbd','\xad','\xed','\xb7','\xbd','\xeb','\x6a','\x59','\x0f','\xc5','\x61','\x2d','\xdb','\x63','\xe8','\xef','\xc3','\x5d','\x11','\x92','\x72','\x10','\x04','\x41','\x58','\x1f','\x94','\x52','\xf1','\x83','\x50','\xb3','\x2c','\x43','\xbf','\xdf','\xc7','\xdc','\xdc','\x5c','\x6d','\xa3','\x10','\x0d','\x8c','\xa3','\xd1','\xc8','\x31','\xad','\x21','\xba','\x74','\xe0','\x21','\x13','\xae','\xb6','\xe7','\xbb','\x84','\x8d','\xfd','\xdd','\xf5','\x7a','\x97','\x38','\x57','\x1b','\x6e','\x9c','\xe7','\x57','\xfb','\x7e','\x93','\x30','\x69','\xf9','\x87','\xf2','\x32','\x8d','\x72','\x9e','\x16','\x93','\xae','\xf0','\x8c','\xbb','\xba','\x33','\xc9','\x6a','\x50','\xd7','\x89','\x80','\x71','\x88','\xad','\x68','\xd0','\xb5','\x98','\x02','\xde','\xf4','\x5c','\x17','\xe5','\x2d','\x54','\x06','\x4d','\x8a','\x41','\xd3','\x77','\x09','\xad','\xf6','\xc4','\xd2','\x8e','\xe5','\xcd','\x5f','\xe1','\xf1','\xaf','\x37','\xbd','\x8b','\x6f','\x3e','\xd8','\x94','\x7e','\x17','\xa6','\x25','\xe4','\xae','\x87','\x90','\xbc','\x56','\x69','\x88','\x80','\x1f','\x46','\xca','\x45','\x10','\x04','\x61','\xfd','\x48','\xd3','\x34','\xae','\x00','\xcd','\xce','\xce','\xa2','\xd7','\xeb','\x05','\x1f','\x0c','\x1d','\x90','\x2a','\x08','\x9b','\x89','\x49','\x56','\x5d','\xba','\xc6','\xc7','\xff','\x8e','\xad','\x5c','\x34','\xfd','\xdb','\x25','\x0f','\x4d','\x2b','\x07','\x4d','\x2b','\x28','\x5d','\x57','\x49','\x7d','\x62','\x2b','\x42','\xa1','\x70','\xb1','\xfc','\xc6','\x04','\xfc','\xd0','\x0a','\x6b','\xe8','\xf9','\x18','\x93','\xae','\xd0','\xb5','\xa5','\xc7','\xaf','\xd3','\xbe','\xbf','\xd0','\x6a','\x2a','\x7f','\xaf','\x2e','\xca','\x60','\x93','\xd2','\x24','\x08','\x82','\x20','\x08','\xc2','\xc6','\x12','\x3b','\xe6','\x27','\x4b','\xd3','\x14','\xbd','\x5e','\x0f','\xb3','\xb3','\xb3','\xc1','\x99','\x7a','\x19','\xdc','\x85','\xcd','\xcc','\x6a','\x4c','\xda','\x26','\x59','\x11','\x8a','\x5d','\x6b','\x0b','\xeb','\x3b','\x07','\xa0','\x67','\xda','\x56','\x26','\xfc','\x67','\xf8','\xb5','\x50','\xd8','\xa6','\x15','\x38','\x6e','\x2a','\x16','\x32','\xed','\xf4','\xe1','\xe1','\xba','\x96','\xb3','\x52','\xaa','\xd1','\x9d','\x77','\xc8','\x0e','\x37','\xf4','\x1e','\x74','\xad','\xe9','\x10','\xd9','\x50','\x39','\x74','\xe9','\xaf','\xfc','\x43','\x98','\xbb','\xc4','\x1b','\xa3','\x4b','\x19','\x76','\xcd','\x97','\x20','\x08','\x82','\x20','\x08','\xd3','\x43','\x6b','\xe3','\xc3','\x20','\xea','\x04','\x81','\x14','\xa0','\x90','\x70','\x12','\xf2','\x92','\x26','\x08','\x9b','\x81','\x36','\x01','\x75','\x1c','\x13','\x37','\x3f','\x5c','\xd3','\x2a','\x50','\xd3','\x2a','\x4f','\x6c','\x25','\x88','\xf6','\xd2','\x35','\xe5','\x31','\x66','\xaa','\x16','\xfa','\x4d','\x7f','\xfb','\xab','\x39','\x7e','\xdc','\xbe','\x67','\xc7','\x50','\xd8','\xb6','\xfd','\x35','\x6d','\x42','\x7c','\x97','\x15','\xb8','\x36','\xf3','\xb9','\xa6','\xe7','\xfd','\xfb','\xbe','\x82','\xc2','\xf3','\x17','\x52','\x98','\x7c','\x45','\xa7','\xcb','\xb7','\xd7','\x5a','\xd7','\x66','\x8d','\xda','\xde','\xbf','\xcb','\x3e','\x25','\x41','\x10','\x04','\x41','\x10','\xd6','\x0f','\xad','\x75','\xf8','\x20','\xd4','\x2c','\xcb','\xa0','\xb5','\xc6','\xdc','\xdc','\x5c','\xd0','\x09','\x82','\x28','\x40','\xc2','\x66','\x65','\x1c','\xb3','\xaf','\x26','\x9a','\x04','\xf8','\x26','\x13','\x37','\x7f','\x85','\x87','\x0b','\xb9','\xf4','\xb7','\x1f','\xde','\x5f','\x51','\xe1','\x42','\x76','\xd3','\x4a','\x08','\xbf','\xc6','\xff','\xe5','\x02','\x3f','\xb5','\x55','\x12','\xde','\xe9','\x3e','\xc5','\xc3','\xaf','\xf1','\x73','\xbf','\x42','\xab','\x51','\x21','\xa5','\x29','\x94','\x17','\xff','\xbd','\x63','\xef','\xd2','\x74','\x8f','\xe2','\xf6','\x3d','\x40','\x72','\x53','\xb5','\x58','\x1e','\x62','\xf1','\x87','\x56','\xce','\x42','\xe1','\x43','\xef','\xec','\x97','\x2d','\xff','\xbb','\x69','\xaf','\x5b','\x97','\x7d','\x44','\xa2','\x04','\x09','\xc2','\xd6','\xa1','\x4b','\x9b','\x6d','\x9a','\x80','\x0a','\x4d','\xbe','\xb4','\xf5','\x63','\x5d','\x4d','\x94','\x85','\xe9','\xd3','\x75','\xc5','\x3e','\x34','\x31','\xd6','\xe5','\xda','\x7a','\x7e','\xcb','\x26','\x0b','\x93','\x71','\xf2','\xdc','\xe5','\x5a','\x53','\xba','\xa1','\x32','\x8d','\xc9','\x1c','\xa1','\x34','\x42','\xe1','\x42','\x69','\x0f','\x06','\x83','\xa8','\x05','\x0c','\xe9','\x39','\x3e','\x59','\x92','\x24','\xc8','\xb2','\x0c','\x33','\x33','\x33','\x35','\x0d','\x49','\x06','\x6b','\x61','\x2b','\xd2','\xb4','\xf2','\xd3','\xe5','\x99','\x98','\xb2','\xc3','\xff','\xe6','\x2e','\xd3','\xf9','\x73','\xfc','\xba','\xaf','\x20','\xd1','\x75','\x52','\x7a','\x92','\x24','\xa9','\xad','\x58','\x84','\x94','\x03','\xea','\x38','\xf3','\x3c','\x77','\xc2','\x87','\x56','\x37','\x7c','\x65','\x22','\x64','\x7e','\x46','\x8a','\x0b','\x17','\xd6','\x7d','\xc5','\x2c','\xb6','\xb2','\x34','\x8e','\xb2','\xe8','\xe3','\x2b','\x32','\xfe','\xbb','\x34','\x95','\x65','\xe8','\x5f','\xff','\x3d','\x78','\xfc','\xfc','\x5e','\xe8','\x5a','\xc8','\x04','\x90','\x5f','\x23','\x05','\xd1','\x2f','\xa7','\x50','\xb9','\x85','\xca','\x20','\x36','\x71','\x14','\x3a','\xa8','\x79','\xb5','\x03','\x63','\xec','\x3b','\x75','\x19','\x84','\x38','\x31','\x93','\xc0','\x2e','\x03','\x69','\xe8','\xdd','\x42','\xab','\x71','\x4d','\x26','\x8d','\xa1','\xf8','\xe8','\x1a','\xb5','\x19','\x1a','\xa3','\xf8','\xf7','\x0c','\xe5','\x91','\xc2','\x71','\xef','\xa5','\x3c','\x1c','\xb5','\xa5','\x50','\x9d','\xe1','\x79','\xf1','\xdb','\x6a','\x9e','\xe7','\x36','\x3e','\x1a','\x54','\x79','\x1a','\xb4','\xd9','\x36','\xcf','\x73','\x7b','\xe4','\x02','\xbf','\xc6','\xdf','\x95','\x26','\x22','\x28','\x2f','\x54','\x7e','\x94','\x06','\xbf','\x06','\xc0','\x86','\xe3','\xe9','\xe6','\x79','\x8e','\x34','\x4d','\x6b','\xef','\x4b','\x69','\x52','\x7f','\x43','\x79','\xf1','\xdf','\x97','\xde','\x8d','\xf2','\xc7','\xd3','\xa5','\x34','\x29','\xaf','\x7c','\xb2','\xa3','\x28','\x0a','\x9b','\x46','\xa8','\x5c','\xe8','\x59','\x0a','\xc7','\xf3','\x47','\x79','\x89','\x85','\x53','\x4a','\x59','\xc7','\x4b','\x94','\x2e','\x95','\x15','\x7d','\x0f','\x7a','\x96','\xb7','\x53','\xfe','\x8d','\x78','\x7c','\x94','\x5f','\x7e','\x2d','\x4d','\x53','\x0c','\x87','\x43','\x14','\x45','\x61','\x3d','\x44','\xf1','\x77','\xa3','\xef','\x46','\xf9','\xa3','\x32','\xe5','\xdf','\x92','\xbe','\x0b','\xed','\x9f','\xe6','\xe5','\xc7','\xf3','\x47','\x64','\x59','\x66','\xf3','\x47','\xdf','\x8d','\x97','\x01','\x95','\x33','\xff','\x6e','\x74','\x2d','\x54','\xaf','\xe8','\xe8','\x92','\xd1','\x68','\x64','\xdf','\x8d','\xde','\xc5','\xff','\x1e','\x7e','\x3d','\xe0','\x79','\xa1','\x32','\x0d','\xbd','\x07','\x2f','\xc3','\xd1','\x68','\x64','\x9f','\xf5','\xe3','\xeb','\xf7','\xfb','\x00','\x60','\xf3','\x42','\xde','\x85','\xa9','\x1d','\x51','\xdd','\xe5','\x69','\xf0','\x77','\xe3','\x65','\x45','\xdf','\x91','\x7f','\x3b','\x2a','\x67','\xbf','\xae','\x51','\x19','\xf8','\xef','\xe6','\xb7','\x73','\xca','\xcf','\x70','\x38','\xb4','\xfd','\x83','\xdf','\x97','\x50','\xfb','\xf5','\xc7','\x88','\x7e','\xbf','\x6f','\xcb','\xc8','\x6f','\xd3','\x94','\x3f','\x4a','\x93','\x8f','\x39','\xf4','\x1f','\xa5','\x3f','\x18','\x0c','\x82','\xe3','\x9a','\x7f','\x34','\x0b','\x1d','\x39','\xc3','\xdb','\x25','\x85','\xa7','\xb4','\xe9','\x1a','\xd5','\xcb','\x58','\xbf','\x4e','\xe5','\x42','\xdf','\x82','\xd7','\x2b','\x1e','\x27','\x60','\xf6','\xfb','\xfb','\x75','\x8d','\xcb','\x04','\x49','\x92','\xd8','\x3a','\xc0','\xdb','\x1c','\x9f','\x4c','\xa5','\x3c','\x8f','\x46','\x23','\x1b','\x3f','\x2f','\x17','\xfa','\x8f','\xf2','\xc3','\xf3','\xee','\xb7','\x1b','\xfa','\x16','\xbc','\x7d','\x52','\x5d','\xeb','\xf7','\xfb','\xd0','\x5a','\xa3','\xd7','\xeb','\xa1','\xd7','\xeb','\xe1','\x3f','\xfe','\xe3','\x3f','\xf0','\xdb','\xbf','\xfd','\xdb','\x38','\x78','\xf0','\x20','\x7c','\xf8','\xb8','\xe1','\x93','\xd1','\xcb','\xd3','\x8b','\xb4','\x31','\x8e','\x26','\xb8','\x5e','\x74','\x15','\x00','\x9a','\x06','\x7f','\xc0','\x15','\x02','\x7d','\xf3','\x17','\x5e','\x71','\x9a','\x04','\x87','\x71','\xf2','\xcb','\xf3','\x14','\x1a','\x98','\x78','\xd8','\x90','\x80','\xea','\x3f','\xe7','\xbf','\x03','\x0f','\xc7','\xf3','\xed','\x0f','\x7e','\x5c','\xa0','\x03','\x2a','\xc1','\x83','\xd7','\x07','\x2e','\x8c','\xf8','\xcf','\x52','\xd8','\x58','\x5d','\xe2','\x65','\x1a','\xca','\x5f','\x48','\xb8','\x6c','\x12','\x8c','\xfc','\x3a','\xc8','\x1b','\xa8','\x5f','\x56','\xa1','\xc1','\xde','\xc7','\x5f','\x79','\xe0','\x8d','\x8d','\x5f','\xf3','\x3d','\x89','\xf0','\x6b','\x5c','\x78','\xe2','\x02','\x84','\x2f','\x64','\x70','\xe1','\x81','\xae','\xf1','\x72','\x89','\xad','\x32','\xf8','\xe7','\x71','\xf1','\x0e','\x9e','\xe7','\x11','\x80','\x15','\x1e','\x78','\x7c','\x5c','\x78','\xe0','\xcf','\x52','\x1a','\x74','\x10','\x32','\x2f','\xf7','\x50','\xa7','\x4c','\xef','\xcb','\x05','\x0f','\x5e','\xc6','\x7e','\x47','\xe8','\x0b','\x2d','\xbc','\xfc','\xc8','\xfc','\x96','\x06','\x35','\x5e','\xce','\x94','\x26','\xd5','\x23','\x5f','\x90','\xe1','\x83','\x15','\x7f','\x5f','\x5f','\x78','\x68','\xaa','\x6b','\xf4','\x2c','\xff','\x1e','\xf4','\x5e','\x54','\x9f','\xfd','\x6b','\xfc','\xbb','\x71','\xe1','\x81','\x04','\x0a','\x4a','\x87','\x06','\x5c','\xde','\x36','\xe9','\xcc','\x35','\xbf','\x1e','\x70','\xa1','\x85','\x5f','\x03','\x5c','\x81','\x91','\x84','\x07','\x5e','\xf6','\x3c','\x1c','\x09','\x55','\xbe','\x20','\xe3','\x0b','\x37','\x54','\x2e','\x24','\x3c','\x84','\xc2','\xf1','\x34','\xb8','\xa0','\x45','\xef','\xd6','\xeb','\xf5','\x9c','\xfa','\x47','\xde','\x44','\xfd','\x3a','\x3f','\x37','\x37','\xe7','\x28','\x15','\x4a','\x29','\xcc','\xcc','\xcc','\xd8','\x34','\x28','\x3c','\x09','\x19','\x7e','\x79','\xf2','\x3a','\x98','\xa6','\x29','\xe6','\xe6','\xe6','\x9c','\xb8','\x16','\x16','\x16','\xd0','\xeb','\xf5','\x6c','\xfd','\xa0','\xb2','\xe3','\x03','\x7e','\x9e','\xe7','\x76','\x92','\x8f','\x2b','\x2c','\xfc','\x1b','\x71','\x45','\x87','\x84','\xa3','\xd1','\x68','\x64','\xf3','\x42','\xf1','\x0d','\x87','\x43','\x2b','\x14','\xd1','\x73','\x24','\x14','\x50','\x1e','\x42','\xf5','\x99','\xd7','\x65','\x8a','\xb3','\x28','\x0a','\x0c','\x87','\x43','\x5b','\x8e','\x54','\x17','\x29','\x2c','\xef','\xb7','\xb8','\x20','\xd8','\xef','\xf7','\x6d','\x58','\xaa','\x03','\xf4','\x1c','\xfd','\xe6','\x6d','\x98','\xb7','\xcd','\x99','\x99','\x19','\x8c','\x46','\x23','\x0c','\x87','\x43','\xfb','\x1d','\xf8','\x7d','\xae','\x08','\x52','\xda','\x5c','\x58','\xa7','\x74','\xa8','\x4e','\xf0','\x72','\xa2','\xfa','\xc5','\xbf','\x1b','\x17','\x9a','\x49','\x88','\xa6','\x36','\xe4','\xe3','\xaf','\x5a','\xd3','\xfb','\xf8','\x02','\x38','\x85','\xf1','\x57','\xb4','\x29','\x3f','\xfc','\x9b','\x50','\x59','\xf1','\x7c','\xf9','\xdf','\x87','\xe2','\xe1','\xef','\xc7','\xfb','\x3a','\x8a','\xcb','\x1f','\xaf','\xe9','\x5f','\x2a','\x2f','\xfe','\xfe','\x59','\x96','\xd9','\x74','\xa9','\x3f','\xf3','\x65','\x10','\xaa','\x17','\x3c','\x5d','\xae','\x9c','\xf9','\x75','\x85','\x04','\x59','\xde','\x6e','\x28','\x5f','\xc3','\xe1','\xd0','\xb6','\x7d','\xfe','\x2c','\xa5','\x3d','\x1c','\x0e','\x6d','\x1b','\xa3','\x34','\xe9','\xdd','\xe9','\x7d','\x49','\xa8','\x1c','\x0e','\x87','\x35','\x81','\xd9','\x2f','\xab','\x5e','\xaf','\x67','\xeb','\x2c','\xb5','\x69','\xaa','\xcf','\xbc','\x4e','\x72','\xc5','\x9b','\xea','\x56','\xaf','\xd7','\xb3','\xdf','\x88','\xfa','\x1c','\x2e','\xd0','\x67','\x59','\x66','\xfb','\x24','\xde','\x6f','\x51','\x7d','\xa6','\x3c','\x53','\x5b','\xe0','\x65','\xe7','\x4f','\x60','\xf0','\x32','\xa2','\x3a','\xc6','\xfb','\x18','\x8a','\x97','\xea','\xb4','\xff','\x1c','\xef','\xcf','\xf8','\xb8','\x4c','\x75','\x92','\x8f','\x3b','\xbc','\x6e','\xf0','\xb0','\xfe','\x04','\x03','\x17','\xfa','\xe9','\x6f','\xca','\x9b','\x2f','\x8f','\xf9','\x71','\xf1','\xb2','\xe1','\x7d','\x0b','\xb5','\x03','\x9e','\x0e','\xb5','\x39','\xde','\x47','\xf3','\x7d','\x30','\xa1','\x6f','\xc4','\xe3','\xa2','\x3e','\xc7','\x4f','\x87','\x3f','\xeb','\xcb','\xcc','\xbc','\xef','\xf0','\xdb','\x15','\x7f','\x96','\xa7','\xc5','\x65','\x28','\xfe','\x9b','\xd2','\xe5','\x65','\x44','\xed','\x97','\x8f','\x0f','\x49','\x92','\xe0','\x5f','\xfe','\xe5','\x5f','\xec','\xf8','\x13','\x82','\xbe','\xb3','\x4f','\xc6','\x05','\x9d','\x26','\x6f','\x6f','\x4a','\x29','\xcc','\xcf','\xcf','\xe3','\xd8','\x63','\x8f','\xb5','\x0e','\x13','\x68','\xc9','\x89','\x0b','\x7d','\xfe','\x2c','\x08','\x75','\x20','\xf4','\xe2','\x7c','\xc6','\x83','\xc2','\x51','\xc6','\xa9','\x01','\xf9','\x03','\x2c','\x35','\x7c','\xaa','\xa0','\xd4','\xb1','\xf4','\x7a','\x3d','\x67','\x60','\xa2','\x82','\xe2','\xb3','\x11','\xd4','\xd8','\xa9','\x71','\x87','\x66','\x28','\x42','\x42','\x06','\xcf','\x1f','\xe5','\x85','\xcf','\xae','\xf1','\xf7','\xa0','\x34','\x78','\xfe','\x48','\x90','\xe1','\xef','\x46','\x9d','\x3f','\x0d','\xc4','\x24','\x50','\x50','\xc7','\x45','\x1d','\x19','\x3d','\xcb','\x07','\x6c','\x3e','\xd3','\xc2','\xaf','\xd1','\xbb','\x51','\x27','\x40','\x1d','\x01','\x7d','\x23','\xbf','\xfc','\xfc','\xf8','\xf8','\x0c','\x0a','\x35','\x1a','\xde','\x69','\x52','\xfe','\xfc','\xf8','\x78','\x9e','\xf9','\xec','\x9a','\x2f','\xcc','\x91','\x86','\x4e','\xe5','\x42','\x15','\x9e','\x1a','\xd4','\x68','\x34','\xc2','\x60','\x30','\xb0','\x95','\x7b','\x38','\x1c','\x62','\x30','\x18','\x60','\x79','\x79','\xd9','\x86','\xa5','\xef','\xe8','\xcf','\x2a','\xf8','\xc2','\x30','\x6f','\xec','\x94','\x97','\x90','\x42','\x14','\xea','\xac','\x78','\x47','\x45','\xf9','\xa3','\xf7','\xa3','\x77','\xa0','\x99','\x07','\x0a','\x47','\xab','\xa6','\xfe','\xb3','\xf4','\xfe','\xbc','\xe3','\xe0','\x9d','\x0f','\xcf','\x07','\x80','\x5a','\xfe','\x7c','\x05','\x88','\x06','\x75','\x3e','\x10','\xf9','\x42','\x11','\x6f','\xdc','\x5c','\x80','\xe7','\xdf','\x96','\x0b','\x1f','\xf4','\x1c','\x57','\xf4','\xb9','\x60','\xc0','\x15','\x22','\x3e','\x00','\xf0','\x81','\x91','\x06','\x3b','\x1e','\x86','\x0f','\x8a','\xbe','\x22','\x41','\xe9','\x50','\x59','\x92','\xe0','\xca','\x05','\x24','\xae','\x70','\xd0','\x8c','\x19','\x09','\x9d','\xdc','\x23','\x25','\xcf','\xf7','\x60','\x30','\x70','\xda','\x19','\x1f','\xbc','\xa8','\x3c','\x42','\x4a','\x3d','\x95','\x8d','\x2f','\xec','\x51','\x1e','\xfd','\xfe','\x90','\x0b','\x5c','\x3c','\x5e','\x8a','\x87','\xd7','\x0d','\x6a','\x97','\x5c','\x80','\xa6','\x72','\xa0','\xf6','\xc5','\xeb','\xa7','\xaf','\x6c','\xf3','\xb2','\xe3','\x42','\x13','\xe1','\xe7','\xc1','\xff','\xde','\x54','\xef','\xf8','\xc0','\x02','\xd4','\x67','\x17','\xa9','\x1c','\xfd','\x01','\x9b','\xff','\xe6','\xe9','\xf3','\xbf','\x79','\xbd','\xf1','\x7f','\x73','\x45','\x8c','\xf7','\xab','\xbc','\x7d','\xf0','\x59','\x39','\x3e','\xe8','\xf1','\x7a','\x4e','\xf7','\x78','\xd9','\xf1','\x01','\x90','\xfa','\x2b','\x2e','\x74','\x87','\x26','\x2a','\xf8','\x3b','\xf8','\xf7','\x78','\x3d','\x09','\x0d','\x92','\x5d','\xee','\x8f','\xf3','\x2c','\xff','\x4d','\xed','\x9a','\xae','\xf3','\x49','\x09','\xc0','\x9d','\x29','\xf7','\xeb','\x36','\xef','\x1f','\xfc','\x36','\xcf','\x9f','\x0d','\x09','\x49','\xd4','\x46','\xf9','\xb3','\xa1','\x3e','\x84','\xf7','\x5b','\x3c','\xac','\x3f','\x03','\xce','\xfb','\x25','\x9e','\x4f','\x3e','\x66','\xc6','\xc2','\xf2','\xb6','\xea','\x2b','\x35','\x7e','\xdb','\x8d','\xf5','\xe1','\xb1','\x67','\x43','\x42','\x5e','\x08','\xff','\x59','\x8a','\x97','\x8f','\x0f','\x3c','\xcf','\xbc','\x7e','\xc6','\xf2','\xcc','\xc7','\x01','\xaa','\xc3','\xbc','\xfd','\xf9','\xe5','\xc1','\xbf','\x21','\x7f','\x5f','\xde','\x56','\xdb','\xde','\xd7','\xaf','\x1b','\xe3','\xe6','\x39','\x54','\xce','\x6d','\xdf','\xc8','\xcf','\x13','\x7d','\xeb','\xae','\xe9','\x72','\x65','\xc2','\x2f','\x77','\x1e','\xb7','\x7f','\x9f','\xc6','\xb3','\x50','\xdf','\xc5','\x09','\x95','\x1d','\xf5','\x3f','\x6b','\xf1','\xac','\xdf','\x97','\xad','\x45','\xba','\xfe','\x77','\x89','\xc9','\x34','\xbc','\xdc','\xf9','\x38','\xd7','\xf5','\x59','\xaa','\xc3','\x93','\x3c','\x1b','\x4a','\x97','\xdf','\xf3','\xdb','\x22','\xbf','\x1e','\xeb','\x97','\xf9','\x04','\x08','\x0f','\x1f','\x3b','\xe7','\x87','\x9e','\xe7','\xf2','\x23','\x27','\xa3','\x08','\x9a','\x3a','\x07','\x0a','\x73','\xe2','\x89','\x27','\xe2','\x55','\xaf','\x7a','\x15','\xb6','\x6f','\xdf','\x0e','\x00','\x58','\x59','\x59','\xb1','\x42','\x37','\x57','\x80','\xb8','\x86','\x4d','\x33','\x21','\xd4','\x61','\x92','\x60','\xea','\x77','\x0c','\x24','\xfc','\xf2','\x7b','\xb4','\x64','\xc9','\x5f','\x9e','\xd2','\x20','\xb8','\xf2','\x46','\xe1','\xf8','\x2c','\x35','\x0f','\xc7','\x9f','\xe5','\x9d','\x23','\x7d','\x40','\xfa','\x50','\x34','\x60','\xd0','\x75','\x5f','\x91','\xe3','\xf1','\x71','\x2d','\x98','\xca','\xc9','\x17','\x2a','\x79','\x47','\x18','\x12','\x30','\x68','\xa0','\xa1','\x32','\xf0','\x07','\x7e','\x1a','\xac','\x78','\x79','\xf1','\x74','\xe9','\x5d','\xfc','\x19','\xf3','\x34','\x4d','\x31','\x18','\x0c','\x6a','\x02','\x0a','\x7d','\x2f','\x2e','\x9c','\xf2','\xef','\xc1','\x1b','\x1c','\xfd','\xf6','\x67','\x0f','\xb8','\x50','\xc5','\xdf','\x83','\x37','\x1a','\x2a','\x47','\x2e','\xf4','\xf0','\x4e','\x96','\x2b','\x63','\xa3','\xd1','\xc8','\xce','\x4c','\xd2','\x6f','\x52','\xb0','\xf9','\x0c','\x1e','\x9f','\xf9','\xe4','\x65','\xea','\x77','\xb8','\x21','\xc5','\x87','\xf2','\xca','\x3b','\x1f','\xbf','\xb1','\x91','\x80','\x4f','\x82','\x15','\xd5','\x57','\x12','\xe8','\xe8','\x37','\x09','\xb7','\x54','\x7e','\x3c','\x2e','\x5e','\x1e','\xbc','\xb3','\xf3','\x07','\x44','\xbf','\x2e','\xf0','\x7a','\xc3','\xeb','\x24','\x7f','\x96','\x0f','\xe8','\xfc','\x1b','\xf0','\x67','\x79','\x47','\xe9','\xbf','\x2b','\x85','\x0d','\x09','\xfd','\xbe','\xb0','\xcb','\x05','\x60','\x3e','\x60','\xf3','\x3c','\x53','\x99','\xf3','\x81','\x8d','\xda','\x0e','\x75','\x3c','\xbc','\x0e','\xd1','\xef','\x99','\x99','\x19','\x5b','\xe7','\xa9','\xad','\xf3','\xb2','\x1c','\x0e','\x87','\x56','\xc1','\xa2','\x6f','\x0e','\x54','\xab','\x5b','\x84','\xdf','\x01','\xf3','\xf6','\xcc','\xcd','\x19','\xf8','\xc4','\x02','\x57','\x28','\x79','\x9a','\x54','\x76','\xbc','\x4d','\x02','\xa6','\x9f','\xa3','\x59','\x4b','\xae','\x58','\x70','\x65','\x91','\xca','\x88','\x4f','\xe8','\xf0','\x3c','\x70','\x53','\x12','\xfa','\x97','\x4f','\x48','\xf0','\xf6','\xce','\xff','\xf6','\x15','\x05','\xca','\x1f','\xaf','\xb3','\xbe','\x90','\xc1','\xc3','\x71','\x78','\xbd','\xa4','\xbc','\x85','\xc2','\xf1','\xfa','\xc3','\xfb','\x1f','\x7f','\x20','\xe3','\xfd','\xa3','\x2f','\x34','\xf9','\x4a','\xaf','\xff','\xb7','\x3f','\x18','\xc6','\xbe','\x27','\x85','\xf1','\x15','\x44','\x3e','\xdb','\xcb','\xd3','\x6c','\x1a','\xc3','\x36','\x23','\xf4','\x2e','\x40','\x35','\x26','\x85','\x04','\x3e','\xc0','\xfd','\xce','\x54','\xfe','\x21','\x81','\x77','\xb3','\x3e','\x4b','\x7f','\x6f','\x44','\x9e','\x9b','\xc2','\x6e','\xc6','\xb2','\x3a','\xdc','\x9f','\x0d','\xc1','\xfb','\x8b','\x2e','\xdf','\x94','\xf7','\x05','\xf2','\xec','\xe6','\x7b','\x36','\x76','\x2f','\x14','\x2e','\x94','\x96','\x7f','\x2f','\xa4','\xe0','\x50','\x3c','\xbe','\x12','\x4f','\x58','\xaf','\x07','\x7c','\x35','\x25','\xc6','\x8e','\x1d','\x3b','\xf0','\xa8','\x47','\x3d','\x0a','\x47','\x1c','\x71','\x04','\x8a','\xa2','\x5a','\x3a','\xe5','\x42','\x87','\x3f','\x98','\x73','\xe1','\x82','\xcf','\x0e','\xd2','\x20','\xcb','\x67','\x39','\xf8','\xb3','\x7c','\xb0','\xa6','\x34','\x00','\x38','\xcf','\xf0','\x17','\xe3','\xc2','\x30','\xa5','\xc5','\x0b','\xd6','\x2f','\x5c','\xba','\xc7','\x67','\xba','\xa9','\x70','\xf9','\x32','\x23','\x85','\xe3','\x79','\x69','\xbb','\x16','\x4b','\xc3','\xff','\x10','\x3c','\x3f','\xf4','\xac','\xbf','\x54','\xe7','\xe7','\xd9','\xef','\x3c','\xf8','\x35','\xea','\x44','\xe8','\x19','\x4a','\xd7','\xcf','\x0b','\xff','\x56','\x7e','\x07','\xe4','\xc7','\xc9','\xd3','\xa1','\xd5','\x18','\xff','\x9b','\xf2','\x34','\xe8','\x59','\xbf','\x5c','\xfc','\xbc','\x50','\x39','\x90','\x40','\xcb','\x15','\x21','\x12','\x56','\x79','\xbd','\x22','\x45','\x9b','\xf2','\x49','\xca','\x31','\x95','\x25','\x29','\xd9','\x14','\x37','\xa5','\xc7','\x85','\x47','\x00','\xd6','\x54','\x80','\xe2','\xf0','\x15','\x78','\xbf','\xde','\xf2','\x15','\x2c','\x52','\xe4','\xe8','\x3e','\x17','\xb0','\x7d','\x05','\x90','\x7f','\x0f','\x7f','\xb9','\xdc','\x17','\x22','\x79','\x79','\xfa','\x1d','\x0b','\x9f','\xbd','\xa5','\x6b','\xfe','\xf7','\xf2','\xeb','\x1b','\xc5','\xc1','\xeb','\x13','\x17','\x9c','\x79','\x1a','\x5c','\x61','\x0c','\x09','\x27','\xfc','\x9b','\x86','\xbe','\x35','\x4f','\xd3','\xef','\x80','\xfc','\x41','\x8d','\xe2','\xd0','\xda','\x98','\x3c','\xf1','\xf2','\xa4','\xfb','\xbc','\xee','\xd3','\xac','\x0d','\xd5','\x3b','\xfa','\xce','\xbc','\x0c','\xf8','\x37','\xf7','\xeb','\x9e','\x5f','\x47','\xfd','\xbf','\x43','\x9d','\x38','\x57','\xe0','\x78','\x87','\x49','\xca','\x27','\xbd','\x13','\x95','\x15','\x17','\x5e','\x09','\xbe','\x5c','\x4f','\x79','\xe4','\x2b','\x6f','\xfc','\x3d','\xf9','\xb7','\xe4','\x65','\xe0','\xf7','\x0b','\x3c','\x9f','\xfe','\x60','\x41','\x7f','\x87','\xda','\x36','\xff','\x66','\x7e','\xfd','\xe1','\xfd','\xaa','\x3f','\x88','\xf1','\xfc','\xf3','\x7c','\xf0','\x67','\x08','\xdf','\xec','\x8a','\xff','\x4b','\xcf','\xf0','\xb4','\x79','\x3a','\x5d','\x07','\x39','\xbf','\xcc','\xf8','\x7f','\xfe','\xfd','\xad','\x44','\x48','\x18','\x88','\xd1','\x24','\x1c','\xb6','\xb1','\x59','\x9e','\x1d','\x27','\xae','\xcd','\x92','\x67','\x79','\x76','\xf3','\x3d','\x2b','\x3c','\xb0','\xe8','\xd2','\x0f','\xb6','\xf5','\x8f','\xbe','\xcc','\xc2','\x21','\x6b','\x1e','\x1f','\x47','\xe3','\x69','\x4a','\x80','\x06','\xfd','\xd9','\xd9','\x59','\x6c','\xdb','\xb6','\xad','\x26','\x9c','\x86','\x34','\x3f','\xc0','\x1d','\x00','\xa9','\xc2','\x87','\x96','\x3c','\xfd','\x97','\x08','\x0d','\x94','\x31','\xed','\x32','\xa4','\x00','\x34','\xc5','\xc7','\xe3','\xf4','\x85','\x0d','\x1e','\x36','\xa4','\x78','\xf8','\xef','\x16','\x7b','\x8f','\xa6','\xf8','\xba','\xbc','\x6f','\xd7','\x32','\x68','\xd2','\x88','\xdb','\xf2','\xcc','\xbf','\x0b','\x7f','\x0f','\x0a','\x47','\xcf','\x76','\x79','\x8f','\xa6','\xf7','\xa5','\x6b','\xbe','\xc0','\x46','\x61','\xa8','\x2e','\xd1','\x6f','\x00','\x8e','\xb2','\xc3','\x05','\x38','\xff','\x5f','\x3f','\x2d','\x5f','\x70','\xf5','\x85','\x5d','\xff','\xfd','\x29','\x6f','\x7c','\xa5','\x8a','\x97','\x09','\x4d','\x0a','\x70','\xe5','\x81','\xe2','\xf7','\x67','\x9c','\x63','\xdf','\x86','\x9e','\x09','\x29','\xe9','\x5c','\x98','\x8c','\x95','\x67','\xe8','\x5d','\x42','\x0a','\x95','\x2f','\xfc','\x87','\xbe','\x97','\x5f','\x4e','\x31','\x45','\x20','\x94','\x07','\xae','\x14','\xfb','\x8a','\x3e','\x8f','\x9f','\xde','\x15','\xa8','\xb7','\x75','\x6e','\x16','\x45','\x61','\x79','\xd9','\xfa','\x82','\xb4','\xd6','\xf5','\x7d','\x4e','\xbc','\x4e','\x70','\x05','\x84','\xaf','\x42','\xf9','\xe1','\xf8','\xb5','\x90','\xb2','\xc1','\xc3','\x51','\x7c','\x6d','\xe1','\x42','\x79','\xf1','\x95','\x49','\x9e','\x3f','\xae','\x44','\xf0','\x6b','\xb1','\x3e','\x6c','\xad','\xae','\xd1','\x37','\x9c','\x66','\x1a','\x7e','\x39','\xf1','\x6f','\x38','\x69','\x7f','\x17','\xba','\x16','\x52','\x74','\xb6','\xa2','\xe2','\x23','\x08','\x82','\x20','\x4c','\x87','\xb6','\x09','\xb0','\xd8','\xe2','\x8e','\xbd','\x4a','\x33','\xe1','\x4d','\x09','\x8c','\x46','\x23','\xbb','\x99','\x14','\x70','\x3d','\xec','\xf0','\x99','\x47','\x20','\x7e','\xe0','\x61','\xd3','\x0c','\xe0','\xa4','\x83','\x63','\x48','\x70','\x5a','\x4d','\x7c','\x93','\x5e','\xf3','\x05','\x53','\x0e','\x17','\x7a','\x43','\x02','\xfc','\x34','\xdf','\xc3','\x4f','\xa3','\x6b','\x9e','\x9b','\xae','\x4d','\x92','\x17','\xfe','\x7d','\xda','\xe2','\xe3','\x7f','\xfb','\x75','\x29','\x54','\xae','\x6d','\x02','\x29','\x09','\xd6','\x3c','\xde','\x90','\x49','\x90','\xaf','\x40','\xf8','\xe5','\x40','\xf8','\xc2','\x5c','\x17','\xa1','\x8b','\xc7','\xb7','\x9e','\xd7','\x62','\x6c','\x44','\x5e','\x48','\xb9','\x24','\x25','\xd0','\x57','\xd4','\xb8','\x42','\xe0','\x7f','\x37','\xfa','\x96','\xdc','\xdc','\x69','\x1c','\x45','\x67','\x23','\xaf','\xd1','\xbb','\xd1','\x7b','\x6c','\x84','\xa2','\xd3','\x74','\x8d','\xef','\x93','\x59','\x0b','\x05','\xab','\xab','\x02','\xb3','\x9a','\x6b','\x82','\x20','\x08','\x82','\xc0','\x27','\x1b','\x7d','\xb8','\x0c','\xe2','\x63','\x15','\x20','\x6e','\xc7','\x1f','\x42','\x6b','\x6d','\x37','\x2d','\x73','\x6f','\x19','\x7c','\x06','\x99','\xae','\x51','\xa2','\xfc','\x5a','\xd7','\x01','\xf2','\x81','\x76','\x6d','\x5a','\xca','\xc4','\xe1','\x74','\x8d','\x14','\x6b','\x5f','\x38','\x6e','\xbb','\xe6','\x0b','\x9f','\x31','\xc5','\x89','\xa7','\xdb','\xe5','\x9a','\xaf','\x08','\x6d','\x94','\x22','\xb1','\x55','\xaf','\xf9','\x9b','\xdd','\x81','\xf0','\x04','\x89','\x7f','\x4d','\xa9','\xba','\xfb','\xca','\xad','\x7a','\xcd','\xef','\x7c','\x1f','\xc8','\xd7','\xe8','\xfa','\x5a','\x5f','\x13','\x04','\x41','\x10','\x04','\x20','\x3e','\x46','\x68','\xad','\xed','\xbe','\x72','\x1f','\xab','\x00','\xb5','\xcd','\xae','\x91','\x86','\xc5','\xdd','\xb8','\x2a','\xa5','\x9c','\xa5','\x25','\x7f','\xe6','\x93','\x12','\xf7','\x33','\x37','\xed','\x99','\xc0','\xcd','\x7e','\x8d','\xde','\x7f','\x33','\xe4','\x65','\x2b','\x5c','\xf3','\xbd','\x38','\x8d','\x73','\xcd','\x37','\x4b','\x8b','\xd5','\xe9','\x8d','\x12','\xda','\xe4','\x9a','\x20','\x08','\x82','\x20','\x08','\xc2','\x74','\x88','\x79','\x79','\x23','\x42','\xfb','\xc1','\x01','\xa6','\x00','\xd1','\x46','\xdd','\x18','\x5a','\xeb','\xe0','\x66','\x57','\x4e','\xcc','\xec','\x4d','\xae','\xc9','\x35','\x11','\xb6','\x05','\x41','\x10','\x04','\x41','\x10','\x84','\x69','\xd2','\x66','\xc1','\x46','\x56','\x6b','\x3e','\x56','\x63','\xf1','\xf7','\x4c','\x84','\x20','\xb7','\xc4','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x1b','\x49','\x93','\xfe','\xa2','\x94','\xb2','\x07','\xae','\xd7','\x9e','\xa3','\x1f','\x74','\xd6','\x4a','\x13','\x6d','\xf7','\x05','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\xd6','\x83','\x26','\x0b','\x36','\xad','\x75','\x54','\x77','\xb1','\x0a','\x50','\x9b','\x0d','\x1d','\xed','\xed','\x69','\x5a','\x66','\x12','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x58','\x0f','\xda','\x2c','\xd3','\x86','\xc3','\x61','\x50','\xbf','\x71','\x4c','\xe0','\x9a','\x1c','\x21','\xd0','\x1e','\xa0','\xa6','\x7d','\x42','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xeb','\x41','\x51','\x14','\x8d','\x16','\x6a','\xe4','\x20','\xcb','\xc7','\x51','\x80','\xe8','\xa4','\xf3','\x10','\x4a','\xd5','\xdd','\xbb','\x0a','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x04','\x6d','\x4e','\x10','\x62','\xba','\x4d','\xcd','\x09','\x42','\xd3','\x0a','\xd0','\x70','\x38','\x14','\x27','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x38','\x59','\x96','\x35','\x3a','\x71','\x8b','\x59','\xaf','\xd9','\x27','\x68','\x09','\xa9','\x49','\xc1','\x69','\xda','\x23','\x24','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\xb0','\x5e','\xb4','\x59','\xa8','\xc5','\x56','\x88','\x1c','\x27','\x08','\x6d','\x5e','\xde','\xd2','\x34','\x95','\x15','\x20','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x36','\x05','\x4d','\x87','\xde','\xc7','\xac','\xd7','\x12','\x1e','\xa8','\xe9','\x20','\x49','\xad','\x75','\xeb','\x61','\xa9','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xeb','\x41','\x93','\x17','\x6b','\xad','\x35','\xb4','\xd6','\x41','\xfd','\xc6','\x2a','\x40','\x6d','\xca','\x0d','\xb9','\xc1','\x96','\x15','\x20','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x36','\x9a','\x36','\x27','\x08','\xbd','\x5e','\xaf','\x7d','\x05','\xa8','\x69','\x13','\x91','\x52','\xaa','\x75','\x8f','\x90','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x7a','\x90','\xa6','\x69','\xa3','\x05','\x5b','\x9a','\xa6','\xcd','\x6e','\xb0','\x69','\x0f','\x50','\x93','\x17','\xb8','\xd1','\x68','\x24','\x0a','\x90','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x1b','\x0e','\x1d','\xe3','\x13','\x23','\xb6','\x78','\x53','\x53','\x80','\x9a','\x14','\x9c','\x26','\x0d','\x4b','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x61','\xbd','\x68','\xd3','\x4d','\x5a','\x15','\xa0','\xa6','\x33','\x80','\x88','\x36','\x5f','\xdb','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xeb','\xc1','\x68','\x34','\x6a','\xf4','\x62','\x5d','\x14','\x45','\xbb','\x13','\x84','\x2c','\xcb','\x5a','\xed','\xe8','\xc4','\x04','\x4e','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x8d','\x86','\xce','\x31','\x8d','\xd1','\xeb','\xf5','\x82','\xd7','\x1d','\x27','\x08','\x00','\x5a','\x0f','\x42','\x15','\x33','\x38','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x36','\x9a','\x24','\x49','\xa2','\x5e','\xac','\x9b','\x0e','\x49','\xb5','\x0a','\x90','\xd6','\xba','\xd1','\x8d','\x9c','\xd6','\x1a','\x83','\xc1','\xa0','\x31','\x8c','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x7a','\x10','\xf3','\xf2','\x06','\x34','\xeb','\x36','\x35','\x27','\x08','\x31','\xda','\xdc','\x64','\x0b','\xc0','\x9d','\x77','\xde','\x89','\x8b','\x2f','\xbe','\x18','\x27','\x9e','\x78','\x22','\x4e','\x3c','\xf1','\x44','\xec','\xd9','\xb3','\x67','\xa3','\xb3','\x14','\x64','\xab','\xe4','\x53','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x9a','\x68','\xb2','\x4e','\x1b','\x0e','\x87','\x41','\x25','\xc8','\xf1','\x1b','\xd7','\x66','\xde','\xd6','\xef','\xf7','\x1b','\x0f','\x4b','\x3d','\x9c','\xf9','\xe6','\x37','\xbf','\x89','\x0b','\x7e','\xf1','\x42','\xdc','\xbb','\xf3','\x20','\x0e','\x3d','\x64','\x05','\x00','\xf0','\x86','\x77','\x5d','\x02','\x00','\x78','\xd1','\x8b','\x5e','\xb4','\x91','\x59','\x73','\xd8','\x2a','\xf9','\x14','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x26','\x8a','\xa2','\xc0','\x68','\x34','\x0a','\xde','\xd3','\x5a','\x43','\x6b','\x1d','\x5c','\xc0','\xb1','\x0a','\x50','\x9a','\xa6','\xf6','\x30','\xa1','\xd8','\x3e','\xa0','\x24','\x49','\x3a','\x99','\xc0','\xed','\xd9','\xb3','\x07','\x97','\x5d','\x76','\x59','\xd7','\xbc','\xb7','\x72','\xec','\xb1','\xc7','\xe2','\x05','\x2f','\x78','\x01','\xe6','\xe7','\xe7','\x01','\x00','\x3f','\xf1','\x13','\x3f','\x81','\xdd','\xbb','\x77','\x4f','\x2d','\xfe','\x69','\x70','\xc3','\x0d','\x37','\x60','\xff','\x8e','\x45','\x1c','\x9a','\x5d','\xb1','\xd7','\xee','\x39','\xe2','\x00','\x2e','\x79','\xc7','\x9b','\xf0','\xe4','\x27','\x3f','\x19','\x27','\x9c','\x70','\xc2','\x06','\xe6','\xae','\x62','\xab','\xe4','\x73','\x33','\x72','\x38','\xd6','\x6b','\x41','\x10','\x04','\x41','\x10','\x84','\xcd','\x4a','\x51','\x14','\x51','\xdd','\x44','\x29','\x85','\x2c','\xcb','\x82','\x7a','\x4d','\xc6','\x03','\x25','\x49','\xd2','\xea','\x04','\xa1','\x8d','\xbd','\x7b','\xf7','\xe2','\xd2','\xcb','\xdf','\x82','\x6f','\x3f','\x64','\x5f','\x97','\x7c','\x77','\xe2','\xdb','\xc5','\x3d','\xf8','\xda','\x65','\xff','\xd3','\xfe','\x3d','\xb7','\x34','\x83','\x74','\x94','\xe0','\xa2','\x8b','\x2e','\xda','\x34','\x42','\xfb','\x2d','\xb7','\xdc','\x82','\xa5','\x99','\x41','\xed','\xfa','\xb0','\x37','\xc2','\xd7','\xbe','\xf6','\xb5','\x4d','\x91','\x47','\x60','\xeb','\xe4','\x73','\xb3','\x71','\xb8','\xd6','\x6b','\x41','\x10','\x04','\x41','\x10','\x84','\xcd','\x4c','\x93','\x13','\x84','\x98','\x87','\x6b','\xbb','\x26','\xd4','\xb4','\x84','\x44','\x0c','\x87','\xc3','\x56','\x37','\xd8','\xbb','\x77','\xef','\xc6','\x6f','\xbc','\xf4','\xd7','\xf1','\xd0','\xff','\xda','\x6d','\xff','\xdb','\x75','\x60','\xa1','\x4b','\xfe','\xa3','\xe4','\x89','\xc6','\xbe','\xed','\x87','\xec','\x7f','\xdf','\x3e','\x66','\x1f','\xfe','\xf3','\x21','\x7b','\xf1','\xda','\x2b','\xdf','\x88','\x67','\xbd','\xf0','\x17','\xf0','\xea','\x57','\xbf','\x1a','\x9f','\xff','\xfc','\xe7','\x57','\x95','\xc6','\x6a','\x79','\xca','\x53','\x9e','\x82','\xb9','\x95','\x7e','\xed','\x7a','\x6f','\x98','\xe1','\x91','\x8f','\x7c','\xe4','\x06','\xe4','\x28','\xcc','\x56','\xc9','\xe7','\x66','\xe3','\x70','\xad','\xd7','\x82','\x20','\x08','\x82','\x20','\x08','\x9b','\x95','\xa6','\x33','\x4a','\xb5','\xd6','\x51','\xff','\x06','\x8e','\x02','\x34','\x2d','\x0f','\x6f','\x2f','\x7a','\xd1','\x8b','\x70','\xdb','\x6d','\xb7','\xe1','\xb6','\xdb','\x6e','\xc3','\x67','\x3f','\xfb','\x59','\xfc','\xce','\xf3','\x5e','\x15','\x15','\x16','\x77','\x1e','\x9a','\xc7','\xae','\x03','\x0b','\x38','\xfa','\xde','\x1d','\x8e','\x70','\x49','\xff','\x1d','\x7d','\xef','\x0e','\xec','\x3a','\xb0','\x80','\x99','\x61','\x56','\x7b','\xf6','\xbe','\x85','\x45','\xdc','\xb5','\xeb','\x7e','\x5c','\xf1','\x8f','\x57','\xe1','\x97','\x7f','\xf5','\xf9','\xd8','\xb3','\x67','\x0f','\x96','\x97','\x97','\xa7','\xf2','\x0e','\xe3','\x72','\xc6','\x19','\x67','\x60','\xc7','\xfe','\x79','\x2c','\x2c','\xcf','\xd8','\x6b','\x47','\xdd','\xbf','\x1d','\xaf','\x7c','\xe1','\x2b','\x36','\xd5','\x4c','\xfe','\x56','\xc9','\xe7','\x66','\xe4','\x70','\xac','\xd7','\x82','\x20','\x08','\x82','\x20','\x08','\x9b','\x15','\xa5','\x54','\xa3','\x0f','\x83','\x3c','\xcf','\xdb','\x9d','\x20','\x50','\x44','\xa1','\x55','\x1e','\xa5','\x14','\x7a','\xbd','\xde','\xd8','\x4e','\x10','\x66','\x67','\x67','\x71','\xde','\x79','\xe7','\xe1','\xd2','\xcb','\xdf','\x02','\x6c','\x3f','\x54','\xbb','\xbf','\x70','\x68','\x16','\x7f','\xf2','\x87','\xff','\x0b','\x0f','\x7a','\xd0','\x83','\x70','\xd2','\x49','\x27','\xd5','\xee','\xdf','\x7a','\xeb','\xad','\xf8','\xee','\x77','\xbf','\x8b','\x8f','\x7e','\xf4','\xa3','\xf8','\xe4','\x3f','\xde','\x82','\x03','\xdb','\x96','\xb0','\x7f','\x7e','\xc9','\x09','\xb3','\xd4','\x1f','\x60','\x69','\xf7','\x00','\xaf','\x7f','\xf7','\xc5','\x28','\x8a','\x02','\x67','\x9c','\x71','\x06','\x8e','\x3b','\xee','\xb8','\xb1','\xf2','\xb9','\x5a','\x8e','\x3b','\xee','\x38','\x5c','\xfd','\x57','\xef','\xc3','\x75','\xd7','\x5d','\x87','\xbf','\xfa','\xab','\xbf','\x02','\x00','\x5c','\x74','\xd1','\x45','\x9b','\xce','\xb1','\xc0','\x56','\xc9','\xe7','\x66','\xe7','\x70','\xa9','\xd7','\x5d','\xb8','\xf5','\xd6','\x5b','\x71','\xed','\xb5','\xd7','\xe2','\xbc','\xf3','\xce','\xc3','\x13','\x9e','\xf0','\x84','\x8d','\xce','\x8e','\x20','\x08','\x82','\x20','\x08','\x87','\x09','\x79','\x9e','\x37','\x3a','\x41','\xc8','\xf3','\x3c','\xa8','\x20','\x59','\x05','\x28','\x49','\x92','\xe8','\x69','\xa9','\x14','\x49','\x6c','\x23','\x51','\x1b','\xbb','\x77','\xef','\x46','\x3a','\x8a','\xbb','\xd0','\x6e','\xda','\xfc','\x4d','\xc2','\xe3','\x39','\xe7','\x9c','\x83','\x6f','\x7e','\xf3','\x9b','\xb8','\xe1','\x86','\x1b','\xf0','\xa6','\x2b','\x2e','\xc5','\xbe','\x23','\x0e','\x62','\x98','\xba','\xcb','\x5a','\xfb','\xb6','\x1f','\xc2','\x6b','\xdf','\x7b','\x31','\x00','\x6c','\x88','\xb0','\x78','\xfc','\xf1','\xc7','\xe3','\xf8','\xe3','\x8f','\xc7','\xab','\x5e','\xf5','\xaa','\x75','\x4d','\x77','\x5c','\xb6','\x4a','\x3e','\x37','\x3b','\x87','\x4b','\xbd','\x6e','\xe2','\xd6','\x5b','\x6f','\xc5','\x2f','\xfd','\xf7','\xe7','\xe3','\xe0','\x82','\x59','\xa1','\x12','\x05','\x48','\x10','\x04','\x41','\x10','\x84','\xf5','\xa2','\x28','\x8a','\xa8','\x6e','\xa2','\x94','\x42','\xbf','\xdf','\x0f','\x9a','\xc8','\xd9','\x2b','\x74','\xb3','\x49','\xc1','\x19','\x0e','\x87','\xab','\xcd','\xe7','\xaa','\x38','\xee','\xb8','\xe3','\xf0','\x92','\x97','\xbc','\x04','\x17','\xbf','\xfa','\x0d','\x38','\xf6','\x7b','\x3b','\x83','\xe6','\x43','\xfb','\xe7','\x97','\xf0','\xda','\xf7','\x5e','\x8c','\x1b','\x6e','\xb8','\x41','\xcc','\x86','\x84','\x2d','\xc1','\x56','\xae','\xd7','\xd7','\x5e','\x7b','\xad','\x55','\x7e','\x04','\x41','\x10','\x04','\x41','\x10','\xd6','\x93','\xb6','\x73','\x4a','\x63','\x0e','\xde','\xec','\x13','\xc3','\xe1','\xb0','\x55','\xc1','\x89','\xd9','\xd1','\xad','\x37','\x67','\x9e','\x79','\x26','\xde','\xf2','\x67','\x97','\xe2','\xe8','\x7b','\x8e','\x88','\x0a','\x8b','\x6f','\xbc','\xf2','\x12','\x5c','\x79','\xe5','\x95','\x1b','\x90','\x3b','\x41','\x98','\x8c','\xad','\x56','\xaf','\xef','\xbc','\xf3','\x4e','\x7c','\xe8','\x23','\xd7','\x62','\xa9','\x5f','\xf7','\x2a','\x28','\x08','\x82','\x20','\x08','\x82','\xb0','\xd6','\x24','\x49','\xd2','\xb8','\x3d','\x47','\x6b','\xdd','\xec','\x05','\x6e','\x34','\x1a','\x61','\x30','\x68','\x17','\x64','\x26','\x31','\x81','\x5b','\x0b','\x9e','\xf2','\x94','\xa7','\xe0','\x2d','\x7f','\x76','\x29','\x76','\xdf','\xbb','\x03','\x69','\x51','\x7f','\xb1','\x7d','\xdb','\x0f','\xe1','\xd2','\xcb','\xdf','\x22','\x5e','\xb4','\x84','\x2d','\xc5','\x56','\xaa','\xd7','\xd7','\x5d','\x77','\x1d','\xee','\xdb','\x51','\xdf','\xff','\x24','\x08','\x82','\x20','\x08','\x82','\xb0','\x19','\x18','\x0e','\x87','\xc1','\xc5','\x1b','\x67','\xcd','\xa8','\xc9','\x8b','\xc2','\xa4','\x4e','\x10','\xd6','\x92','\xa7','\x3c','\xe5','\x29','\xf8','\xfd','\x57','\xfd','\x1e','\x8e','\x38','\x34','\x1f','\xbc','\xbf','\x6f','\xe7','\x41','\x5c','\x73','\xcd','\x35','\xeb','\x9b','\x29','\x41','\x58','\x25','\x5b','\xa1','\x5e','\x5f','\x7d','\xf5','\xd5','\xd8','\xf3','\xc1','\x2b','\x9c','\x03','\x75','\x05','\x41','\x10','\x04','\x41','\x10','\xd6','\x93','\xb6','\x63','\x7c','\x5a','\x57','\x80','\xe8','\xb0','\xa0','\x26','\x36','\x93','\xf2','\x43','\x3c','\xe3','\x19','\xcf','\xc0','\x13','\x1f','\xfa','\x63','\xe8','\xe5','\xf5','\xbc','\x2d','\xf5','\x07','\xf8','\xc0','\xc7','\xfe','\x16','\x77','\xdc','\x71','\xc7','\x06','\xe4','\x4c','\x10','\x26','\x67','\x33','\xd7','\xeb','\xeb','\xaf','\xbf','\x1e','\x7f','\x72','\xf1','\x9f','\x62','\xdf','\x11','\x07','\x36','\x24','\x7d','\x41','\x10','\x04','\x41','\x10','\x04','\xc0','\x28','\x38','\x4d','\xd6','\x69','\xb1','\x83','\x50','\xad','\xc6','\x93','\xa6','\x69','\xab','\x17','\xb8','\x2e','\x07','\xa1','\xae','\x37','\xb3','\xb3','\xb3','\x78','\xce','\x73','\x9e','\x83','\xcf','\xfd','\xe9','\x17','\x70','\x4f','\x40','\x20','\x5b','\x9a','\x1d','\xe0','\xd3','\x9f','\xfe','\x74','\xe3','\x19','\x37','\x8b','\x8b','\x8b','\xb8','\xea','\xaa','\xab','\x70','\xd9','\x65','\x97','\xe1','\xec','\xb3','\xcf','\x76','\xdc','\xf9','\x7e','\xfe','\xf3','\x9f','\xc7','\x35','\xd7','\x5c','\x83','\xeb','\xae','\xbb','\x0e','\x00','\xf0','\x8b','\xbf','\xf8','\x8b','\x38','\xfb','\xec','\xb3','\x71','\xfc','\xf1','\xc7','\x07','\xe3','\x5a','\x5e','\x5e','\xc6','\x4d','\x37','\xdd','\x84','\xab','\xaf','\xbe','\x1a','\xb7','\xdf','\x7e','\xfb','\xa6','\x75','\x31','\x3d','\x69','\x3e','\xf7','\xee','\xdd','\x8b','\x6b','\xae','\xb9','\x26','\x58','\x56','\x74','\xff','\xe6','\x9b','\x6f','\xc6','\x15','\x57','\x5c','\x81','\xbb','\xee','\xba','\x0b','\x00','\x70','\xf2','\xc9','\x27','\xe3','\xe9','\x4f','\x7f','\x3a','\x4e','\x3d','\xf5','\x54','\xcc','\xce','\xce','\xae','\x2a','\xbf','\xdf','\xf9','\xce','\x77','\xf0','\xb6','\xb7','\xbd','\xcd','\xb9','\x47','\xf1','\x3f','\xed','\x69','\x4f','\xc3','\xfc','\x7c','\x78','\xd5','\x64','\xab','\x31','\x8d','\x7a','\x4d','\x7c','\xfc','\xe3','\x1f','\xc7','\xd7','\xbe','\xf6','\x35','\x5c','\x76','\xd9','\x65','\xb5','\x7b','\xbf','\xf8','\x8b','\xbf','\x88','\x47','\x3d','\xea','\x51','\x9d','\xcb','\xee','\xfa','\xeb','\xaf','\xc7','\xff','\xf7','\x3f','\x7f','\x17','\x77','\x1f','\x75','\x3f','\xf2','\x64','\xf5','\x7d','\xc1','\x34','\xf3','\x26','\x08','\x82','\x20','\x08','\xc2','\xe1','\x45','\x92','\x24','\x8d','\x16','\x6c','\xb1','\xc5','\x1b','\xa5','\x4b','\x8d','\xe6','\x2b','\x5f','\xf9','\x0a','\x4e','\x3f','\xfd','\x74','\xfc','\xfb','\xbf','\xff','\x7b','\x38','\xa0','\x52','\x38','\xed','\xb4','\xd3','\xf0','\xee','\x77','\xbf','\x1b','\x47','\x1f','\x7d','\xf4','\xd8','\x19','\x3c','\xf1','\xc4','\x13','\xf1','\x9f','\x0f','\xd9','\x5b','\xbb','\xfe','\x7d','\x77','\xef','\xc2','\xdf','\xdf','\x70','\x73','\xd4','\x5d','\x70','\x17','\x16','\x17','\x17','\xf1','\x13','\x3f','\xf5','\x64','\x7c','\xeb','\x41','\xf7','\xd4','\xee','\xa5','\x85','\xc2','\x83','\xef','\xde','\x85','\xcf','\x7e','\xea','\x33','\x35','\x21','\xea','\xd6','\x5b','\x6f','\xc5','\x27','\x3f','\xf9','\x49','\xbc','\xe7','\xbd','\x57','\x62','\x71','\x61','\x19','\xfb','\xb6','\x1f','\xc2','\xdc','\xa0','\x8f','\x17','\x3c','\xe9','\x39','\xf8','\xfd','\xdf','\xff','\x7d','\x5c','\x79','\xe5','\x95','\xb8','\xe4','\x1d','\x6f','\xc2','\xfe','\x6d','\x4b','\x76','\xa3','\xf7','\xc2','\xf2','\x0c','\x76','\xee','\x5f','\xc0','\xeb','\xfe','\xf8','\xb5','\x38','\xf3','\xcc','\x33','\x6d','\x5c','\xdf','\xf8','\xc6','\x37','\x70','\xe3','\x8d','\x37','\xe2','\x6d','\x6f','\x7b','\x1b','\x0e','\x6e','\x5f','\xc2','\x81','\xf9','\x65','\x0c','\xd3','\x1c','\x0f','\xfd','\xaf','\xdd','\xb8','\xed','\xb6','\xdb','\x6c','\x38','\x72','\x79','\xec','\x0b','\xf1','\x31','\x1e','\xf3','\x98','\xc7','\xe0','\x39','\xcf','\x79','\x8e','\x93','\x16','\xb1','\x67','\xcf','\x9e','\xa0','\xe0','\x48','\x5c','\x74','\xd1','\x45','\x78','\xee','\x73','\x9f','\xeb','\x28','\x1d','\x5d','\xf3','\xe9','\x43','\x67','\xbd','\x7c','\xe8','\x23','\xd7','\x62','\x69','\x6e','\xc5','\x29','\xab','\xd7','\xbc','\xe6','\x35','\x58','\x5e','\x5e','\xc6','\x95','\x57','\x5e','\x89','\x4b','\x2f','\x7f','\x0b','\x96','\xe6','\x56','\x70','\xff','\xc2','\xa2','\x15','\x90','\x67','\x86','\x19','\x16','\x96','\x67','\x70','\xe1','\x4f','\x9f','\x3f','\xd1','\x59','\x31','\x57','\x5f','\x7d','\x35','\xae','\xb8','\xe2','\x0a','\x7c','\x6d','\xf1','\x3f','\x30','\x4a','\x8b','\xda','\x79','\x39','\x14','\xff','\xfc','\xa1','\x59','\xfc','\xfa','\xcb','\x7f','\x0d','\xcf','\x7c','\xe6','\x33','\xb1','\x6b','\xd7','\xae','\xb1','\xd2','\x98','\x94','\xcd','\x58','\xaf','\x09','\x2a','\xb7','\xaf','\x1f','\xfc','\x4f','\xe4','\x59','\x8e','\xfb','\x16','\x16','\x6b','\x61','\x16','\x96','\x67','\x30','\x33','\xcc','\x6c','\xd9','\xf9','\xf5','\x85','\xa0','\xef','\xfb','\xa6','\xbf','\x78','\x33','\xf6','\x1e','\x79','\xa0','\xe6','\xaa','\x7b','\x6e','\xd0','\xc7','\xd1','\x7b','\x77','\xd4','\x9e','\x8b','\x29','\xd6','\xd3','\xcc','\x9b','\x20','\x08','\x82','\x20','\x08','\x87','\x27','\xff','\xfc','\xcf','\xff','\x8c','\x9f','\xf9','\x99','\x9f','\xc1','\xbe','\x7d','\xfb','\x6a','\xf7','\xd2','\x34','\xc5','\x99','\x67','\x9e','\x89','\x3d','\x7b','\xf6','\xe0','\x98','\x63','\x8e','\x71','\xee','\xd9','\x15','\xa0','\x26','\x3f','\xda','\x40','\x75','\xd2','\xea','\x66','\x5b','\x01','\x02','\x80','\xf9','\xf9','\x79','\xfc','\xd2','\xb3','\x9f','\x8b','\x4b','\x6f','\x78','\x7b','\x6d','\x4f','\x42','\x9e','\x68','\xac','\xcc','\x0c','\x71','\xfb','\xed','\xb7','\xe3','\xa4','\x93','\x4e','\xc2','\xf2','\xf2','\x32','\x3e','\xf4','\xa1','\x0f','\xe1','\x8a','\x2b','\xae','\xc0','\x7f','\xec','\xff','\x26','\x16','\xe7','\x56','\x70','\xe8','\x41','\xf5','\x7d','\x0c','\x57','\x5e','\x79','\x25','\x5e','\xff','\xee','\x8b','\xb1','\x6f','\x97','\xbb','\xc9','\xfb','\xd0','\xec','\x0a','\x06','\xbd','\x11','\x7e','\xf7','\xd5','\xbf','\x87','\xa7','\x3e','\xf5','\xa9','\xb8','\xf9','\xe6','\x9b','\xf1','\xd1','\x8f','\x7e','\x14','\x1f','\xff','\xdc','\x27','\x70','\x68','\x7e','\x05','\xfb','\x1f','\xb2','\x54','\x8b','\x8b','\x73','\xc3','\x0d','\x37','\xe0','\xb5','\xef','\xbd','\xb8','\x35','\x1c','\xf1','\x9d','\xbd','\x9f','\x06','\xae','\x42','\x4d','\x01','\xfa','\xf8','\xc7','\x3f','\x8e','\x37','\xbc','\xeb','\x12','\xdc','\xf3','\x90','\xb8','\x19','\xd2','\xeb','\xdf','\x7d','\x31','\x8e','\x3d','\xf6','\x58','\x9c','\x7a','\xea','\xa9','\xb8','\xe9','\xa6','\x9b','\xc6','\xca','\x27','\x60','\x04','\xf0','\xbf','\xfb','\xbb','\xbf','\xb3','\x65','\x75','\x70','\x61','\x19','\x4b','\xc7','\xd4','\x1d','\x65','\xd0','\x2a','\xd9','\xfb','\x3e','\xf9','\x7e','\xec','\x3b','\xa6','\xbe','\x29','\x7e','\xa5','\x37','\xc2','\x4a','\x6f','\x84','\x2b','\xfe','\xf1','\x2a','\x00','\xc0','\xc3','\x1f','\xfe','\xf0','\x4e','\x0a','\x0a','\x29','\x8b','\x17','\xbf','\xfb','\x4d','\xb8','\x6f','\xfb','\x41','\xe4','\xdb','\x35','\x16','\x96','\x67','\xf0','\xe0','\xbd','\x3b','\xd1','\x1b','\x98','\xaa','\x7b','\x68','\x61','\x05','\xfb','\xb7','\x2d','\x62','\xdf','\xf6','\x43','\xe6','\xbc','\x9c','\x2b','\xdf','\xd8','\xaa','\x14','\x6e','\xc6','\x15','\xb9','\x10','\xe3','\xd4','\x6b','\x9f','\x3d','\x7b','\xf6','\xe0','\xe2','\x77','\xfe','\x19','\xf6','\x1d','\x71','\x00','\xf9','\x11','\xf1','\x36','\x7b','\x68','\x76','\x05','\x87','\x66','\x8d','\x42','\xfb','\xfa','\x77','\x9b','\xb3','\x86','\x7c','\x05','\x92','\x94','\x9f','\xd7','\xbf','\xfb','\x62','\xec','\xdb','\x1d','\x76','\x7a','\xb0','\xd4','\x1f','\x04','\x15','\xc1','\x37','\xbc','\xeb','\x12','\x3c','\xf2','\x91','\x8f','\xc4','\x29','\xa7','\x9c','\xb2','\x26','\x79','\x13','\x04','\x41','\x10','\x04','\xe1','\xf0','\x26','\xb6','\x02','\xa4','\xb5','\xc6','\x68','\x34','\x42','\x9e','\xe7','\xb5','\x7b','\x8e','\x02','\xd4','\xb4','\x89','\x08','\x88','\xdb','\xd1','\x6d','\x06','\x1e','\xf5','\xa8','\x47','\x61','\xe6','\xda','\x2c','\xb8','\x29','\x3b','\xcf','\x72','\x7c','\xf7','\xbb','\xdf','\xc5','\xbe','\x7d','\xfb','\x70','\xe3','\x8d','\x37','\xe2','\x0f','\xdf','\xf6','\xc7','\x66','\x85','\xe2','\xc8','\xb8','\xf0','\xf5','\xfa','\x77','\x5f','\x8c','\x7d','\xdb','\xc3','\xc2','\xde','\x30','\xcd','\x31','\xec','\x8f','\x70','\xf3','\xcd','\x37','\xe3','\x95','\x6f','\xfc','\x2d','\x1c','\x9a','\x5d','\xc1','\xca','\xee','\xe6','\xb2','\x23','\xce','\x38','\xe3','\x0c','\x00','\xc0','\xff','\xf9','\x8b','\xcb','\x70','\x60','\xdb','\x52','\x6d','\x35','\x83','\xd8','\x79','\x68','\x1e','\x3b','\xee','\x9f','\xb7','\x2b','\x40','\x3e','\xa7','\x9c','\x72','\x0a','\x7e','\xfb','\xf9','\xaf','\xc4','\x65','\x97','\x5d','\x86','\x3c','\x2b','\x70','\xf7','\x51','\xf7','\xdb','\x59','\xf9','\x1d','\x8b','\x73','\xd8','\xb1','\x7f','\x1e','\xbf','\xfe','\xf2','\x5f','\xb3','\xca','\xcf','\xb8','\xf9','\xa4','\xd5','\x87','\xc5','\x85','\xe5','\xd6','\xb2','\xfa','\x95','\x97','\xbc','\x10','\xf7','\xec','\x3a','\x80','\xa5','\xed','\xcd','\x5e','\x04','\x97','\xfa','\x03','\x5c','\xf5','\xa9','\xbf','\xc6','\xc3','\x1e','\xf6','\xb0','\x56','\x25','\x64','\xdf','\xbe','\x7d','\x95','\xb2','\x78','\x84','\x29','\xa3','\x9d','\x87','\xe6','\xf1','\xf2','\xb3','\x5f','\xec','\x98','\x20','\x72','\x93','\xac','\x61','\x6a','\x56','\x12','\x42','\xab','\x09','\xc4','\x9b','\xfe','\xe2','\xcd','\x38','\xf5','\xd4','\x53','\xf1','\xb0','\x87','\x3d','\xac','\x31','\xfd','\xcd','\x42','\x97','\x7a','\xed','\xb3','\x67','\xcf','\x1e','\xa3','\x1c','\x1f','\x59','\x29','\xc7','\x73','\x83','\x3e','\x76','\xee','\x9f','\xb7','\x8a','\xe3','\xb0','\x3f','\xc2','\xfe','\x6d','\x4b','\x4e','\xbc','\xa4','\x40','\x02','\x70','\xbe','\xcf','\x4d','\x37','\xdd','\xd4','\xd8','\x1e','\xc6','\x61','\xda','\x79','\x13','\x04','\x41','\x10','\x04','\xe1','\xf0','\xa5','\x4d','\x7f','\x29','\x8a','\xa2','\xf9','\x20','\x54','\xad','\x35','\x8a','\xa2','\x68','\x54','\x70','\x36','\xb3','\x02','\xf4','\xa0','\x07','\x3d','\x08','\xe9','\x28','\x6c','\xe7','\xb7','\xd2','\x1b','\xe1','\xcb','\x5f','\xfe','\x32','\x6e','\xbc','\xf1','\x46','\xfc','\xc1','\xe5','\x7f','\x84','\x95','\xde','\x08','\x47','\x1c','\x9a','\x0f','\x6e','\x30','\x07','\x80','\xbf','\xfd','\xe8','\x35','\xd8','\xb7','\xfd','\x10','\x8e','\xdd','\x77','\x04','\xbe','\xff','\xbb','\x47','\x61','\x61','\x79','\xa6','\x16','\x26','\x1b','\xa5','\xf8','\x9d','\x3f','\xfd','\x5d','\x1c','\x98','\x5f','\xc6','\xc2','\xf2','\x0c','\xe6','\x06','\xfd','\x4e','\xf9','\xa4','\x43','\x2f','\x3f','\xfc','\xc1','\xeb','\xf0','\xbb','\xcf','\x7e','\x15','\x8e','\xba','\x7f','\x7b','\x30','\xdc','\x8e','\xfb','\xe7','\x71','\xf3','\xcd','\x37','\xe3','\xca','\x2b','\xaf','\x0c','\x9a','\xbf','\x01','\x46','\x10','\xbc','\xed','\xb6','\xdb','\xf0','\x6b','\x2f','\xbe','\x08','\x73','\x2b','\x26','\xfd','\x85','\xe5','\x19','\x5c','\x74','\xd6','\x4b','\x70','\xdd','\x35','\x7f','\x87','\x17','\xbd','\xe8','\x45','\xf8','\xfa','\xd7','\xbf','\x3e','\x51','\x3e','\x6f','\xbe','\xf9','\x66','\x2c','\x2e','\x2c','\x63','\x69','\x66','\xd8','\x58','\x56','\x1f','\xfa','\xc8','\xb5','\xb8','\xeb','\xe8','\xfb','\xb0','\xd4','\x1f','\x60','\xe7','\xa1','\x79','\x7c','\xdf','\xdd','\xbb','\xf0','\xd0','\xff','\xda','\x8d','\x87','\xfe','\xd7','\x6e','\x1c','\x7d','\xef','\x8e','\xda','\x73','\xf7','\x2d','\x2c','\xe2','\xd2','\xcb','\xdf','\x82','\xbd','\x7b','\xeb','\xab','\x05','\x9c','\x0f','\x7e','\xf0','\x83','\x78','\xfd','\x55','\xff','\xdb','\x2a','\x88','\xbd','\x3c','\xc5','\x4f','\x7c','\xff','\x49','\xf8','\x95','\x5f','\xf9','\x15','\x67','\xff','\xd5','\x99','\x67','\x9e','\x89','\xd7','\xfd','\xf1','\x6b','\xb1','\xeb','\xfe','\x6d','\x9d','\xde','\x6b','\xab','\xd1','\xa5','\x5e','\x73','\x6e','\xb9','\xe5','\x16','\x5c','\xfc','\xce','\x3f','\x73','\xf6','\x0d','\xcd','\x0c','\x33','\xfc','\xdc','\xf1','\x67','\xe2','\x2f','\xdf','\xfa','\x2e','\xdc','\x76','\xdb','\x6d','\xb8','\xed','\xb6','\xdb','\xf0','\x37','\x7f','\xf9','\x7e','\xfc','\xc6','\x19','\x2f','\xab','\xd5','\xed','\xd0','\xf7','\x39','\xf5','\xd4','\x53','\xf1','\x3b','\xcf','\x7b','\x95','\xfd','\xae','\x0f','\xfd','\xaf','\xdd','\xd8','\xb1','\x38','\xe7','\x3c','\x37','\x37','\xe8','\x3b','\xf7','\xe9','\xbf','\xdf','\x7e','\xfe','\x2b','\xed','\xea','\xcf','\x5a','\xe4','\x4d','\x10','\x04','\x41','\x10','\x84','\xc3','\x97','\xb6','\x33','\x4a','\x63','\xfe','\x0d','\xac','\x02','\x94','\x65','\x59','\xa3','\x13','\x04','\x00','\x18','\x0c','\x06','\x9b','\xe2','\x20','\xd4','\x10','\xc7','\x1c','\x73','\x0c','\xb2','\x3c','\x7c','\x12','\xec','\x28','\xcd','\xf1','\x8d','\x6f','\x7c','\x03','\xa7','\x9d','\x76','\x1a','\xfe','\xd7','\x4b','\xff','\x08','\xbf','\x71','\xc6','\xcb','\x70','\xc9','\x6f','\xbd','\x11','\xc7','\x7e','\x6f','\x67','\xf0','\xac','\x95','\xbd','\x47','\x1e','\xc0','\xae','\x03','\x0b','\x78','\xe5','\x0b','\x5f','\x81','\xab','\xff','\xea','\x7d','\xf8','\x8d','\x33','\x5e','\xe6','\x28','\x2a','\x47','\xdd','\xbf','\x1d','\xbf','\xf1','\xd2','\x5f','\xc7','\xc5','\xaf','\x7e','\x03','\x7e','\x76','\xf7','\xc9','\xb8','\xe4','\xb7','\xde','\x88','\x9f','\x3b','\xfe','\xcc','\xe0','\xe1','\x95','\x31','\x48','\x11','\xba','\xe0','\x94','\x9f','\x0f','\x2a','\x25','\x45','\xa2','\x3b','\xef','\x77','\xf8','\xd2','\x97','\xbe','\x84','\x95','\x9e','\x39','\xc4','\x76','\xe7','\xfe','\x05','\x9c','\x7d','\xf6','\xd9','\x38','\xee','\xb8','\xe3','\x00','\x00','\x27','\x9c','\x70','\xc2','\x44','\xf9','\x3c','\xf5','\xd4','\x53','\x71','\xc9','\x6f','\xbd','\x11','\x2f','\x78','\xd2','\x73','\x6c','\x59','\xd5','\xf2','\xa8','\x0a','\xec','\x3d','\x72','\x3f','\x92','\x42','\xe1','\xfb','\xee','\xde','\x85','\xdf','\x7d','\xee','\x6f','\xe1','\xef','\x6f','\xb8','\xd9','\x0a','\xb2','\x97','\xfc','\xc1','\x1b','\xb1','\xfb','\xde','\xba','\x82','\x77','\x68','\xc1','\x38','\x34','\x88','\x41','\x82','\x32','\x5f','\xc9','\x59','\x58','\x9e','\xc1','\x59','\x67','\x9d','\x15','\x34','\x7f','\x3a','\xf3','\xcc','\x33','\xf1','\xf3','\x3f','\xfb','\x73','\xb5','\x72','\xdc','\xb1','\x38','\x57','\x13','\xc8','\x5f','\xf1','\xe2','\xff','\xbe','\x65','\x56','\x7f','\x80','\x6e','\xf5','\x9a','\xf3','\xfe','\xf7','\xbf','\x1f','\xfb','\xb7','\xb9','\x2b','\x60','\xdb','\x16','\xe7','\xf0','\xcc','\x67','\x3e','\xd3','\xd9','\x7b','\x75','\xfc','\xf1','\xc7','\xe3','\xec','\xb3','\xcf','\xc6','\xce','\xfd','\x0b','\xb5','\x78','\x97','\xe6','\x56','\xf0','\xd9','\xcf','\x7e','\xd6','\xfe','\x3d','\x3b','\x3b','\x6b','\x95','\xed','\xdb','\x6e','\xbb','\x0d','\x2f','\x7f','\xf9','\xcb','\x83','\xf9','\x39','\xfb','\xec','\xb3','\x6d','\x18','\xfa','\x8f','\xaf','\xd6','\xac','\x45','\xde','\x04','\x41','\x10','\x04','\x41','\x38','\x7c','\x49','\xd3','\x34','\xb8','\xc2','\x43','\xb4','\x7a','\x81','\x4b','\x92','\x04','\x49','\x92','\x34','\xee','\xf1','\x19','\x0e','\x87','\xab','\xcc','\xe6','\xda','\xb1','\xb0','\xb0','\x80','\xa4','\x08','\x17','\x40','\x91','\x68','\xdc','\x7b','\xef','\xbd','\xd8','\xb5','\x6b','\x17','\x9e','\xfd','\xec','\x67','\xdb','\xeb','\x9f','\xfb','\xdc','\xe7','\x70','\xc5','\x3f','\x5e','\xe5','\x9c','\x64','\xbf','\xd4','\x1f','\x60','\x6e','\xd0','\xc7','\x85','\x3f','\x7d','\xbe','\xdd','\x74','\x7d','\xfc','\xf1','\xc7','\x63','\xe7','\xce','\x9d','\x76','\x6f','\x09','\xdf','\x47','\x42','\xab','\x33','\x07','\x0f','\x1e','\xc4','\xf5','\x5f','\xfa','\x28','\x56','\x7a','\xdd','\x4c','\xcc','\x88','\xf3','\xce','\x3b','\x0f','\x1f','\xf8','\xd8','\xdf','\x62','\x69','\x97','\x6b','\x3e','\xd6','\xb4','\xbf','\x83','\x73','\xc7','\x1d','\x77','\xe0','\xe6','\xff','\xfb','\x71','\xac','\xec','\x1a','\x61','\x61','\x79','\x06','\xcf','\xbb','\xe0','\x97','\x6a','\x1e','\xea','\xce','\x3c','\xf3','\xcc','\xb1','\xf3','\x39','\x3b','\x3b','\x8b','\x73','\xce','\x39','\x07','\xe7','\x9c','\x73','\x0e','\x00','\xe0','\xa3','\x1f','\xfd','\x28','\x3e','\xf0','\xe5','\xeb','\x9c','\xe7','\x56','\x7a','\x23','\xcc','\x0d','\xfa','\xf8','\xb9','\xe3','\xcf','\xc4','\xf9','\xe7','\x9f','\x8f','\xa7','\x3c','\xe5','\x29','\xb5','\x74','\x6f','\xb8','\xe1','\x86','\xda','\x73','\x4b','\xfd','\x01','\x3e','\xf3','\x99','\xcf','\x38','\xdf','\x82','\x13','\x12','\x94','\x7b','\x83','\x0c','\x3f','\xf8','\x83','\x3f','\x18','\xcd','\xef','\x8f','\xff','\xf8','\x8f','\xe3','\x7d','\x9f','\x7c','\xbf','\xf3','\x2d','\xf7','\xcf','\x2f','\x61','\xfb','\xc1','\xb9','\x55','\x3b','\x23','\xd8','\x48','\xba','\xd4','\x6b','\x62','\xef','\xde','\xbd','\xf8','\xe4','\x3f','\xde','\x82','\x95','\x63','\xba','\xd5','\xc1','\xe3','\x8f','\x3f','\x1e','\x8f','\x7d','\xd4','\x8f','\xe0','\xee','\xbd','\x9f','\x76','\x9c','\x1a','\x8c','\xd2','\x02','\xdf','\xf9','\xce','\x77','\x56','\x97','\x71','\x8f','\xcd','\x9c','\x37','\x41','\x10','\x04','\x41','\x10','\xb6','\x26','\x49','\x92','\x34','\x1e','\xd3','\x13','\xb3','\x6e','\x4b','\x78','\x80','\x36','\x13','\xb8','\x36','\x05','\x69','\xab','\x71','\xdc','\x71','\xc7','\xa1','\x17','\x30','\x2f','\xda','\x75','\xdf','\x36','\x9c','\x77','\xde','\x79','\xce','\x0a','\x0c','\x9f','\x01','\x0f','\xed','\x41','\xd8','\xb6','\x6d','\x1b','\x92','\xc0','\x6a','\x52','\x1b','\x4f','\x78','\xc2','\x13','\xf0','\xf8','\x47','\x3e','\xae','\x66','\x2a','\x76','\x70','\x61','\x19','\xd7','\x5e','\x7b','\x6d','\xeb','\xf3','\x9f','\xfe','\xf4','\xa7','\xb1','\x34','\x6b','\x84','\xfe','\x6d','\x8b','\xb3','\x51','\x73','\xb9','\xd5','\xe6','\x73','\xe7','\xce','\x9d','\x48','\xb4','\x2b','\x88','\xf7','\xf2','\x14','\x4f','\x3d','\xf6','\x27','\xf0','\xfc','\xe7','\x3f','\xbf','\xa6','\xfc','\x10','\x4f','\x7e','\xf2','\x93','\x6b','\x2b','\x33','\xa3','\x34','\xc7','\x57','\xbf','\xfa','\xd5','\x60','\xf8','\x6f','\x7c','\xe3','\x1b','\xf8','\xf8','\xe7','\x3e','\x51','\x53','\xd0','\xb2','\x3c','\xa9','\x79','\xf0','\xe0','\x3c','\xf6','\xb1','\x8f','\xc5','\xcc','\x4a','\x7d','\x05','\xf3','\x70','\x5a','\x31','\x38','\x74','\xe8','\x10','\x8a','\x64','\xbc','\x15','\xda','\x87','\x3f','\xfc','\xe1','\xc8','\x22','\xe6','\x8d','\xd3','\x64','\x33','\xe7','\x4d','\x10','\x04','\x41','\x10','\x84','\xad','\x49','\xdb','\x39','\x40','\xc3','\xe1','\x30','\xe8','\x04','\xc1','\x51','\x80','\x46','\xa3','\x51','\x63','\x24','\xbd','\x5e','\x6f','\x53','\x1e','\x86','\x3a','\x4d','\xe6','\x06','\x7d','\x3c','\xe3','\xf4','\x73','\xc7','\x76','\xd5','\xbc','\x6d','\xdb','\x36','\xa8','\xc8','\x4c','\x7d','\x1b','\xcf','\x79','\xce','\x73','\xb0','\xe3','\xa0','\xeb','\xca','\x78','\xa9','\x3f','\xc0','\x87','\x3e','\x72','\x6d','\xe3','\x7e','\x87','\xc5','\xc5','\x45','\x5c','\x76','\xf9','\x5b','\x71','\x68','\x76','\x19','\xbd','\x3c','\xc5','\xe3','\x1f','\xf9','\xb8','\xd6','\x73','\x61','\x26','\xcd','\x67','\x48','\x59','\xcc','\xf2','\x14','\x0f','\x7f','\xf8','\xc3','\x1b','\xcb','\x2a','\xb4','\x87','\x25','\x4f','\xb4','\x3d','\x23','\xc8','\xe7','\xeb','\x5f','\xff','\x3a','\x06','\xbd','\x40','\x45','\x2d','\x12','\x2c','\x2c','\xd4','\x4d','\xa2','\x88','\x87','\x3d','\xec','\x61','\x76','\x13','\x3d','\x27','\xb4','\x4f','\xe6','\x81','\xca','\xd1','\x47','\x1f','\x8d','\x74','\x94','\xd6','\xcc','\x3a','\xfb','\xc3','\x14','\x8f','\x78','\xc4','\x23','\x82','\xcf','\x1c','\x71','\xc4','\x11','\x35','\x85','\x78','\x98','\xe5','\xf8','\xe6','\x37','\xbf','\x79','\xd8','\xe4','\x4d','\x10','\x04','\x41','\x10','\x84','\xad','\x09','\x2d','\xe0','\x34','\xdd','\x0f','\xe9','\x2e','\x8e','\x13','\x84','\x36','\xd2','\x34','\xdd','\xb4','\x7b','\x80','\xb6','\x32','\x4f','\x7d','\xea','\x53','\x31','\xb7','\xd4','\xaf','\x09','\x87','\x6d','\x7b','\x65','\xc8','\x51','\x41','\x9e','\x68','\x6c','\x5f','\x9c','\xc5','\x05','\x17','\x5c','\xb0','\xd6','\x59','\x1d','\x9b','\xd8','\x8a','\x53','\x91','\x68','\x2c','\x2e','\xd6','\xbd','\xb5','\x1d','\x3c','\x78','\x10','\x7a','\xcc','\x95','\x02','\xe2','\x31','\x8f','\x79','\x4c','\x6d','\x25','\xad','\x48','\x34','\xee','\xbf','\xff','\xfe','\x89','\xe2','\xdb','\x6a','\xcc','\xcf','\xcf','\xe3','\xf7','\x7e','\xfb','\x77','\xb1','\x8b','\xed','\x57','\xdb','\x79','\x68','\x3e','\xba','\xef','\xe9','\xd6','\x5b','\x6f','\x05','\x00','\xa4','\x13','\x2a','\xee','\x0f','\x94','\xbc','\x09','\x82','\x20','\x08','\x82','\xb0','\x35','\x69','\xf3','\x02','\xd7','\xef','\xf7','\x83','\xba','\x8b','\x9d','\x32','\x4f','\xd3','\xb4','\x75','\x75','\x67','\x30','\x18','\x6c','\x5a','\x2f','\x70','\x4d','\x26','\x36','\xb4','\x52','\xb1','\x59','\x99','\x9f','\x9f','\xc7','\xff','\xf7','\xaa','\xdf','\xc1','\x1f','\x5c','\xfe','\x47','\xce','\xc6','\xff','\x03','\x73','\x4b','\x78','\xdd','\xc5','\xaf','\xc7','\x33','\x9e','\xf1','\x8c','\xe0','\x61','\x97','\x57','\x5f','\x7d','\x35','\x0e','\xcc','\x2f','\x9b','\x38','\x0e','\xcd','\xe2','\x69','\x4f','\x7b','\xda','\xba','\xe5','\xb9','\x2b','\x0b','\x0b','\x0b','\x48','\x74','\xbd','\xce','\xe8','\x52','\x01','\x8a','\x1d','\xe2','\xe9','\x33','\xca','\x72','\xdc','\x7d','\xf7','\xdd','\x5b','\x76','\x2f','\xcf','\xa4','\x8c','\x5b','\xaf','\x2f','\xb8','\xe0','\x02','\x1c','\x38','\x70','\xc0','\xd9','\xaf','\xf6','\xcc','\x67','\x3e','\xd3','\xde','\xf7','\xcf','\x76','\x5a','\x9c','\x5b','\xc1','\xa1','\xf9','\xba','\x8b','\xed','\xb5','\x60','\x33','\xe7','\x4d','\x10','\x04','\x41','\x10','\x84','\xad','\x47','\x93','\xfe','\xa2','\x94','\x8a','\xde','\xcf','\xfc','\x40','\x31','\xc8','\x4d','\xf6','\x66','\x5d','\x01','\xba','\xfb','\xee','\xbb','\x31','\x4a','\xc3','\x79','\xeb','\x8d','\x52','\xeb','\x15','\x6d','\xb3','\x72','\xea','\xa9','\xa7','\xe2','\xb5','\x97','\xbc','\xce','\x51','\x80','\xf2','\x44','\x63','\x69','\x6e','\x80','\x4f','\x7c','\xe2','\x13','\xb5','\xbd','\x3d','\x77','\xdc','\x71','\x07','\xbe','\xf0','\xb5','\xff','\x87','\xe1','\xae','\x1c','\x3b','\x16','\xe7','\x70','\xd1','\x4b','\x7f','\xb5','\xb3','\x32','\xb1','\x99','\x89','\xb9','\x7d','\x1e','\xf6','\x46','\xf8','\xda','\xd7','\xbe','\xd6','\x6a','\xe2','\xe7','\x33','\x33','\xcc','\xc6','\x7e','\x66','\x33','\x31','\x49','\xbd','\x7e','\xd1','\x8b','\x5e','\x54','\xdb','\xa7','\x46','\x87','\xca','\x5e','\x76','\xf9','\x5b','\x3b','\x9d','\xed','\xb4','\x56','\x6c','\xe6','\xbc','\x09','\x82','\x20','\x08','\x82','\xb0','\xb5','\x68','\xf3','\x02','\x57','\x14','\x45','\xd0','\xca','\xcd','\x51','\x80','\x9a','\x94','\x1b','\xf2','\x12','\xb7','\x59','\x57','\x80','\xbe','\xfb','\xdd','\xef','\x22','\xcf','\xea','\x7b','\x47','\x00','\xb3','\x81','\xfe','\xc1','\x0f','\x7e','\xf0','\x3a','\xe7','\x68','\x3c','\x76','\xef','\xde','\x8d','\x67','\x9c','\x7e','\x6e','\xcd','\x2b','\xdd','\xfe','\x6d','\x8b','\xb8','\xea','\xaa','\xab','\x6a','\x0a','\xd0','\xf5','\xd7','\x5f','\x8f','\x83','\xe5','\xea','\xcf','\xdc','\x72','\x1f','\x27','\x9f','\x7c','\xf2','\xba','\xe6','\x77','\xad','\x78','\xcc','\x63','\x1e','\x13','\x74','\x66','\x40','\x7b','\x79','\xc8','\x2b','\x5d','\x88','\xdb','\x6f','\xbf','\x1d','\xc3','\x87','\xb8','\x75','\xa0','\xcd','\x7b','\xdc','\x66','\x67','\xb5','\xf5','\x9a','\x94','\x0b','\x7b','\xf0','\xee','\x83','\xaa','\x83','\x77','\xe7','\x06','\x7d','\xcc','\x2f','\xcd','\x60','\xd8','\x1b','\x45','\x0f','\xe4','\x5d','\x4b','\x36','\x73','\xde','\x04','\x41','\x10','\x04','\x41','\xd8','\xfc','\x34','\x39','\x70','\xd3','\x5a','\x63','\x38','\x1c','\x06','\xf5','\x1b','\xab','\x32','\x0d','\x87','\x43','\x8c','\x46','\xa3','\xc6','\x48','\x36','\xb3','\x02','\xf4','\xe5','\x2f','\x7f','\x39','\xea','\xda','\x79','\x66','\xa5','\x87','\xc7','\x3e','\xf6','\xb1','\xeb','\x9c','\xa3','\xf1','\x39','\xf7','\xdc','\x73','\xb1','\xed','\x90','\x7b','\xf6','\xcf','\x30','\xcd','\xf1','\x85','\xaf','\xfd','\x3f','\xdc','\x71','\xc7','\x1d','\xf6','\xda','\xe2','\xe2','\x22','\xde','\xf3','\xde','\x2b','\x71','\x68','\x76','\xa5','\xb3','\xf3','\x83','\xad','\xc2','\xfc','\xfc','\x3c','\x2e','\x7a','\xe9','\xaf','\xd6','\x0e','\xda','\x5c','\xee','\x0f','\xf0','\x9e','\xf7','\x5e','\x19','\xdc','\x37','\x04','\x18','\xef','\x71','\xc3','\xbe','\xfb','\xfd','\x67','\x86','\x19','\x4e','\x7d','\xc2','\xcf','\xb4','\xba','\x12','\xdf','\xcc','\xac','\xa6','\x5e','\xef','\xd9','\xb3','\x07','\x67','\x3d','\xf3','\x6c','\xbc','\xf6','\xbd','\x17','\xe3','\xdb','\xc7','\xec','\xb3','\x8a','\xc4','\x8e','\xc5','\x39','\x3c','\x78','\xef','\x4e','\xbc','\xe0','\x49','\xcf','\xc1','\xab','\x9e','\xf7','\x8a','\xb5','\xc8','\x76','\x2b','\x9b','\x39','\x6f','\x82','\x20','\x08','\x82','\x20','\x6c','\x0d','\xc8','\x42','\x2d','\x44','\xd3','\xe2','\x8e','\xe3','\x04','\xa1','\xcd','\x95','\x5c','\x96','\x75','\x3f','\xe8','\x73','\x3d','\xe1','\x0a','\x81','\x4f','\x2f','\x4f','\xf1','\xb8','\x1f','\xfa','\xd1','\x2d','\x71','\xf8','\xe5','\x49','\x27','\x9d','\x84','\x1f','\x7b','\xc4','\x89','\x75','\x97','\xd8','\xf3','\xcb','\xb8','\xfe','\xfa','\xeb','\xed','\xdf','\xe4','\xfc','\x00','\xc0','\xa6','\x75','\x7e','\xb0','\x1a','\xce','\x38','\xe3','\x0c','\x6c','\x3f','\x38','\xe7','\x38','\x85','\xc8','\x13','\x8d','\xc5','\x85','\x65','\x5c','\x75','\xd5','\x55','\xc1','\x67','\x6e','\xbc','\xf1','\xc6','\xda','\x7e','\x91','\x5d','\xf7','\x6f','\xc3','\xf9','\xe7','\x9f','\xbf','\xa6','\x79','\x5d','\x4b','\x26','\xad','\xd7','\x77','\xde','\x79','\x27','\x2e','\xbe','\xf8','\x62','\xbc','\xe1','\x5d','\x97','\x38','\xca','\xc5','\xdc','\xa0','\x6f','\x0e','\xac','\x7d','\xf6','\xab','\xf0','\xe1','\xbf','\xbe','\x0e','\xaf','\x79','\xcd','\x6b','\xd6','\xfc','\x1d','\xb6','\x52','\xde','\x04','\x41','\x10','\x04','\x41','\xd8','\x5a','\xe4','\x79','\x1e','\x74','\x73','\x0d','\x18','\xdd','\xa6','\xd7','\xeb','\x35','\x9f','\x03','\x94','\x65','\x59','\xab','\x82','\x33','\x1c','\x0e','\x37','\xe5','\x0a','\xd0','\x27','\x3e','\xf1','\x09','\x2c','\xcd','\x0d','\x82','\xf7','\xb6','\x9a','\x82','\x70','\xc1','\x05','\x17','\x60','\xfb','\xa2','\xbb','\x0a','\x74','\x68','\x76','\x05','\xef','\xbe','\xfa','\x3d','\xd6','\x25','\x36','\x39','\x3f','\x48','\x0b','\xb5','\x69','\x9d','\x1f','\xac','\x86','\xe3','\x8e','\x3b','\x0e','\xbf','\xff','\xaa','\xdf','\xc3','\xee','\xfb','\x76','\x38','\xd7','\xf7','\x6d','\x3f','\x84','\x37','\xfd','\xc5','\x9b','\xb1','\x67','\xcf','\x1e','\x2c','\x2f','\x1b','\x05','\x70','\x79','\x79','\x19','\x7b','\xf6','\xec','\xc1','\x9b','\xae','\xb8','\xd4','\x31','\x95','\x3a','\x76','\xdf','\x11','\x78','\xc5','\x8b','\xff','\x7b','\xf4','\x7c','\xa2','\xad','\xc0','\x24','\xf5','\xfa','\xce','\x3b','\xef','\xc4','\x75','\xd7','\x5d','\x87','\x4b','\x6f','\x78','\x3b','\xee','\x39','\xe2','\x80','\xbd','\xbe','\xeb','\xc0','\x02','\x5e','\xf0','\xa4','\xe7','\xe0','\x8a','\xb7','\xbf','\x13','\x2f','\x79','\xc9','\x4b','\x36','\x64','\x42','\x60','\x33','\xe7','\x4d','\x10','\x04','\x41','\x10','\x84','\xad','\x47','\x92','\x24','\x51','\xfd','\x45','\x29','\x15','\xbd','\xd7','\xd9','\x09','\x02','\x60','\xec','\xec','\x62','\x5a','\xd6','\x46','\xb1','\xbc','\x6c','\x56','\x05','\xf6','\x6f','\xab','\x9b','\x46','\x6d','\x45','\x05','\xe1','\x69','\x4f','\x7b','\x1a','\xe6','\xff','\x68','\x16','\xfb','\xb6','\x1f','\x72','\xae','\x2f','\xcd','\xad','\xe0','\xe6','\x9b','\x6f','\xc6','\x23','\x1e','\xf1','\x08','\xfc','\xdf','\xaf','\xdf','\x86','\xe1','\x91','\x0f','\x2c','\xe7','\x07','\x3e','\xe4','\x31','\xec','\x4d','\x7f','\xf1','\x66','\xec','\x3b','\xe2','\xa0','\x35','\x03','\xfb','\xce','\xee','\xfb','\xf0','\xfa','\x77','\x5f','\x6c','\x3d','\x89','\x01','\xc0','\xc1','\xed','\x4b','\xd8','\xb7','\xcb','\x94','\xd7','\xdc','\xa0','\x8f','\x9d','\xfb','\x8d','\x7b','\xe5','\xd0','\x81','\xb5','\x5b','\x85','\x49','\xeb','\x35','\x29','\x18','\x7c','\xd5','\x68','\xd7','\x81','\x05','\xfc','\xce','\xf3','\x5e','\x85','\xe7','\x3e','\xf7','\xb9','\xce','\xe1','\xbe','\xeb','\xcd','\x66','\xce','\x9b','\x20','\x08','\x82','\x20','\x08','\x5b','\x8f','\x26','\x27','\x08','\x5a','\x6b','\xe4','\x79','\x1e','\x5c','\xbc','\xc9','\x78','\xa0','\x26','\xf3','\xb7','\x2e','\xe7','\x04','\x6d','\x04','\x1f','\xfa','\xd0','\x87','\xf0','\x4f','\xff','\xf9','\x7f','\x31','\xdc','\x5e','\x57','\xcc','\x8e','\x38','\x64','\xce','\x1e','\xd9','\x4a','\x0a','\x02','\xed','\x81','\x79','\xed','\x7b','\x2f','\x76','\x56','\x34','\xee','\x5f','\x58','\xc4','\x15','\x57','\x5c','\x81','\x93','\x4e','\x3a','\x09','\x07','\x17','\x1e','\x78','\xce','\x0f','\x42','\x90','\x02','\x73','\xc9','\x3b','\xde','\x84','\xbd','\x3b','\xf7','\x63','\x61','\x79','\x16','\x4b','\x33','\x03','\xec','\xdb','\x7e','\xc8','\x51','\x10','\x7b','\x79','\x8a','\x5d','\x07','\x16','\xd0','\x1b','\x66','\xf8','\xf9','\x9f','\xfd','\x39','\x9c','\x77','\xde','\x79','\x63','\x1f','\x64','\xbb','\xd9','\x98','\xa4','\x5e','\x7f','\xfc','\xe3','\x1f','\xc7','\x9f','\x5f','\xf3','\x4e','\x1c','\x3a','\xa2','\x52','\x30','\x7a','\x79','\x8a','\x27','\x3e','\xf4','\xc7','\x36','\x5c','\xc1','\xd8','\xcc','\x79','\x13','\x04','\x41','\x10','\x04','\x61','\x6b','\xd2','\xa4','\x9f','\x28','\xa5','\x30','\x1a','\x8d','\x82','\xe7','\x04','\x59','\x05','\xa8','\x28','\x0a','\x0c','\x87','\xc3','\xc6','\x48','\xb2','\x2c','\x6b','\x5d','\x25','\x5a','\x4f','\xae','\xbf','\xfe','\x7a','\xfc','\xc9','\xc5','\x7f','\x8a','\xfb','\x77','\xd7','\x67','\xc9','\x49','\xb8','\x7a','\xc6','\x33','\x9e','\xb1','\x01','\x39','\x5b','\x1d','\x27','\x9f','\x7c','\x32','\xe6','\x3c','\x93','\xae','\x3c','\xd1','\xf8','\xfa','\xfd','\xff','\x89','\xff','\xfa','\xc8','\x77','\xb0','\x74','\xcc','\x00','\x33','\xc3','\x0c','\x4f','\xfb','\xb1','\x53','\x1e','\x30','\xce','\x0f','\x42','\xec','\xd9','\xb3','\x07','\x6f','\x78','\xd7','\x25','\xb8','\x67','\xd7','\x01','\xec','\x3a','\xb0','\x80','\xdf','\x7a','\xee','\x2b','\x71','\xcb','\x2d','\xb7','\xe0','\xf6','\xdb','\x6f','\x77','\xc2','\x3d','\xe6','\x31','\x8f','\xc1','\x05','\x17','\x5c','\x80','\x47','\x3e','\xf2','\x91','\x0f','\x88','\xf2','\x98','\xb4','\x5e','\x7f','\xf0','\x83','\x1f','\xc4','\x41','\xcf','\x63','\xda','\xc2','\xf2','\x0c','\xce','\x3a','\xeb','\xac','\x0d','\x57','\x30','\x36','\x73','\xde','\x04','\x41','\x10','\x04','\x41','\xd8','\x9a','\x68','\xad','\xa3','\x07','\xa1','\x92','\x0b','\xec','\xc6','\x73','\x80','\xda','\x56','\x80','\x00','\x63','\x67','\xb7','\x59','\xce','\x01','\xba','\xe5','\x96','\x5b','\xf0','\xbb','\xaf','\xfe','\x3d','\xdc','\x7d','\xf4','\xfd','\xc8','\x13','\x37','\xdf','\x69','\xa1','\xb0','\xfb','\xde','\xed','\x78','\xce','\x6f','\x3c','\x67','\x4b','\x0a','\x57','\x27','\x9c','\x70','\x02','\x9e','\xf6','\x63','\xa7','\xe0','\x03','\x5f','\xbe','\xce','\xf1','\x00','\x76','\x70','\x7e','\x09','\xba','\x3c','\x14','\x73','\xdb','\xe2','\x9c','\x73','\x88','\xe4','\x03','\x0d','\xab','\xfc','\x1c','\x71','\xc0','\x0a','\xfd','\xcf','\x7b','\xde','\xf3','\xf0','\x92','\x97','\xbc','\x64','\xa3','\xb3','\xb6','\xa6','\x4c','\x5a','\xaf','\x17','\x17','\x17','\x71','\xcb','\x67','\x3e','\x85','\x95','\x07','\xb9','\x9d','\x40','\x52','\x28','\x6c','\xdb','\xb6','\x6d','\xcd','\xf3','\xdd','\xc4','\x66','\xce','\x9b','\x20','\x08','\x82','\x20','\x08','\x5b','\x97','\x3c','\xcf','\xa3','\xfa','\x4b','\xd3','\x1e','\x20','\x6b','\x34','\x97','\xa6','\x69','\xab','\x13','\x84','\x26','\x37','\xd9','\xeb','\xc9','\xd5','\x57','\x5f','\x8d','\x5f','\xfb','\x1f','\xbf','\x8e','\xef','\x1d','\x75','\x3f','\x86','\x69','\xdd','\x44','\x68','\xf7','\x7d','\x3b','\xf0','\xea','\x57','\xfe','\x41','\xed','\xec','\x9c','\xad','\xc4','\x33','\x9f','\xf9','\x4c','\x6c','\xf3','\x5c','\x41','\xaf','\xf4','\x46','\xd8','\xb7','\xfd','\x10','\xd2','\x42','\x61','\x6e','\xa9','\x8f','\x27','\x3e','\xf1','\x89','\x1b','\x94','\xbb','\xb5','\xe5','\xf3','\x9f','\xff','\x3c','\xde','\xf4','\x17','\x6f','\xb6','\x1b','\xe5','\x69','\xc3','\xff','\x56','\x54','\x66','\xc7','\x61','\x35','\xf5','\x7a','\x71','\x71','\x11','\x3a','\xd9','\x9c','\x66','\xaa','\x9b','\x39','\x6f','\x82','\x20','\x08','\x82','\x20','\x6c','\x5d','\xe8','\x9c','\xd2','\x18','\x9d','\x9c','\x20','\x34','\x29','\x40','\xb4','\xc4','\xb4','\x91','\x7b','\x81','\xe8','\xe0','\xc4','\x37','\x5d','\x71','\x29','\xf6','\xee','\xde','\x5f','\x9b','\x21','\x07','\x8c','\xf7','\xaf','\x57','\xbe','\xf0','\x15','\x5b','\xca','\xf3','\x5b','\x88','\x27','\x3e','\xf1','\x89','\x98','\x5b','\xea','\x23','\xdd','\xae','\x6a','\xef','\xb9','\x7d','\x69','\x0e','\xff','\xdf','\xab','\x7e','\x67','\x4b','\xed','\x6d','\x1a','\x87','\x6b','\xae','\xb9','\x06','\xf7','\xed','\xa8','\xcc','\xbf','\x0e','\xcc','\x2f','\xe3','\x77','\xfe','\xf4','\x77','\xf1','\x87','\x7f','\xf8','\x87','\x63','\xc5','\xf3','\xf2','\x97','\xbf','\x1c','\xa7','\x9d','\x76','\xda','\xa6','\xf7','\x2a','\xb6','\x96','\xf5','\xfa','\xd0','\xec','\x0a','\x3e','\xfa','\xd1','\x8f','\x06','\x0f','\x90','\xbd','\xfa','\xea','\xab','\xf1','\x7f','\xfe','\xe2','\x32','\xac','\x1c','\x19','\x37','\x7d','\xdd','\xb7','\x6f','\x1f','\x6e','\xbc','\xf1','\x46','\x9c','\x76','\xda','\x69','\xd8','\xb5','\x6b','\x57','\x34','\x5c','\xa1','\x0a','\xdc','\x77','\xdf','\x7d','\xce','\xb5','\xeb','\xaf','\xbf','\x1e','\x57','\x5d','\x75','\x15','\x9e','\xf3','\x9c','\xe7','\x6c','\x68','\xde','\x04','\x41','\x10','\x04','\x41','\x78','\x60','\xd2','\xb4','\x80','\xd3','\x74','\x0e','\x90','\xf3','\xc4','\x5a','\x99','\xc0','\xed','\xdd','\xbb','\x17','\x79','\x16','\x7f','\xee','\xb3','\x9f','\xfd','\x2c','\xb6','\x6d','\xdb','\x86','\x53','\x4e','\x39','\xa5','\x76','\xef','\x1b','\xdf','\xf8','\x06','\xbe','\xf8','\xc5','\x2f','\xe2','\x73','\x9f','\xfb','\x1c','\x3e','\xf4','\x91','\x6b','\xcd','\x89','\xf1','\xbb','\xea','\x27','\xc3','\xcf','\x0c','\x33','\xec','\xba','\x7f','\xdb','\xaa','\xbd','\x7f','\x0d','\xb2','\x21','\x6e','\xbd','\xf5','\xd6','\xb1','\x9f','\x3b','\x78','\xf0','\xa0','\x35','\x4f','\xe3','\x14','\x89','\xc6','\xe2','\xe2','\xe2','\xd8','\xca','\xca','\xfc','\xfc','\x3c','\xfe','\xbf','\x57','\xfd','\x0e','\xfe','\xe0','\xf2','\x3f','\xc2','\x7d','\x0b','\xee','\x5e','\x90','\xb9','\xa5','\x3e','\x9e','\xfc','\xe4','\x27','\x8f','\x9d','\xc7','\xd5','\xe4','\xf3','\x9b','\xdf','\xfc','\x26','\x86','\x99','\xbb','\x2a','\x11','\x12','\x7a','\x7d','\xee','\xba','\xeb','\x2e','\x8c','\xd2','\xee','\x75','\x66','\x71','\x71','\x11','\xd7','\x5e','\xff','\x77','\x58','\x7a','\x50','\xe5','\xfe','\x79','\x98','\xe6','\xb8','\x6b','\xd7','\xfd','\x9d','\xe3','\x20','\x5e','\xfb','\xde','\x8b','\x71','\xe9','\x3b','\xde','\x82','\x57','\xbc','\xf8','\xbf','\xaf','\xc9','\x46','\xfb','\xcd','\x54','\xaf','\x77','\xef','\xde','\x8d','\x87','\x1c','\xf5','\x60','\x7c','\xb7','\xb8','\xd7','\x51','\xa0','\x56','\x7a','\x23','\xdc','\x78','\xdb','\xcd','\xd8','\xb3','\x67','\x8f','\x2d','\x83','\x3b','\xee','\xb8','\x03','\xd7','\x5f','\x7f','\x3d','\xf6','\x7c','\xf0','\x0a','\xec','\xdb','\x7d','\xa0','\xa6','\x70','\xd1','\x77','\xfd','\xfc','\xe7','\x3f','\x8f','\x6b','\xae','\xb9','\x06','\x57','\x7d','\xea','\xaf','\x01','\x00','\xcf','\x7e','\xf6','\xb3','\x01','\x00','\xdb','\xb7','\x6f','\x47','\xa2','\xdd','\x95','\xe0','\x95','\xde','\x08','\xb7','\x7c','\xe6','\x53','\xb8','\xf3','\xce','\x3b','\x71','\xfc','\xf1','\xc7','\x5b','\x13','\xc6','\xfd','\xdb','\x16','\x81','\xab','\xb0','\x6e','\x79','\x13','\x04','\x41','\x10','\x04','\xe1','\xf0','\x41','\x29','\x15','\xd5','\x5f','\xb4','\xd6','\x18','\x0e','\x87','\x41','\x0f','\xd6','\x56','\x01','\xca','\xf3','\x1c','\x83','\xc1','\x20','\x1a','\x91','\x52','\x0a','\xbd','\x5e','\x6f','\xec','\xc3','\x50','\xf7','\xed','\xdb','\x87','\x6b','\xae','\xb9','\x06','\x4b','\x73','\xf5','\xc3','\x1c','\x01','\xe0','\xd0','\xc2','\x32','\x5e','\xf9','\xc6','\xdf','\x82','\x2a','\x12','\x2c','\x1c','\x9a','\xa9','\xdd','\x1f','\xf6','\x47','\x58','\x99','\x19','\x62','\x69','\x66','\x88','\xa5','\x63','\xea','\x67','\xa2','\xa4','\x85','\xc2','\x11','\x87','\xe6','\x71','\xfa','\x8f','\x9e','\x8a','\xf3','\xcf','\x3f','\xbf','\xf3','\xb9','\x2f','\x77','\xde','\x79','\x27','\xbe','\xf4','\xa5','\x2f','\x61','\xa5','\xe7','\xce','\x30','\xe7','\x89','\xc6','\x7f','\xdc','\xfb','\x4d','\x47','\x28','\x6b','\x63','\x79','\x79','\x19','\x5f','\xfe','\xf2','\x97','\x9d','\xfd','\x3a','\xc4','\xca','\xcc','\x10','\x9f','\xf8','\xc4','\x27','\x26','\x32','\xc7','\x3b','\xf5','\xd4','\x53','\xf1','\xda','\x4b','\x5e','\xe7','\x28','\x40','\x73','\x83','\x3e','\x7e','\xee','\xe9','\xe7','\x4d','\xb4','\xaa','\x31','\x69','\x3e','\xef','\xbc','\xf3','\x4e','\xdc','\x7a','\xeb','\xad','\x18','\x64','\x6e','\x59','\x8d','\xd2','\x1c','\xb7','\x7c','\xe6','\x53','\xf8','\xfc','\xe7','\x3f','\x1f','\xf5','\xba','\xf6','\xb5','\xaf','\x7d','\x2d','\xa8','\x70','\x0d','\x7a','\x23','\x7c','\xee','\x73','\x9f','\x8b','\x96','\x4b','\x5a','\xd4','\x57','\xbe','\xc6','\x65','\xff','\xfc','\x12','\xf6','\xcf','\x2f','\xe1','\xf5','\xef','\xbe','\x18','\x00','\xa6','\xaa','\x04','\x6d','\xc6','\x7a','\xfd','\xcc','\x67','\x3e','\x13','\x5f','\x7e','\xef','\xd7','\x1d','\xe7','\x19','\x00','\x70','\xcf','\x11','\x07','\x1c','\xd7','\xe1','\x2b','\xb3','\x43','\x1c','\x9c','\x5f','\xc6','\xa1','\x23','\x57','\xb0','\xb0','\x6c','\xf2','\xc6','\x5d','\x53','\xaf','\xf4','\x46','\xf8','\xe4','\x3f','\xde','\x82','\x5b','\x3e','\xf3','\x29','\xdc','\xb3','\xeb','\x00','\xd0','\x03','\xee','\xb8','\xe3','\x0e','\x7b','\x7f','\xdb','\xb6','\x6d','\x48','\x8a','\xba','\x29','\xec','\xbd','\x3b','\x0f','\x5a','\x45','\xe4','\xd0','\xc2','\x0a','\xee','\x39','\xe2','\x00','\x8e','\xba','\xdf','\xec','\x59','\xfa','\xd6','\xb7','\xbe','\xb5','\x2e','\x79','\x13','\x04','\x41','\x10','\x04','\xe1','\xf0','\x21','\xcf','\xf3','\xa8','\x13','\x04','\xad','\x35','\x8a','\xa2','\x08','\x9a','\xc8','\x29','\x5d','\x6a','\x3b','\xb7','\xdf','\x7e','\x3b','\x4e','\x3b','\xed','\x34','\x7c','\xfb','\xdb','\xdf','\x0e','\x46','\x92','\x24','\x09','\xce','\x3d','\xf7','\x5c','\x5c','\x7e','\xf9','\xe5','\x38','\xe6','\x98','\x63','\x1a','\x33','\xb3','\x67','\xcf','\x1e','\xe7','\x9c','\x96','\xfd','\x47','\x2c','\xd6','\x56','\x31','\x56','\xcb','\xdc','\xa0','\x8f','\xb9','\x95','\x1e','\x1e','\x39','\xff','\x03','\x78','\xc1','\x0b','\x5e','\x80','\x67','\x3c','\xe3','\x19','\x9d','\x84','\x5b','\xca','\x5b','\x9e','\x15','\xb8','\x6f','\xc7','\x21','\x47','\xb8','\xe2','\xec','\x3a','\xb0','\x80','\x6d','\x07','\xcc','\x1e','\x9c','\x8b','\x2e','\xba','\x28','\x38','\xfb','\xce','\xdf','\xf3','\xe0','\xf6','\xa5','\xda','\xd9','\x3d','\x40','\xe9','\xa2','\xf9','\xfe','\x6d','\x98','\x59','\xee','\xe1','\xe5','\x2f','\x7f','\x39','\xce','\x38','\xe3','\x0c','\x1c','\x77','\xdc','\x71','\x9d','\xdf','\xf3','\xe2','\x8b','\x2f','\x76','\xce','\x4e','\x39','\xea','\xfe','\xed','\xb8','\xfc','\x35','\x97','\x05','\x57','\x15','\x62','\x4c','\x9a','\xcf','\x1b','\x6f','\xbc','\x11','\x97','\x5d','\x76','\x19','\x8a','\x44','\xe3','\xde','\x9d','\x07','\x83','\x65','\x35','\x37','\xe8','\x63','\xd7','\x7d','\xdb','\x90','\x8e','\x12','\x9c','\x7d','\xf6','\xd9','\x38','\xef','\xbc','\xf3','\x70','\xdb','\x6d','\xb7','\xd9','\xf4','\x48','\x10','\x6e','\x4a','\x8f','\x9e','\x23','\x25','\xea','\xea','\xab','\xaf','\xc6','\xab','\xdf','\xf2','\xc7','\xc1','\xe7','\x26','\x65','\xd7','\x81','\x05','\xfc','\xaf','\x8b','\xfe','\x78','\x55','\xa6','\x91','\x9b','\xb9','\x5e','\x03','\x66','\x95','\xee','\xac','\x67','\x9e','\x8d','\xef','\xee','\xbe','\xb7','\x93','\xf2','\xb8','\xeb','\xc0','\x02','\x5e','\x7a','\xee','\x8b','\xf0','\xb6','\xeb','\xfe','\x22','\xfa','\x1e','\x33','\xc3','\x0c','\x47','\xdf','\x73','\x04','\xde','\xf9','\xe7','\xef','\xb0','\xdf','\x67','\x71','\x71','\x11','\x3f','\xf1','\x53','\x4f','\xc6','\x77','\x8e','\xd9','\xd7','\x98','\xce','\xdc','\xa0','\x8f','\x17','\x3c','\xe9','\x39','\x78','\xcd','\x6b','\x5e','\xb3','\x6e','\x79','\x13','\x04','\x41','\x10','\x04','\xe1','\xf0','\xe1','\xf3','\x9f','\xff','\x3c','\x4e','\x39','\xe5','\x14','\x1c','\x38','\x50','\x97','\x19','\x93','\x24','\xc1','\x19','\x67','\x9c','\x81','\x77','\xbc','\xe3','\x1d','\x38','\xf6','\xd8','\x63','\x9d','\x7b','\x76','\x39','\x27','\xcb','\xb2','\xc6','\x4d','\x44','\xb4','\x8c','\xd4','\xc6','\xde','\xbd','\x7b','\x71','\xe9','\xe5','\x6f','\xc1','\xb7','\x1f','\xb2','\x6f','\x9c','\xfc','\xb7','\xb2','\xeb','\xc0','\x02','\x00','\xd8','\x19','\xf5','\xb3','\xcf','\x3e','\x1b','\x3f','\xfe','\xe3','\x3f','\x8e','\x53','\x4f','\x3d','\xb5','\xb3','\x80','\xf8','\xf1','\x8f','\x7f','\xdc','\x78','\x16','\x7b','\x48','\xbb','\x60','\xcd','\xcf','\x9a','\xb9','\xec','\xb2','\xcb','\x82','\x0a','\xd0','\x65','\x97','\x5d','\x86','\xff','\x7c','\xc8','\xde','\xc6','\x78','\xb8','\xf9','\xd6','\x6b','\xdf','\x6b','\x56','\x22','\xc6','\xf1','\x64','\x76','\xe6','\x99','\x67','\xe2','\x9d','\x1f','\x78','\x17','\x0e','\xcd','\xae','\x20','\x2d','\x14','\x1e','\xb1','\xed','\xa1','\x63','\x29','\x3f','\xab','\xc9','\xe7','\x9b','\xae','\xb8','\x14','\x77','\x3d','\xa4','\xd9','\xf4','\x6c','\xa9','\x3f','\xc0','\xb7','\x8f','\x31','\xdf','\xfa','\x8a','\x7f','\xbc','\x0a','\x00','\xf0','\x81','\x8f','\xfd','\x6d','\xeb','\x73','\x3c','\x3d','\x7a','\x8e','\x84','\xd8','\xd8','\x21','\xa8','\xab','\x81','\xce','\x51','\x9a','\x54','\x01','\xda','\xcc','\xf5','\x9a','\x38','\xee','\xb8','\xe3','\xf0','\xfb','\xaf','\xfa','\x3d','\xfc','\xf1','\x9b','\x5e','\xd3','\x68','\x32','\xc8','\xcd','\xea','\x9e','\xfc','\xe4','\x27','\xe3','\x9d','\x1f','\x78','\x17','\xb0','\x50','\x0f','\x37','\x37','\xe8','\xe3','\xa8','\x7d','\xdb','\xf1','\x96','\x3f','\xbb','\xd4','\x51','\x30','\xe6','\xe7','\xcd','\x39','\x44','\x4d','\x4a','\x2a','\x3d','\x7b','\xde','\x79','\xe7','\xad','\x6b','\xde','\x04','\x41','\x10','\x04','\x41','\x38','\x7c','\x68','\x72','\x82','\x40','\xd6','\x6b','\xa1','\xfb','\x8e','\x3d','\x5b','\xdb','\x19','\x3f','\x5d','\x9c','\x20','\xec','\xde','\xbd','\x1b','\xbf','\xf1','\xd2','\x5f','\x77','\x66','\xca','\xa7','\xc1','\x45','\x17','\x5d','\x84','\x63','\x8f','\x3d','\x36','\xba','\xa7','\xa2','\x0b','\xa7','\x9c','\x72','\x0a','\x7e','\xfb','\xf9','\xaf','\x1c','\x3b','\x6f','\x17','\x5d','\x74','\x51','\xf4','\xfa','\x38','\x71','\xd1','\xca','\xca','\x38','\x9c','\x70','\xc2','\x09','\x78','\xfc','\x23','\x1f','\x87','\x8f','\xed','\xfd','\x34','\x16','\x96','\x67','\xf0','\xcb','\x2f','\xfd','\xe5','\xb1','\x9e','\x07','\x26','\xcf','\x67','\x92','\x24','\x63','\x3d','\x47','\x2b','\x39','\x0f','\x7b','\xd8','\xc3','\x26','\x7a','\xce','\xa7','\x48','\x34','\x56','\x7a','\x23','\x67','\x35','\xae','\x2b','\x07','\xb7','\x1b','\x53','\xab','\xfb','\x17','\x16','\x91','\x27','\xda','\x9a','\x36','\xde','\x7a','\xeb','\xad','\x38','\xe9','\xa4','\x93','\xc6','\x8a','\x0b','\xd8','\xdc','\xf5','\x9a','\x43','\xca','\xe3','\xa5','\x97','\xbf','\x05','\x87','\x16','\x96','\x6b','\xe6','\x93','\x73','\x2b','\xbd','\x9a','\x59','\xdd','\x2b','\x5f','\xf8','\x0a','\xeb','\x72','\x1c','\x30','\x4a','\xc8','\xb6','\xc5','\x39','\x5c','\x70','\xca','\xcf','\x47','\x0f','\x95','\xa5','\x74','\x2e','\x79','\xc7','\x9b','\xb0','\x7f','\xdb','\x12','\x96','\xfa','\x83','\xd6','\x67','\xd7','\x2b','\x6f','\x82','\x20','\x08','\x82','\x20','\x1c','\x1e','\xa4','\x69','\x1a','\xd5','\x5f','\xb4','\xd6','\xc1','\xfd','\x3f','\x00','\x33','\x81','\xfb','\xea','\x57','\xbf','\x8a','\xa7','\x3f','\xfd','\xe9','\xf8','\x8f','\xff','\xf8','\x8f','\x70','\x40','\xa5','\x70','\xfa','\xe9','\xa7','\xe3','\x9d','\xef','\x7c','\x27','\x1e','\xf4','\xa0','\x07','\x4d','\x27','\xd7','\x42','\x27','\xc8','\x9b','\xd6','\x59','\x67','\x9d','\x75','\x58','\x78','\xbc','\xba','\xfa','\xea','\xab','\xf1','\x9a','\x4b','\xfe','\x17','\xbe','\xb3','\xfb','\x3e','\x2c','\x2c','\xcf','\xe0','\x37','\xce','\x78','\x19','\x7e','\xed','\xd7','\x7e','\xad','\xf3','\x8a','\xc8','\xf2','\xf2','\x32','\x6e','\xba','\xe9','\x26','\x2c','\x2e','\x2e','\xe2','\x4f','\x2e','\xfe','\x53','\x6b','\x76','\x35','\x89','\xf9','\xe0','\x56','\x65','\xef','\xde','\xbd','\xb8','\xe6','\x9a','\x6b','\x1c','\x85','\xad','\x69','\x75','\x89','\x9b','\xf7','\x9d','\x7c','\xf2','\xc9','\x78','\xe6','\x33','\x9f','\xd9','\xa9','\x9c','\xc8','\x19','\xc1','\x75','\xd7','\x5d','\xd7','\xf9','\xd9','\xf5','\xca','\x9b','\x20','\x08','\x82','\x20','\x08','\x0f','\x6c','\xbe','\xf8','\xc5','\x2f','\xe2','\xa9','\x4f','\x7d','\x2a','\xee','\xbd','\xf7','\xde','\xda','\x3d','\xa5','\x14','\x4e','\x3b','\xed','\x34','\xbc','\xf3','\x9d','\xef','\xc4','\x83','\x1f','\xfc','\x60','\xf7','\x1e','\xdf','\x03','\x74','\xfa','\xe9','\xa7','\xe3','\x5b','\xdf','\xfa','\x56','\x30','\x81','\x24','\x31','\x7b','\x3c','\xf6','\xec','\xd9','\x83','\xa3','\x8f','\x3e','\x7a','\x0d','\x5e','\x41','\x10','\xcc','\x41','\xa0','\xbf','\xf6','\x3f','\x7e','\xdd','\x2a','\x2d','\xdf','\x77','\xf7','\x2e','\xfc','\xf5','\x7b','\xae','\xc6','\xf1','\xc7','\x1f','\x3f','\x51','\x7c','\xef','\x7d','\xef','\x7b','\xad','\x27','\xbd','\xc3','\x49','\x01','\x12','\x04','\x41','\x10','\x04','\x41','\x78','\xa0','\xf3','\x85','\x2f','\x7c','\x01','\xa7','\x9c','\x72','\x0a','\xf6','\xef','\xdf','\x5f','\xbb','\x47','\x0a','\xd0','\xbb','\xde','\xf5','\xae','\xda','\x1e','\xa0','\x84','\x07','\x6a','\x32','\x6f','\x53','\x4a','\xb5','\x9a','\xc8','\x09','\xc2','\x6a','\xd8','\xb7','\x6f','\x1f','\xde','\xff','\xfe','\xf7','\x63','\xef','\x91','\xe6','\x2c','\x9c','\x85','\xe5','\x19','\x3c','\xef','\x82','\x5f','\x9a','\x58','\xf9','\xf1','\xe9','\x0f','\x53','\x3c','\xe2','\x11','\x8f','\x98','\x4a','\x5c','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\xc6','\x13','\xd3','\x5f','\xe8','\x8c','\x53','\xa5','\xea','\x9e','\x6b','\xad','\x02','\xd4','\x64','\x43','\xa7','\x94','\x82','\x52','\x2a','\xea','\x66','\x4e','\x10','\xa6','\xc1','\x07','\x3f','\xf8','\x41','\x5c','\xff','\xa5','\x8f','\x5a','\xa7','\x07','\x33','\xc3','\x0c','\x8f','\x7a','\xd4','\xa3','\x56','\x15','\xe7','\x67','\x3e','\xf3','\x19','\x2c','\xf5','\x07','\xe8','\xe5','\x29','\x1e','\xf7','\x43','\x3f','\xba','\xe9','\x0f','\x45','\x15','\x04','\x41','\x10','\x04','\x41','\x10','\xba','\xd3','\xe4','\xc4','\x2d','\x76','\x7c','\x8f','\xb3','\x02','\x14','\x52','\x80','\x48','\xf9','\xd1','\x5a','\x77','\x72','\x82','\x20','\x08','\x93','\x40','\x5e','\xd6','\x7c','\x97','\xc7','\x8b','\x8b','\x93','\xbb','\x99','\xbe','\xfa','\xea','\xab','\x71','\xd3','\xe7','\xff','\x1e','\x2b','\xbd','\x11','\xb6','\x2f','\xce','\xae','\xca','\x05','\xb6','\x20','\x08','\x82','\x20','\x08','\x82','\xb0','\xb9','\x68','\x5b','\xc0','\x29','\x8a','\x22','\xb8','\x02','\xe4','\xa8','\x45','\xbe','\x72','\xc3','\x1f','\x20','\x05','\x49','\x14','\x20','\x61','\x2d','\xf8','\xd2','\x97','\xbe','\x84','\xe5','\x19','\xd7','\xcd','\xfa','\xfd','\x0b','\xc6','\x89','\x01','\x80','\xb1','\x95','\x97','\x3d','\x7b','\xf6','\x18','\x37','\xda','\xbb','\x0e','\x60','\x66','\x98','\xe1','\xf4','\x1f','\x3d','\x15','\xa7','\x9e','\x7a','\xea','\xd4','\xf2','\x2b','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x2c','\xb4','\x50','\x13','\x42','\x6b','\x8d','\xc1','\x60','\x80','\xa2','\x28','\x6a','\xf7','\xac','\x02','\xe4','\x9f','\xa4','\xea','\x47','\xa6','\xb5','\x6e','\xd4','\xb2','\x04','\x61','\x35','\x1c','\x7b','\xec','\xb1','\xc8','\x72','\x77','\x09','\x33','\x4f','\x34','\xbe','\xbb','\xfb','\x5e','\xbc','\xfa','\x2d','\x7f','\x8c','\xd7','\xbd','\xee','\x75','\xd6','\x65','\x74','\xec','\x8c','\x9c','\x5b','\x6f','\xbd','\x15','\xdf','\xfd','\xee','\x77','\x71','\xf5','\xd5','\x57','\xe3','\x73','\xff','\xf1','\x05','\xdc','\xb3','\xfb','\x00','\x7a','\x79','\x8a','\xdd','\xf7','\xee','\xc0','\xf9','\xe7','\x9f','\x3f','\xf6','\xb9','\x3a','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\xe6','\x25','\xcf','\xf3','\xe8','\x39','\xa5','\x4d','\x8b','\x36','\x56','\x01','\x2a','\x8a','\xa2','\xd5','\x09','\x42','\x92','\x24','\xb2','\x02','\x24','\xac','\x09','\x27','\x9c','\x70','\x02','\x7e','\xe5','\xe7','\x9f','\x8f','\x4b','\x6f','\x78','\x3b','\x0e','\xcd','\xae','\xd8','\xeb','\x79','\xa2','\x71','\xcf','\x11','\x07','\x70','\xcf','\x11','\x07','\xf0','\xfa','\x77','\x9b','\x03','\x5a','\xb7','\xfd','\x61','\xf8','\x4c','\xa0','\xa5','\xb9','\x01','\xf2','\x2c','\xc7','\x81','\xf9','\x65','\x0c','\x8f','\xc8','\xd1','\xcb','\x53','\x1c','\x73','\xcf','\x11','\x78','\xdd','\x1f','\xbf','\xd6','\x9e','\x2b','\x23','\x08','\x82','\x20','\x08','\x82','\x20','\x3c','\x30','\xc8','\xf3','\x3c','\xaa','\x9b','\x24','\x49','\x82','\x2c','\xcb','\x9a','\x0f','\x42','\x0d','\xad','\xee','\xf8','\x26','\x70','\xb2','\x07','\x48','\x58','\x4b','\xce','\x3e','\xfb','\x6c','\x00','\xc0','\x65','\x1f','\xfe','\x73','\xec','\x9f','\x5f','\xaa','\xdd','\xdf','\xb7','\xfd','\x90','\xf3','\x6f','\x13','\x0b','\xcb','\x33','\x38','\xf2','\xbe','\x6d','\x78','\xed','\x6b','\xfe','\x14','\x67','\x9e','\x79','\xe6','\x74','\x33','\x2a','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x38','\x69','\x9a','\x36','\x9a','\xc0','\xc5','\x9c','\x20','\xd8','\xab','\x21','\x27','\x08','\x5a','\x6b','\x1b','\xa9','\x38','\x41','\x10','\xd6','\x9a','\xe3','\x8f','\x3f','\x1e','\x0b','\x0b','\x0b','\xd8','\xb1','\x63','\x07','\xde','\x74','\xc5','\xa5','\x38','\x38','\xbf','\xec','\xac','\x06','\x75','\x61','\x6e','\xd0','\xc7','\x8e','\x83','\x73','\xf8','\x95','\x9f','\x7f','\x3e','\xce','\x3e','\xfb','\xec','\xa9','\xb9','\xd0','\x16','\x04','\x41','\x10','\x04','\x41','\x10','\x36','\x17','\xb4','\xca','\x13','\x82','\x9c','\x20','\x84','\x08','\x3a','\x41','\x08','\x69','\x52','\x72','\x0e','\x90','\xb0','\x1e','\x1c','\x77','\xdc','\x71','\x78','\xc9','\x4b','\x5e','\x82','\x93','\x4f','\x3e','\x19','\xd7','\x5f','\x7f','\x3d','\xde','\xf3','\xde','\x2b','\xb1','\xb8','\xb0','\x0c','\x20','\xbe','\xf2','\xb3','\xf3','\xd0','\x3c','\x92','\x42','\x61','\xfe','\xd0','\x2c','\xce','\x3d','\xf3','\x1c','\x9c','\x77','\xde','\x79','\x78','\xc2','\x13','\x9e','\xb0','\x9e','\xd9','\x16','\x04','\x41','\x10','\x04','\x41','\x10','\xd6','\x99','\xd8','\xea','\x0f','\x50','\x2d','\xde','\xe4','\x79','\x5e','\xbb','\x57','\x73','\x82','\x10','\xda','\xe7','\x43','\x91','\x67','\x59','\x26','\x4a','\x90','\xb0','\x2e','\x9c','\x70','\xc2','\x09','\x38','\xe1','\x84','\x13','\xf0','\xab','\xbf','\xfa','\xab','\xb8','\xf9','\xe6','\x9b','\x71','\xd7','\x5d','\x77','\xe1','\xb2','\xcb','\x2e','\x0b','\x86','\x25','\xe7','\x08','\x4f','\x7b','\xda','\xd3','\x30','\x3f','\x3f','\xbf','\xce','\x39','\x15','\x04','\x41','\x10','\x04','\x41','\x10','\x36','\x82','\x3c','\xcf','\x83','\x0a','\x0e','\xd1','\xea','\x06','\x5b','\x6b','\x5d','\x73','\x84','\xe0','\x3f','\x40','\xe7','\x01','\x09','\xc2','\x7a','\x31','\x3f','\x3f','\x8f','\x73','\xce','\x39','\x07','\x00','\xf0','\xa2','\x17','\xbd','\x68','\x83','\x73','\x23','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x16','\xf2','\x3c','\x8f','\x9a','\xb9','\x01','\x66','\xf1','\x26','\xa4','\x00','\x59','\xb7','\x08','\x69','\x9a','\xa2','\xdf','\xef','\x3b','\x37','\x7d','\x65','\x87','\xbb','\xc9','\x16','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xd8','\x28','\x92','\x24','\x09','\x7a','\x79','\x23','\x62','\x96','\x6b','\xf6','\x89','\x50','\x04','\xfc','\x70','\x21','\x71','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x66','\xa1','\xe9','\x8c','\xd2','\x26','\x27','\x08','\x56','\xe3','\x21','\x13','\xb8','\x18','\x49','\x92','\x20','\x4d','\xd3','\xc6','\x30','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x1b','\x8d','\xd6','\x1a','\xc3','\xe1','\x30','\xa8','\xbb','\x38','\x07','\xa1','\x92','\x89','\x1b','\xad','\xfa','\xf0','\x15','\x20','\x00','\xe8','\xf5','\x7a','\xe2','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x0d','\xa7','\xcd','\x09','\x02','\x80','\xa0','\x89','\x9c','\xbd','\xe2','\x6b','\x47','\xdc','\xf4','\x8d','\x5c','\x60','\x87','\x3c','\xc4','\x09','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\xac','\x37','\xbe','\x03','\x37','\x8e','\x52','\x0a','\x59','\x96','\x05','\xef','\x3b','\x4e','\x10','\xb8','\xa7','\x04','\x3f','\x70','\x51','\x14','\xad','\x1a','\x96','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x7a','\x40','\x0b','\x34','\x21','\xb4','\xd6','\x48','\xd3','\xb4','\xd9','\x0b','\x1c','\x39','\x41','\x88','\x9d','\x01','\xa4','\xb5','\x46','\x9e','\xe7','\xb2','\x02','\x24','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x86','\xd3','\xe6','\x05','\x8e','\x2c','\xd9','\x6a','\xcf','\xf1','\x3f','\xf8','\x61','\x41','\x3c','\x30','\x2d','\x21','\x35','\x9d','\xb6','\x2a','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\xb0','\x5e','\x68','\xad','\x1b','\x17','\x67','\x86','\xc3','\x61','\xf0','\x18','\x1f','\xeb','\x04','\x81','\x36','\x11','\xf9','\x8a','\x0f','\xfd','\xab','\xb5','\x46','\xaf','\xd7','\x6b','\xd4','\xb2','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\xd6','\x83','\xa2','\x28','\x1a','\x3d','\x54','\x17','\x45','\x11','\x74','\xe0','\xe6','\x38','\x41','\xf0','\xb5','\x28','\xa5','\x14','\x92','\x24','\xb1','\xde','\xe0','\xc4','\x09','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x9b','\x81','\x36','\x05','\xa8','\xd7','\xeb','\x35','\x3b','\x41','\xc8','\xb2','\x0c','\x59','\x96','\x39','\x37','\xe9','\x01','\xb2','\x9f','\xe3','\x26','\x72','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x1b','\x45','\xcc','\xc9','\x01','\x60','\x16','\x72','\x62','\x47','\xf8','\x38','\xf6','\x6c','\x3c','\x12','\x3f','\x32','\xa5','\x14','\x86','\xc3','\xa1','\xac','\x00','\x09','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\xb0','\xe1','\x24','\x49','\x52','\x5b','\xc0','\x21','\x9a','\x0e','\x42','\x4d','\x78','\x20','\xc2','\x57','\x7e','\xb4','\xd6','\x28','\x8a','\x42','\xf6','\xff','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\xb0','\x25','\xc8','\xf3','\xbc','\x5d','\x01','\x1a','\x0e','\x87','\x41','\x27','\x08','\x49','\x92','\x20','\x4d','\x53','\xf4','\x7a','\xbd','\xa8','\x96','\x25','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\xb0','\x5e','\xe4','\x79','\x1e','\xf4','\xf2','\x46','\x68','\xad','\x83','\x0b','\x38','\xad','\x4b','\x3a','\xdc','\xf9','\x41','\x9a','\xa6','\x8d','\x1b','\x8d','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\xd6','\x03','\xb2','\x52','\x8b','\xdd','\x8b','\x1d','\xe3','\x63','\x15','\x20','\x52','\x74','\xc8','\x1b','\x1c','\x3d','\xc8','\x19','\x0e','\x87','\x62','\x06','\x27','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x86','\x43','\xfa','\x4b','\x88','\xa6','\xfd','\x41','\xf6','\x89','\x34','\x4d','\x6b','\x5a','\x12','\x8f','\x54','\x29','\x85','\xd1','\x68','\x84','\x3c','\xcf','\xa7','\x99','\x6f','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\xb1','\x09','\x79','\xb1','\x26','\x68','\x75','\xa8','\xd1','\x0d','\x76','\x51','\x14','\x8e','\x0d','\x5d','\x48','\xa3','\x92','\xd5','\x1f','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x36','\x03','\xfe','\x19','\xa6','\x3e','\x83','\xc1','\x20','\x78','\xdf','\xaa','\x4c','\xa3','\xd1','\xc8','\x39','\xe7','\x87','\x0e','\x3f','\xe5','\x7f','\xf7','\xfb','\x7d','\x51','\x82','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xd8','\x70','\xda','\x0e','\x42','\x05','\xea','\xde','\xad','\x01','\x6f','\x0f','\x10','\xd7','\xa2','\xf8','\xa6','\x22','\x7a','\x30','\x4d','\x53','\x39','\x07','\x48','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x0d','\xa7','\x49','\x01','\xd2','\x5a','\xa3','\xd7','\xeb','\x35','\xaf','\x00','\x91','\xab','\x6b','\x0e','\x79','\x7f','\x23','\x46','\xa3','\x51','\xf4','\xb4','\x55','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\xf5','\x82','\x5b','\xab','\xf9','\x90','\x6e','\xe3','\xeb','\x37','\x00','\x53','\x80','\xd2','\x34','\x45','\x92','\x24','\x8e','\xe9','\x9b','\xd6','\xda','\xf9','\x7b','\x34','\x1a','\xc9','\x0a','\x90','\x20','\x08','\x82','\x60','\xc7','\x07','\x41','\x10','\x0e','\x2f','\x9a','\xe4','\xc0','\x2e','\x32','\xa2','\x1f','\x66','\x12','\xb9','\x92','\x6f','\xcf','\x68','\xba','\xdf','\xf5','\xba','\xb0','\x75','\xc9','\xb2','\x2c','\xa8','\xe0','\x00','\xcd','\x4e','\x10','\x32','\x1e','\xc8','\x87','\x2b','\x44','\xf4','\xb7','\x9c','\x03','\x24','\x08','\x82','\x20','\x88','\x20','\x21','\x08','\x87','\x27','\xd4','\xf6','\x43','\x72','\x63','\xd3','\x3d','\x1e','\x86','\xdf','\xf7','\xad','\x8d','\xe8','\x79','\x3e','\x11','\xdf','\x94','\x8f','\xae','\xd7','\x85','\x07','\x26','\xb1','\x83','\x4e','\x89','\xc1','\x60','\x10','\xf4','\x60','\xed','\x38','\x41','\xa0','\x15','\x9e','\xd8','\x0a','\x10','\xb9','\xca','\x16','\x04','\x41','\x10','\x04','\x41','\x10','\x0e','\x5f','\x9a','\x14','\x0d','\x51','\x42','\x84','\xf5','\x22','\xcf','\x73','\xc7','\x8b','\x75','\x88','\x90','\x82','\x14','\xd5','\x66','\xb8','\xd6','\x5d','\x14','\x85','\x3d','\x4c','\x68','\xa3','\x57','\x80','\xf6','\xef','\xdf','\x6f','\xcd','\xf5','\xe6','\xe6','\xe6','\x9c','\x7b','\x94','\x4f','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x78','\x20','\x42','\x66','\x5d','\x5a','\xeb','\xc3','\x7e','\x61','\x82','\x3b','\x6d','\x0b','\x11','\x2b','\x1f','\x67','\x0f','\x50','\xe8','\x20','\x54','\xfe','\x7b','\x38','\x1c','\x6e','\xb8','\x56','\xaf','\x94','\xc2','\xc2','\xc2','\xc2','\x86','\xe6','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x36','\x02','\x9a','\xec','\x6f','\x5b','\xf9','\x38','\x1c','\x48','\x92','\xa4','\x71','\xf1','\x23','\xb6','\x3f','\x28','\xf3','\x03','\x51','\x24','\x3c','\xb2','\x34','\x4d','\xa1','\x94','\x42','\x9e','\xe7','\x1b','\xee','\x04','\x41','\x96','\x5c','\x05','\x41','\x10','\x04','\x41','\x10','\x84','\xc3','\x1d','\x91','\x7b','\xc3','\x5e','\xac','\x09','\x7f','\xbf','\x99','\xf3','\x1c','\xff','\x83','\x07','\xf2','\x3d','\x6c','\x90','\x1b','\xb9','\xcd','\xac','\x00','\x09','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x70','\xf8','\x10','\xd3','\x4d','\xb4','\xd6','\x18','\x0e','\x87','\x61','\x47','\x6f','\xf4','\xa3','\x28','\x0a','\xbb','\x94','\xe6','\x7b','\xde','\x50','\x4a','\xa1','\x28','\x8a','\x46','\x57','\x73','\xeb','\x85','\x28','\x40','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\xe1','\x8e','\xc8','\xc4','\xcd','\x07','\xa1','\xd2','\xfd','\x50','\x39','\x59','\x05','\x88','\x36','\x11','\xf9','\xfe','\xb2','\xf9','\xe6','\xa2','\x90','\xab','\xc2','\xf5','\x46','\x3e','\xb6','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x4d','\x0a','\x90','\x52','\x0a','\xbd','\x5e','\x2f','\x78','\xcf','\x2a','\x40','\x49','\x92','\xd8','\x40','\xfe','\xea','\x0f','\xfd','\x17','\x5b','\x46','\x5a','\x4f','\x44','\x01','\x12','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x81','\xce','\x2c','\x0d','\x41','\x5e','\xf2','\x1a','\x57','\x80','\x78','\x04','\x7c','\xd3','\x10','\x3f','\x13','\x28','\x74','\x90','\x90','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x7a','\x43','\xc7','\xf4','\xc4','\xf0','\x2d','\xdb','\xec','\x73','\xa1','\x88','\x48','\xe9','\x01','\x2a','\x05','\x88','\xbc','\x2c','\x6c','\xf4','\x0a','\x90','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x1c','\xee','\x88','\x55','\x54','\x7b','\x19','\x0c','\x87','\xc3','\xe0','\x02','\x8e','\xe3','\x04','\xa1','\xc9','\xcd','\x35','\x99','\xc8','\x89','\x13','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x36','\x9a','\xd1','\x68','\xd4','\x78','\x1e','\x52','\xec','\xb0','\x58','\xab','\x00','\x71','\xe5','\x87','\x9b','\xbf','\x71','\xe7','\x08','\x49','\x92','\x34','\x7a','\x5a','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x58','\x0f','\xb8','\xb3','\xb6','\x10','\xad','\x4e','\x10','\xc8','\xc5','\x35','\xad','\xb0','\x84','\xce','\x04','\x1a','\x0e','\x87','\x1b','\xbe','\x02','\xa3','\x94','\xc2','\x60','\x30','\x08','\x6a','\x7b','\x1b','\x9d','\x37','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x58','\x6b','\x64','\x4b','\x8a','\xa1','\xe9','\x20','\x54','\x00','\xd1','\x7b','\x76','\x4d','\x88','\x47','\xc0','\x15','\x09','\xfe','\x3b','\xcf','\xf3','\x0d','\x5f','\x01','\xea','\xf7','\xfb','\x1b','\x9a','\xbe','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x24','\x32','\xe9','\x6f','\x48','\xd3','\x14','\x49','\x52','\x73','\x69','\x60','\x89','\x39','\x70','\x73','\x4c','\xe0','\x48','\xb9','\xe1','\x9e','\xdf','\xc8','\x01','\x02','\x5d','\x17','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xd8','\x68','\xb4','\xd6','\x8d','\x0a','\x50','\x6c','\x8f','\x90','\x5d','\x01','\x2a','\x8a','\x02','\xc3','\xe1','\xd0','\x39','\xf4','\x94','\x47','\x0e','\x98','\xd5','\x97','\xa6','\x44','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\xd6','\x83','\x3c','\xcf','\x31','\x1c','\x0e','\x83','\xf7','\x68','\x31','\x27','\x64','\x06','\x17','\xd4','\x66','\x48','\xe1','\xa1','\x07','\xc4','\xce','\x50','\x10','\x04','\x41','\x10','\x04','\x41','\x58','\x6b','\xb8','\xcc','\x19','\x92','\x3f','\xb5','\xd6','\x22','\x97','\x0a','\x16','\x72','\xd4','\x16','\x82','\x3c','\xc0','\x35','\x9e','\x03','\x44','\x7b','\x80','\xc8','\xfc','\x8d','\x9b','\xc0','\xd1','\x7f','\xa3','\xd1','\x48','\x2a','\x9d','\x20','\x08','\x82','\x20','\x08','\x82','\xb0','\x66','\x74','\x51','\x72','\x44','\x1e','\x15','\x00','\xb3','\x58','\x13','\x73','\x74','\xa0','\x94','\x42','\x96','\x65','\x41','\xeb','\x35','\xc7','\x09','\x02','\x1d','\x82','\x0a','\x54','\x6e','\xe5','\xc8','\xb6','\x8e','\x34','\x2c','\xa9','\x70','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x5a','\xd0','\xb6','\xdf','\x5c','\xf6','\xa3','\x0b','\x9c','\x24','\x49','\x82','\xe7','\xfc','\x10','\xb1','\x33','\x4e','\x1d','\x95','\x48','\x6b','\x6d','\xbd','\x25','\xf8','\x81','\x43','\xee','\xb1','\x05','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x36','\x02','\xb2','\x58','\x0b','\x41','\x7a','\x4d','\xc8','\x13','\x9c','\x55','\x80','\xb8','\x97','\x04','\xee','\xfd','\x8d','\x56','\x82','\x94','\x52','\xe8','\xf5','\x7a','\x8d','\xbe','\xb6','\x05','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\xd6','\x83','\x98','\x82','\x03','\x54','\xd6','\x6c','\x8d','\x4e','\x10','\xc8','\xde','\x92','\xf6','\xfb','\x00','\xf5','\x55','\x1f','\xf1','\x00','\x27','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x66','\xa0','\x28','\x8a','\xa8','\x02','\xa4','\x94','\x42','\x9a','\xa6','\xcd','\x26','\x70','\xb4','\x89','\x88','\x2b','\x3f','\xb4','\xf2','\x43','\xcb','\x4b','\x31','\x37','\x73','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xeb','\x09','\x29','\x39','\xb1','\x7b','\xbd','\x5e','\x2f','\xb8','\x80','\x53','\xf3','\x02','\x47','\x8e','\x0e','\x48','\x5b','\xe2','\x8e','\x0f','\x68','\x29','\x49','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x61','\x23','\x69','\xf2','\x02','\xc7','\x1d','\xba','\xf9','\x58','\x05','\xc8','\x5f','\xed','\x09','\x45','\xd0','\xb4','\xd1','\x48','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x61','\x33','\xa0','\xb5','\xc6','\x68','\x34','\x6a','\x76','\x82','\xa0','\xb5','\xc6','\x60','\x30','\xb0','\x37','\xb8','\x13','\x04','\xc0','\x68','\x58','\xb4','\x4a','\x24','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\xb0','\x91','\x34','\xed','\x01','\x02','\x8c','\x93','\x84','\x90','\xee','\x62','\x1d','\x67','\x93','\xd9','\x1b','\xb7','\x93','\x2b','\x8a','\xc2','\xf9','\x3b','\xb6','\x91','\x48','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x61','\x3d','\x69','\xf2','\x02','\x47','\x07','\xa1','\x86','\xa8','\xed','\x01','\x22','\x45','\x88','\x2b','\x3a','\x74','\x10','\xaa','\x38','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x61','\x33','\xd0','\xb4','\x07','\x88','\x14','\xa0','\xd0','\xe1','\xb9','\x56','\x2d','\xe2','\x0a','\x10','\xe1','\x3b','\x3f','\x18','\x0c','\x06','\xb2','\x02','\x24','\x08','\x82','\x20','\x08','\x82','\x20','\x4c','\x9d','\x2e','\x32','\xa6','\x7f','\x44','\x4b','\xec','\xbe','\x70','\x78','\xd0','\xe4','\x05','\x2e','\xb4','\xa8','\x43','\xd4','\x4c','\xe0','\x42','\x0f','\x03','\x46','\x41','\x8a','\x2d','\x23','\x09','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x24','\x8c','\x33','\xb9','\x4e','\x61','\x63','\x8a','\x10','\x9d','\x69','\x29','\x1c','\x1e','\xb4','\x39','\x68','\x1b','\x0c','\x06','\x41','\x0f','\xd6','\x56','\xa3','\xc9','\xf3','\x1c','\xa3','\xd1','\xa8','\xb6','\x0f','\x88','\xa0','\x0a','\x25','\x4e','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x69','\xb1','\x1a','\x85','\x45','\x94','\x9d','\xc3','\x9b','\xa2','\x28','\xa2','\x47','\xf4','\xd0','\xe2','\x4e','\xa8','\x8e','\xd4','\x34','\x1d','\xee','\x0a','\xdb','\x77','\x8b','\x9d','\x65','\x99','\x98','\xc0','\x09','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\xb0','\xe1','\x34','\x29','\x40','\x74','\x10','\x6a','\xa3','\x02','\xe4','\x3b','\x41','\xe0','\x91','\x92','\x22','\x34','\x1c','\x0e','\x45','\x01','\x12','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x0d','\x26','\xb6','\x7d','\xe5','\x70','\x82','\x8e','\xed','\x89','\x11','\x73','\x82','\x50','\x53','\x80','\x00','\xd7','\xbe','\x92','\x6f','\x20','\x8a','\x9d','\xa6','\x2a','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\xfa','\xc0','\x2d','\xb5','\x62','\x2b','\x20','\x87','\x03','\x4d','\x5e','\xe0','\x00','\x44','\x75','\x17','\xe7','\x20','\xd4','\x3c','\xcf','\x9d','\x4d','\x65','\xfe','\x7e','\x20','\xb1','\xb3','\x14','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x8d','\x85','\xcb','\xe4','\x74','\x5c','\xcd','\xe1','\x48','\x9b','\x13','\x84','\xd1','\x68','\x14','\x3c','\x27','\xc8','\x6a','\x37','\x74','\x92','\x2a','\x77','\x7d','\x6d','\x03','\x95','\x4a','\x50','\x96','\x65','\x8d','\xcb','\x4c','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\xac','\x1f','\x87','\xb3','\x85','\x16','\x39','\x70','\x8b','\x51','\x14','\x45','\x50','\x77','\x71','\x56','\x80','\xb8','\xf6','\x48','\x9a','\x25','\xd7','\xac','\x0e','\x67','\x0d','\x53','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x36','\x1a','\xff','\xcc','\xce','\x24','\x49','\x0e','\x5b','\x2b','\x2d','\x5a','\xc0','\x89','\x11','\x3b','\xc2','\xc7','\x2a','\x40','\x69','\x9a','\x22','\xcb','\x32','\x47','\x8b','\x24','\xb3','\x38','\x32','\x87','\x1b','\x8d','\x46','\x87','\x6d','\x01','\x0b','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x66','\x41','\xce','\x3c','\x32','\x8b','\x33','\x31','\xeb','\x34','\x3a','\xbe','\xa7','\xd1','\x09','\x02','\x0f','\xc4','\xbd','\x4a','\xf0','\xcd','\x55','\x87','\xf3','\x12','\x9b','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x06','\x7c','\xe5','\xe7','\x70','\x95','\xcf','\xdb','\x9c','\x20','\xc4','\x94','\xc4','\x8c','\x07','\x08','\xad','\xf0','\xd0','\xb2','\x1a','\x5f','\x0d','\x12','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x61','\xfd','\x39','\xdc','\x57','\x7d','\x38','\x4d','\x65','\xa1','\xb5','\xc6','\x70','\x38','\xc4','\x68','\x34','\xaa','\xdd','\x73','\x9c','\x20','\xf0','\x00','\xe4','\x5a','\x8f','\xff','\x9d','\x65','\x59','\xa3','\x96','\x25','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\xfa','\xa1','\xb5','\x3e','\x6c','\xe5','\xf3','\x3c','\xcf','\x1b','\xf7','\x00','\xf9','\x1e','\xad','\x09','\x47','\x01','\xe2','\xff','\x92','\x53','\x04','\x32','\x7b','\xa3','\xc2','\x95','\x15','\x20','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xd8','\x58','\x48','\x3e','\x3f','\x9c','\x57','\x84','\x9a','\x9c','\x20','\x68','\xad','\xdb','\x0f','\x42','\xe5','\x36','\x74','\x7c','\x0f','\x10','\x8f','\x58','\x4c','\xe0','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x61','\xe3','\xf1','\xad','\xb5','\x0e','\x47','\xda','\x9c','\x20','\xb4','\x2a','\x40','\x49','\x92','\x38','\x9e','\x12','\xa8','\x50','\xf9','\x29','\xb3','\x6d','\xbe','\xb6','\x05','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\xd6','\x83','\x24','\x49','\xa2','\xae','\xae','\x01','\x44','\x57','\x87','\xec','\x13','\x64','\xea','\x16','\xda','\xfb','\xc3','\xff','\x13','\x05','\x48','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x8d','\xa6','\x6d','\x05','\x2c','\xcf','\xf3','\x76','\x27','\x08','\xc3','\xe1','\xd0','\x9a','\xb9','\xf9','\xca','\x8e','\x52','\x0a','\xbd','\x5e','\xaf','\x51','\xcb','\x12','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x58','\x0f','\x9a','\x9c','\x20','\x90','\x05','\x5b','\xc8','\x41','\x84','\x55','\x80','\xf8','\xbe','\x1f','\x7f','\x0f','\x10','\xfd','\x97','\x24','\x89','\x75','\x92','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\xb0','\x51','\xe4','\x79','\x1e','\xd5','\x4d','\x9a','\x9c','\x20','\xd8','\xe5','\x9c','\x34','\x4d','\xd1','\xef','\xf7','\x9d','\x95','\x1f','\xff','\x50','\xd4','\xc1','\x60','\xb0','\x16','\x79','\x17','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x18','\x8b','\x2e','\x4e','\x10','\x42','\xdb','\x77','\x1c','\x05','\x88','\x02','\xfb','\x0f','\xd3','\xb5','\x26','\x3f','\xdb','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xeb','\x05','\xf7','\x62','\x1d','\x22','\xb6','\x3a','\x64','\x55','\x26','\x52','\x6e','\xf8','\xea','\x0f','\x41','\x4a','\x90','\x9c','\x03','\x24','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x66','\x47','\x6b','\x8d','\xc1','\x60','\x10','\x5c','\xc0','\x71','\xf6','\x00','\x35','\x6d','\x22','\x22','\xc7','\x08','\x87','\xeb','\x49','\xb3','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x1e','\xda','\x0e','\x42','\x05','\xd0','\xec','\x04','\x81','\x1c','\x1d','\xd0','\x9e','\x1f','\xfe','\x1f','\x2d','\x1f','\x65','\x59','\x26','\x4e','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xd8','\x70','\xb8','\x9e','\xe2','\x43','\x1e','\xac','\x43','\x58','\x05','\x28','\x4d','\x53','\xf4','\x7a','\x3d','\xbb','\x91','\x88','\x1f','\x88','\x0a','\x98','\x4d','\x46','\x83','\xc1','\x20','\xba','\xd1','\x48','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x61','\xbd','\xf0','\xcf','\x2f','\xf5','\x49','\xd3','\x34','\x78','\xdf','\x51','\x80','\x92','\x24','\xb1','\xa6','\x6e','\x45','\x51','\x38','\x4a','\x10','\x69','\x58','\xe2','\x08','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x8d','\x26','\x49','\x92','\xc6','\x33','\x4a','\x63','\x7a','\x8b','\x63','\x02','\x37','\x1a','\x8d','\x1c','\x4d','\x8a','\x9b','\xc4','\x11','\xe2','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x8d','\x86','\x1f','\xdf','\x13','\xba','\x37','\x1c','\x0e','\x31','\x1a','\x8d','\x6a','\xf7','\x1c','\x2f','\x70','\x5c','\xd9','\x09','\x79','\x81','\xcb','\xb2','\xac','\x51','\xcb','\x12','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x58','\x0f','\xda','\x0e','\x42','\xd5','\x5a','\x07','\xb7','\xef','\x38','\x5e','\xe0','\x28','\x02','\x7a','\x80','\x94','\x20','\x52','\x8a','\x92','\x24','\x11','\x27','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x38','\xe4','\xc4','\x2d','\x46','\x27','\x27','\x08','\x59','\x96','\x39','\x4a','\x0f','\x29','\x41','\x4a','\x29','\xe4','\x79','\x1e','\x5c','\x42','\x12','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x58','\x6f','\x92','\x24','\x89','\x3a','\x68','\xa3','\xe3','\x7b','\x1a','\x57','\x80','\x62','\x5e','\x12','\xf8','\xb5','\xd1','\x68','\x24','\x7b','\x80','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xd8','\x70','\x92','\x24','\x69','\x3c','\xa3','\x34','\xa6','\xb7','\x38','\x4e','\x10','\xf8','\x8a','\x0f','\xf7','\xfc','\xe6','\xbb','\xc4','\x16','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xd8','\x48','\xf8','\x96','\x9d','\xd0','\xbd','\xe1','\x70','\x18','\xf4','\x04','\x67','\x3d','\x1a','\x8c','\x46','\x23','\xe4','\x79','\x8e','\x3c','\xcf','\xa1','\x94','\x72','\x96','\x8b','\x48','\x7b','\xea','\xf7','\xfb','\x72','\x0e','\x90','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x1b','\x4e','\x51','\x14','\x18','\x0e','\x87','\xc1','\x7b','\xbe','\x4f','\x03','\x4e','\xe2','\x07','\xe4','\xd0','\x9e','\xa0','\x90','\x67','\x38','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\x8d','\xc2','\x3f','\xae','\x87','\x43','\x7b','\x80','\x42','\xd8','\x15','\xa0','\x2c','\xcb','\x9c','\x8d','\x42','\xa4','\xf8','\xd0','\x83','\x4a','\x29','\xd9','\x03','\x24','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x9b','\x00','\x59','\xa0','\x80','\x73','\x7e','\x69','\xe8','\x1e','\x77','\xf0','\xc6','\x49','\x78','\x20','\xdf','\xec','\x8d','\xf6','\x05','\x01','\x95','\x9b','\x39','\x51','\x80','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x61','\xe3','\xe0','\xfb','\xf6','\x0f','\x67','\xd9','\x3c','\x4d','\xd3','\xe8','\x2a','\x4f','\xd3','\xea','\x50','\xcd','\x04','\xce','\x0f','\x78','\x38','\x17','\xaa','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x6c','\x26','\xfc','\x7d','\x2d','\x64','\xa5','\x75','\xb8','\xd2','\xb4','\x02','\x34','\x1c','\x0e','\x83','\xe7','\x04','\x59','\x05','\x28','\xcf','\x73','\x0c','\x87','\x43','\x47','\x09','\x4a','\x92','\xc4','\x39','\x20','\x35','\xe6','\x4b','\x5b','\x10','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\xf5','\x87','\x1c','\x98','\x1d','\x8e','\x90','\x03','\xb7','\x10','\xdc','\xc3','\xb5','\x4f','\x4d','\x9b','\xe1','\x6e','\xb0','\x7d','\xed','\x32','\xcb','\x32','\x3f','\xb8','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xeb','\x04','\x97','\xcf','\xf9','\x7e','\xfd','\xc3','\x91','\xa6','\xed','\x39','\x49','\x92','\xa0','\xd7','\xeb','\x35','\x1f','\x84','\xca','\x4f','\x4b','\x25','\xe5','\x87','\x56','\x7e','\xa8','\xa0','\x0f','\xe7','\xe5','\x35','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xd8','\x2c','\xf0','\xb3','\x3a','\x0f','\x57','\x9a','\x9c','\x20','\x14','\x45','\x61','\xf5','\x1a','\x1f','\xab','\x00','\xd1','\x49','\xaa','\x79','\x9e','\x5b','\x33','\x38','\xd2','\xa8','\xe8','\x5f','\xf1','\x02','\x27','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\x6b','\x43','\x57','\x39','\x5b','\x6b','\x2d','\xdb','\x52','\x50','\x79','\xb1','\x0e','\x41','\x0e','\x22','\x42','\x65','\x6a','\x6d','\xda','\xb8','\x2b','\xbd','\xd0','\x6f','\xd2','\xa2','\x44','\x01','\x12','\x04','\x41','\x10','\x04','\x41','\x10','\x84','\xe9','\xd3','\x75','\x45','\xe7','\x70','\x5f','\xf9','\x21','\x9a','\xf4','\x12','\xad','\x35','\x06','\x83','\x41','\x70','\x8f','\x90','\xe3','\x04','\x81','\x9b','\xb8','\xf9','\x6e','\xb1','\x93','\x24','\x41','\x96','\x65','\xa2','\x6d','\x0a','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\x26','\xe1','\x70','\xde','\x07','\xc4','\x9d','\xb5','\xf9','\x90','\x92','\x18','\x52','\x16','\x9d','\x15','\x20','\xb2','\x25','\xa4','\x80','\xe4','\x39','\x81','\xec','\xe7','\xd2','\x34','\x95','\x15','\x20','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xd8','\x60','\xe4','\x20','\x54','\x63','\xa1','\x16','\xf3','\x02','\x07','\x00','\xbd','\x5e','\x2f','\x78','\xdd','\x2a','\x40','\x69','\x9a','\x22','\xcb','\x32','\x67','\xdf','\x8f','\x5f','\xa0','\x83','\xc1','\xe0','\xb0','\x2e','\x64','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xd8','\x0c','\x88','\x4c','\x5e','\xb7','\x58','\xf3','\xef','\xa5','\x69','\xda','\xec','\x04','\x81','\xbb','\xb9','\x0e','\x29','\x3f','\x5a','\x6b','\x71','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\xa6','\x80','\x16','\x70','\x42','\x34','\x99','\xc7','\x39','\x0a','\x90','\xbf','\x84','\xc4','\x95','\x1d','\xd2','\xb0','\x44','\x01','\x12','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x61','\xa3','\xe1','\x0e','\xdb','\x42','\x0c','\x87','\xc3','\x76','\x27','\x08','\x14','\x80','\xaf','\xfe','\xd0','\x01','\x43','\x5a','\x6b','\x71','\x82','\x20','\x08','\x82','\x20','\x08','\x82','\x20','\x08','\xc2','\xa6','\x80','\xeb','\x2f','\x3e','\xb4','\x02','\x14','\x72','\x10','\x61','\xb5','\x19','\x52','\x74','\xc8','\x09','\x02','\xfd','\x26','\xdb','\x39','\x3a','\x27','\x48','\x56','\x80','\x04','\x41','\x10','\x04','\x41','\x10','\x04','\x41','\xf8','\xff','\xdb','\xbb','\xb7','\xdd','\xc6','\x91','\x24','\x0d','\xc0','\xc9','\x83','\x54','\xc0','\x0c','\x06','\x98','\x07','\x98','\xf7','\x7f','\xba','\xb9','\x18','\x2c','\xf6','\x62','\x4a','\x3c','\xed','\x45','\x6d','\xb0','\x93','\xa9','\x24','\x65','\x77','\xdb','\xa2','\xba','\xf5','\x7d','\x80','\x51','\x92','\x48','\xd1','\xb2','\xeb','\xa4','\x70','\x64','\xfe','\x71','\xb6','\xa3','\x02','\xa8','\x69','\x9a','\x74','\xb9','\x5c','\xaa','\xb5','\xcb','\x5a','\x00','\x75','\x5d','\x77','\xb7','\xc4','\x2d','\x3a','\x3f','\x51','\x10','\x0d','\xc3','\x60','\xc3','\x15','\x00','\x00','\x70','\xba','\x68','\xd6','\xec','\x79','\x18','\x82','\xd0','\xb6','\xed','\x1a','\x15','\x57','\x76','\x82','\xa2','\x28','\x1a','\xc7','\x71','\x77','\x33','\x11','\x00','\x00','\xc0','\xb3','\x74','\x5d','\x77','\x58','\x00','\xed','\xad','\x5c','\xdb','\x6c','\xe8','\x89','\x39','\x40','\xf1','\x84','\x65','\x59','\xee','\xf6','\xfc','\xe8','\x00','\x01','\x00','\x00','\xaf','\x60','\xaf','\xc8','\x59','\x96','\x25','\xdd','\x6e','\xb7','\x6a','\xf3','\x66','\xad','\x6e','\xc6','\x71','\x4c','\xe3','\x38','\x56','\x2f','\x16','\x4b','\xe3','\x7e','\xfc','\xf8','\xf1','\xb6','\x93','\x66','\x01','\x00','\x80','\xd7','\x31','\xcf','\xf3','\xe1','\xea','\xb4','\x65','\x59','\xaa','\xb5','\x4b','\x9f','\x9f','\x90','\xd2','\x7d','\x87','\x27','\xee','\x47','\x10','\xc2','\xd1','\xb4','\x55','\x00','\x00','\x80','\x67','\x38','\x9c','\xf5','\xf3','\xff','\xdb','\x7b','\x0e','\x3b','\x40','\x11','\x82','\x30','\x4d','\xd3','\xba','\x14','\x2e','\x2e','\x1a','\xcb','\xe1','\xf2','\x0e','\x11','\x00','\x00','\xc0','\x99','\x8e','\xb6','\xe7','\x3c','\x0c','\x41','\x88','\x0e','\x4f','\x88','\x20','\x84','\xfc','\x76','\x14','\x43','\x00','\x00','\x00','\x67','\xea','\xba','\x2e','\xf5','\x7d','\x5f','\x3d','\x76','\xd4','\x1d','\xda','\x3c','\x63','\x9e','\xe7','\xbb','\xd0','\x83','\xb6','\x6d','\x1f','\x4e','\x59','\x05','\x00','\x00','\x78','\xa6','\x72','\x84','\x4f','\x6e','\x59','\x96','\x75','\x65','\xdb','\xdd','\xf3','\xe2','\xc6','\x3c','\xcf','\x9b','\xfd','\x3d','\x11','\x83','\x1d','\x1f','\x6d','\xdb','\xa6','\xbe','\xef','\xef','\x0a','\x24','\x00','\x00','\x80','\x67','\x3b','\x0a','\x41','\x68','\x9a','\x26','\x4d','\xd3','\x54','\xad','\x5d','\xd6','\x47','\xf2','\xfd','\x3e','\xe5','\xfd','\xf8','\x90','\x00','\x07','\x00','\x00','\xbc','\x82','\x69','\x9a','\x0e','\x03','\xda','\xf6','\x96','\xc7','\xf5','\xf9','\x09','\xb5','\x41','\xa8','\xd3','\x34','\x49','\x80','\x03','\x00','\x00','\x5e','\x4a','\xd3','\x34','\x87','\x0d','\x9a','\xcb','\xe5','\x72','\x1c','\x82','\x10','\x17','\xc9','\x63','\xaf','\xcb','\x25','\x70','\xb7','\xdb','\xcd','\x5e','\x20','\x00','\x00','\xe0','\x74','\x5d','\xd7','\x1d','\x16','\x40','\x91','\x6c','\x5d','\xda','\x2c','\x81','\x5b','\x1f','\xfc','\xff','\xb5','\x72','\xd1','\x09','\x8a','\xfb','\x6d','\xdb','\x1e','\x0e','\x1b','\x02','\x00','\x00','\x38','\xdb','\xb2','\x2c','\x69','\x18','\x86','\xea','\x18','\x9f','\x4d','\x08','\xc2','\x38','\x8e','\xeb','\x7e','\x9f','\xbc','\x13','\x14','\x8f','\x5d','\xaf','\xd7','\xdd','\xb5','\x74','\x00','\x00','\x00','\xcf','\x32','\x4d','\xd3','\xee','\x9c','\xd2','\xa8','\x61','\x6a','\x21','\x08','\x6b','\x35','\x13','\x9d','\x9d','\x3c','\x04','\xa1','\x16','\x7f','\x6d','\x09','\x1c','\x00','\x00','\xf0','\x0a','\x8e','\x6a','\x93','\xbe','\xef','\xab','\xc7','\xd7','\x92','\x28','\xd6','\xd0','\xe5','\xeb','\xe4','\xf2','\xe1','\xa7','\xd1','\x46','\x02','\x00','\x00','\xce','\x15','\xef','\xcf','\xdf','\x5d','\x6d','\x8f','\x4f','\x3c','\xbe','\x37','\xc2','\x67','\x7d','\xa4','\x6d','\xdb','\xb5','\x00','\x8a','\x0b','\x45','\x17','\xa8','\xeb','\xba','\x75','\xd0','\x90','\x6f','\x34','\x00','\x00','\x9c','\xa7','\x4c','\x6c','\x7e','\x57','\x7d','\xdf','\x1f','\x6e','\xcf','\xd9','\xcb','\x2e','\xd8','\x84','\x20','\x94','\xc5','\x4d','\x59','\x0c','\x1d','\x4d','\x5b','\x05','\x00','\x00','\xbe','\x5f','\xde','\xf5','\xe8','\xba','\xee','\x6d','\x43','\xca','\x1e','\x35','\x67','\x86','\x61','\xa8','\x16','\x88','\x6b','\x01','\x14','\x9b','\x88','\xe2','\x22','\x65','\x17','\xa8','\x6d','\xdb','\xf5','\x03','\x00','\x00','\x78','\xbe','\xf2','\x0d','\xff','\x3c','\xcf','\x6f','\x5b','\x00','\x4d','\xd3','\xb4','\xfb','\xb5','\x47','\x71','\x74','\x18','\x82','\x10','\x27','\xe5','\x21','\x08','\x21','\xf6','\x01','\x1d','\xe5','\x6c','\x03','\x00','\x00','\xdf','\x2b','\xef','\xfe','\xcc','\xf3','\xfc','\xf6','\x2b','\xb4','\xf6','\x96','\x00','\xc6','\x36','\x9e','\x87','\x21','\x08','\xf9','\xb4','\xd4','\xda','\x40','\xd4','\xdb','\xed','\xf6','\x1d','\xaf','\x1b','\x00','\x00','\xf8','\x84','\xbd','\xee','\xc6','\xbb','\xd9','\x6b','\xd0','\x2c','\xcb','\xf2','\xb1','\x10','\x84','\x38','\x21','\xd2','\xdf','\xf2','\x3d','\x40','\x29','\xed','\x6f','\x24','\x02','\x00','\x00','\x9e','\x27','\x7f','\x8f','\xfe','\xae','\x1d','\xa0','\x48','\xb1','\xde','\x13','\xab','\xd8','\x4a','\x9b','\x10','\x84','\x69','\x9a','\x36','\x1d','\x9f','\x90','\xdf','\x57','\x04','\x01','\x00','\xc0','\xeb','\xd8','\x8b','\x82','\x7e','\x77','\xe3','\x38','\x3e','\x0e','\x41','\x98','\xa6','\xe9','\x2e','\x04','\x21','\x2c','\xcb','\x92','\xae','\xd7','\xab','\x56','\x1b','\x00','\x00','\xbc','\x88','\x79','\x9e','\xdf','\x76','\x9f','\x7e','\x84','\xb8','\xd5','\x34','\x4d','\xb3','\xbb','\x4c','\xb0','\x2d','\x4f','\x4a','\xe9','\x3e','\x52','\x2e','\x92','\xe0','\x00','\x00','\x80','\xd7','\x10','\x21','\x08','\xef','\x6a','\x6f','\x89','\x5b','\x4a','\x69','\x0d','\x70','\xab','\xd5','\x30','\xd5','\x41','\xa8','\xf1','\xa4','\xbc','\x1b','\xb4','\x2c','\xcb','\xe1','\x27','\x01','\x00','\x00','\x9e','\xe7','\x9d','\x8b','\x9f','\x94','\x7e','\xed','\x01','\xda','\xfb','\x1e','\x34','\x4d','\xb3','\x09','\x78','\xcb','\x6d','\x3a','\x40','\xb5','\xf6','\x59','\x5e','\x10','\xed','\xb5','\x98','\x00','\x00','\x00','\x9e','\xe9','\x68','\x46','\xe9','\x51','\xed','\xb2','\x09','\x41','\x88','\x80','\x83','\xbc','\xe8','\x89','\x34','\xb8','\x58','\x06','\xa7','\x03','\x04','\x00','\x00','\x9c','\xed','\x68','\x8b','\x4e','\xd3','\x34','\x6b','\xc6','\x41','\x69','\x13','\x82','\x30','\x8e','\xe3','\x66','\x9a','\x6c','\x14','\x3b','\x51','\x04','\x5d','\x2e','\x97','\xb7','\x6f','\xb5','\x01','\x00','\x00','\xe7','\x9b','\xa6','\xe9','\x30','\xa1','\x7a','\x2f','\x20','\x62','\xb3','\x04','\xae','\xd4','\xf7','\xfd','\xa6','\xfb','\xf3','\xee','\x93','\x66','\x01','\x00','\x80','\xd7','\xb0','\xd7','\xe1','\x49','\xe9','\xb7','\x04','\xeb','\x5a','\x81','\xd4','\xc7','\x8d','\x28','\x70','\xf2','\x61','\xa8','\x91','\x9e','\x10','\x6e','\xb7','\xdb','\x57','\xbf','\x6e','\x00','\x00','\x80','\x4f','\x8b','\x10','\xb7','\xa3','\xe3','\x1f','\x4a','\x81','\x0b','\x65','\xea','\x9b','\x14','\x38','\x00','\x00','\xe0','\x55','\x74','\x5d','\xb7','\x5b','\x00','\xe5','\xab','\xd8','\x4a','\x6b','\x01','\x14','\x7b','\x7f','\x6a','\x6d','\xa2','\x78','\xa2','\xfd','\x3f','\x00','\x00','\xc0','\x2b','\x38','\x6a','\xcc','\x2c','\xcb','\x92','\x86','\x61','\x38','\x0e','\x41','\x98','\xe7','\x79','\x3d','\x21','\xdf','\xf3','\x13','\x45','\xd1','\xb2','\x2c','\xa9','\xef','\x7b','\x45','\x10','\x00','\x00','\x70','\xba','\xbc','\x7e','\x29','\xc5','\xea','\xb5','\x5a','\xed','\xb2','\x89','\xc1','\x4e','\xe9','\x57','\xb7','\xa7','\x6c','\x15','\x45','\x41','\x54','\x3b','\x06','\x00','\x00','\xf0','\x6c','\x7b','\xab','\xd7','\x52','\xfa','\x6d','\x10','\x6a','\xcd','\x5a','\x00','\x75','\x5d','\xb7','\x29','\x72','\xf2','\x75','\x73','\xf1','\x31','\x4d','\x93','\x3d','\x40','\x00','\x00','\xc0','\xe9','\xf6','\x42','\x0e','\xc2','\xde','\xea','\xb5','\x4d','\x01','\x74','\xb9','\x5c','\xd6','\xe5','\x6e','\x79','\xf8','\xc1','\xb2','\x2c','\xeb','\x9c','\x20','\x05','\x10','\x00','\x00','\x70','\xb6','\xbe','\xef','\x53','\xdf','\xf7','\xd5','\x63','\x47','\xcd','\x9b','\xcd','\x1e','\xa0','\xe8','\xf8','\x94','\x27','\xe6','\xcb','\xe3','\x14','\x40','\x00','\x00','\xc0','\x2b','\x9b','\xe7','\x39','\x8d','\xe3','\x98','\xc6','\x71','\xbc','\x3b','\xd6','\x96','\x27','\x85','\xda','\xe0','\xd3','\xcb','\xe5','\x22','\x04','\x01','\x00','\x00','\x38','\x5d','\x59','\xbf','\xd4','\xd4','\x6a','\x97','\xb5','\x67','\x94','\x77','\x80','\x62','\x2d','\x5d','\x7e','\x3f','\xe6','\x04','\xe9','\x00','\x01','\x00','\x00','\x67','\x3b','\x9a','\x51','\xda','\xb6','\xed','\x6e','\xe3','\x66','\x2d','\x80','\x62','\x0d','\x5d','\xbe','\xf7','\x27','\xa5','\xdf','\x3a','\x41','\x29','\xa5','\x74','\xbb','\xdd','\xa4','\xc0','\x01','\x00','\x00','\x2f','\xe1','\x68','\x75','\x5a','\xdf','\xf7','\xd5','\xda','\x65','\x2d','\x80','\x9a','\xa6','\xd9','\x74','\x78','\x6a','\x91','\xd7','\xb7','\xdb','\x4d','\x07','\x08','\x00','\x38','\xdd','\xde','\x84','\x77','\xbe','\x4f','\xed','\x3d','\x60','\xfe','\x58','\xbe','\x57','\xfc','\xe8','\xf7','\xa7','\x5c','\x69','\xb4','\x2c','\xcb','\x66','\xdb','\x45','\x7e','\x1d','\xbf','\xc7','\x1c','\xe9','\xba','\x2e','\x75','\x5d','\x57','\x3d','\x96','\x87','\xba','\x95','\xfa','\xf2','\xa4','\xfc','\x0f','\x5a','\xfe','\x07','\xb3','\x69','\x9a','\x4d','\x87','\x08','\x00','\xe0','\x2c','\xde','\x18','\x3f','\x5f','\xed','\x7b','\x5e','\x3e','\xf6','\x99','\xdf','\x97','\x38','\xb7','\xfc','\xf5','\xb3','\xd7','\x81','\x9a','\x65','\x59','\xd2','\x30','\x0c','\xd5','\x41','\xa9','\x6b','\xcf','\x68','\x9a','\xa6','\x34','\x0c','\x43','\x4a','\xa9','\xfe','\x87','\x6e','\x9e','\xe7','\xd4','\x75','\x9d','\x10','\x04','\x00','\x00','\xe0','\x74','\xf3','\x3c','\x57','\x0b','\x9c','\x94','\x7e','\xeb','\x24','\xd6','\x62','\xb2','\xd7','\x6a','\x26','\xef','\x00','\xd5','\x86','\xa0','\xa6','\xf4','\x2b','\x05','\x4e','\x07','\x08','\x00','\x00','\x38','\xdb','\x34','\x4d','\x69','\x9e','\xe7','\xea','\xb1','\x65','\x59','\x52','\xd7','\x75','\xd5','\xe3','\x9b','\x41','\xa8','\x65','\xca','\x5b','\xb9','\x76','\xee','\xe7','\xcf','\x9f','\x5f','\xf9','\x9a','\x01','\x00','\x80','\xdf','\xe1','\x68','\x8f','\xcb','\xbb','\x38','\x5a','\x9d','\x16','\xdb','\x77','\x6a','\xc7','\xd7','\x47','\xda','\xb6','\x5d','\x93','\x12','\xf2','\xee','\x4f','\xc4','\xcb','\x2d','\xcb','\xb2','\xdb','\x62','\x02','\x00','\x00','\x9e','\xa3','\x7c','\xaf','\xfe','\xae','\x62','\x4c','\x4f','\xcd','\xb2','\x2c','\xbb','\xdf','\x9b','\xbb','\x25','\x70','\xe5','\xfd','\xb8','\x68','\x9e','\xd8','\x01','\x00','\x00','\x9c','\x23','\xdf','\xaf','\xdf','\xb6','\xed','\xdb','\x36','\x29','\x6a','\xa9','\xd5','\xf9','\xb1','\x71','\x1c','\xab','\x83','\x52','\xab','\x21','\x08','\x29','\x6d','\x0b','\x9d','\xb6','\x6d','\x53','\xd3','\x34','\xe9','\xc7','\x8f','\x1f','\xbb','\x55','\x16','\x00','\x00','\xf0','\x5c','\xef','\xdc','\x01','\xda','\x2b','\x70','\x42','\x44','\xac','\x97','\x36','\x1d','\xa0','\x50','\xc6','\x10','\xd6','\x72','\xd9','\x01','\x00','\x80','\xe7','\x2a','\x57','\x6c','\xbd','\x73','\x42','\xf3','\x51','\x0a','\x5c','\x4a','\xbf','\x02','\xdc','\x6a','\x1d','\xa2','\x4d','\x08','\x42','\xdb','\xb6','\x69','\x9e','\xe7','\x34','\xcf','\xf3','\x5a','\xec','\xe4','\x55','\xe5','\x38','\x8e','\x0a','\x20','\x00','\x00','\x38','\x59','\x3e','\xbf','\xf3','\x5d','\xdf','\x9f','\x7f','\x24','\x04','\xa1','\xe6','\x2e','\x05','\xae','\x9c','\xce','\x9b','\x52','\x5a','\x83','\x10','\xde','\xb9','\xc5','\x06','\x00','\x00','\x67','\xcb','\x03','\xcb','\xc2','\xbb','\x76','\x81','\x8e','\x42','\x10','\x52','\xfa','\xd5','\xbc','\xa9','\x75','\x80','\xd6','\xb2','\x28','\x5a','\x48','\xf9','\x49','\xd1','\x56','\xcb','\x8b','\xa2','\x77','\xad','\x30','\x01','\x00','\xe0','\x15','\xec','\x6d','\xfc','\x7f','\x47','\x7b','\xdf','\x8b','\x65','\x59','\xd2','\x38','\x8e','\xd5','\x25','\x72','\x9b','\x10','\x84','\xbc','\x00','\x6a','\x9a','\x66','\x2d','\x7e','\xe2','\xb1','\xeb','\xf5','\xfa','\xb6','\x15','\x26','\x00','\x00','\xbc','\x9a','\x79','\x9e','\xdf','\xf6','\xfd','\xf9','\xa3','\x3d','\x40','\xb1','\xad','\xa7','\xb4','\xf9','\x6e','\xe5','\xb3','\x7e','\x62','\xc9','\x5b','\xde','\xf5','\x11','\x82','\x00','\x00','\x00','\xe7','\x8b','\xf7','\xe8','\xef','\x5a','\xfc','\xa4','\xf4','\xb8','\x00','\xda','\xdb','\x03','\xb4','\x3e','\x1a','\x7b','\x80','\x52','\xda','\x0e','\x57','\x8a','\xae','\x50','\xdb','\xb6','\x87','\x31','\x73','\x00','\x00','\xc0','\x73','\x58','\x06','\xf7','\xeb','\x7b','\x70','\xb4','\x07','\xa8','\xef','\xfb','\xe3','\x0e','\x50','\x5c','\x20','\x5f','\x02','\x57','\x7e','\x48','\x81','\x03','\x00','\x3e','\xc2','\xfb','\x05','\xe0','\xbb','\xe5','\x0d','\x9c','\x9a','\xbd','\x00','\xb7','\xb5','\x03','\xd4','\x34','\xcd','\xba','\x4e','\xae','\x9c','\x03','\x14','\x7b','\x81','\xde','\xb9','\xc5','\x06','\x00','\x7c','\x9c','\x9f','\x4e','\x03','\xcf','\x70','\xf4','\xc3','\x96','\xc8','\x38','\x28','\xad','\x15','\xcd','\x30','\x0c','\x69','\x9a','\xa6','\x75','\xdf','\x4f','\xbe','\xdf','\x27','\xee','\x5f','\xaf','\xd7','\xdd','\xb5','\x74','\x00','\x00','\x00','\xcf','\xf2','\x68','\x0f','\xd0','\x34','\x4d','\xd5','\x0e','\xd1','\x5a','\x00','\x95','\x41','\x07','\x79','\xf1','\x13','\x85','\x51','\x5c','\x08','\x00','\x00','\xe0','\x4c','\xd1','\xb8','\xd9','\x73','\xb9','\x5c','\xaa','\xc7','\xef','\x06','\xa1','\xe6','\xca','\x2e','\xd0','\x30','\x0c','\x5a','\xda','\x00','\x00','\xc0','\xe9','\xba','\xae','\x3b','\xdc','\xa2','\xb3','\x17','\x82','\xb0','\xd9','\x03','\x94','\x87','\x20','\xe4','\x8f','\xc7','\x1e','\xa0','\xbc','\x13','\x04','\x00','\x00','\x70','\xa6','\xa3','\x10','\x84','\xbd','\x95','\x6b','\x9b','\x25','\x70','\x79','\x1b','\x29','\x0a','\xa1','\x58','\x0e','\xb7','\x2c','\x4b','\xb5','\x40','\x02','\x00','\x00','\x78','\xb6','\x47','\x01','\x6d','\x7b','\xcd','\x9b','\xf5','\x59','\xb1','\x89','\x28','\x2f','\x70','\x22','\xfc','\x20','\x3a','\x40','\x1f','\xf9','\x44','\x00','\x00','\x00','\xdf','\x6d','\x9a','\xa6','\xc3','\x39','\xa5','\x91','\x70','\x5d','\xda','\x74','\x80','\xf2','\x2e','\x50','\xbe','\xf7','\x27','\x9e','\xdc','\xf7','\xbd','\x5c','\x7f','\x00','\x00','\xe0','\x74','\xd3','\x34','\x1d','\xd6','\x26','\x0f','\x07','\xa1','\xf6','\x7d','\x7f','\x37','\x08','\x35','\xff','\x35','\xa5','\x5f','\x51','\xd9','\x00','\x00','\x00','\x67','\x3b','\x0a','\x41','\x88','\xe6','\xcd','\x61','\x01','\x14','\x21','\x08','\x71','\x3b','\x96','\xbf','\xe5','\x03','\x50','\x1f','\x55','\x59','\x00','\x00','\x29','\x1d','\x0f','\x27','\x04','\xf8','\x0a','\x6d','\xdb','\xee','\x16','\x40','\xf3','\x3c','\xef','\xc6','\x64','\xdf','\x2d','\x81','\x8b','\xa2','\x27','\x7f','\x2c','\x6e','\xe7','\xb1','\xd8','\x00','\x00','\x7b','\x84','\x26','\x01','\xdf','\x2d','\xaf','\x5b','\x6a','\xc7','\x86','\x61','\xa8','\x26','\xc1','\xad','\x05','\x50','\x6c','\x22','\x2a','\x07','\xa2','\xae','\x27','\xb6','\x6d','\xba','\x5c','\x2e','\x42','\x10','\x00','\x00','\x80','\xd3','\x8d','\xe3','\xb8','\x1b','\x75','\x9d','\xd2','\xaf','\x2e','\x50','\xdf','\xf7','\x77','\x8f','\x6f','\x3a','\x40','\x65','\xe7','\x27','\x8a','\x9d','\xfc','\xbe','\x0e','\x10','\x00','\x00','\x70','\xb6','\x7c','\xb5','\x5a','\xcd','\xe5','\x72','\x39','\x5e','\x02','\x17','\x9b','\x88','\xca','\xa2','\x27','\x2f','\x8a','\xca','\x98','\x6c','\x00','\x00','\x80','\x33','\x3c','\x5a','\x02','\x57','\xeb','\xfe','\xa4','\x94','\xd2','\xfa','\x68','\x14','\x40','\x65','\x95','\x94','\x5f','\x78','\x18','\x06','\x1d','\x20','\x80','\x37','\x90','\xff','\x00','\xec','\xbb','\x9f','\xff','\xd1','\x73','\xff','\xc8','\x6b','\xfa','\x8a','\xaf','\x27','\xa5','\xe3','\x7d','\x2d','\x7f','\xf4','\x73','\x7c','\xd7','\xb5','\xfe','\xe8','\xe7','\xf8','\x3d','\xaf','\xe5','\x19','\xaf','\x9f','\xd7','\xb2','\xf7','\x93','\xf8','\x47','\x8f','\xe5','\x7f','\x4e','\x6a','\x7f','\x66','\x1e','\x1d','\xe7','\xbd','\xf5','\x7d','\xbf','\xbb','\x3d','\xe7','\xa8','\x79','\xd3','\xe7','\x27','\xe5','\xc3','\x82','\x62','\x0f','\x50','\xbe','\x76','\xae','\x69','\x9a','\xea','\x34','\x55','\x00','\xfe','\x5a','\xfe','\xe8','\x1b','\x8d','\xcf','\x3c','\xff','\xa3','\xe7','\xfe','\x91','\xd7','\xf4','\x8c','\xaf','\xe7','\x2b','\xdf','\x9c','\x3d','\xe3','\x8d','\xde','\x77','\x7e','\xdf','\xbd','\x51','\x7d','\x3f','\x47','\x3f','\x89','\x87','\xef','\xf2','\x68','\x09','\xdc','\xde','\x1e','\xa1','\xb5','\x00','\x8a','\x10','\x84','\x28','\x70','\xf2','\x6a','\x2a','\x2e','\x7c','\xbd','\x5e','\xd7','\xa8','\x6c','\x00','\x00','\x80','\xb3','\x3c','\x1a','\xd1','\x93','\x67','\x1a','\xe4','\x36','\x21','\x08','\xf9','\xaf','\x29','\xa5','\x75','\x30','\x6a','\x3c','\xd6','\xb6','\xad','\xea','\x1e','\xe0','\xcd','\x59','\x0a','\x0d','\xc0','\x2b','\x98','\xe7','\xf9','\x30','\x05','\x6e','\x2f','\x04','\x61','\xed','\x00','\x45','\x00','\x42','\x54','\x49','\x51','\xe8','\xe4','\xf7','\xf3','\x98','\x6c','\x00','\xde','\x93','\x1f','\x84','\x01','\x9c','\xaf','\x4c','\x6d','\x7e','\x47','\x6d','\xdb','\x1e','\xae','\x4e','\xdb','\x6b','\xde','\xac','\xdf','\xb1','\xa6','\x69','\x36','\x17','\x88','\xfd','\x3f','\xf1','\xcd','\x9d','\xe7','\x79','\xb3','\x44','\x0e','\x00','\x60','\x8f','\x1f','\x98','\xc2','\xf7','\x89','\xa0','\x91','\xb6','\x6d','\xdf','\xfa','\xbd','\x79','\xd7','\x75','\x87','\x05','\x50','\x9e','\x6f','\x90','\xdb','\x2c','\x81','\x8b','\x42','\x27','\x97','\x2f','\x8d','\x7b','\xe7','\x0a','\x13','\x00','\xf8','\x38','\x9d','\x42','\xf8','\x3e','\xf9','\xdf','\xaf','\xb6','\x6d','\x0f','\x97','\x81','\xbd','\xb3','\xbd','\x10','\x84','\xb5','\xa2','\x89','\x0e','\x4f','\x4a','\xdb','\xaa','\x32','\x9f','\x07','\x74','\xbd','\x5e','\x15','\x41','\x00','\x00','\x70','\x92','\xb2','\xbb','\xfa','\xce','\x1d','\xa0','\x08','\x71','\xdb','\xf3','\xa1','\x0e','\x50','\x4a','\xdb','\x18','\xc3','\x32','\x7b','\xfd','\x51','\xd4','\x1c','\x00','\x00','\xf0','\x1c','\xb1','\x42','\xeb','\x9d','\xdf','\x9f','\x1f','\x7d','\xed','\xd7','\xeb','\xb5','\xfa','\xf8','\x5a','\x00','\xc5','\x20','\xa1','\x28','\x80','\x62','\xe6','\x4f','\x5e','\x10','\xed','\x0d','\x13','\x02','\x00','\x00','\x9e','\x27','\x1f','\x38','\xfc','\xce','\x2b','\xb4','\x8e','\xbe','\xf6','\x48','\xb4','\xbe','\x7b','\x4e','\xdc','\x68','\x9a','\x26','\xf5','\x7d','\xbf','\x06','\x1f','\x44','\x3b','\x2d','\xba','\x3e','\x31','\x4d','\xf5','\x9d','\x2b','\x4c','\x00','\x00','\x38','\x53','\xac','\xca','\xca','\xdf','\xd8','\xbf','\xeb','\xfb','\xf3','\x47','\x29','\x70','\xe3','\x38','\x3e','\x5e','\x02','\x17','\x1d','\x9f','\xbd','\x6f','\x6a','\x3e','\x13','\x08','\x00','\x00','\x78','\x3e','\x2b','\xb2','\x7e','\x79','\xf4','\x7d','\x78','\x18','\x82','\x30','\x4d','\xd3','\x66','\x13','\x55','\x1e','\x82','\x10','\xf7','\xbb','\xae','\x7b','\xeb','\x16','\x1b','\x00','\x00','\xbc','\x92','\x65','\x59','\x0e','\xbb','\x20','\x7f','\x65','\xd3','\x34','\x3d','\x4c','\xc0','\xab','\xd5','\x2e','\xeb','\x20','\xd4','\xbc','\x03','\x14','\xd5','\x54','\x74','\x82','\xe2','\xa3','\xef','\xfb','\xbb','\x0b','\x00','\x00','\x00','\xcf','\x95','\x37','\x29','\xde','\x55','\x6d','\x84','\x4f','\x6e','\x2f','\x20','\x62','\x13','\x82','\xd0','\x75','\xdd','\x66','\xcf','\x4f','\x5c','\x38','\x9e','\x7c','\xbb','\xdd','\xbe','\xe1','\xa5','\x03','\x00','\x00','\x9f','\x91','\x37','\x2d','\xde','\xd5','\xa3','\xef','\xc1','\xf5','\x7a','\xad','\x1e','\x5f','\x5b','\x3a','\xb1','\xc4','\xad','\xac','\x26','\xf3','\xf8','\xeb','\x61','\x18','\xec','\x01','\x02','\x00','\x00','\x4e','\xd7','\x75','\xdd','\xee','\x0a','\xb5','\x08','\x70','\xab','\xd9','\xa4','\xc0','\x1d','\x25','\x4a','\x44','\xca','\x82','\x02','\x08','\x00','\x00','\x38','\xdb','\x51','\xf7','\xa7','\x6d','\xdb','\xdd','\x10','\x84','\xb5','\x64','\x1a','\x86','\x21','\x0d','\xc3','\x70','\x78','\xa1','\xae','\xeb','\xde','\x76','\x93','\x15','\x00','\x00','\xf0','\x3a','\xa6','\x69','\x4a','\xe3','\x38','\x56','\x8f','\xc5','\x0a','\xb6','\x5a','\x08','\xc2','\xdd','\x23','\xb1','\x96','\xae','\x0c','\x40','\x68','\x9a','\x26','\x5d','\x2e','\x97','\xc3','\x8d','\x46','\x00','\x00','\x00','\xcf','\x30','\xcf','\xf3','\x61','\x6d','\x72','\xb9','\x5c','\x8e','\xe7','\x00','\x45','\x77','\x27','\xbf','\x48','\x1e','\x86','\x30','\xcf','\x73','\xfa','\xf9','\xf3','\xe7','\x57','\xbe','\x66','\x00','\x00','\x80','\xdf','\xe5','\x68','\x10','\x6a','\x8c','\xf4','\xa9','\x3e','\x2f','\xbf','\xd3','\xf7','\xfd','\x5d','\xf7','\x27','\xe2','\xe5','\xda','\xb6','\x4d','\xd3','\x34','\xd9','\x03','\x04','\x00','\x00','\x9c','\xee','\xa8','\x00','\xca','\x1b','\x39','\x77','\xcf','\x8b','\x1b','\x4d','\xd3','\x54','\xbb','\x3f','\x51','\x39','\xed','\xad','\xa1','\x03','\x00','\x00','\x78','\x35','\xc3','\x30','\x54','\x97','\xc8','\xad','\x15','\xcd','\x38','\x8e','\x69','\x18','\x86','\xf5','\x40','\x5e','\x31','\x45','\x65','\x15','\xb3','\x82','\x00','\x00','\x00','\xce','\x34','\xcf','\xf3','\x6e','\xd4','\x75','\x2d','\xe1','\x3a','\x6c','\x5a','\x3a','\x47','\x13','\x65','\xa3','\x03','\x24','\x04','\x01','\x00','\x00','\x38','\xdb','\x34','\x4d','\x87','\xb5','\xc9','\xde','\x8c','\xa0','\xb5','\x00','\x8a','\x35','\x74','\x91','\xa6','\x90','\x0f','\x40','\xcd','\x83','\x10','\xde','\x7d','\xe2','\x2c','\x00','\x00','\x70','\xbe','\x47','\x23','\x7a','\xba','\xae','\x3b','\xee','\x00','\xb5','\x6d','\xbb','\xa9','\x92','\xa2','\xe8','\x89','\x02','\xe8','\xa8','\xc5','\x04','\x00','\x00','\xf0','\x4c','\x6d','\xdb','\xee','\x66','\x14','\x44','\x0d','\x53','\x2b','\x80','\x36','\x7d','\xa1','\x69','\x9a','\x36','\x17','\x69','\x9a','\x66','\xad','\x9c','\xa2','\xba','\xb2','\x04','\x0e','\x00','\x00','\x78','\x05','\x47','\x09','\xd5','\xc3','\x30','\x54','\x07','\xa5','\x6e','\x42','\x10','\xf2','\x0e','\x4f','\x39','\x04','\x75','\x9e','\xe7','\xd4','\xf7','\xbd','\x24','\x38','\x00','\x00','\xe0','\x74','\x8f','\x06','\xa1','\xc6','\x28','\x9f','\xd2','\xfa','\x48','\xbe','\xd4','\x2d','\xee','\xcf','\xf3','\xbc','\x69','\x1f','\xc5','\xbe','\x20','\x00','\x00','\x80','\x33','\x3d','\x2a','\x80','\x2e','\x97','\xcb','\xf1','\x1e','\xa0','\xae','\xeb','\x52','\xdb','\xb6','\x9b','\x22','\xa7','\x69','\x9a','\x34','\x4d','\xd3','\x3a','\x00','\x75','\x9a','\x26','\x21','\x08','\x00','\x00','\xc0','\xe9','\xa2','\x41','\x53','\xb3','\x2c','\xcb','\x6e','\x0a','\xdc','\xfa','\x68','\x19','\x82','\x90','\x2f','\x7f','\x8b','\xfb','\x51','\x08','\x01','\x00','\xc0','\x23','\xe5','\xfb','\xc6','\x3c','\x5d','\xf8','\xe8','\xbc','\x90','\xbf','\xb9','\xdd','\x7b','\xb3','\xeb','\x87','\xf3','\xef','\xab','\xeb','\xba','\x74','\xb9','\x5c','\xaa','\xc7','\x62','\x0b','\x4f','\xcd','\x5a','\xf1','\xc4','\x92','\xb7','\xf2','\x0f','\x57','\xd3','\x34','\xa9','\x6d','\x5b','\x85','\x0f','\x00','\x00','\x9f','\x52','\x16','\x27','\x8a','\x15','\xbe','\xda','\x51','\x8d','\x72','\xbb','\xdd','\xaa','\x45','\xd0','\xba','\x04','\x2e','\x62','\xae','\x63','\xdf','\x4f','\xbe','\x14','\x2e','\xee','\x5f','\xaf','\x57','\x21','\x08','\x00','\x00','\xc0','\xe9','\xe6','\x79','\xae','\xa6','\xbc','\xa5','\x94','\x36','\x19','\x06','\xa5','\x4d','\x01','\x54','\x0e','\x40','\xcd','\x1f','\xcf','\x8b','\x21','\x00','\x00','\x80','\x33','\xe5','\x35','\x4a','\xa9','\x6d','\xdb','\xc7','\x83','\x50','\xfb','\xbe','\xbf','\xdb','\x28','\x54','\x16','\x43','\x7b','\x15','\x16','\x00','\x00','\xf0','\x3c','\x9a','\x12','\xbf','\xf6','\x00','\xc5','\xac','\xd2','\x9a','\xbd','\x10','\x84','\xb5','\x00','\x6a','\x9a','\x66','\x3d','\x29','\xaf','\x94','\xa2','\x7a','\x4a','\xe9','\xb8','\xca','\x02','\x00','\x00','\x9e','\x23','\xde','\xaf','\x1f','\xc5','\x40','\xff','\xd5','\x45','\x56','\x41','\xcd','\xb2','\x2c','\x69','\x1c','\xc7','\xe3','\x0e','\x50','\x4a','\x69','\x5d','\x02','\x17','\x17','\x2c','\x3f','\x41','\x5c','\x0c','\x00','\x00','\x38','\x5f','\xdb','\xb6','\x6f','\x5b','\x04','\x3d','\xaa','\x4b','\xa6','\x69','\xaa','\xae','\x60','\x6b','\xcb','\x13','\x6a','\x17','\x8a','\xe2','\x27','\xef','\x06','\x01','\x00','\x00','\xe7','\x7a','\xe7','\xe6','\x44','\x84','\xb8','\xd5','\xc4','\x36','\x9e','\xda','\x32','\xb8','\x4d','\x08','\x42','\x7e','\x72','\xfe','\x11','\x9d','\xa1','\xbe','\xef','\xdf','\xb6','\xc2','\x04','\x00','\x80','\x57','\x12','\x49','\x67','\xef','\x6a','\x59','\x96','\xdd','\x02','\x28','\x6a','\x97','\x5a','\x81','\xb8','\x16','\x40','\xb1','\x89','\xa8','\x5c','\x02','\x97','\xc7','\xc7','\xdd','\x6e','\xb7','\xb7','\xfe','\x26','\x03','\x00','\xc0','\x2b','\x78','\xf7','\xe2','\x27','\x3c','\x0a','\x41','\x38','\xdc','\x03','\xd4','\xb6','\xed','\xba','\x89','\x28','\x9f','\x01','\x94','\x17','\x40','\x42','\x10','\x00','\x00','\xe0','\x5c','\x8a','\x9f','\x5f','\x2e','\x97','\xcb','\x61','\x01','\x34','\x4d','\x53','\xb5','\x76','\x59','\x17','\xc5','\xc5','\xbc','\x9f','\x32','\x49','\x21','\x9f','\xff','\xd3','\xb6','\xad','\x02','\x08','\x00','\x00','\x4e','\xa4','\xf8','\xf9','\x25','\x1f','\xd7','\x53','\x3b','\x36','\x8e','\x63','\x75','\xfb','\xce','\xdd','\x20','\xd4','\x38','\xa9','\xfc','\xc6','\xb6','\x6d','\xfb','\xb0','\xca','\x02','\x00','\x00','\xbe','\x57','\xfe','\xa6','\x3f','\x9a','\x14','\xef','\x28','\xaf','\x5d','\x4a','\xb1','\xa2','\xad','\x56','\xbb','\x54','\xbf','\x5b','\x65','\x35','\x15','\x41','\x08','\x3a','\x40','\x00','\x00','\x70','\xae','\x78','\x73','\xff','\xee','\x4b','\xe1','\xa6','\x69','\xda','\x0d','\x41','\x48','\x29','\x3d','\x0e','\x41','\x88','\x88','\xeb','\x72','\xde','\x4f','\xec','\x01','\x6a','\x9a','\x26','\xdd','\x6e','\x37','\x05','\x10','\x00','\x00','\x9c','\x2c','\xdf','\xa7','\xff','\xae','\x8e','\x46','\xf4','\x44','\x0a','\xdc','\x61','\x07','\xa8','\x69','\x9a','\xc3','\xe5','\x6d','\x47','\x2d','\x26','\x00','\x00','\x80','\x67','\xea','\xba','\x6e','\x77','\xf9','\x5f','\xd4','\x2e','\xb5','\x0e','\xd1','\x1a','\x82','\xd0','\x34','\xcd','\x3a','\xef','\x27','\xee','\xe7','\xad','\xb5','\xb2','\x33','\x04','\x00','\x00','\x70','\x96','\xa3','\x2e','\x58','\xd3','\x34','\x69','\x18','\x86','\x6a','\x03','\x67','\x2d','\x80','\xa6','\x69','\x4a','\xe3','\x38','\xa6','\x69','\x9a','\x52','\xd3','\x34','\x6b','\x35','\x95','\xef','\x07','\xfa','\xf1','\xe3','\xc7','\xdb','\x6e','\xb2','\x02','\x00','\x00','\x5e','\xc7','\x38','\x8e','\x69','\x1c','\xc7','\xdd','\xe3','\x7b','\x01','\x11','\x7d','\x7e','\x42','\xd9','\xdd','\x89','\xe1','\x41','\x79','\x17','\x48','\x07','\x08','\x00','\x00','\x38','\xdb','\xd1','\x8c','\xd2','\xd8','\x03','\x54','\xb3','\x3e','\x1a','\x83','\x50','\xcb','\x61','\xa8','\xf9','\xbe','\xa0','\xdb','\xed','\xf6','\x95','\xaf','\x19','\x00','\x00','\xe0','\x77','\x39','\xda','\x03','\xb4','\x2c','\x4b','\xea','\xfb','\xbe','\x7a','\xfc','\x2e','\x05','\x2e','\x7f','\x52','\x5e','\x55','\xc5','\x46','\x22','\x1d','\x20','\x00','\x00','\xe0','\x6c','\x6d','\xdb','\xee','\x76','\x79','\x52','\xda','\x0f','\x71','\xdb','\xa4','\xc0','\xd5','\x4e','\x8a','\xa5','\x71','\xef','\x9e','\x33','\x0e','\x00','\x00','\xbc','\x8e','\x47','\xdb','\x73','\x86','\x61','\xa8','\xa6','\xc0','\xad','\x05','\x50','\x84','\x20','\xa4','\x94','\xd6','\x62','\x27','\x06','\x9f','\xc6','\x06','\xa2','\xcb','\xe5','\x72','\x18','\x95','\x0d','\x00','\x00','\xf0','\x0c','\x7b','\x31','\xd7','\xe1','\x61','\x08','\xc2','\x34','\x4d','\x77','\x27','\x95','\x1d','\x9f','\x58','\x16','\x07','\x00','\x00','\x70','\xa6','\x71','\x1c','\x0f','\x6b','\x93','\xbd','\xe5','\x71','\x6b','\xb5','\xd3','\x75','\xdd','\x7a','\x52','\x24','\xbe','\xc5','\x5c','\xa0','\x28','\x84','\xf2','\x39','\x41','\x00','\x00','\x00','\x67','\xe9','\xba','\xee','\x70','\x75','\x5a','\x24','\x5a','\x97','\x36','\x7b','\x80','\xba','\xae','\x5b','\x83','\x0e','\x62','\x3d','\x5d','\xdc','\x16','\x82','\x00','\x00','\x00','\xbc','\x8a','\xa3','\x14','\xb8','\x94','\xd2','\xee','\x8c','\xa0','\xf5','\x19','\x51','\xd8','\xd4','\x36','\x13','\x1d','\x1d','\x03','\x00','\x00','\x38','\xc3','\x5e','\x50','\x5b','\xd3','\x34','\xbb','\x4b','\xe4','\xd6','\x02','\x68','\x9e','\xe7','\x4d','\x95','\x14','\x21','\x08','\xf1','\xa4','\x18','\x26','\x24','\x04','\x01','\xe0','\xbd','\xf9','\x41','\x18','\x00','\xaf','\x20','\x0f','\x71','\x2b','\xe5','\x0d','\x9c','\x52','\x9f','\x9f','\x54','\xee','\xf9','\x89','\x50','\x84','\x98','\x11','\xd4','\x75','\x9d','\xff','\xf8','\x00','\xde','\x9c','\xbd','\xa0','\x00','\xbc','\x82','\x7c','\xdb','\x4e','\xcd','\xe5','\x72','\xa9','\x3e','\x7e','\x17','\x82','\x90','\xcf','\xfd','\x09','\x4d','\xd3','\xa4','\x69','\x9a','\xd2','\xed','\x76','\x53','\x00','\x01','\x00','\x00','\x2f','\x61','\xaf','\xc8','\x89','\xd5','\x6c','\x87','\x1d','\xa0','\x38','\x29','\xa5','\xfb','\xb5','\x74','\x71','\x5f','\x04','\x36','\xbc','\x9e','\x47','\x43','\x8a','\xbf','\xfa','\x87','\x16','\x7e','\xfa','\x7f','\xbe','\xf2','\x07','\x54','\x7b','\xc7','\x63','\xdf','\x66','\x6d','\xa4','\xc1','\xd1','\x63','\x71','\xbb','\xfc','\xb3','\xb3','\xf7','\xb9','\xca','\xe7','\x1d','\xbd','\xee','\xfc','\xba','\xe5','\xed','\xf2','\xb5','\x3f','\xba','\xe6','\x47','\xbf','\xb6','\xcf','\xbe','\xce','\x23','\x1f','\x79','\xee','\x47','\xaf','\x9f','\x7f','\x3f','\xbe','\xe2','\xef','\xd5','\xb3','\x06','\x96','\x3f','\xe3','\xf3','\x9c','\xf9','\x3d','\xf9','\xe8','\x9f','\xe3','\xf2','\xfe','\xde','\xbf','\xb5','\xb5','\xbf','\x8f','\x7b','\xd7','\x38','\xf2','\xca','\xff','\xf6','\xee','\xed','\x1d','\x2f','\x03','\xb5','\xca','\x8f','\xfc','\x58','\xdc','\x8e','\xaf','\x33','\xff','\x35','\x7f','\x23','\x5b','\x3e','\x5e','\x7e','\x5f','\x5e','\xf9','\xfb','\xc4','\xd7','\x3b','\x4a','\x81','\xcb','\x57','\xb7','\x95','\x36','\x05','\x50','\xed','\x89','\xf1','\x78','\xfc','\xc1','\x53','\x04','\xc1','\x6b','\xf9','\x33','\xff','\xa7','\xc9','\xef','\xf3','\x99','\xdf','\xf3','\xbd','\x8d','\xa1','\x1f','\x79','\xce','\x47','\xfe','\xec','\x3c','\xfa','\x5c','\xb5','\x73','\x8f','\x9e','\xf3','\x99','\x37','\x33','\x1f','\xfd','\xda','\x3e','\xfb','\x3a','\x8f','\x7c','\xf6','\x7b','\xf2','\x91','\xf3','\xbe','\xea','\xef','\xe8','\xb3','\xfe','\xae','\x3f','\xe3','\xf3','\x9c','\xf9','\x3d','\xf9','\xec','\xbf','\xa9','\x8f','\x7e','\x1f','\x3f','\xf2','\x77','\xeb','\xcf','\xfe','\xef','\xf4','\x5f','\xed','\xeb','\xe1','\xcf','\x65','\xef','\x07','\x69','\x29','\xfd','\x4a','\x81','\xab','\xed','\x11','\x5a','\x0b','\xa0','\x61','\x18','\xd2','\x38','\x8e','\xbb','\x7f','\x68','\xe7','\x79','\x5e','\xf7','\x02','\x01','\x00','\x00','\x9c','\x29','\xc6','\xf4','\x1c','\x1d','\xaf','\xd5','\x2e','\xeb','\x1e','\xa0','\xb6','\x6d','\xab','\x6d','\xda','\xfc','\x23','\xf6','\x08','\x01','\xf0','\xbe','\xfc','\x3f','\x00','\xc0','\x2b','\x98','\xe7','\x39','\x0d','\xc3','\x50','\x3d','\xd6','\x34','\x4d','\xfa','\xf1','\xe3','\x47','\xf5','\xd8','\x66','\x10','\x6a','\xdf','\xf7','\x9b','\x83','\xe5','\xba','\xcc','\xdb','\xed','\xa6','\xad','\x09','\xf0','\xe6','\xfc','\x3f','\x00','\xf0','\x1a','\xde','\xfd','\x07','\x52','\x6d','\xdb','\xde','\x85','\x20','\xe4','\x7b','\xc3','\xf6','\x86','\xa4','\x6e','\x3a','\x40','\xd1','\x05','\xca','\xbb','\x3f','\x79','\x11','\x64','\xff','\x0f','\x00','\x00','\x9c','\xab','\x16','\x26','\xf3','\x8e','\x8e','\xb6','\xe7','\x44','\x08','\x42','\xf5','\x79','\x71','\x63','\x9e','\xe7','\xbb','\x94','\x9c','\x98','\x03','\x14','\x9f','\x20','\xce','\x03','\x00','\x00','\xce','\x51','\x86','\x6b','\xbc','\x73','\x11','\xb4','\x97','\xa2','\xd8','\x34','\x4d','\xba','\xdd','\x6e','\xd5','\xda','\x65','\x53','\x00','\xe5','\x29','\x09','\xf9','\x37','\x32','\x3a','\x43','\x3f','\x7e','\xfc','\x10','\x82','\x00','\x00','\x00','\x2f','\xe2','\xdd','\x8b','\x9f','\x69','\x9a','\x76','\x8f','\xd7','\xa2','\xd2','\x53','\xca','\x0a','\xa0','\xbc','\x4d','\x54','\xab','\x2a','\x9f','\x35','\x5f','\x00','\x00','\x00','\xf8','\x98','\x77','\x7e','\x7f','\x3e','\x4d','\xd3','\xe1','\xea','\xb4','\xcb','\xe5','\x72','\x5c','\x00','\x75','\x5d','\x97','\xfa','\xbe','\x5f','\xe3','\xe4','\x62','\xe6','\x4f','\x5e','\x14','\x0d','\xc3','\x60','\x09','\x1c','\x00','\x00','\x70','\xba','\xb6','\x6d','\xd7','\x10','\xb7','\xda','\x70','\xdc','\xae','\xeb','\x8e','\x0b','\xa0','\xa6','\x69','\x36','\x27','\xe5','\xfb','\x7f','\xf2','\x20','\x04','\x00','\x00','\xe0','\x3c','\xde','\x97','\xff','\xd2','\xf7','\x7d','\x75','\x7b','\x4e','\xd4','\x33','\x91','\x71','\x70','\xf7','\xbc','\xfc','\x4e','\x74','\x7e','\x72','\x79','\x7c','\xdc','\xa3','\x61','\x43','\x00','\x00','\xc0','\xf7','\x7a','\xe7','\x65','\x6f','\x1f','\x15','\xab','\xd7','\x6a','\x05','\xd0','\x6e','\x08','\x42','\xad','\x8d','\xb4','\x57','\x65','\x01','\x00','\x00','\xe7','\x78','\xd7','\x82','\x68','\x1c','\xc7','\x34','\x8e','\xe3','\x6e','\xd8','\xc1','\x5e','\x86','\xc1','\x26','\x04','\x21','\x0f','\x42','\x88','\xdb','\xf9','\x13','\xcb','\x41','\xa9','\x00','\x00','\x00','\x67','\x28','\xb7','\xe9','\x94','\x41','\x6e','\x0f','\x43','\x10','\xf2','\x41','\x42','\xf9','\x70','\xa5','\x69','\x9a','\xd2','\x34','\x4d','\x69','\x59','\x96','\x34','\x0c','\xc3','\xdb','\x56','\x98','\x00','\x00','\xc0','\x6b','\xc9','\xb7','\xeb','\xa4','\x94','\x36','\x79','\x06','\x7b','\x2b','\xd7','\x36','\x29','\x70','\x79','\x08','\x42','\xfe','\x6b','\xdc','\x96','\x02','\x07','\x00','\x00','\xbc','\x82','\xbe','\xef','\xef','\x0a','\xa0','\xbc','\x23','\xb4','\x17','\x82','\xb0','\x3e','\x23','\x72','\xb4','\xdb','\xb6','\x5d','\x07','\x9f','\x46','\xf1','\x13','\x17','\x7e','\xf7','\x49','\xb3','\x00','\x00','\xc0','\xeb','\x68','\xdb','\x76','\x77','\x85','\xda','\xed','\x76','\xab','\x36','\x6f','\x36','\x21','\x08','\xf3','\x3c','\xaf','\xcb','\xdd','\xa2','\x08','\x4a','\xe9','\xb7','\x0d','\x44','\xd7','\xeb','\xf5','\xae','\xca','\x02','\x00','\x00','\x78','\xb6','\xa3','\x41','\xa8','\x51','\xc7','\xd4','\x6a','\x97','\xbb','\x18','\xec','\x78','\x42','\x14','\x3d','\x71','\xbb','\x2c','\x8a','\x00','\x00','\x00','\xce','\x12','\x0d','\x9c','\xbd','\x0e','\x50','\xd7','\x75','\xc7','\x4b','\xe0','\xba','\xae','\x4b','\x7d','\xdf','\xdf','\xa5','\x27','\xe4','\xe9','\x0a','\xc3','\x30','\x7c','\xf5','\xeb','\x06','\x00','\x00','\xf8','\xb4','\xb6','\x6d','\xd7','\x94','\xea','\xb2','\x08','\x8a','\xd5','\x6b','\xb5','\xe2','\x68','\xed','\x00','\xc5','\x05','\x6a','\x4f','\x8e','\x8f','\xbd','\x2c','\x6d','\x00','\x00','\x80','\x67','\xea','\xba','\x6e','\x77','\x7b','\x4e','\xdb','\xb6','\xeb','\x8c','\xa0','\xbb','\x63','\x71','\x63','\x9e','\xe7','\xcd','\xb4','\xd4','\xb2','\x13','\x94','\x17','\x41','\x00','\x00','\x00','\x67','\xdb','\xab','\x4d','\x62','\x79','\xdc','\x38','\x8e','\x77','\xc7','\xee','\x42','\x10','\x6a','\x62','\x1e','\x50','\xdc','\x06','\x00','\x00','\x38','\x53','\x84','\x20','\xd4','\xc6','\xf7','\xc4','\xf1','\x5a','\x87','\x68','\x53','\x00','\xe5','\x81','\x07','\xf9','\xc7','\x3c','\xcf','\xa9','\xeb','\xba','\x74','\xb9','\x5c','\x9e','\xf0','\xa5','\x00','\x00','\x00','\x3c','\xb6','\xd7','\x01','\x6a','\x9a','\xa6','\xba','\xbd','\x27','\xa5','\xac','\x00','\xea','\xfb','\x3e','\x5d','\x2e','\x97','\xc3','\x41','\xa8','\xb7','\xdb','\x4d','\x07','\x08','\x00','\x00','\x38','\xdd','\xd1','\x1e','\xa0','\xa6','\x69','\x76','\x9b','\x37','\x6d','\x7e','\x52','\x0c','\x12','\xca','\x03','\x0f','\xf2','\xfb','\x47','\x59','\xdb','\x00','\x00','\x00','\xcf','\x92','\xd7','\x2a','\xb5','\x24','\xeb','\x69','\x9a','\x8e','\x3b','\x40','\x29','\xa5','\xbb','\x00','\x84','\x72','\x29','\x5c','\xd7','\x75','\x0a','\x20','\x80','\x37','\x27','\x0c','\x07','\x80','\x57','\xb1','\xd7','\x01','\x4a','\x29','\xa5','\x71','\x1c','\xd7','\x1c','\x83','\xcd','\x73','\xf2','\x13','\x8e','\x52','\xe0','\xda','\xb6','\xdd','\x64','\x6d','\x03','\xf0','\x9e','\x2c','\x85','\x06','\xe0','\x15','\x44','\x56','\x41','\x4a','\xe9','\xae','\x13','\x74','\x34','\xc2','\xa7','\xcd','\x2f','\x50','\x76','\x7e','\xf2','\xfb','\x29','\xfd','\xda','\x27','\xa4','\x03','\x04','\x00','\x00','\x9c','\x6d','\x1c','\xc7','\x4d','\x0a','\x5c','\x88','\xfb','\x7b','\x8d','\x9b','\xb5','\x00','\xea','\xba','\x2e','\x75','\x5d','\x57','\x2d','\x82','\xa2','\x82','\x12','\x82','\x00','\x00','\x00','\xbc','\x82','\x58','\xa1','\xb6','\xa7','\xef','\xfb','\xea','\xf1','\xb5','\x2c','\xda','\xbb','\x40','\x99','\xa5','\xad','\x03','\x04','\x7f','\x3e','\x9f','\xdd','\xb3','\x91','\xff','\xbd','\xdf','\x6b','\x1f','\xf3','\xe7','\xf0','\x1d','\xbf','\x7f','\xef','\xf0','\x67','\xe2','\x1d','\xbe','\xc6','\xbf','\xa2','\xda','\x32','\xfe','\xbd','\xf3','\xca','\x55','\x2e','\xb9','\x7c','\xf0','\x7b','\x9c','\x9b','\x9f','\xb7','\xf7','\x58','\xed','\x7a','\xe5','\x79','\x7b','\x3f','\xa9','\x7e','\x74','\xec','\x23','\x5f','\xd7','\x2b','\x39','\xfa','\x7f','\xe7','\x8f','\xfc','\x9f','\xf4','\x91','\xc7','\x79','\x1f','\x7d','\xdf','\xaf','\x51','\xd7','\xf9','\xdf','\xff','\xf8','\x3b','\x1a','\x63','\x7e','\xee','\x9e','\x17','\x37','\xf2','\xf5','\x73','\xf9','\x93','\xe7','\x79','\x5e','\xdb','\x47','\x47','\x15','\x16','\xf0','\xba','\xfe','\xc8','\x7f','\x12','\xfe','\x83','\xf9','\x73','\xfb','\x8e','\xdf','\xbf','\x77','\xf8','\x33','\xf1','\x0e','\x5f','\xe3','\x5f','\xd1','\x47','\x7f','\xdf','\x8e','\x8a','\x8e','\xf2','\xf1','\xf2','\x57','\x3e','\xe6','\xe8','\xfb','\xe5','\x7b','\xc9','\x57','\x2a','\x53','\xab','\x73','\x7b','\x21','\x08','\x6b','\x01','\xb4','\x2c','\x4b','\x1a','\x86','\x61','\x2d','\x84','\xf2','\x62','\x27','\xaa','\xa8','\xcb','\xe5','\xa2','\x08','\x02','\x00','\x00','\x4e','\x37','\x4d','\xd3','\xa6','\xc0','\xa9','\x05','\x1f','\x74','\x5d','\x77','\xf7','\xbc','\xbb','\x6a','\x26','\xaf','\x9c','\xca','\x96','\x12','\x00','\x00','\xc0','\xab','\x88','\x02','\x28','\xba','\x40','\x79','\xb3','\xa6','\xeb','\xba','\xe3','\x25','\x70','\x31','\x04','\x35','\x9e','\x14','\x85','\x4f','\x54','\x4d','\xcb','\xb2','\xa4','\x71','\x1c','\xbf','\xf5','\x0b','\x00','\x00','\x00','\xf8','\xa8','\x3c','\xc4','\xad','\xcc','\x2a','\x88','\x66','\x4e','\x69','\x2d','\x91','\xa2','\xf8','\xc9','\x37','\x05','\xe6','\x1b','\x87','\xe2','\xb6','\x6e','\x10','\x00','\x00','\x70','\xb6','\x7c','\x46','\x69','\x14','\x3f','\x79','\xad','\x32','\x4d','\xd3','\x71','\x01','\x14','\x4f','\x2a','\x37','\x0a','\xe5','\x89','\x0a','\x96','\xc3','\x01','\x00','\x00','\xaf','\xa0','\x4c','\x7f','\x2b','\x03','\x4e','\xa6','\x69','\xaa','\xae','\x60','\xdb','\x0c','\x42','\x8d','\xe2','\x27','\x36','\x0f','\xb5','\x6d','\xbb','\x76','\x82','\xda','\xb6','\x15','\x82','\x00','\x00','\x00','\xbc','\x84','\xbc','\xc0','\x29','\x0b','\xa0','\x58','\xb9','\x56','\xab','\x5d','\x36','\x8f','\xc4','\x24','\xd5','\x32','\xf2','\x31','\x1f','\x8a','\xaa','\x03','\x04','\x00','\x00','\x9c','\x6d','\x6f','\x8e','\x57','\xfc','\x9a','\xef','\x0f','\xca','\xdd','\x0d','\x42','\xcd','\x43','\x10','\xe6','\x79','\xde','\x3c','\x71','\x1c','\x47','\xd9','\xed','\x00','\x00','\xc0','\xe9','\x9a','\xa6','\x59','\xf7','\x00','\xe5','\x8f','\xe5','\xc7','\x1e','\x86','\x20','\xf4','\x7d','\x9f','\xa6','\x69','\xda','\x84','\x1d','\xc4','\xed','\x58','\x22','\xa7','\x03','\x04','\x00','\x00','\x9c','\xad','\xeb','\xba','\x35','\xc4','\xad','\x2c','\x74','\xe6','\x79','\xde','\xad','\x5d','\xfa','\xfc','\xa4','\xbd','\x65','\x6e','\xf9','\xfd','\x32','\x5e','\x0e','\x00','\x00','\xe0','\xd9','\xa2','\xf0','\xa9','\x75','\x79','\xa2','\x79','\x53','\xab','\x5d','\x36','\x29','\x70','\xf9','\x09','\x79','\x08','\x42','\xdc','\xef','\xba','\xee','\xae','\xcd','\x04','\x00','\x00','\xf0','\x6c','\xc3','\x30','\x6c','\x42','\xdc','\x42','\xd4','\x2d','\x11','\xe4','\x56','\x5a','\xab','\x99','\x3c','\xe8','\x20','\x0f','\x3f','\xc8','\x87','\xa3','\x5e','\x2e','\x17','\x4b','\xe0','\x00','\x00','\x80','\xd3','\x45','\x5a','\xf5','\x9e','\xbd','\xda','\x65','\x2d','\x80','\x62','\x0d','\x5d','\xbe','\xf7','\x27','\xa5','\x6d','\xa4','\xdc','\xed','\x76','\x13','\x82','\x00','\x00','\x00','\x9c','\xae','\x0c','\x39','\x28','\x9b','\x38','\x1f','\x4a','\x81','\xeb','\xba','\xae','\x5a','\xf8','\xc4','\x63','\xd3','\x34','\xdd','\x0d','\x4a','\x05','\x00','\x00','\x78','\xb6','\x5a','\x0a','\x5c','\x88','\xee','\xd0','\x61','\x0a','\x5c','\x9c','\x58','\x1b','\x20','\x54','\x3e','\x0e','\x00','\x00','\xf0','\x0a','\xf2','\x65','\x6e','\x79','\x9a','\xf5','\x38','\x8e','\xeb','\xa0','\xd4','\xdc','\x5a','\x00','\x4d','\xd3','\x94','\x86','\x61','\x48','\x29','\xa5','\xbb','\x56','\x52','\xdc','\x8f','\x65','\x72','\x00','\x00','\x00','\x67','\x8a','\x10','\xb7','\xa3','\x24','\xb8','\xae','\xeb','\xee','\x1e','\xbf','\xab','\x66','\xe2','\x02','\x65','\x20','\x42','\x4a','\xbf','\x36','\x12','\x01','\x00','\x00','\x9c','\xad','\xdc','\x9e','\x53','\x6e','\xe1','\xe9','\xfb','\xbe','\x1a','\x82','\xb0','\x19','\x84','\x9a','\xef','\x01','\x8a','\x27','\xe6','\xb3','\x81','\xa2','\x43','\x04','\x00','\x00','\x70','\xa6','\xae','\xeb','\xaa','\x1d','\x9e','\x28','\x84','\xca','\x90','\x84','\xb0','\x16','\x40','\xf9','\x8c','\x9f','\xbc','\xfb','\x93','\xef','\x03','\xda','\x9b','\xa6','\x0a','\x00','\x00','\xf0','\x4c','\x6d','\xdb','\xae','\xdb','\x73','\xe6','\x79','\xbe','\xcb','\x2d','\x78','\x18','\x82','\x10','\xc5','\x4d','\xde','\x36','\x5a','\x96','\x65','\xbd','\x68','\xdb','\xb6','\x82','\x10','\x00','\x00','\x80','\x97','\x11','\xf5','\x49','\x59','\xc3','\xc4','\xea','\xb5','\x5a','\x82','\xf5','\x5a','\x00','\xcd','\xf3','\x9c','\x86','\x61','\xb8','\x8b','\xbe','\x4e','\x29','\xad','\x45','\xd0','\xf5','\x7a','\x55','\x04','\x01','\x00','\x00','\xa7','\x8b','\x3d','\x40','\xb5','\x15','\x6a','\x79','\xa6','\x41','\xa9','\x2d','\x4f','\x12','\x79','\x0d','\x00','\x00','\xbc','\xba','\x48','\x81','\xab','\x89','\x10','\x84','\x87','\x05','\x50','\xdb','\xb6','\x9b','\x38','\xb9','\xbc','\x85','\x94','\x52','\xb2','\x07','\x08','\x00','\x00','\x78','\x09','\x31','\xa2','\xa7','\x9c','\x63','\x9a','\x52','\xfa','\x58','\x08','\x42','\xdb','\xb6','\x9b','\x14','\x85','\x72','\x3f','\x50','\x14','\x46','\x0a','\x20','\x00','\x00','\xe0','\x6c','\x47','\x19','\x05','\xcb','\xb2','\x54','\x87','\xa0','\xa6','\x54','\xec','\x01','\x9a','\xe7','\xf9','\xee','\x42','\xc2','\x0f','\x00','\x00','\x80','\x3f','\x83','\xbc','\x6e','\x29','\xe7','\x04','\x85','\x3e','\xbf','\xb3','\x37','\x48','\x28','\xa5','\xdf','\x3a','\x44','\x11','\x88','\x00','\x00','\x00','\x70','\x96','\xb2','\xc0','\x89','\xfd','\x40','\xb1','\x85','\x27','\x9a','\x3b','\xa5','\xbb','\x18','\xec','\x58','\xe2','\x16','\x4f','\xca','\x2f','\x58','\x1b','\x34','\x04','\x00','\x00','\xf0','\x6c','\xf9','\x16','\x9d','\xd8','\xbe','\x93','\xef','\x01','\xba','\x5c','\x2e','\xd5','\xed','\x3b','\x6b','\x01','\xd4','\xf7','\xfd','\x7a','\x52','\xfe','\xc4','\xa8','\xac','\x9a','\xa6','\x49','\xc3','\x30','\x3c','\xe9','\xcb','\x01','\x00','\x00','\xd8','\x97','\x0f','\x42','\x0d','\xf9','\x5c','\xa0','\xbd','\xd5','\x6b','\x7d','\x7e','\x72','\xbe','\xec','\x2d','\xbf','\x1f','\x8f','\x49','\x81','\x03','\x00','\xfe','\x0a','\xf2','\x1f','\xf6','\x96','\xb7','\xf3','\x10','\xa8','\xda','\x7c','\xc4','\xfc','\xbc','\x47','\x23','\x44','\xf2','\xeb','\xe7','\x8f','\x01','\x7f','\x5c','\xd7','\x75','\xa9','\x69','\x9a','\x4d','\x17','\x28','\xb7','\x57','\xbb','\xac','\x05','\x50','\x2c','\x79','\xcb','\x0b','\x9e','\x65','\x59','\xd6','\xca','\x2a','\x96','\xc3','\xed','\x65','\x6d','\x03','\x00','\xfc','\x59','\xe4','\x45','\xc8','\x67','\x6f','\xe7','\xf7','\xcb','\x3d','\xd3','\x8f','\x3e','\x17','\xf0','\x75','\xf2','\x66','\x4d','\x59','\xe8','\x44','\x0a','\xdc','\xe1','\x12','\xb8','\x58','\xea','\x16','\x15','\x54','\x99','\xa7','\xdd','\x75','\x5d','\xba','\x5e','\xaf','\xa9','\xef','\xfb','\xbb','\x8b','\x00','\x00','\x00','\x3c','\xd3','\x3c','\xcf','\xd5','\xa8','\xeb','\x28','\x8a','\x1e','\x86','\x20','\xa4','\x94','\xee','\xda','\xb9','\xf1','\x58','\x3e','\x1c','\x55','\x07','\x08','\x00','\x00','\x38','\xdb','\x38','\x8e','\x6b','\x6d','\x92','\xaf','\x60','\x8b','\x3a','\xa6','\xef','\xfb','\xe3','\x25','\x70','\x5d','\xd7','\xa5','\xcb','\xe5','\xb2','\x39','\x58','\xb6','\x93','\x6a','\x39','\xda','\x00','\x00','\x00','\xcf','\x16','\xf3','\x4a','\xf3','\xf4','\xea','\x3c','\x02','\xfb','\x72','\xb9','\x54','\x97','\xa0','\x6e','\x42','\x10','\x6a','\x43','\x4f','\xe3','\xf1','\x65','\x59','\xd2','\x30','\x0c','\x42','\x10','\x00','\x00','\x80','\xd3','\xb5','\x6d','\xbb','\xd9','\x9e','\x53','\x86','\x95','\xec','\xad','\x5c','\x6b','\xf3','\x27','\xe4','\x49','\x09','\x65','\xf7','\x27','\x06','\xa1','\xda','\xc8','\x07','\x00','\x00','\x9c','\xad','\x16','\x80','\x90','\x2f','\x85','\xbb','\xdd','\x6e','\xd5','\x22','\x68','\x13','\x82','\x50','\x9e','\x90','\x27','\x9c','\xe4','\x9f','\x04','\x00','\x00','\xe0','\x4c','\xd3','\x34','\xdd','\xcd','\x29','\xcd','\x8b','\xa1','\xbd','\x95','\x6b','\x9b','\x0e','\xd0','\xde','\x47','\x14','\x46','\xd7','\xeb','\xf5','\x3b','\x5e','\x3b','\x00','\x00','\xc0','\xa7','\xe4','\x09','\xd6','\xf9','\x47','\x4a','\xbf','\x1a','\x37','\x7d','\xdf','\x57','\x9b','\x37','\x6b','\x01','\xd4','\x75','\xdd','\xe6','\xa4','\xda','\x40','\xd4','\x9f','\x3f','\x7f','\x3e','\xe3','\x6b','\x01','\x00','\x00','\x38','\x14','\xf3','\x4a','\x6b','\x33','\x80','\x96','\x65','\xd9','\x1d','\xdf','\xb3','\x16','\x40','\x79','\x08','\x42','\x39','\xe1','\x38','\x4f','\x57','\x10','\x83','\x0d','\x00','\x00','\x9c','\xad','\xeb','\xba','\x4d','\x12','\x5c','\x39','\xcb','\x34','\xc6','\xf8','\x94','\xee','\x42','\x10','\x52','\xda','\x6e','\x1e','\xb2','\xff','\x07','\x00','\x00','\x78','\x35','\x7b','\x01','\x08','\x29','\xfd','\xaa','\x63','\xc6','\x71','\xac','\x0e','\x4a','\x5d','\x0b','\xa0','\xe8','\xee','\xe4','\xeb','\xe6','\x4a','\x7d','\xdf','\x57','\xa7','\xa9','\x02','\x00','\x00','\x3c','\x53','\x1e','\xe2','\x56','\x2e','\x83','\x8b','\x18','\xec','\x5a','\xed','\xb2','\x59','\x02','\x17','\xbf','\x96','\x2d','\xa4','\xb8','\xbd','\x37','\x4d','\x15','\x00','\x00','\xe0','\x99','\xa6','\x69','\x5a','\x57','\xb0','\xa5','\x94','\xee','\x06','\xa2','\xee','\x0d','\x42','\xbd','\xdb','\x03','\x94','\x5f','\x20','\x0a','\x9f','\x28','\x8a','\x6e','\xb7','\x9b','\x65','\x70','\x00','\x00','\xc0','\xe9','\xba','\xae','\x4b','\x5d','\xd7','\x6d','\x32','\x0b','\x52','\xfa','\xad','\x1b','\xd4','\x75','\x5d','\xf5','\x79','\x6b','\xc5','\x13','\x29','\x0a','\xa5','\xbc','\xe0','\xc9','\x07','\xa5','\x02','\x00','\x00','\x9c','\x25','\x1a','\x38','\x79','\xfc','\x75','\x6e','\x2f','\xbc','\x6d','\x13','\x82','\x90','\x5f','\x2c','\x4f','\x7e','\xcb','\x8f','\x2b','\x80','\x00','\x00','\x80','\xb3','\xe5','\xdb','\x75','\x42','\x7e','\xfb','\x76','\xbb','\x55','\x8b','\xa0','\x35','\x1c','\x7b','\x9e','\xe7','\x75','\x23','\x51','\xb9','\x1c','\x2e','\x3e','\xc1','\x8f','\x1f','\x3f','\x84','\x20','\x00','\x00','\x00','\xa7','\x9b','\xe7','\xb9','\x9a','\xf2','\x96','\x52','\xda','\x8c','\xf3','\x29','\x6d','\x3a','\x40','\x65','\x85','\x14','\x83','\x51','\x6b','\xc7','\x00','\x00','\x00','\xce','\x52','\xce','\x28','\x2d','\x3b','\x41','\x51','\xcb','\x94','\xee','\xf6','\x00','\x95','\xc3','\x50','\xa3','\xe3','\xd3','\x75','\x5d','\x1a','\x86','\xe1','\x3b','\xbf','\x06','\x00','\x00','\x80','\x0f','\x3b','\x0a','\x68','\xdb','\x0b','\x41','\xe8','\xf3','\x13','\xf2','\xe5','\x6d','\xf9','\xde','\x9f','\xa6','\x69','\x04','\x20','\x00','\x00','\x00','\x2f','\x23','\xaf','\x5f','\xca','\xbc','\x82','\x72','\xac','\x4f','\x6e','\x33','\x08','\x35','\x5f','\xea','\x56','\xdb','\x54','\x94','\x52','\xda','\x64','\x6d','\x03','\x00','\x00','\x9c','\x21','\x5f','\xb5','\x56','\x6b','\xd4','\xdc','\x6e','\xb7','\x6a','\xed','\xb2','\x29','\x80','\xa6','\x69','\xda','\x6c','\x18','\x8a','\x58','\xb9','\x08','\x46','\xb8','\x5e','\xaf','\xa9','\xef','\xfb','\xbb','\x8b','\x00','\x00','\x00','\x3c','\xd3','\x38','\x8e','\xbb','\x5b','\x74','\x3e','\x14','\x82','\x10','\x1d','\xa0','\x78','\x42','\xfe','\x6b','\x7e','\x5b','\x18','\x02','\x00','\x00','\x70','\xb6','\xb2','\xeb','\x53','\xde','\xbf','\x5c','\x2e','\xd5','\xe7','\xad','\x05','\x50','\x4c','\x52','\x8d','\x56','\x52','\xd3','\x34','\x6b','\xe7','\x27','\x2a','\x28','\xcb','\xdf','\x00','\x00','\x80','\x57','\x10','\x01','\x6e','\xa5','\x58','\x12','\xd7','\xf7','\x7d','\xf5','\xf8','\x5d','\x0a','\x5c','\x74','\x82','\xca','\x0d','\x44','\xcb','\xb2','\x48','\x81','\x03','\x00','\x00','\x5e','\x42','\x5e','\x00','\xd5','\xba','\x41','\x7b','\x21','\x6e','\x9b','\x25','\x70','\x29','\xfd','\xb6','\x5e','\xae','\xbc','\xc0','\xb2','\x2c','\xa9','\xeb','\x3a','\x4b','\xe0','\x00','\x00','\x80','\xd3','\xe5','\x2b','\xd5','\x4a','\xcb','\xb2','\x3c','\x0e','\x41','\x88','\x2a','\x29','\xdf','\xff','\x13','\x1d','\xa1','\x94','\xd2','\x3a','\x1f','\x68','\x2f','\x4f','\x1b','\x00','\x00','\xe0','\x59','\xa6','\x69','\x4a','\xe3','\x38','\x1e','\x9e','\x53','\xab','\x5d','\x36','\x05','\x50','\x54','\x4f','\x79','\x2b','\x29','\x1f','\x8e','\xfa','\xe3','\xc7','\x0f','\xb3','\x80','\x00','\x00','\x80','\xd3','\x4d','\xd3','\x94','\x86','\x61','\xa8','\xd6','\x27','\x4d','\xd3','\xa4','\xbe','\xef','\xab','\xc7','\x36','\x83','\x50','\xf3','\x93','\xf2','\x93','\x23','\x10','\xe1','\xe7','\xcf','\x9f','\x87','\xd3','\x56','\x01','\x00','\x00','\x9e','\xa1','\x16','\x82','\x90','\xe7','\x17','\xf4','\x7d','\x5f','\xad','\x5d','\xd6','\x02','\x28','\x9f','\xfb','\x93','\x3f','\x96','\x4f','\x51','\x7d','\xd4','\x62','\x02','\x00','\x00','\x78','\x86','\xb6','\x6d','\xef','\x66','\x94','\xe6','\xcd','\x9c','\xbd','\x04','\xeb','\xbe','\x3c','\x39','\xdf','\x03','\x14','\x4b','\xe0','\xe2','\x7e','\xbe','\x27','\x08','\x00','\x00','\xe0','\x4c','\x51','\xc3','\x94','\x35','\x4a','\xd3','\x34','\x69','\x18','\x86','\x6a','\xed','\xb2','\x49','\x81','\x8b','\x98','\xeb','\x5a','\xab','\xe8','\x28','\x4b','\x1b','\x00','\x00','\xe0','\x99','\x96','\x65','\x79','\xd8','\x9c','\x39','\x9c','\x03','\x34','\xcf','\xf3','\xdd','\xe0','\xd3','\xb8','\x1d','\x4f','\xbe','\x5c','\x2e','\x42','\x10','\x00','\x00','\x80','\xd3','\xcd','\xf3','\xbc','\xbb','\xcc','\x2d','\xa5','\x5f','\x19','\x07','\x87','\x73','\x80','\xba','\xae','\xbb','\x2b','\x70','\xf2','\xfd','\x3f','\xcb','\xb2','\xa4','\xff','\xfe','\xf7','\xbf','\x42','\x10','\x00','\x00','\x80','\x97','\x50','\x66','\x18','\xe4','\xf6','\x56','\xaf','\xad','\x8f','\xc4','\x8c','\x9f','\xb2','\xfb','\x93','\xc7','\x63','\xcf','\xf3','\xac','\x03','\x04','\x00','\x00','\x9c','\xae','\xeb','\xba','\xdd','\x2e','\x4f','\x4a','\xf7','\xfb','\x82','\xc2','\xa6','\x00','\xca','\x4f','\x8a','\xc2','\x27','\xaf','\x9a','\x74','\x7f','\x00','\x00','\x80','\x57','\xf0','\xa8','\x36','\x19','\xc7','\xf1','\x38','\x04','\x61','\x1c','\xc7','\x34','\x8e','\xe3','\x7a','\xa1','\xbc','\x92','\x8a','\x41','\xa8','\xd7','\xeb','\x55','\x11','\x04','\x00','\x00','\x9c','\x6e','\x1c','\xc7','\xdd','\x3d','\x40','\x47','\xab','\xd6','\xda','\xfc','\xa4','\x7c','\xcf','\x4f','\xc8','\x0b','\x22','\xc5','\x0f','\x00','\x00','\xf0','\x0a','\x8e','\x66','\xfd','\xa4','\x94','\xd6','\xed','\x3d','\xa5','\xb5','\x00','\xea','\xfb','\x3e','\x5d','\x2e','\x97','\x4d','\x1a','\x5c','\x44','\xcb','\x45','\x05','\x65','\x10','\x2a','\x00','\x00','\xf0','\x0a','\xda','\xb6','\xdd','\x1d','\xd1','\xd3','\x34','\x4d','\xba','\x5c','\x2e','\xc7','\x05','\x50','\x9c','\x18','\xf2','\x8e','\xcf','\x34','\x4d','\x69','\x59','\x96','\x34','\x8e','\xa3','\x10','\x04','\x00','\x00','\xe0','\x74','\x5d','\xd7','\x1d','\xce','\x28','\xdd','\xeb','\x0e','\xf5','\x71','\x23','\x5a','\x48','\xe5','\x45','\xca','\x10','\x84','\x47','\xc3','\x86','\x00','\x00','\x00','\xbe','\xdb','\x51','\x5d','\xd2','\x34','\x4d','\x1a','\x86','\xa1','\x5a','\x04','\xad','\x05','\xd0','\x34','\x4d','\x9b','\x13','\x22','\x06','\x3b','\x1f','\x86','\x7a','\xb9','\x5c','\x52','\xd7','\x75','\x5f','\xf9','\xba','\x01','\x00','\x00','\x3e','\x2d','\xb6','\xee','\xec','\x1d','\xdb','\xcb','\x30','\x68','\x6b','\x27','\xa6','\x94','\x36','\xfb','\x7f','\xf2','\x59','\x40','\x96','\xc0','\x01','\x00','\x00','\x67','\xcb','\x6b','\x94','\x52','\xd3','\x34','\xa9','\xef','\xfb','\xea','\xb1','\xb5','\x00','\xea','\xba','\x2e','\x5d','\x2e','\x97','\xcd','\x85','\x9a','\xa6','\xd9','\x74','\x86','\x14','\x3f','\x00','\x00','\xc0','\x2b','\x38','\xda','\xff','\x13','\x05','\x50','\x6d','\xf5','\xda','\x66','\x10','\x6a','\xcc','\xfb','\x89','\xfb','\xf9','\x47','\xdb','\xb6','\x69','\x18','\x86','\x6f','\x78','\xe9','\x00','\x00','\x00','\x9f','\xd3','\xb6','\xed','\x6e','\x97','\x27','\xf2','\x0d','\x6a','\x0d','\x9c','\xf5','\x19','\x11','\x7b','\x9d','\xef','\xf9','\x89','\xc7','\xdb','\xb6','\x5d','\xd7','\xd7','\xe9','\x02','\x01','\x00','\x00','\x67','\x3b','\xaa','\x4b','\x96','\x65','\x49','\xb7','\xdb','\xad','\x3a','\xc6','\x67','\xed','\x00','\x0d','\xc3','\x90','\xc6','\x71','\xdc','\x6c','\x18','\x2a','\x87','\xa3','\x5e','\xaf','\x57','\x21','\x08','\x00','\x00','\xc0','\xe9','\x1e','\x0d','\x42','\x6d','\x9a','\xe6','\xf1','\x12','\xb8','\x3c','\xe8','\x20','\xaf','\xa8','\xa2','\x28','\xea','\xba','\x4e','\x0c','\x36','\x00','\x00','\x70','\xba','\x69','\x9a','\x76','\x6b','\x93','\xa3','\x10','\x84','\xf5','\xd1','\xae','\xeb','\x52','\xdf','\xf7','\x77','\xcb','\xdf','\xf2','\x2e','\xd0','\xcf','\x9f','\x3f','\xab','\x51','\x72','\x00','\x00','\x00','\xcf','\x94','\xe7','\x17','\xd4','\xec','\xad','\x5c','\xeb','\xcb','\x93','\xca','\x8b','\x44','\xeb','\xa8','\x6d','\x5b','\xfb','\x7f','\x00','\x00','\x80','\x97','\xb0','\x97','\xf2','\x16','\xf6','\xba','\x43','\x9b','\xec','\xb8','\xbc','\xc0','\x89','\x42','\xa8','\x9c','\xff','\x63','\x09','\x1c','\x00','\x00','\x70','\xb6','\xbd','\x41','\xa7','\x61','\x18','\x86','\x6a','\x03','\x67','\x2d','\x80','\xe6','\x79','\xae','\x46','\xc5','\xe5','\xa9','\x70','\x6d','\xdb','\x1e','\xe6','\x6d','\x03','\x00','\x00','\x3c','\x43','\xd4','\x2f','\x7b','\xf6','\x0a','\xa4','\x3e','\x3f','\x21','\x2f','\x80','\xf2','\x5f','\x63','\x19','\x5c','\xdf','\xf7','\x96','\xc1','\x01','\x00','\x00','\xa7','\x9b','\xe7','\x79','\x77','\x75','\xda','\xb2','\x2c','\xbb','\x21','\x08','\x6b','\x3b','\xa7','\x6d','\xdb','\x74','\xb9','\x5c','\xd6','\x0e','\x4f','\xde','\xf5','\x89','\xdb','\xb7','\xdb','\xed','\x4b','\x5f','\x34','\x00','\x00','\xc0','\xef','\x71','\xb4','\x3a','\x2d','\x52','\xe0','\x6a','\x1d','\xa0','\x4d','\x0c','\x76','\x3e','\x0c','\x35','\x1f','\x8a','\x5a','\xa6','\xc1','\x01','\x00','\x00','\x9c','\xa9','\x6d','\xdb','\x87','\x21','\x08','\x87','\x7b','\x80','\xf2','\x81','\xa7','\x79','\x00','\x42','\x3c','\x29','\xaa','\x2b','\x05','\x10','\x00','\x00','\x70','\xb6','\x47','\xcd','\x99','\x71','\x1c','\xab','\x7b','\x84','\x36','\x21','\x08','\xe3','\x38','\xae','\x17','\x29','\xdb','\x45','\xb1','\x8e','\xee','\x72','\xb9','\x7c','\xd5','\x6b','\x06','\x00','\x00','\xf8','\x5d','\x1e','\x15','\x40','\xcb','\xb2','\x54','\x97','\xc8','\x6d','\x3a','\x40','\x65','\xe7','\x27','\xbf','\x1f','\xeb','\xe8','\xc4','\x60','\x03','\x00','\x00','\x67','\x8b','\x06','\x4e','\xcd','\xb2','\x2c','\xd5','\x19','\xa7','\x29','\x65','\x05','\x50','\x0c','\x12','\xaa','\x15','\x41','\xf1','\x31','\x0c','\xc3','\x37','\xbd','\x7c','\x00','\xe0','\xaf','\xc4','\x92','\x79','\xe0','\xbb','\x45','\x52','\x75','\x4d','\x04','\xbc','\x1d','\xc6','\x60','\xef','\xa5','\x28','\x44','\x00','\xc2','\xde','\x1a','\x3a','\x00','\xe0','\xaf','\x63','\x6f','\x6e','\x46','\x1e','\x92','\xf4','\x11','\x65','\xb0','\xd2','\x1f','\x71','\x34','\xe8','\x10','\x78','\x5f','\x47','\x21','\x08','\x51','\xbf','\xd4','\xfe','\xfd','\x59','\x0b','\xa0','\x98','\x01','\x14','\xff','\xc8','\xc4','\x3f','\x58','\xf3','\x3c','\xa7','\xbe','\xef','\xd7','\x38','\x6c','\x4b','\xe0','\x00','\xe0','\xaf','\x6b','\xaf','\xd8','\xc8','\xdf','\x1f','\x7c','\x44','\xf9','\x9e','\x02','\xe0','\xab','\x1d','\xfd','\xdb','\x72','\xd4','\xc0','\xe9','\x6b','\x27','\x35','\x4d','\xb3','\xe9','\x06','\x45','\xe5','\x94','\xcf','\x09','\x02','\x00','\x00','\x38','\xcb','\xd1','\x1e','\xa0','\xd8','\xc2','\x73','\x18','\x82','\x50','\xcb','\xc9','\x8e','\xe1','\x41','\x7b','\xc9','\x70','\x00','\x00','\x00','\x67','\xd8','\x9b','\xf3','\x13','\x62','\x05','\xdb','\xdd','\xe3','\x71','\x23','\x96','\xb9','\x45','\x10','\x42','\x14','\x3e','\xf1','\xc4','\xa6','\x69','\xd2','\x38','\x8e','\x8a','\x20','\x00','\x00','\xe0','\x74','\xf9','\xfc','\xd2','\x9a','\xbd','\x10','\x84','\xb5','\x00','\x2a','\x2f','\x10','\xfb','\x7f','\xa2','\xaa','\x9a','\xa6','\x49','\x10','\x02','\x00','\x00','\xf0','\x12','\xba','\xae','\xdb','\x0d','\x41','\x48','\x29','\xed','\x2e','\x8f','\xbb','\x9b','\x03','\x54','\x16','\x38','\x51','\x00','\x1d','\xa5','\x2c','\x00','\x00','\x00','\x3c','\xdb','\x51','\x3e','\xc1','\x38','\x8e','\xd5','\x22','\x68','\xb3','\x07','\x28','\x4e','\x88','\x62','\xa8','\x6d','\xdb','\x4d','\x27','\x28','\x66','\x05','\x01','\x00','\x00','\x9c','\xe9','\xd1','\x20','\xd4','\xd8','\xce','\x53','\x6a','\xcb','\x93','\xf2','\xa5','\x70','\xf9','\x92','\xb8','\x7c','\x5f','\x10','\x00','\xc0','\x11','\x7b','\x86','\x81','\xef','\x36','\x4d','\xd3','\xee','\x88','\x9e','\xa6','\x69','\xd2','\xe5','\x72','\xa9','\x1e','\x5b','\x0b','\xa0','\x18','\x84','\x1a','\x85','\x4e','\xcc','\xfc','\xc9','\x0b','\x9f','\x47','\x49','\x0b','\x00','\x00','\x29','\x25','\xef','\x17','\x80','\x6f','\xd7','\x75','\xdd','\xee','\x12','\xb8','\xa6','\x69','\xd6','\x44','\xeb','\x52','\x5b','\x9e','\x14','\x45','\x4e','\xfc','\xc3','\x95','\xdf','\x96','\x02','\x07','\x80','\x37','\xb6','\x7c','\x84','\xf7','\x0b','\xc0','\x77','\x3b','\xca','\x28','\x58','\x96','\x65','\x37','\xbc','\x6d','\x53','\x00','\xc5','\x12','\xb8','\xf2','\x3f','\xb7','\x7c','\x0e','\xd0','\x5e','\x9b','\x09','\x00','\x20','\x28','\x94','\x81','\xef','\x76','\xf4','\x83','\x96','\x18','\xe1','\x53','\xab','\x5d','\xd6','\x02','\xa8','\x8c','\xb8','\xce','\x43','\x10','\xe2','\xbe','\x10','\x04','\x00','\x00','\xe0','\x15','\x4c','\xd3','\x74','\x38','\xa2','\x27','\xb6','\xf3','\x94','\xfa','\xfc','\x4e','\x99','\x94','\x90','\xa7','\xc1','\xc5','\xfe','\x20','\x3f','\xd1','\x01','\x00','\x1e','\xb1','\x04','\x0e','\xf8','\x6e','\xf9','\x56','\x9d','\xda','\xb1','\xeb','\xf5','\x7a','\x9c','\x02','\x17','\x6b','\xe8','\xca','\x3d','\x40','\x29','\xfd','\xb6','\xf4','\x6d','\x18','\x06','\xff','\xa0','\x01','\xbc','\x39','\xff','\x0f','\x00','\xf0','\x0a','\x9a','\xa6','\xd9','\x5d','\x9d','\x16','\xc7','\x6a','\x05','\xd2','\x5a','\x00','\xc5','\x24','\xd5','\x3c','\x0e','\x3b','\xc4','\x63','\xf3','\x3c','\xdb','\x03','\x04','\xf0','\xe6','\xac','\x04','\x00','\xe0','\x15','\xc4','\x0a','\xb5','\x3d','\xf3','\x3c','\x1f','\x77','\x80','\x62','\xfd','\x5c','\xb9','\x04','\xae','\xfc','\x04','\x0a','\x20','\x80','\xf7','\xa6','\x03','\x04','\xc0','\xab','\x38','\x5a','\x02','\x37','\x0c','\x43','\x75','\x50','\xea','\x5a','\xed','\xe4','\x93','\x54','\xf7','\xfe','\x73','\x6b','\xdb','\x76','\x77','\xa0','\x10','\x00','\x00','\xc0','\xb3','\x1c','\x0d','\x42','\x4d','\xe9','\x3e','\xdf','\x20','\x6c','\x1e','\x29','\x07','\x9f','\xe6','\x43','\x51','\x63','\x23','\xd1','\x51','\xd2','\x02','\x00','\x00','\xc0','\x33','\x1c','\xcd','\xfa','\x49','\x29','\x3d','\x1e','\x84','\x1a','\x49','\x6f','\x79','\x15','\x95','\x87','\x21','\x34','\x4d','\x93','\x7e','\xfe','\xfc','\xf9','\x95','\xaf','\x19','\x00','\x00','\xe0','\x77','\x3b','\x0a','\x41','\xe8','\xfb','\xfe','\x38','\x04','\xa1','\x69','\x9a','\x75','\x79','\x5b','\xde','\xfd','\xc9','\x8b','\x20','\xfb','\x7f','\x00','\x00','\x80','\x57','\x70','\x34','\xa3','\x34','\x02','\xdc','\x0e','\x3b','\x40','\x29','\xfd','\x5a','\x47','\x17','\x27','\x45','\xe1','\x93','\x0f','\x43','\x3d','\xca','\xda','\x06','\x00','\x00','\x78','\x96','\x32','\xb9','\xba','\x34','\x8e','\x63','\x35','\x04','\x61','\x1d','\x84','\xba','\x2c','\xcb','\xe6','\x84','\xbc','\xd0','\x89','\x78','\xec','\xcb','\xe5','\xb2','\x5b','\x65','\x01','\x00','\x00','\x3c','\x4b','\x1e','\xe2','\x56','\x8a','\xfd','\x41','\x7d','\xdf','\xdf','\x1d','\xdb','\xa4','\xc0','\xe5','\xfb','\x7d','\xe2','\xd7','\xbc','\xaa','\xda','\x1b','\x26','\x04','\x00','\x00','\xf0','\x4c','\x79','\xfd','\x52','\xca','\xb7','\xf7','\x94','\x36','\x21','\x08','\x7d','\xdf','\xaf','\xc3','\x4e','\x63','\xff','\x4f','\x5c','\x38','\x3a','\x44','\x0a','\x20','\x00','\x00','\xe0','\x6c','\x5d','\xd7','\xed','\x2e','\x81','\x6b','\x9a','\x66','\x77','\xe5','\xda','\x26','\x04','\xa1','\x1c','\x82','\x9a','\xef','\x07','\x8a','\x82','\x08','\x00','\x00','\xe0','\x6c','\x5d','\xd7','\x55','\xe7','\xfc','\xa4','\xf4','\x5b','\x76','\x41','\xad','\x7e','\xe9','\xcb','\x13','\xcb','\x8b','\xb4','\x6d','\xbb','\xa9','\xac','\x14','\x41','\x00','\x00','\xc0','\x2b','\xd8','\x2b','\x80','\x52','\x4a','\xe9','\x76','\xbb','\x55','\xe7','\x04','\xad','\xcf','\x18','\xc7','\x71','\x73','\x42','\x3e','\x04','\x35','\xee','\xf7','\x7d','\x7f','\xf8','\x49','\x00','\x00','\x00','\x9e','\x61','\x1c','\xc7','\x34','\x0c','\xc3','\xe1','\x39','\xb5','\x65','\x70','\x9b','\x25','\x70','\xb1','\xff','\x27','\xa5','\xb4','\xd9','\xff','\x13','\xf7','\x2d','\x83','\x03','\x00','\x00','\x5e','\xc1','\xa3','\x11','\x3d','\x0f','\xf7','\x00','\x45','\x08','\x42','\x5c','\x2c','\xa5','\x5f','\x45','\xd1','\x34','\x4d','\x69','\x9a','\xa6','\x35','\x4a','\xee','\x28','\x6b','\x1b','\x00','\x00','\xe0','\x19','\xca','\xad','\x3a','\xa5','\xbd','\x14','\xb8','\x75','\x0f','\x50','\x6d','\xc9','\x5b','\xf9','\xd8','\x30','\x0c','\x6b','\x87','\x08','\x80','\xcf','\xfb','\x3d','\x5d','\xf4','\x3c','\x90','\x26','\xbf','\x0f','\x00','\xef','\x2c','\x6f','\xe0','\xd4','\xec','\xcd','\x08','\xda','\x0c','\x42','\x8d','\x65','\x6e','\xf9','\x7f','\xae','\x79','\x3a','\x5c','\x79','\x0c','\x80','\xcf','\xf9','\xbd','\xe9','\x9a','\x8f','\xa6','\x5d','\x03','\xc0','\xbb','\x79','\x54','\x9b','\xc4','\x4a','\xb6','\xd2','\x5a','\x00','\xc5','\x24','\xd5','\x79','\x9e','\x53','\xdb','\xb6','\xa9','\x6d','\xdb','\xbb','\xfd','\x3f','\xd7','\xeb','\x55','\x08','\x02','\xc0','\x17','\xc8','\xbb','\xed','\x9f','\x39','\x1f','\x00','\xf8','\x25','\xea','\x97','\x9a','\x68','\xee','\xd4','\x6a','\x97','\xb6','\x3c','\xa9','\x76','\x3b','\xc2','\x11','\xba','\xae','\xb3','\x04','\x0e','\x00','\x00','\x38','\x5d','\x1e','\xe0','\x56','\x8a','\x04','\xeb','\x9a','\xf5','\xd1','\xbe','\xef','\xd3','\xe5','\x72','\xb9','\x5b','\xfe','\x96','\xaf','\x39','\x1f','\x86','\xc1','\x4f','\x21','\x01','\x00','\x80','\x97','\xb0','\x97','\xf4','\xd6','\x34','\xcd','\xee','\xa0','\xd4','\xb5','\x00','\x6a','\xdb','\x36','\x75','\x5d','\x77','\x57','\xe0','\xe4','\x7b','\x80','\xc6','\x71','\x14','\x83','\x0d','\x00','\x00','\x9c','\x6e','\xaf','\xc0','\x49','\xe9','\x38','\x22','\x7b','\x7d','\x46','\xb4','\x90','\xf6','\x52','\x86','\xa2','\x10','\x52','\x00','\x01','\x00','\x00','\xaf','\x60','\x6f','\x75','\xda','\xb2','\x2c','\xe9','\x76','\xbb','\x55','\x43','\x10','\x36','\x05','\xd0','\xde','\x26','\xa2','\xb8','\x70','\xdf','\xf7','\xbb','\x6d','\x26','\x00','\x00','\x80','\x67','\x99','\xa6','\x29','\x0d','\xc3','\x50','\x3d','\x16','\xf5','\xcb','\x61','\x08','\x42','\xbe','\x81','\x28','\x5a','\x46','\xf1','\x11','\xc7','\xda','\xb6','\x15','\x82','\x00','\x00','\x00','\x9c','\xee','\x28','\x04','\x21','\xa5','\xb4','\x1b','\x82','\xb0','\x16','\x40','\x5d','\xd7','\xa5','\xeb','\xf5','\x7a','\x77','\x42','\x9e','\xaf','\xfd','\x3f','\xff','\xf3','\x3f','\x96','\xc0','\x01','\x00','\x00','\xa7','\x3b','\xda','\x03','\x14','\x21','\x08','\x35','\xeb','\x33','\xf2','\x0a','\x29','\x9f','\x4f','\x11','\x1f','\xf3','\x3c','\xa7','\x7f','\xff','\xfb','\xdf','\xbb','\x6d','\x26','\x00','\x00','\x80','\x67','\x39','\x8a','\xba','\x8e','\x55','\x6c','\xb5','\x3d','\x42','\x9b','\x25','\x70','\x31','\xf0','\x34','\x9f','\x54','\x9e','\x87','\x22','\xfc','\xe7','\x3f','\xff','\x49','\xff','\xfb','\xbf','\xff','\xfb','\x1d','\xaf','\x1f','\x00','\x00','\xe0','\xc3','\xf2','\xba','\xa5','\x76','\x6c','\x1c','\xc7','\x6a','\xc6','\xc1','\x5a','\x00','\x8d','\xe3','\x98','\x86','\x61','\xa8','\xa6','\xc0','\x45','\x21','\xb4','\x17','\x92','\x00','\x00','\x00','\xf0','\x4c','\xd3','\x34','\xed','\xd6','\x27','\xd1','\xdc','\x39','\x0c','\x41','\x88','\xee','\x4f','\xdc','\xce','\xef','\xa7','\xb4','\x5d','\x16','\x07','\x00','\x00','\x70','\xa6','\xa3','\x10','\x84','\xd8','\x03','\x74','\xb8','\x04','\xae','\xeb','\xba','\xcd','\x49','\x79','\x11','\x14','\x8f','\x3d','\x4a','\x5a','\x00','\x00','\x00','\x78','\x86','\xa3','\x10','\x84','\x94','\x7e','\x65','\x1c','\x1c','\x16','\x40','\x6d','\xdb','\x56','\xd7','\xd1','\xe5','\x05','\xd1','\x34','\x4d','\xe9','\x76','\xbb','\x7d','\xd5','\x6b','\x06','\x00','\x00','\xf8','\x5d','\x1e','\xa5','\xc0','\x4d','\xd3','\x74','\x5c','\x00','\xe5','\x73','\x7f','\xa2','\x10','\xca','\x67','\x00','\x01','\x00','\x00','\xbc','\x92','\xbd','\xed','\x39','\x91','\x5f','\x30','\x4d','\xd3','\xdd','\xb1','\x35','\x37','\x6e','\x9e','\xe7','\x34','\x4d','\xd3','\x1a','\x17','\x57','\xab','\xa6','\xfe','\xf9','\xcf','\x7f','\xa6','\x7f','\xfc','\xe3','\x1f','\x5f','\xf8','\x92','\x01','\x00','\x00','\x3e','\xef','\x28','\x04','\x21','\xa5','\x74','\x97','\x69','\x10','\x36','\x1d','\xa0','\x94','\xb6','\x55','\x54','\xac','\x9b','\x8b','\x27','\xff','\xeb','\x5f','\xff','\x4a','\x7f','\xff','\xfb','\xdf','\xbf','\xf2','\x75','\x03','\x00','\x00','\x7c','\x5a','\x34','\x6f','\x6a','\x9a','\xa6','\x49','\xd7','\xeb','\x75','\xad','\x71','\x72','\x6b','\x07','\x28','\x02','\x10','\xf2','\xb4','\xb7','\x65','\x59','\xd6','\xc7','\xdb','\xb6','\x4d','\x7f','\xfb','\xdb','\xdf','\x76','\x87','\x0d','\x01','\x00','\x00','\x3c','\x4b','\xdb','\xb6','\xa9','\xeb','\xba','\xea','\xb1','\xa8','\x63','\x0e','\x63','\xb0','\xdb','\xb6','\xdd','\x14','\x37','\xb1','\xff','\x27','\xaa','\xa6','\xb8','\x5d','\x5b','\x47','\x07','\x00','\x00','\xf0','\x4c','\x5d','\xd7','\xed','\x36','\x67','\x22','\x04','\xa1','\xd6','\x01','\x5a','\x0b','\xa0','\x88','\xb8','\x2e','\xdb','\x48','\xf1','\xa4','\xa3','\x88','\x39','\x00','\x00','\x80','\x67','\xdb','\x5b','\x02','\x77','\x14','\x82','\xf0','\x7f','\x7d','\x48','\x8e','\x6d','\x4b','\xb5','\x17','\x6e','\x00','\x00','\x00','\x0e','\x65','\x58','\x49','\x66','\x4d','\x4d','\x00','\x2a','\x00','\x00','\x00','\x08','\x00','\x00','\x00','\x00','\x00','\x00','\x00','\xd2','\x53','\x93','\x00','\x00','\x00','\x00','\x49','\x45','\x4e','\x44','\xae','\x42','\x60','\x82', 0 }; } + namespace cmrc { namespace flycast { namespace res_chars { + extern const char* const f_1289_picture_f355_print_template_png_begin = file_array; + extern const char* const f_1289_picture_f355_print_template_png_end = file_array + 911807; + }}} + \ No newline at end of file diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/lib.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/lib.cpp index 97cf612c32..6043e7e798 100644 --- a/Cores/Flycast/cmake/__cmrc_flycast-resources/lib.cpp +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/lib.cpp @@ -52,21 +52,39 @@ extern const char* const f_fa91_flash_vf4evob_nvmem_zip_end; // Pointers to resources/flash/vf4tuned.nvmem.zip extern const char* const f_bbdd_flash_vf4tuned_nvmem_zip_begin; extern const char* const f_bbdd_flash_vf4tuned_nvmem_zip_end; -// Pointers to fonts/printer_ascii8x16.bin -extern const char* const f_86fc_fonts_printer_ascii8x16_bin_begin; -extern const char* const f_86fc_fonts_printer_ascii8x16_bin_end; -// Pointers to fonts/printer_ascii12x24.bin -extern const char* const f_9a8f_fonts_printer_ascii12x24_bin_begin; -extern const char* const f_9a8f_fonts_printer_ascii12x24_bin_end; -// Pointers to fonts/printer_kanji16x16.bin -extern const char* const f_cbc3_fonts_printer_kanji16x16_bin_begin; -extern const char* const f_cbc3_fonts_printer_kanji16x16_bin_end; -// Pointers to fonts/printer_kanji24x24.bin -extern const char* const f_2e10_fonts_printer_kanji24x24_bin_begin; -extern const char* const f_2e10_fonts_printer_kanji24x24_bin_end; -// Pointers to fonts/biosfont.bin -extern const char* const f_df08_fonts_biosfont_bin_begin; -extern const char* const f_df08_fonts_biosfont_bin_end; +// Pointers to resources/flash/magicpop.nvmem.zip +extern const char* const f_7186_flash_magicpop_nvmem_zip_begin; +extern const char* const f_7186_flash_magicpop_nvmem_zip_end; +// Pointers to resources/flash/ochaken.nvmem.zip +extern const char* const f_cee4_flash_ochaken_nvmem_zip_begin; +extern const char* const f_cee4_flash_ochaken_nvmem_zip_end; +// Pointers to resources/flash/puyomedal.nvmem.zip +extern const char* const f_0b8a_flash_puyomedal_nvmem_zip_begin; +extern const char* const f_0b8a_flash_puyomedal_nvmem_zip_end; +// Pointers to resources/flash/unomedal.nvmem.zip +extern const char* const f_c44c_flash_unomedal_nvmem_zip_begin; +extern const char* const f_c44c_flash_unomedal_nvmem_zip_end; +// Pointers to resources/flash/westdrmg.nvmem.zip +extern const char* const f_b7d3_flash_westdrmg_nvmem_zip_begin; +extern const char* const f_b7d3_flash_westdrmg_nvmem_zip_end; +// Pointers to resources/picture/f355_print_template.png +extern const char* const f_1289_picture_f355_print_template_png_begin; +extern const char* const f_1289_picture_f355_print_template_png_end; +// Pointers to fonts/printer_ascii8x16.bin.zip +extern const char* const f_f4d5_fonts_printer_ascii8x16_bin_zip_begin; +extern const char* const f_f4d5_fonts_printer_ascii8x16_bin_zip_end; +// Pointers to fonts/printer_ascii12x24.bin.zip +extern const char* const f_87b3_fonts_printer_ascii12x24_bin_zip_begin; +extern const char* const f_87b3_fonts_printer_ascii12x24_bin_zip_end; +// Pointers to fonts/printer_kanji16x16.bin.zip +extern const char* const f_dc64_fonts_printer_kanji16x16_bin_zip_begin; +extern const char* const f_dc64_fonts_printer_kanji16x16_bin_zip_end; +// Pointers to fonts/printer_kanji24x24.bin.zip +extern const char* const f_2788_fonts_printer_kanji24x24_bin_zip_begin; +extern const char* const f_2788_fonts_printer_kanji24x24_bin_zip_end; +// Pointers to fonts/biosfont.bin.zip +extern const char* const f_d593_fonts_biosfont_bin_zip_begin; +extern const char* const f_d593_fonts_biosfont_bin_zip_end; } namespace { @@ -84,6 +102,8 @@ get_root_index() { (void)root_directory_dir; static auto f_a394_flash_dir = root_directory_dir.directory.add_subdir("flash"); root_index.emplace("flash", &f_a394_flash_dir.index_entry); + static auto f_5456_picture_dir = root_directory_dir.directory.add_subdir("picture"); + root_index.emplace("picture", &f_5456_picture_dir.index_entry); static auto f_980d_fonts_dir = root_directory_dir.directory.add_subdir("fonts"); root_index.emplace("fonts", &f_980d_fonts_dir.index_entry); root_index.emplace( @@ -207,43 +227,91 @@ get_root_index() { ) ); root_index.emplace( - "fonts/printer_ascii8x16.bin", + "flash/magicpop.nvmem.zip", + f_a394_flash_dir.directory.add_file( + "magicpop.nvmem.zip", + res_chars::f_7186_flash_magicpop_nvmem_zip_begin, + res_chars::f_7186_flash_magicpop_nvmem_zip_end + ) + ); + root_index.emplace( + "flash/ochaken.nvmem.zip", + f_a394_flash_dir.directory.add_file( + "ochaken.nvmem.zip", + res_chars::f_cee4_flash_ochaken_nvmem_zip_begin, + res_chars::f_cee4_flash_ochaken_nvmem_zip_end + ) + ); + root_index.emplace( + "flash/puyomedal.nvmem.zip", + f_a394_flash_dir.directory.add_file( + "puyomedal.nvmem.zip", + res_chars::f_0b8a_flash_puyomedal_nvmem_zip_begin, + res_chars::f_0b8a_flash_puyomedal_nvmem_zip_end + ) + ); + root_index.emplace( + "flash/unomedal.nvmem.zip", + f_a394_flash_dir.directory.add_file( + "unomedal.nvmem.zip", + res_chars::f_c44c_flash_unomedal_nvmem_zip_begin, + res_chars::f_c44c_flash_unomedal_nvmem_zip_end + ) + ); + root_index.emplace( + "flash/westdrmg.nvmem.zip", + f_a394_flash_dir.directory.add_file( + "westdrmg.nvmem.zip", + res_chars::f_b7d3_flash_westdrmg_nvmem_zip_begin, + res_chars::f_b7d3_flash_westdrmg_nvmem_zip_end + ) + ); + root_index.emplace( + "picture/f355_print_template.png", + f_5456_picture_dir.directory.add_file( + "f355_print_template.png", + res_chars::f_1289_picture_f355_print_template_png_begin, + res_chars::f_1289_picture_f355_print_template_png_end + ) + ); + root_index.emplace( + "fonts/printer_ascii8x16.bin.zip", f_980d_fonts_dir.directory.add_file( - "printer_ascii8x16.bin", - res_chars::f_86fc_fonts_printer_ascii8x16_bin_begin, - res_chars::f_86fc_fonts_printer_ascii8x16_bin_end + "printer_ascii8x16.bin.zip", + res_chars::f_f4d5_fonts_printer_ascii8x16_bin_zip_begin, + res_chars::f_f4d5_fonts_printer_ascii8x16_bin_zip_end ) ); root_index.emplace( - "fonts/printer_ascii12x24.bin", + "fonts/printer_ascii12x24.bin.zip", f_980d_fonts_dir.directory.add_file( - "printer_ascii12x24.bin", - res_chars::f_9a8f_fonts_printer_ascii12x24_bin_begin, - res_chars::f_9a8f_fonts_printer_ascii12x24_bin_end + "printer_ascii12x24.bin.zip", + res_chars::f_87b3_fonts_printer_ascii12x24_bin_zip_begin, + res_chars::f_87b3_fonts_printer_ascii12x24_bin_zip_end ) ); root_index.emplace( - "fonts/printer_kanji16x16.bin", + "fonts/printer_kanji16x16.bin.zip", f_980d_fonts_dir.directory.add_file( - "printer_kanji16x16.bin", - res_chars::f_cbc3_fonts_printer_kanji16x16_bin_begin, - res_chars::f_cbc3_fonts_printer_kanji16x16_bin_end + "printer_kanji16x16.bin.zip", + res_chars::f_dc64_fonts_printer_kanji16x16_bin_zip_begin, + res_chars::f_dc64_fonts_printer_kanji16x16_bin_zip_end ) ); root_index.emplace( - "fonts/printer_kanji24x24.bin", + "fonts/printer_kanji24x24.bin.zip", f_980d_fonts_dir.directory.add_file( - "printer_kanji24x24.bin", - res_chars::f_2e10_fonts_printer_kanji24x24_bin_begin, - res_chars::f_2e10_fonts_printer_kanji24x24_bin_end + "printer_kanji24x24.bin.zip", + res_chars::f_2788_fonts_printer_kanji24x24_bin_zip_begin, + res_chars::f_2788_fonts_printer_kanji24x24_bin_zip_end ) ); root_index.emplace( - "fonts/biosfont.bin", + "fonts/biosfont.bin.zip", f_980d_fonts_dir.directory.add_file( - "biosfont.bin", - res_chars::f_df08_fonts_biosfont_bin_begin, - res_chars::f_df08_fonts_biosfont_bin_end + "biosfont.bin.zip", + res_chars::f_d593_fonts_biosfont_bin_zip_begin, + res_chars::f_d593_fonts_biosfont_bin_zip_end ) ); return root_index; diff --git a/Cores/Flycast/cmake/__cmrc_flycast-resources/lib_.cpp b/Cores/Flycast/cmake/__cmrc_flycast-resources/lib_.cpp index 97cf612c32..6043e7e798 100644 --- a/Cores/Flycast/cmake/__cmrc_flycast-resources/lib_.cpp +++ b/Cores/Flycast/cmake/__cmrc_flycast-resources/lib_.cpp @@ -52,21 +52,39 @@ extern const char* const f_fa91_flash_vf4evob_nvmem_zip_end; // Pointers to resources/flash/vf4tuned.nvmem.zip extern const char* const f_bbdd_flash_vf4tuned_nvmem_zip_begin; extern const char* const f_bbdd_flash_vf4tuned_nvmem_zip_end; -// Pointers to fonts/printer_ascii8x16.bin -extern const char* const f_86fc_fonts_printer_ascii8x16_bin_begin; -extern const char* const f_86fc_fonts_printer_ascii8x16_bin_end; -// Pointers to fonts/printer_ascii12x24.bin -extern const char* const f_9a8f_fonts_printer_ascii12x24_bin_begin; -extern const char* const f_9a8f_fonts_printer_ascii12x24_bin_end; -// Pointers to fonts/printer_kanji16x16.bin -extern const char* const f_cbc3_fonts_printer_kanji16x16_bin_begin; -extern const char* const f_cbc3_fonts_printer_kanji16x16_bin_end; -// Pointers to fonts/printer_kanji24x24.bin -extern const char* const f_2e10_fonts_printer_kanji24x24_bin_begin; -extern const char* const f_2e10_fonts_printer_kanji24x24_bin_end; -// Pointers to fonts/biosfont.bin -extern const char* const f_df08_fonts_biosfont_bin_begin; -extern const char* const f_df08_fonts_biosfont_bin_end; +// Pointers to resources/flash/magicpop.nvmem.zip +extern const char* const f_7186_flash_magicpop_nvmem_zip_begin; +extern const char* const f_7186_flash_magicpop_nvmem_zip_end; +// Pointers to resources/flash/ochaken.nvmem.zip +extern const char* const f_cee4_flash_ochaken_nvmem_zip_begin; +extern const char* const f_cee4_flash_ochaken_nvmem_zip_end; +// Pointers to resources/flash/puyomedal.nvmem.zip +extern const char* const f_0b8a_flash_puyomedal_nvmem_zip_begin; +extern const char* const f_0b8a_flash_puyomedal_nvmem_zip_end; +// Pointers to resources/flash/unomedal.nvmem.zip +extern const char* const f_c44c_flash_unomedal_nvmem_zip_begin; +extern const char* const f_c44c_flash_unomedal_nvmem_zip_end; +// Pointers to resources/flash/westdrmg.nvmem.zip +extern const char* const f_b7d3_flash_westdrmg_nvmem_zip_begin; +extern const char* const f_b7d3_flash_westdrmg_nvmem_zip_end; +// Pointers to resources/picture/f355_print_template.png +extern const char* const f_1289_picture_f355_print_template_png_begin; +extern const char* const f_1289_picture_f355_print_template_png_end; +// Pointers to fonts/printer_ascii8x16.bin.zip +extern const char* const f_f4d5_fonts_printer_ascii8x16_bin_zip_begin; +extern const char* const f_f4d5_fonts_printer_ascii8x16_bin_zip_end; +// Pointers to fonts/printer_ascii12x24.bin.zip +extern const char* const f_87b3_fonts_printer_ascii12x24_bin_zip_begin; +extern const char* const f_87b3_fonts_printer_ascii12x24_bin_zip_end; +// Pointers to fonts/printer_kanji16x16.bin.zip +extern const char* const f_dc64_fonts_printer_kanji16x16_bin_zip_begin; +extern const char* const f_dc64_fonts_printer_kanji16x16_bin_zip_end; +// Pointers to fonts/printer_kanji24x24.bin.zip +extern const char* const f_2788_fonts_printer_kanji24x24_bin_zip_begin; +extern const char* const f_2788_fonts_printer_kanji24x24_bin_zip_end; +// Pointers to fonts/biosfont.bin.zip +extern const char* const f_d593_fonts_biosfont_bin_zip_begin; +extern const char* const f_d593_fonts_biosfont_bin_zip_end; } namespace { @@ -84,6 +102,8 @@ get_root_index() { (void)root_directory_dir; static auto f_a394_flash_dir = root_directory_dir.directory.add_subdir("flash"); root_index.emplace("flash", &f_a394_flash_dir.index_entry); + static auto f_5456_picture_dir = root_directory_dir.directory.add_subdir("picture"); + root_index.emplace("picture", &f_5456_picture_dir.index_entry); static auto f_980d_fonts_dir = root_directory_dir.directory.add_subdir("fonts"); root_index.emplace("fonts", &f_980d_fonts_dir.index_entry); root_index.emplace( @@ -207,43 +227,91 @@ get_root_index() { ) ); root_index.emplace( - "fonts/printer_ascii8x16.bin", + "flash/magicpop.nvmem.zip", + f_a394_flash_dir.directory.add_file( + "magicpop.nvmem.zip", + res_chars::f_7186_flash_magicpop_nvmem_zip_begin, + res_chars::f_7186_flash_magicpop_nvmem_zip_end + ) + ); + root_index.emplace( + "flash/ochaken.nvmem.zip", + f_a394_flash_dir.directory.add_file( + "ochaken.nvmem.zip", + res_chars::f_cee4_flash_ochaken_nvmem_zip_begin, + res_chars::f_cee4_flash_ochaken_nvmem_zip_end + ) + ); + root_index.emplace( + "flash/puyomedal.nvmem.zip", + f_a394_flash_dir.directory.add_file( + "puyomedal.nvmem.zip", + res_chars::f_0b8a_flash_puyomedal_nvmem_zip_begin, + res_chars::f_0b8a_flash_puyomedal_nvmem_zip_end + ) + ); + root_index.emplace( + "flash/unomedal.nvmem.zip", + f_a394_flash_dir.directory.add_file( + "unomedal.nvmem.zip", + res_chars::f_c44c_flash_unomedal_nvmem_zip_begin, + res_chars::f_c44c_flash_unomedal_nvmem_zip_end + ) + ); + root_index.emplace( + "flash/westdrmg.nvmem.zip", + f_a394_flash_dir.directory.add_file( + "westdrmg.nvmem.zip", + res_chars::f_b7d3_flash_westdrmg_nvmem_zip_begin, + res_chars::f_b7d3_flash_westdrmg_nvmem_zip_end + ) + ); + root_index.emplace( + "picture/f355_print_template.png", + f_5456_picture_dir.directory.add_file( + "f355_print_template.png", + res_chars::f_1289_picture_f355_print_template_png_begin, + res_chars::f_1289_picture_f355_print_template_png_end + ) + ); + root_index.emplace( + "fonts/printer_ascii8x16.bin.zip", f_980d_fonts_dir.directory.add_file( - "printer_ascii8x16.bin", - res_chars::f_86fc_fonts_printer_ascii8x16_bin_begin, - res_chars::f_86fc_fonts_printer_ascii8x16_bin_end + "printer_ascii8x16.bin.zip", + res_chars::f_f4d5_fonts_printer_ascii8x16_bin_zip_begin, + res_chars::f_f4d5_fonts_printer_ascii8x16_bin_zip_end ) ); root_index.emplace( - "fonts/printer_ascii12x24.bin", + "fonts/printer_ascii12x24.bin.zip", f_980d_fonts_dir.directory.add_file( - "printer_ascii12x24.bin", - res_chars::f_9a8f_fonts_printer_ascii12x24_bin_begin, - res_chars::f_9a8f_fonts_printer_ascii12x24_bin_end + "printer_ascii12x24.bin.zip", + res_chars::f_87b3_fonts_printer_ascii12x24_bin_zip_begin, + res_chars::f_87b3_fonts_printer_ascii12x24_bin_zip_end ) ); root_index.emplace( - "fonts/printer_kanji16x16.bin", + "fonts/printer_kanji16x16.bin.zip", f_980d_fonts_dir.directory.add_file( - "printer_kanji16x16.bin", - res_chars::f_cbc3_fonts_printer_kanji16x16_bin_begin, - res_chars::f_cbc3_fonts_printer_kanji16x16_bin_end + "printer_kanji16x16.bin.zip", + res_chars::f_dc64_fonts_printer_kanji16x16_bin_zip_begin, + res_chars::f_dc64_fonts_printer_kanji16x16_bin_zip_end ) ); root_index.emplace( - "fonts/printer_kanji24x24.bin", + "fonts/printer_kanji24x24.bin.zip", f_980d_fonts_dir.directory.add_file( - "printer_kanji24x24.bin", - res_chars::f_2e10_fonts_printer_kanji24x24_bin_begin, - res_chars::f_2e10_fonts_printer_kanji24x24_bin_end + "printer_kanji24x24.bin.zip", + res_chars::f_2788_fonts_printer_kanji24x24_bin_zip_begin, + res_chars::f_2788_fonts_printer_kanji24x24_bin_zip_end ) ); root_index.emplace( - "fonts/biosfont.bin", + "fonts/biosfont.bin.zip", f_980d_fonts_dir.directory.add_file( - "biosfont.bin", - res_chars::f_df08_fonts_biosfont_bin_begin, - res_chars::f_df08_fonts_biosfont_bin_end + "biosfont.bin.zip", + res_chars::f_d593_fonts_biosfont_bin_zip_begin, + res_chars::f_d593_fonts_biosfont_bin_zip_end ) ); return root_index; diff --git a/Cores/Flycast/cmake/cmake_install.cmake b/Cores/Flycast/cmake/cmake_install.cmake deleted file mode 100644 index 901b123330..0000000000 --- a/Cores/Flycast/cmake/cmake_install.cmake +++ /dev/null @@ -1,101 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE FILES "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/Debug-iphoneos/Flycast.ipa") - elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE FILES "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/Release-iphoneos/Flycast.ipa") - elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE FILES "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/MinSizeRel-iphoneos/Flycast.ipa") - elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE FILES "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/RelWithDebInfo-iphoneos/Flycast.ipa") - endif() -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/cmake_install.cmake") - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/glm/cmake_install.cmake") - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/nowide/cmake_install.cmake") - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/miniupnpc/cmake_install.cmake") - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libzip/cmake_install.cmake") - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libelf/cmake_install.cmake") - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/Vulkan-Headers/cmake_install.cmake") - -endif() - -if(CMAKE_INSTALL_COMPONENT) - if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") - else() - string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") - unset(CMAKE_INST_COMP_HASH) - endif() -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") - file(WRITE "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/Cores/Flycast/cmake/core/deps/Vulkan-Headers/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/core/deps/Vulkan-Headers/CMakeScripts/ReRunCMake.make deleted file mode 100644 index 470e26f148..0000000000 --- a/Cores/Flycast/cmake/core/deps/Vulkan-Headers/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,11 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/Vulkan-Headers/CMakeLists.txt)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/core/deps/Vulkan-Headers/VULKAN_HEADERS.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/Vulkan-Headers/VULKAN_HEADERS.xcodeproj/project.pbxproj index 9fb9062334..58954f82e6 100644 --- a/Cores/Flycast/cmake/core/deps/Vulkan-Headers/VULKAN_HEADERS.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/core/deps/Vulkan-Headers/VULKAN_HEADERS.xcodeproj/project.pbxproj @@ -7,21 +7,21 @@ objects = { /* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { + 1148ED2E9013F6047A670D47 /* install */ = { isa = PBXAggregateTarget; - buildConfigurationList = 0029C05A654C44E580C90AAB /* Build configuration list for PBXAggregateTarget "install" */; + buildConfigurationList = 9693A9A042A44EABAC855077 /* Build configuration list for PBXAggregateTarget "install" */; buildPhases = ( 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, ); dependencies = ( - 4531DE555A1A4FDEA7EE4BBA /* PBXTargetDependency */, + 507296407AB949FC88DA3D27 /* PBXTargetDependency */, ); name = install; productName = install; }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { isa = PBXAggregateTarget; - buildConfigurationList = 15BA41E3EDC64DF2971B7F22 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildConfigurationList = 341674CABFBC427AB5A7FA62 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; buildPhases = ( 9FABEB5525D0302780628545 /* Generate CMakeFiles/ZERO_CHECK */, ); @@ -30,14 +30,14 @@ name = ZERO_CHECK; productName = ZERO_CHECK; }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { isa = PBXAggregateTarget; - buildConfigurationList = 3609BB92F6054596A20B751C /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildConfigurationList = 5D80A2B14D3D4E7881947CFD /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; buildPhases = ( 6DDB4A8F5D89196AE004F1F2 /* Generate CMakeFiles/ALL_BUILD */, ); dependencies = ( - 4874F4F2C4744C8B9EA13F95 /* PBXTargetDependency */, + 6EFAA88A5F2C4AB2B96E9A69 /* PBXTargetDependency */, ); name = ALL_BUILD; productName = ALL_BUILD; @@ -45,132 +45,132 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildStyle section */ - 24848834E45E45BAAE7F22AA /* MinSizeRel */ = { + 5F962E9C3C514799BE0CFFC8 /* Release */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = MinSizeRel; + name = Release; }; - 6F8FC28BF23A4B0C9E6840C4 /* Debug */ = { + 67F94EF76CC248538ED5B7AB /* Debug */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; name = Debug; }; - 7DF40AB59E4D4268B955AD51 /* RelWithDebInfo */ = { + A58EDE9C66EE4D5D806AEE70 /* MinSizeRel */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = RelWithDebInfo; + name = MinSizeRel; }; - E0ADF0818C88432BA40E3D62 /* Release */ = { + D45CF705B46346BF9179C142 /* RelWithDebInfo */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Release; + name = RelWithDebInfo; }; /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ - 43F6FFE9C7284502A10D4262 /* PBXContainerItemProxy */ = { + 8D969DF09E6D4278AECE4A5B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = EF00748110EA4B729B134097 /* Project object */; + containerPortal = 2F7D523B14BC4CDA9213D3BA /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; + remoteInfo = ALL_BUILD; }; - 8E18EA0092F5456090E1CC15 /* PBXContainerItemProxy */ = { + F6C2A4468128459CBA67394F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = EF00748110EA4B729B134097 /* Project object */; + containerPortal = 2F7D523B14BC4CDA9213D3BA /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; - remoteInfo = ALL_BUILD; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 223CF63F8E414AA5ABD0F494 /* ../flycast/core/deps/Vulkan-Headers/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 64DA67EFAE824245AB7CA403 /* ../flycast/core/deps/Vulkan-Headers/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ - 1EA702FCDA4A46ED8C56981E /* Resources */ = { + 3D666520AC3E4BF8A6507967 = { isa = PBXGroup; children = ( + 5003DA5A4F3E427E99CAF224 /* ALL_BUILD */, + C862CA2C7F8C4B118F75A273 /* Products */, + 8EA59DAF61A44356A9F44790 /* Frameworks */, + C5F739ACA5B54A5BB61E7E47 /* Resources */, ); - name = Resources; sourceTree = ""; }; - 3FA2FD9756EC439882D24D84 = { + 5003DA5A4F3E427E99CAF224 /* ALL_BUILD */ = { isa = PBXGroup; children = ( - 76213ABC86F04D54AC19EA5D /* ALL_BUILD */, - 61623B0A1A64436F89091A38 /* Products */, - CC4EDEF0FA7C418F88DF72D1 /* Frameworks */, - 1EA702FCDA4A46ED8C56981E /* Resources */, + B6DD316CBEC34B078A739D32 /* CMake Rules */, + 64DA67EFAE824245AB7CA403 /* ../flycast/core/deps/Vulkan-Headers/CMakeLists.txt */, ); + name = ALL_BUILD; sourceTree = ""; }; - 61623B0A1A64436F89091A38 /* Products */ = { + 8EA59DAF61A44356A9F44790 /* Frameworks */ = { isa = PBXGroup; children = ( ); - name = Products; + name = Frameworks; sourceTree = ""; }; - 76213ABC86F04D54AC19EA5D /* ALL_BUILD */ = { + B6DD316CBEC34B078A739D32 /* CMake Rules */ = { isa = PBXGroup; children = ( - 85D9085BD8F644F68092C0C6 /* CMake Rules */, - 223CF63F8E414AA5ABD0F494 /* ../flycast/core/deps/Vulkan-Headers/CMakeLists.txt */, ); - name = ALL_BUILD; + name = "CMake Rules"; sourceTree = ""; }; - 85D9085BD8F644F68092C0C6 /* CMake Rules */ = { + C5F739ACA5B54A5BB61E7E47 /* Resources */ = { isa = PBXGroup; children = ( ); - name = "CMake Rules"; + name = Resources; sourceTree = ""; }; - CC4EDEF0FA7C418F88DF72D1 /* Frameworks */ = { + C862CA2C7F8C4B118F75A273 /* Products */ = { isa = PBXGroup; children = ( ); - name = Frameworks; + name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXProject section */ - EF00748110EA4B729B134097 /* Project object */ = { + 2F7D523B14BC4CDA9213D3BA /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 1620; }; - buildConfigurationList = 830AD85DCE3A4C4581C78500 /* Build configuration list for PBXProject "VULKAN_HEADERS" */; + buildConfigurationList = 6891E313BC994D22AC004964 /* Build configuration list for PBXProject "VULKAN_HEADERS" */; buildSettings = { }; buildStyles = ( - 6F8FC28BF23A4B0C9E6840C4 /* Debug */, - E0ADF0818C88432BA40E3D62 /* Release */, - 24848834E45E45BAAE7F22AA /* MinSizeRel */, - 7DF40AB59E4D4268B955AD51 /* RelWithDebInfo */, + 67F94EF76CC248538ED5B7AB /* Debug */, + 5F962E9C3C514799BE0CFFC8 /* Release */, + A58EDE9C66EE4D5D806AEE70 /* MinSizeRel */, + D45CF705B46346BF9179C142 /* RelWithDebInfo */, ); compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; - mainGroup = 3FA2FD9756EC439882D24D84; + mainGroup = 3D666520AC3E4BF8A6507967; projectDirPath = "../flycast"; projectRoot = ""; targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, - 11E917AB434F844A6CA3AEDF /* install */, + B727D2F61FE22951697F0BAD /* ALL_BUILD */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, + 1148ED2E9013F6047A670D47 /* install */, ); }; /* End PBXProject section */ @@ -253,19 +253,19 @@ exit 0"; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../cmake/core/deps/Vulkan-Headers - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : cd ../cmake/core/deps/Vulkan-Headers - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../cmake/core/deps/Vulkan-Headers - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../cmake/core/deps/Vulkan-Headers - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; showEnvVarsInLog = 0; @@ -321,20 +321,48 @@ fi /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - 4531DE555A1A4FDEA7EE4BBA /* PBXTargetDependency */ = { + 507296407AB949FC88DA3D27 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = 8E18EA0092F5456090E1CC15 /* PBXContainerItemProxy */; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = 8D969DF09E6D4278AECE4A5B /* PBXContainerItemProxy */; }; - 4874F4F2C4744C8B9EA13F95 /* PBXTargetDependency */ = { + 6EFAA88A5F2C4AB2B96E9A69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 43F6FFE9C7284502A10D4262 /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = F6C2A4468128459CBA67394F /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 094B38CEAD754D70AABA7B84 /* RelWithDebInfo */ = { + 23342AFC1C7444D2987FF042 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = RelWithDebInfo; + }; + 25567C7538AA47ED80B856FE /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = MinSizeRel; + }; + 2590D1C1778A4380A57440BC /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -347,14 +375,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = RelWithDebInfo; }; - 147012D2873940B7948C231C /* Debug */ = { + 5C131B638E4542A9AB379CC6 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -374,7 +402,7 @@ fi }; name = Debug; }; - 448FC9F8300A4A409C6A3A25 /* RelWithDebInfo */ = { + 60084C9E13AA4E6B9865ED72 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -387,28 +415,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; - }; - 4575443259754E1EBEB39365 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = RelWithDebInfo; + name = Release; }; - 52356CD45FB644AF878327EE /* MinSizeRel */ = { + 61CB00C2CA01410EA6B8D0AB /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -426,9 +440,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = RelWithDebInfo; }; - 5A489084349844B1ACE6AE31 /* MinSizeRel */ = { + 7E9228F73ACB44CF9F867C93 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -437,12 +451,11 @@ fi IPHONEOS_DEPLOYMENT_TARGET = 12.0; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; BUILD_DIR = ../lib; }; - name = MinSizeRel; + name = Debug; }; - 5E1D2F5A5D454D1DB3009534 /* Release */ = { + 92DFD819A3AC4D4E80A21DAD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -455,14 +468,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = Release; }; - 687EEB85AFCB426696C93380 /* Release */ = { + 93238780729744B58D776D8F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -475,14 +488,28 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = Release; }; - 703B219CB21F451BAB876DA4 /* RelWithDebInfo */ = { + A4A81236AEE44BEB935BF447 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = Release; + }; + A7FA9B4B098749BBB0E8007E /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -502,7 +529,7 @@ fi }; name = RelWithDebInfo; }; - 927F7B7CBB9949FBA89FDEFD /* MinSizeRel */ = { + B9AC0D14D1CB4DFE83AFC60C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -515,14 +542,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Debug; }; - A346CDBAC29348849F5213E7 /* Debug */ = { + D18653A3A6D04D5085ED295D /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -535,27 +562,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; - }; - A3E3539CFDF449938B8883E0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - BUILD_DIR = ../lib; - }; - name = Debug; + name = MinSizeRel; }; - F512412E61E3463295C688AE /* Debug */ = { + E48E8D16DAC54C8E86CDAF46 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -568,14 +582,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = MinSizeRel; }; - F6C8708C87764F258412BBC9 /* Release */ = { + EF0090943BAE40DD8DB6BEA3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -588,28 +602,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; - }; - F771A4D91ECE4D879D5D2E41 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = Release; + name = Debug; }; - FF4FE2FDDF024FBA8309715E /* MinSizeRel */ = { + F041C4AF82A24050B30044F2 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -622,7 +622,7 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); @@ -632,51 +632,51 @@ fi /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0029C05A654C44E580C90AAB /* Build configuration list for PBXAggregateTarget "install" */ = { + 341674CABFBC427AB5A7FA62 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { isa = XCConfigurationList; buildConfigurations = ( - A346CDBAC29348849F5213E7 /* Debug */, - 687EEB85AFCB426696C93380 /* Release */, - FF4FE2FDDF024FBA8309715E /* MinSizeRel */, - 703B219CB21F451BAB876DA4 /* RelWithDebInfo */, + B9AC0D14D1CB4DFE83AFC60C /* Debug */, + 60084C9E13AA4E6B9865ED72 /* Release */, + D18653A3A6D04D5085ED295D /* MinSizeRel */, + 61CB00C2CA01410EA6B8D0AB /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 15BA41E3EDC64DF2971B7F22 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + 5D80A2B14D3D4E7881947CFD /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { isa = XCConfigurationList; buildConfigurations = ( - F512412E61E3463295C688AE /* Debug */, - F6C8708C87764F258412BBC9 /* Release */, - 52356CD45FB644AF878327EE /* MinSizeRel */, - 094B38CEAD754D70AABA7B84 /* RelWithDebInfo */, + 5C131B638E4542A9AB379CC6 /* Debug */, + 93238780729744B58D776D8F /* Release */, + F041C4AF82A24050B30044F2 /* MinSizeRel */, + 2590D1C1778A4380A57440BC /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 3609BB92F6054596A20B751C /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + 6891E313BC994D22AC004964 /* Build configuration list for PBXProject "VULKAN_HEADERS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 147012D2873940B7948C231C /* Debug */, - 5E1D2F5A5D454D1DB3009534 /* Release */, - 927F7B7CBB9949FBA89FDEFD /* MinSizeRel */, - 448FC9F8300A4A409C6A3A25 /* RelWithDebInfo */, + 7E9228F73ACB44CF9F867C93 /* Debug */, + A4A81236AEE44BEB935BF447 /* Release */, + 25567C7538AA47ED80B856FE /* MinSizeRel */, + 23342AFC1C7444D2987FF042 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 830AD85DCE3A4C4581C78500 /* Build configuration list for PBXProject "VULKAN_HEADERS" */ = { + 9693A9A042A44EABAC855077 /* Build configuration list for PBXAggregateTarget "install" */ = { isa = XCConfigurationList; buildConfigurations = ( - A3E3539CFDF449938B8883E0 /* Debug */, - F771A4D91ECE4D879D5D2E41 /* Release */, - 5A489084349844B1ACE6AE31 /* MinSizeRel */, - 4575443259754E1EBEB39365 /* RelWithDebInfo */, + EF0090943BAE40DD8DB6BEA3 /* Debug */, + 92DFD819A3AC4D4E80A21DAD /* Release */, + E48E8D16DAC54C8E86CDAF46 /* MinSizeRel */, + A7FA9B4B098749BBB0E8007E /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = EF00748110EA4B729B134097 /* Project object */; + rootObject = 2F7D523B14BC4CDA9213D3BA /* Project object */; } diff --git a/Cores/Flycast/cmake/core/deps/Vulkan-Headers/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/Vulkan-Headers/cmake_install.cmake deleted file mode 100644 index 92400b5d9d..0000000000 --- a/Cores/Flycast/cmake/core/deps/Vulkan-Headers/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/Vulkan-Headers - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/VulkanMemoryAllocator/VMA.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/VulkanMemoryAllocator/VMA.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..c101b41a73 --- /dev/null +++ b/Cores/Flycast/cmake/core/deps/VulkanMemoryAllocator/VMA.xcodeproj/project.pbxproj @@ -0,0 +1,682 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXAggregateTarget section */ + 1148ED2E9013F6047A670D47 /* install */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 96B40E3C1755436FB8386ED2 /* Build configuration list for PBXAggregateTarget "install" */; + buildPhases = ( + 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, + ); + dependencies = ( + 5F64E50EAAFB4ECF886E8E30 /* PBXTargetDependency */, + ); + name = install; + productName = install; + }; + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 6F0D1F1A866D4350A7258B06 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildPhases = ( + F9F17CEA2C7A57F02F7BD942 /* Generate CMakeFiles/ZERO_CHECK */, + ); + dependencies = ( + ); + name = ZERO_CHECK; + productName = ZERO_CHECK; + }; + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 551B2A9A5E104B8EB2514C31 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildPhases = ( + A01365EE8E7CA41FD908032E /* Generate CMakeFiles/ALL_BUILD */, + ); + dependencies = ( + 0F62B52599D14264821DEA42 /* PBXTargetDependency */, + ); + name = ALL_BUILD; + productName = ALL_BUILD; + }; +/* End PBXAggregateTarget section */ + +/* Begin PBXBuildStyle section */ + 0960DF0CAFAF443E86EDC6DC /* MinSizeRel */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + }; + name = MinSizeRel; + }; + 56941F00ED2247F2A66754DD /* Release */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + }; + name = Release; + }; + 99E8338DD5AD404AAF9F8767 /* Debug */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + }; + name = Debug; + }; + EDB1712F18E3430F8A907F98 /* RelWithDebInfo */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + }; + name = RelWithDebInfo; + }; +/* End PBXBuildStyle section */ + +/* Begin PBXContainerItemProxy section */ + 60EAB5D56BBD4642B73E3D46 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = CBA4864BED2D415586845402 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; + remoteInfo = ALL_BUILD; + }; + 68B53528B60F4324A1D6BAA5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = CBA4864BED2D415586845402 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 3D7E5F262A754401A0FCC3AA /* ../flycast/core/deps/VulkanMemoryAllocator/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 42FFB7B9BA8548D2B95FAAC6 /* ALL_BUILD */ = { + isa = PBXGroup; + children = ( + A97D063F54D54C118375683E /* CMake Rules */, + 3D7E5F262A754401A0FCC3AA /* ../flycast/core/deps/VulkanMemoryAllocator/CMakeLists.txt */, + ); + name = ALL_BUILD; + sourceTree = ""; + }; + 4C040A5FAAD14A71AC2644F2 /* Resources */ = { + isa = PBXGroup; + children = ( + ); + name = Resources; + sourceTree = ""; + }; + 85BFE9108E2542A69E44A366 = { + isa = PBXGroup; + children = ( + 42FFB7B9BA8548D2B95FAAC6 /* ALL_BUILD */, + BE9B9F1241FF4E53AB6A0989 /* Products */, + C2C955963EF14AC5A9B0682D /* Frameworks */, + 4C040A5FAAD14A71AC2644F2 /* Resources */, + ); + sourceTree = ""; + }; + A97D063F54D54C118375683E /* CMake Rules */ = { + isa = PBXGroup; + children = ( + ); + name = "CMake Rules"; + sourceTree = ""; + }; + BE9B9F1241FF4E53AB6A0989 /* Products */ = { + isa = PBXGroup; + children = ( + ); + name = Products; + sourceTree = ""; + }; + C2C955963EF14AC5A9B0682D /* Frameworks */ = { + isa = PBXGroup; + children = ( + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXProject section */ + CBA4864BED2D415586845402 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = YES; + LastUpgradeCheck = 1620; + }; + buildConfigurationList = 92DDFD37BC6B4AAC9E1E0D0F /* Build configuration list for PBXProject "VMA" */; + buildSettings = { + }; + buildStyles = ( + 99E8338DD5AD404AAF9F8767 /* Debug */, + 56941F00ED2247F2A66754DD /* Release */, + 0960DF0CAFAF443E86EDC6DC /* MinSizeRel */, + EDB1712F18E3430F8A907F98 /* RelWithDebInfo */, + ); + compatibilityVersion = "Xcode 3.2"; + hasScannedForEncodings = 0; + mainGroup = 85BFE9108E2542A69E44A366; + projectDirPath = ../flycast/core/deps/VulkanMemoryAllocator; + projectRoot = ""; + targets = ( + B727D2F61FE22951697F0BAD /* ALL_BUILD */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, + 1148ED2E9013F6047A670D47 /* install */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXShellScriptBuildPhase section */ + 3C0110FC8322DE7E50886E21 = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# shell script goes here +exit 0"; + showEnvVarsInLog = 0; + }; + 87AF4882E018677E2624B544 = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# shell script goes here +exit 0"; + showEnvVarsInLog = 0; + }; + 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + name = "CMake PostBuild Rules"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake +fi +"; + showEnvVarsInLog = 0; + }; + 9B50530E35CC49C82C2FACCF = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# shell script goes here +exit 0"; + showEnvVarsInLog = 0; + }; + A01365EE8E7CA41FD908032E /* Generate CMakeFiles/ALL_BUILD */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Generate CMakeFiles/ALL_BUILD"; + outputPaths = ( +../cmake/core/deps/VulkanMemoryAllocator/CMakeFiles/ALL_BUILD ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + echo Build\\ all\\ projects +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + echo Build\\ all\\ projects +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + echo Build\\ all\\ projects +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + echo Build\\ all\\ projects +fi +"; + showEnvVarsInLog = 0; + }; + F9F17CEA2C7A57F02F7BD942 /* Generate CMakeFiles/ZERO_CHECK */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Generate CMakeFiles/ZERO_CHECK"; + outputPaths = ( +../cmake/core/deps/VulkanMemoryAllocator/CMakeFiles/ZERO_CHECK ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + make -f ../cmake/core/deps/VulkanMemoryAllocator/CMakeScripts/ReRunCMake.make +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + make -f ../cmake/core/deps/VulkanMemoryAllocator/CMakeScripts/ReRunCMake.make +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + make -f ../cmake/core/deps/VulkanMemoryAllocator/CMakeScripts/ReRunCMake.make +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/VulkanMemoryAllocator + make -f ../cmake/core/deps/VulkanMemoryAllocator/CMakeScripts/ReRunCMake.make +fi +"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 0F62B52599D14264821DEA42 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 68B53528B60F4324A1D6BAA5 /* PBXContainerItemProxy */; + }; + 5F64E50EAAFB4ECF886E8E30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = 60EAB5D56BBD4642B73E3D46 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 02FC36DADE504BE691E91646 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + 210BA18AF9124BCBADF348FB /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + 23C3580F877A478E9C6F7105 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; + }; + 23FE9AAAA2F84FC89371BB0E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = Release; + }; + 437153FF41224383A0A7BE50 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = RelWithDebInfo; + }; + 699060EA069542B48E8D4DA2 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; + }; + 6A68F1A9E640412A88D3CF2C /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = MinSizeRel; + }; + 6B5FDD41CFEA452AB0539A65 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; + }; + 6E1C6E3FD3324CA6B0289075 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + 70B2FED8753D45118DBD1A60 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + 726FB36DA44B43F0BF0D4968 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + A59FBA161C8D45B0B49A657C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + BUILD_DIR = ../lib; + }; + name = Debug; + }; + AC284D223E464074917652FE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + CFFC4EAD7A0142F6B788B70C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + E33857702D2942499A1336D1 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + FA81AD607A8645AE89FF0883 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 551B2A9A5E104B8EB2514C31 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + AC284D223E464074917652FE /* Debug */, + 70B2FED8753D45118DBD1A60 /* Release */, + 726FB36DA44B43F0BF0D4968 /* MinSizeRel */, + 6B5FDD41CFEA452AB0539A65 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 6F0D1F1A866D4350A7258B06 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FA81AD607A8645AE89FF0883 /* Debug */, + E33857702D2942499A1336D1 /* Release */, + 02FC36DADE504BE691E91646 /* MinSizeRel */, + 699060EA069542B48E8D4DA2 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 92DDFD37BC6B4AAC9E1E0D0F /* Build configuration list for PBXProject "VMA" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A59FBA161C8D45B0B49A657C /* Debug */, + 23FE9AAAA2F84FC89371BB0E /* Release */, + 6A68F1A9E640412A88D3CF2C /* MinSizeRel */, + 437153FF41224383A0A7BE50 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 96B40E3C1755436FB8386ED2 /* Build configuration list for PBXAggregateTarget "install" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6E1C6E3FD3324CA6B0289075 /* Debug */, + CFFC4EAD7A0142F6B788B70C /* Release */, + 210BA18AF9124BCBADF348FB /* MinSizeRel */, + 23C3580F877A478E9C6F7105 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = CBA4864BED2D415586845402 /* Project object */; +} diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zlib.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Cores/Flycast/cmake/core/deps/VulkanMemoryAllocator/VMA.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zlib.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to Cores/Flycast/cmake/core/deps/VulkanMemoryAllocator/VMA.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/Cores/Flycast/cmake/core/deps/glm/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/core/deps/glm/CMakeScripts/ReRunCMake.make deleted file mode 100644 index 4a9568b58f..0000000000 --- a/Cores/Flycast/cmake/core/deps/glm/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,12 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glm/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glm/glm/CMakeLists.txt)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/core/deps/glm/CTestTestfile.cmake b/Cores/Flycast/cmake/core/deps/glm/CTestTestfile.cmake deleted file mode 100644 index c90f04cb38..0000000000 --- a/Cores/Flycast/cmake/core/deps/glm/CTestTestfile.cmake +++ /dev/null @@ -1,7 +0,0 @@ -# CMake generated Testfile for -# Source directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glm -# Build directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/glm -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("glm") diff --git a/Cores/Flycast/cmake/core/deps/glm/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/glm/cmake_install.cmake deleted file mode 100644 index 6b5a947460..0000000000 --- a/Cores/Flycast/cmake/core/deps/glm/cmake_install.cmake +++ /dev/null @@ -1,65 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glm - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/glm/glm/cmake_install.cmake") - -endif() - diff --git a/Cores/Flycast/cmake/core/deps/glm/glm.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/glm/glm.xcodeproj/project.pbxproj index 72e52c4941..68acc79456 100644 --- a/Cores/Flycast/cmake/core/deps/glm/glm.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/core/deps/glm/glm.xcodeproj/project.pbxproj @@ -7,21 +7,21 @@ objects = { /* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { + 1148ED2E9013F6047A670D47 /* install */ = { isa = PBXAggregateTarget; - buildConfigurationList = 58D33F6C7672464DAE994A5E /* Build configuration list for PBXAggregateTarget "install" */; + buildConfigurationList = 90E0A423CAA24B2F9109B0D9 /* Build configuration list for PBXAggregateTarget "install" */; buildPhases = ( 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, ); dependencies = ( - 7E7D8E7751E64CEA87FCE104 /* PBXTargetDependency */, + 2099136409F840CD83378110 /* PBXTargetDependency */, ); name = install; productName = install; }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { isa = PBXAggregateTarget; - buildConfigurationList = 440680D0732543F9A5D4C14A /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildConfigurationList = 20E699EC06BC45889B07919C /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; buildPhases = ( F224B3A60FA62057CA51F155 /* Generate CMakeFiles/ZERO_CHECK */, ); @@ -30,14 +30,14 @@ name = ZERO_CHECK; productName = ZERO_CHECK; }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { isa = PBXAggregateTarget; - buildConfigurationList = E7762A5D13BA470999D660BE /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildConfigurationList = 9BB0331A01774B3B9DB0B3B3 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; buildPhases = ( 32C109B5EE06756E4FCB32D8 /* Generate CMakeFiles/ALL_BUILD */, ); dependencies = ( - 7CEBE958FC914324A1879ADA /* PBXTargetDependency */, + FE46EADABA8B42DC8D30E44D /* PBXTargetDependency */, ); name = ALL_BUILD; productName = ALL_BUILD; @@ -45,28 +45,28 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildStyle section */ - 482BCAA3A3E749968649FA9F /* MinSizeRel */ = { + 14166AB9A40149E08832C9E2 /* MinSizeRel */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; name = MinSizeRel; }; - 6CC2248BAC824CD68075A8D3 /* Release */ = { + 51F786E57AC74AB3B0812F89 /* RelWithDebInfo */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Release; + name = RelWithDebInfo; }; - D15F926CF1004C51BFC48855 /* RelWithDebInfo */ = { + 537A9C6750D44B078C7A9253 /* Release */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = RelWithDebInfo; + name = Release; }; - DCE563D7A9314BC49B71334C /* Debug */ = { + FBC52EC394334391AC273EDF /* Debug */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; @@ -76,101 +76,101 @@ /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ - 63ACB6EAE28247F9BE5F86BB /* PBXContainerItemProxy */ = { + 11774AC2883948789E324D6E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 4F17AC99A572430A82387383 /* Project object */; + containerPortal = 5655E62B49874929AB2CC99C /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; + remoteInfo = ALL_BUILD; }; - 6EA2CB01C32847D1979582F2 /* PBXContainerItemProxy */ = { + 5BD3F76B16424E45AF11ABC9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 4F17AC99A572430A82387383 /* Project object */; + containerPortal = 5655E62B49874929AB2CC99C /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; - remoteInfo = ALL_BUILD; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 518A059362F847A68DDE2CC7 /* ../flycast/core/deps/glm/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 8E5636924FDA4A32AF1F0465 /* ../flycast/core/deps/glm/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ - 053E0CE2CF714FD89652F156 /* ALL_BUILD */ = { + 101655CCF13B410B952A93F3 /* Products */ = { isa = PBXGroup; children = ( - 54B39DBE35B04AD1A1FD554B /* CMake Rules */, - 518A059362F847A68DDE2CC7 /* ../flycast/core/deps/glm/CMakeLists.txt */, ); - name = ALL_BUILD; + name = Products; sourceTree = ""; }; - 0DACC3390FC24FA4B6F76B11 = { + 97930AD09BB44DB0A9D33FED /* CMake Rules */ = { isa = PBXGroup; children = ( - 053E0CE2CF714FD89652F156 /* ALL_BUILD */, - 7C34A21DAD904761A7020103 /* Products */, - E308207FB7AA4AF0A0883638 /* Frameworks */, - C7C4DD57519C45AFB24ECB63 /* Resources */, ); + name = "CMake Rules"; sourceTree = ""; }; - 54B39DBE35B04AD1A1FD554B /* CMake Rules */ = { + D554CB4ADDA941A09AA666E3 = { isa = PBXGroup; children = ( + F142C53B0A7A451D81E4EC44 /* ALL_BUILD */, + 101655CCF13B410B952A93F3 /* Products */, + DEA44C101D4A410CA729F9E0 /* Frameworks */, + E966F7999B21477497F2E63D /* Resources */, ); - name = "CMake Rules"; sourceTree = ""; }; - 7C34A21DAD904761A7020103 /* Products */ = { + DEA44C101D4A410CA729F9E0 /* Frameworks */ = { isa = PBXGroup; children = ( ); - name = Products; + name = Frameworks; sourceTree = ""; }; - C7C4DD57519C45AFB24ECB63 /* Resources */ = { + E966F7999B21477497F2E63D /* Resources */ = { isa = PBXGroup; children = ( ); name = Resources; sourceTree = ""; }; - E308207FB7AA4AF0A0883638 /* Frameworks */ = { + F142C53B0A7A451D81E4EC44 /* ALL_BUILD */ = { isa = PBXGroup; children = ( + 97930AD09BB44DB0A9D33FED /* CMake Rules */, + 8E5636924FDA4A32AF1F0465 /* ../flycast/core/deps/glm/CMakeLists.txt */, ); - name = Frameworks; + name = ALL_BUILD; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXProject section */ - 4F17AC99A572430A82387383 /* Project object */ = { + 5655E62B49874929AB2CC99C /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 1620; }; - buildConfigurationList = 34FEDC992F9049EF98F61E13 /* Build configuration list for PBXProject "glm" */; + buildConfigurationList = 442FCFD0E066471DB6DC54ED /* Build configuration list for PBXProject "glm" */; buildSettings = { }; buildStyles = ( - DCE563D7A9314BC49B71334C /* Debug */, - 6CC2248BAC824CD68075A8D3 /* Release */, - 482BCAA3A3E749968649FA9F /* MinSizeRel */, - D15F926CF1004C51BFC48855 /* RelWithDebInfo */, + FBC52EC394334391AC273EDF /* Debug */, + 537A9C6750D44B078C7A9253 /* Release */, + 14166AB9A40149E08832C9E2 /* MinSizeRel */, + 51F786E57AC74AB3B0812F89 /* RelWithDebInfo */, ); compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; - mainGroup = 0DACC3390FC24FA4B6F76B11; + mainGroup = D554CB4ADDA941A09AA666E3; projectDirPath = ../flycast/core/deps/glm; projectRoot = ""; targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, - 11E917AB434F844A6CA3AEDF /* install */, + B727D2F61FE22951697F0BAD /* ALL_BUILD */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, + 1148ED2E9013F6047A670D47 /* install */, ); }; /* End PBXProject section */ @@ -253,19 +253,19 @@ exit 0"; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../cmake/core/deps/glm - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : cd ../cmake/core/deps/glm - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../cmake/core/deps/glm - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../cmake/core/deps/glm - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; showEnvVarsInLog = 0; @@ -321,40 +321,34 @@ fi /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - 7CEBE958FC914324A1879ADA /* PBXTargetDependency */ = { + 2099136409F840CD83378110 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 63ACB6EAE28247F9BE5F86BB /* PBXContainerItemProxy */; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = 11774AC2883948789E324D6E /* PBXContainerItemProxy */; }; - 7E7D8E7751E64CEA87FCE104 /* PBXTargetDependency */ = { + FE46EADABA8B42DC8D30E44D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = 6EA2CB01C32847D1979582F2 /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 5BD3F76B16424E45AF11ABC9 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 0AE03520E6B745D6AD322D15 /* RelWithDebInfo */ = { + 15403C8CCADA42408F278E9C /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; }; - name = RelWithDebInfo; + name = MinSizeRel; }; - 17A20ED850A54F888CED3B89 /* Debug */ = { + 1EA95CF41069437FB1B5210A /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -367,14 +361,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = MinSizeRel; }; - 271DD81A8C2045429D397C47 /* MinSizeRel */ = { + 34503145E848458DA6EDDB0B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -387,14 +381,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Debug; }; - 62F3D3574BF24EB08ACC8453 /* RelWithDebInfo */ = { + 3FA3A020FD8B4D0293D63DF0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -406,9 +400,9 @@ fi SWIFT_COMPILATION_MODE = wholemodule; BUILD_DIR = ../lib; }; - name = RelWithDebInfo; + name = Release; }; - 6704C69685B84326BCAE8B27 /* Release */ = { + 4EDE52D6EA8146BC9B05227E /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -421,14 +415,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - 88E7DB6FBE394B3EB3679094 /* MinSizeRel */ = { + 56A1ECC3D58E4C7A91044912 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -441,14 +435,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Debug; }; - 9B935718C6AD4F6787C8C8B8 /* RelWithDebInfo */ = { + 5CF23FF3EB0F4D048858164B /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -468,7 +462,7 @@ fi }; name = RelWithDebInfo; }; - 9D7F1CBD8F724F288E3E3101 /* Release */ = { + 65997C6BC04640DC85D9343C /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -481,14 +475,27 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = RelWithDebInfo; }; - A2BEE631EBB94F76BFC2A1A9 /* MinSizeRel */ = { + A459C6ADBB0C43789F4FC62A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + BUILD_DIR = ../lib; + }; + name = Debug; + }; + A76B2E9114CE489EBA3969DE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -506,22 +513,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; - }; - A71C0857C8EF469EA29E5B38 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - BUILD_DIR = ../lib; - }; name = Debug; }; - AA93D76EAF2941D6BE6ABFF9 /* Release */ = { + B04456E261B943AB82F9EE15 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -534,14 +528,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = Release; }; - B23EC803CC8D485DB57DB39B /* Debug */ = { + B18462144E0347F384F0ECBC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -554,14 +548,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - D68C80CE6AC74917880D821F /* MinSizeRel */ = { + E1A9642A8B9544DA90FBD887 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -573,23 +567,29 @@ fi SWIFT_COMPILATION_MODE = wholemodule; BUILD_DIR = ../lib; }; - name = MinSizeRel; + name = RelWithDebInfo; }; - E47AD58961D744399C4735CD /* Release */ = { + F3B35F76C2D145B69A955405 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - F03702F00C6F490BA441A98C /* RelWithDebInfo */ = { + FC4C48DD6BC44B81951AB9C9 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -602,14 +602,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = RelWithDebInfo; }; - FE7F6EC56253453D853BA19A /* Debug */ = { + FE16BF0223724FCD81667202 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -622,61 +622,61 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 34FEDC992F9049EF98F61E13 /* Build configuration list for PBXProject "glm" */ = { + 20E699EC06BC45889B07919C /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { isa = XCConfigurationList; buildConfigurations = ( - A71C0857C8EF469EA29E5B38 /* Debug */, - E47AD58961D744399C4735CD /* Release */, - D68C80CE6AC74917880D821F /* MinSizeRel */, - 62F3D3574BF24EB08ACC8453 /* RelWithDebInfo */, + 34503145E848458DA6EDDB0B /* Debug */, + B04456E261B943AB82F9EE15 /* Release */, + F3B35F76C2D145B69A955405 /* MinSizeRel */, + 65997C6BC04640DC85D9343C /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 440680D0732543F9A5D4C14A /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + 442FCFD0E066471DB6DC54ED /* Build configuration list for PBXProject "glm" */ = { isa = XCConfigurationList; buildConfigurations = ( - B23EC803CC8D485DB57DB39B /* Debug */, - 6704C69685B84326BCAE8B27 /* Release */, - 88E7DB6FBE394B3EB3679094 /* MinSizeRel */, - F03702F00C6F490BA441A98C /* RelWithDebInfo */, + A459C6ADBB0C43789F4FC62A /* Debug */, + 3FA3A020FD8B4D0293D63DF0 /* Release */, + 15403C8CCADA42408F278E9C /* MinSizeRel */, + E1A9642A8B9544DA90FBD887 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 58D33F6C7672464DAE994A5E /* Build configuration list for PBXAggregateTarget "install" */ = { + 90E0A423CAA24B2F9109B0D9 /* Build configuration list for PBXAggregateTarget "install" */ = { isa = XCConfigurationList; buildConfigurations = ( - 17A20ED850A54F888CED3B89 /* Debug */, - 9D7F1CBD8F724F288E3E3101 /* Release */, - 271DD81A8C2045429D397C47 /* MinSizeRel */, - 0AE03520E6B745D6AD322D15 /* RelWithDebInfo */, + 56A1ECC3D58E4C7A91044912 /* Debug */, + FE16BF0223724FCD81667202 /* Release */, + 4EDE52D6EA8146BC9B05227E /* MinSizeRel */, + FC4C48DD6BC44B81951AB9C9 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - E7762A5D13BA470999D660BE /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + 9BB0331A01774B3B9DB0B3B3 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { isa = XCConfigurationList; buildConfigurations = ( - FE7F6EC56253453D853BA19A /* Debug */, - AA93D76EAF2941D6BE6ABFF9 /* Release */, - A2BEE631EBB94F76BFC2A1A9 /* MinSizeRel */, - 9B935718C6AD4F6787C8C8B8 /* RelWithDebInfo */, + A76B2E9114CE489EBA3969DE /* Debug */, + B18462144E0347F384F0ECBC /* Release */, + 1EA95CF41069437FB1B5210A /* MinSizeRel */, + 5CF23FF3EB0F4D048858164B /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = 4F17AC99A572430A82387383 /* Project object */; + rootObject = 5655E62B49874929AB2CC99C /* Project object */; } diff --git a/Cores/Flycast/cmake/core/deps/glm/glm/CTestTestfile.cmake b/Cores/Flycast/cmake/core/deps/glm/glm/CTestTestfile.cmake deleted file mode 100644 index 7b888ca20b..0000000000 --- a/Cores/Flycast/cmake/core/deps/glm/glm/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glm/glm -# Build directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/glm/glm -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/Cores/Flycast/cmake/core/deps/glm/glm/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/glm/glm/cmake_install.cmake deleted file mode 100644 index 254080e16b..0000000000 --- a/Cores/Flycast/cmake/core/deps/glm/glm/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glm/glm - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/glslang/CHANGES.md b/Cores/Flycast/cmake/core/deps/glslang/CHANGES.md index 098362f168..b56469d3ee 100644 --- a/Cores/Flycast/cmake/core/deps/glslang/CHANGES.md +++ b/Cores/Flycast/cmake/core/deps/glslang/CHANGES.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## 12.3.1 2023-07-20 + +### Other changes +* Improve backward compatibility for glslangValidator rename on Windows + +## 12.3.0 2023-07-19 + +### Other changes +* Rename glslangValidator to glslang and create glslangValidator symlink +* Support HLSL binary literals +* Add missing initialization members for web +* Improve push_constant upgrading +* Fix race condition in spirv remap +* Support pre and post HLSL qualifier validation +* Force generateDebugInfo when non-semantic debug info is enabled +* Exit with error if output file cannot be written +* Fix struct member buffer reference decorations + ## 12.2.0 2023-05-17 ### Other changes diff --git a/Cores/Flycast/cmake/core/deps/glslang/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/core/deps/glslang/CMakeScripts/ReRunCMake.make deleted file mode 100644 index c6a77e5d19..0000000000 --- a/Cores/Flycast/cmake/core/deps/glslang/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,28 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/CHANGES.md)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/SPIRV/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/build_info.h.tmpl)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/glslang/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/parse_version.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDependentOption.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakePackageConfigHelpers.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFile.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckLibraryExists.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPackageHandleStandardArgs.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPackageMessage.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindThreads.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/GNUInstallDirs.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/WriteBasicConfigVersionFile.cmake)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/core/deps/glslang/OGLCompilersDLL/MinSizeRel-iphoneos/libOGLCompiler.a b/Cores/Flycast/cmake/core/deps/glslang/OGLCompilersDLL/MinSizeRel-iphoneos/libOGLCompiler.a deleted file mode 100644 index 24f9a6cadc..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/glslang/OGLCompilersDLL/MinSizeRel-iphoneos/libOGLCompiler.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/glslang/OGLCompilersDLL/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/glslang/OGLCompilersDLL/cmake_install.cmake deleted file mode 100644 index 645bb96006..0000000000 --- a/Cores/Flycast/cmake/core/deps/glslang/OGLCompilersDLL/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/OGLCompilersDLL - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/glslang/SPIRV/MinSizeRel-iphoneos/libSPIRV.a b/Cores/Flycast/cmake/core/deps/glslang/SPIRV/MinSizeRel-iphoneos/libSPIRV.a deleted file mode 100644 index acfa392954..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/glslang/SPIRV/MinSizeRel-iphoneos/libSPIRV.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/glslang/SPIRV/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/glslang/SPIRV/cmake_install.cmake deleted file mode 100644 index 6f8537cc9f..0000000000 --- a/Cores/Flycast/cmake/core/deps/glslang/SPIRV/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/SPIRV - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/glslang/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/glslang/cmake_install.cmake deleted file mode 100644 index 9bcab830c1..0000000000 --- a/Cores/Flycast/cmake/core/deps/glslang/cmake_install.cmake +++ /dev/null @@ -1,74 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/glslang/glslang/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/glslang/OGLCompilersDLL/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/glslang/SPIRV/cmake_install.cmake") -endif() - diff --git a/Cores/Flycast/cmake/core/deps/glslang/glslang.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/glslang/glslang.xcodeproj/project.pbxproj index 247abe3dfc..2fff69ae47 100644 --- a/Cores/Flycast/cmake/core/deps/glslang/glslang.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/core/deps/glslang/glslang.xcodeproj/project.pbxproj @@ -7,21 +7,21 @@ objects = { /* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { + 1148ED2E9013F6047A670D47 /* install */ = { isa = PBXAggregateTarget; - buildConfigurationList = 75DA17C8C86F4464B64CF527 /* Build configuration list for PBXAggregateTarget "install" */; + buildConfigurationList = D23385C9470B42B5B934CBAE /* Build configuration list for PBXAggregateTarget "install" */; buildPhases = ( 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, ); dependencies = ( - F5EE3B13BCAD4ACCB617C380 /* PBXTargetDependency */, + 2942AFE74DFB4A5BB3B12EC9 /* PBXTargetDependency */, ); name = install; productName = install; }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { isa = PBXAggregateTarget; - buildConfigurationList = 83CFC7482BBA4018994EFB55 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildConfigurationList = 9D82CA5EE78D46858A1B2962 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; buildPhases = ( B77ED2E59AF5027883658851 /* Generate CMakeFiles/ZERO_CHECK */, ); @@ -30,21 +30,21 @@ name = ZERO_CHECK; productName = ZERO_CHECK; }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { isa = PBXAggregateTarget; - buildConfigurationList = A0FD49894FC740A89AC1E848 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildConfigurationList = C7934B5E6B6F49308D0D3C63 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; buildPhases = ( D8F7BFB277EE08FD00D4E624 /* Generate CMakeFiles/ALL_BUILD */, ); dependencies = ( - 12756672AF4844F9BA5660B1 /* PBXTargetDependency */, - 6B1FBF8AF90240599D11B636 /* PBXTargetDependency */, - 0AD18FD494EA49A18F80221C /* PBXTargetDependency */, - EF674A0E9F4944358A4D4F42 /* PBXTargetDependency */, - 572A96A5AF034AF68A8219AB /* PBXTargetDependency */, - 470A14E667844C63AD818965 /* PBXTargetDependency */, - 19B0558889334DD895F41F30 /* PBXTargetDependency */, - AAAD73FDEF654200963E8AF8 /* PBXTargetDependency */, + F2A68D77228448F0B7065EC9 /* PBXTargetDependency */, + 2DD7FD65158C4921B0D039DF /* PBXTargetDependency */, + 7E58014A1B7A4B0EAC7C4EC3 /* PBXTargetDependency */, + 8E7AA7EBC295402188C12A1D /* PBXTargetDependency */, + 3CD5F9BE213D4D4EB99CC422 /* PBXTargetDependency */, + CEAECA6C2D6E4C22BB62BFD0 /* PBXTargetDependency */, + B2C8122C359C42ABBFB04F19 /* PBXTargetDependency */, + 6369B5108FAA4DB094528726 /* PBXTargetDependency */, ); name = ALL_BUILD; productName = ALL_BUILD; @@ -52,467 +52,465 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 00B51280C33A40ECA82B61B8 /* ../flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h */ = {isa = PBXBuildFile; fileRef = 5D675EE2661B45809D65B81D /* ../flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h */; }; - 01AC5532212B44D49F9DB266 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp */ = {isa = PBXBuildFile; fileRef = 9A271055C5294FF39C16FD1F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp */; }; - 046EB9DF8BE54D36B17642C3 /* ../flycast/core/deps/glslang/glslang/Include/ResourceLimits.h */ = {isa = PBXBuildFile; fileRef = 916B7940D61C475BBB6CC145 /* ../flycast/core/deps/glslang/glslang/Include/ResourceLimits.h */; }; - 0685396A1A43476F8E6FCDF4 /* ../flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h */ = {isa = PBXBuildFile; fileRef = 855351F7B98A42A681E2F7D8 /* ../flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h */; }; - 0781934C33B144C3925A2513 /* ../flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h */ = {isa = PBXBuildFile; fileRef = 369629AB8A514DD0AD498CCE /* ../flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h */; }; - 09E3BF4E147241659DBF7169 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp */ = {isa = PBXBuildFile; fileRef = E72545E93044433982BDDA10 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp */; }; - 0DF1B888BEAF4757A50BCF43 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 94EB68BCF07740BDA494B38E /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */; }; - 0FC39F6E56454983A675DF5B /* ../flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp */ = {isa = PBXBuildFile; fileRef = 1A82E389272C44B79745B382 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp */; }; - 124803621488448C8D7E70FC /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp */ = {isa = PBXBuildFile; fileRef = D32091F27C9943DCBE336A97 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp */; }; - 138F24B587164019B61A8A95 /* ../flycast/core/deps/glslang/SPIRV/spirv.hpp */ = {isa = PBXBuildFile; fileRef = A5F979447A104F1AA5C70D51 /* ../flycast/core/deps/glslang/SPIRV/spirv.hpp */; }; - 141CF6468CBA4623A54206F1 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp */ = {isa = PBXBuildFile; fileRef = 4A73D797270848FF9236EEA6 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp */; }; - 14C49E05063E4B22BA2142A2 /* ../flycast/core/deps/glslang/glslang/Public/ResourceLimits.h */ = {isa = PBXBuildFile; fileRef = 7A65022F670844628D16AC44 /* ../flycast/core/deps/glslang/glslang/Public/ResourceLimits.h */; }; - 15A93A717C054A72885F50CD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp */ = {isa = PBXBuildFile; fileRef = 1BA8D6DA77BC4EA4AB44A20C /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp */; }; - 1753222347E846DF8030CF7D /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h */ = {isa = PBXBuildFile; fileRef = E9A8A5F8B699458495FDA700 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h */; }; - 183B7CFF9734409584604A79 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h */ = {isa = PBXBuildFile; fileRef = E53BC20AEAFC42C9B8EF350D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h */; }; - 1BE5658378A9470ABF6443F0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h */ = {isa = PBXBuildFile; fileRef = 8CF94C265EE14841AD350FC8 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h */; }; - 1C8B37FC1A754A22B72B6B3C /* ../flycast/core/deps/glslang/SPIRV/doc.cpp */ = {isa = PBXBuildFile; fileRef = 1EFA1911A5194551995EB0EC /* ../flycast/core/deps/glslang/SPIRV/doc.cpp */; }; - 1EBCFA08A86A4A35A2162CBC /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp */ = {isa = PBXBuildFile; fileRef = F99B7857825C41A89737B3B3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp */; }; - 2080370D98D9425382FD4D30 /* ../flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp */ = {isa = PBXBuildFile; fileRef = A6B2CB6FE51C4BCF857814A4 /* ../flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp */; }; - 256EB78787D847DDB9FC7299 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 9ED7F5D6C6484EDF999928C6 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist */; }; - 2905EC00A98A4E24B4D33CF4 /* ../flycast/core/deps/glslang/glslang/Include/InfoSink.h */ = {isa = PBXBuildFile; fileRef = C334420460F54919A4A52D41 /* ../flycast/core/deps/glslang/glslang/Include/InfoSink.h */; }; - 291F8D19310B4EE1979D5EAC /* ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 757E4ADBEFFF4B9ABE6A0F77 /* ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist */; }; - 2BB29BF6998C4355851A1FA8 /* ../flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp */ = {isa = PBXBuildFile; fileRef = A746F09615F04681B675CBC2 /* ../flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp */; }; - 2DEBDECC1B74468392A215EB /* ../flycast/core/deps/glslang/SPIRV/SpvTools.h */ = {isa = PBXBuildFile; fileRef = F5A4086C8FC6452A92678FE9 /* ../flycast/core/deps/glslang/SPIRV/SpvTools.h */; }; - 2E70A47666474AD49658A56E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp */ = {isa = PBXBuildFile; fileRef = D4B6023A37A7476FB8D0AD07 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp */; }; - 306F816B4081402BA21E260E /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 65A3F47FE2F44AEBBE3FCC6D /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */; }; - 3076037ED6EC43FBB15849D7 /* ../flycast/core/deps/glslang/glslang/Include/intermediate.h */ = {isa = PBXBuildFile; fileRef = A227BD562E3647AE8623119C /* ../flycast/core/deps/glslang/glslang/Include/intermediate.h */; }; - 31B9D9B5184044FAA5DC0A73 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp */ = {isa = PBXBuildFile; fileRef = 45FE3EB915DB4250950A7916 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp */; }; - 38312C28D25947B0BE511189 /* ../flycast/core/deps/glslang/SPIRV/Logger.h */ = {isa = PBXBuildFile; fileRef = 50FEC8E5CA824E429D96711A /* ../flycast/core/deps/glslang/SPIRV/Logger.h */; }; - 3A9BD9F68D03482A95C27CE9 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp */ = {isa = PBXBuildFile; fileRef = 6BEF3054C5BA4AF4BEF55D8D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp */; }; - 3AC5E6CB5C2D4606B41F3F7D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp */ = {isa = PBXBuildFile; fileRef = 27093E2DB3B149CCAE6FD06F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp */; }; - 3D37D5C1B6F64627A7A00571 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp */ = {isa = PBXBuildFile; fileRef = 39F0DF0F08DF41D5A1847E64 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp */; }; - 3D440EB711EF42F29514031C /* ../flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp */ = {isa = PBXBuildFile; fileRef = 36E498140EA6449BB76CBD64 /* ../flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp */; }; - 43122D9759C9492C98E5E2E2 /* ../flycast/core/deps/glslang/glslang/Public/resource_limits_c.h */ = {isa = PBXBuildFile; fileRef = E440B3DE200847AA803B15AA /* ../flycast/core/deps/glslang/glslang/Public/resource_limits_c.h */; }; - 435D75E1D4CC4BB58301FBFD /* ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 90A7DC76110442ACBFBAE02C /* ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist */; }; - 452CDC82BD4C46AEB290CF19 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp */ = {isa = PBXBuildFile; fileRef = 2E307453FDED4968A0FBBA4B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp */; }; - 464FC14F8F1343D3B7EFE32E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h */ = {isa = PBXBuildFile; fileRef = D925E2147FDD403BB81B48AD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h */; }; - 49F3A7D2BB684F1D9A8840BE /* ../flycast/core/deps/glslang/SPIRV/bitutils.h */ = {isa = PBXBuildFile; fileRef = 6E0E3557EE1F4062952782C3 /* ../flycast/core/deps/glslang/SPIRV/bitutils.h */; }; - 4FB9B0C92FEA4975B7FAB2FE /* ../flycast/core/deps/glslang/SPIRV/SpvTools.cpp */ = {isa = PBXBuildFile; fileRef = 6F5055231F5F442EB40A005E /* ../flycast/core/deps/glslang/SPIRV/SpvTools.cpp */; }; - 5005DF612DC44EC7A03747DE /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp */ = {isa = PBXBuildFile; fileRef = 9CFD7C536CB04FA8A74FC9D1 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp */; }; - 537457FF79CA40488EECAB45 /* ../flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h */ = {isa = PBXBuildFile; fileRef = 6746BC936D994132B5755C6B /* ../flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h */; }; - 564018BC1DEC4A9CA98FFA9D /* ../flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp */ = {isa = PBXBuildFile; fileRef = 8C654976B34E40FE8A91D513 /* ../flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp */; }; - 5A6F3ADA95584495873E889A /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h */ = {isa = PBXBuildFile; fileRef = BF394F6DB2C6416A86251D91 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h */; }; - 5B83651E99B947348F796499 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h */ = {isa = PBXBuildFile; fileRef = 194FD525079E41CEBCB599E4 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h */; }; - 5CE23BDEAC814FFEBC88C260 /* ../flycast/core/deps/glslang/SPIRV/spvIR.h */ = {isa = PBXBuildFile; fileRef = 2DABA600AFB64062BF0C4DF1 /* ../flycast/core/deps/glslang/SPIRV/spvIR.h */; }; - 5D46D18609D1467ABE0A1D66 /* ../flycast/core/deps/glslang/glslang/Include/ShHandle.h */ = {isa = PBXBuildFile; fileRef = 4622F3DE06734C1A982487FD /* ../flycast/core/deps/glslang/glslang/Include/ShHandle.h */; }; - 62C26715E15E4BFBA048B712 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp */ = {isa = PBXBuildFile; fileRef = BD02C9BBFCFB4DFE8960A3DF /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp */; }; - 64013C4168E34ED291CA4FC9 /* ../flycast/core/deps/glslang/SPIRV/Logger.cpp */ = {isa = PBXBuildFile; fileRef = 5395A3C385B04B0BBD8F9864 /* ../flycast/core/deps/glslang/SPIRV/Logger.cpp */; }; - 640695079B3F4BA484A5E777 /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h */ = {isa = PBXBuildFile; fileRef = 23AFFC3FFD954C648F7D45E2 /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h */; }; - 646BE258990241969E345EDB /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h */ = {isa = PBXBuildFile; fileRef = E454EB8FC9F54483B3EAEE61 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h */; }; - 6771D93747B548218E94270B /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.h */ = {isa = PBXBuildFile; fileRef = FABF6AADBC43489E9B0EFA04 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.h */; }; - 686E395E34184D8E98E85341 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp */ = {isa = PBXBuildFile; fileRef = 30C31BB1AF0D4AF1BFE04C5F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp */; }; - 6D0180C323374DEC94BA635A /* ../flycast/core/deps/glslang/glslang/Public/ShaderLang.h */ = {isa = PBXBuildFile; fileRef = 6FEE37EB4D3548629889FF95 /* ../flycast/core/deps/glslang/glslang/Public/ShaderLang.h */; }; - 6D4F8E55E7444D3CAE36766F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.m4 */ = {isa = PBXBuildFile; fileRef = D4AD30AAC87B4633B7B6657D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.m4 */; }; - 6D7371453E1A4DFEB2C0C268 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h */ = {isa = PBXBuildFile; fileRef = 5C8AEC990831496483D1C240 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h */; }; - 701D8F5A7D0943E1851FC7E9 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h */ = {isa = PBXBuildFile; fileRef = F5A59A3DC74245C5B9D4B129 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h */; }; - 7318C3B1D61A4E62AAEF1746 /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp */ = {isa = PBXBuildFile; fileRef = A7649579DDB349A798A035CE /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp */; }; - 7517CDCD94374E23917BC37B /* ../flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp */ = {isa = PBXBuildFile; fileRef = 380B08E7AEB64D9FA2DABBD7 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp */; }; - 7773632ECC964D1E82381894 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h */ = {isa = PBXBuildFile; fileRef = 8442184342544E50BCA95654 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h */; }; - 77804DA692954F59BBBA35C0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp */ = {isa = PBXBuildFile; fileRef = 51202528A30D4E83A6F2AE3A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp */; }; - 77A694DDEC4D4799921EAE10 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp */ = {isa = PBXBuildFile; fileRef = 2E96FC7D402E413EB515CA24 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp */; }; - 77EA90BEBCF24CC79057DEAB /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp */ = {isa = PBXBuildFile; fileRef = F50DD9B64A3349A882975AA2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp */; }; - 79B5259AD2784E959A16E18E /* ../flycast/core/deps/glslang/glslang/Include/arrays.h */ = {isa = PBXBuildFile; fileRef = FB59FF4EFC0D43ACABDD8566 /* ../flycast/core/deps/glslang/glslang/Include/arrays.h */; }; - 856AC0190A1C421CB954680F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h */ = {isa = PBXBuildFile; fileRef = B74DF273925D496FAF0C6DBC /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h */; }; - 86F556557A64423592344907 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h */ = {isa = PBXBuildFile; fileRef = 29340545C75242BF8A81B7CD /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h */; }; - 87D270480F95415FBA4CEB5A /* ../flycast/core/deps/glslang/SPIRV/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 1E47C3007D5748F8AD25FF50 /* ../flycast/core/deps/glslang/SPIRV/CMakeLists.txt */; }; - 8A3911885B6A4BD68708339F /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp */ = {isa = PBXBuildFile; fileRef = 00303AC1104246B18551778B /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp */; }; - 8C702D3B15264AE9B389209D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp */ = {isa = PBXBuildFile; fileRef = A5A5442BA18F4ADE914A86C1 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp */; }; - 8C7ABE4739734A78841F42F5 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h */ = {isa = PBXBuildFile; fileRef = E4692AE0FDEE4110ACEE0ACE /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h */; }; - 944D5193E73341E1BBC03067 /* ../flycast/core/deps/glslang/SPIRV/GLSL.std.450.h */ = {isa = PBXBuildFile; fileRef = 7CE675D1836440AF94AE6A57 /* ../flycast/core/deps/glslang/SPIRV/GLSL.std.450.h */; }; - 95BB49C74AAD4A7EAA218BF7 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 6904D0EFEA284CBC994179F7 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist */; }; - 96842F2BD82E4D3AA1C7414D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h */ = {isa = PBXBuildFile; fileRef = 0ADAE30F9F044B489C9B6247 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h */; }; - 98F00CBC0E2C42F88B649321 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h */ = {isa = PBXBuildFile; fileRef = BA8E404899C64F0685D8C02F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h */; }; - 9916E12FB3144AE4A6D5B75B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp */ = {isa = PBXBuildFile; fileRef = BE6F8BDD6174402BB64DAF21 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp */; }; - 9A914D47F0984EDBBDE9CB3E /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 498D447CF4A84DE28859317D /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */; }; - 9B46C3DDBFED422A904E871E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp */ = {isa = PBXBuildFile; fileRef = 499DAD0A93644374871C6E66 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp */; }; - 9ED18EF47A534EF3891A9471 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h */ = {isa = PBXBuildFile; fileRef = 98BC395F6A1547798890FC41 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h */; }; - A90A9F153A2E474EA851C678 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D8B8C9F924A74925867A58DD /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt */; }; - AA63ADB4C9D840058C659B93 /* ../flycast/core/deps/glslang/glslang/Include/BaseTypes.h */ = {isa = PBXBuildFile; fileRef = 24F95815ADBA44118FF81D7F /* ../flycast/core/deps/glslang/glslang/Include/BaseTypes.h */; }; - ACDE5923AB08422995187095 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp */ = {isa = PBXBuildFile; fileRef = 13042E779D824DD98BC9A923 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp */; }; - ADD75FD045454C9184DE60FF /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp */ = {isa = PBXBuildFile; fileRef = C014FE3A6DE74EC0BAFC3D09 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp */; }; - AE3D1C1FA2FD42BB8D422BB9 /* ../flycast/core/deps/glslang/SPIRV/hex_float.h */ = {isa = PBXBuildFile; fileRef = 71BD5AA10F9E4331A0F3D902 /* ../flycast/core/deps/glslang/SPIRV/hex_float.h */; }; - AFDE88A8EB8A4838A5E2E1C1 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.h */ = {isa = PBXBuildFile; fileRef = BD74961D5C844EEE89797BA9 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.h */; }; - B0AD68C805C24235BE6ABF1E /* ../flycast/core/deps/glslang/glslang/Include/Types.h */ = {isa = PBXBuildFile; fileRef = F566C70EB9CA430CA115ACE2 /* ../flycast/core/deps/glslang/glslang/Include/Types.h */; }; - B11706469E7E49F5BEBABC48 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp */ = {isa = PBXBuildFile; fileRef = EB87533D577543139B44D62B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp */; }; - B4E55434DF2E4806A3104C0C /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp */ = {isa = PBXBuildFile; fileRef = 9CC82255EB9848588FB21555 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp */; }; - B6274A6F09404889A891D89C /* ../flycast/core/deps/glslang/glslang/Include/PoolAlloc.h */ = {isa = PBXBuildFile; fileRef = BB01B3E1749A454584596B3A /* ../flycast/core/deps/glslang/glslang/Include/PoolAlloc.h */; }; - C04CE3FE454949E3B48A10C8 /* ../flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D6F264FB41184B2CBB42CBFB /* ../flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt */; }; - C0D1864EC1994DF6BC00EB77 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h */ = {isa = PBXBuildFile; fileRef = 9166D8170C504146BEDA42E9 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h */; }; - C4DDA45C53E64E57B931BE75 /* ../flycast/core/deps/glslang/glslang/Include/ConstantUnion.h */ = {isa = PBXBuildFile; fileRef = 49AD3450E2504080A3BA1232 /* ../flycast/core/deps/glslang/glslang/Include/ConstantUnion.h */; }; - CE2132D8ABA740278A9DF179 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h */ = {isa = PBXBuildFile; fileRef = 6052C5692823408BB2D75436 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h */; }; - D06A89922E7D4A7FAB144DFD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h */ = {isa = PBXBuildFile; fileRef = C3FB0791B65D43299386AFF7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h */; }; - D2DC3DCDCB914AFAB3C13177 /* ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 5045F204F208419E936ED8C5 /* ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist */; }; - D5E9DBB77F014649965192E2 /* ../flycast/core/deps/glslang/SPIRV/doc.h */ = {isa = PBXBuildFile; fileRef = 2DF3653E25584FB982248CC9 /* ../flycast/core/deps/glslang/SPIRV/doc.h */; }; - D73E3F5E1DF0400DA11A35AD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h */ = {isa = PBXBuildFile; fileRef = EDD916C70D0D477FAF572CA3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h */; }; - D82661C0B94D47B5BB34964F /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp */ = {isa = PBXBuildFile; fileRef = C688E7F6DF284C4C9A8BE870 /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp */; }; - DC73C61C5F934EE982E74DB2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp */ = {isa = PBXBuildFile; fileRef = 06BDB48A9D0E48498B614AF2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp */; }; - DCC09948DFA44404A520087F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp */ = {isa = PBXBuildFile; fileRef = 5FEBFB3B318C41E0BB73B53C /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp */; }; - DE63D3DD7E8D48628ED6EBA9 /* ../flycast/core/deps/glslang/SPIRV/disassemble.cpp */ = {isa = PBXBuildFile; fileRef = 023A224DF84F47B2A4EFA2BD /* ../flycast/core/deps/glslang/SPIRV/disassemble.cpp */; }; - E5B8C5A0ECDF4BB4851DDAEB /* ../flycast/core/deps/glslang/SPIRV/disassemble.h */ = {isa = PBXBuildFile; fileRef = B3115714DD824D86AE8A52BE /* ../flycast/core/deps/glslang/SPIRV/disassemble.h */; }; - E84D7D2D2B84481CB7AB3AF6 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h */ = {isa = PBXBuildFile; fileRef = 657568AB57C5492992C7DF60 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h */; }; - E9C599FA48FF477D8F09532B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp */ = {isa = PBXBuildFile; fileRef = C0AF3D3169EB49DABB11F367 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp */; }; - EABF91AA083E4EF185E6818F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp */ = {isa = PBXBuildFile; fileRef = 689D48C9245449538C7334C3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp */; }; - EC3322127C06442A8056EBDC /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D0524860A3C44E318936D0D7 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */; }; - EF843CBCEE9E4045B0D1014D /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h */ = {isa = PBXBuildFile; fileRef = 938B99119ED249A69103E620 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h */; }; - EFB2B772D10C4DD8BBE75141 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h */ = {isa = PBXBuildFile; fileRef = E4371B5894A1445ABF3B3286 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h */; }; - EFFD1AE243514B9CAFB26659 /* ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 14289BF5BF4E4E8B9990D192 /* ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist */; }; - F0F0748FC98D4C9794B19F37 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h */ = {isa = PBXBuildFile; fileRef = 105964F549B146E795DCC4DD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h */; }; - F6146439433A43E3AFEC13B2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp */ = {isa = PBXBuildFile; fileRef = C1DD8405E3A744F098430E15 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp */; }; - F99D9A5CCB664058B212B53F /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp */ = {isa = PBXBuildFile; fileRef = 46CA360B39B9462A930B9A17 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp */; }; - F9D3571198DB458B8F3B0D8C /* ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = DC1A7D0580534DA797EEF22F /* ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist */; }; - FA157BAB008149A0BCD72D46 /* ../flycast/core/deps/glslang/glslang/OSDependent/osinclude.h */ = {isa = PBXBuildFile; fileRef = B26E858E3BF542999DFA2BF3 /* ../flycast/core/deps/glslang/glslang/OSDependent/osinclude.h */; }; - FB135D60322D4B7694D3A720 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h */ = {isa = PBXBuildFile; fileRef = FD66AEC1D6744EFCB4750BAD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h */; }; - FB3B6ADE29834AB3BEB21687 /* ../flycast/core/deps/glslang/glslang/Include/Common.h */ = {isa = PBXBuildFile; fileRef = D85B6D5179494B33A5E29808 /* ../flycast/core/deps/glslang/glslang/Include/Common.h */; }; - FC427A4C8B85443CA758F9DB /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y */ = {isa = PBXBuildFile; fileRef = 0850A54BCE8940CCB23684C6 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y */; }; + 0113025A3B5A438B80974D1F /* ../flycast/core/deps/glslang/glslang/Public/ResourceLimits.h */ = {isa = PBXBuildFile; fileRef = F720BCB675C54A909BD2FEB0 /* ../flycast/core/deps/glslang/glslang/Public/ResourceLimits.h */; }; + 065888BB70F74D1EB7E71B39 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h */ = {isa = PBXBuildFile; fileRef = 80F608475E0A481681285E57 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h */; }; + 0674B50DB01849B89042E53F /* ../flycast/core/deps/glslang/glslang/Include/intermediate.h */ = {isa = PBXBuildFile; fileRef = A99737C6DE9A4ED5917FD680 /* ../flycast/core/deps/glslang/glslang/Include/intermediate.h */; }; + 06D12608135A421ABD11CFCF /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp */ = {isa = PBXBuildFile; fileRef = 8E13FD34AB6A42988EB2C331 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp */; }; + 096AE5B7170A499083B47F37 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp */ = {isa = PBXBuildFile; fileRef = CA53A7FF7B71473D98A6BAE3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp */; }; + 0B43DAD27D904D6284CA24E6 /* ../flycast/core/deps/glslang/glslang/Include/InfoSink.h */ = {isa = PBXBuildFile; fileRef = 8CBE9B11CE3843A2A5D6F955 /* ../flycast/core/deps/glslang/glslang/Include/InfoSink.h */; }; + 0C5A2257E7B841C4B89897D2 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 6BDC7E24D7D5414CA9507CCF /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */; }; + 0CF0F31F9C4E4CC6808B6993 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp */ = {isa = PBXBuildFile; fileRef = BEC56CF319D3414B893D95E0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp */; }; + 0D27AE6A821A48D3B9114E70 /* ../flycast/core/deps/glslang/SPIRV/doc.h */ = {isa = PBXBuildFile; fileRef = 8C8A4BBACB0C461297425C9F /* ../flycast/core/deps/glslang/SPIRV/doc.h */; }; + 13DCA14D4B30433C98966475 /* ../flycast/core/deps/glslang/SPIRV/GLSL.std.450.h */ = {isa = PBXBuildFile; fileRef = 4A5E87873A2D4949AE7023B2 /* ../flycast/core/deps/glslang/SPIRV/GLSL.std.450.h */; }; + 143E93730E06463FA3F6B628 /* ../flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h */ = {isa = PBXBuildFile; fileRef = F4D5ED2A8EF943C88CEEBD78 /* ../flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h */; }; + 15C6E64B039F476D890CF9BF /* ../flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h */ = {isa = PBXBuildFile; fileRef = 96CCD38BA53D4F8AA5FF32D4 /* ../flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h */; }; + 161E9C5493C443AB8F9D5BB0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h */ = {isa = PBXBuildFile; fileRef = DA324FB9B4DA4D078161016D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h */; }; + 1743F014FAF14D0B89CFB30D /* ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = BF2F001B73E449EEBA0DAA7D /* ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist */; }; + 1A4A343F64874E2BA1366510 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h */ = {isa = PBXBuildFile; fileRef = A888B708D46D4087A35F2B16 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h */; }; + 1D3F98FA187B4A55BE56844D /* ../flycast/core/deps/glslang/SPIRV/SpvTools.h */ = {isa = PBXBuildFile; fileRef = F0951C48E7F54508B55B0A06 /* ../flycast/core/deps/glslang/SPIRV/SpvTools.h */; }; + 1E91B63B28D5492E8AFD60EF /* ../flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = DE7BD1ADB0254620A94AB332 /* ../flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt */; }; + 238CBF494B84436AB956D483 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = BA13DF70E1494D438B3E2493 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist */; }; + 275F56C75B7F4F93AD92F0D6 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h */ = {isa = PBXBuildFile; fileRef = A935554579154D19ACEB2A02 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h */; }; + 27C60AB653364C39BB0DBD2A /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h */ = {isa = PBXBuildFile; fileRef = 69D14F69E88C4B6F955804C8 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h */; }; + 29E6BBBF664842FC98F75DBD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h */ = {isa = PBXBuildFile; fileRef = AAA0BEDB89BD4010A81DDDCB /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h */; }; + 2E0BA02BA310486AB7485AE6 /* ../flycast/core/deps/glslang/SPIRV/Logger.cpp */ = {isa = PBXBuildFile; fileRef = 21C8C84E26A54C81B2F89D7D /* ../flycast/core/deps/glslang/SPIRV/Logger.cpp */; }; + 2EE0300DBFC34194A7DC5946 /* ../flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp */ = {isa = PBXBuildFile; fileRef = 9E974EB97D6D47D48383E16B /* ../flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp */; }; + 311118F08BDE41AA934F0A98 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp */ = {isa = PBXBuildFile; fileRef = 699AF2DE50C94873AD51BB0F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp */; }; + 32340A67B70449BC95441DD2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp */ = {isa = PBXBuildFile; fileRef = ED8DE2E6D5BE4A79B468316E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp */; }; + 33A3E86FABB74CCCB82B042F /* ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 43F1541BBFD84DA1995428CA /* ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist */; }; + 360E1FD301804416A74F17DD /* ../flycast/core/deps/glslang/glslang/Public/ShaderLang.h */ = {isa = PBXBuildFile; fileRef = 1F5364C9CBF44304B09AEB84 /* ../flycast/core/deps/glslang/glslang/Public/ShaderLang.h */; }; + 37FDB449BEC9455DA77BA365 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp */ = {isa = PBXBuildFile; fileRef = B2BA639A6D9F4AF5B74913E7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp */; }; + 38BCA22067484BA690792191 /* ../flycast/core/deps/glslang/SPIRV/spvIR.h */ = {isa = PBXBuildFile; fileRef = B257DFE4096144F19E8312C1 /* ../flycast/core/deps/glslang/SPIRV/spvIR.h */; }; + 39AE2F64C68542D29CCADB55 /* ../flycast/core/deps/glslang/SPIRV/doc.cpp */ = {isa = PBXBuildFile; fileRef = 83B7E4F3FBC545BCBA2299EC /* ../flycast/core/deps/glslang/SPIRV/doc.cpp */; }; + 39B8B7E077764C1CBFF41BA8 /* ../flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp */ = {isa = PBXBuildFile; fileRef = 5CBEA8D2A1084D83B292C05E /* ../flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp */; }; + 3B0B4CEF8E434AECAE850A7B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp */ = {isa = PBXBuildFile; fileRef = 67481E1C78594C468EF9F600 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp */; }; + 3D5075EBF7594640960E370A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h */ = {isa = PBXBuildFile; fileRef = 45EA10CA6BF145D2A16456D7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h */; }; + 3DAFFFFCD4184AC092662372 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 50A03EF47ACD4060B09E74AF /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt */; }; + 3E06CEDF2B684C46BA0C3511 /* ../flycast/core/deps/glslang/glslang/Include/ShHandle.h */ = {isa = PBXBuildFile; fileRef = CBF0CA9782004AE29F648325 /* ../flycast/core/deps/glslang/glslang/Include/ShHandle.h */; }; + 3E106D7D222B440DB3B1E9D0 /* ../flycast/core/deps/glslang/SPIRV/hex_float.h */ = {isa = PBXBuildFile; fileRef = 4DF1E1609B52417E9A12F5B8 /* ../flycast/core/deps/glslang/SPIRV/hex_float.h */; }; + 442401F7F58F4C628D6D9454 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp */ = {isa = PBXBuildFile; fileRef = 04C23C8372BE4AADA8D31B90 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp */; }; + 4A64F2C2AF0046CEA1A7CC72 /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp */ = {isa = PBXBuildFile; fileRef = AD63E7494F69406CAA08C577 /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp */; }; + 533DEBCEBAB340C9AE2AF832 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp */ = {isa = PBXBuildFile; fileRef = 5E255E8263614D8AA5823793 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp */; }; + 592BEFCE66AF4DA2AEDF7A78 /* ../flycast/core/deps/glslang/SPIRV/disassemble.h */ = {isa = PBXBuildFile; fileRef = 4619AFC95D124BC8BA341554 /* ../flycast/core/deps/glslang/SPIRV/disassemble.h */; }; + 5A8C9CDFCBEB4B088234B62A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp */ = {isa = PBXBuildFile; fileRef = C30344549B19443BB362E66A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp */; }; + 5FC8436F42844EBE9D73E85B /* ../flycast/core/deps/glslang/SPIRV/disassemble.cpp */ = {isa = PBXBuildFile; fileRef = 49D0E2432B7D441194CF44F0 /* ../flycast/core/deps/glslang/SPIRV/disassemble.cpp */; }; + 60394F3638FB491E9C4DEFD7 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h */ = {isa = PBXBuildFile; fileRef = 209AA2A1C44149A4B86C2E72 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h */; }; + 63F5AAAE20D946E7B2CFF265 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp */ = {isa = PBXBuildFile; fileRef = 36810FF7E9824239AA4A1089 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp */; }; + 64F5B51A3B0D429D87736507 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp */ = {isa = PBXBuildFile; fileRef = 1A555B9027EF451097C582AD /* ../flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp */; }; + 67FE3C0BD87B46EEBB5736BA /* ../flycast/core/deps/glslang/glslang/Include/BaseTypes.h */ = {isa = PBXBuildFile; fileRef = 29CAC726DEF9424FA1AFA98D /* ../flycast/core/deps/glslang/glslang/Include/BaseTypes.h */; }; + 68B4F2648D044C34B7B44C6B /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 5A8D0CC66E21476EBB9C1841 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */; }; + 68CB33B12DBD4F7FA767B40E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h */ = {isa = PBXBuildFile; fileRef = 16D5D3B9BF0A4A0C8C47FAD9 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h */; }; + 6ACDE95592874096851F6F01 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h */ = {isa = PBXBuildFile; fileRef = DB4240BAE0DD45238CFBD49A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h */; }; + 6BD665CB6CD54DA2B52C0848 /* ../flycast/core/deps/glslang/glslang/Include/arrays.h */ = {isa = PBXBuildFile; fileRef = 91CBC53764EC4ADF815F8074 /* ../flycast/core/deps/glslang/glslang/Include/arrays.h */; }; + 6E3BF838995A46EFB40EC7EA /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp */ = {isa = PBXBuildFile; fileRef = 136389C39F8146489E6975D2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp */; }; + 722EEF9BF7F54A32B7953E38 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.h */ = {isa = PBXBuildFile; fileRef = E3C9DE783AA8425A8806C9E0 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.h */; }; + 7677A755164B441ABA243C15 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp */ = {isa = PBXBuildFile; fileRef = DFC4C8DA07B04D6A8597D537 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp */; }; + 76A09A8B7B5241388E82E1AF /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 5088A77BE2D148DE8097CABC /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist */; }; + 79316AF81F954977B9A05F00 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp */ = {isa = PBXBuildFile; fileRef = 2A15A225C2CF4E90B39F9647 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp */; }; + 7A982591F24243958322D009 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h */ = {isa = PBXBuildFile; fileRef = 5BBB8DC4B00E4DBD89CDE648 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h */; }; + 7BAE41929B2A41D493CF8EB0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp */ = {isa = PBXBuildFile; fileRef = 591286C662FD46238041255A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp */; }; + 7C0CEAE6ED694889857FB9F6 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h */ = {isa = PBXBuildFile; fileRef = B8349C23861843159679936B /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h */; }; + 7D26DB0805B6460B8C6FF661 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h */ = {isa = PBXBuildFile; fileRef = DDE843E33EA041B8A71C43D7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h */; }; + 85271D8D48DE4ACCA5F2415F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y */ = {isa = PBXBuildFile; fileRef = E160193A3D824FE5874BBD8E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y */; }; + 8739481E3C7E40BBA0529756 /* ../flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h */ = {isa = PBXBuildFile; fileRef = E7E2D470B8804D7EB469E748 /* ../flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h */; }; + 8753EB5C1383495E80D4562D /* ../flycast/core/deps/glslang/SPIRV/SpvTools.cpp */ = {isa = PBXBuildFile; fileRef = 74303ACB0D174451A5134675 /* ../flycast/core/deps/glslang/SPIRV/SpvTools.cpp */; }; + 88BA8C1B54F74F0EB2D4DE50 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp */ = {isa = PBXBuildFile; fileRef = 48E48D6AB8C448E39DDE2A43 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp */; }; + 8D4A73F2858949D88D1F2218 /* ../flycast/core/deps/glslang/glslang/OSDependent/osinclude.h */ = {isa = PBXBuildFile; fileRef = 6DDC6462CAA749D5A0AE9856 /* ../flycast/core/deps/glslang/glslang/OSDependent/osinclude.h */; }; + 8E54F340B89A4744A5C38BA6 /* ../flycast/core/deps/glslang/glslang/Public/resource_limits_c.h */ = {isa = PBXBuildFile; fileRef = E60DDE116E36413BB9D5D6D8 /* ../flycast/core/deps/glslang/glslang/Public/resource_limits_c.h */; }; + 958EA3E830CD441690929FE9 /* ../flycast/core/deps/glslang/glslang/Include/ResourceLimits.h */ = {isa = PBXBuildFile; fileRef = 1FA967E4015B4CF59B097803 /* ../flycast/core/deps/glslang/glslang/Include/ResourceLimits.h */; }; + 965737B4A80347D4B8767BC6 /* ../flycast/core/deps/glslang/SPIRV/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = F02521DBBFFE4D528F9295A2 /* ../flycast/core/deps/glslang/SPIRV/CMakeLists.txt */; }; + 970ED7193AE4409C9E29DA74 /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp */ = {isa = PBXBuildFile; fileRef = 3290EA504D634E50B64394BC /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp */; }; + 988417D5E0524747AD44BA89 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.h */ = {isa = PBXBuildFile; fileRef = 1F235A90152141E79EC4848F /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.h */; }; + 998152D55ECF4155A4DF84F3 /* ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = A0A64ED2F9AD4BE7B52B49D5 /* ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist */; }; + 9C3969D5DE2D42A698AA41FA /* ../flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp */ = {isa = PBXBuildFile; fileRef = A08B2712E8804B4DA1C6AE24 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp */; }; + 9D42C069EF66420C831B87EA /* ../flycast/core/deps/glslang/glslang/Include/PoolAlloc.h */ = {isa = PBXBuildFile; fileRef = EF4EE148D2784F00A0B72862 /* ../flycast/core/deps/glslang/glslang/Include/PoolAlloc.h */; }; + A44E9FA823174770A72860E0 /* ../flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h */ = {isa = PBXBuildFile; fileRef = D7636CE89CF449A1BE6AE641 /* ../flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h */; }; + A7359CF4A0E14FD0B841011B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp */ = {isa = PBXBuildFile; fileRef = 750406C6D9EC4F82A807E24D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp */; }; + A76568556BB0461895D8A36E /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 22D9D08F9DA048FFA89D5E5D /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist */; }; + A819C52AE3194EF19C66546F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp */ = {isa = PBXBuildFile; fileRef = 3F05A7ED450F47BC85DDAF72 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp */; }; + A9419CAAE6AA422A8CF7F2CC /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp */ = {isa = PBXBuildFile; fileRef = 3B8C374097474C86A58E2CBF /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp */; }; + AA4BC2BC89CC47C38B5D7F83 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h */ = {isa = PBXBuildFile; fileRef = 8186444A71C5402FBC5B7BB0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h */; }; + AC4489BD935A4D929DFC82A6 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h */ = {isa = PBXBuildFile; fileRef = AFCAF9B79A114067AD4CE67B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h */; }; + AC9E155371F548B9992B00E9 /* ../flycast/core/deps/glslang/SPIRV/bitutils.h */ = {isa = PBXBuildFile; fileRef = F34B3183D26F461B9BFCBAB5 /* ../flycast/core/deps/glslang/SPIRV/bitutils.h */; }; + B3C084A808324FB79C329674 /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp */ = {isa = PBXBuildFile; fileRef = 2AAA28BD539344B0B517EF9C /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp */; }; + BA1FD4B237674E0B98A32841 /* ../flycast/core/deps/glslang/glslang/Include/Types.h */ = {isa = PBXBuildFile; fileRef = 0532D3A1D77B47AE81783B33 /* ../flycast/core/deps/glslang/glslang/Include/Types.h */; }; + BB745DC340AF4DF1BBF2FA3D /* ../flycast/core/deps/glslang/glslang/Include/ConstantUnion.h */ = {isa = PBXBuildFile; fileRef = 821CC1D7D4AA46E1A8B11699 /* ../flycast/core/deps/glslang/glslang/Include/ConstantUnion.h */; }; + BC0A75D3AC0B4C1F8BFD36D8 /* ../flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp */ = {isa = PBXBuildFile; fileRef = F8D889E24E994DBA93F38765 /* ../flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp */; }; + BC878FEE31DC40BC95476642 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp */ = {isa = PBXBuildFile; fileRef = FB52152ECF1546ACB3136DA4 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp */; }; + BC97EA9EDAED4436A203EB55 /* ../flycast/core/deps/glslang/SPIRV/Logger.h */ = {isa = PBXBuildFile; fileRef = AFB0949C0AA5445BAB0B6915 /* ../flycast/core/deps/glslang/SPIRV/Logger.h */; }; + BE77F7F050304D4AA5DE2124 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h */ = {isa = PBXBuildFile; fileRef = 9126B0B84E604ED7A9DA5530 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h */; }; + BF9228056EFF465C8312056B /* ../flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp */ = {isa = PBXBuildFile; fileRef = 7CEE92272E144104BE250A0B /* ../flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp */; }; + BFC34D447E0D4A2F9A046C15 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp */ = {isa = PBXBuildFile; fileRef = 283DAAC54517483FB93D1583 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp */; }; + C18D2B188B854EBFB3A30F97 /* ../flycast/core/deps/glslang/SPIRV/spirv.hpp */ = {isa = PBXBuildFile; fileRef = 4EEA9EEA948E4D628762BBDD /* ../flycast/core/deps/glslang/SPIRV/spirv.hpp */; }; + C8F749C7492F43BCA22DF128 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 022415E160FD448D8F36BA17 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */; }; + CE05BDC3238E455696834C65 /* ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 2D935453D8D7480DA83CBCB5 /* ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist */; }; + CF6E4E4DD2A54E5994B5D1B4 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp */ = {isa = PBXBuildFile; fileRef = 8D960088526041CC98A054A7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp */; }; + D011955BBECD48F3AFD84F27 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h */ = {isa = PBXBuildFile; fileRef = 73CA3E0E47AE421AB7AE22EC /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h */; }; + D2B48BBCDBB846B6BBEEE406 /* ../flycast/core/deps/glslang/glslang/Include/Common.h */ = {isa = PBXBuildFile; fileRef = 18D9D32E52C1409BBFC2FB7B /* ../flycast/core/deps/glslang/glslang/Include/Common.h */; }; + D3A1359601074D2FABEC6847 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp */ = {isa = PBXBuildFile; fileRef = 6C47AA25D5FE4DAB91772E6A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp */; }; + D413B571646A4DEB9AB7EF5D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h */ = {isa = PBXBuildFile; fileRef = A47C68B0D54D4D2BB74C0DC7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h */; }; + D9E70498224E4371A33F0AA8 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h */ = {isa = PBXBuildFile; fileRef = 6ABE11BD66154837BEDFDD0F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h */; }; + DE35D94D65B34102BAE9118B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp */ = {isa = PBXBuildFile; fileRef = 06C6928EC0A94D448C411B33 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp */; }; + E360AA2D2962435B84BC755B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp */ = {isa = PBXBuildFile; fileRef = A23019ADEF044A74BD26696A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp */; }; + E49EF6DD058B4F3DB20E4C96 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h */ = {isa = PBXBuildFile; fileRef = 0B2C5F4332AE4FACB03EAB2F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h */; }; + E64265D1DE60454D8C9B10E5 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp */ = {isa = PBXBuildFile; fileRef = 39E5BCE740A0408A8B0DD72B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp */; }; + E6A090E273284EB1A7E80928 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h */ = {isa = PBXBuildFile; fileRef = FB6E71FDC7944AAFB9F33001 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h */; }; + EA88C1213FBC44C9AC0F0D85 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp */ = {isa = PBXBuildFile; fileRef = E36AA0AB532D427BB616AD31 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp */; }; + EBFA9594CDBF401BBB019C6E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp */ = {isa = PBXBuildFile; fileRef = CC3E44722AAC4D6D890C763D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp */; }; + EE6ED3F6384A43D180624D80 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h */ = {isa = PBXBuildFile; fileRef = 1C47EB084D254EEC8305FBDA /* ../flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h */; }; + F2B28DB4C33147EDA761322D /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 8B599047105C4CE69DA152F2 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */; }; + F430F846963E497EAEA4A2CD /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h */ = {isa = PBXBuildFile; fileRef = B992141AD70047A4B438B2BA /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h */; }; + F4F8A1BD7E7F4F93B78405E1 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h */ = {isa = PBXBuildFile; fileRef = E1E40866724D4166AFF784B8 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h */; }; + F6886872112F4B7E9D7C4B2F /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp */ = {isa = PBXBuildFile; fileRef = 93C5486C681B470D9B7CFEC8 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp */; }; + F8DE4C9EF805455A87E44135 /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h */ = {isa = PBXBuildFile; fileRef = 152AD6A1EA8F4A279087057F /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h */; }; + FAE413C817904332B6292039 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h */ = {isa = PBXBuildFile; fileRef = B111E663A4D14B5D9FE6C98A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h */; }; + FE4A5D3A11F742019012DBB8 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp */ = {isa = PBXBuildFile; fileRef = 5983D7AFCACC4324811DE121 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp */; }; + FFE7842C7E3E41A781D7F6EA /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp */ = {isa = PBXBuildFile; fileRef = 3A0DA72F9C0D430B95923633 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ - 19AF6ACE177E4F88B0233FA1 /* Release */ = { + 853070D75A01427A803C7C8A /* RelWithDebInfo */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Release; + name = RelWithDebInfo; }; - 1F09AAF8503D4921B2CB1B40 /* RelWithDebInfo */ = { + 94E267AF7EB141888BA33782 /* Debug */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = RelWithDebInfo; + name = Debug; }; - 646B50712D014D73A23A353A /* Debug */ = { + 98A93479699C46F7B6FA206D /* MinSizeRel */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Debug; + name = MinSizeRel; }; - 74DA66C5811C48D6AE3D6C4D /* MinSizeRel */ = { + 9BFB5514CAD443AA916AEDBC /* Release */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = MinSizeRel; + name = Release; }; /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ - 0AC66B8B970D4518AFAB7453 /* PBXContainerItemProxy */ = { + 09CCA260106345478F900298 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; + proxyType = 1; + remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; + remoteInfo = GenericCodeGen; + }; + 163D9DCB971647079973FDF8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; remoteInfo = OSDependent; }; - 1B74D6A37BDB4639B0007476 /* PBXContainerItemProxy */ = { + 178C4663B84043DAA98E7A1A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; + remoteInfo = GenericCodeGen; }; - 275C9FE37ACD49DF86C76326 /* PBXContainerItemProxy */ = { + 190C0D73471847929EAA795C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; - remoteInfo = MachineIndependent; + remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; + remoteInfo = OSDependent; }; - 3B170369AB324A1AB03B340A /* PBXContainerItemProxy */ = { + 1FAF9A4723C04C768E277CD6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; remoteInfo = GenericCodeGen; }; - 45F9F446AB684C2488A06EA9 /* PBXContainerItemProxy */ = { + 20E2E4BB89CD477CAECA9630 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; - remoteInfo = ALL_BUILD; + remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; + remoteInfo = OGLCompiler; }; - 4B9EE3EE326D49F686D378BB /* PBXContainerItemProxy */ = { + 2AA941F0DDA448A7B9C43045 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; - remoteInfo = MachineIndependent; + remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; + remoteInfo = OGLCompiler; }; - 5A08C522F9A944E3A234B6EC /* PBXContainerItemProxy */ = { + 395B452C19D64C718D56C30C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; - remoteInfo = OGLCompiler; + remoteGlobalIDString = 470865334B5B576275C5112C; + remoteInfo = "glslang-default-resource-limits"; }; - 72E4E5C339534E378396BF37 /* PBXContainerItemProxy */ = { + 3B09343718DD40CD8A4DF243 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; - remoteInfo = GenericCodeGen; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; }; - 770D2E04E3A44B46BD0E568F /* PBXContainerItemProxy */ = { + 4E8DFE94236147B1A2D1610C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; - remoteInfo = OSDependent; + remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; + remoteInfo = MachineIndependent; }; - 8AE508797C744F38AF6FA298 /* PBXContainerItemProxy */ = { + 5EB7C93ABFC4439CB180BF9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; - remoteInfo = GenericCodeGen; + remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; + remoteInfo = MachineIndependent; }; - 8D1F6589B288422BBEBA52BC /* PBXContainerItemProxy */ = { + 6BFEC6F3D018474FAA500DC6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; remoteInfo = OGLCompiler; }; - 916DC5B74782433F8016D1B9 /* PBXContainerItemProxy */ = { + 7339E0F03D62493584D3E956 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; - remoteInfo = OSDependent; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; + remoteInfo = ALL_BUILD; }; - 944D1440257B47E39BEC15C8 /* PBXContainerItemProxy */ = { + 81E2C134508143639909CAE8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; - remoteInfo = OGLCompiler; + remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; + remoteInfo = GenericCodeGen; }; - A212B21D7A1A4E18ABAE8C86 /* PBXContainerItemProxy */ = { + 8A4FAF8F640F45418899E438 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; - remoteInfo = GenericCodeGen; + remoteGlobalIDString = 88B439CC67367559065A97C9; + remoteInfo = SPIRV; }; - A52B02934F42410AB0B5EDD8 /* PBXContainerItemProxy */ = { + A21C376ABA1D48169E44B6A4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; - remoteInfo = OGLCompiler; + remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; + remoteInfo = OSDependent; }; - BF54934C8CD1405B96375A06 /* PBXContainerItemProxy */ = { + D52BC92A1D984E0BB6EB78DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; remoteInfo = MachineIndependent; }; - C05901D652FB4ACFA22B3FB0 /* PBXContainerItemProxy */ = { + E75E2CE87CD84F65B74D8556 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; remoteInfo = OSDependent; }; - D156087753AD4C629C0489CC /* PBXContainerItemProxy */ = { + ED25A11DE2F94BDCB631F65D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; - remoteGlobalIDString = 470865334B5B576275C5112C; - remoteInfo = "glslang-default-resource-limits"; + remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; + remoteInfo = OGLCompiler; }; - F2215B995A6B4F46BA2D5FBD /* PBXContainerItemProxy */ = { + F91B376EE2364E179A97206A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; + containerPortal = 057D0821D8D043A6AA7D6B7C /* Project object */; proxyType = 1; remoteGlobalIDString = 7D9BA18AFAC54B79E83F387A; remoteInfo = glslang; }; - F399820A060748658C587582 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3993DA3D4F9B45C89203DB0E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 88B439CC67367559065A97C9; - remoteInfo = SPIRV; - }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00303AC1104246B18551778B /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Link.cpp; path = glslang/GenericCodeGen/Link.cpp; sourceTree = SOURCE_ROOT; }; - 023A224DF84F47B2A4EFA2BD /* ../flycast/core/deps/glslang/SPIRV/disassemble.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = disassemble.cpp; path = SPIRV/disassemble.cpp; sourceTree = SOURCE_ROOT; }; - 06BDB48A9D0E48498B614AF2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpAtom.cpp; path = glslang/MachineIndependent/preprocessor/PpAtom.cpp; sourceTree = SOURCE_ROOT; }; - 0850A54BCE8940CCB23684C6 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = glslang.y; path = glslang/MachineIndependent/glslang.y; sourceTree = SOURCE_ROOT; }; - 0ADAE30F9F044B489C9B6247 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = reflection.h; path = glslang/MachineIndependent/reflection.h; sourceTree = SOURCE_ROOT; }; - 105964F549B146E795DCC4DD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_tab.cpp.h; path = glslang/MachineIndependent/glslang_tab.cpp.h; sourceTree = SOURCE_ROOT; }; - 13042E779D824DD98BC9A923 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SymbolTable.cpp; path = glslang/MachineIndependent/SymbolTable.cpp; sourceTree = SOURCE_ROOT; }; - 14289BF5BF4E4E8B9990D192 /* ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist; sourceTree = ""; }; - 194FD525079E41CEBCB599E4 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = parseVersions.h; path = glslang/MachineIndependent/parseVersions.h; sourceTree = SOURCE_ROOT; }; - 1A82E389272C44B79745B382 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ResourceLimits.cpp; path = glslang/ResourceLimits/ResourceLimits.cpp; sourceTree = SOURCE_ROOT; }; - 1BA8D6DA77BC4EA4AB44A20C /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = reflection.cpp; path = glslang/MachineIndependent/reflection.cpp; sourceTree = SOURCE_ROOT; }; - 1E47C3007D5748F8AD25FF50 /* ../flycast/core/deps/glslang/SPIRV/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = SPIRV/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 1EFA1911A5194551995EB0EC /* ../flycast/core/deps/glslang/SPIRV/doc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = doc.cpp; path = SPIRV/doc.cpp; sourceTree = SOURCE_ROOT; }; - 23AFFC3FFD954C648F7D45E2 /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InitializeDll.h; path = OGLCompilersDLL/InitializeDll.h; sourceTree = SOURCE_ROOT; }; - 24F95815ADBA44118FF81D7F /* ../flycast/core/deps/glslang/glslang/Include/BaseTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BaseTypes.h; path = glslang/Include/BaseTypes.h; sourceTree = SOURCE_ROOT; }; - 27093E2DB3B149CCAE6FD06F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = limits.cpp; path = glslang/MachineIndependent/limits.cpp; sourceTree = SOURCE_ROOT; }; - 29340545C75242BF8A81B7CD /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.AMD.h; path = SPIRV/GLSL.ext.AMD.h; sourceTree = SOURCE_ROOT; }; - 2A0114AC2F964DDB8CD0F007 /* MachineIndependent */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libMachineIndependent.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2DABA600AFB64062BF0C4DF1 /* ../flycast/core/deps/glslang/SPIRV/spvIR.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = spvIR.h; path = SPIRV/spvIR.h; sourceTree = SOURCE_ROOT; }; - 2DF3653E25584FB982248CC9 /* ../flycast/core/deps/glslang/SPIRV/doc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = doc.h; path = SPIRV/doc.h; sourceTree = SOURCE_ROOT; }; - 2E307453FDED4968A0FBBA4B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Versions.cpp; path = glslang/MachineIndependent/Versions.cpp; sourceTree = SOURCE_ROOT; }; - 2E96FC7D402E413EB515CA24 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = glslang_tab.cpp; path = glslang/MachineIndependent/glslang_tab.cpp; sourceTree = SOURCE_ROOT; }; - 30C31BB1AF0D4AF1BFE04C5F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Pp.cpp; path = glslang/MachineIndependent/preprocessor/Pp.cpp; sourceTree = SOURCE_ROOT; }; - 369629AB8A514DD0AD498CCE /* ../flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpirvIntrinsics.h; path = glslang/Include/SpirvIntrinsics.h; sourceTree = SOURCE_ROOT; }; - 36E498140EA6449BB76CBD64 /* ../flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvPostProcess.cpp; path = SPIRV/SpvPostProcess.cpp; sourceTree = SOURCE_ROOT; }; - 380B08E7AEB64D9FA2DABBD7 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = resource_limits_c.cpp; path = glslang/ResourceLimits/resource_limits_c.cpp; sourceTree = SOURCE_ROOT; }; - 39F0DF0F08DF41D5A1847E64 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Initialize.cpp; path = glslang/MachineIndependent/Initialize.cpp; sourceTree = SOURCE_ROOT; }; - 45FE3EB915DB4250950A7916 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ParseContextBase.cpp; path = glslang/MachineIndependent/ParseContextBase.cpp; sourceTree = SOURCE_ROOT; }; - 4622F3DE06734C1A982487FD /* ../flycast/core/deps/glslang/glslang/Include/ShHandle.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShHandle.h; path = glslang/Include/ShHandle.h; sourceTree = SOURCE_ROOT; }; - 46CA360B39B9462A930B9A17 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvBuilder.cpp; path = SPIRV/SpvBuilder.cpp; sourceTree = SOURCE_ROOT; }; - 498D447CF4A84DE28859317D /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 499DAD0A93644374871C6E66 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ParseHelper.cpp; path = glslang/MachineIndependent/ParseHelper.cpp; sourceTree = SOURCE_ROOT; }; - 49AD3450E2504080A3BA1232 /* ../flycast/core/deps/glslang/glslang/Include/ConstantUnion.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ConstantUnion.h; path = glslang/Include/ConstantUnion.h; sourceTree = SOURCE_ROOT; }; - 4A73D797270848FF9236EEA6 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ossource.cpp; path = glslang/OSDependent/Unix/ossource.cpp; sourceTree = SOURCE_ROOT; }; - 5045F204F208419E936ED8C5 /* ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist; sourceTree = ""; }; - 50FEC8E5CA824E429D96711A /* ../flycast/core/deps/glslang/SPIRV/Logger.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Logger.h; path = SPIRV/Logger.h; sourceTree = SOURCE_ROOT; }; - 51202528A30D4E83A6F2AE3A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Scan.cpp; path = glslang/MachineIndependent/Scan.cpp; sourceTree = SOURCE_ROOT; }; - 5395A3C385B04B0BBD8F9864 /* ../flycast/core/deps/glslang/SPIRV/Logger.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Logger.cpp; path = SPIRV/Logger.cpp; sourceTree = SOURCE_ROOT; }; - 5C8104380C1847C0B4C3DC01 /* SPIRV */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libSPIRV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5C8AEC990831496483D1C240 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LiveTraverser.h; path = glslang/MachineIndependent/LiveTraverser.h; sourceTree = SOURCE_ROOT; }; - 5D675EE2661B45809D65B81D /* ../flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NonSemanticDebugPrintf.h; path = SPIRV/NonSemanticDebugPrintf.h; sourceTree = SOURCE_ROOT; }; - 5FEBFB3B318C41E0BB73B53C /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = iomapper.cpp; path = glslang/MachineIndependent/iomapper.cpp; sourceTree = SOURCE_ROOT; }; - 6052C5692823408BB2D75436 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.NV.h; path = SPIRV/GLSL.ext.NV.h; sourceTree = SOURCE_ROOT; }; - 64F067DD1FFA48888DC861E7 /* OGLCompiler */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libOGLCompiler.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 657568AB57C5492992C7DF60 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gl_types.h; path = glslang/MachineIndependent/gl_types.h; sourceTree = SOURCE_ROOT; }; - 65A3F47FE2F44AEBBE3FCC6D /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 6746BC936D994132B5755C6B /* ../flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NonSemanticShaderDebugInfo100.h; path = SPIRV/NonSemanticShaderDebugInfo100.h; sourceTree = SOURCE_ROOT; }; - 687604C363EF411EB893280C /* GenericCodeGen */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libGenericCodeGen.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 689D48C9245449538C7334C3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = parseConst.cpp; path = glslang/MachineIndependent/parseConst.cpp; sourceTree = SOURCE_ROOT; }; - 6904D0EFEA284CBC994179F7 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist; sourceTree = ""; }; - 6BEF3054C5BA4AF4BEF55D8D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderLang.cpp; path = glslang/MachineIndependent/ShaderLang.cpp; sourceTree = SOURCE_ROOT; }; - 6E0E3557EE1F4062952782C3 /* ../flycast/core/deps/glslang/SPIRV/bitutils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitutils.h; path = SPIRV/bitutils.h; sourceTree = SOURCE_ROOT; }; - 6F5055231F5F442EB40A005E /* ../flycast/core/deps/glslang/SPIRV/SpvTools.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvTools.cpp; path = SPIRV/SpvTools.cpp; sourceTree = SOURCE_ROOT; }; - 6FEE37EB4D3548629889FF95 /* ../flycast/core/deps/glslang/glslang/Public/ShaderLang.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderLang.h; path = glslang/Public/ShaderLang.h; sourceTree = SOURCE_ROOT; }; - 71BD5AA10F9E4331A0F3D902 /* ../flycast/core/deps/glslang/SPIRV/hex_float.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hex_float.h; path = SPIRV/hex_float.h; sourceTree = SOURCE_ROOT; }; - 757E4ADBEFFF4B9ABE6A0F77 /* ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist; sourceTree = ""; }; - 7A65022F670844628D16AC44 /* ../flycast/core/deps/glslang/glslang/Public/ResourceLimits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ResourceLimits.h; path = glslang/Public/ResourceLimits.h; sourceTree = SOURCE_ROOT; }; - 7CE675D1836440AF94AE6A57 /* ../flycast/core/deps/glslang/SPIRV/GLSL.std.450.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.std.450.h; path = SPIRV/GLSL.std.450.h; sourceTree = SOURCE_ROOT; }; - 8442184342544E50BCA95654 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Scan.h; path = glslang/MachineIndependent/Scan.h; sourceTree = SOURCE_ROOT; }; - 855351F7B98A42A681E2F7D8 /* ../flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InitializeGlobals.h; path = glslang/Include/InitializeGlobals.h; sourceTree = SOURCE_ROOT; }; - 8C654976B34E40FE8A91D513 /* ../flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = spirv_c_interface.cpp; path = SPIRV/CInterface/spirv_c_interface.cpp; sourceTree = SOURCE_ROOT; }; - 8CF94C265EE14841AD350FC8 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RemoveTree.h; path = glslang/MachineIndependent/RemoveTree.h; sourceTree = SOURCE_ROOT; }; - 90A7DC76110442ACBFBAE02C /* ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist; sourceTree = ""; }; - 9166D8170C504146BEDA42E9 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PpContext.h; path = glslang/MachineIndependent/preprocessor/PpContext.h; sourceTree = SOURCE_ROOT; }; - 916B7940D61C475BBB6CC145 /* ../flycast/core/deps/glslang/glslang/Include/ResourceLimits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ResourceLimits.h; path = glslang/Include/ResourceLimits.h; sourceTree = SOURCE_ROOT; }; - 938B99119ED249A69103E620 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_c_shader_types.h; path = glslang/Include/glslang_c_shader_types.h; sourceTree = SOURCE_ROOT; }; - 94EB68BCF07740BDA494B38E /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 98BC395F6A1547798890FC41 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.KHR.h; path = SPIRV/GLSL.ext.KHR.h; sourceTree = SOURCE_ROOT; }; - 9A271055C5294FF39C16FD1F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = linkValidate.cpp; path = glslang/MachineIndependent/linkValidate.cpp; sourceTree = SOURCE_ROOT; }; - 9CC82255EB9848588FB21555 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Constant.cpp; path = glslang/MachineIndependent/Constant.cpp; sourceTree = SOURCE_ROOT; }; - 9CF95F77F6544974B16035B6 /* OSDependent */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libOSDependent.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9CFD7C536CB04FA8A74FC9D1 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpContext.cpp; path = glslang/MachineIndependent/preprocessor/PpContext.cpp; sourceTree = SOURCE_ROOT; }; - 9ED7F5D6C6484EDF999928C6 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist"; sourceTree = ""; }; - A227BD562E3647AE8623119C /* ../flycast/core/deps/glslang/glslang/Include/intermediate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = intermediate.h; path = glslang/Include/intermediate.h; sourceTree = SOURCE_ROOT; }; - A5A5442BA18F4ADE914A86C1 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = attribute.cpp; path = glslang/MachineIndependent/attribute.cpp; sourceTree = SOURCE_ROOT; }; - A5F979447A104F1AA5C70D51 /* ../flycast/core/deps/glslang/SPIRV/spirv.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = spirv.hpp; path = SPIRV/spirv.hpp; sourceTree = SOURCE_ROOT; }; - A6B2CB6FE51C4BCF857814A4 /* ../flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = glslang_c_interface.cpp; path = glslang/CInterface/glslang_c_interface.cpp; sourceTree = SOURCE_ROOT; }; - A746F09615F04681B675CBC2 /* ../flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InReadableOrder.cpp; path = SPIRV/InReadableOrder.cpp; sourceTree = SOURCE_ROOT; }; - A7649579DDB349A798A035CE /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InitializeDll.cpp; path = OGLCompilersDLL/InitializeDll.cpp; sourceTree = SOURCE_ROOT; }; - AC80DD84B95745D995E1BDB9 /* ../flycast/core/deps/glslang/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - B26E858E3BF542999DFA2BF3 /* ../flycast/core/deps/glslang/glslang/OSDependent/osinclude.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = osinclude.h; path = glslang/OSDependent/osinclude.h; sourceTree = SOURCE_ROOT; }; - B3115714DD824D86AE8A52BE /* ../flycast/core/deps/glslang/SPIRV/disassemble.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = disassemble.h; path = SPIRV/disassemble.h; sourceTree = SOURCE_ROOT; }; - B74DF273925D496FAF0C6DBC /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ParseHelper.h; path = glslang/MachineIndependent/ParseHelper.h; sourceTree = SOURCE_ROOT; }; - BA8E404899C64F0685D8C02F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PpTokens.h; path = glslang/MachineIndependent/preprocessor/PpTokens.h; sourceTree = SOURCE_ROOT; }; - BB01B3E1749A454584596B3A /* ../flycast/core/deps/glslang/glslang/Include/PoolAlloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PoolAlloc.h; path = glslang/Include/PoolAlloc.h; sourceTree = SOURCE_ROOT; }; - BD02C9BBFCFB4DFE8960A3DF /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RemoveTree.cpp; path = glslang/MachineIndependent/RemoveTree.cpp; sourceTree = SOURCE_ROOT; }; - BD6F27B42E094567828E9F00 /* glslang-default-resource-limits */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libglslang-default-resource-limits.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BD74961D5C844EEE89797BA9 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GlslangToSpv.h; path = SPIRV/GlslangToSpv.h; sourceTree = SOURCE_ROOT; }; - BE6F8BDD6174402BB64DAF21 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PoolAlloc.cpp; path = glslang/MachineIndependent/PoolAlloc.cpp; sourceTree = SOURCE_ROOT; }; - BF394F6DB2C6416A86251D91 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.EXT.h; path = SPIRV/GLSL.ext.EXT.h; sourceTree = SOURCE_ROOT; }; - C014FE3A6DE74EC0BAFC3D09 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Intermediate.cpp; path = glslang/MachineIndependent/Intermediate.cpp; sourceTree = SOURCE_ROOT; }; - C0AF3D3169EB49DABB11F367 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = intermOut.cpp; path = glslang/MachineIndependent/intermOut.cpp; sourceTree = SOURCE_ROOT; }; - C1DD8405E3A744F098430E15 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IntermTraverse.cpp; path = glslang/MachineIndependent/IntermTraverse.cpp; sourceTree = SOURCE_ROOT; }; - C334420460F54919A4A52D41 /* ../flycast/core/deps/glslang/glslang/Include/InfoSink.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InfoSink.h; path = glslang/Include/InfoSink.h; sourceTree = SOURCE_ROOT; }; - C3FB0791B65D43299386AFF7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = propagateNoContraction.h; path = glslang/MachineIndependent/propagateNoContraction.h; sourceTree = SOURCE_ROOT; }; - C688E7F6DF284C4C9A8BE870 /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CodeGen.cpp; path = glslang/GenericCodeGen/CodeGen.cpp; sourceTree = SOURCE_ROOT; }; - D0524860A3C44E318936D0D7 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - D32091F27C9943DCBE336A97 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GlslangToSpv.cpp; path = SPIRV/GlslangToSpv.cpp; sourceTree = SOURCE_ROOT; }; - D4AD30AAC87B4633B7B6657D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.m4 */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = glslang.m4; path = glslang/MachineIndependent/glslang.m4; sourceTree = SOURCE_ROOT; }; - D4B6023A37A7476FB8D0AD07 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InfoSink.cpp; path = glslang/MachineIndependent/InfoSink.cpp; sourceTree = SOURCE_ROOT; }; - D6F264FB41184B2CBB42CBFB /* ../flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = OGLCompilersDLL/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - D85B6D5179494B33A5E29808 /* ../flycast/core/deps/glslang/glslang/Include/Common.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Common.h; path = glslang/Include/Common.h; sourceTree = SOURCE_ROOT; }; - D8B8C9F924A74925867A58DD /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = glslang/OSDependent/Unix/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - D925E2147FDD403BB81B48AD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = attribute.h; path = glslang/MachineIndependent/attribute.h; sourceTree = SOURCE_ROOT; }; - DC1A7D0580534DA797EEF22F /* ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist; sourceTree = ""; }; - E4371B5894A1445ABF3B3286 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = localintermediate.h; path = glslang/MachineIndependent/localintermediate.h; sourceTree = SOURCE_ROOT; }; - E440B3DE200847AA803B15AA /* ../flycast/core/deps/glslang/glslang/Public/resource_limits_c.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = resource_limits_c.h; path = glslang/Public/resource_limits_c.h; sourceTree = SOURCE_ROOT; }; - E454EB8FC9F54483B3EAEE61 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScanContext.h; path = glslang/MachineIndependent/ScanContext.h; sourceTree = SOURCE_ROOT; }; - E4692AE0FDEE4110ACEE0ACE /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Versions.h; path = glslang/MachineIndependent/Versions.h; sourceTree = SOURCE_ROOT; }; - E53BC20AEAFC42C9B8EF350D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = iomapper.h; path = glslang/MachineIndependent/iomapper.h; sourceTree = SOURCE_ROOT; }; - E72545E93044433982BDDA10 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = propagateNoContraction.cpp; path = glslang/MachineIndependent/propagateNoContraction.cpp; sourceTree = SOURCE_ROOT; }; - E9A8A5F8B699458495FDA700 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.ARM.h; path = SPIRV/GLSL.ext.ARM.h; sourceTree = SOURCE_ROOT; }; - E9EEB2C075644DF5ABEEB9C3 /* glslang */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libglslang.a; sourceTree = BUILT_PRODUCTS_DIR; }; - EB87533D577543139B44D62B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpirvIntrinsics.cpp; path = glslang/MachineIndependent/SpirvIntrinsics.cpp; sourceTree = SOURCE_ROOT; }; - EDD916C70D0D477FAF572CA3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Initialize.h; path = glslang/MachineIndependent/Initialize.h; sourceTree = SOURCE_ROOT; }; - F50DD9B64A3349A882975AA2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpTokens.cpp; path = glslang/MachineIndependent/preprocessor/PpTokens.cpp; sourceTree = SOURCE_ROOT; }; - F566C70EB9CA430CA115ACE2 /* ../flycast/core/deps/glslang/glslang/Include/Types.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Types.h; path = glslang/Include/Types.h; sourceTree = SOURCE_ROOT; }; - F5A4086C8FC6452A92678FE9 /* ../flycast/core/deps/glslang/SPIRV/SpvTools.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpvTools.h; path = SPIRV/SpvTools.h; sourceTree = SOURCE_ROOT; }; - F5A59A3DC74245C5B9D4B129 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_c_interface.h; path = glslang/Include/glslang_c_interface.h; sourceTree = SOURCE_ROOT; }; - F99B7857825C41A89737B3B3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpScanner.cpp; path = glslang/MachineIndependent/preprocessor/PpScanner.cpp; sourceTree = SOURCE_ROOT; }; - FABF6AADBC43489E9B0EFA04 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpvBuilder.h; path = SPIRV/SpvBuilder.h; sourceTree = SOURCE_ROOT; }; - FB59FF4EFC0D43ACABDD8566 /* ../flycast/core/deps/glslang/glslang/Include/arrays.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arrays.h; path = glslang/Include/arrays.h; sourceTree = SOURCE_ROOT; }; - FD66AEC1D6744EFCB4750BAD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SymbolTable.h; path = glslang/MachineIndependent/SymbolTable.h; sourceTree = SOURCE_ROOT; }; + 022415E160FD448D8F36BA17 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 04C23C8372BE4AADA8D31B90 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InfoSink.cpp; path = glslang/MachineIndependent/InfoSink.cpp; sourceTree = SOURCE_ROOT; }; + 0532D3A1D77B47AE81783B33 /* ../flycast/core/deps/glslang/glslang/Include/Types.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Types.h; path = glslang/Include/Types.h; sourceTree = SOURCE_ROOT; }; + 06C6928EC0A94D448C411B33 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = parseConst.cpp; path = glslang/MachineIndependent/parseConst.cpp; sourceTree = SOURCE_ROOT; }; + 0B2C5F4332AE4FACB03EAB2F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = parseVersions.h; path = glslang/MachineIndependent/parseVersions.h; sourceTree = SOURCE_ROOT; }; + 136389C39F8146489E6975D2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ParseContextBase.cpp; path = glslang/MachineIndependent/ParseContextBase.cpp; sourceTree = SOURCE_ROOT; }; + 152AD6A1EA8F4A279087057F /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InitializeDll.h; path = OGLCompilersDLL/InitializeDll.h; sourceTree = SOURCE_ROOT; }; + 16D5D3B9BF0A4A0C8C47FAD9 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = attribute.h; path = glslang/MachineIndependent/attribute.h; sourceTree = SOURCE_ROOT; }; + 18D9D32E52C1409BBFC2FB7B /* ../flycast/core/deps/glslang/glslang/Include/Common.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Common.h; path = glslang/Include/Common.h; sourceTree = SOURCE_ROOT; }; + 1A555B9027EF451097C582AD /* ../flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ResourceLimits.cpp; path = glslang/ResourceLimits/ResourceLimits.cpp; sourceTree = SOURCE_ROOT; }; + 1C47EB084D254EEC8305FBDA /* ../flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = localintermediate.h; path = glslang/MachineIndependent/localintermediate.h; sourceTree = SOURCE_ROOT; }; + 1F235A90152141E79EC4848F /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GlslangToSpv.h; path = SPIRV/GlslangToSpv.h; sourceTree = SOURCE_ROOT; }; + 1F5364C9CBF44304B09AEB84 /* ../flycast/core/deps/glslang/glslang/Public/ShaderLang.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderLang.h; path = glslang/Public/ShaderLang.h; sourceTree = SOURCE_ROOT; }; + 1FA967E4015B4CF59B097803 /* ../flycast/core/deps/glslang/glslang/Include/ResourceLimits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ResourceLimits.h; path = glslang/Include/ResourceLimits.h; sourceTree = SOURCE_ROOT; }; + 209AA2A1C44149A4B86C2E72 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_c_interface.h; path = glslang/Include/glslang_c_interface.h; sourceTree = SOURCE_ROOT; }; + 21C8C84E26A54C81B2F89D7D /* ../flycast/core/deps/glslang/SPIRV/Logger.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Logger.cpp; path = SPIRV/Logger.cpp; sourceTree = SOURCE_ROOT; }; + 22D9D08F9DA048FFA89D5E5D /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist; sourceTree = ""; }; + 259947391271432D90D12421 /* OSDependent */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libOSDependent.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 283DAAC54517483FB93D1583 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = reflection.cpp; path = glslang/MachineIndependent/reflection.cpp; sourceTree = SOURCE_ROOT; }; + 29CAC726DEF9424FA1AFA98D /* ../flycast/core/deps/glslang/glslang/Include/BaseTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BaseTypes.h; path = glslang/Include/BaseTypes.h; sourceTree = SOURCE_ROOT; }; + 2A15A225C2CF4E90B39F9647 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Versions.cpp; path = glslang/MachineIndependent/Versions.cpp; sourceTree = SOURCE_ROOT; }; + 2AAA28BD539344B0B517EF9C /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InitializeDll.cpp; path = OGLCompilersDLL/InitializeDll.cpp; sourceTree = SOURCE_ROOT; }; + 2D935453D8D7480DA83CBCB5 /* ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist; sourceTree = ""; }; + 3290EA504D634E50B64394BC /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CodeGen.cpp; path = glslang/GenericCodeGen/CodeGen.cpp; sourceTree = SOURCE_ROOT; }; + 36810FF7E9824239AA4A1089 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ossource.cpp; path = glslang/OSDependent/Unix/ossource.cpp; sourceTree = SOURCE_ROOT; }; + 39E5BCE740A0408A8B0DD72B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Constant.cpp; path = glslang/MachineIndependent/Constant.cpp; sourceTree = SOURCE_ROOT; }; + 3A0DA72F9C0D430B95923633 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Pp.cpp; path = glslang/MachineIndependent/preprocessor/Pp.cpp; sourceTree = SOURCE_ROOT; }; + 3B8C374097474C86A58E2CBF /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = glslang_tab.cpp; path = glslang/MachineIndependent/glslang_tab.cpp; sourceTree = SOURCE_ROOT; }; + 3C961F32F63343C89CE8672E /* SPIRV */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libSPIRV.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3F05A7ED450F47BC85DDAF72 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Scan.cpp; path = glslang/MachineIndependent/Scan.cpp; sourceTree = SOURCE_ROOT; }; + 4369FAA1D7514E4F953008F0 /* GenericCodeGen */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libGenericCodeGen.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 43F1541BBFD84DA1995428CA /* ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist; sourceTree = ""; }; + 45EA10CA6BF145D2A16456D7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PpContext.h; path = glslang/MachineIndependent/preprocessor/PpContext.h; sourceTree = SOURCE_ROOT; }; + 4619AFC95D124BC8BA341554 /* ../flycast/core/deps/glslang/SPIRV/disassemble.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = disassemble.h; path = SPIRV/disassemble.h; sourceTree = SOURCE_ROOT; }; + 4792B5A86E154D0DA2B95262 /* OGLCompiler */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libOGLCompiler.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 48E48D6AB8C448E39DDE2A43 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ParseHelper.cpp; path = glslang/MachineIndependent/ParseHelper.cpp; sourceTree = SOURCE_ROOT; }; + 49D0E2432B7D441194CF44F0 /* ../flycast/core/deps/glslang/SPIRV/disassemble.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = disassemble.cpp; path = SPIRV/disassemble.cpp; sourceTree = SOURCE_ROOT; }; + 4A5E87873A2D4949AE7023B2 /* ../flycast/core/deps/glslang/SPIRV/GLSL.std.450.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.std.450.h; path = SPIRV/GLSL.std.450.h; sourceTree = SOURCE_ROOT; }; + 4DF1E1609B52417E9A12F5B8 /* ../flycast/core/deps/glslang/SPIRV/hex_float.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hex_float.h; path = SPIRV/hex_float.h; sourceTree = SOURCE_ROOT; }; + 4EEA9EEA948E4D628762BBDD /* ../flycast/core/deps/glslang/SPIRV/spirv.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = spirv.hpp; path = SPIRV/spirv.hpp; sourceTree = SOURCE_ROOT; }; + 5088A77BE2D148DE8097CABC /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist"; sourceTree = ""; }; + 50A03EF47ACD4060B09E74AF /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = glslang/OSDependent/Unix/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 56CABD5E54EE47C69D1BA70D /* ../flycast/core/deps/glslang/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 591286C662FD46238041255A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RemoveTree.cpp; path = glslang/MachineIndependent/RemoveTree.cpp; sourceTree = SOURCE_ROOT; }; + 5983D7AFCACC4324811DE121 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpScanner.cpp; path = glslang/MachineIndependent/preprocessor/PpScanner.cpp; sourceTree = SOURCE_ROOT; }; + 5A8D0CC66E21476EBB9C1841 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 5BBB8DC4B00E4DBD89CDE648 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LiveTraverser.h; path = glslang/MachineIndependent/LiveTraverser.h; sourceTree = SOURCE_ROOT; }; + 5CBEA8D2A1084D83B292C05E /* ../flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = glslang_c_interface.cpp; path = glslang/CInterface/glslang_c_interface.cpp; sourceTree = SOURCE_ROOT; }; + 5E255E8263614D8AA5823793 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = resource_limits_c.cpp; path = glslang/ResourceLimits/resource_limits_c.cpp; sourceTree = SOURCE_ROOT; }; + 67481E1C78594C468EF9F600 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Intermediate.cpp; path = glslang/MachineIndependent/Intermediate.cpp; sourceTree = SOURCE_ROOT; }; + 699AF2DE50C94873AD51BB0F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Initialize.cpp; path = glslang/MachineIndependent/Initialize.cpp; sourceTree = SOURCE_ROOT; }; + 69D14F69E88C4B6F955804C8 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.EXT.h; path = SPIRV/GLSL.ext.EXT.h; sourceTree = SOURCE_ROOT; }; + 6ABE11BD66154837BEDFDD0F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = reflection.h; path = glslang/MachineIndependent/reflection.h; sourceTree = SOURCE_ROOT; }; + 6BDC7E24D7D5414CA9507CCF /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 6C47AA25D5FE4DAB91772E6A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpTokens.cpp; path = glslang/MachineIndependent/preprocessor/PpTokens.cpp; sourceTree = SOURCE_ROOT; }; + 6DDC6462CAA749D5A0AE9856 /* ../flycast/core/deps/glslang/glslang/OSDependent/osinclude.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = osinclude.h; path = glslang/OSDependent/osinclude.h; sourceTree = SOURCE_ROOT; }; + 6E8D5D22427B439E87A4AA4D /* glslang */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libglslang.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 73CA3E0E47AE421AB7AE22EC /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RemoveTree.h; path = glslang/MachineIndependent/RemoveTree.h; sourceTree = SOURCE_ROOT; }; + 74303ACB0D174451A5134675 /* ../flycast/core/deps/glslang/SPIRV/SpvTools.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvTools.cpp; path = SPIRV/SpvTools.cpp; sourceTree = SOURCE_ROOT; }; + 750406C6D9EC4F82A807E24D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpirvIntrinsics.cpp; path = glslang/MachineIndependent/SpirvIntrinsics.cpp; sourceTree = SOURCE_ROOT; }; + 769BC8A63CF0409585C216D1 /* MachineIndependent */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libMachineIndependent.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 7CEE92272E144104BE250A0B /* ../flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InReadableOrder.cpp; path = SPIRV/InReadableOrder.cpp; sourceTree = SOURCE_ROOT; }; + 80F608475E0A481681285E57 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SymbolTable.h; path = glslang/MachineIndependent/SymbolTable.h; sourceTree = SOURCE_ROOT; }; + 8186444A71C5402FBC5B7BB0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = iomapper.h; path = glslang/MachineIndependent/iomapper.h; sourceTree = SOURCE_ROOT; }; + 821CC1D7D4AA46E1A8B11699 /* ../flycast/core/deps/glslang/glslang/Include/ConstantUnion.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ConstantUnion.h; path = glslang/Include/ConstantUnion.h; sourceTree = SOURCE_ROOT; }; + 83B7E4F3FBC545BCBA2299EC /* ../flycast/core/deps/glslang/SPIRV/doc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = doc.cpp; path = SPIRV/doc.cpp; sourceTree = SOURCE_ROOT; }; + 8B599047105C4CE69DA152F2 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 8C8A4BBACB0C461297425C9F /* ../flycast/core/deps/glslang/SPIRV/doc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = doc.h; path = SPIRV/doc.h; sourceTree = SOURCE_ROOT; }; + 8CBE9B11CE3843A2A5D6F955 /* ../flycast/core/deps/glslang/glslang/Include/InfoSink.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InfoSink.h; path = glslang/Include/InfoSink.h; sourceTree = SOURCE_ROOT; }; + 8D960088526041CC98A054A7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = limits.cpp; path = glslang/MachineIndependent/limits.cpp; sourceTree = SOURCE_ROOT; }; + 8E13FD34AB6A42988EB2C331 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderLang.cpp; path = glslang/MachineIndependent/ShaderLang.cpp; sourceTree = SOURCE_ROOT; }; + 9126B0B84E604ED7A9DA5530 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PpTokens.h; path = glslang/MachineIndependent/preprocessor/PpTokens.h; sourceTree = SOURCE_ROOT; }; + 91CBC53764EC4ADF815F8074 /* ../flycast/core/deps/glslang/glslang/Include/arrays.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arrays.h; path = glslang/Include/arrays.h; sourceTree = SOURCE_ROOT; }; + 93C5486C681B470D9B7CFEC8 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvBuilder.cpp; path = SPIRV/SpvBuilder.cpp; sourceTree = SOURCE_ROOT; }; + 96CCD38BA53D4F8AA5FF32D4 /* ../flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NonSemanticShaderDebugInfo100.h; path = SPIRV/NonSemanticShaderDebugInfo100.h; sourceTree = SOURCE_ROOT; }; + 9E974EB97D6D47D48383E16B /* ../flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvPostProcess.cpp; path = SPIRV/SpvPostProcess.cpp; sourceTree = SOURCE_ROOT; }; + A08B2712E8804B4DA1C6AE24 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IntermTraverse.cpp; path = glslang/MachineIndependent/IntermTraverse.cpp; sourceTree = SOURCE_ROOT; }; + A0A64ED2F9AD4BE7B52B49D5 /* ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist; sourceTree = ""; }; + A23019ADEF044A74BD26696A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PoolAlloc.cpp; path = glslang/MachineIndependent/PoolAlloc.cpp; sourceTree = SOURCE_ROOT; }; + A47C68B0D54D4D2BB74C0DC7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ParseHelper.h; path = glslang/MachineIndependent/ParseHelper.h; sourceTree = SOURCE_ROOT; }; + A888B708D46D4087A35F2B16 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.AMD.h; path = SPIRV/GLSL.ext.AMD.h; sourceTree = SOURCE_ROOT; }; + A935554579154D19ACEB2A02 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_c_shader_types.h; path = glslang/Include/glslang_c_shader_types.h; sourceTree = SOURCE_ROOT; }; + A99737C6DE9A4ED5917FD680 /* ../flycast/core/deps/glslang/glslang/Include/intermediate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = intermediate.h; path = glslang/Include/intermediate.h; sourceTree = SOURCE_ROOT; }; + AAA0BEDB89BD4010A81DDDCB /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Scan.h; path = glslang/MachineIndependent/Scan.h; sourceTree = SOURCE_ROOT; }; + AD63E7494F69406CAA08C577 /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Link.cpp; path = glslang/GenericCodeGen/Link.cpp; sourceTree = SOURCE_ROOT; }; + AFB0949C0AA5445BAB0B6915 /* ../flycast/core/deps/glslang/SPIRV/Logger.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Logger.h; path = SPIRV/Logger.h; sourceTree = SOURCE_ROOT; }; + AFCAF9B79A114067AD4CE67B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = propagateNoContraction.h; path = glslang/MachineIndependent/propagateNoContraction.h; sourceTree = SOURCE_ROOT; }; + B111E663A4D14B5D9FE6C98A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScanContext.h; path = glslang/MachineIndependent/ScanContext.h; sourceTree = SOURCE_ROOT; }; + B257DFE4096144F19E8312C1 /* ../flycast/core/deps/glslang/SPIRV/spvIR.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = spvIR.h; path = SPIRV/spvIR.h; sourceTree = SOURCE_ROOT; }; + B2BA639A6D9F4AF5B74913E7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpAtom.cpp; path = glslang/MachineIndependent/preprocessor/PpAtom.cpp; sourceTree = SOURCE_ROOT; }; + B8349C23861843159679936B /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.NV.h; path = SPIRV/GLSL.ext.NV.h; sourceTree = SOURCE_ROOT; }; + B992141AD70047A4B438B2BA /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.ARM.h; path = SPIRV/GLSL.ext.ARM.h; sourceTree = SOURCE_ROOT; }; + BA13DF70E1494D438B3E2493 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist; sourceTree = ""; }; + BEC56CF319D3414B893D95E0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = linkValidate.cpp; path = glslang/MachineIndependent/linkValidate.cpp; sourceTree = SOURCE_ROOT; }; + BF2F001B73E449EEBA0DAA7D /* ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist; sourceTree = ""; }; + C30344549B19443BB362E66A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = iomapper.cpp; path = glslang/MachineIndependent/iomapper.cpp; sourceTree = SOURCE_ROOT; }; + CA53A7FF7B71473D98A6BAE3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = attribute.cpp; path = glslang/MachineIndependent/attribute.cpp; sourceTree = SOURCE_ROOT; }; + CBF0CA9782004AE29F648325 /* ../flycast/core/deps/glslang/glslang/Include/ShHandle.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShHandle.h; path = glslang/Include/ShHandle.h; sourceTree = SOURCE_ROOT; }; + CC3E44722AAC4D6D890C763D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SymbolTable.cpp; path = glslang/MachineIndependent/SymbolTable.cpp; sourceTree = SOURCE_ROOT; }; + D7636CE89CF449A1BE6AE641 /* ../flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InitializeGlobals.h; path = glslang/Include/InitializeGlobals.h; sourceTree = SOURCE_ROOT; }; + DA324FB9B4DA4D078161016D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Initialize.h; path = glslang/MachineIndependent/Initialize.h; sourceTree = SOURCE_ROOT; }; + DB4240BAE0DD45238CFBD49A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Versions.h; path = glslang/MachineIndependent/Versions.h; sourceTree = SOURCE_ROOT; }; + DDE843E33EA041B8A71C43D7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gl_types.h; path = glslang/MachineIndependent/gl_types.h; sourceTree = SOURCE_ROOT; }; + DE7BD1ADB0254620A94AB332 /* ../flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = OGLCompilersDLL/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + DFC4C8DA07B04D6A8597D537 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GlslangToSpv.cpp; path = SPIRV/GlslangToSpv.cpp; sourceTree = SOURCE_ROOT; }; + E160193A3D824FE5874BBD8E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = glslang.y; path = glslang/MachineIndependent/glslang.y; sourceTree = SOURCE_ROOT; }; + E1E40866724D4166AFF784B8 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_tab.cpp.h; path = glslang/MachineIndependent/glslang_tab.cpp.h; sourceTree = SOURCE_ROOT; }; + E36AA0AB532D427BB616AD31 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpContext.cpp; path = glslang/MachineIndependent/preprocessor/PpContext.cpp; sourceTree = SOURCE_ROOT; }; + E3C9DE783AA8425A8806C9E0 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpvBuilder.h; path = SPIRV/SpvBuilder.h; sourceTree = SOURCE_ROOT; }; + E60DDE116E36413BB9D5D6D8 /* ../flycast/core/deps/glslang/glslang/Public/resource_limits_c.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = resource_limits_c.h; path = glslang/Public/resource_limits_c.h; sourceTree = SOURCE_ROOT; }; + E7E2D470B8804D7EB469E748 /* ../flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NonSemanticDebugPrintf.h; path = SPIRV/NonSemanticDebugPrintf.h; sourceTree = SOURCE_ROOT; }; + ED8DE2E6D5BE4A79B468316E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = intermOut.cpp; path = glslang/MachineIndependent/intermOut.cpp; sourceTree = SOURCE_ROOT; }; + EF4EE148D2784F00A0B72862 /* ../flycast/core/deps/glslang/glslang/Include/PoolAlloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PoolAlloc.h; path = glslang/Include/PoolAlloc.h; sourceTree = SOURCE_ROOT; }; + F02521DBBFFE4D528F9295A2 /* ../flycast/core/deps/glslang/SPIRV/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = SPIRV/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + F0951C48E7F54508B55B0A06 /* ../flycast/core/deps/glslang/SPIRV/SpvTools.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpvTools.h; path = SPIRV/SpvTools.h; sourceTree = SOURCE_ROOT; }; + F34B3183D26F461B9BFCBAB5 /* ../flycast/core/deps/glslang/SPIRV/bitutils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitutils.h; path = SPIRV/bitutils.h; sourceTree = SOURCE_ROOT; }; + F4D5ED2A8EF943C88CEEBD78 /* ../flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpirvIntrinsics.h; path = glslang/Include/SpirvIntrinsics.h; sourceTree = SOURCE_ROOT; }; + F64FAEC5923543C8979EF6C1 /* glslang-default-resource-limits */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libglslang-default-resource-limits.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + F720BCB675C54A909BD2FEB0 /* ../flycast/core/deps/glslang/glslang/Public/ResourceLimits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ResourceLimits.h; path = glslang/Public/ResourceLimits.h; sourceTree = SOURCE_ROOT; }; + F8D889E24E994DBA93F38765 /* ../flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = spirv_c_interface.cpp; path = SPIRV/CInterface/spirv_c_interface.cpp; sourceTree = SOURCE_ROOT; }; + FB52152ECF1546ACB3136DA4 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = propagateNoContraction.cpp; path = glslang/MachineIndependent/propagateNoContraction.cpp; sourceTree = SOURCE_ROOT; }; + FB6E71FDC7944AAFB9F33001 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.KHR.h; path = SPIRV/GLSL.ext.KHR.h; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 27FF1770A1B24FA482D895B2 /* Frameworks */ = { + 2102ED74E24646E88C7AA542 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 305914977DCD4BA3A01A1418 /* Frameworks */ = { + 3E989013F393494492A00C3E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 374D439955D04585920C93CE /* Frameworks */ = { + 6B9EC8036D6F466789C57F75 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4F233CD868ED43B8A03C3348 /* Frameworks */ = { + B183AC22FD5A4CEF858EFF2E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 554FF01092574BBA8240B28C /* Frameworks */ = { + D671F71A800544FBA8974C4F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CCCEDFCD587C4B2AB6A42E2E /* Frameworks */ = { + D8F2A20B37574E75914ECF46 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F736DC766C324F3588684323 /* Frameworks */ = { + E37C9578BC3B44508CA08D9F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -522,397 +520,396 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00EA30EF0AD04B49BB13CE17 /* Header Files */ = { + 016C77F9B0FB48A4BB175D98 /* Source Files */ = { isa = PBXGroup; children = ( - 23AFFC3FFD954C648F7D45E2 /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h */, + 2AAA28BD539344B0B517EF9C /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp */, ); - name = "Header Files"; + name = "Source Files"; sourceTree = ""; }; - 1405A4F80CEA485586FD6BCC /* CMake Rules */ = { + 05455FFD172B4C47A16999B9 /* Header Files */ = { isa = PBXGroup; children = ( + 152AD6A1EA8F4A279087057F /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h */, ); - name = "CMake Rules"; + name = "Header Files"; sourceTree = ""; }; - 16E2814C12184150B354CF4E /* Resources */ = { + 0BB6B6F1FB4D41CC9F822B4F /* Header Files */ = { isa = PBXGroup; children = ( - 14289BF5BF4E4E8B9990D192 /* ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist */, + DA324FB9B4DA4D078161016D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h */, + 5BBB8DC4B00E4DBD89CDE648 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h */, + A47C68B0D54D4D2BB74C0DC7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h */, + 73CA3E0E47AE421AB7AE22EC /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h */, + AAA0BEDB89BD4010A81DDDCB /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h */, + B111E663A4D14B5D9FE6C98A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h */, + 80F608475E0A481681285E57 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h */, + DB4240BAE0DD45238CFBD49A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h */, + 16D5D3B9BF0A4A0C8C47FAD9 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h */, + DDE843E33EA041B8A71C43D7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h */, + E1E40866724D4166AFF784B8 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h */, + 8186444A71C5402FBC5B7BB0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h */, + 1C47EB084D254EEC8305FBDA /* ../flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h */, + 0B2C5F4332AE4FACB03EAB2F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h */, + 45EA10CA6BF145D2A16456D7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h */, + 9126B0B84E604ED7A9DA5530 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h */, + AFCAF9B79A114067AD4CE67B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h */, + 6ABE11BD66154837BEDFDD0F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h */, ); - name = Resources; + name = "Header Files"; sourceTree = ""; }; - 1738C544CAC846D4A9120E93 /* Frameworks */ = { + 12408EC4983A4BC1AD50C748 /* SPIRV */ = { isa = PBXGroup; children = ( + B57ADE71E8EE42A7851520C5 /* Source Files */, + 1656E75D31F1416EA84B68EC /* Header Files */, + 3C1504C2E55947AC8E8A9FA8 /* Resources */, + F02521DBBFFE4D528F9295A2 /* ../flycast/core/deps/glslang/SPIRV/CMakeLists.txt */, ); - name = Frameworks; + name = SPIRV; sourceTree = ""; }; - 24A9A46CCA6A4EAC9A28FD3B /* Header Files */ = { + 1656E75D31F1416EA84B68EC /* Header Files */ = { isa = PBXGroup; children = ( - 24F95815ADBA44118FF81D7F /* ../flycast/core/deps/glslang/glslang/Include/BaseTypes.h */, - D85B6D5179494B33A5E29808 /* ../flycast/core/deps/glslang/glslang/Include/Common.h */, - 49AD3450E2504080A3BA1232 /* ../flycast/core/deps/glslang/glslang/Include/ConstantUnion.h */, - C334420460F54919A4A52D41 /* ../flycast/core/deps/glslang/glslang/Include/InfoSink.h */, - 855351F7B98A42A681E2F7D8 /* ../flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h */, - BB01B3E1749A454584596B3A /* ../flycast/core/deps/glslang/glslang/Include/PoolAlloc.h */, - 916B7940D61C475BBB6CC145 /* ../flycast/core/deps/glslang/glslang/Include/ResourceLimits.h */, - 4622F3DE06734C1A982487FD /* ../flycast/core/deps/glslang/glslang/Include/ShHandle.h */, - 369629AB8A514DD0AD498CCE /* ../flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h */, - F566C70EB9CA430CA115ACE2 /* ../flycast/core/deps/glslang/glslang/Include/Types.h */, - FB59FF4EFC0D43ACABDD8566 /* ../flycast/core/deps/glslang/glslang/Include/arrays.h */, - F5A59A3DC74245C5B9D4B129 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h */, - 938B99119ED249A69103E620 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h */, - A227BD562E3647AE8623119C /* ../flycast/core/deps/glslang/glslang/Include/intermediate.h */, - 6FEE37EB4D3548629889FF95 /* ../flycast/core/deps/glslang/glslang/Public/ShaderLang.h */, + A888B708D46D4087A35F2B16 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h */, + B992141AD70047A4B438B2BA /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h */, + 69D14F69E88C4B6F955804C8 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h */, + FB6E71FDC7944AAFB9F33001 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h */, + B8349C23861843159679936B /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h */, + 4A5E87873A2D4949AE7023B2 /* ../flycast/core/deps/glslang/SPIRV/GLSL.std.450.h */, + 1F235A90152141E79EC4848F /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.h */, + AFB0949C0AA5445BAB0B6915 /* ../flycast/core/deps/glslang/SPIRV/Logger.h */, + E7E2D470B8804D7EB469E748 /* ../flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h */, + 96CCD38BA53D4F8AA5FF32D4 /* ../flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h */, + E3C9DE783AA8425A8806C9E0 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.h */, + F0951C48E7F54508B55B0A06 /* ../flycast/core/deps/glslang/SPIRV/SpvTools.h */, + F34B3183D26F461B9BFCBAB5 /* ../flycast/core/deps/glslang/SPIRV/bitutils.h */, + 4619AFC95D124BC8BA341554 /* ../flycast/core/deps/glslang/SPIRV/disassemble.h */, + 8C8A4BBACB0C461297425C9F /* ../flycast/core/deps/glslang/SPIRV/doc.h */, + 4DF1E1609B52417E9A12F5B8 /* ../flycast/core/deps/glslang/SPIRV/hex_float.h */, + 4EEA9EEA948E4D628762BBDD /* ../flycast/core/deps/glslang/SPIRV/spirv.hpp */, + B257DFE4096144F19E8312C1 /* ../flycast/core/deps/glslang/SPIRV/spvIR.h */, ); name = "Header Files"; sourceTree = ""; }; - 2F33D1DCC5DF49EF8AD2060A /* Source Files */ = { + 1787A09958014A40927FD0E0 = { isa = PBXGroup; children = ( - 4A73D797270848FF9236EEA6 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp */, + 9214FE6051934B008E631BAF /* ALL_BUILD */, + AC705AA791BF48CE9AA4870E /* glslang */, + 8BF7DC31CB29431B87014153 /* Products */, + F0591EE778E24505BC14305A /* Frameworks */, + 9414D650947D42009E16C9D2 /* Resources */, ); - name = "Source Files"; sourceTree = ""; }; - 33243F1D3E464340BA87C8E4 /* Resources */ = { + 1BC8EEF8D7F444889F100CB2 /* Resources */ = { isa = PBXGroup; children = ( - DC1A7D0580534DA797EEF22F /* ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist */, + 22D9D08F9DA048FFA89D5E5D /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist */, ); name = Resources; sourceTree = ""; }; - 33DACDCECA674FDF8D11E074 /* glslang-default-resource-limits */ = { + 298D548C5F3143D5AD244AA2 /* Source Files */ = { isa = PBXGroup; children = ( - 4B7B4069DFF84E6FAE22DA44 /* Source Files */, - 8CB01545F1EC4FFBA709175B /* Header Files */, - 3BDFC74DD0F647518BB857A6 /* Resources */, - 94EB68BCF07740BDA494B38E /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */, + 39E5BCE740A0408A8B0DD72B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp */, + 04C23C8372BE4AADA8D31B90 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp */, + 699AF2DE50C94873AD51BB0F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp */, + A08B2712E8804B4DA1C6AE24 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp */, + 67481E1C78594C468EF9F600 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp */, + 136389C39F8146489E6975D2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp */, + 48E48D6AB8C448E39DDE2A43 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp */, + A23019ADEF044A74BD26696A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp */, + 591286C662FD46238041255A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp */, + 3F05A7ED450F47BC85DDAF72 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp */, + 8E13FD34AB6A42988EB2C331 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp */, + 750406C6D9EC4F82A807E24D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp */, + CC3E44722AAC4D6D890C763D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp */, + 2A15A225C2CF4E90B39F9647 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp */, + CA53A7FF7B71473D98A6BAE3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp */, + 3B8C374097474C86A58E2CBF /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp */, + ED8DE2E6D5BE4A79B468316E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp */, + C30344549B19443BB362E66A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp */, + 8D960088526041CC98A054A7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp */, + BEC56CF319D3414B893D95E0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp */, + 06C6928EC0A94D448C411B33 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp */, + 3A0DA72F9C0D430B95923633 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp */, + B2BA639A6D9F4AF5B74913E7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp */, + E36AA0AB532D427BB616AD31 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp */, + 5983D7AFCACC4324811DE121 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp */, + 6C47AA25D5FE4DAB91772E6A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp */, + FB52152ECF1546ACB3136DA4 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp */, + 283DAAC54517483FB93D1583 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp */, ); - name = "glslang-default-resource-limits"; + name = "Source Files"; sourceTree = ""; }; - 37833CD7A7F846538E7483FD /* Header Files */ = { + 3C1504C2E55947AC8E8A9FA8 /* Resources */ = { isa = PBXGroup; children = ( - EDD916C70D0D477FAF572CA3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h */, - 5C8AEC990831496483D1C240 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h */, - B74DF273925D496FAF0C6DBC /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h */, - 8CF94C265EE14841AD350FC8 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h */, - 8442184342544E50BCA95654 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h */, - E454EB8FC9F54483B3EAEE61 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h */, - FD66AEC1D6744EFCB4750BAD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h */, - E4692AE0FDEE4110ACEE0ACE /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h */, - D925E2147FDD403BB81B48AD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h */, - 657568AB57C5492992C7DF60 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h */, - 105964F549B146E795DCC4DD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h */, - E53BC20AEAFC42C9B8EF350D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h */, - E4371B5894A1445ABF3B3286 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h */, - 194FD525079E41CEBCB599E4 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h */, - 9166D8170C504146BEDA42E9 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h */, - BA8E404899C64F0685D8C02F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h */, - C3FB0791B65D43299386AFF7 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h */, - 0ADAE30F9F044B489C9B6247 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h */, + A0A64ED2F9AD4BE7B52B49D5 /* ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist */, ); - name = "Header Files"; + name = Resources; sourceTree = ""; }; - 3BDFC74DD0F647518BB857A6 /* Resources */ = { + 41E4E57CB3414B3D9C21EFC7 /* glslang-default-resource-limits */ = { isa = PBXGroup; children = ( - 9ED7F5D6C6484EDF999928C6 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist */, + B221BB9A4C5245E7868348B5 /* Source Files */, + 7A7FDC6272724B8D99C74774 /* Header Files */, + 45042F501F114E25861BC972 /* Resources */, + 5A8D0CC66E21476EBB9C1841 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */, ); - name = Resources; + name = "glslang-default-resource-limits"; sourceTree = ""; }; - 3EBBAFB7E1824804932620E0 /* GenericCodeGen */ = { + 45042F501F114E25861BC972 /* Resources */ = { isa = PBXGroup; children = ( - FE4AC682C02B40EDA0424C8E /* Source Files */, - 33243F1D3E464340BA87C8E4 /* Resources */, - 498D447CF4A84DE28859317D /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */, + 5088A77BE2D148DE8097CABC /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist */, ); - name = GenericCodeGen; + name = Resources; sourceTree = ""; }; - 4B7B4069DFF84E6FAE22DA44 /* Source Files */ = { + 4979FAAA28D64697A46C145A /* MachineIndependent */ = { isa = PBXGroup; children = ( - 1A82E389272C44B79745B382 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp */, - 380B08E7AEB64D9FA2DABBD7 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp */, + 298D548C5F3143D5AD244AA2 /* Source Files */, + 0BB6B6F1FB4D41CC9F822B4F /* Header Files */, + 7D936FA423684EBD9EBC0E45 /* Resources */, + 6BDC7E24D7D5414CA9507CCF /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */, + E160193A3D824FE5874BBD8E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y */, ); - name = "Source Files"; + name = MachineIndependent; sourceTree = ""; }; - 5110CAD71BB74F1FA7EC04DC /* Source Files */ = { + 4CEEA005EF874D8FA682E6CC /* CMake Rules */ = { isa = PBXGroup; children = ( - 9CC82255EB9848588FB21555 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp */, - D4B6023A37A7476FB8D0AD07 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp */, - 39F0DF0F08DF41D5A1847E64 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp */, - C1DD8405E3A744F098430E15 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp */, - C014FE3A6DE74EC0BAFC3D09 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp */, - 45FE3EB915DB4250950A7916 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp */, - 499DAD0A93644374871C6E66 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp */, - BE6F8BDD6174402BB64DAF21 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp */, - BD02C9BBFCFB4DFE8960A3DF /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp */, - 51202528A30D4E83A6F2AE3A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp */, - 6BEF3054C5BA4AF4BEF55D8D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp */, - EB87533D577543139B44D62B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp */, - 13042E779D824DD98BC9A923 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp */, - 2E307453FDED4968A0FBBA4B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp */, - A5A5442BA18F4ADE914A86C1 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp */, - 2E96FC7D402E413EB515CA24 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp */, - C0AF3D3169EB49DABB11F367 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp */, - 5FEBFB3B318C41E0BB73B53C /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp */, - 27093E2DB3B149CCAE6FD06F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp */, - 9A271055C5294FF39C16FD1F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp */, - 689D48C9245449538C7334C3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp */, - 30C31BB1AF0D4AF1BFE04C5F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp */, - 06BDB48A9D0E48498B614AF2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp */, - 9CFD7C536CB04FA8A74FC9D1 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp */, - F99B7857825C41A89737B3B3 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp */, - F50DD9B64A3349A882975AA2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp */, - E72545E93044433982BDDA10 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp */, - 1BA8D6DA77BC4EA4AB44A20C /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp */, ); - name = "Source Files"; + name = "CMake Rules"; sourceTree = ""; }; - 5C224900AB124839863F91C3 /* Resources */ = { + 51EDE6A7FD1F478DA410D41A /* OGLCompiler */ = { isa = PBXGroup; children = ( - 6904D0EFEA284CBC994179F7 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist */, + 016C77F9B0FB48A4BB175D98 /* Source Files */, + 05455FFD172B4C47A16999B9 /* Header Files */, + 8A0735629A434586B2E1E4E2 /* Resources */, + DE7BD1ADB0254620A94AB332 /* ../flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt */, ); - name = Resources; + name = OGLCompiler; sourceTree = ""; }; - 692100616AAB484FB38DC5D8 /* Resources */ = { + 691F47C88B764919B7BAAD56 /* Header Files */ = { isa = PBXGroup; children = ( - 5045F204F208419E936ED8C5 /* ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist */, + 6DDC6462CAA749D5A0AE9856 /* ../flycast/core/deps/glslang/glslang/OSDependent/osinclude.h */, ); - name = Resources; + name = "Header Files"; sourceTree = ""; }; - 7E19467C68054D27B30647BD /* OGLCompiler */ = { + 7A7FDC6272724B8D99C74774 /* Header Files */ = { isa = PBXGroup; children = ( - FF89CA574DA54E3C9D70D686 /* Source Files */, - 00EA30EF0AD04B49BB13CE17 /* Header Files */, - C45538F2C6C84D93BBB20C71 /* Resources */, - D6F264FB41184B2CBB42CBFB /* ../flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt */, + F720BCB675C54A909BD2FEB0 /* ../flycast/core/deps/glslang/glslang/Public/ResourceLimits.h */, + E60DDE116E36413BB9D5D6D8 /* ../flycast/core/deps/glslang/glslang/Public/resource_limits_c.h */, ); - name = OGLCompiler; + name = "Header Files"; sourceTree = ""; }; - 8501E79FABDC4E0981F12311 /* Products */ = { + 7D936FA423684EBD9EBC0E45 /* Resources */ = { isa = PBXGroup; children = ( - 687604C363EF411EB893280C /* GenericCodeGen */, - 2A0114AC2F964DDB8CD0F007 /* MachineIndependent */, - 64F067DD1FFA48888DC861E7 /* OGLCompiler */, - 9CF95F77F6544974B16035B6 /* OSDependent */, - 5C8104380C1847C0B4C3DC01 /* SPIRV */, - E9EEB2C075644DF5ABEEB9C3 /* glslang */, - BD6F27B42E094567828E9F00 /* glslang-default-resource-limits */, + 43F1541BBFD84DA1995428CA /* ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist */, ); - name = Products; + name = Resources; sourceTree = ""; }; - 85ED624D46CE4D5185E186C6 /* Source Files */ = { + 8A0735629A434586B2E1E4E2 /* Resources */ = { isa = PBXGroup; children = ( - A6B2CB6FE51C4BCF857814A4 /* ../flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp */, + BF2F001B73E449EEBA0DAA7D /* ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist */, ); - name = "Source Files"; + name = Resources; sourceTree = ""; }; - 86BBA1F2F7624038AA0BE5B7 /* Source Files */ = { + 8BF7DC31CB29431B87014153 /* Products */ = { isa = PBXGroup; children = ( - 8C654976B34E40FE8A91D513 /* ../flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp */, - D32091F27C9943DCBE336A97 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp */, - A746F09615F04681B675CBC2 /* ../flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp */, - 5395A3C385B04B0BBD8F9864 /* ../flycast/core/deps/glslang/SPIRV/Logger.cpp */, - 46CA360B39B9462A930B9A17 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp */, - 36E498140EA6449BB76CBD64 /* ../flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp */, - 6F5055231F5F442EB40A005E /* ../flycast/core/deps/glslang/SPIRV/SpvTools.cpp */, - 023A224DF84F47B2A4EFA2BD /* ../flycast/core/deps/glslang/SPIRV/disassemble.cpp */, - 1EFA1911A5194551995EB0EC /* ../flycast/core/deps/glslang/SPIRV/doc.cpp */, + 4369FAA1D7514E4F953008F0 /* GenericCodeGen */, + 769BC8A63CF0409585C216D1 /* MachineIndependent */, + 4792B5A86E154D0DA2B95262 /* OGLCompiler */, + 259947391271432D90D12421 /* OSDependent */, + 3C961F32F63343C89CE8672E /* SPIRV */, + 6E8D5D22427B439E87A4AA4D /* glslang */, + F64FAEC5923543C8979EF6C1 /* glslang-default-resource-limits */, ); - name = "Source Files"; + name = Products; sourceTree = ""; }; - 8CB01545F1EC4FFBA709175B /* Header Files */ = { + 9214FE6051934B008E631BAF /* ALL_BUILD */ = { isa = PBXGroup; children = ( - 7A65022F670844628D16AC44 /* ../flycast/core/deps/glslang/glslang/Public/ResourceLimits.h */, - E440B3DE200847AA803B15AA /* ../flycast/core/deps/glslang/glslang/Public/resource_limits_c.h */, + 4CEEA005EF874D8FA682E6CC /* CMake Rules */, + 56CABD5E54EE47C69D1BA70D /* ../flycast/core/deps/glslang/CMakeLists.txt */, ); - name = "Header Files"; + name = ALL_BUILD; sourceTree = ""; }; - 8E7107E5FC95451E8531226E /* Resources */ = { + 9414D650947D42009E16C9D2 /* Resources */ = { isa = PBXGroup; children = ( ); name = Resources; sourceTree = ""; }; - AA9A0A12B294421EB1857307 = { + A3CDE12C206B4169B993EC4D /* glslang */ = { isa = PBXGroup; children = ( - C6B7456C2A5141A9960FE38F /* ALL_BUILD */, - F1B616154EF7421A88DCE55B /* glslang */, - 8501E79FABDC4E0981F12311 /* Products */, - 1738C544CAC846D4A9120E93 /* Frameworks */, - 8E7107E5FC95451E8531226E /* Resources */, + E5A1B0252E374B4A95CF2A1E /* Source Files */, + DAC842E784E84C77B7358423 /* Header Files */, + 1BC8EEF8D7F444889F100CB2 /* Resources */, + 8B599047105C4CE69DA152F2 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */, ); + name = glslang; sourceTree = ""; }; - B58896709A524D7A872D60A5 /* MachineIndependent */ = { + AC705AA791BF48CE9AA4870E /* glslang */ = { isa = PBXGroup; children = ( - 5110CAD71BB74F1FA7EC04DC /* Source Files */, - 37833CD7A7F846538E7483FD /* Header Files */, - FF07C16630B041C8AF421BD5 /* Resources */, - 65A3F47FE2F44AEBBE3FCC6D /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */, - D4AD30AAC87B4633B7B6657D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.m4 */, - 0850A54BCE8940CCB23684C6 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y */, + C9018CC09F324EF19DC43F92 /* GenericCodeGen */, + 4979FAAA28D64697A46C145A /* MachineIndependent */, + A3CDE12C206B4169B993EC4D /* glslang */, + 41E4E57CB3414B3D9C21EFC7 /* glslang-default-resource-limits */, + E2742045EEB04FA68E5F1687 /* OSDependent */, + 51EDE6A7FD1F478DA410D41A /* OGLCompiler */, + 12408EC4983A4BC1AD50C748 /* SPIRV */, ); - name = MachineIndependent; + name = glslang; sourceTree = ""; }; - BB536826B99343EABFF62934 /* glslang */ = { + B221BB9A4C5245E7868348B5 /* Source Files */ = { isa = PBXGroup; children = ( - 85ED624D46CE4D5185E186C6 /* Source Files */, - 24A9A46CCA6A4EAC9A28FD3B /* Header Files */, - 5C224900AB124839863F91C3 /* Resources */, - D0524860A3C44E318936D0D7 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */, + 1A555B9027EF451097C582AD /* ../flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp */, + 5E255E8263614D8AA5823793 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp */, ); - name = glslang; + name = "Source Files"; sourceTree = ""; }; - C452E9F810E740C085309B59 /* OSDependent */ = { + B57ADE71E8EE42A7851520C5 /* Source Files */ = { isa = PBXGroup; children = ( - 2F33D1DCC5DF49EF8AD2060A /* Source Files */, - C674E4640EC1459FBBCB9F60 /* Header Files */, - 692100616AAB484FB38DC5D8 /* Resources */, - D8B8C9F924A74925867A58DD /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt */, + F8D889E24E994DBA93F38765 /* ../flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp */, + DFC4C8DA07B04D6A8597D537 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp */, + 7CEE92272E144104BE250A0B /* ../flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp */, + 21C8C84E26A54C81B2F89D7D /* ../flycast/core/deps/glslang/SPIRV/Logger.cpp */, + 93C5486C681B470D9B7CFEC8 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp */, + 9E974EB97D6D47D48383E16B /* ../flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp */, + 74303ACB0D174451A5134675 /* ../flycast/core/deps/glslang/SPIRV/SpvTools.cpp */, + 49D0E2432B7D441194CF44F0 /* ../flycast/core/deps/glslang/SPIRV/disassemble.cpp */, + 83B7E4F3FBC545BCBA2299EC /* ../flycast/core/deps/glslang/SPIRV/doc.cpp */, ); - name = OSDependent; + name = "Source Files"; sourceTree = ""; }; - C45538F2C6C84D93BBB20C71 /* Resources */ = { + C088CABB222A40C087EE0E51 /* Resources */ = { isa = PBXGroup; children = ( - 757E4ADBEFFF4B9ABE6A0F77 /* ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist */, + BA13DF70E1494D438B3E2493 /* ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist */, ); name = Resources; sourceTree = ""; }; - C674E4640EC1459FBBCB9F60 /* Header Files */ = { + C9018CC09F324EF19DC43F92 /* GenericCodeGen */ = { isa = PBXGroup; children = ( - B26E858E3BF542999DFA2BF3 /* ../flycast/core/deps/glslang/glslang/OSDependent/osinclude.h */, + DFD0604C6FA6429EAB2B36B3 /* Source Files */, + C088CABB222A40C087EE0E51 /* Resources */, + 022415E160FD448D8F36BA17 /* ../flycast/core/deps/glslang/glslang/CMakeLists.txt */, ); - name = "Header Files"; + name = GenericCodeGen; sourceTree = ""; }; - C6B7456C2A5141A9960FE38F /* ALL_BUILD */ = { + DAC842E784E84C77B7358423 /* Header Files */ = { isa = PBXGroup; children = ( - 1405A4F80CEA485586FD6BCC /* CMake Rules */, - AC80DD84B95745D995E1BDB9 /* ../flycast/core/deps/glslang/CMakeLists.txt */, + 29CAC726DEF9424FA1AFA98D /* ../flycast/core/deps/glslang/glslang/Include/BaseTypes.h */, + 18D9D32E52C1409BBFC2FB7B /* ../flycast/core/deps/glslang/glslang/Include/Common.h */, + 821CC1D7D4AA46E1A8B11699 /* ../flycast/core/deps/glslang/glslang/Include/ConstantUnion.h */, + 8CBE9B11CE3843A2A5D6F955 /* ../flycast/core/deps/glslang/glslang/Include/InfoSink.h */, + D7636CE89CF449A1BE6AE641 /* ../flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h */, + EF4EE148D2784F00A0B72862 /* ../flycast/core/deps/glslang/glslang/Include/PoolAlloc.h */, + 1FA967E4015B4CF59B097803 /* ../flycast/core/deps/glslang/glslang/Include/ResourceLimits.h */, + CBF0CA9782004AE29F648325 /* ../flycast/core/deps/glslang/glslang/Include/ShHandle.h */, + F4D5ED2A8EF943C88CEEBD78 /* ../flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h */, + 0532D3A1D77B47AE81783B33 /* ../flycast/core/deps/glslang/glslang/Include/Types.h */, + 91CBC53764EC4ADF815F8074 /* ../flycast/core/deps/glslang/glslang/Include/arrays.h */, + 209AA2A1C44149A4B86C2E72 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h */, + A935554579154D19ACEB2A02 /* ../flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h */, + A99737C6DE9A4ED5917FD680 /* ../flycast/core/deps/glslang/glslang/Include/intermediate.h */, + 1F5364C9CBF44304B09AEB84 /* ../flycast/core/deps/glslang/glslang/Public/ShaderLang.h */, ); - name = ALL_BUILD; + name = "Header Files"; sourceTree = ""; }; - F1B616154EF7421A88DCE55B /* glslang */ = { + DAD19F9B31C54BF297C0ADE0 /* Source Files */ = { isa = PBXGroup; children = ( - 3EBBAFB7E1824804932620E0 /* GenericCodeGen */, - B58896709A524D7A872D60A5 /* MachineIndependent */, - BB536826B99343EABFF62934 /* glslang */, - 33DACDCECA674FDF8D11E074 /* glslang-default-resource-limits */, - C452E9F810E740C085309B59 /* OSDependent */, - 7E19467C68054D27B30647BD /* OGLCompiler */, - FE948FB7CF3C4463962DEE37 /* SPIRV */, + 36810FF7E9824239AA4A1089 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp */, ); - name = glslang; + name = "Source Files"; sourceTree = ""; }; - FE4AC682C02B40EDA0424C8E /* Source Files */ = { + DFD0604C6FA6429EAB2B36B3 /* Source Files */ = { isa = PBXGroup; children = ( - C688E7F6DF284C4C9A8BE870 /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp */, - 00303AC1104246B18551778B /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp */, + 3290EA504D634E50B64394BC /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp */, + AD63E7494F69406CAA08C577 /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp */, ); name = "Source Files"; sourceTree = ""; }; - FE948FB7CF3C4463962DEE37 /* SPIRV */ = { + E2742045EEB04FA68E5F1687 /* OSDependent */ = { isa = PBXGroup; children = ( - 86BBA1F2F7624038AA0BE5B7 /* Source Files */, - FF2E5A3A3D7F4748965FD194 /* Header Files */, - 16E2814C12184150B354CF4E /* Resources */, - 1E47C3007D5748F8AD25FF50 /* ../flycast/core/deps/glslang/SPIRV/CMakeLists.txt */, + DAD19F9B31C54BF297C0ADE0 /* Source Files */, + 691F47C88B764919B7BAAD56 /* Header Files */, + F0876E2DD60F489388B550B0 /* Resources */, + 50A03EF47ACD4060B09E74AF /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt */, ); - name = SPIRV; + name = OSDependent; sourceTree = ""; }; - FF07C16630B041C8AF421BD5 /* Resources */ = { + E5A1B0252E374B4A95CF2A1E /* Source Files */ = { isa = PBXGroup; children = ( - 90A7DC76110442ACBFBAE02C /* ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist */, + 5CBEA8D2A1084D83B292C05E /* ../flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp */, ); - name = Resources; + name = "Source Files"; sourceTree = ""; }; - FF2E5A3A3D7F4748965FD194 /* Header Files */ = { + F0591EE778E24505BC14305A /* Frameworks */ = { isa = PBXGroup; children = ( - 29340545C75242BF8A81B7CD /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h */, - E9A8A5F8B699458495FDA700 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h */, - BF394F6DB2C6416A86251D91 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h */, - 98BC395F6A1547798890FC41 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h */, - 6052C5692823408BB2D75436 /* ../flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h */, - 7CE675D1836440AF94AE6A57 /* ../flycast/core/deps/glslang/SPIRV/GLSL.std.450.h */, - BD74961D5C844EEE89797BA9 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.h */, - 50FEC8E5CA824E429D96711A /* ../flycast/core/deps/glslang/SPIRV/Logger.h */, - 5D675EE2661B45809D65B81D /* ../flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h */, - 6746BC936D994132B5755C6B /* ../flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h */, - FABF6AADBC43489E9B0EFA04 /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.h */, - F5A4086C8FC6452A92678FE9 /* ../flycast/core/deps/glslang/SPIRV/SpvTools.h */, - 6E0E3557EE1F4062952782C3 /* ../flycast/core/deps/glslang/SPIRV/bitutils.h */, - B3115714DD824D86AE8A52BE /* ../flycast/core/deps/glslang/SPIRV/disassemble.h */, - 2DF3653E25584FB982248CC9 /* ../flycast/core/deps/glslang/SPIRV/doc.h */, - 71BD5AA10F9E4331A0F3D902 /* ../flycast/core/deps/glslang/SPIRV/hex_float.h */, - A5F979447A104F1AA5C70D51 /* ../flycast/core/deps/glslang/SPIRV/spirv.hpp */, - 2DABA600AFB64062BF0C4DF1 /* ../flycast/core/deps/glslang/SPIRV/spvIR.h */, ); - name = "Header Files"; + name = Frameworks; sourceTree = ""; }; - FF89CA574DA54E3C9D70D686 /* Source Files */ = { + F0876E2DD60F489388B550B0 /* Resources */ = { isa = PBXGroup; children = ( - A7649579DDB349A798A035CE /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp */, + 2D935453D8D7480DA83CBCB5 /* ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist */, ); - name = "Source Files"; + name = Resources; sourceTree = ""; }; /* End PBXGroup section */ @@ -920,10 +917,10 @@ /* Begin PBXNativeTarget section */ 470865334B5B576275C5112C /* glslang-default-resource-limits */ = { isa = PBXNativeTarget; - buildConfigurationList = 0FD47650286E44F681C03273 /* Build configuration list for PBXNativeTarget "glslang-default-resource-limits" */; + buildConfigurationList = 23697AED57E841489872684C /* Build configuration list for PBXNativeTarget "glslang-default-resource-limits" */; buildPhases = ( - BEBDA9ABCA514F98BE15D620 /* Sources */, - F736DC766C324F3588684323 /* Frameworks */, + FDFBBAD5CF2143D3B9053985 /* Sources */, + D8F2A20B37574E75914ECF46 /* Frameworks */, ); buildRules = ( ); @@ -931,15 +928,15 @@ ); name = "glslang-default-resource-limits"; productName = "glslang-default-resource-limits"; - productReference = BD6F27B42E094567828E9F00 /* glslang-default-resource-limits */; + productReference = F64FAEC5923543C8979EF6C1 /* glslang-default-resource-limits */; productType = "com.apple.product-type.library.static"; }; 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */ = { isa = PBXNativeTarget; - buildConfigurationList = 73767AF53FD5494DA456CDD3 /* Build configuration list for PBXNativeTarget "GenericCodeGen" */; + buildConfigurationList = 5757C74AD8204695A6C6A33D /* Build configuration list for PBXNativeTarget "GenericCodeGen" */; buildPhases = ( - 3D582A51CBA2476584342F10 /* Sources */, - 374D439955D04585920C93CE /* Frameworks */, + 2E72E842825D4A7C821AC2F3 /* Sources */, + 2102ED74E24646E88C7AA542 /* Frameworks */, ); buildRules = ( ); @@ -947,54 +944,54 @@ ); name = GenericCodeGen; productName = GenericCodeGen; - productReference = 687604C363EF411EB893280C /* GenericCodeGen */; + productReference = 4369FAA1D7514E4F953008F0 /* GenericCodeGen */; productType = "com.apple.product-type.library.static"; }; 6CDAF4B90E38082DCB99A331 /* MachineIndependent */ = { isa = PBXNativeTarget; - buildConfigurationList = 6BD6D5F2D32244ECB3D4FF65 /* Build configuration list for PBXNativeTarget "MachineIndependent" */; + buildConfigurationList = A4C03631E2824729A3773BED /* Build configuration list for PBXNativeTarget "MachineIndependent" */; buildPhases = ( - 36563FAC29B4464B8F6F3C5B /* Sources */, - CCCEDFCD587C4B2AB6A42E2E /* Frameworks */, + E35BB5B502B44B51A2601AF8 /* Sources */, + B183AC22FD5A4CEF858EFF2E /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0E5E13683B554B5BAC65359F /* PBXTargetDependency */, - 197194BAA67E4FE089AF019B /* PBXTargetDependency */, - 3C01BD19987A4BA9ACB7F57A /* PBXTargetDependency */, + 659CE884B0444F7CB92122F1 /* PBXTargetDependency */, + 0CD04C2A57A44294AA8BFC70 /* PBXTargetDependency */, + 5609FDD11E344D749FB8EEF7 /* PBXTargetDependency */, ); name = MachineIndependent; productName = MachineIndependent; - productReference = 2A0114AC2F964DDB8CD0F007 /* MachineIndependent */; + productReference = 769BC8A63CF0409585C216D1 /* MachineIndependent */; productType = "com.apple.product-type.library.static"; }; 7D9BA18AFAC54B79E83F387A /* glslang */ = { isa = PBXNativeTarget; - buildConfigurationList = A6E752D53CDF4184BD093177 /* Build configuration list for PBXNativeTarget "glslang" */; + buildConfigurationList = B2508848FAD443E38D271E96 /* Build configuration list for PBXNativeTarget "glslang" */; buildPhases = ( - 9B4FD6D95F9E42BCBC77E4D1 /* Sources */, - 27FF1770A1B24FA482D895B2 /* Frameworks */, + 770AC41871DA427C81C77EFF /* Sources */, + E37C9578BC3B44508CA08D9F /* Frameworks */, ); buildRules = ( ); dependencies = ( - 715F7FE160FA41D99CA18D15 /* PBXTargetDependency */, - BC4947F0A7B943609D918B24 /* PBXTargetDependency */, - 1F975FDF63704A95AEBDBD67 /* PBXTargetDependency */, - 439F67D6582A458986D895E2 /* PBXTargetDependency */, + 3E1B375EE8FB484F825EF430 /* PBXTargetDependency */, + B2432852E1DD4262882329F9 /* PBXTargetDependency */, + E13B92BEEBEF4CBD9B52775D /* PBXTargetDependency */, + 12B831C3441149E0BD917D37 /* PBXTargetDependency */, ); name = glslang; productName = glslang; - productReference = E9EEB2C075644DF5ABEEB9C3 /* glslang */; + productReference = 6E8D5D22427B439E87A4AA4D /* glslang */; productType = "com.apple.product-type.library.static"; }; 836E04CDA84A7B69A8D9114F /* OGLCompiler */ = { isa = PBXNativeTarget; - buildConfigurationList = 6FC7BC1EA80048CC8BED616A /* Build configuration list for PBXNativeTarget "OGLCompiler" */; + buildConfigurationList = 1680F68E99194939AE7A0922 /* Build configuration list for PBXNativeTarget "OGLCompiler" */; buildPhases = ( - 29F0ABB455E540A482E5843C /* Sources */, - 554FF01092574BBA8240B28C /* Frameworks */, + CFA0AC27D70C4AFF820C4333 /* Sources */, + 6B9EC8036D6F466789C57F75 /* Frameworks */, ); buildRules = ( ); @@ -1002,35 +999,35 @@ ); name = OGLCompiler; productName = OGLCompiler; - productReference = 64F067DD1FFA48888DC861E7 /* OGLCompiler */; + productReference = 4792B5A86E154D0DA2B95262 /* OGLCompiler */; productType = "com.apple.product-type.library.static"; }; 88B439CC67367559065A97C9 /* SPIRV */ = { isa = PBXNativeTarget; - buildConfigurationList = EBA90CCB72034F83A6CF53AA /* Build configuration list for PBXNativeTarget "SPIRV" */; + buildConfigurationList = 01B98B44D5E7450CB1D64D61 /* Build configuration list for PBXNativeTarget "SPIRV" */; buildPhases = ( - 329F5E53209E4DCFA376F0ED /* Sources */, - 4F233CD868ED43B8A03C3348 /* Frameworks */, + C37DC7E39C00411994D446AE /* Sources */, + 3E989013F393494492A00C3E /* Frameworks */, ); buildRules = ( ); dependencies = ( - 494E623CA2C54165A6311644 /* PBXTargetDependency */, - F810CEFA517A494589537099 /* PBXTargetDependency */, - 3A94025B7DAF4AE1A477C72A /* PBXTargetDependency */, - 976DCCBDC1524ADD8733E5B9 /* PBXTargetDependency */, + B9FAED887576491AB2F6DCE7 /* PBXTargetDependency */, + 972E3B5BCFEC47D18EFC48E8 /* PBXTargetDependency */, + CF1CC6B6156B47448AFE6CB7 /* PBXTargetDependency */, + 7628097209E743869DCBB10B /* PBXTargetDependency */, ); name = SPIRV; productName = SPIRV; - productReference = 5C8104380C1847C0B4C3DC01 /* SPIRV */; + productReference = 3C961F32F63343C89CE8672E /* SPIRV */; productType = "com.apple.product-type.library.static"; }; D42CDA670F6D1EB800AEA1E4 /* OSDependent */ = { isa = PBXNativeTarget; - buildConfigurationList = C084BF34740943C9BBD0D14B /* Build configuration list for PBXNativeTarget "OSDependent" */; + buildConfigurationList = AEDBF80B2AE241AC81307B21 /* Build configuration list for PBXNativeTarget "OSDependent" */; buildPhases = ( - AE2510F13FBF4ADF8D0A749F /* Sources */, - 305914977DCD4BA3A01A1418 /* Frameworks */, + 8DC62B7EE3C3447595936CBF /* Sources */, + D671F71A800544FBA8974C4F /* Frameworks */, ); buildRules = ( ); @@ -1038,43 +1035,43 @@ ); name = OSDependent; productName = OSDependent; - productReference = 9CF95F77F6544974B16035B6 /* OSDependent */; + productReference = 259947391271432D90D12421 /* OSDependent */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - 3993DA3D4F9B45C89203DB0E /* Project object */ = { + 057D0821D8D043A6AA7D6B7C /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 1620; }; - buildConfigurationList = 7E565578C4B24357B5A2A376 /* Build configuration list for PBXProject "glslang" */; + buildConfigurationList = 08FB5C0364294A17A1A73F37 /* Build configuration list for PBXProject "glslang" */; buildSettings = { }; buildStyles = ( - 646B50712D014D73A23A353A /* Debug */, - 19AF6ACE177E4F88B0233FA1 /* Release */, - 74DA66C5811C48D6AE3D6C4D /* MinSizeRel */, - 1F09AAF8503D4921B2CB1B40 /* RelWithDebInfo */, + 94E267AF7EB141888BA33782 /* Debug */, + 9BFB5514CAD443AA916AEDBC /* Release */, + 98A93479699C46F7B6FA206D /* MinSizeRel */, + 853070D75A01427A803C7C8A /* RelWithDebInfo */, ); compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; - mainGroup = AA9A0A12B294421EB1857307; + mainGroup = 1787A09958014A40927FD0E0; projectDirPath = ../flycast/core/deps/glslang; projectRoot = ""; targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, + B727D2F61FE22951697F0BAD /* ALL_BUILD */, 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */, 6CDAF4B90E38082DCB99A331 /* MachineIndependent */, 836E04CDA84A7B69A8D9114F /* OGLCompiler */, D42CDA670F6D1EB800AEA1E4 /* OSDependent */, 88B439CC67367559065A97C9 /* SPIRV */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, 7D9BA18AFAC54B79E83F387A /* glslang */, 470865334B5B576275C5112C /* glslang-default-resource-limits */, - 11E917AB434F844A6CA3AEDF /* install */, + 1148ED2E9013F6047A670D47 /* install */, ); }; /* End PBXProject section */ @@ -1124,19 +1121,19 @@ exit 0"; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../cmake/core/deps/glslang - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : cd ../cmake/core/deps/glslang - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../cmake/core/deps/glslang - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../cmake/core/deps/glslang - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; showEnvVarsInLog = 0; @@ -1225,226 +1222,206 @@ fi /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 29F0ABB455E540A482E5843C /* Sources */ = { + 2E72E842825D4A7C821AC2F3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7318C3B1D61A4E62AAEF1746 /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp */, + 970ED7193AE4409C9E29DA74 /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp */, + 4A64F2C2AF0046CEA1A7CC72 /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; - 329F5E53209E4DCFA376F0ED /* Sources */ = { + 770AC41871DA427C81C77EFF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 564018BC1DEC4A9CA98FFA9D /* ../flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp */, - 124803621488448C8D7E70FC /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp */, - 2BB29BF6998C4355851A1FA8 /* ../flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp */, - 64013C4168E34ED291CA4FC9 /* ../flycast/core/deps/glslang/SPIRV/Logger.cpp */, - F99D9A5CCB664058B212B53F /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp */, - 3D440EB711EF42F29514031C /* ../flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp */, - 4FB9B0C92FEA4975B7FAB2FE /* ../flycast/core/deps/glslang/SPIRV/SpvTools.cpp */, - DE63D3DD7E8D48628ED6EBA9 /* ../flycast/core/deps/glslang/SPIRV/disassemble.cpp */, - 1C8B37FC1A754A22B72B6B3C /* ../flycast/core/deps/glslang/SPIRV/doc.cpp */, + 39B8B7E077764C1CBFF41BA8 /* ../flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; - 36563FAC29B4464B8F6F3C5B /* Sources */ = { + 8DC62B7EE3C3447595936CBF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B4E55434DF2E4806A3104C0C /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp */, - 2E70A47666474AD49658A56E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp */, - 3D37D5C1B6F64627A7A00571 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp */, - F6146439433A43E3AFEC13B2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp */, - ADD75FD045454C9184DE60FF /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp */, - 31B9D9B5184044FAA5DC0A73 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp */, - 9B46C3DDBFED422A904E871E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp */, - 9916E12FB3144AE4A6D5B75B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp */, - 62C26715E15E4BFBA048B712 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp */, - 77804DA692954F59BBBA35C0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp */, - 3A9BD9F68D03482A95C27CE9 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp */, - B11706469E7E49F5BEBABC48 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp */, - ACDE5923AB08422995187095 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp */, - 452CDC82BD4C46AEB290CF19 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp */, - 8C702D3B15264AE9B389209D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp */, - 77A694DDEC4D4799921EAE10 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp */, - E9C599FA48FF477D8F09532B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp */, - DCC09948DFA44404A520087F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp */, - 3AC5E6CB5C2D4606B41F3F7D /* ../flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp */, - 01AC5532212B44D49F9DB266 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp */, - EABF91AA083E4EF185E6818F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp */, - 686E395E34184D8E98E85341 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp */, - DC73C61C5F934EE982E74DB2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp */, - 5005DF612DC44EC7A03747DE /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp */, - 1EBCFA08A86A4A35A2162CBC /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp */, - 77EA90BEBCF24CC79057DEAB /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp */, - 09E3BF4E147241659DBF7169 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp */, - 15A93A717C054A72885F50CD /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp */, + 63F5AAAE20D946E7B2CFF265 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3D582A51CBA2476584342F10 /* Sources */ = { + C37DC7E39C00411994D446AE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D82661C0B94D47B5BB34964F /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp */, - 8A3911885B6A4BD68708339F /* ../flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp */, + BC0A75D3AC0B4C1F8BFD36D8 /* ../flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp */, + 7677A755164B441ABA243C15 /* ../flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp */, + BF9228056EFF465C8312056B /* ../flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp */, + 2E0BA02BA310486AB7485AE6 /* ../flycast/core/deps/glslang/SPIRV/Logger.cpp */, + F6886872112F4B7E9D7C4B2F /* ../flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp */, + 2EE0300DBFC34194A7DC5946 /* ../flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp */, + 8753EB5C1383495E80D4562D /* ../flycast/core/deps/glslang/SPIRV/SpvTools.cpp */, + 5FC8436F42844EBE9D73E85B /* ../flycast/core/deps/glslang/SPIRV/disassemble.cpp */, + 39AE2F64C68542D29CCADB55 /* ../flycast/core/deps/glslang/SPIRV/doc.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9B4FD6D95F9E42BCBC77E4D1 /* Sources */ = { + CFA0AC27D70C4AFF820C4333 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2080370D98D9425382FD4D30 /* ../flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp */, + B3C084A808324FB79C329674 /* ../flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; - AE2510F13FBF4ADF8D0A749F /* Sources */ = { + E35BB5B502B44B51A2601AF8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 141CF6468CBA4623A54206F1 /* ../flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp */, + E64265D1DE60454D8C9B10E5 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp */, + 442401F7F58F4C628D6D9454 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp */, + 311118F08BDE41AA934F0A98 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp */, + 9C3969D5DE2D42A698AA41FA /* ../flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp */, + 3B0B4CEF8E434AECAE850A7B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp */, + 6E3BF838995A46EFB40EC7EA /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp */, + 88BA8C1B54F74F0EB2D4DE50 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp */, + E360AA2D2962435B84BC755B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp */, + 7BAE41929B2A41D493CF8EB0 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp */, + A819C52AE3194EF19C66546F /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp */, + 06D12608135A421ABD11CFCF /* ../flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp */, + A7359CF4A0E14FD0B841011B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp */, + EBFA9594CDBF401BBB019C6E /* ../flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp */, + 79316AF81F954977B9A05F00 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp */, + 096AE5B7170A499083B47F37 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp */, + A9419CAAE6AA422A8CF7F2CC /* ../flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp */, + 32340A67B70449BC95441DD2 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp */, + 5A8C9CDFCBEB4B088234B62A /* ../flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp */, + CF6E4E4DD2A54E5994B5D1B4 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp */, + 0CF0F31F9C4E4CC6808B6993 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp */, + DE35D94D65B34102BAE9118B /* ../flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp */, + FFE7842C7E3E41A781D7F6EA /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp */, + 37FDB449BEC9455DA77BA365 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp */, + EA88C1213FBC44C9AC0F0D85 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp */, + FE4A5D3A11F742019012DBB8 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp */, + D3A1359601074D2FABEC6847 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp */, + BC878FEE31DC40BC95476642 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp */, + BFC34D447E0D4A2F9A046C15 /* ../flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; - BEBDA9ABCA514F98BE15D620 /* Sources */ = { + FDFBBAD5CF2143D3B9053985 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0FC39F6E56454983A675DF5B /* ../flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp */, - 7517CDCD94374E23917BC37B /* ../flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp */, + 64F5B51A3B0D429D87736507 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp */, + 533DEBCEBAB340C9AE2AF832 /* ../flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0AD18FD494EA49A18F80221C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; - targetProxy = 4B9EE3EE326D49F686D378BB /* PBXContainerItemProxy */; - }; - 0E5E13683B554B5BAC65359F /* PBXTargetDependency */ = { + 0CD04C2A57A44294AA8BFC70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; - targetProxy = 8AE508797C744F38AF6FA298 /* PBXContainerItemProxy */; + target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; + targetProxy = 190C0D73471847929EAA795C /* PBXContainerItemProxy */; }; - 12756672AF4844F9BA5660B1 /* PBXTargetDependency */ = { + 12B831C3441149E0BD917D37 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 1B74D6A37BDB4639B0007476 /* PBXContainerItemProxy */; + target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; + targetProxy = 2AA941F0DDA448A7B9C43045 /* PBXContainerItemProxy */; }; - 197194BAA67E4FE089AF019B /* PBXTargetDependency */ = { + 2942AFE74DFB4A5BB3B12EC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; - targetProxy = C05901D652FB4ACFA22B3FB0 /* PBXContainerItemProxy */; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = 7339E0F03D62493584D3E956 /* PBXContainerItemProxy */; }; - 19B0558889334DD895F41F30 /* PBXTargetDependency */ = { + 2DD7FD65158C4921B0D039DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; - targetProxy = A52B02934F42410AB0B5EDD8 /* PBXContainerItemProxy */; + target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; + targetProxy = 5EB7C93ABFC4439CB180BF9B /* PBXContainerItemProxy */; }; - 1F975FDF63704A95AEBDBD67 /* PBXTargetDependency */ = { + 3CD5F9BE213D4D4EB99CC422 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; - targetProxy = 0AC66B8B970D4518AFAB7453 /* PBXContainerItemProxy */; + targetProxy = 163D9DCB971647079973FDF8 /* PBXContainerItemProxy */; }; - 3A94025B7DAF4AE1A477C72A /* PBXTargetDependency */ = { + 3E1B375EE8FB484F825EF430 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; - targetProxy = 770D2E04E3A44B46BD0E568F /* PBXContainerItemProxy */; + target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; + targetProxy = 81E2C134508143639909CAE8 /* PBXContainerItemProxy */; }; - 3C01BD19987A4BA9ACB7F57A /* PBXTargetDependency */ = { + 5609FDD11E344D749FB8EEF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; - targetProxy = 5A08C522F9A944E3A234B6EC /* PBXContainerItemProxy */; + targetProxy = ED25A11DE2F94BDCB631F65D /* PBXContainerItemProxy */; }; - 439F67D6582A458986D895E2 /* PBXTargetDependency */ = { + 6369B5108FAA4DB094528726 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; - targetProxy = 8D1F6589B288422BBEBA52BC /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 3B09343718DD40CD8A4DF243 /* PBXContainerItemProxy */; }; - 470A14E667844C63AD818965 /* PBXTargetDependency */ = { + 659CE884B0444F7CB92122F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; - targetProxy = 916DC5B74782433F8016D1B9 /* PBXContainerItemProxy */; + target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; + targetProxy = 09CCA260106345478F900298 /* PBXContainerItemProxy */; }; - 494E623CA2C54165A6311644 /* PBXTargetDependency */ = { + 7628097209E743869DCBB10B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; - targetProxy = 3B170369AB324A1AB03B340A /* PBXContainerItemProxy */; + target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; + targetProxy = 6BFEC6F3D018474FAA500DC6 /* PBXContainerItemProxy */; }; - 572A96A5AF034AF68A8219AB /* PBXTargetDependency */ = { + 7E58014A1B7A4B0EAC7C4EC3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 470865334B5B576275C5112C /* glslang-default-resource-limits */; - targetProxy = D156087753AD4C629C0489CC /* PBXContainerItemProxy */; + target = 7D9BA18AFAC54B79E83F387A /* glslang */; + targetProxy = F91B376EE2364E179A97206A /* PBXContainerItemProxy */; }; - 6B1FBF8AF90240599D11B636 /* PBXTargetDependency */ = { + 8E7AA7EBC295402188C12A1D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; - targetProxy = A212B21D7A1A4E18ABAE8C86 /* PBXContainerItemProxy */; + target = 470865334B5B576275C5112C /* glslang-default-resource-limits */; + targetProxy = 395B452C19D64C718D56C30C /* PBXContainerItemProxy */; }; - 715F7FE160FA41D99CA18D15 /* PBXTargetDependency */ = { + 972E3B5BCFEC47D18EFC48E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; - targetProxy = 72E4E5C339534E378396BF37 /* PBXContainerItemProxy */; + target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; + targetProxy = 4E8DFE94236147B1A2D1610C /* PBXContainerItemProxy */; }; - 976DCCBDC1524ADD8733E5B9 /* PBXTargetDependency */ = { + B2432852E1DD4262882329F9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; - targetProxy = 944D1440257B47E39BEC15C8 /* PBXContainerItemProxy */; + target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; + targetProxy = D52BC92A1D984E0BB6EB78DB /* PBXContainerItemProxy */; }; - AAAD73FDEF654200963E8AF8 /* PBXTargetDependency */ = { + B2C8122C359C42ABBFB04F19 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 88B439CC67367559065A97C9 /* SPIRV */; - targetProxy = F399820A060748658C587582 /* PBXContainerItemProxy */; + targetProxy = 8A4FAF8F640F45418899E438 /* PBXContainerItemProxy */; }; - BC4947F0A7B943609D918B24 /* PBXTargetDependency */ = { + B9FAED887576491AB2F6DCE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; - targetProxy = BF54934C8CD1405B96375A06 /* PBXContainerItemProxy */; + target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; + targetProxy = 178C4663B84043DAA98E7A1A /* PBXContainerItemProxy */; }; - EF674A0E9F4944358A4D4F42 /* PBXTargetDependency */ = { + CEAECA6C2D6E4C22BB62BFD0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7D9BA18AFAC54B79E83F387A /* glslang */; - targetProxy = F2215B995A6B4F46BA2D5FBD /* PBXContainerItemProxy */; + target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; + targetProxy = 20E2E4BB89CD477CAECA9630 /* PBXContainerItemProxy */; }; - F5EE3B13BCAD4ACCB617C380 /* PBXTargetDependency */ = { + CF1CC6B6156B47448AFE6CB7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = 45F9F446AB684C2488A06EA9 /* PBXContainerItemProxy */; + target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; + targetProxy = A21C376ABA1D48169E44B6A4 /* PBXContainerItemProxy */; }; - F810CEFA517A494589537099 /* PBXTargetDependency */ = { + E13B92BEEBEF4CBD9B52775D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; - targetProxy = 275C9FE37ACD49DF86C76326 /* PBXContainerItemProxy */; + target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; + targetProxy = E75E2CE87CD84F65B74D8556 /* PBXContainerItemProxy */; + }; + F2A68D77228448F0B7065EC9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; + targetProxy = 1FAF9A4723C04C768E277CD6 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 0729D576CF0B45A686315CF6 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Release; - }; - 07FE50A337FD4073867F477F /* Debug */ = { + 043DE22690B9466F9D5DAE33 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1453,27 +1430,26 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = MachineIndependent; + PRODUCT_NAME = OSDependent; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - 0A18310E0170497BB6AFA9FC /* RelWithDebInfo */ = { + 060AAE5F6447424FA0F9EDA8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1484,24 +1460,25 @@ fi EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = GenericCodeGen; + PRODUCT_NAME = MachineIndependent; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Debug; }; - 16F7C525D9F84016B014E53C /* Release */ = { + 0892D4C6B345438798BCF54D /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1519,9 +1496,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = RelWithDebInfo; }; - 1DF6DD030C584E2C808D2012 /* RelWithDebInfo */ = { + 0C17C9033EF34DDA9F52701F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -1530,12 +1507,31 @@ fi IPHONEOS_DEPLOYMENT_TARGET = 12.0; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; BUILD_DIR = ../lib; }; - name = RelWithDebInfo; + name = Debug; + }; + 0ED266297A31441FA9891630 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; }; - 21504A3B691D43D789A1630A /* Release */ = { + 0FA8FB066CAA482AB9AD19E7 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1546,44 +1542,53 @@ fi EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = OGLCompiler; + PRODUCT_NAME = GenericCodeGen; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - 222D94615BE34EDF9566670D /* RelWithDebInfo */ = { + 1159FF7F2C3E41D0A357F121 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = glslang; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = MinSizeRel; }; - 22CD925DF59E4EA78F349841 /* Release */ = { + 13F4AA0A66A64127A08D5A4A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1597,14 +1602,13 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/SPIRV/..,../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = SPIRV; + PRODUCT_NAME = GenericCodeGen; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; @@ -1612,7 +1616,7 @@ fi }; name = Release; }; - 22E997213B8A4838B44A16E1 /* RelWithDebInfo */ = { + 20CF67E3B2184E119C045169 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1626,14 +1630,14 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = glslang; + PRODUCT_NAME = "glslang-default-resource-limits"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; @@ -1641,27 +1645,65 @@ fi }; name = RelWithDebInfo; }; - 25549E266B804873B73E013A /* MinSizeRel */ = { + 28D16353AC2F4C63AE252BE5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/SPIRV/..,../cmake/include,"$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_LIBTOOLFLAGS = (""); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = SPIRV; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + 2ACE3463174A4D14855DF1C5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = glslang; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Debug; }; - 2CE36ACADD044445ADF2B40F /* MinSizeRel */ = { + 2E9E24DC424843EAADD0DC52 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1674,14 +1716,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = MinSizeRel; }; - 2FBDC031F5D940B68BC144E8 /* Release */ = { + 33E779E1B60B45E5B67A3E4D /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1692,25 +1734,25 @@ fi EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = glslang; + PRODUCT_NAME = "glslang-default-resource-limits"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - 317D2CF04A364FA6B6DBE1CC /* MinSizeRel */ = { + 3E85B4505A2442249AEE5DE1 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1739,7 +1781,7 @@ fi }; name = MinSizeRel; }; - 35E8454265F340A48B29D1C2 /* RelWithDebInfo */ = { + 539E22F52B8F4D839FC9DC0E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1750,14 +1792,14 @@ fi EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; PRODUCT_NAME = "glslang-default-resource-limits"; @@ -1766,9 +1808,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Debug; }; - 51B98EA422B54AC6924AB3A3 /* Debug */ = { + 543760DF2B884AACBF9D12E8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1777,46 +1819,69 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = OGLCompiler; + PRODUCT_NAME = "glslang-default-resource-limits"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - 590AE829DFC247448E94C3A8 /* RelWithDebInfo */ = { + 57E07722820A4B85BC9E9BC5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; INSTALL_PATH = ""; - OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = GenericCodeGen; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Debug; }; - 67EAAA473BFB4FDD8CDDCE9D /* RelWithDebInfo */ = { + 598428D2850E464EB01AD5E9 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = MinSizeRel; + }; + 5F086BACDC89434885FBC819 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1827,24 +1892,25 @@ fi EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/SPIRV/..,../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = OGLCompiler; + PRODUCT_NAME = SPIRV; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Debug; }; - 69F871802FFE40169C55450A /* Release */ = { + 66C8BF1443FC4229B1694602 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1864,7 +1930,27 @@ fi }; name = Release; }; - 705BC323D57247D8AAFB430E /* Release */ = { + 6E5285EC0B584E3CB6EB7764 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + 7058083BA13646989854BDE3 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1875,14 +1961,14 @@ fi EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; PRODUCT_NAME = MachineIndependent; @@ -1891,9 +1977,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - 75542BF78D6E40B2859C7015 /* MinSizeRel */ = { + 7291FCC526A546C79B7A4B48 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1913,35 +1999,27 @@ fi }; name = MinSizeRel; }; - 7C189EEEF58C4195B74AB119 /* Release */ = { + 7BC5BD1A02D14D67B912A5A4 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = GenericCodeGen; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = RelWithDebInfo; }; - 7DD9A881DA154EA88D550F7D /* Debug */ = { + 7C794FFA85C743C39B6E5D68 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1950,27 +2028,26 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = glslang; + PRODUCT_NAME = OGLCompiler; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - 7EFAC408588A4CD8889ED7CD /* MinSizeRel */ = { + 83643DE2F27E4ED1BC887D7D /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1979,84 +2056,67 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; + GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/SPIRV/..,../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = GenericCodeGen; + PRODUCT_NAME = SPIRV; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = RelWithDebInfo; }; - 80310039CC5E493CBE542BAA /* MinSizeRel */ = { + 85692FB677644145B6CBAE4E /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "glslang-default-resource-limits"; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = MinSizeRel; }; - 80D117A1C8D94826858DE3FD /* Debug */ = { + 8A6F7C34FC8A494DBDB4350D /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "glslang-default-resource-limits"; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - 82DE162907C144E6A331BF52 /* RelWithDebInfo */ = { + A11762A321E54EF2A8700443 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2065,26 +2125,27 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; + GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = OSDependent; + PRODUCT_NAME = MachineIndependent; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Release; }; - 85B76E19940D4445A3FECD7E /* Debug */ = { + A1BB61FF72344F798BFFE5B8 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2095,24 +2156,24 @@ fi EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = OSDependent; + PRODUCT_NAME = OGLCompiler; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - 8B83C245EDBA4FF2BC2C1C51 /* Release */ = { + A292B6D9724B4FFAA7B33A8B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2121,15 +2182,15 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; PRODUCT_NAME = OSDependent; @@ -2138,37 +2199,29 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = Debug; }; - 93B8B687C45C423194A58F0A /* Debug */ = { + A8797F85ECBF40CA994EC2B9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = GenericCodeGen; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - 951B47172FBA4E8FADBC8EEA /* MinSizeRel */ = { + AE4B22726BC248D9B2CFB0FF /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2177,54 +2230,26 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; + GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = glslang; + PRODUCT_NAME = OSDependent; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; - }; - A581108C23E34AA688C97A90 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = Release; - }; - A8A892ACF8384A05A2EABCE0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - BUILD_DIR = ../lib; - }; - name = Debug; + name = RelWithDebInfo; }; - AC5BEE5C12DF40ACA275E00B /* Debug */ = { + B06CE71BAE6544B5B3EBB3A5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2237,14 +2262,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - B050451DB6F444FFBAD19BE7 /* RelWithDebInfo */ = { + B66D0758A7E6428AB387521D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2253,47 +2278,56 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; + GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/SPIRV/..,../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = SPIRV; + PRODUCT_NAME = glslang; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Release; }; - BE426E4CE31344BF99B0F69F /* Debug */ = { + B70E114E66C0409CB299263C /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = MachineIndependent; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - C090053B50864C9EAFF8F77F /* MinSizeRel */ = { + BAD0AE5966B64F8ABF77B3EA /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -2305,9 +2339,9 @@ fi SWIFT_COMPILATION_MODE = wholemodule; BUILD_DIR = ../lib; }; - name = MinSizeRel; + name = Release; }; - C7958764A9524E53A1526E5B /* Release */ = { + BE42D22BD6B7407E87065190 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2318,45 +2352,24 @@ fi EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "glslang-default-resource-limits"; + PRODUCT_NAME = OGLCompiler; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; - }; - CA56E950B4F84AE08501B171 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("'-Wl,-undefined,error'","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; + name = MinSizeRel; }; - D5FB5E2BAB1E4B71B0BA3DB7 /* MinSizeRel */ = { + C1C2F1F5BD1246BC8331C222 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2365,27 +2378,26 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = MachineIndependent; + PRODUCT_NAME = OGLCompiler; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Debug; }; - E3546C36926243D5B46EE744 /* Debug */ = { + D3114AE03AB64C79ADE49F8D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2405,7 +2417,7 @@ fi }; name = Debug; }; - E53F6EF1D329454BB10C7858 /* MinSizeRel */ = { + E7F207D25F384F5DA9559A76 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2414,26 +2426,26 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; + GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = OGLCompiler; + PRODUCT_NAME = GenericCodeGen; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = RelWithDebInfo; }; - F21F20AC67624FDFBB9B76B7 /* RelWithDebInfo */ = { + EFF89568EBF44C90A907EC93 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2447,14 +2459,14 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = MachineIndependent; + PRODUCT_NAME = glslang; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; @@ -2462,7 +2474,7 @@ fi }; name = RelWithDebInfo; }; - F583C663AB1149138DCEB12D /* MinSizeRel */ = { + F71C3613AA9E417A9CF24DBD /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -2490,160 +2502,145 @@ fi }; name = MinSizeRel; }; - FC753301BED94FB6A7371A02 /* Debug */ = { + FC8783DE65DF41F69B554DCD /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/SPIRV/..,../cmake/include,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = SPIRV; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; }; - name = Debug; + name = RelWithDebInfo; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0FD47650286E44F681C03273 /* Build configuration list for PBXNativeTarget "glslang-default-resource-limits" */ = { + 01B98B44D5E7450CB1D64D61 /* Build configuration list for PBXNativeTarget "SPIRV" */ = { isa = XCConfigurationList; buildConfigurations = ( - 80D117A1C8D94826858DE3FD /* Debug */, - C7958764A9524E53A1526E5B /* Release */, - 80310039CC5E493CBE542BAA /* MinSizeRel */, - 35E8454265F340A48B29D1C2 /* RelWithDebInfo */, + 5F086BACDC89434885FBC819 /* Debug */, + 28D16353AC2F4C63AE252BE5 /* Release */, + 3E85B4505A2442249AEE5DE1 /* MinSizeRel */, + 83643DE2F27E4ED1BC887D7D /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 6BD6D5F2D32244ECB3D4FF65 /* Build configuration list for PBXNativeTarget "MachineIndependent" */ = { + 08FB5C0364294A17A1A73F37 /* Build configuration list for PBXProject "glslang" */ = { isa = XCConfigurationList; buildConfigurations = ( - 07FE50A337FD4073867F477F /* Debug */, - 705BC323D57247D8AAFB430E /* Release */, - D5FB5E2BAB1E4B71B0BA3DB7 /* MinSizeRel */, - F21F20AC67624FDFBB9B76B7 /* RelWithDebInfo */, + 0C17C9033EF34DDA9F52701F /* Debug */, + BAD0AE5966B64F8ABF77B3EA /* Release */, + 598428D2850E464EB01AD5E9 /* MinSizeRel */, + FC8783DE65DF41F69B554DCD /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 6FC7BC1EA80048CC8BED616A /* Build configuration list for PBXNativeTarget "OGLCompiler" */ = { + 1680F68E99194939AE7A0922 /* Build configuration list for PBXNativeTarget "OGLCompiler" */ = { isa = XCConfigurationList; buildConfigurations = ( - 51B98EA422B54AC6924AB3A3 /* Debug */, - 21504A3B691D43D789A1630A /* Release */, - E53F6EF1D329454BB10C7858 /* MinSizeRel */, - 67EAAA473BFB4FDD8CDDCE9D /* RelWithDebInfo */, + C1C2F1F5BD1246BC8331C222 /* Debug */, + 7C794FFA85C743C39B6E5D68 /* Release */, + BE42D22BD6B7407E87065190 /* MinSizeRel */, + A1BB61FF72344F798BFFE5B8 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 73767AF53FD5494DA456CDD3 /* Build configuration list for PBXNativeTarget "GenericCodeGen" */ = { + 23697AED57E841489872684C /* Build configuration list for PBXNativeTarget "glslang-default-resource-limits" */ = { isa = XCConfigurationList; buildConfigurations = ( - 93B8B687C45C423194A58F0A /* Debug */, - 7C189EEEF58C4195B74AB119 /* Release */, - 7EFAC408588A4CD8889ED7CD /* MinSizeRel */, - 0A18310E0170497BB6AFA9FC /* RelWithDebInfo */, + 539E22F52B8F4D839FC9DC0E /* Debug */, + 543760DF2B884AACBF9D12E8 /* Release */, + 33E779E1B60B45E5B67A3E4D /* MinSizeRel */, + 20CF67E3B2184E119C045169 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 75DA17C8C86F4464B64CF527 /* Build configuration list for PBXAggregateTarget "install" */ = { + 5757C74AD8204695A6C6A33D /* Build configuration list for PBXNativeTarget "GenericCodeGen" */ = { isa = XCConfigurationList; buildConfigurations = ( - AC5BEE5C12DF40ACA275E00B /* Debug */, - 69F871802FFE40169C55450A /* Release */, - 75542BF78D6E40B2859C7015 /* MinSizeRel */, - 222D94615BE34EDF9566670D /* RelWithDebInfo */, + 57E07722820A4B85BC9E9BC5 /* Debug */, + 13F4AA0A66A64127A08D5A4A /* Release */, + 0FA8FB066CAA482AB9AD19E7 /* MinSizeRel */, + E7F207D25F384F5DA9559A76 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 7E565578C4B24357B5A2A376 /* Build configuration list for PBXProject "glslang" */ = { + 9D82CA5EE78D46858A1B2962 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { isa = XCConfigurationList; buildConfigurations = ( - A8A892ACF8384A05A2EABCE0 /* Debug */, - A581108C23E34AA688C97A90 /* Release */, - C090053B50864C9EAFF8F77F /* MinSizeRel */, - 1DF6DD030C584E2C808D2012 /* RelWithDebInfo */, + D3114AE03AB64C79ADE49F8D /* Debug */, + A8797F85ECBF40CA994EC2B9 /* Release */, + 85692FB677644145B6CBAE4E /* MinSizeRel */, + 0892D4C6B345438798BCF54D /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 83CFC7482BBA4018994EFB55 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + A4C03631E2824729A3773BED /* Build configuration list for PBXNativeTarget "MachineIndependent" */ = { isa = XCConfigurationList; buildConfigurations = ( - E3546C36926243D5B46EE744 /* Debug */, - 16F7C525D9F84016B014E53C /* Release */, - 2CE36ACADD044445ADF2B40F /* MinSizeRel */, - 590AE829DFC247448E94C3A8 /* RelWithDebInfo */, + 060AAE5F6447424FA0F9EDA8 /* Debug */, + A11762A321E54EF2A8700443 /* Release */, + 7058083BA13646989854BDE3 /* MinSizeRel */, + B70E114E66C0409CB299263C /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - A0FD49894FC740A89AC1E848 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + AEDBF80B2AE241AC81307B21 /* Build configuration list for PBXNativeTarget "OSDependent" */ = { isa = XCConfigurationList; buildConfigurations = ( - BE426E4CE31344BF99B0F69F /* Debug */, - 0729D576CF0B45A686315CF6 /* Release */, - 25549E266B804873B73E013A /* MinSizeRel */, - CA56E950B4F84AE08501B171 /* RelWithDebInfo */, + A292B6D9724B4FFAA7B33A8B /* Debug */, + 043DE22690B9466F9D5DAE33 /* Release */, + F71C3613AA9E417A9CF24DBD /* MinSizeRel */, + AE4B22726BC248D9B2CFB0FF /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - A6E752D53CDF4184BD093177 /* Build configuration list for PBXNativeTarget "glslang" */ = { + B2508848FAD443E38D271E96 /* Build configuration list for PBXNativeTarget "glslang" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7DD9A881DA154EA88D550F7D /* Debug */, - 2FBDC031F5D940B68BC144E8 /* Release */, - 951B47172FBA4E8FADBC8EEA /* MinSizeRel */, - 22E997213B8A4838B44A16E1 /* RelWithDebInfo */, + 2ACE3463174A4D14855DF1C5 /* Debug */, + B66D0758A7E6428AB387521D /* Release */, + 1159FF7F2C3E41D0A357F121 /* MinSizeRel */, + EFF89568EBF44C90A907EC93 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - C084BF34740943C9BBD0D14B /* Build configuration list for PBXNativeTarget "OSDependent" */ = { + C7934B5E6B6F49308D0D3C63 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { isa = XCConfigurationList; buildConfigurations = ( - 85B76E19940D4445A3FECD7E /* Debug */, - 8B83C245EDBA4FF2BC2C1C51 /* Release */, - F583C663AB1149138DCEB12D /* MinSizeRel */, - 82DE162907C144E6A331BF52 /* RelWithDebInfo */, + 0ED266297A31441FA9891630 /* Debug */, + B06CE71BAE6544B5B3EBB3A5 /* Release */, + 2E9E24DC424843EAADD0DC52 /* MinSizeRel */, + 8A6F7C34FC8A494DBDB4350D /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - EBA90CCB72034F83A6CF53AA /* Build configuration list for PBXNativeTarget "SPIRV" */ = { + D23385C9470B42B5B934CBAE /* Build configuration list for PBXAggregateTarget "install" */ = { isa = XCConfigurationList; buildConfigurations = ( - FC753301BED94FB6A7371A02 /* Debug */, - 22CD925DF59E4EA78F349841 /* Release */, - 317D2CF04A364FA6B6DBE1CC /* MinSizeRel */, - B050451DB6F444FFBAD19BE7 /* RelWithDebInfo */, + 6E5285EC0B584E3CB6EB7764 /* Debug */, + 66C8BF1443FC4229B1694602 /* Release */, + 7291FCC526A546C79B7A4B48 /* MinSizeRel */, + 7BC5BD1A02D14D67B912A5A4 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = 3993DA3D4F9B45C89203DB0E /* Project object */; + rootObject = 057D0821D8D043A6AA7D6B7C /* Project object */; } diff --git a/Cores/Flycast/cmake/core/deps/glslang/glslang/MinSizeRel-iphoneos/libGenericCodeGen.a b/Cores/Flycast/cmake/core/deps/glslang/glslang/MinSizeRel-iphoneos/libGenericCodeGen.a deleted file mode 100644 index bf1f07dd7d..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/glslang/glslang/MinSizeRel-iphoneos/libGenericCodeGen.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/glslang/glslang/MinSizeRel-iphoneos/libMachineIndependent.a b/Cores/Flycast/cmake/core/deps/glslang/glslang/MinSizeRel-iphoneos/libMachineIndependent.a deleted file mode 100644 index 3e49fb594e..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/glslang/glslang/MinSizeRel-iphoneos/libMachineIndependent.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/glslang/glslang/MinSizeRel-iphoneos/libglslang-default-resource-limits.a b/Cores/Flycast/cmake/core/deps/glslang/glslang/MinSizeRel-iphoneos/libglslang-default-resource-limits.a deleted file mode 100644 index aad794e53e..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/glslang/glslang/MinSizeRel-iphoneos/libglslang-default-resource-limits.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/glslang/glslang/OSDependent/Unix/MinSizeRel-iphoneos/libOSDependent.a b/Cores/Flycast/cmake/core/deps/glslang/glslang/OSDependent/Unix/MinSizeRel-iphoneos/libOSDependent.a deleted file mode 100644 index 497995f5d2..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/glslang/glslang/OSDependent/Unix/MinSizeRel-iphoneos/libOSDependent.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/glslang/glslang/OSDependent/Unix/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/glslang/glslang/OSDependent/Unix/cmake_install.cmake deleted file mode 100644 index 9be31d113a..0000000000 --- a/Cores/Flycast/cmake/core/deps/glslang/glslang/OSDependent/Unix/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/glslang/OSDependent/Unix - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/glslang/glslang/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/glslang/glslang/cmake_install.cmake deleted file mode 100644 index e2efb4e070..0000000000 --- a/Cores/Flycast/cmake/core/deps/glslang/glslang/cmake_install.cmake +++ /dev/null @@ -1,64 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/glslang/glslang - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/glslang/glslang/OSDependent/Unix/cmake_install.cmake") -endif() - diff --git a/Cores/Flycast/cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make deleted file mode 100644 index 5c75644f74..0000000000 --- a/Cores/Flycast/cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,22 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12/zconf.h.cmakein)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.pc.cmakein)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/tests/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFile.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFileCXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/GNUInstallDirs.cmake)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/core/deps/libchdr/MinSizeRel-iphoneos/libchdr-static.a b/Cores/Flycast/cmake/core/deps/libchdr/MinSizeRel-iphoneos/libchdr-static.a deleted file mode 100644 index 1a4e48622e..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/libchdr/MinSizeRel-iphoneos/libchdr-static.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/libchdr/chdr.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/libchdr/chdr.xcodeproj/project.pbxproj index 2563c0b11c..2235648f04 100644 --- a/Cores/Flycast/cmake/core/deps/libchdr/chdr.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/core/deps/libchdr/chdr.xcodeproj/project.pbxproj @@ -7,21 +7,43 @@ objects = { /* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { + 1148ED2E9013F6047A670D47 /* install */ = { isa = PBXAggregateTarget; - buildConfigurationList = CDD50E35269949AE99860A7E /* Build configuration list for PBXAggregateTarget "install" */; + buildConfigurationList = FAA2589586DB45139FC0BF90 /* Build configuration list for PBXAggregateTarget "install" */; buildPhases = ( 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, ); dependencies = ( - 20D3924825AF4B3F9498B4E1 /* PBXTargetDependency */, + 3EAC795ACDB1426AACDA2A02 /* PBXTargetDependency */, ); name = install; productName = install; }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { + 146B629DE4BB64BB67E54FA0 /* clean-all */ = { isa = PBXAggregateTarget; - buildConfigurationList = AFDFB483942340AF9D1FC3E9 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildConfigurationList = 69AC620F4F8D4AE8B3AB04ED /* Build configuration list for PBXAggregateTarget "clean-all" */; + buildPhases = ( + 2DD8E812910CAF8DD875F21E /* Generate deps/zstd-1.5.6/build/cmake/CMakeFiles/clean-all */, + ); + dependencies = ( + ); + name = "clean-all"; + productName = "clean-all"; + }; + 26CB2AEE0BA90F0F93EA7584 /* uninstall */ = { + isa = PBXAggregateTarget; + buildConfigurationList = F936405C9136444197384A43 /* Build configuration list for PBXAggregateTarget "uninstall" */; + buildPhases = ( + A4814B61EE8A4F62AAE4DE15 /* Generate deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/uninstall */, + ); + dependencies = ( + ); + name = uninstall; + productName = uninstall; + }; + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 6620AC8E625C4F9DBC40CABE /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; buildPhases = ( B789501230619857098778BA /* Generate CMakeFiles/ZERO_CHECK */, ); @@ -30,16 +52,16 @@ name = ZERO_CHECK; productName = ZERO_CHECK; }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { isa = PBXAggregateTarget; - buildConfigurationList = 817441A66032404DB3446B8C /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildConfigurationList = 98837ACAEEB74916B48411AC /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; buildPhases = ( 3C1E34F2859CF2345E534DC9 /* Generate CMakeFiles/ALL_BUILD */, ); dependencies = ( - 6F36FB737B1A44558AAE6891 /* PBXTargetDependency */, - 1D6D03DE68B34B83A5D69D8E /* PBXTargetDependency */, - A373657DF0A24959852E16D9 /* PBXTargetDependency */, + 7E613B82C9024E10857FABE1 /* PBXTargetDependency */, + D89D9A228986432F865441F6 /* PBXTargetDependency */, + 5AF7F095E26E4AC3AF38BB6D /* PBXTargetDependency */, ); name = ALL_BUILD; productName = ALL_BUILD; @@ -47,263 +69,505 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0218B40956444DEBA606A177 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXBuildFile; fileRef = F891EB8E866144599788C3E0 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c */; }; - 05344137EB76461DAD314D70 /* ../flycast/core/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXBuildFile; fileRef = 609B3BEA31DB483989E9A340 /* ../flycast/core/deps/libchdr/src/libchdr_flac.c */; }; - 093B880697304F8E9A77508D /* ../flycast/core/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXBuildFile; fileRef = 2EEA189163674317BADC5642 /* ../flycast/core/deps/libchdr/src/libchdr_bitstream.c */; }; - 0CED1693931F4705B8AEAA92 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXBuildFile; fileRef = 19810497D58449ADB5DD0AD7 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c */; }; - 0EEFA340EB384ED3B0058FCA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXBuildFile; fileRef = F2E892DAA0AF41A9AFE4D87D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c */; }; - 196318ADFAD24B70BD995B53 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXBuildFile; fileRef = BD65106F84034F40BD6E469B /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzFind.h */; }; - 1F78144B64B54E64AEC08889 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXBuildFile; fileRef = E5282AF1CBDD4D0DBF3F102D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h */; }; - 2B800608E6BC49BC8F123E70 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXBuildFile; fileRef = 4075E6B987D74DF58410749F /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzFind.c */; }; - 2E253265C1324673BA000E8C /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXBuildFile; fileRef = 432EC60BBDA44FDAB603AB08 /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h */; }; - 329528A8864249C291549C16 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXBuildFile; fileRef = C67C0CEFBE454273AA780E6B /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h */; }; - 3475388C8C134C5FBCF60066 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXBuildFile; fileRef = 48224270771A46E8BF5BC7DA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h */; }; - 37009C48609B4CB5B8147796 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXBuildFile; fileRef = 7EF6E72C69504245B0F5D7D1 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c */; }; - 38E4E87D2BEB49EBAC50CDF6 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXBuildFile; fileRef = D6221AAA6C58462C9A3F4233 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c */; }; - 392C6368B7E24F5C845775B1 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXBuildFile; fileRef = F70ADADD1B634EA5A9EC2050 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Sort.c */; }; - 3D23ED6296EF4293B1E15F9B /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXBuildFile; fileRef = BF4E03A4FFC44F53AE190421 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */; }; - 3D3E925FF5DE467881BFD8B0 /* ../flycast/core/deps/libchdr/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 929ABB27E2C645F7A36A88EA /* ../flycast/core/deps/libchdr/CMakeLists.txt */; }; - 4168E5A83CD24F1199586202 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXBuildFile; fileRef = 1D190199F1C14C21B7932C24 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h */; }; - 44BA466CB82B4C4BA0546365 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXBuildFile; fileRef = 32064DA9F95448AD81F25E15 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */; }; - 4B3504AE36724E1EA97A91DF /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXBuildFile; fileRef = FEDED6B4EF0E4E2988BFC177 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c */; }; - 53083BFE02CC41AD9F4805A5 /* ../cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 62F8CED986E045C08C75DE10 /* ../cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */; }; - 6239F4BB04984CAC944F91EF /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXBuildFile; fileRef = 0E3774B1F88047B787CC3894 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h */; }; - 66CAFDFC2FE24AF69EFA2A90 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXBuildFile; fileRef = 03BEBF78061E431499B0CC7E /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c */; }; - 697D1EEC41C848319523584D /* ../flycast/core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 33FEBA58D3F44519B97B81A8 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */; }; - 69D22E6C10294CE2BCB11C56 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXBuildFile; fileRef = 12EF4A1AAEA54134A6289A51 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Alloc.c */; }; - 6D3A44F4B02D43DE9F78C141 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXBuildFile; fileRef = A3322788004F4552821A2937 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Bra.h */; }; - 76DCCECE591F4E359D21D283 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXBuildFile; fileRef = 578C118C32954823A2D6A31A /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */; }; - 7EF3F1BC45924D4EA8E270A7 /* ../flycast/core/deps/libchdr/tests/benchmark.c */ = {isa = PBXBuildFile; fileRef = F329A82611134532884DF188 /* ../flycast/core/deps/libchdr/tests/benchmark.c */; }; - 7F08F1D8299C46CAA69B7036 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXBuildFile; fileRef = 517A09B1B0BC44E7830AC5BD /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */; }; - 81975C8ED259469791BDDE65 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXBuildFile; fileRef = 704270203BC140E7A410494D /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */; }; - 81A53EECC7CD4ECE8ABB33A7 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXBuildFile; fileRef = F382BD26E0A54CE2B28B921A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c */; }; - 83607A9CDB564B30846881CB /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXBuildFile; fileRef = E1CEA5CA9EEE447A8EE732FE /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h */; }; - 8556449A492A419393BC6E25 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXBuildFile; fileRef = E8F3B3F065574E47A39930B9 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c */; }; - 85CE5C4C07FE4BB584EFCD21 /* ../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 45A6D362689F45B4A31AC136 /* ../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */; }; - 86C32B3DFA8040D192F33CF5 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXBuildFile; fileRef = D36EE85E9DA247039BCC11D4 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzHash.h */; }; - 87A728FE85CF4B79A76D612C /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 2E8C113D71A44D4FBAA0535D /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */; }; - 8A974A4DE3B94499828C967E /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXBuildFile; fileRef = 649799E2EBBC4A9296E5D9A7 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Compiler.h */; }; - 98223303BCDD40B0BC7A0C5F /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXBuildFile; fileRef = D1ABF81E9B6C4DD2AC7CC445 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */; }; - 9E229C21D0D04C1F9E54F59D /* ../flycast/core/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXBuildFile; fileRef = D418B18FD3BC4303AC66624F /* ../flycast/core/deps/libchdr/src/libchdr_huffman.c */; }; - A343DE19054443BF8FB4A8DD /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXBuildFile; fileRef = E1CC5D8D334F4801BFF776DE /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */; }; - B3B329B107624863974892BA /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXBuildFile; fileRef = D25F561EC46243FC9A2525AB /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Sort.h */; }; - B63A72317B8F446ABA2C0DBB /* ../flycast/core/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXBuildFile; fileRef = AEEA537049ED480684D5E362 /* ../flycast/core/deps/libchdr/src/libchdr_chd.c */; }; - BC83C0E257D645999352DFF6 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 586F14D1CA0F4611BDA88F9C /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */; }; - C5C67E21B1DA402E9EF86415 /* ../flycast/core/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = C83399E1F249444CA511DCF5 /* ../flycast/core/deps/libchdr/tests/CMakeLists.txt */; }; - C73249668D454227A9822B48 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXBuildFile; fileRef = 6971840E6FC443F0B16929AD /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */; }; - C92AE2BBDF144222BC051CA2 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXBuildFile; fileRef = 06DDAC1FCB064CF0823B37D2 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */; }; - CFBC191B3A5440EE81E5BF30 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXBuildFile; fileRef = DBE021972EB84ABFBE1DEE9A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h */; }; - D2C195757D2D454789964CF1 /* ../flycast/core/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXBuildFile; fileRef = F37893F0769E41E4854C0B3F /* ../flycast/core/deps/libchdr/src/libchdr_cdrom.c */; }; - D69AE096D6044A3EA092A9CA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXBuildFile; fileRef = 231A66CBE51B458A80D6AC47 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c */; }; - DE787A01AC854A2ABACB4FDC /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXBuildFile; fileRef = 6FE8C62B72B740BBA79A16AA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h */; }; - E1F7045B1EF147D8A0523442 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXBuildFile; fileRef = 737A51522726455F8275586F /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Precomp.h */; }; - E4B4505CDB99473BA46FBBDA /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXBuildFile; fileRef = 78FC03BBFFBA4F23B127E30B /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Bra86.c */; }; - E7275E98F470481EA9AC1AE3 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXBuildFile; fileRef = 81AB53E463CF463397024F26 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Alloc.h */; }; - E8410DDCB2D5462BBB0BA862 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXBuildFile; fileRef = 0CFB80D8EDB84DAD9B5ABB90 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Delta.c */; }; - EA5F449D354448208B5EE4F8 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXBuildFile; fileRef = CF23B3FAB13545DEB998C388 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Delta.h */; }; - EAEA8B2377AE4D81A075D0F3 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXBuildFile; fileRef = F0C4CFC29EB7419DB9F86B00 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c */; }; - F00E198FB1B74C6DB4EE890A /* ../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 3E0375C4CF20400AB8EE4A81 /* ../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist */; }; - F2197D8A783743ADA4675167 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXBuildFile; fileRef = B8468E8D0D6A4D9AB5B9A446 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */; }; - F227E45CA662477AB244642E /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXBuildFile; fileRef = CF2E70A2298A46FB85523B8D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h */; }; - F32761A79B0E4C099307CBC9 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXBuildFile; fileRef = A43AD8238A2442AC934E95DC /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h */; }; - F859B373DAC2434BA8C9B6D8 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXBuildFile; fileRef = F34534477E3F4B488B4CC126 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */; }; + 05A8458A921B4D6F9C39844A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */ = {isa = PBXBuildFile; fileRef = DE0DF89C80E5476CAFD0300D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */; }; + 0607989B5F254C23AA1F8706 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = FFB4E36C8EB04B87AD8E410F /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/cpu.h */; }; + 0711068AA6C7409D8A54FA32 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = E3ACBECED68E48B38BC3BE3B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_internal.h */; }; + 078485C71EED4AD799041243 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */ = {isa = PBXBuildFile; fileRef = 5C974DDEAC064B848F2B45B5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */; }; + 07BC1C527026420180C55174 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = C6DDE33273FB4566938DA95A /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/portability_macros.h */; }; + 09CEA0014B8E4E6E8E728943 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = D4889CE44FEE4817BA7AD2AC /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/bits.h */; }; + 0A797D56B644457B802BD526 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = DBF8A300B15A476880BEE56A /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist */; }; + 0D6135399A07432A8F2237EB /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */ = {isa = PBXBuildFile; fileRef = 5F91910BBFD9488E941B5F59 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */; }; + 0E8D1A9201BB4FF590E2E699 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = CB13BDB8204E43DE8B88918B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.h */; }; + 1281A0B6C86A4BAE92C88E9D /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 1B08600AB065489E8F85CD48 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.h */; }; + 15A36C9343B8411D9CA06BE8 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = 08109614B6F34F2482E5C8C5 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/huf.h */; }; + 15F2D06B7BDC499098307D50 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = 57577265C44948AEB790DC29 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.c */; }; + 167E302365E14EA4ABB6BCE7 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 4661C12055874808A4244DFF /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.c */; }; + 1867533235D1494DB64BA984 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */ = {isa = PBXBuildFile; fileRef = FEAE23CAAF15414DA4D5DC27 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */; }; + 1C3F03B9394848F0BCD7C006 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */ = {isa = PBXBuildFile; fileRef = 7339BA748F5F4C0D912455AA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */; }; + 1D1F1DEAA950487D8B4C30B3 /* ../flycast/core/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3FACAB626745499A99319671 /* ../flycast/core/deps/libchdr/tests/CMakeLists.txt */; }; + 1E8CA3FFAF394AD5A8CAEB70 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Delta.c */ = {isa = PBXBuildFile; fileRef = F000785E41994A1EA10E1FAF /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Delta.c */; }; + 1F8C6111287944EB9EDF873B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = EA770A0E0D49412D844F4338 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.h */; }; + 1FB68E55C59041B28A100B36 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 30F2680E3D1C42DC8DC96F98 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/CMakeLists.txt */; }; + 20030845E7BE4AC99748153B /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/CpuArch.h */ = {isa = PBXBuildFile; fileRef = FD43FB90670A460AB8C74B8E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/CpuArch.h */; }; + 20FA0D2EDA354958B6E89107 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Alloc.h */ = {isa = PBXBuildFile; fileRef = 3DD979D6EBEB46459ED01E48 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Alloc.h */; }; + 2119507B180A4192A534D50B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = 4D8F7A9204F043298AA05235 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/zdict.c */; }; + 24FA3718063E487AB687838D /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = A897175E9CB743B4966725AA /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zstd.h */; }; + 28F14F28E95B4D8E95E5E136 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */ = {isa = PBXBuildFile; fileRef = 14A26C37DBFC42929C23BB32 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */; }; + 2C9EB601B2894B8AAE3824EC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */ = {isa = PBXBuildFile; fileRef = 0F744C0A6CB7448D945D5F7B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */; }; + 2EB0BCBEFA2046178366F1B4 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */ = {isa = PBXBuildFile; fileRef = 65F1F91717CA42EC948136EC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */; }; + 3330AD3B79784EFBB8C0F0B4 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = ED13315DD47B42E0A6C20312 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_deps.h */; }; + 33A362E7987443B4923659D0 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = CD8364BD847A458C97709F28 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm_geartab.h */; }; + 33CA67416B3643AE96680EC1 /* ../flycast/core/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXBuildFile; fileRef = 278061E7070B4467A7986E86 /* ../flycast/core/deps/libchdr/src/libchdr_huffman.c */; }; + 354045A20F0C4D0187B6437B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */ = {isa = PBXBuildFile; fileRef = 23574FC265134CBFA62E7DC2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */; }; + 36BC31412C3442A798DE303F /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = AA9F8C1B0B354D858F582F99 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.h */; }; + 36E68CC132414C2C81EBFD50 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */ = {isa = PBXBuildFile; fileRef = C19F23B7FA494AB1A3D9DB85 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */; }; + 3932DFCE5B1646A9958ED3E7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */ = {isa = PBXBuildFile; fileRef = 00BEB5ABC6F74F00B278E8F2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */; }; + 3C129FEFC316490D96780B57 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */ = {isa = PBXBuildFile; fileRef = F2E5A25DC1514AEA9DAC2E7A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */; }; + 3C2F3F95DC6D48BD9326B891 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = 94F7A3AF20F64E03A125D546 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.h */; }; + 3E284D85F2AE4988B94D4CA5 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zdict.h */ = {isa = PBXBuildFile; fileRef = E8A8FECD5C444E81AADD9ACE /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zdict.h */; }; + 405DAF4135274E5BA6631945 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = 138A96A9DE0542029C609288 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.c */; }; + 42B58B202D3A45838D2E227A /* ../flycast/core/deps/libchdr/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 998B54E2ED9D42A382F5C917 /* ../flycast/core/deps/libchdr/CMakeLists.txt */; }; + 45EABF951C9C4F87BEBEBC0A /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = F8947B2C001A429888567582 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.c */; }; + 48A60183C99A44DB9086607E /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = B032559B856D4E43A8127808 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.c */; }; + 4A108BC813494D55BF6A8FC7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */ = {isa = PBXBuildFile; fileRef = D2C180FF67C24532913EED08 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */; }; + 4AB2D2444C4941568D0B5063 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 8B96DC04B62D477ABC723AD2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */; }; + 4E38A030B59E44E1B05E366C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = 9E94F813CCA04D1F8E1D6F50 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/compiler.h */; }; + 4EA799C60EE64E92B9E49741 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = 54BBA7ACFE334121B7E38E02 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress.c */; }; + 540FFAD674C148FB92ED836F /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Delta.h */ = {isa = PBXBuildFile; fileRef = 51A09BB0AA46477B8A9A96CE /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Delta.h */; }; + 5470231AA572498C9006D67A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */ = {isa = PBXBuildFile; fileRef = 32AD7A99E9F047A5BE4D6BC1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */; }; + 5687ED259F504F829C8CDB15 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = 03BCCA664F5E44D3AD829258 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_internal.h */; }; + 58C776DE1B264EF0B8BD080F /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = 35A6E3E981CB459CB1766541 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.h */; }; + 59EE07E1DC7948C88331B410 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = 09F9C706DB544ED7822C7CA6 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.c */; }; + 5DC8FBC9A1C342A885D4A99F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */ = {isa = PBXBuildFile; fileRef = CEE955CF283F42BDB1FB5B60 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */; }; + 62992B1161E54A749D0A5803 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = E130B6F598764C98B9C8809C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.c */; }; + 64B688C6412E4F3594498C4D /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = 2D0E1EA296D54F28BDC09B28 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_common.c */; }; + 6694E895A9B047BF8EE9C7E2 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 2AC6D23AA02E44B4AA708E98 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse.h */; }; + 688617BB31E44C9A99592DD5 /* ../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 006E51ACEB634911BE8F00B1 /* ../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */; }; + 6BC44E38EA8A42289A5BC796 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = B7A08C8B3E744E5D89876FAF /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.c */; }; + 6CCD09AF4CBB46CFBC7E7B46 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */ = {isa = PBXBuildFile; fileRef = 43C77C7D5AB847F7914C284F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */; }; + 6D98A4B4CFFC4C4A9EA2095A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */ = {isa = PBXBuildFile; fileRef = AD1F945D32704F82A33CB23B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */; }; + 6D9A7BFF53C7450CB989A66E /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = A919264195324A259C94EDB2 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.h */; }; + 6EE786D91F9740AB92ADD7CE /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 2059EF60E7634D378C6345E7 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.c */; }; + 7230D5CCA7EE4012AE8DA116 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = 6CDE30A5DBB44B0FA46BB092 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.h */; }; + 73A01156D5CE453DBE504554 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */ = {isa = PBXBuildFile; fileRef = D2BFE8AD5A464AFEB8FAB32C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */; }; + 744F317DE8E54E48AFBDD43B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = C370FB490A094DB88F45C923 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.h */; }; + 74BDC92D60714C34B4C1DD6F /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 04A6558316BA4A3F92923251 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/huf_decompress.c */; }; + 770E4B815CFF490C896E933F /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = F2C63492EFF04150B1BA94DC /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.c */; }; + 7712CB3E59974F8D8EA04F8D /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzmaDec.h */ = {isa = PBXBuildFile; fileRef = 4A90A8E7301147DEAEC89EB7 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzmaDec.h */; }; + 771E452711924EBEBC3F2666 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/BraIA64.c */ = {isa = PBXBuildFile; fileRef = 9FC9678760044EB89BB06A8F /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/BraIA64.c */; }; + 78858970D280423F9A0FC194 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = D3322CDE05AC4DFA9DADC4C6 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.c */; }; + 78A8FED5D04047A98B635A12 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = ACC3EEA0066C46F4B76A84F2 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.h */; }; + 7A5748C9C0E54028B43079E4 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Bra86.c */ = {isa = PBXBuildFile; fileRef = 5426FA22685E43BB90D37BBD /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Bra86.c */; }; + 7A6C793687DE4AE8A7540E02 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */ = {isa = PBXBuildFile; fileRef = B2931A5F5EB542DA91B652DD /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */; }; + 812F34EA7BD7463DA29BE421 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */ = {isa = PBXBuildFile; fileRef = A331CE311B7549FD9AA1489F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */; }; + 816D879E17FF41BC90B5A4BA /* ../flycast/core/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXBuildFile; fileRef = 0812EE6FCFF6484597BF7F49 /* ../flycast/core/deps/libchdr/src/libchdr_chd.c */; }; + 8256D44E695A47129F7B92E4 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = C01CFA34E94E40418306FE97 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.h */; }; + 84BA6D34090F4C119A5BF774 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */ = {isa = PBXBuildFile; fileRef = 744B7D914EEB45A8B6DC7C00 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */; }; + 84EDFF3553814259BB2567F7 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Lzma86.h */ = {isa = PBXBuildFile; fileRef = E11A6D40452343A894C320DC /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Lzma86.h */; }; + 8523107C8BCB4752A2DE3A3D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */ = {isa = PBXBuildFile; fileRef = C0CED4B8EDAA4326AA89A90B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */; }; + 85BD5E84276548DDA08040F6 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */ = {isa = PBXBuildFile; fileRef = C105EDDA74A047FD9EFF8166 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */; }; + 860AF3EF4DEC4A2E9B693D12 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */ = {isa = PBXBuildFile; fileRef = 1ABAAFB24CE24BF5A1FA5A75 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */; }; + 871EEF9C33864EF48CBC3FEA /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = B9C2C58044054E64B9A08284 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist */; }; + 87C01CE472F4423FA5C8DBBE /* ../cmake/core/deps/libchdr/deps/lzma-24.05/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = F557C2B206A64433BE44CFBA /* ../cmake/core/deps/libchdr/deps/lzma-24.05/CMakeFiles/lzma.dir/Info.plist */; }; + 87CB9EE4CD3548B0BB66089E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */ = {isa = PBXBuildFile; fileRef = 20B36F4C22A24A978D2497E2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */; }; + 8918A72B17EC4401B80DFDEA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */ = {isa = PBXBuildFile; fileRef = 2B398014B91A484C977F5D9D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */; }; + 8A4E9C6E337840808549666E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/7zWindows.h */ = {isa = PBXBuildFile; fileRef = 58E1593A7B3C4153B26BFC3C /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/7zWindows.h */; }; + 8CEC97CE180F41929B8DC85E /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = 504CCBCF0A044B29BD950110 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.c */; }; + 907DCD5EC9214D88B3F1030C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */ = {isa = PBXBuildFile; fileRef = ED19C358CA524B7F98F73D13 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */; }; + 92B9D60644424E7494AB48CE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */ = {isa = PBXBuildFile; fileRef = 79472885E845426194CD13E4 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */; }; + 95CC67ECCB684BA8871409EA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */ = {isa = PBXBuildFile; fileRef = 67AF43A906214964AC0F1F5B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */; }; + 9610E762CB2345EE974AC481 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */ = {isa = PBXBuildFile; fileRef = 7424B59395F74B01A60ECBF8 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */; }; + 98C5BE57B55F4FFE9C347283 /* ../flycast/core/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXBuildFile; fileRef = 9115213BF02948A7B77AA225 /* ../flycast/core/deps/libchdr/src/libchdr_bitstream.c */; }; + 991CE7ECD9A44CC3A173996B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = B1F698F5C01541E2B8283097 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.h */; }; + 99D2A41DFC4F4A998B759F9C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = A027A2E4138249628BD59304 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_trace.h */; }; + 9A943BD8425043588EF74E66 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 32704AC758A64AE5A2651462 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse_decompress.c */; }; + 9ACCEFBCB8AD465CB4621E95 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = E6D2A019042A4C94BE379020 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/clevels.h */; }; + 9B01FC84DAC640478B301653 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = EB913B3FDC9548AD853DB3B3 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/bitstream.h */; }; + 9F4A682A4DE8448E883E5422 /* ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = CBE2EFB716F14D0EB1CB3412 /* ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; + A23BCB7B82244BBEB39DC410 /* ../flycast/core/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXBuildFile; fileRef = 98B8B31E1D88457887950C66 /* ../flycast/core/deps/libchdr/src/libchdr_flac.c */; }; + A40F15F287D849EAB3FAF77F /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzmaEnc.h */ = {isa = PBXBuildFile; fileRef = BB154D8625374E62B4D5F736 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzmaEnc.h */; }; + A46C5B471A144A1D81F26EA0 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzmaDec.c */ = {isa = PBXBuildFile; fileRef = A6925A5B39BB47C799E57EE2 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzmaDec.c */; }; + A53A3EFDD4074FC981BA298C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */ = {isa = PBXBuildFile; fileRef = 3942B2307316449888FAFC0D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */; }; + A68B0C561C724D2DA293A814 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Bra.h */ = {isa = PBXBuildFile; fileRef = 7E9AAA8F94AB4C7790D5C3C6 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Bra.h */; }; + A8847C537E1A4BDF8303B517 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */ = {isa = PBXBuildFile; fileRef = 3129D09B3E714166818DFAEC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */; }; + AA765CAC1B2649499C93C9CE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */ = {isa = PBXBuildFile; fileRef = 2A70B38272E840BBAD4F1CF1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */; }; + AB1227F5FFD54B818146FFA8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Sort.c */ = {isa = PBXBuildFile; fileRef = 6B8D0D25DE1648CE96F0E5C0 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Sort.c */; }; + AC88C015BE144096B44720EE /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/RotateDefs.h */ = {isa = PBXBuildFile; fileRef = EAFA44C74A9D4071ADCAAFE8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/RotateDefs.h */; }; + ACD17CA3B23D4208B6B51C38 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/allocations.h */ = {isa = PBXBuildFile; fileRef = C12109725E1043BDB58A3815 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/allocations.h */; }; + AE54F860BF574005B605E8B8 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 490EBB9F31FD4271A6757E22 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.c */; }; + B1FC2AEED38344CF9961202B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */ = {isa = PBXBuildFile; fileRef = A0763A7696EB400BB1047576 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */; }; + B2BB855F9B6749D0B290E58B /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */ = {isa = PBXBuildFile; fileRef = 34B9F03633FB47798D21845B /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */; }; + B3884490659A4FA5A97BBC82 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = D30CDA90E18D4555A065CF06 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/fastcover.c */; }; + B3A9E585922C475DBD855ABE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = AC291316E7C8413082F4C662 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */; }; + B5786BA8D62C44519B8A639A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/win32/zlib1.rc */ = {isa = PBXBuildFile; fileRef = 40C61CB0CF544D7BB49E70A5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/win32/zlib1.rc */; }; + B5CF07415C7E4A7CAFC564C0 /* ../flycast/core/deps/libchdr/tests/benchmark.c */ = {isa = PBXBuildFile; fileRef = 8A0F3155FBC44884AE23C33C /* ../flycast/core/deps/libchdr/tests/benchmark.c */; }; + B6CB2EC2ABB14A21942C7792 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zstd_errors.h */ = {isa = PBXBuildFile; fileRef = EE3005AAA72B42A99CF68874 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zstd_errors.h */; }; + B6E9BC2B0B3A4A5FBC5367C1 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/CpuArch.c */ = {isa = PBXBuildFile; fileRef = F3C17472A7B94588BE8BD6EF /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/CpuArch.c */; }; + B7FDB25D3122443CA91BBE15 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = DD490A53017B4CC88754B503 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/fse_compress.c */; }; + B9575A084AB64D3EB5F9BB5E /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = 48608C4887B1416982D1E26B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.c */; }; + BC0C7914F5534B08964DE4B8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzmaEnc.c */ = {isa = PBXBuildFile; fileRef = 78CCD69DF6F74277A6ECA78E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzmaEnc.c */; }; + BD4ADA0427F9486982FD1927 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */ = {isa = PBXBuildFile; fileRef = BBE80F2A527B40EA9FAC797E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */; }; + BDD68A8E86B541D68D62151F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */ = {isa = PBXBuildFile; fileRef = 23C83EFB9BB94906A494A2A3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */; }; + BE190E22F09C459CB8C9D72E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */ = {isa = PBXBuildFile; fileRef = ED6BADBF92BF417BBD6241E9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */; }; + C00464EBC5484DA69EB11B54 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = 4A2B7C801A484E7AA417B234 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.h */; }; + C1ECC2A1B55F48A1927C51F1 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Precomp.h */ = {isa = PBXBuildFile; fileRef = 54901D10E1474DA0A180E4E8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Precomp.h */; }; + C2610351DF92488A9B38A89D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */ = {isa = PBXBuildFile; fileRef = FADF2FB0FA6940F5AD37559A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */; }; + C54B3BB70D7F4EDDB5A0AC30 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = 91381457C8BF477C834338CD /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.c */; }; + C6F995033F7D40F8997B209D /* ../flycast/core/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXBuildFile; fileRef = 5C9ECAF363BD4A0E8287761B /* ../flycast/core/deps/libchdr/src/libchdr_cdrom.c */; }; + C7A287E07D11472384E92000 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */ = {isa = PBXBuildFile; fileRef = FA9F8DAFF3BB418CA2173C2C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */; }; + C7EC557B81094DAD90F36773 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = A83224651D4B4E7894980A6C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.c */; }; + C85422791C314E02BA27A206 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 6008BA40F300463F815246A9 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.h */; }; + C89A86E87E5447698288D903 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */ = {isa = PBXBuildFile; fileRef = AC8E20C3C7D741BB888607E1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */; }; + C9026EF016EC40DAB2902041 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Bra.c */ = {isa = PBXBuildFile; fileRef = 8844E8BF9B7E46BC9CC59A93 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Bra.c */; }; + CA2059D4EC284B03841B0A69 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzHash.h */ = {isa = PBXBuildFile; fileRef = 43224F0052A44F28A8C42A77 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzHash.h */; }; + CAE729D2B59942529CE7719C /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */ = {isa = PBXBuildFile; fileRef = 27625192B6214641895C1461 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */; }; + CD5C1BFA07944912B6FB970C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */ = {isa = PBXBuildFile; fileRef = BB5B85B9FAF34FBBACAFCBBA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */; }; + D3CD2A0A53B24EC9B78AF687 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */ = {isa = PBXBuildFile; fileRef = 4DAADE2A351B4E949ADB5479 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */; }; + D3F4D315A2AD4048B772121F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */ = {isa = PBXBuildFile; fileRef = BCDF471578714A8B92CFE562 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */; }; + D72125A8A2924ABF9142A8C3 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = 9C7B95D7B78844B68650A9CD /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.h */; }; + D7B2093E8836483681B5F780 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = 826264A2B6564B5EADBD9979 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress.c */; }; + DC8F7B1C9E7F4610B956FF9E /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = 0AA08A88B2724ECCBDCE9DC6 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.c */; }; + DE825A1B6DBF49CCBA9D053D /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Sort.h */ = {isa = PBXBuildFile; fileRef = 8B423E4333854DF582BB8033 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Sort.h */; }; + E030204E22C24DF2BE1A9F43 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Lzma86Dec.c */ = {isa = PBXBuildFile; fileRef = 5DD31B3C6A8A4F488AF85A7C /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Lzma86Dec.c */; }; + E0AD4A690B20433E91B81ACF /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = 9D31C71C9989442EA02D60E3 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.c */; }; + E12EF07BBA4E4ACAA6843D39 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = 60F0D86381E644799906E1E1 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.h */; }; + E22F8D2521EC45EAB3BDF1E2 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzFind.h */ = {isa = PBXBuildFile; fileRef = DEEC03482DCC4001BBEE6A1F /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzFind.h */; }; + E2EED6072BBA4E37A501CFE7 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = 6504B258C07145E993411113 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/mem.h */; }; + E672B1CABC144B0790BC4DF2 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = B6DBAF0E2EF14E149F00C279 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/entropy_common.c */; }; + E859F6B041EF484796E7F44A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */ = {isa = PBXBuildFile; fileRef = 52967464BDA141879AB43867 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */; }; + EDD4A071F4964C2EBE1225FE /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzFind.c */ = {isa = PBXBuildFile; fileRef = 29839A0883184C0CA78E540E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzFind.c */; }; + EDD6DB060BDA4C648254319A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */ = {isa = PBXBuildFile; fileRef = 271F6113D826488986E5FFE2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */; }; + F3416F897DC44430AA12D829 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = DC5563F99EBC40E3B944A38D /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_cwksp.h */; }; + F34C00A75EBF4F2397BCDC83 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */ = {isa = PBXBuildFile; fileRef = 4C043EFA0258496F8AD9EC7F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */; }; + F3D4CB5D4B5447FF9FF045B4 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = BA0845DBEA534294881AF190 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_internal.h */; }; + F3E6DFEA6B444145A7284C12 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Alloc.c */ = {isa = PBXBuildFile; fileRef = FD40CD3AB70A466FA72C446E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Alloc.c */; }; + F3EC962521C34F4783F6A331 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 2511D0FA68504891BDA00D7C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeLists.txt */; }; + F3ECCF9231CE48948AC7EE55 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = EE205C5017E5488A88031FC4 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.c */; }; + F59AC394211C44C4B60C2110 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = 7125447C06C54E44A8AA0A48 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/huf_compress.c */; }; + F6427484A96E43768DDFB6DE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */ = {isa = PBXBuildFile; fileRef = D749959DB4F4455A92AE7FD7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */; }; + F649B41B15DD4BACB26AB466 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */ = {isa = PBXBuildFile; fileRef = ECCC4D802E844D71BD8AA308 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */; }; + F6F3A0B5005B4304B420FB28 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = B606C2614F994554B89A3D7A /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.h */; }; + F9114C306C96406988A3D1E0 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */ = {isa = PBXBuildFile; fileRef = 65D9CB73B59445028ABB6D3F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */; }; + F91DDA86107A457A8EF9E572 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/7zTypes.h */ = {isa = PBXBuildFile; fileRef = 42ABD3E29959413991643913 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/7zTypes.h */; }; + FBB715A6A3A1455FBE1631B1 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Compiler.h */ = {isa = PBXBuildFile; fileRef = EFFF4A1C48E143219C9B64F8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Compiler.h */; }; + FBBC9553F4274DD5AD55BD9C /* ../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = C3FEFEAD52CA4831AEF9A0CE /* ../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist */; }; + FC2F817AAF49406EB0D4D130 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 86B7882A8CF345D0A4DDF4E4 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.h */; }; + FF8CDB755BE54BADA2846B6C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */ = {isa = PBXBuildFile; fileRef = 6C42F800EA8B4C8F832F68A5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */; }; + FFB3825715B142ACBB0C4AAE /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = 147C1549D191478CB0843A41 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.h */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ - 04A33556987D45D1BC6E45D8 /* Debug */ = { + 5DE76301F37546C780CD4B6C /* MinSizeRel */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Debug; + name = MinSizeRel; }; - 31C10DA302D44564B82C8D83 /* Release */ = { + 8DFFF2DCDB414998ACE10DE0 /* Debug */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Release; + name = Debug; }; - 717C383ED8204CE984A58299 /* RelWithDebInfo */ = { + BE2BA9023EA64FF79889B4B1 /* RelWithDebInfo */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; name = RelWithDebInfo; }; - 7F80DF93C01D45F297BA8B38 /* MinSizeRel */ = { + F7498687EB2F437CA12BA001 /* Release */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = MinSizeRel; + name = Release; }; /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ - 0489AD956589444BAA4BD62A /* PBXContainerItemProxy */ = { + 08AD294CEB8C4616AF7A1006 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 24364CD0C0E84F96B59FD0EA /* Project object */; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; proxyType = 1; - remoteGlobalIDString = B128433B4CE4270EFDCFAB54; - remoteInfo = zlib; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; }; - 1AA6843C77024EEB9D8B6A0F /* PBXContainerItemProxy */ = { + 20BBF8EE1B284CA3982C7AA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 24364CD0C0E84F96B59FD0EA /* Project object */; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; proxyType = 1; remoteGlobalIDString = 306475C933CD35C79B855AD1; remoteInfo = "chdr-static"; }; - 1D02F2F5EF3C43899840FDCE /* PBXContainerItemProxy */ = { + 3CA5EE7ADCC941C2BB8534FF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 24364CD0C0E84F96B59FD0EA /* Project object */; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1B6D1D7E89C9A43F8E1A70B4; - remoteInfo = lzma; + remoteGlobalIDString = 306475C933CD35C79B855AD1; + remoteInfo = "chdr-static"; }; - 8598B2427437438FA8744442 /* PBXContainerItemProxy */ = { + 480C0CC6BE044B24A64D75AB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 24364CD0C0E84F96B59FD0EA /* Project object */; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1B6D1D7E89C9A43F8E1A70B4; + remoteGlobalIDString = 419CF4A61CD3DDB0D3BD2ED2; remoteInfo = lzma; }; - 8C584F71CA6A4D3FBC6BC48E /* PBXContainerItemProxy */ = { + 7453E15A34274D41B6AA07A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 24364CD0C0E84F96B59FD0EA /* Project object */; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; proxyType = 1; - remoteGlobalIDString = B128433B4CE4270EFDCFAB54; - remoteInfo = zlib; + remoteGlobalIDString = 807E5D4C084C756426305CD2; + remoteInfo = zlibstatic; }; - 992F8818BA2C4796A7CE70EA /* PBXContainerItemProxy */ = { + 748FC10A06494AE8B279E3E9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 24364CD0C0E84F96B59FD0EA /* Project object */; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = 92C9B5FE49230EAE1BA30390; + remoteInfo = libzstd_static; }; - A5AEECC74F4A46719CA27DF0 /* PBXContainerItemProxy */ = { + 8EE820FA30534C85AE3422A7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 24364CD0C0E84F96B59FD0EA /* Project object */; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; - remoteInfo = ALL_BUILD; + remoteGlobalIDString = 807E5D4C084C756426305CD2; + remoteInfo = zlibstatic; }; - A80DC4FF230943898CE9E00D /* PBXContainerItemProxy */ = { + A6BBEF648E9746B1B4D58C71 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 24364CD0C0E84F96B59FD0EA /* Project object */; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = 92C9B5FE49230EAE1BA30390; + remoteInfo = libzstd_static; }; - CC0EC1D44D0240DA9E648D26 /* PBXContainerItemProxy */ = { + EE15C6E1F2E244ADBBE463A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 24364CD0C0E84F96B59FD0EA /* Project object */; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; proxyType = 1; - remoteGlobalIDString = 306475C933CD35C79B855AD1; - remoteInfo = "chdr-static"; + remoteGlobalIDString = 6A02EEB9AF975E98F1163ADB; + remoteInfo = "chdr-benchmark"; }; - D351AA1BBA8E41598B5D4FC9 /* PBXContainerItemProxy */ = { + F23E930F97AB467EA1E2A468 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 24364CD0C0E84F96B59FD0EA /* Project object */; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6A02EEB9AF975E98F1163ADB; - remoteInfo = "chdr-benchmark"; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; + remoteInfo = ALL_BUILD; + }; + F8E94511159F4983AD29F6AF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 419CF4A61CD3DDB0D3BD2ED2; + remoteInfo = lzma; + }; + FA5C0602E59A499CA6CAAAAD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = FE463CF5A9D648AEB70D4B90 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 028D3D2250304A578004DE7A /* chdr-benchmark */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "chdr-benchmark"; sourceTree = BUILT_PRODUCTS_DIR; }; - 03BEBF78061E431499B0CC7E /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "deps/zlib-1.2.12/inffast.c"; sourceTree = SOURCE_ROOT; }; - 06DDAC1FCB064CF0823B37D2 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = "deps/lzma-22.01/src/BraIA64.c"; sourceTree = SOURCE_ROOT; }; - 0CFB80D8EDB84DAD9B5ABB90 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = "deps/lzma-22.01/src/Delta.c"; sourceTree = SOURCE_ROOT; }; - 0E3774B1F88047B787CC3894 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "deps/zlib-1.2.12/inffixed.h"; sourceTree = SOURCE_ROOT; }; - 12EF4A1AAEA54134A6289A51 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = "deps/lzma-22.01/src/Alloc.c"; sourceTree = SOURCE_ROOT; }; - 19810497D58449ADB5DD0AD7 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "deps/zlib-1.2.12/inflate.c"; sourceTree = SOURCE_ROOT; }; - 1D190199F1C14C21B7932C24 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "deps/zlib-1.2.12/inffast.h"; sourceTree = SOURCE_ROOT; }; - 231A66CBE51B458A80D6AC47 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "deps/zlib-1.2.12/crc32.c"; sourceTree = SOURCE_ROOT; }; - 2E8C113D71A44D4FBAA0535D /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; - 2EEA189163674317BADC5642 /* ../flycast/core/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_bitstream.c; path = src/libchdr_bitstream.c; sourceTree = SOURCE_ROOT; }; - 32064DA9F95448AD81F25E15 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaDec.h; path = "deps/lzma-22.01/include/LzmaDec.h"; sourceTree = SOURCE_ROOT; }; - 33FEBA58D3F44519B97B81A8 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/lzma-22.01/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; - 382EF7AE63794B2F888800A0 /* ../flycast/core/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 3E0375C4CF20400AB8EE4A81 /* ../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; - 4075E6B987D74DF58410749F /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "deps/lzma-22.01/src/LzFind.c"; sourceTree = SOURCE_ROOT; }; - 432EC60BBDA44FDAB603AB08 /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; - 45A6D362689F45B4A31AC136 /* ../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; - 48224270771A46E8BF5BC7DA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "deps/zlib-1.2.12/deflate.h"; sourceTree = SOURCE_ROOT; }; - 517A09B1B0BC44E7830AC5BD /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaLib.h; path = "deps/lzma-22.01/include/LzmaLib.h"; sourceTree = SOURCE_ROOT; }; - 578C118C32954823A2D6A31A /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = "deps/lzma-22.01/src/LzmaDec.c"; sourceTree = SOURCE_ROOT; }; - 586F14D1CA0F4611BDA88F9C /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/zlib-1.2.12/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; - 609B3BEA31DB483989E9A340 /* ../flycast/core/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_flac.c; path = src/libchdr_flac.c; sourceTree = SOURCE_ROOT; }; - 62F8CED986E045C08C75DE10 /* ../cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; - 649799E2EBBC4A9296E5D9A7 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Compiler.h; path = "deps/lzma-22.01/include/Compiler.h"; sourceTree = SOURCE_ROOT; }; - 6971840E6FC443F0B16929AD /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Lzma86.h; path = "deps/lzma-22.01/include/Lzma86.h"; sourceTree = SOURCE_ROOT; }; - 6FE8C62B72B740BBA79A16AA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "deps/zlib-1.2.12/crc32.h"; sourceTree = SOURCE_ROOT; }; - 704270203BC140E7A410494D /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "deps/lzma-22.01/src/CpuArch.c"; sourceTree = SOURCE_ROOT; }; - 737A51522726455F8275586F /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Precomp.h; path = "deps/lzma-22.01/include/Precomp.h"; sourceTree = SOURCE_ROOT; }; - 78FC03BBFFBA4F23B127E30B /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = "deps/lzma-22.01/src/Bra86.c"; sourceTree = SOURCE_ROOT; }; - 7EF6E72C69504245B0F5D7D1 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "deps/zlib-1.2.12/infback.c"; sourceTree = SOURCE_ROOT; }; - 81AB53E463CF463397024F26 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alloc.h; path = "deps/lzma-22.01/include/Alloc.h"; sourceTree = SOURCE_ROOT; }; - 929ABB27E2C645F7A36A88EA /* ../flycast/core/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - A3322788004F4552821A2937 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Bra.h; path = "deps/lzma-22.01/include/Bra.h"; sourceTree = SOURCE_ROOT; }; - A43AD8238A2442AC934E95DC /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "deps/zlib-1.2.12/inflate.h"; sourceTree = SOURCE_ROOT; }; - AEEA537049ED480684D5E362 /* ../flycast/core/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = src/libchdr_chd.c; sourceTree = SOURCE_ROOT; }; - B170948B5DDA4881B0A79812 /* lzma */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblzma.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B8468E8D0D6A4D9AB5B9A446 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = "deps/lzma-22.01/src/Lzma86Dec.c"; sourceTree = SOURCE_ROOT; }; - BD65106F84034F40BD6E469B /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "deps/lzma-22.01/include/LzFind.h"; sourceTree = SOURCE_ROOT; }; - BF4E03A4FFC44F53AE190421 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = "deps/lzma-22.01/src/LzmaEnc.c"; sourceTree = SOURCE_ROOT; }; - C67C0CEFBE454273AA780E6B /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "deps/zlib-1.2.12/inftrees.h"; sourceTree = SOURCE_ROOT; }; - C83399E1F249444CA511DCF5 /* ../flycast/core/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = tests/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - CD838CD276AA4D1DB0E89639 /* chdr-static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libchdr-static.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - CF23B3FAB13545DEB998C388 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Delta.h; path = "deps/lzma-22.01/include/Delta.h"; sourceTree = SOURCE_ROOT; }; - CF2E70A2298A46FB85523B8D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "deps/zlib-1.2.12/zlib.h"; sourceTree = SOURCE_ROOT; }; - D1ABF81E9B6C4DD2AC7CC445 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaEnc.h; path = "deps/lzma-22.01/include/LzmaEnc.h"; sourceTree = SOURCE_ROOT; }; - D25F561EC46243FC9A2525AB /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Sort.h; path = "deps/lzma-22.01/include/Sort.h"; sourceTree = SOURCE_ROOT; }; - D36EE85E9DA247039BCC11D4 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzHash.h; path = "deps/lzma-22.01/include/LzHash.h"; sourceTree = SOURCE_ROOT; }; - D418B18FD3BC4303AC66624F /* ../flycast/core/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_huffman.c; path = src/libchdr_huffman.c; sourceTree = SOURCE_ROOT; }; - D48A2B04856B46738C2AE0BB /* zlib */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libz.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D6221AAA6C58462C9A3F4233 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "deps/zlib-1.2.12/inftrees.c"; sourceTree = SOURCE_ROOT; }; - DBE021972EB84ABFBE1DEE9A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "deps/zlib-1.2.12/gzguts.h"; sourceTree = SOURCE_ROOT; }; - E1CC5D8D334F4801BFF776DE /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CpuArch.h; path = "deps/lzma-22.01/include/CpuArch.h"; sourceTree = SOURCE_ROOT; }; - E1CEA5CA9EEE447A8EE732FE /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "deps/zlib-1.2.12/trees.h"; sourceTree = SOURCE_ROOT; }; - E5282AF1CBDD4D0DBF3F102D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "deps/zlib-1.2.12/zutil.h"; sourceTree = SOURCE_ROOT; }; - E8F3B3F065574E47A39930B9 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "deps/zlib-1.2.12/zutil.c"; sourceTree = SOURCE_ROOT; }; - F0C4CFC29EB7419DB9F86B00 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "deps/zlib-1.2.12/uncompr.c"; sourceTree = SOURCE_ROOT; }; - F2E892DAA0AF41A9AFE4D87D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "deps/zlib-1.2.12/trees.c"; sourceTree = SOURCE_ROOT; }; - F329A82611134532884DF188 /* ../flycast/core/deps/libchdr/tests/benchmark.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = benchmark.c; path = tests/benchmark.c; sourceTree = SOURCE_ROOT; }; - F34534477E3F4B488B4CC126 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zTypes.h; path = "deps/lzma-22.01/include/7zTypes.h"; sourceTree = SOURCE_ROOT; }; - F37893F0769E41E4854C0B3F /* ../flycast/core/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_cdrom.c; path = src/libchdr_cdrom.c; sourceTree = SOURCE_ROOT; }; - F382BD26E0A54CE2B28B921A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "deps/zlib-1.2.12/adler32.c"; sourceTree = SOURCE_ROOT; }; - F70ADADD1B634EA5A9EC2050 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = "deps/lzma-22.01/src/Sort.c"; sourceTree = SOURCE_ROOT; }; - F891EB8E866144599788C3E0 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "deps/zlib-1.2.12/deflate.c"; sourceTree = SOURCE_ROOT; }; - FEDED6B4EF0E4E2988BFC177 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "deps/zlib-1.2.12/compress.c"; sourceTree = SOURCE_ROOT; }; + 006E51ACEB634911BE8F00B1 /* ../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; + 00BEB5ABC6F74F00B278E8F2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "deps/zlib-1.3.1/adler32.c"; sourceTree = SOURCE_ROOT; }; + 03BCCA664F5E44D3AD829258 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "deps/zstd-1.5.6/lib/compress/zstd_compress_internal.h"; sourceTree = SOURCE_ROOT; }; + 04A6558316BA4A3F92923251 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "deps/zstd-1.5.6/lib/decompress/huf_decompress.c"; sourceTree = SOURCE_ROOT; }; + 08109614B6F34F2482E5C8C5 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "deps/zstd-1.5.6/lib/common/huf.h"; sourceTree = SOURCE_ROOT; }; + 0812EE6FCFF6484597BF7F49 /* ../flycast/core/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = src/libchdr_chd.c; sourceTree = SOURCE_ROOT; }; + 09F9C706DB544ED7822C7CA6 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "deps/zstd-1.5.6/lib/compress/zstd_opt.c"; sourceTree = SOURCE_ROOT; }; + 0AA08A88B2724ECCBDCE9DC6 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "deps/zstd-1.5.6/lib/compress/zstd_double_fast.c"; sourceTree = SOURCE_ROOT; }; + 0F744C0A6CB7448D945D5F7B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "deps/zlib-1.3.1/uncompr.c"; sourceTree = SOURCE_ROOT; }; + 138A96A9DE0542029C609288 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "deps/zstd-1.5.6/lib/compress/zstd_fast.c"; sourceTree = SOURCE_ROOT; }; + 147C1549D191478CB0843A41 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "deps/zstd-1.5.6/lib/compress/zstd_opt.h"; sourceTree = SOURCE_ROOT; }; + 14A26C37DBFC42929C23BB32 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "deps/zlib-1.3.1/gzwrite.c"; sourceTree = SOURCE_ROOT; }; + 1ABAAFB24CE24BF5A1FA5A75 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "deps/zlib-1.3.1/infback.c"; sourceTree = SOURCE_ROOT; }; + 1B08600AB065489E8F85CD48 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "deps/zstd-1.5.6/lib/dictBuilder/divsufsort.h"; sourceTree = SOURCE_ROOT; }; + 2059EF60E7634D378C6345E7 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "deps/zstd-1.5.6/lib/common/pool.c"; sourceTree = SOURCE_ROOT; }; + 20B36F4C22A24A978D2497E2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "deps/zlib-1.3.1/crc32.c"; sourceTree = SOURCE_ROOT; }; + 23574FC265134CBFA62E7DC2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "deps/zlib-1.3.1/gzguts.h"; sourceTree = SOURCE_ROOT; }; + 23C83EFB9BB94906A494A2A3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "deps/zlib-1.3.1/deflate.h"; sourceTree = SOURCE_ROOT; }; + 2511D0FA68504891BDA00D7C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/zstd-1.5.6/build/cmake/lib/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + 271F6113D826488986E5FFE2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "deps/zlib-1.3.1/zutil.h"; sourceTree = SOURCE_ROOT; }; + 27625192B6214641895C1461 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h"; sourceTree = ""; }; + 278061E7070B4467A7986E86 /* ../flycast/core/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_huffman.c; path = src/libchdr_huffman.c; sourceTree = SOURCE_ROOT; }; + 29839A0883184C0CA78E540E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "deps/lzma-24.05/src/LzFind.c"; sourceTree = SOURCE_ROOT; }; + 2A70B38272E840BBAD4F1CF1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "deps/zlib-1.3.1/zlib.h"; sourceTree = SOURCE_ROOT; }; + 2AC6D23AA02E44B4AA708E98 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "deps/zstd-1.5.6/lib/common/fse.h"; sourceTree = SOURCE_ROOT; }; + 2B398014B91A484C977F5D9D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "deps/zlib-1.3.1/compress.c"; sourceTree = SOURCE_ROOT; }; + 2D0E1EA296D54F28BDC09B28 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "deps/zstd-1.5.6/lib/common/zstd_common.c"; sourceTree = SOURCE_ROOT; }; + 2F46B7B863884B41A3428492 /* zlib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = z.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; + 30F2680E3D1C42DC8DC96F98 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/lzma-24.05/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + 3129D09B3E714166818DFAEC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "deps/zlib-1.3.1/inftrees.c"; sourceTree = SOURCE_ROOT; }; + 32704AC758A64AE5A2651462 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "deps/zstd-1.5.6/lib/common/fse_decompress.c"; sourceTree = SOURCE_ROOT; }; + 32AD7A99E9F047A5BE4D6BC1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "deps/zlib-1.3.1/gzread.c"; sourceTree = SOURCE_ROOT; }; + 34B9F03633FB47798D21845B /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h"; sourceTree = ""; }; + 35A6E3E981CB459CB1766541 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "deps/zstd-1.5.6/lib/common/threading.h"; sourceTree = SOURCE_ROOT; }; + 3942B2307316449888FAFC0D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "deps/zlib-1.3.1/gzread.c"; sourceTree = SOURCE_ROOT; }; + 3DD979D6EBEB46459ED01E48 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Alloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alloc.h; path = "deps/lzma-24.05/include/Alloc.h"; sourceTree = SOURCE_ROOT; }; + 3FACAB626745499A99319671 /* ../flycast/core/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = tests/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 40C61CB0CF544D7BB49E70A5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/win32/zlib1.rc */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = zlib1.rc; path = "deps/zlib-1.3.1/win32/zlib1.rc"; sourceTree = SOURCE_ROOT; }; + 42ABD3E29959413991643913 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/7zTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zTypes.h; path = "deps/lzma-24.05/include/7zTypes.h"; sourceTree = SOURCE_ROOT; }; + 43224F0052A44F28A8C42A77 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzHash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzHash.h; path = "deps/lzma-24.05/include/LzHash.h"; sourceTree = SOURCE_ROOT; }; + 43C77C7D5AB847F7914C284F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "deps/zlib-1.3.1/gzlib.c"; sourceTree = SOURCE_ROOT; }; + 4661C12055874808A4244DFF /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.c"; sourceTree = SOURCE_ROOT; }; + 48608C4887B1416982D1E26B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.c"; sourceTree = SOURCE_ROOT; }; + 490EBB9F31FD4271A6757E22 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "deps/zstd-1.5.6/lib/common/debug.c"; sourceTree = SOURCE_ROOT; }; + 4A2B7C801A484E7AA417B234 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "deps/zstd-1.5.6/lib/compress/zstd_ldm.h"; sourceTree = SOURCE_ROOT; }; + 4A90A8E7301147DEAEC89EB7 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzmaDec.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaDec.h; path = "deps/lzma-24.05/include/LzmaDec.h"; sourceTree = SOURCE_ROOT; }; + 4C043EFA0258496F8AD9EC7F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "deps/zlib-1.3.1/zlib.h"; sourceTree = SOURCE_ROOT; }; + 4D8F7A9204F043298AA05235 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "deps/zstd-1.5.6/lib/dictBuilder/zdict.c"; sourceTree = SOURCE_ROOT; }; + 4DAADE2A351B4E949ADB5479 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "deps/zlib-1.3.1/deflate.c"; sourceTree = SOURCE_ROOT; }; + 504CCBCF0A044B29BD950110 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "deps/zstd-1.5.6/lib/dictBuilder/divsufsort.c"; sourceTree = SOURCE_ROOT; }; + 51A09BB0AA46477B8A9A96CE /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Delta.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Delta.h; path = "deps/lzma-24.05/include/Delta.h"; sourceTree = SOURCE_ROOT; }; + 52967464BDA141879AB43867 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "deps/zlib-1.3.1/gzguts.h"; sourceTree = SOURCE_ROOT; }; + 536A9C656F7347B1B444589C /* libzstd_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzstd.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 5426FA22685E43BB90D37BBD /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Bra86.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = "deps/lzma-24.05/src/Bra86.c"; sourceTree = SOURCE_ROOT; }; + 54901D10E1474DA0A180E4E8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Precomp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Precomp.h; path = "deps/lzma-24.05/include/Precomp.h"; sourceTree = SOURCE_ROOT; }; + 54BBA7ACFE334121B7E38E02 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "deps/zstd-1.5.6/lib/decompress/zstd_decompress.c"; sourceTree = SOURCE_ROOT; }; + 57577265C44948AEB790DC29 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "deps/zstd-1.5.6/lib/compress/zstd_compress_literals.c"; sourceTree = SOURCE_ROOT; }; + 58E1593A7B3C4153B26BFC3C /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/7zWindows.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zWindows.h; path = "deps/lzma-24.05/include/7zWindows.h"; sourceTree = SOURCE_ROOT; }; + 5C974DDEAC064B848F2B45B5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "deps/zlib-1.3.1/trees.c"; sourceTree = SOURCE_ROOT; }; + 5C9ECAF363BD4A0E8287761B /* ../flycast/core/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_cdrom.c; path = src/libchdr_cdrom.c; sourceTree = SOURCE_ROOT; }; + 5DD31B3C6A8A4F488AF85A7C /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Lzma86Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = "deps/lzma-24.05/src/Lzma86Dec.c"; sourceTree = SOURCE_ROOT; }; + 5F91910BBFD9488E941B5F59 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "deps/zlib-1.3.1/inflate.h"; sourceTree = SOURCE_ROOT; }; + 6008BA40F300463F815246A9 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "deps/zstd-1.5.6/lib/common/xxhash.h"; sourceTree = SOURCE_ROOT; }; + 60F0D86381E644799906E1E1 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "deps/zstd-1.5.6/lib/compress/zstdmt_compress.h"; sourceTree = SOURCE_ROOT; }; + 6504B258C07145E993411113 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "deps/zstd-1.5.6/lib/common/mem.h"; sourceTree = SOURCE_ROOT; }; + 65D9CB73B59445028ABB6D3F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "deps/zlib-1.3.1/trees.h"; sourceTree = SOURCE_ROOT; }; + 65F1F91717CA42EC948136EC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "deps/zlib-1.3.1/compress.c"; sourceTree = SOURCE_ROOT; }; + 67AF43A906214964AC0F1F5B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "deps/zlib-1.3.1/inffixed.h"; sourceTree = SOURCE_ROOT; }; + 6B8D0D25DE1648CE96F0E5C0 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Sort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = "deps/lzma-24.05/src/Sort.c"; sourceTree = SOURCE_ROOT; }; + 6C42F800EA8B4C8F832F68A5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "deps/zlib-1.3.1/adler32.c"; sourceTree = SOURCE_ROOT; }; + 6CDE30A5DBB44B0FA46BB092 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "deps/zstd-1.5.6/lib/compress/zstd_double_fast.h"; sourceTree = SOURCE_ROOT; }; + 7125447C06C54E44A8AA0A48 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "deps/zstd-1.5.6/lib/compress/huf_compress.c"; sourceTree = SOURCE_ROOT; }; + 7339BA748F5F4C0D912455AA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "deps/zlib-1.3.1/inffast.h"; sourceTree = SOURCE_ROOT; }; + 7424B59395F74B01A60ECBF8 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "deps/zlib-1.3.1/crc32.h"; sourceTree = SOURCE_ROOT; }; + 744B7D914EEB45A8B6DC7C00 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "deps/zlib-1.3.1/trees.h"; sourceTree = SOURCE_ROOT; }; + 78CCD69DF6F74277A6ECA78E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzmaEnc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = "deps/lzma-24.05/src/LzmaEnc.c"; sourceTree = SOURCE_ROOT; }; + 79472885E845426194CD13E4 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "deps/zlib-1.3.1/inftrees.h"; sourceTree = SOURCE_ROOT; }; + 7E9AAA8F94AB4C7790D5C3C6 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Bra.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Bra.h; path = "deps/lzma-24.05/include/Bra.h"; sourceTree = SOURCE_ROOT; }; + 826264A2B6564B5EADBD9979 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "deps/zstd-1.5.6/lib/compress/zstd_compress.c"; sourceTree = SOURCE_ROOT; }; + 86B7882A8CF345D0A4DDF4E4 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "deps/zstd-1.5.6/lib/common/debug.h"; sourceTree = SOURCE_ROOT; }; + 8844E8BF9B7E46BC9CC59A93 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Bra.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra.c; path = "deps/lzma-24.05/src/Bra.c"; sourceTree = SOURCE_ROOT; }; + 88CDE09FF25644FB9C2DD0F9 /* chdr-benchmark */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "chdr-benchmark"; sourceTree = BUILT_PRODUCTS_DIR; }; + 8A0F3155FBC44884AE23C33C /* ../flycast/core/deps/libchdr/tests/benchmark.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = benchmark.c; path = tests/benchmark.c; sourceTree = SOURCE_ROOT; }; + 8B423E4333854DF582BB8033 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Sort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Sort.h; path = "deps/lzma-24.05/include/Sort.h"; sourceTree = SOURCE_ROOT; }; + 8B96DC04B62D477ABC723AD2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/zlib-1.3.1/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + 9115213BF02948A7B77AA225 /* ../flycast/core/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_bitstream.c; path = src/libchdr_bitstream.c; sourceTree = SOURCE_ROOT; }; + 91381457C8BF477C834338CD /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "deps/zstd-1.5.6/lib/common/xxhash.c"; sourceTree = SOURCE_ROOT; }; + 94F7A3AF20F64E03A125D546 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.h"; sourceTree = SOURCE_ROOT; }; + 98B8B31E1D88457887950C66 /* ../flycast/core/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_flac.c; path = src/libchdr_flac.c; sourceTree = SOURCE_ROOT; }; + 998B54E2ED9D42A382F5C917 /* ../flycast/core/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 9A5BDFA4EE2C49DD83A76C83 /* lzma */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblzma.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 9C7B95D7B78844B68650A9CD /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "deps/zstd-1.5.6/lib/dictBuilder/cover.h"; sourceTree = SOURCE_ROOT; }; + 9D31C71C9989442EA02D60E3 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "deps/zstd-1.5.6/lib/common/error_private.c"; sourceTree = SOURCE_ROOT; }; + 9DDCA1E2DCD54322ABD3FDCC /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/zstd-1.5.6/build/cmake/lib/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + 9E94F813CCA04D1F8E1D6F50 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "deps/zstd-1.5.6/lib/common/compiler.h"; sourceTree = SOURCE_ROOT; }; + 9FC9678760044EB89BB06A8F /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/BraIA64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = "deps/lzma-24.05/src/BraIA64.c"; sourceTree = SOURCE_ROOT; }; + A027A2E4138249628BD59304 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "deps/zstd-1.5.6/lib/common/zstd_trace.h"; sourceTree = SOURCE_ROOT; }; + A0763A7696EB400BB1047576 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "deps/zlib-1.3.1/inflate.h"; sourceTree = SOURCE_ROOT; }; + A331CE311B7549FD9AA1489F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "deps/zlib-1.3.1/inffast.h"; sourceTree = SOURCE_ROOT; }; + A6925A5B39BB47C799E57EE2 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzmaDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = "deps/lzma-24.05/src/LzmaDec.c"; sourceTree = SOURCE_ROOT; }; + A83224651D4B4E7894980A6C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "deps/zstd-1.5.6/lib/compress/zstd_ldm.c"; sourceTree = SOURCE_ROOT; }; + A897175E9CB743B4966725AA /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "deps/zstd-1.5.6/lib/zstd.h"; sourceTree = SOURCE_ROOT; }; + A919264195324A259C94EDB2 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.h"; sourceTree = SOURCE_ROOT; }; + AA9F8C1B0B354D858F582F99 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "deps/zstd-1.5.6/lib/compress/zstd_lazy.h"; sourceTree = SOURCE_ROOT; }; + AC291316E7C8413082F4C662 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/zlib-1.3.1/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + AC8E20C3C7D741BB888607E1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "deps/zlib-1.3.1/inffixed.h"; sourceTree = SOURCE_ROOT; }; + ACC3EEA0066C46F4B76A84F2 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.h"; sourceTree = SOURCE_ROOT; }; + AD1F945D32704F82A33CB23B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "deps/zlib-1.3.1/gzclose.c"; sourceTree = SOURCE_ROOT; }; + B032559B856D4E43A8127808 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "deps/zstd-1.5.6/lib/common/threading.c"; sourceTree = SOURCE_ROOT; }; + B1F698F5C01541E2B8283097 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "deps/zstd-1.5.6/lib/compress/hist.h"; sourceTree = SOURCE_ROOT; }; + B2931A5F5EB542DA91B652DD /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "deps/zlib-1.3.1/gzwrite.c"; sourceTree = SOURCE_ROOT; }; + B606C2614F994554B89A3D7A /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "deps/zstd-1.5.6/lib/common/error_private.h"; sourceTree = SOURCE_ROOT; }; + B6DBAF0E2EF14E149F00C279 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "deps/zstd-1.5.6/lib/common/entropy_common.c"; sourceTree = SOURCE_ROOT; }; + B7A08C8B3E744E5D89876FAF /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "deps/zstd-1.5.6/lib/compress/zstd_lazy.c"; sourceTree = SOURCE_ROOT; }; + B9C2C58044054E64B9A08284 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist"; sourceTree = ""; }; + BA0845DBEA534294881AF190 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "deps/zstd-1.5.6/lib/decompress/zstd_decompress_internal.h"; sourceTree = SOURCE_ROOT; }; + BB154D8625374E62B4D5F736 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzmaEnc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaEnc.h; path = "deps/lzma-24.05/include/LzmaEnc.h"; sourceTree = SOURCE_ROOT; }; + BB5B85B9FAF34FBBACAFCBBA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "deps/zlib-1.3.1/gzclose.c"; sourceTree = SOURCE_ROOT; }; + BBE80F2A527B40EA9FAC797E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "deps/zlib-1.3.1/trees.c"; sourceTree = SOURCE_ROOT; }; + BCDF471578714A8B92CFE562 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "deps/zlib-1.3.1/inftrees.h"; sourceTree = SOURCE_ROOT; }; + C01CFA34E94E40418306FE97 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "deps/zstd-1.5.6/lib/compress/zstd_compress_literals.h"; sourceTree = SOURCE_ROOT; }; + C0CED4B8EDAA4326AA89A90B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "deps/zlib-1.3.1/uncompr.c"; sourceTree = SOURCE_ROOT; }; + C105EDDA74A047FD9EFF8166 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "deps/zlib-1.3.1/inffast.c"; sourceTree = SOURCE_ROOT; }; + C12109725E1043BDB58A3815 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/allocations.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = allocations.h; path = "deps/zstd-1.5.6/lib/common/allocations.h"; sourceTree = SOURCE_ROOT; }; + C19F23B7FA494AB1A3D9DB85 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "deps/zlib-1.3.1/deflate.h"; sourceTree = SOURCE_ROOT; }; + C370FB490A094DB88F45C923 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "deps/zstd-1.5.6/lib/common/pool.h"; sourceTree = SOURCE_ROOT; }; + C3FEFEAD52CA4831AEF9A0CE /* ../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; + C6DDE33273FB4566938DA95A /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "deps/zstd-1.5.6/lib/common/portability_macros.h"; sourceTree = SOURCE_ROOT; }; + C8E8C582BA3546358006B349 /* zlibstatic */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libz.a; sourceTree = BUILT_PRODUCTS_DIR; }; + C9F5985BE0284102AB9FC79C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/zstd-1.5.6/build/cmake/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + CB13BDB8204E43DE8B88918B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "deps/zstd-1.5.6/lib/decompress/zstd_ddict.h"; sourceTree = SOURCE_ROOT; }; + CBE2EFB716F14D0EB1CB3412 /* ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/libzstd_static.dir/Info.plist"; sourceTree = ""; }; + CD8364BD847A458C97709F28 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "deps/zstd-1.5.6/lib/compress/zstd_ldm_geartab.h"; sourceTree = SOURCE_ROOT; }; + CEE955CF283F42BDB1FB5B60 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "deps/zlib-1.3.1/zutil.h"; sourceTree = SOURCE_ROOT; }; + D2BFE8AD5A464AFEB8FAB32C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "deps/zlib-1.3.1/deflate.c"; sourceTree = SOURCE_ROOT; }; + D2C180FF67C24532913EED08 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "deps/zlib-1.3.1/inftrees.c"; sourceTree = SOURCE_ROOT; }; + D30CDA90E18D4555A065CF06 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "deps/zstd-1.5.6/lib/dictBuilder/fastcover.c"; sourceTree = SOURCE_ROOT; }; + D3322CDE05AC4DFA9DADC4C6 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "deps/zstd-1.5.6/lib/dictBuilder/cover.c"; sourceTree = SOURCE_ROOT; }; + D4889CE44FEE4817BA7AD2AC /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "deps/zstd-1.5.6/lib/common/bits.h"; sourceTree = SOURCE_ROOT; }; + D749959DB4F4455A92AE7FD7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "deps/zlib-1.3.1/inflate.c"; sourceTree = SOURCE_ROOT; }; + DBF8A300B15A476880BEE56A /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; + DC5563F99EBC40E3B944A38D /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "deps/zstd-1.5.6/lib/compress/zstd_cwksp.h"; sourceTree = SOURCE_ROOT; }; + DD490A53017B4CC88754B503 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "deps/zstd-1.5.6/lib/compress/fse_compress.c"; sourceTree = SOURCE_ROOT; }; + DE0DF89C80E5476CAFD0300D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "deps/zlib-1.3.1/zutil.c"; sourceTree = SOURCE_ROOT; }; + DEEC03482DCC4001BBEE6A1F /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzFind.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "deps/lzma-24.05/include/LzFind.h"; sourceTree = SOURCE_ROOT; }; + E11A6D40452343A894C320DC /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Lzma86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Lzma86.h; path = "deps/lzma-24.05/include/Lzma86.h"; sourceTree = SOURCE_ROOT; }; + E130B6F598764C98B9C8809C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "deps/zstd-1.5.6/lib/decompress/zstd_ddict.c"; sourceTree = SOURCE_ROOT; }; + E1D7305ECAB04E5B8A4A18A9 /* chdr-static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libchdr-static.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + E3ACBECED68E48B38BC3BE3B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "deps/zstd-1.5.6/lib/common/zstd_internal.h"; sourceTree = SOURCE_ROOT; }; + E6D2A019042A4C94BE379020 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "deps/zstd-1.5.6/lib/compress/clevels.h"; sourceTree = SOURCE_ROOT; }; + E8A8FECD5C444E81AADD9ACE /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zdict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zdict.h; path = "deps/zstd-1.5.6/lib/zdict.h"; sourceTree = SOURCE_ROOT; }; + EA770A0E0D49412D844F4338 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "deps/zstd-1.5.6/lib/compress/zstd_fast.h"; sourceTree = SOURCE_ROOT; }; + EAFA44C74A9D4071ADCAAFE8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/RotateDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RotateDefs.h; path = "deps/lzma-24.05/include/RotateDefs.h"; sourceTree = SOURCE_ROOT; }; + EB913B3FDC9548AD853DB3B3 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "deps/zstd-1.5.6/lib/common/bitstream.h"; sourceTree = SOURCE_ROOT; }; + ECCC4D802E844D71BD8AA308 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "deps/zlib-1.3.1/inflate.c"; sourceTree = SOURCE_ROOT; }; + ED13315DD47B42E0A6C20312 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "deps/zstd-1.5.6/lib/common/zstd_deps.h"; sourceTree = SOURCE_ROOT; }; + ED19C358CA524B7F98F73D13 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "deps/zlib-1.3.1/infback.c"; sourceTree = SOURCE_ROOT; }; + ED6BADBF92BF417BBD6241E9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "deps/zlib-1.3.1/crc32.c"; sourceTree = SOURCE_ROOT; }; + EE205C5017E5488A88031FC4 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "deps/zstd-1.5.6/lib/compress/zstdmt_compress.c"; sourceTree = SOURCE_ROOT; }; + EE3005AAA72B42A99CF68874 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zstd_errors.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_errors.h; path = "deps/zstd-1.5.6/lib/zstd_errors.h"; sourceTree = SOURCE_ROOT; }; + EFFF4A1C48E143219C9B64F8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Compiler.h; path = "deps/lzma-24.05/include/Compiler.h"; sourceTree = SOURCE_ROOT; }; + F000785E41994A1EA10E1FAF /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Delta.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = "deps/lzma-24.05/src/Delta.c"; sourceTree = SOURCE_ROOT; }; + F2C63492EFF04150B1BA94DC /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "deps/zstd-1.5.6/lib/compress/hist.c"; sourceTree = SOURCE_ROOT; }; + F2E5A25DC1514AEA9DAC2E7A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "deps/zlib-1.3.1/zutil.c"; sourceTree = SOURCE_ROOT; }; + F3C17472A7B94588BE8BD6EF /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "deps/lzma-24.05/src/CpuArch.c"; sourceTree = SOURCE_ROOT; }; + F557C2B206A64433BE44CFBA /* ../cmake/core/deps/libchdr/deps/lzma-24.05/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/lzma-24.05/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; + F8947B2C001A429888567582 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.c"; sourceTree = SOURCE_ROOT; }; + FA9F8DAFF3BB418CA2173C2C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "deps/zlib-1.3.1/crc32.h"; sourceTree = SOURCE_ROOT; }; + FADF2FB0FA6940F5AD37559A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "deps/zlib-1.3.1/gzlib.c"; sourceTree = SOURCE_ROOT; }; + FD40CD3AB70A466FA72C446E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Alloc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = "deps/lzma-24.05/src/Alloc.c"; sourceTree = SOURCE_ROOT; }; + FD43FB90670A460AB8C74B8E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/CpuArch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CpuArch.h; path = "deps/lzma-24.05/include/CpuArch.h"; sourceTree = SOURCE_ROOT; }; + FEAE23CAAF15414DA4D5DC27 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "deps/zlib-1.3.1/inffast.c"; sourceTree = SOURCE_ROOT; }; + FF42D9D803B04FF3AE2E73EA /* ../flycast/core/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + FFB4E36C8EB04B87AD8E410F /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "deps/zstd-1.5.6/lib/common/cpu.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 122EE6B7CD364B9C97E2D560 /* Frameworks */ = { + 30238AF3EA274C45B6CCEEBA /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5AC76AE515794416A1AFF3A4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 60F4E522873F4C93A813D471 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4A14DFFC0C3C4E799822F22B /* Frameworks */ = { + 655EB35515004D40A0A14641 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 52C7E6B2977A43B5A82F85A0 /* Frameworks */ = { + 9DDE3169FFA34795AE81DCBB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - DB05921118A6401288ECE185 /* Frameworks */ = { + ED753B72CF1A4EEC80DBBC1D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -313,292 +577,532 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 07DA1621DE404A1EB1204E59 = { + 1CE8FAFA49E5410780FF292F /* ALL_BUILD */ = { isa = PBXGroup; children = ( - 6A83BB4BFDFD409C8574E25A /* chdr-static */, - 49E395418D4244808FF15E4B /* ALL_BUILD */, - 110E51BBBCDD43EABACF622C /* lzma */, - CC43F167D4824660A81A19A1 /* zlib */, - 0CADE4163E9F44089AAAD062 /* chdr-benchmark */, - 95D9B5C8F4BF4D3F9C17FB05 /* Products */, - 11D32A945AFC4C738077E822 /* Frameworks */, - 8B847BA508794CA48D731E9F /* Resources */, + D74B5C39DD8A4DC1856AFA65 /* CMake Rules */, + FF42D9D803B04FF3AE2E73EA /* ../flycast/core/deps/libchdr/CMakeLists.txt */, ); + name = ALL_BUILD; sourceTree = ""; }; - 0821ADABE9ED42A3AD6E579B /* Header Files */ = { + 22BBCC3E5A2948A696D2AD9B /* libzstd_static */ = { isa = PBXGroup; children = ( - 432EC60BBDA44FDAB603AB08 /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h */, - 6FE8C62B72B740BBA79A16AA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h */, - 48224270771A46E8BF5BC7DA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h */, - DBE021972EB84ABFBE1DEE9A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h */, - 1D190199F1C14C21B7932C24 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h */, - 0E3774B1F88047B787CC3894 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h */, - A43AD8238A2442AC934E95DC /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h */, - C67C0CEFBE454273AA780E6B /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h */, - E1CEA5CA9EEE447A8EE732FE /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h */, - CF2E70A2298A46FB85523B8D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h */, - E5282AF1CBDD4D0DBF3F102D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h */, + 63A9001955E14586A26B4924 /* Source Files */, + 883C34BF46694EC4B57C95F3 /* Header Files */, + EE2AFDE72863462BB54FEFE9 /* Resources */, + 2511D0FA68504891BDA00D7C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeLists.txt */, ); - name = "Header Files"; + name = libzstd_static; sourceTree = ""; }; - 0974BDB07C224E5FABB2B319 /* CMake Rules */ = { + 238A6FE6EE3847A29CF95D95 = { isa = PBXGroup; children = ( + 6BC9167181BF4E6687870E28 /* chdr-static */, + 1CE8FAFA49E5410780FF292F /* ALL_BUILD */, + 9AEA146413094E06B72B73A1 /* lzma */, + DC3E976D8CDB45FAA3495037 /* zlib */, + B9CA7F483C5F4C0BAEF5F5CD /* zlibstatic */, + CF8BFCCCF2D047EA9912AF1D /* clean-all */, + 22BBCC3E5A2948A696D2AD9B /* libzstd_static */, + F28487663089476DBCFDC517 /* uninstall */, + 31377DC9CC7F4A70ABD863A9 /* chdr-benchmark */, + 573F0F0934294BF796C666F3 /* Products */, + 665064C599444D6991F9D70B /* Frameworks */, + EB6DC83F22F049E9A3B1120E /* Resources */, ); - name = "CMake Rules"; sourceTree = ""; }; - 0CADE4163E9F44089AAAD062 /* chdr-benchmark */ = { + 31377DC9CC7F4A70ABD863A9 /* chdr-benchmark */ = { isa = PBXGroup; children = ( - 6A6CC72071654F52B955727E /* Source Files */, - 6D8A8D2C9E764D0ABF924611 /* Resources */, - C83399E1F249444CA511DCF5 /* ../flycast/core/deps/libchdr/tests/CMakeLists.txt */, + A7F4EE113330413D82720B93 /* Source Files */, + 8369CA79FA084918A29E78D9 /* Resources */, + 3FACAB626745499A99319671 /* ../flycast/core/deps/libchdr/tests/CMakeLists.txt */, ); name = "chdr-benchmark"; sourceTree = ""; }; - 0EA2EA6968D443C8A04426D9 /* Source Files */ = { + 50D42C87154E43289E93C30F /* Resources */ = { + isa = PBXGroup; + children = ( + C3FEFEAD52CA4831AEF9A0CE /* ../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 573F0F0934294BF796C666F3 /* Products */ = { + isa = PBXGroup; + children = ( + 88CDE09FF25644FB9C2DD0F9 /* chdr-benchmark */, + E1D7305ECAB04E5B8A4A18A9 /* chdr-static */, + 536A9C656F7347B1B444589C /* libzstd_static */, + 9A5BDFA4EE2C49DD83A76C83 /* lzma */, + 2F46B7B863884B41A3428492 /* zlib */, + C8E8C582BA3546358006B349 /* zlibstatic */, + ); + name = Products; + sourceTree = ""; + }; + 6065FCFFD2BA45A6AB8750D1 /* Source Files */ = { isa = PBXGroup; children = ( - 2EEA189163674317BADC5642 /* ../flycast/core/deps/libchdr/src/libchdr_bitstream.c */, - F37893F0769E41E4854C0B3F /* ../flycast/core/deps/libchdr/src/libchdr_cdrom.c */, - AEEA537049ED480684D5E362 /* ../flycast/core/deps/libchdr/src/libchdr_chd.c */, - 609B3BEA31DB483989E9A340 /* ../flycast/core/deps/libchdr/src/libchdr_flac.c */, - D418B18FD3BC4303AC66624F /* ../flycast/core/deps/libchdr/src/libchdr_huffman.c */, + 6C42F800EA8B4C8F832F68A5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */, + 2B398014B91A484C977F5D9D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */, + 20B36F4C22A24A978D2497E2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */, + D2BFE8AD5A464AFEB8FAB32C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */, + AD1F945D32704F82A33CB23B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */, + 43C77C7D5AB847F7914C284F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */, + 3942B2307316449888FAFC0D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */, + B2931A5F5EB542DA91B652DD /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */, + ED19C358CA524B7F98F73D13 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */, + FEAE23CAAF15414DA4D5DC27 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */, + ECCC4D802E844D71BD8AA308 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */, + D2C180FF67C24532913EED08 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */, + BBE80F2A527B40EA9FAC797E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */, + 0F744C0A6CB7448D945D5F7B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */, + 40C61CB0CF544D7BB49E70A5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/win32/zlib1.rc */, + F2E5A25DC1514AEA9DAC2E7A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */, ); name = "Source Files"; sourceTree = ""; }; - 110E51BBBCDD43EABACF622C /* lzma */ = { + 63A9001955E14586A26B4924 /* Source Files */ = { isa = PBXGroup; children = ( - CCEB10BD900744928745D58B /* Header Files */, - 972EA81E61E347B8B109A475 /* Source Files */, - EBAB017B473E417197A373F6 /* Resources */, - 33FEBA58D3F44519B97B81A8 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */, + 490EBB9F31FD4271A6757E22 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.c */, + B6DBAF0E2EF14E149F00C279 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/entropy_common.c */, + 9D31C71C9989442EA02D60E3 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.c */, + 32704AC758A64AE5A2651462 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse_decompress.c */, + 2059EF60E7634D378C6345E7 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.c */, + B032559B856D4E43A8127808 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.c */, + 91381457C8BF477C834338CD /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.c */, + 2D0E1EA296D54F28BDC09B28 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_common.c */, + DD490A53017B4CC88754B503 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/fse_compress.c */, + F2C63492EFF04150B1BA94DC /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.c */, + 7125447C06C54E44A8AA0A48 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/huf_compress.c */, + 826264A2B6564B5EADBD9979 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress.c */, + 57577265C44948AEB790DC29 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.c */, + 48608C4887B1416982D1E26B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.c */, + F8947B2C001A429888567582 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.c */, + 0AA08A88B2724ECCBDCE9DC6 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.c */, + 138A96A9DE0542029C609288 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.c */, + B7A08C8B3E744E5D89876FAF /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.c */, + A83224651D4B4E7894980A6C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.c */, + 09F9C706DB544ED7822C7CA6 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.c */, + EE205C5017E5488A88031FC4 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.c */, + 04A6558316BA4A3F92923251 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/huf_decompress.c */, + E130B6F598764C98B9C8809C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.c */, + 54BBA7ACFE334121B7E38E02 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress.c */, + 4661C12055874808A4244DFF /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.c */, + D3322CDE05AC4DFA9DADC4C6 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.c */, + 504CCBCF0A044B29BD950110 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.c */, + D30CDA90E18D4555A065CF06 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/fastcover.c */, + 4D8F7A9204F043298AA05235 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/zdict.c */, ); - name = lzma; + name = "Source Files"; + sourceTree = ""; + }; + 65DF724D0FF94C3D81DDA193 /* Header Files */ = { + isa = PBXGroup; + children = ( + 34B9F03633FB47798D21845B /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */, + FA9F8DAFF3BB418CA2173C2C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */, + C19F23B7FA494AB1A3D9DB85 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */, + 52967464BDA141879AB43867 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */, + A331CE311B7549FD9AA1489F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */, + 67AF43A906214964AC0F1F5B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */, + A0763A7696EB400BB1047576 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */, + BCDF471578714A8B92CFE562 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */, + 744B7D914EEB45A8B6DC7C00 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */, + 2A70B38272E840BBAD4F1CF1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */, + CEE955CF283F42BDB1FB5B60 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */, + ); + name = "Header Files"; sourceTree = ""; }; - 11D32A945AFC4C738077E822 /* Frameworks */ = { + 665064C599444D6991F9D70B /* Frameworks */ = { isa = PBXGroup; children = ( ); name = Frameworks; sourceTree = ""; }; - 49E395418D4244808FF15E4B /* ALL_BUILD */ = { + 6BC9167181BF4E6687870E28 /* chdr-static */ = { isa = PBXGroup; children = ( - 0974BDB07C224E5FABB2B319 /* CMake Rules */, - 382EF7AE63794B2F888800A0 /* ../flycast/core/deps/libchdr/CMakeLists.txt */, + 89FBDC15102B420D8F008ACF /* Source Files */, + 50D42C87154E43289E93C30F /* Resources */, + 998B54E2ED9D42A382F5C917 /* ../flycast/core/deps/libchdr/CMakeLists.txt */, ); - name = ALL_BUILD; + name = "chdr-static"; + sourceTree = ""; + }; + 8369CA79FA084918A29E78D9 /* Resources */ = { + isa = PBXGroup; + children = ( + 006E51ACEB634911BE8F00B1 /* ../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 883C34BF46694EC4B57C95F3 /* Header Files */ = { + isa = PBXGroup; + children = ( + C12109725E1043BDB58A3815 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/allocations.h */, + D4889CE44FEE4817BA7AD2AC /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/bits.h */, + EB913B3FDC9548AD853DB3B3 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/bitstream.h */, + 9E94F813CCA04D1F8E1D6F50 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/compiler.h */, + FFB4E36C8EB04B87AD8E410F /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/cpu.h */, + 86B7882A8CF345D0A4DDF4E4 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.h */, + B606C2614F994554B89A3D7A /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.h */, + 2AC6D23AA02E44B4AA708E98 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse.h */, + 08109614B6F34F2482E5C8C5 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/huf.h */, + 6504B258C07145E993411113 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/mem.h */, + C370FB490A094DB88F45C923 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.h */, + C6DDE33273FB4566938DA95A /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/portability_macros.h */, + 35A6E3E981CB459CB1766541 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.h */, + 6008BA40F300463F815246A9 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.h */, + ED13315DD47B42E0A6C20312 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_deps.h */, + E3ACBECED68E48B38BC3BE3B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_internal.h */, + A027A2E4138249628BD59304 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_trace.h */, + E6D2A019042A4C94BE379020 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/clevels.h */, + B1F698F5C01541E2B8283097 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.h */, + 03BCCA664F5E44D3AD829258 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_internal.h */, + C01CFA34E94E40418306FE97 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.h */, + ACC3EEA0066C46F4B76A84F2 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.h */, + 94F7A3AF20F64E03A125D546 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.h */, + DC5563F99EBC40E3B944A38D /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_cwksp.h */, + 6CDE30A5DBB44B0FA46BB092 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.h */, + EA770A0E0D49412D844F4338 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.h */, + AA9F8C1B0B354D858F582F99 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.h */, + 4A2B7C801A484E7AA417B234 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.h */, + CD8364BD847A458C97709F28 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm_geartab.h */, + 147C1549D191478CB0843A41 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.h */, + 60F0D86381E644799906E1E1 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.h */, + CB13BDB8204E43DE8B88918B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.h */, + A919264195324A259C94EDB2 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.h */, + BA0845DBEA534294881AF190 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_internal.h */, + 9C7B95D7B78844B68650A9CD /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.h */, + 1B08600AB065489E8F85CD48 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.h */, + E8A8FECD5C444E81AADD9ACE /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zdict.h */, + A897175E9CB743B4966725AA /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zstd.h */, + EE3005AAA72B42A99CF68874 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/zstd_errors.h */, + ); + name = "Header Files"; + sourceTree = ""; + }; + 8925C9E9FA5D42899CB31DA9 /* CMake Rules */ = { + isa = PBXGroup; + children = ( + ); + name = "CMake Rules"; sourceTree = ""; }; - 6A6CC72071654F52B955727E /* Source Files */ = { + 89FBDC15102B420D8F008ACF /* Source Files */ = { isa = PBXGroup; children = ( - F329A82611134532884DF188 /* ../flycast/core/deps/libchdr/tests/benchmark.c */, + 9115213BF02948A7B77AA225 /* ../flycast/core/deps/libchdr/src/libchdr_bitstream.c */, + 5C9ECAF363BD4A0E8287761B /* ../flycast/core/deps/libchdr/src/libchdr_cdrom.c */, + 0812EE6FCFF6484597BF7F49 /* ../flycast/core/deps/libchdr/src/libchdr_chd.c */, + 98B8B31E1D88457887950C66 /* ../flycast/core/deps/libchdr/src/libchdr_flac.c */, + 278061E7070B4467A7986E86 /* ../flycast/core/deps/libchdr/src/libchdr_huffman.c */, ); name = "Source Files"; sourceTree = ""; }; - 6A83BB4BFDFD409C8574E25A /* chdr-static */ = { + 98838B03BF6C49F7B7894B60 /* CMake Rules */ = { isa = PBXGroup; children = ( - 0EA2EA6968D443C8A04426D9 /* Source Files */, - 76FA482B4FE14975857209E8 /* Resources */, - 929ABB27E2C645F7A36A88EA /* ../flycast/core/deps/libchdr/CMakeLists.txt */, ); - name = "chdr-static"; + name = "CMake Rules"; sourceTree = ""; }; - 6D8A8D2C9E764D0ABF924611 /* Resources */ = { + 9AEA146413094E06B72B73A1 /* lzma */ = { isa = PBXGroup; children = ( - 45A6D362689F45B4A31AC136 /* ../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */, + E50C8B5FF6D14764B5601CBD /* Header Files */, + A1F007439EDC4EF395B37F95 /* Source Files */, + A0D34E9738E64A7CA9B2F23F /* Resources */, + 30F2680E3D1C42DC8DC96F98 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/CMakeLists.txt */, ); - name = Resources; + name = lzma; sourceTree = ""; }; - 76FA482B4FE14975857209E8 /* Resources */ = { + A0D34E9738E64A7CA9B2F23F /* Resources */ = { isa = PBXGroup; children = ( - 3E0375C4CF20400AB8EE4A81 /* ../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist */, + F557C2B206A64433BE44CFBA /* ../cmake/core/deps/libchdr/deps/lzma-24.05/CMakeFiles/lzma.dir/Info.plist */, ); name = Resources; sourceTree = ""; }; - 8B847BA508794CA48D731E9F /* Resources */ = { + A1F007439EDC4EF395B37F95 /* Source Files */ = { + isa = PBXGroup; + children = ( + FD40CD3AB70A466FA72C446E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Alloc.c */, + 8844E8BF9B7E46BC9CC59A93 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Bra.c */, + 5426FA22685E43BB90D37BBD /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Bra86.c */, + 9FC9678760044EB89BB06A8F /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/BraIA64.c */, + F3C17472A7B94588BE8BD6EF /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/CpuArch.c */, + F000785E41994A1EA10E1FAF /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Delta.c */, + 29839A0883184C0CA78E540E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzFind.c */, + 5DD31B3C6A8A4F488AF85A7C /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Lzma86Dec.c */, + A6925A5B39BB47C799E57EE2 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzmaDec.c */, + 78CCD69DF6F74277A6ECA78E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzmaEnc.c */, + 6B8D0D25DE1648CE96F0E5C0 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Sort.c */, + ); + name = "Source Files"; + sourceTree = ""; + }; + A7F4EE113330413D82720B93 /* Source Files */ = { + isa = PBXGroup; + children = ( + 8A0F3155FBC44884AE23C33C /* ../flycast/core/deps/libchdr/tests/benchmark.c */, + ); + name = "Source Files"; + sourceTree = ""; + }; + B8BBF41228F641CD88103EB1 /* Resources */ = { isa = PBXGroup; children = ( + B9C2C58044054E64B9A08284 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist */, ); name = Resources; sourceTree = ""; }; - 95D9B5C8F4BF4D3F9C17FB05 /* Products */ = { + B9CA7F483C5F4C0BAEF5F5CD /* zlibstatic */ = { isa = PBXGroup; children = ( - 028D3D2250304A578004DE7A /* chdr-benchmark */, - CD838CD276AA4D1DB0E89639 /* chdr-static */, - B170948B5DDA4881B0A79812 /* lzma */, - D48A2B04856B46738C2AE0BB /* zlib */, + FB917D9EA3E34D03976F7FDD /* Source Files */, + CBB1679F1D0E4BEAA69C1F2B /* Header Files */, + B8BBF41228F641CD88103EB1 /* Resources */, + AC291316E7C8413082F4C662 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */, ); - name = Products; + name = zlibstatic; sourceTree = ""; }; - 972EA81E61E347B8B109A475 /* Source Files */ = { + CBB1679F1D0E4BEAA69C1F2B /* Header Files */ = { isa = PBXGroup; children = ( - 12EF4A1AAEA54134A6289A51 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, - 78FC03BBFFBA4F23B127E30B /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, - 06DDAC1FCB064CF0823B37D2 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, - 704270203BC140E7A410494D /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, - 0CFB80D8EDB84DAD9B5ABB90 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Delta.c */, - 4075E6B987D74DF58410749F /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, - B8468E8D0D6A4D9AB5B9A446 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, - 578C118C32954823A2D6A31A /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, - BF4E03A4FFC44F53AE190421 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, - F70ADADD1B634EA5A9EC2050 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Sort.c */, + 27625192B6214641895C1461 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */, + 7424B59395F74B01A60ECBF8 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */, + 23C83EFB9BB94906A494A2A3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */, + 23574FC265134CBFA62E7DC2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */, + 7339BA748F5F4C0D912455AA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */, + AC8E20C3C7D741BB888607E1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */, + 5F91910BBFD9488E941B5F59 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */, + 79472885E845426194CD13E4 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */, + 65D9CB73B59445028ABB6D3F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */, + 4C043EFA0258496F8AD9EC7F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */, + 271F6113D826488986E5FFE2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */, ); - name = "Source Files"; + name = "Header Files"; sourceTree = ""; }; - 9E8AE7ACCE454255BDE05623 /* Source Files */ = { + CCA5A371EE0F4048B3872033 /* Resources */ = { isa = PBXGroup; children = ( - F382BD26E0A54CE2B28B921A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - FEDED6B4EF0E4E2988BFC177 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c */, - 231A66CBE51B458A80D6AC47 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - F891EB8E866144599788C3E0 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - 7EF6E72C69504245B0F5D7D1 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c */, - 03BEBF78061E431499B0CC7E /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - 19810497D58449ADB5DD0AD7 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - D6221AAA6C58462C9A3F4233 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - F2E892DAA0AF41A9AFE4D87D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c */, - F0C4CFC29EB7419DB9F86B00 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - E8F3B3F065574E47A39930B9 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c */, + DBF8A300B15A476880BEE56A /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist */, ); - name = "Source Files"; + name = Resources; + sourceTree = ""; + }; + CF8BFCCCF2D047EA9912AF1D /* clean-all */ = { + isa = PBXGroup; + children = ( + 8925C9E9FA5D42899CB31DA9 /* CMake Rules */, + C9F5985BE0284102AB9FC79C /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt */, + ); + name = "clean-all"; + sourceTree = ""; + }; + D74B5C39DD8A4DC1856AFA65 /* CMake Rules */ = { + isa = PBXGroup; + children = ( + ); + name = "CMake Rules"; sourceTree = ""; }; - CC43F167D4824660A81A19A1 /* zlib */ = { + DC3E976D8CDB45FAA3495037 /* zlib */ = { isa = PBXGroup; children = ( - 9E8AE7ACCE454255BDE05623 /* Source Files */, - 0821ADABE9ED42A3AD6E579B /* Header Files */, - FE9B101074F44D6E9E443354 /* Resources */, - 586F14D1CA0F4611BDA88F9C /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, + 6065FCFFD2BA45A6AB8750D1 /* Source Files */, + 65DF724D0FF94C3D81DDA193 /* Header Files */, + CCA5A371EE0F4048B3872033 /* Resources */, + 8B96DC04B62D477ABC723AD2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */, ); name = zlib; sourceTree = ""; }; - CCEB10BD900744928745D58B /* Header Files */ = { + E50C8B5FF6D14764B5601CBD /* Header Files */ = { isa = PBXGroup; children = ( - F34534477E3F4B488B4CC126 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */, - 81AB53E463CF463397024F26 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Alloc.h */, - A3322788004F4552821A2937 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Bra.h */, - 649799E2EBBC4A9296E5D9A7 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Compiler.h */, - E1CC5D8D334F4801BFF776DE /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */, - CF23B3FAB13545DEB998C388 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Delta.h */, - BD65106F84034F40BD6E469B /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzFind.h */, - D36EE85E9DA247039BCC11D4 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzHash.h */, - 6971840E6FC443F0B16929AD /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */, - 32064DA9F95448AD81F25E15 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */, - D1ABF81E9B6C4DD2AC7CC445 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */, - 517A09B1B0BC44E7830AC5BD /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */, - 737A51522726455F8275586F /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Precomp.h */, - D25F561EC46243FC9A2525AB /* ../flycast/core/deps/libchdr/deps/lzma-22.01/include/Sort.h */, + 42ABD3E29959413991643913 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/7zTypes.h */, + 58E1593A7B3C4153B26BFC3C /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/7zWindows.h */, + 3DD979D6EBEB46459ED01E48 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Alloc.h */, + 7E9AAA8F94AB4C7790D5C3C6 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Bra.h */, + EFFF4A1C48E143219C9B64F8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Compiler.h */, + FD43FB90670A460AB8C74B8E /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/CpuArch.h */, + 51A09BB0AA46477B8A9A96CE /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Delta.h */, + DEEC03482DCC4001BBEE6A1F /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzFind.h */, + 43224F0052A44F28A8C42A77 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzHash.h */, + E11A6D40452343A894C320DC /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Lzma86.h */, + 4A90A8E7301147DEAEC89EB7 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzmaDec.h */, + BB154D8625374E62B4D5F736 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/LzmaEnc.h */, + 54901D10E1474DA0A180E4E8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Precomp.h */, + EAFA44C74A9D4071ADCAAFE8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/RotateDefs.h */, + 8B423E4333854DF582BB8033 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/include/Sort.h */, ); name = "Header Files"; sourceTree = ""; }; - EBAB017B473E417197A373F6 /* Resources */ = { + EB6DC83F22F049E9A3B1120E /* Resources */ = { isa = PBXGroup; children = ( - 62F8CED986E045C08C75DE10 /* ../cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */, ); name = Resources; sourceTree = ""; }; - FE9B101074F44D6E9E443354 /* Resources */ = { + EE2AFDE72863462BB54FEFE9 /* Resources */ = { isa = PBXGroup; children = ( - 2E8C113D71A44D4FBAA0535D /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */, + CBE2EFB716F14D0EB1CB3412 /* ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/libzstd_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; }; + F28487663089476DBCFDC517 /* uninstall */ = { + isa = PBXGroup; + children = ( + 98838B03BF6C49F7B7894B60 /* CMake Rules */, + 9DDCA1E2DCD54322ABD3FDCC /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeLists.txt */, + ); + name = uninstall; + sourceTree = ""; + }; + FB917D9EA3E34D03976F7FDD /* Source Files */ = { + isa = PBXGroup; + children = ( + 00BEB5ABC6F74F00B278E8F2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */, + 65F1F91717CA42EC948136EC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */, + ED6BADBF92BF417BBD6241E9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */, + 4DAADE2A351B4E949ADB5479 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */, + BB5B85B9FAF34FBBACAFCBBA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */, + FADF2FB0FA6940F5AD37559A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */, + 32AD7A99E9F047A5BE4D6BC1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */, + 14A26C37DBFC42929C23BB32 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */, + 1ABAAFB24CE24BF5A1FA5A75 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */, + C105EDDA74A047FD9EFF8166 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */, + D749959DB4F4455A92AE7FD7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */, + 3129D09B3E714166818DFAEC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */, + 5C974DDEAC064B848F2B45B5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */, + C0CED4B8EDAA4326AA89A90B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */, + DE0DF89C80E5476CAFD0300D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */, + ); + name = "Source Files"; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 1B6D1D7E89C9A43F8E1A70B4 /* lzma */ = { + 306475C933CD35C79B855AD1 /* chdr-static */ = { isa = PBXNativeTarget; - buildConfigurationList = 1B258795F951476BB3A59478 /* Build configuration list for PBXNativeTarget "lzma" */; + buildConfigurationList = 1680C76E89F247918940B5DD /* Build configuration list for PBXNativeTarget "chdr-static" */; buildPhases = ( - EEDD63F9C6DE4C57B2D4607C /* Sources */, - DB05921118A6401288ECE185 /* Frameworks */, + 204692FF066C450D9521CE4B /* Sources */, + 655EB35515004D40A0A14641 /* Frameworks */, ); buildRules = ( ); dependencies = ( + CFE3DC87E8A545E5BB0CF8D2 /* PBXTargetDependency */, + 1F72A200E7E34BD0B879B3B2 /* PBXTargetDependency */, + 3CDDD2CA62D14C1EAAB50E01 /* PBXTargetDependency */, + CC403C28165A45748B646FB8 /* PBXTargetDependency */, ); - name = lzma; - productName = lzma; - productReference = B170948B5DDA4881B0A79812 /* lzma */; + name = "chdr-static"; + productName = "chdr-static"; + productReference = E1D7305ECAB04E5B8A4A18A9 /* chdr-static */; productType = "com.apple.product-type.library.static"; }; - 306475C933CD35C79B855AD1 /* chdr-static */ = { + 419CF4A61CD3DDB0D3BD2ED2 /* lzma */ = { isa = PBXNativeTarget; - buildConfigurationList = 97535305687047C5BE99A8A2 /* Build configuration list for PBXNativeTarget "chdr-static" */; + buildConfigurationList = 9C752D7F88DC4C969EA22A8A /* Build configuration list for PBXNativeTarget "lzma" */; buildPhases = ( - 2920B1A519464B8C89C3B3D4 /* Sources */, - 4A14DFFC0C3C4E799822F22B /* Frameworks */, + 3F2EA1089BA0475FB603E5E5 /* Sources */, + ED753B72CF1A4EEC80DBBC1D /* Frameworks */, ); buildRules = ( ); dependencies = ( - 00E09C44E3A54F4591060EC7 /* PBXTargetDependency */, - 19FE1CAFE4404D969F5012C1 /* PBXTargetDependency */, - 4F56389D78AA464EB5A4FD6B /* PBXTargetDependency */, ); - name = "chdr-static"; - productName = "chdr-static"; - productReference = CD838CD276AA4D1DB0E89639 /* chdr-static */; + name = lzma; + productName = lzma; + productReference = 9A5BDFA4EE2C49DD83A76C83 /* lzma */; productType = "com.apple.product-type.library.static"; }; 6A02EEB9AF975E98F1163ADB /* chdr-benchmark */ = { isa = PBXNativeTarget; - buildConfigurationList = B938803AA2EA4663B45B9BDC /* Build configuration list for PBXNativeTarget "chdr-benchmark" */; + buildConfigurationList = CD97D88DFFFA4391B4E84B3D /* Build configuration list for PBXNativeTarget "chdr-benchmark" */; buildPhases = ( - C3F33BD23D2F4934970CDCDE /* Sources */, - 52C7E6B2977A43B5A82F85A0 /* Frameworks */, + 5D4D5CDDF3D64D92AE0A3BD1 /* Sources */, + 60F4E522873F4C93A813D471 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7E6EC972A8654A0FAA97C2E5 /* PBXTargetDependency */, - 38D6DA27F05442CB86F01A28 /* PBXTargetDependency */, - AB5FE67849BB4CA3B7F90ED2 /* PBXTargetDependency */, + EE7818A58A4D42E79EEAB1E2 /* PBXTargetDependency */, + 9F67B02D5E5248D583BBB0CF /* PBXTargetDependency */, + C1F452886AF7439BBABCEC86 /* PBXTargetDependency */, + 7E234FDD3F764F868FFFD10E /* PBXTargetDependency */, ); name = "chdr-benchmark"; productName = "chdr-benchmark"; - productReference = 028D3D2250304A578004DE7A /* chdr-benchmark */; + productReference = 88CDE09FF25644FB9C2DD0F9 /* chdr-benchmark */; productType = "com.apple.product-type.application"; }; - B128433B4CE4270EFDCFAB54 /* zlib */ = { + 807E5D4C084C756426305CD2 /* zlibstatic */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9126D6D27B5B42EEA9702AE0 /* Build configuration list for PBXNativeTarget "zlibstatic" */; + buildPhases = ( + 7CE696E2DC4C4C5EB9B02279 /* Sources */, + 30238AF3EA274C45B6CCEEBA /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = zlibstatic; + productName = zlibstatic; + productReference = C8E8C582BA3546358006B349 /* zlibstatic */; + productType = "com.apple.product-type.library.static"; + }; + 92C9B5FE49230EAE1BA30390 /* libzstd_static */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9A2890EC228E4821ADC1A692 /* Build configuration list for PBXNativeTarget "libzstd_static" */; + buildPhases = ( + 4BC0DE386E2C45829CA77102 /* Sources */, + 9DDE3169FFA34795AE81DCBB /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = libzstd_static; + productName = libzstd_static; + productReference = 536A9C656F7347B1B444589C /* libzstd_static */; + productType = "com.apple.product-type.library.static"; + }; + C7F71D9148762EB14071D744 /* zlib */ = { isa = PBXNativeTarget; - buildConfigurationList = EBB6140CD3D441EC9E220C0A /* Build configuration list for PBXNativeTarget "zlib" */; + buildConfigurationList = D845691351214F768C6452AD /* Build configuration list for PBXNativeTarget "zlib" */; buildPhases = ( - 7BC570C5136F42F58DECC7A1 /* Sources */, - 122EE6B7CD364B9C97E2D560 /* Frameworks */, + 207D51081180471BA41FA101 /* Sources */, + 5AC76AE515794416A1AFF3A4 /* Frameworks */, + A469A1AD8F964D13695F2DB7 /* CMake PostBuild Rules */, ); buildRules = ( ); @@ -606,45 +1110,86 @@ ); name = zlib; productName = zlib; - productReference = D48A2B04856B46738C2AE0BB /* zlib */; - productType = "com.apple.product-type.library.static"; + productReference = 2F46B7B863884B41A3428492 /* zlib */; + productType = "com.apple.product-type.library.dynamic"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - 24364CD0C0E84F96B59FD0EA /* Project object */ = { + FE463CF5A9D648AEB70D4B90 /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 1620; }; - buildConfigurationList = 6E776F7BF76F405F84688F9C /* Build configuration list for PBXProject "chdr" */; + buildConfigurationList = 23464A8EA5234048B5541ADE /* Build configuration list for PBXProject "chdr" */; buildSettings = { }; buildStyles = ( - 04A33556987D45D1BC6E45D8 /* Debug */, - 31C10DA302D44564B82C8D83 /* Release */, - 7F80DF93C01D45F297BA8B38 /* MinSizeRel */, - 717C383ED8204CE984A58299 /* RelWithDebInfo */, + 8DFFF2DCDB414998ACE10DE0 /* Debug */, + F7498687EB2F437CA12BA001 /* Release */, + 5DE76301F37546C780CD4B6C /* MinSizeRel */, + BE2BA9023EA64FF79889B4B1 /* RelWithDebInfo */, ); compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; - mainGroup = 07DA1621DE404A1EB1204E59; + mainGroup = 238A6FE6EE3847A29CF95D95; projectDirPath = ../flycast/core/deps/libchdr; projectRoot = ""; targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, + B727D2F61FE22951697F0BAD /* ALL_BUILD */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, 6A02EEB9AF975E98F1163ADB /* chdr-benchmark */, 306475C933CD35C79B855AD1 /* chdr-static */, - 11E917AB434F844A6CA3AEDF /* install */, - 1B6D1D7E89C9A43F8E1A70B4 /* lzma */, - B128433B4CE4270EFDCFAB54 /* zlib */, + 146B629DE4BB64BB67E54FA0 /* clean-all */, + 1148ED2E9013F6047A670D47 /* install */, + 92C9B5FE49230EAE1BA30390 /* libzstd_static */, + 419CF4A61CD3DDB0D3BD2ED2 /* lzma */, + 26CB2AEE0BA90F0F93EA7584 /* uninstall */, + C7F71D9148762EB14071D744 /* zlib */, + 807E5D4C084C756426305CD2 /* zlibstatic */, ); }; /* End PBXProject section */ /* Begin PBXShellScriptBuildPhase section */ + 2DD8E812910CAF8DD875F21E /* Generate deps/zstd-1.5.6/build/cmake/CMakeFiles/clean-all */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Generate deps/zstd-1.5.6/build/cmake/CMakeFiles/clean-all"; + outputPaths = ( +"../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeFiles/clean-all" ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake + /usr/bin/xcodebuild clean + rm -rf ../cmake/ +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake + /usr/bin/xcodebuild clean + rm -rf ../cmake/ +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake + /usr/bin/xcodebuild clean + rm -rf ../cmake/ +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake + /usr/bin/xcodebuild clean + rm -rf ../cmake/ +fi +"; + showEnvVarsInLog = 0; + }; 3C0110FC8322DE7E50886E21 = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -693,6 +1238,21 @@ fi "; showEnvVarsInLog = 0; }; + 3C8B9B9628600475EB03CBF8 = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# shell script goes here +exit 0"; + showEnvVarsInLog = 0; + }; 87AF4882E018677E2624B544 = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -722,24 +1282,24 @@ exit 0"; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../cmake/core/deps/libchdr - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : cd ../cmake/core/deps/libchdr - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../cmake/core/deps/libchdr - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../cmake/core/deps/libchdr - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; showEnvVarsInLog = 0; }; - 9B50530E35CC49C82C2FACCF = { + 953177ABA367833B3D12CDB7 = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -754,154 +1314,542 @@ fi exit 0"; showEnvVarsInLog = 0; }; - B789501230619857098778BA /* Generate CMakeFiles/ZERO_CHECK */ = { + 9B50530E35CC49C82C2FACCF = { isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -../cmake/core/deps/libchdr/CMakeFiles/ZERO_CHECK ); + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# shell script goes here +exit 0"; + showEnvVarsInLog = 0; + }; + A469A1AD8F964D13695F2DB7 /* CMake PostBuild Rules */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + name = "CMake PostBuild Rules"; + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake/core/deps/libchdr - make -f ../cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Debug${EFFECTIVE_PLATFORM_NAME}/z.1.3.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Debug${EFFECTIVE_PLATFORM_NAME}/z.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Debug${EFFECTIVE_PLATFORM_NAME}/z.dylib fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake/core/deps/libchdr - make -f ../cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Release${EFFECTIVE_PLATFORM_NAME}/z.1.3.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Release${EFFECTIVE_PLATFORM_NAME}/z.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Release${EFFECTIVE_PLATFORM_NAME}/z.dylib fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake/core/deps/libchdr - make -f ../cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/core/deps/libchdr/deps/zlib-1.3.1/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/z.1.3.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/z.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/z.dylib fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake/core/deps/libchdr - make -f ../cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/core/deps/libchdr/deps/zlib-1.3.1/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/z.1.3.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/z.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/z.dylib fi "; showEnvVarsInLog = 0; }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 2920B1A519464B8C89C3B3D4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 093B880697304F8E9A77508D /* ../flycast/core/deps/libchdr/src/libchdr_bitstream.c */, - D2C195757D2D454789964CF1 /* ../flycast/core/deps/libchdr/src/libchdr_cdrom.c */, - B63A72317B8F446ABA2C0DBB /* ../flycast/core/deps/libchdr/src/libchdr_chd.c */, - 05344137EB76461DAD314D70 /* ../flycast/core/deps/libchdr/src/libchdr_flac.c */, - 9E229C21D0D04C1F9E54F59D /* ../flycast/core/deps/libchdr/src/libchdr_huffman.c */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7BC570C5136F42F58DECC7A1 /* Sources */ = { - isa = PBXSourcesBuildPhase; + A4814B61EE8A4F62AAE4DE15 /* Generate deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/uninstall */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( - 81A53EECC7CD4ECE8ABB33A7 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - 4B3504AE36724E1EA97A91DF /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c */, - D69AE096D6044A3EA092A9CA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - 0218B40956444DEBA606A177 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - 37009C48609B4CB5B8147796 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c */, - 66CAFDFC2FE24AF69EFA2A90 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - 0CED1693931F4705B8AEAA92 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - 38E4E87D2BEB49EBAC50CDF6 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - 0EEFA340EB384ED3B0058FCA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c */, - EAEA8B2377AE4D81A075D0F3 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - 8556449A492A419393BC6E25 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c */, ); - runOnlyForDeploymentPostprocessing = 0; - }; - C3F33BD23D2F4934970CDCDE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7EF3F1BC45924D4EA8E270A7 /* ../flycast/core/deps/libchdr/tests/benchmark.c */, + inputPaths = ( ); + name = "Generate deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/uninstall"; + outputPaths = ( +"../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/uninstall" ); runOnlyForDeploymentPostprocessing = 0; - }; - EEDD63F9C6DE4C57B2D4607C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 69D22E6C10294CE2BCB11C56 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, - E4B4505CDB99473BA46FBBDA /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, - C92AE2BBDF144222BC051CA2 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, - 81975C8ED259469791BDDE65 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, - E8410DDCB2D5462BBB0BA862 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Delta.c */, - 2B800608E6BC49BC8F123E70 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, - F2197D8A783743ADA4675167 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, - 76DCCECE591F4E359D21D283 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, - 3D23ED6296EF4293B1E15F9B /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, - 392C6368B7E24F5C845775B1 /* ../flycast/core/deps/libchdr/deps/lzma-22.01/src/Sort.c */, - ); + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib + /opt/homebrew/bin/cmake -P ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/cmake_uninstall.cmake +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib + /opt/homebrew/bin/cmake -P ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/cmake_uninstall.cmake +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib + /opt/homebrew/bin/cmake -P ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/cmake_uninstall.cmake +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib + /opt/homebrew/bin/cmake -P ../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/cmake_uninstall.cmake +fi +"; + showEnvVarsInLog = 0; + }; + B789501230619857098778BA /* Generate CMakeFiles/ZERO_CHECK */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Generate CMakeFiles/ZERO_CHECK"; + outputPaths = ( +../cmake/core/deps/libchdr/CMakeFiles/ZERO_CHECK ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/libchdr + make -f ../cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/libchdr + make -f ../cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/libchdr + make -f ../cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/libchdr + make -f ../cmake/core/deps/libchdr/CMakeScripts/ReRunCMake.make +fi +"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 204692FF066C450D9521CE4B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 98C5BE57B55F4FFE9C347283 /* ../flycast/core/deps/libchdr/src/libchdr_bitstream.c */, + C6F995033F7D40F8997B209D /* ../flycast/core/deps/libchdr/src/libchdr_cdrom.c */, + 816D879E17FF41BC90B5A4BA /* ../flycast/core/deps/libchdr/src/libchdr_chd.c */, + A23BCB7B82244BBEB39DC410 /* ../flycast/core/deps/libchdr/src/libchdr_flac.c */, + 33CA67416B3643AE96680EC1 /* ../flycast/core/deps/libchdr/src/libchdr_huffman.c */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 207D51081180471BA41FA101 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FF8CDB755BE54BADA2846B6C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */, + 8918A72B17EC4401B80DFDEA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */, + 87CB9EE4CD3548B0BB66089E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */, + 73A01156D5CE453DBE504554 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */, + 6D98A4B4CFFC4C4A9EA2095A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */, + 6CCD09AF4CBB46CFBC7E7B46 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */, + A53A3EFDD4074FC981BA298C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */, + 7A6C793687DE4AE8A7540E02 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */, + 907DCD5EC9214D88B3F1030C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */, + 1867533235D1494DB64BA984 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */, + F649B41B15DD4BACB26AB466 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */, + 4A108BC813494D55BF6A8FC7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */, + BD4ADA0427F9486982FD1927 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */, + 2C9EB601B2894B8AAE3824EC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */, + 3C129FEFC316490D96780B57 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3F2EA1089BA0475FB603E5E5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F3E6DFEA6B444145A7284C12 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Alloc.c */, + C9026EF016EC40DAB2902041 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Bra.c */, + 7A5748C9C0E54028B43079E4 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Bra86.c */, + 771E452711924EBEBC3F2666 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/BraIA64.c */, + B6E9BC2B0B3A4A5FBC5367C1 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/CpuArch.c */, + 1E8CA3FFAF394AD5A8CAEB70 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Delta.c */, + EDD4A071F4964C2EBE1225FE /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzFind.c */, + E030204E22C24DF2BE1A9F43 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Lzma86Dec.c */, + A46C5B471A144A1D81F26EA0 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzmaDec.c */, + BC0C7914F5534B08964DE4B8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/LzmaEnc.c */, + AB1227F5FFD54B818146FFA8 /* ../flycast/core/deps/libchdr/deps/lzma-24.05/src/Sort.c */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4BC0DE386E2C45829CA77102 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AE54F860BF574005B605E8B8 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.c */, + E672B1CABC144B0790BC4DF2 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/entropy_common.c */, + E0AD4A690B20433E91B81ACF /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.c */, + 9A943BD8425043588EF74E66 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse_decompress.c */, + 6EE786D91F9740AB92ADD7CE /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.c */, + 48A60183C99A44DB9086607E /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.c */, + C54B3BB70D7F4EDDB5A0AC30 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.c */, + 64B688C6412E4F3594498C4D /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_common.c */, + B7FDB25D3122443CA91BBE15 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/fse_compress.c */, + 770E4B815CFF490C896E933F /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.c */, + F59AC394211C44C4B60C2110 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/huf_compress.c */, + D7B2093E8836483681B5F780 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress.c */, + 15F2D06B7BDC499098307D50 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.c */, + B9575A084AB64D3EB5F9BB5E /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.c */, + 45EABF951C9C4F87BEBEBC0A /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.c */, + DC8F7B1C9E7F4610B956FF9E /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.c */, + 405DAF4135274E5BA6631945 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.c */, + 6BC44E38EA8A42289A5BC796 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.c */, + C7EC557B81094DAD90F36773 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.c */, + 59EE07E1DC7948C88331B410 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.c */, + F3ECCF9231CE48948AC7EE55 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.c */, + 74BDC92D60714C34B4C1DD6F /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/huf_decompress.c */, + 62992B1161E54A749D0A5803 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.c */, + 4EA799C60EE64E92B9E49741 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress.c */, + 167E302365E14EA4ABB6BCE7 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.c */, + 78858970D280423F9A0FC194 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.c */, + 8CEC97CE180F41929B8DC85E /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.c */, + B3884490659A4FA5A97BBC82 /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/fastcover.c */, + 2119507B180A4192A534D50B /* ../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/zdict.c */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5D4D5CDDF3D64D92AE0A3BD1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B5CF07415C7E4A7CAFC564C0 /* ../flycast/core/deps/libchdr/tests/benchmark.c */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7CE696E2DC4C4C5EB9B02279 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3932DFCE5B1646A9958ED3E7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */, + 2EB0BCBEFA2046178366F1B4 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */, + BE190E22F09C459CB8C9D72E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */, + D3CD2A0A53B24EC9B78AF687 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */, + CD5C1BFA07944912B6FB970C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */, + C2610351DF92488A9B38A89D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */, + 5470231AA572498C9006D67A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */, + 28F14F28E95B4D8E95E5E136 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */, + 860AF3EF4DEC4A2E9B693D12 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */, + 85BD5E84276548DDA08040F6 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */, + F6427484A96E43768DDFB6DE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */, + A8847C537E1A4BDF8303B517 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */, + 078485C71EED4AD799041243 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */, + 8523107C8BCB4752A2DE3A3D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */, + 05A8458A921B4D6F9C39844A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */, + ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 00E09C44E3A54F4591060EC7 /* PBXTargetDependency */ = { + 1F72A200E7E34BD0B879B3B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = A80DC4FF230943898CE9E00D /* PBXContainerItemProxy */; + target = 807E5D4C084C756426305CD2 /* zlibstatic */; + targetProxy = 7453E15A34274D41B6AA07A2 /* PBXContainerItemProxy */; }; - 19FE1CAFE4404D969F5012C1 /* PBXTargetDependency */ = { + 3CDDD2CA62D14C1EAAB50E01 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 1B6D1D7E89C9A43F8E1A70B4 /* lzma */; - targetProxy = 8598B2427437438FA8744442 /* PBXContainerItemProxy */; + target = 92C9B5FE49230EAE1BA30390 /* libzstd_static */; + targetProxy = A6BBEF648E9746B1B4D58C71 /* PBXContainerItemProxy */; }; - 1D6D03DE68B34B83A5D69D8E /* PBXTargetDependency */ = { + 3EAC795ACDB1426AACDA2A02 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 306475C933CD35C79B855AD1 /* chdr-static */; - targetProxy = CC0EC1D44D0240DA9E648D26 /* PBXContainerItemProxy */; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = F23E930F97AB467EA1E2A468 /* PBXContainerItemProxy */; }; - 20D3924825AF4B3F9498B4E1 /* PBXTargetDependency */ = { + 5AF7F095E26E4AC3AF38BB6D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = A5AEECC74F4A46719CA27DF0 /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 08AD294CEB8C4616AF7A1006 /* PBXContainerItemProxy */; }; - 38D6DA27F05442CB86F01A28 /* PBXTargetDependency */ = { + 7E234FDD3F764F868FFFD10E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 1B6D1D7E89C9A43F8E1A70B4 /* lzma */; - targetProxy = 1D02F2F5EF3C43899840FDCE /* PBXContainerItemProxy */; + target = 92C9B5FE49230EAE1BA30390 /* libzstd_static */; + targetProxy = 748FC10A06494AE8B279E3E9 /* PBXContainerItemProxy */; }; - 4F56389D78AA464EB5A4FD6B /* PBXTargetDependency */ = { + 7E613B82C9024E10857FABE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B128433B4CE4270EFDCFAB54 /* zlib */; - targetProxy = 8C584F71CA6A4D3FBC6BC48E /* PBXContainerItemProxy */; + target = 306475C933CD35C79B855AD1 /* chdr-static */; + targetProxy = 3CA5EE7ADCC941C2BB8534FF /* PBXContainerItemProxy */; }; - 6F36FB737B1A44558AAE6891 /* PBXTargetDependency */ = { + 9F67B02D5E5248D583BBB0CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 992F8818BA2C4796A7CE70EA /* PBXContainerItemProxy */; + target = 419CF4A61CD3DDB0D3BD2ED2 /* lzma */; + targetProxy = 480C0CC6BE044B24A64D75AB /* PBXContainerItemProxy */; }; - 7E6EC972A8654A0FAA97C2E5 /* PBXTargetDependency */ = { + C1F452886AF7439BBABCEC86 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 306475C933CD35C79B855AD1 /* chdr-static */; - targetProxy = 1AA6843C77024EEB9D8B6A0F /* PBXContainerItemProxy */; + target = 807E5D4C084C756426305CD2 /* zlibstatic */; + targetProxy = 8EE820FA30534C85AE3422A7 /* PBXContainerItemProxy */; + }; + CC403C28165A45748B646FB8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = FA5C0602E59A499CA6CAAAAD /* PBXContainerItemProxy */; }; - A373657DF0A24959852E16D9 /* PBXTargetDependency */ = { + CFE3DC87E8A545E5BB0CF8D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 419CF4A61CD3DDB0D3BD2ED2 /* lzma */; + targetProxy = F8E94511159F4983AD29F6AF /* PBXContainerItemProxy */; + }; + D89D9A228986432F865441F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 6A02EEB9AF975E98F1163ADB /* chdr-benchmark */; - targetProxy = D351AA1BBA8E41598B5D4FC9 /* PBXContainerItemProxy */; + targetProxy = EE15C6E1F2E244ADBBE463A8 /* PBXContainerItemProxy */; }; - AB5FE67849BB4CA3B7F90ED2 /* PBXTargetDependency */ = { + EE7818A58A4D42E79EEAB1E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B128433B4CE4270EFDCFAB54 /* zlib */; - targetProxy = 0489AD956589444BAA4BD62A /* PBXContainerItemProxy */; + target = 306475C933CD35C79B855AD1 /* chdr-static */; + targetProxy = 20BBF8EE1B284CA3982C7AA7 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 10BE1F4550C14AD3A13A11B4 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZLIB_DLL,"$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = DYNAMIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -fPIC ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names -install_name @rpath/z.1.dylib","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z.1.3.1; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + 151E87361E82480682B70ACB /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = uninstall; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + 1E9F1DDB58A4497B8AC6C60D /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = "clean-all"; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + 2082A52E6FBA4F05972C04CC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + 3CA9C0D1FE4547C5808495D0 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = RelWithDebInfo; + }; + 3D1F8E89B63245C49E172552 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZLIB_DLL,"$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = DYNAMIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names -install_name @rpath/z.1.dylib","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z.1.3.1; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + 4E510BFB9EE7441281C8DAB3 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; + }; + 4E63CE9883E945F1A79D8A81 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZLIB_DLL,"$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = DYNAMIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names -install_name @rpath/z.1.dylib","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z.1.3.1; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + 51E77CFDD8584EB2A01B32DC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-24.05/include","../cmake/core/deps/libchdr/deps/zlib-1.3.1","../flycast/core/deps/libchdr/deps/zlib-1.3.1","../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/../../lib","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = "chdr-static"; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + 5345C36CC74F4EF5956F7E4E /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = uninstall; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 01977519D66C418BA9FF1709 /* Release */ = { + 578274934DCE415F9C0F6201 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -910,27 +1858,27 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,"../flycast/core/deps/libchdr/deps/zlib-1.2.12","../cmake/core/deps/libchdr/deps/zlib-1.2.12",../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib","../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_CFLAGS = (" -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -Qunused-arguments -Wa,--noexecstack -DNDEBUG -fPIC -DZSTD_DISABLE_ASM ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-static"; + PRODUCT_NAME = zstd; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = RelWithDebInfo; }; - 14AF8F15C4E9485194AA5C07 /* Release */ = { + 65380E36F02B4F3898D672BB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -942,9 +1890,9 @@ fi GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",Z7_ST,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-24.05/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -959,7 +1907,36 @@ fi }; name = Release; }; - 1636994B077D45B297D24E0C /* MinSizeRel */ = { + 6A8348E156214812BA34C5F2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = ""; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); + INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + INSTALL_PATH = ""; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIE ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-24.05/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.3.1/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = "chdr-benchmark"; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + 6B0277C1BAA642B4893B63D8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -970,38 +1947,45 @@ fi EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-24.05/include","../cmake/core/deps/libchdr/deps/zlib-1.3.1","../flycast/core/deps/libchdr/deps/zlib-1.3.1","../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/../../lib","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = lzma; + PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Release; }; - 243FE100F6074503A41F9EC2 /* Debug */ = { + 6F340C55C0E64EB19118D44F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - BUILD_DIR = ../lib; + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = "clean-all"; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - 319F7AC1A465467E95004C64 /* Debug */ = { + 766BFFD1645F4F968DAE29E6 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1014,14 +1998,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = uninstall; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = Debug; }; - 39C0F564E0AB4E539F6382FE /* Release */ = { + 7D3C7C771F1A47D792E67E18 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1034,14 +2018,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = RelWithDebInfo; }; - 3AB401A740B54B30989AC639 /* MinSizeRel */ = { + 84E333CEAB81481F86AEC55C /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1053,16 +2037,16 @@ fi GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",Z7_ST,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-24.05/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; + PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; @@ -1070,7 +2054,7 @@ fi }; name = MinSizeRel; }; - 3BDB3614B52042A4801B6DFE /* Debug */ = { + 866B46FBB3FA4952874A0DFC /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1079,47 +2063,70 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,"../flycast/core/deps/libchdr/deps/zlib-1.2.12","../cmake/core/deps/libchdr/deps/zlib-1.2.12",../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib","../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); + OTHER_CFLAGS = (" -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -Qunused-arguments -Wa,--noexecstack -DNDEBUG -fPIC -DZSTD_DISABLE_ASM ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-static"; + PRODUCT_NAME = zstd; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = MinSizeRel; }; - 4240E87A8BAB4D2782137528 /* Debug */ = { + 8B8C35F4340245C89E8CB546 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = z; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = MinSizeRel; + }; + 8BC87F4EA3C146C5952EF3D7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = Release; }; - 43716DCF6772482B977BF4F6 /* Debug */ = { + 95D58C5E70EF42D78F5BC90D /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1128,27 +2135,27 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); + HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-24.05/include","../cmake/core/deps/libchdr/deps/zlib-1.3.1","../flycast/core/deps/libchdr/deps/zlib-1.3.1","../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/../../lib","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; + PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = MinSizeRel; }; - 4EBFD0A38FB74D4CA4CDEE3F /* Release */ = { + 9A2B880F4C1445A6949B945A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -1157,12 +2164,120 @@ fi IPHONEOS_DEPLOYMENT_TARGET = 12.0; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; BUILD_DIR = ../lib; }; + name = Debug; + }; + 9A483E19400542148A806090 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + 9C3704ED7E9E49AABC51BE0A /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = uninstall; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; + }; + 9C5C43BD897047048C06F5E1 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; name = Release; }; - 6131B947309744CFA22BB674 /* RelWithDebInfo */ = { + 9E60AD4E3014457F86664577 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + A143E9319BDA4F97A51B4613 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + AA25BF2626AD4046883AD9A9 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1174,73 +2289,87 @@ fi GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-24.05/include","../cmake/core/deps/libchdr/deps/zlib-1.3.1","../flycast/core/deps/libchdr/deps/zlib-1.3.1","../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/../../lib","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = lzma; + PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = RelWithDebInfo; + }; + AC67052A59674B94B91D666F /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = MinSizeRel; }; - 6B665E5CA2784982AA91C310 /* Debug */ = { + B09DF6102A3545FB9A58B5FD /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = ""; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); - INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIE ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-benchmark"; + PRODUCT_NAME = "clean-all"; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - 6CAB8578079B48D8A11358AA /* RelWithDebInfo */ = { + B16057AB952E42BBB1609BC8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",Z7_ST,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-24.05/include","$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Debug; }; - 7796557A3624496D83BBBCB5 /* Release */ = { + B4E3170D6BA54D58801E84C8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1253,14 +2382,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = Debug; }; - 82E26D99BAA345109B122AFD /* MinSizeRel */ = { + B67B1689620149E08E164C65 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1273,14 +2402,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = MinSizeRel; }; - 8A7521457D0745A1B7C71D56 /* RelWithDebInfo */ = { + C34BBDA3F7D246B4B4825579 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1294,7 +2423,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1309,7 +2438,7 @@ fi }; name = RelWithDebInfo; }; - 8EF16CC41A3B448F81CDDDC0 /* MinSizeRel */ = { + C91C05A39D1341A1A6DD37DA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1322,86 +2451,94 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Debug; }; - 9456A52A015B4B2EA34389DC /* Release */ = { + CB28FF67700F450A98519A25 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = ""; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + EXECUTABLE_SUFFIX = .dylib; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZLIB_DLL,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); - INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); INSTALL_PATH = ""; + LIBRARY_STYLE = DYNAMIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIE ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names -install_name @rpath/z.1.dylib","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-benchmark"; + PRODUCT_NAME = z.1.3.1; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = RelWithDebInfo; }; - 9605DD375689462CA18FBF15 /* RelWithDebInfo */ = { + CBE2BDA6030548B48EE755CF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = "clean-all"; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Debug; }; - 96D2C56F1D9248528DDCB90D /* MinSizeRel */ = { + D09E5D207BE5481B87B22A4F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = ""; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); - INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib","../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib","$(inherited)"); INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIE ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_CFLAGS = (" -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -Qunused-arguments -Wa,--noexecstack -DNDEBUG -fPIC -DZSTD_DISABLE_ASM ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-benchmark"; + PRODUCT_NAME = zstd; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Release; }; - B18E1DE9F93A49D7B34D0377 /* MinSizeRel */ = { + D5FCE29E51484684BD4377E2 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1421,28 +2558,28 @@ fi }; name = MinSizeRel; }; - BD9F807388AD45E4BD3D961C /* MinSizeRel */ = { + DE9707B5153A49258DAE45F9 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = ""; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,"../flycast/core/deps/libchdr/deps/zlib-1.2.12","../cmake/core/deps/libchdr/deps/zlib-1.2.12",../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); + INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = (" -DNDEBUG -fPIE ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-24.05/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.3.1/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-static"; + PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; @@ -1450,110 +2587,94 @@ fi }; name = MinSizeRel; }; - C1BDDD96D0184DCE9C8D282C /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = MinSizeRel; - }; - D5FC796F80454730A893D5BA /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Debug; - }; - E6B4AF38FBDB4A6598EF8905 /* RelWithDebInfo */ = { + E0D77D14D1684E519F102021 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",Z7_ST,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-24.05/include","$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = RelWithDebInfo; }; - EB9FC7DFE6F8412AA3A4474E /* Release */ = { + E9EF0E1566A14B96BBC39093 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = ""; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); + INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -fPIE ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-24.05/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.3.1/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = Debug; }; - F28E1201F7CE49C09380DE9E /* Debug */ = { + EE09F9876A204102B1C4C0D2 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = ""; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); + INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = (" -DNDEBUG -fPIE ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-24.05/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.3.1/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = lzma; + PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - F57A26E2CA56449AA150C0A4 /* Release */ = { + F0E03901176144A08A28F239 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1562,27 +2683,27 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=0'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib","../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_CFLAGS = (" -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -Qunused-arguments -Wa,--noexecstack -fPIC -DZSTD_DISABLE_ASM ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; + PRODUCT_NAME = zstd; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = Debug; }; - F860FDEDE6684F94B169D518 /* RelWithDebInfo */ = { + F6E61C53929448C1AE0A1F16 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1595,66 +2716,57 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Release; }; - F9B9CEFFF88E43F2A89CC641 /* RelWithDebInfo */ = { + F81A152A682A404C90C8D60B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = ""; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; + GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); - INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIE ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-benchmark"; + PRODUCT_NAME = z; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Release; }; - FC56A6D9E870485F9B0A5D62 /* RelWithDebInfo */ = { + FC496C67674F4D098A410E44 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,"../flycast/core/deps/libchdr/deps/zlib-1.2.12","../cmake/core/deps/libchdr/deps/zlib-1.2.12",../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-static"; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; @@ -1663,95 +2775,139 @@ fi /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 1B258795F951476BB3A59478 /* Build configuration list for PBXNativeTarget "lzma" */ = { + 1680C76E89F247918940B5DD /* Build configuration list for PBXNativeTarget "chdr-static" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 51E77CFDD8584EB2A01B32DC /* Debug */, + 6B0277C1BAA642B4893B63D8 /* Release */, + 95D58C5E70EF42D78F5BC90D /* MinSizeRel */, + AA25BF2626AD4046883AD9A9 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 23464A8EA5234048B5541ADE /* Build configuration list for PBXProject "chdr" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9A2B880F4C1445A6949B945A /* Debug */, + 8BC87F4EA3C146C5952EF3D7 /* Release */, + AC67052A59674B94B91D666F /* MinSizeRel */, + 3CA9C0D1FE4547C5808495D0 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 6620AC8E625C4F9DBC40CABE /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B4E3170D6BA54D58801E84C8 /* Debug */, + F6E61C53929448C1AE0A1F16 /* Release */, + A143E9319BDA4F97A51B4613 /* MinSizeRel */, + FC496C67674F4D098A410E44 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 69AC620F4F8D4AE8B3AB04ED /* Build configuration list for PBXAggregateTarget "clean-all" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CBE2BDA6030548B48EE755CF /* Debug */, + 6F340C55C0E64EB19118D44F /* Release */, + 1E9F1DDB58A4497B8AC6C60D /* MinSizeRel */, + B09DF6102A3545FB9A58B5FD /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 9126D6D27B5B42EEA9702AE0 /* Build configuration list for PBXNativeTarget "zlibstatic" */ = { isa = XCConfigurationList; buildConfigurations = ( - F28E1201F7CE49C09380DE9E /* Debug */, - 14AF8F15C4E9485194AA5C07 /* Release */, - 1636994B077D45B297D24E0C /* MinSizeRel */, - 6131B947309744CFA22BB674 /* RelWithDebInfo */, + 9A483E19400542148A806090 /* Debug */, + F81A152A682A404C90C8D60B /* Release */, + 8B8C35F4340245C89E8CB546 /* MinSizeRel */, + C34BBDA3F7D246B4B4825579 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 6E776F7BF76F405F84688F9C /* Build configuration list for PBXProject "chdr" */ = { + 98837ACAEEB74916B48411AC /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { isa = XCConfigurationList; buildConfigurations = ( - 243FE100F6074503A41F9EC2 /* Debug */, - 4EBFD0A38FB74D4CA4CDEE3F /* Release */, - C1BDDD96D0184DCE9C8D282C /* MinSizeRel */, - 9605DD375689462CA18FBF15 /* RelWithDebInfo */, + 9E60AD4E3014457F86664577 /* Debug */, + 9C5C43BD897047048C06F5E1 /* Release */, + B67B1689620149E08E164C65 /* MinSizeRel */, + 7D3C7C771F1A47D792E67E18 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 817441A66032404DB3446B8C /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + 9A2890EC228E4821ADC1A692 /* Build configuration list for PBXNativeTarget "libzstd_static" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4240E87A8BAB4D2782137528 /* Debug */, - EB9FC7DFE6F8412AA3A4474E /* Release */, - 8EF16CC41A3B448F81CDDDC0 /* MinSizeRel */, - E6B4AF38FBDB4A6598EF8905 /* RelWithDebInfo */, + F0E03901176144A08A28F239 /* Debug */, + D09E5D207BE5481B87B22A4F /* Release */, + 866B46FBB3FA4952874A0DFC /* MinSizeRel */, + 578274934DCE415F9C0F6201 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 97535305687047C5BE99A8A2 /* Build configuration list for PBXNativeTarget "chdr-static" */ = { + 9C752D7F88DC4C969EA22A8A /* Build configuration list for PBXNativeTarget "lzma" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3BDB3614B52042A4801B6DFE /* Debug */, - 01977519D66C418BA9FF1709 /* Release */, - BD9F807388AD45E4BD3D961C /* MinSizeRel */, - FC56A6D9E870485F9B0A5D62 /* RelWithDebInfo */, + B16057AB952E42BBB1609BC8 /* Debug */, + 65380E36F02B4F3898D672BB /* Release */, + 84E333CEAB81481F86AEC55C /* MinSizeRel */, + E0D77D14D1684E519F102021 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - AFDFB483942340AF9D1FC3E9 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + CD97D88DFFFA4391B4E84B3D /* Build configuration list for PBXNativeTarget "chdr-benchmark" */ = { isa = XCConfigurationList; buildConfigurations = ( - D5FC796F80454730A893D5BA /* Debug */, - 39C0F564E0AB4E539F6382FE /* Release */, - 82E26D99BAA345109B122AFD /* MinSizeRel */, - 6CAB8578079B48D8A11358AA /* RelWithDebInfo */, + E9EF0E1566A14B96BBC39093 /* Debug */, + 6A8348E156214812BA34C5F2 /* Release */, + DE9707B5153A49258DAE45F9 /* MinSizeRel */, + EE09F9876A204102B1C4C0D2 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - B938803AA2EA4663B45B9BDC /* Build configuration list for PBXNativeTarget "chdr-benchmark" */ = { + D845691351214F768C6452AD /* Build configuration list for PBXNativeTarget "zlib" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6B665E5CA2784982AA91C310 /* Debug */, - 9456A52A015B4B2EA34389DC /* Release */, - 96D2C56F1D9248528DDCB90D /* MinSizeRel */, - F9B9CEFFF88E43F2A89CC641 /* RelWithDebInfo */, + 10BE1F4550C14AD3A13A11B4 /* Debug */, + 4E63CE9883E945F1A79D8A81 /* Release */, + 3D1F8E89B63245C49E172552 /* MinSizeRel */, + CB28FF67700F450A98519A25 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - CDD50E35269949AE99860A7E /* Build configuration list for PBXAggregateTarget "install" */ = { + F936405C9136444197384A43 /* Build configuration list for PBXAggregateTarget "uninstall" */ = { isa = XCConfigurationList; buildConfigurations = ( - 319F7AC1A465467E95004C64 /* Debug */, - 7796557A3624496D83BBBCB5 /* Release */, - B18E1DE9F93A49D7B34D0377 /* MinSizeRel */, - F860FDEDE6684F94B169D518 /* RelWithDebInfo */, + 766BFFD1645F4F968DAE29E6 /* Debug */, + 151E87361E82480682B70ACB /* Release */, + 5345C36CC74F4EF5956F7E4E /* MinSizeRel */, + 9C3704ED7E9E49AABC51BE0A /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - EBB6140CD3D441EC9E220C0A /* Build configuration list for PBXNativeTarget "zlib" */ = { + FAA2589586DB45139FC0BF90 /* Build configuration list for PBXAggregateTarget "install" */ = { isa = XCConfigurationList; buildConfigurations = ( - 43716DCF6772482B977BF4F6 /* Debug */, - F57A26E2CA56449AA150C0A4 /* Release */, - 3AB401A740B54B30989AC639 /* MinSizeRel */, - 8A7521457D0745A1B7C71D56 /* RelWithDebInfo */, + C91C05A39D1341A1A6DD37DA /* Debug */, + 2082A52E6FBA4F05972C04CC /* Release */, + D5FCE29E51484684BD4377E2 /* MinSizeRel */, + 4E510BFB9EE7441281C8DAB3 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = 24364CD0C0E84F96B59FD0EA /* Project object */; + rootObject = FE463CF5A9D648AEB70D4B90 /* Project object */; } diff --git a/Cores/Flycast/cmake/core/deps/libchdr/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/libchdr/cmake_install.cmake deleted file mode 100644 index 23dc4b3131..0000000000 --- a/Cores/Flycast/cmake/core/deps/libchdr/cmake_install.cmake +++ /dev/null @@ -1,65 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/tests/cmake_install.cmake") - -endif() - diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/lzma-22.01/MinSizeRel-iphoneos/liblzma.a b/Cores/Flycast/cmake/core/deps/libchdr/deps/lzma-22.01/MinSizeRel-iphoneos/liblzma.a deleted file mode 100644 index 06929acd1a..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/libchdr/deps/lzma-22.01/MinSizeRel-iphoneos/liblzma.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/lzma-22.01/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/libchdr/deps/lzma-22.01/cmake_install.cmake deleted file mode 100644 index 975429b5e8..0000000000 --- a/Cores/Flycast/cmake/core/deps/libchdr/deps/lzma-22.01/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/lzma-22.01 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make deleted file mode 100644 index f867263282..0000000000 --- a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12/zconf.h.cmakein)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.pc.cmakein)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFile.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFileCXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/CTestTestfile.cmake b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/CTestTestfile.cmake deleted file mode 100644 index fb06abbf0a..0000000000 --- a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12 -# Build directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12 -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/Debug-iphoneos/libz.a b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/Debug-iphoneos/libz.a deleted file mode 100644 index 3d8850893e..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/Debug-iphoneos/libz.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/MinSizeRel-iphoneos/libz.a b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/MinSizeRel-iphoneos/libz.a deleted file mode 100644 index 4af89f5eb2..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/MinSizeRel-iphoneos/libz.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/cmake_install.cmake deleted file mode 100644 index 4a106796bb..0000000000 --- a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/deps/zlib-1.2.12 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zlib.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zlib.xcodeproj/project.pbxproj deleted file mode 100644 index 323235e3b3..0000000000 --- a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zlib.xcodeproj/project.pbxproj +++ /dev/null @@ -1,995 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { - isa = PBXAggregateTarget; - buildConfigurationList = D9B1928FD21E4D19AEE36FE6 /* Build configuration list for PBXAggregateTarget "install" */; - buildPhases = ( - 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, - ); - dependencies = ( - E3103150E7944E239C48200B /* PBXTargetDependency */, - ); - name = install; - productName = install; - }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 3A2AE95DF8B541FA94F21EC5 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; - buildPhases = ( - 2198E345FF6EC290DD12D4A8 /* Generate CMakeFiles/ZERO_CHECK */, - ); - dependencies = ( - ); - name = ZERO_CHECK; - productName = ZERO_CHECK; - }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { - isa = PBXAggregateTarget; - buildConfigurationList = DC8BE9EF716A48D8989906DF /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; - buildPhases = ( - 07C26E54465F75F69E700390 /* Generate CMakeFiles/ALL_BUILD */, - ); - dependencies = ( - 0D99B75F67C54428A7728466 /* PBXTargetDependency */, - A238815F39014E5C821DB9BB /* PBXTargetDependency */, - ); - name = ALL_BUILD; - productName = ALL_BUILD; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 079E4AB6A10C4F32953CA926 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXBuildFile; fileRef = 60CF341E0A9F4E7480EF1F36 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h */; }; - 13BCE4EA1DDC40F597D4560E /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXBuildFile; fileRef = C7B9377456764B0894B38566 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c */; }; - 2CDE2668679D414288653008 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXBuildFile; fileRef = 0F1845B1661342719EC60315 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c */; }; - 2D62D85E4D6243308F6BCB5D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXBuildFile; fileRef = 2148DDB2B03A452E97125145 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c */; }; - 440F3EA88BAD4B62ACA7BEFC /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXBuildFile; fileRef = 2E44A655B4F44FA9B641DE1A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h */; }; - 4C2C0417E1DB426DA58498F6 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXBuildFile; fileRef = BEE172D348B247A5BA372FB0 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h */; }; - 4DF33D12FBD446EEA8C99D26 /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 512E671462EE49C8939B6AAB /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */; }; - 51B465A7CE624E6CA5A90AAA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXBuildFile; fileRef = 5956D9F2C5434011AB3A04D7 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h */; }; - 6ECB7BE65DDD43EDAD41E991 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXBuildFile; fileRef = BEAA6F52B3744FBF9CBDCFF9 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h */; }; - 7B8AD90A72CB47AD952ACB0F /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXBuildFile; fileRef = 2E7D0158D7F24011B9968E8F /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c */; }; - 8349F193FF3242F9B18438DF /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXBuildFile; fileRef = 4747CA14F60440B7B7269FAA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c */; }; - 8A375A1B82F44BFCBB1219EF /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = E60195C448C141A5A3FF493A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */; }; - 91EF7659D7494564AAC9DDE5 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXBuildFile; fileRef = 157B3C78C514441EA13F9CC1 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c */; }; - 9755BA70CA4742D0A840D74D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXBuildFile; fileRef = 3049E2D1695C42E1A3AC38D6 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h */; }; - 9D11358591524E5FB088F886 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXBuildFile; fileRef = C1FEEACF71CA42238014108A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c */; }; - A092DD8ADF0E476CB828733E /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXBuildFile; fileRef = 0A3311EE9F9F4EF3BE025EDA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c */; }; - A0EE4D121BB2423DAC31D940 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXBuildFile; fileRef = F3C4F9D885134E6996857B72 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c */; }; - A579A2B4FA1344B3A575D3AB /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXBuildFile; fileRef = 28FB20A84115400192E4959A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c */; }; - AA001274FED04AE4975CEFB9 /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXBuildFile; fileRef = D4694167AF5C4F11A4FFE627 /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h */; }; - AC972590BDFC4E3DB0ADF3BB /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXBuildFile; fileRef = A5C077FCC99947BFA83DF1A3 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h */; }; - CFF397AD404849FCB9CB2AA4 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXBuildFile; fileRef = 2A7A00D05C8444AC93918AF3 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h */; }; - F105BA0086DA46B9953F42E5 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXBuildFile; fileRef = BB9D81A194844478B3D0F1D2 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c */; }; - F2295361BABA4B988B6410AB /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXBuildFile; fileRef = F968D613D098430B8841ACAF /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h */; }; - FED3D42704A24583BDF61D4D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXBuildFile; fileRef = 49217015608F4822BEC8EDD0 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h */; }; -/* End PBXBuildFile section */ - -/* Begin PBXBuildStyle section */ - 2645B4E6184C4E93937E6B7F /* Debug */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Debug; - }; - 4471FCC197444C20A8BCB4DD /* MinSizeRel */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = MinSizeRel; - }; - 638EE9595CEB4476807A9A6C /* RelWithDebInfo */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = RelWithDebInfo; - }; - 9CF01E94B2854934ABD9C42A /* Release */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Release; - }; -/* End PBXBuildStyle section */ - -/* Begin PBXContainerItemProxy section */ - 3CB9E5EB8890411A9A005530 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 76973EDB981C4BFE9D5BBE04 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B128433B4CE4270EFDCFAB54; - remoteInfo = zlib; - }; - 7A63BE0977634F2C9DBEDBD9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 76973EDB981C4BFE9D5BBE04 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; - remoteInfo = ALL_BUILD; - }; - 92787E96F9F84A7D8AAC131C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 76973EDB981C4BFE9D5BBE04 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; - }; - A33FABF43F0A4DBA8CE173B3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 76973EDB981C4BFE9D5BBE04 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 0A3311EE9F9F4EF3BE025EDA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = inffast.c; sourceTree = SOURCE_ROOT; }; - 0F1845B1661342719EC60315 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = infback.c; sourceTree = SOURCE_ROOT; }; - 157B3C78C514441EA13F9CC1 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = zutil.c; sourceTree = SOURCE_ROOT; }; - 2148DDB2B03A452E97125145 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = trees.c; sourceTree = SOURCE_ROOT; }; - 28FB20A84115400192E4959A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = inftrees.c; sourceTree = SOURCE_ROOT; }; - 2A7A00D05C8444AC93918AF3 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = zlib.h; sourceTree = SOURCE_ROOT; }; - 2E44A655B4F44FA9B641DE1A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = inftrees.h; sourceTree = SOURCE_ROOT; }; - 2E7D0158D7F24011B9968E8F /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = crc32.c; sourceTree = SOURCE_ROOT; }; - 3049E2D1695C42E1A3AC38D6 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = deflate.h; sourceTree = SOURCE_ROOT; }; - 4747CA14F60440B7B7269FAA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = deflate.c; sourceTree = SOURCE_ROOT; }; - 49217015608F4822BEC8EDD0 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = inflate.h; sourceTree = SOURCE_ROOT; }; - 512E671462EE49C8939B6AAB /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; - 5956D9F2C5434011AB3A04D7 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = gzguts.h; sourceTree = SOURCE_ROOT; }; - 60CF341E0A9F4E7480EF1F36 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = zutil.h; sourceTree = SOURCE_ROOT; }; - A5C077FCC99947BFA83DF1A3 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = inffixed.h; sourceTree = SOURCE_ROOT; }; - B0D8A52F32E141F4A7C1305D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - B0E071FD10F54FF88F6B287E /* zlib */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libz.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BB9D81A194844478B3D0F1D2 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = inflate.c; sourceTree = SOURCE_ROOT; }; - BEAA6F52B3744FBF9CBDCFF9 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = inffast.h; sourceTree = SOURCE_ROOT; }; - BEE172D348B247A5BA372FB0 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = crc32.h; sourceTree = SOURCE_ROOT; }; - C1FEEACF71CA42238014108A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = uncompr.c; sourceTree = SOURCE_ROOT; }; - C7B9377456764B0894B38566 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = compress.c; sourceTree = SOURCE_ROOT; }; - D4694167AF5C4F11A4FFE627 /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; - E60195C448C141A5A3FF493A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - F3C4F9D885134E6996857B72 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = adler32.c; sourceTree = SOURCE_ROOT; }; - F968D613D098430B8841ACAF /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = trees.h; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - E832F1317ED2429E958F2B1B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0306BA3A580E42F3AC80545F /* Header Files */ = { - isa = PBXGroup; - children = ( - D4694167AF5C4F11A4FFE627 /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h */, - BEE172D348B247A5BA372FB0 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h */, - 3049E2D1695C42E1A3AC38D6 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h */, - 5956D9F2C5434011AB3A04D7 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h */, - BEAA6F52B3744FBF9CBDCFF9 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h */, - A5C077FCC99947BFA83DF1A3 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h */, - 49217015608F4822BEC8EDD0 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h */, - 2E44A655B4F44FA9B641DE1A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h */, - F968D613D098430B8841ACAF /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h */, - 2A7A00D05C8444AC93918AF3 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h */, - 60CF341E0A9F4E7480EF1F36 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h */, - ); - name = "Header Files"; - sourceTree = ""; - }; - 3B78895539534762BB6351D7 /* Resources */ = { - isa = PBXGroup; - children = ( - 512E671462EE49C8939B6AAB /* ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */, - ); - name = Resources; - sourceTree = ""; - }; - 3F1740B473A04E5DBC3BE147 /* Source Files */ = { - isa = PBXGroup; - children = ( - F3C4F9D885134E6996857B72 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - C7B9377456764B0894B38566 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c */, - 2E7D0158D7F24011B9968E8F /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - 4747CA14F60440B7B7269FAA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - 0F1845B1661342719EC60315 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c */, - 0A3311EE9F9F4EF3BE025EDA /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - BB9D81A194844478B3D0F1D2 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - 28FB20A84115400192E4959A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - 2148DDB2B03A452E97125145 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c */, - C1FEEACF71CA42238014108A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - 157B3C78C514441EA13F9CC1 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c */, - ); - name = "Source Files"; - sourceTree = ""; - }; - 8162EC074227414BBF57DE9D /* zlib */ = { - isa = PBXGroup; - children = ( - 3F1740B473A04E5DBC3BE147 /* Source Files */, - 0306BA3A580E42F3AC80545F /* Header Files */, - 3B78895539534762BB6351D7 /* Resources */, - E60195C448C141A5A3FF493A /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, - ); - name = zlib; - sourceTree = ""; - }; - 96A77D3842F44DA88D31A887 /* CMake Rules */ = { - isa = PBXGroup; - children = ( - ); - name = "CMake Rules"; - sourceTree = ""; - }; - BA652EEA715C4063B7CE14B1 /* Resources */ = { - isa = PBXGroup; - children = ( - ); - name = Resources; - sourceTree = ""; - }; - C9E2D16FB7AE451BBDE07D69 /* Frameworks */ = { - isa = PBXGroup; - children = ( - ); - name = Frameworks; - sourceTree = ""; - }; - CBE4D9F8C4FD4A0682D06060 /* Products */ = { - isa = PBXGroup; - children = ( - B0E071FD10F54FF88F6B287E /* zlib */, - ); - name = Products; - sourceTree = ""; - }; - CEBF6C83185B44F9B2EA3601 = { - isa = PBXGroup; - children = ( - 8162EC074227414BBF57DE9D /* zlib */, - F3A63D2652B046F59A47E479 /* ALL_BUILD */, - CBE4D9F8C4FD4A0682D06060 /* Products */, - C9E2D16FB7AE451BBDE07D69 /* Frameworks */, - BA652EEA715C4063B7CE14B1 /* Resources */, - ); - sourceTree = ""; - }; - F3A63D2652B046F59A47E479 /* ALL_BUILD */ = { - isa = PBXGroup; - children = ( - 96A77D3842F44DA88D31A887 /* CMake Rules */, - B0D8A52F32E141F4A7C1305D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, - ); - name = ALL_BUILD; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - B128433B4CE4270EFDCFAB54 /* zlib */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7EA38A0259A34D8FAD780BFC /* Build configuration list for PBXNativeTarget "zlib" */; - buildPhases = ( - B4E44BD2E15E42F9AC001A29 /* Sources */, - E832F1317ED2429E958F2B1B /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 0B930AB1D79B4556A4D647E8 /* PBXTargetDependency */, - ); - name = zlib; - productName = zlib; - productReference = B0E071FD10F54FF88F6B287E /* zlib */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 76973EDB981C4BFE9D5BBE04 /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; - }; - buildConfigurationList = 1B5BA861A8B64B6D8AA6AB91 /* Build configuration list for PBXProject "zlib" */; - buildSettings = { - }; - buildStyles = ( - 2645B4E6184C4E93937E6B7F /* Debug */, - 9CF01E94B2854934ABD9C42A /* Release */, - 4471FCC197444C20A8BCB4DD /* MinSizeRel */, - 638EE9595CEB4476807A9A6C /* RelWithDebInfo */, - ); - compatibilityVersion = "Xcode 3.2"; - hasScannedForEncodings = 0; - mainGroup = CEBF6C83185B44F9B2EA3601; - projectDirPath = "../flycast"; - projectRoot = ""; - targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, - 11E917AB434F844A6CA3AEDF /* install */, - B128433B4CE4270EFDCFAB54 /* zlib */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXShellScriptBuildPhase section */ - 07C26E54465F75F69E700390 /* Generate CMakeFiles/ALL_BUILD */ = { - isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Generate CMakeFiles/ALL_BUILD"; - outputPaths = ( -"../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/ALL_BUILD" ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - echo Build\\ all\\ projects -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - echo Build\\ all\\ projects -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - echo Build\\ all\\ projects -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - echo Build\\ all\\ projects -fi -"; - showEnvVarsInLog = 0; - }; - 2198E345FF6EC290DD12D4A8 /* Generate CMakeFiles/ZERO_CHECK */ = { - isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Generate CMakeFiles/ZERO_CHECK"; - outputPaths = ( -"../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/ZERO_CHECK" ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - make -f ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - make -f ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - make -f ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - make -f ../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make -fi -"; - showEnvVarsInLog = 0; - }; - 3C0110FC8322DE7E50886E21 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - 87AF4882E018677E2624B544 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */ = { - isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake PostBuild Rules"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake/core/deps/libchdr/deps/zlib-1.2.12 - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake -fi -"; - showEnvVarsInLog = 0; - }; - 9B50530E35CC49C82C2FACCF = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - B4E44BD2E15E42F9AC001A29 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A0EE4D121BB2423DAC31D940 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - 13BCE4EA1DDC40F597D4560E /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c */, - 7B8AD90A72CB47AD952ACB0F /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - 8349F193FF3242F9B18438DF /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - 2CDE2668679D414288653008 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c */, - A092DD8ADF0E476CB828733E /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - F105BA0086DA46B9953F42E5 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - A579A2B4FA1344B3A575D3AB /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - 2D62D85E4D6243308F6BCB5D /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c */, - 9D11358591524E5FB088F886 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - 91EF7659D7494564AAC9DDE5 /* ../flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 0B930AB1D79B4556A4D647E8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = A33FABF43F0A4DBA8CE173B3 /* PBXContainerItemProxy */; - }; - 0D99B75F67C54428A7728466 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B128433B4CE4270EFDCFAB54 /* zlib */; - targetProxy = 3CB9E5EB8890411A9A005530 /* PBXContainerItemProxy */; - }; - A238815F39014E5C821DB9BB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 92787E96F9F84A7D8AAC131C /* PBXContainerItemProxy */; - }; - E3103150E7944E239C48200B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = 7A63BE0977634F2C9DBEDBD9 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 0105CACEDC3E48D4864E71BE /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = RelWithDebInfo; - }; - 07B23E65653E40EAA0BBBC4E /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - 0C8697AC55774E67A65FA541 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - 153B804658934079AAD87EBD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Debug; - }; - 1A5F7ED78414472E84800C86 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = Release; - }; - 2C7F4440FA914539BCA1E180 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - 2C8FC18503774ED3AE8A5823 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Release; - }; - 2F5543D406B2472293DEBC03 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Debug; - }; - 419EEC709BA74FADBBD633A3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Debug; - }; - 4444949D3D1E4C06A08A7311 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - 6BD7DF356B13405BB83E715C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Release; - }; - 6C22E1A660A9497E9BD7675E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Release; - }; - 6C6F2B59E3B94B6EBC2C4353 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - 76267F5E26E94699A948F58A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - BUILD_DIR = ../lib; - }; - name = Debug; - }; - 774092E9381C4D98A9ABFA02 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - 7814226A7BA2494AAFFF7957 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Release; - }; - 7ECDA5E368F448D7A1721BA5 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - 8CA53FD932544742A9F970E3 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = MinSizeRel; - }; - A843C5F7269E47B58DDC1B05 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - C619D2445C6E4593879207F7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Debug; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1B5BA861A8B64B6D8AA6AB91 /* Build configuration list for PBXProject "zlib" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 76267F5E26E94699A948F58A /* Debug */, - 1A5F7ED78414472E84800C86 /* Release */, - 8CA53FD932544742A9F970E3 /* MinSizeRel */, - 0105CACEDC3E48D4864E71BE /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 3A2AE95DF8B541FA94F21EC5 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2F5543D406B2472293DEBC03 /* Debug */, - 6BD7DF356B13405BB83E715C /* Release */, - 07B23E65653E40EAA0BBBC4E /* MinSizeRel */, - 774092E9381C4D98A9ABFA02 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 7EA38A0259A34D8FAD780BFC /* Build configuration list for PBXNativeTarget "zlib" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 419EEC709BA74FADBBD633A3 /* Debug */, - 6C22E1A660A9497E9BD7675E /* Release */, - 0C8697AC55774E67A65FA541 /* MinSizeRel */, - 6C6F2B59E3B94B6EBC2C4353 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - D9B1928FD21E4D19AEE36FE6 /* Build configuration list for PBXAggregateTarget "install" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 153B804658934079AAD87EBD /* Debug */, - 7814226A7BA2494AAFFF7957 /* Release */, - 7ECDA5E368F448D7A1721BA5 /* MinSizeRel */, - A843C5F7269E47B58DDC1B05 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - DC8BE9EF716A48D8989906DF /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C619D2445C6E4593879207F7 /* Debug */, - 2C8FC18503774ED3AE8A5823 /* Release */, - 2C7F4440FA914539BCA1E180 /* MinSizeRel */, - 4444949D3D1E4C06A08A7311 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; -/* End XCConfigurationList section */ - }; - rootObject = 76973EDB981C4BFE9D5BBE04 /* Project object */; -} diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h similarity index 96% rename from Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h rename to Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h index 995ad4f29e..cf801d38b5 100644 --- a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h +++ b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h @@ -1,5 +1,5 @@ /* zconf.h -- configuration of the zlib compression library - * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler + * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -40,6 +40,9 @@ # define crc32 z_crc32 # define crc32_combine z_crc32_combine # define crc32_combine64 z_crc32_combine64 +# define crc32_combine_gen z_crc32_combine_gen +# define crc32_combine_gen64 z_crc32_combine_gen64 +# define crc32_combine_op z_crc32_combine_op # define crc32_z z_crc32_z # define deflate z_deflate # define deflateBound z_deflateBound @@ -240,7 +243,11 @@ #endif #ifdef Z_SOLO - typedef unsigned long z_size_t; +# ifdef _WIN64 + typedef unsigned long long z_size_t; +# else + typedef unsigned long z_size_t; +# endif #else # define z_longlong long long # if defined(NO_SIZE_T) @@ -295,14 +302,6 @@ # endif #endif -#ifndef Z_ARG /* function prototypes for stdarg */ -# if defined(STDC) || defined(Z_HAVE_STDARG_H) -# define Z_ARG(args) args -# else -# define Z_ARG(args) () -# endif -#endif - /* The following definitions for FAR are needed only for MSDOS mixed * model programming (small or medium model with some far allocations). * This was tested only with MSC; for other MSDOS compilers you may have @@ -351,6 +350,9 @@ # ifdef FAR # undef FAR # endif +# ifndef WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN +# endif # include /* No need for _export, use ZLIB.DEF instead. */ /* For complete Windows compatibility, use WINAPI, not __stdcall. */ @@ -469,11 +471,18 @@ typedef uLong FAR uLongf; # undef _LARGEFILE64_SOURCE #endif -#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H) -# define Z_HAVE_UNISTD_H +#ifndef Z_HAVE_UNISTD_H +# ifdef __WATCOMC__ +# define Z_HAVE_UNISTD_H +# endif +#endif +#ifndef Z_HAVE_UNISTD_H +# if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32) +# define Z_HAVE_UNISTD_H +# endif #endif #ifndef Z_SOLO -# if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE) +# if defined(Z_HAVE_UNISTD_H) # include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ # ifdef VMS # include /* for off_t */ @@ -509,7 +518,7 @@ typedef uLong FAR uLongf; #if !defined(_WIN32) && defined(Z_LARGE64) # define z_off64_t off64_t #else -# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO) +# if defined(_WIN32) && !defined(__GNUC__) # define z_off64_t __int64 # else # define z_off64_t z_off_t diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zlib.pc b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zlib.pc similarity index 63% rename from Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zlib.pc rename to Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zlib.pc index eaeaa9b48f..cfd3654fcf 100644 --- a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.2.12/zlib.pc +++ b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zlib.pc @@ -1,12 +1,12 @@ prefix=/usr/local exec_prefix=/usr/local -libdir= -sharedlibdir= -includedir= +libdir=/usr/local/lib +sharedlibdir=/usr/local/lib +includedir=/usr/local/include Name: zlib Description: zlib compression library -Version: 1.2.12 +Version: 1.3.1 Requires: Libs: -L${libdir} -L${sharedlibdir} -lz diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zlib.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zlib.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..5215b310dd --- /dev/null +++ b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zlib.xcodeproj/project.pbxproj @@ -0,0 +1,1371 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXAggregateTarget section */ + 1148ED2E9013F6047A670D47 /* install */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 4503415871B94EC094B754FB /* Build configuration list for PBXAggregateTarget "install" */; + buildPhases = ( + 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, + ); + dependencies = ( + 0C3A3E0902C04A29BE07ED2A /* PBXTargetDependency */, + ); + name = install; + productName = install; + }; + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 2DCB661DE9E144F8892D1493 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildPhases = ( + EF3B079D24117F6846DD7ED9 /* Generate CMakeFiles/ZERO_CHECK */, + ); + dependencies = ( + ); + name = ZERO_CHECK; + productName = ZERO_CHECK; + }; + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 4482A0FB98C94875A77FA888 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildPhases = ( + B24CBB740D36F9C152EEC4BB /* Generate CMakeFiles/ALL_BUILD */, + ); + dependencies = ( + 55CCDE8015FA4D18B9B42F6B /* PBXTargetDependency */, + 471E61F8F41941528F19AC43 /* PBXTargetDependency */, + 68160E05DF454326A50C293A /* PBXTargetDependency */, + ); + name = ALL_BUILD; + productName = ALL_BUILD; + }; +/* End PBXAggregateTarget section */ + +/* Begin PBXBuildFile section */ + 0062A0954A95400793689CEA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */ = {isa = PBXBuildFile; fileRef = 09F332772E164050A9B4328E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */; }; + 06AA1709CA57488D9D449B4E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */ = {isa = PBXBuildFile; fileRef = F68E7AC38BFF4085B4EE9D0F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */; }; + 077B489F77434341B1C5C002 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */ = {isa = PBXBuildFile; fileRef = 5383345016114448B34AE2B3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */; }; + 08A137DC97C2452BB83115B6 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */ = {isa = PBXBuildFile; fileRef = E8BF459866F9427AB41A8D83 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */; }; + 17E3AFAF0DB647BB9760F9C9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */ = {isa = PBXBuildFile; fileRef = 3282159482AD4978ADA18473 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */; }; + 1BACAB43446040E8A139E671 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */ = {isa = PBXBuildFile; fileRef = FE223DA3D1664941A089B937 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */; }; + 1CDD373D25D74761B47A7760 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */ = {isa = PBXBuildFile; fileRef = C7E426E989EF4E33805C5B06 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */; }; + 1E3B7935FC914D93988E3D6A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */ = {isa = PBXBuildFile; fileRef = 57B2E12903F84B5B9CD9550B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */; }; + 1F5BD9B2C87E456DAB4AA3A7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */ = {isa = PBXBuildFile; fileRef = DCDFCE53A8C14FA9918FC4B3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */; }; + 2085EE1FCD0F400187E2F83D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */ = {isa = PBXBuildFile; fileRef = 1B6A702D4486489FA27446EE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */; }; + 2106BF814E3E4EE6A94AF716 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/win32/zlib1.rc */ = {isa = PBXBuildFile; fileRef = 89FE38C45EE5463091B4FF02 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/win32/zlib1.rc */; }; + 23F7EBBC3679464CA65A452B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */ = {isa = PBXBuildFile; fileRef = B46395B615914AFC900C2AB9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */; }; + 357AA1507F8B49ED9FB7BA77 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */ = {isa = PBXBuildFile; fileRef = 7D033A315F8C434DB7594CDB /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */; }; + 35F6F1BDE73D40579239ABBA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */ = {isa = PBXBuildFile; fileRef = EFAF31F4FB014D649E398E65 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */; }; + 35F83A948A914FFEA8C759FA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */ = {isa = PBXBuildFile; fileRef = 8AC3FDE325BE463FABF82F35 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */; }; + 3E709717758141BA983BCC5D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */ = {isa = PBXBuildFile; fileRef = 24FC031CBEC340F4A482E3D7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */; }; + 3F8DC410078C4F629FBE2D17 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */ = {isa = PBXBuildFile; fileRef = D54713C3A12D49F08CC2E4B9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */; }; + 439F219884BC4E1FB0E1E5CC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */ = {isa = PBXBuildFile; fileRef = 7AE2005CCCA247EE83CA29F6 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */; }; + 475DD4005FF14EE8B3ACE2C7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */ = {isa = PBXBuildFile; fileRef = 8DE0B63B71544AACAF7B19A1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */; }; + 4808510754FF486EA252E20E /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */ = {isa = PBXBuildFile; fileRef = C480D8814BA147DFB4263E50 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */; }; + 4C0A848BE58C41AB97E24146 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */ = {isa = PBXBuildFile; fileRef = B0D6D9E1C985479BB2F23392 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */; }; + 5755991FE1244382A9488782 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */ = {isa = PBXBuildFile; fileRef = EB79B349809C454AA152E975 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */; }; + 591E87A02FC740F3A922BFE8 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */ = {isa = PBXBuildFile; fileRef = 1861913BE9C04BBEAAB0FB96 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */; }; + 60C8EB7A2F1549CCAAC1031A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */ = {isa = PBXBuildFile; fileRef = FA200E88429A4349A6061F15 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */; }; + 68EE6BE3B45A43218B08285F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */ = {isa = PBXBuildFile; fileRef = D439C4EFB8654FA4AD8D8B11 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */; }; + 6B1CDD0448A84332AA3A0196 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */ = {isa = PBXBuildFile; fileRef = ACB2F0E7313A49D7B83C2E33 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */; }; + 710F36700C89496F981253AF /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */ = {isa = PBXBuildFile; fileRef = 6FE00D7625584DECA7553886 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */; }; + 7339C68B8C724EEDA08D1E2B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 067861B698D74F6CA8227DCE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */; }; + 7E502EE79A8846DE971FB532 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */ = {isa = PBXBuildFile; fileRef = 6E89BB70FB944FD7B1467882 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */; }; + 8294A5D55A4C43F1A6B3BC88 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */ = {isa = PBXBuildFile; fileRef = F6E760C95B4F4C5FB06B5E17 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */; }; + 83B964063C5B492E82EB0B41 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */ = {isa = PBXBuildFile; fileRef = BCFA1872B8854DC09F0B1CDA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */; }; + 84B968D3710C44A0AE88D41F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */ = {isa = PBXBuildFile; fileRef = AEB4B450730D4A3596ECAE05 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */; }; + 8805EEB862364C9982E58ACC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */ = {isa = PBXBuildFile; fileRef = 996CA6413A67467C83AC4454 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */; }; + 8BD1072F7BBC4C7880EF8394 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */ = {isa = PBXBuildFile; fileRef = 519C2DBAF85E43EB9DE78C20 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */; }; + 8D49BDFCDB834BFA8B1712A9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */ = {isa = PBXBuildFile; fileRef = 6A621605EE734066A064019B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */; }; + 909224D215F243B095D10A6D /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 6B5D86E385B7452F9C9A677F /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist */; }; + 9FE87AC7662E4C008715E1CD /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */ = {isa = PBXBuildFile; fileRef = 6BBD3E6730B34C429A9C657A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */; }; + A9CA44C1972A43D3A763FF6C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */ = {isa = PBXBuildFile; fileRef = 12CDEA59039A424DBF90BC9D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */; }; + AF871F650C7049999A6387C5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */ = {isa = PBXBuildFile; fileRef = E01FC0A693B440669D87FED9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */; }; + BB103A04CF694097BBAD226F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */ = {isa = PBXBuildFile; fileRef = FD41F9BE8E654F978132D507 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */; }; + BF70EC8DE88A46DCBC183570 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */ = {isa = PBXBuildFile; fileRef = CCB1E42795F343488C8464A3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */; }; + BFFC62CEB1A241679B165105 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */ = {isa = PBXBuildFile; fileRef = 4A01E8AB68DE4386B3B10D8C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */; }; + C9B0BAE29159462F807048F5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */ = {isa = PBXBuildFile; fileRef = 132C64FCFDEC40DA83100E89 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */; }; + CA779CFDB8EC41AC86C9B86B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */ = {isa = PBXBuildFile; fileRef = B08DB903735C43698F128127 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */; }; + CA9CE669CADE4C249B399AE2 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */ = {isa = PBXBuildFile; fileRef = C38EEF23CB8D473C9CD4A6E0 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */; }; + CD05D311828C47ADB9C6F7C8 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */ = {isa = PBXBuildFile; fileRef = BF6C3ABA9EA043548B3F0A82 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */; }; + D41559EFF8FF4997B461B399 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */ = {isa = PBXBuildFile; fileRef = B36B2F7DB417487B9B5566B0 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */; }; + D7C4FA6820BA448A82E509CC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */ = {isa = PBXBuildFile; fileRef = DAE0E332699445F1B922E687 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */; }; + D7F4911FB64341AAB0C598E0 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */ = {isa = PBXBuildFile; fileRef = 28400A609939475BAC52794F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */; }; + D8896A58BB174E748B504936 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */ = {isa = PBXBuildFile; fileRef = B42A2B28837840CDB16DEB1A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */; }; + DEDBE14BF80941838D295EC1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 36C52993900540EB93107B98 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */; }; + DFD22AFB73A648A2B5A30928 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */ = {isa = PBXBuildFile; fileRef = 53C70D99B51A4346AACA3050 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */; }; + E7C13929F1CD4B12A7D8A138 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */ = {isa = PBXBuildFile; fileRef = 73969A75FB1F4BFA960A4C0B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */; }; + E9679E532C204465BBE4FD96 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */ = {isa = PBXBuildFile; fileRef = D0DC1FA2D5604BD7B551175E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */; }; + F0A858C610344AFA8E68DCBC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */ = {isa = PBXBuildFile; fileRef = 449BEFEE482B430F90F184DF /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */; }; + F2BEC1FE9A4D495890E41104 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */ = {isa = PBXBuildFile; fileRef = 81925002BFF3485A803B4A83 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */; }; + FE36BDCC8723449E803921FA /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 6C5A9C629AA8437F8C5D42BE /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist */; }; +/* End PBXBuildFile section */ + +/* Begin PBXBuildStyle section */ + 567A8F6CBF7441E6800173E3 /* Debug */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + }; + name = Debug; + }; + A501C6943AA841E2A9079CE0 /* RelWithDebInfo */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + }; + name = RelWithDebInfo; + }; + D3B0D72587534236B9FC717C /* Release */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + }; + name = Release; + }; + FD4053D1EA8A4FE587375CB0 /* MinSizeRel */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + }; + name = MinSizeRel; + }; +/* End PBXBuildStyle section */ + +/* Begin PBXContainerItemProxy section */ + 21CD8F0044084111B3CAE41D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 371E957D429E4CF0A4B9E723 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; + remoteInfo = ALL_BUILD; + }; + 44AFE4DF855B40B0AD120EA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 371E957D429E4CF0A4B9E723 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; + }; + 8A8B06CAFBAF453FA7001E84 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 371E957D429E4CF0A4B9E723 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C7F71D9148762EB14071D744; + remoteInfo = zlib; + }; + 98058D31DC8C426BABD5419E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 371E957D429E4CF0A4B9E723 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; + }; + C481478B7B014965BB48B5F0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 371E957D429E4CF0A4B9E723 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; + }; + F580FD599AF0400787A259CA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 371E957D429E4CF0A4B9E723 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807E5D4C084C756426305CD2; + remoteInfo = zlibstatic; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 067861B698D74F6CA8227DCE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 09F332772E164050A9B4328E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = deflate.c; sourceTree = SOURCE_ROOT; }; + 12CDEA59039A424DBF90BC9D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = adler32.c; sourceTree = SOURCE_ROOT; }; + 132C64FCFDEC40DA83100E89 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = infback.c; sourceTree = SOURCE_ROOT; }; + 1861913BE9C04BBEAAB0FB96 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = inftrees.c; sourceTree = SOURCE_ROOT; }; + 1B6A702D4486489FA27446EE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = gzclose.c; sourceTree = SOURCE_ROOT; }; + 24FC031CBEC340F4A482E3D7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = crc32.c; sourceTree = SOURCE_ROOT; }; + 28400A609939475BAC52794F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = gzread.c; sourceTree = SOURCE_ROOT; }; + 3282159482AD4978ADA18473 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = inffast.c; sourceTree = SOURCE_ROOT; }; + 36C52993900540EB93107B98 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 449BEFEE482B430F90F184DF /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = inffast.c; sourceTree = SOURCE_ROOT; }; + 4A01E8AB68DE4386B3B10D8C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = crc32.c; sourceTree = SOURCE_ROOT; }; + 519C2DBAF85E43EB9DE78C20 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = infback.c; sourceTree = SOURCE_ROOT; }; + 5383345016114448B34AE2B3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = inffast.h; sourceTree = SOURCE_ROOT; }; + 53C70D99B51A4346AACA3050 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = inflate.c; sourceTree = SOURCE_ROOT; }; + 57B2E12903F84B5B9CD9550B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = inftrees.c; sourceTree = SOURCE_ROOT; }; + 6A621605EE734066A064019B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = inftrees.h; sourceTree = SOURCE_ROOT; }; + 6B5D86E385B7452F9C9A677F /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; + 6BBD3E6730B34C429A9C657A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = zutil.h; sourceTree = SOURCE_ROOT; }; + 6C5A9C629AA8437F8C5D42BE /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist"; sourceTree = ""; }; + 6E89BB70FB944FD7B1467882 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = zlib.h; sourceTree = SOURCE_ROOT; }; + 6FE00D7625584DECA7553886 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = gzguts.h; sourceTree = SOURCE_ROOT; }; + 73969A75FB1F4BFA960A4C0B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = inflate.h; sourceTree = SOURCE_ROOT; }; + 75A66487D0874313904B7E15 /* zlibstatic */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libz.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 7AE2005CCCA247EE83CA29F6 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = crc32.h; sourceTree = SOURCE_ROOT; }; + 7D033A315F8C434DB7594CDB /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = compress.c; sourceTree = SOURCE_ROOT; }; + 81925002BFF3485A803B4A83 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = deflate.c; sourceTree = SOURCE_ROOT; }; + 83D69EBBF37C45CBB9E951A0 /* zlib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = z.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; + 89FE38C45EE5463091B4FF02 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/win32/zlib1.rc */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = zlib1.rc; path = win32/zlib1.rc; sourceTree = SOURCE_ROOT; }; + 8AC3FDE325BE463FABF82F35 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = adler32.c; sourceTree = SOURCE_ROOT; }; + 8DE0B63B71544AACAF7B19A1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = gzlib.c; sourceTree = SOURCE_ROOT; }; + 92CE87EBF3C3444F80F2464F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 996CA6413A67467C83AC4454 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = uncompr.c; sourceTree = SOURCE_ROOT; }; + ACB2F0E7313A49D7B83C2E33 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = zutil.h; sourceTree = SOURCE_ROOT; }; + AEB4B450730D4A3596ECAE05 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = deflate.h; sourceTree = SOURCE_ROOT; }; + B08DB903735C43698F128127 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = uncompr.c; sourceTree = SOURCE_ROOT; }; + B0D6D9E1C985479BB2F23392 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = zutil.c; sourceTree = SOURCE_ROOT; }; + B36B2F7DB417487B9B5566B0 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = gzguts.h; sourceTree = SOURCE_ROOT; }; + B42A2B28837840CDB16DEB1A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = gzlib.c; sourceTree = SOURCE_ROOT; }; + B46395B615914AFC900C2AB9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = zutil.c; sourceTree = SOURCE_ROOT; }; + BCFA1872B8854DC09F0B1CDA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = zlib.h; sourceTree = SOURCE_ROOT; }; + BF6C3ABA9EA043548B3F0A82 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = inffast.h; sourceTree = SOURCE_ROOT; }; + C38EEF23CB8D473C9CD4A6E0 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = trees.h; sourceTree = SOURCE_ROOT; }; + C480D8814BA147DFB4263E50 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h"; sourceTree = ""; }; + C7E426E989EF4E33805C5B06 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = crc32.h; sourceTree = SOURCE_ROOT; }; + CCB1E42795F343488C8464A3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = inftrees.h; sourceTree = SOURCE_ROOT; }; + D0DC1FA2D5604BD7B551175E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = inflate.h; sourceTree = SOURCE_ROOT; }; + D439C4EFB8654FA4AD8D8B11 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = trees.c; sourceTree = SOURCE_ROOT; }; + D54713C3A12D49F08CC2E4B9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = gzclose.c; sourceTree = SOURCE_ROOT; }; + DAE0E332699445F1B922E687 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = inflate.c; sourceTree = SOURCE_ROOT; }; + DCDFCE53A8C14FA9918FC4B3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = gzwrite.c; sourceTree = SOURCE_ROOT; }; + E01FC0A693B440669D87FED9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = trees.c; sourceTree = SOURCE_ROOT; }; + E8BF459866F9427AB41A8D83 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = gzwrite.c; sourceTree = SOURCE_ROOT; }; + EB79B349809C454AA152E975 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h"; sourceTree = ""; }; + EFAF31F4FB014D649E398E65 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = deflate.h; sourceTree = SOURCE_ROOT; }; + F68E7AC38BFF4085B4EE9D0F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = inffixed.h; sourceTree = SOURCE_ROOT; }; + F6E760C95B4F4C5FB06B5E17 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = inffixed.h; sourceTree = SOURCE_ROOT; }; + FA200E88429A4349A6061F15 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = trees.h; sourceTree = SOURCE_ROOT; }; + FD41F9BE8E654F978132D507 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = gzread.c; sourceTree = SOURCE_ROOT; }; + FE223DA3D1664941A089B937 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = compress.c; sourceTree = SOURCE_ROOT; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 87DBB95E1A18448294032AC3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E971AD551AB044C3BC0FC698 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1FD4B2DCCAD7494D9B3CEC13 = { + isa = PBXGroup; + children = ( + AC736BAD14164C488C662B4F /* zlib */, + A716CCB2887D4E5581F52BA2 /* zlibstatic */, + 4DB6934FF4434E199D635AB6 /* ALL_BUILD */, + 612DE558531A43B894AA69ED /* Products */, + 7031224F3FC44DBA833D7A2C /* Frameworks */, + B19526AF47AA41C7B42D535A /* Resources */, + ); + sourceTree = ""; + }; + 4DB6934FF4434E199D635AB6 /* ALL_BUILD */ = { + isa = PBXGroup; + children = ( + D9E0FBC5B2AE40ED9D6CF4EA /* CMake Rules */, + 92CE87EBF3C3444F80F2464F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */, + ); + name = ALL_BUILD; + sourceTree = ""; + }; + 612DE558531A43B894AA69ED /* Products */ = { + isa = PBXGroup; + children = ( + 83D69EBBF37C45CBB9E951A0 /* zlib */, + 75A66487D0874313904B7E15 /* zlibstatic */, + ); + name = Products; + sourceTree = ""; + }; + 7031224F3FC44DBA833D7A2C /* Frameworks */ = { + isa = PBXGroup; + children = ( + ); + name = Frameworks; + sourceTree = ""; + }; + 75BF891A26FA4D6385F424FD /* Header Files */ = { + isa = PBXGroup; + children = ( + C480D8814BA147DFB4263E50 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */, + C7E426E989EF4E33805C5B06 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */, + AEB4B450730D4A3596ECAE05 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */, + 6FE00D7625584DECA7553886 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */, + BF6C3ABA9EA043548B3F0A82 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */, + F6E760C95B4F4C5FB06B5E17 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */, + 73969A75FB1F4BFA960A4C0B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */, + 6A621605EE734066A064019B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */, + FA200E88429A4349A6061F15 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */, + 6E89BB70FB944FD7B1467882 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */, + ACB2F0E7313A49D7B83C2E33 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */, + ); + name = "Header Files"; + sourceTree = ""; + }; + 9A8C942934D34B66B5764B3D /* Resources */ = { + isa = PBXGroup; + children = ( + 6B5D86E385B7452F9C9A677F /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + A716CCB2887D4E5581F52BA2 /* zlibstatic */ = { + isa = PBXGroup; + children = ( + D2BC4D84786A4DCEADB53B32 /* Source Files */, + 75BF891A26FA4D6385F424FD /* Header Files */, + F5768B541D6543C6BBE7C6F4 /* Resources */, + 067861B698D74F6CA8227DCE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */, + ); + name = zlibstatic; + sourceTree = ""; + }; + AC736BAD14164C488C662B4F /* zlib */ = { + isa = PBXGroup; + children = ( + D43CDC64941B42549471B84D /* Source Files */, + B73AE355BEA646B1813C87A7 /* Header Files */, + 9A8C942934D34B66B5764B3D /* Resources */, + 36C52993900540EB93107B98 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt */, + ); + name = zlib; + sourceTree = ""; + }; + B19526AF47AA41C7B42D535A /* Resources */ = { + isa = PBXGroup; + children = ( + ); + name = Resources; + sourceTree = ""; + }; + B73AE355BEA646B1813C87A7 /* Header Files */ = { + isa = PBXGroup; + children = ( + EB79B349809C454AA152E975 /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h */, + 7AE2005CCCA247EE83CA29F6 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.h */, + EFAF31F4FB014D649E398E65 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.h */, + B36B2F7DB417487B9B5566B0 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzguts.h */, + 5383345016114448B34AE2B3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.h */, + F68E7AC38BFF4085B4EE9D0F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffixed.h */, + D0DC1FA2D5604BD7B551175E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.h */, + CCB1E42795F343488C8464A3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.h */, + C38EEF23CB8D473C9CD4A6E0 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.h */, + BCFA1872B8854DC09F0B1CDA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zlib.h */, + 6BBD3E6730B34C429A9C657A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.h */, + ); + name = "Header Files"; + sourceTree = ""; + }; + D2BC4D84786A4DCEADB53B32 /* Source Files */ = { + isa = PBXGroup; + children = ( + 12CDEA59039A424DBF90BC9D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */, + 7D033A315F8C434DB7594CDB /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */, + 4A01E8AB68DE4386B3B10D8C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */, + 09F332772E164050A9B4328E /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */, + D54713C3A12D49F08CC2E4B9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */, + B42A2B28837840CDB16DEB1A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */, + 28400A609939475BAC52794F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */, + DCDFCE53A8C14FA9918FC4B3 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */, + 519C2DBAF85E43EB9DE78C20 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */, + 3282159482AD4978ADA18473 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */, + 53C70D99B51A4346AACA3050 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */, + 1861913BE9C04BBEAAB0FB96 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */, + D439C4EFB8654FA4AD8D8B11 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */, + B08DB903735C43698F128127 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */, + B46395B615914AFC900C2AB9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */, + ); + name = "Source Files"; + sourceTree = ""; + }; + D43CDC64941B42549471B84D /* Source Files */ = { + isa = PBXGroup; + children = ( + 8AC3FDE325BE463FABF82F35 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */, + FE223DA3D1664941A089B937 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */, + 24FC031CBEC340F4A482E3D7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */, + 81925002BFF3485A803B4A83 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */, + 1B6A702D4486489FA27446EE /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */, + 8DE0B63B71544AACAF7B19A1 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */, + FD41F9BE8E654F978132D507 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */, + E8BF459866F9427AB41A8D83 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */, + 132C64FCFDEC40DA83100E89 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */, + 449BEFEE482B430F90F184DF /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */, + DAE0E332699445F1B922E687 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */, + 57B2E12903F84B5B9CD9550B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */, + E01FC0A693B440669D87FED9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */, + 996CA6413A67467C83AC4454 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */, + 89FE38C45EE5463091B4FF02 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/win32/zlib1.rc */, + B0D6D9E1C985479BB2F23392 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */, + ); + name = "Source Files"; + sourceTree = ""; + }; + D9E0FBC5B2AE40ED9D6CF4EA /* CMake Rules */ = { + isa = PBXGroup; + children = ( + ); + name = "CMake Rules"; + sourceTree = ""; + }; + F5768B541D6543C6BBE7C6F4 /* Resources */ = { + isa = PBXGroup; + children = ( + 6C5A9C629AA8437F8C5D42BE /* ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 807E5D4C084C756426305CD2 /* zlibstatic */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1175D3BE1D49479B92EA6A03 /* Build configuration list for PBXNativeTarget "zlibstatic" */; + buildPhases = ( + 04922F390D6B42BA834C14B0 /* Sources */, + E971AD551AB044C3BC0FC698 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + F794995DDB7049948211F4FB /* PBXTargetDependency */, + ); + name = zlibstatic; + productName = zlibstatic; + productReference = 75A66487D0874313904B7E15 /* zlibstatic */; + productType = "com.apple.product-type.library.static"; + }; + C7F71D9148762EB14071D744 /* zlib */ = { + isa = PBXNativeTarget; + buildConfigurationList = 2A788326265344DB88B65EF6 /* Build configuration list for PBXNativeTarget "zlib" */; + buildPhases = ( + 5910B9AFBFC543A7924594B8 /* Sources */, + 87DBB95E1A18448294032AC3 /* Frameworks */, + A469A1AD8F964D13695F2DB7 /* CMake PostBuild Rules */, + ); + buildRules = ( + ); + dependencies = ( + 8BA6C1935272434CBA152577 /* PBXTargetDependency */, + ); + name = zlib; + productName = zlib; + productReference = 83D69EBBF37C45CBB9E951A0 /* zlib */; + productType = "com.apple.product-type.library.dynamic"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 371E957D429E4CF0A4B9E723 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = YES; + LastUpgradeCheck = 1620; + }; + buildConfigurationList = E1FB5A5D058A4FC8ABA7EAF7 /* Build configuration list for PBXProject "zlib" */; + buildSettings = { + }; + buildStyles = ( + 567A8F6CBF7441E6800173E3 /* Debug */, + D3B0D72587534236B9FC717C /* Release */, + FD4053D1EA8A4FE587375CB0 /* MinSizeRel */, + A501C6943AA841E2A9079CE0 /* RelWithDebInfo */, + ); + compatibilityVersion = "Xcode 3.2"; + hasScannedForEncodings = 0; + mainGroup = 1FD4B2DCCAD7494D9B3CEC13; + projectDirPath = "../flycast"; + projectRoot = ""; + targets = ( + B727D2F61FE22951697F0BAD /* ALL_BUILD */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, + 1148ED2E9013F6047A670D47 /* install */, + C7F71D9148762EB14071D744 /* zlib */, + 807E5D4C084C756426305CD2 /* zlibstatic */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXShellScriptBuildPhase section */ + 3C0110FC8322DE7E50886E21 = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# shell script goes here +exit 0"; + showEnvVarsInLog = 0; + }; + 87AF4882E018677E2624B544 = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# shell script goes here +exit 0"; + showEnvVarsInLog = 0; + }; + 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + name = "CMake PostBuild Rules"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake +fi +"; + showEnvVarsInLog = 0; + }; + 9B50530E35CC49C82C2FACCF = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# shell script goes here +exit 0"; + showEnvVarsInLog = 0; + }; + A469A1AD8F964D13695F2DB7 /* CMake PostBuild Rules */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + name = "CMake PostBuild Rules"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Debug${EFFECTIVE_PLATFORM_NAME}/z.1.3.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Debug${EFFECTIVE_PLATFORM_NAME}/z.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Debug${EFFECTIVE_PLATFORM_NAME}/z.dylib +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Release${EFFECTIVE_PLATFORM_NAME}/z.1.3.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Release${EFFECTIVE_PLATFORM_NAME}/z.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/Release${EFFECTIVE_PLATFORM_NAME}/z.dylib +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/core/deps/libchdr/deps/zlib-1.3.1/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/z.1.3.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/z.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/z.dylib +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/core/deps/libchdr/deps/zlib-1.3.1/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/z.1.3.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/z.1.dylib ../cmake/core/deps/libchdr/deps/zlib-1.3.1/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/z.dylib +fi +"; + showEnvVarsInLog = 0; + }; + B24CBB740D36F9C152EEC4BB /* Generate CMakeFiles/ALL_BUILD */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Generate CMakeFiles/ALL_BUILD"; + outputPaths = ( +"../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/ALL_BUILD" ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + echo Build\\ all\\ projects +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + echo Build\\ all\\ projects +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + echo Build\\ all\\ projects +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + echo Build\\ all\\ projects +fi +"; + showEnvVarsInLog = 0; + }; + EF3B079D24117F6846DD7ED9 /* Generate CMakeFiles/ZERO_CHECK */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Generate CMakeFiles/ZERO_CHECK"; + outputPaths = ( +"../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/ZERO_CHECK" ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + make -f ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeScripts/ReRunCMake.make +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + make -f ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeScripts/ReRunCMake.make +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + make -f ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeScripts/ReRunCMake.make +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/libchdr/deps/zlib-1.3.1 + make -f ../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeScripts/ReRunCMake.make +fi +"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 04922F390D6B42BA834C14B0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A9CA44C1972A43D3A763FF6C /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */, + 357AA1507F8B49ED9FB7BA77 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */, + BFFC62CEB1A241679B165105 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */, + 0062A0954A95400793689CEA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */, + 3F8DC410078C4F629FBE2D17 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */, + D8896A58BB174E748B504936 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */, + D7F4911FB64341AAB0C598E0 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */, + 1F5BD9B2C87E456DAB4AA3A7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */, + 8BD1072F7BBC4C7880EF8394 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */, + 17E3AFAF0DB647BB9760F9C9 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */, + DFD22AFB73A648A2B5A30928 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */, + 591E87A02FC740F3A922BFE8 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */, + 68EE6BE3B45A43218B08285F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */, + CA779CFDB8EC41AC86C9B86B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */, + 23F7EBBC3679464CA65A452B /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5910B9AFBFC543A7924594B8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 35F83A948A914FFEA8C759FA /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/adler32.c */, + 1BACAB43446040E8A139E671 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/compress.c */, + 3E709717758141BA983BCC5D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/crc32.c */, + F2BEC1FE9A4D495890E41104 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/deflate.c */, + 2085EE1FCD0F400187E2F83D /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzclose.c */, + 475DD4005FF14EE8B3ACE2C7 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzlib.c */, + BB103A04CF694097BBAD226F /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzread.c */, + 08A137DC97C2452BB83115B6 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c */, + C9B0BAE29159462F807048F5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/infback.c */, + F0A858C610344AFA8E68DCBC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inffast.c */, + D7C4FA6820BA448A82E509CC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inflate.c */, + 1E3B7935FC914D93988E3D6A /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/inftrees.c */, + AF871F650C7049999A6387C5 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/trees.c */, + 8805EEB862364C9982E58ACC /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/uncompr.c */, + 4C0A848BE58C41AB97E24146 /* ../flycast/core/deps/libchdr/deps/zlib-1.3.1/zutil.c */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 0C3A3E0902C04A29BE07ED2A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = 21CD8F0044084111B3CAE41D /* PBXContainerItemProxy */; + }; + 471E61F8F41941528F19AC43 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C7F71D9148762EB14071D744 /* zlib */; + targetProxy = 8A8B06CAFBAF453FA7001E84 /* PBXContainerItemProxy */; + }; + 55CCDE8015FA4D18B9B42F6B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 44AFE4DF855B40B0AD120EA0 /* PBXContainerItemProxy */; + }; + 68160E05DF454326A50C293A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 807E5D4C084C756426305CD2 /* zlibstatic */; + targetProxy = F580FD599AF0400787A259CA /* PBXContainerItemProxy */; + }; + 8BA6C1935272434CBA152577 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = C481478B7B014965BB48B5F0 /* PBXContainerItemProxy */; + }; + F794995DDB7049948211F4FB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 98058D31DC8C426BABD5419E /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 0468041825E94BC687536C55 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; + }; + 076A6ABDC63243869EF0C606 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = Release; + }; + 13E576A20261445C81C6FDF4 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZLIB_DLL,"$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = DYNAMIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names -install_name @rpath/z.1.dylib","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z.1.3.1; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; + }; + 163484F08786489C920624D4 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + 28048646BCC046899D4997A5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + 2EA00A491F5A41D9BCE21682 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = RelWithDebInfo; + }; + 3903FE0B5264426DAAEDCF6B /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; + }; + 456D3A3BE22A4BD99CADE53B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + 5CDAABA9AC1143199B704574 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + 650E5BC1D8984800817935DC /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + 671FE5EA08AB45EE846341FE /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; + }; + 842D3901EB5342EF99447649 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + 878DF2D88B9C4C0DAF6980C1 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZLIB_DLL,"$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = DYNAMIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names -install_name @rpath/z.1.dylib","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z.1.3.1; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + 8BC6CFD76AAC4A13B8708AAC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZLIB_DLL,"$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = DYNAMIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -fPIC ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names -install_name @rpath/z.1.dylib","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z.1.3.1; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + 9B5DE5CD923A4F10AD478485 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZLIB_DLL,"$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = DYNAMIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names -install_name @rpath/z.1.dylib","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z.1.3.1; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + A3E31F13206A42D4AC52D084 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + BUILD_DIR = ../lib; + }; + name = Debug; + }; + A8353088A5EC4914900C619E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + B875FB2514E249BE981A8494 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + BF6C3CAB7D804AA4B57E5E78 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = MinSizeRel; + }; + D03CC3746ECA447FA2FF1DA5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + E4B8E959C5594D32A7404977 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Release; + }; + E59F502DA8DB47BE9FA96466 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; + }; + E830D00938E5472180CCEC64 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; + COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.3.1",../flycast,"../flycast/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = z; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = MinSizeRel; + }; + F5404733899F4F3DA917C5F5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1175D3BE1D49479B92EA6A03 /* Build configuration list for PBXNativeTarget "zlibstatic" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 28048646BCC046899D4997A5 /* Debug */, + E4B8E959C5594D32A7404977 /* Release */, + E830D00938E5472180CCEC64 /* MinSizeRel */, + 671FE5EA08AB45EE846341FE /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 2A788326265344DB88B65EF6 /* Build configuration list for PBXNativeTarget "zlib" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8BC6CFD76AAC4A13B8708AAC /* Debug */, + 878DF2D88B9C4C0DAF6980C1 /* Release */, + 9B5DE5CD923A4F10AD478485 /* MinSizeRel */, + 13E576A20261445C81C6FDF4 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 2DCB661DE9E144F8892D1493 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D03CC3746ECA447FA2FF1DA5 /* Debug */, + 5CDAABA9AC1143199B704574 /* Release */, + B875FB2514E249BE981A8494 /* MinSizeRel */, + E59F502DA8DB47BE9FA96466 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 4482A0FB98C94875A77FA888 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A8353088A5EC4914900C619E /* Debug */, + 456D3A3BE22A4BD99CADE53B /* Release */, + 650E5BC1D8984800817935DC /* MinSizeRel */, + 0468041825E94BC687536C55 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 4503415871B94EC094B754FB /* Build configuration list for PBXAggregateTarget "install" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F5404733899F4F3DA917C5F5 /* Debug */, + 842D3901EB5342EF99447649 /* Release */, + 163484F08786489C920624D4 /* MinSizeRel */, + 3903FE0B5264426DAAEDCF6B /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + E1FB5A5D058A4FC8ABA7EAF7 /* Build configuration list for PBXProject "zlib" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A3E31F13206A42D4AC52D084 /* Debug */, + 076A6ABDC63243869EF0C606 /* Release */, + BF6C3CAB7D804AA4B57E5E78 /* MinSizeRel */, + 2EA00A491F5A41D9BCE21682 /* RelWithDebInfo */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 371E957D429E4CF0A4B9E723 /* Project object */; +} diff --git a/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zlib.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zlib.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000000..bed5346981 --- /dev/null +++ b/Cores/Flycast/cmake/core/deps/libchdr/deps/zlib-1.3.1/zlib.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + BuildSystemType + Latest + + diff --git a/Cores/Flycast/cmake/core/deps/libchdr/tests/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/libchdr/tests/cmake_install.cmake deleted file mode 100644 index d147d3a0c6..0000000000 --- a/Cores/Flycast/cmake/core/deps/libchdr/tests/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libchdr/tests - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/libelf/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/core/deps/libelf/CMakeScripts/ReRunCMake.make deleted file mode 100644 index e1ff600aba..0000000000 --- a/Cores/Flycast/cmake/core/deps/libelf/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,11 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libelf/CMakeLists.txt)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/core/deps/libelf/MinSizeRel-iphoneos/libelf.a b/Cores/Flycast/cmake/core/deps/libelf/MinSizeRel-iphoneos/libelf.a deleted file mode 100644 index 8a55364816..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/libelf/MinSizeRel-iphoneos/libelf.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/libelf/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/libelf/cmake_install.cmake deleted file mode 100644 index 0763765feb..0000000000 --- a/Cores/Flycast/cmake/core/deps/libelf/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libelf - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/libelf/libelf.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/libelf/libelf.xcodeproj/project.pbxproj index 3eac9dc839..ad0ff857ef 100644 --- a/Cores/Flycast/cmake/core/deps/libelf/libelf.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/core/deps/libelf/libelf.xcodeproj/project.pbxproj @@ -7,21 +7,21 @@ objects = { /* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { + 1148ED2E9013F6047A670D47 /* install */ = { isa = PBXAggregateTarget; - buildConfigurationList = C847D86E4B1D4C0786C3D4B4 /* Build configuration list for PBXAggregateTarget "install" */; + buildConfigurationList = A5DD1A07ED8E48B3A7C07B90 /* Build configuration list for PBXAggregateTarget "install" */; buildPhases = ( 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, ); dependencies = ( - 0F5785455E074F38964B7C60 /* PBXTargetDependency */, + A0578A698AE946CEB521FEB7 /* PBXTargetDependency */, ); name = install; productName = install; }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { isa = PBXAggregateTarget; - buildConfigurationList = 3E1E36F5616B46E0B21E4449 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildConfigurationList = AEA02CF3C190443BBCCFC50C /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; buildPhases = ( 1A671ABB0A2D3CF533BDDE35 /* Generate CMakeFiles/ZERO_CHECK */, ); @@ -30,14 +30,14 @@ name = ZERO_CHECK; productName = ZERO_CHECK; }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { isa = PBXAggregateTarget; - buildConfigurationList = D67E475EC8254EB9977DDBEE /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildConfigurationList = 622E07FD46A54D979D2A36BF /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; buildPhases = ( 5E5657AB66AB5D7F21DD852A /* Generate CMakeFiles/ALL_BUILD */, ); dependencies = ( - 9B3ECCF9912443E18A3DC909 /* PBXTargetDependency */, + C17E019B47CB40A9A7898671 /* PBXTargetDependency */, ); name = ALL_BUILD; productName = ALL_BUILD; @@ -45,80 +45,80 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 123F4CAECCFB4BE18C61A3CD /* ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 542E640B94574C5D9DB9C840 /* ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist */; }; - 4EFEDEE867DA47FF855C7098 /* ../flycast/core/deps/libelf/src/elf32.c */ = {isa = PBXBuildFile; fileRef = 9EB0CBB4BDB64E269E1B7C14 /* ../flycast/core/deps/libelf/src/elf32.c */; }; - A68EF0A09227465C9D4E493C /* ../flycast/core/deps/libelf/src/elf64.c */ = {isa = PBXBuildFile; fileRef = 6639BBB107B04AB1A94D3B47 /* ../flycast/core/deps/libelf/src/elf64.c */; }; - B13EDBCAD6894933AA50279C /* ../flycast/core/deps/libelf/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 85D7F9CF4FA94A4B9DD27DDE /* ../flycast/core/deps/libelf/CMakeLists.txt */; }; - C8FD5ECBF9384F01B0434297 /* ../flycast/core/deps/libelf/src/elf.c */ = {isa = PBXBuildFile; fileRef = 513BA46DEFFB4AE2B932B9BA /* ../flycast/core/deps/libelf/src/elf.c */; }; + 0DF8BF588A304AB782B4B2F8 /* ../flycast/core/deps/libelf/src/elf32.c */ = {isa = PBXBuildFile; fileRef = 79C59A0F67A44DB0BB121A3E /* ../flycast/core/deps/libelf/src/elf32.c */; }; + 477BEC7F7DC74A1C8AB751B8 /* ../flycast/core/deps/libelf/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 8D47776875D4422EB1862032 /* ../flycast/core/deps/libelf/CMakeLists.txt */; }; + 775DF443E3784128A5DB9F02 /* ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 223A837CA2774469AC1F1436 /* ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist */; }; + A1441573D24B4102B0ABE233 /* ../flycast/core/deps/libelf/src/elf64.c */ = {isa = PBXBuildFile; fileRef = 6C2C840B3DB14E5DA35EB4B1 /* ../flycast/core/deps/libelf/src/elf64.c */; }; + C00C9A05E4624DA6A45ED5CF /* ../flycast/core/deps/libelf/src/elf.c */ = {isa = PBXBuildFile; fileRef = B2D73DFA5C1A4049A0FFCDBD /* ../flycast/core/deps/libelf/src/elf.c */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ - 41B2B6DE4F604AD3A6306A7B /* RelWithDebInfo */ = { + 1F1E8E49CD1844978E2614F8 /* RelWithDebInfo */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; name = RelWithDebInfo; }; - 877820B4D9DB4BD1939530BB /* MinSizeRel */ = { + 22F8534A7F6E4842A68629B6 /* Release */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = MinSizeRel; + name = Release; }; - 8EAD641D18BF45EF85FA9A28 /* Release */ = { + 3896BB3C645E4A8C9545220A /* Debug */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Release; + name = Debug; }; - DC8EB64EC92145EAA8E4DDCF /* Debug */ = { + 9C0CEF10E51B40328BEB0655 /* MinSizeRel */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Debug; + name = MinSizeRel; }; /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ - 26D8315F12F349F4BD7D1C6B /* PBXContainerItemProxy */ = { + 00FE7A9569B84465857AD748 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 08E3AFB0123040A8A4DD1168 /* Project object */; + containerPortal = C5C3EF8456084A9B81212EE2 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; + remoteGlobalIDString = 69835AD03873232AF422EFB0; remoteInfo = ZERO_CHECK; }; - 8AAD7EBFB45D422FB1499D05 /* PBXContainerItemProxy */ = { + 312ABFDC834442498A8B63DE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 08E3AFB0123040A8A4DD1168 /* Project object */; + containerPortal = C5C3EF8456084A9B81212EE2 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; + remoteInfo = ALL_BUILD; }; - F26C1C69EFC043C0A602BF79 /* PBXContainerItemProxy */ = { + D5E62E3C45A8429995C08AEA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 08E3AFB0123040A8A4DD1168 /* Project object */; + containerPortal = C5C3EF8456084A9B81212EE2 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; - remoteInfo = ALL_BUILD; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 1DB4EF96F9C8487CAB675FC7 /* ../flycast/core/deps/libelf/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 513BA46DEFFB4AE2B932B9BA /* ../flycast/core/deps/libelf/src/elf.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf.c; path = src/elf.c; sourceTree = SOURCE_ROOT; }; - 542E640B94574C5D9DB9C840 /* ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist; sourceTree = ""; }; - 6639BBB107B04AB1A94D3B47 /* ../flycast/core/deps/libelf/src/elf64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf64.c; path = src/elf64.c; sourceTree = SOURCE_ROOT; }; - 85D7F9CF4FA94A4B9DD27DDE /* ../flycast/core/deps/libelf/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 8EF860456DF949FC938C2778 /* elf */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libelf.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9EB0CBB4BDB64E269E1B7C14 /* ../flycast/core/deps/libelf/src/elf32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf32.c; path = src/elf32.c; sourceTree = SOURCE_ROOT; }; + 223A837CA2774469AC1F1436 /* ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist; sourceTree = ""; }; + 6C2C840B3DB14E5DA35EB4B1 /* ../flycast/core/deps/libelf/src/elf64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf64.c; path = src/elf64.c; sourceTree = SOURCE_ROOT; }; + 79C59A0F67A44DB0BB121A3E /* ../flycast/core/deps/libelf/src/elf32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf32.c; path = src/elf32.c; sourceTree = SOURCE_ROOT; }; + 8D47776875D4422EB1862032 /* ../flycast/core/deps/libelf/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + B2D73DFA5C1A4049A0FFCDBD /* ../flycast/core/deps/libelf/src/elf.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf.c; path = src/elf.c; sourceTree = SOURCE_ROOT; }; + E3C83DD54E4D4888ACA35E66 /* ../flycast/core/deps/libelf/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + F36538CFBE9648EC92E03A2C /* elf */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libelf.a; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 12E244A28AAC48D5BF7CB91C /* Frameworks */ = { + C8CB4C0C26F44BF18E7B1003 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -128,81 +128,81 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 18C637B7BB5D43C98D4ECD74 /* elf */ = { + 0567B73FFB214B1EBEF0119E = { isa = PBXGroup; children = ( - 6D3E84F0548844E0BEFF50C7 /* Source Files */, - 8C2DAB0C0FDE420D9706F62F /* Resources */, - 85D7F9CF4FA94A4B9DD27DDE /* ../flycast/core/deps/libelf/CMakeLists.txt */, + 59C63A6E4B734543A72C2C34 /* elf */, + 14701C3B40B2400F968F2689 /* ALL_BUILD */, + E88FC1142D0E472099E9B79B /* Products */, + A3D0BE9937D84AF0B3423F6D /* Frameworks */, + 5B9FBF9D35C043AD9068B05D /* Resources */, ); - name = elf; sourceTree = ""; }; - 1CB59D0D61664C18B13D46EE /* CMake Rules */ = { + 14701C3B40B2400F968F2689 /* ALL_BUILD */ = { isa = PBXGroup; children = ( + CA1AB84E126F41CE9930D863 /* CMake Rules */, + E3C83DD54E4D4888ACA35E66 /* ../flycast/core/deps/libelf/CMakeLists.txt */, ); - name = "CMake Rules"; + name = ALL_BUILD; sourceTree = ""; }; - 67DE51F9AD554747A4B48E90 /* Products */ = { + 32383FD7604B410797734675 /* Source Files */ = { isa = PBXGroup; children = ( - 8EF860456DF949FC938C2778 /* elf */, + B2D73DFA5C1A4049A0FFCDBD /* ../flycast/core/deps/libelf/src/elf.c */, + 79C59A0F67A44DB0BB121A3E /* ../flycast/core/deps/libelf/src/elf32.c */, + 6C2C840B3DB14E5DA35EB4B1 /* ../flycast/core/deps/libelf/src/elf64.c */, ); - name = Products; + name = "Source Files"; sourceTree = ""; }; - 6D3E84F0548844E0BEFF50C7 /* Source Files */ = { + 59C63A6E4B734543A72C2C34 /* elf */ = { isa = PBXGroup; children = ( - 513BA46DEFFB4AE2B932B9BA /* ../flycast/core/deps/libelf/src/elf.c */, - 9EB0CBB4BDB64E269E1B7C14 /* ../flycast/core/deps/libelf/src/elf32.c */, - 6639BBB107B04AB1A94D3B47 /* ../flycast/core/deps/libelf/src/elf64.c */, + 32383FD7604B410797734675 /* Source Files */, + B568B97C39E64543999C2E5F /* Resources */, + 8D47776875D4422EB1862032 /* ../flycast/core/deps/libelf/CMakeLists.txt */, ); - name = "Source Files"; + name = elf; sourceTree = ""; }; - 74B4E40A09094DEEB5BC37BF /* Resources */ = { + 5B9FBF9D35C043AD9068B05D /* Resources */ = { isa = PBXGroup; children = ( ); name = Resources; sourceTree = ""; }; - 8C2DAB0C0FDE420D9706F62F /* Resources */ = { + A3D0BE9937D84AF0B3423F6D /* Frameworks */ = { isa = PBXGroup; children = ( - 542E640B94574C5D9DB9C840 /* ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist */, ); - name = Resources; + name = Frameworks; sourceTree = ""; }; - B7A4C4F1F0D14A8C805D0D34 /* ALL_BUILD */ = { + B568B97C39E64543999C2E5F /* Resources */ = { isa = PBXGroup; children = ( - 1CB59D0D61664C18B13D46EE /* CMake Rules */, - 1DB4EF96F9C8487CAB675FC7 /* ../flycast/core/deps/libelf/CMakeLists.txt */, + 223A837CA2774469AC1F1436 /* ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist */, ); - name = ALL_BUILD; + name = Resources; sourceTree = ""; }; - E4C941C635B844B5902D4518 = { + CA1AB84E126F41CE9930D863 /* CMake Rules */ = { isa = PBXGroup; children = ( - 18C637B7BB5D43C98D4ECD74 /* elf */, - B7A4C4F1F0D14A8C805D0D34 /* ALL_BUILD */, - 67DE51F9AD554747A4B48E90 /* Products */, - EA8683B1433D41DEB7259A51 /* Frameworks */, - 74B4E40A09094DEEB5BC37BF /* Resources */, ); + name = "CMake Rules"; sourceTree = ""; }; - EA8683B1433D41DEB7259A51 /* Frameworks */ = { + E88FC1142D0E472099E9B79B /* Products */ = { isa = PBXGroup; children = ( + F36538CFBE9648EC92E03A2C /* elf */, ); - name = Frameworks; + name = Products; sourceTree = ""; }; /* End PBXGroup section */ @@ -210,49 +210,49 @@ /* Begin PBXNativeTarget section */ B83D8B7DC2C5B34A9AE28A61 /* elf */ = { isa = PBXNativeTarget; - buildConfigurationList = 4AA74C8492094B34B8868AE0 /* Build configuration list for PBXNativeTarget "elf" */; + buildConfigurationList = 8EA201938D594CAEAC7B280A /* Build configuration list for PBXNativeTarget "elf" */; buildPhases = ( - 2F6A90ACA6AB4068B4F76FF0 /* Sources */, - 12E244A28AAC48D5BF7CB91C /* Frameworks */, + B3C4E539A37E49C3B5060333 /* Sources */, + C8CB4C0C26F44BF18E7B1003 /* Frameworks */, ); buildRules = ( ); dependencies = ( - C2AB5888E50445A7915FD52F /* PBXTargetDependency */, + C6D3883EF43848248FA5D8A8 /* PBXTargetDependency */, ); name = elf; productName = elf; - productReference = 8EF860456DF949FC938C2778 /* elf */; + productReference = F36538CFBE9648EC92E03A2C /* elf */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - 08E3AFB0123040A8A4DD1168 /* Project object */ = { + C5C3EF8456084A9B81212EE2 /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 1620; }; - buildConfigurationList = D9EFD830D5754881A86DB9B3 /* Build configuration list for PBXProject "libelf" */; + buildConfigurationList = D97BDAF2077B4955BA48009A /* Build configuration list for PBXProject "libelf" */; buildSettings = { }; buildStyles = ( - DC8EB64EC92145EAA8E4DDCF /* Debug */, - 8EAD641D18BF45EF85FA9A28 /* Release */, - 877820B4D9DB4BD1939530BB /* MinSizeRel */, - 41B2B6DE4F604AD3A6306A7B /* RelWithDebInfo */, + 3896BB3C645E4A8C9545220A /* Debug */, + 22F8534A7F6E4842A68629B6 /* Release */, + 9C0CEF10E51B40328BEB0655 /* MinSizeRel */, + 1F1E8E49CD1844978E2614F8 /* RelWithDebInfo */, ); compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; - mainGroup = E4C941C635B844B5902D4518; + mainGroup = 0567B73FFB214B1EBEF0119E; projectDirPath = ../flycast/core/deps/libelf; projectRoot = ""; targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, + B727D2F61FE22951697F0BAD /* ALL_BUILD */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, B83D8B7DC2C5B34A9AE28A61 /* elf */, - 11E917AB434F844A6CA3AEDF /* install */, + 1148ED2E9013F6047A670D47 /* install */, ); }; /* End PBXProject section */ @@ -368,19 +368,19 @@ exit 0"; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../cmake/core/deps/libelf - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : cd ../cmake/core/deps/libelf - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../cmake/core/deps/libelf - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../cmake/core/deps/libelf - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; showEnvVarsInLog = 0; @@ -403,38 +403,58 @@ exit 0"; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 2F6A90ACA6AB4068B4F76FF0 /* Sources */ = { + B3C4E539A37E49C3B5060333 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C8FD5ECBF9384F01B0434297 /* ../flycast/core/deps/libelf/src/elf.c */, - 4EFEDEE867DA47FF855C7098 /* ../flycast/core/deps/libelf/src/elf32.c */, - A68EF0A09227465C9D4E493C /* ../flycast/core/deps/libelf/src/elf64.c */, + C00C9A05E4624DA6A45ED5CF /* ../flycast/core/deps/libelf/src/elf.c */, + 0DF8BF588A304AB782B4B2F8 /* ../flycast/core/deps/libelf/src/elf32.c */, + A1441573D24B4102B0ABE233 /* ../flycast/core/deps/libelf/src/elf64.c */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0F5785455E074F38964B7C60 /* PBXTargetDependency */ = { + A0578A698AE946CEB521FEB7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = F26C1C69EFC043C0A602BF79 /* PBXContainerItemProxy */; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = 312ABFDC834442498A8B63DE /* PBXContainerItemProxy */; }; - 9B3ECCF9912443E18A3DC909 /* PBXTargetDependency */ = { + C17E019B47CB40A9A7898671 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 26D8315F12F349F4BD7D1C6B /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = D5E62E3C45A8429995C08AEA /* PBXContainerItemProxy */; }; - C2AB5888E50445A7915FD52F /* PBXTargetDependency */ = { + C6D3883EF43848248FA5D8A8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 8AAD7EBFB45D422FB1499D05 /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 00FE7A9569B84465857AD748 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 0407DFA5682F4672AB42A2B5 /* RelWithDebInfo */ = { + 041235A1E4CD4499A1FA7CAA /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = install; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = Debug; + }; + 15679B9A4BC84515BF28F6F0 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -463,50 +483,27 @@ exit 0"; }; name = RelWithDebInfo; }; - 0B8D28485FD548D1AF44956F /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = MinSizeRel; - }; - 13203B2B84FA407AB7C9FC8A /* MinSizeRel */ = { + 31B020729BF445BC9C7F13FB /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libelf/include,"$(inherited)"); INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = elf; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = RelWithDebInfo; }; - 2F3CDAA990A040DE9E103EFA /* MinSizeRel */ = { + 41488E6359FC400CA3FE3E05 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -519,14 +516,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = MinSizeRel; }; - 3516AAB9D41C498E87750B92 /* Release */ = { + 488032BC0A8147E7BFB3D442 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -539,14 +536,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = RelWithDebInfo; }; - 49F65B87D13845579D6320A7 /* RelWithDebInfo */ = { + 4B17B5E60DEC47E6B4FB60CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -559,14 +556,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Release; }; - 549C775E316C44B5B4727A8B /* Debug */ = { + 4E93BC1DA3CE44C3B2DF1967 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -575,31 +572,55 @@ exit 0"; IPHONEOS_DEPLOYMENT_TARGET = 12.0; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; BUILD_DIR = ../lib; }; - name = Debug; + name = Release; }; - 659D5AD7D5844E24A5B72DB4 /* Debug */ = { + 505902330BAA4CC399547EE2 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = MinSizeRel; + }; + 557A206C5AB24A459E1C5DBB /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/libelf/include,"$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = elf; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = MinSizeRel; }; - 94144094B118428987B9D5C9 /* MinSizeRel */ = { + 624FCB65F5CA457C9FC6C58A /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -617,9 +638,9 @@ exit 0"; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = RelWithDebInfo; }; - 96D1FCB8457245DA8EFF9ACA /* RelWithDebInfo */ = { + 7E160C2CD5D14D35922FBA43 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -632,14 +653,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Debug; }; - 9AC13E0E936B46BFBADFFBD3 /* Release */ = { + 7E448EB6645141CA9BBE3569 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -652,28 +673,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = Release; }; - 9AE2B0E5B48745A68AC9B256 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = RelWithDebInfo; - }; - A88DB6CFFF754E3193D074F1 /* Debug */ = { + 7FE8660008274C50811F16AC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -702,21 +709,27 @@ exit 0"; }; name = Debug; }; - C79A3A684FA34C5EAE640FB2 /* Release */ = { + 8F68D86F41C046B2B84F6939 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); }; name = Release; }; - CE2320345A92429DBAD757E3 /* Release */ = { + 9DB0A5C7869E4947B2E65561 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -734,9 +747,9 @@ exit 0"; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - DB191311DC9849D4882D7D98 /* MinSizeRel */ = { + A0CE623E31A04E6281C476C9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -749,14 +762,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Debug; }; - EC391AD80BED4472AD8CEA5D /* Debug */ = { + D941623BF7594FDC98D41E84 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -769,14 +782,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = MinSizeRel; }; - F7988857172048D6B57B1FDA /* Release */ = { + EBF447D61F024921B035FCCA /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -805,105 +818,92 @@ exit 0"; }; name = Release; }; - FAD3C2633C3A4AD1BEEB82AC /* RelWithDebInfo */ = { + F02664FCFE564A0383CE3657 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + BUILD_DIR = ../lib; }; - name = RelWithDebInfo; + name = Debug; }; - FFAC995E72024C069695DBE1 /* Debug */ = { + F1A07751578B4D93B7CFD69B /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; }; - name = Debug; + name = RelWithDebInfo; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 3E1E36F5616B46E0B21E4449 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + 622E07FD46A54D979D2A36BF /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { isa = XCConfigurationList; buildConfigurations = ( - FFAC995E72024C069695DBE1 /* Debug */, - 9AC13E0E936B46BFBADFFBD3 /* Release */, - 2F3CDAA990A040DE9E103EFA /* MinSizeRel */, - 96D1FCB8457245DA8EFF9ACA /* RelWithDebInfo */, + 7E160C2CD5D14D35922FBA43 /* Debug */, + 8F68D86F41C046B2B84F6939 /* Release */, + 9DB0A5C7869E4947B2E65561 /* MinSizeRel */, + 31B020729BF445BC9C7F13FB /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 4AA74C8492094B34B8868AE0 /* Build configuration list for PBXNativeTarget "elf" */ = { + 8EA201938D594CAEAC7B280A /* Build configuration list for PBXNativeTarget "elf" */ = { isa = XCConfigurationList; buildConfigurations = ( - A88DB6CFFF754E3193D074F1 /* Debug */, - F7988857172048D6B57B1FDA /* Release */, - 13203B2B84FA407AB7C9FC8A /* MinSizeRel */, - 0407DFA5682F4672AB42A2B5 /* RelWithDebInfo */, + 7FE8660008274C50811F16AC /* Debug */, + EBF447D61F024921B035FCCA /* Release */, + 557A206C5AB24A459E1C5DBB /* MinSizeRel */, + 15679B9A4BC84515BF28F6F0 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - C847D86E4B1D4C0786C3D4B4 /* Build configuration list for PBXAggregateTarget "install" */ = { + A5DD1A07ED8E48B3A7C07B90 /* Build configuration list for PBXAggregateTarget "install" */ = { isa = XCConfigurationList; buildConfigurations = ( - EC391AD80BED4472AD8CEA5D /* Debug */, - 3516AAB9D41C498E87750B92 /* Release */, - 94144094B118428987B9D5C9 /* MinSizeRel */, - 49F65B87D13845579D6320A7 /* RelWithDebInfo */, + 041235A1E4CD4499A1FA7CAA /* Debug */, + 7E448EB6645141CA9BBE3569 /* Release */, + 41488E6359FC400CA3FE3E05 /* MinSizeRel */, + 624FCB65F5CA457C9FC6C58A /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - D67E475EC8254EB9977DDBEE /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + AEA02CF3C190443BBCCFC50C /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { isa = XCConfigurationList; buildConfigurations = ( - 659D5AD7D5844E24A5B72DB4 /* Debug */, - CE2320345A92429DBAD757E3 /* Release */, - DB191311DC9849D4882D7D98 /* MinSizeRel */, - FAD3C2633C3A4AD1BEEB82AC /* RelWithDebInfo */, + A0CE623E31A04E6281C476C9 /* Debug */, + 4B17B5E60DEC47E6B4FB60CD /* Release */, + D941623BF7594FDC98D41E84 /* MinSizeRel */, + 488032BC0A8147E7BFB3D442 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - D9EFD830D5754881A86DB9B3 /* Build configuration list for PBXProject "libelf" */ = { + D97BDAF2077B4955BA48009A /* Build configuration list for PBXProject "libelf" */ = { isa = XCConfigurationList; buildConfigurations = ( - 549C775E316C44B5B4727A8B /* Debug */, - C79A3A684FA34C5EAE640FB2 /* Release */, - 0B8D28485FD548D1AF44956F /* MinSizeRel */, - 9AE2B0E5B48745A68AC9B256 /* RelWithDebInfo */, + F02664FCFE564A0383CE3657 /* Debug */, + 4E93BC1DA3CE44C3B2DF1967 /* Release */, + 505902330BAA4CC399547EE2 /* MinSizeRel */, + F1A07751578B4D93B7CFD69B /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = 08E3AFB0123040A8A4DD1168 /* Project object */; + rootObject = C5C3EF8456084A9B81212EE2 /* Project object */; } diff --git a/Cores/Flycast/cmake/core/deps/libzip/CMakeFiles/nihtest.conf b/Cores/Flycast/cmake/core/deps/libzip/CMakeFiles/nihtest.conf deleted file mode 100644 index b4cce03b4b..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/CMakeFiles/nihtest.conf +++ /dev/null @@ -1,4 +0,0 @@ -default-program ziptool_regress -source-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/regress -top-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libzip -file-compare zip zip ../src/zipcmp -pv diff --git a/Cores/Flycast/cmake/core/deps/libzip/CMakeFiles/runtest b/Cores/Flycast/cmake/core/deps/libzip/CMakeFiles/runtest deleted file mode 100644 index 52bd147959..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/CMakeFiles/runtest +++ /dev/null @@ -1,60 +0,0 @@ -#!/usr/bin/env perl - -# runtest -- run regression tests -# Copyright (C) 2002-2014 Dieter Baron and Thomas Klausner -# -# This file is part of ckmame, a program to check rom sets for MAME. -# The authors can be contacted at -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# 3. The names of the authors may not be used to endorse or promote -# products derived from this software without specific prior -# written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -use strict; - -BEGIN { push @INC, '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/regress'; } - -use NiHTest; - -my $test = NiHTest::new({ default_program => 'ziptool_regress', srcdir => '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/regress', top_builddir => '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libzip', zipcmp => '../../src/zipcmp', zipcmp_flags => '-p' }); - -sub mangle_test { - my ($test, $variant) = @_; - - if (defined($test->{test}->{preload})) { - if (!defined($test->{test}->{features})) { - $test->{test}->{features} = []; - } - push @{$test->{test}->{features}}, 'SHARED'; - } - - return 1; -} - - -$test->add_comparator('zip/zip', \&NiHTest::comparator_zip); -$test->add_hook('post_parse', \&mangle_test); - -$test->run(@ARGV); diff --git a/Cores/Flycast/cmake/core/deps/libzip/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/core/deps/libzip/CMakeScripts/ReRunCMake.make deleted file mode 100644 index 6c85fffd95..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,44 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake-config.h.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake-zipconf.h.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/cmake/Dist.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/lib/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/libzip-config.cmake.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/libzip.pc.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/regress/nihtest.conf.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/regress/runtest.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakePackageConfigHelpers.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceRuns.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCXXSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckFunctionExists.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFile.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFileCXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckIncludeFiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckLibraryExists.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckStructHasMember.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckSymbolExists.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckTypeSize.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindCygwin.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindMsys.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPackageHandleStandardArgs.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPackageMessage.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPerl.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindZLIB.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/GNUInstallDirs.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceRuns.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/TestBigEndian.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/WriteBasicConfigVersionFile.cmake)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/core/deps/libzip/CTestTestfile.cmake b/Cores/Flycast/cmake/core/deps/libzip/CTestTestfile.cmake deleted file mode 100644 index 387a83e095..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/CTestTestfile.cmake +++ /dev/null @@ -1,7 +0,0 @@ -# CMake generated Testfile for -# Source directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip -# Build directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libzip -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("lib") diff --git a/Cores/Flycast/cmake/core/deps/libzip/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/libzip/cmake_install.cmake deleted file mode 100644 index a432c88ec1..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/cmake_install.cmake +++ /dev/null @@ -1,65 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libzip/lib/cmake_install.cmake") - -endif() - diff --git a/Cores/Flycast/cmake/core/deps/libzip/config.h b/Cores/Flycast/cmake/core/deps/libzip/config.h index fbf8a6a779..2b386f8c7e 100644 --- a/Cores/Flycast/cmake/core/deps/libzip/config.h +++ b/Cores/Flycast/cmake/core/deps/libzip/config.h @@ -4,6 +4,7 @@ #include "zipconf.h" #endif /* BEGIN DEFINES */ +#define ENABLE_FDOPEN /* #undef HAVE___PROGNAME */ /* #undef HAVE__CLOSE */ /* #undef HAVE__DUP */ @@ -11,11 +12,12 @@ /* #undef HAVE__FILENO */ /* #undef HAVE__SETMODE */ /* #undef HAVE__SNPRINTF */ +/* #undef HAVE__SNPRINTF_S */ +/* #undef HAVE__SNWPRINTF_S */ /* #undef HAVE__STRDUP */ /* #undef HAVE__STRICMP */ /* #undef HAVE__STRTOI64 */ /* #undef HAVE__STRTOUI64 */ -/* #undef HAVE__UMASK */ /* #undef HAVE__UNLINK */ #define HAVE_ARC4RANDOM #define HAVE_CLONEFILE @@ -23,22 +25,30 @@ /* #undef HAVE_CRYPTO */ /* #undef HAVE_FICLONERANGE */ #define HAVE_FILENO +#define HAVE_FCHMOD #define HAVE_FSEEKO #define HAVE_FTELLO #define HAVE_GETPROGNAME /* #undef HAVE_GNUTLS */ /* #undef HAVE_LIBBZ2 */ /* #undef HAVE_LIBLZMA */ -/* #undef HAVE_LIBZSTD */ +#define HAVE_LIBZSTD #define HAVE_LOCALTIME_R +/* #undef HAVE_LOCALTIME_S */ +/* #undef HAVE_MEMCPY_S */ /* #undef HAVE_MBEDTLS */ /* #undef HAVE_MKSTEMP */ #define HAVE_NULLABLE /* #undef HAVE_OPENSSL */ #define HAVE_SETMODE +#define HAVE_SNPRINTF +/* #undef HAVE_SNPRINTF_S */ #define HAVE_STRCASECMP #define HAVE_STRDUP +/* #undef HAVE_STRERROR_S */ +/* #undef HAVE_STRERRORLEN_S */ /* #undef HAVE_STRICMP */ +/* #undef HAVE_STRNCPY_S */ #define HAVE_STRTOLL #define HAVE_STRTOULL /* #undef HAVE_STRUCT_TM_TM_ZONE */ diff --git a/Cores/Flycast/cmake/core/deps/libzip/lib/CTestTestfile.cmake b/Cores/Flycast/cmake/core/deps/libzip/lib/CTestTestfile.cmake deleted file mode 100644 index 18e02ee483..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/lib/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/lib -# Build directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libzip/lib -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/Cores/Flycast/cmake/core/deps/libzip/lib/MinSizeRel-iphoneos/libzip.a b/Cores/Flycast/cmake/core/deps/libzip/lib/MinSizeRel-iphoneos/libzip.a deleted file mode 100644 index e567d41df3..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/libzip/lib/MinSizeRel-iphoneos/libzip.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/libzip/lib/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/libzip/lib/cmake_install.cmake deleted file mode 100644 index b6e2739e1a..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/lib/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/lib - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/libzip/lib/zip_err_str.c b/Cores/Flycast/cmake/core/deps/libzip/lib/zip_err_str.c index c46258b4ac..28af773bca 100644 --- a/Cores/Flycast/cmake/core/deps/libzip/lib/zip_err_str.c +++ b/Cores/Flycast/cmake/core/deps/libzip/lib/zip_err_str.c @@ -1,84 +1,79 @@ /* This file was generated automatically by CMake - from zip.h; make changes there. + from zip.h and zipint.h; make changes there. */ #include "zipint.h" -const char * const _zip_err_str[] = { - "No error", - "Multi-disk zip archives not supported", - "Renaming temporary file failed", - "Closing zip archive failed", - "Seek error", - "Read error", - "Write error", - "CRC error", - "Containing zip archive was closed", - "No such file", - "File already exists", - "Can't open file", - "Failure to create temporary file", - "Zlib error", - "Malloc failure", - "Entry has been changed", - "Compression method not supported", - "Premature end of file", - "Invalid argument", - "Not a zip archive", - "Internal error", - "Zip archive inconsistent", - "Can't remove file", - "Entry has been deleted", - "Encryption method not supported", - "Read-only archive", - "No password provided", - "Wrong password provided", - "Operation not supported", - "Resource still in use", - "Tell error", - "Compressed data invalid", - "Operation cancelled", -}; - -const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]); - +#define L ZIP_ET_LIBZIP #define N ZIP_ET_NONE #define S ZIP_ET_SYS #define Z ZIP_ET_ZLIB -const int _zip_err_type[] = { - N, - N, - S, - S, - S, - S, - S, - N, - N, - N, - N, - S, - S, - Z, - N, - N, - N, - N, - N, - N, - N, - N, - S, - N, - N, - N, - N, - N, - N, - N, - S, - N, - N, +#define E ZIP_DETAIL_ET_ENTRY +#define G ZIP_DETAIL_ET_GLOBAL + +const struct _zip_err_info _zip_err_str[] = { + { N, "No error" }, + { N, "Multi-disk zip archives not supported" }, + { S, "Renaming temporary file failed" }, + { S, "Closing zip archive failed" }, + { S, "Seek error" }, + { S, "Read error" }, + { S, "Write error" }, + { N, "CRC error" }, + { N, "Containing zip archive was closed" }, + { N, "No such file" }, + { N, "File already exists" }, + { S, "Can't open file" }, + { S, "Failure to create temporary file" }, + { Z, "Zlib error" }, + { N, "Malloc failure" }, + { N, "Entry has been changed" }, + { N, "Compression method not supported" }, + { N, "Premature end of file" }, + { N, "Invalid argument" }, + { N, "Not a zip archive" }, + { N, "Internal error" }, + { L, "Zip archive inconsistent" }, + { S, "Can't remove file" }, + { N, "Entry has been deleted" }, + { N, "Encryption method not supported" }, + { N, "Read-only archive" }, + { N, "No password provided" }, + { N, "Wrong password provided" }, + { N, "Operation not supported" }, + { N, "Resource still in use" }, + { S, "Tell error" }, + { N, "Compressed data invalid" }, + { N, "Operation cancelled" }, + { N, "Unexpected length of data" }, + { N, "Not allowed in torrentzip" }, }; + +const int _zip_err_str_count = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]); + +const struct _zip_err_info _zip_err_details[] = { + { G, "no detail" }, + { G, "central directory overlaps EOCD, or there is space between them" }, + { G, "archive comment length incorrect" }, + { G, "central directory length invalid" }, + { E, "central header invalid" }, + { G, "central directory count of entries is incorrect" }, + { E, "local and central headers do not match" }, + { G, "wrong EOCD length" }, + { G, "EOCD64 overlaps EOCD, or there is space between them" }, + { G, "EOCD64 magic incorrect" }, + { G, "EOCD64 and EOCD do not match" }, + { G, "invalid value in central directory" }, + { E, "variable size fields overflow header" }, + { E, "invalid UTF-8 in filename" }, + { E, "invalid UTF-8 in comment" }, + { E, "invalid Zip64 extra field" }, + { E, "invalid WinZip AES extra field" }, + { E, "garbage at end of extra fields" }, + { E, "extra field length is invalid" }, + { E, "file length in header doesn't match actual file length" }, +}; + +const int _zip_err_details_count = sizeof(_zip_err_details)/sizeof(_zip_err_details[0]); diff --git a/Cores/Flycast/cmake/core/deps/libzip/libzip-config-version.cmake b/Cores/Flycast/cmake/core/deps/libzip/libzip-config-version.cmake deleted file mode 100644 index 8710e48c31..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/libzip-config-version.cmake +++ /dev/null @@ -1,43 +0,0 @@ -# This is a basic version file for the Config-mode of find_package(). -# It is used by write_basic_package_version_file() as input file for configure_file() -# to create a version-file which can be installed along a config.cmake file. -# -# The created file sets PACKAGE_VERSION_EXACT if the current version string and -# the requested version string are exactly the same and it sets -# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version. -# The variable CVF_VERSION must be set before calling configure_file(). - -set(PACKAGE_VERSION "1.7.3.1") - -if (PACKAGE_FIND_VERSION_RANGE) - # Package version must be in the requested version range - if ((PACKAGE_FIND_VERSION_RANGE_MIN STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MIN) - OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_GREATER PACKAGE_FIND_VERSION_MAX) - OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_GREATER_EQUAL PACKAGE_FIND_VERSION_MAX))) - set(PACKAGE_VERSION_COMPATIBLE FALSE) - else() - set(PACKAGE_VERSION_COMPATIBLE TRUE) - endif() -else() - if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) - set(PACKAGE_VERSION_COMPATIBLE FALSE) - else() - set(PACKAGE_VERSION_COMPATIBLE TRUE) - if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) - set(PACKAGE_VERSION_EXACT TRUE) - endif() - endif() -endif() - - -# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") - return() -endif() - -# check that the installed version has the same 32/64bit-ness as the one which is currently searching: -if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") - math(EXPR installedBits "8 * 8") - set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") - set(PACKAGE_VERSION_UNSUITABLE TRUE) -endif() diff --git a/Cores/Flycast/cmake/core/deps/libzip/libzip-config.cmake b/Cores/Flycast/cmake/core/deps/libzip/libzip-config.cmake deleted file mode 100644 index bf4d5b4d14..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/libzip-config.cmake +++ /dev/null @@ -1,35 +0,0 @@ - -####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### -####### Any changes to this file will be overwritten by the next CMake run #### -####### The input file was libzip-config.cmake.in ######## - -get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) - -macro(set_and_check _var _file) - set(${_var} "${_file}") - if(NOT EXISTS "${_file}") - message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") - endif() -endmacro() - -macro(check_required_components _NAME) - foreach(comp ${${_NAME}_FIND_COMPONENTS}) - if(NOT ${_NAME}_${comp}_FOUND) - if(${_NAME}_FIND_REQUIRED_${comp}) - set(${_NAME}_FOUND FALSE) - endif() - endif() - endforeach() -endmacro() - -#################################################################################### - -# only needed for static library, and doesn't work as-is -#include(CMakeFindDependencyMacro) -#find_dependency(ZLIB::ZLIB) -# how to handle the optional dependencies? -# Provide all our library targets to users. -include("${CMAKE_CURRENT_LIST_DIR}/libzip-targets.cmake") - -check_required_components(libzip) - diff --git a/Cores/Flycast/cmake/core/deps/libzip/libzip.pc b/Cores/Flycast/cmake/core/deps/libzip/libzip.pc index 336731f580..cc4e7a0a7f 100644 --- a/Cores/Flycast/cmake/core/deps/libzip/libzip.pc +++ b/Cores/Flycast/cmake/core/deps/libzip/libzip.pc @@ -1,15 +1,14 @@ prefix=/usr/local exec_prefix=${prefix} -bindir=/usr/local/bin -libdir=/usr/local/lib -includedir=/usr/local/include +bindir=${prefix}/bin +libdir=${prefix}/lib +includedir=${prefix}/include -zipcmp=/usr/local/bin/zipcmp +zipcmp=${bindir}/zipcmp Name: libzip Description: library for handling zip archives -Version: 1.7.3.1 +Version: 1.10.1 Libs: -L${libdir} -lzip -Libs.private: -lz +Libs.private: -lzstd -l-lz Cflags: -I${includedir} - diff --git a/Cores/Flycast/cmake/core/deps/libzip/libzip.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/libzip/libzip.xcodeproj/project.pbxproj index 2b73123a4a..5ff8ce388a 100644 --- a/Cores/Flycast/cmake/core/deps/libzip/libzip.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/core/deps/libzip/libzip.xcodeproj/project.pbxproj @@ -7,21 +7,21 @@ objects = { /* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { + 1148ED2E9013F6047A670D47 /* install */ = { isa = PBXAggregateTarget; - buildConfigurationList = 8F4C32530C5647B8A09297B6 /* Build configuration list for PBXAggregateTarget "install" */; + buildConfigurationList = 1F001F1783CF44A18AD41776 /* Build configuration list for PBXAggregateTarget "install" */; buildPhases = ( 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, ); dependencies = ( - D08E26187C564218B6F7FD20 /* PBXTargetDependency */, + EF7DD0D6FA824D0384D45FF4 /* PBXTargetDependency */, ); name = install; productName = install; }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { isa = PBXAggregateTarget; - buildConfigurationList = 179F7C6999F742F38C30960A /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildConfigurationList = 60E311D673884B649D9A1D02 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; buildPhases = ( B5505FE781DA0E42EB5E6BA5 /* Generate CMakeFiles/ZERO_CHECK */, ); @@ -30,40 +30,40 @@ name = ZERO_CHECK; productName = ZERO_CHECK; }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { + 9214F1A7DF3B3C4E96ADD2B3 /* distcheck */ = { isa = PBXAggregateTarget; - buildConfigurationList = 7D6BB430282B49B1913A62D6 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildConfigurationList = 8C2896B2C28B4901B2502C94 /* Build configuration list for PBXAggregateTarget "distcheck" */; buildPhases = ( - 1E3E8BC82299F75FDA2AFB31 /* Generate CMakeFiles/ALL_BUILD */, + 65056901E0B93529B9ED5750 /* Generate CMakeFiles/distcheck */, ); dependencies = ( - B5BDC3EEB6504FCFB6AD5EAB /* PBXTargetDependency */, - B3C3C5EE74D34BACA6E52F2A /* PBXTargetDependency */, + 915BC106434E431C834E896B /* PBXTargetDependency */, + 016A23B68B6941F0942AA05F /* PBXTargetDependency */, ); - name = ALL_BUILD; - productName = ALL_BUILD; + name = distcheck; + productName = distcheck; }; - 9214F1A7DF3B3C4E96ADD2B3 /* distcheck */ = { + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { isa = PBXAggregateTarget; - buildConfigurationList = 5D2F9A5F0C4F4569B47C2DCB /* Build configuration list for PBXAggregateTarget "distcheck" */; + buildConfigurationList = 4EE8EB9D31294EB9894E10D1 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; buildPhases = ( - 65056901E0B93529B9ED5750 /* Generate CMakeFiles/distcheck */, + 1E3E8BC82299F75FDA2AFB31 /* Generate CMakeFiles/ALL_BUILD */, ); dependencies = ( - EF129EC979124754B5A11177 /* PBXTargetDependency */, - EA0A4A6E18EC4A7188498A9B /* PBXTargetDependency */, + CD13117059CC460682156979 /* PBXTargetDependency */, + BB7288A6A5BA4101A98014E6 /* PBXTargetDependency */, ); - name = distcheck; - productName = distcheck; + name = ALL_BUILD; + productName = ALL_BUILD; }; BFE014D0F91E05E8EAF0406F /* dist */ = { isa = PBXAggregateTarget; - buildConfigurationList = 1AA1F7F7E8814709AED466BE /* Build configuration list for PBXAggregateTarget "dist" */; + buildConfigurationList = 0E880ACD52C649759C83BCA0 /* Build configuration list for PBXAggregateTarget "dist" */; buildPhases = ( B1BAF89A1A9EEE647D7B0033 /* Generate CMakeFiles/dist */, ); dependencies = ( - F26C36F60F6D48B198FDCACE /* PBXTargetDependency */, + 54A5FCD0146940A99F00681E /* PBXTargetDependency */, ); name = dist; productName = dist; @@ -71,321 +71,325 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 014F1932765E4CC8ABA67872 /* ../flycast/core/deps/libzip/lib/zip_open.c */ = {isa = PBXBuildFile; fileRef = F389C241AC3742238D0B20D2 /* ../flycast/core/deps/libzip/lib/zip_open.c */; }; - 024675F8E5884999B5763894 /* ../flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c */ = {isa = PBXBuildFile; fileRef = 75A1C487214D45D0A2F92CFA /* ../flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c */; }; - 027656ADBCBE4C2AB978254D /* ../flycast/core/deps/libzip/lib/zip_fdopen.c */ = {isa = PBXBuildFile; fileRef = 28E247D4BA4447D98FB72C95 /* ../flycast/core/deps/libzip/lib/zip_fdopen.c */; }; - 02F029BF156D4BA3809FC1B5 /* ../flycast/core/deps/libzip/lib/zip_source_tell_write.c */ = {isa = PBXBuildFile; fileRef = 63DFD1EEAE214CBE88615087 /* ../flycast/core/deps/libzip/lib/zip_source_tell_write.c */; }; - 0C765EBCA5C743F88E3DEAE7 /* ../flycast/core/deps/libzip/lib/zip_source_file_common.c */ = {isa = PBXBuildFile; fileRef = 84059AE7F68448539D361742 /* ../flycast/core/deps/libzip/lib/zip_source_file_common.c */; }; - 0D031A77D013406D9E92CFC3 /* ../flycast/core/deps/libzip/lib/zip_source_commit_write.c */ = {isa = PBXBuildFile; fileRef = 92F879A10AC3409B90D69A5E /* ../flycast/core/deps/libzip/lib/zip_source_commit_write.c */; }; - 1146711D88AD4FC1B28D9CE2 /* ../flycast/core/deps/libzip/lib/zip_pkware.c */ = {isa = PBXBuildFile; fileRef = ACBBDF10AF5746718B9C5168 /* ../flycast/core/deps/libzip/lib/zip_pkware.c */; }; - 11CCA439D7DE46BDA5CA1230 /* ../flycast/core/deps/libzip/lib/zip_extra_field.c */ = {isa = PBXBuildFile; fileRef = CC0F40F304004FFEB19F7B04 /* ../flycast/core/deps/libzip/lib/zip_extra_field.c */; }; - 169A9E5B06574CD689350DA7 /* ../flycast/core/deps/libzip/lib/zip_source_zip.c */ = {isa = PBXBuildFile; fileRef = BAB27F1655EE450B9A3C7B73 /* ../flycast/core/deps/libzip/lib/zip_source_zip.c */; }; - 1818C18EFE6445C1B2EE5555 /* ../flycast/core/deps/libzip/lib/zip_memdup.c */ = {isa = PBXBuildFile; fileRef = BFA2268089064577ABB04B82 /* ../flycast/core/deps/libzip/lib/zip_memdup.c */; }; - 19EFCD4BBB0E43C48E1CCC93 /* ../flycast/core/deps/libzip/lib/zip_error_get_sys_type.c */ = {isa = PBXBuildFile; fileRef = 0C9A4F8C054440F598F64929 /* ../flycast/core/deps/libzip/lib/zip_error_get_sys_type.c */; }; - 1AC6A40CB34E43158F4344FE /* ../flycast/core/deps/libzip/lib/zip_fread.c */ = {isa = PBXBuildFile; fileRef = 4545D5668E2A4ACC8CF2BED6 /* ../flycast/core/deps/libzip/lib/zip_fread.c */; }; - 1CE2AC19207F4825A71A8218 /* ../flycast/core/deps/libzip/lib/zip_source_seek.c */ = {isa = PBXBuildFile; fileRef = 6BA9F3AD94C446289B7DCD4F /* ../flycast/core/deps/libzip/lib/zip_source_seek.c */; }; - 1E8B88448ED045FD9253C1A8 /* ../flycast/core/deps/libzip/lib/zip_get_file_comment.c */ = {isa = PBXBuildFile; fileRef = B6475268BF214BECBC0AA91D /* ../flycast/core/deps/libzip/lib/zip_get_file_comment.c */; }; - 202F369524DD4E83BE8DB725 /* ../flycast/core/deps/libzip/lib/zip_unchange_all.c */ = {isa = PBXBuildFile; fileRef = 5E33F559EF3C4497A63B294B /* ../flycast/core/deps/libzip/lib/zip_unchange_all.c */; }; - 208667A1C99E42DCBC28BC6E /* ../flycast/core/deps/libzip/lib/zip_delete.c */ = {isa = PBXBuildFile; fileRef = 2770DCBC1BE54A5A8315578E /* ../flycast/core/deps/libzip/lib/zip_delete.c */; }; - 227C3952262144F39380D9FC /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio.c */ = {isa = PBXBuildFile; fileRef = 70AE941040D7453088772B13 /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio.c */; }; - 24A4777D1FBB4A33A9B48B95 /* ../flycast/core/deps/libzip/lib/zip_close.c */ = {isa = PBXBuildFile; fileRef = 2A2F4B2BFB3344F1BF336960 /* ../flycast/core/deps/libzip/lib/zip_close.c */; }; - 2922DF00C8784E879924ACDE /* ../flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c */ = {isa = PBXBuildFile; fileRef = 1AB7AB620FDA4FF09DF4B710 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c */; }; - 2A9993A65DBF46D0A8ACE138 /* ../flycast/core/deps/libzip/lib/zip_random_unix.c */ = {isa = PBXBuildFile; fileRef = D63BE2DA199842EAADC3FADE /* ../flycast/core/deps/libzip/lib/zip_random_unix.c */; }; - 2DB22C27E1AE45D7833C84DF /* ../flycast/core/deps/libzip/lib/zip_error_to_str.c */ = {isa = PBXBuildFile; fileRef = BC44DC2C27EE41B6BC889480 /* ../flycast/core/deps/libzip/lib/zip_error_to_str.c */; }; - 2DCF8D4DEB584736BFE9BD07 /* ../flycast/core/deps/libzip/lib/zip_file_set_comment.c */ = {isa = PBXBuildFile; fileRef = 10EB0A8BCC6F4634BAADAD94 /* ../flycast/core/deps/libzip/lib/zip_file_set_comment.c */; }; - 2FECDFB0DDBD455395F85432 /* ../flycast/core/deps/libzip/lib/zip_add_entry.c */ = {isa = PBXBuildFile; fileRef = 9798B644013943888E3E99BC /* ../flycast/core/deps/libzip/lib/zip_add_entry.c */; }; - 30496D997CE84F62B4BD18B6 /* ../flycast/core/deps/libzip/lib/zip_file_set_mtime.c */ = {isa = PBXBuildFile; fileRef = CD80797D8BC048D9A0802231 /* ../flycast/core/deps/libzip/lib/zip_file_set_mtime.c */; }; - 34B65A2C3E0645F49BC1FA1C /* ../flycast/core/deps/libzip/lib/zip_file_add.c */ = {isa = PBXBuildFile; fileRef = AA9FA5B8F43A4BFFB9FDBA60 /* ../flycast/core/deps/libzip/lib/zip_file_add.c */; }; - 35C2793E16B04A6E9230DCB3 /* ../flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c */ = {isa = PBXBuildFile; fileRef = D3683457B5F3422E8AA30BDF /* ../flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c */; }; - 37FD3AB1B16A46E5BA2CE0F9 /* ../flycast/core/deps/libzip/lib/zip_source_write.c */ = {isa = PBXBuildFile; fileRef = 901537DC6A724210932DCEC7 /* ../flycast/core/deps/libzip/lib/zip_source_write.c */; }; - 387D08CDAB0642D2955B4A96 /* ../flycast/core/deps/libzip/lib/zip_source_tell.c */ = {isa = PBXBuildFile; fileRef = 8291022E23774442BEAE3693 /* ../flycast/core/deps/libzip/lib/zip_source_tell.c */; }; - 3AF78E18658D4E6B9AD552E7 /* ../flycast/core/deps/libzip/lib/zip_buffer.c */ = {isa = PBXBuildFile; fileRef = 638425D368BA4809A02D1646 /* ../flycast/core/deps/libzip/lib/zip_buffer.c */; }; - 3BBF0662DD9A4BAE8918CE97 /* ../flycast/core/deps/libzip/lib/zip_algorithm_deflate.c */ = {isa = PBXBuildFile; fileRef = 6BDE726F04B241B298FD2733 /* ../flycast/core/deps/libzip/lib/zip_algorithm_deflate.c */; }; - 3C9B221A2914438F86DA238C /* ../flycast/core/deps/libzip/lib/zip_libzip_version.c */ = {isa = PBXBuildFile; fileRef = 6307215522244CAAA63EDC5E /* ../flycast/core/deps/libzip/lib/zip_libzip_version.c */; }; - 40FCF8E76AEC4EDB91F7B08D /* ../flycast/core/deps/libzip/lib/zip_stat.c */ = {isa = PBXBuildFile; fileRef = 3E2B6392C9A543E79CF813CF /* ../flycast/core/deps/libzip/lib/zip_stat.c */; }; - 4122F538CC0E4CFFB8FBDC61 /* ../flycast/core/deps/libzip/lib/zip_hash.c */ = {isa = PBXBuildFile; fileRef = 7B686A75C6AF4490B51D4DDE /* ../flycast/core/deps/libzip/lib/zip_hash.c */; }; - 4153DE26D0EE47A1B065D190 /* ../flycast/core/deps/libzip/lib/zip_file_get_offset.c */ = {isa = PBXBuildFile; fileRef = 0E78AE2991CD4A958BDFD8DD /* ../flycast/core/deps/libzip/lib/zip_file_get_offset.c */; }; - 480A3A6AA2F04C9CAD2A21B2 /* ../flycast/core/deps/libzip/lib/zip_strerror.c */ = {isa = PBXBuildFile; fileRef = FD8C92A519D0415E8955CE43 /* ../flycast/core/deps/libzip/lib/zip_strerror.c */; }; - 485F1AB011374828833B847C /* ../flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c */ = {isa = PBXBuildFile; fileRef = FF276D490C494971B6F7CDB8 /* ../flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c */; }; - 4A90B23D81E14BB3B67FC4EC /* ../flycast/core/deps/libzip/lib/zip_fopen_index.c */ = {isa = PBXBuildFile; fileRef = DF1BB1BFF9A3400A818E70FD /* ../flycast/core/deps/libzip/lib/zip_fopen_index.c */; }; - 4B5AB21BC9EC43E0B9A22950 /* ../flycast/core/deps/libzip/lib/zip_set_file_comment.c */ = {isa = PBXBuildFile; fileRef = C8CFBDBA646B4AB6A49AFEB9 /* ../flycast/core/deps/libzip/lib/zip_set_file_comment.c */; }; - 4C57CF686E2040B99D5F4117 /* ../flycast/core/deps/libzip/lib/zip_fopen_encrypted.c */ = {isa = PBXBuildFile; fileRef = DF118A1E2AFB4B218B9470B0 /* ../flycast/core/deps/libzip/lib/zip_fopen_encrypted.c */; }; - 4C78CB720426449E86E52CA2 /* ../flycast/core/deps/libzip/lib/zip_io_util.c */ = {isa = PBXBuildFile; fileRef = A442AAF61C2F40AAAF7337FA /* ../flycast/core/deps/libzip/lib/zip_io_util.c */; }; - 4EE6ED026F654B4286FDEC73 /* ../flycast/core/deps/libzip/lib/zip_extra_field_api.c */ = {isa = PBXBuildFile; fileRef = A5ABB46B06FA44C5AE576FD6 /* ../flycast/core/deps/libzip/lib/zip_extra_field_api.c */; }; - 51BD04BB829E400F9D1B9F3C /* ../flycast/core/deps/libzip/lib/zip_get_archive_comment.c */ = {isa = PBXBuildFile; fileRef = EECFC65814F842DCA9F056CA /* ../flycast/core/deps/libzip/lib/zip_get_archive_comment.c */; }; - 542B04E498404D9B8C0E279E /* ../flycast/core/deps/libzip/lib/zip_utf-8.c */ = {isa = PBXBuildFile; fileRef = 44F208205C4D4AF4B94E7FCE /* ../flycast/core/deps/libzip/lib/zip_utf-8.c */; }; - 595D3EE32F9E4FCFB7578877 /* ../flycast/core/deps/libzip/lib/zip_source_call.c */ = {isa = PBXBuildFile; fileRef = B76F606315E6468D94E7D876 /* ../flycast/core/deps/libzip/lib/zip_source_call.c */; }; - 5A604BD308364FA584E7956C /* ../flycast/core/deps/libzip/lib/zip_rename.c */ = {isa = PBXBuildFile; fileRef = 6917A15EE9AE4624A101FF27 /* ../flycast/core/deps/libzip/lib/zip_rename.c */; }; - 5D6755296C1241CFA6CC29AF /* ../flycast/core/deps/libzip/lib/zip_name_locate.c */ = {isa = PBXBuildFile; fileRef = E2070011D7B54B7E969BC28D /* ../flycast/core/deps/libzip/lib/zip_name_locate.c */; }; - 6109E963E4FF437BA27F9C61 /* ../flycast/core/deps/libzip/lib/zip_source_supports.c */ = {isa = PBXBuildFile; fileRef = 0F94A2804C17432B929F03A1 /* ../flycast/core/deps/libzip/lib/zip_source_supports.c */; }; - 62238A253E064C87A24C2C9D /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c */ = {isa = PBXBuildFile; fileRef = CE8533325076470F98485A1A /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c */; }; - 638D338130BD46F3AB50649D /* ../flycast/core/deps/libzip/lib/zip_source_window.c */ = {isa = PBXBuildFile; fileRef = EFB67C317E904A01BFE33D15 /* ../flycast/core/deps/libzip/lib/zip_source_window.c */; }; - 6535C557987F48F5B7A66029 /* ../flycast/core/deps/libzip/lib/zip_source_close.c */ = {isa = PBXBuildFile; fileRef = B24D0ED2630A4E5BB200AC16 /* ../flycast/core/deps/libzip/lib/zip_source_close.c */; }; - 65FE20B6DFBC46C89AE71EDD /* ../flycast/core/deps/libzip/lib/zip_source_buffer.c */ = {isa = PBXBuildFile; fileRef = C1FA477BD3EB4C898B4F7F22 /* ../flycast/core/deps/libzip/lib/zip_source_buffer.c */; }; - 6C79C63C0E2D4DC7B8721579 /* ../flycast/core/deps/libzip/lib/zip_set_archive_flag.c */ = {isa = PBXBuildFile; fileRef = 883337ADAD5E41F3809A0A83 /* ../flycast/core/deps/libzip/lib/zip_set_archive_flag.c */; }; - 6D2B257E13434BDAA0CA4AAA /* ../flycast/core/deps/libzip/lib/zip_source_crc.c */ = {isa = PBXBuildFile; fileRef = 1E907B0B6FE844E4BA81BC34 /* ../flycast/core/deps/libzip/lib/zip_source_crc.c */; }; - 727D02013AAF4A3CB955B63F /* ../flycast/core/deps/libzip/lib/zip_new.c */ = {isa = PBXBuildFile; fileRef = 25F1327364B94CEF85CC5B5F /* ../flycast/core/deps/libzip/lib/zip_new.c */; }; - 751B40E3390E4AD882B858D1 /* ../flycast/core/deps/libzip/lib/zip_source_seek_write.c */ = {isa = PBXBuildFile; fileRef = 5B6F25F930204B75BE80E990 /* ../flycast/core/deps/libzip/lib/zip_source_seek_write.c */; }; - 791F753F61BE47DFBEB45085 /* ../flycast/core/deps/libzip/lib/zip_source_layered.c */ = {isa = PBXBuildFile; fileRef = 8E7730DCDD46476187B8C0CF /* ../flycast/core/deps/libzip/lib/zip_source_layered.c */; }; - 79D1477988EE437CBF88BD99 /* ../flycast/core/deps/libzip/lib/zip_get_archive_flag.c */ = {isa = PBXBuildFile; fileRef = E923ABA138564D2BB2011A05 /* ../flycast/core/deps/libzip/lib/zip_get_archive_flag.c */; }; - 7B40B271D1AC4332A2CD0A92 /* ../flycast/core/deps/libzip/lib/zip_source_remove.c */ = {isa = PBXBuildFile; fileRef = 0836789B76E94E848578F702 /* ../flycast/core/deps/libzip/lib/zip_source_remove.c */; }; - 7B7A9C1801EB405EA40F8927 /* ../flycast/core/deps/libzip/lib/zip_fopen.c */ = {isa = PBXBuildFile; fileRef = 2148E53029E246929C01E39E /* ../flycast/core/deps/libzip/lib/zip_fopen.c */; }; - 7D319032E9474883BED118F1 /* ../flycast/core/deps/libzip/lib/zip_add_dir.c */ = {isa = PBXBuildFile; fileRef = 9009BEA97BC54AE7836425E8 /* ../flycast/core/deps/libzip/lib/zip_add_dir.c */; }; - 7D5D662A6A454A5CA7C78F3B /* ../flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c */ = {isa = PBXBuildFile; fileRef = 770E302CC6524F01BF779F70 /* ../flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c */; }; - 812BFDD0E7CB4E5F8074192F /* ../flycast/core/deps/libzip/lib/zip_source_free.c */ = {isa = PBXBuildFile; fileRef = 72D4408842E843AE8CAD9B4A /* ../flycast/core/deps/libzip/lib/zip_source_free.c */; }; - 874FCE8C15924F4F9FF5DB95 /* ../flycast/core/deps/libzip/lib/zip_error.c */ = {isa = PBXBuildFile; fileRef = 69D4C25318994E94AE3E47DC /* ../flycast/core/deps/libzip/lib/zip_error.c */; }; - 87CB80AB75564CD9B6EB56A9 /* ../flycast/core/deps/libzip/lib/zip_fclose.c */ = {isa = PBXBuildFile; fileRef = F2C3726843834C69BB94F615 /* ../flycast/core/deps/libzip/lib/zip_fclose.c */; }; - 8C9EF5ABC9A048CFB2AEEBF9 /* ../flycast/core/deps/libzip/lib/zip_source_open.c */ = {isa = PBXBuildFile; fileRef = 80D7FF0DD2834B74A2616E67 /* ../flycast/core/deps/libzip/lib/zip_source_open.c */; }; - 8E05C106F81C47BC89D27C64 /* ../flycast/core/deps/libzip/lib/zip_dirent.c */ = {isa = PBXBuildFile; fileRef = 73C4D153DD5741D4A99BF2C7 /* ../flycast/core/deps/libzip/lib/zip_dirent.c */; }; - 909E3B0464CB43458B4A2E2E /* ../flycast/core/deps/libzip/lib/zip_progress.c */ = {isa = PBXBuildFile; fileRef = D4E7084108C342799373914D /* ../flycast/core/deps/libzip/lib/zip_progress.c */; }; - 91305F581FC94423BD630983 /* ../flycast/core/deps/libzip/lib/zip_dir_add.c */ = {isa = PBXBuildFile; fileRef = B7F56F0927724C58BEBA049C /* ../flycast/core/deps/libzip/lib/zip_dir_add.c */; }; - 96AA4C3108794F218272CADC /* ../flycast/core/deps/libzip/lib/zip_set_archive_comment.c */ = {isa = PBXBuildFile; fileRef = DAB864DBC462429CA82A7ED5 /* ../flycast/core/deps/libzip/lib/zip_set_archive_comment.c */; }; - 98A0E742ACA94B0C9652B752 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write.c */ = {isa = PBXBuildFile; fileRef = 93EFC882D81D4C77A3826EDC /* ../flycast/core/deps/libzip/lib/zip_source_begin_write.c */; }; - 9A5469E3544D4E7596FB2939 /* ../flycast/core/deps/libzip/lib/zip_ftell.c */ = {isa = PBXBuildFile; fileRef = 703D32CCE40548D79332E3D3 /* ../flycast/core/deps/libzip/lib/zip_ftell.c */; }; - 9C865FEEA2CE4C7C92FC0A18 /* ../flycast/core/deps/libzip/lib/zip_file_replace.c */ = {isa = PBXBuildFile; fileRef = 84B8DD182C3F45A9B651E78A /* ../flycast/core/deps/libzip/lib/zip_file_replace.c */; }; - 9F57C19AB2F24A61A9F8D907 /* ../flycast/core/deps/libzip/lib/zip_source_rollback_write.c */ = {isa = PBXBuildFile; fileRef = 3FD430283FC24FE987FF0F3E /* ../flycast/core/deps/libzip/lib/zip_source_rollback_write.c */; }; - A037B2AED85C4F73BAE4E4D2 /* ../flycast/core/deps/libzip/lib/zip_file_error_clear.c */ = {isa = PBXBuildFile; fileRef = 87B370A23C014192BD8EAE03 /* ../flycast/core/deps/libzip/lib/zip_file_error_clear.c */; }; - A71A5FB8166A4CDC9BAFE01E /* ../flycast/core/deps/libzip/lib/zip_source_pkware_encode.c */ = {isa = PBXBuildFile; fileRef = CAB0BC25190241A1A933F8AA /* ../flycast/core/deps/libzip/lib/zip_source_pkware_encode.c */; }; - A74F592D54064CB8971F4E83 /* ../flycast/core/deps/libzip/lib/zip_string.c */ = {isa = PBXBuildFile; fileRef = D4EA9166717B427FA5305DCF /* ../flycast/core/deps/libzip/lib/zip_string.c */; }; - A770974DA38C45FDB71FB958 /* ../flycast/core/deps/libzip/lib/zip_source_is_deleted.c */ = {isa = PBXBuildFile; fileRef = 49D64249FC0645E1953048CE /* ../flycast/core/deps/libzip/lib/zip_source_is_deleted.c */; }; - AB0740DB93B54A08ABBD2C64 /* ../flycast/core/deps/libzip/lib/zip_source_error.c */ = {isa = PBXBuildFile; fileRef = 10E10B6C183B4D0B832611EE /* ../flycast/core/deps/libzip/lib/zip_source_error.c */; }; - AE711A9F52A74433B7D70152 /* ../flycast/core/deps/libzip/lib/zip_error_clear.c */ = {isa = PBXBuildFile; fileRef = B18D7993BACA446D899C983C /* ../flycast/core/deps/libzip/lib/zip_error_clear.c */; }; - AEEAACFB4B78475FB554F7CB /* ../flycast/core/deps/libzip/lib/zip_unchange_archive.c */ = {isa = PBXBuildFile; fileRef = FE293547AC5C4AE5AE196383 /* ../flycast/core/deps/libzip/lib/zip_unchange_archive.c */; }; - AFA7D8E25C76475BB4BB6C96 /* ../flycast/core/deps/libzip/lib/zip_stat_index.c */ = {isa = PBXBuildFile; fileRef = 5A21360213724B62B5F9580E /* ../flycast/core/deps/libzip/lib/zip_stat_index.c */; }; - B3098C4BE6C44698B3463171 /* ../flycast/core/deps/libzip/lib/zip_entry.c */ = {isa = PBXBuildFile; fileRef = 7C1303439B23463AA24F0397 /* ../flycast/core/deps/libzip/lib/zip_entry.c */; }; - B43338FAEC374AF89E361B04 /* ../flycast/core/deps/libzip/lib/zip_source_read.c */ = {isa = PBXBuildFile; fileRef = 08F98AE1C9E042B2A21DEDCF /* ../flycast/core/deps/libzip/lib/zip_source_read.c */; }; - B52D352AAB1B44AFA9BAA4F4 /* ../flycast/core/deps/libzip/lib/zip_add.c */ = {isa = PBXBuildFile; fileRef = 5287BDAC722D4530ADC92E1A /* ../flycast/core/deps/libzip/lib/zip_add.c */; }; - B810D632A4BB49E6B215A936 /* ../flycast/core/deps/libzip/lib/zip_get_name.c */ = {isa = PBXBuildFile; fileRef = 8E5BCAB2E2464C1EB6A305A7 /* ../flycast/core/deps/libzip/lib/zip_get_name.c */; }; - BA873C64DF594214BC8A0A27 /* ../flycast/core/deps/libzip/lib/zip_unchange.c */ = {isa = PBXBuildFile; fileRef = A6A5641CFDC74936B6639B4B /* ../flycast/core/deps/libzip/lib/zip_unchange.c */; }; - BB6B771F43A444B5A4B89EFB /* ../flycast/core/deps/libzip/lib/zip_stat_init.c */ = {isa = PBXBuildFile; fileRef = C38169D95D6F499C9209BEB4 /* ../flycast/core/deps/libzip/lib/zip_stat_init.c */; }; - BCDD085450B34242B05BF85D /* ../flycast/core/deps/libzip/lib/zip_source_zip_new.c */ = {isa = PBXBuildFile; fileRef = 36A37F0AC1B64F0DBE4C0EAA /* ../flycast/core/deps/libzip/lib/zip_source_zip_new.c */; }; - C2F50628D6DA4684A33F414E /* ../flycast/core/deps/libzip/lib/zip_source_compress.c */ = {isa = PBXBuildFile; fileRef = 3FC362A3609340EEAD188A5A /* ../flycast/core/deps/libzip/lib/zip_source_compress.c */; }; - C4360BF4E6DB44D9B6677FA8 /* ../flycast/core/deps/libzip/lib/zip_file_set_encryption.c */ = {isa = PBXBuildFile; fileRef = C6705F093333405D9FD5E5A2 /* ../flycast/core/deps/libzip/lib/zip_file_set_encryption.c */; }; - C59776458DF148DC8F85B53A /* ../flycast/core/deps/libzip/lib/zip_set_name.c */ = {isa = PBXBuildFile; fileRef = DE2A6C2969A24D91A4E07087 /* ../flycast/core/deps/libzip/lib/zip_set_name.c */; }; - C5D2B67B44044C21A9591E10 /* ../flycast/core/deps/libzip/lib/zip_fseek.c */ = {isa = PBXBuildFile; fileRef = 1680F8ADFB7D415F92046264 /* ../flycast/core/deps/libzip/lib/zip_fseek.c */; }; - CD372BBBC0EF42F2A1F51BD7 /* ../flycast/core/deps/libzip/lib/zip_set_file_compression.c */ = {isa = PBXBuildFile; fileRef = 87D9EF0A5488452895E7924B /* ../flycast/core/deps/libzip/lib/zip_set_file_compression.c */; }; - D56F94BCACBE40D8AE189198 /* ../flycast/core/deps/libzip/lib/zip_discard.c */ = {isa = PBXBuildFile; fileRef = 1D199AD5CD8241E78F9D9B9E /* ../flycast/core/deps/libzip/lib/zip_discard.c */; }; - D5A20218847C463E9519127C /* ../cmake/core/deps/libzip/lib/zip_err_str.c */ = {isa = PBXBuildFile; fileRef = 5AD420E15A6F458AA580DB6A /* ../cmake/core/deps/libzip/lib/zip_err_str.c */; }; - D8C131FCB6C946B3B23CFED8 /* ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = FB962EDA75E4456CACAFBA86 /* ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist */; }; - DA20C8E6158D4612A2693048 /* ../flycast/core/deps/libzip/lib/zip_error_strerror.c */ = {isa = PBXBuildFile; fileRef = E98FE42CF2194C7382D48CDD /* ../flycast/core/deps/libzip/lib/zip_error_strerror.c */; }; - DBBEE4621E5641AFA8869199 /* ../flycast/core/deps/libzip/lib/zip_file_strerror.c */ = {isa = PBXBuildFile; fileRef = DC1E0C28D4EC424EAD0F7C5F /* ../flycast/core/deps/libzip/lib/zip_file_strerror.c */; }; - DC48FA8E2C2D4E8497B5237B /* ../flycast/core/deps/libzip/lib/zip_get_num_entries.c */ = {isa = PBXBuildFile; fileRef = 888210C6A937459AADAA62BA /* ../flycast/core/deps/libzip/lib/zip_get_num_entries.c */; }; - DE21B5E1B7D04749803C2076 /* ../flycast/core/deps/libzip/lib/zip_error_get.c */ = {isa = PBXBuildFile; fileRef = 5B5431814B6F46258A963B34 /* ../flycast/core/deps/libzip/lib/zip_error_get.c */; }; - E05034DDF35244F7AA11C086 /* ../flycast/core/deps/libzip/lib/zip_mkstempm.c */ = {isa = PBXBuildFile; fileRef = A739AC6A7B8E4A1A914C37D3 /* ../flycast/core/deps/libzip/lib/zip_mkstempm.c */; }; - E60D93B57FB84E469691E0E0 /* ../flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c */ = {isa = PBXBuildFile; fileRef = 314CAD01F8D94224A4B6BC32 /* ../flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c */; }; - E60E08CEE1B84F37BDCC469E /* ../flycast/core/deps/libzip/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 8CC114CDE2BA4528A924865B /* ../flycast/core/deps/libzip/lib/CMakeLists.txt */; }; - E7EAA50B471C4A8DA0E4A9AF /* ../flycast/core/deps/libzip/lib/zip_unchange_data.c */ = {isa = PBXBuildFile; fileRef = 38FBC16E75D04CA1BE0B6A12 /* ../flycast/core/deps/libzip/lib/zip_unchange_data.c */; }; - EA8DAB8900D04CF1A625A942 /* ../flycast/core/deps/libzip/lib/zip_file_get_comment.c */ = {isa = PBXBuildFile; fileRef = 0BE66417BFF04698B92FAAA9 /* ../flycast/core/deps/libzip/lib/zip_file_get_comment.c */; }; - ED65C24BEC4C4092836CE4D4 /* ../flycast/core/deps/libzip/lib/zip_source_accept_empty.c */ = {isa = PBXBuildFile; fileRef = 5870DD116B8B45B088447C62 /* ../flycast/core/deps/libzip/lib/zip_source_accept_empty.c */; }; - EE7CA3F93A04409EA10EA568 /* ../flycast/core/deps/libzip/lib/zip_source_stat.c */ = {isa = PBXBuildFile; fileRef = 6DCFF513B29047AFAF5B8B94 /* ../flycast/core/deps/libzip/lib/zip_source_stat.c */; }; - EF4D5C967F324E17A7318E83 /* ../flycast/core/deps/libzip/lib/zip_replace.c */ = {isa = PBXBuildFile; fileRef = C8D5C694328D4DFE967EADA4 /* ../flycast/core/deps/libzip/lib/zip_replace.c */; }; - F4BA8AA9E77545B0B10FFE1C /* ../flycast/core/deps/libzip/lib/zip_source_function.c */ = {isa = PBXBuildFile; fileRef = 1B6022941B1A4E53B97B4BEE /* ../flycast/core/deps/libzip/lib/zip_source_function.c */; }; - F621817E6D714AB298284EC0 /* ../flycast/core/deps/libzip/lib/zip_set_default_password.c */ = {isa = PBXBuildFile; fileRef = D4089D098F774C20BBE3BDFC /* ../flycast/core/deps/libzip/lib/zip_set_default_password.c */; }; - F6476B4C3D044EE4A22E44A1 /* ../flycast/core/deps/libzip/lib/zip_file_rename.c */ = {isa = PBXBuildFile; fileRef = 02A7A5CEE5AF4A92B6666719 /* ../flycast/core/deps/libzip/lib/zip_file_rename.c */; }; - F7A1010FE2344C749B0ED985 /* ../flycast/core/deps/libzip/lib/zip_get_num_files.c */ = {isa = PBXBuildFile; fileRef = C7C2AE50B42E492E93619D12 /* ../flycast/core/deps/libzip/lib/zip_get_num_files.c */; }; - FB8A03876F9D47BF88B0614F /* ../flycast/core/deps/libzip/lib/zip_file_error_get.c */ = {isa = PBXBuildFile; fileRef = F8280EAA28D0444D856834A4 /* ../flycast/core/deps/libzip/lib/zip_file_error_get.c */; }; - FE865DD387834D54914DE605 /* ../flycast/core/deps/libzip/lib/zip_source_pkware_decode.c */ = {isa = PBXBuildFile; fileRef = D8B0A66D3BA74D5D81B0074D /* ../flycast/core/deps/libzip/lib/zip_source_pkware_decode.c */; }; + 014FD3F445BA4200B7A03EA0 /* ../flycast/core/deps/libzip/lib/zip_source_pkware_encode.c */ = {isa = PBXBuildFile; fileRef = 4B4FEA2DC5F6431A954552AD /* ../flycast/core/deps/libzip/lib/zip_source_pkware_encode.c */; }; + 04F412CCDD324622B414E104 /* ../flycast/core/deps/libzip/lib/zip_strerror.c */ = {isa = PBXBuildFile; fileRef = 3ED1B60863544B26A534C74C /* ../flycast/core/deps/libzip/lib/zip_strerror.c */; }; + 064314817DF14F83B51E585F /* ../flycast/core/deps/libzip/lib/zip_error_get.c */ = {isa = PBXBuildFile; fileRef = 961EB9F60AAE40319AE891E3 /* ../flycast/core/deps/libzip/lib/zip_error_get.c */; }; + 076E8DBC936A4A08A45903FE /* ../flycast/core/deps/libzip/lib/zip_source_layered.c */ = {isa = PBXBuildFile; fileRef = 0ED0E03E75B3426A9A8680B2 /* ../flycast/core/deps/libzip/lib/zip_source_layered.c */; }; + 077FE0BF2C7C411E9F7868B8 /* ../flycast/core/deps/libzip/lib/zip_algorithm_deflate.c */ = {isa = PBXBuildFile; fileRef = 79053700B0CB4647B1CB4607 /* ../flycast/core/deps/libzip/lib/zip_algorithm_deflate.c */; }; + 0A20B41E63B04C40AA19433A /* ../flycast/core/deps/libzip/lib/zip_file_error_clear.c */ = {isa = PBXBuildFile; fileRef = 2038D54C6F1B4A339D6BBFD4 /* ../flycast/core/deps/libzip/lib/zip_file_error_clear.c */; }; + 0C7BB9E453204A2592B367BD /* ../flycast/core/deps/libzip/lib/zip_source_window.c */ = {isa = PBXBuildFile; fileRef = EB8D56982FA24267B2DA2DAC /* ../flycast/core/deps/libzip/lib/zip_source_window.c */; }; + 0CD12015D62A432889DF0744 /* ../flycast/core/deps/libzip/lib/zip_io_util.c */ = {isa = PBXBuildFile; fileRef = 9693933D3782412A989EE051 /* ../flycast/core/deps/libzip/lib/zip_io_util.c */; }; + 0CDC3A5D3A7C4548B86F26B4 /* ../flycast/core/deps/libzip/lib/zip_set_archive_comment.c */ = {isa = PBXBuildFile; fileRef = 1EF58D94F2804BA6A6A14CBA /* ../flycast/core/deps/libzip/lib/zip_set_archive_comment.c */; }; + 0E28D25146C74292BC81AA1C /* ../flycast/core/deps/libzip/lib/zip_add_dir.c */ = {isa = PBXBuildFile; fileRef = C1476AD799C5495E8821A31B /* ../flycast/core/deps/libzip/lib/zip_add_dir.c */; }; + 0EFED878C1EF4EC49C5ABAD9 /* ../flycast/core/deps/libzip/lib/zip_stat_init.c */ = {isa = PBXBuildFile; fileRef = 4C23A4180CAA49D4ACE03FCB /* ../flycast/core/deps/libzip/lib/zip_stat_init.c */; }; + 1426CEB9FB20491BB31C5E4B /* ../flycast/core/deps/libzip/lib/zip_rename.c */ = {isa = PBXBuildFile; fileRef = E03C4F0C59E14A20A0EF9F9D /* ../flycast/core/deps/libzip/lib/zip_rename.c */; }; + 1732613B630C4D71BB28FA40 /* ../flycast/core/deps/libzip/lib/zip_fopen_encrypted.c */ = {isa = PBXBuildFile; fileRef = B1B9C29DE4C046109C01D4B9 /* ../flycast/core/deps/libzip/lib/zip_fopen_encrypted.c */; }; + 175F5614BFD344A0AA6B0530 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c */ = {isa = PBXBuildFile; fileRef = D85AC907AB3F4465882BCDA5 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c */; }; + 1955AB12B8E0412D961DAB24 /* ../flycast/core/deps/libzip/lib/zip_file_get_comment.c */ = {isa = PBXBuildFile; fileRef = E2B4D7C5AF4248888B252481 /* ../flycast/core/deps/libzip/lib/zip_file_get_comment.c */; }; + 19591EFE1EF1457D950D9241 /* ../flycast/core/deps/libzip/lib/zip_open.c */ = {isa = PBXBuildFile; fileRef = 571CA758ED2146E68A869297 /* ../flycast/core/deps/libzip/lib/zip_open.c */; }; + 19D4ABBCB2DD40C982EAA96B /* ../flycast/core/deps/libzip/lib/zip_random_unix.c */ = {isa = PBXBuildFile; fileRef = B424839CFBAA47C190973AEE /* ../flycast/core/deps/libzip/lib/zip_random_unix.c */; }; + 1B4829CF1A924F6A8850CB42 /* ../flycast/core/deps/libzip/lib/zip_close.c */ = {isa = PBXBuildFile; fileRef = D7C07CA6426B4DB68606B014 /* ../flycast/core/deps/libzip/lib/zip_close.c */; }; + 1D210D3061674FDB839EA8A8 /* ../flycast/core/deps/libzip/lib/zip_source_open.c */ = {isa = PBXBuildFile; fileRef = 25C8DA220FC748118A24A9B5 /* ../flycast/core/deps/libzip/lib/zip_source_open.c */; }; + 1DD59157BA644BC49B9CFE9D /* ../flycast/core/deps/libzip/lib/zip_error_get_sys_type.c */ = {isa = PBXBuildFile; fileRef = 1249AA9AC8BC4C60AF5EBFB5 /* ../flycast/core/deps/libzip/lib/zip_error_get_sys_type.c */; }; + 2034326026B74C3982EC3029 /* ../flycast/core/deps/libzip/lib/zip_source_tell_write.c */ = {isa = PBXBuildFile; fileRef = 895E64C8D96644E5BBFF2E36 /* ../flycast/core/deps/libzip/lib/zip_source_tell_write.c */; }; + 21193E27EE504456B34FB276 /* ../flycast/core/deps/libzip/lib/zip_set_default_password.c */ = {isa = PBXBuildFile; fileRef = 19BE2CDDBA0E4150AABFB511 /* ../flycast/core/deps/libzip/lib/zip_set_default_password.c */; }; + 2501766CF85A4E8BB473ACCE /* ../flycast/core/deps/libzip/lib/zip_source_is_deleted.c */ = {isa = PBXBuildFile; fileRef = A408BD0F992C41C7B4F77A9A /* ../flycast/core/deps/libzip/lib/zip_source_is_deleted.c */; }; + 29B29688291446FA854C848B /* ../flycast/core/deps/libzip/lib/zip_error_to_str.c */ = {isa = PBXBuildFile; fileRef = 825F0CB76EA54686A3DEA4F7 /* ../flycast/core/deps/libzip/lib/zip_error_to_str.c */; }; + 2C47C7246A8347F98C99EF10 /* ../flycast/core/deps/libzip/lib/zip_source_call.c */ = {isa = PBXBuildFile; fileRef = 2C90132F6975407FA45DE1F3 /* ../flycast/core/deps/libzip/lib/zip_source_call.c */; }; + 2E538E9C29174A7B899EC7D4 /* ../flycast/core/deps/libzip/lib/zip_source_zip_new.c */ = {isa = PBXBuildFile; fileRef = 22EDFA939B624123ABD4DEF2 /* ../flycast/core/deps/libzip/lib/zip_source_zip_new.c */; }; + 303AF7DE7AC44FD88D77F5A6 /* ../cmake/core/deps/libzip/lib/zip_err_str.c.rule */ = {isa = PBXBuildFile; fileRef = C166FBACF25843AEB1385970 /* ../cmake/core/deps/libzip/lib/zip_err_str.c.rule */; }; + 30CDF74E0A4F4AC987668C38 /* ../flycast/core/deps/libzip/lib/zip_source_tell.c */ = {isa = PBXBuildFile; fileRef = 96EA0E9EE2254516BF6B19A7 /* ../flycast/core/deps/libzip/lib/zip_source_tell.c */; }; + 39F3010C4B2E4C638956007A /* ../flycast/core/deps/libzip/lib/zip_dirent.c */ = {isa = PBXBuildFile; fileRef = 579BB2CD6E5840E3BFE5AB37 /* ../flycast/core/deps/libzip/lib/zip_dirent.c */; }; + 3A209B41AAF34716BA547818 /* ../flycast/core/deps/libzip/lib/zip_file_strerror.c */ = {isa = PBXBuildFile; fileRef = 424397979F1D4C438D68C972 /* ../flycast/core/deps/libzip/lib/zip_file_strerror.c */; }; + 3A21436D93714346827E207F /* ../flycast/core/deps/libzip/lib/zip_stat_index.c */ = {isa = PBXBuildFile; fileRef = 1B2C131F363F42F0B796E4B6 /* ../flycast/core/deps/libzip/lib/zip_stat_index.c */; }; + 3A72968E2F3140EE8AD483EC /* ../flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c */ = {isa = PBXBuildFile; fileRef = 2F20BE26F5914EBEB77EC90A /* ../flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c */; }; + 3AF7EE13245E411BA7DE6ADB /* ../flycast/core/deps/libzip/lib/zip_file_get_offset.c */ = {isa = PBXBuildFile; fileRef = E76BD66B246B4636813449D5 /* ../flycast/core/deps/libzip/lib/zip_file_get_offset.c */; }; + 3BDD12CC390146AA8A5AA23C /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c */ = {isa = PBXBuildFile; fileRef = 696B4EE3695E4D8A93226D4E /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c */; }; + 3DED1C88F26643B3B488A4BF /* ../flycast/core/deps/libzip/lib/zip_source_rollback_write.c */ = {isa = PBXBuildFile; fileRef = CDB32FF73C7D4C4087608CB3 /* ../flycast/core/deps/libzip/lib/zip_source_rollback_write.c */; }; + 3E11CD3707514079B8EDBB1D /* ../flycast/core/deps/libzip/lib/zip_file_rename.c */ = {isa = PBXBuildFile; fileRef = 7333B66A90174983897FE916 /* ../flycast/core/deps/libzip/lib/zip_file_rename.c */; }; + 4048167D97E94FC4AE4E834E /* ../flycast/core/deps/libzip/lib/zip_error.c */ = {isa = PBXBuildFile; fileRef = 17D20ED68DFD4681B18C8FD3 /* ../flycast/core/deps/libzip/lib/zip_error.c */; }; + 43BFAA42D30743FABC0232D8 /* ../flycast/core/deps/libzip/lib/zip_name_locate.c */ = {isa = PBXBuildFile; fileRef = 34A292B16E7D452490EEBE65 /* ../flycast/core/deps/libzip/lib/zip_name_locate.c */; }; + 43DEF73BC7E6422F88B716FC /* ../flycast/core/deps/libzip/lib/zip_get_num_files.c */ = {isa = PBXBuildFile; fileRef = BA53AFF2C31B440BA3B9F5EF /* ../flycast/core/deps/libzip/lib/zip_get_num_files.c */; }; + 45948EFEED73416D8A230369 /* ../flycast/core/deps/libzip/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 1A6E0756B28A495AA08DCE62 /* ../flycast/core/deps/libzip/lib/CMakeLists.txt */; }; + 4F1B9FE119D0485893F6DD93 /* ../flycast/core/deps/libzip/lib/zip_file_replace.c */ = {isa = PBXBuildFile; fileRef = 1983AE5DE82E4CA7BE3C80B6 /* ../flycast/core/deps/libzip/lib/zip_file_replace.c */; }; + 4F6CF26D359547879C28379C /* ../flycast/core/deps/libzip/lib/zip_get_archive_flag.c */ = {isa = PBXBuildFile; fileRef = 202E47516F084887A04AFC02 /* ../flycast/core/deps/libzip/lib/zip_get_archive_flag.c */; }; + 54714A3139F1440B9E5B2B2E /* ../flycast/core/deps/libzip/lib/zip_source_compress.c */ = {isa = PBXBuildFile; fileRef = AEF7BD1BC38C45DEAB715F85 /* ../flycast/core/deps/libzip/lib/zip_source_compress.c */; }; + 58284972D0534DCEBF6C0C72 /* ../flycast/core/deps/libzip/lib/zip_memdup.c */ = {isa = PBXBuildFile; fileRef = 555F1CCBDDC14BBD89073A98 /* ../flycast/core/deps/libzip/lib/zip_memdup.c */; }; + 58A2CEB4160B4D6FB1515B12 /* ../flycast/core/deps/libzip/lib/zip_fread.c */ = {isa = PBXBuildFile; fileRef = 50FBFB7D296E45688EB9EBB1 /* ../flycast/core/deps/libzip/lib/zip_fread.c */; }; + 58C0EC95AB984EE293FB4839 /* ../flycast/core/deps/libzip/lib/zip_file_set_mtime.c */ = {isa = PBXBuildFile; fileRef = D27667B69CEB4AC1AAA0CE98 /* ../flycast/core/deps/libzip/lib/zip_file_set_mtime.c */; }; + 593DE5611BC842BFB3760E6E /* ../flycast/core/deps/libzip/lib/zip_source_accept_empty.c */ = {isa = PBXBuildFile; fileRef = E67DF2513D9D407AB8747B53 /* ../flycast/core/deps/libzip/lib/zip_source_accept_empty.c */; }; + 59EB4028C3874DC284DEE658 /* ../flycast/core/deps/libzip/lib/zip_set_file_comment.c */ = {isa = PBXBuildFile; fileRef = 4B8CE81775744F098B3DAFB0 /* ../flycast/core/deps/libzip/lib/zip_set_file_comment.c */; }; + 5B09873D3C044444AF6B8559 /* ../flycast/core/deps/libzip/lib/zip_source_write.c */ = {isa = PBXBuildFile; fileRef = 6997406058A743129391AB60 /* ../flycast/core/deps/libzip/lib/zip_source_write.c */; }; + 600A1885094845E190F2C2D5 /* ../flycast/core/deps/libzip/lib/zip_unchange.c */ = {isa = PBXBuildFile; fileRef = 94D087CCC3EB41B08ABA8919 /* ../flycast/core/deps/libzip/lib/zip_unchange.c */; }; + 607425B614804DA28E292C91 /* ../cmake/core/deps/libzip/lib/zip_err_str.c */ = {isa = PBXBuildFile; fileRef = 5D319F1AC6634CA3BBBDC089 /* ../cmake/core/deps/libzip/lib/zip_err_str.c */; }; + 623EA2865AD1440E9E60C50E /* ../flycast/core/deps/libzip/lib/zip_source_remove.c */ = {isa = PBXBuildFile; fileRef = 644B53A7711E432A9A33DFA8 /* ../flycast/core/deps/libzip/lib/zip_source_remove.c */; }; + 62E3BD6D4B324C0A88852481 /* ../flycast/core/deps/libzip/lib/zip_source_pass_to_lower_layer.c */ = {isa = PBXBuildFile; fileRef = 961B7E64BF8C4472A7C67251 /* ../flycast/core/deps/libzip/lib/zip_source_pass_to_lower_layer.c */; }; + 645ACA8E07234706839DB620 /* ../flycast/core/deps/libzip/lib/zip_add_entry.c */ = {isa = PBXBuildFile; fileRef = B7457A4D65A64B55BE7BBDDC /* ../flycast/core/deps/libzip/lib/zip_add_entry.c */; }; + 646DA27C66C440B692F718E6 /* ../flycast/core/deps/libzip/lib/zip_fseek.c */ = {isa = PBXBuildFile; fileRef = 7632D434D4F34A9AAC535654 /* ../flycast/core/deps/libzip/lib/zip_fseek.c */; }; + 68425625BA1B4235B578E784 /* ../flycast/core/deps/libzip/lib/zip_discard.c */ = {isa = PBXBuildFile; fileRef = 5D1ED3E0331D491B83F500E4 /* ../flycast/core/deps/libzip/lib/zip_discard.c */; }; + 6A99AF7CCBC34576AEA04503 /* ../flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c */ = {isa = PBXBuildFile; fileRef = 7B106B0507B94AB99EE3132E /* ../flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c */; }; + 749ECA21F8E340A098B2FD77 /* ../flycast/core/deps/libzip/lib/zip_source_close.c */ = {isa = PBXBuildFile; fileRef = C1D5548ECC6D472F9C9706B1 /* ../flycast/core/deps/libzip/lib/zip_source_close.c */; }; + 75B12B72A06C4CD5A6CBB454 /* ../flycast/core/deps/libzip/lib/zip_algorithm_zstd.c */ = {isa = PBXBuildFile; fileRef = BB8901C0797341EE93835149 /* ../flycast/core/deps/libzip/lib/zip_algorithm_zstd.c */; }; + 76487FE6A79F421C8F2A794F /* ../flycast/core/deps/libzip/lib/zip_delete.c */ = {isa = PBXBuildFile; fileRef = A2936E4D640D4D178C513DDF /* ../flycast/core/deps/libzip/lib/zip_delete.c */; }; + 79F9B1D8849A484DB6FDFD8D /* ../flycast/core/deps/libzip/lib/zip_source_file_common.c */ = {isa = PBXBuildFile; fileRef = AC8C1518155D4017B3FE576C /* ../flycast/core/deps/libzip/lib/zip_source_file_common.c */; }; + 7B8545AAEECD402291E9085D /* ../flycast/core/deps/libzip/lib/zip_pkware.c */ = {isa = PBXBuildFile; fileRef = 07604B1EFFFF45B097689492 /* ../flycast/core/deps/libzip/lib/zip_pkware.c */; }; + 7EB885BEFAB446B6AACF417D /* ../flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c */ = {isa = PBXBuildFile; fileRef = D712D6A80D794E13A59B3C57 /* ../flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c */; }; + 7FF8262988F941E79A28BA1A /* ../flycast/core/deps/libzip/lib/zip_dir_add.c */ = {isa = PBXBuildFile; fileRef = 35F5C1D8DB1B44988605F128 /* ../flycast/core/deps/libzip/lib/zip_dir_add.c */; }; + 822BFEDCE8444FAA85D64C19 /* ../flycast/core/deps/libzip/lib/zip_get_num_entries.c */ = {isa = PBXBuildFile; fileRef = A33E7D038B0D4E7B8CC66A8F /* ../flycast/core/deps/libzip/lib/zip_get_num_entries.c */; }; + 82CC0F1572194546BFCF97AD /* ../flycast/core/deps/libzip/lib/zip_source_error.c */ = {isa = PBXBuildFile; fileRef = 2668D793A3E54072A2C2AF6A /* ../flycast/core/deps/libzip/lib/zip_source_error.c */; }; + 83EA9FCBE3C049A4B2A5949B /* ../flycast/core/deps/libzip/lib/zip_file_set_encryption.c */ = {isa = PBXBuildFile; fileRef = A15D0267E9394A12A7C51736 /* ../flycast/core/deps/libzip/lib/zip_file_set_encryption.c */; }; + 849F6746245646258019FF21 /* ../flycast/core/deps/libzip/lib/zip_error_clear.c */ = {isa = PBXBuildFile; fileRef = 687581472D554C78BBE3E703 /* ../flycast/core/deps/libzip/lib/zip_error_clear.c */; }; + 84F364336C754AED8DD29363 /* ../flycast/core/deps/libzip/lib/zip_source_supports.c */ = {isa = PBXBuildFile; fileRef = CB73C59E0F314808B641C20E /* ../flycast/core/deps/libzip/lib/zip_source_supports.c */; }; + 853B3817CBC74AE781EAF97A /* ../flycast/core/deps/libzip/lib/zip_replace.c */ = {isa = PBXBuildFile; fileRef = 19EA0C16889046B2874FA1EF /* ../flycast/core/deps/libzip/lib/zip_replace.c */; }; + 874583557EF5491FBB398DDA /* ../flycast/core/deps/libzip/lib/zip_source_read.c */ = {isa = PBXBuildFile; fileRef = 8B4A1FF9870A4A2088DE299B /* ../flycast/core/deps/libzip/lib/zip_source_read.c */; }; + 882456CECA3E4F0488E3CAE2 /* ../flycast/core/deps/libzip/lib/zip_buffer.c */ = {isa = PBXBuildFile; fileRef = 1ECD174E34914AB8BDD63D29 /* ../flycast/core/deps/libzip/lib/zip_buffer.c */; }; + 895063BED0B64B818D54B86F /* ../flycast/core/deps/libzip/lib/zip_progress.c */ = {isa = PBXBuildFile; fileRef = 04AFE19029514AF0AD4766FF /* ../flycast/core/deps/libzip/lib/zip_progress.c */; }; + 8AE041212FD04737BE3C7163 /* ../flycast/core/deps/libzip/lib/zip_file_add.c */ = {isa = PBXBuildFile; fileRef = B0C3ABCCDE4B406383A4F427 /* ../flycast/core/deps/libzip/lib/zip_file_add.c */; }; + 8B63002F6D444F90838A672C /* ../flycast/core/deps/libzip/lib/zip_set_name.c */ = {isa = PBXBuildFile; fileRef = 658F017BBAFE4693A4102E74 /* ../flycast/core/deps/libzip/lib/zip_set_name.c */; }; + 8EAF3B0F9E3B4D08B8D6C8FE /* ../flycast/core/deps/libzip/lib/zip_file_set_comment.c */ = {isa = PBXBuildFile; fileRef = D74E2D906F3E4189B5F01402 /* ../flycast/core/deps/libzip/lib/zip_file_set_comment.c */; }; + 90FBB65D26594EAF9991AA49 /* ../flycast/core/deps/libzip/lib/zip_source_buffer.c */ = {isa = PBXBuildFile; fileRef = ED548B42207A4EA3A23BABC6 /* ../flycast/core/deps/libzip/lib/zip_source_buffer.c */; }; + 9893558F79FD47879F8AFDF0 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write.c */ = {isa = PBXBuildFile; fileRef = 7B82E7F741F848188C5CB03C /* ../flycast/core/deps/libzip/lib/zip_source_begin_write.c */; }; + 999150597F0449B39BE6D0B9 /* ../flycast/core/deps/libzip/lib/zip_fopen_index.c */ = {isa = PBXBuildFile; fileRef = CDBD7E7B26AF4C2CB53D6E85 /* ../flycast/core/deps/libzip/lib/zip_fopen_index.c */; }; + 99F7F8DC148F475596CA5C8A /* ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = AF22EACD03024171A89BBBA7 /* ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist */; }; + 9AECD9FF934542E4969E131E /* ../flycast/core/deps/libzip/lib/zip_add.c */ = {isa = PBXBuildFile; fileRef = C76E028AE07F4E1EBC00447B /* ../flycast/core/deps/libzip/lib/zip_add.c */; }; + 9B3AA8B8D80040A08668252D /* ../flycast/core/deps/libzip/lib/zip_source_function.c */ = {isa = PBXBuildFile; fileRef = 6DF97E087DCB454AB21E717C /* ../flycast/core/deps/libzip/lib/zip_source_function.c */; }; + 9BAF696DDFEB431999BBC514 /* ../flycast/core/deps/libzip/lib/zip_source_seek.c */ = {isa = PBXBuildFile; fileRef = B1F6D79636E547CDB1062821 /* ../flycast/core/deps/libzip/lib/zip_source_seek.c */; }; + 9DEFE7F671B5415D9B4DCD4A /* ../flycast/core/deps/libzip/lib/zip_get_archive_comment.c */ = {isa = PBXBuildFile; fileRef = 0E206946C8C947CA915D570D /* ../flycast/core/deps/libzip/lib/zip_get_archive_comment.c */; }; + 9EF25ABE684D40CF9B10B5D1 /* ../flycast/core/deps/libzip/lib/zip_string.c */ = {isa = PBXBuildFile; fileRef = A2A419B16D1142D7ABB782E5 /* ../flycast/core/deps/libzip/lib/zip_string.c */; }; + 9F148ED66EBE4194AAF4F883 /* ../flycast/core/deps/libzip/lib/zip_fopen.c */ = {isa = PBXBuildFile; fileRef = E23E639599DF409CAA0E4682 /* ../flycast/core/deps/libzip/lib/zip_fopen.c */; }; + A226658EB226408AB0E5A4B1 /* ../flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c */ = {isa = PBXBuildFile; fileRef = 7BB666F7D7CF46BA93902CEE /* ../flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c */; }; + A6420544456B4DB9AF56B665 /* ../flycast/core/deps/libzip/lib/zip_hash.c */ = {isa = PBXBuildFile; fileRef = 1FCFA0150FC64118BD48044F /* ../flycast/core/deps/libzip/lib/zip_hash.c */; }; + A711B8C6A95643859C13022A /* ../flycast/core/deps/libzip/lib/zip_stat.c */ = {isa = PBXBuildFile; fileRef = 9369616CFB95489EAE5FF2FD /* ../flycast/core/deps/libzip/lib/zip_stat.c */; }; + A919B62FDB8E409F9E455A32 /* ../flycast/core/deps/libzip/lib/zip_fclose.c */ = {isa = PBXBuildFile; fileRef = 03837C1502FE4CC297E068E9 /* ../flycast/core/deps/libzip/lib/zip_fclose.c */; }; + A9D1B73E2EB2460A8CD7AD2C /* ../flycast/core/deps/libzip/lib/zip_utf-8.c */ = {isa = PBXBuildFile; fileRef = B9996739FA3C4434B4030657 /* ../flycast/core/deps/libzip/lib/zip_utf-8.c */; }; + A9EA824432624748B82A4A54 /* ../flycast/core/deps/libzip/lib/zip_extra_field.c */ = {isa = PBXBuildFile; fileRef = 81BCA80F71964927BCF9A686 /* ../flycast/core/deps/libzip/lib/zip_extra_field.c */; }; + B1760E490D534F67A414F4F5 /* ../flycast/core/deps/libzip/lib/zip_error_strerror.c */ = {isa = PBXBuildFile; fileRef = 2F316458F9A542AA91276585 /* ../flycast/core/deps/libzip/lib/zip_error_strerror.c */; }; + B7811B54EE974D23BE4392CE /* ../flycast/core/deps/libzip/lib/zip_source_seek_write.c */ = {isa = PBXBuildFile; fileRef = 047188F5D7324CA08385C7CF /* ../flycast/core/deps/libzip/lib/zip_source_seek_write.c */; }; + B7DFABE0291B422B8DEA8C8F /* ../flycast/core/deps/libzip/lib/zip_file_error_get.c */ = {isa = PBXBuildFile; fileRef = 1817E474FCF84F5889232BDF /* ../flycast/core/deps/libzip/lib/zip_file_error_get.c */; }; + BA7C353A48744A45B4A3D67E /* ../flycast/core/deps/libzip/lib/zip_source_zip.c */ = {isa = PBXBuildFile; fileRef = 8CE14ADE7E9E41EDA1FAFAA8 /* ../flycast/core/deps/libzip/lib/zip_source_zip.c */; }; + BFDF1AD7F2AC477391F01E25 /* ../flycast/core/deps/libzip/lib/zip_set_archive_flag.c */ = {isa = PBXBuildFile; fileRef = 737A6313A88F4EA8875C1A0B /* ../flycast/core/deps/libzip/lib/zip_set_archive_flag.c */; }; + C1C3473968194268BD2BC260 /* ../flycast/core/deps/libzip/lib/zip_source_stat.c */ = {isa = PBXBuildFile; fileRef = 021FDEFC192E471984A54234 /* ../flycast/core/deps/libzip/lib/zip_source_stat.c */; }; + C28BCA1E683E4C6A9F8678F9 /* ../flycast/core/deps/libzip/lib/zip_new.c */ = {isa = PBXBuildFile; fileRef = 4221FFF225084E6B9296F189 /* ../flycast/core/deps/libzip/lib/zip_new.c */; }; + C73EB659DF1A427191BD275A /* ../flycast/core/deps/libzip/lib/zip_get_name.c */ = {isa = PBXBuildFile; fileRef = 83679BA7B57B407CA3813302 /* ../flycast/core/deps/libzip/lib/zip_get_name.c */; }; + CC57ADD8DD6D44C0BADE1D4F /* ../flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c */ = {isa = PBXBuildFile; fileRef = 94F0C375077E4BBB8A61ECF4 /* ../flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c */; }; + D4168ECEB5F1450090001D78 /* ../flycast/core/deps/libzip/lib/zip_source_commit_write.c */ = {isa = PBXBuildFile; fileRef = 9165A303C2814C7EA30D89CE /* ../flycast/core/deps/libzip/lib/zip_source_commit_write.c */; }; + D76587692C3C4286AC91E6E7 /* ../flycast/core/deps/libzip/lib/zip_libzip_version.c */ = {isa = PBXBuildFile; fileRef = E238E5C3057C44D7A10F1DA4 /* ../flycast/core/deps/libzip/lib/zip_libzip_version.c */; }; + DC6D89B5FE7845FBBDAA4E18 /* ../flycast/core/deps/libzip/lib/zip_ftell.c */ = {isa = PBXBuildFile; fileRef = F4956D62E9654FC0B67F6A12 /* ../flycast/core/deps/libzip/lib/zip_ftell.c */; }; + DD01ECE846244621BA4F6F23 /* ../flycast/core/deps/libzip/lib/zip_source_crc.c */ = {isa = PBXBuildFile; fileRef = F60FA43E253B4FD9BF30EF78 /* ../flycast/core/deps/libzip/lib/zip_source_crc.c */; }; + DD4E3616ED504DC99552D2A4 /* ../flycast/core/deps/libzip/lib/zip_unchange_data.c */ = {isa = PBXBuildFile; fileRef = 64B774B7378F42CABDA47D1F /* ../flycast/core/deps/libzip/lib/zip_unchange_data.c */; }; + DF57F8E43E1E45B58163FE0A /* ../flycast/core/deps/libzip/lib/zip_unchange_all.c */ = {isa = PBXBuildFile; fileRef = 9F690885085140038B0F298F /* ../flycast/core/deps/libzip/lib/zip_unchange_all.c */; }; + DFA486E2E44D4634AD7666C9 /* ../flycast/core/deps/libzip/lib/zip_get_file_comment.c */ = {isa = PBXBuildFile; fileRef = 77E24B7DF4FA493F8009DC53 /* ../flycast/core/deps/libzip/lib/zip_get_file_comment.c */; }; + E964870A5E8B4526B208CB8F /* ../flycast/core/deps/libzip/lib/zip_fdopen.c */ = {isa = PBXBuildFile; fileRef = DCB6745AC34F4D5DA9F0CA29 /* ../flycast/core/deps/libzip/lib/zip_fdopen.c */; }; + ED6DFF04A0D648FFAEB54114 /* ../flycast/core/deps/libzip/lib/zip_extra_field_api.c */ = {isa = PBXBuildFile; fileRef = 24F74B447E4F44E7B344A741 /* ../flycast/core/deps/libzip/lib/zip_extra_field_api.c */; }; + EED5DB2247B14A5F9B19ACA7 /* ../flycast/core/deps/libzip/lib/zip_entry.c */ = {isa = PBXBuildFile; fileRef = EE35864D21E64DA2B63EE5BB /* ../flycast/core/deps/libzip/lib/zip_entry.c */; }; + F30EEE12FA934DA09832E09F /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio.c */ = {isa = PBXBuildFile; fileRef = DB72EC7EFC2A4AAF93080255 /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio.c */; }; + F34112857EAA420D8F7106E9 /* ../flycast/core/deps/libzip/lib/zip_unchange_archive.c */ = {isa = PBXBuildFile; fileRef = 4FD20079180246B2B0E1BC7F /* ../flycast/core/deps/libzip/lib/zip_unchange_archive.c */; }; + F5619FD86404435DBCA9ED47 /* ../flycast/core/deps/libzip/lib/zip_set_file_compression.c */ = {isa = PBXBuildFile; fileRef = A0CD6F7B5C2A46AFBB0DB41B /* ../flycast/core/deps/libzip/lib/zip_set_file_compression.c */; }; + FA52112BE8EB4E989289737E /* ../flycast/core/deps/libzip/lib/zip_source_pkware_decode.c */ = {isa = PBXBuildFile; fileRef = E90852682CA248B491F2DC70 /* ../flycast/core/deps/libzip/lib/zip_source_pkware_decode.c */; }; + FC610851DF744808906A6863 /* ../flycast/core/deps/libzip/lib/zip_source_free.c */ = {isa = PBXBuildFile; fileRef = 0F3491EF7E164B62A8600FC2 /* ../flycast/core/deps/libzip/lib/zip_source_free.c */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ - 654CB95ECB734963B68728C6 /* Release */ = { + 432ABC2ADD5B4820B1F7A1E1 /* RelWithDebInfo */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Release; + name = RelWithDebInfo; }; - 8D8D47BC7D324C528BDFCBC4 /* Debug */ = { + 685880B03EEF4E2689016DC5 /* Release */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Debug; + name = Release; }; - 8F87AECF62A8496489B7171B /* RelWithDebInfo */ = { + 702AB2C773324936A9371DFD /* MinSizeRel */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = RelWithDebInfo; + name = MinSizeRel; }; - EF2C964B4FDC4B9598A64039 /* MinSizeRel */ = { + 79DD77EFF90B410B9CAF5880 /* Debug */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = MinSizeRel; + name = Debug; }; /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ - 410526CDA7D74B45BEC23CBC /* PBXContainerItemProxy */ = { + 145BB6807F8B43629AD2D0B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 55D58564DBD84E2EAFB571B8 /* Project object */; + containerPortal = B5E4E21FA40E47F7A0A0A621 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; + remoteGlobalIDString = 69835AD03873232AF422EFB0; remoteInfo = ZERO_CHECK; }; - 49408F7C33F14798B2C742BE /* PBXContainerItemProxy */ = { + 17B8DB60A7354A3F81BE809E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 55D58564DBD84E2EAFB571B8 /* Project object */; + containerPortal = B5E4E21FA40E47F7A0A0A621 /* Project object */; proxyType = 1; remoteGlobalIDString = BFE014D0F91E05E8EAF0406F; remoteInfo = dist; }; - 6E4F42D797214EA7BDA4BBEF /* PBXContainerItemProxy */ = { + B0216A2777DC4C6F9F92760D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 55D58564DBD84E2EAFB571B8 /* Project object */; + containerPortal = B5E4E21FA40E47F7A0A0A621 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; + remoteInfo = ALL_BUILD; }; - 8F7CF8F927AC47718FFF2DFE /* PBXContainerItemProxy */ = { + C202B62692B3463B90FE6DEC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 55D58564DBD84E2EAFB571B8 /* Project object */; + containerPortal = B5E4E21FA40E47F7A0A0A621 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7AA1697EDEC0ABD31E514DBF; - remoteInfo = zip; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; }; - AC0C9C2599FD45BF89FF4497 /* PBXContainerItemProxy */ = { + C780B53F5CD64665A1045496 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 55D58564DBD84E2EAFB571B8 /* Project object */; + containerPortal = B5E4E21FA40E47F7A0A0A621 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; + remoteGlobalIDString = 69835AD03873232AF422EFB0; remoteInfo = ZERO_CHECK; }; - F2179F8961F94B8A8E2A88C2 /* PBXContainerItemProxy */ = { + C795222564C44D7A924402FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 55D58564DBD84E2EAFB571B8 /* Project object */; + containerPortal = B5E4E21FA40E47F7A0A0A621 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; - remoteInfo = ALL_BUILD; + remoteGlobalIDString = 7AA1697EDEC0ABD31E514DBF; + remoteInfo = zip; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 02A7A5CEE5AF4A92B6666719 /* ../flycast/core/deps/libzip/lib/zip_file_rename.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_rename.c; path = lib/zip_file_rename.c; sourceTree = SOURCE_ROOT; }; - 0836789B76E94E848578F702 /* ../flycast/core/deps/libzip/lib/zip_source_remove.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_remove.c; path = lib/zip_source_remove.c; sourceTree = SOURCE_ROOT; }; - 08F98AE1C9E042B2A21DEDCF /* ../flycast/core/deps/libzip/lib/zip_source_read.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_read.c; path = lib/zip_source_read.c; sourceTree = SOURCE_ROOT; }; - 0B9D8AFE84514E11B90A0AD8 /* ../flycast/core/deps/libzip/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 0BE66417BFF04698B92FAAA9 /* ../flycast/core/deps/libzip/lib/zip_file_get_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_comment.c; path = lib/zip_file_get_comment.c; sourceTree = SOURCE_ROOT; }; - 0C9A4F8C054440F598F64929 /* ../flycast/core/deps/libzip/lib/zip_error_get_sys_type.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_get_sys_type.c; path = lib/zip_error_get_sys_type.c; sourceTree = SOURCE_ROOT; }; - 0E78AE2991CD4A958BDFD8DD /* ../flycast/core/deps/libzip/lib/zip_file_get_offset.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_offset.c; path = lib/zip_file_get_offset.c; sourceTree = SOURCE_ROOT; }; - 0F94A2804C17432B929F03A1 /* ../flycast/core/deps/libzip/lib/zip_source_supports.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_supports.c; path = lib/zip_source_supports.c; sourceTree = SOURCE_ROOT; }; - 10E10B6C183B4D0B832611EE /* ../flycast/core/deps/libzip/lib/zip_source_error.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_error.c; path = lib/zip_source_error.c; sourceTree = SOURCE_ROOT; }; - 10EB0A8BCC6F4634BAADAD94 /* ../flycast/core/deps/libzip/lib/zip_file_set_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_comment.c; path = lib/zip_file_set_comment.c; sourceTree = SOURCE_ROOT; }; - 1680F8ADFB7D415F92046264 /* ../flycast/core/deps/libzip/lib/zip_fseek.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fseek.c; path = lib/zip_fseek.c; sourceTree = SOURCE_ROOT; }; - 1AB7AB620FDA4FF09DF4B710 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_begin_write_cloning.c; path = lib/zip_source_begin_write_cloning.c; sourceTree = SOURCE_ROOT; }; - 1B6022941B1A4E53B97B4BEE /* ../flycast/core/deps/libzip/lib/zip_source_function.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_function.c; path = lib/zip_source_function.c; sourceTree = SOURCE_ROOT; }; - 1D199AD5CD8241E78F9D9B9E /* ../flycast/core/deps/libzip/lib/zip_discard.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_discard.c; path = lib/zip_discard.c; sourceTree = SOURCE_ROOT; }; - 1E907B0B6FE844E4BA81BC34 /* ../flycast/core/deps/libzip/lib/zip_source_crc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_crc.c; path = lib/zip_source_crc.c; sourceTree = SOURCE_ROOT; }; - 2148E53029E246929C01E39E /* ../flycast/core/deps/libzip/lib/zip_fopen.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen.c; path = lib/zip_fopen.c; sourceTree = SOURCE_ROOT; }; - 25F1327364B94CEF85CC5B5F /* ../flycast/core/deps/libzip/lib/zip_new.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_new.c; path = lib/zip_new.c; sourceTree = SOURCE_ROOT; }; - 2681E0BEAF814C95BC5E253A /* zip */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzip.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2770DCBC1BE54A5A8315578E /* ../flycast/core/deps/libzip/lib/zip_delete.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_delete.c; path = lib/zip_delete.c; sourceTree = SOURCE_ROOT; }; - 28E247D4BA4447D98FB72C95 /* ../flycast/core/deps/libzip/lib/zip_fdopen.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fdopen.c; path = lib/zip_fdopen.c; sourceTree = SOURCE_ROOT; }; - 2A2F4B2BFB3344F1BF336960 /* ../flycast/core/deps/libzip/lib/zip_close.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_close.c; path = lib/zip_close.c; sourceTree = SOURCE_ROOT; }; - 2A9275A345D44DFCB1999E90 /* ../flycast/core/deps/libzip/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 314CAD01F8D94224A4B6BC32 /* ../flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_encryption_implementation.c; path = lib/zip_get_encryption_implementation.c; sourceTree = SOURCE_ROOT; }; - 36A37F0AC1B64F0DBE4C0EAA /* ../flycast/core/deps/libzip/lib/zip_source_zip_new.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_zip_new.c; path = lib/zip_source_zip_new.c; sourceTree = SOURCE_ROOT; }; - 38FBC16E75D04CA1BE0B6A12 /* ../flycast/core/deps/libzip/lib/zip_unchange_data.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_data.c; path = lib/zip_unchange_data.c; sourceTree = SOURCE_ROOT; }; - 3E2B6392C9A543E79CF813CF /* ../flycast/core/deps/libzip/lib/zip_stat.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat.c; path = lib/zip_stat.c; sourceTree = SOURCE_ROOT; }; - 3FC362A3609340EEAD188A5A /* ../flycast/core/deps/libzip/lib/zip_source_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_compress.c; path = lib/zip_source_compress.c; sourceTree = SOURCE_ROOT; }; - 3FD430283FC24FE987FF0F3E /* ../flycast/core/deps/libzip/lib/zip_source_rollback_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_rollback_write.c; path = lib/zip_source_rollback_write.c; sourceTree = SOURCE_ROOT; }; - 44F208205C4D4AF4B94E7FCE /* ../flycast/core/deps/libzip/lib/zip_utf-8.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = "zip_utf-8.c"; path = "lib/zip_utf-8.c"; sourceTree = SOURCE_ROOT; }; - 4545D5668E2A4ACC8CF2BED6 /* ../flycast/core/deps/libzip/lib/zip_fread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fread.c; path = lib/zip_fread.c; sourceTree = SOURCE_ROOT; }; - 49D64249FC0645E1953048CE /* ../flycast/core/deps/libzip/lib/zip_source_is_deleted.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_is_deleted.c; path = lib/zip_source_is_deleted.c; sourceTree = SOURCE_ROOT; }; - 5287BDAC722D4530ADC92E1A /* ../flycast/core/deps/libzip/lib/zip_add.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add.c; path = lib/zip_add.c; sourceTree = SOURCE_ROOT; }; - 5870DD116B8B45B088447C62 /* ../flycast/core/deps/libzip/lib/zip_source_accept_empty.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_accept_empty.c; path = lib/zip_source_accept_empty.c; sourceTree = SOURCE_ROOT; }; - 5A21360213724B62B5F9580E /* ../flycast/core/deps/libzip/lib/zip_stat_index.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat_index.c; path = lib/zip_stat_index.c; sourceTree = SOURCE_ROOT; }; - 5AD420E15A6F458AA580DB6A /* ../cmake/core/deps/libzip/lib/zip_err_str.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_err_str.c; path = ../cmake/core/deps/libzip/lib/zip_err_str.c; sourceTree = ""; }; - 5B5431814B6F46258A963B34 /* ../flycast/core/deps/libzip/lib/zip_error_get.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_get.c; path = lib/zip_error_get.c; sourceTree = SOURCE_ROOT; }; - 5B6F25F930204B75BE80E990 /* ../flycast/core/deps/libzip/lib/zip_source_seek_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_seek_write.c; path = lib/zip_source_seek_write.c; sourceTree = SOURCE_ROOT; }; - 5E33F559EF3C4497A63B294B /* ../flycast/core/deps/libzip/lib/zip_unchange_all.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_all.c; path = lib/zip_unchange_all.c; sourceTree = SOURCE_ROOT; }; - 6307215522244CAAA63EDC5E /* ../flycast/core/deps/libzip/lib/zip_libzip_version.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_libzip_version.c; path = lib/zip_libzip_version.c; sourceTree = SOURCE_ROOT; }; - 638425D368BA4809A02D1646 /* ../flycast/core/deps/libzip/lib/zip_buffer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_buffer.c; path = lib/zip_buffer.c; sourceTree = SOURCE_ROOT; }; - 63DFD1EEAE214CBE88615087 /* ../flycast/core/deps/libzip/lib/zip_source_tell_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_tell_write.c; path = lib/zip_source_tell_write.c; sourceTree = SOURCE_ROOT; }; - 6917A15EE9AE4624A101FF27 /* ../flycast/core/deps/libzip/lib/zip_rename.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_rename.c; path = lib/zip_rename.c; sourceTree = SOURCE_ROOT; }; - 69D4C25318994E94AE3E47DC /* ../flycast/core/deps/libzip/lib/zip_error.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error.c; path = lib/zip_error.c; sourceTree = SOURCE_ROOT; }; - 6BA9F3AD94C446289B7DCD4F /* ../flycast/core/deps/libzip/lib/zip_source_seek.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_seek.c; path = lib/zip_source_seek.c; sourceTree = SOURCE_ROOT; }; - 6BDE726F04B241B298FD2733 /* ../flycast/core/deps/libzip/lib/zip_algorithm_deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_algorithm_deflate.c; path = lib/zip_algorithm_deflate.c; sourceTree = SOURCE_ROOT; }; - 6DCFF513B29047AFAF5B8B94 /* ../flycast/core/deps/libzip/lib/zip_source_stat.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_stat.c; path = lib/zip_source_stat.c; sourceTree = SOURCE_ROOT; }; - 703D32CCE40548D79332E3D3 /* ../flycast/core/deps/libzip/lib/zip_ftell.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_ftell.c; path = lib/zip_ftell.c; sourceTree = SOURCE_ROOT; }; - 70AE941040D7453088772B13 /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_stdio.c; path = lib/zip_source_file_stdio.c; sourceTree = SOURCE_ROOT; }; - 72D4408842E843AE8CAD9B4A /* ../flycast/core/deps/libzip/lib/zip_source_free.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_free.c; path = lib/zip_source_free.c; sourceTree = SOURCE_ROOT; }; - 73C4D153DD5741D4A99BF2C7 /* ../flycast/core/deps/libzip/lib/zip_dirent.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_dirent.c; path = lib/zip_dirent.c; sourceTree = SOURCE_ROOT; }; - 75A1C487214D45D0A2F92CFA /* ../flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_get_file_attributes.c; path = lib/zip_source_get_file_attributes.c; sourceTree = SOURCE_ROOT; }; - 770E302CC6524F01BF779F70 /* ../flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_index_encrypted.c; path = lib/zip_fopen_index_encrypted.c; sourceTree = SOURCE_ROOT; }; - 7B686A75C6AF4490B51D4DDE /* ../flycast/core/deps/libzip/lib/zip_hash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_hash.c; path = lib/zip_hash.c; sourceTree = SOURCE_ROOT; }; - 7C1303439B23463AA24F0397 /* ../flycast/core/deps/libzip/lib/zip_entry.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_entry.c; path = lib/zip_entry.c; sourceTree = SOURCE_ROOT; }; - 80D7FF0DD2834B74A2616E67 /* ../flycast/core/deps/libzip/lib/zip_source_open.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_open.c; path = lib/zip_source_open.c; sourceTree = SOURCE_ROOT; }; - 8291022E23774442BEAE3693 /* ../flycast/core/deps/libzip/lib/zip_source_tell.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_tell.c; path = lib/zip_source_tell.c; sourceTree = SOURCE_ROOT; }; - 84059AE7F68448539D361742 /* ../flycast/core/deps/libzip/lib/zip_source_file_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_common.c; path = lib/zip_source_file_common.c; sourceTree = SOURCE_ROOT; }; - 845EACF071624458BE12C27A /* ../flycast/core/deps/libzip/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 84B8DD182C3F45A9B651E78A /* ../flycast/core/deps/libzip/lib/zip_file_replace.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_replace.c; path = lib/zip_file_replace.c; sourceTree = SOURCE_ROOT; }; - 87B370A23C014192BD8EAE03 /* ../flycast/core/deps/libzip/lib/zip_file_error_clear.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_error_clear.c; path = lib/zip_file_error_clear.c; sourceTree = SOURCE_ROOT; }; - 87D9EF0A5488452895E7924B /* ../flycast/core/deps/libzip/lib/zip_set_file_compression.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_file_compression.c; path = lib/zip_set_file_compression.c; sourceTree = SOURCE_ROOT; }; - 883337ADAD5E41F3809A0A83 /* ../flycast/core/deps/libzip/lib/zip_set_archive_flag.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_archive_flag.c; path = lib/zip_set_archive_flag.c; sourceTree = SOURCE_ROOT; }; - 888210C6A937459AADAA62BA /* ../flycast/core/deps/libzip/lib/zip_get_num_entries.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_num_entries.c; path = lib/zip_get_num_entries.c; sourceTree = SOURCE_ROOT; }; - 8CC114CDE2BA4528A924865B /* ../flycast/core/deps/libzip/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = lib/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 8E5BCAB2E2464C1EB6A305A7 /* ../flycast/core/deps/libzip/lib/zip_get_name.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_name.c; path = lib/zip_get_name.c; sourceTree = SOURCE_ROOT; }; - 8E7730DCDD46476187B8C0CF /* ../flycast/core/deps/libzip/lib/zip_source_layered.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_layered.c; path = lib/zip_source_layered.c; sourceTree = SOURCE_ROOT; }; - 9009BEA97BC54AE7836425E8 /* ../flycast/core/deps/libzip/lib/zip_add_dir.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add_dir.c; path = lib/zip_add_dir.c; sourceTree = SOURCE_ROOT; }; - 901537DC6A724210932DCEC7 /* ../flycast/core/deps/libzip/lib/zip_source_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_write.c; path = lib/zip_source_write.c; sourceTree = SOURCE_ROOT; }; - 92F879A10AC3409B90D69A5E /* ../flycast/core/deps/libzip/lib/zip_source_commit_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_commit_write.c; path = lib/zip_source_commit_write.c; sourceTree = SOURCE_ROOT; }; - 93EFC882D81D4C77A3826EDC /* ../flycast/core/deps/libzip/lib/zip_source_begin_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_begin_write.c; path = lib/zip_source_begin_write.c; sourceTree = SOURCE_ROOT; }; - 9798B644013943888E3E99BC /* ../flycast/core/deps/libzip/lib/zip_add_entry.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add_entry.c; path = lib/zip_add_entry.c; sourceTree = SOURCE_ROOT; }; - A442AAF61C2F40AAAF7337FA /* ../flycast/core/deps/libzip/lib/zip_io_util.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_io_util.c; path = lib/zip_io_util.c; sourceTree = SOURCE_ROOT; }; - A5ABB46B06FA44C5AE576FD6 /* ../flycast/core/deps/libzip/lib/zip_extra_field_api.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_extra_field_api.c; path = lib/zip_extra_field_api.c; sourceTree = SOURCE_ROOT; }; - A6A5641CFDC74936B6639B4B /* ../flycast/core/deps/libzip/lib/zip_unchange.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange.c; path = lib/zip_unchange.c; sourceTree = SOURCE_ROOT; }; - A739AC6A7B8E4A1A914C37D3 /* ../flycast/core/deps/libzip/lib/zip_mkstempm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_mkstempm.c; path = lib/zip_mkstempm.c; sourceTree = SOURCE_ROOT; }; - AA9FA5B8F43A4BFFB9FDBA60 /* ../flycast/core/deps/libzip/lib/zip_file_add.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_add.c; path = lib/zip_file_add.c; sourceTree = SOURCE_ROOT; }; - ACBBDF10AF5746718B9C5168 /* ../flycast/core/deps/libzip/lib/zip_pkware.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_pkware.c; path = lib/zip_pkware.c; sourceTree = SOURCE_ROOT; }; - B18D7993BACA446D899C983C /* ../flycast/core/deps/libzip/lib/zip_error_clear.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_clear.c; path = lib/zip_error_clear.c; sourceTree = SOURCE_ROOT; }; - B24D0ED2630A4E5BB200AC16 /* ../flycast/core/deps/libzip/lib/zip_source_close.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_close.c; path = lib/zip_source_close.c; sourceTree = SOURCE_ROOT; }; - B6475268BF214BECBC0AA91D /* ../flycast/core/deps/libzip/lib/zip_get_file_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_file_comment.c; path = lib/zip_get_file_comment.c; sourceTree = SOURCE_ROOT; }; - B76F606315E6468D94E7D876 /* ../flycast/core/deps/libzip/lib/zip_source_call.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_call.c; path = lib/zip_source_call.c; sourceTree = SOURCE_ROOT; }; - B7F56F0927724C58BEBA049C /* ../flycast/core/deps/libzip/lib/zip_dir_add.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_dir_add.c; path = lib/zip_dir_add.c; sourceTree = SOURCE_ROOT; }; - BAB27F1655EE450B9A3C7B73 /* ../flycast/core/deps/libzip/lib/zip_source_zip.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_zip.c; path = lib/zip_source_zip.c; sourceTree = SOURCE_ROOT; }; - BC44DC2C27EE41B6BC889480 /* ../flycast/core/deps/libzip/lib/zip_error_to_str.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_to_str.c; path = lib/zip_error_to_str.c; sourceTree = SOURCE_ROOT; }; - BFA2268089064577ABB04B82 /* ../flycast/core/deps/libzip/lib/zip_memdup.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_memdup.c; path = lib/zip_memdup.c; sourceTree = SOURCE_ROOT; }; - C1FA477BD3EB4C898B4F7F22 /* ../flycast/core/deps/libzip/lib/zip_source_buffer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_buffer.c; path = lib/zip_source_buffer.c; sourceTree = SOURCE_ROOT; }; - C38169D95D6F499C9209BEB4 /* ../flycast/core/deps/libzip/lib/zip_stat_init.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat_init.c; path = lib/zip_stat_init.c; sourceTree = SOURCE_ROOT; }; - C6705F093333405D9FD5E5A2 /* ../flycast/core/deps/libzip/lib/zip_file_set_encryption.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_encryption.c; path = lib/zip_file_set_encryption.c; sourceTree = SOURCE_ROOT; }; - C7C2AE50B42E492E93619D12 /* ../flycast/core/deps/libzip/lib/zip_get_num_files.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_num_files.c; path = lib/zip_get_num_files.c; sourceTree = SOURCE_ROOT; }; - C8CFBDBA646B4AB6A49AFEB9 /* ../flycast/core/deps/libzip/lib/zip_set_file_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_file_comment.c; path = lib/zip_set_file_comment.c; sourceTree = SOURCE_ROOT; }; - C8D5C694328D4DFE967EADA4 /* ../flycast/core/deps/libzip/lib/zip_replace.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_replace.c; path = lib/zip_replace.c; sourceTree = SOURCE_ROOT; }; - CAB0BC25190241A1A933F8AA /* ../flycast/core/deps/libzip/lib/zip_source_pkware_encode.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_pkware_encode.c; path = lib/zip_source_pkware_encode.c; sourceTree = SOURCE_ROOT; }; - CC0F40F304004FFEB19F7B04 /* ../flycast/core/deps/libzip/lib/zip_extra_field.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_extra_field.c; path = lib/zip_extra_field.c; sourceTree = SOURCE_ROOT; }; - CD80797D8BC048D9A0802231 /* ../flycast/core/deps/libzip/lib/zip_file_set_mtime.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_mtime.c; path = lib/zip_file_set_mtime.c; sourceTree = SOURCE_ROOT; }; - CE8533325076470F98485A1A /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_stdio_named.c; path = lib/zip_source_file_stdio_named.c; sourceTree = SOURCE_ROOT; }; - D3683457B5F3422E8AA30BDF /* ../flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_external_attributes.c; path = lib/zip_file_get_external_attributes.c; sourceTree = SOURCE_ROOT; }; - D4089D098F774C20BBE3BDFC /* ../flycast/core/deps/libzip/lib/zip_set_default_password.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_default_password.c; path = lib/zip_set_default_password.c; sourceTree = SOURCE_ROOT; }; - D4E7084108C342799373914D /* ../flycast/core/deps/libzip/lib/zip_progress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_progress.c; path = lib/zip_progress.c; sourceTree = SOURCE_ROOT; }; - D4EA9166717B427FA5305DCF /* ../flycast/core/deps/libzip/lib/zip_string.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_string.c; path = lib/zip_string.c; sourceTree = SOURCE_ROOT; }; - D63BE2DA199842EAADC3FADE /* ../flycast/core/deps/libzip/lib/zip_random_unix.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_random_unix.c; path = lib/zip_random_unix.c; sourceTree = SOURCE_ROOT; }; - D8B0A66D3BA74D5D81B0074D /* ../flycast/core/deps/libzip/lib/zip_source_pkware_decode.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_pkware_decode.c; path = lib/zip_source_pkware_decode.c; sourceTree = SOURCE_ROOT; }; - DAB864DBC462429CA82A7ED5 /* ../flycast/core/deps/libzip/lib/zip_set_archive_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_archive_comment.c; path = lib/zip_set_archive_comment.c; sourceTree = SOURCE_ROOT; }; - DC1E0C28D4EC424EAD0F7C5F /* ../flycast/core/deps/libzip/lib/zip_file_strerror.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_strerror.c; path = lib/zip_file_strerror.c; sourceTree = SOURCE_ROOT; }; - DE2A6C2969A24D91A4E07087 /* ../flycast/core/deps/libzip/lib/zip_set_name.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_name.c; path = lib/zip_set_name.c; sourceTree = SOURCE_ROOT; }; - DF118A1E2AFB4B218B9470B0 /* ../flycast/core/deps/libzip/lib/zip_fopen_encrypted.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_encrypted.c; path = lib/zip_fopen_encrypted.c; sourceTree = SOURCE_ROOT; }; - DF1BB1BFF9A3400A818E70FD /* ../flycast/core/deps/libzip/lib/zip_fopen_index.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_index.c; path = lib/zip_fopen_index.c; sourceTree = SOURCE_ROOT; }; - E2070011D7B54B7E969BC28D /* ../flycast/core/deps/libzip/lib/zip_name_locate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_name_locate.c; path = lib/zip_name_locate.c; sourceTree = SOURCE_ROOT; }; - E923ABA138564D2BB2011A05 /* ../flycast/core/deps/libzip/lib/zip_get_archive_flag.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_archive_flag.c; path = lib/zip_get_archive_flag.c; sourceTree = SOURCE_ROOT; }; - E98FE42CF2194C7382D48CDD /* ../flycast/core/deps/libzip/lib/zip_error_strerror.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_strerror.c; path = lib/zip_error_strerror.c; sourceTree = SOURCE_ROOT; }; - EECFC65814F842DCA9F056CA /* ../flycast/core/deps/libzip/lib/zip_get_archive_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_archive_comment.c; path = lib/zip_get_archive_comment.c; sourceTree = SOURCE_ROOT; }; - EFB67C317E904A01BFE33D15 /* ../flycast/core/deps/libzip/lib/zip_source_window.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_window.c; path = lib/zip_source_window.c; sourceTree = SOURCE_ROOT; }; - F2C3726843834C69BB94F615 /* ../flycast/core/deps/libzip/lib/zip_fclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fclose.c; path = lib/zip_fclose.c; sourceTree = SOURCE_ROOT; }; - F389C241AC3742238D0B20D2 /* ../flycast/core/deps/libzip/lib/zip_open.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_open.c; path = lib/zip_open.c; sourceTree = SOURCE_ROOT; }; - F8280EAA28D0444D856834A4 /* ../flycast/core/deps/libzip/lib/zip_file_error_get.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_error_get.c; path = lib/zip_file_error_get.c; sourceTree = SOURCE_ROOT; }; - FB962EDA75E4456CACAFBA86 /* ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist; sourceTree = ""; }; - FD8C92A519D0415E8955CE43 /* ../flycast/core/deps/libzip/lib/zip_strerror.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_strerror.c; path = lib/zip_strerror.c; sourceTree = SOURCE_ROOT; }; - FE293547AC5C4AE5AE196383 /* ../flycast/core/deps/libzip/lib/zip_unchange_archive.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_archive.c; path = lib/zip_unchange_archive.c; sourceTree = SOURCE_ROOT; }; - FF276D490C494971B6F7CDB8 /* ../flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_external_attributes.c; path = lib/zip_file_set_external_attributes.c; sourceTree = SOURCE_ROOT; }; + 021FDEFC192E471984A54234 /* ../flycast/core/deps/libzip/lib/zip_source_stat.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_stat.c; path = lib/zip_source_stat.c; sourceTree = SOURCE_ROOT; }; + 03837C1502FE4CC297E068E9 /* ../flycast/core/deps/libzip/lib/zip_fclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fclose.c; path = lib/zip_fclose.c; sourceTree = SOURCE_ROOT; }; + 047188F5D7324CA08385C7CF /* ../flycast/core/deps/libzip/lib/zip_source_seek_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_seek_write.c; path = lib/zip_source_seek_write.c; sourceTree = SOURCE_ROOT; }; + 04AFE19029514AF0AD4766FF /* ../flycast/core/deps/libzip/lib/zip_progress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_progress.c; path = lib/zip_progress.c; sourceTree = SOURCE_ROOT; }; + 07604B1EFFFF45B097689492 /* ../flycast/core/deps/libzip/lib/zip_pkware.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_pkware.c; path = lib/zip_pkware.c; sourceTree = SOURCE_ROOT; }; + 0BF0AD2689EB4866AEBAC9AE /* ../flycast/core/deps/libzip/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 0E206946C8C947CA915D570D /* ../flycast/core/deps/libzip/lib/zip_get_archive_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_archive_comment.c; path = lib/zip_get_archive_comment.c; sourceTree = SOURCE_ROOT; }; + 0ED0E03E75B3426A9A8680B2 /* ../flycast/core/deps/libzip/lib/zip_source_layered.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_layered.c; path = lib/zip_source_layered.c; sourceTree = SOURCE_ROOT; }; + 0F3491EF7E164B62A8600FC2 /* ../flycast/core/deps/libzip/lib/zip_source_free.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_free.c; path = lib/zip_source_free.c; sourceTree = SOURCE_ROOT; }; + 1249AA9AC8BC4C60AF5EBFB5 /* ../flycast/core/deps/libzip/lib/zip_error_get_sys_type.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_get_sys_type.c; path = lib/zip_error_get_sys_type.c; sourceTree = SOURCE_ROOT; }; + 17D20ED68DFD4681B18C8FD3 /* ../flycast/core/deps/libzip/lib/zip_error.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error.c; path = lib/zip_error.c; sourceTree = SOURCE_ROOT; }; + 1817E474FCF84F5889232BDF /* ../flycast/core/deps/libzip/lib/zip_file_error_get.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_error_get.c; path = lib/zip_file_error_get.c; sourceTree = SOURCE_ROOT; }; + 1983AE5DE82E4CA7BE3C80B6 /* ../flycast/core/deps/libzip/lib/zip_file_replace.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_replace.c; path = lib/zip_file_replace.c; sourceTree = SOURCE_ROOT; }; + 19BE2CDDBA0E4150AABFB511 /* ../flycast/core/deps/libzip/lib/zip_set_default_password.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_default_password.c; path = lib/zip_set_default_password.c; sourceTree = SOURCE_ROOT; }; + 19EA0C16889046B2874FA1EF /* ../flycast/core/deps/libzip/lib/zip_replace.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_replace.c; path = lib/zip_replace.c; sourceTree = SOURCE_ROOT; }; + 1A6E0756B28A495AA08DCE62 /* ../flycast/core/deps/libzip/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = lib/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 1B2C131F363F42F0B796E4B6 /* ../flycast/core/deps/libzip/lib/zip_stat_index.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat_index.c; path = lib/zip_stat_index.c; sourceTree = SOURCE_ROOT; }; + 1ECD174E34914AB8BDD63D29 /* ../flycast/core/deps/libzip/lib/zip_buffer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_buffer.c; path = lib/zip_buffer.c; sourceTree = SOURCE_ROOT; }; + 1EF58D94F2804BA6A6A14CBA /* ../flycast/core/deps/libzip/lib/zip_set_archive_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_archive_comment.c; path = lib/zip_set_archive_comment.c; sourceTree = SOURCE_ROOT; }; + 1F028AA17A0B4CE2B0E2C876 /* zip */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzip.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 1FCFA0150FC64118BD48044F /* ../flycast/core/deps/libzip/lib/zip_hash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_hash.c; path = lib/zip_hash.c; sourceTree = SOURCE_ROOT; }; + 202E47516F084887A04AFC02 /* ../flycast/core/deps/libzip/lib/zip_get_archive_flag.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_archive_flag.c; path = lib/zip_get_archive_flag.c; sourceTree = SOURCE_ROOT; }; + 2038D54C6F1B4A339D6BBFD4 /* ../flycast/core/deps/libzip/lib/zip_file_error_clear.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_error_clear.c; path = lib/zip_file_error_clear.c; sourceTree = SOURCE_ROOT; }; + 22EDFA939B624123ABD4DEF2 /* ../flycast/core/deps/libzip/lib/zip_source_zip_new.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_zip_new.c; path = lib/zip_source_zip_new.c; sourceTree = SOURCE_ROOT; }; + 24F74B447E4F44E7B344A741 /* ../flycast/core/deps/libzip/lib/zip_extra_field_api.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_extra_field_api.c; path = lib/zip_extra_field_api.c; sourceTree = SOURCE_ROOT; }; + 25C8DA220FC748118A24A9B5 /* ../flycast/core/deps/libzip/lib/zip_source_open.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_open.c; path = lib/zip_source_open.c; sourceTree = SOURCE_ROOT; }; + 2668D793A3E54072A2C2AF6A /* ../flycast/core/deps/libzip/lib/zip_source_error.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_error.c; path = lib/zip_source_error.c; sourceTree = SOURCE_ROOT; }; + 2C90132F6975407FA45DE1F3 /* ../flycast/core/deps/libzip/lib/zip_source_call.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_call.c; path = lib/zip_source_call.c; sourceTree = SOURCE_ROOT; }; + 2F20BE26F5914EBEB77EC90A /* ../flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_external_attributes.c; path = lib/zip_file_set_external_attributes.c; sourceTree = SOURCE_ROOT; }; + 2F316458F9A542AA91276585 /* ../flycast/core/deps/libzip/lib/zip_error_strerror.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_strerror.c; path = lib/zip_error_strerror.c; sourceTree = SOURCE_ROOT; }; + 34A292B16E7D452490EEBE65 /* ../flycast/core/deps/libzip/lib/zip_name_locate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_name_locate.c; path = lib/zip_name_locate.c; sourceTree = SOURCE_ROOT; }; + 35F5C1D8DB1B44988605F128 /* ../flycast/core/deps/libzip/lib/zip_dir_add.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_dir_add.c; path = lib/zip_dir_add.c; sourceTree = SOURCE_ROOT; }; + 3ED1B60863544B26A534C74C /* ../flycast/core/deps/libzip/lib/zip_strerror.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_strerror.c; path = lib/zip_strerror.c; sourceTree = SOURCE_ROOT; }; + 4221FFF225084E6B9296F189 /* ../flycast/core/deps/libzip/lib/zip_new.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_new.c; path = lib/zip_new.c; sourceTree = SOURCE_ROOT; }; + 424397979F1D4C438D68C972 /* ../flycast/core/deps/libzip/lib/zip_file_strerror.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_strerror.c; path = lib/zip_file_strerror.c; sourceTree = SOURCE_ROOT; }; + 4B4FEA2DC5F6431A954552AD /* ../flycast/core/deps/libzip/lib/zip_source_pkware_encode.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_pkware_encode.c; path = lib/zip_source_pkware_encode.c; sourceTree = SOURCE_ROOT; }; + 4B8CE81775744F098B3DAFB0 /* ../flycast/core/deps/libzip/lib/zip_set_file_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_file_comment.c; path = lib/zip_set_file_comment.c; sourceTree = SOURCE_ROOT; }; + 4C23A4180CAA49D4ACE03FCB /* ../flycast/core/deps/libzip/lib/zip_stat_init.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat_init.c; path = lib/zip_stat_init.c; sourceTree = SOURCE_ROOT; }; + 4FD20079180246B2B0E1BC7F /* ../flycast/core/deps/libzip/lib/zip_unchange_archive.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_archive.c; path = lib/zip_unchange_archive.c; sourceTree = SOURCE_ROOT; }; + 50FBFB7D296E45688EB9EBB1 /* ../flycast/core/deps/libzip/lib/zip_fread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fread.c; path = lib/zip_fread.c; sourceTree = SOURCE_ROOT; }; + 555F1CCBDDC14BBD89073A98 /* ../flycast/core/deps/libzip/lib/zip_memdup.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_memdup.c; path = lib/zip_memdup.c; sourceTree = SOURCE_ROOT; }; + 571CA758ED2146E68A869297 /* ../flycast/core/deps/libzip/lib/zip_open.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_open.c; path = lib/zip_open.c; sourceTree = SOURCE_ROOT; }; + 579BB2CD6E5840E3BFE5AB37 /* ../flycast/core/deps/libzip/lib/zip_dirent.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_dirent.c; path = lib/zip_dirent.c; sourceTree = SOURCE_ROOT; }; + 5D1ED3E0331D491B83F500E4 /* ../flycast/core/deps/libzip/lib/zip_discard.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_discard.c; path = lib/zip_discard.c; sourceTree = SOURCE_ROOT; }; + 5D319F1AC6634CA3BBBDC089 /* ../cmake/core/deps/libzip/lib/zip_err_str.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_err_str.c; path = ../cmake/core/deps/libzip/lib/zip_err_str.c; sourceTree = ""; }; + 644B53A7711E432A9A33DFA8 /* ../flycast/core/deps/libzip/lib/zip_source_remove.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_remove.c; path = lib/zip_source_remove.c; sourceTree = SOURCE_ROOT; }; + 64B774B7378F42CABDA47D1F /* ../flycast/core/deps/libzip/lib/zip_unchange_data.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_data.c; path = lib/zip_unchange_data.c; sourceTree = SOURCE_ROOT; }; + 658F017BBAFE4693A4102E74 /* ../flycast/core/deps/libzip/lib/zip_set_name.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_name.c; path = lib/zip_set_name.c; sourceTree = SOURCE_ROOT; }; + 687581472D554C78BBE3E703 /* ../flycast/core/deps/libzip/lib/zip_error_clear.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_clear.c; path = lib/zip_error_clear.c; sourceTree = SOURCE_ROOT; }; + 696B4EE3695E4D8A93226D4E /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_stdio_named.c; path = lib/zip_source_file_stdio_named.c; sourceTree = SOURCE_ROOT; }; + 6997406058A743129391AB60 /* ../flycast/core/deps/libzip/lib/zip_source_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_write.c; path = lib/zip_source_write.c; sourceTree = SOURCE_ROOT; }; + 6D6E58FFFE724A29B401C1EC /* ../flycast/core/deps/libzip/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 6DF97E087DCB454AB21E717C /* ../flycast/core/deps/libzip/lib/zip_source_function.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_function.c; path = lib/zip_source_function.c; sourceTree = SOURCE_ROOT; }; + 7333B66A90174983897FE916 /* ../flycast/core/deps/libzip/lib/zip_file_rename.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_rename.c; path = lib/zip_file_rename.c; sourceTree = SOURCE_ROOT; }; + 737A6313A88F4EA8875C1A0B /* ../flycast/core/deps/libzip/lib/zip_set_archive_flag.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_archive_flag.c; path = lib/zip_set_archive_flag.c; sourceTree = SOURCE_ROOT; }; + 7632D434D4F34A9AAC535654 /* ../flycast/core/deps/libzip/lib/zip_fseek.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fseek.c; path = lib/zip_fseek.c; sourceTree = SOURCE_ROOT; }; + 77E24B7DF4FA493F8009DC53 /* ../flycast/core/deps/libzip/lib/zip_get_file_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_file_comment.c; path = lib/zip_get_file_comment.c; sourceTree = SOURCE_ROOT; }; + 79053700B0CB4647B1CB4607 /* ../flycast/core/deps/libzip/lib/zip_algorithm_deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_algorithm_deflate.c; path = lib/zip_algorithm_deflate.c; sourceTree = SOURCE_ROOT; }; + 7B106B0507B94AB99EE3132E /* ../flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_index_encrypted.c; path = lib/zip_fopen_index_encrypted.c; sourceTree = SOURCE_ROOT; }; + 7B82E7F741F848188C5CB03C /* ../flycast/core/deps/libzip/lib/zip_source_begin_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_begin_write.c; path = lib/zip_source_begin_write.c; sourceTree = SOURCE_ROOT; }; + 7BB666F7D7CF46BA93902CEE /* ../flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_external_attributes.c; path = lib/zip_file_get_external_attributes.c; sourceTree = SOURCE_ROOT; }; + 81BCA80F71964927BCF9A686 /* ../flycast/core/deps/libzip/lib/zip_extra_field.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_extra_field.c; path = lib/zip_extra_field.c; sourceTree = SOURCE_ROOT; }; + 825F0CB76EA54686A3DEA4F7 /* ../flycast/core/deps/libzip/lib/zip_error_to_str.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_to_str.c; path = lib/zip_error_to_str.c; sourceTree = SOURCE_ROOT; }; + 83679BA7B57B407CA3813302 /* ../flycast/core/deps/libzip/lib/zip_get_name.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_name.c; path = lib/zip_get_name.c; sourceTree = SOURCE_ROOT; }; + 895E64C8D96644E5BBFF2E36 /* ../flycast/core/deps/libzip/lib/zip_source_tell_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_tell_write.c; path = lib/zip_source_tell_write.c; sourceTree = SOURCE_ROOT; }; + 8B4A1FF9870A4A2088DE299B /* ../flycast/core/deps/libzip/lib/zip_source_read.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_read.c; path = lib/zip_source_read.c; sourceTree = SOURCE_ROOT; }; + 8CE14ADE7E9E41EDA1FAFAA8 /* ../flycast/core/deps/libzip/lib/zip_source_zip.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_zip.c; path = lib/zip_source_zip.c; sourceTree = SOURCE_ROOT; }; + 9165A303C2814C7EA30D89CE /* ../flycast/core/deps/libzip/lib/zip_source_commit_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_commit_write.c; path = lib/zip_source_commit_write.c; sourceTree = SOURCE_ROOT; }; + 9369616CFB95489EAE5FF2FD /* ../flycast/core/deps/libzip/lib/zip_stat.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat.c; path = lib/zip_stat.c; sourceTree = SOURCE_ROOT; }; + 94D087CCC3EB41B08ABA8919 /* ../flycast/core/deps/libzip/lib/zip_unchange.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange.c; path = lib/zip_unchange.c; sourceTree = SOURCE_ROOT; }; + 94F0C375077E4BBB8A61ECF4 /* ../flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_encryption_implementation.c; path = lib/zip_get_encryption_implementation.c; sourceTree = SOURCE_ROOT; }; + 961B7E64BF8C4472A7C67251 /* ../flycast/core/deps/libzip/lib/zip_source_pass_to_lower_layer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_pass_to_lower_layer.c; path = lib/zip_source_pass_to_lower_layer.c; sourceTree = SOURCE_ROOT; }; + 961EB9F60AAE40319AE891E3 /* ../flycast/core/deps/libzip/lib/zip_error_get.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_get.c; path = lib/zip_error_get.c; sourceTree = SOURCE_ROOT; }; + 9693933D3782412A989EE051 /* ../flycast/core/deps/libzip/lib/zip_io_util.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_io_util.c; path = lib/zip_io_util.c; sourceTree = SOURCE_ROOT; }; + 96EA0E9EE2254516BF6B19A7 /* ../flycast/core/deps/libzip/lib/zip_source_tell.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_tell.c; path = lib/zip_source_tell.c; sourceTree = SOURCE_ROOT; }; + 9F690885085140038B0F298F /* ../flycast/core/deps/libzip/lib/zip_unchange_all.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_all.c; path = lib/zip_unchange_all.c; sourceTree = SOURCE_ROOT; }; + A0CD6F7B5C2A46AFBB0DB41B /* ../flycast/core/deps/libzip/lib/zip_set_file_compression.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_file_compression.c; path = lib/zip_set_file_compression.c; sourceTree = SOURCE_ROOT; }; + A15D0267E9394A12A7C51736 /* ../flycast/core/deps/libzip/lib/zip_file_set_encryption.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_encryption.c; path = lib/zip_file_set_encryption.c; sourceTree = SOURCE_ROOT; }; + A2936E4D640D4D178C513DDF /* ../flycast/core/deps/libzip/lib/zip_delete.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_delete.c; path = lib/zip_delete.c; sourceTree = SOURCE_ROOT; }; + A2A419B16D1142D7ABB782E5 /* ../flycast/core/deps/libzip/lib/zip_string.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_string.c; path = lib/zip_string.c; sourceTree = SOURCE_ROOT; }; + A33E7D038B0D4E7B8CC66A8F /* ../flycast/core/deps/libzip/lib/zip_get_num_entries.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_num_entries.c; path = lib/zip_get_num_entries.c; sourceTree = SOURCE_ROOT; }; + A408BD0F992C41C7B4F77A9A /* ../flycast/core/deps/libzip/lib/zip_source_is_deleted.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_is_deleted.c; path = lib/zip_source_is_deleted.c; sourceTree = SOURCE_ROOT; }; + AC8C1518155D4017B3FE576C /* ../flycast/core/deps/libzip/lib/zip_source_file_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_common.c; path = lib/zip_source_file_common.c; sourceTree = SOURCE_ROOT; }; + AEF7BD1BC38C45DEAB715F85 /* ../flycast/core/deps/libzip/lib/zip_source_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_compress.c; path = lib/zip_source_compress.c; sourceTree = SOURCE_ROOT; }; + AF22EACD03024171A89BBBA7 /* ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist; sourceTree = ""; }; + B0C3ABCCDE4B406383A4F427 /* ../flycast/core/deps/libzip/lib/zip_file_add.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_add.c; path = lib/zip_file_add.c; sourceTree = SOURCE_ROOT; }; + B1B9C29DE4C046109C01D4B9 /* ../flycast/core/deps/libzip/lib/zip_fopen_encrypted.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_encrypted.c; path = lib/zip_fopen_encrypted.c; sourceTree = SOURCE_ROOT; }; + B1F6D79636E547CDB1062821 /* ../flycast/core/deps/libzip/lib/zip_source_seek.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_seek.c; path = lib/zip_source_seek.c; sourceTree = SOURCE_ROOT; }; + B424839CFBAA47C190973AEE /* ../flycast/core/deps/libzip/lib/zip_random_unix.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_random_unix.c; path = lib/zip_random_unix.c; sourceTree = SOURCE_ROOT; }; + B7457A4D65A64B55BE7BBDDC /* ../flycast/core/deps/libzip/lib/zip_add_entry.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add_entry.c; path = lib/zip_add_entry.c; sourceTree = SOURCE_ROOT; }; + B9996739FA3C4434B4030657 /* ../flycast/core/deps/libzip/lib/zip_utf-8.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = "zip_utf-8.c"; path = "lib/zip_utf-8.c"; sourceTree = SOURCE_ROOT; }; + BA53AFF2C31B440BA3B9F5EF /* ../flycast/core/deps/libzip/lib/zip_get_num_files.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_num_files.c; path = lib/zip_get_num_files.c; sourceTree = SOURCE_ROOT; }; + BB8901C0797341EE93835149 /* ../flycast/core/deps/libzip/lib/zip_algorithm_zstd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_algorithm_zstd.c; path = lib/zip_algorithm_zstd.c; sourceTree = SOURCE_ROOT; }; + C1476AD799C5495E8821A31B /* ../flycast/core/deps/libzip/lib/zip_add_dir.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add_dir.c; path = lib/zip_add_dir.c; sourceTree = SOURCE_ROOT; }; + C166FBACF25843AEB1385970 /* ../cmake/core/deps/libzip/lib/zip_err_str.c.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = zip_err_str.c.rule; path = ../cmake/core/deps/libzip/lib/zip_err_str.c.rule; sourceTree = ""; }; + C1D5548ECC6D472F9C9706B1 /* ../flycast/core/deps/libzip/lib/zip_source_close.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_close.c; path = lib/zip_source_close.c; sourceTree = SOURCE_ROOT; }; + C76E028AE07F4E1EBC00447B /* ../flycast/core/deps/libzip/lib/zip_add.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add.c; path = lib/zip_add.c; sourceTree = SOURCE_ROOT; }; + CB73C59E0F314808B641C20E /* ../flycast/core/deps/libzip/lib/zip_source_supports.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_supports.c; path = lib/zip_source_supports.c; sourceTree = SOURCE_ROOT; }; + CCF0ABF68F8844E3B5C36487 /* ../flycast/core/deps/libzip/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + CDB32FF73C7D4C4087608CB3 /* ../flycast/core/deps/libzip/lib/zip_source_rollback_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_rollback_write.c; path = lib/zip_source_rollback_write.c; sourceTree = SOURCE_ROOT; }; + CDBD7E7B26AF4C2CB53D6E85 /* ../flycast/core/deps/libzip/lib/zip_fopen_index.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_index.c; path = lib/zip_fopen_index.c; sourceTree = SOURCE_ROOT; }; + D27667B69CEB4AC1AAA0CE98 /* ../flycast/core/deps/libzip/lib/zip_file_set_mtime.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_mtime.c; path = lib/zip_file_set_mtime.c; sourceTree = SOURCE_ROOT; }; + D712D6A80D794E13A59B3C57 /* ../flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_get_file_attributes.c; path = lib/zip_source_get_file_attributes.c; sourceTree = SOURCE_ROOT; }; + D74E2D906F3E4189B5F01402 /* ../flycast/core/deps/libzip/lib/zip_file_set_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_comment.c; path = lib/zip_file_set_comment.c; sourceTree = SOURCE_ROOT; }; + D7C07CA6426B4DB68606B014 /* ../flycast/core/deps/libzip/lib/zip_close.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_close.c; path = lib/zip_close.c; sourceTree = SOURCE_ROOT; }; + D85AC907AB3F4465882BCDA5 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_begin_write_cloning.c; path = lib/zip_source_begin_write_cloning.c; sourceTree = SOURCE_ROOT; }; + DB72EC7EFC2A4AAF93080255 /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_stdio.c; path = lib/zip_source_file_stdio.c; sourceTree = SOURCE_ROOT; }; + DCB6745AC34F4D5DA9F0CA29 /* ../flycast/core/deps/libzip/lib/zip_fdopen.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fdopen.c; path = lib/zip_fdopen.c; sourceTree = SOURCE_ROOT; }; + E03C4F0C59E14A20A0EF9F9D /* ../flycast/core/deps/libzip/lib/zip_rename.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_rename.c; path = lib/zip_rename.c; sourceTree = SOURCE_ROOT; }; + E238E5C3057C44D7A10F1DA4 /* ../flycast/core/deps/libzip/lib/zip_libzip_version.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_libzip_version.c; path = lib/zip_libzip_version.c; sourceTree = SOURCE_ROOT; }; + E23E639599DF409CAA0E4682 /* ../flycast/core/deps/libzip/lib/zip_fopen.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen.c; path = lib/zip_fopen.c; sourceTree = SOURCE_ROOT; }; + E2B4D7C5AF4248888B252481 /* ../flycast/core/deps/libzip/lib/zip_file_get_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_comment.c; path = lib/zip_file_get_comment.c; sourceTree = SOURCE_ROOT; }; + E67DF2513D9D407AB8747B53 /* ../flycast/core/deps/libzip/lib/zip_source_accept_empty.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_accept_empty.c; path = lib/zip_source_accept_empty.c; sourceTree = SOURCE_ROOT; }; + E76BD66B246B4636813449D5 /* ../flycast/core/deps/libzip/lib/zip_file_get_offset.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_offset.c; path = lib/zip_file_get_offset.c; sourceTree = SOURCE_ROOT; }; + E90852682CA248B491F2DC70 /* ../flycast/core/deps/libzip/lib/zip_source_pkware_decode.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_pkware_decode.c; path = lib/zip_source_pkware_decode.c; sourceTree = SOURCE_ROOT; }; + EB8D56982FA24267B2DA2DAC /* ../flycast/core/deps/libzip/lib/zip_source_window.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_window.c; path = lib/zip_source_window.c; sourceTree = SOURCE_ROOT; }; + ED548B42207A4EA3A23BABC6 /* ../flycast/core/deps/libzip/lib/zip_source_buffer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_buffer.c; path = lib/zip_source_buffer.c; sourceTree = SOURCE_ROOT; }; + EE35864D21E64DA2B63EE5BB /* ../flycast/core/deps/libzip/lib/zip_entry.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_entry.c; path = lib/zip_entry.c; sourceTree = SOURCE_ROOT; }; + F4956D62E9654FC0B67F6A12 /* ../flycast/core/deps/libzip/lib/zip_ftell.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_ftell.c; path = lib/zip_ftell.c; sourceTree = SOURCE_ROOT; }; + F60FA43E253B4FD9BF30EF78 /* ../flycast/core/deps/libzip/lib/zip_source_crc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_crc.c; path = lib/zip_source_crc.c; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - C4E053DEB31E4C9DA8D08C06 /* Frameworks */ = { + 4B11E4D0E6AA4ADC9104C9A4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -395,224 +399,234 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 03FB4B8A634A43A3954B0356 /* CMake Rules */ = { + 1222F360CAE14C0D8FCD7D5F /* CMake Rules */ = { isa = PBXGroup; children = ( ); name = "CMake Rules"; sourceTree = ""; }; - 2A00B62A137541DAB9A1DA4A /* Resources */ = { + 13286AD9BA58434281F432FB /* dist */ = { isa = PBXGroup; children = ( - FB962EDA75E4456CACAFBA86 /* ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist */, + 1222F360CAE14C0D8FCD7D5F /* CMake Rules */, + 0BF0AD2689EB4866AEBAC9AE /* ../flycast/core/deps/libzip/CMakeLists.txt */, ); - name = Resources; + name = dist; sourceTree = ""; }; - 2CA1ED720A934522AE480877 /* Products */ = { + 1953F3476AD542209FFB36BC /* zip */ = { isa = PBXGroup; children = ( - 2681E0BEAF814C95BC5E253A /* zip */, + 9A370ACF385E48B3824C2083 /* Source Files */, + F5E5C3EAEAD14FE7A6FFBD1C /* CMake Rules */, + 91897167683348BAB5A40679 /* Resources */, + 1A6E0756B28A495AA08DCE62 /* ../flycast/core/deps/libzip/lib/CMakeLists.txt */, ); - name = Products; + name = zip; sourceTree = ""; }; - 450395C614C24B789CB77B58 /* distcheck */ = { + 24C96B64866B407982962449 /* CMake Rules */ = { isa = PBXGroup; children = ( - 920A4E7F3D1943A39058D93A /* CMake Rules */, - 0B9D8AFE84514E11B90A0AD8 /* ../flycast/core/deps/libzip/CMakeLists.txt */, ); - name = distcheck; + name = "CMake Rules"; sourceTree = ""; }; - 616769CF9A0047C2AB3F807C /* Frameworks */ = { + 7B0ACC9FEF3E4653A0CE9247 /* distcheck */ = { isa = PBXGroup; children = ( + B9E87BE18DFC486F931EE159 /* CMake Rules */, + CCF0ABF68F8844E3B5C36487 /* ../flycast/core/deps/libzip/CMakeLists.txt */, ); - name = Frameworks; + name = distcheck; sourceTree = ""; }; - 661BC46A786D432D9CCF7B74 /* Resources */ = { + 91897167683348BAB5A40679 /* Resources */ = { isa = PBXGroup; children = ( + AF22EACD03024171A89BBBA7 /* ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist */, ); name = Resources; sourceTree = ""; }; - 7134C07DA57C45A4B4EB5E77 /* Source Files */ = { + 9A370ACF385E48B3824C2083 /* Source Files */ = { isa = PBXGroup; children = ( - 5AD420E15A6F458AA580DB6A /* ../cmake/core/deps/libzip/lib/zip_err_str.c */, - 5287BDAC722D4530ADC92E1A /* ../flycast/core/deps/libzip/lib/zip_add.c */, - 9009BEA97BC54AE7836425E8 /* ../flycast/core/deps/libzip/lib/zip_add_dir.c */, - 9798B644013943888E3E99BC /* ../flycast/core/deps/libzip/lib/zip_add_entry.c */, - 6BDE726F04B241B298FD2733 /* ../flycast/core/deps/libzip/lib/zip_algorithm_deflate.c */, - 638425D368BA4809A02D1646 /* ../flycast/core/deps/libzip/lib/zip_buffer.c */, - 2A2F4B2BFB3344F1BF336960 /* ../flycast/core/deps/libzip/lib/zip_close.c */, - 2770DCBC1BE54A5A8315578E /* ../flycast/core/deps/libzip/lib/zip_delete.c */, - B7F56F0927724C58BEBA049C /* ../flycast/core/deps/libzip/lib/zip_dir_add.c */, - 73C4D153DD5741D4A99BF2C7 /* ../flycast/core/deps/libzip/lib/zip_dirent.c */, - 1D199AD5CD8241E78F9D9B9E /* ../flycast/core/deps/libzip/lib/zip_discard.c */, - 7C1303439B23463AA24F0397 /* ../flycast/core/deps/libzip/lib/zip_entry.c */, - 69D4C25318994E94AE3E47DC /* ../flycast/core/deps/libzip/lib/zip_error.c */, - B18D7993BACA446D899C983C /* ../flycast/core/deps/libzip/lib/zip_error_clear.c */, - 5B5431814B6F46258A963B34 /* ../flycast/core/deps/libzip/lib/zip_error_get.c */, - 0C9A4F8C054440F598F64929 /* ../flycast/core/deps/libzip/lib/zip_error_get_sys_type.c */, - E98FE42CF2194C7382D48CDD /* ../flycast/core/deps/libzip/lib/zip_error_strerror.c */, - BC44DC2C27EE41B6BC889480 /* ../flycast/core/deps/libzip/lib/zip_error_to_str.c */, - CC0F40F304004FFEB19F7B04 /* ../flycast/core/deps/libzip/lib/zip_extra_field.c */, - A5ABB46B06FA44C5AE576FD6 /* ../flycast/core/deps/libzip/lib/zip_extra_field_api.c */, - F2C3726843834C69BB94F615 /* ../flycast/core/deps/libzip/lib/zip_fclose.c */, - 28E247D4BA4447D98FB72C95 /* ../flycast/core/deps/libzip/lib/zip_fdopen.c */, - AA9FA5B8F43A4BFFB9FDBA60 /* ../flycast/core/deps/libzip/lib/zip_file_add.c */, - 87B370A23C014192BD8EAE03 /* ../flycast/core/deps/libzip/lib/zip_file_error_clear.c */, - F8280EAA28D0444D856834A4 /* ../flycast/core/deps/libzip/lib/zip_file_error_get.c */, - 0BE66417BFF04698B92FAAA9 /* ../flycast/core/deps/libzip/lib/zip_file_get_comment.c */, - D3683457B5F3422E8AA30BDF /* ../flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c */, - 0E78AE2991CD4A958BDFD8DD /* ../flycast/core/deps/libzip/lib/zip_file_get_offset.c */, - 02A7A5CEE5AF4A92B6666719 /* ../flycast/core/deps/libzip/lib/zip_file_rename.c */, - 84B8DD182C3F45A9B651E78A /* ../flycast/core/deps/libzip/lib/zip_file_replace.c */, - 10EB0A8BCC6F4634BAADAD94 /* ../flycast/core/deps/libzip/lib/zip_file_set_comment.c */, - C6705F093333405D9FD5E5A2 /* ../flycast/core/deps/libzip/lib/zip_file_set_encryption.c */, - FF276D490C494971B6F7CDB8 /* ../flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c */, - CD80797D8BC048D9A0802231 /* ../flycast/core/deps/libzip/lib/zip_file_set_mtime.c */, - DC1E0C28D4EC424EAD0F7C5F /* ../flycast/core/deps/libzip/lib/zip_file_strerror.c */, - 2148E53029E246929C01E39E /* ../flycast/core/deps/libzip/lib/zip_fopen.c */, - DF118A1E2AFB4B218B9470B0 /* ../flycast/core/deps/libzip/lib/zip_fopen_encrypted.c */, - DF1BB1BFF9A3400A818E70FD /* ../flycast/core/deps/libzip/lib/zip_fopen_index.c */, - 770E302CC6524F01BF779F70 /* ../flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c */, - 4545D5668E2A4ACC8CF2BED6 /* ../flycast/core/deps/libzip/lib/zip_fread.c */, - 1680F8ADFB7D415F92046264 /* ../flycast/core/deps/libzip/lib/zip_fseek.c */, - 703D32CCE40548D79332E3D3 /* ../flycast/core/deps/libzip/lib/zip_ftell.c */, - EECFC65814F842DCA9F056CA /* ../flycast/core/deps/libzip/lib/zip_get_archive_comment.c */, - E923ABA138564D2BB2011A05 /* ../flycast/core/deps/libzip/lib/zip_get_archive_flag.c */, - 314CAD01F8D94224A4B6BC32 /* ../flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c */, - B6475268BF214BECBC0AA91D /* ../flycast/core/deps/libzip/lib/zip_get_file_comment.c */, - 8E5BCAB2E2464C1EB6A305A7 /* ../flycast/core/deps/libzip/lib/zip_get_name.c */, - 888210C6A937459AADAA62BA /* ../flycast/core/deps/libzip/lib/zip_get_num_entries.c */, - C7C2AE50B42E492E93619D12 /* ../flycast/core/deps/libzip/lib/zip_get_num_files.c */, - 7B686A75C6AF4490B51D4DDE /* ../flycast/core/deps/libzip/lib/zip_hash.c */, - A442AAF61C2F40AAAF7337FA /* ../flycast/core/deps/libzip/lib/zip_io_util.c */, - 6307215522244CAAA63EDC5E /* ../flycast/core/deps/libzip/lib/zip_libzip_version.c */, - BFA2268089064577ABB04B82 /* ../flycast/core/deps/libzip/lib/zip_memdup.c */, - A739AC6A7B8E4A1A914C37D3 /* ../flycast/core/deps/libzip/lib/zip_mkstempm.c */, - E2070011D7B54B7E969BC28D /* ../flycast/core/deps/libzip/lib/zip_name_locate.c */, - 25F1327364B94CEF85CC5B5F /* ../flycast/core/deps/libzip/lib/zip_new.c */, - F389C241AC3742238D0B20D2 /* ../flycast/core/deps/libzip/lib/zip_open.c */, - ACBBDF10AF5746718B9C5168 /* ../flycast/core/deps/libzip/lib/zip_pkware.c */, - D4E7084108C342799373914D /* ../flycast/core/deps/libzip/lib/zip_progress.c */, - D63BE2DA199842EAADC3FADE /* ../flycast/core/deps/libzip/lib/zip_random_unix.c */, - 6917A15EE9AE4624A101FF27 /* ../flycast/core/deps/libzip/lib/zip_rename.c */, - C8D5C694328D4DFE967EADA4 /* ../flycast/core/deps/libzip/lib/zip_replace.c */, - DAB864DBC462429CA82A7ED5 /* ../flycast/core/deps/libzip/lib/zip_set_archive_comment.c */, - 883337ADAD5E41F3809A0A83 /* ../flycast/core/deps/libzip/lib/zip_set_archive_flag.c */, - D4089D098F774C20BBE3BDFC /* ../flycast/core/deps/libzip/lib/zip_set_default_password.c */, - C8CFBDBA646B4AB6A49AFEB9 /* ../flycast/core/deps/libzip/lib/zip_set_file_comment.c */, - 87D9EF0A5488452895E7924B /* ../flycast/core/deps/libzip/lib/zip_set_file_compression.c */, - DE2A6C2969A24D91A4E07087 /* ../flycast/core/deps/libzip/lib/zip_set_name.c */, - 5870DD116B8B45B088447C62 /* ../flycast/core/deps/libzip/lib/zip_source_accept_empty.c */, - 93EFC882D81D4C77A3826EDC /* ../flycast/core/deps/libzip/lib/zip_source_begin_write.c */, - 1AB7AB620FDA4FF09DF4B710 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c */, - C1FA477BD3EB4C898B4F7F22 /* ../flycast/core/deps/libzip/lib/zip_source_buffer.c */, - B76F606315E6468D94E7D876 /* ../flycast/core/deps/libzip/lib/zip_source_call.c */, - B24D0ED2630A4E5BB200AC16 /* ../flycast/core/deps/libzip/lib/zip_source_close.c */, - 92F879A10AC3409B90D69A5E /* ../flycast/core/deps/libzip/lib/zip_source_commit_write.c */, - 3FC362A3609340EEAD188A5A /* ../flycast/core/deps/libzip/lib/zip_source_compress.c */, - 1E907B0B6FE844E4BA81BC34 /* ../flycast/core/deps/libzip/lib/zip_source_crc.c */, - 10E10B6C183B4D0B832611EE /* ../flycast/core/deps/libzip/lib/zip_source_error.c */, - 84059AE7F68448539D361742 /* ../flycast/core/deps/libzip/lib/zip_source_file_common.c */, - 70AE941040D7453088772B13 /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio.c */, - CE8533325076470F98485A1A /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c */, - 72D4408842E843AE8CAD9B4A /* ../flycast/core/deps/libzip/lib/zip_source_free.c */, - 1B6022941B1A4E53B97B4BEE /* ../flycast/core/deps/libzip/lib/zip_source_function.c */, - 75A1C487214D45D0A2F92CFA /* ../flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c */, - 49D64249FC0645E1953048CE /* ../flycast/core/deps/libzip/lib/zip_source_is_deleted.c */, - 8E7730DCDD46476187B8C0CF /* ../flycast/core/deps/libzip/lib/zip_source_layered.c */, - 80D7FF0DD2834B74A2616E67 /* ../flycast/core/deps/libzip/lib/zip_source_open.c */, - D8B0A66D3BA74D5D81B0074D /* ../flycast/core/deps/libzip/lib/zip_source_pkware_decode.c */, - CAB0BC25190241A1A933F8AA /* ../flycast/core/deps/libzip/lib/zip_source_pkware_encode.c */, - 08F98AE1C9E042B2A21DEDCF /* ../flycast/core/deps/libzip/lib/zip_source_read.c */, - 0836789B76E94E848578F702 /* ../flycast/core/deps/libzip/lib/zip_source_remove.c */, - 3FD430283FC24FE987FF0F3E /* ../flycast/core/deps/libzip/lib/zip_source_rollback_write.c */, - 6BA9F3AD94C446289B7DCD4F /* ../flycast/core/deps/libzip/lib/zip_source_seek.c */, - 5B6F25F930204B75BE80E990 /* ../flycast/core/deps/libzip/lib/zip_source_seek_write.c */, - 6DCFF513B29047AFAF5B8B94 /* ../flycast/core/deps/libzip/lib/zip_source_stat.c */, - 0F94A2804C17432B929F03A1 /* ../flycast/core/deps/libzip/lib/zip_source_supports.c */, - 8291022E23774442BEAE3693 /* ../flycast/core/deps/libzip/lib/zip_source_tell.c */, - 63DFD1EEAE214CBE88615087 /* ../flycast/core/deps/libzip/lib/zip_source_tell_write.c */, - EFB67C317E904A01BFE33D15 /* ../flycast/core/deps/libzip/lib/zip_source_window.c */, - 901537DC6A724210932DCEC7 /* ../flycast/core/deps/libzip/lib/zip_source_write.c */, - BAB27F1655EE450B9A3C7B73 /* ../flycast/core/deps/libzip/lib/zip_source_zip.c */, - 36A37F0AC1B64F0DBE4C0EAA /* ../flycast/core/deps/libzip/lib/zip_source_zip_new.c */, - 3E2B6392C9A543E79CF813CF /* ../flycast/core/deps/libzip/lib/zip_stat.c */, - 5A21360213724B62B5F9580E /* ../flycast/core/deps/libzip/lib/zip_stat_index.c */, - C38169D95D6F499C9209BEB4 /* ../flycast/core/deps/libzip/lib/zip_stat_init.c */, - FD8C92A519D0415E8955CE43 /* ../flycast/core/deps/libzip/lib/zip_strerror.c */, - D4EA9166717B427FA5305DCF /* ../flycast/core/deps/libzip/lib/zip_string.c */, - A6A5641CFDC74936B6639B4B /* ../flycast/core/deps/libzip/lib/zip_unchange.c */, - 5E33F559EF3C4497A63B294B /* ../flycast/core/deps/libzip/lib/zip_unchange_all.c */, - FE293547AC5C4AE5AE196383 /* ../flycast/core/deps/libzip/lib/zip_unchange_archive.c */, - 38FBC16E75D04CA1BE0B6A12 /* ../flycast/core/deps/libzip/lib/zip_unchange_data.c */, - 44F208205C4D4AF4B94E7FCE /* ../flycast/core/deps/libzip/lib/zip_utf-8.c */, + 5D319F1AC6634CA3BBBDC089 /* ../cmake/core/deps/libzip/lib/zip_err_str.c */, + C76E028AE07F4E1EBC00447B /* ../flycast/core/deps/libzip/lib/zip_add.c */, + C1476AD799C5495E8821A31B /* ../flycast/core/deps/libzip/lib/zip_add_dir.c */, + B7457A4D65A64B55BE7BBDDC /* ../flycast/core/deps/libzip/lib/zip_add_entry.c */, + 79053700B0CB4647B1CB4607 /* ../flycast/core/deps/libzip/lib/zip_algorithm_deflate.c */, + BB8901C0797341EE93835149 /* ../flycast/core/deps/libzip/lib/zip_algorithm_zstd.c */, + 1ECD174E34914AB8BDD63D29 /* ../flycast/core/deps/libzip/lib/zip_buffer.c */, + D7C07CA6426B4DB68606B014 /* ../flycast/core/deps/libzip/lib/zip_close.c */, + A2936E4D640D4D178C513DDF /* ../flycast/core/deps/libzip/lib/zip_delete.c */, + 35F5C1D8DB1B44988605F128 /* ../flycast/core/deps/libzip/lib/zip_dir_add.c */, + 579BB2CD6E5840E3BFE5AB37 /* ../flycast/core/deps/libzip/lib/zip_dirent.c */, + 5D1ED3E0331D491B83F500E4 /* ../flycast/core/deps/libzip/lib/zip_discard.c */, + EE35864D21E64DA2B63EE5BB /* ../flycast/core/deps/libzip/lib/zip_entry.c */, + 17D20ED68DFD4681B18C8FD3 /* ../flycast/core/deps/libzip/lib/zip_error.c */, + 687581472D554C78BBE3E703 /* ../flycast/core/deps/libzip/lib/zip_error_clear.c */, + 961EB9F60AAE40319AE891E3 /* ../flycast/core/deps/libzip/lib/zip_error_get.c */, + 1249AA9AC8BC4C60AF5EBFB5 /* ../flycast/core/deps/libzip/lib/zip_error_get_sys_type.c */, + 2F316458F9A542AA91276585 /* ../flycast/core/deps/libzip/lib/zip_error_strerror.c */, + 825F0CB76EA54686A3DEA4F7 /* ../flycast/core/deps/libzip/lib/zip_error_to_str.c */, + 81BCA80F71964927BCF9A686 /* ../flycast/core/deps/libzip/lib/zip_extra_field.c */, + 24F74B447E4F44E7B344A741 /* ../flycast/core/deps/libzip/lib/zip_extra_field_api.c */, + 03837C1502FE4CC297E068E9 /* ../flycast/core/deps/libzip/lib/zip_fclose.c */, + DCB6745AC34F4D5DA9F0CA29 /* ../flycast/core/deps/libzip/lib/zip_fdopen.c */, + B0C3ABCCDE4B406383A4F427 /* ../flycast/core/deps/libzip/lib/zip_file_add.c */, + 2038D54C6F1B4A339D6BBFD4 /* ../flycast/core/deps/libzip/lib/zip_file_error_clear.c */, + 1817E474FCF84F5889232BDF /* ../flycast/core/deps/libzip/lib/zip_file_error_get.c */, + E2B4D7C5AF4248888B252481 /* ../flycast/core/deps/libzip/lib/zip_file_get_comment.c */, + 7BB666F7D7CF46BA93902CEE /* ../flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c */, + E76BD66B246B4636813449D5 /* ../flycast/core/deps/libzip/lib/zip_file_get_offset.c */, + 7333B66A90174983897FE916 /* ../flycast/core/deps/libzip/lib/zip_file_rename.c */, + 1983AE5DE82E4CA7BE3C80B6 /* ../flycast/core/deps/libzip/lib/zip_file_replace.c */, + D74E2D906F3E4189B5F01402 /* ../flycast/core/deps/libzip/lib/zip_file_set_comment.c */, + A15D0267E9394A12A7C51736 /* ../flycast/core/deps/libzip/lib/zip_file_set_encryption.c */, + 2F20BE26F5914EBEB77EC90A /* ../flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c */, + D27667B69CEB4AC1AAA0CE98 /* ../flycast/core/deps/libzip/lib/zip_file_set_mtime.c */, + 424397979F1D4C438D68C972 /* ../flycast/core/deps/libzip/lib/zip_file_strerror.c */, + E23E639599DF409CAA0E4682 /* ../flycast/core/deps/libzip/lib/zip_fopen.c */, + B1B9C29DE4C046109C01D4B9 /* ../flycast/core/deps/libzip/lib/zip_fopen_encrypted.c */, + CDBD7E7B26AF4C2CB53D6E85 /* ../flycast/core/deps/libzip/lib/zip_fopen_index.c */, + 7B106B0507B94AB99EE3132E /* ../flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c */, + 50FBFB7D296E45688EB9EBB1 /* ../flycast/core/deps/libzip/lib/zip_fread.c */, + 7632D434D4F34A9AAC535654 /* ../flycast/core/deps/libzip/lib/zip_fseek.c */, + F4956D62E9654FC0B67F6A12 /* ../flycast/core/deps/libzip/lib/zip_ftell.c */, + 0E206946C8C947CA915D570D /* ../flycast/core/deps/libzip/lib/zip_get_archive_comment.c */, + 202E47516F084887A04AFC02 /* ../flycast/core/deps/libzip/lib/zip_get_archive_flag.c */, + 94F0C375077E4BBB8A61ECF4 /* ../flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c */, + 77E24B7DF4FA493F8009DC53 /* ../flycast/core/deps/libzip/lib/zip_get_file_comment.c */, + 83679BA7B57B407CA3813302 /* ../flycast/core/deps/libzip/lib/zip_get_name.c */, + A33E7D038B0D4E7B8CC66A8F /* ../flycast/core/deps/libzip/lib/zip_get_num_entries.c */, + BA53AFF2C31B440BA3B9F5EF /* ../flycast/core/deps/libzip/lib/zip_get_num_files.c */, + 1FCFA0150FC64118BD48044F /* ../flycast/core/deps/libzip/lib/zip_hash.c */, + 9693933D3782412A989EE051 /* ../flycast/core/deps/libzip/lib/zip_io_util.c */, + E238E5C3057C44D7A10F1DA4 /* ../flycast/core/deps/libzip/lib/zip_libzip_version.c */, + 555F1CCBDDC14BBD89073A98 /* ../flycast/core/deps/libzip/lib/zip_memdup.c */, + 34A292B16E7D452490EEBE65 /* ../flycast/core/deps/libzip/lib/zip_name_locate.c */, + 4221FFF225084E6B9296F189 /* ../flycast/core/deps/libzip/lib/zip_new.c */, + 571CA758ED2146E68A869297 /* ../flycast/core/deps/libzip/lib/zip_open.c */, + 07604B1EFFFF45B097689492 /* ../flycast/core/deps/libzip/lib/zip_pkware.c */, + 04AFE19029514AF0AD4766FF /* ../flycast/core/deps/libzip/lib/zip_progress.c */, + B424839CFBAA47C190973AEE /* ../flycast/core/deps/libzip/lib/zip_random_unix.c */, + E03C4F0C59E14A20A0EF9F9D /* ../flycast/core/deps/libzip/lib/zip_rename.c */, + 19EA0C16889046B2874FA1EF /* ../flycast/core/deps/libzip/lib/zip_replace.c */, + 1EF58D94F2804BA6A6A14CBA /* ../flycast/core/deps/libzip/lib/zip_set_archive_comment.c */, + 737A6313A88F4EA8875C1A0B /* ../flycast/core/deps/libzip/lib/zip_set_archive_flag.c */, + 19BE2CDDBA0E4150AABFB511 /* ../flycast/core/deps/libzip/lib/zip_set_default_password.c */, + 4B8CE81775744F098B3DAFB0 /* ../flycast/core/deps/libzip/lib/zip_set_file_comment.c */, + A0CD6F7B5C2A46AFBB0DB41B /* ../flycast/core/deps/libzip/lib/zip_set_file_compression.c */, + 658F017BBAFE4693A4102E74 /* ../flycast/core/deps/libzip/lib/zip_set_name.c */, + E67DF2513D9D407AB8747B53 /* ../flycast/core/deps/libzip/lib/zip_source_accept_empty.c */, + 7B82E7F741F848188C5CB03C /* ../flycast/core/deps/libzip/lib/zip_source_begin_write.c */, + D85AC907AB3F4465882BCDA5 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c */, + ED548B42207A4EA3A23BABC6 /* ../flycast/core/deps/libzip/lib/zip_source_buffer.c */, + 2C90132F6975407FA45DE1F3 /* ../flycast/core/deps/libzip/lib/zip_source_call.c */, + C1D5548ECC6D472F9C9706B1 /* ../flycast/core/deps/libzip/lib/zip_source_close.c */, + 9165A303C2814C7EA30D89CE /* ../flycast/core/deps/libzip/lib/zip_source_commit_write.c */, + AEF7BD1BC38C45DEAB715F85 /* ../flycast/core/deps/libzip/lib/zip_source_compress.c */, + F60FA43E253B4FD9BF30EF78 /* ../flycast/core/deps/libzip/lib/zip_source_crc.c */, + 2668D793A3E54072A2C2AF6A /* ../flycast/core/deps/libzip/lib/zip_source_error.c */, + AC8C1518155D4017B3FE576C /* ../flycast/core/deps/libzip/lib/zip_source_file_common.c */, + DB72EC7EFC2A4AAF93080255 /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio.c */, + 696B4EE3695E4D8A93226D4E /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c */, + 0F3491EF7E164B62A8600FC2 /* ../flycast/core/deps/libzip/lib/zip_source_free.c */, + 6DF97E087DCB454AB21E717C /* ../flycast/core/deps/libzip/lib/zip_source_function.c */, + D712D6A80D794E13A59B3C57 /* ../flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c */, + A408BD0F992C41C7B4F77A9A /* ../flycast/core/deps/libzip/lib/zip_source_is_deleted.c */, + 0ED0E03E75B3426A9A8680B2 /* ../flycast/core/deps/libzip/lib/zip_source_layered.c */, + 25C8DA220FC748118A24A9B5 /* ../flycast/core/deps/libzip/lib/zip_source_open.c */, + 961B7E64BF8C4472A7C67251 /* ../flycast/core/deps/libzip/lib/zip_source_pass_to_lower_layer.c */, + E90852682CA248B491F2DC70 /* ../flycast/core/deps/libzip/lib/zip_source_pkware_decode.c */, + 4B4FEA2DC5F6431A954552AD /* ../flycast/core/deps/libzip/lib/zip_source_pkware_encode.c */, + 8B4A1FF9870A4A2088DE299B /* ../flycast/core/deps/libzip/lib/zip_source_read.c */, + 644B53A7711E432A9A33DFA8 /* ../flycast/core/deps/libzip/lib/zip_source_remove.c */, + CDB32FF73C7D4C4087608CB3 /* ../flycast/core/deps/libzip/lib/zip_source_rollback_write.c */, + B1F6D79636E547CDB1062821 /* ../flycast/core/deps/libzip/lib/zip_source_seek.c */, + 047188F5D7324CA08385C7CF /* ../flycast/core/deps/libzip/lib/zip_source_seek_write.c */, + 021FDEFC192E471984A54234 /* ../flycast/core/deps/libzip/lib/zip_source_stat.c */, + CB73C59E0F314808B641C20E /* ../flycast/core/deps/libzip/lib/zip_source_supports.c */, + 96EA0E9EE2254516BF6B19A7 /* ../flycast/core/deps/libzip/lib/zip_source_tell.c */, + 895E64C8D96644E5BBFF2E36 /* ../flycast/core/deps/libzip/lib/zip_source_tell_write.c */, + EB8D56982FA24267B2DA2DAC /* ../flycast/core/deps/libzip/lib/zip_source_window.c */, + 6997406058A743129391AB60 /* ../flycast/core/deps/libzip/lib/zip_source_write.c */, + 8CE14ADE7E9E41EDA1FAFAA8 /* ../flycast/core/deps/libzip/lib/zip_source_zip.c */, + 22EDFA939B624123ABD4DEF2 /* ../flycast/core/deps/libzip/lib/zip_source_zip_new.c */, + 9369616CFB95489EAE5FF2FD /* ../flycast/core/deps/libzip/lib/zip_stat.c */, + 1B2C131F363F42F0B796E4B6 /* ../flycast/core/deps/libzip/lib/zip_stat_index.c */, + 4C23A4180CAA49D4ACE03FCB /* ../flycast/core/deps/libzip/lib/zip_stat_init.c */, + 3ED1B60863544B26A534C74C /* ../flycast/core/deps/libzip/lib/zip_strerror.c */, + A2A419B16D1142D7ABB782E5 /* ../flycast/core/deps/libzip/lib/zip_string.c */, + 94D087CCC3EB41B08ABA8919 /* ../flycast/core/deps/libzip/lib/zip_unchange.c */, + 9F690885085140038B0F298F /* ../flycast/core/deps/libzip/lib/zip_unchange_all.c */, + 4FD20079180246B2B0E1BC7F /* ../flycast/core/deps/libzip/lib/zip_unchange_archive.c */, + 64B774B7378F42CABDA47D1F /* ../flycast/core/deps/libzip/lib/zip_unchange_data.c */, + B9996739FA3C4434B4030657 /* ../flycast/core/deps/libzip/lib/zip_utf-8.c */, ); name = "Source Files"; sourceTree = ""; }; - 920A4E7F3D1943A39058D93A /* CMake Rules */ = { + 9C3F675DE1AF49299B98EE9C /* Products */ = { isa = PBXGroup; children = ( + 1F028AA17A0B4CE2B0E2C876 /* zip */, ); - name = "CMake Rules"; + name = Products; sourceTree = ""; }; - 9612CF6D07114F799A509640 /* CMake Rules */ = { + AF16279C2E3D4D5EA77C4A44 /* ALL_BUILD */ = { + isa = PBXGroup; + children = ( + 24C96B64866B407982962449 /* CMake Rules */, + 6D6E58FFFE724A29B401C1EC /* ../flycast/core/deps/libzip/CMakeLists.txt */, + ); + name = ALL_BUILD; + sourceTree = ""; + }; + B9E87BE18DFC486F931EE159 /* CMake Rules */ = { isa = PBXGroup; children = ( ); name = "CMake Rules"; sourceTree = ""; }; - 98D7AD5B06C3409DA6AD8816 = { + D7BE3B518F0F410495E0BAC0 /* Frameworks */ = { isa = PBXGroup; children = ( - BDCE7D5D10CF4581908BB789 /* dist */, - 450395C614C24B789CB77B58 /* distcheck */, - F895BF7EE160479E82908881 /* ALL_BUILD */, - A1CB434337F74FC78BFBFB95 /* zip */, - 2CA1ED720A934522AE480877 /* Products */, - 616769CF9A0047C2AB3F807C /* Frameworks */, - 661BC46A786D432D9CCF7B74 /* Resources */, ); + name = Frameworks; sourceTree = ""; }; - A1CB434337F74FC78BFBFB95 /* zip */ = { + E4D8886209B74764ABAEA929 /* Resources */ = { isa = PBXGroup; children = ( - 7134C07DA57C45A4B4EB5E77 /* Source Files */, - 2A00B62A137541DAB9A1DA4A /* Resources */, - 8CC114CDE2BA4528A924865B /* ../flycast/core/deps/libzip/lib/CMakeLists.txt */, ); - name = zip; + name = Resources; sourceTree = ""; }; - BDCE7D5D10CF4581908BB789 /* dist */ = { + EEC1847BD6F0468685186DA4 = { isa = PBXGroup; children = ( - 9612CF6D07114F799A509640 /* CMake Rules */, - 845EACF071624458BE12C27A /* ../flycast/core/deps/libzip/CMakeLists.txt */, + 13286AD9BA58434281F432FB /* dist */, + 7B0ACC9FEF3E4653A0CE9247 /* distcheck */, + AF16279C2E3D4D5EA77C4A44 /* ALL_BUILD */, + 1953F3476AD542209FFB36BC /* zip */, + 9C3F675DE1AF49299B98EE9C /* Products */, + D7BE3B518F0F410495E0BAC0 /* Frameworks */, + E4D8886209B74764ABAEA929 /* Resources */, ); - name = dist; sourceTree = ""; }; - F895BF7EE160479E82908881 /* ALL_BUILD */ = { + F5E5C3EAEAD14FE7A6FFBD1C /* CMake Rules */ = { isa = PBXGroup; children = ( - 03FB4B8A634A43A3954B0356 /* CMake Rules */, - 2A9275A345D44DFCB1999E90 /* ../flycast/core/deps/libzip/CMakeLists.txt */, + C166FBACF25843AEB1385970 /* ../cmake/core/deps/libzip/lib/zip_err_str.c.rule */, ); - name = ALL_BUILD; + name = "CMake Rules"; sourceTree = ""; }; /* End PBXGroup section */ @@ -620,10 +634,11 @@ /* Begin PBXNativeTarget section */ 7AA1697EDEC0ABD31E514DBF /* zip */ = { isa = PBXNativeTarget; - buildConfigurationList = 5156CC6A9EDA49B1AA799823 /* Build configuration list for PBXNativeTarget "zip" */; + buildConfigurationList = 35ACEA96BAEC4337B60BE835 /* Build configuration list for PBXNativeTarget "zip" */; buildPhases = ( - B2F3FBEA0B3D4CA680F53C78 /* Sources */, - C4E053DEB31E4C9DA8D08C06 /* Frameworks */, + 8102713A85504CFFE65706DD /* Generate lib/zip_err_str.c */, + BEF9070DE282484DB81A8B84 /* Sources */, + 4B11E4D0E6AA4ADC9104C9A4 /* Frameworks */, ); buildRules = ( ); @@ -631,38 +646,38 @@ ); name = zip; productName = zip; - productReference = 2681E0BEAF814C95BC5E253A /* zip */; + productReference = 1F028AA17A0B4CE2B0E2C876 /* zip */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - 55D58564DBD84E2EAFB571B8 /* Project object */ = { + B5E4E21FA40E47F7A0A0A621 /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 1620; }; - buildConfigurationList = 0D807AA4684B4FBBBD2B8275 /* Build configuration list for PBXProject "libzip" */; + buildConfigurationList = 4A15A29F9763435596328EDD /* Build configuration list for PBXProject "libzip" */; buildSettings = { }; buildStyles = ( - 8D8D47BC7D324C528BDFCBC4 /* Debug */, - 654CB95ECB734963B68728C6 /* Release */, - EF2C964B4FDC4B9598A64039 /* MinSizeRel */, - 8F87AECF62A8496489B7171B /* RelWithDebInfo */, + 79DD77EFF90B410B9CAF5880 /* Debug */, + 685880B03EEF4E2689016DC5 /* Release */, + 702AB2C773324936A9371DFD /* MinSizeRel */, + 432ABC2ADD5B4820B1F7A1E1 /* RelWithDebInfo */, ); compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; - mainGroup = 98D7AD5B06C3409DA6AD8816; + mainGroup = EEC1847BD6F0468685186DA4; projectDirPath = ../flycast/core/deps/libzip; projectRoot = ""; targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, + B727D2F61FE22951697F0BAD /* ALL_BUILD */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, BFE014D0F91E05E8EAF0406F /* dist */, 9214F1A7DF3B3C4E96ADD2B3 /* distcheck */, - 11E917AB434F844A6CA3AEDF /* install */, + 1148ED2E9013F6047A670D47 /* install */, 7AA1697EDEC0ABD31E514DBF /* zip */, ); }; @@ -735,11 +750,11 @@ if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../flycast chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest 2>/dev/null || true rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E tar xf flycast_libretro-0.7.3.tar.gz + /opt/homebrew/bin/cmake -E tar xf ../cmake/flycast_libretro-0.7.3.tar.gz chmod -R u-w flycast_libretro-0.7.3 mkdir flycast_libretro-0.7.3-build mkdir flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build make -C flycast_libretro-0.7.3-build -j4 make -C flycast_libretro-0.7.3-build test make -C flycast_libretro-0.7.3-build install @@ -752,11 +767,11 @@ if test \"$CONFIGURATION\" = \"Release\"; then : cd ../flycast chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest 2>/dev/null || true rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E tar xf flycast_libretro-0.7.3.tar.gz + /opt/homebrew/bin/cmake -E tar xf ../cmake/flycast_libretro-0.7.3.tar.gz chmod -R u-w flycast_libretro-0.7.3 mkdir flycast_libretro-0.7.3-build mkdir flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build make -C flycast_libretro-0.7.3-build -j4 make -C flycast_libretro-0.7.3-build test make -C flycast_libretro-0.7.3-build install @@ -769,11 +784,11 @@ if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../flycast chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest 2>/dev/null || true rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E tar xf flycast_libretro-0.7.3.tar.gz + /opt/homebrew/bin/cmake -E tar xf ../cmake/flycast_libretro-0.7.3.tar.gz chmod -R u-w flycast_libretro-0.7.3 mkdir flycast_libretro-0.7.3-build mkdir flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build make -C flycast_libretro-0.7.3-build -j4 make -C flycast_libretro-0.7.3-build test make -C flycast_libretro-0.7.3-build install @@ -786,11 +801,11 @@ if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../flycast chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest 2>/dev/null || true rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E tar xf flycast_libretro-0.7.3.tar.gz + /opt/homebrew/bin/cmake -E tar xf ../cmake/flycast_libretro-0.7.3.tar.gz chmod -R u-w flycast_libretro-0.7.3 mkdir flycast_libretro-0.7.3-build mkdir flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build make -C flycast_libretro-0.7.3-build -j4 make -C flycast_libretro-0.7.3-build test make -C flycast_libretro-0.7.3-build install @@ -799,6 +814,38 @@ if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest echo flycast_libretro-0.7.3.tar.gz\\ is\\ ready\\ for\\ distribution. fi +"; + showEnvVarsInLog = 0; + }; + 8102713A85504CFFE65706DD /* Generate lib/zip_err_str.c */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( +../flycast/core/deps/libzip/cmake/GenerateZipErrorStrings.cmake,../flycast/core/deps/libzip/lib/zip.h,../flycast/core/deps/libzip/lib/zipint.h ); + name = "Generate lib/zip_err_str.c"; + outputPaths = ( +../cmake/core/deps/libzip/lib/zip_err_str.c ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -e +if test \"$CONFIGURATION\" = \"Debug\"; then : + cd ../cmake/core/deps/libzip/lib + /opt/homebrew/bin/cmake -DPROJECT_SOURCE_DIR=../flycast/core/deps/libzip -DCMAKE_CURRENT_BINARY_DIR=../cmake/core/deps/libzip/lib -P ../flycast/core/deps/libzip/cmake/GenerateZipErrorStrings.cmake +fi +if test \"$CONFIGURATION\" = \"Release\"; then : + cd ../cmake/core/deps/libzip/lib + /opt/homebrew/bin/cmake -DPROJECT_SOURCE_DIR=../flycast/core/deps/libzip -DCMAKE_CURRENT_BINARY_DIR=../cmake/core/deps/libzip/lib -P ../flycast/core/deps/libzip/cmake/GenerateZipErrorStrings.cmake +fi +if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : + cd ../cmake/core/deps/libzip/lib + /opt/homebrew/bin/cmake -DPROJECT_SOURCE_DIR=../flycast/core/deps/libzip -DCMAKE_CURRENT_BINARY_DIR=../cmake/core/deps/libzip/lib -P ../flycast/core/deps/libzip/cmake/GenerateZipErrorStrings.cmake +fi +if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : + cd ../cmake/core/deps/libzip/lib + /opt/homebrew/bin/cmake -DPROJECT_SOURCE_DIR=../flycast/core/deps/libzip -DCMAKE_CURRENT_BINARY_DIR=../cmake/core/deps/libzip/lib -P ../flycast/core/deps/libzip/cmake/GenerateZipErrorStrings.cmake +fi "; showEnvVarsInLog = 0; }; @@ -831,19 +878,19 @@ exit 0"; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../cmake/core/deps/libzip - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : cd ../cmake/core/deps/libzip - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../cmake/core/deps/libzip - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../cmake/core/deps/libzip - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; showEnvVarsInLog = 0; @@ -880,26 +927,26 @@ exit 0"; if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../flycast git config tar.tar.xz.command xz\\ -c - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.gz HEAD - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.xz HEAD + git archive --prefix=flycast_libretro-0.7.3/ -o ../cmake/flycast_libretro-0.7.3.tar.gz HEAD + git archive --prefix=flycast_libretro-0.7.3/ -o ../cmake/flycast_libretro-0.7.3.tar.xz HEAD fi if test \"$CONFIGURATION\" = \"Release\"; then : cd ../flycast git config tar.tar.xz.command xz\\ -c - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.gz HEAD - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.xz HEAD + git archive --prefix=flycast_libretro-0.7.3/ -o ../cmake/flycast_libretro-0.7.3.tar.gz HEAD + git archive --prefix=flycast_libretro-0.7.3/ -o ../cmake/flycast_libretro-0.7.3.tar.xz HEAD fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../flycast git config tar.tar.xz.command xz\\ -c - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.gz HEAD - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.xz HEAD + git archive --prefix=flycast_libretro-0.7.3/ -o ../cmake/flycast_libretro-0.7.3.tar.gz HEAD + git archive --prefix=flycast_libretro-0.7.3/ -o ../cmake/flycast_libretro-0.7.3.tar.xz HEAD fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../flycast git config tar.tar.xz.command xz\\ -c - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.gz HEAD - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.xz HEAD + git archive --prefix=flycast_libretro-0.7.3/ -o ../cmake/flycast_libretro-0.7.3.tar.gz HEAD + git archive --prefix=flycast_libretro-0.7.3/ -o ../cmake/flycast_libretro-0.7.3.tar.xz HEAD fi "; showEnvVarsInLog = 0; @@ -970,182 +1017,193 @@ exit 0"; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - B2F3FBEA0B3D4CA680F53C78 /* Sources */ = { + BEF9070DE282484DB81A8B84 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D5A20218847C463E9519127C /* ../cmake/core/deps/libzip/lib/zip_err_str.c */, - B52D352AAB1B44AFA9BAA4F4 /* ../flycast/core/deps/libzip/lib/zip_add.c */, - 7D319032E9474883BED118F1 /* ../flycast/core/deps/libzip/lib/zip_add_dir.c */, - 2FECDFB0DDBD455395F85432 /* ../flycast/core/deps/libzip/lib/zip_add_entry.c */, - 3BBF0662DD9A4BAE8918CE97 /* ../flycast/core/deps/libzip/lib/zip_algorithm_deflate.c */, - 3AF78E18658D4E6B9AD552E7 /* ../flycast/core/deps/libzip/lib/zip_buffer.c */, - 24A4777D1FBB4A33A9B48B95 /* ../flycast/core/deps/libzip/lib/zip_close.c */, - 208667A1C99E42DCBC28BC6E /* ../flycast/core/deps/libzip/lib/zip_delete.c */, - 91305F581FC94423BD630983 /* ../flycast/core/deps/libzip/lib/zip_dir_add.c */, - 8E05C106F81C47BC89D27C64 /* ../flycast/core/deps/libzip/lib/zip_dirent.c */, - D56F94BCACBE40D8AE189198 /* ../flycast/core/deps/libzip/lib/zip_discard.c */, - B3098C4BE6C44698B3463171 /* ../flycast/core/deps/libzip/lib/zip_entry.c */, - 874FCE8C15924F4F9FF5DB95 /* ../flycast/core/deps/libzip/lib/zip_error.c */, - AE711A9F52A74433B7D70152 /* ../flycast/core/deps/libzip/lib/zip_error_clear.c */, - DE21B5E1B7D04749803C2076 /* ../flycast/core/deps/libzip/lib/zip_error_get.c */, - 19EFCD4BBB0E43C48E1CCC93 /* ../flycast/core/deps/libzip/lib/zip_error_get_sys_type.c */, - DA20C8E6158D4612A2693048 /* ../flycast/core/deps/libzip/lib/zip_error_strerror.c */, - 2DB22C27E1AE45D7833C84DF /* ../flycast/core/deps/libzip/lib/zip_error_to_str.c */, - 11CCA439D7DE46BDA5CA1230 /* ../flycast/core/deps/libzip/lib/zip_extra_field.c */, - 4EE6ED026F654B4286FDEC73 /* ../flycast/core/deps/libzip/lib/zip_extra_field_api.c */, - 87CB80AB75564CD9B6EB56A9 /* ../flycast/core/deps/libzip/lib/zip_fclose.c */, - 027656ADBCBE4C2AB978254D /* ../flycast/core/deps/libzip/lib/zip_fdopen.c */, - 34B65A2C3E0645F49BC1FA1C /* ../flycast/core/deps/libzip/lib/zip_file_add.c */, - A037B2AED85C4F73BAE4E4D2 /* ../flycast/core/deps/libzip/lib/zip_file_error_clear.c */, - FB8A03876F9D47BF88B0614F /* ../flycast/core/deps/libzip/lib/zip_file_error_get.c */, - EA8DAB8900D04CF1A625A942 /* ../flycast/core/deps/libzip/lib/zip_file_get_comment.c */, - 35C2793E16B04A6E9230DCB3 /* ../flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c */, - 4153DE26D0EE47A1B065D190 /* ../flycast/core/deps/libzip/lib/zip_file_get_offset.c */, - F6476B4C3D044EE4A22E44A1 /* ../flycast/core/deps/libzip/lib/zip_file_rename.c */, - 9C865FEEA2CE4C7C92FC0A18 /* ../flycast/core/deps/libzip/lib/zip_file_replace.c */, - 2DCF8D4DEB584736BFE9BD07 /* ../flycast/core/deps/libzip/lib/zip_file_set_comment.c */, - C4360BF4E6DB44D9B6677FA8 /* ../flycast/core/deps/libzip/lib/zip_file_set_encryption.c */, - 485F1AB011374828833B847C /* ../flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c */, - 30496D997CE84F62B4BD18B6 /* ../flycast/core/deps/libzip/lib/zip_file_set_mtime.c */, - DBBEE4621E5641AFA8869199 /* ../flycast/core/deps/libzip/lib/zip_file_strerror.c */, - 7B7A9C1801EB405EA40F8927 /* ../flycast/core/deps/libzip/lib/zip_fopen.c */, - 4C57CF686E2040B99D5F4117 /* ../flycast/core/deps/libzip/lib/zip_fopen_encrypted.c */, - 4A90B23D81E14BB3B67FC4EC /* ../flycast/core/deps/libzip/lib/zip_fopen_index.c */, - 7D5D662A6A454A5CA7C78F3B /* ../flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c */, - 1AC6A40CB34E43158F4344FE /* ../flycast/core/deps/libzip/lib/zip_fread.c */, - C5D2B67B44044C21A9591E10 /* ../flycast/core/deps/libzip/lib/zip_fseek.c */, - 9A5469E3544D4E7596FB2939 /* ../flycast/core/deps/libzip/lib/zip_ftell.c */, - 51BD04BB829E400F9D1B9F3C /* ../flycast/core/deps/libzip/lib/zip_get_archive_comment.c */, - 79D1477988EE437CBF88BD99 /* ../flycast/core/deps/libzip/lib/zip_get_archive_flag.c */, - E60D93B57FB84E469691E0E0 /* ../flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c */, - 1E8B88448ED045FD9253C1A8 /* ../flycast/core/deps/libzip/lib/zip_get_file_comment.c */, - B810D632A4BB49E6B215A936 /* ../flycast/core/deps/libzip/lib/zip_get_name.c */, - DC48FA8E2C2D4E8497B5237B /* ../flycast/core/deps/libzip/lib/zip_get_num_entries.c */, - F7A1010FE2344C749B0ED985 /* ../flycast/core/deps/libzip/lib/zip_get_num_files.c */, - 4122F538CC0E4CFFB8FBDC61 /* ../flycast/core/deps/libzip/lib/zip_hash.c */, - 4C78CB720426449E86E52CA2 /* ../flycast/core/deps/libzip/lib/zip_io_util.c */, - 3C9B221A2914438F86DA238C /* ../flycast/core/deps/libzip/lib/zip_libzip_version.c */, - 1818C18EFE6445C1B2EE5555 /* ../flycast/core/deps/libzip/lib/zip_memdup.c */, - E05034DDF35244F7AA11C086 /* ../flycast/core/deps/libzip/lib/zip_mkstempm.c */, - 5D6755296C1241CFA6CC29AF /* ../flycast/core/deps/libzip/lib/zip_name_locate.c */, - 727D02013AAF4A3CB955B63F /* ../flycast/core/deps/libzip/lib/zip_new.c */, - 014F1932765E4CC8ABA67872 /* ../flycast/core/deps/libzip/lib/zip_open.c */, - 1146711D88AD4FC1B28D9CE2 /* ../flycast/core/deps/libzip/lib/zip_pkware.c */, - 909E3B0464CB43458B4A2E2E /* ../flycast/core/deps/libzip/lib/zip_progress.c */, - 2A9993A65DBF46D0A8ACE138 /* ../flycast/core/deps/libzip/lib/zip_random_unix.c */, - 5A604BD308364FA584E7956C /* ../flycast/core/deps/libzip/lib/zip_rename.c */, - EF4D5C967F324E17A7318E83 /* ../flycast/core/deps/libzip/lib/zip_replace.c */, - 96AA4C3108794F218272CADC /* ../flycast/core/deps/libzip/lib/zip_set_archive_comment.c */, - 6C79C63C0E2D4DC7B8721579 /* ../flycast/core/deps/libzip/lib/zip_set_archive_flag.c */, - F621817E6D714AB298284EC0 /* ../flycast/core/deps/libzip/lib/zip_set_default_password.c */, - 4B5AB21BC9EC43E0B9A22950 /* ../flycast/core/deps/libzip/lib/zip_set_file_comment.c */, - CD372BBBC0EF42F2A1F51BD7 /* ../flycast/core/deps/libzip/lib/zip_set_file_compression.c */, - C59776458DF148DC8F85B53A /* ../flycast/core/deps/libzip/lib/zip_set_name.c */, - ED65C24BEC4C4092836CE4D4 /* ../flycast/core/deps/libzip/lib/zip_source_accept_empty.c */, - 98A0E742ACA94B0C9652B752 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write.c */, - 2922DF00C8784E879924ACDE /* ../flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c */, - 65FE20B6DFBC46C89AE71EDD /* ../flycast/core/deps/libzip/lib/zip_source_buffer.c */, - 595D3EE32F9E4FCFB7578877 /* ../flycast/core/deps/libzip/lib/zip_source_call.c */, - 6535C557987F48F5B7A66029 /* ../flycast/core/deps/libzip/lib/zip_source_close.c */, - 0D031A77D013406D9E92CFC3 /* ../flycast/core/deps/libzip/lib/zip_source_commit_write.c */, - C2F50628D6DA4684A33F414E /* ../flycast/core/deps/libzip/lib/zip_source_compress.c */, - 6D2B257E13434BDAA0CA4AAA /* ../flycast/core/deps/libzip/lib/zip_source_crc.c */, - AB0740DB93B54A08ABBD2C64 /* ../flycast/core/deps/libzip/lib/zip_source_error.c */, - 0C765EBCA5C743F88E3DEAE7 /* ../flycast/core/deps/libzip/lib/zip_source_file_common.c */, - 227C3952262144F39380D9FC /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio.c */, - 62238A253E064C87A24C2C9D /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c */, - 812BFDD0E7CB4E5F8074192F /* ../flycast/core/deps/libzip/lib/zip_source_free.c */, - F4BA8AA9E77545B0B10FFE1C /* ../flycast/core/deps/libzip/lib/zip_source_function.c */, - 024675F8E5884999B5763894 /* ../flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c */, - A770974DA38C45FDB71FB958 /* ../flycast/core/deps/libzip/lib/zip_source_is_deleted.c */, - 791F753F61BE47DFBEB45085 /* ../flycast/core/deps/libzip/lib/zip_source_layered.c */, - 8C9EF5ABC9A048CFB2AEEBF9 /* ../flycast/core/deps/libzip/lib/zip_source_open.c */, - FE865DD387834D54914DE605 /* ../flycast/core/deps/libzip/lib/zip_source_pkware_decode.c */, - A71A5FB8166A4CDC9BAFE01E /* ../flycast/core/deps/libzip/lib/zip_source_pkware_encode.c */, - B43338FAEC374AF89E361B04 /* ../flycast/core/deps/libzip/lib/zip_source_read.c */, - 7B40B271D1AC4332A2CD0A92 /* ../flycast/core/deps/libzip/lib/zip_source_remove.c */, - 9F57C19AB2F24A61A9F8D907 /* ../flycast/core/deps/libzip/lib/zip_source_rollback_write.c */, - 1CE2AC19207F4825A71A8218 /* ../flycast/core/deps/libzip/lib/zip_source_seek.c */, - 751B40E3390E4AD882B858D1 /* ../flycast/core/deps/libzip/lib/zip_source_seek_write.c */, - EE7CA3F93A04409EA10EA568 /* ../flycast/core/deps/libzip/lib/zip_source_stat.c */, - 6109E963E4FF437BA27F9C61 /* ../flycast/core/deps/libzip/lib/zip_source_supports.c */, - 387D08CDAB0642D2955B4A96 /* ../flycast/core/deps/libzip/lib/zip_source_tell.c */, - 02F029BF156D4BA3809FC1B5 /* ../flycast/core/deps/libzip/lib/zip_source_tell_write.c */, - 638D338130BD46F3AB50649D /* ../flycast/core/deps/libzip/lib/zip_source_window.c */, - 37FD3AB1B16A46E5BA2CE0F9 /* ../flycast/core/deps/libzip/lib/zip_source_write.c */, - 169A9E5B06574CD689350DA7 /* ../flycast/core/deps/libzip/lib/zip_source_zip.c */, - BCDD085450B34242B05BF85D /* ../flycast/core/deps/libzip/lib/zip_source_zip_new.c */, - 40FCF8E76AEC4EDB91F7B08D /* ../flycast/core/deps/libzip/lib/zip_stat.c */, - AFA7D8E25C76475BB4BB6C96 /* ../flycast/core/deps/libzip/lib/zip_stat_index.c */, - BB6B771F43A444B5A4B89EFB /* ../flycast/core/deps/libzip/lib/zip_stat_init.c */, - 480A3A6AA2F04C9CAD2A21B2 /* ../flycast/core/deps/libzip/lib/zip_strerror.c */, - A74F592D54064CB8971F4E83 /* ../flycast/core/deps/libzip/lib/zip_string.c */, - BA873C64DF594214BC8A0A27 /* ../flycast/core/deps/libzip/lib/zip_unchange.c */, - 202F369524DD4E83BE8DB725 /* ../flycast/core/deps/libzip/lib/zip_unchange_all.c */, - AEEAACFB4B78475FB554F7CB /* ../flycast/core/deps/libzip/lib/zip_unchange_archive.c */, - E7EAA50B471C4A8DA0E4A9AF /* ../flycast/core/deps/libzip/lib/zip_unchange_data.c */, - 542B04E498404D9B8C0E279E /* ../flycast/core/deps/libzip/lib/zip_utf-8.c */, + 607425B614804DA28E292C91 /* ../cmake/core/deps/libzip/lib/zip_err_str.c */, + 9AECD9FF934542E4969E131E /* ../flycast/core/deps/libzip/lib/zip_add.c */, + 0E28D25146C74292BC81AA1C /* ../flycast/core/deps/libzip/lib/zip_add_dir.c */, + 645ACA8E07234706839DB620 /* ../flycast/core/deps/libzip/lib/zip_add_entry.c */, + 077FE0BF2C7C411E9F7868B8 /* ../flycast/core/deps/libzip/lib/zip_algorithm_deflate.c */, + 75B12B72A06C4CD5A6CBB454 /* ../flycast/core/deps/libzip/lib/zip_algorithm_zstd.c */, + 882456CECA3E4F0488E3CAE2 /* ../flycast/core/deps/libzip/lib/zip_buffer.c */, + 1B4829CF1A924F6A8850CB42 /* ../flycast/core/deps/libzip/lib/zip_close.c */, + 76487FE6A79F421C8F2A794F /* ../flycast/core/deps/libzip/lib/zip_delete.c */, + 7FF8262988F941E79A28BA1A /* ../flycast/core/deps/libzip/lib/zip_dir_add.c */, + 39F3010C4B2E4C638956007A /* ../flycast/core/deps/libzip/lib/zip_dirent.c */, + 68425625BA1B4235B578E784 /* ../flycast/core/deps/libzip/lib/zip_discard.c */, + EED5DB2247B14A5F9B19ACA7 /* ../flycast/core/deps/libzip/lib/zip_entry.c */, + 4048167D97E94FC4AE4E834E /* ../flycast/core/deps/libzip/lib/zip_error.c */, + 849F6746245646258019FF21 /* ../flycast/core/deps/libzip/lib/zip_error_clear.c */, + 064314817DF14F83B51E585F /* ../flycast/core/deps/libzip/lib/zip_error_get.c */, + 1DD59157BA644BC49B9CFE9D /* ../flycast/core/deps/libzip/lib/zip_error_get_sys_type.c */, + B1760E490D534F67A414F4F5 /* ../flycast/core/deps/libzip/lib/zip_error_strerror.c */, + 29B29688291446FA854C848B /* ../flycast/core/deps/libzip/lib/zip_error_to_str.c */, + A9EA824432624748B82A4A54 /* ../flycast/core/deps/libzip/lib/zip_extra_field.c */, + ED6DFF04A0D648FFAEB54114 /* ../flycast/core/deps/libzip/lib/zip_extra_field_api.c */, + A919B62FDB8E409F9E455A32 /* ../flycast/core/deps/libzip/lib/zip_fclose.c */, + E964870A5E8B4526B208CB8F /* ../flycast/core/deps/libzip/lib/zip_fdopen.c */, + 8AE041212FD04737BE3C7163 /* ../flycast/core/deps/libzip/lib/zip_file_add.c */, + 0A20B41E63B04C40AA19433A /* ../flycast/core/deps/libzip/lib/zip_file_error_clear.c */, + B7DFABE0291B422B8DEA8C8F /* ../flycast/core/deps/libzip/lib/zip_file_error_get.c */, + 1955AB12B8E0412D961DAB24 /* ../flycast/core/deps/libzip/lib/zip_file_get_comment.c */, + A226658EB226408AB0E5A4B1 /* ../flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c */, + 3AF7EE13245E411BA7DE6ADB /* ../flycast/core/deps/libzip/lib/zip_file_get_offset.c */, + 3E11CD3707514079B8EDBB1D /* ../flycast/core/deps/libzip/lib/zip_file_rename.c */, + 4F1B9FE119D0485893F6DD93 /* ../flycast/core/deps/libzip/lib/zip_file_replace.c */, + 8EAF3B0F9E3B4D08B8D6C8FE /* ../flycast/core/deps/libzip/lib/zip_file_set_comment.c */, + 83EA9FCBE3C049A4B2A5949B /* ../flycast/core/deps/libzip/lib/zip_file_set_encryption.c */, + 3A72968E2F3140EE8AD483EC /* ../flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c */, + 58C0EC95AB984EE293FB4839 /* ../flycast/core/deps/libzip/lib/zip_file_set_mtime.c */, + 3A209B41AAF34716BA547818 /* ../flycast/core/deps/libzip/lib/zip_file_strerror.c */, + 9F148ED66EBE4194AAF4F883 /* ../flycast/core/deps/libzip/lib/zip_fopen.c */, + 1732613B630C4D71BB28FA40 /* ../flycast/core/deps/libzip/lib/zip_fopen_encrypted.c */, + 999150597F0449B39BE6D0B9 /* ../flycast/core/deps/libzip/lib/zip_fopen_index.c */, + 6A99AF7CCBC34576AEA04503 /* ../flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c */, + 58A2CEB4160B4D6FB1515B12 /* ../flycast/core/deps/libzip/lib/zip_fread.c */, + 646DA27C66C440B692F718E6 /* ../flycast/core/deps/libzip/lib/zip_fseek.c */, + DC6D89B5FE7845FBBDAA4E18 /* ../flycast/core/deps/libzip/lib/zip_ftell.c */, + 9DEFE7F671B5415D9B4DCD4A /* ../flycast/core/deps/libzip/lib/zip_get_archive_comment.c */, + 4F6CF26D359547879C28379C /* ../flycast/core/deps/libzip/lib/zip_get_archive_flag.c */, + CC57ADD8DD6D44C0BADE1D4F /* ../flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c */, + DFA486E2E44D4634AD7666C9 /* ../flycast/core/deps/libzip/lib/zip_get_file_comment.c */, + C73EB659DF1A427191BD275A /* ../flycast/core/deps/libzip/lib/zip_get_name.c */, + 822BFEDCE8444FAA85D64C19 /* ../flycast/core/deps/libzip/lib/zip_get_num_entries.c */, + 43DEF73BC7E6422F88B716FC /* ../flycast/core/deps/libzip/lib/zip_get_num_files.c */, + A6420544456B4DB9AF56B665 /* ../flycast/core/deps/libzip/lib/zip_hash.c */, + 0CD12015D62A432889DF0744 /* ../flycast/core/deps/libzip/lib/zip_io_util.c */, + D76587692C3C4286AC91E6E7 /* ../flycast/core/deps/libzip/lib/zip_libzip_version.c */, + 58284972D0534DCEBF6C0C72 /* ../flycast/core/deps/libzip/lib/zip_memdup.c */, + 43BFAA42D30743FABC0232D8 /* ../flycast/core/deps/libzip/lib/zip_name_locate.c */, + C28BCA1E683E4C6A9F8678F9 /* ../flycast/core/deps/libzip/lib/zip_new.c */, + 19591EFE1EF1457D950D9241 /* ../flycast/core/deps/libzip/lib/zip_open.c */, + 7B8545AAEECD402291E9085D /* ../flycast/core/deps/libzip/lib/zip_pkware.c */, + 895063BED0B64B818D54B86F /* ../flycast/core/deps/libzip/lib/zip_progress.c */, + 19D4ABBCB2DD40C982EAA96B /* ../flycast/core/deps/libzip/lib/zip_random_unix.c */, + 1426CEB9FB20491BB31C5E4B /* ../flycast/core/deps/libzip/lib/zip_rename.c */, + 853B3817CBC74AE781EAF97A /* ../flycast/core/deps/libzip/lib/zip_replace.c */, + 0CDC3A5D3A7C4548B86F26B4 /* ../flycast/core/deps/libzip/lib/zip_set_archive_comment.c */, + BFDF1AD7F2AC477391F01E25 /* ../flycast/core/deps/libzip/lib/zip_set_archive_flag.c */, + 21193E27EE504456B34FB276 /* ../flycast/core/deps/libzip/lib/zip_set_default_password.c */, + 59EB4028C3874DC284DEE658 /* ../flycast/core/deps/libzip/lib/zip_set_file_comment.c */, + F5619FD86404435DBCA9ED47 /* ../flycast/core/deps/libzip/lib/zip_set_file_compression.c */, + 8B63002F6D444F90838A672C /* ../flycast/core/deps/libzip/lib/zip_set_name.c */, + 593DE5611BC842BFB3760E6E /* ../flycast/core/deps/libzip/lib/zip_source_accept_empty.c */, + 9893558F79FD47879F8AFDF0 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write.c */, + 175F5614BFD344A0AA6B0530 /* ../flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c */, + 90FBB65D26594EAF9991AA49 /* ../flycast/core/deps/libzip/lib/zip_source_buffer.c */, + 2C47C7246A8347F98C99EF10 /* ../flycast/core/deps/libzip/lib/zip_source_call.c */, + 749ECA21F8E340A098B2FD77 /* ../flycast/core/deps/libzip/lib/zip_source_close.c */, + D4168ECEB5F1450090001D78 /* ../flycast/core/deps/libzip/lib/zip_source_commit_write.c */, + 54714A3139F1440B9E5B2B2E /* ../flycast/core/deps/libzip/lib/zip_source_compress.c */, + DD01ECE846244621BA4F6F23 /* ../flycast/core/deps/libzip/lib/zip_source_crc.c */, + 82CC0F1572194546BFCF97AD /* ../flycast/core/deps/libzip/lib/zip_source_error.c */, + 79F9B1D8849A484DB6FDFD8D /* ../flycast/core/deps/libzip/lib/zip_source_file_common.c */, + F30EEE12FA934DA09832E09F /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio.c */, + 3BDD12CC390146AA8A5AA23C /* ../flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c */, + FC610851DF744808906A6863 /* ../flycast/core/deps/libzip/lib/zip_source_free.c */, + 9B3AA8B8D80040A08668252D /* ../flycast/core/deps/libzip/lib/zip_source_function.c */, + 7EB885BEFAB446B6AACF417D /* ../flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c */, + 2501766CF85A4E8BB473ACCE /* ../flycast/core/deps/libzip/lib/zip_source_is_deleted.c */, + 076E8DBC936A4A08A45903FE /* ../flycast/core/deps/libzip/lib/zip_source_layered.c */, + 1D210D3061674FDB839EA8A8 /* ../flycast/core/deps/libzip/lib/zip_source_open.c */, + 62E3BD6D4B324C0A88852481 /* ../flycast/core/deps/libzip/lib/zip_source_pass_to_lower_layer.c */, + FA52112BE8EB4E989289737E /* ../flycast/core/deps/libzip/lib/zip_source_pkware_decode.c */, + 014FD3F445BA4200B7A03EA0 /* ../flycast/core/deps/libzip/lib/zip_source_pkware_encode.c */, + 874583557EF5491FBB398DDA /* ../flycast/core/deps/libzip/lib/zip_source_read.c */, + 623EA2865AD1440E9E60C50E /* ../flycast/core/deps/libzip/lib/zip_source_remove.c */, + 3DED1C88F26643B3B488A4BF /* ../flycast/core/deps/libzip/lib/zip_source_rollback_write.c */, + 9BAF696DDFEB431999BBC514 /* ../flycast/core/deps/libzip/lib/zip_source_seek.c */, + B7811B54EE974D23BE4392CE /* ../flycast/core/deps/libzip/lib/zip_source_seek_write.c */, + C1C3473968194268BD2BC260 /* ../flycast/core/deps/libzip/lib/zip_source_stat.c */, + 84F364336C754AED8DD29363 /* ../flycast/core/deps/libzip/lib/zip_source_supports.c */, + 30CDF74E0A4F4AC987668C38 /* ../flycast/core/deps/libzip/lib/zip_source_tell.c */, + 2034326026B74C3982EC3029 /* ../flycast/core/deps/libzip/lib/zip_source_tell_write.c */, + 0C7BB9E453204A2592B367BD /* ../flycast/core/deps/libzip/lib/zip_source_window.c */, + 5B09873D3C044444AF6B8559 /* ../flycast/core/deps/libzip/lib/zip_source_write.c */, + BA7C353A48744A45B4A3D67E /* ../flycast/core/deps/libzip/lib/zip_source_zip.c */, + 2E538E9C29174A7B899EC7D4 /* ../flycast/core/deps/libzip/lib/zip_source_zip_new.c */, + A711B8C6A95643859C13022A /* ../flycast/core/deps/libzip/lib/zip_stat.c */, + 3A21436D93714346827E207F /* ../flycast/core/deps/libzip/lib/zip_stat_index.c */, + 0EFED878C1EF4EC49C5ABAD9 /* ../flycast/core/deps/libzip/lib/zip_stat_init.c */, + 04F412CCDD324622B414E104 /* ../flycast/core/deps/libzip/lib/zip_strerror.c */, + 9EF25ABE684D40CF9B10B5D1 /* ../flycast/core/deps/libzip/lib/zip_string.c */, + 600A1885094845E190F2C2D5 /* ../flycast/core/deps/libzip/lib/zip_unchange.c */, + DF57F8E43E1E45B58163FE0A /* ../flycast/core/deps/libzip/lib/zip_unchange_all.c */, + F34112857EAA420D8F7106E9 /* ../flycast/core/deps/libzip/lib/zip_unchange_archive.c */, + DD4E3616ED504DC99552D2A4 /* ../flycast/core/deps/libzip/lib/zip_unchange_data.c */, + A9D1B73E2EB2460A8CD7AD2C /* ../flycast/core/deps/libzip/lib/zip_utf-8.c */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - B3C3C5EE74D34BACA6E52F2A /* PBXTargetDependency */ = { + 016A23B68B6941F0942AA05F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 410526CDA7D74B45BEC23CBC /* PBXContainerItemProxy */; + target = BFE014D0F91E05E8EAF0406F /* dist */; + targetProxy = 17B8DB60A7354A3F81BE809E /* PBXContainerItemProxy */; }; - B5BDC3EEB6504FCFB6AD5EAB /* PBXTargetDependency */ = { + 54A5FCD0146940A99F00681E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7AA1697EDEC0ABD31E514DBF /* zip */; - targetProxy = 8F7CF8F927AC47718FFF2DFE /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = C780B53F5CD64665A1045496 /* PBXContainerItemProxy */; }; - D08E26187C564218B6F7FD20 /* PBXTargetDependency */ = { + 915BC106434E431C834E896B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = F2179F8961F94B8A8E2A88C2 /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 145BB6807F8B43629AD2D0B7 /* PBXContainerItemProxy */; }; - EA0A4A6E18EC4A7188498A9B /* PBXTargetDependency */ = { + BB7288A6A5BA4101A98014E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 6E4F42D797214EA7BDA4BBEF /* PBXContainerItemProxy */; + target = 7AA1697EDEC0ABD31E514DBF /* zip */; + targetProxy = C795222564C44D7A924402FE /* PBXContainerItemProxy */; }; - EF129EC979124754B5A11177 /* PBXTargetDependency */ = { + CD13117059CC460682156979 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = BFE014D0F91E05E8EAF0406F /* dist */; - targetProxy = 49408F7C33F14798B2C742BE /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = C202B62692B3463B90FE6DEC /* PBXContainerItemProxy */; }; - F26C36F60F6D48B198FDCACE /* PBXTargetDependency */ = { + EF7DD0D6FA824D0384D45FF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = AC0C9C2599FD45BF89FF4497 /* PBXContainerItemProxy */; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = B0216A2777DC4C6F9F92760D /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 207ED6C03B424BA5AB277655 /* Debug */ = { + 0086CCC00BA04AE4BCCE360E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/libzip/lib,../cmake/core/deps/libzip,"$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -fPIC -fvisibility=hidden ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = zip; SECTORDER_FLAGS = ""; + SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib","../flycast/core/deps/libchdr/deps/zlib-1.3.1","../cmake/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = Debug; }; - 22D082CF47ED46C4B3ED4876 /* Release */ = { + 067EC95D08FC4AF5BC497ECB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1158,14 +1216,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = dist; + PRODUCT_NAME = distcheck; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = Release; }; - 244861094B824CE6807DC217 /* MinSizeRel */ = { + 07E445D6713A4F2EACA68181 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1178,48 +1236,44 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = dist; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; - }; - 356C66B363AA4D448CE9717B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = Release; + name = Debug; }; - 3DFA27A02AC1403BA60276F1 /* MinSizeRel */ = { + 094C4340102249F4AEBE14FE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/libzip/lib,../cmake/core/deps/libzip,"$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC -fvisibility=hidden ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = distcheck; + PRODUCT_NAME = zip; SECTORDER_FLAGS = ""; + SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib","../flycast/core/deps/libchdr/deps/zlib-1.3.1","../cmake/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Release; }; - 424E54C9052C45AF89A51D89 /* Release */ = { + 15B013DFC1754A13B71E038B /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1232,14 +1286,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = dist; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - 47A1DCFD12FC409190111B48 /* Debug */ = { + 243DF1D378774D57B727962D /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1252,14 +1306,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - 4FC83F153B324F559B83BAD5 /* Debug */ = { + 32D85E50A23A45ACBCD3C83C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1272,74 +1326,54 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = distcheck; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - 59EEB70B1D0C4263965C7A5A /* Debug */ = { + 39225C584A60434E8E1822FE /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libzip/lib,../cmake/core/deps/libzip,"$(inherited)"); INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = zip; + PRODUCT_NAME = distcheck; SECTORDER_FLAGS = ""; - SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zlib-1.2.11","$(inherited)"); - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - 60818C454B8B46E29A85BF71 /* MinSizeRel */ = { + 400CA87D1B1F48C29E27A978 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libzip/lib,../cmake/core/deps/libzip,"$(inherited)"); INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = zip; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; - SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zlib-1.2.11","$(inherited)"); - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Release; }; - 6795B95E3E5F4D01AE5E99D8 /* Release */ = { + 41F011AD8C224940939F3EC4 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1357,9 +1391,9 @@ exit 0"; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - 7A5AA6CE16D94B1C8B2995BB /* MinSizeRel */ = { + 57146D88DAA740F3B66AB3D9 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1372,14 +1406,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = MinSizeRel; }; - 7BA12A844BAB417F88C8A8A6 /* RelWithDebInfo */ = { + 5E4F070910B84477943A0B38 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1392,34 +1426,85 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = dist; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Release; + }; + 5F092345FD45494E9C8371B5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = Release; + }; + 63F79E121B614CB8B8464CF2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + BUILD_DIR = ../lib; + }; + name = Debug; }; - 7F48749CBCEC4107A0CEA67B /* Release */ = { + 6D194C3303094F01BE1C20C9 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = MinSizeRel; + }; + 7B390E3B5AA14046AA25D2E6 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/libzip/lib,../cmake/core/deps/libzip,"$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC -fvisibility=hidden ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = distcheck; + PRODUCT_NAME = zip; SECTORDER_FLAGS = ""; + SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib","../flycast/core/deps/libchdr/deps/zlib-1.3.1","../cmake/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - 97BDE3C7D21C476D932D7241 /* RelWithDebInfo */ = { + 8A6E51BE18BB4CFBB0198676 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1437,9 +1522,23 @@ exit 0"; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; + name = MinSizeRel; + }; + 90FF139DF7A24B1A85638E51 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; name = RelWithDebInfo; }; - 990BE9FEF26F4C38AD4B8E78 /* RelWithDebInfo */ = { + AFAC3414F3334206A777A12F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1452,44 +1551,34 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Debug; }; - 9F50D1E172C0457EAFDE9F54 /* Release */ = { + B63AF3DED0614A87BDE080CA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libzip/lib,../cmake/core/deps/libzip,"$(inherited)"); INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = zip; + PRODUCT_NAME = dist; SECTORDER_FLAGS = ""; - SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zlib-1.2.11","$(inherited)"); - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = Debug; }; - B0B0F359CE314055B8262357 /* MinSizeRel */ = { + B98C665F440643D98F714F0D /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1502,14 +1591,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = RelWithDebInfo; }; - B5DD338D81B04C2B970A003E /* Debug */ = { + CD1F9A275FE34571B2C861FD /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1527,9 +1616,9 @@ exit 0"; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - B8E38A1AB56B402188B6213D /* RelWithDebInfo */ = { + D0CAC6C520A846D2B42A2BD1 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1547,19 +1636,19 @@ exit 0"; INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_CFLAGS = (" -DNDEBUG -fPIC -fvisibility=hidden ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; PRODUCT_NAME = zip; SECTORDER_FLAGS = ""; - SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zlib-1.2.11","$(inherited)"); + SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib","../flycast/core/deps/libchdr/deps/zlib-1.3.1","../cmake/core/deps/libchdr/deps/zlib-1.3.1","$(inherited)"); USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = RelWithDebInfo; }; - B8F057D2054848D88CF90C6B /* RelWithDebInfo */ = { + D55D180B8A3045BABE923FF6 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1572,55 +1661,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = dist; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; - }; - B9C3D6CA2BF74413A721E045 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = MinSizeRel; - }; - C48A2D9F22264186B7966138 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = RelWithDebInfo; - }; - C5AD677D5C0748D4870DF786 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - BUILD_DIR = ../lib; - }; name = Debug; }; - EE8BB8F2F2AD4A64B58401A6 /* RelWithDebInfo */ = { + D60E1EFCBF5146CAAA7B4E73 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1640,7 +1688,7 @@ exit 0"; }; name = RelWithDebInfo; }; - F307CB1B006945C0873B260F /* Debug */ = { + E44578C5B9C7476D87328B5D /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1653,14 +1701,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = MinSizeRel; }; - F37F4E5F128F459683384D18 /* MinSizeRel */ = { + E5DF6FFA29A8450D846E0422 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1673,14 +1721,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = distcheck; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Debug; }; - F3D1E8F4CE0A45F691D7F68A /* Release */ = { + F5D9DFEDD05C4961A4FA6EB9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1703,84 +1751,84 @@ exit 0"; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0D807AA4684B4FBBBD2B8275 /* Build configuration list for PBXProject "libzip" */ = { + 0E880ACD52C649759C83BCA0 /* Build configuration list for PBXAggregateTarget "dist" */ = { isa = XCConfigurationList; buildConfigurations = ( - C5AD677D5C0748D4870DF786 /* Debug */, - 356C66B363AA4D448CE9717B /* Release */, - B9C3D6CA2BF74413A721E045 /* MinSizeRel */, - C48A2D9F22264186B7966138 /* RelWithDebInfo */, + B63AF3DED0614A87BDE080CA /* Debug */, + 5E4F070910B84477943A0B38 /* Release */, + 15B013DFC1754A13B71E038B /* MinSizeRel */, + CD1F9A275FE34571B2C861FD /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 179F7C6999F742F38C30960A /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + 1F001F1783CF44A18AD41776 /* Build configuration list for PBXAggregateTarget "install" */ = { isa = XCConfigurationList; buildConfigurations = ( - F307CB1B006945C0873B260F /* Debug */, - F3D1E8F4CE0A45F691D7F68A /* Release */, - F37F4E5F128F459683384D18 /* MinSizeRel */, - 990BE9FEF26F4C38AD4B8E78 /* RelWithDebInfo */, + 07E445D6713A4F2EACA68181 /* Debug */, + 400CA87D1B1F48C29E27A978 /* Release */, + E44578C5B9C7476D87328B5D /* MinSizeRel */, + D60E1EFCBF5146CAAA7B4E73 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 1AA1F7F7E8814709AED466BE /* Build configuration list for PBXAggregateTarget "dist" */ = { + 35ACEA96BAEC4337B60BE835 /* Build configuration list for PBXNativeTarget "zip" */ = { isa = XCConfigurationList; buildConfigurations = ( - B5DD338D81B04C2B970A003E /* Debug */, - 22D082CF47ED46C4B3ED4876 /* Release */, - 244861094B824CE6807DC217 /* MinSizeRel */, - B8F057D2054848D88CF90C6B /* RelWithDebInfo */, + 0086CCC00BA04AE4BCCE360E /* Debug */, + 094C4340102249F4AEBE14FE /* Release */, + 7B390E3B5AA14046AA25D2E6 /* MinSizeRel */, + D0CAC6C520A846D2B42A2BD1 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 5156CC6A9EDA49B1AA799823 /* Build configuration list for PBXNativeTarget "zip" */ = { + 4A15A29F9763435596328EDD /* Build configuration list for PBXProject "libzip" */ = { isa = XCConfigurationList; buildConfigurations = ( - 59EEB70B1D0C4263965C7A5A /* Debug */, - 9F50D1E172C0457EAFDE9F54 /* Release */, - 60818C454B8B46E29A85BF71 /* MinSizeRel */, - B8E38A1AB56B402188B6213D /* RelWithDebInfo */, + 63F79E121B614CB8B8464CF2 /* Debug */, + 5F092345FD45494E9C8371B5 /* Release */, + 6D194C3303094F01BE1C20C9 /* MinSizeRel */, + 90FF139DF7A24B1A85638E51 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 5D2F9A5F0C4F4569B47C2DCB /* Build configuration list for PBXAggregateTarget "distcheck" */ = { + 4EE8EB9D31294EB9894E10D1 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4FC83F153B324F559B83BAD5 /* Debug */, - 7F48749CBCEC4107A0CEA67B /* Release */, - 3DFA27A02AC1403BA60276F1 /* MinSizeRel */, - 97BDE3C7D21C476D932D7241 /* RelWithDebInfo */, + AFAC3414F3334206A777A12F /* Debug */, + 32D85E50A23A45ACBCD3C83C /* Release */, + 41F011AD8C224940939F3EC4 /* MinSizeRel */, + 243DF1D378774D57B727962D /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 7D6BB430282B49B1913A62D6 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + 60E311D673884B649D9A1D02 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { isa = XCConfigurationList; buildConfigurations = ( - 207ED6C03B424BA5AB277655 /* Debug */, - 6795B95E3E5F4D01AE5E99D8 /* Release */, - 7A5AA6CE16D94B1C8B2995BB /* MinSizeRel */, - 7BA12A844BAB417F88C8A8A6 /* RelWithDebInfo */, + D55D180B8A3045BABE923FF6 /* Debug */, + F5D9DFEDD05C4961A4FA6EB9 /* Release */, + 57146D88DAA740F3B66AB3D9 /* MinSizeRel */, + B98C665F440643D98F714F0D /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 8F4C32530C5647B8A09297B6 /* Build configuration list for PBXAggregateTarget "install" */ = { + 8C2896B2C28B4901B2502C94 /* Build configuration list for PBXAggregateTarget "distcheck" */ = { isa = XCConfigurationList; buildConfigurations = ( - 47A1DCFD12FC409190111B48 /* Debug */, - 424E54C9052C45AF89A51D89 /* Release */, - B0B0F359CE314055B8262357 /* MinSizeRel */, - EE8BB8F2F2AD4A64B58401A6 /* RelWithDebInfo */, + E5DF6FFA29A8450D846E0422 /* Debug */, + 067EC95D08FC4AF5BC497ECB /* Release */, + 8A6E51BE18BB4CFBB0198676 /* MinSizeRel */, + 39225C584A60434E8E1822FE /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = 55D58564DBD84E2EAFB571B8 /* Project object */; + rootObject = B5E4E21FA40E47F7A0A0A621 /* Project object */; } diff --git a/Cores/Flycast/cmake/core/deps/libzip/regress/nihtest.conf b/Cores/Flycast/cmake/core/deps/libzip/regress/nihtest.conf deleted file mode 100755 index b4cce03b4b..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/regress/nihtest.conf +++ /dev/null @@ -1,4 +0,0 @@ -default-program ziptool_regress -source-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/regress -top-build-directory /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libzip -file-compare zip zip ../src/zipcmp -pv diff --git a/Cores/Flycast/cmake/core/deps/libzip/regress/runtest b/Cores/Flycast/cmake/core/deps/libzip/regress/runtest deleted file mode 100755 index 52bd147959..0000000000 --- a/Cores/Flycast/cmake/core/deps/libzip/regress/runtest +++ /dev/null @@ -1,60 +0,0 @@ -#!/usr/bin/env perl - -# runtest -- run regression tests -# Copyright (C) 2002-2014 Dieter Baron and Thomas Klausner -# -# This file is part of ckmame, a program to check rom sets for MAME. -# The authors can be contacted at -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# 3. The names of the authors may not be used to endorse or promote -# products derived from this software without specific prior -# written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -use strict; - -BEGIN { push @INC, '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/regress'; } - -use NiHTest; - -my $test = NiHTest::new({ default_program => 'ziptool_regress', srcdir => '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/libzip/regress', top_builddir => '/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/core/deps/libzip', zipcmp => '../../src/zipcmp', zipcmp_flags => '-p' }); - -sub mangle_test { - my ($test, $variant) = @_; - - if (defined($test->{test}->{preload})) { - if (!defined($test->{test}->{features})) { - $test->{test}->{features} = []; - } - push @{$test->{test}->{features}}, 'SHARED'; - } - - return 1; -} - - -$test->add_comparator('zip/zip', \&NiHTest::comparator_zip); -$test->add_hook('post_parse', \&mangle_test); - -$test->run(@ARGV); diff --git a/Cores/Flycast/cmake/core/deps/libzip/zipconf.h b/Cores/Flycast/cmake/core/deps/libzip/zipconf.h index fea0722f28..20a700f15a 100644 --- a/Cores/Flycast/cmake/core/deps/libzip/zipconf.h +++ b/Cores/Flycast/cmake/core/deps/libzip/zipconf.h @@ -8,10 +8,10 @@ based on ../cmake-zipconf.h.in. */ -#define LIBZIP_VERSION "1.7.3.1" +#define LIBZIP_VERSION "1.10.1" #define LIBZIP_VERSION_MAJOR 1 -#define LIBZIP_VERSION_MINOR 7 -#define LIBZIP_VERSION_MICRO 3 +#define LIBZIP_VERSION_MINOR 10 +#define LIBZIP_VERSION_MICRO 1 #define ZIP_STATIC diff --git a/Cores/Flycast/cmake/core/deps/miniupnpc/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/core/deps/miniupnpc/CMakeScripts/ReRunCMake.make deleted file mode 100644 index 4058208154..0000000000 --- a/Cores/Flycast/cmake/core/deps/miniupnpc/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,14 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/miniupnpc/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/miniupnpc/miniupnpc.pc.in)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/miniupnpc/miniupnpcstrings.h.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/GNUInstallDirs.cmake)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/core/deps/miniupnpc/MinSizeRel-iphoneos/libminiupnpc.a b/Cores/Flycast/cmake/core/deps/miniupnpc/MinSizeRel-iphoneos/libminiupnpc.a deleted file mode 100644 index 29ba6a39ec..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/miniupnpc/MinSizeRel-iphoneos/libminiupnpc.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/miniupnpc/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/miniupnpc/cmake_install.cmake deleted file mode 100644 index 706b5fb75a..0000000000 --- a/Cores/Flycast/cmake/core/deps/miniupnpc/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/miniupnpc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/miniupnpc/miniupnpc.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/miniupnpc/miniupnpc.xcodeproj/project.pbxproj index cda204065f..780d3e9f14 100644 --- a/Cores/Flycast/cmake/core/deps/miniupnpc/miniupnpc.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/core/deps/miniupnpc/miniupnpc.xcodeproj/project.pbxproj @@ -7,21 +7,21 @@ objects = { /* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { + 1148ED2E9013F6047A670D47 /* install */ = { isa = PBXAggregateTarget; - buildConfigurationList = 5E682857E9C745FD95BED749 /* Build configuration list for PBXAggregateTarget "install" */; + buildConfigurationList = 117AEEB723364ED299011231 /* Build configuration list for PBXAggregateTarget "install" */; buildPhases = ( 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, ); dependencies = ( - D53E684A675F42979F7CF3DE /* PBXTargetDependency */, + 167B40D66AF244E59ACBA60C /* PBXTargetDependency */, ); name = install; productName = install; }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { isa = PBXAggregateTarget; - buildConfigurationList = F231F5C49BCE41118175B54D /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildConfigurationList = 955EA07A0AEC472FB77B9A52 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; buildPhases = ( D236A3B5E8BC1909226878EF /* Generate CMakeFiles/ZERO_CHECK */, ); @@ -30,15 +30,15 @@ name = ZERO_CHECK; productName = ZERO_CHECK; }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { isa = PBXAggregateTarget; - buildConfigurationList = 018644F4652A40DCB92599A9 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildConfigurationList = 0131BDF39D5C4562B46D4D42 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; buildPhases = ( F6DE23956123235E524E44E3 /* Generate CMakeFiles/ALL_BUILD */, ); dependencies = ( - 33186E5195994A379244615F /* PBXTargetDependency */, - 558D33C929EA4E61AFC3EEA8 /* PBXTargetDependency */, + 98DB1FAB8E5041ADAFD54FD1 /* PBXTargetDependency */, + 1BD597F3C2A14318B923A549 /* PBXTargetDependency */, ); name = ALL_BUILD; productName = ALL_BUILD; @@ -46,111 +46,111 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 073A23A73C00441492A76854 /* ../flycast/core/deps/miniupnpc/src/miniupnpc.c */ = {isa = PBXBuildFile; fileRef = D111BF4C5C4C493CACA8216D /* ../flycast/core/deps/miniupnpc/src/miniupnpc.c */; }; - 219152457F3C49C7B1C705B9 /* ../flycast/core/deps/miniupnpc/src/receivedata.c */ = {isa = PBXBuildFile; fileRef = 7699E9F64ECF4764B35817D8 /* ../flycast/core/deps/miniupnpc/src/receivedata.c */; }; - 2B535D6992A04A8595044D89 /* ../flycast/core/deps/miniupnpc/src/miniwget.c */ = {isa = PBXBuildFile; fileRef = C82A7D643BD34D49B06F902E /* ../flycast/core/deps/miniupnpc/src/miniwget.c */; }; - 3162D9D690534AA2AB380FC0 /* ../flycast/core/deps/miniupnpc/src/upnperrors.c */ = {isa = PBXBuildFile; fileRef = 2DDA9C619952483494178FB5 /* ../flycast/core/deps/miniupnpc/src/upnperrors.c */; }; - 321493F620624B3C8F8AD2F3 /* ../flycast/core/deps/miniupnpc/src/connecthostport.c */ = {isa = PBXBuildFile; fileRef = 9196615ED3094B94807ED281 /* ../flycast/core/deps/miniupnpc/src/connecthostport.c */; }; - 6BBC3B583CA8493A9763386A /* ../flycast/core/deps/miniupnpc/src/minixml.c */ = {isa = PBXBuildFile; fileRef = 844BE9445F9E490E85D9E0F7 /* ../flycast/core/deps/miniupnpc/src/minixml.c */; }; - 8B96732BD7984203BBBD6C4D /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9DF06C6E0198441C85A1DE09 /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */; }; - 90178E5C0A9F468683C1104D /* ../cmake/core/deps/miniupnpc/miniupnpcstrings.h */ = {isa = PBXBuildFile; fileRef = 126726ECF36648598E48A670 /* ../cmake/core/deps/miniupnpc/miniupnpcstrings.h */; }; - 92552A88B3E84F55AE7E3900 /* ../flycast/core/deps/miniupnpc/src/addr_is_reserved.c */ = {isa = PBXBuildFile; fileRef = 45010D702BDF4B5D892B0AE2 /* ../flycast/core/deps/miniupnpc/src/addr_is_reserved.c */; }; - 954B7896F5EE41949949F03F /* ../flycast/core/deps/miniupnpc/src/portlistingparse.c */ = {isa = PBXBuildFile; fileRef = 6A6FEA8FF9BD4517A971DCBF /* ../flycast/core/deps/miniupnpc/src/portlistingparse.c */; }; - C708F1407C5C4A9DB7E5FE2E /* ../flycast/core/deps/miniupnpc/src/upnpreplyparse.c */ = {isa = PBXBuildFile; fileRef = 8110FBD05A54412D9B2D6F3D /* ../flycast/core/deps/miniupnpc/src/upnpreplyparse.c */; }; - C87672C5F8B84E59870AC0A0 /* ../flycast/core/deps/miniupnpc/src/minissdpc.c */ = {isa = PBXBuildFile; fileRef = B65A65FA8FA5435B8CECA67F /* ../flycast/core/deps/miniupnpc/src/minissdpc.c */; }; - C94965420C4E4EAC8D2E3743 /* ../flycast/core/deps/miniupnpc/src/upnpcommands.c */ = {isa = PBXBuildFile; fileRef = EEDA0D1343424CD8A71C537B /* ../flycast/core/deps/miniupnpc/src/upnpcommands.c */; }; - CE3B587E7F1C4A2B94DAC46A /* ../flycast/core/deps/miniupnpc/src/minisoap.c */ = {isa = PBXBuildFile; fileRef = 598E1054065A4BBF964561CF /* ../flycast/core/deps/miniupnpc/src/minisoap.c */; }; - E6B5BEF319264F91A3EEAD6F /* ../flycast/core/deps/miniupnpc/src/igd_desc_parse.c */ = {isa = PBXBuildFile; fileRef = 27DBEA4C190C49B1A8B59133 /* ../flycast/core/deps/miniupnpc/src/igd_desc_parse.c */; }; - E8DE0A201D8A4D7AA2246B06 /* ../flycast/core/deps/miniupnpc/src/upnpdev.c */ = {isa = PBXBuildFile; fileRef = D6FC9E9E27E84B608305E63F /* ../flycast/core/deps/miniupnpc/src/upnpdev.c */; }; - EEB042C531FB4CD2B14B6B17 /* ../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = AA2882E2BD494289B86090A0 /* ../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist */; }; + 1FE36849D4534353A2E6F29F /* ../cmake/core/deps/miniupnpc/miniupnpcstrings.h */ = {isa = PBXBuildFile; fileRef = BF06A07DA7244F0FB115ADD9 /* ../cmake/core/deps/miniupnpc/miniupnpcstrings.h */; }; + 241C92E2BA624712A426A71E /* ../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 7C4F9AEBD99045E39D233C53 /* ../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist */; }; + 26302F22AE2449AEAB5352E5 /* ../flycast/core/deps/miniupnpc/src/upnpreplyparse.c */ = {isa = PBXBuildFile; fileRef = F064EF3603AE46A0BF329ADE /* ../flycast/core/deps/miniupnpc/src/upnpreplyparse.c */; }; + 2AA8B45678B240C3AF6B2A32 /* ../flycast/core/deps/miniupnpc/src/minissdpc.c */ = {isa = PBXBuildFile; fileRef = 23997C0588EE4E478AA0586B /* ../flycast/core/deps/miniupnpc/src/minissdpc.c */; }; + 2EC7E51D7BBD499EA808E72F /* ../flycast/core/deps/miniupnpc/src/receivedata.c */ = {isa = PBXBuildFile; fileRef = 705C64895AFB41119BB6DCB2 /* ../flycast/core/deps/miniupnpc/src/receivedata.c */; }; + 34E489BF56FB487DA6C0B76B /* ../flycast/core/deps/miniupnpc/src/igd_desc_parse.c */ = {isa = PBXBuildFile; fileRef = 95AE930B993746DEB0DF41D6 /* ../flycast/core/deps/miniupnpc/src/igd_desc_parse.c */; }; + 53D8F459BD504C0E824504B8 /* ../flycast/core/deps/miniupnpc/src/minisoap.c */ = {isa = PBXBuildFile; fileRef = F8F6E54D44284A5EBF3F1BFA /* ../flycast/core/deps/miniupnpc/src/minisoap.c */; }; + 57B5B77E71AC49E8A496C6AA /* ../flycast/core/deps/miniupnpc/src/portlistingparse.c */ = {isa = PBXBuildFile; fileRef = 143D3DD58CB94AD89D7E98EB /* ../flycast/core/deps/miniupnpc/src/portlistingparse.c */; }; + 5FF5C41A638F477BBEE52684 /* ../flycast/core/deps/miniupnpc/src/addr_is_reserved.c */ = {isa = PBXBuildFile; fileRef = 12B20BFFF7C644E396EDC37E /* ../flycast/core/deps/miniupnpc/src/addr_is_reserved.c */; }; + 731850FFAB6345A9B20B270F /* ../flycast/core/deps/miniupnpc/src/minixml.c */ = {isa = PBXBuildFile; fileRef = 9B01407713E64271A09554EB /* ../flycast/core/deps/miniupnpc/src/minixml.c */; }; + 8265507BCEB344A487757C84 /* ../flycast/core/deps/miniupnpc/src/miniupnpc.c */ = {isa = PBXBuildFile; fileRef = 5F5FAB7A65A44C8DB893053E /* ../flycast/core/deps/miniupnpc/src/miniupnpc.c */; }; + 934B8585A2724CC090E59BDA /* ../flycast/core/deps/miniupnpc/src/connecthostport.c */ = {isa = PBXBuildFile; fileRef = AC90228BED584B8099E436A6 /* ../flycast/core/deps/miniupnpc/src/connecthostport.c */; }; + BEEDF2BE39824009A529613F /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D95A1144DF3A4F0785807643 /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */; }; + E6F7860E7A754C85BB35BEB7 /* ../flycast/core/deps/miniupnpc/src/upnpcommands.c */ = {isa = PBXBuildFile; fileRef = B2F8117BEA2B4A808EA014A4 /* ../flycast/core/deps/miniupnpc/src/upnpcommands.c */; }; + EC05082CF37B4EB6B8BF9EB3 /* ../flycast/core/deps/miniupnpc/src/upnperrors.c */ = {isa = PBXBuildFile; fileRef = A89841DA91AE422F9F8420C9 /* ../flycast/core/deps/miniupnpc/src/upnperrors.c */; }; + F07D93B39238462D9BC77A5D /* ../flycast/core/deps/miniupnpc/src/miniwget.c */ = {isa = PBXBuildFile; fileRef = A1A19E5806474253A62C4D89 /* ../flycast/core/deps/miniupnpc/src/miniwget.c */; }; + FB5E9E4873244105A2B77FED /* ../flycast/core/deps/miniupnpc/src/upnpdev.c */ = {isa = PBXBuildFile; fileRef = 57FEBBB5C8E247DBA5EB9F83 /* ../flycast/core/deps/miniupnpc/src/upnpdev.c */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ - 0A217AA5951942059B74DF36 /* Debug */ = { + 24861188D5114E45AA3661AE /* Release */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Debug; + name = Release; }; - 2782A8637CE44FC3B1B61D89 /* MinSizeRel */ = { + 908C66B71F764D249FF3A689 /* Debug */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = MinSizeRel; + name = Debug; }; - 9DD9601D44BB4FABA3576C9A /* Release */ = { + A9C8211C9E614DEBBCE4027D /* RelWithDebInfo */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Release; + name = RelWithDebInfo; }; - B249E52906AA469E9E8C42F6 /* RelWithDebInfo */ = { + E962E04950D24479B560C0E8 /* MinSizeRel */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = RelWithDebInfo; + name = MinSizeRel; }; /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ - 0959C21B5953470984005265 /* PBXContainerItemProxy */ = { + 66AC0C8F210B496481B32634 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B129BF0756BF4C14B4BE9F1B /* Project object */; + containerPortal = 29B6846338DC4781B5906617 /* Project object */; proxyType = 1; - remoteGlobalIDString = 35DBD5B78ECF44833D17B51F; - remoteInfo = "libminiupnpc-static"; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; }; - 2A6AE5A4E58A4E4ABB6D2CC9 /* PBXContainerItemProxy */ = { + 7F07D444840848E9B5D14517 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B129BF0756BF4C14B4BE9F1B /* Project object */; + containerPortal = 29B6846338DC4781B5906617 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = 35DBD5B78ECF44833D17B51F; + remoteInfo = "libminiupnpc-static"; }; - 786FFA0584664F71B5F2E2F9 /* PBXContainerItemProxy */ = { + A8CFE8EB20B04AC5B8B0E27D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B129BF0756BF4C14B4BE9F1B /* Project object */; + containerPortal = 29B6846338DC4781B5906617 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; + remoteGlobalIDString = 69835AD03873232AF422EFB0; remoteInfo = ZERO_CHECK; }; - FA383745DAFE4E2C8756BDE1 /* PBXContainerItemProxy */ = { + DA986636570A4E4B859BA010 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B129BF0756BF4C14B4BE9F1B /* Project object */; + containerPortal = 29B6846338DC4781B5906617 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; remoteInfo = ALL_BUILD; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 126726ECF36648598E48A670 /* ../cmake/core/deps/miniupnpc/miniupnpcstrings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = miniupnpcstrings.h; path = ../cmake/core/deps/miniupnpc/miniupnpcstrings.h; sourceTree = ""; }; - 27DBEA4C190C49B1A8B59133 /* ../flycast/core/deps/miniupnpc/src/igd_desc_parse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = igd_desc_parse.c; path = src/igd_desc_parse.c; sourceTree = SOURCE_ROOT; }; - 2DDA9C619952483494178FB5 /* ../flycast/core/deps/miniupnpc/src/upnperrors.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnperrors.c; path = src/upnperrors.c; sourceTree = SOURCE_ROOT; }; - 36FF52385D68423E879E0D5E /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 45010D702BDF4B5D892B0AE2 /* ../flycast/core/deps/miniupnpc/src/addr_is_reserved.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = addr_is_reserved.c; path = src/addr_is_reserved.c; sourceTree = SOURCE_ROOT; }; - 598E1054065A4BBF964561CF /* ../flycast/core/deps/miniupnpc/src/minisoap.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minisoap.c; path = src/minisoap.c; sourceTree = SOURCE_ROOT; }; - 6A6FEA8FF9BD4517A971DCBF /* ../flycast/core/deps/miniupnpc/src/portlistingparse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = portlistingparse.c; path = src/portlistingparse.c; sourceTree = SOURCE_ROOT; }; - 7699E9F64ECF4764B35817D8 /* ../flycast/core/deps/miniupnpc/src/receivedata.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = receivedata.c; path = src/receivedata.c; sourceTree = SOURCE_ROOT; }; - 8110FBD05A54412D9B2D6F3D /* ../flycast/core/deps/miniupnpc/src/upnpreplyparse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpreplyparse.c; path = src/upnpreplyparse.c; sourceTree = SOURCE_ROOT; }; - 844BE9445F9E490E85D9E0F7 /* ../flycast/core/deps/miniupnpc/src/minixml.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minixml.c; path = src/minixml.c; sourceTree = SOURCE_ROOT; }; - 9196615ED3094B94807ED281 /* ../flycast/core/deps/miniupnpc/src/connecthostport.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = connecthostport.c; path = src/connecthostport.c; sourceTree = SOURCE_ROOT; }; - 9DF06C6E0198441C85A1DE09 /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - AA2882E2BD494289B86090A0 /* ../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist"; sourceTree = ""; }; - B65A65FA8FA5435B8CECA67F /* ../flycast/core/deps/miniupnpc/src/minissdpc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minissdpc.c; path = src/minissdpc.c; sourceTree = SOURCE_ROOT; }; - C82A7D643BD34D49B06F902E /* ../flycast/core/deps/miniupnpc/src/miniwget.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = miniwget.c; path = src/miniwget.c; sourceTree = SOURCE_ROOT; }; - D111BF4C5C4C493CACA8216D /* ../flycast/core/deps/miniupnpc/src/miniupnpc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = miniupnpc.c; path = src/miniupnpc.c; sourceTree = SOURCE_ROOT; }; - D4D4CCF4CA964D31A312BFD3 /* libminiupnpc-static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libminiupnpc.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D6FC9E9E27E84B608305E63F /* ../flycast/core/deps/miniupnpc/src/upnpdev.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpdev.c; path = src/upnpdev.c; sourceTree = SOURCE_ROOT; }; - EEDA0D1343424CD8A71C537B /* ../flycast/core/deps/miniupnpc/src/upnpcommands.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpcommands.c; path = src/upnpcommands.c; sourceTree = SOURCE_ROOT; }; + 12B20BFFF7C644E396EDC37E /* ../flycast/core/deps/miniupnpc/src/addr_is_reserved.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = addr_is_reserved.c; path = src/addr_is_reserved.c; sourceTree = SOURCE_ROOT; }; + 143D3DD58CB94AD89D7E98EB /* ../flycast/core/deps/miniupnpc/src/portlistingparse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = portlistingparse.c; path = src/portlistingparse.c; sourceTree = SOURCE_ROOT; }; + 1E4DE741EC064FB0B2BF2745 /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 23997C0588EE4E478AA0586B /* ../flycast/core/deps/miniupnpc/src/minissdpc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minissdpc.c; path = src/minissdpc.c; sourceTree = SOURCE_ROOT; }; + 57FEBBB5C8E247DBA5EB9F83 /* ../flycast/core/deps/miniupnpc/src/upnpdev.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpdev.c; path = src/upnpdev.c; sourceTree = SOURCE_ROOT; }; + 5F5FAB7A65A44C8DB893053E /* ../flycast/core/deps/miniupnpc/src/miniupnpc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = miniupnpc.c; path = src/miniupnpc.c; sourceTree = SOURCE_ROOT; }; + 6C7F04CC206646ACAEAC9B8F /* libminiupnpc-static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libminiupnpc.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 705C64895AFB41119BB6DCB2 /* ../flycast/core/deps/miniupnpc/src/receivedata.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = receivedata.c; path = src/receivedata.c; sourceTree = SOURCE_ROOT; }; + 7C4F9AEBD99045E39D233C53 /* ../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist"; sourceTree = ""; }; + 95AE930B993746DEB0DF41D6 /* ../flycast/core/deps/miniupnpc/src/igd_desc_parse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = igd_desc_parse.c; path = src/igd_desc_parse.c; sourceTree = SOURCE_ROOT; }; + 9B01407713E64271A09554EB /* ../flycast/core/deps/miniupnpc/src/minixml.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minixml.c; path = src/minixml.c; sourceTree = SOURCE_ROOT; }; + A1A19E5806474253A62C4D89 /* ../flycast/core/deps/miniupnpc/src/miniwget.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = miniwget.c; path = src/miniwget.c; sourceTree = SOURCE_ROOT; }; + A89841DA91AE422F9F8420C9 /* ../flycast/core/deps/miniupnpc/src/upnperrors.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnperrors.c; path = src/upnperrors.c; sourceTree = SOURCE_ROOT; }; + AC90228BED584B8099E436A6 /* ../flycast/core/deps/miniupnpc/src/connecthostport.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = connecthostport.c; path = src/connecthostport.c; sourceTree = SOURCE_ROOT; }; + B2F8117BEA2B4A808EA014A4 /* ../flycast/core/deps/miniupnpc/src/upnpcommands.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpcommands.c; path = src/upnpcommands.c; sourceTree = SOURCE_ROOT; }; + BF06A07DA7244F0FB115ADD9 /* ../cmake/core/deps/miniupnpc/miniupnpcstrings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = miniupnpcstrings.h; path = ../cmake/core/deps/miniupnpc/miniupnpcstrings.h; sourceTree = ""; }; + D95A1144DF3A4F0785807643 /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + F064EF3603AE46A0BF329ADE /* ../flycast/core/deps/miniupnpc/src/upnpreplyparse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpreplyparse.c; path = src/upnpreplyparse.c; sourceTree = SOURCE_ROOT; }; + F8F6E54D44284A5EBF3F1BFA /* ../flycast/core/deps/miniupnpc/src/minisoap.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minisoap.c; path = src/minisoap.c; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 81C0161E4E5C48B68FC80274 /* Frameworks */ = { + F125D6B9569647ECB7902F7C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -160,101 +160,101 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0A597CFC2F6444169F5D3121 /* Header Files */ = { + 07E8CB705B8149EA9A7C7A74 /* Resources */ = { isa = PBXGroup; children = ( - 126726ECF36648598E48A670 /* ../cmake/core/deps/miniupnpc/miniupnpcstrings.h */, ); - name = "Header Files"; + name = Resources; sourceTree = ""; }; - 102AD87FE5A54325B79CDC25 /* Frameworks */ = { + 126DA0B76CFC409BBFE4F439 /* Header Files */ = { isa = PBXGroup; children = ( + BF06A07DA7244F0FB115ADD9 /* ../cmake/core/deps/miniupnpc/miniupnpcstrings.h */, ); - name = Frameworks; + name = "Header Files"; sourceTree = ""; }; - 2B3A996964D94AA7923C25DC /* CMake Rules */ = { + 1CBD5FA2502C44E990AC9B47 /* libminiupnpc-static */ = { isa = PBXGroup; children = ( + 55D5B993F2434036B2EED76A /* Source Files */, + 126DA0B76CFC409BBFE4F439 /* Header Files */, + D8A88AC7CBA94410A2D5B2CE /* Resources */, + D95A1144DF3A4F0785807643 /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */, ); - name = "CMake Rules"; + name = "libminiupnpc-static"; sourceTree = ""; }; - 345475A00AC84576811AA5E0 = { + 436F00BEAEBF463BA698107C /* Frameworks */ = { isa = PBXGroup; children = ( - A0A14D05F7284992B82B228A /* libminiupnpc-static */, - 4DB6DAD6504E4C5AAD80F798 /* ALL_BUILD */, - B6EE5DCF9C054F028DE5509A /* Products */, - 102AD87FE5A54325B79CDC25 /* Frameworks */, - 5A7A8A41849D4CCBB17FCCC8 /* Resources */, ); + name = Frameworks; sourceTree = ""; }; - 4DB6DAD6504E4C5AAD80F798 /* ALL_BUILD */ = { + 55D5B993F2434036B2EED76A /* Source Files */ = { isa = PBXGroup; children = ( - 2B3A996964D94AA7923C25DC /* CMake Rules */, - 36FF52385D68423E879E0D5E /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */, + 12B20BFFF7C644E396EDC37E /* ../flycast/core/deps/miniupnpc/src/addr_is_reserved.c */, + AC90228BED584B8099E436A6 /* ../flycast/core/deps/miniupnpc/src/connecthostport.c */, + 95AE930B993746DEB0DF41D6 /* ../flycast/core/deps/miniupnpc/src/igd_desc_parse.c */, + F8F6E54D44284A5EBF3F1BFA /* ../flycast/core/deps/miniupnpc/src/minisoap.c */, + 23997C0588EE4E478AA0586B /* ../flycast/core/deps/miniupnpc/src/minissdpc.c */, + 5F5FAB7A65A44C8DB893053E /* ../flycast/core/deps/miniupnpc/src/miniupnpc.c */, + A1A19E5806474253A62C4D89 /* ../flycast/core/deps/miniupnpc/src/miniwget.c */, + 9B01407713E64271A09554EB /* ../flycast/core/deps/miniupnpc/src/minixml.c */, + 143D3DD58CB94AD89D7E98EB /* ../flycast/core/deps/miniupnpc/src/portlistingparse.c */, + 705C64895AFB41119BB6DCB2 /* ../flycast/core/deps/miniupnpc/src/receivedata.c */, + B2F8117BEA2B4A808EA014A4 /* ../flycast/core/deps/miniupnpc/src/upnpcommands.c */, + 57FEBBB5C8E247DBA5EB9F83 /* ../flycast/core/deps/miniupnpc/src/upnpdev.c */, + A89841DA91AE422F9F8420C9 /* ../flycast/core/deps/miniupnpc/src/upnperrors.c */, + F064EF3603AE46A0BF329ADE /* ../flycast/core/deps/miniupnpc/src/upnpreplyparse.c */, ); - name = ALL_BUILD; + name = "Source Files"; sourceTree = ""; }; - 5A7A8A41849D4CCBB17FCCC8 /* Resources */ = { + 5988E3FAF0404193BD835F4E /* Products */ = { isa = PBXGroup; children = ( + 6C7F04CC206646ACAEAC9B8F /* libminiupnpc-static */, ); - name = Resources; + name = Products; sourceTree = ""; }; - A0A14D05F7284992B82B228A /* libminiupnpc-static */ = { + 6357762326594D0FABD36166 /* ALL_BUILD */ = { isa = PBXGroup; children = ( - C5A5CCF763CC42A3AF77D968 /* Source Files */, - 0A597CFC2F6444169F5D3121 /* Header Files */, - A3CED32F132244C9AD64FCC5 /* Resources */, - 9DF06C6E0198441C85A1DE09 /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */, + D247003F0F0848BBB7C1C01E /* CMake Rules */, + 1E4DE741EC064FB0B2BF2745 /* ../flycast/core/deps/miniupnpc/CMakeLists.txt */, ); - name = "libminiupnpc-static"; + name = ALL_BUILD; sourceTree = ""; }; - A3CED32F132244C9AD64FCC5 /* Resources */ = { + B31859456DC0457F857C061B = { isa = PBXGroup; children = ( - AA2882E2BD494289B86090A0 /* ../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist */, + 1CBD5FA2502C44E990AC9B47 /* libminiupnpc-static */, + 6357762326594D0FABD36166 /* ALL_BUILD */, + 5988E3FAF0404193BD835F4E /* Products */, + 436F00BEAEBF463BA698107C /* Frameworks */, + 07E8CB705B8149EA9A7C7A74 /* Resources */, ); - name = Resources; sourceTree = ""; }; - B6EE5DCF9C054F028DE5509A /* Products */ = { + D247003F0F0848BBB7C1C01E /* CMake Rules */ = { isa = PBXGroup; children = ( - D4D4CCF4CA964D31A312BFD3 /* libminiupnpc-static */, ); - name = Products; + name = "CMake Rules"; sourceTree = ""; }; - C5A5CCF763CC42A3AF77D968 /* Source Files */ = { + D8A88AC7CBA94410A2D5B2CE /* Resources */ = { isa = PBXGroup; children = ( - 45010D702BDF4B5D892B0AE2 /* ../flycast/core/deps/miniupnpc/src/addr_is_reserved.c */, - 9196615ED3094B94807ED281 /* ../flycast/core/deps/miniupnpc/src/connecthostport.c */, - 27DBEA4C190C49B1A8B59133 /* ../flycast/core/deps/miniupnpc/src/igd_desc_parse.c */, - 598E1054065A4BBF964561CF /* ../flycast/core/deps/miniupnpc/src/minisoap.c */, - B65A65FA8FA5435B8CECA67F /* ../flycast/core/deps/miniupnpc/src/minissdpc.c */, - D111BF4C5C4C493CACA8216D /* ../flycast/core/deps/miniupnpc/src/miniupnpc.c */, - C82A7D643BD34D49B06F902E /* ../flycast/core/deps/miniupnpc/src/miniwget.c */, - 844BE9445F9E490E85D9E0F7 /* ../flycast/core/deps/miniupnpc/src/minixml.c */, - 6A6FEA8FF9BD4517A971DCBF /* ../flycast/core/deps/miniupnpc/src/portlistingparse.c */, - 7699E9F64ECF4764B35817D8 /* ../flycast/core/deps/miniupnpc/src/receivedata.c */, - EEDA0D1343424CD8A71C537B /* ../flycast/core/deps/miniupnpc/src/upnpcommands.c */, - D6FC9E9E27E84B608305E63F /* ../flycast/core/deps/miniupnpc/src/upnpdev.c */, - 2DDA9C619952483494178FB5 /* ../flycast/core/deps/miniupnpc/src/upnperrors.c */, - 8110FBD05A54412D9B2D6F3D /* ../flycast/core/deps/miniupnpc/src/upnpreplyparse.c */, + 7C4F9AEBD99045E39D233C53 /* ../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist */, ); - name = "Source Files"; + name = Resources; sourceTree = ""; }; /* End PBXGroup section */ @@ -262,48 +262,48 @@ /* Begin PBXNativeTarget section */ 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */ = { isa = PBXNativeTarget; - buildConfigurationList = 124A908A9C9F4164980D12EE /* Build configuration list for PBXNativeTarget "libminiupnpc-static" */; + buildConfigurationList = 59DDFEC451724EC59FE4A23F /* Build configuration list for PBXNativeTarget "libminiupnpc-static" */; buildPhases = ( - 1508E1FD622D4EBB9D8580C8 /* Sources */, - 81C0161E4E5C48B68FC80274 /* Frameworks */, + EEF4BD3250C34180829078B7 /* Sources */, + F125D6B9569647ECB7902F7C /* Frameworks */, ); buildRules = ( ); dependencies = ( - B296EF234EFA4DB9BB932C29 /* PBXTargetDependency */, + 7AD0F823F5264DD38755D4BB /* PBXTargetDependency */, ); name = "libminiupnpc-static"; productName = "libminiupnpc-static"; - productReference = D4D4CCF4CA964D31A312BFD3 /* libminiupnpc-static */; + productReference = 6C7F04CC206646ACAEAC9B8F /* libminiupnpc-static */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - B129BF0756BF4C14B4BE9F1B /* Project object */ = { + 29B6846338DC4781B5906617 /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 1620; }; - buildConfigurationList = 43166559B78F44628D1C730C /* Build configuration list for PBXProject "miniupnpc" */; + buildConfigurationList = 3DE63E52C518453AAEBAF498 /* Build configuration list for PBXProject "miniupnpc" */; buildSettings = { }; buildStyles = ( - 0A217AA5951942059B74DF36 /* Debug */, - 9DD9601D44BB4FABA3576C9A /* Release */, - 2782A8637CE44FC3B1B61D89 /* MinSizeRel */, - B249E52906AA469E9E8C42F6 /* RelWithDebInfo */, + 908C66B71F764D249FF3A689 /* Debug */, + 24861188D5114E45AA3661AE /* Release */, + E962E04950D24479B560C0E8 /* MinSizeRel */, + A9C8211C9E614DEBBCE4027D /* RelWithDebInfo */, ); compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; - mainGroup = 345475A00AC84576811AA5E0; + mainGroup = B31859456DC0457F857C061B; projectDirPath = ../flycast/core/deps/miniupnpc; projectRoot = ""; targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, - 11E917AB434F844A6CA3AEDF /* install */, + B727D2F61FE22951697F0BAD /* ALL_BUILD */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, + 1148ED2E9013F6047A670D47 /* install */, 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */, ); }; @@ -354,19 +354,19 @@ exit 0"; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../cmake/core/deps/miniupnpc - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : cd ../cmake/core/deps/miniupnpc - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../cmake/core/deps/miniupnpc - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../cmake/core/deps/miniupnpc - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; showEnvVarsInLog = 0; @@ -455,110 +455,94 @@ fi /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 1508E1FD622D4EBB9D8580C8 /* Sources */ = { + EEF4BD3250C34180829078B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 92552A88B3E84F55AE7E3900 /* ../flycast/core/deps/miniupnpc/src/addr_is_reserved.c */, - 321493F620624B3C8F8AD2F3 /* ../flycast/core/deps/miniupnpc/src/connecthostport.c */, - E6B5BEF319264F91A3EEAD6F /* ../flycast/core/deps/miniupnpc/src/igd_desc_parse.c */, - CE3B587E7F1C4A2B94DAC46A /* ../flycast/core/deps/miniupnpc/src/minisoap.c */, - C87672C5F8B84E59870AC0A0 /* ../flycast/core/deps/miniupnpc/src/minissdpc.c */, - 073A23A73C00441492A76854 /* ../flycast/core/deps/miniupnpc/src/miniupnpc.c */, - 2B535D6992A04A8595044D89 /* ../flycast/core/deps/miniupnpc/src/miniwget.c */, - 6BBC3B583CA8493A9763386A /* ../flycast/core/deps/miniupnpc/src/minixml.c */, - 954B7896F5EE41949949F03F /* ../flycast/core/deps/miniupnpc/src/portlistingparse.c */, - 219152457F3C49C7B1C705B9 /* ../flycast/core/deps/miniupnpc/src/receivedata.c */, - C94965420C4E4EAC8D2E3743 /* ../flycast/core/deps/miniupnpc/src/upnpcommands.c */, - E8DE0A201D8A4D7AA2246B06 /* ../flycast/core/deps/miniupnpc/src/upnpdev.c */, - 3162D9D690534AA2AB380FC0 /* ../flycast/core/deps/miniupnpc/src/upnperrors.c */, - C708F1407C5C4A9DB7E5FE2E /* ../flycast/core/deps/miniupnpc/src/upnpreplyparse.c */, + 5FF5C41A638F477BBEE52684 /* ../flycast/core/deps/miniupnpc/src/addr_is_reserved.c */, + 934B8585A2724CC090E59BDA /* ../flycast/core/deps/miniupnpc/src/connecthostport.c */, + 34E489BF56FB487DA6C0B76B /* ../flycast/core/deps/miniupnpc/src/igd_desc_parse.c */, + 53D8F459BD504C0E824504B8 /* ../flycast/core/deps/miniupnpc/src/minisoap.c */, + 2AA8B45678B240C3AF6B2A32 /* ../flycast/core/deps/miniupnpc/src/minissdpc.c */, + 8265507BCEB344A487757C84 /* ../flycast/core/deps/miniupnpc/src/miniupnpc.c */, + F07D93B39238462D9BC77A5D /* ../flycast/core/deps/miniupnpc/src/miniwget.c */, + 731850FFAB6345A9B20B270F /* ../flycast/core/deps/miniupnpc/src/minixml.c */, + 57B5B77E71AC49E8A496C6AA /* ../flycast/core/deps/miniupnpc/src/portlistingparse.c */, + 2EC7E51D7BBD499EA808E72F /* ../flycast/core/deps/miniupnpc/src/receivedata.c */, + E6F7860E7A754C85BB35BEB7 /* ../flycast/core/deps/miniupnpc/src/upnpcommands.c */, + FB5E9E4873244105A2B77FED /* ../flycast/core/deps/miniupnpc/src/upnpdev.c */, + EC05082CF37B4EB6B8BF9EB3 /* ../flycast/core/deps/miniupnpc/src/upnperrors.c */, + 26302F22AE2449AEAB5352E5 /* ../flycast/core/deps/miniupnpc/src/upnpreplyparse.c */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 33186E5195994A379244615F /* PBXTargetDependency */ = { + 167B40D66AF244E59ACBA60C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */; - targetProxy = 0959C21B5953470984005265 /* PBXContainerItemProxy */; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = DA986636570A4E4B859BA010 /* PBXContainerItemProxy */; }; - 558D33C929EA4E61AFC3EEA8 /* PBXTargetDependency */ = { + 1BD597F3C2A14318B923A549 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 786FFA0584664F71B5F2E2F9 /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = A8CFE8EB20B04AC5B8B0E27D /* PBXContainerItemProxy */; }; - B296EF234EFA4DB9BB932C29 /* PBXTargetDependency */ = { + 7AD0F823F5264DD38755D4BB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 2A6AE5A4E58A4E4ABB6D2CC9 /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 66AC0C8F210B496481B32634 /* PBXContainerItemProxy */; }; - D53E684A675F42979F7CF3DE /* PBXTargetDependency */ = { + 98DB1FAB8E5041ADAFD54FD1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = FA383745DAFE4E2C8756BDE1 /* PBXContainerItemProxy */; + target = 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */; + targetProxy = 7F07D444840848E9B5D14517 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 25C01CBE7042405086F29D2D /* MinSizeRel */ = { + 09B350A9E62F464FB816E4D5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",MINIUPNP_STATICLIB,MINIUPNPC_SET_SOCKET_TIMEOUT,_BSD_SOURCE,_DEFAULT_SOURCE,_DARWIN_C_SOURCE,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/miniupnpc/include,../cmake/core/deps/miniupnpc,"$(inherited)"); INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = miniupnpc; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; - }; - 2BC10A4397764E3594F00DD5 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = MinSizeRel; + name = Release; }; - 4E9AC549A9A142B69D9AC4C8 /* Debug */ = { + 212423B533FB4371BC0A2A90 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - BUILD_DIR = ../lib; + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ALL_BUILD; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - 4EEAFD38EADD419583BF0614 /* RelWithDebInfo */ = { + 2FBD2B25EFF646DDA2694826 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -572,7 +556,7 @@ fi }; name = RelWithDebInfo; }; - 4F5F7E0D88E244F0847F6047 /* Debug */ = { + 4253740F58964538B9B587B4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -592,7 +576,7 @@ fi }; name = Debug; }; - 4FD1BC93E2FB45618497ABC2 /* RelWithDebInfo */ = { + 42B62D09F10541DC9D6D2B42 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -610,9 +594,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = MinSizeRel; }; - 5A18722046674529B6A32FC8 /* RelWithDebInfo */ = { + 443A70C9E05D41FE8D550826 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -621,16 +605,16 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",MINIUPNP_STATICLIB,MINIUPNPC_SET_SOCKET_TIMEOUT,_BSD_SOURCE,_DEFAULT_SOURCE,_DARWIN_C_SOURCE,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = (../flycast/core/deps/miniupnpc/include,../cmake/core/deps/miniupnpc,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; PRODUCT_NAME = miniupnpc; @@ -639,9 +623,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = MinSizeRel; }; - 68E5E2AF033C418482CE2529 /* Debug */ = { + 4A8F60CEA7FE4CD9871C6254 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -650,16 +634,16 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",MINIUPNP_STATICLIB,MINIUPNPC_SET_SOCKET_TIMEOUT,_BSD_SOURCE,_DEFAULT_SOURCE,_DARWIN_C_SOURCE,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = (../flycast/core/deps/miniupnpc/include,../cmake/core/deps/miniupnpc,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; PRODUCT_NAME = miniupnpc; @@ -668,29 +652,38 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - 717AE012358D44348C288045 /* Debug */ = { + 4E35BA3218104ACA94B341C2 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",MINIUPNP_STATICLIB,MINIUPNPC_SET_SOCKET_TIMEOUT,_BSD_SOURCE,_DEFAULT_SOURCE,_DARWIN_C_SOURCE,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/miniupnpc/include,../cmake/core/deps/miniupnpc,"$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = miniupnpc; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - 768D2A6F0D684F9CBDB17077 /* MinSizeRel */ = { + A9B4DB4502F34D95939F9852 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -703,28 +696,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; - }; - 7ABB40DBA03347CE994EEBFB /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = Release; + name = RelWithDebInfo; }; - 8371412417C04D3B89C26FDD /* Release */ = { + AD1C3978A2B647CBB222B76A /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -737,14 +716,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - 9EA645A4D3444DD491A96AB1 /* Release */ = { + AE84DED6BCE840F1BF4CB1C1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -753,16 +732,16 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",MINIUPNP_STATICLIB,MINIUPNPC_SET_SOCKET_TIMEOUT,_BSD_SOURCE,_DEFAULT_SOURCE,_DARWIN_C_SOURCE,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = (../flycast/core/deps/miniupnpc/include,../cmake/core/deps/miniupnpc,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); + OTHER_CFLAGS = (" -fPIC ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; PRODUCT_NAME = miniupnpc; @@ -771,9 +750,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = Debug; }; - A3EE70A84E15482A9750F8CA /* RelWithDebInfo */ = { + BB9AFAC7F829416090FFA2F3 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -786,14 +765,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = RelWithDebInfo; }; - C066C4AE2ECE46C6BC10D8B8 /* Release */ = { + CFF0696241974329AEFF8B6A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -811,9 +790,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = Debug; }; - DF508A6E213F436A92B505A1 /* Debug */ = { + D069ADC076E741B59EA2CB40 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -826,34 +805,28 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = MinSizeRel; }; - E660278D83F343B180C87D40 /* MinSizeRel */ = { + D35FA78AD9A34F7790E23D77 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; }; name = MinSizeRel; }; - E9DDA152684F4FA59EFBCD38 /* Release */ = { + D5574E7ADD814231B7B7929A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -866,14 +839,27 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = Debug; }; - F12437DEA2034A4491163B89 /* RelWithDebInfo */ = { + E603D1C78DE24B999BDFA3DE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + BUILD_DIR = ../lib; + }; + name = Debug; + }; + EA9C98E88EDC4376B06578DE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -891,9 +877,23 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Release; }; - F6DD975D041941F9A5AE2A4B /* MinSizeRel */ = { + ECE6A8BA82CA4B2EBA146DD4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = Release; + }; + F74ED30BDBEC44CFA1799768 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -906,72 +906,72 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 018644F4652A40DCB92599A9 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + 0131BDF39D5C4562B46D4D42 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4F5F7E0D88E244F0847F6047 /* Debug */, - E9DDA152684F4FA59EFBCD38 /* Release */, - 768D2A6F0D684F9CBDB17077 /* MinSizeRel */, - A3EE70A84E15482A9750F8CA /* RelWithDebInfo */, + 4253740F58964538B9B587B4 /* Debug */, + F74ED30BDBEC44CFA1799768 /* Release */, + AD1C3978A2B647CBB222B76A /* MinSizeRel */, + 212423B533FB4371BC0A2A90 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 124A908A9C9F4164980D12EE /* Build configuration list for PBXNativeTarget "libminiupnpc-static" */ = { + 117AEEB723364ED299011231 /* Build configuration list for PBXAggregateTarget "install" */ = { isa = XCConfigurationList; buildConfigurations = ( - 68E5E2AF033C418482CE2529 /* Debug */, - 9EA645A4D3444DD491A96AB1 /* Release */, - 25C01CBE7042405086F29D2D /* MinSizeRel */, - 5A18722046674529B6A32FC8 /* RelWithDebInfo */, + D5574E7ADD814231B7B7929A /* Debug */, + EA9C98E88EDC4376B06578DE /* Release */, + D069ADC076E741B59EA2CB40 /* MinSizeRel */, + A9B4DB4502F34D95939F9852 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 43166559B78F44628D1C730C /* Build configuration list for PBXProject "miniupnpc" */ = { + 3DE63E52C518453AAEBAF498 /* Build configuration list for PBXProject "miniupnpc" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4E9AC549A9A142B69D9AC4C8 /* Debug */, - 7ABB40DBA03347CE994EEBFB /* Release */, - 2BC10A4397764E3594F00DD5 /* MinSizeRel */, - 4EEAFD38EADD419583BF0614 /* RelWithDebInfo */, + E603D1C78DE24B999BDFA3DE /* Debug */, + ECE6A8BA82CA4B2EBA146DD4 /* Release */, + D35FA78AD9A34F7790E23D77 /* MinSizeRel */, + 2FBD2B25EFF646DDA2694826 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 5E682857E9C745FD95BED749 /* Build configuration list for PBXAggregateTarget "install" */ = { + 59DDFEC451724EC59FE4A23F /* Build configuration list for PBXNativeTarget "libminiupnpc-static" */ = { isa = XCConfigurationList; buildConfigurations = ( - 717AE012358D44348C288045 /* Debug */, - 8371412417C04D3B89C26FDD /* Release */, - E660278D83F343B180C87D40 /* MinSizeRel */, - F12437DEA2034A4491163B89 /* RelWithDebInfo */, + AE84DED6BCE840F1BF4CB1C1 /* Debug */, + 4A8F60CEA7FE4CD9871C6254 /* Release */, + 443A70C9E05D41FE8D550826 /* MinSizeRel */, + 4E35BA3218104ACA94B341C2 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - F231F5C49BCE41118175B54D /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + 955EA07A0AEC472FB77B9A52 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { isa = XCConfigurationList; buildConfigurations = ( - DF508A6E213F436A92B505A1 /* Debug */, - C066C4AE2ECE46C6BC10D8B8 /* Release */, - F6DD975D041941F9A5AE2A4B /* MinSizeRel */, - 4FD1BC93E2FB45618497ABC2 /* RelWithDebInfo */, + CFF0696241974329AEFF8B6A /* Debug */, + 09B350A9E62F464FB816E4D5 /* Release */, + 42B62D09F10541DC9D6D2B42 /* MinSizeRel */, + BB9AFAC7F829416090FFA2F3 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = B129BF0756BF4C14B4BE9F1B /* Project object */; + rootObject = 29B6846338DC4781B5906617 /* Project object */; } diff --git a/Cores/Flycast/cmake/core/deps/nowide/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/core/deps/nowide/CMakeScripts/ReRunCMake.make deleted file mode 100644 index 1acdf9522d..0000000000 --- a/Cores/Flycast/cmake/core/deps/nowide/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,14 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/nowide/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/nowide/cmake/NowideAddWarnings.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCXXSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/core/deps/nowide/MinSizeRel-iphoneos/libnowide.a b/Cores/Flycast/cmake/core/deps/nowide/MinSizeRel-iphoneos/libnowide.a deleted file mode 100644 index c3b8e5e59d..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/nowide/MinSizeRel-iphoneos/libnowide.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/nowide/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/nowide/cmake_install.cmake deleted file mode 100644 index d932a27f77..0000000000 --- a/Cores/Flycast/cmake/core/deps/nowide/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/nowide - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/nowide/nowide.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/nowide/nowide.xcodeproj/project.pbxproj index 2b14068c76..116b488fd1 100644 --- a/Cores/Flycast/cmake/core/deps/nowide/nowide.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/core/deps/nowide/nowide.xcodeproj/project.pbxproj @@ -7,21 +7,21 @@ objects = { /* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { + 1148ED2E9013F6047A670D47 /* install */ = { isa = PBXAggregateTarget; - buildConfigurationList = F3F61C42B8FF4BEDAC25A172 /* Build configuration list for PBXAggregateTarget "install" */; + buildConfigurationList = 03BE3587E6B648F898FA6D1B /* Build configuration list for PBXAggregateTarget "install" */; buildPhases = ( 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, ); dependencies = ( - 01A46E73AA814B30B93F734F /* PBXTargetDependency */, + ACA59DB6721C4C7D869AC011 /* PBXTargetDependency */, ); name = install; productName = install; }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { isa = PBXAggregateTarget; - buildConfigurationList = 637DECBBEFA749E4A0891161 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildConfigurationList = BF10E5573D5E433EB6D32219 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; buildPhases = ( 16C2D2825EADC694DDAB965F /* Generate CMakeFiles/ZERO_CHECK */, ); @@ -30,15 +30,15 @@ name = ZERO_CHECK; productName = ZERO_CHECK; }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { isa = PBXAggregateTarget; - buildConfigurationList = 30CCA18DC0E8422281A3E6F0 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildConfigurationList = 20DB58351A9542E991513828 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; buildPhases = ( 2820DB1D23B3CBD3A1A5D579 /* Generate CMakeFiles/ALL_BUILD */, ); dependencies = ( - 0F6A9B1DC749402B947AB853 /* PBXTargetDependency */, - FF09BD921F2C4C52A5D82FEB /* PBXTargetDependency */, + 113CF66727C04E95B478C974 /* PBXTargetDependency */, + 349AD15E2BB6414798998048 /* PBXTargetDependency */, ); name = ALL_BUILD; productName = ALL_BUILD; @@ -46,135 +46,135 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000B1F3FD08C46EDA66FA625 /* ../flycast/core/deps/nowide/src/cstdio.cpp */ = {isa = PBXBuildFile; fileRef = C9C1D41C77BA48A7AD76E87F /* ../flycast/core/deps/nowide/src/cstdio.cpp */; }; - 068DE95A2D2143588F73A51D /* ../flycast/core/deps/nowide/include/nowide/filebuf.hpp */ = {isa = PBXBuildFile; fileRef = 1ABA7168D1734DA084B47C13 /* ../flycast/core/deps/nowide/include/nowide/filebuf.hpp */; }; - 1B79D4C6ADA6473F9E76CCFD /* ../flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp */ = {isa = PBXBuildFile; fileRef = E14A4E434A334CCE9A7C80F8 /* ../flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp */; }; - 1BB6EFFBE278461F870DC447 /* ../flycast/core/deps/nowide/include/nowide/detail/is_path.hpp */ = {isa = PBXBuildFile; fileRef = 0686B01F0A384628B1A08E0E /* ../flycast/core/deps/nowide/include/nowide/detail/is_path.hpp */; }; - 295F662E86294A1F89193809 /* ../flycast/core/deps/nowide/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = A0419610CA5F4AB8956E4896 /* ../flycast/core/deps/nowide/CMakeLists.txt */; }; - 35A41D890F794AF7897389C9 /* ../flycast/core/deps/nowide/src/cstdlib.cpp */ = {isa = PBXBuildFile; fileRef = 8D79BDACE28B4BC3B9F1BF32 /* ../flycast/core/deps/nowide/src/cstdlib.cpp */; }; - 3EF9032448DB4A2D8DEF4559 /* ../flycast/core/deps/nowide/include/nowide/stat.hpp */ = {isa = PBXBuildFile; fileRef = ECFB0D428C1942509281C7E2 /* ../flycast/core/deps/nowide/include/nowide/stat.hpp */; }; - 43681A990DDA4BEC9FF890A5 /* ../flycast/core/deps/nowide/include/nowide/detail/utf.hpp */ = {isa = PBXBuildFile; fileRef = E75F53B68E524E7AA503CEE5 /* ../flycast/core/deps/nowide/include/nowide/detail/utf.hpp */; }; - 6930DE5BFBDF4F2E81CAE0CB /* ../flycast/core/deps/nowide/src/console_buffer.cpp */ = {isa = PBXBuildFile; fileRef = 1F632C62C8094EDBA504C3B7 /* ../flycast/core/deps/nowide/src/console_buffer.cpp */; }; - 6AF4EA10085D41479BAF1186 /* ../flycast/core/deps/nowide/include/nowide/quoted.hpp */ = {isa = PBXBuildFile; fileRef = F4B19A9591BD44569050FF7B /* ../flycast/core/deps/nowide/include/nowide/quoted.hpp */; }; - 6D16D51C5C4848AE8E06280F /* ../flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp */ = {isa = PBXBuildFile; fileRef = 441BDD42198241E2AB384888 /* ../flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp */; }; - 719FFCD9DA934E2EB60CADE4 /* ../flycast/core/deps/nowide/include/nowide/fstream.hpp */ = {isa = PBXBuildFile; fileRef = A1EF3C2D4D8D449B9754942F /* ../flycast/core/deps/nowide/include/nowide/fstream.hpp */; }; - 7D5A79265231412EA32EC10F /* ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 8B7C0CF85AB542348C1943CB /* ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist */; }; - 81E0116DC7214F3DB54391AF /* ../flycast/core/deps/nowide/include/nowide/cstdlib.hpp */ = {isa = PBXBuildFile; fileRef = 06B18CC61D1A4CD4B0ECBD0D /* ../flycast/core/deps/nowide/include/nowide/cstdlib.hpp */; }; - 928CD08BFF2A4E2E8404B463 /* ../flycast/core/deps/nowide/src/stat.cpp */ = {isa = PBXBuildFile; fileRef = 3C3C50F374D04C2F8214825B /* ../flycast/core/deps/nowide/src/stat.cpp */; }; - 9ED43B673E6449DA989833D6 /* ../flycast/core/deps/nowide/include/nowide/utf/convert.hpp */ = {isa = PBXBuildFile; fileRef = 2A595F754A0F4F6D8977DF6E /* ../flycast/core/deps/nowide/include/nowide/utf/convert.hpp */; }; - A1E2178E3AFE423D9040C34C /* ../flycast/core/deps/nowide/include/nowide/convert.hpp */ = {isa = PBXBuildFile; fileRef = 57C3C9D23788469E8A7ABBF7 /* ../flycast/core/deps/nowide/include/nowide/convert.hpp */; }; - A28CDDB113C14A4BBA9893D6 /* ../flycast/core/deps/nowide/include/nowide/args.hpp */ = {isa = PBXBuildFile; fileRef = 9CC09A26A3B74E30929E1B49 /* ../flycast/core/deps/nowide/include/nowide/args.hpp */; }; - A63C227B0E0440A6AE1B2778 /* ../flycast/core/deps/nowide/src/filebuf.cpp */ = {isa = PBXBuildFile; fileRef = 088B1B0D2964451FB5B59CD5 /* ../flycast/core/deps/nowide/src/filebuf.cpp */; }; - BA6D1295DD1D4EB4BD537F1A /* ../flycast/core/deps/nowide/include/nowide/utf/utf.hpp */ = {isa = PBXBuildFile; fileRef = D252429AE423475EBDD4D796 /* ../flycast/core/deps/nowide/include/nowide/utf/utf.hpp */; }; - BC09B75B76094C7DB2959C4F /* ../flycast/core/deps/nowide/include/nowide/replacement.hpp */ = {isa = PBXBuildFile; fileRef = D964EB9C6AA74C01AD2C7016 /* ../flycast/core/deps/nowide/include/nowide/replacement.hpp */; }; - C0903922D0EE4F29BB2B29F7 /* ../flycast/core/deps/nowide/include/nowide/iostream.hpp */ = {isa = PBXBuildFile; fileRef = 917EEB42A6334D89835743EC /* ../flycast/core/deps/nowide/include/nowide/iostream.hpp */; }; - C59BDF314F3D4D4EB1B3B3C4 /* ../flycast/core/deps/nowide/include/nowide/config.hpp */ = {isa = PBXBuildFile; fileRef = 3219A1934DE244678A08DE46 /* ../flycast/core/deps/nowide/include/nowide/config.hpp */; }; - CEA561EA4B02482B97C80423 /* ../flycast/core/deps/nowide/src/iostream.cpp */ = {isa = PBXBuildFile; fileRef = 6A02E18FA64C40B8B6BA7223 /* ../flycast/core/deps/nowide/src/iostream.cpp */; }; - D02B5585865D40B48FDA531A /* ../flycast/core/deps/nowide/include/nowide/filesystem.hpp */ = {isa = PBXBuildFile; fileRef = 47D9E44042AD48EABA830F91 /* ../flycast/core/deps/nowide/include/nowide/filesystem.hpp */; }; - D7E712D04F8848769EDCD708 /* ../flycast/core/deps/nowide/include/nowide/stackstring.hpp */ = {isa = PBXBuildFile; fileRef = 2478C4A515984C64A5CB794D /* ../flycast/core/deps/nowide/include/nowide/stackstring.hpp */; }; - ED4603D9897C44359BA72DBA /* ../flycast/core/deps/nowide/include/nowide/windows.hpp */ = {isa = PBXBuildFile; fileRef = E43016A2434E401BBA18C3BB /* ../flycast/core/deps/nowide/include/nowide/windows.hpp */; }; - F1142FE8C5754285BE3E635F /* ../flycast/core/deps/nowide/include/nowide/detail/convert.hpp */ = {isa = PBXBuildFile; fileRef = 7B646A9E05604E48B29C9D14 /* ../flycast/core/deps/nowide/include/nowide/detail/convert.hpp */; }; - FC4324E37D3E444BBED27DFF /* ../flycast/core/deps/nowide/include/nowide/cstdio.hpp */ = {isa = PBXBuildFile; fileRef = 16BDC36C36E34B86B67425CF /* ../flycast/core/deps/nowide/include/nowide/cstdio.hpp */; }; + 0459C7EF1CA543BC90B0BDB4 /* ../flycast/core/deps/nowide/include/nowide/fstream.hpp */ = {isa = PBXBuildFile; fileRef = E7049B9EC83947EC8D814116 /* ../flycast/core/deps/nowide/include/nowide/fstream.hpp */; }; + 0D6209A373FE4C0F947CF269 /* ../flycast/core/deps/nowide/src/cstdlib.cpp */ = {isa = PBXBuildFile; fileRef = 8243F71B0147431D8E85E11E /* ../flycast/core/deps/nowide/src/cstdlib.cpp */; }; + 1823A6F13F4C4867850F49F4 /* ../flycast/core/deps/nowide/include/nowide/detail/is_path.hpp */ = {isa = PBXBuildFile; fileRef = 5C76F1773FEF4BD39F3584BD /* ../flycast/core/deps/nowide/include/nowide/detail/is_path.hpp */; }; + 1DC4A5475F7B4CB6BC3DD9D3 /* ../flycast/core/deps/nowide/include/nowide/stat.hpp */ = {isa = PBXBuildFile; fileRef = 0E141301C725464BAA07C46F /* ../flycast/core/deps/nowide/include/nowide/stat.hpp */; }; + 39A4A86B613A49F599649D51 /* ../flycast/core/deps/nowide/src/console_buffer.cpp */ = {isa = PBXBuildFile; fileRef = 99E5AF0C79454E2C99C7BA18 /* ../flycast/core/deps/nowide/src/console_buffer.cpp */; }; + 3DCE2F6BA2A1489FA105A081 /* ../flycast/core/deps/nowide/src/filebuf.cpp */ = {isa = PBXBuildFile; fileRef = 4D34DEAF15B74A45BA364E54 /* ../flycast/core/deps/nowide/src/filebuf.cpp */; }; + 4358E26EA6FA4D078E2B06E2 /* ../flycast/core/deps/nowide/include/nowide/detail/convert.hpp */ = {isa = PBXBuildFile; fileRef = B39615C3430445E7A608B5C1 /* ../flycast/core/deps/nowide/include/nowide/detail/convert.hpp */; }; + 444F7CC9B9FA49738B61DFDF /* ../flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp */ = {isa = PBXBuildFile; fileRef = B7ABBD62E23748138BA1487C /* ../flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp */; }; + 48CD069E3CA446BA81B1B06D /* ../flycast/core/deps/nowide/include/nowide/cstdio.hpp */ = {isa = PBXBuildFile; fileRef = 9F9F5A2881E64E25839A12F8 /* ../flycast/core/deps/nowide/include/nowide/cstdio.hpp */; }; + 4FD7C4AD3E2247E7BDCDDF3B /* ../flycast/core/deps/nowide/include/nowide/utf/convert.hpp */ = {isa = PBXBuildFile; fileRef = 21FA5B1CA0494EFCAB3655BA /* ../flycast/core/deps/nowide/include/nowide/utf/convert.hpp */; }; + 656F2706ED1D45CA819437F6 /* ../flycast/core/deps/nowide/include/nowide/replacement.hpp */ = {isa = PBXBuildFile; fileRef = 79ABB1A2506B4CA6B347C72E /* ../flycast/core/deps/nowide/include/nowide/replacement.hpp */; }; + 66D41139FDE140C4AEEDE0B5 /* ../flycast/core/deps/nowide/include/nowide/stackstring.hpp */ = {isa = PBXBuildFile; fileRef = 4EE9D144CF4B4BBFA29FE0F7 /* ../flycast/core/deps/nowide/include/nowide/stackstring.hpp */; }; + 6C526E4CB756452E82E54E65 /* ../flycast/core/deps/nowide/include/nowide/cstdlib.hpp */ = {isa = PBXBuildFile; fileRef = A6BB7E208AAA44729A237E08 /* ../flycast/core/deps/nowide/include/nowide/cstdlib.hpp */; }; + 87A4E77C2DAE4251AD54086B /* ../flycast/core/deps/nowide/include/nowide/utf/utf.hpp */ = {isa = PBXBuildFile; fileRef = 60D2B18676164208B01EF1EA /* ../flycast/core/deps/nowide/include/nowide/utf/utf.hpp */; }; + 9018CF51CDDC49499FE26DB0 /* ../flycast/core/deps/nowide/include/nowide/config.hpp */ = {isa = PBXBuildFile; fileRef = 619148FA1E9A4D5E9F814448 /* ../flycast/core/deps/nowide/include/nowide/config.hpp */; }; + 93FF114D07534F0C90FDF232 /* ../flycast/core/deps/nowide/include/nowide/args.hpp */ = {isa = PBXBuildFile; fileRef = C86F9DAD39E94174B4773CEC /* ../flycast/core/deps/nowide/include/nowide/args.hpp */; }; + 9C3844631E944A43AEB9DF71 /* ../flycast/core/deps/nowide/include/nowide/filesystem.hpp */ = {isa = PBXBuildFile; fileRef = 0FA6F528D82F48DEA2BB4FF5 /* ../flycast/core/deps/nowide/include/nowide/filesystem.hpp */; }; + AEB1D1510A094FEA96BB7D22 /* ../flycast/core/deps/nowide/include/nowide/detail/utf.hpp */ = {isa = PBXBuildFile; fileRef = FD1A3CA289194CCFB413C25F /* ../flycast/core/deps/nowide/include/nowide/detail/utf.hpp */; }; + B0E309E34E6F468A87C76C1F /* ../flycast/core/deps/nowide/include/nowide/iostream.hpp */ = {isa = PBXBuildFile; fileRef = 035DB1B11E2943B5A1805BB3 /* ../flycast/core/deps/nowide/include/nowide/iostream.hpp */; }; + B606058BE3FC45B69377F154 /* ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 0E929C0044984B5B856EE1F7 /* ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist */; }; + BD0B7F1EF50F47C18ACE736E /* ../flycast/core/deps/nowide/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = A4450457C460480F898F87BD /* ../flycast/core/deps/nowide/CMakeLists.txt */; }; + D45B03CBF1B0471AAA6D0DA0 /* ../flycast/core/deps/nowide/include/nowide/quoted.hpp */ = {isa = PBXBuildFile; fileRef = E806ED1E76514FF3A0C9D667 /* ../flycast/core/deps/nowide/include/nowide/quoted.hpp */; }; + D913C4575ECD4FA8A0834D56 /* ../flycast/core/deps/nowide/src/stat.cpp */ = {isa = PBXBuildFile; fileRef = 737D099A48E34778873E9CDF /* ../flycast/core/deps/nowide/src/stat.cpp */; }; + DE321A894C1248928C246B70 /* ../flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp */ = {isa = PBXBuildFile; fileRef = 865ACCF639CF44B594E3EEA8 /* ../flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp */; }; + E19427B084FB49FD8E7F0540 /* ../flycast/core/deps/nowide/include/nowide/windows.hpp */ = {isa = PBXBuildFile; fileRef = F44011A81F76461FA933B3D8 /* ../flycast/core/deps/nowide/include/nowide/windows.hpp */; }; + E7D86C72CC0C4D8DA2C92809 /* ../flycast/core/deps/nowide/include/nowide/filebuf.hpp */ = {isa = PBXBuildFile; fileRef = BD7331D5F7BD461B8CC894BB /* ../flycast/core/deps/nowide/include/nowide/filebuf.hpp */; }; + E8C05B5A99C34C10AD1DC8D2 /* ../flycast/core/deps/nowide/src/iostream.cpp */ = {isa = PBXBuildFile; fileRef = ACA3EED9FC91449A9F045611 /* ../flycast/core/deps/nowide/src/iostream.cpp */; }; + F1846F0333444346AE998DE4 /* ../flycast/core/deps/nowide/include/nowide/convert.hpp */ = {isa = PBXBuildFile; fileRef = 980D491C45DC4BCAB7BF65D5 /* ../flycast/core/deps/nowide/include/nowide/convert.hpp */; }; + FEC44398E105401690B5C28E /* ../flycast/core/deps/nowide/src/cstdio.cpp */ = {isa = PBXBuildFile; fileRef = 0DD823D1FC1B4E84A32A652E /* ../flycast/core/deps/nowide/src/cstdio.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ - 6E65698CA260402CBFB3CEA7 /* Release */ = { + 4CEE07485D224617A4475793 /* MinSizeRel */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Release; + name = MinSizeRel; }; - 705F577671904AEE9D6F9CC4 /* RelWithDebInfo */ = { + 95A741245F924F6DB83133A0 /* Debug */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = RelWithDebInfo; + name = Debug; }; - C61303AD3BD54F3FAD4CC408 /* Debug */ = { + AD097FB4EF5B44B287133A5F /* RelWithDebInfo */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Debug; + name = RelWithDebInfo; }; - D03DC20061B7416D88EA53CB /* MinSizeRel */ = { + FBD1E17E849B4941B35F54F2 /* Release */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = MinSizeRel; + name = Release; }; /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ - 2D7DFC8413AB4E42BC53A459 /* PBXContainerItemProxy */ = { + 0AC02F304C394BB986A43E61 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 498C30ACDAE547FCAB4D6B76 /* Project object */; + containerPortal = 0D9796788D9E4125ADDA1D8C /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; - remoteInfo = ALL_BUILD; + remoteGlobalIDString = 69835AD03873232AF422EFB0; + remoteInfo = ZERO_CHECK; }; - 31F7FA06BC3B4DBCAEEF0A7E /* PBXContainerItemProxy */ = { + 658D2C22E51B47D2BCEFC89A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 498C30ACDAE547FCAB4D6B76 /* Project object */; + containerPortal = 0D9796788D9E4125ADDA1D8C /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; + remoteInfo = ALL_BUILD; }; - 5C887DEC0F02459B9E319B17 /* PBXContainerItemProxy */ = { + BFE8ADBA3B6C4545AD6E7FEF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 498C30ACDAE547FCAB4D6B76 /* Project object */; + containerPortal = 0D9796788D9E4125ADDA1D8C /* Project object */; proxyType = 1; remoteGlobalIDString = B752C9C7BC3D5683D01E5833; remoteInfo = nowide; }; - B051AEA56F5E43B8BBDB54F0 /* PBXContainerItemProxy */ = { + F133E7648CA940C9B1399D8E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 498C30ACDAE547FCAB4D6B76 /* Project object */; + containerPortal = 0D9796788D9E4125ADDA1D8C /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; + remoteGlobalIDString = 69835AD03873232AF422EFB0; remoteInfo = ZERO_CHECK; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0686B01F0A384628B1A08E0E /* ../flycast/core/deps/nowide/include/nowide/detail/is_path.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = is_path.hpp; path = include/nowide/detail/is_path.hpp; sourceTree = SOURCE_ROOT; }; - 06B18CC61D1A4CD4B0ECBD0D /* ../flycast/core/deps/nowide/include/nowide/cstdlib.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = cstdlib.hpp; path = include/nowide/cstdlib.hpp; sourceTree = SOURCE_ROOT; }; - 088B1B0D2964451FB5B59CD5 /* ../flycast/core/deps/nowide/src/filebuf.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = filebuf.cpp; path = src/filebuf.cpp; sourceTree = SOURCE_ROOT; }; - 16BDC36C36E34B86B67425CF /* ../flycast/core/deps/nowide/include/nowide/cstdio.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = cstdio.hpp; path = include/nowide/cstdio.hpp; sourceTree = SOURCE_ROOT; }; - 1ABA7168D1734DA084B47C13 /* ../flycast/core/deps/nowide/include/nowide/filebuf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = filebuf.hpp; path = include/nowide/filebuf.hpp; sourceTree = SOURCE_ROOT; }; - 1F632C62C8094EDBA504C3B7 /* ../flycast/core/deps/nowide/src/console_buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = console_buffer.cpp; path = src/console_buffer.cpp; sourceTree = SOURCE_ROOT; }; - 2478C4A515984C64A5CB794D /* ../flycast/core/deps/nowide/include/nowide/stackstring.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = stackstring.hpp; path = include/nowide/stackstring.hpp; sourceTree = SOURCE_ROOT; }; - 2A595F754A0F4F6D8977DF6E /* ../flycast/core/deps/nowide/include/nowide/utf/convert.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = include/nowide/utf/convert.hpp; sourceTree = SOURCE_ROOT; }; - 3219A1934DE244678A08DE46 /* ../flycast/core/deps/nowide/include/nowide/config.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = config.hpp; path = include/nowide/config.hpp; sourceTree = SOURCE_ROOT; }; - 3C3C50F374D04C2F8214825B /* ../flycast/core/deps/nowide/src/stat.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = stat.cpp; path = src/stat.cpp; sourceTree = SOURCE_ROOT; }; - 441BDD42198241E2AB384888 /* ../flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf8_codecvt.hpp; path = include/nowide/utf8_codecvt.hpp; sourceTree = SOURCE_ROOT; }; - 47D9E44042AD48EABA830F91 /* ../flycast/core/deps/nowide/include/nowide/filesystem.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = filesystem.hpp; path = include/nowide/filesystem.hpp; sourceTree = SOURCE_ROOT; }; - 57C3C9D23788469E8A7ABBF7 /* ../flycast/core/deps/nowide/include/nowide/convert.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = include/nowide/convert.hpp; sourceTree = SOURCE_ROOT; }; - 6A02E18FA64C40B8B6BA7223 /* ../flycast/core/deps/nowide/src/iostream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = iostream.cpp; path = src/iostream.cpp; sourceTree = SOURCE_ROOT; }; - 7B646A9E05604E48B29C9D14 /* ../flycast/core/deps/nowide/include/nowide/detail/convert.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = include/nowide/detail/convert.hpp; sourceTree = SOURCE_ROOT; }; - 8B7C0CF85AB542348C1943CB /* ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist; sourceTree = ""; }; - 8D79BDACE28B4BC3B9F1BF32 /* ../flycast/core/deps/nowide/src/cstdlib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cstdlib.cpp; path = src/cstdlib.cpp; sourceTree = SOURCE_ROOT; }; - 917EEB42A6334D89835743EC /* ../flycast/core/deps/nowide/include/nowide/iostream.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = iostream.hpp; path = include/nowide/iostream.hpp; sourceTree = SOURCE_ROOT; }; - 92F445A7728D428C9354906D /* nowide */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libnowide.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9CC09A26A3B74E30929E1B49 /* ../flycast/core/deps/nowide/include/nowide/args.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = args.hpp; path = include/nowide/args.hpp; sourceTree = SOURCE_ROOT; }; - A0419610CA5F4AB8956E4896 /* ../flycast/core/deps/nowide/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - A1EF3C2D4D8D449B9754942F /* ../flycast/core/deps/nowide/include/nowide/fstream.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = fstream.hpp; path = include/nowide/fstream.hpp; sourceTree = SOURCE_ROOT; }; - A5F250217DC643498B5C29BB /* ../flycast/core/deps/nowide/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - C9C1D41C77BA48A7AD76E87F /* ../flycast/core/deps/nowide/src/cstdio.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cstdio.cpp; path = src/cstdio.cpp; sourceTree = SOURCE_ROOT; }; - D252429AE423475EBDD4D796 /* ../flycast/core/deps/nowide/include/nowide/utf/utf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf.hpp; path = include/nowide/utf/utf.hpp; sourceTree = SOURCE_ROOT; }; - D964EB9C6AA74C01AD2C7016 /* ../flycast/core/deps/nowide/include/nowide/replacement.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = replacement.hpp; path = include/nowide/replacement.hpp; sourceTree = SOURCE_ROOT; }; - E14A4E434A334CCE9A7C80F8 /* ../flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = is_string_container.hpp; path = include/nowide/detail/is_string_container.hpp; sourceTree = SOURCE_ROOT; }; - E43016A2434E401BBA18C3BB /* ../flycast/core/deps/nowide/include/nowide/windows.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = windows.hpp; path = include/nowide/windows.hpp; sourceTree = SOURCE_ROOT; }; - E75F53B68E524E7AA503CEE5 /* ../flycast/core/deps/nowide/include/nowide/detail/utf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf.hpp; path = include/nowide/detail/utf.hpp; sourceTree = SOURCE_ROOT; }; - ECFB0D428C1942509281C7E2 /* ../flycast/core/deps/nowide/include/nowide/stat.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = stat.hpp; path = include/nowide/stat.hpp; sourceTree = SOURCE_ROOT; }; - F4B19A9591BD44569050FF7B /* ../flycast/core/deps/nowide/include/nowide/quoted.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = quoted.hpp; path = include/nowide/quoted.hpp; sourceTree = SOURCE_ROOT; }; + 035DB1B11E2943B5A1805BB3 /* ../flycast/core/deps/nowide/include/nowide/iostream.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = iostream.hpp; path = include/nowide/iostream.hpp; sourceTree = SOURCE_ROOT; }; + 0DD823D1FC1B4E84A32A652E /* ../flycast/core/deps/nowide/src/cstdio.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cstdio.cpp; path = src/cstdio.cpp; sourceTree = SOURCE_ROOT; }; + 0E141301C725464BAA07C46F /* ../flycast/core/deps/nowide/include/nowide/stat.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = stat.hpp; path = include/nowide/stat.hpp; sourceTree = SOURCE_ROOT; }; + 0E929C0044984B5B856EE1F7 /* ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist; sourceTree = ""; }; + 0FA6F528D82F48DEA2BB4FF5 /* ../flycast/core/deps/nowide/include/nowide/filesystem.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = filesystem.hpp; path = include/nowide/filesystem.hpp; sourceTree = SOURCE_ROOT; }; + 21FA5B1CA0494EFCAB3655BA /* ../flycast/core/deps/nowide/include/nowide/utf/convert.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = include/nowide/utf/convert.hpp; sourceTree = SOURCE_ROOT; }; + 4B452B88AC904AE0BEF3A953 /* ../flycast/core/deps/nowide/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 4D34DEAF15B74A45BA364E54 /* ../flycast/core/deps/nowide/src/filebuf.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = filebuf.cpp; path = src/filebuf.cpp; sourceTree = SOURCE_ROOT; }; + 4EE9D144CF4B4BBFA29FE0F7 /* ../flycast/core/deps/nowide/include/nowide/stackstring.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = stackstring.hpp; path = include/nowide/stackstring.hpp; sourceTree = SOURCE_ROOT; }; + 5C76F1773FEF4BD39F3584BD /* ../flycast/core/deps/nowide/include/nowide/detail/is_path.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = is_path.hpp; path = include/nowide/detail/is_path.hpp; sourceTree = SOURCE_ROOT; }; + 5E7D87AB559C4C86A6826CA6 /* nowide */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libnowide.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 60D2B18676164208B01EF1EA /* ../flycast/core/deps/nowide/include/nowide/utf/utf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf.hpp; path = include/nowide/utf/utf.hpp; sourceTree = SOURCE_ROOT; }; + 619148FA1E9A4D5E9F814448 /* ../flycast/core/deps/nowide/include/nowide/config.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = config.hpp; path = include/nowide/config.hpp; sourceTree = SOURCE_ROOT; }; + 737D099A48E34778873E9CDF /* ../flycast/core/deps/nowide/src/stat.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = stat.cpp; path = src/stat.cpp; sourceTree = SOURCE_ROOT; }; + 79ABB1A2506B4CA6B347C72E /* ../flycast/core/deps/nowide/include/nowide/replacement.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = replacement.hpp; path = include/nowide/replacement.hpp; sourceTree = SOURCE_ROOT; }; + 8243F71B0147431D8E85E11E /* ../flycast/core/deps/nowide/src/cstdlib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cstdlib.cpp; path = src/cstdlib.cpp; sourceTree = SOURCE_ROOT; }; + 865ACCF639CF44B594E3EEA8 /* ../flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = is_string_container.hpp; path = include/nowide/detail/is_string_container.hpp; sourceTree = SOURCE_ROOT; }; + 980D491C45DC4BCAB7BF65D5 /* ../flycast/core/deps/nowide/include/nowide/convert.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = include/nowide/convert.hpp; sourceTree = SOURCE_ROOT; }; + 99E5AF0C79454E2C99C7BA18 /* ../flycast/core/deps/nowide/src/console_buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = console_buffer.cpp; path = src/console_buffer.cpp; sourceTree = SOURCE_ROOT; }; + 9F9F5A2881E64E25839A12F8 /* ../flycast/core/deps/nowide/include/nowide/cstdio.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = cstdio.hpp; path = include/nowide/cstdio.hpp; sourceTree = SOURCE_ROOT; }; + A4450457C460480F898F87BD /* ../flycast/core/deps/nowide/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + A6BB7E208AAA44729A237E08 /* ../flycast/core/deps/nowide/include/nowide/cstdlib.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = cstdlib.hpp; path = include/nowide/cstdlib.hpp; sourceTree = SOURCE_ROOT; }; + ACA3EED9FC91449A9F045611 /* ../flycast/core/deps/nowide/src/iostream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = iostream.cpp; path = src/iostream.cpp; sourceTree = SOURCE_ROOT; }; + B39615C3430445E7A608B5C1 /* ../flycast/core/deps/nowide/include/nowide/detail/convert.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = include/nowide/detail/convert.hpp; sourceTree = SOURCE_ROOT; }; + B7ABBD62E23748138BA1487C /* ../flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf8_codecvt.hpp; path = include/nowide/utf8_codecvt.hpp; sourceTree = SOURCE_ROOT; }; + BD7331D5F7BD461B8CC894BB /* ../flycast/core/deps/nowide/include/nowide/filebuf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = filebuf.hpp; path = include/nowide/filebuf.hpp; sourceTree = SOURCE_ROOT; }; + C86F9DAD39E94174B4773CEC /* ../flycast/core/deps/nowide/include/nowide/args.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = args.hpp; path = include/nowide/args.hpp; sourceTree = SOURCE_ROOT; }; + E7049B9EC83947EC8D814116 /* ../flycast/core/deps/nowide/include/nowide/fstream.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = fstream.hpp; path = include/nowide/fstream.hpp; sourceTree = SOURCE_ROOT; }; + E806ED1E76514FF3A0C9D667 /* ../flycast/core/deps/nowide/include/nowide/quoted.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = quoted.hpp; path = include/nowide/quoted.hpp; sourceTree = SOURCE_ROOT; }; + F44011A81F76461FA933B3D8 /* ../flycast/core/deps/nowide/include/nowide/windows.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = windows.hpp; path = include/nowide/windows.hpp; sourceTree = SOURCE_ROOT; }; + FD1A3CA289194CCFB413C25F /* ../flycast/core/deps/nowide/include/nowide/detail/utf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf.hpp; path = include/nowide/detail/utf.hpp; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 0A90A6639E5942C8A5180721 /* Frameworks */ = { + 2929F2BF4B0344D78DDD6BAC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -184,113 +184,113 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 01015E006F53442FB4BA1124 /* Header Files */ = { + 5AB2B7946E464F0188B6CDEB /* Products */ = { isa = PBXGroup; children = ( - 9CC09A26A3B74E30929E1B49 /* ../flycast/core/deps/nowide/include/nowide/args.hpp */, - 3219A1934DE244678A08DE46 /* ../flycast/core/deps/nowide/include/nowide/config.hpp */, - 57C3C9D23788469E8A7ABBF7 /* ../flycast/core/deps/nowide/include/nowide/convert.hpp */, - 16BDC36C36E34B86B67425CF /* ../flycast/core/deps/nowide/include/nowide/cstdio.hpp */, - 06B18CC61D1A4CD4B0ECBD0D /* ../flycast/core/deps/nowide/include/nowide/cstdlib.hpp */, - 7B646A9E05604E48B29C9D14 /* ../flycast/core/deps/nowide/include/nowide/detail/convert.hpp */, - 0686B01F0A384628B1A08E0E /* ../flycast/core/deps/nowide/include/nowide/detail/is_path.hpp */, - E14A4E434A334CCE9A7C80F8 /* ../flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp */, - E75F53B68E524E7AA503CEE5 /* ../flycast/core/deps/nowide/include/nowide/detail/utf.hpp */, - 1ABA7168D1734DA084B47C13 /* ../flycast/core/deps/nowide/include/nowide/filebuf.hpp */, - 47D9E44042AD48EABA830F91 /* ../flycast/core/deps/nowide/include/nowide/filesystem.hpp */, - A1EF3C2D4D8D449B9754942F /* ../flycast/core/deps/nowide/include/nowide/fstream.hpp */, - 917EEB42A6334D89835743EC /* ../flycast/core/deps/nowide/include/nowide/iostream.hpp */, - F4B19A9591BD44569050FF7B /* ../flycast/core/deps/nowide/include/nowide/quoted.hpp */, - D964EB9C6AA74C01AD2C7016 /* ../flycast/core/deps/nowide/include/nowide/replacement.hpp */, - 2478C4A515984C64A5CB794D /* ../flycast/core/deps/nowide/include/nowide/stackstring.hpp */, - ECFB0D428C1942509281C7E2 /* ../flycast/core/deps/nowide/include/nowide/stat.hpp */, - 2A595F754A0F4F6D8977DF6E /* ../flycast/core/deps/nowide/include/nowide/utf/convert.hpp */, - D252429AE423475EBDD4D796 /* ../flycast/core/deps/nowide/include/nowide/utf/utf.hpp */, - 441BDD42198241E2AB384888 /* ../flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp */, - E43016A2434E401BBA18C3BB /* ../flycast/core/deps/nowide/include/nowide/windows.hpp */, + 5E7D87AB559C4C86A6826CA6 /* nowide */, ); - name = "Header Files"; + name = Products; sourceTree = ""; }; - 0658C84002ED444592F561C6 /* Resources */ = { + 5B336907BBAD4457ABC3B56F /* CMake Rules */ = { isa = PBXGroup; children = ( - 8B7C0CF85AB542348C1943CB /* ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist */, ); - name = Resources; + name = "CMake Rules"; sourceTree = ""; }; - 1259ABDAAD984CB4908BE151 = { + 656CB7C8DFA14ABD8225341A /* Resources */ = { isa = PBXGroup; children = ( - 7053D3CAC12B474782E904CA /* nowide */, - 9C69078926004A88A5B50E03 /* ALL_BUILD */, - D006BF0DFC5049DFB933DF9E /* Products */, - 8B307C23F75D4EE6B4862734 /* Frameworks */, - DE829C82B6454B1A97B224C5 /* Resources */, + 0E929C0044984B5B856EE1F7 /* ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist */, ); + name = Resources; sourceTree = ""; }; - 1C2A0353F8844D32A6ABF8E5 /* Source Files */ = { + 89B75A6349554DDF8DF02A73 /* Header Files */ = { isa = PBXGroup; children = ( - 1F632C62C8094EDBA504C3B7 /* ../flycast/core/deps/nowide/src/console_buffer.cpp */, - C9C1D41C77BA48A7AD76E87F /* ../flycast/core/deps/nowide/src/cstdio.cpp */, - 8D79BDACE28B4BC3B9F1BF32 /* ../flycast/core/deps/nowide/src/cstdlib.cpp */, - 088B1B0D2964451FB5B59CD5 /* ../flycast/core/deps/nowide/src/filebuf.cpp */, - 6A02E18FA64C40B8B6BA7223 /* ../flycast/core/deps/nowide/src/iostream.cpp */, - 3C3C50F374D04C2F8214825B /* ../flycast/core/deps/nowide/src/stat.cpp */, + C86F9DAD39E94174B4773CEC /* ../flycast/core/deps/nowide/include/nowide/args.hpp */, + 619148FA1E9A4D5E9F814448 /* ../flycast/core/deps/nowide/include/nowide/config.hpp */, + 980D491C45DC4BCAB7BF65D5 /* ../flycast/core/deps/nowide/include/nowide/convert.hpp */, + 9F9F5A2881E64E25839A12F8 /* ../flycast/core/deps/nowide/include/nowide/cstdio.hpp */, + A6BB7E208AAA44729A237E08 /* ../flycast/core/deps/nowide/include/nowide/cstdlib.hpp */, + B39615C3430445E7A608B5C1 /* ../flycast/core/deps/nowide/include/nowide/detail/convert.hpp */, + 5C76F1773FEF4BD39F3584BD /* ../flycast/core/deps/nowide/include/nowide/detail/is_path.hpp */, + 865ACCF639CF44B594E3EEA8 /* ../flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp */, + FD1A3CA289194CCFB413C25F /* ../flycast/core/deps/nowide/include/nowide/detail/utf.hpp */, + BD7331D5F7BD461B8CC894BB /* ../flycast/core/deps/nowide/include/nowide/filebuf.hpp */, + 0FA6F528D82F48DEA2BB4FF5 /* ../flycast/core/deps/nowide/include/nowide/filesystem.hpp */, + E7049B9EC83947EC8D814116 /* ../flycast/core/deps/nowide/include/nowide/fstream.hpp */, + 035DB1B11E2943B5A1805BB3 /* ../flycast/core/deps/nowide/include/nowide/iostream.hpp */, + E806ED1E76514FF3A0C9D667 /* ../flycast/core/deps/nowide/include/nowide/quoted.hpp */, + 79ABB1A2506B4CA6B347C72E /* ../flycast/core/deps/nowide/include/nowide/replacement.hpp */, + 4EE9D144CF4B4BBFA29FE0F7 /* ../flycast/core/deps/nowide/include/nowide/stackstring.hpp */, + 0E141301C725464BAA07C46F /* ../flycast/core/deps/nowide/include/nowide/stat.hpp */, + 21FA5B1CA0494EFCAB3655BA /* ../flycast/core/deps/nowide/include/nowide/utf/convert.hpp */, + 60D2B18676164208B01EF1EA /* ../flycast/core/deps/nowide/include/nowide/utf/utf.hpp */, + B7ABBD62E23748138BA1487C /* ../flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp */, + F44011A81F76461FA933B3D8 /* ../flycast/core/deps/nowide/include/nowide/windows.hpp */, ); - name = "Source Files"; + name = "Header Files"; sourceTree = ""; }; - 7053D3CAC12B474782E904CA /* nowide */ = { + A71A974E04314A038737556E = { isa = PBXGroup; children = ( - 1C2A0353F8844D32A6ABF8E5 /* Source Files */, - 01015E006F53442FB4BA1124 /* Header Files */, - 0658C84002ED444592F561C6 /* Resources */, - A0419610CA5F4AB8956E4896 /* ../flycast/core/deps/nowide/CMakeLists.txt */, + FB3C4DFDA5894408B5E9CEEC /* nowide */, + EE84495A889A48BA89C816A0 /* ALL_BUILD */, + 5AB2B7946E464F0188B6CDEB /* Products */, + BEA0979FC5A0445E8D0F6A03 /* Frameworks */, + AA9E764ED3454ABBA13A35CC /* Resources */, ); - name = nowide; sourceTree = ""; }; - 8B307C23F75D4EE6B4862734 /* Frameworks */ = { + AA9E764ED3454ABBA13A35CC /* Resources */ = { isa = PBXGroup; children = ( ); - name = Frameworks; + name = Resources; sourceTree = ""; }; - 9C69078926004A88A5B50E03 /* ALL_BUILD */ = { + BEA0979FC5A0445E8D0F6A03 /* Frameworks */ = { isa = PBXGroup; children = ( - A8EFC0ABCAA044AAA0BF4935 /* CMake Rules */, - A5F250217DC643498B5C29BB /* ../flycast/core/deps/nowide/CMakeLists.txt */, ); - name = ALL_BUILD; + name = Frameworks; sourceTree = ""; }; - A8EFC0ABCAA044AAA0BF4935 /* CMake Rules */ = { + D039667BC3424B44AC6F5282 /* Source Files */ = { isa = PBXGroup; children = ( + 99E5AF0C79454E2C99C7BA18 /* ../flycast/core/deps/nowide/src/console_buffer.cpp */, + 0DD823D1FC1B4E84A32A652E /* ../flycast/core/deps/nowide/src/cstdio.cpp */, + 8243F71B0147431D8E85E11E /* ../flycast/core/deps/nowide/src/cstdlib.cpp */, + 4D34DEAF15B74A45BA364E54 /* ../flycast/core/deps/nowide/src/filebuf.cpp */, + ACA3EED9FC91449A9F045611 /* ../flycast/core/deps/nowide/src/iostream.cpp */, + 737D099A48E34778873E9CDF /* ../flycast/core/deps/nowide/src/stat.cpp */, ); - name = "CMake Rules"; + name = "Source Files"; sourceTree = ""; }; - D006BF0DFC5049DFB933DF9E /* Products */ = { + EE84495A889A48BA89C816A0 /* ALL_BUILD */ = { isa = PBXGroup; children = ( - 92F445A7728D428C9354906D /* nowide */, + 5B336907BBAD4457ABC3B56F /* CMake Rules */, + 4B452B88AC904AE0BEF3A953 /* ../flycast/core/deps/nowide/CMakeLists.txt */, ); - name = Products; + name = ALL_BUILD; sourceTree = ""; }; - DE829C82B6454B1A97B224C5 /* Resources */ = { + FB3C4DFDA5894408B5E9CEEC /* nowide */ = { isa = PBXGroup; children = ( + D039667BC3424B44AC6F5282 /* Source Files */, + 89B75A6349554DDF8DF02A73 /* Header Files */, + 656CB7C8DFA14ABD8225341A /* Resources */, + A4450457C460480F898F87BD /* ../flycast/core/deps/nowide/CMakeLists.txt */, ); - name = Resources; + name = nowide; sourceTree = ""; }; /* End PBXGroup section */ @@ -298,48 +298,48 @@ /* Begin PBXNativeTarget section */ B752C9C7BC3D5683D01E5833 /* nowide */ = { isa = PBXNativeTarget; - buildConfigurationList = 67CC7473138242BD8BFEB672 /* Build configuration list for PBXNativeTarget "nowide" */; + buildConfigurationList = 7E886DE4D38F47669595E6CD /* Build configuration list for PBXNativeTarget "nowide" */; buildPhases = ( - 957E7EE43A6D4A408FA14B40 /* Sources */, - 0A90A6639E5942C8A5180721 /* Frameworks */, + 69CCBD643DCC4B48946DBD59 /* Sources */, + 2929F2BF4B0344D78DDD6BAC /* Frameworks */, ); buildRules = ( ); dependencies = ( - A9780EC31A1F443A8832B824 /* PBXTargetDependency */, + 5D8372112E2C4E868A856818 /* PBXTargetDependency */, ); name = nowide; productName = nowide; - productReference = 92F445A7728D428C9354906D /* nowide */; + productReference = 5E7D87AB559C4C86A6826CA6 /* nowide */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - 498C30ACDAE547FCAB4D6B76 /* Project object */ = { + 0D9796788D9E4125ADDA1D8C /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 1620; }; - buildConfigurationList = 15865793B8BA42A186849882 /* Build configuration list for PBXProject "nowide" */; + buildConfigurationList = EBF87721E7F04BEC9EDBE847 /* Build configuration list for PBXProject "nowide" */; buildSettings = { }; buildStyles = ( - C61303AD3BD54F3FAD4CC408 /* Debug */, - 6E65698CA260402CBFB3CEA7 /* Release */, - D03DC20061B7416D88EA53CB /* MinSizeRel */, - 705F577671904AEE9D6F9CC4 /* RelWithDebInfo */, + 95A741245F924F6DB83133A0 /* Debug */, + FBD1E17E849B4941B35F54F2 /* Release */, + 4CEE07485D224617A4475793 /* MinSizeRel */, + AD097FB4EF5B44B287133A5F /* RelWithDebInfo */, ); compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; - mainGroup = 1259ABDAAD984CB4908BE151; + mainGroup = A71A974E04314A038737556E; projectDirPath = ../flycast/core/deps/nowide; projectRoot = ""; targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, - 11E917AB434F844A6CA3AEDF /* install */, + B727D2F61FE22951697F0BAD /* ALL_BUILD */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, + 1148ED2E9013F6047A670D47 /* install */, B752C9C7BC3D5683D01E5833 /* nowide */, ); }; @@ -456,19 +456,19 @@ exit 0"; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../cmake/core/deps/nowide - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : cd ../cmake/core/deps/nowide - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../cmake/core/deps/nowide - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../cmake/core/deps/nowide - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; showEnvVarsInLog = 0; @@ -491,46 +491,46 @@ exit 0"; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 957E7EE43A6D4A408FA14B40 /* Sources */ = { + 69CCBD643DCC4B48946DBD59 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6930DE5BFBDF4F2E81CAE0CB /* ../flycast/core/deps/nowide/src/console_buffer.cpp */, - 000B1F3FD08C46EDA66FA625 /* ../flycast/core/deps/nowide/src/cstdio.cpp */, - 35A41D890F794AF7897389C9 /* ../flycast/core/deps/nowide/src/cstdlib.cpp */, - A63C227B0E0440A6AE1B2778 /* ../flycast/core/deps/nowide/src/filebuf.cpp */, - CEA561EA4B02482B97C80423 /* ../flycast/core/deps/nowide/src/iostream.cpp */, - 928CD08BFF2A4E2E8404B463 /* ../flycast/core/deps/nowide/src/stat.cpp */, + 39A4A86B613A49F599649D51 /* ../flycast/core/deps/nowide/src/console_buffer.cpp */, + FEC44398E105401690B5C28E /* ../flycast/core/deps/nowide/src/cstdio.cpp */, + 0D6209A373FE4C0F947CF269 /* ../flycast/core/deps/nowide/src/cstdlib.cpp */, + 3DCE2F6BA2A1489FA105A081 /* ../flycast/core/deps/nowide/src/filebuf.cpp */, + E8C05B5A99C34C10AD1DC8D2 /* ../flycast/core/deps/nowide/src/iostream.cpp */, + D913C4575ECD4FA8A0834D56 /* ../flycast/core/deps/nowide/src/stat.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 01A46E73AA814B30B93F734F /* PBXTargetDependency */ = { + 113CF66727C04E95B478C974 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = 2D7DFC8413AB4E42BC53A459 /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 0AC02F304C394BB986A43E61 /* PBXContainerItemProxy */; }; - 0F6A9B1DC749402B947AB853 /* PBXTargetDependency */ = { + 349AD15E2BB6414798998048 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = B051AEA56F5E43B8BBDB54F0 /* PBXContainerItemProxy */; + target = B752C9C7BC3D5683D01E5833 /* nowide */; + targetProxy = BFE8ADBA3B6C4545AD6E7FEF /* PBXContainerItemProxy */; }; - A9780EC31A1F443A8832B824 /* PBXTargetDependency */ = { + 5D8372112E2C4E868A856818 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 31F7FA06BC3B4DBCAEEF0A7E /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = F133E7648CA940C9B1399D8E /* PBXContainerItemProxy */; }; - FF09BD921F2C4C52A5D82FEB /* PBXTargetDependency */ = { + ACA59DB6721C4C7D869AC011 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B752C9C7BC3D5683D01E5833 /* nowide */; - targetProxy = 5C887DEC0F02459B9E319B17 /* PBXContainerItemProxy */; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = 658D2C22E51B47D2BCEFC89A /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 0C198FF28EED4623BE9968FF /* Release */ = { + 029BA7AEEFEB4432B5AC630B /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -548,23 +548,9 @@ exit 0"; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; - }; - 2D86B6C4103F4645A5355CAF /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = Release; + name = MinSizeRel; }; - 313F0B41FF994FB4A090F714 /* Release */ = { + 05422347CDE8416597EA73D9 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -575,14 +561,14 @@ exit 0"; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",NOWIDE_HAS_INIT_PRIORITY,NOWIDE_NO_LIB,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = (../flycast/core/deps/nowide/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -pedantic "; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -pedantic "; OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; PRODUCT_NAME = nowide; @@ -591,9 +577,9 @@ exit 0"; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = MinSizeRel; }; - 363D4CE3882D4C2BA4309C3B /* Release */ = { + 13D5D101E2264B1296948DED /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -611,9 +597,29 @@ exit 0"; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = Debug; + }; + 3D39DA398C75497CB402BE35 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); + }; + name = RelWithDebInfo; }; - 3EBEEB2817C5451DBCE1EEDF /* MinSizeRel */ = { + 3D8E82F4295C4CBDB46DC7EC /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -633,7 +639,7 @@ exit 0"; }; name = MinSizeRel; }; - 3F269E4C58F548778B334142 /* RelWithDebInfo */ = { + 505619EE69714623BD7D9848 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -653,7 +659,21 @@ exit 0"; }; name = RelWithDebInfo; }; - 40A2B51FD57A43ADB033703E /* MinSizeRel */ = { + 612C9D0F17B5466D9B121AE5 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = RelWithDebInfo; + }; + 63548B89498449049099C750 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -667,7 +687,21 @@ exit 0"; }; name = MinSizeRel; }; - 4D42ED2A1D804DAAAD0D2F63 /* Debug */ = { + 6FF29D70475841989AC8EA27 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = Release; + }; + 75568871682749498DE726E5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -696,47 +730,7 @@ exit 0"; }; name = Debug; }; - 4E65A87C0E6147CBAEEF5A75 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Release; - }; - 5A24714B8B5044709D0D0E5F /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - 5EC2874DE3B64CA59D99984D /* Debug */ = { + 761DAE6EAC48496DBB60604D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -749,21 +743,36 @@ exit 0"; }; name = Debug; }; - 5F9222834CF6424BA00A1EA8 /* RelWithDebInfo */ = { + 9043AF6B3B414BA78B2EC0EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; + COMBINE_HIDPI_IMAGES = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",NOWIDE_HAS_INIT_PRIORITY,NOWIDE_NO_LIB,"$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/nowide/include,"$(inherited)"); + INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -pedantic "; + OTHER_LIBTOOLFLAGS = (""); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = nowide; + SECTORDER_FLAGS = ""; + + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Release; }; - 7975F8E2E85B4DE795F5429E /* Debug */ = { + 9FA36FE9E5DD4D0A8707042A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -776,14 +785,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - 79DBAE7A7AC34BD2BCDBC53F /* RelWithDebInfo */ = { + A5EB55E5FDFB48C7BEE4C8F3 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -796,14 +805,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = MinSizeRel; }; - 8306361D46174977AD6AA02B /* MinSizeRel */ = { + BB761BB2FC36459EA46FC71C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -821,9 +830,9 @@ exit 0"; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Release; }; - 8A01415A35034E53A11E8BCC /* Debug */ = { + D5D1A19CF70D47F083FCF408 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -841,9 +850,9 @@ exit 0"; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - 8D7F7276B3F04FB29747109B /* RelWithDebInfo */ = { + D7F3492A45E942A49373295E /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -872,36 +881,27 @@ exit 0"; }; name = RelWithDebInfo; }; - A135232F50C4453DB0D4A2AD /* MinSizeRel */ = { + D8ECF037EEDC4FFE93F7DB5A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",NOWIDE_HAS_INIT_PRIORITY,NOWIDE_NO_LIB,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/nowide/include,"$(inherited)"); INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -pedantic "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = nowide; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Release; }; - C5DD9BDCE5314FDAA4E4C03F /* Debug */ = { + DA9E133BC32F4496B65E8CE4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -914,14 +914,14 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = Debug; }; - EC27203ED83D46498A37124A /* MinSizeRel */ = { + E1F9C5DBF4914D1AA35E3C84 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -934,72 +934,72 @@ exit 0"; INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Debug; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 15865793B8BA42A186849882 /* Build configuration list for PBXProject "nowide" */ = { + 03BE3587E6B648F898FA6D1B /* Build configuration list for PBXAggregateTarget "install" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5EC2874DE3B64CA59D99984D /* Debug */, - 2D86B6C4103F4645A5355CAF /* Release */, - 40A2B51FD57A43ADB033703E /* MinSizeRel */, - 5F9222834CF6424BA00A1EA8 /* RelWithDebInfo */, + DA9E133BC32F4496B65E8CE4 /* Debug */, + BB761BB2FC36459EA46FC71C /* Release */, + 029BA7AEEFEB4432B5AC630B /* MinSizeRel */, + 505619EE69714623BD7D9848 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 30CCA18DC0E8422281A3E6F0 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + 20DB58351A9542E991513828 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8A01415A35034E53A11E8BCC /* Debug */, - 363D4CE3882D4C2BA4309C3B /* Release */, - EC27203ED83D46498A37124A /* MinSizeRel */, - 5A24714B8B5044709D0D0E5F /* RelWithDebInfo */, + 13D5D101E2264B1296948DED /* Debug */, + D8ECF037EEDC4FFE93F7DB5A /* Release */, + A5EB55E5FDFB48C7BEE4C8F3 /* MinSizeRel */, + D5D1A19CF70D47F083FCF408 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 637DECBBEFA749E4A0891161 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + 7E886DE4D38F47669595E6CD /* Build configuration list for PBXNativeTarget "nowide" */ = { isa = XCConfigurationList; buildConfigurations = ( - C5DD9BDCE5314FDAA4E4C03F /* Debug */, - 4E65A87C0E6147CBAEEF5A75 /* Release */, - 3EBEEB2817C5451DBCE1EEDF /* MinSizeRel */, - 79DBAE7A7AC34BD2BCDBC53F /* RelWithDebInfo */, + 75568871682749498DE726E5 /* Debug */, + 9043AF6B3B414BA78B2EC0EC /* Release */, + 05422347CDE8416597EA73D9 /* MinSizeRel */, + D7F3492A45E942A49373295E /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 67CC7473138242BD8BFEB672 /* Build configuration list for PBXNativeTarget "nowide" */ = { + BF10E5573D5E433EB6D32219 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4D42ED2A1D804DAAAD0D2F63 /* Debug */, - 313F0B41FF994FB4A090F714 /* Release */, - A135232F50C4453DB0D4A2AD /* MinSizeRel */, - 8D7F7276B3F04FB29747109B /* RelWithDebInfo */, + E1F9C5DBF4914D1AA35E3C84 /* Debug */, + 9FA36FE9E5DD4D0A8707042A /* Release */, + 3D8E82F4295C4CBDB46DC7EC /* MinSizeRel */, + 3D39DA398C75497CB402BE35 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - F3F61C42B8FF4BEDAC25A172 /* Build configuration list for PBXAggregateTarget "install" */ = { + EBF87721E7F04BEC9EDBE847 /* Build configuration list for PBXProject "nowide" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7975F8E2E85B4DE795F5429E /* Debug */, - 0C198FF28EED4623BE9968FF /* Release */, - 8306361D46174977AD6AA02B /* MinSizeRel */, - 3F269E4C58F548778B334142 /* RelWithDebInfo */, + 761DAE6EAC48496DBB60604D /* Debug */, + 6FF29D70475841989AC8EA27 /* Release */, + 63548B89498449049099C750 /* MinSizeRel */, + 612C9D0F17B5466D9B121AE5 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = 498C30ACDAE547FCAB4D6B76 /* Project object */; + rootObject = 0D9796788D9E4125ADDA1D8C /* Project object */; } diff --git a/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/CMakeScripts/ReRunCMake.make b/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/CMakeScripts/ReRunCMake.make deleted file mode 100644 index b8bd8dee81..0000000000 --- a/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CMakeDependentOption.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCCompilerFlag.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/CheckCSourceCompiles.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckCompilerFlag.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /opt/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/Internal/CheckSourceCompiles.cmake)) - -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake/CMakeFiles/cmake.check_cache: $(TARGETS) - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -S/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast -B/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake diff --git a/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/MinSizeRel-iphoneos/libxxhash.a b/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/MinSizeRel-iphoneos/libxxhash.a deleted file mode 100644 index 66a3e33cd8..0000000000 Binary files a/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/MinSizeRel-iphoneos/libxxhash.a and /dev/null differ diff --git a/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/cmake_install.cmake b/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/cmake_install.cmake deleted file mode 100644 index f70a1699f4..0000000000 --- a/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/flycast/core/deps/xxHash/cmake_unofficial - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Applications/Xcode16.1RC.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump") -endif() - -set(CMAKE_BINARY_DIR "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Flycast/cmake") - -if(NOT PLATFORM_NAME) - if(NOT "$ENV{PLATFORM_NAME}" STREQUAL "") - set(PLATFORM_NAME "$ENV{PLATFORM_NAME}") - endif() - if(NOT PLATFORM_NAME) - set(PLATFORM_NAME iphoneos) - endif() -endif() - -if(NOT EFFECTIVE_PLATFORM_NAME) - if(NOT "$ENV{EFFECTIVE_PLATFORM_NAME}" STREQUAL "") - set(EFFECTIVE_PLATFORM_NAME "$ENV{EFFECTIVE_PLATFORM_NAME}") - endif() - if(NOT EFFECTIVE_PLATFORM_NAME) - set(EFFECTIVE_PLATFORM_NAME -iphoneos) - endif() -endif() - diff --git a/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/xxHash.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/xxHash.xcodeproj/project.pbxproj index c648abb3f4..4c663ddd69 100644 --- a/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/xxHash.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/core/deps/xxHash/cmake_unofficial/xxHash.xcodeproj/project.pbxproj @@ -7,21 +7,21 @@ objects = { /* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { + 1148ED2E9013F6047A670D47 /* install */ = { isa = PBXAggregateTarget; - buildConfigurationList = B0658D4A379B4D658D856ED5 /* Build configuration list for PBXAggregateTarget "install" */; + buildConfigurationList = 366392261CBC4B979ED5EB40 /* Build configuration list for PBXAggregateTarget "install" */; buildPhases = ( 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, ); dependencies = ( - BC8769EAE7564FBC832EFEB3 /* PBXTargetDependency */, + 4D13B1675460408B886EA0AC /* PBXTargetDependency */, ); name = install; productName = install; }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { + 69835AD03873232AF422EFB0 /* ZERO_CHECK */ = { isa = PBXAggregateTarget; - buildConfigurationList = 9B9FB37F49F14313904DC3BB /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; + buildConfigurationList = 94C1C37B3B5A49579560DF47 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; buildPhases = ( DFACFB9F055FE875B3F7E375 /* Generate CMakeFiles/ZERO_CHECK */, ); @@ -30,15 +30,15 @@ name = ZERO_CHECK; productName = ZERO_CHECK; }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { + B727D2F61FE22951697F0BAD /* ALL_BUILD */ = { isa = PBXAggregateTarget; - buildConfigurationList = 3D5377C948D3449D82117A80 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; + buildConfigurationList = 5A12FC439CB7490ABD386F62 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; buildPhases = ( D06BC010A4A725C3D20C3449 /* Generate CMakeFiles/ALL_BUILD */, ); dependencies = ( - 3505C964206F4384BB89DFCB /* PBXTargetDependency */, - B07CBA67F4BE44B09EE12C29 /* PBXTargetDependency */, + 153668DAC7684454AECFC34D /* PBXTargetDependency */, + 234F85FAA7424E4D93D87A6A /* PBXTargetDependency */, ); name = ALL_BUILD; productName = ALL_BUILD; @@ -46,83 +46,83 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 7E54AEF5EE7940B4B8888FA2 /* ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 3D26AB6F729E49FF88120D06 /* ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist */; }; - A2C6D8D1D45840F08743F12F /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = DD4F0835B3734A2B98C0378D /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */; }; - E6D2BD127FD64D72A9E9D50A /* ../flycast/core/deps/xxHash/xxhash.c */ = {isa = PBXBuildFile; fileRef = 7BBDB82F91DB4465A4363E3E /* ../flycast/core/deps/xxHash/xxhash.c */; }; + 4524AE3E98D544D1B882030A /* ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = D47C3DA1F93C443F98B954FF /* ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist */; }; + 832027FC509149FA88B53CB4 /* ../flycast/core/deps/xxHash/xxhash.c */ = {isa = PBXBuildFile; fileRef = B422165A1816444B832A8974 /* ../flycast/core/deps/xxHash/xxhash.c */; }; + B947B9CC46B94C91B09909DE /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = E9B78984A9B544E199CC139B /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ - 19BBD971845E4F5DBC12E5E9 /* Debug */ = { + 1FB085B0EBD14B958DCAB1C7 /* MinSizeRel */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Debug; + name = MinSizeRel; }; - 3968F64689724E3B99C931BE /* RelWithDebInfo */ = { + D2492453646C4402BADFD6DE /* Release */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = RelWithDebInfo; + name = Release; }; - 6C9C952E919148E0A367BBF0 /* MinSizeRel */ = { + E883BA73B677480985DB0F90 /* Debug */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = MinSizeRel; + name = Debug; }; - 787CE030C8314ABCAFC54256 /* Release */ = { + FF598C0E0424470E8276494F /* RelWithDebInfo */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; - name = Release; + name = RelWithDebInfo; }; /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ - 14D4CC9BFAEE4584BC1524D8 /* PBXContainerItemProxy */ = { + 406F143B10A74DCAB706D9AD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 0912954A2D704D73B267B839 /* Project object */; + containerPortal = 49137CDA8BF646C7A052987A /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; - remoteInfo = ALL_BUILD; - }; - 6DB47AE7CAA74B22B6725ECB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0912954A2D704D73B267B839 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; + remoteGlobalIDString = 69835AD03873232AF422EFB0; remoteInfo = ZERO_CHECK; }; - A51C29B14E714D4782053CA3 /* PBXContainerItemProxy */ = { + 490FC1BE6FDF447B8A38138D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 0912954A2D704D73B267B839 /* Project object */; + containerPortal = 49137CDA8BF646C7A052987A /* Project object */; proxyType = 1; remoteGlobalIDString = D59F45CAF99423BB160B8A01; remoteInfo = xxhash; }; - FD264B783CA348C692394AED /* PBXContainerItemProxy */ = { + 8E9DF772827841FF9546F06A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 0912954A2D704D73B267B839 /* Project object */; + containerPortal = 49137CDA8BF646C7A052987A /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; + remoteGlobalIDString = 69835AD03873232AF422EFB0; remoteInfo = ZERO_CHECK; }; + AA7EA4A08E9241F88D4CC139 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 49137CDA8BF646C7A052987A /* Project object */; + proxyType = 1; + remoteGlobalIDString = B727D2F61FE22951697F0BAD; + remoteInfo = ALL_BUILD; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 3D26AB6F729E49FF88120D06 /* ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; - 7BBDB82F91DB4465A4363E3E /* ../flycast/core/deps/xxHash/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = ../flycast/core/deps/xxHash/xxhash.c; sourceTree = ""; }; - 83953745E57E4A07A10C85D2 /* xxhash */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxxhash.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9E5D80A549EC4C358D085C0A /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - DD4F0835B3734A2B98C0378D /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + A7EE25F26E784E17A2D00247 /* xxhash */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxxhash.a; sourceTree = BUILT_PRODUCTS_DIR; }; + B422165A1816444B832A8974 /* ../flycast/core/deps/xxHash/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = ../flycast/core/deps/xxHash/xxhash.c; sourceTree = ""; }; + D47C3DA1F93C443F98B954FF /* ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; + E9B78984A9B544E199CC139B /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + EDE4C5C076F24A61A6F86B43 /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 28A6E2D86C544C12B5D61578 /* Frameworks */ = { + 181F30F6D7EA4D47BF439099 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -132,78 +132,78 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 12D9687E1FF241E9881EC613 /* Resources */ = { + 074634F36D55429180FEED9E /* Source Files */ = { isa = PBXGroup; children = ( - 3D26AB6F729E49FF88120D06 /* ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist */, + B422165A1816444B832A8974 /* ../flycast/core/deps/xxHash/xxhash.c */, ); - name = Resources; + name = "Source Files"; sourceTree = ""; }; - 5332824EB507452EB824B536 /* Resources */ = { + 29DAF6001948455B9E97CCE1 /* Products */ = { isa = PBXGroup; children = ( + A7EE25F26E784E17A2D00247 /* xxhash */, ); - name = Resources; + name = Products; sourceTree = ""; }; - 547E6A72D65840449D5F1546 /* xxhash */ = { + 47FC0F11F5E74334880AB24D /* CMake Rules */ = { isa = PBXGroup; children = ( - E993B93B21F24DEDA4B20E00 /* Source Files */, - 12D9687E1FF241E9881EC613 /* Resources */, - DD4F0835B3734A2B98C0378D /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */, ); - name = xxhash; + name = "CMake Rules"; sourceTree = ""; }; - 62DEB84F9B784544ACA812A2 /* CMake Rules */ = { + 701839C6B2EA4A4D81F99FBA /* Resources */ = { isa = PBXGroup; children = ( + D47C3DA1F93C443F98B954FF /* ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist */, ); - name = "CMake Rules"; + name = Resources; sourceTree = ""; }; - 75F5B09426E84A3EBD47DC7A /* ALL_BUILD */ = { + 71CB88D14A654E5991556460 /* ALL_BUILD */ = { isa = PBXGroup; children = ( - 62DEB84F9B784544ACA812A2 /* CMake Rules */, - 9E5D80A549EC4C358D085C0A /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */, + 47FC0F11F5E74334880AB24D /* CMake Rules */, + EDE4C5C076F24A61A6F86B43 /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; }; - 94011F1A83C243F394758B9B /* Frameworks */ = { + BCB9014DA5674ED3923CC00F /* xxhash */ = { isa = PBXGroup; children = ( + 074634F36D55429180FEED9E /* Source Files */, + 701839C6B2EA4A4D81F99FBA /* Resources */, + E9B78984A9B544E199CC139B /* ../flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt */, ); - name = Frameworks; + name = xxhash; sourceTree = ""; }; - B2F73767BFD743FD85E201AD /* Products */ = { + D55EA53F08874D13AC33876D /* Resources */ = { isa = PBXGroup; children = ( - 83953745E57E4A07A10C85D2 /* xxhash */, ); - name = Products; + name = Resources; sourceTree = ""; }; - E993B93B21F24DEDA4B20E00 /* Source Files */ = { + EB29D42A3E68476E9081D568 /* Frameworks */ = { isa = PBXGroup; children = ( - 7BBDB82F91DB4465A4363E3E /* ../flycast/core/deps/xxHash/xxhash.c */, ); - name = "Source Files"; + name = Frameworks; sourceTree = ""; }; - FEEEBCE743F04ED0A1ECC1C7 = { + F69BD3805D5241559F29D123 = { isa = PBXGroup; children = ( - 547E6A72D65840449D5F1546 /* xxhash */, - 75F5B09426E84A3EBD47DC7A /* ALL_BUILD */, - B2F73767BFD743FD85E201AD /* Products */, - 94011F1A83C243F394758B9B /* Frameworks */, - 5332824EB507452EB824B536 /* Resources */, + BCB9014DA5674ED3923CC00F /* xxhash */, + 71CB88D14A654E5991556460 /* ALL_BUILD */, + 29DAF6001948455B9E97CCE1 /* Products */, + EB29D42A3E68476E9081D568 /* Frameworks */, + D55EA53F08874D13AC33876D /* Resources */, ); sourceTree = ""; }; @@ -212,48 +212,48 @@ /* Begin PBXNativeTarget section */ D59F45CAF99423BB160B8A01 /* xxhash */ = { isa = PBXNativeTarget; - buildConfigurationList = 9EA8E511AEF54A5EB598691C /* Build configuration list for PBXNativeTarget "xxhash" */; + buildConfigurationList = DE8FFF93EAEA4009A66C61AD /* Build configuration list for PBXNativeTarget "xxhash" */; buildPhases = ( - 0010025934AF450CB8618F9F /* Sources */, - 28A6E2D86C544C12B5D61578 /* Frameworks */, + 429568D45D0B4FE197DFDB97 /* Sources */, + 181F30F6D7EA4D47BF439099 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 87798A1DA7DB4E73AAA67CCD /* PBXTargetDependency */, + 2799DFEA1C174D6AA2A363DD /* PBXTargetDependency */, ); name = xxhash; productName = xxhash; - productReference = 83953745E57E4A07A10C85D2 /* xxhash */; + productReference = A7EE25F26E784E17A2D00247 /* xxhash */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - 0912954A2D704D73B267B839 /* Project object */ = { + 49137CDA8BF646C7A052987A /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 1620; }; - buildConfigurationList = 46D961BAD6E84118AEE0FC81 /* Build configuration list for PBXProject "xxHash" */; + buildConfigurationList = 9E8823CEC0974FAE9361EE5F /* Build configuration list for PBXProject "xxHash" */; buildSettings = { }; buildStyles = ( - 19BBD971845E4F5DBC12E5E9 /* Debug */, - 787CE030C8314ABCAFC54256 /* Release */, - 6C9C952E919148E0A367BBF0 /* MinSizeRel */, - 3968F64689724E3B99C931BE /* RelWithDebInfo */, + E883BA73B677480985DB0F90 /* Debug */, + D2492453646C4402BADFD6DE /* Release */, + 1FB085B0EBD14B958DCAB1C7 /* MinSizeRel */, + FF598C0E0424470E8276494F /* RelWithDebInfo */, ); compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; - mainGroup = FEEEBCE743F04ED0A1ECC1C7; + mainGroup = F69BD3805D5241559F29D123; projectDirPath = ../flycast/core/deps/xxHash/cmake_unofficial; projectRoot = ""; targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, - 11E917AB434F844A6CA3AEDF /* install */, + B727D2F61FE22951697F0BAD /* ALL_BUILD */, + 69835AD03873232AF422EFB0 /* ZERO_CHECK */, + 1148ED2E9013F6047A670D47 /* install */, D59F45CAF99423BB160B8A01 /* xxhash */, ); }; @@ -304,19 +304,19 @@ exit 0"; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : cd ../cmake/core/deps/xxHash/cmake_unofficial - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : cd ../cmake/core/deps/xxHash/cmake_unofficial - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : cd ../cmake/core/deps/xxHash/cmake_unofficial - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : cd ../cmake/core/deps/xxHash/cmake_unofficial - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake + /opt/homebrew/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; showEnvVarsInLog = 0; @@ -405,41 +405,41 @@ fi /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 0010025934AF450CB8618F9F /* Sources */ = { + 429568D45D0B4FE197DFDB97 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E6D2BD127FD64D72A9E9D50A /* ../flycast/core/deps/xxHash/xxhash.c */, + 832027FC509149FA88B53CB4 /* ../flycast/core/deps/xxHash/xxhash.c */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 3505C964206F4384BB89DFCB /* PBXTargetDependency */ = { + 153668DAC7684454AECFC34D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D59F45CAF99423BB160B8A01 /* xxhash */; - targetProxy = A51C29B14E714D4782053CA3 /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 406F143B10A74DCAB706D9AD /* PBXContainerItemProxy */; }; - 87798A1DA7DB4E73AAA67CCD /* PBXTargetDependency */ = { + 234F85FAA7424E4D93D87A6A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 6DB47AE7CAA74B22B6725ECB /* PBXContainerItemProxy */; + target = D59F45CAF99423BB160B8A01 /* xxhash */; + targetProxy = 490FC1BE6FDF447B8A38138D /* PBXContainerItemProxy */; }; - B07CBA67F4BE44B09EE12C29 /* PBXTargetDependency */ = { + 2799DFEA1C174D6AA2A363DD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = FD264B783CA348C692394AED /* PBXContainerItemProxy */; + target = 69835AD03873232AF422EFB0 /* ZERO_CHECK */; + targetProxy = 8E9DF772827841FF9546F06A /* PBXContainerItemProxy */; }; - BC8769EAE7564FBC832EFEB3 /* PBXTargetDependency */ = { + 4D13B1675460408B886EA0AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = 14D4CC9BFAEE4584BC1524D8 /* PBXContainerItemProxy */; + target = B727D2F61FE22951697F0BAD /* ALL_BUILD */; + targetProxy = AA7EA4A08E9241F88D4CC139 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 12F2858BD94B4B59903B6441 /* Debug */ = { + 00A45E5BBC794E82AA9AB9D6 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -452,34 +452,43 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - 18425469C978435EA59848DE /* Debug */ = { + 013ADA01961940CCACE8F23B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/xxHash/cmake_unofficial/..,"$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = xxhash; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = Release; }; - 2808933EB083494BA997AC94 /* Debug */ = { + 02F66D0189C041E5AA8F1AF1 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -497,29 +506,38 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = MinSizeRel; }; - 32034CFDB9E4438A80EC6EFA /* RelWithDebInfo */ = { + 0D4CF33B6CC9461EAF7BD40F /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = (../flycast/core/deps/xxHash/cmake_unofficial/..,"$(inherited)"); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -DNDEBUG -fPIC ","$(inherited)"); + OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = xxhash; SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = MinSizeRel; }; - 380B5A868BF74832B52AA8CA /* RelWithDebInfo */ = { + 28BABBD7FC414F97AAD46EFE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -537,9 +555,23 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; + name = Debug; + }; + 2E3A755694B14B05AC42C745 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; name = RelWithDebInfo; }; - 399BAA9D49A74465A4A93422 /* RelWithDebInfo */ = { + 3A540283FBCF419B9DB7D075 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -552,41 +584,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; - }; - 3C29CE891AB048519F5155A4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - BUILD_DIR = ../lib; - }; - name = Debug; - }; - 3D00E23043464CC38A11441E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = Release; + name = MinSizeRel; }; - 5725D2C531154DDBB6DF0250 /* MinSizeRel */ = { + 3AF463ED0B2F4C64B37CD2A7 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -604,9 +609,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Release; }; - 83AF303700E14BE891C5FF97 /* Release */ = { + 3D6F7E22B1FA4DB69492B22A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -619,14 +624,41 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; name = Release; }; - 84FD3ED3FD0D4078B22EE12B /* MinSizeRel */ = { + 5052B57F5F174CF7A1D03103 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + BUILD_DIR = ../lib; + }; + name = Debug; + }; + 66E7E9F5838A49D7AC753680 /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = arm64; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SWIFT_COMPILATION_MODE = wholemodule; + BUILD_DIR = ../lib; + }; + name = MinSizeRel; + }; + 770142F0DDFB49388591A91E /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -635,16 +667,16 @@ fi EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; + GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = (../flycast/core/deps/xxHash/cmake_unofficial/..,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -DNDEBUG -fPIC ","$(inherited)"); + OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -DNDEBUG -fPIC ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; PRODUCT_NAME = xxhash; @@ -653,9 +685,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = RelWithDebInfo; }; - 97567F08F7F04604AAAEF895 /* Release */ = { + 8CFD9E1A264F4A86A1AF4D7D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -668,14 +700,14 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = ZERO_CHECK; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = Debug; }; - 9FD5E3EC031342AA9C17FBAE /* MinSizeRel */ = { + 96245BB0E1F04EE0A4D5144D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -688,43 +720,34 @@ fi INSTALL_PATH = ""; OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = install; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Debug; }; - C00A2E42356D4D3C82B743C3 /* Debug */ = { + AE21A924535B40CDB4A7BCCE /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/xxHash/cmake_unofficial/..,"$(inherited)"); INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_LDFLAGS = ("","$(inherited)"); OTHER_REZFLAGS = ""; - PRODUCT_NAME = xxhash; + PRODUCT_NAME = ALL_BUILD; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Debug; + name = RelWithDebInfo; }; - DBB0C68873A74103AE160792 /* Release */ = { + B229F35CE88B4F5A935C6855 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -742,9 +765,9 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = Release; + name = RelWithDebInfo; }; - E0718E0FABF3451A8198DAE4 /* RelWithDebInfo */ = { + C1A255E9E43442458B5FA1EB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm64; @@ -756,38 +779,9 @@ fi SWIFT_COMPILATION_MODE = wholemodule; BUILD_DIR = ../lib; }; - name = RelWithDebInfo; - }; - FA1D9E95100548929D63CF64 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/xxHash/cmake_unofficial/..,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xxhash; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; name = Release; }; - FCCC87E825914F599F0C8DFD /* MinSizeRel */ = { + E4CCC8A281D742228308A596 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -807,7 +801,7 @@ fi }; name = MinSizeRel; }; - FD6DF2C87FCA439398223276 /* RelWithDebInfo */ = { + EA8D9D8738FB4D9FBCC446B2 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -818,14 +812,14 @@ fi EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = (../flycast/core/deps/xxHash/cmake_unofficial/..,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -DNDEBUG -fPIC ","$(inherited)"); + OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -fPIC ","$(inherited)"); OTHER_LIBTOOLFLAGS = (""); OTHER_REZFLAGS = ""; PRODUCT_NAME = xxhash; @@ -834,81 +828,87 @@ fi USE_HEADERMAP = NO; WARNING_CFLAGS = ("$(inherited)"); }; - name = RelWithDebInfo; + name = Debug; }; - FF0F886EF72740DEB79E5BD9 /* MinSizeRel */ = { + F61955B5F2F04C7A95B5CC1A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; + ALWAYS_SEARCH_USER_PATHS = NO; + COMBINE_HIDPI_IMAGES = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INSTALL_PATH = ""; + OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_REZFLAGS = ""; + PRODUCT_NAME = ZERO_CHECK; + SECTORDER_FLAGS = ""; + USE_HEADERMAP = NO; + WARNING_CFLAGS = ("$(inherited)"); }; - name = MinSizeRel; + name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 3D5377C948D3449D82117A80 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + 366392261CBC4B979ED5EB40 /* Build configuration list for PBXAggregateTarget "install" */ = { isa = XCConfigurationList; buildConfigurations = ( - 12F2858BD94B4B59903B6441 /* Debug */, - 97567F08F7F04604AAAEF895 /* Release */, - FCCC87E825914F599F0C8DFD /* MinSizeRel */, - 380B5A868BF74832B52AA8CA /* RelWithDebInfo */, + 96245BB0E1F04EE0A4D5144D /* Debug */, + 3AF463ED0B2F4C64B37CD2A7 /* Release */, + 3A540283FBCF419B9DB7D075 /* MinSizeRel */, + 00A45E5BBC794E82AA9AB9D6 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 46D961BAD6E84118AEE0FC81 /* Build configuration list for PBXProject "xxHash" */ = { + 5A12FC439CB7490ABD386F62 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3C29CE891AB048519F5155A4 /* Debug */, - 3D00E23043464CC38A11441E /* Release */, - FF0F886EF72740DEB79E5BD9 /* MinSizeRel */, - E0718E0FABF3451A8198DAE4 /* RelWithDebInfo */, + 28BABBD7FC414F97AAD46EFE /* Debug */, + 3D6F7E22B1FA4DB69492B22A /* Release */, + E4CCC8A281D742228308A596 /* MinSizeRel */, + AE21A924535B40CDB4A7BCCE /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 9B9FB37F49F14313904DC3BB /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + 94C1C37B3B5A49579560DF47 /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2808933EB083494BA997AC94 /* Debug */, - DBB0C68873A74103AE160792 /* Release */, - 9FD5E3EC031342AA9C17FBAE /* MinSizeRel */, - 399BAA9D49A74465A4A93422 /* RelWithDebInfo */, + 8CFD9E1A264F4A86A1AF4D7D /* Debug */, + F61955B5F2F04C7A95B5CC1A /* Release */, + 02F66D0189C041E5AA8F1AF1 /* MinSizeRel */, + B229F35CE88B4F5A935C6855 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 9EA8E511AEF54A5EB598691C /* Build configuration list for PBXNativeTarget "xxhash" */ = { + 9E8823CEC0974FAE9361EE5F /* Build configuration list for PBXProject "xxHash" */ = { isa = XCConfigurationList; buildConfigurations = ( - C00A2E42356D4D3C82B743C3 /* Debug */, - FA1D9E95100548929D63CF64 /* Release */, - 84FD3ED3FD0D4078B22EE12B /* MinSizeRel */, - FD6DF2C87FCA439398223276 /* RelWithDebInfo */, + 5052B57F5F174CF7A1D03103 /* Debug */, + C1A255E9E43442458B5FA1EB /* Release */, + 66E7E9F5838A49D7AC753680 /* MinSizeRel */, + 2E3A755694B14B05AC42C745 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - B0658D4A379B4D658D856ED5 /* Build configuration list for PBXAggregateTarget "install" */ = { + DE8FFF93EAEA4009A66C61AD /* Build configuration list for PBXNativeTarget "xxhash" */ = { isa = XCConfigurationList; buildConfigurations = ( - 18425469C978435EA59848DE /* Debug */, - 83AF303700E14BE891C5FF97 /* Release */, - 5725D2C531154DDBB6DF0250 /* MinSizeRel */, - 32034CFDB9E4438A80EC6EFA /* RelWithDebInfo */, + EA8D9D8738FB4D9FBCC446B2 /* Debug */, + 013ADA01961940CCACE8F23B /* Release */, + 0D4CF33B6CC9461EAF7BD40F /* MinSizeRel */, + 770142F0DDFB49388591A91E /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = 0912954A2D704D73B267B839 /* Project object */; + rootObject = 49137CDA8BF646C7A052987A /* Project object */; } diff --git a/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.pbxproj index 169be4e2e1..793289e426 100644 --- a/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.pbxproj @@ -3,2214 +3,1994 @@ archiveVersion = 1; classes = { }; - objectVersion = 46; + objectVersion = 70; objects = { -/* Begin PBXAggregateTarget section */ - 11E917AB434F844A6CA3AEDF /* install */ = { - isa = PBXAggregateTarget; - buildConfigurationList = A488E035F1674BFFA06EBBAE /* Build configuration list for PBXAggregateTarget "install" */; - buildPhases = ( - 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */, - ); - dependencies = ( - 10A651FD9444433D9F77B658 /* PBXTargetDependency */, - ); - name = install; - productName = install; - }; - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 793CB9C142F94E898779F00B /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; - buildPhases = ( - F7BE65727AC7B46BAB9A0F77 /* Generate CMakeFiles/ZERO_CHECK */, - ); - dependencies = ( - ); - name = ZERO_CHECK; - productName = ZERO_CHECK; - }; - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */ = { - isa = PBXAggregateTarget; - buildConfigurationList = FD038A807A8E4286A1099747 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; - buildPhases = ( - 646BE6AA42B818CD81F7AF14 /* Generate CMakeFiles/ALL_BUILD */, - ); - dependencies = ( - D0C48DA1E4CC44798FF5CE9C /* PBXTargetDependency */, - C07B0C08E1B24514A82F9349 /* PBXTargetDependency */, - 37FFD82BF6A1433C9319DF0D /* PBXTargetDependency */, - 7B9F75ED241345689BE08FF9 /* PBXTargetDependency */, - C799A69E4A4441CC91429BF5 /* PBXTargetDependency */, - 8FB07089B8134D68A1710886 /* PBXTargetDependency */, - 8080BF7461F54C0EAB632613 /* PBXTargetDependency */, - ); - name = ALL_BUILD; - productName = ALL_BUILD; - }; - 9214F1A7DF3B3C4E96ADD2B3 /* distcheck */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 1C7DF9BBC4C445238605E467 /* Build configuration list for PBXAggregateTarget "distcheck" */; - buildPhases = ( - 65056901E0B93529B9ED5750 /* Generate core/deps/libzip/CMakeFiles/distcheck */, - ); - dependencies = ( - 9D1361AC662247C68A129C5A /* PBXTargetDependency */, - ); - name = distcheck; - productName = distcheck; - }; - BFE014D0F91E05E8EAF0406F /* dist */ = { - isa = PBXAggregateTarget; - buildConfigurationList = FF266E48586046D396768A2F /* Build configuration list for PBXAggregateTarget "dist" */; - buildPhases = ( - B1BAF89A1A9EEE647D7B0033 /* Generate core/deps/libzip/CMakeFiles/dist */, - ); - dependencies = ( - ); - name = dist; - productName = dist; - }; -/* End PBXAggregateTarget section */ - /* Begin PBXBuildFile section */ - 0009F2195DC64E8CB6C809ED /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/intermediate.h \"" */ = {isa = PBXBuildFile; fileRef = 41AD285CA0A04E178B2C0749 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/intermediate.h \"" */; }; - 000F2C48D28E4CC78FD3EA2F /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vmallocator.h \"" */ = {isa = PBXBuildFile; fileRef = 389DA5A7867843F791D2D3AB /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vmallocator.h \"" */; }; - 00D28D5BAE044A7B8777285C /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c \"" */ = {isa = PBXBuildFile; fileRef = 4397860339F043D69745A036 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c \"" */; }; - 014FF5B45A8F4ACDA2BB79E9 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_socket_udp.c \"" */ = {isa = PBXBuildFile; fileRef = 6178B0CD171C4127B2D2FD47 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_socket_udp.c \"" */; }; - 01DF074B2466445BB11C1CA5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_atsamd21j18.h \"" */ = {isa = PBXBuildFile; fileRef = DFD79C0AF15240D0AAB7899E /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_atsamd21j18.h \"" */; }; - 0352E77B13864396A2A5BCC7 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/connecthostport.c \"" */ = {isa = PBXBuildFile; fileRef = C3F4FEAC72E54C3882715278 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/connecthostport.c \"" */; }; - 037710BE4B0346F39B50D4AC /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_chd.c \"" */ = {isa = PBXBuildFile; fileRef = E58D2F5F0041401491EBC63A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_chd.c \"" */; }; - 03EDEDE890014C5EA73DEAF0 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderer.cpp \"" */ = {isa = PBXBuildFile; fileRef = 8A9A821DE502479D8EF52557 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderer.cpp \"" */; }; - 046AA66CBD934231857AEF50 /* "\"$(SRCROOT)/flycast/core/hw/pvr/Renderer_if.h \"" */ = {isa = PBXBuildFile; fileRef = 46425A10B9C64CB6ABD288D3 /* "\"$(SRCROOT)/flycast/core/hw/pvr/Renderer_if.h \"" */; }; - 05174131CCC641D591B26613 /* "\"$(SRCROOT)/flycast/core/hw/aica/sgc_if.h \"" */ = {isa = PBXBuildFile; fileRef = 6C98F23E886344F0B30D84E3 /* "\"$(SRCROOT)/flycast/core/hw/aica/sgc_if.h \"" */; }; - 062A9A0E9DE148F9989D5039 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bcj2.c \"" */ = {isa = PBXBuildFile; fileRef = 2462AF30C80B47CE91E97E5D /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bcj2.c \"" */; }; - 062EEABF669743939C97D029 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 9067DA111F51414993293362 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp.rule \"" */; }; - 0637BEC0AE084A56B6CA2148 /* "\"$(SRCROOT)/flycast/core/network/alienfnt_modem.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0707C6B99B7D4A71909C7B55 /* "\"$(SRCROOT)/flycast/core/network/alienfnt_modem.cpp \"" */; }; - 06387365B1E24F289D8F5984 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_sb_regs.cpp \"" */ = {isa = PBXBuildFile; fileRef = B90BEA0B85CA45D292811FC7 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_sb_regs.cpp \"" */; }; - 063B19A5BD654220BD0F7BF3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_dirent.c \"" */ = {isa = PBXBuildFile; fileRef = 0247728267B34082980DD26F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_dirent.c \"" */; }; - 06EDEC5AC914427DA89CF9BC /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/quoted.hpp \"" */ = {isa = PBXBuildFile; fileRef = 820D6C58419940D2820960FF /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/quoted.hpp \"" */; }; - 070794F651E94651B20F75CC /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h \"" */ = {isa = PBXBuildFile; fileRef = AF4C7609288D4704BB5E4E41 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h \"" */; }; - 07EA7D70ECDF449C8826FB13 /* "\"$(SRCROOT)/flycast/core/deps/vixl/pool-manager.h \"" */ = {isa = PBXBuildFile; fileRef = B86F8A2E8C5C4E4F8E06D563 /* "\"$(SRCROOT)/flycast/core/deps/vixl/pool-manager.h \"" */; }; - 090814533E784BFEBDA1AC13 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp \"" */ = {isa = PBXBuildFile; fileRef = 3134CF5EC052444C9852D2CA /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp \"" */; }; - 0972820D74754C789A171F3B /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/miniupnpc.c \"" */ = {isa = PBXBuildFile; fileRef = A6A32D2645784898A14DFC4E /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/miniupnpc.c \"" */; }; - 099FE922B85D4BD095D2E31D /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/Logger.cpp \"" */ = {isa = PBXBuildFile; fileRef = C2AA7ABF2005440B9577848F /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/Logger.cpp \"" */; }; - 09D38AA3ECE24037901231B4 /* "\"$(SRCROOT)/flycast/core/hw/naomi/awcartridge.h \"" */ = {isa = PBXBuildFile; fileRef = 5AE4D153CE9143F385682C03 /* "\"$(SRCROOT)/flycast/core/hw/naomi/awcartridge.h \"" */; }; - 09F8549FEAFB4C009F209D58 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp \"" */ = {isa = PBXBuildFile; fileRef = 54A474C4BBA7431CA5F5D5F5 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp \"" */; }; - 0A226B90A1A949F29F66616B /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zCrc.c \"" */ = {isa = PBXBuildFile; fileRef = 03F682C64C3F48F197EB6A13 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zCrc.c \"" */; }; - 0A8E39A69D4740E28D639D12 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/texture.cpp \"" */ = {isa = PBXBuildFile; fileRef = 181074C9029A451D93F3837F /* "\"$(SRCROOT)/flycast/core/rend/vulkan/texture.cpp \"" */; }; - 0A9AB22D4E4F4B69A3B99B58 /* "\"$(SRCROOT)/flycast/core/deps/md5/md5.cpp \"" */ = {isa = PBXBuildFile; fileRef = E646077A4FCB42738E684C32 /* "\"$(SRCROOT)/flycast/core/deps/md5/md5.cpp \"" */; }; - 0AD206214D6C4AED8A9E177E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c \"" */ = {isa = PBXBuildFile; fileRef = 0380CF5AE29F4E0D976915A0 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c \"" */; }; - 0AE144FD950B41078CFB896D /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_if.h \"" */ = {isa = PBXBuildFile; fileRef = 16561969450044F983B3D592 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_if.h \"" */; }; - 0AF9E02E52B74744BF500A45 /* "\"$(SRCROOT)/flycast/shell/libretro/LogManager.cpp \"" */ = {isa = PBXBuildFile; fileRef = FDE434B11552437DA6823461 /* "\"$(SRCROOT)/flycast/shell/libretro/LogManager.cpp \"" */; }; - 0B139ACECC1E4359A9F61D89 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp \"" */ = {isa = PBXBuildFile; fileRef = A3DE958617004C64B7351857 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp \"" */; }; - 0B22904A8E6F4086BDE95A2D /* "\"$(SRCROOT)/flycast/core/rend/vulkan/quad.cpp \"" */ = {isa = PBXBuildFile; fileRef = F6EE85AF83844B2AB5CB4554 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/quad.cpp \"" */; }; - 0B72ADBD16364FC8AA561F82 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/heap.h \"" */ = {isa = PBXBuildFile; fileRef = 30D01ED46110438DA2E94442 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/heap.h \"" */; }; - 0C658BA4AF9B45F184636790 /* "\"$(SRCROOT)/cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 3E21D3C8261C478AA1DCEA4E /* "\"$(SRCROOT)/cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist \"" */; }; - 0C7795FF38674873B094647F /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instrument-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = 519C2EA371384D02A3031867 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instrument-aarch64.cc \"" */; }; - 0C90F2A9247145B58722BF2C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_discard.c \"" */ = {isa = PBXBuildFile; fileRef = 0BAA705722B54592A76C8A84 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_discard.c \"" */; }; - 0C9C3E5C8ED5455A8F32FAA1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat_index.c \"" */ = {isa = PBXBuildFile; fileRef = 2319A7B1B2234024A3243138 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat_index.c \"" */; }; - 0CDCA473D0C54D6C9C32D13D /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/Logger.h \"" */ = {isa = PBXBuildFile; fileRef = 501DB8D1BE1B44D1A6ED50DC /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/Logger.h \"" */; }; - 0D3218EDB6514BCFBC6216DD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_name.c \"" */ = {isa = PBXBuildFile; fileRef = C574F22407A4431F97F83C6C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_name.c \"" */; }; - 0D56CEEC5CA1421E95216700 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp \"" */ = {isa = PBXBuildFile; fileRef = D734D025ED554AE58C0CE5B7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp \"" */; }; - 0EBE265C3A984A8B870AB7CA /* "\"$(SRCROOT)/flycast/core/wsi/switcher.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0FD0340998404383AE8BC194 /* "\"$(SRCROOT)/flycast/core/wsi/switcher.cpp \"" */; }; - 0F4A94218C844C8BAF9E69E4 /* "\"$(SRCROOT)/flycast/shell/libretro/audiostream.cpp \"" */ = {isa = PBXBuildFile; fileRef = 60C3C3FA89DA4CE592DD087A /* "\"$(SRCROOT)/flycast/shell/libretro/audiostream.cpp \"" */; }; - 0FD85421DE17460182113A0A /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil.h \"" */ = {isa = PBXBuildFile; fileRef = 21EF14F941E241B88C454C0D /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil.h \"" */; }; - 0FDA95F4753D464AB1D55279 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzHash.h \"" */ = {isa = PBXBuildFile; fileRef = 04B04A1E9BCC4E568CE3F620 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzHash.h \"" */; }; - 0FF16C2FA422430193E2EF1E /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/fopen_utf8.c \"" */ = {isa = PBXBuildFile; fileRef = 4BE4C58021964AC5BDFA3A28 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/fopen_utf8.c \"" */; }; - 10442360F75E4E3CAE6A1928 /* "\"$(SRCROOT)/flycast/core/deps/vixl/pool-manager-impl.h \"" */ = {isa = PBXBuildFile; fileRef = 2955CEC0A58C449FA99AF292 /* "\"$(SRCROOT)/flycast/core/deps/vixl/pool-manager-impl.h \"" */; }; - 1059ECD4D78B4A9C9B780E21 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvTools.cpp \"" */ = {isa = PBXBuildFile; fileRef = B3C0F5E4D4BE488A9E5B6711 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvTools.cpp \"" */; }; - 10A676C22D944071BD54663C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h \"" */ = {isa = PBXBuildFile; fileRef = 3CBAE8897F0E4EAA95B58DBD /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h \"" */; }; - 10E8C2CF18E74D709E86EC4E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_remove.c \"" */ = {isa = PBXBuildFile; fileRef = 46A99D5113464C558B32C625 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_remove.c \"" */; }; - 1149A3DF08EB49198DD2E2ED /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fclose.c \"" */ = {isa = PBXBuildFile; fileRef = B7EC60BE71DF43B0B99F816C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fclose.c \"" */; }; - 119A118010F544AAA53F577D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_offset.c \"" */ = {isa = PBXBuildFile; fileRef = 4741CEC6F04B4B779F4ACEAB /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_offset.c \"" */; }; - 11A35C0E97C5438493B014AD /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms_input.h \"" */ = {isa = PBXBuildFile; fileRef = B8DA1DC39BED48A98FF4A607 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms_input.h \"" */; }; - 11BE87C42A1344F1988D7900 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdrom_if.h \"" */ = {isa = PBXBuildFile; fileRef = 5E21B480A88D43D8B53DF7AE /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdrom_if.h \"" */; }; - 11CBB11545B344A4B687AA06 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp \"" */ = {isa = PBXBuildFile; fileRef = D8E4AE78D5214F818D2FA074 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp \"" */; }; - 12BF446C1A904DC69BF365CD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat.c \"" */ = {isa = PBXBuildFile; fileRef = 8C05476177484B28BEB436C2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat.c \"" */; }; - 130BBE755D7844D19196975B /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_device.h \"" */ = {isa = PBXBuildFile; fileRef = 647EDB42E5AC4280912A9B0A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_device.h \"" */; }; - 1317F0A1DC3E40F1BEF14D0F /* "\"$(SRCROOT)/flycast/core/hw/naomi/gdcartridge.h \"" */ = {isa = PBXBuildFile; fileRef = AB9E8386D0B049B699C853E5 /* "\"$(SRCROOT)/flycast/core/hw/naomi/gdcartridge.h \"" */; }; - 13B0B440982C4D1E8699B2DB /* "\"$(SRCROOT)/flycast/core/reios/reios_elf.cpp \"" */ = {isa = PBXBuildFile; fileRef = DF8055BF36E144D78BC5A630 /* "\"$(SRCROOT)/flycast/core/reios/reios_elf.cpp \"" */; }; - 142327175101474C9BC0C373 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c \"" */ = {isa = PBXBuildFile; fileRef = 182F504B7BE649289CD2CB79 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c \"" */; }; - 1459E941363943A384F30B55 /* "\"$(SRCROOT)/cmake/core/deps/miniupnpc/miniupnpcstrings.h \"" */ = {isa = PBXBuildFile; fileRef = D1E88967153A43849D3BDA18 /* "\"$(SRCROOT)/cmake/core/deps/miniupnpc/miniupnpcstrings.h \"" */; }; - 14AB3FBD2A8B46C1A45247A1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/macro-assembler-interface.h \"" */ = {isa = PBXBuildFile; fileRef = A161D2314D974202A4912A79 /* "\"$(SRCROOT)/flycast/core/deps/vixl/macro-assembler-interface.h \"" */; }; - 14AFEC38AF3E4538A415B5C4 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_opcode_list.h \"" */ = {isa = PBXBuildFile; fileRef = F9DAF49E67694FEA88CE7136 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_opcode_list.h \"" */; }; - 14C094B4F4DF4934A461DB98 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/spvIR.h \"" */ = {isa = PBXBuildFile; fileRef = 3C7F47490CD94012B19004E2 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/spvIR.h \"" */; }; - 14D696C5CC1D4DE88593666F /* "\"$(SRCROOT)/flycast/core/deps/libelf/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 8729EED310874EDB9B67AD8B /* "\"$(SRCROOT)/flycast/core/deps/libelf/CMakeLists.txt \"" */; }; - 150E738E644C4D439F06C4EE /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_avr.h \"" */ = {isa = PBXBuildFile; fileRef = E67FBCCF06304B5D9A3CB3CB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_avr.h \"" */; }; - 1523621735614D9B82E7A5DB /* "\"$(SRCROOT)/flycast/core/deps/lzma/Alloc.c \"" */ = {isa = PBXBuildFile; fileRef = B86ADAE0E8F6433080BCED6A /* "\"$(SRCROOT)/flycast/core/deps/lzma/Alloc.c \"" */; }; - 1540DC076DF847EBA271F6BD /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = F195ADC439B748498322827A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */; }; - 15C9BB939A1040919F4AA64D /* "\"$(SRCROOT)/flycast/core/reios/reios.cpp \"" */ = {isa = PBXBuildFile; fileRef = CFFA73F0D7C247C59836C95F /* "\"$(SRCROOT)/flycast/core/reios/reios.cpp \"" */; }; - 15E14A3DA150463CBF05444A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_open.c \"" */ = {isa = PBXBuildFile; fileRef = EF668927959E490E8CD248C5 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_open.c \"" */; }; - 15E6CE5EBEBF443FB53B55D1 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa.h \"" */ = {isa = PBXBuildFile; fileRef = 2948D373DDE1467CB453CF80 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa.h \"" */; }; - 162428430423437C9F085098 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi.cpp \"" */ = {isa = PBXBuildFile; fileRef = 06649B82D56747489C01AC7C /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi.cpp \"" */; }; - 162580E8261044F9808417B6 /* "\"$(SRCROOT)/flycast/core/imgread/gdi.cpp \"" */ = {isa = PBXBuildFile; fileRef = 35CB3A46E2E145BDBCC1B9F4 /* "\"$(SRCROOT)/flycast/core/imgread/gdi.cpp \"" */; }; - 16423673F0384008990BC164 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/decoder-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = AEDA8BEC1B834FD599CEA808 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/decoder-aarch64.h \"" */; }; - 16AD65630B2A4D8A9EC6F96D /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0F24CC52382D47D7BEED433E /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp \"" */; }; - 17190549758C416E8C223F04 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta.h \"" */ = {isa = PBXBuildFile; fileRef = 58DACB485E0A4838AA711A5D /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta.h \"" */; }; - 17F4BDEDA18E4F57BC72517E /* "\"$(SRCROOT)/flycast/shell/libretro/oslib.cpp \"" */ = {isa = PBXBuildFile; fileRef = 8F3AE314665E46289A55DFF9 /* "\"$(SRCROOT)/flycast/shell/libretro/oslib.cpp \"" */; }; - 183D5A37463D4DCAB43A95C3 /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = A0983BAFEA434C8E87D60439 /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist \"" */; }; - 18793F1559E84899863506F3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/ResourceLimits.h \"" */ = {isa = PBXBuildFile; fileRef = 6D3CC1EFEB824FDA9292FBE3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/ResourceLimits.h \"" */; }; - 18BE0E14A9F14A71999D5B37 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h \"" */ = {isa = PBXBuildFile; fileRef = 5FC008E999C14D378578C2B7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h \"" */; }; - 18FC4D9B5AFD4C6788710F28 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp \"" */ = {isa = PBXBuildFile; fileRef = 66DB293FC0B3414EB9225D31 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp \"" */; }; - 1903552ACC024AE5BF0121B8 /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/Foundation.framework */ = {isa = PBXBuildFile; fileRef = 0C0611D70783420B8524BB27 /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/Foundation.framework */; }; - 195B7A2472E343CF84F958CB /* "\"$(SRCROOT)/flycast/core/log/Log.h \"" */ = {isa = PBXBuildFile; fileRef = 6D765D40742D44D5BCAB230F /* "\"$(SRCROOT)/flycast/core/log/Log.h \"" */; }; - 198BF1605F4F4B3799811567 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h \"" */ = {isa = PBXBuildFile; fileRef = CCA650C85853465A9A42914B /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h \"" */; }; - 19DB824604334B1A8520BB64 /* "\"$(SRCROOT)/flycast/core/imgread/cue.cpp \"" */ = {isa = PBXBuildFile; fileRef = 82E22CF6E87F4D3088200D30 /* "\"$(SRCROOT)/flycast/core/imgread/cue.cpp \"" */; }; - 19DBC955B2974817AC9372CD /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/iostream.cpp \"" */ = {isa = PBXBuildFile; fileRef = E28AA18C12AC475EAF46F78E /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/iostream.cpp \"" */; }; - 1A0BF661FD8B4D6E8CE74639 /* "\"$(SRCROOT)/flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 9B63A86705884210BF8A390B /* "\"$(SRCROOT)/flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt \"" */; }; - 1A970DE6BF8048B8B482AB83 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h \"" */ = {isa = PBXBuildFile; fileRef = 1D14DB8B2342455AA5036676 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h \"" */; }; - 1AB4238BD9BE4727888C6CAE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_seek.c \"" */ = {isa = PBXBuildFile; fileRef = 31849A0CB70046019FE41B00 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_seek.c \"" */; }; - 1AD13604B836440998A082B0 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_server.c \"" */ = {isa = PBXBuildFile; fileRef = 7C97943AB60842F89DF9BBEA /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_server.c \"" */; }; - 1AD144014F71406EAE356DFA /* "\"$(SRCROOT)/flycast/core/archive/7zArchive.cpp \"" */ = {isa = PBXBuildFile; fileRef = 924EEDF26D88474BB1239900 /* "\"$(SRCROOT)/flycast/core/archive/7zArchive.cpp \"" */; }; - 1AFEB4DE38424279803C5D13 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h \"" */ = {isa = PBXBuildFile; fileRef = 0B0E45D959B04E4FA3FCD79C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h \"" */; }; - 1B2E114D65134663ACF877AE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_accept_empty.c \"" */ = {isa = PBXBuildFile; fileRef = C585233442DB45FAADE47FAA /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_accept_empty.c \"" */; }; - 1B303B950FC24A3B84629AFE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_all.c \"" */ = {isa = PBXBuildFile; fileRef = 3D87CD4CB90F472A83C5B54C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_all.c \"" */; }; - 1B4C78E9F5C249FCA07C5435 /* "\"$(SRCROOT)/flycast/core/network/alienfnt_modem.h \"" */ = {isa = PBXBuildFile; fileRef = C9C6F20B1EBA465D9C493177 /* "\"$(SRCROOT)/flycast/core/network/alienfnt_modem.h \"" */; }; - 1B64ED33F156471F9047B04A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c \"" */ = {isa = PBXBuildFile; fileRef = B1145B7E125648A893ADE86E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c \"" */; }; - 1B6506704F604A698127020C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_to_str.c \"" */ = {isa = PBXBuildFile; fileRef = 883E9FED694643C1AEC27764 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_to_str.c \"" */; }; - 1C23CB560EA24B408E6E83A7 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h \"" */ = {isa = PBXBuildFile; fileRef = 28354918EBE141B091DF0E35 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h \"" */; }; - 1C46272A7A934038BE23EF88 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instructions-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = 9EA8AC1CED2A418F930A4CA8 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instructions-aarch64.cc \"" */; }; - 1C68E85311CC4409B23F28A8 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_common.c \"" */ = {isa = PBXBuildFile; fileRef = CF6A022953A0497DA3F07E11 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_common.c \"" */; }; - 1D0FB1C319EA48719517E228 /* "\"$(SRCROOT)/flycast/core/deps/xbrz/xbrz.cpp \"" */ = {isa = PBXBuildFile; fileRef = 42D4C95E3D524328BC85F765 /* "\"$(SRCROOT)/flycast/core/deps/xbrz/xbrz.cpp \"" */; }; - 1DE06A970E2C410483F700A3 /* "\"$(SRCROOT)/flycast/core/deps/vixl/compiler-intrinsics-vixl.h \"" */ = {isa = PBXBuildFile; fileRef = 1EE0BAEEA83340DD82D839F2 /* "\"$(SRCROOT)/flycast/core/deps/vixl/compiler-intrinsics-vixl.h \"" */; }; - 1E46914D54514229A65AF7E5 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 62571F7435D84FEBB9E4AA5A /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp \"" */; }; - 1EEAF28C3EF04A8CB69A6050 /* "\"$(SRCROOT)/flycast/core/imgread/chd.cpp \"" */ = {isa = PBXBuildFile; fileRef = D5E41C7F3537459FB4712F23 /* "\"$(SRCROOT)/flycast/core/imgread/chd.cpp \"" */; }; - 1F2BF6BFB63845ECAF27A283 /* "\"$(SRCROOT)/flycast/shell/libretro/LogManager.h \"" */ = {isa = PBXBuildFile; fileRef = 9A6080BCCECD4277AEEE1293 /* "\"$(SRCROOT)/flycast/shell/libretro/LogManager.h \"" */; }; - 1F6725ECBF3F42D49B72B5C9 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_constants.h \"" */ = {isa = PBXBuildFile; fileRef = E9631F5001674CBB9F2B7014 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_constants.h \"" */; }; - 1FB86999DCFC4FF8AB6A2AB1 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec.h \"" */ = {isa = PBXBuildFile; fileRef = FF03397CAEC74EBFAAD795F0 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec.h \"" */; }; - 1FBCE12025F24EACBFFE96E5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y \"" */ = {isa = PBXBuildFile; fileRef = C2D6EC1C229344D3B9BA7EC9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y \"" */; }; - 1FDB468000E642BD9EFFDBC6 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-features-auditor-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = 1BF82552429A40449F9CC32C /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-features-auditor-aarch64.cc \"" */; }; - 1FF9BC55DB0C4CD58E353226 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 73243FAB6C0F4AC9A9CAC019 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp.rule \"" */; }; - 2078BF0DE4F04004B3D546F2 /* "\"$(SRCROOT)/flycast/core/linux/common.cpp \"" */ = {isa = PBXBuildFile; fileRef = A6B8C57B9B41440E9F4E2181 /* "\"$(SRCROOT)/flycast/core/linux/common.cpp \"" */; }; - 20C7B11468504B0A9B9092D0 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = BC2279283484428791A33899 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp.rule \"" */; }; - 2114D55462054BE1B58398B2 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan_renderer.cpp \"" */ = {isa = PBXBuildFile; fileRef = 4CE7EA3BB7804C9A96379058 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan_renderer.cpp \"" */; }; - 2152060F4FD54368B09A4C36 /* "\"$(SRCROOT)/flycast/core/imgread/ImgReader.cpp \"" */ = {isa = PBXBuildFile; fileRef = 6A5DF2845EA64A4484DC4526 /* "\"$(SRCROOT)/flycast/core/imgread/ImgReader.cpp \"" */; }; - 21A0DE1AFAB14B46AE27D8AF /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp \"" */ = {isa = PBXBuildFile; fileRef = 838AF82C276649FB96CCF086 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp \"" */; }; - 21BCDE0F00A74A2698E1D9F2 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zStream.c \"" */ = {isa = PBXBuildFile; fileRef = C6709C822FF9486DB88789F4 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zStream.c \"" */; }; - 21EF17592BCD4B39A3E8EFDE /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/macro-assembler-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = DDDC1825992C4056B3887024 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/macro-assembler-aarch64.h \"" */; }; - 222F535654114537853ED36D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_strerror.c \"" */ = {isa = PBXBuildFile; fileRef = BE26032D6ED0476E9F95F2B9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_strerror.c \"" */; }; - 223CF9BE747A4E0BAC58EDD8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_libzip_version.c \"" */ = {isa = PBXBuildFile; fileRef = 9737520612364B76A78533FC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_libzip_version.c \"" */; }; - 228E6AAA39E748F58190E99C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_progress.c \"" */ = {isa = PBXBuildFile; fileRef = D69A3AAD6F084CEAAE85C57E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_progress.c \"" */; }; - 23694FAC9A304F0DA8C5A2AB /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan_context.h \"" */ = {isa = PBXBuildFile; fileRef = E2F3DD1228944987B8CD6491 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan_context.h \"" */; }; - 23905F3F905F4C8CBDE48DA2 /* "\"$(SRCROOT)/flycast/core/hw/naomi/m4cartridge.cpp \"" */ = {isa = PBXBuildFile; fileRef = C6586DB73DC34BB7BE43228D /* "\"$(SRCROOT)/flycast/core/hw/naomi/m4cartridge.cpp \"" */; }; - 23AF7A2E33B44EB7AFBB3639 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_m3comm.cpp \"" */ = {isa = PBXBuildFile; fileRef = C70ADB5D59334C7891379B61 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_m3comm.cpp \"" */; }; - 241ECB92E4BF4C8E8C553AE0 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h \"" */ = {isa = PBXBuildFile; fileRef = 9F33CB0C98F94E7EA7A11DBA /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h \"" */; }; - 24220114ACB2438BA3F2497C /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_vtx.cpp \"" */ = {isa = PBXBuildFile; fileRef = 35B4465C59374AE8BBF010F1 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_vtx.cpp \"" */; }; - 2440B3D58C184344A1355A61 /* "\"$(SRCROOT)/flycast/core/archive/archive.cpp \"" */ = {isa = PBXBuildFile; fileRef = 937FD913EA5440FAB44F6BE3 /* "\"$(SRCROOT)/flycast/core/archive/archive.cpp \"" */; }; - 24C84E587BA44C799C597471 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fseek.c \"" */ = {isa = PBXBuildFile; fileRef = 5D3B8FF21AF94BEB8E987CDF /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fseek.c \"" */; }; - 2515BB5D43E9487286DFE28E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ShHandle.h \"" */ = {isa = PBXBuildFile; fileRef = 1F6DCE4F30284B0B8757963F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ShHandle.h \"" */; }; - 25B71ABE0CA64FA2A162522A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Lzma86.h \"" */ = {isa = PBXBuildFile; fileRef = 96B531FA15894D6A89B1580A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Lzma86.h \"" */; }; - 25BBA96EEB4140CEA44DF86A /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/receivedata.c \"" */ = {isa = PBXBuildFile; fileRef = 33EC965F24A84FEBBD6E6FE3 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/receivedata.c \"" */; }; - 25F133D8FD38490094FF48B3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp \"" */ = {isa = PBXBuildFile; fileRef = 57EC8ACF398C4D0DA8A588FE /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp \"" */; }; - 265D5EB6AD484FDBB838D0EE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_replace.c \"" */ = {isa = PBXBuildFile; fileRef = 977BF60210C54BC282EFBC0A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_replace.c \"" */; }; - 267CAB8E1E1C490689C0F0BF /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GlslangToSpv.h \"" */ = {isa = PBXBuildFile; fileRef = 3B058C0E2A844DD2926D8DEE /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GlslangToSpv.h \"" */; }; - 272276B09F404DDDB9C8FB37 /* "\"$(SRCROOT)/flycast/shell/libretro/option.cpp \"" */ = {isa = PBXBuildFile; fileRef = D9CC47250394432CA8290939 /* "\"$(SRCROOT)/flycast/shell/libretro/option.cpp \"" */; }; - 27A838051320400D81EFA95E /* "\"$(SRCROOT)/flycast/core/rend/tileclip.h \"" */ = {isa = PBXBuildFile; fileRef = F72DDB7663694792BA91CEC5 /* "\"$(SRCROOT)/flycast/core/rend/tileclip.h \"" */; }; - 27C64DDD1DE24C18A808E336 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_rom.cpp \"" */ = {isa = PBXBuildFile; fileRef = 09877D8F6ED34980A414EAD3 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_rom.cpp \"" */; }; - 27FCB71CF83049CBBF599C7C /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_if.h \"" */ = {isa = PBXBuildFile; fileRef = D1513E2268E449EE94AC70E9 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_if.h \"" */; }; - 28275636786E48DA9917F5B9 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf/convert.hpp \"" */ = {isa = PBXBuildFile; fileRef = 866960FDF5E1466FB14AE1CD /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf/convert.hpp \"" */; }; - 29847DE6B7024D7CB5F00310 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzFind.h \"" */ = {isa = PBXBuildFile; fileRef = 736AD80A2512482F8C49C641 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzFind.h \"" */; }; - 29EBB1A2F424479781F8B579 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/filebuf.cpp \"" */ = {isa = PBXBuildFile; fileRef = 38EB57E4A05A412DAAAF09FA /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/filebuf.cpp \"" */; }; - 2A21724799A2410BA033A0C7 /* "\"$(SRCROOT)/flycast/core/rend/CustomTexture.cpp \"" */ = {isa = PBXBuildFile; fileRef = 2FBFE638279E49CF99494C78 /* "\"$(SRCROOT)/flycast/core/rend/CustomTexture.cpp \"" */; }; - 2A359AB49B8F47FAA1B7D16C /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/disasm-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = FB3FA39CD22E4D8DAA6F5CE0 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/disasm-aarch64.h \"" */; }; - 2A4AF8C551C14CF2AB87532D /* "\"$(SRCROOT)/flycast/core/rend/osd.cpp \"" */ = {isa = PBXBuildFile; fileRef = BA42F9341D5845E1A4C10BFF /* "\"$(SRCROOT)/flycast/core/rend/osd.cpp \"" */; }; - 2A591DEF144248D98A5E79FD /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_linux.h \"" */ = {isa = PBXBuildFile; fileRef = 9B4A6E0F802E423297BAA967 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_linux.h \"" */; }; - 2AACC920F68B4065A06492D3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/doc.cpp \"" */ = {isa = PBXBuildFile; fileRef = A46928A86E2E4159915AF91D /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/doc.cpp \"" */; }; - 2AE388343F9C44C99B0A63BC /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp \"" */ = {isa = PBXBuildFile; fileRef = 97298F28474B4E64A37EC972 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp \"" */; }; - 2B1C69A55004411199A4245C /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = DD64DCA7C9924021B39E4ABC /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-aarch64.cc \"" */; }; - 2B1E23FD4A934F5A94AB64AD /* "\"$(SRCROOT)/flycast/core/rend/vulkan/overlay.cpp \"" */ = {isa = PBXBuildFile; fileRef = 272A34F281C64E3689F9E5F9 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/overlay.cpp \"" */; }; - 2B23C18BD0164592ABE1A1FC /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c \"" */ = {isa = PBXBuildFile; fileRef = 29C589F2AB9E4A449DE46284 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c \"" */; }; - 2BB6E0B56C9343538884985E /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_tree.c \"" */ = {isa = PBXBuildFile; fileRef = 2B0CF5DED3DC4B2582D9B533 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_tree.c \"" */; }; - 2C2E20B5E4724D55AA6B6530 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang.m4 \"" */ = {isa = PBXBuildFile; fileRef = C4564EEDA5F345F4B8EE1623 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang.m4 \"" */; }; - 2C78537A34BD4AA8B1E95350 /* "\"$(SRCROOT)/flycast/core/deps/vixl/utils-vixl.h \"" */ = {isa = PBXBuildFile; fileRef = B9A1F1B67CD041C98DA7DA36 /* "\"$(SRCROOT)/flycast/core/deps/vixl/utils-vixl.h \"" */; }; - 2CABE6F8940D46529355703A /* "\"$(SRCROOT)/flycast/core/network/output.h \"" */ = {isa = PBXBuildFile; fileRef = BFA710CD6A6647939DA37F9B /* "\"$(SRCROOT)/flycast/core/network/output.h \"" */; }; - 2CC22E62850A4BD7B0EBF54D /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdrom_response.cpp \"" */ = {isa = PBXBuildFile; fileRef = 28DE244A3F5E41FB86F0E0A2 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdrom_response.cpp \"" */; }; - 2CC34CF104C04827BFCA0010 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/filesystem.hpp \"" */ = {isa = PBXBuildFile; fileRef = 4E2F19DBEBE64AA1B89F5206 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/filesystem.hpp \"" */; }; - 2D31B83C0F03432F9A1C26DF /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 7D06CA58A8E646BE80955E73 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp.rule \"" */; }; - 2D64F7CED43F4EF8AEFA2AAD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_window.c \"" */ = {isa = PBXBuildFile; fileRef = 07F7C73924C14DFBA946D850 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_window.c \"" */; }; - 2D6B8962D98B46CABF1ED39D /* "\"$(SRCROOT)/flycast/core/hw/pvr/spg.cpp \"" */ = {isa = PBXBuildFile; fileRef = 6F7A1547FEEB4803A7E40869 /* "\"$(SRCROOT)/flycast/core/hw/pvr/spg.cpp \"" */; }; - 2D80E25282B24537A8C981CE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_error_get.c \"" */ = {isa = PBXBuildFile; fileRef = EBDC0978AAF040F7835EE5F0 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_error_get.c \"" */; }; - 2DD55B9B2BC14CC6835E6401 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_close.c \"" */ = {isa = PBXBuildFile; fileRef = 850B0C43D9564626BDE559C4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_close.c \"" */; }; - 2DF8AFFC59694941B7F92913 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_compress.c \"" */ = {isa = PBXBuildFile; fileRef = A1BE2A604B2F4A7D8F0DF3C4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_compress.c \"" */; }; - 2EBA825E97304135A6C7C395 /* "\"$(SRCROOT)/flycast/core/imgread/cdi.cpp \"" */ = {isa = PBXBuildFile; fileRef = 28FC816B143640F1906C35E5 /* "\"$(SRCROOT)/flycast/core/imgread/cdi.cpp \"" */; }; - 2F4091927E88473891436606 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_esp8266.h \"" */ = {isa = PBXBuildFile; fileRef = E5B575E7D19444B7890231D7 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_esp8266.h \"" */; }; - 2F5C513127B3420A9756F7F1 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/is_path.hpp \"" */ = {isa = PBXBuildFile; fileRef = 6EA949F28A3F4BBFB7F97AC4 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/is_path.hpp \"" */; }; - 2F7C83F80F944D099C535A48 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/miniwget.c \"" */ = {isa = PBXBuildFile; fileRef = 1B95063C0A2941F9881A007E /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/miniwget.c \"" */; }; - 305E0A9CBAC5482CB39BEE2B /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 6A7213904FE54C4E9D1AE536 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt \"" */; }; - 3149FEECB6FF4BDC91EC0239 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/utf.hpp \"" */ = {isa = PBXBuildFile; fileRef = B6E449D98ABC443EA44816D2 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/utf.hpp \"" */; }; - 314F05C827624CFD903BBF8B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_buffer.c \"" */ = {isa = PBXBuildFile; fileRef = C9A547D5A803440889AB5643 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_buffer.c \"" */; }; - 317B1ABAFFC145B58706D85E /* "\"$(SRCROOT)/flycast/core/deps/vixl/platform-vixl.h \"" */ = {isa = PBXBuildFile; fileRef = 5CAB0E541D8349F182DC5F25 /* "\"$(SRCROOT)/flycast/core/deps/vixl/platform-vixl.h \"" */; }; - 31C9ED31212E4CBF8D62D456 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp \"" */ = {isa = PBXBuildFile; fileRef = 2B0E18B42AF14886B8D9B89C /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp \"" */; }; - 320A6AFCC518404AB08DC7E1 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvTools.h \"" */ = {isa = PBXBuildFile; fileRef = 6BD1695DC9474BCCA5B3EC56 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvTools.h \"" */; }; - 32B53C220A184C47A1530734 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0ACB24FD482F4A279E716920 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp \"" */; }; - 32DE497208A2456D99408876 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/operands-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = D11DAD0EFF2A4214810335FF /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/operands-aarch64.h \"" */; }; - 338E51514BC343A29548CA48 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_regs.cpp \"" */ = {isa = PBXBuildFile; fileRef = A161F334E90A46D9879E7C90 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_regs.cpp \"" */; }; - 3395B7E9E9574C3DB21B2EB5 /* "\"$(SRCROOT)/flycast/shell/libretro/oslib_apple.mm \"" */ = {isa = PBXBuildFile; fileRef = 76F67110EA3A437A85726D05 /* "\"$(SRCROOT)/flycast/shell/libretro/oslib_apple.mm \"" */; }; - 33970674FA7745EE8686E954 /* "\"$(SRCROOT)/flycast/core/wsi/context.h \"" */ = {isa = PBXBuildFile; fileRef = 3A304AD3B7714600912ED5C1 /* "\"$(SRCROOT)/flycast/core/wsi/context.h \"" */; }; - 33A5A2A05E32493DB6E4FD1D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/mmu.cpp \"" */ = {isa = PBXBuildFile; fileRef = F1DB83DE56204D529C949BBA /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/mmu.cpp \"" */; }; - 341A6E9C58DB431EAB070198 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_socket_tcp.c \"" */ = {isa = PBXBuildFile; fileRef = C4AB71981740448D8E89D869 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_socket_tcp.c \"" */; }; - 348A9ADFCC0342858F7F9839 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_stat.c \"" */ = {isa = PBXBuildFile; fileRef = ADE3C08A4B0D4768A2187837 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_stat.c \"" */; }; - 348DA8A73876449BA55A3CB9 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf/utf.hpp \"" */ = {isa = PBXBuildFile; fileRef = 1ADEC9F07F234D6AB53E6D86 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf/utf.hpp \"" */; }; - 353447A348AE43A0B92EA132 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c \"" */ = {isa = PBXBuildFile; fileRef = 4B72F1ED13734D659B27C8C9 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c \"" */; }; - 35385E56735247D1BCD2A1EE /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c \"" */ = {isa = PBXBuildFile; fileRef = 0308A63263F246B1900D075F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c \"" */; }; - 355A8ACF6EB14EA49E92839F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_rollback_write.c \"" */ = {isa = PBXBuildFile; fileRef = E9C19303B2EA4B05A65A91D5 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_rollback_write.c \"" */; }; - 35A186B61B9C4386AD940BF9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h \"" */ = {isa = PBXBuildFile; fileRef = 03B14FD1074041BF917BAC10 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h \"" */; }; - 35B7D75C58F540B999C58164 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_arm64.cpp \"" */ = {isa = PBXBuildFile; fileRef = 59C88CB990FA4CF8BAE5BDB3 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_arm64.cpp \"" */; }; - 35F5B85201DA433FA55B8179 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_addressing.h \"" */ = {isa = PBXBuildFile; fileRef = 93E5EC045D8E424C8B814DDB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_addressing.h \"" */; }; - 36CAA3D72ECC4171AE4E9AB5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_frame.c \"" */ = {isa = PBXBuildFile; fileRef = 9932D71A9709476F9D5CEFF2 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_frame.c \"" */; }; - 36DCD74E060944D3BD3DCEAB /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 81F4941644C74E01ACA142D6 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp \"" */; }; - 37115D39768E4F1EAA718BA6 /* "\"$(SRCROOT)/flycast/core/hw/modem/modem.cpp \"" */ = {isa = PBXBuildFile; fileRef = 4CD0924ECB794985BB7ACB34 /* "\"$(SRCROOT)/flycast/core/hw/modem/modem.cpp \"" */; }; - 3763FD501914419286461540 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/disassemble.h \"" */ = {isa = PBXBuildFile; fileRef = 394A11C390A342CDAB7EDDE8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/disassemble.h \"" */; }; - 3776760FB85842958C6F37C6 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpcommands.c \"" */ = {isa = PBXBuildFile; fileRef = 3647C8CE02884E999D79A77E /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpcommands.c \"" */; }; - 37AB01344A2440FEBE9256B4 /* "\"$(SRCROOT)/flycast/core/hw/modem/modem_regs.h \"" */ = {isa = PBXBuildFile; fileRef = B916259D50564EF5A66D4CEC /* "\"$(SRCROOT)/flycast/core/hw/modem/modem_regs.h \"" */; }; - 37C3E6283F8F49A0BE3911A7 /* "\"$(SRCROOT)/flycast/core/rend/sorter.cpp \"" */ = {isa = PBXBuildFile; fileRef = 172612F1CA4B4AD097FDDE70 /* "\"$(SRCROOT)/flycast/core/rend/sorter.cpp \"" */; }; - 37D11BA5A39A4BDA912AD5A8 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms.cpp \"" */ = {isa = PBXBuildFile; fileRef = 2881294325014B4790D2B36D /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms.cpp \"" */; }; - 37EE47BB26E64A0BAA337C9B /* "\"$(SRCROOT)/flycast/core/imgread/common.h \"" */ = {isa = PBXBuildFile; fileRef = AC31211868D64E1F9FF32E4B /* "\"$(SRCROOT)/flycast/core/imgread/common.h \"" */; }; - 38052125FCF743238330C62B /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_huffman.c \"" */ = {isa = PBXBuildFile; fileRef = F7D14F675EF8409FB110AC85 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_huffman.c \"" */; }; - 38C70686583C4B47BCBD6198 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c \"" */ = {isa = PBXBuildFile; fileRef = C4C67FA7FC0E452C8FBE312D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c \"" */; }; - 38D3D67141FF4B75907FFD4D /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_interp.cpp \"" */ = {isa = PBXBuildFile; fileRef = 214DCA9F5295449299D6E580 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_interp.cpp \"" */; }; - 38D5A0D26E4748DB937E1F3C /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_x64.cpp \"" */ = {isa = PBXBuildFile; fileRef = D6F26AA5C4B140F792896FDC /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_x64.cpp \"" */; }; - 3938B9AEA4F14ECAB1E81E74 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_arm9.h \"" */ = {isa = PBXBuildFile; fileRef = 3F6B0DCCEC0844D38CD6F4FD /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_arm9.h \"" */; }; - 3948B0FF6C51491A9247B476 /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf.c \"" */ = {isa = PBXBuildFile; fileRef = 6FA4B9A44B7648AE906D912E /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf.c \"" */; }; - 39772903E20D4EEA9FAD3510 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr.h \"" */ = {isa = PBXBuildFile; fileRef = 1F2A80D58D1C4EC19D110847 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr.h \"" */; }; - 3A155242CC1F4B21ABD1102D /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_opcode_list.cpp \"" */ = {isa = PBXBuildFile; fileRef = F233CD1A1B8B49EC869E75BC /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_opcode_list.cpp \"" */; }; - 3A66A766BEEE4F88965085AF /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 5CBF22967D4A48E08F529EF0 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp.rule \"" */; }; - 3A6C0DAD941944CAA626FD28 /* "\"$(SRCROOT)/flycast/core/cheats.h \"" */ = {isa = PBXBuildFile; fileRef = 3C42AD6461814ABDBCD60EB9 /* "\"$(SRCROOT)/flycast/core/cheats.h \"" */; }; - 3A6C7B35C0344F4EBAAA978E /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/fstream.hpp \"" */ = {isa = PBXBuildFile; fileRef = F2C283F73BAB4F48A5AD171B /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/fstream.hpp \"" */; }; - 3A8E8CFD1DDB4BCAA7897A5D /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zArcIn.c \"" */ = {isa = PBXBuildFile; fileRef = 0E53BFDD718C4758AEEE70CB /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zArcIn.c \"" */; }; - 3AE7D273FD024434A9EE5B1C /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/logic-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = 75A64862E08E437988E278A4 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/logic-aarch64.cc \"" */; }; - 3B048969429147BE9D8354B2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_stdio.c \"" */ = {isa = PBXBuildFile; fileRef = A0150E1BF3BA496183398D1D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_stdio.c \"" */; }; - 3B89ABFF64964DC48C0F7D7C /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_defines.h \"" */ = {isa = PBXBuildFile; fileRef = B5FB669EB2314B2BAD3ADCCB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_defines.h \"" */; }; - 3B8F76A45C1B4423820573EC /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_helper.h \"" */ = {isa = PBXBuildFile; fileRef = DEDFA09FB1344D52AA5EBB6E /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_helper.h \"" */; }; - 3BC8E8336E3D477BBCC5B193 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_zip.c \"" */ = {isa = PBXBuildFile; fileRef = A55B2C308DEA47D3B5872D67 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_zip.c \"" */; }; - 3CF04BC6EA3E433999880920 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_options_intl.h \"" */ = {isa = PBXBuildFile; fileRef = B7600F5DE8764BC4A01C74E0 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_options_intl.h \"" */; }; - 3D428B9A383843F0A52267D4 /* "\"$(SRCROOT)/flycast/core/reios/gdrom_hle.h \"" */ = {isa = PBXBuildFile; fileRef = C716C8D969F54919B1020EF8 /* "\"$(SRCROOT)/flycast/core/reios/gdrom_hle.h \"" */; }; - 3D6360531EEB4F79AC2B2B81 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange.c \"" */ = {isa = PBXBuildFile; fileRef = 3ABA2BE4A52C4486A89E7649 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange.c \"" */; }; - 3D892059033140D198B419E1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/macro-assembler-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = 1024DDED6B9D46E697C2ACDC /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/macro-assembler-aarch64.cc \"" */; }; - 3D8E1BD4785B4DE58951E356 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vk_context_lr.h \"" */ = {isa = PBXBuildFile; fileRef = 3919A98F6B30403EAB9D0D63 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vk_context_lr.h \"" */; }; - 3ECB6DBA1D90403C9657B74A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h \"" */ = {isa = PBXBuildFile; fileRef = 20FDABD5A2B446A7997A29E6 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h \"" */; }; - 3ED120B9200E463C8D6BE260 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h \"" */ = {isa = PBXBuildFile; fileRef = AAE8EB3EEA3B48B7B52C9B84 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h \"" */; }; - 3ED21360F77541BF9FCF1269 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpreplyparse.c \"" */ = {isa = PBXBuildFile; fileRef = DC27DF266E72423EB1F85CC1 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpreplyparse.c \"" */; }; - 3F204E7A417749D3A6803386 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h \"" */ = {isa = PBXBuildFile; fileRef = A956324A842C44679BF941DE /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h \"" */; }; - 3F4BD8F5642D4EEB86E0D4F0 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c \"" */ = {isa = PBXBuildFile; fileRef = CD7024F0D3B8493FBA55840D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c \"" */; }; - 400E8E1EEBD349EE93DA5F3A /* "\"$(SRCROOT)/flycast/core/hw/naomi/netdimm.h \"" */ = {isa = PBXBuildFile; fileRef = E86D3C298BA24E6C8451399C /* "\"$(SRCROOT)/flycast/core/hw/naomi/netdimm.h \"" */; }; - 4039F6E0ED864952986A6905 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c \"" */ = {isa = PBXBuildFile; fileRef = 2B16FDB639814DA193C37630 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c \"" */; }; - 4057AF885B284E4E9BA0A430 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h \"" */ = {isa = PBXBuildFile; fileRef = 93118DFFCA904D1C868C2D5F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h \"" */; }; - 40B97B6E8DA64ECFB9ED32C0 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/tests/benchmark.c \"" */ = {isa = PBXBuildFile; fileRef = 07E9AF5A4E25415C9ED0C529 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/tests/benchmark.c \"" */; }; - 40DCFA0CD0D84CE291295AE4 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c \"" */ = {isa = PBXBuildFile; fileRef = CB4A8509C8F04AF5AF89FFA5 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c \"" */; }; - 41400C7307F446D5883C002C /* "\"$(SRCROOT)/flycast/core/hw/hwreg.h \"" */ = {isa = PBXBuildFile; fileRef = 059CFFF9234B4ED28581B11C /* "\"$(SRCROOT)/flycast/core/hw/hwreg.h \"" */; }; - 41D53754313C4E0CA7B07C55 /* "\"$(SRCROOT)/flycast/core/hw/naomi/decrypt.cpp \"" */ = {isa = PBXBuildFile; fileRef = 2A84071E13EE47CE996C3569 /* "\"$(SRCROOT)/flycast/core/hw/naomi/decrypt.cpp \"" */; }; - 42022458C42E43F38AEEF9C3 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 6AB1C4DE54254EAAB4E85B51 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp.rule \"" */; }; - 422086F7D0814D6BAF397A02 /* "\"$(SRCROOT)/flycast/core/hw/naomi/m4cartridge.h \"" */ = {isa = PBXBuildFile; fileRef = 38081C9798014586895D05BF /* "\"$(SRCROOT)/flycast/core/hw/naomi/m4cartridge.h \"" */; }; - 427376C857EE4398A067F065 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Sort.c \"" */ = {isa = PBXBuildFile; fileRef = B53489A71C024F11A704A3A1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Sort.c \"" */; }; - 43884C37439E4CE7B6DFE08F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp \"" */ = {isa = PBXBuildFile; fileRef = F0DCDF096DE54BA883C21234 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp \"" */; }; - 43981FF56884445D83F6A327 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/igd_desc_parse.c \"" */ = {isa = PBXBuildFile; fileRef = B2C2E395480B4169A3737893 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/igd_desc_parse.c \"" */; }; - 45AF3F51EC194EB5A9B77394 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_helper.cpp \"" */ = {isa = PBXBuildFile; fileRef = 4C81415D024A4729A60A8760 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_helper.cpp \"" */; }; - 45C01B90A5984B4F87903798 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h \"" */ = {isa = PBXBuildFile; fileRef = D06E8C6B302E4FB788CF9FDB /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h \"" */; }; - 463342F226AC4198BD40C69F /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = CEC53EB0641C4B328019BAB4 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp \"" */; }; - 46899D152B4B4211808ED4F8 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = BD500C4554EA4745968A6AD0 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp.rule \"" */; }; - 46A0F506D4EF43C7AE1BDC73 /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0410F83E189248AE8E8E1F69 /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp \"" */; }; - 46B73D8E174D49E5831D5400 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0248D0C8D7544E6E9B73F37D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp \"" */; }; - 47AC5D7CA94B42A19805A257 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/config.hpp \"" */ = {isa = PBXBuildFile; fileRef = 3BCCABF192334BADAED6022A /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/config.hpp \"" */; }; - 47FB563118224CF2B9FFA142 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_cfg.h \"" */ = {isa = PBXBuildFile; fileRef = EA65CB0FDC0B4EC6BE486D22 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_cfg.h \"" */; }; - 48D52EF93B344EBA90F00E07 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/dmac.h \"" */ = {isa = PBXBuildFile; fileRef = 2DC0E490202C4781A04644EF /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/dmac.h \"" */; }; - 48EC0EC40EDA43AFB59F39B6 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_devs.h \"" */ = {isa = PBXBuildFile; fileRef = 0E0F9D6D112B4CD5BEEA3FFE /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_devs.h \"" */; }; - 495DAADBC6D04073911F1AED /* "\"$(SRCROOT)/flycast/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 63455893C28B4A65924428EB /* "\"$(SRCROOT)/flycast/CMakeLists.txt \"" */; }; - 4A094E77C02C42E087B45F9F /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_rom.h \"" */ = {isa = PBXBuildFile; fileRef = D063DD33DD6B4998A1BEAF6A /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_rom.h \"" */; }; - 4A37061EA72347C2830EA0C8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/ShaderLang.h \"" */ = {isa = PBXBuildFile; fileRef = BC97C6B2D1444CC4BE9CBC78 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/ShaderLang.h \"" */; }; - 4AAA55997E0741E49455CEC1 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/resource_limits_c.h \"" */ = {isa = PBXBuildFile; fileRef = 6C5D74BEF13B48CC872ACDCF /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/resource_limits_c.h \"" */; }; - 4AEBC6BBCCEF40FFA181BA0F /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf32.c \"" */ = {isa = PBXBuildFile; fileRef = FA86D478CFA84D679809ED85 /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf32.c \"" */; }; - 4B1B31FCEC6E4E639A24E179 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/replacement.hpp \"" */ = {isa = PBXBuildFile; fileRef = 3EC43B1DACE44F86801D212E /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/replacement.hpp \"" */; }; - 4B364FF27E704084BBC91198 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp \"" */ = {isa = PBXBuildFile; fileRef = DAD8B52B8B45401AA01A9485 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp \"" */; }; - 4C5193A75C9E41528A8F6721 /* "\"$(SRCROOT)/flycast/core/linux/unwind_info.cpp \"" */ = {isa = PBXBuildFile; fileRef = 5698DBF93D864804B61727EC /* "\"$(SRCROOT)/flycast/core/linux/unwind_info.cpp \"" */; }; - 4C61B447B79A44BF8C353573 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_fpu.cpp \"" */ = {isa = PBXBuildFile; fileRef = 68E71BF7FECA4A9990D74AD5 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_fpu.cpp \"" */; }; - 4C81B58FF3FE423AADF47229 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 498AB3EDE59447D98D286F7F /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp \"" */; }; - 4CECC7C3D57E468DB3613961 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_file_comment.c \"" */ = {isa = PBXBuildFile; fileRef = 236CFBBFB5FB4EC19CA13F46 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_file_comment.c \"" */; }; - 4CF3C097AD0C424D8606C9AC /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_options.h \"" */ = {isa = PBXBuildFile; fileRef = C322A20361844A4EAD96E60E /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_options.h \"" */; }; - 4D35BDE6D3D04DFD9A51C307 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_core_regs.cpp \"" */ = {isa = PBXBuildFile; fileRef = F0CE74928C064B489F6ABB77 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_core_regs.cpp \"" */; }; - 4DCC8F8A7F1A4790B74B1508 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp \"" */ = {isa = PBXBuildFile; fileRef = DCF4F12781DD4F598F13DDE9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp \"" */; }; - 4E3843AB50B446E6AF952775 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c \"" */ = {isa = PBXBuildFile; fileRef = 1183CBAFDED74360B0B8CC54 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c \"" */; }; - 4E99366E0B5349BF936DBD52 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/osinclude.h \"" */ = {isa = PBXBuildFile; fileRef = 39719B1EE86F443099AA16C7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/osinclude.h \"" */; }; - 4FE945F94BC54A739DC2D97C /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp.h \"" */ = {isa = PBXBuildFile; fileRef = 2108ACE34E5140AB9BA07668 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp.h \"" */; }; - 5009CDFE991F493EAF59E0D4 /* "\"$(SRCROOT)/flycast/core/network/dns.cpp \"" */ = {isa = PBXBuildFile; fileRef = BAF1B4CF64CC49C2AE827039 /* "\"$(SRCROOT)/flycast/core/network/dns.cpp \"" */; }; - 50271BBBD301496684C23ADD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_new.c \"" */ = {isa = PBXBuildFile; fileRef = FEDC1B0BDCB04707B6744779 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_new.c \"" */; }; - 5144DA7EE19845B0948BF7B4 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_socket.h \"" */ = {isa = PBXBuildFile; fileRef = 9ACA9C9D1F8E43CB90B479B5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_socket.h \"" */; }; - 517542FD353D414295E9548A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c \"" */ = {isa = PBXBuildFile; fileRef = 4F61EA7E9C1E42758E7A6426 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c \"" */; }; - 51CCC88EF65D4EBA8270B83A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_msp430.h \"" */ = {isa = PBXBuildFile; fileRef = 714A6B6F459D49CE810F66A0 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_msp430.h \"" */; }; - 536A7CF880614C9A8EC9F5A1 /* "\"$(SRCROOT)/flycast/core/archive/ZipArchive.cpp \"" */ = {isa = PBXBuildFile; fileRef = E721B98D76884D15A3144862 /* "\"$(SRCROOT)/flycast/core/archive/ZipArchive.cpp \"" */; }; - 538C7291E2A54AF8AEF79F44 /* "\"$(SRCROOT)/flycast/core/cheats.cpp \"" */ = {isa = PBXBuildFile; fileRef = 01CF9D75AF224CBF95B61F2D /* "\"$(SRCROOT)/flycast/core/cheats.cpp \"" */; }; - 54313DDA88504D3A8FD0160F /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_shaders.h \"" */ = {isa = PBXBuildFile; fileRef = 56C755B80A564F6A874B1069 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_shaders.h \"" */; }; - 549E28C3886347869CC1F85B /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm_mem.h \"" */ = {isa = PBXBuildFile; fileRef = BAB50D0B27C442D9A6393E13 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm_mem.h \"" */; }; - 57171C7120FA4A9BB3FCAA1B /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/stat.cpp \"" */ = {isa = PBXBuildFile; fileRef = 5174710DEC9C42F1803BDF2E /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/stat.cpp \"" */; }; - 571FD8E8E1DC4BAE9D0F4E7F /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ngen.h \"" */ = {isa = PBXBuildFile; fileRef = A45EA5D2C2A942F6A868040D /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ngen.h \"" */; }; - 576A2C654E3040A199ED9549 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/dmac.cpp \"" */ = {isa = PBXBuildFile; fileRef = 2B005BE8F33048A7A140EECB /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/dmac.cpp \"" */; }; - 57905048E1774962BCF5321F /* "\"$(SRCROOT)/flycast/core/emulator.cpp \"" */ = {isa = PBXBuildFile; fileRef = E62B7C2267964EF1B5D769FE /* "\"$(SRCROOT)/flycast/core/emulator.cpp \"" */; }; - 5790E137F2894237BE158C0D /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_pic24.h \"" */ = {isa = PBXBuildFile; fileRef = 8B78F8E5003349C59852C2BD /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_pic24.h \"" */; }; - 57BB0CC0DD25480F81C94631 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minixml.c \"" */ = {isa = PBXBuildFile; fileRef = 35E8C489F5F348DC8BF5C9EF /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minixml.c \"" */; }; - 57CC55C3378049F7989E699E /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/spirv.hpp \"" */ = {isa = PBXBuildFile; fileRef = 64E0291B28174584A0C3CC98 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/spirv.hpp \"" */; }; - 5801D82325954746B5FD2EE2 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/shaders.h \"" */ = {isa = PBXBuildFile; fileRef = F7252BA6D7D5475284562491 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/shaders.h \"" */; }; - 5803841D5C254713A5008457 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_commit_write.c \"" */ = {isa = PBXBuildFile; fileRef = B8AAB7DDC315434288B384E1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_commit_write.c \"" */; }; - 58BF9785B5B64D1F901D4CB4 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_sched.cpp \"" */ = {isa = PBXBuildFile; fileRef = 1AE6D8AA22354A3483CF39A5 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_sched.cpp \"" */; }; - 58E02A449FAD4456866B7132 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c \"" */ = {isa = PBXBuildFile; fileRef = 1BBC7EFF83C34D7983F0F557 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c \"" */; }; - 59048CAD750A48F0A0E5E442 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 78EFEDDACD3D4B1CB893947F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/CMakeLists.txt \"" */; }; - 59271D7D0FCE46F6B5505D8E /* "\"$(SRCROOT)/flycast/shell/libretro/libretro.cpp \"" */ = {isa = PBXBuildFile; fileRef = 33FA522638A94273A86B2D66 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro.cpp \"" */; }; - 597F7C46B4B74D8F853AB101 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_posix.h \"" */ = {isa = PBXBuildFile; fileRef = 4C539AD9EDE64DE1B4A896EF /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_posix.h \"" */; }; - 59911EAE5FF24F2FB89A6872 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_arp.c \"" */ = {isa = PBXBuildFile; fileRef = DCC6C8FDA90E4B27ABCBDAAB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_arp.c \"" */; }; - 59BAE7A1F7B94E08A252ACAD /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h \"" */ = {isa = PBXBuildFile; fileRef = 74B9BB95E4624E7481C0E5EA /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h \"" */; }; - 59EF33E073744DB58ABDEB07 /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = B899F983C2DC4153AA786026 /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist \"" */; }; - 5A0035F7C8B04BAC89136129 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec.cpp \"" */ = {isa = PBXBuildFile; fileRef = 87517562EDB3434899A7F91F /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec.cpp \"" */; }; - 5A5D3F7157954FC78D84E640 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/windows.hpp \"" */ = {isa = PBXBuildFile; fileRef = BB753D9C47F441D284B181A1 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/windows.hpp \"" */; }; - 5A6142A2DFDC401C8A10E176 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c \"" */ = {isa = PBXBuildFile; fileRef = E9B8AF95C776489E9CEB7601 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c \"" */; }; - 5AA4C43F65A74EF0BDD2CA8D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/rtc.cpp \"" */ = {isa = PBXBuildFile; fileRef = DFDAE3F7076F468395B69C9F /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/rtc.cpp \"" */; }; - 5AA69947E439492FA38ADC8E /* "\"$(SRCROOT)/flycast/core/hw/mem/addrspace.cpp \"" */ = {isa = PBXBuildFile; fileRef = 2476B2B2B2FA43F5AEF7AFFA /* "\"$(SRCROOT)/flycast/core/hw/mem/addrspace.cpp \"" */; }; - 5AB17087DB374ACAADFE8BC9 /* "\"$(SRCROOT)/cmake/CMakeFiles/flycast-resources.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = DAF8D33336284BFCAB19D8F4 /* "\"$(SRCROOT)/cmake/CMakeFiles/flycast-resources.dir/Info.plist \"" */; }; - 5AE2236EC0E14921B617ECFD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add.c \"" */ = {isa = PBXBuildFile; fileRef = 63877FDD90A94FA886E32BFC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add.c \"" */; }; - 5B13B025D8434D12AF859CE3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_num_entries.c \"" */ = {isa = PBXBuildFile; fileRef = 37589E14C20A425DB7AE4131 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_num_entries.c \"" */; }; - 5CA0CC76F3C7496E8136C2EF /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderpass.cpp \"" */ = {isa = PBXBuildFile; fileRef = 5113F1873FAF4BD69E7EC085 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderpass.cpp \"" */; }; - 5D1285BE7BC14B6DB4CCD06B /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_if.cpp \"" */ = {isa = PBXBuildFile; fileRef = 1F53933B513E4B7696636A5A /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_if.cpp \"" */; }; - 5DA56982AFDB45CCAE7A55F4 /* "\"$(SRCROOT)/flycast/core/deps/vixl/cpu-features.cc \"" */ = {isa = PBXBuildFile; fileRef = 56F4B93C943C41FD90444ACF /* "\"$(SRCROOT)/flycast/core/deps/vixl/cpu-features.cc \"" */; }; - 5DC45F3B9757403890BAFBF3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_archive_flag.c \"" */ = {isa = PBXBuildFile; fileRef = 62DB96BE2A3144A18FE01499 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_archive_flag.c \"" */; }; - 5DE0E51391FD4628A529107A /* "\"$(SRCROOT)/flycast/core/hw/holly/sb_mem.h \"" */ = {isa = PBXBuildFile; fileRef = 266561FBB0DD465CA39F2B3C /* "\"$(SRCROOT)/flycast/core/hw/holly/sb_mem.h \"" */; }; - 5E7A68C239804D678A3EC040 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_get_sys_type.c \"" */ = {isa = PBXBuildFile; fileRef = F44BB4ECC95241F29F973136 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_get_sys_type.c \"" */; }; - 5EAC6E3A909E4A168EF94DA7 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_icmp4.c \"" */ = {isa = PBXBuildFile; fileRef = EA1458EE277C4A0888ADD9D1 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_icmp4.c \"" */; }; - 5F16F02BD0E0454FB16D906F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/arrays.h \"" */ = {isa = PBXBuildFile; fileRef = 595456DCC94144FDB24CA85E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/arrays.h \"" */; }; - 5F5F7E8ED60F40088760D810 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/assembler-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = C56EB6F0FEC9485083427777 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/assembler-aarch64.h \"" */; }; - 5FB91CE2BEFF4C7DA8839406 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_is_deleted.c \"" */ = {isa = PBXBuildFile; fileRef = A7EF6C435C9648D5AB6DE3FC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_is_deleted.c \"" */; }; - 6091EDB3093649558AD9A44D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ccn.cpp \"" */ = {isa = PBXBuildFile; fileRef = C3E1FCCEE8E44C73A664E4DE /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ccn.cpp \"" */; }; - 60A4630E2D6146079AB3717F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h \"" */ = {isa = PBXBuildFile; fileRef = 88D4871311E540A6A8368FE7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h \"" */; }; - 60C2650294314F65B8AEF9AE /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_opcodes.h \"" */ = {isa = PBXBuildFile; fileRef = C35A64E1278342AD84EB8288 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_opcodes.h \"" */; }; - 6113E15ABD6E4E10BEEEBBEC /* "\"$(SRCROOT)/flycast/core/hw/naomi/m1cartridge.h \"" */ = {isa = PBXBuildFile; fileRef = 06464E3742E74D5C92662F9E /* "\"$(SRCROOT)/flycast/core/hw/naomi/m1cartridge.h \"" */; }; - 614007220A964657BBCE9A47 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma86Enc.c \"" */ = {isa = PBXBuildFile; fileRef = 23B5978AC76B47EAA11D26DB /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma86Enc.c \"" */; }; - 615FF720B657442391DDEA76 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/cstdlib.cpp \"" */ = {isa = PBXBuildFile; fileRef = 20797833A0FE4EDE803CD391 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/cstdlib.cpp \"" */; }; - 61667E36ED234D0D9D0D799E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp \"" */ = {isa = PBXBuildFile; fileRef = 96B903FE2C6E43F98AFB7F97 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp \"" */; }; - 61E11B2D4FB5460CAA933D40 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ubc.cpp \"" */ = {isa = PBXBuildFile; fileRef = D3A63146A9C843F7946A76DC /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ubc.cpp \"" */; }; - 61F071A4A7684936A72A90A7 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/memmap/memalign.c \"" */ = {isa = PBXBuildFile; fileRef = FD9FB27674774F2DA142F754 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/memmap/memalign.c \"" */; }; - 6213E8857136491F9E652B01 /* "\"$(SRCROOT)/flycast/core/hw/bba/bba.h \"" */ = {isa = PBXBuildFile; fileRef = F3812BD511A841DAAC238C5E /* "\"$(SRCROOT)/flycast/core/hw/bba/bba.h \"" */; }; - 6221B94B35A34158A753D250 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 401D805B8BAC41E7AC4CB3FF /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp \"" */; }; - 62950B4E8EC94674B72F0A51 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm-new.h \"" */ = {isa = PBXBuildFile; fileRef = 338843F26DD14087B92262DD /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm-new.h \"" */; }; - 62C18005F5E64EB1B646A486 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp \"" */ = {isa = PBXBuildFile; fileRef = AE1374504F02457EBEEFDEF4 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp \"" */; }; - 62D5737BE63B436FB2373DDE /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 2F25E57CB51E4AD79ECD26C8 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp \"" */; }; - 62E360BD18E14824AFA9398A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_clear.c \"" */ = {isa = PBXBuildFile; fileRef = 10DE157381FD4B3D87829652 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_clear.c \"" */; }; - 62F01BCCF18B455C9C94EBEA /* "\"$(SRCROOT)/flycast/core/archive/rzip.h \"" */ = {isa = PBXBuildFile; fileRef = 75607D1673F249C58CD33614 /* "\"$(SRCROOT)/flycast/core/archive/rzip.h \"" */; }; - 62F487053159424FBC4AC942 /* "\"$(SRCROOT)/flycast/core/rend/osd.h \"" */ = {isa = PBXBuildFile; fileRef = EA66F3F6370249D4815E0E02 /* "\"$(SRCROOT)/flycast/core/rend/osd.h \"" */; }; - 633180C953434D7093669D45 /* "\"$(SRCROOT)/flycast/core/oslib/directory.h \"" */ = {isa = PBXBuildFile; fileRef = 52301365E66D484C8D96C63C /* "\"$(SRCROOT)/flycast/core/oslib/directory.h \"" */; }; - 6362ABDABAD942EA82FF364B /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf64.c \"" */ = {isa = PBXBuildFile; fileRef = F908453D074F40EEAE18A639 /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf64.c \"" */; }; - 63F009E91F5F4C72966EFD60 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp \"" */ = {isa = PBXBuildFile; fileRef = 7164517604A1414F98951187 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp \"" */; }; - 649D05BBFB4946A9B4CBEACC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_add.c \"" */ = {isa = PBXBuildFile; fileRef = 38A2A56981C5441185FF7D90 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_add.c \"" */; }; - 64D0C57D66CD459D872803C0 /* "\"$(SRCROOT)/flycast/core/hw/aica/sgc_if.cpp \"" */ = {isa = PBXBuildFile; fileRef = 7E5C1020AB754D8981012CEB /* "\"$(SRCROOT)/flycast/core/hw/aica/sgc_if.cpp \"" */; }; - 654EBF97AF4146FEB5266CA3 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/drawer.h \"" */ = {isa = PBXBuildFile; fileRef = E566A25CD69241269FB00DFF /* "\"$(SRCROOT)/flycast/core/rend/vulkan/drawer.h \"" */; }; - 65AED2696DA04B6D95991E8B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_mtime.c \"" */ = {isa = PBXBuildFile; fileRef = 3632B1385A50477CAB9AF41A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_mtime.c \"" */; }; - 65B73221DED542C38DB42A9A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Delta.h \"" */ = {isa = PBXBuildFile; fileRef = 60346021692946E397621540 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Delta.h \"" */; }; - 65B7F7E7A5E044D6954881B9 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_flac.c \"" */ = {isa = PBXBuildFile; fileRef = C14E8D08A72C42B585A75DC0 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_flac.c \"" */; }; - 6629EF967BCC48CE985595BE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add_dir.c \"" */ = {isa = PBXBuildFile; fileRef = 1B8C13E314574366B5554C9D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add_dir.c \"" */; }; - 66A8E72A5A0243D697109D6A /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 7B38AFBE62534B8A9FB332F1 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/CMakeLists.txt \"" */; }; - 66BD0045B4CE4357B0DA7075 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder.h \"" */ = {isa = PBXBuildFile; fileRef = 48B58E302C2540C5AEB7EEBB /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder.h \"" */; }; - 66F01D4CC21740ED9B041AE2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_file_comment.c \"" */ = {isa = PBXBuildFile; fileRef = 6BA1B66474FA4DADB32F3B19 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_file_comment.c \"" */; }; - 678A40ECA492420EABF005C1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_delete.c \"" */ = {isa = PBXBuildFile; fileRef = 14ABD1A9405A4FAA8D65B989 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_delete.c \"" */; }; - 68BD7E5B75814485981DF363 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/intc.cpp \"" */ = {isa = PBXBuildFile; fileRef = 334C574DFBA94403AD025148 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/intc.cpp \"" */; }; - 68F46AB86D5B45D3A5C83EF3 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/operands-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = 2BA69CD156A1476889C16DD1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/operands-aarch64.cc \"" */; }; - 690CAC56A6A24B588D788406 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_md5.c \"" */ = {isa = PBXBuildFile; fileRef = 51E452C2E51640F9879176E2 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_md5.c \"" */; }; - 6934FB82B6484F31A37D114F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_bitstream.c \"" */ = {isa = PBXBuildFile; fileRef = 290284A474FB43A092BF8595 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_bitstream.c \"" */; }; - 696DEB99A65040218F7A6707 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dns_client.c \"" */ = {isa = PBXBuildFile; fileRef = 5707E5709B1F4C5CACB8CB54 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dns_client.c \"" */; }; - 6A08B91D8CA84BDB8922E998 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr.cpp \"" */ = {isa = PBXBuildFile; fileRef = 92CB179E29AE468FB547E457 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr.cpp \"" */; }; - 6A96E05FA1CF4D57A833FA82 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp \"" */ = {isa = PBXBuildFile; fileRef = 934FF40091CE425B8D0A9F1F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp \"" */; }; - 6AB80268B5DD4B63AC257846 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/string/stdstring.c \"" */ = {isa = PBXBuildFile; fileRef = 6F50EB76A94E4B4D980F2F12 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/string/stdstring.c \"" */; }; - 6AEA36EE4E604C88BE92F45A /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 32CA1E18A02E4187B5B68511 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp.rule \"" */; }; - 6B23925C8C264399B6C315EA /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_cdrom.c \"" */ = {isa = PBXBuildFile; fileRef = 8D03C41A40534AAF8F8CDDD1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_cdrom.c \"" */; }; - 6B2C514860D54356B5736728 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/bitutils.h \"" */ = {isa = PBXBuildFile; fileRef = 1737A358D4454C78BFE0F40F /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/bitutils.h \"" */; }; - 6B38B2B790C7419F85A32D2C /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_dos.h \"" */ = {isa = PBXBuildFile; fileRef = A47E1F2C6BEF43459D1570E5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_dos.h \"" */; }; - 6B90F7ABD9BE4FDA86E0FD3D /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_flashrom.h \"" */ = {isa = PBXBuildFile; fileRef = F3176C1FC44C461192444244 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_flashrom.h \"" */; }; - 6BA760F06D96458CB2AC8297 /* "\"$(SRCROOT)/flycast/core/lua/lua.cpp \"" */ = {isa = PBXBuildFile; fileRef = B93C3E83C5954D438D28867A /* "\"$(SRCROOT)/flycast/core/lua/lua.cpp \"" */; }; - 6BB84A771B894BF784928DA3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/InfoSink.h \"" */ = {isa = PBXBuildFile; fileRef = 104C32308CE144CDB7042432 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/InfoSink.h \"" */; }; - 6C021D60C5C94B7D90AA1536 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_stack.c \"" */ = {isa = PBXBuildFile; fileRef = 170881E7EA7B4072BDE93F65 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_stack.c \"" */; }; - 6C3C279C56744A55AC897040 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h \"" */ = {isa = PBXBuildFile; fileRef = D8D63DDF71F349AEB70BBC15 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h \"" */; }; - 6D5F09AE49BC4931AF7796F4 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h \"" */ = {isa = PBXBuildFile; fileRef = DC2DADC08A7744B5B44F43CE /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h \"" */; }; - 6D7193E67DFE477FA152CD08 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan.h \"" */ = {isa = PBXBuildFile; fileRef = 117CDB6C7F3B46DA95B368B2 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan.h \"" */; }; - 6E421919DAB7491B83824F2C /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Sort.h \"" */ = {isa = PBXBuildFile; fileRef = F1D6633F89334ECC8B9E75FC /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Sort.h \"" */; }; - 6E69D778F57F4E6893F508F9 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/stackstring.hpp \"" */ = {isa = PBXBuildFile; fileRef = 703426665B15437C990BC6A7 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/stackstring.hpp \"" */; }; - 6E6C41407FAD4A5EAEAFE5B3 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_sched.h \"" */ = {isa = PBXBuildFile; fileRef = 6B7360E028E04CD9A1EA4CCD /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_sched.h \"" */; }; - 6EAC4E6F680E477497F76CC7 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/flashrom.cpp \"" */ = {isa = PBXBuildFile; fileRef = 3D5DAEB3692547728C340073 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/flashrom.cpp \"" */; }; - 6F2C6B37668C4999A87D175F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/tests/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = C2A249F43FDF4604B2F6CAF1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/tests/CMakeLists.txt \"" */; }; - 6F6EDA15D84B4F809F677806 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/driver.cpp \"" */ = {isa = PBXBuildFile; fileRef = B24FB40403B84F75B5235D3F /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/driver.cpp \"" */; }; - 6FBF2B29A00648EE9E848F52 /* "\"$(SRCROOT)/flycast/core/deps/vixl/invalset-vixl.h \"" */ = {isa = PBXBuildFile; fileRef = C0BED62366404215AF26AF3C /* "\"$(SRCROOT)/flycast/core/deps/vixl/invalset-vixl.h \"" */; }; - 6FCA71C6FB4C444B9F921750 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h \"" */ = {isa = PBXBuildFile; fileRef = 0318FCE1259249DC8EF307FF /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h \"" */; }; - 6FEF939205784A16B829EA8D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h \"" */ = {isa = PBXBuildFile; fileRef = B3CDC96FF2DA45AEAADFEDA5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h \"" */; }; - 706F6659659D413D9485CC55 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 9FBE0FABF5F14C0296210867 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp.rule \"" */; }; - 7072EB43AB914A09A84AF6B6 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/file/file_path.c \"" */ = {isa = PBXBuildFile; fileRef = CED616DF92B74A82A2134C24 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/file/file_path.c \"" */; }; - 709674425A1B4022B092AC42 /* "\"$(SRCROOT)/flycast/core/rend/sorter.h \"" */ = {isa = PBXBuildFile; fileRef = 8B25B4B2560D4A889034EBA6 /* "\"$(SRCROOT)/flycast/core/rend/sorter.h \"" */; }; - 7096ABE99B1C4B16A722B9AE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add_entry.c \"" */ = {isa = PBXBuildFile; fileRef = 6DA2B80959294F289ABD6935 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add_entry.c \"" */; }; - 70C9A080AB9C48B1A3CB4345 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/utils.h \"" */ = {isa = PBXBuildFile; fileRef = 891A395305694DE78CC7ACBB /* "\"$(SRCROOT)/flycast/core/rend/vulkan/utils.h \"" */; }; - 70DEFA3E42424FB7AD6166C9 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 7DFF9EB930D943969C2DEAAB /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp.rule \"" */; }; - 71241175C3DA4C51A75A83A8 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cache.h \"" */ = {isa = PBXBuildFile; fileRef = 0CF720D6BB894A75B93B4EED /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cache.h \"" */; }; - 7131CA7A5AF74BD3AAFDD2D8 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Precomp.h \"" */ = {isa = PBXBuildFile; fileRef = CA102EB68B2842F4A03C4B58 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Precomp.h \"" */; }; - 7161BD774E8443E1A269ADC3 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h \"" */ = {isa = PBXBuildFile; fileRef = 2061ACA2556541978F645150 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h \"" */; }; - 71709F7984F443D88A151F08 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/nvmem.h \"" */ = {isa = PBXBuildFile; fileRef = 1C53C7FC4259486D85A1CB83 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/nvmem.h \"" */; }; - 7189CBF38909454891F40BAD /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h \"" */ = {isa = PBXBuildFile; fileRef = 96CE113E46744C499F1C92F9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h \"" */; }; - 7294FE4B66EE4AE8B39B546C /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 7DBF9FAF5DC3455497D195BC /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp.rule \"" */; }; - 736FB98B9EDB4605A9A85909 /* "\"$(SRCROOT)/flycast/core/reios/reios.h \"" */ = {isa = PBXBuildFile; fileRef = D1EC751E5A2B4837BF08051D /* "\"$(SRCROOT)/flycast/core/reios/reios.h \"" */; }; - 7377EBEC4D8747A1A1D87C2A /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-generation-scopes-vixl.h \"" */ = {isa = PBXBuildFile; fileRef = F63BC8EB873245D993615679 /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-generation-scopes-vixl.h \"" */; }; - 7392572C01F441C59F2F7C25 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica.cpp \"" */ = {isa = PBXBuildFile; fileRef = 821542A88CCB41E0A5FE1117 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica.cpp \"" */; }; - 73E6DD9CB159446A897D1B59 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_supports.c \"" */ = {isa = PBXBuildFile; fileRef = 9A00154B950B4688A8C52578 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_supports.c \"" */; }; - 7418F6140E544E28AE161999 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/fastmmu.cpp \"" */ = {isa = PBXBuildFile; fileRef = E43CF5C30CAC4955BA6C4362 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/fastmmu.cpp \"" */; }; - 743F290D400B44088E6A4CDF /* "\"$(SRCROOT)/flycast/core/network/net_handshake.h \"" */ = {isa = PBXBuildFile; fileRef = 405F8155D4BA4958A54E9736 /* "\"$(SRCROOT)/flycast/core/network/net_handshake.h \"" */; }; - 74710ADB27B04300A6B59296 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_function.c \"" */ = {isa = PBXBuildFile; fileRef = 21EDAFE3F36C4036BE1BA848 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_function.c \"" */; }; - 7477B410D15D415EBC657193 /* "\"$(SRCROOT)/flycast/core/linux/posix_vmem.cpp \"" */ = {isa = PBXBuildFile; fileRef = C3ABB2A62B5246C9A5E954DF /* "\"$(SRCROOT)/flycast/core/linux/posix_vmem.cpp \"" */; }; - 75132C9E3CBF4FFC81AF418C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_mkstempm.c \"" */ = {isa = PBXBuildFile; fileRef = B2A73FF9B33F4D3D99FC6941 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_mkstempm.c \"" */; }; - 75544047F74F4B8AA5BE67BB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dev_ppp.c \"" */ = {isa = PBXBuildFile; fileRef = 5713CC17417E4376A87C4A68 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dev_ppp.c \"" */; }; - 75662C0DE5304E1E99FC17E4 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdromv3.cpp \"" */ = {isa = PBXBuildFile; fileRef = 06CF03F8332C4E41BD968BC3 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdromv3.cpp \"" */; }; - 7604E10771A54054A883F464 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/pipeline.cpp \"" */ = {isa = PBXBuildFile; fileRef = 1746C9C9A3E64A0AB434D22A /* "\"$(SRCROOT)/flycast/core/rend/vulkan/pipeline.cpp \"" */; }; - 7605AB97A2A347F8ADC50CB3 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Delta.c \"" */ = {isa = PBXBuildFile; fileRef = 3D98E60EE4434AFB894BA1A0 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Delta.c \"" */; }; - 767478A8EFC6476F89374F7B /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h \"" */ = {isa = PBXBuildFile; fileRef = BC242FC0ED244BB49E0C7C5C /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h \"" */; }; - 76E8BF2A7F174048AB10DB88 /* "\"$(SRCROOT)/flycast/core/hw/naomi/m1cartridge.cpp \"" */ = {isa = PBXBuildFile; fileRef = C942FB3D1AAF4BA7A6519A54 /* "\"$(SRCROOT)/flycast/core/hw/naomi/m1cartridge.cpp \"" */; }; - 772719270F7F4548BCCC684E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c \"" */ = {isa = PBXBuildFile; fileRef = 24D1E4B6681442D192F26BA6 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c \"" */; }; - 774074765123407494E220BC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_seek_write.c \"" */ = {isa = PBXBuildFile; fileRef = FC49F9F8B35A4C9CB338A652 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_seek_write.c \"" */; }; - 7745E2E6FE3C4CE9A0AAF3C3 /* "\"$(SRCROOT)/flycast/core/network/output.cpp \"" */ = {isa = PBXBuildFile; fileRef = B5B11DB0EFD34F0BAA8049F8 /* "\"$(SRCROOT)/flycast/core/network/output.cpp \"" */; }; - 7768E49AF84D4258A5B3B203 /* "\"$(SRCROOT)/flycast/core/deps/vixl/compiler-intrinsics-vixl.cc \"" */ = {isa = PBXBuildFile; fileRef = 8EFB9233D7724CECA82207E5 /* "\"$(SRCROOT)/flycast/core/deps/vixl/compiler-intrinsics-vixl.cc \"" */; }; - 77E59A726D95433A8035C605 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_regs.h \"" */ = {isa = PBXBuildFile; fileRef = 9719EE6BD29A4612995EF710 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_regs.h \"" */; }; - 78197CD4F19A4B8CAD54BC74 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Alloc.c \"" */ = {isa = PBXBuildFile; fileRef = B15C2EEE3356497E9683F8BE /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Alloc.c \"" */; }; - 7837E3CE76A84B2881FEE01D /* "\"$(SRCROOT)/flycast/core/hw/naomi/card_reader.cpp \"" */ = {isa = PBXBuildFile; fileRef = B6347329C6234DBF99A88404 /* "\"$(SRCROOT)/flycast/core/hw/naomi/card_reader.cpp \"" */; }; - 78B49CE26C3E4D93A7ABD053 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_pipeline.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0B3D877BACD745C7B84981D7 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_pipeline.cpp \"" */; }; - 790EFD2976F24A58A9D523C8 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_defines_msvc.h \"" */ = {isa = PBXBuildFile; fileRef = 1F31FAEBA2A242778244FC61 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_defines_msvc.h \"" */; }; - 798A170E20A44427B2A0CE5F /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan_struct.h \"" */ = {isa = PBXBuildFile; fileRef = D67C5AC81D9B454F902FF3FC /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan_struct.h \"" */; }; - 79A6510A5AF04D80BE973511 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_ftell.c \"" */ = {isa = PBXBuildFile; fileRef = E2C4D652E5AE4C83A57204BB /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_ftell.c \"" */; }; - 79EB0B2ED5F74D7EB28ADB97 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h \"" */ = {isa = PBXBuildFile; fileRef = C3FD0B3509BC4739863CACFD /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h \"" */; }; - 7A23AFF2E8464B5FA719BCF8 /* "\"$(SRCROOT)/flycast/core/debug/gdb_server.h \"" */ = {isa = PBXBuildFile; fileRef = 689A32DCDD024F3791CA6591 /* "\"$(SRCROOT)/flycast/core/debug/gdb_server.h \"" */; }; - 7A7EAEE2F57946009150AA2D /* "\"$(SRCROOT)/cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 9A38D34846FC4C5E83C7473B /* "\"$(SRCROOT)/cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist \"" */; }; - 7BB78DE3012D4C28B2ADCD03 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_m3comm.h \"" */ = {isa = PBXBuildFile; fileRef = 262E4FDAE8B64595AD6B86FE /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_m3comm.h \"" */; }; - 7BD34439717449C99C62AA3D /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instrument-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = 943417E9AE6142EDBB5810E1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instrument-aarch64.h \"" */; }; - 7C320968796A4AF4BF21BD34 /* "\"$(SRCROOT)/flycast/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 49041114AA6343C7B5ED4B89 /* "\"$(SRCROOT)/flycast/CMakeLists.txt \"" */; }; - 7CF1910CB10C41B98954D0B7 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_mem.cpp \"" */ = {isa = PBXBuildFile; fileRef = F031A701A5AC4D1798F676F4 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_mem.cpp \"" */; }; - 7D5FCE58FEDB44EDB38ADB18 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bra86.c \"" */ = {isa = PBXBuildFile; fileRef = 56A7A7EDF65643E7B51AF250 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bra86.c \"" */; }; - 7DB3B477A375468F87F771BA /* "\"$(SRCROOT)/flycast/core/oslib/storage.h \"" */ = {isa = PBXBuildFile; fileRef = 67E3B3599D64455EB1F9C27E /* "\"$(SRCROOT)/flycast/core/oslib/storage.h \"" */; }; - 7E2D6120E5194764A078D8E1 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_ctx.h \"" */ = {isa = PBXBuildFile; fileRef = C7C72A5B05FC4CE69221E567 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_ctx.h \"" */; }; - 7E457E7826E847C68E7E87E1 /* "\"$(SRCROOT)/flycast/core/hw/pvr/Renderer_if.cpp \"" */ = {isa = PBXBuildFile; fileRef = 52FF7D8ADC4B499B8D37D4D2 /* "\"$(SRCROOT)/flycast/core/hw/pvr/Renderer_if.cpp \"" */; }; - 7E93D5A954474C25A8AFCD53 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen.c \"" */ = {isa = PBXBuildFile; fileRef = 58969D1E476A497B91EE2824 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen.c \"" */; }; - 7EA413918F1947BB8DF9CE2A /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/convert.hpp \"" */ = {isa = PBXBuildFile; fileRef = 4BA1673FD82C4019B3F7427A /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/convert.hpp \"" */; }; - 7EEAAEAD110F4AA1B57B76A2 /* "\"$(SRCROOT)/flycast/core/hw/naomi/awcartridge.cpp \"" */ = {isa = PBXBuildFile; fileRef = 2F0C642B674C4B55BD848C5E /* "\"$(SRCROOT)/flycast/core/hw/naomi/awcartridge.cpp \"" */; }; - 7F10F8077E544DA4BDF1D481 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zDec.c \"" */ = {isa = PBXBuildFile; fileRef = E602C59275FD4DA2A927A5DC /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zDec.c \"" */; }; - 7F441A401140452399A94C51 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_none.h \"" */ = {isa = PBXBuildFile; fileRef = 4BBCEECD374F4809A3999405 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_none.h \"" */; }; - 7F68133CFFC74A95BDBC1FBF /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/vfs/vfs_implementation.c \"" */ = {isa = PBXBuildFile; fileRef = AB0E731643A54C79986DF2AD /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/vfs/vfs_implementation.c \"" */; }; - 7F98A13B62C645479FAAB3C6 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_cortex_m.h \"" */ = {isa = PBXBuildFile; fileRef = F9B4825F72FD401F8A4F30C2 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_cortex_m.h \"" */; }; - 7FC3C0E748864865B6D5D419 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_arm64.cpp \"" */ = {isa = PBXBuildFile; fileRef = 8BD7D60D9DD545CC81F5348C /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_arm64.cpp \"" */; }; - 8040582F8DA84C82A3D7C0ED /* "\"$(SRCROOT)/flycast/core/hw/bba/rtl8139c.cpp \"" */ = {isa = PBXBuildFile; fileRef = FA256F3217AA4F00AE01DE78 /* "\"$(SRCROOT)/flycast/core/hw/bba/rtl8139c.cpp \"" */; }; - 804A709E2C004EA1B9EF8080 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.std.450.h \"" */ = {isa = PBXBuildFile; fileRef = C6E57699BCF74720A71F9FB8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.std.450.h \"" */; }; - 80CD41EC665C4FB0827C8328 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_opcodes.cpp \"" */ = {isa = PBXBuildFile; fileRef = 8D03C73E8279483E9CB8C010 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_opcodes.cpp \"" */; }; - 80DEF556E36E4E37B51923B9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp \"" */ = {isa = PBXBuildFile; fileRef = 1F70B686311747DC8CB29986 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp \"" */; }; - 80F11E64DD544352A741117A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_pkware.c \"" */ = {isa = PBXBuildFile; fileRef = DFC09EB9909448F79CFF3650 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_pkware.c \"" */; }; - 8111C90452CC4CE3A223878F /* "\"$(SRCROOT)/flycast/core/network/miniupnp.h \"" */ = {isa = PBXBuildFile; fileRef = BCC3B3BB62384BD48305D79C /* "\"$(SRCROOT)/flycast/core/network/miniupnp.h \"" */; }; - 8113DDE8F76D442C98AB2425 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h \"" */ = {isa = PBXBuildFile; fileRef = A4D1798F01444597B1517826 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h \"" */; }; - 8154CF59FD5641AB9821B281 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_extra_field.c \"" */ = {isa = PBXBuildFile; fileRef = 9502055051F44F0690935292 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_extra_field.c \"" */; }; - 81B768FD8B514F96A6A95508 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_zip_new.c \"" */ = {isa = PBXBuildFile; fileRef = 8EE09D0FBD2D42F1BF971E3B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_zip_new.c \"" */; }; - 81C07232107B49B7BCAC545B /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa_regalloc.h \"" */ = {isa = PBXBuildFile; fileRef = 3C3EA193DF5249FCBF2A5C81 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa_regalloc.h \"" */; }; - 81C7DB0D1B95475C8832A07F /* "\"$(SRCROOT)/flycast/core/hw/sh4/storeq.cpp \"" */ = {isa = PBXBuildFile; fileRef = D3416AE97DD84E4F8CEFC04F /* "\"$(SRCROOT)/flycast/core/hw/sh4/storeq.cpp \"" */; }; - 81CED4AABD7B4C91B2668151 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 32F2C1E12D86426EA195786A /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp \"" */; }; - 81EDF5535D7E42F690D478D8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_call.c \"" */ = {isa = PBXBuildFile; fileRef = 83BE48CF2B144EEE940BA895 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_call.c \"" */; }; - 8205A5FF7092462B99F46D59 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h \"" */ = {isa = PBXBuildFile; fileRef = B8CD415DF29D4B199EF6D7B8 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h \"" */; }; - 824A409266E642D3BF008F7C /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dns_common.c \"" */ = {isa = PBXBuildFile; fileRef = 3FE54430ED2B46D3A0FD33A3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dns_common.c \"" */; }; - 824FB2B551984478A1958573 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta.cpp \"" */ = {isa = PBXBuildFile; fileRef = 4F24E9D585C44C75B86DE1BB /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta.cpp \"" */; }; - 835C970871A549C1954990D9 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/blockmanager.h \"" */ = {isa = PBXBuildFile; fileRef = 18C1B01BB4C6452894471DD1 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/blockmanager.h \"" */; }; - 838CF679F8514B0B96265CE0 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h \"" */ = {isa = PBXBuildFile; fileRef = 6E85D1A6F80F4282B4C40F6F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h \"" */; }; - 839010C7F35A449CB8C6F0C5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 41DA8DDA389845D5A9D1895D /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt \"" */; }; - 84725F477E614634AD9E9F35 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi.h \"" */ = {isa = PBXBuildFile; fileRef = 43DB985586714C5FA17BBDAD /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi.h \"" */; }; - 84875E307B654DF18C23CA29 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma86Dec.c \"" */ = {isa = PBXBuildFile; fileRef = 4464AC4CC160425C8BFFB02C /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma86Dec.c \"" */; }; - 84905E3A845143F58AEAC7B8 /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h \"" */ = {isa = PBXBuildFile; fileRef = F418C83D24AB43AFAB579B1D /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h \"" */; }; - 856BFED644884316BB58B5FB /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/filebuf.hpp \"" */ = {isa = PBXBuildFile; fileRef = 3DFEA518267F4F6CA512EDBF /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/filebuf.hpp \"" */; }; - 8605F4DFE46B48DF8C534C64 /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 7E1A91F7B10E47A6A2C2DD0F /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist \"" */; }; - 860D3BAB765F4B20B87745FE /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/encodings/encoding_utf.c \"" */ = {isa = PBXBuildFile; fileRef = CD26A952B3EE4833BAC38FDE /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/encodings/encoding_utf.c \"" */; }; - 8666652985D143F89F2C9709 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_stack.h \"" */ = {isa = PBXBuildFile; fileRef = A93F89480C3047A6BD93DCC5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_stack.h \"" */; }; - 86A4F72EA1244153B62AED34 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c \"" */ = {isa = PBXBuildFile; fileRef = 66BB727A9D484540A699F6E8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c \"" */; }; - 8782273676954ADA973EAE37 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/stat.hpp \"" */ = {isa = PBXBuildFile; fileRef = D3F43061871E40FE9EABA2C0 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/stat.hpp \"" */; }; - 88231FE01047431F9C040AFA /* "\"$(SRCROOT)/flycast/shell/libretro/keyboard_map.h \"" */ = {isa = PBXBuildFile; fileRef = 417CAAEE5DCD482E9A972897 /* "\"$(SRCROOT)/flycast/shell/libretro/keyboard_map.h \"" */; }; - 889ECDA95F7C475CA0643D87 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h \"" */ = {isa = PBXBuildFile; fileRef = 1983091105DE42E9B5167AAA /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h \"" */; }; - 88A9FF6F800B4EC6998C1469 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_generic_gcc.h \"" */ = {isa = PBXBuildFile; fileRef = 09463710D990474E92EE25B7 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_generic_gcc.h \"" */; }; - 89BD64DEC7B24E79ABDE0F7E /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = F40C8F9C33584A53AE49BA4B /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-aarch64.h \"" */; }; - 8A2DA822D9C44EB4B543C1ED /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_rename.c \"" */ = {isa = PBXBuildFile; fileRef = 96B14A4591704675B6B882C8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_rename.c \"" */; }; - 8A5922B958DE4CA49596B064 /* "\"$(SRCROOT)/flycast/core/hw/naomi/touchscreen.cpp \"" */ = {isa = PBXBuildFile; fileRef = CF81BDF978F94FF4A52BBB92 /* "\"$(SRCROOT)/flycast/core/hw/naomi/touchscreen.cpp \"" */; }; - 8B6D898E742D42899C3C5287 /* "\"$(SRCROOT)/flycast/core/hw/mem/mem_watch.cpp \"" */ = {isa = PBXBuildFile; fileRef = 64247B69DEBA4953AA956922 /* "\"$(SRCROOT)/flycast/core/hw/mem/mem_watch.cpp \"" */; }; - 8BB0693B20BD46338F463E39 /* "\"$(SRCROOT)/flycast/core/hw/bba/rtl8139c.h \"" */ = {isa = PBXBuildFile; fileRef = 4DD54AE462F44667848E2AE9 /* "\"$(SRCROOT)/flycast/core/hw/bba/rtl8139c.h \"" */; }; - 8BBC2A8DFE404B3F91A01DA1 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp \"" */ = {isa = PBXBuildFile; fileRef = 3BFC0B0030E941E6A070CC11 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp \"" */; }; - 8BCBE49FD34F48EBB4CD10A2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_layered.c \"" */ = {isa = PBXBuildFile; fileRef = BDFF5289BDD94E6F9AEF1DC8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_layered.c \"" */; }; - 8C1A0DFD13B44B81BC8BE596 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder.cpp \"" */ = {isa = PBXBuildFile; fileRef = CEB8B89373424E79A7BA5F25 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder.cpp \"" */; }; - 8C7D512180A941E29A39C7CA /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdromv3.h \"" */ = {isa = PBXBuildFile; fileRef = 986440AB24C1459D966F4E69 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdromv3.h \"" */; }; - 8CA711E3B9094122B891C0B3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_num_files.c \"" */ = {isa = PBXBuildFile; fileRef = 2E7552A265434562A3E3881E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_num_files.c \"" */; }; - 8D30006E82A8461DACE9951A /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/convert.hpp \"" */ = {isa = PBXBuildFile; fileRef = 980FA9EF587C4D9187B4FD71 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/convert.hpp \"" */; }; - 8D47130EBD514DEAA397967C /* "\"$(SRCROOT)/flycast/core/oslib/host_context.h \"" */ = {isa = PBXBuildFile; fileRef = 2AAA9D677FF9491C91337A7E /* "\"$(SRCROOT)/flycast/core/oslib/host_context.h \"" */; }; - 8DA7400D961547D4A0A946F6 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = D7F3D3B7982A411B893DC8FB /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp \"" */; }; - 8DACA32043FE4123B1A732FE /* "\"$(SRCROOT)/flycast/core/network/miniupnp.cpp \"" */ = {isa = PBXBuildFile; fileRef = C84465295FC34526A5B1A3BB /* "\"$(SRCROOT)/flycast/core/network/miniupnp.cpp \"" */; }; - 8E0CBD89EED14A5D8D98960A /* "\"$(SRCROOT)/flycast/core/rend/vulkan/commandpool.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0475DF38AA4049C7BAF144D6 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/commandpool.cpp \"" */; }; - 8EA0AEE010C944C1933D9335 /* "\"$(SRCROOT)/flycast/core/hw/holly/holly_intc.h \"" */ = {isa = PBXBuildFile; fileRef = F0384FAFAD3F4BE284AEF78A /* "\"$(SRCROOT)/flycast/core/hw/holly/holly_intc.h \"" */; }; - 8EBF428FD71246FB845084D9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp \"" */ = {isa = PBXBuildFile; fileRef = B6992479D82B46F8A0EC5E87 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp \"" */; }; - 8F224DD2319845649FDDD385 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_if.h \"" */ = {isa = PBXBuildFile; fileRef = 115BACEF85A44BCA81DF0B24 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_if.h \"" */; }; - 8F4BEB04267B444FA1C04BE2 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzFind.c \"" */ = {isa = PBXBuildFile; fileRef = 5B10EDDD062E491589C06F5E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzFind.c \"" */; }; - 8FAE2864ED3D44489841A37C /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mmr.cpp \"" */ = {isa = PBXBuildFile; fileRef = BE798B6F11DA4D8E8ACD1A87 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mmr.cpp \"" */; }; - 8FC5FF7F986748F485E39496 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaLib.c \"" */ = {isa = PBXBuildFile; fileRef = E0446E0C9BAE4BABA3BA5FFB /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaLib.c \"" */; }; - 901733418F7141D799726F3E /* "\"$(SRCROOT)/flycast/core/network/picoppp.h \"" */ = {isa = PBXBuildFile; fileRef = 9F2EA28691AE4462940F89CC /* "\"$(SRCROOT)/flycast/core/network/picoppp.h \"" */; }; - 912BBC5474C5424E8240B28F /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_buffer.h \"" */ = {isa = PBXBuildFile; fileRef = 7C0147FF8C894F0B8EE3D529 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_buffer.h \"" */; }; - 9159FBD183214E208157F0DC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_encryption.c \"" */ = {isa = PBXBuildFile; fileRef = 496873D1D98249C7BD5D4048 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_encryption.c \"" */; }; - 91683A3A3FFC4624A0A92968 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_md5.h \"" */ = {isa = PBXBuildFile; fileRef = 3BBC50EB6D9C4894B69093AB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_md5.h \"" */; }; - 919A7217E6A348EA90B0240F /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_core.h \"" */ = {isa = PBXBuildFile; fileRef = A32BFAC32AD54B47B5DDE77F /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_core.h \"" */; }; - 919B12B2A69140219996F337 /* "\"$(SRCROOT)/flycast/core/oslib/virtmem.h \"" */ = {isa = PBXBuildFile; fileRef = 8537FB48D6B748409EE56004 /* "\"$(SRCROOT)/flycast/core/oslib/virtmem.h \"" */; }; - 920F283DEFF849BD8EF63740 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/assembler-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = ABE5CFF92F2B495F9DF02DED /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/assembler-aarch64.cc \"" */; }; - 928008908B094AFC9CF22985 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_x86.cpp \"" */ = {isa = PBXBuildFile; fileRef = 97CBD96C97714F73A3E9A12A /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_x86.cpp \"" */; }; - 93073290406448C0BFEA0500 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h \"" */ = {isa = PBXBuildFile; fileRef = 4E46720770454AEAAEB308F8 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h \"" */; }; - 9309720F6F4F4C64A4CAF578 /* "\"$(SRCROOT)/flycast/core/reios/reios_elf.h \"" */ = {isa = PBXBuildFile; fileRef = 4961349A4C9E45B3A40AC82D /* "\"$(SRCROOT)/flycast/core/reios/reios_elf.h \"" */; }; - 946A997B63EA4E1F8E924089 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/overlay.h \"" */ = {isa = PBXBuildFile; fileRef = A9274FFA8BE24F59833ED402 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/overlay.h \"" */; }; - 94B20A3F80784D85A18BEC69 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/decoder-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = E587A7AFB24543128EED6820 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/decoder-aarch64.cc \"" */; }; - 94C7CCE1DA434E2094D542F4 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vmallocator.cpp \"" */ = {isa = PBXBuildFile; fileRef = 37503D7ED4984E649B6BCD76 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vmallocator.cpp \"" */; }; - 94FBFC6E293B4061B27DAE26 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h \"" */ = {isa = PBXBuildFile; fileRef = 5683CCE6CA20424EB7BE4794 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h \"" */; }; - 95BCD3CEEEB545B588A3611A /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp \"" */ = {isa = PBXBuildFile; fileRef = D33F9F2409B14A4980D050F4 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp \"" */; }; - 96324EEA3CFA4A9F8F454A87 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_msvc.h \"" */ = {isa = PBXBuildFile; fileRef = A1697DC0EA1D4908A586859A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_msvc.h \"" */; }; - 967FC55D05D548518DE5D549 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7.h \"" */ = {isa = PBXBuildFile; fileRef = 01B676E3EBA348DD9D68ADC9 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7.h \"" */; }; - 968C675950A44FF5BF5E7133 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp \"" */ = {isa = PBXBuildFile; fileRef = 89BD165FFF98410C905A427A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp \"" */; }; - 96ED26113FB34BA88C52A67F /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 237670C57F4D4288B6EEDF13 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp.rule \"" */; }; - 976620ED16C1434397C2B8C3 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/lib.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = F52EF4D4FBEF486E8D8834B9 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/lib.cpp.rule \"" */; }; - 97B48E32913D40C0A7DF6E7A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_pkware_decode.c \"" */ = {isa = PBXBuildFile; fileRef = DF4BE53C2D174336BEBC6C76 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_pkware_decode.c \"" */; }; - 97EC1234EDD24C069955A87C /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_ctx.cpp \"" */ = {isa = PBXBuildFile; fileRef = 82E45ED3B7D7431CB0FFA1BD /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_ctx.cpp \"" */; }; - 9803DF16288A4C629113FFB5 /* "\"$(SRCROOT)/flycast/shell/libretro/vmu_xhair.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0017E7C119CB44449CF11D37 /* "\"$(SRCROOT)/flycast/shell/libretro/vmu_xhair.cpp \"" */; }; - 981AB32A7BF64F8EBCE69100 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_const_df.h \"" */ = {isa = PBXBuildFile; fileRef = 87FAAFEF8E394D199EEDEB65 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_const_df.h \"" */; }; - 98433AF0485D40478F08254B /* "\"$(SRCROOT)/flycast/core/reios/descrambl.cpp \"" */ = {isa = PBXBuildFile; fileRef = 65E5E27AD8C94BB5B926345E /* "\"$(SRCROOT)/flycast/core/reios/descrambl.cpp \"" */; }; - 98B60C48E101450283B0E431 /* "\"$(SRCROOT)/flycast/core/archive/rzip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 4BA8D5A42A30490987CC4C04 /* "\"$(SRCROOT)/flycast/core/archive/rzip.cpp \"" */; }; - 993E9C42343F4CF7AB78CEFE /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/compat_strcasestr.c \"" */ = {isa = PBXBuildFile; fileRef = 729B99A4C5234DF6987E5727 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/compat_strcasestr.c \"" */; }; - 993FEFACFABB4172AA7AAF25 /* "\"$(SRCROOT)/flycast/core/network/net_platform.h \"" */ = {isa = PBXBuildFile; fileRef = 7668D4C612DD4D6CAD9B71E7 /* "\"$(SRCROOT)/flycast/core/network/net_platform.h \"" */; }; - 994F6FA417284C2F831C9C5E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Bra.h \"" */ = {isa = PBXBuildFile; fileRef = B8891B0C1EA3477F96120970 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Bra.h \"" */; }; - 99EBC7B62BA14DDEB0D923D1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Alloc.h \"" */ = {isa = PBXBuildFile; fileRef = 49AAC7A2E56043F4898D65E3 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Alloc.h \"" */; }; - 9A00101F733E47A189B2E3C3 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = F0F10829BE8543EB8470F2E1 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp.rule \"" */; }; - 9AAB77F63F6F4E5A904DDABB /* "\"$(SRCROOT)/flycast/core/rend/vulkan/quad.h \"" */ = {isa = PBXBuildFile; fileRef = 84E6CEFABFCB49BC9196DDA7 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/quad.h \"" */; }; - 9ADE6F6006E84B1799FE5BC8 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_interpreter.cpp \"" */ = {isa = PBXBuildFile; fileRef = FB1254D8F633483F860CF6A0 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_interpreter.cpp \"" */; }; - 9B086C671A9742CDAF6F3A5F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h \"" */ = {isa = PBXBuildFile; fileRef = 6E09CAEAAD7D4740B3EF9C64 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h \"" */; }; - 9B19AA69F435494BAC20F8F7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp \"" */ = {isa = PBXBuildFile; fileRef = D69B58C92E684E5699970767 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp \"" */; }; - 9B99E4A3DE9C46DC838FF1FA /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_sb_regs.h \"" */ = {isa = PBXBuildFile; fileRef = C5C923BA3D1442129E4CFDF9 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_sb_regs.h \"" */; }; - 9BFC2A83BB514B18A8864F6B /* "\"$(SRCROOT)/flycast/core/hw/aica/aica.h \"" */ = {isa = PBXBuildFile; fileRef = BD7594CB5FA6470394805161 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica.h \"" */; }; - 9C005BBE5AAA4CF88CB7F13C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp \"" */ = {isa = PBXBuildFile; fileRef = 27979255706C4C3F98FCC55E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp \"" */; }; - 9C375ECE20654440AB1D51D3 /* "\"$(SRCROOT)/flycast/core/hw/naomi/decrypt.h \"" */ = {isa = PBXBuildFile; fileRef = 44A5BF621249445089FD7793 /* "\"$(SRCROOT)/flycast/core/hw/naomi/decrypt.h \"" */; }; - 9C935FD5C67842898066433F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_comment.c \"" */ = {isa = PBXBuildFile; fileRef = 585E5C2CF55A4BDBA60C2DDA /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_comment.c \"" */; }; - 9CAD19A9495747449D0C9347 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_open.c \"" */ = {isa = PBXBuildFile; fileRef = 4FBD4026B73843B485068E8F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_open.c \"" */; }; - 9CD32BF499A944E7A8A5EE7C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp \"" */ = {isa = PBXBuildFile; fileRef = 36DE02A954BC4F01A6415E3E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp \"" */; }; - 9DC59DE8E65447869D6111E1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 4A412AB1B0984256B591B1E2 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt \"" */; }; - 9E27DFA117994BC0AABD42D4 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp \"" */ = {isa = PBXBuildFile; fileRef = 3C38C758347F4803A1B279A7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp \"" */; }; - 9E3ECEFB95624DCF99814A3C /* "\"$(SRCROOT)/flycast/core/imgread/isofs.cpp \"" */ = {isa = PBXBuildFile; fileRef = F7FA619155634DBC8A8E2AF6 /* "\"$(SRCROOT)/flycast/core/imgread/isofs.cpp \"" */; }; - 9E9BD1675A0448C2A578F0D5 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/buffer.h \"" */ = {isa = PBXBuildFile; fileRef = D24248F79EEC481284ABB775 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/buffer.h \"" */; }; - 9EF3CC2F5D784DB59252C208 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/shaders.cpp \"" */ = {isa = PBXBuildFile; fileRef = 705EAC5F26C744BC8B3D6E84 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/shaders.cpp \"" */; }; - 9F45F88D1BC043058ABDA954 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ccn.h \"" */ = {isa = PBXBuildFile; fileRef = C58B1B4B0E8F473FB97BCA3D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ccn.h \"" */; }; - 9F8F1B26F4B44BEB9022CA12 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp \"" */ = {isa = PBXBuildFile; fileRef = A3B68A8C5B384F04AD25367B /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp \"" */; }; - 9FA093A18BBA49EC83E84CEE /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_socket_multicast.c \"" */ = {isa = PBXBuildFile; fileRef = C32928D6DE3D4334BE9F12E8 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_socket_multicast.c \"" */; }; - 9FDE593B570D49C8B8C84660 /* "\"$(SRCROOT)/flycast/core/reios/gdrom_hle.cpp \"" */ = {isa = PBXBuildFile; fileRef = 775CC2C80C724E059AB6431D /* "\"$(SRCROOT)/flycast/core/reios/gdrom_hle.cpp \"" */; }; - A040747779734169ACC07DC2 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/iostream.hpp \"" */ = {isa = PBXBuildFile; fileRef = A207991F9AA54CB99842B290 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/iostream.hpp \"" */; }; - A0C75BEEB76C41C39D6FCEF5 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_comment.c \"" */ = {isa = PBXBuildFile; fileRef = C97D745077CD48F999E40B3C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_comment.c \"" */; }; - A1488F2094C84A61AC17FC65 /* "\"$(SRCROOT)/flycast/core/log/BitSet.h \"" */ = {isa = PBXBuildFile; fileRef = EB4943DE44684BE79E3E96BF /* "\"$(SRCROOT)/flycast/core/log/BitSet.h \"" */; }; - A1D29670FB764F47BE7BDC44 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/cstdlib.hpp \"" */ = {isa = PBXBuildFile; fileRef = D03409CC326B422EA7F69D3D /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/cstdlib.hpp \"" */; }; - A1E24A552A6245BFA1DF19EA /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/file/retro_dirent.c \"" */ = {isa = PBXBuildFile; fileRef = DE4AFD4730974E35B21FF57D /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/file/retro_dirent.c \"" */; }; - A218CAA3FE4442859B6F9C38 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_dir_add.c \"" */ = {isa = PBXBuildFile; fileRef = 37DCC5E46E7943D08785638E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_dir_add.c \"" */; }; - A31A41363DC04CA1B373CCBE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_algorithm_deflate.c \"" */ = {isa = PBXBuildFile; fileRef = 202C47A835E641E5AA5DDE5A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_algorithm_deflate.c \"" */; }; - A329AEA8D28A4072A563D7CC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_data.c \"" */ = {isa = PBXBuildFile; fileRef = 91BACA7F06DC449F8FC25C53 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_data.c \"" */; }; - A3402DFC4E8C4BA38E9D4D4A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_config.h \"" */ = {isa = PBXBuildFile; fileRef = A4758358C14D49F3A56AB4C3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_config.h \"" */; }; - A3E6E6A04B1D46A1B5363AD0 /* "\"$(SRCROOT)/flycast/core/hw/bba/bba.cpp \"" */ = {isa = PBXBuildFile; fileRef = 3F31DAF87C93411A9EAE122A /* "\"$(SRCROOT)/flycast/core/hw/bba/bba.cpp \"" */; }; - A3E8BB82797D4B7CB6263BFC /* "\"$(SRCROOT)/flycast/core/deps/lzma/CpuArch.c \"" */ = {isa = PBXBuildFile; fileRef = 71D1F163369D4DC5BE6C19F2 /* "\"$(SRCROOT)/flycast/core/deps/lzma/CpuArch.c \"" */; }; - A41D6470A8804FF6910AB06D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_random_unix.c \"" */ = {isa = PBXBuildFile; fileRef = A00467D49CCB40E2AF68742E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_random_unix.c \"" */; }; - A46CFB1E95414D379752618E /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mmr.h \"" */ = {isa = PBXBuildFile; fileRef = 30F921E9643E413D8D829566 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mmr.h \"" */; }; - A4D35148B6DA4622A0918138 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_mem.h \"" */ = {isa = PBXBuildFile; fileRef = 4BEE678763924D06982558D1 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_mem.h \"" */; }; - A52D1DF1ED59480096754698 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_archive_comment.c \"" */ = {isa = PBXBuildFile; fileRef = 8761703F8132413E926E99B4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_archive_comment.c \"" */; }; - A57D90F04DE74C8DB77E7B23 /* "\"$(SRCROOT)/flycast/core/deps/vixl/cpu-features.h \"" */ = {isa = PBXBuildFile; fileRef = F2B96C3FC3C242FC982B1EA1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/cpu-features.h \"" */; }; - A61579BDF1204EB7808CE432 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/abi-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = 8AB8F5BE0D844C36A81EF515 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/abi-aarch64.h \"" */; }; - A7159EBBBB0F4018BC2E7AAF /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/args.hpp \"" */ = {isa = PBXBuildFile; fileRef = FCA4278BBB504BDBA94EF2CA /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/args.hpp \"" */; }; - A7324D1C631C47EE923966D5 /* "\"$(SRCROOT)/flycast/core/imgread/iso9660.h \"" */ = {isa = PBXBuildFile; fileRef = 56A68AE8CA9F433EB5BF1B3E /* "\"$(SRCROOT)/flycast/core/imgread/iso9660.h \"" */; }; - A73F81A0AF214EE6A20D6A14 /* "\"$(SRCROOT)/flycast/core/deps/vixl/globals-vixl.h \"" */ = {isa = PBXBuildFile; fileRef = 82310A67E22F466AA80354E2 /* "\"$(SRCROOT)/flycast/core/deps/vixl/globals-vixl.h \"" */; }; - A74A95704CB24D3C98F4C42E /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_regs.h \"" */ = {isa = PBXBuildFile; fileRef = 92F1A49C4988405E9B122AF7 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_regs.h \"" */; }; - A7C101637D2C4ECAAADAFBCD /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp \"" */ = {isa = PBXBuildFile; fileRef = F896D72F836E4CE3ABD85C77 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp \"" */; }; - A80F16A5E6D142B6A4B2E17F /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil.cpp \"" */ = {isa = PBXBuildFile; fileRef = 7526C70A883747EBB6B723E7 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil.cpp \"" */; }; - A90A9C21E52A4C13807B5758 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp \"" */ = {isa = PBXBuildFile; fileRef = 5B816EE790954FDB840C8181 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp \"" */; }; - A943E69D5503467FB64A6424 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 13968915F2634E039CF75732 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp.rule \"" */; }; - A9C32AF911B1413A8AE57A08 /* "\"$(SRCROOT)/flycast/core/network/net_handshake.cpp \"" */ = {isa = PBXBuildFile; fileRef = 47F700464625457B82ED7779 /* "\"$(SRCROOT)/flycast/core/network/net_handshake.cpp \"" */; }; - AA0FD776C8C743A6AF39AF36 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_index.c \"" */ = {isa = PBXBuildFile; fileRef = 35501434DADC475E82134B2C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_index.c \"" */; }; - AA20D59279504BE6905FFC2C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/Common.h \"" */ = {isa = PBXBuildFile; fileRef = B34220172F504D09B0A3DE8C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/Common.h \"" */; }; - AA799E3D1B154959A0DDA4CC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat_init.c \"" */ = {isa = PBXBuildFile; fileRef = C548BC3FFC8E479B99C7C6A8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat_init.c \"" */; }; - AA92BC82A04846398E3B9FCF /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c \"" */ = {isa = PBXBuildFile; fileRef = 593E4EFFC8884F78BE17C839 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c \"" */; }; - AAE197978BFE4165B3CC81D7 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_shaders.cpp \"" */ = {isa = PBXBuildFile; fileRef = CE31F9621EC14C0482066C13 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_shaders.cpp \"" */; }; - AC15596B76474B09A247B6DF /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_util.cpp \"" */ = {isa = PBXBuildFile; fileRef = B69384C94C6C41549BB14EC0 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_util.cpp \"" */; }; - ACA3158247664218808EED9A /* "\"$(SRCROOT)/flycast/core/oslib/storage.cpp \"" */ = {isa = PBXBuildFile; fileRef = 5FFDDFFBE087411293FFBFD2 /* "\"$(SRCROOT)/flycast/core/oslib/storage.cpp \"" */; }; - ACBC9091351E4B1E9725C4CB /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_begin_write.c \"" */ = {isa = PBXBuildFile; fileRef = CE091AF3E5DC462C9895F221 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_begin_write.c \"" */; }; - AD02249EB00C4C23B4F940C6 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/cstdio.cpp \"" */ = {isa = PBXBuildFile; fileRef = 5D9330184F7C45DCA0B088D4 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/cstdio.cpp \"" */; }; - AD59FF2763374CB0AEB57BDB /* "\"$(SRCROOT)/flycast/core/hw/holly/sb.cpp \"" */ = {isa = PBXBuildFile; fileRef = 7ED96D37C1A744128477F163 /* "\"$(SRCROOT)/flycast/core/hw/holly/sb.cpp \"" */; }; - AD811EE4EAA1486C85B78A53 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp \"" */ = {isa = PBXBuildFile; fileRef = F3B67864EA704E788A22A569 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp \"" */; }; - ADFDDFFAA48448EDB3AB3EE7 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/CpuArch.h \"" */ = {isa = PBXBuildFile; fileRef = F9C80A0646A04B6797AE0002 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/CpuArch.h \"" */; }; - AE394275FFC049659CCF0900 /* "\"$(SRCROOT)/flycast/core/hw/naomi/awave_regs.h \"" */ = {isa = PBXBuildFile; fileRef = 5E2A9E5933FF49B99C1B97FA /* "\"$(SRCROOT)/flycast/core/hw/naomi/awave_regs.h \"" */; }; - AE4EBF5DD374465BB026EB6A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c \"" */ = {isa = PBXBuildFile; fileRef = 2F6E9C43E2934437A7A2170D /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c \"" */; }; - AE8D065A2BD74610A332EBEA /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm_mem.cpp \"" */ = {isa = PBXBuildFile; fileRef = 9536A40B9CB7409EAF9DADDB /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm_mem.cpp \"" */; }; - AF4650B7F8134989842A1AFB /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 1EC93AE0310849079B79650F /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp.rule \"" */; }; - AF8D2891A9FE45758CA83EFE /* "\"$(SRCROOT)/flycast/core/rend/vulkan/compiler.cpp \"" */ = {isa = PBXBuildFile; fileRef = 046335DD12EE45519BD612D0 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/compiler.cpp \"" */; }; - B02CC235EAAF44C6A7C789D6 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mem.cpp \"" */ = {isa = PBXBuildFile; fileRef = 19B932DD2B364F7EB187D347 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mem.cpp \"" */; }; - B1984E5E169C4323AC9E1F12 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h \"" */ = {isa = PBXBuildFile; fileRef = 8F56B337971D4854A41F5677 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h \"" */; }; - B1A57ABB4E0C4C66A6F018A5 /* "\"$(SRCROOT)/flycast/core/stdclass.h \"" */ = {isa = PBXBuildFile; fileRef = 27DC3D7A551A45619D7286E3 /* "\"$(SRCROOT)/flycast/core/stdclass.h \"" */; }; - B1E0AD31B35B46CC8365D097 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 3413CA6C897848EFA1CE2D3E /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp \"" */; }; - B206A2BAF1014F9B83FB7331 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_mem.h \"" */ = {isa = PBXBuildFile; fileRef = 6799C93DDA204731B67766EA /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_mem.h \"" */; }; - B220BCADAEB041E9A3DF011C /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_cfg.cpp \"" */ = {isa = PBXBuildFile; fileRef = F3AFDB1CC10D48AB97D9C245 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_cfg.cpp \"" */; }; - B2911D7608C942B49F09ED8B /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_socket_multicast.h \"" */ = {isa = PBXBuildFile; fileRef = 5EFAAE0E3D7E409C8EEF9936 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_socket_multicast.h \"" */; }; - B2DDC67A633D4DD29C1E7CAC /* "\"$(SRCROOT)/flycast/core/rend/vulkan/buffer.cpp \"" */ = {isa = PBXBuildFile; fileRef = DE7E9D52D5A34046B5B829B9 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/buffer.cpp \"" */; }; - B2E91B10276944B5A3E8F292 /* "\"$(SRCROOT)/flycast/core/hw/naomi/netdimm.cpp \"" */ = {isa = PBXBuildFile; fileRef = 53569D6E045A4EB1A37182E4 /* "\"$(SRCROOT)/flycast/core/hw/naomi/netdimm.cpp \"" */; }; - B2F7B9E1758247E18B81ABA6 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_archive_comment.c \"" */ = {isa = PBXBuildFile; fileRef = 1C4002904D874E109355613E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_archive_comment.c \"" */; }; - B3BE5D2E7E6C4D4FBE71B73A /* "\"$(SRCROOT)/flycast/core/archive/7zArchive.h \"" */ = {isa = PBXBuildFile; fileRef = 9BD43DFDCA1C455D9273979E /* "\"$(SRCROOT)/flycast/core/archive/7zArchive.h \"" */; }; - B3C7F2E908F74E83A7625552 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_protocol.c \"" */ = {isa = PBXBuildFile; fileRef = E7255362673F41219D605C0C /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_protocol.c \"" */; }; - B40D527FEE2D4DD893A3A623 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/PoolAlloc.h \"" */ = {isa = PBXBuildFile; fileRef = EFA09067422344A8AA2AF09E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/PoolAlloc.h \"" */; }; - B50E99A3C5C64C11B283110D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/cpg.cpp \"" */ = {isa = PBXBuildFile; fileRef = CE417CB3AEB74A4EAABE1EDD /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/cpg.cpp \"" */; }; - B53CCBEC0D504F1DBBDB70DC /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp \"" */ = {isa = PBXBuildFile; fileRef = 9BB46348ADDB4EBE886CC968 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp \"" */; }; - B5428305C9C740C6A3DA9A5C /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_cart.h \"" */ = {isa = PBXBuildFile; fileRef = AB921D8739B5463B8B05F5AB /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_cart.h \"" */; }; - B57C166624404BA787E7D5EF /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_archive.c \"" */ = {isa = PBXBuildFile; fileRef = D4E7F763D06C411F8B28070F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_archive.c \"" */; }; - B57C36102B974C8EB9761DEA /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/compat_strl.c \"" */ = {isa = PBXBuildFile; fileRef = 257F066635764373B5B0CF5C /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/compat_strl.c \"" */; }; - B5EFC755BF604C7095921901 /* "\"$(SRCROOT)/flycast/core/rec-ARM64/arm64_regalloc.h \"" */ = {isa = PBXBuildFile; fileRef = AB79885106424BC8803F89C9 /* "\"$(SRCROOT)/flycast/core/rec-ARM64/arm64_regalloc.h \"" */; }; - B65BF2BB47B443CCAACCEF06 /* "\"$(SRCROOT)/flycast/core/cfg/option.h \"" */ = {isa = PBXBuildFile; fileRef = 8444186CD62B43D2943F3A8A /* "\"$(SRCROOT)/flycast/core/cfg/option.h \"" */; }; - B68DF0BF87094DDC991AD057 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_pkware_encode.c \"" */ = {isa = PBXBuildFile; fileRef = FCD241788590461DA9DF5B07 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_pkware_encode.c \"" */; }; - B6C1F08B0CF240F6A9F34ECC /* "\"$(SRCROOT)/flycast/core/oslib/oslib.h \"" */ = {isa = PBXBuildFile; fileRef = 03288B339312420780D81DE0 /* "\"$(SRCROOT)/flycast/core/oslib/oslib.h \"" */; }; - B6F7C6E6F7BA442DA06A65DA /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 8A3B5667BD6C460CA0172DDB /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */; }; - B81D18D48BDD4B60A295CBE5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp \"" */ = {isa = PBXBuildFile; fileRef = CA89F7A90D544C65BBE69E5D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp \"" */; }; - B82A0DB5B4A94FE58B004B63 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/console_buffer.cpp \"" */ = {isa = PBXBuildFile; fileRef = 72173611E68841D3B8A17FCC /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/console_buffer.cpp \"" */; }; - B84F5A9A3A864D879001A513 /* "\"$(SRCROOT)/flycast/core/lua/lua.h \"" */ = {isa = PBXBuildFile; fileRef = 7AA71C00C3454AB399DC83E8 /* "\"$(SRCROOT)/flycast/core/lua/lua.h \"" */; }; - B858042B38004D2DB8744AF4 /* "\"$(SRCROOT)/flycast/core/imgread/common.cpp \"" */ = {isa = PBXBuildFile; fileRef = 4E2C25FB10124446926A4642 /* "\"$(SRCROOT)/flycast/core/imgread/common.cpp \"" */; }; - B8884E6EB6D6438D84A5AF49 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/constants-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = 14155E6F99414C278EB49FD9 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/constants-aarch64.h \"" */; }; - B8F5AA6B8FA24C27A4E24A95 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zCrcOpt.c \"" */ = {isa = PBXBuildFile; fileRef = 12EC9D14F13E4CECA848CA95 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zCrcOpt.c \"" */; }; - B9EFD7A4EBB04BC5AB88B901 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 881639D51F994473BB54B73C /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp.rule \"" */; }; - B9F2DE4C9B9548ED9A2AA324 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_ethernet.c \"" */ = {isa = PBXBuildFile; fileRef = 5CF944F5CD1347FD9C8CFFA9 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_ethernet.c \"" */; }; - BA409DA0470240389D255520 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_buffer.c \"" */ = {isa = PBXBuildFile; fileRef = A7F6928642A247E69DCA5988 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_buffer.c \"" */; }; - BAA769B2F3444BC99CD58731 /* "\"$(SRCROOT)/flycast/core/wsi/libretro.h \"" */ = {isa = PBXBuildFile; fileRef = FB66FE3634AB4946905A06C6 /* "\"$(SRCROOT)/flycast/core/wsi/libretro.h \"" */; }; - BC36AE7EA16844088628BF22 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_memdup.c \"" */ = {isa = PBXBuildFile; fileRef = BBFBAC63B25D4E4EAB356588 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_memdup.c \"" */; }; - BCA1DD9992434C02B3F200BF /* "\"$(SRCROOT)/flycast/core/oslib/audiostream.h \"" */ = {isa = PBXBuildFile; fileRef = 0CF5CC67D9B34F439FBC3A52 /* "\"$(SRCROOT)/flycast/core/oslib/audiostream.h \"" */; }; - BD0C41B9A1384936A595C8B9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fread.c \"" */ = {isa = PBXBuildFile; fileRef = F9C5CC7AC6094353A15C11CD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fread.c \"" */; }; - BD1BB4A84B234117985E8CCA /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpdev.c \"" */ = {isa = PBXBuildFile; fileRef = B08C9D29B1014B79A985A631 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpdev.c \"" */; }; - BD95A65BC5D34DCB8DB00A8D /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Delta.c \"" */ = {isa = PBXBuildFile; fileRef = 0606CADD0B1B4A058428C456 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Delta.c \"" */; }; - BDA06C5FDD8B4F4490C57B61 /* "\"$(SRCROOT)/flycast/core/network/naomi_network.h \"" */ = {isa = PBXBuildFile; fileRef = B238432976554021BE59E76B /* "\"$(SRCROOT)/flycast/core/network/naomi_network.h \"" */; }; - BDA23473BAC2404695AE3990 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp \"" */ = {isa = PBXBuildFile; fileRef = 53679B7287F54AB0B83B6D46 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp \"" */; }; - BEB366FB1FAE4B3497F658E3 /* "\"$(SRCROOT)/cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 5D475D1761FC4D528251BF30 /* "\"$(SRCROOT)/cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist \"" */; }; - BECF031056BA44C288862991 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fdopen.c \"" */ = {isa = PBXBuildFile; fileRef = A7D3330694E94C0B839FDBDE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fdopen.c \"" */; }; - BF82BD6AFD9D42B7B6C3986E /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 600AC4EB13C44025AD86ADDE /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist \"" */; }; - BFB76C6959E446189EE51335 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_string.c \"" */ = {isa = PBXBuildFile; fileRef = C14F1C64DAE64B368DAB24D8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_string.c \"" */; }; - C00CF428D10F433096E7CA23 /* "\"$(SRCROOT)/flycast/core/hw/naomi/multiboard.cpp \"" */ = {isa = PBXBuildFile; fileRef = B90B2BF2DF8146D3AA46E026 /* "\"$(SRCROOT)/flycast/core/hw/naomi/multiboard.cpp \"" */; }; - C02CA18F1D0B426CB0873B87 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/texture.h \"" */ = {isa = PBXBuildFile; fileRef = 90A29D92C918434599FF893C /* "\"$(SRCROOT)/flycast/core/rend/vulkan/texture.h \"" */; }; - C0977CDF3C884025ADD410F5 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_strerror.c \"" */ = {isa = PBXBuildFile; fileRef = 1BFB2F2D42A94CF482C731E4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_strerror.c \"" */; }; - C0B685DAE3594442BF72981E /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/serial.cpp \"" */ = {isa = PBXBuildFile; fileRef = 8A94A10321104FBC92ECD3B8 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/serial.cpp \"" */; }; - C0E2154D2B7B407F8D3C6884 /* "\"$(SRCROOT)/cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = E289841C6E8D40DD85A05567 /* "\"$(SRCROOT)/cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist \"" */; }; - C0E3D63DCFAC463BA092590D /* "\"$(SRCROOT)/flycast/core/network/naomi_network.cpp \"" */ = {isa = PBXBuildFile; fileRef = 40A4C5F0A83B451B85E50490 /* "\"$(SRCROOT)/flycast/core/network/naomi_network.cpp \"" */; }; - C0F1EB330DD848E4AE658CE6 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_module_eth.h \"" */ = {isa = PBXBuildFile; fileRef = 94C6DC1EF411493A8EE8A587 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_module_eth.h \"" */; }; - C1046E8E11C241418987BDD3 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 7ED2FE8A9E4641C38F2C5168 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp.rule \"" */; }; - C132416667BC43B9AE16F285 /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/OpenGLES.framework */ = {isa = PBXBuildFile; fileRef = E2F01B5BC504479F93EBC73C /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/OpenGLES.framework */; }; - C137543A6E0C4E0DA87DA4CC /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_tcp.c \"" */ = {isa = PBXBuildFile; fileRef = 69B5FEB25CE74686A0362ECF /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_tcp.c \"" */; }; - C22D7203E2A04A46959C3E75 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_io_util.c \"" */ = {isa = PBXBuildFile; fileRef = 4C95095A417442BCA980771A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_io_util.c \"" */; }; - C2926D70847F4C688EF7F5AD /* "\"$(SRCROOT)/flycast/core/rend/vulkan/commandpool.h \"" */ = {isa = PBXBuildFile; fileRef = 08A21F898A104F03B9F5B7EA /* "\"$(SRCROOT)/flycast/core/rend/vulkan/commandpool.h \"" */; }; - C2C0090062FF4A549B254424 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_extra_field_api.c \"" */ = {isa = PBXBuildFile; fileRef = 13D94E8225DA4759A84AA5E9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_extra_field_api.c \"" */; }; - C3845E731B244502936AD98A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp \"" */ = {isa = PBXBuildFile; fileRef = 77C3F31162A2484FBBC8C329 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp \"" */; }; - C3C6628B59A9442391E19D27 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_tell_write.c \"" */ = {isa = PBXBuildFile; fileRef = B0C0D10F0CB0435A991F09C7 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_tell_write.c \"" */; }; - C3E8EFA427BA4D3B9E91D5DC /* "\"$(SRCROOT)/cmake/CMakeFiles/flycast_libretro.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = CD58A08430C642DAABD831CA /* "\"$(SRCROOT)/cmake/CMakeFiles/flycast_libretro.dir/Info.plist \"" */; }; - C412B319B9D84578B88326EB /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_read.c \"" */ = {isa = PBXBuildFile; fileRef = 1C0C36900FB14BA0BAFDFD21 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_read.c \"" */; }; - C43A3404EE8F48988EFD8D81 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c \"" */ = {isa = PBXBuildFile; fileRef = D64F65B065CB461995A0C375 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c \"" */; }; - C4458B0FE2294BBAAEBB3DCC /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/bsc.cpp \"" */ = {isa = PBXBuildFile; fileRef = 59BAE74FFD9948DE86D25645 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/bsc.cpp \"" */; }; - C44C924702BB478591D539AF /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/cstdio.hpp \"" */ = {isa = PBXBuildFile; fileRef = 494FC8337F6E4B96A096F34B /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/cstdio.hpp \"" */; }; - C45496D25B5848C48CE98DD8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp \"" */ = {isa = PBXBuildFile; fileRef = A746DE4F15AD4FD698FD7E5F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp \"" */; }; - C47BCD3E43CA441D95F9278A /* "\"$(SRCROOT)/flycast/core/build.h \"" */ = {isa = PBXBuildFile; fileRef = 22146D004C6F4E35A524D099 /* "\"$(SRCROOT)/flycast/core/build.h \"" */; }; - C48BFDA9596F4277B4E161A2 /* "\"$(SRCROOT)/flycast/core/deps/nowide/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = F9F82C212FF64D07B93A263B /* "\"$(SRCROOT)/flycast/core/deps/nowide/CMakeLists.txt \"" */; }; - C4A03003AC0D45EDB0D36C26 /* "\"$(SRCROOT)/flycast/core/archive/archive.h \"" */ = {isa = PBXBuildFile; fileRef = 58F8ECBCB03347DF9F107606 /* "\"$(SRCROOT)/flycast/core/archive/archive.h \"" */; }; - C4AC452A98DE473082B8288D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error.c \"" */ = {isa = PBXBuildFile; fileRef = 82152E47A66A42F2A5F6C726 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error.c \"" */; }; - C4FC6D446E0A4E779EB01BE3 /* "\"$(SRCROOT)/flycast/core/hw/holly/sb.h \"" */ = {isa = PBXBuildFile; fileRef = FAE6DE2BEEE849A2AD67673E /* "\"$(SRCROOT)/flycast/core/hw/holly/sb.h \"" */; }; - C53F7869800741ABBC83B5ED /* "\"$(SRCROOT)/cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 612B81B6BA7741CAB5AA97B4 /* "\"$(SRCROOT)/cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist \"" */; }; - C5AF66D52E4646F099222F5D /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_queue.h \"" */ = {isa = PBXBuildFile; fileRef = FCD5A6D7189243718143C653 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_queue.h \"" */; }; - C5BF7CB818734E5C8607CA55 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/tmu.cpp \"" */ = {isa = PBXBuildFile; fileRef = A710456AC63E4338879B1561 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/tmu.cpp \"" */; }; - C62AD6D610344448A403677B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_default_password.c \"" */ = {isa = PBXBuildFile; fileRef = 788C969F5A0442B189647E9D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_default_password.c \"" */; }; - C63F2E3C98A444479315B6A9 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_socket.c \"" */ = {isa = PBXBuildFile; fileRef = D0F2FA2BC91E437A8ED30383 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_socket.c \"" */; }; - C64FA059E44445DB855BDC98 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h \"" */ = {isa = PBXBuildFile; fileRef = 0BA11B78F5D0466D9AAF31A0 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h \"" */; }; - C660679DD7E44AE3B4A00207 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/Types.h \"" */ = {isa = PBXBuildFile; fileRef = 018196F01BF443C18C5DE00D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/Types.h \"" */; }; - C6615BAF785240D5AEB15A7B /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp \"" */ = {isa = PBXBuildFile; fileRef = 9F69010E0CCE4DFC97A898DA /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp \"" */; }; - C6AE98C6D70C46B08962923C /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = D26F7DF7A5F74366BA6C1D82 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-aarch64.h \"" */; }; - C74781B3AECB4D69886146CE /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderpass.h \"" */ = {isa = PBXBuildFile; fileRef = 9FA7EFC1B62C416CAC6141FC /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderpass.h \"" */; }; - C76A668FA7E348A4A452DF01 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h \"" */ = {isa = PBXBuildFile; fileRef = A16D56D6242B4E1C920B4974 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h \"" */; }; - C81CE737E77448A58C773DBB /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zBuf.c \"" */ = {isa = PBXBuildFile; fileRef = 2D50B622448A4B2AA00A9BCA /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zBuf.c \"" */; }; - C83687848955430C9EBE5516 /* "\"$(SRCROOT)/flycast/core/rec-ARM64/rec_arm64.cpp \"" */ = {isa = PBXBuildFile; fileRef = C6EEDBF306934AA6884411A9 /* "\"$(SRCROOT)/flycast/core/rec-ARM64/rec_arm64.cpp \"" */; }; - C83B41BE7ACC4C339C26BB4B /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 78362254BCD34A9E8526DD0D /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp \"" */; }; - C83F63D5796C4934AF08D424 /* "\"$(SRCROOT)/flycast/core/hw/holly/sb_mem.cpp \"" */ = {isa = PBXBuildFile; fileRef = DDC77D0300B04E72A890CA6A /* "\"$(SRCROOT)/flycast/core/hw/holly/sb_mem.cpp \"" */; }; - C91AF3223CD640CFB45633AA /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_flashrom.cpp \"" */ = {isa = PBXBuildFile; fileRef = E86AE880B0B44C908509EAB1 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_flashrom.cpp \"" */; }; - C961A2D06461430ABB60D1E3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_eth.h \"" */ = {isa = PBXBuildFile; fileRef = 372C79352C624688882FB912 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_eth.h \"" */; }; - CA1F23797BDE4035BF0470AA /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h \"" */ = {isa = PBXBuildFile; fileRef = 01D7FF1643FF4BC7B5A9D86A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h \"" */; }; - CA3763DBF62A41E486EC33B3 /* "\"$(SRCROOT)/cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 91BFF14496754F2C8F27F113 /* "\"$(SRCROOT)/cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist \"" */; }; - CAAC7B253800406EB3F4F66A /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 9BCEBC878EDA4103B26801CD /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist \"" */; }; - CACC42C8F4CE423B976B22F1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_write.c \"" */ = {isa = PBXBuildFile; fileRef = 454736672F9C42358BD1712E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_write.c \"" */; }; - CAFDD1EF363F497594407185 /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan.h \"" */ = {isa = PBXBuildFile; fileRef = 312E2483A79A491B9E58AF67 /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan.h \"" */; }; - CB6D1439E5CC4DE4BF422913 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/mmu.h \"" */ = {isa = PBXBuildFile; fileRef = 98FDDDCF6D3D41658EF6DA63 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/mmu.h \"" */; }; - CC2991B3C1154D8DAC0D7D2D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_crc.c \"" */ = {isa = PBXBuildFile; fileRef = E4AB390A2F9B4D27B312FA9E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_crc.c \"" */; }; - CC3DA0B278E2411AAC3CF07E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_archive_flag.c \"" */ = {isa = PBXBuildFile; fileRef = B96E4521BCEA40B6A4211A50 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_archive_flag.c \"" */; }; - CCA75563822D40B7985064DC /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interrupts.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0AF6F24A94C4414A81F66AE3 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interrupts.cpp \"" */; }; - CCAC93897FD94EADA398EDCC /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp \"" */ = {isa = PBXBuildFile; fileRef = 5F5C75C1A1A44BF3B4DE1056 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp \"" */; }; - CCBF259D70D64B04831E3597 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/hex_float.h \"" */ = {isa = PBXBuildFile; fileRef = B05649DBB47940E899F601B0 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/hex_float.h \"" */; }; - CD29C179EDCC4BBBB96FA993 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h \"" */ = {isa = PBXBuildFile; fileRef = 6DD6048555924A19AE1CD50D /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h \"" */; }; - CDE7260CB1AA4D8C985A9DAB /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h \"" */ = {isa = PBXBuildFile; fileRef = FAA2DA9FF4F34E0A86D14B59 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h \"" */; }; - CE24844B2F3A4B138B97AFC9 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/drawer.cpp \"" */ = {isa = PBXBuildFile; fileRef = 02E87AE4F1C34F3DBF23F338 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/drawer.cpp \"" */; }; - CEC1C322EAF849649EB7D8A7 /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-buffer-vixl.h \"" */ = {isa = PBXBuildFile; fileRef = 5B74ECF7B8824FD1A1724F8A /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-buffer-vixl.h \"" */; }; - CF50402A48F043A39B8846F1 /* "\"$(SRCROOT)/cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 718B24D54CD94193822E2086 /* "\"$(SRCROOT)/cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist \"" */; }; - D00868305D134FFFA95E02C7 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c \"" */ = {isa = PBXBuildFile; fileRef = A3D4F6D22D894663A13EB763 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c \"" */; }; - D0955CC42EC349E1B991F4E9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp \"" */ = {isa = PBXBuildFile; fileRef = 5F5ABEF7778E4B32848D5269 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp \"" */; }; - D09E755A58D141A9AE8AF5CB /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma2Dec.c \"" */ = {isa = PBXBuildFile; fileRef = 2DF50A1484F1419A930439B8 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma2Dec.c \"" */; }; - D121F83793AA4F5A9F42F82F /* "\"$(SRCROOT)/flycast/core/hw/holly/holly_intc.cpp \"" */ = {isa = PBXBuildFile; fileRef = CA529EF10BFE4DEDB5F4DF98 /* "\"$(SRCROOT)/flycast/core/hw/holly/holly_intc.cpp \"" */; }; - D13859D0B8DA4C7786556C6C /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vk_context_lr.cpp \"" */ = {isa = PBXBuildFile; fileRef = 9DBACCFB807844B7868FBE70 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vk_context_lr.cpp \"" */; }; - D194B85504D44A54BC738273 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 817A015404D1400EBDA79DD5 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp.rule \"" */; }; - D20C74D96F694079AAF7BAFE /* "\"$(SRCROOT)/flycast/core/deps/vixl/assembler-base-vixl.h \"" */ = {isa = PBXBuildFile; fileRef = 74491EBD2EEE44C3AFEFCBBD /* "\"$(SRCROOT)/flycast/core/deps/vixl/assembler-base-vixl.h \"" */; }; - D22D8083AA7F41CF999DE367 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/disassemble.cpp \"" */ = {isa = PBXBuildFile; fileRef = 873C3BAB93E543F5ACEF41F5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/disassemble.cpp \"" */; }; - D23E008C12D044F699652244 /* "\"$(SRCROOT)/flycast/core/deps/chdpsr/cdipsr.h \"" */ = {isa = PBXBuildFile; fileRef = 83A045AAFAA14B5888DBB188 /* "\"$(SRCROOT)/flycast/core/deps/chdpsr/cdipsr.h \"" */; }; - D26AD0F83C55455F96B64830 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minissdpc.c \"" */ = {isa = PBXBuildFile; fileRef = 7D3B4CD9FDD440538366A04B /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minissdpc.c \"" */; }; - D2821C3349E84E3799493DF7 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_if.cpp \"" */ = {isa = PBXBuildFile; fileRef = C6BC81D3277A4CFC996C965B /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_if.cpp \"" */; }; - D2B66CD782514EF4BB4438FD /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_jvs.cpp \"" */ = {isa = PBXBuildFile; fileRef = 7BB3432A3C76450FAF9B6EA2 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_jvs.cpp \"" */; }; - D2B92B174E1241E499874A14 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/nvmem.cpp \"" */ = {isa = PBXBuildFile; fileRef = 0DFA8AF9757F46C9AFB9C75F /* "\"$(SRCROOT)/flycast/core/hw/flashrom/nvmem.cpp \"" */; }; - D30BE066B3D047429911F420 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Compiler.h \"" */ = {isa = PBXBuildFile; fileRef = EA20670B57204795AE353E10 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Compiler.h \"" */; }; - D31692C9DCC04B9D95599C05 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms.h \"" */ = {isa = PBXBuildFile; fileRef = 8EBFAA2EF7D34D72A9C9CCF1 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms.h \"" */; }; - D3A63117C19A452EB27EE623 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = D3CC79F906464530A4AC93D6 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */; }; - D3FD48F8E32C4D2AB993BAD7 /* "\"$(SRCROOT)/flycast/core/network/ggpo.h \"" */ = {isa = PBXBuildFile; fileRef = 6AF36DC1A8564C5EB0869DEB /* "\"$(SRCROOT)/flycast/core/network/ggpo.h \"" */; }; - D42981C562E24D4F9106EA53 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 3939AF2281EB4D839C9E24D7 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt \"" */; }; - D4503A19037442219E816DB2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_close.c \"" */ = {isa = PBXBuildFile; fileRef = 931FED4C73F44A4EA9B99BDE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_close.c \"" */; }; - D4FA0E0320104537AB9BDD6F /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_pic32.h \"" */ = {isa = PBXBuildFile; fileRef = C5B257E1FF384E8EB4139293 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_pic32.h \"" */; }; - D51BAFE0DC5F4E24875DA184 /* "\"$(SRCROOT)/flycast/core/deps/lzma/BraIA64.c \"" */ = {isa = PBXBuildFile; fileRef = 81ADE9784EDF4623BC243837 /* "\"$(SRCROOT)/flycast/core/deps/lzma/BraIA64.c \"" */; }; - D52E6478A3584490AF5B20F6 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp \"" */ = {isa = PBXBuildFile; fileRef = CFC7210A6F6D436C92DA8C04 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp \"" */; }; - D586C976BF53466C806E90D0 /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/GLKit.framework */ = {isa = PBXBuildFile; fileRef = 1484D8FD288B4237936A7583 /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/GLKit.framework */; }; - D5E4991474A1404A88EE55C4 /* "\"$(SRCROOT)/cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = BF64FAC89B3E443D854A5E56 /* "\"$(SRCROOT)/cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist \"" */; }; - D5FB32E4E69E4C3293CFD202 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_drawer.cpp \"" */ = {isa = PBXBuildFile; fileRef = E3A835B637FE4B8586A0B26B /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_drawer.cpp \"" */; }; - D60A9A7430CC40848C559382 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_get.c \"" */ = {isa = PBXBuildFile; fileRef = 0972367405494C41838D4E6C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_get.c \"" */; }; - D6468101E2314E76A24F4828 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp \"" */ = {isa = PBXBuildFile; fileRef = EBD00748E7404E53A8090781 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp \"" */; }; - D66574B531F94EC78B514EF5 /* "\"$(SRCROOT)/flycast/core/deps/xxHash/xxhash.c \"" */ = {isa = PBXBuildFile; fileRef = 187564FBAD3647068B318398 /* "\"$(SRCROOT)/flycast/core/deps/xxHash/xxhash.c \"" */; }; - D67CF2BF66E64C1DA3E72B1E /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-constants-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = ADBFBDE85E6542AD9EDA439F /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-constants-aarch64.h \"" */; }; - D6B1367E3174419591EBB0F6 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_file_compression.c \"" */ = {isa = PBXBuildFile; fileRef = 46FA97E6B3A640398824BD0C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_file_compression.c \"" */; }; - D712CD8A42144AAC8480B5AE /* "\"$(SRCROOT)/flycast/core/log/StringUtil.h \"" */ = {isa = PBXBuildFile; fileRef = 89301C6FC06E4A6086DBFBE4 /* "\"$(SRCROOT)/flycast/core/log/StringUtil.h \"" */; }; - D729366AEA7743B68B154143 /* "\"$(SRCROOT)/flycast/core/deps/chdpsr/cdipsr.cpp \"" */ = {isa = PBXBuildFile; fileRef = 6118215E99734BCBBFB0B93E /* "\"$(SRCROOT)/flycast/core/deps/chdpsr/cdipsr.cpp \"" */; }; - D7A8105C520E43BCB0A55ED1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_tell.c \"" */ = {isa = PBXBuildFile; fileRef = DB780E092AE94A239893941B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_tell.c \"" */; }; - D7B9703633C346B6AAA37ABE /* "\"$(SRCROOT)/flycast/core/wsi/libretro.cpp \"" */ = {isa = PBXBuildFile; fileRef = 3C3A4855FF5B4D9DA8E42EA7 /* "\"$(SRCROOT)/flycast/core/wsi/libretro.cpp \"" */; }; - D8A3F7E7AC74464FB66DC8F9 /* "\"$(SRCROOT)/flycast/core/hw/mem/mem_watch.h \"" */ = {isa = PBXBuildFile; fileRef = 27ACBE5C17BE4E4FBB4DF03B /* "\"$(SRCROOT)/flycast/core/hw/mem/mem_watch.h \"" */; }; - D8E03470CC4E407886673782 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/7zTypes.h \"" */ = {isa = PBXBuildFile; fileRef = AD7C3885EF334465B527B50F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/7zTypes.h \"" */; }; - D9028DD75AEF43A789BB55C2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_rename.c \"" */ = {isa = PBXBuildFile; fileRef = 92CED84B25FB44D49152DBE9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_rename.c \"" */; }; - D90A133328954722937C4CC1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-features-auditor-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = 735A110B9613464BACC1FA43 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-features-auditor-aarch64.h \"" */; }; - D925A2B81EEB4E09B215C7F1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-buffer-vixl.cc \"" */ = {isa = PBXBuildFile; fileRef = 61AC2E4473BB44089587A021 /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-buffer-vixl.cc \"" */; }; - D9463DE3334F49C093B3E292 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zFile.c \"" */ = {isa = PBXBuildFile; fileRef = 58065D17826E498BBC6427FA /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zFile.c \"" */; }; - D99111AA91544642995617F4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_entry.c \"" */ = {isa = PBXBuildFile; fileRef = 6EA5AAACFFA045288C2DBF6D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_entry.c \"" */; }; - DA3A3910E34748AD9F133DCA /* "\"$(SRCROOT)/flycast/core/hw/naomi/touchscreen.h \"" */ = {isa = PBXBuildFile; fileRef = 4C7A0456B848459CBCEBB223 /* "\"$(SRCROOT)/flycast/core/hw/naomi/touchscreen.h \"" */; }; - DA4E23E868FC4CF4B215A092 /* "\"$(SRCROOT)/flycast/core/types.h \"" */ = {isa = PBXBuildFile; fileRef = 8B5402ABC0034DB994DF02B9 /* "\"$(SRCROOT)/flycast/core/types.h \"" */; }; - DA7D94CA40C546DE923AA105 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = AD6CBB85E05C4726B35B8D86 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp.rule \"" */; }; - DA80B1E068D44001B6C546DE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_strerror.c \"" */ = {isa = PBXBuildFile; fileRef = 32B0BE7A95914A60BE783EA3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_strerror.c \"" */; }; - DAE2AF5DBD16493FBA8B3E5C /* "\"$(SRCROOT)/flycast/core/hw/pvr/spg.h \"" */ = {isa = PBXBuildFile; fileRef = 44D9679461074904A4196C58 /* "\"$(SRCROOT)/flycast/core/hw/pvr/spg.h \"" */; }; - DB27326CF61C4E918C7A9766 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_error.c \"" */ = {isa = PBXBuildFile; fileRef = 4BB070D165784F3385808522 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_error.c \"" */; }; - DB8192FBF2CA4B64BE99BA9E /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil_canonical.h \"" */ = {isa = PBXBuildFile; fileRef = 713B5B8B56F54962ABF1A66B /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil_canonical.h \"" */; }; - DBF657D02A56407590EC433E /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_devs.cpp \"" */ = {isa = PBXBuildFile; fileRef = B3F2772B1F8E4D35AE3F865C /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_devs.cpp \"" */; }; - DC1D587BCF824936A7B828FE /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = AE33F66342CE4A769D1F872B /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/CMakeLists.txt \"" */; }; - DC3ACBBECAAB4FDB839862C4 /* "\"$(SRCROOT)/flycast/core/serialize.cpp \"" */ = {isa = PBXBuildFile; fileRef = CA5F9AB9F6AC4A179218A46D /* "\"$(SRCROOT)/flycast/core/serialize.cpp \"" */; }; - DC68980C0FB946E4B113AFF0 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Sort.c \"" */ = {isa = PBXBuildFile; fileRef = 2781622DC071410FB851F65C /* "\"$(SRCROOT)/flycast/core/deps/lzma/Sort.c \"" */; }; - DDC83404F2A14734B1AE57F3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h \"" */ = {isa = PBXBuildFile; fileRef = E3689C3CFE564F8FB39406C7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h \"" */; }; - DDC8D56EBCEC44DD871F8975 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp \"" */ = {isa = PBXBuildFile; fileRef = 24545CEC819740BD92C9D4A8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp \"" */; }; - DE620434C2934035BA72CEAC /* "\"$(SRCROOT)/flycast/core/hw/naomi/printer.h \"" */ = {isa = PBXBuildFile; fileRef = C4868A1D05AC4C9DAF98F241 /* "\"$(SRCROOT)/flycast/core/hw/naomi/printer.h \"" */; }; - DEA04DA1328B4857BCD82AB8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_hash.c \"" */ = {isa = PBXBuildFile; fileRef = A70A523DE6E34D4793A7AA10 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_hash.c \"" */; }; - DECB310F97E746DCB50FC4DD /* "\"$(SRCROOT)/flycast/core/deps/vixl/utils-vixl.cc \"" */ = {isa = PBXBuildFile; fileRef = 927641600C994C72914E40DF /* "\"$(SRCROOT)/flycast/core/deps/vixl/utils-vixl.cc \"" */; }; - DF4480243EB6413FADBC6BE0 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/lib.cpp \"" */ = {isa = PBXBuildFile; fileRef = 39F1F02DD4924641A56F5C78 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/lib.cpp \"" */; }; - DFA565BD5B7C419A83ECFD4C /* "\"$(SRCROOT)/flycast/core/rend/TexCache.cpp \"" */ = {isa = PBXBuildFile; fileRef = A485E01D6133406382A90E21 /* "\"$(SRCROOT)/flycast/core/rend/TexCache.cpp \"" */; }; - DFB3D2A0C17E4EEEA95A8C3D /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_fragments.c \"" */ = {isa = PBXBuildFile; fileRef = 858E3763F2164FF8B9653966 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_fragments.c \"" */; }; - E068DB0F4C674FADBEA89791 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp \"" */ = {isa = PBXBuildFile; fileRef = EBCBF5AB842D4EDCB41F4161 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp \"" */; }; - E0A15B7F74E3430AA7B3277C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 799A1BC9BAAF40C7B33AB51C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/CMakeLists.txt \"" */; }; - E0FCA4EC0CE742DA8A9D106D /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minisoap.c \"" */ = {isa = PBXBuildFile; fileRef = CDFD8850FE0F43A2815FCEAF /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minisoap.c \"" */; }; - E12AE36F4FAB4D2FB9957165 /* "\"$(SRCROOT)/flycast/core/serialize.h \"" */ = {isa = PBXBuildFile; fileRef = 8A91F53A05A141A4AAC65A3A /* "\"$(SRCROOT)/flycast/core/serialize.h \"" */; }; - E19444983BD34BF7BFF7A3A9 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/portlistingparse.c \"" */ = {isa = PBXBuildFile; fileRef = 6AFC8110701A4C3AA29D8969 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/portlistingparse.c \"" */; }; - E1B86B20A4A64503A6B47DC2 /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan.cpp \"" */ = {isa = PBXBuildFile; fileRef = 853AAE449EA540A7A7A386BD /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan.cpp \"" */; }; - E1F55A33CF9B4E57A81E2298 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h \"" */ = {isa = PBXBuildFile; fileRef = B6563D8228DD441C99DBFC0A /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h \"" */; }; - E260C4981A3F4D94B5C769DE /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bra.c \"" */ = {isa = PBXBuildFile; fileRef = ED2BB0D9C7D04DA3B20BF515 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bra.c \"" */; }; - E2ABDF29022E40A9B9D3C2B4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_free.c \"" */ = {isa = PBXBuildFile; fileRef = F2BB1EF02A5444ACA34B7A8E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_free.c \"" */; }; - E2C20EBC53614DBFB3B67EA5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h \"" */ = {isa = PBXBuildFile; fileRef = A34CC1AF0C524E7689F5CF6E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h \"" */; }; - E2EC4932A0554BC598750CC9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_replace.c \"" */ = {isa = PBXBuildFile; fileRef = 0E7FF3048FC64CB58269361C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_replace.c \"" */; }; - E2FA32A9F1854118933BC8B3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_frame.h \"" */ = {isa = PBXBuildFile; fileRef = 587C740C59DA4D6DB00A6CC3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_frame.h \"" */; }; - E325D865078F42F1AE3281F2 /* "\"$(SRCROOT)/flycast/core/emulator.h \"" */ = {isa = PBXBuildFile; fileRef = 4FE9267937F445BAA6373958 /* "\"$(SRCROOT)/flycast/core/emulator.h \"" */; }; - E36935B8C41E43088809A710 /* "\"$(SRCROOT)/cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 5FCF3CEF960D42EAB9D19E62 /* "\"$(SRCROOT)/cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist \"" */; }; - E4189DFA098C4C44A019E4BA /* "\"$(SRCROOT)/flycast/core/rend/vulkan/compiler.h \"" */ = {isa = PBXBuildFile; fileRef = B66D3AC0ACDF430DB603D14B /* "\"$(SRCROOT)/flycast/core/rend/vulkan/compiler.h \"" */; }; - E4309148E0F94819BFE61E04 /* "\"$(SRCROOT)/flycast/core/hw/mem/addrspace.h \"" */ = {isa = PBXBuildFile; fileRef = 91E54100E8AB493292DAEC3B /* "\"$(SRCROOT)/flycast/core/hw/mem/addrspace.h \"" */; }; - E464B8BCFC514F9AA68527A9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_error_clear.c \"" */ = {isa = PBXBuildFile; fileRef = D9106433EB3A43B89515F5FE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_error_clear.c \"" */; }; - E4BDDD3841C144C28AA5F075 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_name_locate.c \"" */ = {isa = PBXBuildFile; fileRef = A030F9FB568744AD8E07D875 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_name_locate.c \"" */; }; - E4D2B4C51EA54832B37999CB /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_structs.h \"" */ = {isa = PBXBuildFile; fileRef = 215958F96F8D4F63A0B78339 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_structs.h \"" */; }; - E4F3FC9C536749D8A4F24737 /* "\"$(SRCROOT)/flycast/core/reios/descrambl.h \"" */ = {isa = PBXBuildFile; fileRef = DB063F85ECD94FCE9CF4D667 /* "\"$(SRCROOT)/flycast/core/reios/descrambl.h \"" */; }; - E51CC922C96244EDBCDA7880 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_arm32.cpp \"" */ = {isa = PBXBuildFile; fileRef = ED5815B3436C4C6E9B9A4861 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_arm32.cpp \"" */; }; - E54E1FF3795244D2B4F25529 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/blockmanager.cpp \"" */ = {isa = PBXBuildFile; fileRef = 3649FD6B62E64A8FB02AF4C7 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/blockmanager.cpp \"" */; }; - E579C05B1E3940BD8B9E7952 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/BaseTypes.h \"" */ = {isa = PBXBuildFile; fileRef = D6114D101A4E45659091A96D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/BaseTypes.h \"" */; }; - E596A46507F345948B97A855 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/addr_is_reserved.c \"" */ = {isa = PBXBuildFile; fileRef = 50E8962DC35748BAA8A3BACA /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/addr_is_reserved.c \"" */; }; - E635A450B51545089659EA03 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaEnc.c \"" */ = {isa = PBXBuildFile; fileRef = 2C2D19041DED4B1B92FD41BF /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaEnc.c \"" */; }; - E6378218A6B6455C8360EAAA /* "\"$(SRCROOT)/flycast/core/archive/ZipArchive.h \"" */ = {isa = PBXBuildFile; fileRef = B1AAE882A3E24E3B9FEBE0AB /* "\"$(SRCROOT)/flycast/core/archive/ZipArchive.h \"" */; }; - E6E5EF3A58F84CA7B938B8D9 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mem.h \"" */ = {isa = PBXBuildFile; fileRef = 45F7F8E054574BD7BAE3252E /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mem.h \"" */; }; - E725BE3733C94F7D84DE3334 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa.cpp \"" */ = {isa = PBXBuildFile; fileRef = 288D2FCD502B4E81A780A4C8 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa.cpp \"" */; }; - E7A1683CD3E04FD4881BD5B5 /* "\"$(SRCROOT)/flycast/core/hw/modem/modem.h \"" */ = {isa = PBXBuildFile; fileRef = 793172DE6F864923A15D59A5 /* "\"$(SRCROOT)/flycast/core/hw/modem/modem.h \"" */; }; - E7AA55DD924D42E5AFF14FDB /* "\"$(SRCROOT)/flycast/core/hw/flashrom/flashrom.h \"" */ = {isa = PBXBuildFile; fileRef = A2FA3108A1EC4295A4EC9A5C /* "\"$(SRCROOT)/flycast/core/hw/flashrom/flashrom.h \"" */; }; - E7CBE5B7E7D440B09B3B63D2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_name.c \"" */ = {isa = PBXBuildFile; fileRef = 595A0D45B1EE4EABB01B258B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_name.c \"" */; }; - E800CE1D3F52409D8ED0295C /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = C61FE78882404C98865C870C /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp \"" */; }; - E8C3D3C5451345F79F0354E8 /* "\"$(SRCROOT)/cmake/core/deps/libzip/lib/zip_err_str.c \"" */ = {isa = PBXBuildFile; fileRef = A552E791917F4598ADACD054 /* "\"$(SRCROOT)/cmake/core/deps/libzip/lib/zip_err_str.c \"" */; }; - E9591CB0E5164776972650E3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */ = {isa = PBXBuildFile; fileRef = 99C3173C35B644AB83109F5A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */; }; - E99CE23612574E1C96EB4981 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/wince.h \"" */ = {isa = PBXBuildFile; fileRef = C818F4C8E22549BFB3791E18 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/wince.h \"" */; }; - EAF4BA835E0B4282B91A0DEF /* "\"$(SRCROOT)/flycast/core/rend/vulkan/pipeline.h \"" */ = {isa = PBXBuildFile; fileRef = 21DB2B945E194A059AD06718 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/pipeline.h \"" */; }; - EB1B948CE2064D069BC68816 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cycles.cpp \"" */ = {isa = PBXBuildFile; fileRef = 4946F7B3535542F68A1DC2DD /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cycles.cpp \"" */; }; - EB893A6F4B1C431581D93C7D /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_mem.cpp \"" */ = {isa = PBXBuildFile; fileRef = F17D3FE6D26B4D139AF40A33 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_mem.cpp \"" */; }; - EB8B744F09694CB3AFC49ECB /* "\"$(SRCROOT)/flycast/core/hw/naomi/printer.cpp \"" */ = {isa = PBXBuildFile; fileRef = 6AB74C4D910347F69486A11C /* "\"$(SRCROOT)/flycast/core/hw/naomi/printer.cpp \"" */; }; - EB8DAA9BF60C479BA5602CD1 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_drawer.h \"" */ = {isa = PBXBuildFile; fileRef = 5349F71EAA4B46D39EA73EB1 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_drawer.h \"" */; }; - EC71C9EF3A8A4246945F3C00 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_x64.cpp \"" */ = {isa = PBXBuildFile; fileRef = AB517D34D2D04E078D49E55C /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_x64.cpp \"" */; }; - ECEE80D6C36C4CA293F3631D /* "\"$(SRCROOT)/flycast/core/rend/CustomTexture.h \"" */ = {isa = PBXBuildFile; fileRef = FD737F7198564521B0BEDF66 /* "\"$(SRCROOT)/flycast/core/rend/CustomTexture.h \"" */; }; - ED31846B447C4931A4028918 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_common.c \"" */ = {isa = PBXBuildFile; fileRef = 9D6743D86ED142818FEC8F58 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_common.c \"" */; }; - ED4CDF77303D4DC882DDAA42 /* "\"$(SRCROOT)/flycast/core/hw/naomi/multiboard.h \"" */ = {isa = PBXBuildFile; fileRef = D1046F732C574667976CA924 /* "\"$(SRCROOT)/flycast/core/hw/naomi/multiboard.h \"" */; }; - EDC737E5AF0142E7A9894E05 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp \"" */ = {isa = PBXBuildFile; fileRef = 42F72E6E2C6A4A679821932F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp \"" */; }; - EE61B64D50E54C948AD80BAB /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/pointer-auth-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = 0109862131F240E18D36C1E4 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/pointer-auth-aarch64.cc \"" */; }; - EE9E75179350493190F436E4 /* "\"$(SRCROOT)/flycast/core/network/picoppp.cpp \"" */ = {isa = PBXBuildFile; fileRef = F40153DBB9EF44AD8DB00F73 /* "\"$(SRCROOT)/flycast/core/network/picoppp.cpp \"" */; }; - EEA86646EA80487C96EC0267 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp.rule \"" */ = {isa = PBXBuildFile; fileRef = 1BFA16CEFB8E490ABA951F71 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp.rule \"" */; }; - EF392BA7C3C341018FCF6EF8 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp.cpp \"" */ = {isa = PBXBuildFile; fileRef = 1EC0967E7D5540BA892B7BE9 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp.cpp \"" */; }; - EF4AB947A7A64C88935ACD5A /* "\"$(SRCROOT)/flycast/core/stdclass.cpp \"" */ = {isa = PBXBuildFile; fileRef = 40DD4D1A1F954C00B07BF420 /* "\"$(SRCROOT)/flycast/core/stdclass.cpp \"" */; }; - EF75B25D211C43C689B3BC5D /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp \"" */ = {isa = PBXBuildFile; fileRef = B99EE4B3FB4347D7A68D3D49 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp \"" */; }; - EF76DAE0F95246A192C446E6 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/modules.h \"" */ = {isa = PBXBuildFile; fileRef = E29125FFE82B46F5BD13E924 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/modules.h \"" */; }; - EFC4B9806F194152BE6E2E60 /* "\"$(SRCROOT)/flycast/core/hw/naomi/gdcartridge.cpp \"" */ = {isa = PBXBuildFile; fileRef = 1C099A936E094E369F02A901 /* "\"$(SRCROOT)/flycast/core/hw/naomi/gdcartridge.cpp \"" */; }; - F0420C8D0D9B471EABF48F4A /* "\"$(SRCROOT)/flycast/core/rend/TexCache.h \"" */ = {isa = PBXBuildFile; fileRef = 957F9A175F434AAEBEA113E1 /* "\"$(SRCROOT)/flycast/core/rend/TexCache.h \"" */; }; - F0C372CD4E2344EFAC975BF0 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c \"" */ = {isa = PBXBuildFile; fileRef = 03298B43CA594D9B8633621D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c \"" */; }; - F0F84B04A56D424A8DE49E5E /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 45213366A2E34F7E97C419D4 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp \"" */; }; - F15512441A594D3FA7323D4B /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cycles.h \"" */ = {isa = PBXBuildFile; fileRef = 53B074EBA7134E86882DC566 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cycles.h \"" */; }; - F1B035127CDB47AFA71B233E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Bra86.c \"" */ = {isa = PBXBuildFile; fileRef = CC0A2EDC610F4A5BB276B48E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Bra86.c \"" */; }; - F1B07661ADED40E2A2C660EE /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = F2D4843E7DDA4C2781BE2869 /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist \"" */; }; - F26336EE7535412197803189 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_cart.cpp \"" */ = {isa = PBXBuildFile; fileRef = D646BD94921E4F23AC31E196 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_cart.cpp \"" */; }; - F295ED05BC3E43B083DFA752 /* "\"$(SRCROOT)/flycast/core/hw/naomi/card_reader.h \"" */ = {isa = PBXBuildFile; fileRef = 3997D0D512CF4AAE9BD3ED1F /* "\"$(SRCROOT)/flycast/core/hw/naomi/card_reader.h \"" */; }; - F2A198A8E8A940EC8B2BFEFA /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_common.h \"" */ = {isa = PBXBuildFile; fileRef = 1CDE7D50B1394D6BB7C5CAC5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_common.h \"" */; }; - F2A393B5A7B0444E818CD2A5 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzFind.c \"" */ = {isa = PBXBuildFile; fileRef = 0609E6B1DA2B41F196ED81D5 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzFind.c \"" */; }; - F2D26F610D57424E84AEC26D /* "\"$(SRCROOT)/flycast/core/network/ggpo.cpp \"" */ = {isa = PBXBuildFile; fileRef = E73680D79EA44F2796C0EA58 /* "\"$(SRCROOT)/flycast/core/network/ggpo.cpp \"" */; }; - F2F06F00E50349C09D2C68C6 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_server.h \"" */ = {isa = PBXBuildFile; fileRef = FB0C24F72863425884E599D5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_server.h \"" */; }; - F319556C5BB74E329A764088 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnperrors.c \"" */ = {isa = PBXBuildFile; fileRef = 4C94D017325C423997BE18C4 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnperrors.c \"" */; }; - F32536E654744D30BA8E9928 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvBuilder.h \"" */ = {isa = PBXBuildFile; fileRef = 1EA06F3F51F04FEBBC5543E9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvBuilder.h \"" */; }; - F333F1580D084903957D7B9D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c \"" */ = {isa = PBXBuildFile; fileRef = 7D94CCC7F8D346F6824A39CE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c \"" */; }; - F3AF046BFDC4438486A81CBA /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_device.c \"" */ = {isa = PBXBuildFile; fileRef = 297720AB66B140C0B7F8E0A6 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_device.c \"" */; }; - F3B812FCF6294C2BB7E9B27F /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist \"" */ = {isa = PBXBuildFile; fileRef = 1C335D19A5814D2297D8888A /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist \"" */; }; - F459D5CDB0BE4825A10902A4 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h \"" */ = {isa = PBXBuildFile; fileRef = 9F89BCF6F7834BD79F3317EB /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h \"" */; }; - F4C85BA43EC04F96B2E8D49E /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7.cpp \"" */ = {isa = PBXBuildFile; fileRef = C0F89C38980746FDAEDD649F /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7.cpp \"" */; }; - F51FB55943A8468CB1776C2C /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_pipeline.h \"" */ = {isa = PBXBuildFile; fileRef = 2CB593925D9E498E9C1EFE36 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_pipeline.h \"" */; }; - F5C68A71DBB246668DECA41A /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interpreter.h \"" */ = {isa = PBXBuildFile; fileRef = 33A0413142E74541AE82013C /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interpreter.h \"" */; }; - F66E39B7471D4EA688CB75D8 /* "\"$(SRCROOT)/flycast/core/imgread/isofs.h \"" */ = {isa = PBXBuildFile; fileRef = 39108D3BEDE64D7694676418 /* "\"$(SRCROOT)/flycast/core/imgread/isofs.h \"" */; }; - F6CCB0184FA4471AB2396A16 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_udp.c \"" */ = {isa = PBXBuildFile; fileRef = CAFFC80E6F0145A09D7EAC94 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_udp.c \"" */; }; - F6E1F6243B294DD0ACA54AF0 /* "\"$(SRCROOT)/flycast/core/nullDC.cpp \"" */ = {isa = PBXBuildFile; fileRef = FA240AF7E0AB4F00B0EA3AB6 /* "\"$(SRCROOT)/flycast/core/nullDC.cpp \"" */; }; - F729FB067FAB4D029C607C61 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = 9EABEC65F2D34A65920EE82A /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-aarch64.cc \"" */; }; - F7870503143A4BA2BAAA610F /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder_opcodes.h \"" */ = {isa = PBXBuildFile; fileRef = 3B4FBF0AB91944D7B056868C /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder_opcodes.h \"" */; }; - F7AA799C5821446794BDDE5E /* "\"$(SRCROOT)/flycast/core/rend/norend/norend.cpp \"" */ = {isa = PBXBuildFile; fileRef = F7DCEE015AAA4E6A96B0E3F5 /* "\"$(SRCROOT)/flycast/core/rend/norend/norend.cpp \"" */; }; - F7DA9D6143684260BFD00918 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/doc.h \"" */ = {isa = PBXBuildFile; fileRef = 58D1AC8D9C534E10B37819BA /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/doc.h \"" */; }; - F7ECD4DEA44344D68CC43495 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_tree.h \"" */ = {isa = PBXBuildFile; fileRef = 291958489DEB4BA9B83CFF18 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_tree.h \"" */; }; - F812D64180254FCF9E9ED902 /* "\"$(SRCROOT)/flycast/core/hw/sh4/fsca-table.h \"" */ = {isa = PBXBuildFile; fileRef = C04C491A23594C1699C05FDC /* "\"$(SRCROOT)/flycast/core/hw/sh4/fsca-table.h \"" */; }; - F81BA00B0CAD4F3D896BB8E4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_encrypted.c \"" */ = {isa = PBXBuildFile; fileRef = 9A5A820B56474A88B166AFAC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_encrypted.c \"" */; }; - F85AC9728E5E4D58824975B7 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/disasm-aarch64.cc \"" */ = {isa = PBXBuildFile; fileRef = D869CC2B6D2B41FFB5FFA5C9 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/disasm-aarch64.cc \"" */; }; - F9487D752CB84BB78C05F205 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = 4554E164F9424A5CA05296EC /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp \"" */; }; - F97C0E09688E4C56A4909111 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaDec.c \"" */ = {isa = PBXBuildFile; fileRef = 28303612C70B4C60BAFC734F /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaDec.c \"" */; }; - F9C942F4831E43119D9B046E /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp \"" */ = {isa = PBXBuildFile; fileRef = CCFA13FB89DD476D8825DA2D /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp \"" */; }; - FA2C13288DE84F77A65B90B2 /* "\"$(SRCROOT)/flycast/core/linux/context.cpp \"" */ = {isa = PBXBuildFile; fileRef = 359DD04FAFF84BB886A9D93F /* "\"$(SRCROOT)/flycast/core/linux/context.cpp \"" */; }; - FA463BABAF044CC5B6E405C9 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_arm32.cpp \"" */ = {isa = PBXBuildFile; fileRef = 33B090FCE6504A64A6D98E17 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_arm32.cpp \"" */; }; - FAD5DF5E48C54B3CBB80DA75 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_mbed.h \"" */ = {isa = PBXBuildFile; fileRef = 3379F0F7587F40D6B103671A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_mbed.h \"" */; }; - FAF7009384F74C1782C0C7E4 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_option_defines.h \"" */ = {isa = PBXBuildFile; fileRef = C4DCA2309EC54980A955FCA4 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_option_defines.h \"" */; }; - FB77188BA6B041AE9E61EC31 /* "\"$(SRCROOT)/flycast/core/imgread/ioctl.cpp \"" */ = {isa = PBXBuildFile; fileRef = DBE9D1C8276B448E9D901140 /* "\"$(SRCROOT)/flycast/core/imgread/ioctl.cpp \"" */; }; - FC040A216C7E4D32B5D17E75 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_protocol.h \"" */ = {isa = PBXBuildFile; fileRef = 04ADDBA269944CE198EA1DE4 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_protocol.h \"" */; }; - FC2CF4A3882448BD8A7F83BF /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_strings.c \"" */ = {isa = PBXBuildFile; fileRef = FB2783CA6C514C8A8D244769 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_strings.c \"" */; }; - FC815F2E59CB42D2AFDC397C /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h \"" */ = {isa = PBXBuildFile; fileRef = 179C3800839647F094F19FCC /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h \"" */; }; - FDA6D50BC354445A9EC186C4 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interrupts.h \"" */ = {isa = PBXBuildFile; fileRef = 84AD79D1340A468086D67806 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interrupts.h \"" */; }; - FDB043E8913A41219DE2CA4D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ConstantUnion.h \"" */ = {isa = PBXBuildFile; fileRef = A7C69CD7531E4556935DACE0 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ConstantUnion.h \"" */; }; - FDF8F728957B4D90B81E92BF /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instructions-aarch64.h \"" */ = {isa = PBXBuildFile; fileRef = 8F10E26B192D45669C138B2D /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instructions-aarch64.h \"" */; }; - FEB56D242002463798CD8892 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_ipv4.c \"" */ = {isa = PBXBuildFile; fileRef = D58FCDD950D3466CA86BC112 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_ipv4.c \"" */; }; - FECD16C5E8604962A4CFA272 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ResourceLimits.h \"" */ = {isa = PBXBuildFile; fileRef = 4F0622BEA9C04980A5CD66E3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ResourceLimits.h \"" */; }; - FEF53541B84B47CBBB402197 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_utf-8.c \"" */ = {isa = PBXBuildFile; fileRef = 3E1980C8C9154D3391BBBA6D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_utf-8.c \"" */; }; - FF0F0DD3E42245DC87544EB6 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h \"" */ = {isa = PBXBuildFile; fileRef = 2BF9B6BDF4C84731AADE0A24 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h \"" */; }; + 016DBCDB042E4352A2F37EAB /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = DD9679316E164BE0B9CE42D5 /* infback.c */; }; + 01A9516199884E0EBA2A6D2C /* compat_strcasestr.c in Sources */ = {isa = PBXBuildFile; fileRef = BCAFCC17C71C42A8B8490EFC /* compat_strcasestr.c */; }; + 01F1D1401BCC443B91FF59BC /* zip_get_name.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F650A44682245469B9D6DEF /* zip_get_name.c */; }; + 0206DB783C8D4ED2BE345EC8 /* ggpo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 667409617B1742B8A4C2E2F2 /* ggpo.cpp */; }; + 020A5960BF2848DD8F691622 /* minisoap.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DA7EEA4F0444089343184 /* minisoap.c */; }; + 027999D77E814FDDB37704A4 /* biosfont.bin.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4740281757974915A7824E16 /* biosfont.bin.zip.cpp */; }; + 02D68251A6C94B61B1DB7B7E /* pico_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = 65AAA9EF94D641E29BBCCA59 /* pico_udp.c */; }; + 037AD051B392420098988238 /* gdromv3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D0AA27C0C2BF4A26BBCE30DA /* gdromv3.cpp */; }; + 03C62B7F753447F39BB34F0F /* awcartridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD3E7CEC4038421FB4A847ED /* awcartridge.cpp */; }; + 03C732A3CC424D7798BF54F1 /* pico_fragments.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A651176EEFC4787B119E914 /* pico_fragments.c */; }; + 03EA68161CDA4EC8A2EE04CE /* maple_devs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8844F0C095C14646950AE5C7 /* maple_devs.cpp */; }; + 055B02CB2FD74A30A4AE50F3 /* pvr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8CCC27B190874D6D91C1D152 /* pvr.cpp */; }; + 0623170CDC8F40A69D4F31B4 /* ShaderLang.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F11A9D1E8A384546AF3490CE /* ShaderLang.cpp */; }; + 06656C50623147F1BD0D8102 /* zip_fopen_index.c in Sources */ = {isa = PBXBuildFile; fileRef = BFA0DCEF396F4D7D8451EB15 /* zip_fopen_index.c */; }; + 069D41B535414C6C8B3EA2EC /* zip_delete.c in Sources */ = {isa = PBXBuildFile; fileRef = F941FC0610574759AABE4E24 /* zip_delete.c */; }; + 06AE9E507F78434F872A8E28 /* PpScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC7DB821BF79434F8859ED31 /* PpScanner.cpp */; }; + 06AF67744D7E4A4AB5ADAE46 /* emulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EBDEC0B04784051937E6FEC /* emulator.cpp */; }; + 07ED8D23CB304995AD27C16C /* Lzma86Dec.c in Sources */ = {isa = PBXBuildFile; fileRef = BBA0AAA269094B7CB38FA945 /* Lzma86Dec.c */; }; + 0838067C51C34176878C0283 /* oit_pipeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3564901F0894F29A4D240E1 /* oit_pipeline.cpp */; }; + 09262DBBA14542338D8959DF /* pico_ipv4.c in Sources */ = {isa = PBXBuildFile; fileRef = C3DE6A4D917C4116B6AD589F /* pico_ipv4.c */; }; + 09503B8448BE44949B9780CB /* pico_dhcp_common.c in Sources */ = {isa = PBXBuildFile; fileRef = F2AC3762F31A4B73A4A64BED /* pico_dhcp_common.c */; }; + 097EB74C726F424DB0EAB055 /* zip_file_add.c in Sources */ = {isa = PBXBuildFile; fileRef = E2D5F18A200743269A132D61 /* zip_file_add.c */; }; + 09AEB84406A24E7EA36DD6C5 /* osd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 817BD2A954594D7B9939F36D /* osd.cpp */; }; + 0A3F890059344F6BBBD8693A /* f355.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3A49DBA777C426C9C2D7363 /* f355.nvmem.zip.cpp */; }; + 0A4B7809D28147BD8775E3A0 /* zip_source_call.c in Sources */ = {isa = PBXBuildFile; fileRef = E6189294431D40BFB294983F /* zip_source_call.c */; }; + 0AD4741B1B8D4AE6B1600248 /* ossource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DAADCDFEDB3E45309DD24526 /* ossource.cpp */; }; + 0B1962C17F284D91B71A5640 /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 5F85B852D815403DAA46E548 /* inffast.c */; }; + 0C7BF5745AB9432FBB183FAF /* vf4tuned.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CA4E5FB423754C07A974D8B6 /* vf4tuned.nvmem.zip.cpp */; }; + 0D6E2F0515564378AA429290 /* InitializeDll.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29E9B2A70F854DF0B0D506CA /* InitializeDll.cpp */; }; + 0DCAC38B9D7D4255BC9F9DAE /* dmac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69C05D8042BF4FCE86BAFAF8 /* dmac.cpp */; }; + 0E15C0D8BC154415B45DB7C7 /* LzmaDec.c in Sources */ = {isa = PBXBuildFile; fileRef = 6833028B6FE94090B6CB9CB5 /* LzmaDec.c */; }; + 0EF2DEE6CC7A496EBDC178DD /* nullDC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3C2090394B04A3CBCF78CB8 /* nullDC.cpp */; }; + 0F2EC5CCA8D843C49CED916D /* pico_device.c in Sources */ = {isa = PBXBuildFile; fileRef = B8FCBC78B6FB4FBEA2B8ED65 /* pico_device.c */; }; + 0F6CB3E1F0354A3FA2374F34 /* addrspace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD07C188424D462B89E62A96 /* addrspace.cpp */; }; + 0F97B00C5ABB46739AB15FB3 /* dsp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49A551F516054F619F33E8C6 /* dsp.cpp */; }; + 0FC5A69366CC4CA5B413391F /* f355twn2.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 655ED260071449898C99FE4B /* f355twn2.nvmem.zip.cpp */; }; + 0FE84A9815BB46C0847FAE1D /* gzread.c in Sources */ = {isa = PBXBuildFile; fileRef = B259C32CEB9C427396FC88C9 /* gzread.c */; }; + 10969BF74F64416BADF87596 /* zip_file_set_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDAFEACAE424A70B15BA6F4 /* zip_file_set_comment.c */; }; + 10BFBE0DBDF04E6CA02F77E0 /* resource_limits_c.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD02F6ABF096484989957F80 /* resource_limits_c.cpp */; }; + 13BC84A9021F41E4A218E781 /* zip_libzip_version.c in Sources */ = {isa = PBXBuildFile; fileRef = B93F5A6F726841D39801D824 /* zip_libzip_version.c */; }; + 1403E4689C3E4E6DB8537A1D /* decrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 705942F3AC944C97A30776C4 /* decrypt.cpp */; }; + 1413CFB7DC774E4DB71AE290 /* shil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47F32BBB7F564794BD19B6EE /* shil.cpp */; }; + 1415D55623C04D8D9823D050 /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 29678F4FF50841D6A394DF1E /* crc32.c */; }; + 16380E6BCA8C48029E4DE61B /* spg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C175423CBB63422FB561ADB6 /* spg.cpp */; }; + 1686F765A07E477180B1396B /* Versions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85107E3F19B64588BE6B1ED5 /* Versions.cpp */; }; + 16BD29AF785A4CC499600416 /* zip_get_encryption_implementation.c in Sources */ = {isa = PBXBuildFile; fileRef = 14CC48236DD541498816AA6B /* zip_get_encryption_implementation.c */; }; + 1855E3F049A84A918AA37CA0 /* iostream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5252B09EACB48B2A50C3211 /* iostream.cpp */; }; + 188A76CFC73C4B6BB0F18189 /* printer_kanji16x16.bin.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 085CEE404415461A98700B5E /* printer_kanji16x16.bin.zip.cpp */; }; + 1904D69D36064513A3A15D7F /* zip_fdopen.c in Sources */ = {isa = PBXBuildFile; fileRef = FE277F25006F403BB9AF098D /* zip_fdopen.c */; }; + 19FB4E5FB5D449CE83407295 /* SpvBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E96D3548EA7418691D70F53 /* SpvBuilder.cpp */; }; + 1AD1A4FDD4D2480AA8F6ABE5 /* wldkicksu.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B07C8102A2D24BB89F910184 /* wldkicksu.nvmem.zip.cpp */; }; + 1AE3A7A29873449DBA4A6898 /* zip_source_remove.c in Sources */ = {isa = PBXBuildFile; fileRef = 285DA927119F49A7B1447525 /* zip_source_remove.c */; }; + 1B13F2B263FD4640B92E3E14 /* switcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C5B153CA183A447090A9F706 /* switcher.cpp */; }; + 1B5D7EE6B2F94EF4B55C4C77 /* encoding_utf.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F7C0D0EAF47442E959B2E5B /* encoding_utf.c */; }; + 1B7258A7AB4D48DFBA9844BC /* upnpcommands.c in Sources */ = {isa = PBXBuildFile; fileRef = 5F379057550940D7AFFF59E5 /* upnpcommands.c */; }; + 1BE7FD652A434E6EA7877D60 /* cheats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 58E423D951C243DFBC87154F /* cheats.cpp */; }; + 1BF29FD126BF48D78CA7CF62 /* pico_dns_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 703D45D871B74919B06EFA0A /* pico_dns_common.c */; }; + 1BFA220A95C1451C8173E4D6 /* TexCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B40D34B678B4D4D8AC98E64 /* TexCache.cpp */; }; + 1D117CA531BB4EE99062F6CA /* vf4.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 615BD138AA1744828FAE49CE /* vf4.nvmem.zip.cpp */; }; + 1D938C6908C34AE4BAC1AE79 /* zip_file_error_clear.c in Sources */ = {isa = PBXBuildFile; fileRef = E7CA4AEA9F5F4355A9FA10C1 /* zip_file_error_clear.c */; }; + 1DA5C39DB8EA4007ABBB9B49 /* ParseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E30D635C0C8C4DE9B0765AF0 /* ParseHelper.cpp */; }; + 1DADEC6B4BA049C2BF63989B /* naomi_roms.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 460E8F7637BD4390A08F0D73 /* naomi_roms.cpp */; }; + 1EA248C1944542FCBBBA5FD4 /* sh4_mmr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E755E8E90B5401891A2809C /* sh4_mmr.cpp */; }; + 1F56DB64361A41D2889E1196 /* zip_fread.c in Sources */ = {isa = PBXBuildFile; fileRef = C92F91067AAA42EF8FF106A3 /* zip_fread.c */; }; + 1FB5CBCAF2D24C31954C7F07 /* net_handshake.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8376D728B7BE484B97758755 /* net_handshake.cpp */; }; + 2048E1BFC37C483D912D90A9 /* zip_error_get_sys_type.c in Sources */ = {isa = PBXBuildFile; fileRef = 00508D07971742C6B85C6124 /* zip_error_get_sys_type.c */; }; + 2072B3E4735A4C709B7724B4 /* netdimm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93F5DFC8D1CF48C3AC2A4963 /* netdimm.cpp */; }; + 20A9DBA8C066444192CFC1C3 /* serial.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6B5789004874E93B1925886 /* serial.cpp */; }; + 20EFE9E86DE5485AA8FCA729 /* aica.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6ECC61F9F24240D2BDF6A6E8 /* aica.cpp */; }; + 22ABE116CC2649A0BE423740 /* zip_add_entry.c in Sources */ = {isa = PBXBuildFile; fileRef = 4091549E135E4724AD8EA241 /* zip_add_entry.c */; }; + 235C0F5490164F5091615D91 /* dsp_arm32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F622E32831004AF6A5516AB8 /* dsp_arm32.cpp */; }; + 239A83A1CBE24CBD9B84669B /* zip_get_num_files.c in Sources */ = {isa = PBXBuildFile; fileRef = 6C77FFE83BEE4AF3B2ADBD4D /* zip_get_num_files.c */; }; + 245EA04D841345D490F3F344 /* bsc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D65DE3CBA28D43BAA38B7958 /* bsc.cpp */; }; + 254657BD19044585A06AEB53 /* naomi_m3comm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14A0A247B69249B5ADBD7A61 /* naomi_m3comm.cpp */; }; + 25C7FCE484D7484191FC55BA /* arm7_rec_arm32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DA058573FD14D26B200426D /* arm7_rec_arm32.cpp */; }; + 262FB220F2484578A33B4CF6 /* pointer-auth-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B06EB0B48AE3437ABCB35337 /* pointer-auth-aarch64.cc */; }; + 2704874BD7FA45D5BBF9B795 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 20D77473CBA145CC9565C1E5 /* compress.c */; }; + 2785B586D03943C5AEA31A61 /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 65B1D6049243481389AA9382 /* crc32.c */; }; + 279D413FDB4F49AF974A2F9B /* zip_error_clear.c in Sources */ = {isa = PBXBuildFile; fileRef = B16261F6AFEC494BA9E53F23 /* zip_error_clear.c */; }; + 27B6C8F24C8946638CC1D6F2 /* zip_source_free.c in Sources */ = {isa = PBXBuildFile; fileRef = BCC17C0AEF484307A08ABAD6 /* zip_source_free.c */; }; + 280B70C363C641A49C8F0A70 /* holly_intc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30CCE0C0E89D434E843E1EA3 /* holly_intc.cpp */; }; + 28708D3960B3453AA69606CB /* pico_ethernet.c in Sources */ = {isa = PBXBuildFile; fileRef = 979AB58413A041789F9F07A0 /* pico_ethernet.c */; }; + 292CA95CDADE4598B0B2A73D /* pico_socket.c in Sources */ = {isa = PBXBuildFile; fileRef = C39B16AB72BA4DF3BE1A1566 /* pico_socket.c */; }; + 293C8CC106E843F29F75945E /* portlistingparse.c in Sources */ = {isa = PBXBuildFile; fileRef = 004E321EC8764A5C82657932 /* portlistingparse.c */; }; + 294D1530455648628E983983 /* sh4_cycles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 190FDAD655D9465FB57885BD /* sh4_cycles.cpp */; }; + 2AE796CA0178489F9129681D /* zip_dirent.c in Sources */ = {isa = PBXBuildFile; fileRef = 74FCD8E6030942888E565094 /* zip_dirent.c */; }; + 2BFF52E5465046DC9A221583 /* dsp_interp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F384E76AE05479C9068ADBF /* dsp_interp.cpp */; }; + 2C1CBCBFABB2403B8E936EF7 /* limits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFDDC840F7DA40C2B78C9EBF /* limits.cpp */; }; + 2CB665B806A943FBAB47314D /* sh4_mem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9794ACEE86F845D8B889DCD1 /* sh4_mem.cpp */; }; + 2CBEFE31E5BD46BDB2E535C6 /* libchdr_cdrom.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A9AF84DAABD4D5AA3C31445 /* libchdr_cdrom.c */; }; + 2FA569826A63483CA4903FF2 /* zip_file_set_encryption.c in Sources */ = {isa = PBXBuildFile; fileRef = FA27638444FF46A3BA2DB5CA /* zip_file_set_encryption.c */; }; + 304143D2C1C447DCB1100A1F /* naomi_network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 074051F84A1D487297965CA9 /* naomi_network.cpp */; }; + 30830A7C67DC48778E7DC82C /* linkValidate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 10B52BFDA3B14960AB7A2325 /* linkValidate.cpp */; }; + 3092FA05B7174DE2A42D4FBD /* sh4_opcode_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94B97B02AF7F48CB9A3CFB5D /* sh4_opcode_list.cpp */; }; + 31DC613DC0F3411F82318E1B /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = 633E3049F9744A7497CC2244 /* infback.c */; }; + 32BB209DD0B548F7BFDD682D /* utils-vixl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 50D446ADDFB6470493D7D4DB /* utils-vixl.cc */; }; + 332CF45A46904772807212B9 /* assembler-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0DC1A877AE844FD18E8DAA9C /* assembler-aarch64.cc */; }; + 336B0E22992D4862B13C5F07 /* ResourceLimits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 038BA8EF2DB74EA68938B2C0 /* ResourceLimits.cpp */; }; + 33D0F5035CDF4ED4AEA554AD /* zip_source_pkware_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = F371CCC14A60418CB2949F25 /* zip_source_pkware_decode.c */; }; + 33F141F1A1CE4DBDB8FEA146 /* zip_source_supports.c in Sources */ = {isa = PBXBuildFile; fileRef = 106649616D0D42D1A8095755 /* zip_source_supports.c */; }; + 3410F08C992E46EEBC89F334 /* unwind_info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3D25AE53319477BAE2F81CD /* unwind_info.cpp */; }; + 34166E5B2D244D839D420FDA /* zip_error_strerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 0EE53D15E36E48E7B2A4225B /* zip_error_strerror.c */; }; + 34A7852E8A55481785A82C81 /* Initialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 539FC05A5B694CF799B92D2A /* Initialize.cpp */; }; + 35BC96AF40344459B059C0B1 /* pico_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = D0CB9B40187C46FB9A05B343 /* pico_md5.c */; }; + 36A7B594E5984B22B6284283 /* Logger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E15A29F10C14C7E89F10799 /* Logger.cpp */; }; + 38126C0F583F46138832F148 /* zip_set_archive_flag.c in Sources */ = {isa = PBXBuildFile; fileRef = 0879B4FC485F41C8B389E7F9 /* zip_set_archive_flag.c */; }; + 38B2DBF87A93413CA669D1F1 /* zip_set_default_password.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A73CEF2F7BB4675BD1D7E78 /* zip_set_default_password.c */; }; + 392892004F914511A1C5A50E /* gzwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = F423C3C332504157AF73167E /* gzwrite.c */; }; + 39F3B53140F44053A723C66F /* mazan.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74B31A8220154A0D81BA615A /* mazan.nvmem.zip.cpp */; }; + 3A45A4776A14470A85AE90E1 /* ta_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F5B247B28E04F1780644F3E /* ta_util.cpp */; }; + 3A98DC4494074B66A24D644E /* zip_get_file_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = FF01106786FE40119DDDC616 /* zip_get_file_comment.c */; }; + 3AB922BE30864D909F87A2E7 /* zip_source_pkware_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 8EED5D162AE04E579F02F7B2 /* zip_source_pkware_encode.c */; }; + 3ADF023419D64566B28FFC9C /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = DA79451CC78B4064BB22F11C /* uncompr.c */; }; + 3AFCF2068729445C90F475A5 /* fopen_utf8.c in Sources */ = {isa = PBXBuildFile; fileRef = F8B28E72777647159B7278C0 /* fopen_utf8.c */; }; + 3B2FBD83FCD74DA69B175457 /* file_path.c in Sources */ = {isa = PBXBuildFile; fileRef = C0BFC3DC977E4BF3A9ED5DD5 /* file_path.c */; }; + 3DF160FFF3C545D68B4D4198 /* Link.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDD36A2736E04979AB37441A /* Link.cpp */; }; + 3E194A3FDD284DBB949763F4 /* f355twin.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4023BB4494C64E66BE0BE95F /* f355twin.nvmem.zip.cpp */; }; + 3E60942214874A01AE698677 /* zip_replace.c in Sources */ = {isa = PBXBuildFile; fileRef = FAB2791FEB684B5795E04FA7 /* zip_replace.c */; }; + 3F083634F83C4C3087A4568C /* naomi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5940978033D945ECA064E061 /* naomi.cpp */; }; + 408265B788D6440A98390A25 /* zip_stat_init.c in Sources */ = {isa = PBXBuildFile; fileRef = C8A1D9B7F0144BDE96B0D276 /* zip_stat_init.c */; }; + 414E64FFCD1549C1896FF030 /* dns.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57A9D144D79143AE921E47FC /* dns.cpp */; }; + 41CAACE1310749069D6D6B20 /* overlay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C9428DB1768941BE9FE6AB58 /* overlay.cpp */; }; + 42D446BD6C964FF7929776CE /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D87CAB29F394D17BBC3C068 /* inftrees.c */; }; + 446A12756D2442BE9DAF6148 /* rzip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7AD441C22A4C441F9DEE142A /* rzip.cpp */; }; + 459F10412575456E97E6A13E /* dsp_x86.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DA82BCC62394F2E895C3CDA /* dsp_x86.cpp */; }; + 45CA3D31A63040D7ABADD054 /* ccn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 975241812770447983C13E00 /* ccn.cpp */; }; + 45CC97903CE84A70BBF326C5 /* pvr_sb_regs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5500252794EF431B965AC2D8 /* pvr_sb_regs.cpp */; }; + 460C6C1FC33A4B9094CE9110 /* multiboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EE414FFD4B1428DA7A06E05 /* multiboard.cpp */; }; + 464EE830C2724482ACC7A3BB /* zip_source_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 55BFA514A6EE43EE924ABFC0 /* zip_source_buffer.c */; }; + 468C605792EC4062BAC808C9 /* SpvPostProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07B4340FA1654026A1F32991 /* SpvPostProcess.cpp */; }; + 46D2013154244F1C84FD3B2D /* zip_file_get_offset.c in Sources */ = {isa = PBXBuildFile; fileRef = 3CFEDA6D555640BE91843F1E /* zip_file_get_offset.c */; }; + 46E43849F00D484F99C507A8 /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = D7055D2C09C742E1AB8A2183 /* inffast.c */; }; + 470ADA4F412740DE91F7916C /* PpAtom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0806A929708B4A3885957E21 /* PpAtom.cpp */; }; + 47743B5BAC80428C9C1E3151 /* md5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62C0B2AF9A74414EBFFBEF91 /* md5.cpp */; }; + 47B17EE8F67C490181827B2A /* rec_arm64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25EC182EFFA64DEBA18B5108 /* rec_arm64.cpp */; }; + 482851E269BA41B1B5169086 /* drawer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D38630FB945457196E13027 /* drawer.cpp */; }; + 4840819ECBBF4557AA6EDF5F /* oslib_apple.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9E5B220B1D12493F9C08974C /* oslib_apple.mm */; }; + 487B68033E0C44418D1D8BDA /* zip_source_seek_write.c in Sources */ = {isa = PBXBuildFile; fileRef = 64E484D0C6EC4B60A0E7D165 /* zip_source_seek_write.c */; }; + 48D522E423484DF0B854456B /* zip_string.c in Sources */ = {isa = PBXBuildFile; fileRef = D02421D770FD4C98B59B5287 /* zip_string.c */; }; + 497D79F075C7458FB4ADE747 /* Intermediate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26E8B366911C46D28BE9C846 /* Intermediate.cpp */; }; + 4A2EB94B4FA64CD9AFB9B959 /* zip_discard.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EB1B7AE329046D7924FC369 /* zip_discard.c */; }; + 4A92822F949C4E8491C7A93B /* mem_watch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDAA5BD823874BF383B1BC6F /* mem_watch.cpp */; }; + 4ACDC53D587C4E02B0225646 /* printer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55A88A97F272475E990CD86A /* printer.cpp */; }; + 4B192C5E0DCF4694B2A40629 /* archive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 315307B5BBD343BAAA688F67 /* archive.cpp */; }; + 4B433D404C5D43CA89CF7BA9 /* zip_error.c in Sources */ = {isa = PBXBuildFile; fileRef = E3448DB3E274468893BF6F3F /* zip_error.c */; }; + 4B764BCCFC5849AC899F9B8A /* nvmem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CF4CF770F804C41BF426933 /* nvmem.cpp */; }; + 4E6ECC3758E84B93B46E96CC /* libchdr_bitstream.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BE52788F5DD4EDBB87A3C91 /* libchdr_bitstream.c */; }; + 4F51517347F847ABB9779493 /* zip_close.c in Sources */ = {isa = PBXBuildFile; fileRef = 5422F92BD1D442428B770CE4 /* zip_close.c */; }; + 5072FD628EDC4394B434F4B3 /* retro_dirent.c in Sources */ = {isa = PBXBuildFile; fileRef = 6675D7EF7BEF42DFB23E2E8D /* retro_dirent.c */; }; + 50B09FBDFEC241EFA249D386 /* zip_source_stat.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F5519D447DB4F1083770436 /* zip_source_stat.c */; }; + 517092E2DC2647F8A3DED6A8 /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91BDC22A40DF491CA33C33AC /* common.cpp */; }; + 51C0320431944839A4815823 /* sh4_fpu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 323AA7A671F04B49A695C192 /* sh4_fpu.cpp */; }; + 52208893FED34845B57E0A02 /* pipeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B88618EBD09412592AF380F /* pipeline.cpp */; }; + 527D604EDCC94BAA90634620 /* ssa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FECBB9F62DE24962A2EABE97 /* ssa.cpp */; }; + 541E2E6CB15244A1B8509F94 /* Scan.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08A5060C1A494BE98ED3D743 /* Scan.cpp */; }; + 544568563B114578A73A6D0D /* gdrom_response.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1E09A1166FA4570B39527DA /* gdrom_response.cpp */; }; + 56C8C4BCE4434B29A4BCA1BD /* zip_add.c in Sources */ = {isa = PBXBuildFile; fileRef = 046BDCC8408F4D3FAB073C6E /* zip_add.c */; }; + 5928C650C716439CB1A048C3 /* zip_file_get_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = 42968235D15D49A09A988B58 /* zip_file_get_comment.c */; }; + 598077913F864F3DB76EABCB /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = F8063F5AF2E64DE4B7973F91 /* adler32.c */; }; + 5A0257510B2E42AAA43323FA /* zip_source_commit_write.c in Sources */ = {isa = PBXBuildFile; fileRef = 7DA27A807FC54697B3B80C31 /* zip_source_commit_write.c */; }; + 5A71DFABCB0E44CF9505AED3 /* gzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 42A9B62AEF214CF59D26D765 /* gzlib.c */; }; + 5AA4CDA064FF4457AD46F9FC /* zip_unchange_archive.c in Sources */ = {isa = PBXBuildFile; fileRef = BED12E1F3D6B4542AD155C8A /* zip_unchange_archive.c */; }; + 5AA538148A8540C5B4D888AC /* assembler-sve-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6F46ECDCEB8E4E608D740D43 /* assembler-sve-aarch64.cc */; }; + 5AD7DB3AE4B347F6A10F6D5C /* RemoveTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4694B561C4246F19DA5730F /* RemoveTree.cpp */; }; + 5AE8419DFBC24FDD955B311D /* arm7_rec_x64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 080CE42EC816434B831181A4 /* arm7_rec_x64.cpp */; }; + 5B5C752D4ECF49CCBD6EFBC2 /* zip_pkware.c in Sources */ = {isa = PBXBuildFile; fileRef = E95F06B6941E439BB1685DED /* zip_pkware.c */; }; + 5BE47409D71E4E2181EC0D78 /* serialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95D5241A387B45F184B36788 /* serialize.cpp */; }; + 5C4D2B0BF02B4FA2B1A26CF7 /* zip_set_file_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = 7EC4F87E99ED480BBD7CFEBF /* zip_set_file_comment.c */; }; + 5CBB936AE846486E87567CDC /* addr_is_reserved.c in Sources */ = {isa = PBXBuildFile; fileRef = 823972DAFBE44F54B74662A8 /* addr_is_reserved.c */; }; + 5D8AFC96E7FD43648360D121 /* zip_fopen_encrypted.c in Sources */ = {isa = PBXBuildFile; fileRef = 5388BE4C53AC4F42A505C681 /* zip_fopen_encrypted.c */; }; + 5DBA87F4AB444A769570453F /* quad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB90D54B1E4C48FA846DAB27 /* quad.cpp */; }; + 5DE02BCF9FAD4426ACDE8E16 /* rtl8139c.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43F00BEB11B3427ABCA6BBD0 /* rtl8139c.cpp */; }; + 5E02AFC9FFC74695A732EC68 /* pico_dev_ppp.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BE752DB5E8041279DF083C7 /* pico_dev_ppp.c */; }; + 5E2FD2DF20F649DAAC45BDD3 /* storeq.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8F3FCF6CF3E49DEAFC0D25E /* storeq.cpp */; }; + 5EDE31AEE1384F7A95E2CD2A /* PpContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 125A7EB2683249D98A946236 /* PpContext.cpp */; }; + 5F09D4E9F9E645ADB449567B /* pico_protocol.c in Sources */ = {isa = PBXBuildFile; fileRef = 79ED7FF8324948F4A19986A0 /* pico_protocol.c */; }; + 5F0A0B0B648241648425CE76 /* CodeGen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CA87C29F916B46FBB4D6E2E9 /* CodeGen.cpp */; }; + 5F28ED137B2948C085BABCD4 /* Bra86.c in Sources */ = {isa = PBXBuildFile; fileRef = C85C97698C584BD786B64E77 /* Bra86.c */; }; + 5F3EE98A65F44913A7E4174F /* sh4_core_regs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FCD5C6FC0DE43A68E153A4F /* sh4_core_regs.cpp */; }; + 600BABC37A0841E4BDDF448E /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = A63B99E8A63545E9BB13B33D /* inflate.c */; }; + 601DB47B8C274A7295683684 /* zip_source_rollback_write.c in Sources */ = {isa = PBXBuildFile; fileRef = E90244105CDD423BAE25559D /* zip_source_rollback_write.c */; }; + 6159D7D790194777BD7B3819 /* gdrom_hle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D99CFDB4547409488B87CD8 /* gdrom_hle.cpp */; }; + 61F0866DB61D43E8B36DEE52 /* ta_vtx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C5A2D8E5E234C8CB2948147 /* ta_vtx.cpp */; }; + 62E1D1AA5029431FB0713DE3 /* propagateNoContraction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1FCE2CD9662547D8B3A43B99 /* propagateNoContraction.cpp */; }; + 6329389CE2D345289B2948B4 /* reflection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB0A33D2C07049AF91700AE2 /* reflection.cpp */; }; + 63434A6C67ED4CB1A76A66DB /* sh4_opcodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 901BA2E28E3E47658FA925FC /* sh4_opcodes.cpp */; }; + 63B9500699394C7FBF7B28B3 /* gzread.c in Sources */ = {isa = PBXBuildFile; fileRef = 727BFBC4F24B40068C601BAF /* gzread.c */; }; + 64404D62586B43DABD44C549 /* zip_source_file_stdio_named.c in Sources */ = {isa = PBXBuildFile; fileRef = 3277A5407937410A80FD6769 /* zip_source_file_stdio_named.c */; }; + 64D8A09928054520956572DD /* zip_file_get_external_attributes.c in Sources */ = {isa = PBXBuildFile; fileRef = E932361379E44B3AB2BD1912 /* zip_file_get_external_attributes.c */; }; + 650E6D48B3214C04A67AAE92 /* vf4evob.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E26BA0E9A184FE6B68D098B /* vf4evob.nvmem.zip.cpp */; }; + 65F7AF7A3A2841EE8AD745C2 /* zip_fseek.c in Sources */ = {isa = PBXBuildFile; fileRef = 3332205846C64F2A8FF8C379 /* zip_fseek.c */; }; + 664BC1DED8644FC5BB471282 /* pico_strings.c in Sources */ = {isa = PBXBuildFile; fileRef = CDEC2C41FF694CE09DFE5163 /* pico_strings.c */; }; + 6678919CDD1C45D38C0E2249 /* pico_icmp4.c in Sources */ = {isa = PBXBuildFile; fileRef = 22CC6F1C318F4627A6DF7B71 /* pico_icmp4.c */; }; + 67C29C885EE54B3585D5036A /* cdio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7987C28861ED4055B0EABFE4 /* cdio.cpp */; }; + 68807E7F292D431EB6AE6A42 /* pico_tree.c in Sources */ = {isa = PBXBuildFile; fileRef = E338F1DB7C04487A8373A218 /* pico_tree.c */; }; + 6888EEAAA6A04B14BC6AE683 /* zip_source_open.c in Sources */ = {isa = PBXBuildFile; fileRef = 72277B7E5EF54076A4973410 /* zip_source_open.c */; }; + 695557F55F5B45FD8607E300 /* spirv_c_interface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41615E5C5045496990ABF4FA /* spirv_c_interface.cpp */; }; + 69653FB76E4447EA92265A4F /* zip_ftell.c in Sources */ = {isa = PBXBuildFile; fileRef = 4224AFD134E0458FAC59B9EE /* zip_ftell.c */; }; + 69AD375359EB40B68E8DD3E1 /* attribute.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D8AFA279FFC4CF39B6E1128 /* attribute.cpp */; }; + 69D1EC250CB1475E9A7051A3 /* norend.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08BD2178959B4D0BB039BA51 /* norend.cpp */; }; + 6B28E854792F47ABAB3F0FAF /* vfs_implementation.c in Sources */ = {isa = PBXBuildFile; fileRef = 9ED98454B8904DEDA7C976D3 /* vfs_implementation.c */; }; + 6B423C2AF3E44B8CAA74DFB3 /* zip_name_locate.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B935D0D3C5B4FFF9CF695FA /* zip_name_locate.c */; }; + 6BDCA793089641AD9B01DD01 /* zip_source_accept_empty.c in Sources */ = {isa = PBXBuildFile; fileRef = 42E2B6430A25494A8A9FC595 /* zip_source_accept_empty.c */; }; + 6CB3983AF7DC418B9CEF2AB9 /* audiostream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8269D87E04048ED9A1BDC34 /* audiostream.cpp */; }; + 6CD67896B4DA4BCC8E2ACDCF /* alienfnt_modem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE33F41ED92D4651BB1AB878 /* alienfnt_modem.cpp */; }; + 6D90E3EE8ED1482F8F988835 /* filebuf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C98BC3AA1994299AE4D1ADF /* filebuf.cpp */; }; + 6DCC9C5F8E1545759893CADA /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 608FBA6DE01141A2A1D34548 /* inflate.c */; }; + 6E0B5227F87846E3AD5B5973 /* console_buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93CBACAB97B64119A4B711C6 /* console_buffer.cpp */; }; + 6FB9569EF31C4BE5BB1FBE5E /* reios_elf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7CA53C8D2B4420B80829914 /* reios_elf.cpp */; }; + 6FC6E51B9C6746D8A7DA87E5 /* zip_source_begin_write.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E2858CA41E345CBB68E2412 /* zip_source_begin_write.c */; }; + 7093EA664D8943A39529F383 /* zip_new.c in Sources */ = {isa = PBXBuildFile; fileRef = BFF6BC1E4F6C45439E62B095 /* zip_new.c */; }; + 70CF93C98A2D4862BB684036 /* igd_desc_parse.c in Sources */ = {isa = PBXBuildFile; fileRef = DA96DF4DF6314D898FCB9771 /* igd_desc_parse.c */; }; + 71A3B7BEDD9F4117B38860ED /* reios.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49399C8E424744BAB162A09C /* reios.cpp */; }; + 71F6BB750B9247E38561DC92 /* zip_rename.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FC795D567AA412BB67F0D3E /* zip_rename.c */; }; + 73269B536F42498B823380A9 /* otrigger.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A8969E972A14059B7BE1D37 /* otrigger.nvmem.zip.cpp */; }; + 74699B4B372F45FBA4BA05A0 /* libretro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 261C61ECCDB8494AA0E2946B /* libretro.cpp */; }; + 74AB5B3F3FBB42A78BEDA87C /* sh4_rom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A3D15ABFBC4D38B399AB52 /* sh4_rom.cpp */; }; + 74E226DB5B574F1E80F6960E /* puyomedal.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA83902F7ADD48D48ADF8B1D /* puyomedal.nvmem.zip.cpp */; }; + 7575F36205B242C9BAD15AD4 /* BraIA64.c in Sources */ = {isa = PBXBuildFile; fileRef = 23C315A75F25403CA9348B77 /* BraIA64.c */; }; + 75D4707ACDBE46469F6EF13D /* parseConst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF710C41161946C5B27DEF9A /* parseConst.cpp */; }; + 75FFFC8E13EB4FB9BD0413A7 /* intermOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5293289CF554596ACF52625 /* intermOut.cpp */; }; + 77AEF356DED040569D47D260 /* zip_source_get_file_attributes.c in Sources */ = {isa = PBXBuildFile; fileRef = 8AF46F1A5C1D4184ADC8472F /* zip_source_get_file_attributes.c */; }; + 77B5B69FC2534C1ABE926A25 /* gzwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 455247272A7347E48E534B0A /* gzwrite.c */; }; + 79C3882DAC56459D9842E3F5 /* Constant.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E477C411D0A4B1EB96DA439 /* Constant.cpp */; }; + 7AD643F5622D4F86B020EF97 /* stat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72037F9A1C2A40339E6F38A5 /* stat.cpp */; }; + 7ADA547A32B847ED8C5492FA /* zip_file_set_external_attributes.c in Sources */ = {isa = PBXBuildFile; fileRef = EA447A97748A45E48BAA8C2C /* zip_file_set_external_attributes.c */; }; + 7B88A4B4C9E04511B1755D37 /* pico_arp.c in Sources */ = {isa = PBXBuildFile; fileRef = 291EF54530514B1FB3BCC782 /* pico_arp.c */; }; + 7BE699A067E64B98833E196C /* zip_source_window.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FE196D620D64A8D9DD735A2 /* zip_source_window.c */; }; + 7C3F7FD22E2B4799909DB724 /* instructions-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = E6E15116803546F7A8A5FE5A /* instructions-aarch64.cc */; }; + 7C9008C680604CDF89FBB453 /* zip_set_archive_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = C0834FFE2CED4DD2AD8F9DFD /* zip_set_archive_comment.c */; }; + 7D454BAE311D45EE88E573F7 /* zip_source_seek.c in Sources */ = {isa = PBXBuildFile; fileRef = A6DC48D1D9FF465AA0725150 /* zip_source_seek.c */; }; + 7E256F8A82AB4E4AB7C37267 /* zip_source_is_deleted.c in Sources */ = {isa = PBXBuildFile; fileRef = 8465C5FA74D34D67997B25DE /* zip_source_is_deleted.c */; }; + 7ED795BA47B74B38859F6F2E /* ZipArchive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45EF324538F5446BABD2C3F2 /* ZipArchive.cpp */; }; + 7FE5FADE2F5C43E7BF1C8451 /* minixml.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BBCA03DF4F049D0B9D6D19C /* minixml.c */; }; + 808824E8FE224A8C87E9D318 /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 9230A6975D64411C82CD4515 /* deflate.c */; }; + 80D08C9B91DF465B9671C0BD /* zip_source_pass_to_lower_layer.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D48DD3319004326A9D4981C /* zip_source_pass_to_lower_layer.c */; }; + 824E2400222F4EA0BA4AA319 /* elf32.c in Sources */ = {isa = PBXBuildFile; fileRef = 135FA9B7134F4D679FBF9AE7 /* elf32.c */; }; + 82D741A7F86B4BFBB9ACD3AD /* card_reader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B5ECFA4A4524CB49388927D /* card_reader.cpp */; }; + 8307CD4FA0AF455BBAC2D4D8 /* ImgReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9878C48F92E74D738803F793 /* ImgReader.cpp */; }; + 831221F1E952442AAE1DAE60 /* zip_fopen_index_encrypted.c in Sources */ = {isa = PBXBuildFile; fileRef = 4076CDE0CF4A41038B1CF16F /* zip_fopen_index_encrypted.c */; }; + 84478A4F47C54B50819D9013 /* Alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = CFC52B6F8B15445486028DD7 /* Alloc.c */; }; + 84DA93C4EBF14B69A83909D2 /* zip_algorithm_zstd.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D6FCA22A81B47F998D69C0A /* zip_algorithm_zstd.c */; }; + 84F3764F66AC4FA799A7978D /* sh4_interrupts.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDE24811C6324D02A3777D57 /* sh4_interrupts.cpp */; }; + 85286A30F2AB4207BD683ACB /* arm7_rec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD14A71293A94E7FB6EB95EF /* arm7_rec.cpp */; }; + 854918DE016B46769DA59516 /* cue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA16699551E140BB918E0E9E /* cue.cpp */; }; + 85980726D5FD449482C3FD83 /* sb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 406BED9A62FF4B158D66D16D /* sb.cpp */; }; + 85BF5D44FFBA490F950C9E9A /* CustomTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B9F4F26C6C734AF9B56FECBD /* CustomTexture.cpp */; }; + 87BA914AE2E14DC6845178FC /* tmu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8A120361F9847608FDD881C /* tmu.cpp */; }; + 87D37DEF73744E269C9E66A0 /* vmu_xhair.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D4445174E3C4010AE5FD66C /* vmu_xhair.cpp */; }; + 87D6FD9D92EB4995AE3348D7 /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = E7BA3861E91E4203B3DFDF97 /* trees.c */; }; + 896D1D87CDAC474E867B23CF /* elf64.c in Sources */ = {isa = PBXBuildFile; fileRef = F9581C71D9D34E7181424D9F /* elf64.c */; }; + 89CD810CCA214571941D5A75 /* x76f100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 578AF98088C24624A32F141E /* x76f100.cpp */; }; + 8ADA294B72A940F4BC6CCE9B /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 023DB02D81464C309F543216 /* trees.c */; }; + 8C456234E7044A2A8E9294B3 /* naomi_cart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D485D6667342424EB7A34EEC /* naomi_cart.cpp */; }; + 8E6BB098EA8A4CCF9F2C6EF3 /* gzclose.c in Sources */ = {isa = PBXBuildFile; fileRef = 840232B37BDF4FC0AB115496 /* gzclose.c */; }; + 8F5F57251B944DC9AE384559 /* modem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5BF436685C54A23B5A40C41 /* modem.cpp */; }; + 8FDC21DCF0564506800F8EC3 /* zip_source_write.c in Sources */ = {isa = PBXBuildFile; fileRef = 51E80D6EF9294C70846AE7B3 /* zip_source_write.c */; }; + 9014624EDC5C4788824DDC13 /* zip_file_rename.c in Sources */ = {isa = PBXBuildFile; fileRef = 522577DB92214F348A988201 /* zip_file_rename.c */; }; + 9020CBE926044FE0A6AFD3B4 /* vmallocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E41C50164A4F0481475E1B /* vmallocator.cpp */; }; + 90BD6A0FE8E4496B94AAD9FC /* zip_algorithm_deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = BF7D081B32694F2F8D38FA38 /* zip_algorithm_deflate.c */; }; + 9118A10CF93B4E80A93A74FA /* maple_if.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 781576B5568D412DB79ABFA0 /* maple_if.cpp */; }; + 9192F7EE9DE1464BAFEBF469 /* gzclose.c in Sources */ = {isa = PBXBuildFile; fileRef = C8E07DC956C34A68919A507A /* gzclose.c */; }; + 9216FE5F5801452F84CAFABC /* zip_source_function.c in Sources */ = {isa = PBXBuildFile; fileRef = 0EC54AD3726244A2ACC9EB17 /* zip_source_function.c */; }; + 9267775FA07C405A9D6C23F8 /* sb_mem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3E2FE07D43547C3AEAEB058 /* sb_mem.cpp */; }; + 9392726E51E1406B9616D109 /* upnperrors.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F832A80253B471D9B8D09BF /* upnperrors.c */; }; + 93A448EF9BE249729164C7BC /* glslang_tab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DE530C548D44CF69ECC9992 /* glslang_tab.cpp */; }; + 93E47A6275354B15BACB9816 /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 160F0CCAD9C64141A420B6A1 /* zutil.c */; }; + 94859C0835A14AB495061F0C /* zip_source_crc.c in Sources */ = {isa = PBXBuildFile; fileRef = B527F8076BA04E5D9F77FA00 /* zip_source_crc.c */; }; + 95000A0145904C8685E0B17B /* xxhash.c in Sources */ = {isa = PBXBuildFile; fileRef = 01BC6F8B753740A8BB9534FF /* xxhash.c */; }; + 96C76D94B79146A6B3DD173F /* sh4_sched.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C00651C3FC06426BB1713B6A /* sh4_sched.cpp */; }; + 976A5810415B4052B2BAD00C /* miniwget.c in Sources */ = {isa = PBXBuildFile; fileRef = D2049815C372410DAAAB167B /* miniwget.c */; }; + 976EC227BA974899B9B3D288 /* zip_random_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = 13E94416FEEC4D489CF600C3 /* zip_random_unix.c */; }; + 979D5393D7D84D8F87F4E763 /* intc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B8C303102804C469571790A /* intc.cpp */; }; + 980631F7E11A438199022331 /* pvr_mem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C943164BC6FB40589AE37EF2 /* pvr_mem.cpp */; }; + 9818D1F7F5E8470DAD14C1AA /* zip_extra_field_api.c in Sources */ = {isa = PBXBuildFile; fileRef = A82FB288CB6C48F098FD44D3 /* zip_extra_field_api.c */; }; + 98FDE9289387457AB605E032 /* ochaken.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9F3F59994F54E9EBAA903F6 /* ochaken.nvmem.zip.cpp */; }; + 99E8AA053F6045E5B7837E82 /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C28BAC129304914A7D7C995 /* deflate.c */; }; + 9AE738836A384C1FAAAE16C3 /* code-buffer-vixl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8D00993191934995A56279AC /* code-buffer-vixl.cc */; }; + 9B40797EB5EA4083A96394C8 /* maple_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A320D319C10C40A38402BC09 /* maple_helper.cpp */; }; + 9B5B46472AC440618D9953CB /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 0AFDE55C7F654F0CB2164653 /* zutil.c */; }; + 9B62F293C8DD41BB8076A929 /* pico_tcp.c in Sources */ = {isa = PBXBuildFile; fileRef = 13339D25D000449E96B91ADD /* pico_tcp.c */; }; + 9D4E568658BA40B88B3CE5C4 /* zip_memdup.c in Sources */ = {isa = PBXBuildFile; fileRef = EAFA7CD563674E75806E720C /* zip_memdup.c */; }; + 9DEA67A544FE4929A1348DF2 /* wldkicks.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8FBC4B268F644F7DAB7D9FB9 /* wldkicks.nvmem.zip.cpp */; }; + 9DFE5F4A181044E284D1CE23 /* zip_unchange_data.c in Sources */ = {isa = PBXBuildFile; fileRef = B7EDEAEDF4E1490CBAC589CD /* zip_unchange_data.c */; }; + 9E66C3A9DA1144E2A532B2EA /* posix_vmem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42425C5486564410BA8A0816 /* posix_vmem.cpp */; }; + 9EB025A5BB1E4DC48DE8B1EA /* InReadableOrder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B5A5EFC39354E90B351CE34 /* InReadableOrder.cpp */; }; + 9EEA3FFC2EB1494FB75B0D27 /* xbrz.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC303AF84FA74DAF8CC61A41 /* xbrz.cpp */; }; + 9EF2401009B0488AA737B6AA /* bba.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E869A8680B0941CD8E78FFBA /* bba.cpp */; }; + 9F1503BD53214435A7007C8C /* doc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF85297200C84146B6F2F1D8 /* doc.cpp */; }; + 9F3670B8793C44D3B191F37D /* cpu-features.cc in Sources */ = {isa = PBXBuildFile; fileRef = EF116F763B0948A4840F68B0 /* cpu-features.cc */; }; + 9F85449EEF6F4EAE9B19DAC5 /* zip_get_num_entries.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FB07EF544F44892AF025239 /* zip_get_num_entries.c */; }; + 9FDAA31195FF4B29B188E89D /* Delta.c in Sources */ = {isa = PBXBuildFile; fileRef = F506064DDC2044C5BBC8ED7F /* Delta.c */; }; + A0A78A88D4E84149A10339AA /* elf.c in Sources */ = {isa = PBXBuildFile; fileRef = BA6D1851715846D88DE52E11 /* elf.c */; }; + A26EAC1565DC42D0BB690135 /* iomapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D88814F5BDE44C687F999EC /* iomapper.cpp */; }; + A33C69DEF873446C815652AC /* zip_dir_add.c in Sources */ = {isa = PBXBuildFile; fileRef = B4952BC2F3F2413C935B09C2 /* zip_dir_add.c */; }; + A37CB92B7F0041D1B67BC504 /* texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C61799B8057E4423A2C5B99C /* texture.cpp */; }; + A3E8A6BD516B4A8F8BB2E726 /* zip_file_set_mtime.c in Sources */ = {isa = PBXBuildFile; fileRef = 63FE593126B74A749A5F7970 /* zip_file_set_mtime.c */; }; + A4106688131244A28F5A9481 /* upnpreplyparse.c in Sources */ = {isa = PBXBuildFile; fileRef = 708B6998242242A6BFE90375 /* upnpreplyparse.c */; }; + A47AD834CDD141B3967B7FAB /* zip_file_strerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DDD9CE63F4F416696B1F7EE /* zip_file_strerror.c */; }; + A4BE29CBA8414AB1912C2F58 /* driver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2325371EFC74298840260AF /* driver.cpp */; }; + A5BED934DAE147F0A7613D03 /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = B576967BC3FF4253829A2442 /* uncompr.c */; }; + A643362480794BE382817176 /* zip_source_zip.c in Sources */ = {isa = PBXBuildFile; fileRef = D5ABAB8F26B44C2B8DEE0C04 /* zip_source_zip.c */; }; + A6EEAF74EE6747EC88DB3C21 /* naomi_flashrom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C120C28BC3364F36AE45B51D /* naomi_flashrom.cpp */; }; + A7382D6CA60140F3940BD285 /* descrambl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F1F595EEE054B57BE419722 /* descrambl.cpp */; }; + A75B6C80462E4906AB2F200E /* zip_fopen.c in Sources */ = {isa = PBXBuildFile; fileRef = CC0C874F9FBF4A2AA362182E /* zip_fopen.c */; }; + A7AE1CE3C23145D0A66D3585 /* GlslangToSpv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A37BC9EF6C14C20ABF3834F /* GlslangToSpv.cpp */; }; + A7EFC06B49034F8290571C3D /* storage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76F19D7061D943D58AA62C48 /* storage.cpp */; }; + A88DF4CCB7A247F589C5CD81 /* zip_file_replace.c in Sources */ = {isa = PBXBuildFile; fileRef = 311B599B58C048E0907E3C22 /* zip_file_replace.c */; }; + A95BB2049A914BBE951D9867 /* arm_mem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 788804BECF7A4349AB0521D1 /* arm_mem.cpp */; }; + AA59C5E0201E44D4809C629D /* LzmaEnc.c in Sources */ = {isa = PBXBuildFile; fileRef = BA6A49EAB0AF42B18E26271D /* LzmaEnc.c */; }; + AC117B419D424801A9ECF1A0 /* shaders.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DA1FE268071401A84A3C8E3 /* shaders.cpp */; }; + AC49F8519AB945A386377588 /* unomedal.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4E6C6EB6905F49F4BDC92F44 /* unomedal.nvmem.zip.cpp */; }; + AC8A21F5434F4D97974E0D0A /* systemsp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B7E245C81724A8694C853C5 /* systemsp.cpp */; }; + AC9E7DD1F6A2455494C8DCF9 /* Bra.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BAB1D4FE77A4979A621035D /* Bra.c */; }; + AD41E1E2952741FB87C2B895 /* arm7.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BBDBE0EDC842462C9176A74B /* arm7.cpp */; }; + ADD5600EB2414046A0C6BFF3 /* pico_stack.c in Sources */ = {isa = PBXBuildFile; fileRef = E6DF86731FD944B5B1CBE2B7 /* pico_stack.c */; }; + AFEF03ACC5A9445E9D23F175 /* zip_source_tell_write.c in Sources */ = {isa = PBXBuildFile; fileRef = E4C7CFB25C2C44F6B9215B0E /* zip_source_tell_write.c */; }; + B004781053284FB4BF590BF8 /* stdclass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D19A04ED3964C109B3060C9 /* stdclass.cpp */; }; + B0072F814F6A4376847CF6D8 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 3EF9A7C320F141AEA231DA2A /* compress.c */; }; + B00A53BA87C045DFAA24A7EF /* IntermTraverse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6D7857249FF45B7A46ACB28 /* IntermTraverse.cpp */; }; + B073AB5AF1EB4CDC8BB6EFFA /* elan.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 87FADAE9EE0B4D2C8A5AFA7B /* elan.cpp */; }; + B15644563C0D406CBAF2F77E /* at93cxx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6C7306F5F4DD4580BB8286CA /* at93cxx.cpp */; }; + B185C870D8CE45BDBD5891BC /* zip_source_error.c in Sources */ = {isa = PBXBuildFile; fileRef = C994CF33F3CF4E0197EB62A3 /* zip_source_error.c */; }; + B1DA24C81D5141F5B768FDAC /* zip_strerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D6A69FDD6B04E39B5AB661C /* zip_strerror.c */; }; + B1F596B3CFD743EB8E9D7E25 /* westdrmg.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A4317A707FD4CDCA352E610 /* westdrmg.nvmem.zip.cpp */; }; + B24A4D4470D94B0B860C012A /* cpg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CCEF89CB2F85463CA690EBA1 /* cpg.cpp */; }; + B2BC4ED0D1B4427E84E3DFD1 /* option.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F7F0C8E69FD4C4B91A30976 /* option.cpp */; }; + B33A07EF2D2C716300BFB6C9 /* 7zCrc.c in Sources */ = {isa = PBXBuildFile; fileRef = A76FC54FF3C44A08B65E54D8 /* 7zCrc.c */; }; + B33A07F02D2C717600BFB6C9 /* 7zCrcOpt.c in Sources */ = {isa = PBXBuildFile; fileRef = 602A57015AC6462CB83639DC /* 7zCrcOpt.c */; }; + B33A07F12D2C719100BFB6C9 /* 7zFile.c in Sources */ = {isa = PBXBuildFile; fileRef = E65922DD69BB49A38F4E80ED /* 7zFile.c */; }; + B33A07F22D2C71BB00BFB6C9 /* 7zStream.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B3A4B40E65D4E519ACFB8D5 /* 7zStream.c */; }; + B33A07F32D2C71D300BFB6C9 /* 7zArcIn.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E91DFF3C65A4EEA8DE3CAE5 /* 7zArcIn.c */; }; + B33A07F42D2C71E000BFB6C9 /* 7zBuf.c in Sources */ = {isa = PBXBuildFile; fileRef = 8FAB5091ADE14D78986F6FE8 /* 7zBuf.c */; }; + B33A07F52D2C71F100BFB6C9 /* 7zDec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FF3171870204EF5AB23334E /* 7zDec.c */; }; + B33A07F62D2C720300BFB6C9 /* Bra.c in Sources */ = {isa = PBXBuildFile; fileRef = BABDBDFCE7E6494EA1031E69 /* Bra.c */; }; + B33A07F72D2C721A00BFB6C9 /* BraIA64.c in Sources */ = {isa = PBXBuildFile; fileRef = 3728E65D56D8460A8FDFEDFA /* BraIA64.c */; }; + B33A07F82D2C723500BFB6C9 /* Bra86.c in Sources */ = {isa = PBXBuildFile; fileRef = 974152B7A405479BB2B0909A /* Bra86.c */; }; + B33A07F92D2C724F00BFB6C9 /* Lzma2Dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 67789E11FD82420CB9EBA7B1 /* Lzma2Dec.c */; }; + B33A07FA2D2C726300BFB6C9 /* Bcj2.c in Sources */ = {isa = PBXBuildFile; fileRef = DDA1D13129CC4A8C85A27B1C /* Bcj2.c */; }; + B33AFDF42D2C6F8600BFB6C9 /* error_private.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D2DC00811C34FD5A040E34B /* error_private.c */; }; + B33AFDF52D2C6F8600BFB6C9 /* debug.c in Sources */ = {isa = PBXBuildFile; fileRef = D41D097031AC47F1B23889C1 /* debug.c */; }; + B33AFDF62D2C6F8600BFB6C9 /* zstd_compress_sequences.c in Sources */ = {isa = PBXBuildFile; fileRef = 9EF033455F5A4242A7AD36BF /* zstd_compress_sequences.c */; }; + B33AFDF72D2C6F8600BFB6C9 /* zstd_fast.c in Sources */ = {isa = PBXBuildFile; fileRef = F7CA6B3B2F54405EB8018750 /* zstd_fast.c */; }; + B33AFDF82D2C6F8600BFB6C9 /* entropy_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 686A4C98C0AA4CC6B85BCC91 /* entropy_common.c */; }; + B33AFDF92D2C6F8600BFB6C9 /* fse_compress.c in Sources */ = {isa = PBXBuildFile; fileRef = BBFFF4DDAA334533ACA118CD /* fse_compress.c */; }; + B33AFDFA2D2C6F8600BFB6C9 /* zstd_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 257EBBAD6BC441C9A85169EA /* zstd_common.c */; }; + B33AFDFB2D2C6F8600BFB6C9 /* zstd_opt.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B9C7F3DF9E44FC896440319 /* zstd_opt.c */; }; + B33AFDFC2D2C6F8600BFB6C9 /* hist.c in Sources */ = {isa = PBXBuildFile; fileRef = 523E7BB28F4A4B9EB387569A /* hist.c */; }; + B33AFDFD2D2C6F8600BFB6C9 /* pool.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F03CE04C2444B6ABB26472E /* pool.c */; }; + B33AFDFE2D2C6F8600BFB6C9 /* cover.c in Sources */ = {isa = PBXBuildFile; fileRef = 881B5977AA09442DBD86312E /* cover.c */; }; + B33AFDFF2D2C6F8600BFB6C9 /* huf_decompress.c in Sources */ = {isa = PBXBuildFile; fileRef = 60B803EAEB45411EA449E0FC /* huf_decompress.c */; }; + B33AFE002D2C6F8600BFB6C9 /* zstd_compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B0520368B2C4F48B21BA0FC /* zstd_compress.c */; }; + B33AFE012D2C6F8600BFB6C9 /* zstd_decompress.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F34CB2F854B4B428BE51C32 /* zstd_decompress.c */; }; + B33AFE022D2C6F8600BFB6C9 /* zstdmt_compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 367E5551DEC4456990F61E19 /* zstdmt_compress.c */; }; + B33AFE032D2C6F8600BFB6C9 /* divsufsort.c in Sources */ = {isa = PBXBuildFile; fileRef = ECA3819CF5294AC7A910AB72 /* divsufsort.c */; }; + B33AFE042D2C6F8600BFB6C9 /* xxhash.c in Sources */ = {isa = PBXBuildFile; fileRef = 96317A69BC06416AB6E77D4D /* xxhash.c */; }; + B33AFE052D2C6F8600BFB6C9 /* threading.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D5317B101284B8E92769C84 /* threading.c */; }; + B33AFE062D2C6F8600BFB6C9 /* zstd_decompress_block.c in Sources */ = {isa = PBXBuildFile; fileRef = 8604C963F3FD4DD189C60F26 /* zstd_decompress_block.c */; }; + B33AFE072D2C6F8600BFB6C9 /* zstd_compress_literals.c in Sources */ = {isa = PBXBuildFile; fileRef = 364E626129894C8C9FA79115 /* zstd_compress_literals.c */; }; + B33AFE082D2C6F8600BFB6C9 /* zstd_lazy.c in Sources */ = {isa = PBXBuildFile; fileRef = 80E34506CB9B452DB4684247 /* zstd_lazy.c */; }; + B33AFE092D2C6F8600BFB6C9 /* zstd_ldm.c in Sources */ = {isa = PBXBuildFile; fileRef = 95633DCBC09C4481870D36EA /* zstd_ldm.c */; }; + B33AFE0A2D2C6F8600BFB6C9 /* fastcover.c in Sources */ = {isa = PBXBuildFile; fileRef = 88A82152CDB54AAAB13FCE06 /* fastcover.c */; }; + B33AFE0B2D2C6F8600BFB6C9 /* fse_decompress.c in Sources */ = {isa = PBXBuildFile; fileRef = 995AA2FA30C04B27833B0E20 /* fse_decompress.c */; }; + B33AFE0C2D2C6F8600BFB6C9 /* zstd_ddict.c in Sources */ = {isa = PBXBuildFile; fileRef = 662ACF491831425E92CA94D9 /* zstd_ddict.c */; }; + B33AFE0D2D2C6F8600BFB6C9 /* zstd_compress_superblock.c in Sources */ = {isa = PBXBuildFile; fileRef = 78E67D5967BF41F68B101F5C /* zstd_compress_superblock.c */; }; + B33AFE0E2D2C6F8600BFB6C9 /* zdict.c in Sources */ = {isa = PBXBuildFile; fileRef = 484458A47B2C42029D23702C /* zdict.c */; }; + B33AFE0F2D2C6F8600BFB6C9 /* zstd_double_fast.c in Sources */ = {isa = PBXBuildFile; fileRef = CD738931289D4B31A5A9C1B5 /* zstd_double_fast.c */; }; + B33AFE102D2C6F8600BFB6C9 /* huf_compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 9775033559474F11BF7E8463 /* huf_compress.c */; }; + B387045B2D2C68A300D541F1 /* libchdr-static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F56F1CC956884C8DB5467219 /* libchdr-static.a */; }; + B387045E2D2C68A300D541F1 /* libelf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DC782E8045243B19FACE483 /* libelf.a */; }; + B38704612D2C68A300D541F1 /* libflycast-resources.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E1637CEA782B44D6B13E8FDC /* libflycast-resources.a */; }; + B38704642D2C68A300D541F1 /* libGenericCodeGen.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DE240008733848C28F9F85EB /* libGenericCodeGen.a */; }; + B38704672D2C68A300D541F1 /* libglslang-default-resource-limits.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B7A6C6AD540548A09CEB2D62 /* libglslang-default-resource-limits.a */; }; + B387046A2D2C68A300D541F1 /* libglslang.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CCF061C328F248229AC9B47F /* libglslang.a */; }; + B387046D2D2C68A300D541F1 /* liblzma.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D122B6EC5D784A69A08E9E78 /* liblzma.a */; }; + B38704702D2C68A300D541F1 /* libMachineIndependent.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BC99028AE9C4EF9A81882BA /* libMachineIndependent.a */; }; + B38704732D2C68A300D541F1 /* libminiupnpc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D67FFCB6482B4F57A3EC0865 /* libminiupnpc.a */; }; + B38704762D2C68A300D541F1 /* libnowide.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 99D29452C886444F865F9B96 /* libnowide.a */; }; + B38704792D2C68A300D541F1 /* libOGLCompiler.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 76FA09F0CCB14747A0E4EBD9 /* libOGLCompiler.a */; }; + B387047C2D2C68A300D541F1 /* libOSDependent.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4ABDB7F3EEFC4F879F3B0600 /* libOSDependent.a */; }; + B387047F2D2C68A300D541F1 /* libSPIRV.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 83B05F5F3E3249078E4748DF /* libSPIRV.a */; }; + B38704822D2C68A300D541F1 /* libxxhash.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7144B26A554D44F18FEA42D3 /* libxxhash.a */; }; + B38704852D2C68A300D541F1 /* libz.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DDFE89524222472F8BDB2A41 /* libz.a */; }; + B38704882D2C68A300D541F1 /* libzip.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 31DA1C61E0264BA498F8170B /* libzip.a */; }; + B38704942D2C68F100D541F1 /* glsm.c in Sources */ = {isa = PBXBuildFile; fileRef = B38704932D2C68F100D541F1 /* glsm.c */; }; + B453C9B186E64D848007EBA2 /* zip_error_get.c in Sources */ = {isa = PBXBuildFile; fileRef = 88347132196641D6A6C094C9 /* zip_error_get.c */; }; + B4A6E9E1FB7C433E8E0FDC60 /* oslib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DE5A418524048A2A85B27CF /* oslib.cpp */; }; + B4F647D85CD34D4EB3E6062B /* pico_dns_client.c in Sources */ = {isa = PBXBuildFile; fileRef = 9ED02C69D093469D97A0116F /* pico_dns_client.c */; }; + B50BEE3529094C1E817D1AEE /* CpuArch.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D712422443D4EEA856B3989 /* CpuArch.c */; }; + B5B8C678C7684700BBCC30DD /* picoppp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F259BA0803114D33B9269D89 /* picoppp.cpp */; }; + B5F71C718E8E4640A3D0C709 /* macro-assembler-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = AAE4C5373BD64857AE601E6F /* macro-assembler-aarch64.cc */; }; + B65731399C5C445288A8447B /* flashrom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88098ED35D794E56B92BE295 /* flashrom.cpp */; }; + B6C12DF75F8B49A89E24778C /* Pp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E51A3B2E321C47A9BBFB0F01 /* Pp.cpp */; }; + B797999590BB4FC4AE752C05 /* zip_set_name.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F0ED95DBB0345FB86E6908A /* zip_set_name.c */; }; + B7F9BBD614BC48AFAFD12053 /* stdstring.c in Sources */ = {isa = PBXBuildFile; fileRef = 73823A224399414681428B85 /* stdstring.c */; }; + B926FD84215242508EB7D1E6 /* resources.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5B5CE30D09AC44E1A1D9CEDC /* resources.cpp */; }; + B93C193E43034AF58C856ED0 /* fastmmu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85AD0F9943DA4CA6B4FE520D /* fastmmu.cpp */; }; + BA4495817881487698EC60D7 /* receivedata.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F6392E10E2A4BA1BD5C25FC /* receivedata.c */; }; + BB98670C64874CD8802C1E58 /* compiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB27F36381FB42ADA24F3E7B /* compiler.cpp */; }; + BBE8E874786842EE98D2069F /* isofs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2ACAF52735A4963A9493FEE /* isofs.cpp */; }; + BC47D051D86D446FB3772248 /* libretro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B99B93861D54B12B980184C /* libretro.cpp */; }; + BCE217DC0E2F42D797A4656E /* context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6520DA54821748C6B0405374 /* context.cpp */; }; + BD185576837A45078896E4AA /* compiler-intrinsics-vixl.cc in Sources */ = {isa = PBXBuildFile; fileRef = F6BEFB9302904ACDB4CBE560 /* compiler-intrinsics-vixl.cc */; }; + BD2AD3AD67744EA49CAAF845 /* printer_ascii8x16.bin.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B54964AA892450692FB826C /* printer_ascii8x16.bin.zip.cpp */; }; + BD48ED21CBEC4AA7AC00B3BC /* f355_print_template.png.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B2DC86257BF430391469338 /* f355_print_template.png.cpp */; }; + BF12A7A683AC429DB4C78795 /* gdcartridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22F4E1DA28BF4BB190D74AD7 /* gdcartridge.cpp */; }; + BF444E986F484A8DADC7BFE8 /* SpirvIntrinsics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAA3A468EE24001AC205EDD /* SpirvIntrinsics.cpp */; }; + BF76CE67553945FB9FC00A19 /* zip_io_util.c in Sources */ = {isa = PBXBuildFile; fileRef = ACDC7AE4F1AD4850B52D9C16 /* zip_io_util.c */; }; + C12D2070CBBC4C99BFFDFB02 /* zip_unchange.c in Sources */ = {isa = PBXBuildFile; fileRef = 5EEA89B9648340D8B400EA18 /* zip_unchange.c */; }; + C13A12CE24AF4ED189E8F692 /* magicpop.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6488725F267647AB817FAF62 /* magicpop.nvmem.zip.cpp */; }; + C1F352FC86E7436CAE0FEEF6 /* cdi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9464CFD3FB24D74A6029343 /* cdi.cpp */; }; + C281FC6C798646659FE91B34 /* LzFind.c in Sources */ = {isa = PBXBuildFile; fileRef = BE42F2C388C24A70BEA6D861 /* LzFind.c */; }; + C306C329623949CDAA40D4E6 /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B538E850ADCD449199D9DA2E /* disassemble.cpp */; }; + C320C433B70D462CB042F594 /* pico_socket_multicast.c in Sources */ = {isa = PBXBuildFile; fileRef = 937499BA8A1B49CEAEDD33A2 /* pico_socket_multicast.c */; }; + C4FAE514688249208C2A2321 /* lua.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEF9B1AF4236483598F54258 /* lua.cpp */; }; + C580FA0BAC5B406BA4F42E36 /* gdi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3EAB279179747D3895EAFE9 /* gdi.cpp */; }; + C5836B88AA554270845919F0 /* zip_source_compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 974685ED584B44FFA451D329 /* zip_source_compress.c */; }; + C5C007CA512C4F7A8A13734D /* LogManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A0092CE859334293AFA16518 /* LogManager.cpp */; }; + C6D2B5D94D7740B9AB9777B9 /* vulkan_renderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CBBE651AE3F44051A3F1A83F /* vulkan_renderer.cpp */; }; + C6D90E685D094AA190396AD8 /* zip_file_error_get.c in Sources */ = {isa = PBXBuildFile; fileRef = 4C5A5A06D79443A88C725963 /* zip_file_error_get.c */; }; + C878F21342F34005BB16739E /* zip_stat.c in Sources */ = {isa = PBXBuildFile; fileRef = 586AC14873344045B35C8A34 /* zip_stat.c */; }; + C95FBC6F786849DE98CC3DE6 /* oit_renderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 21A83AD80A3D4954980DD9C6 /* oit_renderer.cpp */; }; + CB4CC358C83C42188D2C6EE8 /* zip_extra_field.c in Sources */ = {isa = PBXBuildFile; fileRef = D6EAC755E37747E8A5A17263 /* zip_extra_field.c */; }; + CC43703D772C4FF991F7211A /* m4cartridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2BE193683C8414A85AB0DEF /* m4cartridge.cpp */; }; + CC5C388CF54545F8873AA6FA /* gunsur2.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 460AC571A201436090A52C66 /* gunsur2.nvmem.zip.cpp */; }; + CC8A9BFBE13045C8B32C2217 /* buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B7695D3A0D6A4C05A20AF900 /* buffer.cpp */; }; + CCBA5BB4F9FF4D2EBEB74946 /* pico_dhcp_server.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B02B02989184791B41D049A /* pico_dhcp_server.c */; }; + CF3D323800E742F182CA66F2 /* ta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6ABBE307CAA04E19A17C5DE9 /* ta.cpp */; }; + D1A7A8F7534A440FBBCCDD8C /* zip_err_str.c in Sources */ = {isa = PBXBuildFile; fileRef = 47EAEB72F54A4CD9B0ADC039 /* zip_err_str.c */; }; + D23606516A6B4DB2BBD31183 /* zip_source_zip_new.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B460C73F2BB4C2D9EE4AF1A /* zip_source_zip_new.c */; }; + D25917D036C440A8846CEEAA /* alienfnt.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC7CF9C2696A4C6795C36B3F /* alienfnt.nvmem.zip.cpp */; }; + D3268C3A6C3F4D57AD63D170 /* adreno.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910EF48A75C3406786F69B1D /* adreno.cpp */; }; + D32E556DE0B74D488A3EE28D /* PpTokens.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B37D31870F461584B721CB /* PpTokens.cpp */; }; + D3C58142E9774ED283A8093A /* zip_unchange_all.c in Sources */ = {isa = PBXBuildFile; fileRef = 296BDE67AC6B468688B666C9 /* zip_unchange_all.c */; }; + D3CC59D32B6B407487C09E12 /* m1cartridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC729B247F684C068D9B5839 /* m1cartridge.cpp */; }; + D596811BE9E7499493C893FA /* Sort.c in Sources */ = {isa = PBXBuildFile; fileRef = F42C0ADF11784600A53EF474 /* Sort.c */; }; + D5EB965A91B048FBB15D8C3B /* sgc_if.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17B40D3ECCA1488E9D53DA25 /* sgc_if.cpp */; }; + D618EA134F264FC29EE5E777 /* libchdr_flac.c in Sources */ = {isa = PBXBuildFile; fileRef = 76A5BEBEB82F4CCE89595572 /* libchdr_flac.c */; }; + D72204BB517B4CEDBD3F5F3B /* touchscreen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9AB1D9BAFCEB47399F552A15 /* touchscreen.cpp */; }; + D744FCD7BB204B2BAA996B2D /* zip_source_read.c in Sources */ = {isa = PBXBuildFile; fileRef = C662CC2247544CB0BD91347A /* zip_source_read.c */; }; + D7BB40875021499F8CAAB3B3 /* 7zArchive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6EE0A782A6404B7E9A065E66 /* 7zArchive.cpp */; }; + D7DC582710554FF496268C88 /* vk_context_lr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C7E2420DFA9433CBC535D49 /* vk_context_lr.cpp */; }; + D8B30258B38C43F7940F0110 /* chd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 008E29931F7A4A6DB6076911 /* chd.cpp */; }; + D9D185C489D0471DA3F712A0 /* pico_socket_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = C8DB95DE75154E5D8EAC49F0 /* pico_socket_udp.c */; }; + DA72942432204839863F76AB /* zip_get_archive_flag.c in Sources */ = {isa = PBXBuildFile; fileRef = B5328FBD169F4C479DA76A45 /* zip_get_archive_flag.c */; }; + DB22532F37A9423B9770A02A /* blockmanager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B010F17717F4B2BA3788BD1 /* blockmanager.cpp */; }; + DBAAB507505A4B499F0CDA49 /* zip_progress.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C43009D1A914096BE225392 /* zip_progress.c */; }; + DC1D5CE999C54ED59255D068 /* InfoSink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B4F0D54E667F44E6BC1B6AC3 /* InfoSink.cpp */; }; + DC60FD2FE4CB4B76AC9F5869 /* zip_get_archive_comment.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A0E2476DCBA4AE29B330317 /* zip_get_archive_comment.c */; }; + DC64194AF5694853B98A48A5 /* oit_shaders.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C6250AF37E904627A2DFA100 /* oit_shaders.cpp */; }; + DC991E11E84F4F43A08FE317 /* mmu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9AA5E81C51EC45BC8FDC4C65 /* mmu.cpp */; }; + DCA1858C8BDD4357A15F4928 /* ta_ctx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46BD4A8AAB5546208AB8D451 /* ta_ctx.cpp */; }; + DCBB86399A494E2AAF4263E2 /* decoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93B09850B679462FB58F87B0 /* decoder.cpp */; }; + DD296A221BDF4BFF83D2B5C0 /* wldkicksj.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90B1B52B97034C7AAF490F1F /* wldkicksj.nvmem.zip.cpp */; }; + DD4CDF12375C4C4F8B688EE8 /* cstdio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F54A75150A1401994FE534B /* cstdio.cpp */; }; + DE38CC4AA79B4DD9BD859973 /* zip_error_to_str.c in Sources */ = {isa = PBXBuildFile; fileRef = CF2480D257744CD79B96720D /* zip_error_to_str.c */; }; + DE6E2B41ADD540888D050C34 /* commandpool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59EF2FA0A1DC436393DA69B5 /* commandpool.cpp */; }; + DFEE2F68D34140458383A746 /* operands-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = B7C5F6A15CD7464FABF49B77 /* operands-aarch64.cc */; }; + E10579EFE8E2420BA19E758E /* zip_set_file_compression.c in Sources */ = {isa = PBXBuildFile; fileRef = 3989DFE02A23483F92BA4A78 /* zip_set_file_compression.c */; }; + E1C0C5D98EF84459825AFC8B /* cstdlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1906CE173F544F1CAA939D7C /* cstdlib.cpp */; }; + E211494CA3334125866CF1B1 /* dirtypig.nvmem2.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C6195C4A57D84DD0AC1306F4 /* dirtypig.nvmem2.zip.cpp */; }; + E29DE0DACD064798B51A1B2E /* Renderer_if.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16A4BF73D87C42DC94A040E5 /* Renderer_if.cpp */; }; + E2DA8A163E174E26A726B0A2 /* printer_kanji24x24.bin.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9331DC71AE714BB4848CAEDC /* printer_kanji24x24.bin.zip.cpp */; }; + E2EE6E72F44E4A8296350054 /* libchdr_chd.c in Sources */ = {isa = PBXBuildFile; fileRef = A10204CECFE646A2A55F42F5 /* libchdr_chd.c */; }; + E309C272B936480AA25D7BE0 /* memalign.c in Sources */ = {isa = PBXBuildFile; fileRef = 3426BC4EEA574FE2AD365F9E /* memalign.c */; }; + E31214B97B764644A20E7034 /* gzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F1F49D9C4DA4C1BA179310E /* gzlib.c */; }; + E321FEECA8354BC5810C5717 /* upnpdev.c in Sources */ = {isa = PBXBuildFile; fileRef = EFE80874DB1D47FBB7E89CC7 /* upnpdev.c */; }; + E35864BF12B24B9FB61A1FED /* pvr_regs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D773546226724EB39FEA362C /* pvr_regs.cpp */; }; + E49BC2F8A5E64A28A7863BBC /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A21638989FEF43CAB3D6E8C9 /* common.cpp */; }; + E553B769BED94DE098BAD07F /* arm7_rec_arm64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0F16D2305E845569972FFBA /* arm7_rec_arm64.cpp */; }; + E5DE373548644BE29FD8E53D /* achievements.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F716C5F851B6440A90E37BC0 /* achievements.cpp */; }; + E616C347F30A48EC89FDE347 /* compat_strl.c in Sources */ = {isa = PBXBuildFile; fileRef = C7D6F7268C574444A31F54F0 /* compat_strl.c */; }; + E774980FA2874A3B8EB6E9FE /* zip_stat_index.c in Sources */ = {isa = PBXBuildFile; fileRef = A0C89D31EC934F228BEC18E6 /* zip_stat_index.c */; }; + E7D4F58EC1D24093892E0282 /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8203B4E62841451194B14E5C /* adler32.c */; }; + E7FAF3FDBC3741F389572DD1 /* zip_fclose.c in Sources */ = {isa = PBXBuildFile; fileRef = 6478DB530EBA4298B461144C /* zip_fclose.c */; }; + E8AC4059EB98429286B1AB16 /* maple_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C2570519C25416486A29260 /* maple_cfg.cpp */; }; + E91D17A7D8C943AA834BA625 /* miniupnp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AEED4906CFF496F8456DFA2 /* miniupnp.cpp */; }; + E9421C3FE4C4446484C2573E /* texconv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BC0B99222C8401CB88355A9 /* texconv.cpp */; }; + E9E247B35CBE42D3B7E61DE1 /* miniupnpc.c in Sources */ = {isa = PBXBuildFile; fileRef = C394766745C448F892275EEE /* miniupnpc.c */; }; + EA06573E6FCC48B2A8B0B1F8 /* zip_entry.c in Sources */ = {isa = PBXBuildFile; fileRef = 3314433B8C3D49E0A253ED40 /* zip_entry.c */; }; + EA4B1A20EFDD4DE9A00D0ACB /* printer_ascii12x24.bin.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99768EED584934AF595F16 /* printer_ascii12x24.bin.zip.cpp */; }; + EB114514BD1F4BF680670040 /* hopper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A02D0A4332F43B6A58B5921 /* hopper.cpp */; }; + EB56C5273AFB468294DDCF9A /* zip_source_file_stdio.c in Sources */ = {isa = PBXBuildFile; fileRef = E24BAF14B7EF44B2B0019A9B /* zip_source_file_stdio.c */; }; + EBD52DB838C24B37BC4E0D45 /* zip_source_file_common.c in Sources */ = {isa = PBXBuildFile; fileRef = F54E559B630446608E80D627 /* zip_source_file_common.c */; }; + EE382212A7B64361AFF69747 /* zip_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E31494802734159B4C4118A /* zip_hash.c */; }; + EEBA5DAAE77641F281A6A9D6 /* zip_open.c in Sources */ = {isa = PBXBuildFile; fileRef = 5581E6CF3C6D4AEC9D1DF0E6 /* zip_open.c */; }; + EECEFD3CCE9E423EAE0D4966 /* lib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC95A148633D4D189EE7523C /* lib.cpp */; }; + EF474B0AC37A45969665C386 /* zip_utf-8.c in Sources */ = {isa = PBXBuildFile; fileRef = 8FB377F59E76404EA6D91678 /* zip_utf-8.c */; }; + EF97D25738C34C7997556235 /* zip_source_tell.c in Sources */ = {isa = PBXBuildFile; fileRef = F668CA776A514102AFFD7154 /* zip_source_tell.c */; }; + F0134CC90164480F9DA7325B /* zip_add_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = 609A29264B3B4F7CBE93681E /* zip_add_dir.c */; }; + F02E00AB5776445192CCB5D5 /* zip_source_begin_write_cloning.c in Sources */ = {isa = PBXBuildFile; fileRef = FF5E948C86F44C46B0FB2E9A /* zip_source_begin_write_cloning.c */; }; + F04B2138E9DF49E4AEB6C5DB /* registers-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 21DED0D51DFF4242945D8C2E /* registers-aarch64.cc */; }; + F1A9A8E8E6904BD09386BFC7 /* connecthostport.c in Sources */ = {isa = PBXBuildFile; fileRef = 6320E102E92843589A361689 /* connecthostport.c */; }; + F2209FD17A114A2897C40AC3 /* ubc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36CE027EA2FE49EC83B7A10B /* ubc.cpp */; }; + F2F3EDE122BF4C568B8BC1F7 /* aica_mem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8EAD42FB39DD47A3B2EF5DC7 /* aica_mem.cpp */; }; + F3D969DAAD9041A5BEE27C19 /* zip_source_layered.c in Sources */ = {isa = PBXBuildFile; fileRef = FFAE74EEF39247B08B7C66BF /* zip_source_layered.c */; }; + F41CF4452700472986D9871F /* pico_socket_tcp.c in Sources */ = {isa = PBXBuildFile; fileRef = 2587D6F64901499C9E6B153A /* pico_socket_tcp.c */; }; + F4E9AB6185444E23BD34068A /* minissdpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9490EA87F5DF4D8DB22AB330 /* minissdpc.c */; }; + F632BCE6DD7F497289401AE5 /* sh4_interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC0A9FA0FF242E6AA405CBC /* sh4_interpreter.cpp */; }; + F66B2B1D5BA94F6C932EA482 /* zip_source_close.c in Sources */ = {isa = PBXBuildFile; fileRef = 2107196FBB364D27AA7FEA57 /* zip_source_close.c */; }; + F6813AC5A7614B2C827F3BF4 /* dsp_arm64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A0F7CF40241E4ACAB72A080A /* dsp_arm64.cpp */; }; + F68630CDD019412B9ABA81D3 /* SymbolTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9303A92A36E14C36A1EA45EE /* SymbolTable.cpp */; }; + F79587B5689147E38A4F00A4 /* maple_jvs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1825C3A657754DDCB59EF1A0 /* maple_jvs.cpp */; }; + F7B1FC09A49749D6BDB54C91 /* oit_drawer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43CC3EEEE3D94B77AF9CD47C /* oit_drawer.cpp */; }; + F819A15F6D3545BA9CD3357B /* PoolAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDD05E3E3AD144F0B6D0C11F /* PoolAlloc.cpp */; }; + F82AD2474ADF487F80E7E6FD /* SpvTools.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46BADA26FA8448B58111FE66 /* SpvTools.cpp */; }; + F937528332334802934D5DB5 /* cdipsr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7AB241AA16B47B5839A4C53 /* cdipsr.cpp */; }; + F9B5796925794594AFE572DB /* output.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CBFB7362A3A342E387DE442E /* output.cpp */; }; + FA16FD320065498080A141CC /* libchdr_huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = 348B9CDFF8854C2180FFB29E /* libchdr_huffman.c */; }; + FAA0232E3CAD49B5899E69C1 /* oit_renderpass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62C4A303D82C4194A9606010 /* oit_renderpass.cpp */; }; + FB0BDCCAD80C41189B535EB3 /* ParseContextBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9114B72288BB4AA98B51F4A5 /* ParseContextBase.cpp */; }; + FB7CFB3D6C1C429F8E34B1A3 /* pico_frame.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F500359CB6743EBAB7F8F5B /* pico_frame.c */; }; + FBB906FF5E10405A9215D2B0 /* sorter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 531E39FB11AE4B0FBB29326E /* sorter.cpp */; }; + FBC797707D0748C1BA50D96B /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 96998D9BC21A429C943B5E35 /* inftrees.c */; }; + FC8A5693DEC447E2AEBE8A9C /* macro-assembler-sve-aarch64.cc in Sources */ = {isa = PBXBuildFile; fileRef = F7A9376782784181BC8259F4 /* macro-assembler-sve-aarch64.cc */; }; + FD2599957428448585E29798 /* dsp_x64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18435D6C0A3642D79B236BFA /* dsp_x64.cpp */; }; + FD72A4988DFB4C2D83F00264 /* zip_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = E2A2508E38BA42AAB5E40CF3 /* zip_buffer.c */; }; + FDCF79E212304564ABD2030A /* aica_if.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5544646D98624856B2B21979 /* aica_if.cpp */; }; + FDFB3F3921614785B5A4AE67 /* rtc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BF04DF246A04AB392A9EDC2 /* rtc.cpp */; }; + FE8593A18A474AB5BEAB5851 /* glslang_c_interface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BD17459440041BE9541070B /* glslang_c_interface.cpp */; }; + FEE6019203094F9EB9EE8F79 /* dirtypig.nvmem.zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DD91E3F5564843B6EA4D8F /* dirtypig.nvmem.zip.cpp */; }; /* End PBXBuildFile section */ -/* Begin PBXBuildStyle section */ - 1FDA9EE4B57B4700B1C0A701 /* Release */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Release; - }; - 6FFDD12118C74176B4EFFC70 /* RelWithDebInfo */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = RelWithDebInfo; - }; - 903B44B255B8484096370770 /* Debug */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Debug; +/* Begin PBXContainerItemProxy section */ + 02F7D47F75FE4645A61AEE91 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; + remoteInfo = MachineIndependent; }; - F1657F48316945E48035E4AA /* MinSizeRel */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = MinSizeRel; + 1222BFF9A34543B8AC614E73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F950CE96165E7831EF3BD4E; + remoteInfo = "flycast-resources"; }; -/* End PBXBuildStyle section */ - -/* Begin PBXContainerItemProxy section */ - 005BB05CD53340309D62508E /* PBXContainerItemProxy */ = { + 1637C97E82F24B59A12A5A4C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = B752C9C7BC3D5683D01E5833; - remoteInfo = nowide; + remoteGlobalIDString = 35DBD5B78ECF44833D17B51F; + remoteInfo = "libminiupnpc-static"; }; - 075161B64332489697910FFB /* PBXContainerItemProxy */ = { + 1846A9F3832E46D28992C93C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; remoteInfo = OSDependent; }; - 0A9DC1391DD1458085630B27 /* PBXContainerItemProxy */ = { + 25FE15FDCF574A769DED32E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; remoteInfo = OGLCompiler; }; - 1F062BB57CAF4D81A4CEEECF /* PBXContainerItemProxy */ = { + 2ABE9ED3E4CD44429D21297E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 88B439CC67367559065A97C9; - remoteInfo = SPIRV; + remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; + remoteInfo = OSDependent; }; - 27A326ACCB174D3B978770C3 /* PBXContainerItemProxy */ = { + 2E4EE2A26D9A4A249F26C74C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7AA1697EDEC0ABD31E514DBF; - remoteInfo = zip; + remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; + remoteInfo = OSDependent; }; - 2E7B3E22D01245128EC3A208 /* PBXContainerItemProxy */ = { + 34697933FB0C4E2885935B85 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3DF5E4E531F161AA21EF248A; - remoteInfo = flycast_libretro; + remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; + remoteInfo = OGLCompiler; }; - 2FEB6D69B1144908BCCBCB49 /* PBXContainerItemProxy */ = { + 3BA168C564774FA4B4F91CB2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = 470865334B5B576275C5112C; + remoteInfo = "glslang-default-resource-limits"; }; - 34C4913C8039445E94C7B627 /* PBXContainerItemProxy */ = { + 46C860A3C0D84C88BC19FF44 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 470865334B5B576275C5112C; - remoteInfo = "glslang-default-resource-limits"; + remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; + remoteInfo = GenericCodeGen; }; - 34CEF20BA959454A9D69946E /* PBXContainerItemProxy */ = { + 5FE55B3CB2944CE0A89C85B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 306475C933CD35C79B855AD1; - remoteInfo = "chdr-static"; + remoteGlobalIDString = 807E5D4C084C756426305CD2; + remoteInfo = zlibstatic; }; - 49DBBFED5A24430C9AE2E818 /* PBXContainerItemProxy */ = { + 76FFF333F7D4452FA2A00479 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; - remoteInfo = OGLCompiler; + remoteGlobalIDString = 419CF4A61CD3DDB0D3BD2ED2; + remoteInfo = lzma; }; - 4EC9CD8A0D254944AB460CB9 /* PBXContainerItemProxy */ = { + 7A7DC854184146CCBD17FB6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7AA1697EDEC0ABD31E514DBF; - remoteInfo = zip; + remoteGlobalIDString = B83D8B7DC2C5B34A9AE28A61; + remoteInfo = elf; }; - 50AD8E61E4644C4FA10C6CF9 /* PBXContainerItemProxy */ = { + 919FB4AAC6D745629319C4F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = B128433B4CE4270EFDCFAB54; - remoteInfo = zlib; + remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; + remoteInfo = OGLCompiler; }; - 563551E211084BBDA97E0CF6 /* PBXContainerItemProxy */ = { + A1C2D2FE8A1C4AAAA45B5682 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = B128433B4CE4270EFDCFAB54; - remoteInfo = zlib; + remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; + remoteInfo = MachineIndependent; }; - 6739C27FA06A431CAC919220 /* PBXContainerItemProxy */ = { + A8E64EB774904933B0C4E549 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; remoteGlobalIDString = 306475C933CD35C79B855AD1; remoteInfo = "chdr-static"; }; - 6960DD6B0EE540DEBE0AD23D /* PBXContainerItemProxy */ = { + AA3C859EA3DA46DCA24D4D9C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; remoteInfo = GenericCodeGen; }; - 6FA14E0DD6694372B8668C1F /* PBXContainerItemProxy */ = { + B25BAB35333E4B68B76E9276 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = D59F45CAF99423BB160B8A01; - remoteInfo = xxhash; + remoteGlobalIDString = 419CF4A61CD3DDB0D3BD2ED2; + remoteInfo = lzma; }; - 72B0397A498246BFB8B0195C /* PBXContainerItemProxy */ = { + B31204ABAB8648A293DC8759 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1B6D1D7E89C9A43F8E1A70B4; - remoteInfo = lzma; + remoteGlobalIDString = 88B439CC67367559065A97C9; + remoteInfo = SPIRV; }; - 746FC2B87A294DB2A038BE82 /* PBXContainerItemProxy */ = { + B387045C2D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F950CE96165E7831EF3BD4E; - remoteInfo = "flycast-resources"; + remoteGlobalIDString = 306475C933CD35C79B855AD1; + remoteInfo = "chdr-static"; }; - 75A46FCB0E514EB3A9636412 /* PBXContainerItemProxy */ = { + B387045F2D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; remoteGlobalIDString = B83D8B7DC2C5B34A9AE28A61; remoteInfo = elf; }; - 75B9137DE2D64EDC942AFD82 /* PBXContainerItemProxy */ = { + B38704622D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = 9F950CE96165E7831EF3BD4E; + remoteInfo = "flycast-resources"; }; - 7A9BEB71CB774E2BA284F815 /* PBXContainerItemProxy */ = { + B38704652D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; - remoteInfo = MachineIndependent; + remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; + remoteInfo = GenericCodeGen; }; - 8CE2C17D1B7645159B1712F7 /* PBXContainerItemProxy */ = { + B38704682D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; - remoteInfo = GenericCodeGen; + remoteGlobalIDString = 470865334B5B576275C5112C; + remoteInfo = "glslang-default-resource-limits"; }; - 8D9F230D11954D63BBD9971B /* PBXContainerItemProxy */ = { + B387046B2D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = B128433B4CE4270EFDCFAB54; - remoteInfo = zlib; + remoteGlobalIDString = 7D9BA18AFAC54B79E83F387A; + remoteInfo = glslang; }; - 92647123623F49548BAB0374 /* PBXContainerItemProxy */ = { + B387046E2D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; - remoteInfo = OSDependent; + remoteGlobalIDString = 419CF4A61CD3DDB0D3BD2ED2; + remoteInfo = lzma; }; - 936F9F109E544388866AAF38 /* PBXContainerItemProxy */ = { + B38704712D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = D59F45CAF99423BB160B8A01; - remoteInfo = xxhash; + remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; + remoteInfo = MachineIndependent; }; - A0964D3C776F4F35AA58012A /* PBXContainerItemProxy */ = { + B38704742D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; - remoteInfo = GenericCodeGen; + remoteGlobalIDString = 35DBD5B78ECF44833D17B51F; + remoteInfo = "libminiupnpc-static"; + }; + B38704772D2C68A300D541F1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B752C9C7BC3D5683D01E5833; + remoteInfo = nowide; }; - AECFC1AE66894CFE8889D490 /* PBXContainerItemProxy */ = { + B387047A2D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; remoteInfo = OGLCompiler; }; - B9335D5013AE42CCB08CA96C /* PBXContainerItemProxy */ = { + B387047D2D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; remoteInfo = OSDependent; }; - BC232159E10B4F1E91C9B8F4 /* PBXContainerItemProxy */ = { + B38704802D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6D2263BD069F7028F9CB8758; - remoteInfo = ZERO_CHECK; + remoteGlobalIDString = 88B439CC67367559065A97C9; + remoteInfo = SPIRV; }; - C3C82478BFDA43D88BB54B46 /* PBXContainerItemProxy */ = { + B38704832D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; - remoteInfo = GenericCodeGen; + remoteGlobalIDString = D59F45CAF99423BB160B8A01; + remoteInfo = xxhash; }; - C7EA90D7391742DD88974AAD /* PBXContainerItemProxy */ = { + B38704862D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; - remoteInfo = OGLCompiler; + remoteGlobalIDString = 807E5D4C084C756426305CD2; + remoteInfo = zlibstatic; }; - CA528BD972A946129766A74F /* PBXContainerItemProxy */ = { + B38704892D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1B6D1D7E89C9A43F8E1A70B4; - remoteInfo = lzma; + remoteGlobalIDString = 7AA1697EDEC0ABD31E514DBF; + remoteInfo = zip; }; - D4C45C540711498CA1D6B7A5 /* PBXContainerItemProxy */ = { + B387048C2D2C68A300D541F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6DB80BBE8DA7D6D87A8D27FD; - remoteInfo = ALL_BUILD; + remoteGlobalIDString = 92C9B5FE49230EAE1BA30390; + remoteInfo = libzstd_static; }; - D90C9673588D44C48528042F /* PBXContainerItemProxy */ = { + C9BF3579512B4D878F57D290 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = B752C9C7BC3D5683D01E5833; - remoteInfo = nowide; + remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; + remoteInfo = GenericCodeGen; }; - D9C606D95BEC415C8A4A60F3 /* PBXContainerItemProxy */ = { + C9D69C21CB3842639D997FE1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; - remoteInfo = MachineIndependent; + remoteGlobalIDString = 807E5D4C084C756426305CD2; + remoteInfo = zlibstatic; }; - E9E4A93A358D48C09B8C92A8 /* PBXContainerItemProxy */ = { + D62C2B49F6E84A24A913A781 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1B6D1D7E89C9A43F8E1A70B4; - remoteInfo = lzma; + remoteGlobalIDString = 7AA1697EDEC0ABD31E514DBF; + remoteInfo = zip; }; - EC5B26706F874ABEBC20E76E /* PBXContainerItemProxy */ = { + D81C6AEC65C847AF9293861C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F950CE96165E7831EF3BD4E; - remoteInfo = "flycast-resources"; + remoteGlobalIDString = 684AFD806A4E5C0D7DD6F2A1; + remoteInfo = GenericCodeGen; }; - EE33FE8125E945DB803EE9FF /* PBXContainerItemProxy */ = { + DB3CB90E069A448B9AFEC757 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; - remoteInfo = MachineIndependent; + remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; + remoteInfo = OSDependent; }; - EE46F8EC7C4248328ABA02B4 /* PBXContainerItemProxy */ = { + EC16322E328440CFA00A6F77 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 35DBD5B78ECF44833D17B51F; - remoteInfo = "libminiupnpc-static"; + remoteGlobalIDString = D59F45CAF99423BB160B8A01; + remoteInfo = xxhash; }; - F53BCF21EDB54B86B999BD00 /* PBXContainerItemProxy */ = { + F68402BE37844F59921B39CF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = 35DBD5B78ECF44833D17B51F; - remoteInfo = "libminiupnpc-static"; + remoteGlobalIDString = 6CDAF4B90E38082DCB99A331; + remoteInfo = MachineIndependent; }; - FC04D7B79AA844D082C819C8 /* PBXContainerItemProxy */ = { + F7D107DB03DC4ABCACC0F8C6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = BFE014D0F91E05E8EAF0406F; - remoteInfo = dist; + remoteGlobalIDString = B752C9C7BC3D5683D01E5833; + remoteInfo = nowide; }; - FC1225EFB4BC4818AECC5F69 /* PBXContainerItemProxy */ = { + FFADB8AC73D145D585CE06FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = B1F84C013939485482506C26 /* Project object */; + containerPortal = A8DB6B689E7045BC912EB972 /* Project object */; proxyType = 1; - remoteGlobalIDString = D42CDA670F6D1EB800AEA1E4; - remoteInfo = OSDependent; + remoteGlobalIDString = 836E04CDA84A7B69A8D9114F; + remoteInfo = OGLCompiler; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0017E7C119CB44449CF11D37 /* "\"$(SRCROOT)/flycast/shell/libretro/vmu_xhair.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vmu_xhair.cpp; path = shell/libretro/vmu_xhair.cpp; sourceTree = SOURCE_ROOT; }; - 0109862131F240E18D36C1E4 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/pointer-auth-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "pointer-auth-aarch64.cc"; path = "core/deps/vixl/aarch64/pointer-auth-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - 018196F01BF443C18C5DE00D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/Types.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Types.h; path = core/deps/glslang/glslang/Include/Types.h; sourceTree = SOURCE_ROOT; }; - 01B676E3EBA348DD9D68ADC9 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arm7.h; path = core/hw/arm7/arm7.h; sourceTree = SOURCE_ROOT; }; - 01CF9D75AF224CBF95B61F2D /* "\"$(SRCROOT)/flycast/core/cheats.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cheats.cpp; path = core/cheats.cpp; sourceTree = SOURCE_ROOT; }; - 01D7FF1643FF4BC7B5A9D86A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaLib.h; path = "core/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h"; sourceTree = SOURCE_ROOT; }; - 0247728267B34082980DD26F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_dirent.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_dirent.c; path = core/deps/libzip/lib/zip_dirent.c; sourceTree = SOURCE_ROOT; }; - 0248D0C8D7544E6E9B73F37D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderLang.cpp; path = core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp; sourceTree = SOURCE_ROOT; }; - 02E87AE4F1C34F3DBF23F338 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/drawer.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = drawer.cpp; path = core/rend/vulkan/drawer.cpp; sourceTree = SOURCE_ROOT; }; - 0308A63263F246B1900D075F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "core/deps/libchdr/deps/zlib-1.2.12/inflate.c"; sourceTree = SOURCE_ROOT; }; - 0318FCE1259249DC8EF307FF /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaDec.h; path = "core/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h"; sourceTree = SOURCE_ROOT; }; - 03288B339312420780D81DE0 /* "\"$(SRCROOT)/flycast/core/oslib/oslib.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oslib.h; path = core/oslib/oslib.h; sourceTree = SOURCE_ROOT; }; - 03298B43CA594D9B8633621D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_external_attributes.c; path = core/deps/libzip/lib/zip_file_set_external_attributes.c; sourceTree = SOURCE_ROOT; }; - 0380CF5AE29F4E0D976915A0 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = "core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c"; sourceTree = SOURCE_ROOT; }; - 03B14FD1074041BF917BAC10 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = iomapper.h; path = core/deps/glslang/glslang/MachineIndependent/iomapper.h; sourceTree = SOURCE_ROOT; }; - 03F682C64C3F48F197EB6A13 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zCrc.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zCrc.c; path = core/deps/lzma/7zCrc.c; sourceTree = SOURCE_ROOT; }; - 0410F83E189248AE8E8E1F69 /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InitializeDll.cpp; path = core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp; sourceTree = SOURCE_ROOT; }; - 046335DD12EE45519BD612D0 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/compiler.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = compiler.cpp; path = core/rend/vulkan/compiler.cpp; sourceTree = SOURCE_ROOT; }; - 0475DF38AA4049C7BAF144D6 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/commandpool.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = commandpool.cpp; path = core/rend/vulkan/commandpool.cpp; sourceTree = SOURCE_ROOT; }; - 04ADDBA269944CE198EA1DE4 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_protocol.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_protocol.h; path = core/deps/picotcp/include/pico_protocol.h; sourceTree = SOURCE_ROOT; }; - 04B04A1E9BCC4E568CE3F620 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzHash.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzHash.h; path = "core/deps/libchdr/deps/lzma-22.01/include/LzHash.h"; sourceTree = SOURCE_ROOT; }; - 059CFFF9234B4ED28581B11C /* "\"$(SRCROOT)/flycast/core/hw/hwreg.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hwreg.h; path = core/hw/hwreg.h; sourceTree = SOURCE_ROOT; }; - 0606CADD0B1B4A058428C456 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Delta.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = "core/deps/libchdr/deps/lzma-22.01/src/Delta.c"; sourceTree = SOURCE_ROOT; }; - 0609E6B1DA2B41F196ED81D5 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzFind.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = core/deps/lzma/LzFind.c; sourceTree = SOURCE_ROOT; }; - 06464E3742E74D5C92662F9E /* "\"$(SRCROOT)/flycast/core/hw/naomi/m1cartridge.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = m1cartridge.h; path = core/hw/naomi/m1cartridge.h; sourceTree = SOURCE_ROOT; }; - 06649B82D56747489C01AC7C /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi.cpp; path = core/hw/naomi/naomi.cpp; sourceTree = SOURCE_ROOT; }; - 06CF03F8332C4E41BD968BC3 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdromv3.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gdromv3.cpp; path = core/hw/gdrom/gdromv3.cpp; sourceTree = SOURCE_ROOT; }; - 0707C6B99B7D4A71909C7B55 /* "\"$(SRCROOT)/flycast/core/network/alienfnt_modem.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = alienfnt_modem.cpp; path = core/network/alienfnt_modem.cpp; sourceTree = SOURCE_ROOT; }; - 07E9AF5A4E25415C9ED0C529 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/tests/benchmark.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = benchmark.c; path = core/deps/libchdr/tests/benchmark.c; sourceTree = SOURCE_ROOT; }; - 07F7C73924C14DFBA946D850 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_window.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_window.c; path = core/deps/libzip/lib/zip_source_window.c; sourceTree = SOURCE_ROOT; }; - 08A21F898A104F03B9F5B7EA /* "\"$(SRCROOT)/flycast/core/rend/vulkan/commandpool.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = commandpool.h; path = core/rend/vulkan/commandpool.h; sourceTree = SOURCE_ROOT; }; - 09463710D990474E92EE25B7 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_generic_gcc.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_generic_gcc.h; path = core/deps/picotcp/include/arch/pico_generic_gcc.h; sourceTree = SOURCE_ROOT; }; - 0972367405494C41838D4E6C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_get.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_get.c; path = core/deps/libzip/lib/zip_error_get.c; sourceTree = SOURCE_ROOT; }; - 09877D8F6ED34980A414EAD3 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_rom.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_rom.cpp; path = core/hw/sh4/sh4_rom.cpp; sourceTree = SOURCE_ROOT; }; - 0ACB24FD482F4A279E716920 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InReadableOrder.cpp; path = core/deps/glslang/SPIRV/InReadableOrder.cpp; sourceTree = SOURCE_ROOT; }; - 0AF6F24A94C4414A81F66AE3 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interrupts.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_interrupts.cpp; path = core/hw/sh4/sh4_interrupts.cpp; sourceTree = SOURCE_ROOT; }; - 0B0E45D959B04E4FA3FCD79C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Scan.h; path = core/deps/glslang/glslang/MachineIndependent/Scan.h; sourceTree = SOURCE_ROOT; }; - 0B3D877BACD745C7B84981D7 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_pipeline.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oit_pipeline.cpp; path = core/rend/vulkan/oit/oit_pipeline.cpp; sourceTree = SOURCE_ROOT; }; - 0BA11B78F5D0466D9AAF31A0 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_c_shader_types.h; path = core/deps/glslang/glslang/Include/glslang_c_shader_types.h; sourceTree = SOURCE_ROOT; }; - 0BAA705722B54592A76C8A84 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_discard.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_discard.c; path = core/deps/libzip/lib/zip_discard.c; sourceTree = SOURCE_ROOT; }; - 0C0611D70783420B8524BB27 /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/Foundation.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; - 0CF5CC67D9B34F439FBC3A52 /* "\"$(SRCROOT)/flycast/core/oslib/audiostream.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = audiostream.h; path = core/oslib/audiostream.h; sourceTree = SOURCE_ROOT; }; - 0CF720D6BB894A75B93B4EED /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cache.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_cache.h; path = core/hw/sh4/sh4_cache.h; sourceTree = SOURCE_ROOT; }; - 0DFA8AF9757F46C9AFB9C75F /* "\"$(SRCROOT)/flycast/core/hw/flashrom/nvmem.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = nvmem.cpp; path = core/hw/flashrom/nvmem.cpp; sourceTree = SOURCE_ROOT; }; - 0E0F9D6D112B4CD5BEEA3FFE /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_devs.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maple_devs.h; path = core/hw/maple/maple_devs.h; sourceTree = SOURCE_ROOT; }; - 0E53BFDD718C4758AEEE70CB /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zArcIn.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zArcIn.c; path = core/deps/lzma/7zArcIn.c; sourceTree = SOURCE_ROOT; }; - 0E7FF3048FC64CB58269361C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_replace.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_replace.c; path = core/deps/libzip/lib/zip_replace.c; sourceTree = SOURCE_ROOT; }; - 0F03D5BAC77F44C58DC8D64F /* lzma */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblzma.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F24CC52382D47D7BEED433E /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vf4evob.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp"; sourceTree = ""; }; - 0FD0340998404383AE8BC194 /* "\"$(SRCROOT)/flycast/core/wsi/switcher.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = switcher.cpp; path = core/wsi/switcher.cpp; sourceTree = SOURCE_ROOT; }; - 1024DDED6B9D46E697C2ACDC /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/macro-assembler-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "macro-assembler-aarch64.cc"; path = "core/deps/vixl/aarch64/macro-assembler-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - 104C32308CE144CDB7042432 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/InfoSink.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InfoSink.h; path = core/deps/glslang/glslang/Include/InfoSink.h; sourceTree = SOURCE_ROOT; }; - 10DE157381FD4B3D87829652 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_clear.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_clear.c; path = core/deps/libzip/lib/zip_error_clear.c; sourceTree = SOURCE_ROOT; }; - 115BACEF85A44BCA81DF0B24 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_if.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_if.h; path = core/hw/sh4/sh4_if.h; sourceTree = SOURCE_ROOT; }; - 117CDB6C7F3B46DA95B368B2 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = vulkan.h; path = core/rend/vulkan/vulkan.h; sourceTree = SOURCE_ROOT; }; - 1183CBAFDED74360B0B8CC54 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_get_file_attributes.c; path = core/deps/libzip/lib/zip_source_get_file_attributes.c; sourceTree = SOURCE_ROOT; }; - 12EC9D14F13E4CECA848CA95 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zCrcOpt.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zCrcOpt.c; path = core/deps/lzma/7zCrcOpt.c; sourceTree = SOURCE_ROOT; }; - 13968915F2634E039CF75732 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = printer_ascii8x16.bin.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp.rule"; sourceTree = ""; }; - 13D94E8225DA4759A84AA5E9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_extra_field_api.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_extra_field_api.c; path = core/deps/libzip/lib/zip_extra_field_api.c; sourceTree = SOURCE_ROOT; }; - 14155E6F99414C278EB49FD9 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/constants-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "constants-aarch64.h"; path = "core/deps/vixl/aarch64/constants-aarch64.h"; sourceTree = SOURCE_ROOT; }; - 1484D8FD288B4237936A7583 /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/GLKit.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/GLKit.framework; sourceTree = ""; }; - 14ABD1A9405A4FAA8D65B989 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_delete.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_delete.c; path = core/deps/libzip/lib/zip_delete.c; sourceTree = SOURCE_ROOT; }; - 16561969450044F983B3D592 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_if.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = aica_if.h; path = core/hw/aica/aica_if.h; sourceTree = SOURCE_ROOT; }; - 170881E7EA7B4072BDE93F65 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_stack.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_stack.c; path = core/deps/picotcp/stack/pico_stack.c; sourceTree = SOURCE_ROOT; }; - 172612F1CA4B4AD097FDDE70 /* "\"$(SRCROOT)/flycast/core/rend/sorter.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sorter.cpp; path = core/rend/sorter.cpp; sourceTree = SOURCE_ROOT; }; - 1737A358D4454C78BFE0F40F /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/bitutils.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitutils.h; path = core/deps/glslang/SPIRV/bitutils.h; sourceTree = SOURCE_ROOT; }; - 1746C9C9A3E64A0AB434D22A /* "\"$(SRCROOT)/flycast/core/rend/vulkan/pipeline.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = pipeline.cpp; path = core/rend/vulkan/pipeline.cpp; sourceTree = SOURCE_ROOT; }; - 179C3800839647F094F19FCC /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "core/deps/libchdr/deps/zlib-1.2.12/zutil.h"; sourceTree = SOURCE_ROOT; }; - 181074C9029A451D93F3837F /* "\"$(SRCROOT)/flycast/core/rend/vulkan/texture.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = texture.cpp; path = core/rend/vulkan/texture.cpp; sourceTree = SOURCE_ROOT; }; - 182F504B7BE649289CD2CB79 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "core/deps/libchdr/deps/zlib-1.2.12/inffast.c"; sourceTree = SOURCE_ROOT; }; - 187564FBAD3647068B318398 /* "\"$(SRCROOT)/flycast/core/deps/xxHash/xxhash.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = core/deps/xxHash/xxhash.c; sourceTree = SOURCE_ROOT; }; - 18C1B01BB4C6452894471DD1 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/blockmanager.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = blockmanager.h; path = core/hw/sh4/dyna/blockmanager.h; sourceTree = SOURCE_ROOT; }; - 1983091105DE42E9B5167AAA /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_tab.cpp.h; path = core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h; sourceTree = SOURCE_ROOT; }; - 19B932DD2B364F7EB187D347 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mem.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_mem.cpp; path = core/hw/sh4/sh4_mem.cpp; sourceTree = SOURCE_ROOT; }; - 1ADEC9F07F234D6AB53E6D86 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf/utf.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf.hpp; path = core/deps/nowide/include/nowide/utf/utf.hpp; sourceTree = SOURCE_ROOT; }; - 1AE6D8AA22354A3483CF39A5 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_sched.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_sched.cpp; path = core/hw/sh4/sh4_sched.cpp; sourceTree = SOURCE_ROOT; }; - 1B8C13E314574366B5554C9D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add_dir.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add_dir.c; path = core/deps/libzip/lib/zip_add_dir.c; sourceTree = SOURCE_ROOT; }; - 1B95063C0A2941F9881A007E /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/miniwget.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = miniwget.c; path = core/deps/miniupnpc/src/miniwget.c; sourceTree = SOURCE_ROOT; }; - 1BBC7EFF83C34D7983F0F557 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "core/deps/libchdr/deps/zlib-1.2.12/infback.c"; sourceTree = SOURCE_ROOT; }; - 1BF82552429A40449F9CC32C /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-features-auditor-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "cpu-features-auditor-aarch64.cc"; path = "core/deps/vixl/aarch64/cpu-features-auditor-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - 1BFA16CEFB8E490ABA951F71 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = f355.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp.rule"; sourceTree = ""; }; - 1BFB2F2D42A94CF482C731E4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_strerror.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_strerror.c; path = core/deps/libzip/lib/zip_file_strerror.c; sourceTree = SOURCE_ROOT; }; - 1C099A936E094E369F02A901 /* "\"$(SRCROOT)/flycast/core/hw/naomi/gdcartridge.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gdcartridge.cpp; path = core/hw/naomi/gdcartridge.cpp; sourceTree = SOURCE_ROOT; }; - 1C0C36900FB14BA0BAFDFD21 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_read.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_read.c; path = core/deps/libzip/lib/zip_source_read.c; sourceTree = SOURCE_ROOT; }; - 1C335D19A5814D2297D8888A /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist; sourceTree = ""; }; - 1C4002904D874E109355613E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_archive_comment.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_archive_comment.c; path = core/deps/libzip/lib/zip_get_archive_comment.c; sourceTree = SOURCE_ROOT; }; - 1C53C7FC4259486D85A1CB83 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/nvmem.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = nvmem.h; path = core/hw/flashrom/nvmem.h; sourceTree = SOURCE_ROOT; }; - 1CDE7D50B1394D6BB7C5CAC5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_common.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_dhcp_common.h; path = core/deps/picotcp/modules/pico_dhcp_common.h; sourceTree = SOURCE_ROOT; }; - 1D14DB8B2342455AA5036676 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "core/deps/libchdr/deps/zlib-1.2.12/deflate.h"; sourceTree = SOURCE_ROOT; }; - 1EA06F3F51F04FEBBC5543E9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvBuilder.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpvBuilder.h; path = core/deps/glslang/SPIRV/SpvBuilder.h; sourceTree = SOURCE_ROOT; }; - 1EC0967E7D5540BA892B7BE9 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp.cpp; path = core/hw/aica/dsp.cpp; sourceTree = SOURCE_ROOT; }; - 1EC93AE0310849079B79650F /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = gunsur2.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp.rule"; sourceTree = ""; }; - 1EE0BAEEA83340DD82D839F2 /* "\"$(SRCROOT)/flycast/core/deps/vixl/compiler-intrinsics-vixl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "compiler-intrinsics-vixl.h"; path = "core/deps/vixl/compiler-intrinsics-vixl.h"; sourceTree = SOURCE_ROOT; }; - 1F2A80D58D1C4EC19D110847 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pvr.h; path = core/hw/pvr/pvr.h; sourceTree = SOURCE_ROOT; }; - 1F31FAEBA2A242778244FC61 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_defines_msvc.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_defines_msvc.h; path = core/deps/picotcp/include/pico_defines_msvc.h; sourceTree = SOURCE_ROOT; }; - 1F53933B513E4B7696636A5A /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_if.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = aica_if.cpp; path = core/hw/aica/aica_if.cpp; sourceTree = SOURCE_ROOT; }; - 1F6DCE4F30284B0B8757963F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ShHandle.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShHandle.h; path = core/deps/glslang/glslang/Include/ShHandle.h; sourceTree = SOURCE_ROOT; }; - 1F70B686311747DC8CB29986 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Link.cpp; path = core/deps/glslang/glslang/GenericCodeGen/Link.cpp; sourceTree = SOURCE_ROOT; }; - 1F7D962415F14F41819C92A7 /* flycast-resources */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libflycast-resources.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 202C47A835E641E5AA5DDE5A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_algorithm_deflate.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_algorithm_deflate.c; path = core/deps/libzip/lib/zip_algorithm_deflate.c; sourceTree = SOURCE_ROOT; }; - 2061ACA2556541978F645150 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "core/deps/libchdr/deps/zlib-1.2.12/trees.h"; sourceTree = SOURCE_ROOT; }; - 20797833A0FE4EDE803CD391 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/cstdlib.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cstdlib.cpp; path = core/deps/nowide/src/cstdlib.cpp; sourceTree = SOURCE_ROOT; }; - 20FDABD5A2B446A7997A29E6 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = attribute.h; path = core/deps/glslang/glslang/MachineIndependent/attribute.h; sourceTree = SOURCE_ROOT; }; - 2108ACE34E5140AB9BA07668 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = dsp.h; path = core/hw/aica/dsp.h; sourceTree = SOURCE_ROOT; }; - 214DCA9F5295449299D6E580 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_interp.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp_interp.cpp; path = core/hw/aica/dsp_interp.cpp; sourceTree = SOURCE_ROOT; }; - 215958F96F8D4F63A0B78339 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_structs.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ta_structs.h; path = core/hw/pvr/ta_structs.h; sourceTree = SOURCE_ROOT; }; - 21DB2B945E194A059AD06718 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/pipeline.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pipeline.h; path = core/rend/vulkan/pipeline.h; sourceTree = SOURCE_ROOT; }; - 21EDAFE3F36C4036BE1BA848 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_function.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_function.c; path = core/deps/libzip/lib/zip_source_function.c; sourceTree = SOURCE_ROOT; }; - 21EF14F941E241B88C454C0D /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = shil.h; path = core/hw/sh4/dyna/shil.h; sourceTree = SOURCE_ROOT; }; - 22146D004C6F4E35A524D099 /* "\"$(SRCROOT)/flycast/core/build.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = build.h; path = core/build.h; sourceTree = SOURCE_ROOT; }; - 2319A7B1B2234024A3243138 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat_index.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat_index.c; path = core/deps/libzip/lib/zip_stat_index.c; sourceTree = SOURCE_ROOT; }; - 236CFBBFB5FB4EC19CA13F46 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_file_comment.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_file_comment.c; path = core/deps/libzip/lib/zip_set_file_comment.c; sourceTree = SOURCE_ROOT; }; - 237670C57F4D4288B6EEDF13 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = biosfont.bin.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp.rule"; sourceTree = ""; }; - 23B5978AC76B47EAA11D26DB /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma86Enc.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Enc.c; path = core/deps/lzma/Lzma86Enc.c; sourceTree = SOURCE_ROOT; }; - 24545CEC819740BD92C9D4A8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = glslang_tab.cpp; path = core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp; sourceTree = SOURCE_ROOT; }; - 2462AF30C80B47CE91E97E5D /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bcj2.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bcj2.c; path = core/deps/lzma/Bcj2.c; sourceTree = SOURCE_ROOT; }; - 2476B2B2B2FA43F5AEF7AFFA /* "\"$(SRCROOT)/flycast/core/hw/mem/addrspace.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = addrspace.cpp; path = core/hw/mem/addrspace.cpp; sourceTree = SOURCE_ROOT; }; - 24D1E4B6681442D192F26BA6 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = "core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c"; sourceTree = SOURCE_ROOT; }; - 257F066635764373B5B0CF5C /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/compat_strl.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compat_strl.c; path = "core/deps/libretro-common/compat/compat_strl.c"; sourceTree = SOURCE_ROOT; }; - 262E4FDAE8B64595AD6B86FE /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_m3comm.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_m3comm.h; path = core/hw/naomi/naomi_m3comm.h; sourceTree = SOURCE_ROOT; }; - 266561FBB0DD465CA39F2B3C /* "\"$(SRCROOT)/flycast/core/hw/holly/sb_mem.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sb_mem.h; path = core/hw/holly/sb_mem.h; sourceTree = SOURCE_ROOT; }; - 272A34F281C64E3689F9E5F9 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/overlay.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = overlay.cpp; path = core/rend/vulkan/overlay.cpp; sourceTree = SOURCE_ROOT; }; - 2781622DC071410FB851F65C /* "\"$(SRCROOT)/flycast/core/deps/lzma/Sort.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = core/deps/lzma/Sort.c; sourceTree = SOURCE_ROOT; }; - 27979255706C4C3F98FCC55E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = propagateNoContraction.cpp; path = core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp; sourceTree = SOURCE_ROOT; }; - 27ACBE5C17BE4E4FBB4DF03B /* "\"$(SRCROOT)/flycast/core/hw/mem/mem_watch.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem_watch.h; path = core/hw/mem/mem_watch.h; sourceTree = SOURCE_ROOT; }; - 27DC3D7A551A45619D7286E3 /* "\"$(SRCROOT)/flycast/core/stdclass.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = stdclass.h; path = core/stdclass.h; sourceTree = SOURCE_ROOT; }; - 28303612C70B4C60BAFC734F /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaDec.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = core/deps/lzma/LzmaDec.c; sourceTree = SOURCE_ROOT; }; - 28354918EBE141B091DF0E35 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "core/deps/libchdr/deps/zlib-1.2.12/zlib.h"; sourceTree = SOURCE_ROOT; }; - 2881294325014B4790D2B36D /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi_roms.cpp; path = core/hw/naomi/naomi_roms.cpp; sourceTree = SOURCE_ROOT; }; - 288D2FCD502B4E81A780A4C8 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ssa.cpp; path = core/hw/sh4/dyna/ssa.cpp; sourceTree = SOURCE_ROOT; }; - 28DE244A3F5E41FB86F0E0A2 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdrom_response.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gdrom_response.cpp; path = core/hw/gdrom/gdrom_response.cpp; sourceTree = SOURCE_ROOT; }; - 28FC816B143640F1906C35E5 /* "\"$(SRCROOT)/flycast/core/imgread/cdi.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cdi.cpp; path = core/imgread/cdi.cpp; sourceTree = SOURCE_ROOT; }; - 290284A474FB43A092BF8595 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_bitstream.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_bitstream.c; path = core/deps/libchdr/src/libchdr_bitstream.c; sourceTree = SOURCE_ROOT; }; - 291958489DEB4BA9B83CFF18 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_tree.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_tree.h; path = core/deps/picotcp/include/pico_tree.h; sourceTree = SOURCE_ROOT; }; - 2948D373DDE1467CB453CF80 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ssa.h; path = core/hw/sh4/dyna/ssa.h; sourceTree = SOURCE_ROOT; }; - 2955CEC0A58C449FA99AF292 /* "\"$(SRCROOT)/flycast/core/deps/vixl/pool-manager-impl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "pool-manager-impl.h"; path = "core/deps/vixl/pool-manager-impl.h"; sourceTree = SOURCE_ROOT; }; - 297720AB66B140C0B7F8E0A6 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_device.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_device.c; path = core/deps/picotcp/stack/pico_device.c; sourceTree = SOURCE_ROOT; }; - 29C589F2AB9E4A449DE46284 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "core/deps/libchdr/deps/zlib-1.2.12/inftrees.c"; sourceTree = SOURCE_ROOT; }; - 2A09571E2C15463DA55ACEBE /* SPIRV */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libSPIRV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2A84071E13EE47CE996C3569 /* "\"$(SRCROOT)/flycast/core/hw/naomi/decrypt.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = decrypt.cpp; path = core/hw/naomi/decrypt.cpp; sourceTree = SOURCE_ROOT; }; - 2AAA9D677FF9491C91337A7E /* "\"$(SRCROOT)/flycast/core/oslib/host_context.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = host_context.h; path = core/oslib/host_context.h; sourceTree = SOURCE_ROOT; }; - 2B005BE8F33048A7A140EECB /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/dmac.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dmac.cpp; path = core/hw/sh4/modules/dmac.cpp; sourceTree = SOURCE_ROOT; }; - 2B0CF5DED3DC4B2582D9B533 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_tree.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_tree.c; path = core/deps/picotcp/stack/pico_tree.c; sourceTree = SOURCE_ROOT; }; - 2B0E18B42AF14886B8D9B89C /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GlslangToSpv.cpp; path = core/deps/glslang/SPIRV/GlslangToSpv.cpp; sourceTree = SOURCE_ROOT; }; - 2B16FDB639814DA193C37630 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_encryption_implementation.c; path = core/deps/libzip/lib/zip_get_encryption_implementation.c; sourceTree = SOURCE_ROOT; }; - 2BA69CD156A1476889C16DD1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/operands-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "operands-aarch64.cc"; path = "core/deps/vixl/aarch64/operands-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - 2BF9B6BDF4C84731AADE0A24 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.NV.h; path = core/deps/glslang/SPIRV/GLSL.ext.NV.h; sourceTree = SOURCE_ROOT; }; - 2C2D19041DED4B1B92FD41BF /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaEnc.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = core/deps/lzma/LzmaEnc.c; sourceTree = SOURCE_ROOT; }; - 2CB593925D9E498E9C1EFE36 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_pipeline.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oit_pipeline.h; path = core/rend/vulkan/oit/oit_pipeline.h; sourceTree = SOURCE_ROOT; }; - 2D50B622448A4B2AA00A9BCA /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zBuf.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zBuf.c; path = core/deps/lzma/7zBuf.c; sourceTree = SOURCE_ROOT; }; - 2D50E8D58C044B92B1949960 /* libminiupnpc-static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libminiupnpc.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D6AE87F5CE8439BB6087A9E /* glslang-default-resource-limits */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libglslang-default-resource-limits.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2DC0E490202C4781A04644EF /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/dmac.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = dmac.h; path = core/hw/sh4/modules/dmac.h; sourceTree = SOURCE_ROOT; }; - 2DF50A1484F1419A930439B8 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma2Dec.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma2Dec.c; path = core/deps/lzma/Lzma2Dec.c; sourceTree = SOURCE_ROOT; }; - 2E7552A265434562A3E3881E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_num_files.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_num_files.c; path = core/deps/libzip/lib/zip_get_num_files.c; sourceTree = SOURCE_ROOT; }; - 2F0C642B674C4B55BD848C5E /* "\"$(SRCROOT)/flycast/core/hw/naomi/awcartridge.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = awcartridge.cpp; path = core/hw/naomi/awcartridge.cpp; sourceTree = SOURCE_ROOT; }; - 2F25E57CB51E4AD79ECD26C8 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = mazan.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp"; sourceTree = ""; }; - 2F6E9C43E2934437A7A2170D /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "core/deps/libchdr/deps/zlib-1.2.12/deflate.c"; sourceTree = SOURCE_ROOT; }; - 2FBFE638279E49CF99494C78 /* "\"$(SRCROOT)/flycast/core/rend/CustomTexture.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CustomTexture.cpp; path = core/rend/CustomTexture.cpp; sourceTree = SOURCE_ROOT; }; - 30D01ED46110438DA2E94442 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/heap.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = heap.h; path = core/deps/picotcp/include/heap.h; sourceTree = SOURCE_ROOT; }; - 30F921E9643E413D8D829566 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mmr.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_mmr.h; path = core/hw/sh4/sh4_mmr.h; sourceTree = SOURCE_ROOT; }; - 312E2483A79A491B9E58AF67 /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = elan.h; path = core/hw/pvr/elan.h; sourceTree = SOURCE_ROOT; }; - 3134CF5EC052444C9852D2CA /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Constant.cpp; path = core/deps/glslang/glslang/MachineIndependent/Constant.cpp; sourceTree = SOURCE_ROOT; }; - 31849A0CB70046019FE41B00 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_seek.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_seek.c; path = core/deps/libzip/lib/zip_source_seek.c; sourceTree = SOURCE_ROOT; }; - 32B0BE7A95914A60BE783EA3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_strerror.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_strerror.c; path = core/deps/libzip/lib/zip_error_strerror.c; sourceTree = SOURCE_ROOT; }; - 32CA1E18A02E4187B5B68511 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = printer_ascii12x24.bin.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp.rule"; sourceTree = ""; }; - 32F2C1E12D86426EA195786A /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dirtypig.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp"; sourceTree = ""; }; - 334C574DFBA94403AD025148 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/intc.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = intc.cpp; path = core/hw/sh4/modules/intc.cpp; sourceTree = SOURCE_ROOT; }; - 3379F0F7587F40D6B103671A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_mbed.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_mbed.h; path = core/deps/picotcp/include/arch/pico_mbed.h; sourceTree = SOURCE_ROOT; }; - 338843F26DD14087B92262DD /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm-new.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "arm-new.h"; path = "core/hw/arm7/arm-new.h"; sourceTree = SOURCE_ROOT; }; - 33A0413142E74541AE82013C /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interpreter.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_interpreter.h; path = core/hw/sh4/sh4_interpreter.h; sourceTree = SOURCE_ROOT; }; - 33B090FCE6504A64A6D98E17 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_arm32.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp_arm32.cpp; path = core/hw/aica/dsp_arm32.cpp; sourceTree = SOURCE_ROOT; }; - 33EC965F24A84FEBBD6E6FE3 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/receivedata.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = receivedata.c; path = core/deps/miniupnpc/src/receivedata.c; sourceTree = SOURCE_ROOT; }; - 33FA522638A94273A86B2D66 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = libretro.cpp; path = shell/libretro/libretro.cpp; sourceTree = SOURCE_ROOT; }; - 3413CA6C897848EFA1CE2D3E /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = wldkicksj.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp"; sourceTree = ""; }; - 35501434DADC475E82134B2C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_index.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_index.c; path = core/deps/libzip/lib/zip_fopen_index.c; sourceTree = SOURCE_ROOT; }; - 359DD04FAFF84BB886A9D93F /* "\"$(SRCROOT)/flycast/core/linux/context.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = context.cpp; path = core/linux/context.cpp; sourceTree = SOURCE_ROOT; }; - 35B4465C59374AE8BBF010F1 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_vtx.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ta_vtx.cpp; path = core/hw/pvr/ta_vtx.cpp; sourceTree = SOURCE_ROOT; }; - 35CB3A46E2E145BDBCC1B9F4 /* "\"$(SRCROOT)/flycast/core/imgread/gdi.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gdi.cpp; path = core/imgread/gdi.cpp; sourceTree = SOURCE_ROOT; }; - 35E8C489F5F348DC8BF5C9EF /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minixml.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minixml.c; path = core/deps/miniupnpc/src/minixml.c; sourceTree = SOURCE_ROOT; }; - 3632B1385A50477CAB9AF41A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_mtime.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_mtime.c; path = core/deps/libzip/lib/zip_file_set_mtime.c; sourceTree = SOURCE_ROOT; }; - 3647C8CE02884E999D79A77E /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpcommands.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpcommands.c; path = core/deps/miniupnpc/src/upnpcommands.c; sourceTree = SOURCE_ROOT; }; - 3649FD6B62E64A8FB02AF4C7 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/blockmanager.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = blockmanager.cpp; path = core/hw/sh4/dyna/blockmanager.cpp; sourceTree = SOURCE_ROOT; }; - 36DE02A954BC4F01A6415E3E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpAtom.cpp; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp; sourceTree = SOURCE_ROOT; }; - 372C79352C624688882FB912 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_eth.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_eth.h; path = core/deps/picotcp/include/pico_eth.h; sourceTree = SOURCE_ROOT; }; - 37503D7ED4984E649B6BCD76 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vmallocator.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vmallocator.cpp; path = core/rend/vulkan/vmallocator.cpp; sourceTree = SOURCE_ROOT; }; - 37589E14C20A425DB7AE4131 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_num_entries.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_num_entries.c; path = core/deps/libzip/lib/zip_get_num_entries.c; sourceTree = SOURCE_ROOT; }; - 37DCC5E46E7943D08785638E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_dir_add.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_dir_add.c; path = core/deps/libzip/lib/zip_dir_add.c; sourceTree = SOURCE_ROOT; }; - 38081C9798014586895D05BF /* "\"$(SRCROOT)/flycast/core/hw/naomi/m4cartridge.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = m4cartridge.h; path = core/hw/naomi/m4cartridge.h; sourceTree = SOURCE_ROOT; }; - 389DA5A7867843F791D2D3AB /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vmallocator.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = vmallocator.h; path = core/rend/vulkan/vmallocator.h; sourceTree = SOURCE_ROOT; }; - 38A2A56981C5441185FF7D90 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_add.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_add.c; path = core/deps/libzip/lib/zip_file_add.c; sourceTree = SOURCE_ROOT; }; - 38DAB81F89EA4C36B7BF3E18 /* chdr-static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libchdr-static.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 38EB57E4A05A412DAAAF09FA /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/filebuf.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = filebuf.cpp; path = core/deps/nowide/src/filebuf.cpp; sourceTree = SOURCE_ROOT; }; - 39108D3BEDE64D7694676418 /* "\"$(SRCROOT)/flycast/core/imgread/isofs.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = isofs.h; path = core/imgread/isofs.h; sourceTree = SOURCE_ROOT; }; - 3919A98F6B30403EAB9D0D63 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vk_context_lr.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = vk_context_lr.h; path = core/rend/vulkan/vk_context_lr.h; sourceTree = SOURCE_ROOT; }; - 3939AF2281EB4D839C9E24D7 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; - 394A11C390A342CDAB7EDDE8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/disassemble.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = disassemble.h; path = core/deps/glslang/SPIRV/disassemble.h; sourceTree = SOURCE_ROOT; }; - 39719B1EE86F443099AA16C7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/osinclude.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = osinclude.h; path = core/deps/glslang/glslang/OSDependent/osinclude.h; sourceTree = SOURCE_ROOT; }; - 3997D0D512CF4AAE9BD3ED1F /* "\"$(SRCROOT)/flycast/core/hw/naomi/card_reader.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = card_reader.h; path = core/hw/naomi/card_reader.h; sourceTree = SOURCE_ROOT; }; - 39F1F02DD4924641A56F5C78 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/lib.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = lib.cpp; path = "../cmake/__cmrc_flycast-resources/lib.cpp"; sourceTree = ""; }; - 3A304AD3B7714600912ED5C1 /* "\"$(SRCROOT)/flycast/core/wsi/context.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = context.h; path = core/wsi/context.h; sourceTree = SOURCE_ROOT; }; - 3ABA2BE4A52C4486A89E7649 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange.c; path = core/deps/libzip/lib/zip_unchange.c; sourceTree = SOURCE_ROOT; }; - 3B058C0E2A844DD2926D8DEE /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GlslangToSpv.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GlslangToSpv.h; path = core/deps/glslang/SPIRV/GlslangToSpv.h; sourceTree = SOURCE_ROOT; }; - 3B4FBF0AB91944D7B056868C /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder_opcodes.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = decoder_opcodes.h; path = core/hw/sh4/dyna/decoder_opcodes.h; sourceTree = SOURCE_ROOT; }; - 3BBC50EB6D9C4894B69093AB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_md5.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_md5.h; path = core/deps/picotcp/include/pico_md5.h; sourceTree = SOURCE_ROOT; }; - 3BCCABF192334BADAED6022A /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/config.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = config.hpp; path = core/deps/nowide/include/nowide/config.hpp; sourceTree = SOURCE_ROOT; }; - 3BFC0B0030E941E6A070CC11 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = printer_kanji16x16.bin.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp"; sourceTree = ""; }; - 3C38C758347F4803A1B279A7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = resource_limits_c.cpp; path = core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp; sourceTree = SOURCE_ROOT; }; - 3C3A4855FF5B4D9DA8E42EA7 /* "\"$(SRCROOT)/flycast/core/wsi/libretro.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = libretro.cpp; path = core/wsi/libretro.cpp; sourceTree = SOURCE_ROOT; }; - 3C3EA193DF5249FCBF2A5C81 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa_regalloc.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ssa_regalloc.h; path = core/hw/sh4/dyna/ssa_regalloc.h; sourceTree = SOURCE_ROOT; }; - 3C42AD6461814ABDBCD60EB9 /* "\"$(SRCROOT)/flycast/core/cheats.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cheats.h; path = core/cheats.h; sourceTree = SOURCE_ROOT; }; - 3C7F47490CD94012B19004E2 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/spvIR.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = spvIR.h; path = core/deps/glslang/SPIRV/spvIR.h; sourceTree = SOURCE_ROOT; }; - 3CBAE8897F0E4EAA95B58DBD /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = parseVersions.h; path = core/deps/glslang/glslang/MachineIndependent/parseVersions.h; sourceTree = SOURCE_ROOT; }; - 3D5DAEB3692547728C340073 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/flashrom.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = flashrom.cpp; path = core/hw/flashrom/flashrom.cpp; sourceTree = SOURCE_ROOT; }; - 3D87CD4CB90F472A83C5B54C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_all.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_all.c; path = core/deps/libzip/lib/zip_unchange_all.c; sourceTree = SOURCE_ROOT; }; - 3D98E60EE4434AFB894BA1A0 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Delta.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = core/deps/lzma/Delta.c; sourceTree = SOURCE_ROOT; }; - 3DFEA518267F4F6CA512EDBF /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/filebuf.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = filebuf.hpp; path = core/deps/nowide/include/nowide/filebuf.hpp; sourceTree = SOURCE_ROOT; }; - 3E1980C8C9154D3391BBBA6D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_utf-8.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = "zip_utf-8.c"; path = "core/deps/libzip/lib/zip_utf-8.c"; sourceTree = SOURCE_ROOT; }; - 3E21D3C8261C478AA1DCEA4E /* "\"$(SRCROOT)/cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; - 3EC43B1DACE44F86801D212E /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/replacement.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = replacement.hpp; path = core/deps/nowide/include/nowide/replacement.hpp; sourceTree = SOURCE_ROOT; }; - 3F31DAF87C93411A9EAE122A /* "\"$(SRCROOT)/flycast/core/hw/bba/bba.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = bba.cpp; path = core/hw/bba/bba.cpp; sourceTree = SOURCE_ROOT; }; - 3F4785D5FE6F4FAF8724CC9A /* zlib */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libz.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3F6B0DCCEC0844D38CD6F4FD /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_arm9.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_arm9.h; path = core/deps/picotcp/include/arch/pico_arm9.h; sourceTree = SOURCE_ROOT; }; - 3FE54430ED2B46D3A0FD33A3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dns_common.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_dns_common.c; path = core/deps/picotcp/modules/pico_dns_common.c; sourceTree = SOURCE_ROOT; }; - 401D805B8BAC41E7AC4CB3FF /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = wldkicks.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp"; sourceTree = ""; }; - 405F8155D4BA4958A54E9736 /* "\"$(SRCROOT)/flycast/core/network/net_handshake.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = net_handshake.h; path = core/network/net_handshake.h; sourceTree = SOURCE_ROOT; }; - 40A4C5F0A83B451B85E50490 /* "\"$(SRCROOT)/flycast/core/network/naomi_network.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi_network.cpp; path = core/network/naomi_network.cpp; sourceTree = SOURCE_ROOT; }; - 40DD4D1A1F954C00B07BF420 /* "\"$(SRCROOT)/flycast/core/stdclass.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = stdclass.cpp; path = core/stdclass.cpp; sourceTree = SOURCE_ROOT; }; - 417CAAEE5DCD482E9A972897 /* "\"$(SRCROOT)/flycast/shell/libretro/keyboard_map.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = keyboard_map.h; path = shell/libretro/keyboard_map.h; sourceTree = SOURCE_ROOT; }; - 41AD285CA0A04E178B2C0749 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/intermediate.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = intermediate.h; path = core/deps/glslang/glslang/Include/intermediate.h; sourceTree = SOURCE_ROOT; }; - 41DA8DDA389845D5A9D1895D /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/glslang/OGLCompilersDLL/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 42D4C95E3D524328BC85F765 /* "\"$(SRCROOT)/flycast/core/deps/xbrz/xbrz.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = xbrz.cpp; path = core/deps/xbrz/xbrz.cpp; sourceTree = SOURCE_ROOT; }; - 42F72E6E2C6A4A679821932F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = limits.cpp; path = core/deps/glslang/glslang/MachineIndependent/limits.cpp; sourceTree = SOURCE_ROOT; }; - 4397860339F043D69745A036 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "core/deps/libchdr/deps/zlib-1.2.12/zutil.c"; sourceTree = SOURCE_ROOT; }; - 43DB985586714C5FA17BBDAD /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi.h; path = core/hw/naomi/naomi.h; sourceTree = SOURCE_ROOT; }; - 4464AC4CC160425C8BFFB02C /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma86Dec.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = core/deps/lzma/Lzma86Dec.c; sourceTree = SOURCE_ROOT; }; - 44A5BF621249445089FD7793 /* "\"$(SRCROOT)/flycast/core/hw/naomi/decrypt.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = decrypt.h; path = core/hw/naomi/decrypt.h; sourceTree = SOURCE_ROOT; }; - 44D9679461074904A4196C58 /* "\"$(SRCROOT)/flycast/core/hw/pvr/spg.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = spg.h; path = core/hw/pvr/spg.h; sourceTree = SOURCE_ROOT; }; - 45213366A2E34F7E97C419D4 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vf4tuned.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp"; sourceTree = ""; }; - 454736672F9C42358BD1712E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_write.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_write.c; path = core/deps/libzip/lib/zip_source_write.c; sourceTree = SOURCE_ROOT; }; - 4554E164F9424A5CA05296EC /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = f355twn2.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp"; sourceTree = ""; }; - 45F7F8E054574BD7BAE3252E /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mem.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_mem.h; path = core/hw/sh4/sh4_mem.h; sourceTree = SOURCE_ROOT; }; - 46425A10B9C64CB6ABD288D3 /* "\"$(SRCROOT)/flycast/core/hw/pvr/Renderer_if.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Renderer_if.h; path = core/hw/pvr/Renderer_if.h; sourceTree = SOURCE_ROOT; }; - 466BC736513A411DBB5ACC65 /* glslang */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libglslang.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 46A99D5113464C558B32C625 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_remove.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_remove.c; path = core/deps/libzip/lib/zip_source_remove.c; sourceTree = SOURCE_ROOT; }; - 46FA97E6B3A640398824BD0C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_file_compression.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_file_compression.c; path = core/deps/libzip/lib/zip_set_file_compression.c; sourceTree = SOURCE_ROOT; }; - 4741CEC6F04B4B779F4ACEAB /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_offset.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_offset.c; path = core/deps/libzip/lib/zip_file_get_offset.c; sourceTree = SOURCE_ROOT; }; - 47F700464625457B82ED7779 /* "\"$(SRCROOT)/flycast/core/network/net_handshake.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = net_handshake.cpp; path = core/network/net_handshake.cpp; sourceTree = SOURCE_ROOT; }; - 48B58E302C2540C5AEB7EEBB /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = decoder.h; path = core/hw/sh4/dyna/decoder.h; sourceTree = SOURCE_ROOT; }; - 49041114AA6343C7B5ED4B89 /* "\"$(SRCROOT)/flycast/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 4946F7B3535542F68A1DC2DD /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cycles.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_cycles.cpp; path = core/hw/sh4/sh4_cycles.cpp; sourceTree = SOURCE_ROOT; }; - 494FC8337F6E4B96A096F34B /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/cstdio.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = cstdio.hpp; path = core/deps/nowide/include/nowide/cstdio.hpp; sourceTree = SOURCE_ROOT; }; - 4961349A4C9E45B3A40AC82D /* "\"$(SRCROOT)/flycast/core/reios/reios_elf.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = reios_elf.h; path = core/reios/reios_elf.h; sourceTree = SOURCE_ROOT; }; - 496873D1D98249C7BD5D4048 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_encryption.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_encryption.c; path = core/deps/libzip/lib/zip_file_set_encryption.c; sourceTree = SOURCE_ROOT; }; - 498AB3EDE59447D98D286F7F /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gunsur2.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp"; sourceTree = ""; }; - 49AAC7A2E56043F4898D65E3 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Alloc.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alloc.h; path = "core/deps/libchdr/deps/lzma-22.01/include/Alloc.h"; sourceTree = SOURCE_ROOT; }; - 4A412AB1B0984256B591B1E2 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; - 4B72F1ED13734D659B27C8C9 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = "core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c"; sourceTree = SOURCE_ROOT; }; - 4BA1673FD82C4019B3F7427A /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/convert.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = core/deps/nowide/include/nowide/convert.hpp; sourceTree = SOURCE_ROOT; }; - 4BA8D5A42A30490987CC4C04 /* "\"$(SRCROOT)/flycast/core/archive/rzip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = rzip.cpp; path = core/archive/rzip.cpp; sourceTree = SOURCE_ROOT; }; - 4BB070D165784F3385808522 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_error.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_error.c; path = core/deps/libzip/lib/zip_source_error.c; sourceTree = SOURCE_ROOT; }; - 4BBCEECD374F4809A3999405 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_none.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_none.h; path = core/deps/picotcp/include/arch/pico_none.h; sourceTree = SOURCE_ROOT; }; - 4BDC132CE5BE4CBFA3BF168C /* nowide */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libnowide.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4BE4C58021964AC5BDFA3A28 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/fopen_utf8.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fopen_utf8.c; path = "core/deps/libretro-common/compat/fopen_utf8.c"; sourceTree = SOURCE_ROOT; }; - 4BEE678763924D06982558D1 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_mem.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pvr_mem.h; path = core/hw/pvr/pvr_mem.h; sourceTree = SOURCE_ROOT; }; - 4C539AD9EDE64DE1B4A896EF /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_posix.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_posix.h; path = core/deps/picotcp/include/arch/pico_posix.h; sourceTree = SOURCE_ROOT; }; - 4C7A0456B848459CBCEBB223 /* "\"$(SRCROOT)/flycast/core/hw/naomi/touchscreen.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = touchscreen.h; path = core/hw/naomi/touchscreen.h; sourceTree = SOURCE_ROOT; }; - 4C81415D024A4729A60A8760 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_helper.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = maple_helper.cpp; path = core/hw/maple/maple_helper.cpp; sourceTree = SOURCE_ROOT; }; - 4C94D017325C423997BE18C4 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnperrors.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnperrors.c; path = core/deps/miniupnpc/src/upnperrors.c; sourceTree = SOURCE_ROOT; }; - 4C95095A417442BCA980771A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_io_util.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_io_util.c; path = core/deps/libzip/lib/zip_io_util.c; sourceTree = SOURCE_ROOT; }; - 4CD0924ECB794985BB7ACB34 /* "\"$(SRCROOT)/flycast/core/hw/modem/modem.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = modem.cpp; path = core/hw/modem/modem.cpp; sourceTree = SOURCE_ROOT; }; - 4CE7EA3BB7804C9A96379058 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan_renderer.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vulkan_renderer.cpp; path = core/rend/vulkan/vulkan_renderer.cpp; sourceTree = SOURCE_ROOT; }; - 4D4DB0B659FB4DC7897D0E3B /* MachineIndependent */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libMachineIndependent.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4DD54AE462F44667848E2AE9 /* "\"$(SRCROOT)/flycast/core/hw/bba/rtl8139c.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = rtl8139c.h; path = core/hw/bba/rtl8139c.h; sourceTree = SOURCE_ROOT; }; - 4E2C25FB10124446926A4642 /* "\"$(SRCROOT)/flycast/core/imgread/common.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = common.cpp; path = core/imgread/common.cpp; sourceTree = SOURCE_ROOT; }; - 4E2F19DBEBE64AA1B89F5206 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/filesystem.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = filesystem.hpp; path = core/deps/nowide/include/nowide/filesystem.hpp; sourceTree = SOURCE_ROOT; }; - 4E46720770454AEAAEB308F8 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "core/deps/libchdr/deps/zlib-1.2.12/inffast.h"; sourceTree = SOURCE_ROOT; }; - 4F0622BEA9C04980A5CD66E3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ResourceLimits.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ResourceLimits.h; path = core/deps/glslang/glslang/Include/ResourceLimits.h; sourceTree = SOURCE_ROOT; }; - 4F24E9D585C44C75B86DE1BB /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ta.cpp; path = core/hw/pvr/ta.cpp; sourceTree = SOURCE_ROOT; }; - 4F61EA7E9C1E42758E7A6426 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "core/deps/libchdr/deps/zlib-1.2.12/compress.c"; sourceTree = SOURCE_ROOT; }; - 4FBD4026B73843B485068E8F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_open.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_open.c; path = core/deps/libzip/lib/zip_open.c; sourceTree = SOURCE_ROOT; }; - 4FE9267937F445BAA6373958 /* "\"$(SRCROOT)/flycast/core/emulator.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = emulator.h; path = core/emulator.h; sourceTree = SOURCE_ROOT; }; - 501DB8D1BE1B44D1A6ED50DC /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/Logger.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Logger.h; path = core/deps/glslang/SPIRV/Logger.h; sourceTree = SOURCE_ROOT; }; - 50E8962DC35748BAA8A3BACA /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/addr_is_reserved.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = addr_is_reserved.c; path = core/deps/miniupnpc/src/addr_is_reserved.c; sourceTree = SOURCE_ROOT; }; - 5113F1873FAF4BD69E7EC085 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderpass.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oit_renderpass.cpp; path = core/rend/vulkan/oit/oit_renderpass.cpp; sourceTree = SOURCE_ROOT; }; - 5174710DEC9C42F1803BDF2E /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/stat.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = stat.cpp; path = core/deps/nowide/src/stat.cpp; sourceTree = SOURCE_ROOT; }; - 519C2EA371384D02A3031867 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instrument-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "instrument-aarch64.cc"; path = "core/deps/vixl/aarch64/instrument-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - 51E452C2E51640F9879176E2 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_md5.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_md5.c; path = core/deps/picotcp/stack/pico_md5.c; sourceTree = SOURCE_ROOT; }; - 52301365E66D484C8D96C63C /* "\"$(SRCROOT)/flycast/core/oslib/directory.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = directory.h; path = core/oslib/directory.h; sourceTree = SOURCE_ROOT; }; - 52FF7D8ADC4B499B8D37D4D2 /* "\"$(SRCROOT)/flycast/core/hw/pvr/Renderer_if.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Renderer_if.cpp; path = core/hw/pvr/Renderer_if.cpp; sourceTree = SOURCE_ROOT; }; - 5349F71EAA4B46D39EA73EB1 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_drawer.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oit_drawer.h; path = core/rend/vulkan/oit/oit_drawer.h; sourceTree = SOURCE_ROOT; }; - 53569D6E045A4EB1A37182E4 /* "\"$(SRCROOT)/flycast/core/hw/naomi/netdimm.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = netdimm.cpp; path = core/hw/naomi/netdimm.cpp; sourceTree = SOURCE_ROOT; }; - 53679B7287F54AB0B83B6D46 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = printer_ascii12x24.bin.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp"; sourceTree = ""; }; - 53B074EBA7134E86882DC566 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cycles.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_cycles.h; path = core/hw/sh4/sh4_cycles.h; sourceTree = SOURCE_ROOT; }; - 54A474C4BBA7431CA5F5D5F5 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = is_string_container.hpp; path = core/deps/nowide/include/nowide/detail/is_string_container.hpp; sourceTree = SOURCE_ROOT; }; - 56509F1E736749EEB4BA8BAD /* OGLCompiler */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libOGLCompiler.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5683CCE6CA20424EB7BE4794 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InitializeGlobals.h; path = core/deps/glslang/glslang/Include/InitializeGlobals.h; sourceTree = SOURCE_ROOT; }; - 5698DBF93D864804B61727EC /* "\"$(SRCROOT)/flycast/core/linux/unwind_info.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = unwind_info.cpp; path = core/linux/unwind_info.cpp; sourceTree = SOURCE_ROOT; }; - 56A68AE8CA9F433EB5BF1B3E /* "\"$(SRCROOT)/flycast/core/imgread/iso9660.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = iso9660.h; path = core/imgread/iso9660.h; sourceTree = SOURCE_ROOT; }; - 56A7A7EDF65643E7B51AF250 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bra86.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = core/deps/lzma/Bra86.c; sourceTree = SOURCE_ROOT; }; - 56C755B80A564F6A874B1069 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_shaders.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oit_shaders.h; path = core/rend/vulkan/oit/oit_shaders.h; sourceTree = SOURCE_ROOT; }; - 56F4B93C943C41FD90444ACF /* "\"$(SRCROOT)/flycast/core/deps/vixl/cpu-features.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "cpu-features.cc"; path = "core/deps/vixl/cpu-features.cc"; sourceTree = SOURCE_ROOT; }; - 5707E5709B1F4C5CACB8CB54 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dns_client.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_dns_client.c; path = core/deps/picotcp/modules/pico_dns_client.c; sourceTree = SOURCE_ROOT; }; - 5713CC17417E4376A87C4A68 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dev_ppp.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_dev_ppp.c; path = core/deps/picotcp/modules/pico_dev_ppp.c; sourceTree = SOURCE_ROOT; }; - 57EC8ACF398C4D0DA8A588FE /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = spirv_c_interface.cpp; path = core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp; sourceTree = SOURCE_ROOT; }; - 58065D17826E498BBC6427FA /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zFile.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zFile.c; path = core/deps/lzma/7zFile.c; sourceTree = SOURCE_ROOT; }; - 585E5C2CF55A4BDBA60C2DDA /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_comment.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_comment.c; path = core/deps/libzip/lib/zip_file_set_comment.c; sourceTree = SOURCE_ROOT; }; - 587C740C59DA4D6DB00A6CC3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_frame.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_frame.h; path = core/deps/picotcp/include/pico_frame.h; sourceTree = SOURCE_ROOT; }; - 58969D1E476A497B91EE2824 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen.c; path = core/deps/libzip/lib/zip_fopen.c; sourceTree = SOURCE_ROOT; }; - 58D1AC8D9C534E10B37819BA /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/doc.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = doc.h; path = core/deps/glslang/SPIRV/doc.h; sourceTree = SOURCE_ROOT; }; - 58DACB485E0A4838AA711A5D /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ta.h; path = core/hw/pvr/ta.h; sourceTree = SOURCE_ROOT; }; - 58F8ECBCB03347DF9F107606 /* "\"$(SRCROOT)/flycast/core/archive/archive.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = archive.h; path = core/archive/archive.h; sourceTree = SOURCE_ROOT; }; - 593E4EFFC8884F78BE17C839 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "core/deps/libchdr/deps/zlib-1.2.12/uncompr.c"; sourceTree = SOURCE_ROOT; }; - 595456DCC94144FDB24CA85E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/arrays.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arrays.h; path = core/deps/glslang/glslang/Include/arrays.h; sourceTree = SOURCE_ROOT; }; - 595A0D45B1EE4EABB01B258B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_name.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_name.c; path = core/deps/libzip/lib/zip_set_name.c; sourceTree = SOURCE_ROOT; }; - 59BAE74FFD9948DE86D25645 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/bsc.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = bsc.cpp; path = core/hw/sh4/modules/bsc.cpp; sourceTree = SOURCE_ROOT; }; - 59C88CB990FA4CF8BAE5BDB3 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_arm64.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp_arm64.cpp; path = core/hw/aica/dsp_arm64.cpp; sourceTree = SOURCE_ROOT; }; - 5AE4D153CE9143F385682C03 /* "\"$(SRCROOT)/flycast/core/hw/naomi/awcartridge.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = awcartridge.h; path = core/hw/naomi/awcartridge.h; sourceTree = SOURCE_ROOT; }; - 5B10EDDD062E491589C06F5E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzFind.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "core/deps/libchdr/deps/lzma-22.01/src/LzFind.c"; sourceTree = SOURCE_ROOT; }; - 5B74ECF7B8824FD1A1724F8A /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-buffer-vixl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "code-buffer-vixl.h"; path = "core/deps/vixl/code-buffer-vixl.h"; sourceTree = SOURCE_ROOT; }; - 5B816EE790954FDB840C8181 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ossource.cpp; path = core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp; sourceTree = SOURCE_ROOT; }; - 5CAB0E541D8349F182DC5F25 /* "\"$(SRCROOT)/flycast/core/deps/vixl/platform-vixl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "platform-vixl.h"; path = "core/deps/vixl/platform-vixl.h"; sourceTree = SOURCE_ROOT; }; - 5CBF22967D4A48E08F529EF0 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = vf4.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp.rule"; sourceTree = ""; }; - 5CF944F5CD1347FD9C8CFFA9 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_ethernet.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_ethernet.c; path = core/deps/picotcp/modules/pico_ethernet.c; sourceTree = SOURCE_ROOT; }; - 5D3B8FF21AF94BEB8E987CDF /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fseek.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fseek.c; path = core/deps/libzip/lib/zip_fseek.c; sourceTree = SOURCE_ROOT; }; - 5D475D1761FC4D528251BF30 /* "\"$(SRCROOT)/cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist"; sourceTree = ""; }; - 5D9330184F7C45DCA0B088D4 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/cstdio.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cstdio.cpp; path = core/deps/nowide/src/cstdio.cpp; sourceTree = SOURCE_ROOT; }; - 5E21B480A88D43D8B53DF7AE /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdrom_if.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gdrom_if.h; path = core/hw/gdrom/gdrom_if.h; sourceTree = SOURCE_ROOT; }; - 5E2A9E5933FF49B99C1B97FA /* "\"$(SRCROOT)/flycast/core/hw/naomi/awave_regs.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = awave_regs.h; path = core/hw/naomi/awave_regs.h; sourceTree = SOURCE_ROOT; }; - 5EFAAE0E3D7E409C8EEF9936 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_socket_multicast.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_socket_multicast.h; path = core/deps/picotcp/include/pico_socket_multicast.h; sourceTree = SOURCE_ROOT; }; - 5F5ABEF7778E4B32848D5269 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = parseConst.cpp; path = core/deps/glslang/glslang/MachineIndependent/parseConst.cpp; sourceTree = SOURCE_ROOT; }; - 5F5C75C1A1A44BF3B4DE1056 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RemoveTree.cpp; path = core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp; sourceTree = SOURCE_ROOT; }; - 5FC008E999C14D378578C2B7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PpContext.h; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h; sourceTree = SOURCE_ROOT; }; - 5FCF3CEF960D42EAB9D19E62 /* "\"$(SRCROOT)/cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist; sourceTree = ""; }; - 5FFDDFFBE087411293FFBFD2 /* "\"$(SRCROOT)/flycast/core/oslib/storage.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = storage.cpp; path = core/oslib/storage.cpp; sourceTree = SOURCE_ROOT; }; - 600AC4EB13C44025AD86ADDE /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; - 60346021692946E397621540 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Delta.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Delta.h; path = "core/deps/libchdr/deps/lzma-22.01/include/Delta.h"; sourceTree = SOURCE_ROOT; }; - 60C3C3FA89DA4CE592DD087A /* "\"$(SRCROOT)/flycast/shell/libretro/audiostream.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = audiostream.cpp; path = shell/libretro/audiostream.cpp; sourceTree = SOURCE_ROOT; }; - 6118215E99734BCBBFB0B93E /* "\"$(SRCROOT)/flycast/core/deps/chdpsr/cdipsr.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cdipsr.cpp; path = core/deps/chdpsr/cdipsr.cpp; sourceTree = SOURCE_ROOT; }; - 612B81B6BA7741CAB5AA97B4 /* "\"$(SRCROOT)/cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist; sourceTree = ""; }; - 6178B0CD171C4127B2D2FD47 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_socket_udp.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_socket_udp.c; path = core/deps/picotcp/modules/pico_socket_udp.c; sourceTree = SOURCE_ROOT; }; - 61AC2E4473BB44089587A021 /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-buffer-vixl.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "code-buffer-vixl.cc"; path = "core/deps/vixl/code-buffer-vixl.cc"; sourceTree = SOURCE_ROOT; }; - 62571F7435D84FEBB9E4AA5A /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vf4.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp"; sourceTree = ""; }; - 62DB96BE2A3144A18FE01499 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_archive_flag.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_archive_flag.c; path = core/deps/libzip/lib/zip_set_archive_flag.c; sourceTree = SOURCE_ROOT; }; - 63455893C28B4A65924428EB /* "\"$(SRCROOT)/flycast/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 63877FDD90A94FA886E32BFC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add.c; path = core/deps/libzip/lib/zip_add.c; sourceTree = SOURCE_ROOT; }; - 64247B69DEBA4953AA956922 /* "\"$(SRCROOT)/flycast/core/hw/mem/mem_watch.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = mem_watch.cpp; path = core/hw/mem/mem_watch.cpp; sourceTree = SOURCE_ROOT; }; - 647EDB42E5AC4280912A9B0A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_device.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_device.h; path = core/deps/picotcp/include/pico_device.h; sourceTree = SOURCE_ROOT; }; - 64E0291B28174584A0C3CC98 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/spirv.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = spirv.hpp; path = core/deps/glslang/SPIRV/spirv.hpp; sourceTree = SOURCE_ROOT; }; - 65E5E27AD8C94BB5B926345E /* "\"$(SRCROOT)/flycast/core/reios/descrambl.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = descrambl.cpp; path = core/reios/descrambl.cpp; sourceTree = SOURCE_ROOT; }; - 66BB727A9D484540A699F6E8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_stdio_named.c; path = core/deps/libzip/lib/zip_source_file_stdio_named.c; sourceTree = SOURCE_ROOT; }; - 66DB293FC0B3414EB9225D31 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IntermTraverse.cpp; path = core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp; sourceTree = SOURCE_ROOT; }; - 6799C93DDA204731B67766EA /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_mem.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = aica_mem.h; path = core/hw/aica/aica_mem.h; sourceTree = SOURCE_ROOT; }; - 67E3B3599D64455EB1F9C27E /* "\"$(SRCROOT)/flycast/core/oslib/storage.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = storage.h; path = core/oslib/storage.h; sourceTree = SOURCE_ROOT; }; - 689A32DCDD024F3791CA6591 /* "\"$(SRCROOT)/flycast/core/debug/gdb_server.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gdb_server.h; path = core/debug/gdb_server.h; sourceTree = SOURCE_ROOT; }; - 68E71BF7FECA4A9990D74AD5 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_fpu.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_fpu.cpp; path = core/hw/sh4/interpr/sh4_fpu.cpp; sourceTree = SOURCE_ROOT; }; - 69B5FEB25CE74686A0362ECF /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_tcp.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_tcp.c; path = core/deps/picotcp/modules/pico_tcp.c; sourceTree = SOURCE_ROOT; }; - 6A5DF2845EA64A4484DC4526 /* "\"$(SRCROOT)/flycast/core/imgread/ImgReader.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ImgReader.cpp; path = core/imgread/ImgReader.cpp; sourceTree = SOURCE_ROOT; }; - 6A7213904FE54C4E9D1AE536 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 6AB1C4DE54254EAAB4E85B51 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = wldkicksu.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp.rule"; sourceTree = ""; }; - 6AB74C4D910347F69486A11C /* "\"$(SRCROOT)/flycast/core/hw/naomi/printer.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = printer.cpp; path = core/hw/naomi/printer.cpp; sourceTree = SOURCE_ROOT; }; - 6AF36DC1A8564C5EB0869DEB /* "\"$(SRCROOT)/flycast/core/network/ggpo.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ggpo.h; path = core/network/ggpo.h; sourceTree = SOURCE_ROOT; }; - 6AFC8110701A4C3AA29D8969 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/portlistingparse.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = portlistingparse.c; path = core/deps/miniupnpc/src/portlistingparse.c; sourceTree = SOURCE_ROOT; }; - 6B7360E028E04CD9A1EA4CCD /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_sched.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_sched.h; path = core/hw/sh4/sh4_sched.h; sourceTree = SOURCE_ROOT; }; - 6BA1B66474FA4DADB32F3B19 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_file_comment.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_file_comment.c; path = core/deps/libzip/lib/zip_get_file_comment.c; sourceTree = SOURCE_ROOT; }; - 6BD1695DC9474BCCA5B3EC56 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvTools.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpvTools.h; path = core/deps/glslang/SPIRV/SpvTools.h; sourceTree = SOURCE_ROOT; }; - 6BFA3562393D4521841274B3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/libzip/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 6C5D74BEF13B48CC872ACDCF /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/resource_limits_c.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = resource_limits_c.h; path = core/deps/glslang/glslang/Public/resource_limits_c.h; sourceTree = SOURCE_ROOT; }; - 6C98F23E886344F0B30D84E3 /* "\"$(SRCROOT)/flycast/core/hw/aica/sgc_if.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sgc_if.h; path = core/hw/aica/sgc_if.h; sourceTree = SOURCE_ROOT; }; - 6D3CC1EFEB824FDA9292FBE3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/ResourceLimits.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ResourceLimits.h; path = core/deps/glslang/glslang/Public/ResourceLimits.h; sourceTree = SOURCE_ROOT; }; - 6D765D40742D44D5BCAB230F /* "\"$(SRCROOT)/flycast/core/log/Log.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Log.h; path = core/log/Log.h; sourceTree = SOURCE_ROOT; }; - 6DA2B80959294F289ABD6935 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add_entry.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add_entry.c; path = core/deps/libzip/lib/zip_add_entry.c; sourceTree = SOURCE_ROOT; }; - 6DD6048555924A19AE1CD50D /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.EXT.h; path = core/deps/glslang/SPIRV/GLSL.ext.EXT.h; sourceTree = SOURCE_ROOT; }; - 6E09CAEAAD7D4740B3EF9C64 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "core/deps/libchdr/deps/zlib-1.2.12/gzguts.h"; sourceTree = SOURCE_ROOT; }; - 6E85D1A6F80F4282B4C40F6F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = localintermediate.h; path = core/deps/glslang/glslang/MachineIndependent/localintermediate.h; sourceTree = SOURCE_ROOT; }; - 6EA5AAACFFA045288C2DBF6D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_entry.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_entry.c; path = core/deps/libzip/lib/zip_entry.c; sourceTree = SOURCE_ROOT; }; - 6EA949F28A3F4BBFB7F97AC4 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/is_path.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = is_path.hpp; path = core/deps/nowide/include/nowide/detail/is_path.hpp; sourceTree = SOURCE_ROOT; }; - 6F50EB76A94E4B4D980F2F12 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/string/stdstring.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = stdstring.c; path = "core/deps/libretro-common/string/stdstring.c"; sourceTree = SOURCE_ROOT; }; - 6F7A1547FEEB4803A7E40869 /* "\"$(SRCROOT)/flycast/core/hw/pvr/spg.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = spg.cpp; path = core/hw/pvr/spg.cpp; sourceTree = SOURCE_ROOT; }; - 6FA4B9A44B7648AE906D912E /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf.c; path = core/deps/libelf/src/elf.c; sourceTree = SOURCE_ROOT; }; - 703426665B15437C990BC6A7 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/stackstring.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = stackstring.hpp; path = core/deps/nowide/include/nowide/stackstring.hpp; sourceTree = SOURCE_ROOT; }; - 705EAC5F26C744BC8B3D6E84 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/shaders.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = shaders.cpp; path = core/rend/vulkan/shaders.cpp; sourceTree = SOURCE_ROOT; }; - 713B5B8B56F54962ABF1A66B /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil_canonical.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = shil_canonical.h; path = core/hw/sh4/dyna/shil_canonical.h; sourceTree = SOURCE_ROOT; }; - 714A6B6F459D49CE810F66A0 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_msp430.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_msp430.h; path = core/deps/picotcp/include/arch/pico_msp430.h; sourceTree = SOURCE_ROOT; }; - 7164517604A1414F98951187 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InfoSink.cpp; path = core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp; sourceTree = SOURCE_ROOT; }; - 718B24D54CD94193822E2086 /* "\"$(SRCROOT)/cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; - 71D1F163369D4DC5BE6C19F2 /* "\"$(SRCROOT)/flycast/core/deps/lzma/CpuArch.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = core/deps/lzma/CpuArch.c; sourceTree = SOURCE_ROOT; }; - 72173611E68841D3B8A17FCC /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/console_buffer.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = console_buffer.cpp; path = core/deps/nowide/src/console_buffer.cpp; sourceTree = SOURCE_ROOT; }; - 729B99A4C5234DF6987E5727 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/compat_strcasestr.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compat_strcasestr.c; path = "core/deps/libretro-common/compat/compat_strcasestr.c"; sourceTree = SOURCE_ROOT; }; - 73243FAB6C0F4AC9A9CAC019 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = printer_kanji16x16.bin.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp.rule"; sourceTree = ""; }; - 735A110B9613464BACC1FA43 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-features-auditor-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "cpu-features-auditor-aarch64.h"; path = "core/deps/vixl/aarch64/cpu-features-auditor-aarch64.h"; sourceTree = SOURCE_ROOT; }; - 736AD80A2512482F8C49C641 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzFind.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "core/deps/libchdr/deps/lzma-22.01/include/LzFind.h"; sourceTree = SOURCE_ROOT; }; - 74491EBD2EEE44C3AFEFCBBD /* "\"$(SRCROOT)/flycast/core/deps/vixl/assembler-base-vixl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "assembler-base-vixl.h"; path = "core/deps/vixl/assembler-base-vixl.h"; sourceTree = SOURCE_ROOT; }; - 74B9BB95E4624E7481C0E5EA /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "core/deps/libchdr/deps/zlib-1.2.12/inffixed.h"; sourceTree = SOURCE_ROOT; }; - 7526C70A883747EBB6B723E7 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = shil.cpp; path = core/hw/sh4/dyna/shil.cpp; sourceTree = SOURCE_ROOT; }; - 75607D1673F249C58CD33614 /* "\"$(SRCROOT)/flycast/core/archive/rzip.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = rzip.h; path = core/archive/rzip.h; sourceTree = SOURCE_ROOT; }; - 75A64862E08E437988E278A4 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/logic-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "logic-aarch64.cc"; path = "core/deps/vixl/aarch64/logic-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - 7668D4C612DD4D6CAD9B71E7 /* "\"$(SRCROOT)/flycast/core/network/net_platform.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = net_platform.h; path = core/network/net_platform.h; sourceTree = SOURCE_ROOT; }; - 76F67110EA3A437A85726D05 /* "\"$(SRCROOT)/flycast/shell/libretro/oslib_apple.mm \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = oslib_apple.mm; path = shell/libretro/oslib_apple.mm; sourceTree = SOURCE_ROOT; }; - 775CC2C80C724E059AB6431D /* "\"$(SRCROOT)/flycast/core/reios/gdrom_hle.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gdrom_hle.cpp; path = core/reios/gdrom_hle.cpp; sourceTree = SOURCE_ROOT; }; - 77C3F31162A2484FBBC8C329 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SymbolTable.cpp; path = core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp; sourceTree = SOURCE_ROOT; }; - 78362254BCD34A9E8526DD0D /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = f355.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp"; sourceTree = ""; }; - 788C969F5A0442B189647E9D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_default_password.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_default_password.c; path = core/deps/libzip/lib/zip_set_default_password.c; sourceTree = SOURCE_ROOT; }; - 78EFEDDACD3D4B1CB893947F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/libchdr/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 793172DE6F864923A15D59A5 /* "\"$(SRCROOT)/flycast/core/hw/modem/modem.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = modem.h; path = core/hw/modem/modem.h; sourceTree = SOURCE_ROOT; }; - 799A1BC9BAAF40C7B33AB51C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/libzip/lib/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 7AA71C00C3454AB399DC83E8 /* "\"$(SRCROOT)/flycast/core/lua/lua.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = lua.h; path = core/lua/lua.h; sourceTree = SOURCE_ROOT; }; - 7B38AFBE62534B8A9FB332F1 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/miniupnpc/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 7BB3432A3C76450FAF9B6EA2 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_jvs.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = maple_jvs.cpp; path = core/hw/maple/maple_jvs.cpp; sourceTree = SOURCE_ROOT; }; - 7C0147FF8C894F0B8EE3D529 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_buffer.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oit_buffer.h; path = core/rend/vulkan/oit/oit_buffer.h; sourceTree = SOURCE_ROOT; }; - 7C97943AB60842F89DF9BBEA /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_server.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_dhcp_server.c; path = core/deps/picotcp/modules/pico_dhcp_server.c; sourceTree = SOURCE_ROOT; }; - 7D06CA58A8E646BE80955E73 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = f355twn2.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp.rule"; sourceTree = ""; }; - 7D3B4CD9FDD440538366A04B /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minissdpc.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minissdpc.c; path = core/deps/miniupnpc/src/minissdpc.c; sourceTree = SOURCE_ROOT; }; - 7D94CCC7F8D346F6824A39CE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_begin_write_cloning.c; path = core/deps/libzip/lib/zip_source_begin_write_cloning.c; sourceTree = SOURCE_ROOT; }; - 7DBF9FAF5DC3455497D195BC /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = dirtypig.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp.rule"; sourceTree = ""; }; - 7DFF9EB930D943969C2DEAAB /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = mazan.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp.rule"; sourceTree = ""; }; - 7E1A91F7B10E47A6A2C2DD0F /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist"; sourceTree = ""; }; - 7E5C1020AB754D8981012CEB /* "\"$(SRCROOT)/flycast/core/hw/aica/sgc_if.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sgc_if.cpp; path = core/hw/aica/sgc_if.cpp; sourceTree = SOURCE_ROOT; }; - 7ED2FE8A9E4641C38F2C5168 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = vf4tuned.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp.rule"; sourceTree = ""; }; - 7ED96D37C1A744128477F163 /* "\"$(SRCROOT)/flycast/core/hw/holly/sb.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sb.cpp; path = core/hw/holly/sb.cpp; sourceTree = SOURCE_ROOT; }; - 817A015404D1400EBDA79DD5 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = f355twin.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp.rule"; sourceTree = ""; }; - 81ADE9784EDF4623BC243837 /* "\"$(SRCROOT)/flycast/core/deps/lzma/BraIA64.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = core/deps/lzma/BraIA64.c; sourceTree = SOURCE_ROOT; }; - 81F4941644C74E01ACA142D6 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = alienfnt.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp"; sourceTree = ""; }; - 820D6C58419940D2820960FF /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/quoted.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = quoted.hpp; path = core/deps/nowide/include/nowide/quoted.hpp; sourceTree = SOURCE_ROOT; }; - 82152E47A66A42F2A5F6C726 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error.c; path = core/deps/libzip/lib/zip_error.c; sourceTree = SOURCE_ROOT; }; - 821542A88CCB41E0A5FE1117 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = aica.cpp; path = core/hw/aica/aica.cpp; sourceTree = SOURCE_ROOT; }; - 82310A67E22F466AA80354E2 /* "\"$(SRCROOT)/flycast/core/deps/vixl/globals-vixl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "globals-vixl.h"; path = "core/deps/vixl/globals-vixl.h"; sourceTree = SOURCE_ROOT; }; - 82E22CF6E87F4D3088200D30 /* "\"$(SRCROOT)/flycast/core/imgread/cue.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cue.cpp; path = core/imgread/cue.cpp; sourceTree = SOURCE_ROOT; }; - 82E45ED3B7D7431CB0FFA1BD /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_ctx.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ta_ctx.cpp; path = core/hw/pvr/ta_ctx.cpp; sourceTree = SOURCE_ROOT; }; - 838AF82C276649FB96CCF086 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ParseContextBase.cpp; path = core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp; sourceTree = SOURCE_ROOT; }; - 83A045AAFAA14B5888DBB188 /* "\"$(SRCROOT)/flycast/core/deps/chdpsr/cdipsr.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cdipsr.h; path = core/deps/chdpsr/cdipsr.h; sourceTree = SOURCE_ROOT; }; - 83BE48CF2B144EEE940BA895 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_call.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_call.c; path = core/deps/libzip/lib/zip_source_call.c; sourceTree = SOURCE_ROOT; }; - 8444186CD62B43D2943F3A8A /* "\"$(SRCROOT)/flycast/core/cfg/option.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = option.h; path = core/cfg/option.h; sourceTree = SOURCE_ROOT; }; - 84AD79D1340A468086D67806 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interrupts.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_interrupts.h; path = core/hw/sh4/sh4_interrupts.h; sourceTree = SOURCE_ROOT; }; - 84E6CEFABFCB49BC9196DDA7 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/quad.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = quad.h; path = core/rend/vulkan/quad.h; sourceTree = SOURCE_ROOT; }; - 850B0C43D9564626BDE559C4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_close.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_close.c; path = core/deps/libzip/lib/zip_close.c; sourceTree = SOURCE_ROOT; }; - 8537FB48D6B748409EE56004 /* "\"$(SRCROOT)/flycast/core/oslib/virtmem.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = virtmem.h; path = core/oslib/virtmem.h; sourceTree = SOURCE_ROOT; }; - 853AAE449EA540A7A7A386BD /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = elan.cpp; path = core/hw/pvr/elan.cpp; sourceTree = SOURCE_ROOT; }; - 858E3763F2164FF8B9653966 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_fragments.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_fragments.c; path = core/deps/picotcp/modules/pico_fragments.c; sourceTree = SOURCE_ROOT; }; - 866960FDF5E1466FB14AE1CD /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf/convert.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = core/deps/nowide/include/nowide/utf/convert.hpp; sourceTree = SOURCE_ROOT; }; - 8729EED310874EDB9B67AD8B /* "\"$(SRCROOT)/flycast/core/deps/libelf/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/libelf/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 873C3BAB93E543F5ACEF41F5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/disassemble.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = disassemble.cpp; path = core/deps/glslang/SPIRV/disassemble.cpp; sourceTree = SOURCE_ROOT; }; - 87517562EDB3434899A7F91F /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm7_rec.cpp; path = core/hw/arm7/arm7_rec.cpp; sourceTree = SOURCE_ROOT; }; - 8761703F8132413E926E99B4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_archive_comment.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_archive_comment.c; path = core/deps/libzip/lib/zip_set_archive_comment.c; sourceTree = SOURCE_ROOT; }; - 87FAAFEF8E394D199EEDEB65 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_const_df.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ta_const_df.h; path = core/hw/pvr/ta_const_df.h; sourceTree = SOURCE_ROOT; }; - 881639D51F994473BB54B73C /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = printer_kanji24x24.bin.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp.rule"; sourceTree = ""; }; - 883E9FED694643C1AEC27764 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_to_str.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_to_str.c; path = core/deps/libzip/lib/zip_error_to_str.c; sourceTree = SOURCE_ROOT; }; - 88D4871311E540A6A8368FE7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Initialize.h; path = core/deps/glslang/glslang/MachineIndependent/Initialize.h; sourceTree = SOURCE_ROOT; }; - 891A395305694DE78CC7ACBB /* "\"$(SRCROOT)/flycast/core/rend/vulkan/utils.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = utils.h; path = core/rend/vulkan/utils.h; sourceTree = SOURCE_ROOT; }; - 89301C6FC06E4A6086DBFBE4 /* "\"$(SRCROOT)/flycast/core/log/StringUtil.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringUtil.h; path = core/log/StringUtil.h; sourceTree = SOURCE_ROOT; }; - 89BD165FFF98410C905A427A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpScanner.cpp; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp; sourceTree = SOURCE_ROOT; }; - 8A3B5667BD6C460CA0172DDB /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/glslang/glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 8A91F53A05A141A4AAC65A3A /* "\"$(SRCROOT)/flycast/core/serialize.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = serialize.h; path = core/serialize.h; sourceTree = SOURCE_ROOT; }; - 8A94A10321104FBC92ECD3B8 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/serial.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = serial.cpp; path = core/hw/sh4/modules/serial.cpp; sourceTree = SOURCE_ROOT; }; - 8A9A821DE502479D8EF52557 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderer.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oit_renderer.cpp; path = core/rend/vulkan/oit/oit_renderer.cpp; sourceTree = SOURCE_ROOT; }; - 8AB8F5BE0D844C36A81EF515 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/abi-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "abi-aarch64.h"; path = "core/deps/vixl/aarch64/abi-aarch64.h"; sourceTree = SOURCE_ROOT; }; - 8B25B4B2560D4A889034EBA6 /* "\"$(SRCROOT)/flycast/core/rend/sorter.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sorter.h; path = core/rend/sorter.h; sourceTree = SOURCE_ROOT; }; - 8B5402ABC0034DB994DF02B9 /* "\"$(SRCROOT)/flycast/core/types.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = types.h; path = core/types.h; sourceTree = SOURCE_ROOT; }; - 8B78F8E5003349C59852C2BD /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_pic24.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_pic24.h; path = core/deps/picotcp/include/arch/pico_pic24.h; sourceTree = SOURCE_ROOT; }; - 8BD7D60D9DD545CC81F5348C /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_arm64.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm7_rec_arm64.cpp; path = core/hw/arm7/arm7_rec_arm64.cpp; sourceTree = SOURCE_ROOT; }; - 8C05476177484B28BEB436C2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat.c; path = core/deps/libzip/lib/zip_stat.c; sourceTree = SOURCE_ROOT; }; - 8D03C41A40534AAF8F8CDDD1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_cdrom.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_cdrom.c; path = core/deps/libchdr/src/libchdr_cdrom.c; sourceTree = SOURCE_ROOT; }; - 8D03C73E8279483E9CB8C010 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_opcodes.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_opcodes.cpp; path = core/hw/sh4/interpr/sh4_opcodes.cpp; sourceTree = SOURCE_ROOT; }; - 8EBFAA2EF7D34D72A9C9CCF1 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_roms.h; path = core/hw/naomi/naomi_roms.h; sourceTree = SOURCE_ROOT; }; - 8EE09D0FBD2D42F1BF971E3B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_zip_new.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_zip_new.c; path = core/deps/libzip/lib/zip_source_zip_new.c; sourceTree = SOURCE_ROOT; }; - 8EFB9233D7724CECA82207E5 /* "\"$(SRCROOT)/flycast/core/deps/vixl/compiler-intrinsics-vixl.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "compiler-intrinsics-vixl.cc"; path = "core/deps/vixl/compiler-intrinsics-vixl.cc"; sourceTree = SOURCE_ROOT; }; - 8F10E26B192D45669C138B2D /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instructions-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "instructions-aarch64.h"; path = "core/deps/vixl/aarch64/instructions-aarch64.h"; sourceTree = SOURCE_ROOT; }; - 8F3AE314665E46289A55DFF9 /* "\"$(SRCROOT)/flycast/shell/libretro/oslib.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oslib.cpp; path = shell/libretro/oslib.cpp; sourceTree = SOURCE_ROOT; }; - 8F56903CFAEC427D88A93DEF /* xxhash */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxxhash.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8F56B337971D4854A41F5677 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "core/deps/libchdr/deps/zlib-1.2.12/inftrees.h"; sourceTree = SOURCE_ROOT; }; - 8FEC114D03594F9984FFDD17 /* chdr-benchmark */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "chdr-benchmark"; sourceTree = BUILT_PRODUCTS_DIR; }; - 9067DA111F51414993293362 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = alienfnt.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp.rule"; sourceTree = ""; }; - 90A29D92C918434599FF893C /* "\"$(SRCROOT)/flycast/core/rend/vulkan/texture.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = texture.h; path = core/rend/vulkan/texture.h; sourceTree = SOURCE_ROOT; }; - 91BACA7F06DC449F8FC25C53 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_data.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_data.c; path = core/deps/libzip/lib/zip_unchange_data.c; sourceTree = SOURCE_ROOT; }; - 91BFF14496754F2C8F27F113 /* "\"$(SRCROOT)/cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; - 91E54100E8AB493292DAEC3B /* "\"$(SRCROOT)/flycast/core/hw/mem/addrspace.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = addrspace.h; path = core/hw/mem/addrspace.h; sourceTree = SOURCE_ROOT; }; - 91F0CC24EF8E41ECA9016537 /* GenericCodeGen */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libGenericCodeGen.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 924EEDF26D88474BB1239900 /* "\"$(SRCROOT)/flycast/core/archive/7zArchive.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = 7zArchive.cpp; path = core/archive/7zArchive.cpp; sourceTree = SOURCE_ROOT; }; - 927641600C994C72914E40DF /* "\"$(SRCROOT)/flycast/core/deps/vixl/utils-vixl.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "utils-vixl.cc"; path = "core/deps/vixl/utils-vixl.cc"; sourceTree = SOURCE_ROOT; }; - 92CB179E29AE468FB547E457 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = pvr.cpp; path = core/hw/pvr/pvr.cpp; sourceTree = SOURCE_ROOT; }; - 92CED84B25FB44D49152DBE9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_rename.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_rename.c; path = core/deps/libzip/lib/zip_rename.c; sourceTree = SOURCE_ROOT; }; - 92F1A49C4988405E9B122AF7 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_regs.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pvr_regs.h; path = core/hw/pvr/pvr_regs.h; sourceTree = SOURCE_ROOT; }; - 93118DFFCA904D1C868C2D5F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = propagateNoContraction.h; path = core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h; sourceTree = SOURCE_ROOT; }; - 931FED4C73F44A4EA9B99BDE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_close.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_close.c; path = core/deps/libzip/lib/zip_source_close.c; sourceTree = SOURCE_ROOT; }; - 934FF40091CE425B8D0A9F1F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Versions.cpp; path = core/deps/glslang/glslang/MachineIndependent/Versions.cpp; sourceTree = SOURCE_ROOT; }; - 937FD913EA5440FAB44F6BE3 /* "\"$(SRCROOT)/flycast/core/archive/archive.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = archive.cpp; path = core/archive/archive.cpp; sourceTree = SOURCE_ROOT; }; - 93E5EC045D8E424C8B814DDB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_addressing.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_addressing.h; path = core/deps/picotcp/include/pico_addressing.h; sourceTree = SOURCE_ROOT; }; - 943417E9AE6142EDBB5810E1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instrument-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "instrument-aarch64.h"; path = "core/deps/vixl/aarch64/instrument-aarch64.h"; sourceTree = SOURCE_ROOT; }; - 94C6DC1EF411493A8EE8A587 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_module_eth.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_module_eth.h; path = core/deps/picotcp/include/pico_module_eth.h; sourceTree = SOURCE_ROOT; }; - 9502055051F44F0690935292 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_extra_field.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_extra_field.c; path = core/deps/libzip/lib/zip_extra_field.c; sourceTree = SOURCE_ROOT; }; - 9536A40B9CB7409EAF9DADDB /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm_mem.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm_mem.cpp; path = core/hw/arm7/arm_mem.cpp; sourceTree = SOURCE_ROOT; }; - 9548F49086574A7FBF1F53CD /* "\"$(SRCROOT)/flycast/core/deps/libzip/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/libzip/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 957F9A175F434AAEBEA113E1 /* "\"$(SRCROOT)/flycast/core/rend/TexCache.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TexCache.h; path = core/rend/TexCache.h; sourceTree = SOURCE_ROOT; }; - 96B14A4591704675B6B882C8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_rename.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_rename.c; path = core/deps/libzip/lib/zip_file_rename.c; sourceTree = SOURCE_ROOT; }; - 96B531FA15894D6A89B1580A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Lzma86.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Lzma86.h; path = "core/deps/libchdr/deps/lzma-22.01/include/Lzma86.h"; sourceTree = SOURCE_ROOT; }; - 96B903FE2C6E43F98AFB7F97 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = iomapper.cpp; path = core/deps/glslang/glslang/MachineIndependent/iomapper.cpp; sourceTree = SOURCE_ROOT; }; - 96CE113E46744C499F1C92F9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RemoveTree.h; path = core/deps/glslang/glslang/MachineIndependent/RemoveTree.h; sourceTree = SOURCE_ROOT; }; - 9719EE6BD29A4612995EF710 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_regs.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_regs.h; path = core/hw/naomi/naomi_regs.h; sourceTree = SOURCE_ROOT; }; - 97298F28474B4E64A37EC972 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = intermOut.cpp; path = core/deps/glslang/glslang/MachineIndependent/intermOut.cpp; sourceTree = SOURCE_ROOT; }; - 9737520612364B76A78533FC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_libzip_version.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_libzip_version.c; path = core/deps/libzip/lib/zip_libzip_version.c; sourceTree = SOURCE_ROOT; }; - 977BF60210C54BC282EFBC0A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_replace.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_replace.c; path = core/deps/libzip/lib/zip_file_replace.c; sourceTree = SOURCE_ROOT; }; - 97CBD96C97714F73A3E9A12A /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_x86.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp_x86.cpp; path = core/hw/aica/dsp_x86.cpp; sourceTree = SOURCE_ROOT; }; - 980FA9EF587C4D9187B4FD71 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/convert.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = core/deps/nowide/include/nowide/detail/convert.hpp; sourceTree = SOURCE_ROOT; }; - 986440AB24C1459D966F4E69 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdromv3.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gdromv3.h; path = core/hw/gdrom/gdromv3.h; sourceTree = SOURCE_ROOT; }; - 98FDDDCF6D3D41658EF6DA63 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/mmu.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mmu.h; path = core/hw/sh4/modules/mmu.h; sourceTree = SOURCE_ROOT; }; - 9932D71A9709476F9D5CEFF2 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_frame.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_frame.c; path = core/deps/picotcp/stack/pico_frame.c; sourceTree = SOURCE_ROOT; }; - 99C3173C35B644AB83109F5A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/glslang/glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 9A00154B950B4688A8C52578 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_supports.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_supports.c; path = core/deps/libzip/lib/zip_source_supports.c; sourceTree = SOURCE_ROOT; }; - 9A38D34846FC4C5E83C7473B /* "\"$(SRCROOT)/cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist; sourceTree = ""; }; - 9A5A820B56474A88B166AFAC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_encrypted.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_encrypted.c; path = core/deps/libzip/lib/zip_fopen_encrypted.c; sourceTree = SOURCE_ROOT; }; - 9A6080BCCECD4277AEEE1293 /* "\"$(SRCROOT)/flycast/shell/libretro/LogManager.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LogManager.h; path = shell/libretro/LogManager.h; sourceTree = SOURCE_ROOT; }; - 9AA1F89986BC4DF48587ADC0 /* OSDependent */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libOSDependent.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9ACA9C9D1F8E43CB90B479B5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_socket.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_socket.h; path = core/deps/picotcp/include/pico_socket.h; sourceTree = SOURCE_ROOT; }; - 9B4A6E0F802E423297BAA967 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_linux.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_linux.h; path = core/deps/picotcp/include/arch/pico_linux.h; sourceTree = SOURCE_ROOT; }; - 9B63A86705884210BF8A390B /* "\"$(SRCROOT)/flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/xxHash/cmake_unofficial/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 9BB46348ADDB4EBE886CC968 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = biosfont.bin.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp"; sourceTree = ""; }; - 9BCEBC878EDA4103B26801CD /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist; sourceTree = ""; }; - 9BD43DFDCA1C455D9273979E /* "\"$(SRCROOT)/flycast/core/archive/7zArchive.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zArchive.h; path = core/archive/7zArchive.h; sourceTree = SOURCE_ROOT; }; - 9D6743D86ED142818FEC8F58 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_common.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_common.c; path = core/deps/libzip/lib/zip_source_file_common.c; sourceTree = SOURCE_ROOT; }; - 9DBACCFB807844B7868FBE70 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vk_context_lr.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vk_context_lr.cpp; path = core/rend/vulkan/vk_context_lr.cpp; sourceTree = SOURCE_ROOT; }; - 9EA8AC1CED2A418F930A4CA8 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instructions-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "instructions-aarch64.cc"; path = "core/deps/vixl/aarch64/instructions-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - 9EABEC65F2D34A65920EE82A /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "cpu-aarch64.cc"; path = "core/deps/vixl/aarch64/cpu-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - 9F2EA28691AE4462940F89CC /* "\"$(SRCROOT)/flycast/core/network/picoppp.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = picoppp.h; path = core/network/picoppp.h; sourceTree = SOURCE_ROOT; }; - 9F33CB0C98F94E7EA7A11DBA /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "core/deps/libchdr/deps/zlib-1.2.12/crc32.h"; sourceTree = SOURCE_ROOT; }; - 9F69010E0CCE4DFC97A898DA /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpTokens.cpp; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp; sourceTree = SOURCE_ROOT; }; - 9F89BCF6F7834BD79F3317EB /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PpTokens.h; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h; sourceTree = SOURCE_ROOT; }; - 9FA7EFC1B62C416CAC6141FC /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderpass.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oit_renderpass.h; path = core/rend/vulkan/oit/oit_renderpass.h; sourceTree = SOURCE_ROOT; }; - 9FBE0FABF5F14C0296210867 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = wldkicksj.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp.rule"; sourceTree = ""; }; - A00467D49CCB40E2AF68742E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_random_unix.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_random_unix.c; path = core/deps/libzip/lib/zip_random_unix.c; sourceTree = SOURCE_ROOT; }; - A0150E1BF3BA496183398D1D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_stdio.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_stdio.c; path = core/deps/libzip/lib/zip_source_file_stdio.c; sourceTree = SOURCE_ROOT; }; - A030F9FB568744AD8E07D875 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_name_locate.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_name_locate.c; path = core/deps/libzip/lib/zip_name_locate.c; sourceTree = SOURCE_ROOT; }; - A0983BAFEA434C8E87D60439 /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; - A161D2314D974202A4912A79 /* "\"$(SRCROOT)/flycast/core/deps/vixl/macro-assembler-interface.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "macro-assembler-interface.h"; path = "core/deps/vixl/macro-assembler-interface.h"; sourceTree = SOURCE_ROOT; }; - A161F334E90A46D9879E7C90 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_regs.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = pvr_regs.cpp; path = core/hw/pvr/pvr_regs.cpp; sourceTree = SOURCE_ROOT; }; - A1697DC0EA1D4908A586859A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_msvc.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_msvc.h; path = core/deps/picotcp/include/arch/pico_msvc.h; sourceTree = SOURCE_ROOT; }; - A16D56D6242B4E1C920B4974 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ParseHelper.h; path = core/deps/glslang/glslang/MachineIndependent/ParseHelper.h; sourceTree = SOURCE_ROOT; }; - A1BE2A604B2F4A7D8F0DF3C4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_compress.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_compress.c; path = core/deps/libzip/lib/zip_source_compress.c; sourceTree = SOURCE_ROOT; }; - A207991F9AA54CB99842B290 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/iostream.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = iostream.hpp; path = core/deps/nowide/include/nowide/iostream.hpp; sourceTree = SOURCE_ROOT; }; - A2FA3108A1EC4295A4EC9A5C /* "\"$(SRCROOT)/flycast/core/hw/flashrom/flashrom.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = flashrom.h; path = core/hw/flashrom/flashrom.h; sourceTree = SOURCE_ROOT; }; - A32BFAC32AD54B47B5DDE77F /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_core.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_core.h; path = core/hw/sh4/sh4_core.h; sourceTree = SOURCE_ROOT; }; - A34CC1AF0C524E7689F5CF6E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = reflection.h; path = core/deps/glslang/glslang/MachineIndependent/reflection.h; sourceTree = SOURCE_ROOT; }; - A3B68A8C5B384F04AD25367B /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ResourceLimits.cpp; path = core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp; sourceTree = SOURCE_ROOT; }; - A3D4F6D22D894663A13EB763 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "core/deps/libchdr/deps/zlib-1.2.12/adler32.c"; sourceTree = SOURCE_ROOT; }; - A3DE958617004C64B7351857 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Pp.cpp; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp; sourceTree = SOURCE_ROOT; }; - A45EA5D2C2A942F6A868040D /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ngen.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ngen.h; path = core/hw/sh4/dyna/ngen.h; sourceTree = SOURCE_ROOT; }; - A46928A86E2E4159915AF91D /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/doc.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = doc.cpp; path = core/deps/glslang/SPIRV/doc.cpp; sourceTree = SOURCE_ROOT; }; - A4758358C14D49F3A56AB4C3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_config.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_config.h; path = core/deps/picotcp/include/pico_config.h; sourceTree = SOURCE_ROOT; }; - A47E1F2C6BEF43459D1570E5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_dos.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_dos.h; path = core/deps/picotcp/include/arch/pico_dos.h; sourceTree = SOURCE_ROOT; }; - A485E01D6133406382A90E21 /* "\"$(SRCROOT)/flycast/core/rend/TexCache.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TexCache.cpp; path = core/rend/TexCache.cpp; sourceTree = SOURCE_ROOT; }; - A4D1798F01444597B1517826 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_c_interface.h; path = core/deps/glslang/glslang/Include/glslang_c_interface.h; sourceTree = SOURCE_ROOT; }; - A552E791917F4598ADACD054 /* "\"$(SRCROOT)/cmake/core/deps/libzip/lib/zip_err_str.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_err_str.c; path = ../cmake/core/deps/libzip/lib/zip_err_str.c; sourceTree = ""; }; - A55B2C308DEA47D3B5872D67 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_zip.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_zip.c; path = core/deps/libzip/lib/zip_source_zip.c; sourceTree = SOURCE_ROOT; }; - A6A32D2645784898A14DFC4E /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/miniupnpc.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = miniupnpc.c; path = core/deps/miniupnpc/src/miniupnpc.c; sourceTree = SOURCE_ROOT; }; - A6B8C57B9B41440E9F4E2181 /* "\"$(SRCROOT)/flycast/core/linux/common.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = common.cpp; path = core/linux/common.cpp; sourceTree = SOURCE_ROOT; }; - A70A523DE6E34D4793A7AA10 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_hash.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_hash.c; path = core/deps/libzip/lib/zip_hash.c; sourceTree = SOURCE_ROOT; }; - A710456AC63E4338879B1561 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/tmu.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = tmu.cpp; path = core/hw/sh4/modules/tmu.cpp; sourceTree = SOURCE_ROOT; }; - A746DE4F15AD4FD698FD7E5F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Scan.cpp; path = core/deps/glslang/glslang/MachineIndependent/Scan.cpp; sourceTree = SOURCE_ROOT; }; - A7C69CD7531E4556935DACE0 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ConstantUnion.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ConstantUnion.h; path = core/deps/glslang/glslang/Include/ConstantUnion.h; sourceTree = SOURCE_ROOT; }; - A7D3330694E94C0B839FDBDE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fdopen.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fdopen.c; path = core/deps/libzip/lib/zip_fdopen.c; sourceTree = SOURCE_ROOT; }; - A7EF6C435C9648D5AB6DE3FC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_is_deleted.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_is_deleted.c; path = core/deps/libzip/lib/zip_source_is_deleted.c; sourceTree = SOURCE_ROOT; }; - A7F6928642A247E69DCA5988 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_buffer.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_buffer.c; path = core/deps/libzip/lib/zip_source_buffer.c; sourceTree = SOURCE_ROOT; }; - A9274FFA8BE24F59833ED402 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/overlay.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = overlay.h; path = core/rend/vulkan/overlay.h; sourceTree = SOURCE_ROOT; }; - A93F89480C3047A6BD93DCC5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_stack.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_stack.h; path = core/deps/picotcp/include/pico_stack.h; sourceTree = SOURCE_ROOT; }; - A956324A842C44679BF941DE /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SymbolTable.h; path = core/deps/glslang/glslang/MachineIndependent/SymbolTable.h; sourceTree = SOURCE_ROOT; }; - AAE8EB3EEA3B48B7B52C9B84 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Versions.h; path = core/deps/glslang/glslang/MachineIndependent/Versions.h; sourceTree = SOURCE_ROOT; }; - AB0E731643A54C79986DF2AD /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/vfs/vfs_implementation.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = vfs_implementation.c; path = "core/deps/libretro-common/vfs/vfs_implementation.c"; sourceTree = SOURCE_ROOT; }; - AB517D34D2D04E078D49E55C /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_x64.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp_x64.cpp; path = core/hw/aica/dsp_x64.cpp; sourceTree = SOURCE_ROOT; }; - AB79885106424BC8803F89C9 /* "\"$(SRCROOT)/flycast/core/rec-ARM64/arm64_regalloc.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arm64_regalloc.h; path = "core/rec-ARM64/arm64_regalloc.h"; sourceTree = SOURCE_ROOT; }; - AB921D8739B5463B8B05F5AB /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_cart.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_cart.h; path = core/hw/naomi/naomi_cart.h; sourceTree = SOURCE_ROOT; }; - AB9E8386D0B049B699C853E5 /* "\"$(SRCROOT)/flycast/core/hw/naomi/gdcartridge.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gdcartridge.h; path = core/hw/naomi/gdcartridge.h; sourceTree = SOURCE_ROOT; }; - ABE5CFF92F2B495F9DF02DED /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/assembler-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "assembler-aarch64.cc"; path = "core/deps/vixl/aarch64/assembler-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - AC31211868D64E1F9FF32E4B /* "\"$(SRCROOT)/flycast/core/imgread/common.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = common.h; path = core/imgread/common.h; sourceTree = SOURCE_ROOT; }; - AD6CBB85E05C4726B35B8D86 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = dirtypig.nvmem2.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp.rule"; sourceTree = ""; }; - AD7C3885EF334465B527B50F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/7zTypes.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zTypes.h; path = "core/deps/libchdr/deps/lzma-22.01/include/7zTypes.h"; sourceTree = SOURCE_ROOT; }; - ADBFBDE85E6542AD9EDA439F /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-constants-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "simulator-constants-aarch64.h"; path = "core/deps/vixl/aarch64/simulator-constants-aarch64.h"; sourceTree = SOURCE_ROOT; }; - ADE3C08A4B0D4768A2187837 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_stat.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_stat.c; path = core/deps/libzip/lib/zip_source_stat.c; sourceTree = SOURCE_ROOT; }; - AE1374504F02457EBEEFDEF4 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpirvIntrinsics.cpp; path = core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp; sourceTree = SOURCE_ROOT; }; - AE33F66342CE4A769D1F872B /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/glslang/SPIRV/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - AEDA8BEC1B834FD599CEA808 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/decoder-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "decoder-aarch64.h"; path = "core/deps/vixl/aarch64/decoder-aarch64.h"; sourceTree = SOURCE_ROOT; }; - AF4C7609288D4704BB5E4E41 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.KHR.h; path = core/deps/glslang/SPIRV/GLSL.ext.KHR.h; sourceTree = SOURCE_ROOT; }; - B05649DBB47940E899F601B0 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/hex_float.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hex_float.h; path = core/deps/glslang/SPIRV/hex_float.h; sourceTree = SOURCE_ROOT; }; - B08C9D29B1014B79A985A631 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpdev.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpdev.c; path = core/deps/miniupnpc/src/upnpdev.c; sourceTree = SOURCE_ROOT; }; - B0C0D10F0CB0435A991F09C7 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_tell_write.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_tell_write.c; path = core/deps/libzip/lib/zip_source_tell_write.c; sourceTree = SOURCE_ROOT; }; - B1145B7E125648A893ADE86E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "core/deps/libchdr/deps/zlib-1.2.12/trees.c"; sourceTree = SOURCE_ROOT; }; - B15C2EEE3356497E9683F8BE /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Alloc.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = "core/deps/libchdr/deps/lzma-22.01/src/Alloc.c"; sourceTree = SOURCE_ROOT; }; - B1AAE882A3E24E3B9FEBE0AB /* "\"$(SRCROOT)/flycast/core/archive/ZipArchive.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchive.h; path = core/archive/ZipArchive.h; sourceTree = SOURCE_ROOT; }; - B238432976554021BE59E76B /* "\"$(SRCROOT)/flycast/core/network/naomi_network.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_network.h; path = core/network/naomi_network.h; sourceTree = SOURCE_ROOT; }; - B24FB40403B84F75B5235D3F /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/driver.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = driver.cpp; path = core/hw/sh4/dyna/driver.cpp; sourceTree = SOURCE_ROOT; }; - B2A73FF9B33F4D3D99FC6941 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_mkstempm.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_mkstempm.c; path = core/deps/libzip/lib/zip_mkstempm.c; sourceTree = SOURCE_ROOT; }; - B2C2E395480B4169A3737893 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/igd_desc_parse.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = igd_desc_parse.c; path = core/deps/miniupnpc/src/igd_desc_parse.c; sourceTree = SOURCE_ROOT; }; - B337EE6C8ECB4AF18B5DB050 /* "\"$(SRCROOT)/flycast/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - B34220172F504D09B0A3DE8C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/Common.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Common.h; path = core/deps/glslang/glslang/Include/Common.h; sourceTree = SOURCE_ROOT; }; - B36D9A5BCF1949CB9C976566 /* flycast_libretro */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = flycast_libretro.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - B3C0F5E4D4BE488A9E5B6711 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvTools.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvTools.cpp; path = core/deps/glslang/SPIRV/SpvTools.cpp; sourceTree = SOURCE_ROOT; }; - B3CDC96FF2DA45AEAADFEDA5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpirvIntrinsics.h; path = core/deps/glslang/glslang/Include/SpirvIntrinsics.h; sourceTree = SOURCE_ROOT; }; - B3F2772B1F8E4D35AE3F865C /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_devs.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = maple_devs.cpp; path = core/hw/maple/maple_devs.cpp; sourceTree = SOURCE_ROOT; }; - B53489A71C024F11A704A3A1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Sort.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = "core/deps/libchdr/deps/lzma-22.01/src/Sort.c"; sourceTree = SOURCE_ROOT; }; - B5B11DB0EFD34F0BAA8049F8 /* "\"$(SRCROOT)/flycast/core/network/output.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = output.cpp; path = core/network/output.cpp; sourceTree = SOURCE_ROOT; }; - B5FB669EB2314B2BAD3ADCCB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_defines.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_defines.h; path = core/deps/picotcp/include/pico_defines.h; sourceTree = SOURCE_ROOT; }; - B6347329C6234DBF99A88404 /* "\"$(SRCROOT)/flycast/core/hw/naomi/card_reader.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = card_reader.cpp; path = core/hw/naomi/card_reader.cpp; sourceTree = SOURCE_ROOT; }; - B6563D8228DD441C99DBFC0A /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NonSemanticDebugPrintf.h; path = core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h; sourceTree = SOURCE_ROOT; }; - B66D3AC0ACDF430DB603D14B /* "\"$(SRCROOT)/flycast/core/rend/vulkan/compiler.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = core/rend/vulkan/compiler.h; sourceTree = SOURCE_ROOT; }; - B69384C94C6C41549BB14EC0 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_util.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ta_util.cpp; path = core/hw/pvr/ta_util.cpp; sourceTree = SOURCE_ROOT; }; - B6992479D82B46F8A0EC5E87 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = linkValidate.cpp; path = core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp; sourceTree = SOURCE_ROOT; }; - B6E449D98ABC443EA44816D2 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/utf.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf.hpp; path = core/deps/nowide/include/nowide/detail/utf.hpp; sourceTree = SOURCE_ROOT; }; - B7600F5DE8764BC4A01C74E0 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_options_intl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = libretro_core_options_intl.h; path = shell/libretro/libretro_core_options_intl.h; sourceTree = SOURCE_ROOT; }; - B7EC60BE71DF43B0B99F816C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fclose.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fclose.c; path = core/deps/libzip/lib/zip_fclose.c; sourceTree = SOURCE_ROOT; }; - B86ADAE0E8F6433080BCED6A /* "\"$(SRCROOT)/flycast/core/deps/lzma/Alloc.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = core/deps/lzma/Alloc.c; sourceTree = SOURCE_ROOT; }; - B86F8A2E8C5C4E4F8E06D563 /* "\"$(SRCROOT)/flycast/core/deps/vixl/pool-manager.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "pool-manager.h"; path = "core/deps/vixl/pool-manager.h"; sourceTree = SOURCE_ROOT; }; - B8891B0C1EA3477F96120970 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Bra.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Bra.h; path = "core/deps/libchdr/deps/lzma-22.01/include/Bra.h"; sourceTree = SOURCE_ROOT; }; - B899F983C2DC4153AA786026 /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist; sourceTree = ""; }; - B8AAB7DDC315434288B384E1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_commit_write.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_commit_write.c; path = core/deps/libzip/lib/zip_source_commit_write.c; sourceTree = SOURCE_ROOT; }; - B8CD415DF29D4B199EF6D7B8 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "core/deps/libchdr/deps/zlib-1.2.12/inflate.h"; sourceTree = SOURCE_ROOT; }; - B8DA1DC39BED48A98FF4A607 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms_input.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_roms_input.h; path = core/hw/naomi/naomi_roms_input.h; sourceTree = SOURCE_ROOT; }; - B90B2BF2DF8146D3AA46E026 /* "\"$(SRCROOT)/flycast/core/hw/naomi/multiboard.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = multiboard.cpp; path = core/hw/naomi/multiboard.cpp; sourceTree = SOURCE_ROOT; }; - B90BEA0B85CA45D292811FC7 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_sb_regs.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = pvr_sb_regs.cpp; path = core/hw/pvr/pvr_sb_regs.cpp; sourceTree = SOURCE_ROOT; }; - B916259D50564EF5A66D4CEC /* "\"$(SRCROOT)/flycast/core/hw/modem/modem_regs.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = modem_regs.h; path = core/hw/modem/modem_regs.h; sourceTree = SOURCE_ROOT; }; - B93C3E83C5954D438D28867A /* "\"$(SRCROOT)/flycast/core/lua/lua.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = lua.cpp; path = core/lua/lua.cpp; sourceTree = SOURCE_ROOT; }; - B96E4521BCEA40B6A4211A50 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_archive_flag.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_archive_flag.c; path = core/deps/libzip/lib/zip_get_archive_flag.c; sourceTree = SOURCE_ROOT; }; - B99EE4B3FB4347D7A68D3D49 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = printer_ascii8x16.bin.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp"; sourceTree = ""; }; - B9A1F1B67CD041C98DA7DA36 /* "\"$(SRCROOT)/flycast/core/deps/vixl/utils-vixl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "utils-vixl.h"; path = "core/deps/vixl/utils-vixl.h"; sourceTree = SOURCE_ROOT; }; - BA42F9341D5845E1A4C10BFF /* "\"$(SRCROOT)/flycast/core/rend/osd.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = osd.cpp; path = core/rend/osd.cpp; sourceTree = SOURCE_ROOT; }; - BAB50D0B27C442D9A6393E13 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm_mem.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arm_mem.h; path = core/hw/arm7/arm_mem.h; sourceTree = SOURCE_ROOT; }; - BAF1B4CF64CC49C2AE827039 /* "\"$(SRCROOT)/flycast/core/network/dns.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dns.cpp; path = core/network/dns.cpp; sourceTree = SOURCE_ROOT; }; - BB753D9C47F441D284B181A1 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/windows.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = windows.hpp; path = core/deps/nowide/include/nowide/windows.hpp; sourceTree = SOURCE_ROOT; }; - BBFBAC63B25D4E4EAB356588 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_memdup.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_memdup.c; path = core/deps/libzip/lib/zip_memdup.c; sourceTree = SOURCE_ROOT; }; - BC2279283484428791A33899 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = vf4evob.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp.rule"; sourceTree = ""; }; - BC242FC0ED244BB49E0C7C5C /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InitializeDll.h; path = core/deps/glslang/OGLCompilersDLL/InitializeDll.h; sourceTree = SOURCE_ROOT; }; - BC97C6B2D1444CC4BE9CBC78 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/ShaderLang.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderLang.h; path = core/deps/glslang/glslang/Public/ShaderLang.h; sourceTree = SOURCE_ROOT; }; - BCC3B3BB62384BD48305D79C /* "\"$(SRCROOT)/flycast/core/network/miniupnp.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = miniupnp.h; path = core/network/miniupnp.h; sourceTree = SOURCE_ROOT; }; - BD500C4554EA4745968A6AD0 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = wldkicks.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp.rule"; sourceTree = ""; }; - BD7594CB5FA6470394805161 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = aica.h; path = core/hw/aica/aica.h; sourceTree = SOURCE_ROOT; }; - BDFF5289BDD94E6F9AEF1DC8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_layered.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_layered.c; path = core/deps/libzip/lib/zip_source_layered.c; sourceTree = SOURCE_ROOT; }; - BE26032D6ED0476E9F95F2B9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_strerror.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_strerror.c; path = core/deps/libzip/lib/zip_strerror.c; sourceTree = SOURCE_ROOT; }; - BE798B6F11DA4D8E8ACD1A87 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mmr.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_mmr.cpp; path = core/hw/sh4/sh4_mmr.cpp; sourceTree = SOURCE_ROOT; }; - BF64FAC89B3E443D854A5E56 /* "\"$(SRCROOT)/cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist; sourceTree = ""; }; - BFA710CD6A6647939DA37F9B /* "\"$(SRCROOT)/flycast/core/network/output.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = output.h; path = core/network/output.h; sourceTree = SOURCE_ROOT; }; - C04C491A23594C1699C05FDC /* "\"$(SRCROOT)/flycast/core/hw/sh4/fsca-table.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "fsca-table.h"; path = "core/hw/sh4/fsca-table.h"; sourceTree = SOURCE_ROOT; }; - C0BED62366404215AF26AF3C /* "\"$(SRCROOT)/flycast/core/deps/vixl/invalset-vixl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "invalset-vixl.h"; path = "core/deps/vixl/invalset-vixl.h"; sourceTree = SOURCE_ROOT; }; - C0F89C38980746FDAEDD649F /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm7.cpp; path = core/hw/arm7/arm7.cpp; sourceTree = SOURCE_ROOT; }; - C14E8D08A72C42B585A75DC0 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_flac.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_flac.c; path = core/deps/libchdr/src/libchdr_flac.c; sourceTree = SOURCE_ROOT; }; - C14F1C64DAE64B368DAB24D8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_string.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_string.c; path = core/deps/libzip/lib/zip_string.c; sourceTree = SOURCE_ROOT; }; - C2A249F43FDF4604B2F6CAF1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/tests/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/libchdr/tests/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - C2AA7ABF2005440B9577848F /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/Logger.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Logger.cpp; path = core/deps/glslang/SPIRV/Logger.cpp; sourceTree = SOURCE_ROOT; }; - C2D6EC1C229344D3B9BA7EC9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = glslang.y; path = core/deps/glslang/glslang/MachineIndependent/glslang.y; sourceTree = SOURCE_ROOT; }; - C322A20361844A4EAD96E60E /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_options.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = libretro_core_options.h; path = shell/libretro/libretro_core_options.h; sourceTree = SOURCE_ROOT; }; - C32928D6DE3D4334BE9F12E8 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_socket_multicast.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_socket_multicast.c; path = core/deps/picotcp/stack/pico_socket_multicast.c; sourceTree = SOURCE_ROOT; }; - C35A64E1278342AD84EB8288 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_opcodes.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_opcodes.h; path = core/hw/sh4/interpr/sh4_opcodes.h; sourceTree = SOURCE_ROOT; }; - C3ABB2A62B5246C9A5E954DF /* "\"$(SRCROOT)/flycast/core/linux/posix_vmem.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = posix_vmem.cpp; path = core/linux/posix_vmem.cpp; sourceTree = SOURCE_ROOT; }; - C3E1FCCEE8E44C73A664E4DE /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ccn.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ccn.cpp; path = core/hw/sh4/modules/ccn.cpp; sourceTree = SOURCE_ROOT; }; - C3F4FEAC72E54C3882715278 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/connecthostport.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = connecthostport.c; path = core/deps/miniupnpc/src/connecthostport.c; sourceTree = SOURCE_ROOT; }; - C3FD0B3509BC4739863CACFD /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.AMD.h; path = core/deps/glslang/SPIRV/GLSL.ext.AMD.h; sourceTree = SOURCE_ROOT; }; - C4564EEDA5F345F4B8EE1623 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang.m4 \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = glslang.m4; path = core/deps/glslang/glslang/MachineIndependent/glslang.m4; sourceTree = SOURCE_ROOT; }; - C4868A1D05AC4C9DAF98F241 /* "\"$(SRCROOT)/flycast/core/hw/naomi/printer.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = printer.h; path = core/hw/naomi/printer.h; sourceTree = SOURCE_ROOT; }; - C4AB71981740448D8E89D869 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_socket_tcp.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_socket_tcp.c; path = core/deps/picotcp/modules/pico_socket_tcp.c; sourceTree = SOURCE_ROOT; }; - C4C67FA7FC0E452C8FBE312D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_index_encrypted.c; path = core/deps/libzip/lib/zip_fopen_index_encrypted.c; sourceTree = SOURCE_ROOT; }; - C4DCA2309EC54980A955FCA4 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_option_defines.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = libretro_core_option_defines.h; path = shell/libretro/libretro_core_option_defines.h; sourceTree = SOURCE_ROOT; }; - C548BC3FFC8E479B99C7C6A8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat_init.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat_init.c; path = core/deps/libzip/lib/zip_stat_init.c; sourceTree = SOURCE_ROOT; }; - C56EB6F0FEC9485083427777 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/assembler-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "assembler-aarch64.h"; path = "core/deps/vixl/aarch64/assembler-aarch64.h"; sourceTree = SOURCE_ROOT; }; - C574F22407A4431F97F83C6C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_name.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_name.c; path = core/deps/libzip/lib/zip_get_name.c; sourceTree = SOURCE_ROOT; }; - C585233442DB45FAADE47FAA /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_accept_empty.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_accept_empty.c; path = core/deps/libzip/lib/zip_source_accept_empty.c; sourceTree = SOURCE_ROOT; }; - C58B1B4B0E8F473FB97BCA3D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ccn.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ccn.h; path = core/hw/sh4/modules/ccn.h; sourceTree = SOURCE_ROOT; }; - C5B257E1FF384E8EB4139293 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_pic32.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_pic32.h; path = core/deps/picotcp/include/arch/pico_pic32.h; sourceTree = SOURCE_ROOT; }; - C5C923BA3D1442129E4CFDF9 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_sb_regs.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pvr_sb_regs.h; path = core/hw/pvr/pvr_sb_regs.h; sourceTree = SOURCE_ROOT; }; - C61FE78882404C98865C870C /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = wldkicksu.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp"; sourceTree = ""; }; - C6586DB73DC34BB7BE43228D /* "\"$(SRCROOT)/flycast/core/hw/naomi/m4cartridge.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = m4cartridge.cpp; path = core/hw/naomi/m4cartridge.cpp; sourceTree = SOURCE_ROOT; }; - C6709C822FF9486DB88789F4 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zStream.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zStream.c; path = core/deps/lzma/7zStream.c; sourceTree = SOURCE_ROOT; }; - C6BC81D3277A4CFC996C965B /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_if.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = maple_if.cpp; path = core/hw/maple/maple_if.cpp; sourceTree = SOURCE_ROOT; }; - C6E57699BCF74720A71F9FB8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.std.450.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.std.450.h; path = core/deps/glslang/SPIRV/GLSL.std.450.h; sourceTree = SOURCE_ROOT; }; - C6EEDBF306934AA6884411A9 /* "\"$(SRCROOT)/flycast/core/rec-ARM64/rec_arm64.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = rec_arm64.cpp; path = "core/rec-ARM64/rec_arm64.cpp"; sourceTree = SOURCE_ROOT; }; - C70ADB5D59334C7891379B61 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_m3comm.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi_m3comm.cpp; path = core/hw/naomi/naomi_m3comm.cpp; sourceTree = SOURCE_ROOT; }; - C716C8D969F54919B1020EF8 /* "\"$(SRCROOT)/flycast/core/reios/gdrom_hle.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gdrom_hle.h; path = core/reios/gdrom_hle.h; sourceTree = SOURCE_ROOT; }; - C7C72A5B05FC4CE69221E567 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_ctx.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ta_ctx.h; path = core/hw/pvr/ta_ctx.h; sourceTree = SOURCE_ROOT; }; - C818F4C8E22549BFB3791E18 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/wince.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = wince.h; path = core/hw/sh4/modules/wince.h; sourceTree = SOURCE_ROOT; }; - C84465295FC34526A5B1A3BB /* "\"$(SRCROOT)/flycast/core/network/miniupnp.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = miniupnp.cpp; path = core/network/miniupnp.cpp; sourceTree = SOURCE_ROOT; }; - C87FDAB3B96049D99545ED93 /* elf */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libelf.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C942FB3D1AAF4BA7A6519A54 /* "\"$(SRCROOT)/flycast/core/hw/naomi/m1cartridge.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = m1cartridge.cpp; path = core/hw/naomi/m1cartridge.cpp; sourceTree = SOURCE_ROOT; }; - C97D745077CD48F999E40B3C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_comment.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_comment.c; path = core/deps/libzip/lib/zip_file_get_comment.c; sourceTree = SOURCE_ROOT; }; - C9A547D5A803440889AB5643 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_buffer.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_buffer.c; path = core/deps/libzip/lib/zip_buffer.c; sourceTree = SOURCE_ROOT; }; - C9C6F20B1EBA465D9C493177 /* "\"$(SRCROOT)/flycast/core/network/alienfnt_modem.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = alienfnt_modem.h; path = core/network/alienfnt_modem.h; sourceTree = SOURCE_ROOT; }; - CA102EB68B2842F4A03C4B58 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Precomp.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Precomp.h; path = "core/deps/libchdr/deps/lzma-22.01/include/Precomp.h"; sourceTree = SOURCE_ROOT; }; - CA529EF10BFE4DEDB5F4DF98 /* "\"$(SRCROOT)/flycast/core/hw/holly/holly_intc.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = holly_intc.cpp; path = core/hw/holly/holly_intc.cpp; sourceTree = SOURCE_ROOT; }; - CA5F9AB9F6AC4A179218A46D /* "\"$(SRCROOT)/flycast/core/serialize.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = serialize.cpp; path = core/serialize.cpp; sourceTree = SOURCE_ROOT; }; - CA89F7A90D544C65BBE69E5D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Intermediate.cpp; path = core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp; sourceTree = SOURCE_ROOT; }; - CAFFC80E6F0145A09D7EAC94 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_udp.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_udp.c; path = core/deps/picotcp/modules/pico_udp.c; sourceTree = SOURCE_ROOT; }; - CB4A8509C8F04AF5AF89FFA5 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c"; sourceTree = SOURCE_ROOT; }; - CC0A2EDC610F4A5BB276B48E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Bra86.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = "core/deps/libchdr/deps/lzma-22.01/src/Bra86.c"; sourceTree = SOURCE_ROOT; }; - CCA650C85853465A9A42914B /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.ARM.h; path = core/deps/glslang/SPIRV/GLSL.ext.ARM.h; sourceTree = SOURCE_ROOT; }; - CCFA13FB89DD476D8825DA2D /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dirtypig.nvmem2.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp"; sourceTree = ""; }; - CD26A952B3EE4833BAC38FDE /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/encodings/encoding_utf.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = encoding_utf.c; path = "core/deps/libretro-common/encodings/encoding_utf.c"; sourceTree = SOURCE_ROOT; }; - CD58A08430C642DAABD831CA /* "\"$(SRCROOT)/cmake/CMakeFiles/flycast_libretro.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/CMakeFiles/flycast_libretro.dir/Info.plist; sourceTree = ""; }; - CD7024F0D3B8493FBA55840D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_external_attributes.c; path = core/deps/libzip/lib/zip_file_get_external_attributes.c; sourceTree = SOURCE_ROOT; }; - CDFD8850FE0F43A2815FCEAF /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minisoap.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minisoap.c; path = core/deps/miniupnpc/src/minisoap.c; sourceTree = SOURCE_ROOT; }; - CE091AF3E5DC462C9895F221 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_begin_write.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_begin_write.c; path = core/deps/libzip/lib/zip_source_begin_write.c; sourceTree = SOURCE_ROOT; }; - CE31F9621EC14C0482066C13 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_shaders.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oit_shaders.cpp; path = core/rend/vulkan/oit/oit_shaders.cpp; sourceTree = SOURCE_ROOT; }; - CE417CB3AEB74A4EAABE1EDD /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/cpg.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cpg.cpp; path = core/hw/sh4/modules/cpg.cpp; sourceTree = SOURCE_ROOT; }; - CEB8B89373424E79A7BA5F25 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = decoder.cpp; path = core/hw/sh4/dyna/decoder.cpp; sourceTree = SOURCE_ROOT; }; - CEC53EB0641C4B328019BAB4 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = f355twin.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp"; sourceTree = ""; }; - CED616DF92B74A82A2134C24 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/file/file_path.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = file_path.c; path = "core/deps/libretro-common/file/file_path.c"; sourceTree = SOURCE_ROOT; }; - CF6A022953A0497DA3F07E11 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_common.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_dhcp_common.c; path = core/deps/picotcp/modules/pico_dhcp_common.c; sourceTree = SOURCE_ROOT; }; - CF81BDF978F94FF4A52BBB92 /* "\"$(SRCROOT)/flycast/core/hw/naomi/touchscreen.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = touchscreen.cpp; path = core/hw/naomi/touchscreen.cpp; sourceTree = SOURCE_ROOT; }; - CFC7210A6F6D436C92DA8C04 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = reflection.cpp; path = core/deps/glslang/glslang/MachineIndependent/reflection.cpp; sourceTree = SOURCE_ROOT; }; - CFFA73F0D7C247C59836C95F /* "\"$(SRCROOT)/flycast/core/reios/reios.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = reios.cpp; path = core/reios/reios.cpp; sourceTree = SOURCE_ROOT; }; - D03409CC326B422EA7F69D3D /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/cstdlib.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = cstdlib.hpp; path = core/deps/nowide/include/nowide/cstdlib.hpp; sourceTree = SOURCE_ROOT; }; - D063DD33DD6B4998A1BEAF6A /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_rom.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_rom.h; path = core/hw/sh4/sh4_rom.h; sourceTree = SOURCE_ROOT; }; - D06E8C6B302E4FB788CF9FDB /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScanContext.h; path = core/deps/glslang/glslang/MachineIndependent/ScanContext.h; sourceTree = SOURCE_ROOT; }; - D0F2FA2BC91E437A8ED30383 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_socket.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_socket.c; path = core/deps/picotcp/stack/pico_socket.c; sourceTree = SOURCE_ROOT; }; - D1046F732C574667976CA924 /* "\"$(SRCROOT)/flycast/core/hw/naomi/multiboard.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = multiboard.h; path = core/hw/naomi/multiboard.h; sourceTree = SOURCE_ROOT; }; - D11DAD0EFF2A4214810335FF /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/operands-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "operands-aarch64.h"; path = "core/deps/vixl/aarch64/operands-aarch64.h"; sourceTree = SOURCE_ROOT; }; - D1513E2268E449EE94AC70E9 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_if.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maple_if.h; path = core/hw/maple/maple_if.h; sourceTree = SOURCE_ROOT; }; - D160102EFC234C7AA11FF5A6 /* zip */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzip.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D1E88967153A43849D3BDA18 /* "\"$(SRCROOT)/cmake/core/deps/miniupnpc/miniupnpcstrings.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = miniupnpcstrings.h; path = ../cmake/core/deps/miniupnpc/miniupnpcstrings.h; sourceTree = ""; }; - D1EC751E5A2B4837BF08051D /* "\"$(SRCROOT)/flycast/core/reios/reios.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = reios.h; path = core/reios/reios.h; sourceTree = SOURCE_ROOT; }; - D24248F79EEC481284ABB775 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/buffer.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = buffer.h; path = core/rend/vulkan/buffer.h; sourceTree = SOURCE_ROOT; }; - D26F7DF7A5F74366BA6C1D82 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "cpu-aarch64.h"; path = "core/deps/vixl/aarch64/cpu-aarch64.h"; sourceTree = SOURCE_ROOT; }; - D33F9F2409B14A4980D050F4 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf8_codecvt.hpp; path = core/deps/nowide/include/nowide/utf8_codecvt.hpp; sourceTree = SOURCE_ROOT; }; - D3416AE97DD84E4F8CEFC04F /* "\"$(SRCROOT)/flycast/core/hw/sh4/storeq.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = storeq.cpp; path = core/hw/sh4/storeq.cpp; sourceTree = SOURCE_ROOT; }; - D3A63146A9C843F7946A76DC /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ubc.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ubc.cpp; path = core/hw/sh4/modules/ubc.cpp; sourceTree = SOURCE_ROOT; }; - D3CC79F906464530A4AC93D6 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/glslang/glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - D3F43061871E40FE9EABA2C0 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/stat.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = stat.hpp; path = core/deps/nowide/include/nowide/stat.hpp; sourceTree = SOURCE_ROOT; }; - D4E7F763D06C411F8B28070F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_archive.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_archive.c; path = core/deps/libzip/lib/zip_unchange_archive.c; sourceTree = SOURCE_ROOT; }; - D58FCDD950D3466CA86BC112 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_ipv4.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_ipv4.c; path = core/deps/picotcp/modules/pico_ipv4.c; sourceTree = SOURCE_ROOT; }; - D5E41C7F3537459FB4712F23 /* "\"$(SRCROOT)/flycast/core/imgread/chd.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = chd.cpp; path = core/imgread/chd.cpp; sourceTree = SOURCE_ROOT; }; - D6114D101A4E45659091A96D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/BaseTypes.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BaseTypes.h; path = core/deps/glslang/glslang/Include/BaseTypes.h; sourceTree = SOURCE_ROOT; }; - D646BD94921E4F23AC31E196 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_cart.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi_cart.cpp; path = core/hw/naomi/naomi_cart.cpp; sourceTree = SOURCE_ROOT; }; - D64F65B065CB461995A0C375 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "core/deps/libchdr/deps/zlib-1.2.12/crc32.c"; sourceTree = SOURCE_ROOT; }; - D67C5AC81D9B454F902FF3FC /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan_struct.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = elan_struct.h; path = core/hw/pvr/elan_struct.h; sourceTree = SOURCE_ROOT; }; - D69A3AAD6F084CEAAE85C57E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_progress.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_progress.c; path = core/deps/libzip/lib/zip_progress.c; sourceTree = SOURCE_ROOT; }; - D69B58C92E684E5699970767 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvPostProcess.cpp; path = core/deps/glslang/SPIRV/SpvPostProcess.cpp; sourceTree = SOURCE_ROOT; }; - D6F26AA5C4B140F792896FDC /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_x64.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm7_rec_x64.cpp; path = core/hw/arm7/arm7_rec_x64.cpp; sourceTree = SOURCE_ROOT; }; - D734D025ED554AE58C0CE5B7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ParseHelper.cpp; path = core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp; sourceTree = SOURCE_ROOT; }; - D7F3D3B7982A411B893DC8FB /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = otrigger.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp"; sourceTree = ""; }; - D869CC2B6D2B41FFB5FFA5C9 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/disasm-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "disasm-aarch64.cc"; path = "core/deps/vixl/aarch64/disasm-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - D8D63DDF71F349AEB70BBC15 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaEnc.h; path = "core/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h"; sourceTree = SOURCE_ROOT; }; - D8E4AE78D5214F818D2FA074 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Initialize.cpp; path = core/deps/glslang/glslang/MachineIndependent/Initialize.cpp; sourceTree = SOURCE_ROOT; }; - D9106433EB3A43B89515F5FE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_error_clear.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_error_clear.c; path = core/deps/libzip/lib/zip_file_error_clear.c; sourceTree = SOURCE_ROOT; }; - D9CC47250394432CA8290939 /* "\"$(SRCROOT)/flycast/shell/libretro/option.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = option.cpp; path = shell/libretro/option.cpp; sourceTree = SOURCE_ROOT; }; - DAD8B52B8B45401AA01A9485 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CodeGen.cpp; path = core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp; sourceTree = SOURCE_ROOT; }; - DAF8D33336284BFCAB19D8F4 /* "\"$(SRCROOT)/cmake/CMakeFiles/flycast-resources.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/CMakeFiles/flycast-resources.dir/Info.plist"; sourceTree = ""; }; - DB063F85ECD94FCE9CF4D667 /* "\"$(SRCROOT)/flycast/core/reios/descrambl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = descrambl.h; path = core/reios/descrambl.h; sourceTree = SOURCE_ROOT; }; - DB780E092AE94A239893941B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_tell.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_tell.c; path = core/deps/libzip/lib/zip_source_tell.c; sourceTree = SOURCE_ROOT; }; - DBE9D1C8276B448E9D901140 /* "\"$(SRCROOT)/flycast/core/imgread/ioctl.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ioctl.cpp; path = core/imgread/ioctl.cpp; sourceTree = SOURCE_ROOT; }; - DC27DF266E72423EB1F85CC1 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpreplyparse.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpreplyparse.c; path = core/deps/miniupnpc/src/upnpreplyparse.c; sourceTree = SOURCE_ROOT; }; - DC2DADC08A7744B5B44F43CE /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LiveTraverser.h; path = core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h; sourceTree = SOURCE_ROOT; }; - DCC6C8FDA90E4B27ABCBDAAB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_arp.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_arp.c; path = core/deps/picotcp/modules/pico_arp.c; sourceTree = SOURCE_ROOT; }; - DCF4F12781DD4F598F13DDE9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvBuilder.cpp; path = core/deps/glslang/SPIRV/SpvBuilder.cpp; sourceTree = SOURCE_ROOT; }; - DD64DCA7C9924021B39E4ABC /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "simulator-aarch64.cc"; path = "core/deps/vixl/aarch64/simulator-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - DDC77D0300B04E72A890CA6A /* "\"$(SRCROOT)/flycast/core/hw/holly/sb_mem.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sb_mem.cpp; path = core/hw/holly/sb_mem.cpp; sourceTree = SOURCE_ROOT; }; - DDDC1825992C4056B3887024 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/macro-assembler-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "macro-assembler-aarch64.h"; path = "core/deps/vixl/aarch64/macro-assembler-aarch64.h"; sourceTree = SOURCE_ROOT; }; - DE4AFD4730974E35B21FF57D /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/file/retro_dirent.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = retro_dirent.c; path = "core/deps/libretro-common/file/retro_dirent.c"; sourceTree = SOURCE_ROOT; }; - DE7E9D52D5A34046B5B829B9 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/buffer.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = buffer.cpp; path = core/rend/vulkan/buffer.cpp; sourceTree = SOURCE_ROOT; }; - DEDFA09FB1344D52AA5EBB6E /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_helper.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maple_helper.h; path = core/hw/maple/maple_helper.h; sourceTree = SOURCE_ROOT; }; - DF4BE53C2D174336BEBC6C76 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_pkware_decode.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_pkware_decode.c; path = core/deps/libzip/lib/zip_source_pkware_decode.c; sourceTree = SOURCE_ROOT; }; - DF8055BF36E144D78BC5A630 /* "\"$(SRCROOT)/flycast/core/reios/reios_elf.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = reios_elf.cpp; path = core/reios/reios_elf.cpp; sourceTree = SOURCE_ROOT; }; - DFC09EB9909448F79CFF3650 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_pkware.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_pkware.c; path = core/deps/libzip/lib/zip_pkware.c; sourceTree = SOURCE_ROOT; }; - DFD79C0AF15240D0AAB7899E /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_atsamd21j18.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_atsamd21j18.h; path = core/deps/picotcp/include/arch/pico_atsamd21j18.h; sourceTree = SOURCE_ROOT; }; - DFDAE3F7076F468395B69C9F /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/rtc.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = rtc.cpp; path = core/hw/sh4/modules/rtc.cpp; sourceTree = SOURCE_ROOT; }; - E0446E0C9BAE4BABA3BA5FFB /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaLib.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaLib.c; path = core/deps/lzma/LzmaLib.c; sourceTree = SOURCE_ROOT; }; - E289841C6E8D40DD85A05567 /* "\"$(SRCROOT)/cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist; sourceTree = ""; }; - E28AA18C12AC475EAF46F78E /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/iostream.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = iostream.cpp; path = core/deps/nowide/src/iostream.cpp; sourceTree = SOURCE_ROOT; }; - E29125FFE82B46F5BD13E924 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/modules.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = modules.h; path = core/hw/sh4/modules/modules.h; sourceTree = SOURCE_ROOT; }; - E2C4D652E5AE4C83A57204BB /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_ftell.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_ftell.c; path = core/deps/libzip/lib/zip_ftell.c; sourceTree = SOURCE_ROOT; }; - E2F01B5BC504479F93EBC73C /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/OpenGLES.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/OpenGLES.framework; sourceTree = ""; }; - E2F3DD1228944987B8CD6491 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan_context.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = vulkan_context.h; path = core/rend/vulkan/vulkan_context.h; sourceTree = SOURCE_ROOT; }; - E3689C3CFE564F8FB39406C7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NonSemanticShaderDebugInfo100.h; path = core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h; sourceTree = SOURCE_ROOT; }; - E3A835B637FE4B8586A0B26B /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_drawer.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oit_drawer.cpp; path = core/rend/vulkan/oit/oit_drawer.cpp; sourceTree = SOURCE_ROOT; }; - E43CF5C30CAC4955BA6C4362 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/fastmmu.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = fastmmu.cpp; path = core/hw/sh4/modules/fastmmu.cpp; sourceTree = SOURCE_ROOT; }; - E4AB390A2F9B4D27B312FA9E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_crc.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_crc.c; path = core/deps/libzip/lib/zip_source_crc.c; sourceTree = SOURCE_ROOT; }; - E566A25CD69241269FB00DFF /* "\"$(SRCROOT)/flycast/core/rend/vulkan/drawer.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = drawer.h; path = core/rend/vulkan/drawer.h; sourceTree = SOURCE_ROOT; }; - E587A7AFB24543128EED6820 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/decoder-aarch64.cc \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "decoder-aarch64.cc"; path = "core/deps/vixl/aarch64/decoder-aarch64.cc"; sourceTree = SOURCE_ROOT; }; - E58D2F5F0041401491EBC63A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_chd.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = core/deps/libchdr/src/libchdr_chd.c; sourceTree = SOURCE_ROOT; }; - E5B575E7D19444B7890231D7 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_esp8266.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_esp8266.h; path = core/deps/picotcp/include/arch/pico_esp8266.h; sourceTree = SOURCE_ROOT; }; - E602C59275FD4DA2A927A5DC /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zDec.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zDec.c; path = core/deps/lzma/7zDec.c; sourceTree = SOURCE_ROOT; }; - E62B7C2267964EF1B5D769FE /* "\"$(SRCROOT)/flycast/core/emulator.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = emulator.cpp; path = core/emulator.cpp; sourceTree = SOURCE_ROOT; }; - E646077A4FCB42738E684C32 /* "\"$(SRCROOT)/flycast/core/deps/md5/md5.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = md5.cpp; path = core/deps/md5/md5.cpp; sourceTree = SOURCE_ROOT; }; - E67FBCCF06304B5D9A3CB3CB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_avr.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_avr.h; path = core/deps/picotcp/include/arch/pico_avr.h; sourceTree = SOURCE_ROOT; }; - E721B98D76884D15A3144862 /* "\"$(SRCROOT)/flycast/core/archive/ZipArchive.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchive.cpp; path = core/archive/ZipArchive.cpp; sourceTree = SOURCE_ROOT; }; - E7255362673F41219D605C0C /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_protocol.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_protocol.c; path = core/deps/picotcp/stack/pico_protocol.c; sourceTree = SOURCE_ROOT; }; - E73680D79EA44F2796C0EA58 /* "\"$(SRCROOT)/flycast/core/network/ggpo.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ggpo.cpp; path = core/network/ggpo.cpp; sourceTree = SOURCE_ROOT; }; - E86AE880B0B44C908509EAB1 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_flashrom.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi_flashrom.cpp; path = core/hw/naomi/naomi_flashrom.cpp; sourceTree = SOURCE_ROOT; }; - E86D3C298BA24E6C8451399C /* "\"$(SRCROOT)/flycast/core/hw/naomi/netdimm.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = netdimm.h; path = core/hw/naomi/netdimm.h; sourceTree = SOURCE_ROOT; }; - E9631F5001674CBB9F2B7014 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_constants.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_constants.h; path = core/deps/picotcp/include/pico_constants.h; sourceTree = SOURCE_ROOT; }; - E9B8AF95C776489E9CEB7601 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = "core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c"; sourceTree = SOURCE_ROOT; }; - E9C19303B2EA4B05A65A91D5 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_rollback_write.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_rollback_write.c; path = core/deps/libzip/lib/zip_source_rollback_write.c; sourceTree = SOURCE_ROOT; }; - EA1458EE277C4A0888ADD9D1 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_icmp4.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_icmp4.c; path = core/deps/picotcp/modules/pico_icmp4.c; sourceTree = SOURCE_ROOT; }; - EA20670B57204795AE353E10 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Compiler.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Compiler.h; path = "core/deps/libchdr/deps/lzma-22.01/include/Compiler.h"; sourceTree = SOURCE_ROOT; }; - EA65CB0FDC0B4EC6BE486D22 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_cfg.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maple_cfg.h; path = core/hw/maple/maple_cfg.h; sourceTree = SOURCE_ROOT; }; - EA66F3F6370249D4815E0E02 /* "\"$(SRCROOT)/flycast/core/rend/osd.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = osd.h; path = core/rend/osd.h; sourceTree = SOURCE_ROOT; }; - EB4943DE44684BE79E3E96BF /* "\"$(SRCROOT)/flycast/core/log/BitSet.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BitSet.h; path = core/log/BitSet.h; sourceTree = SOURCE_ROOT; }; - EBCBF5AB842D4EDCB41F4161 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = printer_kanji24x24.bin.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp"; sourceTree = ""; }; - EBD00748E7404E53A8090781 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = glslang_c_interface.cpp; path = core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp; sourceTree = SOURCE_ROOT; }; - EBDC0978AAF040F7835EE5F0 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_error_get.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_error_get.c; path = core/deps/libzip/lib/zip_file_error_get.c; sourceTree = SOURCE_ROOT; }; - ED2BB0D9C7D04DA3B20BF515 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bra.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra.c; path = core/deps/lzma/Bra.c; sourceTree = SOURCE_ROOT; }; - ED5815B3436C4C6E9B9A4861 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_arm32.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm7_rec_arm32.cpp; path = core/hw/arm7/arm7_rec_arm32.cpp; sourceTree = SOURCE_ROOT; }; - EF668927959E490E8CD248C5 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_open.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_open.c; path = core/deps/libzip/lib/zip_source_open.c; sourceTree = SOURCE_ROOT; }; - EFA09067422344A8AA2AF09E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/PoolAlloc.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PoolAlloc.h; path = core/deps/glslang/glslang/Include/PoolAlloc.h; sourceTree = SOURCE_ROOT; }; - F031A701A5AC4D1798F676F4 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_mem.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = pvr_mem.cpp; path = core/hw/pvr/pvr_mem.cpp; sourceTree = SOURCE_ROOT; }; - F0384FAFAD3F4BE284AEF78A /* "\"$(SRCROOT)/flycast/core/hw/holly/holly_intc.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = holly_intc.h; path = core/hw/holly/holly_intc.h; sourceTree = SOURCE_ROOT; }; - F0CE74928C064B489F6ABB77 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_core_regs.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_core_regs.cpp; path = core/hw/sh4/sh4_core_regs.cpp; sourceTree = SOURCE_ROOT; }; - F0DCDF096DE54BA883C21234 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PoolAlloc.cpp; path = core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp; sourceTree = SOURCE_ROOT; }; - F0F10829BE8543EB8470F2E1 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = otrigger.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp.rule"; sourceTree = ""; }; - F17D3FE6D26B4D139AF40A33 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_mem.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = aica_mem.cpp; path = core/hw/aica/aica_mem.cpp; sourceTree = SOURCE_ROOT; }; - F195ADC439B748498322827A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/glslang/glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - F1D6633F89334ECC8B9E75FC /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Sort.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Sort.h; path = "core/deps/libchdr/deps/lzma-22.01/include/Sort.h"; sourceTree = SOURCE_ROOT; }; - F1DB83DE56204D529C949BBA /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/mmu.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = mmu.cpp; path = core/hw/sh4/modules/mmu.cpp; sourceTree = SOURCE_ROOT; }; - F233CD1A1B8B49EC869E75BC /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_opcode_list.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_opcode_list.cpp; path = core/hw/sh4/sh4_opcode_list.cpp; sourceTree = SOURCE_ROOT; }; - F2B96C3FC3C242FC982B1EA1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/cpu-features.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "cpu-features.h"; path = "core/deps/vixl/cpu-features.h"; sourceTree = SOURCE_ROOT; }; - F2BB1EF02A5444ACA34B7A8E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_free.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_free.c; path = core/deps/libzip/lib/zip_source_free.c; sourceTree = SOURCE_ROOT; }; - F2C283F73BAB4F48A5AD171B /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/fstream.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = fstream.hpp; path = core/deps/nowide/include/nowide/fstream.hpp; sourceTree = SOURCE_ROOT; }; - F2D4843E7DDA4C2781BE2869 /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist; sourceTree = ""; }; - F3176C1FC44C461192444244 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_flashrom.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_flashrom.h; path = core/hw/naomi/naomi_flashrom.h; sourceTree = SOURCE_ROOT; }; - F3812BD511A841DAAC238C5E /* "\"$(SRCROOT)/flycast/core/hw/bba/bba.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bba.h; path = core/hw/bba/bba.h; sourceTree = SOURCE_ROOT; }; - F3AFDB1CC10D48AB97D9C245 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_cfg.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = maple_cfg.cpp; path = core/hw/maple/maple_cfg.cpp; sourceTree = SOURCE_ROOT; }; - F3B67864EA704E788A22A569 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = attribute.cpp; path = core/deps/glslang/glslang/MachineIndependent/attribute.cpp; sourceTree = SOURCE_ROOT; }; - F40153DBB9EF44AD8DB00F73 /* "\"$(SRCROOT)/flycast/core/network/picoppp.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = picoppp.cpp; path = core/network/picoppp.cpp; sourceTree = SOURCE_ROOT; }; - F40C8F9C33584A53AE49BA4B /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "simulator-aarch64.h"; path = "core/deps/vixl/aarch64/simulator-aarch64.h"; sourceTree = SOURCE_ROOT; }; - F418C83D24AB43AFAB579B1D /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; - F44BB4ECC95241F29F973136 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_get_sys_type.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_get_sys_type.c; path = core/deps/libzip/lib/zip_error_get_sys_type.c; sourceTree = SOURCE_ROOT; }; - F52EF4D4FBEF486E8D8834B9 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/lib.cpp.rule \"" */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; name = lib.cpp.rule; path = "../cmake/__cmrc_flycast-resources/lib.cpp.rule"; sourceTree = ""; }; - F63BC8EB873245D993615679 /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-generation-scopes-vixl.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "code-generation-scopes-vixl.h"; path = "core/deps/vixl/code-generation-scopes-vixl.h"; sourceTree = SOURCE_ROOT; }; - F6EE85AF83844B2AB5CB4554 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/quad.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = quad.cpp; path = core/rend/vulkan/quad.cpp; sourceTree = SOURCE_ROOT; }; - F7252BA6D7D5475284562491 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/shaders.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = shaders.h; path = core/rend/vulkan/shaders.h; sourceTree = SOURCE_ROOT; }; - F72DDB7663694792BA91CEC5 /* "\"$(SRCROOT)/flycast/core/rend/tileclip.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = tileclip.h; path = core/rend/tileclip.h; sourceTree = SOURCE_ROOT; }; - F7D14F675EF8409FB110AC85 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_huffman.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_huffman.c; path = core/deps/libchdr/src/libchdr_huffman.c; sourceTree = SOURCE_ROOT; }; - F7DCEE015AAA4E6A96B0E3F5 /* "\"$(SRCROOT)/flycast/core/rend/norend/norend.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = norend.cpp; path = core/rend/norend/norend.cpp; sourceTree = SOURCE_ROOT; }; - F7FA619155634DBC8A8E2AF6 /* "\"$(SRCROOT)/flycast/core/imgread/isofs.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = isofs.cpp; path = core/imgread/isofs.cpp; sourceTree = SOURCE_ROOT; }; - F896D72F836E4CE3ABD85C77 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpContext.cpp; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp; sourceTree = SOURCE_ROOT; }; - F908453D074F40EEAE18A639 /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf64.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf64.c; path = core/deps/libelf/src/elf64.c; sourceTree = SOURCE_ROOT; }; - F9B4825F72FD401F8A4F30C2 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_cortex_m.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_cortex_m.h; path = core/deps/picotcp/include/arch/pico_cortex_m.h; sourceTree = SOURCE_ROOT; }; - F9C5CC7AC6094353A15C11CD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fread.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fread.c; path = core/deps/libzip/lib/zip_fread.c; sourceTree = SOURCE_ROOT; }; - F9C80A0646A04B6797AE0002 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/CpuArch.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CpuArch.h; path = "core/deps/libchdr/deps/lzma-22.01/include/CpuArch.h"; sourceTree = SOURCE_ROOT; }; - F9DAF49E67694FEA88CE7136 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_opcode_list.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_opcode_list.h; path = core/hw/sh4/sh4_opcode_list.h; sourceTree = SOURCE_ROOT; }; - F9F82C212FF64D07B93A263B /* "\"$(SRCROOT)/flycast/core/deps/nowide/CMakeLists.txt \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = core/deps/nowide/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - FA240AF7E0AB4F00B0EA3AB6 /* "\"$(SRCROOT)/flycast/core/nullDC.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = nullDC.cpp; path = core/nullDC.cpp; sourceTree = SOURCE_ROOT; }; - FA256F3217AA4F00AE01DE78 /* "\"$(SRCROOT)/flycast/core/hw/bba/rtl8139c.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = rtl8139c.cpp; path = core/hw/bba/rtl8139c.cpp; sourceTree = SOURCE_ROOT; }; - FA86D478CFA84D679809ED85 /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf32.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf32.c; path = core/deps/libelf/src/elf32.c; sourceTree = SOURCE_ROOT; }; - FAA2DA9FF4F34E0A86D14B59 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gl_types.h; path = core/deps/glslang/glslang/MachineIndependent/gl_types.h; sourceTree = SOURCE_ROOT; }; - FAE6DE2BEEE849A2AD67673E /* "\"$(SRCROOT)/flycast/core/hw/holly/sb.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sb.h; path = core/hw/holly/sb.h; sourceTree = SOURCE_ROOT; }; - FB0C24F72863425884E599D5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_server.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_dhcp_server.h; path = core/deps/picotcp/modules/pico_dhcp_server.h; sourceTree = SOURCE_ROOT; }; - FB1254D8F633483F860CF6A0 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_interpreter.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_interpreter.cpp; path = core/hw/sh4/interpr/sh4_interpreter.cpp; sourceTree = SOURCE_ROOT; }; - FB2783CA6C514C8A8D244769 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_strings.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_strings.c; path = core/deps/picotcp/modules/pico_strings.c; sourceTree = SOURCE_ROOT; }; - FB3FA39CD22E4D8DAA6F5CE0 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/disasm-aarch64.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "disasm-aarch64.h"; path = "core/deps/vixl/aarch64/disasm-aarch64.h"; sourceTree = SOURCE_ROOT; }; - FB66FE3634AB4946905A06C6 /* "\"$(SRCROOT)/flycast/core/wsi/libretro.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = libretro.h; path = core/wsi/libretro.h; sourceTree = SOURCE_ROOT; }; - FC49F9F8B35A4C9CB338A652 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_seek_write.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_seek_write.c; path = core/deps/libzip/lib/zip_source_seek_write.c; sourceTree = SOURCE_ROOT; }; - FCA4278BBB504BDBA94EF2CA /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/args.hpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = args.hpp; path = core/deps/nowide/include/nowide/args.hpp; sourceTree = SOURCE_ROOT; }; - FCD241788590461DA9DF5B07 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_pkware_encode.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_pkware_encode.c; path = core/deps/libzip/lib/zip_source_pkware_encode.c; sourceTree = SOURCE_ROOT; }; - FCD5A6D7189243718143C653 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_queue.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_queue.h; path = core/deps/picotcp/include/pico_queue.h; sourceTree = SOURCE_ROOT; }; - FD737F7198564521B0BEDF66 /* "\"$(SRCROOT)/flycast/core/rend/CustomTexture.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CustomTexture.h; path = core/rend/CustomTexture.h; sourceTree = SOURCE_ROOT; }; - FD9FB27674774F2DA142F754 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/memmap/memalign.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = memalign.c; path = "core/deps/libretro-common/memmap/memalign.c"; sourceTree = SOURCE_ROOT; }; - FDE434B11552437DA6823461 /* "\"$(SRCROOT)/flycast/shell/libretro/LogManager.cpp \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LogManager.cpp; path = shell/libretro/LogManager.cpp; sourceTree = SOURCE_ROOT; }; - FEDC1B0BDCB04707B6744779 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_new.c \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_new.c; path = core/deps/libzip/lib/zip_new.c; sourceTree = SOURCE_ROOT; }; - FF03397CAEC74EBFAAD795F0 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec.h \"" */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arm7_rec.h; path = core/hw/arm7/arm7_rec.h; sourceTree = SOURCE_ROOT; }; + 00126760017C4478A24E2641 /* f355_print_template.png.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = f355_print_template.png.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp.rule"; sourceTree = ""; }; + 004E321EC8764A5C82657932 /* portlistingparse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = portlistingparse.c; path = core/deps/miniupnpc/src/portlistingparse.c; sourceTree = SOURCE_ROOT; }; + 00508D07971742C6B85C6124 /* zip_error_get_sys_type.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_get_sys_type.c; path = core/deps/libzip/lib/zip_error_get_sys_type.c; sourceTree = SOURCE_ROOT; }; + 008E29931F7A4A6DB6076911 /* chd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = chd.cpp; path = core/imgread/chd.cpp; sourceTree = SOURCE_ROOT; }; + 0134123C9AFF4357A94A3957 /* zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.h"; sourceTree = SOURCE_ROOT; }; + 01BC6F8B753740A8BB9534FF /* xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = core/deps/xxHash/xxhash.c; sourceTree = SOURCE_ROOT; }; + 023DB02D81464C309F543216 /* trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "core/deps/libchdr/deps/zlib-1.3.1/trees.c"; sourceTree = SOURCE_ROOT; }; + 033421B6A28D421DB292BEBE /* libretro.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = libretro.h; path = core/wsi/libretro.h; sourceTree = SOURCE_ROOT; }; + 038BA8EF2DB74EA68938B2C0 /* ResourceLimits.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ResourceLimits.cpp; path = core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp; sourceTree = SOURCE_ROOT; }; + 043DA7EEA4F0444089343184 /* minisoap.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minisoap.c; path = core/deps/miniupnpc/src/minisoap.c; sourceTree = SOURCE_ROOT; }; + 046BDCC8408F4D3FAB073C6E /* zip_add.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add.c; path = core/deps/libzip/lib/zip_add.c; sourceTree = SOURCE_ROOT; }; + 048184E9F62946D786A601F7 /* zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.h"; sourceTree = SOURCE_ROOT; }; + 0509325ECD4B4D1FA4EF1173 /* zstd_errors.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_errors.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/zstd_errors.h"; sourceTree = SOURCE_ROOT; }; + 05A53890A40A4D4380B56289 /* option.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = option.h; path = core/cfg/option.h; sourceTree = SOURCE_ROOT; }; + 06507BCC1E65491795C162F6 /* audiostream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = audiostream.h; path = core/audio/audiostream.h; sourceTree = SOURCE_ROOT; }; + 074051F84A1D487297965CA9 /* naomi_network.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi_network.cpp; path = core/network/naomi_network.cpp; sourceTree = SOURCE_ROOT; }; + 07421FC6B620463CB1E1CD9A /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist; sourceTree = ""; }; + 07B4340FA1654026A1F32991 /* SpvPostProcess.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvPostProcess.cpp; path = core/deps/glslang/SPIRV/SpvPostProcess.cpp; sourceTree = SOURCE_ROOT; }; + 0806A929708B4A3885957E21 /* PpAtom.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpAtom.cpp; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp; sourceTree = SOURCE_ROOT; }; + 080CE42EC816434B831181A4 /* arm7_rec_x64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm7_rec_x64.cpp; path = core/hw/arm7/arm7_rec_x64.cpp; sourceTree = SOURCE_ROOT; }; + 085B623F683A4FAE8079ED2D /* TexCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TexCache.h; path = core/rend/TexCache.h; sourceTree = SOURCE_ROOT; }; + 085CEE404415461A98700B5E /* printer_kanji16x16.bin.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = printer_kanji16x16.bin.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp"; sourceTree = ""; }; + 0879B4FC485F41C8B389E7F9 /* zip_set_archive_flag.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_archive_flag.c; path = core/deps/libzip/lib/zip_set_archive_flag.c; sourceTree = SOURCE_ROOT; }; + 08A5060C1A494BE98ED3D743 /* Scan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Scan.cpp; path = core/deps/glslang/glslang/MachineIndependent/Scan.cpp; sourceTree = SOURCE_ROOT; }; + 08BD2178959B4D0BB039BA51 /* norend.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = norend.cpp; path = core/rend/norend/norend.cpp; sourceTree = SOURCE_ROOT; }; + 08FFDD117AAD4311B806EEB8 /* lib.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = lib.cpp.rule; path = "../cmake/__cmrc_flycast-resources/lib.cpp.rule"; sourceTree = ""; }; + 0A16D16DC2D447829CECEFDD /* directory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = directory.h; path = core/oslib/directory.h; sourceTree = SOURCE_ROOT; }; + 0A3FDC1DAD1141E6BFA2F25D /* aica_mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = aica_mem.h; path = core/hw/aica/aica_mem.h; sourceTree = SOURCE_ROOT; }; + 0A9AF84DAABD4D5AA3C31445 /* libchdr_cdrom.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_cdrom.c; path = core/deps/libchdr/src/libchdr_cdrom.c; sourceTree = SOURCE_ROOT; }; + 0AFDE55C7F654F0CB2164653 /* zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "core/deps/libchdr/deps/zlib-1.3.1/zutil.c"; sourceTree = SOURCE_ROOT; }; + 0B0759A0624D493FBF9D98F6 /* decoder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = decoder.h; path = core/hw/sh4/dyna/decoder.h; sourceTree = SOURCE_ROOT; }; + 0BBCC035744F4EF2832C9B6E /* CpuArch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CpuArch.h; path = "core/deps/libchdr/deps/lzma-24.05/include/CpuArch.h"; sourceTree = SOURCE_ROOT; }; + 0CA5E432881D4DE289DED4D8 /* ScanContext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScanContext.h; path = core/deps/glslang/glslang/MachineIndependent/ScanContext.h; sourceTree = SOURCE_ROOT; }; + 0D381544CCCA47568DDF6CB5 /* texconv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = texconv.h; path = core/rend/texconv.h; sourceTree = SOURCE_ROOT; }; + 0D6EFC19A1264347B34DA94F /* ta_const_df.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ta_const_df.h; path = core/hw/pvr/ta_const_df.h; sourceTree = SOURCE_ROOT; }; + 0D9F0DBC104A459BB91138A1 /* inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "core/deps/libchdr/deps/zlib-1.3.1/inftrees.h"; sourceTree = SOURCE_ROOT; }; + 0DC1A877AE844FD18E8DAA9C /* assembler-aarch64.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "assembler-aarch64.cc"; path = "core/deps/vixl/aarch64/assembler-aarch64.cc"; sourceTree = SOURCE_ROOT; }; + 0DCF60A98CE645F8AEA707ED /* InitializeGlobals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InitializeGlobals.h; path = core/deps/glslang/glslang/Include/InitializeGlobals.h; sourceTree = SOURCE_ROOT; }; + 0E5BC92DD60043D78838B293 /* pvr.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pvr.h; path = core/hw/pvr/pvr.h; sourceTree = SOURCE_ROOT; }; + 0EC54AD3726244A2ACC9EB17 /* zip_source_function.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_function.c; path = core/deps/libzip/lib/zip_source_function.c; sourceTree = SOURCE_ROOT; }; + 0EE53D15E36E48E7B2A4225B /* zip_error_strerror.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_strerror.c; path = core/deps/libzip/lib/zip_error_strerror.c; sourceTree = SOURCE_ROOT; }; + 0F1F49D9C4DA4C1BA179310E /* gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "core/deps/libchdr/deps/zlib-1.3.1/gzlib.c"; sourceTree = SOURCE_ROOT; }; + 0F7C0D0EAF47442E959B2E5B /* encoding_utf.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = encoding_utf.c; path = "core/deps/libretro-common/encodings/encoding_utf.c"; sourceTree = SOURCE_ROOT; }; + 0FAFE406CBEE45BE8E869EC8 /* printer_kanji24x24.bin.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = printer_kanji24x24.bin.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp.rule"; sourceTree = ""; }; + 0FE196D620D64A8D9DD735A2 /* zip_source_window.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_window.c; path = core/deps/libzip/lib/zip_source_window.c; sourceTree = SOURCE_ROOT; }; + 0FF11B0E2AF443DCB5C52D69 /* elan_struct.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = elan_struct.h; path = core/hw/pvr/elan_struct.h; sourceTree = SOURCE_ROOT; }; + 0FF3171870204EF5AB23334E /* 7zDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zDec.c; path = core/deps/lzma/7zDec.c; sourceTree = SOURCE_ROOT; }; + 1039593E13FE44428B3BCD64 /* zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_cwksp.h"; sourceTree = SOURCE_ROOT; }; + 104BEF56EE9A4F269F9A7A92 /* quad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = quad.h; path = core/rend/vulkan/quad.h; sourceTree = SOURCE_ROOT; }; + 106649616D0D42D1A8095755 /* zip_source_supports.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_supports.c; path = core/deps/libzip/lib/zip_source_supports.c; sourceTree = SOURCE_ROOT; }; + 108D7D0F80BA4D4C96243A42 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + 10B52BFDA3B14960AB7A2325 /* linkValidate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = linkValidate.cpp; path = core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp; sourceTree = SOURCE_ROOT; }; + 10C1911CE1354BEAA0849F8C /* sh4_interrupts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_interrupts.h; path = core/hw/sh4/sh4_interrupts.h; sourceTree = SOURCE_ROOT; }; + 10D0EDEBADB440689E729959 /* pico_config.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_config.h; path = core/deps/picotcp/include/pico_config.h; sourceTree = SOURCE_ROOT; }; + 115318C0190645FF93252511 /* inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "core/deps/libchdr/deps/zlib-1.3.1/inftrees.h"; sourceTree = SOURCE_ROOT; }; + 11D3316962704B94A87E4EED /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/libzip/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 11D4BD2F22064010848F1374 /* alienfnt.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = alienfnt.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 11DABE571E184C5C9FEC5068 /* LzmaDec.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaDec.h; path = "core/deps/libchdr/deps/lzma-24.05/include/LzmaDec.h"; sourceTree = SOURCE_ROOT; }; + 1244008A2CC146BEA979A2D5 /* gdrom_if.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gdrom_if.h; path = core/hw/gdrom/gdrom_if.h; sourceTree = SOURCE_ROOT; }; + 125A7EB2683249D98A946236 /* PpContext.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpContext.cpp; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp; sourceTree = SOURCE_ROOT; }; + 130533F96BC2451B852227B7 /* glslang_tab.cpp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_tab.cpp.h; path = core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h; sourceTree = SOURCE_ROOT; }; + 13339D25D000449E96B91ADD /* pico_tcp.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_tcp.c; path = core/deps/picotcp/modules/pico_tcp.c; sourceTree = SOURCE_ROOT; }; + 1342F2C3326640A2B963E97B /* modules.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = modules.h; path = core/hw/sh4/modules/modules.h; sourceTree = SOURCE_ROOT; }; + 135FA9B7134F4D679FBF9AE7 /* elf32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf32.c; path = core/deps/libelf/src/elf32.c; sourceTree = SOURCE_ROOT; }; + 13C11EFE208B4F9AA324D3A5 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/CMakeFiles/flycast-resources.dir/Info.plist"; sourceTree = ""; }; + 13E94416FEEC4D489CF600C3 /* zip_random_unix.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_random_unix.c; path = core/deps/libzip/lib/zip_random_unix.c; sourceTree = SOURCE_ROOT; }; + 13E949296B324252A016EDDD /* flashrom.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = flashrom.h; path = core/hw/flashrom/flashrom.h; sourceTree = SOURCE_ROOT; }; + 13EED016E06245778FC323BD /* globals-vixl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "globals-vixl.h"; path = "core/deps/vixl/globals-vixl.h"; sourceTree = SOURCE_ROOT; }; + 145B771A3C374FE7B818FB77 /* vf4tuned.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = vf4tuned.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 14A0A247B69249B5ADBD7A61 /* naomi_m3comm.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi_m3comm.cpp; path = core/hw/naomi/naomi_m3comm.cpp; sourceTree = SOURCE_ROOT; }; + 14B4F64AAD1943B3902FDE4B /* zip_err_str.c.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = zip_err_str.c.rule; path = ../cmake/core/deps/libzip/lib/zip_err_str.c.rule; sourceTree = ""; }; + 14CC48236DD541498816AA6B /* zip_get_encryption_implementation.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_encryption_implementation.c; path = core/deps/libzip/lib/zip_get_encryption_implementation.c; sourceTree = SOURCE_ROOT; }; + 14E9CEC52E94419B9E13A1E3 /* registers-aarch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "registers-aarch64.h"; path = "core/deps/vixl/aarch64/registers-aarch64.h"; sourceTree = SOURCE_ROOT; }; + 159E5289D679425BA5381328 /* simulator-constants-aarch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "simulator-constants-aarch64.h"; path = "core/deps/vixl/aarch64/simulator-constants-aarch64.h"; sourceTree = SOURCE_ROOT; }; + 15B0AEE24D6C4A69AD416260 /* pico_posix.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_posix.h; path = core/deps/picotcp/include/arch/pico_posix.h; sourceTree = SOURCE_ROOT; }; + 15EB74DDC71E4CDFBF8AB14F /* zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.h"; sourceTree = SOURCE_ROOT; }; + 160F0CCAD9C64141A420B6A1 /* zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "core/deps/libchdr/deps/zlib-1.3.1/zutil.c"; sourceTree = SOURCE_ROOT; }; + 16582B3025284F61937A5BE0 /* zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.h"; sourceTree = SOURCE_ROOT; }; + 16A4BF73D87C42DC94A040E5 /* Renderer_if.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Renderer_if.cpp; path = core/hw/pvr/Renderer_if.cpp; sourceTree = SOURCE_ROOT; }; + 16DDCAD71A2040838F51AAD9 /* zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "core/deps/libchdr/deps/zlib-1.3.1/zutil.h"; sourceTree = SOURCE_ROOT; }; + 1755E372E6E2480AACB62BC3 /* cpu-features.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "cpu-features.h"; path = "core/deps/vixl/cpu-features.h"; sourceTree = SOURCE_ROOT; }; + 176CE8EB17C44AEF9A7C3DFC /* zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.h"; sourceTree = SOURCE_ROOT; }; + 17B40D3ECCA1488E9D53DA25 /* sgc_if.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sgc_if.cpp; path = core/hw/aica/sgc_if.cpp; sourceTree = SOURCE_ROOT; }; + 1825C3A657754DDCB59EF1A0 /* maple_jvs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = maple_jvs.cpp; path = core/hw/maple/maple_jvs.cpp; sourceTree = SOURCE_ROOT; }; + 18435D6C0A3642D79B236BFA /* dsp_x64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp_x64.cpp; path = core/hw/aica/dsp_x64.cpp; sourceTree = SOURCE_ROOT; }; + 1859EC20954649C7ACF4CB59 /* threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.h"; sourceTree = SOURCE_ROOT; }; + 189B10AA07EE499F94906FCE /* virtmem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = virtmem.h; path = core/oslib/virtmem.h; sourceTree = SOURCE_ROOT; }; + 1906CE173F544F1CAA939D7C /* cstdlib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cstdlib.cpp; path = core/deps/nowide/src/cstdlib.cpp; sourceTree = SOURCE_ROOT; }; + 190FDAD655D9465FB57885BD /* sh4_cycles.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_cycles.cpp; path = core/hw/sh4/sh4_cycles.cpp; sourceTree = SOURCE_ROOT; }; + 194BDC6957754E22AE4F36EA /* pico_addressing.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_addressing.h; path = core/deps/picotcp/include/pico_addressing.h; sourceTree = SOURCE_ROOT; }; + 1A651176EEFC4787B119E914 /* pico_fragments.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_fragments.c; path = core/deps/picotcp/modules/pico_fragments.c; sourceTree = SOURCE_ROOT; }; + 1AAA3A468EE24001AC205EDD /* SpirvIntrinsics.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpirvIntrinsics.cpp; path = core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp; sourceTree = SOURCE_ROOT; }; + 1B5ECFA4A4524CB49388927D /* card_reader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = card_reader.cpp; path = core/hw/naomi/card_reader.cpp; sourceTree = SOURCE_ROOT; }; + 1B69526B72B54BCD985DC96A /* nvmem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = nvmem.h; path = core/hw/flashrom/nvmem.h; sourceTree = SOURCE_ROOT; }; + 1B9C7F3DF9E44FC896440319 /* zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_opt.c"; sourceTree = SOURCE_ROOT; }; + 1C547C9D39384CC3911E67A3 /* ggpo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ggpo.h; path = core/network/ggpo.h; sourceTree = SOURCE_ROOT; }; + 1CF4CF770F804C41BF426933 /* nvmem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = nvmem.cpp; path = core/hw/flashrom/nvmem.cpp; sourceTree = SOURCE_ROOT; }; + 1DA058573FD14D26B200426D /* arm7_rec_arm32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm7_rec_arm32.cpp; path = core/hw/arm7/arm7_rec_arm32.cpp; sourceTree = SOURCE_ROOT; }; + 1DE530C548D44CF69ECC9992 /* glslang_tab.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = glslang_tab.cpp; path = core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp; sourceTree = SOURCE_ROOT; }; + 1E26BA0E9A184FE6B68D098B /* vf4evob.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vf4evob.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp"; sourceTree = ""; }; + 1E4B50E25AF24D31B8E00F1C /* pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.h"; sourceTree = SOURCE_ROOT; }; + 1E579AC8ECD045858EB3AE04 /* utf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf.hpp; path = core/deps/nowide/include/nowide/utf/utf.hpp; sourceTree = SOURCE_ROOT; }; + 1EC0A9FA0FF242E6AA405CBC /* sh4_interpreter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_interpreter.cpp; path = core/hw/sh4/interpr/sh4_interpreter.cpp; sourceTree = SOURCE_ROOT; }; + 1F6F505088B84436A26FA9E1 /* serialize.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = serialize.h; path = core/serialize.h; sourceTree = SOURCE_ROOT; }; + 1FC795D567AA412BB67F0D3E /* zip_rename.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_rename.c; path = core/deps/libzip/lib/zip_rename.c; sourceTree = SOURCE_ROOT; }; + 1FCE2CD9662547D8B3A43B99 /* propagateNoContraction.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = propagateNoContraction.cpp; path = core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp; sourceTree = SOURCE_ROOT; }; + 1FD59268BFBA492F85B24DC2 /* isofs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = isofs.h; path = core/imgread/isofs.h; sourceTree = SOURCE_ROOT; }; + 20D77473CBA145CC9565C1E5 /* compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "core/deps/libchdr/deps/zlib-1.3.1/compress.c"; sourceTree = SOURCE_ROOT; }; + 20FD009E5F904660B51E7CA3 /* fstream.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = fstream.hpp; path = core/deps/nowide/include/nowide/fstream.hpp; sourceTree = SOURCE_ROOT; }; + 2107196FBB364D27AA7FEA57 /* zip_source_close.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_close.c; path = core/deps/libzip/lib/zip_source_close.c; sourceTree = SOURCE_ROOT; }; + 2138BCE837FF42CC9F169401 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/libzip/lib/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 213D7C21579745A5853E0B92 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist"; sourceTree = ""; }; + 2149459752614533A714658F /* z.1.3.1.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = z.1.3.1.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; + 21A83AD80A3D4954980DD9C6 /* oit_renderer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oit_renderer.cpp; path = core/rend/vulkan/oit/oit_renderer.cpp; sourceTree = SOURCE_ROOT; }; + 21DED0D51DFF4242945D8C2E /* registers-aarch64.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "registers-aarch64.cc"; path = "core/deps/vixl/aarch64/registers-aarch64.cc"; sourceTree = SOURCE_ROOT; }; + 223C7376E023443FA8A83A7B /* crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "core/deps/libchdr/deps/zlib-1.3.1/crc32.h"; sourceTree = SOURCE_ROOT; }; + 22CC6F1C318F4627A6DF7B71 /* pico_icmp4.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_icmp4.c; path = core/deps/picotcp/modules/pico_icmp4.c; sourceTree = SOURCE_ROOT; }; + 22F4E1DA28BF4BB190D74AD7 /* gdcartridge.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gdcartridge.cpp; path = core/hw/naomi/gdcartridge.cpp; sourceTree = SOURCE_ROOT; }; + 23C315A75F25403CA9348B77 /* BraIA64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = "core/deps/libchdr/deps/lzma-24.05/src/BraIA64.c"; sourceTree = SOURCE_ROOT; }; + 2523422198E84E43AF6D12B1 /* pico_socket.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_socket.h; path = core/deps/picotcp/include/pico_socket.h; sourceTree = SOURCE_ROOT; }; + 257EBBAD6BC441C9A85169EA /* zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_common.c"; sourceTree = SOURCE_ROOT; }; + 2587D6F64901499C9E6B153A /* pico_socket_tcp.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_socket_tcp.c; path = core/deps/picotcp/modules/pico_socket_tcp.c; sourceTree = SOURCE_ROOT; }; + 259DC6E3611642378DE279F1 /* Lzma86Enc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Enc.c; path = core/deps/lzma/Lzma86Enc.c; sourceTree = SOURCE_ROOT; }; + 25EC182EFFA64DEBA18B5108 /* rec_arm64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = rec_arm64.cpp; path = "core/rec-ARM64/rec_arm64.cpp"; sourceTree = SOURCE_ROOT; }; + 261C61ECCDB8494AA0E2946B /* libretro.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = libretro.cpp; path = shell/libretro/libretro.cpp; sourceTree = SOURCE_ROOT; }; + 266BBE6968004EAF803FB07E /* SymbolTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SymbolTable.h; path = core/deps/glslang/glslang/MachineIndependent/SymbolTable.h; sourceTree = SOURCE_ROOT; }; + 268F172DAAE6480489231502 /* pico_defines_msvc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_defines_msvc.h; path = core/deps/picotcp/include/pico_defines_msvc.h; sourceTree = SOURCE_ROOT; }; + 26E8B366911C46D28BE9C846 /* Intermediate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Intermediate.cpp; path = core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp; sourceTree = SOURCE_ROOT; }; + 2704E7DDC9224EFC87E5DC09 /* SpvTools.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpvTools.h; path = core/deps/glslang/SPIRV/SpvTools.h; sourceTree = SOURCE_ROOT; }; + 2750BD757D6445779CC78D04 /* maple_devs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maple_devs.h; path = core/hw/maple/maple_devs.h; sourceTree = SOURCE_ROOT; }; + 277AC03C45A04761A79D6B21 /* pico_esp8266.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_esp8266.h; path = core/deps/picotcp/include/arch/pico_esp8266.h; sourceTree = SOURCE_ROOT; }; + 27B330EDE83B42768CDCE8E4 /* BitSet.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BitSet.h; path = core/log/BitSet.h; sourceTree = SOURCE_ROOT; }; + 27FD69054AAC4F73AE178A96 /* zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm_geartab.h"; sourceTree = SOURCE_ROOT; }; + 285BBDFCD1624E9A9207E1BE /* args.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = args.hpp; path = core/deps/nowide/include/nowide/args.hpp; sourceTree = SOURCE_ROOT; }; + 285DA927119F49A7B1447525 /* zip_source_remove.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_remove.c; path = core/deps/libzip/lib/zip_source_remove.c; sourceTree = SOURCE_ROOT; }; + 291EF54530514B1FB3BCC782 /* pico_arp.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_arp.c; path = core/deps/picotcp/modules/pico_arp.c; sourceTree = SOURCE_ROOT; }; + 29678F4FF50841D6A394DF1E /* crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "core/deps/libchdr/deps/zlib-1.3.1/crc32.c"; sourceTree = SOURCE_ROOT; }; + 296BDE67AC6B468688B666C9 /* zip_unchange_all.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_all.c; path = core/deps/libzip/lib/zip_unchange_all.c; sourceTree = SOURCE_ROOT; }; + 29E9B2A70F854DF0B0D506CA /* InitializeDll.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InitializeDll.cpp; path = core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp; sourceTree = SOURCE_ROOT; }; + 2A0E2476DCBA4AE29B330317 /* zip_get_archive_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_archive_comment.c; path = core/deps/libzip/lib/zip_get_archive_comment.c; sourceTree = SOURCE_ROOT; }; + 2A35148D0BA3435D8F1230C2 /* benchmark.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = benchmark.c; path = core/deps/libchdr/tests/benchmark.c; sourceTree = SOURCE_ROOT; }; + 2AAC504D649E4F0D9EA61348 /* compiler-intrinsics-vixl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "compiler-intrinsics-vixl.h"; path = "core/deps/vixl/compiler-intrinsics-vixl.h"; sourceTree = SOURCE_ROOT; }; + 2AE29C7104C4484C86114B80 /* naomi_cart.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_cart.h; path = core/hw/naomi/naomi_cart.h; sourceTree = SOURCE_ROOT; }; + 2C221F60A55A448FA6A6D739 /* ta.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ta.h; path = core/hw/pvr/ta.h; sourceTree = SOURCE_ROOT; }; + 2C98BC3AA1994299AE4D1ADF /* filebuf.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = filebuf.cpp; path = core/deps/nowide/src/filebuf.cpp; sourceTree = SOURCE_ROOT; }; + 2C99C966D26C4B869F0B7D43 /* ssa.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ssa.h; path = core/hw/sh4/dyna/ssa.h; sourceTree = SOURCE_ROOT; }; + 2D4445174E3C4010AE5FD66C /* vmu_xhair.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vmu_xhair.cpp; path = shell/libretro/vmu_xhair.cpp; sourceTree = SOURCE_ROOT; }; + 2D712422443D4EEA856B3989 /* CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "core/deps/libchdr/deps/lzma-24.05/src/CpuArch.c"; sourceTree = SOURCE_ROOT; }; + 2D856F089FFB459781B6960A /* sgc_if.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sgc_if.h; path = core/hw/aica/sgc_if.h; sourceTree = SOURCE_ROOT; }; + 2DDD9CE63F4F416696B1F7EE /* zip_file_strerror.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_strerror.c; path = core/deps/libzip/lib/zip_file_strerror.c; sourceTree = SOURCE_ROOT; }; + 2E35BFC7A4A5403EAAC102F7 /* OpenGLES.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks/OpenGLES.framework; sourceTree = ""; }; + 2E36218583BE4D9A9C362512 /* cstdlib.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = cstdlib.hpp; path = core/deps/nowide/include/nowide/cstdlib.hpp; sourceTree = SOURCE_ROOT; }; + 2E755E8E90B5401891A2809C /* sh4_mmr.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_mmr.cpp; path = core/hw/sh4/sh4_mmr.cpp; sourceTree = SOURCE_ROOT; }; + 2EBDEC0B04784051937E6FEC /* emulator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = emulator.cpp; path = core/emulator.cpp; sourceTree = SOURCE_ROOT; }; + 2EE414FFD4B1428DA7A06E05 /* multiboard.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = multiboard.cpp; path = core/hw/naomi/multiboard.cpp; sourceTree = SOURCE_ROOT; }; + 2F03CE04C2444B6ABB26472E /* pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.c"; sourceTree = SOURCE_ROOT; }; + 2F0ED95DBB0345FB86E6908A /* zip_set_name.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_name.c; path = core/deps/libzip/lib/zip_set_name.c; sourceTree = SOURCE_ROOT; }; + 2F7F0C8E69FD4C4B91A30976 /* option.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = option.cpp; path = shell/libretro/option.cpp; sourceTree = SOURCE_ROOT; }; + 2F832A80253B471D9B8D09BF /* upnperrors.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnperrors.c; path = core/deps/miniupnpc/src/upnperrors.c; sourceTree = SOURCE_ROOT; }; + 2FCD5C6FC0DE43A68E153A4F /* sh4_core_regs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_core_regs.cpp; path = core/hw/sh4/sh4_core_regs.cpp; sourceTree = SOURCE_ROOT; }; + 3082BAA042E64142BDC3B31B /* vf4evob.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = vf4evob.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 3086B3F37A884E99B3369405 /* aica_if.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = aica_if.h; path = core/hw/aica/aica_if.h; sourceTree = SOURCE_ROOT; }; + 30CCE0C0E89D434E843E1EA3 /* holly_intc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = holly_intc.cpp; path = core/hw/holly/holly_intc.cpp; sourceTree = SOURCE_ROOT; }; + 30F31C5AD2334480BA49D8FC /* PpContext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PpContext.h; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h; sourceTree = SOURCE_ROOT; }; + 311B599B58C048E0907E3C22 /* zip_file_replace.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_replace.c; path = core/deps/libzip/lib/zip_file_replace.c; sourceTree = SOURCE_ROOT; }; + 315307B5BBD343BAAA688F67 /* archive.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = archive.cpp; path = core/archive/archive.cpp; sourceTree = SOURCE_ROOT; }; + 319AA6B2FF5742FA8F895632 /* netdimm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = netdimm.h; path = core/hw/naomi/netdimm.h; sourceTree = SOURCE_ROOT; }; + 31DA1C61E0264BA498F8170B /* libzip.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzip.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 323AA7A671F04B49A695C192 /* sh4_fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_fpu.cpp; path = core/hw/sh4/interpr/sh4_fpu.cpp; sourceTree = SOURCE_ROOT; }; + 3277A5407937410A80FD6769 /* zip_source_file_stdio_named.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_stdio_named.c; path = core/deps/libzip/lib/zip_source_file_stdio_named.c; sourceTree = SOURCE_ROOT; }; + 32F4CC7277A44C56BDAC7AC2 /* arm64_regalloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arm64_regalloc.h; path = "core/rec-ARM64/arm64_regalloc.h"; sourceTree = SOURCE_ROOT; }; + 3314433B8C3D49E0A253ED40 /* zip_entry.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_entry.c; path = core/deps/libzip/lib/zip_entry.c; sourceTree = SOURCE_ROOT; }; + 3332205846C64F2A8FF8C379 /* zip_fseek.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fseek.c; path = core/deps/libzip/lib/zip_fseek.c; sourceTree = SOURCE_ROOT; }; + 3367CD73861541CAB4449DBF /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/glslang/OGLCompilersDLL/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 3426BC4EEA574FE2AD365F9E /* memalign.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = memalign.c; path = "core/deps/libretro-common/memmap/memalign.c"; sourceTree = SOURCE_ROOT; }; + 348B9CDFF8854C2180FFB29E /* libchdr_huffman.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_huffman.c; path = core/deps/libchdr/src/libchdr_huffman.c; sourceTree = SOURCE_ROOT; }; + 34E7744D2CB14D28985ADC80 /* pico_device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_device.h; path = core/deps/picotcp/include/pico_device.h; sourceTree = SOURCE_ROOT; }; + 35C0F119CD094F41B46DC298 /* wldkicksj.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = wldkicksj.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 35CC22213C664BF7A71DE88C /* LzmaLib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaLib.c; path = core/deps/lzma/LzmaLib.c; sourceTree = SOURCE_ROOT; }; + 361DDB38F70F4C9A881457F7 /* cdipsr.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cdipsr.h; path = core/deps/chdpsr/cdipsr.h; sourceTree = SOURCE_ROOT; }; + 363C3003C6E5418DA13B8017 /* resource_limits_c.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = resource_limits_c.h; path = core/deps/glslang/glslang/Public/resource_limits_c.h; sourceTree = SOURCE_ROOT; }; + 364E626129894C8C9FA79115 /* zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_literals.c"; sourceTree = SOURCE_ROOT; }; + 367E5551DEC4456990F61E19 /* zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.c"; sourceTree = SOURCE_ROOT; }; + 36CE027EA2FE49EC83B7A10B /* ubc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ubc.cpp; path = core/hw/sh4/modules/ubc.cpp; sourceTree = SOURCE_ROOT; }; + 3711983D2ABE487ABACE0776 /* pico_none.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_none.h; path = core/deps/picotcp/include/arch/pico_none.h; sourceTree = SOURCE_ROOT; }; + 3728E65D56D8460A8FDFEDFA /* BraIA64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = core/deps/lzma/BraIA64.c; sourceTree = SOURCE_ROOT; }; + 3755A1510478478B9C30ABA9 /* osinclude.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = osinclude.h; path = core/deps/glslang/glslang/OSDependent/osinclude.h; sourceTree = SOURCE_ROOT; }; + 37D1CD49E9654B1E8C66129D /* xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.h"; sourceTree = SOURCE_ROOT; }; + 3989DFE02A23483F92BA4A78 /* zip_set_file_compression.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_file_compression.c; path = core/deps/libzip/lib/zip_set_file_compression.c; sourceTree = SOURCE_ROOT; }; + 3993EB4A0D1A40A181A97C1D /* debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.h"; sourceTree = SOURCE_ROOT; }; + 3994E2642BC64CC5BBB23AAC /* ParseHelper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ParseHelper.h; path = core/deps/glslang/glslang/MachineIndependent/ParseHelper.h; sourceTree = SOURCE_ROOT; }; + 39C1BBD9E595439A8F9B8E2B /* BaseTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BaseTypes.h; path = core/deps/glslang/glslang/Include/BaseTypes.h; sourceTree = SOURCE_ROOT; }; + 3A02D0A4332F43B6A58B5921 /* hopper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = hopper.cpp; path = core/hw/naomi/hopper.cpp; sourceTree = SOURCE_ROOT; }; + 3A173D3B58E74E8FB3DE22BF /* m1cartridge.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = m1cartridge.h; path = core/hw/naomi/m1cartridge.h; sourceTree = SOURCE_ROOT; }; + 3A79B31C1C1B44BCBC11A432 /* buffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = buffer.h; path = core/rend/vulkan/buffer.h; sourceTree = SOURCE_ROOT; }; + 3B010F17717F4B2BA3788BD1 /* blockmanager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = blockmanager.cpp; path = core/hw/sh4/dyna/blockmanager.cpp; sourceTree = SOURCE_ROOT; }; + 3B212726EAE44646ADF96B5B /* picoppp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = picoppp.h; path = core/network/picoppp.h; sourceTree = SOURCE_ROOT; }; + 3B54964AA892450692FB826C /* printer_ascii8x16.bin.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = printer_ascii8x16.bin.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp"; sourceTree = ""; }; + 3B8C303102804C469571790A /* intc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = intc.cpp; path = core/hw/sh4/modules/intc.cpp; sourceTree = SOURCE_ROOT; }; + 3BE52788F5DD4EDBB87A3C91 /* libchdr_bitstream.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_bitstream.c; path = core/deps/libchdr/src/libchdr_bitstream.c; sourceTree = SOURCE_ROOT; }; + 3BE752DB5E8041279DF083C7 /* pico_dev_ppp.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_dev_ppp.c; path = core/deps/picotcp/modules/pico_dev_ppp.c; sourceTree = SOURCE_ROOT; }; + 3C2570519C25416486A29260 /* maple_cfg.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = maple_cfg.cpp; path = core/hw/maple/maple_cfg.cpp; sourceTree = SOURCE_ROOT; }; + 3C28BAC129304914A7D7C995 /* deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "core/deps/libchdr/deps/zlib-1.3.1/deflate.c"; sourceTree = SOURCE_ROOT; }; + 3C32B2E05BC245AAB98D7D3B /* stackstring.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = stackstring.hpp; path = core/deps/nowide/include/nowide/stackstring.hpp; sourceTree = SOURCE_ROOT; }; + 3C7E2420DFA9433CBC535D49 /* vk_context_lr.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vk_context_lr.cpp; path = core/rend/vulkan/vk_context_lr.cpp; sourceTree = SOURCE_ROOT; }; + 3CD43F84EC0F4F548D458ECB /* reflection.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = reflection.h; path = core/deps/glslang/glslang/MachineIndependent/reflection.h; sourceTree = SOURCE_ROOT; }; + 3CFEDA6D555640BE91843F1E /* zip_file_get_offset.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_offset.c; path = core/deps/libzip/lib/zip_file_get_offset.c; sourceTree = SOURCE_ROOT; }; + 3D19A04ED3964C109B3060C9 /* stdclass.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = stdclass.cpp; path = core/stdclass.cpp; sourceTree = SOURCE_ROOT; }; + 3E15A29F10C14C7E89F10799 /* Logger.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Logger.cpp; path = core/deps/glslang/SPIRV/Logger.cpp; sourceTree = SOURCE_ROOT; }; + 3E6B3A79067745A9A6F8B2E9 /* zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h"; sourceTree = ""; }; + 3E96D3548EA7418691D70F53 /* SpvBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvBuilder.cpp; path = core/deps/glslang/SPIRV/SpvBuilder.cpp; sourceTree = SOURCE_ROOT; }; + 3E9741CD298D4651A1E71155 /* sh4_opcode_list.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_opcode_list.h; path = core/hw/sh4/sh4_opcode_list.h; sourceTree = SOURCE_ROOT; }; + 3EF9A7C320F141AEA231DA2A /* compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "core/deps/libchdr/deps/zlib-1.3.1/compress.c"; sourceTree = SOURCE_ROOT; }; + 3F34CB2F854B4B428BE51C32 /* zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress.c"; sourceTree = SOURCE_ROOT; }; + 3F650A44682245469B9D6DEF /* zip_get_name.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_name.c; path = core/deps/libzip/lib/zip_get_name.c; sourceTree = SOURCE_ROOT; }; + 3FA04AE4C7D64253AE4E3FC8 /* code-buffer-vixl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "code-buffer-vixl.h"; path = "core/deps/vixl/code-buffer-vixl.h"; sourceTree = SOURCE_ROOT; }; + 4023BB4494C64E66BE0BE95F /* f355twin.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = f355twin.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp"; sourceTree = ""; }; + 406BED9A62FF4B158D66D16D /* sb.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sb.cpp; path = core/hw/holly/sb.cpp; sourceTree = SOURCE_ROOT; }; + 4076CDE0CF4A41038B1CF16F /* zip_fopen_index_encrypted.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_index_encrypted.c; path = core/deps/libzip/lib/zip_fopen_index_encrypted.c; sourceTree = SOURCE_ROOT; }; + 4091549E135E4724AD8EA241 /* zip_add_entry.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add_entry.c; path = core/deps/libzip/lib/zip_add_entry.c; sourceTree = SOURCE_ROOT; }; + 40C95A0E125D4564B94F6CD1 /* addrspace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = addrspace.h; path = core/hw/mem/addrspace.h; sourceTree = SOURCE_ROOT; }; + 411EC26926BD4281969B07FA /* gunsur2.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = gunsur2.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 41615E5C5045496990ABF4FA /* spirv_c_interface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = spirv_c_interface.cpp; path = core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp; sourceTree = SOURCE_ROOT; }; + 4224AFD134E0458FAC59B9EE /* zip_ftell.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_ftell.c; path = core/deps/libzip/lib/zip_ftell.c; sourceTree = SOURCE_ROOT; }; + 42425C5486564410BA8A0816 /* posix_vmem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = posix_vmem.cpp; path = core/linux/posix_vmem.cpp; sourceTree = SOURCE_ROOT; }; + 42968235D15D49A09A988B58 /* zip_file_get_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_comment.c; path = core/deps/libzip/lib/zip_file_get_comment.c; sourceTree = SOURCE_ROOT; }; + 42A9B62AEF214CF59D26D765 /* gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "core/deps/libchdr/deps/zlib-1.3.1/gzlib.c"; sourceTree = SOURCE_ROOT; }; + 42E2B6430A25494A8A9FC595 /* zip_source_accept_empty.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_accept_empty.c; path = core/deps/libzip/lib/zip_source_accept_empty.c; sourceTree = SOURCE_ROOT; }; + 42F6A189D9614010AD538126 /* westdrmg.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = westdrmg.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 43433A2467264FAC8BFAB2BF /* CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = core/deps/lzma/CpuArch.c; sourceTree = SOURCE_ROOT; }; + 4397F7EF2A494DF588374236 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/nowide/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 43A8975BE9C4476980D7ACDC /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 43CC3EEEE3D94B77AF9CD47C /* oit_drawer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oit_drawer.cpp; path = core/rend/vulkan/oit/oit_drawer.cpp; sourceTree = SOURCE_ROOT; }; + 43F00BEB11B3427ABCA6BBD0 /* rtl8139c.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = rtl8139c.cpp; path = core/hw/bba/rtl8139c.cpp; sourceTree = SOURCE_ROOT; }; + 447CA26CE19F4593BBD0ACCD /* printer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = printer.h; path = core/hw/naomi/printer.h; sourceTree = SOURCE_ROOT; }; + 450B9056434B4F1583F22B77 /* pico_arm9.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_arm9.h; path = core/deps/picotcp/include/arch/pico_arm9.h; sourceTree = SOURCE_ROOT; }; + 455247272A7347E48E534B0A /* gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c"; sourceTree = SOURCE_ROOT; }; + 45DE056A9BD04BA89456B0F7 /* operands-aarch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "operands-aarch64.h"; path = "core/deps/vixl/aarch64/operands-aarch64.h"; sourceTree = SOURCE_ROOT; }; + 45EF324538F5446BABD2C3F2 /* ZipArchive.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchive.cpp; path = core/archive/ZipArchive.cpp; sourceTree = SOURCE_ROOT; }; + 460AC571A201436090A52C66 /* gunsur2.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gunsur2.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp"; sourceTree = ""; }; + 460E8F7637BD4390A08F0D73 /* naomi_roms.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi_roms.cpp; path = core/hw/naomi/naomi_roms.cpp; sourceTree = SOURCE_ROOT; }; + 46B2EAB7CF9E4EC8A84ACFE1 /* Common.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Common.h; path = core/deps/glslang/glslang/Include/Common.h; sourceTree = SOURCE_ROOT; }; + 46BADA26FA8448B58111FE66 /* SpvTools.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpvTools.cpp; path = core/deps/glslang/SPIRV/SpvTools.cpp; sourceTree = SOURCE_ROOT; }; + 46BD4A8AAB5546208AB8D451 /* ta_ctx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ta_ctx.cpp; path = core/hw/pvr/ta_ctx.cpp; sourceTree = SOURCE_ROOT; }; + 4740281757974915A7824E16 /* biosfont.bin.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = biosfont.bin.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp"; sourceTree = ""; }; + 47887D600870471C9E6A8EC0 /* naomi.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi.h; path = core/hw/naomi/naomi.h; sourceTree = SOURCE_ROOT; }; + 47EAC457F5854BBB9E0BD6BC /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist; sourceTree = ""; }; + 47EAEB72F54A4CD9B0ADC039 /* zip_err_str.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_err_str.c; path = ../cmake/core/deps/libzip/lib/zip_err_str.c; sourceTree = ""; }; + 47F32BBB7F564794BD19B6EE /* shil.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = shil.cpp; path = core/hw/sh4/dyna/shil.cpp; sourceTree = SOURCE_ROOT; }; + 484458A47B2C42029D23702C /* zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/zdict.c"; sourceTree = SOURCE_ROOT; }; + 4867EDB201CE48669EA81442 /* divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.h"; sourceTree = SOURCE_ROOT; }; + 48A12646860444D99B2B8FF8 /* Delta.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Delta.h; path = "core/deps/libchdr/deps/lzma-24.05/include/Delta.h"; sourceTree = SOURCE_ROOT; }; + 49399C8E424744BAB162A09C /* reios.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = reios.cpp; path = core/reios/reios.cpp; sourceTree = SOURCE_ROOT; }; + 49A551F516054F619F33E8C6 /* dsp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp.cpp; path = core/hw/aica/dsp.cpp; sourceTree = SOURCE_ROOT; }; + 4A0A98853A1647D783341520 /* arm7_rec.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arm7_rec.h; path = core/hw/arm7/arm7_rec.h; sourceTree = SOURCE_ROOT; }; + 4A2C4B0B78954CF78BC5EFDF /* 7zWindows.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zWindows.h; path = "core/deps/libchdr/deps/lzma-24.05/include/7zWindows.h"; sourceTree = SOURCE_ROOT; }; + 4A4317A707FD4CDCA352E610 /* westdrmg.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = westdrmg.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp"; sourceTree = ""; }; + 4A8C0AB1B948498B9B3E25D4 /* inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "core/deps/libchdr/deps/zlib-1.3.1/inflate.h"; sourceTree = SOURCE_ROOT; }; + 4ABDB7F3EEFC4F879F3B0600 /* libOSDependent.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libOSDependent.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 4AEED4906CFF496F8456DFA2 /* miniupnp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = miniupnp.cpp; path = core/network/miniupnp.cpp; sourceTree = SOURCE_ROOT; }; + 4B3D013CEC114A1D939324FF /* decrypt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = decrypt.h; path = core/hw/naomi/decrypt.h; sourceTree = SOURCE_ROOT; }; + 4B5A5EFC39354E90B351CE34 /* InReadableOrder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InReadableOrder.cpp; path = core/deps/glslang/SPIRV/InReadableOrder.cpp; sourceTree = SOURCE_ROOT; }; + 4B88618EBD09412592AF380F /* pipeline.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = pipeline.cpp; path = core/rend/vulkan/pipeline.cpp; sourceTree = SOURCE_ROOT; }; + 4BF0E6B97323446D91BA1FCF /* cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/cpu.h"; sourceTree = SOURCE_ROOT; }; + 4C4B044E9E044136A7B0E950 /* gdcartridge.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gdcartridge.h; path = core/hw/naomi/gdcartridge.h; sourceTree = SOURCE_ROOT; }; + 4C5A2D8E5E234C8CB2948147 /* ta_vtx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ta_vtx.cpp; path = core/hw/pvr/ta_vtx.cpp; sourceTree = SOURCE_ROOT; }; + 4C5A5A06D79443A88C725963 /* zip_file_error_get.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_error_get.c; path = core/deps/libzip/lib/zip_file_error_get.c; sourceTree = SOURCE_ROOT; }; + 4D29CB48A7F84CD39B0F2A29 /* compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = core/rend/vulkan/compiler.h; sourceTree = SOURCE_ROOT; }; + 4D4909E622F145EDBEF7EB12 /* deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "core/deps/libchdr/deps/zlib-1.3.1/deflate.h"; sourceTree = SOURCE_ROOT; }; + 4D4D06D35B444CA3A77369FA /* pico_queue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_queue.h; path = core/deps/picotcp/include/pico_queue.h; sourceTree = SOURCE_ROOT; }; + 4DC6425AD7D24F6BB3E69BE2 /* hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.h"; sourceTree = SOURCE_ROOT; }; + 4DC782E8045243B19FACE483 /* libelf.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libelf.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 4E3C3E60FF924C5398E789FF /* ochaken.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = ochaken.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 4E6C6EB6905F49F4BDC92F44 /* unomedal.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = unomedal.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp"; sourceTree = ""; }; + 4EBD6E6311BB46C0AC612DAB /* instructions-aarch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "instructions-aarch64.h"; path = "core/deps/vixl/aarch64/instructions-aarch64.h"; sourceTree = SOURCE_ROOT; }; + 4EC5BECA31F444F6B0E39277 /* tileclip.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = tileclip.h; path = core/rend/tileclip.h; sourceTree = SOURCE_ROOT; }; + 4F40DCEAAC534979A3C7FCC5 /* SpvBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpvBuilder.h; path = core/deps/glslang/SPIRV/SpvBuilder.h; sourceTree = SOURCE_ROOT; }; + 4F54A75150A1401994FE534B /* cstdio.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cstdio.cpp; path = core/deps/nowide/src/cstdio.cpp; sourceTree = SOURCE_ROOT; }; + 504177B291864AD7AFD4012F /* iso9660.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = iso9660.h; path = core/imgread/iso9660.h; sourceTree = SOURCE_ROOT; }; + 50CFD52CF6B240A8B594C93E /* sh4_cache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_cache.h; path = core/hw/sh4/sh4_cache.h; sourceTree = SOURCE_ROOT; }; + 50D446ADDFB6470493D7D4DB /* utils-vixl.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "utils-vixl.cc"; path = "core/deps/vixl/utils-vixl.cc"; sourceTree = SOURCE_ROOT; }; + 51E80D6EF9294C70846AE7B3 /* zip_source_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_write.c; path = core/deps/libzip/lib/zip_source_write.c; sourceTree = SOURCE_ROOT; }; + 522577DB92214F348A988201 /* zip_file_rename.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_rename.c; path = core/deps/libzip/lib/zip_file_rename.c; sourceTree = SOURCE_ROOT; }; + 523E7BB28F4A4B9EB387569A /* hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/hist.c"; sourceTree = SOURCE_ROOT; }; + 52FBABDFE9784C21B0FBFD16 /* disassemble.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = disassemble.h; path = core/deps/glslang/SPIRV/disassemble.h; sourceTree = SOURCE_ROOT; }; + 531E39FB11AE4B0FBB29326E /* sorter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sorter.cpp; path = core/rend/sorter.cpp; sourceTree = SOURCE_ROOT; }; + 5388BE4C53AC4F42A505C681 /* zip_fopen_encrypted.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_encrypted.c; path = core/deps/libzip/lib/zip_fopen_encrypted.c; sourceTree = SOURCE_ROOT; }; + 539FC05A5B694CF799B92D2A /* Initialize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Initialize.cpp; path = core/deps/glslang/glslang/MachineIndependent/Initialize.cpp; sourceTree = SOURCE_ROOT; }; + 53CD5733B042409C81C69769 /* ta_structs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ta_structs.h; path = core/hw/pvr/ta_structs.h; sourceTree = SOURCE_ROOT; }; + 5422F92BD1D442428B770CE4 /* zip_close.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_close.c; path = core/deps/libzip/lib/zip_close.c; sourceTree = SOURCE_ROOT; }; + 544A14A92178490BA3636059 /* Initialize.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Initialize.h; path = core/deps/glslang/glslang/MachineIndependent/Initialize.h; sourceTree = SOURCE_ROOT; }; + 54E85F9412414595B4C622AD /* libflycast_libretro.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libflycast_libretro.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 5500252794EF431B965AC2D8 /* pvr_sb_regs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = pvr_sb_regs.cpp; path = core/hw/pvr/pvr_sb_regs.cpp; sourceTree = SOURCE_ROOT; }; + 552C67F1FB7846318EE5BF3D /* sh4_sched.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_sched.h; path = core/hw/sh4/sh4_sched.h; sourceTree = SOURCE_ROOT; }; + 5544646D98624856B2B21979 /* aica_if.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = aica_if.cpp; path = core/hw/aica/aica_if.cpp; sourceTree = SOURCE_ROOT; }; + 5581E6CF3C6D4AEC9D1DF0E6 /* zip_open.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_open.c; path = core/deps/libzip/lib/zip_open.c; sourceTree = SOURCE_ROOT; }; + 55A88A97F272475E990CD86A /* printer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = printer.cpp; path = core/hw/naomi/printer.cpp; sourceTree = SOURCE_ROOT; }; + 55BD30C4327741C590795139 /* invalset-vixl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "invalset-vixl.h"; path = "core/deps/vixl/invalset-vixl.h"; sourceTree = SOURCE_ROOT; }; + 55BFA514A6EE43EE924ABFC0 /* zip_source_buffer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_buffer.c; path = core/deps/libzip/lib/zip_source_buffer.c; sourceTree = SOURCE_ROOT; }; + 55D5F3AD22784251BF4A88CD /* pipeline.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pipeline.h; path = core/rend/vulkan/pipeline.h; sourceTree = SOURCE_ROOT; }; + 57740FB3106246099A697EC0 /* heap.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = heap.h; path = core/deps/picotcp/include/heap.h; sourceTree = SOURCE_ROOT; }; + 578AF98088C24624A32F141E /* x76f100.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = x76f100.cpp; path = core/hw/flashrom/x76f100.cpp; sourceTree = SOURCE_ROOT; }; + 57A9D144D79143AE921E47FC /* dns.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dns.cpp; path = core/network/dns.cpp; sourceTree = SOURCE_ROOT; }; + 57EE65486A1B4C17872906CD /* sh4_mmr.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_mmr.h; path = core/hw/sh4/sh4_mmr.h; sourceTree = SOURCE_ROOT; }; + 586AC14873344045B35C8A34 /* zip_stat.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat.c; path = core/deps/libzip/lib/zip_stat.c; sourceTree = SOURCE_ROOT; }; + 58E423D951C243DFBC87154F /* cheats.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cheats.cpp; path = core/cheats.cpp; sourceTree = SOURCE_ROOT; }; + 58FD86E52D4E4CEE8BC1EC2E /* oit_drawer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oit_drawer.h; path = core/rend/vulkan/oit/oit_drawer.h; sourceTree = SOURCE_ROOT; }; + 5940978033D945ECA064E061 /* naomi.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi.cpp; path = core/hw/naomi/naomi.cpp; sourceTree = SOURCE_ROOT; }; + 59EF2FA0A1DC436393DA69B5 /* commandpool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = commandpool.cpp; path = core/rend/vulkan/commandpool.cpp; sourceTree = SOURCE_ROOT; }; + 5A7772A89EE243CDBB8A98A5 /* sh4_cycles.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_cycles.h; path = core/hw/sh4/sh4_cycles.h; sourceTree = SOURCE_ROOT; }; + 5ACED63FAF1E452D824EE210 /* Compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Compiler.h; path = "core/deps/libchdr/deps/lzma-24.05/include/Compiler.h"; sourceTree = SOURCE_ROOT; }; + 5B5CE30D09AC44E1A1D9CEDC /* resources.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = resources.cpp; path = core/oslib/resources.cpp; sourceTree = SOURCE_ROOT; }; + 5B935D0D3C5B4FFF9CF695FA /* zip_name_locate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_name_locate.c; path = core/deps/libzip/lib/zip_name_locate.c; sourceTree = SOURCE_ROOT; }; + 5C43009D1A914096BE225392 /* zip_progress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_progress.c; path = core/deps/libzip/lib/zip_progress.c; sourceTree = SOURCE_ROOT; }; + 5C91C2515DE1404892BB027E /* stdclass.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = stdclass.h; path = core/stdclass.h; sourceTree = SOURCE_ROOT; }; + 5CAE808B5CF3434990CC293E /* zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/zstd.h"; sourceTree = SOURCE_ROOT; }; + 5CDAFEACAE424A70B15BA6F4 /* zip_file_set_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_comment.c; path = core/deps/libzip/lib/zip_file_set_comment.c; sourceTree = SOURCE_ROOT; }; + 5D2DC00811C34FD5A040E34B /* error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.c"; sourceTree = SOURCE_ROOT; }; + 5D36832FC77E4278A2C6485C /* stat.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = stat.hpp; path = core/deps/nowide/include/nowide/stat.hpp; sourceTree = SOURCE_ROOT; }; + 5D507378AA37466F8D6623D2 /* inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "core/deps/libchdr/deps/zlib-1.3.1/inflate.h"; sourceTree = SOURCE_ROOT; }; + 5D5317B101284B8E92769C84 /* threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/threading.c"; sourceTree = SOURCE_ROOT; }; + 5D99CFDB4547409488B87CD8 /* gdrom_hle.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gdrom_hle.cpp; path = core/reios/gdrom_hle.cpp; sourceTree = SOURCE_ROOT; }; + 5DE5A418524048A2A85B27CF /* oslib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oslib.cpp; path = shell/libretro/oslib.cpp; sourceTree = SOURCE_ROOT; }; + 5E15A61DAB604360866D46EC /* mazan.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = mazan.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 5E31494802734159B4C4118A /* zip_hash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_hash.c; path = core/deps/libzip/lib/zip_hash.c; sourceTree = SOURCE_ROOT; }; + 5E477C411D0A4B1EB96DA439 /* Constant.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Constant.cpp; path = core/deps/glslang/glslang/MachineIndependent/Constant.cpp; sourceTree = SOURCE_ROOT; }; + 5EA0D619380B4C3EBFB5D670 /* LzmaEnc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaEnc.h; path = "core/deps/libchdr/deps/lzma-24.05/include/LzmaEnc.h"; sourceTree = SOURCE_ROOT; }; + 5ECEF00FAD944B3FBC0371CD /* miniupnpcstrings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = miniupnpcstrings.h; path = ../cmake/core/deps/miniupnpc/miniupnpcstrings.h; sourceTree = ""; }; + 5EEA89B9648340D8B400EA18 /* zip_unchange.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange.c; path = core/deps/libzip/lib/zip_unchange.c; sourceTree = SOURCE_ROOT; }; + 5F1A78576A684FF6B6C16421 /* touchscreen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = touchscreen.h; path = core/hw/naomi/touchscreen.h; sourceTree = SOURCE_ROOT; }; + 5F21D2AE88044253BA740826 /* pico_protocol.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_protocol.h; path = core/deps/picotcp/include/pico_protocol.h; sourceTree = SOURCE_ROOT; }; + 5F379057550940D7AFFF59E5 /* upnpcommands.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpcommands.c; path = core/deps/miniupnpc/src/upnpcommands.c; sourceTree = SOURCE_ROOT; }; + 5F85B852D815403DAA46E548 /* inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "core/deps/libchdr/deps/zlib-1.3.1/inffast.c"; sourceTree = SOURCE_ROOT; }; + 5FC502CFA78147E78049C5B6 /* filesystem.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = filesystem.hpp; path = core/deps/nowide/include/nowide/filesystem.hpp; sourceTree = SOURCE_ROOT; }; + 5FEEBA32FFA34BD9A0BD4E91 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; + 602A57015AC6462CB83639DC /* 7zCrcOpt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zCrcOpt.c; path = core/deps/lzma/7zCrcOpt.c; sourceTree = SOURCE_ROOT; }; + 608FBA6DE01141A2A1D34548 /* inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "core/deps/libchdr/deps/zlib-1.3.1/inflate.c"; sourceTree = SOURCE_ROOT; }; + 609A29264B3B4F7CBE93681E /* zip_add_dir.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_add_dir.c; path = core/deps/libzip/lib/zip_add_dir.c; sourceTree = SOURCE_ROOT; }; + 60AD5FDAB3B24D7CA82E32A1 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 60B803EAEB45411EA449E0FC /* huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/huf_decompress.c"; sourceTree = SOURCE_ROOT; }; + 60C193EBC3E547F1849E5DCE /* biosfont.bin.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = biosfont.bin.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp.rule"; sourceTree = ""; }; + 60FFB59463824491ACBE3036 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/libchdr/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 6128F2DEEC0E4B449BA39D45 /* utils-vixl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "utils-vixl.h"; path = "core/deps/vixl/utils-vixl.h"; sourceTree = SOURCE_ROOT; }; + 61293423C9BB4338BE80CEFF /* sb.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sb.h; path = core/hw/holly/sb.h; sourceTree = SOURCE_ROOT; }; + 615BD138AA1744828FAE49CE /* vf4.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vf4.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp"; sourceTree = ""; }; + 61A0E6B562EC40F68CF31C93 /* pico_dhcp_common.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_dhcp_common.h; path = core/deps/picotcp/modules/pico_dhcp_common.h; sourceTree = SOURCE_ROOT; }; + 62C0B2AF9A74414EBFFBEF91 /* md5.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = md5.cpp; path = core/deps/md5/md5.cpp; sourceTree = SOURCE_ROOT; }; + 62C4A303D82C4194A9606010 /* oit_renderpass.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oit_renderpass.cpp; path = core/rend/vulkan/oit/oit_renderpass.cpp; sourceTree = SOURCE_ROOT; }; + 6315D8FD4CCA442188682100 /* Renderer_if.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Renderer_if.h; path = core/hw/pvr/Renderer_if.h; sourceTree = SOURCE_ROOT; }; + 6320E102E92843589A361689 /* connecthostport.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = connecthostport.c; path = core/deps/miniupnpc/src/connecthostport.c; sourceTree = SOURCE_ROOT; }; + 633E3049F9744A7497CC2244 /* infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "core/deps/libchdr/deps/zlib-1.3.1/infback.c"; sourceTree = SOURCE_ROOT; }; + 635554C03ACA47C89AEF1E37 /* naomi_roms_input.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_roms_input.h; path = core/hw/naomi/naomi_roms_input.h; sourceTree = SOURCE_ROOT; }; + 63FE593126B74A749A5F7970 /* zip_file_set_mtime.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_mtime.c; path = core/deps/libzip/lib/zip_file_set_mtime.c; sourceTree = SOURCE_ROOT; }; + 644636FE49D04422B28956D0 /* sorter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sorter.h; path = core/rend/sorter.h; sourceTree = SOURCE_ROOT; }; + 646DB35FF39C405A9FB1B338 /* net_handshake.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = net_handshake.h; path = core/network/net_handshake.h; sourceTree = SOURCE_ROOT; }; + 6478DB530EBA4298B461144C /* zip_fclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fclose.c; path = core/deps/libzip/lib/zip_fclose.c; sourceTree = SOURCE_ROOT; }; + 6488725F267647AB817FAF62 /* magicpop.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = magicpop.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp"; sourceTree = ""; }; + 64E484D0C6EC4B60A0E7D165 /* zip_source_seek_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_seek_write.c; path = core/deps/libzip/lib/zip_source_seek_write.c; sourceTree = SOURCE_ROOT; }; + 651DADF28E2A4D7F8D2BD504 /* utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = utils.h; path = core/rend/vulkan/utils.h; sourceTree = SOURCE_ROOT; }; + 6520DA54821748C6B0405374 /* context.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = context.cpp; path = core/linux/context.cpp; sourceTree = SOURCE_ROOT; }; + 655ED260071449898C99FE4B /* f355twn2.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = f355twn2.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp"; sourceTree = ""; }; + 65AAA9EF94D641E29BBCCA59 /* pico_udp.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_udp.c; path = core/deps/picotcp/modules/pico_udp.c; sourceTree = SOURCE_ROOT; }; + 65B1D6049243481389AA9382 /* crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "core/deps/libchdr/deps/zlib-1.3.1/crc32.c"; sourceTree = SOURCE_ROOT; }; + 65B9C9E6D5DA4559825B27F5 /* oslib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oslib.h; path = core/oslib/oslib.h; sourceTree = SOURCE_ROOT; }; + 65FDEA106D5E45FB85579B4C /* vmallocator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = vmallocator.h; path = core/rend/vulkan/vmallocator.h; sourceTree = SOURCE_ROOT; }; + 662ACF491831425E92CA94D9 /* zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.c"; sourceTree = SOURCE_ROOT; }; + 667409617B1742B8A4C2E2F2 /* ggpo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ggpo.cpp; path = core/network/ggpo.cpp; sourceTree = SOURCE_ROOT; }; + 6675D7EF7BEF42DFB23E2E8D /* retro_dirent.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = retro_dirent.c; path = "core/deps/libretro-common/file/retro_dirent.c"; sourceTree = SOURCE_ROOT; }; + 66D7867C6F7D4C95932A069A /* hopper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hopper.h; path = core/hw/naomi/hopper.h; sourceTree = SOURCE_ROOT; }; + 66ED6B422BE6409E95E4558F /* descrambl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = descrambl.h; path = core/reios/descrambl.h; sourceTree = SOURCE_ROOT; }; + 67789E11FD82420CB9EBA7B1 /* Lzma2Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma2Dec.c; path = core/deps/lzma/Lzma2Dec.c; sourceTree = SOURCE_ROOT; }; + 67BFF904702440A8BD738B8E /* oit_shaders.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oit_shaders.h; path = core/rend/vulkan/oit/oit_shaders.h; sourceTree = SOURCE_ROOT; }; + 68062485C08243D588DE3898 /* platform-vixl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "platform-vixl.h"; path = "core/deps/vixl/platform-vixl.h"; sourceTree = SOURCE_ROOT; }; + 6833028B6FE94090B6CB9CB5 /* LzmaDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = "core/deps/libchdr/deps/lzma-24.05/src/LzmaDec.c"; sourceTree = SOURCE_ROOT; }; + 686A4C98C0AA4CC6B85BCC91 /* entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/entropy_common.c"; sourceTree = SOURCE_ROOT; }; + 689559A42D0F4E77841B2F92 /* sb_mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sb_mem.h; path = core/hw/holly/sb_mem.h; sourceTree = SOURCE_ROOT; }; + 68B49B59A3C74AF98D91FDC9 /* dmac.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = dmac.h; path = core/hw/sh4/modules/dmac.h; sourceTree = SOURCE_ROOT; }; + 68B99B5B01EF4D93A570C40B /* multiboard.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = multiboard.h; path = core/hw/naomi/multiboard.h; sourceTree = SOURCE_ROOT; }; + 68BD77B8E57A4B1685D98549 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/lzma-24.05/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; + 69C05D8042BF4FCE86BAFAF8 /* dmac.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dmac.cpp; path = core/hw/sh4/modules/dmac.cpp; sourceTree = SOURCE_ROOT; }; + 6A37BC9EF6C14C20ABF3834F /* GlslangToSpv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GlslangToSpv.cpp; path = core/deps/glslang/SPIRV/GlslangToSpv.cpp; sourceTree = SOURCE_ROOT; }; + 6A8969E972A14059B7BE1D37 /* otrigger.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = otrigger.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp"; sourceTree = ""; }; + 6ABBE307CAA04E19A17C5DE9 /* ta.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ta.cpp; path = core/hw/pvr/ta.cpp; sourceTree = SOURCE_ROOT; }; + 6B40D34B678B4D4D8AC98E64 /* TexCache.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TexCache.cpp; path = core/rend/TexCache.cpp; sourceTree = SOURCE_ROOT; }; + 6B67B9DCEB4B47728F63945E /* fsca-table.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "fsca-table.h"; path = "core/hw/sh4/fsca-table.h"; sourceTree = SOURCE_ROOT; }; + 6BC0B99222C8401CB88355A9 /* texconv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = texconv.cpp; path = core/rend/texconv.cpp; sourceTree = SOURCE_ROOT; }; + 6C375F0FC2C04387AA3883ED /* mem_watch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem_watch.h; path = core/hw/mem/mem_watch.h; sourceTree = SOURCE_ROOT; }; + 6C7306F5F4DD4580BB8286CA /* at93cxx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = at93cxx.cpp; path = core/hw/flashrom/at93cxx.cpp; sourceTree = SOURCE_ROOT; }; + 6C77FFE83BEE4AF3B2ADBD4D /* zip_get_num_files.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_num_files.c; path = core/deps/libzip/lib/zip_get_num_files.c; sourceTree = SOURCE_ROOT; }; + 6CB05B977EC14AF8A6AD4821 /* GLSL.ext.EXT.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.EXT.h; path = core/deps/glslang/SPIRV/GLSL.ext.EXT.h; sourceTree = SOURCE_ROOT; }; + 6D3E6D23C2864BA698C694DD /* sh4_if.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_if.h; path = core/hw/sh4/sh4_if.h; sourceTree = SOURCE_ROOT; }; + 6D6A69FDD6B04E39B5AB661C /* zip_strerror.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_strerror.c; path = core/deps/libzip/lib/zip_strerror.c; sourceTree = SOURCE_ROOT; }; + 6D87CAB29F394D17BBC3C068 /* inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "core/deps/libchdr/deps/zlib-1.3.1/inftrees.c"; sourceTree = SOURCE_ROOT; }; + 6D89DEA822B841439FD45D39 /* crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "core/deps/libchdr/deps/zlib-1.3.1/crc32.h"; sourceTree = SOURCE_ROOT; }; + 6D8AFA279FFC4CF39B6E1128 /* attribute.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = attribute.cpp; path = core/deps/glslang/glslang/MachineIndependent/attribute.cpp; sourceTree = SOURCE_ROOT; }; + 6DA1FE268071401A84A3C8E3 /* shaders.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = shaders.cpp; path = core/rend/vulkan/shaders.cpp; sourceTree = SOURCE_ROOT; }; + 6DA82BCC62394F2E895C3CDA /* dsp_x86.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp_x86.cpp; path = core/hw/aica/dsp_x86.cpp; sourceTree = SOURCE_ROOT; }; + 6DA93AEA2D514B7587AEA062 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist; sourceTree = ""; }; + 6DD92643CEB0431F855CDF70 /* bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/bitstream.h"; sourceTree = SOURCE_ROOT; }; + 6E7548DD37C94BE1BE92B778 /* pico_stack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_stack.h; path = core/deps/picotcp/include/pico_stack.h; sourceTree = SOURCE_ROOT; }; + 6EB1B7AE329046D7924FC369 /* zip_discard.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_discard.c; path = core/deps/libzip/lib/zip_discard.c; sourceTree = SOURCE_ROOT; }; + 6ECC61F9F24240D2BDF6A6E8 /* aica.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = aica.cpp; path = core/hw/aica/aica.cpp; sourceTree = SOURCE_ROOT; }; + 6EE0A782A6404B7E9A065E66 /* 7zArchive.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = 7zArchive.cpp; path = core/archive/7zArchive.cpp; sourceTree = SOURCE_ROOT; }; + 6EFFEC76E5FC48F08E7A4A57 /* quoted.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = quoted.hpp; path = core/deps/nowide/include/nowide/quoted.hpp; sourceTree = SOURCE_ROOT; }; + 6F1F595EEE054B57BE419722 /* descrambl.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = descrambl.cpp; path = core/reios/descrambl.cpp; sourceTree = SOURCE_ROOT; }; + 6F384E76AE05479C9068ADBF /* dsp_interp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp_interp.cpp; path = core/hw/aica/dsp_interp.cpp; sourceTree = SOURCE_ROOT; }; + 6F46ECDCEB8E4E608D740D43 /* assembler-sve-aarch64.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "assembler-sve-aarch64.cc"; path = "core/deps/vixl/aarch64/assembler-sve-aarch64.cc"; sourceTree = SOURCE_ROOT; }; + 6F5B247B28E04F1780644F3E /* ta_util.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ta_util.cpp; path = core/hw/pvr/ta_util.cpp; sourceTree = SOURCE_ROOT; }; + 70340674EBF74451B25CC921 /* 7zArchive.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zArchive.h; path = core/archive/7zArchive.h; sourceTree = SOURCE_ROOT; }; + 703D45D871B74919B06EFA0A /* pico_dns_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_dns_common.c; path = core/deps/picotcp/modules/pico_dns_common.c; sourceTree = SOURCE_ROOT; }; + 705942F3AC944C97A30776C4 /* decrypt.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = decrypt.cpp; path = core/hw/naomi/decrypt.cpp; sourceTree = SOURCE_ROOT; }; + 708B6998242242A6BFE90375 /* upnpreplyparse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpreplyparse.c; path = core/deps/miniupnpc/src/upnpreplyparse.c; sourceTree = SOURCE_ROOT; }; + 708D1B6E29FF414DA564008A /* hwreg.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hwreg.h; path = core/hw/hwreg.h; sourceTree = SOURCE_ROOT; }; + 710B81C5FE674A8981B2F996 /* vulkan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = vulkan.h; path = core/rend/vulkan/vulkan.h; sourceTree = SOURCE_ROOT; }; + 7119CDDB1C744960834F673D /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 7144B26A554D44F18FEA42D3 /* libxxhash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxxhash.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 7167E7ED85BA4E1F82E9512B /* libretro_core_option_defines.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = libretro_core_option_defines.h; path = shell/libretro/libretro_core_option_defines.h; sourceTree = SOURCE_ROOT; }; + 7177CE1DE5114AE2914500F3 /* zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.h"; sourceTree = SOURCE_ROOT; }; + 71EE71B07B5847FD82675ABB /* zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstdmt_compress.h"; sourceTree = SOURCE_ROOT; }; + 72037F9A1C2A40339E6F38A5 /* stat.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = stat.cpp; path = core/deps/nowide/src/stat.cpp; sourceTree = SOURCE_ROOT; }; + 72277B7E5EF54076A4973410 /* zip_source_open.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_open.c; path = core/deps/libzip/lib/zip_source_open.c; sourceTree = SOURCE_ROOT; }; + 727BFBC4F24B40068C601BAF /* gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "core/deps/libchdr/deps/zlib-1.3.1/gzread.c"; sourceTree = SOURCE_ROOT; }; + 735F66F4815848288C56E0FD /* emulator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = emulator.h; path = core/emulator.h; sourceTree = SOURCE_ROOT; }; + 73823A224399414681428B85 /* stdstring.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = stdstring.c; path = "core/deps/libretro-common/string/stdstring.c"; sourceTree = SOURCE_ROOT; }; + 74B31A8220154A0D81BA615A /* mazan.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = mazan.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp"; sourceTree = ""; }; + 74FCD8E6030942888E565094 /* zip_dirent.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_dirent.c; path = core/deps/libzip/lib/zip_dirent.c; sourceTree = SOURCE_ROOT; }; + 75B4265F917A4C71938B5AB3 /* NonSemanticShaderDebugInfo100.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NonSemanticShaderDebugInfo100.h; path = core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h; sourceTree = SOURCE_ROOT; }; + 75B7D3100A904B239337B2F3 /* NonSemanticDebugPrintf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NonSemanticDebugPrintf.h; path = core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h; sourceTree = SOURCE_ROOT; }; + 761E51764D72424C9611BFEB /* types.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = types.h; path = core/types.h; sourceTree = SOURCE_ROOT; }; + 7697F147B43E479CBDC990D7 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/libchdr/tests/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 76A5BEBEB82F4CCE89595572 /* libchdr_flac.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_flac.c; path = core/deps/libchdr/src/libchdr_flac.c; sourceTree = SOURCE_ROOT; }; + 76F19D7061D943D58AA62C48 /* storage.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = storage.cpp; path = core/oslib/storage.cpp; sourceTree = SOURCE_ROOT; }; + 76FA09F0CCB14747A0E4EBD9 /* libOGLCompiler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libOGLCompiler.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 77630E2BA5B24CDDAC6A777C /* pico_pic32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_pic32.h; path = core/deps/picotcp/include/arch/pico_pic32.h; sourceTree = SOURCE_ROOT; }; + 77DFFDCB9A3B44E482190488 /* bba.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bba.h; path = core/hw/bba/bba.h; sourceTree = SOURCE_ROOT; }; + 781576B5568D412DB79ABFA0 /* maple_if.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = maple_if.cpp; path = core/hw/maple/maple_if.cpp; sourceTree = SOURCE_ROOT; }; + 787AA8B23F9242A887F657C2 /* blockmanager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = blockmanager.h; path = core/hw/sh4/dyna/blockmanager.h; sourceTree = SOURCE_ROOT; }; + 788804BECF7A4349AB0521D1 /* arm_mem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm_mem.cpp; path = core/hw/arm7/arm_mem.cpp; sourceTree = SOURCE_ROOT; }; + 78BF8EC64487489EBADD20E9 /* at93cxx.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = at93cxx.h; path = core/hw/flashrom/at93cxx.h; sourceTree = SOURCE_ROOT; }; + 78E67D5967BF41F68B101F5C /* zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.c"; sourceTree = SOURCE_ROOT; }; + 79236409104A4C588ED4EEC9 /* gdromv3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gdromv3.h; path = core/hw/gdrom/gdromv3.h; sourceTree = SOURCE_ROOT; }; + 7987C28861ED4055B0EABFE4 /* cdio.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cdio.cpp; path = core/imgread/cdio.cpp; sourceTree = SOURCE_ROOT; }; + 79ED7FF8324948F4A19986A0 /* pico_protocol.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_protocol.c; path = core/deps/picotcp/stack/pico_protocol.c; sourceTree = SOURCE_ROOT; }; + 79F40B2F0AB24FDE9CC269C1 /* miniupnp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = miniupnp.h; path = core/network/miniupnp.h; sourceTree = SOURCE_ROOT; }; + 7A4431C679FB44F99DACB173 /* Types.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Types.h; path = core/deps/glslang/glslang/Include/Types.h; sourceTree = SOURCE_ROOT; }; + 7A620B9EDEAC4FC58586C5A9 /* modem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = modem.h; path = core/hw/modem/modem.h; sourceTree = SOURCE_ROOT; }; + 7A73CEF2F7BB4675BD1D7E78 /* zip_set_default_password.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_default_password.c; path = core/deps/libzip/lib/zip_set_default_password.c; sourceTree = SOURCE_ROOT; }; + 7AD441C22A4C441F9DEE142A /* rzip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = rzip.cpp; path = core/archive/rzip.cpp; sourceTree = SOURCE_ROOT; }; + 7B0520368B2C4F48B21BA0FC /* zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress.c"; sourceTree = SOURCE_ROOT; }; + 7B3A4B40E65D4E519ACFB8D5 /* 7zStream.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zStream.c; path = core/deps/lzma/7zStream.c; sourceTree = SOURCE_ROOT; }; + 7B460C73F2BB4C2D9EE4AF1A /* zip_source_zip_new.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_zip_new.c; path = core/deps/libzip/lib/zip_source_zip_new.c; sourceTree = SOURCE_ROOT; }; + 7B7E245C81724A8694C853C5 /* systemsp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = systemsp.cpp; path = core/hw/naomi/systemsp.cpp; sourceTree = SOURCE_ROOT; }; + 7B99B93861D54B12B980184C /* libretro.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = libretro.cpp; path = core/wsi/libretro.cpp; sourceTree = SOURCE_ROOT; }; + 7BAB1D4FE77A4979A621035D /* Bra.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra.c; path = "core/deps/libchdr/deps/lzma-24.05/src/Bra.c"; sourceTree = SOURCE_ROOT; }; + 7BBCA03DF4F049D0B9D6D19C /* minixml.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minixml.c; path = core/deps/miniupnpc/src/minixml.c; sourceTree = SOURCE_ROOT; }; + 7BC99028AE9C4EF9A81882BA /* libMachineIndependent.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libMachineIndependent.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 7C2022B6AB9245DB9FC3F745 /* vk_context_lr.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = vk_context_lr.h; path = core/rend/vulkan/vk_context_lr.h; sourceTree = SOURCE_ROOT; }; + 7C53D47A6C5B4B59A4C47A75 /* sh4_mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_mem.h; path = core/hw/sh4/sh4_mem.h; sourceTree = SOURCE_ROOT; }; + 7C7474E8B6C14D62953002D0 /* inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "core/deps/libchdr/deps/zlib-1.3.1/inffast.h"; sourceTree = SOURCE_ROOT; }; + 7C99768EED584934AF595F16 /* printer_ascii12x24.bin.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = printer_ascii12x24.bin.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp"; sourceTree = ""; }; + 7CFCE6043EF74BBD968AF11E /* pico_module_eth.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_module_eth.h; path = core/deps/picotcp/include/pico_module_eth.h; sourceTree = SOURCE_ROOT; }; + 7D78580DE1074E50BF7882BD /* fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse.h"; sourceTree = SOURCE_ROOT; }; + 7DA27A807FC54697B3B80C31 /* zip_source_commit_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_commit_write.c; path = core/deps/libzip/lib/zip_source_commit_write.c; sourceTree = SOURCE_ROOT; }; + 7DD70DD228134329A7ABA19F /* SpirvIntrinsics.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpirvIntrinsics.h; path = core/deps/glslang/glslang/Include/SpirvIntrinsics.h; sourceTree = SOURCE_ROOT; }; + 7E2858CA41E345CBB68E2412 /* zip_source_begin_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_begin_write.c; path = core/deps/libzip/lib/zip_source_begin_write.c; sourceTree = SOURCE_ROOT; }; + 7EA872FFA2D3438BB38AD556 /* spvIR.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = spvIR.h; path = core/deps/glslang/SPIRV/spvIR.h; sourceTree = SOURCE_ROOT; }; + 7EC4F87E99ED480BBD7CFEBF /* zip_set_file_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_file_comment.c; path = core/deps/libzip/lib/zip_set_file_comment.c; sourceTree = SOURCE_ROOT; }; + 7F253687884B4A7A8DC0AF13 /* oit_renderpass.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oit_renderpass.h; path = core/rend/vulkan/oit/oit_renderpass.h; sourceTree = SOURCE_ROOT; }; + 7FB07EF544F44892AF025239 /* zip_get_num_entries.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_num_entries.c; path = core/deps/libzip/lib/zip_get_num_entries.c; sourceTree = SOURCE_ROOT; }; + 809E9293011B4ADFA649F8AC /* decoder_opcodes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = decoder_opcodes.h; path = core/hw/sh4/dyna/decoder_opcodes.h; sourceTree = SOURCE_ROOT; }; + 80E34506CB9B452DB4684247 /* zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_lazy.c"; sourceTree = SOURCE_ROOT; }; + 817BD2A954594D7B9939F36D /* osd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = osd.cpp; path = core/rend/osd.cpp; sourceTree = SOURCE_ROOT; }; + 81EF090EE7644EB98E0B3A81 /* host_context.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = host_context.h; path = core/oslib/host_context.h; sourceTree = SOURCE_ROOT; }; + 8203B4E62841451194B14E5C /* adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "core/deps/libchdr/deps/zlib-1.3.1/adler32.c"; sourceTree = SOURCE_ROOT; }; + 823972DAFBE44F54B74662A8 /* addr_is_reserved.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = addr_is_reserved.c; path = core/deps/miniupnpc/src/addr_is_reserved.c; sourceTree = SOURCE_ROOT; }; + 82B1701CF87A4E6A8D57C8D6 /* pico_eth.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_eth.h; path = core/deps/picotcp/include/pico_eth.h; sourceTree = SOURCE_ROOT; }; + 8348CA6D89D14171A381A941 /* glslang_c_shader_types.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_c_shader_types.h; path = core/deps/glslang/glslang/Include/glslang_c_shader_types.h; sourceTree = SOURCE_ROOT; }; + 8376D728B7BE484B97758755 /* net_handshake.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = net_handshake.cpp; path = core/network/net_handshake.cpp; sourceTree = SOURCE_ROOT; }; + 83B05F5F3E3249078E4748DF /* libSPIRV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libSPIRV.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 83BF6B9FF1B54F1180D0BDAF /* ngen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ngen.h; path = core/hw/sh4/dyna/ngen.h; sourceTree = SOURCE_ROOT; }; + 83DDBDACC8C341248A1E2C9E /* macro-assembler-aarch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "macro-assembler-aarch64.h"; path = "core/deps/vixl/aarch64/macro-assembler-aarch64.h"; sourceTree = SOURCE_ROOT; }; + 840232B37BDF4FC0AB115496 /* gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "core/deps/libchdr/deps/zlib-1.3.1/gzclose.c"; sourceTree = SOURCE_ROOT; }; + 8465C5FA74D34D67997B25DE /* zip_source_is_deleted.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_is_deleted.c; path = core/deps/libzip/lib/zip_source_is_deleted.c; sourceTree = SOURCE_ROOT; }; + 8472F54922D041F9B2CCB5F6 /* Precomp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Precomp.h; path = "core/deps/libchdr/deps/lzma-24.05/include/Precomp.h"; sourceTree = SOURCE_ROOT; }; + 85107E3F19B64588BE6B1ED5 /* Versions.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Versions.cpp; path = core/deps/glslang/glslang/MachineIndependent/Versions.cpp; sourceTree = SOURCE_ROOT; }; + 85AD0F9943DA4CA6B4FE520D /* fastmmu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = fastmmu.cpp; path = core/hw/sh4/modules/fastmmu.cpp; sourceTree = SOURCE_ROOT; }; + 85DC77E036824226B722C98B /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + 8604C963F3FD4DD189C60F26 /* zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.c"; sourceTree = SOURCE_ROOT; }; + 8618591265BA4FCFB5313B73 /* naomi_regs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_regs.h; path = core/hw/naomi/naomi_regs.h; sourceTree = SOURCE_ROOT; }; + 8624637D569840D8A9B6D775 /* zlib1.rc */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = text; name = zlib1.rc; path = "core/deps/libchdr/deps/zlib-1.3.1/win32/zlib1.rc"; sourceTree = SOURCE_ROOT; }; + 86FFBE9111474967B4BF84DB /* vf4.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = vf4.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 8737F4F12D344BF69D0EFBB6 /* wldkicks.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = wldkicks.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 87C2677A4BB4446EA57B8F4A /* Sort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = core/deps/lzma/Sort.c; sourceTree = SOURCE_ROOT; }; + 87FADAE9EE0B4D2C8A5AFA7B /* elan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = elan.cpp; path = core/hw/pvr/elan.cpp; sourceTree = SOURCE_ROOT; }; + 88098ED35D794E56B92BE295 /* flashrom.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = flashrom.cpp; path = core/hw/flashrom/flashrom.cpp; sourceTree = SOURCE_ROOT; }; + 880A7BEAE67B4B7592D08D8D /* printer_kanji16x16.bin.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = printer_kanji16x16.bin.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp.rule"; sourceTree = ""; }; + 881B5977AA09442DBD86312E /* cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.c"; sourceTree = SOURCE_ROOT; }; + 88347132196641D6A6C094C9 /* zip_error_get.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_get.c; path = core/deps/libzip/lib/zip_error_get.c; sourceTree = SOURCE_ROOT; }; + 8844F0C095C14646950AE5C7 /* maple_devs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = maple_devs.cpp; path = core/hw/maple/maple_devs.cpp; sourceTree = SOURCE_ROOT; }; + 88A82152CDB54AAAB13FCE06 /* fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/fastcover.c"; sourceTree = SOURCE_ROOT; }; + 88FEDA8C55D24397A95CFD3D /* rtl8139c.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = rtl8139c.h; path = core/hw/bba/rtl8139c.h; sourceTree = SOURCE_ROOT; }; + 8969C0172F2941F0808FF644 /* inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "core/deps/libchdr/deps/zlib-1.3.1/inffixed.h"; sourceTree = SOURCE_ROOT; }; + 8A1BF913F9D3429BB809F1C9 /* ShHandle.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShHandle.h; path = core/deps/glslang/glslang/Include/ShHandle.h; sourceTree = SOURCE_ROOT; }; + 8A76F70B7C6B4C7FAB1274F9 /* portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/portability_macros.h"; sourceTree = SOURCE_ROOT; }; + 8A7DB8CA10924E50BFD0C002 /* ZipArchive.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchive.h; path = core/archive/ZipArchive.h; sourceTree = SOURCE_ROOT; }; + 8AF46F1A5C1D4184ADC8472F /* zip_source_get_file_attributes.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_get_file_attributes.c; path = core/deps/libzip/lib/zip_source_get_file_attributes.c; sourceTree = SOURCE_ROOT; }; + 8B1F4F28F9D44009A1DA7084 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/glslang/glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 8B6545127D084A33ABA85460 /* ResourceLimits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ResourceLimits.h; path = core/deps/glslang/glslang/Public/ResourceLimits.h; sourceTree = SOURCE_ROOT; }; + 8BD17459440041BE9541070B /* glslang_c_interface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = glslang_c_interface.cpp; path = core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp; sourceTree = SOURCE_ROOT; }; + 8BF04DF246A04AB392A9EDC2 /* rtc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = rtc.cpp; path = core/hw/sh4/modules/rtc.cpp; sourceTree = SOURCE_ROOT; }; + 8C313B34448E48AE82A20491 /* pico_socket_multicast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_socket_multicast.h; path = core/deps/picotcp/include/pico_socket_multicast.h; sourceTree = SOURCE_ROOT; }; + 8CCC27B190874D6D91C1D152 /* pvr.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = pvr.cpp; path = core/hw/pvr/pvr.cpp; sourceTree = SOURCE_ROOT; }; + 8D00993191934995A56279AC /* code-buffer-vixl.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "code-buffer-vixl.cc"; path = "core/deps/vixl/code-buffer-vixl.cc"; sourceTree = SOURCE_ROOT; }; + 8D48DD3319004326A9D4981C /* zip_source_pass_to_lower_layer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_pass_to_lower_layer.c; path = core/deps/libzip/lib/zip_source_pass_to_lower_layer.c; sourceTree = SOURCE_ROOT; }; + 8D6FCA22A81B47F998D69C0A /* zip_algorithm_zstd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_algorithm_zstd.c; path = core/deps/libzip/lib/zip_algorithm_zstd.c; sourceTree = SOURCE_ROOT; }; + 8DB21F07DD104C4194E2D4E3 /* otrigger.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = otrigger.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp.rule"; sourceTree = ""; }; + 8DC850B2C1A84A3D875F6B78 /* modem_regs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = modem_regs.h; path = core/hw/modem/modem_regs.h; sourceTree = SOURCE_ROOT; }; + 8E8890B2451A4A0193CF44E2 /* naomi_m3comm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_m3comm.h; path = core/hw/naomi/naomi_m3comm.h; sourceTree = SOURCE_ROOT; }; + 8EAD42FB39DD47A3B2EF5DC7 /* aica_mem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = aica_mem.cpp; path = core/hw/aica/aica_mem.cpp; sourceTree = SOURCE_ROOT; }; + 8EDBBE0FB7A6418682A59FFB /* RotateDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RotateDefs.h; path = "core/deps/libchdr/deps/lzma-24.05/include/RotateDefs.h"; sourceTree = SOURCE_ROOT; }; + 8EECE796861A4160A1468018 /* maple_cfg.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maple_cfg.h; path = core/hw/maple/maple_cfg.h; sourceTree = SOURCE_ROOT; }; + 8EED5D162AE04E579F02F7B2 /* zip_source_pkware_encode.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_pkware_encode.c; path = core/deps/libzip/lib/zip_source_pkware_encode.c; sourceTree = SOURCE_ROOT; }; + 8EF729DC54B0457583CB33CB /* pico_linux.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_linux.h; path = core/deps/picotcp/include/arch/pico_linux.h; sourceTree = SOURCE_ROOT; }; + 8FAB5091ADE14D78986F6FE8 /* 7zBuf.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zBuf.c; path = core/deps/lzma/7zBuf.c; sourceTree = SOURCE_ROOT; }; + 8FB377F59E76404EA6D91678 /* zip_utf-8.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = "zip_utf-8.c"; path = "core/deps/libzip/lib/zip_utf-8.c"; sourceTree = SOURCE_ROOT; }; + 8FBC4B268F644F7DAB7D9FB9 /* wldkicks.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = wldkicks.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp"; sourceTree = ""; }; + 901457A048A64AF388961FFB /* pool-manager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "pool-manager.h"; path = "core/deps/vixl/pool-manager.h"; sourceTree = SOURCE_ROOT; }; + 901BA2E28E3E47658FA925FC /* sh4_opcodes.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_opcodes.cpp; path = core/hw/sh4/interpr/sh4_opcodes.cpp; sourceTree = SOURCE_ROOT; }; + 904B0199E5F14685AC1535F7 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/lib/CMakeFiles/libzstd_static.dir/Info.plist"; sourceTree = ""; }; + 90B1B52B97034C7AAF490F1F /* wldkicksj.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = wldkicksj.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp"; sourceTree = ""; }; + 90FB1AEADA5E42138FD62B50 /* output.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = output.h; path = core/network/output.h; sourceTree = SOURCE_ROOT; }; + 910EF48A75C3406786F69B1D /* adreno.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = adreno.cpp; path = core/rend/vulkan/adreno.cpp; sourceTree = SOURCE_ROOT; }; + 9114B72288BB4AA98B51F4A5 /* ParseContextBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ParseContextBase.cpp; path = core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp; sourceTree = SOURCE_ROOT; }; + 91BD3DD31D654D9DB20BBEA7 /* Scan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Scan.h; path = core/deps/glslang/glslang/MachineIndependent/Scan.h; sourceTree = SOURCE_ROOT; }; + 91BDC22A40DF491CA33C33AC /* common.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = common.cpp; path = core/linux/common.cpp; sourceTree = SOURCE_ROOT; }; + 9230A6975D64411C82CD4515 /* deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "core/deps/libchdr/deps/zlib-1.3.1/deflate.c"; sourceTree = SOURCE_ROOT; }; + 9282A6196914424481D21F27 /* zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_ddict.h"; sourceTree = SOURCE_ROOT; }; + 9303A92A36E14C36A1EA45EE /* SymbolTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SymbolTable.cpp; path = core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp; sourceTree = SOURCE_ROOT; }; + 9331DC71AE714BB4848CAEDC /* printer_kanji24x24.bin.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = printer_kanji24x24.bin.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp"; sourceTree = ""; }; + 93454251A832451DB122574E /* compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/compiler.h"; sourceTree = SOURCE_ROOT; }; + 937499BA8A1B49CEAEDD33A2 /* pico_socket_multicast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_socket_multicast.c; path = core/deps/picotcp/stack/pico_socket_multicast.c; sourceTree = SOURCE_ROOT; }; + 93B09850B679462FB58F87B0 /* decoder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = decoder.cpp; path = core/hw/sh4/dyna/decoder.cpp; sourceTree = SOURCE_ROOT; }; + 93C98E9FF2784D95B813255A /* Log.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Log.h; path = core/log/Log.h; sourceTree = SOURCE_ROOT; }; + 93CAE63916E2402C8E1F75EF /* huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/huf.h"; sourceTree = SOURCE_ROOT; }; + 93CBACAB97B64119A4B711C6 /* console_buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = console_buffer.cpp; path = core/deps/nowide/src/console_buffer.cpp; sourceTree = SOURCE_ROOT; }; + 93F5DFC8D1CF48C3AC2A4963 /* netdimm.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = netdimm.cpp; path = core/hw/naomi/netdimm.cpp; sourceTree = SOURCE_ROOT; }; + 9469854725044D1795999787 /* gl_types.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gl_types.h; path = core/deps/glslang/glslang/MachineIndependent/gl_types.h; sourceTree = SOURCE_ROOT; }; + 9490EA87F5DF4D8DB22AB330 /* minissdpc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = minissdpc.c; path = core/deps/miniupnpc/src/minissdpc.c; sourceTree = SOURCE_ROOT; }; + 94A5AC3751AF4F1DB7E0DCF1 /* inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "core/deps/libchdr/deps/zlib-1.3.1/inffast.h"; sourceTree = SOURCE_ROOT; }; + 94B97B02AF7F48CB9A3CFB5D /* sh4_opcode_list.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_opcode_list.cpp; path = core/hw/sh4/sh4_opcode_list.cpp; sourceTree = SOURCE_ROOT; }; + 94CDD38D61C84D17B75C17F7 /* spg.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = spg.h; path = core/hw/pvr/spg.h; sourceTree = SOURCE_ROOT; }; + 95633DCBC09C4481870D36EA /* zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_ldm.c"; sourceTree = SOURCE_ROOT; }; + 95D5241A387B45F184B36788 /* serialize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = serialize.cpp; path = core/serialize.cpp; sourceTree = SOURCE_ROOT; }; + 961A30A61D3447B8B14B5BD4 /* GLSL.ext.KHR.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.KHR.h; path = core/deps/glslang/SPIRV/GLSL.ext.KHR.h; sourceTree = SOURCE_ROOT; }; + 96317A69BC06416AB6E77D4D /* xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.c"; sourceTree = SOURCE_ROOT; }; + 96998D9BC21A429C943B5E35 /* inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "core/deps/libchdr/deps/zlib-1.3.1/inftrees.c"; sourceTree = SOURCE_ROOT; }; + 96E212371C2F40368EB1060E /* abi-aarch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "abi-aarch64.h"; path = "core/deps/vixl/aarch64/abi-aarch64.h"; sourceTree = SOURCE_ROOT; }; + 974152B7A405479BB2B0909A /* Bra86.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = core/deps/lzma/Bra86.c; sourceTree = SOURCE_ROOT; }; + 9745370DC37443BBA22D18CD /* zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_block.h"; sourceTree = SOURCE_ROOT; }; + 974685ED584B44FFA451D329 /* zip_source_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_compress.c; path = core/deps/libzip/lib/zip_source_compress.c; sourceTree = SOURCE_ROOT; }; + 975241812770447983C13E00 /* ccn.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ccn.cpp; path = core/hw/sh4/modules/ccn.cpp; sourceTree = SOURCE_ROOT; }; + 9775033559474F11BF7E8463 /* huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/huf_compress.c"; sourceTree = SOURCE_ROOT; }; + 9794ACEE86F845D8B889DCD1 /* sh4_mem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_mem.cpp; path = core/hw/sh4/sh4_mem.cpp; sourceTree = SOURCE_ROOT; }; + 979AB58413A041789F9F07A0 /* pico_ethernet.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_ethernet.c; path = core/deps/picotcp/modules/pico_ethernet.c; sourceTree = SOURCE_ROOT; }; + 9824C326BBEB488AAB5838FD /* PoolAlloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PoolAlloc.h; path = core/deps/glslang/glslang/Include/PoolAlloc.h; sourceTree = SOURCE_ROOT; }; + 9878C48F92E74D738803F793 /* ImgReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ImgReader.cpp; path = core/imgread/ImgReader.cpp; sourceTree = SOURCE_ROOT; }; + 9895441EE9EB4191AABB2F12 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/glslang/glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 995AA2FA30C04B27833B0E20 /* fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/fse_decompress.c"; sourceTree = SOURCE_ROOT; }; + 99654A5CFC0540D89D5ABC73 /* pico_avr.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_avr.h; path = core/deps/picotcp/include/arch/pico_avr.h; sourceTree = SOURCE_ROOT; }; + 99D29452C886444F865F9B96 /* libnowide.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libnowide.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 9AA5E81C51EC45BC8FDC4C65 /* mmu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = mmu.cpp; path = core/hw/sh4/modules/mmu.cpp; sourceTree = SOURCE_ROOT; }; + 9AB1D9BAFCEB47399F552A15 /* touchscreen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = touchscreen.cpp; path = core/hw/naomi/touchscreen.cpp; sourceTree = SOURCE_ROOT; }; + 9B02B02989184791B41D049A /* pico_dhcp_server.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_dhcp_server.c; path = core/deps/picotcp/modules/pico_dhcp_server.c; sourceTree = SOURCE_ROOT; }; + 9B2DC86257BF430391469338 /* f355_print_template.png.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = f355_print_template.png.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp"; sourceTree = ""; }; + 9B93E6F46AD34DA8BF963C67 /* LzmaDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = core/deps/lzma/LzmaDec.c; sourceTree = SOURCE_ROOT; }; + 9BD56A67340D4D9EA1089DC5 /* maple_if.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maple_if.h; path = core/hw/maple/maple_if.h; sourceTree = SOURCE_ROOT; }; + 9BD6E18571514B4D8E952FA9 /* pvr_sb_regs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pvr_sb_regs.h; path = core/hw/pvr/pvr_sb_regs.h; sourceTree = SOURCE_ROOT; }; + 9CA389906AE749CA9FF2B158 /* inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "core/deps/libchdr/deps/zlib-1.3.1/inffixed.h"; sourceTree = SOURCE_ROOT; }; + 9CF835F10CE346599FC4AE6E /* awcartridge.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = awcartridge.h; path = core/hw/naomi/awcartridge.h; sourceTree = SOURCE_ROOT; }; + 9D38630FB945457196E13027 /* drawer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = drawer.cpp; path = core/rend/vulkan/drawer.cpp; sourceTree = SOURCE_ROOT; }; + 9D88814F5BDE44C687F999EC /* iomapper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = iomapper.cpp; path = core/deps/glslang/glslang/MachineIndependent/iomapper.cpp; sourceTree = SOURCE_ROOT; }; + 9DB18674025042C7B3D3D19A /* printer_ascii8x16.bin.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = printer_ascii8x16.bin.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp.rule"; sourceTree = ""; }; + 9E5B220B1D12493F9C08974C /* oslib_apple.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = oslib_apple.mm; path = shell/libretro/oslib_apple.mm; sourceTree = SOURCE_ROOT; }; + 9E91DFF3C65A4EEA8DE3CAE5 /* 7zArcIn.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zArcIn.c; path = core/deps/lzma/7zArcIn.c; sourceTree = SOURCE_ROOT; }; + 9ED02C69D093469D97A0116F /* pico_dns_client.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_dns_client.c; path = core/deps/picotcp/modules/pico_dns_client.c; sourceTree = SOURCE_ROOT; }; + 9ED1695AB34B459189C9A43A /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist; sourceTree = ""; }; + 9ED98454B8904DEDA7C976D3 /* vfs_implementation.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = vfs_implementation.c; path = "core/deps/libretro-common/vfs/vfs_implementation.c"; sourceTree = SOURCE_ROOT; }; + 9EF033455F5A4242A7AD36BF /* zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_sequences.c"; sourceTree = SOURCE_ROOT; }; + 9F500359CB6743EBAB7F8F5B /* pico_frame.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_frame.c; path = core/deps/picotcp/stack/pico_frame.c; sourceTree = SOURCE_ROOT; }; + 9F5519D447DB4F1083770436 /* zip_source_stat.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_stat.c; path = core/deps/libzip/lib/zip_source_stat.c; sourceTree = SOURCE_ROOT; }; + 9F6392E10E2A4BA1BD5C25FC /* receivedata.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = receivedata.c; path = core/deps/miniupnpc/src/receivedata.c; sourceTree = SOURCE_ROOT; }; + A0092CE859334293AFA16518 /* LogManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LogManager.cpp; path = shell/libretro/LogManager.cpp; sourceTree = SOURCE_ROOT; }; + A04DA4AD3773431CAFCFB6B7 /* zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "core/deps/libchdr/deps/zlib-1.3.1/zutil.h"; sourceTree = SOURCE_ROOT; }; + A0C5DE63EDCD4CE384BC695D /* allocations.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = allocations.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/allocations.h"; sourceTree = SOURCE_ROOT; }; + A0C89D31EC934F228BEC18E6 /* zip_stat_index.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat_index.c; path = core/deps/libzip/lib/zip_stat_index.c; sourceTree = SOURCE_ROOT; }; + A0F7CF40241E4ACAB72A080A /* dsp_arm64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp_arm64.cpp; path = core/hw/aica/dsp_arm64.cpp; sourceTree = SOURCE_ROOT; }; + A10204CECFE646A2A55F42F5 /* libchdr_chd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = core/deps/libchdr/src/libchdr_chd.c; sourceTree = SOURCE_ROOT; }; + A1B85F54EF014BA8A5AA0480 /* clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/clevels.h"; sourceTree = SOURCE_ROOT; }; + A1FCF61E771044CB89C4BE59 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/glslang/SPIRV/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + A21638989FEF43CAB3D6E8C9 /* common.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = common.cpp; path = core/imgread/common.cpp; sourceTree = SOURCE_ROOT; }; + A220005E6E2A450880F4BC57 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist; sourceTree = ""; }; + A2BE193683C8414A85AB0DEF /* m4cartridge.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = m4cartridge.cpp; path = core/hw/naomi/m4cartridge.cpp; sourceTree = SOURCE_ROOT; }; + A2D705D9237747D2A02D5ABF /* utf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf.hpp; path = core/deps/nowide/include/nowide/detail/utf.hpp; sourceTree = SOURCE_ROOT; }; + A320D319C10C40A38402BC09 /* maple_helper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = maple_helper.cpp; path = core/hw/maple/maple_helper.cpp; sourceTree = SOURCE_ROOT; }; + A34EED0355D0497BA299EFFC /* pico_defines.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_defines.h; path = core/deps/picotcp/include/pico_defines.h; sourceTree = SOURCE_ROOT; }; + A3564901F0894F29A4D240E1 /* oit_pipeline.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oit_pipeline.cpp; path = core/rend/vulkan/oit/oit_pipeline.cpp; sourceTree = SOURCE_ROOT; }; + A35ED431C66040C2BD95D26A /* sh4_opcodes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_opcodes.h; path = core/hw/sh4/interpr/sh4_opcodes.h; sourceTree = SOURCE_ROOT; }; + A3FA5328EA944462A21BC8EF /* archive.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = archive.h; path = core/archive/archive.h; sourceTree = SOURCE_ROOT; }; + A452988FB6574D109B082936 /* InfoSink.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InfoSink.h; path = core/deps/glslang/glslang/Include/InfoSink.h; sourceTree = SOURCE_ROOT; }; + A453F025977147689F6A44DD /* zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/decompress/zstd_decompress_internal.h"; sourceTree = SOURCE_ROOT; }; + A455389E2B294ED1BC3D9920 /* iostream.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = iostream.hpp; path = core/deps/nowide/include/nowide/iostream.hpp; sourceTree = SOURCE_ROOT; }; + A476A5C8BB8A46F7B95A6371 /* pool-manager-impl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "pool-manager-impl.h"; path = "core/deps/vixl/pool-manager-impl.h"; sourceTree = SOURCE_ROOT; }; + A4BE302DC22142B18E8665FD /* cstdio.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = cstdio.hpp; path = core/deps/nowide/include/nowide/cstdio.hpp; sourceTree = SOURCE_ROOT; }; + A4FB28FC4F9040419ABD1EBC /* zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/zconf.h"; sourceTree = ""; }; + A4FCD08D16ED437A9AC85FA5 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist; sourceTree = ""; }; + A5293289CF554596ACF52625 /* intermOut.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = intermOut.cpp; path = core/deps/glslang/glslang/MachineIndependent/intermOut.cpp; sourceTree = SOURCE_ROOT; }; + A54A8D403E574265917AFF65 /* GLSL.std.450.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.std.450.h; path = core/deps/glslang/SPIRV/GLSL.std.450.h; sourceTree = SOURCE_ROOT; }; + A554FDC5D06348448B206203 /* Alloc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = core/deps/lzma/Alloc.c; sourceTree = SOURCE_ROOT; }; + A57A4F28828E46EC9CFC978C /* pico_pic24.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_pic24.h; path = core/deps/picotcp/include/arch/pico_pic24.h; sourceTree = SOURCE_ROOT; }; + A5883C3638FD451CBD159388 /* GLSL.ext.AMD.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.AMD.h; path = core/deps/glslang/SPIRV/GLSL.ext.AMD.h; sourceTree = SOURCE_ROOT; }; + A5BF436685C54A23B5A40C41 /* modem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = modem.cpp; path = core/hw/modem/modem.cpp; sourceTree = SOURCE_ROOT; }; + A6132616702C4F318EB25973 /* m4cartridge.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = m4cartridge.h; path = core/hw/naomi/m4cartridge.h; sourceTree = SOURCE_ROOT; }; + A6290F634F1C4047A7B581C5 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/xxHash/cmake_unofficial/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + A63B99E8A63545E9BB13B33D /* inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "core/deps/libchdr/deps/zlib-1.3.1/inflate.c"; sourceTree = SOURCE_ROOT; }; + A64A6575A981426FB3CF2111 /* zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_deps.h"; sourceTree = SOURCE_ROOT; }; + A683747B04F847839B4C937C /* x76f100.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = x76f100.h; path = core/hw/flashrom/x76f100.h; sourceTree = SOURCE_ROOT; }; + A6DC48D1D9FF465AA0725150 /* zip_source_seek.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_seek.c; path = core/deps/libzip/lib/zip_source_seek.c; sourceTree = SOURCE_ROOT; }; + A6EB5EF145C745B58AE5E732 /* config.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = config.hpp; path = core/deps/nowide/include/nowide/config.hpp; sourceTree = SOURCE_ROOT; }; + A70ED6B4934C4085B86CBBFF /* localintermediate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = localintermediate.h; path = core/deps/glslang/glslang/MachineIndependent/localintermediate.h; sourceTree = SOURCE_ROOT; }; + A71B6E019E34476B95E0F55F /* naomi_flashrom.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_flashrom.h; path = core/hw/naomi/naomi_flashrom.h; sourceTree = SOURCE_ROOT; }; + A76FC54FF3C44A08B65E54D8 /* 7zCrc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zCrc.c; path = core/deps/lzma/7zCrc.c; sourceTree = SOURCE_ROOT; }; + A7AB241AA16B47B5839A4C53 /* cdipsr.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cdipsr.cpp; path = core/deps/chdpsr/cdipsr.cpp; sourceTree = SOURCE_ROOT; }; + A807B4C5FCD84C92B15AAF42 /* Logger.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Logger.h; path = core/deps/glslang/SPIRV/Logger.h; sourceTree = SOURCE_ROOT; }; + A828F8F14AAB409F84C11204 /* InitializeDll.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InitializeDll.h; path = core/deps/glslang/OGLCompilersDLL/InitializeDll.h; sourceTree = SOURCE_ROOT; }; + A82FB288CB6C48F098FD44D3 /* zip_extra_field_api.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_extra_field_api.c; path = core/deps/libzip/lib/zip_extra_field_api.c; sourceTree = SOURCE_ROOT; }; + A898C1F4CBE846E09A6BCF1B /* pico_tree.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_tree.h; path = core/deps/picotcp/include/pico_tree.h; sourceTree = SOURCE_ROOT; }; + A8B3C4D4CE74409BAA231318 /* pvr_mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pvr_mem.h; path = core/hw/pvr/pvr_mem.h; sourceTree = SOURCE_ROOT; }; + A93814E46759401DA934EE7A /* LiveTraverser.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LiveTraverser.h; path = core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h; sourceTree = SOURCE_ROOT; }; + A9464CFD3FB24D74A6029343 /* cdi.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cdi.cpp; path = core/imgread/cdi.cpp; sourceTree = SOURCE_ROOT; }; + A9A3D15ABFBC4D38B399AB52 /* sh4_rom.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_rom.cpp; path = core/hw/sh4/sh4_rom.cpp; sourceTree = SOURCE_ROOT; }; + A9B8E3D829874DC6B9171C7D /* deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "core/deps/libchdr/deps/zlib-1.3.1/deflate.h"; sourceTree = SOURCE_ROOT; }; + AA16699551E140BB918E0E9E /* cue.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cue.cpp; path = core/imgread/cue.cpp; sourceTree = SOURCE_ROOT; }; + AA23DB953C64458887ED1881 /* oit_buffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oit_buffer.h; path = core/rend/vulkan/oit/oit_buffer.h; sourceTree = SOURCE_ROOT; }; + AA83902F7ADD48D48ADF8B1D /* puyomedal.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = puyomedal.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp"; sourceTree = ""; }; + AAD13BFA3EE64870BC6A640B /* utf8_codecvt.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = utf8_codecvt.hpp; path = core/deps/nowide/include/nowide/utf8_codecvt.hpp; sourceTree = SOURCE_ROOT; }; + AAE4C5373BD64857AE601E6F /* macro-assembler-aarch64.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "macro-assembler-aarch64.cc"; path = "core/deps/vixl/aarch64/macro-assembler-aarch64.cc"; sourceTree = SOURCE_ROOT; }; + AAFB4E2481874B0CA48AB214 /* shaders.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = shaders.h; path = core/rend/vulkan/shaders.h; sourceTree = SOURCE_ROOT; }; + AB0A33D2C07049AF91700AE2 /* reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = reflection.cpp; path = core/deps/glslang/glslang/MachineIndependent/reflection.cpp; sourceTree = SOURCE_ROOT; }; + AB27F36381FB42ADA24F3E7B /* compiler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = compiler.cpp; path = core/rend/vulkan/compiler.cpp; sourceTree = SOURCE_ROOT; }; + AB9F3FBC420D45E8B7F4BE49 /* macro-assembler-interface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "macro-assembler-interface.h"; path = "core/deps/vixl/macro-assembler-interface.h"; sourceTree = SOURCE_ROOT; }; + ABBF183B9123406EAF5DADF9 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/libelf/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + AC7DB821BF79434F8859ED31 /* PpScanner.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpScanner.cpp; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp; sourceTree = SOURCE_ROOT; }; + ACDC7AE4F1AD4850B52D9C16 /* zip_io_util.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_io_util.c; path = core/deps/libzip/lib/zip_io_util.c; sourceTree = SOURCE_ROOT; }; + ACF2B2AE30A546849B597F3E /* is_string_container.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = is_string_container.hpp; path = core/deps/nowide/include/nowide/detail/is_string_container.hpp; sourceTree = SOURCE_ROOT; }; + AD07C188424D462B89E62A96 /* addrspace.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = addrspace.cpp; path = core/hw/mem/addrspace.cpp; sourceTree = SOURCE_ROOT; }; + AD279DC973D54E91B8C1CCFC /* Lzma86Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = core/deps/lzma/Lzma86Dec.c; sourceTree = SOURCE_ROOT; }; + ADFAC864D66341E5889EF377 /* gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "core/deps/libchdr/deps/zlib-1.3.1/gzguts.h"; sourceTree = SOURCE_ROOT; }; + AE54335F2FF64C2E891178F8 /* shil_canonical.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = shil_canonical.h; path = core/hw/sh4/dyna/shil_canonical.h; sourceTree = SOURCE_ROOT; }; + AEB2FE5DAAA04ABC91A6648C /* resources.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = resources.h; path = core/oslib/resources.h; sourceTree = SOURCE_ROOT; }; + AEE14C50E592407895CF3908 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/glslang/glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + AF552BBF1E5C4536B13E605D /* dirtypig.nvmem2.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = dirtypig.nvmem2.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp.rule"; sourceTree = ""; }; + AF85297200C84146B6F2F1D8 /* doc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = doc.cpp; path = core/deps/glslang/SPIRV/doc.cpp; sourceTree = SOURCE_ROOT; }; + B039AE407F78485E82D36771 /* sh4_interpreter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_interpreter.h; path = core/hw/sh4/sh4_interpreter.h; sourceTree = SOURCE_ROOT; }; + B05DAC4C9FFF46A4A4F54925 /* shil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = shil.h; path = core/hw/sh4/dyna/shil.h; sourceTree = SOURCE_ROOT; }; + B06EB0B48AE3437ABCB35337 /* pointer-auth-aarch64.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "pointer-auth-aarch64.cc"; path = "core/deps/vixl/aarch64/pointer-auth-aarch64.cc"; sourceTree = SOURCE_ROOT; }; + B07C8102A2D24BB89F910184 /* wldkicksu.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = wldkicksu.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp"; sourceTree = ""; }; + B16261F6AFEC494BA9E53F23 /* zip_error_clear.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_clear.c; path = core/deps/libzip/lib/zip_error_clear.c; sourceTree = SOURCE_ROOT; }; + B259C32CEB9C427396FC88C9 /* gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "core/deps/libchdr/deps/zlib-1.3.1/gzread.c"; sourceTree = SOURCE_ROOT; }; + B38704932D2C68F100D541F1 /* glsm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = glsm.c; path = "core/deps/libretro-common/glsm/glsm.c"; sourceTree = ""; }; + B3C369CCEBE149F389282AF6 /* LogManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LogManager.h; path = shell/libretro/LogManager.h; sourceTree = SOURCE_ROOT; }; + B43CE8804AA0490FAF5035F2 /* ResourceLimits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ResourceLimits.h; path = core/deps/glslang/glslang/Include/ResourceLimits.h; sourceTree = SOURCE_ROOT; }; + B4952BC2F3F2413C935B09C2 /* zip_dir_add.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_dir_add.c; path = core/deps/libzip/lib/zip_dir_add.c; sourceTree = SOURCE_ROOT; }; + B4BB20C602914CFE84520C64 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist; sourceTree = ""; }; + B4F0D54E667F44E6BC1B6AC3 /* InfoSink.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InfoSink.cpp; path = core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp; sourceTree = SOURCE_ROOT; }; + B511D144AF5C4F90AEE519A1 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; + B5252B09EACB48B2A50C3211 /* iostream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = iostream.cpp; path = core/deps/nowide/src/iostream.cpp; sourceTree = SOURCE_ROOT; }; + B527F8076BA04E5D9F77FA00 /* zip_source_crc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_crc.c; path = core/deps/libzip/lib/zip_source_crc.c; sourceTree = SOURCE_ROOT; }; + B5328FBD169F4C479DA76A45 /* zip_get_archive_flag.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_archive_flag.c; path = core/deps/libzip/lib/zip_get_archive_flag.c; sourceTree = SOURCE_ROOT; }; + B538E850ADCD449199D9DA2E /* disassemble.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = disassemble.cpp; path = core/deps/glslang/SPIRV/disassemble.cpp; sourceTree = SOURCE_ROOT; }; + B55FCFB9CDFC4E8C965BE5D2 /* arm-new.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "arm-new.h"; path = "core/hw/arm7/arm-new.h"; sourceTree = SOURCE_ROOT; }; + B576967BC3FF4253829A2442 /* uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "core/deps/libchdr/deps/zlib-1.3.1/uncompr.c"; sourceTree = SOURCE_ROOT; }; + B68100CBE5C44E32921C4921 /* pvr_regs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pvr_regs.h; path = core/hw/pvr/pvr_regs.h; sourceTree = SOURCE_ROOT; }; + B6997644EA6B427A985C9709 /* wldkicksu.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = wldkicksu.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp.rule"; sourceTree = ""; }; + B6D7857249FF45B7A46ACB28 /* IntermTraverse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IntermTraverse.cpp; path = core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp; sourceTree = SOURCE_ROOT; }; + B7695D3A0D6A4C05A20AF900 /* buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = buffer.cpp; path = core/rend/vulkan/buffer.cpp; sourceTree = SOURCE_ROOT; }; + B7A6C6AD540548A09CEB2D62 /* libglslang-default-resource-limits.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libglslang-default-resource-limits.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + B7A8D9F35FE6403294136A32 /* GLSL.ext.ARM.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.ARM.h; path = core/deps/glslang/SPIRV/GLSL.ext.ARM.h; sourceTree = SOURCE_ROOT; }; + B7C5F6A15CD7464FABF49B77 /* operands-aarch64.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "operands-aarch64.cc"; path = "core/deps/vixl/aarch64/operands-aarch64.cc"; sourceTree = SOURCE_ROOT; }; + B7EDEAEDF4E1490CBAC589CD /* zip_unchange_data.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_data.c; path = core/deps/libzip/lib/zip_unchange_data.c; sourceTree = SOURCE_ROOT; }; + B8269D87E04048ED9A1BDC34 /* audiostream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = audiostream.cpp; path = shell/libretro/audiostream.cpp; sourceTree = SOURCE_ROOT; }; + B89FA0AA9CE6482385ECBEED /* ta_ctx.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ta_ctx.h; path = core/hw/pvr/ta_ctx.h; sourceTree = SOURCE_ROOT; }; + B8FCBC78B6FB4FBEA2B8ED65 /* pico_device.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_device.c; path = core/deps/picotcp/stack/pico_device.c; sourceTree = SOURCE_ROOT; }; + B93F5A6F726841D39801D824 /* zip_libzip_version.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_libzip_version.c; path = core/deps/libzip/lib/zip_libzip_version.c; sourceTree = SOURCE_ROOT; }; + B9F4F26C6C734AF9B56FECBD /* CustomTexture.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CustomTexture.cpp; path = core/rend/CustomTexture.cpp; sourceTree = SOURCE_ROOT; }; + B9FC2F8741A04871AB7B1CA5 /* Bra.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Bra.h; path = "core/deps/libchdr/deps/lzma-24.05/include/Bra.h"; sourceTree = SOURCE_ROOT; }; + BA6A49EAB0AF42B18E26271D /* LzmaEnc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = "core/deps/libchdr/deps/lzma-24.05/src/LzmaEnc.c"; sourceTree = SOURCE_ROOT; }; + BA6D1851715846D88DE52E11 /* elf.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf.c; path = core/deps/libelf/src/elf.c; sourceTree = SOURCE_ROOT; }; + BABDBDFCE7E6494EA1031E69 /* Bra.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra.c; path = core/deps/lzma/Bra.c; sourceTree = SOURCE_ROOT; }; + BB78D18E7E74444B9A8BCECF /* spirv.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = spirv.hpp; path = core/deps/glslang/SPIRV/spirv.hpp; sourceTree = SOURCE_ROOT; }; + BB7D0A0FCCF54F76A8A1E253 /* common.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = common.h; path = core/imgread/common.h; sourceTree = SOURCE_ROOT; }; + BBA0AAA269094B7CB38FA945 /* Lzma86Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = "core/deps/libchdr/deps/lzma-24.05/src/Lzma86Dec.c"; sourceTree = SOURCE_ROOT; }; + BBBD30E7FE644BFBB8AC3D32 /* zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_internal.h"; sourceTree = SOURCE_ROOT; }; + BBDBE0EDC842462C9176A74B /* arm7.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm7.cpp; path = core/hw/arm7/arm7.cpp; sourceTree = SOURCE_ROOT; }; + BBFFF4DDAA334533ACA118CD /* fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/fse_compress.c"; sourceTree = SOURCE_ROOT; }; + BC03D073AE7F44FC9D17C06A /* 7zTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zTypes.h; path = "core/deps/libchdr/deps/lzma-24.05/include/7zTypes.h"; sourceTree = SOURCE_ROOT; }; + BCAFCC17C71C42A8B8490EFC /* compat_strcasestr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compat_strcasestr.c; path = "core/deps/libretro-common/compat/compat_strcasestr.c"; sourceTree = SOURCE_ROOT; }; + BCBD0FB52EA84BB38D830227 /* is_path.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = is_path.hpp; path = core/deps/nowide/include/nowide/detail/is_path.hpp; sourceTree = SOURCE_ROOT; }; + BCC17C0AEF484307A08ABAD6 /* zip_source_free.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_free.c; path = core/deps/libzip/lib/zip_source_free.c; sourceTree = SOURCE_ROOT; }; + BCF5E8315C954EE39CED6722 /* drawer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = drawer.h; path = core/rend/vulkan/drawer.h; sourceTree = SOURCE_ROOT; }; + BD7DFE18D59643AAA7BCF263 /* assembler-base-vixl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "assembler-base-vixl.h"; path = "core/deps/vixl/assembler-base-vixl.h"; sourceTree = SOURCE_ROOT; }; + BDD05E3E3AD144F0B6D0C11F /* PoolAlloc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PoolAlloc.cpp; path = core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp; sourceTree = SOURCE_ROOT; }; + BE42F2C388C24A70BEA6D861 /* LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "core/deps/libchdr/deps/lzma-24.05/src/LzFind.c"; sourceTree = SOURCE_ROOT; }; + BED12E1F3D6B4542AD155C8A /* zip_unchange_archive.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_unchange_archive.c; path = core/deps/libzip/lib/zip_unchange_archive.c; sourceTree = SOURCE_ROOT; }; + BF679B80D7404F188B87A2FD /* pico_frame.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_frame.h; path = core/deps/picotcp/include/pico_frame.h; sourceTree = SOURCE_ROOT; }; + BF7D081B32694F2F8D38FA38 /* zip_algorithm_deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_algorithm_deflate.c; path = core/deps/libzip/lib/zip_algorithm_deflate.c; sourceTree = SOURCE_ROOT; }; + BFA0DCEF396F4D7D8451EB15 /* zip_fopen_index.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen_index.c; path = core/deps/libzip/lib/zip_fopen_index.c; sourceTree = SOURCE_ROOT; }; + BFA12EC47EB649A1A228C3F5 /* ShaderLang.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderLang.h; path = core/deps/glslang/glslang/Public/ShaderLang.h; sourceTree = SOURCE_ROOT; }; + BFD02F7CC16345A2BC23669E /* libretro_core_options.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = libretro_core_options.h; path = shell/libretro/libretro_core_options.h; sourceTree = SOURCE_ROOT; }; + BFF6BC1E4F6C45439E62B095 /* zip_new.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_new.c; path = core/deps/libzip/lib/zip_new.c; sourceTree = SOURCE_ROOT; }; + C00651C3FC06426BB1713B6A /* sh4_sched.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_sched.cpp; path = core/hw/sh4/sh4_sched.cpp; sourceTree = SOURCE_ROOT; }; + C04F27AE835F4E01A798CE32 /* systemsp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = systemsp.h; path = core/hw/naomi/systemsp.h; sourceTree = SOURCE_ROOT; }; + C07E62991331406A955E6014 /* oit_pipeline.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = oit_pipeline.h; path = core/rend/vulkan/oit/oit_pipeline.h; sourceTree = SOURCE_ROOT; }; + C0834FFE2CED4DD2AD8F9DFD /* zip_set_archive_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_set_archive_comment.c; path = core/deps/libzip/lib/zip_set_archive_comment.c; sourceTree = SOURCE_ROOT; }; + C08F68F66B72464BA4CC4FBB /* lua.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = lua.h; path = core/lua/lua.h; sourceTree = SOURCE_ROOT; }; + C0BFC3DC977E4BF3A9ED5DD5 /* file_path.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = file_path.c; path = "core/deps/libretro-common/file/file_path.c"; sourceTree = SOURCE_ROOT; }; + C0D1B764948F4970B0F4BCE1 /* attribute.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = attribute.h; path = core/deps/glslang/glslang/MachineIndependent/attribute.h; sourceTree = SOURCE_ROOT; }; + C0F16D2305E845569972FFBA /* arm7_rec_arm64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm7_rec_arm64.cpp; path = core/hw/arm7/arm7_rec_arm64.cpp; sourceTree = SOURCE_ROOT; }; + C120C28BC3364F36AE45B51D /* naomi_flashrom.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi_flashrom.cpp; path = core/hw/naomi/naomi_flashrom.cpp; sourceTree = SOURCE_ROOT; }; + C175423CBB63422FB561ADB6 /* spg.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = spg.cpp; path = core/hw/pvr/spg.cpp; sourceTree = SOURCE_ROOT; }; + C1E09A1166FA4570B39527DA /* gdrom_response.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gdrom_response.cpp; path = core/hw/gdrom/gdrom_response.cpp; sourceTree = SOURCE_ROOT; }; + C21C518147264A11A41A4900 /* puyomedal.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = puyomedal.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp.rule"; sourceTree = ""; }; + C2325371EFC74298840260AF /* driver.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = driver.cpp; path = core/hw/sh4/dyna/driver.cpp; sourceTree = SOURCE_ROOT; }; + C2DF6AAA2DF44123A8789109 /* card_reader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = card_reader.h; path = core/hw/naomi/card_reader.h; sourceTree = SOURCE_ROOT; }; + C317F83F9E114A708284E2FB /* alienfnt_modem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = alienfnt_modem.h; path = core/network/alienfnt_modem.h; sourceTree = SOURCE_ROOT; }; + C394766745C448F892275EEE /* miniupnpc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = miniupnpc.c; path = core/deps/miniupnpc/src/miniupnpc.c; sourceTree = SOURCE_ROOT; }; + C39B16AB72BA4DF3BE1A1566 /* pico_socket.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_socket.c; path = core/deps/picotcp/stack/pico_socket.c; sourceTree = SOURCE_ROOT; }; + C3D2A90717FB408AA086875C /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/libzip/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + C3DE6A4D917C4116B6AD589F /* pico_ipv4.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_ipv4.c; path = core/deps/picotcp/modules/pico_ipv4.c; sourceTree = SOURCE_ROOT; }; + C40685354A9D4760A9971565 /* magicpop.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = magicpop.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp.rule"; sourceTree = ""; }; + C534AE40F8174AA190BC1852 /* osd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = osd.h; path = core/rend/osd.h; sourceTree = SOURCE_ROOT; }; + C5B153CA183A447090A9F706 /* switcher.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = switcher.cpp; path = core/wsi/switcher.cpp; sourceTree = SOURCE_ROOT; }; + C5D05DCADB5344F7ABE2DD38 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = "core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + C61730E6621F4B4090CAC906 /* PpTokens.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PpTokens.h; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h; sourceTree = SOURCE_ROOT; }; + C61799B8057E4423A2C5B99C /* texture.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = texture.cpp; path = core/rend/vulkan/texture.cpp; sourceTree = SOURCE_ROOT; }; + C6195C4A57D84DD0AC1306F4 /* dirtypig.nvmem2.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dirtypig.nvmem2.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp"; sourceTree = ""; }; + C6250AF37E904627A2DFA100 /* oit_shaders.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = oit_shaders.cpp; path = core/rend/vulkan/oit/oit_shaders.cpp; sourceTree = SOURCE_ROOT; }; + C641666890B3495992572F03 /* maple_helper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maple_helper.h; path = core/hw/maple/maple_helper.h; sourceTree = SOURCE_ROOT; }; + C646C312021249589F251403 /* arrays.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arrays.h; path = core/deps/glslang/glslang/Include/arrays.h; sourceTree = SOURCE_ROOT; }; + C662CC2247544CB0BD91347A /* zip_source_read.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_read.c; path = core/deps/libzip/lib/zip_source_read.c; sourceTree = SOURCE_ROOT; }; + C67523D970FC4906B170B6D4 /* mmu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mmu.h; path = core/hw/sh4/modules/mmu.h; sourceTree = SOURCE_ROOT; }; + C67D933E7E1F4E168601D10E /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; + C699F39F391F458883BD851A /* filebuf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = filebuf.hpp; path = core/deps/nowide/include/nowide/filebuf.hpp; sourceTree = SOURCE_ROOT; }; + C6BCF90356524D709CF89929 /* arm_mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arm_mem.h; path = core/hw/arm7/arm_mem.h; sourceTree = SOURCE_ROOT; }; + C6EBE38397334E73B2AF2C47 /* code-generation-scopes-vixl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "code-generation-scopes-vixl.h"; path = "core/deps/vixl/code-generation-scopes-vixl.h"; sourceTree = SOURCE_ROOT; }; + C71CE136CE284A209011D724 /* gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "core/deps/libchdr/deps/zlib-1.3.1/gzguts.h"; sourceTree = SOURCE_ROOT; }; + C7C55C1ED6B04EAFBBB692EF /* StringUtil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringUtil.h; path = core/log/StringUtil.h; sourceTree = SOURCE_ROOT; }; + C7D6F7268C574444A31F54F0 /* compat_strl.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compat_strl.c; path = "core/deps/libretro-common/compat/compat_strl.c"; sourceTree = SOURCE_ROOT; }; + C806D741E8564B7A89CF1D8F /* commandpool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = commandpool.h; path = core/rend/vulkan/commandpool.h; sourceTree = SOURCE_ROOT; }; + C8250050937946CB86E5ADFE /* pico_constants.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_constants.h; path = core/deps/picotcp/include/pico_constants.h; sourceTree = SOURCE_ROOT; }; + C8297968340B43899288F5B9 /* overlay.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = overlay.h; path = core/rend/vulkan/overlay.h; sourceTree = SOURCE_ROOT; }; + C84EAD31D5D24E1D804D9AD0 /* ConstantUnion.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ConstantUnion.h; path = core/deps/glslang/glslang/Include/ConstantUnion.h; sourceTree = SOURCE_ROOT; }; + C85C97698C584BD786B64E77 /* Bra86.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = "core/deps/libchdr/deps/lzma-24.05/src/Bra86.c"; sourceTree = SOURCE_ROOT; }; + C87C2F1EB4824DC0873C31C7 /* zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.h"; sourceTree = SOURCE_ROOT; }; + C87E780594E3404287B5FAC9 /* gdb_server.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gdb_server.h; path = core/debug/gdb_server.h; sourceTree = SOURCE_ROOT; }; + C8A120361F9847608FDD881C /* tmu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = tmu.cpp; path = core/hw/sh4/modules/tmu.cpp; sourceTree = SOURCE_ROOT; }; + C8A1D9B7F0144BDE96B0D276 /* zip_stat_init.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_stat_init.c; path = core/deps/libzip/lib/zip_stat_init.c; sourceTree = SOURCE_ROOT; }; + C8BF2859245E493ABDF4F17C /* bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/bits.h"; sourceTree = SOURCE_ROOT; }; + C8DB95DE75154E5D8EAC49F0 /* pico_socket_udp.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_socket_udp.c; path = core/deps/picotcp/modules/pico_socket_udp.c; sourceTree = SOURCE_ROOT; }; + C8E07DC956C34A68919A507A /* gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "core/deps/libchdr/deps/zlib-1.3.1/gzclose.c"; sourceTree = SOURCE_ROOT; }; + C902E1897E6B4CE79CEB3E86 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist; sourceTree = ""; }; + C92F91067AAA42EF8FF106A3 /* zip_fread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fread.c; path = core/deps/libzip/lib/zip_fread.c; sourceTree = SOURCE_ROOT; }; + C9428DB1768941BE9FE6AB58 /* overlay.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = overlay.cpp; path = core/rend/vulkan/overlay.cpp; sourceTree = SOURCE_ROOT; }; + C943164BC6FB40589AE37EF2 /* pvr_mem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = pvr_mem.cpp; path = core/hw/pvr/pvr_mem.cpp; sourceTree = SOURCE_ROOT; }; + C9891F29FDAD476483035336 /* pico_dos.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_dos.h; path = core/deps/picotcp/include/arch/pico_dos.h; sourceTree = SOURCE_ROOT; }; + C994CF33F3CF4E0197EB62A3 /* zip_source_error.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_error.c; path = core/deps/libzip/lib/zip_source_error.c; sourceTree = SOURCE_ROOT; }; + CA1EF166894A4941925CFA63 /* awave_regs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = awave_regs.h; path = core/hw/naomi/awave_regs.h; sourceTree = SOURCE_ROOT; }; + CA4E5FB423754C07A974D8B6 /* vf4tuned.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vf4tuned.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp"; sourceTree = ""; }; + CA73C0C9A682495DA02DC596 /* CustomTexture.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CustomTexture.h; path = core/rend/CustomTexture.h; sourceTree = SOURCE_ROOT; }; + CA87C29F916B46FBB4D6E2E9 /* CodeGen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CodeGen.cpp; path = core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp; sourceTree = SOURCE_ROOT; }; + CA8B2E9D5A754A9E902668B4 /* LzHash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzHash.h; path = "core/deps/libchdr/deps/lzma-24.05/include/LzHash.h"; sourceTree = SOURCE_ROOT; }; + CB0F283ECE474108A7452214 /* pico_atsamd21j18.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_atsamd21j18.h; path = core/deps/picotcp/include/arch/pico_atsamd21j18.h; sourceTree = SOURCE_ROOT; }; + CB474CDB0C744BF99098A507 /* mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/mem.h"; sourceTree = SOURCE_ROOT; }; + CBBE651AE3F44051A3F1A83F /* vulkan_renderer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vulkan_renderer.cpp; path = core/rend/vulkan/vulkan_renderer.cpp; sourceTree = SOURCE_ROOT; }; + CBFB7362A3A342E387DE442E /* output.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = output.cpp; path = core/network/output.cpp; sourceTree = SOURCE_ROOT; }; + CC0C874F9FBF4A2AA362182E /* zip_fopen.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fopen.c; path = core/deps/libzip/lib/zip_fopen.c; sourceTree = SOURCE_ROOT; }; + CC2B6B9B788649E78E678223 /* trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "core/deps/libchdr/deps/zlib-1.3.1/trees.h"; sourceTree = SOURCE_ROOT; }; + CC303AF84FA74DAF8CC61A41 /* xbrz.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = xbrz.cpp; path = core/deps/xbrz/xbrz.cpp; sourceTree = SOURCE_ROOT; }; + CCD9E437C4FE494A83ACBEB6 /* pico_generic_gcc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_generic_gcc.h; path = core/deps/picotcp/include/arch/pico_generic_gcc.h; sourceTree = SOURCE_ROOT; }; + CCEF89CB2F85463CA690EBA1 /* cpg.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = cpg.cpp; path = core/hw/sh4/modules/cpg.cpp; sourceTree = SOURCE_ROOT; }; + CCF061C328F248229AC9B47F /* libglslang.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libglslang.a; sourceTree = BUILT_PRODUCTS_DIR; }; + CD02F6ABF096484989957F80 /* resource_limits_c.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = resource_limits_c.cpp; path = core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp; sourceTree = SOURCE_ROOT; }; + CD14A71293A94E7FB6EB95EF /* arm7_rec.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = arm7_rec.cpp; path = core/hw/arm7/arm7_rec.cpp; sourceTree = SOURCE_ROOT; }; + CD28DDA93CDA4077912FD7E8 /* naomi_network.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_network.h; path = core/network/naomi_network.h; sourceTree = SOURCE_ROOT; }; + CD40259B0BBD40A58E4ABB30 /* trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "core/deps/libchdr/deps/zlib-1.3.1/trees.h"; sourceTree = SOURCE_ROOT; }; + CD738931289D4B31A5A9C1B5 /* zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_double_fast.c"; sourceTree = SOURCE_ROOT; }; + CDE141C539DD461B84022350 /* zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/zstd_trace.h"; sourceTree = SOURCE_ROOT; }; + CDEC2C41FF694CE09DFE5163 /* pico_strings.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_strings.c; path = core/deps/picotcp/modules/pico_strings.c; sourceTree = SOURCE_ROOT; }; + CED419DFAA874B81B7F5554A /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; + CF2480D257744CD79B96720D /* zip_error_to_str.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error_to_str.c; path = core/deps/libzip/lib/zip_error_to_str.c; sourceTree = SOURCE_ROOT; }; + CFC52B6F8B15445486028DD7 /* Alloc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = "core/deps/libchdr/deps/lzma-24.05/src/Alloc.c"; sourceTree = SOURCE_ROOT; }; + CFEEF36D196F4DA19987FDC5 /* texture.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = texture.h; path = core/rend/vulkan/texture.h; sourceTree = SOURCE_ROOT; }; + D02421D770FD4C98B59B5287 /* zip_string.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_string.c; path = core/deps/libzip/lib/zip_string.c; sourceTree = SOURCE_ROOT; }; + D0AA27C0C2BF4A26BBCE30DA /* gdromv3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gdromv3.cpp; path = core/hw/gdrom/gdromv3.cpp; sourceTree = SOURCE_ROOT; }; + D0C2F15FC08B49CA89148EB4 /* windows.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = windows.hpp; path = core/deps/nowide/include/nowide/windows.hpp; sourceTree = SOURCE_ROOT; }; + D0CB9B40187C46FB9A05B343 /* pico_md5.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_md5.c; path = core/deps/picotcp/stack/pico_md5.c; sourceTree = SOURCE_ROOT; }; + D104288FAC9647B98290745F /* vulkan_context.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = vulkan_context.h; path = core/rend/vulkan/vulkan_context.h; sourceTree = SOURCE_ROOT; }; + D10795B47EED4E3F85051182 /* printer_ascii12x24.bin.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = printer_ascii12x24.bin.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp.rule"; sourceTree = ""; }; + D122B6EC5D784A69A08E9E78 /* liblzma.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblzma.a; sourceTree = BUILT_PRODUCTS_DIR; }; + D1D6E37CCFE74BA7B5D05DAC /* LzmaEnc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = core/deps/lzma/LzmaEnc.c; sourceTree = SOURCE_ROOT; }; + D1EB61102C094AFD8D318197 /* pico_msp430.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_msp430.h; path = core/deps/picotcp/include/arch/pico_msp430.h; sourceTree = SOURCE_ROOT; }; + D2049815C372410DAAAB167B /* miniwget.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = miniwget.c; path = core/deps/miniupnpc/src/miniwget.c; sourceTree = SOURCE_ROOT; }; + D24DCB75889C4F218D8E1F4E /* ccn.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ccn.h; path = core/hw/sh4/modules/ccn.h; sourceTree = SOURCE_ROOT; }; + D2D72CE27C174F979481EE88 /* sh4_rom.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_rom.h; path = core/hw/sh4/sh4_rom.h; sourceTree = SOURCE_ROOT; }; + D2D80C33343F44D6816FFE01 /* keyboard_map.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = keyboard_map.h; path = shell/libretro/keyboard_map.h; sourceTree = SOURCE_ROOT; }; + D3182AD0138B4E30987D7937 /* sh4_core.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sh4_core.h; path = core/hw/sh4/sh4_core.h; sourceTree = SOURCE_ROOT; }; + D33E5F82666E4FA58301F60C /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/glslang/glslang/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + D359D32FB3374F52BF0E9B53 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/CMakeFiles/flycast_libretro.dir/Info.plist; sourceTree = ""; }; + D3A49DBA777C426C9C2D7363 /* f355.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = f355.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp"; sourceTree = ""; }; + D3EAB279179747D3895EAFE9 /* gdi.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = gdi.cpp; path = core/imgread/gdi.cpp; sourceTree = SOURCE_ROOT; }; + D41D097031AC47F1B23889C1 /* debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/debug.c"; sourceTree = SOURCE_ROOT; }; + D4694B561C4246F19DA5730F /* RemoveTree.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RemoveTree.cpp; path = core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp; sourceTree = SOURCE_ROOT; }; + D485D6667342424EB7A34EEC /* naomi_cart.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = naomi_cart.cpp; path = core/hw/naomi/naomi_cart.cpp; sourceTree = SOURCE_ROOT; }; + D4DE026EE7064D2686958F80 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = "core/deps/libchdr/deps/zstd-1.5.6/build/cmake/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + D4DE64AC3ECB4D50B098D17B /* build.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = build.h; path = core/build.h; sourceTree = SOURCE_ROOT; }; + D5ABAB8F26B44C2B8DEE0C04 /* zip_source_zip.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_zip.c; path = core/deps/libzip/lib/zip_source_zip.c; sourceTree = SOURCE_ROOT; }; + D5BB91140C734D8D9015DFA2 /* holly_intc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = holly_intc.h; path = core/hw/holly/holly_intc.h; sourceTree = SOURCE_ROOT; }; + D5CA3A43B8024B2A9ABFB425 /* zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "core/deps/libchdr/deps/zlib-1.3.1/zlib.h"; sourceTree = SOURCE_ROOT; }; + D637C7ED12B444DFB32858C1 /* ssa_regalloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ssa_regalloc.h; path = core/hw/sh4/dyna/ssa_regalloc.h; sourceTree = SOURCE_ROOT; }; + D65A3FD330BC45DF804CF3AB /* rzip.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = rzip.h; path = core/archive/rzip.h; sourceTree = SOURCE_ROOT; }; + D65DE3CBA28D43BAA38B7958 /* bsc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = bsc.cpp; path = core/hw/sh4/modules/bsc.cpp; sourceTree = SOURCE_ROOT; }; + D67FFCB6482B4F57A3EC0865 /* libminiupnpc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libminiupnpc.a; sourceTree = BUILT_PRODUCTS_DIR; }; + D6EAC755E37747E8A5A17263 /* zip_extra_field.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_extra_field.c; path = core/deps/libzip/lib/zip_extra_field.c; sourceTree = SOURCE_ROOT; }; + D7055D2C09C742E1AB8A2183 /* inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "core/deps/libchdr/deps/zlib-1.3.1/inffast.c"; sourceTree = SOURCE_ROOT; }; + D773546226724EB39FEA362C /* pvr_regs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = pvr_regs.cpp; path = core/hw/pvr/pvr_regs.cpp; sourceTree = SOURCE_ROOT; }; + D90457B2F2D548AEAB16602E /* pico_cortex_m.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_cortex_m.h; path = core/deps/picotcp/include/arch/pico_cortex_m.h; sourceTree = SOURCE_ROOT; }; + D932D3E615B3441CB6679429 /* context.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = context.h; path = core/wsi/context.h; sourceTree = SOURCE_ROOT; }; + D9ADB4BE7C454E7FBB9664AE /* aica.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = aica.h; path = core/hw/aica/aica.h; sourceTree = SOURCE_ROOT; }; + DA3D29A3AF5F4DD2AD8D7A24 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist; sourceTree = ""; }; + DA79451CC78B4064BB22F11C /* uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "core/deps/libchdr/deps/zlib-1.3.1/uncompr.c"; sourceTree = SOURCE_ROOT; }; + DA96DF4DF6314D898FCB9771 /* igd_desc_parse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = igd_desc_parse.c; path = core/deps/miniupnpc/src/igd_desc_parse.c; sourceTree = SOURCE_ROOT; }; + DAADCDFEDB3E45309DD24526 /* ossource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ossource.cpp; path = core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp; sourceTree = SOURCE_ROOT; }; + DBB1AD5988BA447B9D0AF4B7 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + DC5182D74E004354A17B8864 /* unomedal.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = unomedal.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp.rule"; sourceTree = ""; }; + DD180E476F7B4DA0974766E8 /* GLSL.ext.NV.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GLSL.ext.NV.h; path = core/deps/glslang/SPIRV/GLSL.ext.NV.h; sourceTree = SOURCE_ROOT; }; + DD2BEA7E4AE9441484BC4DBE /* cheats.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cheats.h; path = core/cheats.h; sourceTree = SOURCE_ROOT; }; + DD3D29ACE50C45ED80CBFA81 /* Alloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alloc.h; path = "core/deps/libchdr/deps/lzma-24.05/include/Alloc.h"; sourceTree = SOURCE_ROOT; }; + DD3E7CEC4038421FB4A847ED /* awcartridge.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = awcartridge.cpp; path = core/hw/naomi/awcartridge.cpp; sourceTree = SOURCE_ROOT; }; + DD5C29D0A5E241F1A81B07FB /* convert.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = core/deps/nowide/include/nowide/utf/convert.hpp; sourceTree = SOURCE_ROOT; }; + DD9679316E164BE0B9CE42D5 /* infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "core/deps/libchdr/deps/zlib-1.3.1/infback.c"; sourceTree = SOURCE_ROOT; }; + DDA1D13129CC4A8C85A27B1C /* Bcj2.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bcj2.c; path = core/deps/lzma/Bcj2.c; sourceTree = SOURCE_ROOT; }; + DDB37782BAAD4EC1AB54F9A8 /* arm7.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = arm7.h; path = core/hw/arm7/arm7.h; sourceTree = SOURCE_ROOT; }; + DDFE89524222472F8BDB2A41 /* libz.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libz.a; sourceTree = BUILT_PRODUCTS_DIR; }; + DE240008733848C28F9F85EB /* libGenericCodeGen.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libGenericCodeGen.a; sourceTree = BUILT_PRODUCTS_DIR; }; + DEDE893398EB4268BC0BB3DD /* net_platform.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = net_platform.h; path = core/network/net_platform.h; sourceTree = SOURCE_ROOT; }; + DEF76F4035464113ACBE46F2 /* f355.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = f355.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp.rule"; sourceTree = ""; }; + DF2962413AD74869B65BFE89 /* GlslangToSpv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GlslangToSpv.h; path = core/deps/glslang/SPIRV/GlslangToSpv.h; sourceTree = SOURCE_ROOT; }; + DFCF56DD660241E9BBF11865 /* doc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = doc.h; path = core/deps/glslang/SPIRV/doc.h; sourceTree = SOURCE_ROOT; }; + DFDDC840F7DA40C2B78C9EBF /* limits.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = limits.cpp; path = core/deps/glslang/glslang/MachineIndependent/limits.cpp; sourceTree = SOURCE_ROOT; }; + DFFE4E61E8B344B09E33DD5E /* f355twin.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = f355twin.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp.rule"; sourceTree = ""; }; + E02A67A59B6E4F99AA59830E /* zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "core/deps/libchdr/deps/zlib-1.3.1/zlib.h"; sourceTree = SOURCE_ROOT; }; + E06645CA089A4B5DA16E1967 /* Lzma86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Lzma86.h; path = "core/deps/libchdr/deps/lzma-24.05/include/Lzma86.h"; sourceTree = SOURCE_ROOT; }; + E1637CEA782B44D6B13E8FDC /* libflycast-resources.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libflycast-resources.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + E1ADEB522C0E463DB4D23E60 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = core/deps/miniupnpc/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + E24BAF14B7EF44B2B0019A9B /* zip_source_file_stdio.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_stdio.c; path = core/deps/libzip/lib/zip_source_file_stdio.c; sourceTree = SOURCE_ROOT; }; + E2A2508E38BA42AAB5E40CF3 /* zip_buffer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_buffer.c; path = core/deps/libzip/lib/zip_buffer.c; sourceTree = SOURCE_ROOT; }; + E2D5F18A200743269A132D61 /* zip_file_add.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_add.c; path = core/deps/libzip/lib/zip_file_add.c; sourceTree = SOURCE_ROOT; }; + E2E192B1397B4B26B8206373 /* pico_md5.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_md5.h; path = core/deps/picotcp/include/pico_md5.h; sourceTree = SOURCE_ROOT; }; + E30D635C0C8C4DE9B0765AF0 /* ParseHelper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ParseHelper.cpp; path = core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp; sourceTree = SOURCE_ROOT; }; + E338F1DB7C04487A8373A218 /* pico_tree.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_tree.c; path = core/deps/picotcp/stack/pico_tree.c; sourceTree = SOURCE_ROOT; }; + E3448DB3E274468893BF6F3F /* zip_error.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_error.c; path = core/deps/libzip/lib/zip_error.c; sourceTree = SOURCE_ROOT; }; + E3C2090394B04A3CBCF78CB8 /* nullDC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = nullDC.cpp; path = core/nullDC.cpp; sourceTree = SOURCE_ROOT; }; + E3DADF09FD9A4A979407058A /* Foundation.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; + E43EE03A320643C8A4D27C06 /* glslang.y */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = sourcecode.yacc; name = glslang.y; path = core/deps/glslang/glslang/MachineIndependent/glslang.y; sourceTree = SOURCE_ROOT; }; + E4B37D31870F461584B721CB /* PpTokens.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PpTokens.cpp; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp; sourceTree = SOURCE_ROOT; }; + E4C7CFB25C2C44F6B9215B0E /* zip_source_tell_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_tell_write.c; path = core/deps/libzip/lib/zip_source_tell_write.c; sourceTree = SOURCE_ROOT; }; + E4FAF788FB284DC0B054D4DF /* dirtypig.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = dirtypig.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp.rule"; sourceTree = ""; }; + E50E12C65AFE43349D5E82C3 /* GLKit.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks/GLKit.framework; sourceTree = ""; }; + E5131F214CD34B31ADDC64A2 /* convert.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = core/deps/nowide/include/nowide/detail/convert.hpp; sourceTree = SOURCE_ROOT; }; + E51A3B2E321C47A9BBFB0F01 /* Pp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Pp.cpp; path = core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp; sourceTree = SOURCE_ROOT; }; + E6189294431D40BFB294983F /* zip_source_call.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_call.c; path = core/deps/libzip/lib/zip_source_call.c; sourceTree = SOURCE_ROOT; }; + E6249FD45F4F4D53A315CCA6 /* assembler-aarch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "assembler-aarch64.h"; path = "core/deps/vixl/aarch64/assembler-aarch64.h"; sourceTree = SOURCE_ROOT; }; + E62DDE60CCCD4AC59A7B3F3A /* achievements.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = achievements.h; path = core/achievements/achievements.h; sourceTree = SOURCE_ROOT; }; + E65922DD69BB49A38F4E80ED /* 7zFile.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = 7zFile.c; path = core/deps/lzma/7zFile.c; sourceTree = SOURCE_ROOT; }; + E65D90D9F30A469BA38824E6 /* naomi_roms.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = naomi_roms.h; path = core/hw/naomi/naomi_roms.h; sourceTree = SOURCE_ROOT; }; + E6B4299D4C12496880F3B9BB /* LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = core/deps/lzma/LzFind.c; sourceTree = SOURCE_ROOT; }; + E6B5789004874E93B1925886 /* serial.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = serial.cpp; path = core/hw/sh4/modules/serial.cpp; sourceTree = SOURCE_ROOT; }; + E6DF86731FD944B5B1CBE2B7 /* pico_stack.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_stack.c; path = core/deps/picotcp/stack/pico_stack.c; sourceTree = SOURCE_ROOT; }; + E6E15116803546F7A8A5FE5A /* instructions-aarch64.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "instructions-aarch64.cc"; path = "core/deps/vixl/aarch64/instructions-aarch64.cc"; sourceTree = SOURCE_ROOT; }; + E7AF838C887E48FB90C4046F /* wince.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = wince.h; path = core/hw/sh4/modules/wince.h; sourceTree = SOURCE_ROOT; }; + E7BA3861E91E4203B3DFDF97 /* trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "core/deps/libchdr/deps/zlib-1.3.1/trees.c"; sourceTree = SOURCE_ROOT; }; + E7CA4AEA9F5F4355A9FA10C1 /* zip_file_error_clear.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_error_clear.c; path = core/deps/libzip/lib/zip_file_error_clear.c; sourceTree = SOURCE_ROOT; }; + E869A8680B0941CD8E78FFBA /* bba.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = bba.cpp; path = core/hw/bba/bba.cpp; sourceTree = SOURCE_ROOT; }; + E90244105CDD423BAE25559D /* zip_source_rollback_write.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_rollback_write.c; path = core/deps/libzip/lib/zip_source_rollback_write.c; sourceTree = SOURCE_ROOT; }; + E932361379E44B3AB2BD1912 /* zip_file_get_external_attributes.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_get_external_attributes.c; path = core/deps/libzip/lib/zip_file_get_external_attributes.c; sourceTree = SOURCE_ROOT; }; + E95F06B6941E439BB1685DED /* zip_pkware.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_pkware.c; path = core/deps/libzip/lib/zip_pkware.c; sourceTree = SOURCE_ROOT; }; + E998C88BF9AA4BF59B78C0E8 /* f355twn2.nvmem.zip.cpp.rule */ = {isa = PBXFileReference; explicitFileType = default; fileEncoding = 4; lastKnownFileType = file; name = f355twn2.nvmem.zip.cpp.rule; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp.rule"; sourceTree = ""; }; + E9F3F59994F54E9EBAA903F6 /* ochaken.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ochaken.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp"; sourceTree = ""; }; + E9FFBF0CFDE840718EE5D427 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist"; sourceTree = ""; }; + EA0778699FB04FC6944F923D /* Versions.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Versions.h; path = core/deps/glslang/glslang/MachineIndependent/Versions.h; sourceTree = SOURCE_ROOT; }; + EA447A97748A45E48BAA8C2C /* zip_file_set_external_attributes.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_external_attributes.c; path = core/deps/libzip/lib/zip_file_set_external_attributes.c; sourceTree = SOURCE_ROOT; }; + EAB44D241002415FAE4265CC /* convert.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = convert.hpp; path = core/deps/nowide/include/nowide/convert.hpp; sourceTree = SOURCE_ROOT; }; + EAB5F37C4B4A4329879DA7A0 /* elan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = elan.h; path = core/hw/pvr/elan.h; sourceTree = SOURCE_ROOT; }; + EAF660D34CF94BA190A2C1B1 /* dsp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = dsp.h; path = core/hw/aica/dsp.h; sourceTree = SOURCE_ROOT; }; + EAFA7CD563674E75806E720C /* zip_memdup.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_memdup.c; path = core/deps/libzip/lib/zip_memdup.c; sourceTree = SOURCE_ROOT; }; + EB2E923AC4FD4E06A6C8C515 /* libretro_core_options_intl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = libretro_core_options_intl.h; path = shell/libretro/libretro_core_options_intl.h; sourceTree = SOURCE_ROOT; }; + EBBCB1ABD38A4CAFA2E1EF74 /* pico_mbed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_mbed.h; path = core/deps/picotcp/include/arch/pico_mbed.h; sourceTree = SOURCE_ROOT; }; + EBD01394942B4CA68E0B4FF1 /* pico_dhcp_server.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_dhcp_server.h; path = core/deps/picotcp/modules/pico_dhcp_server.h; sourceTree = SOURCE_ROOT; }; + EC729B247F684C068D9B5839 /* m1cartridge.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = m1cartridge.cpp; path = core/hw/naomi/m1cartridge.cpp; sourceTree = SOURCE_ROOT; }; + EC72AE0FA0304C48A076F2E7 /* constants-aarch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "constants-aarch64.h"; path = "core/deps/vixl/aarch64/constants-aarch64.h"; sourceTree = SOURCE_ROOT; }; + EC7CF9C2696A4C6795C36B3F /* alienfnt.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = alienfnt.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp"; sourceTree = ""; }; + ECA3819CF5294AC7A910AB72 /* divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/divsufsort.c"; sourceTree = SOURCE_ROOT; }; + ED5634BAED944769BF04F827 /* intermediate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = intermediate.h; path = core/deps/glslang/glslang/Include/intermediate.h; sourceTree = SOURCE_ROOT; }; + EEF9B1AF4236483598F54258 /* lua.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = lua.cpp; path = core/lua/lua.cpp; sourceTree = SOURCE_ROOT; }; + EF116F763B0948A4840F68B0 /* cpu-features.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "cpu-features.cc"; path = "core/deps/vixl/cpu-features.cc"; sourceTree = SOURCE_ROOT; }; + EFE80874DB1D47FBB7E89CC7 /* upnpdev.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = upnpdev.c; path = core/deps/miniupnpc/src/upnpdev.c; sourceTree = SOURCE_ROOT; }; + F09D96F1978C43E8A577BDDC /* reios_elf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = reios_elf.h; path = core/reios/reios_elf.h; sourceTree = SOURCE_ROOT; }; + F116249AFE9D4A5FAB755603 /* iomapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = iomapper.h; path = core/deps/glslang/glslang/MachineIndependent/iomapper.h; sourceTree = SOURCE_ROOT; }; + F11A9D1E8A384546AF3490CE /* ShaderLang.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderLang.cpp; path = core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp; sourceTree = SOURCE_ROOT; }; + F259BA0803114D33B9269D89 /* picoppp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = picoppp.cpp; path = core/network/picoppp.cpp; sourceTree = SOURCE_ROOT; }; + F2AC3762F31A4B73A4A64BED /* pico_dhcp_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pico_dhcp_common.c; path = core/deps/picotcp/modules/pico_dhcp_common.c; sourceTree = SOURCE_ROOT; }; + F2ACAF52735A4963A9493FEE /* isofs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = isofs.cpp; path = core/imgread/isofs.cpp; sourceTree = SOURCE_ROOT; }; + F30A0BB5025A4E0999205405 /* propagateNoContraction.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = propagateNoContraction.h; path = core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h; sourceTree = SOURCE_ROOT; }; + F371CCC14A60418CB2949F25 /* zip_source_pkware_decode.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_pkware_decode.c; path = core/deps/libzip/lib/zip_source_pkware_decode.c; sourceTree = SOURCE_ROOT; }; + F376D95250C54E3B95A7D36D /* Sort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Sort.h; path = "core/deps/libchdr/deps/lzma-24.05/include/Sort.h"; sourceTree = SOURCE_ROOT; }; + F39E4F93152443CD84F042DA /* zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_internal.h"; sourceTree = SOURCE_ROOT; }; + F3D25AE53319477BAE2F81CD /* unwind_info.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = unwind_info.cpp; path = core/linux/unwind_info.cpp; sourceTree = SOURCE_ROOT; }; + F3E2FE07D43547C3AEAEB058 /* sb_mem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sb_mem.cpp; path = core/hw/holly/sb_mem.cpp; sourceTree = SOURCE_ROOT; }; + F405817FA30A40F6A921D304 /* reios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = reios.h; path = core/reios/reios.h; sourceTree = SOURCE_ROOT; }; + F40A30173FC24EC7A6955F64 /* cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/dictBuilder/cover.h"; sourceTree = SOURCE_ROOT; }; + F423C3C332504157AF73167E /* gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "core/deps/libchdr/deps/zlib-1.3.1/gzwrite.c"; sourceTree = SOURCE_ROOT; }; + F42C0ADF11784600A53EF474 /* Sort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = "core/deps/libchdr/deps/lzma-24.05/src/Sort.c"; sourceTree = SOURCE_ROOT; }; + F468FB4B10E24836943A51F6 /* hex_float.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hex_float.h; path = core/deps/glslang/SPIRV/hex_float.h; sourceTree = SOURCE_ROOT; }; + F4CEF3317608414485A60AAD /* Delta.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = core/deps/lzma/Delta.c; sourceTree = SOURCE_ROOT; }; + F506064DDC2044C5BBC8ED7F /* Delta.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = "core/deps/libchdr/deps/lzma-24.05/src/Delta.c"; sourceTree = SOURCE_ROOT; }; + F54E559B630446608E80D627 /* zip_source_file_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_file_common.c; path = core/deps/libzip/lib/zip_source_file_common.c; sourceTree = SOURCE_ROOT; }; + F56F1CC956884C8DB5467219 /* libchdr-static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libchdr-static.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + F58F732D1BA74125A5D79E56 /* LzFind.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "core/deps/libchdr/deps/lzma-24.05/include/LzFind.h"; sourceTree = SOURCE_ROOT; }; + F5DD91E3F5564843B6EA4D8F /* dirtypig.nvmem.zip.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dirtypig.nvmem.zip.cpp; path = "../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp"; sourceTree = ""; }; + F5E41C50164A4F0481475E1B /* vmallocator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = vmallocator.cpp; path = core/rend/vulkan/vmallocator.cpp; sourceTree = SOURCE_ROOT; }; + F622E32831004AF6A5516AB8 /* dsp_arm32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = dsp_arm32.cpp; path = core/hw/aica/dsp_arm32.cpp; sourceTree = SOURCE_ROOT; }; + F668CA776A514102AFFD7154 /* zip_source_tell.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_tell.c; path = core/deps/libzip/lib/zip_source_tell.c; sourceTree = SOURCE_ROOT; }; + F6BEFB9302904ACDB4CBE560 /* compiler-intrinsics-vixl.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "compiler-intrinsics-vixl.cc"; path = "core/deps/vixl/compiler-intrinsics-vixl.cc"; sourceTree = SOURCE_ROOT; }; + F716C5F851B6440A90E37BC0 /* achievements.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = achievements.cpp; path = core/achievements/achievements.cpp; sourceTree = SOURCE_ROOT; }; + F766B6EC393B46838FBB67C6 /* storage.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = storage.h; path = core/oslib/storage.h; sourceTree = SOURCE_ROOT; }; + F7A9376782784181BC8259F4 /* macro-assembler-sve-aarch64.cc */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = "macro-assembler-sve-aarch64.cc"; path = "core/deps/vixl/aarch64/macro-assembler-sve-aarch64.cc"; sourceTree = SOURCE_ROOT; }; + F7CA53C8D2B4420B80829914 /* reios_elf.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = reios_elf.cpp; path = core/reios/reios_elf.cpp; sourceTree = SOURCE_ROOT; }; + F7CA6B3B2F54405EB8018750 /* zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_fast.c"; sourceTree = SOURCE_ROOT; }; + F7CE20566FCB4BDCA3CAD445 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = "core/deps/libchdr/deps/lzma-24.05/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + F8063F5AF2E64DE4B7973F91 /* adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "core/deps/libchdr/deps/zlib-1.3.1/adler32.c"; sourceTree = SOURCE_ROOT; }; + F8B28E72777647159B7278C0 /* fopen_utf8.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fopen_utf8.c; path = "core/deps/libretro-common/compat/fopen_utf8.c"; sourceTree = SOURCE_ROOT; }; + F8F3FCF6CF3E49DEAFC0D25E /* storeq.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = storeq.cpp; path = core/hw/sh4/storeq.cpp; sourceTree = SOURCE_ROOT; }; + F941FC0610574759AABE4E24 /* zip_delete.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_delete.c; path = core/deps/libzip/lib/zip_delete.c; sourceTree = SOURCE_ROOT; }; + F9581C71D9D34E7181424D9F /* elf64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = elf64.c; path = core/deps/libelf/src/elf64.c; sourceTree = SOURCE_ROOT; }; + F991BF982A7246F8830CFBC5 /* bitutils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitutils.h; path = core/deps/glslang/SPIRV/bitutils.h; sourceTree = SOURCE_ROOT; }; + F99CB76BD31F4F8D89A362E0 /* parseVersions.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = parseVersions.h; path = core/deps/glslang/glslang/MachineIndependent/parseVersions.h; sourceTree = SOURCE_ROOT; }; + FA27638444FF46A3BA2DB5CA /* zip_file_set_encryption.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_file_set_encryption.c; path = core/deps/libzip/lib/zip_file_set_encryption.c; sourceTree = SOURCE_ROOT; }; + FA919FE9977A4AAD8480468C /* RemoveTree.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RemoveTree.h; path = core/deps/glslang/glslang/MachineIndependent/RemoveTree.h; sourceTree = SOURCE_ROOT; }; + FA9DEC55AD174FBDBF9EE3A1 /* unwind_info.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = unwind_info.h; path = core/oslib/unwind_info.h; sourceTree = SOURCE_ROOT; }; + FAB2791FEB684B5795E04FA7 /* zip_replace.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_replace.c; path = core/deps/libzip/lib/zip_replace.c; sourceTree = SOURCE_ROOT; }; + FB90D54B1E4C48FA846DAB27 /* quad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = quad.cpp; path = core/rend/vulkan/quad.cpp; sourceTree = SOURCE_ROOT; }; + FBB7E60BBECD45139655AFCF /* error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/common/error_private.h"; sourceTree = SOURCE_ROOT; }; + FBCD9A8920B24C51BA90FB67 /* zdict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zdict.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/zdict.h"; sourceTree = SOURCE_ROOT; }; + FC0E1034895245E6B2479E10 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/core/deps/libchdr/deps/zlib-1.3.1/CMakeFiles/zlibstatic.dir/Info.plist"; sourceTree = ""; }; + FC95A148633D4D189EE7523C /* lib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = lib.cpp; path = "../cmake/__cmrc_flycast-resources/lib.cpp"; sourceTree = ""; }; + FCD2E527B3824FF8B9E03422 /* gdrom_hle.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gdrom_hle.h; path = core/reios/gdrom_hle.h; sourceTree = SOURCE_ROOT; }; + FD067295B89149F1B974356D /* pico_msvc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pico_msvc.h; path = core/deps/picotcp/include/arch/pico_msvc.h; sourceTree = SOURCE_ROOT; }; + FDAA5BD823874BF383B1BC6F /* mem_watch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = mem_watch.cpp; path = core/hw/mem/mem_watch.cpp; sourceTree = SOURCE_ROOT; }; + FDCC8601D16B434C8EF20084 /* replacement.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = replacement.hpp; path = core/deps/nowide/include/nowide/replacement.hpp; sourceTree = SOURCE_ROOT; }; + FDD36A2736E04979AB37441A /* Link.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Link.cpp; path = core/deps/glslang/glslang/GenericCodeGen/Link.cpp; sourceTree = SOURCE_ROOT; }; + FDE24811C6324D02A3777D57 /* sh4_interrupts.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = sh4_interrupts.cpp; path = core/hw/sh4/sh4_interrupts.cpp; sourceTree = SOURCE_ROOT; }; + FE277F25006F403BB9AF098D /* zip_fdopen.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fdopen.c; path = core/deps/libzip/lib/zip_fdopen.c; sourceTree = SOURCE_ROOT; }; + FE33F41ED92D4651BB1AB878 /* alienfnt_modem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = alienfnt_modem.cpp; path = core/network/alienfnt_modem.cpp; sourceTree = SOURCE_ROOT; }; + FE55140B311849279830AE11 /* glslang_c_interface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = glslang_c_interface.h; path = core/deps/glslang/glslang/Include/glslang_c_interface.h; sourceTree = SOURCE_ROOT; }; + FE58EBF1C7BF4BE79C658DD7 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = "core/deps/libchdr/deps/zlib-1.3.1/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + FECBB9F62DE24962A2EABE97 /* ssa.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ssa.cpp; path = core/hw/sh4/dyna/ssa.cpp; sourceTree = SOURCE_ROOT; }; + FF01106786FE40119DDDC616 /* zip_get_file_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_file_comment.c; path = core/deps/libzip/lib/zip_get_file_comment.c; sourceTree = SOURCE_ROOT; }; + FF3CA8F4C5B14486966A5F1A /* zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "core/deps/libchdr/deps/zstd-1.5.6/lib/compress/zstd_compress_superblock.h"; sourceTree = SOURCE_ROOT; }; + FF5E948C86F44C46B0FB2E9A /* zip_source_begin_write_cloning.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_begin_write_cloning.c; path = core/deps/libzip/lib/zip_source_begin_write_cloning.c; sourceTree = SOURCE_ROOT; }; + FF710C41161946C5B27DEF9A /* parseConst.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = parseConst.cpp; path = core/deps/glslang/glslang/MachineIndependent/parseConst.cpp; sourceTree = SOURCE_ROOT; }; + FFAE74EEF39247B08B7C66BF /* zip_source_layered.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_source_layered.c; path = core/deps/libzip/lib/zip_source_layered.c; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ + B38704A02D2C692C00D541F1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + glsym_es3.c, + rglgen.c, + ); + target = 3DF5E4E531F161AA21EF248A /* flycast_libretro */; + }; + B38704AF2D2C697C00D541F1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + gl_context.cpp, + ); + target = 3DF5E4E531F161AA21EF248A /* flycast_libretro */; + }; +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + B387049D2D2C692100D541F1 /* glsym */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B38704A02D2C692C00D541F1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); name = glsym; path = "core/deps/libretro-common/glsym"; sourceTree = ""; }; + B38704AD2D2C696D00D541F1 /* wsi */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B38704AF2D2C697C00D541F1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); name = wsi; path = core/wsi; sourceTree = ""; }; +/* End PBXFileSystemSynchronizedRootGroup section */ + /* Begin PBXFrameworksBuildPhase section */ - 0AC8300999CF435196A47C3A /* Frameworks */ = { + 0EE324676BF247DB870C496A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 27507BAE53AA481185FCFAAC /* Frameworks */ = { + 0FD08D12799C4D799FAF7B2A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2CA660C0A59B493B8D2B563F /* Frameworks */ = { + 19118A6C12E64C238CA1D342 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 411179AB3E5E436CB4A9C99B /* Frameworks */ = { + 2363E24BA4D84AC395A79DE4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + B38704852D2C68A300D541F1 /* libz.a in Frameworks */, + B38704882D2C68A300D541F1 /* libzip.a in Frameworks */, + B38704702D2C68A300D541F1 /* libMachineIndependent.a in Frameworks */, + B38704762D2C68A300D541F1 /* libnowide.a in Frameworks */, + B387046A2D2C68A300D541F1 /* libglslang.a in Frameworks */, + B38704822D2C68A300D541F1 /* libxxhash.a in Frameworks */, + B387047F2D2C68A300D541F1 /* libSPIRV.a in Frameworks */, + B387046D2D2C68A300D541F1 /* liblzma.a in Frameworks */, + B38704612D2C68A300D541F1 /* libflycast-resources.a in Frameworks */, + B38704672D2C68A300D541F1 /* libglslang-default-resource-limits.a in Frameworks */, + B387045B2D2C68A300D541F1 /* libchdr-static.a in Frameworks */, + B38704792D2C68A300D541F1 /* libOGLCompiler.a in Frameworks */, + B387045E2D2C68A300D541F1 /* libelf.a in Frameworks */, + B38704642D2C68A300D541F1 /* libGenericCodeGen.a in Frameworks */, + B38704732D2C68A300D541F1 /* libminiupnpc.a in Frameworks */, + B387047C2D2C68A300D541F1 /* libOSDependent.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4B32D5ABD6D446C2AA829F6D /* Frameworks */ = { + 2F90184F3218453781178155 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4EF19FD358EE436B8431228C /* Frameworks */ = { + 4AF5E62696F14DAEBF20B7D0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 521EEFF5DB81483C87A579D9 /* Frameworks */ = { + 513E03C1141947BD98F7EEA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5AC0330918284743A88184FA /* Frameworks */ = { + 5A70E74F822948659DBFD21D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6AB2A0F70D8A4FDC96EBFEAC /* Frameworks */ = { + 6ED6B20A18C348328F28B288 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6CD254CB87C940BF91921897 /* Frameworks */ = { + 71DB4B72088C413DB04A1221 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 954803311B25496BADB719F9 /* Frameworks */ = { + 7F0368A0CD4C431CAE40CEF0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - AAAE31F293F2455D8848EA7B /* Frameworks */ = { + 95C40DE4035E48179F81F4FE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B1B8021FB6B34E0685C69593 /* Frameworks */ = { + A914E8C8CC4540BD915B319C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E0FF14D4548F4E55A43A6F1E /* Frameworks */ = { + AC2346DAB5CD4536ACC14507 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F3C8657FA4D243CDAF8297B4 /* Frameworks */ = { + B111713FE95848C78F76A1D1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F3EA850708B943B182340C29 /* Frameworks */ = { + CD233C24E60649079A07BBE3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F5F7FE6805E845FBBB1EFEAD /* Frameworks */ = { + F57AB24E25E9423A876D4D8B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - FB32CA2D2CC94CF8BB223D25 /* Frameworks */ = { + F6F0CF0F6D8546378FE26468 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2220,2050 +2000,2298 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 03CA64AA6F6745B5B474D72E /* modules */ = { - isa = PBXGroup; - children = ( - 59BAE74FFD9948DE86D25645 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/bsc.cpp \"" */, - C3E1FCCEE8E44C73A664E4DE /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ccn.cpp \"" */, - C58B1B4B0E8F473FB97BCA3D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ccn.h \"" */, - CE417CB3AEB74A4EAABE1EDD /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/cpg.cpp \"" */, - 2B005BE8F33048A7A140EECB /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/dmac.cpp \"" */, - 2DC0E490202C4781A04644EF /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/dmac.h \"" */, - E43CF5C30CAC4955BA6C4362 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/fastmmu.cpp \"" */, - 334C574DFBA94403AD025148 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/intc.cpp \"" */, - F1DB83DE56204D529C949BBA /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/mmu.cpp \"" */, - 98FDDDCF6D3D41658EF6DA63 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/mmu.h \"" */, - E29125FFE82B46F5BD13E924 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/modules.h \"" */, - DFDAE3F7076F468395B69C9F /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/rtc.cpp \"" */, - 8A94A10321104FBC92ECD3B8 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/serial.cpp \"" */, - A710456AC63E4338879B1561 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/tmu.cpp \"" */, - D3A63146A9C843F7946A76DC /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ubc.cpp \"" */, - C818F4C8E22549BFB3791E18 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/wince.h \"" */, - ); - name = modules; - sourceTree = ""; - }; - 056E30FABB604AAEB7B21F3A /* chdr-static */ = { + 03856D62A8164DAD8B1D0252 /* glslang */ = { isa = PBXGroup; children = ( - 74C909C84DDB4D5F80861383 /* Source Files */, - A3CC16B26A98477D97FB118F /* Resources */, - 78EFEDDACD3D4B1CB893947F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/CMakeLists.txt \"" */, + FAAE025B525248CBB8B6C7BE /* GenericCodeGen */, + 85C9AA8508D94AAC8FF2D894 /* MachineIndependent */, + AA5AC2239F5342F192963ACB /* glslang */, + 223EAAD265A04EE9A5D2D8AB /* glslang-default-resource-limits */, + 7B44EF9D106D405E8F93A9BC /* OSDependent */, + 043CF2BE2112427789288065 /* OGLCompiler */, + 82FBCDD50B98446681B99580 /* SPIRV */, ); - name = "chdr-static"; + name = glslang; sourceTree = ""; }; - 067B817595DE4A0CB0FC9F43 /* Resources */ = { + 043CF2BE2112427789288065 /* OGLCompiler */ = { isa = PBXGroup; children = ( - 718B24D54CD94193822E2086 /* "\"$(SRCROOT)/cmake/core/deps/xxHash/cmake_unofficial/CMakeFiles/xxhash.dir/Info.plist \"" */, + 45E62DD1005B410491961BD1 /* Source Files */, + 1D5E04D6DA6149C0BBA33FBD /* Header Files */, + 2518DCB4C46742938578F68C /* Resources */, + 3367CD73861541CAB4449DBF /* CMakeLists.txt */, ); - name = Resources; + name = OGLCompiler; sourceTree = ""; }; - 077796A5DE594B4AA42393FB /* MachineIndependent */ = { + 067B9B646573463D95CE7743 /* CMake Rules */ = { isa = PBXGroup; children = ( - A9735D2F8E8A40C995AB2B2D /* Source Files */, - 40E5C0E3A03F4A1A876CF3EE /* Header Files */, - A63CE8D9F1D04A0F8F820A84 /* Resources */, - 99C3173C35B644AB83109F5A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */, - C4564EEDA5F345F4B8EE1623 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang.m4 \"" */, - C2D6EC1C229344D3B9BA7EC9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang.y \"" */, ); - name = MachineIndependent; + name = "CMake Rules"; sourceTree = ""; }; - 07CA21284AC5415EBE2402A3 /* Resources */ = { + 082871A4D1A24097907616BD /* nowide */ = { isa = PBXGroup; children = ( - A0983BAFEA434C8E87D60439 /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist \"" */, + 5F2EDC3F003A43B291A28777 /* Source Files */, + FAB4EB6F41CB47878F20C161 /* Header Files */, + EECF6A234A2E4496969F1CB7 /* Resources */, + 4397F7EF2A494DF588374236 /* CMakeLists.txt */, ); - name = Resources; + name = nowide; sourceTree = ""; }; - 0A92F2DA9ADC464E97A7ED89 /* Resources */ = { + 0DBF8115DB444FD5B2BB920F /* CMake Rules */ = { isa = PBXGroup; children = ( - 9A38D34846FC4C5E83C7473B /* "\"$(SRCROOT)/cmake/core/deps/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist \"" */, ); - name = Resources; + name = "CMake Rules"; sourceTree = ""; }; - 0AA8CCABB6D7432F8D669E4D /* imgread */ = { - isa = PBXGroup; - children = ( - 6A5DF2845EA64A4484DC4526 /* "\"$(SRCROOT)/flycast/core/imgread/ImgReader.cpp \"" */, - 28FC816B143640F1906C35E5 /* "\"$(SRCROOT)/flycast/core/imgread/cdi.cpp \"" */, - D5E41C7F3537459FB4712F23 /* "\"$(SRCROOT)/flycast/core/imgread/chd.cpp \"" */, - 4E2C25FB10124446926A4642 /* "\"$(SRCROOT)/flycast/core/imgread/common.cpp \"" */, - AC31211868D64E1F9FF32E4B /* "\"$(SRCROOT)/flycast/core/imgread/common.h \"" */, - 82E22CF6E87F4D3088200D30 /* "\"$(SRCROOT)/flycast/core/imgread/cue.cpp \"" */, - 35CB3A46E2E145BDBCC1B9F4 /* "\"$(SRCROOT)/flycast/core/imgread/gdi.cpp \"" */, - DBE9D1C8276B448E9D901140 /* "\"$(SRCROOT)/flycast/core/imgread/ioctl.cpp \"" */, - 56A68AE8CA9F433EB5BF1B3E /* "\"$(SRCROOT)/flycast/core/imgread/iso9660.h \"" */, - F7FA619155634DBC8A8E2AF6 /* "\"$(SRCROOT)/flycast/core/imgread/isofs.cpp \"" */, - 39108D3BEDE64D7694676418 /* "\"$(SRCROOT)/flycast/core/imgread/isofs.h \"" */, + 107B42D8D8724468AB3665C5 /* sh4 */ = { + isa = PBXGroup; + children = ( + 98F6C155202C4175986B01BA /* dyna */, + A6C36208116245F6A26BDD33 /* interpr */, + C07D778553564FD2A25980D2 /* modules */, + 6B67B9DCEB4B47728F63945E /* fsca-table.h */, + 50CFD52CF6B240A8B594C93E /* sh4_cache.h */, + D3182AD0138B4E30987D7937 /* sh4_core.h */, + 2FCD5C6FC0DE43A68E153A4F /* sh4_core_regs.cpp */, + 190FDAD655D9465FB57885BD /* sh4_cycles.cpp */, + 5A7772A89EE243CDBB8A98A5 /* sh4_cycles.h */, + 6D3E6D23C2864BA698C694DD /* sh4_if.h */, + B039AE407F78485E82D36771 /* sh4_interpreter.h */, + FDE24811C6324D02A3777D57 /* sh4_interrupts.cpp */, + 10C1911CE1354BEAA0849F8C /* sh4_interrupts.h */, + 9794ACEE86F845D8B889DCD1 /* sh4_mem.cpp */, + 7C53D47A6C5B4B59A4C47A75 /* sh4_mem.h */, + 2E755E8E90B5401891A2809C /* sh4_mmr.cpp */, + 57EE65486A1B4C17872906CD /* sh4_mmr.h */, + 94B97B02AF7F48CB9A3CFB5D /* sh4_opcode_list.cpp */, + 3E9741CD298D4651A1E71155 /* sh4_opcode_list.h */, + A9A3D15ABFBC4D38B399AB52 /* sh4_rom.cpp */, + D2D72CE27C174F979481EE88 /* sh4_rom.h */, + C00651C3FC06426BB1713B6A /* sh4_sched.cpp */, + 552C67F1FB7846318EE5BF3D /* sh4_sched.h */, + F8F3FCF6CF3E49DEAFC0D25E /* storeq.cpp */, ); - name = imgread; + name = sh4; sourceTree = ""; }; - 0DAFEE067984488296235908 /* oslib */ = { + 10CC64735F6044EB95E4916C /* Source Files */ = { isa = PBXGroup; children = ( - 0CF5CC67D9B34F439FBC3A52 /* "\"$(SRCROOT)/flycast/core/oslib/audiostream.h \"" */, - 52301365E66D484C8D96C63C /* "\"$(SRCROOT)/flycast/core/oslib/directory.h \"" */, - 2AAA9D677FF9491C91337A7E /* "\"$(SRCROOT)/flycast/core/oslib/host_context.h \"" */, - 03288B339312420780D81DE0 /* "\"$(SRCROOT)/flycast/core/oslib/oslib.h \"" */, - 5FFDDFFBE087411293FFBFD2 /* "\"$(SRCROOT)/flycast/core/oslib/storage.cpp \"" */, - 67E3B3599D64455EB1F9C27E /* "\"$(SRCROOT)/flycast/core/oslib/storage.h \"" */, - 8537FB48D6B748409EE56004 /* "\"$(SRCROOT)/flycast/core/oslib/virtmem.h \"" */, + BA6D1851715846D88DE52E11 /* elf.c */, + 135FA9B7134F4D679FBF9AE7 /* elf32.c */, + F9581C71D9D34E7181424D9F /* elf64.c */, ); - name = oslib; + name = "Source Files"; sourceTree = ""; }; - 106F0243F0A84B21AA2BC64D /* Header Files */ = { - isa = PBXGroup; - children = ( - D1E88967153A43849D3BDA18 /* "\"$(SRCROOT)/cmake/core/deps/miniupnpc/miniupnpcstrings.h \"" */, + 153B39CA934A438FAFEFF495 /* Source Files */ = { + isa = PBXGroup; + children = ( + 5E477C411D0A4B1EB96DA439 /* Constant.cpp */, + B4F0D54E667F44E6BC1B6AC3 /* InfoSink.cpp */, + 539FC05A5B694CF799B92D2A /* Initialize.cpp */, + B6D7857249FF45B7A46ACB28 /* IntermTraverse.cpp */, + 26E8B366911C46D28BE9C846 /* Intermediate.cpp */, + 9114B72288BB4AA98B51F4A5 /* ParseContextBase.cpp */, + E30D635C0C8C4DE9B0765AF0 /* ParseHelper.cpp */, + BDD05E3E3AD144F0B6D0C11F /* PoolAlloc.cpp */, + D4694B561C4246F19DA5730F /* RemoveTree.cpp */, + 08A5060C1A494BE98ED3D743 /* Scan.cpp */, + F11A9D1E8A384546AF3490CE /* ShaderLang.cpp */, + 1AAA3A468EE24001AC205EDD /* SpirvIntrinsics.cpp */, + 9303A92A36E14C36A1EA45EE /* SymbolTable.cpp */, + 85107E3F19B64588BE6B1ED5 /* Versions.cpp */, + 6D8AFA279FFC4CF39B6E1128 /* attribute.cpp */, + 1DE530C548D44CF69ECC9992 /* glslang_tab.cpp */, + A5293289CF554596ACF52625 /* intermOut.cpp */, + 9D88814F5BDE44C687F999EC /* iomapper.cpp */, + DFDDC840F7DA40C2B78C9EBF /* limits.cpp */, + 10B52BFDA3B14960AB7A2325 /* linkValidate.cpp */, + FF710C41161946C5B27DEF9A /* parseConst.cpp */, + E51A3B2E321C47A9BBFB0F01 /* Pp.cpp */, + 0806A929708B4A3885957E21 /* PpAtom.cpp */, + 125A7EB2683249D98A946236 /* PpContext.cpp */, + AC7DB821BF79434F8859ED31 /* PpScanner.cpp */, + E4B37D31870F461584B721CB /* PpTokens.cpp */, + 1FCE2CD9662547D8B3A43B99 /* propagateNoContraction.cpp */, + AB0A33D2C07049AF91700AE2 /* reflection.cpp */, ); - name = "Header Files"; + name = "Source Files"; sourceTree = ""; }; - 1203CC03466945199DDCBBB2 /* CMake Rules */ = { + 17727BC2DB034F689970DFAA /* arch */ = { isa = PBXGroup; children = ( + 450B9056434B4F1583F22B77 /* pico_arm9.h */, + CB0F283ECE474108A7452214 /* pico_atsamd21j18.h */, + 99654A5CFC0540D89D5ABC73 /* pico_avr.h */, + D90457B2F2D548AEAB16602E /* pico_cortex_m.h */, + C9891F29FDAD476483035336 /* pico_dos.h */, + 277AC03C45A04761A79D6B21 /* pico_esp8266.h */, + CCD9E437C4FE494A83ACBEB6 /* pico_generic_gcc.h */, + 8EF729DC54B0457583CB33CB /* pico_linux.h */, + EBBCB1ABD38A4CAFA2E1EF74 /* pico_mbed.h */, + D1EB61102C094AFD8D318197 /* pico_msp430.h */, + FD067295B89149F1B974356D /* pico_msvc.h */, + 3711983D2ABE487ABACE0776 /* pico_none.h */, + A57A4F28828E46EC9CFC978C /* pico_pic24.h */, + 77630E2BA5B24CDDAC6A777C /* pico_pic32.h */, + 15B0AEE24D6C4A69AD416260 /* pico_posix.h */, ); - name = "CMake Rules"; + name = arch; sourceTree = ""; }; - 1240729A7C1F4C7DA8A31F31 /* modem */ = { + 1C988403C4FB4E66BDC99A7A /* Resources */ = { isa = PBXGroup; children = ( - 4CD0924ECB794985BB7ACB34 /* "\"$(SRCROOT)/flycast/core/hw/modem/modem.cpp \"" */, - 793172DE6F864923A15D59A5 /* "\"$(SRCROOT)/flycast/core/hw/modem/modem.h \"" */, - B916259D50564EF5A66D4CEC /* "\"$(SRCROOT)/flycast/core/hw/modem/modem_regs.h \"" */, + DA3D29A3AF5F4DD2AD8D7A24 /* Info.plist */, ); - name = modem; + name = Resources; sourceTree = ""; }; - 14F4A5449D9D4859A6D23240 /* Resources */ = { + 1CE0FD2DFAD64C6F91EF28DD /* Resources */ = { isa = PBXGroup; children = ( - 3E21D3C8261C478AA1DCEA4E /* "\"$(SRCROOT)/cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist \"" */, + C67D933E7E1F4E168601D10E /* Info.plist */, ); name = Resources; sourceTree = ""; }; - 18416384A3B34408A2B32836 /* xxhash */ = { + 1D5E04D6DA6149C0BBA33FBD /* Header Files */ = { isa = PBXGroup; children = ( - CD406D08A557419F937A0577 /* Source Files */, - 067B817595DE4A0CB0FC9F43 /* Resources */, - 9B63A86705884210BF8A390B /* "\"$(SRCROOT)/flycast/core/deps/xxHash/cmake_unofficial/CMakeLists.txt \"" */, + A828F8F14AAB409F84C11204 /* InitializeDll.h */, ); - name = xxhash; + name = "Header Files"; sourceTree = ""; }; - 186F18133EC4403D9C4458BE /* Resources */ = { + 1ED40DE9328744239401665A /* modem */ = { isa = PBXGroup; children = ( - 7E1A91F7B10E47A6A2C2DD0F /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/glslang-default-resource-limits.dir/Info.plist \"" */, + A5BF436685C54A23B5A40C41 /* modem.cpp */, + 7A620B9EDEAC4FC58586C5A9 /* modem.h */, + 8DC850B2C1A84A3D875F6B78 /* modem_regs.h */, ); - name = Resources; + name = modem; sourceTree = ""; }; - 18A09574DB6446B1B60B8FED /* memmap */ = { + 223EAAD265A04EE9A5D2D8AB /* glslang-default-resource-limits */ = { isa = PBXGroup; children = ( - FD9FB27674774F2DA142F754 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/memmap/memalign.c \"" */, + C28BD4A48C15494F81826AE6 /* Source Files */, + 619404B53E2D4AEEA995293E /* Header Files */, + 5C377BA5CFC146E892411E15 /* Resources */, + AEE14C50E592407895CF3908 /* CMakeLists.txt */, ); - name = memmap; + name = "glslang-default-resource-limits"; sourceTree = ""; }; - 194F9A53839E4FC3B879E055 /* Header Files */ = { + 22BEDB35514F46DAB4032F79 /* Header Files */ = { isa = PBXGroup; children = ( - BC242FC0ED244BB49E0C7C5C /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.h \"" */, + A4FB28FC4F9040419ABD1EBC /* zconf.h */, + 6D89DEA822B841439FD45D39 /* crc32.h */, + A9B8E3D829874DC6B9171C7D /* deflate.h */, + C71CE136CE284A209011D724 /* gzguts.h */, + 7C7474E8B6C14D62953002D0 /* inffast.h */, + 9CA389906AE749CA9FF2B158 /* inffixed.h */, + 4A8C0AB1B948498B9B3E25D4 /* inflate.h */, + 115318C0190645FF93252511 /* inftrees.h */, + CD40259B0BBD40A58E4ABB30 /* trees.h */, + D5CA3A43B8024B2A9ABFB425 /* zlib.h */, + 16DDCAD71A2040838F51AAD9 /* zutil.h */, ); name = "Header Files"; sourceTree = ""; }; - 19BB2082E74C404FAD5C44E0 /* vfs */ = { + 2349AB73F5C54456A232F280 /* Resources */ = { isa = PBXGroup; children = ( - AB0E731643A54C79986DF2AD /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/vfs/vfs_implementation.c \"" */, ); - name = vfs; + name = Resources; sourceTree = ""; }; - 1A0546D5A6C247509E876CBA /* picotcp */ = { + 2518DCB4C46742938578F68C /* Resources */ = { isa = PBXGroup; children = ( - 2D0A7B6B705E4EC6BCBFEB35 /* include */, - 2D317385F745429485E7A848 /* modules */, - E97748FA52984DE6945D932F /* stack */, + 9ED1695AB34B459189C9A43A /* Info.plist */, ); - name = picotcp; + name = Resources; sourceTree = ""; }; - 1D88AD3640E647E09B95B027 /* Source Files */ = { - isa = PBXGroup; - children = ( - DAD8B52B8B45401AA01A9485 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp \"" */, - 1F70B686311747DC8CB29986 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp \"" */, + 2666812117B14EE7B6C9F0AB /* Source Files */ = { + isa = PBXGroup; + children = ( + 47EAEB72F54A4CD9B0ADC039 /* zip_err_str.c */, + 046BDCC8408F4D3FAB073C6E /* zip_add.c */, + 609A29264B3B4F7CBE93681E /* zip_add_dir.c */, + 4091549E135E4724AD8EA241 /* zip_add_entry.c */, + BF7D081B32694F2F8D38FA38 /* zip_algorithm_deflate.c */, + 8D6FCA22A81B47F998D69C0A /* zip_algorithm_zstd.c */, + E2A2508E38BA42AAB5E40CF3 /* zip_buffer.c */, + 5422F92BD1D442428B770CE4 /* zip_close.c */, + F941FC0610574759AABE4E24 /* zip_delete.c */, + B4952BC2F3F2413C935B09C2 /* zip_dir_add.c */, + 74FCD8E6030942888E565094 /* zip_dirent.c */, + 6EB1B7AE329046D7924FC369 /* zip_discard.c */, + 3314433B8C3D49E0A253ED40 /* zip_entry.c */, + E3448DB3E274468893BF6F3F /* zip_error.c */, + B16261F6AFEC494BA9E53F23 /* zip_error_clear.c */, + 88347132196641D6A6C094C9 /* zip_error_get.c */, + 00508D07971742C6B85C6124 /* zip_error_get_sys_type.c */, + 0EE53D15E36E48E7B2A4225B /* zip_error_strerror.c */, + CF2480D257744CD79B96720D /* zip_error_to_str.c */, + D6EAC755E37747E8A5A17263 /* zip_extra_field.c */, + A82FB288CB6C48F098FD44D3 /* zip_extra_field_api.c */, + 6478DB530EBA4298B461144C /* zip_fclose.c */, + FE277F25006F403BB9AF098D /* zip_fdopen.c */, + E2D5F18A200743269A132D61 /* zip_file_add.c */, + E7CA4AEA9F5F4355A9FA10C1 /* zip_file_error_clear.c */, + 4C5A5A06D79443A88C725963 /* zip_file_error_get.c */, + 42968235D15D49A09A988B58 /* zip_file_get_comment.c */, + E932361379E44B3AB2BD1912 /* zip_file_get_external_attributes.c */, + 3CFEDA6D555640BE91843F1E /* zip_file_get_offset.c */, + 522577DB92214F348A988201 /* zip_file_rename.c */, + 311B599B58C048E0907E3C22 /* zip_file_replace.c */, + 5CDAFEACAE424A70B15BA6F4 /* zip_file_set_comment.c */, + FA27638444FF46A3BA2DB5CA /* zip_file_set_encryption.c */, + EA447A97748A45E48BAA8C2C /* zip_file_set_external_attributes.c */, + 63FE593126B74A749A5F7970 /* zip_file_set_mtime.c */, + 2DDD9CE63F4F416696B1F7EE /* zip_file_strerror.c */, + CC0C874F9FBF4A2AA362182E /* zip_fopen.c */, + 5388BE4C53AC4F42A505C681 /* zip_fopen_encrypted.c */, + BFA0DCEF396F4D7D8451EB15 /* zip_fopen_index.c */, + 4076CDE0CF4A41038B1CF16F /* zip_fopen_index_encrypted.c */, + C92F91067AAA42EF8FF106A3 /* zip_fread.c */, + 3332205846C64F2A8FF8C379 /* zip_fseek.c */, + 4224AFD134E0458FAC59B9EE /* zip_ftell.c */, + 2A0E2476DCBA4AE29B330317 /* zip_get_archive_comment.c */, + B5328FBD169F4C479DA76A45 /* zip_get_archive_flag.c */, + 14CC48236DD541498816AA6B /* zip_get_encryption_implementation.c */, + FF01106786FE40119DDDC616 /* zip_get_file_comment.c */, + 3F650A44682245469B9D6DEF /* zip_get_name.c */, + 7FB07EF544F44892AF025239 /* zip_get_num_entries.c */, + 6C77FFE83BEE4AF3B2ADBD4D /* zip_get_num_files.c */, + 5E31494802734159B4C4118A /* zip_hash.c */, + ACDC7AE4F1AD4850B52D9C16 /* zip_io_util.c */, + B93F5A6F726841D39801D824 /* zip_libzip_version.c */, + EAFA7CD563674E75806E720C /* zip_memdup.c */, + 5B935D0D3C5B4FFF9CF695FA /* zip_name_locate.c */, + BFF6BC1E4F6C45439E62B095 /* zip_new.c */, + 5581E6CF3C6D4AEC9D1DF0E6 /* zip_open.c */, + E95F06B6941E439BB1685DED /* zip_pkware.c */, + 5C43009D1A914096BE225392 /* zip_progress.c */, + 13E94416FEEC4D489CF600C3 /* zip_random_unix.c */, + 1FC795D567AA412BB67F0D3E /* zip_rename.c */, + FAB2791FEB684B5795E04FA7 /* zip_replace.c */, + C0834FFE2CED4DD2AD8F9DFD /* zip_set_archive_comment.c */, + 0879B4FC485F41C8B389E7F9 /* zip_set_archive_flag.c */, + 7A73CEF2F7BB4675BD1D7E78 /* zip_set_default_password.c */, + 7EC4F87E99ED480BBD7CFEBF /* zip_set_file_comment.c */, + 3989DFE02A23483F92BA4A78 /* zip_set_file_compression.c */, + 2F0ED95DBB0345FB86E6908A /* zip_set_name.c */, + 42E2B6430A25494A8A9FC595 /* zip_source_accept_empty.c */, + 7E2858CA41E345CBB68E2412 /* zip_source_begin_write.c */, + FF5E948C86F44C46B0FB2E9A /* zip_source_begin_write_cloning.c */, + 55BFA514A6EE43EE924ABFC0 /* zip_source_buffer.c */, + E6189294431D40BFB294983F /* zip_source_call.c */, + 2107196FBB364D27AA7FEA57 /* zip_source_close.c */, + 7DA27A807FC54697B3B80C31 /* zip_source_commit_write.c */, + 974685ED584B44FFA451D329 /* zip_source_compress.c */, + B527F8076BA04E5D9F77FA00 /* zip_source_crc.c */, + C994CF33F3CF4E0197EB62A3 /* zip_source_error.c */, + F54E559B630446608E80D627 /* zip_source_file_common.c */, + E24BAF14B7EF44B2B0019A9B /* zip_source_file_stdio.c */, + 3277A5407937410A80FD6769 /* zip_source_file_stdio_named.c */, + BCC17C0AEF484307A08ABAD6 /* zip_source_free.c */, + 0EC54AD3726244A2ACC9EB17 /* zip_source_function.c */, + 8AF46F1A5C1D4184ADC8472F /* zip_source_get_file_attributes.c */, + 8465C5FA74D34D67997B25DE /* zip_source_is_deleted.c */, + FFAE74EEF39247B08B7C66BF /* zip_source_layered.c */, + 72277B7E5EF54076A4973410 /* zip_source_open.c */, + 8D48DD3319004326A9D4981C /* zip_source_pass_to_lower_layer.c */, + F371CCC14A60418CB2949F25 /* zip_source_pkware_decode.c */, + 8EED5D162AE04E579F02F7B2 /* zip_source_pkware_encode.c */, + C662CC2247544CB0BD91347A /* zip_source_read.c */, + 285DA927119F49A7B1447525 /* zip_source_remove.c */, + E90244105CDD423BAE25559D /* zip_source_rollback_write.c */, + A6DC48D1D9FF465AA0725150 /* zip_source_seek.c */, + 64E484D0C6EC4B60A0E7D165 /* zip_source_seek_write.c */, + 9F5519D447DB4F1083770436 /* zip_source_stat.c */, + 106649616D0D42D1A8095755 /* zip_source_supports.c */, + F668CA776A514102AFFD7154 /* zip_source_tell.c */, + E4C7CFB25C2C44F6B9215B0E /* zip_source_tell_write.c */, + 0FE196D620D64A8D9DD735A2 /* zip_source_window.c */, + 51E80D6EF9294C70846AE7B3 /* zip_source_write.c */, + D5ABAB8F26B44C2B8DEE0C04 /* zip_source_zip.c */, + 7B460C73F2BB4C2D9EE4AF1A /* zip_source_zip_new.c */, + 586AC14873344045B35C8A34 /* zip_stat.c */, + A0C89D31EC934F228BEC18E6 /* zip_stat_index.c */, + C8A1D9B7F0144BDE96B0D276 /* zip_stat_init.c */, + 6D6A69FDD6B04E39B5AB661C /* zip_strerror.c */, + D02421D770FD4C98B59B5287 /* zip_string.c */, + 5EEA89B9648340D8B400EA18 /* zip_unchange.c */, + 296BDE67AC6B468688B666C9 /* zip_unchange_all.c */, + BED12E1F3D6B4542AD155C8A /* zip_unchange_archive.c */, + B7EDEAEDF4E1490CBAC589CD /* zip_unchange_data.c */, + 8FB377F59E76404EA6D91678 /* zip_utf-8.c */, ); name = "Source Files"; sourceTree = ""; }; - 1EBD38C4FA594FE5B55AEAF5 /* hw */ = { + 27F1AAF5DE894AAEAD77DB65 /* Source Files */ = { isa = PBXGroup; children = ( - A728676E40DE42D082E244FB /* aica */, - 6118597FC2674BF7A01819A3 /* arm7 */, - E9A67067648D4E49AB2864BE /* bba */, - EAADF89A7C5C4251B48168A2 /* flashrom */, - 26F6BA5F40C2460D91100D3A /* gdrom */, - 5B9280B001EC48E2A694E158 /* holly */, - 4EEEBC9E76A74D318C2976FD /* maple */, - 26D6942987B74D2894B10E51 /* mem */, - 1240729A7C1F4C7DA8A31F31 /* modem */, - C6D623D1B1A94D5698ECB0C4 /* naomi */, - D7C84F90161947C98763F401 /* pvr */, - E9AEC1602C2D4FE38F2714CE /* sh4 */, - 059CFFF9234B4ED28581B11C /* "\"$(SRCROOT)/flycast/core/hw/hwreg.h \"" */, + 823972DAFBE44F54B74662A8 /* addr_is_reserved.c */, + 6320E102E92843589A361689 /* connecthostport.c */, + DA96DF4DF6314D898FCB9771 /* igd_desc_parse.c */, + 043DA7EEA4F0444089343184 /* minisoap.c */, + 9490EA87F5DF4D8DB22AB330 /* minissdpc.c */, + C394766745C448F892275EEE /* miniupnpc.c */, + D2049815C372410DAAAB167B /* miniwget.c */, + 7BBCA03DF4F049D0B9D6D19C /* minixml.c */, + 004E321EC8764A5C82657932 /* portlistingparse.c */, + 9F6392E10E2A4BA1BD5C25FC /* receivedata.c */, + 5F379057550940D7AFFF59E5 /* upnpcommands.c */, + EFE80874DB1D47FBB7E89CC7 /* upnpdev.c */, + 2F832A80253B471D9B8D09BF /* upnperrors.c */, + 708B6998242242A6BFE90375 /* upnpreplyparse.c */, ); - name = hw; + name = "Source Files"; sourceTree = ""; }; - 207F654EB92F4AB9B73ECCBB /* Source Files */ = { + 283FC8ED2AA54E678C57A087 /* archive */ = { isa = PBXGroup; children = ( - A3D4F6D22D894663A13EB763 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c \"" */, - 4F61EA7E9C1E42758E7A6426 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c \"" */, - D64F65B065CB461995A0C375 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c \"" */, - 2F6E9C43E2934437A7A2170D /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c \"" */, - 1BBC7EFF83C34D7983F0F557 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c \"" */, - 182F504B7BE649289CD2CB79 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c \"" */, - 0308A63263F246B1900D075F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c \"" */, - 29C589F2AB9E4A449DE46284 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c \"" */, - B1145B7E125648A893ADE86E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c \"" */, - 593E4EFFC8884F78BE17C839 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c \"" */, - 4397860339F043D69745A036 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c \"" */, + 6EE0A782A6404B7E9A065E66 /* 7zArchive.cpp */, + 70340674EBF74451B25CC921 /* 7zArchive.h */, + 45EF324538F5446BABD2C3F2 /* ZipArchive.cpp */, + 8A7DB8CA10924E50BFD0C002 /* ZipArchive.h */, + 315307B5BBD343BAAA688F67 /* archive.cpp */, + A3FA5328EA944462A21BC8EF /* archive.h */, + 7AD441C22A4C441F9DEE142A /* rzip.cpp */, + D65A3FD330BC45DF804CF3AB /* rzip.h */, ); - name = "Source Files"; + name = archive; sourceTree = ""; }; - 21DDED6FD28B4E2FAC5CDE93 /* log */ = { + 2A24830A7F9E436FA1508EB6 /* CMake Rules */ = { isa = PBXGroup; children = ( - EB4943DE44684BE79E3E96BF /* "\"$(SRCROOT)/flycast/core/log/BitSet.h \"" */, - 6D765D40742D44D5BCAB230F /* "\"$(SRCROOT)/flycast/core/log/Log.h \"" */, - 89301C6FC06E4A6086DBFBE4 /* "\"$(SRCROOT)/flycast/core/log/StringUtil.h \"" */, + 14B4F64AAD1943B3902FDE4B /* zip_err_str.c.rule */, ); - name = log; + name = "CMake Rules"; sourceTree = ""; }; - 22AF10D3E8ED4854BF036C1F /* xbrz */ = { + 3247472483B84E3C87316D47 /* chdr-benchmark */ = { isa = PBXGroup; children = ( - 42D4C95E3D524328BC85F765 /* "\"$(SRCROOT)/flycast/core/deps/xbrz/xbrz.cpp \"" */, + DA473363D633460692CF3EC1 /* Source Files */, + 40C5D80C991E415D86F903D8 /* Resources */, + 7697F147B43E479CBDC990D7 /* CMakeLists.txt */, ); - name = xbrz; + name = "chdr-benchmark"; sourceTree = ""; }; - 23A781E48DDA44A9884BC473 /* string */ = { - isa = PBXGroup; - children = ( - 6F50EB76A94E4B4D980F2F12 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/string/stdstring.c \"" */, + 32AB60B271D04429AB7481C0 /* Products */ = { + isa = PBXGroup; + children = ( + DE240008733848C28F9F85EB /* libGenericCodeGen.a */, + 7BC99028AE9C4EF9A81882BA /* libMachineIndependent.a */, + 76FA09F0CCB14747A0E4EBD9 /* libOGLCompiler.a */, + 4ABDB7F3EEFC4F879F3B0600 /* libOSDependent.a */, + 83B05F5F3E3249078E4748DF /* libSPIRV.a */, + F56F1CC956884C8DB5467219 /* libchdr-static.a */, + 4DC782E8045243B19FACE483 /* libelf.a */, + E1637CEA782B44D6B13E8FDC /* libflycast-resources.a */, + 54E85F9412414595B4C622AD /* libflycast_libretro.a */, + CCF061C328F248229AC9B47F /* libglslang.a */, + B7A6C6AD540548A09CEB2D62 /* libglslang-default-resource-limits.a */, + D67FFCB6482B4F57A3EC0865 /* libminiupnpc.a */, + D122B6EC5D784A69A08E9E78 /* liblzma.a */, + 99D29452C886444F865F9B96 /* libnowide.a */, + 7144B26A554D44F18FEA42D3 /* libxxhash.a */, + 31DA1C61E0264BA498F8170B /* libzip.a */, + 2149459752614533A714658F /* z.1.3.1.dylib */, + DDFE89524222472F8BDB2A41 /* libz.a */, ); - name = string; + name = Products; sourceTree = ""; }; - 2623D15AEED148DAB1ECC0B6 /* Header Files */ = { - isa = PBXGroup; - children = ( - C3FD0B3509BC4739863CACFD /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.AMD.h \"" */, - CCA650C85853465A9A42914B /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.ARM.h \"" */, - 6DD6048555924A19AE1CD50D /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.EXT.h \"" */, - AF4C7609288D4704BB5E4E41 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.KHR.h \"" */, - 2BF9B6BDF4C84731AADE0A24 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.ext.NV.h \"" */, - C6E57699BCF74720A71F9FB8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GLSL.std.450.h \"" */, - 3B058C0E2A844DD2926D8DEE /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GlslangToSpv.h \"" */, - 501DB8D1BE1B44D1A6ED50DC /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/Logger.h \"" */, - B6563D8228DD441C99DBFC0A /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/NonSemanticDebugPrintf.h \"" */, - E3689C3CFE564F8FB39406C7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/NonSemanticShaderDebugInfo100.h \"" */, - 1EA06F3F51F04FEBBC5543E9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvBuilder.h \"" */, - 6BD1695DC9474BCCA5B3EC56 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvTools.h \"" */, - 1737A358D4454C78BFE0F40F /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/bitutils.h \"" */, - 394A11C390A342CDAB7EDDE8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/disassemble.h \"" */, - 58D1AC8D9C534E10B37819BA /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/doc.h \"" */, - B05649DBB47940E899F601B0 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/hex_float.h \"" */, - 64E0291B28174584A0C3CC98 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/spirv.hpp \"" */, - 3C7F47490CD94012B19004E2 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/spvIR.h \"" */, + 35A219A76EF84917814A3118 /* Resources */ = { + isa = PBXGroup; + children = ( + D359D32FB3374F52BF0E9B53 /* Info.plist */, ); - name = "Header Files"; + name = Resources; sourceTree = ""; }; - 26D6942987B74D2894B10E51 /* mem */ = { + 3EE40770274242F5AFAB5C9E = { isa = PBXGroup; children = ( - 2476B2B2B2FA43F5AEF7AFFA /* "\"$(SRCROOT)/flycast/core/hw/mem/addrspace.cpp \"" */, - 91E54100E8AB493292DAEC3B /* "\"$(SRCROOT)/flycast/core/hw/mem/addrspace.h \"" */, - 64247B69DEBA4953AA956922 /* "\"$(SRCROOT)/flycast/core/hw/mem/mem_watch.cpp \"" */, - 27ACBE5C17BE4E4FBB4DF03B /* "\"$(SRCROOT)/flycast/core/hw/mem/mem_watch.h \"" */, + 6648BA1FFD4543F68B443AC2 /* flycast_libretro */, + D9797DA68C3C4717AE658610 /* flycast-resources */, + B0CB166406E34B96B9E3D9AB /* ALL_BUILD */, + A3292B9BAC5F40A2BA2948F9 /* xxhash */, + 03856D62A8164DAD8B1D0252 /* glslang */, + D5A9BA49E12840A5BA1287B7 /* chdr-static */, + E5134C3D5EEC445E8A0E98C8 /* lzma */, + 516B26DE1E6342F5995E114D /* zlib */, + 774C2655AD6B40DAA81B02B6 /* zlibstatic */, + A0588A5C51834B8189C5F020 /* clean-all */, + A3781F236DB4430AABE00089 /* libzstd_static */, + C4FFA58C7A164BB4AE87CB2B /* uninstall */, + 3247472483B84E3C87316D47 /* chdr-benchmark */, + 082871A4D1A24097907616BD /* nowide */, + 80AB8092B2864E2BAFB76AF8 /* libminiupnpc-static */, + 75B7ED36B46E44EA9E103B69 /* dist */, + E50B86A1C1D04BC0B929C700 /* distcheck */, + D5F7450A7B6D48F5A87B96AF /* zip */, + CF78BF03E28546D2A7647DA5 /* elf */, + 32AB60B271D04429AB7481C0 /* Products */, + 95EFFA76317D482CBD279129 /* Frameworks */, + 2349AB73F5C54456A232F280 /* Resources */, ); - name = mem; sourceTree = ""; }; - 26F6BA5F40C2460D91100D3A /* gdrom */ = { + 404096CF812349C0A72C90A6 /* CMake Rules */ = { isa = PBXGroup; children = ( - 5E21B480A88D43D8B53DF7AE /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdrom_if.h \"" */, - 28DE244A3F5E41FB86F0E0A2 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdrom_response.cpp \"" */, - 06CF03F8332C4E41BD968BC3 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdromv3.cpp \"" */, - 986440AB24C1459D966F4E69 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdromv3.h \"" */, ); - name = gdrom; + name = "CMake Rules"; sourceTree = ""; }; - 28BE8D86C8A7479AB493C9AA /* Resources */ = { + 40C5D80C991E415D86F903D8 /* Resources */ = { isa = PBXGroup; children = ( - CD58A08430C642DAABD831CA /* "\"$(SRCROOT)/cmake/CMakeFiles/flycast_libretro.dir/Info.plist \"" */, + CED419DFAA874B81B7F5554A /* Info.plist */, ); name = Resources; sourceTree = ""; }; - 2A9E32D68707418493C70A5D /* Source Files */ = { + 40D2C66E8F05439795DBCEC6 /* Source Files */ = { isa = PBXGroup; children = ( - 0410F83E189248AE8E8E1F69 /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp \"" */, + DAADCDFEDB3E45309DD24526 /* ossource.cpp */, ); name = "Source Files"; sourceTree = ""; }; - 2AF0EAD68EA84B3EB7DE00F1 /* md5 */ = { + 45E62DD1005B410491961BD1 /* Source Files */ = { isa = PBXGroup; children = ( - E646077A4FCB42738E684C32 /* "\"$(SRCROOT)/flycast/core/deps/md5/md5.cpp \"" */, + 29E9B2A70F854DF0B0D506CA /* InitializeDll.cpp */, ); - name = md5; + name = "Source Files"; sourceTree = ""; }; - 2AF6D598EEF4425AB01C0FE2 /* Resources */ = { + 46D159900DC34CFB856635BF /* Resources */ = { isa = PBXGroup; children = ( - 9BCEBC878EDA4103B26801CD /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/Info.plist \"" */, + C902E1897E6B4CE79CEB3E86 /* Info.plist */, ); name = Resources; sourceTree = ""; }; - 2D0A7B6B705E4EC6BCBFEB35 /* include */ = { - isa = PBXGroup; - children = ( - 58A158FAE08E46F4AD359496 /* arch */, - 30D01ED46110438DA2E94442 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/heap.h \"" */, - 93E5EC045D8E424C8B814DDB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_addressing.h \"" */, - A4758358C14D49F3A56AB4C3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_config.h \"" */, - E9631F5001674CBB9F2B7014 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_constants.h \"" */, - B5FB669EB2314B2BAD3ADCCB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_defines.h \"" */, - 1F31FAEBA2A242778244FC61 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_defines_msvc.h \"" */, - 647EDB42E5AC4280912A9B0A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_device.h \"" */, - 372C79352C624688882FB912 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_eth.h \"" */, - 587C740C59DA4D6DB00A6CC3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_frame.h \"" */, - 3BBC50EB6D9C4894B69093AB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_md5.h \"" */, - 94C6DC1EF411493A8EE8A587 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_module_eth.h \"" */, - 04ADDBA269944CE198EA1DE4 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_protocol.h \"" */, - FCD5A6D7189243718143C653 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_queue.h \"" */, - 9ACA9C9D1F8E43CB90B479B5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_socket.h \"" */, - 5EFAAE0E3D7E409C8EEF9936 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_socket_multicast.h \"" */, - A93F89480C3047A6BD93DCC5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_stack.h \"" */, - 291958489DEB4BA9B83CFF18 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/pico_tree.h \"" */, + 4702B159730D41ECBBFB481A /* lua */ = { + isa = PBXGroup; + children = ( + EEF9B1AF4236483598F54258 /* lua.cpp */, + C08F68F66B72464BA4CC4FBB /* lua.h */, ); - name = include; + name = lua; + sourceTree = ""; + }; + 4BBF8EFB419D49BF9D190F99 /* Header Files */ = { + isa = PBXGroup; + children = ( + A5883C3638FD451CBD159388 /* GLSL.ext.AMD.h */, + B7A8D9F35FE6403294136A32 /* GLSL.ext.ARM.h */, + 6CB05B977EC14AF8A6AD4821 /* GLSL.ext.EXT.h */, + 961A30A61D3447B8B14B5BD4 /* GLSL.ext.KHR.h */, + DD180E476F7B4DA0974766E8 /* GLSL.ext.NV.h */, + A54A8D403E574265917AFF65 /* GLSL.std.450.h */, + DF2962413AD74869B65BFE89 /* GlslangToSpv.h */, + A807B4C5FCD84C92B15AAF42 /* Logger.h */, + 75B7D3100A904B239337B2F3 /* NonSemanticDebugPrintf.h */, + 75B4265F917A4C71938B5AB3 /* NonSemanticShaderDebugInfo100.h */, + 4F40DCEAAC534979A3C7FCC5 /* SpvBuilder.h */, + 2704E7DDC9224EFC87E5DC09 /* SpvTools.h */, + F991BF982A7246F8830CFBC5 /* bitutils.h */, + 52FBABDFE9784C21B0FBFD16 /* disassemble.h */, + DFCF56DD660241E9BBF11865 /* doc.h */, + F468FB4B10E24836943A51F6 /* hex_float.h */, + BB78D18E7E74444B9A8BCECF /* spirv.hpp */, + 7EA872FFA2D3438BB38AD556 /* spvIR.h */, + ); + name = "Header Files"; + sourceTree = ""; + }; + 50B6A03D4A0D453C9EB7677B /* Source Files */ = { + isa = PBXGroup; + children = ( + D41D097031AC47F1B23889C1 /* debug.c */, + 686A4C98C0AA4CC6B85BCC91 /* entropy_common.c */, + 5D2DC00811C34FD5A040E34B /* error_private.c */, + 995AA2FA30C04B27833B0E20 /* fse_decompress.c */, + 2F03CE04C2444B6ABB26472E /* pool.c */, + 5D5317B101284B8E92769C84 /* threading.c */, + 96317A69BC06416AB6E77D4D /* xxhash.c */, + 257EBBAD6BC441C9A85169EA /* zstd_common.c */, + BBFFF4DDAA334533ACA118CD /* fse_compress.c */, + 523E7BB28F4A4B9EB387569A /* hist.c */, + 9775033559474F11BF7E8463 /* huf_compress.c */, + 7B0520368B2C4F48B21BA0FC /* zstd_compress.c */, + 364E626129894C8C9FA79115 /* zstd_compress_literals.c */, + 9EF033455F5A4242A7AD36BF /* zstd_compress_sequences.c */, + 78E67D5967BF41F68B101F5C /* zstd_compress_superblock.c */, + CD738931289D4B31A5A9C1B5 /* zstd_double_fast.c */, + F7CA6B3B2F54405EB8018750 /* zstd_fast.c */, + 80E34506CB9B452DB4684247 /* zstd_lazy.c */, + 95633DCBC09C4481870D36EA /* zstd_ldm.c */, + 1B9C7F3DF9E44FC896440319 /* zstd_opt.c */, + 367E5551DEC4456990F61E19 /* zstdmt_compress.c */, + 60B803EAEB45411EA449E0FC /* huf_decompress.c */, + 662ACF491831425E92CA94D9 /* zstd_ddict.c */, + 3F34CB2F854B4B428BE51C32 /* zstd_decompress.c */, + 8604C963F3FD4DD189C60F26 /* zstd_decompress_block.c */, + 881B5977AA09442DBD86312E /* cover.c */, + ECA3819CF5294AC7A910AB72 /* divsufsort.c */, + 88A82152CDB54AAAB13FCE06 /* fastcover.c */, + 484458A47B2C42029D23702C /* zdict.c */, + ); + name = "Source Files"; sourceTree = ""; }; - 2D317385F745429485E7A848 /* modules */ = { + 516B26DE1E6342F5995E114D /* zlib */ = { isa = PBXGroup; children = ( - DCC6C8FDA90E4B27ABCBDAAB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_arp.c \"" */, - 5713CC17417E4376A87C4A68 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dev_ppp.c \"" */, - CF6A022953A0497DA3F07E11 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_common.c \"" */, - 1CDE7D50B1394D6BB7C5CAC5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_common.h \"" */, - 7C97943AB60842F89DF9BBEA /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_server.c \"" */, - FB0C24F72863425884E599D5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_server.h \"" */, - 5707E5709B1F4C5CACB8CB54 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dns_client.c \"" */, - 3FE54430ED2B46D3A0FD33A3 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dns_common.c \"" */, - 5CF944F5CD1347FD9C8CFFA9 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_ethernet.c \"" */, - 858E3763F2164FF8B9653966 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_fragments.c \"" */, - EA1458EE277C4A0888ADD9D1 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_icmp4.c \"" */, - D58FCDD950D3466CA86BC112 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_ipv4.c \"" */, - C4AB71981740448D8E89D869 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_socket_tcp.c \"" */, - 6178B0CD171C4127B2D2FD47 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_socket_udp.c \"" */, - FB2783CA6C514C8A8D244769 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_strings.c \"" */, - 69B5FEB25CE74686A0362ECF /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_tcp.c \"" */, - CAFFC80E6F0145A09D7EAC94 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_udp.c \"" */, + 71A24100A70542F88C8EEB54 /* Source Files */, + 22BEDB35514F46DAB4032F79 /* Header Files */, + E5C4D5FA7F8D4C68875BB276 /* Resources */, + C5D05DCADB5344F7ABE2DD38 /* CMakeLists.txt */, ); - name = modules; + name = zlib; sourceTree = ""; }; - 3518E66E17B548D6B8A72982 /* Resources */ = { + 52222B8695A548648E576B9C /* md5 */ = { isa = PBXGroup; children = ( + 62C0B2AF9A74414EBFFBEF91 /* md5.cpp */, ); - name = Resources; + name = md5; sourceTree = ""; }; - 393BE2A3BBFD455D8CA78CD0 /* file */ = { + 52875CFCBDD3451BBE2B1FFB /* file */ = { isa = PBXGroup; children = ( - CED616DF92B74A82A2134C24 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/file/file_path.c \"" */, - DE4AFD4730974E35B21FF57D /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/file/retro_dirent.c \"" */, + C0BFC3DC977E4BF3A9ED5DD5 /* file_path.c */, + 6675D7EF7BEF42DFB23E2E8D /* retro_dirent.c */, ); name = file; sourceTree = ""; }; - 3BB76F1E0EF44D75AC89D174 /* debug */ = { + 532B0C639430491DBF4C13C2 /* arm7 */ = { isa = PBXGroup; children = ( - 689A32DCDD024F3791CA6591 /* "\"$(SRCROOT)/flycast/core/debug/gdb_server.h \"" */, + B55FCFB9CDFC4E8C965BE5D2 /* arm-new.h */, + BBDBE0EDC842462C9176A74B /* arm7.cpp */, + DDB37782BAAD4EC1AB54F9A8 /* arm7.h */, + CD14A71293A94E7FB6EB95EF /* arm7_rec.cpp */, + 4A0A98853A1647D783341520 /* arm7_rec.h */, + 1DA058573FD14D26B200426D /* arm7_rec_arm32.cpp */, + C0F16D2305E845569972FFBA /* arm7_rec_arm64.cpp */, + 080CE42EC816434B831181A4 /* arm7_rec_x64.cpp */, + 788804BECF7A4349AB0521D1 /* arm_mem.cpp */, + C6BCF90356524D709CF89929 /* arm_mem.h */, ); - name = debug; + name = arm7; sourceTree = ""; }; - 3D513A5D87ED4AF0925CB102 /* vixl */ = { + 542B882D4E8448FCA702D6B7 /* cfg */ = { isa = PBXGroup; children = ( - F0EAF141E56F444685A602C6 /* aarch64 */, - 74491EBD2EEE44C3AFEFCBBD /* "\"$(SRCROOT)/flycast/core/deps/vixl/assembler-base-vixl.h \"" */, - 61AC2E4473BB44089587A021 /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-buffer-vixl.cc \"" */, - 5B74ECF7B8824FD1A1724F8A /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-buffer-vixl.h \"" */, - F63BC8EB873245D993615679 /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-generation-scopes-vixl.h \"" */, - 8EFB9233D7724CECA82207E5 /* "\"$(SRCROOT)/flycast/core/deps/vixl/compiler-intrinsics-vixl.cc \"" */, - 1EE0BAEEA83340DD82D839F2 /* "\"$(SRCROOT)/flycast/core/deps/vixl/compiler-intrinsics-vixl.h \"" */, - 56F4B93C943C41FD90444ACF /* "\"$(SRCROOT)/flycast/core/deps/vixl/cpu-features.cc \"" */, - F2B96C3FC3C242FC982B1EA1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/cpu-features.h \"" */, - 82310A67E22F466AA80354E2 /* "\"$(SRCROOT)/flycast/core/deps/vixl/globals-vixl.h \"" */, - C0BED62366404215AF26AF3C /* "\"$(SRCROOT)/flycast/core/deps/vixl/invalset-vixl.h \"" */, - A161D2314D974202A4912A79 /* "\"$(SRCROOT)/flycast/core/deps/vixl/macro-assembler-interface.h \"" */, - 5CAB0E541D8349F182DC5F25 /* "\"$(SRCROOT)/flycast/core/deps/vixl/platform-vixl.h \"" */, - 2955CEC0A58C449FA99AF292 /* "\"$(SRCROOT)/flycast/core/deps/vixl/pool-manager-impl.h \"" */, - B86F8A2E8C5C4E4F8E06D563 /* "\"$(SRCROOT)/flycast/core/deps/vixl/pool-manager.h \"" */, - 927641600C994C72914E40DF /* "\"$(SRCROOT)/flycast/core/deps/vixl/utils-vixl.cc \"" */, - B9A1F1B67CD041C98DA7DA36 /* "\"$(SRCROOT)/flycast/core/deps/vixl/utils-vixl.h \"" */, + 05A53890A40A4D4380B56289 /* option.h */, ); - name = vixl; + name = cfg; sourceTree = ""; }; - 3F3D113C681A4BF495051221 /* CMake Rules */ = { - isa = PBXGroup; - children = ( + 54E026D109BA4D6BBB06A319 /* CMake Rules */ = { + isa = PBXGroup; + children = ( + 11D4BD2F22064010848F1374 /* alienfnt.nvmem.zip.cpp.rule */, + E4FAF788FB284DC0B054D4DF /* dirtypig.nvmem.zip.cpp.rule */, + AF552BBF1E5C4536B13E605D /* dirtypig.nvmem2.zip.cpp.rule */, + DEF76F4035464113ACBE46F2 /* f355.nvmem.zip.cpp.rule */, + DFFE4E61E8B344B09E33DD5E /* f355twin.nvmem.zip.cpp.rule */, + E998C88BF9AA4BF59B78C0E8 /* f355twn2.nvmem.zip.cpp.rule */, + 411EC26926BD4281969B07FA /* gunsur2.nvmem.zip.cpp.rule */, + C40685354A9D4760A9971565 /* magicpop.nvmem.zip.cpp.rule */, + 5E15A61DAB604360866D46EC /* mazan.nvmem.zip.cpp.rule */, + 4E3C3E60FF924C5398E789FF /* ochaken.nvmem.zip.cpp.rule */, + 8DB21F07DD104C4194E2D4E3 /* otrigger.nvmem.zip.cpp.rule */, + C21C518147264A11A41A4900 /* puyomedal.nvmem.zip.cpp.rule */, + DC5182D74E004354A17B8864 /* unomedal.nvmem.zip.cpp.rule */, + 86FFBE9111474967B4BF84DB /* vf4.nvmem.zip.cpp.rule */, + 3082BAA042E64142BDC3B31B /* vf4evob.nvmem.zip.cpp.rule */, + 145B771A3C374FE7B818FB77 /* vf4tuned.nvmem.zip.cpp.rule */, + 42F6A189D9614010AD538126 /* westdrmg.nvmem.zip.cpp.rule */, + 8737F4F12D344BF69D0EFBB6 /* wldkicks.nvmem.zip.cpp.rule */, + 35C0F119CD094F41B46DC298 /* wldkicksj.nvmem.zip.cpp.rule */, + B6997644EA6B427A985C9709 /* wldkicksu.nvmem.zip.cpp.rule */, + 60C193EBC3E547F1849E5DCE /* biosfont.bin.zip.cpp.rule */, + D10795B47EED4E3F85051182 /* printer_ascii12x24.bin.zip.cpp.rule */, + 9DB18674025042C7B3D3D19A /* printer_ascii8x16.bin.zip.cpp.rule */, + 880A7BEAE67B4B7592D08D8D /* printer_kanji16x16.bin.zip.cpp.rule */, + 0FAFE406CBEE45BE8E869EC8 /* printer_kanji24x24.bin.zip.cpp.rule */, + 00126760017C4478A24E2641 /* f355_print_template.png.cpp.rule */, + 08FFDD117AAD4311B806EEB8 /* lib.cpp.rule */, ); name = "CMake Rules"; sourceTree = ""; }; - 40E5C0E3A03F4A1A876CF3EE /* Header Files */ = { - isa = PBXGroup; - children = ( - 88D4871311E540A6A8368FE7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.h \"" */, - DC2DADC08A7744B5B44F43CE /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/LiveTraverser.h \"" */, - A16D56D6242B4E1C920B4974 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.h \"" */, - 96CE113E46744C499F1C92F9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.h \"" */, - 0B0E45D959B04E4FA3FCD79C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Scan.h \"" */, - D06E8C6B302E4FB788CF9FDB /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ScanContext.h \"" */, - A956324A842C44679BF941DE /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.h \"" */, - AAE8EB3EEA3B48B7B52C9B84 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Versions.h \"" */, - 20FDABD5A2B446A7997A29E6 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/attribute.h \"" */, - FAA2DA9FF4F34E0A86D14B59 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/gl_types.h \"" */, - 1983091105DE42E9B5167AAA /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp.h \"" */, - 03B14FD1074041BF917BAC10 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.h \"" */, - 6E85D1A6F80F4282B4C40F6F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/localintermediate.h \"" */, - 3CBAE8897F0E4EAA95B58DBD /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/parseVersions.h \"" */, - 5FC008E999C14D378578C2B7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h \"" */, - 9F89BCF6F7834BD79F3317EB /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h \"" */, - 93118DFFCA904D1C868C2D5F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.h \"" */, - A34CC1AF0C524E7689F5CF6E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/reflection.h \"" */, + 5512FF00B10847A4B5C95CCD /* aica */ = { + isa = PBXGroup; + children = ( + 6ECC61F9F24240D2BDF6A6E8 /* aica.cpp */, + D9ADB4BE7C454E7FBB9664AE /* aica.h */, + 5544646D98624856B2B21979 /* aica_if.cpp */, + 3086B3F37A884E99B3369405 /* aica_if.h */, + 8EAD42FB39DD47A3B2EF5DC7 /* aica_mem.cpp */, + 0A3FDC1DAD1141E6BFA2F25D /* aica_mem.h */, + 49A551F516054F619F33E8C6 /* dsp.cpp */, + EAF660D34CF94BA190A2C1B1 /* dsp.h */, + F622E32831004AF6A5516AB8 /* dsp_arm32.cpp */, + A0F7CF40241E4ACAB72A080A /* dsp_arm64.cpp */, + 6F384E76AE05479C9068ADBF /* dsp_interp.cpp */, + 18435D6C0A3642D79B236BFA /* dsp_x64.cpp */, + 6DA82BCC62394F2E895C3CDA /* dsp_x86.cpp */, + 17B40D3ECCA1488E9D53DA25 /* sgc_if.cpp */, + 2D856F089FFB459781B6960A /* sgc_if.h */, ); - name = "Header Files"; + name = aica; sourceTree = ""; }; - 4450F64264744A2786A75632 /* interpr */ = { + 57432725933B4E2891CF4FF5 /* Source Files */ = { isa = PBXGroup; children = ( - 68E71BF7FECA4A9990D74AD5 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_fpu.cpp \"" */, - FB1254D8F633483F860CF6A0 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_interpreter.cpp \"" */, - 8D03C73E8279483E9CB8C010 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_opcodes.cpp \"" */, - C35A64E1278342AD84EB8288 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_opcodes.h \"" */, + CFC52B6F8B15445486028DD7 /* Alloc.c */, + 7BAB1D4FE77A4979A621035D /* Bra.c */, + C85C97698C584BD786B64E77 /* Bra86.c */, + 23C315A75F25403CA9348B77 /* BraIA64.c */, + 2D712422443D4EEA856B3989 /* CpuArch.c */, + F506064DDC2044C5BBC8ED7F /* Delta.c */, + BE42F2C388C24A70BEA6D861 /* LzFind.c */, + BBA0AAA269094B7CB38FA945 /* Lzma86Dec.c */, + 6833028B6FE94090B6CB9CB5 /* LzmaDec.c */, + BA6A49EAB0AF42B18E26271D /* LzmaEnc.c */, + F42C0ADF11784600A53EF474 /* Sort.c */, ); - name = interpr; + name = "Source Files"; sourceTree = ""; }; - 4BA58E8978BE443E83F82ECD /* GenericCodeGen */ = { + 57D3A0D3398643C0B5A1220E /* Header Files */ = { isa = PBXGroup; children = ( - 1D88AD3640E647E09B95B027 /* Source Files */, - CB838FE3F00C4ABD966D763B /* Resources */, - D3CC79F906464530A4AC93D6 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */, + 39C1BBD9E595439A8F9B8E2B /* BaseTypes.h */, + 46B2EAB7CF9E4EC8A84ACFE1 /* Common.h */, + C84EAD31D5D24E1D804D9AD0 /* ConstantUnion.h */, + A452988FB6574D109B082936 /* InfoSink.h */, + 0DCF60A98CE645F8AEA707ED /* InitializeGlobals.h */, + 9824C326BBEB488AAB5838FD /* PoolAlloc.h */, + B43CE8804AA0490FAF5035F2 /* ResourceLimits.h */, + 8A1BF913F9D3429BB809F1C9 /* ShHandle.h */, + 7DD70DD228134329A7ABA19F /* SpirvIntrinsics.h */, + 7A4431C679FB44F99DACB173 /* Types.h */, + C646C312021249589F251403 /* arrays.h */, + FE55140B311849279830AE11 /* glslang_c_interface.h */, + 8348CA6D89D14171A381A941 /* glslang_c_shader_types.h */, + ED5634BAED944769BF04F827 /* intermediate.h */, + BFA12EC47EB649A1A228C3F5 /* ShaderLang.h */, ); - name = GenericCodeGen; + name = "Header Files"; sourceTree = ""; }; - 4CE102F05D3944F287C91205 /* glslang-default-resource-limits */ = { + 591268D86EDD45B498960AC9 /* gdrom */ = { isa = PBXGroup; children = ( - 5AD326A9EF914A2DB76E1071 /* Source Files */, - 8D2097DB76E747689FB61D62 /* Header Files */, - 186F18133EC4403D9C4458BE /* Resources */, - 8A3B5667BD6C460CA0172DDB /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */, + 1244008A2CC146BEA979A2D5 /* gdrom_if.h */, + C1E09A1166FA4570B39527DA /* gdrom_response.cpp */, + D0AA27C0C2BF4A26BBCE30DA /* gdromv3.cpp */, + 79236409104A4C588ED4EEC9 /* gdromv3.h */, ); - name = "glslang-default-resource-limits"; + name = gdrom; sourceTree = ""; }; - 4EEEBC9E76A74D318C2976FD /* maple */ = { + 59BA42A03B58460581611B81 /* chdpsr */ = { isa = PBXGroup; children = ( - F3AFDB1CC10D48AB97D9C245 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_cfg.cpp \"" */, - EA65CB0FDC0B4EC6BE486D22 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_cfg.h \"" */, - B3F2772B1F8E4D35AE3F865C /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_devs.cpp \"" */, - 0E0F9D6D112B4CD5BEEA3FFE /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_devs.h \"" */, - 4C81415D024A4729A60A8760 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_helper.cpp \"" */, - DEDFA09FB1344D52AA5EBB6E /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_helper.h \"" */, - C6BC81D3277A4CFC996C965B /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_if.cpp \"" */, - D1513E2268E449EE94AC70E9 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_if.h \"" */, - 7BB3432A3C76450FAF9B6EA2 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_jvs.cpp \"" */, + A7AB241AA16B47B5839A4C53 /* cdipsr.cpp */, + 361DDB38F70F4C9A881457F7 /* cdipsr.h */, ); - name = maple; + name = chdpsr; sourceTree = ""; }; - 4FB0ECD2C88347B79D7FDD8D = { - isa = PBXGroup; - children = ( - F7805BA089264CA0A20E25E7 /* flycast_libretro */, - 7BB2D5F3D293480281CE512D /* flycast-resources */, - D1F2AE0E4B614CFCBC7ABF87 /* ALL_BUILD */, - 18416384A3B34408A2B32836 /* xxhash */, - BBB9D70A8BE44729A4443D48 /* glslang */, - 056E30FABB604AAEB7B21F3A /* chdr-static */, - 70B95EE16A81465A91721963 /* lzma */, - 8F7CB65E2DA24F9BA4A75543 /* zlib */, - D37EA69F23394686A408F33F /* chdr-benchmark */, - 8E69677102BB4CCE9259B48E /* nowide */, - 72BBF8540A5A4E22BC095549 /* libminiupnpc-static */, - 61A4C8F88F9D4207A19EA640 /* dist */, - BB531FCD8B0E4AF492D4C655 /* distcheck */, - 63838DAC4E1A4B82B30F3D32 /* zip */, - CD52DD260F394FDF967DABF3 /* elf */, - 785F353F8D58483FA5A48BD0 /* Products */, - 70B90402765E42528257050F /* Frameworks */, - 3518E66E17B548D6B8A72982 /* Resources */, - ); - sourceTree = ""; - }; - 58A158FAE08E46F4AD359496 /* arch */ = { - isa = PBXGroup; - children = ( - 3F6B0DCCEC0844D38CD6F4FD /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_arm9.h \"" */, - DFD79C0AF15240D0AAB7899E /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_atsamd21j18.h \"" */, - E67FBCCF06304B5D9A3CB3CB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_avr.h \"" */, - F9B4825F72FD401F8A4F30C2 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_cortex_m.h \"" */, - A47E1F2C6BEF43459D1570E5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_dos.h \"" */, - E5B575E7D19444B7890231D7 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_esp8266.h \"" */, - 09463710D990474E92EE25B7 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_generic_gcc.h \"" */, - 9B4A6E0F802E423297BAA967 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_linux.h \"" */, - 3379F0F7587F40D6B103671A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_mbed.h \"" */, - 714A6B6F459D49CE810F66A0 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_msp430.h \"" */, - A1697DC0EA1D4908A586859A /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_msvc.h \"" */, - 4BBCEECD374F4809A3999405 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_none.h \"" */, - 8B78F8E5003349C59852C2BD /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_pic24.h \"" */, - C5B257E1FF384E8EB4139293 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_pic32.h \"" */, - 4C539AD9EDE64DE1B4A896EF /* "\"$(SRCROOT)/flycast/core/deps/picotcp/include/arch/pico_posix.h \"" */, + 5A012CCABD2744F38FB460ED /* reios */ = { + isa = PBXGroup; + children = ( + 6F1F595EEE054B57BE419722 /* descrambl.cpp */, + 66ED6B422BE6409E95E4558F /* descrambl.h */, + 5D99CFDB4547409488B87CD8 /* gdrom_hle.cpp */, + FCD2E527B3824FF8B9E03422 /* gdrom_hle.h */, + 49399C8E424744BAB162A09C /* reios.cpp */, + F405817FA30A40F6A921D304 /* reios.h */, + F7CA53C8D2B4420B80829914 /* reios_elf.cpp */, + F09D96F1978C43E8A577BDDC /* reios_elf.h */, ); - name = arch; + name = reios; sourceTree = ""; }; - 58B43174956342599A748D43 /* Resources */ = { + 5C377BA5CFC146E892411E15 /* Resources */ = { isa = PBXGroup; children = ( - E289841C6E8D40DD85A05567 /* "\"$(SRCROOT)/cmake/core/deps/libzip/lib/CMakeFiles/zip.dir/Info.plist \"" */, + 213D7C21579745A5853E0B92 /* Info.plist */, ); name = Resources; sourceTree = ""; }; - 59978AD36D1344EF97B33396 /* shell */ = { + 5D90E41FEBE240BB973E74E0 /* deps */ = { isa = PBXGroup; children = ( - EBEE8BBE12ED4797B4B2C9E1 /* libretro */, + 59BA42A03B58460581611B81 /* chdpsr */, + BBDEFA3CF9E8445C88BA9B4D /* picotcp */, + 886D23EB0FC74127BEF513A4 /* lzma */, + 869360BB92DD4FD6AAC6A6C6 /* xbrz */, + 52222B8695A548648E576B9C /* md5 */, + D8A078D43F644528A9358241 /* libretro-common */, + F9735FFFDF4F4011BF44492E /* vixl */, ); - name = shell; + name = deps; + sourceTree = ""; + }; + 5F00E7E480884046855BC6A0 /* encodings */ = { + isa = PBXGroup; + children = ( + 0F7C0D0EAF47442E959B2E5B /* encoding_utf.c */, + ); + name = encodings; sourceTree = ""; }; - 5AD326A9EF914A2DB76E1071 /* Source Files */ = { + 5F2EDC3F003A43B291A28777 /* Source Files */ = { isa = PBXGroup; children = ( - A3B68A8C5B384F04AD25367B /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp \"" */, - 3C38C758347F4803A1B279A7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp \"" */, + 93CBACAB97B64119A4B711C6 /* console_buffer.cpp */, + 4F54A75150A1401994FE534B /* cstdio.cpp */, + 1906CE173F544F1CAA939D7C /* cstdlib.cpp */, + 2C98BC3AA1994299AE4D1ADF /* filebuf.cpp */, + B5252B09EACB48B2A50C3211 /* iostream.cpp */, + 72037F9A1C2A40339E6F38A5 /* stat.cpp */, ); name = "Source Files"; sourceTree = ""; }; - 5B9280B001EC48E2A694E158 /* holly */ = { + 60A3F8E7ADF249C39803F625 /* memmap */ = { isa = PBXGroup; children = ( - CA529EF10BFE4DEDB5F4DF98 /* "\"$(SRCROOT)/flycast/core/hw/holly/holly_intc.cpp \"" */, - F0384FAFAD3F4BE284AEF78A /* "\"$(SRCROOT)/flycast/core/hw/holly/holly_intc.h \"" */, - 7ED96D37C1A744128477F163 /* "\"$(SRCROOT)/flycast/core/hw/holly/sb.cpp \"" */, - FAE6DE2BEEE849A2AD67673E /* "\"$(SRCROOT)/flycast/core/hw/holly/sb.h \"" */, - DDC77D0300B04E72A890CA6A /* "\"$(SRCROOT)/flycast/core/hw/holly/sb_mem.cpp \"" */, - 266561FBB0DD465CA39F2B3C /* "\"$(SRCROOT)/flycast/core/hw/holly/sb_mem.h \"" */, + 3426BC4EEA574FE2AD365F9E /* memalign.c */, ); - name = holly; + name = memmap; sourceTree = ""; }; - 6041B3C9238847969C6EBD1A /* Source Files */ = { + 619404B53E2D4AEEA995293E /* Header Files */ = { isa = PBXGroup; children = ( - 5B816EE790954FDB840C8181 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp \"" */, + 8B6545127D084A33ABA85460 /* ResourceLimits.h */, + 363C3003C6E5418DA13B8017 /* resource_limits_c.h */, ); - name = "Source Files"; + name = "Header Files"; sourceTree = ""; }; - 6118597FC2674BF7A01819A3 /* arm7 */ = { + 643FB267E7A942F2B1272D9A /* stack */ = { isa = PBXGroup; children = ( - 338843F26DD14087B92262DD /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm-new.h \"" */, - C0F89C38980746FDAEDD649F /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7.cpp \"" */, - 01B676E3EBA348DD9D68ADC9 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7.h \"" */, - 87517562EDB3434899A7F91F /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec.cpp \"" */, - FF03397CAEC74EBFAAD795F0 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec.h \"" */, - ED5815B3436C4C6E9B9A4861 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_arm32.cpp \"" */, - 8BD7D60D9DD545CC81F5348C /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_arm64.cpp \"" */, - D6F26AA5C4B140F792896FDC /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_x64.cpp \"" */, - 9536A40B9CB7409EAF9DADDB /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm_mem.cpp \"" */, - BAB50D0B27C442D9A6393E13 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm_mem.h \"" */, + B8FCBC78B6FB4FBEA2B8ED65 /* pico_device.c */, + 9F500359CB6743EBAB7F8F5B /* pico_frame.c */, + D0CB9B40187C46FB9A05B343 /* pico_md5.c */, + 79ED7FF8324948F4A19986A0 /* pico_protocol.c */, + C39B16AB72BA4DF3BE1A1566 /* pico_socket.c */, + 937499BA8A1B49CEAEDD33A2 /* pico_socket_multicast.c */, + E6DF86731FD944B5B1CBE2B7 /* pico_stack.c */, + E338F1DB7C04487A8373A218 /* pico_tree.c */, ); - name = arm7; + name = stack; sourceTree = ""; }; - 61A4C8F88F9D4207A19EA640 /* dist */ = { + 6648BA1FFD4543F68B443AC2 /* flycast_libretro */ = { isa = PBXGroup; children = ( - E62B1816F2DD4020ABB40C5E /* CMake Rules */, - 6BFA3562393D4521841274B3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/CMakeLists.txt \"" */, + C69A12B5702A4405B249878D /* core */, + 6D2CD350AAC34CFEAC48E77C /* shell */, + 35A219A76EF84917814A3118 /* Resources */, + 60AD5FDAB3B24D7CA82E32A1 /* CMakeLists.txt */, ); - name = dist; + name = flycast_libretro; sourceTree = ""; }; - 626D99F4E3634383BAAAB944 /* Header Files */ = { + 6715B53C36B94F359F03B2DA /* debug */ = { isa = PBXGroup; children = ( - F418C83D24AB43AFAB579B1D /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/zlib-1.2.12/zconf.h \"" */, - 9F33CB0C98F94E7EA7A11DBA /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.h \"" */, - 1D14DB8B2342455AA5036676 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.h \"" */, - 6E09CAEAAD7D4740B3EF9C64 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/gzguts.h \"" */, - 4E46720770454AEAAEB308F8 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.h \"" */, - 74B9BB95E4624E7481C0E5EA /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffixed.h \"" */, - B8CD415DF29D4B199EF6D7B8 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.h \"" */, - 8F56B337971D4854A41F5677 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.h \"" */, - 2061ACA2556541978F645150 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.h \"" */, - 28354918EBE141B091DF0E35 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zlib.h \"" */, - 179C3800839647F094F19FCC /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.h \"" */, + C87E780594E3404287B5FAC9 /* gdb_server.h */, ); - name = "Header Files"; + name = debug; sourceTree = ""; }; - 63838DAC4E1A4B82B30F3D32 /* zip */ = { + 68EF824A41524178BDBEA542 /* Resources */ = { isa = PBXGroup; children = ( - 9C1A9E797E054F328F62D29E /* Source Files */, - 58B43174956342599A748D43 /* Resources */, - 799A1BC9BAAF40C7B33AB51C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/CMakeLists.txt \"" */, + FC0E1034895245E6B2479E10 /* Info.plist */, ); - name = zip; + name = Resources; sourceTree = ""; }; - 69164F4E63AB46BAADCF450F /* encodings */ = { + 6CC89B7701A14969829F3536 /* vfs */ = { isa = PBXGroup; children = ( - CD26A952B3EE4833BAC38FDE /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/encodings/encoding_utf.c \"" */, + 9ED98454B8904DEDA7C976D3 /* vfs_implementation.c */, ); - name = encodings; + name = vfs; sourceTree = ""; }; - 6B04CE2456F14FA4B81DFCD0 /* network */ = { + 6D2CD350AAC34CFEAC48E77C /* shell */ = { isa = PBXGroup; children = ( - 0707C6B99B7D4A71909C7B55 /* "\"$(SRCROOT)/flycast/core/network/alienfnt_modem.cpp \"" */, - C9C6F20B1EBA465D9C493177 /* "\"$(SRCROOT)/flycast/core/network/alienfnt_modem.h \"" */, - BAF1B4CF64CC49C2AE827039 /* "\"$(SRCROOT)/flycast/core/network/dns.cpp \"" */, - E73680D79EA44F2796C0EA58 /* "\"$(SRCROOT)/flycast/core/network/ggpo.cpp \"" */, - 6AF36DC1A8564C5EB0869DEB /* "\"$(SRCROOT)/flycast/core/network/ggpo.h \"" */, - C84465295FC34526A5B1A3BB /* "\"$(SRCROOT)/flycast/core/network/miniupnp.cpp \"" */, - BCC3B3BB62384BD48305D79C /* "\"$(SRCROOT)/flycast/core/network/miniupnp.h \"" */, - 40A4C5F0A83B451B85E50490 /* "\"$(SRCROOT)/flycast/core/network/naomi_network.cpp \"" */, - B238432976554021BE59E76B /* "\"$(SRCROOT)/flycast/core/network/naomi_network.h \"" */, - 47F700464625457B82ED7779 /* "\"$(SRCROOT)/flycast/core/network/net_handshake.cpp \"" */, - 405F8155D4BA4958A54E9736 /* "\"$(SRCROOT)/flycast/core/network/net_handshake.h \"" */, - 7668D4C612DD4D6CAD9B71E7 /* "\"$(SRCROOT)/flycast/core/network/net_platform.h \"" */, - B5B11DB0EFD34F0BAA8049F8 /* "\"$(SRCROOT)/flycast/core/network/output.cpp \"" */, - BFA710CD6A6647939DA37F9B /* "\"$(SRCROOT)/flycast/core/network/output.h \"" */, - F40153DBB9EF44AD8DB00F73 /* "\"$(SRCROOT)/flycast/core/network/picoppp.cpp \"" */, - 9F2EA28691AE4462940F89CC /* "\"$(SRCROOT)/flycast/core/network/picoppp.h \"" */, + 72C925EC4F8C4F9E8DF645ED /* libretro */, ); - name = network; + name = shell; sourceTree = ""; }; - 6D76ED1EA9054FD4AF2FCEC3 /* lzma */ = { - isa = PBXGroup; - children = ( - 0E53BFDD718C4758AEEE70CB /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zArcIn.c \"" */, - 2D50B622448A4B2AA00A9BCA /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zBuf.c \"" */, - 03F682C64C3F48F197EB6A13 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zCrc.c \"" */, - 12EC9D14F13E4CECA848CA95 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zCrcOpt.c \"" */, - E602C59275FD4DA2A927A5DC /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zDec.c \"" */, - 58065D17826E498BBC6427FA /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zFile.c \"" */, - C6709C822FF9486DB88789F4 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zStream.c \"" */, - B86ADAE0E8F6433080BCED6A /* "\"$(SRCROOT)/flycast/core/deps/lzma/Alloc.c \"" */, - 2462AF30C80B47CE91E97E5D /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bcj2.c \"" */, - ED2BB0D9C7D04DA3B20BF515 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bra.c \"" */, - 56A7A7EDF65643E7B51AF250 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bra86.c \"" */, - 81ADE9784EDF4623BC243837 /* "\"$(SRCROOT)/flycast/core/deps/lzma/BraIA64.c \"" */, - 71D1F163369D4DC5BE6C19F2 /* "\"$(SRCROOT)/flycast/core/deps/lzma/CpuArch.c \"" */, - 3D98E60EE4434AFB894BA1A0 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Delta.c \"" */, - 0609E6B1DA2B41F196ED81D5 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzFind.c \"" */, - 2DF50A1484F1419A930439B8 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma2Dec.c \"" */, - 4464AC4CC160425C8BFFB02C /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma86Dec.c \"" */, - 23B5978AC76B47EAA11D26DB /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma86Enc.c \"" */, - 28303612C70B4C60BAFC734F /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaDec.c \"" */, - 2C2D19041DED4B1B92FD41BF /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaEnc.c \"" */, - E0446E0C9BAE4BABA3BA5FFB /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaLib.c \"" */, - 2781622DC071410FB851F65C /* "\"$(SRCROOT)/flycast/core/deps/lzma/Sort.c \"" */, + 6DA5A1F0214D4D60B70C90DB /* Resources */ = { + isa = PBXGroup; + children = ( + 5FEEBA32FFA34BD9A0BD4E91 /* Info.plist */, ); - name = lzma; + name = Resources; sourceTree = ""; }; - 6F26B8363C55464CA0BBAE83 /* OGLCompiler */ = { + 706492ECCC004C0AA872750C /* CMake Rules */ = { isa = PBXGroup; children = ( - 2A9E32D68707418493C70A5D /* Source Files */, - 194F9A53839E4FC3B879E055 /* Header Files */, - ADB29727945D488DB6AB674B /* Resources */, - 41DA8DDA389845D5A9D1895D /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/CMakeLists.txt \"" */, ); - name = OGLCompiler; + name = "CMake Rules"; sourceTree = ""; }; - 6F7BABCF8CCF447D870C5F35 /* Header Files */ = { - isa = PBXGroup; - children = ( - FCA4278BBB504BDBA94EF2CA /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/args.hpp \"" */, - 3BCCABF192334BADAED6022A /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/config.hpp \"" */, - 4BA1673FD82C4019B3F7427A /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/convert.hpp \"" */, - 494FC8337F6E4B96A096F34B /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/cstdio.hpp \"" */, - D03409CC326B422EA7F69D3D /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/cstdlib.hpp \"" */, - 980FA9EF587C4D9187B4FD71 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/convert.hpp \"" */, - 6EA949F28A3F4BBFB7F97AC4 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/is_path.hpp \"" */, - 54A474C4BBA7431CA5F5D5F5 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/is_string_container.hpp \"" */, - B6E449D98ABC443EA44816D2 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/detail/utf.hpp \"" */, - 3DFEA518267F4F6CA512EDBF /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/filebuf.hpp \"" */, - 4E2F19DBEBE64AA1B89F5206 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/filesystem.hpp \"" */, - F2C283F73BAB4F48A5AD171B /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/fstream.hpp \"" */, - A207991F9AA54CB99842B290 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/iostream.hpp \"" */, - 820D6C58419940D2820960FF /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/quoted.hpp \"" */, - 3EC43B1DACE44F86801D212E /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/replacement.hpp \"" */, - 703426665B15437C990BC6A7 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/stackstring.hpp \"" */, - D3F43061871E40FE9EABA2C0 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/stat.hpp \"" */, - 866960FDF5E1466FB14AE1CD /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf/convert.hpp \"" */, - 1ADEC9F07F234D6AB53E6D86 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf/utf.hpp \"" */, - D33F9F2409B14A4980D050F4 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/utf8_codecvt.hpp \"" */, - BB753D9C47F441D284B181A1 /* "\"$(SRCROOT)/flycast/core/deps/nowide/include/nowide/windows.hpp \"" */, + 711323F7496E40C28A95C0A8 /* linux */ = { + isa = PBXGroup; + children = ( + 91BDC22A40DF491CA33C33AC /* common.cpp */, + 6520DA54821748C6B0405374 /* context.cpp */, + 42425C5486564410BA8A0816 /* posix_vmem.cpp */, + F3D25AE53319477BAE2F81CD /* unwind_info.cpp */, ); - name = "Header Files"; + name = linux; sourceTree = ""; }; - 70B90402765E42528257050F /* Frameworks */ = { + 71A24100A70542F88C8EEB54 /* Source Files */ = { isa = PBXGroup; children = ( - 0C0611D70783420B8524BB27 /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/Foundation.framework */, - E2F01B5BC504479F93EBC73C /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/OpenGLES.framework */, - 1484D8FD288B4237936A7583 /* /Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks/GLKit.framework */, + 8203B4E62841451194B14E5C /* adler32.c */, + 20D77473CBA145CC9565C1E5 /* compress.c */, + 29678F4FF50841D6A394DF1E /* crc32.c */, + 3C28BAC129304914A7D7C995 /* deflate.c */, + 840232B37BDF4FC0AB115496 /* gzclose.c */, + 42A9B62AEF214CF59D26D765 /* gzlib.c */, + 727BFBC4F24B40068C601BAF /* gzread.c */, + 455247272A7347E48E534B0A /* gzwrite.c */, + DD9679316E164BE0B9CE42D5 /* infback.c */, + 5F85B852D815403DAA46E548 /* inffast.c */, + 608FBA6DE01141A2A1D34548 /* inflate.c */, + 96998D9BC21A429C943B5E35 /* inftrees.c */, + 023DB02D81464C309F543216 /* trees.c */, + B576967BC3FF4253829A2442 /* uncompr.c */, + 8624637D569840D8A9B6D775 /* zlib1.rc */, + 0AFDE55C7F654F0CB2164653 /* zutil.c */, ); - name = Frameworks; + name = "Source Files"; sourceTree = ""; }; - 70B95EE16A81465A91721963 /* lzma */ = { + 72A7E2633AC840589DA1E4DB /* network */ = { isa = PBXGroup; children = ( - F5A60978245B4AC7B63D37F8 /* Header Files */, - 842F5E90A4274D9F888540E4 /* Source Files */, - 07CA21284AC5415EBE2402A3 /* Resources */, - 4A412AB1B0984256B591B1E2 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/CMakeLists.txt \"" */, + FE33F41ED92D4651BB1AB878 /* alienfnt_modem.cpp */, + C317F83F9E114A708284E2FB /* alienfnt_modem.h */, + 57A9D144D79143AE921E47FC /* dns.cpp */, + 667409617B1742B8A4C2E2F2 /* ggpo.cpp */, + 1C547C9D39384CC3911E67A3 /* ggpo.h */, + 4AEED4906CFF496F8456DFA2 /* miniupnp.cpp */, + 79F40B2F0AB24FDE9CC269C1 /* miniupnp.h */, + 074051F84A1D487297965CA9 /* naomi_network.cpp */, + CD28DDA93CDA4077912FD7E8 /* naomi_network.h */, + 8376D728B7BE484B97758755 /* net_handshake.cpp */, + 646DB35FF39C405A9FB1B338 /* net_handshake.h */, + DEDE893398EB4268BC0BB3DD /* net_platform.h */, + CBFB7362A3A342E387DE442E /* output.cpp */, + 90FB1AEADA5E42138FD62B50 /* output.h */, + F259BA0803114D33B9269D89 /* picoppp.cpp */, + 3B212726EAE44646ADF96B5B /* picoppp.h */, ); - name = lzma; + name = network; sourceTree = ""; }; - 72BBF8540A5A4E22BC095549 /* libminiupnpc-static */ = { + 72C925EC4F8C4F9E8DF645ED /* libretro */ = { isa = PBXGroup; children = ( - D539329A48C745DAAB5ADBC6 /* Source Files */, - 106F0243F0A84B21AA2BC64D /* Header Files */, - 940D92F22E294EAF87A36DD3 /* Resources */, - 7B38AFBE62534B8A9FB332F1 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/CMakeLists.txt \"" */, + B38704AD2D2C696D00D541F1 /* wsi */, + B387049D2D2C692100D541F1 /* glsym */, + A0092CE859334293AFA16518 /* LogManager.cpp */, + B3C369CCEBE149F389282AF6 /* LogManager.h */, + B8269D87E04048ED9A1BDC34 /* audiostream.cpp */, + D2D80C33343F44D6816FFE01 /* keyboard_map.h */, + B38704932D2C68F100D541F1 /* glsm.c */, + 261C61ECCDB8494AA0E2946B /* libretro.cpp */, + 7167E7ED85BA4E1F82E9512B /* libretro_core_option_defines.h */, + BFD02F7CC16345A2BC23669E /* libretro_core_options.h */, + EB2E923AC4FD4E06A6C8C515 /* libretro_core_options_intl.h */, + 2F7F0C8E69FD4C4B91A30976 /* option.cpp */, + 5DE5A418524048A2A85B27CF /* oslib.cpp */, + 9E5B220B1D12493F9C08974C /* oslib_apple.mm */, + 2D4445174E3C4010AE5FD66C /* vmu_xhair.cpp */, ); - name = "libminiupnpc-static"; + name = libretro; sourceTree = ""; }; - 74C909C84DDB4D5F80861383 /* Source Files */ = { + 75B7ED36B46E44EA9E103B69 /* dist */ = { isa = PBXGroup; children = ( - 290284A474FB43A092BF8595 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_bitstream.c \"" */, - 8D03C41A40534AAF8F8CDDD1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_cdrom.c \"" */, - E58D2F5F0041401491EBC63A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_chd.c \"" */, - C14E8D08A72C42B585A75DC0 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_flac.c \"" */, - F7D14F675EF8409FB110AC85 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_huffman.c \"" */, + 067B9B646573463D95CE7743 /* CMake Rules */, + C3D2A90717FB408AA086875C /* CMakeLists.txt */, ); - name = "Source Files"; + name = dist; sourceTree = ""; }; - 785F353F8D58483FA5A48BD0 /* Products */ = { - isa = PBXGroup; - children = ( - 91F0CC24EF8E41ECA9016537 /* GenericCodeGen */, - 4D4DB0B659FB4DC7897D0E3B /* MachineIndependent */, - 56509F1E736749EEB4BA8BAD /* OGLCompiler */, - 9AA1F89986BC4DF48587ADC0 /* OSDependent */, - 2A09571E2C15463DA55ACEBE /* SPIRV */, - 8FEC114D03594F9984FFDD17 /* chdr-benchmark */, - 38DAB81F89EA4C36B7BF3E18 /* chdr-static */, - C87FDAB3B96049D99545ED93 /* elf */, - 1F7D962415F14F41819C92A7 /* flycast-resources */, - B36D9A5BCF1949CB9C976566 /* flycast_libretro */, - 466BC736513A411DBB5ACC65 /* glslang */, - 2D6AE87F5CE8439BB6087A9E /* glslang-default-resource-limits */, - 2D50E8D58C044B92B1949960 /* libminiupnpc-static */, - 0F03D5BAC77F44C58DC8D64F /* lzma */, - 4BDC132CE5BE4CBFA3BF168C /* nowide */, - 8F56903CFAEC427D88A93DEF /* xxhash */, - D160102EFC234C7AA11FF5A6 /* zip */, - 3F4785D5FE6F4FAF8724CC9A /* zlib */, + 774C2655AD6B40DAA81B02B6 /* zlibstatic */ = { + isa = PBXGroup; + children = ( + A7B1F1AF3C134892BAAF2CC3 /* Source Files */, + 8B90AFBABC5D4B10AB778F60 /* Header Files */, + 68EF824A41524178BDBEA542 /* Resources */, + FE58EBF1C7BF4BE79C658DD7 /* CMakeLists.txt */, ); - name = Products; + name = zlibstatic; sourceTree = ""; }; - 7BB2D5F3D293480281CE512D /* flycast-resources */ = { + 78194EF83C3B49C293514A11 /* include */ = { isa = PBXGroup; children = ( - 8FB45AE9B4F547EF9E6560FC /* Source Files */, - DA205284D7D24C8199D72604 /* CMake Rules */, - 8B54F63396364B2E914784D9 /* Resources */, - 49041114AA6343C7B5ED4B89 /* "\"$(SRCROOT)/flycast/CMakeLists.txt \"" */, + 17727BC2DB034F689970DFAA /* arch */, + 57740FB3106246099A697EC0 /* heap.h */, + 194BDC6957754E22AE4F36EA /* pico_addressing.h */, + 10D0EDEBADB440689E729959 /* pico_config.h */, + C8250050937946CB86E5ADFE /* pico_constants.h */, + A34EED0355D0497BA299EFFC /* pico_defines.h */, + 268F172DAAE6480489231502 /* pico_defines_msvc.h */, + 34E7744D2CB14D28985ADC80 /* pico_device.h */, + 82B1701CF87A4E6A8D57C8D6 /* pico_eth.h */, + BF679B80D7404F188B87A2FD /* pico_frame.h */, + E2E192B1397B4B26B8206373 /* pico_md5.h */, + 7CFCE6043EF74BBD968AF11E /* pico_module_eth.h */, + 5F21D2AE88044253BA740826 /* pico_protocol.h */, + 4D4D06D35B444CA3A77369FA /* pico_queue.h */, + 2523422198E84E43AF6D12B1 /* pico_socket.h */, + 8C313B34448E48AE82A20491 /* pico_socket_multicast.h */, + 6E7548DD37C94BE1BE92B778 /* pico_stack.h */, + A898C1F4CBE846E09A6BCF1B /* pico_tree.h */, ); - name = "flycast-resources"; + name = include; sourceTree = ""; }; - 7D8516844523454FA9CD17A4 /* Header Files */ = { + 7857D8F1505C4998AF33D806 /* Header Files */ = { isa = PBXGroup; children = ( - 39719B1EE86F443099AA16C7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/osinclude.h \"" */, + 5ECEF00FAD944B3FBC0371CD /* miniupnpcstrings.h */, ); name = "Header Files"; sourceTree = ""; }; - 80AE43988115448A92B42B2E /* rec-ARM64 */ = { + 7B44EF9D106D405E8F93A9BC /* OSDependent */ = { isa = PBXGroup; children = ( - AB79885106424BC8803F89C9 /* "\"$(SRCROOT)/flycast/core/rec-ARM64/arm64_regalloc.h \"" */, - C6EEDBF306934AA6884411A9 /* "\"$(SRCROOT)/flycast/core/rec-ARM64/rec_arm64.cpp \"" */, + 40D2C66E8F05439795DBCEC6 /* Source Files */, + 7C16AB1094794D1FBA012A76 /* Header Files */, + 1C988403C4FB4E66BDC99A7A /* Resources */, + DBB1AD5988BA447B9D0AF4B7 /* CMakeLists.txt */, ); - name = "rec-ARM64"; + name = OSDependent; sourceTree = ""; }; - 82A048E1C096430E9F1D83C8 /* cfg */ = { + 7C16AB1094794D1FBA012A76 /* Header Files */ = { isa = PBXGroup; children = ( - 8444186CD62B43D2943F3A8A /* "\"$(SRCROOT)/flycast/core/cfg/option.h \"" */, + 3755A1510478478B9C30ABA9 /* osinclude.h */, ); - name = cfg; + name = "Header Files"; sourceTree = ""; }; - 8374E9DDA2714F9C96239940 /* libretro-common */ = { + 7F7FBF10588D4D9EA63E8385 /* Source Files */ = { isa = PBXGroup; children = ( - 18A09574DB6446B1B60B8FED /* memmap */, - 393BE2A3BBFD455D8CA78CD0 /* file */, - 19BB2082E74C404FAD5C44E0 /* vfs */, - 69164F4E63AB46BAADCF450F /* encodings */, - C20EB02C32E447518FC4B858 /* compat */, - 23A781E48DDA44A9884BC473 /* string */, + 41615E5C5045496990ABF4FA /* spirv_c_interface.cpp */, + 6A37BC9EF6C14C20ABF3834F /* GlslangToSpv.cpp */, + 4B5A5EFC39354E90B351CE34 /* InReadableOrder.cpp */, + 3E15A29F10C14C7E89F10799 /* Logger.cpp */, + 3E96D3548EA7418691D70F53 /* SpvBuilder.cpp */, + 07B4340FA1654026A1F32991 /* SpvPostProcess.cpp */, + 46BADA26FA8448B58111FE66 /* SpvTools.cpp */, + B538E850ADCD449199D9DA2E /* disassemble.cpp */, + AF85297200C84146B6F2F1D8 /* doc.cpp */, ); - name = "libretro-common"; + name = "Source Files"; + sourceTree = ""; + }; + 80AB8092B2864E2BAFB76AF8 /* libminiupnpc-static */ = { + isa = PBXGroup; + children = ( + 27F1AAF5DE894AAEAD77DB65 /* Source Files */, + 7857D8F1505C4998AF33D806 /* Header Files */, + 88092B6B457A417185AC796A /* Resources */, + E1ADEB522C0E463DB4D23E60 /* CMakeLists.txt */, + ); + name = "libminiupnpc-static"; sourceTree = ""; }; - 842F5E90A4274D9F888540E4 /* Source Files */ = { + 80AE255517C646E088F77434 /* Source Files */ = { isa = PBXGroup; children = ( - B15C2EEE3356497E9683F8BE /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Alloc.c \"" */, - CC0A2EDC610F4A5BB276B48E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Bra86.c \"" */, - 24D1E4B6681442D192F26BA6 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c \"" */, - CB4A8509C8F04AF5AF89FFA5 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c \"" */, - 0606CADD0B1B4A058428C456 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Delta.c \"" */, - 5B10EDDD062E491589C06F5E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzFind.c \"" */, - 0380CF5AE29F4E0D976915A0 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c \"" */, - E9B8AF95C776489E9CEB7601 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c \"" */, - 4B72F1ED13734D659B27C8C9 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c \"" */, - B53489A71C024F11A704A3A1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Sort.c \"" */, + 8BD17459440041BE9541070B /* glslang_c_interface.cpp */, ); name = "Source Files"; sourceTree = ""; }; - 8641E13ED47145E6B9439700 /* Resources */ = { + 82D16126053049CBA7FBFCDB /* Source Files */ = { isa = PBXGroup; children = ( - 612B81B6BA7741CAB5AA97B4 /* "\"$(SRCROOT)/cmake/core/deps/libelf/CMakeFiles/elf.dir/Info.plist \"" */, + 01BC6F8B753740A8BB9534FF /* xxhash.c */, ); - name = Resources; + name = "Source Files"; sourceTree = ""; }; - 86CE1B92295A4D53A7CC181C /* Header Files */ = { + 82FBCDD50B98446681B99580 /* SPIRV */ = { isa = PBXGroup; children = ( - D6114D101A4E45659091A96D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/BaseTypes.h \"" */, - B34220172F504D09B0A3DE8C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/Common.h \"" */, - A7C69CD7531E4556935DACE0 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ConstantUnion.h \"" */, - 104C32308CE144CDB7042432 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/InfoSink.h \"" */, - 5683CCE6CA20424EB7BE4794 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/InitializeGlobals.h \"" */, - EFA09067422344A8AA2AF09E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/PoolAlloc.h \"" */, - 4F0622BEA9C04980A5CD66E3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ResourceLimits.h \"" */, - 1F6DCE4F30284B0B8757963F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/ShHandle.h \"" */, - B3CDC96FF2DA45AEAADFEDA5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/SpirvIntrinsics.h \"" */, - 018196F01BF443C18C5DE00D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/Types.h \"" */, - 595456DCC94144FDB24CA85E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/arrays.h \"" */, - A4D1798F01444597B1517826 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/glslang_c_interface.h \"" */, - 0BA11B78F5D0466D9AAF31A0 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/glslang_c_shader_types.h \"" */, - 41AD285CA0A04E178B2C0749 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Include/intermediate.h \"" */, - BC97C6B2D1444CC4BE9CBC78 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/ShaderLang.h \"" */, + 7F7FBF10588D4D9EA63E8385 /* Source Files */, + 4BBF8EFB419D49BF9D190F99 /* Header Files */, + F2D5227D64A74ECFBCAF4804 /* Resources */, + A1FCF61E771044CB89C4BE59 /* CMakeLists.txt */, ); - name = "Header Files"; + name = SPIRV; sourceTree = ""; }; - 8B54F63396364B2E914784D9 /* Resources */ = { + 85C9AA8508D94AAC8FF2D894 /* MachineIndependent */ = { isa = PBXGroup; children = ( - DAF8D33336284BFCAB19D8F4 /* "\"$(SRCROOT)/cmake/CMakeFiles/flycast-resources.dir/Info.plist \"" */, + 153B39CA934A438FAFEFF495 /* Source Files */, + FE8E0B6FBF5446FAB75C9ACD /* Header Files */, + E5F7AD625DA04EFCB11C9E99 /* Resources */, + 9895441EE9EB4191AABB2F12 /* CMakeLists.txt */, + E43EE03A320643C8A4D27C06 /* glslang.y */, ); - name = Resources; + name = MachineIndependent; sourceTree = ""; }; - 8D2097DB76E747689FB61D62 /* Header Files */ = { + 869360BB92DD4FD6AAC6A6C6 /* xbrz */ = { isa = PBXGroup; children = ( - 6D3CC1EFEB824FDA9292FBE3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/ResourceLimits.h \"" */, - 6C5D74BEF13B48CC872ACDCF /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/Public/resource_limits_c.h \"" */, + CC303AF84FA74DAF8CC61A41 /* xbrz.cpp */, ); - name = "Header Files"; + name = xbrz; sourceTree = ""; }; - 8E69677102BB4CCE9259B48E /* nowide */ = { + 874590A66D344DB3B5A0F4BE /* aarch64 */ = { isa = PBXGroup; children = ( - DFF57051878D4E14BE22E32C /* Source Files */, - 6F7BABCF8CCF447D870C5F35 /* Header Files */, - CC606865A8C64B7580DB1E83 /* Resources */, - F9F82C212FF64D07B93A263B /* "\"$(SRCROOT)/flycast/core/deps/nowide/CMakeLists.txt \"" */, + 96E212371C2F40368EB1060E /* abi-aarch64.h */, + 0DC1A877AE844FD18E8DAA9C /* assembler-aarch64.cc */, + E6249FD45F4F4D53A315CCA6 /* assembler-aarch64.h */, + 6F46ECDCEB8E4E608D740D43 /* assembler-sve-aarch64.cc */, + EC72AE0FA0304C48A076F2E7 /* constants-aarch64.h */, + E6E15116803546F7A8A5FE5A /* instructions-aarch64.cc */, + 4EBD6E6311BB46C0AC612DAB /* instructions-aarch64.h */, + AAE4C5373BD64857AE601E6F /* macro-assembler-aarch64.cc */, + 83DDBDACC8C341248A1E2C9E /* macro-assembler-aarch64.h */, + F7A9376782784181BC8259F4 /* macro-assembler-sve-aarch64.cc */, + B7C5F6A15CD7464FABF49B77 /* operands-aarch64.cc */, + 45DE056A9BD04BA89456B0F7 /* operands-aarch64.h */, + B06EB0B48AE3437ABCB35337 /* pointer-auth-aarch64.cc */, + 21DED0D51DFF4242945D8C2E /* registers-aarch64.cc */, + 14E9CEC52E94419B9E13A1E3 /* registers-aarch64.h */, + 159E5289D679425BA5381328 /* simulator-constants-aarch64.h */, ); - name = nowide; + name = aarch64; sourceTree = ""; }; - 8F7CB65E2DA24F9BA4A75543 /* zlib */ = { + 88092B6B457A417185AC796A /* Resources */ = { isa = PBXGroup; children = ( - 207F654EB92F4AB9B73ECCBB /* Source Files */, - 626D99F4E3634383BAAAB944 /* Header Files */, - A3DABC830F5D4E9880DC5941 /* Resources */, - 3939AF2281EB4D839C9E24D7 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt \"" */, + E9FFBF0CFDE840718EE5D427 /* Info.plist */, ); - name = zlib; + name = Resources; sourceTree = ""; }; - 8FB45AE9B4F547EF9E6560FC /* Source Files */ = { - isa = PBXGroup; - children = ( - 81F4941644C74E01ACA142D6 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp \"" */, - 32F2C1E12D86426EA195786A /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp \"" */, - CCFA13FB89DD476D8825DA2D /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp \"" */, - 78362254BCD34A9E8526DD0D /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp \"" */, - CEC53EB0641C4B328019BAB4 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp \"" */, - 4554E164F9424A5CA05296EC /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp \"" */, - 498AB3EDE59447D98D286F7F /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp \"" */, - 2F25E57CB51E4AD79ECD26C8 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp \"" */, - D7F3D3B7982A411B893DC8FB /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp \"" */, - 62571F7435D84FEBB9E4AA5A /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp \"" */, - 0F24CC52382D47D7BEED433E /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp \"" */, - 45213366A2E34F7E97C419D4 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp \"" */, - 401D805B8BAC41E7AC4CB3FF /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp \"" */, - 3413CA6C897848EFA1CE2D3E /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp \"" */, - C61FE78882404C98865C870C /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp \"" */, - 9BB46348ADDB4EBE886CC968 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp \"" */, - 53679B7287F54AB0B83B6D46 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp \"" */, - B99EE4B3FB4347D7A68D3D49 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp \"" */, - 3BFC0B0030E941E6A070CC11 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp \"" */, - EBCBF5AB842D4EDCB41F4161 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp \"" */, - 39F1F02DD4924641A56F5C78 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/lib.cpp \"" */, + 886D23EB0FC74127BEF513A4 /* lzma */ = { + isa = PBXGroup; + children = ( + 9E91DFF3C65A4EEA8DE3CAE5 /* 7zArcIn.c */, + 8FAB5091ADE14D78986F6FE8 /* 7zBuf.c */, + A76FC54FF3C44A08B65E54D8 /* 7zCrc.c */, + 602A57015AC6462CB83639DC /* 7zCrcOpt.c */, + 0FF3171870204EF5AB23334E /* 7zDec.c */, + E65922DD69BB49A38F4E80ED /* 7zFile.c */, + 7B3A4B40E65D4E519ACFB8D5 /* 7zStream.c */, + A554FDC5D06348448B206203 /* Alloc.c */, + DDA1D13129CC4A8C85A27B1C /* Bcj2.c */, + BABDBDFCE7E6494EA1031E69 /* Bra.c */, + 974152B7A405479BB2B0909A /* Bra86.c */, + 3728E65D56D8460A8FDFEDFA /* BraIA64.c */, + 43433A2467264FAC8BFAB2BF /* CpuArch.c */, + F4CEF3317608414485A60AAD /* Delta.c */, + E6B4299D4C12496880F3B9BB /* LzFind.c */, + 67789E11FD82420CB9EBA7B1 /* Lzma2Dec.c */, + AD279DC973D54E91B8C1CCFC /* Lzma86Dec.c */, + 259DC6E3611642378DE279F1 /* Lzma86Enc.c */, + 9B93E6F46AD34DA8BF963C67 /* LzmaDec.c */, + D1D6E37CCFE74BA7B5D05DAC /* LzmaEnc.c */, + 35CC22213C664BF7A71DE88C /* LzmaLib.c */, + 87C2677A4BB4446EA57B8F4A /* Sort.c */, ); - name = "Source Files"; + name = lzma; sourceTree = ""; }; - 940D92F22E294EAF87A36DD3 /* Resources */ = { + 8AB9DD77863D432BAC7A11FC /* bba */ = { isa = PBXGroup; children = ( - 5D475D1761FC4D528251BF30 /* "\"$(SRCROOT)/cmake/core/deps/miniupnpc/CMakeFiles/libminiupnpc-static.dir/Info.plist \"" */, + E869A8680B0941CD8E78FFBA /* bba.cpp */, + 77DFFDCB9A3B44E482190488 /* bba.h */, + 43F00BEB11B3427ABCA6BBD0 /* rtl8139c.cpp */, + 88FEDA8C55D24397A95CFD3D /* rtl8139c.h */, ); - name = Resources; + name = bba; sourceTree = ""; }; - 96C334EB0E724CB6B94EE6A1 /* wsi */ = { + 8B90AFBABC5D4B10AB778F60 /* Header Files */ = { isa = PBXGroup; children = ( - 3A304AD3B7714600912ED5C1 /* "\"$(SRCROOT)/flycast/core/wsi/context.h \"" */, - 3C3A4855FF5B4D9DA8E42EA7 /* "\"$(SRCROOT)/flycast/core/wsi/libretro.cpp \"" */, - FB66FE3634AB4946905A06C6 /* "\"$(SRCROOT)/flycast/core/wsi/libretro.h \"" */, - 0FD0340998404383AE8BC194 /* "\"$(SRCROOT)/flycast/core/wsi/switcher.cpp \"" */, + 3E6B3A79067745A9A6F8B2E9 /* zconf.h */, + 223C7376E023443FA8A83A7B /* crc32.h */, + 4D4909E622F145EDBEF7EB12 /* deflate.h */, + ADFAC864D66341E5889EF377 /* gzguts.h */, + 94A5AC3751AF4F1DB7E0DCF1 /* inffast.h */, + 8969C0172F2941F0808FF644 /* inffixed.h */, + 5D507378AA37466F8D6623D2 /* inflate.h */, + 0D9F0DBC104A459BB91138A1 /* inftrees.h */, + CC2B6B9B788649E78E678223 /* trees.h */, + E02A67A59B6E4F99AA59830E /* zlib.h */, + A04DA4AD3773431CAFCFB6B7 /* zutil.h */, ); - name = wsi; + name = "Header Files"; sourceTree = ""; }; - 9A9E13341A1F48B38BA1C775 /* OSDependent */ = { + 8ED278BED2F84CC885FBB3A8 /* audio */ = { isa = PBXGroup; children = ( - 6041B3C9238847969C6EBD1A /* Source Files */, - 7D8516844523454FA9CD17A4 /* Header Files */, - 2AF6D598EEF4425AB01C0FE2 /* Resources */, - 6A7213904FE54C4E9D1AE536 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/Unix/CMakeLists.txt \"" */, + 06507BCC1E65491795C162F6 /* audiostream.h */, ); - name = OSDependent; + name = audio; sourceTree = ""; }; - 9C1A9E797E054F328F62D29E /* Source Files */ = { - isa = PBXGroup; - children = ( - A552E791917F4598ADACD054 /* "\"$(SRCROOT)/cmake/core/deps/libzip/lib/zip_err_str.c \"" */, - 63877FDD90A94FA886E32BFC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add.c \"" */, - 1B8C13E314574366B5554C9D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add_dir.c \"" */, - 6DA2B80959294F289ABD6935 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add_entry.c \"" */, - 202C47A835E641E5AA5DDE5A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_algorithm_deflate.c \"" */, - C9A547D5A803440889AB5643 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_buffer.c \"" */, - 850B0C43D9564626BDE559C4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_close.c \"" */, - 14ABD1A9405A4FAA8D65B989 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_delete.c \"" */, - 37DCC5E46E7943D08785638E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_dir_add.c \"" */, - 0247728267B34082980DD26F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_dirent.c \"" */, - 0BAA705722B54592A76C8A84 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_discard.c \"" */, - 6EA5AAACFFA045288C2DBF6D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_entry.c \"" */, - 82152E47A66A42F2A5F6C726 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error.c \"" */, - 10DE157381FD4B3D87829652 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_clear.c \"" */, - 0972367405494C41838D4E6C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_get.c \"" */, - F44BB4ECC95241F29F973136 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_get_sys_type.c \"" */, - 32B0BE7A95914A60BE783EA3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_strerror.c \"" */, - 883E9FED694643C1AEC27764 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_to_str.c \"" */, - 9502055051F44F0690935292 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_extra_field.c \"" */, - 13D94E8225DA4759A84AA5E9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_extra_field_api.c \"" */, - B7EC60BE71DF43B0B99F816C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fclose.c \"" */, - A7D3330694E94C0B839FDBDE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fdopen.c \"" */, - 38A2A56981C5441185FF7D90 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_add.c \"" */, - D9106433EB3A43B89515F5FE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_error_clear.c \"" */, - EBDC0978AAF040F7835EE5F0 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_error_get.c \"" */, - C97D745077CD48F999E40B3C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_comment.c \"" */, - CD7024F0D3B8493FBA55840D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c \"" */, - 4741CEC6F04B4B779F4ACEAB /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_offset.c \"" */, - 96B14A4591704675B6B882C8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_rename.c \"" */, - 977BF60210C54BC282EFBC0A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_replace.c \"" */, - 585E5C2CF55A4BDBA60C2DDA /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_comment.c \"" */, - 496873D1D98249C7BD5D4048 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_encryption.c \"" */, - 03298B43CA594D9B8633621D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c \"" */, - 3632B1385A50477CAB9AF41A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_mtime.c \"" */, - 1BFB2F2D42A94CF482C731E4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_strerror.c \"" */, - 58969D1E476A497B91EE2824 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen.c \"" */, - 9A5A820B56474A88B166AFAC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_encrypted.c \"" */, - 35501434DADC475E82134B2C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_index.c \"" */, - C4C67FA7FC0E452C8FBE312D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c \"" */, - F9C5CC7AC6094353A15C11CD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fread.c \"" */, - 5D3B8FF21AF94BEB8E987CDF /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fseek.c \"" */, - E2C4D652E5AE4C83A57204BB /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_ftell.c \"" */, - 1C4002904D874E109355613E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_archive_comment.c \"" */, - B96E4521BCEA40B6A4211A50 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_archive_flag.c \"" */, - 2B16FDB639814DA193C37630 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c \"" */, - 6BA1B66474FA4DADB32F3B19 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_file_comment.c \"" */, - C574F22407A4431F97F83C6C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_name.c \"" */, - 37589E14C20A425DB7AE4131 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_num_entries.c \"" */, - 2E7552A265434562A3E3881E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_num_files.c \"" */, - A70A523DE6E34D4793A7AA10 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_hash.c \"" */, - 4C95095A417442BCA980771A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_io_util.c \"" */, - 9737520612364B76A78533FC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_libzip_version.c \"" */, - BBFBAC63B25D4E4EAB356588 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_memdup.c \"" */, - B2A73FF9B33F4D3D99FC6941 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_mkstempm.c \"" */, - A030F9FB568744AD8E07D875 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_name_locate.c \"" */, - FEDC1B0BDCB04707B6744779 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_new.c \"" */, - 4FBD4026B73843B485068E8F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_open.c \"" */, - DFC09EB9909448F79CFF3650 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_pkware.c \"" */, - D69A3AAD6F084CEAAE85C57E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_progress.c \"" */, - A00467D49CCB40E2AF68742E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_random_unix.c \"" */, - 92CED84B25FB44D49152DBE9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_rename.c \"" */, - 0E7FF3048FC64CB58269361C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_replace.c \"" */, - 8761703F8132413E926E99B4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_archive_comment.c \"" */, - 62DB96BE2A3144A18FE01499 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_archive_flag.c \"" */, - 788C969F5A0442B189647E9D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_default_password.c \"" */, - 236CFBBFB5FB4EC19CA13F46 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_file_comment.c \"" */, - 46FA97E6B3A640398824BD0C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_file_compression.c \"" */, - 595A0D45B1EE4EABB01B258B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_name.c \"" */, - C585233442DB45FAADE47FAA /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_accept_empty.c \"" */, - CE091AF3E5DC462C9895F221 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_begin_write.c \"" */, - 7D94CCC7F8D346F6824A39CE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c \"" */, - A7F6928642A247E69DCA5988 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_buffer.c \"" */, - 83BE48CF2B144EEE940BA895 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_call.c \"" */, - 931FED4C73F44A4EA9B99BDE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_close.c \"" */, - B8AAB7DDC315434288B384E1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_commit_write.c \"" */, - A1BE2A604B2F4A7D8F0DF3C4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_compress.c \"" */, - E4AB390A2F9B4D27B312FA9E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_crc.c \"" */, - 4BB070D165784F3385808522 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_error.c \"" */, - 9D6743D86ED142818FEC8F58 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_common.c \"" */, - A0150E1BF3BA496183398D1D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_stdio.c \"" */, - 66BB727A9D484540A699F6E8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c \"" */, - F2BB1EF02A5444ACA34B7A8E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_free.c \"" */, - 21EDAFE3F36C4036BE1BA848 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_function.c \"" */, - 1183CBAFDED74360B0B8CC54 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c \"" */, - A7EF6C435C9648D5AB6DE3FC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_is_deleted.c \"" */, - BDFF5289BDD94E6F9AEF1DC8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_layered.c \"" */, - EF668927959E490E8CD248C5 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_open.c \"" */, - DF4BE53C2D174336BEBC6C76 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_pkware_decode.c \"" */, - FCD241788590461DA9DF5B07 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_pkware_encode.c \"" */, - 1C0C36900FB14BA0BAFDFD21 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_read.c \"" */, - 46A99D5113464C558B32C625 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_remove.c \"" */, - E9C19303B2EA4B05A65A91D5 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_rollback_write.c \"" */, - 31849A0CB70046019FE41B00 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_seek.c \"" */, - FC49F9F8B35A4C9CB338A652 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_seek_write.c \"" */, - ADE3C08A4B0D4768A2187837 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_stat.c \"" */, - 9A00154B950B4688A8C52578 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_supports.c \"" */, - DB780E092AE94A239893941B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_tell.c \"" */, - B0C0D10F0CB0435A991F09C7 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_tell_write.c \"" */, - 07F7C73924C14DFBA946D850 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_window.c \"" */, - 454736672F9C42358BD1712E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_write.c \"" */, - A55B2C308DEA47D3B5872D67 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_zip.c \"" */, - 8EE09D0FBD2D42F1BF971E3B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_zip_new.c \"" */, - 8C05476177484B28BEB436C2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat.c \"" */, - 2319A7B1B2234024A3243138 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat_index.c \"" */, - C548BC3FFC8E479B99C7C6A8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat_init.c \"" */, - BE26032D6ED0476E9F95F2B9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_strerror.c \"" */, - C14F1C64DAE64B368DAB24D8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_string.c \"" */, - 3ABA2BE4A52C4486A89E7649 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange.c \"" */, - 3D87CD4CB90F472A83C5B54C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_all.c \"" */, - D4E7F763D06C411F8B28070F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_archive.c \"" */, - 91BACA7F06DC449F8FC25C53 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_data.c \"" */, - 3E1980C8C9154D3391BBBA6D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_utf-8.c \"" */, + 928E7075E5DE4EA6A5B1DC8C /* wsi */ = { + isa = PBXGroup; + children = ( + D932D3E615B3441CB6679429 /* context.h */, + 7B99B93861D54B12B980184C /* libretro.cpp */, + 033421B6A28D421DB292BEBE /* libretro.h */, + C5B153CA183A447090A9F706 /* switcher.cpp */, ); - name = "Source Files"; + name = wsi; sourceTree = ""; }; - A3CB5C1D69D743F6BF6921C9 /* norend */ = { + 95EFFA76317D482CBD279129 /* Frameworks */ = { isa = PBXGroup; children = ( - F7DCEE015AAA4E6A96B0E3F5 /* "\"$(SRCROOT)/flycast/core/rend/norend/norend.cpp \"" */, + E3DADF09FD9A4A979407058A /* Foundation.framework */, + 2E35BFC7A4A5403EAAC102F7 /* OpenGLES.framework */, + E50E12C65AFE43349D5E82C3 /* GLKit.framework */, ); - name = norend; + name = Frameworks; sourceTree = ""; }; - A3CC16B26A98477D97FB118F /* Resources */ = { + 98F6C155202C4175986B01BA /* dyna */ = { isa = PBXGroup; children = ( - 91BFF14496754F2C8F27F113 /* "\"$(SRCROOT)/cmake/core/deps/libchdr/CMakeFiles/chdr-static.dir/Info.plist \"" */, + 3B010F17717F4B2BA3788BD1 /* blockmanager.cpp */, + 787AA8B23F9242A887F657C2 /* blockmanager.h */, + 93B09850B679462FB58F87B0 /* decoder.cpp */, + 0B0759A0624D493FBF9D98F6 /* decoder.h */, + 809E9293011B4ADFA649F8AC /* decoder_opcodes.h */, + C2325371EFC74298840260AF /* driver.cpp */, + 83BF6B9FF1B54F1180D0BDAF /* ngen.h */, + 47F32BBB7F564794BD19B6EE /* shil.cpp */, + B05DAC4C9FFF46A4A4F54925 /* shil.h */, + AE54335F2FF64C2E891178F8 /* shil_canonical.h */, + FECBB9F62DE24962A2EABE97 /* ssa.cpp */, + 2C99C966D26C4B869F0B7D43 /* ssa.h */, + D637C7ED12B444DFB32858C1 /* ssa_regalloc.h */, ); - name = Resources; + name = dyna; sourceTree = ""; }; - A3DABC830F5D4E9880DC5941 /* Resources */ = { + 9DF24BB82ACA4AA3AE41A4E0 /* Header Files */ = { isa = PBXGroup; children = ( - 600AC4EB13C44025AD86ADDE /* "\"$(SRCROOT)/cmake/core/deps/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist \"" */, + BC03D073AE7F44FC9D17C06A /* 7zTypes.h */, + 4A2C4B0B78954CF78BC5EFDF /* 7zWindows.h */, + DD3D29ACE50C45ED80CBFA81 /* Alloc.h */, + B9FC2F8741A04871AB7B1CA5 /* Bra.h */, + 5ACED63FAF1E452D824EE210 /* Compiler.h */, + 0BBCC035744F4EF2832C9B6E /* CpuArch.h */, + 48A12646860444D99B2B8FF8 /* Delta.h */, + F58F732D1BA74125A5D79E56 /* LzFind.h */, + CA8B2E9D5A754A9E902668B4 /* LzHash.h */, + E06645CA089A4B5DA16E1967 /* Lzma86.h */, + 11DABE571E184C5C9FEC5068 /* LzmaDec.h */, + 5EA0D619380B4C3EBFB5D670 /* LzmaEnc.h */, + 8472F54922D041F9B2CCB5F6 /* Precomp.h */, + 8EDBBE0FB7A6418682A59FFB /* RotateDefs.h */, + F376D95250C54E3B95A7D36D /* Sort.h */, ); - name = Resources; + name = "Header Files"; sourceTree = ""; }; - A63CE8D9F1D04A0F8F820A84 /* Resources */ = { + 9F91EB66E60D4B4DA8E6143E /* oit */ = { isa = PBXGroup; children = ( - F2D4843E7DDA4C2781BE2869 /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/MachineIndependent.dir/Info.plist \"" */, + AA23DB953C64458887ED1881 /* oit_buffer.h */, + 43CC3EEEE3D94B77AF9CD47C /* oit_drawer.cpp */, + 58FD86E52D4E4CEE8BC1EC2E /* oit_drawer.h */, + A3564901F0894F29A4D240E1 /* oit_pipeline.cpp */, + C07E62991331406A955E6014 /* oit_pipeline.h */, + 21A83AD80A3D4954980DD9C6 /* oit_renderer.cpp */, + 62C4A303D82C4194A9606010 /* oit_renderpass.cpp */, + 7F253687884B4A7A8DC0AF13 /* oit_renderpass.h */, + C6250AF37E904627A2DFA100 /* oit_shaders.cpp */, + 67BFF904702440A8BD738B8E /* oit_shaders.h */, ); - name = Resources; + name = oit; sourceTree = ""; }; - A728676E40DE42D082E244FB /* aica */ = { + A02893344EFC4085A9BF342A /* maple */ = { isa = PBXGroup; children = ( - 821542A88CCB41E0A5FE1117 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica.cpp \"" */, - BD7594CB5FA6470394805161 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica.h \"" */, - 1F53933B513E4B7696636A5A /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_if.cpp \"" */, - 16561969450044F983B3D592 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_if.h \"" */, - F17D3FE6D26B4D139AF40A33 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_mem.cpp \"" */, - 6799C93DDA204731B67766EA /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_mem.h \"" */, - 1EC0967E7D5540BA892B7BE9 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp.cpp \"" */, - 2108ACE34E5140AB9BA07668 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp.h \"" */, - 33B090FCE6504A64A6D98E17 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_arm32.cpp \"" */, - 59C88CB990FA4CF8BAE5BDB3 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_arm64.cpp \"" */, - 214DCA9F5295449299D6E580 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_interp.cpp \"" */, - AB517D34D2D04E078D49E55C /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_x64.cpp \"" */, - 97CBD96C97714F73A3E9A12A /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_x86.cpp \"" */, - 7E5C1020AB754D8981012CEB /* "\"$(SRCROOT)/flycast/core/hw/aica/sgc_if.cpp \"" */, - 6C98F23E886344F0B30D84E3 /* "\"$(SRCROOT)/flycast/core/hw/aica/sgc_if.h \"" */, + 3C2570519C25416486A29260 /* maple_cfg.cpp */, + 8EECE796861A4160A1468018 /* maple_cfg.h */, + 8844F0C095C14646950AE5C7 /* maple_devs.cpp */, + 2750BD757D6445779CC78D04 /* maple_devs.h */, + A320D319C10C40A38402BC09 /* maple_helper.cpp */, + C641666890B3495992572F03 /* maple_helper.h */, + 781576B5568D412DB79ABFA0 /* maple_if.cpp */, + 9BD56A67340D4D9EA1089DC5 /* maple_if.h */, + 1825C3A657754DDCB59EF1A0 /* maple_jvs.cpp */, ); - name = aica; + name = maple; sourceTree = ""; }; - A9735D2F8E8A40C995AB2B2D /* Source Files */ = { - isa = PBXGroup; - children = ( - 3134CF5EC052444C9852D2CA /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp \"" */, - 7164517604A1414F98951187 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp \"" */, - D8E4AE78D5214F818D2FA074 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp \"" */, - 66DB293FC0B3414EB9225D31 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp \"" */, - CA89F7A90D544C65BBE69E5D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp \"" */, - 838AF82C276649FB96CCF086 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp \"" */, - D734D025ED554AE58C0CE5B7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp \"" */, - F0DCDF096DE54BA883C21234 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp \"" */, - 5F5C75C1A1A44BF3B4DE1056 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp \"" */, - A746DE4F15AD4FD698FD7E5F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp \"" */, - 0248D0C8D7544E6E9B73F37D /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp \"" */, - AE1374504F02457EBEEFDEF4 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp \"" */, - 77C3F31162A2484FBBC8C329 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp \"" */, - 934FF40091CE425B8D0A9F1F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp \"" */, - F3B67864EA704E788A22A569 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp \"" */, - 24545CEC819740BD92C9D4A8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp \"" */, - 97298F28474B4E64A37EC972 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp \"" */, - 96B903FE2C6E43F98AFB7F97 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp \"" */, - 42F72E6E2C6A4A679821932F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp \"" */, - B6992479D82B46F8A0EC5E87 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp \"" */, - 5F5ABEF7778E4B32848D5269 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp \"" */, - A3DE958617004C64B7351857 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp \"" */, - 36DE02A954BC4F01A6415E3E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp \"" */, - F896D72F836E4CE3ABD85C77 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp \"" */, - 89BD165FFF98410C905A427A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp \"" */, - 9F69010E0CCE4DFC97A898DA /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp \"" */, - 27979255706C4C3F98FCC55E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp \"" */, - CFC7210A6F6D436C92DA8C04 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp \"" */, + A0588A5C51834B8189C5F020 /* clean-all */ = { + isa = PBXGroup; + children = ( + 0DBF8115DB444FD5B2BB920F /* CMake Rules */, + D4DE026EE7064D2686958F80 /* CMakeLists.txt */, ); - name = "Source Files"; + name = "clean-all"; sourceTree = ""; }; - ABEC7B6301A544D9A747FE02 /* reios */ = { + A29A4E66255B43CB87080634 /* modules */ = { isa = PBXGroup; children = ( - 65E5E27AD8C94BB5B926345E /* "\"$(SRCROOT)/flycast/core/reios/descrambl.cpp \"" */, - DB063F85ECD94FCE9CF4D667 /* "\"$(SRCROOT)/flycast/core/reios/descrambl.h \"" */, - 775CC2C80C724E059AB6431D /* "\"$(SRCROOT)/flycast/core/reios/gdrom_hle.cpp \"" */, - C716C8D969F54919B1020EF8 /* "\"$(SRCROOT)/flycast/core/reios/gdrom_hle.h \"" */, - CFFA73F0D7C247C59836C95F /* "\"$(SRCROOT)/flycast/core/reios/reios.cpp \"" */, - D1EC751E5A2B4837BF08051D /* "\"$(SRCROOT)/flycast/core/reios/reios.h \"" */, - DF8055BF36E144D78BC5A630 /* "\"$(SRCROOT)/flycast/core/reios/reios_elf.cpp \"" */, - 4961349A4C9E45B3A40AC82D /* "\"$(SRCROOT)/flycast/core/reios/reios_elf.h \"" */, + 291EF54530514B1FB3BCC782 /* pico_arp.c */, + 3BE752DB5E8041279DF083C7 /* pico_dev_ppp.c */, + F2AC3762F31A4B73A4A64BED /* pico_dhcp_common.c */, + 61A0E6B562EC40F68CF31C93 /* pico_dhcp_common.h */, + 9B02B02989184791B41D049A /* pico_dhcp_server.c */, + EBD01394942B4CA68E0B4FF1 /* pico_dhcp_server.h */, + 9ED02C69D093469D97A0116F /* pico_dns_client.c */, + 703D45D871B74919B06EFA0A /* pico_dns_common.c */, + 979AB58413A041789F9F07A0 /* pico_ethernet.c */, + 1A651176EEFC4787B119E914 /* pico_fragments.c */, + 22CC6F1C318F4627A6DF7B71 /* pico_icmp4.c */, + C3DE6A4D917C4116B6AD589F /* pico_ipv4.c */, + 2587D6F64901499C9E6B153A /* pico_socket_tcp.c */, + C8DB95DE75154E5D8EAC49F0 /* pico_socket_udp.c */, + CDEC2C41FF694CE09DFE5163 /* pico_strings.c */, + 13339D25D000449E96B91ADD /* pico_tcp.c */, + 65AAA9EF94D641E29BBCCA59 /* pico_udp.c */, ); - name = reios; + name = modules; sourceTree = ""; }; - ADB29727945D488DB6AB674B /* Resources */ = { + A3292B9BAC5F40A2BA2948F9 /* xxhash */ = { isa = PBXGroup; children = ( - BF64FAC89B3E443D854A5E56 /* "\"$(SRCROOT)/cmake/core/deps/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/Info.plist \"" */, + 82D16126053049CBA7FBFCDB /* Source Files */, + 1CE0FD2DFAD64C6F91EF28DD /* Resources */, + A6290F634F1C4047A7B581C5 /* CMakeLists.txt */, ); - name = Resources; + name = xxhash; sourceTree = ""; }; - B034B82D1F714818950D369A /* oit */ = { + A3781F236DB4430AABE00089 /* libzstd_static */ = { isa = PBXGroup; children = ( - 7C0147FF8C894F0B8EE3D529 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_buffer.h \"" */, - E3A835B637FE4B8586A0B26B /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_drawer.cpp \"" */, - 5349F71EAA4B46D39EA73EB1 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_drawer.h \"" */, - 0B3D877BACD745C7B84981D7 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_pipeline.cpp \"" */, - 2CB593925D9E498E9C1EFE36 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_pipeline.h \"" */, - 8A9A821DE502479D8EF52557 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderer.cpp \"" */, - 5113F1873FAF4BD69E7EC085 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderpass.cpp \"" */, - 9FA7EFC1B62C416CAC6141FC /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderpass.h \"" */, - CE31F9621EC14C0482066C13 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_shaders.cpp \"" */, - 56C755B80A564F6A874B1069 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_shaders.h \"" */, + 50B6A03D4A0D453C9EB7677B /* Source Files */, + F403E3D4FE604ACA87912E00 /* Header Files */, + E485F88C4E824C3786D33D9F /* Resources */, + 108D7D0F80BA4D4C96243A42 /* CMakeLists.txt */, ); - name = oit; + name = libzstd_static; sourceTree = ""; }; - B2CF3B651D394AD0A87CF309 /* linux */ = { + A6C36208116245F6A26BDD33 /* interpr */ = { isa = PBXGroup; children = ( - A6B8C57B9B41440E9F4E2181 /* "\"$(SRCROOT)/flycast/core/linux/common.cpp \"" */, - 359DD04FAFF84BB886A9D93F /* "\"$(SRCROOT)/flycast/core/linux/context.cpp \"" */, - C3ABB2A62B5246C9A5E954DF /* "\"$(SRCROOT)/flycast/core/linux/posix_vmem.cpp \"" */, - 5698DBF93D864804B61727EC /* "\"$(SRCROOT)/flycast/core/linux/unwind_info.cpp \"" */, + 323AA7A671F04B49A695C192 /* sh4_fpu.cpp */, + 1EC0A9FA0FF242E6AA405CBC /* sh4_interpreter.cpp */, + 901BA2E28E3E47658FA925FC /* sh4_opcodes.cpp */, + A35ED431C66040C2BD95D26A /* sh4_opcodes.h */, ); - name = linux; + name = interpr; sourceTree = ""; }; - B88B2C10DE8C4577ACE652AF /* Source Files */ = { + A78AF3959084498983F972EF /* oslib */ = { isa = PBXGroup; children = ( - 57EC8ACF398C4D0DA8A588FE /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp \"" */, - 2B0E18B42AF14886B8D9B89C /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp \"" */, - 0ACB24FD482F4A279E716920 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp \"" */, - C2AA7ABF2005440B9577848F /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/Logger.cpp \"" */, - DCF4F12781DD4F598F13DDE9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp \"" */, - D69B58C92E684E5699970767 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp \"" */, - B3C0F5E4D4BE488A9E5B6711 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvTools.cpp \"" */, - 873C3BAB93E543F5ACEF41F5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/disassemble.cpp \"" */, - A46928A86E2E4159915AF91D /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/doc.cpp \"" */, + 0A16D16DC2D447829CECEFDD /* directory.h */, + 81EF090EE7644EB98E0B3A81 /* host_context.h */, + 65B9C9E6D5DA4559825B27F5 /* oslib.h */, + 5B5CE30D09AC44E1A1D9CEDC /* resources.cpp */, + AEB2FE5DAAA04ABC91A6648C /* resources.h */, + 76F19D7061D943D58AA62C48 /* storage.cpp */, + F766B6EC393B46838FBB67C6 /* storage.h */, + FA9DEC55AD174FBDBF9EE3A1 /* unwind_info.h */, + 189B10AA07EE499F94906FCE /* virtmem.h */, ); - name = "Source Files"; + name = oslib; sourceTree = ""; }; - BB531FCD8B0E4AF492D4C655 /* distcheck */ = { + A7B1F1AF3C134892BAAF2CC3 /* Source Files */ = { isa = PBXGroup; children = ( - 1203CC03466945199DDCBBB2 /* CMake Rules */, - 9548F49086574A7FBF1F53CD /* "\"$(SRCROOT)/flycast/core/deps/libzip/CMakeLists.txt \"" */, + F8063F5AF2E64DE4B7973F91 /* adler32.c */, + 3EF9A7C320F141AEA231DA2A /* compress.c */, + 65B1D6049243481389AA9382 /* crc32.c */, + 9230A6975D64411C82CD4515 /* deflate.c */, + C8E07DC956C34A68919A507A /* gzclose.c */, + 0F1F49D9C4DA4C1BA179310E /* gzlib.c */, + B259C32CEB9C427396FC88C9 /* gzread.c */, + F423C3C332504157AF73167E /* gzwrite.c */, + 633E3049F9744A7497CC2244 /* infback.c */, + D7055D2C09C742E1AB8A2183 /* inffast.c */, + A63B99E8A63545E9BB13B33D /* inflate.c */, + 6D87CAB29F394D17BBC3C068 /* inftrees.c */, + E7BA3861E91E4203B3DFDF97 /* trees.c */, + DA79451CC78B4064BB22F11C /* uncompr.c */, + 160F0CCAD9C64141A420B6A1 /* zutil.c */, ); - name = distcheck; + name = "Source Files"; sourceTree = ""; }; - BBB9D70A8BE44729A4443D48 /* glslang */ = { + AA5AC2239F5342F192963ACB /* glslang */ = { isa = PBXGroup; children = ( - 4BA58E8978BE443E83F82ECD /* GenericCodeGen */, - 077796A5DE594B4AA42393FB /* MachineIndependent */, - E24B5C30D8AB4515B071727E /* glslang */, - 4CE102F05D3944F287C91205 /* glslang-default-resource-limits */, - 9A9E13341A1F48B38BA1C775 /* OSDependent */, - 6F26B8363C55464CA0BBAE83 /* OGLCompiler */, - F2C7148491584706AD376F4F /* SPIRV */, + 80AE255517C646E088F77434 /* Source Files */, + 57D3A0D3398643C0B5A1220E /* Header Files */, + DD186FC4E45F432DB875FEE5 /* Resources */, + 8B1F4F28F9D44009A1DA7084 /* CMakeLists.txt */, ); name = glslang; sourceTree = ""; }; - C0186EB0E0A94B58B5D80950 /* chdpsr */ = { + B0CB166406E34B96B9E3D9AB /* ALL_BUILD */ = { isa = PBXGroup; children = ( - 6118215E99734BCBBFB0B93E /* "\"$(SRCROOT)/flycast/core/deps/chdpsr/cdipsr.cpp \"" */, - 83A045AAFAA14B5888DBB188 /* "\"$(SRCROOT)/flycast/core/deps/chdpsr/cdipsr.h \"" */, + 404096CF812349C0A72C90A6 /* CMake Rules */, + 7119CDDB1C744960834F673D /* CMakeLists.txt */, ); - name = chdpsr; + name = ALL_BUILD; sourceTree = ""; }; - C1CACAF0886C451A88F5CDC8 /* Resources */ = { + B4D7C4FB0855430DB2291ED9 /* flashrom */ = { isa = PBXGroup; children = ( - B899F983C2DC4153AA786026 /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/glslang.dir/Info.plist \"" */, + 6C7306F5F4DD4580BB8286CA /* at93cxx.cpp */, + 78BF8EC64487489EBADD20E9 /* at93cxx.h */, + 88098ED35D794E56B92BE295 /* flashrom.cpp */, + 13E949296B324252A016EDDD /* flashrom.h */, + 1CF4CF770F804C41BF426933 /* nvmem.cpp */, + 1B69526B72B54BCD985DC96A /* nvmem.h */, + 578AF98088C24624A32F141E /* x76f100.cpp */, + A683747B04F847839B4C937C /* x76f100.h */, ); - name = Resources; + name = flashrom; sourceTree = ""; }; - C20EB02C32E447518FC4B858 /* compat */ = { + B52799C6ED754F13ADBAC179 /* Resources */ = { isa = PBXGroup; children = ( - 729B99A4C5234DF6987E5727 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/compat_strcasestr.c \"" */, - 257F066635764373B5B0CF5C /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/compat_strl.c \"" */, - 4BE4C58021964AC5BDFA3A28 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/fopen_utf8.c \"" */, + B4BB20C602914CFE84520C64 /* Info.plist */, ); - name = compat; + name = Resources; sourceTree = ""; }; - C6D623D1B1A94D5698ECB0C4 /* naomi */ = { - isa = PBXGroup; - children = ( - 5E2A9E5933FF49B99C1B97FA /* "\"$(SRCROOT)/flycast/core/hw/naomi/awave_regs.h \"" */, - 2F0C642B674C4B55BD848C5E /* "\"$(SRCROOT)/flycast/core/hw/naomi/awcartridge.cpp \"" */, - 5AE4D153CE9143F385682C03 /* "\"$(SRCROOT)/flycast/core/hw/naomi/awcartridge.h \"" */, - B6347329C6234DBF99A88404 /* "\"$(SRCROOT)/flycast/core/hw/naomi/card_reader.cpp \"" */, - 3997D0D512CF4AAE9BD3ED1F /* "\"$(SRCROOT)/flycast/core/hw/naomi/card_reader.h \"" */, - 2A84071E13EE47CE996C3569 /* "\"$(SRCROOT)/flycast/core/hw/naomi/decrypt.cpp \"" */, - 44A5BF621249445089FD7793 /* "\"$(SRCROOT)/flycast/core/hw/naomi/decrypt.h \"" */, - 1C099A936E094E369F02A901 /* "\"$(SRCROOT)/flycast/core/hw/naomi/gdcartridge.cpp \"" */, - AB9E8386D0B049B699C853E5 /* "\"$(SRCROOT)/flycast/core/hw/naomi/gdcartridge.h \"" */, - C942FB3D1AAF4BA7A6519A54 /* "\"$(SRCROOT)/flycast/core/hw/naomi/m1cartridge.cpp \"" */, - 06464E3742E74D5C92662F9E /* "\"$(SRCROOT)/flycast/core/hw/naomi/m1cartridge.h \"" */, - C6586DB73DC34BB7BE43228D /* "\"$(SRCROOT)/flycast/core/hw/naomi/m4cartridge.cpp \"" */, - 38081C9798014586895D05BF /* "\"$(SRCROOT)/flycast/core/hw/naomi/m4cartridge.h \"" */, - B90B2BF2DF8146D3AA46E026 /* "\"$(SRCROOT)/flycast/core/hw/naomi/multiboard.cpp \"" */, - D1046F732C574667976CA924 /* "\"$(SRCROOT)/flycast/core/hw/naomi/multiboard.h \"" */, - 06649B82D56747489C01AC7C /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi.cpp \"" */, - 43DB985586714C5FA17BBDAD /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi.h \"" */, - D646BD94921E4F23AC31E196 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_cart.cpp \"" */, - AB921D8739B5463B8B05F5AB /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_cart.h \"" */, - E86AE880B0B44C908509EAB1 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_flashrom.cpp \"" */, - F3176C1FC44C461192444244 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_flashrom.h \"" */, - C70ADB5D59334C7891379B61 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_m3comm.cpp \"" */, - 262E4FDAE8B64595AD6B86FE /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_m3comm.h \"" */, - 9719EE6BD29A4612995EF710 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_regs.h \"" */, - 2881294325014B4790D2B36D /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms.cpp \"" */, - 8EBFAA2EF7D34D72A9C9CCF1 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms.h \"" */, - B8DA1DC39BED48A98FF4A607 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms_input.h \"" */, - 53569D6E045A4EB1A37182E4 /* "\"$(SRCROOT)/flycast/core/hw/naomi/netdimm.cpp \"" */, - E86D3C298BA24E6C8451399C /* "\"$(SRCROOT)/flycast/core/hw/naomi/netdimm.h \"" */, - 6AB74C4D910347F69486A11C /* "\"$(SRCROOT)/flycast/core/hw/naomi/printer.cpp \"" */, - C4868A1D05AC4C9DAF98F241 /* "\"$(SRCROOT)/flycast/core/hw/naomi/printer.h \"" */, - CF81BDF978F94FF4A52BBB92 /* "\"$(SRCROOT)/flycast/core/hw/naomi/touchscreen.cpp \"" */, - 4C7A0456B848459CBCEBB223 /* "\"$(SRCROOT)/flycast/core/hw/naomi/touchscreen.h \"" */, + B578BF09C65F462185A79059 /* imgread */ = { + isa = PBXGroup; + children = ( + 9878C48F92E74D738803F793 /* ImgReader.cpp */, + A9464CFD3FB24D74A6029343 /* cdi.cpp */, + 7987C28861ED4055B0EABFE4 /* cdio.cpp */, + 008E29931F7A4A6DB6076911 /* chd.cpp */, + A21638989FEF43CAB3D6E8C9 /* common.cpp */, + BB7D0A0FCCF54F76A8A1E253 /* common.h */, + AA16699551E140BB918E0E9E /* cue.cpp */, + D3EAB279179747D3895EAFE9 /* gdi.cpp */, + 504177B291864AD7AFD4012F /* iso9660.h */, + F2ACAF52735A4963A9493FEE /* isofs.cpp */, + 1FD59268BFBA492F85B24DC2 /* isofs.h */, ); - name = naomi; + name = imgread; sourceTree = ""; }; - C720E289BA334BA68AC82AAF /* vulkan */ = { - isa = PBXGroup; - children = ( - B034B82D1F714818950D369A /* oit */, - DE7E9D52D5A34046B5B829B9 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/buffer.cpp \"" */, - D24248F79EEC481284ABB775 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/buffer.h \"" */, - 0475DF38AA4049C7BAF144D6 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/commandpool.cpp \"" */, - 08A21F898A104F03B9F5B7EA /* "\"$(SRCROOT)/flycast/core/rend/vulkan/commandpool.h \"" */, - 046335DD12EE45519BD612D0 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/compiler.cpp \"" */, - B66D3AC0ACDF430DB603D14B /* "\"$(SRCROOT)/flycast/core/rend/vulkan/compiler.h \"" */, - 02E87AE4F1C34F3DBF23F338 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/drawer.cpp \"" */, - E566A25CD69241269FB00DFF /* "\"$(SRCROOT)/flycast/core/rend/vulkan/drawer.h \"" */, - 272A34F281C64E3689F9E5F9 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/overlay.cpp \"" */, - A9274FFA8BE24F59833ED402 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/overlay.h \"" */, - 1746C9C9A3E64A0AB434D22A /* "\"$(SRCROOT)/flycast/core/rend/vulkan/pipeline.cpp \"" */, - 21DB2B945E194A059AD06718 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/pipeline.h \"" */, - F6EE85AF83844B2AB5CB4554 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/quad.cpp \"" */, - 84E6CEFABFCB49BC9196DDA7 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/quad.h \"" */, - 705EAC5F26C744BC8B3D6E84 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/shaders.cpp \"" */, - F7252BA6D7D5475284562491 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/shaders.h \"" */, - 181074C9029A451D93F3837F /* "\"$(SRCROOT)/flycast/core/rend/vulkan/texture.cpp \"" */, - 90A29D92C918434599FF893C /* "\"$(SRCROOT)/flycast/core/rend/vulkan/texture.h \"" */, - 891A395305694DE78CC7ACBB /* "\"$(SRCROOT)/flycast/core/rend/vulkan/utils.h \"" */, - 9DBACCFB807844B7868FBE70 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vk_context_lr.cpp \"" */, - 3919A98F6B30403EAB9D0D63 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vk_context_lr.h \"" */, - 37503D7ED4984E649B6BCD76 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vmallocator.cpp \"" */, - 389DA5A7867843F791D2D3AB /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vmallocator.h \"" */, - 117CDB6C7F3B46DA95B368B2 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan.h \"" */, - E2F3DD1228944987B8CD6491 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan_context.h \"" */, - 4CE7EA3BB7804C9A96379058 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan_renderer.cpp \"" */, + B7D44AC2A88E4154904A98A0 /* Source Files */ = { + isa = PBXGroup; + children = ( + 3BE52788F5DD4EDBB87A3C91 /* libchdr_bitstream.c */, + 0A9AF84DAABD4D5AA3C31445 /* libchdr_cdrom.c */, + A10204CECFE646A2A55F42F5 /* libchdr_chd.c */, + 76A5BEBEB82F4CCE89595572 /* libchdr_flac.c */, + 348B9CDFF8854C2180FFB29E /* libchdr_huffman.c */, ); - name = vulkan; + name = "Source Files"; sourceTree = ""; }; - C7385299484E4DDFB21AC32E /* Source Files */ = { + BBDEFA3CF9E8445C88BA9B4D /* picotcp */ = { isa = PBXGroup; children = ( - EBD00748E7404E53A8090781 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp \"" */, + 78194EF83C3B49C293514A11 /* include */, + A29A4E66255B43CB87080634 /* modules */, + 643FB267E7A942F2B1272D9A /* stack */, ); - name = "Source Files"; + name = picotcp; sourceTree = ""; }; - CB838FE3F00C4ABD966D763B /* Resources */ = { + BF9351E79F3B4365A03D1EB0 /* CMake Rules */ = { isa = PBXGroup; children = ( - 1C335D19A5814D2297D8888A /* "\"$(SRCROOT)/cmake/core/deps/glslang/glslang/CMakeFiles/GenericCodeGen.dir/Info.plist \"" */, ); - name = Resources; + name = "CMake Rules"; sourceTree = ""; }; - CC606865A8C64B7580DB1E83 /* Resources */ = { + C07D778553564FD2A25980D2 /* modules */ = { isa = PBXGroup; children = ( - 5FCF3CEF960D42EAB9D19E62 /* "\"$(SRCROOT)/cmake/core/deps/nowide/CMakeFiles/nowide.dir/Info.plist \"" */, + D65DE3CBA28D43BAA38B7958 /* bsc.cpp */, + 975241812770447983C13E00 /* ccn.cpp */, + D24DCB75889C4F218D8E1F4E /* ccn.h */, + CCEF89CB2F85463CA690EBA1 /* cpg.cpp */, + 69C05D8042BF4FCE86BAFAF8 /* dmac.cpp */, + 68B49B59A3C74AF98D91FDC9 /* dmac.h */, + 85AD0F9943DA4CA6B4FE520D /* fastmmu.cpp */, + 3B8C303102804C469571790A /* intc.cpp */, + 9AA5E81C51EC45BC8FDC4C65 /* mmu.cpp */, + C67523D970FC4906B170B6D4 /* mmu.h */, + 1342F2C3326640A2B963E97B /* modules.h */, + 8BF04DF246A04AB392A9EDC2 /* rtc.cpp */, + E6B5789004874E93B1925886 /* serial.cpp */, + C8A120361F9847608FDD881C /* tmu.cpp */, + 36CE027EA2FE49EC83B7A10B /* ubc.cpp */, + E7AF838C887E48FB90C4046F /* wince.h */, ); - name = Resources; + name = modules; + sourceTree = ""; + }; + C234688685974D32ACE87909 /* vulkan */ = { + isa = PBXGroup; + children = ( + 9F91EB66E60D4B4DA8E6143E /* oit */, + 910EF48A75C3406786F69B1D /* adreno.cpp */, + B7695D3A0D6A4C05A20AF900 /* buffer.cpp */, + 3A79B31C1C1B44BCBC11A432 /* buffer.h */, + 59EF2FA0A1DC436393DA69B5 /* commandpool.cpp */, + C806D741E8564B7A89CF1D8F /* commandpool.h */, + AB27F36381FB42ADA24F3E7B /* compiler.cpp */, + 4D29CB48A7F84CD39B0F2A29 /* compiler.h */, + 9D38630FB945457196E13027 /* drawer.cpp */, + BCF5E8315C954EE39CED6722 /* drawer.h */, + C9428DB1768941BE9FE6AB58 /* overlay.cpp */, + C8297968340B43899288F5B9 /* overlay.h */, + 4B88618EBD09412592AF380F /* pipeline.cpp */, + 55D5F3AD22784251BF4A88CD /* pipeline.h */, + FB90D54B1E4C48FA846DAB27 /* quad.cpp */, + 104BEF56EE9A4F269F9A7A92 /* quad.h */, + 6DA1FE268071401A84A3C8E3 /* shaders.cpp */, + AAFB4E2481874B0CA48AB214 /* shaders.h */, + C61799B8057E4423A2C5B99C /* texture.cpp */, + CFEEF36D196F4DA19987FDC5 /* texture.h */, + 651DADF28E2A4D7F8D2BD504 /* utils.h */, + 3C7E2420DFA9433CBC535D49 /* vk_context_lr.cpp */, + 7C2022B6AB9245DB9FC3F745 /* vk_context_lr.h */, + F5E41C50164A4F0481475E1B /* vmallocator.cpp */, + 65FDEA106D5E45FB85579B4C /* vmallocator.h */, + 710B81C5FE674A8981B2F996 /* vulkan.h */, + D104288FAC9647B98290745F /* vulkan_context.h */, + CBBE651AE3F44051A3F1A83F /* vulkan_renderer.cpp */, + ); + name = vulkan; sourceTree = ""; }; - CD406D08A557419F937A0577 /* Source Files */ = { + C28BD4A48C15494F81826AE6 /* Source Files */ = { isa = PBXGroup; children = ( - 187564FBAD3647068B318398 /* "\"$(SRCROOT)/flycast/core/deps/xxHash/xxhash.c \"" */, + 038BA8EF2DB74EA68938B2C0 /* ResourceLimits.cpp */, + CD02F6ABF096484989957F80 /* resource_limits_c.cpp */, ); name = "Source Files"; sourceTree = ""; }; - CD52DD260F394FDF967DABF3 /* elf */ = { + C44E94EB2F1A4BC888FECD7D /* compat */ = { isa = PBXGroup; children = ( - DADA9B26C29247DC8A6EC8C7 /* Source Files */, - 8641E13ED47145E6B9439700 /* Resources */, - 8729EED310874EDB9B67AD8B /* "\"$(SRCROOT)/flycast/core/deps/libelf/CMakeLists.txt \"" */, + BCAFCC17C71C42A8B8490EFC /* compat_strcasestr.c */, + C7D6F7268C574444A31F54F0 /* compat_strl.c */, + F8B28E72777647159B7278C0 /* fopen_utf8.c */, ); - name = elf; + name = compat; sourceTree = ""; }; - D1F2AE0E4B614CFCBC7ABF87 /* ALL_BUILD */ = { + C4FFA58C7A164BB4AE87CB2B /* uninstall */ = { isa = PBXGroup; children = ( - 3F3D113C681A4BF495051221 /* CMake Rules */, - B337EE6C8ECB4AF18B5DB050 /* "\"$(SRCROOT)/flycast/CMakeLists.txt \"" */, + 706492ECCC004C0AA872750C /* CMake Rules */, + 85DC77E036824226B722C98B /* CMakeLists.txt */, ); - name = ALL_BUILD; + name = uninstall; sourceTree = ""; }; - D37EA69F23394686A408F33F /* chdr-benchmark */ = { + C69A12B5702A4405B249878D /* core */ = { isa = PBXGroup; children = ( - DD818BE333B74549B2DC1E94 /* Source Files */, - 14F4A5449D9D4859A6D23240 /* Resources */, - C2A249F43FDF4604B2F6CAF1 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/tests/CMakeLists.txt \"" */, + 5D90E41FEBE240BB973E74E0 /* deps */, + 283FC8ED2AA54E678C57A087 /* archive */, + 542B882D4E8448FCA702D6B7 /* cfg */, + C8D081309EB84D549E0041DF /* hw */, + B578BF09C65F462185A79059 /* imgread */, + 711323F7496E40C28A95C0A8 /* linux */, + DC457A867A3B45289FC13E08 /* log */, + 72A7E2633AC840589DA1E4DB /* network */, + 8ED278BED2F84CC885FBB3A8 /* audio */, + A78AF3959084498983F972EF /* oslib */, + 4702B159730D41ECBBFB481A /* lua */, + 5A012CCABD2744F38FB460ED /* reios */, + F8AA37DED5EE495E8C875A42 /* achievements */, + 928E7075E5DE4EA6A5B1DC8C /* wsi */, + 6715B53C36B94F359F03B2DA /* debug */, + F59660091F1F4EECB5A73828 /* rend */, + F60179A9C94F4D3DB83FDF2A /* rec-ARM64 */, + D4DE64AC3ECB4D50B098D17B /* build.h */, + 58E423D951C243DFBC87154F /* cheats.cpp */, + DD2BEA7E4AE9441484BC4DBE /* cheats.h */, + 2EBDEC0B04784051937E6FEC /* emulator.cpp */, + 735F66F4815848288C56E0FD /* emulator.h */, + E3C2090394B04A3CBCF78CB8 /* nullDC.cpp */, + 95D5241A387B45F184B36788 /* serialize.cpp */, + 1F6F505088B84436A26FA9E1 /* serialize.h */, + 3D19A04ED3964C109B3060C9 /* stdclass.cpp */, + 5C91C2515DE1404892BB027E /* stdclass.h */, + 761E51764D72424C9611BFEB /* types.h */, ); - name = "chdr-benchmark"; + name = core; sourceTree = ""; }; - D539329A48C745DAAB5ADBC6 /* Source Files */ = { + C8D081309EB84D549E0041DF /* hw */ = { isa = PBXGroup; children = ( - 50E8962DC35748BAA8A3BACA /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/addr_is_reserved.c \"" */, - C3F4FEAC72E54C3882715278 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/connecthostport.c \"" */, - B2C2E395480B4169A3737893 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/igd_desc_parse.c \"" */, - CDFD8850FE0F43A2815FCEAF /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minisoap.c \"" */, - 7D3B4CD9FDD440538366A04B /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minissdpc.c \"" */, - A6A32D2645784898A14DFC4E /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/miniupnpc.c \"" */, - 1B95063C0A2941F9881A007E /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/miniwget.c \"" */, - 35E8C489F5F348DC8BF5C9EF /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minixml.c \"" */, - 6AFC8110701A4C3AA29D8969 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/portlistingparse.c \"" */, - 33EC965F24A84FEBBD6E6FE3 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/receivedata.c \"" */, - 3647C8CE02884E999D79A77E /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpcommands.c \"" */, - B08C9D29B1014B79A985A631 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpdev.c \"" */, - 4C94D017325C423997BE18C4 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnperrors.c \"" */, - DC27DF266E72423EB1F85CC1 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpreplyparse.c \"" */, + 5512FF00B10847A4B5C95CCD /* aica */, + 532B0C639430491DBF4C13C2 /* arm7 */, + 8AB9DD77863D432BAC7A11FC /* bba */, + B4D7C4FB0855430DB2291ED9 /* flashrom */, + 591268D86EDD45B498960AC9 /* gdrom */, + E64B8FB17FC94C889CCABC11 /* holly */, + A02893344EFC4085A9BF342A /* maple */, + DA3EA26621B74E9D8EA5B50F /* mem */, + 1ED40DE9328744239401665A /* modem */, + CCDD6EEE0DD146C4888CD3C1 /* naomi */, + C99F46C3D6824EE2B1295E78 /* pvr */, + 107B42D8D8724468AB3665C5 /* sh4 */, + 708D1B6E29FF414DA564008A /* hwreg.h */, ); - name = "Source Files"; + name = hw; sourceTree = ""; }; - D7C84F90161947C98763F401 /* pvr */ = { - isa = PBXGroup; - children = ( - 52FF7D8ADC4B499B8D37D4D2 /* "\"$(SRCROOT)/flycast/core/hw/pvr/Renderer_if.cpp \"" */, - 46425A10B9C64CB6ABD288D3 /* "\"$(SRCROOT)/flycast/core/hw/pvr/Renderer_if.h \"" */, - 853AAE449EA540A7A7A386BD /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan.cpp \"" */, - 312E2483A79A491B9E58AF67 /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan.h \"" */, - D67C5AC81D9B454F902FF3FC /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan_struct.h \"" */, - 92CB179E29AE468FB547E457 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr.cpp \"" */, - 1F2A80D58D1C4EC19D110847 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr.h \"" */, - F031A701A5AC4D1798F676F4 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_mem.cpp \"" */, - 4BEE678763924D06982558D1 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_mem.h \"" */, - A161F334E90A46D9879E7C90 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_regs.cpp \"" */, - 92F1A49C4988405E9B122AF7 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_regs.h \"" */, - B90BEA0B85CA45D292811FC7 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_sb_regs.cpp \"" */, - C5C923BA3D1442129E4CFDF9 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_sb_regs.h \"" */, - 6F7A1547FEEB4803A7E40869 /* "\"$(SRCROOT)/flycast/core/hw/pvr/spg.cpp \"" */, - 44D9679461074904A4196C58 /* "\"$(SRCROOT)/flycast/core/hw/pvr/spg.h \"" */, - 4F24E9D585C44C75B86DE1BB /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta.cpp \"" */, - 58DACB485E0A4838AA711A5D /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta.h \"" */, - 87FAAFEF8E394D199EEDEB65 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_const_df.h \"" */, - 82E45ED3B7D7431CB0FFA1BD /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_ctx.cpp \"" */, - C7C72A5B05FC4CE69221E567 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_ctx.h \"" */, - 215958F96F8D4F63A0B78339 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_structs.h \"" */, - B69384C94C6C41549BB14EC0 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_util.cpp \"" */, - 35B4465C59374AE8BBF010F1 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_vtx.cpp \"" */, + C99F46C3D6824EE2B1295E78 /* pvr */ = { + isa = PBXGroup; + children = ( + 16A4BF73D87C42DC94A040E5 /* Renderer_if.cpp */, + 6315D8FD4CCA442188682100 /* Renderer_if.h */, + 87FADAE9EE0B4D2C8A5AFA7B /* elan.cpp */, + EAB5F37C4B4A4329879DA7A0 /* elan.h */, + 0FF11B0E2AF443DCB5C52D69 /* elan_struct.h */, + 8CCC27B190874D6D91C1D152 /* pvr.cpp */, + 0E5BC92DD60043D78838B293 /* pvr.h */, + C943164BC6FB40589AE37EF2 /* pvr_mem.cpp */, + A8B3C4D4CE74409BAA231318 /* pvr_mem.h */, + D773546226724EB39FEA362C /* pvr_regs.cpp */, + B68100CBE5C44E32921C4921 /* pvr_regs.h */, + 5500252794EF431B965AC2D8 /* pvr_sb_regs.cpp */, + 9BD6E18571514B4D8E952FA9 /* pvr_sb_regs.h */, + C175423CBB63422FB561ADB6 /* spg.cpp */, + 94CDD38D61C84D17B75C17F7 /* spg.h */, + 6ABBE307CAA04E19A17C5DE9 /* ta.cpp */, + 2C221F60A55A448FA6A6D739 /* ta.h */, + 0D6EFC19A1264347B34DA94F /* ta_const_df.h */, + 46BD4A8AAB5546208AB8D451 /* ta_ctx.cpp */, + B89FA0AA9CE6482385ECBEED /* ta_ctx.h */, + 53CD5733B042409C81C69769 /* ta_structs.h */, + 6F5B247B28E04F1780644F3E /* ta_util.cpp */, + 4C5A2D8E5E234C8CB2948147 /* ta_vtx.cpp */, ); name = pvr; sourceTree = ""; }; - DA205284D7D24C8199D72604 /* CMake Rules */ = { - isa = PBXGroup; - children = ( - 9067DA111F51414993293362 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp.rule \"" */, - 7DBF9FAF5DC3455497D195BC /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp.rule \"" */, - AD6CBB85E05C4726B35B8D86 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp.rule \"" */, - 1BFA16CEFB8E490ABA951F71 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp.rule \"" */, - 817A015404D1400EBDA79DD5 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp.rule \"" */, - 7D06CA58A8E646BE80955E73 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp.rule \"" */, - 1EC93AE0310849079B79650F /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp.rule \"" */, - 7DFF9EB930D943969C2DEAAB /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp.rule \"" */, - F0F10829BE8543EB8470F2E1 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp.rule \"" */, - 5CBF22967D4A48E08F529EF0 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp.rule \"" */, - BC2279283484428791A33899 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp.rule \"" */, - 7ED2FE8A9E4641C38F2C5168 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp.rule \"" */, - BD500C4554EA4745968A6AD0 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp.rule \"" */, - 9FBE0FABF5F14C0296210867 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp.rule \"" */, - 6AB1C4DE54254EAAB4E85B51 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp.rule \"" */, - 237670C57F4D4288B6EEDF13 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp.rule \"" */, - 32CA1E18A02E4187B5B68511 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp.rule \"" */, - 13968915F2634E039CF75732 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp.rule \"" */, - 73243FAB6C0F4AC9A9CAC019 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp.rule \"" */, - 881639D51F994473BB54B73C /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp.rule \"" */, - F52EF4D4FBEF486E8D8834B9 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/lib.cpp.rule \"" */, + C9B15DCC5002448398D990EA /* string */ = { + isa = PBXGroup; + children = ( + 73823A224399414681428B85 /* stdstring.c */, ); - name = "CMake Rules"; + name = string; + sourceTree = ""; + }; + CCDD6EEE0DD146C4888CD3C1 /* naomi */ = { + isa = PBXGroup; + children = ( + CA1EF166894A4941925CFA63 /* awave_regs.h */, + DD3E7CEC4038421FB4A847ED /* awcartridge.cpp */, + 9CF835F10CE346599FC4AE6E /* awcartridge.h */, + 1B5ECFA4A4524CB49388927D /* card_reader.cpp */, + C2DF6AAA2DF44123A8789109 /* card_reader.h */, + 705942F3AC944C97A30776C4 /* decrypt.cpp */, + 4B3D013CEC114A1D939324FF /* decrypt.h */, + 22F4E1DA28BF4BB190D74AD7 /* gdcartridge.cpp */, + 4C4B044E9E044136A7B0E950 /* gdcartridge.h */, + 3A02D0A4332F43B6A58B5921 /* hopper.cpp */, + 66D7867C6F7D4C95932A069A /* hopper.h */, + EC729B247F684C068D9B5839 /* m1cartridge.cpp */, + 3A173D3B58E74E8FB3DE22BF /* m1cartridge.h */, + A2BE193683C8414A85AB0DEF /* m4cartridge.cpp */, + A6132616702C4F318EB25973 /* m4cartridge.h */, + 2EE414FFD4B1428DA7A06E05 /* multiboard.cpp */, + 68B99B5B01EF4D93A570C40B /* multiboard.h */, + 5940978033D945ECA064E061 /* naomi.cpp */, + 47887D600870471C9E6A8EC0 /* naomi.h */, + D485D6667342424EB7A34EEC /* naomi_cart.cpp */, + 2AE29C7104C4484C86114B80 /* naomi_cart.h */, + C120C28BC3364F36AE45B51D /* naomi_flashrom.cpp */, + A71B6E019E34476B95E0F55F /* naomi_flashrom.h */, + 14A0A247B69249B5ADBD7A61 /* naomi_m3comm.cpp */, + 8E8890B2451A4A0193CF44E2 /* naomi_m3comm.h */, + 8618591265BA4FCFB5313B73 /* naomi_regs.h */, + 460E8F7637BD4390A08F0D73 /* naomi_roms.cpp */, + E65D90D9F30A469BA38824E6 /* naomi_roms.h */, + 635554C03ACA47C89AEF1E37 /* naomi_roms_input.h */, + 93F5DFC8D1CF48C3AC2A4963 /* netdimm.cpp */, + 319AA6B2FF5742FA8F895632 /* netdimm.h */, + 55A88A97F272475E990CD86A /* printer.cpp */, + 447CA26CE19F4593BBD0ACCD /* printer.h */, + 7B7E245C81724A8694C853C5 /* systemsp.cpp */, + C04F27AE835F4E01A798CE32 /* systemsp.h */, + 9AB1D9BAFCEB47399F552A15 /* touchscreen.cpp */, + 5F1A78576A684FF6B6C16421 /* touchscreen.h */, + ); + name = naomi; sourceTree = ""; }; - DADA9B26C29247DC8A6EC8C7 /* Source Files */ = { + CF78BF03E28546D2A7647DA5 /* elf */ = { isa = PBXGroup; children = ( - 6FA4B9A44B7648AE906D912E /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf.c \"" */, - FA86D478CFA84D679809ED85 /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf32.c \"" */, - F908453D074F40EEAE18A639 /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf64.c \"" */, + 10CC64735F6044EB95E4916C /* Source Files */, + B52799C6ED754F13ADBAC179 /* Resources */, + ABBF183B9123406EAF5DADF9 /* CMakeLists.txt */, ); - name = "Source Files"; + name = elf; sourceTree = ""; }; - DD818BE333B74549B2DC1E94 /* Source Files */ = { + D220A31462F544DAA90B9516 /* Resources */ = { isa = PBXGroup; children = ( - 07E9AF5A4E25415C9ED0C529 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/tests/benchmark.c \"" */, + 13C11EFE208B4F9AA324D3A5 /* Info.plist */, ); - name = "Source Files"; + name = Resources; sourceTree = ""; }; - DFF57051878D4E14BE22E32C /* Source Files */ = { + D279A5B06EFF45CEB6A70BF3 /* norend */ = { isa = PBXGroup; children = ( - 72173611E68841D3B8A17FCC /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/console_buffer.cpp \"" */, - 5D9330184F7C45DCA0B088D4 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/cstdio.cpp \"" */, - 20797833A0FE4EDE803CD391 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/cstdlib.cpp \"" */, - 38EB57E4A05A412DAAAF09FA /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/filebuf.cpp \"" */, - E28AA18C12AC475EAF46F78E /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/iostream.cpp \"" */, - 5174710DEC9C42F1803BDF2E /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/stat.cpp \"" */, + 08BD2178959B4D0BB039BA51 /* norend.cpp */, + ); + name = norend; + sourceTree = ""; + }; + D2C6E71A9BDF4857AC6506A1 /* Source Files */ = { + isa = PBXGroup; + children = ( + EC7CF9C2696A4C6795C36B3F /* alienfnt.nvmem.zip.cpp */, + F5DD91E3F5564843B6EA4D8F /* dirtypig.nvmem.zip.cpp */, + C6195C4A57D84DD0AC1306F4 /* dirtypig.nvmem2.zip.cpp */, + D3A49DBA777C426C9C2D7363 /* f355.nvmem.zip.cpp */, + 4023BB4494C64E66BE0BE95F /* f355twin.nvmem.zip.cpp */, + 655ED260071449898C99FE4B /* f355twn2.nvmem.zip.cpp */, + 460AC571A201436090A52C66 /* gunsur2.nvmem.zip.cpp */, + 6488725F267647AB817FAF62 /* magicpop.nvmem.zip.cpp */, + 74B31A8220154A0D81BA615A /* mazan.nvmem.zip.cpp */, + E9F3F59994F54E9EBAA903F6 /* ochaken.nvmem.zip.cpp */, + 6A8969E972A14059B7BE1D37 /* otrigger.nvmem.zip.cpp */, + AA83902F7ADD48D48ADF8B1D /* puyomedal.nvmem.zip.cpp */, + 4E6C6EB6905F49F4BDC92F44 /* unomedal.nvmem.zip.cpp */, + 615BD138AA1744828FAE49CE /* vf4.nvmem.zip.cpp */, + 1E26BA0E9A184FE6B68D098B /* vf4evob.nvmem.zip.cpp */, + CA4E5FB423754C07A974D8B6 /* vf4tuned.nvmem.zip.cpp */, + 4A4317A707FD4CDCA352E610 /* westdrmg.nvmem.zip.cpp */, + 8FBC4B268F644F7DAB7D9FB9 /* wldkicks.nvmem.zip.cpp */, + 90B1B52B97034C7AAF490F1F /* wldkicksj.nvmem.zip.cpp */, + B07C8102A2D24BB89F910184 /* wldkicksu.nvmem.zip.cpp */, + 4740281757974915A7824E16 /* biosfont.bin.zip.cpp */, + 7C99768EED584934AF595F16 /* printer_ascii12x24.bin.zip.cpp */, + 3B54964AA892450692FB826C /* printer_ascii8x16.bin.zip.cpp */, + 085CEE404415461A98700B5E /* printer_kanji16x16.bin.zip.cpp */, + 9331DC71AE714BB4848CAEDC /* printer_kanji24x24.bin.zip.cpp */, + 9B2DC86257BF430391469338 /* f355_print_template.png.cpp */, + FC95A148633D4D189EE7523C /* lib.cpp */, ); name = "Source Files"; sourceTree = ""; }; - E24B5C30D8AB4515B071727E /* glslang */ = { + D5A9BA49E12840A5BA1287B7 /* chdr-static */ = { isa = PBXGroup; children = ( - C7385299484E4DDFB21AC32E /* Source Files */, - 86CE1B92295A4D53A7CC181C /* Header Files */, - C1CACAF0886C451A88F5CDC8 /* Resources */, - F195ADC439B748498322827A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CMakeLists.txt \"" */, + B7D44AC2A88E4154904A98A0 /* Source Files */, + 6DA5A1F0214D4D60B70C90DB /* Resources */, + 60FFB59463824491ACBE3036 /* CMakeLists.txt */, ); - name = glslang; + name = "chdr-static"; sourceTree = ""; }; - E4E7193D9A5F4C1EB047196E /* core */ = { - isa = PBXGroup; - children = ( - E75521230A9D40D1AD60612C /* deps */, - EBDD7D8EA802481AAE09ECEF /* archive */, - 82A048E1C096430E9F1D83C8 /* cfg */, - 1EBD38C4FA594FE5B55AEAF5 /* hw */, - 0AA8CCABB6D7432F8D669E4D /* imgread */, - B2CF3B651D394AD0A87CF309 /* linux */, - 21DDED6FD28B4E2FAC5CDE93 /* log */, - 6B04CE2456F14FA4B81DFCD0 /* network */, - 0DAFEE067984488296235908 /* oslib */, - EF9E0731742F4840AF7EF57A /* lua */, - ABEC7B6301A544D9A747FE02 /* reios */, - 96C334EB0E724CB6B94EE6A1 /* wsi */, - 3BB76F1E0EF44D75AC89D174 /* debug */, - F90F7C34857048BFB2E9F6E2 /* rend */, - 80AE43988115448A92B42B2E /* rec-ARM64 */, - 22146D004C6F4E35A524D099 /* "\"$(SRCROOT)/flycast/core/build.h \"" */, - 01CF9D75AF224CBF95B61F2D /* "\"$(SRCROOT)/flycast/core/cheats.cpp \"" */, - 3C42AD6461814ABDBCD60EB9 /* "\"$(SRCROOT)/flycast/core/cheats.h \"" */, - E62B7C2267964EF1B5D769FE /* "\"$(SRCROOT)/flycast/core/emulator.cpp \"" */, - 4FE9267937F445BAA6373958 /* "\"$(SRCROOT)/flycast/core/emulator.h \"" */, - FA240AF7E0AB4F00B0EA3AB6 /* "\"$(SRCROOT)/flycast/core/nullDC.cpp \"" */, - CA5F9AB9F6AC4A179218A46D /* "\"$(SRCROOT)/flycast/core/serialize.cpp \"" */, - 8A91F53A05A141A4AAC65A3A /* "\"$(SRCROOT)/flycast/core/serialize.h \"" */, - 40DD4D1A1F954C00B07BF420 /* "\"$(SRCROOT)/flycast/core/stdclass.cpp \"" */, - 27DC3D7A551A45619D7286E3 /* "\"$(SRCROOT)/flycast/core/stdclass.h \"" */, - 8B5402ABC0034DB994DF02B9 /* "\"$(SRCROOT)/flycast/core/types.h \"" */, + D5F7450A7B6D48F5A87B96AF /* zip */ = { + isa = PBXGroup; + children = ( + 2666812117B14EE7B6C9F0AB /* Source Files */, + 2A24830A7F9E436FA1508EB6 /* CMake Rules */, + 46D159900DC34CFB856635BF /* Resources */, + 2138BCE837FF42CC9F169401 /* CMakeLists.txt */, ); - name = core; + name = zip; sourceTree = ""; }; - E62B1816F2DD4020ABB40C5E /* CMake Rules */ = { + D8A078D43F644528A9358241 /* libretro-common */ = { isa = PBXGroup; children = ( + 60A3F8E7ADF249C39803F625 /* memmap */, + 52875CFCBDD3451BBE2B1FFB /* file */, + 6CC89B7701A14969829F3536 /* vfs */, + 5F00E7E480884046855BC6A0 /* encodings */, + C44E94EB2F1A4BC888FECD7D /* compat */, + C9B15DCC5002448398D990EA /* string */, ); - name = "CMake Rules"; + name = "libretro-common"; sourceTree = ""; }; - E75521230A9D40D1AD60612C /* deps */ = { + D9797DA68C3C4717AE658610 /* flycast-resources */ = { isa = PBXGroup; children = ( - C0186EB0E0A94B58B5D80950 /* chdpsr */, - 1A0546D5A6C247509E876CBA /* picotcp */, - 6D76ED1EA9054FD4AF2FCEC3 /* lzma */, - 22AF10D3E8ED4854BF036C1F /* xbrz */, - 2AF0EAD68EA84B3EB7DE00F1 /* md5 */, - 8374E9DDA2714F9C96239940 /* libretro-common */, - 3D513A5D87ED4AF0925CB102 /* vixl */, + D2C6E71A9BDF4857AC6506A1 /* Source Files */, + 54E026D109BA4D6BBB06A319 /* CMake Rules */, + D220A31462F544DAA90B9516 /* Resources */, + 43A8975BE9C4476980D7ACDC /* CMakeLists.txt */, ); - name = deps; + name = "flycast-resources"; sourceTree = ""; }; - E97748FA52984DE6945D932F /* stack */ = { + DA3EA26621B74E9D8EA5B50F /* mem */ = { isa = PBXGroup; children = ( - 297720AB66B140C0B7F8E0A6 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_device.c \"" */, - 9932D71A9709476F9D5CEFF2 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_frame.c \"" */, - 51E452C2E51640F9879176E2 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_md5.c \"" */, - E7255362673F41219D605C0C /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_protocol.c \"" */, - D0F2FA2BC91E437A8ED30383 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_socket.c \"" */, - C32928D6DE3D4334BE9F12E8 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_socket_multicast.c \"" */, - 170881E7EA7B4072BDE93F65 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_stack.c \"" */, - 2B0CF5DED3DC4B2582D9B533 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_tree.c \"" */, + AD07C188424D462B89E62A96 /* addrspace.cpp */, + 40C95A0E125D4564B94F6CD1 /* addrspace.h */, + FDAA5BD823874BF383B1BC6F /* mem_watch.cpp */, + 6C375F0FC2C04387AA3883ED /* mem_watch.h */, ); - name = stack; + name = mem; sourceTree = ""; }; - E9A67067648D4E49AB2864BE /* bba */ = { + DA473363D633460692CF3EC1 /* Source Files */ = { isa = PBXGroup; children = ( - 3F31DAF87C93411A9EAE122A /* "\"$(SRCROOT)/flycast/core/hw/bba/bba.cpp \"" */, - F3812BD511A841DAAC238C5E /* "\"$(SRCROOT)/flycast/core/hw/bba/bba.h \"" */, - FA256F3217AA4F00AE01DE78 /* "\"$(SRCROOT)/flycast/core/hw/bba/rtl8139c.cpp \"" */, - 4DD54AE462F44667848E2AE9 /* "\"$(SRCROOT)/flycast/core/hw/bba/rtl8139c.h \"" */, + 2A35148D0BA3435D8F1230C2 /* benchmark.c */, ); - name = bba; + name = "Source Files"; sourceTree = ""; }; - E9AEC1602C2D4FE38F2714CE /* sh4 */ = { - isa = PBXGroup; - children = ( - EDDDA29D6C46474783CBD6C4 /* dyna */, - 4450F64264744A2786A75632 /* interpr */, - 03CA64AA6F6745B5B474D72E /* modules */, - C04C491A23594C1699C05FDC /* "\"$(SRCROOT)/flycast/core/hw/sh4/fsca-table.h \"" */, - 0CF720D6BB894A75B93B4EED /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cache.h \"" */, - A32BFAC32AD54B47B5DDE77F /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_core.h \"" */, - F0CE74928C064B489F6ABB77 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_core_regs.cpp \"" */, - 4946F7B3535542F68A1DC2DD /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cycles.cpp \"" */, - 53B074EBA7134E86882DC566 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cycles.h \"" */, - 115BACEF85A44BCA81DF0B24 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_if.h \"" */, - 33A0413142E74541AE82013C /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interpreter.h \"" */, - 0AF6F24A94C4414A81F66AE3 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interrupts.cpp \"" */, - 84AD79D1340A468086D67806 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interrupts.h \"" */, - 19B932DD2B364F7EB187D347 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mem.cpp \"" */, - 45F7F8E054574BD7BAE3252E /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mem.h \"" */, - BE798B6F11DA4D8E8ACD1A87 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mmr.cpp \"" */, - 30F921E9643E413D8D829566 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mmr.h \"" */, - F233CD1A1B8B49EC869E75BC /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_opcode_list.cpp \"" */, - F9DAF49E67694FEA88CE7136 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_opcode_list.h \"" */, - 09877D8F6ED34980A414EAD3 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_rom.cpp \"" */, - D063DD33DD6B4998A1BEAF6A /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_rom.h \"" */, - 1AE6D8AA22354A3483CF39A5 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_sched.cpp \"" */, - 6B7360E028E04CD9A1EA4CCD /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_sched.h \"" */, - D3416AE97DD84E4F8CEFC04F /* "\"$(SRCROOT)/flycast/core/hw/sh4/storeq.cpp \"" */, + DC457A867A3B45289FC13E08 /* log */ = { + isa = PBXGroup; + children = ( + 27B330EDE83B42768CDCE8E4 /* BitSet.h */, + 93C98E9FF2784D95B813255A /* Log.h */, + C7C55C1ED6B04EAFBBB692EF /* StringUtil.h */, ); - name = sh4; + name = log; sourceTree = ""; }; - EAADF89A7C5C4251B48168A2 /* flashrom */ = { + DD186FC4E45F432DB875FEE5 /* Resources */ = { isa = PBXGroup; children = ( - 3D5DAEB3692547728C340073 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/flashrom.cpp \"" */, - A2FA3108A1EC4295A4EC9A5C /* "\"$(SRCROOT)/flycast/core/hw/flashrom/flashrom.h \"" */, - 0DFA8AF9757F46C9AFB9C75F /* "\"$(SRCROOT)/flycast/core/hw/flashrom/nvmem.cpp \"" */, - 1C53C7FC4259486D85A1CB83 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/nvmem.h \"" */, + 6DA93AEA2D514B7587AEA062 /* Info.plist */, ); - name = flashrom; + name = Resources; sourceTree = ""; }; - EBDD7D8EA802481AAE09ECEF /* archive */ = { + E0942D90283649619837901C /* Source Files */ = { isa = PBXGroup; children = ( - 924EEDF26D88474BB1239900 /* "\"$(SRCROOT)/flycast/core/archive/7zArchive.cpp \"" */, - 9BD43DFDCA1C455D9273979E /* "\"$(SRCROOT)/flycast/core/archive/7zArchive.h \"" */, - E721B98D76884D15A3144862 /* "\"$(SRCROOT)/flycast/core/archive/ZipArchive.cpp \"" */, - B1AAE882A3E24E3B9FEBE0AB /* "\"$(SRCROOT)/flycast/core/archive/ZipArchive.h \"" */, - 937FD913EA5440FAB44F6BE3 /* "\"$(SRCROOT)/flycast/core/archive/archive.cpp \"" */, - 58F8ECBCB03347DF9F107606 /* "\"$(SRCROOT)/flycast/core/archive/archive.h \"" */, - 4BA8D5A42A30490987CC4C04 /* "\"$(SRCROOT)/flycast/core/archive/rzip.cpp \"" */, - 75607D1673F249C58CD33614 /* "\"$(SRCROOT)/flycast/core/archive/rzip.h \"" */, + CA87C29F916B46FBB4D6E2E9 /* CodeGen.cpp */, + FDD36A2736E04979AB37441A /* Link.cpp */, ); - name = archive; + name = "Source Files"; sourceTree = ""; }; - EBEE8BBE12ED4797B4B2C9E1 /* libretro */ = { + E485F88C4E824C3786D33D9F /* Resources */ = { isa = PBXGroup; children = ( - FDE434B11552437DA6823461 /* "\"$(SRCROOT)/flycast/shell/libretro/LogManager.cpp \"" */, - 9A6080BCCECD4277AEEE1293 /* "\"$(SRCROOT)/flycast/shell/libretro/LogManager.h \"" */, - 60C3C3FA89DA4CE592DD087A /* "\"$(SRCROOT)/flycast/shell/libretro/audiostream.cpp \"" */, - 417CAAEE5DCD482E9A972897 /* "\"$(SRCROOT)/flycast/shell/libretro/keyboard_map.h \"" */, - 33FA522638A94273A86B2D66 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro.cpp \"" */, - C4DCA2309EC54980A955FCA4 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_option_defines.h \"" */, - C322A20361844A4EAD96E60E /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_options.h \"" */, - B7600F5DE8764BC4A01C74E0 /* "\"$(SRCROOT)/flycast/shell/libretro/libretro_core_options_intl.h \"" */, - D9CC47250394432CA8290939 /* "\"$(SRCROOT)/flycast/shell/libretro/option.cpp \"" */, - 8F3AE314665E46289A55DFF9 /* "\"$(SRCROOT)/flycast/shell/libretro/oslib.cpp \"" */, - 76F67110EA3A437A85726D05 /* "\"$(SRCROOT)/flycast/shell/libretro/oslib_apple.mm \"" */, - 0017E7C119CB44449CF11D37 /* "\"$(SRCROOT)/flycast/shell/libretro/vmu_xhair.cpp \"" */, + 904B0199E5F14685AC1535F7 /* Info.plist */, ); - name = libretro; + name = Resources; sourceTree = ""; }; - EDDDA29D6C46474783CBD6C4 /* dyna */ = { + E50B86A1C1D04BC0B929C700 /* distcheck */ = { isa = PBXGroup; children = ( - 3649FD6B62E64A8FB02AF4C7 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/blockmanager.cpp \"" */, - 18C1B01BB4C6452894471DD1 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/blockmanager.h \"" */, - CEB8B89373424E79A7BA5F25 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder.cpp \"" */, - 48B58E302C2540C5AEB7EEBB /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder.h \"" */, - 3B4FBF0AB91944D7B056868C /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder_opcodes.h \"" */, - B24FB40403B84F75B5235D3F /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/driver.cpp \"" */, - A45EA5D2C2A942F6A868040D /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ngen.h \"" */, - 7526C70A883747EBB6B723E7 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil.cpp \"" */, - 21EF14F941E241B88C454C0D /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil.h \"" */, - 713B5B8B56F54962ABF1A66B /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil_canonical.h \"" */, - 288D2FCD502B4E81A780A4C8 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa.cpp \"" */, - 2948D373DDE1467CB453CF80 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa.h \"" */, - 3C3EA193DF5249FCBF2A5C81 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa_regalloc.h \"" */, + BF9351E79F3B4365A03D1EB0 /* CMake Rules */, + 11D3316962704B94A87E4EED /* CMakeLists.txt */, ); - name = dyna; + name = distcheck; sourceTree = ""; }; - EF9E0731742F4840AF7EF57A /* lua */ = { + E5134C3D5EEC445E8A0E98C8 /* lzma */ = { isa = PBXGroup; children = ( - B93C3E83C5954D438D28867A /* "\"$(SRCROOT)/flycast/core/lua/lua.cpp \"" */, - 7AA71C00C3454AB399DC83E8 /* "\"$(SRCROOT)/flycast/core/lua/lua.h \"" */, + 9DF24BB82ACA4AA3AE41A4E0 /* Header Files */, + 57432725933B4E2891CF4FF5 /* Source Files */, + E849A83252B2433FB131ECAC /* Resources */, + F7CE20566FCB4BDCA3CAD445 /* CMakeLists.txt */, ); - name = lua; + name = lzma; sourceTree = ""; }; - F0EAF141E56F444685A602C6 /* aarch64 */ = { - isa = PBXGroup; - children = ( - 8AB8F5BE0D844C36A81EF515 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/abi-aarch64.h \"" */, - ABE5CFF92F2B495F9DF02DED /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/assembler-aarch64.cc \"" */, - C56EB6F0FEC9485083427777 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/assembler-aarch64.h \"" */, - 14155E6F99414C278EB49FD9 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/constants-aarch64.h \"" */, - 9EABEC65F2D34A65920EE82A /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-aarch64.cc \"" */, - D26F7DF7A5F74366BA6C1D82 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-aarch64.h \"" */, - 1BF82552429A40449F9CC32C /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-features-auditor-aarch64.cc \"" */, - 735A110B9613464BACC1FA43 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-features-auditor-aarch64.h \"" */, - E587A7AFB24543128EED6820 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/decoder-aarch64.cc \"" */, - AEDA8BEC1B834FD599CEA808 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/decoder-aarch64.h \"" */, - D869CC2B6D2B41FFB5FFA5C9 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/disasm-aarch64.cc \"" */, - FB3FA39CD22E4D8DAA6F5CE0 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/disasm-aarch64.h \"" */, - 9EA8AC1CED2A418F930A4CA8 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instructions-aarch64.cc \"" */, - 8F10E26B192D45669C138B2D /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instructions-aarch64.h \"" */, - 519C2EA371384D02A3031867 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instrument-aarch64.cc \"" */, - 943417E9AE6142EDBB5810E1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instrument-aarch64.h \"" */, - 75A64862E08E437988E278A4 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/logic-aarch64.cc \"" */, - 1024DDED6B9D46E697C2ACDC /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/macro-assembler-aarch64.cc \"" */, - DDDC1825992C4056B3887024 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/macro-assembler-aarch64.h \"" */, - 2BA69CD156A1476889C16DD1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/operands-aarch64.cc \"" */, - D11DAD0EFF2A4214810335FF /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/operands-aarch64.h \"" */, - 0109862131F240E18D36C1E4 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/pointer-auth-aarch64.cc \"" */, - DD64DCA7C9924021B39E4ABC /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-aarch64.cc \"" */, - F40C8F9C33584A53AE49BA4B /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-aarch64.h \"" */, - ADBFBDE85E6542AD9EDA439F /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-constants-aarch64.h \"" */, + E5C4D5FA7F8D4C68875BB276 /* Resources */ = { + isa = PBXGroup; + children = ( + B511D144AF5C4F90AEE519A1 /* Info.plist */, ); - name = aarch64; + name = Resources; sourceTree = ""; }; - F2C7148491584706AD376F4F /* SPIRV */ = { + E5F7AD625DA04EFCB11C9E99 /* Resources */ = { isa = PBXGroup; children = ( - B88B2C10DE8C4577ACE652AF /* Source Files */, - 2623D15AEED148DAB1ECC0B6 /* Header Files */, - 0A92F2DA9ADC464E97A7ED89 /* Resources */, - AE33F66342CE4A769D1F872B /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/CMakeLists.txt \"" */, + A220005E6E2A450880F4BC57 /* Info.plist */, ); - name = SPIRV; + name = Resources; sourceTree = ""; }; - F5A60978245B4AC7B63D37F8 /* Header Files */ = { + E64AE95AC5294CA192D3D2E7 /* Resources */ = { isa = PBXGroup; children = ( - AD7C3885EF334465B527B50F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/7zTypes.h \"" */, - 49AAC7A2E56043F4898D65E3 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Alloc.h \"" */, - B8891B0C1EA3477F96120970 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Bra.h \"" */, - EA20670B57204795AE353E10 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Compiler.h \"" */, - F9C80A0646A04B6797AE0002 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/CpuArch.h \"" */, - 60346021692946E397621540 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Delta.h \"" */, - 736AD80A2512482F8C49C641 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzFind.h \"" */, - 04B04A1E9BCC4E568CE3F620 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzHash.h \"" */, - 96B531FA15894D6A89B1580A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Lzma86.h \"" */, - 0318FCE1259249DC8EF307FF /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h \"" */, - D8D63DDF71F349AEB70BBC15 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h \"" */, - 01D7FF1643FF4BC7B5A9D86A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h \"" */, - CA102EB68B2842F4A03C4B58 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Precomp.h \"" */, - F1D6633F89334ECC8B9E75FC /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/include/Sort.h \"" */, + 47EAC457F5854BBB9E0BD6BC /* Info.plist */, ); - name = "Header Files"; + name = Resources; sourceTree = ""; }; - F7805BA089264CA0A20E25E7 /* flycast_libretro */ = { + E64B8FB17FC94C889CCABC11 /* holly */ = { isa = PBXGroup; children = ( - E4E7193D9A5F4C1EB047196E /* core */, - 59978AD36D1344EF97B33396 /* shell */, - 28BE8D86C8A7479AB493C9AA /* Resources */, - 63455893C28B4A65924428EB /* "\"$(SRCROOT)/flycast/CMakeLists.txt \"" */, + 30CCE0C0E89D434E843E1EA3 /* holly_intc.cpp */, + D5BB91140C734D8D9015DFA2 /* holly_intc.h */, + 406BED9A62FF4B158D66D16D /* sb.cpp */, + 61293423C9BB4338BE80CEFF /* sb.h */, + F3E2FE07D43547C3AEAEB058 /* sb_mem.cpp */, + 689559A42D0F4E77841B2F92 /* sb_mem.h */, ); - name = flycast_libretro; + name = holly; sourceTree = ""; }; - F90F7C34857048BFB2E9F6E2 /* rend */ = { + E849A83252B2433FB131ECAC /* Resources */ = { isa = PBXGroup; children = ( - A3CB5C1D69D743F6BF6921C9 /* norend */, - C720E289BA334BA68AC82AAF /* vulkan */, - 2FBFE638279E49CF99494C78 /* "\"$(SRCROOT)/flycast/core/rend/CustomTexture.cpp \"" */, - FD737F7198564521B0BEDF66 /* "\"$(SRCROOT)/flycast/core/rend/CustomTexture.h \"" */, - A485E01D6133406382A90E21 /* "\"$(SRCROOT)/flycast/core/rend/TexCache.cpp \"" */, - 957F9A175F434AAEBEA113E1 /* "\"$(SRCROOT)/flycast/core/rend/TexCache.h \"" */, - BA42F9341D5845E1A4C10BFF /* "\"$(SRCROOT)/flycast/core/rend/osd.cpp \"" */, - EA66F3F6370249D4815E0E02 /* "\"$(SRCROOT)/flycast/core/rend/osd.h \"" */, - 172612F1CA4B4AD097FDDE70 /* "\"$(SRCROOT)/flycast/core/rend/sorter.cpp \"" */, - 8B25B4B2560D4A889034EBA6 /* "\"$(SRCROOT)/flycast/core/rend/sorter.h \"" */, - F72DDB7663694792BA91CEC5 /* "\"$(SRCROOT)/flycast/core/rend/tileclip.h \"" */, + 68BD77B8E57A4B1685D98549 /* Info.plist */, ); - name = rend; + name = Resources; sourceTree = ""; }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 1B6D1D7E89C9A43F8E1A70B4 /* lzma */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1AEC3D87AA234BA695AEB21D /* Build configuration list for PBXNativeTarget "lzma" */; - buildPhases = ( - 64512D36E3A841AE9A0E2C31 /* Sources */, - 4EF19FD358EE436B8431228C /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( + EECF6A234A2E4496969F1CB7 /* Resources */ = { + isa = PBXGroup; + children = ( + 07421FC6B620463CB1E1CD9A /* Info.plist */, ); - name = lzma; - productName = lzma; - productReference = 0F03D5BAC77F44C58DC8D64F /* lzma */; - productType = "com.apple.product-type.library.static"; + name = Resources; + sourceTree = ""; }; - 306475C933CD35C79B855AD1 /* chdr-static */ = { - isa = PBXNativeTarget; - buildConfigurationList = 53F6EF44FE4C4DB0A653D1C0 /* Build configuration list for PBXNativeTarget "chdr-static" */; - buildPhases = ( - 8C62CB9EDD354812AFFF8816 /* Sources */, - 954803311B25496BADB719F9 /* Frameworks */, + F2D5227D64A74ECFBCAF4804 /* Resources */ = { + isa = PBXGroup; + children = ( + A4FCD08D16ED437A9AC85FA5 /* Info.plist */, ); - buildRules = ( + name = Resources; + sourceTree = ""; + }; + F403E3D4FE604ACA87912E00 /* Header Files */ = { + isa = PBXGroup; + children = ( + A0C5DE63EDCD4CE384BC695D /* allocations.h */, + C8BF2859245E493ABDF4F17C /* bits.h */, + 6DD92643CEB0431F855CDF70 /* bitstream.h */, + 93454251A832451DB122574E /* compiler.h */, + 4BF0E6B97323446D91BA1FCF /* cpu.h */, + 3993EB4A0D1A40A181A97C1D /* debug.h */, + FBB7E60BBECD45139655AFCF /* error_private.h */, + 7D78580DE1074E50BF7882BD /* fse.h */, + 93CAE63916E2402C8E1F75EF /* huf.h */, + CB474CDB0C744BF99098A507 /* mem.h */, + 1E4B50E25AF24D31B8E00F1C /* pool.h */, + 8A76F70B7C6B4C7FAB1274F9 /* portability_macros.h */, + 1859EC20954649C7ACF4CB59 /* threading.h */, + 37D1CD49E9654B1E8C66129D /* xxhash.h */, + A64A6575A981426FB3CF2111 /* zstd_deps.h */, + BBBD30E7FE644BFBB8AC3D32 /* zstd_internal.h */, + CDE141C539DD461B84022350 /* zstd_trace.h */, + A1B85F54EF014BA8A5AA0480 /* clevels.h */, + 4DC6425AD7D24F6BB3E69BE2 /* hist.h */, + F39E4F93152443CD84F042DA /* zstd_compress_internal.h */, + 0134123C9AFF4357A94A3957 /* zstd_compress_literals.h */, + 15EB74DDC71E4CDFBF8AB14F /* zstd_compress_sequences.h */, + FF3CA8F4C5B14486966A5F1A /* zstd_compress_superblock.h */, + 1039593E13FE44428B3BCD64 /* zstd_cwksp.h */, + C87C2F1EB4824DC0873C31C7 /* zstd_double_fast.h */, + 16582B3025284F61937A5BE0 /* zstd_fast.h */, + 176CE8EB17C44AEF9A7C3DFC /* zstd_lazy.h */, + 7177CE1DE5114AE2914500F3 /* zstd_ldm.h */, + 27FD69054AAC4F73AE178A96 /* zstd_ldm_geartab.h */, + 048184E9F62946D786A601F7 /* zstd_opt.h */, + 71EE71B07B5847FD82675ABB /* zstdmt_compress.h */, + 9282A6196914424481D21F27 /* zstd_ddict.h */, + 9745370DC37443BBA22D18CD /* zstd_decompress_block.h */, + A453F025977147689F6A44DD /* zstd_decompress_internal.h */, + F40A30173FC24EC7A6955F64 /* cover.h */, + 4867EDB201CE48669EA81442 /* divsufsort.h */, + FBCD9A8920B24C51BA90FB67 /* zdict.h */, + 5CAE808B5CF3434990CC293E /* zstd.h */, + 0509325ECD4B4D1FA4EF1173 /* zstd_errors.h */, ); - dependencies = ( - E717A749BECD4430A776401E /* PBXTargetDependency */, - 996B6F18323C429B8D339A2D /* PBXTargetDependency */, + name = "Header Files"; + sourceTree = ""; + }; + F59660091F1F4EECB5A73828 /* rend */ = { + isa = PBXGroup; + children = ( + D279A5B06EFF45CEB6A70BF3 /* norend */, + C234688685974D32ACE87909 /* vulkan */, + B9F4F26C6C734AF9B56FECBD /* CustomTexture.cpp */, + CA73C0C9A682495DA02DC596 /* CustomTexture.h */, + 6B40D34B678B4D4D8AC98E64 /* TexCache.cpp */, + 085B623F683A4FAE8079ED2D /* TexCache.h */, + 817BD2A954594D7B9939F36D /* osd.cpp */, + C534AE40F8174AA190BC1852 /* osd.h */, + 531E39FB11AE4B0FBB29326E /* sorter.cpp */, + 644636FE49D04422B28956D0 /* sorter.h */, + 6BC0B99222C8401CB88355A9 /* texconv.cpp */, + 0D381544CCCA47568DDF6CB5 /* texconv.h */, + 4EC5BECA31F444F6B0E39277 /* tileclip.h */, ); - name = "chdr-static"; - productName = "chdr-static"; - productReference = 38DAB81F89EA4C36B7BF3E18 /* chdr-static */; - productType = "com.apple.product-type.library.static"; + name = rend; + sourceTree = ""; }; - 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */ = { - isa = PBXNativeTarget; - buildConfigurationList = FD6814B1E1F746E19C5BC4F4 /* Build configuration list for PBXNativeTarget "libminiupnpc-static" */; - buildPhases = ( - 9A6A2683731E487ABEB5A89E /* Sources */, - B1B8021FB6B34E0685C69593 /* Frameworks */, + F60179A9C94F4D3DB83FDF2A /* rec-ARM64 */ = { + isa = PBXGroup; + children = ( + 32F4CC7277A44C56BDAC7AC2 /* arm64_regalloc.h */, + 25EC182EFFA64DEBA18B5108 /* rec_arm64.cpp */, ); - buildRules = ( + name = "rec-ARM64"; + sourceTree = ""; + }; + F8AA37DED5EE495E8C875A42 /* achievements */ = { + isa = PBXGroup; + children = ( + F716C5F851B6440A90E37BC0 /* achievements.cpp */, + E62DDE60CCCD4AC59A7B3F3A /* achievements.h */, + ); + name = achievements; + sourceTree = ""; + }; + F9735FFFDF4F4011BF44492E /* vixl */ = { + isa = PBXGroup; + children = ( + 874590A66D344DB3B5A0F4BE /* aarch64 */, + BD7DFE18D59643AAA7BCF263 /* assembler-base-vixl.h */, + 8D00993191934995A56279AC /* code-buffer-vixl.cc */, + 3FA04AE4C7D64253AE4E3FC8 /* code-buffer-vixl.h */, + C6EBE38397334E73B2AF2C47 /* code-generation-scopes-vixl.h */, + F6BEFB9302904ACDB4CBE560 /* compiler-intrinsics-vixl.cc */, + 2AAC504D649E4F0D9EA61348 /* compiler-intrinsics-vixl.h */, + EF116F763B0948A4840F68B0 /* cpu-features.cc */, + 1755E372E6E2480AACB62BC3 /* cpu-features.h */, + 13EED016E06245778FC323BD /* globals-vixl.h */, + 55BD30C4327741C590795139 /* invalset-vixl.h */, + AB9F3FBC420D45E8B7F4BE49 /* macro-assembler-interface.h */, + 68062485C08243D588DE3898 /* platform-vixl.h */, + A476A5C8BB8A46F7B95A6371 /* pool-manager-impl.h */, + 901457A048A64AF388961FFB /* pool-manager.h */, + 50D446ADDFB6470493D7D4DB /* utils-vixl.cc */, + 6128F2DEEC0E4B449BA39D45 /* utils-vixl.h */, + ); + name = vixl; + sourceTree = ""; + }; + FAAE025B525248CBB8B6C7BE /* GenericCodeGen */ = { + isa = PBXGroup; + children = ( + E0942D90283649619837901C /* Source Files */, + E64AE95AC5294CA192D3D2E7 /* Resources */, + D33E5F82666E4FA58301F60C /* CMakeLists.txt */, + ); + name = GenericCodeGen; + sourceTree = ""; + }; + FAB4EB6F41CB47878F20C161 /* Header Files */ = { + isa = PBXGroup; + children = ( + 285BBDFCD1624E9A9207E1BE /* args.hpp */, + A6EB5EF145C745B58AE5E732 /* config.hpp */, + EAB44D241002415FAE4265CC /* convert.hpp */, + A4BE302DC22142B18E8665FD /* cstdio.hpp */, + 2E36218583BE4D9A9C362512 /* cstdlib.hpp */, + E5131F214CD34B31ADDC64A2 /* convert.hpp */, + BCBD0FB52EA84BB38D830227 /* is_path.hpp */, + ACF2B2AE30A546849B597F3E /* is_string_container.hpp */, + A2D705D9237747D2A02D5ABF /* utf.hpp */, + C699F39F391F458883BD851A /* filebuf.hpp */, + 5FC502CFA78147E78049C5B6 /* filesystem.hpp */, + 20FD009E5F904660B51E7CA3 /* fstream.hpp */, + A455389E2B294ED1BC3D9920 /* iostream.hpp */, + 6EFFEC76E5FC48F08E7A4A57 /* quoted.hpp */, + FDCC8601D16B434C8EF20084 /* replacement.hpp */, + 3C32B2E05BC245AAB98D7D3B /* stackstring.hpp */, + 5D36832FC77E4278A2C6485C /* stat.hpp */, + DD5C29D0A5E241F1A81B07FB /* convert.hpp */, + 1E579AC8ECD045858EB3AE04 /* utf.hpp */, + AAD13BFA3EE64870BC6A640B /* utf8_codecvt.hpp */, + D0C2F15FC08B49CA89148EB4 /* windows.hpp */, + ); + name = "Header Files"; + sourceTree = ""; + }; + FE8E0B6FBF5446FAB75C9ACD /* Header Files */ = { + isa = PBXGroup; + children = ( + 544A14A92178490BA3636059 /* Initialize.h */, + A93814E46759401DA934EE7A /* LiveTraverser.h */, + 3994E2642BC64CC5BBB23AAC /* ParseHelper.h */, + FA919FE9977A4AAD8480468C /* RemoveTree.h */, + 91BD3DD31D654D9DB20BBEA7 /* Scan.h */, + 0CA5E432881D4DE289DED4D8 /* ScanContext.h */, + 266BBE6968004EAF803FB07E /* SymbolTable.h */, + EA0778699FB04FC6944F923D /* Versions.h */, + C0D1B764948F4970B0F4BCE1 /* attribute.h */, + 9469854725044D1795999787 /* gl_types.h */, + 130533F96BC2451B852227B7 /* glslang_tab.cpp.h */, + F116249AFE9D4A5FAB755603 /* iomapper.h */, + A70ED6B4934C4085B86CBBFF /* localintermediate.h */, + F99CB76BD31F4F8D89A362E0 /* parseVersions.h */, + 30F31C5AD2334480BA49D8FC /* PpContext.h */, + C61730E6621F4B4090CAC906 /* PpTokens.h */, + F30A0BB5025A4E0999205405 /* propagateNoContraction.h */, + 3CD43F84EC0F4F548D458ECB /* reflection.h */, + ); + name = "Header Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 306475C933CD35C79B855AD1 /* chdr-static */ = { + isa = PBXNativeTarget; + buildConfigurationList = 21000C2492444AAA893A96C1 /* Build configuration list for PBXNativeTarget "chdr-static" */; + buildPhases = ( + 84A3FEA1208440C79745947A /* Sources */, + F57AB24E25E9423A876D4D8B /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 5C1E17B599784679985615E5 /* PBXTargetDependency */, + 554B55E4C75B49B687EC133B /* PBXTargetDependency */, + ); + name = "chdr-static"; + productName = "chdr-static"; + productReference = F56F1CC956884C8DB5467219 /* libchdr-static.a */; + productType = "com.apple.product-type.library.static"; + }; + 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */ = { + isa = PBXNativeTarget; + buildConfigurationList = B3452687D5484B989C3E575F /* Build configuration list for PBXNativeTarget "libminiupnpc-static" */; + buildPhases = ( + 4E7E426A89CB488C8516CB43 /* Sources */, + 0EE324676BF247DB870C496A /* Frameworks */, + ); + buildRules = ( ); dependencies = ( ); name = "libminiupnpc-static"; productName = "libminiupnpc-static"; - productReference = 2D50E8D58C044B92B1949960 /* libminiupnpc-static */; + productReference = D67FFCB6482B4F57A3EC0865 /* libminiupnpc.a */; productType = "com.apple.product-type.library.static"; }; 3DF5E4E531F161AA21EF248A /* flycast_libretro */ = { isa = PBXNativeTarget; - buildConfigurationList = EF43B6616C534910A24694D8 /* Build configuration list for PBXNativeTarget "flycast_libretro" */; + buildConfigurationList = 1FAC4637800B40D49A541077 /* Build configuration list for PBXNativeTarget "flycast_libretro" */; buildPhases = ( - 612FD4A5C1624ED9BF285AD6 /* Sources */, - F5F7FE6805E845FBBB1EFEAD /* Frameworks */, + 8FEA375072544E3E9FA71EE5 /* Sources */, + 2363E24BA4D84AC395A79DE4 /* Frameworks */, 1A67866291F07DBEF7B37E6F /* CMake PostBuild Rules */, ); buildRules = ( ); dependencies = ( - E889DA6738B14D9398A78C80 /* PBXTargetDependency */, - 56B9DA4A975C49E5A81C3C6B /* PBXTargetDependency */, - 13C4E4BC4AE94A709D098850 /* PBXTargetDependency */, - D2A2EB175A3D4FB1BC7FEEBD /* PBXTargetDependency */, - B3131F3746444060BF499A0A /* PBXTargetDependency */, - C2606C3B5938499882FCD0D7 /* PBXTargetDependency */, - 4FB05AB20FDE4954B609A01E /* PBXTargetDependency */, - 3358285717A0455590CAC733 /* PBXTargetDependency */, - 344E3A3F7B964B13A876CAE3 /* PBXTargetDependency */, - 0175C3021F9640658AF0170D /* PBXTargetDependency */, - B12A8BFFABF14A369C4F367C /* PBXTargetDependency */, - 43650FCEBCD74F22A7175297 /* PBXTargetDependency */, - E57CDEC573BE43768121C3FE /* PBXTargetDependency */, - E077580FBECD4D47A018623D /* PBXTargetDependency */, - 05C8E85EEDC345C9A549691A /* PBXTargetDependency */, - 3DA09C213E494F809118095C /* PBXTargetDependency */, + 041D17BA23A14E279CF2854F /* PBXTargetDependency */, + B1EB4F15E19140EDAAEBBAE2 /* PBXTargetDependency */, + 9DF25AEF1D86454C80EA123E /* PBXTargetDependency */, + C685F94DAB3B49E4A765C914 /* PBXTargetDependency */, + 204E998B42E346CA8EAAEA31 /* PBXTargetDependency */, + 27DB55FB610A426EA76FB828 /* PBXTargetDependency */, + 39CB01A8E77141F7A9B10A31 /* PBXTargetDependency */, + 974F1D9E37A34B1E94C1F320 /* PBXTargetDependency */, + C212AE768BE14F129D49D02B /* PBXTargetDependency */, + 14264C4ABC8C4383AE562BC1 /* PBXTargetDependency */, + FD9CA1DB4931443CA55CE4FB /* PBXTargetDependency */, + E4701EA75E374182AE59DA4A /* PBXTargetDependency */, + A9BBC97AC9764C769BFB1959 /* PBXTargetDependency */, + 601ECC72121A461DA9B106C6 /* PBXTargetDependency */, + 4E88FD2A19114F9397173D46 /* PBXTargetDependency */, + B387045D2D2C68A300D541F1 /* PBXTargetDependency */, + B38704602D2C68A300D541F1 /* PBXTargetDependency */, + B38704632D2C68A300D541F1 /* PBXTargetDependency */, + B38704662D2C68A300D541F1 /* PBXTargetDependency */, + B38704692D2C68A300D541F1 /* PBXTargetDependency */, + B387046C2D2C68A300D541F1 /* PBXTargetDependency */, + B387046F2D2C68A300D541F1 /* PBXTargetDependency */, + B38704722D2C68A300D541F1 /* PBXTargetDependency */, + B38704752D2C68A300D541F1 /* PBXTargetDependency */, + B38704782D2C68A300D541F1 /* PBXTargetDependency */, + B387047B2D2C68A300D541F1 /* PBXTargetDependency */, + B387047E2D2C68A300D541F1 /* PBXTargetDependency */, + B38704812D2C68A300D541F1 /* PBXTargetDependency */, + B38704842D2C68A300D541F1 /* PBXTargetDependency */, + B38704872D2C68A300D541F1 /* PBXTargetDependency */, + B387048A2D2C68A300D541F1 /* PBXTargetDependency */, + B387048D2D2C68A300D541F1 /* PBXTargetDependency */, ); name = flycast_libretro; productName = flycast_libretro; - productReference = B36D9A5BCF1949CB9C976566 /* flycast_libretro */; - productType = "com.apple.product-type.library.dynamic"; + productReference = 54E85F9412414595B4C622AD /* libflycast_libretro.a */; + productType = "com.apple.product-type.library.static"; }; - 470865334B5B576275C5112C /* glslang-default-resource-limits */ = { + 419CF4A61CD3DDB0D3BD2ED2 /* lzma */ = { isa = PBXNativeTarget; - buildConfigurationList = 241E5319CCA6406888BBA256 /* Build configuration list for PBXNativeTarget "glslang-default-resource-limits" */; + buildConfigurationList = 29D959B73597440F9CCBA533 /* Build configuration list for PBXNativeTarget "lzma" */; buildPhases = ( - 9BF2B8DB31374421968BC656 /* Sources */, - AAAE31F293F2455D8848EA7B /* Frameworks */, + 265E8FE9F5A646B0ABECB7FC /* Sources */, + 71DB4B72088C413DB04A1221 /* Frameworks */, ); buildRules = ( ); dependencies = ( ); - name = "glslang-default-resource-limits"; - productName = "glslang-default-resource-limits"; - productReference = 2D6AE87F5CE8439BB6087A9E /* glslang-default-resource-limits */; + name = lzma; + productName = lzma; + productReference = D122B6EC5D784A69A08E9E78 /* liblzma.a */; productType = "com.apple.product-type.library.static"; }; - 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */ = { + 470865334B5B576275C5112C /* glslang-default-resource-limits */ = { isa = PBXNativeTarget; - buildConfigurationList = 65A7E7DA3E91431DA26AF8A8 /* Build configuration list for PBXNativeTarget "GenericCodeGen" */; + buildConfigurationList = A09E1071A5DC483AA4798F25 /* Build configuration list for PBXNativeTarget "glslang-default-resource-limits" */; buildPhases = ( - 9BE99C7DAC9D4BAF92703A4C /* Sources */, - F3EA850708B943B182340C29 /* Frameworks */, + 8267595DE10A4B3F8AAFC02C /* Sources */, + 95C40DE4035E48179F81F4FE /* Frameworks */, ); buildRules = ( ); dependencies = ( ); - name = GenericCodeGen; - productName = GenericCodeGen; - productReference = 91F0CC24EF8E41ECA9016537 /* GenericCodeGen */; + name = "glslang-default-resource-limits"; + productName = "glslang-default-resource-limits"; + productReference = B7A6C6AD540548A09CEB2D62 /* libglslang-default-resource-limits.a */; productType = "com.apple.product-type.library.static"; }; - 6A02EEB9AF975E98F1163ADB /* chdr-benchmark */ = { + 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */ = { isa = PBXNativeTarget; - buildConfigurationList = 913F6D955E5A459E926C58CA /* Build configuration list for PBXNativeTarget "chdr-benchmark" */; + buildConfigurationList = F9B120D10D804424947C8BFB /* Build configuration list for PBXNativeTarget "GenericCodeGen" */; buildPhases = ( - 4FF65BE5763446D883180451 /* Sources */, - 6CD254CB87C940BF91921897 /* Frameworks */, + CDE711ADAFEA4E1FABB87C2C /* Sources */, + AC2346DAB5CD4536ACC14507 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 22FC73AADD0B433C83064A9F /* PBXTargetDependency */, - 5231A0BC98F64DE59ABAD7A4 /* PBXTargetDependency */, - 8B3349E183204BB0B5D3E407 /* PBXTargetDependency */, ); - name = "chdr-benchmark"; - productName = "chdr-benchmark"; - productReference = 8FEC114D03594F9984FFDD17 /* chdr-benchmark */; - productType = "com.apple.product-type.application"; + name = GenericCodeGen; + productName = GenericCodeGen; + productReference = DE240008733848C28F9F85EB /* libGenericCodeGen.a */; + productType = "com.apple.product-type.library.static"; }; 6CDAF4B90E38082DCB99A331 /* MachineIndependent */ = { isa = PBXNativeTarget; - buildConfigurationList = 8C3864F370E84738BFA2202E /* Build configuration list for PBXNativeTarget "MachineIndependent" */; + buildConfigurationList = B7DEBD584307469CB916C7E9 /* Build configuration list for PBXNativeTarget "MachineIndependent" */; buildPhases = ( - 9D42A2B3BC924322A1ABB4FF /* Sources */, - 0AC8300999CF435196A47C3A /* Frameworks */, + 3FBD7BCD660346B19A11AC9F /* Sources */, + 4AF5E62696F14DAEBF20B7D0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 25B71A18EE65420DBA81874D /* PBXTargetDependency */, - 3FCDE0275B9D49F3BFC7FB71 /* PBXTargetDependency */, - D3A0BB3C34034EB69C192D5B /* PBXTargetDependency */, + 917F1A4612664068AD150612 /* PBXTargetDependency */, + 91B35ADBE4EB4E878E991D32 /* PBXTargetDependency */, + 1A365F6C66BB4F6C9D06B81C /* PBXTargetDependency */, ); name = MachineIndependent; productName = MachineIndependent; - productReference = 4D4DB0B659FB4DC7897D0E3B /* MachineIndependent */; + productReference = 7BC99028AE9C4EF9A81882BA /* libMachineIndependent.a */; productType = "com.apple.product-type.library.static"; }; 7AA1697EDEC0ABD31E514DBF /* zip */ = { isa = PBXNativeTarget; - buildConfigurationList = BA40A69FB5274522B4066D67 /* Build configuration list for PBXNativeTarget "zip" */; + buildConfigurationList = 3A4E8122FE8F40BEB506E3A7 /* Build configuration list for PBXNativeTarget "zip" */; buildPhases = ( - D13239B3A3AE4AEE8AEC4097 /* Sources */, - 5AC0330918284743A88184FA /* Frameworks */, + 8102713A85504CFFE65706DD /* Generate core/deps/libzip/lib/zip_err_str.c */, + 774A2404C0D84B718F86026B /* Sources */, + 7F0368A0CD4C431CAE40CEF0 /* Frameworks */, ); buildRules = ( ); @@ -4271,35 +4299,51 @@ ); name = zip; productName = zip; - productReference = D160102EFC234C7AA11FF5A6 /* zip */; + productReference = 31DA1C61E0264BA498F8170B /* libzip.a */; productType = "com.apple.product-type.library.static"; }; 7D9BA18AFAC54B79E83F387A /* glslang */ = { isa = PBXNativeTarget; - buildConfigurationList = C1DD3A24B9A6490E81EFC823 /* Build configuration list for PBXNativeTarget "glslang" */; + buildConfigurationList = 3B82DFD6AB5A42999F3F2526 /* Build configuration list for PBXNativeTarget "glslang" */; buildPhases = ( - 3FC507B338ED421F9AE7166A /* Sources */, - 4B32D5ABD6D446C2AA829F6D /* Frameworks */, + DC9E87380C3647DC89146FA2 /* Sources */, + B111713FE95848C78F76A1D1 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 93FB7120CD8E4581BA6C0329 /* PBXTargetDependency */, - 09C28854E79645F083508D2A /* PBXTargetDependency */, - 9FE744F31F9E452584DAC3AA /* PBXTargetDependency */, - 90F90993740C4E109B4A96DF /* PBXTargetDependency */, + 94E25AC3DA394F599A9AD6B3 /* PBXTargetDependency */, + E4CD00E7FC394B95937778A7 /* PBXTargetDependency */, + A2547A7474644C6DA5CE4CFA /* PBXTargetDependency */, + 1BE98B59FE4942A38318614D /* PBXTargetDependency */, ); name = glslang; productName = glslang; - productReference = 466BC736513A411DBB5ACC65 /* glslang */; + productReference = CCF061C328F248229AC9B47F /* libglslang.a */; + productType = "com.apple.product-type.library.static"; + }; + 807E5D4C084C756426305CD2 /* zlibstatic */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3F4AE3DDA33D44288DA537CD /* Build configuration list for PBXNativeTarget "zlibstatic" */; + buildPhases = ( + 879D2D4A19884C51A95A6408 /* Sources */, + 2F90184F3218453781178155 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = zlibstatic; + productName = zlibstatic; + productReference = DDFE89524222472F8BDB2A41 /* libz.a */; productType = "com.apple.product-type.library.static"; }; 836E04CDA84A7B69A8D9114F /* OGLCompiler */ = { isa = PBXNativeTarget; - buildConfigurationList = AE82F330C93C437B9955D388 /* Build configuration list for PBXNativeTarget "OGLCompiler" */; + buildConfigurationList = C88266B4160E4A3496CBB730 /* Build configuration list for PBXNativeTarget "OGLCompiler" */; buildPhases = ( - 7E574580D8A04D769BC75167 /* Sources */, - FB32CA2D2CC94CF8BB223D25 /* Frameworks */, + D857B98A4C5849BB8A4373DA /* Sources */, + A914E8C8CC4540BD915B319C /* Frameworks */, ); buildRules = ( ); @@ -4307,32 +4351,32 @@ ); name = OGLCompiler; productName = OGLCompiler; - productReference = 56509F1E736749EEB4BA8BAD /* OGLCompiler */; + productReference = 76FA09F0CCB14747A0E4EBD9 /* libOGLCompiler.a */; productType = "com.apple.product-type.library.static"; }; 88B439CC67367559065A97C9 /* SPIRV */ = { isa = PBXNativeTarget; - buildConfigurationList = 34A7E6AF196E4974A1DDCCC1 /* Build configuration list for PBXNativeTarget "SPIRV" */; + buildConfigurationList = 2961BD2781084AECBC68C289 /* Build configuration list for PBXNativeTarget "SPIRV" */; buildPhases = ( - 60B95A25F77249A398353559 /* Sources */, - 27507BAE53AA481185FCFAAC /* Frameworks */, + 49967ABD2A1A4446BFA2A3DF /* Sources */, + 0FD08D12799C4D799FAF7B2A /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7CC8B9D8BE29469885BAF24D /* PBXTargetDependency */, - DA7B5404A94C4F12BCA5A858 /* PBXTargetDependency */, - ABC12C0057284C5FA5ED980E /* PBXTargetDependency */, - 63610D4AE13D402C8457CE73 /* PBXTargetDependency */, + 44EB32F7EA284721AD095801 /* PBXTargetDependency */, + EF1957B263914964AEE1B448 /* PBXTargetDependency */, + 0114887692E143AA92883C0B /* PBXTargetDependency */, + F862D62A61B54FA6B7554B2A /* PBXTargetDependency */, ); name = SPIRV; productName = SPIRV; - productReference = 2A09571E2C15463DA55ACEBE /* SPIRV */; + productReference = 83B05F5F3E3249078E4748DF /* libSPIRV.a */; productType = "com.apple.product-type.library.static"; }; 9F950CE96165E7831EF3BD4E /* flycast-resources */ = { isa = PBXNativeTarget; - buildConfigurationList = 2EDE737E9CBD491FA80832DB /* Build configuration list for PBXNativeTarget "flycast-resources" */; + buildConfigurationList = 62B188E4EB994101AA0C22AB /* Build configuration list for PBXNativeTarget "flycast-resources" */; buildPhases = ( B06663B8FD5B0C8011282BD2 /* Generate __cmrc_flycast-resources/lib.cpp */, FCF17FE499F57951259EE25E /* Generate __cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp */, @@ -4350,78 +4394,83 @@ 4CB76AB098B47014BF428B58 /* Generate __cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp */, A7BDB95EC03BA3CC9705ADAC /* Generate __cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp */, 9C61845021BF30A97B5ECEE2 /* Generate __cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp */, - 671FFBC07BEDDF79ACB573DF /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp */, - FEB4E33D43CF934F5DDC959B /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp */, - CA14B90844A45CCF024FF2F2 /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp */, - 2E551DBEADBFBB5E1C43445F /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp */, - C233CDD49DC6F3F0D47FFBF5 /* Generate __cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp */, - A9404E2B838F4B3F92A7C29C /* Sources */, - E0FF14D4548F4E55A43A6F1E /* Frameworks */, + 61C8293CF5832A9D7808A091 /* Generate __cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp */, + B48CFBDF260DFB6437584372 /* Generate __cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp */, + 71123FA070DCD213CD590AD1 /* Generate __cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp */, + E66174FB9428B82B5734237B /* Generate __cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp */, + 361E24A4D1E0ACB7D92B6B43 /* Generate __cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp */, + 3DBB2DA7C9939F416531F827 /* Generate __cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp */, + B8B2B14DA9BC98ABC2A36406 /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp */, + 78D41A3C5FF181CCE0B9870C /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp */, + 8A1B1F153C8F5ACF288C3F42 /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp */, + 730CFD699A920E2BAF56D6A2 /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp */, + C83766EF1370BEE0B7742877 /* Generate __cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp */, + 950099ABFF334ACD815ED956 /* Sources */, + CD233C24E60649079A07BBE3 /* Frameworks */, ); buildRules = ( ); dependencies = ( - DA621BF9A2B840DDA69C3094 /* PBXTargetDependency */, ); name = "flycast-resources"; productName = "flycast-resources"; - productReference = 1F7D962415F14F41819C92A7 /* flycast-resources */; + productReference = E1637CEA782B44D6B13E8FDC /* libflycast-resources.a */; productType = "com.apple.product-type.library.static"; }; - B128433B4CE4270EFDCFAB54 /* zlib */ = { + B752C9C7BC3D5683D01E5833 /* nowide */ = { isa = PBXNativeTarget; - buildConfigurationList = 206868FBE8A54781AA686B12 /* Build configuration list for PBXNativeTarget "zlib" */; + buildConfigurationList = 77697F92308D40B3934E14FE /* Build configuration list for PBXNativeTarget "nowide" */; buildPhases = ( - 0E7F55E95DF846329B52FAEE /* Sources */, - 411179AB3E5E436CB4A9C99B /* Frameworks */, + 26B871B0EF6C4CCAAF09EEBB /* Sources */, + 5A70E74F822948659DBFD21D /* Frameworks */, ); buildRules = ( ); dependencies = ( ); - name = zlib; - productName = zlib; - productReference = 3F4785D5FE6F4FAF8724CC9A /* zlib */; + name = nowide; + productName = nowide; + productReference = 99D29452C886444F865F9B96 /* libnowide.a */; productType = "com.apple.product-type.library.static"; }; - B752C9C7BC3D5683D01E5833 /* nowide */ = { + B83D8B7DC2C5B34A9AE28A61 /* elf */ = { isa = PBXNativeTarget; - buildConfigurationList = B3CA7363758E46ABA1196BC7 /* Build configuration list for PBXNativeTarget "nowide" */; + buildConfigurationList = 8C8D8F64B59B4F00B17E0011 /* Build configuration list for PBXNativeTarget "elf" */; buildPhases = ( - E6FC675EE0D846DBBFAF58CD /* Sources */, - F3C8657FA4D243CDAF8297B4 /* Frameworks */, + C5B82A50DB8D4B5BB8D4052B /* Sources */, + 6ED6B20A18C348328F28B288 /* Frameworks */, ); buildRules = ( ); dependencies = ( ); - name = nowide; - productName = nowide; - productReference = 4BDC132CE5BE4CBFA3BF168C /* nowide */; + name = elf; + productName = elf; + productReference = 4DC782E8045243B19FACE483 /* libelf.a */; productType = "com.apple.product-type.library.static"; }; - B83D8B7DC2C5B34A9AE28A61 /* elf */ = { + C7F71D9148762EB14071D744 /* zlib */ = { isa = PBXNativeTarget; - buildConfigurationList = C1C947E816B745F49DE4FB75 /* Build configuration list for PBXNativeTarget "elf" */; + buildConfigurationList = DEFA918C279949CD884B69F5 /* Build configuration list for PBXNativeTarget "zlib" */; buildPhases = ( - 980935C9D9914FDE8475B211 /* Sources */, - 521EEFF5DB81483C87A579D9 /* Frameworks */, + 77AFDD630707485DB2FF8E80 /* Sources */, + 513E03C1141947BD98F7EEA6 /* Frameworks */, ); buildRules = ( ); dependencies = ( ); - name = elf; - productName = elf; - productReference = C87FDAB3B96049D99545ED93 /* elf */; + name = zlib; + productName = zlib; + productReference = 2149459752614533A714658F /* z.1.3.1.dylib */; productType = "com.apple.product-type.library.static"; }; D42CDA670F6D1EB800AEA1E4 /* OSDependent */ = { isa = PBXNativeTarget; - buildConfigurationList = 3D5C2DD0CA0440FC9D51CC74 /* Build configuration list for PBXNativeTarget "OSDependent" */; + buildConfigurationList = 29C627E024474E1898CEF517 /* Build configuration list for PBXNativeTarget "OSDependent" */; buildPhases = ( - 515023BE4E054F1E9637A9D1 /* Sources */, - 6AB2A0F70D8A4FDC96EBFEAC /* Frameworks */, + 6003EED8334949348A8F15A9 /* Sources */, + 19118A6C12E64C238CA1D342 /* Frameworks */, ); buildRules = ( ); @@ -4429,15 +4478,15 @@ ); name = OSDependent; productName = OSDependent; - productReference = 9AA1F89986BC4DF48587ADC0 /* OSDependent */; + productReference = 4ABDB7F3EEFC4F879F3B0600 /* libOSDependent.a */; productType = "com.apple.product-type.library.static"; }; D59F45CAF99423BB160B8A01 /* xxhash */ = { isa = PBXNativeTarget; - buildConfigurationList = F182D1CA5DD4411C93347D22 /* Build configuration list for PBXNativeTarget "xxhash" */; + buildConfigurationList = D850E29C402141E482B18C0D /* Build configuration list for PBXNativeTarget "xxhash" */; buildPhases = ( - BDABD855C13248D49ADE17E5 /* Sources */, - 2CA660C0A59B493B8D2B563F /* Frameworks */, + ECF12EF3248E449889BA0860 /* Sources */, + F6F0CF0F6D8546378FE26468 /* Frameworks */, ); buildRules = ( ); @@ -4445,56 +4494,47 @@ ); name = xxhash; productName = xxhash; - productReference = 8F56903CFAEC427D88A93DEF /* xxhash */; + productReference = 7144B26A554D44F18FEA42D3 /* libxxhash.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - B1F84C013939485482506C26 /* Project object */ = { + A8DB6B689E7045BC912EB972 /* Project object */ = { isa = PBXProject; attributes = { - BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1610; - }; - buildConfigurationList = 2D51BEAE2C774C4C836FAE64 /* Build configuration list for PBXProject "flycast_libretro" */; - buildSettings = { + LastUpgradeCheck = 1620; }; - buildStyles = ( - 903B44B255B8484096370770 /* Debug */, - 1FDA9EE4B57B4700B1C0A701 /* Release */, - F1657F48316945E48035E4AA /* MinSizeRel */, - 6FFDD12118C74176B4EFFC70 /* RelWithDebInfo */, - ); + buildConfigurationList = A85E2FCFF6BF49E6B7DE2937 /* Build configuration list for PBXProject "flycast_libretro" */; compatibilityVersion = "Xcode 3.2"; + developmentRegion = en; hasScannedForEncodings = 0; - mainGroup = 4FB0ECD2C88347B79D7FDD8D; + knownRegions = ( + en, + Base, + ); + mainGroup = 3EE40770274242F5AFAB5C9E; projectDirPath = ../flycast; projectRoot = ""; targets = ( - 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */, 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */, 6CDAF4B90E38082DCB99A331 /* MachineIndependent */, 836E04CDA84A7B69A8D9114F /* OGLCompiler */, D42CDA670F6D1EB800AEA1E4 /* OSDependent */, 88B439CC67367559065A97C9 /* SPIRV */, - 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */, - 6A02EEB9AF975E98F1163ADB /* chdr-benchmark */, 306475C933CD35C79B855AD1 /* chdr-static */, - BFE014D0F91E05E8EAF0406F /* dist */, - 9214F1A7DF3B3C4E96ADD2B3 /* distcheck */, B83D8B7DC2C5B34A9AE28A61 /* elf */, 9F950CE96165E7831EF3BD4E /* flycast-resources */, 3DF5E4E531F161AA21EF248A /* flycast_libretro */, 7D9BA18AFAC54B79E83F387A /* glslang */, 470865334B5B576275C5112C /* glslang-default-resource-limits */, - 11E917AB434F844A6CA3AEDF /* install */, 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */, - 1B6D1D7E89C9A43F8E1A70B4 /* lzma */, + 419CF4A61CD3DDB0D3BD2ED2 /* lzma */, B752C9C7BC3D5683D01E5833 /* nowide */, D59F45CAF99423BB160B8A01 /* xxhash */, 7AA1697EDEC0ABD31E514DBF /* zip */, - B128433B4CE4270EFDCFAB54 /* zlib */, + C7F71D9148762EB14071D744 /* zlib */, + 807E5D4C084C756426305CD2 /* zlibstatic */, ); }; /* End PBXProject section */ @@ -4506,30 +4546,16 @@ files = ( ); inputPaths = ( -../flycast/resources/flash/wldkicksu.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/wldkicksu.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_ab52_flash_wldkicksu_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksu.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_ab52_flash_wldkicksu_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksu.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_ab52_flash_wldkicksu_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksu.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_ab52_flash_wldkicksu_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksu.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_ab52_flash_wldkicksu_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksu.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_ab52_flash_wldkicksu_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksu.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_ab52_flash_wldkicksu_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksu.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_ab52_flash_wldkicksu_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksu.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; 1A67866291F07DBEF7B37E6F /* CMake PostBuild Rules */ = { @@ -4543,24 +4569,7 @@ fi ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E cmake_symlink_library ../cmake/Debug${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/Debug${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/Debug${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E cmake_symlink_library ../cmake/Release${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/Release${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/Release${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E cmake_symlink_library ../cmake/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E cmake_symlink_library ../cmake/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/Debug${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/Debug${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/Debug${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/Release${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/Release${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/Release${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -E cmake_symlink_library ../cmake/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib ../cmake/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/flycast_libretro.dylib\nfi\n"; showEnvVarsInLog = 0; }; 2A5E6589DC0D08B1411D9F38 /* Generate __cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp */ = { @@ -4569,77 +4578,52 @@ fi files = ( ); inputPaths = ( -../flycast/resources/flash/dirtypig.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/dirtypig.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3451_flash_dirtypig_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3451_flash_dirtypig_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3451_flash_dirtypig_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3451_flash_dirtypig_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3451_flash_dirtypig_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3451_flash_dirtypig_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3451_flash_dirtypig_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3451_flash_dirtypig_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - 2E551DBEADBFBB5E1C43445F /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp */ = { + 361E24A4D1E0ACB7D92B6B43 /* Generate __cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( -../flycast/fonts/printer_kanji24x24.bin,../flycast/shell/cmake/CMakeRC.cmake ); - name = "Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp"; + ../flycast/resources/flash/westdrmg.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); + name = "Generate __cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2e10_fonts_printer_kanji24x24_bin -DINPUT_FILE=../flycast/fonts/printer_kanji24x24.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2e10_fonts_printer_kanji24x24_bin -DINPUT_FILE=../flycast/fonts/printer_kanji24x24.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2e10_fonts_printer_kanji24x24_bin -DINPUT_FILE=../flycast/fonts/printer_kanji24x24.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2e10_fonts_printer_kanji24x24_bin -DINPUT_FILE=../flycast/fonts/printer_kanji24x24.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_b7d3_flash_westdrmg_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/westdrmg.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_b7d3_flash_westdrmg_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/westdrmg.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_b7d3_flash_westdrmg_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/westdrmg.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_b7d3_flash_westdrmg_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/westdrmg.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/westdrmg.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - 3C0110FC8322DE7E50886E21 = { + 3DBB2DA7C9939F416531F827 /* Generate __cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( + ../flycast/resources/picture/f355_print_template.png, + ../flycast/shell/cmake/CMakeRC.cmake, ); + name = "Generate __cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp"; outputPaths = ( + "../cmake/__cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_1289_picture_f355_print_template_png -DINPUT_FILE=../flycast/resources/picture/f355_print_template.png -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_1289_picture_f355_print_template_png -DINPUT_FILE=../flycast/resources/picture/f355_print_template.png -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_1289_picture_f355_print_template_png -DINPUT_FILE=../flycast/resources/picture/f355_print_template.png -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_1289_picture_f355_print_template_png -DINPUT_FILE=../flycast/resources/picture/f355_print_template.png -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/picture/f355_print_template.png.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; 3FF9D623A3FF36367DEDF6E2 /* Generate __cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp */ = { @@ -4648,30 +4632,16 @@ exit 0"; files = ( ); inputPaths = ( -../flycast/resources/flash/f355twn2.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/f355twn2.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_e20f_flash_f355twn2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twn2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_e20f_flash_f355twn2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twn2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_e20f_flash_f355twn2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twn2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_e20f_flash_f355twn2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twn2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_e20f_flash_f355twn2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twn2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_e20f_flash_f355twn2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twn2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_e20f_flash_f355twn2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twn2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_e20f_flash_f355twn2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twn2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; 4CB76AB098B47014BF428B58 /* Generate __cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp */ = { @@ -4680,30 +4650,16 @@ fi files = ( ); inputPaths = ( -../flycast/resources/flash/vf4.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/vf4.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_aa77_flash_vf4_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_aa77_flash_vf4_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_aa77_flash_vf4_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_aa77_flash_vf4_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_aa77_flash_vf4_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_aa77_flash_vf4_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_aa77_flash_vf4_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_aa77_flash_vf4_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; 5F48406D2196FC5D2474E3F3 /* Generate __cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp */ = { @@ -4712,30 +4668,16 @@ fi files = ( ); inputPaths = ( -../flycast/resources/flash/wldkicksj.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/wldkicksj.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_a91f_flash_wldkicksj_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksj.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_a91f_flash_wldkicksj_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksj.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_a91f_flash_wldkicksj_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksj.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_a91f_flash_wldkicksj_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksj.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_a91f_flash_wldkicksj_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksj.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_a91f_flash_wldkicksj_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksj.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_a91f_flash_wldkicksj_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksj.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_a91f_flash_wldkicksj_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicksj.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; 6106BE20DFD2F0B4A5119064 /* Generate __cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp */ = { @@ -4744,305 +4686,161 @@ fi files = ( ); inputPaths = ( -../flycast/resources/flash/wldkicks.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/wldkicks.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_39e4_flash_wldkicks_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicks.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_39e4_flash_wldkicks_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicks.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_39e4_flash_wldkicks_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicks.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_39e4_flash_wldkicks_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicks.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_39e4_flash_wldkicks_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicks.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_39e4_flash_wldkicks_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicks.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_39e4_flash_wldkicks_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicks.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_39e4_flash_wldkicks_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/wldkicks.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - 646BE6AA42B818CD81F7AF14 /* Generate CMakeFiles/ALL_BUILD */ = { + 61C8293CF5832A9D7808A091 /* Generate __cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp */ = { isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( ); inputPaths = ( + ../flycast/resources/flash/magicpop.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, ); - name = "Generate CMakeFiles/ALL_BUILD"; + name = "Generate __cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp"; outputPaths = ( -../cmake/CMakeFiles/ALL_BUILD ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - echo Build\\ all\\ projects -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - echo Build\\ all\\ projects -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - echo Build\\ all\\ projects -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - echo Build\\ all\\ projects -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7186_flash_magicpop_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/magicpop.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7186_flash_magicpop_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/magicpop.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7186_flash_magicpop_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/magicpop.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7186_flash_magicpop_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/magicpop.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/magicpop.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - 65056901E0B93529B9ED5750 /* Generate core/deps/libzip/CMakeFiles/distcheck */ = { + 659F1A564A09863FF3AC697A /* Generate __cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp */ = { isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( ); inputPaths = ( + ../flycast/resources/flash/gunsur2.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, ); - name = "Generate core/deps/libzip/CMakeFiles/distcheck"; + name = "Generate __cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp"; outputPaths = ( -../cmake/core/deps/libzip/CMakeFiles/distcheck ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../flycast - chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest 2>/dev/null || true - rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E tar xf flycast_libretro-0.7.3.tar.gz - chmod -R u-w flycast_libretro-0.7.3 - mkdir flycast_libretro-0.7.3-build - mkdir flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build - make -C flycast_libretro-0.7.3-build -j4 - make -C flycast_libretro-0.7.3-build test - make -C flycast_libretro-0.7.3-build install - make -C flycast_libretro-0.7.3-build clean - chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - echo flycast_libretro-0.7.3.tar.gz\\ is\\ ready\\ for\\ distribution. -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../flycast - chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest 2>/dev/null || true - rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E tar xf flycast_libretro-0.7.3.tar.gz - chmod -R u-w flycast_libretro-0.7.3 - mkdir flycast_libretro-0.7.3-build - mkdir flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build - make -C flycast_libretro-0.7.3-build -j4 - make -C flycast_libretro-0.7.3-build test - make -C flycast_libretro-0.7.3-build install - make -C flycast_libretro-0.7.3-build clean - chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - echo flycast_libretro-0.7.3.tar.gz\\ is\\ ready\\ for\\ distribution. -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../flycast - chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest 2>/dev/null || true - rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E tar xf flycast_libretro-0.7.3.tar.gz - chmod -R u-w flycast_libretro-0.7.3 - mkdir flycast_libretro-0.7.3-build - mkdir flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build - make -C flycast_libretro-0.7.3-build -j4 - make -C flycast_libretro-0.7.3-build test - make -C flycast_libretro-0.7.3-build install - make -C flycast_libretro-0.7.3-build clean - chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - echo flycast_libretro-0.7.3.tar.gz\\ is\\ ready\\ for\\ distribution. -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../flycast - chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest 2>/dev/null || true - rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E tar xf flycast_libretro-0.7.3.tar.gz - chmod -R u-w flycast_libretro-0.7.3 - mkdir flycast_libretro-0.7.3-build - mkdir flycast_libretro-0.7.3-dest - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DCMAKE_INSTALL_PREFIX=flycast_libretro-0.7.3-dest flycast_libretro-0.7.3 -B flycast_libretro-0.7.3-build - make -C flycast_libretro-0.7.3-build -j4 - make -C flycast_libretro-0.7.3-build test - make -C flycast_libretro-0.7.3-build install - make -C flycast_libretro-0.7.3-build clean - chmod -R u+w flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - rm -rf flycast_libretro-0.7.3 flycast_libretro-0.7.3-build flycast_libretro-0.7.3-dest - echo flycast_libretro-0.7.3.tar.gz\\ is\\ ready\\ for\\ distribution. -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7a82_flash_gunsur2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/gunsur2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7a82_flash_gunsur2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/gunsur2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7a82_flash_gunsur2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/gunsur2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7a82_flash_gunsur2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/gunsur2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - 659F1A564A09863FF3AC697A /* Generate __cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp */ = { + 71123FA070DCD213CD590AD1 /* Generate __cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( -../flycast/resources/flash/gunsur2.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); - name = "Generate __cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp"; + ../flycast/resources/flash/puyomedal.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); + name = "Generate __cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7a82_flash_gunsur2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/gunsur2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7a82_flash_gunsur2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/gunsur2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7a82_flash_gunsur2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/gunsur2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_7a82_flash_gunsur2_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/gunsur2.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_0b8a_flash_puyomedal_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/puyomedal.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_0b8a_flash_puyomedal_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/puyomedal.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_0b8a_flash_puyomedal_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/puyomedal.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_0b8a_flash_puyomedal_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/puyomedal.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/puyomedal.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - 671FFBC07BEDDF79ACB573DF /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp */ = { + 730CFD699A920E2BAF56D6A2 /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( -../flycast/fonts/printer_ascii8x16.bin,../flycast/shell/cmake/CMakeRC.cmake ); - name = "Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp"; + ../flycast/fonts/printer_kanji24x24.bin.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); + name = "Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_86fc_fonts_printer_ascii8x16_bin -DINPUT_FILE=../flycast/fonts/printer_ascii8x16.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_86fc_fonts_printer_ascii8x16_bin -DINPUT_FILE=../flycast/fonts/printer_ascii8x16.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_86fc_fonts_printer_ascii8x16_bin -DINPUT_FILE=../flycast/fonts/printer_ascii8x16.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_86fc_fonts_printer_ascii8x16_bin -DINPUT_FILE=../flycast/fonts/printer_ascii8x16.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2788_fonts_printer_kanji24x24_bin_zip -DINPUT_FILE=../flycast/fonts/printer_kanji24x24.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2788_fonts_printer_kanji24x24_bin_zip -DINPUT_FILE=../flycast/fonts/printer_kanji24x24.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2788_fonts_printer_kanji24x24_bin_zip -DINPUT_FILE=../flycast/fonts/printer_kanji24x24.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2788_fonts_printer_kanji24x24_bin_zip -DINPUT_FILE=../flycast/fonts/printer_kanji24x24.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - 8019E56BC04F5BDD0644B9D4 /* Generate __cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp */ = { + 78D41A3C5FF181CCE0B9870C /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( -../flycast/resources/flash/f355twin.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); - name = "Generate __cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp"; + ../flycast/fonts/printer_ascii12x24.bin.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); + name = "Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2585_flash_f355twin_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twin.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2585_flash_f355twin_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twin.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2585_flash_f355twin_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twin.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2585_flash_f355twin_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twin.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_87b3_fonts_printer_ascii12x24_bin_zip -DINPUT_FILE=../flycast/fonts/printer_ascii12x24.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_87b3_fonts_printer_ascii12x24_bin_zip -DINPUT_FILE=../flycast/fonts/printer_ascii12x24.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_87b3_fonts_printer_ascii12x24_bin_zip -DINPUT_FILE=../flycast/fonts/printer_ascii12x24.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_87b3_fonts_printer_ascii12x24_bin_zip -DINPUT_FILE=../flycast/fonts/printer_ascii12x24.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - 87AF4882E018677E2624B544 = { + 8019E56BC04F5BDD0644B9D4 /* Generate __cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( + ../flycast/resources/flash/f355twin.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, ); + name = "Generate __cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp"; outputPaths = ( + "../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2585_flash_f355twin_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twin.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2585_flash_f355twin_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twin.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2585_flash_f355twin_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twin.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_2585_flash_f355twin_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355twin.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - 93426DA6A4AC2C2AC9CE883C /* CMake PostBuild Rules */ = { + 8102713A85504CFFE65706DD /* Generate core/deps/libzip/lib/zip_err_str.c */ = { isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( ); - name = "CMake PostBuild Rules"; + inputPaths = ( + ../flycast/core/deps/libzip/cmake/GenerateZipErrorStrings.cmake, + ../flycast/core/deps/libzip/lib/zip.h, + ../flycast/core/deps/libzip/lib/zipint.h, + ); + name = "Generate core/deps/libzip/lib/zip_err_str.c"; outputPaths = ( + ../cmake/core/deps/libzip/lib/zip_err_str.c, ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n /opt/homebrew/bin/cmake -DPROJECT_SOURCE_DIR=../flycast/core/deps/libzip -DCMAKE_CURRENT_BINARY_DIR=../cmake/core/deps/libzip/lib -P ../flycast/core/deps/libzip/cmake/GenerateZipErrorStrings.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n /opt/homebrew/bin/cmake -DPROJECT_SOURCE_DIR=../flycast/core/deps/libzip -DCMAKE_CURRENT_BINARY_DIR=../cmake/core/deps/libzip/lib -P ../flycast/core/deps/libzip/cmake/GenerateZipErrorStrings.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n /opt/homebrew/bin/cmake -DPROJECT_SOURCE_DIR=../flycast/core/deps/libzip -DCMAKE_CURRENT_BINARY_DIR=../cmake/core/deps/libzip/lib -P ../flycast/core/deps/libzip/cmake/GenerateZipErrorStrings.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n /opt/homebrew/bin/cmake -DPROJECT_SOURCE_DIR=../flycast/core/deps/libzip -DCMAKE_CURRENT_BINARY_DIR=../cmake/core/deps/libzip/lib -P ../flycast/core/deps/libzip/cmake/GenerateZipErrorStrings.cmake\nfi\n\nmv zip_err_str.c ../cmake/core/deps/libzip/lib/\n"; showEnvVarsInLog = 0; }; - 9B50530E35CC49C82C2FACCF = { + 8A1B1F153C8F5ACF288C3F42 /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( + ../flycast/fonts/printer_kanji16x16.bin.zip, + ../flycast/shell/cmake/CMakeRC.cmake, ); + name = "Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp"; outputPaths = ( + "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_dc64_fonts_printer_kanji16x16_bin_zip -DINPUT_FILE=../flycast/fonts/printer_kanji16x16.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_dc64_fonts_printer_kanji16x16_bin_zip -DINPUT_FILE=../flycast/fonts/printer_kanji16x16.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_dc64_fonts_printer_kanji16x16_bin_zip -DINPUT_FILE=../flycast/fonts/printer_kanji16x16.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_dc64_fonts_printer_kanji16x16_bin_zip -DINPUT_FILE=../flycast/fonts/printer_kanji16x16.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; 9C61845021BF30A97B5ECEE2 /* Generate __cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp */ = { @@ -5051,30 +4849,16 @@ exit 0"; files = ( ); inputPaths = ( -../flycast/resources/flash/vf4tuned.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/vf4tuned.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_bbdd_flash_vf4tuned_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4tuned.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_bbdd_flash_vf4tuned_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4tuned.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_bbdd_flash_vf4tuned_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4tuned.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_bbdd_flash_vf4tuned_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4tuned.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_bbdd_flash_vf4tuned_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4tuned.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_bbdd_flash_vf4tuned_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4tuned.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_bbdd_flash_vf4tuned_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4tuned.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_bbdd_flash_vf4tuned_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4tuned.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; A6929DF76EE3C0DEB365F149 /* Generate __cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp */ = { @@ -5083,30 +4867,16 @@ fi files = ( ); inputPaths = ( -../flycast/resources/flash/otrigger.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/otrigger.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3470_flash_otrigger_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/otrigger.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3470_flash_otrigger_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/otrigger.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3470_flash_otrigger_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/otrigger.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3470_flash_otrigger_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/otrigger.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3470_flash_otrigger_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/otrigger.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3470_flash_otrigger_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/otrigger.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3470_flash_otrigger_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/otrigger.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_3470_flash_otrigger_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/otrigger.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; A7BDB95EC03BA3CC9705ADAC /* Generate __cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp */ = { @@ -5115,30 +4885,16 @@ fi files = ( ); inputPaths = ( -../flycast/resources/flash/vf4evob.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/vf4evob.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_fa91_flash_vf4evob_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4evob.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_fa91_flash_vf4evob_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4evob.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_fa91_flash_vf4evob_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4evob.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_fa91_flash_vf4evob_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4evob.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_fa91_flash_vf4evob_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4evob.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_fa91_flash_vf4evob_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4evob.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_fa91_flash_vf4evob_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4evob.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_fa91_flash_vf4evob_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/vf4evob.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; B06663B8FD5B0C8011282BD2 /* Generate __cmrc_flycast-resources/lib.cpp */ = { @@ -5147,71 +4903,16 @@ fi files = ( ); inputPaths = ( -"../cmake/__cmrc_flycast-resources/lib_.cpp",../cmake/_cmrc/include/cmrc/cmrc.hpp ); + "../cmake/__cmrc_flycast-resources/lib_.cpp", + ../cmake/_cmrc/include/cmrc/cmrc.hpp, + ); name = "Generate __cmrc_flycast-resources/lib.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/lib.cpp" ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E copy_if_different ../cmake/__cmrc_flycast-resources/lib_.cpp ../cmake/__cmrc_flycast-resources/lib.cpp -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E copy_if_different ../cmake/__cmrc_flycast-resources/lib_.cpp ../cmake/__cmrc_flycast-resources/lib.cpp -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E copy_if_different ../cmake/__cmrc_flycast-resources/lib_.cpp ../cmake/__cmrc_flycast-resources/lib.cpp -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -E copy_if_different ../cmake/__cmrc_flycast-resources/lib_.cpp ../cmake/__cmrc_flycast-resources/lib.cpp -fi -"; - showEnvVarsInLog = 0; - }; - B1BAF89A1A9EEE647D7B0033 /* Generate core/deps/libzip/CMakeFiles/dist */ = { - isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; - buildActionMask = 2147483647; - files = ( + "../cmake/__cmrc_flycast-resources/lib.cpp", ); - inputPaths = ( - ); - name = "Generate core/deps/libzip/CMakeFiles/dist"; - outputPaths = ( -../cmake/core/deps/libzip/CMakeFiles/dist ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../flycast - git config tar.tar.xz.command xz\\ -c - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.gz HEAD - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.xz HEAD -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../flycast - git config tar.tar.xz.command xz\\ -c - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.gz HEAD - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.xz HEAD -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../flycast - git config tar.tar.xz.command xz\\ -c - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.gz HEAD - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.xz HEAD -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../flycast - git config tar.tar.xz.command xz\\ -c - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.gz HEAD - git archive --prefix=flycast_libretro-0.7.3/ -o flycast_libretro-0.7.3.tar.xz HEAD -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -E copy_if_different ../cmake/__cmrc_flycast-resources/lib_.cpp ../cmake/__cmrc_flycast-resources/lib.cpp\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -E copy_if_different ../cmake/__cmrc_flycast-resources/lib_.cpp ../cmake/__cmrc_flycast-resources/lib.cpp\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -E copy_if_different ../cmake/__cmrc_flycast-resources/lib_.cpp ../cmake/__cmrc_flycast-resources/lib.cpp\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -E copy_if_different ../cmake/__cmrc_flycast-resources/lib_.cpp ../cmake/__cmrc_flycast-resources/lib.cpp\nfi\n"; showEnvVarsInLog = 0; }; B36A0EAB3D1460A2C8F8BDD0 /* Generate __cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp */ = { @@ -5220,124 +4921,70 @@ fi files = ( ); inputPaths = ( -../flycast/resources/flash/mazan.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/mazan.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp" ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_065f_flash_mazan_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/mazan.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_065f_flash_mazan_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/mazan.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_065f_flash_mazan_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/mazan.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_065f_flash_mazan_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/mazan.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; - showEnvVarsInLog = 0; - }; - C233CDD49DC6F3F0D47FFBF5 /* Generate __cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( + "../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp", ); - inputPaths = ( -../flycast/fonts/biosfont.bin,../flycast/shell/cmake/CMakeRC.cmake ); - name = "Generate __cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp"; - outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_df08_fonts_biosfont_bin -DINPUT_FILE=../flycast/fonts/biosfont.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_df08_fonts_biosfont_bin -DINPUT_FILE=../flycast/fonts/biosfont.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_df08_fonts_biosfont_bin -DINPUT_FILE=../flycast/fonts/biosfont.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_df08_fonts_biosfont_bin -DINPUT_FILE=../flycast/fonts/biosfont.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_065f_flash_mazan_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/mazan.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_065f_flash_mazan_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/mazan.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_065f_flash_mazan_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/mazan.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_065f_flash_mazan_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/mazan.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - C56B9F6AFCDF6290DD9A9AB7 = { + B48CFBDF260DFB6437584372 /* Generate __cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( + ../flycast/resources/flash/ochaken.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, ); + name = "Generate __cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp"; outputPaths = ( + "../cmake/__cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cee4_flash_ochaken_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/ochaken.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cee4_flash_ochaken_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/ochaken.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cee4_flash_ochaken_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/ochaken.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cee4_flash_ochaken_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/ochaken.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/ochaken.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - CA14B90844A45CCF024FF2F2 /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp */ = { + B8B2B14DA9BC98ABC2A36406 /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( -../flycast/fonts/printer_kanji16x16.bin,../flycast/shell/cmake/CMakeRC.cmake ); - name = "Generate __cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp"; + ../flycast/fonts/printer_ascii8x16.bin.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); + name = "Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cbc3_fonts_printer_kanji16x16_bin -DINPUT_FILE=../flycast/fonts/printer_kanji16x16.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cbc3_fonts_printer_kanji16x16_bin -DINPUT_FILE=../flycast/fonts/printer_kanji16x16.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cbc3_fonts_printer_kanji16x16_bin -DINPUT_FILE=../flycast/fonts/printer_kanji16x16.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cbc3_fonts_printer_kanji16x16_bin -DINPUT_FILE=../flycast/fonts/printer_kanji16x16.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_f4d5_fonts_printer_ascii8x16_bin_zip -DINPUT_FILE=../flycast/fonts/printer_ascii8x16.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_f4d5_fonts_printer_ascii8x16_bin_zip -DINPUT_FILE=../flycast/fonts/printer_ascii8x16.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_f4d5_fonts_printer_ascii8x16_bin_zip -DINPUT_FILE=../flycast/fonts/printer_ascii8x16.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_f4d5_fonts_printer_ascii8x16_bin_zip -DINPUT_FILE=../flycast/fonts/printer_ascii8x16.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - D17AF9110EF496C673E75CFF = { + C83766EF1370BEE0B7742877 /* Generate __cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( + ../flycast/fonts/biosfont.bin.zip, + ../flycast/shell/cmake/CMakeRC.cmake, ); + name = "Generate __cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp"; outputPaths = ( + "../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_d593_fonts_biosfont_bin_zip -DINPUT_FILE=../flycast/fonts/biosfont.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_d593_fonts_biosfont_bin_zip -DINPUT_FILE=../flycast/fonts/biosfont.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_d593_fonts_biosfont_bin_zip -DINPUT_FILE=../flycast/fonts/biosfont.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_d593_fonts_biosfont_bin_zip -DINPUT_FILE=../flycast/fonts/biosfont.bin.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; DF748820FA692BDC362D2385 /* Generate __cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp */ = { @@ -5346,30 +4993,16 @@ exit 0"; files = ( ); inputPaths = ( -../flycast/resources/flash/f355.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/f355.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cf18_flash_f355_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cf18_flash_f355_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cf18_flash_f355_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cf18_flash_f355_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cf18_flash_f355_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cf18_flash_f355_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cf18_flash_f355_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_cf18_flash_f355_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/f355.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; E2FEC6AB9BFABCDE56F00887 /* Generate __cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp */ = { @@ -5378,63 +5011,34 @@ fi files = ( ); inputPaths = ( -../flycast/resources/flash/dirtypig.nvmem2.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/dirtypig.nvmem2.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp" ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c994_flash_dirtypig_nvmem2_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem2.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c994_flash_dirtypig_nvmem2_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem2.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c994_flash_dirtypig_nvmem2_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem2.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c994_flash_dirtypig_nvmem2_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem2.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c994_flash_dirtypig_nvmem2_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem2.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c994_flash_dirtypig_nvmem2_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem2.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c994_flash_dirtypig_nvmem2_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem2.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c994_flash_dirtypig_nvmem2_zip -DINPUT_FILE=../flycast/resources/flash/dirtypig.nvmem2.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; - F7BE65727AC7B46BAB9A0F77 /* Generate CMakeFiles/ZERO_CHECK */ = { + E66174FB9428B82B5734237B /* Generate __cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp */ = { isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( ); inputPaths = ( + ../flycast/resources/flash/unomedal.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, ); - name = "Generate CMakeFiles/ZERO_CHECK"; + name = "Generate __cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp"; outputPaths = ( -../cmake/CMakeFiles/ZERO_CHECK ); + "../cmake/__cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - make -f ../cmake/CMakeScripts/ReRunCMake.make -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - make -f ../cmake/CMakeScripts/ReRunCMake.make -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - make -f ../cmake/CMakeScripts/ReRunCMake.make -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - make -f ../cmake/CMakeScripts/ReRunCMake.make -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c44c_flash_unomedal_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/unomedal.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c44c_flash_unomedal_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/unomedal.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c44c_flash_unomedal_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/unomedal.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_c44c_flash_unomedal_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/unomedal.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/unomedal.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; FCF17FE499F57951259EE25E /* Generate __cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp */ = { @@ -5443,3691 +5047,4600 @@ fi files = ( ); inputPaths = ( -../flycast/resources/flash/alienfnt.nvmem.zip,../flycast/shell/cmake/CMakeRC.cmake ); + ../flycast/resources/flash/alienfnt.nvmem.zip, + ../flycast/shell/cmake/CMakeRC.cmake, + ); name = "Generate __cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp"; outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp" ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_64a9_flash_alienfnt_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/alienfnt.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_64a9_flash_alienfnt_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/alienfnt.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_64a9_flash_alienfnt_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/alienfnt.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_64a9_flash_alienfnt_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/alienfnt.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; - showEnvVarsInLog = 0; - }; - FEB4E33D43CF934F5DDC959B /* Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( + "../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp", ); - inputPaths = ( -../flycast/fonts/printer_ascii12x24.bin,../flycast/shell/cmake/CMakeRC.cmake ); - name = "Generate __cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp"; - outputPaths = ( -"../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e -if test \"$CONFIGURATION\" = \"Debug\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_9a8f_fonts_printer_ascii12x24_bin -DINPUT_FILE=../flycast/fonts/printer_ascii12x24.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"Release\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_9a8f_fonts_printer_ascii12x24_bin -DINPUT_FILE=../flycast/fonts/printer_ascii12x24.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_9a8f_fonts_printer_ascii12x24_bin -DINPUT_FILE=../flycast/fonts/printer_ascii12x24.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd ../cmake - /opt/homebrew/Cellar/cmake/3.30.5/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_9a8f_fonts_printer_ascii12x24_bin -DINPUT_FILE=../flycast/fonts/printer_ascii12x24.bin -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp -P ../flycast/shell/cmake/CMakeRC.cmake -fi -"; + shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_64a9_flash_alienfnt_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/alienfnt.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_64a9_flash_alienfnt_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/alienfnt.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_64a9_flash_alienfnt_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/alienfnt.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd ../cmake\n /opt/homebrew/bin/cmake -D_CMRC_GENERATE_MODE=TRUE -DNAMESPACE=flycast -DSYMBOL=f_64a9_flash_alienfnt_nvmem_zip -DINPUT_FILE=../flycast/resources/flash/alienfnt.nvmem.zip -DOUTPUT_FILE=../cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp -P ../flycast/shell/cmake/CMakeRC.cmake\nfi\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 0E7F55E95DF846329B52FAEE /* Sources */ = { + 265E8FE9F5A646B0ABECB7FC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D00868305D134FFFA95E02C7 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/adler32.c \"" */, - 517542FD353D414295E9548A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/compress.c \"" */, - C43A3404EE8F48988EFD8D81 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/crc32.c \"" */, - AE4EBF5DD374465BB026EB6A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/deflate.c \"" */, - 58E02A449FAD4456866B7132 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/infback.c \"" */, - 142327175101474C9BC0C373 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inffast.c \"" */, - 35385E56735247D1BCD2A1EE /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inflate.c \"" */, - 2B23C18BD0164592ABE1A1FC /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/inftrees.c \"" */, - 1B64ED33F156471F9047B04A /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/trees.c \"" */, - AA92BC82A04846398E3B9FCF /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/uncompr.c \"" */, - 00D28D5BAE044A7B8777285C /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/zlib-1.2.12/zutil.c \"" */, + B33A07F02D2C717600BFB6C9 /* 7zCrcOpt.c in Sources */, + B33A07F62D2C720300BFB6C9 /* Bra.c in Sources */, + 84478A4F47C54B50819D9013 /* Alloc.c in Sources */, + AC9E7DD1F6A2455494C8DCF9 /* Bra.c in Sources */, + B33A07F52D2C71F100BFB6C9 /* 7zDec.c in Sources */, + 5F28ED137B2948C085BABCD4 /* Bra86.c in Sources */, + 7575F36205B242C9BAD15AD4 /* BraIA64.c in Sources */, + B33A07F42D2C71E000BFB6C9 /* 7zBuf.c in Sources */, + B50BEE3529094C1E817D1AEE /* CpuArch.c in Sources */, + B33A07F92D2C724F00BFB6C9 /* Lzma2Dec.c in Sources */, + 9FDAA31195FF4B29B188E89D /* Delta.c in Sources */, + C281FC6C798646659FE91B34 /* LzFind.c in Sources */, + B33A07F72D2C721A00BFB6C9 /* BraIA64.c in Sources */, + B33A07F32D2C71D300BFB6C9 /* 7zArcIn.c in Sources */, + 07ED8D23CB304995AD27C16C /* Lzma86Dec.c in Sources */, + 0E15C0D8BC154415B45DB7C7 /* LzmaDec.c in Sources */, + B33A07FA2D2C726300BFB6C9 /* Bcj2.c in Sources */, + B33A07F12D2C719100BFB6C9 /* 7zFile.c in Sources */, + B33A07EF2D2C716300BFB6C9 /* 7zCrc.c in Sources */, + AA59C5E0201E44D4809C629D /* LzmaEnc.c in Sources */, + B33A07F82D2C723500BFB6C9 /* Bra86.c in Sources */, + B33A07F22D2C71BB00BFB6C9 /* 7zStream.c in Sources */, + D596811BE9E7499493C893FA /* Sort.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3FC507B338ED421F9AE7166A /* Sources */ = { + 26B871B0EF6C4CCAAF09EEBB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D6468101E2314E76A24F4828 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/CInterface/glslang_c_interface.cpp \"" */, + 6E0B5227F87846E3AD5B5973 /* console_buffer.cpp in Sources */, + DD4CDF12375C4C4F8B688EE8 /* cstdio.cpp in Sources */, + E1C0C5D98EF84459825AFC8B /* cstdlib.cpp in Sources */, + 6D90E3EE8ED1482F8F988835 /* filebuf.cpp in Sources */, + 1855E3F049A84A918AA37CA0 /* iostream.cpp in Sources */, + 7AD643F5622D4F86B020EF97 /* stat.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4FF65BE5763446D883180451 /* Sources */ = { + 3FBD7BCD660346B19A11AC9F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 40B97B6E8DA64ECFB9ED32C0 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/tests/benchmark.c \"" */, + 79C3882DAC56459D9842E3F5 /* Constant.cpp in Sources */, + DC1D5CE999C54ED59255D068 /* InfoSink.cpp in Sources */, + 34A7852E8A55481785A82C81 /* Initialize.cpp in Sources */, + B00A53BA87C045DFAA24A7EF /* IntermTraverse.cpp in Sources */, + 497D79F075C7458FB4ADE747 /* Intermediate.cpp in Sources */, + FB0BDCCAD80C41189B535EB3 /* ParseContextBase.cpp in Sources */, + 1DA5C39DB8EA4007ABBB9B49 /* ParseHelper.cpp in Sources */, + F819A15F6D3545BA9CD3357B /* PoolAlloc.cpp in Sources */, + 5AD7DB3AE4B347F6A10F6D5C /* RemoveTree.cpp in Sources */, + 541E2E6CB15244A1B8509F94 /* Scan.cpp in Sources */, + 0623170CDC8F40A69D4F31B4 /* ShaderLang.cpp in Sources */, + BF444E986F484A8DADC7BFE8 /* SpirvIntrinsics.cpp in Sources */, + F68630CDD019412B9ABA81D3 /* SymbolTable.cpp in Sources */, + 1686F765A07E477180B1396B /* Versions.cpp in Sources */, + 69AD375359EB40B68E8DD3E1 /* attribute.cpp in Sources */, + 93A448EF9BE249729164C7BC /* glslang_tab.cpp in Sources */, + 75FFFC8E13EB4FB9BD0413A7 /* intermOut.cpp in Sources */, + A26EAC1565DC42D0BB690135 /* iomapper.cpp in Sources */, + 2C1CBCBFABB2403B8E936EF7 /* limits.cpp in Sources */, + 30830A7C67DC48778E7DC82C /* linkValidate.cpp in Sources */, + 75D4707ACDBE46469F6EF13D /* parseConst.cpp in Sources */, + B6C12DF75F8B49A89E24778C /* Pp.cpp in Sources */, + 470ADA4F412740DE91F7916C /* PpAtom.cpp in Sources */, + 5EDE31AEE1384F7A95E2CD2A /* PpContext.cpp in Sources */, + 06AE9E507F78434F872A8E28 /* PpScanner.cpp in Sources */, + D32E556DE0B74D488A3EE28D /* PpTokens.cpp in Sources */, + 62E1D1AA5029431FB0713DE3 /* propagateNoContraction.cpp in Sources */, + 6329389CE2D345289B2948B4 /* reflection.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 515023BE4E054F1E9637A9D1 /* Sources */ = { + 49967ABD2A1A4446BFA2A3DF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A90A9C21E52A4C13807B5758 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp \"" */, + 695557F55F5B45FD8607E300 /* spirv_c_interface.cpp in Sources */, + A7AE1CE3C23145D0A66D3585 /* GlslangToSpv.cpp in Sources */, + 9EB025A5BB1E4DC48DE8B1EA /* InReadableOrder.cpp in Sources */, + 36A7B594E5984B22B6284283 /* Logger.cpp in Sources */, + 19FB4E5FB5D449CE83407295 /* SpvBuilder.cpp in Sources */, + 468C605792EC4062BAC808C9 /* SpvPostProcess.cpp in Sources */, + F82AD2474ADF487F80E7E6FD /* SpvTools.cpp in Sources */, + C306C329623949CDAA40D4E6 /* disassemble.cpp in Sources */, + 9F1503BD53214435A7007C8C /* doc.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 60B95A25F77249A398353559 /* Sources */ = { + 4E7E426A89CB488C8516CB43 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 25F133D8FD38490094FF48B3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/CInterface/spirv_c_interface.cpp \"" */, - 31C9ED31212E4CBF8D62D456 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/GlslangToSpv.cpp \"" */, - 32B53C220A184C47A1530734 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/InReadableOrder.cpp \"" */, - 099FE922B85D4BD095D2E31D /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/Logger.cpp \"" */, - 4DCC8F8A7F1A4790B74B1508 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvBuilder.cpp \"" */, - 9B19AA69F435494BAC20F8F7 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvPostProcess.cpp \"" */, - 1059ECD4D78B4A9C9B780E21 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/SpvTools.cpp \"" */, - D22D8083AA7F41CF999DE367 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/disassemble.cpp \"" */, - 2AACC920F68B4065A06492D3 /* "\"$(SRCROOT)/flycast/core/deps/glslang/SPIRV/doc.cpp \"" */, + 5CBB936AE846486E87567CDC /* addr_is_reserved.c in Sources */, + F1A9A8E8E6904BD09386BFC7 /* connecthostport.c in Sources */, + 70CF93C98A2D4862BB684036 /* igd_desc_parse.c in Sources */, + 020A5960BF2848DD8F691622 /* minisoap.c in Sources */, + F4E9AB6185444E23BD34068A /* minissdpc.c in Sources */, + E9E247B35CBE42D3B7E61DE1 /* miniupnpc.c in Sources */, + 976A5810415B4052B2BAD00C /* miniwget.c in Sources */, + 7FE5FADE2F5C43E7BF1C8451 /* minixml.c in Sources */, + 293C8CC106E843F29F75945E /* portlistingparse.c in Sources */, + BA4495817881487698EC60D7 /* receivedata.c in Sources */, + 1B7258A7AB4D48DFBA9844BC /* upnpcommands.c in Sources */, + E321FEECA8354BC5810C5717 /* upnpdev.c in Sources */, + 9392726E51E1406B9616D109 /* upnperrors.c in Sources */, + A4106688131244A28F5A9481 /* upnpreplyparse.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 612FD4A5C1624ED9BF285AD6 /* Sources */ = { + 6003EED8334949348A8F15A9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1AD144014F71406EAE356DFA /* "\"$(SRCROOT)/flycast/core/archive/7zArchive.cpp \"" */, - 536A7CF880614C9A8EC9F5A1 /* "\"$(SRCROOT)/flycast/core/archive/ZipArchive.cpp \"" */, - 2440B3D58C184344A1355A61 /* "\"$(SRCROOT)/flycast/core/archive/archive.cpp \"" */, - 98B60C48E101450283B0E431 /* "\"$(SRCROOT)/flycast/core/archive/rzip.cpp \"" */, - 538C7291E2A54AF8AEF79F44 /* "\"$(SRCROOT)/flycast/core/cheats.cpp \"" */, - D729366AEA7743B68B154143 /* "\"$(SRCROOT)/flycast/core/deps/chdpsr/cdipsr.cpp \"" */, - 993E9C42343F4CF7AB78CEFE /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/compat_strcasestr.c \"" */, - B57C36102B974C8EB9761DEA /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/compat_strl.c \"" */, - 0FF16C2FA422430193E2EF1E /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/compat/fopen_utf8.c \"" */, - 860D3BAB765F4B20B87745FE /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/encodings/encoding_utf.c \"" */, - 7072EB43AB914A09A84AF6B6 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/file/file_path.c \"" */, - A1E24A552A6245BFA1DF19EA /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/file/retro_dirent.c \"" */, - 61F071A4A7684936A72A90A7 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/memmap/memalign.c \"" */, - 6AB80268B5DD4B63AC257846 /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/string/stdstring.c \"" */, - 7F68133CFFC74A95BDBC1FBF /* "\"$(SRCROOT)/flycast/core/deps/libretro-common/vfs/vfs_implementation.c \"" */, - 3A8E8CFD1DDB4BCAA7897A5D /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zArcIn.c \"" */, - C81CE737E77448A58C773DBB /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zBuf.c \"" */, - 0A226B90A1A949F29F66616B /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zCrc.c \"" */, - B8F5AA6B8FA24C27A4E24A95 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zCrcOpt.c \"" */, - 7F10F8077E544DA4BDF1D481 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zDec.c \"" */, - D9463DE3334F49C093B3E292 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zFile.c \"" */, - 21BCDE0F00A74A2698E1D9F2 /* "\"$(SRCROOT)/flycast/core/deps/lzma/7zStream.c \"" */, - 1523621735614D9B82E7A5DB /* "\"$(SRCROOT)/flycast/core/deps/lzma/Alloc.c \"" */, - 062A9A0E9DE148F9989D5039 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bcj2.c \"" */, - E260C4981A3F4D94B5C769DE /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bra.c \"" */, - 7D5FCE58FEDB44EDB38ADB18 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Bra86.c \"" */, - D51BAFE0DC5F4E24875DA184 /* "\"$(SRCROOT)/flycast/core/deps/lzma/BraIA64.c \"" */, - A3E8BB82797D4B7CB6263BFC /* "\"$(SRCROOT)/flycast/core/deps/lzma/CpuArch.c \"" */, - 7605AB97A2A347F8ADC50CB3 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Delta.c \"" */, - F2A393B5A7B0444E818CD2A5 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzFind.c \"" */, - D09E755A58D141A9AE8AF5CB /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma2Dec.c \"" */, - 84875E307B654DF18C23CA29 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma86Dec.c \"" */, - 614007220A964657BBCE9A47 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Lzma86Enc.c \"" */, - F97C0E09688E4C56A4909111 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaDec.c \"" */, - E635A450B51545089659EA03 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaEnc.c \"" */, - 8FC5FF7F986748F485E39496 /* "\"$(SRCROOT)/flycast/core/deps/lzma/LzmaLib.c \"" */, - DC68980C0FB946E4B113AFF0 /* "\"$(SRCROOT)/flycast/core/deps/lzma/Sort.c \"" */, - 0A9AB22D4E4F4B69A3B99B58 /* "\"$(SRCROOT)/flycast/core/deps/md5/md5.cpp \"" */, - 59911EAE5FF24F2FB89A6872 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_arp.c \"" */, - 75544047F74F4B8AA5BE67BB /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dev_ppp.c \"" */, - 1C68E85311CC4409B23F28A8 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_common.c \"" */, - 1AD13604B836440998A082B0 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dhcp_server.c \"" */, - 696DEB99A65040218F7A6707 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dns_client.c \"" */, - 824A409266E642D3BF008F7C /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_dns_common.c \"" */, - B9F2DE4C9B9548ED9A2AA324 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_ethernet.c \"" */, - DFB3D2A0C17E4EEEA95A8C3D /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_fragments.c \"" */, - 5EAC6E3A909E4A168EF94DA7 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_icmp4.c \"" */, - FEB56D242002463798CD8892 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_ipv4.c \"" */, - 341A6E9C58DB431EAB070198 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_socket_tcp.c \"" */, - 014FF5B45A8F4ACDA2BB79E9 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_socket_udp.c \"" */, - FC2CF4A3882448BD8A7F83BF /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_strings.c \"" */, - C137543A6E0C4E0DA87DA4CC /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_tcp.c \"" */, - F6CCB0184FA4471AB2396A16 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/modules/pico_udp.c \"" */, - F3AF046BFDC4438486A81CBA /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_device.c \"" */, - 36CAA3D72ECC4171AE4E9AB5 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_frame.c \"" */, - 690CAC56A6A24B588D788406 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_md5.c \"" */, - B3C7F2E908F74E83A7625552 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_protocol.c \"" */, - C63F2E3C98A444479315B6A9 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_socket.c \"" */, - 9FA093A18BBA49EC83E84CEE /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_socket_multicast.c \"" */, - 6C021D60C5C94B7D90AA1536 /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_stack.c \"" */, - 2BB6E0B56C9343538884985E /* "\"$(SRCROOT)/flycast/core/deps/picotcp/stack/pico_tree.c \"" */, - 920F283DEFF849BD8EF63740 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/assembler-aarch64.cc \"" */, - F729FB067FAB4D029C607C61 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-aarch64.cc \"" */, - 1FDB468000E642BD9EFFDBC6 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/cpu-features-auditor-aarch64.cc \"" */, - 94B20A3F80784D85A18BEC69 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/decoder-aarch64.cc \"" */, - F85AC9728E5E4D58824975B7 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/disasm-aarch64.cc \"" */, - 1C46272A7A934038BE23EF88 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instructions-aarch64.cc \"" */, - 0C7795FF38674873B094647F /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/instrument-aarch64.cc \"" */, - 3AE7D273FD024434A9EE5B1C /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/logic-aarch64.cc \"" */, - 3D892059033140D198B419E1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/macro-assembler-aarch64.cc \"" */, - 68F46AB86D5B45D3A5C83EF3 /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/operands-aarch64.cc \"" */, - EE61B64D50E54C948AD80BAB /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/pointer-auth-aarch64.cc \"" */, - 2B1C69A55004411199A4245C /* "\"$(SRCROOT)/flycast/core/deps/vixl/aarch64/simulator-aarch64.cc \"" */, - D925A2B81EEB4E09B215C7F1 /* "\"$(SRCROOT)/flycast/core/deps/vixl/code-buffer-vixl.cc \"" */, - 7768E49AF84D4258A5B3B203 /* "\"$(SRCROOT)/flycast/core/deps/vixl/compiler-intrinsics-vixl.cc \"" */, - 5DA56982AFDB45CCAE7A55F4 /* "\"$(SRCROOT)/flycast/core/deps/vixl/cpu-features.cc \"" */, - DECB310F97E746DCB50FC4DD /* "\"$(SRCROOT)/flycast/core/deps/vixl/utils-vixl.cc \"" */, - 1D0FB1C319EA48719517E228 /* "\"$(SRCROOT)/flycast/core/deps/xbrz/xbrz.cpp \"" */, - 57905048E1774962BCF5321F /* "\"$(SRCROOT)/flycast/core/emulator.cpp \"" */, - 7392572C01F441C59F2F7C25 /* "\"$(SRCROOT)/flycast/core/hw/aica/aica.cpp \"" */, - 5D1285BE7BC14B6DB4CCD06B /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_if.cpp \"" */, - EB893A6F4B1C431581D93C7D /* "\"$(SRCROOT)/flycast/core/hw/aica/aica_mem.cpp \"" */, - EF392BA7C3C341018FCF6EF8 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp.cpp \"" */, - FA463BABAF044CC5B6E405C9 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_arm32.cpp \"" */, - 35B7D75C58F540B999C58164 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_arm64.cpp \"" */, - 38D3D67141FF4B75907FFD4D /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_interp.cpp \"" */, - EC71C9EF3A8A4246945F3C00 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_x64.cpp \"" */, - 928008908B094AFC9CF22985 /* "\"$(SRCROOT)/flycast/core/hw/aica/dsp_x86.cpp \"" */, - 64D0C57D66CD459D872803C0 /* "\"$(SRCROOT)/flycast/core/hw/aica/sgc_if.cpp \"" */, - F4C85BA43EC04F96B2E8D49E /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7.cpp \"" */, - 5A0035F7C8B04BAC89136129 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec.cpp \"" */, - E51CC922C96244EDBCDA7880 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_arm32.cpp \"" */, - 7FC3C0E748864865B6D5D419 /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_arm64.cpp \"" */, - 38D5A0D26E4748DB937E1F3C /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm7_rec_x64.cpp \"" */, - AE8D065A2BD74610A332EBEA /* "\"$(SRCROOT)/flycast/core/hw/arm7/arm_mem.cpp \"" */, - A3E6E6A04B1D46A1B5363AD0 /* "\"$(SRCROOT)/flycast/core/hw/bba/bba.cpp \"" */, - 8040582F8DA84C82A3D7C0ED /* "\"$(SRCROOT)/flycast/core/hw/bba/rtl8139c.cpp \"" */, - 6EAC4E6F680E477497F76CC7 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/flashrom.cpp \"" */, - D2B92B174E1241E499874A14 /* "\"$(SRCROOT)/flycast/core/hw/flashrom/nvmem.cpp \"" */, - 2CC22E62850A4BD7B0EBF54D /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdrom_response.cpp \"" */, - 75662C0DE5304E1E99FC17E4 /* "\"$(SRCROOT)/flycast/core/hw/gdrom/gdromv3.cpp \"" */, - D121F83793AA4F5A9F42F82F /* "\"$(SRCROOT)/flycast/core/hw/holly/holly_intc.cpp \"" */, - AD59FF2763374CB0AEB57BDB /* "\"$(SRCROOT)/flycast/core/hw/holly/sb.cpp \"" */, - C83F63D5796C4934AF08D424 /* "\"$(SRCROOT)/flycast/core/hw/holly/sb_mem.cpp \"" */, - B220BCADAEB041E9A3DF011C /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_cfg.cpp \"" */, - DBF657D02A56407590EC433E /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_devs.cpp \"" */, - 45AF3F51EC194EB5A9B77394 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_helper.cpp \"" */, - D2821C3349E84E3799493DF7 /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_if.cpp \"" */, - D2B66CD782514EF4BB4438FD /* "\"$(SRCROOT)/flycast/core/hw/maple/maple_jvs.cpp \"" */, - 5AA69947E439492FA38ADC8E /* "\"$(SRCROOT)/flycast/core/hw/mem/addrspace.cpp \"" */, - 8B6D898E742D42899C3C5287 /* "\"$(SRCROOT)/flycast/core/hw/mem/mem_watch.cpp \"" */, - 37115D39768E4F1EAA718BA6 /* "\"$(SRCROOT)/flycast/core/hw/modem/modem.cpp \"" */, - 7EEAAEAD110F4AA1B57B76A2 /* "\"$(SRCROOT)/flycast/core/hw/naomi/awcartridge.cpp \"" */, - 7837E3CE76A84B2881FEE01D /* "\"$(SRCROOT)/flycast/core/hw/naomi/card_reader.cpp \"" */, - 41D53754313C4E0CA7B07C55 /* "\"$(SRCROOT)/flycast/core/hw/naomi/decrypt.cpp \"" */, - EFC4B9806F194152BE6E2E60 /* "\"$(SRCROOT)/flycast/core/hw/naomi/gdcartridge.cpp \"" */, - 76E8BF2A7F174048AB10DB88 /* "\"$(SRCROOT)/flycast/core/hw/naomi/m1cartridge.cpp \"" */, - 23905F3F905F4C8CBDE48DA2 /* "\"$(SRCROOT)/flycast/core/hw/naomi/m4cartridge.cpp \"" */, - C00CF428D10F433096E7CA23 /* "\"$(SRCROOT)/flycast/core/hw/naomi/multiboard.cpp \"" */, - 162428430423437C9F085098 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi.cpp \"" */, - F26336EE7535412197803189 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_cart.cpp \"" */, - C91AF3223CD640CFB45633AA /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_flashrom.cpp \"" */, - 23AF7A2E33B44EB7AFBB3639 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_m3comm.cpp \"" */, - 37D11BA5A39A4BDA912AD5A8 /* "\"$(SRCROOT)/flycast/core/hw/naomi/naomi_roms.cpp \"" */, - B2E91B10276944B5A3E8F292 /* "\"$(SRCROOT)/flycast/core/hw/naomi/netdimm.cpp \"" */, - EB8B744F09694CB3AFC49ECB /* "\"$(SRCROOT)/flycast/core/hw/naomi/printer.cpp \"" */, - 8A5922B958DE4CA49596B064 /* "\"$(SRCROOT)/flycast/core/hw/naomi/touchscreen.cpp \"" */, - 7E457E7826E847C68E7E87E1 /* "\"$(SRCROOT)/flycast/core/hw/pvr/Renderer_if.cpp \"" */, - E1B86B20A4A64503A6B47DC2 /* "\"$(SRCROOT)/flycast/core/hw/pvr/elan.cpp \"" */, - 6A08B91D8CA84BDB8922E998 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr.cpp \"" */, - 7CF1910CB10C41B98954D0B7 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_mem.cpp \"" */, - 338E51514BC343A29548CA48 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_regs.cpp \"" */, - 06387365B1E24F289D8F5984 /* "\"$(SRCROOT)/flycast/core/hw/pvr/pvr_sb_regs.cpp \"" */, - 2D6B8962D98B46CABF1ED39D /* "\"$(SRCROOT)/flycast/core/hw/pvr/spg.cpp \"" */, - 824FB2B551984478A1958573 /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta.cpp \"" */, - 97EC1234EDD24C069955A87C /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_ctx.cpp \"" */, - AC15596B76474B09A247B6DF /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_util.cpp \"" */, - 24220114ACB2438BA3F2497C /* "\"$(SRCROOT)/flycast/core/hw/pvr/ta_vtx.cpp \"" */, - E54E1FF3795244D2B4F25529 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/blockmanager.cpp \"" */, - 8C1A0DFD13B44B81BC8BE596 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/decoder.cpp \"" */, - 6F6EDA15D84B4F809F677806 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/driver.cpp \"" */, - A80F16A5E6D142B6A4B2E17F /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/shil.cpp \"" */, - E725BE3733C94F7D84DE3334 /* "\"$(SRCROOT)/flycast/core/hw/sh4/dyna/ssa.cpp \"" */, - 4C61B447B79A44BF8C353573 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_fpu.cpp \"" */, - 9ADE6F6006E84B1799FE5BC8 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_interpreter.cpp \"" */, - 80CD41EC665C4FB0827C8328 /* "\"$(SRCROOT)/flycast/core/hw/sh4/interpr/sh4_opcodes.cpp \"" */, - C4458B0FE2294BBAAEBB3DCC /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/bsc.cpp \"" */, - 6091EDB3093649558AD9A44D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ccn.cpp \"" */, - B50E99A3C5C64C11B283110D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/cpg.cpp \"" */, - 576A2C654E3040A199ED9549 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/dmac.cpp \"" */, - 7418F6140E544E28AE161999 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/fastmmu.cpp \"" */, - 68BD7E5B75814485981DF363 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/intc.cpp \"" */, - 33A5A2A05E32493DB6E4FD1D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/mmu.cpp \"" */, - 5AA4C43F65A74EF0BDD2CA8D /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/rtc.cpp \"" */, - C0B685DAE3594442BF72981E /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/serial.cpp \"" */, - C5BF7CB818734E5C8607CA55 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/tmu.cpp \"" */, - 61E11B2D4FB5460CAA933D40 /* "\"$(SRCROOT)/flycast/core/hw/sh4/modules/ubc.cpp \"" */, - 4D35BDE6D3D04DFD9A51C307 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_core_regs.cpp \"" */, - EB1B948CE2064D069BC68816 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_cycles.cpp \"" */, - CCA75563822D40B7985064DC /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_interrupts.cpp \"" */, - B02CC235EAAF44C6A7C789D6 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mem.cpp \"" */, - 8FAE2864ED3D44489841A37C /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_mmr.cpp \"" */, - 3A155242CC1F4B21ABD1102D /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_opcode_list.cpp \"" */, - 27C64DDD1DE24C18A808E336 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_rom.cpp \"" */, - 58BF9785B5B64D1F901D4CB4 /* "\"$(SRCROOT)/flycast/core/hw/sh4/sh4_sched.cpp \"" */, - 81C7DB0D1B95475C8832A07F /* "\"$(SRCROOT)/flycast/core/hw/sh4/storeq.cpp \"" */, - 2152060F4FD54368B09A4C36 /* "\"$(SRCROOT)/flycast/core/imgread/ImgReader.cpp \"" */, - 2EBA825E97304135A6C7C395 /* "\"$(SRCROOT)/flycast/core/imgread/cdi.cpp \"" */, - 1EEAF28C3EF04A8CB69A6050 /* "\"$(SRCROOT)/flycast/core/imgread/chd.cpp \"" */, - B858042B38004D2DB8744AF4 /* "\"$(SRCROOT)/flycast/core/imgread/common.cpp \"" */, - 19DB824604334B1A8520BB64 /* "\"$(SRCROOT)/flycast/core/imgread/cue.cpp \"" */, - 162580E8261044F9808417B6 /* "\"$(SRCROOT)/flycast/core/imgread/gdi.cpp \"" */, - FB77188BA6B041AE9E61EC31 /* "\"$(SRCROOT)/flycast/core/imgread/ioctl.cpp \"" */, - 9E3ECEFB95624DCF99814A3C /* "\"$(SRCROOT)/flycast/core/imgread/isofs.cpp \"" */, - 2078BF0DE4F04004B3D546F2 /* "\"$(SRCROOT)/flycast/core/linux/common.cpp \"" */, - FA2C13288DE84F77A65B90B2 /* "\"$(SRCROOT)/flycast/core/linux/context.cpp \"" */, - 7477B410D15D415EBC657193 /* "\"$(SRCROOT)/flycast/core/linux/posix_vmem.cpp \"" */, - 4C5193A75C9E41528A8F6721 /* "\"$(SRCROOT)/flycast/core/linux/unwind_info.cpp \"" */, - 6BA760F06D96458CB2AC8297 /* "\"$(SRCROOT)/flycast/core/lua/lua.cpp \"" */, - 0637BEC0AE084A56B6CA2148 /* "\"$(SRCROOT)/flycast/core/network/alienfnt_modem.cpp \"" */, - 5009CDFE991F493EAF59E0D4 /* "\"$(SRCROOT)/flycast/core/network/dns.cpp \"" */, - F2D26F610D57424E84AEC26D /* "\"$(SRCROOT)/flycast/core/network/ggpo.cpp \"" */, - 8DACA32043FE4123B1A732FE /* "\"$(SRCROOT)/flycast/core/network/miniupnp.cpp \"" */, - C0E3D63DCFAC463BA092590D /* "\"$(SRCROOT)/flycast/core/network/naomi_network.cpp \"" */, - A9C32AF911B1413A8AE57A08 /* "\"$(SRCROOT)/flycast/core/network/net_handshake.cpp \"" */, - 7745E2E6FE3C4CE9A0AAF3C3 /* "\"$(SRCROOT)/flycast/core/network/output.cpp \"" */, - EE9E75179350493190F436E4 /* "\"$(SRCROOT)/flycast/core/network/picoppp.cpp \"" */, - F6E1F6243B294DD0ACA54AF0 /* "\"$(SRCROOT)/flycast/core/nullDC.cpp \"" */, - ACA3158247664218808EED9A /* "\"$(SRCROOT)/flycast/core/oslib/storage.cpp \"" */, - C83687848955430C9EBE5516 /* "\"$(SRCROOT)/flycast/core/rec-ARM64/rec_arm64.cpp \"" */, - 98433AF0485D40478F08254B /* "\"$(SRCROOT)/flycast/core/reios/descrambl.cpp \"" */, - 9FDE593B570D49C8B8C84660 /* "\"$(SRCROOT)/flycast/core/reios/gdrom_hle.cpp \"" */, - 15C9BB939A1040919F4AA64D /* "\"$(SRCROOT)/flycast/core/reios/reios.cpp \"" */, - 13B0B440982C4D1E8699B2DB /* "\"$(SRCROOT)/flycast/core/reios/reios_elf.cpp \"" */, - 2A21724799A2410BA033A0C7 /* "\"$(SRCROOT)/flycast/core/rend/CustomTexture.cpp \"" */, - DFA565BD5B7C419A83ECFD4C /* "\"$(SRCROOT)/flycast/core/rend/TexCache.cpp \"" */, - F7AA799C5821446794BDDE5E /* "\"$(SRCROOT)/flycast/core/rend/norend/norend.cpp \"" */, - 2A4AF8C551C14CF2AB87532D /* "\"$(SRCROOT)/flycast/core/rend/osd.cpp \"" */, - 37C3E6283F8F49A0BE3911A7 /* "\"$(SRCROOT)/flycast/core/rend/sorter.cpp \"" */, - B2DDC67A633D4DD29C1E7CAC /* "\"$(SRCROOT)/flycast/core/rend/vulkan/buffer.cpp \"" */, - 8E0CBD89EED14A5D8D98960A /* "\"$(SRCROOT)/flycast/core/rend/vulkan/commandpool.cpp \"" */, - AF8D2891A9FE45758CA83EFE /* "\"$(SRCROOT)/flycast/core/rend/vulkan/compiler.cpp \"" */, - CE24844B2F3A4B138B97AFC9 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/drawer.cpp \"" */, - D5FB32E4E69E4C3293CFD202 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_drawer.cpp \"" */, - 78B49CE26C3E4D93A7ABD053 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_pipeline.cpp \"" */, - 03EDEDE890014C5EA73DEAF0 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderer.cpp \"" */, - 5CA0CC76F3C7496E8136C2EF /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_renderpass.cpp \"" */, - AAE197978BFE4165B3CC81D7 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/oit/oit_shaders.cpp \"" */, - 2B1E23FD4A934F5A94AB64AD /* "\"$(SRCROOT)/flycast/core/rend/vulkan/overlay.cpp \"" */, - 7604E10771A54054A883F464 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/pipeline.cpp \"" */, - 0B22904A8E6F4086BDE95A2D /* "\"$(SRCROOT)/flycast/core/rend/vulkan/quad.cpp \"" */, - 9EF3CC2F5D784DB59252C208 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/shaders.cpp \"" */, - 0A8E39A69D4740E28D639D12 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/texture.cpp \"" */, - D13859D0B8DA4C7786556C6C /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vk_context_lr.cpp \"" */, - 94C7CCE1DA434E2094D542F4 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vmallocator.cpp \"" */, - 2114D55462054BE1B58398B2 /* "\"$(SRCROOT)/flycast/core/rend/vulkan/vulkan_renderer.cpp \"" */, - DC3ACBBECAAB4FDB839862C4 /* "\"$(SRCROOT)/flycast/core/serialize.cpp \"" */, - EF4AB947A7A64C88935ACD5A /* "\"$(SRCROOT)/flycast/core/stdclass.cpp \"" */, - D7B9703633C346B6AAA37ABE /* "\"$(SRCROOT)/flycast/core/wsi/libretro.cpp \"" */, - 0EBE265C3A984A8B870AB7CA /* "\"$(SRCROOT)/flycast/core/wsi/switcher.cpp \"" */, - 0AF9E02E52B74744BF500A45 /* "\"$(SRCROOT)/flycast/shell/libretro/LogManager.cpp \"" */, - 0F4A94218C844C8BAF9E69E4 /* "\"$(SRCROOT)/flycast/shell/libretro/audiostream.cpp \"" */, - 59271D7D0FCE46F6B5505D8E /* "\"$(SRCROOT)/flycast/shell/libretro/libretro.cpp \"" */, - 272276B09F404DDDB9C8FB37 /* "\"$(SRCROOT)/flycast/shell/libretro/option.cpp \"" */, - 17F4BDEDA18E4F57BC72517E /* "\"$(SRCROOT)/flycast/shell/libretro/oslib.cpp \"" */, - 3395B7E9E9574C3DB21B2EB5 /* "\"$(SRCROOT)/flycast/shell/libretro/oslib_apple.mm \"" */, - 9803DF16288A4C629113FFB5 /* "\"$(SRCROOT)/flycast/shell/libretro/vmu_xhair.cpp \"" */, + 0AD4741B1B8D4AE6B1600248 /* ossource.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 64512D36E3A841AE9A0E2C31 /* Sources */ = { + 774A2404C0D84B718F86026B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 78197CD4F19A4B8CAD54BC74 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Alloc.c \"" */, - F1B035127CDB47AFA71B233E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Bra86.c \"" */, - 772719270F7F4548BCCC684E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/BraIA64.c \"" */, - 40DCFA0CD0D84CE291295AE4 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/CpuArch.c \"" */, - BD95A65BC5D34DCB8DB00A8D /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Delta.c \"" */, - 8F4BEB04267B444FA1C04BE2 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzFind.c \"" */, - 0AD206214D6C4AED8A9E177E /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c \"" */, - 5A6142A2DFDC401C8A10E176 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c \"" */, - 353447A348AE43A0B92EA132 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c \"" */, - 427376C857EE4398A067F065 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/deps/lzma-22.01/src/Sort.c \"" */, + D1A7A8F7534A440FBBCCDD8C /* zip_err_str.c in Sources */, + 56C8C4BCE4434B29A4BCA1BD /* zip_add.c in Sources */, + F0134CC90164480F9DA7325B /* zip_add_dir.c in Sources */, + 22ABE116CC2649A0BE423740 /* zip_add_entry.c in Sources */, + 90BD6A0FE8E4496B94AAD9FC /* zip_algorithm_deflate.c in Sources */, + 84DA93C4EBF14B69A83909D2 /* zip_algorithm_zstd.c in Sources */, + FD72A4988DFB4C2D83F00264 /* zip_buffer.c in Sources */, + 4F51517347F847ABB9779493 /* zip_close.c in Sources */, + 069D41B535414C6C8B3EA2EC /* zip_delete.c in Sources */, + A33C69DEF873446C815652AC /* zip_dir_add.c in Sources */, + 2AE796CA0178489F9129681D /* zip_dirent.c in Sources */, + 4A2EB94B4FA64CD9AFB9B959 /* zip_discard.c in Sources */, + EA06573E6FCC48B2A8B0B1F8 /* zip_entry.c in Sources */, + 4B433D404C5D43CA89CF7BA9 /* zip_error.c in Sources */, + 279D413FDB4F49AF974A2F9B /* zip_error_clear.c in Sources */, + B453C9B186E64D848007EBA2 /* zip_error_get.c in Sources */, + 2048E1BFC37C483D912D90A9 /* zip_error_get_sys_type.c in Sources */, + 34166E5B2D244D839D420FDA /* zip_error_strerror.c in Sources */, + DE38CC4AA79B4DD9BD859973 /* zip_error_to_str.c in Sources */, + CB4CC358C83C42188D2C6EE8 /* zip_extra_field.c in Sources */, + 9818D1F7F5E8470DAD14C1AA /* zip_extra_field_api.c in Sources */, + E7FAF3FDBC3741F389572DD1 /* zip_fclose.c in Sources */, + 1904D69D36064513A3A15D7F /* zip_fdopen.c in Sources */, + 097EB74C726F424DB0EAB055 /* zip_file_add.c in Sources */, + 1D938C6908C34AE4BAC1AE79 /* zip_file_error_clear.c in Sources */, + C6D90E685D094AA190396AD8 /* zip_file_error_get.c in Sources */, + 5928C650C716439CB1A048C3 /* zip_file_get_comment.c in Sources */, + 64D8A09928054520956572DD /* zip_file_get_external_attributes.c in Sources */, + 46D2013154244F1C84FD3B2D /* zip_file_get_offset.c in Sources */, + 9014624EDC5C4788824DDC13 /* zip_file_rename.c in Sources */, + A88DF4CCB7A247F589C5CD81 /* zip_file_replace.c in Sources */, + 10969BF74F64416BADF87596 /* zip_file_set_comment.c in Sources */, + 2FA569826A63483CA4903FF2 /* zip_file_set_encryption.c in Sources */, + 7ADA547A32B847ED8C5492FA /* zip_file_set_external_attributes.c in Sources */, + A3E8A6BD516B4A8F8BB2E726 /* zip_file_set_mtime.c in Sources */, + A47AD834CDD141B3967B7FAB /* zip_file_strerror.c in Sources */, + A75B6C80462E4906AB2F200E /* zip_fopen.c in Sources */, + 5D8AFC96E7FD43648360D121 /* zip_fopen_encrypted.c in Sources */, + 06656C50623147F1BD0D8102 /* zip_fopen_index.c in Sources */, + 831221F1E952442AAE1DAE60 /* zip_fopen_index_encrypted.c in Sources */, + 1F56DB64361A41D2889E1196 /* zip_fread.c in Sources */, + 65F7AF7A3A2841EE8AD745C2 /* zip_fseek.c in Sources */, + 69653FB76E4447EA92265A4F /* zip_ftell.c in Sources */, + DC60FD2FE4CB4B76AC9F5869 /* zip_get_archive_comment.c in Sources */, + DA72942432204839863F76AB /* zip_get_archive_flag.c in Sources */, + 16BD29AF785A4CC499600416 /* zip_get_encryption_implementation.c in Sources */, + 3A98DC4494074B66A24D644E /* zip_get_file_comment.c in Sources */, + 01F1D1401BCC443B91FF59BC /* zip_get_name.c in Sources */, + 9F85449EEF6F4EAE9B19DAC5 /* zip_get_num_entries.c in Sources */, + 239A83A1CBE24CBD9B84669B /* zip_get_num_files.c in Sources */, + EE382212A7B64361AFF69747 /* zip_hash.c in Sources */, + BF76CE67553945FB9FC00A19 /* zip_io_util.c in Sources */, + 13BC84A9021F41E4A218E781 /* zip_libzip_version.c in Sources */, + 9D4E568658BA40B88B3CE5C4 /* zip_memdup.c in Sources */, + 6B423C2AF3E44B8CAA74DFB3 /* zip_name_locate.c in Sources */, + 7093EA664D8943A39529F383 /* zip_new.c in Sources */, + EEBA5DAAE77641F281A6A9D6 /* zip_open.c in Sources */, + 5B5C752D4ECF49CCBD6EFBC2 /* zip_pkware.c in Sources */, + DBAAB507505A4B499F0CDA49 /* zip_progress.c in Sources */, + 976EC227BA974899B9B3D288 /* zip_random_unix.c in Sources */, + 71F6BB750B9247E38561DC92 /* zip_rename.c in Sources */, + 3E60942214874A01AE698677 /* zip_replace.c in Sources */, + 7C9008C680604CDF89FBB453 /* zip_set_archive_comment.c in Sources */, + 38126C0F583F46138832F148 /* zip_set_archive_flag.c in Sources */, + 38B2DBF87A93413CA669D1F1 /* zip_set_default_password.c in Sources */, + 5C4D2B0BF02B4FA2B1A26CF7 /* zip_set_file_comment.c in Sources */, + E10579EFE8E2420BA19E758E /* zip_set_file_compression.c in Sources */, + B797999590BB4FC4AE752C05 /* zip_set_name.c in Sources */, + 6BDCA793089641AD9B01DD01 /* zip_source_accept_empty.c in Sources */, + 6FC6E51B9C6746D8A7DA87E5 /* zip_source_begin_write.c in Sources */, + F02E00AB5776445192CCB5D5 /* zip_source_begin_write_cloning.c in Sources */, + 464EE830C2724482ACC7A3BB /* zip_source_buffer.c in Sources */, + 0A4B7809D28147BD8775E3A0 /* zip_source_call.c in Sources */, + F66B2B1D5BA94F6C932EA482 /* zip_source_close.c in Sources */, + 5A0257510B2E42AAA43323FA /* zip_source_commit_write.c in Sources */, + C5836B88AA554270845919F0 /* zip_source_compress.c in Sources */, + 94859C0835A14AB495061F0C /* zip_source_crc.c in Sources */, + B185C870D8CE45BDBD5891BC /* zip_source_error.c in Sources */, + EBD52DB838C24B37BC4E0D45 /* zip_source_file_common.c in Sources */, + EB56C5273AFB468294DDCF9A /* zip_source_file_stdio.c in Sources */, + 64404D62586B43DABD44C549 /* zip_source_file_stdio_named.c in Sources */, + 27B6C8F24C8946638CC1D6F2 /* zip_source_free.c in Sources */, + 9216FE5F5801452F84CAFABC /* zip_source_function.c in Sources */, + 77AEF356DED040569D47D260 /* zip_source_get_file_attributes.c in Sources */, + 7E256F8A82AB4E4AB7C37267 /* zip_source_is_deleted.c in Sources */, + F3D969DAAD9041A5BEE27C19 /* zip_source_layered.c in Sources */, + 6888EEAAA6A04B14BC6AE683 /* zip_source_open.c in Sources */, + 80D08C9B91DF465B9671C0BD /* zip_source_pass_to_lower_layer.c in Sources */, + 33D0F5035CDF4ED4AEA554AD /* zip_source_pkware_decode.c in Sources */, + 3AB922BE30864D909F87A2E7 /* zip_source_pkware_encode.c in Sources */, + D744FCD7BB204B2BAA996B2D /* zip_source_read.c in Sources */, + 1AE3A7A29873449DBA4A6898 /* zip_source_remove.c in Sources */, + 601DB47B8C274A7295683684 /* zip_source_rollback_write.c in Sources */, + 7D454BAE311D45EE88E573F7 /* zip_source_seek.c in Sources */, + 487B68033E0C44418D1D8BDA /* zip_source_seek_write.c in Sources */, + 50B09FBDFEC241EFA249D386 /* zip_source_stat.c in Sources */, + 33F141F1A1CE4DBDB8FEA146 /* zip_source_supports.c in Sources */, + EF97D25738C34C7997556235 /* zip_source_tell.c in Sources */, + AFEF03ACC5A9445E9D23F175 /* zip_source_tell_write.c in Sources */, + 7BE699A067E64B98833E196C /* zip_source_window.c in Sources */, + 8FDC21DCF0564506800F8EC3 /* zip_source_write.c in Sources */, + A643362480794BE382817176 /* zip_source_zip.c in Sources */, + D23606516A6B4DB2BBD31183 /* zip_source_zip_new.c in Sources */, + C878F21342F34005BB16739E /* zip_stat.c in Sources */, + E774980FA2874A3B8EB6E9FE /* zip_stat_index.c in Sources */, + 408265B788D6440A98390A25 /* zip_stat_init.c in Sources */, + B1DA24C81D5141F5B768FDAC /* zip_strerror.c in Sources */, + 48D522E423484DF0B854456B /* zip_string.c in Sources */, + C12D2070CBBC4C99BFFDFB02 /* zip_unchange.c in Sources */, + D3C58142E9774ED283A8093A /* zip_unchange_all.c in Sources */, + 5AA4CDA064FF4457AD46F9FC /* zip_unchange_archive.c in Sources */, + 9DFE5F4A181044E284D1CE23 /* zip_unchange_data.c in Sources */, + EF474B0AC37A45969665C386 /* zip_utf-8.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7E574580D8A04D769BC75167 /* Sources */ = { + 77AFDD630707485DB2FF8E80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 46A0F506D4EF43C7AE1BDC73 /* "\"$(SRCROOT)/flycast/core/deps/glslang/OGLCompilersDLL/InitializeDll.cpp \"" */, + E7D4F58EC1D24093892E0282 /* adler32.c in Sources */, + 2704874BD7FA45D5BBF9B795 /* compress.c in Sources */, + 1415D55623C04D8D9823D050 /* crc32.c in Sources */, + 99E8AA053F6045E5B7837E82 /* deflate.c in Sources */, + 8E6BB098EA8A4CCF9F2C6EF3 /* gzclose.c in Sources */, + 5A71DFABCB0E44CF9505AED3 /* gzlib.c in Sources */, + 63B9500699394C7FBF7B28B3 /* gzread.c in Sources */, + 77B5B69FC2534C1ABE926A25 /* gzwrite.c in Sources */, + 016DBCDB042E4352A2F37EAB /* infback.c in Sources */, + 0B1962C17F284D91B71A5640 /* inffast.c in Sources */, + 6DCC9C5F8E1545759893CADA /* inflate.c in Sources */, + FBC797707D0748C1BA50D96B /* inftrees.c in Sources */, + 8ADA294B72A940F4BC6CCE9B /* trees.c in Sources */, + A5BED934DAE147F0A7613D03 /* uncompr.c in Sources */, + 9B5B46472AC440618D9953CB /* zutil.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8C62CB9EDD354812AFFF8816 /* Sources */ = { + 8267595DE10A4B3F8AAFC02C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6934FB82B6484F31A37D114F /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_bitstream.c \"" */, - 6B23925C8C264399B6C315EA /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_cdrom.c \"" */, - 037710BE4B0346F39B50D4AC /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_chd.c \"" */, - 65B7F7E7A5E044D6954881B9 /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_flac.c \"" */, - 38052125FCF743238330C62B /* "\"$(SRCROOT)/flycast/core/deps/libchdr/src/libchdr_huffman.c \"" */, + 336B0E22992D4862B13C5F07 /* ResourceLimits.cpp in Sources */, + 10BFBE0DBDF04E6CA02F77E0 /* resource_limits_c.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 980935C9D9914FDE8475B211 /* Sources */ = { + 84A3FEA1208440C79745947A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3948B0FF6C51491A9247B476 /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf.c \"" */, - 4AEBC6BBCCEF40FFA181BA0F /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf32.c \"" */, - 6362ABDABAD942EA82FF364B /* "\"$(SRCROOT)/flycast/core/deps/libelf/src/elf64.c \"" */, + 4E6ECC3758E84B93B46E96CC /* libchdr_bitstream.c in Sources */, + 2CBEFE31E5BD46BDB2E535C6 /* libchdr_cdrom.c in Sources */, + E2EE6E72F44E4A8296350054 /* libchdr_chd.c in Sources */, + D618EA134F264FC29EE5E777 /* libchdr_flac.c in Sources */, + FA16FD320065498080A141CC /* libchdr_huffman.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9A6A2683731E487ABEB5A89E /* Sources */ = { + 879D2D4A19884C51A95A6408 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E596A46507F345948B97A855 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/addr_is_reserved.c \"" */, - 0352E77B13864396A2A5BCC7 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/connecthostport.c \"" */, - 43981FF56884445D83F6A327 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/igd_desc_parse.c \"" */, - E0FCA4EC0CE742DA8A9D106D /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minisoap.c \"" */, - D26AD0F83C55455F96B64830 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minissdpc.c \"" */, - 0972820D74754C789A171F3B /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/miniupnpc.c \"" */, - 2F7C83F80F944D099C535A48 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/miniwget.c \"" */, - 57BB0CC0DD25480F81C94631 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/minixml.c \"" */, - E19444983BD34BF7BFF7A3A9 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/portlistingparse.c \"" */, - 25BBA96EEB4140CEA44DF86A /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/receivedata.c \"" */, - 3776760FB85842958C6F37C6 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpcommands.c \"" */, - BD1BB4A84B234117985E8CCA /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpdev.c \"" */, - F319556C5BB74E329A764088 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnperrors.c \"" */, - 3ED21360F77541BF9FCF1269 /* "\"$(SRCROOT)/flycast/core/deps/miniupnpc/src/upnpreplyparse.c \"" */, + 598077913F864F3DB76EABCB /* adler32.c in Sources */, + B0072F814F6A4376847CF6D8 /* compress.c in Sources */, + 2785B586D03943C5AEA31A61 /* crc32.c in Sources */, + 808824E8FE224A8C87E9D318 /* deflate.c in Sources */, + 9192F7EE9DE1464BAFEBF469 /* gzclose.c in Sources */, + E31214B97B764644A20E7034 /* gzlib.c in Sources */, + 0FE84A9815BB46C0847FAE1D /* gzread.c in Sources */, + 392892004F914511A1C5A50E /* gzwrite.c in Sources */, + 31DC613DC0F3411F82318E1B /* infback.c in Sources */, + 46E43849F00D484F99C507A8 /* inffast.c in Sources */, + 600BABC37A0841E4BDDF448E /* inflate.c in Sources */, + 42D446BD6C964FF7929776CE /* inftrees.c in Sources */, + 87D6FD9D92EB4995AE3348D7 /* trees.c in Sources */, + 3ADF023419D64566B28FFC9C /* uncompr.c in Sources */, + 93E47A6275354B15BACB9816 /* zutil.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9BE99C7DAC9D4BAF92703A4C /* Sources */ = { + 8FEA375072544E3E9FA71EE5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4B364FF27E704084BBC91198 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/GenericCodeGen/CodeGen.cpp \"" */, - 80DEF556E36E4E37B51923B9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/GenericCodeGen/Link.cpp \"" */, + E5DE373548644BE29FD8E53D /* achievements.cpp in Sources */, + D7BB40875021499F8CAAB3B3 /* 7zArchive.cpp in Sources */, + 7ED795BA47B74B38859F6F2E /* ZipArchive.cpp in Sources */, + 4B192C5E0DCF4694B2A40629 /* archive.cpp in Sources */, + 446A12756D2442BE9DAF6148 /* rzip.cpp in Sources */, + 1BE7FD652A434E6EA7877D60 /* cheats.cpp in Sources */, + F937528332334802934D5DB5 /* cdipsr.cpp in Sources */, + 01A9516199884E0EBA2A6D2C /* compat_strcasestr.c in Sources */, + E616C347F30A48EC89FDE347 /* compat_strl.c in Sources */, + 3AFCF2068729445C90F475A5 /* fopen_utf8.c in Sources */, + 1B5D7EE6B2F94EF4B55C4C77 /* encoding_utf.c in Sources */, + 3B2FBD83FCD74DA69B175457 /* file_path.c in Sources */, + 5072FD628EDC4394B434F4B3 /* retro_dirent.c in Sources */, + E309C272B936480AA25D7BE0 /* memalign.c in Sources */, + B7F9BBD614BC48AFAFD12053 /* stdstring.c in Sources */, + 6B28E854792F47ABAB3F0FAF /* vfs_implementation.c in Sources */, + B38704942D2C68F100D541F1 /* glsm.c in Sources */, + 47743B5BAC80428C9C1E3151 /* md5.cpp in Sources */, + 7B88A4B4C9E04511B1755D37 /* pico_arp.c in Sources */, + 5E02AFC9FFC74695A732EC68 /* pico_dev_ppp.c in Sources */, + 09503B8448BE44949B9780CB /* pico_dhcp_common.c in Sources */, + CCBA5BB4F9FF4D2EBEB74946 /* pico_dhcp_server.c in Sources */, + B4F647D85CD34D4EB3E6062B /* pico_dns_client.c in Sources */, + 1BF29FD126BF48D78CA7CF62 /* pico_dns_common.c in Sources */, + 28708D3960B3453AA69606CB /* pico_ethernet.c in Sources */, + 03C732A3CC424D7798BF54F1 /* pico_fragments.c in Sources */, + 6678919CDD1C45D38C0E2249 /* pico_icmp4.c in Sources */, + 09262DBBA14542338D8959DF /* pico_ipv4.c in Sources */, + F41CF4452700472986D9871F /* pico_socket_tcp.c in Sources */, + D9D185C489D0471DA3F712A0 /* pico_socket_udp.c in Sources */, + 664BC1DED8644FC5BB471282 /* pico_strings.c in Sources */, + 9B62F293C8DD41BB8076A929 /* pico_tcp.c in Sources */, + 02D68251A6C94B61B1DB7B7E /* pico_udp.c in Sources */, + 0F2EC5CCA8D843C49CED916D /* pico_device.c in Sources */, + FB7CFB3D6C1C429F8E34B1A3 /* pico_frame.c in Sources */, + 35BC96AF40344459B059C0B1 /* pico_md5.c in Sources */, + 5F09D4E9F9E645ADB449567B /* pico_protocol.c in Sources */, + 292CA95CDADE4598B0B2A73D /* pico_socket.c in Sources */, + C320C433B70D462CB042F594 /* pico_socket_multicast.c in Sources */, + ADD5600EB2414046A0C6BFF3 /* pico_stack.c in Sources */, + 68807E7F292D431EB6AE6A42 /* pico_tree.c in Sources */, + 332CF45A46904772807212B9 /* assembler-aarch64.cc in Sources */, + 5AA538148A8540C5B4D888AC /* assembler-sve-aarch64.cc in Sources */, + 7C3F7FD22E2B4799909DB724 /* instructions-aarch64.cc in Sources */, + B5F71C718E8E4640A3D0C709 /* macro-assembler-aarch64.cc in Sources */, + FC8A5693DEC447E2AEBE8A9C /* macro-assembler-sve-aarch64.cc in Sources */, + DFEE2F68D34140458383A746 /* operands-aarch64.cc in Sources */, + 262FB220F2484578A33B4CF6 /* pointer-auth-aarch64.cc in Sources */, + F04B2138E9DF49E4AEB6C5DB /* registers-aarch64.cc in Sources */, + 9AE738836A384C1FAAAE16C3 /* code-buffer-vixl.cc in Sources */, + BD185576837A45078896E4AA /* compiler-intrinsics-vixl.cc in Sources */, + 9F3670B8793C44D3B191F37D /* cpu-features.cc in Sources */, + 32BB209DD0B548F7BFDD682D /* utils-vixl.cc in Sources */, + 9EEA3FFC2EB1494FB75B0D27 /* xbrz.cpp in Sources */, + 06AF67744D7E4A4AB5ADAE46 /* emulator.cpp in Sources */, + 20EFE9E86DE5485AA8FCA729 /* aica.cpp in Sources */, + FDCF79E212304564ABD2030A /* aica_if.cpp in Sources */, + F2F3EDE122BF4C568B8BC1F7 /* aica_mem.cpp in Sources */, + 0F97B00C5ABB46739AB15FB3 /* dsp.cpp in Sources */, + 235C0F5490164F5091615D91 /* dsp_arm32.cpp in Sources */, + F6813AC5A7614B2C827F3BF4 /* dsp_arm64.cpp in Sources */, + 2BFF52E5465046DC9A221583 /* dsp_interp.cpp in Sources */, + FD2599957428448585E29798 /* dsp_x64.cpp in Sources */, + 459F10412575456E97E6A13E /* dsp_x86.cpp in Sources */, + D5EB965A91B048FBB15D8C3B /* sgc_if.cpp in Sources */, + AD41E1E2952741FB87C2B895 /* arm7.cpp in Sources */, + 85286A30F2AB4207BD683ACB /* arm7_rec.cpp in Sources */, + 25C7FCE484D7484191FC55BA /* arm7_rec_arm32.cpp in Sources */, + E553B769BED94DE098BAD07F /* arm7_rec_arm64.cpp in Sources */, + 5AE8419DFBC24FDD955B311D /* arm7_rec_x64.cpp in Sources */, + A95BB2049A914BBE951D9867 /* arm_mem.cpp in Sources */, + 9EF2401009B0488AA737B6AA /* bba.cpp in Sources */, + 5DE02BCF9FAD4426ACDE8E16 /* rtl8139c.cpp in Sources */, + B15644563C0D406CBAF2F77E /* at93cxx.cpp in Sources */, + B65731399C5C445288A8447B /* flashrom.cpp in Sources */, + 4B764BCCFC5849AC899F9B8A /* nvmem.cpp in Sources */, + 89CD810CCA214571941D5A75 /* x76f100.cpp in Sources */, + 544568563B114578A73A6D0D /* gdrom_response.cpp in Sources */, + 037AD051B392420098988238 /* gdromv3.cpp in Sources */, + 280B70C363C641A49C8F0A70 /* holly_intc.cpp in Sources */, + 85980726D5FD449482C3FD83 /* sb.cpp in Sources */, + 9267775FA07C405A9D6C23F8 /* sb_mem.cpp in Sources */, + E8AC4059EB98429286B1AB16 /* maple_cfg.cpp in Sources */, + 03EA68161CDA4EC8A2EE04CE /* maple_devs.cpp in Sources */, + 9B40797EB5EA4083A96394C8 /* maple_helper.cpp in Sources */, + 9118A10CF93B4E80A93A74FA /* maple_if.cpp in Sources */, + F79587B5689147E38A4F00A4 /* maple_jvs.cpp in Sources */, + 0F6CB3E1F0354A3FA2374F34 /* addrspace.cpp in Sources */, + 4A92822F949C4E8491C7A93B /* mem_watch.cpp in Sources */, + 8F5F57251B944DC9AE384559 /* modem.cpp in Sources */, + 03C62B7F753447F39BB34F0F /* awcartridge.cpp in Sources */, + 82D741A7F86B4BFBB9ACD3AD /* card_reader.cpp in Sources */, + 1403E4689C3E4E6DB8537A1D /* decrypt.cpp in Sources */, + BF12A7A683AC429DB4C78795 /* gdcartridge.cpp in Sources */, + EB114514BD1F4BF680670040 /* hopper.cpp in Sources */, + D3CC59D32B6B407487C09E12 /* m1cartridge.cpp in Sources */, + CC43703D772C4FF991F7211A /* m4cartridge.cpp in Sources */, + 460C6C1FC33A4B9094CE9110 /* multiboard.cpp in Sources */, + 3F083634F83C4C3087A4568C /* naomi.cpp in Sources */, + 8C456234E7044A2A8E9294B3 /* naomi_cart.cpp in Sources */, + A6EEAF74EE6747EC88DB3C21 /* naomi_flashrom.cpp in Sources */, + 254657BD19044585A06AEB53 /* naomi_m3comm.cpp in Sources */, + 1DADEC6B4BA049C2BF63989B /* naomi_roms.cpp in Sources */, + 2072B3E4735A4C709B7724B4 /* netdimm.cpp in Sources */, + 4ACDC53D587C4E02B0225646 /* printer.cpp in Sources */, + AC8A21F5434F4D97974E0D0A /* systemsp.cpp in Sources */, + D72204BB517B4CEDBD3F5F3B /* touchscreen.cpp in Sources */, + E29DE0DACD064798B51A1B2E /* Renderer_if.cpp in Sources */, + B073AB5AF1EB4CDC8BB6EFFA /* elan.cpp in Sources */, + 055B02CB2FD74A30A4AE50F3 /* pvr.cpp in Sources */, + 980631F7E11A438199022331 /* pvr_mem.cpp in Sources */, + E35864BF12B24B9FB61A1FED /* pvr_regs.cpp in Sources */, + 45CC97903CE84A70BBF326C5 /* pvr_sb_regs.cpp in Sources */, + 16380E6BCA8C48029E4DE61B /* spg.cpp in Sources */, + CF3D323800E742F182CA66F2 /* ta.cpp in Sources */, + DCA1858C8BDD4357A15F4928 /* ta_ctx.cpp in Sources */, + 3A45A4776A14470A85AE90E1 /* ta_util.cpp in Sources */, + 61F0866DB61D43E8B36DEE52 /* ta_vtx.cpp in Sources */, + DB22532F37A9423B9770A02A /* blockmanager.cpp in Sources */, + DCBB86399A494E2AAF4263E2 /* decoder.cpp in Sources */, + A4BE29CBA8414AB1912C2F58 /* driver.cpp in Sources */, + 1413CFB7DC774E4DB71AE290 /* shil.cpp in Sources */, + 527D604EDCC94BAA90634620 /* ssa.cpp in Sources */, + 51C0320431944839A4815823 /* sh4_fpu.cpp in Sources */, + F632BCE6DD7F497289401AE5 /* sh4_interpreter.cpp in Sources */, + 63434A6C67ED4CB1A76A66DB /* sh4_opcodes.cpp in Sources */, + 245EA04D841345D490F3F344 /* bsc.cpp in Sources */, + 45CA3D31A63040D7ABADD054 /* ccn.cpp in Sources */, + B24A4D4470D94B0B860C012A /* cpg.cpp in Sources */, + 0DCAC38B9D7D4255BC9F9DAE /* dmac.cpp in Sources */, + B93C193E43034AF58C856ED0 /* fastmmu.cpp in Sources */, + 979D5393D7D84D8F87F4E763 /* intc.cpp in Sources */, + DC991E11E84F4F43A08FE317 /* mmu.cpp in Sources */, + FDFB3F3921614785B5A4AE67 /* rtc.cpp in Sources */, + 20A9DBA8C066444192CFC1C3 /* serial.cpp in Sources */, + 87BA914AE2E14DC6845178FC /* tmu.cpp in Sources */, + F2209FD17A114A2897C40AC3 /* ubc.cpp in Sources */, + 5F3EE98A65F44913A7E4174F /* sh4_core_regs.cpp in Sources */, + 294D1530455648628E983983 /* sh4_cycles.cpp in Sources */, + 84F3764F66AC4FA799A7978D /* sh4_interrupts.cpp in Sources */, + 2CB665B806A943FBAB47314D /* sh4_mem.cpp in Sources */, + 1EA248C1944542FCBBBA5FD4 /* sh4_mmr.cpp in Sources */, + 3092FA05B7174DE2A42D4FBD /* sh4_opcode_list.cpp in Sources */, + 74AB5B3F3FBB42A78BEDA87C /* sh4_rom.cpp in Sources */, + 96C76D94B79146A6B3DD173F /* sh4_sched.cpp in Sources */, + 5E2FD2DF20F649DAAC45BDD3 /* storeq.cpp in Sources */, + 8307CD4FA0AF455BBAC2D4D8 /* ImgReader.cpp in Sources */, + C1F352FC86E7436CAE0FEEF6 /* cdi.cpp in Sources */, + 67C29C885EE54B3585D5036A /* cdio.cpp in Sources */, + D8B30258B38C43F7940F0110 /* chd.cpp in Sources */, + E49BC2F8A5E64A28A7863BBC /* common.cpp in Sources */, + 854918DE016B46769DA59516 /* cue.cpp in Sources */, + C580FA0BAC5B406BA4F42E36 /* gdi.cpp in Sources */, + BBE8E874786842EE98D2069F /* isofs.cpp in Sources */, + 517092E2DC2647F8A3DED6A8 /* common.cpp in Sources */, + BCE217DC0E2F42D797A4656E /* context.cpp in Sources */, + 9E66C3A9DA1144E2A532B2EA /* posix_vmem.cpp in Sources */, + 3410F08C992E46EEBC89F334 /* unwind_info.cpp in Sources */, + C4FAE514688249208C2A2321 /* lua.cpp in Sources */, + 6CD67896B4DA4BCC8E2ACDCF /* alienfnt_modem.cpp in Sources */, + 414E64FFCD1549C1896FF030 /* dns.cpp in Sources */, + 0206DB783C8D4ED2BE345EC8 /* ggpo.cpp in Sources */, + E91D17A7D8C943AA834BA625 /* miniupnp.cpp in Sources */, + 304143D2C1C447DCB1100A1F /* naomi_network.cpp in Sources */, + 1FB5CBCAF2D24C31954C7F07 /* net_handshake.cpp in Sources */, + F9B5796925794594AFE572DB /* output.cpp in Sources */, + B5B8C678C7684700BBCC30DD /* picoppp.cpp in Sources */, + 0EF2DEE6CC7A496EBDC178DD /* nullDC.cpp in Sources */, + B926FD84215242508EB7D1E6 /* resources.cpp in Sources */, + A7EFC06B49034F8290571C3D /* storage.cpp in Sources */, + 47B17EE8F67C490181827B2A /* rec_arm64.cpp in Sources */, + A7382D6CA60140F3940BD285 /* descrambl.cpp in Sources */, + 6159D7D790194777BD7B3819 /* gdrom_hle.cpp in Sources */, + 71A3B7BEDD9F4117B38860ED /* reios.cpp in Sources */, + 6FB9569EF31C4BE5BB1FBE5E /* reios_elf.cpp in Sources */, + 85BF5D44FFBA490F950C9E9A /* CustomTexture.cpp in Sources */, + 1BFA220A95C1451C8173E4D6 /* TexCache.cpp in Sources */, + 69D1EC250CB1475E9A7051A3 /* norend.cpp in Sources */, + 09AEB84406A24E7EA36DD6C5 /* osd.cpp in Sources */, + FBB906FF5E10405A9215D2B0 /* sorter.cpp in Sources */, + E9421C3FE4C4446484C2573E /* texconv.cpp in Sources */, + D3268C3A6C3F4D57AD63D170 /* adreno.cpp in Sources */, + CC8A9BFBE13045C8B32C2217 /* buffer.cpp in Sources */, + DE6E2B41ADD540888D050C34 /* commandpool.cpp in Sources */, + BB98670C64874CD8802C1E58 /* compiler.cpp in Sources */, + 482851E269BA41B1B5169086 /* drawer.cpp in Sources */, + F7B1FC09A49749D6BDB54C91 /* oit_drawer.cpp in Sources */, + 0838067C51C34176878C0283 /* oit_pipeline.cpp in Sources */, + C95FBC6F786849DE98CC3DE6 /* oit_renderer.cpp in Sources */, + FAA0232E3CAD49B5899E69C1 /* oit_renderpass.cpp in Sources */, + DC64194AF5694853B98A48A5 /* oit_shaders.cpp in Sources */, + 41CAACE1310749069D6D6B20 /* overlay.cpp in Sources */, + 52208893FED34845B57E0A02 /* pipeline.cpp in Sources */, + 5DBA87F4AB444A769570453F /* quad.cpp in Sources */, + AC117B419D424801A9ECF1A0 /* shaders.cpp in Sources */, + A37CB92B7F0041D1B67BC504 /* texture.cpp in Sources */, + D7DC582710554FF496268C88 /* vk_context_lr.cpp in Sources */, + 9020CBE926044FE0A6AFD3B4 /* vmallocator.cpp in Sources */, + C6D2B5D94D7740B9AB9777B9 /* vulkan_renderer.cpp in Sources */, + 5BE47409D71E4E2181EC0D78 /* serialize.cpp in Sources */, + B004781053284FB4BF590BF8 /* stdclass.cpp in Sources */, + B33AFDF42D2C6F8600BFB6C9 /* error_private.c in Sources */, + B33AFDF52D2C6F8600BFB6C9 /* debug.c in Sources */, + B33AFDF62D2C6F8600BFB6C9 /* zstd_compress_sequences.c in Sources */, + B33AFDF72D2C6F8600BFB6C9 /* zstd_fast.c in Sources */, + B33AFDF82D2C6F8600BFB6C9 /* entropy_common.c in Sources */, + B33AFDF92D2C6F8600BFB6C9 /* fse_compress.c in Sources */, + B33AFDFA2D2C6F8600BFB6C9 /* zstd_common.c in Sources */, + B33AFDFB2D2C6F8600BFB6C9 /* zstd_opt.c in Sources */, + B33AFDFC2D2C6F8600BFB6C9 /* hist.c in Sources */, + B33AFDFD2D2C6F8600BFB6C9 /* pool.c in Sources */, + B33AFDFE2D2C6F8600BFB6C9 /* cover.c in Sources */, + B33AFDFF2D2C6F8600BFB6C9 /* huf_decompress.c in Sources */, + B33AFE002D2C6F8600BFB6C9 /* zstd_compress.c in Sources */, + B33AFE012D2C6F8600BFB6C9 /* zstd_decompress.c in Sources */, + B33AFE022D2C6F8600BFB6C9 /* zstdmt_compress.c in Sources */, + B33AFE032D2C6F8600BFB6C9 /* divsufsort.c in Sources */, + B33AFE042D2C6F8600BFB6C9 /* xxhash.c in Sources */, + B33AFE052D2C6F8600BFB6C9 /* threading.c in Sources */, + B33AFE062D2C6F8600BFB6C9 /* zstd_decompress_block.c in Sources */, + B33AFE072D2C6F8600BFB6C9 /* zstd_compress_literals.c in Sources */, + B33AFE082D2C6F8600BFB6C9 /* zstd_lazy.c in Sources */, + B33AFE092D2C6F8600BFB6C9 /* zstd_ldm.c in Sources */, + B33AFE0A2D2C6F8600BFB6C9 /* fastcover.c in Sources */, + B33AFE0B2D2C6F8600BFB6C9 /* fse_decompress.c in Sources */, + B33AFE0C2D2C6F8600BFB6C9 /* zstd_ddict.c in Sources */, + B33AFE0D2D2C6F8600BFB6C9 /* zstd_compress_superblock.c in Sources */, + B33AFE0E2D2C6F8600BFB6C9 /* zdict.c in Sources */, + B33AFE0F2D2C6F8600BFB6C9 /* zstd_double_fast.c in Sources */, + B33AFE102D2C6F8600BFB6C9 /* huf_compress.c in Sources */, + BC47D051D86D446FB3772248 /* libretro.cpp in Sources */, + 1B13F2B263FD4640B92E3E14 /* switcher.cpp in Sources */, + C5C007CA512C4F7A8A13734D /* LogManager.cpp in Sources */, + 6CB3983AF7DC418B9CEF2AB9 /* audiostream.cpp in Sources */, + 74699B4B372F45FBA4BA05A0 /* libretro.cpp in Sources */, + B2BC4ED0D1B4427E84E3DFD1 /* option.cpp in Sources */, + B4A6E9E1FB7C433E8E0FDC60 /* oslib.cpp in Sources */, + 4840819ECBBF4557AA6EDF5F /* oslib_apple.mm in Sources */, + 87D37DEF73744E269C9E66A0 /* vmu_xhair.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9BF2B8DB31374421968BC656 /* Sources */ = { + 950099ABFF334ACD815ED956 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9F8F1B26F4B44BEB9022CA12 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/ResourceLimits/ResourceLimits.cpp \"" */, - 9E27DFA117994BC0AABD42D4 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/ResourceLimits/resource_limits_c.cpp \"" */, + D25917D036C440A8846CEEAA /* alienfnt.nvmem.zip.cpp in Sources */, + FEE6019203094F9EB9EE8F79 /* dirtypig.nvmem.zip.cpp in Sources */, + E211494CA3334125866CF1B1 /* dirtypig.nvmem2.zip.cpp in Sources */, + 0A3F890059344F6BBBD8693A /* f355.nvmem.zip.cpp in Sources */, + 3E194A3FDD284DBB949763F4 /* f355twin.nvmem.zip.cpp in Sources */, + 0FC5A69366CC4CA5B413391F /* f355twn2.nvmem.zip.cpp in Sources */, + CC5C388CF54545F8873AA6FA /* gunsur2.nvmem.zip.cpp in Sources */, + C13A12CE24AF4ED189E8F692 /* magicpop.nvmem.zip.cpp in Sources */, + 39F3B53140F44053A723C66F /* mazan.nvmem.zip.cpp in Sources */, + 98FDE9289387457AB605E032 /* ochaken.nvmem.zip.cpp in Sources */, + 73269B536F42498B823380A9 /* otrigger.nvmem.zip.cpp in Sources */, + 74E226DB5B574F1E80F6960E /* puyomedal.nvmem.zip.cpp in Sources */, + AC49F8519AB945A386377588 /* unomedal.nvmem.zip.cpp in Sources */, + 1D117CA531BB4EE99062F6CA /* vf4.nvmem.zip.cpp in Sources */, + 650E6D48B3214C04A67AAE92 /* vf4evob.nvmem.zip.cpp in Sources */, + 0C7BF5745AB9432FBB183FAF /* vf4tuned.nvmem.zip.cpp in Sources */, + B1F596B3CFD743EB8E9D7E25 /* westdrmg.nvmem.zip.cpp in Sources */, + 9DEA67A544FE4929A1348DF2 /* wldkicks.nvmem.zip.cpp in Sources */, + DD296A221BDF4BFF83D2B5C0 /* wldkicksj.nvmem.zip.cpp in Sources */, + 1AD1A4FDD4D2480AA8F6ABE5 /* wldkicksu.nvmem.zip.cpp in Sources */, + 027999D77E814FDDB37704A4 /* biosfont.bin.zip.cpp in Sources */, + EA4B1A20EFDD4DE9A00D0ACB /* printer_ascii12x24.bin.zip.cpp in Sources */, + BD2AD3AD67744EA49CAAF845 /* printer_ascii8x16.bin.zip.cpp in Sources */, + 188A76CFC73C4B6BB0F18189 /* printer_kanji16x16.bin.zip.cpp in Sources */, + E2DA8A163E174E26A726B0A2 /* printer_kanji24x24.bin.zip.cpp in Sources */, + BD48ED21CBEC4AA7AC00B3BC /* f355_print_template.png.cpp in Sources */, + EECEFD3CCE9E423EAE0D4966 /* lib.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9D42A2B3BC924322A1ABB4FF /* Sources */ = { + C5B82A50DB8D4B5BB8D4052B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 090814533E784BFEBDA1AC13 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Constant.cpp \"" */, - 63F009E91F5F4C72966EFD60 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/InfoSink.cpp \"" */, - 11CBB11545B344A4B687AA06 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Initialize.cpp \"" */, - 18FC4D9B5AFD4C6788710F28 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/IntermTraverse.cpp \"" */, - B81D18D48BDD4B60A295CBE5 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Intermediate.cpp \"" */, - 21A0DE1AFAB14B46AE27D8AF /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp \"" */, - 0D56CEEC5CA1421E95216700 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ParseHelper.cpp \"" */, - 43884C37439E4CE7B6DFE08F /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/PoolAlloc.cpp \"" */, - CCAC93897FD94EADA398EDCC /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/RemoveTree.cpp \"" */, - C45496D25B5848C48CE98DD8 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Scan.cpp \"" */, - 46B73D8E174D49E5831D5400 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/ShaderLang.cpp \"" */, - 62C18005F5E64EB1B646A486 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SpirvIntrinsics.cpp \"" */, - C3845E731B244502936AD98A /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/SymbolTable.cpp \"" */, - 6A96E05FA1CF4D57A833FA82 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/Versions.cpp \"" */, - AD811EE4EAA1486C85B78A53 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/attribute.cpp \"" */, - DDC8D56EBCEC44DD871F8975 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/glslang_tab.cpp \"" */, - 2AE388343F9C44C99B0A63BC /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/intermOut.cpp \"" */, - 61667E36ED234D0D9D0D799E /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/iomapper.cpp \"" */, - EDC737E5AF0142E7A9894E05 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/limits.cpp \"" */, - 8EBF428FD71246FB845084D9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/linkValidate.cpp \"" */, - D0955CC42EC349E1B991F4E9 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/parseConst.cpp \"" */, - 0B139ACECC1E4359A9F61D89 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp \"" */, - 9CD32BF499A944E7A8A5EE7C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp \"" */, - A7C101637D2C4ECAAADAFBCD /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp \"" */, - 968C675950A44FF5BF5E7133 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp \"" */, - C6615BAF785240D5AEB15A7B /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp \"" */, - 9C005BBE5AAA4CF88CB7F13C /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp \"" */, - D52E6478A3584490AF5B20F6 /* "\"$(SRCROOT)/flycast/core/deps/glslang/glslang/MachineIndependent/reflection.cpp \"" */, + A0A78A88D4E84149A10339AA /* elf.c in Sources */, + 824E2400222F4EA0BA4AA319 /* elf32.c in Sources */, + 896D1D87CDAC474E867B23CF /* elf64.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A9404E2B838F4B3F92A7C29C /* Sources */ = { + CDE711ADAFEA4E1FABB87C2C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 36DCD74E060944D3BD3DCEAB /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/alienfnt.nvmem.zip.cpp \"" */, - 81CED4AABD7B4C91B2668151 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem.zip.cpp \"" */, - F9C942F4831E43119D9B046E /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/dirtypig.nvmem2.zip.cpp \"" */, - C83B41BE7ACC4C339C26BB4B /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355.nvmem.zip.cpp \"" */, - 463342F226AC4198BD40C69F /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twin.nvmem.zip.cpp \"" */, - F9487D752CB84BB78C05F205 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/f355twn2.nvmem.zip.cpp \"" */, - 4C81B58FF3FE423AADF47229 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/gunsur2.nvmem.zip.cpp \"" */, - 62D5737BE63B436FB2373DDE /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/mazan.nvmem.zip.cpp \"" */, - 8DA7400D961547D4A0A946F6 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/otrigger.nvmem.zip.cpp \"" */, - 1E46914D54514229A65AF7E5 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4.nvmem.zip.cpp \"" */, - 16AD65630B2A4D8A9EC6F96D /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4evob.nvmem.zip.cpp \"" */, - F0F84B04A56D424A8DE49E5E /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/vf4tuned.nvmem.zip.cpp \"" */, - 6221B94B35A34158A753D250 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicks.nvmem.zip.cpp \"" */, - B1E0AD31B35B46CC8365D097 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksj.nvmem.zip.cpp \"" */, - E800CE1D3F52409D8ED0295C /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/flash/wldkicksu.nvmem.zip.cpp \"" */, - B53CCBEC0D504F1DBBDB70DC /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/biosfont.bin.cpp \"" */, - BDA23473BAC2404695AE3990 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii12x24.bin.cpp \"" */, - EF75B25D211C43C689B3BC5D /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_ascii8x16.bin.cpp \"" */, - 8BBC2A8DFE404B3F91A01DA1 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji16x16.bin.cpp \"" */, - E068DB0F4C674FADBEA89791 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/intermediate/fonts/printer_kanji24x24.bin.cpp \"" */, - DF4480243EB6413FADBC6BE0 /* "\"$(SRCROOT)/cmake/__cmrc_flycast-resources/lib.cpp \"" */, + 5F0A0B0B648241648425CE76 /* CodeGen.cpp in Sources */, + 3DF160FFF3C545D68B4D4198 /* Link.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BDABD855C13248D49ADE17E5 /* Sources */ = { + D857B98A4C5849BB8A4373DA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D66574B531F94EC78B514EF5 /* "\"$(SRCROOT)/flycast/core/deps/xxHash/xxhash.c \"" */, + 0D6E2F0515564378AA429290 /* InitializeDll.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D13239B3A3AE4AEE8AEC4097 /* Sources */ = { + DC9E87380C3647DC89146FA2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E8C3D3C5451345F79F0354E8 /* "\"$(SRCROOT)/cmake/core/deps/libzip/lib/zip_err_str.c \"" */, - 5AE2236EC0E14921B617ECFD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add.c \"" */, - 6629EF967BCC48CE985595BE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add_dir.c \"" */, - 7096ABE99B1C4B16A722B9AE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_add_entry.c \"" */, - A31A41363DC04CA1B373CCBE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_algorithm_deflate.c \"" */, - 314F05C827624CFD903BBF8B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_buffer.c \"" */, - 2DD55B9B2BC14CC6835E6401 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_close.c \"" */, - 678A40ECA492420EABF005C1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_delete.c \"" */, - A218CAA3FE4442859B6F9C38 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_dir_add.c \"" */, - 063B19A5BD654220BD0F7BF3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_dirent.c \"" */, - 0C90F2A9247145B58722BF2C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_discard.c \"" */, - D99111AA91544642995617F4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_entry.c \"" */, - C4AC452A98DE473082B8288D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error.c \"" */, - 62E360BD18E14824AFA9398A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_clear.c \"" */, - D60A9A7430CC40848C559382 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_get.c \"" */, - 5E7A68C239804D678A3EC040 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_get_sys_type.c \"" */, - DA80B1E068D44001B6C546DE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_strerror.c \"" */, - 1B6506704F604A698127020C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_error_to_str.c \"" */, - 8154CF59FD5641AB9821B281 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_extra_field.c \"" */, - C2C0090062FF4A549B254424 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_extra_field_api.c \"" */, - 1149A3DF08EB49198DD2E2ED /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fclose.c \"" */, - BECF031056BA44C288862991 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fdopen.c \"" */, - 649D05BBFB4946A9B4CBEACC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_add.c \"" */, - E464B8BCFC514F9AA68527A9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_error_clear.c \"" */, - 2D80E25282B24537A8C981CE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_error_get.c \"" */, - A0C75BEEB76C41C39D6FCEF5 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_comment.c \"" */, - 3F4BD8F5642D4EEB86E0D4F0 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_external_attributes.c \"" */, - 119A118010F544AAA53F577D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_get_offset.c \"" */, - 8A2DA822D9C44EB4B543C1ED /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_rename.c \"" */, - 265D5EB6AD484FDBB838D0EE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_replace.c \"" */, - 9C935FD5C67842898066433F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_comment.c \"" */, - 9159FBD183214E208157F0DC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_encryption.c \"" */, - F0C372CD4E2344EFAC975BF0 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_external_attributes.c \"" */, - 65AED2696DA04B6D95991E8B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_set_mtime.c \"" */, - C0977CDF3C884025ADD410F5 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_file_strerror.c \"" */, - 7E93D5A954474C25A8AFCD53 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen.c \"" */, - F81BA00B0CAD4F3D896BB8E4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_encrypted.c \"" */, - AA0FD776C8C743A6AF39AF36 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_index.c \"" */, - 38C70686583C4B47BCBD6198 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fopen_index_encrypted.c \"" */, - BD0C41B9A1384936A595C8B9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fread.c \"" */, - 24C84E587BA44C799C597471 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_fseek.c \"" */, - 79A6510A5AF04D80BE973511 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_ftell.c \"" */, - B2F7B9E1758247E18B81ABA6 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_archive_comment.c \"" */, - CC3DA0B278E2411AAC3CF07E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_archive_flag.c \"" */, - 4039F6E0ED864952986A6905 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_encryption_implementation.c \"" */, - 66F01D4CC21740ED9B041AE2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_file_comment.c \"" */, - 0D3218EDB6514BCFBC6216DD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_name.c \"" */, - 5B13B025D8434D12AF859CE3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_num_entries.c \"" */, - 8CA711E3B9094122B891C0B3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_get_num_files.c \"" */, - DEA04DA1328B4857BCD82AB8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_hash.c \"" */, - C22D7203E2A04A46959C3E75 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_io_util.c \"" */, - 223CF9BE747A4E0BAC58EDD8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_libzip_version.c \"" */, - BC36AE7EA16844088628BF22 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_memdup.c \"" */, - 75132C9E3CBF4FFC81AF418C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_mkstempm.c \"" */, - E4BDDD3841C144C28AA5F075 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_name_locate.c \"" */, - 50271BBBD301496684C23ADD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_new.c \"" */, - 9CAD19A9495747449D0C9347 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_open.c \"" */, - 80F11E64DD544352A741117A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_pkware.c \"" */, - 228E6AAA39E748F58190E99C /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_progress.c \"" */, - A41D6470A8804FF6910AB06D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_random_unix.c \"" */, - D9028DD75AEF43A789BB55C2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_rename.c \"" */, - E2EC4932A0554BC598750CC9 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_replace.c \"" */, - A52D1DF1ED59480096754698 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_archive_comment.c \"" */, - 5DC45F3B9757403890BAFBF3 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_archive_flag.c \"" */, - C62AD6D610344448A403677B /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_default_password.c \"" */, - 4CECC7C3D57E468DB3613961 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_file_comment.c \"" */, - D6B1367E3174419591EBB0F6 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_file_compression.c \"" */, - E7CBE5B7E7D440B09B3B63D2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_set_name.c \"" */, - 1B2E114D65134663ACF877AE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_accept_empty.c \"" */, - ACBC9091351E4B1E9725C4CB /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_begin_write.c \"" */, - F333F1580D084903957D7B9D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_begin_write_cloning.c \"" */, - BA409DA0470240389D255520 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_buffer.c \"" */, - 81EDF5535D7E42F690D478D8 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_call.c \"" */, - D4503A19037442219E816DB2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_close.c \"" */, - 5803841D5C254713A5008457 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_commit_write.c \"" */, - 2DF8AFFC59694941B7F92913 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_compress.c \"" */, - CC2991B3C1154D8DAC0D7D2D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_crc.c \"" */, - DB27326CF61C4E918C7A9766 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_error.c \"" */, - ED31846B447C4931A4028918 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_common.c \"" */, - 3B048969429147BE9D8354B2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_stdio.c \"" */, - 86A4F72EA1244153B62AED34 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_file_stdio_named.c \"" */, - E2ABDF29022E40A9B9D3C2B4 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_free.c \"" */, - 74710ADB27B04300A6B59296 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_function.c \"" */, - 4E3843AB50B446E6AF952775 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_get_file_attributes.c \"" */, - 5FB91CE2BEFF4C7DA8839406 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_is_deleted.c \"" */, - 8BCBE49FD34F48EBB4CD10A2 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_layered.c \"" */, - 15E14A3DA150463CBF05444A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_open.c \"" */, - 97B48E32913D40C0A7DF6E7A /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_pkware_decode.c \"" */, - B68DF0BF87094DDC991AD057 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_pkware_encode.c \"" */, - C412B319B9D84578B88326EB /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_read.c \"" */, - 10E8C2CF18E74D709E86EC4E /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_remove.c \"" */, - 355A8ACF6EB14EA49E92839F /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_rollback_write.c \"" */, - 1AB4238BD9BE4727888C6CAE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_seek.c \"" */, - 774074765123407494E220BC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_seek_write.c \"" */, - 348A9ADFCC0342858F7F9839 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_stat.c \"" */, - 73E6DD9CB159446A897D1B59 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_supports.c \"" */, - D7A8105C520E43BCB0A55ED1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_tell.c \"" */, - C3C6628B59A9442391E19D27 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_tell_write.c \"" */, - 2D64F7CED43F4EF8AEFA2AAD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_window.c \"" */, - CACC42C8F4CE423B976B22F1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_write.c \"" */, - 3BC8E8336E3D477BBCC5B193 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_zip.c \"" */, - 81B768FD8B514F96A6A95508 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_source_zip_new.c \"" */, - 12BF446C1A904DC69BF365CD /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat.c \"" */, - 0C9C3E5C8ED5455A8F32FAA1 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat_index.c \"" */, - AA799E3D1B154959A0DDA4CC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_stat_init.c \"" */, - 222F535654114537853ED36D /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_strerror.c \"" */, - BFB76C6959E446189EE51335 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_string.c \"" */, - 3D6360531EEB4F79AC2B2B81 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange.c \"" */, - 1B303B950FC24A3B84629AFE /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_all.c \"" */, - B57C166624404BA787E7D5EF /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_archive.c \"" */, - A329AEA8D28A4072A563D7CC /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_unchange_data.c \"" */, - FEF53541B84B47CBBB402197 /* "\"$(SRCROOT)/flycast/core/deps/libzip/lib/zip_utf-8.c \"" */, + FE8593A18A474AB5BEAB5851 /* glslang_c_interface.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E6FC675EE0D846DBBFAF58CD /* Sources */ = { + ECF12EF3248E449889BA0860 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B82A0DB5B4A94FE58B004B63 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/console_buffer.cpp \"" */, - AD02249EB00C4C23B4F940C6 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/cstdio.cpp \"" */, - 615FF720B657442391DDEA76 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/cstdlib.cpp \"" */, - 29EBB1A2F424479781F8B579 /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/filebuf.cpp \"" */, - 19DBC955B2974817AC9372CD /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/iostream.cpp \"" */, - 57171C7120FA4A9BB3FCAA1B /* "\"$(SRCROOT)/flycast/core/deps/nowide/src/stat.cpp \"" */, + 95000A0145904C8685E0B17B /* xxhash.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0175C3021F9640658AF0170D /* PBXTargetDependency */ = { + 0114887692E143AA92883C0B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 1B6D1D7E89C9A43F8E1A70B4 /* lzma */; - targetProxy = 72B0397A498246BFB8B0195C /* PBXContainerItemProxy */; + target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; + targetProxy = 2E4EE2A26D9A4A249F26C74C /* PBXContainerItemProxy */; }; - 05C8E85EEDC345C9A549691A /* PBXTargetDependency */ = { + 041D17BA23A14E279CF2854F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B83D8B7DC2C5B34A9AE28A61 /* elf */; - targetProxy = 75A46FCB0E514EB3A9636412 /* PBXContainerItemProxy */; + target = 9F950CE96165E7831EF3BD4E /* flycast-resources */; + targetProxy = 1222BFF9A34543B8AC614E73 /* PBXContainerItemProxy */; }; - 09C28854E79645F083508D2A /* PBXTargetDependency */ = { + 14264C4ABC8C4383AE562BC1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; - targetProxy = EE33FE8125E945DB803EE9FF /* PBXContainerItemProxy */; + target = 419CF4A61CD3DDB0D3BD2ED2 /* lzma */; + targetProxy = B25BAB35333E4B68B76E9276 /* PBXContainerItemProxy */; }; - 10A651FD9444433D9F77B658 /* PBXTargetDependency */ = { + 1A365F6C66BB4F6C9D06B81C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6DB80BBE8DA7D6D87A8D27FD /* ALL_BUILD */; - targetProxy = D4C45C540711498CA1D6B7A5 /* PBXContainerItemProxy */; + target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; + targetProxy = 25FE15FDCF574A769DED32E6 /* PBXContainerItemProxy */; }; - 13C4E4BC4AE94A709D098850 /* PBXTargetDependency */ = { + 1BE98B59FE4942A38318614D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; - targetProxy = C3C82478BFDA43D88BB54B46 /* PBXContainerItemProxy */; + target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; + targetProxy = 34697933FB0C4E2885935B85 /* PBXContainerItemProxy */; }; - 22FC73AADD0B433C83064A9F /* PBXTargetDependency */ = { + 204E998B42E346CA8EAAEA31 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 306475C933CD35C79B855AD1 /* chdr-static */; - targetProxy = 34CEF20BA959454A9D69946E /* PBXContainerItemProxy */; + target = 470865334B5B576275C5112C /* glslang-default-resource-limits */; + targetProxy = 3BA168C564774FA4B4F91CB2 /* PBXContainerItemProxy */; }; - 25B71A18EE65420DBA81874D /* PBXTargetDependency */ = { + 27DB55FB610A426EA76FB828 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; - targetProxy = 8CE2C17D1B7645159B1712F7 /* PBXContainerItemProxy */; + target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; + targetProxy = DB3CB90E069A448B9AFEC757 /* PBXContainerItemProxy */; }; - 3358285717A0455590CAC733 /* PBXTargetDependency */ = { + 39CB01A8E77141F7A9B10A31 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 88B439CC67367559065A97C9 /* SPIRV */; - targetProxy = 1F062BB57CAF4D81A4CEEECF /* PBXContainerItemProxy */; + target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; + targetProxy = 919FB4AAC6D745629319C4F7 /* PBXContainerItemProxy */; }; - 344E3A3F7B964B13A876CAE3 /* PBXTargetDependency */ = { + 44EB32F7EA284721AD095801 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 306475C933CD35C79B855AD1 /* chdr-static */; - targetProxy = 6739C27FA06A431CAC919220 /* PBXContainerItemProxy */; + target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; + targetProxy = AA3C859EA3DA46DCA24D4D9C /* PBXContainerItemProxy */; }; - 37FFD82BF6A1433C9319DF0D /* PBXTargetDependency */ = { + 4E88FD2A19114F9397173D46 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D59F45CAF99423BB160B8A01 /* xxhash */; - targetProxy = 6FA14E0DD6694372B8668C1F /* PBXContainerItemProxy */; + target = B83D8B7DC2C5B34A9AE28A61 /* elf */; + targetProxy = 7A7DC854184146CCBD17FB6F /* PBXContainerItemProxy */; }; - 3DA09C213E494F809118095C /* PBXTargetDependency */ = { + 554B55E4C75B49B687EC133B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 2FEB6D69B1144908BCCBCB49 /* PBXContainerItemProxy */; + target = 807E5D4C084C756426305CD2 /* zlibstatic */; + targetProxy = C9D69C21CB3842639D997FE1 /* PBXContainerItemProxy */; }; - 3FCDE0275B9D49F3BFC7FB71 /* PBXTargetDependency */ = { + 5C1E17B599784679985615E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; - targetProxy = 075161B64332489697910FFB /* PBXContainerItemProxy */; + target = 419CF4A61CD3DDB0D3BD2ED2 /* lzma */; + targetProxy = 76FFF333F7D4452FA2A00479 /* PBXContainerItemProxy */; }; - 43650FCEBCD74F22A7175297 /* PBXTargetDependency */ = { + 601ECC72121A461DA9B106C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B752C9C7BC3D5683D01E5833 /* nowide */; - targetProxy = 005BB05CD53340309D62508E /* PBXContainerItemProxy */; + target = 7AA1697EDEC0ABD31E514DBF /* zip */; + targetProxy = D62C2B49F6E84A24A913A781 /* PBXContainerItemProxy */; }; - 4FB05AB20FDE4954B609A01E /* PBXTargetDependency */ = { + 917F1A4612664068AD150612 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; - targetProxy = AECFC1AE66894CFE8889D490 /* PBXContainerItemProxy */; + target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; + targetProxy = C9BF3579512B4D878F57D290 /* PBXContainerItemProxy */; }; - 5231A0BC98F64DE59ABAD7A4 /* PBXTargetDependency */ = { + 91B35ADBE4EB4E878E991D32 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 1B6D1D7E89C9A43F8E1A70B4 /* lzma */; - targetProxy = E9E4A93A358D48C09B8C92A8 /* PBXContainerItemProxy */; + target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; + targetProxy = 2ABE9ED3E4CD44429D21297E /* PBXContainerItemProxy */; }; - 56B9DA4A975C49E5A81C3C6B /* PBXTargetDependency */ = { + 94E25AC3DA394F599A9AD6B3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D59F45CAF99423BB160B8A01 /* xxhash */; - targetProxy = 936F9F109E544388866AAF38 /* PBXContainerItemProxy */; + target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; + targetProxy = 46C860A3C0D84C88BC19FF44 /* PBXContainerItemProxy */; }; - 63610D4AE13D402C8457CE73 /* PBXTargetDependency */ = { + 974F1D9E37A34B1E94C1F320 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; - targetProxy = 49DBBFED5A24430C9AE2E818 /* PBXContainerItemProxy */; + target = 88B439CC67367559065A97C9 /* SPIRV */; + targetProxy = B31204ABAB8648A293DC8759 /* PBXContainerItemProxy */; }; - 7B9F75ED241345689BE08FF9 /* PBXTargetDependency */ = { + 9DF25AEF1D86454C80EA123E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B752C9C7BC3D5683D01E5833 /* nowide */; - targetProxy = D90C9673588D44C48528042F /* PBXContainerItemProxy */; + target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; + targetProxy = D81C6AEC65C847AF9293861C /* PBXContainerItemProxy */; }; - 7CC8B9D8BE29469885BAF24D /* PBXTargetDependency */ = { + A2547A7474644C6DA5CE4CFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; - targetProxy = A0964D3C776F4F35AA58012A /* PBXContainerItemProxy */; + target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; + targetProxy = 1846A9F3832E46D28992C93C /* PBXContainerItemProxy */; }; - 8080BF7461F54C0EAB632613 /* PBXTargetDependency */ = { + A9BBC97AC9764C769BFB1959 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = 75B9137DE2D64EDC942AFD82 /* PBXContainerItemProxy */; + target = 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */; + targetProxy = 1637C97E82F24B59A12A5A4C /* PBXContainerItemProxy */; }; - 8B3349E183204BB0B5D3E407 /* PBXTargetDependency */ = { + B1EB4F15E19140EDAAEBBAE2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B128433B4CE4270EFDCFAB54 /* zlib */; - targetProxy = 563551E211084BBDA97E0CF6 /* PBXContainerItemProxy */; + target = D59F45CAF99423BB160B8A01 /* xxhash */; + targetProxy = EC16322E328440CFA00A6F77 /* PBXContainerItemProxy */; }; - 8FB07089B8134D68A1710886 /* PBXTargetDependency */ = { + B387045D2D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7AA1697EDEC0ABD31E514DBF /* zip */; - targetProxy = 27A326ACCB174D3B978770C3 /* PBXContainerItemProxy */; + target = 306475C933CD35C79B855AD1 /* chdr-static */; + targetProxy = B387045C2D2C68A300D541F1 /* PBXContainerItemProxy */; }; - 90F90993740C4E109B4A96DF /* PBXTargetDependency */ = { + B38704602D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; - targetProxy = C7EA90D7391742DD88974AAD /* PBXContainerItemProxy */; + target = B83D8B7DC2C5B34A9AE28A61 /* elf */; + targetProxy = B387045F2D2C68A300D541F1 /* PBXContainerItemProxy */; }; - 93FB7120CD8E4581BA6C0329 /* PBXTargetDependency */ = { + B38704632D2C68A300D541F1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 9F950CE96165E7831EF3BD4E /* flycast-resources */; + targetProxy = B38704622D2C68A300D541F1 /* PBXContainerItemProxy */; + }; + B38704662D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 684AFD806A4E5C0D7DD6F2A1 /* GenericCodeGen */; - targetProxy = 6960DD6B0EE540DEBE0AD23D /* PBXContainerItemProxy */; + targetProxy = B38704652D2C68A300D541F1 /* PBXContainerItemProxy */; }; - 996B6F18323C429B8D339A2D /* PBXTargetDependency */ = { + B38704692D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B128433B4CE4270EFDCFAB54 /* zlib */; - targetProxy = 8D9F230D11954D63BBD9971B /* PBXContainerItemProxy */; + target = 470865334B5B576275C5112C /* glslang-default-resource-limits */; + targetProxy = B38704682D2C68A300D541F1 /* PBXContainerItemProxy */; }; - 9D1361AC662247C68A129C5A /* PBXTargetDependency */ = { + B387046C2D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = BFE014D0F91E05E8EAF0406F /* dist */; - targetProxy = FC04D7B79AA844D082C819C8 /* PBXContainerItemProxy */; + target = 7D9BA18AFAC54B79E83F387A /* glslang */; + targetProxy = B387046B2D2C68A300D541F1 /* PBXContainerItemProxy */; }; - 9FE744F31F9E452584DAC3AA /* PBXTargetDependency */ = { + B387046F2D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; - targetProxy = B9335D5013AE42CCB08CA96C /* PBXContainerItemProxy */; + target = 419CF4A61CD3DDB0D3BD2ED2 /* lzma */; + targetProxy = B387046E2D2C68A300D541F1 /* PBXContainerItemProxy */; }; - ABC12C0057284C5FA5ED980E /* PBXTargetDependency */ = { + B38704722D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; - targetProxy = 92647123623F49548BAB0374 /* PBXContainerItemProxy */; + target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; + targetProxy = B38704712D2C68A300D541F1 /* PBXContainerItemProxy */; }; - B12A8BFFABF14A369C4F367C /* PBXTargetDependency */ = { + B38704752D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B128433B4CE4270EFDCFAB54 /* zlib */; - targetProxy = 50AD8E61E4644C4FA10C6CF9 /* PBXContainerItemProxy */; + target = 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */; + targetProxy = B38704742D2C68A300D541F1 /* PBXContainerItemProxy */; }; - B3131F3746444060BF499A0A /* PBXTargetDependency */ = { + B38704782D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 470865334B5B576275C5112C /* glslang-default-resource-limits */; - targetProxy = 34C4913C8039445E94C7B627 /* PBXContainerItemProxy */; + target = B752C9C7BC3D5683D01E5833 /* nowide */; + targetProxy = B38704772D2C68A300D541F1 /* PBXContainerItemProxy */; }; - C07B0C08E1B24514A82F9349 /* PBXTargetDependency */ = { + B387047B2D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 3DF5E4E531F161AA21EF248A /* flycast_libretro */; - targetProxy = 2E7B3E22D01245128EC3A208 /* PBXContainerItemProxy */; + target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; + targetProxy = B387047A2D2C68A300D541F1 /* PBXContainerItemProxy */; }; - C2606C3B5938499882FCD0D7 /* PBXTargetDependency */ = { + B387047E2D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = D42CDA670F6D1EB800AEA1E4 /* OSDependent */; - targetProxy = FC1225EFB4BC4818AECC5F69 /* PBXContainerItemProxy */; + targetProxy = B387047D2D2C68A300D541F1 /* PBXContainerItemProxy */; }; - C799A69E4A4441CC91429BF5 /* PBXTargetDependency */ = { + B38704812D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */; - targetProxy = F53BCF21EDB54B86B999BD00 /* PBXContainerItemProxy */; + target = 88B439CC67367559065A97C9 /* SPIRV */; + targetProxy = B38704802D2C68A300D541F1 /* PBXContainerItemProxy */; }; - D0C48DA1E4CC44798FF5CE9C /* PBXTargetDependency */ = { + B38704842D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 9F950CE96165E7831EF3BD4E /* flycast-resources */; - targetProxy = 746FC2B87A294DB2A038BE82 /* PBXContainerItemProxy */; + target = D59F45CAF99423BB160B8A01 /* xxhash */; + targetProxy = B38704832D2C68A300D541F1 /* PBXContainerItemProxy */; }; - D2A2EB175A3D4FB1BC7FEEBD /* PBXTargetDependency */ = { + B38704872D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; - targetProxy = D9C606D95BEC415C8A4A60F3 /* PBXContainerItemProxy */; + target = 807E5D4C084C756426305CD2 /* zlibstatic */; + targetProxy = B38704862D2C68A300D541F1 /* PBXContainerItemProxy */; }; - D3A0BB3C34034EB69C192D5B /* PBXTargetDependency */ = { + B387048A2D2C68A300D541F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; - targetProxy = 0A9DC1391DD1458085630B27 /* PBXContainerItemProxy */; + target = 7AA1697EDEC0ABD31E514DBF /* zip */; + targetProxy = B38704892D2C68A300D541F1 /* PBXContainerItemProxy */; + }; + B387048D2D2C68A300D541F1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + targetProxy = B387048C2D2C68A300D541F1 /* PBXContainerItemProxy */; }; - DA621BF9A2B840DDA69C3094 /* PBXTargetDependency */ = { + C212AE768BE14F129D49D02B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6D2263BD069F7028F9CB8758 /* ZERO_CHECK */; - targetProxy = BC232159E10B4F1E91C9B8F4 /* PBXContainerItemProxy */; + target = 306475C933CD35C79B855AD1 /* chdr-static */; + targetProxy = A8E64EB774904933B0C4E549 /* PBXContainerItemProxy */; }; - DA7B5404A94C4F12BCA5A858 /* PBXTargetDependency */ = { + C685F94DAB3B49E4A765C914 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; - targetProxy = 7A9BEB71CB774E2BA284F815 /* PBXContainerItemProxy */; + targetProxy = 02F7D47F75FE4645A61AEE91 /* PBXContainerItemProxy */; }; - E077580FBECD4D47A018623D /* PBXTargetDependency */ = { + E4701EA75E374182AE59DA4A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7AA1697EDEC0ABD31E514DBF /* zip */; - targetProxy = 4EC9CD8A0D254944AB460CB9 /* PBXContainerItemProxy */; + target = B752C9C7BC3D5683D01E5833 /* nowide */; + targetProxy = F7D107DB03DC4ABCACC0F8C6 /* PBXContainerItemProxy */; }; - E57CDEC573BE43768121C3FE /* PBXTargetDependency */ = { + E4CD00E7FC394B95937778A7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 35DBD5B78ECF44833D17B51F /* libminiupnpc-static */; - targetProxy = EE46F8EC7C4248328ABA02B4 /* PBXContainerItemProxy */; + target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; + targetProxy = A1C2D2FE8A1C4AAAA45B5682 /* PBXContainerItemProxy */; }; - E717A749BECD4430A776401E /* PBXTargetDependency */ = { + EF1957B263914964AEE1B448 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 1B6D1D7E89C9A43F8E1A70B4 /* lzma */; - targetProxy = CA528BD972A946129766A74F /* PBXContainerItemProxy */; + target = 6CDAF4B90E38082DCB99A331 /* MachineIndependent */; + targetProxy = F68402BE37844F59921B39CF /* PBXContainerItemProxy */; }; - E889DA6738B14D9398A78C80 /* PBXTargetDependency */ = { + F862D62A61B54FA6B7554B2A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 9F950CE96165E7831EF3BD4E /* flycast-resources */; - targetProxy = EC5B26706F874ABEBC20E76E /* PBXContainerItemProxy */; + target = 836E04CDA84A7B69A8D9114F /* OGLCompiler */; + targetProxy = FFADB8AC73D145D585CE06FB /* PBXContainerItemProxy */; + }; + FD9CA1DB4931443CA55CE4FB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 807E5D4C084C756426305CD2 /* zlibstatic */; + targetProxy = 5FE55B3CB2944CE0A89C85B6 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 01EB3D88AF994504AC17ACFA /* RelWithDebInfo */ = { + 0104587459924FA78BCF8EF7 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/glslang/.., + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = OGLCompiler; + PRODUCT_NAME = "glslang-default-resource-limits"; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = RelWithDebInfo; }; - 0490FE627E4C41FD92F5C87A /* RelWithDebInfo */ = { + 0788A2760DCA4049B68E282A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = MachineIndependent; + PRODUCT_NAME = OGLCompiler; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = RelWithDebInfo; + name = Debug; }; - 04F579D84B674E13B7954916 /* MinSizeRel */ = { + 09C6F19396AD498DAE01CFC9 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; + CODE_SIGNING_ALLOWED = NO; + CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; - + DYLIB_COMPATIBILITY_VERSION = ""; + DYLIB_CURRENT_VERSION = ""; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; + FRAMEWORK_SEARCH_PATHS = ( + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks, + "$(inherited)", + ); GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + flycast_libretro_EXPORTS, + LIBRETRO, + GLES, + GLES3, + HAVE_OPENGLES, + HAVE_OPENGLES3, + GL_SILENCE_DEPRECATION, + TARGET_IPHONE, + GLES_SILENCE_DEPRECATION, + _7ZIP_ST, + VK_ENABLE_BETA_EXTENSIONS, + VK_NO_PROTOTYPES, + VK_USE_PLATFORM_METAL_EXT, + USE_VULKAN, + HAVE_VULKAN, + NOWIDE_NO_LIB, + MINIUPNP_STATICLIB, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/SPIRV/..,../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core, + ../flycast/core/deps, + ../flycast/core/deps/stb, + ../flycast/core/deps/json, + ../flycast/core/deps/asio/asio/include, + ../flycast/shell/libretro, + "../flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/Headers", + ../flycast/core/deps/libchdr/include, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast/core/deps/picotcp/include, + ../flycast/core/deps/picotcp/modules, + "../flycast/core/deps/libretro-common/include", + ../flycast/core/deps/vixl, + ../flycast/core/deps/xxHash/cmake_unofficial/.., + ../flycast/core/deps/glm/glm/.., + ../flycast/core/deps/glslang/glslang/.., + ../flycast/core/deps/glslang/SPIRV/.., + ../cmake/include, + ../flycast/core/deps/nowide/include, + ../flycast/core/deps/miniupnpc/include, + ../flycast/core/deps/libzip/lib, + ../cmake/core/deps/libzip, + ../flycast/core/deps/libelf/include, + ../cmake/_cmrc/include, + "../flycast/core/deps/Vulkan-Headers/include", + ../flycast/core/deps/VulkanMemoryAllocator/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-fno-strict-aliasing", + "-Wall", + "-Xclang", + "-fopenmp", + "-Wno-nullability-completeness", + ); + OTHER_LDFLAGS = ( + "-Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def", + "-Wl,-headerpad_max_install_names", + "-framework", + Foundation, + "-framework", + OpenGLES, + "-framework", + GLKit, + "../flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/libomp.a", + "$(inherited)", + ); OTHER_REZFLAGS = ""; - PRODUCT_NAME = SPIRV; + PRODUCT_NAME = flycast_libretro; SECTORDER_FLAGS = ""; - + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator"; + SUPPORTS_MACCATALYST = YES; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = MinSizeRel; }; - 05CB093B794545D19870BDE0 /* RelWithDebInfo */ = { + 0D7EBEA2F6644BAC9F75DD0F /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/xxHash/cmake_unofficial/.., + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-Wundef", + "-Wstrict-prototypes", + "-Wdeclaration-after-statement", + "-Wswitch-enum", + "-Wstrict-aliasing=1", + "-Wshadow", + "-Wcast-align", + "-Wcast-qual", + "-Wextra", + "-Wall", + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = lzma; + PRODUCT_NAME = xxhash; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = RelWithDebInfo; }; - 05D3E405F3D14D6DACE635D6 /* Debug */ = { + 0F0F3CE1AFFF47AEA0189C7F /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + ZLIB_DLL, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LDFLAGS = ( + "-Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def", + "-Wl,-headerpad_max_install_names", + "-install_name", + "@rpath/z.1.dylib", + "$(inherited)", + ); OTHER_REZFLAGS = ""; - PRODUCT_NAME = distcheck; + PRODUCT_NAME = z.1.3.1; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = RelWithDebInfo; }; - 0C3C01851EA74E9CB2EA3D77 /* Debug */ = { + 0F5732007446455FB2C53E0F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libelf/include, + "$(inherited)", + ); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ( + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = dist; + PRODUCT_NAME = elf; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Debug; }; - 0C5333EFFDBE4FA0906C60D9 /* RelWithDebInfo */ = { + 141C6C80FA1B4CFCAF7AC68A /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + Z7_ST, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + "../flycast/core/deps/libchdr/deps/lzma-24.05/include", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = GenericCodeGen; + PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = RelWithDebInfo; }; - 1244A1D153C74E8593D9F7A1 /* MinSizeRel */ = { + 153A7FAC9DC1495EB0C4F275 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + Z7_ST, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,"../flycast/core/deps/libchdr/deps/zlib-1.2.12","../cmake/core/deps/libchdr/deps/zlib-1.2.12",../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ( + "../flycast/core/deps/libchdr/deps/lzma-24.05/include", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-static"; + PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = MinSizeRel; + name = Release; }; - 12F7020CA2224F72BE1B64C7 /* MinSizeRel */ = { + 1840D43946D2457EB41DACCD /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; + CODE_SIGNING_ALLOWED = NO; + CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; - + DYLIB_COMPATIBILITY_VERSION = ""; + DYLIB_CURRENT_VERSION = ""; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + FRAMEWORK_SEARCH_PATHS = ( + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks, + "$(inherited)", + ); + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",NOWIDE_HAS_INIT_PRIORITY,NOWIDE_NO_LIB,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + flycast_libretro_EXPORTS, + LIBRETRO, + GLES, + GLES3, + HAVE_OPENGLES, + HAVE_OPENGLES3, + GL_SILENCE_DEPRECATION, + TARGET_IPHONE, + GLES_SILENCE_DEPRECATION, + _7ZIP_ST, + VK_ENABLE_BETA_EXTENSIONS, + VK_NO_PROTOTYPES, + VK_USE_PLATFORM_METAL_EXT, + USE_VULKAN, + HAVE_VULKAN, + NOWIDE_NO_LIB, + MINIUPNP_STATICLIB, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/nowide/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core, + ../flycast/core/deps, + ../flycast/core/deps/stb, + ../flycast/core/deps/json, + ../flycast/core/deps/asio/asio/include, + ../flycast/shell/libretro, + "../flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/Headers", + ../flycast/core/deps/libchdr/include, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast/core/deps/picotcp/include, + ../flycast/core/deps/picotcp/modules, + "../flycast/core/deps/libretro-common/include", + ../flycast/core/deps/vixl, + ../flycast/core/deps/xxHash/cmake_unofficial/.., + ../flycast/core/deps/glm/glm/.., + ../flycast/core/deps/glslang/glslang/.., + ../flycast/core/deps/glslang/SPIRV/.., + ../cmake/include, + ../flycast/core/deps/nowide/include, + ../flycast/core/deps/miniupnpc/include, + ../flycast/core/deps/libzip/lib, + ../cmake/core/deps/libzip, + ../flycast/core/deps/libelf/include, + ../cmake/_cmrc/include, + "../flycast/core/deps/Vulkan-Headers/include", + ../flycast/core/deps/VulkanMemoryAllocator/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -pedantic "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-fno-strict-aliasing", + "-Wall", + "-Xclang", + "-fopenmp", + "-Wno-nullability-completeness", + ); + OTHER_LDFLAGS = ( + "-Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def", + "-Wl,-headerpad_max_install_names", + "-framework", + Foundation, + "-framework", + OpenGLES, + "-framework", + GLKit, + "../flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/libomp.a", + "$(inherited)", + ); OTHER_REZFLAGS = ""; - PRODUCT_NAME = nowide; + PRODUCT_NAME = flycast_libretro; SECTORDER_FLAGS = ""; - + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator"; + SUPPORTS_MACCATALYST = YES; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = MinSizeRel; + name = RelWithDebInfo; }; - 142F12DDDDA7437DB26970B6 /* Release */ = { + 19530D74AA7240B7BF9C6E5D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; - - DYLIB_COMPATIBILITY_VERSION = ""; - DYLIB_CURRENT_VERSION = ""; - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = .dylib; - FRAMEWORK_SEARCH_PATHS = (/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks,"$(inherited)"); - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",flycast_libretro_EXPORTS,LIBRETRO,GLES,GLES3,HAVE_OPENGLES,HAVE_OPENGLES3,GL_SILENCE_DEPRECATION,TARGET_IPHONE,GLES_SILENCE_DEPRECATION,_7ZIP_ST,VK_NO_PROTOTYPES,VK_USE_PLATFORM_MACOS_MVK,"'VMA_USE_STL_SHARED_MUTEX=0'",USE_VULKAN,HAVE_VULKAN,NOWIDE_NO_LIB,MINIUPNP_STATICLIB,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core,../flycast/core/deps,../flycast/core/deps/stb,../flycast/core/deps/khronos,../flycast/core/deps/json,../flycast/shell/libretro,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/zlib-1.2.11",../flycast/core/deps/libzip/lib,../flycast/core/deps/picotcp/include,../flycast/core/deps/picotcp/modules,"../flycast/core/deps/libretro-common/include",../flycast/core/deps/vixl,../flycast/core/deps/xxHash/cmake_unofficial/..,../flycast/core/deps/glm/glm/..,../flycast/core/deps/glslang/glslang/..,../flycast/core/deps/glslang/SPIRV/..,../cmake/include,../flycast/core/deps/nowide/include,../flycast/core/deps/miniupnpc/include,../cmake/core/deps/libzip,../flycast/core/deps/libelf/include,../cmake/_cmrc/include,"../flycast/core/deps/Vulkan-Headers/include",../flycast/core/deps/VulkanMemoryAllocator/include,"$(inherited)"); - INSTALL_PATH = "@rpath"; - LIBRARY_STYLE = DYNAMIC; + INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -fno-strict-aliasing -Wall -Wno-nullability-completeness "; - OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -s -dynamiclib -Wl,-headerpad_max_install_names","-framework Foundation","-framework OpenGLES","-framework GLKit","../cmake/core/deps/xxHash/cmake_unofficial/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/core/deps/glslang/glslang/Release${EFFECTIVE_PLATFORM_NAME}/libglslang-default-resource-limits.a","../cmake/core/deps/glslang/SPIRV/Release${EFFECTIVE_PLATFORM_NAME}/libSPIRV.a","../cmake/core/deps/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/core/deps/nowide/Release${EFFECTIVE_PLATFORM_NAME}/libnowide.a","../cmake/core/deps/miniupnpc/Release${EFFECTIVE_PLATFORM_NAME}/libminiupnpc.a","../cmake/core/deps/libzip/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzip.a","../cmake/core/deps/libelf/Release${EFFECTIVE_PLATFORM_NAME}/libelf.a","../cmake/Release${EFFECTIVE_PLATFORM_NAME}/libflycast-resources.a","../cmake/core/deps/glslang/glslang/Release${EFFECTIVE_PLATFORM_NAME}/libMachineIndependent.a","../cmake/core/deps/glslang/OGLCompilersDLL/Release${EFFECTIVE_PLATFORM_NAME}/libOGLCompiler.a","../cmake/core/deps/glslang/glslang/OSDependent/Unix/Release${EFFECTIVE_PLATFORM_NAME}/libOSDependent.a","../cmake/core/deps/glslang/glslang/Release${EFFECTIVE_PLATFORM_NAME}/libGenericCodeGen.a","../cmake/core/deps/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/libz.a","$(inherited)"); + OTHER_CPLUSPLUSFLAGS = ( + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = flycast_libretro; + PRODUCT_NAME = GenericCodeGen; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = Debug; }; - 172F81FDC2544B13BD58CE25 /* Release */ = { + 1F383C5FB4EE41FA95F0F82C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/glslang/.., + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = ( + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = dist; + PRODUCT_NAME = glslang; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = Debug; }; - 176DA9BA5EC24C3086A8F3EF /* Debug */ = { + 26A3C8D85A0C4CCDADAF6BF1 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libchdr/lzma, + ../cmake/core/deps/libchdr/include, + ../flycast/core/deps/libchdr/include, + "../flycast/core/deps/libchdr/deps/lzma-24.05/include", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/../../lib", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; + PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = RelWithDebInfo; }; - 1ADF7520D79E4CFA8F28A175 /* Release */ = { + 2C63E28A415B4EC0ADDC18CA /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",MINIUPNP_STATICLIB,MINIUPNPC_SET_SOCKET_TIMEOUT,_BSD_SOURCE,_DEFAULT_SOURCE,_DARWIN_C_SOURCE,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/miniupnpc/include,../cmake/core/deps/miniupnpc,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = miniupnpc; + PRODUCT_NAME = MachineIndependent; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = MinSizeRel; }; - 1D160C48830E49A0B7F8D63A /* MinSizeRel */ = { + 306977DF40934ADC91C38A0A /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../cmake/_cmrc/include, + "$(inherited)", + ); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = distcheck; + PRODUCT_NAME = "flycast-resources"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; + }; + name = MinSizeRel; + }; + 3CBCC18E943248DEB184687A /* MinSizeRel */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + ARCHS = arm64; + BUILD_DIR = ../lib; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + "-Wl,-all_load", + "-all_load", + ); + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; + SWIFT_COMPILATION_MODE = wholemodule; }; name = MinSizeRel; }; - 1F281A2421284B49AF940EF1 /* Release */ = { + 3DCB46FFB0DA4F36AA43A001 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/glslang/.., + "$(inherited)", + ); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = "glslang-default-resource-limits"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Release; }; - 222B3AB5F1E64EF09C2B5C5E /* Debug */ = { + 422A46D340614CD6B3EFB92E /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = ""; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); - INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/SPIRV/.., + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIE ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-benchmark"; + PRODUCT_NAME = SPIRV; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = RelWithDebInfo; }; - 255D26CC3EA045E081311910 /* Release */ = { + 4530885081EA44849631C3AC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + MINIUPNP_STATICLIB, + MINIUPNPC_SET_SOCKET_TIMEOUT, + _BSD_SOURCE, + _DEFAULT_SOURCE, + _DARWIN_C_SOURCE, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libelf/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/miniupnpc/include, + ../cmake/core/deps/miniupnpc, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = elf; + PRODUCT_NAME = miniupnpc; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Release; }; - 2B2914FB6CF64C4B9246BC21 /* Release */ = { + 4561A131958D4AF684587C1D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = distcheck; + PRODUCT_NAME = GenericCodeGen; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Release; }; - 2B4E78A13EF24D9A922D1100 /* Release */ = { + 48426D43829745F39D8331F1 /* RelWithDebInfo */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + ARCHS = arm64; + BUILD_DIR = ../lib; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + "-Wl,-all_load", + "-all_load", + ); + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; + SWIFT_COMPILATION_MODE = wholemodule; + }; + name = RelWithDebInfo; + }; + 4869CDAB727E4B998E308277 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libelf/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = glslang; + PRODUCT_NAME = elf; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = RelWithDebInfo; }; - 2B8D4B38B3774F5398C92DA0 /* Release */ = { + 4C71C3CFC9254883A867AE4C /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libzip/lib,../cmake/core/deps/libzip,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = zip; + PRODUCT_NAME = OGLCompiler; SECTORDER_FLAGS = ""; - SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zlib-1.2.11","$(inherited)"); - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = RelWithDebInfo; }; - 2D162F6ED8F44DE8A23DA535 /* Debug */ = { + 51BDCE2FE08A4514BF6C0D0F /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",NOWIDE_HAS_INIT_PRIORITY,NOWIDE_NO_LIB,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + MINIUPNP_STATICLIB, + MINIUPNPC_SET_SOCKET_TIMEOUT, + _BSD_SOURCE, + _DEFAULT_SOURCE, + _DARWIN_C_SOURCE, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/nowide/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/miniupnpc/include, + ../cmake/core/deps/miniupnpc, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -pedantic "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = nowide; + PRODUCT_NAME = miniupnpc; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = RelWithDebInfo; }; - 2DEDF67E455C4F7DBAAABCAD /* MinSizeRel */ = { + 5366126EB3E54A459D5B3390 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/xxHash/cmake_unofficial/.., + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-Wundef", + "-Wstrict-prototypes", + "-Wdeclaration-after-statement", + "-Wswitch-enum", + "-Wstrict-aliasing=1", + "-Wshadow", + "-Wcast-align", + "-Wcast-qual", + "-Wextra", + "-Wall", + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = GenericCodeGen; + PRODUCT_NAME = xxhash; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = MinSizeRel; + name = Release; }; - 2E0783F7E30343F7B23DFB0E /* Debug */ = { + 55181F971D7D4763839478D3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; + CODE_SIGNING_ALLOWED = NO; + CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; - + DYLIB_COMPATIBILITY_VERSION = ""; + DYLIB_CURRENT_VERSION = ""; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; + FRAMEWORK_SEARCH_PATHS = ( + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks, + "$(inherited)", + ); GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",MINIUPNP_STATICLIB,MINIUPNPC_SET_SOCKET_TIMEOUT,_BSD_SOURCE,_DEFAULT_SOURCE,_DARWIN_C_SOURCE,"$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + flycast_libretro_EXPORTS, + LIBRETRO, + GLES, + GLES3, + HAVE_OPENGLES, + HAVE_OPENGLES3, + GL_SILENCE_DEPRECATION, + TARGET_IPHONE, + GLES_SILENCE_DEPRECATION, + _7ZIP_ST, + VK_ENABLE_BETA_EXTENSIONS, + VK_NO_PROTOTYPES, + VK_USE_PLATFORM_METAL_EXT, + USE_VULKAN, + HAVE_VULKAN, + NOWIDE_NO_LIB, + MINIUPNP_STATICLIB, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/miniupnpc/include,../cmake/core/deps/miniupnpc,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core, + ../flycast/core/deps, + ../flycast/core/deps/stb, + ../flycast/core/deps/json, + ../flycast/core/deps/asio/asio/include, + ../flycast/shell/libretro, + "../flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/Headers", + ../flycast/core/deps/libchdr/include, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast/core/deps/picotcp/include, + ../flycast/core/deps/picotcp/modules, + "../flycast/core/deps/libretro-common/include", + ../flycast/core/deps/vixl, + ../flycast/core/deps/xxHash/cmake_unofficial/.., + ../flycast/core/deps/glm/glm/.., + ../flycast/core/deps/glslang/glslang/.., + ../flycast/core/deps/glslang/SPIRV/.., + ../cmake/include, + ../flycast/core/deps/nowide/include, + ../flycast/core/deps/miniupnpc/include, + ../flycast/core/deps/libzip/lib, + ../cmake/core/deps/libzip, + ../flycast/core/deps/libelf/include, + ../cmake/_cmrc/include, + "../flycast/core/deps/Vulkan-Headers/include", + ../flycast/core/deps/VulkanMemoryAllocator/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-fPIC", + "$(inherited)", + ); + OTHER_CPLUSPLUSFLAGS = ( + "'-std=c++17'", + "-fPIC", + "-fno-strict-aliasing", + "-Wall", + "-Xclang", + "-fopenmp", + "-Wno-nullability-completeness", + ); + OTHER_LDFLAGS = ( + "-Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def", + "-Wl,-headerpad_max_install_names", + "-framework", + Foundation, + "-framework", + OpenGLES, + "-framework", + GLKit, + "../flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/libomp.a", + "$(inherited)", + ); OTHER_REZFLAGS = ""; - PRODUCT_NAME = miniupnpc; + PRODUCT_NAME = flycast_libretro; SECTORDER_FLAGS = ""; - + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator"; + SUPPORTS_MACCATALYST = YES; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Debug; }; - 339AF8CC3CCC4C2DA01F4653 /* Debug */ = { + 577A75E4DCB648C0A8174912 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/_cmrc/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "flycast-resources"; + PRODUCT_NAME = MachineIndependent; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = RelWithDebInfo; }; - 342F1AEE50C84568A4158A22 /* Debug */ = { + 5B0A08C9F64B42B38B8FBAF3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = lzma; + PRODUCT_NAME = OGLCompiler; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = Release; }; - 355F6D32EBC64B9284BE6DC3 /* MinSizeRel */ = { + 6387AE21DAE14C0FAB3B5D75 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + NOWIDE_HAS_INIT_PRIORITY, + NOWIDE_NO_LIB, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/nowide/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-fvisibility=hidden", + "-fvisibility-inlines-hidden", + "-Wall", + "-Wextra", + "-pedantic", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = MachineIndependent; + PRODUCT_NAME = nowide; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = MinSizeRel; }; - 366461E47ABA4B95A245F012 /* RelWithDebInfo */ = { + 63A78720E704494B80100EBC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = OSDependent; + PRODUCT_NAME = z; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = RelWithDebInfo; + name = Release; }; - 3B441C56197D480D863C34E9 /* Release */ = { + 64199953FED146EE82B32C3C /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = ""; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); - INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/glslang/.., + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIE ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-benchmark"; + PRODUCT_NAME = glslang; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = MinSizeRel; }; - 4002B15D3E0449E4AE4A999E /* MinSizeRel */ = { + 65281E8B5F2344D1AE1054A1 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libelf/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libchdr/lzma, + ../cmake/core/deps/libchdr/include, + ../flycast/core/deps/libchdr/include, + "../flycast/core/deps/libchdr/deps/lzma-24.05/include", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/../../lib", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = elf; + PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = MinSizeRel; + name = Release; }; - 41EF33B7090E4BC2A101A279 /* RelWithDebInfo */ = { + 6794E9A1BA684ADAB843577D /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",MINIUPNP_STATICLIB,MINIUPNPC_SET_SOCKET_TIMEOUT,_BSD_SOURCE,_DEFAULT_SOURCE,_DARWIN_C_SOURCE,"$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + NOWIDE_HAS_INIT_PRIORITY, + NOWIDE_NO_LIB, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/miniupnpc/include,../cmake/core/deps/miniupnpc,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/nowide/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-fvisibility=hidden", + "-fvisibility-inlines-hidden", + "-Wall", + "-Wextra", + "-pedantic", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = miniupnpc; + PRODUCT_NAME = nowide; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = RelWithDebInfo; }; - 4230789FEC504725882BC7E9 /* MinSizeRel */ = { + 67C5FB87420B4F94B652E559 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/SPIRV/.., + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "glslang-default-resource-limits"; + PRODUCT_NAME = SPIRV; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = MinSizeRel; + name = Release; }; - 42ED5F1E62A34A22AD2E1E4A /* Release */ = { + 6ADFC7CBA9B5418E804136AE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/glslang/.., + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; + PRODUCT_NAME = glslang; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Release; }; - 4A2BCC6514094CCA92052E64 /* Debug */ = { + 6C14DF2F981F43D7B2EF31E8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/SPIRV/.., + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = OSDependent; + PRODUCT_NAME = SPIRV; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Debug; - }; - 4ADCCE68B19043CA88A98F6A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - BUILD_DIR = ../lib; + WARNING_CFLAGS = "$(inherited)"; }; name = Debug; }; - 52F805EA173B47EEA4E17AD5 /* Debug */ = { + 71F199E46A7B481898519AFA /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libelf/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = elf; + PRODUCT_NAME = OGLCompiler; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = MinSizeRel; }; - 53F0DA01BED44949AFC602A2 /* Debug */ = { + 759469428C70458D98DE6808 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/xxHash/cmake_unofficial/..,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libzip/lib, + ../cmake/core/deps/libzip, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "-fvisibility=hidden", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = xxhash; + PRODUCT_NAME = zip; SECTORDER_FLAGS = ""; - + SYSTEM_HEADER_SEARCH_PATHS = ( + "../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib", + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = RelWithDebInfo; }; - 559D6133E55F413EAC50EF1F /* MinSizeRel */ = { + 798A97C10AC4423BB56E584A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libelf/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = glslang; + PRODUCT_NAME = elf; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = MinSizeRel; + name = Release; }; - 56D17866575D40CF9B4DF44C /* Debug */ = { + 7D7C3943A3FE48B6A24F4CE1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + NOWIDE_HAS_INIT_PRIORITY, + NOWIDE_NO_LIB, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/nowide/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "'-std=c++17'", + "-fPIC", + "-fvisibility=hidden", + "-fvisibility-inlines-hidden", + "-Wall", + "-Wextra", + "-pedantic", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = OGLCompiler; + PRODUCT_NAME = nowide; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Debug; }; - 5DFEA6C177EB4C3BB19E4759 /* Debug */ = { + 7FD17EC29D484BEFB9064583 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,"../flycast/core/deps/libchdr/deps/zlib-1.2.12","../cmake/core/deps/libchdr/deps/zlib-1.2.12",../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libchdr/lzma, + ../cmake/core/deps/libchdr/include, + ../flycast/core/deps/libchdr/include, + "../flycast/core/deps/libchdr/deps/lzma-24.05/include", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/../../lib", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = MinSizeRel; }; - 6A835884A04A42199854D16C /* MinSizeRel */ = { + 86F170C718914623977F48B3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; + CODE_SIGNING_ALLOWED = NO; + CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; - + DYLIB_COMPATIBILITY_VERSION = ""; + DYLIB_CURRENT_VERSION = ""; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; + FRAMEWORK_SEARCH_PATHS = ( + /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/System/Library/Frameworks, + "$(inherited)", + ); GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",MINIUPNP_STATICLIB,MINIUPNPC_SET_SOCKET_TIMEOUT,_BSD_SOURCE,_DEFAULT_SOURCE,_DARWIN_C_SOURCE,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + flycast_libretro_EXPORTS, + LIBRETRO, + GLES, + GLES3, + HAVE_OPENGLES, + HAVE_OPENGLES3, + GL_SILENCE_DEPRECATION, + TARGET_IPHONE, + GLES_SILENCE_DEPRECATION, + _7ZIP_ST, + VK_ENABLE_BETA_EXTENSIONS, + VK_NO_PROTOTYPES, + VK_USE_PLATFORM_METAL_EXT, + USE_VULKAN, + HAVE_VULKAN, + NOWIDE_NO_LIB, + MINIUPNP_STATICLIB, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/miniupnpc/include,../cmake/core/deps/miniupnpc,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core, + ../flycast/core/deps, + ../flycast/core/deps/stb, + ../flycast/core/deps/json, + ../flycast/core/deps/asio/asio/include, + ../flycast/shell/libretro, + "../flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/Headers", + ../flycast/core/deps/libchdr/include, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast/core/deps/picotcp/include, + ../flycast/core/deps/picotcp/modules, + "../flycast/core/deps/libretro-common/include", + ../flycast/core/deps/vixl, + ../flycast/core/deps/xxHash/cmake_unofficial/.., + ../flycast/core/deps/glm/glm/.., + ../flycast/core/deps/glslang/glslang/.., + ../flycast/core/deps/glslang/SPIRV/.., + ../cmake/include, + ../flycast/core/deps/nowide/include, + ../flycast/core/deps/miniupnpc/include, + ../flycast/core/deps/libzip/lib, + ../cmake/core/deps/libzip, + ../flycast/core/deps/libelf/include, + ../cmake/_cmrc/include, + "../flycast/core/deps/Vulkan-Headers/include", + ../flycast/core/deps/VulkanMemoryAllocator/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-fno-strict-aliasing", + "-Wall", + "-Xclang", + "-fopenmp", + "-Wno-nullability-completeness", + ); + OTHER_LDFLAGS = ( + "-Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def", + "-s", + "-Wl,-headerpad_max_install_names", + "-framework", + Foundation, + "-framework", + OpenGLES, + "-framework", + GLKit, + "../flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/libomp.a", + "$(inherited)", + ); OTHER_REZFLAGS = ""; - PRODUCT_NAME = miniupnpc; + PRODUCT_NAME = flycast_libretro; SECTORDER_FLAGS = ""; - + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator"; + SUPPORTS_MACCATALYST = YES; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = MinSizeRel; + name = Release; }; - 6DA3C60AB98946A2ACC206BF /* Debug */ = { + 880FADEC583A4B2C8D27E70E /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = z; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = MinSizeRel; }; - 71A8C0F9CEA54DFD827C3D0B /* Release */ = { + 8945CED57F5C48DB98988F0B /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libzip/lib, + ../cmake/core/deps/libzip, + "$(inherited)", + ); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "-fvisibility=hidden", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = zip; SECTORDER_FLAGS = ""; + SYSTEM_HEADER_SEARCH_PATHS = ( + "../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib", + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = MinSizeRel; }; - 738CD72EC08943AD8C96BBC9 /* Release */ = { + 8F262493B3DE46FBB5F1E467 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../cmake/_cmrc/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "'-std=c++17'", + "-fPIC", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = GenericCodeGen; + PRODUCT_NAME = "flycast-resources"; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = Debug; }; - 73C01A60C928496589FF48FA /* Debug */ = { + 910D9EF7EBA34C1997705887 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libzip/lib, + ../cmake/core/deps/libzip, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-fPIC", + "-fvisibility=hidden", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "glslang-default-resource-limits"; + PRODUCT_NAME = zip; SECTORDER_FLAGS = ""; - + SYSTEM_HEADER_SEARCH_PATHS = ( + "../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib", + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Debug; }; - 7657D2C50CD14D319D8398A2 /* RelWithDebInfo */ = { + 9439BD4B14EF46F99D5BCF82 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/_cmrc/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "flycast-resources"; + PRODUCT_NAME = OSDependent; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = RelWithDebInfo; + name = Debug; }; - 79D5BB04D3674DC8A65052F2 /* RelWithDebInfo */ = { + 94D5EE1348FF4F31980BC6C0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",NOWIDE_HAS_INIT_PRIORITY,NOWIDE_NO_LIB,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/nowide/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libchdr/lzma, + ../cmake/core/deps/libchdr/include, + ../flycast/core/deps/libchdr/include, + "../flycast/core/deps/libchdr/deps/lzma-24.05/include", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../flycast/core/deps/libchdr/deps/zstd-1.5.6/build/cmake/../../lib", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -pedantic "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = nowide; + PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = RelWithDebInfo; + name = Debug; }; - 7BC00F8479AC42079FEA3ADA /* RelWithDebInfo */ = { + 959CB3AC58F14FF89B656571 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = OSDependent; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = RelWithDebInfo; }; - 7DD8A7DD3AB74F91BE72A561 /* MinSizeRel */ = { + 9A4ADD63C93B486D9D9DEAFC /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = ""; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); - INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIE ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-benchmark"; + PRODUCT_NAME = OSDependent; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = MinSizeRel; }; - 88FCCC0FF6AF4F4A8221C698 /* Release */ = { + 9D850CEA605647EE92755BFA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/xxHash/cmake_unofficial/.., + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-Wundef", + "-Wstrict-prototypes", + "-Wdeclaration-after-statement", + "-Wswitch-enum", + "-Wstrict-aliasing=1", + "-Wshadow", + "-Wcast-align", + "-Wcast-qual", + "-Wextra", + "-Wall", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = OSDependent; + PRODUCT_NAME = xxhash; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = Debug; + }; + A017015453644E6782CD9250 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + ARCHS = arm64; + BUILD_DIR = ../lib; + CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = XXXXXXXXXX; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + "-Wl,-all_load", + "-all_load", + ); + PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; + }; + name = Debug; }; - 8B40E72885F0429885FFD6B4 /* Release */ = { + A2EA11678F5A4038B74A6F9D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + MINIUPNP_STATICLIB, + MINIUPNPC_SET_SOCKET_TIMEOUT, + _BSD_SOURCE, + _DEFAULT_SOURCE, + _DARWIN_C_SOURCE, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/xxHash/cmake_unofficial/..,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/miniupnpc/include, + ../cmake/core/deps/miniupnpc, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = xxhash; + PRODUCT_NAME = miniupnpc; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = Debug; }; - 8D3A6C8572544FAB987C1705 /* RelWithDebInfo */ = { + A2EF6FCE2CBA47FF89A251FB /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/SPIRV/.., + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = SPIRV; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = RelWithDebInfo; + name = MinSizeRel; }; - 8DF38677572B4B21B8CE4B79 /* RelWithDebInfo */ = { + A3E4E11C65E448F8A86C147C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + ZLIB_DLL, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-fPIC", + "$(inherited)", + ); + OTHER_LDFLAGS = ( + "-Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def", + "-Wl,-headerpad_max_install_names", + "-install_name", + "@rpath/z.1.dylib", + "$(inherited)", + ); OTHER_REZFLAGS = ""; - PRODUCT_NAME = glslang; + PRODUCT_NAME = z.1.3.1; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = RelWithDebInfo; + name = Debug; }; - 8E16B99BBB044643BBFFA1AF /* Debug */ = { + ABD36FDC57054F0AA803B3DB /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = GenericCodeGen; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = MinSizeRel; }; - 9223B0B423D448A9A49A38AD /* MinSizeRel */ = { + B7B96649467347EAB02EFDCC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ARCHS = arm64; + BUILD_DIR = ../lib; CODE_SIGN_IDENTITY = "iPhone Developer"; DEVELOPMENT_TEAM = XXXXXXXXXX; IPHONEOS_DEPLOYMENT_TARGET = 12.0; + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + "-Wl,-all_load", + "-all_load", + ); PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; SDKROOT = auto; + SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; }; - name = MinSizeRel; + name = Release; }; - 92294F25030B4EC0A3E54BBE /* MinSizeRel */ = { + C0B539DE87E54EAF92DCE740 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/_cmrc/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "flycast-resources"; + PRODUCT_NAME = z; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = MinSizeRel; + name = RelWithDebInfo; }; - 94A69B7E82EC4F93BFC81522 /* RelWithDebInfo */ = { + C58D39B8C5C84DA7B495548F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; - - DYLIB_COMPATIBILITY_VERSION = ""; - DYLIB_CURRENT_VERSION = ""; - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = .dylib; - FRAMEWORK_SEARCH_PATHS = (/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks,"$(inherited)"); + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",flycast_libretro_EXPORTS,LIBRETRO,GLES,GLES3,HAVE_OPENGLES,HAVE_OPENGLES3,GL_SILENCE_DEPRECATION,TARGET_IPHONE,GLES_SILENCE_DEPRECATION,_7ZIP_ST,VK_NO_PROTOTYPES,VK_USE_PLATFORM_MACOS_MVK,"'VMA_USE_STL_SHARED_MUTEX=0'",USE_VULKAN,HAVE_VULKAN,NOWIDE_NO_LIB,MINIUPNP_STATICLIB,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core,../flycast/core/deps,../flycast/core/deps/stb,../flycast/core/deps/khronos,../flycast/core/deps/json,../flycast/shell/libretro,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/zlib-1.2.11",../flycast/core/deps/libzip/lib,../flycast/core/deps/picotcp/include,../flycast/core/deps/picotcp/modules,"../flycast/core/deps/libretro-common/include",../flycast/core/deps/vixl,../flycast/core/deps/xxHash/cmake_unofficial/..,../flycast/core/deps/glm/glm/..,../flycast/core/deps/glslang/glslang/..,../flycast/core/deps/glslang/SPIRV/..,../cmake/include,../flycast/core/deps/nowide/include,../flycast/core/deps/miniupnpc/include,../cmake/core/deps/libzip,../flycast/core/deps/libelf/include,../cmake/_cmrc/include,"../flycast/core/deps/Vulkan-Headers/include",../flycast/core/deps/VulkanMemoryAllocator/include,"$(inherited)"); - INSTALL_PATH = "@rpath"; - LIBRARY_STYLE = DYNAMIC; + HEADER_SEARCH_PATHS = ( + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); + INSTALL_PATH = ""; + LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -fno-strict-aliasing -Wall -Wno-nullability-completeness "; - OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names","-framework Foundation","-framework OpenGLES","-framework GLKit","../cmake/core/deps/xxHash/cmake_unofficial/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/core/deps/glslang/glslang/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libglslang-default-resource-limits.a","../cmake/core/deps/glslang/SPIRV/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libSPIRV.a","../cmake/core/deps/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/core/deps/nowide/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libnowide.a","../cmake/core/deps/miniupnpc/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libminiupnpc.a","../cmake/core/deps/libzip/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzip.a","../cmake/core/deps/libelf/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libelf.a","../cmake/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libflycast-resources.a","../cmake/core/deps/glslang/glslang/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libMachineIndependent.a","../cmake/core/deps/glslang/OGLCompilersDLL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libOGLCompiler.a","../cmake/core/deps/glslang/glslang/OSDependent/Unix/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libOSDependent.a","../cmake/core/deps/glslang/glslang/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libGenericCodeGen.a","../cmake/core/deps/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/libz.a","$(inherited)"); + OTHER_CFLAGS = ( + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = flycast_libretro; + PRODUCT_NAME = z; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = RelWithDebInfo; + name = Debug; }; - 963A18A7D8C348419D94499E /* MinSizeRel */ = { + CA9F215B94C74DECB79A3141 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; - - DYLIB_COMPATIBILITY_VERSION = ""; - DYLIB_CURRENT_VERSION = ""; - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = .dylib; - FRAMEWORK_SEARCH_PATHS = (/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks,"$(inherited)"); - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",flycast_libretro_EXPORTS,LIBRETRO,GLES,GLES3,HAVE_OPENGLES,HAVE_OPENGLES3,GL_SILENCE_DEPRECATION,TARGET_IPHONE,GLES_SILENCE_DEPRECATION,_7ZIP_ST,VK_NO_PROTOTYPES,VK_USE_PLATFORM_MACOS_MVK,"'VMA_USE_STL_SHARED_MUTEX=0'",USE_VULKAN,HAVE_VULKAN,NOWIDE_NO_LIB,MINIUPNP_STATICLIB,"$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core,../flycast/core/deps,../flycast/core/deps/stb,../flycast/core/deps/khronos,../flycast/core/deps/json,../flycast/shell/libretro,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/zlib-1.2.11",../flycast/core/deps/libzip/lib,../flycast/core/deps/picotcp/include,../flycast/core/deps/picotcp/modules,"../flycast/core/deps/libretro-common/include",../flycast/core/deps/vixl,../flycast/core/deps/xxHash/cmake_unofficial/..,../flycast/core/deps/glm/glm/..,../flycast/core/deps/glslang/glslang/..,../flycast/core/deps/glslang/SPIRV/..,../cmake/include,../flycast/core/deps/nowide/include,../flycast/core/deps/miniupnpc/include,../cmake/core/deps/libzip,../flycast/core/deps/libelf/include,../cmake/_cmrc/include,"../flycast/core/deps/Vulkan-Headers/include",../flycast/core/deps/VulkanMemoryAllocator/include,"$(inherited)"); - INSTALL_PATH = "@rpath"; - LIBRARY_STYLE = DYNAMIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -fno-strict-aliasing -Wall -Wno-nullability-completeness "; - OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names","-framework Foundation","-framework OpenGLES","-framework GLKit","../cmake/core/deps/xxHash/cmake_unofficial/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/core/deps/glslang/glslang/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libglslang-default-resource-limits.a","../cmake/core/deps/glslang/SPIRV/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libSPIRV.a","../cmake/core/deps/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/core/deps/nowide/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libnowide.a","../cmake/core/deps/miniupnpc/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libminiupnpc.a","../cmake/core/deps/libzip/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzip.a","../cmake/core/deps/libelf/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libelf.a","../cmake/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libflycast-resources.a","../cmake/core/deps/glslang/glslang/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libMachineIndependent.a","../cmake/core/deps/glslang/OGLCompilersDLL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libOGLCompiler.a","../cmake/core/deps/glslang/glslang/OSDependent/Unix/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libOSDependent.a","../cmake/core/deps/glslang/glslang/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libGenericCodeGen.a","../cmake/core/deps/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/libz.a","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = flycast_libretro; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - 9819EBD92D2D40DEBE98BEDC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = "glslang-default-resource-limits"; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Release; - }; - 9B5A69891EED49BBA1192CCA /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - 9B61AC10BAE4483A96E96191 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = RelWithDebInfo; - }; - 9DD3E9B2D41244379F4E5D8D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = arm64; - CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = XXXXXXXXXX; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; - SWIFT_COMPILATION_MODE = wholemodule; - BUILD_DIR = ../lib; - }; - name = Release; - }; - 9F00A3CC186E427BADBEC673 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - - DYLIB_COMPATIBILITY_VERSION = ""; - DYLIB_CURRENT_VERSION = ""; - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = .dylib; - FRAMEWORK_SEARCH_PATHS = (/Applications/Xcode16.1RC.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/System/Library/Frameworks,"$(inherited)"); - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",flycast_libretro_EXPORTS,LIBRETRO,GLES,GLES3,HAVE_OPENGLES,HAVE_OPENGLES3,GL_SILENCE_DEPRECATION,TARGET_IPHONE,GLES_SILENCE_DEPRECATION,_7ZIP_ST,VK_NO_PROTOTYPES,VK_USE_PLATFORM_MACOS_MVK,"'VMA_USE_STL_SHARED_MUTEX=0'",USE_VULKAN,HAVE_VULKAN,NOWIDE_NO_LIB,MINIUPNP_STATICLIB,"$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core,../flycast/core/deps,../flycast/core/deps/stb,../flycast/core/deps/khronos,../flycast/core/deps/json,../flycast/shell/libretro,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/zlib-1.2.11",../flycast/core/deps/libzip/lib,../flycast/core/deps/picotcp/include,../flycast/core/deps/picotcp/modules,"../flycast/core/deps/libretro-common/include",../flycast/core/deps/vixl,../flycast/core/deps/xxHash/cmake_unofficial/..,../flycast/core/deps/glm/glm/..,../flycast/core/deps/glslang/glslang/..,../flycast/core/deps/glslang/SPIRV/..,../cmake/include,../flycast/core/deps/nowide/include,../flycast/core/deps/miniupnpc/include,../cmake/core/deps/libzip,../flycast/core/deps/libelf/include,../cmake/_cmrc/include,"../flycast/core/deps/Vulkan-Headers/include",../flycast/core/deps/VulkanMemoryAllocator/include,"$(inherited)"); - INSTALL_PATH = "@rpath"; - LIBRARY_STYLE = DYNAMIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -fno-strict-aliasing -Wall -Wno-nullability-completeness "; - OTHER_LDFLAGS = (" -Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def -dynamiclib -Wl,-headerpad_max_install_names","-framework Foundation","-framework OpenGLES","-framework GLKit","../cmake/core/deps/xxHash/cmake_unofficial/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/core/deps/glslang/glslang/Debug${EFFECTIVE_PLATFORM_NAME}/libglslang-default-resource-limits.a","../cmake/core/deps/glslang/SPIRV/Debug${EFFECTIVE_PLATFORM_NAME}/libSPIRV.a","../cmake/core/deps/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/core/deps/nowide/Debug${EFFECTIVE_PLATFORM_NAME}/libnowide.a","../cmake/core/deps/miniupnpc/Debug${EFFECTIVE_PLATFORM_NAME}/libminiupnpc.a","../cmake/core/deps/libzip/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzip.a","../cmake/core/deps/libelf/Debug${EFFECTIVE_PLATFORM_NAME}/libelf.a","../cmake/Debug${EFFECTIVE_PLATFORM_NAME}/libflycast-resources.a","../cmake/core/deps/glslang/glslang/Debug${EFFECTIVE_PLATFORM_NAME}/libMachineIndependent.a","../cmake/core/deps/glslang/OGLCompilersDLL/Debug${EFFECTIVE_PLATFORM_NAME}/libOGLCompiler.a","../cmake/core/deps/glslang/glslang/OSDependent/Unix/Debug${EFFECTIVE_PLATFORM_NAME}/libOSDependent.a","../cmake/core/deps/glslang/glslang/Debug${EFFECTIVE_PLATFORM_NAME}/libGenericCodeGen.a","../cmake/core/deps/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/libz.a","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = flycast_libretro; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Debug; - }; - A0264A8ECBAD4871A359EFF6 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = ""; - EXECUTABLE_SUFFIX = ""; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/include,"$(inherited)"); - INFOPLIST_FILE = "../cmake/core/deps/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; - INSTALL_PATH = ""; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIE ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/core/deps/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/core/deps/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/core/deps/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-benchmark"; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - A1E5E537567A41A68B1691A0 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = lzma; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - A585E2AC235F41CD88A30F98 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = OGLCompiler; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - AC50760706E847378A28B4A4 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - B737A361F68944F8B3A159BF /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = distcheck; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - B7431E5D4E954CECBBA27743 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Release; - }; - B7D98669F51A4DD3902D15C2 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = "glslang-default-resource-limits"; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - BB8B828835A145EE9D454FCD /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libzip/lib,../cmake/core/deps/libzip,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = zip; - SECTORDER_FLAGS = ""; - SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zlib-1.2.11","$(inherited)"); - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - BC0B2EE409A648FE9CD68899 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libzip/lib,../cmake/core/deps/libzip,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = zip; - SECTORDER_FLAGS = ""; - SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zlib-1.2.11","$(inherited)"); - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Debug; - }; - BCC21B8CB5724F6894D58A92 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = OSDependent; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - BDBF74E8DBF545168236334E /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../cmake/core/deps/libchdr/deps/zlib-1.2.12",../flycast,"$(inherited)"); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = z; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - BF0F535AB6CF4A50BB7B6B5D /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/xxHash/cmake_unofficial/..,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = xxhash; + PRODUCT_NAME = GenericCodeGen; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = RelWithDebInfo; }; - C24C2661492942788943F9EF /* Release */ = { + CB35419BD9E642E9AC8B74DB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libzip/lib, + ../cmake/core/deps/libzip, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "-fvisibility=hidden", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = OGLCompiler; + PRODUCT_NAME = zip; SECTORDER_FLAGS = ""; - + SYSTEM_HEADER_SEARCH_PATHS = ( + "../flycast/core/deps/libchdr/deps/zstd-1.5.6/lib", + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Release; }; - C5A4F26FF5394993A057D0A3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Debug; - }; - C5F66E04556B4D158BCAC0C1 /* RelWithDebInfo */ = { + CE2C5E63CE9C4C3EB10E0589 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libelf/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = elf; + PRODUCT_NAME = MachineIndependent; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = RelWithDebInfo; + name = Debug; }; - C8B8DEBB453A4A6E8C85CB0E /* Debug */ = { + D181F3635BAA4FB89CAD30F2 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + ZLIB_DLL, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LDFLAGS = ( + "-Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def", + "-Wl,-headerpad_max_install_names", + "-install_name", + "@rpath/z.1.dylib", + "$(inherited)", + ); OTHER_REZFLAGS = ""; - PRODUCT_NAME = GenericCodeGen; + PRODUCT_NAME = z.1.3.1; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = MinSizeRel; }; - CB2AD82C5E1E4B698F0F4092 /* MinSizeRel */ = { + D49B96734BA045448D70BE77 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/xxHash/cmake_unofficial/..,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/xxHash/cmake_unofficial/.., + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ("-Wundef -Wstrict-prototypes -Wdeclaration-after-statement -Wswitch-enum -Wstrict-aliasing=1 -Wshadow -Wcast-align -Wcast-qual -Wextra -Wall -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-Wundef", + "-Wstrict-prototypes", + "-Wdeclaration-after-statement", + "-Wswitch-enum", + "-Wstrict-aliasing=1", + "-Wshadow", + "-Wcast-align", + "-Wcast-qual", + "-Wextra", + "-Wall", + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = xxhash; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = MinSizeRel; }; - CC0AFDB5A2E44989BC71DEB5 /* Release */ = { + D775B3AA6BC446449D21E612 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 2; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../cmake/_cmrc/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = MachineIndependent; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Release; - }; - CC2D76D4340F4FF88A86D4D3 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; + PRODUCT_NAME = "flycast-resources"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = MinSizeRel; + name = RelWithDebInfo; }; - D15AC5BA91624F28A45F6339 /* Debug */ = { + DCD4CC0F0721407AA92EA781 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/SPIRV/..,../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/glslang/.., + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = SPIRV; - SECTORDER_FLAGS = ""; - - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = Debug; - }; - D25CCA474CC04DD293EFAAD6 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; + PRODUCT_NAME = "glslang-default-resource-limits"; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = MinSizeRel; }; - D3CCB5CDD914457FACE7B219 /* RelWithDebInfo */ = { + DEEBAA0389514205872AA019 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/SPIRV/..,../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/glslang/.., + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = SPIRV; + PRODUCT_NAME = "glslang-default-resource-limits"; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = RelWithDebInfo; + name = Debug; }; - D6C0F4388667462DB533A686 /* Release */ = { + E167B42A277D4050898B4767 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/SPIRV/..,../cmake/include,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = SPIRV; + PRODUCT_NAME = OSDependent; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Release; }; - D6ED3F7C24C54F469D8EC388 /* Release */ = { + E924A8311BF64B319B0C5FEE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,"../flycast/core/deps/libchdr/deps/zlib-1.2.12","../cmake/core/deps/libchdr/deps/zlib-1.2.12",../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../cmake/_cmrc/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-static"; + PRODUCT_NAME = "flycast-resources"; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Release; }; - DA9012A0FB82468E98D53146 /* MinSizeRel */ = { + EB702C8B87FD4172A78A6DC5 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + EXECUTABLE_PREFIX = lib; + EXECUTABLE_SUFFIX = .a; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/libelf/include, + "$(inherited)", + ); INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); + LIBRARY_STYLE = STATIC; + ONLY_ACTIVE_ARCH = NO; + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; + PRODUCT_NAME = elf; SECTORDER_FLAGS = ""; USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = MinSizeRel; }; - DBAA57AA618D4CAB9233C93E /* Debug */ = { + EC524B1D1E00442DAD8C9036 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + DYLIB_COMPATIBILITY_VERSION = 1.0.0; + DYLIB_CURRENT_VERSION = 1.3.1; + EXECUTABLE_PREFIX = ""; + EXECUTABLE_SUFFIX = .dylib; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + ZLIB_DLL, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + "../cmake/core/deps/libchdr/deps/zlib-1.3.1", + ../flycast, + "../flycast/core/deps/libchdr/deps/zlib-1.3.1", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LDFLAGS = ( + "-Wl,-exported_symbols_list,../flycast/shell/libretro/libretro.osx.def", + "-Wl,-headerpad_max_install_names", + "-install_name", + "@rpath/z.1.dylib", + "$(inherited)", + ); OTHER_REZFLAGS = ""; - PRODUCT_NAME = MachineIndependent; + PRODUCT_NAME = z.1.3.1; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Debug; + name = Release; }; - DC881E7D959B4DB8B9B9E5A4 /* Release */ = { + ECD2134875154302987485B3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",NOWIDE_HAS_INIT_PRIORITY,NOWIDE_NO_LIB,"$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + NOWIDE_HAS_INIT_PRIORITY, + NOWIDE_NO_LIB, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/nowide/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/nowide/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -pedantic "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-fvisibility=hidden", + "-fvisibility-inlines-hidden", + "-Wall", + "-Wextra", + "-pedantic", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = nowide; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Release; }; - DCC2DAD375E74142A89D6E6E /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = dist; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = RelWithDebInfo; - }; - DEA6C4773DD24FB1957EDEA5 /* Release */ = { + EF359AE274594A99B587A2F3 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + Z7_ST, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../cmake/_cmrc/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + "../flycast/core/deps/libchdr/deps/lzma-24.05/include", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=c++17' -fPIC "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "flycast-resources"; + PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = MinSizeRel; }; - EB747D19F54D4D3EB4A8C7F3 /* Debug */ = { + F207B9BA8F374631B23BF6D8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLSLANG_OSINCLUDE_UNIX,"'ENABLE_OPT=0'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + Z7_ST, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/glslang/glslang/..,../cmake/include,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + "../flycast/core/deps/libchdr/deps/lzma-24.05/include", + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CPLUSPLUSFLAGS = " '-std=c++17' -fPIC -Wall -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -fno-rtti -fno-exceptions "; - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = glslang; + PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = Debug; }; - EC6FC79D95654FB3A0F889C5 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = ("","$(inherited)"); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = dist; - SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); - }; - name = MinSizeRel; - }; - FB0A0772312147D2864BCB19 /* RelWithDebInfo */ = { + F3258D19DE664A60AED57687 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_OPTIMIZATION_LEVEL = fast; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libchdr/lzma,"../flycast/core/deps/libchdr/deps/zlib-1.2.12","../cmake/core/deps/libchdr/deps/zlib-1.2.12",../cmake/core/deps/libchdr/include,../flycast/core/deps/libchdr/include,"../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "chdr-static"; + PRODUCT_NAME = MachineIndependent; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = RelWithDebInfo; + name = Release; }; - FB35D5F630244D12B3329B14 /* RelWithDebInfo */ = { + FAAC9ECF1FB449C18415B8C4 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","$(inherited)"); + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + GLSLANG_OSINCLUDE_UNIX, + "'ENABLE_OPT=0'", + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (../flycast/core/deps/libzip/lib,../cmake/core/deps/libzip,"$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/glslang/glslang/.., + ../cmake/include, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CPLUSPLUSFLAGS = ( + "-DNDEBUG", + "'-std=c++17'", + "-fPIC", + "-Wall", + "-Wuninitialized", + "-Wunused", + "-Wunused-local-typedefs", + "-Wunused-parameter", + "-Wunused-value", + "-Wunused-variable", + "-fno-rtti", + "-fno-exceptions", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = zip; + PRODUCT_NAME = glslang; SECTORDER_FLAGS = ""; - SYSTEM_HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/zlib-1.2.11","$(inherited)"); - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; name = RelWithDebInfo; }; - FD6CBA70336D441EB6EF47BD /* Release */ = { + FE23FBBC2DF9404E94DDDA6B /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = arm64; COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"$(inherited)"); + GCC_OPTIMIZATION_LEVEL = s; + GCC_PREPROCESSOR_DEFINITIONS = ( + "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", + MINIUPNP_STATICLIB, + MINIUPNPC_SET_SOCKET_TIMEOUT, + _BSD_SOURCE, + _DEFAULT_SOURCE, + _DARWIN_C_SOURCE, + "$(inherited)", + ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("../flycast/core/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ( + ../flycast/core/deps/miniupnpc/include, + ../cmake/core/deps/miniupnpc, + "$(inherited)", + ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = (" -DNDEBUG -fPIC ","$(inherited)"); - OTHER_LIBTOOLFLAGS = (""); + OTHER_CFLAGS = ( + "-DNDEBUG", + "-fPIC", + "$(inherited)", + ); + OTHER_LIBTOOLFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = lzma; + PRODUCT_NAME = miniupnpc; SECTORDER_FLAGS = ""; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("$(inherited)"); + WARNING_CFLAGS = "$(inherited)"; }; - name = Release; + name = MinSizeRel; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 1AEC3D87AA234BA695AEB21D /* Build configuration list for PBXNativeTarget "lzma" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 342F1AEE50C84568A4158A22 /* Debug */, - FD6CBA70336D441EB6EF47BD /* Release */, - A1E5E537567A41A68B1691A0 /* MinSizeRel */, - 05CB093B794545D19870BDE0 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 1C7DF9BBC4C445238605E467 /* Build configuration list for PBXAggregateTarget "distcheck" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 05D3E405F3D14D6DACE635D6 /* Debug */, - 2B2914FB6CF64C4B9246BC21 /* Release */, - 1D160C48830E49A0B7F8D63A /* MinSizeRel */, - B737A361F68944F8B3A159BF /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 206868FBE8A54781AA686B12 /* Build configuration list for PBXNativeTarget "zlib" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 176DA9BA5EC24C3086A8F3EF /* Debug */, - 42ED5F1E62A34A22AD2E1E4A /* Release */, - AC50760706E847378A28B4A4 /* MinSizeRel */, - BDBF74E8DBF545168236334E /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 241E5319CCA6406888BBA256 /* Build configuration list for PBXNativeTarget "glslang-default-resource-limits" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 73C01A60C928496589FF48FA /* Debug */, - 9819EBD92D2D40DEBE98BEDC /* Release */, - 4230789FEC504725882BC7E9 /* MinSizeRel */, - B7D98669F51A4DD3902D15C2 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 2D51BEAE2C774C4C836FAE64 /* Build configuration list for PBXProject "flycast_libretro" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4ADCCE68B19043CA88A98F6A /* Debug */, - 9DD3E9B2D41244379F4E5D8D /* Release */, - 9223B0B423D448A9A49A38AD /* MinSizeRel */, - 9B61AC10BAE4483A96E96191 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 2EDE737E9CBD491FA80832DB /* Build configuration list for PBXNativeTarget "flycast-resources" */ = { + 1FAC4637800B40D49A541077 /* Build configuration list for PBXNativeTarget "flycast_libretro" */ = { isa = XCConfigurationList; buildConfigurations = ( - 339AF8CC3CCC4C2DA01F4653 /* Debug */, - DEA6C4773DD24FB1957EDEA5 /* Release */, - 92294F25030B4EC0A3E54BBE /* MinSizeRel */, - 7657D2C50CD14D319D8398A2 /* RelWithDebInfo */, + 55181F971D7D4763839478D3 /* Debug */, + 86F170C718914623977F48B3 /* Release */, + 09C6F19396AD498DAE01CFC9 /* MinSizeRel */, + 1840D43946D2457EB41DACCD /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 34A7E6AF196E4974A1DDCCC1 /* Build configuration list for PBXNativeTarget "SPIRV" */ = { + 21000C2492444AAA893A96C1 /* Build configuration list for PBXNativeTarget "chdr-static" */ = { isa = XCConfigurationList; buildConfigurations = ( - D15AC5BA91624F28A45F6339 /* Debug */, - D6C0F4388667462DB533A686 /* Release */, - 04F579D84B674E13B7954916 /* MinSizeRel */, - D3CCB5CDD914457FACE7B219 /* RelWithDebInfo */, + 94D5EE1348FF4F31980BC6C0 /* Debug */, + 65281E8B5F2344D1AE1054A1 /* Release */, + 7FD17EC29D484BEFB9064583 /* MinSizeRel */, + 26A3C8D85A0C4CCDADAF6BF1 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 3D5C2DD0CA0440FC9D51CC74 /* Build configuration list for PBXNativeTarget "OSDependent" */ = { + 2961BD2781084AECBC68C289 /* Build configuration list for PBXNativeTarget "SPIRV" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4A2BCC6514094CCA92052E64 /* Debug */, - 88FCCC0FF6AF4F4A8221C698 /* Release */, - BCC21B8CB5724F6894D58A92 /* MinSizeRel */, - 366461E47ABA4B95A245F012 /* RelWithDebInfo */, + 6C14DF2F981F43D7B2EF31E8 /* Debug */, + 67C5FB87420B4F94B652E559 /* Release */, + A2EF6FCE2CBA47FF89A251FB /* MinSizeRel */, + 422A46D340614CD6B3EFB92E /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 53F6EF44FE4C4DB0A653D1C0 /* Build configuration list for PBXNativeTarget "chdr-static" */ = { + 29C627E024474E1898CEF517 /* Build configuration list for PBXNativeTarget "OSDependent" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5DFEA6C177EB4C3BB19E4759 /* Debug */, - D6ED3F7C24C54F469D8EC388 /* Release */, - 1244A1D153C74E8593D9F7A1 /* MinSizeRel */, - FB0A0772312147D2864BCB19 /* RelWithDebInfo */, + 9439BD4B14EF46F99D5BCF82 /* Debug */, + E167B42A277D4050898B4767 /* Release */, + 9A4ADD63C93B486D9D9DEAFC /* MinSizeRel */, + 959CB3AC58F14FF89B656571 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 65A7E7DA3E91431DA26AF8A8 /* Build configuration list for PBXNativeTarget "GenericCodeGen" */ = { + 29D959B73597440F9CCBA533 /* Build configuration list for PBXNativeTarget "lzma" */ = { isa = XCConfigurationList; buildConfigurations = ( - C8B8DEBB453A4A6E8C85CB0E /* Debug */, - 738CD72EC08943AD8C96BBC9 /* Release */, - 2DEDF67E455C4F7DBAAABCAD /* MinSizeRel */, - 0C5333EFFDBE4FA0906C60D9 /* RelWithDebInfo */, + F207B9BA8F374631B23BF6D8 /* Debug */, + 153A7FAC9DC1495EB0C4F275 /* Release */, + EF359AE274594A99B587A2F3 /* MinSizeRel */, + 141C6C80FA1B4CFCAF7AC68A /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 793CB9C142F94E898779F00B /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { + 3A4E8122FE8F40BEB506E3A7 /* Build configuration list for PBXNativeTarget "zip" */ = { isa = XCConfigurationList; buildConfigurations = ( - C5A4F26FF5394993A057D0A3 /* Debug */, - B7431E5D4E954CECBBA27743 /* Release */, - D25CCA474CC04DD293EFAAD6 /* MinSizeRel */, - 9B5A69891EED49BBA1192CCA /* RelWithDebInfo */, + 910D9EF7EBA34C1997705887 /* Debug */, + CB35419BD9E642E9AC8B74DB /* Release */, + 8945CED57F5C48DB98988F0B /* MinSizeRel */, + 759469428C70458D98DE6808 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 8C3864F370E84738BFA2202E /* Build configuration list for PBXNativeTarget "MachineIndependent" */ = { + 3B82DFD6AB5A42999F3F2526 /* Build configuration list for PBXNativeTarget "glslang" */ = { isa = XCConfigurationList; buildConfigurations = ( - DBAA57AA618D4CAB9233C93E /* Debug */, - CC0AFDB5A2E44989BC71DEB5 /* Release */, - 355F6D32EBC64B9284BE6DC3 /* MinSizeRel */, - 0490FE627E4C41FD92F5C87A /* RelWithDebInfo */, + 1F383C5FB4EE41FA95F0F82C /* Debug */, + 6ADFC7CBA9B5418E804136AE /* Release */, + 64199953FED146EE82B32C3C /* MinSizeRel */, + FAAC9ECF1FB449C18415B8C4 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 913F6D955E5A459E926C58CA /* Build configuration list for PBXNativeTarget "chdr-benchmark" */ = { + 3F4AE3DDA33D44288DA537CD /* Build configuration list for PBXNativeTarget "zlibstatic" */ = { isa = XCConfigurationList; buildConfigurations = ( - 222B3AB5F1E64EF09C2B5C5E /* Debug */, - 3B441C56197D480D863C34E9 /* Release */, - 7DD8A7DD3AB74F91BE72A561 /* MinSizeRel */, - A0264A8ECBAD4871A359EFF6 /* RelWithDebInfo */, + C58D39B8C5C84DA7B495548F /* Debug */, + 63A78720E704494B80100EBC /* Release */, + 880FADEC583A4B2C8D27E70E /* MinSizeRel */, + C0B539DE87E54EAF92DCE740 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - A488E035F1674BFFA06EBBAE /* Build configuration list for PBXAggregateTarget "install" */ = { + 62B188E4EB994101AA0C22AB /* Build configuration list for PBXNativeTarget "flycast-resources" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6DA3C60AB98946A2ACC206BF /* Debug */, - 1F281A2421284B49AF940EF1 /* Release */, - CC2D76D4340F4FF88A86D4D3 /* MinSizeRel */, - 8D3A6C8572544FAB987C1705 /* RelWithDebInfo */, + 8F262493B3DE46FBB5F1E467 /* Debug */, + E924A8311BF64B319B0C5FEE /* Release */, + 306977DF40934ADC91C38A0A /* MinSizeRel */, + D775B3AA6BC446449D21E612 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - AE82F330C93C437B9955D388 /* Build configuration list for PBXNativeTarget "OGLCompiler" */ = { + 77697F92308D40B3934E14FE /* Build configuration list for PBXNativeTarget "nowide" */ = { isa = XCConfigurationList; buildConfigurations = ( - 56D17866575D40CF9B4DF44C /* Debug */, - C24C2661492942788943F9EF /* Release */, - A585E2AC235F41CD88A30F98 /* MinSizeRel */, - 01EB3D88AF994504AC17ACFA /* RelWithDebInfo */, + 7D7C3943A3FE48B6A24F4CE1 /* Debug */, + ECD2134875154302987485B3 /* Release */, + 6387AE21DAE14C0FAB3B5D75 /* MinSizeRel */, + 6794E9A1BA684ADAB843577D /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - B3CA7363758E46ABA1196BC7 /* Build configuration list for PBXNativeTarget "nowide" */ = { + 8C8D8F64B59B4F00B17E0011 /* Build configuration list for PBXNativeTarget "elf" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2D162F6ED8F44DE8A23DA535 /* Debug */, - DC881E7D959B4DB8B9B9E5A4 /* Release */, - 12F7020CA2224F72BE1B64C7 /* MinSizeRel */, - 79D5BB04D3674DC8A65052F2 /* RelWithDebInfo */, + 0F5732007446455FB2C53E0F /* Debug */, + 798A97C10AC4423BB56E584A /* Release */, + EB702C8B87FD4172A78A6DC5 /* MinSizeRel */, + 4869CDAB727E4B998E308277 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - BA40A69FB5274522B4066D67 /* Build configuration list for PBXNativeTarget "zip" */ = { + A09E1071A5DC483AA4798F25 /* Build configuration list for PBXNativeTarget "glslang-default-resource-limits" */ = { isa = XCConfigurationList; buildConfigurations = ( - BC0B2EE409A648FE9CD68899 /* Debug */, - 2B8D4B38B3774F5398C92DA0 /* Release */, - BB8B828835A145EE9D454FCD /* MinSizeRel */, - FB35D5F630244D12B3329B14 /* RelWithDebInfo */, + DEEBAA0389514205872AA019 /* Debug */, + 3DCB46FFB0DA4F36AA43A001 /* Release */, + DCD4CC0F0721407AA92EA781 /* MinSizeRel */, + 0104587459924FA78BCF8EF7 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - C1C947E816B745F49DE4FB75 /* Build configuration list for PBXNativeTarget "elf" */ = { + A85E2FCFF6BF49E6B7DE2937 /* Build configuration list for PBXProject "flycast_libretro" */ = { isa = XCConfigurationList; buildConfigurations = ( - 52F805EA173B47EEA4E17AD5 /* Debug */, - 255D26CC3EA045E081311910 /* Release */, - 4002B15D3E0449E4AE4A999E /* MinSizeRel */, - C5F66E04556B4D158BCAC0C1 /* RelWithDebInfo */, + A017015453644E6782CD9250 /* Debug */, + B7B96649467347EAB02EFDCC /* Release */, + 3CBCC18E943248DEB184687A /* MinSizeRel */, + 48426D43829745F39D8331F1 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - C1DD3A24B9A6490E81EFC823 /* Build configuration list for PBXNativeTarget "glslang" */ = { + B3452687D5484B989C3E575F /* Build configuration list for PBXNativeTarget "libminiupnpc-static" */ = { isa = XCConfigurationList; buildConfigurations = ( - EB747D19F54D4D3EB4A8C7F3 /* Debug */, - 2B4E78A13EF24D9A922D1100 /* Release */, - 559D6133E55F413EAC50EF1F /* MinSizeRel */, - 8DF38677572B4B21B8CE4B79 /* RelWithDebInfo */, + A2EA11678F5A4038B74A6F9D /* Debug */, + 4530885081EA44849631C3AC /* Release */, + FE23FBBC2DF9404E94DDDA6B /* MinSizeRel */, + 51BDCE2FE08A4514BF6C0D0F /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - EF43B6616C534910A24694D8 /* Build configuration list for PBXNativeTarget "flycast_libretro" */ = { + B7DEBD584307469CB916C7E9 /* Build configuration list for PBXNativeTarget "MachineIndependent" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9F00A3CC186E427BADBEC673 /* Debug */, - 142F12DDDDA7437DB26970B6 /* Release */, - 963A18A7D8C348419D94499E /* MinSizeRel */, - 94A69B7E82EC4F93BFC81522 /* RelWithDebInfo */, + CE2C5E63CE9C4C3EB10E0589 /* Debug */, + F3258D19DE664A60AED57687 /* Release */, + 2C63E28A415B4EC0ADDC18CA /* MinSizeRel */, + 577A75E4DCB648C0A8174912 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - F182D1CA5DD4411C93347D22 /* Build configuration list for PBXNativeTarget "xxhash" */ = { + C88266B4160E4A3496CBB730 /* Build configuration list for PBXNativeTarget "OGLCompiler" */ = { isa = XCConfigurationList; buildConfigurations = ( - 53F0DA01BED44949AFC602A2 /* Debug */, - 8B40E72885F0429885FFD6B4 /* Release */, - CB2AD82C5E1E4B698F0F4092 /* MinSizeRel */, - BF0F535AB6CF4A50BB7B6B5D /* RelWithDebInfo */, + 0788A2760DCA4049B68E282A /* Debug */, + 5B0A08C9F64B42B38B8FBAF3 /* Release */, + 71F199E46A7B481898519AFA /* MinSizeRel */, + 4C71C3CFC9254883A867AE4C /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - FD038A807A8E4286A1099747 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { + D850E29C402141E482B18C0D /* Build configuration list for PBXNativeTarget "xxhash" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8E16B99BBB044643BBFFA1AF /* Debug */, - 71A8C0F9CEA54DFD827C3D0B /* Release */, - DA9012A0FB82468E98D53146 /* MinSizeRel */, - 7BC00F8479AC42079FEA3ADA /* RelWithDebInfo */, + 9D850CEA605647EE92755BFA /* Debug */, + 5366126EB3E54A459D5B3390 /* Release */, + D49B96734BA045448D70BE77 /* MinSizeRel */, + 0D7EBEA2F6644BAC9F75DD0F /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - FD6814B1E1F746E19C5BC4F4 /* Build configuration list for PBXNativeTarget "libminiupnpc-static" */ = { + DEFA918C279949CD884B69F5 /* Build configuration list for PBXNativeTarget "zlib" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2E0783F7E30343F7B23DFB0E /* Debug */, - 1ADF7520D79E4CFA8F28A175 /* Release */, - 6A835884A04A42199854D16C /* MinSizeRel */, - 41EF33B7090E4BC2A101A279 /* RelWithDebInfo */, + A3E4E11C65E448F8A86C147C /* Debug */, + EC524B1D1E00442DAD8C9036 /* Release */, + D181F3635BAA4FB89CAD30F2 /* MinSizeRel */, + 0F0F3CE1AFFF47AEA0189C7F /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - FF266E48586046D396768A2F /* Build configuration list for PBXAggregateTarget "dist" */ = { + F9B120D10D804424947C8BFB /* Build configuration list for PBXNativeTarget "GenericCodeGen" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0C3C01851EA74E9CB2EA3D77 /* Debug */, - 172F81FDC2544B13BD58CE25 /* Release */, - EC6FC79D95654FB3A0F889C5 /* MinSizeRel */, - DCC2DAD375E74142A89D6E6E /* RelWithDebInfo */, + 19530D74AA7240B7BF9C6E5D /* Debug */, + 4561A131958D4AF684587C1D /* Release */, + ABD36FDC57054F0AA803B3DB /* MinSizeRel */, + CA9F215B94C74DECB79A3141 /* RelWithDebInfo */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = B1F84C013939485482506C26 /* Project object */; + rootObject = A8DB6B689E7045BC912EB972 /* Project object */; } diff --git a/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d981003d..0000000000 --- a/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/Cores/Flycast/cmake/include/glslang/build_info.h b/Cores/Flycast/cmake/include/glslang/build_info.h index a5bb56244a..8bffae570a 100644 --- a/Cores/Flycast/cmake/include/glslang/build_info.h +++ b/Cores/Flycast/cmake/include/glslang/build_info.h @@ -35,8 +35,8 @@ #define GLSLANG_BUILD_INFO #define GLSLANG_VERSION_MAJOR 12 -#define GLSLANG_VERSION_MINOR 2 -#define GLSLANG_VERSION_PATCH 0 +#define GLSLANG_VERSION_MINOR 3 +#define GLSLANG_VERSION_PATCH 1 #define GLSLANG_VERSION_FLAVOR "" #define GLSLANG_VERSION_GREATER_THAN(major, minor, patch) \ diff --git a/Cores/Flycast/cmake/include/glsm/glsym.h b/Cores/Flycast/cmake/include/glsm/glsym.h deleted file mode 100644 index 4e06a4a07a..0000000000 --- a/Cores/Flycast/cmake/include/glsm/glsym.h +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (C) 2010-2018 The RetroArch team - * - * --------------------------------------------------------------------------------------- - * The following license statement only applies to this libretro SDK code part (glsym). - * --------------------------------------------------------------------------------------- - * - * Permission is hereby granted, free of charge, - * to any person obtaining a copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation the rights to - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, - * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef __LIBRETRO_SDK_GLSYM_H__ -#define __LIBRETRO_SDK_GLSYM_H__ - -#include "rglgen.h" - -#ifndef HAVE_PSGL -#if defined(HAVE_OPENGLES2) -#include "glsym_es2.h" -#elif defined(HAVE_OPENGLES3) -#include "glsym_es3.h" -#else -#ifdef HAVE_LIBNX -#include "switch/nx_glsym.h" -#endif -#include "glsym_gl.h" -#endif -#endif - -#ifdef HAVE_GLSYM_PRIVATE -#include "glsym_private.h" -#endif - -#endif diff --git a/Cores/Flycast/cmake/include/glsm/glsym_es2.h b/Cores/Flycast/cmake/include/glsm/glsym_es2.h deleted file mode 100644 index 666d84dd29..0000000000 --- a/Cores/Flycast/cmake/include/glsm/glsym_es2.h +++ /dev/null @@ -1,639 +0,0 @@ -#ifndef RGLGEN_DECL_H__ -#define RGLGEN_DECL_H__ -#ifdef __cplusplus -extern "C" { -#endif -#ifdef GL_APIENTRY -typedef void (GL_APIENTRY *RGLGENGLDEBUGPROC)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -typedef void (GL_APIENTRY *RGLGENGLDEBUGPROCKHR)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -#else -#ifndef APIENTRY -#define APIENTRY -#endif -#ifndef APIENTRYP -#define APIENTRYP APIENTRY * -#endif -typedef void (APIENTRY *RGLGENGLDEBUGPROCARB)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -typedef void (APIENTRY *RGLGENGLDEBUGPROC)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -#endif -#ifndef GL_OES_EGL_image -typedef void *GLeglImageOES; -#endif -#if !defined(GL_OES_fixed_point) && !defined(HAVE_OPENGLES2) -typedef GLint GLfixed; -#endif - -typedef void (GL_APIENTRYP RGLSYMGLBLENDBARRIERKHRPROC) (void); -typedef void (GL_APIENTRYP RGLSYMGLDEBUGMESSAGECONTROLKHRPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled); -typedef void (GL_APIENTRYP RGLSYMGLDEBUGMESSAGEINSERTKHRPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf); -typedef void (GL_APIENTRYP RGLSYMGLDEBUGMESSAGECALLBACKKHRPROC) (RGLGENGLDEBUGPROCKHR callback, const void *userParam); -typedef GLuint (GL_APIENTRYP RGLSYMGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); -typedef void (GL_APIENTRYP RGLSYMGLPUSHDEBUGGROUPKHRPROC) (GLenum source, GLuint id, GLsizei length, const GLchar *message); -typedef void (GL_APIENTRYP RGLSYMGLPOPDEBUGGROUPKHRPROC) (void); -typedef void (GL_APIENTRYP RGLSYMGLOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLGETOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei length, const GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLGETOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLGETPOINTERVKHRPROC) (GLenum pname, void **params); -typedef GLenum (GL_APIENTRYP RGLSYMGLGETGRAPHICSRESETSTATUSKHRPROC) (void); -typedef void (GL_APIENTRYP RGLSYMGLREADNPIXELSKHRPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); -typedef void (GL_APIENTRYP RGLSYMGLGETNUNIFORMFVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params); -typedef void (GL_APIENTRYP RGLSYMGLGETNUNIFORMIVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETNUNIFORMUIVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image); -typedef void (GL_APIENTRYP RGLSYMGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image); -typedef void (GL_APIENTRYP RGLSYMGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); -typedef void (GL_APIENTRYP RGLSYMGLENABLEIOESPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLDISABLEIOESPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLBLENDEQUATIONIOESPROC) (GLuint buf, GLenum mode); -typedef void (GL_APIENTRYP RGLSYMGLBLENDEQUATIONSEPARATEIOESPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha); -typedef void (GL_APIENTRYP RGLSYMGLBLENDFUNCIOESPROC) (GLuint buf, GLenum src, GLenum dst); -typedef void (GL_APIENTRYP RGLSYMGLBLENDFUNCSEPARATEIOESPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); -typedef void (GL_APIENTRYP RGLSYMGLCOLORMASKIOESPROC) (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a); -typedef GLboolean (GL_APIENTRYP RGLSYMGLISENABLEDIOESPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSBASEVERTEXOESPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLDRAWRANGEELEMENTSBASEVERTEXOESPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXOESPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWELEMENTSBASEVERTEXOESPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount, const GLint *basevertex); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREOESPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level); -typedef void (GL_APIENTRYP RGLSYMGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLint length); -typedef void *(GL_APIENTRYP RGLSYMGLMAPBUFFEROESPROC) (GLenum target, GLenum access); -typedef GLboolean (GL_APIENTRYP RGLSYMGLUNMAPBUFFEROESPROC) (GLenum target); -typedef void (GL_APIENTRYP RGLSYMGLGETBUFFERPOINTERVOESPROC) (GLenum target, GLenum pname, void **params); -typedef void (GL_APIENTRYP RGLSYMGLPRIMITIVEBOUNDINGBOXOESPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); -typedef void (GL_APIENTRYP RGLSYMGLMINSAMPLESHADINGOESPROC) (GLfloat value); -typedef void (GL_APIENTRYP RGLSYMGLPATCHPARAMETERIOESPROC) (GLenum pname, GLint value); -typedef void (GL_APIENTRYP RGLSYMGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); -typedef void (GL_APIENTRYP RGLSYMGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels); -typedef void (GL_APIENTRYP RGLSYMGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); -typedef void (GL_APIENTRYP RGLSYMGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); -typedef void (GL_APIENTRYP RGLSYMGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTURE3DOESPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); -typedef void (GL_APIENTRYP RGLSYMGLTEXPARAMETERIIVOESPROC) (GLenum target, GLenum pname, const GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLTEXPARAMETERIUIVOESPROC) (GLenum target, GLenum pname, const GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETTEXPARAMETERIIVOESPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETTEXPARAMETERIUIVOESPROC) (GLenum target, GLenum pname, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLSAMPLERPARAMETERIIVOESPROC) (GLuint sampler, GLenum pname, const GLint *param); -typedef void (GL_APIENTRYP RGLSYMGLSAMPLERPARAMETERIUIVOESPROC) (GLuint sampler, GLenum pname, const GLuint *param); -typedef void (GL_APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIIVOESPROC) (GLuint sampler, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIUIVOESPROC) (GLuint sampler, GLenum pname, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLTEXBUFFEROESPROC) (GLenum target, GLenum internalformat, GLuint buffer); -typedef void (GL_APIENTRYP RGLSYMGLTEXBUFFERRANGEOESPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); -typedef void (GL_APIENTRYP RGLSYMGLTEXSTORAGE3DMULTISAMPLEOESPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); -typedef void (GL_APIENTRYP RGLSYMGLTEXTUREVIEWOESPROC) (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); -typedef void (GL_APIENTRYP RGLSYMGLBINDVERTEXARRAYOESPROC) (GLuint array); -typedef void (GL_APIENTRYP RGLSYMGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays); -typedef void (GL_APIENTRYP RGLSYMGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays); -typedef GLboolean (GL_APIENTRYP RGLSYMGLISVERTEXARRAYOESPROC) (GLuint array); -typedef void (GL_APIENTRYP RGLSYMGLVIEWPORTARRAYVOESPROC) (GLuint first, GLsizei count, const GLfloat *v); -typedef void (GL_APIENTRYP RGLSYMGLVIEWPORTINDEXEDFOESPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h); -typedef void (GL_APIENTRYP RGLSYMGLVIEWPORTINDEXEDFVOESPROC) (GLuint index, const GLfloat *v); -typedef void (GL_APIENTRYP RGLSYMGLSCISSORARRAYVOESPROC) (GLuint first, GLsizei count, const GLint *v); -typedef void (GL_APIENTRYP RGLSYMGLSCISSORINDEXEDOESPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); -typedef void (GL_APIENTRYP RGLSYMGLSCISSORINDEXEDVOESPROC) (GLuint index, const GLint *v); -typedef void (GL_APIENTRYP RGLSYMGLDEPTHRANGEARRAYFVOESPROC) (GLuint first, GLsizei count, const GLfloat *v); -typedef void (GL_APIENTRYP RGLSYMGLDEPTHRANGEINDEXEDFOESPROC) (GLuint index, GLfloat n, GLfloat f); -typedef void (GL_APIENTRYP RGLSYMGLGETFLOATI_VOESPROC) (GLenum target, GLuint index, GLfloat *data); -typedef void (GL_APIENTRYP RGLSYMGLDRAWARRAYSINSTANCEDBASEINSTANCEEXTPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEINSTANCEEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance); -typedef void (GL_APIENTRYP RGLSYMGLBINDFRAGDATALOCATIONINDEXEDEXTPROC) (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name); -typedef void (GL_APIENTRYP RGLSYMGLBINDFRAGDATALOCATIONEXTPROC) (GLuint program, GLuint color, const GLchar *name); -typedef GLint (GL_APIENTRYP RGLSYMGLGETPROGRAMRESOURCELOCATIONINDEXEXTPROC) (GLuint program, GLenum programInterface, const GLchar *name); -typedef GLint (GL_APIENTRYP RGLSYMGLGETFRAGDATAINDEXEXTPROC) (GLuint program, const GLchar *name); -typedef void (GL_APIENTRYP RGLSYMGLBUFFERSTORAGEEXTPROC) (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags); -typedef void (GL_APIENTRYP RGLSYMGLCLEARTEXIMAGEEXTPROC) (GLuint texture, GLint level, GLenum format, GLenum type, const void *data); -typedef void (GL_APIENTRYP RGLSYMGLCLEARTEXSUBIMAGEEXTPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data); -typedef void (GL_APIENTRYP RGLSYMGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); -typedef void (GL_APIENTRYP RGLSYMGLLABELOBJECTEXTPROC) (GLenum type, GLuint object, GLsizei length, const GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLGETOBJECTLABELEXTPROC) (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLINSERTEVENTMARKEREXTPROC) (GLsizei length, const GLchar *marker); -typedef void (GL_APIENTRYP RGLSYMGLPUSHGROUPMARKEREXTPROC) (GLsizei length, const GLchar *marker); -typedef void (GL_APIENTRYP RGLSYMGLPOPGROUPMARKEREXTPROC) (void); -typedef void (GL_APIENTRYP RGLSYMGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments); -typedef void (GL_APIENTRYP RGLSYMGLGENQUERIESEXTPROC) (GLsizei n, GLuint *ids); -typedef void (GL_APIENTRYP RGLSYMGLDELETEQUERIESEXTPROC) (GLsizei n, const GLuint *ids); -typedef GLboolean (GL_APIENTRYP RGLSYMGLISQUERYEXTPROC) (GLuint id); -typedef void (GL_APIENTRYP RGLSYMGLBEGINQUERYEXTPROC) (GLenum target, GLuint id); -typedef void (GL_APIENTRYP RGLSYMGLENDQUERYEXTPROC) (GLenum target); -typedef void (GL_APIENTRYP RGLSYMGLQUERYCOUNTEREXTPROC) (GLuint id, GLenum target); -typedef void (GL_APIENTRYP RGLSYMGLGETQUERYIVEXTPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETQUERYOBJECTIVEXTPROC) (GLuint id, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETQUERYOBJECTUIVEXTPROC) (GLuint id, GLenum pname, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLDRAWBUFFERSEXTPROC) (GLsizei n, const GLenum *bufs); -typedef void (GL_APIENTRYP RGLSYMGLENABLEIEXTPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLDISABLEIEXTPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLBLENDEQUATIONIEXTPROC) (GLuint buf, GLenum mode); -typedef void (GL_APIENTRYP RGLSYMGLBLENDEQUATIONSEPARATEIEXTPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha); -typedef void (GL_APIENTRYP RGLSYMGLBLENDFUNCIEXTPROC) (GLuint buf, GLenum src, GLenum dst); -typedef void (GL_APIENTRYP RGLSYMGLBLENDFUNCSEPARATEIEXTPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); -typedef void (GL_APIENTRYP RGLSYMGLCOLORMASKIEXTPROC) (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a); -typedef GLboolean (GL_APIENTRYP RGLSYMGLISENABLEDIEXTPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSBASEVERTEXEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLDRAWRANGEELEMENTSBASEVERTEXEXTPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWELEMENTSBASEVERTEXEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount, const GLint *basevertex); -typedef void (GL_APIENTRYP RGLSYMGLDRAWARRAYSINSTANCEDEXTPROC) (GLenum mode, GLint start, GLsizei count, GLsizei primcount); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREEXTPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level); -typedef void (GL_APIENTRYP RGLSYMGLVERTEXATTRIBDIVISOREXTPROC) (GLuint index, GLuint divisor); -typedef void *(GL_APIENTRYP RGLSYMGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access); -typedef void (GL_APIENTRYP RGLSYMGLFLUSHMAPPEDBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWELEMENTSEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWARRAYSINDIRECTEXTPROC) (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWELEMENTSINDIRECTEXTPROC) (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride); -typedef void (GL_APIENTRYP RGLSYMGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples); -typedef void (GL_APIENTRYP RGLSYMGLREADBUFFERINDEXEDEXTPROC) (GLenum src, GLint index); -typedef void (GL_APIENTRYP RGLSYMGLDRAWBUFFERSINDEXEDEXTPROC) (GLint n, const GLenum *location, const GLint *indices); -typedef void (GL_APIENTRYP RGLSYMGLGETINTEGERI_VEXTPROC) (GLenum target, GLuint index, GLint *data); -typedef void (GL_APIENTRYP RGLSYMGLPOLYGONOFFSETCLAMPEXTPROC) (GLfloat factor, GLfloat units, GLfloat clamp); -typedef void (GL_APIENTRYP RGLSYMGLPRIMITIVEBOUNDINGBOXEXTPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); -typedef void (GL_APIENTRYP RGLSYMGLRASTERSAMPLESEXTPROC) (GLuint samples, GLboolean fixedsamplelocations); -typedef GLenum (GL_APIENTRYP RGLSYMGLGETGRAPHICSRESETSTATUSEXTPROC) (void); -typedef void (GL_APIENTRYP RGLSYMGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); -typedef void (GL_APIENTRYP RGLSYMGLGETNUNIFORMFVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params); -typedef void (GL_APIENTRYP RGLSYMGLGETNUNIFORMIVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLACTIVESHADERPROGRAMEXTPROC) (GLuint pipeline, GLuint program); -typedef void (GL_APIENTRYP RGLSYMGLBINDPROGRAMPIPELINEEXTPROC) (GLuint pipeline); -typedef GLuint (GL_APIENTRYP RGLSYMGLCREATESHADERPROGRAMVEXTPROC) (GLenum type, GLsizei count, const GLchar **strings); -typedef void (GL_APIENTRYP RGLSYMGLDELETEPROGRAMPIPELINESEXTPROC) (GLsizei n, const GLuint *pipelines); -typedef void (GL_APIENTRYP RGLSYMGLGENPROGRAMPIPELINESEXTPROC) (GLsizei n, GLuint *pipelines); -typedef void (GL_APIENTRYP RGLSYMGLGETPROGRAMPIPELINEINFOLOGEXTPROC) (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog); -typedef void (GL_APIENTRYP RGLSYMGLGETPROGRAMPIPELINEIVEXTPROC) (GLuint pipeline, GLenum pname, GLint *params); -typedef GLboolean (GL_APIENTRYP RGLSYMGLISPROGRAMPIPELINEEXTPROC) (GLuint pipeline); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMPARAMETERIEXTPROC) (GLuint program, GLenum pname, GLint value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1FEXTPROC) (GLuint program, GLint location, GLfloat v0); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1IEXTPROC) (GLuint program, GLint location, GLint v0); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLUSEPROGRAMSTAGESEXTPROC) (GLuint pipeline, GLbitfield stages, GLuint program); -typedef void (GL_APIENTRYP RGLSYMGLVALIDATEPROGRAMPIPELINEEXTPROC) (GLuint pipeline); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1UIEXTPROC) (GLuint program, GLint location, GLuint v0); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERPIXELLOCALSTORAGESIZEEXTPROC) (GLuint target, GLsizei size); -typedef GLsizei (GL_APIENTRYP RGLSYMGLGETFRAMEBUFFERPIXELLOCALSTORAGESIZEEXTPROC) (GLuint target); -typedef void (GL_APIENTRYP RGLSYMGLCLEARPIXELLOCALSTORAGEUIEXTPROC) (GLsizei offset, GLsizei n, const GLuint *values); -typedef void (GL_APIENTRYP RGLSYMGLTEXPAGECOMMITMENTEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit); -typedef void (GL_APIENTRYP RGLSYMGLPATCHPARAMETERIEXTPROC) (GLenum pname, GLint value); -typedef void (GL_APIENTRYP RGLSYMGLTEXPARAMETERIIVEXTPROC) (GLenum target, GLenum pname, const GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLTEXPARAMETERIUIVEXTPROC) (GLenum target, GLenum pname, const GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETTEXPARAMETERIIVEXTPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETTEXPARAMETERIUIVEXTPROC) (GLenum target, GLenum pname, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLSAMPLERPARAMETERIIVEXTPROC) (GLuint sampler, GLenum pname, const GLint *param); -typedef void (GL_APIENTRYP RGLSYMGLSAMPLERPARAMETERIUIVEXTPROC) (GLuint sampler, GLenum pname, const GLuint *param); -typedef void (GL_APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIIVEXTPROC) (GLuint sampler, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIUIVEXTPROC) (GLuint sampler, GLenum pname, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLTEXBUFFEREXTPROC) (GLenum target, GLenum internalformat, GLuint buffer); -typedef void (GL_APIENTRYP RGLSYMGLTEXBUFFERRANGEEXTPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); -typedef void (GL_APIENTRYP RGLSYMGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); -typedef void (GL_APIENTRYP RGLSYMGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); -typedef void (GL_APIENTRYP RGLSYMGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); -typedef void (GL_APIENTRYP RGLSYMGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); -typedef void (GL_APIENTRYP RGLSYMGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); -typedef void (GL_APIENTRYP RGLSYMGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); -typedef void (GL_APIENTRYP RGLSYMGLTEXTUREVIEWEXTPROC) (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); -typedef void (GL_APIENTRYP RGLSYMGLWINDOWRECTANGLESEXTPROC) (GLenum mode, GLsizei count, const GLint *box); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREMULTISAMPLEMULTIVIEWOVRPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numViews); - -#define glBlendBarrierKHR __rglgen_glBlendBarrierKHR -#define glDebugMessageControlKHR __rglgen_glDebugMessageControlKHR -#define glDebugMessageInsertKHR __rglgen_glDebugMessageInsertKHR -#define glDebugMessageCallbackKHR __rglgen_glDebugMessageCallbackKHR -#define glGetDebugMessageLogKHR __rglgen_glGetDebugMessageLogKHR -#define glPushDebugGroupKHR __rglgen_glPushDebugGroupKHR -#define glPopDebugGroupKHR __rglgen_glPopDebugGroupKHR -#define glObjectLabelKHR __rglgen_glObjectLabelKHR -#define glGetObjectLabelKHR __rglgen_glGetObjectLabelKHR -#define glObjectPtrLabelKHR __rglgen_glObjectPtrLabelKHR -#define glGetObjectPtrLabelKHR __rglgen_glGetObjectPtrLabelKHR -#define glGetPointervKHR __rglgen_glGetPointervKHR -#define glGetGraphicsResetStatusKHR __rglgen_glGetGraphicsResetStatusKHR -#define glReadnPixelsKHR __rglgen_glReadnPixelsKHR -#define glGetnUniformfvKHR __rglgen_glGetnUniformfvKHR -#define glGetnUniformivKHR __rglgen_glGetnUniformivKHR -#define glGetnUniformuivKHR __rglgen_glGetnUniformuivKHR -#define glEGLImageTargetTexture2DOES __rglgen_glEGLImageTargetTexture2DOES -#define glEGLImageTargetRenderbufferStorageOES __rglgen_glEGLImageTargetRenderbufferStorageOES -#define glCopyImageSubDataOES __rglgen_glCopyImageSubDataOES -#define glEnableiOES __rglgen_glEnableiOES -#define glDisableiOES __rglgen_glDisableiOES -#define glBlendEquationiOES __rglgen_glBlendEquationiOES -#define glBlendEquationSeparateiOES __rglgen_glBlendEquationSeparateiOES -#define glBlendFunciOES __rglgen_glBlendFunciOES -#define glBlendFuncSeparateiOES __rglgen_glBlendFuncSeparateiOES -#define glColorMaskiOES __rglgen_glColorMaskiOES -#define glIsEnablediOES __rglgen_glIsEnablediOES -#define glDrawElementsBaseVertexOES __rglgen_glDrawElementsBaseVertexOES -#define glDrawRangeElementsBaseVertexOES __rglgen_glDrawRangeElementsBaseVertexOES -#define glDrawElementsInstancedBaseVertexOES __rglgen_glDrawElementsInstancedBaseVertexOES -#define glMultiDrawElementsBaseVertexOES __rglgen_glMultiDrawElementsBaseVertexOES -#define glFramebufferTextureOES __rglgen_glFramebufferTextureOES -#define glGetProgramBinaryOES __rglgen_glGetProgramBinaryOES -#define glProgramBinaryOES __rglgen_glProgramBinaryOES -#define glMapBufferOES __rglgen_glMapBufferOES -#define glUnmapBufferOES __rglgen_glUnmapBufferOES -#define glGetBufferPointervOES __rglgen_glGetBufferPointervOES -#define glPrimitiveBoundingBoxOES __rglgen_glPrimitiveBoundingBoxOES -#define glMinSampleShadingOES __rglgen_glMinSampleShadingOES -#define glPatchParameteriOES __rglgen_glPatchParameteriOES -#define glTexImage3DOES __rglgen_glTexImage3DOES -#define glTexSubImage3DOES __rglgen_glTexSubImage3DOES -#define glCopyTexSubImage3DOES __rglgen_glCopyTexSubImage3DOES -#define glCompressedTexImage3DOES __rglgen_glCompressedTexImage3DOES -#define glCompressedTexSubImage3DOES __rglgen_glCompressedTexSubImage3DOES -#define glFramebufferTexture3DOES __rglgen_glFramebufferTexture3DOES -#define glTexParameterIivOES __rglgen_glTexParameterIivOES -#define glTexParameterIuivOES __rglgen_glTexParameterIuivOES -#define glGetTexParameterIivOES __rglgen_glGetTexParameterIivOES -#define glGetTexParameterIuivOES __rglgen_glGetTexParameterIuivOES -#define glSamplerParameterIivOES __rglgen_glSamplerParameterIivOES -#define glSamplerParameterIuivOES __rglgen_glSamplerParameterIuivOES -#define glGetSamplerParameterIivOES __rglgen_glGetSamplerParameterIivOES -#define glGetSamplerParameterIuivOES __rglgen_glGetSamplerParameterIuivOES -#define glTexBufferOES __rglgen_glTexBufferOES -#define glTexBufferRangeOES __rglgen_glTexBufferRangeOES -#define glTexStorage3DMultisampleOES __rglgen_glTexStorage3DMultisampleOES -#define glTextureViewOES __rglgen_glTextureViewOES -#define glBindVertexArrayOES __rglgen_glBindVertexArrayOES -#define glDeleteVertexArraysOES __rglgen_glDeleteVertexArraysOES -#define glGenVertexArraysOES __rglgen_glGenVertexArraysOES -#define glIsVertexArrayOES __rglgen_glIsVertexArrayOES -#define glViewportArrayvOES __rglgen_glViewportArrayvOES -#define glViewportIndexedfOES __rglgen_glViewportIndexedfOES -#define glViewportIndexedfvOES __rglgen_glViewportIndexedfvOES -#define glScissorArrayvOES __rglgen_glScissorArrayvOES -#define glScissorIndexedOES __rglgen_glScissorIndexedOES -#define glScissorIndexedvOES __rglgen_glScissorIndexedvOES -#define glDepthRangeArrayfvOES __rglgen_glDepthRangeArrayfvOES -#define glDepthRangeIndexedfOES __rglgen_glDepthRangeIndexedfOES -#define glGetFloati_vOES __rglgen_glGetFloati_vOES -#define glDrawArraysInstancedBaseInstanceEXT __rglgen_glDrawArraysInstancedBaseInstanceEXT -#define glDrawElementsInstancedBaseInstanceEXT __rglgen_glDrawElementsInstancedBaseInstanceEXT -#define glDrawElementsInstancedBaseVertexBaseInstanceEXT __rglgen_glDrawElementsInstancedBaseVertexBaseInstanceEXT -#define glBindFragDataLocationIndexedEXT __rglgen_glBindFragDataLocationIndexedEXT -#define glBindFragDataLocationEXT __rglgen_glBindFragDataLocationEXT -#define glGetProgramResourceLocationIndexEXT __rglgen_glGetProgramResourceLocationIndexEXT -#define glGetFragDataIndexEXT __rglgen_glGetFragDataIndexEXT -#define glBufferStorageEXT __rglgen_glBufferStorageEXT -#define glClearTexImageEXT __rglgen_glClearTexImageEXT -#define glClearTexSubImageEXT __rglgen_glClearTexSubImageEXT -#define glCopyImageSubDataEXT __rglgen_glCopyImageSubDataEXT -#define glLabelObjectEXT __rglgen_glLabelObjectEXT -#define glGetObjectLabelEXT __rglgen_glGetObjectLabelEXT -#define glInsertEventMarkerEXT __rglgen_glInsertEventMarkerEXT -#define glPushGroupMarkerEXT __rglgen_glPushGroupMarkerEXT -#define glPopGroupMarkerEXT __rglgen_glPopGroupMarkerEXT -#define glDiscardFramebufferEXT __rglgen_glDiscardFramebufferEXT -#define glGenQueriesEXT __rglgen_glGenQueriesEXT -#define glDeleteQueriesEXT __rglgen_glDeleteQueriesEXT -#define glIsQueryEXT __rglgen_glIsQueryEXT -#define glBeginQueryEXT __rglgen_glBeginQueryEXT -#define glEndQueryEXT __rglgen_glEndQueryEXT -#define glQueryCounterEXT __rglgen_glQueryCounterEXT -#define glGetQueryivEXT __rglgen_glGetQueryivEXT -#define glGetQueryObjectivEXT __rglgen_glGetQueryObjectivEXT -#define glGetQueryObjectuivEXT __rglgen_glGetQueryObjectuivEXT -#define glDrawBuffersEXT __rglgen_glDrawBuffersEXT -#define glEnableiEXT __rglgen_glEnableiEXT -#define glDisableiEXT __rglgen_glDisableiEXT -#define glBlendEquationiEXT __rglgen_glBlendEquationiEXT -#define glBlendEquationSeparateiEXT __rglgen_glBlendEquationSeparateiEXT -#define glBlendFunciEXT __rglgen_glBlendFunciEXT -#define glBlendFuncSeparateiEXT __rglgen_glBlendFuncSeparateiEXT -#define glColorMaskiEXT __rglgen_glColorMaskiEXT -#define glIsEnablediEXT __rglgen_glIsEnablediEXT -#define glDrawElementsBaseVertexEXT __rglgen_glDrawElementsBaseVertexEXT -#define glDrawRangeElementsBaseVertexEXT __rglgen_glDrawRangeElementsBaseVertexEXT -#define glDrawElementsInstancedBaseVertexEXT __rglgen_glDrawElementsInstancedBaseVertexEXT -#define glMultiDrawElementsBaseVertexEXT __rglgen_glMultiDrawElementsBaseVertexEXT -#define glDrawArraysInstancedEXT __rglgen_glDrawArraysInstancedEXT -#define glDrawElementsInstancedEXT __rglgen_glDrawElementsInstancedEXT -#define glFramebufferTextureEXT __rglgen_glFramebufferTextureEXT -#define glVertexAttribDivisorEXT __rglgen_glVertexAttribDivisorEXT -#define glMapBufferRangeEXT __rglgen_glMapBufferRangeEXT -#define glFlushMappedBufferRangeEXT __rglgen_glFlushMappedBufferRangeEXT -#define glMultiDrawArraysEXT __rglgen_glMultiDrawArraysEXT -#define glMultiDrawElementsEXT __rglgen_glMultiDrawElementsEXT -#define glMultiDrawArraysIndirectEXT __rglgen_glMultiDrawArraysIndirectEXT -#define glMultiDrawElementsIndirectEXT __rglgen_glMultiDrawElementsIndirectEXT -#define glRenderbufferStorageMultisampleEXT __rglgen_glRenderbufferStorageMultisampleEXT -#define glFramebufferTexture2DMultisampleEXT __rglgen_glFramebufferTexture2DMultisampleEXT -#define glReadBufferIndexedEXT __rglgen_glReadBufferIndexedEXT -#define glDrawBuffersIndexedEXT __rglgen_glDrawBuffersIndexedEXT -#define glGetIntegeri_vEXT __rglgen_glGetIntegeri_vEXT -#define glPolygonOffsetClampEXT __rglgen_glPolygonOffsetClampEXT -#define glPrimitiveBoundingBoxEXT __rglgen_glPrimitiveBoundingBoxEXT -#define glRasterSamplesEXT __rglgen_glRasterSamplesEXT -#define glGetGraphicsResetStatusEXT __rglgen_glGetGraphicsResetStatusEXT -#define glReadnPixelsEXT __rglgen_glReadnPixelsEXT -#define glGetnUniformfvEXT __rglgen_glGetnUniformfvEXT -#define glGetnUniformivEXT __rglgen_glGetnUniformivEXT -#define glActiveShaderProgramEXT __rglgen_glActiveShaderProgramEXT -#define glBindProgramPipelineEXT __rglgen_glBindProgramPipelineEXT -#define glCreateShaderProgramvEXT __rglgen_glCreateShaderProgramvEXT -#define glDeleteProgramPipelinesEXT __rglgen_glDeleteProgramPipelinesEXT -#define glGenProgramPipelinesEXT __rglgen_glGenProgramPipelinesEXT -#define glGetProgramPipelineInfoLogEXT __rglgen_glGetProgramPipelineInfoLogEXT -#define glGetProgramPipelineivEXT __rglgen_glGetProgramPipelineivEXT -#define glIsProgramPipelineEXT __rglgen_glIsProgramPipelineEXT -#define glProgramParameteriEXT __rglgen_glProgramParameteriEXT -#define glProgramUniform1fEXT __rglgen_glProgramUniform1fEXT -#define glProgramUniform1fvEXT __rglgen_glProgramUniform1fvEXT -#define glProgramUniform1iEXT __rglgen_glProgramUniform1iEXT -#define glProgramUniform1ivEXT __rglgen_glProgramUniform1ivEXT -#define glProgramUniform2fEXT __rglgen_glProgramUniform2fEXT -#define glProgramUniform2fvEXT __rglgen_glProgramUniform2fvEXT -#define glProgramUniform2iEXT __rglgen_glProgramUniform2iEXT -#define glProgramUniform2ivEXT __rglgen_glProgramUniform2ivEXT -#define glProgramUniform3fEXT __rglgen_glProgramUniform3fEXT -#define glProgramUniform3fvEXT __rglgen_glProgramUniform3fvEXT -#define glProgramUniform3iEXT __rglgen_glProgramUniform3iEXT -#define glProgramUniform3ivEXT __rglgen_glProgramUniform3ivEXT -#define glProgramUniform4fEXT __rglgen_glProgramUniform4fEXT -#define glProgramUniform4fvEXT __rglgen_glProgramUniform4fvEXT -#define glProgramUniform4iEXT __rglgen_glProgramUniform4iEXT -#define glProgramUniform4ivEXT __rglgen_glProgramUniform4ivEXT -#define glProgramUniformMatrix2fvEXT __rglgen_glProgramUniformMatrix2fvEXT -#define glProgramUniformMatrix3fvEXT __rglgen_glProgramUniformMatrix3fvEXT -#define glProgramUniformMatrix4fvEXT __rglgen_glProgramUniformMatrix4fvEXT -#define glUseProgramStagesEXT __rglgen_glUseProgramStagesEXT -#define glValidateProgramPipelineEXT __rglgen_glValidateProgramPipelineEXT -#define glProgramUniform1uiEXT __rglgen_glProgramUniform1uiEXT -#define glProgramUniform2uiEXT __rglgen_glProgramUniform2uiEXT -#define glProgramUniform3uiEXT __rglgen_glProgramUniform3uiEXT -#define glProgramUniform4uiEXT __rglgen_glProgramUniform4uiEXT -#define glProgramUniform1uivEXT __rglgen_glProgramUniform1uivEXT -#define glProgramUniform2uivEXT __rglgen_glProgramUniform2uivEXT -#define glProgramUniform3uivEXT __rglgen_glProgramUniform3uivEXT -#define glProgramUniform4uivEXT __rglgen_glProgramUniform4uivEXT -#define glProgramUniformMatrix2x3fvEXT __rglgen_glProgramUniformMatrix2x3fvEXT -#define glProgramUniformMatrix3x2fvEXT __rglgen_glProgramUniformMatrix3x2fvEXT -#define glProgramUniformMatrix2x4fvEXT __rglgen_glProgramUniformMatrix2x4fvEXT -#define glProgramUniformMatrix4x2fvEXT __rglgen_glProgramUniformMatrix4x2fvEXT -#define glProgramUniformMatrix3x4fvEXT __rglgen_glProgramUniformMatrix3x4fvEXT -#define glProgramUniformMatrix4x3fvEXT __rglgen_glProgramUniformMatrix4x3fvEXT -#define glFramebufferPixelLocalStorageSizeEXT __rglgen_glFramebufferPixelLocalStorageSizeEXT -#define glGetFramebufferPixelLocalStorageSizeEXT __rglgen_glGetFramebufferPixelLocalStorageSizeEXT -#define glClearPixelLocalStorageuiEXT __rglgen_glClearPixelLocalStorageuiEXT -#define glTexPageCommitmentEXT __rglgen_glTexPageCommitmentEXT -#define glPatchParameteriEXT __rglgen_glPatchParameteriEXT -#define glTexParameterIivEXT __rglgen_glTexParameterIivEXT -#define glTexParameterIuivEXT __rglgen_glTexParameterIuivEXT -#define glGetTexParameterIivEXT __rglgen_glGetTexParameterIivEXT -#define glGetTexParameterIuivEXT __rglgen_glGetTexParameterIuivEXT -#define glSamplerParameterIivEXT __rglgen_glSamplerParameterIivEXT -#define glSamplerParameterIuivEXT __rglgen_glSamplerParameterIuivEXT -#define glGetSamplerParameterIivEXT __rglgen_glGetSamplerParameterIivEXT -#define glGetSamplerParameterIuivEXT __rglgen_glGetSamplerParameterIuivEXT -#define glTexBufferEXT __rglgen_glTexBufferEXT -#define glTexBufferRangeEXT __rglgen_glTexBufferRangeEXT -#define glTexStorage1DEXT __rglgen_glTexStorage1DEXT -#define glTexStorage2DEXT __rglgen_glTexStorage2DEXT -#define glTexStorage3DEXT __rglgen_glTexStorage3DEXT -#define glTextureStorage1DEXT __rglgen_glTextureStorage1DEXT -#define glTextureStorage2DEXT __rglgen_glTextureStorage2DEXT -#define glTextureStorage3DEXT __rglgen_glTextureStorage3DEXT -#define glTextureViewEXT __rglgen_glTextureViewEXT -#define glesEXT __rglgen_glesEXT -#define glFramebufferTextureMultiviewOVR __rglgen_glFramebufferTextureMultiviewOVR -#define glFramebufferTextureMultisampleMultiviewOVR __rglgen_glFramebufferTextureMultisampleMultiviewOVR - -extern RGLSYMGLBLENDBARRIERKHRPROC __rglgen_glBlendBarrierKHR; -extern RGLSYMGLDEBUGMESSAGECONTROLKHRPROC __rglgen_glDebugMessageControlKHR; -extern RGLSYMGLDEBUGMESSAGEINSERTKHRPROC __rglgen_glDebugMessageInsertKHR; -extern RGLSYMGLDEBUGMESSAGECALLBACKKHRPROC __rglgen_glDebugMessageCallbackKHR; -extern RGLSYMGLGETDEBUGMESSAGELOGKHRPROC __rglgen_glGetDebugMessageLogKHR; -extern RGLSYMGLPUSHDEBUGGROUPKHRPROC __rglgen_glPushDebugGroupKHR; -extern RGLSYMGLPOPDEBUGGROUPKHRPROC __rglgen_glPopDebugGroupKHR; -extern RGLSYMGLOBJECTLABELKHRPROC __rglgen_glObjectLabelKHR; -extern RGLSYMGLGETOBJECTLABELKHRPROC __rglgen_glGetObjectLabelKHR; -extern RGLSYMGLOBJECTPTRLABELKHRPROC __rglgen_glObjectPtrLabelKHR; -extern RGLSYMGLGETOBJECTPTRLABELKHRPROC __rglgen_glGetObjectPtrLabelKHR; -extern RGLSYMGLGETPOINTERVKHRPROC __rglgen_glGetPointervKHR; -extern RGLSYMGLGETGRAPHICSRESETSTATUSKHRPROC __rglgen_glGetGraphicsResetStatusKHR; -extern RGLSYMGLREADNPIXELSKHRPROC __rglgen_glReadnPixelsKHR; -extern RGLSYMGLGETNUNIFORMFVKHRPROC __rglgen_glGetnUniformfvKHR; -extern RGLSYMGLGETNUNIFORMIVKHRPROC __rglgen_glGetnUniformivKHR; -extern RGLSYMGLGETNUNIFORMUIVKHRPROC __rglgen_glGetnUniformuivKHR; -extern RGLSYMGLEGLIMAGETARGETTEXTURE2DOESPROC __rglgen_glEGLImageTargetTexture2DOES; -extern RGLSYMGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC __rglgen_glEGLImageTargetRenderbufferStorageOES; -extern RGLSYMGLCOPYIMAGESUBDATAOESPROC __rglgen_glCopyImageSubDataOES; -extern RGLSYMGLENABLEIOESPROC __rglgen_glEnableiOES; -extern RGLSYMGLDISABLEIOESPROC __rglgen_glDisableiOES; -extern RGLSYMGLBLENDEQUATIONIOESPROC __rglgen_glBlendEquationiOES; -extern RGLSYMGLBLENDEQUATIONSEPARATEIOESPROC __rglgen_glBlendEquationSeparateiOES; -extern RGLSYMGLBLENDFUNCIOESPROC __rglgen_glBlendFunciOES; -extern RGLSYMGLBLENDFUNCSEPARATEIOESPROC __rglgen_glBlendFuncSeparateiOES; -extern RGLSYMGLCOLORMASKIOESPROC __rglgen_glColorMaskiOES; -extern RGLSYMGLISENABLEDIOESPROC __rglgen_glIsEnablediOES; -extern RGLSYMGLDRAWELEMENTSBASEVERTEXOESPROC __rglgen_glDrawElementsBaseVertexOES; -extern RGLSYMGLDRAWRANGEELEMENTSBASEVERTEXOESPROC __rglgen_glDrawRangeElementsBaseVertexOES; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXOESPROC __rglgen_glDrawElementsInstancedBaseVertexOES; -extern RGLSYMGLMULTIDRAWELEMENTSBASEVERTEXOESPROC __rglgen_glMultiDrawElementsBaseVertexOES; -extern RGLSYMGLFRAMEBUFFERTEXTUREOESPROC __rglgen_glFramebufferTextureOES; -extern RGLSYMGLGETPROGRAMBINARYOESPROC __rglgen_glGetProgramBinaryOES; -extern RGLSYMGLPROGRAMBINARYOESPROC __rglgen_glProgramBinaryOES; -extern RGLSYMGLMAPBUFFEROESPROC __rglgen_glMapBufferOES; -extern RGLSYMGLUNMAPBUFFEROESPROC __rglgen_glUnmapBufferOES; -extern RGLSYMGLGETBUFFERPOINTERVOESPROC __rglgen_glGetBufferPointervOES; -extern RGLSYMGLPRIMITIVEBOUNDINGBOXOESPROC __rglgen_glPrimitiveBoundingBoxOES; -extern RGLSYMGLMINSAMPLESHADINGOESPROC __rglgen_glMinSampleShadingOES; -extern RGLSYMGLPATCHPARAMETERIOESPROC __rglgen_glPatchParameteriOES; -extern RGLSYMGLTEXIMAGE3DOESPROC __rglgen_glTexImage3DOES; -extern RGLSYMGLTEXSUBIMAGE3DOESPROC __rglgen_glTexSubImage3DOES; -extern RGLSYMGLCOPYTEXSUBIMAGE3DOESPROC __rglgen_glCopyTexSubImage3DOES; -extern RGLSYMGLCOMPRESSEDTEXIMAGE3DOESPROC __rglgen_glCompressedTexImage3DOES; -extern RGLSYMGLCOMPRESSEDTEXSUBIMAGE3DOESPROC __rglgen_glCompressedTexSubImage3DOES; -extern RGLSYMGLFRAMEBUFFERTEXTURE3DOESPROC __rglgen_glFramebufferTexture3DOES; -extern RGLSYMGLTEXPARAMETERIIVOESPROC __rglgen_glTexParameterIivOES; -extern RGLSYMGLTEXPARAMETERIUIVOESPROC __rglgen_glTexParameterIuivOES; -extern RGLSYMGLGETTEXPARAMETERIIVOESPROC __rglgen_glGetTexParameterIivOES; -extern RGLSYMGLGETTEXPARAMETERIUIVOESPROC __rglgen_glGetTexParameterIuivOES; -extern RGLSYMGLSAMPLERPARAMETERIIVOESPROC __rglgen_glSamplerParameterIivOES; -extern RGLSYMGLSAMPLERPARAMETERIUIVOESPROC __rglgen_glSamplerParameterIuivOES; -extern RGLSYMGLGETSAMPLERPARAMETERIIVOESPROC __rglgen_glGetSamplerParameterIivOES; -extern RGLSYMGLGETSAMPLERPARAMETERIUIVOESPROC __rglgen_glGetSamplerParameterIuivOES; -extern RGLSYMGLTEXBUFFEROESPROC __rglgen_glTexBufferOES; -extern RGLSYMGLTEXBUFFERRANGEOESPROC __rglgen_glTexBufferRangeOES; -extern RGLSYMGLTEXSTORAGE3DMULTISAMPLEOESPROC __rglgen_glTexStorage3DMultisampleOES; -extern RGLSYMGLTEXTUREVIEWOESPROC __rglgen_glTextureViewOES; -extern RGLSYMGLBINDVERTEXARRAYOESPROC __rglgen_glBindVertexArrayOES; -extern RGLSYMGLDELETEVERTEXARRAYSOESPROC __rglgen_glDeleteVertexArraysOES; -extern RGLSYMGLGENVERTEXARRAYSOESPROC __rglgen_glGenVertexArraysOES; -extern RGLSYMGLISVERTEXARRAYOESPROC __rglgen_glIsVertexArrayOES; -extern RGLSYMGLVIEWPORTARRAYVOESPROC __rglgen_glViewportArrayvOES; -extern RGLSYMGLVIEWPORTINDEXEDFOESPROC __rglgen_glViewportIndexedfOES; -extern RGLSYMGLVIEWPORTINDEXEDFVOESPROC __rglgen_glViewportIndexedfvOES; -extern RGLSYMGLSCISSORARRAYVOESPROC __rglgen_glScissorArrayvOES; -extern RGLSYMGLSCISSORINDEXEDOESPROC __rglgen_glScissorIndexedOES; -extern RGLSYMGLSCISSORINDEXEDVOESPROC __rglgen_glScissorIndexedvOES; -extern RGLSYMGLDEPTHRANGEARRAYFVOESPROC __rglgen_glDepthRangeArrayfvOES; -extern RGLSYMGLDEPTHRANGEINDEXEDFOESPROC __rglgen_glDepthRangeIndexedfOES; -extern RGLSYMGLGETFLOATI_VOESPROC __rglgen_glGetFloati_vOES; -extern RGLSYMGLDRAWARRAYSINSTANCEDBASEINSTANCEEXTPROC __rglgen_glDrawArraysInstancedBaseInstanceEXT; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEINSTANCEEXTPROC __rglgen_glDrawElementsInstancedBaseInstanceEXT; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEEXTPROC __rglgen_glDrawElementsInstancedBaseVertexBaseInstanceEXT; -extern RGLSYMGLBINDFRAGDATALOCATIONINDEXEDEXTPROC __rglgen_glBindFragDataLocationIndexedEXT; -extern RGLSYMGLBINDFRAGDATALOCATIONEXTPROC __rglgen_glBindFragDataLocationEXT; -extern RGLSYMGLGETPROGRAMRESOURCELOCATIONINDEXEXTPROC __rglgen_glGetProgramResourceLocationIndexEXT; -extern RGLSYMGLGETFRAGDATAINDEXEXTPROC __rglgen_glGetFragDataIndexEXT; -extern RGLSYMGLBUFFERSTORAGEEXTPROC __rglgen_glBufferStorageEXT; -extern RGLSYMGLCLEARTEXIMAGEEXTPROC __rglgen_glClearTexImageEXT; -extern RGLSYMGLCLEARTEXSUBIMAGEEXTPROC __rglgen_glClearTexSubImageEXT; -extern RGLSYMGLCOPYIMAGESUBDATAEXTPROC __rglgen_glCopyImageSubDataEXT; -extern RGLSYMGLLABELOBJECTEXTPROC __rglgen_glLabelObjectEXT; -extern RGLSYMGLGETOBJECTLABELEXTPROC __rglgen_glGetObjectLabelEXT; -extern RGLSYMGLINSERTEVENTMARKEREXTPROC __rglgen_glInsertEventMarkerEXT; -extern RGLSYMGLPUSHGROUPMARKEREXTPROC __rglgen_glPushGroupMarkerEXT; -extern RGLSYMGLPOPGROUPMARKEREXTPROC __rglgen_glPopGroupMarkerEXT; -extern RGLSYMGLDISCARDFRAMEBUFFEREXTPROC __rglgen_glDiscardFramebufferEXT; -extern RGLSYMGLGENQUERIESEXTPROC __rglgen_glGenQueriesEXT; -extern RGLSYMGLDELETEQUERIESEXTPROC __rglgen_glDeleteQueriesEXT; -extern RGLSYMGLISQUERYEXTPROC __rglgen_glIsQueryEXT; -extern RGLSYMGLBEGINQUERYEXTPROC __rglgen_glBeginQueryEXT; -extern RGLSYMGLENDQUERYEXTPROC __rglgen_glEndQueryEXT; -extern RGLSYMGLQUERYCOUNTEREXTPROC __rglgen_glQueryCounterEXT; -extern RGLSYMGLGETQUERYIVEXTPROC __rglgen_glGetQueryivEXT; -extern RGLSYMGLGETQUERYOBJECTIVEXTPROC __rglgen_glGetQueryObjectivEXT; -extern RGLSYMGLGETQUERYOBJECTUIVEXTPROC __rglgen_glGetQueryObjectuivEXT; -extern RGLSYMGLDRAWBUFFERSEXTPROC __rglgen_glDrawBuffersEXT; -extern RGLSYMGLENABLEIEXTPROC __rglgen_glEnableiEXT; -extern RGLSYMGLDISABLEIEXTPROC __rglgen_glDisableiEXT; -extern RGLSYMGLBLENDEQUATIONIEXTPROC __rglgen_glBlendEquationiEXT; -extern RGLSYMGLBLENDEQUATIONSEPARATEIEXTPROC __rglgen_glBlendEquationSeparateiEXT; -extern RGLSYMGLBLENDFUNCIEXTPROC __rglgen_glBlendFunciEXT; -extern RGLSYMGLBLENDFUNCSEPARATEIEXTPROC __rglgen_glBlendFuncSeparateiEXT; -extern RGLSYMGLCOLORMASKIEXTPROC __rglgen_glColorMaskiEXT; -extern RGLSYMGLISENABLEDIEXTPROC __rglgen_glIsEnablediEXT; -extern RGLSYMGLDRAWELEMENTSBASEVERTEXEXTPROC __rglgen_glDrawElementsBaseVertexEXT; -extern RGLSYMGLDRAWRANGEELEMENTSBASEVERTEXEXTPROC __rglgen_glDrawRangeElementsBaseVertexEXT; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXEXTPROC __rglgen_glDrawElementsInstancedBaseVertexEXT; -extern RGLSYMGLMULTIDRAWELEMENTSBASEVERTEXEXTPROC __rglgen_glMultiDrawElementsBaseVertexEXT; -extern RGLSYMGLDRAWARRAYSINSTANCEDEXTPROC __rglgen_glDrawArraysInstancedEXT; -extern RGLSYMGLDRAWELEMENTSINSTANCEDEXTPROC __rglgen_glDrawElementsInstancedEXT; -extern RGLSYMGLFRAMEBUFFERTEXTUREEXTPROC __rglgen_glFramebufferTextureEXT; -extern RGLSYMGLVERTEXATTRIBDIVISOREXTPROC __rglgen_glVertexAttribDivisorEXT; -extern RGLSYMGLMAPBUFFERRANGEEXTPROC __rglgen_glMapBufferRangeEXT; -extern RGLSYMGLFLUSHMAPPEDBUFFERRANGEEXTPROC __rglgen_glFlushMappedBufferRangeEXT; -extern RGLSYMGLMULTIDRAWARRAYSEXTPROC __rglgen_glMultiDrawArraysEXT; -extern RGLSYMGLMULTIDRAWELEMENTSEXTPROC __rglgen_glMultiDrawElementsEXT; -extern RGLSYMGLMULTIDRAWARRAYSINDIRECTEXTPROC __rglgen_glMultiDrawArraysIndirectEXT; -extern RGLSYMGLMULTIDRAWELEMENTSINDIRECTEXTPROC __rglgen_glMultiDrawElementsIndirectEXT; -extern RGLSYMGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC __rglgen_glRenderbufferStorageMultisampleEXT; -extern RGLSYMGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC __rglgen_glFramebufferTexture2DMultisampleEXT; -extern RGLSYMGLREADBUFFERINDEXEDEXTPROC __rglgen_glReadBufferIndexedEXT; -extern RGLSYMGLDRAWBUFFERSINDEXEDEXTPROC __rglgen_glDrawBuffersIndexedEXT; -extern RGLSYMGLGETINTEGERI_VEXTPROC __rglgen_glGetIntegeri_vEXT; -extern RGLSYMGLPOLYGONOFFSETCLAMPEXTPROC __rglgen_glPolygonOffsetClampEXT; -extern RGLSYMGLPRIMITIVEBOUNDINGBOXEXTPROC __rglgen_glPrimitiveBoundingBoxEXT; -extern RGLSYMGLRASTERSAMPLESEXTPROC __rglgen_glRasterSamplesEXT; -extern RGLSYMGLGETGRAPHICSRESETSTATUSEXTPROC __rglgen_glGetGraphicsResetStatusEXT; -extern RGLSYMGLREADNPIXELSEXTPROC __rglgen_glReadnPixelsEXT; -extern RGLSYMGLGETNUNIFORMFVEXTPROC __rglgen_glGetnUniformfvEXT; -extern RGLSYMGLGETNUNIFORMIVEXTPROC __rglgen_glGetnUniformivEXT; -extern RGLSYMGLACTIVESHADERPROGRAMEXTPROC __rglgen_glActiveShaderProgramEXT; -extern RGLSYMGLBINDPROGRAMPIPELINEEXTPROC __rglgen_glBindProgramPipelineEXT; -extern RGLSYMGLCREATESHADERPROGRAMVEXTPROC __rglgen_glCreateShaderProgramvEXT; -extern RGLSYMGLDELETEPROGRAMPIPELINESEXTPROC __rglgen_glDeleteProgramPipelinesEXT; -extern RGLSYMGLGENPROGRAMPIPELINESEXTPROC __rglgen_glGenProgramPipelinesEXT; -extern RGLSYMGLGETPROGRAMPIPELINEINFOLOGEXTPROC __rglgen_glGetProgramPipelineInfoLogEXT; -extern RGLSYMGLGETPROGRAMPIPELINEIVEXTPROC __rglgen_glGetProgramPipelineivEXT; -extern RGLSYMGLISPROGRAMPIPELINEEXTPROC __rglgen_glIsProgramPipelineEXT; -extern RGLSYMGLPROGRAMPARAMETERIEXTPROC __rglgen_glProgramParameteriEXT; -extern RGLSYMGLPROGRAMUNIFORM1FEXTPROC __rglgen_glProgramUniform1fEXT; -extern RGLSYMGLPROGRAMUNIFORM1FVEXTPROC __rglgen_glProgramUniform1fvEXT; -extern RGLSYMGLPROGRAMUNIFORM1IEXTPROC __rglgen_glProgramUniform1iEXT; -extern RGLSYMGLPROGRAMUNIFORM1IVEXTPROC __rglgen_glProgramUniform1ivEXT; -extern RGLSYMGLPROGRAMUNIFORM2FEXTPROC __rglgen_glProgramUniform2fEXT; -extern RGLSYMGLPROGRAMUNIFORM2FVEXTPROC __rglgen_glProgramUniform2fvEXT; -extern RGLSYMGLPROGRAMUNIFORM2IEXTPROC __rglgen_glProgramUniform2iEXT; -extern RGLSYMGLPROGRAMUNIFORM2IVEXTPROC __rglgen_glProgramUniform2ivEXT; -extern RGLSYMGLPROGRAMUNIFORM3FEXTPROC __rglgen_glProgramUniform3fEXT; -extern RGLSYMGLPROGRAMUNIFORM3FVEXTPROC __rglgen_glProgramUniform3fvEXT; -extern RGLSYMGLPROGRAMUNIFORM3IEXTPROC __rglgen_glProgramUniform3iEXT; -extern RGLSYMGLPROGRAMUNIFORM3IVEXTPROC __rglgen_glProgramUniform3ivEXT; -extern RGLSYMGLPROGRAMUNIFORM4FEXTPROC __rglgen_glProgramUniform4fEXT; -extern RGLSYMGLPROGRAMUNIFORM4FVEXTPROC __rglgen_glProgramUniform4fvEXT; -extern RGLSYMGLPROGRAMUNIFORM4IEXTPROC __rglgen_glProgramUniform4iEXT; -extern RGLSYMGLPROGRAMUNIFORM4IVEXTPROC __rglgen_glProgramUniform4ivEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2FVEXTPROC __rglgen_glProgramUniformMatrix2fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3FVEXTPROC __rglgen_glProgramUniformMatrix3fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4FVEXTPROC __rglgen_glProgramUniformMatrix4fvEXT; -extern RGLSYMGLUSEPROGRAMSTAGESEXTPROC __rglgen_glUseProgramStagesEXT; -extern RGLSYMGLVALIDATEPROGRAMPIPELINEEXTPROC __rglgen_glValidateProgramPipelineEXT; -extern RGLSYMGLPROGRAMUNIFORM1UIEXTPROC __rglgen_glProgramUniform1uiEXT; -extern RGLSYMGLPROGRAMUNIFORM2UIEXTPROC __rglgen_glProgramUniform2uiEXT; -extern RGLSYMGLPROGRAMUNIFORM3UIEXTPROC __rglgen_glProgramUniform3uiEXT; -extern RGLSYMGLPROGRAMUNIFORM4UIEXTPROC __rglgen_glProgramUniform4uiEXT; -extern RGLSYMGLPROGRAMUNIFORM1UIVEXTPROC __rglgen_glProgramUniform1uivEXT; -extern RGLSYMGLPROGRAMUNIFORM2UIVEXTPROC __rglgen_glProgramUniform2uivEXT; -extern RGLSYMGLPROGRAMUNIFORM3UIVEXTPROC __rglgen_glProgramUniform3uivEXT; -extern RGLSYMGLPROGRAMUNIFORM4UIVEXTPROC __rglgen_glProgramUniform4uivEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2X3FVEXTPROC __rglgen_glProgramUniformMatrix2x3fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3X2FVEXTPROC __rglgen_glProgramUniformMatrix3x2fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2X4FVEXTPROC __rglgen_glProgramUniformMatrix2x4fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4X2FVEXTPROC __rglgen_glProgramUniformMatrix4x2fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3X4FVEXTPROC __rglgen_glProgramUniformMatrix3x4fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4X3FVEXTPROC __rglgen_glProgramUniformMatrix4x3fvEXT; -extern RGLSYMGLFRAMEBUFFERPIXELLOCALSTORAGESIZEEXTPROC __rglgen_glFramebufferPixelLocalStorageSizeEXT; -extern RGLSYMGLGETFRAMEBUFFERPIXELLOCALSTORAGESIZEEXTPROC __rglgen_glGetFramebufferPixelLocalStorageSizeEXT; -extern RGLSYMGLCLEARPIXELLOCALSTORAGEUIEXTPROC __rglgen_glClearPixelLocalStorageuiEXT; -extern RGLSYMGLTEXPAGECOMMITMENTEXTPROC __rglgen_glTexPageCommitmentEXT; -extern RGLSYMGLPATCHPARAMETERIEXTPROC __rglgen_glPatchParameteriEXT; -extern RGLSYMGLTEXPARAMETERIIVEXTPROC __rglgen_glTexParameterIivEXT; -extern RGLSYMGLTEXPARAMETERIUIVEXTPROC __rglgen_glTexParameterIuivEXT; -extern RGLSYMGLGETTEXPARAMETERIIVEXTPROC __rglgen_glGetTexParameterIivEXT; -extern RGLSYMGLGETTEXPARAMETERIUIVEXTPROC __rglgen_glGetTexParameterIuivEXT; -extern RGLSYMGLSAMPLERPARAMETERIIVEXTPROC __rglgen_glSamplerParameterIivEXT; -extern RGLSYMGLSAMPLERPARAMETERIUIVEXTPROC __rglgen_glSamplerParameterIuivEXT; -extern RGLSYMGLGETSAMPLERPARAMETERIIVEXTPROC __rglgen_glGetSamplerParameterIivEXT; -extern RGLSYMGLGETSAMPLERPARAMETERIUIVEXTPROC __rglgen_glGetSamplerParameterIuivEXT; -extern RGLSYMGLTEXBUFFEREXTPROC __rglgen_glTexBufferEXT; -extern RGLSYMGLTEXBUFFERRANGEEXTPROC __rglgen_glTexBufferRangeEXT; -extern RGLSYMGLTEXSTORAGE1DEXTPROC __rglgen_glTexStorage1DEXT; -extern RGLSYMGLTEXSTORAGE2DEXTPROC __rglgen_glTexStorage2DEXT; -extern RGLSYMGLTEXSTORAGE3DEXTPROC __rglgen_glTexStorage3DEXT; -extern RGLSYMGLTEXTURESTORAGE1DEXTPROC __rglgen_glTextureStorage1DEXT; -extern RGLSYMGLTEXTURESTORAGE2DEXTPROC __rglgen_glTextureStorage2DEXT; -extern RGLSYMGLTEXTURESTORAGE3DEXTPROC __rglgen_glTextureStorage3DEXT; -extern RGLSYMGLTEXTUREVIEWEXTPROC __rglgen_glTextureViewEXT; -extern RGLSYMGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC __rglgen_glFramebufferTextureMultiviewOVR; -extern RGLSYMGLFRAMEBUFFERTEXTUREMULTISAMPLEMULTIVIEWOVRPROC __rglgen_glFramebufferTextureMultisampleMultiviewOVR; - -struct rglgen_sym_map { const char *sym; void *ptr; }; -extern const struct rglgen_sym_map rglgen_symbol_map[]; -#ifdef __cplusplus -} -#endif -#endif diff --git a/Cores/Flycast/cmake/include/glsm/glsym_es3.h b/Cores/Flycast/cmake/include/glsm/glsym_es3.h deleted file mode 100644 index 9ffd150644..0000000000 --- a/Cores/Flycast/cmake/include/glsm/glsym_es3.h +++ /dev/null @@ -1,650 +0,0 @@ -#ifndef RGLGEN_DECL_H__ -#define RGLGEN_DECL_H__ -#ifdef __cplusplus -extern "C" { -#endif -#ifdef GL_APIENTRY -typedef void (GL_APIENTRY *RGLGENGLDEBUGPROC)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -typedef void (GL_APIENTRY *RGLGENGLDEBUGPROCKHR)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -#else -#ifndef APIENTRY -#define APIENTRY -#endif -#ifndef APIENTRYP -#define APIENTRYP APIENTRY * -#endif -typedef void (APIENTRY *RGLGENGLDEBUGPROCARB)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -typedef void (APIENTRY *RGLGENGLDEBUGPROC)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -#endif -#ifndef GL_OES_EGL_image -typedef void *GLeglImageOES; -#endif -#if !defined(GL_OES_fixed_point) && !defined(HAVE_OPENGLES2) -typedef GLint GLfixed; -#endif -#if defined(OSX) && !defined(MAC_OS_X_VERSION_10_7) -typedef long long int GLint64; -typedef unsigned long long int GLuint64; -typedef unsigned long long int GLuint64EXT; -typedef struct __GLsync *GLsync; -#endif -typedef void (GL_APIENTRYP RGLSYMGLBLENDBARRIERKHRPROC) (void); -typedef void (GL_APIENTRYP RGLSYMGLDEBUGMESSAGECONTROLKHRPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled); -typedef void (GL_APIENTRYP RGLSYMGLDEBUGMESSAGEINSERTKHRPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf); -typedef void (GL_APIENTRYP RGLSYMGLDEBUGMESSAGECALLBACKKHRPROC) (RGLGENGLDEBUGPROCKHR callback, const void *userParam); -typedef GLuint (GL_APIENTRYP RGLSYMGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); -typedef void (GL_APIENTRYP RGLSYMGLPUSHDEBUGGROUPKHRPROC) (GLenum source, GLuint id, GLsizei length, const GLchar *message); -typedef void (GL_APIENTRYP RGLSYMGLPOPDEBUGGROUPKHRPROC) (void); -typedef void (GL_APIENTRYP RGLSYMGLOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLGETOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei length, const GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLGETOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLGETPOINTERVKHRPROC) (GLenum pname, void **params); -typedef GLenum (GL_APIENTRYP RGLSYMGLGETGRAPHICSRESETSTATUSKHRPROC) (void); -typedef void (GL_APIENTRYP RGLSYMGLREADNPIXELSKHRPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); -typedef void (GL_APIENTRYP RGLSYMGLGETNUNIFORMFVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params); -typedef void (GL_APIENTRYP RGLSYMGLGETNUNIFORMIVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETNUNIFORMUIVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image); -typedef void (GL_APIENTRYP RGLSYMGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image); -typedef void (GL_APIENTRYP RGLSYMGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); -typedef void (GL_APIENTRYP RGLSYMGLENABLEIOESPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLDISABLEIOESPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLBLENDEQUATIONIOESPROC) (GLuint buf, GLenum mode); -typedef void (GL_APIENTRYP RGLSYMGLBLENDEQUATIONSEPARATEIOESPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha); -typedef void (GL_APIENTRYP RGLSYMGLBLENDFUNCIOESPROC) (GLuint buf, GLenum src, GLenum dst); -typedef void (GL_APIENTRYP RGLSYMGLBLENDFUNCSEPARATEIOESPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); -typedef void (GL_APIENTRYP RGLSYMGLCOLORMASKIOESPROC) (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a); -typedef GLboolean (GL_APIENTRYP RGLSYMGLISENABLEDIOESPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSBASEVERTEXOESPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLDRAWRANGEELEMENTSBASEVERTEXOESPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXOESPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWELEMENTSBASEVERTEXOESPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount, const GLint *basevertex); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREOESPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level); -typedef void (GL_APIENTRYP RGLSYMGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLint length); -typedef void *(GL_APIENTRYP RGLSYMGLMAPBUFFEROESPROC) (GLenum target, GLenum access); -typedef GLboolean (GL_APIENTRYP RGLSYMGLUNMAPBUFFEROESPROC) (GLenum target); -typedef void (GL_APIENTRYP RGLSYMGLGETBUFFERPOINTERVOESPROC) (GLenum target, GLenum pname, void **params); -typedef void (GL_APIENTRYP RGLSYMGLPRIMITIVEBOUNDINGBOXOESPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); -typedef void (GL_APIENTRYP RGLSYMGLMINSAMPLESHADINGOESPROC) (GLfloat value); -typedef void (GL_APIENTRYP RGLSYMGLPATCHPARAMETERIOESPROC) (GLenum pname, GLint value); -typedef void (GL_APIENTRYP RGLSYMGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); -typedef void (GL_APIENTRYP RGLSYMGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels); -typedef void (GL_APIENTRYP RGLSYMGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); -typedef void (GL_APIENTRYP RGLSYMGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); -typedef void (GL_APIENTRYP RGLSYMGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTURE3DOESPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); -typedef void (GL_APIENTRYP RGLSYMGLTEXPARAMETERIIVOESPROC) (GLenum target, GLenum pname, const GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLTEXPARAMETERIUIVOESPROC) (GLenum target, GLenum pname, const GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETTEXPARAMETERIIVOESPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETTEXPARAMETERIUIVOESPROC) (GLenum target, GLenum pname, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLSAMPLERPARAMETERIIVOESPROC) (GLuint sampler, GLenum pname, const GLint *param); -typedef void (GL_APIENTRYP RGLSYMGLSAMPLERPARAMETERIUIVOESPROC) (GLuint sampler, GLenum pname, const GLuint *param); -typedef void (GL_APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIIVOESPROC) (GLuint sampler, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIUIVOESPROC) (GLuint sampler, GLenum pname, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLTEXBUFFEROESPROC) (GLenum target, GLenum internalformat, GLuint buffer); -typedef void (GL_APIENTRYP RGLSYMGLTEXBUFFERRANGEOESPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); -typedef void (GL_APIENTRYP RGLSYMGLTEXSTORAGE3DMULTISAMPLEOESPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); -typedef void (GL_APIENTRYP RGLSYMGLTEXTUREVIEWOESPROC) (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); -typedef void (GL_APIENTRYP RGLSYMGLBINDVERTEXARRAYOESPROC) (GLuint array); -typedef void (GL_APIENTRYP RGLSYMGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays); -typedef void (GL_APIENTRYP RGLSYMGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays); -typedef GLboolean (GL_APIENTRYP RGLSYMGLISVERTEXARRAYOESPROC) (GLuint array); -typedef void (GL_APIENTRYP RGLSYMGLVIEWPORTARRAYVOESPROC) (GLuint first, GLsizei count, const GLfloat *v); -typedef void (GL_APIENTRYP RGLSYMGLVIEWPORTINDEXEDFOESPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h); -typedef void (GL_APIENTRYP RGLSYMGLVIEWPORTINDEXEDFVOESPROC) (GLuint index, const GLfloat *v); -typedef void (GL_APIENTRYP RGLSYMGLSCISSORARRAYVOESPROC) (GLuint first, GLsizei count, const GLint *v); -typedef void (GL_APIENTRYP RGLSYMGLSCISSORINDEXEDOESPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); -typedef void (GL_APIENTRYP RGLSYMGLSCISSORINDEXEDVOESPROC) (GLuint index, const GLint *v); -typedef void (GL_APIENTRYP RGLSYMGLDEPTHRANGEARRAYFVOESPROC) (GLuint first, GLsizei count, const GLfloat *v); -typedef void (GL_APIENTRYP RGLSYMGLDEPTHRANGEINDEXEDFOESPROC) (GLuint index, GLfloat n, GLfloat f); -typedef void (GL_APIENTRYP RGLSYMGLGETFLOATI_VOESPROC) (GLenum target, GLuint index, GLfloat *data); -typedef void (GL_APIENTRYP RGLSYMGLDRAWARRAYSINSTANCEDBASEINSTANCEEXTPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEINSTANCEEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance); -typedef void (GL_APIENTRYP RGLSYMGLBINDFRAGDATALOCATIONINDEXEDEXTPROC) (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name); -typedef void (GL_APIENTRYP RGLSYMGLBINDFRAGDATALOCATIONEXTPROC) (GLuint program, GLuint color, const GLchar *name); -typedef GLint (GL_APIENTRYP RGLSYMGLGETPROGRAMRESOURCELOCATIONINDEXEXTPROC) (GLuint program, GLenum programInterface, const GLchar *name); -typedef GLint (GL_APIENTRYP RGLSYMGLGETFRAGDATAINDEXEXTPROC) (GLuint program, const GLchar *name); -typedef void (GL_APIENTRYP RGLSYMGLBUFFERSTORAGEEXTPROC) (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags); -typedef void (GL_APIENTRYP RGLSYMGLCLEARTEXIMAGEEXTPROC) (GLuint texture, GLint level, GLenum format, GLenum type, const void *data); -typedef void (GL_APIENTRYP RGLSYMGLCLEARTEXSUBIMAGEEXTPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data); -typedef void (GL_APIENTRYP RGLSYMGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); -typedef void (GL_APIENTRYP RGLSYMGLLABELOBJECTEXTPROC) (GLenum type, GLuint object, GLsizei length, const GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLGETOBJECTLABELEXTPROC) (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label); -typedef void (GL_APIENTRYP RGLSYMGLINSERTEVENTMARKEREXTPROC) (GLsizei length, const GLchar *marker); -typedef void (GL_APIENTRYP RGLSYMGLPUSHGROUPMARKEREXTPROC) (GLsizei length, const GLchar *marker); -typedef void (GL_APIENTRYP RGLSYMGLPOPGROUPMARKEREXTPROC) (void); -typedef void (GL_APIENTRYP RGLSYMGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments); -typedef void (GL_APIENTRYP RGLSYMGLGENQUERIESEXTPROC) (GLsizei n, GLuint *ids); -typedef void (GL_APIENTRYP RGLSYMGLDELETEQUERIESEXTPROC) (GLsizei n, const GLuint *ids); -typedef GLboolean (GL_APIENTRYP RGLSYMGLISQUERYEXTPROC) (GLuint id); -typedef void (GL_APIENTRYP RGLSYMGLBEGINQUERYEXTPROC) (GLenum target, GLuint id); -typedef void (GL_APIENTRYP RGLSYMGLENDQUERYEXTPROC) (GLenum target); -typedef void (GL_APIENTRYP RGLSYMGLQUERYCOUNTEREXTPROC) (GLuint id, GLenum target); -typedef void (GL_APIENTRYP RGLSYMGLGETQUERYIVEXTPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETQUERYOBJECTIVEXTPROC) (GLuint id, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETQUERYOBJECTUIVEXTPROC) (GLuint id, GLenum pname, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETQUERYOBJECTI64VEXTPROC) (GLuint id, GLenum pname, GLint64 *params); -typedef void (GL_APIENTRYP RGLSYMGLGETQUERYOBJECTUI64VEXTPROC) (GLuint id, GLenum pname, GLuint64 *params); -typedef void (GL_APIENTRYP RGLSYMGLDRAWBUFFERSEXTPROC) (GLsizei n, const GLenum *bufs); -typedef void (GL_APIENTRYP RGLSYMGLENABLEIEXTPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLDISABLEIEXTPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLBLENDEQUATIONIEXTPROC) (GLuint buf, GLenum mode); -typedef void (GL_APIENTRYP RGLSYMGLBLENDEQUATIONSEPARATEIEXTPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha); -typedef void (GL_APIENTRYP RGLSYMGLBLENDFUNCIEXTPROC) (GLuint buf, GLenum src, GLenum dst); -typedef void (GL_APIENTRYP RGLSYMGLBLENDFUNCSEPARATEIEXTPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); -typedef void (GL_APIENTRYP RGLSYMGLCOLORMASKIEXTPROC) (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a); -typedef GLboolean (GL_APIENTRYP RGLSYMGLISENABLEDIEXTPROC) (GLenum target, GLuint index); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSBASEVERTEXEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLDRAWRANGEELEMENTSBASEVERTEXEXTPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWELEMENTSBASEVERTEXEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount, const GLint *basevertex); -typedef void (GL_APIENTRYP RGLSYMGLDRAWARRAYSINSTANCEDEXTPROC) (GLenum mode, GLint start, GLsizei count, GLsizei primcount); -typedef void (GL_APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREEXTPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level); -typedef void (GL_APIENTRYP RGLSYMGLVERTEXATTRIBDIVISOREXTPROC) (GLuint index, GLuint divisor); -typedef void *(GL_APIENTRYP RGLSYMGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access); -typedef void (GL_APIENTRYP RGLSYMGLFLUSHMAPPEDBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWELEMENTSEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWARRAYSINDIRECTEXTPROC) (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride); -typedef void (GL_APIENTRYP RGLSYMGLMULTIDRAWELEMENTSINDIRECTEXTPROC) (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride); -typedef void (GL_APIENTRYP RGLSYMGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples); -typedef void (GL_APIENTRYP RGLSYMGLREADBUFFERINDEXEDEXTPROC) (GLenum src, GLint index); -typedef void (GL_APIENTRYP RGLSYMGLDRAWBUFFERSINDEXEDEXTPROC) (GLint n, const GLenum *location, const GLint *indices); -typedef void (GL_APIENTRYP RGLSYMGLGETINTEGERI_VEXTPROC) (GLenum target, GLuint index, GLint *data); -typedef void (GL_APIENTRYP RGLSYMGLPOLYGONOFFSETCLAMPEXTPROC) (GLfloat factor, GLfloat units, GLfloat clamp); -typedef void (GL_APIENTRYP RGLSYMGLPRIMITIVEBOUNDINGBOXEXTPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); -typedef void (GL_APIENTRYP RGLSYMGLRASTERSAMPLESEXTPROC) (GLuint samples, GLboolean fixedsamplelocations); -typedef GLenum (GL_APIENTRYP RGLSYMGLGETGRAPHICSRESETSTATUSEXTPROC) (void); -typedef void (GL_APIENTRYP RGLSYMGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); -typedef void (GL_APIENTRYP RGLSYMGLGETNUNIFORMFVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params); -typedef void (GL_APIENTRYP RGLSYMGLGETNUNIFORMIVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLACTIVESHADERPROGRAMEXTPROC) (GLuint pipeline, GLuint program); -typedef void (GL_APIENTRYP RGLSYMGLBINDPROGRAMPIPELINEEXTPROC) (GLuint pipeline); -typedef GLuint (GL_APIENTRYP RGLSYMGLCREATESHADERPROGRAMVEXTPROC) (GLenum type, GLsizei count, const GLchar **strings); -typedef void (GL_APIENTRYP RGLSYMGLDELETEPROGRAMPIPELINESEXTPROC) (GLsizei n, const GLuint *pipelines); -typedef void (GL_APIENTRYP RGLSYMGLGENPROGRAMPIPELINESEXTPROC) (GLsizei n, GLuint *pipelines); -typedef void (GL_APIENTRYP RGLSYMGLGETPROGRAMPIPELINEINFOLOGEXTPROC) (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog); -typedef void (GL_APIENTRYP RGLSYMGLGETPROGRAMPIPELINEIVEXTPROC) (GLuint pipeline, GLenum pname, GLint *params); -typedef GLboolean (GL_APIENTRYP RGLSYMGLISPROGRAMPIPELINEEXTPROC) (GLuint pipeline); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMPARAMETERIEXTPROC) (GLuint program, GLenum pname, GLint value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1FEXTPROC) (GLuint program, GLint location, GLfloat v0); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1IEXTPROC) (GLuint program, GLint location, GLint v0); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLUSEPROGRAMSTAGESEXTPROC) (GLuint pipeline, GLbitfield stages, GLuint program); -typedef void (GL_APIENTRYP RGLSYMGLVALIDATEPROGRAMPIPELINEEXTPROC) (GLuint pipeline); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1UIEXTPROC) (GLuint program, GLint location, GLuint v0); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM1UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM2UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM3UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORM4UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERPIXELLOCALSTORAGESIZEEXTPROC) (GLuint target, GLsizei size); -typedef GLsizei (GL_APIENTRYP RGLSYMGLGETFRAMEBUFFERPIXELLOCALSTORAGESIZEEXTPROC) (GLuint target); -typedef void (GL_APIENTRYP RGLSYMGLCLEARPIXELLOCALSTORAGEUIEXTPROC) (GLsizei offset, GLsizei n, const GLuint *values); -typedef void (GL_APIENTRYP RGLSYMGLTEXPAGECOMMITMENTEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit); -typedef void (GL_APIENTRYP RGLSYMGLPATCHPARAMETERIEXTPROC) (GLenum pname, GLint value); -typedef void (GL_APIENTRYP RGLSYMGLTEXPARAMETERIIVEXTPROC) (GLenum target, GLenum pname, const GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLTEXPARAMETERIUIVEXTPROC) (GLenum target, GLenum pname, const GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETTEXPARAMETERIIVEXTPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETTEXPARAMETERIUIVEXTPROC) (GLenum target, GLenum pname, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLSAMPLERPARAMETERIIVEXTPROC) (GLuint sampler, GLenum pname, const GLint *param); -typedef void (GL_APIENTRYP RGLSYMGLSAMPLERPARAMETERIUIVEXTPROC) (GLuint sampler, GLenum pname, const GLuint *param); -typedef void (GL_APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIIVEXTPROC) (GLuint sampler, GLenum pname, GLint *params); -typedef void (GL_APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIUIVEXTPROC) (GLuint sampler, GLenum pname, GLuint *params); -typedef void (GL_APIENTRYP RGLSYMGLTEXBUFFEREXTPROC) (GLenum target, GLenum internalformat, GLuint buffer); -typedef void (GL_APIENTRYP RGLSYMGLTEXBUFFERRANGEEXTPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); -typedef void (GL_APIENTRYP RGLSYMGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); -typedef void (GL_APIENTRYP RGLSYMGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); -typedef void (GL_APIENTRYP RGLSYMGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); -typedef void (GL_APIENTRYP RGLSYMGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); -typedef void (GL_APIENTRYP RGLSYMGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); -typedef void (GL_APIENTRYP RGLSYMGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); -typedef void (GL_APIENTRYP RGLSYMGLTEXTUREVIEWEXTPROC) (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); -typedef void (GL_APIENTRYP RGLSYMGLWINDOWRECTANGLESEXTPROC) (GLenum mode, GLsizei count, const GLint *box); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews); -typedef void (GL_APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREMULTISAMPLEMULTIVIEWOVRPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numViews); - -#define glBlendBarrierKHR __rglgen_glBlendBarrierKHR -#define glDebugMessageControlKHR __rglgen_glDebugMessageControlKHR -#define glDebugMessageInsertKHR __rglgen_glDebugMessageInsertKHR -#define glDebugMessageCallbackKHR __rglgen_glDebugMessageCallbackKHR -#define glGetDebugMessageLogKHR __rglgen_glGetDebugMessageLogKHR -#define glPushDebugGroupKHR __rglgen_glPushDebugGroupKHR -#define glPopDebugGroupKHR __rglgen_glPopDebugGroupKHR -#define glObjectLabelKHR __rglgen_glObjectLabelKHR -#define glGetObjectLabelKHR __rglgen_glGetObjectLabelKHR -#define glObjectPtrLabelKHR __rglgen_glObjectPtrLabelKHR -#define glGetObjectPtrLabelKHR __rglgen_glGetObjectPtrLabelKHR -#define glGetPointervKHR __rglgen_glGetPointervKHR -#define glGetGraphicsResetStatusKHR __rglgen_glGetGraphicsResetStatusKHR -#define glReadnPixelsKHR __rglgen_glReadnPixelsKHR -#define glGetnUniformfvKHR __rglgen_glGetnUniformfvKHR -#define glGetnUniformivKHR __rglgen_glGetnUniformivKHR -#define glGetnUniformuivKHR __rglgen_glGetnUniformuivKHR -#define glEGLImageTargetTexture2DOES __rglgen_glEGLImageTargetTexture2DOES -#define glEGLImageTargetRenderbufferStorageOES __rglgen_glEGLImageTargetRenderbufferStorageOES -#define glCopyImageSubDataOES __rglgen_glCopyImageSubDataOES -#define glEnableiOES __rglgen_glEnableiOES -#define glDisableiOES __rglgen_glDisableiOES -#define glBlendEquationiOES __rglgen_glBlendEquationiOES -#define glBlendEquationSeparateiOES __rglgen_glBlendEquationSeparateiOES -#define glBlendFunciOES __rglgen_glBlendFunciOES -#define glBlendFuncSeparateiOES __rglgen_glBlendFuncSeparateiOES -#define glColorMaskiOES __rglgen_glColorMaskiOES -#define glIsEnablediOES __rglgen_glIsEnablediOES -#define glDrawElementsBaseVertexOES __rglgen_glDrawElementsBaseVertexOES -#define glDrawRangeElementsBaseVertexOES __rglgen_glDrawRangeElementsBaseVertexOES -#define glDrawElementsInstancedBaseVertexOES __rglgen_glDrawElementsInstancedBaseVertexOES -#define glMultiDrawElementsBaseVertexOES __rglgen_glMultiDrawElementsBaseVertexOES -#define glFramebufferTextureOES __rglgen_glFramebufferTextureOES -#define glGetProgramBinaryOES __rglgen_glGetProgramBinaryOES -#define glProgramBinaryOES __rglgen_glProgramBinaryOES -#define glMapBufferOES __rglgen_glMapBufferOES -#define glUnmapBufferOES __rglgen_glUnmapBufferOES -#define glGetBufferPointervOES __rglgen_glGetBufferPointervOES -#define glPrimitiveBoundingBoxOES __rglgen_glPrimitiveBoundingBoxOES -#define glMinSampleShadingOES __rglgen_glMinSampleShadingOES -#define glPatchParameteriOES __rglgen_glPatchParameteriOES -#define glTexImage3DOES __rglgen_glTexImage3DOES -#define glTexSubImage3DOES __rglgen_glTexSubImage3DOES -#define glCopyTexSubImage3DOES __rglgen_glCopyTexSubImage3DOES -#define glCompressedTexImage3DOES __rglgen_glCompressedTexImage3DOES -#define glCompressedTexSubImage3DOES __rglgen_glCompressedTexSubImage3DOES -#define glFramebufferTexture3DOES __rglgen_glFramebufferTexture3DOES -#define glTexParameterIivOES __rglgen_glTexParameterIivOES -#define glTexParameterIuivOES __rglgen_glTexParameterIuivOES -#define glGetTexParameterIivOES __rglgen_glGetTexParameterIivOES -#define glGetTexParameterIuivOES __rglgen_glGetTexParameterIuivOES -#define glSamplerParameterIivOES __rglgen_glSamplerParameterIivOES -#define glSamplerParameterIuivOES __rglgen_glSamplerParameterIuivOES -#define glGetSamplerParameterIivOES __rglgen_glGetSamplerParameterIivOES -#define glGetSamplerParameterIuivOES __rglgen_glGetSamplerParameterIuivOES -#define glTexBufferOES __rglgen_glTexBufferOES -#define glTexBufferRangeOES __rglgen_glTexBufferRangeOES -#define glTexStorage3DMultisampleOES __rglgen_glTexStorage3DMultisampleOES -#define glTextureViewOES __rglgen_glTextureViewOES -#define glBindVertexArrayOES __rglgen_glBindVertexArrayOES -#define glDeleteVertexArraysOES __rglgen_glDeleteVertexArraysOES -#define glGenVertexArraysOES __rglgen_glGenVertexArraysOES -#define glIsVertexArrayOES __rglgen_glIsVertexArrayOES -#define glViewportArrayvOES __rglgen_glViewportArrayvOES -#define glViewportIndexedfOES __rglgen_glViewportIndexedfOES -#define glViewportIndexedfvOES __rglgen_glViewportIndexedfvOES -#define glScissorArrayvOES __rglgen_glScissorArrayvOES -#define glScissorIndexedOES __rglgen_glScissorIndexedOES -#define glScissorIndexedvOES __rglgen_glScissorIndexedvOES -#define glDepthRangeArrayfvOES __rglgen_glDepthRangeArrayfvOES -#define glDepthRangeIndexedfOES __rglgen_glDepthRangeIndexedfOES -#define glGetFloati_vOES __rglgen_glGetFloati_vOES -#define glDrawArraysInstancedBaseInstanceEXT __rglgen_glDrawArraysInstancedBaseInstanceEXT -#define glDrawElementsInstancedBaseInstanceEXT __rglgen_glDrawElementsInstancedBaseInstanceEXT -#define glDrawElementsInstancedBaseVertexBaseInstanceEXT __rglgen_glDrawElementsInstancedBaseVertexBaseInstanceEXT -#define glBindFragDataLocationIndexedEXT __rglgen_glBindFragDataLocationIndexedEXT -#define glBindFragDataLocationEXT __rglgen_glBindFragDataLocationEXT -#define glGetProgramResourceLocationIndexEXT __rglgen_glGetProgramResourceLocationIndexEXT -#define glGetFragDataIndexEXT __rglgen_glGetFragDataIndexEXT -#define glBufferStorageEXT __rglgen_glBufferStorageEXT -#define glClearTexImageEXT __rglgen_glClearTexImageEXT -#define glClearTexSubImageEXT __rglgen_glClearTexSubImageEXT -#define glCopyImageSubDataEXT __rglgen_glCopyImageSubDataEXT -#define glLabelObjectEXT __rglgen_glLabelObjectEXT -#define glGetObjectLabelEXT __rglgen_glGetObjectLabelEXT -#define glInsertEventMarkerEXT __rglgen_glInsertEventMarkerEXT -#define glPushGroupMarkerEXT __rglgen_glPushGroupMarkerEXT -#define glPopGroupMarkerEXT __rglgen_glPopGroupMarkerEXT -#define glDiscardFramebufferEXT __rglgen_glDiscardFramebufferEXT -#define glGenQueriesEXT __rglgen_glGenQueriesEXT -#define glDeleteQueriesEXT __rglgen_glDeleteQueriesEXT -#define glIsQueryEXT __rglgen_glIsQueryEXT -#define glBeginQueryEXT __rglgen_glBeginQueryEXT -#define glEndQueryEXT __rglgen_glEndQueryEXT -#define glQueryCounterEXT __rglgen_glQueryCounterEXT -#define glGetQueryivEXT __rglgen_glGetQueryivEXT -#define glGetQueryObjectivEXT __rglgen_glGetQueryObjectivEXT -#define glGetQueryObjectuivEXT __rglgen_glGetQueryObjectuivEXT -#define glGetQueryObjecti64vEXT __rglgen_glGetQueryObjecti64vEXT -#define glGetQueryObjectui64vEXT __rglgen_glGetQueryObjectui64vEXT -#define glDrawBuffersEXT __rglgen_glDrawBuffersEXT -#define glEnableiEXT __rglgen_glEnableiEXT -#define glDisableiEXT __rglgen_glDisableiEXT -#define glBlendEquationiEXT __rglgen_glBlendEquationiEXT -#define glBlendEquationSeparateiEXT __rglgen_glBlendEquationSeparateiEXT -#define glBlendFunciEXT __rglgen_glBlendFunciEXT -#define glBlendFuncSeparateiEXT __rglgen_glBlendFuncSeparateiEXT -#define glColorMaskiEXT __rglgen_glColorMaskiEXT -#define glIsEnablediEXT __rglgen_glIsEnablediEXT -#define glDrawElementsBaseVertexEXT __rglgen_glDrawElementsBaseVertexEXT -#define glDrawRangeElementsBaseVertexEXT __rglgen_glDrawRangeElementsBaseVertexEXT -#define glDrawElementsInstancedBaseVertexEXT __rglgen_glDrawElementsInstancedBaseVertexEXT -#define glMultiDrawElementsBaseVertexEXT __rglgen_glMultiDrawElementsBaseVertexEXT -#define glDrawArraysInstancedEXT __rglgen_glDrawArraysInstancedEXT -#define glDrawElementsInstancedEXT __rglgen_glDrawElementsInstancedEXT -#define glFramebufferTextureEXT __rglgen_glFramebufferTextureEXT -#define glVertexAttribDivisorEXT __rglgen_glVertexAttribDivisorEXT -#define glMapBufferRangeEXT __rglgen_glMapBufferRangeEXT -#define glFlushMappedBufferRangeEXT __rglgen_glFlushMappedBufferRangeEXT -#define glMultiDrawArraysEXT __rglgen_glMultiDrawArraysEXT -#define glMultiDrawElementsEXT __rglgen_glMultiDrawElementsEXT -#define glMultiDrawArraysIndirectEXT __rglgen_glMultiDrawArraysIndirectEXT -#define glMultiDrawElementsIndirectEXT __rglgen_glMultiDrawElementsIndirectEXT -#define glRenderbufferStorageMultisampleEXT __rglgen_glRenderbufferStorageMultisampleEXT -#define glFramebufferTexture2DMultisampleEXT __rglgen_glFramebufferTexture2DMultisampleEXT -#define glReadBufferIndexedEXT __rglgen_glReadBufferIndexedEXT -#define glDrawBuffersIndexedEXT __rglgen_glDrawBuffersIndexedEXT -#define glGetIntegeri_vEXT __rglgen_glGetIntegeri_vEXT -#define glPolygonOffsetClampEXT __rglgen_glPolygonOffsetClampEXT -#define glPrimitiveBoundingBoxEXT __rglgen_glPrimitiveBoundingBoxEXT -#define glRasterSamplesEXT __rglgen_glRasterSamplesEXT -#define glGetGraphicsResetStatusEXT __rglgen_glGetGraphicsResetStatusEXT -#define glReadnPixelsEXT __rglgen_glReadnPixelsEXT -#define glGetnUniformfvEXT __rglgen_glGetnUniformfvEXT -#define glGetnUniformivEXT __rglgen_glGetnUniformivEXT -#define glActiveShaderProgramEXT __rglgen_glActiveShaderProgramEXT -#define glBindProgramPipelineEXT __rglgen_glBindProgramPipelineEXT -#define glCreateShaderProgramvEXT __rglgen_glCreateShaderProgramvEXT -#define glDeleteProgramPipelinesEXT __rglgen_glDeleteProgramPipelinesEXT -#define glGenProgramPipelinesEXT __rglgen_glGenProgramPipelinesEXT -#define glGetProgramPipelineInfoLogEXT __rglgen_glGetProgramPipelineInfoLogEXT -#define glGetProgramPipelineivEXT __rglgen_glGetProgramPipelineivEXT -#define glIsProgramPipelineEXT __rglgen_glIsProgramPipelineEXT -#define glProgramParameteriEXT __rglgen_glProgramParameteriEXT -#define glProgramUniform1fEXT __rglgen_glProgramUniform1fEXT -#define glProgramUniform1fvEXT __rglgen_glProgramUniform1fvEXT -#define glProgramUniform1iEXT __rglgen_glProgramUniform1iEXT -#define glProgramUniform1ivEXT __rglgen_glProgramUniform1ivEXT -#define glProgramUniform2fEXT __rglgen_glProgramUniform2fEXT -#define glProgramUniform2fvEXT __rglgen_glProgramUniform2fvEXT -#define glProgramUniform2iEXT __rglgen_glProgramUniform2iEXT -#define glProgramUniform2ivEXT __rglgen_glProgramUniform2ivEXT -#define glProgramUniform3fEXT __rglgen_glProgramUniform3fEXT -#define glProgramUniform3fvEXT __rglgen_glProgramUniform3fvEXT -#define glProgramUniform3iEXT __rglgen_glProgramUniform3iEXT -#define glProgramUniform3ivEXT __rglgen_glProgramUniform3ivEXT -#define glProgramUniform4fEXT __rglgen_glProgramUniform4fEXT -#define glProgramUniform4fvEXT __rglgen_glProgramUniform4fvEXT -#define glProgramUniform4iEXT __rglgen_glProgramUniform4iEXT -#define glProgramUniform4ivEXT __rglgen_glProgramUniform4ivEXT -#define glProgramUniformMatrix2fvEXT __rglgen_glProgramUniformMatrix2fvEXT -#define glProgramUniformMatrix3fvEXT __rglgen_glProgramUniformMatrix3fvEXT -#define glProgramUniformMatrix4fvEXT __rglgen_glProgramUniformMatrix4fvEXT -#define glUseProgramStagesEXT __rglgen_glUseProgramStagesEXT -#define glValidateProgramPipelineEXT __rglgen_glValidateProgramPipelineEXT -#define glProgramUniform1uiEXT __rglgen_glProgramUniform1uiEXT -#define glProgramUniform2uiEXT __rglgen_glProgramUniform2uiEXT -#define glProgramUniform3uiEXT __rglgen_glProgramUniform3uiEXT -#define glProgramUniform4uiEXT __rglgen_glProgramUniform4uiEXT -#define glProgramUniform1uivEXT __rglgen_glProgramUniform1uivEXT -#define glProgramUniform2uivEXT __rglgen_glProgramUniform2uivEXT -#define glProgramUniform3uivEXT __rglgen_glProgramUniform3uivEXT -#define glProgramUniform4uivEXT __rglgen_glProgramUniform4uivEXT -#define glProgramUniformMatrix2x3fvEXT __rglgen_glProgramUniformMatrix2x3fvEXT -#define glProgramUniformMatrix3x2fvEXT __rglgen_glProgramUniformMatrix3x2fvEXT -#define glProgramUniformMatrix2x4fvEXT __rglgen_glProgramUniformMatrix2x4fvEXT -#define glProgramUniformMatrix4x2fvEXT __rglgen_glProgramUniformMatrix4x2fvEXT -#define glProgramUniformMatrix3x4fvEXT __rglgen_glProgramUniformMatrix3x4fvEXT -#define glProgramUniformMatrix4x3fvEXT __rglgen_glProgramUniformMatrix4x3fvEXT -#define glFramebufferPixelLocalStorageSizeEXT __rglgen_glFramebufferPixelLocalStorageSizeEXT -#define glGetFramebufferPixelLocalStorageSizeEXT __rglgen_glGetFramebufferPixelLocalStorageSizeEXT -#define glClearPixelLocalStorageuiEXT __rglgen_glClearPixelLocalStorageuiEXT -#define glTexPageCommitmentEXT __rglgen_glTexPageCommitmentEXT -#define glPatchParameteriEXT __rglgen_glPatchParameteriEXT -#define glTexParameterIivEXT __rglgen_glTexParameterIivEXT -#define glTexParameterIuivEXT __rglgen_glTexParameterIuivEXT -#define glGetTexParameterIivEXT __rglgen_glGetTexParameterIivEXT -#define glGetTexParameterIuivEXT __rglgen_glGetTexParameterIuivEXT -#define glSamplerParameterIivEXT __rglgen_glSamplerParameterIivEXT -#define glSamplerParameterIuivEXT __rglgen_glSamplerParameterIuivEXT -#define glGetSamplerParameterIivEXT __rglgen_glGetSamplerParameterIivEXT -#define glGetSamplerParameterIuivEXT __rglgen_glGetSamplerParameterIuivEXT -#define glTexBufferEXT __rglgen_glTexBufferEXT -#define glTexBufferRangeEXT __rglgen_glTexBufferRangeEXT -#define glTexStorage1DEXT __rglgen_glTexStorage1DEXT -#define glTexStorage2DEXT __rglgen_glTexStorage2DEXT -#define glTexStorage3DEXT __rglgen_glTexStorage3DEXT -#define glTextureStorage1DEXT __rglgen_glTextureStorage1DEXT -#define glTextureStorage2DEXT __rglgen_glTextureStorage2DEXT -#define glTextureStorage3DEXT __rglgen_glTextureStorage3DEXT -#define glTextureViewEXT __rglgen_glTextureViewEXT -#define glesEXT __rglgen_glesEXT -#define glFramebufferTextureMultiviewOVR __rglgen_glFramebufferTextureMultiviewOVR -#define glFramebufferTextureMultisampleMultiviewOVR __rglgen_glFramebufferTextureMultisampleMultiviewOVR - -extern RGLSYMGLBLENDBARRIERKHRPROC __rglgen_glBlendBarrierKHR; -extern RGLSYMGLDEBUGMESSAGECONTROLKHRPROC __rglgen_glDebugMessageControlKHR; -extern RGLSYMGLDEBUGMESSAGEINSERTKHRPROC __rglgen_glDebugMessageInsertKHR; -extern RGLSYMGLDEBUGMESSAGECALLBACKKHRPROC __rglgen_glDebugMessageCallbackKHR; -extern RGLSYMGLGETDEBUGMESSAGELOGKHRPROC __rglgen_glGetDebugMessageLogKHR; -extern RGLSYMGLPUSHDEBUGGROUPKHRPROC __rglgen_glPushDebugGroupKHR; -extern RGLSYMGLPOPDEBUGGROUPKHRPROC __rglgen_glPopDebugGroupKHR; -extern RGLSYMGLOBJECTLABELKHRPROC __rglgen_glObjectLabelKHR; -extern RGLSYMGLGETOBJECTLABELKHRPROC __rglgen_glGetObjectLabelKHR; -extern RGLSYMGLOBJECTPTRLABELKHRPROC __rglgen_glObjectPtrLabelKHR; -extern RGLSYMGLGETOBJECTPTRLABELKHRPROC __rglgen_glGetObjectPtrLabelKHR; -extern RGLSYMGLGETPOINTERVKHRPROC __rglgen_glGetPointervKHR; -extern RGLSYMGLGETGRAPHICSRESETSTATUSKHRPROC __rglgen_glGetGraphicsResetStatusKHR; -extern RGLSYMGLREADNPIXELSKHRPROC __rglgen_glReadnPixelsKHR; -extern RGLSYMGLGETNUNIFORMFVKHRPROC __rglgen_glGetnUniformfvKHR; -extern RGLSYMGLGETNUNIFORMIVKHRPROC __rglgen_glGetnUniformivKHR; -extern RGLSYMGLGETNUNIFORMUIVKHRPROC __rglgen_glGetnUniformuivKHR; -extern RGLSYMGLEGLIMAGETARGETTEXTURE2DOESPROC __rglgen_glEGLImageTargetTexture2DOES; -extern RGLSYMGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC __rglgen_glEGLImageTargetRenderbufferStorageOES; -extern RGLSYMGLCOPYIMAGESUBDATAOESPROC __rglgen_glCopyImageSubDataOES; -extern RGLSYMGLENABLEIOESPROC __rglgen_glEnableiOES; -extern RGLSYMGLDISABLEIOESPROC __rglgen_glDisableiOES; -extern RGLSYMGLBLENDEQUATIONIOESPROC __rglgen_glBlendEquationiOES; -extern RGLSYMGLBLENDEQUATIONSEPARATEIOESPROC __rglgen_glBlendEquationSeparateiOES; -extern RGLSYMGLBLENDFUNCIOESPROC __rglgen_glBlendFunciOES; -extern RGLSYMGLBLENDFUNCSEPARATEIOESPROC __rglgen_glBlendFuncSeparateiOES; -extern RGLSYMGLCOLORMASKIOESPROC __rglgen_glColorMaskiOES; -extern RGLSYMGLISENABLEDIOESPROC __rglgen_glIsEnablediOES; -extern RGLSYMGLDRAWELEMENTSBASEVERTEXOESPROC __rglgen_glDrawElementsBaseVertexOES; -extern RGLSYMGLDRAWRANGEELEMENTSBASEVERTEXOESPROC __rglgen_glDrawRangeElementsBaseVertexOES; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXOESPROC __rglgen_glDrawElementsInstancedBaseVertexOES; -extern RGLSYMGLMULTIDRAWELEMENTSBASEVERTEXOESPROC __rglgen_glMultiDrawElementsBaseVertexOES; -extern RGLSYMGLFRAMEBUFFERTEXTUREOESPROC __rglgen_glFramebufferTextureOES; -extern RGLSYMGLGETPROGRAMBINARYOESPROC __rglgen_glGetProgramBinaryOES; -extern RGLSYMGLPROGRAMBINARYOESPROC __rglgen_glProgramBinaryOES; -extern RGLSYMGLMAPBUFFEROESPROC __rglgen_glMapBufferOES; -extern RGLSYMGLUNMAPBUFFEROESPROC __rglgen_glUnmapBufferOES; -extern RGLSYMGLGETBUFFERPOINTERVOESPROC __rglgen_glGetBufferPointervOES; -extern RGLSYMGLPRIMITIVEBOUNDINGBOXOESPROC __rglgen_glPrimitiveBoundingBoxOES; -extern RGLSYMGLMINSAMPLESHADINGOESPROC __rglgen_glMinSampleShadingOES; -extern RGLSYMGLPATCHPARAMETERIOESPROC __rglgen_glPatchParameteriOES; -extern RGLSYMGLTEXIMAGE3DOESPROC __rglgen_glTexImage3DOES; -extern RGLSYMGLTEXSUBIMAGE3DOESPROC __rglgen_glTexSubImage3DOES; -extern RGLSYMGLCOPYTEXSUBIMAGE3DOESPROC __rglgen_glCopyTexSubImage3DOES; -extern RGLSYMGLCOMPRESSEDTEXIMAGE3DOESPROC __rglgen_glCompressedTexImage3DOES; -extern RGLSYMGLCOMPRESSEDTEXSUBIMAGE3DOESPROC __rglgen_glCompressedTexSubImage3DOES; -extern RGLSYMGLFRAMEBUFFERTEXTURE3DOESPROC __rglgen_glFramebufferTexture3DOES; -extern RGLSYMGLTEXPARAMETERIIVOESPROC __rglgen_glTexParameterIivOES; -extern RGLSYMGLTEXPARAMETERIUIVOESPROC __rglgen_glTexParameterIuivOES; -extern RGLSYMGLGETTEXPARAMETERIIVOESPROC __rglgen_glGetTexParameterIivOES; -extern RGLSYMGLGETTEXPARAMETERIUIVOESPROC __rglgen_glGetTexParameterIuivOES; -extern RGLSYMGLSAMPLERPARAMETERIIVOESPROC __rglgen_glSamplerParameterIivOES; -extern RGLSYMGLSAMPLERPARAMETERIUIVOESPROC __rglgen_glSamplerParameterIuivOES; -extern RGLSYMGLGETSAMPLERPARAMETERIIVOESPROC __rglgen_glGetSamplerParameterIivOES; -extern RGLSYMGLGETSAMPLERPARAMETERIUIVOESPROC __rglgen_glGetSamplerParameterIuivOES; -extern RGLSYMGLTEXBUFFEROESPROC __rglgen_glTexBufferOES; -extern RGLSYMGLTEXBUFFERRANGEOESPROC __rglgen_glTexBufferRangeOES; -extern RGLSYMGLTEXSTORAGE3DMULTISAMPLEOESPROC __rglgen_glTexStorage3DMultisampleOES; -extern RGLSYMGLTEXTUREVIEWOESPROC __rglgen_glTextureViewOES; -extern RGLSYMGLBINDVERTEXARRAYOESPROC __rglgen_glBindVertexArrayOES; -extern RGLSYMGLDELETEVERTEXARRAYSOESPROC __rglgen_glDeleteVertexArraysOES; -extern RGLSYMGLGENVERTEXARRAYSOESPROC __rglgen_glGenVertexArraysOES; -extern RGLSYMGLISVERTEXARRAYOESPROC __rglgen_glIsVertexArrayOES; -extern RGLSYMGLVIEWPORTARRAYVOESPROC __rglgen_glViewportArrayvOES; -extern RGLSYMGLVIEWPORTINDEXEDFOESPROC __rglgen_glViewportIndexedfOES; -extern RGLSYMGLVIEWPORTINDEXEDFVOESPROC __rglgen_glViewportIndexedfvOES; -extern RGLSYMGLSCISSORARRAYVOESPROC __rglgen_glScissorArrayvOES; -extern RGLSYMGLSCISSORINDEXEDOESPROC __rglgen_glScissorIndexedOES; -extern RGLSYMGLSCISSORINDEXEDVOESPROC __rglgen_glScissorIndexedvOES; -extern RGLSYMGLDEPTHRANGEARRAYFVOESPROC __rglgen_glDepthRangeArrayfvOES; -extern RGLSYMGLDEPTHRANGEINDEXEDFOESPROC __rglgen_glDepthRangeIndexedfOES; -extern RGLSYMGLGETFLOATI_VOESPROC __rglgen_glGetFloati_vOES; -extern RGLSYMGLDRAWARRAYSINSTANCEDBASEINSTANCEEXTPROC __rglgen_glDrawArraysInstancedBaseInstanceEXT; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEINSTANCEEXTPROC __rglgen_glDrawElementsInstancedBaseInstanceEXT; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEEXTPROC __rglgen_glDrawElementsInstancedBaseVertexBaseInstanceEXT; -extern RGLSYMGLBINDFRAGDATALOCATIONINDEXEDEXTPROC __rglgen_glBindFragDataLocationIndexedEXT; -extern RGLSYMGLBINDFRAGDATALOCATIONEXTPROC __rglgen_glBindFragDataLocationEXT; -extern RGLSYMGLGETPROGRAMRESOURCELOCATIONINDEXEXTPROC __rglgen_glGetProgramResourceLocationIndexEXT; -extern RGLSYMGLGETFRAGDATAINDEXEXTPROC __rglgen_glGetFragDataIndexEXT; -extern RGLSYMGLBUFFERSTORAGEEXTPROC __rglgen_glBufferStorageEXT; -extern RGLSYMGLCLEARTEXIMAGEEXTPROC __rglgen_glClearTexImageEXT; -extern RGLSYMGLCLEARTEXSUBIMAGEEXTPROC __rglgen_glClearTexSubImageEXT; -extern RGLSYMGLCOPYIMAGESUBDATAEXTPROC __rglgen_glCopyImageSubDataEXT; -extern RGLSYMGLLABELOBJECTEXTPROC __rglgen_glLabelObjectEXT; -extern RGLSYMGLGETOBJECTLABELEXTPROC __rglgen_glGetObjectLabelEXT; -extern RGLSYMGLINSERTEVENTMARKEREXTPROC __rglgen_glInsertEventMarkerEXT; -extern RGLSYMGLPUSHGROUPMARKEREXTPROC __rglgen_glPushGroupMarkerEXT; -extern RGLSYMGLPOPGROUPMARKEREXTPROC __rglgen_glPopGroupMarkerEXT; -extern RGLSYMGLDISCARDFRAMEBUFFEREXTPROC __rglgen_glDiscardFramebufferEXT; -extern RGLSYMGLGENQUERIESEXTPROC __rglgen_glGenQueriesEXT; -extern RGLSYMGLDELETEQUERIESEXTPROC __rglgen_glDeleteQueriesEXT; -extern RGLSYMGLISQUERYEXTPROC __rglgen_glIsQueryEXT; -extern RGLSYMGLBEGINQUERYEXTPROC __rglgen_glBeginQueryEXT; -extern RGLSYMGLENDQUERYEXTPROC __rglgen_glEndQueryEXT; -extern RGLSYMGLQUERYCOUNTEREXTPROC __rglgen_glQueryCounterEXT; -extern RGLSYMGLGETQUERYIVEXTPROC __rglgen_glGetQueryivEXT; -extern RGLSYMGLGETQUERYOBJECTIVEXTPROC __rglgen_glGetQueryObjectivEXT; -extern RGLSYMGLGETQUERYOBJECTUIVEXTPROC __rglgen_glGetQueryObjectuivEXT; -extern RGLSYMGLGETQUERYOBJECTI64VEXTPROC __rglgen_glGetQueryObjecti64vEXT; -extern RGLSYMGLGETQUERYOBJECTUI64VEXTPROC __rglgen_glGetQueryObjectui64vEXT; -extern RGLSYMGLDRAWBUFFERSEXTPROC __rglgen_glDrawBuffersEXT; -extern RGLSYMGLENABLEIEXTPROC __rglgen_glEnableiEXT; -extern RGLSYMGLDISABLEIEXTPROC __rglgen_glDisableiEXT; -extern RGLSYMGLBLENDEQUATIONIEXTPROC __rglgen_glBlendEquationiEXT; -extern RGLSYMGLBLENDEQUATIONSEPARATEIEXTPROC __rglgen_glBlendEquationSeparateiEXT; -extern RGLSYMGLBLENDFUNCIEXTPROC __rglgen_glBlendFunciEXT; -extern RGLSYMGLBLENDFUNCSEPARATEIEXTPROC __rglgen_glBlendFuncSeparateiEXT; -extern RGLSYMGLCOLORMASKIEXTPROC __rglgen_glColorMaskiEXT; -extern RGLSYMGLISENABLEDIEXTPROC __rglgen_glIsEnablediEXT; -extern RGLSYMGLDRAWELEMENTSBASEVERTEXEXTPROC __rglgen_glDrawElementsBaseVertexEXT; -extern RGLSYMGLDRAWRANGEELEMENTSBASEVERTEXEXTPROC __rglgen_glDrawRangeElementsBaseVertexEXT; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXEXTPROC __rglgen_glDrawElementsInstancedBaseVertexEXT; -extern RGLSYMGLMULTIDRAWELEMENTSBASEVERTEXEXTPROC __rglgen_glMultiDrawElementsBaseVertexEXT; -extern RGLSYMGLDRAWARRAYSINSTANCEDEXTPROC __rglgen_glDrawArraysInstancedEXT; -extern RGLSYMGLDRAWELEMENTSINSTANCEDEXTPROC __rglgen_glDrawElementsInstancedEXT; -extern RGLSYMGLFRAMEBUFFERTEXTUREEXTPROC __rglgen_glFramebufferTextureEXT; -extern RGLSYMGLVERTEXATTRIBDIVISOREXTPROC __rglgen_glVertexAttribDivisorEXT; -extern RGLSYMGLMAPBUFFERRANGEEXTPROC __rglgen_glMapBufferRangeEXT; -extern RGLSYMGLFLUSHMAPPEDBUFFERRANGEEXTPROC __rglgen_glFlushMappedBufferRangeEXT; -extern RGLSYMGLMULTIDRAWARRAYSEXTPROC __rglgen_glMultiDrawArraysEXT; -extern RGLSYMGLMULTIDRAWELEMENTSEXTPROC __rglgen_glMultiDrawElementsEXT; -extern RGLSYMGLMULTIDRAWARRAYSINDIRECTEXTPROC __rglgen_glMultiDrawArraysIndirectEXT; -extern RGLSYMGLMULTIDRAWELEMENTSINDIRECTEXTPROC __rglgen_glMultiDrawElementsIndirectEXT; -extern RGLSYMGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC __rglgen_glRenderbufferStorageMultisampleEXT; -extern RGLSYMGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC __rglgen_glFramebufferTexture2DMultisampleEXT; -extern RGLSYMGLREADBUFFERINDEXEDEXTPROC __rglgen_glReadBufferIndexedEXT; -extern RGLSYMGLDRAWBUFFERSINDEXEDEXTPROC __rglgen_glDrawBuffersIndexedEXT; -extern RGLSYMGLGETINTEGERI_VEXTPROC __rglgen_glGetIntegeri_vEXT; -extern RGLSYMGLPOLYGONOFFSETCLAMPEXTPROC __rglgen_glPolygonOffsetClampEXT; -extern RGLSYMGLPRIMITIVEBOUNDINGBOXEXTPROC __rglgen_glPrimitiveBoundingBoxEXT; -extern RGLSYMGLRASTERSAMPLESEXTPROC __rglgen_glRasterSamplesEXT; -extern RGLSYMGLGETGRAPHICSRESETSTATUSEXTPROC __rglgen_glGetGraphicsResetStatusEXT; -extern RGLSYMGLREADNPIXELSEXTPROC __rglgen_glReadnPixelsEXT; -extern RGLSYMGLGETNUNIFORMFVEXTPROC __rglgen_glGetnUniformfvEXT; -extern RGLSYMGLGETNUNIFORMIVEXTPROC __rglgen_glGetnUniformivEXT; -extern RGLSYMGLACTIVESHADERPROGRAMEXTPROC __rglgen_glActiveShaderProgramEXT; -extern RGLSYMGLBINDPROGRAMPIPELINEEXTPROC __rglgen_glBindProgramPipelineEXT; -extern RGLSYMGLCREATESHADERPROGRAMVEXTPROC __rglgen_glCreateShaderProgramvEXT; -extern RGLSYMGLDELETEPROGRAMPIPELINESEXTPROC __rglgen_glDeleteProgramPipelinesEXT; -extern RGLSYMGLGENPROGRAMPIPELINESEXTPROC __rglgen_glGenProgramPipelinesEXT; -extern RGLSYMGLGETPROGRAMPIPELINEINFOLOGEXTPROC __rglgen_glGetProgramPipelineInfoLogEXT; -extern RGLSYMGLGETPROGRAMPIPELINEIVEXTPROC __rglgen_glGetProgramPipelineivEXT; -extern RGLSYMGLISPROGRAMPIPELINEEXTPROC __rglgen_glIsProgramPipelineEXT; -extern RGLSYMGLPROGRAMPARAMETERIEXTPROC __rglgen_glProgramParameteriEXT; -extern RGLSYMGLPROGRAMUNIFORM1FEXTPROC __rglgen_glProgramUniform1fEXT; -extern RGLSYMGLPROGRAMUNIFORM1FVEXTPROC __rglgen_glProgramUniform1fvEXT; -extern RGLSYMGLPROGRAMUNIFORM1IEXTPROC __rglgen_glProgramUniform1iEXT; -extern RGLSYMGLPROGRAMUNIFORM1IVEXTPROC __rglgen_glProgramUniform1ivEXT; -extern RGLSYMGLPROGRAMUNIFORM2FEXTPROC __rglgen_glProgramUniform2fEXT; -extern RGLSYMGLPROGRAMUNIFORM2FVEXTPROC __rglgen_glProgramUniform2fvEXT; -extern RGLSYMGLPROGRAMUNIFORM2IEXTPROC __rglgen_glProgramUniform2iEXT; -extern RGLSYMGLPROGRAMUNIFORM2IVEXTPROC __rglgen_glProgramUniform2ivEXT; -extern RGLSYMGLPROGRAMUNIFORM3FEXTPROC __rglgen_glProgramUniform3fEXT; -extern RGLSYMGLPROGRAMUNIFORM3FVEXTPROC __rglgen_glProgramUniform3fvEXT; -extern RGLSYMGLPROGRAMUNIFORM3IEXTPROC __rglgen_glProgramUniform3iEXT; -extern RGLSYMGLPROGRAMUNIFORM3IVEXTPROC __rglgen_glProgramUniform3ivEXT; -extern RGLSYMGLPROGRAMUNIFORM4FEXTPROC __rglgen_glProgramUniform4fEXT; -extern RGLSYMGLPROGRAMUNIFORM4FVEXTPROC __rglgen_glProgramUniform4fvEXT; -extern RGLSYMGLPROGRAMUNIFORM4IEXTPROC __rglgen_glProgramUniform4iEXT; -extern RGLSYMGLPROGRAMUNIFORM4IVEXTPROC __rglgen_glProgramUniform4ivEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2FVEXTPROC __rglgen_glProgramUniformMatrix2fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3FVEXTPROC __rglgen_glProgramUniformMatrix3fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4FVEXTPROC __rglgen_glProgramUniformMatrix4fvEXT; -extern RGLSYMGLUSEPROGRAMSTAGESEXTPROC __rglgen_glUseProgramStagesEXT; -extern RGLSYMGLVALIDATEPROGRAMPIPELINEEXTPROC __rglgen_glValidateProgramPipelineEXT; -extern RGLSYMGLPROGRAMUNIFORM1UIEXTPROC __rglgen_glProgramUniform1uiEXT; -extern RGLSYMGLPROGRAMUNIFORM2UIEXTPROC __rglgen_glProgramUniform2uiEXT; -extern RGLSYMGLPROGRAMUNIFORM3UIEXTPROC __rglgen_glProgramUniform3uiEXT; -extern RGLSYMGLPROGRAMUNIFORM4UIEXTPROC __rglgen_glProgramUniform4uiEXT; -extern RGLSYMGLPROGRAMUNIFORM1UIVEXTPROC __rglgen_glProgramUniform1uivEXT; -extern RGLSYMGLPROGRAMUNIFORM2UIVEXTPROC __rglgen_glProgramUniform2uivEXT; -extern RGLSYMGLPROGRAMUNIFORM3UIVEXTPROC __rglgen_glProgramUniform3uivEXT; -extern RGLSYMGLPROGRAMUNIFORM4UIVEXTPROC __rglgen_glProgramUniform4uivEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2X3FVEXTPROC __rglgen_glProgramUniformMatrix2x3fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3X2FVEXTPROC __rglgen_glProgramUniformMatrix3x2fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2X4FVEXTPROC __rglgen_glProgramUniformMatrix2x4fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4X2FVEXTPROC __rglgen_glProgramUniformMatrix4x2fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3X4FVEXTPROC __rglgen_glProgramUniformMatrix3x4fvEXT; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4X3FVEXTPROC __rglgen_glProgramUniformMatrix4x3fvEXT; -extern RGLSYMGLFRAMEBUFFERPIXELLOCALSTORAGESIZEEXTPROC __rglgen_glFramebufferPixelLocalStorageSizeEXT; -extern RGLSYMGLGETFRAMEBUFFERPIXELLOCALSTORAGESIZEEXTPROC __rglgen_glGetFramebufferPixelLocalStorageSizeEXT; -extern RGLSYMGLCLEARPIXELLOCALSTORAGEUIEXTPROC __rglgen_glClearPixelLocalStorageuiEXT; -extern RGLSYMGLTEXPAGECOMMITMENTEXTPROC __rglgen_glTexPageCommitmentEXT; -extern RGLSYMGLPATCHPARAMETERIEXTPROC __rglgen_glPatchParameteriEXT; -extern RGLSYMGLTEXPARAMETERIIVEXTPROC __rglgen_glTexParameterIivEXT; -extern RGLSYMGLTEXPARAMETERIUIVEXTPROC __rglgen_glTexParameterIuivEXT; -extern RGLSYMGLGETTEXPARAMETERIIVEXTPROC __rglgen_glGetTexParameterIivEXT; -extern RGLSYMGLGETTEXPARAMETERIUIVEXTPROC __rglgen_glGetTexParameterIuivEXT; -extern RGLSYMGLSAMPLERPARAMETERIIVEXTPROC __rglgen_glSamplerParameterIivEXT; -extern RGLSYMGLSAMPLERPARAMETERIUIVEXTPROC __rglgen_glSamplerParameterIuivEXT; -extern RGLSYMGLGETSAMPLERPARAMETERIIVEXTPROC __rglgen_glGetSamplerParameterIivEXT; -extern RGLSYMGLGETSAMPLERPARAMETERIUIVEXTPROC __rglgen_glGetSamplerParameterIuivEXT; -extern RGLSYMGLTEXBUFFEREXTPROC __rglgen_glTexBufferEXT; -extern RGLSYMGLTEXBUFFERRANGEEXTPROC __rglgen_glTexBufferRangeEXT; -extern RGLSYMGLTEXSTORAGE1DEXTPROC __rglgen_glTexStorage1DEXT; -extern RGLSYMGLTEXSTORAGE2DEXTPROC __rglgen_glTexStorage2DEXT; -extern RGLSYMGLTEXSTORAGE3DEXTPROC __rglgen_glTexStorage3DEXT; -extern RGLSYMGLTEXTURESTORAGE1DEXTPROC __rglgen_glTextureStorage1DEXT; -extern RGLSYMGLTEXTURESTORAGE2DEXTPROC __rglgen_glTextureStorage2DEXT; -extern RGLSYMGLTEXTURESTORAGE3DEXTPROC __rglgen_glTextureStorage3DEXT; -extern RGLSYMGLTEXTUREVIEWEXTPROC __rglgen_glTextureViewEXT; -extern RGLSYMGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC __rglgen_glFramebufferTextureMultiviewOVR; -extern RGLSYMGLFRAMEBUFFERTEXTUREMULTISAMPLEMULTIVIEWOVRPROC __rglgen_glFramebufferTextureMultisampleMultiviewOVR; - -struct rglgen_sym_map { const char *sym; void *ptr; }; -extern const struct rglgen_sym_map rglgen_symbol_map[]; -#ifdef __cplusplus -} -#endif -#endif diff --git a/Cores/Flycast/cmake/include/glsm/glsym_gl.h b/Cores/Flycast/cmake/include/glsm/glsym_gl.h deleted file mode 100644 index 1934287f2a..0000000000 --- a/Cores/Flycast/cmake/include/glsm/glsym_gl.h +++ /dev/null @@ -1,3140 +0,0 @@ -/* Copyright (C) 2010-2018 The RetroArch team - * - * --------------------------------------------------------------------------------------- - * The following license statement only applies to this libretro SDK code part (glsym). - * --------------------------------------------------------------------------------------- - * - * Permission is hereby granted, free of charge, - * to any person obtaining a copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation the rights to - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, - * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef RGLGEN_DECL_H__ -#define RGLGEN_DECL_H__ -#ifdef __cplusplus -extern "C" { -#endif -#ifdef GL_APIENTRY -typedef void (GL_APIENTRY *RGLGENGLDEBUGPROC)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -typedef void (GL_APIENTRY *RGLGENGLDEBUGPROCKHR)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -#else -#ifndef APIENTRY -#define APIENTRY -#endif -#ifndef APIENTRYP -#define APIENTRYP APIENTRY * -#endif -typedef void (APIENTRY *RGLGENGLDEBUGPROCARB)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -typedef void (APIENTRY *RGLGENGLDEBUGPROC)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*); -#endif -#ifndef GL_OES_EGL_image -typedef void *GLeglImageOES; -#endif -#if !defined(GL_OES_fixed_point) && !defined(HAVE_OPENGLES2) -typedef GLint GLfixed; -#endif -#if defined(__MACH__) && !defined(OS_TARGET_IPHONE) && !defined(MAC_OS_X_VERSION_10_7) -typedef long long int GLint64; -typedef unsigned long long int GLuint64; -typedef unsigned long long int GLuint64EXT; -typedef struct __GLsync *GLsync; -#endif -typedef void (APIENTRYP RGLSYMGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); -typedef void (APIENTRYP RGLSYMGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); -typedef void (APIENTRYP RGLSYMGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels); -typedef void (APIENTRYP RGLSYMGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); -typedef void (APIENTRYP RGLSYMGLACTIVETEXTUREPROC) (GLenum texture); -typedef void (APIENTRYP RGLSYMGLSAMPLECOVERAGEPROC) (GLfloat value, GLboolean invert); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXIMAGE1DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLGETCOMPRESSEDTEXIMAGEPROC) (GLenum target, GLint level, void *img); -typedef void (APIENTRYP RGLSYMGLCLIENTACTIVETEXTUREPROC) (GLenum texture); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1DPROC) (GLenum target, GLdouble s); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1DVPROC) (GLenum target, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1FPROC) (GLenum target, GLfloat s); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1FVPROC) (GLenum target, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1IPROC) (GLenum target, GLint s); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1IVPROC) (GLenum target, const GLint *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1SPROC) (GLenum target, GLshort s); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1SVPROC) (GLenum target, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2DPROC) (GLenum target, GLdouble s, GLdouble t); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2DVPROC) (GLenum target, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2FVPROC) (GLenum target, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2IPROC) (GLenum target, GLint s, GLint t); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2IVPROC) (GLenum target, const GLint *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2SPROC) (GLenum target, GLshort s, GLshort t); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2SVPROC) (GLenum target, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3DPROC) (GLenum target, GLdouble s, GLdouble t, GLdouble r); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3DVPROC) (GLenum target, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3FPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3FVPROC) (GLenum target, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3IPROC) (GLenum target, GLint s, GLint t, GLint r); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3IVPROC) (GLenum target, const GLint *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3SPROC) (GLenum target, GLshort s, GLshort t, GLshort r); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3SVPROC) (GLenum target, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4DPROC) (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4DVPROC) (GLenum target, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4FPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4FVPROC) (GLenum target, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4IPROC) (GLenum target, GLint s, GLint t, GLint r, GLint q); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4IVPROC) (GLenum target, const GLint *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4SPROC) (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4SVPROC) (GLenum target, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLLOADTRANSPOSEMATRIXFPROC) (const GLfloat *m); -typedef void (APIENTRYP RGLSYMGLLOADTRANSPOSEMATRIXDPROC) (const GLdouble *m); -typedef void (APIENTRYP RGLSYMGLMULTTRANSPOSEMATRIXFPROC) (const GLfloat *m); -typedef void (APIENTRYP RGLSYMGLMULTTRANSPOSEMATRIXDPROC) (const GLdouble *m); -typedef void (APIENTRYP RGLSYMGLBLENDFUNCSEPARATEPROC) (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); -typedef void (APIENTRYP RGLSYMGLMULTIDRAWARRAYSPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount); -typedef void (APIENTRYP RGLSYMGLMULTIDRAWELEMENTSPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei drawcount); -typedef void (APIENTRYP RGLSYMGLPOINTPARAMETERFPROC) (GLenum pname, GLfloat param); -typedef void (APIENTRYP RGLSYMGLPOINTPARAMETERFVPROC) (GLenum pname, const GLfloat *params); -typedef void (APIENTRYP RGLSYMGLPOINTPARAMETERIPROC) (GLenum pname, GLint param); -typedef void (APIENTRYP RGLSYMGLPOINTPARAMETERIVPROC) (GLenum pname, const GLint *params); -typedef void (APIENTRYP RGLSYMGLFOGCOORDFPROC) (GLfloat coord); -typedef void (APIENTRYP RGLSYMGLFOGCOORDFVPROC) (const GLfloat *coord); -typedef void (APIENTRYP RGLSYMGLFOGCOORDDPROC) (GLdouble coord); -typedef void (APIENTRYP RGLSYMGLFOGCOORDDVPROC) (const GLdouble *coord); -typedef void (APIENTRYP RGLSYMGLFOGCOORDPOINTERPROC) (GLenum type, GLsizei stride, const void *pointer); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3BPROC) (GLbyte red, GLbyte green, GLbyte blue); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3BVPROC) (const GLbyte *v); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3DPROC) (GLdouble red, GLdouble green, GLdouble blue); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3DVPROC) (const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3FPROC) (GLfloat red, GLfloat green, GLfloat blue); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3FVPROC) (const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3IPROC) (GLint red, GLint green, GLint blue); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3IVPROC) (const GLint *v); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3SPROC) (GLshort red, GLshort green, GLshort blue); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3SVPROC) (const GLshort *v); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3UBPROC) (GLubyte red, GLubyte green, GLubyte blue); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3UBVPROC) (const GLubyte *v); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3UIPROC) (GLuint red, GLuint green, GLuint blue); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3UIVPROC) (const GLuint *v); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3USPROC) (GLushort red, GLushort green, GLushort blue); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLOR3USVPROC) (const GLushort *v); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLORPOINTERPROC) (GLint size, GLenum type, GLsizei stride, const void *pointer); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2DPROC) (GLdouble x, GLdouble y); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2DVPROC) (const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2FPROC) (GLfloat x, GLfloat y); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2FVPROC) (const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2IPROC) (GLint x, GLint y); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2IVPROC) (const GLint *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2SPROC) (GLshort x, GLshort y); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2SVPROC) (const GLshort *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3DPROC) (GLdouble x, GLdouble y, GLdouble z); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3DVPROC) (const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3FPROC) (GLfloat x, GLfloat y, GLfloat z); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3FVPROC) (const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3IPROC) (GLint x, GLint y, GLint z); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3IVPROC) (const GLint *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3SPROC) (GLshort x, GLshort y, GLshort z); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3SVPROC) (const GLshort *v); -typedef void (APIENTRYP RGLSYMGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); -typedef void (APIENTRYP RGLSYMGLBLENDEQUATIONPROC) (GLenum mode); -typedef void (APIENTRYP RGLSYMGLGENQUERIESPROC) (GLsizei n, GLuint *ids); -typedef void (APIENTRYP RGLSYMGLDELETEQUERIESPROC) (GLsizei n, const GLuint *ids); -typedef GLboolean (APIENTRYP RGLSYMGLISQUERYPROC) (GLuint id); -typedef void (APIENTRYP RGLSYMGLBEGINQUERYPROC) (GLenum target, GLuint id); -typedef void (APIENTRYP RGLSYMGLENDQUERYPROC) (GLenum target); -typedef void (APIENTRYP RGLSYMGLGETQUERYIVPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETQUERYOBJECTIVPROC) (GLuint id, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETQUERYOBJECTUIVPROC) (GLuint id, GLenum pname, GLuint *params); -typedef void (APIENTRYP RGLSYMGLBINDBUFFERPROC) (GLenum target, GLuint buffer); -typedef void (APIENTRYP RGLSYMGLDELETEBUFFERSPROC) (GLsizei n, const GLuint *buffers); -typedef void (APIENTRYP RGLSYMGLGENBUFFERSPROC) (GLsizei n, GLuint *buffers); -typedef GLboolean (APIENTRYP RGLSYMGLISBUFFERPROC) (GLuint buffer); -typedef void (APIENTRYP RGLSYMGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage); -typedef void (APIENTRYP RGLSYMGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data); -typedef void (APIENTRYP RGLSYMGLGETBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, void *data); -typedef void *(APIENTRYP RGLSYMGLMAPBUFFERPROC) (GLenum target, GLenum access); -typedef GLboolean (APIENTRYP RGLSYMGLUNMAPBUFFERPROC) (GLenum target); -typedef void (APIENTRYP RGLSYMGLGETBUFFERPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETBUFFERPOINTERVPROC) (GLenum target, GLenum pname, void **params); -typedef void (APIENTRYP RGLSYMGLBLENDEQUATIONSEPARATEPROC) (GLenum modeRGB, GLenum modeAlpha); -typedef void (APIENTRYP RGLSYMGLDRAWBUFFERSPROC) (GLsizei n, const GLenum *bufs); -typedef void (APIENTRYP RGLSYMGLSTENCILOPSEPARATEPROC) (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass); -typedef void (APIENTRYP RGLSYMGLSTENCILFUNCSEPARATEPROC) (GLenum face, GLenum func, GLint ref, GLuint mask); -typedef void (APIENTRYP RGLSYMGLSTENCILMASKSEPARATEPROC) (GLenum face, GLuint mask); -typedef void (APIENTRYP RGLSYMGLATTACHSHADERPROC) (GLuint program, GLuint shader); -typedef void (APIENTRYP RGLSYMGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar *name); -typedef void (APIENTRYP RGLSYMGLCOMPILESHADERPROC) (GLuint shader); -typedef GLuint (APIENTRYP RGLSYMGLCREATEPROGRAMPROC) (void); -typedef GLuint (APIENTRYP RGLSYMGLCREATESHADERPROC) (GLenum type); -typedef void (APIENTRYP RGLSYMGLDELETEPROGRAMPROC) (GLuint program); -typedef void (APIENTRYP RGLSYMGLDELETESHADERPROC) (GLuint shader); -typedef void (APIENTRYP RGLSYMGLDETACHSHADERPROC) (GLuint program, GLuint shader); -typedef void (APIENTRYP RGLSYMGLDISABLEVERTEXATTRIBARRAYPROC) (GLuint index); -typedef void (APIENTRYP RGLSYMGLENABLEVERTEXATTRIBARRAYPROC) (GLuint index); -typedef void (APIENTRYP RGLSYMGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name); -typedef void (APIENTRYP RGLSYMGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name); -typedef void (APIENTRYP RGLSYMGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders); -typedef GLint (APIENTRYP RGLSYMGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog); -typedef void (APIENTRYP RGLSYMGLGETSHADERIVPROC) (GLuint shader, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETSHADERINFOLOGPROC) (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog); -typedef void (APIENTRYP RGLSYMGLGETSHADERSOURCEPROC) (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source); -typedef GLint (APIENTRYP RGLSYMGLGETUNIFORMLOCATIONPROC) (GLuint program, const GLchar *name); -typedef void (APIENTRYP RGLSYMGLGETUNIFORMFVPROC) (GLuint program, GLint location, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETUNIFORMIVPROC) (GLuint program, GLint location, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBDVPROC) (GLuint index, GLenum pname, GLdouble *params); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBFVPROC) (GLuint index, GLenum pname, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBIVPROC) (GLuint index, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBPOINTERVPROC) (GLuint index, GLenum pname, void **pointer); -typedef GLboolean (APIENTRYP RGLSYMGLISPROGRAMPROC) (GLuint program); -typedef GLboolean (APIENTRYP RGLSYMGLISSHADERPROC) (GLuint shader); -typedef void (APIENTRYP RGLSYMGLLINKPROGRAMPROC) (GLuint program); -typedef void (APIENTRYP RGLSYMGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length); -typedef void (APIENTRYP RGLSYMGLUSEPROGRAMPROC) (GLuint program); -typedef void (APIENTRYP RGLSYMGLUNIFORM1FPROC) (GLint location, GLfloat v0); -typedef void (APIENTRYP RGLSYMGLUNIFORM2FPROC) (GLint location, GLfloat v0, GLfloat v1); -typedef void (APIENTRYP RGLSYMGLUNIFORM3FPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2); -typedef void (APIENTRYP RGLSYMGLUNIFORM4FPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3); -typedef void (APIENTRYP RGLSYMGLUNIFORM1IPROC) (GLint location, GLint v0); -typedef void (APIENTRYP RGLSYMGLUNIFORM2IPROC) (GLint location, GLint v0, GLint v1); -typedef void (APIENTRYP RGLSYMGLUNIFORM3IPROC) (GLint location, GLint v0, GLint v1, GLint v2); -typedef void (APIENTRYP RGLSYMGLUNIFORM4IPROC) (GLint location, GLint v0, GLint v1, GLint v2, GLint v3); -typedef void (APIENTRYP RGLSYMGLUNIFORM1FVPROC) (GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM2FVPROC) (GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM3FVPROC) (GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM4FVPROC) (GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM1IVPROC) (GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM2IVPROC) (GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM3IVPROC) (GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM4IVPROC) (GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLVALIDATEPROGRAMPROC) (GLuint program); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1DPROC) (GLuint index, GLdouble x); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1DVPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1FPROC) (GLuint index, GLfloat x); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1FVPROC) (GLuint index, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1SPROC) (GLuint index, GLshort x); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1SVPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2DPROC) (GLuint index, GLdouble x, GLdouble y); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2DVPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2FPROC) (GLuint index, GLfloat x, GLfloat y); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2FVPROC) (GLuint index, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2SPROC) (GLuint index, GLshort x, GLshort y); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2SVPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3DPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3DVPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3FVPROC) (GLuint index, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3SPROC) (GLuint index, GLshort x, GLshort y, GLshort z); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3SVPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NBVPROC) (GLuint index, const GLbyte *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NIVPROC) (GLuint index, const GLint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NSVPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NUBPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NUBVPROC) (GLuint index, const GLubyte *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NUIVPROC) (GLuint index, const GLuint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4BVPROC) (GLuint index, const GLbyte *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4DPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4DVPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4FVPROC) (GLuint index, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4IVPROC) (GLuint index, const GLint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4SPROC) (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4SVPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4UBVPROC) (GLuint index, const GLubyte *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4UIVPROC) (GLuint index, const GLuint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX2X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX3X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX2X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX4X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX3X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX4X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLCOLORMASKIPROC) (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a); -typedef void (APIENTRYP RGLSYMGLGETBOOLEANI_VPROC) (GLenum target, GLuint index, GLboolean *data); -typedef void (APIENTRYP RGLSYMGLGETINTEGERI_VPROC) (GLenum target, GLuint index, GLint *data); -typedef void (APIENTRYP RGLSYMGLENABLEIPROC) (GLenum target, GLuint index); -typedef void (APIENTRYP RGLSYMGLDISABLEIPROC) (GLenum target, GLuint index); -typedef GLboolean (APIENTRYP RGLSYMGLISENABLEDIPROC) (GLenum target, GLuint index); -typedef void (APIENTRYP RGLSYMGLBEGINTRANSFORMFEEDBACKPROC) (GLenum primitiveMode); -typedef void (APIENTRYP RGLSYMGLENDTRANSFORMFEEDBACKPROC) (void); -typedef void (APIENTRYP RGLSYMGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); -typedef void (APIENTRYP RGLSYMGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer); -typedef void (APIENTRYP RGLSYMGLTRANSFORMFEEDBACKVARYINGSPROC) (GLuint program, GLsizei count, const GLchar *const*varyings, GLenum bufferMode); -typedef void (APIENTRYP RGLSYMGLGETTRANSFORMFEEDBACKVARYINGPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name); -typedef void (APIENTRYP RGLSYMGLCLAMPCOLORPROC) (GLenum target, GLenum clamp); -typedef void (APIENTRYP RGLSYMGLBEGINCONDITIONALRENDERPROC) (GLuint id, GLenum mode); -typedef void (APIENTRYP RGLSYMGLENDCONDITIONALRENDERPROC) (void); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBIPOINTERPROC) (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBIIVPROC) (GLuint index, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBIUIVPROC) (GLuint index, GLenum pname, GLuint *params); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI1IPROC) (GLuint index, GLint x); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI2IPROC) (GLuint index, GLint x, GLint y); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI3IPROC) (GLuint index, GLint x, GLint y, GLint z); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI4IPROC) (GLuint index, GLint x, GLint y, GLint z, GLint w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI1UIPROC) (GLuint index, GLuint x); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI2UIPROC) (GLuint index, GLuint x, GLuint y); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI3UIPROC) (GLuint index, GLuint x, GLuint y, GLuint z); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI4UIPROC) (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI1IVPROC) (GLuint index, const GLint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI2IVPROC) (GLuint index, const GLint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI3IVPROC) (GLuint index, const GLint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI4IVPROC) (GLuint index, const GLint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI1UIVPROC) (GLuint index, const GLuint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI2UIVPROC) (GLuint index, const GLuint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI3UIVPROC) (GLuint index, const GLuint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI4UIVPROC) (GLuint index, const GLuint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI4BVPROC) (GLuint index, const GLbyte *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI4SVPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI4UBVPROC) (GLuint index, const GLubyte *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v); -typedef void (APIENTRYP RGLSYMGLGETUNIFORMUIVPROC) (GLuint program, GLint location, GLuint *params); -typedef void (APIENTRYP RGLSYMGLBINDFRAGDATALOCATIONPROC) (GLuint program, GLuint color, const GLchar *name); -typedef GLint (APIENTRYP RGLSYMGLGETFRAGDATALOCATIONPROC) (GLuint program, const GLchar *name); -typedef void (APIENTRYP RGLSYMGLUNIFORM1UIPROC) (GLint location, GLuint v0); -typedef void (APIENTRYP RGLSYMGLUNIFORM2UIPROC) (GLint location, GLuint v0, GLuint v1); -typedef void (APIENTRYP RGLSYMGLUNIFORM3UIPROC) (GLint location, GLuint v0, GLuint v1, GLuint v2); -typedef void (APIENTRYP RGLSYMGLUNIFORM4UIPROC) (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3); -typedef void (APIENTRYP RGLSYMGLUNIFORM1UIVPROC) (GLint location, GLsizei count, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM2UIVPROC) (GLint location, GLsizei count, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM3UIVPROC) (GLint location, GLsizei count, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM4UIVPROC) (GLint location, GLsizei count, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLTEXPARAMETERIIVPROC) (GLenum target, GLenum pname, const GLint *params); -typedef void (APIENTRYP RGLSYMGLTEXPARAMETERIUIVPROC) (GLenum target, GLenum pname, const GLuint *params); -typedef void (APIENTRYP RGLSYMGLGETTEXPARAMETERIIVPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETTEXPARAMETERIUIVPROC) (GLenum target, GLenum pname, GLuint *params); -typedef void (APIENTRYP RGLSYMGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value); -typedef void (APIENTRYP RGLSYMGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil); -typedef const GLubyte *(APIENTRYP RGLSYMGLGETSTRINGIPROC) (GLenum name, GLuint index); -typedef GLboolean (APIENTRYP RGLSYMGLISRENDERBUFFERPROC) (GLuint renderbuffer); -typedef void (APIENTRYP RGLSYMGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer); -typedef void (APIENTRYP RGLSYMGLDELETERENDERBUFFERSPROC) (GLsizei n, const GLuint *renderbuffers); -typedef void (APIENTRYP RGLSYMGLGENRENDERBUFFERSPROC) (GLsizei n, GLuint *renderbuffers); -typedef void (APIENTRYP RGLSYMGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height); -typedef void (APIENTRYP RGLSYMGLGETRENDERBUFFERPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params); -typedef GLboolean (APIENTRYP RGLSYMGLISFRAMEBUFFERPROC) (GLuint framebuffer); -typedef void (APIENTRYP RGLSYMGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer); -typedef void (APIENTRYP RGLSYMGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers); -typedef void (APIENTRYP RGLSYMGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); -typedef GLenum (APIENTRYP RGLSYMGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target); -typedef void (APIENTRYP RGLSYMGLFRAMEBUFFERTEXTURE1DPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); -typedef void (APIENTRYP RGLSYMGLFRAMEBUFFERTEXTURE2DPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); -typedef void (APIENTRYP RGLSYMGLFRAMEBUFFERTEXTURE3DPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); -typedef void (APIENTRYP RGLSYMGLFRAMEBUFFERRENDERBUFFERPROC) (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); -typedef void (APIENTRYP RGLSYMGLGETFRAMEBUFFERATTACHMENTPARAMETERIVPROC) (GLenum target, GLenum attachment, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGENERATEMIPMAPPROC) (GLenum target); -typedef void (APIENTRYP RGLSYMGLBLITFRAMEBUFFERPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); -typedef void (APIENTRYP RGLSYMGLRENDERBUFFERSTORAGEMULTISAMPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); -typedef void (APIENTRYP RGLSYMGLFRAMEBUFFERTEXTURELAYERPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer); -typedef void *(APIENTRYP RGLSYMGLMAPBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access); -typedef void (APIENTRYP RGLSYMGLFLUSHMAPPEDBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length); -typedef void (APIENTRYP RGLSYMGLBINDVERTEXARRAYPROC) (GLuint array); -typedef void (APIENTRYP RGLSYMGLDELETEVERTEXARRAYSPROC) (GLsizei n, const GLuint *arrays); -typedef void (APIENTRYP RGLSYMGLGENVERTEXARRAYSPROC) (GLsizei n, GLuint *arrays); -typedef GLboolean (APIENTRYP RGLSYMGLISVERTEXARRAYPROC) (GLuint array); -typedef void (APIENTRYP RGLSYMGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount); -typedef void (APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount); -typedef void (APIENTRYP RGLSYMGLTEXBUFFERPROC) (GLenum target, GLenum internalformat, GLuint buffer); -typedef void (APIENTRYP RGLSYMGLPRIMITIVERESTARTINDEXPROC) (GLuint index); -typedef void (APIENTRYP RGLSYMGLCOPYBUFFERSUBDATAPROC) (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); -typedef void (APIENTRYP RGLSYMGLGETUNIFORMINDICESPROC) (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices); -typedef void (APIENTRYP RGLSYMGLGETACTIVEUNIFORMSIVPROC) (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); -typedef GLuint (APIENTRYP RGLSYMGLGETUNIFORMBLOCKINDEXPROC) (GLuint program, const GLchar *uniformBlockName); -typedef void (APIENTRYP RGLSYMGLGETACTIVEUNIFORMBLOCKIVPROC) (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETACTIVEUNIFORMBLOCKNAMEPROC) (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName); -typedef void (APIENTRYP RGLSYMGLUNIFORMBLOCKBINDINGPROC) (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding); -typedef void (APIENTRYP RGLSYMGLDRAWELEMENTSBASEVERTEXPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (APIENTRYP RGLSYMGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex); -typedef void (APIENTRYP RGLSYMGLMULTIDRAWELEMENTSBASEVERTEXPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei drawcount, const GLint *basevertex); -typedef void (APIENTRYP RGLSYMGLPROVOKINGVERTEXPROC) (GLenum mode); -typedef GLsync (APIENTRYP RGLSYMGLFENCESYNCPROC) (GLenum condition, GLbitfield flags); -typedef GLboolean (APIENTRYP RGLSYMGLISSYNCPROC) (GLsync sync); -typedef void (APIENTRYP RGLSYMGLDELETESYNCPROC) (GLsync sync); -typedef GLenum (APIENTRYP RGLSYMGLCLIENTWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout); -typedef void (APIENTRYP RGLSYMGLWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout); -typedef void (APIENTRYP RGLSYMGLGETINTEGER64VPROC) (GLenum pname, GLint64 *data); -typedef void (APIENTRYP RGLSYMGLGETSYNCIVPROC) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values); -typedef void (APIENTRYP RGLSYMGLGETINTEGER64I_VPROC) (GLenum target, GLuint index, GLint64 *data); -typedef void (APIENTRYP RGLSYMGLGETBUFFERPARAMETERI64VPROC) (GLenum target, GLenum pname, GLint64 *params); -typedef void (APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level); -typedef void (APIENTRYP RGLSYMGLTEXIMAGE2DMULTISAMPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); -typedef void (APIENTRYP RGLSYMGLTEXIMAGE3DMULTISAMPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); -typedef void (APIENTRYP RGLSYMGLGETMULTISAMPLEFVPROC) (GLenum pname, GLuint index, GLfloat *val); -typedef void (APIENTRYP RGLSYMGLSAMPLEMASKIPROC) (GLuint index, GLbitfield mask); -typedef void (APIENTRYP RGLSYMGLBINDFRAGDATALOCATIONINDEXEDPROC) (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name); -typedef GLint (APIENTRYP RGLSYMGLGETFRAGDATAINDEXPROC) (GLuint program, const GLchar *name); -typedef void (APIENTRYP RGLSYMGLGENSAMPLERSPROC) (GLsizei count, GLuint *samplers); -typedef void (APIENTRYP RGLSYMGLDELETESAMPLERSPROC) (GLsizei count, const GLuint *samplers); -typedef GLboolean (APIENTRYP RGLSYMGLISSAMPLERPROC) (GLuint sampler); -typedef void (APIENTRYP RGLSYMGLBINDSAMPLERPROC) (GLuint unit, GLuint sampler); -typedef void (APIENTRYP RGLSYMGLSAMPLERPARAMETERIPROC) (GLuint sampler, GLenum pname, GLint param); -typedef void (APIENTRYP RGLSYMGLSAMPLERPARAMETERIVPROC) (GLuint sampler, GLenum pname, const GLint *param); -typedef void (APIENTRYP RGLSYMGLSAMPLERPARAMETERFPROC) (GLuint sampler, GLenum pname, GLfloat param); -typedef void (APIENTRYP RGLSYMGLSAMPLERPARAMETERFVPROC) (GLuint sampler, GLenum pname, const GLfloat *param); -typedef void (APIENTRYP RGLSYMGLSAMPLERPARAMETERIIVPROC) (GLuint sampler, GLenum pname, const GLint *param); -typedef void (APIENTRYP RGLSYMGLSAMPLERPARAMETERIUIVPROC) (GLuint sampler, GLenum pname, const GLuint *param); -typedef void (APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIVPROC) (GLuint sampler, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIIVPROC) (GLuint sampler, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETSAMPLERPARAMETERFVPROC) (GLuint sampler, GLenum pname, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETSAMPLERPARAMETERIUIVPROC) (GLuint sampler, GLenum pname, GLuint *params); -typedef void (APIENTRYP RGLSYMGLQUERYCOUNTERPROC) (GLuint id, GLenum target); -typedef void (APIENTRYP RGLSYMGLGETQUERYOBJECTI64VPROC) (GLuint id, GLenum pname, GLint64 *params); -typedef void (APIENTRYP RGLSYMGLGETQUERYOBJECTUI64VPROC) (GLuint id, GLenum pname, GLuint64 *params); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBDIVISORPROC) (GLuint index, GLuint divisor); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBP1UIPROC) (GLuint index, GLenum type, GLboolean normalized, GLuint value); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBP1UIVPROC) (GLuint index, GLenum type, GLboolean normalized, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBP2UIPROC) (GLuint index, GLenum type, GLboolean normalized, GLuint value); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBP2UIVPROC) (GLuint index, GLenum type, GLboolean normalized, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBP3UIPROC) (GLuint index, GLenum type, GLboolean normalized, GLuint value); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBP3UIVPROC) (GLuint index, GLenum type, GLboolean normalized, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBP4UIPROC) (GLuint index, GLenum type, GLboolean normalized, GLuint value); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBP4UIVPROC) (GLuint index, GLenum type, GLboolean normalized, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLVERTEXP2UIPROC) (GLenum type, GLuint value); -typedef void (APIENTRYP RGLSYMGLVERTEXP2UIVPROC) (GLenum type, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLVERTEXP3UIPROC) (GLenum type, GLuint value); -typedef void (APIENTRYP RGLSYMGLVERTEXP3UIVPROC) (GLenum type, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLVERTEXP4UIPROC) (GLenum type, GLuint value); -typedef void (APIENTRYP RGLSYMGLVERTEXP4UIVPROC) (GLenum type, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLTEXCOORDP1UIPROC) (GLenum type, GLuint coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORDP1UIVPROC) (GLenum type, const GLuint *coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORDP2UIPROC) (GLenum type, GLuint coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORDP2UIVPROC) (GLenum type, const GLuint *coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORDP3UIPROC) (GLenum type, GLuint coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORDP3UIVPROC) (GLenum type, const GLuint *coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORDP4UIPROC) (GLenum type, GLuint coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORDP4UIVPROC) (GLenum type, const GLuint *coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORDP1UIPROC) (GLenum texture, GLenum type, GLuint coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORDP1UIVPROC) (GLenum texture, GLenum type, const GLuint *coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORDP2UIPROC) (GLenum texture, GLenum type, GLuint coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORDP2UIVPROC) (GLenum texture, GLenum type, const GLuint *coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORDP3UIPROC) (GLenum texture, GLenum type, GLuint coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORDP3UIVPROC) (GLenum texture, GLenum type, const GLuint *coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORDP4UIPROC) (GLenum texture, GLenum type, GLuint coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORDP4UIVPROC) (GLenum texture, GLenum type, const GLuint *coords); -typedef void (APIENTRYP RGLSYMGLNORMALP3UIPROC) (GLenum type, GLuint coords); -typedef void (APIENTRYP RGLSYMGLNORMALP3UIVPROC) (GLenum type, const GLuint *coords); -typedef void (APIENTRYP RGLSYMGLCOLORP3UIPROC) (GLenum type, GLuint color); -typedef void (APIENTRYP RGLSYMGLCOLORP3UIVPROC) (GLenum type, const GLuint *color); -typedef void (APIENTRYP RGLSYMGLCOLORP4UIPROC) (GLenum type, GLuint color); -typedef void (APIENTRYP RGLSYMGLCOLORP4UIVPROC) (GLenum type, const GLuint *color); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLORP3UIPROC) (GLenum type, GLuint color); -typedef void (APIENTRYP RGLSYMGLSECONDARYCOLORP3UIVPROC) (GLenum type, const GLuint *color); -typedef void (APIENTRYP RGLSYMGLMINSAMPLESHADINGPROC) (GLfloat value); -typedef void (APIENTRYP RGLSYMGLBLENDEQUATIONIPROC) (GLuint buf, GLenum mode); -typedef void (APIENTRYP RGLSYMGLBLENDEQUATIONSEPARATEIPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha); -typedef void (APIENTRYP RGLSYMGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst); -typedef void (APIENTRYP RGLSYMGLBLENDFUNCSEPARATEIPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); -typedef void (APIENTRYP RGLSYMGLDRAWARRAYSINDIRECTPROC) (GLenum mode, const void *indirect); -typedef void (APIENTRYP RGLSYMGLDRAWELEMENTSINDIRECTPROC) (GLenum mode, GLenum type, const void *indirect); -typedef void (APIENTRYP RGLSYMGLUNIFORM1DPROC) (GLint location, GLdouble x); -typedef void (APIENTRYP RGLSYMGLUNIFORM2DPROC) (GLint location, GLdouble x, GLdouble y); -typedef void (APIENTRYP RGLSYMGLUNIFORM3DPROC) (GLint location, GLdouble x, GLdouble y, GLdouble z); -typedef void (APIENTRYP RGLSYMGLUNIFORM4DPROC) (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w); -typedef void (APIENTRYP RGLSYMGLUNIFORM1DVPROC) (GLint location, GLsizei count, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM2DVPROC) (GLint location, GLsizei count, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM3DVPROC) (GLint location, GLsizei count, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM4DVPROC) (GLint location, GLsizei count, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX2DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX3DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX4DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX2X3DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX2X4DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX3X2DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX3X4DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX4X2DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX4X3DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLGETUNIFORMDVPROC) (GLuint program, GLint location, GLdouble *params); -typedef GLint (APIENTRYP RGLSYMGLGETSUBROUTINEUNIFORMLOCATIONPROC) (GLuint program, GLenum shadertype, const GLchar *name); -typedef GLuint (APIENTRYP RGLSYMGLGETSUBROUTINEINDEXPROC) (GLuint program, GLenum shadertype, const GLchar *name); -typedef void (APIENTRYP RGLSYMGLGETACTIVESUBROUTINEUNIFORMIVPROC) (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values); -typedef void (APIENTRYP RGLSYMGLGETACTIVESUBROUTINEUNIFORMNAMEPROC) (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name); -typedef void (APIENTRYP RGLSYMGLGETACTIVESUBROUTINENAMEPROC) (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name); -typedef void (APIENTRYP RGLSYMGLUNIFORMSUBROUTINESUIVPROC) (GLenum shadertype, GLsizei count, const GLuint *indices); -typedef void (APIENTRYP RGLSYMGLGETUNIFORMSUBROUTINEUIVPROC) (GLenum shadertype, GLint location, GLuint *params); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMSTAGEIVPROC) (GLuint program, GLenum shadertype, GLenum pname, GLint *values); -typedef void (APIENTRYP RGLSYMGLPATCHPARAMETERIPROC) (GLenum pname, GLint value); -typedef void (APIENTRYP RGLSYMGLPATCHPARAMETERFVPROC) (GLenum pname, const GLfloat *values); -typedef void (APIENTRYP RGLSYMGLBINDTRANSFORMFEEDBACKPROC) (GLenum target, GLuint id); -typedef void (APIENTRYP RGLSYMGLDELETETRANSFORMFEEDBACKSPROC) (GLsizei n, const GLuint *ids); -typedef void (APIENTRYP RGLSYMGLGENTRANSFORMFEEDBACKSPROC) (GLsizei n, GLuint *ids); -typedef GLboolean (APIENTRYP RGLSYMGLISTRANSFORMFEEDBACKPROC) (GLuint id); -typedef void (APIENTRYP RGLSYMGLPAUSETRANSFORMFEEDBACKPROC) (void); -typedef void (APIENTRYP RGLSYMGLRESUMETRANSFORMFEEDBACKPROC) (void); -typedef void (APIENTRYP RGLSYMGLDRAWTRANSFORMFEEDBACKPROC) (GLenum mode, GLuint id); -typedef void (APIENTRYP RGLSYMGLDRAWTRANSFORMFEEDBACKSTREAMPROC) (GLenum mode, GLuint id, GLuint stream); -typedef void (APIENTRYP RGLSYMGLBEGINQUERYINDEXEDPROC) (GLenum target, GLuint index, GLuint id); -typedef void (APIENTRYP RGLSYMGLENDQUERYINDEXEDPROC) (GLenum target, GLuint index); -typedef void (APIENTRYP RGLSYMGLGETQUERYINDEXEDIVPROC) (GLenum target, GLuint index, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLRELEASESHADERCOMPILERPROC) (void); -typedef void (APIENTRYP RGLSYMGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length); -typedef void (APIENTRYP RGLSYMGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision); -typedef void (APIENTRYP RGLSYMGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f); -typedef void (APIENTRYP RGLSYMGLCLEARDEPTHFPROC) (GLfloat d); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMBINARYPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary); -typedef void (APIENTRYP RGLSYMGLPROGRAMBINARYPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length); -typedef void (APIENTRYP RGLSYMGLPROGRAMPARAMETERIPROC) (GLuint program, GLenum pname, GLint value); -typedef void (APIENTRYP RGLSYMGLUSEPROGRAMSTAGESPROC) (GLuint pipeline, GLbitfield stages, GLuint program); -typedef void (APIENTRYP RGLSYMGLACTIVESHADERPROGRAMPROC) (GLuint pipeline, GLuint program); -typedef GLuint (APIENTRYP RGLSYMGLCREATESHADERPROGRAMVPROC) (GLenum type, GLsizei count, const GLchar *const*strings); -typedef void (APIENTRYP RGLSYMGLBINDPROGRAMPIPELINEPROC) (GLuint pipeline); -typedef void (APIENTRYP RGLSYMGLDELETEPROGRAMPIPELINESPROC) (GLsizei n, const GLuint *pipelines); -typedef void (APIENTRYP RGLSYMGLGENPROGRAMPIPELINESPROC) (GLsizei n, GLuint *pipelines); -typedef GLboolean (APIENTRYP RGLSYMGLISPROGRAMPIPELINEPROC) (GLuint pipeline); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMPIPELINEIVPROC) (GLuint pipeline, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM1IPROC) (GLuint program, GLint location, GLint v0); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM1IVPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM1FPROC) (GLuint program, GLint location, GLfloat v0); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM1FVPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM1DPROC) (GLuint program, GLint location, GLdouble v0); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM1DVPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM1UIVPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM2IPROC) (GLuint program, GLint location, GLint v0, GLint v1); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM2IVPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM2FPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM2FVPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM2DPROC) (GLuint program, GLint location, GLdouble v0, GLdouble v1); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM2DVPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM2UIPROC) (GLuint program, GLint location, GLuint v0, GLuint v1); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM2UIVPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM3IPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM3IVPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM3FPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM3FVPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM3DPROC) (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM3DVPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM3UIPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM3UIVPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM4IPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM4IVPROC) (GLuint program, GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM4FPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM4FVPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM4DPROC) (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM4DVPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM4UIPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORM4UIVPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2X3FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3X2FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2X4FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4X2FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3X4FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4X3FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2X3DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3X2DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX2X4DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4X2DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX3X4DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMMATRIX4X3DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); -typedef void (APIENTRYP RGLSYMGLVALIDATEPROGRAMPIPELINEPROC) (GLuint pipeline); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMPIPELINEINFOLOGPROC) (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBL1DPROC) (GLuint index, GLdouble x); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBL2DPROC) (GLuint index, GLdouble x, GLdouble y); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBL3DPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBL4DPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBL1DVPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBL2DVPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBL3DVPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBL4DVPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBLPOINTERPROC) (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBLDVPROC) (GLuint index, GLenum pname, GLdouble *params); -typedef void (APIENTRYP RGLSYMGLVIEWPORTARRAYVPROC) (GLuint first, GLsizei count, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLVIEWPORTINDEXEDFPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h); -typedef void (APIENTRYP RGLSYMGLVIEWPORTINDEXEDFVPROC) (GLuint index, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLSCISSORARRAYVPROC) (GLuint first, GLsizei count, const GLint *v); -typedef void (APIENTRYP RGLSYMGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); -typedef void (APIENTRYP RGLSYMGLSCISSORINDEXEDVPROC) (GLuint index, const GLint *v); -typedef void (APIENTRYP RGLSYMGLDEPTHRANGEARRAYVPROC) (GLuint first, GLsizei count, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLDEPTHRANGEINDEXEDPROC) (GLuint index, GLdouble n, GLdouble f); -typedef void (APIENTRYP RGLSYMGLGETFLOATI_VPROC) (GLenum target, GLuint index, GLfloat *data); -typedef void (APIENTRYP RGLSYMGLGETDOUBLEI_VPROC) (GLenum target, GLuint index, GLdouble *data); -typedef void (APIENTRYP RGLSYMGLDRAWARRAYSINSTANCEDBASEINSTANCEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance); -typedef void (APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance); -typedef void (APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance); -typedef void (APIENTRYP RGLSYMGLGETINTERNALFORMATIVPROC) (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETACTIVEATOMICCOUNTERBUFFERIVPROC) (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLBINDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format); -typedef void (APIENTRYP RGLSYMGLMEMORYBARRIERPROC) (GLbitfield barriers); -typedef void (APIENTRYP RGLSYMGLTEXSTORAGE1DPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); -typedef void (APIENTRYP RGLSYMGLTEXSTORAGE2DPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); -typedef void (APIENTRYP RGLSYMGLTEXSTORAGE3DPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); -typedef void (APIENTRYP RGLSYMGLDRAWTRANSFORMFEEDBACKINSTANCEDPROC) (GLenum mode, GLuint id, GLsizei instancecount); -typedef void (APIENTRYP RGLSYMGLDRAWTRANSFORMFEEDBACKSTREAMINSTANCEDPROC) (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount); -typedef void (APIENTRYP RGLSYMGLCLEARBUFFERDATAPROC) (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data); -typedef void (APIENTRYP RGLSYMGLCLEARBUFFERSUBDATAPROC) (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data); -typedef void (APIENTRYP RGLSYMGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); -typedef void (APIENTRYP RGLSYMGLDISPATCHCOMPUTEINDIRECTPROC) (GLintptr indirect); -typedef void (APIENTRYP RGLSYMGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); -typedef void (APIENTRYP RGLSYMGLFRAMEBUFFERPARAMETERIPROC) (GLenum target, GLenum pname, GLint param); -typedef void (APIENTRYP RGLSYMGLGETFRAMEBUFFERPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETINTERNALFORMATI64VPROC) (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params); -typedef void (APIENTRYP RGLSYMGLINVALIDATETEXSUBIMAGEPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth); -typedef void (APIENTRYP RGLSYMGLINVALIDATETEXIMAGEPROC) (GLuint texture, GLint level); -typedef void (APIENTRYP RGLSYMGLINVALIDATEBUFFERSUBDATAPROC) (GLuint buffer, GLintptr offset, GLsizeiptr length); -typedef void (APIENTRYP RGLSYMGLINVALIDATEBUFFERDATAPROC) (GLuint buffer); -typedef void (APIENTRYP RGLSYMGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments); -typedef void (APIENTRYP RGLSYMGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height); -typedef void (APIENTRYP RGLSYMGLMULTIDRAWARRAYSINDIRECTPROC) (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride); -typedef void (APIENTRYP RGLSYMGLMULTIDRAWELEMENTSINDIRECTPROC) (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface, GLenum pname, GLint *params); -typedef GLuint (APIENTRYP RGLSYMGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar *name); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params); -typedef GLint (APIENTRYP RGLSYMGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar *name); -typedef GLint (APIENTRYP RGLSYMGLGETPROGRAMRESOURCELOCATIONINDEXPROC) (GLuint program, GLenum programInterface, const GLchar *name); -typedef void (APIENTRYP RGLSYMGLSHADERSTORAGEBLOCKBINDINGPROC) (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding); -typedef void (APIENTRYP RGLSYMGLTEXBUFFERRANGEPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); -typedef void (APIENTRYP RGLSYMGLTEXSTORAGE2DMULTISAMPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); -typedef void (APIENTRYP RGLSYMGLTEXSTORAGE3DMULTISAMPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); -typedef void (APIENTRYP RGLSYMGLTEXTUREVIEWPROC) (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); -typedef void (APIENTRYP RGLSYMGLBINDVERTEXBUFFERPROC) (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBLFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBBINDINGPROC) (GLuint attribindex, GLuint bindingindex); -typedef void (APIENTRYP RGLSYMGLVERTEXBINDINGDIVISORPROC) (GLuint bindingindex, GLuint divisor); -typedef void (APIENTRYP RGLSYMGLDEBUGMESSAGECONTROLPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled); -typedef void (APIENTRYP RGLSYMGLDEBUGMESSAGEINSERTPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf); -typedef void (APIENTRYP RGLSYMGLDEBUGMESSAGECALLBACKPROC) (RGLGENGLDEBUGPROC callback, const void *userParam); -typedef GLuint (APIENTRYP RGLSYMGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); -typedef void (APIENTRYP RGLSYMGLPUSHDEBUGGROUPPROC) (GLenum source, GLuint id, GLsizei length, const GLchar *message); -typedef void (APIENTRYP RGLSYMGLPOPDEBUGGROUPPROC) (void); -typedef void (APIENTRYP RGLSYMGLOBJECTLABELPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label); -typedef void (APIENTRYP RGLSYMGLGETOBJECTLABELPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label); -typedef void (APIENTRYP RGLSYMGLOBJECTPTRLABELPROC) (const void *ptr, GLsizei length, const GLchar *label); -typedef void (APIENTRYP RGLSYMGLGETOBJECTPTRLABELPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label); -typedef void (APIENTRYP RGLSYMGLBUFFERSTORAGEPROC) (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags); -typedef void (APIENTRYP RGLSYMGLCLEARTEXIMAGEPROC) (GLuint texture, GLint level, GLenum format, GLenum type, const void *data); -typedef void (APIENTRYP RGLSYMGLCLEARTEXSUBIMAGEPROC) (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data); -typedef void (APIENTRYP RGLSYMGLBINDBUFFERSBASEPROC) (GLenum target, GLuint first, GLsizei count, const GLuint *buffers); -typedef void (APIENTRYP RGLSYMGLBINDBUFFERSRANGEPROC) (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes); -typedef void (APIENTRYP RGLSYMGLBINDTEXTURESPROC) (GLuint first, GLsizei count, const GLuint *textures); -typedef void (APIENTRYP RGLSYMGLBINDSAMPLERSPROC) (GLuint first, GLsizei count, const GLuint *samplers); -typedef void (APIENTRYP RGLSYMGLBINDIMAGETEXTURESPROC) (GLuint first, GLsizei count, const GLuint *textures); -typedef void (APIENTRYP RGLSYMGLBINDVERTEXBUFFERSPROC) (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides); -typedef GLuint64 (APIENTRYP RGLSYMGLGETTEXTUREHANDLEARBPROC) (GLuint texture); -typedef GLuint64 (APIENTRYP RGLSYMGLGETTEXTURESAMPLERHANDLEARBPROC) (GLuint texture, GLuint sampler); -typedef void (APIENTRYP RGLSYMGLMAKETEXTUREHANDLERESIDENTARBPROC) (GLuint64 handle); -typedef void (APIENTRYP RGLSYMGLMAKETEXTUREHANDLENONRESIDENTARBPROC) (GLuint64 handle); -typedef GLuint64 (APIENTRYP RGLSYMGLGETIMAGEHANDLEARBPROC) (GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format); -typedef void (APIENTRYP RGLSYMGLMAKEIMAGEHANDLERESIDENTARBPROC) (GLuint64 handle, GLenum access); -typedef void (APIENTRYP RGLSYMGLMAKEIMAGEHANDLENONRESIDENTARBPROC) (GLuint64 handle); -typedef void (APIENTRYP RGLSYMGLUNIFORMHANDLEUI64ARBPROC) (GLint location, GLuint64 value); -typedef void (APIENTRYP RGLSYMGLUNIFORMHANDLEUI64VARBPROC) (GLint location, GLsizei count, const GLuint64 *value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMHANDLEUI64ARBPROC) (GLuint program, GLint location, GLuint64 value); -typedef void (APIENTRYP RGLSYMGLPROGRAMUNIFORMHANDLEUI64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLuint64 *values); -typedef GLboolean (APIENTRYP RGLSYMGLISTEXTUREHANDLERESIDENTARBPROC) (GLuint64 handle); -typedef GLboolean (APIENTRYP RGLSYMGLISIMAGEHANDLERESIDENTARBPROC) (GLuint64 handle); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBL1UI64ARBPROC) (GLuint index, GLuint64EXT x); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBL1UI64VARBPROC) (GLuint index, const GLuint64EXT *v); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBLUI64VARBPROC) (GLuint index, GLenum pname, GLuint64EXT *params); -#ifdef __APPLE__ - struct _cl_context; - struct _cl_event; -#endif -typedef GLsync (APIENTRYP RGLSYMGLCREATESYNCFROMCLEVENTARBPROC) (struct _cl_context *context, struct _cl_event *event, GLbitfield flags); -typedef void (APIENTRYP RGLSYMGLCLAMPCOLORARBPROC) (GLenum target, GLenum clamp); -typedef void (APIENTRYP RGLSYMGLDISPATCHCOMPUTEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z); -typedef void (APIENTRYP RGLSYMGLDEBUGMESSAGECONTROLARBPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled); -typedef void (APIENTRYP RGLSYMGLDEBUGMESSAGEINSERTARBPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf); -typedef void (APIENTRYP RGLSYMGLDEBUGMESSAGECALLBACKARBPROC) (RGLGENGLDEBUGPROCARB callback, const void *userParam); -typedef GLuint (APIENTRYP RGLSYMGLGETDEBUGMESSAGELOGARBPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); -typedef void (APIENTRYP RGLSYMGLDRAWBUFFERSARBPROC) (GLsizei n, const GLenum *bufs); -typedef void (APIENTRYP RGLSYMGLBLENDEQUATIONIARBPROC) (GLuint buf, GLenum mode); -typedef void (APIENTRYP RGLSYMGLBLENDEQUATIONSEPARATEIARBPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha); -typedef void (APIENTRYP RGLSYMGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst); -typedef void (APIENTRYP RGLSYMGLBLENDFUNCSEPARATEIARBPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); -typedef void (APIENTRYP RGLSYMGLDRAWARRAYSINSTANCEDARBPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount); -typedef void (APIENTRYP RGLSYMGLDRAWELEMENTSINSTANCEDARBPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount); -typedef void (APIENTRYP RGLSYMGLPROGRAMSTRINGARBPROC) (GLenum target, GLenum format, GLsizei len, const void *string); -typedef void (APIENTRYP RGLSYMGLBINDPROGRAMARBPROC) (GLenum target, GLuint program); -typedef void (APIENTRYP RGLSYMGLDELETEPROGRAMSARBPROC) (GLsizei n, const GLuint *programs); -typedef void (APIENTRYP RGLSYMGLGENPROGRAMSARBPROC) (GLsizei n, GLuint *programs); -typedef void (APIENTRYP RGLSYMGLPROGRAMENVPARAMETER4DARBPROC) (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); -typedef void (APIENTRYP RGLSYMGLPROGRAMENVPARAMETER4DVARBPROC) (GLenum target, GLuint index, const GLdouble *params); -typedef void (APIENTRYP RGLSYMGLPROGRAMENVPARAMETER4FARBPROC) (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); -typedef void (APIENTRYP RGLSYMGLPROGRAMENVPARAMETER4FVARBPROC) (GLenum target, GLuint index, const GLfloat *params); -typedef void (APIENTRYP RGLSYMGLPROGRAMLOCALPARAMETER4DARBPROC) (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); -typedef void (APIENTRYP RGLSYMGLPROGRAMLOCALPARAMETER4DVARBPROC) (GLenum target, GLuint index, const GLdouble *params); -typedef void (APIENTRYP RGLSYMGLPROGRAMLOCALPARAMETER4FARBPROC) (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); -typedef void (APIENTRYP RGLSYMGLPROGRAMLOCALPARAMETER4FVARBPROC) (GLenum target, GLuint index, const GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMENVPARAMETERDVARBPROC) (GLenum target, GLuint index, GLdouble *params); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMENVPARAMETERFVARBPROC) (GLenum target, GLuint index, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMLOCALPARAMETERDVARBPROC) (GLenum target, GLuint index, GLdouble *params); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMLOCALPARAMETERFVARBPROC) (GLenum target, GLuint index, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMIVARBPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETPROGRAMSTRINGARBPROC) (GLenum target, GLenum pname, void *string); -typedef GLboolean (APIENTRYP RGLSYMGLISPROGRAMARBPROC) (GLuint program); -typedef void (APIENTRYP RGLSYMGLPROGRAMPARAMETERIARBPROC) (GLuint program, GLenum pname, GLint value); -typedef void (APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREARBPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level); -typedef void (APIENTRYP RGLSYMGLFRAMEBUFFERTEXTURELAYERARBPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer); -typedef void (APIENTRYP RGLSYMGLFRAMEBUFFERTEXTUREFACEARBPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face); -typedef void (APIENTRYP RGLSYMGLCOLORTABLEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void *table); -typedef void (APIENTRYP RGLSYMGLCOLORTABLEPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params); -typedef void (APIENTRYP RGLSYMGLCOLORTABLEPARAMETERIVPROC) (GLenum target, GLenum pname, const GLint *params); -typedef void (APIENTRYP RGLSYMGLCOPYCOLORTABLEPROC) (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width); -typedef void (APIENTRYP RGLSYMGLGETCOLORTABLEPROC) (GLenum target, GLenum format, GLenum type, void *table); -typedef void (APIENTRYP RGLSYMGLGETCOLORTABLEPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETCOLORTABLEPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLCOLORSUBTABLEPROC) (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data); -typedef void (APIENTRYP RGLSYMGLCOPYCOLORSUBTABLEPROC) (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width); -typedef void (APIENTRYP RGLSYMGLCONVOLUTIONFILTER1DPROC) (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void *image); -typedef void (APIENTRYP RGLSYMGLCONVOLUTIONFILTER2DPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *image); -typedef void (APIENTRYP RGLSYMGLCONVOLUTIONPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat params); -typedef void (APIENTRYP RGLSYMGLCONVOLUTIONPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params); -typedef void (APIENTRYP RGLSYMGLCONVOLUTIONPARAMETERIPROC) (GLenum target, GLenum pname, GLint params); -typedef void (APIENTRYP RGLSYMGLCONVOLUTIONPARAMETERIVPROC) (GLenum target, GLenum pname, const GLint *params); -typedef void (APIENTRYP RGLSYMGLCOPYCONVOLUTIONFILTER1DPROC) (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width); -typedef void (APIENTRYP RGLSYMGLCOPYCONVOLUTIONFILTER2DPROC) (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height); -typedef void (APIENTRYP RGLSYMGLGETCONVOLUTIONFILTERPROC) (GLenum target, GLenum format, GLenum type, void *image); -typedef void (APIENTRYP RGLSYMGLGETCONVOLUTIONPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETCONVOLUTIONPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETSEPARABLEFILTERPROC) (GLenum target, GLenum format, GLenum type, void *row, void *column, void *span); -typedef void (APIENTRYP RGLSYMGLSEPARABLEFILTER2DPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *row, const void *column); -typedef void (APIENTRYP RGLSYMGLGETHISTOGRAMPROC) (GLenum target, GLboolean reset, GLenum format, GLenum type, void *values); -typedef void (APIENTRYP RGLSYMGLGETHISTOGRAMPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETHISTOGRAMPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETMINMAXPROC) (GLenum target, GLboolean reset, GLenum format, GLenum type, void *values); -typedef void (APIENTRYP RGLSYMGLGETMINMAXPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETMINMAXPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLHISTOGRAMPROC) (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink); -typedef void (APIENTRYP RGLSYMGLMINMAXPROC) (GLenum target, GLenum internalformat, GLboolean sink); -typedef void (APIENTRYP RGLSYMGLRESETHISTOGRAMPROC) (GLenum target); -typedef void (APIENTRYP RGLSYMGLRESETMINMAXPROC) (GLenum target); -typedef void (APIENTRYP RGLSYMGLMULTIDRAWARRAYSINDIRECTCOUNTARBPROC) (GLenum mode, GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride); -typedef void (APIENTRYP RGLSYMGLMULTIDRAWELEMENTSINDIRECTCOUNTARBPROC) (GLenum mode, GLenum type, GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBDIVISORARBPROC) (GLuint index, GLuint divisor); -typedef void (APIENTRYP RGLSYMGLCURRENTPALETTEMATRIXARBPROC) (GLint index); -typedef void (APIENTRYP RGLSYMGLMATRIXINDEXUBVARBPROC) (GLint size, const GLubyte *indices); -typedef void (APIENTRYP RGLSYMGLMATRIXINDEXUSVARBPROC) (GLint size, const GLushort *indices); -typedef void (APIENTRYP RGLSYMGLMATRIXINDEXUIVARBPROC) (GLint size, const GLuint *indices); -typedef void (APIENTRYP RGLSYMGLMATRIXINDEXPOINTERARBPROC) (GLint size, GLenum type, GLsizei stride, const void *pointer); -typedef void (APIENTRYP RGLSYMGLSAMPLECOVERAGEARBPROC) (GLfloat value, GLboolean invert); -typedef void (APIENTRYP RGLSYMGLACTIVETEXTUREARBPROC) (GLenum texture); -typedef void (APIENTRYP RGLSYMGLCLIENTACTIVETEXTUREARBPROC) (GLenum texture); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1DARBPROC) (GLenum target, GLdouble s); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1DVARBPROC) (GLenum target, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1FARBPROC) (GLenum target, GLfloat s); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1FVARBPROC) (GLenum target, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1IARBPROC) (GLenum target, GLint s); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1IVARBPROC) (GLenum target, const GLint *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1SARBPROC) (GLenum target, GLshort s); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1SVARBPROC) (GLenum target, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2DARBPROC) (GLenum target, GLdouble s, GLdouble t); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2DVARBPROC) (GLenum target, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2FARBPROC) (GLenum target, GLfloat s, GLfloat t); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2FVARBPROC) (GLenum target, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2IARBPROC) (GLenum target, GLint s, GLint t); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2IVARBPROC) (GLenum target, const GLint *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2SARBPROC) (GLenum target, GLshort s, GLshort t); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2SVARBPROC) (GLenum target, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3DARBPROC) (GLenum target, GLdouble s, GLdouble t, GLdouble r); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3DVARBPROC) (GLenum target, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3FARBPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3FVARBPROC) (GLenum target, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3IARBPROC) (GLenum target, GLint s, GLint t, GLint r); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3IVARBPROC) (GLenum target, const GLint *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3SARBPROC) (GLenum target, GLshort s, GLshort t, GLshort r); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3SVARBPROC) (GLenum target, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4DARBPROC) (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4DVARBPROC) (GLenum target, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4FARBPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4FVARBPROC) (GLenum target, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4IARBPROC) (GLenum target, GLint s, GLint t, GLint r, GLint q); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4IVARBPROC) (GLenum target, const GLint *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4SARBPROC) (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4SVARBPROC) (GLenum target, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLGENQUERIESARBPROC) (GLsizei n, GLuint *ids); -typedef void (APIENTRYP RGLSYMGLDELETEQUERIESARBPROC) (GLsizei n, const GLuint *ids); -typedef GLboolean (APIENTRYP RGLSYMGLISQUERYARBPROC) (GLuint id); -typedef void (APIENTRYP RGLSYMGLBEGINQUERYARBPROC) (GLenum target, GLuint id); -typedef void (APIENTRYP RGLSYMGLENDQUERYARBPROC) (GLenum target); -typedef void (APIENTRYP RGLSYMGLGETQUERYIVARBPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETQUERYOBJECTIVARBPROC) (GLuint id, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETQUERYOBJECTUIVARBPROC) (GLuint id, GLenum pname, GLuint *params); -typedef void (APIENTRYP RGLSYMGLPOINTPARAMETERFARBPROC) (GLenum pname, GLfloat param); -typedef void (APIENTRYP RGLSYMGLPOINTPARAMETERFVARBPROC) (GLenum pname, const GLfloat *params); -typedef GLenum (APIENTRYP RGLSYMGLGETGRAPHICSRESETSTATUSARBPROC) (void); -typedef void (APIENTRYP RGLSYMGLGETNTEXIMAGEARBPROC) (GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *img); -typedef void (APIENTRYP RGLSYMGLREADNPIXELSARBPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); -typedef void (APIENTRYP RGLSYMGLGETNCOMPRESSEDTEXIMAGEARBPROC) (GLenum target, GLint lod, GLsizei bufSize, void *img); -typedef void (APIENTRYP RGLSYMGLGETNUNIFORMFVARBPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETNUNIFORMIVARBPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETNUNIFORMUIVARBPROC) (GLuint program, GLint location, GLsizei bufSize, GLuint *params); -typedef void (APIENTRYP RGLSYMGLGETNUNIFORMDVARBPROC) (GLuint program, GLint location, GLsizei bufSize, GLdouble *params); -typedef void (APIENTRYP RGLSYMGLGETNMAPDVARBPROC) (GLenum target, GLenum query, GLsizei bufSize, GLdouble *v); -typedef void (APIENTRYP RGLSYMGLGETNMAPFVARBPROC) (GLenum target, GLenum query, GLsizei bufSize, GLfloat *v); -typedef void (APIENTRYP RGLSYMGLGETNMAPIVARBPROC) (GLenum target, GLenum query, GLsizei bufSize, GLint *v); -typedef void (APIENTRYP RGLSYMGLGETNPIXELMAPFVARBPROC) (GLenum map, GLsizei bufSize, GLfloat *values); -typedef void (APIENTRYP RGLSYMGLGETNPIXELMAPUIVARBPROC) (GLenum map, GLsizei bufSize, GLuint *values); -typedef void (APIENTRYP RGLSYMGLGETNPIXELMAPUSVARBPROC) (GLenum map, GLsizei bufSize, GLushort *values); -typedef void (APIENTRYP RGLSYMGLGETNPOLYGONSTIPPLEARBPROC) (GLsizei bufSize, GLubyte *pattern); -typedef void (APIENTRYP RGLSYMGLGETNCOLORTABLEARBPROC) (GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table); -typedef void (APIENTRYP RGLSYMGLGETNCONVOLUTIONFILTERARBPROC) (GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *image); -typedef void (APIENTRYP RGLSYMGLGETNSEPARABLEFILTERARBPROC) (GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void *row, GLsizei columnBufSize, void *column, void *span); -typedef void (APIENTRYP RGLSYMGLGETNHISTOGRAMARBPROC) (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values); -typedef void (APIENTRYP RGLSYMGLGETNMINMAXARBPROC) (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values); -typedef void (APIENTRYP RGLSYMGLMINSAMPLESHADINGARBPROC) (GLfloat value); -typedef void (APIENTRYP RGLSYMGLDELETEOBJECTARBPROC) (GLhandleARB obj); -typedef GLhandleARB (APIENTRYP RGLSYMGLGETHANDLEARBPROC) (GLenum pname); -typedef void (APIENTRYP RGLSYMGLDETACHOBJECTARBPROC) (GLhandleARB containerObj, GLhandleARB attachedObj); -typedef GLhandleARB (APIENTRYP RGLSYMGLCREATESHADEROBJECTARBPROC) (GLenum shaderType); -typedef void (APIENTRYP RGLSYMGLSHADERSOURCEARBPROC) (GLhandleARB shaderObj, GLsizei count, const GLcharARB **string, const GLint *length); -typedef void (APIENTRYP RGLSYMGLCOMPILESHADERARBPROC) (GLhandleARB shaderObj); -typedef GLhandleARB (APIENTRYP RGLSYMGLCREATEPROGRAMOBJECTARBPROC) (void); -typedef void (APIENTRYP RGLSYMGLATTACHOBJECTARBPROC) (GLhandleARB containerObj, GLhandleARB obj); -typedef void (APIENTRYP RGLSYMGLLINKPROGRAMARBPROC) (GLhandleARB programObj); -typedef void (APIENTRYP RGLSYMGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj); -typedef void (APIENTRYP RGLSYMGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj); -typedef void (APIENTRYP RGLSYMGLUNIFORM1FARBPROC) (GLint location, GLfloat v0); -typedef void (APIENTRYP RGLSYMGLUNIFORM2FARBPROC) (GLint location, GLfloat v0, GLfloat v1); -typedef void (APIENTRYP RGLSYMGLUNIFORM3FARBPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2); -typedef void (APIENTRYP RGLSYMGLUNIFORM4FARBPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3); -typedef void (APIENTRYP RGLSYMGLUNIFORM1IARBPROC) (GLint location, GLint v0); -typedef void (APIENTRYP RGLSYMGLUNIFORM2IARBPROC) (GLint location, GLint v0, GLint v1); -typedef void (APIENTRYP RGLSYMGLUNIFORM3IARBPROC) (GLint location, GLint v0, GLint v1, GLint v2); -typedef void (APIENTRYP RGLSYMGLUNIFORM4IARBPROC) (GLint location, GLint v0, GLint v1, GLint v2, GLint v3); -typedef void (APIENTRYP RGLSYMGLUNIFORM1FVARBPROC) (GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM2FVARBPROC) (GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM3FVARBPROC) (GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM4FVARBPROC) (GLint location, GLsizei count, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM1IVARBPROC) (GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM2IVARBPROC) (GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM3IVARBPROC) (GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORM4IVARBPROC) (GLint location, GLsizei count, const GLint *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX2FVARBPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX3FVARBPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLUNIFORMMATRIX4FVARBPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP RGLSYMGLGETOBJECTPARAMETERFVARBPROC) (GLhandleARB obj, GLenum pname, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETOBJECTPARAMETERIVARBPROC) (GLhandleARB obj, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETINFOLOGARBPROC) (GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog); -typedef void (APIENTRYP RGLSYMGLGETATTACHEDOBJECTSARBPROC) (GLhandleARB containerObj, GLsizei maxCount, GLsizei *count, GLhandleARB *obj); -typedef GLint (APIENTRYP RGLSYMGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *name); -typedef void (APIENTRYP RGLSYMGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name); -typedef void (APIENTRYP RGLSYMGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETSHADERSOURCEARBPROC) (GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *source); -typedef void (APIENTRYP RGLSYMGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); -typedef void (APIENTRYP RGLSYMGLDELETENAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name); -typedef void (APIENTRYP RGLSYMGLCOMPILESHADERINCLUDEARBPROC) (GLuint shader, GLsizei count, const GLchar *const*path, const GLint *length); -typedef GLboolean (APIENTRYP RGLSYMGLISNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name); -typedef void (APIENTRYP RGLSYMGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); -typedef void (APIENTRYP RGLSYMGLGETNAMEDSTRINGIVARBPROC) (GLint namelen, const GLchar *name, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLTEXPAGECOMMITMENTARBPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean resident); -typedef void (APIENTRYP RGLSYMGLTEXBUFFERARBPROC) (GLenum target, GLenum internalformat, GLuint buffer); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXIMAGE3DARBPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXIMAGE2DARBPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXIMAGE1DARBPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXSUBIMAGE3DARBPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXSUBIMAGE2DARBPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLCOMPRESSEDTEXSUBIMAGE1DARBPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data); -typedef void (APIENTRYP RGLSYMGLGETCOMPRESSEDTEXIMAGEARBPROC) (GLenum target, GLint level, void *img); -typedef void (APIENTRYP RGLSYMGLLOADTRANSPOSEMATRIXFARBPROC) (const GLfloat *m); -typedef void (APIENTRYP RGLSYMGLLOADTRANSPOSEMATRIXDARBPROC) (const GLdouble *m); -typedef void (APIENTRYP RGLSYMGLMULTTRANSPOSEMATRIXFARBPROC) (const GLfloat *m); -typedef void (APIENTRYP RGLSYMGLMULTTRANSPOSEMATRIXDARBPROC) (const GLdouble *m); -typedef void (APIENTRYP RGLSYMGLWEIGHTBVARBPROC) (GLint size, const GLbyte *weights); -typedef void (APIENTRYP RGLSYMGLWEIGHTSVARBPROC) (GLint size, const GLshort *weights); -typedef void (APIENTRYP RGLSYMGLWEIGHTIVARBPROC) (GLint size, const GLint *weights); -typedef void (APIENTRYP RGLSYMGLWEIGHTFVARBPROC) (GLint size, const GLfloat *weights); -typedef void (APIENTRYP RGLSYMGLWEIGHTDVARBPROC) (GLint size, const GLdouble *weights); -typedef void (APIENTRYP RGLSYMGLWEIGHTUBVARBPROC) (GLint size, const GLubyte *weights); -typedef void (APIENTRYP RGLSYMGLWEIGHTUSVARBPROC) (GLint size, const GLushort *weights); -typedef void (APIENTRYP RGLSYMGLWEIGHTUIVARBPROC) (GLint size, const GLuint *weights); -typedef void (APIENTRYP RGLSYMGLWEIGHTPOINTERARBPROC) (GLint size, GLenum type, GLsizei stride, const void *pointer); -typedef void (APIENTRYP RGLSYMGLVERTEXBLENDARBPROC) (GLint count); -typedef void (APIENTRYP RGLSYMGLBINDBUFFERARBPROC) (GLenum target, GLuint buffer); -typedef void (APIENTRYP RGLSYMGLDELETEBUFFERSARBPROC) (GLsizei n, const GLuint *buffers); -typedef void (APIENTRYP RGLSYMGLGENBUFFERSARBPROC) (GLsizei n, GLuint *buffers); -typedef GLboolean (APIENTRYP RGLSYMGLISBUFFERARBPROC) (GLuint buffer); -typedef void (APIENTRYP RGLSYMGLBUFFERDATAARBPROC) (GLenum target, GLsizeiptrARB size, const void *data, GLenum usage); -typedef void (APIENTRYP RGLSYMGLBUFFERSUBDATAARBPROC) (GLenum target, GLintptrARB offset, GLsizeiptrARB size, const void *data); -typedef void (APIENTRYP RGLSYMGLGETBUFFERSUBDATAARBPROC) (GLenum target, GLintptrARB offset, GLsizeiptrARB size, void *data); -typedef void *(APIENTRYP RGLSYMGLMAPBUFFERARBPROC) (GLenum target, GLenum access); -typedef GLboolean (APIENTRYP RGLSYMGLUNMAPBUFFERARBPROC) (GLenum target); -typedef void (APIENTRYP RGLSYMGLGETBUFFERPARAMETERIVARBPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETBUFFERPOINTERVARBPROC) (GLenum target, GLenum pname, void **params); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1DARBPROC) (GLuint index, GLdouble x); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1DVARBPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1FARBPROC) (GLuint index, GLfloat x); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1FVARBPROC) (GLuint index, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1SARBPROC) (GLuint index, GLshort x); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB1SVARBPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2DARBPROC) (GLuint index, GLdouble x, GLdouble y); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2DVARBPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2FARBPROC) (GLuint index, GLfloat x, GLfloat y); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2FVARBPROC) (GLuint index, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2SARBPROC) (GLuint index, GLshort x, GLshort y); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB2SVARBPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3DARBPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3DVARBPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3FARBPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3FVARBPROC) (GLuint index, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3SARBPROC) (GLuint index, GLshort x, GLshort y, GLshort z); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB3SVARBPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NBVARBPROC) (GLuint index, const GLbyte *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NIVARBPROC) (GLuint index, const GLint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NSVARBPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NUBARBPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NUBVARBPROC) (GLuint index, const GLubyte *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NUIVARBPROC) (GLuint index, const GLuint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4NUSVARBPROC) (GLuint index, const GLushort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4BVARBPROC) (GLuint index, const GLbyte *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4DARBPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4DVARBPROC) (GLuint index, const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4FARBPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4FVARBPROC) (GLuint index, const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4IVARBPROC) (GLuint index, const GLint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4SARBPROC) (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4SVARBPROC) (GLuint index, const GLshort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4UBVARBPROC) (GLuint index, const GLubyte *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4UIVARBPROC) (GLuint index, const GLuint *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIB4USVARBPROC) (GLuint index, const GLushort *v); -typedef void (APIENTRYP RGLSYMGLVERTEXATTRIBPOINTERARBPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer); -typedef void (APIENTRYP RGLSYMGLENABLEVERTEXATTRIBARRAYARBPROC) (GLuint index); -typedef void (APIENTRYP RGLSYMGLDISABLEVERTEXATTRIBARRAYARBPROC) (GLuint index); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBDVARBPROC) (GLuint index, GLenum pname, GLdouble *params); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBFVARBPROC) (GLuint index, GLenum pname, GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBIVARBPROC) (GLuint index, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETVERTEXATTRIBPOINTERVARBPROC) (GLuint index, GLenum pname, void **pointer); -typedef void (APIENTRYP RGLSYMGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, const GLcharARB *name); -typedef void (APIENTRYP RGLSYMGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name); -typedef GLint (APIENTRYP RGLSYMGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *name); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2DARBPROC) (GLdouble x, GLdouble y); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2DVARBPROC) (const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2FARBPROC) (GLfloat x, GLfloat y); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2FVARBPROC) (const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2IARBPROC) (GLint x, GLint y); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2IVARBPROC) (const GLint *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2SARBPROC) (GLshort x, GLshort y); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS2SVARBPROC) (const GLshort *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3DARBPROC) (GLdouble x, GLdouble y, GLdouble z); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3DVARBPROC) (const GLdouble *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3FARBPROC) (GLfloat x, GLfloat y, GLfloat z); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3FVARBPROC) (const GLfloat *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3IARBPROC) (GLint x, GLint y, GLint z); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3IVARBPROC) (const GLint *v); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3SARBPROC) (GLshort x, GLshort y, GLshort z); -typedef void (APIENTRYP RGLSYMGLWINDOWPOS3SVARBPROC) (const GLshort *v); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1BOESPROC) (GLenum texture, GLbyte s); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1BVOESPROC) (GLenum texture, const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2BOESPROC) (GLenum texture, GLbyte s, GLbyte t); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2BVOESPROC) (GLenum texture, const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3BOESPROC) (GLenum texture, GLbyte s, GLbyte t, GLbyte r); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3BVOESPROC) (GLenum texture, const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4BOESPROC) (GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4BVOESPROC) (GLenum texture, const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORD1BOESPROC) (GLbyte s); -typedef void (APIENTRYP RGLSYMGLTEXCOORD1BVOESPROC) (const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORD2BOESPROC) (GLbyte s, GLbyte t); -typedef void (APIENTRYP RGLSYMGLTEXCOORD2BVOESPROC) (const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORD3BOESPROC) (GLbyte s, GLbyte t, GLbyte r); -typedef void (APIENTRYP RGLSYMGLTEXCOORD3BVOESPROC) (const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORD4BOESPROC) (GLbyte s, GLbyte t, GLbyte r, GLbyte q); -typedef void (APIENTRYP RGLSYMGLTEXCOORD4BVOESPROC) (const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLVERTEX2BOESPROC) (GLbyte x); -typedef void (APIENTRYP RGLSYMGLVERTEX2BVOESPROC) (const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLVERTEX3BOESPROC) (GLbyte x, GLbyte y); -typedef void (APIENTRYP RGLSYMGLVERTEX3BVOESPROC) (const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLVERTEX4BOESPROC) (GLbyte x, GLbyte y, GLbyte z); -typedef void (APIENTRYP RGLSYMGLVERTEX4BVOESPROC) (const GLbyte *coords); -typedef void (APIENTRYP RGLSYMGLALPHAFUNCXOESPROC) (GLenum func, GLfixed ref); -typedef void (APIENTRYP RGLSYMGLCLEARCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); -typedef void (APIENTRYP RGLSYMGLCLEARDEPTHXOESPROC) (GLfixed depth); -typedef void (APIENTRYP RGLSYMGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation); -typedef void (APIENTRYP RGLSYMGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); -typedef void (APIENTRYP RGLSYMGLDEPTHRANGEXOESPROC) (GLfixed n, GLfixed f); -typedef void (APIENTRYP RGLSYMGLFOGXOESPROC) (GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLFOGXVOESPROC) (GLenum pname, const GLfixed *param); -typedef void (APIENTRYP RGLSYMGLFRUSTUMXOESPROC) (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f); -typedef void (APIENTRYP RGLSYMGLGETCLIPPLANEXOESPROC) (GLenum plane, GLfixed *equation); -typedef void (APIENTRYP RGLSYMGLGETFIXEDVOESPROC) (GLenum pname, GLfixed *params); -typedef void (APIENTRYP RGLSYMGLGETTEXENVXVOESPROC) (GLenum target, GLenum pname, GLfixed *params); -typedef void (APIENTRYP RGLSYMGLGETTEXPARAMETERXVOESPROC) (GLenum target, GLenum pname, GLfixed *params); -typedef void (APIENTRYP RGLSYMGLLIGHTMODELXOESPROC) (GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLLIGHTMODELXVOESPROC) (GLenum pname, const GLfixed *param); -typedef void (APIENTRYP RGLSYMGLLIGHTXOESPROC) (GLenum light, GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLLIGHTXVOESPROC) (GLenum light, GLenum pname, const GLfixed *params); -typedef void (APIENTRYP RGLSYMGLLINEWIDTHXOESPROC) (GLfixed width); -typedef void (APIENTRYP RGLSYMGLLOADMATRIXXOESPROC) (const GLfixed *m); -typedef void (APIENTRYP RGLSYMGLMATERIALXOESPROC) (GLenum face, GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLMATERIALXVOESPROC) (GLenum face, GLenum pname, const GLfixed *param); -typedef void (APIENTRYP RGLSYMGLMULTMATRIXXOESPROC) (const GLfixed *m); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4XOESPROC) (GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q); -typedef void (APIENTRYP RGLSYMGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz); -typedef void (APIENTRYP RGLSYMGLORTHOXOESPROC) (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f); -typedef void (APIENTRYP RGLSYMGLPOINTPARAMETERXVOESPROC) (GLenum pname, const GLfixed *params); -typedef void (APIENTRYP RGLSYMGLPOINTSIZEXOESPROC) (GLfixed size); -typedef void (APIENTRYP RGLSYMGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units); -typedef void (APIENTRYP RGLSYMGLROTATEXOESPROC) (GLfixed angle, GLfixed x, GLfixed y, GLfixed z); -typedef void (APIENTRYP RGLSYMGLSAMPLECOVERAGEOESPROC) (GLfixed value, GLboolean invert); -typedef void (APIENTRYP RGLSYMGLSCALEXOESPROC) (GLfixed x, GLfixed y, GLfixed z); -typedef void (APIENTRYP RGLSYMGLTEXENVXOESPROC) (GLenum target, GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLTEXENVXVOESPROC) (GLenum target, GLenum pname, const GLfixed *params); -typedef void (APIENTRYP RGLSYMGLTEXPARAMETERXOESPROC) (GLenum target, GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLTEXPARAMETERXVOESPROC) (GLenum target, GLenum pname, const GLfixed *params); -typedef void (APIENTRYP RGLSYMGLTRANSLATEXOESPROC) (GLfixed x, GLfixed y, GLfixed z); -typedef void (APIENTRYP RGLSYMGLACCUMXOESPROC) (GLenum op, GLfixed value); -typedef void (APIENTRYP RGLSYMGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap); -typedef void (APIENTRYP RGLSYMGLBLENDCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); -typedef void (APIENTRYP RGLSYMGLCLEARACCUMXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); -typedef void (APIENTRYP RGLSYMGLCOLOR3XOESPROC) (GLfixed red, GLfixed green, GLfixed blue); -typedef void (APIENTRYP RGLSYMGLCOLOR3XVOESPROC) (const GLfixed *components); -typedef void (APIENTRYP RGLSYMGLCOLOR4XVOESPROC) (const GLfixed *components); -typedef void (APIENTRYP RGLSYMGLCONVOLUTIONPARAMETERXOESPROC) (GLenum target, GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLCONVOLUTIONPARAMETERXVOESPROC) (GLenum target, GLenum pname, const GLfixed *params); -typedef void (APIENTRYP RGLSYMGLEVALCOORD1XOESPROC) (GLfixed u); -typedef void (APIENTRYP RGLSYMGLEVALCOORD1XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLEVALCOORD2XOESPROC) (GLfixed u, GLfixed v); -typedef void (APIENTRYP RGLSYMGLEVALCOORD2XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLFEEDBACKBUFFERXOESPROC) (GLsizei n, GLenum type, const GLfixed *buffer); -typedef void (APIENTRYP RGLSYMGLGETCONVOLUTIONPARAMETERXVOESPROC) (GLenum target, GLenum pname, GLfixed *params); -typedef void (APIENTRYP RGLSYMGLGETHISTOGRAMPARAMETERXVOESPROC) (GLenum target, GLenum pname, GLfixed *params); -typedef void (APIENTRYP RGLSYMGLGETLIGHTXOESPROC) (GLenum light, GLenum pname, GLfixed *params); -typedef void (APIENTRYP RGLSYMGLGETMAPXVOESPROC) (GLenum target, GLenum query, GLfixed *v); -typedef void (APIENTRYP RGLSYMGLGETMATERIALXOESPROC) (GLenum face, GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLGETPIXELMAPXVPROC) (GLenum map, GLint size, GLfixed *values); -typedef void (APIENTRYP RGLSYMGLGETTEXGENXVOESPROC) (GLenum coord, GLenum pname, GLfixed *params); -typedef void (APIENTRYP RGLSYMGLGETTEXLEVELPARAMETERXVOESPROC) (GLenum target, GLint level, GLenum pname, GLfixed *params); -typedef void (APIENTRYP RGLSYMGLINDEXXOESPROC) (GLfixed component); -typedef void (APIENTRYP RGLSYMGLINDEXXVOESPROC) (const GLfixed *component); -typedef void (APIENTRYP RGLSYMGLLOADTRANSPOSEMATRIXXOESPROC) (const GLfixed *m); -typedef void (APIENTRYP RGLSYMGLMAP1XOESPROC) (GLenum target, GLfixed u1, GLfixed u2, GLint stride, GLint order, GLfixed points); -typedef void (APIENTRYP RGLSYMGLMAP2XOESPROC) (GLenum target, GLfixed u1, GLfixed u2, GLint ustride, GLint uorder, GLfixed v1, GLfixed v2, GLint vstride, GLint vorder, GLfixed points); -typedef void (APIENTRYP RGLSYMGLMAPGRID1XOESPROC) (GLint n, GLfixed u1, GLfixed u2); -typedef void (APIENTRYP RGLSYMGLMAPGRID2XOESPROC) (GLint n, GLfixed u1, GLfixed u2, GLfixed v1, GLfixed v2); -typedef void (APIENTRYP RGLSYMGLMULTTRANSPOSEMATRIXXOESPROC) (const GLfixed *m); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1XOESPROC) (GLenum texture, GLfixed s); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD1XVOESPROC) (GLenum texture, const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2XOESPROC) (GLenum texture, GLfixed s, GLfixed t); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD2XVOESPROC) (GLenum texture, const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3XOESPROC) (GLenum texture, GLfixed s, GLfixed t, GLfixed r); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD3XVOESPROC) (GLenum texture, const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLMULTITEXCOORD4XVOESPROC) (GLenum texture, const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLNORMAL3XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLPASSTHROUGHXOESPROC) (GLfixed token); -typedef void (APIENTRYP RGLSYMGLPIXELMAPXPROC) (GLenum map, GLint size, const GLfixed *values); -typedef void (APIENTRYP RGLSYMGLPIXELSTOREXPROC) (GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLPIXELTRANSFERXOESPROC) (GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor); -typedef void (APIENTRYP RGLSYMGLPRIORITIZETEXTURESXOESPROC) (GLsizei n, const GLuint *textures, const GLfixed *priorities); -typedef void (APIENTRYP RGLSYMGLRASTERPOS2XOESPROC) (GLfixed x, GLfixed y); -typedef void (APIENTRYP RGLSYMGLRASTERPOS2XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLRASTERPOS3XOESPROC) (GLfixed x, GLfixed y, GLfixed z); -typedef void (APIENTRYP RGLSYMGLRASTERPOS3XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLRASTERPOS4XOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed w); -typedef void (APIENTRYP RGLSYMGLRASTERPOS4XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLRECTXOESPROC) (GLfixed x1, GLfixed y1, GLfixed x2, GLfixed y2); -typedef void (APIENTRYP RGLSYMGLRECTXVOESPROC) (const GLfixed *v1, const GLfixed *v2); -typedef void (APIENTRYP RGLSYMGLTEXCOORD1XOESPROC) (GLfixed s); -typedef void (APIENTRYP RGLSYMGLTEXCOORD1XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORD2XOESPROC) (GLfixed s, GLfixed t); -typedef void (APIENTRYP RGLSYMGLTEXCOORD2XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORD3XOESPROC) (GLfixed s, GLfixed t, GLfixed r); -typedef void (APIENTRYP RGLSYMGLTEXCOORD3XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLTEXCOORD4XOESPROC) (GLfixed s, GLfixed t, GLfixed r, GLfixed q); -typedef void (APIENTRYP RGLSYMGLTEXCOORD4XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLTEXGENXOESPROC) (GLenum coord, GLenum pname, GLfixed param); -typedef void (APIENTRYP RGLSYMGLTEXGENXVOESPROC) (GLenum coord, GLenum pname, const GLfixed *params); -typedef void (APIENTRYP RGLSYMGLVERTEX2XOESPROC) (GLfixed x); -typedef void (APIENTRYP RGLSYMGLVERTEX2XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLVERTEX3XOESPROC) (GLfixed x, GLfixed y); -typedef void (APIENTRYP RGLSYMGLVERTEX3XVOESPROC) (const GLfixed *coords); -typedef void (APIENTRYP RGLSYMGLVERTEX4XOESPROC) (GLfixed x, GLfixed y, GLfixed z); -typedef void (APIENTRYP RGLSYMGLVERTEX4XVOESPROC) (const GLfixed *coords); -typedef GLbitfield (APIENTRYP RGLSYMGLQUERYMATRIXXOESPROC) (GLfixed *mantissa, GLint *exponent); -typedef void (APIENTRYP RGLSYMGLCLEARDEPTHFOESPROC) (GLclampf depth); -typedef void (APIENTRYP RGLSYMGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation); -typedef void (APIENTRYP RGLSYMGLDEPTHRANGEFOESPROC) (GLclampf n, GLclampf f); -typedef void (APIENTRYP RGLSYMGLFRUSTUMFOESPROC) (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f); -typedef void (APIENTRYP RGLSYMGLGETCLIPPLANEFOESPROC) (GLenum plane, GLfloat *equation); -typedef void (APIENTRYP RGLSYMGLORTHOFOESPROC) (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f); -typedef void (APIENTRYP RGLSYMGLIMAGETRANSFORMPARAMETERIHPPROC) (GLenum target, GLenum pname, GLint param); -typedef void (APIENTRYP RGLSYMGLIMAGETRANSFORMPARAMETERFHPPROC) (GLenum target, GLenum pname, GLfloat param); -typedef void (APIENTRYP RGLSYMGLIMAGETRANSFORMPARAMETERIVHPPROC) (GLenum target, GLenum pname, const GLint *params); -typedef void (APIENTRYP RGLSYMGLIMAGETRANSFORMPARAMETERFVHPPROC) (GLenum target, GLenum pname, const GLfloat *params); -typedef void (APIENTRYP RGLSYMGLGETIMAGETRANSFORMPARAMETERIVHPPROC) (GLenum target, GLenum pname, GLint *params); -typedef void (APIENTRYP RGLSYMGLGETIMAGETRANSFORMPARAMETERFVHPPROC) (GLenum target, GLenum pname, GLfloat *params); - -#define glDrawRangeElements __rglgen_glDrawRangeElements -#define glTexImage3D __rglgen_glTexImage3D -#define glTexSubImage3D __rglgen_glTexSubImage3D -#define glCopyTexSubImage3D __rglgen_glCopyTexSubImage3D -#define glActiveTexture __rglgen_glActiveTexture -#define glSampleCoverage __rglgen_glSampleCoverage -#define glCompressedTexImage3D __rglgen_glCompressedTexImage3D -#define glCompressedTexImage2D __rglgen_glCompressedTexImage2D -#define glCompressedTexImage1D __rglgen_glCompressedTexImage1D -#define glCompressedTexSubImage3D __rglgen_glCompressedTexSubImage3D -#define glCompressedTexSubImage2D __rglgen_glCompressedTexSubImage2D -#define glCompressedTexSubImage1D __rglgen_glCompressedTexSubImage1D -#define glGetCompressedTexImage __rglgen_glGetCompressedTexImage -#define glClientActiveTexture __rglgen_glClientActiveTexture -#define glMultiTexCoord1d __rglgen_glMultiTexCoord1d -#define glMultiTexCoord1dv __rglgen_glMultiTexCoord1dv -#define glMultiTexCoord1f __rglgen_glMultiTexCoord1f -#define glMultiTexCoord1fv __rglgen_glMultiTexCoord1fv -#define glMultiTexCoord1i __rglgen_glMultiTexCoord1i -#define glMultiTexCoord1iv __rglgen_glMultiTexCoord1iv -#define glMultiTexCoord1s __rglgen_glMultiTexCoord1s -#define glMultiTexCoord1sv __rglgen_glMultiTexCoord1sv -#define glMultiTexCoord2d __rglgen_glMultiTexCoord2d -#define glMultiTexCoord2dv __rglgen_glMultiTexCoord2dv -#define glMultiTexCoord2f __rglgen_glMultiTexCoord2f -#define glMultiTexCoord2fv __rglgen_glMultiTexCoord2fv -#define glMultiTexCoord2i __rglgen_glMultiTexCoord2i -#define glMultiTexCoord2iv __rglgen_glMultiTexCoord2iv -#define glMultiTexCoord2s __rglgen_glMultiTexCoord2s -#define glMultiTexCoord2sv __rglgen_glMultiTexCoord2sv -#define glMultiTexCoord3d __rglgen_glMultiTexCoord3d -#define glMultiTexCoord3dv __rglgen_glMultiTexCoord3dv -#define glMultiTexCoord3f __rglgen_glMultiTexCoord3f -#define glMultiTexCoord3fv __rglgen_glMultiTexCoord3fv -#define glMultiTexCoord3i __rglgen_glMultiTexCoord3i -#define glMultiTexCoord3iv __rglgen_glMultiTexCoord3iv -#define glMultiTexCoord3s __rglgen_glMultiTexCoord3s -#define glMultiTexCoord3sv __rglgen_glMultiTexCoord3sv -#define glMultiTexCoord4d __rglgen_glMultiTexCoord4d -#define glMultiTexCoord4dv __rglgen_glMultiTexCoord4dv -#define glMultiTexCoord4f __rglgen_glMultiTexCoord4f -#define glMultiTexCoord4fv __rglgen_glMultiTexCoord4fv -#define glMultiTexCoord4i __rglgen_glMultiTexCoord4i -#define glMultiTexCoord4iv __rglgen_glMultiTexCoord4iv -#define glMultiTexCoord4s __rglgen_glMultiTexCoord4s -#define glMultiTexCoord4sv __rglgen_glMultiTexCoord4sv -#define glLoadTransposeMatrixf __rglgen_glLoadTransposeMatrixf -#define glLoadTransposeMatrixd __rglgen_glLoadTransposeMatrixd -#define glMultTransposeMatrixf __rglgen_glMultTransposeMatrixf -#define glMultTransposeMatrixd __rglgen_glMultTransposeMatrixd -#define glBlendFuncSeparate __rglgen_glBlendFuncSeparate -#define glMultiDrawArrays __rglgen_glMultiDrawArrays -#define glMultiDrawElements __rglgen_glMultiDrawElements -#define glPointParameterf __rglgen_glPointParameterf -#define glPointParameterfv __rglgen_glPointParameterfv -#define glPointParameteri __rglgen_glPointParameteri -#define glPointParameteriv __rglgen_glPointParameteriv -#define glFogCoordf __rglgen_glFogCoordf -#define glFogCoordfv __rglgen_glFogCoordfv -#define glFogCoordd __rglgen_glFogCoordd -#define glFogCoorddv __rglgen_glFogCoorddv -#define glFogCoordPointer __rglgen_glFogCoordPointer -#define glSecondaryColor3b __rglgen_glSecondaryColor3b -#define glSecondaryColor3bv __rglgen_glSecondaryColor3bv -#define glSecondaryColor3d __rglgen_glSecondaryColor3d -#define glSecondaryColor3dv __rglgen_glSecondaryColor3dv -#define glSecondaryColor3f __rglgen_glSecondaryColor3f -#define glSecondaryColor3fv __rglgen_glSecondaryColor3fv -#define glSecondaryColor3i __rglgen_glSecondaryColor3i -#define glSecondaryColor3iv __rglgen_glSecondaryColor3iv -#define glSecondaryColor3s __rglgen_glSecondaryColor3s -#define glSecondaryColor3sv __rglgen_glSecondaryColor3sv -#define glSecondaryColor3ub __rglgen_glSecondaryColor3ub -#define glSecondaryColor3ubv __rglgen_glSecondaryColor3ubv -#define glSecondaryColor3ui __rglgen_glSecondaryColor3ui -#define glSecondaryColor3uiv __rglgen_glSecondaryColor3uiv -#define glSecondaryColor3us __rglgen_glSecondaryColor3us -#define glSecondaryColor3usv __rglgen_glSecondaryColor3usv -#define glSecondaryColorPointer __rglgen_glSecondaryColorPointer -#define glWindowPos2d __rglgen_glWindowPos2d -#define glWindowPos2dv __rglgen_glWindowPos2dv -#define glWindowPos2f __rglgen_glWindowPos2f -#define glWindowPos2fv __rglgen_glWindowPos2fv -#define glWindowPos2i __rglgen_glWindowPos2i -#define glWindowPos2iv __rglgen_glWindowPos2iv -#define glWindowPos2s __rglgen_glWindowPos2s -#define glWindowPos2sv __rglgen_glWindowPos2sv -#define glWindowPos3d __rglgen_glWindowPos3d -#define glWindowPos3dv __rglgen_glWindowPos3dv -#define glWindowPos3f __rglgen_glWindowPos3f -#define glWindowPos3fv __rglgen_glWindowPos3fv -#define glWindowPos3i __rglgen_glWindowPos3i -#define glWindowPos3iv __rglgen_glWindowPos3iv -#define glWindowPos3s __rglgen_glWindowPos3s -#define glWindowPos3sv __rglgen_glWindowPos3sv -#define glBlendColor __rglgen_glBlendColor -#define glBlendEquation __rglgen_glBlendEquation -#define glGenQueries __rglgen_glGenQueries -#define glDeleteQueries __rglgen_glDeleteQueries -#define glIsQuery __rglgen_glIsQuery -#define glBeginQuery __rglgen_glBeginQuery -#define glEndQuery __rglgen_glEndQuery -#define glGetQueryiv __rglgen_glGetQueryiv -#define glGetQueryObjectiv __rglgen_glGetQueryObjectiv -#define glGetQueryObjectuiv __rglgen_glGetQueryObjectuiv -#define glBindBuffer __rglgen_glBindBuffer -#define glDeleteBuffers __rglgen_glDeleteBuffers -#define glGenBuffers __rglgen_glGenBuffers -#define glIsBuffer __rglgen_glIsBuffer -#define glBufferData __rglgen_glBufferData -#define glBufferSubData __rglgen_glBufferSubData -#define glGetBufferSubData __rglgen_glGetBufferSubData -#define glMapBuffer __rglgen_glMapBuffer -#define glUnmapBuffer __rglgen_glUnmapBuffer -#define glGetBufferParameteriv __rglgen_glGetBufferParameteriv -#define glGetBufferPointerv __rglgen_glGetBufferPointerv -#define glBlendEquationSeparate __rglgen_glBlendEquationSeparate -#define glDrawBuffers __rglgen_glDrawBuffers -#define glStencilOpSeparate __rglgen_glStencilOpSeparate -#define glStencilFuncSeparate __rglgen_glStencilFuncSeparate -#define glStencilMaskSeparate __rglgen_glStencilMaskSeparate -#define glAttachShader __rglgen_glAttachShader -#define glBindAttribLocation __rglgen_glBindAttribLocation -#define glCompileShader __rglgen_glCompileShader -#define glCreateProgram __rglgen_glCreateProgram -#define glCreateShader __rglgen_glCreateShader -#define glDeleteProgram __rglgen_glDeleteProgram -#define glDeleteShader __rglgen_glDeleteShader -#define glDetachShader __rglgen_glDetachShader -#define glDisableVertexAttribArray __rglgen_glDisableVertexAttribArray -#define glEnableVertexAttribArray __rglgen_glEnableVertexAttribArray -#define glGetActiveAttrib __rglgen_glGetActiveAttrib -#define glGetActiveUniform __rglgen_glGetActiveUniform -#define glGetAttachedShaders __rglgen_glGetAttachedShaders -#define glGetAttribLocation __rglgen_glGetAttribLocation -#define glGetProgramiv __rglgen_glGetProgramiv -#define glGetProgramInfoLog __rglgen_glGetProgramInfoLog -#define glGetShaderiv __rglgen_glGetShaderiv -#define glGetShaderInfoLog __rglgen_glGetShaderInfoLog -#define glGetShaderSource __rglgen_glGetShaderSource -#define glGetUniformLocation __rglgen_glGetUniformLocation -#define glGetUniformfv __rglgen_glGetUniformfv -#define glGetUniformiv __rglgen_glGetUniformiv -#define glGetVertexAttribdv __rglgen_glGetVertexAttribdv -#define glGetVertexAttribfv __rglgen_glGetVertexAttribfv -#define glGetVertexAttribiv __rglgen_glGetVertexAttribiv -#define glGetVertexAttribPointerv __rglgen_glGetVertexAttribPointerv -#define glIsProgram __rglgen_glIsProgram -#define glIsShader __rglgen_glIsShader -#define glLinkProgram __rglgen_glLinkProgram -#define glShaderSource __rglgen_glShaderSource -#define glUseProgram __rglgen_glUseProgram -#define glUniform1f __rglgen_glUniform1f -#define glUniform2f __rglgen_glUniform2f -#define glUniform3f __rglgen_glUniform3f -#define glUniform4f __rglgen_glUniform4f -#define glUniform1i __rglgen_glUniform1i -#define glUniform2i __rglgen_glUniform2i -#define glUniform3i __rglgen_glUniform3i -#define glUniform4i __rglgen_glUniform4i -#define glUniform1fv __rglgen_glUniform1fv -#define glUniform2fv __rglgen_glUniform2fv -#define glUniform3fv __rglgen_glUniform3fv -#define glUniform4fv __rglgen_glUniform4fv -#define glUniform1iv __rglgen_glUniform1iv -#define glUniform2iv __rglgen_glUniform2iv -#define glUniform3iv __rglgen_glUniform3iv -#define glUniform4iv __rglgen_glUniform4iv -#define glUniformMatrix2fv __rglgen_glUniformMatrix2fv -#define glUniformMatrix3fv __rglgen_glUniformMatrix3fv -#define glUniformMatrix4fv __rglgen_glUniformMatrix4fv -#define glValidateProgram __rglgen_glValidateProgram -#define glVertexAttrib1d __rglgen_glVertexAttrib1d -#define glVertexAttrib1dv __rglgen_glVertexAttrib1dv -#define glVertexAttrib1f __rglgen_glVertexAttrib1f -#define glVertexAttrib1fv __rglgen_glVertexAttrib1fv -#define glVertexAttrib1s __rglgen_glVertexAttrib1s -#define glVertexAttrib1sv __rglgen_glVertexAttrib1sv -#define glVertexAttrib2d __rglgen_glVertexAttrib2d -#define glVertexAttrib2dv __rglgen_glVertexAttrib2dv -#define glVertexAttrib2f __rglgen_glVertexAttrib2f -#define glVertexAttrib2fv __rglgen_glVertexAttrib2fv -#define glVertexAttrib2s __rglgen_glVertexAttrib2s -#define glVertexAttrib2sv __rglgen_glVertexAttrib2sv -#define glVertexAttrib3d __rglgen_glVertexAttrib3d -#define glVertexAttrib3dv __rglgen_glVertexAttrib3dv -#define glVertexAttrib3f __rglgen_glVertexAttrib3f -#define glVertexAttrib3fv __rglgen_glVertexAttrib3fv -#define glVertexAttrib3s __rglgen_glVertexAttrib3s -#define glVertexAttrib3sv __rglgen_glVertexAttrib3sv -#define glVertexAttrib4Nbv __rglgen_glVertexAttrib4Nbv -#define glVertexAttrib4Niv __rglgen_glVertexAttrib4Niv -#define glVertexAttrib4Nsv __rglgen_glVertexAttrib4Nsv -#define glVertexAttrib4Nub __rglgen_glVertexAttrib4Nub -#define glVertexAttrib4Nubv __rglgen_glVertexAttrib4Nubv -#define glVertexAttrib4Nuiv __rglgen_glVertexAttrib4Nuiv -#define glVertexAttrib4Nusv __rglgen_glVertexAttrib4Nusv -#define glVertexAttrib4bv __rglgen_glVertexAttrib4bv -#define glVertexAttrib4d __rglgen_glVertexAttrib4d -#define glVertexAttrib4dv __rglgen_glVertexAttrib4dv -#define glVertexAttrib4f __rglgen_glVertexAttrib4f -#define glVertexAttrib4fv __rglgen_glVertexAttrib4fv -#define glVertexAttrib4iv __rglgen_glVertexAttrib4iv -#define glVertexAttrib4s __rglgen_glVertexAttrib4s -#define glVertexAttrib4sv __rglgen_glVertexAttrib4sv -#define glVertexAttrib4ubv __rglgen_glVertexAttrib4ubv -#define glVertexAttrib4uiv __rglgen_glVertexAttrib4uiv -#define glVertexAttrib4usv __rglgen_glVertexAttrib4usv -#define glVertexAttribPointer __rglgen_glVertexAttribPointer -#define glUniformMatrix2x3fv __rglgen_glUniformMatrix2x3fv -#define glUniformMatrix3x2fv __rglgen_glUniformMatrix3x2fv -#define glUniformMatrix2x4fv __rglgen_glUniformMatrix2x4fv -#define glUniformMatrix4x2fv __rglgen_glUniformMatrix4x2fv -#define glUniformMatrix3x4fv __rglgen_glUniformMatrix3x4fv -#define glUniformMatrix4x3fv __rglgen_glUniformMatrix4x3fv -#define glColorMaski __rglgen_glColorMaski -#define glGetBooleani_v __rglgen_glGetBooleani_v -#define glGetIntegeri_v __rglgen_glGetIntegeri_v -#define glEnablei __rglgen_glEnablei -#define glDisablei __rglgen_glDisablei -#define glIsEnabledi __rglgen_glIsEnabledi -#define glBeginTransformFeedback __rglgen_glBeginTransformFeedback -#define glEndTransformFeedback __rglgen_glEndTransformFeedback -#define glBindBufferRange __rglgen_glBindBufferRange -#define glBindBufferBase __rglgen_glBindBufferBase -#define glTransformFeedbackVaryings __rglgen_glTransformFeedbackVaryings -#define glGetTransformFeedbackVarying __rglgen_glGetTransformFeedbackVarying -#define glClampColor __rglgen_glClampColor -#define glBeginConditionalRender __rglgen_glBeginConditionalRender -#define glEndConditionalRender __rglgen_glEndConditionalRender -#define glVertexAttribIPointer __rglgen_glVertexAttribIPointer -#define glGetVertexAttribIiv __rglgen_glGetVertexAttribIiv -#define glGetVertexAttribIuiv __rglgen_glGetVertexAttribIuiv -#define glVertexAttribI1i __rglgen_glVertexAttribI1i -#define glVertexAttribI2i __rglgen_glVertexAttribI2i -#define glVertexAttribI3i __rglgen_glVertexAttribI3i -#define glVertexAttribI4i __rglgen_glVertexAttribI4i -#define glVertexAttribI1ui __rglgen_glVertexAttribI1ui -#define glVertexAttribI2ui __rglgen_glVertexAttribI2ui -#define glVertexAttribI3ui __rglgen_glVertexAttribI3ui -#define glVertexAttribI4ui __rglgen_glVertexAttribI4ui -#define glVertexAttribI1iv __rglgen_glVertexAttribI1iv -#define glVertexAttribI2iv __rglgen_glVertexAttribI2iv -#define glVertexAttribI3iv __rglgen_glVertexAttribI3iv -#define glVertexAttribI4iv __rglgen_glVertexAttribI4iv -#define glVertexAttribI1uiv __rglgen_glVertexAttribI1uiv -#define glVertexAttribI2uiv __rglgen_glVertexAttribI2uiv -#define glVertexAttribI3uiv __rglgen_glVertexAttribI3uiv -#define glVertexAttribI4uiv __rglgen_glVertexAttribI4uiv -#define glVertexAttribI4bv __rglgen_glVertexAttribI4bv -#define glVertexAttribI4sv __rglgen_glVertexAttribI4sv -#define glVertexAttribI4ubv __rglgen_glVertexAttribI4ubv -#define glVertexAttribI4usv __rglgen_glVertexAttribI4usv -#define glGetUniformuiv __rglgen_glGetUniformuiv -#define glBindFragDataLocation __rglgen_glBindFragDataLocation -#define glGetFragDataLocation __rglgen_glGetFragDataLocation -#define glUniform1ui __rglgen_glUniform1ui -#define glUniform2ui __rglgen_glUniform2ui -#define glUniform3ui __rglgen_glUniform3ui -#define glUniform4ui __rglgen_glUniform4ui -#define glUniform1uiv __rglgen_glUniform1uiv -#define glUniform2uiv __rglgen_glUniform2uiv -#define glUniform3uiv __rglgen_glUniform3uiv -#define glUniform4uiv __rglgen_glUniform4uiv -#define glTexParameterIiv __rglgen_glTexParameterIiv -#define glTexParameterIuiv __rglgen_glTexParameterIuiv -#define glGetTexParameterIiv __rglgen_glGetTexParameterIiv -#define glGetTexParameterIuiv __rglgen_glGetTexParameterIuiv -#define glClearBufferiv __rglgen_glClearBufferiv -#define glClearBufferuiv __rglgen_glClearBufferuiv -#define glClearBufferfv __rglgen_glClearBufferfv -#define glClearBufferfi __rglgen_glClearBufferfi -#define glGetStringi __rglgen_glGetStringi -#define glIsRenderbuffer __rglgen_glIsRenderbuffer -#define glBindRenderbuffer __rglgen_glBindRenderbuffer -#define glDeleteRenderbuffers __rglgen_glDeleteRenderbuffers -#define glGenRenderbuffers __rglgen_glGenRenderbuffers -#define glRenderbufferStorage __rglgen_glRenderbufferStorage -#define glGetRenderbufferParameteriv __rglgen_glGetRenderbufferParameteriv -#define glIsFramebuffer __rglgen_glIsFramebuffer -#define glBindFramebuffer __rglgen_glBindFramebuffer -#define glDeleteFramebuffers __rglgen_glDeleteFramebuffers -#define glGenFramebuffers __rglgen_glGenFramebuffers -#define glCheckFramebufferStatus __rglgen_glCheckFramebufferStatus -#define glFramebufferTexture1D __rglgen_glFramebufferTexture1D -#define glFramebufferTexture2D __rglgen_glFramebufferTexture2D -#define glFramebufferTexture3D __rglgen_glFramebufferTexture3D -#define glFramebufferRenderbuffer __rglgen_glFramebufferRenderbuffer -#define glGetFramebufferAttachmentParameteriv __rglgen_glGetFramebufferAttachmentParameteriv -#define glGenerateMipmap __rglgen_glGenerateMipmap -#define glBlitFramebuffer __rglgen_glBlitFramebuffer -#define glRenderbufferStorageMultisample __rglgen_glRenderbufferStorageMultisample -#define glFramebufferTextureLayer __rglgen_glFramebufferTextureLayer -#define glMapBufferRange __rglgen_glMapBufferRange -#define glFlushMappedBufferRange __rglgen_glFlushMappedBufferRange -#define glBindVertexArray __rglgen_glBindVertexArray -#define glDeleteVertexArrays __rglgen_glDeleteVertexArrays -#define glGenVertexArrays __rglgen_glGenVertexArrays -#define glIsVertexArray __rglgen_glIsVertexArray -#define glDrawArraysInstanced __rglgen_glDrawArraysInstanced -#define glDrawElementsInstanced __rglgen_glDrawElementsInstanced -#define glTexBuffer __rglgen_glTexBuffer -#define glPrimitiveRestartIndex __rglgen_glPrimitiveRestartIndex -#define glCopyBufferSubData __rglgen_glCopyBufferSubData -#define glGetUniformIndices __rglgen_glGetUniformIndices -#define glGetActiveUniformsiv __rglgen_glGetActiveUniformsiv -#define glGetActiveUniformName __rglgen_glGetActiveUniformName -#define glGetUniformBlockIndex __rglgen_glGetUniformBlockIndex -#define glGetActiveUniformBlockiv __rglgen_glGetActiveUniformBlockiv -#define glGetActiveUniformBlockName __rglgen_glGetActiveUniformBlockName -#define glUniformBlockBinding __rglgen_glUniformBlockBinding -#define glDrawElementsBaseVertex __rglgen_glDrawElementsBaseVertex -#define glDrawRangeElementsBaseVertex __rglgen_glDrawRangeElementsBaseVertex -#define glDrawElementsInstancedBaseVertex __rglgen_glDrawElementsInstancedBaseVertex -#define glMultiDrawElementsBaseVertex __rglgen_glMultiDrawElementsBaseVertex -#define glProvokingVertex __rglgen_glProvokingVertex -#define glFenceSync __rglgen_glFenceSync -#define glIsSync __rglgen_glIsSync -#define glDeleteSync __rglgen_glDeleteSync -#define glClientWaitSync __rglgen_glClientWaitSync -#define glWaitSync __rglgen_glWaitSync -#define glGetInteger64v __rglgen_glGetInteger64v -#define glGetSynciv __rglgen_glGetSynciv -#define glGetInteger64i_v __rglgen_glGetInteger64i_v -#define glGetBufferParameteri64v __rglgen_glGetBufferParameteri64v -#define glFramebufferTexture __rglgen_glFramebufferTexture -#define glTexImage2DMultisample __rglgen_glTexImage2DMultisample -#define glTexImage3DMultisample __rglgen_glTexImage3DMultisample -#define glGetMultisamplefv __rglgen_glGetMultisamplefv -#define glSampleMaski __rglgen_glSampleMaski -#define glBindFragDataLocationIndexed __rglgen_glBindFragDataLocationIndexed -#define glGetFragDataIndex __rglgen_glGetFragDataIndex -#define glGenSamplers __rglgen_glGenSamplers -#define glDeleteSamplers __rglgen_glDeleteSamplers -#define glIsSampler __rglgen_glIsSampler -#define glBindSampler __rglgen_glBindSampler -#define glSamplerParameteri __rglgen_glSamplerParameteri -#define glSamplerParameteriv __rglgen_glSamplerParameteriv -#define glSamplerParameterf __rglgen_glSamplerParameterf -#define glSamplerParameterfv __rglgen_glSamplerParameterfv -#define glSamplerParameterIiv __rglgen_glSamplerParameterIiv -#define glSamplerParameterIuiv __rglgen_glSamplerParameterIuiv -#define glGetSamplerParameteriv __rglgen_glGetSamplerParameteriv -#define glGetSamplerParameterIiv __rglgen_glGetSamplerParameterIiv -#define glGetSamplerParameterfv __rglgen_glGetSamplerParameterfv -#define glGetSamplerParameterIuiv __rglgen_glGetSamplerParameterIuiv -#define glQueryCounter __rglgen_glQueryCounter -#define glGetQueryObjecti64v __rglgen_glGetQueryObjecti64v -#define glGetQueryObjectui64v __rglgen_glGetQueryObjectui64v -#define glVertexAttribDivisor __rglgen_glVertexAttribDivisor -#define glVertexAttribP1ui __rglgen_glVertexAttribP1ui -#define glVertexAttribP1uiv __rglgen_glVertexAttribP1uiv -#define glVertexAttribP2ui __rglgen_glVertexAttribP2ui -#define glVertexAttribP2uiv __rglgen_glVertexAttribP2uiv -#define glVertexAttribP3ui __rglgen_glVertexAttribP3ui -#define glVertexAttribP3uiv __rglgen_glVertexAttribP3uiv -#define glVertexAttribP4ui __rglgen_glVertexAttribP4ui -#define glVertexAttribP4uiv __rglgen_glVertexAttribP4uiv -#define glVertexP2ui __rglgen_glVertexP2ui -#define glVertexP2uiv __rglgen_glVertexP2uiv -#define glVertexP3ui __rglgen_glVertexP3ui -#define glVertexP3uiv __rglgen_glVertexP3uiv -#define glVertexP4ui __rglgen_glVertexP4ui -#define glVertexP4uiv __rglgen_glVertexP4uiv -#define glTexCoordP1ui __rglgen_glTexCoordP1ui -#define glTexCoordP1uiv __rglgen_glTexCoordP1uiv -#define glTexCoordP2ui __rglgen_glTexCoordP2ui -#define glTexCoordP2uiv __rglgen_glTexCoordP2uiv -#define glTexCoordP3ui __rglgen_glTexCoordP3ui -#define glTexCoordP3uiv __rglgen_glTexCoordP3uiv -#define glTexCoordP4ui __rglgen_glTexCoordP4ui -#define glTexCoordP4uiv __rglgen_glTexCoordP4uiv -#define glMultiTexCoordP1ui __rglgen_glMultiTexCoordP1ui -#define glMultiTexCoordP1uiv __rglgen_glMultiTexCoordP1uiv -#define glMultiTexCoordP2ui __rglgen_glMultiTexCoordP2ui -#define glMultiTexCoordP2uiv __rglgen_glMultiTexCoordP2uiv -#define glMultiTexCoordP3ui __rglgen_glMultiTexCoordP3ui -#define glMultiTexCoordP3uiv __rglgen_glMultiTexCoordP3uiv -#define glMultiTexCoordP4ui __rglgen_glMultiTexCoordP4ui -#define glMultiTexCoordP4uiv __rglgen_glMultiTexCoordP4uiv -#define glNormalP3ui __rglgen_glNormalP3ui -#define glNormalP3uiv __rglgen_glNormalP3uiv -#define glColorP3ui __rglgen_glColorP3ui -#define glColorP3uiv __rglgen_glColorP3uiv -#define glColorP4ui __rglgen_glColorP4ui -#define glColorP4uiv __rglgen_glColorP4uiv -#define glSecondaryColorP3ui __rglgen_glSecondaryColorP3ui -#define glSecondaryColorP3uiv __rglgen_glSecondaryColorP3uiv -#define glMinSampleShading __rglgen_glMinSampleShading -#define glBlendEquationi __rglgen_glBlendEquationi -#define glBlendEquationSeparatei __rglgen_glBlendEquationSeparatei -#define glBlendFunci __rglgen_glBlendFunci -#define glBlendFuncSeparatei __rglgen_glBlendFuncSeparatei -#define glDrawArraysIndirect __rglgen_glDrawArraysIndirect -#define glDrawElementsIndirect __rglgen_glDrawElementsIndirect -#define glUniform1d __rglgen_glUniform1d -#define glUniform2d __rglgen_glUniform2d -#define glUniform3d __rglgen_glUniform3d -#define glUniform4d __rglgen_glUniform4d -#define glUniform1dv __rglgen_glUniform1dv -#define glUniform2dv __rglgen_glUniform2dv -#define glUniform3dv __rglgen_glUniform3dv -#define glUniform4dv __rglgen_glUniform4dv -#define glUniformMatrix2dv __rglgen_glUniformMatrix2dv -#define glUniformMatrix3dv __rglgen_glUniformMatrix3dv -#define glUniformMatrix4dv __rglgen_glUniformMatrix4dv -#define glUniformMatrix2x3dv __rglgen_glUniformMatrix2x3dv -#define glUniformMatrix2x4dv __rglgen_glUniformMatrix2x4dv -#define glUniformMatrix3x2dv __rglgen_glUniformMatrix3x2dv -#define glUniformMatrix3x4dv __rglgen_glUniformMatrix3x4dv -#define glUniformMatrix4x2dv __rglgen_glUniformMatrix4x2dv -#define glUniformMatrix4x3dv __rglgen_glUniformMatrix4x3dv -#define glGetUniformdv __rglgen_glGetUniformdv -#define glGetSubroutineUniformLocation __rglgen_glGetSubroutineUniformLocation -#define glGetSubroutineIndex __rglgen_glGetSubroutineIndex -#define glGetActiveSubroutineUniformiv __rglgen_glGetActiveSubroutineUniformiv -#define glGetActiveSubroutineUniformName __rglgen_glGetActiveSubroutineUniformName -#define glGetActiveSubroutineName __rglgen_glGetActiveSubroutineName -#define glUniformSubroutinesuiv __rglgen_glUniformSubroutinesuiv -#define glGetUniformSubroutineuiv __rglgen_glGetUniformSubroutineuiv -#define glGetProgramStageiv __rglgen_glGetProgramStageiv -#define glPatchParameteri __rglgen_glPatchParameteri -#define glPatchParameterfv __rglgen_glPatchParameterfv -#define glBindTransformFeedback __rglgen_glBindTransformFeedback -#define glDeleteTransformFeedbacks __rglgen_glDeleteTransformFeedbacks -#define glGenTransformFeedbacks __rglgen_glGenTransformFeedbacks -#define glIsTransformFeedback __rglgen_glIsTransformFeedback -#define glPauseTransformFeedback __rglgen_glPauseTransformFeedback -#define glResumeTransformFeedback __rglgen_glResumeTransformFeedback -#define glDrawTransformFeedback __rglgen_glDrawTransformFeedback -#define glDrawTransformFeedbackStream __rglgen_glDrawTransformFeedbackStream -#define glBeginQueryIndexed __rglgen_glBeginQueryIndexed -#define glEndQueryIndexed __rglgen_glEndQueryIndexed -#define glGetQueryIndexediv __rglgen_glGetQueryIndexediv -#define glReleaseShaderCompiler __rglgen_glReleaseShaderCompiler -#define glShaderBinary __rglgen_glShaderBinary -#define glGetShaderPrecisionFormat __rglgen_glGetShaderPrecisionFormat -#define glDepthRangef __rglgen_glDepthRangef -#define glClearDepthf __rglgen_glClearDepthf -#define glGetProgramBinary __rglgen_glGetProgramBinary -#define glProgramBinary __rglgen_glProgramBinary -#define glProgramParameteri __rglgen_glProgramParameteri -#define glUseProgramStages __rglgen_glUseProgramStages -#define glActiveShaderProgram __rglgen_glActiveShaderProgram -#define glCreateShaderProgramv __rglgen_glCreateShaderProgramv -#define glBindProgramPipeline __rglgen_glBindProgramPipeline -#define glDeleteProgramPipelines __rglgen_glDeleteProgramPipelines -#define glGenProgramPipelines __rglgen_glGenProgramPipelines -#define glIsProgramPipeline __rglgen_glIsProgramPipeline -#define glGetProgramPipelineiv __rglgen_glGetProgramPipelineiv -#define glProgramUniform1i __rglgen_glProgramUniform1i -#define glProgramUniform1iv __rglgen_glProgramUniform1iv -#define glProgramUniform1f __rglgen_glProgramUniform1f -#define glProgramUniform1fv __rglgen_glProgramUniform1fv -#define glProgramUniform1d __rglgen_glProgramUniform1d -#define glProgramUniform1dv __rglgen_glProgramUniform1dv -#define glProgramUniform1ui __rglgen_glProgramUniform1ui -#define glProgramUniform1uiv __rglgen_glProgramUniform1uiv -#define glProgramUniform2i __rglgen_glProgramUniform2i -#define glProgramUniform2iv __rglgen_glProgramUniform2iv -#define glProgramUniform2f __rglgen_glProgramUniform2f -#define glProgramUniform2fv __rglgen_glProgramUniform2fv -#define glProgramUniform2d __rglgen_glProgramUniform2d -#define glProgramUniform2dv __rglgen_glProgramUniform2dv -#define glProgramUniform2ui __rglgen_glProgramUniform2ui -#define glProgramUniform2uiv __rglgen_glProgramUniform2uiv -#define glProgramUniform3i __rglgen_glProgramUniform3i -#define glProgramUniform3iv __rglgen_glProgramUniform3iv -#define glProgramUniform3f __rglgen_glProgramUniform3f -#define glProgramUniform3fv __rglgen_glProgramUniform3fv -#define glProgramUniform3d __rglgen_glProgramUniform3d -#define glProgramUniform3dv __rglgen_glProgramUniform3dv -#define glProgramUniform3ui __rglgen_glProgramUniform3ui -#define glProgramUniform3uiv __rglgen_glProgramUniform3uiv -#define glProgramUniform4i __rglgen_glProgramUniform4i -#define glProgramUniform4iv __rglgen_glProgramUniform4iv -#define glProgramUniform4f __rglgen_glProgramUniform4f -#define glProgramUniform4fv __rglgen_glProgramUniform4fv -#define glProgramUniform4d __rglgen_glProgramUniform4d -#define glProgramUniform4dv __rglgen_glProgramUniform4dv -#define glProgramUniform4ui __rglgen_glProgramUniform4ui -#define glProgramUniform4uiv __rglgen_glProgramUniform4uiv -#define glProgramUniformMatrix2fv __rglgen_glProgramUniformMatrix2fv -#define glProgramUniformMatrix3fv __rglgen_glProgramUniformMatrix3fv -#define glProgramUniformMatrix4fv __rglgen_glProgramUniformMatrix4fv -#define glProgramUniformMatrix2dv __rglgen_glProgramUniformMatrix2dv -#define glProgramUniformMatrix3dv __rglgen_glProgramUniformMatrix3dv -#define glProgramUniformMatrix4dv __rglgen_glProgramUniformMatrix4dv -#define glProgramUniformMatrix2x3fv __rglgen_glProgramUniformMatrix2x3fv -#define glProgramUniformMatrix3x2fv __rglgen_glProgramUniformMatrix3x2fv -#define glProgramUniformMatrix2x4fv __rglgen_glProgramUniformMatrix2x4fv -#define glProgramUniformMatrix4x2fv __rglgen_glProgramUniformMatrix4x2fv -#define glProgramUniformMatrix3x4fv __rglgen_glProgramUniformMatrix3x4fv -#define glProgramUniformMatrix4x3fv __rglgen_glProgramUniformMatrix4x3fv -#define glProgramUniformMatrix2x3dv __rglgen_glProgramUniformMatrix2x3dv -#define glProgramUniformMatrix3x2dv __rglgen_glProgramUniformMatrix3x2dv -#define glProgramUniformMatrix2x4dv __rglgen_glProgramUniformMatrix2x4dv -#define glProgramUniformMatrix4x2dv __rglgen_glProgramUniformMatrix4x2dv -#define glProgramUniformMatrix3x4dv __rglgen_glProgramUniformMatrix3x4dv -#define glProgramUniformMatrix4x3dv __rglgen_glProgramUniformMatrix4x3dv -#define glValidateProgramPipeline __rglgen_glValidateProgramPipeline -#define glGetProgramPipelineInfoLog __rglgen_glGetProgramPipelineInfoLog -#define glVertexAttribL1d __rglgen_glVertexAttribL1d -#define glVertexAttribL2d __rglgen_glVertexAttribL2d -#define glVertexAttribL3d __rglgen_glVertexAttribL3d -#define glVertexAttribL4d __rglgen_glVertexAttribL4d -#define glVertexAttribL1dv __rglgen_glVertexAttribL1dv -#define glVertexAttribL2dv __rglgen_glVertexAttribL2dv -#define glVertexAttribL3dv __rglgen_glVertexAttribL3dv -#define glVertexAttribL4dv __rglgen_glVertexAttribL4dv -#define glVertexAttribLPointer __rglgen_glVertexAttribLPointer -#define glGetVertexAttribLdv __rglgen_glGetVertexAttribLdv -#define glViewportArrayv __rglgen_glViewportArrayv -#define glViewportIndexedf __rglgen_glViewportIndexedf -#define glViewportIndexedfv __rglgen_glViewportIndexedfv -#define glScissorArrayv __rglgen_glScissorArrayv -#define glScissorIndexed __rglgen_glScissorIndexed -#define glScissorIndexedv __rglgen_glScissorIndexedv -#define glDepthRangeArrayv __rglgen_glDepthRangeArrayv -#define glDepthRangeIndexed __rglgen_glDepthRangeIndexed -#define glGetFloati_v __rglgen_glGetFloati_v -#define glGetDoublei_v __rglgen_glGetDoublei_v -#define glDrawArraysInstancedBaseInstance __rglgen_glDrawArraysInstancedBaseInstance -#define glDrawElementsInstancedBaseInstance __rglgen_glDrawElementsInstancedBaseInstance -#define glDrawElementsInstancedBaseVertexBaseInstance __rglgen_glDrawElementsInstancedBaseVertexBaseInstance -#define glGetInternalformativ __rglgen_glGetInternalformativ -#define glGetActiveAtomicCounterBufferiv __rglgen_glGetActiveAtomicCounterBufferiv -#define glBindImageTexture __rglgen_glBindImageTexture -#define glMemoryBarrier __rglgen_glMemoryBarrier -#define glTexStorage1D __rglgen_glTexStorage1D -#define glTexStorage2D __rglgen_glTexStorage2D -#define glTexStorage3D __rglgen_glTexStorage3D -#define glDrawTransformFeedbackInstanced __rglgen_glDrawTransformFeedbackInstanced -#define glDrawTransformFeedbackStreamInstanced __rglgen_glDrawTransformFeedbackStreamInstanced -#define glClearBufferData __rglgen_glClearBufferData -#define glClearBufferSubData __rglgen_glClearBufferSubData -#define glDispatchCompute __rglgen_glDispatchCompute -#define glDispatchComputeIndirect __rglgen_glDispatchComputeIndirect -#define glCopyImageSubData __rglgen_glCopyImageSubData -#define glFramebufferParameteri __rglgen_glFramebufferParameteri -#define glGetFramebufferParameteriv __rglgen_glGetFramebufferParameteriv -#define glGetInternalformati64v __rglgen_glGetInternalformati64v -#define glInvalidateTexSubImage __rglgen_glInvalidateTexSubImage -#define glInvalidateTexImage __rglgen_glInvalidateTexImage -#define glInvalidateBufferSubData __rglgen_glInvalidateBufferSubData -#define glInvalidateBufferData __rglgen_glInvalidateBufferData -#define glInvalidateFramebuffer __rglgen_glInvalidateFramebuffer -#define glInvalidateSubFramebuffer __rglgen_glInvalidateSubFramebuffer -#define glMultiDrawArraysIndirect __rglgen_glMultiDrawArraysIndirect -#define glMultiDrawElementsIndirect __rglgen_glMultiDrawElementsIndirect -#define glGetProgramInterfaceiv __rglgen_glGetProgramInterfaceiv -#define glGetProgramResourceIndex __rglgen_glGetProgramResourceIndex -#define glGetProgramResourceName __rglgen_glGetProgramResourceName -#define glGetProgramResourceiv __rglgen_glGetProgramResourceiv -#define glGetProgramResourceLocation __rglgen_glGetProgramResourceLocation -#define glGetProgramResourceLocationIndex __rglgen_glGetProgramResourceLocationIndex -#define glShaderStorageBlockBinding __rglgen_glShaderStorageBlockBinding -#define glTexBufferRange __rglgen_glTexBufferRange -#define glTexStorage2DMultisample __rglgen_glTexStorage2DMultisample -#define glTexStorage3DMultisample __rglgen_glTexStorage3DMultisample -#define glTextureView __rglgen_glTextureView -#define glBindVertexBuffer __rglgen_glBindVertexBuffer -#define glVertexAttribFormat __rglgen_glVertexAttribFormat -#define glVertexAttribIFormat __rglgen_glVertexAttribIFormat -#define glVertexAttribLFormat __rglgen_glVertexAttribLFormat -#define glVertexAttribBinding __rglgen_glVertexAttribBinding -#define glVertexBindingDivisor __rglgen_glVertexBindingDivisor -#define glDebugMessageControl __rglgen_glDebugMessageControl -#define glDebugMessageInsert __rglgen_glDebugMessageInsert -#define glDebugMessageCallback __rglgen_glDebugMessageCallback -#define glGetDebugMessageLog __rglgen_glGetDebugMessageLog -#define glPushDebugGroup __rglgen_glPushDebugGroup -#define glPopDebugGroup __rglgen_glPopDebugGroup -#define glObjectLabel __rglgen_glObjectLabel -#define glGetObjectLabel __rglgen_glGetObjectLabel -#define glObjectPtrLabel __rglgen_glObjectPtrLabel -#define glGetObjectPtrLabel __rglgen_glGetObjectPtrLabel -#define glBufferStorage __rglgen_glBufferStorage -#define glClearTexImage __rglgen_glClearTexImage -#define glClearTexSubImage __rglgen_glClearTexSubImage -#define glBindBuffersBase __rglgen_glBindBuffersBase -#define glBindBuffersRange __rglgen_glBindBuffersRange -#define glBindTextures __rglgen_glBindTextures -#define glBindSamplers __rglgen_glBindSamplers -#define glBindImageTextures __rglgen_glBindImageTextures -#define glBindVertexBuffers __rglgen_glBindVertexBuffers -#define glGetTextureHandleARB __rglgen_glGetTextureHandleARB -#define glGetTextureSamplerHandleARB __rglgen_glGetTextureSamplerHandleARB -#define glMakeTextureHandleResidentARB __rglgen_glMakeTextureHandleResidentARB -#define glMakeTextureHandleNonResidentARB __rglgen_glMakeTextureHandleNonResidentARB -#define glGetImageHandleARB __rglgen_glGetImageHandleARB -#define glMakeImageHandleResidentARB __rglgen_glMakeImageHandleResidentARB -#define glMakeImageHandleNonResidentARB __rglgen_glMakeImageHandleNonResidentARB -#define glUniformHandleui64ARB __rglgen_glUniformHandleui64ARB -#define glUniformHandleui64vARB __rglgen_glUniformHandleui64vARB -#define glProgramUniformHandleui64ARB __rglgen_glProgramUniformHandleui64ARB -#define glProgramUniformHandleui64vARB __rglgen_glProgramUniformHandleui64vARB -#define glIsTextureHandleResidentARB __rglgen_glIsTextureHandleResidentARB -#define glIsImageHandleResidentARB __rglgen_glIsImageHandleResidentARB -#define glVertexAttribL1ui64ARB __rglgen_glVertexAttribL1ui64ARB -#define glVertexAttribL1ui64vARB __rglgen_glVertexAttribL1ui64vARB -#define glGetVertexAttribLui64vARB __rglgen_glGetVertexAttribLui64vARB -#define glCreateSyncFromCLeventARB __rglgen_glCreateSyncFromCLeventARB -#define glClampColorARB __rglgen_glClampColorARB -#define glDispatchComputeGroupSizeARB __rglgen_glDispatchComputeGroupSizeARB -#define glDebugMessageControlARB __rglgen_glDebugMessageControlARB -#define glDebugMessageInsertARB __rglgen_glDebugMessageInsertARB -#define glDebugMessageCallbackARB __rglgen_glDebugMessageCallbackARB -#define glGetDebugMessageLogARB __rglgen_glGetDebugMessageLogARB -#define glDrawBuffersARB __rglgen_glDrawBuffersARB -#define glBlendEquationiARB __rglgen_glBlendEquationiARB -#define glBlendEquationSeparateiARB __rglgen_glBlendEquationSeparateiARB -#define glBlendFunciARB __rglgen_glBlendFunciARB -#define glBlendFuncSeparateiARB __rglgen_glBlendFuncSeparateiARB -#define glDrawArraysInstancedARB __rglgen_glDrawArraysInstancedARB -#define glDrawElementsInstancedARB __rglgen_glDrawElementsInstancedARB -#define glProgramStringARB __rglgen_glProgramStringARB -#define glBindProgramARB __rglgen_glBindProgramARB -#define glDeleteProgramsARB __rglgen_glDeleteProgramsARB -#define glGenProgramsARB __rglgen_glGenProgramsARB -#define glProgramEnvParameter4dARB __rglgen_glProgramEnvParameter4dARB -#define glProgramEnvParameter4dvARB __rglgen_glProgramEnvParameter4dvARB -#define glProgramEnvParameter4fARB __rglgen_glProgramEnvParameter4fARB -#define glProgramEnvParameter4fvARB __rglgen_glProgramEnvParameter4fvARB -#define glProgramLocalParameter4dARB __rglgen_glProgramLocalParameter4dARB -#define glProgramLocalParameter4dvARB __rglgen_glProgramLocalParameter4dvARB -#define glProgramLocalParameter4fARB __rglgen_glProgramLocalParameter4fARB -#define glProgramLocalParameter4fvARB __rglgen_glProgramLocalParameter4fvARB -#define glGetProgramEnvParameterdvARB __rglgen_glGetProgramEnvParameterdvARB -#define glGetProgramEnvParameterfvARB __rglgen_glGetProgramEnvParameterfvARB -#define glGetProgramLocalParameterdvARB __rglgen_glGetProgramLocalParameterdvARB -#define glGetProgramLocalParameterfvARB __rglgen_glGetProgramLocalParameterfvARB -#define glGetProgramivARB __rglgen_glGetProgramivARB -#define glGetProgramStringARB __rglgen_glGetProgramStringARB -#define glIsProgramARB __rglgen_glIsProgramARB -#define glProgramParameteriARB __rglgen_glProgramParameteriARB -#define glFramebufferTextureARB __rglgen_glFramebufferTextureARB -#define glFramebufferTextureLayerARB __rglgen_glFramebufferTextureLayerARB -#define glFramebufferTextureFaceARB __rglgen_glFramebufferTextureFaceARB -#define glColorTable __rglgen_glColorTable -#define glColorTableParameterfv __rglgen_glColorTableParameterfv -#define glColorTableParameteriv __rglgen_glColorTableParameteriv -#define glCopyColorTable __rglgen_glCopyColorTable -#define glGetColorTable __rglgen_glGetColorTable -#define glGetColorTableParameterfv __rglgen_glGetColorTableParameterfv -#define glGetColorTableParameteriv __rglgen_glGetColorTableParameteriv -#define glColorSubTable __rglgen_glColorSubTable -#define glCopyColorSubTable __rglgen_glCopyColorSubTable -#define glConvolutionFilter1D __rglgen_glConvolutionFilter1D -#define glConvolutionFilter2D __rglgen_glConvolutionFilter2D -#define glConvolutionParameterf __rglgen_glConvolutionParameterf -#define glConvolutionParameterfv __rglgen_glConvolutionParameterfv -#define glConvolutionParameteri __rglgen_glConvolutionParameteri -#define glConvolutionParameteriv __rglgen_glConvolutionParameteriv -#define glCopyConvolutionFilter1D __rglgen_glCopyConvolutionFilter1D -#define glCopyConvolutionFilter2D __rglgen_glCopyConvolutionFilter2D -#define glGetConvolutionFilter __rglgen_glGetConvolutionFilter -#define glGetConvolutionParameterfv __rglgen_glGetConvolutionParameterfv -#define glGetConvolutionParameteriv __rglgen_glGetConvolutionParameteriv -#define glGetSeparableFilter __rglgen_glGetSeparableFilter -#define glSeparableFilter2D __rglgen_glSeparableFilter2D -#define glGetHistogram __rglgen_glGetHistogram -#define glGetHistogramParameterfv __rglgen_glGetHistogramParameterfv -#define glGetHistogramParameteriv __rglgen_glGetHistogramParameteriv -#define glGetMinmax __rglgen_glGetMinmax -#define glGetMinmaxParameterfv __rglgen_glGetMinmaxParameterfv -#define glGetMinmaxParameteriv __rglgen_glGetMinmaxParameteriv -#define glHistogram __rglgen_glHistogram -#define glMinmax __rglgen_glMinmax -#define glResetHistogram __rglgen_glResetHistogram -#define glResetMinmax __rglgen_glResetMinmax -#define glMultiDrawArraysIndirectCountARB __rglgen_glMultiDrawArraysIndirectCountARB -#define glMultiDrawElementsIndirectCountARB __rglgen_glMultiDrawElementsIndirectCountARB -#define glVertexAttribDivisorARB __rglgen_glVertexAttribDivisorARB -#define glCurrentPaletteMatrixARB __rglgen_glCurrentPaletteMatrixARB -#define glMatrixIndexubvARB __rglgen_glMatrixIndexubvARB -#define glMatrixIndexusvARB __rglgen_glMatrixIndexusvARB -#define glMatrixIndexuivARB __rglgen_glMatrixIndexuivARB -#define glMatrixIndexPointerARB __rglgen_glMatrixIndexPointerARB -#define glSampleCoverageARB __rglgen_glSampleCoverageARB -#define glActiveTextureARB __rglgen_glActiveTextureARB -#define glClientActiveTextureARB __rglgen_glClientActiveTextureARB -#define glMultiTexCoord1dARB __rglgen_glMultiTexCoord1dARB -#define glMultiTexCoord1dvARB __rglgen_glMultiTexCoord1dvARB -#define glMultiTexCoord1fARB __rglgen_glMultiTexCoord1fARB -#define glMultiTexCoord1fvARB __rglgen_glMultiTexCoord1fvARB -#define glMultiTexCoord1iARB __rglgen_glMultiTexCoord1iARB -#define glMultiTexCoord1ivARB __rglgen_glMultiTexCoord1ivARB -#define glMultiTexCoord1sARB __rglgen_glMultiTexCoord1sARB -#define glMultiTexCoord1svARB __rglgen_glMultiTexCoord1svARB -#define glMultiTexCoord2dARB __rglgen_glMultiTexCoord2dARB -#define glMultiTexCoord2dvARB __rglgen_glMultiTexCoord2dvARB -#define glMultiTexCoord2fARB __rglgen_glMultiTexCoord2fARB -#define glMultiTexCoord2fvARB __rglgen_glMultiTexCoord2fvARB -#define glMultiTexCoord2iARB __rglgen_glMultiTexCoord2iARB -#define glMultiTexCoord2ivARB __rglgen_glMultiTexCoord2ivARB -#define glMultiTexCoord2sARB __rglgen_glMultiTexCoord2sARB -#define glMultiTexCoord2svARB __rglgen_glMultiTexCoord2svARB -#define glMultiTexCoord3dARB __rglgen_glMultiTexCoord3dARB -#define glMultiTexCoord3dvARB __rglgen_glMultiTexCoord3dvARB -#define glMultiTexCoord3fARB __rglgen_glMultiTexCoord3fARB -#define glMultiTexCoord3fvARB __rglgen_glMultiTexCoord3fvARB -#define glMultiTexCoord3iARB __rglgen_glMultiTexCoord3iARB -#define glMultiTexCoord3ivARB __rglgen_glMultiTexCoord3ivARB -#define glMultiTexCoord3sARB __rglgen_glMultiTexCoord3sARB -#define glMultiTexCoord3svARB __rglgen_glMultiTexCoord3svARB -#define glMultiTexCoord4dARB __rglgen_glMultiTexCoord4dARB -#define glMultiTexCoord4dvARB __rglgen_glMultiTexCoord4dvARB -#define glMultiTexCoord4fARB __rglgen_glMultiTexCoord4fARB -#define glMultiTexCoord4fvARB __rglgen_glMultiTexCoord4fvARB -#define glMultiTexCoord4iARB __rglgen_glMultiTexCoord4iARB -#define glMultiTexCoord4ivARB __rglgen_glMultiTexCoord4ivARB -#define glMultiTexCoord4sARB __rglgen_glMultiTexCoord4sARB -#define glMultiTexCoord4svARB __rglgen_glMultiTexCoord4svARB -#define glGenQueriesARB __rglgen_glGenQueriesARB -#define glDeleteQueriesARB __rglgen_glDeleteQueriesARB -#define glIsQueryARB __rglgen_glIsQueryARB -#define glBeginQueryARB __rglgen_glBeginQueryARB -#define glEndQueryARB __rglgen_glEndQueryARB -#define glGetQueryivARB __rglgen_glGetQueryivARB -#define glGetQueryObjectivARB __rglgen_glGetQueryObjectivARB -#define glGetQueryObjectuivARB __rglgen_glGetQueryObjectuivARB -#define glPointParameterfARB __rglgen_glPointParameterfARB -#define glPointParameterfvARB __rglgen_glPointParameterfvARB -#define glGetGraphicsResetStatusARB __rglgen_glGetGraphicsResetStatusARB -#define glGetnTexImageARB __rglgen_glGetnTexImageARB -#define glReadnPixelsARB __rglgen_glReadnPixelsARB -#define glGetnCompressedTexImageARB __rglgen_glGetnCompressedTexImageARB -#define glGetnUniformfvARB __rglgen_glGetnUniformfvARB -#define glGetnUniformivARB __rglgen_glGetnUniformivARB -#define glGetnUniformuivARB __rglgen_glGetnUniformuivARB -#define glGetnUniformdvARB __rglgen_glGetnUniformdvARB -#define glGetnMapdvARB __rglgen_glGetnMapdvARB -#define glGetnMapfvARB __rglgen_glGetnMapfvARB -#define glGetnMapivARB __rglgen_glGetnMapivARB -#define glGetnPixelMapfvARB __rglgen_glGetnPixelMapfvARB -#define glGetnPixelMapuivARB __rglgen_glGetnPixelMapuivARB -#define glGetnPixelMapusvARB __rglgen_glGetnPixelMapusvARB -#define glGetnPolygonStippleARB __rglgen_glGetnPolygonStippleARB -#define glGetnColorTableARB __rglgen_glGetnColorTableARB -#define glGetnConvolutionFilterARB __rglgen_glGetnConvolutionFilterARB -#define glGetnSeparableFilterARB __rglgen_glGetnSeparableFilterARB -#define glGetnHistogramARB __rglgen_glGetnHistogramARB -#define glGetnMinmaxARB __rglgen_glGetnMinmaxARB -#define glMinSampleShadingARB __rglgen_glMinSampleShadingARB -#define glDeleteObjectARB __rglgen_glDeleteObjectARB -#define glGetHandleARB __rglgen_glGetHandleARB -#define glDetachObjectARB __rglgen_glDetachObjectARB -#define glCreateShaderObjectARB __rglgen_glCreateShaderObjectARB -#define glShaderSourceARB __rglgen_glShaderSourceARB -#define glCompileShaderARB __rglgen_glCompileShaderARB -#define glCreateProgramObjectARB __rglgen_glCreateProgramObjectARB -#define glAttachObjectARB __rglgen_glAttachObjectARB -#define glLinkProgramARB __rglgen_glLinkProgramARB -#define glUseProgramObjectARB __rglgen_glUseProgramObjectARB -#define glValidateProgramARB __rglgen_glValidateProgramARB -#define glUniform1fARB __rglgen_glUniform1fARB -#define glUniform2fARB __rglgen_glUniform2fARB -#define glUniform3fARB __rglgen_glUniform3fARB -#define glUniform4fARB __rglgen_glUniform4fARB -#define glUniform1iARB __rglgen_glUniform1iARB -#define glUniform2iARB __rglgen_glUniform2iARB -#define glUniform3iARB __rglgen_glUniform3iARB -#define glUniform4iARB __rglgen_glUniform4iARB -#define glUniform1fvARB __rglgen_glUniform1fvARB -#define glUniform2fvARB __rglgen_glUniform2fvARB -#define glUniform3fvARB __rglgen_glUniform3fvARB -#define glUniform4fvARB __rglgen_glUniform4fvARB -#define glUniform1ivARB __rglgen_glUniform1ivARB -#define glUniform2ivARB __rglgen_glUniform2ivARB -#define glUniform3ivARB __rglgen_glUniform3ivARB -#define glUniform4ivARB __rglgen_glUniform4ivARB -#define glUniformMatrix2fvARB __rglgen_glUniformMatrix2fvARB -#define glUniformMatrix3fvARB __rglgen_glUniformMatrix3fvARB -#define glUniformMatrix4fvARB __rglgen_glUniformMatrix4fvARB -#define glGetObjectParameterfvARB __rglgen_glGetObjectParameterfvARB -#define glGetObjectParameterivARB __rglgen_glGetObjectParameterivARB -#define glGetInfoLogARB __rglgen_glGetInfoLogARB -#define glGetAttachedObjectsARB __rglgen_glGetAttachedObjectsARB -#define glGetUniformLocationARB __rglgen_glGetUniformLocationARB -#define glGetActiveUniformARB __rglgen_glGetActiveUniformARB -#define glGetUniformfvARB __rglgen_glGetUniformfvARB -#define glGetUniformivARB __rglgen_glGetUniformivARB -#define glGetShaderSourceARB __rglgen_glGetShaderSourceARB -#define glNamedStringARB __rglgen_glNamedStringARB -#define glDeleteNamedStringARB __rglgen_glDeleteNamedStringARB -#define glCompileShaderIncludeARB __rglgen_glCompileShaderIncludeARB -#define glIsNamedStringARB __rglgen_glIsNamedStringARB -#define glGetNamedStringARB __rglgen_glGetNamedStringARB -#define glGetNamedStringivARB __rglgen_glGetNamedStringivARB -#define glTexPageCommitmentARB __rglgen_glTexPageCommitmentARB -#define glTexBufferARB __rglgen_glTexBufferARB -#define glCompressedTexImage3DARB __rglgen_glCompressedTexImage3DARB -#define glCompressedTexImage2DARB __rglgen_glCompressedTexImage2DARB -#define glCompressedTexImage1DARB __rglgen_glCompressedTexImage1DARB -#define glCompressedTexSubImage3DARB __rglgen_glCompressedTexSubImage3DARB -#define glCompressedTexSubImage2DARB __rglgen_glCompressedTexSubImage2DARB -#define glCompressedTexSubImage1DARB __rglgen_glCompressedTexSubImage1DARB -#define glGetCompressedTexImageARB __rglgen_glGetCompressedTexImageARB -#define glLoadTransposeMatrixfARB __rglgen_glLoadTransposeMatrixfARB -#define glLoadTransposeMatrixdARB __rglgen_glLoadTransposeMatrixdARB -#define glMultTransposeMatrixfARB __rglgen_glMultTransposeMatrixfARB -#define glMultTransposeMatrixdARB __rglgen_glMultTransposeMatrixdARB -#define glWeightbvARB __rglgen_glWeightbvARB -#define glWeightsvARB __rglgen_glWeightsvARB -#define glWeightivARB __rglgen_glWeightivARB -#define glWeightfvARB __rglgen_glWeightfvARB -#define glWeightdvARB __rglgen_glWeightdvARB -#define glWeightubvARB __rglgen_glWeightubvARB -#define glWeightusvARB __rglgen_glWeightusvARB -#define glWeightuivARB __rglgen_glWeightuivARB -#define glWeightPointerARB __rglgen_glWeightPointerARB -#define glVertexBlendARB __rglgen_glVertexBlendARB -#define glBindBufferARB __rglgen_glBindBufferARB -#define glDeleteBuffersARB __rglgen_glDeleteBuffersARB -#define glGenBuffersARB __rglgen_glGenBuffersARB -#define glIsBufferARB __rglgen_glIsBufferARB -#define glBufferDataARB __rglgen_glBufferDataARB -#define glBufferSubDataARB __rglgen_glBufferSubDataARB -#define glGetBufferSubDataARB __rglgen_glGetBufferSubDataARB -#define glMapBufferARB __rglgen_glMapBufferARB -#define glUnmapBufferARB __rglgen_glUnmapBufferARB -#define glGetBufferParameterivARB __rglgen_glGetBufferParameterivARB -#define glGetBufferPointervARB __rglgen_glGetBufferPointervARB -#define glVertexAttrib1dARB __rglgen_glVertexAttrib1dARB -#define glVertexAttrib1dvARB __rglgen_glVertexAttrib1dvARB -#define glVertexAttrib1fARB __rglgen_glVertexAttrib1fARB -#define glVertexAttrib1fvARB __rglgen_glVertexAttrib1fvARB -#define glVertexAttrib1sARB __rglgen_glVertexAttrib1sARB -#define glVertexAttrib1svARB __rglgen_glVertexAttrib1svARB -#define glVertexAttrib2dARB __rglgen_glVertexAttrib2dARB -#define glVertexAttrib2dvARB __rglgen_glVertexAttrib2dvARB -#define glVertexAttrib2fARB __rglgen_glVertexAttrib2fARB -#define glVertexAttrib2fvARB __rglgen_glVertexAttrib2fvARB -#define glVertexAttrib2sARB __rglgen_glVertexAttrib2sARB -#define glVertexAttrib2svARB __rglgen_glVertexAttrib2svARB -#define glVertexAttrib3dARB __rglgen_glVertexAttrib3dARB -#define glVertexAttrib3dvARB __rglgen_glVertexAttrib3dvARB -#define glVertexAttrib3fARB __rglgen_glVertexAttrib3fARB -#define glVertexAttrib3fvARB __rglgen_glVertexAttrib3fvARB -#define glVertexAttrib3sARB __rglgen_glVertexAttrib3sARB -#define glVertexAttrib3svARB __rglgen_glVertexAttrib3svARB -#define glVertexAttrib4NbvARB __rglgen_glVertexAttrib4NbvARB -#define glVertexAttrib4NivARB __rglgen_glVertexAttrib4NivARB -#define glVertexAttrib4NsvARB __rglgen_glVertexAttrib4NsvARB -#define glVertexAttrib4NubARB __rglgen_glVertexAttrib4NubARB -#define glVertexAttrib4NubvARB __rglgen_glVertexAttrib4NubvARB -#define glVertexAttrib4NuivARB __rglgen_glVertexAttrib4NuivARB -#define glVertexAttrib4NusvARB __rglgen_glVertexAttrib4NusvARB -#define glVertexAttrib4bvARB __rglgen_glVertexAttrib4bvARB -#define glVertexAttrib4dARB __rglgen_glVertexAttrib4dARB -#define glVertexAttrib4dvARB __rglgen_glVertexAttrib4dvARB -#define glVertexAttrib4fARB __rglgen_glVertexAttrib4fARB -#define glVertexAttrib4fvARB __rglgen_glVertexAttrib4fvARB -#define glVertexAttrib4ivARB __rglgen_glVertexAttrib4ivARB -#define glVertexAttrib4sARB __rglgen_glVertexAttrib4sARB -#define glVertexAttrib4svARB __rglgen_glVertexAttrib4svARB -#define glVertexAttrib4ubvARB __rglgen_glVertexAttrib4ubvARB -#define glVertexAttrib4uivARB __rglgen_glVertexAttrib4uivARB -#define glVertexAttrib4usvARB __rglgen_glVertexAttrib4usvARB -#define glVertexAttribPointerARB __rglgen_glVertexAttribPointerARB -#define glEnableVertexAttribArrayARB __rglgen_glEnableVertexAttribArrayARB -#define glDisableVertexAttribArrayARB __rglgen_glDisableVertexAttribArrayARB -#define glGetVertexAttribdvARB __rglgen_glGetVertexAttribdvARB -#define glGetVertexAttribfvARB __rglgen_glGetVertexAttribfvARB -#define glGetVertexAttribivARB __rglgen_glGetVertexAttribivARB -#define glGetVertexAttribPointervARB __rglgen_glGetVertexAttribPointervARB -#define glBindAttribLocationARB __rglgen_glBindAttribLocationARB -#define glGetActiveAttribARB __rglgen_glGetActiveAttribARB -#define glGetAttribLocationARB __rglgen_glGetAttribLocationARB -#define glWindowPos2dARB __rglgen_glWindowPos2dARB -#define glWindowPos2dvARB __rglgen_glWindowPos2dvARB -#define glWindowPos2fARB __rglgen_glWindowPos2fARB -#define glWindowPos2fvARB __rglgen_glWindowPos2fvARB -#define glWindowPos2iARB __rglgen_glWindowPos2iARB -#define glWindowPos2ivARB __rglgen_glWindowPos2ivARB -#define glWindowPos2sARB __rglgen_glWindowPos2sARB -#define glWindowPos2svARB __rglgen_glWindowPos2svARB -#define glWindowPos3dARB __rglgen_glWindowPos3dARB -#define glWindowPos3dvARB __rglgen_glWindowPos3dvARB -#define glWindowPos3fARB __rglgen_glWindowPos3fARB -#define glWindowPos3fvARB __rglgen_glWindowPos3fvARB -#define glWindowPos3iARB __rglgen_glWindowPos3iARB -#define glWindowPos3ivARB __rglgen_glWindowPos3ivARB -#define glWindowPos3sARB __rglgen_glWindowPos3sARB -#define glWindowPos3svARB __rglgen_glWindowPos3svARB -#define glMultiTexCoord1bOES __rglgen_glMultiTexCoord1bOES -#define glMultiTexCoord1bvOES __rglgen_glMultiTexCoord1bvOES -#define glMultiTexCoord2bOES __rglgen_glMultiTexCoord2bOES -#define glMultiTexCoord2bvOES __rglgen_glMultiTexCoord2bvOES -#define glMultiTexCoord3bOES __rglgen_glMultiTexCoord3bOES -#define glMultiTexCoord3bvOES __rglgen_glMultiTexCoord3bvOES -#define glMultiTexCoord4bOES __rglgen_glMultiTexCoord4bOES -#define glMultiTexCoord4bvOES __rglgen_glMultiTexCoord4bvOES -#define glTexCoord1bOES __rglgen_glTexCoord1bOES -#define glTexCoord1bvOES __rglgen_glTexCoord1bvOES -#define glTexCoord2bOES __rglgen_glTexCoord2bOES -#define glTexCoord2bvOES __rglgen_glTexCoord2bvOES -#define glTexCoord3bOES __rglgen_glTexCoord3bOES -#define glTexCoord3bvOES __rglgen_glTexCoord3bvOES -#define glTexCoord4bOES __rglgen_glTexCoord4bOES -#define glTexCoord4bvOES __rglgen_glTexCoord4bvOES -#define glVertex2bOES __rglgen_glVertex2bOES -#define glVertex2bvOES __rglgen_glVertex2bvOES -#define glVertex3bOES __rglgen_glVertex3bOES -#define glVertex3bvOES __rglgen_glVertex3bvOES -#define glVertex4bOES __rglgen_glVertex4bOES -#define glVertex4bvOES __rglgen_glVertex4bvOES -#define glAlphaFuncxOES __rglgen_glAlphaFuncxOES -#define glClearColorxOES __rglgen_glClearColorxOES -#define glClearDepthxOES __rglgen_glClearDepthxOES -#define glClipPlanexOES __rglgen_glClipPlanexOES -#define glColor4xOES __rglgen_glColor4xOES -#define glDepthRangexOES __rglgen_glDepthRangexOES -#define glFogxOES __rglgen_glFogxOES -#define glFogxvOES __rglgen_glFogxvOES -#define glFrustumxOES __rglgen_glFrustumxOES -#define glGetClipPlanexOES __rglgen_glGetClipPlanexOES -#define glGetFixedvOES __rglgen_glGetFixedvOES -#define glGetTexEnvxvOES __rglgen_glGetTexEnvxvOES -#define glGetTexParameterxvOES __rglgen_glGetTexParameterxvOES -#define glLightModelxOES __rglgen_glLightModelxOES -#define glLightModelxvOES __rglgen_glLightModelxvOES -#define glLightxOES __rglgen_glLightxOES -#define glLightxvOES __rglgen_glLightxvOES -#define glLineWidthxOES __rglgen_glLineWidthxOES -#define glLoadMatrixxOES __rglgen_glLoadMatrixxOES -#define glMaterialxOES __rglgen_glMaterialxOES -#define glMaterialxvOES __rglgen_glMaterialxvOES -#define glMultMatrixxOES __rglgen_glMultMatrixxOES -#define glMultiTexCoord4xOES __rglgen_glMultiTexCoord4xOES -#define glNormal3xOES __rglgen_glNormal3xOES -#define glOrthoxOES __rglgen_glOrthoxOES -#define glPointParameterxvOES __rglgen_glPointParameterxvOES -#define glPointSizexOES __rglgen_glPointSizexOES -#define glPolygonOffsetxOES __rglgen_glPolygonOffsetxOES -#define glRotatexOES __rglgen_glRotatexOES -#define glSampleCoverageOES __rglgen_glSampleCoverageOES -#define glScalexOES __rglgen_glScalexOES -#define glTexEnvxOES __rglgen_glTexEnvxOES -#define glTexEnvxvOES __rglgen_glTexEnvxvOES -#define glTexParameterxOES __rglgen_glTexParameterxOES -#define glTexParameterxvOES __rglgen_glTexParameterxvOES -#define glTranslatexOES __rglgen_glTranslatexOES -#define glAccumxOES __rglgen_glAccumxOES -#define glBitmapxOES __rglgen_glBitmapxOES -#define glBlendColorxOES __rglgen_glBlendColorxOES -#define glClearAccumxOES __rglgen_glClearAccumxOES -#define glColor3xOES __rglgen_glColor3xOES -#define glColor3xvOES __rglgen_glColor3xvOES -#define glColor4xvOES __rglgen_glColor4xvOES -#define glConvolutionParameterxOES __rglgen_glConvolutionParameterxOES -#define glConvolutionParameterxvOES __rglgen_glConvolutionParameterxvOES -#define glEvalCoord1xOES __rglgen_glEvalCoord1xOES -#define glEvalCoord1xvOES __rglgen_glEvalCoord1xvOES -#define glEvalCoord2xOES __rglgen_glEvalCoord2xOES -#define glEvalCoord2xvOES __rglgen_glEvalCoord2xvOES -#define glFeedbackBufferxOES __rglgen_glFeedbackBufferxOES -#define glGetConvolutionParameterxvOES __rglgen_glGetConvolutionParameterxvOES -#define glGetHistogramParameterxvOES __rglgen_glGetHistogramParameterxvOES -#define glGetLightxOES __rglgen_glGetLightxOES -#define glGetMapxvOES __rglgen_glGetMapxvOES -#define glGetMaterialxOES __rglgen_glGetMaterialxOES -#define glGetPixelMapxv __rglgen_glGetPixelMapxv -#define glGetTexGenxvOES __rglgen_glGetTexGenxvOES -#define glGetTexLevelParameterxvOES __rglgen_glGetTexLevelParameterxvOES -#define glIndexxOES __rglgen_glIndexxOES -#define glIndexxvOES __rglgen_glIndexxvOES -#define glLoadTransposeMatrixxOES __rglgen_glLoadTransposeMatrixxOES -#define glMap1xOES __rglgen_glMap1xOES -#define glMap2xOES __rglgen_glMap2xOES -#define glMapGrid1xOES __rglgen_glMapGrid1xOES -#define glMapGrid2xOES __rglgen_glMapGrid2xOES -#define glMultTransposeMatrixxOES __rglgen_glMultTransposeMatrixxOES -#define glMultiTexCoord1xOES __rglgen_glMultiTexCoord1xOES -#define glMultiTexCoord1xvOES __rglgen_glMultiTexCoord1xvOES -#define glMultiTexCoord2xOES __rglgen_glMultiTexCoord2xOES -#define glMultiTexCoord2xvOES __rglgen_glMultiTexCoord2xvOES -#define glMultiTexCoord3xOES __rglgen_glMultiTexCoord3xOES -#define glMultiTexCoord3xvOES __rglgen_glMultiTexCoord3xvOES -#define glMultiTexCoord4xvOES __rglgen_glMultiTexCoord4xvOES -#define glNormal3xvOES __rglgen_glNormal3xvOES -#define glPassThroughxOES __rglgen_glPassThroughxOES -#define glPixelMapx __rglgen_glPixelMapx -#define glPixelStorex __rglgen_glPixelStorex -#define glPixelTransferxOES __rglgen_glPixelTransferxOES -#define glPixelZoomxOES __rglgen_glPixelZoomxOES -#define glPrioritizeTexturesxOES __rglgen_glPrioritizeTexturesxOES -#define glRasterPos2xOES __rglgen_glRasterPos2xOES -#define glRasterPos2xvOES __rglgen_glRasterPos2xvOES -#define glRasterPos3xOES __rglgen_glRasterPos3xOES -#define glRasterPos3xvOES __rglgen_glRasterPos3xvOES -#define glRasterPos4xOES __rglgen_glRasterPos4xOES -#define glRasterPos4xvOES __rglgen_glRasterPos4xvOES -#define glRectxOES __rglgen_glRectxOES -#define glRectxvOES __rglgen_glRectxvOES -#define glTexCoord1xOES __rglgen_glTexCoord1xOES -#define glTexCoord1xvOES __rglgen_glTexCoord1xvOES -#define glTexCoord2xOES __rglgen_glTexCoord2xOES -#define glTexCoord2xvOES __rglgen_glTexCoord2xvOES -#define glTexCoord3xOES __rglgen_glTexCoord3xOES -#define glTexCoord3xvOES __rglgen_glTexCoord3xvOES -#define glTexCoord4xOES __rglgen_glTexCoord4xOES -#define glTexCoord4xvOES __rglgen_glTexCoord4xvOES -#define glTexGenxOES __rglgen_glTexGenxOES -#define glTexGenxvOES __rglgen_glTexGenxvOES -#define glVertex2xOES __rglgen_glVertex2xOES -#define glVertex2xvOES __rglgen_glVertex2xvOES -#define glVertex3xOES __rglgen_glVertex3xOES -#define glVertex3xvOES __rglgen_glVertex3xvOES -#define glVertex4xOES __rglgen_glVertex4xOES -#define glVertex4xvOES __rglgen_glVertex4xvOES -#define glQueryMatrixxOES __rglgen_glQueryMatrixxOES -#define glClearDepthfOES __rglgen_glClearDepthfOES -#define glClipPlanefOES __rglgen_glClipPlanefOES -#define glDepthRangefOES __rglgen_glDepthRangefOES -#define glFrustumfOES __rglgen_glFrustumfOES -#define glGetClipPlanefOES __rglgen_glGetClipPlanefOES -#define glOrthofOES __rglgen_glOrthofOES -#define glImageTransformParameteriHP __rglgen_glImageTransformParameteriHP -#define glImageTransformParameterfHP __rglgen_glImageTransformParameterfHP -#define glImageTransformParameterivHP __rglgen_glImageTransformParameterivHP -#define glImageTransformParameterfvHP __rglgen_glImageTransformParameterfvHP -#define glGetImageTransformParameterivHP __rglgen_glGetImageTransformParameterivHP -#define glGetImageTransformParameterfvHP __rglgen_glGetImageTransformParameterfvHP - -extern RGLSYMGLDRAWRANGEELEMENTSPROC __rglgen_glDrawRangeElements; -extern RGLSYMGLTEXIMAGE3DPROC __rglgen_glTexImage3D; -extern RGLSYMGLTEXSUBIMAGE3DPROC __rglgen_glTexSubImage3D; -extern RGLSYMGLCOPYTEXSUBIMAGE3DPROC __rglgen_glCopyTexSubImage3D; -extern RGLSYMGLACTIVETEXTUREPROC __rglgen_glActiveTexture; -extern RGLSYMGLSAMPLECOVERAGEPROC __rglgen_glSampleCoverage; -extern RGLSYMGLCOMPRESSEDTEXIMAGE3DPROC __rglgen_glCompressedTexImage3D; -extern RGLSYMGLCOMPRESSEDTEXIMAGE2DPROC __rglgen_glCompressedTexImage2D; -extern RGLSYMGLCOMPRESSEDTEXIMAGE1DPROC __rglgen_glCompressedTexImage1D; -extern RGLSYMGLCOMPRESSEDTEXSUBIMAGE3DPROC __rglgen_glCompressedTexSubImage3D; -extern RGLSYMGLCOMPRESSEDTEXSUBIMAGE2DPROC __rglgen_glCompressedTexSubImage2D; -extern RGLSYMGLCOMPRESSEDTEXSUBIMAGE1DPROC __rglgen_glCompressedTexSubImage1D; -extern RGLSYMGLGETCOMPRESSEDTEXIMAGEPROC __rglgen_glGetCompressedTexImage; -extern RGLSYMGLCLIENTACTIVETEXTUREPROC __rglgen_glClientActiveTexture; -extern RGLSYMGLMULTITEXCOORD1DPROC __rglgen_glMultiTexCoord1d; -extern RGLSYMGLMULTITEXCOORD1DVPROC __rglgen_glMultiTexCoord1dv; -extern RGLSYMGLMULTITEXCOORD1FPROC __rglgen_glMultiTexCoord1f; -extern RGLSYMGLMULTITEXCOORD1FVPROC __rglgen_glMultiTexCoord1fv; -extern RGLSYMGLMULTITEXCOORD1IPROC __rglgen_glMultiTexCoord1i; -extern RGLSYMGLMULTITEXCOORD1IVPROC __rglgen_glMultiTexCoord1iv; -extern RGLSYMGLMULTITEXCOORD1SPROC __rglgen_glMultiTexCoord1s; -extern RGLSYMGLMULTITEXCOORD1SVPROC __rglgen_glMultiTexCoord1sv; -extern RGLSYMGLMULTITEXCOORD2DPROC __rglgen_glMultiTexCoord2d; -extern RGLSYMGLMULTITEXCOORD2DVPROC __rglgen_glMultiTexCoord2dv; -extern RGLSYMGLMULTITEXCOORD2FPROC __rglgen_glMultiTexCoord2f; -extern RGLSYMGLMULTITEXCOORD2FVPROC __rglgen_glMultiTexCoord2fv; -extern RGLSYMGLMULTITEXCOORD2IPROC __rglgen_glMultiTexCoord2i; -extern RGLSYMGLMULTITEXCOORD2IVPROC __rglgen_glMultiTexCoord2iv; -extern RGLSYMGLMULTITEXCOORD2SPROC __rglgen_glMultiTexCoord2s; -extern RGLSYMGLMULTITEXCOORD2SVPROC __rglgen_glMultiTexCoord2sv; -extern RGLSYMGLMULTITEXCOORD3DPROC __rglgen_glMultiTexCoord3d; -extern RGLSYMGLMULTITEXCOORD3DVPROC __rglgen_glMultiTexCoord3dv; -extern RGLSYMGLMULTITEXCOORD3FPROC __rglgen_glMultiTexCoord3f; -extern RGLSYMGLMULTITEXCOORD3FVPROC __rglgen_glMultiTexCoord3fv; -extern RGLSYMGLMULTITEXCOORD3IPROC __rglgen_glMultiTexCoord3i; -extern RGLSYMGLMULTITEXCOORD3IVPROC __rglgen_glMultiTexCoord3iv; -extern RGLSYMGLMULTITEXCOORD3SPROC __rglgen_glMultiTexCoord3s; -extern RGLSYMGLMULTITEXCOORD3SVPROC __rglgen_glMultiTexCoord3sv; -extern RGLSYMGLMULTITEXCOORD4DPROC __rglgen_glMultiTexCoord4d; -extern RGLSYMGLMULTITEXCOORD4DVPROC __rglgen_glMultiTexCoord4dv; -extern RGLSYMGLMULTITEXCOORD4FPROC __rglgen_glMultiTexCoord4f; -extern RGLSYMGLMULTITEXCOORD4FVPROC __rglgen_glMultiTexCoord4fv; -extern RGLSYMGLMULTITEXCOORD4IPROC __rglgen_glMultiTexCoord4i; -extern RGLSYMGLMULTITEXCOORD4IVPROC __rglgen_glMultiTexCoord4iv; -extern RGLSYMGLMULTITEXCOORD4SPROC __rglgen_glMultiTexCoord4s; -extern RGLSYMGLMULTITEXCOORD4SVPROC __rglgen_glMultiTexCoord4sv; -extern RGLSYMGLLOADTRANSPOSEMATRIXFPROC __rglgen_glLoadTransposeMatrixf; -extern RGLSYMGLLOADTRANSPOSEMATRIXDPROC __rglgen_glLoadTransposeMatrixd; -extern RGLSYMGLMULTTRANSPOSEMATRIXFPROC __rglgen_glMultTransposeMatrixf; -extern RGLSYMGLMULTTRANSPOSEMATRIXDPROC __rglgen_glMultTransposeMatrixd; -extern RGLSYMGLBLENDFUNCSEPARATEPROC __rglgen_glBlendFuncSeparate; -extern RGLSYMGLMULTIDRAWARRAYSPROC __rglgen_glMultiDrawArrays; -extern RGLSYMGLMULTIDRAWELEMENTSPROC __rglgen_glMultiDrawElements; -extern RGLSYMGLPOINTPARAMETERFPROC __rglgen_glPointParameterf; -extern RGLSYMGLPOINTPARAMETERFVPROC __rglgen_glPointParameterfv; -extern RGLSYMGLPOINTPARAMETERIPROC __rglgen_glPointParameteri; -extern RGLSYMGLPOINTPARAMETERIVPROC __rglgen_glPointParameteriv; -extern RGLSYMGLFOGCOORDFPROC __rglgen_glFogCoordf; -extern RGLSYMGLFOGCOORDFVPROC __rglgen_glFogCoordfv; -extern RGLSYMGLFOGCOORDDPROC __rglgen_glFogCoordd; -extern RGLSYMGLFOGCOORDDVPROC __rglgen_glFogCoorddv; -extern RGLSYMGLFOGCOORDPOINTERPROC __rglgen_glFogCoordPointer; -extern RGLSYMGLSECONDARYCOLOR3BPROC __rglgen_glSecondaryColor3b; -extern RGLSYMGLSECONDARYCOLOR3BVPROC __rglgen_glSecondaryColor3bv; -extern RGLSYMGLSECONDARYCOLOR3DPROC __rglgen_glSecondaryColor3d; -extern RGLSYMGLSECONDARYCOLOR3DVPROC __rglgen_glSecondaryColor3dv; -extern RGLSYMGLSECONDARYCOLOR3FPROC __rglgen_glSecondaryColor3f; -extern RGLSYMGLSECONDARYCOLOR3FVPROC __rglgen_glSecondaryColor3fv; -extern RGLSYMGLSECONDARYCOLOR3IPROC __rglgen_glSecondaryColor3i; -extern RGLSYMGLSECONDARYCOLOR3IVPROC __rglgen_glSecondaryColor3iv; -extern RGLSYMGLSECONDARYCOLOR3SPROC __rglgen_glSecondaryColor3s; -extern RGLSYMGLSECONDARYCOLOR3SVPROC __rglgen_glSecondaryColor3sv; -extern RGLSYMGLSECONDARYCOLOR3UBPROC __rglgen_glSecondaryColor3ub; -extern RGLSYMGLSECONDARYCOLOR3UBVPROC __rglgen_glSecondaryColor3ubv; -extern RGLSYMGLSECONDARYCOLOR3UIPROC __rglgen_glSecondaryColor3ui; -extern RGLSYMGLSECONDARYCOLOR3UIVPROC __rglgen_glSecondaryColor3uiv; -extern RGLSYMGLSECONDARYCOLOR3USPROC __rglgen_glSecondaryColor3us; -extern RGLSYMGLSECONDARYCOLOR3USVPROC __rglgen_glSecondaryColor3usv; -extern RGLSYMGLSECONDARYCOLORPOINTERPROC __rglgen_glSecondaryColorPointer; -extern RGLSYMGLWINDOWPOS2DPROC __rglgen_glWindowPos2d; -extern RGLSYMGLWINDOWPOS2DVPROC __rglgen_glWindowPos2dv; -extern RGLSYMGLWINDOWPOS2FPROC __rglgen_glWindowPos2f; -extern RGLSYMGLWINDOWPOS2FVPROC __rglgen_glWindowPos2fv; -extern RGLSYMGLWINDOWPOS2IPROC __rglgen_glWindowPos2i; -extern RGLSYMGLWINDOWPOS2IVPROC __rglgen_glWindowPos2iv; -extern RGLSYMGLWINDOWPOS2SPROC __rglgen_glWindowPos2s; -extern RGLSYMGLWINDOWPOS2SVPROC __rglgen_glWindowPos2sv; -extern RGLSYMGLWINDOWPOS3DPROC __rglgen_glWindowPos3d; -extern RGLSYMGLWINDOWPOS3DVPROC __rglgen_glWindowPos3dv; -extern RGLSYMGLWINDOWPOS3FPROC __rglgen_glWindowPos3f; -extern RGLSYMGLWINDOWPOS3FVPROC __rglgen_glWindowPos3fv; -extern RGLSYMGLWINDOWPOS3IPROC __rglgen_glWindowPos3i; -extern RGLSYMGLWINDOWPOS3IVPROC __rglgen_glWindowPos3iv; -extern RGLSYMGLWINDOWPOS3SPROC __rglgen_glWindowPos3s; -extern RGLSYMGLWINDOWPOS3SVPROC __rglgen_glWindowPos3sv; -extern RGLSYMGLBLENDCOLORPROC __rglgen_glBlendColor; -extern RGLSYMGLBLENDEQUATIONPROC __rglgen_glBlendEquation; -extern RGLSYMGLGENQUERIESPROC __rglgen_glGenQueries; -extern RGLSYMGLDELETEQUERIESPROC __rglgen_glDeleteQueries; -extern RGLSYMGLISQUERYPROC __rglgen_glIsQuery; -extern RGLSYMGLBEGINQUERYPROC __rglgen_glBeginQuery; -extern RGLSYMGLENDQUERYPROC __rglgen_glEndQuery; -extern RGLSYMGLGETQUERYIVPROC __rglgen_glGetQueryiv; -extern RGLSYMGLGETQUERYOBJECTIVPROC __rglgen_glGetQueryObjectiv; -extern RGLSYMGLGETQUERYOBJECTUIVPROC __rglgen_glGetQueryObjectuiv; -extern RGLSYMGLBINDBUFFERPROC __rglgen_glBindBuffer; -extern RGLSYMGLDELETEBUFFERSPROC __rglgen_glDeleteBuffers; -extern RGLSYMGLGENBUFFERSPROC __rglgen_glGenBuffers; -extern RGLSYMGLISBUFFERPROC __rglgen_glIsBuffer; -extern RGLSYMGLBUFFERDATAPROC __rglgen_glBufferData; -extern RGLSYMGLBUFFERSUBDATAPROC __rglgen_glBufferSubData; -extern RGLSYMGLGETBUFFERSUBDATAPROC __rglgen_glGetBufferSubData; -extern RGLSYMGLMAPBUFFERPROC __rglgen_glMapBuffer; -extern RGLSYMGLUNMAPBUFFERPROC __rglgen_glUnmapBuffer; -extern RGLSYMGLGETBUFFERPARAMETERIVPROC __rglgen_glGetBufferParameteriv; -extern RGLSYMGLGETBUFFERPOINTERVPROC __rglgen_glGetBufferPointerv; -extern RGLSYMGLBLENDEQUATIONSEPARATEPROC __rglgen_glBlendEquationSeparate; -extern RGLSYMGLDRAWBUFFERSPROC __rglgen_glDrawBuffers; -extern RGLSYMGLSTENCILOPSEPARATEPROC __rglgen_glStencilOpSeparate; -extern RGLSYMGLSTENCILFUNCSEPARATEPROC __rglgen_glStencilFuncSeparate; -extern RGLSYMGLSTENCILMASKSEPARATEPROC __rglgen_glStencilMaskSeparate; -extern RGLSYMGLATTACHSHADERPROC __rglgen_glAttachShader; -extern RGLSYMGLBINDATTRIBLOCATIONPROC __rglgen_glBindAttribLocation; -extern RGLSYMGLCOMPILESHADERPROC __rglgen_glCompileShader; -extern RGLSYMGLCREATEPROGRAMPROC __rglgen_glCreateProgram; -extern RGLSYMGLCREATESHADERPROC __rglgen_glCreateShader; -extern RGLSYMGLDELETEPROGRAMPROC __rglgen_glDeleteProgram; -extern RGLSYMGLDELETESHADERPROC __rglgen_glDeleteShader; -extern RGLSYMGLDETACHSHADERPROC __rglgen_glDetachShader; -extern RGLSYMGLDISABLEVERTEXATTRIBARRAYPROC __rglgen_glDisableVertexAttribArray; -extern RGLSYMGLENABLEVERTEXATTRIBARRAYPROC __rglgen_glEnableVertexAttribArray; -extern RGLSYMGLGETACTIVEATTRIBPROC __rglgen_glGetActiveAttrib; -extern RGLSYMGLGETACTIVEUNIFORMPROC __rglgen_glGetActiveUniform; -extern RGLSYMGLGETATTACHEDSHADERSPROC __rglgen_glGetAttachedShaders; -extern RGLSYMGLGETATTRIBLOCATIONPROC __rglgen_glGetAttribLocation; -extern RGLSYMGLGETPROGRAMIVPROC __rglgen_glGetProgramiv; -extern RGLSYMGLGETPROGRAMINFOLOGPROC __rglgen_glGetProgramInfoLog; -extern RGLSYMGLGETSHADERIVPROC __rglgen_glGetShaderiv; -extern RGLSYMGLGETSHADERINFOLOGPROC __rglgen_glGetShaderInfoLog; -extern RGLSYMGLGETSHADERSOURCEPROC __rglgen_glGetShaderSource; -extern RGLSYMGLGETUNIFORMLOCATIONPROC __rglgen_glGetUniformLocation; -extern RGLSYMGLGETUNIFORMFVPROC __rglgen_glGetUniformfv; -extern RGLSYMGLGETUNIFORMIVPROC __rglgen_glGetUniformiv; -extern RGLSYMGLGETVERTEXATTRIBDVPROC __rglgen_glGetVertexAttribdv; -extern RGLSYMGLGETVERTEXATTRIBFVPROC __rglgen_glGetVertexAttribfv; -extern RGLSYMGLGETVERTEXATTRIBIVPROC __rglgen_glGetVertexAttribiv; -extern RGLSYMGLGETVERTEXATTRIBPOINTERVPROC __rglgen_glGetVertexAttribPointerv; -extern RGLSYMGLISPROGRAMPROC __rglgen_glIsProgram; -extern RGLSYMGLISSHADERPROC __rglgen_glIsShader; -extern RGLSYMGLLINKPROGRAMPROC __rglgen_glLinkProgram; -extern RGLSYMGLSHADERSOURCEPROC __rglgen_glShaderSource; -extern RGLSYMGLUSEPROGRAMPROC __rglgen_glUseProgram; -extern RGLSYMGLUNIFORM1FPROC __rglgen_glUniform1f; -extern RGLSYMGLUNIFORM2FPROC __rglgen_glUniform2f; -extern RGLSYMGLUNIFORM3FPROC __rglgen_glUniform3f; -extern RGLSYMGLUNIFORM4FPROC __rglgen_glUniform4f; -extern RGLSYMGLUNIFORM1IPROC __rglgen_glUniform1i; -extern RGLSYMGLUNIFORM2IPROC __rglgen_glUniform2i; -extern RGLSYMGLUNIFORM3IPROC __rglgen_glUniform3i; -extern RGLSYMGLUNIFORM4IPROC __rglgen_glUniform4i; -extern RGLSYMGLUNIFORM1FVPROC __rglgen_glUniform1fv; -extern RGLSYMGLUNIFORM2FVPROC __rglgen_glUniform2fv; -extern RGLSYMGLUNIFORM3FVPROC __rglgen_glUniform3fv; -extern RGLSYMGLUNIFORM4FVPROC __rglgen_glUniform4fv; -extern RGLSYMGLUNIFORM1IVPROC __rglgen_glUniform1iv; -extern RGLSYMGLUNIFORM2IVPROC __rglgen_glUniform2iv; -extern RGLSYMGLUNIFORM3IVPROC __rglgen_glUniform3iv; -extern RGLSYMGLUNIFORM4IVPROC __rglgen_glUniform4iv; -extern RGLSYMGLUNIFORMMATRIX2FVPROC __rglgen_glUniformMatrix2fv; -extern RGLSYMGLUNIFORMMATRIX3FVPROC __rglgen_glUniformMatrix3fv; -extern RGLSYMGLUNIFORMMATRIX4FVPROC __rglgen_glUniformMatrix4fv; -extern RGLSYMGLVALIDATEPROGRAMPROC __rglgen_glValidateProgram; -extern RGLSYMGLVERTEXATTRIB1DPROC __rglgen_glVertexAttrib1d; -extern RGLSYMGLVERTEXATTRIB1DVPROC __rglgen_glVertexAttrib1dv; -extern RGLSYMGLVERTEXATTRIB1FPROC __rglgen_glVertexAttrib1f; -extern RGLSYMGLVERTEXATTRIB1FVPROC __rglgen_glVertexAttrib1fv; -extern RGLSYMGLVERTEXATTRIB1SPROC __rglgen_glVertexAttrib1s; -extern RGLSYMGLVERTEXATTRIB1SVPROC __rglgen_glVertexAttrib1sv; -extern RGLSYMGLVERTEXATTRIB2DPROC __rglgen_glVertexAttrib2d; -extern RGLSYMGLVERTEXATTRIB2DVPROC __rglgen_glVertexAttrib2dv; -extern RGLSYMGLVERTEXATTRIB2FPROC __rglgen_glVertexAttrib2f; -extern RGLSYMGLVERTEXATTRIB2FVPROC __rglgen_glVertexAttrib2fv; -extern RGLSYMGLVERTEXATTRIB2SPROC __rglgen_glVertexAttrib2s; -extern RGLSYMGLVERTEXATTRIB2SVPROC __rglgen_glVertexAttrib2sv; -extern RGLSYMGLVERTEXATTRIB3DPROC __rglgen_glVertexAttrib3d; -extern RGLSYMGLVERTEXATTRIB3DVPROC __rglgen_glVertexAttrib3dv; -extern RGLSYMGLVERTEXATTRIB3FPROC __rglgen_glVertexAttrib3f; -extern RGLSYMGLVERTEXATTRIB3FVPROC __rglgen_glVertexAttrib3fv; -extern RGLSYMGLVERTEXATTRIB3SPROC __rglgen_glVertexAttrib3s; -extern RGLSYMGLVERTEXATTRIB3SVPROC __rglgen_glVertexAttrib3sv; -extern RGLSYMGLVERTEXATTRIB4NBVPROC __rglgen_glVertexAttrib4Nbv; -extern RGLSYMGLVERTEXATTRIB4NIVPROC __rglgen_glVertexAttrib4Niv; -extern RGLSYMGLVERTEXATTRIB4NSVPROC __rglgen_glVertexAttrib4Nsv; -extern RGLSYMGLVERTEXATTRIB4NUBPROC __rglgen_glVertexAttrib4Nub; -extern RGLSYMGLVERTEXATTRIB4NUBVPROC __rglgen_glVertexAttrib4Nubv; -extern RGLSYMGLVERTEXATTRIB4NUIVPROC __rglgen_glVertexAttrib4Nuiv; -extern RGLSYMGLVERTEXATTRIB4NUSVPROC __rglgen_glVertexAttrib4Nusv; -extern RGLSYMGLVERTEXATTRIB4BVPROC __rglgen_glVertexAttrib4bv; -extern RGLSYMGLVERTEXATTRIB4DPROC __rglgen_glVertexAttrib4d; -extern RGLSYMGLVERTEXATTRIB4DVPROC __rglgen_glVertexAttrib4dv; -extern RGLSYMGLVERTEXATTRIB4FPROC __rglgen_glVertexAttrib4f; -extern RGLSYMGLVERTEXATTRIB4FVPROC __rglgen_glVertexAttrib4fv; -extern RGLSYMGLVERTEXATTRIB4IVPROC __rglgen_glVertexAttrib4iv; -extern RGLSYMGLVERTEXATTRIB4SPROC __rglgen_glVertexAttrib4s; -extern RGLSYMGLVERTEXATTRIB4SVPROC __rglgen_glVertexAttrib4sv; -extern RGLSYMGLVERTEXATTRIB4UBVPROC __rglgen_glVertexAttrib4ubv; -extern RGLSYMGLVERTEXATTRIB4UIVPROC __rglgen_glVertexAttrib4uiv; -extern RGLSYMGLVERTEXATTRIB4USVPROC __rglgen_glVertexAttrib4usv; -extern RGLSYMGLVERTEXATTRIBPOINTERPROC __rglgen_glVertexAttribPointer; -extern RGLSYMGLUNIFORMMATRIX2X3FVPROC __rglgen_glUniformMatrix2x3fv; -extern RGLSYMGLUNIFORMMATRIX3X2FVPROC __rglgen_glUniformMatrix3x2fv; -extern RGLSYMGLUNIFORMMATRIX2X4FVPROC __rglgen_glUniformMatrix2x4fv; -extern RGLSYMGLUNIFORMMATRIX4X2FVPROC __rglgen_glUniformMatrix4x2fv; -extern RGLSYMGLUNIFORMMATRIX3X4FVPROC __rglgen_glUniformMatrix3x4fv; -extern RGLSYMGLUNIFORMMATRIX4X3FVPROC __rglgen_glUniformMatrix4x3fv; -extern RGLSYMGLCOLORMASKIPROC __rglgen_glColorMaski; -extern RGLSYMGLGETBOOLEANI_VPROC __rglgen_glGetBooleani_v; -extern RGLSYMGLGETINTEGERI_VPROC __rglgen_glGetIntegeri_v; -extern RGLSYMGLENABLEIPROC __rglgen_glEnablei; -extern RGLSYMGLDISABLEIPROC __rglgen_glDisablei; -extern RGLSYMGLISENABLEDIPROC __rglgen_glIsEnabledi; -extern RGLSYMGLBEGINTRANSFORMFEEDBACKPROC __rglgen_glBeginTransformFeedback; -extern RGLSYMGLENDTRANSFORMFEEDBACKPROC __rglgen_glEndTransformFeedback; -extern RGLSYMGLBINDBUFFERRANGEPROC __rglgen_glBindBufferRange; -extern RGLSYMGLBINDBUFFERBASEPROC __rglgen_glBindBufferBase; -extern RGLSYMGLTRANSFORMFEEDBACKVARYINGSPROC __rglgen_glTransformFeedbackVaryings; -extern RGLSYMGLGETTRANSFORMFEEDBACKVARYINGPROC __rglgen_glGetTransformFeedbackVarying; -extern RGLSYMGLCLAMPCOLORPROC __rglgen_glClampColor; -extern RGLSYMGLBEGINCONDITIONALRENDERPROC __rglgen_glBeginConditionalRender; -extern RGLSYMGLENDCONDITIONALRENDERPROC __rglgen_glEndConditionalRender; -extern RGLSYMGLVERTEXATTRIBIPOINTERPROC __rglgen_glVertexAttribIPointer; -extern RGLSYMGLGETVERTEXATTRIBIIVPROC __rglgen_glGetVertexAttribIiv; -extern RGLSYMGLGETVERTEXATTRIBIUIVPROC __rglgen_glGetVertexAttribIuiv; -extern RGLSYMGLVERTEXATTRIBI1IPROC __rglgen_glVertexAttribI1i; -extern RGLSYMGLVERTEXATTRIBI2IPROC __rglgen_glVertexAttribI2i; -extern RGLSYMGLVERTEXATTRIBI3IPROC __rglgen_glVertexAttribI3i; -extern RGLSYMGLVERTEXATTRIBI4IPROC __rglgen_glVertexAttribI4i; -extern RGLSYMGLVERTEXATTRIBI1UIPROC __rglgen_glVertexAttribI1ui; -extern RGLSYMGLVERTEXATTRIBI2UIPROC __rglgen_glVertexAttribI2ui; -extern RGLSYMGLVERTEXATTRIBI3UIPROC __rglgen_glVertexAttribI3ui; -extern RGLSYMGLVERTEXATTRIBI4UIPROC __rglgen_glVertexAttribI4ui; -extern RGLSYMGLVERTEXATTRIBI1IVPROC __rglgen_glVertexAttribI1iv; -extern RGLSYMGLVERTEXATTRIBI2IVPROC __rglgen_glVertexAttribI2iv; -extern RGLSYMGLVERTEXATTRIBI3IVPROC __rglgen_glVertexAttribI3iv; -extern RGLSYMGLVERTEXATTRIBI4IVPROC __rglgen_glVertexAttribI4iv; -extern RGLSYMGLVERTEXATTRIBI1UIVPROC __rglgen_glVertexAttribI1uiv; -extern RGLSYMGLVERTEXATTRIBI2UIVPROC __rglgen_glVertexAttribI2uiv; -extern RGLSYMGLVERTEXATTRIBI3UIVPROC __rglgen_glVertexAttribI3uiv; -extern RGLSYMGLVERTEXATTRIBI4UIVPROC __rglgen_glVertexAttribI4uiv; -extern RGLSYMGLVERTEXATTRIBI4BVPROC __rglgen_glVertexAttribI4bv; -extern RGLSYMGLVERTEXATTRIBI4SVPROC __rglgen_glVertexAttribI4sv; -extern RGLSYMGLVERTEXATTRIBI4UBVPROC __rglgen_glVertexAttribI4ubv; -extern RGLSYMGLVERTEXATTRIBI4USVPROC __rglgen_glVertexAttribI4usv; -extern RGLSYMGLGETUNIFORMUIVPROC __rglgen_glGetUniformuiv; -extern RGLSYMGLBINDFRAGDATALOCATIONPROC __rglgen_glBindFragDataLocation; -extern RGLSYMGLGETFRAGDATALOCATIONPROC __rglgen_glGetFragDataLocation; -extern RGLSYMGLUNIFORM1UIPROC __rglgen_glUniform1ui; -extern RGLSYMGLUNIFORM2UIPROC __rglgen_glUniform2ui; -extern RGLSYMGLUNIFORM3UIPROC __rglgen_glUniform3ui; -extern RGLSYMGLUNIFORM4UIPROC __rglgen_glUniform4ui; -extern RGLSYMGLUNIFORM1UIVPROC __rglgen_glUniform1uiv; -extern RGLSYMGLUNIFORM2UIVPROC __rglgen_glUniform2uiv; -extern RGLSYMGLUNIFORM3UIVPROC __rglgen_glUniform3uiv; -extern RGLSYMGLUNIFORM4UIVPROC __rglgen_glUniform4uiv; -extern RGLSYMGLTEXPARAMETERIIVPROC __rglgen_glTexParameterIiv; -extern RGLSYMGLTEXPARAMETERIUIVPROC __rglgen_glTexParameterIuiv; -extern RGLSYMGLGETTEXPARAMETERIIVPROC __rglgen_glGetTexParameterIiv; -extern RGLSYMGLGETTEXPARAMETERIUIVPROC __rglgen_glGetTexParameterIuiv; -extern RGLSYMGLCLEARBUFFERIVPROC __rglgen_glClearBufferiv; -extern RGLSYMGLCLEARBUFFERUIVPROC __rglgen_glClearBufferuiv; -extern RGLSYMGLCLEARBUFFERFVPROC __rglgen_glClearBufferfv; -extern RGLSYMGLCLEARBUFFERFIPROC __rglgen_glClearBufferfi; -extern RGLSYMGLGETSTRINGIPROC __rglgen_glGetStringi; -extern RGLSYMGLISRENDERBUFFERPROC __rglgen_glIsRenderbuffer; -extern RGLSYMGLBINDRENDERBUFFERPROC __rglgen_glBindRenderbuffer; -extern RGLSYMGLDELETERENDERBUFFERSPROC __rglgen_glDeleteRenderbuffers; -extern RGLSYMGLGENRENDERBUFFERSPROC __rglgen_glGenRenderbuffers; -extern RGLSYMGLRENDERBUFFERSTORAGEPROC __rglgen_glRenderbufferStorage; -extern RGLSYMGLGETRENDERBUFFERPARAMETERIVPROC __rglgen_glGetRenderbufferParameteriv; -extern RGLSYMGLISFRAMEBUFFERPROC __rglgen_glIsFramebuffer; -extern RGLSYMGLBINDFRAMEBUFFERPROC __rglgen_glBindFramebuffer; -extern RGLSYMGLDELETEFRAMEBUFFERSPROC __rglgen_glDeleteFramebuffers; -extern RGLSYMGLGENFRAMEBUFFERSPROC __rglgen_glGenFramebuffers; -extern RGLSYMGLCHECKFRAMEBUFFERSTATUSPROC __rglgen_glCheckFramebufferStatus; -extern RGLSYMGLFRAMEBUFFERTEXTURE1DPROC __rglgen_glFramebufferTexture1D; -extern RGLSYMGLFRAMEBUFFERTEXTURE2DPROC __rglgen_glFramebufferTexture2D; -extern RGLSYMGLFRAMEBUFFERTEXTURE3DPROC __rglgen_glFramebufferTexture3D; -extern RGLSYMGLFRAMEBUFFERRENDERBUFFERPROC __rglgen_glFramebufferRenderbuffer; -extern RGLSYMGLGETFRAMEBUFFERATTACHMENTPARAMETERIVPROC __rglgen_glGetFramebufferAttachmentParameteriv; -extern RGLSYMGLGENERATEMIPMAPPROC __rglgen_glGenerateMipmap; -extern RGLSYMGLBLITFRAMEBUFFERPROC __rglgen_glBlitFramebuffer; -extern RGLSYMGLRENDERBUFFERSTORAGEMULTISAMPLEPROC __rglgen_glRenderbufferStorageMultisample; -extern RGLSYMGLFRAMEBUFFERTEXTURELAYERPROC __rglgen_glFramebufferTextureLayer; -extern RGLSYMGLMAPBUFFERRANGEPROC __rglgen_glMapBufferRange; -extern RGLSYMGLFLUSHMAPPEDBUFFERRANGEPROC __rglgen_glFlushMappedBufferRange; -extern RGLSYMGLBINDVERTEXARRAYPROC __rglgen_glBindVertexArray; -extern RGLSYMGLDELETEVERTEXARRAYSPROC __rglgen_glDeleteVertexArrays; -extern RGLSYMGLGENVERTEXARRAYSPROC __rglgen_glGenVertexArrays; -extern RGLSYMGLISVERTEXARRAYPROC __rglgen_glIsVertexArray; -extern RGLSYMGLDRAWARRAYSINSTANCEDPROC __rglgen_glDrawArraysInstanced; -extern RGLSYMGLDRAWELEMENTSINSTANCEDPROC __rglgen_glDrawElementsInstanced; -extern RGLSYMGLTEXBUFFERPROC __rglgen_glTexBuffer; -extern RGLSYMGLPRIMITIVERESTARTINDEXPROC __rglgen_glPrimitiveRestartIndex; -extern RGLSYMGLCOPYBUFFERSUBDATAPROC __rglgen_glCopyBufferSubData; -extern RGLSYMGLGETUNIFORMINDICESPROC __rglgen_glGetUniformIndices; -extern RGLSYMGLGETACTIVEUNIFORMSIVPROC __rglgen_glGetActiveUniformsiv; -extern RGLSYMGLGETACTIVEUNIFORMNAMEPROC __rglgen_glGetActiveUniformName; -extern RGLSYMGLGETUNIFORMBLOCKINDEXPROC __rglgen_glGetUniformBlockIndex; -extern RGLSYMGLGETACTIVEUNIFORMBLOCKIVPROC __rglgen_glGetActiveUniformBlockiv; -extern RGLSYMGLGETACTIVEUNIFORMBLOCKNAMEPROC __rglgen_glGetActiveUniformBlockName; -extern RGLSYMGLUNIFORMBLOCKBINDINGPROC __rglgen_glUniformBlockBinding; -extern RGLSYMGLDRAWELEMENTSBASEVERTEXPROC __rglgen_glDrawElementsBaseVertex; -extern RGLSYMGLDRAWRANGEELEMENTSBASEVERTEXPROC __rglgen_glDrawRangeElementsBaseVertex; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC __rglgen_glDrawElementsInstancedBaseVertex; -extern RGLSYMGLMULTIDRAWELEMENTSBASEVERTEXPROC __rglgen_glMultiDrawElementsBaseVertex; -extern RGLSYMGLPROVOKINGVERTEXPROC __rglgen_glProvokingVertex; -extern RGLSYMGLFENCESYNCPROC __rglgen_glFenceSync; -extern RGLSYMGLISSYNCPROC __rglgen_glIsSync; -extern RGLSYMGLDELETESYNCPROC __rglgen_glDeleteSync; -extern RGLSYMGLCLIENTWAITSYNCPROC __rglgen_glClientWaitSync; -extern RGLSYMGLWAITSYNCPROC __rglgen_glWaitSync; -extern RGLSYMGLGETINTEGER64VPROC __rglgen_glGetInteger64v; -extern RGLSYMGLGETSYNCIVPROC __rglgen_glGetSynciv; -extern RGLSYMGLGETINTEGER64I_VPROC __rglgen_glGetInteger64i_v; -extern RGLSYMGLGETBUFFERPARAMETERI64VPROC __rglgen_glGetBufferParameteri64v; -extern RGLSYMGLFRAMEBUFFERTEXTUREPROC __rglgen_glFramebufferTexture; -extern RGLSYMGLTEXIMAGE2DMULTISAMPLEPROC __rglgen_glTexImage2DMultisample; -extern RGLSYMGLTEXIMAGE3DMULTISAMPLEPROC __rglgen_glTexImage3DMultisample; -extern RGLSYMGLGETMULTISAMPLEFVPROC __rglgen_glGetMultisamplefv; -extern RGLSYMGLSAMPLEMASKIPROC __rglgen_glSampleMaski; -extern RGLSYMGLBINDFRAGDATALOCATIONINDEXEDPROC __rglgen_glBindFragDataLocationIndexed; -extern RGLSYMGLGETFRAGDATAINDEXPROC __rglgen_glGetFragDataIndex; -extern RGLSYMGLGENSAMPLERSPROC __rglgen_glGenSamplers; -extern RGLSYMGLDELETESAMPLERSPROC __rglgen_glDeleteSamplers; -extern RGLSYMGLISSAMPLERPROC __rglgen_glIsSampler; -extern RGLSYMGLBINDSAMPLERPROC __rglgen_glBindSampler; -extern RGLSYMGLSAMPLERPARAMETERIPROC __rglgen_glSamplerParameteri; -extern RGLSYMGLSAMPLERPARAMETERIVPROC __rglgen_glSamplerParameteriv; -extern RGLSYMGLSAMPLERPARAMETERFPROC __rglgen_glSamplerParameterf; -extern RGLSYMGLSAMPLERPARAMETERFVPROC __rglgen_glSamplerParameterfv; -extern RGLSYMGLSAMPLERPARAMETERIIVPROC __rglgen_glSamplerParameterIiv; -extern RGLSYMGLSAMPLERPARAMETERIUIVPROC __rglgen_glSamplerParameterIuiv; -extern RGLSYMGLGETSAMPLERPARAMETERIVPROC __rglgen_glGetSamplerParameteriv; -extern RGLSYMGLGETSAMPLERPARAMETERIIVPROC __rglgen_glGetSamplerParameterIiv; -extern RGLSYMGLGETSAMPLERPARAMETERFVPROC __rglgen_glGetSamplerParameterfv; -extern RGLSYMGLGETSAMPLERPARAMETERIUIVPROC __rglgen_glGetSamplerParameterIuiv; -extern RGLSYMGLQUERYCOUNTERPROC __rglgen_glQueryCounter; -extern RGLSYMGLGETQUERYOBJECTI64VPROC __rglgen_glGetQueryObjecti64v; -extern RGLSYMGLGETQUERYOBJECTUI64VPROC __rglgen_glGetQueryObjectui64v; -extern RGLSYMGLVERTEXATTRIBDIVISORPROC __rglgen_glVertexAttribDivisor; -extern RGLSYMGLVERTEXATTRIBP1UIPROC __rglgen_glVertexAttribP1ui; -extern RGLSYMGLVERTEXATTRIBP1UIVPROC __rglgen_glVertexAttribP1uiv; -extern RGLSYMGLVERTEXATTRIBP2UIPROC __rglgen_glVertexAttribP2ui; -extern RGLSYMGLVERTEXATTRIBP2UIVPROC __rglgen_glVertexAttribP2uiv; -extern RGLSYMGLVERTEXATTRIBP3UIPROC __rglgen_glVertexAttribP3ui; -extern RGLSYMGLVERTEXATTRIBP3UIVPROC __rglgen_glVertexAttribP3uiv; -extern RGLSYMGLVERTEXATTRIBP4UIPROC __rglgen_glVertexAttribP4ui; -extern RGLSYMGLVERTEXATTRIBP4UIVPROC __rglgen_glVertexAttribP4uiv; -extern RGLSYMGLVERTEXP2UIPROC __rglgen_glVertexP2ui; -extern RGLSYMGLVERTEXP2UIVPROC __rglgen_glVertexP2uiv; -extern RGLSYMGLVERTEXP3UIPROC __rglgen_glVertexP3ui; -extern RGLSYMGLVERTEXP3UIVPROC __rglgen_glVertexP3uiv; -extern RGLSYMGLVERTEXP4UIPROC __rglgen_glVertexP4ui; -extern RGLSYMGLVERTEXP4UIVPROC __rglgen_glVertexP4uiv; -extern RGLSYMGLTEXCOORDP1UIPROC __rglgen_glTexCoordP1ui; -extern RGLSYMGLTEXCOORDP1UIVPROC __rglgen_glTexCoordP1uiv; -extern RGLSYMGLTEXCOORDP2UIPROC __rglgen_glTexCoordP2ui; -extern RGLSYMGLTEXCOORDP2UIVPROC __rglgen_glTexCoordP2uiv; -extern RGLSYMGLTEXCOORDP3UIPROC __rglgen_glTexCoordP3ui; -extern RGLSYMGLTEXCOORDP3UIVPROC __rglgen_glTexCoordP3uiv; -extern RGLSYMGLTEXCOORDP4UIPROC __rglgen_glTexCoordP4ui; -extern RGLSYMGLTEXCOORDP4UIVPROC __rglgen_glTexCoordP4uiv; -extern RGLSYMGLMULTITEXCOORDP1UIPROC __rglgen_glMultiTexCoordP1ui; -extern RGLSYMGLMULTITEXCOORDP1UIVPROC __rglgen_glMultiTexCoordP1uiv; -extern RGLSYMGLMULTITEXCOORDP2UIPROC __rglgen_glMultiTexCoordP2ui; -extern RGLSYMGLMULTITEXCOORDP2UIVPROC __rglgen_glMultiTexCoordP2uiv; -extern RGLSYMGLMULTITEXCOORDP3UIPROC __rglgen_glMultiTexCoordP3ui; -extern RGLSYMGLMULTITEXCOORDP3UIVPROC __rglgen_glMultiTexCoordP3uiv; -extern RGLSYMGLMULTITEXCOORDP4UIPROC __rglgen_glMultiTexCoordP4ui; -extern RGLSYMGLMULTITEXCOORDP4UIVPROC __rglgen_glMultiTexCoordP4uiv; -extern RGLSYMGLNORMALP3UIPROC __rglgen_glNormalP3ui; -extern RGLSYMGLNORMALP3UIVPROC __rglgen_glNormalP3uiv; -extern RGLSYMGLCOLORP3UIPROC __rglgen_glColorP3ui; -extern RGLSYMGLCOLORP3UIVPROC __rglgen_glColorP3uiv; -extern RGLSYMGLCOLORP4UIPROC __rglgen_glColorP4ui; -extern RGLSYMGLCOLORP4UIVPROC __rglgen_glColorP4uiv; -extern RGLSYMGLSECONDARYCOLORP3UIPROC __rglgen_glSecondaryColorP3ui; -extern RGLSYMGLSECONDARYCOLORP3UIVPROC __rglgen_glSecondaryColorP3uiv; -extern RGLSYMGLMINSAMPLESHADINGPROC __rglgen_glMinSampleShading; -extern RGLSYMGLBLENDEQUATIONIPROC __rglgen_glBlendEquationi; -extern RGLSYMGLBLENDEQUATIONSEPARATEIPROC __rglgen_glBlendEquationSeparatei; -extern RGLSYMGLBLENDFUNCIPROC __rglgen_glBlendFunci; -extern RGLSYMGLBLENDFUNCSEPARATEIPROC __rglgen_glBlendFuncSeparatei; -extern RGLSYMGLDRAWARRAYSINDIRECTPROC __rglgen_glDrawArraysIndirect; -extern RGLSYMGLDRAWELEMENTSINDIRECTPROC __rglgen_glDrawElementsIndirect; -extern RGLSYMGLUNIFORM1DPROC __rglgen_glUniform1d; -extern RGLSYMGLUNIFORM2DPROC __rglgen_glUniform2d; -extern RGLSYMGLUNIFORM3DPROC __rglgen_glUniform3d; -extern RGLSYMGLUNIFORM4DPROC __rglgen_glUniform4d; -extern RGLSYMGLUNIFORM1DVPROC __rglgen_glUniform1dv; -extern RGLSYMGLUNIFORM2DVPROC __rglgen_glUniform2dv; -extern RGLSYMGLUNIFORM3DVPROC __rglgen_glUniform3dv; -extern RGLSYMGLUNIFORM4DVPROC __rglgen_glUniform4dv; -extern RGLSYMGLUNIFORMMATRIX2DVPROC __rglgen_glUniformMatrix2dv; -extern RGLSYMGLUNIFORMMATRIX3DVPROC __rglgen_glUniformMatrix3dv; -extern RGLSYMGLUNIFORMMATRIX4DVPROC __rglgen_glUniformMatrix4dv; -extern RGLSYMGLUNIFORMMATRIX2X3DVPROC __rglgen_glUniformMatrix2x3dv; -extern RGLSYMGLUNIFORMMATRIX2X4DVPROC __rglgen_glUniformMatrix2x4dv; -extern RGLSYMGLUNIFORMMATRIX3X2DVPROC __rglgen_glUniformMatrix3x2dv; -extern RGLSYMGLUNIFORMMATRIX3X4DVPROC __rglgen_glUniformMatrix3x4dv; -extern RGLSYMGLUNIFORMMATRIX4X2DVPROC __rglgen_glUniformMatrix4x2dv; -extern RGLSYMGLUNIFORMMATRIX4X3DVPROC __rglgen_glUniformMatrix4x3dv; -extern RGLSYMGLGETUNIFORMDVPROC __rglgen_glGetUniformdv; -extern RGLSYMGLGETSUBROUTINEUNIFORMLOCATIONPROC __rglgen_glGetSubroutineUniformLocation; -extern RGLSYMGLGETSUBROUTINEINDEXPROC __rglgen_glGetSubroutineIndex; -extern RGLSYMGLGETACTIVESUBROUTINEUNIFORMIVPROC __rglgen_glGetActiveSubroutineUniformiv; -extern RGLSYMGLGETACTIVESUBROUTINEUNIFORMNAMEPROC __rglgen_glGetActiveSubroutineUniformName; -extern RGLSYMGLGETACTIVESUBROUTINENAMEPROC __rglgen_glGetActiveSubroutineName; -extern RGLSYMGLUNIFORMSUBROUTINESUIVPROC __rglgen_glUniformSubroutinesuiv; -extern RGLSYMGLGETUNIFORMSUBROUTINEUIVPROC __rglgen_glGetUniformSubroutineuiv; -extern RGLSYMGLGETPROGRAMSTAGEIVPROC __rglgen_glGetProgramStageiv; -extern RGLSYMGLPATCHPARAMETERIPROC __rglgen_glPatchParameteri; -extern RGLSYMGLPATCHPARAMETERFVPROC __rglgen_glPatchParameterfv; -extern RGLSYMGLBINDTRANSFORMFEEDBACKPROC __rglgen_glBindTransformFeedback; -extern RGLSYMGLDELETETRANSFORMFEEDBACKSPROC __rglgen_glDeleteTransformFeedbacks; -extern RGLSYMGLGENTRANSFORMFEEDBACKSPROC __rglgen_glGenTransformFeedbacks; -extern RGLSYMGLISTRANSFORMFEEDBACKPROC __rglgen_glIsTransformFeedback; -extern RGLSYMGLPAUSETRANSFORMFEEDBACKPROC __rglgen_glPauseTransformFeedback; -extern RGLSYMGLRESUMETRANSFORMFEEDBACKPROC __rglgen_glResumeTransformFeedback; -extern RGLSYMGLDRAWTRANSFORMFEEDBACKPROC __rglgen_glDrawTransformFeedback; -extern RGLSYMGLDRAWTRANSFORMFEEDBACKSTREAMPROC __rglgen_glDrawTransformFeedbackStream; -extern RGLSYMGLBEGINQUERYINDEXEDPROC __rglgen_glBeginQueryIndexed; -extern RGLSYMGLENDQUERYINDEXEDPROC __rglgen_glEndQueryIndexed; -extern RGLSYMGLGETQUERYINDEXEDIVPROC __rglgen_glGetQueryIndexediv; -extern RGLSYMGLRELEASESHADERCOMPILERPROC __rglgen_glReleaseShaderCompiler; -extern RGLSYMGLSHADERBINARYPROC __rglgen_glShaderBinary; -extern RGLSYMGLGETSHADERPRECISIONFORMATPROC __rglgen_glGetShaderPrecisionFormat; -extern RGLSYMGLDEPTHRANGEFPROC __rglgen_glDepthRangef; -extern RGLSYMGLCLEARDEPTHFPROC __rglgen_glClearDepthf; -extern RGLSYMGLGETPROGRAMBINARYPROC __rglgen_glGetProgramBinary; -extern RGLSYMGLPROGRAMBINARYPROC __rglgen_glProgramBinary; -extern RGLSYMGLPROGRAMPARAMETERIPROC __rglgen_glProgramParameteri; -extern RGLSYMGLUSEPROGRAMSTAGESPROC __rglgen_glUseProgramStages; -extern RGLSYMGLACTIVESHADERPROGRAMPROC __rglgen_glActiveShaderProgram; -extern RGLSYMGLCREATESHADERPROGRAMVPROC __rglgen_glCreateShaderProgramv; -extern RGLSYMGLBINDPROGRAMPIPELINEPROC __rglgen_glBindProgramPipeline; -extern RGLSYMGLDELETEPROGRAMPIPELINESPROC __rglgen_glDeleteProgramPipelines; -extern RGLSYMGLGENPROGRAMPIPELINESPROC __rglgen_glGenProgramPipelines; -extern RGLSYMGLISPROGRAMPIPELINEPROC __rglgen_glIsProgramPipeline; -extern RGLSYMGLGETPROGRAMPIPELINEIVPROC __rglgen_glGetProgramPipelineiv; -extern RGLSYMGLPROGRAMUNIFORM1IPROC __rglgen_glProgramUniform1i; -extern RGLSYMGLPROGRAMUNIFORM1IVPROC __rglgen_glProgramUniform1iv; -extern RGLSYMGLPROGRAMUNIFORM1FPROC __rglgen_glProgramUniform1f; -extern RGLSYMGLPROGRAMUNIFORM1FVPROC __rglgen_glProgramUniform1fv; -extern RGLSYMGLPROGRAMUNIFORM1DPROC __rglgen_glProgramUniform1d; -extern RGLSYMGLPROGRAMUNIFORM1DVPROC __rglgen_glProgramUniform1dv; -extern RGLSYMGLPROGRAMUNIFORM1UIPROC __rglgen_glProgramUniform1ui; -extern RGLSYMGLPROGRAMUNIFORM1UIVPROC __rglgen_glProgramUniform1uiv; -extern RGLSYMGLPROGRAMUNIFORM2IPROC __rglgen_glProgramUniform2i; -extern RGLSYMGLPROGRAMUNIFORM2IVPROC __rglgen_glProgramUniform2iv; -extern RGLSYMGLPROGRAMUNIFORM2FPROC __rglgen_glProgramUniform2f; -extern RGLSYMGLPROGRAMUNIFORM2FVPROC __rglgen_glProgramUniform2fv; -extern RGLSYMGLPROGRAMUNIFORM2DPROC __rglgen_glProgramUniform2d; -extern RGLSYMGLPROGRAMUNIFORM2DVPROC __rglgen_glProgramUniform2dv; -extern RGLSYMGLPROGRAMUNIFORM2UIPROC __rglgen_glProgramUniform2ui; -extern RGLSYMGLPROGRAMUNIFORM2UIVPROC __rglgen_glProgramUniform2uiv; -extern RGLSYMGLPROGRAMUNIFORM3IPROC __rglgen_glProgramUniform3i; -extern RGLSYMGLPROGRAMUNIFORM3IVPROC __rglgen_glProgramUniform3iv; -extern RGLSYMGLPROGRAMUNIFORM3FPROC __rglgen_glProgramUniform3f; -extern RGLSYMGLPROGRAMUNIFORM3FVPROC __rglgen_glProgramUniform3fv; -extern RGLSYMGLPROGRAMUNIFORM3DPROC __rglgen_glProgramUniform3d; -extern RGLSYMGLPROGRAMUNIFORM3DVPROC __rglgen_glProgramUniform3dv; -extern RGLSYMGLPROGRAMUNIFORM3UIPROC __rglgen_glProgramUniform3ui; -extern RGLSYMGLPROGRAMUNIFORM3UIVPROC __rglgen_glProgramUniform3uiv; -extern RGLSYMGLPROGRAMUNIFORM4IPROC __rglgen_glProgramUniform4i; -extern RGLSYMGLPROGRAMUNIFORM4IVPROC __rglgen_glProgramUniform4iv; -extern RGLSYMGLPROGRAMUNIFORM4FPROC __rglgen_glProgramUniform4f; -extern RGLSYMGLPROGRAMUNIFORM4FVPROC __rglgen_glProgramUniform4fv; -extern RGLSYMGLPROGRAMUNIFORM4DPROC __rglgen_glProgramUniform4d; -extern RGLSYMGLPROGRAMUNIFORM4DVPROC __rglgen_glProgramUniform4dv; -extern RGLSYMGLPROGRAMUNIFORM4UIPROC __rglgen_glProgramUniform4ui; -extern RGLSYMGLPROGRAMUNIFORM4UIVPROC __rglgen_glProgramUniform4uiv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2FVPROC __rglgen_glProgramUniformMatrix2fv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3FVPROC __rglgen_glProgramUniformMatrix3fv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4FVPROC __rglgen_glProgramUniformMatrix4fv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2DVPROC __rglgen_glProgramUniformMatrix2dv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3DVPROC __rglgen_glProgramUniformMatrix3dv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4DVPROC __rglgen_glProgramUniformMatrix4dv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2X3FVPROC __rglgen_glProgramUniformMatrix2x3fv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3X2FVPROC __rglgen_glProgramUniformMatrix3x2fv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2X4FVPROC __rglgen_glProgramUniformMatrix2x4fv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4X2FVPROC __rglgen_glProgramUniformMatrix4x2fv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3X4FVPROC __rglgen_glProgramUniformMatrix3x4fv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4X3FVPROC __rglgen_glProgramUniformMatrix4x3fv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2X3DVPROC __rglgen_glProgramUniformMatrix2x3dv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3X2DVPROC __rglgen_glProgramUniformMatrix3x2dv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX2X4DVPROC __rglgen_glProgramUniformMatrix2x4dv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4X2DVPROC __rglgen_glProgramUniformMatrix4x2dv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX3X4DVPROC __rglgen_glProgramUniformMatrix3x4dv; -extern RGLSYMGLPROGRAMUNIFORMMATRIX4X3DVPROC __rglgen_glProgramUniformMatrix4x3dv; -extern RGLSYMGLVALIDATEPROGRAMPIPELINEPROC __rglgen_glValidateProgramPipeline; -extern RGLSYMGLGETPROGRAMPIPELINEINFOLOGPROC __rglgen_glGetProgramPipelineInfoLog; -extern RGLSYMGLVERTEXATTRIBL1DPROC __rglgen_glVertexAttribL1d; -extern RGLSYMGLVERTEXATTRIBL2DPROC __rglgen_glVertexAttribL2d; -extern RGLSYMGLVERTEXATTRIBL3DPROC __rglgen_glVertexAttribL3d; -extern RGLSYMGLVERTEXATTRIBL4DPROC __rglgen_glVertexAttribL4d; -extern RGLSYMGLVERTEXATTRIBL1DVPROC __rglgen_glVertexAttribL1dv; -extern RGLSYMGLVERTEXATTRIBL2DVPROC __rglgen_glVertexAttribL2dv; -extern RGLSYMGLVERTEXATTRIBL3DVPROC __rglgen_glVertexAttribL3dv; -extern RGLSYMGLVERTEXATTRIBL4DVPROC __rglgen_glVertexAttribL4dv; -extern RGLSYMGLVERTEXATTRIBLPOINTERPROC __rglgen_glVertexAttribLPointer; -extern RGLSYMGLGETVERTEXATTRIBLDVPROC __rglgen_glGetVertexAttribLdv; -extern RGLSYMGLVIEWPORTARRAYVPROC __rglgen_glViewportArrayv; -extern RGLSYMGLVIEWPORTINDEXEDFPROC __rglgen_glViewportIndexedf; -extern RGLSYMGLVIEWPORTINDEXEDFVPROC __rglgen_glViewportIndexedfv; -extern RGLSYMGLSCISSORARRAYVPROC __rglgen_glScissorArrayv; -extern RGLSYMGLSCISSORINDEXEDPROC __rglgen_glScissorIndexed; -extern RGLSYMGLSCISSORINDEXEDVPROC __rglgen_glScissorIndexedv; -extern RGLSYMGLDEPTHRANGEARRAYVPROC __rglgen_glDepthRangeArrayv; -extern RGLSYMGLDEPTHRANGEINDEXEDPROC __rglgen_glDepthRangeIndexed; -extern RGLSYMGLGETFLOATI_VPROC __rglgen_glGetFloati_v; -extern RGLSYMGLGETDOUBLEI_VPROC __rglgen_glGetDoublei_v; -extern RGLSYMGLDRAWARRAYSINSTANCEDBASEINSTANCEPROC __rglgen_glDrawArraysInstancedBaseInstance; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC __rglgen_glDrawElementsInstancedBaseInstance; -extern RGLSYMGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC __rglgen_glDrawElementsInstancedBaseVertexBaseInstance; -extern RGLSYMGLGETINTERNALFORMATIVPROC __rglgen_glGetInternalformativ; -extern RGLSYMGLGETACTIVEATOMICCOUNTERBUFFERIVPROC __rglgen_glGetActiveAtomicCounterBufferiv; -extern RGLSYMGLBINDIMAGETEXTUREPROC __rglgen_glBindImageTexture; -extern RGLSYMGLMEMORYBARRIERPROC __rglgen_glMemoryBarrier; -extern RGLSYMGLTEXSTORAGE1DPROC __rglgen_glTexStorage1D; -extern RGLSYMGLTEXSTORAGE2DPROC __rglgen_glTexStorage2D; -extern RGLSYMGLTEXSTORAGE3DPROC __rglgen_glTexStorage3D; -extern RGLSYMGLDRAWTRANSFORMFEEDBACKINSTANCEDPROC __rglgen_glDrawTransformFeedbackInstanced; -extern RGLSYMGLDRAWTRANSFORMFEEDBACKSTREAMINSTANCEDPROC __rglgen_glDrawTransformFeedbackStreamInstanced; -extern RGLSYMGLCLEARBUFFERDATAPROC __rglgen_glClearBufferData; -extern RGLSYMGLCLEARBUFFERSUBDATAPROC __rglgen_glClearBufferSubData; -extern RGLSYMGLDISPATCHCOMPUTEPROC __rglgen_glDispatchCompute; -extern RGLSYMGLDISPATCHCOMPUTEINDIRECTPROC __rglgen_glDispatchComputeIndirect; -extern RGLSYMGLCOPYIMAGESUBDATAPROC __rglgen_glCopyImageSubData; -extern RGLSYMGLFRAMEBUFFERPARAMETERIPROC __rglgen_glFramebufferParameteri; -extern RGLSYMGLGETFRAMEBUFFERPARAMETERIVPROC __rglgen_glGetFramebufferParameteriv; -extern RGLSYMGLGETINTERNALFORMATI64VPROC __rglgen_glGetInternalformati64v; -extern RGLSYMGLINVALIDATETEXSUBIMAGEPROC __rglgen_glInvalidateTexSubImage; -extern RGLSYMGLINVALIDATETEXIMAGEPROC __rglgen_glInvalidateTexImage; -extern RGLSYMGLINVALIDATEBUFFERSUBDATAPROC __rglgen_glInvalidateBufferSubData; -extern RGLSYMGLINVALIDATEBUFFERDATAPROC __rglgen_glInvalidateBufferData; -extern RGLSYMGLINVALIDATEFRAMEBUFFERPROC __rglgen_glInvalidateFramebuffer; -extern RGLSYMGLINVALIDATESUBFRAMEBUFFERPROC __rglgen_glInvalidateSubFramebuffer; -extern RGLSYMGLMULTIDRAWARRAYSINDIRECTPROC __rglgen_glMultiDrawArraysIndirect; -extern RGLSYMGLMULTIDRAWELEMENTSINDIRECTPROC __rglgen_glMultiDrawElementsIndirect; -extern RGLSYMGLGETPROGRAMINTERFACEIVPROC __rglgen_glGetProgramInterfaceiv; -extern RGLSYMGLGETPROGRAMRESOURCEINDEXPROC __rglgen_glGetProgramResourceIndex; -extern RGLSYMGLGETPROGRAMRESOURCENAMEPROC __rglgen_glGetProgramResourceName; -extern RGLSYMGLGETPROGRAMRESOURCEIVPROC __rglgen_glGetProgramResourceiv; -extern RGLSYMGLGETPROGRAMRESOURCELOCATIONPROC __rglgen_glGetProgramResourceLocation; -extern RGLSYMGLGETPROGRAMRESOURCELOCATIONINDEXPROC __rglgen_glGetProgramResourceLocationIndex; -extern RGLSYMGLSHADERSTORAGEBLOCKBINDINGPROC __rglgen_glShaderStorageBlockBinding; -extern RGLSYMGLTEXBUFFERRANGEPROC __rglgen_glTexBufferRange; -extern RGLSYMGLTEXSTORAGE2DMULTISAMPLEPROC __rglgen_glTexStorage2DMultisample; -extern RGLSYMGLTEXSTORAGE3DMULTISAMPLEPROC __rglgen_glTexStorage3DMultisample; -extern RGLSYMGLTEXTUREVIEWPROC __rglgen_glTextureView; -extern RGLSYMGLBINDVERTEXBUFFERPROC __rglgen_glBindVertexBuffer; -extern RGLSYMGLVERTEXATTRIBFORMATPROC __rglgen_glVertexAttribFormat; -extern RGLSYMGLVERTEXATTRIBIFORMATPROC __rglgen_glVertexAttribIFormat; -extern RGLSYMGLVERTEXATTRIBLFORMATPROC __rglgen_glVertexAttribLFormat; -extern RGLSYMGLVERTEXATTRIBBINDINGPROC __rglgen_glVertexAttribBinding; -extern RGLSYMGLVERTEXBINDINGDIVISORPROC __rglgen_glVertexBindingDivisor; -extern RGLSYMGLDEBUGMESSAGECONTROLPROC __rglgen_glDebugMessageControl; -extern RGLSYMGLDEBUGMESSAGEINSERTPROC __rglgen_glDebugMessageInsert; -extern RGLSYMGLDEBUGMESSAGECALLBACKPROC __rglgen_glDebugMessageCallback; -extern RGLSYMGLGETDEBUGMESSAGELOGPROC __rglgen_glGetDebugMessageLog; -extern RGLSYMGLPUSHDEBUGGROUPPROC __rglgen_glPushDebugGroup; -extern RGLSYMGLPOPDEBUGGROUPPROC __rglgen_glPopDebugGroup; -extern RGLSYMGLOBJECTLABELPROC __rglgen_glObjectLabel; -extern RGLSYMGLGETOBJECTLABELPROC __rglgen_glGetObjectLabel; -extern RGLSYMGLOBJECTPTRLABELPROC __rglgen_glObjectPtrLabel; -extern RGLSYMGLGETOBJECTPTRLABELPROC __rglgen_glGetObjectPtrLabel; -extern RGLSYMGLBUFFERSTORAGEPROC __rglgen_glBufferStorage; -extern RGLSYMGLCLEARTEXIMAGEPROC __rglgen_glClearTexImage; -extern RGLSYMGLCLEARTEXSUBIMAGEPROC __rglgen_glClearTexSubImage; -extern RGLSYMGLBINDBUFFERSBASEPROC __rglgen_glBindBuffersBase; -extern RGLSYMGLBINDBUFFERSRANGEPROC __rglgen_glBindBuffersRange; -extern RGLSYMGLBINDTEXTURESPROC __rglgen_glBindTextures; -extern RGLSYMGLBINDSAMPLERSPROC __rglgen_glBindSamplers; -extern RGLSYMGLBINDIMAGETEXTURESPROC __rglgen_glBindImageTextures; -extern RGLSYMGLBINDVERTEXBUFFERSPROC __rglgen_glBindVertexBuffers; -extern RGLSYMGLGETTEXTUREHANDLEARBPROC __rglgen_glGetTextureHandleARB; -extern RGLSYMGLGETTEXTURESAMPLERHANDLEARBPROC __rglgen_glGetTextureSamplerHandleARB; -extern RGLSYMGLMAKETEXTUREHANDLERESIDENTARBPROC __rglgen_glMakeTextureHandleResidentARB; -extern RGLSYMGLMAKETEXTUREHANDLENONRESIDENTARBPROC __rglgen_glMakeTextureHandleNonResidentARB; -extern RGLSYMGLGETIMAGEHANDLEARBPROC __rglgen_glGetImageHandleARB; -extern RGLSYMGLMAKEIMAGEHANDLERESIDENTARBPROC __rglgen_glMakeImageHandleResidentARB; -extern RGLSYMGLMAKEIMAGEHANDLENONRESIDENTARBPROC __rglgen_glMakeImageHandleNonResidentARB; -extern RGLSYMGLUNIFORMHANDLEUI64ARBPROC __rglgen_glUniformHandleui64ARB; -extern RGLSYMGLUNIFORMHANDLEUI64VARBPROC __rglgen_glUniformHandleui64vARB; -extern RGLSYMGLPROGRAMUNIFORMHANDLEUI64ARBPROC __rglgen_glProgramUniformHandleui64ARB; -extern RGLSYMGLPROGRAMUNIFORMHANDLEUI64VARBPROC __rglgen_glProgramUniformHandleui64vARB; -extern RGLSYMGLISTEXTUREHANDLERESIDENTARBPROC __rglgen_glIsTextureHandleResidentARB; -extern RGLSYMGLISIMAGEHANDLERESIDENTARBPROC __rglgen_glIsImageHandleResidentARB; -extern RGLSYMGLVERTEXATTRIBL1UI64ARBPROC __rglgen_glVertexAttribL1ui64ARB; -extern RGLSYMGLVERTEXATTRIBL1UI64VARBPROC __rglgen_glVertexAttribL1ui64vARB; -extern RGLSYMGLGETVERTEXATTRIBLUI64VARBPROC __rglgen_glGetVertexAttribLui64vARB; -extern RGLSYMGLCREATESYNCFROMCLEVENTARBPROC __rglgen_glCreateSyncFromCLeventARB; -extern RGLSYMGLCLAMPCOLORARBPROC __rglgen_glClampColorARB; -extern RGLSYMGLDISPATCHCOMPUTEGROUPSIZEARBPROC __rglgen_glDispatchComputeGroupSizeARB; -extern RGLSYMGLDEBUGMESSAGECONTROLARBPROC __rglgen_glDebugMessageControlARB; -extern RGLSYMGLDEBUGMESSAGEINSERTARBPROC __rglgen_glDebugMessageInsertARB; -extern RGLSYMGLDEBUGMESSAGECALLBACKARBPROC __rglgen_glDebugMessageCallbackARB; -extern RGLSYMGLGETDEBUGMESSAGELOGARBPROC __rglgen_glGetDebugMessageLogARB; -extern RGLSYMGLDRAWBUFFERSARBPROC __rglgen_glDrawBuffersARB; -extern RGLSYMGLBLENDEQUATIONIARBPROC __rglgen_glBlendEquationiARB; -extern RGLSYMGLBLENDEQUATIONSEPARATEIARBPROC __rglgen_glBlendEquationSeparateiARB; -extern RGLSYMGLBLENDFUNCIARBPROC __rglgen_glBlendFunciARB; -extern RGLSYMGLBLENDFUNCSEPARATEIARBPROC __rglgen_glBlendFuncSeparateiARB; -extern RGLSYMGLDRAWARRAYSINSTANCEDARBPROC __rglgen_glDrawArraysInstancedARB; -extern RGLSYMGLDRAWELEMENTSINSTANCEDARBPROC __rglgen_glDrawElementsInstancedARB; -extern RGLSYMGLPROGRAMSTRINGARBPROC __rglgen_glProgramStringARB; -extern RGLSYMGLBINDPROGRAMARBPROC __rglgen_glBindProgramARB; -extern RGLSYMGLDELETEPROGRAMSARBPROC __rglgen_glDeleteProgramsARB; -extern RGLSYMGLGENPROGRAMSARBPROC __rglgen_glGenProgramsARB; -extern RGLSYMGLPROGRAMENVPARAMETER4DARBPROC __rglgen_glProgramEnvParameter4dARB; -extern RGLSYMGLPROGRAMENVPARAMETER4DVARBPROC __rglgen_glProgramEnvParameter4dvARB; -extern RGLSYMGLPROGRAMENVPARAMETER4FARBPROC __rglgen_glProgramEnvParameter4fARB; -extern RGLSYMGLPROGRAMENVPARAMETER4FVARBPROC __rglgen_glProgramEnvParameter4fvARB; -extern RGLSYMGLPROGRAMLOCALPARAMETER4DARBPROC __rglgen_glProgramLocalParameter4dARB; -extern RGLSYMGLPROGRAMLOCALPARAMETER4DVARBPROC __rglgen_glProgramLocalParameter4dvARB; -extern RGLSYMGLPROGRAMLOCALPARAMETER4FARBPROC __rglgen_glProgramLocalParameter4fARB; -extern RGLSYMGLPROGRAMLOCALPARAMETER4FVARBPROC __rglgen_glProgramLocalParameter4fvARB; -extern RGLSYMGLGETPROGRAMENVPARAMETERDVARBPROC __rglgen_glGetProgramEnvParameterdvARB; -extern RGLSYMGLGETPROGRAMENVPARAMETERFVARBPROC __rglgen_glGetProgramEnvParameterfvARB; -extern RGLSYMGLGETPROGRAMLOCALPARAMETERDVARBPROC __rglgen_glGetProgramLocalParameterdvARB; -extern RGLSYMGLGETPROGRAMLOCALPARAMETERFVARBPROC __rglgen_glGetProgramLocalParameterfvARB; -extern RGLSYMGLGETPROGRAMIVARBPROC __rglgen_glGetProgramivARB; -extern RGLSYMGLGETPROGRAMSTRINGARBPROC __rglgen_glGetProgramStringARB; -extern RGLSYMGLISPROGRAMARBPROC __rglgen_glIsProgramARB; -extern RGLSYMGLPROGRAMPARAMETERIARBPROC __rglgen_glProgramParameteriARB; -extern RGLSYMGLFRAMEBUFFERTEXTUREARBPROC __rglgen_glFramebufferTextureARB; -extern RGLSYMGLFRAMEBUFFERTEXTURELAYERARBPROC __rglgen_glFramebufferTextureLayerARB; -extern RGLSYMGLFRAMEBUFFERTEXTUREFACEARBPROC __rglgen_glFramebufferTextureFaceARB; -extern RGLSYMGLCOLORTABLEPROC __rglgen_glColorTable; -extern RGLSYMGLCOLORTABLEPARAMETERFVPROC __rglgen_glColorTableParameterfv; -extern RGLSYMGLCOLORTABLEPARAMETERIVPROC __rglgen_glColorTableParameteriv; -extern RGLSYMGLCOPYCOLORTABLEPROC __rglgen_glCopyColorTable; -extern RGLSYMGLGETCOLORTABLEPROC __rglgen_glGetColorTable; -extern RGLSYMGLGETCOLORTABLEPARAMETERFVPROC __rglgen_glGetColorTableParameterfv; -extern RGLSYMGLGETCOLORTABLEPARAMETERIVPROC __rglgen_glGetColorTableParameteriv; -extern RGLSYMGLCOLORSUBTABLEPROC __rglgen_glColorSubTable; -extern RGLSYMGLCOPYCOLORSUBTABLEPROC __rglgen_glCopyColorSubTable; -extern RGLSYMGLCONVOLUTIONFILTER1DPROC __rglgen_glConvolutionFilter1D; -extern RGLSYMGLCONVOLUTIONFILTER2DPROC __rglgen_glConvolutionFilter2D; -extern RGLSYMGLCONVOLUTIONPARAMETERFPROC __rglgen_glConvolutionParameterf; -extern RGLSYMGLCONVOLUTIONPARAMETERFVPROC __rglgen_glConvolutionParameterfv; -extern RGLSYMGLCONVOLUTIONPARAMETERIPROC __rglgen_glConvolutionParameteri; -extern RGLSYMGLCONVOLUTIONPARAMETERIVPROC __rglgen_glConvolutionParameteriv; -extern RGLSYMGLCOPYCONVOLUTIONFILTER1DPROC __rglgen_glCopyConvolutionFilter1D; -extern RGLSYMGLCOPYCONVOLUTIONFILTER2DPROC __rglgen_glCopyConvolutionFilter2D; -extern RGLSYMGLGETCONVOLUTIONFILTERPROC __rglgen_glGetConvolutionFilter; -extern RGLSYMGLGETCONVOLUTIONPARAMETERFVPROC __rglgen_glGetConvolutionParameterfv; -extern RGLSYMGLGETCONVOLUTIONPARAMETERIVPROC __rglgen_glGetConvolutionParameteriv; -extern RGLSYMGLGETSEPARABLEFILTERPROC __rglgen_glGetSeparableFilter; -extern RGLSYMGLSEPARABLEFILTER2DPROC __rglgen_glSeparableFilter2D; -extern RGLSYMGLGETHISTOGRAMPROC __rglgen_glGetHistogram; -extern RGLSYMGLGETHISTOGRAMPARAMETERFVPROC __rglgen_glGetHistogramParameterfv; -extern RGLSYMGLGETHISTOGRAMPARAMETERIVPROC __rglgen_glGetHistogramParameteriv; -extern RGLSYMGLGETMINMAXPROC __rglgen_glGetMinmax; -extern RGLSYMGLGETMINMAXPARAMETERFVPROC __rglgen_glGetMinmaxParameterfv; -extern RGLSYMGLGETMINMAXPARAMETERIVPROC __rglgen_glGetMinmaxParameteriv; -extern RGLSYMGLHISTOGRAMPROC __rglgen_glHistogram; -extern RGLSYMGLMINMAXPROC __rglgen_glMinmax; -extern RGLSYMGLRESETHISTOGRAMPROC __rglgen_glResetHistogram; -extern RGLSYMGLRESETMINMAXPROC __rglgen_glResetMinmax; -extern RGLSYMGLMULTIDRAWARRAYSINDIRECTCOUNTARBPROC __rglgen_glMultiDrawArraysIndirectCountARB; -extern RGLSYMGLMULTIDRAWELEMENTSINDIRECTCOUNTARBPROC __rglgen_glMultiDrawElementsIndirectCountARB; -extern RGLSYMGLVERTEXATTRIBDIVISORARBPROC __rglgen_glVertexAttribDivisorARB; -extern RGLSYMGLCURRENTPALETTEMATRIXARBPROC __rglgen_glCurrentPaletteMatrixARB; -extern RGLSYMGLMATRIXINDEXUBVARBPROC __rglgen_glMatrixIndexubvARB; -extern RGLSYMGLMATRIXINDEXUSVARBPROC __rglgen_glMatrixIndexusvARB; -extern RGLSYMGLMATRIXINDEXUIVARBPROC __rglgen_glMatrixIndexuivARB; -extern RGLSYMGLMATRIXINDEXPOINTERARBPROC __rglgen_glMatrixIndexPointerARB; -extern RGLSYMGLSAMPLECOVERAGEARBPROC __rglgen_glSampleCoverageARB; -extern RGLSYMGLACTIVETEXTUREARBPROC __rglgen_glActiveTextureARB; -extern RGLSYMGLCLIENTACTIVETEXTUREARBPROC __rglgen_glClientActiveTextureARB; -extern RGLSYMGLMULTITEXCOORD1DARBPROC __rglgen_glMultiTexCoord1dARB; -extern RGLSYMGLMULTITEXCOORD1DVARBPROC __rglgen_glMultiTexCoord1dvARB; -extern RGLSYMGLMULTITEXCOORD1FARBPROC __rglgen_glMultiTexCoord1fARB; -extern RGLSYMGLMULTITEXCOORD1FVARBPROC __rglgen_glMultiTexCoord1fvARB; -extern RGLSYMGLMULTITEXCOORD1IARBPROC __rglgen_glMultiTexCoord1iARB; -extern RGLSYMGLMULTITEXCOORD1IVARBPROC __rglgen_glMultiTexCoord1ivARB; -extern RGLSYMGLMULTITEXCOORD1SARBPROC __rglgen_glMultiTexCoord1sARB; -extern RGLSYMGLMULTITEXCOORD1SVARBPROC __rglgen_glMultiTexCoord1svARB; -extern RGLSYMGLMULTITEXCOORD2DARBPROC __rglgen_glMultiTexCoord2dARB; -extern RGLSYMGLMULTITEXCOORD2DVARBPROC __rglgen_glMultiTexCoord2dvARB; -extern RGLSYMGLMULTITEXCOORD2FARBPROC __rglgen_glMultiTexCoord2fARB; -extern RGLSYMGLMULTITEXCOORD2FVARBPROC __rglgen_glMultiTexCoord2fvARB; -extern RGLSYMGLMULTITEXCOORD2IARBPROC __rglgen_glMultiTexCoord2iARB; -extern RGLSYMGLMULTITEXCOORD2IVARBPROC __rglgen_glMultiTexCoord2ivARB; -extern RGLSYMGLMULTITEXCOORD2SARBPROC __rglgen_glMultiTexCoord2sARB; -extern RGLSYMGLMULTITEXCOORD2SVARBPROC __rglgen_glMultiTexCoord2svARB; -extern RGLSYMGLMULTITEXCOORD3DARBPROC __rglgen_glMultiTexCoord3dARB; -extern RGLSYMGLMULTITEXCOORD3DVARBPROC __rglgen_glMultiTexCoord3dvARB; -extern RGLSYMGLMULTITEXCOORD3FARBPROC __rglgen_glMultiTexCoord3fARB; -extern RGLSYMGLMULTITEXCOORD3FVARBPROC __rglgen_glMultiTexCoord3fvARB; -extern RGLSYMGLMULTITEXCOORD3IARBPROC __rglgen_glMultiTexCoord3iARB; -extern RGLSYMGLMULTITEXCOORD3IVARBPROC __rglgen_glMultiTexCoord3ivARB; -extern RGLSYMGLMULTITEXCOORD3SARBPROC __rglgen_glMultiTexCoord3sARB; -extern RGLSYMGLMULTITEXCOORD3SVARBPROC __rglgen_glMultiTexCoord3svARB; -extern RGLSYMGLMULTITEXCOORD4DARBPROC __rglgen_glMultiTexCoord4dARB; -extern RGLSYMGLMULTITEXCOORD4DVARBPROC __rglgen_glMultiTexCoord4dvARB; -extern RGLSYMGLMULTITEXCOORD4FARBPROC __rglgen_glMultiTexCoord4fARB; -extern RGLSYMGLMULTITEXCOORD4FVARBPROC __rglgen_glMultiTexCoord4fvARB; -extern RGLSYMGLMULTITEXCOORD4IARBPROC __rglgen_glMultiTexCoord4iARB; -extern RGLSYMGLMULTITEXCOORD4IVARBPROC __rglgen_glMultiTexCoord4ivARB; -extern RGLSYMGLMULTITEXCOORD4SARBPROC __rglgen_glMultiTexCoord4sARB; -extern RGLSYMGLMULTITEXCOORD4SVARBPROC __rglgen_glMultiTexCoord4svARB; -extern RGLSYMGLGENQUERIESARBPROC __rglgen_glGenQueriesARB; -extern RGLSYMGLDELETEQUERIESARBPROC __rglgen_glDeleteQueriesARB; -extern RGLSYMGLISQUERYARBPROC __rglgen_glIsQueryARB; -extern RGLSYMGLBEGINQUERYARBPROC __rglgen_glBeginQueryARB; -extern RGLSYMGLENDQUERYARBPROC __rglgen_glEndQueryARB; -extern RGLSYMGLGETQUERYIVARBPROC __rglgen_glGetQueryivARB; -extern RGLSYMGLGETQUERYOBJECTIVARBPROC __rglgen_glGetQueryObjectivARB; -extern RGLSYMGLGETQUERYOBJECTUIVARBPROC __rglgen_glGetQueryObjectuivARB; -extern RGLSYMGLPOINTPARAMETERFARBPROC __rglgen_glPointParameterfARB; -extern RGLSYMGLPOINTPARAMETERFVARBPROC __rglgen_glPointParameterfvARB; -extern RGLSYMGLGETGRAPHICSRESETSTATUSARBPROC __rglgen_glGetGraphicsResetStatusARB; -extern RGLSYMGLGETNTEXIMAGEARBPROC __rglgen_glGetnTexImageARB; -extern RGLSYMGLREADNPIXELSARBPROC __rglgen_glReadnPixelsARB; -extern RGLSYMGLGETNCOMPRESSEDTEXIMAGEARBPROC __rglgen_glGetnCompressedTexImageARB; -extern RGLSYMGLGETNUNIFORMFVARBPROC __rglgen_glGetnUniformfvARB; -extern RGLSYMGLGETNUNIFORMIVARBPROC __rglgen_glGetnUniformivARB; -extern RGLSYMGLGETNUNIFORMUIVARBPROC __rglgen_glGetnUniformuivARB; -extern RGLSYMGLGETNUNIFORMDVARBPROC __rglgen_glGetnUniformdvARB; -extern RGLSYMGLGETNMAPDVARBPROC __rglgen_glGetnMapdvARB; -extern RGLSYMGLGETNMAPFVARBPROC __rglgen_glGetnMapfvARB; -extern RGLSYMGLGETNMAPIVARBPROC __rglgen_glGetnMapivARB; -extern RGLSYMGLGETNPIXELMAPFVARBPROC __rglgen_glGetnPixelMapfvARB; -extern RGLSYMGLGETNPIXELMAPUIVARBPROC __rglgen_glGetnPixelMapuivARB; -extern RGLSYMGLGETNPIXELMAPUSVARBPROC __rglgen_glGetnPixelMapusvARB; -extern RGLSYMGLGETNPOLYGONSTIPPLEARBPROC __rglgen_glGetnPolygonStippleARB; -extern RGLSYMGLGETNCOLORTABLEARBPROC __rglgen_glGetnColorTableARB; -extern RGLSYMGLGETNCONVOLUTIONFILTERARBPROC __rglgen_glGetnConvolutionFilterARB; -extern RGLSYMGLGETNSEPARABLEFILTERARBPROC __rglgen_glGetnSeparableFilterARB; -extern RGLSYMGLGETNHISTOGRAMARBPROC __rglgen_glGetnHistogramARB; -extern RGLSYMGLGETNMINMAXARBPROC __rglgen_glGetnMinmaxARB; -extern RGLSYMGLMINSAMPLESHADINGARBPROC __rglgen_glMinSampleShadingARB; -extern RGLSYMGLDELETEOBJECTARBPROC __rglgen_glDeleteObjectARB; -extern RGLSYMGLGETHANDLEARBPROC __rglgen_glGetHandleARB; -extern RGLSYMGLDETACHOBJECTARBPROC __rglgen_glDetachObjectARB; -extern RGLSYMGLCREATESHADEROBJECTARBPROC __rglgen_glCreateShaderObjectARB; -extern RGLSYMGLSHADERSOURCEARBPROC __rglgen_glShaderSourceARB; -extern RGLSYMGLCOMPILESHADERARBPROC __rglgen_glCompileShaderARB; -extern RGLSYMGLCREATEPROGRAMOBJECTARBPROC __rglgen_glCreateProgramObjectARB; -extern RGLSYMGLATTACHOBJECTARBPROC __rglgen_glAttachObjectARB; -extern RGLSYMGLLINKPROGRAMARBPROC __rglgen_glLinkProgramARB; -extern RGLSYMGLUSEPROGRAMOBJECTARBPROC __rglgen_glUseProgramObjectARB; -extern RGLSYMGLVALIDATEPROGRAMARBPROC __rglgen_glValidateProgramARB; -extern RGLSYMGLUNIFORM1FARBPROC __rglgen_glUniform1fARB; -extern RGLSYMGLUNIFORM2FARBPROC __rglgen_glUniform2fARB; -extern RGLSYMGLUNIFORM3FARBPROC __rglgen_glUniform3fARB; -extern RGLSYMGLUNIFORM4FARBPROC __rglgen_glUniform4fARB; -extern RGLSYMGLUNIFORM1IARBPROC __rglgen_glUniform1iARB; -extern RGLSYMGLUNIFORM2IARBPROC __rglgen_glUniform2iARB; -extern RGLSYMGLUNIFORM3IARBPROC __rglgen_glUniform3iARB; -extern RGLSYMGLUNIFORM4IARBPROC __rglgen_glUniform4iARB; -extern RGLSYMGLUNIFORM1FVARBPROC __rglgen_glUniform1fvARB; -extern RGLSYMGLUNIFORM2FVARBPROC __rglgen_glUniform2fvARB; -extern RGLSYMGLUNIFORM3FVARBPROC __rglgen_glUniform3fvARB; -extern RGLSYMGLUNIFORM4FVARBPROC __rglgen_glUniform4fvARB; -extern RGLSYMGLUNIFORM1IVARBPROC __rglgen_glUniform1ivARB; -extern RGLSYMGLUNIFORM2IVARBPROC __rglgen_glUniform2ivARB; -extern RGLSYMGLUNIFORM3IVARBPROC __rglgen_glUniform3ivARB; -extern RGLSYMGLUNIFORM4IVARBPROC __rglgen_glUniform4ivARB; -extern RGLSYMGLUNIFORMMATRIX2FVARBPROC __rglgen_glUniformMatrix2fvARB; -extern RGLSYMGLUNIFORMMATRIX3FVARBPROC __rglgen_glUniformMatrix3fvARB; -extern RGLSYMGLUNIFORMMATRIX4FVARBPROC __rglgen_glUniformMatrix4fvARB; -extern RGLSYMGLGETOBJECTPARAMETERFVARBPROC __rglgen_glGetObjectParameterfvARB; -extern RGLSYMGLGETOBJECTPARAMETERIVARBPROC __rglgen_glGetObjectParameterivARB; -extern RGLSYMGLGETINFOLOGARBPROC __rglgen_glGetInfoLogARB; -extern RGLSYMGLGETATTACHEDOBJECTSARBPROC __rglgen_glGetAttachedObjectsARB; -extern RGLSYMGLGETUNIFORMLOCATIONARBPROC __rglgen_glGetUniformLocationARB; -extern RGLSYMGLGETACTIVEUNIFORMARBPROC __rglgen_glGetActiveUniformARB; -extern RGLSYMGLGETUNIFORMFVARBPROC __rglgen_glGetUniformfvARB; -extern RGLSYMGLGETUNIFORMIVARBPROC __rglgen_glGetUniformivARB; -extern RGLSYMGLGETSHADERSOURCEARBPROC __rglgen_glGetShaderSourceARB; -extern RGLSYMGLNAMEDSTRINGARBPROC __rglgen_glNamedStringARB; -extern RGLSYMGLDELETENAMEDSTRINGARBPROC __rglgen_glDeleteNamedStringARB; -extern RGLSYMGLCOMPILESHADERINCLUDEARBPROC __rglgen_glCompileShaderIncludeARB; -extern RGLSYMGLISNAMEDSTRINGARBPROC __rglgen_glIsNamedStringARB; -extern RGLSYMGLGETNAMEDSTRINGARBPROC __rglgen_glGetNamedStringARB; -extern RGLSYMGLGETNAMEDSTRINGIVARBPROC __rglgen_glGetNamedStringivARB; -extern RGLSYMGLTEXPAGECOMMITMENTARBPROC __rglgen_glTexPageCommitmentARB; -extern RGLSYMGLTEXBUFFERARBPROC __rglgen_glTexBufferARB; -extern RGLSYMGLCOMPRESSEDTEXIMAGE3DARBPROC __rglgen_glCompressedTexImage3DARB; -extern RGLSYMGLCOMPRESSEDTEXIMAGE2DARBPROC __rglgen_glCompressedTexImage2DARB; -extern RGLSYMGLCOMPRESSEDTEXIMAGE1DARBPROC __rglgen_glCompressedTexImage1DARB; -extern RGLSYMGLCOMPRESSEDTEXSUBIMAGE3DARBPROC __rglgen_glCompressedTexSubImage3DARB; -extern RGLSYMGLCOMPRESSEDTEXSUBIMAGE2DARBPROC __rglgen_glCompressedTexSubImage2DARB; -extern RGLSYMGLCOMPRESSEDTEXSUBIMAGE1DARBPROC __rglgen_glCompressedTexSubImage1DARB; -extern RGLSYMGLGETCOMPRESSEDTEXIMAGEARBPROC __rglgen_glGetCompressedTexImageARB; -extern RGLSYMGLLOADTRANSPOSEMATRIXFARBPROC __rglgen_glLoadTransposeMatrixfARB; -extern RGLSYMGLLOADTRANSPOSEMATRIXDARBPROC __rglgen_glLoadTransposeMatrixdARB; -extern RGLSYMGLMULTTRANSPOSEMATRIXFARBPROC __rglgen_glMultTransposeMatrixfARB; -extern RGLSYMGLMULTTRANSPOSEMATRIXDARBPROC __rglgen_glMultTransposeMatrixdARB; -extern RGLSYMGLWEIGHTBVARBPROC __rglgen_glWeightbvARB; -extern RGLSYMGLWEIGHTSVARBPROC __rglgen_glWeightsvARB; -extern RGLSYMGLWEIGHTIVARBPROC __rglgen_glWeightivARB; -extern RGLSYMGLWEIGHTFVARBPROC __rglgen_glWeightfvARB; -extern RGLSYMGLWEIGHTDVARBPROC __rglgen_glWeightdvARB; -extern RGLSYMGLWEIGHTUBVARBPROC __rglgen_glWeightubvARB; -extern RGLSYMGLWEIGHTUSVARBPROC __rglgen_glWeightusvARB; -extern RGLSYMGLWEIGHTUIVARBPROC __rglgen_glWeightuivARB; -extern RGLSYMGLWEIGHTPOINTERARBPROC __rglgen_glWeightPointerARB; -extern RGLSYMGLVERTEXBLENDARBPROC __rglgen_glVertexBlendARB; -extern RGLSYMGLBINDBUFFERARBPROC __rglgen_glBindBufferARB; -extern RGLSYMGLDELETEBUFFERSARBPROC __rglgen_glDeleteBuffersARB; -extern RGLSYMGLGENBUFFERSARBPROC __rglgen_glGenBuffersARB; -extern RGLSYMGLISBUFFERARBPROC __rglgen_glIsBufferARB; -extern RGLSYMGLBUFFERDATAARBPROC __rglgen_glBufferDataARB; -extern RGLSYMGLBUFFERSUBDATAARBPROC __rglgen_glBufferSubDataARB; -extern RGLSYMGLGETBUFFERSUBDATAARBPROC __rglgen_glGetBufferSubDataARB; -extern RGLSYMGLMAPBUFFERARBPROC __rglgen_glMapBufferARB; -extern RGLSYMGLUNMAPBUFFERARBPROC __rglgen_glUnmapBufferARB; -extern RGLSYMGLGETBUFFERPARAMETERIVARBPROC __rglgen_glGetBufferParameterivARB; -extern RGLSYMGLGETBUFFERPOINTERVARBPROC __rglgen_glGetBufferPointervARB; -extern RGLSYMGLVERTEXATTRIB1DARBPROC __rglgen_glVertexAttrib1dARB; -extern RGLSYMGLVERTEXATTRIB1DVARBPROC __rglgen_glVertexAttrib1dvARB; -extern RGLSYMGLVERTEXATTRIB1FARBPROC __rglgen_glVertexAttrib1fARB; -extern RGLSYMGLVERTEXATTRIB1FVARBPROC __rglgen_glVertexAttrib1fvARB; -extern RGLSYMGLVERTEXATTRIB1SARBPROC __rglgen_glVertexAttrib1sARB; -extern RGLSYMGLVERTEXATTRIB1SVARBPROC __rglgen_glVertexAttrib1svARB; -extern RGLSYMGLVERTEXATTRIB2DARBPROC __rglgen_glVertexAttrib2dARB; -extern RGLSYMGLVERTEXATTRIB2DVARBPROC __rglgen_glVertexAttrib2dvARB; -extern RGLSYMGLVERTEXATTRIB2FARBPROC __rglgen_glVertexAttrib2fARB; -extern RGLSYMGLVERTEXATTRIB2FVARBPROC __rglgen_glVertexAttrib2fvARB; -extern RGLSYMGLVERTEXATTRIB2SARBPROC __rglgen_glVertexAttrib2sARB; -extern RGLSYMGLVERTEXATTRIB2SVARBPROC __rglgen_glVertexAttrib2svARB; -extern RGLSYMGLVERTEXATTRIB3DARBPROC __rglgen_glVertexAttrib3dARB; -extern RGLSYMGLVERTEXATTRIB3DVARBPROC __rglgen_glVertexAttrib3dvARB; -extern RGLSYMGLVERTEXATTRIB3FARBPROC __rglgen_glVertexAttrib3fARB; -extern RGLSYMGLVERTEXATTRIB3FVARBPROC __rglgen_glVertexAttrib3fvARB; -extern RGLSYMGLVERTEXATTRIB3SARBPROC __rglgen_glVertexAttrib3sARB; -extern RGLSYMGLVERTEXATTRIB3SVARBPROC __rglgen_glVertexAttrib3svARB; -extern RGLSYMGLVERTEXATTRIB4NBVARBPROC __rglgen_glVertexAttrib4NbvARB; -extern RGLSYMGLVERTEXATTRIB4NIVARBPROC __rglgen_glVertexAttrib4NivARB; -extern RGLSYMGLVERTEXATTRIB4NSVARBPROC __rglgen_glVertexAttrib4NsvARB; -extern RGLSYMGLVERTEXATTRIB4NUBARBPROC __rglgen_glVertexAttrib4NubARB; -extern RGLSYMGLVERTEXATTRIB4NUBVARBPROC __rglgen_glVertexAttrib4NubvARB; -extern RGLSYMGLVERTEXATTRIB4NUIVARBPROC __rglgen_glVertexAttrib4NuivARB; -extern RGLSYMGLVERTEXATTRIB4NUSVARBPROC __rglgen_glVertexAttrib4NusvARB; -extern RGLSYMGLVERTEXATTRIB4BVARBPROC __rglgen_glVertexAttrib4bvARB; -extern RGLSYMGLVERTEXATTRIB4DARBPROC __rglgen_glVertexAttrib4dARB; -extern RGLSYMGLVERTEXATTRIB4DVARBPROC __rglgen_glVertexAttrib4dvARB; -extern RGLSYMGLVERTEXATTRIB4FARBPROC __rglgen_glVertexAttrib4fARB; -extern RGLSYMGLVERTEXATTRIB4FVARBPROC __rglgen_glVertexAttrib4fvARB; -extern RGLSYMGLVERTEXATTRIB4IVARBPROC __rglgen_glVertexAttrib4ivARB; -extern RGLSYMGLVERTEXATTRIB4SARBPROC __rglgen_glVertexAttrib4sARB; -extern RGLSYMGLVERTEXATTRIB4SVARBPROC __rglgen_glVertexAttrib4svARB; -extern RGLSYMGLVERTEXATTRIB4UBVARBPROC __rglgen_glVertexAttrib4ubvARB; -extern RGLSYMGLVERTEXATTRIB4UIVARBPROC __rglgen_glVertexAttrib4uivARB; -extern RGLSYMGLVERTEXATTRIB4USVARBPROC __rglgen_glVertexAttrib4usvARB; -extern RGLSYMGLVERTEXATTRIBPOINTERARBPROC __rglgen_glVertexAttribPointerARB; -extern RGLSYMGLENABLEVERTEXATTRIBARRAYARBPROC __rglgen_glEnableVertexAttribArrayARB; -extern RGLSYMGLDISABLEVERTEXATTRIBARRAYARBPROC __rglgen_glDisableVertexAttribArrayARB; -extern RGLSYMGLGETVERTEXATTRIBDVARBPROC __rglgen_glGetVertexAttribdvARB; -extern RGLSYMGLGETVERTEXATTRIBFVARBPROC __rglgen_glGetVertexAttribfvARB; -extern RGLSYMGLGETVERTEXATTRIBIVARBPROC __rglgen_glGetVertexAttribivARB; -extern RGLSYMGLGETVERTEXATTRIBPOINTERVARBPROC __rglgen_glGetVertexAttribPointervARB; -extern RGLSYMGLBINDATTRIBLOCATIONARBPROC __rglgen_glBindAttribLocationARB; -extern RGLSYMGLGETACTIVEATTRIBARBPROC __rglgen_glGetActiveAttribARB; -extern RGLSYMGLGETATTRIBLOCATIONARBPROC __rglgen_glGetAttribLocationARB; -extern RGLSYMGLWINDOWPOS2DARBPROC __rglgen_glWindowPos2dARB; -extern RGLSYMGLWINDOWPOS2DVARBPROC __rglgen_glWindowPos2dvARB; -extern RGLSYMGLWINDOWPOS2FARBPROC __rglgen_glWindowPos2fARB; -extern RGLSYMGLWINDOWPOS2FVARBPROC __rglgen_glWindowPos2fvARB; -extern RGLSYMGLWINDOWPOS2IARBPROC __rglgen_glWindowPos2iARB; -extern RGLSYMGLWINDOWPOS2IVARBPROC __rglgen_glWindowPos2ivARB; -extern RGLSYMGLWINDOWPOS2SARBPROC __rglgen_glWindowPos2sARB; -extern RGLSYMGLWINDOWPOS2SVARBPROC __rglgen_glWindowPos2svARB; -extern RGLSYMGLWINDOWPOS3DARBPROC __rglgen_glWindowPos3dARB; -extern RGLSYMGLWINDOWPOS3DVARBPROC __rglgen_glWindowPos3dvARB; -extern RGLSYMGLWINDOWPOS3FARBPROC __rglgen_glWindowPos3fARB; -extern RGLSYMGLWINDOWPOS3FVARBPROC __rglgen_glWindowPos3fvARB; -extern RGLSYMGLWINDOWPOS3IARBPROC __rglgen_glWindowPos3iARB; -extern RGLSYMGLWINDOWPOS3IVARBPROC __rglgen_glWindowPos3ivARB; -extern RGLSYMGLWINDOWPOS3SARBPROC __rglgen_glWindowPos3sARB; -extern RGLSYMGLWINDOWPOS3SVARBPROC __rglgen_glWindowPos3svARB; -extern RGLSYMGLMULTITEXCOORD1BOESPROC __rglgen_glMultiTexCoord1bOES; -extern RGLSYMGLMULTITEXCOORD1BVOESPROC __rglgen_glMultiTexCoord1bvOES; -extern RGLSYMGLMULTITEXCOORD2BOESPROC __rglgen_glMultiTexCoord2bOES; -extern RGLSYMGLMULTITEXCOORD2BVOESPROC __rglgen_glMultiTexCoord2bvOES; -extern RGLSYMGLMULTITEXCOORD3BOESPROC __rglgen_glMultiTexCoord3bOES; -extern RGLSYMGLMULTITEXCOORD3BVOESPROC __rglgen_glMultiTexCoord3bvOES; -extern RGLSYMGLMULTITEXCOORD4BOESPROC __rglgen_glMultiTexCoord4bOES; -extern RGLSYMGLMULTITEXCOORD4BVOESPROC __rglgen_glMultiTexCoord4bvOES; -extern RGLSYMGLTEXCOORD1BOESPROC __rglgen_glTexCoord1bOES; -extern RGLSYMGLTEXCOORD1BVOESPROC __rglgen_glTexCoord1bvOES; -extern RGLSYMGLTEXCOORD2BOESPROC __rglgen_glTexCoord2bOES; -extern RGLSYMGLTEXCOORD2BVOESPROC __rglgen_glTexCoord2bvOES; -extern RGLSYMGLTEXCOORD3BOESPROC __rglgen_glTexCoord3bOES; -extern RGLSYMGLTEXCOORD3BVOESPROC __rglgen_glTexCoord3bvOES; -extern RGLSYMGLTEXCOORD4BOESPROC __rglgen_glTexCoord4bOES; -extern RGLSYMGLTEXCOORD4BVOESPROC __rglgen_glTexCoord4bvOES; -extern RGLSYMGLVERTEX2BOESPROC __rglgen_glVertex2bOES; -extern RGLSYMGLVERTEX2BVOESPROC __rglgen_glVertex2bvOES; -extern RGLSYMGLVERTEX3BOESPROC __rglgen_glVertex3bOES; -extern RGLSYMGLVERTEX3BVOESPROC __rglgen_glVertex3bvOES; -extern RGLSYMGLVERTEX4BOESPROC __rglgen_glVertex4bOES; -extern RGLSYMGLVERTEX4BVOESPROC __rglgen_glVertex4bvOES; -extern RGLSYMGLALPHAFUNCXOESPROC __rglgen_glAlphaFuncxOES; -extern RGLSYMGLCLEARCOLORXOESPROC __rglgen_glClearColorxOES; -extern RGLSYMGLCLEARDEPTHXOESPROC __rglgen_glClearDepthxOES; -extern RGLSYMGLCLIPPLANEXOESPROC __rglgen_glClipPlanexOES; -extern RGLSYMGLCOLOR4XOESPROC __rglgen_glColor4xOES; -extern RGLSYMGLDEPTHRANGEXOESPROC __rglgen_glDepthRangexOES; -extern RGLSYMGLFOGXOESPROC __rglgen_glFogxOES; -extern RGLSYMGLFOGXVOESPROC __rglgen_glFogxvOES; -extern RGLSYMGLFRUSTUMXOESPROC __rglgen_glFrustumxOES; -extern RGLSYMGLGETCLIPPLANEXOESPROC __rglgen_glGetClipPlanexOES; -extern RGLSYMGLGETFIXEDVOESPROC __rglgen_glGetFixedvOES; -extern RGLSYMGLGETTEXENVXVOESPROC __rglgen_glGetTexEnvxvOES; -extern RGLSYMGLGETTEXPARAMETERXVOESPROC __rglgen_glGetTexParameterxvOES; -extern RGLSYMGLLIGHTMODELXOESPROC __rglgen_glLightModelxOES; -extern RGLSYMGLLIGHTMODELXVOESPROC __rglgen_glLightModelxvOES; -extern RGLSYMGLLIGHTXOESPROC __rglgen_glLightxOES; -extern RGLSYMGLLIGHTXVOESPROC __rglgen_glLightxvOES; -extern RGLSYMGLLINEWIDTHXOESPROC __rglgen_glLineWidthxOES; -extern RGLSYMGLLOADMATRIXXOESPROC __rglgen_glLoadMatrixxOES; -extern RGLSYMGLMATERIALXOESPROC __rglgen_glMaterialxOES; -extern RGLSYMGLMATERIALXVOESPROC __rglgen_glMaterialxvOES; -extern RGLSYMGLMULTMATRIXXOESPROC __rglgen_glMultMatrixxOES; -extern RGLSYMGLMULTITEXCOORD4XOESPROC __rglgen_glMultiTexCoord4xOES; -extern RGLSYMGLNORMAL3XOESPROC __rglgen_glNormal3xOES; -extern RGLSYMGLORTHOXOESPROC __rglgen_glOrthoxOES; -extern RGLSYMGLPOINTPARAMETERXVOESPROC __rglgen_glPointParameterxvOES; -extern RGLSYMGLPOINTSIZEXOESPROC __rglgen_glPointSizexOES; -extern RGLSYMGLPOLYGONOFFSETXOESPROC __rglgen_glPolygonOffsetxOES; -extern RGLSYMGLROTATEXOESPROC __rglgen_glRotatexOES; -extern RGLSYMGLSAMPLECOVERAGEOESPROC __rglgen_glSampleCoverageOES; -extern RGLSYMGLSCALEXOESPROC __rglgen_glScalexOES; -extern RGLSYMGLTEXENVXOESPROC __rglgen_glTexEnvxOES; -extern RGLSYMGLTEXENVXVOESPROC __rglgen_glTexEnvxvOES; -extern RGLSYMGLTEXPARAMETERXOESPROC __rglgen_glTexParameterxOES; -extern RGLSYMGLTEXPARAMETERXVOESPROC __rglgen_glTexParameterxvOES; -extern RGLSYMGLTRANSLATEXOESPROC __rglgen_glTranslatexOES; -extern RGLSYMGLACCUMXOESPROC __rglgen_glAccumxOES; -extern RGLSYMGLBITMAPXOESPROC __rglgen_glBitmapxOES; -extern RGLSYMGLBLENDCOLORXOESPROC __rglgen_glBlendColorxOES; -extern RGLSYMGLCLEARACCUMXOESPROC __rglgen_glClearAccumxOES; -extern RGLSYMGLCOLOR3XOESPROC __rglgen_glColor3xOES; -extern RGLSYMGLCOLOR3XVOESPROC __rglgen_glColor3xvOES; -extern RGLSYMGLCOLOR4XVOESPROC __rglgen_glColor4xvOES; -extern RGLSYMGLCONVOLUTIONPARAMETERXOESPROC __rglgen_glConvolutionParameterxOES; -extern RGLSYMGLCONVOLUTIONPARAMETERXVOESPROC __rglgen_glConvolutionParameterxvOES; -extern RGLSYMGLEVALCOORD1XOESPROC __rglgen_glEvalCoord1xOES; -extern RGLSYMGLEVALCOORD1XVOESPROC __rglgen_glEvalCoord1xvOES; -extern RGLSYMGLEVALCOORD2XOESPROC __rglgen_glEvalCoord2xOES; -extern RGLSYMGLEVALCOORD2XVOESPROC __rglgen_glEvalCoord2xvOES; -extern RGLSYMGLFEEDBACKBUFFERXOESPROC __rglgen_glFeedbackBufferxOES; -extern RGLSYMGLGETCONVOLUTIONPARAMETERXVOESPROC __rglgen_glGetConvolutionParameterxvOES; -extern RGLSYMGLGETHISTOGRAMPARAMETERXVOESPROC __rglgen_glGetHistogramParameterxvOES; -extern RGLSYMGLGETLIGHTXOESPROC __rglgen_glGetLightxOES; -extern RGLSYMGLGETMAPXVOESPROC __rglgen_glGetMapxvOES; -extern RGLSYMGLGETMATERIALXOESPROC __rglgen_glGetMaterialxOES; -extern RGLSYMGLGETPIXELMAPXVPROC __rglgen_glGetPixelMapxv; -extern RGLSYMGLGETTEXGENXVOESPROC __rglgen_glGetTexGenxvOES; -extern RGLSYMGLGETTEXLEVELPARAMETERXVOESPROC __rglgen_glGetTexLevelParameterxvOES; -extern RGLSYMGLINDEXXOESPROC __rglgen_glIndexxOES; -extern RGLSYMGLINDEXXVOESPROC __rglgen_glIndexxvOES; -extern RGLSYMGLLOADTRANSPOSEMATRIXXOESPROC __rglgen_glLoadTransposeMatrixxOES; -extern RGLSYMGLMAP1XOESPROC __rglgen_glMap1xOES; -extern RGLSYMGLMAP2XOESPROC __rglgen_glMap2xOES; -extern RGLSYMGLMAPGRID1XOESPROC __rglgen_glMapGrid1xOES; -extern RGLSYMGLMAPGRID2XOESPROC __rglgen_glMapGrid2xOES; -extern RGLSYMGLMULTTRANSPOSEMATRIXXOESPROC __rglgen_glMultTransposeMatrixxOES; -extern RGLSYMGLMULTITEXCOORD1XOESPROC __rglgen_glMultiTexCoord1xOES; -extern RGLSYMGLMULTITEXCOORD1XVOESPROC __rglgen_glMultiTexCoord1xvOES; -extern RGLSYMGLMULTITEXCOORD2XOESPROC __rglgen_glMultiTexCoord2xOES; -extern RGLSYMGLMULTITEXCOORD2XVOESPROC __rglgen_glMultiTexCoord2xvOES; -extern RGLSYMGLMULTITEXCOORD3XOESPROC __rglgen_glMultiTexCoord3xOES; -extern RGLSYMGLMULTITEXCOORD3XVOESPROC __rglgen_glMultiTexCoord3xvOES; -extern RGLSYMGLMULTITEXCOORD4XVOESPROC __rglgen_glMultiTexCoord4xvOES; -extern RGLSYMGLNORMAL3XVOESPROC __rglgen_glNormal3xvOES; -extern RGLSYMGLPASSTHROUGHXOESPROC __rglgen_glPassThroughxOES; -extern RGLSYMGLPIXELMAPXPROC __rglgen_glPixelMapx; -extern RGLSYMGLPIXELSTOREXPROC __rglgen_glPixelStorex; -extern RGLSYMGLPIXELTRANSFERXOESPROC __rglgen_glPixelTransferxOES; -extern RGLSYMGLPIXELZOOMXOESPROC __rglgen_glPixelZoomxOES; -extern RGLSYMGLPRIORITIZETEXTURESXOESPROC __rglgen_glPrioritizeTexturesxOES; -extern RGLSYMGLRASTERPOS2XOESPROC __rglgen_glRasterPos2xOES; -extern RGLSYMGLRASTERPOS2XVOESPROC __rglgen_glRasterPos2xvOES; -extern RGLSYMGLRASTERPOS3XOESPROC __rglgen_glRasterPos3xOES; -extern RGLSYMGLRASTERPOS3XVOESPROC __rglgen_glRasterPos3xvOES; -extern RGLSYMGLRASTERPOS4XOESPROC __rglgen_glRasterPos4xOES; -extern RGLSYMGLRASTERPOS4XVOESPROC __rglgen_glRasterPos4xvOES; -extern RGLSYMGLRECTXOESPROC __rglgen_glRectxOES; -extern RGLSYMGLRECTXVOESPROC __rglgen_glRectxvOES; -extern RGLSYMGLTEXCOORD1XOESPROC __rglgen_glTexCoord1xOES; -extern RGLSYMGLTEXCOORD1XVOESPROC __rglgen_glTexCoord1xvOES; -extern RGLSYMGLTEXCOORD2XOESPROC __rglgen_glTexCoord2xOES; -extern RGLSYMGLTEXCOORD2XVOESPROC __rglgen_glTexCoord2xvOES; -extern RGLSYMGLTEXCOORD3XOESPROC __rglgen_glTexCoord3xOES; -extern RGLSYMGLTEXCOORD3XVOESPROC __rglgen_glTexCoord3xvOES; -extern RGLSYMGLTEXCOORD4XOESPROC __rglgen_glTexCoord4xOES; -extern RGLSYMGLTEXCOORD4XVOESPROC __rglgen_glTexCoord4xvOES; -extern RGLSYMGLTEXGENXOESPROC __rglgen_glTexGenxOES; -extern RGLSYMGLTEXGENXVOESPROC __rglgen_glTexGenxvOES; -extern RGLSYMGLVERTEX2XOESPROC __rglgen_glVertex2xOES; -extern RGLSYMGLVERTEX2XVOESPROC __rglgen_glVertex2xvOES; -extern RGLSYMGLVERTEX3XOESPROC __rglgen_glVertex3xOES; -extern RGLSYMGLVERTEX3XVOESPROC __rglgen_glVertex3xvOES; -extern RGLSYMGLVERTEX4XOESPROC __rglgen_glVertex4xOES; -extern RGLSYMGLVERTEX4XVOESPROC __rglgen_glVertex4xvOES; -extern RGLSYMGLQUERYMATRIXXOESPROC __rglgen_glQueryMatrixxOES; -extern RGLSYMGLCLEARDEPTHFOESPROC __rglgen_glClearDepthfOES; -extern RGLSYMGLCLIPPLANEFOESPROC __rglgen_glClipPlanefOES; -extern RGLSYMGLDEPTHRANGEFOESPROC __rglgen_glDepthRangefOES; -extern RGLSYMGLFRUSTUMFOESPROC __rglgen_glFrustumfOES; -extern RGLSYMGLGETCLIPPLANEFOESPROC __rglgen_glGetClipPlanefOES; -extern RGLSYMGLORTHOFOESPROC __rglgen_glOrthofOES; -extern RGLSYMGLIMAGETRANSFORMPARAMETERIHPPROC __rglgen_glImageTransformParameteriHP; -extern RGLSYMGLIMAGETRANSFORMPARAMETERFHPPROC __rglgen_glImageTransformParameterfHP; -extern RGLSYMGLIMAGETRANSFORMPARAMETERIVHPPROC __rglgen_glImageTransformParameterivHP; -extern RGLSYMGLIMAGETRANSFORMPARAMETERFVHPPROC __rglgen_glImageTransformParameterfvHP; -extern RGLSYMGLGETIMAGETRANSFORMPARAMETERIVHPPROC __rglgen_glGetImageTransformParameterivHP; -extern RGLSYMGLGETIMAGETRANSFORMPARAMETERFVHPPROC __rglgen_glGetImageTransformParameterfvHP; - -struct rglgen_sym_map { const char *sym; void *ptr; }; -extern const struct rglgen_sym_map rglgen_symbol_map[]; -#ifdef __cplusplus -} -#endif -#endif diff --git a/Cores/Flycast/cmake/include/glsm/rglgen.h b/Cores/Flycast/cmake/include/glsm/rglgen.h deleted file mode 100644 index c9918df778..0000000000 --- a/Cores/Flycast/cmake/include/glsm/rglgen.h +++ /dev/null @@ -1,46 +0,0 @@ -/* Copyright (C) 2010-2018 The RetroArch team - * - * --------------------------------------------------------------------------------------- - * The following license statement only applies to this libretro SDK code part (glsym). - * --------------------------------------------------------------------------------------- - * - * Permission is hereby granted, free of charge, - * to any person obtaining a copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation the rights to - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, - * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef RGLGEN_H__ -#define RGLGEN_H__ - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include - -#include "rglgen_headers.h" - -RETRO_BEGIN_DECLS - -struct rglgen_sym_map; - -typedef void (*rglgen_func_t)(void); -typedef rglgen_func_t (*rglgen_proc_address_t)(const char*); -void rglgen_resolve_symbols(rglgen_proc_address_t proc); -void rglgen_resolve_symbols_custom(rglgen_proc_address_t proc, - const struct rglgen_sym_map *map); - -RETRO_END_DECLS - -#endif diff --git a/Cores/Flycast/cmake/include/glsm/rglgen_headers.h b/Cores/Flycast/cmake/include/glsm/rglgen_headers.h deleted file mode 100644 index 7d44b6d0fc..0000000000 --- a/Cores/Flycast/cmake/include/glsm/rglgen_headers.h +++ /dev/null @@ -1,101 +0,0 @@ -/* Copyright (C) 2010-2018 The RetroArch team - * - * --------------------------------------------------------------------------------------- - * The following license statement only applies to this libretro SDK code part (glsym). - * --------------------------------------------------------------------------------------- - * - * Permission is hereby granted, free of charge, - * to any person obtaining a copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation the rights to - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, - * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef RGLGEN_HEADERS_H__ -#define RGLGEN_HEADERS_H__ - -#ifdef HAVE_EGL -#include -#include -#endif - -#if defined(IOS) - -#if defined(HAVE_OPENGLES3) -#include -#include -#else -#include -#include -#endif - -#elif defined(__APPLE__) -#include -#if MAC_OS_X_VERSION_10_7 -#include -#include -#else -#include -#include -#endif -#elif defined(HAVE_PSGL) -#include -#include -#elif defined(HAVE_OPENGL_MODERN) -#include -#include -#elif defined(HAVE_OPENGLES3) -#include -#define __gl2_h_ -#include -#elif defined(HAVE_OPENGLES2) -#include -#include -#elif defined(HAVE_OPENGLES1) -#include -#include -#else -#if defined(_WIN32) && !defined(_XBOX) -#define WIN32_LEAN_AND_MEAN -#include -#endif -#ifndef HAVE_LIBNX -#include -#include -#else -/* We need to avoid including on this platform */ -#include "switch/nx_gl.h" -#include -#endif /* SWITCH */ -#endif - -#ifndef GL_MAP_WRITE_BIT -#define GL_MAP_WRITE_BIT 0x0002 -#endif - -#ifndef GL_MAP_INVALIDATE_BUFFER_BIT -#define GL_MAP_INVALIDATE_BUFFER_BIT 0x0008 -#endif - -#ifndef GL_RED_INTEGER -#define GL_RED_INTEGER 0x8D94 -#endif - -#ifndef GL_BGRA_EXT -#define GL_BGRA_EXT GL_BGRA -#endif - -#ifndef GL_LUMINANCE_ALPHA -#define GL_LUMINANCE_ALPHA 0x190A -#endif - -#endif diff --git a/Cores/Flycast/cmake/include/miniupnpcstrings.h b/Cores/Flycast/cmake/include/miniupnpcstrings.h deleted file mode 100644 index da262c17b0..0000000000 --- a/Cores/Flycast/cmake/include/miniupnpcstrings.h +++ /dev/null @@ -1,23 +0,0 @@ -/* $Id: miniupnpcstrings.h.in,v 1.6 2014/11/04 22:31:55 nanard Exp $ */ -/* Project: miniupnp - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * Author: Thomas Bernard - * Copyright (c) 2005-2014 Thomas Bernard - * This software is subjects to the conditions detailed - * in the LICENCE file provided within this distribution */ -#ifndef MINIUPNPCSTRINGS_H_INCLUDED -#define MINIUPNPCSTRINGS_H_INCLUDED - -#define OS_STRING "Darwin/22.2.0" -#define MINIUPNPC_VERSION_STRING "2.2.3" - -#if 0 -/* according to "UPnP Device Architecture 1.0" */ -#define UPNP_VERSION_STRING "UPnP/1.0" -#else -/* according to "UPnP Device Architecture 1.1" */ -#define UPNP_VERSION_STRING "UPnP/1.1" -#endif - -#endif - diff --git a/Cores/Flycast/cmake/legacy/TexCache.cpp b/Cores/Flycast/cmake/legacy/TexCache.cpp deleted file mode 100644 index 37dbf6e917..0000000000 --- a/Cores/Flycast/cmake/legacy/TexCache.cpp +++ /dev/null @@ -1,1151 +0,0 @@ -#include "TexCache.h" -#include "CustomTexture.h" -#include "deps/xbrz/xbrz.h" -#include "hw/pvr/pvr_mem.h" -#include "hw/mem/_vmem.h" -#include "hw/sh4/modules/mmu.h" - -#include -#include -#include - -#include - -const u8 *vq_codebook; -u32 palette_index; -bool KillTex=false; -u32 palette16_ram[1024]; -u32 palette32_ram[1024]; -u32 pal_hash_256[4]; -u32 pal_hash_16[64]; -bool palette_updated; -extern bool pal_needs_update; - -// Rough approximation of LoD bias from D adjust param, only used to increase LoD -const std::array D_Adjust_LoD_Bias = { - 0.f, -4.f, -2.f, -1.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f -}; - -u32 detwiddle[2][11][1024]; -//input : address in the yyyyyxxxxx format -//output : address in the xyxyxyxy format -//U : x resolution , V : y resolution -//twiddle works on 64b words - - -static u32 twiddle_slow(u32 x,u32 y,u32 x_sz,u32 y_sz) -{ - u32 rv=0;//low 2 bits are directly passed -> needs some misc stuff to work.However - //Pvr internally maps the 64b banks "as if" they were twiddled :p - - u32 sh=0; - x_sz>>=1; - y_sz>>=1; - while(x_sz!=0 || y_sz!=0) - { - if (y_sz) - { - u32 temp=y&1; - rv|=temp<>=1; - y>>=1; - sh++; - } - if (x_sz) - { - u32 temp=x&1; - rv|=temp<>=1; - x>>=1; - sh++; - } - } - return rv; -} - -static void BuildTwiddleTables() -{ - for (u32 s = 0; s < 11; s++) - { - u32 x_sz = 1024; - u32 y_sz = 1 << s; - for (u32 i = 0; i < x_sz; i++) - { - detwiddle[0][s][i] = twiddle_slow(i, 0, x_sz, y_sz); - detwiddle[1][s][i] = twiddle_slow(0, i, y_sz, x_sz); - } - } -} - -static OnLoad btt(&BuildTwiddleTables); - -void palette_update() -{ - if (!pal_needs_update) - return; - pal_needs_update = false; - palette_updated = true; - - if (!isDirectX(config::RendererType)) - { - switch(PAL_RAM_CTRL&3) - { - case 0: - for (int i=0;i<1024;i++) - { - palette16_ram[i] = Unpacker1555::unpack(PALETTE_RAM[i]); - palette32_ram[i] = Unpacker1555_32::unpack(PALETTE_RAM[i]); - } - break; - - case 1: - for (int i=0;i<1024;i++) - { - palette16_ram[i] = UnpackerNop::unpack(PALETTE_RAM[i]); - palette32_ram[i] = Unpacker565_32::unpack(PALETTE_RAM[i]); - } - break; - - case 2: - for (int i=0;i<1024;i++) - { - palette16_ram[i] = Unpacker4444::unpack(PALETTE_RAM[i]); - palette32_ram[i] = Unpacker4444_32::unpack(PALETTE_RAM[i]); - } - break; - - case 3: - for (int i=0;i<1024;i++) - palette32_ram[i] = Unpacker8888::unpack(PALETTE_RAM[i]); - break; - } - } - else - { - switch(PAL_RAM_CTRL&3) - { - - case 0: - for (int i=0;i<1024;i++) - { - palette16_ram[i] = UnpackerNop::unpack(PALETTE_RAM[i]); - palette32_ram[i] = Unpacker1555_32::unpack(PALETTE_RAM[i]); - } - break; - - case 1: - for (int i=0;i<1024;i++) - { - palette16_ram[i] = UnpackerNop::unpack(PALETTE_RAM[i]); - palette32_ram[i] = Unpacker565_32::unpack(PALETTE_RAM[i]); - } - break; - - case 2: - for (int i=0;i<1024;i++) - { - palette16_ram[i] = UnpackerNop::unpack(PALETTE_RAM[i]); - palette32_ram[i] = Unpacker4444_32::unpack(PALETTE_RAM[i]); - } - break; - - case 3: - for (int i=0;i<1024;i++) - palette32_ram[i] = UnpackerNop::unpack(PALETTE_RAM[i]); - break; - } - } - for (int i = 0; i < 64; i++) - pal_hash_16[i] = XXH32(&PALETTE_RAM[i << 4], 16 * 4, 7); - for (int i = 0; i < 4; i++) - pal_hash_256[i] = XXH32(&PALETTE_RAM[i << 8], 256 * 4, 7); -} - -void forcePaletteUpdate() -{ - pal_needs_update = true; -} - - -static std::vector VramLocks[VRAM_SIZE_MAX / PAGE_SIZE]; - -//List functions -// -static void vramlock_list_remove(vram_block* block) -{ - u32 base = block->start / PAGE_SIZE; - u32 end = block->end / PAGE_SIZE; - - for (u32 i = base; i <= end; i++) - { - std::vector& list = VramLocks[i]; - for (auto& lock : list) - { - if (lock == block) - lock = nullptr; - } - } -} - -static void vramlock_list_add(vram_block* block) -{ - u32 base = block->start / PAGE_SIZE; - u32 end = block->end / PAGE_SIZE; - - for (u32 i = base; i <= end; i++) - { - std::vector& list = VramLocks[i]; - // If the list is empty then we need to protect vram, otherwise it's already been done - if (list.empty() || std::all_of(list.begin(), list.end(), [](vram_block *block) { return block == nullptr; })) - _vmem_protect_vram(i * PAGE_SIZE, PAGE_SIZE); - auto it = std::find(list.begin(), list.end(), nullptr); - if (it != list.end()) - *it = block; - else - list.push_back(block); - } -} - -static std::mutex vramlist_lock; - -bool VramLockedWriteOffset(size_t offset) -{ - if (offset >= VRAM_SIZE) - return false; - - size_t addr_hash = offset / PAGE_SIZE; - std::vector& list = VramLocks[addr_hash]; - - { - std::lock_guard lockguard(vramlist_lock); - - for (auto& lock : list) - { - if (lock != nullptr) - { - lock->texture->invalidate(); - - if (lock != nullptr) - { - ERROR_LOG(PVR, "Error : pvr is supposed to remove lock"); - die("Invalid state"); - } - } - } - list.clear(); - - _vmem_unprotect_vram((u32)(offset & ~PAGE_MASK), PAGE_SIZE); - } - - return true; -} - -bool VramLockedWrite(u8* address) -{ - u32 offset = _vmem_get_vram_offset(address); - if (offset == (u32)-1) - return false; - return VramLockedWriteOffset(offset); -} - -//unlocks mem -//also frees the handle -static void libCore_vramlock_Unlock_block_wb(vram_block* block) -{ - vramlock_list_remove(block); - delete block; -} - -#ifdef _OPENMP -static inline int getThreadCount() -{ - int tcount = omp_get_num_procs() - 1; - if (tcount < 1) - tcount = 1; - return std::min(tcount, (int)config::MaxThreads); -} - -template -void parallelize(Func func, int start, int end) -{ - int tcount = getThreadCount(); -#pragma omp parallel num_threads(tcount) - { - int num_threads = omp_get_num_threads(); - int thread = omp_get_thread_num(); - int chunk = (end - start) / num_threads; - func(start + chunk * thread, - num_threads == thread + 1 ? end - : (start + chunk * (thread + 1))); - } -} -#endif - -static struct xbrz::ScalerCfg xbrz_cfg; - -void UpscalexBRZ(int factor, u32* source, u32* dest, int width, int height, bool has_alpha) -{ -#ifdef _OPENMP - parallelize([=](int start, int end) { - xbrz::scale(factor, source, dest, width, height, has_alpha ? xbrz::ColorFormat::ARGB : xbrz::ColorFormat::RGB, - xbrz_cfg, start, end); - }, 0, height); -#else - xbrz::scale(factor, source, dest, width, height, has_alpha ? xbrz::ColorFormat::ARGB : xbrz::ColorFormat::RGB, xbrz_cfg); -#endif -} - -struct PvrTexInfo -{ - const char* name; - int bpp; //4/8 for pal. 16 for yuv, rgb, argb - TextureType type; - // Conversion to 16 bpp - TexConvFP PL; - TexConvFP TW; - TexConvFP VQ; - // Conversion to 32 bpp - TexConvFP32 PL32; - TexConvFP32 TW32; - TexConvFP32 VQ32; - // Conversion to 8 bpp (palette) - TexConvFP8 TW8; -}; - -#define TEX_CONV_TABLE \ -const PvrTexInfo pvrTexInfo[8] = \ -{ /* name bpp Final format Planar Twiddled VQ Planar(32b) Twiddled(32b) VQ (32b) Palette (8b) */ \ - {"1555", 16, TextureType::_5551, tex1555_PL, tex1555_TW, tex1555_VQ, tex1555_PL32, tex1555_TW32, tex1555_VQ32, nullptr }, \ - {"565", 16, TextureType::_565, tex565_PL, tex565_TW, tex565_VQ, tex565_PL32, tex565_TW32, tex565_VQ32, nullptr }, \ - {"4444", 16, TextureType::_4444, tex4444_PL, tex4444_TW, tex4444_VQ, tex4444_PL32, tex4444_TW32, tex4444_VQ32, nullptr }, \ - {"yuv", 16, TextureType::_8888, nullptr, nullptr, nullptr, texYUV422_PL, texYUV422_TW, texYUV422_VQ, nullptr }, \ - {"bumpmap", 16, TextureType::_4444, texBMP_PL, texBMP_TW, texBMP_VQ, tex4444_PL32, tex4444_TW32, tex4444_VQ32, nullptr }, \ - {"pal4", 4, TextureType::_5551, nullptr, texPAL4_TW, texPAL4_VQ, nullptr, texPAL4_TW32, texPAL4_VQ32, texPAL4PT_TW }, \ - {"pal8", 8, TextureType::_5551, nullptr, texPAL8_TW, texPAL8_VQ, nullptr, texPAL8_TW32, texPAL8_VQ32, texPAL8PT_TW }, \ - {"ns/1555", 0}, \ -} - -namespace opengl { - TEX_CONV_TABLE; -} -namespace directx { - TEX_CONV_TABLE; -} -#undef TEX_CONV_TABLE -static const PvrTexInfo *pvrTexInfo = opengl::pvrTexInfo; - -extern const u32 VQMipPoint[11] = -{ - 0x00000,//1 - 0x00001,//2 - 0x00002,//4 - 0x00006,//8 - 0x00016,//16 - 0x00056,//32 - 0x00156,//64 - 0x00556,//128 - 0x01556,//256 - 0x05556,//512 - 0x15556//1024 -}; -extern const u32 OtherMipPoint[11] = -{ - 0x00003,//1 - 0x00004,//2 - 0x00008,//4 - 0x00018,//8 - 0x00058,//16 - 0x00158,//32 - 0x00558,//64 - 0x01558,//128 - 0x05558,//256 - 0x15558,//512 - 0x55558//1024 -}; - -static const TextureType PAL_TYPE[4] = { - TextureType::_5551, TextureType::_565, TextureType::_4444, TextureType::_8888 -}; - -void BaseTextureCacheData::PrintTextureName() -{ -#if !defined(NDEBUG) || defined(DEBUGFAST) - char str[512]; - sprintf(str, "Texture: %s", GetPixelFormatName()); - - if (tcw.VQ_Comp) - strcat(str, " VQ"); - else if (tcw.ScanOrder == 0 || IsPaletted()) - strcat(str, " TW"); - else if (tcw.StrideSel == 1 && !IsPaletted()) - strcat(str, " Stride"); - - if (tcw.ScanOrder == 0 && tcw.MipMapped) - strcat(str, " MM"); - if (tsp.FilterMode != 0) - strcat(str, " Bilinear"); - - sprintf(str + strlen(str), " %dx%d @ 0x%X", 8 << tsp.TexU, 8 << tsp.TexV, tcw.TexAddr << 3); - std::string id = GetId(); - sprintf(str + strlen(str), " id=%s", id.c_str()); - DEBUG_LOG(RENDERER, "%s", str); -#endif -} - -//true if : dirty or paletted texture and hashes don't match -bool BaseTextureCacheData::NeedsUpdate() { - bool rc = dirty != 0; - if (tex_type != TextureType::_8) - { - if (tcw.PixelFmt == PixelPal4 && palette_hash != pal_hash_16[tcw.PalSelect]) - rc = true; - else if (tcw.PixelFmt == PixelPal8 && palette_hash != pal_hash_256[tcw.PalSelect >> 4]) - rc = true; - } - - return rc; -} - -void BaseTextureCacheData::protectVRam() -{ - u32 end = sa + size - 1; - if (end >= VRAM_SIZE) - { - WARN_LOG(PVR, "protectVRam: end >= VRAM_SIZE. Tried to lock area out of vram"); - end = VRAM_SIZE - 1; - } - - if (sa_tex > end) - { - WARN_LOG(PVR, "vramlock_Lock: sa_tex > end. Tried to lock negative block"); - return; - } - - vram_block *block = new vram_block(); - block->end = end; - block->start = sa_tex; - block->texture = this; - - { - std::lock_guard lock(vramlist_lock); - - if (lock_block == nullptr) - { - // This also protects vram if needed - vramlock_list_add(block); - lock_block = block; - } - else - delete block; - } -} - -void BaseTextureCacheData::unprotectVRam() -{ - std::lock_guard lock(vramlist_lock); - if (lock_block) - libCore_vramlock_Unlock_block_wb(lock_block); - lock_block = nullptr; -} - -bool BaseTextureCacheData::Delete() -{ - if (custom_load_in_progress > 0) - return false; - - unprotectVRam(); - - free(custom_image_data); - custom_image_data = nullptr; - - return true; -} - -BaseTextureCacheData::BaseTextureCacheData(TSP tsp, TCW tcw) -{ - this->tsp = tsp; - this->tcw = tcw; - - //Reset state info .. - Updates = 0; - dirty = FrameCount; - lock_block = nullptr; - custom_image_data = nullptr; - custom_load_in_progress = 0; - gpuPalette = false; - - //decode info from tsp/tcw into the texture struct - tex = &pvrTexInfo[tcw.PixelFmt == PixelReserved ? Pixel1555 : tcw.PixelFmt]; //texture format table entry - - sa_tex = (tcw.TexAddr << 3) & VRAM_MASK; //texture start address - sa = sa_tex; //data texture start address (modified for MIPs, as needed) - width = 8 << tsp.TexU; //tex width - height = 8 << tsp.TexV; //tex height - - texconv8 = nullptr; - - if (tcw.ScanOrder && (tex->PL || tex->PL32)) - { - //Texture is stored 'planar' in memory, no deswizzle is needed - //verify(tcw.VQ_Comp==0); - if (tcw.VQ_Comp != 0) - { - WARN_LOG(RENDERER, "Warning: planar texture with VQ set (invalid)"); - tcw.VQ_Comp = 0; - } - if (tcw.MipMapped != 0) - { - WARN_LOG(RENDERER, "Warning: planar texture with mipmaps (invalid)"); - tcw.MipMapped = 0; - } - - //Planar textures support stride selection, mostly used for non power of 2 textures (videos) - int stride = width; - if (tcw.StrideSel) - stride = (TEXT_CONTROL & 31) * 32; - - //Call the format specific conversion code - texconv = tex->PL; - texconv32 = tex->PL32; - //calculate the size, in bytes, for the locking - size = stride * height * tex->bpp / 8; - } - else - { - if (!IsPaletted()) - { - tcw.ScanOrder = 0; - tcw.StrideSel = 0; - } - // Quake 3 Arena uses one - if (tcw.MipMapped) - // Mipmapped texture must be square and TexV is ignored - height = width; - - if (tcw.VQ_Comp) - { - verify(tex->VQ != NULL || tex->VQ32 != NULL); - if (tcw.MipMapped) - sa += VQMipPoint[tsp.TexU + 3]; - texconv = tex->VQ; - texconv32 = tex->VQ32; - size = width * height / 8 + 256 * 8; - } - else - { - verify(tex->TW != NULL || tex->TW32 != NULL); - if (tcw.MipMapped) - sa += OtherMipPoint[tsp.TexU + 3] * tex->bpp / 8; - texconv = tex->TW; - texconv32 = tex->TW32; - size = width * height * tex->bpp / 8; - texconv8 = tex->TW8; - } - } -} - -void BaseTextureCacheData::ComputeHash() -{ - u32 hashSize = size; - if (tcw.VQ_Comp) - { - // The size for VQ textures wasn't correctly calculated. - // We use the old size to compute the hash for backward-compatibility - // with existing custom texture packs. - hashSize = size - 256 * 8; - } - texture_hash = XXH32(&vram[sa], hashSize, 7); - if (IsPaletted()) - texture_hash ^= palette_hash; - old_texture_hash = texture_hash; - // Include everything but texaddr, reserved and stride. Palette textures don't have ScanOrder - const u32 tcwMask = IsPaletted() ? 0xF8000000 : 0xFC000000; - texture_hash ^= tcw.full & tcwMask; -} - -void BaseTextureCacheData::Update() -{ - //texture state tracking stuff - Updates++; - dirty = 0; - gpuPalette = false; - tex_type = tex->type; - - bool has_alpha = false; - if (IsPaletted()) - { - if (IsGpuHandledPaletted(tsp, tcw)) - { - tex_type = TextureType::_8; - gpuPalette = true; - } - else - { - tex_type = PAL_TYPE[PAL_RAM_CTRL&3]; - if (tex_type != TextureType::_565) - has_alpha = true; - } - - // Get the palette hash to check for future updates - // TODO get rid of ::palette_index and ::vq_codebook - if (tcw.PixelFmt == PixelPal4) - { - palette_hash = pal_hash_16[tcw.PalSelect]; - ::palette_index = tcw.PalSelect << 4; - } - else - { - palette_hash = pal_hash_256[tcw.PalSelect >> 4]; - ::palette_index = (tcw.PalSelect >> 4) << 8; - } - } - - if (tcw.VQ_Comp) - ::vq_codebook = &vram[sa_tex]; // might be used if VQ tex - - //texture conversion work - u32 stride = width; - - if (tcw.StrideSel && tcw.ScanOrder && (tex->PL || tex->PL32)) - stride = (TEXT_CONTROL & 31) * 32; - - u32 original_h = height; - if (sa_tex > VRAM_SIZE || size == 0 || sa + size > VRAM_SIZE) - { - if (sa < VRAM_SIZE && sa + size > VRAM_SIZE && tcw.ScanOrder && stride > 0) - { - // Shenmue Space Harrier mini-arcade loads a texture that goes beyond the end of VRAM - // but only uses the top portion of it - height = (VRAM_SIZE - sa) * 8 / stride / tex->bpp; - size = stride * height * tex->bpp/8; - } - else - { - WARN_LOG(RENDERER, "Warning: invalid texture. Address %08X %08X size %d", sa_tex, sa, size); - return; - } - } - if (config::CustomTextures) - custom_texture.LoadCustomTextureAsync(this); - - void *temp_tex_buffer = NULL; - u32 upscaled_w = width; - u32 upscaled_h = height; - - PixelBuffer pb16; - PixelBuffer pb32; - PixelBuffer pb8; - - // Figure out if we really need to use a 32-bit pixel buffer - bool textureUpscaling = config::TextureUpscale > 1 - // Don't process textures that are too big - && (int)(width * height) <= config::MaxFilteredTextureSize * config::MaxFilteredTextureSize - // Don't process YUV textures - && tcw.PixelFmt != PixelYUV; - bool need_32bit_buffer = true; - if (!textureUpscaling - && (!IsPaletted() || tex_type != TextureType::_8888) - && texconv != NULL - && !Force32BitTexture(tex_type)) - need_32bit_buffer = false; - // TODO avoid upscaling/depost. textures that change too often - - bool mipmapped = IsMipmapped() && !config::DumpTextures; - - if (texconv32 != NULL && need_32bit_buffer) - { - if (textureUpscaling) - // don't use mipmaps if upscaling - mipmapped = false; - // Force the texture type since that's the only 32-bit one we know - tex_type = TextureType::_8888; - - if (mipmapped) - { - pb32.init(width, height, true); - for (u32 i = 0; i <= tsp.TexU + 3u; i++) - { - pb32.set_mipmap(i); - u32 vram_addr; - if (tcw.VQ_Comp) - { - vram_addr = sa_tex + VQMipPoint[i]; - if (i == 0) - { - PixelBuffer pb0; - pb0.init(2, 2 ,false); - texconv32(&pb0, (u8*)&vram[vram_addr], 2, 2); - *pb32.data() = *pb0.data(1, 1); - continue; - } - } - else - vram_addr = sa_tex + OtherMipPoint[i] * tex->bpp / 8; - if (tcw.PixelFmt == PixelYUV && i == 0) - // Special case for YUV at 1x1 LoD - pvrTexInfo[Pixel565].TW32(&pb32, &vram[vram_addr], 1, 1); - else - texconv32(&pb32, &vram[vram_addr], 1 << i, 1 << i); - } - pb32.set_mipmap(0); - } - else - { - pb32.init(width, height); - texconv32(&pb32, (u8*)&vram[sa], stride, height); - - // xBRZ scaling - if (textureUpscaling) - { - PixelBuffer tmp_buf; - tmp_buf.init(width * config::TextureUpscale, height * config::TextureUpscale); - - if (tcw.PixelFmt == Pixel1555 || tcw.PixelFmt == Pixel4444) - // Alpha channel formats. Palettes with alpha are already handled - has_alpha = true; - UpscalexBRZ(config::TextureUpscale, pb32.data(), tmp_buf.data(), width, height, has_alpha); - pb32.steal_data(tmp_buf); - upscaled_w *= config::TextureUpscale; - upscaled_h *= config::TextureUpscale; - } - } - temp_tex_buffer = pb32.data(); - } - else if (texconv8 != NULL && tex_type == TextureType::_8) - { - if (mipmapped) - { - // This shouldn't happen since mipmapped palette textures are converted to rgba - pb8.init(width, height, true); - for (u32 i = 0; i <= tsp.TexU + 3u; i++) - { - pb8.set_mipmap(i); - u32 vram_addr = sa_tex + OtherMipPoint[i] * tex->bpp / 8; - texconv8(&pb8, &vram[vram_addr], 1 << i, 1 << i); - } - pb8.set_mipmap(0); - } - else - { - pb8.init(width, height); - texconv8(&pb8, &vram[sa], stride, height); - } - temp_tex_buffer = pb8.data(); - } - else if (texconv != NULL) - { - if (mipmapped) - { - pb16.init(width, height, true); - for (u32 i = 0; i <= tsp.TexU + 3u; i++) - { - pb16.set_mipmap(i); - u32 vram_addr; - if (tcw.VQ_Comp) - { - vram_addr = sa_tex + VQMipPoint[i]; - if (i == 0) - { - PixelBuffer pb0; - pb0.init(2, 2 ,false); - texconv(&pb0, (u8*)&vram[vram_addr], 2, 2); - *pb16.data() = *pb0.data(1, 1); - continue; - } - } - else - vram_addr = sa_tex + OtherMipPoint[i] * tex->bpp / 8; - texconv(&pb16, (u8*)&vram[vram_addr], 1 << i, 1 << i); - } - pb16.set_mipmap(0); - } - else - { - pb16.init(width, height); - texconv(&pb16,(u8*)&vram[sa],stride,height); - } - temp_tex_buffer = pb16.data(); - } - else - { - //fill it in with a temp color - WARN_LOG(RENDERER, "UNHANDLED TEXTURE"); - pb16.init(width, height); - memset(pb16.data(), 0x80, width * height * 2); - temp_tex_buffer = pb16.data(); - mipmapped = false; - } - // Restore the original texture height if it was constrained to VRAM limits above - height = original_h; - - //lock the texture to detect changes in it - protectVRam(); - - UploadToGPU(upscaled_w, upscaled_h, (const u8 *)temp_tex_buffer, IsMipmapped(), mipmapped); - if (config::DumpTextures) - { - ComputeHash(); - custom_texture.DumpTexture(texture_hash, upscaled_w, upscaled_h, tex_type, temp_tex_buffer); - NOTICE_LOG(RENDERER, "Dumped texture %x.png. Old hash %x", texture_hash, old_texture_hash); - } - PrintTextureName(); -} - -void BaseTextureCacheData::CheckCustomTexture() -{ - if (IsCustomTextureAvailable()) - { - tex_type = TextureType::_8888; - gpuPalette = false; - UploadToGPU(custom_width, custom_height, custom_image_data, IsMipmapped(), false); - free(custom_image_data); - custom_image_data = nullptr; - } -} - -void BaseTextureCacheData::SetDirectXColorOrder(bool enabled) { - pvrTexInfo = enabled ? directx::pvrTexInfo : opengl::pvrTexInfo; -} - -template -void ReadFramebuffer(const FramebufferInfo& info, PixelBuffer& pb, int& width, int& height) -{ - width = (info.fb_r_size.fb_x_size + 1) * 2; // in 16-bit words - height = info.fb_r_size.fb_y_size + 1; - int modulus = (info.fb_r_size.fb_modulus - 1) * 2; - - int bpp; - switch (info.fb_r_ctrl.fb_depth) - { - case fbde_0555: - case fbde_565: - bpp = 2; - break; - case fbde_888: - bpp = 3; - width = (width * 2) / 3; // in pixels - modulus = (modulus * 2) / 3; // in pixels - break; - case fbde_C888: - bpp = 4; - width /= 2; // in pixels - modulus /= 2; // in pixels - break; - default: - die("Invalid framebuffer format\n"); - bpp = 4; - break; - } - - u32 addr = info.fb_r_sof1; - if (info.spg_control.interlace) - { - if (width == modulus && info.fb_r_sof2 == info.fb_r_sof1 + width * bpp) - { - // Typical case alternating even and odd lines -> take the whole buffer at once - modulus = 0; - height *= 2; - } - else - { - addr = info.spg_status.fieldnum ? info.fb_r_sof2 : info.fb_r_sof1; - } - } - - pb.init(width, height); - u32 *dst = (u32 *)pb.data(); - const u32 fb_concat = info.fb_r_ctrl.fb_concat; - - switch (info.fb_r_ctrl.fb_depth) - { - case fbde_0555: // 555 RGB - for (int y = 0; y < height; y++) - { - for (int i = 0; i < width; i++) - { - u16 src = pvr_read32p(addr); - *dst++ = Packer::pack( - (((src >> 10) & 0x1F) << 3) | fb_concat, - (((src >> 5) & 0x1F) << 3) | fb_concat, - (((src >> 0) & 0x1F) << 3) | fb_concat, - 0xff); - addr += bpp; - } - addr += modulus * bpp; - } - break; - - case fbde_565: // 565 RGB - for (int y = 0; y < height; y++) - { - for (int i = 0; i < width; i++) - { - u16 src = pvr_read32p(addr); - *dst++ = Packer::pack( - (((src >> 11) & 0x1F) << 3) | fb_concat, - (((src >> 5) & 0x3F) << 2) | (fb_concat & 3), - (((src >> 0) & 0x1F) << 3) | fb_concat, - 0xFF); - addr += bpp; - } - addr += modulus * bpp; - } - break; - case fbde_888: // 888 RGB - for (int y = 0; y < height; y++) - { - for (int i = 0; i < width; i += 4) - { - u32 src = pvr_read32p(addr); - *dst++ = Packer::pack(src >> 16, src >> 8, src, 0xff); - addr += 4; - if (i + 1 >= width) - break; - u32 src2 = pvr_read32p(addr); - *dst++ = Packer::pack(src2 >> 8, src2, src >> 24, 0xff); - addr += 4; - if (i + 2 >= width) - break; - u32 src3 = pvr_read32p(addr); - *dst++ = Packer::pack(src3, src2 >> 24, src2 >> 16, 0xff); - addr += 4; - if (i + 3 >= width) - break; - *dst++ = Packer::pack(src3 >> 24, src3 >> 16, src3 >> 8, 0xff); - } - addr += modulus * bpp; - } - break; - case fbde_C888: // 0888 RGB - for (int y = 0; y < height; y++) - { - for (int i = 0; i < width; i++) - { - u32 src = pvr_read32p(addr); - *dst++ = Packer::pack(src >> 16, src >> 8, src, 0xff); - addr += bpp; - } - addr += modulus * bpp; - } - break; - } -} -template void ReadFramebuffer(const FramebufferInfo& info, PixelBuffer& pb, int& width, int& height); -template void ReadFramebuffer(const FramebufferInfo& info, PixelBuffer& pb, int& width, int& height); - -template -void WriteTextureToVRam(u32 width, u32 height, const u8 *data, u16 *dst, FB_W_CTRL_type fb_w_ctrl, u32 linestride) -{ - u32 padding = linestride; - if (padding / 2 > width) - padding = padding / 2 - width; - else - padding = 0; - - const u16 kval_bit = (fb_w_ctrl.fb_kval & 0x80) << 8; - const u8 fb_alpha_threshold = fb_w_ctrl.fb_alpha_threshold; - - const u8 *p = data; - - for (u32 l = 0; l < height; l++) { - switch(fb_w_ctrl.fb_packmode) - { - case 0: //0x0 0555 KRGB 16 bit (default) Bit 15 is the value of fb_kval[7]. - for (u32 c = 0; c < width; c++) { - *dst++ = (((p[Red] >> 3) & 0x1F) << 10) | (((p[Green] >> 3) & 0x1F) << 5) | ((p[Blue] >> 3) & 0x1F) | kval_bit; - p += 4; - } - break; - case 1: //0x1 565 RGB 16 bit - for (u32 c = 0; c < width; c++) { - *dst++ = (((p[Red] >> 3) & 0x1F) << 11) | (((p[Green] >> 2) & 0x3F) << 5) | ((p[Blue] >> 3) & 0x1F); - p += 4; - } - break; - case 2: //0x2 4444 ARGB 16 bit - for (u32 c = 0; c < width; c++) { - *dst++ = (((p[Red] >> 4) & 0xF) << 8) | (((p[Green] >> 4) & 0xF) << 4) | ((p[Blue] >> 4) & 0xF) | (((p[Alpha] >> 4) & 0xF) << 12); - p += 4; - } - break; - case 3://0x3 1555 ARGB 16 bit The alpha value is determined by comparison with the value of fb_alpha_threshold. - for (u32 c = 0; c < width; c++) { - *dst++ = (((p[Red] >> 3) & 0x1F) << 10) | (((p[Green] >> 3) & 0x1F) << 5) | ((p[Blue] >> 3) & 0x1F) | (p[Alpha] > fb_alpha_threshold ? 0x8000 : 0); - p += 4; - } - break; - } - dst += padding; - } -} -template void WriteTextureToVRam<0, 1, 2, 3>(u32 width, u32 height, const u8 *data, u16 *dst, FB_W_CTRL_type fb_w_ctrl, u32 linestride); -template void WriteTextureToVRam<2, 1, 0, 3>(u32 width, u32 height, const u8 *data, u16 *dst, FB_W_CTRL_type fb_w_ctrl, u32 linestride); - -template -static inline u8 roundColor(u8 in) -{ - u8 out = in >> (8 - bits); - if (out != 0xffu >> (8 - bits)) - out += (in >> (8 - bits - 1)) & 1; - return out; -} - -template -void WriteFramebuffer(u32 width, u32 height, const u8 *data, u32 dstAddr, FB_W_CTRL_type fb_w_ctrl, u32 linestride, FB_X_CLIP_type xclip, FB_Y_CLIP_type yclip) -{ - int bpp; - switch (fb_w_ctrl.fb_packmode) - { - case 0: - case 1: - case 2: - case 3: - bpp = 2; - break; - case 4: - bpp = 3; - break; - case 5: - case 6: - bpp = 4; - break; - default: - die("Invalid framebuffer format"); - bpp = 4; - break; - } - - u32 padding = linestride; - if (padding > width * bpp) - padding = padding - width * bpp; - else - padding = 0; - - const u16 kval_bit = (fb_w_ctrl.fb_kval & 0x80) << 8; - const u8 fb_alpha_threshold = fb_w_ctrl.fb_alpha_threshold; - - const u8 *p = data + 4 * yclip.min * width; - dstAddr += bpp * yclip.min * (width + padding / bpp); - - for (u32 l = yclip.min; l < height && l <= yclip.max; l++) - { - p += 4 * xclip.min; - dstAddr += bpp * xclip.min; - - switch(fb_w_ctrl.fb_packmode) - { - case 0: // 0555 KRGB 16 bit (default) Bit 15 is the value of fb_kval[7]. - for (u32 c = xclip.min; c < width && c <= xclip.max; c++) { - pvr_write32p(dstAddr, (u16)((roundColor<5>(p[Red]) << 10) - | (roundColor<5>(p[Green]) << 5) - | roundColor<5>(p[Blue]) - | kval_bit)); - p += 4; - dstAddr += bpp; - } - break; - case 1: // 565 RGB 16 bit - for (u32 c = xclip.min; c < width && c <= xclip.max; c++) { - pvr_write32p(dstAddr, (u16)((roundColor<5>(p[Red]) << 11) - | (roundColor<6>(p[Green]) << 5) - | roundColor<5>(p[Blue]))); - p += 4; - dstAddr += bpp; - } - break; - case 2: // 4444 ARGB 16 bit - for (u32 c = xclip.min; c < width && c <= xclip.max; c++) { - pvr_write32p(dstAddr, (u16)((roundColor<4>(p[Red]) << 8) - | (roundColor<4>(p[Green]) << 4) - | roundColor<4>(p[Blue]) - | (roundColor<4>(p[Alpha]) << 12))); - p += 4; - dstAddr += bpp; - } - break; - case 3: // 1555 ARGB 16 bit The alpha value is determined by comparison with the value of fb_alpha_threshold. - for (u32 c = xclip.min; c < width && c <= xclip.max; c++) { - pvr_write32p(dstAddr, (u16)((roundColor<5>(p[Red]) << 10) - | (roundColor<5>(p[Green]) << 5) - | roundColor<5>(p[Blue]) - | (p[Alpha] > fb_alpha_threshold ? 0x8000 : 0))); - p += 4; - dstAddr += bpp; - } - break; - case 4: // 888 RGB 24 bit packed - for (u32 c = xclip.min; c < width - 3u && c <= xclip.max - 3u; c += 4) { - pvr_write32p(dstAddr, (u32)((p[Blue + 4] << 24) | (p[Red] << 16) | (p[Green] << 8) | p[Blue])); - p += 4; - dstAddr += 4; - pvr_write32p(dstAddr, (u32)((p[Green + 4] << 24) | (p[Blue + 4] << 16) | (p[Red] << 8) | p[Green])); - p += 4; - dstAddr += 4; - pvr_write32p(dstAddr, (u32)((p[Red + 4] << 24) | (p[Green + 4] << 16) | (p[Blue + 4] << 8) | p[Red])); - p += 8; - dstAddr += 4; - } - break; - case 5: // 0888 KRGB 32 bit (K is the value of fk_kval.) - for (u32 c = xclip.min; c < width && c <= xclip.max; c++) { - pvr_write32p(dstAddr, (u32)((p[Red] << 16) | (p[Green] << 8) | p[Blue] | (fb_w_ctrl.fb_kval << 24))); - p += 4; - dstAddr += bpp; - } - break; - case 6: // 8888 ARGB 32 bit - for (u32 c = xclip.min; c < width && c <= xclip.max; c++) { - pvr_write32p(dstAddr, (u32)((p[Red] << 16) | (p[Green] << 8) | p[Blue] | (p[Alpha] << 24))); - p += 4; - dstAddr += bpp; - } - break; - default: - break; - } - dstAddr += padding + (width - xclip.max - 1) * bpp; - p += (width - xclip.max - 1) * 4; - } -} -template void WriteFramebuffer<0, 1, 2, 3>(u32 width, u32 height, const u8 *data, u32 dstAddr, FB_W_CTRL_type fb_w_ctrl, - u32 linestride, FB_X_CLIP_type xclip, FB_Y_CLIP_type yclip); -template void WriteFramebuffer<2, 1, 0, 3>(u32 width, u32 height, const u8 *data, u32 dstAddr, FB_W_CTRL_type fb_w_ctrl, - u32 linestride, FB_X_CLIP_type xclip, FB_Y_CLIP_type yclip); - -void BaseTextureCacheData::invalidate() -{ - dirty = FrameCount; - - libCore_vramlock_Unlock_block_wb(lock_block); - lock_block = nullptr; -} - -void getRenderToTextureDimensions(u32& width, u32& height, u32& pow2Width, u32& pow2Height) -{ - pow2Width = 8; - while (pow2Width < width) - pow2Width *= 2; - pow2Height = 8; - while (pow2Height < height) - pow2Height *= 2; - if (!config::RenderToTextureBuffer) - { - float upscale = config::RenderResolution / 480.f; - width *= upscale; - height *= upscale; - pow2Width *= upscale; - pow2Height *= upscale; - } -} - -#ifdef TEST_AUTOMATION -#include - -void dump_screenshot(u8 *buffer, u32 width, u32 height, bool alpha, u32 rowPitch, bool invertY) -{ - stbi_flip_vertically_on_write((int)invertY); - stbi_write_png("screenshot.png", width, height, alpha ? 4 : 3, buffer, rowPitch); -} -#endif diff --git a/Cores/Flycast/cmake/legacy/pvr_mem.cpp b/Cores/Flycast/cmake/legacy/pvr_mem.cpp deleted file mode 100644 index 9a2a1ff59a..0000000000 --- a/Cores/Flycast/cmake/legacy/pvr_mem.cpp +++ /dev/null @@ -1,336 +0,0 @@ -/* - PowerVR interface to plugins - Handles YUV conversion (slow and ugly -- but hey it works ...) - - Most of this was hacked together when i needed support for YUV-dma for thps2 ;) -*/ -// Unlock VRAM before writing via memcpy -#include "pvr_mem.h" -#include "hw/mem/_vmem.h" -#include "Renderer_if.h" -#include "ta.h" -#include "hw/holly/sb.h" -#include "hw/holly/holly_intc.h" -#include "serialize.h" - -static u32 pvr_map32(u32 offset32); - -VArray2 vram; - -// YUV converter code -static SQBuffer YUV_tempdata[512 / sizeof(SQBuffer)]; // 512 bytes - -static u32 YUV_dest; -static u32 YUV_blockcount; - -static u32 YUV_x_curr; -static u32 YUV_y_curr; - -static u32 YUV_x_size; -static u32 YUV_y_size; - -static u32 YUV_index; - -void YUV_init() -{ - YUV_x_curr=0; - YUV_y_curr=0; - - YUV_dest = TA_YUV_TEX_BASE & VRAM_MASK; - TA_YUV_TEX_CNT=0; - YUV_blockcount = (TA_YUV_TEX_CTRL.yuv_u_size + 1) * (TA_YUV_TEX_CTRL.yuv_v_size + 1); - - if (TA_YUV_TEX_CTRL.yuv_tex != 0) - { - die ("YUV: Not supported configuration\n"); - YUV_x_size=16; - YUV_y_size=16; - } - else - { - YUV_x_size = (TA_YUV_TEX_CTRL.yuv_u_size + 1) * 16; - YUV_y_size = (TA_YUV_TEX_CTRL.yuv_v_size + 1) * 16; - } - YUV_index = 0; -} - -static void YUV_Block8x8(const u8* inuv, const u8* iny, u8* out) -{ - u8* line_out_0=out+0; - u8* line_out_1=out+YUV_x_size*2; - - for (int y=0;y<8;y+=2) - { - for (int x=0;x<8;x+=2) - { - u8 u=inuv[0]; - u8 v=inuv[64]; - - line_out_0[0]=u; - line_out_0[1]=iny[0]; - line_out_0[2]=v; - line_out_0[3]=iny[1]; - - line_out_1[0]=u; - line_out_1[1]=iny[8+0]; - line_out_1[2]=v; - line_out_1[3]=iny[8+1]; - - inuv+=1; - iny+=2; - - line_out_0+=4; - line_out_1+=4; - } - iny+=8; - inuv+=4; - - line_out_0+=YUV_x_size*4-8*2; - line_out_1+=YUV_x_size*4-8*2; - } -} - -static void YUV_Block384(const u8 *in, u8 *out) -{ - const u8 *inuv = in; - const u8 *iny = in + 128; - u8* p_out = out; - - YUV_Block8x8(inuv+ 0,iny+ 0,p_out); //(0,0) - YUV_Block8x8(inuv+ 4,iny+64,p_out+8*2); //(8,0) - YUV_Block8x8(inuv+32,iny+128,p_out+YUV_x_size*8*2); //(0,8) - YUV_Block8x8(inuv+36,iny+192,p_out+YUV_x_size*8*2+8*2); //(8,8) -} - -static void YUV_ConvertMacroBlock(const u8 *datap) -{ - //do shit - TA_YUV_TEX_CNT++; - - YUV_Block384(datap, vram.data + YUV_dest); - - YUV_dest+=32; - - YUV_x_curr+=16; - if (YUV_x_curr==YUV_x_size) - { - YUV_dest+=15*YUV_x_size*2; - YUV_x_curr=0; - YUV_y_curr+=16; - if (YUV_y_curr==YUV_y_size) - { - YUV_y_curr=0; - } - } - - if (YUV_blockcount==TA_YUV_TEX_CNT) - { - YUV_init(); - - asic_RaiseInterrupt(holly_YUV_DMA); - } -} - -static void YUV_data(const SQBuffer *data, u32 count) -{ - if (YUV_blockcount==0) - { - die("YUV_data : YUV decoder not inited , *WATCH*\n"); - //wtf ? not inited - YUV_init(); - } - - u32 block_size = TA_YUV_TEX_CTRL.yuv_form == 0 ? 384 : 512; - verify(block_size == 384); // no support for 512 - block_size /= sizeof(SQBuffer); - - while (count > 0) - { - if (YUV_index + count >= block_size) - { - //more or exactly one block remaining - u32 dr = block_size - YUV_index; //remaining bytes til block end - if (YUV_index == 0) - { - // Avoid copy - YUV_ConvertMacroBlock((const u8 *)data); //convert block - } - else - { - memcpy(&YUV_tempdata[YUV_index], data, dr * sizeof(SQBuffer)); //copy em - YUV_ConvertMacroBlock((const u8 *)&YUV_tempdata[0]); //convert block - YUV_index = 0; - } - data += dr; //count em - count -= dr; - } - else - { //less that a whole block remaining - memcpy(&YUV_tempdata[YUV_index], data, count * sizeof(SQBuffer)); //append it - YUV_index += count; - count = 0; - } - } - - verify(count==0); -} - -void YUV_serialize(Serializer& ser) -{ - ser << YUV_tempdata; - ser << YUV_dest; - ser << YUV_blockcount; - ser << YUV_x_curr; - ser << YUV_y_curr; - ser << YUV_x_size; - ser << YUV_y_size; - ser << YUV_index; -} -void YUV_deserialize(Deserializer& deser) -{ - deser >> YUV_tempdata; - deser >> YUV_dest; - deser >> YUV_blockcount; - deser >> YUV_x_curr; - deser >> YUV_y_curr; - deser >> YUV_x_size; - deser >> YUV_y_size; - if (deser.version() >= Deserializer::V16) - deser >> YUV_index; - else - YUV_index = 0; -} - -//vram 32-64b - -//read -template -T DYNACALL pvr_read32p(u32 addr) -{ - return *(T *)&vram[pvr_map32(addr)]; -} -template u8 pvr_read32p(u32 addr); -template u16 pvr_read32p(u32 addr); -template u32 pvr_read32p(u32 addr); -template float pvr_read32p(u32 addr); - -//write -template -void DYNACALL pvr_write32p(u32 addr, T data) -{ - if (sizeof(T) == 1) - { - INFO_LOG(MEMORY, "%08x: 8-bit VRAM writes are not possible", addr); - return; - } - u32 vaddr = addr & VRAM_MASK; - if (vaddr >= fb_watch_addr_start && vaddr < fb_watch_addr_end) - fb_dirty = true; - - if (pvr_map32(addr) >= 0 && pvr_map32(addr) < VRAM_SIZE && &data && ((data) || (vram[pvr_map32(addr)]))) { - _vmem_unprotect_vram(0, VRAM_SIZE); - std::memcpy((void*)(&vram[0] + pvr_map32(addr)), - (void*)&data, - sizeof(T)); - } - //*(T *)&vram[pvr_map32(addr)] = data; -} -template void pvr_write32p(u32 addr, u8 data); -template void pvr_write32p(u32 addr, u16 data); -template void pvr_write32p(u32 addr, u32 data); - -void DYNACALL TAWrite(u32 address, const SQBuffer *data, u32 count) -{ - if ((address & 0x800000) == 0) - // TA poly - ta_vtx_data(data, count); - else - // YUV Converter - YUV_data(data, count); -} - -void DYNACALL TAWriteSQ(u32 address, const SQBuffer *sqb) -{ - u32 address_w = address & 0x01FFFFE0; - const SQBuffer *sq = &sqb[(address >> 5) & 1]; - - if (likely(address_w < 0x800000)) //TA poly - { - ta_vtx_data32(sq); - } - else if (likely(address_w < 0x1000000)) //Yuv Converter - { - YUV_data(sq, 1); - } - else //Vram Writef - { - // Used by WinCE - DEBUG_LOG(MEMORY, "Vram TAWriteSQ 0x%X SB_LMMODE0 %d", address, SB_LMMODE0); - bool path64b = (unlikely(address & 0x02000000) ? SB_LMMODE1 : SB_LMMODE0) == 0; - if (path64b) - { - // 64b path - SQBuffer *dest = (SQBuffer *)&vram[address_w & VRAM_MASK]; - *dest = *sq; - } - else - { - // 32b path - for (u32 i = 0; i < sizeof(SQBuffer); i += 4) - pvr_write32p(address_w + i, *(const u32 *)&sq->data[i]); - } - } -} - -//Misc interface - -#define VRAM_BANK_BIT 0x400000 - -static u32 pvr_map32(u32 offset32) -{ - //64b wide bus is achieved by interleaving the banks every 32 bits - const u32 static_bits = VRAM_MASK - (VRAM_BANK_BIT * 2 - 1) + 3; - const u32 offset_bits = (VRAM_BANK_BIT - 1) & ~3; - - u32 bank = (offset32 & VRAM_BANK_BIT) / VRAM_BANK_BIT; - - u32 rv = offset32 & static_bits; - - rv |= (offset32 & offset_bits) * 2; - - rv |= bank * 4; - - return rv; -} - -template -T DYNACALL pvr_read_area4(u32 addr) -{ - bool access32 = (upper ? SB_LMMODE1 : SB_LMMODE0) == 1; - if (access32) - return pvr_read32p(addr); - else - return *(T*)&vram[addr & VRAM_MASK]; -} -template u8 pvr_read_area4(u32 addr); -template u16 pvr_read_area4(u32 addr); -template u32 pvr_read_area4(u32 addr); -template u8 pvr_read_area4(u32 addr); -template u16 pvr_read_area4(u32 addr); -template u32 pvr_read_area4(u32 addr); - -template -void DYNACALL pvr_write_area4(u32 addr, T data) -{ - bool access32 = (upper ? SB_LMMODE1 : SB_LMMODE0) == 1; - if (access32) - pvr_write32p(addr, data); - else - *(T*)&vram[addr & VRAM_MASK] = data; -} -template void pvr_write_area4(u32 addr, u8 data); -template void pvr_write_area4(u32 addr, u16 data); -template void pvr_write_area4(u32 addr, u32 data); -template void pvr_write_area4(u32 addr, u8 data); -template void pvr_write_area4(u32 addr, u16 data); -template void pvr_write_area4(u32 addr, u32 data); diff --git a/Cores/Flycast/cmake/legacy/zip_source_compress.c b/Cores/Flycast/cmake/legacy/zip_source_compress.c deleted file mode 100644 index 88c99b75f5..0000000000 --- a/Cores/Flycast/cmake/legacy/zip_source_compress.c +++ /dev/null @@ -1,398 +0,0 @@ -/* - zip_source_compress.c -- (de)compression routines - Copyright (C) 2017-2020 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include - -#include "zipint.h" -#undef HAVE_LIBLZMA -struct context { - zip_error_t error; - - bool end_of_input; - bool end_of_stream; - bool can_store; - bool is_stored; /* only valid if end_of_stream is true */ - bool compress; - zip_int32_t method; - - zip_uint64_t size; - zip_int64_t first_read; - zip_uint8_t buffer[BUFSIZE]; - - zip_compression_algorithm_t *algorithm; - void *ud; -}; - - -struct implementation { - zip_uint16_t method; - zip_compression_algorithm_t *compress; - zip_compression_algorithm_t *decompress; -}; - -static struct implementation implementations[] = { - {ZIP_CM_DEFLATE, &zip_algorithm_deflate_compress, &zip_algorithm_deflate_decompress}, -#if defined(HAVE_LIBBZ2) - {ZIP_CM_BZIP2, &zip_algorithm_bzip2_compress, &zip_algorithm_bzip2_decompress}, -#endif -#if defined(HAVE_LIBLZMA) - {ZIP_CM_LZMA, &zip_algorithm_xz_compress, &zip_algorithm_xz_decompress}, - /* Disabled - because 7z isn't able to unpack ZIP+LZMA2 - archives made this way - and vice versa. - - {ZIP_CM_LZMA2, &zip_algorithm_xz_compress, &zip_algorithm_xz_decompress}, - */ - {ZIP_CM_XZ, &zip_algorithm_xz_compress, &zip_algorithm_xz_decompress}, -#endif -#if defined(HAVE_LIBZSTD) - {ZIP_CM_ZSTD, &zip_algorithm_zstd_compress, &zip_algorithm_zstd_decompress}, -#endif - -}; - -static size_t implementations_size = sizeof(implementations) / sizeof(implementations[0]); - -static zip_source_t *compression_source_new(zip_t *za, zip_source_t *src, zip_int32_t method, bool compress, int compression_flags); -static zip_int64_t compress_callback(zip_source_t *, void *, void *, zip_uint64_t, zip_source_cmd_t); -static void context_free(struct context *ctx); -static struct context *context_new(zip_int32_t method, bool compress, int compression_flags, zip_compression_algorithm_t *algorithm); -static zip_int64_t compress_read(zip_source_t *, struct context *, void *, zip_uint64_t); - -zip_compression_algorithm_t * -_zip_get_compression_algorithm(zip_int32_t method, bool compress) { - size_t i; - zip_uint16_t real_method = ZIP_CM_ACTUAL(method); - - for (i = 0; i < implementations_size; i++) { - if (implementations[i].method == real_method) { - if (compress) { - return implementations[i].compress; - } - else { - return implementations[i].decompress; - } - } - } - - return NULL; -} - -ZIP_EXTERN int -zip_compression_method_supported(zip_int32_t method, int compress) { - if (method == ZIP_CM_STORE) { - return 1; - } - return _zip_get_compression_algorithm(method, compress) != NULL; -} - -zip_source_t * -zip_source_compress(zip_t *za, zip_source_t *src, zip_int32_t method, int compression_flags) { - return compression_source_new(za, src, method, true, compression_flags); -} - -zip_source_t * -zip_source_decompress(zip_t *za, zip_source_t *src, zip_int32_t method) { - return compression_source_new(za, src, method, false, 0); -} - - -static zip_source_t * -compression_source_new(zip_t *za, zip_source_t *src, zip_int32_t method, bool compress, int compression_flags) { - struct context *ctx; - zip_source_t *s2; - zip_compression_algorithm_t *algorithm = NULL; - - if (src == NULL) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((algorithm = _zip_get_compression_algorithm(method, compress)) == NULL) { - zip_error_set(&za->error, ZIP_ER_COMPNOTSUPP, 0); - return NULL; - } - - if ((ctx = context_new(method, compress, compression_flags, algorithm)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((s2 = zip_source_layered(za, src, compress_callback, ctx)) == NULL) { - context_free(ctx); - return NULL; - } - - return s2; -} - - -static struct context * -context_new(zip_int32_t method, bool compress, int compression_flags, zip_compression_algorithm_t *algorithm) { - struct context *ctx; - - if ((ctx = (struct context *)malloc(sizeof(*ctx))) == NULL) { - return NULL; - } - zip_error_init(&ctx->error); - ctx->can_store = compress ? ZIP_CM_IS_DEFAULT(method) : false; - ctx->algorithm = algorithm; - ctx->method = method; - ctx->compress = compress; - ctx->end_of_input = false; - ctx->end_of_stream = false; - ctx->is_stored = false; - - if ((ctx->ud = ctx->algorithm->allocate(ZIP_CM_ACTUAL(method), compression_flags, &ctx->error)) == NULL) { - zip_error_fini(&ctx->error); - free(ctx); - return NULL; - } - - return ctx; -} - - -static void -context_free(struct context *ctx) { - if (ctx == NULL) { - return; - } - - ctx->algorithm->deallocate(ctx->ud); - zip_error_fini(&ctx->error); - - free(ctx); -} - - -static zip_int64_t -compress_read(zip_source_t *src, struct context *ctx, void *data, zip_uint64_t len) { - zip_compression_status_t ret; - bool end; - zip_int64_t n; - zip_uint64_t out_offset; - zip_uint64_t out_len; - - if (zip_error_code_zip(&ctx->error) != ZIP_ER_OK) { - return -1; - } - - if (len == 0 || ctx->end_of_stream) { - return 0; - } - - out_offset = 0; - - end = false; - while (!end && out_offset < len) { - out_len = len - out_offset; - ret = ctx->algorithm->process(ctx->ud, (zip_uint8_t *)data + out_offset, &out_len); - - if (ret != ZIP_COMPRESSION_ERROR) { - out_offset += out_len; - } - - switch (ret) { - case ZIP_COMPRESSION_END: - ctx->end_of_stream = true; - - if (!ctx->end_of_input) { - /* TODO: garbage after stream, or compression ended before all data read */ - } - - if (ctx->first_read < 0) { - /* we got end of processed stream before reading any input data */ - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - end = true; - break; - } - if (ctx->can_store && (zip_uint64_t)ctx->first_read <= out_offset) { - ctx->is_stored = true; - ctx->size = (zip_uint64_t)ctx->first_read; - memcpy(data, ctx->buffer, ctx->size); - return (zip_int64_t)ctx->size; - } - end = true; - break; - - case ZIP_COMPRESSION_OK: - break; - - case ZIP_COMPRESSION_NEED_DATA: - if (ctx->end_of_input) { - /* TODO: error: stream not ended, but no more input */ - end = true; - break; - } - - if ((n = zip_source_read(src, ctx->buffer, sizeof(ctx->buffer))) < 0) { - _zip_error_set_from_source(&ctx->error, src); - end = true; - break; - } - else if (n == 0) { - ctx->end_of_input = true; - ctx->algorithm->end_of_input(ctx->ud); - if (ctx->first_read < 0) { - ctx->first_read = 0; - } - } - else { - if (ctx->first_read >= 0) { - /* we overwrote a previously filled ctx->buffer */ - ctx->can_store = false; - } - else { - ctx->first_read = n; - } - - ctx->algorithm->input(ctx->ud, ctx->buffer, (zip_uint64_t)n); - } - break; - - case ZIP_COMPRESSION_ERROR: - /* error set by algorithm */ - if (zip_error_code_zip(&ctx->error) == ZIP_ER_OK) { - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - } - end = true; - break; - } - } - - if (out_offset > 0) { - ctx->can_store = false; - ctx->size += out_offset; - return (zip_int64_t)out_offset; - } - - return (zip_error_code_zip(&ctx->error) == ZIP_ER_OK) ? 0 : -1; -} - - -static zip_int64_t -compress_callback(zip_source_t *src, void *ud, void *data, zip_uint64_t len, zip_source_cmd_t cmd) { - struct context *ctx; - - ctx = (struct context *)ud; - - switch (cmd) { - case ZIP_SOURCE_OPEN: { - zip_stat_t st; - zip_file_attributes_t attributes; - - ctx->size = 0; - ctx->end_of_input = false; - ctx->end_of_stream = false; - ctx->is_stored = false; - ctx->first_read = -1; - - if (zip_source_stat(src, &st) < 0 || zip_source_get_file_attributes(src, &attributes) < 0) { - _zip_error_set_from_source(&ctx->error, src); - return -1; - } - - if (!ctx->algorithm->start(ctx->ud, &st, &attributes)) { - return -1; - } - - return 0; - } - - case ZIP_SOURCE_READ: - return compress_read(src, ctx, data, len); - - case ZIP_SOURCE_CLOSE: - if (!ctx->algorithm->end(ctx->ud)) { - return -1; - } - return 0; - - case ZIP_SOURCE_STAT: { - zip_stat_t *st; - - st = (zip_stat_t *)data; - - if (ctx->compress) { - if (ctx->end_of_stream) { - st->comp_method = ctx->is_stored ? ZIP_CM_STORE : ZIP_CM_ACTUAL(ctx->method); - st->comp_size = ctx->size; - st->valid |= ZIP_STAT_COMP_SIZE | ZIP_STAT_COMP_METHOD; - } - else { - st->valid &= ~(ZIP_STAT_COMP_SIZE | ZIP_STAT_COMP_METHOD); - } - } - else { - st->comp_method = ZIP_CM_STORE; - st->valid |= ZIP_STAT_COMP_METHOD; - if (ctx->end_of_stream) { - st->size = ctx->size; - st->valid |= ZIP_STAT_SIZE; - } - } - } - return 0; - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, len); - - case ZIP_SOURCE_FREE: - context_free(ctx); - return 0; - - case ZIP_SOURCE_GET_FILE_ATTRIBUTES: { - zip_file_attributes_t *attributes = (zip_file_attributes_t *)data; - - if (len < sizeof(*attributes)) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - - attributes->valid |= ZIP_FILE_ATTRIBUTES_VERSION_NEEDED | ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS; - attributes->version_needed = ctx->algorithm->version_needed; - attributes->general_purpose_bit_mask = ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS_ALLOWED_MASK; - attributes->general_purpose_bit_flags = (ctx->is_stored ? 0 : ctx->algorithm->general_purpose_bit_flags(ctx->ud)); - - return sizeof(*attributes); - } - - case ZIP_SOURCE_SUPPORTS: - return ZIP_SOURCE_SUPPORTS_READABLE | zip_source_make_command_bitmap(ZIP_SOURCE_GET_FILE_ATTRIBUTES, -1); - - default: - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - return -1; - } -} diff --git a/Cores/Flycast/flycast b/Cores/Flycast/flycast index 92a10ba0f0..7a4f9d8667 160000 --- a/Cores/Flycast/flycast +++ b/Cores/Flycast/flycast @@ -1 +1 @@ -Subproject commit 92a10ba0f0a5ca0d1ec9498962002f4cdcc8e7f6 +Subproject commit 7a4f9d8667e942c51feab1be0c78bb297a590c2c diff --git a/Cores/Flycast/flycast_libretro/flycast_libretro.h b/Cores/Flycast/flycast_libretro/flycast_libretro.h new file mode 100644 index 0000000000..c236ddaec4 --- /dev/null +++ b/Cores/Flycast/flycast_libretro/flycast_libretro.h @@ -0,0 +1,19 @@ +// +// flycast_libretro.h +// flycast_libretro +// +// Created by Joseph Mattiello on 1/6/25. +// Copyright © 2025 Provenance Emu. All rights reserved. +// + +#import + +//! Project version number for flycast_libretro. +FOUNDATION_EXPORT double flycast_libretroVersionNumber; + +//! Project version string for flycast_libretro. +FOUNDATION_EXPORT const unsigned char flycast_libretroVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/Cores/Flycast/flycast_libretro/flycast_libretro.m b/Cores/Flycast/flycast_libretro/flycast_libretro.m new file mode 100644 index 0000000000..c52d3e8a02 --- /dev/null +++ b/Cores/Flycast/flycast_libretro/flycast_libretro.m @@ -0,0 +1,14 @@ +// +// flycast_libretro.m +// flycast_libretro +// +// Created by Joseph Mattiello on 1/6/25. +// Copyright © 2025 Provenance Emu. All rights reserved. +// + +#import +@interface flycast_libretro : NSObject +@end + +@implementation flycast_libretro +@end diff --git a/Cores/Flycast/libflycast/libflycast.h b/Cores/Flycast/libflycast/libflycast.h new file mode 100644 index 0000000000..315cb4283f --- /dev/null +++ b/Cores/Flycast/libflycast/libflycast.h @@ -0,0 +1,13 @@ +// +// libflycast.h +// libflycast +// +// Created by Joseph Mattiello on 11/19/24. +// Copyright © 2024 Provenance Emu. All rights reserved. +// + +#import + +@interface libflycast : NSObject + +@end diff --git a/Cores/Flycast/libflycast/libflycast.m b/Cores/Flycast/libflycast/libflycast.m new file mode 100644 index 0000000000..4b685f1603 --- /dev/null +++ b/Cores/Flycast/libflycast/libflycast.m @@ -0,0 +1,13 @@ +// +// libflycast.m +// libflycast +// +// Created by Joseph Mattiello on 11/19/24. +// Copyright © 2024 Provenance Emu. All rights reserved. +// + +#import "libflycast.h" + +@implementation libflycast + +@end diff --git a/Cores/FreeIntv/PVFreeIntv.xcodeproj/project.pbxproj b/Cores/FreeIntv/PVFreeIntv.xcodeproj/project.pbxproj index 7b2430bdc5..31357b9e5e 100644 --- a/Cores/FreeIntv/PVFreeIntv.xcodeproj/project.pbxproj +++ b/Cores/FreeIntv/PVFreeIntv.xcodeproj/project.pbxproj @@ -7,6 +7,11 @@ objects = { /* Begin PBXBuildFile section */ + B3028D962D2B9524007C5BF8 /* PVFreeIntvCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3028D932D2B9524007C5BF8 /* PVFreeIntvCore.swift */; }; + B3028D972D2B9524007C5BF8 /* CorePlist.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3028D942D2B9524007C5BF8 /* CorePlist.swift */; }; + B3028D982D2B9524007C5BF8 /* CorePlist-Generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3028D952D2B9524007C5BF8 /* CorePlist-Generated.swift */; }; + B3028D9B2D2B97BD007C5BF8 /* PVEmulatorCore in Frameworks */ = {isa = PBXBuildFile; productRef = B3028D9A2D2B97BD007C5BF8 /* PVEmulatorCore */; }; + B3028D9E2D2B9806007C5BF8 /* PVPlists in Frameworks */ = {isa = PBXBuildFile; productRef = B3028D9D2D2B9806007C5BF8 /* PVPlists */; }; B30E98C52C6EEFD900C1431E /* PVSupport in Frameworks */ = {isa = PBXBuildFile; productRef = B30E98C42C6EEFD900C1431E /* PVSupport */; }; B30E99F22C6F058500C1431E /* PVCoreBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B30E99F12C6F058500C1431E /* PVCoreBridge */; }; B3135BAB26E4CDC50047F338 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3135BAA26E4CDC50047F338 /* QuartzCore.framework */; }; @@ -82,6 +87,9 @@ /* Begin PBXFileReference section */ B30178D3207C901D0051B93D /* libFreeIntv.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFreeIntv.a; sourceTree = BUILT_PRODUCTS_DIR; }; + B3028D932D2B9524007C5BF8 /* PVFreeIntvCore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PVFreeIntvCore.swift; sourceTree = ""; }; + B3028D942D2B9524007C5BF8 /* CorePlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CorePlist.swift; sourceTree = ""; }; + B3028D952D2B9524007C5BF8 /* CorePlist-Generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CorePlist-Generated.swift"; sourceTree = ""; }; B3135BAA26E4CDC50047F338 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; B324C31B2191964F009F4EDC /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; B3344BC32859E088006E6B3A /* libFreeIntv-libretro.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libFreeIntv-libretro.a"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -247,6 +255,8 @@ B339468B20783F48008DBAB4 /* libz.tbd in Frameworks */, B39768F82859E23200558958 /* libFreeIntv-libretro.a in Frameworks */, B3BD627C2CB1126B007A71DD /* PVCoreObjCBridge in Frameworks */, + B3028D9E2D2B9806007C5BF8 /* PVPlists in Frameworks */, + B3028D9B2D2B97BD007C5BF8 /* PVEmulatorCore in Frameworks */, B339468920783F41008DBAB4 /* libpthread.tbd in Frameworks */, B3C998B629432E020024D2A2 /* OpenGL.framework in Frameworks */, B3C7621F2078325C009950E4 /* Foundation.framework in Frameworks */, @@ -271,6 +281,9 @@ B37022C4287253B300B3F6DA /* PVFreeIntvCore */ = { isa = PBXGroup; children = ( + B3028D932D2B9524007C5BF8 /* PVFreeIntvCore.swift */, + B3028D942D2B9524007C5BF8 /* CorePlist.swift */, + B3028D952D2B9524007C5BF8 /* CorePlist-Generated.swift */, B37022C5287253B300B3F6DA /* PVFreeIntvCore.h */, B37022C6287253B300B3F6DA /* PVFreeIntvCore.mm */, ); @@ -682,6 +695,8 @@ B30E98C42C6EEFD900C1431E /* PVSupport */, B30E99F12C6F058500C1431E /* PVCoreBridge */, B3BD627B2CB1126B007A71DD /* PVCoreObjCBridge */, + B3028D9A2D2B97BD007C5BF8 /* PVEmulatorCore */, + B3028D9D2D2B9806007C5BF8 /* PVPlists */, ); productName = PVReicast; productReference = B3C7621020783162009950E4 /* PVFreeIntv.framework */; @@ -704,6 +719,7 @@ }; B3C7620F20783162009950E4 = { CreatedOnToolsVersion = 9.3; + LastSwiftMigration = 1620; }; }; }; @@ -732,6 +748,8 @@ B30E98C32C6EEFD900C1431E /* XCLocalSwiftPackageReference "../../PVSupport" */, B30E99F02C6F058500C1431E /* XCLocalSwiftPackageReference "../../PVCoreBridge" */, B3BD627A2CB1126B007A71DD /* XCLocalSwiftPackageReference "../../PVCoreObjCBridge" */, + B3028D992D2B97BD007C5BF8 /* XCLocalSwiftPackageReference "../../PVEmulatorCore" */, + B3028D9C2D2B9806007C5BF8 /* XCLocalSwiftPackageReference "../../PVPlists" */, ); productRefGroup = B3C7621120783162009950E4 /* Products */; projectDirPath = ""; @@ -794,6 +812,9 @@ buildActionMask = 2147483647; files = ( B37022C82872553E00B3F6DA /* PVFreeIntvCore.mm in Sources */, + B3028D962D2B9524007C5BF8 /* PVFreeIntvCore.swift in Sources */, + B3028D972D2B9524007C5BF8 /* CorePlist.swift in Sources */, + B3028D982D2B9524007C5BF8 /* CorePlist-Generated.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -922,6 +943,7 @@ isa = XCBuildConfiguration; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; @@ -932,7 +954,7 @@ GCC_WARN_INHIBIT_ALL_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/PVFreeIntv/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -944,8 +966,9 @@ SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; + SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,5,6"; - TVOS_DEPLOYMENT_TARGET = 16.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Archive; }; @@ -1176,6 +1199,7 @@ isa = XCBuildConfiguration; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; @@ -1186,7 +1210,7 @@ GCC_WARN_INHIBIT_ALL_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/PVFreeIntv/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1198,8 +1222,10 @@ SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,5,6"; - TVOS_DEPLOYMENT_TARGET = 16.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Debug; }; @@ -1207,6 +1233,7 @@ isa = XCBuildConfiguration; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; @@ -1217,7 +1244,7 @@ GCC_WARN_INHIBIT_ALL_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/PVFreeIntv/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1229,8 +1256,9 @@ SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; + SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,5,6"; - TVOS_DEPLOYMENT_TARGET = 16.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Release; }; @@ -1280,6 +1308,14 @@ /* End XCConfigurationList section */ /* Begin XCLocalSwiftPackageReference section */ + B3028D992D2B97BD007C5BF8 /* XCLocalSwiftPackageReference "../../PVEmulatorCore" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVEmulatorCore; + }; + B3028D9C2D2B9806007C5BF8 /* XCLocalSwiftPackageReference "../../PVPlists" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVPlists; + }; B30E98C32C6EEFD900C1431E /* XCLocalSwiftPackageReference "../../PVSupport" */ = { isa = XCLocalSwiftPackageReference; relativePath = ../../PVSupport; @@ -1295,6 +1331,14 @@ /* End XCLocalSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ + B3028D9A2D2B97BD007C5BF8 /* PVEmulatorCore */ = { + isa = XCSwiftPackageProductDependency; + productName = PVEmulatorCore; + }; + B3028D9D2D2B9806007C5BF8 /* PVPlists */ = { + isa = XCSwiftPackageProductDependency; + productName = PVPlists; + }; B30E98C42C6EEFD900C1431E /* PVSupport */ = { isa = XCSwiftPackageProductDependency; productName = PVSupport; diff --git a/Cores/FreeIntv/PVFreeIntvCore/CorePlist-Generated.swift b/Cores/FreeIntv/PVFreeIntvCore/CorePlist-Generated.swift new file mode 100644 index 0000000000..9a2c4e620b --- /dev/null +++ b/Cores/FreeIntv/PVFreeIntvCore/CorePlist-Generated.swift @@ -0,0 +1,39 @@ +// swiftlint:disable all +// Generated using SwiftGen — https://github.com/SwiftGen/SwiftGen + +import Foundation + +#if canImport(PVCoreBridge) +@_exported import PVCoreBridge +@_exported import PVPlists +#endif + +// swiftlint:disable superfluous_disable_command +// swiftlint:disable file_length + +// MARK: - Plist Files + +// swiftlint:disable identifier_name line_length number_separator type_body_length +public enum CorePlist { + public static let pvCoreIdentifier: String = "com.provenance.core.FreeIntv" + public static let pvPrincipleClass: String = "PVFreeIntv.PVFreeIntvCore" + public static let pvProjectName: String = "FreeIntv" + public static let pvProjectURL: String = "https://github.com/libretro/FreeIntv" + public static let pvProjectVersion: String = "2018.1.5" + public static let pvSupportedSystems: [String] = ["com.provenance.intellivision"] + + #if canImport(PVCoreBridge) + public static var corePlist: EmulatorCoreInfoPlist { + .init( + identifier: CorePlist.pvCoreIdentifier, + principleClass: CorePlist.pvPrincipleClass, + supportedSystems: CorePlist.pvSupportedSystems, + projectName: CorePlist.pvProjectName, + projectURL: CorePlist.pvProjectURL, + projectVersion: CorePlist.pvProjectVersion) + } + + public var corePlist: EmulatorCoreInfoPlist { Self.corePlist } + #endif +} +// swiftlint:enable identifier_name line_length number_separator type_body_length diff --git a/Cores/FreeIntv/PVFreeIntvCore/CorePlist.swift b/Cores/FreeIntv/PVFreeIntvCore/CorePlist.swift new file mode 100644 index 0000000000..37d35f3c41 --- /dev/null +++ b/Cores/FreeIntv/PVFreeIntvCore/CorePlist.swift @@ -0,0 +1,71 @@ +// +// CorePlist.swift +// +// +// Created by Joseph Mattiello on 6/21/24. +// + +import Foundation +import PVLogging +import PVCoreBridge +import PVEmulatorCore +import PVPlists + +#if SWIFT_PACKAGE +public extension PVBundleFinder { + static var FreeIntvModule: Bundle { Bundle.module } + static var FreeIntvBundle: Bundle { Bundle(for: PVFreeIntvEmuCore.self) } +} +#else +public extension PVBundleFinder { + static var PVFreeIntvCoreBundle: Bundle { Bundle(for: PVFreeIntvCore.self) } +} +#endif + +@objc +extension PVFreeIntvCore: EmulatorCoreInfoPlistProvider { + +#if SWIFT_PACKAGE + @objc + public static var resourceBundle: Bundle { Bundle.module } + + @objc + public override var resourceBundle: Bundle { Bundle.module } + #else + @objc + public static var resourceBundle: Bundle { PVBundleFinder.PVFreeIntvCoreBundle } + + @objc + public override var resourceBundle: Bundle { PVBundleFinder.PVFreeIntvCoreBundle } + + #endif + @objc(corePlistFromBundle) + public static var corePlistFromBundle: EmulatorCoreInfoPlist { + + guard let plistPath = resourceBundle.url(forResource: "Core", withExtension: "plist") else { + fatalError("Could not locate Core.plist") + } + + guard let data = try? Data(contentsOf: plistPath) else { + fatalError("Could not read Core.plist") + } + + guard let plistObject = try? PropertyListSerialization.propertyList(from: data, options: [], format: nil) as? [String: Any] else { + fatalError("Could not generate parse Core.plist") + } + + guard let corePlist = EmulatorCoreInfoPlist.init(fromInfoDictionary: plistObject) else { + fatalError("Could not generate EmulatorCoreInfoPlist from Core.plist") + } + + return corePlist + } + + /// Note: CorePlist is an enum generated by SwiftGen with a custom stencil + /// Change the swiftgen config to the local path to see the outputs and tweak + @objc(corePlist) + public static var corePlist: EmulatorCoreInfoPlist { CorePlist.corePlist } + + @objc + public var corePlist: EmulatorCoreInfoPlist { Self.corePlist } +} diff --git a/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.h b/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.h index 8da8729286..fcee947759 100644 --- a/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.h +++ b/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.h @@ -16,7 +16,7 @@ #define GET_CURRENT_OR_RETURN(...) __strong __typeof__(_current) current = _current; if(current == nil) return __VA_ARGS__; __attribute__((visibility("default"))) -@interface PVFreeIntvCore : PVLibRetroCoreBridge { +@interface PVFreeIntvCoreBridge : PVLibRetroCoreBridge { // uint8_t padData[4][PVDOSButtonCount]; // int8_t xAxis[4]; // int8_t yAxis[4]; diff --git a/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.mm b/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.mm index d1bc63d966..ae2b9f8fc2 100644 --- a/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.mm +++ b/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.mm @@ -25,15 +25,15 @@ #define OpenEmu 1 #pragma mark - Private -@interface PVFreeIntvCore() { +@interface PVFreeIntvCoreBridge() { } @end -#pragma mark - PVFreeIntvCore Begin +#pragma mark - PVFreeIntvCoreBridge Begin -@implementation PVFreeIntvCore +@implementation PVFreeIntvCoreBridge { } diff --git a/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.swift b/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.swift new file mode 100644 index 0000000000..f84fed2278 --- /dev/null +++ b/Cores/FreeIntv/PVFreeIntvCore/PVFreeIntvCore.swift @@ -0,0 +1,67 @@ +// +// PVFreeIntVCore.swift +// PVFreeIntVCore +// +// Created by Joseph Mattiello on 10/06/24. +// Copyright © 2024 Provenance Emu. All rights reserved. +// + +import Foundation +import PVEmulatorCore +import PVCoreBridge +import PVCoreObjCBridge +import PVCoreBridgeRetro + +@objc +@objcMembers +open class PVFreeIntvCore: PVEmulatorCore { + + let _bridge: PVFreeIntvCoreBridge = .init() + + public required init() { + super.init() + self.bridge = (_bridge as! any ObjCBridgedCoreBridge) + } +} + +extension PVFreeIntvCore: PVIntellivisionSystemResponderClient { + public func didPush(_ button: PVCoreBridge.PVIntellivisionButton, forPlayer player: Int) { + (_bridge as! PVIntellivisionSystemResponderClient).didPush(button, forPlayer: player) + } + public func didRelease(_ button: PVCoreBridge.PVIntellivisionButton, forPlayer player: Int) { + (_bridge as! PVIntellivisionSystemResponderClient).didRelease(button, forPlayer: player) + } +} + +extension PVFreeIntvCore: MouseResponder { + public var gameSupportsMouse: Bool { true } + public var requiresMouse: Bool { false } + +#if canImport(GameController) + public func didScroll(_ cursor: GCDeviceCursor) { + (_bridge as! MouseResponder).didScroll(cursor) + } + public var mouseMovedHandler: GCMouseMoved? { nil } +#endif + public func mouseMoved(atPoint point: CGPoint) { + (_bridge as! MouseResponder).mouseMoved(atPoint: point) + } + public func mouseMoved(at point: CGPoint) { + (_bridge as! MouseResponder).mouseMoved(atPoint: point) + } + public func leftMouseDown(at point: CGPoint) { + (_bridge as! MouseResponder).leftMouseDown(atPoint: point) + } + public func leftMouseDown(atPoint point: CGPoint) { + (_bridge as! MouseResponder).leftMouseDown(atPoint: point) + } + public func leftMouseUp() { + (_bridge as! MouseResponder).leftMouseUp() + } + public func rightMouseDown(atPoint point: CGPoint) { + (_bridge as! MouseResponder).rightMouseDown(atPoint: point) + } + public func rightMouseUp() { + (_bridge as! MouseResponder).rightMouseUp() + } +} diff --git a/Cores/Mupen64Plus-NX/Config.xcconfig b/Cores/Mupen64Plus-NX/Config.xcconfig index 74f6a61ffc..5eb0d2ccb4 100644 --- a/Cores/Mupen64Plus-NX/Config.xcconfig +++ b/Cores/Mupen64Plus-NX/Config.xcconfig @@ -12,7 +12,7 @@ OTHER_LDFLAGS= $(inherited) // -EGL < android // DEFINES by Arch's -GCC_PREPROCESSOR_DEFINITIONS[arch=*] = $(inherited) __LIBRETRO__ IOS MUPENPLUSAPI=1 TXFILTER_LIB=1 GL_SILENCE_DEPRECATION=1 VFP_HARD=1 NO_ASM MUPENPLUSAPI=1 TXFILTER_LIB=1 M64P_PLUGIN_PROTOTYPES=1 PROVENANCE GCC __LIBRETRO__=1 HAVE_OPENGLES=1 HAVE_OPENGLES3=1 GLES3=1 HAVE_ARM_NEON_ASM_OPTIMIZATIONS=1 HAVE_PARALLEL_RSP=1 PARALLEL_INTEGRATION=1 HAVE_THR_AL=1 HAVE_PARALLEL_RDP=0 PNG_ARM_NEON_OPT=0 JIT_ENABLED=1 HAVE_NEON=1 HAVE_THREADS=1 GCC=1 +GCC_PREPROCESSOR_DEFINITIONS[arch=*] = $(inherited) __LIBRETRO__ IOS MUPENPLUSAPI=1 TXFILTER_LIB=1 GL_SILENCE_DEPRECATION=1 VFP_HARD=1 NO_ASM MUPENPLUSAPI=1 TXFILTER_LIB=1 M64P_PLUGIN_PROTOTYPES=1 PROVENANCE GCC __LIBRETRO__=1 HAVE_OPENGLES=1 HAVE_OPENGLES3=1 GLES3=1 HAVE_ARM_NEON_ASM_OPTIMIZATIONS=1 HAVE_PARALLEL_RSP=1 PARALLEL_INTEGRATION=1 HAVE_THR_AL=1 HAVE_PARALLEL_RDP=1 PNG_ARM_NEON_OPT=0 JIT_ENABLED=0 HAVE_NEON=1 HAVE_THREADS=1 GCC=1 FORCE_GLES3=1 HAVE_POSIX_MEMALIGN=1 // strdup=_strdup strlcpy=_strlcpy __unix__ GCC_PREPROCESSOR_DEFINITIONS[arch=arm64] = $(inherited) NEW_DYNAREC=4 DYNAREC=3 GCC_PREPROCESSOR_DEFINITIONS[arch=armv7s] = $(inherited) NEW_DYNAREC=3 diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NX.xcodeproj/project.pbxproj b/Cores/Mupen64Plus-NX/PVMupen64Plus-NX.xcodeproj/project.pbxproj index 227bbf613b..bcd46d69ab 100644 --- a/Cores/Mupen64Plus-NX/PVMupen64Plus-NX.xcodeproj/project.pbxproj +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NX.xcodeproj/project.pbxproj @@ -134,8 +134,6 @@ B32297BF28783FF100585AD8 /* compat_posix_string.c in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A20A2877D0B90037A946 /* compat_posix_string.c */; }; B32297C328783FFF00585AD8 /* s16_to_float.c in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A3B12877D0B90037A946 /* s16_to_float.c */; }; B32297C428783FFF00585AD8 /* float_to_s16_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A3B22877D0B90037A946 /* float_to_s16_neon.c */; }; - B32297C72878400900585AD8 /* float_to_s16_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A3B52877D0B90037A946 /* float_to_s16_neon.S */; }; - B32297C82878400900585AD8 /* s16_to_float_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A3B62877D0B90037A946 /* s16_to_float_neon.S */; }; B32297C92878400900585AD8 /* float_to_s16.c in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A3B42877D0B90037A946 /* float_to_s16.c */; }; B32297CA2878400900585AD8 /* s16_to_float_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A3B32877D0B90037A946 /* s16_to_float_neon.c */; }; B32297CF2878401100585AD8 /* features_cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A33B2877D0B90037A946 /* features_cpu.c */; }; @@ -157,8 +155,6 @@ B32297EF28789D9800585AD8 /* glsym_es3.c in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A2532877D0B90037A946 /* glsym_es3.c */; }; B32297F128789DB900585AD8 /* 3DMathNeon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3C89E612877D0B70037A946 /* 3DMathNeon.cpp */; }; B32297F328789DF600585AD8 /* gSPNeon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3C89E602877D0B70037A946 /* gSPNeon.cpp */; }; - B32297F528789E4D00585AD8 /* sinc_resampler_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A3AD2877D0B90037A946 /* sinc_resampler_neon.S */; }; - B32297F828789F9500585AD8 /* CRC32_ARMV8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3C89E672877D0B70037A946 /* CRC32_ARMV8.cpp */; }; B32297F928789FB000585AD8 /* libco.c in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A3DD2877D0B90037A946 /* libco.c */; }; B32297FB28789FF000585AD8 /* parallel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A1402877D0B80037A946 /* parallel.cpp */; }; B32297FD2878A00600585AD8 /* rsp_disasm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3C8A1942877D0B80037A946 /* rsp_disasm.cpp */; }; @@ -329,15 +325,26 @@ B3F8E11E2CB3DBB400017D1B /* PVEmulatorCore in Frameworks */ = {isa = PBXBuildFile; productRef = B3F8E11D2CB3DBB400017D1B /* PVEmulatorCore */; }; B3F8E1212CB3DC6300017D1B /* PVPlists in Frameworks */ = {isa = PBXBuildFile; productRef = B3F8E1202CB3DC6300017D1B /* PVPlists */; }; B3F8E1242CB3DC9D00017D1B /* PVCoreObjCBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B3F8E1232CB3DC9D00017D1B /* PVCoreObjCBridge */; }; + B3FAE8372D277E5800505165 /* PVMupen64Plus-NXCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FAE8362D277D1600505165 /* PVMupen64Plus-NXCore.swift */; }; + B3FAE8382D277E8D00505165 /* libmupen64plus-nx-retro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3303E4C1DED23C600896D96 /* libmupen64plus-nx-retro.a */; }; + B3FAE83B2D277E8D00505165 /* libmupen64plus-nx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3800FF5208522DC00FA03B8 /* libmupen64plus-nx.a */; }; + B3FAE83F2D277F9D00505165 /* CRC_OPT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3C89F542877D0B70037A946 /* CRC_OPT.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - B31737FF2783F925002D3ACD /* PBXContainerItemProxy */ = { + B3FAE8392D277E8D00505165 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 089C1669FE841209C02AAC07 /* Project object */; proxyType = 1; remoteGlobalIDString = B3303E4B1DED23C600896D96; - remoteInfo = "png-iOS"; + remoteInfo = "mupen64plus-nx-retro"; + }; + B3FAE83C2D277E8D00505165 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 089C1669FE841209C02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B3800FF4208522DC00FA03B8; + remoteInfo = "mupen64plus-nx"; }; /* End PBXContainerItemProxy section */ @@ -2628,6 +2635,9 @@ B3C8A6572877D0BB0037A946 /* eventloop.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = eventloop.h; sourceTree = ""; }; B3EA447B206E10C700E608F6 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; B3F2058226FBCBC600A4196B /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; + B3FAE8342D277D1600505165 /* CorePlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CorePlist.swift; sourceTree = ""; }; + B3FAE8352D277D1600505165 /* CorePlist-Generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CorePlist-Generated.swift"; sourceTree = ""; }; + B3FAE8362D277D1600505165 /* PVMupen64Plus-NXCore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PVMupen64Plus-NXCore.swift"; sourceTree = ""; }; D2F7E65807B2D6F200F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = ""; }; /* End PBXFileReference section */ @@ -2645,8 +2655,10 @@ files = ( B324C62B21920BC2009F4EDC /* libz.tbd in Frameworks */, B3AE1DD420731F2700AD06D4 /* libdl.tbd in Frameworks */, + B3FAE83B2D277E8D00505165 /* libmupen64plus-nx.a in Frameworks */, B3F8E1212CB3DC6300017D1B /* PVPlists in Frameworks */, B30E99E32C6F04AC00C1431E /* PVCoreBridge in Frameworks */, + B3FAE8382D277E8D00505165 /* libmupen64plus-nx-retro.a in Frameworks */, B3F8E1242CB3DC9D00017D1B /* PVCoreObjCBridge in Frameworks */, B30E98B02C6EEF4000C1431E /* PVSupport in Frameworks */, B3962AED26FBD8A500FAEFC0 /* OpenGL.framework in Frameworks */, @@ -2760,6 +2772,9 @@ B33809222877C5530009C732 /* PVMupen64Plus-NXCore */ = { isa = PBXGroup; children = ( + B3FAE8342D277D1600505165 /* CorePlist.swift */, + B3FAE8352D277D1600505165 /* CorePlist-Generated.swift */, + B3FAE8362D277D1600505165 /* PVMupen64Plus-NXCore.swift */, B33809272877C5530009C732 /* Mupen-NXOptions.swift */, B33809232877C5530009C732 /* PVMupen64Plus-NXCore.h */, B338092A2877C5530009C732 /* PVMupen64Plus-NXCore.m */, @@ -7438,6 +7453,8 @@ buildRules = ( ); dependencies = ( + B3FAE83A2D277E8D00505165 /* PBXTargetDependency */, + B3FAE83D2D277E8D00505165 /* PBXTargetDependency */, ); name = "PVMupen64Plus-NX"; productName = "PVMupen64Plus-NXDynamic"; @@ -7455,7 +7472,6 @@ buildRules = ( ); dependencies = ( - B31738002783F925002D3ACD /* PBXTargetDependency */, ); name = "mupen64plus-nx"; productName = glidenhq; @@ -7557,12 +7573,10 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B32297C72878400900585AD8 /* float_to_s16_neon.S in Sources */, B32297B528783FD800585AD8 /* file_path.c in Sources */, B32297BE28783FF100585AD8 /* compat_strcasestr.c in Sources */, B32297F928789FB000585AD8 /* libco.c in Sources */, B32297BF28783FF100585AD8 /* compat_posix_string.c in Sources */, - B32297F528789E4D00585AD8 /* sinc_resampler_neon.S in Sources */, B32299352878ACBD00585AD8 /* vidext_libretro.c in Sources */, B322975428783DA100585AD8 /* savestates.c in Sources */, B32297B628783FD800585AD8 /* file_path_io.c in Sources */, @@ -7576,8 +7590,6 @@ B322975528783DA100585AD8 /* cheat.c in Sources */, B32297D72878403E00585AD8 /* file_stream.c in Sources */, B32297AB28783F9600585AD8 /* audio_resampler.c in Sources */, - B32297C82878400900585AD8 /* s16_to_float_neon.S in Sources */, - B32297F828789F9500585AD8 /* CRC32_ARMV8.cpp in Sources */, B32297B328783FD800585AD8 /* config_file_userdata.c in Sources */, B32297DB2878405400585AD8 /* glsm.c in Sources */, B32299332878ACAC00585AD8 /* stdstring.c in Sources */, @@ -7605,6 +7617,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + B3FAE8372D277E5800505165 /* PVMupen64Plus-NXCore.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7787,6 +7800,7 @@ B32297DE287840D300585AD8 /* CombinerKey.cpp in Sources */, B322972F28783D4300585AD8 /* cached_interp.c in Sources */, B32299262878A67300585AD8 /* interface.c in Sources */, + B3FAE83F2D277F9D00505165 /* CRC_OPT.cpp in Sources */, B32298EB2878A60600585AD8 /* F3DDKR.cpp in Sources */, B322974228783D7B00585AD8 /* rsp_core.c in Sources */, B322977028783E2100585AD8 /* pngwrite.c in Sources */, @@ -7873,10 +7887,15 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - B31738002783F925002D3ACD /* PBXTargetDependency */ = { + B3FAE83A2D277E8D00505165 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = B3303E4B1DED23C600896D96 /* mupen64plus-nx-retro */; - targetProxy = B31737FF2783F925002D3ACD /* PBXContainerItemProxy */; + targetProxy = B3FAE8392D277E8D00505165 /* PBXContainerItemProxy */; + }; + B3FAE83D2D277E8D00505165 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B3800FF4208522DC00FA03B8 /* mupen64plus-nx */; + targetProxy = B3FAE83C2D277E8D00505165 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -7935,6 +7954,8 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; HEADER_SEARCH_PATHS = ( + "$(inherited)", + "\"$(TOOLCHAIN_DIR)/usr/include\"", "\"$(SRCROOT)/mupen64plus-libretro-nx/libretro-common/include\"", "\"$(SRCROOT)/mupen64plus-libretro-nx/mupen64plus-core/src\"", "\"$(SRCROOT)/mupen64plus-libretro-nx/mupen64plus-core/subprojects\"", @@ -7958,7 +7979,7 @@ "\"$(SRCROOT)/mupen64plus-libretro-nx/custom/android/include\"", "\"$(SRCROOT)/mupen64plus-libretro-nx/custom/GLideN64\"", "\"$(SRCROOT)/mupen64plus-libretro-nx/libretro-common/crt/include\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", + "\"$(SRCROOT)/mupen64plus-libretro-nx/xxHash\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; ONLY_ACTIVE_ARCH = YES; @@ -8013,6 +8034,8 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; HEADER_SEARCH_PATHS = ( + "$(inherited)", + "\"$(TOOLCHAIN_DIR)/usr/include\"", "\"$(SRCROOT)/mupen64plus-libretro-nx/libretro-common/include\"", "\"$(SRCROOT)/mupen64plus-libretro-nx/mupen64plus-core/src\"", "\"$(SRCROOT)/mupen64plus-libretro-nx/mupen64plus-core/subprojects\"", @@ -8036,7 +8059,7 @@ "\"$(SRCROOT)/mupen64plus-libretro-nx/custom/android/include\"", "\"$(SRCROOT)/mupen64plus-libretro-nx/custom/GLideN64\"", "\"$(SRCROOT)/mupen64plus-libretro-nx/libretro-common/crt/include\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", + "\"$(SRCROOT)/mupen64plus-libretro-nx/xxHash\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; ONLY_ACTIVE_ARCH = YES; @@ -8186,7 +8209,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; INFOPLIST_FILE = "PVMupen64Plus-NX/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -8206,7 +8229,7 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,3,6"; - TVOS_DEPLOYMENT_TARGET = 15.6; + TVOS_DEPLOYMENT_TARGET = 16.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -8248,7 +8271,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; INFOPLIST_FILE = "PVMupen64Plus-NX/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -8267,7 +8290,7 @@ SUPPORTS_MACCATALYST = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,3,6"; - TVOS_DEPLOYMENT_TARGET = 15.6; + TVOS_DEPLOYMENT_TARGET = 16.0; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; @@ -8301,7 +8324,10 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; IPHONEOS_DEPLOYMENT_TARGET = 15.6; MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = "-ObjC"; + OTHER_LDFLAGS = ( + "-ObjC", + "$(inherited)", + ); PRODUCT_NAME = "mupen64plus-nx"; SKIP_INSTALL = YES; STRIP_INSTALLED_PRODUCT = NO; @@ -8339,7 +8365,10 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; IPHONEOS_DEPLOYMENT_TARGET = 15.6; MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = "-ObjC"; + OTHER_LDFLAGS = ( + "-ObjC", + "$(inherited)", + ); PRODUCT_NAME = "mupen64plus-nx"; SKIP_INSTALL = YES; STRIP_INSTALLED_PRODUCT = NO; diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NX/Core.plist b/Cores/Mupen64Plus-NX/PVMupen64Plus-NX/Core.plist index b1a8725430..c875f76b49 100644 --- a/Cores/Mupen64Plus-NX/PVMupen64Plus-NX/Core.plist +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NX/Core.plist @@ -5,7 +5,7 @@ PVCoreIdentifier com.provenance.core.mupen64plusnx PVPrincipleClass - PVMupen64Plus_NX.PVMupen64PlusNXCore + PVMupen64Plus-NX.PVMupen64PlusNXCore PVSupportedSystems com.provenance.n64 diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/CorePlist-Generated.swift b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/CorePlist-Generated.swift new file mode 100644 index 0000000000..f00bbe6745 --- /dev/null +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/CorePlist-Generated.swift @@ -0,0 +1,39 @@ +// swiftlint:disable all +// Generated using SwiftGen — https://github.com/SwiftGen/SwiftGen + +import Foundation + +#if canImport(PVCoreBridge) +@_exported import PVCoreBridge +@_exported import PVPlists +#endif + +// swiftlint:disable superfluous_disable_command +// swiftlint:disable file_length + +// MARK: - Plist Files + +// swiftlint:disable identifier_name line_length number_separator type_body_length +public enum CorePlist { + public static let pvCoreIdentifier: String = "com.provenance.core.mupen64plus" + public static let pvPrincipleClass: String = "PVMupen64Plus.MupenGameCore" + public static let pvProjectName: String = "Mupen64Plus" + public static let pvProjectURL: String = "https://github.com/mupen64plus" + public static let pvProjectVersion: String = "2.5" + public static let pvSupportedSystems: [String] = ["com.provenance.n64"] + + #if canImport(PVCoreBridge) + public static var corePlist: EmulatorCoreInfoPlist { + .init( + identifier: CorePlist.pvCoreIdentifier, + principleClass: CorePlist.pvPrincipleClass, + supportedSystems: CorePlist.pvSupportedSystems, + projectName: CorePlist.pvProjectName, + projectURL: CorePlist.pvProjectURL, + projectVersion: CorePlist.pvProjectVersion) + } + + public var corePlist: EmulatorCoreInfoPlist { Self.corePlist } + #endif +} +// swiftlint:enable identifier_name line_length number_separator type_body_length diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/CorePlist.swift b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/CorePlist.swift new file mode 100644 index 0000000000..e3e01052c6 --- /dev/null +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/CorePlist.swift @@ -0,0 +1,63 @@ +// +// CorePlist.swift +// +// +// Created by Joseph Mattiello on 6/21/24. +// + +import Foundation +import PVLogging +import PVCoreBridge +import PVEmulatorCore +import PVPlists + +#if SWIFT_PACKAGE +public extension PVBundleFinder { + static var PVMupenEmulatorCoreModule: Bundle { Bundle.module } + static var PVMupenEmulatorCoreBundle: Bundle { Bundle(for: MupenGameCore.self) } +} +#else +public extension PVBundleFinder { + static var PVMupenEmulatorCoreBundle: Bundle { Bundle(for: MupenGameCore.self) } +} +#endif + +@objc +extension MupenGameCore: EmulatorCoreInfoPlistProvider { + + @objc + public static var resourceBundle: Bundle { PVBundleFinder.PVMupenEmulatorCoreBundle } + + @objc + public override var resourceBundle: Bundle { PVBundleFinder.PVMupenEmulatorCoreBundle } + + @objc(corePlistFromBundle) + public static var corePlistFromBundle: EmulatorCoreInfoPlist { + + guard let plistPath = resourceBundle.url(forResource: "Core", withExtension: "plist") else { + fatalError("Could not locate Core.plist") + } + + guard let data = try? Data(contentsOf: plistPath) else { + fatalError("Could not read Core.plist") + } + + guard let plistObject = try? PropertyListSerialization.propertyList(from: data, options: [], format: nil) as? [String: Any] else { + fatalError("Could not generate parse Core.plist") + } + + guard let corePlist = EmulatorCoreInfoPlist.init(fromInfoDictionary: plistObject) else { + fatalError("Could not generate EmulatorCoreInfoPlist from Core.plist") + } + + return corePlist + } + + /// Note: CorePlist is an enum generated by SwiftGen with a custom stencil + /// Change the swiftgen config to the local path to see the outputs and tweak + @objc(corePlist) + public static var corePlist: EmulatorCoreInfoPlist { CorePlist.corePlist } + + @objc + public var corePlist: EmulatorCoreInfoPlist { Self.corePlist } +} diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/Mupen-NXOptions.swift b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/Mupen-NXOptions.swift index 97744c08b8..7d90f98f13 100644 --- a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/Mupen-NXOptions.swift +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/Mupen-NXOptions.swift @@ -9,357 +9,361 @@ import Foundation import PVSupport -extension PVMupen64PlusNXCore: CoreOptional { - // public func valueForOption(_ option: CoreOption) -> T where T : Decodable, T : Encodable { - // - // } - - // MARK: Dual-Joystick - // Use Pure Interpreter if 0, Cached Interpreter if 1, or Dynamic Recompiler if 2 or more - static var dualJoystickOption: CoreOption = { - .bool(.init( - title: "Dual joystick on first player", - description: "If 1st player controller has dual joysticks, use the right joystick as player 2. For games, such as GoldenEye, that support using 2 N64 controllers for single player input.", - requiresRestart: false)) - }() +@objc public class PVMupen64PlusNXCoreOptions: NSObject, CoreOptions { - static func controllerPakOption(forController index: Int) -> CoreOption { - /* - #define PLUGIN_NONE 1 - #define PLUGIN_MEMPAK 2 - #define PLUGIN_RUMBLE_PAK 3 /* not implemented for non raw data */ - #define PLUGIN_TRANSFER_PAK 4 /* not implemented for non raw data */ - #define PLUGIN_RAW 5 /* the controller plugin is passed in raw data */ - */ - let defaultValue = index <= 1 ? 2 : 5 - return .enumeration(.init(title: "Controller Pak \(index)", - description: nil, - requiresRestart: true), - values:[ - .init(title: "None", description: "", value: 1), - .init(title: "Memory Pak", description: "", value: 2), -// .init(title: "Rumble Pak, description: "", value: 3), -// .init(title: "Transer Pak", description: "", value: 4), - .init(title: "Raw Data", description: "Used for Rumble or Transer Pak", value: 5), - ], - defaultValue: defaultValue) + enum Controls { + // MARK: Dual-Joystick + // Use Pure Interpreter if 0, Cached Interpreter if 1, or Dynamic Recompiler if 2 or more + static var dualJoystickOption: CoreOption { + .bool(.init( + title: "Dual joystick on first player", + description: "If 1st player controller has dual joysticks, use the right joystick as player 2. For games, such as GoldenEye, that support using 2 N64 controllers for single player input.", + requiresRestart: false)) + } + + static func controllerPakOption(forController index: Int) -> CoreOption { + /* + #define PLUGIN_NONE 1 + #define PLUGIN_MEMPAK 2 + #define PLUGIN_RUMBLE_PAK 3 /* not implemented for non raw data */ + #define PLUGIN_TRANSFER_PAK 4 /* not implemented for non raw data */ + #define PLUGIN_RAW 5 /* the controller plugin is passed in raw data */ + */ + let defaultValue = index <= 1 ? 2 : 5 + return .enumeration(.init(title: "Controller Pak \(index)", + description: nil, + requiresRestart: true), + values:[ + .init(title: "None", description: "", value: 1), + .init(title: "Memory Pak", description: "", value: 2), + // .init(title: "Rumble Pak, description: "", value: 3), + // .init(title: "Transer Pak", description: "", value: 4), + .init(title: "Raw Data", description: "Used for Rumble or Transer Pak", value: 5), + ], + defaultValue: defaultValue) + } + + static var controllerPak1: CoreOption = controllerPakOption(forController: 1) + static var controllerPak2: CoreOption = controllerPakOption(forController: 2) + static var controllerPak3: CoreOption = controllerPakOption(forController: 3) + static var controllerPak4: CoreOption = controllerPakOption(forController: 4) + } - static var controllerPak1: CoreOption = controllerPakOption(forController: 1) - static var controllerPak2: CoreOption = controllerPakOption(forController: 2) - static var controllerPak3: CoreOption = controllerPakOption(forController: 3) - static var controllerPak4: CoreOption = controllerPakOption(forController: 4) - - public static var options: [CoreOption] { - var options = [CoreOption]() - - // MARK: -- Plugins - - let videoPluginOption = CoreOption.multi(.init(title: "GFX Plugin", - description: "GlideN64 is newer but slower. Try Rice for older devices."), values: [ - .init(title: "GlideN64", description: "Newer, GLES3 GFX Driver"), - .init(title: "Rice Video", description: "Older, faster, less feature rich GFX Driver.")]) - - let rspOptions = CoreOption.multi(.init(title: "RSP Plugin", description: nil), values: [ - .init(title: "RSPHLE", description: "Faster, default RSP"), - .init(title: "CXD4", description: "Slower. More features for some games, breaks others.")]) - - let pluginsGroup = CoreOption.group(.init(title: "Plugins", description: nil), - subOptions: [videoPluginOption, rspOptions]) + public static var options: [CoreOption] { + var options = [CoreOption]() + + // MARK: -- Plugins + + let videoPluginOption = CoreOption.multi(.init(title: "GFX Plugin", + description: "GlideN64 is newer but slower. Try Rice for older devices."), values: [ + .init(title: "GlideN64", description: "Newer, GLES3 GFX Driver"), + .init(title: "Rice Video", description: "Older, faster, less feature rich GFX Driver.")]) + + let rspOptions = CoreOption.multi(.init(title: "RSP Plugin", description: nil), values: [ + .init(title: "RSPHLE", description: "Faster, default RSP"), + .init(title: "CXD4", description: "Slower. More features for some games, breaks others.")]) + + let pluginsGroup = CoreOption.group(.init(title: "Plugins", description: nil), + subOptions: [videoPluginOption, rspOptions]) // MARK: -- Controls let controlOptions: [CoreOption] = [dualJoystickOption, controllerPak1, controllerPak2, controllerPak3, controllerPak4] let controlGroup:CoreOption = .group(.init(title: "Controls", description: ""), subOptions: controlOptions) - - // MARK: -- Core - var coreOptions = [CoreOption]() - - // MARK: R4300Emulator - // Use Pure Interpreter if 0, Cached Interpreter if 1, or Dynamic Recompiler if 2 or more - coreOptions.append(.enumeration(.init(title: "CPU Mode", - description: nil, - requiresRestart: true), - values:[ - .init(title: "Pure Interpreter", description: "Slowest", value: 0), - .init(title: "Cached Interpreter", description: "Default", value: 1), - .init(title: "Dynamic Recompiler", description: "Fastest but requires JIT or will crash", value: 2)], + + // MARK: -- Core + var coreOptions = [CoreOption]() + + // MARK: R4300Emulator + // Use Pure Interpreter if 0, Cached Interpreter if 1, or Dynamic Recompiler if 2 or more + coreOptions.append(.enumeration(.init(title: "CPU Mode", + description: nil, + requiresRestart: true), + values:[ + .init(title: "Pure Interpreter", description: "Slowest", value: 0), + .init(title: "Cached Interpreter", description: "Default", value: 1), + .init(title: "Dynamic Recompiler", description: "Fastest but requires JIT or will crash", value: 2)], defaultValue: 1)) - - coreOptions.append(.range(.init(title: "Count Per Operation", - description: "Force number of cycles per emulated instruction.", - requiresRestart: true), - range: .init(defaultValue: 2, min: 1, max: 4), defaultValue: 2)) - - coreOptions.append(.bool(.init(title: "Disable Extra Memory", - description: "Disable 4MB expansion RAM pack. May be necessary for some games.", - requiresRestart: true), - defaultValue: false)) - - coreOptions.append(.range(.init(title: "SiDmaDuration", - description: "Duration of SI DMA (-1: use per game settings)", - requiresRestart: true), - range: .init(defaultValue: -1, min: -1, max: 255), defaultValue: -1)) - - coreOptions.append(.bool(.init(title: "Randomize Interrupt", - description: "Randomize PI/SI Interrupt Timing.", - requiresRestart: true), - defaultValue: true)) - - // MARK: --- DEBUG - // MARK: OSD - // Draw on-screen display if True, otherwise don't draw OSD - coreOptions.append(.bool(.init(title: "Debug OSD", - description: "Draw on-screen display if True, otherwise don't draw OSD", - requiresRestart: true), - defaultValue: false)) - - - let coreGroup:CoreOption = .group(.init(title: "Mupen Core", description: "Global options for Mupen"), - subOptions: coreOptions) - - // MARK: -- GLideN64 - var glidenOptions = [CoreOption]() - + + coreOptions.append(.range(.init(title: "Count Per Operation", + description: "Force number of cycles per emulated instruction.", + requiresRestart: true), + range: .init(defaultValue: 2, min: 1, max: 4), defaultValue: 2)) + + coreOptions.append(.bool(.init(title: "Disable Extra Memory", + description: "Disable 4MB expansion RAM pack. May be necessary for some games.", + requiresRestart: true), + defaultValue: false)) + + coreOptions.append(.range(.init(title: "SiDmaDuration", + description: "Duration of SI DMA (-1: use per game settings)", + requiresRestart: true), + range: .init(defaultValue: -1, min: -1, max: 255), defaultValue: -1)) + + coreOptions.append(.bool(.init(title: "Randomize Interrupt", + description: "Randomize PI/SI Interrupt Timing.", + requiresRestart: true), + defaultValue: true)) + + // MARK: --- DEBUG + // MARK: OSD + // Draw on-screen display if True, otherwise don't draw OSD + coreOptions.append(.bool(.init(title: "Debug OSD", + description: "Draw on-screen display if True, otherwise don't draw OSD", + requiresRestart: true), + defaultValue: false)) + + + let coreGroup:CoreOption = .group(.init(title: "Mupen Core", description: "Global options for Mupen"), + subOptions: coreOptions) + + // MARK: -- GLideN64 + var glidenOptions = [CoreOption]() + #warning("Maybe make an enum type for core options?") - // MARK: AspectRatio - // 0 = stretch, 1 = 4:3, 2 = 16:9, 3 = adjust - glidenOptions.append(.enumeration(.init(title: "Aspect Ratio", - description: nil, - requiresRestart: true), - values:[ - .init(title: "Stretch", description: "Slowest", value: 0), - .init(title: "4:3", description: "Default", value: 1), - .init(title: "16:9", description: "Fastest but bequires JIT or will crash", value: 2), - .init(title: "Adjust", description: "Default", value: 3)], + // MARK: AspectRatio + // 0 = stretch, 1 = 4:3, 2 = 16:9, 3 = adjust + glidenOptions.append(.enumeration(.init(title: "Aspect Ratio", + description: nil, + requiresRestart: true), + values:[ + .init(title: "Stretch", description: "Slowest", value: 0), + .init(title: "4:3", description: "Default", value: 1), + .init(title: "16:9", description: "Fastest but bequires JIT or will crash", value: 2), + .init(title: "Adjust", description: "Default", value: 3)], defaultValue: 3)) - - - // MARK: EnableHWLighting - glidenOptions.append(.bool(.init(title: "Hardware Lighting", description: "Per-pixel lighting", requiresRestart: true), defaultValue: true)) - // MARK: fullscreenRefresh - - // MARK: MultiSampling - // "Enable/Disable MultiSampling (0=off, 2,4,8,16=quality - // WARNING: anything other than 0 crashes shader compilation - glidenOptions.append(.enumeration(.init(title: "Multi Sampling", - description: "Anything other than Off will probably crash. You've been warned.", - requiresRestart: true), - values:[ - .init(title: "Off", description: "", value: 0), - .init(title: "2x", description: "", value: 2), - .init(title: "4x", description: "", value: 4), - .init(title: "8x", description: "", value: 8), - .init(title: "16x", description: "", value: 16)])) - - // MARK: ForceGammaCorrection - glidenOptions.append(.bool(.init(title: "Force Gamma Correction", description: nil, requiresRestart: true), defaultValue: false)) - - // MARK: gammaCorrection - glidenOptions.append(.rangef(.init(title: "Gamma Correction", description: "Stength of gamma correction", requiresRestart: true), range: CoreOptionRange(defaultValue: 0.5, min: 0, max: 1), defaultValue: 0.5)) - - // MARK: --- Textures - - // MARK: txSaveCache - glidenOptions.append(.bool(.init(title: "Save texture cache", description: "Save textures to cache for faster loading later", requiresRestart: true), defaultValue: true)) - - // MARK: txCacheCompression - glidenOptions.append(.bool(.init(title: "Compress texture cache", description: "Compress Texture Cache", requiresRestart: true), defaultValue: true)) - - // MARK: txEnhancementMode - // 0=none, 1=store as is, 2=X2, 3=X2SAI, 4=HQ2X, 5=HQ2XS, 6=LQ2X, 7=LQ2XS, 8=HQ4X, 9=2xBRZ, 10=3xBRZ, 11=4xBRZ, 12=5xBRZ), 13=6xBRZ - glidenOptions.append(.enumeration(.init(title: "Texture Enhancement Mode", - description: nil, - requiresRestart: true), - values:[ - .init(title: "None", description: "", value: 0), - .init(title: "Store as-is", description: "", value: 1), - .init(title: "X2", description: "", value: 2), - .init(title: "X2SAI", description: "", value: 3), - .init(title: "HQ2X", description: "", value: 4), - .init(title: "HQ2XS", description: "", value: 5), - .init(title: "LQ2X", description: "", value: 6), - .init(title: "LQXS", description: "", value: 7), - .init(title: "HQ4X", description: "", value: 8), - .init(title: "2xBRZ", description: "", value: 9), - .init(title: "3xBZ", description: "", value: 10), - .init(title: "4xBRZ", description: "", value: 11), - .init(title: "5xBRZ", description: "", value: 12), - .init(title: "6xBRZ", description: "", value: 13), - ], - defaultValue: 0)) - - // MARK: txFilterMode - // Texture filter (0=none, 1=Smooth filtering 1, 2=Smooth filtering 2, 3=Smooth filtering 3, 4=Smooth filtering 4, 5=Sharp filtering 1, 6=Sharp filtering 2) - glidenOptions.append(.enumeration(.init(title: "Texture Filter Mode", - description: nil, - requiresRestart: true), - values:[ - .init(title: "None", description: "", value: 0), - .init(title: "Smooth 1", description: "", value: 1), - .init(title: "Smooth 2", description: "", value: 2), - .init(title: "Smooth 3", description: "", value: 3), - .init(title: "Smooth 4", description: "", value: 4), - .init(title: "Sharp 1", description: "", value: 5), - .init(title: "Sharp 2", description: "", value: 6), - ])) - - - - // MARK: txFilterIgnoreBG - // "Don't filter background textures." - glidenOptions.append(.bool(.init(title: "Ignore BG Textures", description: "Don't filter background textures.", requiresRestart: true), defaultValue: false)) - - // MARK: txCacheSize - // MARK: txDump - // "Enable dump of loaded N64 textures. - glidenOptions.append(.bool(.init(title: "Texture Dump", description: "Enable dump of loaded N64 textures.", requiresRestart: true), defaultValue: false)) - - // MARK: txForce16bpp - // "Force use 16bit texture formats for HD textures." - glidenOptions.append(.bool(.init(title: "Force 16bpp textures", description: "Force use 16bit texture formats for HD textures.", requiresRestart: true), defaultValue: false)) - - // MARK: ---- HiRes - // MARK: txHiresEnable - glidenOptions.append(.bool(.init(title: "Enable HiRes Texture packs", description: "These must be installed seperately. Refer to our WIKI for HD textures.", requiresRestart: true), defaultValue: true)) - - // MARK: txHresAltCRC - // "Use alternative method of paletted textures CRC calculation." - glidenOptions.append(.bool(.init(title: "HiRes Alt CRC", description: "Use alternative method of paletted textures CRC calculation.", requiresRestart: true), defaultValue: false)) - - // MARK: txHiresFullAlphaChannel - // "Allow to use alpha channel of high-res texture fully." - glidenOptions.append(.bool(.init(title: "HiRes Full Alpha", description: "Allow to use alpha channel of high-res texture fully.", requiresRestart: true), defaultValue: true)) - - // MARK: --- Bloom - glidenOptions.append(.bool(.init(title: "Bloom filter", description: nil, requiresRestart: true), defaultValue: false)) - // TODO: Add another sub-group, auto disable if off (maybe more work than worth) - - // [bloomFilter] - // enable=0 - // thresholdLevel=4 - // blendMode=0 - // blurAmount=10 - // blurStrength=20 - - let glidenGroup:CoreOption = .group(.init(title: "GLideN64", description: "Options specific to the GLideN64 video plugin"), - subOptions: glidenOptions) - - // MARK: -- RICE - var riceOptions = [CoreOption]() - - riceOptions.append(.bool(.init(title: "Fast Texture Loading", description: "Use a faster algorithm to speed up texture loading and CRC computation", requiresRestart: true), defaultValue: false)) - - riceOptions.append(.bool(.init(title: "DoubleSizeForSmallTxtrBuf", description: "Enable this option to have better render-to-texture quality", requiresRestart: true), defaultValue: true)) - - riceOptions.append(.bool(.init(title: "FullTMEMEmulation", description: "N64 Texture Memory Full Emulation (may fix some games, may break others)", requiresRestart: true), defaultValue: false)) - - riceOptions.append(.bool(.init(title: "SkipFrame", description: "If this option is enabled, the plugin will skip every other frame. Breaks some games in my testing ", requiresRestart: true), defaultValue: false)) - - riceOptions.append(.bool(.init(title: "LoadHiResTextures", description: "Enable hi-resolution texture file loading", requiresRestart: true), defaultValue: true)) - - /* - - // Use fullscreen mode if True, or windowed mode if False - int fullscreen = 1; - ConfigSetParameter(rice, "Fullscreen", M64TYPE_BOOL, &fullscreen); - - // Use Mipmapping? 0=no, 1=nearest, 2=bilinear, 3=trilinear - int mipmapping = 0; - ConfigSetParameter(rice, "Mipmapping", M64TYPE_INT, &mipmapping); - - // Enable/Disable Anisotropic Filtering for Mipmapping (0=no filtering, 2-16=quality). - // This is uneffective if Mipmapping is 0. If the given value is to high to be supported by your graphic card, the value will be the highest value your graphic card can support. Better result with Trilinear filtering - int anisotropicFiltering = 16; - ConfigSetParameter(rice, "AnisotropicFiltering", M64TYPE_INT, &anisotropicFiltering); - - // Enable, Disable or Force fog generation (0=Disable, 1=Enable n64 choose, 2=Force Fog) - int fogMethod = 0; - ConfigSetParameter(rice, "FogMethod", M64TYPE_INT, &fogMethod); - - // Color bit depth to use for textures (0=default, 1=32 bits, 2=16 bits) - // 16 bit breaks some games like GoldenEye - int textureQuality = 0; - ConfigSetParameter(rice, "TextureQuality", M64TYPE_INT, &textureQuality); - - // Enable/Disable MultiSampling (0=off, 2,4,8,16=quality) - int multiSampling = RESIZE_TO_FULLSCREEN ? 4 : 0; - ConfigSetParameter(rice, "MultiSampling", M64TYPE_INT, &multiSampling); - - // Color bit depth for rendering window (0=32 bits, 1=16 bits) - int colorQuality = 0; - ConfigSetParameter(rice, "ColorQuality", M64TYPE_INT, &colorQuality); - */ - // MARK: ColorQuality - // 0 = 32 bits, 1 = 16 bits - riceOptions.append(.multi(.init(title: "Color Quality", - description: "Color bit depth for rendering window", - requiresRestart: true), - values:[ - .init(title: "32 Bits", description: ""), - .init(title: "16 Bits", description: "")])) - - let riceGroup:CoreOption = .group(.init(title: "RICE", description: "Options specific to the RICE video plugin"), - subOptions: riceOptions) - - - - // MARK: -- Video (Globa) - // let videoGroup = CoreOption.group(.init(title: "Video"), - // subOptions: [glidenGroup, riceGroup]) - - options.append(contentsOf: [coreGroup, pluginsGroup, controlGroup, /*videoGroup,*/ glidenGroup, riceGroup]) - return options - } + + + // MARK: EnableHWLighting + glidenOptions.append(.bool(.init(title: "Hardware Lighting", description: "Per-pixel lighting", requiresRestart: true), defaultValue: true)) + // MARK: fullscreenRefresh + + // MARK: MultiSampling + // "Enable/Disable MultiSampling (0=off, 2,4,8,16=quality + // WARNING: anything other than 0 crashes shader compilation + glidenOptions.append(.enumeration(.init(title: "Multi Sampling", + description: "Anything other than Off will probably crash. You've been warned.", + requiresRestart: true), + values:[ + .init(title: "Off", description: "", value: 0), + .init(title: "2x", description: "", value: 2), + .init(title: "4x", description: "", value: 4), + .init(title: "8x", description: "", value: 8), + .init(title: "16x", description: "", value: 16)])) + + // MARK: ForceGammaCorrection + glidenOptions.append(.bool(.init(title: "Force Gamma Correction", description: nil, requiresRestart: true), defaultValue: false)) + + // MARK: gammaCorrection + glidenOptions.append(.rangef(.init(title: "Gamma Correction", description: "Stength of gamma correction", requiresRestart: true), range: CoreOptionRange(defaultValue: 0.5, min: 0, max: 1), defaultValue: 0.5)) + + // MARK: --- Textures + + // MARK: txSaveCache + glidenOptions.append(.bool(.init(title: "Save texture cache", description: "Save textures to cache for faster loading later", requiresRestart: true), defaultValue: true)) + + // MARK: txCacheCompression + glidenOptions.append(.bool(.init(title: "Compress texture cache", description: "Compress Texture Cache", requiresRestart: true), defaultValue: true)) + + // MARK: txEnhancementMode + // 0=none, 1=store as is, 2=X2, 3=X2SAI, 4=HQ2X, 5=HQ2XS, 6=LQ2X, 7=LQ2XS, 8=HQ4X, 9=2xBRZ, 10=3xBRZ, 11=4xBRZ, 12=5xBRZ), 13=6xBRZ + glidenOptions.append(.enumeration(.init(title: "Texture Enhancement Mode", + description: nil, + requiresRestart: true), + values:[ + .init(title: "None", description: "", value: 0), + .init(title: "Store as-is", description: "", value: 1), + .init(title: "X2", description: "", value: 2), + .init(title: "X2SAI", description: "", value: 3), + .init(title: "HQ2X", description: "", value: 4), + .init(title: "HQ2XS", description: "", value: 5), + .init(title: "LQ2X", description: "", value: 6), + .init(title: "LQXS", description: "", value: 7), + .init(title: "HQ4X", description: "", value: 8), + .init(title: "2xBRZ", description: "", value: 9), + .init(title: "3xBZ", description: "", value: 10), + .init(title: "4xBRZ", description: "", value: 11), + .init(title: "5xBRZ", description: "", value: 12), + .init(title: "6xBRZ", description: "", value: 13), + ], + defaultValue: 0)) + + // MARK: txFilterMode + // Texture filter (0=none, 1=Smooth filtering 1, 2=Smooth filtering 2, 3=Smooth filtering 3, 4=Smooth filtering 4, 5=Sharp filtering 1, 6=Sharp filtering 2) + glidenOptions.append(.enumeration(.init(title: "Texture Filter Mode", + description: nil, + requiresRestart: true), + values:[ + .init(title: "None", description: "", value: 0), + .init(title: "Smooth 1", description: "", value: 1), + .init(title: "Smooth 2", description: "", value: 2), + .init(title: "Smooth 3", description: "", value: 3), + .init(title: "Smooth 4", description: "", value: 4), + .init(title: "Sharp 1", description: "", value: 5), + .init(title: "Sharp 2", description: "", value: 6), + ])) + + + + // MARK: txFilterIgnoreBG + // "Don't filter background textures." + glidenOptions.append(.bool(.init(title: "Ignore BG Textures", description: "Don't filter background textures.", requiresRestart: true), defaultValue: false)) + + // MARK: txCacheSize + // MARK: txDump + // "Enable dump of loaded N64 textures. + glidenOptions.append(.bool(.init(title: "Texture Dump", description: "Enable dump of loaded N64 textures.", requiresRestart: true), defaultValue: false)) + + // MARK: txForce16bpp + // "Force use 16bit texture formats for HD textures." + glidenOptions.append(.bool(.init(title: "Force 16bpp textures", description: "Force use 16bit texture formats for HD textures.", requiresRestart: true), defaultValue: false)) + + // MARK: ---- HiRes + // MARK: txHiresEnable + glidenOptions.append(.bool(.init(title: "Enable HiRes Texture packs", description: "These must be installed seperately. Refer to our WIKI for HD textures.", requiresRestart: true), defaultValue: true)) + + // MARK: txHresAltCRC + // "Use alternative method of paletted textures CRC calculation." + glidenOptions.append(.bool(.init(title: "HiRes Alt CRC", description: "Use alternative method of paletted textures CRC calculation.", requiresRestart: true), defaultValue: false)) + + // MARK: txHiresFullAlphaChannel + // "Allow to use alpha channel of high-res texture fully." + glidenOptions.append(.bool(.init(title: "HiRes Full Alpha", description: "Allow to use alpha channel of high-res texture fully.", requiresRestart: true), defaultValue: true)) + + // MARK: --- Bloom + glidenOptions.append(.bool(.init(title: "Bloom filter", description: nil, requiresRestart: true), defaultValue: false)) + // TODO: Add another sub-group, auto disable if off (maybe more work than worth) + + // [bloomFilter] + // enable=0 + // thresholdLevel=4 + // blendMode=0 + // blurAmount=10 + // blurStrength=20 + + let glidenGroup:CoreOption = .group(.init(title: "GLideN64", description: "Options specific to the GLideN64 video plugin"), + subOptions: glidenOptions) + + // MARK: -- RICE + var riceOptions = [CoreOption]() + + riceOptions.append(.bool(.init(title: "Fast Texture Loading", description: "Use a faster algorithm to speed up texture loading and CRC computation", requiresRestart: true), defaultValue: false)) + + riceOptions.append(.bool(.init(title: "DoubleSizeForSmallTxtrBuf", description: "Enable this option to have better render-to-texture quality", requiresRestart: true), defaultValue: true)) + + riceOptions.append(.bool(.init(title: "FullTMEMEmulation", description: "N64 Texture Memory Full Emulation (may fix some games, may break others)", requiresRestart: true), defaultValue: false)) + + riceOptions.append(.bool(.init(title: "SkipFrame", description: "If this option is enabled, the plugin will skip every other frame. Breaks some games in my testing ", requiresRestart: true), defaultValue: false)) + + riceOptions.append(.bool(.init(title: "LoadHiResTextures", description: "Enable hi-resolution texture file loading", requiresRestart: true), defaultValue: true)) + + /* + + // Use fullscreen mode if True, or windowed mode if False + int fullscreen = 1; + ConfigSetParameter(rice, "Fullscreen", M64TYPE_BOOL, &fullscreen); + + // Use Mipmapping? 0=no, 1=nearest, 2=bilinear, 3=trilinear + int mipmapping = 0; + ConfigSetParameter(rice, "Mipmapping", M64TYPE_INT, &mipmapping); + + // Enable/Disable Anisotropic Filtering for Mipmapping (0=no filtering, 2-16=quality). + // This is uneffective if Mipmapping is 0. If the given value is to high to be supported by your graphic card, the value will be the highest value your graphic card can support. Better result with Trilinear filtering + int anisotropicFiltering = 16; + ConfigSetParameter(rice, "AnisotropicFiltering", M64TYPE_INT, &anisotropicFiltering); + + // Enable, Disable or Force fog generation (0=Disable, 1=Enable n64 choose, 2=Force Fog) + int fogMethod = 0; + ConfigSetParameter(rice, "FogMethod", M64TYPE_INT, &fogMethod); + + // Color bit depth to use for textures (0=default, 1=32 bits, 2=16 bits) + // 16 bit breaks some games like GoldenEye + int textureQuality = 0; + ConfigSetParameter(rice, "TextureQuality", M64TYPE_INT, &textureQuality); + + // Enable/Disable MultiSampling (0=off, 2,4,8,16=quality) + int multiSampling = RESIZE_TO_FULLSCREEN ? 4 : 0; + ConfigSetParameter(rice, "MultiSampling", M64TYPE_INT, &multiSampling); + + // Color bit depth for rendering window (0=32 bits, 1=16 bits) + int colorQuality = 0; + ConfigSetParameter(rice, "ColorQuality", M64TYPE_INT, &colorQuality); + */ + // MARK: ColorQuality + // 0 = 32 bits, 1 = 16 bits + riceOptions.append(.multi(.init(title: "Color Quality", + description: "Color bit depth for rendering window", + requiresRestart: true), + values:[ + .init(title: "32 Bits", description: ""), + .init(title: "16 Bits", description: "")])) + + let riceGroup:CoreOption = .group(.init(title: "RICE", description: "Options specific to the RICE video plugin"), + subOptions: riceOptions) + + + + // MARK: -- Video (Globa) + // let videoGroup = CoreOption.group(.init(title: "Video"), + // subOptions: [glidenGroup, riceGroup]) + + options.append(contentsOf: [coreGroup, pluginsGroup, controlGroup, /*videoGroup,*/ glidenGroup, riceGroup]) + return options + } } @objc extension PVMupen64PlusNXCore { - // TODO: move these generall accessors somewhere global, maybe use dynamicC - @objc - static public func bool(forOption option: String) -> Bool { - return storedValueForOption(Bool.self, option) ?? false - } - - @objc - static public func int(forOption option: String) -> Int { - let value = storedValueForOption(Int.self, option) - return value ?? 0 - } - - @objc - static public func float(forOption option: String) -> Float { - let value = storedValueForOption(Float.self, option) - return value ?? 0 - } - - @objc - static public func string(forOption option: String) -> String? { - let value = storedValueForOption(String.self, option) - return value - } - - public static var useRice: Bool { - return storedValueForOption(String.self, "GFX Plugin") == "Rice Video" - } - - public static var useCXD4: Bool { - return storedValueForOption(String.self, "RSP Plugin") == "CXD4" - } + // TODO: move these generall accessors somewhere global, maybe use dynamicC + @objc + static public func bool(forOption option: String) -> Bool { + return storedValueForOption(Bool.self, option) ?? false + } + + @objc + static public func int(forOption option: String) -> Int { + let value = storedValueForOption(Int.self, option) + return value ?? 0 + } + + @objc + static public func float(forOption option: String) -> Float { + let value = storedValueForOption(Float.self, option) + return value ?? 0 + } + + @objc + static public func string(forOption option: String) -> String? { + let value = storedValueForOption(String.self, option) + return value + } + + public static var useRice: Bool { + return storedValueForOption(String.self, "GFX Plugin") == "Rice Video" + } + + public static var useCXD4: Bool { + return storedValueForOption(String.self, "RSP Plugin") == "CXD4" + } + + public static var perPixelLighting: Bool { + return storedValueForOption(Bool.self, "Hardware Lighting") ?? false + } +} - public static var perPixelLighting: Bool { - return storedValueForOption(Bool.self, "Hardware Lighting") ?? false - } +extension PVMupen64PlusNXCore: CoreOptional { + } @objc public extension PVMupen64PlusNXCore { - @objc var dualJoystickOption: Bool { MupenGameNXCore.valueForOption(MupenGameNXCore.dualJoystickOption).asBool } + @objc var dualJoystickOption: Bool { MupenGameNXCore.valueForOption(MupenGameNXCore.dualJoystickOption).asBool } @objc var controllerPak1Option: Int { MupenGameNXCore.valueForOption(MupenGameNXCore.controllerPak1).asInt ?? 1 } @objc var controllerPak2Option: Int { MupenGameNXCore.valueForOption(MupenGameNXCore.controllerPak2).asInt ?? 1 } @objc var controllerPak3Option: Int { MupenGameNXCore.valueForOption(MupenGameNXCore.controllerPak3).asInt ?? 1 } @objc var controllerPak4Option: Int { MupenGameNXCore.valueForOption(MupenGameNXCore.controllerPak4).asInt ?? 1 } - + func parseOptions() { self.dualJoystick = dualJoystickOption self.setMode(controllerPak1Option, forController: 0) diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore+Audio.swift b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore+Audio.swift index 88b7e9b5bc..bcef09796c 100644 --- a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore+Audio.swift +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore+Audio.swift @@ -10,7 +10,7 @@ import Foundation import PVSupport @objc -public extension PVMupen64PlusNXCore { +public extension PVMupen64PlusNXCoreBridge { override var channelCount: UInt { 2 } override var audioSampleRate: Double { self.mupenSampleRate } override var frameInterval: TimeInterval { isNTSC ? 60 : 50 } diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore+Video.swift b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore+Video.swift index 8f9ebfb79b..1eaab50fcb 100644 --- a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore+Video.swift +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore+Video.swift @@ -17,7 +17,7 @@ import OpenGLES.ES3 #endif @objc -public extension PVMupen64PlusNXCore { +public extension PVMupen64PlusNXCoreBridge { override var rendersToOpenGL: Bool { true } override var pixelType: GLenum { UInt32(GL_UNSIGNED_BYTE) } override var pixelFormat: GLenum { UInt32(GL_BGRA) } diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.h b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.h index beee20ff49..4b881e1d29 100644 --- a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.h +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.h @@ -17,7 +17,7 @@ @protocol PVN64SystemResponderClient; __attribute__((visibility("default"))) -@interface PVMupen64PlusNXCore : PVLibRetroGLESCoreBridge { +@interface PVMupen64PlusNXCoreBridge : PVLibRetroGLESCoreBridge { // uint8_t padData[4][PVDOSButtonCount]; // int8_t xAxis[4]; // int8_t yAxis[4]; diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.m b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.m index 4c2e653c2d..d0ec539c68 100644 --- a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.m +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.m @@ -58,9 +58,9 @@ #endif #if TARGET_OS_OSX -@interface MupenGameNXCore () +@interface PVMupen64PlusNXCoreBridge () #else -@interface MupenGameNXCore () +@interface PVMupen64PlusNXCoreBridge () #endif - (void)OE_didReceiveStateChangeForParamType:(m64p_core_param)paramType value:(int)newValue; diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.mm b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.mm index 071db370a1..bb9982c395 100644 --- a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.mm +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.mm @@ -22,7 +22,7 @@ #define OpenEmu 1 #pragma mark - Private -@interface PVMupen64PlusNXCore() { +@interface PVMupen64PlusNXCoreBridge() { } @@ -30,7 +30,7 @@ @interface PVMupen64PlusNXCore() { #pragma mark - PVMupen64PlusNXCore Begin -@implementation PVMupen64PlusNXCore +@implementation PVMupen64PlusNXCoreBridge { } diff --git a/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.swift b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.swift new file mode 100644 index 0000000000..2be12a0c01 --- /dev/null +++ b/Cores/Mupen64Plus-NX/PVMupen64Plus-NXCore/PVMupen64Plus-NXCore.swift @@ -0,0 +1,89 @@ +// +// MupenGameCore.swift +// PVMupenGameCore +// +// Created by Joseph Mattiello on 8/18/24. +// +import Foundation +import GameController +import PVSupport +import PVCoreBridge +import PVLogging +import PVEmulatorCore +import PVSettings +import Defaults +import PVMupen64PlusBridge + +//#if SWIFT_MODULE +//import PVMupen64PlusCore +//#endif + +#if os(iOS) +import UIKit +#endif + +#if os(macOS) || targetEnvironment(macCatalyst) +import OpenGL.GL3 +import GLUT +#elseif !os(watchOS) +import OpenGLES +import GLKit +#endif + +//#if os(tvOS) +//let RESIZE_TO_FULLSCREEN: Bool = true +//#else +//let RESIZE_TO_FULLSCREEN: Bool = Defaults[.nativeScaleEnabled] +//#endif +// +//extension m64p_core_param: @retroactive Hashable, @retroactive Equatable, @retroactive Codable { +// +//} + +@objc public class PVMupen64PlusNXCore: PVEmulatorCore, @unchecked Sendable { + + // MARK: - Initialization + + public var _bridge: PVMupen64PlusNXCoreBridge = .init() + + required init() { + super.init() + self.bridge = (PVMupen64PlusNXCoreBridge() as! any ObjCBridgedCoreBridge) + } +} + +// MARK: - Extensions + +extension PVMupen64PlusNXCore: PVN64SystemResponderClient { + public func didMoveJoystick(_ button: Int, withXValue xValue: CGFloat, withYValue yValue: CGFloat, forPlayer player: Int) { + (bridge as! PVN64SystemResponderClient).didMoveJoystick(button, withXValue: xValue, withYValue: yValue, forPlayer: player) + } + + public func didMoveJoystick(_ button: PVCoreBridge.PVN64Button, withXValue xValue: CGFloat, withYValue yValue: CGFloat, forPlayer player: Int) { + (bridge as! PVN64SystemResponderClient).didMoveJoystick(button, withXValue: xValue, withYValue: yValue, forPlayer: player) + } + + public func didPush(_ button: PVCoreBridge.PVN64Button, forPlayer player: Int) { + (bridge as! PVN64SystemResponderClient).didPush(button, forPlayer: player) + } + + public func didRelease(_ button: PVCoreBridge.PVN64Button, forPlayer player: Int) { + (bridge as! PVN64SystemResponderClient).didRelease(button, forPlayer: player) + } +} + +extension PVMupen64PlusNXCore: CoreOptional { + public static var options: [PVCoreBridge.CoreOption] { + PVMupen64PlusNXCoreOptions.options + } +} + +// +//#if !os(macOS) +//extension MupenGameCore: GLKViewDelegate { +//#warning("Finish me") +// public func glkView(_ view: GLKView, drawIn rect: CGRect) { +// +// } +//} +//#endif diff --git a/Cores/VecX/BuildFlags.xcconfig b/Cores/VecX/BuildFlags.xcconfig index ab7d8df4e5..0d43e65313 100644 --- a/Cores/VecX/BuildFlags.xcconfig +++ b/Cores/VecX/BuildFlags.xcconfig @@ -6,20 +6,29 @@ // // + // All -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) __LIBRETRO__=1 STATIC_LINKING=1 FRONTEND_SUPPORTS_RGB565=1 HAVE_STRINGS=1 HAVE_STDINT_H=1 HAVE_INTTYPES_H=1 INLINE=inline +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) __LIBRETRO__=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) STATIC_LINKING=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) FRONTEND_SUPPORTS_RGB565=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_STRINGS=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_STDINT_H=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_INTTYPES_H=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) INLINE=inline + +// If want GPU accel GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES=1 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES2=1 -//GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAS_GPU=1 //GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES3=1 +//GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES_3_1=1 +//GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAS_GPU=1 -// HAVE_OPENGLES_3_1=1 // HAVE_LIBNX=1 // TODO: Fix linking with HAS_GPU // C_DYNREC=0 -// HAVE_OPENGLES3_1=1 -//GCC_PREPROCESSOR_DEFINITIONS[configuration=Debug] = $(inherited) DEBUG=1 -//GCC_PREPROCESSOR_DEFINITIONS[configuration=Release] = $(inherited) NDEBUG=1 + +GCC_PREPROCESSOR_DEFINITIONS[configuration=Debug] = $(inherited) DEBUG=1 +GCC_PREPROCESSOR_DEFINITIONS[configuration=Release] = $(inherited) NDEBUG=1 // DISABLE_DYNAREC=1 OTHER_CFLAGS = $(inherited) -ObjC -Wno-ignored-optimization-argument -Wno-unknown-warning-option -fomit-frame-pointer -fno-exceptions -fno-non-call-exceptions -Wno-address-of-packed-member -Wno-format -Wno-switch -Wno-psabi -fpic -fvisibility=hidden -ffunction-sections -Iinclude -fmodules -fcxx-modules diff --git a/Cores/VecX/Sources/PVVecX/PVVecXCore+Video.m b/Cores/VecX/Sources/PVVecX/PVVecXCore+Video.m index 9b1c47cf5d..e304a61e92 100644 --- a/Cores/VecX/Sources/PVVecX/PVVecXCore+Video.m +++ b/Cores/VecX/Sources/PVVecX/PVVecXCore+Video.m @@ -68,9 +68,13 @@ @implementation PVVecXCoreBridge (Video) // return size; //} -//- (BOOL)rendersToOpenGL { -// return YES; -//} +- (BOOL)rendersToOpenGL { +#if HAS_GPU + return YES; +#else + return NO; +#endif +} // //- (BOOL)isDoubleBuffered { // return YES; @@ -97,26 +101,18 @@ @implementation PVVecXCoreBridge (Video) info->geometry.aspect_ratio = 33.0 / 41.0; */ -//- (GLenum)pixelFormat { -// return GL_RGB; -//} -// -//- (GLenum)pixelType { -// return GL_UNSIGNED_SHORT_1_5_5_5_REV; -//} -// -//- (GLenum)internalPixelFormat { -// // TODO: use struct retro_pixel_format var, set with, RETRO_ENVIRONMENT_SET_PIXEL_FORMAT -//#if !TARGET_OS_OSX && !TARGET_OS_MACCATALYST -// return GL_RGB565; -//#else -// return GL_UNSIGNED_SHORT_5_6_5; -//#endif -//} +#if HAS_GPU +#else +- (GLenum)internalPixelFormat { + return GL_RGB5_A1; +} -// -//- (GLenum)depthFormat { -// // 0, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24 -// return GL_DEPTH_COMPONENT24; -//} +- (GLenum)pixelFormat { + return GL_BGRA; +} + +- (GLenum)pixelType { + return GL_UNSIGNED_SHORT_1_5_5_5_REV; +} +#endif @end diff --git a/Cores/VecX/Sources/PVVecX/PVVecXCore.swift b/Cores/VecX/Sources/PVVecX/PVVecXCore.swift index 074a1f36d0..8f974266d6 100644 --- a/Cores/VecX/Sources/PVVecX/PVVecXCore.swift +++ b/Cores/VecX/Sources/PVVecX/PVVecXCore.swift @@ -17,7 +17,7 @@ import PVCoreBridgeRetro open class PVVecXCore: PVEmulatorCore { // override open var alwaysUseGL: Bool { true } - + let _bridge: PVVecXCoreBridge = .init() public required init() { diff --git a/Cores/VirtualJaguar b/Cores/VirtualJaguar index 04ef75ae91..2590d15665 160000 --- a/Cores/VirtualJaguar +++ b/Cores/VirtualJaguar @@ -1 +1 @@ -Subproject commit 04ef75ae9108d7ea6e0152105024bde7f6a3e9a9 +Subproject commit 2590d156659317aa5f7e90207d0b7c15d151b174 diff --git a/Cores/Yabause/PVYabause.xcodeproj/project.pbxproj b/Cores/Yabause/PVYabause.xcodeproj/project.pbxproj index 02ebdc57b1..59235d3401 100644 --- a/Cores/Yabause/PVYabause.xcodeproj/project.pbxproj +++ b/Cores/Yabause/PVYabause.xcodeproj/project.pbxproj @@ -12,7 +12,6 @@ B3135BAB26E4CDC50047F338 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3135BAA26E4CDC50047F338 /* QuartzCore.framework */; }; B339468920783F41008DBAB4 /* libpthread.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B339468820783F41008DBAB4 /* libpthread.tbd */; }; B339468B20783F48008DBAB4 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B339468A20783F48008DBAB4 /* libz.tbd */; }; - B341206F297601A200F5F351 /* libyabause.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B341206B2975FEFF00F5F351 /* libyabause.a */; platformFilters = (ios, maccatalyst, tvos, ); }; B35E6BF2207CD2680040709A /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B35E6BF1207CD2670040709A /* AudioToolbox.framework */; }; B35E6BF6207CD2740040709A /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B35E6BF4207CD2740040709A /* CoreAudio.framework */; }; B35E6BF9207D00D00040709A /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B35E6BF8207D00D00040709A /* AVFoundation.framework */; }; @@ -29,6 +28,8 @@ B3F8E0D82CB3B07500017D1B /* CorePlist.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F8E0D52CB3B07500017D1B /* CorePlist.swift */; }; B3F8E0D92CB3B07500017D1B /* CorePlist-Generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F8E0D62CB3B07500017D1B /* CorePlist-Generated.swift */; }; B3F8E0DC2CB3B1E900017D1B /* PVPlists in Frameworks */ = {isa = PBXBuildFile; productRef = B3F8E0DB2CB3B1E900017D1B /* PVPlists */; }; + B3FAE8052D2742B900505165 /* libyabause.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B341206B2975FEFF00F5F351 /* libyabause.a */; }; + B3FAE8062D27431300505165 /* libyabause-libretro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3344BC32859E088006E6B3A /* libyabause-libretro.a */; }; B3FF63CA2873E37000829C14 /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EB9FB22872965000EAEB37 /* error.c */; }; B3FF63CB2873E37000829C14 /* cs1.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EB9BB42872964D00EAEB37 /* cs1.c */; }; B3FF63CC2873E37000829C14 /* m68kd.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBA0BA2872965100EAEB37 /* m68kd.c */; }; @@ -72,6 +73,13 @@ remoteGlobalIDString = B3344B522859E088006E6B3A; remoteInfo = "dos-box-libretro-iOS"; }; + B3FAE8072D27431300505165 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B3C7620720783162009950E4 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B3344B522859E088006E6B3A; + remoteInfo = "yabause-libretro"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -1479,12 +1487,12 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B341206F297601A200F5F351 /* libyabause.a in Frameworks */, B35E6BF9207D00D00040709A /* AVFoundation.framework in Frameworks */, B3F8E0D02CB3AAF300017D1B /* PVCoreObjCBridge in Frameworks */, B35E6BF6207CD2740040709A /* CoreAudio.framework in Frameworks */, B30E99DA2C6F046A00C1431E /* PVCoreBridge in Frameworks */, B3135BAB26E4CDC50047F338 /* QuartzCore.framework in Frameworks */, + B3FAE8062D27431300505165 /* libyabause-libretro.a in Frameworks */, B35E6BF2207CD2680040709A /* AudioToolbox.framework in Frameworks */, B339468B20783F48008DBAB4 /* libz.tbd in Frameworks */, B3F8E0DC2CB3B1E900017D1B /* PVPlists in Frameworks */, @@ -1493,6 +1501,7 @@ B339468920783F41008DBAB4 /* libpthread.tbd in Frameworks */, B3C7621F2078325C009950E4 /* Foundation.framework in Frameworks */, B3C7621D20783243009950E4 /* OpenGLES.framework in Frameworks */, + B3FAE8052D2742B900505165 /* libyabause.a in Frameworks */, B30E98A42C6EEEE200C1431E /* PVSupport in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -4618,6 +4627,7 @@ ); dependencies = ( B39768FA2859E23200558958 /* PBXTargetDependency */, + B3FAE8082D27431300505165 /* PBXTargetDependency */, ); name = PVYabause; productName = PVReicast; @@ -4772,6 +4782,11 @@ target = B3344B522859E088006E6B3A /* yabause-libretro */; targetProxy = B39768F92859E23200558958 /* PBXContainerItemProxy */; }; + B3FAE8082D27431300505165 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B3344B522859E088006E6B3A /* yabause-libretro */; + targetProxy = B3FAE8072D27431300505165 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ @@ -4947,7 +4962,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/PVYabause/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -4964,7 +4979,7 @@ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2"; - TVOS_DEPLOYMENT_TARGET = 16.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Archive; }; @@ -5257,7 +5272,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/PVYabause/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5275,7 +5290,7 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2"; - TVOS_DEPLOYMENT_TARGET = 16.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Debug; }; @@ -5299,7 +5314,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/PVYabause/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5316,7 +5331,7 @@ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2"; - TVOS_DEPLOYMENT_TARGET = 16.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Release; }; diff --git a/Cores/Yabause/cmake/yabause.xcodeproj/project.pbxproj b/Cores/Yabause/cmake/yabause.xcodeproj/project.pbxproj index 2073f03104..afe10a4b95 100644 --- a/Cores/Yabause/cmake/yabause.xcodeproj/project.pbxproj +++ b/Cores/Yabause/cmake/yabause.xcodeproj/project.pbxproj @@ -1604,11 +1604,14 @@ 499E1EB49E94471E8E3A77C8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ARCHS = arm64; CODE_SIGN_IDENTITY = "iPhone Developer"; DEVELOPMENT_TEAM = XXXXXXXXXX; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = iphoneos; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; SWIFT_COMPILATION_MODE = wholemodule; SYMROOT = ./build; }; @@ -1717,11 +1720,14 @@ 6668CF06BBE94ECF8693C511 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ARCHS = arm64; CODE_SIGN_IDENTITY = "iPhone Developer"; DEVELOPMENT_TEAM = XXXXXXXXXX; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = iphoneos; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; SYMROOT = ./build; }; name = Debug; @@ -1891,11 +1897,14 @@ 83AFA063873E4B62B7361386 /* MinSizeRel */ = { isa = XCBuildConfiguration; buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ARCHS = arm64; CODE_SIGN_IDENTITY = "iPhone Developer"; DEVELOPMENT_TEAM = XXXXXXXXXX; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = iphoneos; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; SWIFT_COMPILATION_MODE = wholemodule; SYMROOT = ./build; }; @@ -2017,11 +2026,14 @@ A54B3CEE0AB24A9F82A4C337 /* RelWithDebInfo */ = { isa = XCBuildConfiguration; buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ARCHS = arm64; CODE_SIGN_IDENTITY = "iPhone Developer"; DEVELOPMENT_TEAM = XXXXXXXXXX; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = iphoneos; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; SWIFT_COMPILATION_MODE = wholemodule; SYMROOT = ./build; }; diff --git a/Cores/emuThree/PVEmuThreeCore/emuThree/CitraWrapper.mm b/Cores/emuThree/PVEmuThreeCore/emuThree/CitraWrapper.mm index 23d0df6b32..e51859e1d4 100644 --- a/Cores/emuThree/PVEmuThreeCore/emuThree/CitraWrapper.mm +++ b/Cores/emuThree/PVEmuThreeCore/emuThree/CitraWrapper.mm @@ -153,8 +153,10 @@ -(void) setButtons { } -(void) setShaderOption { - Settings::values.use_hw_shader.SetValue([[NSUserDefaults standardUserDefaults] boolForKey:@"use_hw_shader"]); - Settings::values.shader_type.SetValue([[NSNumber numberWithInteger:[[NSUserDefaults standardUserDefaults] integerForKey:@"shader_type"]] unsignedIntValue]); + unsigned int shaderType = [[NSNumber numberWithInteger:[[NSUserDefaults standardUserDefaults] integerForKey:@"PVEmuThreeCore.Shader Acceleration / Graphic Accuracy"]] unsignedIntValue]; + + Settings::values.use_hw_shader.SetValue(shaderType >= 2); + Settings::values.shader_type.SetValue(shaderType); Settings::Apply(); } diff --git a/Cores/fmsx/PVfMSX.xcodeproj/project.pbxproj b/Cores/fmsx/PVfMSX.xcodeproj/project.pbxproj index dc6450860d..4c4c12bfbb 100644 --- a/Cores/fmsx/PVfMSX.xcodeproj/project.pbxproj +++ b/Cores/fmsx/PVfMSX.xcodeproj/project.pbxproj @@ -17,14 +17,22 @@ B35E6BF5207CD2740040709A /* CoreAudioKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B35E6BF3207CD2730040709A /* CoreAudioKit.framework */; platformFilters = (driverkit, ios, maccatalyst, macos, watchos, ); }; B35E6BF6207CD2740040709A /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B35E6BF4207CD2740040709A /* CoreAudio.framework */; }; B35E6BF9207D00D00040709A /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B35E6BF8207D00D00040709A /* AVFoundation.framework */; }; - B37022C82872553E00B3F6DA /* PVfMSXCore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B37022C6287253B300B3F6DA /* PVfMSXCore.mm */; }; - B37022C92872554300B3F6DA /* PVfMSXCore.h in Headers */ = {isa = PBXBuildFile; fileRef = B37022C5287253B300B3F6DA /* PVfMSXCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B37022C82872553E00B3F6DA /* PVfMSXCoreBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = B37022C6287253B300B3F6DA /* PVfMSXCoreBridge.mm */; }; + B37022C92872554300B3F6DA /* PVfMSXCoreBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = B37022C5287253B300B3F6DA /* PVfMSXCoreBridge.h */; settings = {ATTRIBUTES = (Public, ); }; }; B37022CB2872556600B3F6DA /* Core.plist in Resources */ = {isa = PBXBuildFile; fileRef = B37022BF287253B300B3F6DA /* Core.plist */; }; B37022CD2872558F00B3F6DA /* PVfMSX.h in Headers */ = {isa = PBXBuildFile; fileRef = B37022C0287253B300B3F6DA /* PVfMSX.h */; settings = {ATTRIBUTES = (Public, ); }; }; B39768F82859E23200558958 /* libfMSX-libretro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3344BC32859E088006E6B3A /* libfMSX-libretro.a */; }; + B3AD6F2E2D246A10001E5EC3 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3AD6F2D2D246A10001E5EC3 /* OpenGL.framework */; platformFilter = maccatalyst; }; + B3AD72422D246B03001E5EC3 /* PVfMSXCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3AD72412D246B03001E5EC3 /* PVfMSXCore.swift */; }; + B3AD72442D246BC9001E5EC3 /* CorePlist.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3AD72432D246BC9001E5EC3 /* CorePlist.swift */; }; + B3AD72472D246C37001E5EC3 /* PVPlists in Frameworks */ = {isa = PBXBuildFile; productRef = B3AD72462D246C37001E5EC3 /* PVPlists */; }; + B3AD72492D246C9A001E5EC3 /* CorePlist-Generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3AD72482D246C9A001E5EC3 /* CorePlist-Generated.swift */; }; + B3AD724C2D246D7C001E5EC3 /* PVEmulatorCore in Frameworks */ = {isa = PBXBuildFile; productRef = B3AD724B2D246D7C001E5EC3 /* PVEmulatorCore */; }; B3AFCFB32977A87D00A01010 /* PVLogging in Frameworks */ = {isa = PBXBuildFile; productRef = B3AFCFB22977A87D00A01010 /* PVLogging */; }; - B3C7621D20783243009950E4 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C7621C20783243009950E4 /* OpenGLES.framework */; platformFilter = ios; }; + B3C7621D20783243009950E4 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C7621C20783243009950E4 /* OpenGLES.framework */; platformFilters = (ios, tvos, watchos, ); }; B3C7621F2078325C009950E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C7621E2078325C009950E4 /* Foundation.framework */; }; + B3CBAF8B2D2490C000D5224E /* opll.c in Sources */ = {isa = PBXBuildFile; fileRef = B3CBAF872D2490C000D5224E /* opll.c */; }; + B3CBAF8C2D2490C000D5224E /* WrapNukeYKT.c in Sources */ = {isa = PBXBuildFile; fileRef = B3CBAF892D2490C000D5224E /* WrapNukeYKT.c */; }; B3E2AA652CB6531C00E2636D /* PVCoreObjCBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B3E2AA642CB6531C00E2636D /* PVCoreObjCBridge */; }; B3E2AA7F2CB6725B00E2636D /* PVCoreBridgeRetro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2AA7E2CB6725B00E2636D /* PVCoreBridgeRetro.framework */; }; B3EBB19B28729B4300EAEB37 /* Z80.c in Sources */ = {isa = PBXBuildFile; fileRef = B3EBAC122872971F00EAEB37 /* Z80.c */; }; @@ -124,18 +132,27 @@ B37022BF287253B300B3F6DA /* Core.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Core.plist; sourceTree = ""; }; B37022C0287253B300B3F6DA /* PVfMSX.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVfMSX.h; sourceTree = ""; }; B37022C1287253B300B3F6DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B37022C5287253B300B3F6DA /* PVfMSXCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVfMSXCore.h; sourceTree = ""; }; - B37022C6287253B300B3F6DA /* PVfMSXCore.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PVfMSXCore.mm; sourceTree = ""; }; + B37022C5287253B300B3F6DA /* PVfMSXCoreBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVfMSXCoreBridge.h; sourceTree = ""; }; + B37022C6287253B300B3F6DA /* PVfMSXCoreBridge.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PVfMSXCoreBridge.mm; sourceTree = ""; }; B39769132859E3A300558958 /* PVLibrary.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVLibrary.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B39769172859E3AD00558958 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/CoreFoundation.framework; sourceTree = DEVELOPER_DIR; }; B39769182859E3AD00558958 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; B3A41BEC286E76330054E9A5 /* PVLibRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVLibRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3A41BEF286E76490054E9A5 /* PVLibRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVLibRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3AD6F2D2D246A10001E5EC3 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; + B3AD72412D246B03001E5EC3 /* PVfMSXCore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PVfMSXCore.swift; sourceTree = ""; }; + B3AD72432D246BC9001E5EC3 /* CorePlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CorePlist.swift; sourceTree = ""; }; + B3AD72482D246C9A001E5EC3 /* CorePlist-Generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CorePlist-Generated.swift"; sourceTree = ""; }; B3B104B8218F281B00210C39 /* PVSupport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVSupport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3C7621020783162009950E4 /* PVfMSX.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PVfMSX.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3C7621C20783243009950E4 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; B3C7621E2078325C009950E4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; B3C7622120783297009950E4 /* PVSupport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVSupport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3CBAF852D2490C000D5224E /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + B3CBAF862D2490C000D5224E /* opll.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = opll.h; sourceTree = ""; }; + B3CBAF872D2490C000D5224E /* opll.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = opll.c; sourceTree = ""; }; + B3CBAF882D2490C000D5224E /* WrapNukeYKT.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WrapNukeYKT.h; sourceTree = ""; }; + B3CBAF892D2490C000D5224E /* WrapNukeYKT.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WrapNukeYKT.c; sourceTree = ""; }; B3E2AA7E2CB6725B00E2636D /* PVCoreBridgeRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVCoreBridgeRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3EBABF72872971F00EAEB37 /* libretro.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libretro.c; sourceTree = ""; }; B3EBABF92872971F00EAEB37 /* Sound.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sound.h; sourceTree = ""; }; @@ -300,10 +317,13 @@ B35E6BF5207CD2740040709A /* CoreAudioKit.framework in Frameworks */, B35E6BF6207CD2740040709A /* CoreAudio.framework in Frameworks */, B3AFCFB32977A87D00A01010 /* PVLogging in Frameworks */, + B3AD6F2E2D246A10001E5EC3 /* OpenGL.framework in Frameworks */, B30E99CC2C6F041900C1431E /* PVCoreBridge in Frameworks */, B3135BAB26E4CDC50047F338 /* QuartzCore.framework in Frameworks */, + B3AD724C2D246D7C001E5EC3 /* PVEmulatorCore in Frameworks */, B35E6BF2207CD2680040709A /* AudioToolbox.framework in Frameworks */, B3E2AA652CB6531C00E2636D /* PVCoreObjCBridge in Frameworks */, + B3AD72472D246C37001E5EC3 /* PVPlists in Frameworks */, B339468B20783F48008DBAB4 /* libz.tbd in Frameworks */, B39768F82859E23200558958 /* libfMSX-libretro.a in Frameworks */, B339468920783F41008DBAB4 /* libpthread.tbd in Frameworks */, @@ -329,8 +349,11 @@ B37022C4287253B300B3F6DA /* PVfMSXCore */ = { isa = PBXGroup; children = ( - B37022C5287253B300B3F6DA /* PVfMSXCore.h */, - B37022C6287253B300B3F6DA /* PVfMSXCore.mm */, + B3AD72432D246BC9001E5EC3 /* CorePlist.swift */, + B3AD72412D246B03001E5EC3 /* PVfMSXCore.swift */, + B3AD72482D246C9A001E5EC3 /* CorePlist-Generated.swift */, + B37022C5287253B300B3F6DA /* PVfMSXCoreBridge.h */, + B37022C6287253B300B3F6DA /* PVfMSXCoreBridge.mm */, ); path = PVfMSXCore; sourceTree = ""; @@ -361,6 +384,7 @@ B3C7621B20783242009950E4 /* Frameworks */ = { isa = PBXGroup; children = ( + B3AD6F2D2D246A10001E5EC3 /* OpenGL.framework */, B3E2AA7E2CB6725B00E2636D /* PVCoreBridgeRetro.framework */, B3A41BEF286E76490054E9A5 /* PVLibRetro.framework */, B3A41BEC286E76330054E9A5 /* PVLibRetro.framework */, @@ -384,6 +408,19 @@ name = Frameworks; sourceTree = ""; }; + B3CBAF8A2D2490C000D5224E /* NukeYKT */ = { + isa = PBXGroup; + children = ( + B3CBAF852D2490C000D5224E /* LICENSE */, + B3CBAF862D2490C000D5224E /* opll.h */, + B3CBAF872D2490C000D5224E /* opll.c */, + B3CBAF882D2490C000D5224E /* WrapNukeYKT.h */, + B3CBAF892D2490C000D5224E /* WrapNukeYKT.c */, + ); + name = NukeYKT; + path = "../fmsx/fmsx-libretro/NukeYKT"; + sourceTree = SOURCE_ROOT; + }; B3EBABF62872971F00EAEB37 /* fmsx-libretro */ = { isa = PBXGroup; children = ( @@ -399,6 +436,7 @@ B3EBAC942872972000EAEB37 /* link.T */, B3EBAC932872972000EAEB37 /* .gitlab-ci.yml */, B3EBAC982872972000EAEB37 /* .travis.yml */, + B3CBAF8A2D2490C000D5224E /* NukeYKT */, B3EBABF82872971F00EAEB37 /* EMULib */, B3EBAC1A2872971F00EAEB37 /* fMSX */, B3EBAC952872972000EAEB37 /* jni */, @@ -751,7 +789,7 @@ buildActionMask = 2147483647; files = ( B37022CD2872558F00B3F6DA /* PVfMSX.h in Headers */, - B37022C92872554300B3F6DA /* PVfMSXCore.h in Headers */, + B37022C92872554300B3F6DA /* PVfMSXCoreBridge.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -812,6 +850,8 @@ B30E98852C6EEDD900C1431E /* PVSupport */, B30E99CB2C6F041900C1431E /* PVCoreBridge */, B3E2AA642CB6531C00E2636D /* PVCoreObjCBridge */, + B3AD72462D246C37001E5EC3 /* PVPlists */, + B3AD724B2D246D7C001E5EC3 /* PVEmulatorCore */, ); productName = PVReicast; productReference = B3C7621020783162009950E4 /* PVfMSX.framework */; @@ -834,6 +874,7 @@ }; B3C7620F20783162009950E4 = { CreatedOnToolsVersion = 9.3; + LastSwiftMigration = 1620; }; }; }; @@ -862,6 +903,8 @@ B30E98842C6EEDD900C1431E /* XCLocalSwiftPackageReference "../../PVSupport" */, B30E99CA2C6F041900C1431E /* XCLocalSwiftPackageReference "../../PVCoreBridge" */, B3E2AA632CB6531C00E2636D /* XCLocalSwiftPackageReference "../../PVCoreObjCBridge" */, + B3AD72452D246C37001E5EC3 /* XCLocalSwiftPackageReference "../../PVPlists" */, + B3AD724A2D246D7C001E5EC3 /* XCLocalSwiftPackageReference "../../PVEmulatorCore" */, ); productRefGroup = B3C7621120783162009950E4 /* Products */; projectDirPath = ""; @@ -912,6 +955,8 @@ B3EBB1A428729B7200EAEB37 /* I8255.c in Sources */, B3EBB1A128729B7200EAEB37 /* WD1793.c in Sources */, B3EBB19E28729B7200EAEB37 /* MCF.c in Sources */, + B3CBAF8B2D2490C000D5224E /* opll.c in Sources */, + B3CBAF8C2D2490C000D5224E /* WrapNukeYKT.c in Sources */, B3EBB19F28729B7200EAEB37 /* Sound.c in Sources */, B3EBB19B28729B4300EAEB37 /* Z80.c in Sources */, B3EBB1A328729B7200EAEB37 /* SHA1.c in Sources */, @@ -951,7 +996,10 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B37022C82872553E00B3F6DA /* PVfMSXCore.mm in Sources */, + B3AD72442D246BC9001E5EC3 /* CorePlist.swift in Sources */, + B3AD72492D246C9A001E5EC3 /* CorePlist-Generated.swift in Sources */, + B37022C82872553E00B3F6DA /* PVfMSXCoreBridge.mm in Sources */, + B3AD72422D246B03001E5EC3 /* PVfMSXCore.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1078,7 +1126,7 @@ ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; + SDKROOT = auto; SYMROOT = "${SRCROOT}/build"; TVOS_DEPLOYMENT_TARGET = 13.0; VALIDATE_PRODUCT = YES; @@ -1092,6 +1140,7 @@ isa = XCBuildConfiguration; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; @@ -1100,6 +1149,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + GENERATE_INFOPLIST_FILE = YES; HEADER_SEARCH_PATHS = ( "$(inherited)", "\"$(TOOLCHAIN_DIR)/usr/include\"", @@ -1107,9 +1157,8 @@ "\"$(SRCROOT)/Play-/Source/ui_ios\"", "\"$(SRCROOT)/Play-/deps/Dependencies/ghc_filesystem/include\"", ); - INFOPLIST_FILE = "$(SRCROOT)/PVfMSX/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1122,8 +1171,9 @@ SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; + SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4"; - TVOS_DEPLOYMENT_TARGET = 15.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Archive; }; @@ -1292,7 +1342,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; + SDKROOT = auto; SYMROOT = "${SRCROOT}/build"; TVOS_DEPLOYMENT_TARGET = 13.0; VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS = OpenGLES; @@ -1364,7 +1414,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; + SDKROOT = auto; SYMROOT = "${SRCROOT}/build"; TVOS_DEPLOYMENT_TARGET = 13.0; VALIDATE_PRODUCT = YES; @@ -1378,6 +1428,7 @@ isa = XCBuildConfiguration; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; @@ -1386,6 +1437,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + GENERATE_INFOPLIST_FILE = YES; HEADER_SEARCH_PATHS = ( "$(inherited)", "\"$(TOOLCHAIN_DIR)/usr/include\"", @@ -1393,9 +1445,8 @@ "\"$(SRCROOT)/Play-/Source/ui_ios\"", "\"$(SRCROOT)/Play-/deps/Dependencies/ghc_filesystem/include\"", ); - INFOPLIST_FILE = "$(SRCROOT)/PVfMSX/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1408,8 +1459,10 @@ SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4"; - TVOS_DEPLOYMENT_TARGET = 15.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Debug; }; @@ -1417,6 +1470,7 @@ isa = XCBuildConfiguration; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; @@ -1425,6 +1479,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + GENERATE_INFOPLIST_FILE = YES; HEADER_SEARCH_PATHS = ( "$(inherited)", "\"$(TOOLCHAIN_DIR)/usr/include\"", @@ -1432,9 +1487,8 @@ "\"$(SRCROOT)/Play-/Source/ui_ios\"", "\"$(SRCROOT)/Play-/deps/Dependencies/ghc_filesystem/include\"", ); - INFOPLIST_FILE = "$(SRCROOT)/PVfMSX/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1447,8 +1501,9 @@ SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; + SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4"; - TVOS_DEPLOYMENT_TARGET = 15.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Release; }; @@ -1506,6 +1561,14 @@ isa = XCLocalSwiftPackageReference; relativePath = ../../PVCoreBridge; }; + B3AD72452D246C37001E5EC3 /* XCLocalSwiftPackageReference "../../PVPlists" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVPlists; + }; + B3AD724A2D246D7C001E5EC3 /* XCLocalSwiftPackageReference "../../PVEmulatorCore" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../PVEmulatorCore; + }; B3E2AA632CB6531C00E2636D /* XCLocalSwiftPackageReference "../../PVCoreObjCBridge" */ = { isa = XCLocalSwiftPackageReference; relativePath = ../../PVCoreObjCBridge; @@ -1521,6 +1584,14 @@ isa = XCSwiftPackageProductDependency; productName = PVCoreBridge; }; + B3AD72462D246C37001E5EC3 /* PVPlists */ = { + isa = XCSwiftPackageProductDependency; + productName = PVPlists; + }; + B3AD724B2D246D7C001E5EC3 /* PVEmulatorCore */ = { + isa = XCSwiftPackageProductDependency; + productName = PVEmulatorCore; + }; B3AFCFB22977A87D00A01010 /* PVLogging */ = { isa = XCSwiftPackageProductDependency; productName = PVLogging; diff --git a/Cores/fmsx/PVfMSX/Core.plist b/Cores/fmsx/PVfMSX/Core.plist index 4c552f9bb1..d26edc4fea 100644 --- a/Cores/fmsx/PVfMSX/Core.plist +++ b/Cores/fmsx/PVfMSX/Core.plist @@ -5,7 +5,7 @@ PVCoreIdentifier com.provenance.core.fMSX PVPrincipleClass - PVfMSX.PVfMSXCore + PVfMSX.PVfMSXEmuCore PVSupportedSystems com.provenance.msx diff --git a/Cores/fmsx/PVfMSX/PVfMSX.h b/Cores/fmsx/PVfMSX/PVfMSX.h index f320ccabbe..2c517794fb 100644 --- a/Cores/fmsx/PVfMSX/PVfMSX.h +++ b/Cores/fmsx/PVfMSX/PVfMSX.h @@ -15,4 +15,4 @@ FOUNDATION_EXPORT double PVfMSXVersionNumber; FOUNDATION_EXPORT const unsigned char PVfMSXVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import -#import +#import diff --git a/Cores/fmsx/PVfMSXCore/CorePlist-Generated.swift b/Cores/fmsx/PVfMSXCore/CorePlist-Generated.swift new file mode 100644 index 0000000000..e013c25b5f --- /dev/null +++ b/Cores/fmsx/PVfMSXCore/CorePlist-Generated.swift @@ -0,0 +1,39 @@ +// swiftlint:disable all +// Generated using SwiftGen — https://github.com/SwiftGen/SwiftGen + +import Foundation + +#if canImport(PVCoreBridge) +@_exported import PVCoreBridge +@_exported import PVPlists +#endif + +// swiftlint:disable superfluous_disable_command +// swiftlint:disable file_length + +// MARK: - Plist Files + +// swiftlint:disable identifier_name line_length number_separator type_body_length +public enum CorePlist { + public static let pvCoreIdentifier: String = "com.provenance.core.fMSX" + public static let pvPrincipleClass: String = "PVfMSX.PVfMSXEmuCore" + public static let pvProjectName: String = "fMSX" + public static let pvProjectURL: String = "http://fms.komkon.org/fMSX/" + public static let pvProjectVersion: String = "0" + public static let pvSupportedSystems: [String] = ["com.provenance.msx", "com.provenance.msx2"] + + #if canImport(PVCoreBridge) + public static var corePlist: EmulatorCoreInfoPlist { + .init( + identifier: CorePlist.pvCoreIdentifier, + principleClass: CorePlist.pvPrincipleClass, + supportedSystems: CorePlist.pvSupportedSystems, + projectName: CorePlist.pvProjectName, + projectURL: CorePlist.pvProjectURL, + projectVersion: CorePlist.pvProjectVersion) + } + + public var corePlist: EmulatorCoreInfoPlist { Self.corePlist } + #endif +} +// swiftlint:enable identifier_name line_length number_separator type_body_length diff --git a/Cores/fmsx/PVfMSXCore/CorePlist.swift b/Cores/fmsx/PVfMSXCore/CorePlist.swift new file mode 100644 index 0000000000..a51c216913 --- /dev/null +++ b/Cores/fmsx/PVfMSXCore/CorePlist.swift @@ -0,0 +1,71 @@ +// +// CorePlist.swift +// +// +// Created by Joseph Mattiello on 6/21/24. +// + +import Foundation +import PVLogging +import PVCoreBridge +import PVEmulatorCore +import PVPlists + +#if SWIFT_PACKAGE +public extension PVBundleFinder { + static var fMSXModule: Bundle { Bundle.module } + static var fMSXBundle: Bundle { Bundle(for: PVfMSXEmuCore.self) } +} +#else +public extension PVBundleFinder { + static var PVfMSXCoreBundle: Bundle { Bundle(for: PVfMSXEmuCore.self) } +} +#endif + +@objc +extension PVfMSXEmuCore: EmulatorCoreInfoPlistProvider { + +#if SWIFT_PACKAGE + @objc + public static var resourceBundle: Bundle { Bundle.module } + + @objc + public override var resourceBundle: Bundle { Bundle.module } + #else + @objc + public static var resourceBundle: Bundle { PVBundleFinder.PVfMSXCoreBundle } + + @objc + public override var resourceBundle: Bundle { PVBundleFinder.PVfMSXCoreBundle } + + #endif + @objc(corePlistFromBundle) + public static var corePlistFromBundle: EmulatorCoreInfoPlist { + + guard let plistPath = resourceBundle.url(forResource: "Core", withExtension: "plist") else { + fatalError("Could not locate Core.plist") + } + + guard let data = try? Data(contentsOf: plistPath) else { + fatalError("Could not read Core.plist") + } + + guard let plistObject = try? PropertyListSerialization.propertyList(from: data, options: [], format: nil) as? [String: Any] else { + fatalError("Could not generate parse Core.plist") + } + + guard let corePlist = EmulatorCoreInfoPlist.init(fromInfoDictionary: plistObject) else { + fatalError("Could not generate EmulatorCoreInfoPlist from Core.plist") + } + + return corePlist + } + + /// Note: CorePlist is an enum generated by SwiftGen with a custom stencil + /// Change the swiftgen config to the local path to see the outputs and tweak + @objc(corePlist) + public static var corePlist: EmulatorCoreInfoPlist { CorePlist.corePlist } + + @objc + public var corePlist: EmulatorCoreInfoPlist { Self.corePlist } +} diff --git a/Cores/fmsx/PVfMSXCore/PVfMSXCore.swift b/Cores/fmsx/PVfMSXCore/PVfMSXCore.swift new file mode 100644 index 0000000000..5c8a5b0bfa --- /dev/null +++ b/Cores/fmsx/PVfMSXCore/PVfMSXCore.swift @@ -0,0 +1,79 @@ +// +// PVfMSXEmuCore.swift +// PVfMSXEmuCore +// +// Created by Joseph Mattiello on 12/31/24. +// Copyright © 2024 Provenance Emu. All rights reserved. +// + +import Foundation +import PVEmulatorCore +import PVCoreBridge +import PVCoreObjCBridge +import PVCoreBridgeRetro + +@objc +@objcMembers +open class PVfMSXEmuCore: PVEmulatorCore { + + let _bridge: PVfMSXCoreBridge = .init() + + public required init() { + super.init() + self.bridge = (_bridge as! any ObjCBridgedCoreBridge) + } +} + +extension PVfMSXEmuCore: PVMSXSystemResponderClient { + public func didPush(_ button: PVCoreBridge.PVMSXButton, forPlayer player: Int) { + (_bridge as! PVMSXSystemResponderClient).didPush(button, forPlayer: player) + } + public func didRelease(_ button: PVCoreBridge.PVMSXButton, forPlayer player: Int) { + (_bridge as! PVMSXSystemResponderClient).didRelease(button, forPlayer: player) + } + + public var gameSupportsKeyboard: Bool { true } + public var requiresKeyboard: Bool { false } +#if canImport(GameController) +// @objc optional var keyChangedHandler: GCKeyboardValueChangedHandler? { _bridge.keyChangedHandler } + public func keyDown(_ key: GCKeyCode) { + (_bridge as! PVMSXSystemResponderClient).keyDown(key) + } + public func keyUp(_ key: GCKeyCode) { + (_bridge as! PVMSXSystemResponderClient).keyUp(key) + } +#endif +} + +extension PVfMSXEmuCore: MouseResponder { + public var gameSupportsMouse: Bool { true } + public var requiresMouse: Bool { false } + +#if canImport(GameController) + public func didScroll(_ cursor: GCDeviceCursor) { + (_bridge as! MouseResponder).didScroll(cursor) + } + public var mouseMovedHandler: GCMouseMoved? { nil } +#endif + public func mouseMoved(atPoint point: CGPoint) { + (_bridge as! MouseResponder).mouseMoved(atPoint: point) + } + public func mouseMoved(at point: CGPoint) { + (_bridge as! MouseResponder).mouseMoved(atPoint: point) + } + public func leftMouseDown(at point: CGPoint) { + (_bridge as! MouseResponder).leftMouseDown(atPoint: point) + } + public func leftMouseDown(atPoint point: CGPoint) { + (_bridge as! MouseResponder).leftMouseDown(atPoint: point) + } + public func leftMouseUp() { + (_bridge as! MouseResponder).leftMouseUp() + } + public func rightMouseDown(atPoint point: CGPoint) { + (_bridge as! MouseResponder).rightMouseDown(atPoint: point) + } + public func rightMouseUp() { + (_bridge as! MouseResponder).rightMouseUp() + } +} diff --git a/Cores/fmsx/PVfMSXCore/PVfMSXCore.h b/Cores/fmsx/PVfMSXCore/PVfMSXCoreBridge.h similarity index 93% rename from Cores/fmsx/PVfMSXCore/PVfMSXCore.h rename to Cores/fmsx/PVfMSXCore/PVfMSXCoreBridge.h index 7236623429..9836484080 100644 --- a/Cores/fmsx/PVfMSXCore/PVfMSXCore.h +++ b/Cores/fmsx/PVfMSXCore/PVfMSXCoreBridge.h @@ -17,7 +17,7 @@ #define GET_CURRENT_OR_RETURN(...) __strong __typeof__(_current) current = _current; if(current == nil) return __VA_ARGS__; __attribute__((visibility("default"))) -@interface PVfMSXCore : PVLibRetroCoreBridge { +@interface PVfMSXCoreBridge : PVLibRetroCoreBridge { // uint8_t padData[4][PVDOSButtonCount]; // int8_t xAxis[4]; // int8_t yAxis[4]; diff --git a/Cores/fmsx/PVfMSXCore/PVfMSXCore.mm b/Cores/fmsx/PVfMSXCore/PVfMSXCoreBridge.mm similarity index 62% rename from Cores/fmsx/PVfMSXCore/PVfMSXCore.mm rename to Cores/fmsx/PVfMSXCore/PVfMSXCoreBridge.mm index d2c2bc97d5..ff2cf61463 100644 --- a/Cores/fmsx/PVfMSXCore/PVfMSXCore.mm +++ b/Cores/fmsx/PVfMSXCore/PVfMSXCoreBridge.mm @@ -6,17 +6,18 @@ // Copyright © 2022 Provenance. All rights reserved. // -#import "PVfMSXCore.h" +#import "PVfMSXCoreBridge.h" #include +#include "libretro.h" //#import "PVfMSXCore+Controls.h" //#import "PVfMSXCore+Audio.h" //#import "PVfMSXCore+Video.h" // //#import "PVfMSXCore+Audio.h" -#import +@import Foundation; @import PVCoreBridge; -#import +@import PVLoggingObjC; #if TARGET_OS_OSX || TARGET_OS_MACCATALYST #import @@ -28,7 +29,7 @@ #define OpenEmu 1 #pragma mark - Private -@interface PVfMSXCore() { +@interface PVfMSXCoreBridge() { } @@ -36,12 +37,14 @@ @interface PVfMSXCore() { #pragma mark - PVfMSXCore Begin -@implementation PVfMSXCore +@implementation PVfMSXCoreBridge { } - (instancetype)init { if (self = [super init]) { + // Set pitch_shift to 1 for RGB565 (16-bit/2 bytes per pixel) + pitch_shift = 1; } _current = self; @@ -53,29 +56,49 @@ - (void)dealloc { } #pragma mark - PVEmulatorCore -//- (BOOL)loadFileAtPath:(NSString *)path error:(NSError**)error { -// NSBundle *coreBundle = [NSBundle bundleForClass:[self class]]; -// const char *dataPath; -// -// [self initControllBuffers]; -// -// // TODO: Proper path -// NSString *configPath = self.saveStatesPath; -// dataPath = [[coreBundle resourcePath] fileSystemRepresentation]; -// -// [[NSFileManager defaultManager] createDirectoryAtPath:configPath -// withIntermediateDirectories:YES -// attributes:nil -// error:nil]; -// -// NSString *batterySavesDirectory = self.batterySavesPath; -// [[NSFileManager defaultManager] createDirectoryAtPath:batterySavesDirectory -// withIntermediateDirectories:YES -// attributes:nil -// error:NULL]; -// -// return YES; -//} +- (BOOL)loadFileAtPath:(NSString *)path error:(NSError**)error { + // Get paths + NSBundle *coreBundle = [NSBundle bundleForClass:[self class]]; + NSString *biosPath = self.BIOSPath; + + // Create BIOS directory if it doesn't exist + [[NSFileManager defaultManager] createDirectoryAtPath:biosPath + withIntermediateDirectories:YES + attributes:nil + error:nil]; + + // List of BIOS files to copy + NSArray *biosFiles = @[ + @"CARTS.SHA", @"CYRILLIC.FNT", @"DEFAULT.FNT", @"DISK.ROM", + @"FMPAC.ROM", @"FMPAC16.ROM", @"INTERNAT.FNT", @"ITALIC.FNT", + @"JAPANESE.FNT", @"KANJI.ROM", @"KOREAN.FNT", @"MSX.ROM", + @"MSX2.ROM", @"MSX2EXT.ROM", @"MSX2P.ROM", @"MSX2PEXT.ROM", + @"MSXDOS2.ROM", @"PAINTER.ROM", @"RS232.ROM" + ]; + + NSFileManager *fileManager = [NSFileManager defaultManager]; + + // Copy each BIOS file if it doesn't exist in target directory + for (NSString *filename in biosFiles) { + NSString *sourcePath = [coreBundle pathForResource:[filename stringByDeletingPathExtension] + ofType:[filename pathExtension]]; + NSString *destPath = [biosPath stringByAppendingPathComponent:filename]; + + // Only copy if source exists and destination doesn't + if (sourcePath && ![fileManager fileExistsAtPath:destPath]) { + ILOG(@"Copying BIOS file: %@", filename); + NSError *copyError = nil; + [fileManager copyItemAtPath:sourcePath toPath:destPath error:©Error]; + + if (copyError) { + ELOG(@"Failed to copy BIOS file %@: %@", filename, copyError); + } + } + } + + // Call super implementation + return [super loadFileAtPath:path error:error]; +} #pragma mark - Running //- (void)startEmulation { @@ -126,20 +149,26 @@ - (void)dealloc { //- (BOOL)supportsRumble { return NO; } //- (BOOL)supportsCheatCode { return NO; } -- (NSTimeInterval)frameInterval { - return 60; -} +//- (NSTimeInterval)frameInterval { +// retro_system_av_info info; +// retro_get_system_av_info(&info); +// return info.timing.fps ?: 60; +//} -- (CGSize)aspectSize { - return CGSizeMake(4, 3); +- (CGRect)screenRect { + return CGRectMake(0, 0, 272, 240); } +//- (CGSize)aspectSize { +// return CGSizeMake(4, 3); +//} + - (CGSize)bufferSize { - return CGSizeMake(1024, 768); + return CGSizeMake(272, 240); } - (GLenum)pixelFormat { - return GL_RGB; + return GL_RGB565; } - (GLenum)pixelType { @@ -147,27 +176,16 @@ - (GLenum)pixelType { } - (GLenum)internalPixelFormat { - // TODO: use struct retro_pixel_format var, set with, RETRO_ENVIRONMENT_SET_PIXEL_FORMAT return GL_RGB565; } - -//- (GLenum)pixelFormat { -// return GL_BGRA; -//} -// -//- (GLenum)pixelType { -// return GL_UNSIGNED_BYTE; -//} -// -//- (GLenum)internalPixelFormat { -// return GL_RGBA; -//} # pragma mark - Audio -- (double)audioSampleRate { - return 48000; -} +//- (double)audioSampleRate { +// retro_system_av_info info; +// retro_get_system_av_info(&info); +// return info.timing.sample_rate ?: 48000; +//} #if 0 const struct retro_variable vars[] = { @@ -219,8 +237,8 @@ - (double)audioSampleRate { #pragma mark - Options - (void *)getVariable:(const char *)variable { ILOG(@"%s", variable); - - + + #define V(x) strcmp(variable, x) == 0 if (V("fmsx_video_mode")) { // NTSC|PAL|Dynamic @@ -250,14 +268,47 @@ - (void *)getVariable:(const char *)variable { // "GameMaster2|" // "FMPAC" // }, - char *value = strdup("FMPAC"); + char *value = strdup("Guess"); return value; } else { ELOG(@"Unprocessed var: %s", variable); return nil; } - + #undef V return NULL; } + +- (void)didPushMSXButton:(PVMSXButton)button forPlayer:(NSInteger)player { + _pad[player][button] = 1; +} + +-(void)didReleaseMSXButton:(enum PVMSXButton)button forPlayer:(NSInteger)player { + _pad[player][button] = 0; +} + +- (void)didMoveMSXJoystickDirection:(enum PVMSXButton)button withValue:(CGFloat)value forPlayer:(NSInteger)player { + /* + float xvalue = gamepad.leftThumbstick.xAxis.value; + s8 x=(s8)(xvalue*127); + joyx[0] = x; + + float yvalue = gamepad.leftThumbstick.yAxis.value; + s8 y=(s8)(yvalue*127 * - 1); //-127 ... + 127 range + joyy[0] = y; + */ +} + +-(void)didMoveJoystick:(NSInteger)button withValue:(CGFloat)value forPlayer:(NSInteger)player { + [self didMoveMSXJoystickDirection:(enum PVMSXButton)button withValue:value forPlayer:player]; +} + +- (void)didPush:(NSInteger)button forPlayer:(NSInteger)player { + [self didPushMSXButton:(PVMSXButton)button forPlayer:player]; +} + +- (void)didRelease:(NSInteger)button forPlayer:(NSInteger)player { + [self didReleaseMSXButton:(PVMSXButton)button forPlayer:player]; +} + @end diff --git a/Cores/fmsx/fmsx-libretro b/Cores/fmsx/fmsx-libretro index bdb15d0066..deb801cc57 160000 --- a/Cores/fmsx/fmsx-libretro +++ b/Cores/fmsx/fmsx-libretro @@ -1 +1 @@ -Subproject commit bdb15d0066b151c95e65e966c0f3ef1973f498a7 +Subproject commit deb801cc5705f2071d9275b6826bbc4b351b9ee3 diff --git a/Cores/fuse/BuildFlags.xcconfig b/Cores/fuse/BuildFlags.xcconfig index c31f4f209a..216f89b268 100644 --- a/Cores/fuse/BuildFlags.xcconfig +++ b/Cores/fuse/BuildFlags.xcconfig @@ -9,7 +9,7 @@ // All GCC_PREPROCESSOR_DEFINITIONS = $(inherited) __LIBRETRO__=1 OTHER_CFLAGS = $(inherited) -ObjC -fmodules -fcxx-modules -OTHER_LDFLAGS = $(inherited) -ObjC +OTHER_LDFLAGS = $(inherited) -ObjC -all_load // Device GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) TARGET_IPHONE=1 diff --git a/Cores/fuse/PVFuse.xcodeproj/project.pbxproj b/Cores/fuse/PVFuse.xcodeproj/project.pbxproj index 094cde79c1..70babb2425 100644 --- a/Cores/fuse/PVFuse.xcodeproj/project.pbxproj +++ b/Cores/fuse/PVFuse.xcodeproj/project.pbxproj @@ -22,6 +22,158 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ + B3028D9F2D2B997B007C5BF8 /* libFuse-libretro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3344BC32859E088006E6B3A /* libFuse-libretro.a */; }; + B3028DA22D2B997B007C5BF8 /* libFuse.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B30178D3207C901D0051B93D /* libFuse.a */; }; + B3028DA52D2B9DA1007C5BF8 /* covox.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE030293F35AE0050BDB6 /* covox.c */; }; + B3028DA62D2B9DC3007C5BF8 /* specdrum.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE066293F35AE0050BDB6 /* specdrum.c */; }; + B3028DA72D2B9DC3007C5BF8 /* ula.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE062293F35AE0050BDB6 /* ula.c */; }; + B3028DA82D2B9DC3007C5BF8 /* if2.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE056293F35AE0050BDB6 /* if2.c */; }; + B3028DA92D2B9DC3007C5BF8 /* joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE07E293F35AF0050BDB6 /* joystick.c */; }; + B3028DAA2D2B9DC3007C5BF8 /* scld.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE07F293F35AF0050BDB6 /* scld.c */; }; + B3028DAB2D2B9DC3007C5BF8 /* usource.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE044293F35AE0050BDB6 /* usource.c */; }; + B3028DAC2D2B9DC3007C5BF8 /* ay.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE060293F35AE0050BDB6 /* ay.c */; }; + B3028DAD2D2B9DC3007C5BF8 /* spectranet.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE04D293F35AE0050BDB6 /* spectranet.c */; }; + B3028DAE2D2B9DC3007C5BF8 /* speccyboot.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE064293F35AE0050BDB6 /* speccyboot.c */; }; + B3028DAF2D2B9DC3007C5BF8 /* if1.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE050293F35AE0050BDB6 /* if1.c */; }; + B3028DB02D2B9DC3007C5BF8 /* ttx2000s.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE045293F35AE0050BDB6 /* ttx2000s.c */; }; + B3028DB12D2B9DC3007C5BF8 /* dck.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE080293F35AF0050BDB6 /* dck.c */; }; + B3028DB22D2B9DC3007C5BF8 /* multiface.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE057293F35AE0050BDB6 /* multiface.c */; }; + B3028DB32D2B9DC3007C5BF8 /* printer.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE05E293F35AE0050BDB6 /* printer.c */; }; + B3028DB42D2B9DC3007C5BF8 /* kempmouse.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE084293F35AF0050BDB6 /* kempmouse.c */; }; + B3028DB52D2B9DC3007C5BF8 /* fuller.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE082293F35AF0050BDB6 /* fuller.c */; }; + B3028DB62D2B9DC3007C5BF8 /* melodik.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE031293F35AE0050BDB6 /* melodik.c */; }; + B3028DB72D2B9DEE007C5BF8 /* bzip2.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE276293F35B10050BDB6 /* bzip2.c */; }; + B3028DB82D2B9DEE007C5BF8 /* snp.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE1EA293F35B00050BDB6 /* snp.c */; }; + B3028DB92D2B9DEE007C5BF8 /* wav.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE260293F35B10050BDB6 /* wav.c */; }; + B3028DBA2D2B9DEE007C5BF8 /* snapshot.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE241293F35B10050BDB6 /* snapshot.c */; }; + B3028DBB2D2B9DEE007C5BF8 /* csw.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE237293F35B00050BDB6 /* csw.c */; }; + B3028DBC2D2B9DEE007C5BF8 /* ide.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE265293F35B10050BDB6 /* ide.c */; }; + B3028DBD2D2B9DEE007C5BF8 /* warajevo_read.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE271293F35B10050BDB6 /* warajevo_read.c */; }; + B3028DBE2D2B9DEE007C5BF8 /* utilities.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE261293F35B10050BDB6 /* utilities.c */; }; + B3028DBF2D2B9DEE007C5BF8 /* szx.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE1EB293F35B00050BDB6 /* szx.c */; }; + B3028DC02D2B9DEE007C5BF8 /* microdrive.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE250293F35B10050BDB6 /* microdrive.c */; }; + B3028DC12D2B9DEE007C5BF8 /* creator.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE238293F35B00050BDB6 /* creator.c */; }; + B3028DC22D2B9DEE007C5BF8 /* buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE1EC293F35B00050BDB6 /* buffer.c */; }; + B3028DC32D2B9DEE007C5BF8 /* tzx_read.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE1F1293F35B00050BDB6 /* tzx_read.c */; }; + B3028DC42D2B9DEE007C5BF8 /* plusd.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE1E8293F35B00050BDB6 /* plusd.c */; }; + B3028DC52D2B9DEE007C5BF8 /* z80.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE23C293F35B00050BDB6 /* z80.c */; }; + B3028DC62D2B9DEE007C5BF8 /* tap.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE232293F35B00050BDB6 /* tap.c */; }; + B3028DC72D2B9DEE007C5BF8 /* tape_set.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE277293F35B10050BDB6 /* tape_set.c */; }; + B3028DC82D2B9DEE007C5BF8 /* rzx.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE1E7293F35B00050BDB6 /* rzx.c */; }; + B3028DC92D2B9DEE007C5BF8 /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE1F3293F35B00050BDB6 /* memory.c */; }; + B3028DCA2D2B9DEE007C5BF8 /* libspectrum.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE24E293F35B10050BDB6 /* libspectrum.c */; }; + B3028DCB2D2B9DEE007C5BF8 /* tape_block.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE264293F35B10050BDB6 /* tape_block.c */; }; + B3028DCC2D2B9DEE007C5BF8 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE22E293F35B00050BDB6 /* zip.c */; }; + B3028DCD2D2B9DEE007C5BF8 /* tape.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE240293F35B10050BDB6 /* tape.c */; }; + B3028DCE2D2B9DEE007C5BF8 /* symbol_table.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE23F293F35B00050BDB6 /* symbol_table.c */; }; + B3028DCF2D2B9DEE007C5BF8 /* sna.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE23A293F35B00050BDB6 /* sna.c */; }; + B3028DD02D2B9DEE007C5BF8 /* zxs.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE26D293F35B10050BDB6 /* zxs.c */; }; + B3028DD12D2B9DEE007C5BF8 /* crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE26F293F35B10050BDB6 /* crypto.c */; }; + B3028DD22D2B9DEE007C5BF8 /* tape_accessors.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE251293F35B10050BDB6 /* tape_accessors.c */; }; + B3028DD32D2B9DEE007C5BF8 /* z80em.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE1EF293F35B00050BDB6 /* z80em.c */; }; + B3028DD42D2B9DEE007C5BF8 /* sp.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE24B293F35B10050BDB6 /* sp.c */; }; + B3028DD52D2B9DEE007C5BF8 /* pzx_read.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE278293F35B10050BDB6 /* pzx_read.c */; }; + B3028DD62D2B9DEE007C5BF8 /* dck.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE26E293F35B10050BDB6 /* dck.c */; }; + B3028DD82D2B9DEE007C5BF8 /* make-perl.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE1ED293F35B00050BDB6 /* make-perl.c */; }; + B3028DD92D2B9DEE007C5BF8 /* snap_accessors.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE27A293F35B10050BDB6 /* snap_accessors.c */; }; + B3028DDA2D2B9DEE007C5BF8 /* timings.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE231293F35B00050BDB6 /* timings.c */; }; + B3028DDB2D2B9DEE007C5BF8 /* zlib.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE1F4293F35B00050BDB6 /* zlib.c */; }; + B3028DDC2D2B9DEE007C5BF8 /* tzx_write.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE249293F35B10050BDB6 /* tzx_write.c */; }; + B3028DDD2D2B9DEE007C5BF8 /* mmc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE262293F35B10050BDB6 /* mmc.c */; }; + B30666D22D2B9EA900871724 /* fdd.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE07B293F35AF0050BDB6 /* fdd.c */; }; + B30666D32D2B9EA900871724 /* disciple.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE06F293F35AE0050BDB6 /* disciple.c */; }; + B30666D42D2B9EA900871724 /* beta.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE077293F35AE0050BDB6 /* beta.c */; }; + B30666D52D2B9EA900871724 /* wd_fdc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE07D293F35AF0050BDB6 /* wd_fdc.c */; }; + B30666D62D2B9EA900871724 /* upd_fdc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE07A293F35AE0050BDB6 /* upd_fdc.c */; }; + B30666D72D2B9EA900871724 /* crc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE078293F35AE0050BDB6 /* crc.c */; }; + B30666D82D2B9EA900871724 /* didaktik.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE06A293F35AE0050BDB6 /* didaktik.c */; }; + B30666D92D2B9EA900871724 /* plusd.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE069293F35AE0050BDB6 /* plusd.c */; }; + B30666DA2D2B9EA900871724 /* disk.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE079293F35AE0050BDB6 /* disk.c */; }; + B30666DB2D2B9EA900871724 /* trdos.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE074293F35AE0050BDB6 /* trdos.c */; }; + B30666DC2D2B9EA900871724 /* opus.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE076293F35AE0050BDB6 /* opus.c */; }; + B30666DD2D2B9EC500871724 /* ide.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE03F293F35AE0050BDB6 /* ide.c */; }; + B30666DE2D2B9EC500871724 /* zxatasp.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE038293F35AE0050BDB6 /* zxatasp.c */; }; + B30666DF2D2B9EC500871724 /* simpleide.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE036293F35AE0050BDB6 /* simpleide.c */; }; + B30666E02D2B9EC500871724 /* zxmmc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE03B293F35AE0050BDB6 /* zxmmc.c */; }; + B30666E12D2B9EC500871724 /* divide.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE03D293F35AE0050BDB6 /* divide.c */; }; + B30666E22D2B9EC500871724 /* zxcf.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE03A293F35AE0050BDB6 /* zxcf.c */; }; + B30666E32D2B9EC500871724 /* divmmc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE03E293F35AE0050BDB6 /* divmmc.c */; }; + B30666E42D2B9EC500871724 /* divxxx.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE039293F35AE0050BDB6 /* divxxx.c */; }; + B30666E52D2B9ECD00871724 /* am29f010.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE05D293F35AE0050BDB6 /* am29f010.c */; }; + B30666E62D2B9EEA00871724 /* tc2068.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFBD293F35AE0050BDB6 /* tc2068.c */; }; + B30666E72D2B9EEA00871724 /* spec_se.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFA7293F35AE0050BDB6 /* spec_se.c */; }; + B30666E82D2B9EEA00871724 /* machines_periph.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFA6293F35AE0050BDB6 /* machines_periph.c */; }; + B30666E92D2B9EEA00871724 /* specplus3.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFAE293F35AE0050BDB6 /* specplus3.c */; }; + B30666EA2D2B9EEA00871724 /* tc2048.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFAC293F35AE0050BDB6 /* tc2048.c */; }; + B30666EB2D2B9EEA00871724 /* pentagon.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFA4293F35AE0050BDB6 /* pentagon.c */; }; + B30666EC2D2B9EEA00871724 /* specplus2.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFB7293F35AE0050BDB6 /* specplus2.c */; }; + B30666ED2D2B9EEA00871724 /* specplus2a.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFB8293F35AE0050BDB6 /* specplus2a.c */; }; + B30666EE2D2B9EEA00871724 /* spec48.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFAA293F35AE0050BDB6 /* spec48.c */; }; + B30666EF2D2B9EEA00871724 /* spec48_ntsc.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFB9293F35AE0050BDB6 /* spec48_ntsc.c */; }; + B30666F02D2B9EEA00871724 /* pentagon512.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFA5293F35AE0050BDB6 /* pentagon512.c */; }; + B30666F12D2B9EEA00871724 /* spec128.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFB3293F35AE0050BDB6 /* spec128.c */; }; + B30666F22D2B9EEA00871724 /* ts2068.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFAF293F35AE0050BDB6 /* ts2068.c */; }; + B30666F32D2B9EEA00871724 /* spec16.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFAB293F35AE0050BDB6 /* spec16.c */; }; + B30666F42D2B9EEA00871724 /* scorpion.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFBC293F35AE0050BDB6 /* scorpion.c */; }; + B30666F52D2B9EEA00871724 /* specplus3e.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFB2293F35AE0050BDB6 /* specplus3e.c */; }; + B30666F62D2B9EEA00871724 /* pentagon1024.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFA8293F35AE0050BDB6 /* pentagon1024.c */; }; + B30666F72D2B9F2000871724 /* profile.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE01E293F35AE0050BDB6 /* profile.c */; }; + B30666F82D2B9F2000871724 /* settings.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFCB293F35AE0050BDB6 /* settings.c */; }; + B30666F92D2B9F2000871724 /* mempool.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF4D293F35AD0050BDB6 /* mempool.c */; }; + B30666FA2D2B9F2000871724 /* spectrum.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE35293F35AC0050BDB6 /* spectrum.c */; }; + B30666FB2D2B9F2000871724 /* input.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF98293F35AE0050BDB6 /* input.c */; }; + B30666FC2D2B9F2000871724 /* slt.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE085293F35AF0050BDB6 /* slt.c */; }; + B30666FD2D2B9F2000871724 /* sound.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFA2293F35AE0050BDB6 /* sound.c */; }; + B30666FE2D2B9F2000871724 /* loader.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE37293F35AC0050BDB6 /* loader.c */; }; + B30666FF2D2B9F2000871724 /* periph.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE36293F35AC0050BDB6 /* periph.c */; }; + B30667002D2B9F2000871724 /* uimedia.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE089293F35AF0050BDB6 /* uimedia.c */; }; + B30667012D2B9F2000871724 /* screenshot.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFC3293F35AE0050BDB6 /* screenshot.c */; }; + B30667022D2B9F2000871724 /* event.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFBF293F35AE0050BDB6 /* event.c */; }; + B30667032D2B9F2000871724 /* machine.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFC2293F35AE0050BDB6 /* machine.c */; }; + B30667042D2B9F2000871724 /* movie.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE08C293F35AF0050BDB6 /* movie.c */; }; + B30667052D2B9F2000871724 /* ui.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDFCE293F35AE0050BDB6 /* ui.c */; }; + B30667062D2B9F2000871724 /* snapshot.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF94293F35AE0050BDB6 /* snapshot.c */; }; + B30667072D2B9F2000871724 /* display.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDEFE293F35AD0050BDB6 /* display.c */; }; + B30667082D2B9F2000871724 /* svg.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE0CA293F35AF0050BDB6 /* svg.c */; }; + B30667092D2B9F2000871724 /* rzx.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE39293F35AC0050BDB6 /* rzx.c */; }; + B306670A2D2B9F2000871724 /* menu.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF26293F35AD0050BDB6 /* menu.c */; }; + B306670B2D2B9F2000871724 /* memory_pages.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF2B293F35AD0050BDB6 /* memory_pages.c */; }; + B306670C2D2B9F2000871724 /* uidisplay.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF9B293F35AE0050BDB6 /* uidisplay.c */; }; + B306670D2D2B9F2000871724 /* tape.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF93293F35AE0050BDB6 /* tape.c */; }; + B306670E2D2B9F2000871724 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF9D293F35AE0050BDB6 /* utils.c */; }; + B306670F2D2B9F2000871724 /* keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF2D293F35AD0050BDB6 /* keyboard.c */; }; + B30667102D2B9F2000871724 /* module.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF4C293F35AD0050BDB6 /* module.c */; }; + B30667112D2B9F2000871724 /* psg.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE087293F35AF0050BDB6 /* psg.c */; }; + B30667122D2B9F2000871724 /* phantom_typist.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF23293F35AD0050BDB6 /* phantom_typist.c */; }; + B30667132D2B9F2000871724 /* fuse.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE0C8293F35AF0050BDB6 /* fuse.c */; }; + B30667142D2B9F2000871724 /* rectangle.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF4A293F35AD0050BDB6 /* rectangle.c */; }; + B30667152D2B9F4D00871724 /* blipbuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE0BE293F35AF0050BDB6 /* blipbuffer.c */; }; + B30667162D2B9F8000871724 /* native.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF83293F35AD0050BDB6 /* native.c */; }; + B30667172D2B9F8000871724 /* timer.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF7F293F35AD0050BDB6 /* timer.c */; }; + B30667192D2B9F9000871724 /* z80_debugger_variables.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF46293F35AD0050BDB6 /* z80_debugger_variables.c */; }; + B306671B2D2B9F9000871724 /* z80.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF3F293F35AD0050BDB6 /* z80.c */; }; + B30667202D2B9F9000871724 /* z80_ops.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDF35293F35AD0050BDB6 /* z80_ops.c */; }; + B30667212D2B9FEC00871724 /* gslist.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE26A293F35B10050BDB6 /* gslist.c */; }; + B30667222D2B9FEC00871724 /* glock.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE267293F35B10050BDB6 /* glock.c */; }; + B30667232D2B9FEC00871724 /* garray.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE269293F35B10050BDB6 /* garray.c */; }; + B30667242D2B9FEC00871724 /* ghash.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE26B293F35B10050BDB6 /* ghash.c */; }; + B30667252D2BA01D00871724 /* query.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE55293F35AC0050BDB6 /* query.c */; }; + B30667262D2BA01D00871724 /* debugger.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE48293F35AC0050BDB6 /* debugger.c */; }; + B30667272D2BA01D00871724 /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE53293F35AC0050BDB6 /* error.c */; }; + B30667282D2BA01D00871724 /* about.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE4F293F35AC0050BDB6 /* about.c */; }; + B30667292D2BA01D00871724 /* menu_data.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE4D293F35AC0050BDB6 /* menu_data.c */; }; + B306672A2D2BA01D00871724 /* browse.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE49293F35AC0050BDB6 /* browse.c */; }; + B306672B2D2BA01D00871724 /* options.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE5A293F35AC0050BDB6 /* options.c */; }; + B306672D2D2BA01D00871724 /* pokefinder.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE45293F35AC0050BDB6 /* pokefinder.c */; }; + B306672E2D2BA01D00871724 /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE43293F35AC0050BDB6 /* memory.c */; }; + B306672F2D2BA01D00871724 /* roms.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE58293F35AC0050BDB6 /* roms.c */; }; + B30667302D2BA01D00871724 /* text.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE56293F35AC0050BDB6 /* text.c */; }; + B30667312D2BA01D00871724 /* picture.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE50293F35AC0050BDB6 /* picture.c */; }; + B30667322D2BA01D00871724 /* binary.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE4B293F35AC0050BDB6 /* binary.c */; }; + B30667332D2BA01D00871724 /* pokemem.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE52293F35AC0050BDB6 /* pokemem.c */; }; + B30667342D2BA01D00871724 /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE4A293F35AC0050BDB6 /* select.c */; }; + B30667352D2BA01D00871724 /* filesel.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE59293F35AC0050BDB6 /* filesel.c */; }; + B30667362D2BA01D00871724 /* menu.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEDE44293F35AC0050BDB6 /* menu.c */; }; B30E98C22C6EEFBE00C1431E /* PVSupport in Frameworks */ = {isa = PBXBuildFile; productRef = B30E98C12C6EEFBE00C1431E /* PVSupport */; }; B30E99EF2C6F057400C1431E /* PVCoreBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B30E99EE2C6F057400C1431E /* PVCoreBridge */; }; B3135BAB26E4CDC50047F338 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3135BAA26E4CDC50047F338 /* QuartzCore.framework */; }; @@ -46,7 +198,6 @@ B3AEE2FF293F35CD0050BDB6 /* fuse.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE2EE293F35B10050BDB6 /* fuse.c */; }; B3AEE300293F35D40050BDB6 /* mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE2D6293F35B10050BDB6 /* mouse.c */; }; B3AEE301293F35D40050BDB6 /* timer.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE2D7293F35B10050BDB6 /* timer.c */; }; - B3AEE302293F35D40050BDB6 /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE2DC293F35B10050BDB6 /* socket.c */; }; B3AEE303293F35D40050BDB6 /* display.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE2D5293F35B10050BDB6 /* display.c */; }; B3AEE304293F35D40050BDB6 /* sound.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE2DE293F35B10050BDB6 /* sound.c */; }; B3AEE305293F35D40050BDB6 /* keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = B3AEE2D9293F35B10050BDB6 /* keyboard.c */; }; @@ -64,10 +215,23 @@ B3C7621F2078325C009950E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C7621E2078325C009950E4 /* Foundation.framework */; }; B3E2AA7A2CB66BD300E2636D /* PVCoreObjCBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B3E2AA792CB66BD300E2636D /* PVCoreObjCBridge */; }; B3E2AA7D2CB66C1600E2636D /* PVPlists in Frameworks */ = {isa = PBXBuildFile; productRef = B3E2AA7C2CB66C1600E2636D /* PVPlists */; }; - B3EBB1FD2872B1A000EAEB37 /* libFuse.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B30178D3207C901D0051B93D /* libFuse.a */; platformFilters = (ios, maccatalyst, tvos, watchos, ); }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + B3028DA02D2B997B007C5BF8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B3C7620720783162009950E4 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B3344B522859E088006E6B3A; + remoteInfo = "Fuse-libretro"; + }; + B3028DA32D2B997B007C5BF8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B3C7620720783162009950E4 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B30178D2207C901D0051B93D; + remoteInfo = Fuse; + }; B3EC3BB32971361C00CE0BDE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = B3C7620720783162009950E4 /* Project object */; @@ -100,6 +264,10 @@ /* Begin PBXFileReference section */ B30178D3207C901D0051B93D /* libFuse.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFuse.a; sourceTree = BUILT_PRODUCTS_DIR; }; + B3028D902D2B951C007C5BF8 /* PVFuseCore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PVFuseCore.swift; sourceTree = ""; }; + B3028D912D2B951C007C5BF8 /* CorePlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CorePlist.swift; sourceTree = ""; }; + B3028D922D2B951C007C5BF8 /* CorePlist-Generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CorePlist-Generated.swift"; sourceTree = ""; }; + B30667372D2BA0BE00871724 /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; B3135BAA26E4CDC50047F338 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; B324C31B2191964F009F4EDC /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; B3344BC32859E088006E6B3A /* libFuse-libretro.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libFuse-libretro.a"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -1258,7 +1426,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B3EBB1FD2872B1A000EAEB37 /* libFuse.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1271,6 +1438,7 @@ B35E6BF5207CD2740040709A /* CoreAudioKit.framework in Frameworks */, B35E6BF6207CD2740040709A /* CoreAudio.framework in Frameworks */, B3E2AA7D2CB66C1600E2636D /* PVPlists in Frameworks */, + B3028DA22D2B997B007C5BF8 /* libFuse.a in Frameworks */, B30E99EF2C6F057400C1431E /* PVCoreBridge in Frameworks */, B3135BAB26E4CDC50047F338 /* QuartzCore.framework in Frameworks */, B35E6BF2207CD2680040709A /* AudioToolbox.framework in Frameworks */, @@ -1279,6 +1447,7 @@ B3C7621F2078325C009950E4 /* Foundation.framework in Frameworks */, B3C7621D20783243009950E4 /* OpenGLES.framework in Frameworks */, B30E98C22C6EEFBE00C1431E /* PVSupport in Frameworks */, + B3028D9F2D2B997B007C5BF8 /* libFuse-libretro.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1298,6 +1467,9 @@ B37022C4287253B300B3F6DA /* PVFuseCore */ = { isa = PBXGroup; children = ( + B3028D902D2B951C007C5BF8 /* PVFuseCore.swift */, + B3028D912D2B951C007C5BF8 /* CorePlist.swift */, + B3028D922D2B951C007C5BF8 /* CorePlist-Generated.swift */, B37022C5287253B300B3F6DA /* PVFuseCore.h */, B37022C6287253B300B3F6DA /* PVFuseCore.mm */, ); @@ -1329,116 +1501,117 @@ B3AEDE34293F35AC0050BDB6 /* fuse */ = { isa = PBXGroup; children = ( - B3AEDE35293F35AC0050BDB6 /* spectrum.c */, - B3AEDE36293F35AC0050BDB6 /* periph.c */, - B3AEDE37293F35AC0050BDB6 /* loader.c */, - B3AEDE38293F35AC0050BDB6 /* menu_data.pl */, - B3AEDE39293F35AC0050BDB6 /* rzx.c */, - B3AEDE3A293F35AC0050BDB6 /* man */, - B3AEDE3D293F35AC0050BDB6 /* settings.dat */, - B3AEDE3E293F35AC0050BDB6 /* sound.h */, - B3AEDE3F293F35AC0050BDB6 /* ui */, - B3AEDEFD293F35AD0050BDB6 /* utils.h */, - B3AEDEFE293F35AD0050BDB6 /* display.c */, - B3AEDEFF293F35AD0050BDB6 /* input.h */, - B3AEDF00293F35AD0050BDB6 /* install-sh */, - B3AEDF01293F35AD0050BDB6 /* configure.ac */, - B3AEDF02293F35AD0050BDB6 /* compat */, - B3AEDF22293F35AD0050BDB6 /* INSTALL */, - B3AEDF23293F35AD0050BDB6 /* phantom_typist.c */, - B3AEDF24293F35AD0050BDB6 /* profile.h */, - B3AEDF25293F35AD0050BDB6 /* ltmain.sh */, - B3AEDF26293F35AD0050BDB6 /* menu.c */, - B3AEDF27293F35AD0050BDB6 /* screenshot.h */, - B3AEDF28293F35AD0050BDB6 /* settings.h */, - B3AEDF29293F35AD0050BDB6 /* configure */, - B3AEDF2A293F35AD0050BDB6 /* ylwrap */, - B3AEDF2B293F35AD0050BDB6 /* memory_pages.c */, - B3AEDF2C293F35AD0050BDB6 /* machine.h */, - B3AEDF2D293F35AD0050BDB6 /* keyboard.c */, - B3AEDF2E293F35AD0050BDB6 /* ChangeLog */, - B3AEDF2F293F35AD0050BDB6 /* event.h */, + B3AEDFA1293F35AE0050BDB6 /* .gitignore */, B3AEDF30293F35AD0050BDB6 /* AUTHORS */, - B3AEDF31293F35AD0050BDB6 /* z80 */, - B3AEDF4A293F35AD0050BDB6 /* rectangle.c */, - B3AEDF4B293F35AD0050BDB6 /* movie.h */, - B3AEDF4C293F35AD0050BDB6 /* module.c */, - B3AEDF4D293F35AD0050BDB6 /* mempool.c */, - B3AEDF4E293F35AD0050BDB6 /* perl */, - B3AEDF54293F35AD0050BDB6 /* roms */, - B3AEDF7E293F35AD0050BDB6 /* timer */, - B3AEDF84293F35AD0050BDB6 /* movie_tables.h */, - B3AEDF85293F35AD0050BDB6 /* fuse.font */, - B3AEDF86293F35AD0050BDB6 /* psg.h */, - B3AEDF87293F35AD0050BDB6 /* slt.h */, - B3AEDF88293F35AD0050BDB6 /* unittests */, - B3AEDF8C293F35AD0050BDB6 /* config.h.in */, - B3AEDF8D293F35AD0050BDB6 /* config.guess */, - B3AEDF8E293F35AD0050BDB6 /* svg.h */, + B3AEDF2E293F35AD0050BDB6 /* ChangeLog */, + B3AEDF29293F35AD0050BDB6 /* configure */, + B3AEDF9C293F35AE0050BDB6 /* COPYING */, B3AEDF8F293F35AD0050BDB6 /* depcomp */, - B3AEDF90293F35AD0050BDB6 /* fuse.h */, - B3AEDF91293F35AD0050BDB6 /* options.h */, + B3AEDF22293F35AD0050BDB6 /* INSTALL */, + B3AEDF00293F35AD0050BDB6 /* install-sh */, B3AEDF92293F35AD0050BDB6 /* missing */, - B3AEDF93293F35AE0050BDB6 /* tape.c */, - B3AEDF94293F35AE0050BDB6 /* snapshot.c */, + B3AEE0CD293F35AF0050BDB6 /* PORTING */, B3AEDF95293F35AE0050BDB6 /* README */, + B3AEE086293F35AF0050BDB6 /* THANKS */, + B3AEDF2A293F35AD0050BDB6 /* ylwrap */, + B3AEDF01293F35AD0050BDB6 /* configure.ac */, B3AEDF96293F35AE0050BDB6 /* Makefile.am */, - B3AEDF97293F35AE0050BDB6 /* windres.rc */, - B3AEDF98293F35AE0050BDB6 /* input.c */, - B3AEDF99293F35AE0050BDB6 /* display.h */, - B3AEDF9A293F35AE0050BDB6 /* config.sub */, - B3AEDF9B293F35AE0050BDB6 /* uidisplay.c */, - B3AEDF9C293F35AE0050BDB6 /* COPYING */, - B3AEDF9D293F35AE0050BDB6 /* utils.c */, - B3AEDF9E293F35AE0050BDB6 /* loader.h */, - B3AEDF9F293F35AE0050BDB6 /* periph.h */, - B3AEDFA0293F35AE0050BDB6 /* spectrum.h */, - B3AEDFA1293F35AE0050BDB6 /* .gitignore */, - B3AEDFA2293F35AE0050BDB6 /* sound.c */, - B3AEDFA3293F35AE0050BDB6 /* machines */, - B3AEDFBE293F35AE0050BDB6 /* rzx.h */, + B3AEDEFE293F35AD0050BDB6 /* display.c */, B3AEDFBF293F35AE0050BDB6 /* event.c */, - B3AEDFC0293F35AE0050BDB6 /* keyboard.h */, - B3AEDFC1293F35AE0050BDB6 /* memory_pages.h */, + B3AEE0C8293F35AF0050BDB6 /* fuse.c */, + B3AEDF98293F35AE0050BDB6 /* input.c */, + B3AEDF2D293F35AD0050BDB6 /* keyboard.c */, + B3AEDE37293F35AC0050BDB6 /* loader.c */, B3AEDFC2293F35AE0050BDB6 /* machine.c */, + B3AEDF2B293F35AD0050BDB6 /* memory_pages.c */, + B3AEDF4D293F35AD0050BDB6 /* mempool.c */, + B3AEDF26293F35AD0050BDB6 /* menu.c */, + B3AEDF4C293F35AD0050BDB6 /* module.c */, + B3AEE08C293F35AF0050BDB6 /* movie.c */, + B3AEDE36293F35AC0050BDB6 /* periph.c */, + B3AEDF23293F35AD0050BDB6 /* phantom_typist.c */, + B3AEE01E293F35AE0050BDB6 /* profile.c */, + B3AEE087293F35AF0050BDB6 /* psg.c */, + B3AEDF4A293F35AD0050BDB6 /* rectangle.c */, + B3AEDE39293F35AC0050BDB6 /* rzx.c */, B3AEDFC3293F35AE0050BDB6 /* screenshot.c */, - B3AEDFC4293F35AE0050BDB6 /* menu.h */, - B3AEDFC5293F35AE0050BDB6 /* pokefinder */, B3AEDFCB293F35AE0050BDB6 /* settings.c */, - B3AEDFCC293F35AE0050BDB6 /* keysyms.dat */, - B3AEDFCD293F35AE0050BDB6 /* compat.h */, + B3AEE085293F35AF0050BDB6 /* slt.c */, + B3AEDF94293F35AE0050BDB6 /* snapshot.c */, + B3AEDFA2293F35AE0050BDB6 /* sound.c */, + B3AEDE35293F35AC0050BDB6 /* spectrum.c */, + B3AEE0CA293F35AF0050BDB6 /* svg.c */, + B3AEDF93293F35AE0050BDB6 /* tape.c */, B3AEDFCE293F35AE0050BDB6 /* ui.c */, - B3AEDFCF293F35AE0050BDB6 /* hacking */, - B3AEDFDE293F35AE0050BDB6 /* lib */, - B3AEE00B293F35AE0050BDB6 /* debugger */, - B3AEE01D293F35AE0050BDB6 /* phantom_typist.h */, - B3AEE01E293F35AE0050BDB6 /* profile.c */, - B3AEE01F293F35AE0050BDB6 /* settings.pl */, - B3AEE020293F35AE0050BDB6 /* m4 */, + B3AEDF9B293F35AE0050BDB6 /* uidisplay.c */, + B3AEE089293F35AF0050BDB6 /* uimedia.c */, + B3AEDF9D293F35AE0050BDB6 /* utils.c */, + B3AEDFCC293F35AE0050BDB6 /* keysyms.dat */, B3AEE02C293F35AE0050BDB6 /* menu_data.dat */, - B3AEE02D293F35AE0050BDB6 /* peripherals */, - B3AEE085293F35AF0050BDB6 /* slt.c */, - B3AEE086293F35AF0050BDB6 /* THANKS */, - B3AEE087293F35AF0050BDB6 /* psg.c */, + B3AEDE3D293F35AC0050BDB6 /* settings.dat */, + B3AEDF85293F35AD0050BDB6 /* fuse.font */, + B3AEDF8D293F35AD0050BDB6 /* config.guess */, + B3AEE091293F35AF0050BDB6 /* bitmap.h */, + B3AEDFCD293F35AE0050BDB6 /* compat.h */, + B3AEDF99293F35AE0050BDB6 /* display.h */, + B3AEDF2F293F35AD0050BDB6 /* event.h */, + B3AEDF90293F35AD0050BDB6 /* fuse.h */, + B3AEDEFF293F35AD0050BDB6 /* input.h */, + B3AEDFC0293F35AE0050BDB6 /* keyboard.h */, + B3AEDF9E293F35AE0050BDB6 /* loader.h */, + B3AEDF2C293F35AD0050BDB6 /* machine.h */, + B3AEDFC1293F35AE0050BDB6 /* memory_pages.h */, B3AEE088293F35AF0050BDB6 /* mempool.h */, - B3AEE089293F35AF0050BDB6 /* uimedia.c */, - B3AEE08A293F35AF0050BDB6 /* rectangle.h */, + B3AEDFC4293F35AE0050BDB6 /* menu.h */, B3AEE08B293F35AF0050BDB6 /* module.h */, - B3AEE08C293F35AF0050BDB6 /* movie.c */, - B3AEE08D293F35AF0050BDB6 /* infrastructure */, - B3AEE091293F35AF0050BDB6 /* bitmap.h */, - B3AEE092293F35AF0050BDB6 /* data */, + B3AEDF84293F35AD0050BDB6 /* movie_tables.h */, + B30667372D2BA0BE00871724 /* config.h */, + B3AEDF4B293F35AD0050BDB6 /* movie.h */, + B3AEDF91293F35AD0050BDB6 /* options.h */, + B3AEDF9F293F35AE0050BDB6 /* periph.h */, + B3AEE01D293F35AE0050BDB6 /* phantom_typist.h */, + B3AEDF24293F35AD0050BDB6 /* profile.h */, + B3AEDF86293F35AD0050BDB6 /* psg.h */, + B3AEE08A293F35AF0050BDB6 /* rectangle.h */, + B3AEDFBE293F35AE0050BDB6 /* rzx.h */, + B3AEDF27293F35AD0050BDB6 /* screenshot.h */, + B3AEDF28293F35AD0050BDB6 /* settings.h */, + B3AEDF87293F35AD0050BDB6 /* slt.h */, B3AEE0B2293F35AF0050BDB6 /* snapshot.h */, + B3AEDE3E293F35AC0050BDB6 /* sound.h */, + B3AEDFA0293F35AE0050BDB6 /* spectrum.h */, + B3AEDF8E293F35AD0050BDB6 /* svg.h */, B3AEE0B3293F35AF0050BDB6 /* tape.h */, - B3AEE0B4293F35AF0050BDB6 /* sound */, + B3AEDEFD293F35AD0050BDB6 /* utils.h */, + B3AEDF8C293F35AD0050BDB6 /* config.h.in */, B3AEE0C6293F35AF0050BDB6 /* Makefile.in */, B3AEE0C7293F35AF0050BDB6 /* aclocal.m4 */, - B3AEE0C8293F35AF0050BDB6 /* fuse.c */, - B3AEE0C9293F35AF0050BDB6 /* settings-header.pl */, - B3AEE0CA293F35AF0050BDB6 /* svg.c */, B3AEE0CB293F35AF0050BDB6 /* keysyms.pl */, + B3AEDE38293F35AC0050BDB6 /* menu_data.pl */, + B3AEE0C9293F35AF0050BDB6 /* settings-header.pl */, + B3AEE01F293F35AE0050BDB6 /* settings.pl */, + B3AEDF97293F35AE0050BDB6 /* windres.rc */, B3AEE0CC293F35AF0050BDB6 /* autogen.sh */, - B3AEE0CD293F35AF0050BDB6 /* PORTING */, + B3AEDF25293F35AD0050BDB6 /* ltmain.sh */, + B3AEDF9A293F35AE0050BDB6 /* config.sub */, + B3AEDF02293F35AD0050BDB6 /* compat */, + B3AEE092293F35AF0050BDB6 /* data */, + B3AEE00B293F35AE0050BDB6 /* debugger */, + B3AEDFCF293F35AE0050BDB6 /* hacking */, + B3AEE08D293F35AF0050BDB6 /* infrastructure */, + B3AEDFDE293F35AE0050BDB6 /* lib */, + B3AEE020293F35AE0050BDB6 /* m4 */, + B3AEDFA3293F35AE0050BDB6 /* machines */, + B3AEDE3A293F35AC0050BDB6 /* man */, + B3AEE02D293F35AE0050BDB6 /* peripherals */, + B3AEDF4E293F35AD0050BDB6 /* perl */, + B3AEDFC5293F35AE0050BDB6 /* pokefinder */, + B3AEDF54293F35AD0050BDB6 /* roms */, + B3AEE0B4293F35AF0050BDB6 /* sound */, + B3AEDF7E293F35AD0050BDB6 /* timer */, + B3AEDE3F293F35AC0050BDB6 /* ui */, + B3AEDF88293F35AD0050BDB6 /* unittests */, + B3AEDF31293F35AD0050BDB6 /* z80 */, ); path = fuse; sourceTree = ""; @@ -1479,32 +1652,32 @@ B3AEDE41293F35AC0050BDB6 /* widget */ = { isa = PBXGroup; children = ( - B3AEDE42293F35AC0050BDB6 /* options.pl */, - B3AEDE43293F35AC0050BDB6 /* memory.c */, - B3AEDE44293F35AC0050BDB6 /* menu.c */, - B3AEDE45293F35AC0050BDB6 /* pokefinder.c */, - B3AEDE46293F35AC0050BDB6 /* options_internals.h */, - B3AEDE47293F35AC0050BDB6 /* widget.h */, - B3AEDE48293F35AC0050BDB6 /* debugger.c */, - B3AEDE49293F35AC0050BDB6 /* browse.c */, - B3AEDE4A293F35AC0050BDB6 /* select.c */, - B3AEDE4B293F35AC0050BDB6 /* binary.c */, - B3AEDE4C293F35AC0050BDB6 /* options-header.pl */, - B3AEDE4D293F35AC0050BDB6 /* menu_data.c */, B3AEDE4E293F35AC0050BDB6 /* Makefile.am */, B3AEDE4F293F35AC0050BDB6 /* about.c */, + B3AEDE4B293F35AC0050BDB6 /* binary.c */, + B3AEDE49293F35AC0050BDB6 /* browse.c */, + B3AEDE48293F35AC0050BDB6 /* debugger.c */, + B3AEDE53293F35AC0050BDB6 /* error.c */, + B3AEDE59293F35AC0050BDB6 /* filesel.c */, + B3AEDE43293F35AC0050BDB6 /* memory.c */, + B3AEDE4D293F35AC0050BDB6 /* menu_data.c */, + B3AEDE44293F35AC0050BDB6 /* menu.c */, + B3AEDE5A293F35AC0050BDB6 /* options.c */, B3AEDE50293F35AC0050BDB6 /* picture.c */, - B3AEDE51293F35AC0050BDB6 /* fuse.font.sbf */, + B3AEDE45293F35AC0050BDB6 /* pokefinder.c */, B3AEDE52293F35AC0050BDB6 /* pokemem.c */, - B3AEDE53293F35AC0050BDB6 /* error.c */, - B3AEDE54293F35AC0050BDB6 /* widget.c */, B3AEDE55293F35AC0050BDB6 /* query.c */, + B3AEDE58293F35AC0050BDB6 /* roms.c */, + B3AEDE4A293F35AC0050BDB6 /* select.c */, B3AEDE56293F35AC0050BDB6 /* text.c */, + B3AEDE54293F35AC0050BDB6 /* widget.c */, + B3AEDE46293F35AC0050BDB6 /* options_internals.h */, B3AEDE57293F35AC0050BDB6 /* widget_internals.h */, - B3AEDE58293F35AC0050BDB6 /* roms.c */, - B3AEDE59293F35AC0050BDB6 /* filesel.c */, - B3AEDE5A293F35AC0050BDB6 /* options.c */, + B3AEDE47293F35AC0050BDB6 /* widget.h */, B3AEDE5B293F35AC0050BDB6 /* mkfusefont.pl */, + B3AEDE4C293F35AC0050BDB6 /* options-header.pl */, + B3AEDE42293F35AC0050BDB6 /* options.pl */, + B3AEDE51293F35AC0050BDB6 /* fuse.font.sbf */, ); path = widget; sourceTree = ""; @@ -1808,27 +1981,27 @@ B3AEDF31293F35AD0050BDB6 /* z80 */ = { isa = PBXGroup; children = ( - B3AEDF32293F35AD0050BDB6 /* z80_internals.h */, - B3AEDF33293F35AD0050BDB6 /* opcodes_ddfdcb.dat */, + B3AEDF41293F35AD0050BDB6 /* Makefile.am */, B3AEDF34293F35AD0050BDB6 /* coretest.c */, - B3AEDF35293F35AD0050BDB6 /* z80_ops.c */, - B3AEDF36293F35AD0050BDB6 /* z80_checks.h */, - B3AEDF37293F35AD0050BDB6 /* opcodes_cb.dat */, - B3AEDF38293F35AD0050BDB6 /* z80_ed.c */, - B3AEDF39293F35AD0050BDB6 /* z80_ddfd.c */, - B3AEDF3A293F35AD0050BDB6 /* tests */, - B3AEDF3E293F35AD0050BDB6 /* opcodes_ed.dat */, - B3AEDF3F293F35AD0050BDB6 /* z80.c */, + B3AEDF44293F35AD0050BDB6 /* opcodes_base.c */, B3AEDF40293F35AD0050BDB6 /* z80_cb.c */, - B3AEDF41293F35AD0050BDB6 /* Makefile.am */, + B3AEDF39293F35AD0050BDB6 /* z80_ddfd.c */, B3AEDF42293F35AD0050BDB6 /* z80_ddfdcb.c */, - B3AEDF43293F35AD0050BDB6 /* opcodes_ddfd.dat */, - B3AEDF44293F35AD0050BDB6 /* opcodes_base.c */, - B3AEDF45293F35AD0050BDB6 /* opcodes_base.dat */, B3AEDF46293F35AD0050BDB6 /* z80_debugger_variables.c */, - B3AEDF47293F35AD0050BDB6 /* z80.pl */, + B3AEDF38293F35AD0050BDB6 /* z80_ed.c */, + B3AEDF35293F35AD0050BDB6 /* z80_ops.c */, + B3AEDF3F293F35AD0050BDB6 /* z80.c */, + B3AEDF45293F35AD0050BDB6 /* opcodes_base.dat */, + B3AEDF37293F35AD0050BDB6 /* opcodes_cb.dat */, + B3AEDF43293F35AD0050BDB6 /* opcodes_ddfd.dat */, + B3AEDF33293F35AD0050BDB6 /* opcodes_ddfdcb.dat */, + B3AEDF3E293F35AD0050BDB6 /* opcodes_ed.dat */, + B3AEDF36293F35AD0050BDB6 /* z80_checks.h */, + B3AEDF32293F35AD0050BDB6 /* z80_internals.h */, B3AEDF48293F35AD0050BDB6 /* z80_macros.h */, B3AEDF49293F35AD0050BDB6 /* z80.h */, + B3AEDF47293F35AD0050BDB6 /* z80.pl */, + B3AEDF3A293F35AD0050BDB6 /* tests */, ); path = z80; sourceTree = ""; @@ -1935,32 +2108,32 @@ B3AEDFA3293F35AE0050BDB6 /* machines */ = { isa = PBXGroup; children = ( + B3AEDFB1293F35AE0050BDB6 /* Makefile.am */, + B3AEDFA6293F35AE0050BDB6 /* machines_periph.c */, B3AEDFA4293F35AE0050BDB6 /* pentagon.c */, B3AEDFA5293F35AE0050BDB6 /* pentagon512.c */, - B3AEDFA6293F35AE0050BDB6 /* machines_periph.c */, - B3AEDFA7293F35AE0050BDB6 /* spec_se.c */, B3AEDFA8293F35AE0050BDB6 /* pentagon1024.c */, - B3AEDFA9293F35AE0050BDB6 /* spec128.h */, - B3AEDFAA293F35AE0050BDB6 /* spec48.c */, + B3AEDFBC293F35AE0050BDB6 /* scorpion.c */, + B3AEDFA7293F35AE0050BDB6 /* spec_se.c */, B3AEDFAB293F35AE0050BDB6 /* spec16.c */, - B3AEDFAC293F35AE0050BDB6 /* tc2048.c */, - B3AEDFAD293F35AE0050BDB6 /* scorpion.h */, - B3AEDFAE293F35AE0050BDB6 /* specplus3.c */, - B3AEDFAF293F35AE0050BDB6 /* ts2068.c */, - B3AEDFB0293F35AE0050BDB6 /* tc2068.h */, - B3AEDFB1293F35AE0050BDB6 /* Makefile.am */, - B3AEDFB2293F35AE0050BDB6 /* specplus3e.c */, + B3AEDFB9293F35AE0050BDB6 /* spec48_ntsc.c */, + B3AEDFAA293F35AE0050BDB6 /* spec48.c */, B3AEDFB3293F35AE0050BDB6 /* spec128.c */, - B3AEDFB4293F35AE0050BDB6 /* spec48.h */, - B3AEDFB5293F35AE0050BDB6 /* machines_periph.h */, - B3AEDFB6293F35AE0050BDB6 /* pentagon.h */, B3AEDFB7293F35AE0050BDB6 /* specplus2.c */, B3AEDFB8293F35AE0050BDB6 /* specplus2a.c */, - B3AEDFB9293F35AE0050BDB6 /* spec48_ntsc.c */, + B3AEDFAE293F35AE0050BDB6 /* specplus3.c */, + B3AEDFB2293F35AE0050BDB6 /* specplus3e.c */, + B3AEDFAC293F35AE0050BDB6 /* tc2048.c */, + B3AEDFBD293F35AE0050BDB6 /* tc2068.c */, + B3AEDFAF293F35AE0050BDB6 /* ts2068.c */, + B3AEDFB5293F35AE0050BDB6 /* machines_periph.h */, B3AEDFBA293F35AE0050BDB6 /* machines.h */, + B3AEDFB6293F35AE0050BDB6 /* pentagon.h */, + B3AEDFAD293F35AE0050BDB6 /* scorpion.h */, + B3AEDFB4293F35AE0050BDB6 /* spec48.h */, + B3AEDFA9293F35AE0050BDB6 /* spec128.h */, B3AEDFBB293F35AE0050BDB6 /* specplus3.h */, - B3AEDFBC293F35AE0050BDB6 /* scorpion.c */, - B3AEDFBD293F35AE0050BDB6 /* tc2068.c */, + B3AEDFB0293F35AE0050BDB6 /* tc2068.h */, ); path = machines; sourceTree = ""; @@ -2108,47 +2281,47 @@ B3AEE02D293F35AE0050BDB6 /* peripherals */ = { isa = PBXGroup; children = ( - B3AEE02E293F35AE0050BDB6 /* ula.h */, - B3AEE02F293F35AE0050BDB6 /* ay.h */, + B3AEE058293F35AE0050BDB6 /* Makefile.am */, + B3AEE060293F35AE0050BDB6 /* ay.c */, B3AEE030293F35AE0050BDB6 /* covox.c */, - B3AEE031293F35AE0050BDB6 /* melodik.c */, - B3AEE032293F35AE0050BDB6 /* ide */, - B3AEE043293F35AE0050BDB6 /* printer.h */, - B3AEE044293F35AE0050BDB6 /* usource.c */, - B3AEE045293F35AE0050BDB6 /* ttx2000s.c */, - B3AEE046293F35AE0050BDB6 /* nic */, - B3AEE04D293F35AE0050BDB6 /* spectranet.c */, - B3AEE04E293F35AE0050BDB6 /* specdrum.h */, - B3AEE04F293F35AE0050BDB6 /* speccyboot.h */, + B3AEE080293F35AF0050BDB6 /* dck.c */, + B3AEE082293F35AF0050BDB6 /* fuller.c */, B3AEE050293F35AE0050BDB6 /* if1.c */, - B3AEE051293F35AE0050BDB6 /* dck.h */, - B3AEE052293F35AE0050BDB6 /* scld.h */, - B3AEE053293F35AE0050BDB6 /* joystick.h */, - B3AEE054293F35AE0050BDB6 /* kempmouse.h */, - B3AEE055293F35AE0050BDB6 /* fuller.h */, B3AEE056293F35AE0050BDB6 /* if2.c */, + B3AEE07E293F35AF0050BDB6 /* joystick.c */, + B3AEE084293F35AF0050BDB6 /* kempmouse.c */, + B3AEE031293F35AE0050BDB6 /* melodik.c */, B3AEE057293F35AE0050BDB6 /* multiface.c */, - B3AEE058293F35AE0050BDB6 /* Makefile.am */, - B3AEE059293F35AE0050BDB6 /* usource.h */, - B3AEE05A293F35AE0050BDB6 /* ttx2000s.h */, - B3AEE05B293F35AE0050BDB6 /* flash */, B3AEE05E293F35AE0050BDB6 /* printer.c */, - B3AEE05F293F35AE0050BDB6 /* melodik.h */, - B3AEE060293F35AE0050BDB6 /* ay.c */, - B3AEE061293F35AE0050BDB6 /* covox.h */, - B3AEE062293F35AE0050BDB6 /* ula.c */, - B3AEE063293F35AE0050BDB6 /* if1.h */, + B3AEE07F293F35AF0050BDB6 /* scld.c */, B3AEE064293F35AE0050BDB6 /* speccyboot.c */, - B3AEE065293F35AE0050BDB6 /* spectranet.h */, B3AEE066293F35AE0050BDB6 /* specdrum.c */, - B3AEE067293F35AE0050BDB6 /* disk */, - B3AEE07E293F35AF0050BDB6 /* joystick.c */, - B3AEE07F293F35AF0050BDB6 /* scld.c */, - B3AEE080293F35AF0050BDB6 /* dck.c */, + B3AEE04D293F35AE0050BDB6 /* spectranet.c */, + B3AEE045293F35AE0050BDB6 /* ttx2000s.c */, + B3AEE062293F35AE0050BDB6 /* ula.c */, + B3AEE044293F35AE0050BDB6 /* usource.c */, + B3AEE02F293F35AE0050BDB6 /* ay.h */, + B3AEE061293F35AE0050BDB6 /* covox.h */, + B3AEE051293F35AE0050BDB6 /* dck.h */, + B3AEE055293F35AE0050BDB6 /* fuller.h */, + B3AEE063293F35AE0050BDB6 /* if1.h */, B3AEE081293F35AF0050BDB6 /* if2.h */, - B3AEE082293F35AF0050BDB6 /* fuller.c */, + B3AEE053293F35AE0050BDB6 /* joystick.h */, + B3AEE054293F35AE0050BDB6 /* kempmouse.h */, + B3AEE05F293F35AE0050BDB6 /* melodik.h */, B3AEE083293F35AF0050BDB6 /* multiface.h */, - B3AEE084293F35AF0050BDB6 /* kempmouse.c */, + B3AEE043293F35AE0050BDB6 /* printer.h */, + B3AEE052293F35AE0050BDB6 /* scld.h */, + B3AEE04F293F35AE0050BDB6 /* speccyboot.h */, + B3AEE04E293F35AE0050BDB6 /* specdrum.h */, + B3AEE065293F35AE0050BDB6 /* spectranet.h */, + B3AEE05A293F35AE0050BDB6 /* ttx2000s.h */, + B3AEE02E293F35AE0050BDB6 /* ula.h */, + B3AEE059293F35AE0050BDB6 /* usource.h */, + B3AEE067293F35AE0050BDB6 /* disk */, + B3AEE05B293F35AE0050BDB6 /* flash */, + B3AEE032293F35AE0050BDB6 /* ide */, + B3AEE046293F35AE0050BDB6 /* nic */, ); path = peripherals; sourceTree = ""; @@ -2156,22 +2329,22 @@ B3AEE032293F35AE0050BDB6 /* ide */ = { isa = PBXGroup; children = ( - B3AEE033293F35AE0050BDB6 /* zxmmc.h */, - B3AEE034293F35AE0050BDB6 /* divmmc.h */, - B3AEE035293F35AE0050BDB6 /* divide.h */, + B3AEE03D293F35AE0050BDB6 /* divide.c */, + B3AEE03E293F35AE0050BDB6 /* divmmc.c */, + B3AEE039293F35AE0050BDB6 /* divxxx.c */, + B3AEE03F293F35AE0050BDB6 /* ide.c */, B3AEE036293F35AE0050BDB6 /* simpleide.c */, - B3AEE037293F35AE0050BDB6 /* ide.h */, B3AEE038293F35AE0050BDB6 /* zxatasp.c */, - B3AEE039293F35AE0050BDB6 /* divxxx.c */, B3AEE03A293F35AE0050BDB6 /* zxcf.c */, B3AEE03B293F35AE0050BDB6 /* zxmmc.c */, - B3AEE03C293F35AE0050BDB6 /* simpleide.h */, - B3AEE03D293F35AE0050BDB6 /* divide.c */, - B3AEE03E293F35AE0050BDB6 /* divmmc.c */, - B3AEE03F293F35AE0050BDB6 /* ide.c */, - B3AEE040293F35AE0050BDB6 /* zxcf.h */, + B3AEE035293F35AE0050BDB6 /* divide.h */, + B3AEE034293F35AE0050BDB6 /* divmmc.h */, B3AEE041293F35AE0050BDB6 /* divxxx.h */, + B3AEE037293F35AE0050BDB6 /* ide.h */, + B3AEE03C293F35AE0050BDB6 /* simpleide.h */, B3AEE042293F35AE0050BDB6 /* zxatasp.h */, + B3AEE040293F35AE0050BDB6 /* zxcf.h */, + B3AEE033293F35AE0050BDB6 /* zxmmc.h */, ); path = ide; sourceTree = ""; @@ -2348,23 +2521,23 @@ B3AEE0B4293F35AF0050BDB6 /* sound */ = { isa = PBXGroup; children = ( - B3AEE0B5293F35AF0050BDB6 /* sdlsound.c */, + B3AEE0BF293F35AF0050BDB6 /* Makefile.am */, B3AEE0B6293F35AF0050BDB6 /* alsasound.c */, - B3AEE0B7293F35AF0050BDB6 /* osssound.c */, - B3AEE0B8293F35AF0050BDB6 /* nullsound.c */, - B3AEE0B9293F35AF0050BDB6 /* pulsesound.c */, - B3AEE0BA293F35AF0050BDB6 /* sfifo.h */, + B3AEE0C0293F35AF0050BDB6 /* aosound.c */, + B3AEE0BE293F35AF0050BDB6 /* blipbuffer.c */, B3AEE0BB293F35AF0050BDB6 /* coreaudiosound.c */, - B3AEE0BC293F35AF0050BDB6 /* win32sound.c */, + B3AEE0C2293F35AF0050BDB6 /* dxsound.c */, B3AEE0BD293F35AF0050BDB6 /* hpsound.c */, - B3AEE0BE293F35AF0050BDB6 /* blipbuffer.c */, - B3AEE0BF293F35AF0050BDB6 /* Makefile.am */, - B3AEE0C0293F35AF0050BDB6 /* aosound.c */, + B3AEE0B8293F35AF0050BDB6 /* nullsound.c */, + B3AEE0B7293F35AF0050BDB6 /* osssound.c */, + B3AEE0B9293F35AF0050BDB6 /* pulsesound.c */, + B3AEE0B5293F35AF0050BDB6 /* sdlsound.c */, B3AEE0C1293F35AF0050BDB6 /* sfifo.c */, - B3AEE0C2293F35AF0050BDB6 /* dxsound.c */, - B3AEE0C3293F35AF0050BDB6 /* blipbuffer.h */, B3AEE0C4293F35AF0050BDB6 /* sunsound.c */, B3AEE0C5293F35AF0050BDB6 /* wiisound.c */, + B3AEE0BC293F35AF0050BDB6 /* win32sound.c */, + B3AEE0C3293F35AF0050BDB6 /* blipbuffer.h */, + B3AEE0BA293F35AF0050BDB6 /* sfifo.h */, ); path = sound; sourceTree = ""; @@ -3395,6 +3568,8 @@ ); dependencies = ( B3EC3BB42971361C00CE0BDE /* PBXTargetDependency */, + B3028DA12D2B997B007C5BF8 /* PBXTargetDependency */, + B3028DA42D2B997B007C5BF8 /* PBXTargetDependency */, ); name = PVFuse; productName = PVReicast; @@ -3525,9 +3700,159 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + B3028DB72D2B9DEE007C5BF8 /* bzip2.c in Sources */, + B3028DB82D2B9DEE007C5BF8 /* snp.c in Sources */, + B3028DB92D2B9DEE007C5BF8 /* wav.c in Sources */, + B3028DBA2D2B9DEE007C5BF8 /* snapshot.c in Sources */, + B3028DBB2D2B9DEE007C5BF8 /* csw.c in Sources */, + B3028DBC2D2B9DEE007C5BF8 /* ide.c in Sources */, + B30667162D2B9F8000871724 /* native.c in Sources */, + B30667172D2B9F8000871724 /* timer.c in Sources */, + B3028DBD2D2B9DEE007C5BF8 /* warajevo_read.c in Sources */, + B3028DBE2D2B9DEE007C5BF8 /* utilities.c in Sources */, + B3028DBF2D2B9DEE007C5BF8 /* szx.c in Sources */, + B3028DC02D2B9DEE007C5BF8 /* microdrive.c in Sources */, + B30666D22D2B9EA900871724 /* fdd.c in Sources */, + B30666D32D2B9EA900871724 /* disciple.c in Sources */, + B30666D42D2B9EA900871724 /* beta.c in Sources */, + B30666D52D2B9EA900871724 /* wd_fdc.c in Sources */, + B30666D62D2B9EA900871724 /* upd_fdc.c in Sources */, + B30666E52D2B9ECD00871724 /* am29f010.c in Sources */, + B30666DD2D2B9EC500871724 /* ide.c in Sources */, + B30666DE2D2B9EC500871724 /* zxatasp.c in Sources */, + B30667252D2BA01D00871724 /* query.c in Sources */, + B30667262D2BA01D00871724 /* debugger.c in Sources */, + B30667272D2BA01D00871724 /* error.c in Sources */, + B30667282D2BA01D00871724 /* about.c in Sources */, + B30667292D2BA01D00871724 /* menu_data.c in Sources */, + B306672A2D2BA01D00871724 /* browse.c in Sources */, + B306672B2D2BA01D00871724 /* options.c in Sources */, + B306672D2D2BA01D00871724 /* pokefinder.c in Sources */, + B306672E2D2BA01D00871724 /* memory.c in Sources */, + B306672F2D2BA01D00871724 /* roms.c in Sources */, + B30667302D2BA01D00871724 /* text.c in Sources */, + B30667312D2BA01D00871724 /* picture.c in Sources */, + B30667322D2BA01D00871724 /* binary.c in Sources */, + B30667332D2BA01D00871724 /* pokemem.c in Sources */, + B30667342D2BA01D00871724 /* select.c in Sources */, + B30667352D2BA01D00871724 /* filesel.c in Sources */, + B30667362D2BA01D00871724 /* menu.c in Sources */, + B30666DF2D2B9EC500871724 /* simpleide.c in Sources */, + B30666E02D2B9EC500871724 /* zxmmc.c in Sources */, + B30666E12D2B9EC500871724 /* divide.c in Sources */, + B30666E22D2B9EC500871724 /* zxcf.c in Sources */, + B30666E32D2B9EC500871724 /* divmmc.c in Sources */, + B30666E42D2B9EC500871724 /* divxxx.c in Sources */, + B30667152D2B9F4D00871724 /* blipbuffer.c in Sources */, + B30666D72D2B9EA900871724 /* crc.c in Sources */, + B30666D82D2B9EA900871724 /* didaktik.c in Sources */, + B30667212D2B9FEC00871724 /* gslist.c in Sources */, + B30667222D2B9FEC00871724 /* glock.c in Sources */, + B30667232D2B9FEC00871724 /* garray.c in Sources */, + B30667242D2B9FEC00871724 /* ghash.c in Sources */, + B30666D92D2B9EA900871724 /* plusd.c in Sources */, + B30666DA2D2B9EA900871724 /* disk.c in Sources */, + B30666DB2D2B9EA900871724 /* trdos.c in Sources */, + B30666DC2D2B9EA900871724 /* opus.c in Sources */, + B3028DC12D2B9DEE007C5BF8 /* creator.c in Sources */, + B3028DC22D2B9DEE007C5BF8 /* buffer.c in Sources */, + B3028DC32D2B9DEE007C5BF8 /* tzx_read.c in Sources */, + B3028DC42D2B9DEE007C5BF8 /* plusd.c in Sources */, + B3028DC52D2B9DEE007C5BF8 /* z80.c in Sources */, + B3028DC62D2B9DEE007C5BF8 /* tap.c in Sources */, + B30666F72D2B9F2000871724 /* profile.c in Sources */, + B30666F82D2B9F2000871724 /* settings.c in Sources */, + B30666F92D2B9F2000871724 /* mempool.c in Sources */, + B30666FA2D2B9F2000871724 /* spectrum.c in Sources */, + B30666FB2D2B9F2000871724 /* input.c in Sources */, + B30666FC2D2B9F2000871724 /* slt.c in Sources */, + B30666FD2D2B9F2000871724 /* sound.c in Sources */, + B30666FE2D2B9F2000871724 /* loader.c in Sources */, + B30666FF2D2B9F2000871724 /* periph.c in Sources */, + B30667002D2B9F2000871724 /* uimedia.c in Sources */, + B30667012D2B9F2000871724 /* screenshot.c in Sources */, + B30667022D2B9F2000871724 /* event.c in Sources */, + B30667032D2B9F2000871724 /* machine.c in Sources */, + B30667042D2B9F2000871724 /* movie.c in Sources */, + B30667052D2B9F2000871724 /* ui.c in Sources */, + B30667062D2B9F2000871724 /* snapshot.c in Sources */, + B30667072D2B9F2000871724 /* display.c in Sources */, + B30667082D2B9F2000871724 /* svg.c in Sources */, + B30667092D2B9F2000871724 /* rzx.c in Sources */, + B306670A2D2B9F2000871724 /* menu.c in Sources */, + B306670B2D2B9F2000871724 /* memory_pages.c in Sources */, + B306670C2D2B9F2000871724 /* uidisplay.c in Sources */, + B306670D2D2B9F2000871724 /* tape.c in Sources */, + B306670E2D2B9F2000871724 /* utils.c in Sources */, + B306670F2D2B9F2000871724 /* keyboard.c in Sources */, + B30667102D2B9F2000871724 /* module.c in Sources */, + B30667112D2B9F2000871724 /* psg.c in Sources */, + B30667122D2B9F2000871724 /* phantom_typist.c in Sources */, + B30667132D2B9F2000871724 /* fuse.c in Sources */, + B30667142D2B9F2000871724 /* rectangle.c in Sources */, + B3028DC72D2B9DEE007C5BF8 /* tape_set.c in Sources */, + B3028DC82D2B9DEE007C5BF8 /* rzx.c in Sources */, + B3028DC92D2B9DEE007C5BF8 /* memory.c in Sources */, + B3028DCA2D2B9DEE007C5BF8 /* libspectrum.c in Sources */, + B3028DCB2D2B9DEE007C5BF8 /* tape_block.c in Sources */, + B3028DCC2D2B9DEE007C5BF8 /* zip.c in Sources */, + B3028DCD2D2B9DEE007C5BF8 /* tape.c in Sources */, + B3028DCE2D2B9DEE007C5BF8 /* symbol_table.c in Sources */, + B3028DCF2D2B9DEE007C5BF8 /* sna.c in Sources */, + B3028DD02D2B9DEE007C5BF8 /* zxs.c in Sources */, + B3028DD12D2B9DEE007C5BF8 /* crypto.c in Sources */, + B3028DD22D2B9DEE007C5BF8 /* tape_accessors.c in Sources */, + B30667192D2B9F9000871724 /* z80_debugger_variables.c in Sources */, + B306671B2D2B9F9000871724 /* z80.c in Sources */, + B30667202D2B9F9000871724 /* z80_ops.c in Sources */, + B3028DD32D2B9DEE007C5BF8 /* z80em.c in Sources */, + B3028DD42D2B9DEE007C5BF8 /* sp.c in Sources */, + B3028DD52D2B9DEE007C5BF8 /* pzx_read.c in Sources */, + B3028DD62D2B9DEE007C5BF8 /* dck.c in Sources */, + B3028DD82D2B9DEE007C5BF8 /* make-perl.c in Sources */, + B3028DD92D2B9DEE007C5BF8 /* snap_accessors.c in Sources */, + B3028DDA2D2B9DEE007C5BF8 /* timings.c in Sources */, + B30666E62D2B9EEA00871724 /* tc2068.c in Sources */, + B30666E72D2B9EEA00871724 /* spec_se.c in Sources */, + B30666E82D2B9EEA00871724 /* machines_periph.c in Sources */, + B30666E92D2B9EEA00871724 /* specplus3.c in Sources */, + B30666EA2D2B9EEA00871724 /* tc2048.c in Sources */, + B30666EB2D2B9EEA00871724 /* pentagon.c in Sources */, + B30666EC2D2B9EEA00871724 /* specplus2.c in Sources */, + B30666ED2D2B9EEA00871724 /* specplus2a.c in Sources */, + B30666EE2D2B9EEA00871724 /* spec48.c in Sources */, + B30666EF2D2B9EEA00871724 /* spec48_ntsc.c in Sources */, + B30666F02D2B9EEA00871724 /* pentagon512.c in Sources */, + B30666F12D2B9EEA00871724 /* spec128.c in Sources */, + B30666F22D2B9EEA00871724 /* ts2068.c in Sources */, + B30666F32D2B9EEA00871724 /* spec16.c in Sources */, + B30666F42D2B9EEA00871724 /* scorpion.c in Sources */, + B30666F52D2B9EEA00871724 /* specplus3e.c in Sources */, + B30666F62D2B9EEA00871724 /* pentagon1024.c in Sources */, + B3028DDB2D2B9DEE007C5BF8 /* zlib.c in Sources */, + B3028DDC2D2B9DEE007C5BF8 /* tzx_write.c in Sources */, + B3028DDD2D2B9DEE007C5BF8 /* mmc.c in Sources */, B3AEE2FF293F35CD0050BDB6 /* fuse.c in Sources */, + B3028DA52D2B9DA1007C5BF8 /* covox.c in Sources */, B3AEE2F9293F35CD0050BDB6 /* scalers16.c in Sources */, B3AEE2FE293F35CD0050BDB6 /* getopt.c in Sources */, + B3028DA62D2B9DC3007C5BF8 /* specdrum.c in Sources */, + B3028DA72D2B9DC3007C5BF8 /* ula.c in Sources */, + B3028DA82D2B9DC3007C5BF8 /* if2.c in Sources */, + B3028DA92D2B9DC3007C5BF8 /* joystick.c in Sources */, + B3028DAA2D2B9DC3007C5BF8 /* scld.c in Sources */, + B3028DAB2D2B9DC3007C5BF8 /* usource.c in Sources */, + B3028DAC2D2B9DC3007C5BF8 /* ay.c in Sources */, + B3028DAD2D2B9DC3007C5BF8 /* spectranet.c in Sources */, + B3028DAE2D2B9DC3007C5BF8 /* speccyboot.c in Sources */, + B3028DAF2D2B9DC3007C5BF8 /* if1.c in Sources */, + B3028DB02D2B9DC3007C5BF8 /* ttx2000s.c in Sources */, + B3028DB12D2B9DC3007C5BF8 /* dck.c in Sources */, + B3028DB22D2B9DC3007C5BF8 /* multiface.c in Sources */, + B3028DB32D2B9DC3007C5BF8 /* printer.c in Sources */, + B3028DB42D2B9DC3007C5BF8 /* kempmouse.c in Sources */, + B3028DB52D2B9DC3007C5BF8 /* fuller.c in Sources */, + B3028DB62D2B9DC3007C5BF8 /* melodik.c in Sources */, B3AEE2F8293F35CD0050BDB6 /* error.c in Sources */, B3AEE2FC293F35CD0050BDB6 /* snapshot.c in Sources */, B3AEE2FD293F35CD0050BDB6 /* ui.c in Sources */, @@ -3553,7 +3878,6 @@ B3AEE301293F35D40050BDB6 /* timer.c in Sources */, B3AEE306293F35D40050BDB6 /* paths.c in Sources */, B3AEE30E293F35D80050BDB6 /* coreopt.c in Sources */, - B3AEE302293F35D40050BDB6 /* socket.c in Sources */, B3AEE307293F35D40050BDB6 /* file.c in Sources */, B3AEE309293F35D40050BDB6 /* ui.c in Sources */, B3AEE30B293F35D40050BDB6 /* joystick.c in Sources */, @@ -3571,6 +3895,16 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + B3028DA12D2B997B007C5BF8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B3344B522859E088006E6B3A /* Fuse-libretro */; + targetProxy = B3028DA02D2B997B007C5BF8 /* PBXContainerItemProxy */; + }; + B3028DA42D2B997B007C5BF8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B30178D2207C901D0051B93D /* Fuse */; + targetProxy = B3028DA32D2B997B007C5BF8 /* PBXContainerItemProxy */; + }; B3EC3BB42971361C00CE0BDE /* PBXTargetDependency */ = { isa = PBXTargetDependency; platformFilters = ( @@ -3698,6 +4032,9 @@ HEADER_SEARCH_PATHS = ( "$(inherited)", "\"$(TOOLCHAIN_DIR)/usr/include\"", + "\"$(SRCROOT)/fuse-libretro/\"", + "\"$(SRCROOT)/fuse-libretro/src\"", + "\"$(SRCROOT)/fuse-libretro/fuse\"", "\"$(SRCROOT)/Fuse-libretro/libretro-common/include\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; @@ -3816,6 +4153,9 @@ HEADER_SEARCH_PATHS = ( "$(inherited)", "\"$(TOOLCHAIN_DIR)/usr/include\"", + "\"$(SRCROOT)/fuse-libretro/\"", + "\"$(SRCROOT)/fuse-libretro/src\"", + "\"$(SRCROOT)/fuse-libretro/fuse\"", "\"$(SRCROOT)/Fuse-libretro/libretro-common/include\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; diff --git a/Cores/fuse/PVFuse/Core.plist b/Cores/fuse/PVFuse/Core.plist index 8cd524b5b6..4ac6a68ad9 100644 --- a/Cores/fuse/PVFuse/Core.plist +++ b/Cores/fuse/PVFuse/Core.plist @@ -9,6 +9,7 @@ PVSupportedSystems com.provenance.zxspectrum + com.provenance.ep128 PVProjectName Fuse diff --git a/Cores/fuse/PVFuseCore/CorePlist-Generated.swift b/Cores/fuse/PVFuseCore/CorePlist-Generated.swift new file mode 100644 index 0000000000..6d9a51e396 --- /dev/null +++ b/Cores/fuse/PVFuseCore/CorePlist-Generated.swift @@ -0,0 +1,39 @@ +// swiftlint:disable all +// Generated using SwiftGen — https://github.com/SwiftGen/SwiftGen + +import Foundation + +#if canImport(PVCoreBridge) +@_exported import PVCoreBridge +@_exported import PVPlists +#endif + +// swiftlint:disable superfluous_disable_command +// swiftlint:disable file_length + +// MARK: - Plist Files + +// swiftlint:disable identifier_name line_length number_separator type_body_length +public enum CorePlist { + public static let pvCoreIdentifier: String = "com.provenance.core.Fuse" + public static let pvPrincipleClass: String = "PVFuse.PVFuseCore" + public static let pvProjectName: String = "Fuse" + public static let pvProjectURL: String = "http://fuse-emulator.sourceforge.net" + public static let pvProjectVersion: String = "0" + public static let pvSupportedSystems: [String] = ["com.provenance.ep128", "com.provenance.zxspectrum"] + + #if canImport(PVCoreBridge) + public static var corePlist: EmulatorCoreInfoPlist { + .init( + identifier: CorePlist.pvCoreIdentifier, + principleClass: CorePlist.pvPrincipleClass, + supportedSystems: CorePlist.pvSupportedSystems, + projectName: CorePlist.pvProjectName, + projectURL: CorePlist.pvProjectURL, + projectVersion: CorePlist.pvProjectVersion) + } + + public var corePlist: EmulatorCoreInfoPlist { Self.corePlist } + #endif +} +// swiftlint:enable identifier_name line_length number_separator type_body_length diff --git a/Cores/fuse/PVFuseCore/CorePlist.swift b/Cores/fuse/PVFuseCore/CorePlist.swift new file mode 100644 index 0000000000..295e57d344 --- /dev/null +++ b/Cores/fuse/PVFuseCore/CorePlist.swift @@ -0,0 +1,71 @@ +// +// CorePlist.swift +// +// +// Created by Joseph Mattiello on 6/21/24. +// + +import Foundation +import PVLogging +import PVCoreBridge +import PVEmulatorCore +import PVPlists + +#if SWIFT_PACKAGE +public extension PVBundleFinder { + static var FuseModule: Bundle { Bundle.module } + static var FuseBundle: Bundle { Bundle(for: PVFuseEmuCore.self) } +} +#else +public extension PVBundleFinder { + static var PVFuseCoreBundle: Bundle { Bundle(for: PVFuseEmuCore.self) } +} +#endif + +@objc +extension PVFuseEmuCore: EmulatorCoreInfoPlistProvider { + +#if SWIFT_PACKAGE + @objc + public static var resourceBundle: Bundle { Bundle.module } + + @objc + public override var resourceBundle: Bundle { Bundle.module } + #else + @objc + public static var resourceBundle: Bundle { PVBundleFinder.PVFuseCoreBundle } + + @objc + public override var resourceBundle: Bundle { PVBundleFinder.PVFuseCoreBundle } + + #endif + @objc(corePlistFromBundle) + public static var corePlistFromBundle: EmulatorCoreInfoPlist { + + guard let plistPath = resourceBundle.url(forResource: "Core", withExtension: "plist") else { + fatalError("Could not locate Core.plist") + } + + guard let data = try? Data(contentsOf: plistPath) else { + fatalError("Could not read Core.plist") + } + + guard let plistObject = try? PropertyListSerialization.propertyList(from: data, options: [], format: nil) as? [String: Any] else { + fatalError("Could not generate parse Core.plist") + } + + guard let corePlist = EmulatorCoreInfoPlist.init(fromInfoDictionary: plistObject) else { + fatalError("Could not generate EmulatorCoreInfoPlist from Core.plist") + } + + return corePlist + } + + /// Note: CorePlist is an enum generated by SwiftGen with a custom stencil + /// Change the swiftgen config to the local path to see the outputs and tweak + @objc(corePlist) + public static var corePlist: EmulatorCoreInfoPlist { CorePlist.corePlist } + + @objc + public var corePlist: EmulatorCoreInfoPlist { Self.corePlist } +} diff --git a/Cores/fuse/PVFuseCore/PVFuseCore.h b/Cores/fuse/PVFuseCore/PVFuseCore.h index a05a1f4cbc..d8203dd06f 100644 --- a/Cores/fuse/PVFuseCore/PVFuseCore.h +++ b/Cores/fuse/PVFuseCore/PVFuseCore.h @@ -17,7 +17,7 @@ #define GET_CURRENT_OR_RETURN(...) __strong __typeof__(_current) current = _current; if(current == nil) return __VA_ARGS__; __attribute__((visibility("default"))) -@interface PVFuseCore : PVLibRetroCoreBridge { +@interface PVFuseCoreBridge : PVLibRetroCoreBridge { // uint8_t padData[4][PVDOSButtonCount]; // int8_t xAxis[4]; // int8_t yAxis[4]; diff --git a/Cores/fuse/PVFuseCore/PVFuseCore.mm b/Cores/fuse/PVFuseCore/PVFuseCore.mm index 049cbfc5b6..17ffbd08ad 100644 --- a/Cores/fuse/PVFuseCore/PVFuseCore.mm +++ b/Cores/fuse/PVFuseCore/PVFuseCore.mm @@ -22,7 +22,7 @@ #define OpenEmu 1 #pragma mark - Private -@interface PVFuseCore() { +@interface PVFuseCoreBridge() { } @@ -30,7 +30,7 @@ @interface PVFuseCore() { #pragma mark - PVFuseCore Begin -@implementation PVFuseCore +@implementation PVFuseCoreBridge { } diff --git a/Cores/fuse/PVFuseCore/PVFuseCore.swift b/Cores/fuse/PVFuseCore/PVFuseCore.swift new file mode 100644 index 0000000000..0b68cfe033 --- /dev/null +++ b/Cores/fuse/PVFuseCore/PVFuseCore.swift @@ -0,0 +1,88 @@ +// +// PVFuseCore.swift +// PVFuseCore +// +// Created by Joseph Mattiello on 10/06/24. +// Copyright © 2024 Provenance Emu. All rights reserved. +// + +import Foundation +import PVEmulatorCore +import PVCoreBridge +import PVCoreObjCBridge +import PVCoreBridgeRetro + +@objc +@objcMembers +open class PVFuseCore: PVEmulatorCore { + + let _bridge: PVFuseCoreBridge = .init() + + public required init() { + super.init() + self.bridge = (_bridge as! any ObjCBridgedCoreBridge) + } +} + +extension PVFuseCore: PVIntellivisionSystemResponderClient { + public func didPush(_ button: PVCoreBridge.PVIntellivisionButton, forPlayer player: Int) { + (_bridge as! PVIntellivisionSystemResponderClient).didPush(button, forPlayer: player) + } + public func didRelease(_ button: PVCoreBridge.PVIntellivisionButton, forPlayer player: Int) { + (_bridge as! PVIntellivisionSystemResponderClient).didRelease(button, forPlayer: player) + } +} + +extension PVFuseCore: PVEP128SystemResponderClient { + public func didPush(_ button: PVCoreBridge.PVEP128Button, forPlayer player: Int) { + (_bridge as! PVEP128SystemResponderClient).didPush(button, forPlayer: player) + } + public func didRelease(_ button: PVCoreBridge.PVEP128Button, forPlayer player: Int) { + (_bridge as! PVEP128SystemResponderClient).didRelease(button, forPlayer: player) + } + + public var gameSupportsKeyboard: Bool { true } + public var requiresKeyboard: Bool { false } +#if canImport(GameController) +// @objc optional var keyChangedHandler: GCKeyboardValueChangedHandler? { _bridge.keyChangedHandler } + public func keyDown(_ key: GCKeyCode) { + (_bridge as! PVEP128SystemResponderClient).keyDown(key) + } + public func keyUp(_ key: GCKeyCode) { + (_bridge as! PVEP128SystemResponderClient).keyUp(key) + } +#endif +} + +extension PVFuseCore: MouseResponder { + public var gameSupportsMouse: Bool { true } + public var requiresMouse: Bool { false } + +#if canImport(GameController) + public func didScroll(_ cursor: GCDeviceCursor) { + (_bridge as! MouseResponder).didScroll(cursor) + } + public var mouseMovedHandler: GCMouseMoved? { nil } +#endif + public func mouseMoved(atPoint point: CGPoint) { + (_bridge as! MouseResponder).mouseMoved(atPoint: point) + } + public func mouseMoved(at point: CGPoint) { + (_bridge as! MouseResponder).mouseMoved(atPoint: point) + } + public func leftMouseDown(at point: CGPoint) { + (_bridge as! MouseResponder).leftMouseDown(atPoint: point) + } + public func leftMouseDown(atPoint point: CGPoint) { + (_bridge as! MouseResponder).leftMouseDown(atPoint: point) + } + public func leftMouseUp() { + (_bridge as! MouseResponder).leftMouseUp() + } + public func rightMouseDown(atPoint point: CGPoint) { + (_bridge as! MouseResponder).rightMouseDown(atPoint: point) + } + public func rightMouseUp() { + (_bridge as! MouseResponder).rightMouseUp() + } +} diff --git a/Cores/melonDS/BuildFlags.xcconfig b/Cores/melonDS/BuildFlags.xcconfig index 8cf51fc946..b152e0156c 100644 --- a/Cores/melonDS/BuildFlags.xcconfig +++ b/Cores/melonDS/BuildFlags.xcconfig @@ -7,10 +7,42 @@ // // All -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) OBJ_C IOS USE_POSIX_MEMALIGN USE_POSIX_MEMALIGN HAVE_WIFI JIT_ARCH=aarch64 HAVE_NEON=1 HAVE_THREADS=1 __LIBRETRO__ MELONDS_VERSION="" GIT_VERSION="" HAVE_OPENGLES=1 HAVE_OPENGLES2=1 HAVE_OPENGLES3=1 GLES=1 GLES2=1 GLES3=1 GLES31=1 JIT_ENABLED=1 -// JIT_ENABLED=1 -OTHER_CFLAGS = $(inherited) -ObjC -ffast-math -ftree-vectorize -fno-strict-aliasing -fpermissive -fomit-frame-pointer -fPIC -fmodules -fcxx-modules -OTHER_LDFLAGS = $(inherited) -ObjC -Wl,-all_load -all_load +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) OBJ_C=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) IOS=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) USE_POSIX_MEMALIGN=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_WIFI=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) JIT_ARCH=aarch64 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_NEON=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_THREADS=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) __LIBRETRO__ +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) MELONDS_VERSION="" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GIT_VERSION="" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_THREADS=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES2=1 +//GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES3=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GLES=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GLES2=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GLES3=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GLES31=1 +//GCC_PREPROCESSOR_DEFINITIONS = $(inherited) JIT_ENABLED=0 // JIT_ENABLED=1 + +OTHER_CFLAGS = $(inherited) -ObjC +OTHER_CFLAGS = $(inherited) -ffast-math +OTHER_CFLAGS = $(inherited) -ftree-vectorize +OTHER_CFLAGS = $(inherited) -fno-strict-aliasing +OTHER_CFLAGS = $(inherited) -fpermissive +OTHER_CFLAGS = $(inherited) -fomit-frame-pointer +OTHER_CFLAGS = $(inherited) -fPIC +OTHER_CFLAGS = $(inherited) -fmodules -fcxx-modules +OTHER_CFLAGS = $(inherited) -Wno-module-import-in-extern-c +//OTHER_CFLAGS = $(inherited) -fno-operator-names +//OTHER_CFLAGS = $(inherited) -frename-registers +//OTHER_CFLAGS = $(inherited) -fno-rtti +//OTHER_CFLAGS = $(inherited) -fno-operator-names +//OTHER_CFLAGS = $(inherited) -fsingle-precision-constant + +OTHER_LDFLAGS = $(inherited) -ObjC -Wl,-all_load -all_load GCC_PREPROCESSOR_DEFINITIONS[arch=armv7] = $(inherited) __RETRO_ARM__ ARCHITECTURE_ARM=1 GCC_PREPROCESSOR_DEFINITIONS[arch=armv72] = $(inherited) __RETRO_ARM__ ARCHITECTURE_ARM=1 @@ -19,7 +51,6 @@ GCC_PREPROCESSOR_DEFINITIONS[arch=x86_64] = $(inherited) ARCHITECTURE_X64=1 GCC_PREPROCESSOR_DEFINITIONS[sdk=macos] = $(inherited) HAVE_OPENGL=1 OGLRENDERER_ENABLED=1 CORE=1 -//OTHER_CFLAGS = $(inherited) -fno-operator-names -fno-rtti -ffast-math -ftree-vectorize -fno-strict-aliasing -frename-registers -fno-rtti -fpermissive -fno-operator-names -fsingle-precision-constant // Device GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) TARGET_IPHONE=1 diff --git a/Cores/melonDS/PVMelonDS.xcodeproj/project.pbxproj b/Cores/melonDS/PVMelonDS.xcodeproj/project.pbxproj index 88604be96b..89ea4257e8 100644 --- a/Cores/melonDS/PVMelonDS.xcodeproj/project.pbxproj +++ b/Cores/melonDS/PVMelonDS.xcodeproj/project.pbxproj @@ -100,15 +100,8 @@ B33809042877B6A80009C732 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = B338085A2877B50A0009C732 /* sha1.c */; }; B33809072877B99C0009C732 /* rthreads.c in Sources */ = {isa = PBXBuildFile; fileRef = B33808262877B5090009C732 /* rthreads.c */; }; B33809082877B9A20009C732 /* rsemaphore.c in Sources */ = {isa = PBXBuildFile; fileRef = B338082B2877B5090009C732 /* rsemaphore.c */; }; - B338090A2877B9F10009C732 /* ARMJIT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B338068B2877B5080009C732 /* ARMJIT.cpp */; }; - B338090B2877B9F10009C732 /* ARMJIT_Memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B338086D2877B50A0009C732 /* ARMJIT_Memory.cpp */; }; B338090C2877B9F10009C732 /* CommonFuncs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B33806692877B5080009C732 /* CommonFuncs.cpp */; }; B338090D2877B9F10009C732 /* ARM_InstrInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B338068A2877B5080009C732 /* ARM_InstrInfo.cpp */; }; - B33809122877BA350009C732 /* ARMJIT_Linkage.S in Sources */ = {isa = PBXBuildFile; fileRef = B33808652877B50A0009C732 /* ARMJIT_Linkage.S */; }; - B33809132877BA350009C732 /* ARMJIT_Branch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B33808662877B50A0009C732 /* ARMJIT_Branch.cpp */; }; - B33809142877BA350009C732 /* ARMJIT_Compiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B33808612877B50A0009C732 /* ARMJIT_Compiler.cpp */; }; - B33809152877BA350009C732 /* ARMJIT_ALU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B33808632877B50A0009C732 /* ARMJIT_ALU.cpp */; }; - B33809162877BA350009C732 /* ARMJIT_LoadStore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B33808642877B50A0009C732 /* ARMJIT_LoadStore.cpp */; }; B339468920783F41008DBAB4 /* libpthread.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B339468820783F41008DBAB4 /* libpthread.tbd */; }; B339468B20783F48008DBAB4 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B339468A20783F48008DBAB4 /* libz.tbd */; }; B3447E9C218B826F00557ACE /* PVMelonDS+Audio.h in Headers */ = {isa = PBXBuildFile; fileRef = B3447E9A218B826F00557ACE /* PVMelonDS+Audio.h */; }; @@ -5417,10 +5410,8 @@ B33808EF2877B6570009C732 /* file_path.c in Sources */, B33808F22877B6680009C732 /* file_stream_transforms.c in Sources */, B33808EA2877B64F0009C732 /* compat_strcasestr.c in Sources */, - B33809162877BA350009C732 /* ARMJIT_LoadStore.cpp in Sources */, B33809042877B6A80009C732 /* sha1.c in Sources */, B3C8A66C287809920037A946 /* teakra_c.cpp in Sources */, - B33809142877BA350009C732 /* ARMJIT_Compiler.cpp in Sources */, B3C8A66D287809920037A946 /* disassembler_c.cpp in Sources */, B3C8A674287809B00037A946 /* dma.cpp in Sources */, B33808A22877B5E70009C732 /* DSi_DSP.cpp in Sources */, @@ -5434,11 +5425,9 @@ B33808A52877B5E70009C732 /* DSi_AES.cpp in Sources */, B3C8A677287809B00037A946 /* processor.cpp in Sources */, B3C8A673287809B00037A946 /* ahbm.cpp in Sources */, - B33809132877BA350009C732 /* ARMJIT_Branch.cpp in Sources */, B33808DD2877B62D0009C732 /* libretro.cpp in Sources */, B33808942877B5E70009C732 /* DSi_Camera.cpp in Sources */, B33808FE2877B68B0009C732 /* aes.c in Sources */, - B33809152877BA350009C732 /* ARMJIT_ALU.cpp in Sources */, B3C8A672287809B00037A946 /* apbp.cpp in Sources */, B33808D92877B61B0009C732 /* Util_ROM.cpp in Sources */, B33808972877B5E70009C732 /* ARMInterpreter_ALU.cpp in Sources */, @@ -5446,7 +5435,6 @@ B33808C92877B6090009C732 /* SPI.cpp in Sources */, B33808C82877B6090009C732 /* NDSCart_SRAMManager.cpp in Sources */, B33808C12877B6090009C732 /* GPU3D_Soft.cpp in Sources */, - B338090A2877B9F10009C732 /* ARMJIT.cpp in Sources */, B3C8A675287809B00037A946 /* parser.cpp in Sources */, B3C8A676287809B00037A946 /* mmio.cpp in Sources */, B3C8A670287809B00037A946 /* btdmp.cpp in Sources */, @@ -5474,7 +5462,6 @@ B3C8A679287809B00037A946 /* memory_interface.cpp in Sources */, B3C8A67A287809B00037A946 /* test_generator.cpp in Sources */, B33808E72877B64F0009C732 /* compat_strl.c in Sources */, - B33809122877BA350009C732 /* ARMJIT_Linkage.S in Sources */, B33808952877B5E70009C732 /* CRC32.cpp in Sources */, B3C8A668287809340037A946 /* MathUtil.cpp in Sources */, B33808DB2877B62D0009C732 /* screenlayout.cpp in Sources */, @@ -5489,7 +5476,6 @@ B33808982877B5E70009C732 /* ARMInterpreter_Branch.cpp in Sources */, B3C8A66A2878093A0037A946 /* Arm64Emitter.cpp in Sources */, B33808C52877B6090009C732 /* GPU2D_Soft.cpp in Sources */, - B338090B2877B9F10009C732 /* ARMJIT_Memory.cpp in Sources */, B33808C22877B6090009C732 /* GPU3D.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -5601,8 +5587,15 @@ DEAD_CODE_STRIPPING = NO; GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + "-Wl,-all_load", + "-all_load", + ); PRODUCT_NAME = MelonDS; SKIP_INSTALL = YES; + STRIP_INSTALLED_PRODUCT = NO; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -5676,7 +5669,6 @@ IPHONEOS_DEPLOYMENT_TARGET = 15.6; MTL_ENABLE_DEBUG_INFO = NO; ONLY_ACTIVE_ARCH = NO; - OTHER_LDFLAGS = ""; SDKROOT = auto; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos xros appletvsimulator appletvos xrsimulator"; SUPPORTS_MACCATALYST = YES; @@ -5713,6 +5705,12 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = mh_dylib; + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + "-all_load", + "-lMelonDS", + ); PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.core.PVMelonDS"; PRODUCT_NAME = PVMelonDS; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -5794,7 +5792,6 @@ IPHONEOS_DEPLOYMENT_TARGET = 15.6; MTL_ENABLE_DEBUG_INFO = NO; ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ""; SDKROOT = auto; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos xros appletvsimulator appletvos xrsimulator"; SUPPORTS_MACCATALYST = YES; @@ -5866,6 +5863,12 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = mh_dylib; + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + "-all_load", + "-lMelonDS", + ); PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.core.PVMelonDS"; PRODUCT_NAME = PVMelonDS; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -5889,8 +5892,15 @@ DEAD_CODE_STRIPPING = NO; GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + "-Wl,-all_load", + "-all_load", + ); PRODUCT_NAME = MelonDS; SKIP_INSTALL = YES; + STRIP_INSTALLED_PRODUCT = NO; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; diff --git a/Cores/melonDS/PVMelonDSCore/Core/PVMelonDSCore+Controls.mm b/Cores/melonDS/PVMelonDSCore/Core/PVMelonDSCore+Controls.mm index d07c96a04e..c5cf6080c4 100644 --- a/Cores/melonDS/PVMelonDSCore/Core/PVMelonDSCore+Controls.mm +++ b/Cores/melonDS/PVMelonDSCore/Core/PVMelonDSCore+Controls.mm @@ -9,7 +9,6 @@ #import #import @import PVCoreBridge; -@import PVCoreBridge; #define DC_BTN_C (1<<0) #define DC_BTN_B (1<<1) diff --git a/Cores/melonDS/PVMelonDSCore/Core/PVMelonDSCore.mm b/Cores/melonDS/PVMelonDSCore/Core/PVMelonDSCore.mm index 77bafc914b..567f6978a8 100644 --- a/Cores/melonDS/PVMelonDSCore/Core/PVMelonDSCore.mm +++ b/Cores/melonDS/PVMelonDSCore/Core/PVMelonDSCore.mm @@ -18,42 +18,7 @@ #import @import PVCoreBridge; -// MelonDS imports -//#include "types.h" -////#include "profiler/profiler.h" -//#include "cfg/cfg.h" -//#include "rend/rend.h" -//#include "rend/TexCache.h" -//#include "hw/maple/maple_devs.h" -//#include "hw/maple/maple_if.h" -//#include "hw/maple/maple_cfg.h" -//__weak PVMelonDSCoreBridge *_current = 0; -// -//@interface PVMelonDSCore() { -// -//} -// -//@property(nonatomic, strong, nullable) NSString *diskPath; -// -//@end -// -//// MelonDS function declerations -//extern int screen_width,screen_height; -//bool rend_single_frame(); -//bool gles_init(); -//extern int MelonDS_main(int argc, char* argv[]); -//void common_linux_setup(); -//int dc_init(int argc,wchar* argv[]); -//void dc_run(); -//void dc_term(); -//void dc_stop(); -//extern void MakeCurrentThreadRealTime(); -// -//bool inside_loop = true; -//static bool first_run = true;; -//volatile bool has_init = false; -// #pragma mark - PVMelonDSCore Begin #import #import @@ -61,42 +26,10 @@ #import #import -//static void *dlopen_myself() -//{ -// Dl_info info; -// -// dladdr(dlopen_myself, &info); -// -// return dlopen(info.dli_fname, RTLD_LAZY | RTLD_GLOBAL); -//} - -@implementation PVMelonDSCoreBridge { -// dispatch_semaphore_t mupenWaitToBeginFrameSemaphore; -// dispatch_semaphore_t coreWaitToEndFrameSemaphore; -// dispatch_semaphore_t coreWaitForExitSemaphore; -// -// NSMutableDictionary *_callbackHandlers; -} +@implementation PVMelonDSCoreBridge - (instancetype)init { if (self = [super init]) { -// mupenWaitToBeginFrameSemaphore = dispatch_semaphore_create(0); -// coreWaitToEndFrameSemaphore = dispatch_semaphore_create(0); -// coreWaitForExitSemaphore = dispatch_semaphore_create(0); -// -// _videoWidth = screen_width = 640; -// _videoHeight = screen_height = 480; -// _videoBitDepth = 32; // ignored -// videoDepthBitDepth = 0; // TODO -// -// sampleRate = 44100; -// -// isNTSC = YES; -// -// dispatch_queue_attr_t queueAttributes = dispatch_queue_attr_make_with_qos_class(DISPATCH_QUEUE_SERIAL, QOS_CLASS_USER_INTERACTIVE, 0); -// -// _callbackQueue = dispatch_queue_create("org.openemu.MelonDS.CallbackHandlerQueue", queueAttributes); -// _callbackHandlers = [[NSMutableDictionary alloc] init]; _current = self; } return self; @@ -178,293 +111,5 @@ - (void *)getVariable:(const char *)variable { return NULL; } -// -//- (void)dealloc { -//#if !__has_feature(objc_arc) -// dispatch_release(mupenWaitToBeginFrameSemaphore); -// dispatch_release(coreWaitToEndFrameSemaphore); -// dispatch_release(coreWaitForExitSemaphore); -//#endif -// -// _current = nil; -//} -// -//#pragma mark - PVEmulatorCore -//- (BOOL)loadFileAtPath:(NSString *)path error:(NSError**)error { -// NSBundle *coreBundle = [NSBundle bundleForClass:[self class]]; -// const char *dataPath; -// -// [self copyCFGIfMissing]; -// [self copyShadersIfMissing]; -// [self initControllBuffers]; -// -// // TODO: Proper path -// NSString *configPath = self.saveStatesPath; -// dataPath = [[coreBundle resourcePath] fileSystemRepresentation]; -// -// [[NSFileManager defaultManager] createDirectoryAtPath:configPath -// withIntermediateDirectories:YES -// attributes:nil -// error:nil]; -// -// NSString *batterySavesDirectory = self.batterySavesPath; -// [[NSFileManager defaultManager] createDirectoryAtPath:batterySavesDirectory -// withIntermediateDirectories:YES -// attributes:nil -// error:NULL]; -// -// -//// if (!success) { -//// NSDictionary *userInfo = @{ -//// NSLocalizedDescriptionKey: @"Failed to load game.", -//// NSLocalizedFailureReasonErrorKey: @"MelonDS failed to load GLES graphics.", -//// NSLocalizedRecoverySuggestionErrorKey: @"Provenance may not be compiled correctly." -//// }; -//// -//// NSError *newError = [NSError errorWithDomain:PVEmulatorCoreErrorDomain -//// code:PVEmulatorCoreErrorCodeCouldNotLoadRom -//// userInfo:userInfo]; -//// -//// *error = newError; -//// return NO; -//// } -// -// self.diskPath = path; -// -// return YES; -//} -// -//- (void)printSettings { -//#define LIST_OF_VARIABLES \ -//X(dynarec.Enable) \ -//X(dynarec.idleskip) \ -//X(DS.region) \ -//X(DS.region) \ -//X(aica.LimitFPS) \ -//X(aica.NoSound) \ -//X(aica.NoBatch) \ -//X(aica.GlobalFocus) \ -//X(aica.BufferSize) \ -//X(aica.OldSyncronousDma) \ -//X(bios.UseReios) \ -//X(rend.WideScreen) \ -//X(rend.UseMipmaps) \ -//X(pvr.MaxThreads) \ -//X(pvr.SynchronousRender) -// -// -// NSMutableString *s = [NSMutableString stringWithFormat:@"----------\nMelonDS Settings:\n---------\n"]; -//#define X(name) \ -//[s appendString: [NSString stringWithFormat:@"%@ : %i\n", @#name , settings.name ]]; -//LIST_OF_VARIABLES -//#undef X -// -// ILOG(@"%@", s); -//} -// -// -//- (void)copyShadersIfMissing { -// -// NSArray *shaders = @[@"Shader.vsh",@"Shader.fsh"]; -// NSString *destinationFolder = self.BIOSPath; -// NSFileManager *fm = [NSFileManager defaultManager]; -// -// for (NSString* shader in shaders) { -// NSString *destinationPath = [destinationFolder stringByAppendingPathComponent:shader]; -// ILOG(@"Checking for shader %@", destinationPath); -// if( ![fm fileExistsAtPath:destinationPath] ) { -// NSString *source = [[NSBundle bundleForClass:[self class]] pathForResource:[shader stringByDeletingPathExtension] ofType:[shader pathExtension]]; -// [fm copyItemAtPath:source -// toPath:destinationPath -// error:nil]; -// ILOG(@"Copied %@ from %@ to %@", shader, source, destinationPath); -// } -// } -//} -// -//- (void)copyCFGIfMissing { -// -// NSString *cfg = @"emu.cfg"; -// -//// Whcih one is it again? -// NSString *destinationFolder = self.BIOSPath; -//// NSString *destinationFolder = self.diskPath; -// -// NSFileManager *fm = [NSFileManager defaultManager]; -// NSString *destinationPath = [destinationFolder stringByAppendingPathComponent:cfg]; -// -// if( ![fm fileExistsAtPath:destinationPath] ) { -// NSString *source = [[NSBundle bundleForClass:[self class]] pathForResource:@"emu" ofType:@"cfg"]; -// [fm copyItemAtPath:source -// toPath:destinationPath -// error:nil]; -// ILOG(@"Copied %@ from %@ to %@", cfg, source, destinationPath); -// } else { -// ILOG(@"emu.cfg already exists at path (%@). Skipping installing default version.", destinationFolder); -// } -//} -// -//#pragma mark - Running -//- (void)startEmulation { -// if(!self.isRunning) { -// [super startEmulation]; -// [NSThread detachNewThreadSelector:@selector(runMelonDSRenderThread) toTarget:self withObject:nil]; -// } -//} -// -//- (void)runMelonDSEmuThread { -// @autoreleasepool -// { -// [self MelonDSMain]; -// -// // Core returns -// -// // Unlock rendering thread -// dispatch_semaphore_signal(coreWaitToEndFrameSemaphore); -// -// [super stopEmulation]; -// } -//} -// -//- (void)runMelonDSRenderThread { -// @autoreleasepool -// { -// [self.renderDelegate startRenderingOnAlternateThread]; -// BOOL success = gles_init(); -// assert(success); -// [NSThread detachNewThreadSelector:@selector(runMelonDSEmuThread) toTarget:self withObject:nil]; -// -// CFAbsoluteTime lastTime = CFAbsoluteTimeGetCurrent(); -// -// while (!has_init) {} -// while ( !shouldStop ) -// { -// [self.frontBufferCondition lock]; -// while (!shouldStop && self.isFrontBufferReady) [self.frontBufferCondition wait]; -// [self.frontBufferCondition unlock]; -// -// CFAbsoluteTime now = CFAbsoluteTimeGetCurrent(); -// CFTimeInterval deltaTime = now - lastTime; -// while ( !shouldStop && !rend_single_frame() ) {} -// [self swapBuffers]; -// lastTime = now; -// } -// } -//} -// -//- (void)MelonDSMain { -// // #if !TARGET_OS_SIMULATOR -// // install_prof_handler(1); -// // #endif -// -// char *Args[3]; -// const char *P; -// -// P = (const char *)[self.diskPath UTF8String]; -// Args[0] = "dc"; -// Args[1] = "-config"; -// Args[2] = P&&P[0]? (char *)malloc(strlen(P)+32):0; -// -// if(Args[2]) -// { -// strcpy(Args[2],"config:image="); -// strcat(Args[2],P); -// } -// -// MakeCurrentThreadRealTime(); -// -// int argc = Args[2]? 3:1; -// -// // Set directories -// set_user_config_dir(self.BIOSPath.UTF8String); -// set_user_data_dir(self.BIOSPath.UTF8String); -// // Shouuld be this, but it looks for BIOS there too and have to copy BIOS into battery saves dir of every game then -// // set_user_data_dir(self.batterySavesPath.UTF8String); -// -// add_system_data_dir(self.BIOSPath.UTF8String); -// add_system_config_dir(self.BIOSPath.UTF8String); -// -// NSString *systemPath = [self.diskPath stringByDeletingLastPathComponent]; -// -// NSString *configDirs = [NSString stringWithFormat:@"%@", systemPath]; -// NSString *dataDirs = [NSString stringWithFormat:@"%@", systemPath]; -// -// setenv("XDG_CONFIG_DIRS", configDirs.UTF8String, true); -// setenv("XDG_DATA_DIRS", dataDirs.UTF8String, true); -// -// ILOG(@"Config dir is: %s\n", get_writable_config_path("/").c_str()); -// ILOG(@"Data dir is: %s\n", get_writable_data_path("/").c_str()); -// -// common_linux_setup(); -// -// settings.profile.run_counts=0; -// -// MelonDS_main(argc, Args); -// -// dispatch_semaphore_signal(coreWaitForExitSemaphore); -//} -// -//int MelonDS_main(int argc, wchar* argv[]) { -// int status = dc_init(argc, argv); -// if (status != 0) { -// ELOG(@"MelonDS dc_init failed with code: %i", status); -// return status; -// } -// -// ILOG(@"MelonDS init status: %i", status); -// -// [_current printSettings]; -// -// has_init = true; -// -// dc_run(); -// -// has_init = false; -//// _current->shouldStop = true; -// -// dc_term(); -// -// return 0; -//} -// -//- (void)setPauseEmulation:(BOOL)flag { -// [super setPauseEmulation:flag]; -// -// if (flag) -// { -// dc_stop(); -// dispatch_semaphore_signal(mupenWaitToBeginFrameSemaphore); -// [self.frontBufferCondition lock]; -// [self.frontBufferCondition signal]; -// [self.frontBufferCondition unlock]; -// } else { -// dc_run(); -// } -//} -// -//- (void)stopEmulation { -// has_init = false; -// -// // TODO: Call MelonDS stop command here -// dc_term(); -// self->shouldStop = YES; -// dispatch_semaphore_signal(mupenWaitToBeginFrameSemaphore); -// dispatch_semaphore_wait(coreWaitForExitSemaphore, DISPATCH_TIME_FOREVER); -// [self.frontBufferCondition lock]; -// [self.frontBufferCondition signal]; -// [self.frontBufferCondition unlock]; -// -// [super stopEmulation]; -//} -// -//- (void)resetEmulation { -// // TODO: Call MelonDS reset command here -// plugins_Reset(true); -// dispatch_semaphore_signal(mupenWaitToBeginFrameSemaphore); -// [self.frontBufferCondition lock]; -// [self.frontBufferCondition signal]; -// [self.frontBufferCondition unlock]; -//} - @end diff --git a/Cores/melonDS/melonDS b/Cores/melonDS/melonDS index 08e6d39a2e..f4a2b139a7 160000 --- a/Cores/melonDS/melonDS +++ b/Cores/melonDS/melonDS @@ -1 +1 @@ -Subproject commit 08e6d39a2e822ed2a70204459f6a5ce5a35b89cc +Subproject commit f4a2b139a7659598fce052635ac1d2ce00c3d8e1 diff --git a/Cores/pcsx_rearmed/PVPCSXRearmed.xcodeproj/project.pbxproj b/Cores/pcsx_rearmed/PVPCSXRearmed.xcodeproj/project.pbxproj index e4bbf22271..06df3016b5 100644 --- a/Cores/pcsx_rearmed/PVPCSXRearmed.xcodeproj/project.pbxproj +++ b/Cores/pcsx_rearmed/PVPCSXRearmed.xcodeproj/project.pbxproj @@ -2957,7 +2957,7 @@ GCC_WARN_INHIBIT_ALL_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/PVPCSXRearmed/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2973,7 +2973,7 @@ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - TVOS_DEPLOYMENT_TARGET = 15.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Archive; }; @@ -3351,7 +3351,7 @@ GCC_WARN_INHIBIT_ALL_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/PVPCSXRearmed/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -3368,7 +3368,7 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - TVOS_DEPLOYMENT_TARGET = 15.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Debug; }; @@ -3387,7 +3387,7 @@ GCC_WARN_INHIBIT_ALL_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/PVPCSXRearmed/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.6; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -3403,7 +3403,7 @@ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - TVOS_DEPLOYMENT_TARGET = 15.6; + TVOS_DEPLOYMENT_TARGET = 16.0; }; name = Release; }; diff --git a/CoresRetro/RetroArch/BuildFlags.xcconfig b/CoresRetro/RetroArch/BuildFlags.xcconfig index f1e13c64e6..776840649b 100644 --- a/CoresRetro/RetroArch/BuildFlags.xcconfig +++ b/CoresRetro/RetroArch/BuildFlags.xcconfig @@ -6,10 +6,11 @@ // // GCC_PREPROCESSOR_DEFINITIONS = $(inherited) -OTHER_DEBUG_CFLAGS = -DNDEBUG -DDONT_WANT_ARM_OPTIMIZATIONS -DHAVE_HLSL -DENABLE_HLSL -DGLES_SILENCE_DEPRECATION -DGLSLANG_OSINCLUDE_UNIX -DHAVE_7ZIP -DHAVE_AUDIOMIXER -DHAVE_BTSTACK -DHAVE_BUILTINGLSLANG -DHAVE_BUILTINMINIUPNPC -DHAVE_CC_RESAMPLER -DHAVE_CHEATS -DHAVE_CHEEVOS -DHAVE_COCOATOUCH -DHAVE_COCOA_METAL -DHAVE_CONFIGFILE -DHAVE_COREAUDIO -DHAVE_DYNAMIC -DHAVE_FILTERS_BUILTIN -DHAVE_GFX_WIDGETS -DHAVE_GLSL -DHAVE_GLSLANG -DHAVE_GRIFFIN -DHAVE_HID -DHAVE_IFINFO -DHAVE_IMAGEVIEWER -DHAVE_IOS_CUSTOMKEYBOARD -DHAVE_IOS_SWIFT -DHAVE_IOS_TOUCHMOUSE -DHAVE_KEYMAPPER -DHAVE_LANGEXTRA -DHAVE_LIBRETRODB -DHAVE_MAIN -DHAVE_MATERIALUI -DHAVE_MENU -DHAVE_METAL -DHAVE_MFI -DHAVE_MINIUPNPC -DHAVE_NETPLAYDISCOVERY -DHAVE_NETWORKGAMEPAD -DHAVE_NETWORKING -DHAVE_ONLINE_UPDATER -DHAVE_OPENGL -DHAVE_OPENGLES -DHAVE_OPENGLES3 -DHAVE_OVERLAY -DHAVE_OZONE -DHAVE_PATCH -DHAVE_RBMP -DHAVE_REWIND -DHAVE_RGUI -DHAVE_RJPEG -DHAVE_RPNG -DHAVE_RTGA -DHAVE_RUNAHEAD -DHAVE_RWAV -DHAVE_SCREENSHOTS -DHAVE_SHADERPIPELINE -DHAVE_SLANG -DHAVE_SPIRV_CROSS -DHAVE_STB_FONT -DHAVE_STB_VORBIS -DHAVE_THREADS -DHAVE_TRANSLATE -DHAVE_UPDATE_ASSETS -DHAVE_UPDATE_CORE_INFO -DHAVE_VIDEO_LAYOUT -DHAVE_VULKAN -DHAVE_XMB -DHAVE_ZLIB -DINLINE=inline -DIOS -DRARCH_INTERNAL -DRARCH_MOBILE -DRC_DISABLE_LUA -DWANT_GLSLANG -D_7ZIP_ST -D_LZMA_UINT32_IS_ULONG -D__LIBRETRO__ -DHAVE_OPENGLES3 -DHAVE_IOS_CUSTOMKEYBOARD -DHAVE_IOS_TOUCHMOUSE -DHAVE_IOS_SWIFT -DTARGET_OS_IPHONE=1 -DHAVE_VULKAN=1 -DHAVE_SWRESAMPLE=1 -DHAVE_SHADERPIPELINE -DVULKAN_HDR_SWAPCHAIN=1 -DHAVE_STRL -DHAVE_OPENGL_CORE -fmodules -fcxx-modules +OTHER_DEBUG_CFLAGS = $(inherited) -DDEBUG -DDONT_WANT_ARM_OPTIMIZATIONS -DHAVE_HLSL -DENABLE_HLSL -DGLES_SILENCE_DEPRECATION -DGLSLANG_OSINCLUDE_UNIX -DHAVE_7ZIP -DHAVE_AUDIOMIXER -DHAVE_BTSTACK -DHAVE_BUILTINGLSLANG -DHAVE_BUILTINMINIUPNPC -DHAVE_CC_RESAMPLER -DHAVE_CHEATS -DHAVE_CHEEVOS -DHAVE_COCOATOUCH -DHAVE_COCOA_METAL -DHAVE_CONFIGFILE -DHAVE_COREAUDIO -DHAVE_DYNAMIC -DHAVE_FILTERS_BUILTIN -DHAVE_GFX_WIDGETS -DHAVE_GLSL -DHAVE_GLSLANG -DHAVE_GRIFFIN -DHAVE_HID -DHAVE_IFINFO -DHAVE_IMAGEVIEWER -DHAVE_IOS_CUSTOMKEYBOARD -DHAVE_IOS_SWIFT -DHAVE_IOS_TOUCHMOUSE -DHAVE_KEYMAPPER -DHAVE_LANGEXTRA -DHAVE_LIBRETRODB -DHAVE_MAIN -DHAVE_MATERIALUI -DHAVE_MENU -DHAVE_METAL -DHAVE_MFI -DHAVE_MINIUPNPC -DHAVE_NETPLAYDISCOVERY -DHAVE_NETWORKGAMEPAD -DHAVE_NETWORKING -DHAVE_ONLINE_UPDATER -DHAVE_OPENGL -DHAVE_OPENGLES -DHAVE_OPENGLES3 -DHAVE_OVERLAY -DHAVE_OZONE -DHAVE_PATCH -DHAVE_RBMP -DHAVE_REWIND -DHAVE_RGUI -DHAVE_RJPEG -DHAVE_RPNG -DHAVE_RTGA -DHAVE_RUNAHEAD -DHAVE_RWAV -DHAVE_SCREENSHOTS -DHAVE_SHADERPIPELINE -DHAVE_SLANG -DHAVE_SPIRV_CROSS -DHAVE_STB_FONT -DHAVE_STB_VORBIS -DHAVE_THREADS -DHAVE_TRANSLATE -DHAVE_UPDATE_ASSETS -DHAVE_UPDATE_CORE_INFO -DHAVE_VIDEO_LAYOUT -DHAVE_VULKAN -DHAVE_XMB -DHAVE_ZLIB -DINLINE=inline -DIOS -DRARCH_INTERNAL -DRARCH_MOBILE -DRC_DISABLE_LUA -DWANT_GLSLANG -D_7ZIP_ST -D_LZMA_UINT32_IS_ULONG -D__LIBRETRO__ -DHAVE_OPENGLES3 -DHAVE_IOS_CUSTOMKEYBOARD -DHAVE_IOS_TOUCHMOUSE -DHAVE_IOS_SWIFT -DTARGET_OS_IPHONE=1 -DHAVE_VULKAN=1 -DHAVE_SWRESAMPLE=1 -DHAVE_SHADERPIPELINE -DVULKAN_HDR_SWAPCHAIN=1 -DHAVE_STRL -DHAVE_OPENGL_CORE -fmodules -fcxx-modules + OTHER_LDFLAGS = $(inherited) -Wl,-segalign,4000 //-lMoltenVK_RetroArch -OTHER_CFLAGS = -DNDEBUG -DHAVE_HLSL -DENABLE_HLSL -DGLES_SILENCE_DEPRECATION -DGLSLANG_OSINCLUDE_UNIX -DHAVE_7ZIP -DHAVE_AUDIOMIXER -DHAVE_BTSTACK -DHAVE_BUILTINGLSLANG -DHAVE_BUILTINMINIUPNPC -DHAVE_CC_RESAMPLER -DHAVE_CHEATS -DHAVE_CHEEVOS -DHAVE_COCOATOUCH -DHAVE_COCOA_METAL -DHAVE_CONFIGFILE -DHAVE_COREAUDIO -DHAVE_DYNAMIC -DHAVE_FILTERS_BUILTIN -DHAVE_GFX_WIDGETS -DHAVE_GLSL -DHAVE_GLSLANG -DHAVE_GRIFFIN -DHAVE_HID -DHAVE_IFINFO -DHAVE_IMAGEVIEWER -DHAVE_IOS_CUSTOMKEYBOARD -DHAVE_IOS_SWIFT -DHAVE_IOS_TOUCHMOUSE -DHAVE_KEYMAPPER -DHAVE_LANGEXTRA -DHAVE_LIBRETRODB -DHAVE_MAIN -DHAVE_MATERIALUI -DHAVE_MENU -DHAVE_METAL -DHAVE_MFI -DHAVE_MINIUPNPC -DHAVE_NETPLAYDISCOVERY -DHAVE_NETWORKGAMEPAD -DHAVE_NETWORKING -DHAVE_ONLINE_UPDATER -DHAVE_OPENGL -DHAVE_OPENGLES -DHAVE_OPENGLES3 -DHAVE_OVERLAY -DHAVE_OZONE -DHAVE_PATCH -DHAVE_RBMP -DHAVE_REWIND -DHAVE_RGUI -DHAVE_RJPEG -DHAVE_RPNG -DHAVE_RTGA -DHAVE_RUNAHEAD -DHAVE_RWAV -DHAVE_SCREENSHOTS -DHAVE_SHADERPIPELINE -DHAVE_SLANG -DHAVE_SPIRV_CROSS -DHAVE_STB_FONT -DHAVE_STB_VORBIS -DHAVE_THREADS -DHAVE_TRANSLATE -DHAVE_UPDATE_ASSETS -DHAVE_UPDATE_CORE_INFO -DHAVE_VIDEO_LAYOUT -DHAVE_VULKAN -DHAVE_XMB -DHAVE_ZLIB -DINLINE=inline -DIOS -DRARCH_INTERNAL -DRARCH_MOBILE -DRC_DISABLE_LUA -DWANT_GLSLANG -D_7ZIP_ST -D_LZMA_UINT32_IS_ULONG -D__LIBRETRO__ -DHAVE_OPENGLES3 -DHAVE_IOS_CUSTOMKEYBOARD -DHAVE_IOS_TOUCHMOUSE -DHAVE_IOS_SWIFT -DTARGET_OS_IPHONE=1 -DHAVE_VULKAN=1 -DHAVE_SWRESAMPLE=1 -DHAVE_SHADERPIPELINE -DVULKAN_HDR_SWAPCHAIN=1 -DHAVE_STRL -DHAVE_OPENGL_CORE -fmodules -fcxx-modules +OTHER_CFLAGS = $(inherited) -DNDEBUG -DHAVE_HLSL -DENABLE_HLSL -DGLES_SILENCE_DEPRECATION -DGLSLANG_OSINCLUDE_UNIX -DHAVE_7ZIP -DHAVE_AUDIOMIXER -DHAVE_BTSTACK -DHAVE_BUILTINGLSLANG -DHAVE_BUILTINMINIUPNPC -DHAVE_CC_RESAMPLER -DHAVE_CHEATS -DHAVE_CHEEVOS -DHAVE_COCOATOUCH -DHAVE_COCOA_METAL -DHAVE_CONFIGFILE -DHAVE_COREAUDIO -DHAVE_DYNAMIC -DHAVE_FILTERS_BUILTIN -DHAVE_GFX_WIDGETS -DHAVE_GLSL -DHAVE_GLSLANG -DHAVE_GRIFFIN -DHAVE_HID -DHAVE_IFINFO -DHAVE_IMAGEVIEWER -DHAVE_IOS_CUSTOMKEYBOARD -DHAVE_IOS_SWIFT -DHAVE_IOS_TOUCHMOUSE -DHAVE_KEYMAPPER -DHAVE_LANGEXTRA -DHAVE_LIBRETRODB -DHAVE_MAIN -DHAVE_MATERIALUI -DHAVE_MENU -DHAVE_METAL -DHAVE_MFI -DHAVE_MINIUPNPC -DHAVE_NETPLAYDISCOVERY -DHAVE_NETWORKGAMEPAD -DHAVE_NETWORKING -DHAVE_ONLINE_UPDATER -DHAVE_OPENGL -DHAVE_OPENGLES -DHAVE_OPENGLES3 -DHAVE_OVERLAY -DHAVE_OZONE -DHAVE_PATCH -DHAVE_RBMP -DHAVE_REWIND -DHAVE_RGUI -DHAVE_RJPEG -DHAVE_RPNG -DHAVE_RTGA -DHAVE_RUNAHEAD -DHAVE_RWAV -DHAVE_SCREENSHOTS -DHAVE_SHADERPIPELINE -DHAVE_SLANG -DHAVE_SPIRV_CROSS -DHAVE_STB_FONT -DHAVE_STB_VORBIS -DHAVE_THREADS -DHAVE_TRANSLATE -DHAVE_UPDATE_ASSETS -DHAVE_UPDATE_CORE_INFO -DHAVE_VIDEO_LAYOUT -DHAVE_VULKAN -DHAVE_XMB -DHAVE_ZLIB -DINLINE=inline -DIOS -DRARCH_INTERNAL -DRARCH_MOBILE -DRC_DISABLE_LUA -DWANT_GLSLANG -D_7ZIP_ST -D_LZMA_UINT32_IS_ULONG -D__LIBRETRO__ -DHAVE_OPENGLES3 -DHAVE_IOS_CUSTOMKEYBOARD -DHAVE_IOS_TOUCHMOUSE -DHAVE_IOS_SWIFT -DTARGET_OS_IPHONE=1 -DHAVE_VULKAN=1 -DHAVE_SWRESAMPLE=1 -DHAVE_SHADERPIPELINE -DVULKAN_HDR_SWAPCHAIN=1 -DHAVE_STRL -DHAVE_OPENGL_CORE -fmodules -fcxx-modules //OTHER_CFLAGS[configuration=Debug] = $(inherited) -DDEBUG //OTHER_CFLAGS[configuration=Release] = $(inherited) -DNDEBUG diff --git a/CoresRetro/RetroArch/PVRetroArch.xcodeproj/project.pbxproj b/CoresRetro/RetroArch/PVRetroArch.xcodeproj/project.pbxproj index e029608ff2..11243740ba 100644 --- a/CoresRetro/RetroArch/PVRetroArch.xcodeproj/project.pbxproj +++ b/CoresRetro/RetroArch/PVRetroArch.xcodeproj/project.pbxproj @@ -222,6 +222,9 @@ 93FF38282965FF9C00772659 /* PVRetroArchCore+Controls.m in Sources */ = {isa = PBXBuildFile; fileRef = B3447E97218B809300557ACE /* PVRetroArchCore+Controls.m */; }; 93FF38292965FF9C00772659 /* PVRetroArchCore+Cheats.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9366AC5E295976D000162286 /* PVRetroArchCore+Cheats.mm */; }; 93FF382A2965FF9C00772659 /* PVRetroArch.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3447EA0218B881000557ACE /* PVRetroArch.mm */; }; + B306BD332D2BA5D600871724 /* PVRetroArchCore+Controls+Intellivision.m in Sources */ = {isa = PBXBuildFile; fileRef = B306BD312D2BA5D600871724 /* PVRetroArchCore+Controls+Intellivision.m */; }; + B306BD342D2BA5D600871724 /* PVRetroArchCore+Controls+MSX.m in Sources */ = {isa = PBXBuildFile; fileRef = B306BD322D2BA5D600871724 /* PVRetroArchCore+Controls+MSX.m */; }; + B306BD452D2BA74A00871724 /* PVRetroArchCore+Controls+Vectrex.m in Sources */ = {isa = PBXBuildFile; fileRef = B306BD442D2BA74A00871724 /* PVRetroArchCore+Controls+Vectrex.m */; }; B30C8C822BF45AE200C91991 /* griffin_slang.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B30C8C7D2BF45AE200C91991 /* griffin_slang.cpp */; }; B30C8C832BF45AE200C91991 /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = B30C8C7E2BF45AE200C91991 /* griffin.c */; }; B30C8C842BF45AE200C91991 /* griffin.m in Sources */ = {isa = PBXBuildFile; fileRef = B30C8C7F2BF45AE200C91991 /* griffin.m */; }; @@ -811,6 +814,9 @@ 93F66EE229672D9000203EB3 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; 93FF38392966337100772659 /* cocoa_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cocoa_common.h; sourceTree = ""; }; 93FF383A2966337100772659 /* apple_platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = apple_platform.h; sourceTree = ""; }; + B306BD312D2BA5D600871724 /* PVRetroArchCore+Controls+Intellivision.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "PVRetroArchCore+Controls+Intellivision.m"; sourceTree = ""; }; + B306BD322D2BA5D600871724 /* PVRetroArchCore+Controls+MSX.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "PVRetroArchCore+Controls+MSX.m"; sourceTree = ""; }; + B306BD442D2BA74A00871724 /* PVRetroArchCore+Controls+Vectrex.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "PVRetroArchCore+Controls+Vectrex.m"; sourceTree = ""; }; B30C8C7D2BF45AE200C91991 /* griffin_slang.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = griffin_slang.cpp; sourceTree = ""; }; B30C8C7E2BF45AE200C91991 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = griffin.c; sourceTree = ""; }; B30C8C7F2BF45AE200C91991 /* griffin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = griffin.m; sourceTree = ""; }; @@ -1680,6 +1686,8 @@ 93C372622A8B68000007671D /* PVRetroArchCore+Controls+3DO.m */, 93C372612A8B67FF0007671D /* PVRetroArchCore+Controls+Dreamcast.m */, 93C372642A8B68000007671D /* PVRetroArchCore+Controls+GB.m */, + B306BD312D2BA5D600871724 /* PVRetroArchCore+Controls+Intellivision.m */, + B306BD322D2BA5D600871724 /* PVRetroArchCore+Controls+MSX.m */, 93C372652A8B68000007671D /* PVRetroArchCore+Controls+GBA.m */, 93C372602A8B67FF0007671D /* PVRetroArchCore+Controls+Genesis.m */, 93C372632A8B68000007671D /* PVRetroArchCore+Controls+N64.m */, @@ -1691,6 +1699,7 @@ 9319F1092976C15900A7414A /* PVRetroArchCore+Controls+SNES.m */, B32111B42CBC556500BE8D6C /* PVRetroArchCore+Controls+Supervision.m */, 9328B14E2A3196D10094C712 /* PVRetroArchCore+Controls+PSP.m */, + B306BD442D2BA74A00871724 /* PVRetroArchCore+Controls+Vectrex.m */, B3FD53EA2CD17D8200175917 /* JITSupport.h */, B3FD53EB2CD17D8200175917 /* JITSupport.m */, B3FD53FA2CD17E2200175917 /* dispserv_apple.m */, @@ -2317,6 +2326,8 @@ 936BFD8A2986AF03001FF097 /* cocoa_vk_ctx.m in Sources */, 93835811296CFAA700A23231 /* cocoa_common.m in Sources */, 936B47FA2969798B00C7D2A3 /* platform_darwin.m in Sources */, + B306BD332D2BA5D600871724 /* PVRetroArchCore+Controls+Intellivision.m in Sources */, + B306BD342D2BA5D600871724 /* PVRetroArchCore+Controls+MSX.m in Sources */, 935E7D4B29A4ABDD00D92748 /* vulkan_common.c in Sources */, B3632A522D15161300041145 /* PVRetroArchCore+Controls+DOS.m in Sources */, 938E5BB5298B31D500F8596C /* PVDebug.c in Sources */, @@ -2359,6 +2370,7 @@ 93C372672A8B68000007671D /* PVRetroArchCore+Controls+Genesis.m in Sources */, 93A7278B2AAEB1C60052B279 /* PVRetroArchCore+Controls+NeoGeo.m in Sources */, B32111B52CBC556500BE8D6C /* PVRetroArchCore+Controls+Supervision.m in Sources */, + B306BD452D2BA74A00871724 /* PVRetroArchCore+Controls+Vectrex.m in Sources */, B3FC974F2CB8D29100C6DB31 /* PVRetroArchCoreCore.swift in Sources */, 9328B14F2A3196D10094C712 /* PVRetroArchCore+Controls+PSP.m in Sources */, ); diff --git a/CoresRetro/RetroArch/PVRetroArch/Core.plist b/CoresRetro/RetroArch/PVRetroArch/Core.plist index 3778429684..0dbe266294 100644 --- a/CoresRetro/RetroArch/PVRetroArch/Core.plist +++ b/CoresRetro/RetroArch/PVRetroArch/Core.plist @@ -74,7 +74,7 @@ PVProjectName Flycast (RetroArch) PVAppStoreDisabled - + PVSupportedSystems com.provenance.dreamcast @@ -635,6 +635,55 @@ PVProjectVersion v20200223 + + PVCoreIdentifier + vecx.libretro.framework + PVPrincipleClass + PVRetroArch.PVRetroArchCoreCore + PVSupportedSystems + + com.provenance.vectrex + + PVProjectName + RetroArch - VecX + PVProjectURL + https://github.com/libretro/libretro-vecx + PVProjectVersion + a4ae282 + + + PVCoreIdentifier + fmsx.libretro.framework + PVPrincipleClass + PVRetroArch.PVRetroArchCoreCore + PVSupportedSystems + + com.provenance.msx + com.provenance.msx2 + + PVProjectName + RetroArch - fMSX + PVProjectURL + http://fms.komkon.org/fMSX/ + PVProjectVersion + + + + PVCoreIdentifier + freeintv.libretro.framework + PVPrincipleClass + PVRetroArch.PVRetroArchCoreCore + PVSupportedSystems + + com.provenance.intellivision + + PVProjectName + RetroArch - FreeIntv + PVProjectURL + https://github.com/libretro/FreeIntv + PVProjectVersion + + diff --git a/CoresRetro/RetroArch/PVRetroArchCore/Core/PVRetroArchCore+Controls+Intellivision.m b/CoresRetro/RetroArch/PVRetroArchCore/Core/PVRetroArchCore+Controls+Intellivision.m new file mode 100644 index 0000000000..229d989428 --- /dev/null +++ b/CoresRetro/RetroArch/PVRetroArchCore/Core/PVRetroArchCore+Controls+Intellivision.m @@ -0,0 +1,88 @@ +// +// PVRetroArchCore+Controls.m +// PVRetroArch +// +// Created by Joseph Mattiello on 11/1/18. +// Copyright © 2021 Provenance. All rights reserved. +// + +#import +@import PVCoreBridge; +#import "./cocoa_common.h" + +/* RetroArch Includes */ +#include +#include +#include +#include +#include +#include +#import +#include "libretro-common/include/libretro.h" +#include "../../frontend/frontend.h" +#include "../../tasks/tasks_internal.h" +#include "../../input/drivers/cocoa_input.h" +#include "../../input/drivers_keyboard/keyboard_event_apple.h" +#include "../../input/input_keymaps.h" +#include "../../configuration.h" +#include "../../retroarch.h" +#include "../../verbosity.h" +#include "../ui_companion_driver.h" + +extern GCController *touch_controller; +@interface PVRetroArchCore (IntellivisionControls) +@end + +@implementation PVRetroArchCore (IntellivisionControls) +#pragma mark - Control +- (void)didPushDreamcastButton:(PVIntellivisionButton)button forPlayer:(NSInteger)player { + [self handleDreamcastButton:button forPlayer:player pressed:true value:1]; +} + +- (void)didReleaseDreamcastButton:(PVIntellivisionButton)button forPlayer:(NSInteger)player { + [self handleDreamcastButton:button forPlayer:player pressed:false value:0]; +} + + +- (void)handleDreamcastButton:(PVIntellivisionButton)button forPlayer:(NSInteger)player pressed:(BOOL)pressed value:(CGFloat)value { + switch (button) { + case(PVIntellivisionButtonUp): + yAxis=pressed?(!xAxis?1.0:0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVIntellivisionButtonDown): + yAxis=pressed?(!xAxis?-1.0:-0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVIntellivisionButtonLeft): + xAxis=pressed?(!yAxis?-1.0:-0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVIntellivisionButtonRight): + xAxis=pressed?(!yAxis?1.0:0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVIntellivisionButtonBottomLeftAction): + [touch_controller.extendedGamepad.buttonA setValue:pressed?1:0]; + break; + case(PVIntellivisionButtonBottomRightAction): + [touch_controller.extendedGamepad.buttonB setValue:pressed?1:0]; + break; +// case(PVIntellivisionButtonY): +// [touch_controller.extendedGamepad.buttonY setValue:pressed?1:0]; +// break; +// case(PVIntellivisionButtonX): +// [touch_controller.extendedGamepad.buttonX setValue:pressed?1:0]; +// break; +// case(PVIntellivisionButtonL): +// [touch_controller.extendedGamepad.leftTrigger setValue:pressed?1:0]; +// break; +// case(PVIntellivisionButtonR): +// [touch_controller.extendedGamepad.rightTrigger setValue:pressed?1:0]; +// break; +// case(PVIntellivisionButtonStart): +// [touch_controller.extendedGamepad.buttonMenu setValue:pressed?1:0]; +// break; + } +} +@end diff --git a/CoresRetro/RetroArch/PVRetroArchCore/Core/PVRetroArchCore+Controls+MSX.m b/CoresRetro/RetroArch/PVRetroArchCore/Core/PVRetroArchCore+Controls+MSX.m new file mode 100644 index 0000000000..b02c5c454a --- /dev/null +++ b/CoresRetro/RetroArch/PVRetroArchCore/Core/PVRetroArchCore+Controls+MSX.m @@ -0,0 +1,88 @@ +// +// PVRetroArchCore+Controls.m +// PVRetroArch +// +// Created by Joseph Mattiello on 11/1/18. +// Copyright © 2021 Provenance. All rights reserved. +// + +#import +@import PVCoreBridge; +#import "./cocoa_common.h" + +/* RetroArch Includes */ +#include +#include +#include +#include +#include +#include +#import +#include "libretro-common/include/libretro.h" +#include "../../frontend/frontend.h" +#include "../../tasks/tasks_internal.h" +#include "../../input/drivers/cocoa_input.h" +#include "../../input/drivers_keyboard/keyboard_event_apple.h" +#include "../../input/input_keymaps.h" +#include "../../configuration.h" +#include "../../retroarch.h" +#include "../../verbosity.h" +#include "../ui_companion_driver.h" + +extern GCController *touch_controller; +@interface PVRetroArchCore (MSXControls) +@end + +@implementation PVRetroArchCore (MSXControls) +#pragma mark - Control +- (void)didPushMSXButton:(PVMSXButton)button forPlayer:(NSInteger)player { + [self handleMSXButton:button forPlayer:player pressed:true value:1]; +} + +- (void)didReleaseMSXButton:(PVMSXButton)button forPlayer:(NSInteger)player { + [self handleMSXButton:button forPlayer:player pressed:false value:0]; +} + +- (void)didMoveMSXJoystickDirection:(PVMSXButton)button withXValue:(CGFloat)xValue withYValue:(CGFloat)yValue forPlayer:(NSInteger)player { +// switch (button) { +// case(PVMSXButtonLeft): +// [touch_controller.extendedGamepad.leftThumbstick setValueForXAxis:xValue yAxis:yValue]; +// } +} + +- (void)handleMSXButton:(PVMSXButton)button forPlayer:(NSInteger)player pressed:(BOOL)pressed value:(CGFloat)value { + switch (button) { + case(PVMSXButtonUp): + yAxis=pressed?(!xAxis?1.0:0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVMSXButtonDown): + yAxis=pressed?(!xAxis?-1.0:-0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVMSXButtonLeft): + xAxis=pressed?(!yAxis?-1.0:-0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVMSXButtonRight): + xAxis=pressed?(!yAxis?1.0:0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVMSXButtonFire1): + [touch_controller.extendedGamepad.buttonA setValue:pressed?1:0]; + break; + case(PVMSXButtonFire2): + [touch_controller.extendedGamepad.buttonB setValue:pressed?1:0]; + break; + case(PVMSXButtonReset): + [touch_controller.extendedGamepad.buttonHome setValue:pressed?1:0]; + break; + case(PVMSXButtonSelect): + [touch_controller.extendedGamepad.buttonOptions setValue:pressed?1:0]; + break; + case(PVMSXButtonPause): + [touch_controller.extendedGamepad.buttonMenu setValue:pressed?1:0]; + break; + } +} +@end diff --git a/CoresRetro/RetroArch/PVRetroArchCore/Core/PVRetroArchCore+Controls+Vectrex.m b/CoresRetro/RetroArch/PVRetroArchCore/Core/PVRetroArchCore+Controls+Vectrex.m new file mode 100644 index 0000000000..ae4d39c035 --- /dev/null +++ b/CoresRetro/RetroArch/PVRetroArchCore/Core/PVRetroArchCore+Controls+Vectrex.m @@ -0,0 +1,79 @@ +// +// PVRetroArchCore+Controls.m +// PVRetroArch +// +// Created by Joseph Mattiello on 11/1/18. +// Copyright © 2021 Provenance. All rights reserved. +// + +#import +@import PVCoreBridge; +#import "./cocoa_common.h" + +/* RetroArch Includes */ +#include +#include +#include +#include +#include +#include +#import +#include "libretro-common/include/libretro.h" +#include "../../frontend/frontend.h" +#include "../../tasks/tasks_internal.h" +#include "../../input/drivers/cocoa_input.h" +#include "../../input/drivers_keyboard/keyboard_event_apple.h" +#include "../../input/input_keymaps.h" +#include "../../configuration.h" +#include "../../retroarch.h" +#include "../../verbosity.h" +#include "../ui_companion_driver.h" + +extern GCController *touch_controller; +@interface PVRetroArchCore (VectrexControls) +@end + +@implementation PVRetroArchCore (VectrexControls) +#pragma mark - Control +- (void)didPushVectrexButton:(PVVectrexButton)button forPlayer:(NSInteger)player { + [self handleVectrexButton:button forPlayer:player pressed:true value:1]; +} + +- (void)didReleaseVectrexButton:(PVVectrexButton)button forPlayer:(NSInteger)player { + [self handleVectrexButton:button forPlayer:player pressed:false value:0]; +} + + +- (void)handleVectrexButton:(PVVectrexButton)button forPlayer:(NSInteger)player pressed:(BOOL)pressed value:(CGFloat)value { + switch (button) { + case(PVVectrexAnalogUp): + yAxis=pressed?(!xAxis?1.0:0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVVectrexAnalogDown): + yAxis=pressed?(!xAxis?-1.0:-0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVVectrexAnalogLeft): + xAxis=pressed?(!yAxis?-1.0:-0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVVectrexAnalogRight): + xAxis=pressed?(!yAxis?1.0:0.5):0; + [touch_controller.extendedGamepad.dpad setValueForXAxis:xAxis yAxis:yAxis]; + break; + case(PVVectrexButton1): + [touch_controller.extendedGamepad.buttonA setValue:pressed?1:0]; + break; + case(PVVectrexButton2): + [touch_controller.extendedGamepad.buttonB setValue:pressed?1:0]; + break; + case(PVVectrexButton3): + [touch_controller.extendedGamepad.buttonY setValue:pressed?1:0]; + break; + case(PVVectrexButton4): + [touch_controller.extendedGamepad.buttonX setValue:pressed?1:0]; + break; + } +} +@end diff --git a/CoresRetro/RetroArch/scripts/output_frameworks.xcfilelist b/CoresRetro/RetroArch/scripts/output_frameworks.xcfilelist index 38e8bf7dc3..c45a471704 100644 --- a/CoresRetro/RetroArch/scripts/output_frameworks.xcfilelist +++ b/CoresRetro/RetroArch/scripts/output_frameworks.xcfilelist @@ -2,6 +2,7 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/a5200_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/atari800_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_mercury_accuracy_libretro_ios.framework +$(SRCROOT)/CoresRetro/RetroArch/modules/desmume_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/dosbox_pure_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/fbneo_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/fceumm_libretro_ios.framework diff --git a/CoresRetro/RetroArch/scripts/output_frameworks_appstore.xcfilelist b/CoresRetro/RetroArch/scripts/output_frameworks_appstore.xcfilelist index 21fe92f2cc..c079eced07 100644 --- a/CoresRetro/RetroArch/scripts/output_frameworks_appstore.xcfilelist +++ b/CoresRetro/RetroArch/scripts/output_frameworks_appstore.xcfilelist @@ -2,10 +2,11 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/a5200_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/atari800_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_mercury_accuracy_libretro_ios.framework +$(SRCROOT)/CoresRetro/RetroArch/modules/desmume_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/dosbox_pure_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/fbneo_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/fceumm_libretro_ios.framework -$(SRCROOT)/CoresRetro/RetroArch/modules/flycast_libretro.framework +#$(SRCROOT)/CoresRetro/RetroArch/modules/flycast_libretro.framework $(SRCROOT)/CoresRetro/RetroArch/modules/fuse_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/gambatte_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/gearcoleco_libretro_ios.framework @@ -48,5 +49,6 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/sameboy_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/stella2014_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/stella_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/vbam_libretro_ios.framework +$(SRCROOT)/CoresRetro/RetroArch/modules/vecx_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/virtualjaguar_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/yabause_libretro_ios.framework diff --git a/CoresRetro/RetroArch/scripts/output_frameworks_appstore_tv.xcfilelist b/CoresRetro/RetroArch/scripts/output_frameworks_appstore_tv.xcfilelist index 45ab5eef7c..011d8ba9a5 100644 --- a/CoresRetro/RetroArch/scripts/output_frameworks_appstore_tv.xcfilelist +++ b/CoresRetro/RetroArch/scripts/output_frameworks_appstore_tv.xcfilelist @@ -5,7 +5,7 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_mercury_accuracy_libretro_tvos.fra $(SRCROOT)/CoresRetro/RetroArch/modules/dosbox_pure_libretro_tvos.framework $(SRCROOT)/CoresRetro/RetroArch/modules/fbneo_libretro_tvos.framework $(SRCROOT)/CoresRetro/RetroArch/modules/fceumm_libretro_tvos.framework -$(SRCROOT)/CoresRetro/RetroArch/modules/flycast_libretro.framework +#$(SRCROOT)/CoresRetro/RetroArch/modules/flycast_libretro.framework $(SRCROOT)/CoresRetro/RetroArch/modules/fuse_libretro_tvos.framework $(SRCROOT)/CoresRetro/RetroArch/modules/gambatte_libretro_tvos.framework $(SRCROOT)/CoresRetro/RetroArch/modules/gearcoleco_libretro_tvos.framework @@ -47,5 +47,6 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/sameboy_libretro_tvos.framework $(SRCROOT)/CoresRetro/RetroArch/modules/stella2014_libretro_tvos.framework $(SRCROOT)/CoresRetro/RetroArch/modules/stella_libretro_tvos.framework $(SRCROOT)/CoresRetro/RetroArch/modules/vbam_libretro_tvos.framework +$(SRCROOT)/CoresRetro/RetroArch/modules/vecx_libretro_tvos.framework $(SRCROOT)/CoresRetro/RetroArch/modules/virtualjaguar_libretro_tvos.framework $(SRCROOT)/CoresRetro/RetroArch/modules/yabause_libretro_tvos.framework diff --git a/CoresRetro/RetroArch/scripts/output_frameworks_xl.xcfilelist b/CoresRetro/RetroArch/scripts/output_frameworks_xl.xcfilelist index 1086dcd603..0ccd6c8218 100644 --- a/CoresRetro/RetroArch/scripts/output_frameworks_xl.xcfilelist +++ b/CoresRetro/RetroArch/scripts/output_frameworks_xl.xcfilelist @@ -2,6 +2,7 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/a5200_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/atari800_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_mercury_accuracy_libretro_ios.framework +$(SRCROOT)/CoresRetro/RetroArch/modules/desmume_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/dosbox_pure_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/fbneo_libretro_ios.framework $(SRCROOT)/CoresRetro/RetroArch/modules/fceumm_libretro_ios.framework diff --git a/CoresRetro/RetroArch/scripts/output_modules.xcfilelist b/CoresRetro/RetroArch/scripts/output_modules.xcfilelist index 31be6f7811..2f7c04416c 100644 --- a/CoresRetro/RetroArch/scripts/output_modules.xcfilelist +++ b/CoresRetro/RetroArch/scripts/output_modules.xcfilelist @@ -2,6 +2,7 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/a5200_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/atari800_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_mercury_accuracy_libretro_ios.dylib +$(SRCROOT)/CoresRetro/RetroArch/modules/desmume_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/dosbox_pure_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/fbneo_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/fceumm_libretro_ios.dylib diff --git a/CoresRetro/RetroArch/scripts/output_modules_appstore_ios.xcfilelist b/CoresRetro/RetroArch/scripts/output_modules_appstore_ios.xcfilelist index 31be6f7811..11f31a5185 100644 --- a/CoresRetro/RetroArch/scripts/output_modules_appstore_ios.xcfilelist +++ b/CoresRetro/RetroArch/scripts/output_modules_appstore_ios.xcfilelist @@ -3,9 +3,10 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/atari800_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_mercury_accuracy_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/dosbox_pure_libretro_ios.dylib +$(SRCROOT)/CoresRetro/RetroArch/modules/desmume_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/fbneo_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/fceumm_libretro_ios.dylib -$(SRCROOT)/CoresRetro/RetroArch/modules/flycast_libretro.dylib +#$(SRCROOT)/CoresRetro/RetroArch/modules/flycast_libretro.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/fuse_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/gambatte_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/gearcoleco_libretro_ios.dylib @@ -39,7 +40,7 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/o2em_libretro_ios.dylib #$(SRCROOT)/CoresRetro/RetroArch/modules/opera_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/parallel_n64_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/pcsx_rearmed_libretro_ios.dylib -$(SRCROOT)/CoresRetro/RetroArch/modules/play_libretro.framework +#$(SRCROOT)/CoresRetro/RetroArch/modules/play_libretro.framework $(SRCROOT)/CoresRetro/RetroArch/modules/ppsspp_libretro.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/prosystem_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/race_libretro_ios.dylib @@ -48,5 +49,6 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/sameboy_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/stella2014_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/stella_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/vbam_libretro_ios.dylib +$(SRCROOT)/CoresRetro/RetroArch/modules/vecx_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/virtualjaguar_libretro_ios.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/yabause_libretro_ios.dylib diff --git a/CoresRetro/RetroArch/scripts/output_modules_appstore_tv.xcfilelist b/CoresRetro/RetroArch/scripts/output_modules_appstore_tv.xcfilelist index 823f5fe3d8..cc7dadadc3 100644 --- a/CoresRetro/RetroArch/scripts/output_modules_appstore_tv.xcfilelist +++ b/CoresRetro/RetroArch/scripts/output_modules_appstore_tv.xcfilelist @@ -5,7 +5,7 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/bsnes_mercury_accuracy_libretro_tvos.dyl $(SRCROOT)/CoresRetro/RetroArch/modules/dosbox_pure_libretro_tvos.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/fbneo_libretro_tvos.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/fceumm_libretro_tvos.dylib -$(SRCROOT)/CoresRetro/RetroArch/modules/flycast_libretro.dylib +#$(SRCROOT)/CoresRetro/RetroArch/modules/flycast_libretro.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/fuse_libretro_tvos.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/gambatte_libretro_tvos.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/gearcoleco_libretro_tvos.dylib @@ -47,5 +47,6 @@ $(SRCROOT)/CoresRetro/RetroArch/modules/sameboy_libretro_tvos.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/stella2014_libretro_tvos.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/stella_libretro_tvos.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/vbam_libretro_tvos.dylib +$(SRCROOT)/CoresRetro/RetroArch/modules/vecx_libretro_tvos.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/virtualjaguar_libretro_tvos.dylib $(SRCROOT)/CoresRetro/RetroArch/modules/yabause_libretro_tvos.dylib diff --git a/CoresRetro/RetroArch/scripts/urls-appstore-tv.txt b/CoresRetro/RetroArch/scripts/urls-appstore-tv.txt index ebc4337a68..6f907e117e 100644 --- a/CoresRetro/RetroArch/scripts/urls-appstore-tv.txt +++ b/CoresRetro/RetroArch/scripts/urls-appstore-tv.txt @@ -5,7 +5,8 @@ https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/bsnes_mercury_accu https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/dosbox_pure_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/fbneo_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/fceumm_libretro_tvos.dylib.zip -https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/flycast_libretro.dylib.zip +#https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/flycast_libretro.dylib.zip +https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/fmsx_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/fuse_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/gambatte_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/gearcoleco_libretro_tvos.dylib.zip @@ -45,5 +46,6 @@ https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/snes9x_libretro_tv https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/stella2014_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/stella_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/vbam_libretro_tvos.dylib.zip +https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/vecx_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/virtualjaguar_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/yabause_libretro_tvos.dylib.zip diff --git a/CoresRetro/RetroArch/scripts/urls-appstore.txt b/CoresRetro/RetroArch/scripts/urls-appstore.txt index 5de0818ad0..e2f96b0b86 100644 --- a/CoresRetro/RetroArch/scripts/urls-appstore.txt +++ b/CoresRetro/RetroArch/scripts/urls-appstore.txt @@ -2,12 +2,13 @@ https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/a5200_libretro_ios. https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/atari800_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/bsnes_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/bsnes_mercury_accuracy_libretro_ios.dylib.zip -#https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/desmume_libretro_ios.dylib.zip +https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/desmume_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/dosbox_pure_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/fbneo_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/fceumm_libretro_ios.dylib.zip -https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/flycast_libretro.dylib.zip -#https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/freeintv_libretro_ios.dylib.zip +#https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/flycast_libretro.dylib.zip +https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/fmsx_libretro_ios.dylib.zip +https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/freeintv_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/fuse_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/gambatte_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/gearcoleco_libretro_ios.dylib.zip @@ -49,4 +50,5 @@ https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/stella2014_libretro https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/stella_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/vbam_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/virtualjaguar_libretro_ios.dylib.zip +https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/vecx_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/yabause_libretro_ios.dylib.zip diff --git a/CoresRetro/RetroArch/scripts/urls-tv.txt b/CoresRetro/RetroArch/scripts/urls-tv.txt index d82e6f8bc7..d65bfe9229 100644 --- a/CoresRetro/RetroArch/scripts/urls-tv.txt +++ b/CoresRetro/RetroArch/scripts/urls-tv.txt @@ -6,6 +6,7 @@ https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/dosbox_pure_libret https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/fbneo_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/fceumm_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/flycast_libretro.dylib.zip +https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/fmsx_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/fuse_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/gambatte_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/gearcoleco_libretro_tvos.dylib.zip @@ -48,5 +49,6 @@ https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/snes9x_libretro_tv https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/stella2014_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/stella_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/vbam_libretro_tvos.dylib.zip +https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/vecx_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/virtualjaguar_libretro_tvos.dylib.zip https://buildbot.libretro.com/nightly/apple/tvos-arm64/latest/yabause_libretro_tvos.dylib.zip diff --git a/CoresRetro/RetroArch/scripts/urls.txt b/CoresRetro/RetroArch/scripts/urls.txt index 3d9819ccfb..d333a4cc65 100644 --- a/CoresRetro/RetroArch/scripts/urls.txt +++ b/CoresRetro/RetroArch/scripts/urls.txt @@ -2,12 +2,13 @@ https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/a5200_libretro_ios. https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/atari800_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/bsnes_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/bsnes_mercury_accuracy_libretro_ios.dylib.zip -#https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/desmume_libretro_ios.dylib.zip +https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/desmume_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/dosbox_pure_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/fbneo_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/fceumm_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/flycast_libretro.dylib.zip -#https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/freeintv_libretro_ios.dylib.zip +https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/fmsx_libretro_ios.dylib.zip +https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/freeintv_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/fuse_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/gambatte_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/gearcoleco_libretro_ios.dylib.zip @@ -51,5 +52,6 @@ https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/snes9x_libretro_ios https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/stella2014_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/stella_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/vbam_libretro_ios.dylib.zip +https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/vecx_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/virtualjaguar_libretro_ios.dylib.zip https://buildbot.libretro.com/nightly/apple/ios-arm64/latest/yabause_libretro_ios.dylib.zip diff --git a/External/OpenMP/openmp.xcframework/Info.plist b/External/OpenMP/openmp.xcframework/Info.plist new file mode 100644 index 0000000000..d5dde69722 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/Info.plist @@ -0,0 +1,123 @@ + + + + + AvailableLibraries + + + HeadersPath + Headers + LibraryIdentifier + watchos-arm64_32_armv7k + LibraryPath + libomp.a + SupportedArchitectures + + arm64_32 + armv7k + + SupportedPlatform + watchos + + + HeadersPath + Headers + LibraryIdentifier + ios-arm64_arm64e + LibraryPath + libomp.a + SupportedArchitectures + + arm64 + arm64e + + SupportedPlatform + ios + + + HeadersPath + Headers + LibraryIdentifier + tvos-x86_64-simulator + LibraryPath + libomp.a + SupportedArchitectures + + x86_64 + + SupportedPlatform + tvos + SupportedPlatformVariant + simulator + + + HeadersPath + Headers + LibraryIdentifier + tvos-arm64 + LibraryPath + libomp.a + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + + + HeadersPath + Headers + LibraryIdentifier + watchos-i386-simulator + LibraryPath + libomp.a + SupportedArchitectures + + i386 + + SupportedPlatform + watchos + SupportedPlatformVariant + simulator + + + HeadersPath + Headers + LibraryIdentifier + macos-arm64_arm64e_x86_64 + LibraryPath + libomp.a + SupportedArchitectures + + arm64 + arm64e + x86_64 + + SupportedPlatform + macos + + + HeadersPath + Headers + LibraryIdentifier + ios-arm64_arm64e_x86_64-simulator + LibraryPath + libomp.a + SupportedArchitectures + + arm64 + arm64e + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/Headers/omp-tools.h b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/Headers/omp-tools.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/Headers/omp-tools.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/Headers/omp.h b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/Headers/omp.h similarity index 99% rename from Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/Headers/omp.h rename to External/OpenMP/openmp.xcframework/ios-arm64_arm64e/Headers/omp.h index 64bfae3f9f..618e09de86 100644 --- a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework/Versions/A/Headers/omp.h +++ b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/Headers/omp.h @@ -368,7 +368,6 @@ extern __KMP_IMP omp_allocator_handle_t const omp_cgroup_mem_alloc; extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc; extern __KMP_IMP omp_allocator_handle_t const omp_thread_mem_alloc; - /* Preview of target memory support */ extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_host_mem_alloc; extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_shared_mem_alloc; extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_device_mem_alloc; @@ -379,7 +378,6 @@ extern __KMP_IMP omp_memspace_handle_t const omp_const_mem_space; extern __KMP_IMP omp_memspace_handle_t const omp_high_bw_mem_space; extern __KMP_IMP omp_memspace_handle_t const omp_low_lat_mem_space; - /* Preview of target memory support */ extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_host_mem_space; extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_shared_mem_space; extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_device_mem_space; @@ -399,7 +397,6 @@ omp_cgroup_mem_alloc = 6, omp_pteam_mem_alloc = 7, omp_thread_mem_alloc = 8, - /* Preview of target memory support */ llvm_omp_target_host_mem_alloc = 100, llvm_omp_target_shared_mem_alloc = 101, llvm_omp_target_device_mem_alloc = 102, @@ -416,7 +413,6 @@ omp_const_mem_space = 2, omp_high_bw_mem_space = 3, omp_low_lat_mem_space = 4, - /* Preview of target memory support */ llvm_omp_target_host_mem_space = 100, llvm_omp_target_shared_mem_space = 101, llvm_omp_target_device_mem_space = 102, @@ -497,6 +493,12 @@ #pragma omp end declare variant # endif + /* OpenMP 5.2 */ + extern int __KAI_KMPC_CONVENTION omp_in_explicit_task(void); + + /* LLVM Extensions */ + extern void *llvm_omp_target_dynamic_shared_alloc(); + # undef __KAI_KMPC_CONVENTION # undef __KMP_IMP diff --git a/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/Headers/ompt.h b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/Headers/ompt.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/Headers/ompt.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/libomp.a b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/libomp.a new file mode 100644 index 0000000000..4f739f49c5 Binary files /dev/null and b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e/libomp.a differ diff --git a/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/omp-tools.h b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/omp-tools.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/omp-tools.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Versions/A/Headers/omp.h b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/omp.h similarity index 99% rename from Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Versions/A/Headers/omp.h rename to External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/omp.h index 64bfae3f9f..618e09de86 100644 --- a/Cores/Flycast/cmake/OpenMP.xcframework/ios-arm64_x86_64-simulator/OpenMP.framework/Versions/A/Headers/omp.h +++ b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/omp.h @@ -368,7 +368,6 @@ extern __KMP_IMP omp_allocator_handle_t const omp_cgroup_mem_alloc; extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc; extern __KMP_IMP omp_allocator_handle_t const omp_thread_mem_alloc; - /* Preview of target memory support */ extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_host_mem_alloc; extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_shared_mem_alloc; extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_device_mem_alloc; @@ -379,7 +378,6 @@ extern __KMP_IMP omp_memspace_handle_t const omp_const_mem_space; extern __KMP_IMP omp_memspace_handle_t const omp_high_bw_mem_space; extern __KMP_IMP omp_memspace_handle_t const omp_low_lat_mem_space; - /* Preview of target memory support */ extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_host_mem_space; extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_shared_mem_space; extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_device_mem_space; @@ -399,7 +397,6 @@ omp_cgroup_mem_alloc = 6, omp_pteam_mem_alloc = 7, omp_thread_mem_alloc = 8, - /* Preview of target memory support */ llvm_omp_target_host_mem_alloc = 100, llvm_omp_target_shared_mem_alloc = 101, llvm_omp_target_device_mem_alloc = 102, @@ -416,7 +413,6 @@ omp_const_mem_space = 2, omp_high_bw_mem_space = 3, omp_low_lat_mem_space = 4, - /* Preview of target memory support */ llvm_omp_target_host_mem_space = 100, llvm_omp_target_shared_mem_space = 101, llvm_omp_target_device_mem_space = 102, @@ -497,6 +493,12 @@ #pragma omp end declare variant # endif + /* OpenMP 5.2 */ + extern int __KAI_KMPC_CONVENTION omp_in_explicit_task(void); + + /* LLVM Extensions */ + extern void *llvm_omp_target_dynamic_shared_alloc(); + # undef __KAI_KMPC_CONVENTION # undef __KMP_IMP diff --git a/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/ompt.h b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/ompt.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/ompt.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/libomp.a b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/libomp.a new file mode 100644 index 0000000000..581b50c5f4 Binary files /dev/null and b/External/OpenMP/openmp.xcframework/ios-arm64_arm64e_x86_64-simulator/libomp.a differ diff --git a/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/Headers/omp-tools.h b/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/Headers/omp-tools.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/Headers/omp-tools.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/Headers/omp.h b/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/Headers/omp.h new file mode 100644 index 0000000000..618e09de86 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/Headers/omp.h @@ -0,0 +1,515 @@ +/* + * include/omp.h.var + */ + + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + + +#ifndef __OMP_H +# define __OMP_H + +# include +# include + +# define KMP_VERSION_MAJOR 5 +# define KMP_VERSION_MINOR 0 +# define KMP_VERSION_BUILD 20140926 +# define KMP_BUILD_DATE "No_Timestamp" + +# ifdef __cplusplus + extern "C" { +# endif + +# define omp_set_affinity_format ompc_set_affinity_format +# define omp_get_affinity_format ompc_get_affinity_format +# define omp_display_affinity ompc_display_affinity +# define omp_capture_affinity ompc_capture_affinity + +# if defined(_WIN32) +# define __KAI_KMPC_CONVENTION __cdecl +# ifndef __KMP_IMP +# define __KMP_IMP __declspec(dllimport) +# endif +# else +# define __KAI_KMPC_CONVENTION +# ifndef __KMP_IMP +# define __KMP_IMP +# endif +# endif + + /* schedule kind constants */ + typedef enum omp_sched_t { + omp_sched_static = 1, + omp_sched_dynamic = 2, + omp_sched_guided = 3, + omp_sched_auto = 4, + omp_sched_monotonic = 0x80000000 + } omp_sched_t; + + /* set API functions */ + extern void __KAI_KMPC_CONVENTION omp_set_num_threads (int); + extern void __KAI_KMPC_CONVENTION omp_set_dynamic (int); + extern void __KAI_KMPC_CONVENTION omp_set_nested (int); + extern void __KAI_KMPC_CONVENTION omp_set_max_active_levels (int); + extern void __KAI_KMPC_CONVENTION omp_set_schedule (omp_sched_t, int); + + /* query API functions */ + extern int __KAI_KMPC_CONVENTION omp_get_num_threads (void); + extern int __KAI_KMPC_CONVENTION omp_get_dynamic (void); + extern int __KAI_KMPC_CONVENTION omp_get_nested (void); + extern int __KAI_KMPC_CONVENTION omp_get_max_threads (void); + extern int __KAI_KMPC_CONVENTION omp_get_thread_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_procs (void); + extern int __KAI_KMPC_CONVENTION omp_in_parallel (void); + extern int __KAI_KMPC_CONVENTION omp_in_final (void); + extern int __KAI_KMPC_CONVENTION omp_get_active_level (void); + extern int __KAI_KMPC_CONVENTION omp_get_level (void); + extern int __KAI_KMPC_CONVENTION omp_get_ancestor_thread_num (int); + extern int __KAI_KMPC_CONVENTION omp_get_team_size (int); + extern int __KAI_KMPC_CONVENTION omp_get_thread_limit (void); + extern int __KAI_KMPC_CONVENTION omp_get_max_active_levels (void); + extern void __KAI_KMPC_CONVENTION omp_get_schedule (omp_sched_t *, int *); + extern int __KAI_KMPC_CONVENTION omp_get_max_task_priority (void); + + /* lock API functions */ + typedef struct omp_lock_t { + void * _lk; + } omp_lock_t; + + extern void __KAI_KMPC_CONVENTION omp_init_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_set_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_unset_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_destroy_lock (omp_lock_t *); + extern int __KAI_KMPC_CONVENTION omp_test_lock (omp_lock_t *); + + /* nested lock API functions */ + typedef struct omp_nest_lock_t { + void * _lk; + } omp_nest_lock_t; + + extern void __KAI_KMPC_CONVENTION omp_init_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_set_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_unset_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_destroy_nest_lock (omp_nest_lock_t *); + extern int __KAI_KMPC_CONVENTION omp_test_nest_lock (omp_nest_lock_t *); + + /* OpenMP 5.0 Synchronization hints*/ + typedef enum omp_sync_hint_t { + omp_sync_hint_none = 0, + omp_lock_hint_none = omp_sync_hint_none, + omp_sync_hint_uncontended = 1, + omp_lock_hint_uncontended = omp_sync_hint_uncontended, + omp_sync_hint_contended = (1<<1), + omp_lock_hint_contended = omp_sync_hint_contended, + omp_sync_hint_nonspeculative = (1<<2), + omp_lock_hint_nonspeculative = omp_sync_hint_nonspeculative, + omp_sync_hint_speculative = (1<<3), + omp_lock_hint_speculative = omp_sync_hint_speculative, + kmp_lock_hint_hle = (1<<16), + kmp_lock_hint_rtm = (1<<17), + kmp_lock_hint_adaptive = (1<<18) + } omp_sync_hint_t; + + /* lock hint type for dynamic user lock */ + typedef omp_sync_hint_t omp_lock_hint_t; + + /* hinted lock initializers */ + extern void __KAI_KMPC_CONVENTION omp_init_lock_with_hint(omp_lock_t *, omp_lock_hint_t); + extern void __KAI_KMPC_CONVENTION omp_init_nest_lock_with_hint(omp_nest_lock_t *, omp_lock_hint_t); + + /* time API functions */ + extern double __KAI_KMPC_CONVENTION omp_get_wtime (void); + extern double __KAI_KMPC_CONVENTION omp_get_wtick (void); + + /* OpenMP 4.0 */ + extern int __KAI_KMPC_CONVENTION omp_get_default_device (void); + extern void __KAI_KMPC_CONVENTION omp_set_default_device (int); + extern int __KAI_KMPC_CONVENTION omp_is_initial_device (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_devices (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_teams (void); + extern int __KAI_KMPC_CONVENTION omp_get_team_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_cancellation (void); + + /* OpenMP 4.5 */ + extern int __KAI_KMPC_CONVENTION omp_get_initial_device (void); + extern void* __KAI_KMPC_CONVENTION omp_target_alloc(size_t, int); + extern void __KAI_KMPC_CONVENTION omp_target_free(void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_is_present(const void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_memcpy(void *, const void *, size_t, size_t, size_t, int, int); + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect(void *, const void *, size_t, int, const size_t *, + const size_t *, const size_t *, const size_t *, const size_t *, int, int); + extern int __KAI_KMPC_CONVENTION omp_target_associate_ptr(const void *, const void *, size_t, size_t, int); + extern int __KAI_KMPC_CONVENTION omp_target_disassociate_ptr(const void *, int); + + /* OpenMP 5.0 */ + extern int __KAI_KMPC_CONVENTION omp_get_device_num (void); + typedef void * omp_depend_t; + + /* OpenMP 5.1 interop */ + typedef intptr_t omp_intptr_t; + + /* 0..omp_get_num_interop_properties()-1 are reserved for implementation-defined properties */ + typedef enum omp_interop_property { + omp_ipr_fr_id = -1, + omp_ipr_fr_name = -2, + omp_ipr_vendor = -3, + omp_ipr_vendor_name = -4, + omp_ipr_device_num = -5, + omp_ipr_platform = -6, + omp_ipr_device = -7, + omp_ipr_device_context = -8, + omp_ipr_targetsync = -9, + omp_ipr_first = -9 + } omp_interop_property_t; + + #define omp_interop_none 0 + + typedef enum omp_interop_rc { + omp_irc_no_value = 1, + omp_irc_success = 0, + omp_irc_empty = -1, + omp_irc_out_of_range = -2, + omp_irc_type_int = -3, + omp_irc_type_ptr = -4, + omp_irc_type_str = -5, + omp_irc_other = -6 + } omp_interop_rc_t; + + typedef enum omp_interop_fr { + omp_ifr_cuda = 1, + omp_ifr_cuda_driver = 2, + omp_ifr_opencl = 3, + omp_ifr_sycl = 4, + omp_ifr_hip = 5, + omp_ifr_level_zero = 6, + omp_ifr_last = 7 + } omp_interop_fr_t; + + typedef void * omp_interop_t; + + /*! + * The `omp_get_num_interop_properties` routine retrieves the number of implementation-defined properties available for an `omp_interop_t` object. + */ + extern int __KAI_KMPC_CONVENTION omp_get_num_interop_properties(const omp_interop_t); + /*! + * The `omp_get_interop_int` routine retrieves an integer property from an `omp_interop_t` object. + */ + extern omp_intptr_t __KAI_KMPC_CONVENTION omp_get_interop_int(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_ptr` routine retrieves a pointer property from an `omp_interop_t` object. + */ + extern void * __KAI_KMPC_CONVENTION omp_get_interop_ptr(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_str` routine retrieves a string property from an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_str(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_name` routine retrieves a property name from an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_name(const omp_interop_t, omp_interop_property_t); + /*! + * The `omp_get_interop_type_desc` routine retrieves a description of the type of a property associated with an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_type_desc(const omp_interop_t, omp_interop_property_t); + /*! + * The `omp_get_interop_rc_desc` routine retrieves a description of the return code associated with an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_rc_desc(const omp_interop_t, omp_interop_rc_t); + + /* OpenMP 5.1 device memory routines */ + + /*! + * The `omp_target_memcpy_async` routine asynchronously performs a copy between any combination of host and device pointers. + */ + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_async(void *, const void *, size_t, size_t, size_t, int, + int, int, omp_depend_t *); + /*! + * The `omp_target_memcpy_rect_async` routine asynchronously performs a copy between any combination of host and device pointers. + */ + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect_async(void *, const void *, size_t, int, const size_t *, + const size_t *, const size_t *, const size_t *, const size_t *, int, int, + int, omp_depend_t *); + /*! + * The `omp_get_mapped_ptr` routine returns the device pointer that is associated with a host pointer for a given device. + */ + extern void * __KAI_KMPC_CONVENTION omp_get_mapped_ptr(const void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_is_accessible(const void *, size_t, int); + + /* kmp API functions */ + extern int __KAI_KMPC_CONVENTION kmp_get_stacksize (void); + extern void __KAI_KMPC_CONVENTION kmp_set_stacksize (int); + extern size_t __KAI_KMPC_CONVENTION kmp_get_stacksize_s (void); + extern void __KAI_KMPC_CONVENTION kmp_set_stacksize_s (size_t); + extern int __KAI_KMPC_CONVENTION kmp_get_blocktime (void); + extern int __KAI_KMPC_CONVENTION kmp_get_library (void); + extern void __KAI_KMPC_CONVENTION kmp_set_blocktime (int); + extern void __KAI_KMPC_CONVENTION kmp_set_library (int); + extern void __KAI_KMPC_CONVENTION kmp_set_library_serial (void); + extern void __KAI_KMPC_CONVENTION kmp_set_library_turnaround (void); + extern void __KAI_KMPC_CONVENTION kmp_set_library_throughput (void); + extern void __KAI_KMPC_CONVENTION kmp_set_defaults (char const *); + extern void __KAI_KMPC_CONVENTION kmp_set_disp_num_buffers (int); + + /* Intel affinity API */ + typedef void * kmp_affinity_mask_t; + + extern int __KAI_KMPC_CONVENTION kmp_set_affinity (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity_max_proc (void); + extern void __KAI_KMPC_CONVENTION kmp_create_affinity_mask (kmp_affinity_mask_t *); + extern void __KAI_KMPC_CONVENTION kmp_destroy_affinity_mask (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_set_affinity_mask_proc (int, kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_unset_affinity_mask_proc (int, kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity_mask_proc (int, kmp_affinity_mask_t *); + + /* OpenMP 4.0 affinity API */ + typedef enum omp_proc_bind_t { + omp_proc_bind_false = 0, + omp_proc_bind_true = 1, + omp_proc_bind_master = 2, + omp_proc_bind_close = 3, + omp_proc_bind_spread = 4 + } omp_proc_bind_t; + + extern omp_proc_bind_t __KAI_KMPC_CONVENTION omp_get_proc_bind (void); + + /* OpenMP 4.5 affinity API */ + extern int __KAI_KMPC_CONVENTION omp_get_num_places (void); + extern int __KAI_KMPC_CONVENTION omp_get_place_num_procs (int); + extern void __KAI_KMPC_CONVENTION omp_get_place_proc_ids (int, int *); + extern int __KAI_KMPC_CONVENTION omp_get_place_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_partition_num_places (void); + extern void __KAI_KMPC_CONVENTION omp_get_partition_place_nums (int *); + + extern void * __KAI_KMPC_CONVENTION kmp_malloc (size_t); + extern void * __KAI_KMPC_CONVENTION kmp_aligned_malloc (size_t, size_t); + extern void * __KAI_KMPC_CONVENTION kmp_calloc (size_t, size_t); + extern void * __KAI_KMPC_CONVENTION kmp_realloc (void *, size_t); + extern void __KAI_KMPC_CONVENTION kmp_free (void *); + + extern void __KAI_KMPC_CONVENTION kmp_set_warnings_on(void); + extern void __KAI_KMPC_CONVENTION kmp_set_warnings_off(void); + + /* OpenMP 5.0 Tool Control */ + typedef enum omp_control_tool_result_t { + omp_control_tool_notool = -2, + omp_control_tool_nocallback = -1, + omp_control_tool_success = 0, + omp_control_tool_ignored = 1 + } omp_control_tool_result_t; + + typedef enum omp_control_tool_t { + omp_control_tool_start = 1, + omp_control_tool_pause = 2, + omp_control_tool_flush = 3, + omp_control_tool_end = 4 + } omp_control_tool_t; + + extern int __KAI_KMPC_CONVENTION omp_control_tool(int, int, void*); + + /* OpenMP 5.0 Memory Management */ + typedef uintptr_t omp_uintptr_t; + + typedef enum { + omp_atk_sync_hint = 1, + omp_atk_alignment = 2, + omp_atk_access = 3, + omp_atk_pool_size = 4, + omp_atk_fallback = 5, + omp_atk_fb_data = 6, + omp_atk_pinned = 7, + omp_atk_partition = 8 + } omp_alloctrait_key_t; + + typedef enum { + omp_atv_false = 0, + omp_atv_true = 1, + omp_atv_contended = 3, + omp_atv_uncontended = 4, + omp_atv_serialized = 5, + omp_atv_sequential = omp_atv_serialized, // (deprecated) + omp_atv_private = 6, + omp_atv_all = 7, + omp_atv_thread = 8, + omp_atv_pteam = 9, + omp_atv_cgroup = 10, + omp_atv_default_mem_fb = 11, + omp_atv_null_fb = 12, + omp_atv_abort_fb = 13, + omp_atv_allocator_fb = 14, + omp_atv_environment = 15, + omp_atv_nearest = 16, + omp_atv_blocked = 17, + omp_atv_interleaved = 18 + } omp_alloctrait_value_t; + #define omp_atv_default ((omp_uintptr_t)-1) + + typedef struct { + omp_alloctrait_key_t key; + omp_uintptr_t value; + } omp_alloctrait_t; + +# if defined(_WIN32) + // On Windows cl and icl do not support 64-bit enum, let's use integer then. + typedef omp_uintptr_t omp_allocator_handle_t; + extern __KMP_IMP omp_allocator_handle_t const omp_null_allocator; + extern __KMP_IMP omp_allocator_handle_t const omp_default_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_large_cap_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_const_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_low_lat_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_cgroup_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_thread_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_host_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_shared_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_device_mem_alloc; + + typedef omp_uintptr_t omp_memspace_handle_t; + extern __KMP_IMP omp_memspace_handle_t const omp_default_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_large_cap_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_const_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_high_bw_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_low_lat_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_host_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_shared_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_device_mem_space; +# else +# if __cplusplus >= 201103 + typedef enum omp_allocator_handle_t : omp_uintptr_t +# else + typedef enum omp_allocator_handle_t +# endif + { + omp_null_allocator = 0, + omp_default_mem_alloc = 1, + omp_large_cap_mem_alloc = 2, + omp_const_mem_alloc = 3, + omp_high_bw_mem_alloc = 4, + omp_low_lat_mem_alloc = 5, + omp_cgroup_mem_alloc = 6, + omp_pteam_mem_alloc = 7, + omp_thread_mem_alloc = 8, + llvm_omp_target_host_mem_alloc = 100, + llvm_omp_target_shared_mem_alloc = 101, + llvm_omp_target_device_mem_alloc = 102, + KMP_ALLOCATOR_MAX_HANDLE = UINTPTR_MAX + } omp_allocator_handle_t; +# if __cplusplus >= 201103 + typedef enum omp_memspace_handle_t : omp_uintptr_t +# else + typedef enum omp_memspace_handle_t +# endif + { + omp_default_mem_space = 0, + omp_large_cap_mem_space = 1, + omp_const_mem_space = 2, + omp_high_bw_mem_space = 3, + omp_low_lat_mem_space = 4, + llvm_omp_target_host_mem_space = 100, + llvm_omp_target_shared_mem_space = 101, + llvm_omp_target_device_mem_space = 102, + KMP_MEMSPACE_MAX_HANDLE = UINTPTR_MAX + } omp_memspace_handle_t; +# endif + extern omp_allocator_handle_t __KAI_KMPC_CONVENTION omp_init_allocator(omp_memspace_handle_t m, + int ntraits, omp_alloctrait_t traits[]); + extern void __KAI_KMPC_CONVENTION omp_destroy_allocator(omp_allocator_handle_t allocator); + + extern void __KAI_KMPC_CONVENTION omp_set_default_allocator(omp_allocator_handle_t a); + extern omp_allocator_handle_t __KAI_KMPC_CONVENTION omp_get_default_allocator(void); +# ifdef __cplusplus + extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, + omp_allocator_handle_t allocator = omp_null_allocator, + omp_allocator_handle_t free_allocator = omp_null_allocator); + extern void __KAI_KMPC_CONVENTION omp_free(void * ptr, omp_allocator_handle_t a = omp_null_allocator); +# else + extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size, + omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size, + omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, omp_allocator_handle_t allocator, + omp_allocator_handle_t free_allocator); + extern void __KAI_KMPC_CONVENTION omp_free(void *ptr, omp_allocator_handle_t a); +# endif + + /* OpenMP 5.0 Affinity Format */ + extern void __KAI_KMPC_CONVENTION omp_set_affinity_format(char const *); + extern size_t __KAI_KMPC_CONVENTION omp_get_affinity_format(char *, size_t); + extern void __KAI_KMPC_CONVENTION omp_display_affinity(char const *); + extern size_t __KAI_KMPC_CONVENTION omp_capture_affinity(char *, size_t, char const *); + + /* OpenMP 5.0 events */ +# if defined(_WIN32) + // On Windows cl and icl do not support 64-bit enum, let's use integer then. + typedef omp_uintptr_t omp_event_handle_t; +# else + typedef enum omp_event_handle_t { KMP_EVENT_MAX_HANDLE = UINTPTR_MAX } omp_event_handle_t; +# endif + extern void __KAI_KMPC_CONVENTION omp_fulfill_event ( omp_event_handle_t event ); + + /* OpenMP 5.0 Pause Resources */ + typedef enum omp_pause_resource_t { + omp_pause_resume = 0, + omp_pause_soft = 1, + omp_pause_hard = 2 + } omp_pause_resource_t; + extern int __KAI_KMPC_CONVENTION omp_pause_resource(omp_pause_resource_t, int); + extern int __KAI_KMPC_CONVENTION omp_pause_resource_all(omp_pause_resource_t); + + extern int __KAI_KMPC_CONVENTION omp_get_supported_active_levels(void); + + /* OpenMP 5.1 */ + extern void __KAI_KMPC_CONVENTION omp_set_num_teams(int num_teams); + extern int __KAI_KMPC_CONVENTION omp_get_max_teams(void); + extern void __KAI_KMPC_CONVENTION omp_set_teams_thread_limit(int limit); + extern int __KAI_KMPC_CONVENTION omp_get_teams_thread_limit(void); + + /* OpenMP 5.1 Display Environment */ + extern void omp_display_env(int verbose); + +# if defined(_OPENMP) && _OPENMP >= 201811 + #pragma omp begin declare variant match(device={kind(host)}) + static inline int omp_is_initial_device(void) { return 1; } + #pragma omp end declare variant + #pragma omp begin declare variant match(device={kind(nohost)}) + static inline int omp_is_initial_device(void) { return 0; } + #pragma omp end declare variant +# endif + + /* OpenMP 5.2 */ + extern int __KAI_KMPC_CONVENTION omp_in_explicit_task(void); + + /* LLVM Extensions */ + extern void *llvm_omp_target_dynamic_shared_alloc(); + +# undef __KAI_KMPC_CONVENTION +# undef __KMP_IMP + + /* Warning: + The following typedefs are not standard, deprecated and will be removed in a future release. + */ + typedef int omp_int_t; + typedef double omp_wtime_t; + +# ifdef __cplusplus + } +# endif + +#endif /* __OMP_H */ diff --git a/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/Headers/ompt.h b/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/Headers/ompt.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/Headers/ompt.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/libomp.a b/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/libomp.a new file mode 100644 index 0000000000..fdaa62a5c2 Binary files /dev/null and b/External/OpenMP/openmp.xcframework/macos-arm64_arm64e_x86_64/libomp.a differ diff --git a/External/OpenMP/openmp.xcframework/tvos-arm64/Headers/omp-tools.h b/External/OpenMP/openmp.xcframework/tvos-arm64/Headers/omp-tools.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/tvos-arm64/Headers/omp-tools.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/tvos-arm64/Headers/omp.h b/External/OpenMP/openmp.xcframework/tvos-arm64/Headers/omp.h new file mode 100644 index 0000000000..618e09de86 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/tvos-arm64/Headers/omp.h @@ -0,0 +1,515 @@ +/* + * include/omp.h.var + */ + + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + + +#ifndef __OMP_H +# define __OMP_H + +# include +# include + +# define KMP_VERSION_MAJOR 5 +# define KMP_VERSION_MINOR 0 +# define KMP_VERSION_BUILD 20140926 +# define KMP_BUILD_DATE "No_Timestamp" + +# ifdef __cplusplus + extern "C" { +# endif + +# define omp_set_affinity_format ompc_set_affinity_format +# define omp_get_affinity_format ompc_get_affinity_format +# define omp_display_affinity ompc_display_affinity +# define omp_capture_affinity ompc_capture_affinity + +# if defined(_WIN32) +# define __KAI_KMPC_CONVENTION __cdecl +# ifndef __KMP_IMP +# define __KMP_IMP __declspec(dllimport) +# endif +# else +# define __KAI_KMPC_CONVENTION +# ifndef __KMP_IMP +# define __KMP_IMP +# endif +# endif + + /* schedule kind constants */ + typedef enum omp_sched_t { + omp_sched_static = 1, + omp_sched_dynamic = 2, + omp_sched_guided = 3, + omp_sched_auto = 4, + omp_sched_monotonic = 0x80000000 + } omp_sched_t; + + /* set API functions */ + extern void __KAI_KMPC_CONVENTION omp_set_num_threads (int); + extern void __KAI_KMPC_CONVENTION omp_set_dynamic (int); + extern void __KAI_KMPC_CONVENTION omp_set_nested (int); + extern void __KAI_KMPC_CONVENTION omp_set_max_active_levels (int); + extern void __KAI_KMPC_CONVENTION omp_set_schedule (omp_sched_t, int); + + /* query API functions */ + extern int __KAI_KMPC_CONVENTION omp_get_num_threads (void); + extern int __KAI_KMPC_CONVENTION omp_get_dynamic (void); + extern int __KAI_KMPC_CONVENTION omp_get_nested (void); + extern int __KAI_KMPC_CONVENTION omp_get_max_threads (void); + extern int __KAI_KMPC_CONVENTION omp_get_thread_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_procs (void); + extern int __KAI_KMPC_CONVENTION omp_in_parallel (void); + extern int __KAI_KMPC_CONVENTION omp_in_final (void); + extern int __KAI_KMPC_CONVENTION omp_get_active_level (void); + extern int __KAI_KMPC_CONVENTION omp_get_level (void); + extern int __KAI_KMPC_CONVENTION omp_get_ancestor_thread_num (int); + extern int __KAI_KMPC_CONVENTION omp_get_team_size (int); + extern int __KAI_KMPC_CONVENTION omp_get_thread_limit (void); + extern int __KAI_KMPC_CONVENTION omp_get_max_active_levels (void); + extern void __KAI_KMPC_CONVENTION omp_get_schedule (omp_sched_t *, int *); + extern int __KAI_KMPC_CONVENTION omp_get_max_task_priority (void); + + /* lock API functions */ + typedef struct omp_lock_t { + void * _lk; + } omp_lock_t; + + extern void __KAI_KMPC_CONVENTION omp_init_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_set_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_unset_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_destroy_lock (omp_lock_t *); + extern int __KAI_KMPC_CONVENTION omp_test_lock (omp_lock_t *); + + /* nested lock API functions */ + typedef struct omp_nest_lock_t { + void * _lk; + } omp_nest_lock_t; + + extern void __KAI_KMPC_CONVENTION omp_init_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_set_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_unset_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_destroy_nest_lock (omp_nest_lock_t *); + extern int __KAI_KMPC_CONVENTION omp_test_nest_lock (omp_nest_lock_t *); + + /* OpenMP 5.0 Synchronization hints*/ + typedef enum omp_sync_hint_t { + omp_sync_hint_none = 0, + omp_lock_hint_none = omp_sync_hint_none, + omp_sync_hint_uncontended = 1, + omp_lock_hint_uncontended = omp_sync_hint_uncontended, + omp_sync_hint_contended = (1<<1), + omp_lock_hint_contended = omp_sync_hint_contended, + omp_sync_hint_nonspeculative = (1<<2), + omp_lock_hint_nonspeculative = omp_sync_hint_nonspeculative, + omp_sync_hint_speculative = (1<<3), + omp_lock_hint_speculative = omp_sync_hint_speculative, + kmp_lock_hint_hle = (1<<16), + kmp_lock_hint_rtm = (1<<17), + kmp_lock_hint_adaptive = (1<<18) + } omp_sync_hint_t; + + /* lock hint type for dynamic user lock */ + typedef omp_sync_hint_t omp_lock_hint_t; + + /* hinted lock initializers */ + extern void __KAI_KMPC_CONVENTION omp_init_lock_with_hint(omp_lock_t *, omp_lock_hint_t); + extern void __KAI_KMPC_CONVENTION omp_init_nest_lock_with_hint(omp_nest_lock_t *, omp_lock_hint_t); + + /* time API functions */ + extern double __KAI_KMPC_CONVENTION omp_get_wtime (void); + extern double __KAI_KMPC_CONVENTION omp_get_wtick (void); + + /* OpenMP 4.0 */ + extern int __KAI_KMPC_CONVENTION omp_get_default_device (void); + extern void __KAI_KMPC_CONVENTION omp_set_default_device (int); + extern int __KAI_KMPC_CONVENTION omp_is_initial_device (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_devices (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_teams (void); + extern int __KAI_KMPC_CONVENTION omp_get_team_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_cancellation (void); + + /* OpenMP 4.5 */ + extern int __KAI_KMPC_CONVENTION omp_get_initial_device (void); + extern void* __KAI_KMPC_CONVENTION omp_target_alloc(size_t, int); + extern void __KAI_KMPC_CONVENTION omp_target_free(void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_is_present(const void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_memcpy(void *, const void *, size_t, size_t, size_t, int, int); + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect(void *, const void *, size_t, int, const size_t *, + const size_t *, const size_t *, const size_t *, const size_t *, int, int); + extern int __KAI_KMPC_CONVENTION omp_target_associate_ptr(const void *, const void *, size_t, size_t, int); + extern int __KAI_KMPC_CONVENTION omp_target_disassociate_ptr(const void *, int); + + /* OpenMP 5.0 */ + extern int __KAI_KMPC_CONVENTION omp_get_device_num (void); + typedef void * omp_depend_t; + + /* OpenMP 5.1 interop */ + typedef intptr_t omp_intptr_t; + + /* 0..omp_get_num_interop_properties()-1 are reserved for implementation-defined properties */ + typedef enum omp_interop_property { + omp_ipr_fr_id = -1, + omp_ipr_fr_name = -2, + omp_ipr_vendor = -3, + omp_ipr_vendor_name = -4, + omp_ipr_device_num = -5, + omp_ipr_platform = -6, + omp_ipr_device = -7, + omp_ipr_device_context = -8, + omp_ipr_targetsync = -9, + omp_ipr_first = -9 + } omp_interop_property_t; + + #define omp_interop_none 0 + + typedef enum omp_interop_rc { + omp_irc_no_value = 1, + omp_irc_success = 0, + omp_irc_empty = -1, + omp_irc_out_of_range = -2, + omp_irc_type_int = -3, + omp_irc_type_ptr = -4, + omp_irc_type_str = -5, + omp_irc_other = -6 + } omp_interop_rc_t; + + typedef enum omp_interop_fr { + omp_ifr_cuda = 1, + omp_ifr_cuda_driver = 2, + omp_ifr_opencl = 3, + omp_ifr_sycl = 4, + omp_ifr_hip = 5, + omp_ifr_level_zero = 6, + omp_ifr_last = 7 + } omp_interop_fr_t; + + typedef void * omp_interop_t; + + /*! + * The `omp_get_num_interop_properties` routine retrieves the number of implementation-defined properties available for an `omp_interop_t` object. + */ + extern int __KAI_KMPC_CONVENTION omp_get_num_interop_properties(const omp_interop_t); + /*! + * The `omp_get_interop_int` routine retrieves an integer property from an `omp_interop_t` object. + */ + extern omp_intptr_t __KAI_KMPC_CONVENTION omp_get_interop_int(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_ptr` routine retrieves a pointer property from an `omp_interop_t` object. + */ + extern void * __KAI_KMPC_CONVENTION omp_get_interop_ptr(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_str` routine retrieves a string property from an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_str(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_name` routine retrieves a property name from an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_name(const omp_interop_t, omp_interop_property_t); + /*! + * The `omp_get_interop_type_desc` routine retrieves a description of the type of a property associated with an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_type_desc(const omp_interop_t, omp_interop_property_t); + /*! + * The `omp_get_interop_rc_desc` routine retrieves a description of the return code associated with an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_rc_desc(const omp_interop_t, omp_interop_rc_t); + + /* OpenMP 5.1 device memory routines */ + + /*! + * The `omp_target_memcpy_async` routine asynchronously performs a copy between any combination of host and device pointers. + */ + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_async(void *, const void *, size_t, size_t, size_t, int, + int, int, omp_depend_t *); + /*! + * The `omp_target_memcpy_rect_async` routine asynchronously performs a copy between any combination of host and device pointers. + */ + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect_async(void *, const void *, size_t, int, const size_t *, + const size_t *, const size_t *, const size_t *, const size_t *, int, int, + int, omp_depend_t *); + /*! + * The `omp_get_mapped_ptr` routine returns the device pointer that is associated with a host pointer for a given device. + */ + extern void * __KAI_KMPC_CONVENTION omp_get_mapped_ptr(const void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_is_accessible(const void *, size_t, int); + + /* kmp API functions */ + extern int __KAI_KMPC_CONVENTION kmp_get_stacksize (void); + extern void __KAI_KMPC_CONVENTION kmp_set_stacksize (int); + extern size_t __KAI_KMPC_CONVENTION kmp_get_stacksize_s (void); + extern void __KAI_KMPC_CONVENTION kmp_set_stacksize_s (size_t); + extern int __KAI_KMPC_CONVENTION kmp_get_blocktime (void); + extern int __KAI_KMPC_CONVENTION kmp_get_library (void); + extern void __KAI_KMPC_CONVENTION kmp_set_blocktime (int); + extern void __KAI_KMPC_CONVENTION kmp_set_library (int); + extern void __KAI_KMPC_CONVENTION kmp_set_library_serial (void); + extern void __KAI_KMPC_CONVENTION kmp_set_library_turnaround (void); + extern void __KAI_KMPC_CONVENTION kmp_set_library_throughput (void); + extern void __KAI_KMPC_CONVENTION kmp_set_defaults (char const *); + extern void __KAI_KMPC_CONVENTION kmp_set_disp_num_buffers (int); + + /* Intel affinity API */ + typedef void * kmp_affinity_mask_t; + + extern int __KAI_KMPC_CONVENTION kmp_set_affinity (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity_max_proc (void); + extern void __KAI_KMPC_CONVENTION kmp_create_affinity_mask (kmp_affinity_mask_t *); + extern void __KAI_KMPC_CONVENTION kmp_destroy_affinity_mask (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_set_affinity_mask_proc (int, kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_unset_affinity_mask_proc (int, kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity_mask_proc (int, kmp_affinity_mask_t *); + + /* OpenMP 4.0 affinity API */ + typedef enum omp_proc_bind_t { + omp_proc_bind_false = 0, + omp_proc_bind_true = 1, + omp_proc_bind_master = 2, + omp_proc_bind_close = 3, + omp_proc_bind_spread = 4 + } omp_proc_bind_t; + + extern omp_proc_bind_t __KAI_KMPC_CONVENTION omp_get_proc_bind (void); + + /* OpenMP 4.5 affinity API */ + extern int __KAI_KMPC_CONVENTION omp_get_num_places (void); + extern int __KAI_KMPC_CONVENTION omp_get_place_num_procs (int); + extern void __KAI_KMPC_CONVENTION omp_get_place_proc_ids (int, int *); + extern int __KAI_KMPC_CONVENTION omp_get_place_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_partition_num_places (void); + extern void __KAI_KMPC_CONVENTION omp_get_partition_place_nums (int *); + + extern void * __KAI_KMPC_CONVENTION kmp_malloc (size_t); + extern void * __KAI_KMPC_CONVENTION kmp_aligned_malloc (size_t, size_t); + extern void * __KAI_KMPC_CONVENTION kmp_calloc (size_t, size_t); + extern void * __KAI_KMPC_CONVENTION kmp_realloc (void *, size_t); + extern void __KAI_KMPC_CONVENTION kmp_free (void *); + + extern void __KAI_KMPC_CONVENTION kmp_set_warnings_on(void); + extern void __KAI_KMPC_CONVENTION kmp_set_warnings_off(void); + + /* OpenMP 5.0 Tool Control */ + typedef enum omp_control_tool_result_t { + omp_control_tool_notool = -2, + omp_control_tool_nocallback = -1, + omp_control_tool_success = 0, + omp_control_tool_ignored = 1 + } omp_control_tool_result_t; + + typedef enum omp_control_tool_t { + omp_control_tool_start = 1, + omp_control_tool_pause = 2, + omp_control_tool_flush = 3, + omp_control_tool_end = 4 + } omp_control_tool_t; + + extern int __KAI_KMPC_CONVENTION omp_control_tool(int, int, void*); + + /* OpenMP 5.0 Memory Management */ + typedef uintptr_t omp_uintptr_t; + + typedef enum { + omp_atk_sync_hint = 1, + omp_atk_alignment = 2, + omp_atk_access = 3, + omp_atk_pool_size = 4, + omp_atk_fallback = 5, + omp_atk_fb_data = 6, + omp_atk_pinned = 7, + omp_atk_partition = 8 + } omp_alloctrait_key_t; + + typedef enum { + omp_atv_false = 0, + omp_atv_true = 1, + omp_atv_contended = 3, + omp_atv_uncontended = 4, + omp_atv_serialized = 5, + omp_atv_sequential = omp_atv_serialized, // (deprecated) + omp_atv_private = 6, + omp_atv_all = 7, + omp_atv_thread = 8, + omp_atv_pteam = 9, + omp_atv_cgroup = 10, + omp_atv_default_mem_fb = 11, + omp_atv_null_fb = 12, + omp_atv_abort_fb = 13, + omp_atv_allocator_fb = 14, + omp_atv_environment = 15, + omp_atv_nearest = 16, + omp_atv_blocked = 17, + omp_atv_interleaved = 18 + } omp_alloctrait_value_t; + #define omp_atv_default ((omp_uintptr_t)-1) + + typedef struct { + omp_alloctrait_key_t key; + omp_uintptr_t value; + } omp_alloctrait_t; + +# if defined(_WIN32) + // On Windows cl and icl do not support 64-bit enum, let's use integer then. + typedef omp_uintptr_t omp_allocator_handle_t; + extern __KMP_IMP omp_allocator_handle_t const omp_null_allocator; + extern __KMP_IMP omp_allocator_handle_t const omp_default_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_large_cap_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_const_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_low_lat_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_cgroup_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_thread_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_host_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_shared_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_device_mem_alloc; + + typedef omp_uintptr_t omp_memspace_handle_t; + extern __KMP_IMP omp_memspace_handle_t const omp_default_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_large_cap_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_const_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_high_bw_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_low_lat_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_host_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_shared_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_device_mem_space; +# else +# if __cplusplus >= 201103 + typedef enum omp_allocator_handle_t : omp_uintptr_t +# else + typedef enum omp_allocator_handle_t +# endif + { + omp_null_allocator = 0, + omp_default_mem_alloc = 1, + omp_large_cap_mem_alloc = 2, + omp_const_mem_alloc = 3, + omp_high_bw_mem_alloc = 4, + omp_low_lat_mem_alloc = 5, + omp_cgroup_mem_alloc = 6, + omp_pteam_mem_alloc = 7, + omp_thread_mem_alloc = 8, + llvm_omp_target_host_mem_alloc = 100, + llvm_omp_target_shared_mem_alloc = 101, + llvm_omp_target_device_mem_alloc = 102, + KMP_ALLOCATOR_MAX_HANDLE = UINTPTR_MAX + } omp_allocator_handle_t; +# if __cplusplus >= 201103 + typedef enum omp_memspace_handle_t : omp_uintptr_t +# else + typedef enum omp_memspace_handle_t +# endif + { + omp_default_mem_space = 0, + omp_large_cap_mem_space = 1, + omp_const_mem_space = 2, + omp_high_bw_mem_space = 3, + omp_low_lat_mem_space = 4, + llvm_omp_target_host_mem_space = 100, + llvm_omp_target_shared_mem_space = 101, + llvm_omp_target_device_mem_space = 102, + KMP_MEMSPACE_MAX_HANDLE = UINTPTR_MAX + } omp_memspace_handle_t; +# endif + extern omp_allocator_handle_t __KAI_KMPC_CONVENTION omp_init_allocator(omp_memspace_handle_t m, + int ntraits, omp_alloctrait_t traits[]); + extern void __KAI_KMPC_CONVENTION omp_destroy_allocator(omp_allocator_handle_t allocator); + + extern void __KAI_KMPC_CONVENTION omp_set_default_allocator(omp_allocator_handle_t a); + extern omp_allocator_handle_t __KAI_KMPC_CONVENTION omp_get_default_allocator(void); +# ifdef __cplusplus + extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, + omp_allocator_handle_t allocator = omp_null_allocator, + omp_allocator_handle_t free_allocator = omp_null_allocator); + extern void __KAI_KMPC_CONVENTION omp_free(void * ptr, omp_allocator_handle_t a = omp_null_allocator); +# else + extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size, + omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size, + omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, omp_allocator_handle_t allocator, + omp_allocator_handle_t free_allocator); + extern void __KAI_KMPC_CONVENTION omp_free(void *ptr, omp_allocator_handle_t a); +# endif + + /* OpenMP 5.0 Affinity Format */ + extern void __KAI_KMPC_CONVENTION omp_set_affinity_format(char const *); + extern size_t __KAI_KMPC_CONVENTION omp_get_affinity_format(char *, size_t); + extern void __KAI_KMPC_CONVENTION omp_display_affinity(char const *); + extern size_t __KAI_KMPC_CONVENTION omp_capture_affinity(char *, size_t, char const *); + + /* OpenMP 5.0 events */ +# if defined(_WIN32) + // On Windows cl and icl do not support 64-bit enum, let's use integer then. + typedef omp_uintptr_t omp_event_handle_t; +# else + typedef enum omp_event_handle_t { KMP_EVENT_MAX_HANDLE = UINTPTR_MAX } omp_event_handle_t; +# endif + extern void __KAI_KMPC_CONVENTION omp_fulfill_event ( omp_event_handle_t event ); + + /* OpenMP 5.0 Pause Resources */ + typedef enum omp_pause_resource_t { + omp_pause_resume = 0, + omp_pause_soft = 1, + omp_pause_hard = 2 + } omp_pause_resource_t; + extern int __KAI_KMPC_CONVENTION omp_pause_resource(omp_pause_resource_t, int); + extern int __KAI_KMPC_CONVENTION omp_pause_resource_all(omp_pause_resource_t); + + extern int __KAI_KMPC_CONVENTION omp_get_supported_active_levels(void); + + /* OpenMP 5.1 */ + extern void __KAI_KMPC_CONVENTION omp_set_num_teams(int num_teams); + extern int __KAI_KMPC_CONVENTION omp_get_max_teams(void); + extern void __KAI_KMPC_CONVENTION omp_set_teams_thread_limit(int limit); + extern int __KAI_KMPC_CONVENTION omp_get_teams_thread_limit(void); + + /* OpenMP 5.1 Display Environment */ + extern void omp_display_env(int verbose); + +# if defined(_OPENMP) && _OPENMP >= 201811 + #pragma omp begin declare variant match(device={kind(host)}) + static inline int omp_is_initial_device(void) { return 1; } + #pragma omp end declare variant + #pragma omp begin declare variant match(device={kind(nohost)}) + static inline int omp_is_initial_device(void) { return 0; } + #pragma omp end declare variant +# endif + + /* OpenMP 5.2 */ + extern int __KAI_KMPC_CONVENTION omp_in_explicit_task(void); + + /* LLVM Extensions */ + extern void *llvm_omp_target_dynamic_shared_alloc(); + +# undef __KAI_KMPC_CONVENTION +# undef __KMP_IMP + + /* Warning: + The following typedefs are not standard, deprecated and will be removed in a future release. + */ + typedef int omp_int_t; + typedef double omp_wtime_t; + +# ifdef __cplusplus + } +# endif + +#endif /* __OMP_H */ diff --git a/External/OpenMP/openmp.xcframework/tvos-arm64/Headers/ompt.h b/External/OpenMP/openmp.xcframework/tvos-arm64/Headers/ompt.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/tvos-arm64/Headers/ompt.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/tvos-arm64/libomp.a b/External/OpenMP/openmp.xcframework/tvos-arm64/libomp.a new file mode 100644 index 0000000000..2066ff27e9 Binary files /dev/null and b/External/OpenMP/openmp.xcframework/tvos-arm64/libomp.a differ diff --git a/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/Headers/omp-tools.h b/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/Headers/omp-tools.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/Headers/omp-tools.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/Headers/omp.h b/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/Headers/omp.h new file mode 100644 index 0000000000..618e09de86 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/Headers/omp.h @@ -0,0 +1,515 @@ +/* + * include/omp.h.var + */ + + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + + +#ifndef __OMP_H +# define __OMP_H + +# include +# include + +# define KMP_VERSION_MAJOR 5 +# define KMP_VERSION_MINOR 0 +# define KMP_VERSION_BUILD 20140926 +# define KMP_BUILD_DATE "No_Timestamp" + +# ifdef __cplusplus + extern "C" { +# endif + +# define omp_set_affinity_format ompc_set_affinity_format +# define omp_get_affinity_format ompc_get_affinity_format +# define omp_display_affinity ompc_display_affinity +# define omp_capture_affinity ompc_capture_affinity + +# if defined(_WIN32) +# define __KAI_KMPC_CONVENTION __cdecl +# ifndef __KMP_IMP +# define __KMP_IMP __declspec(dllimport) +# endif +# else +# define __KAI_KMPC_CONVENTION +# ifndef __KMP_IMP +# define __KMP_IMP +# endif +# endif + + /* schedule kind constants */ + typedef enum omp_sched_t { + omp_sched_static = 1, + omp_sched_dynamic = 2, + omp_sched_guided = 3, + omp_sched_auto = 4, + omp_sched_monotonic = 0x80000000 + } omp_sched_t; + + /* set API functions */ + extern void __KAI_KMPC_CONVENTION omp_set_num_threads (int); + extern void __KAI_KMPC_CONVENTION omp_set_dynamic (int); + extern void __KAI_KMPC_CONVENTION omp_set_nested (int); + extern void __KAI_KMPC_CONVENTION omp_set_max_active_levels (int); + extern void __KAI_KMPC_CONVENTION omp_set_schedule (omp_sched_t, int); + + /* query API functions */ + extern int __KAI_KMPC_CONVENTION omp_get_num_threads (void); + extern int __KAI_KMPC_CONVENTION omp_get_dynamic (void); + extern int __KAI_KMPC_CONVENTION omp_get_nested (void); + extern int __KAI_KMPC_CONVENTION omp_get_max_threads (void); + extern int __KAI_KMPC_CONVENTION omp_get_thread_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_procs (void); + extern int __KAI_KMPC_CONVENTION omp_in_parallel (void); + extern int __KAI_KMPC_CONVENTION omp_in_final (void); + extern int __KAI_KMPC_CONVENTION omp_get_active_level (void); + extern int __KAI_KMPC_CONVENTION omp_get_level (void); + extern int __KAI_KMPC_CONVENTION omp_get_ancestor_thread_num (int); + extern int __KAI_KMPC_CONVENTION omp_get_team_size (int); + extern int __KAI_KMPC_CONVENTION omp_get_thread_limit (void); + extern int __KAI_KMPC_CONVENTION omp_get_max_active_levels (void); + extern void __KAI_KMPC_CONVENTION omp_get_schedule (omp_sched_t *, int *); + extern int __KAI_KMPC_CONVENTION omp_get_max_task_priority (void); + + /* lock API functions */ + typedef struct omp_lock_t { + void * _lk; + } omp_lock_t; + + extern void __KAI_KMPC_CONVENTION omp_init_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_set_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_unset_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_destroy_lock (omp_lock_t *); + extern int __KAI_KMPC_CONVENTION omp_test_lock (omp_lock_t *); + + /* nested lock API functions */ + typedef struct omp_nest_lock_t { + void * _lk; + } omp_nest_lock_t; + + extern void __KAI_KMPC_CONVENTION omp_init_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_set_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_unset_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_destroy_nest_lock (omp_nest_lock_t *); + extern int __KAI_KMPC_CONVENTION omp_test_nest_lock (omp_nest_lock_t *); + + /* OpenMP 5.0 Synchronization hints*/ + typedef enum omp_sync_hint_t { + omp_sync_hint_none = 0, + omp_lock_hint_none = omp_sync_hint_none, + omp_sync_hint_uncontended = 1, + omp_lock_hint_uncontended = omp_sync_hint_uncontended, + omp_sync_hint_contended = (1<<1), + omp_lock_hint_contended = omp_sync_hint_contended, + omp_sync_hint_nonspeculative = (1<<2), + omp_lock_hint_nonspeculative = omp_sync_hint_nonspeculative, + omp_sync_hint_speculative = (1<<3), + omp_lock_hint_speculative = omp_sync_hint_speculative, + kmp_lock_hint_hle = (1<<16), + kmp_lock_hint_rtm = (1<<17), + kmp_lock_hint_adaptive = (1<<18) + } omp_sync_hint_t; + + /* lock hint type for dynamic user lock */ + typedef omp_sync_hint_t omp_lock_hint_t; + + /* hinted lock initializers */ + extern void __KAI_KMPC_CONVENTION omp_init_lock_with_hint(omp_lock_t *, omp_lock_hint_t); + extern void __KAI_KMPC_CONVENTION omp_init_nest_lock_with_hint(omp_nest_lock_t *, omp_lock_hint_t); + + /* time API functions */ + extern double __KAI_KMPC_CONVENTION omp_get_wtime (void); + extern double __KAI_KMPC_CONVENTION omp_get_wtick (void); + + /* OpenMP 4.0 */ + extern int __KAI_KMPC_CONVENTION omp_get_default_device (void); + extern void __KAI_KMPC_CONVENTION omp_set_default_device (int); + extern int __KAI_KMPC_CONVENTION omp_is_initial_device (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_devices (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_teams (void); + extern int __KAI_KMPC_CONVENTION omp_get_team_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_cancellation (void); + + /* OpenMP 4.5 */ + extern int __KAI_KMPC_CONVENTION omp_get_initial_device (void); + extern void* __KAI_KMPC_CONVENTION omp_target_alloc(size_t, int); + extern void __KAI_KMPC_CONVENTION omp_target_free(void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_is_present(const void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_memcpy(void *, const void *, size_t, size_t, size_t, int, int); + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect(void *, const void *, size_t, int, const size_t *, + const size_t *, const size_t *, const size_t *, const size_t *, int, int); + extern int __KAI_KMPC_CONVENTION omp_target_associate_ptr(const void *, const void *, size_t, size_t, int); + extern int __KAI_KMPC_CONVENTION omp_target_disassociate_ptr(const void *, int); + + /* OpenMP 5.0 */ + extern int __KAI_KMPC_CONVENTION omp_get_device_num (void); + typedef void * omp_depend_t; + + /* OpenMP 5.1 interop */ + typedef intptr_t omp_intptr_t; + + /* 0..omp_get_num_interop_properties()-1 are reserved for implementation-defined properties */ + typedef enum omp_interop_property { + omp_ipr_fr_id = -1, + omp_ipr_fr_name = -2, + omp_ipr_vendor = -3, + omp_ipr_vendor_name = -4, + omp_ipr_device_num = -5, + omp_ipr_platform = -6, + omp_ipr_device = -7, + omp_ipr_device_context = -8, + omp_ipr_targetsync = -9, + omp_ipr_first = -9 + } omp_interop_property_t; + + #define omp_interop_none 0 + + typedef enum omp_interop_rc { + omp_irc_no_value = 1, + omp_irc_success = 0, + omp_irc_empty = -1, + omp_irc_out_of_range = -2, + omp_irc_type_int = -3, + omp_irc_type_ptr = -4, + omp_irc_type_str = -5, + omp_irc_other = -6 + } omp_interop_rc_t; + + typedef enum omp_interop_fr { + omp_ifr_cuda = 1, + omp_ifr_cuda_driver = 2, + omp_ifr_opencl = 3, + omp_ifr_sycl = 4, + omp_ifr_hip = 5, + omp_ifr_level_zero = 6, + omp_ifr_last = 7 + } omp_interop_fr_t; + + typedef void * omp_interop_t; + + /*! + * The `omp_get_num_interop_properties` routine retrieves the number of implementation-defined properties available for an `omp_interop_t` object. + */ + extern int __KAI_KMPC_CONVENTION omp_get_num_interop_properties(const omp_interop_t); + /*! + * The `omp_get_interop_int` routine retrieves an integer property from an `omp_interop_t` object. + */ + extern omp_intptr_t __KAI_KMPC_CONVENTION omp_get_interop_int(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_ptr` routine retrieves a pointer property from an `omp_interop_t` object. + */ + extern void * __KAI_KMPC_CONVENTION omp_get_interop_ptr(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_str` routine retrieves a string property from an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_str(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_name` routine retrieves a property name from an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_name(const omp_interop_t, omp_interop_property_t); + /*! + * The `omp_get_interop_type_desc` routine retrieves a description of the type of a property associated with an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_type_desc(const omp_interop_t, omp_interop_property_t); + /*! + * The `omp_get_interop_rc_desc` routine retrieves a description of the return code associated with an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_rc_desc(const omp_interop_t, omp_interop_rc_t); + + /* OpenMP 5.1 device memory routines */ + + /*! + * The `omp_target_memcpy_async` routine asynchronously performs a copy between any combination of host and device pointers. + */ + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_async(void *, const void *, size_t, size_t, size_t, int, + int, int, omp_depend_t *); + /*! + * The `omp_target_memcpy_rect_async` routine asynchronously performs a copy between any combination of host and device pointers. + */ + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect_async(void *, const void *, size_t, int, const size_t *, + const size_t *, const size_t *, const size_t *, const size_t *, int, int, + int, omp_depend_t *); + /*! + * The `omp_get_mapped_ptr` routine returns the device pointer that is associated with a host pointer for a given device. + */ + extern void * __KAI_KMPC_CONVENTION omp_get_mapped_ptr(const void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_is_accessible(const void *, size_t, int); + + /* kmp API functions */ + extern int __KAI_KMPC_CONVENTION kmp_get_stacksize (void); + extern void __KAI_KMPC_CONVENTION kmp_set_stacksize (int); + extern size_t __KAI_KMPC_CONVENTION kmp_get_stacksize_s (void); + extern void __KAI_KMPC_CONVENTION kmp_set_stacksize_s (size_t); + extern int __KAI_KMPC_CONVENTION kmp_get_blocktime (void); + extern int __KAI_KMPC_CONVENTION kmp_get_library (void); + extern void __KAI_KMPC_CONVENTION kmp_set_blocktime (int); + extern void __KAI_KMPC_CONVENTION kmp_set_library (int); + extern void __KAI_KMPC_CONVENTION kmp_set_library_serial (void); + extern void __KAI_KMPC_CONVENTION kmp_set_library_turnaround (void); + extern void __KAI_KMPC_CONVENTION kmp_set_library_throughput (void); + extern void __KAI_KMPC_CONVENTION kmp_set_defaults (char const *); + extern void __KAI_KMPC_CONVENTION kmp_set_disp_num_buffers (int); + + /* Intel affinity API */ + typedef void * kmp_affinity_mask_t; + + extern int __KAI_KMPC_CONVENTION kmp_set_affinity (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity_max_proc (void); + extern void __KAI_KMPC_CONVENTION kmp_create_affinity_mask (kmp_affinity_mask_t *); + extern void __KAI_KMPC_CONVENTION kmp_destroy_affinity_mask (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_set_affinity_mask_proc (int, kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_unset_affinity_mask_proc (int, kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity_mask_proc (int, kmp_affinity_mask_t *); + + /* OpenMP 4.0 affinity API */ + typedef enum omp_proc_bind_t { + omp_proc_bind_false = 0, + omp_proc_bind_true = 1, + omp_proc_bind_master = 2, + omp_proc_bind_close = 3, + omp_proc_bind_spread = 4 + } omp_proc_bind_t; + + extern omp_proc_bind_t __KAI_KMPC_CONVENTION omp_get_proc_bind (void); + + /* OpenMP 4.5 affinity API */ + extern int __KAI_KMPC_CONVENTION omp_get_num_places (void); + extern int __KAI_KMPC_CONVENTION omp_get_place_num_procs (int); + extern void __KAI_KMPC_CONVENTION omp_get_place_proc_ids (int, int *); + extern int __KAI_KMPC_CONVENTION omp_get_place_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_partition_num_places (void); + extern void __KAI_KMPC_CONVENTION omp_get_partition_place_nums (int *); + + extern void * __KAI_KMPC_CONVENTION kmp_malloc (size_t); + extern void * __KAI_KMPC_CONVENTION kmp_aligned_malloc (size_t, size_t); + extern void * __KAI_KMPC_CONVENTION kmp_calloc (size_t, size_t); + extern void * __KAI_KMPC_CONVENTION kmp_realloc (void *, size_t); + extern void __KAI_KMPC_CONVENTION kmp_free (void *); + + extern void __KAI_KMPC_CONVENTION kmp_set_warnings_on(void); + extern void __KAI_KMPC_CONVENTION kmp_set_warnings_off(void); + + /* OpenMP 5.0 Tool Control */ + typedef enum omp_control_tool_result_t { + omp_control_tool_notool = -2, + omp_control_tool_nocallback = -1, + omp_control_tool_success = 0, + omp_control_tool_ignored = 1 + } omp_control_tool_result_t; + + typedef enum omp_control_tool_t { + omp_control_tool_start = 1, + omp_control_tool_pause = 2, + omp_control_tool_flush = 3, + omp_control_tool_end = 4 + } omp_control_tool_t; + + extern int __KAI_KMPC_CONVENTION omp_control_tool(int, int, void*); + + /* OpenMP 5.0 Memory Management */ + typedef uintptr_t omp_uintptr_t; + + typedef enum { + omp_atk_sync_hint = 1, + omp_atk_alignment = 2, + omp_atk_access = 3, + omp_atk_pool_size = 4, + omp_atk_fallback = 5, + omp_atk_fb_data = 6, + omp_atk_pinned = 7, + omp_atk_partition = 8 + } omp_alloctrait_key_t; + + typedef enum { + omp_atv_false = 0, + omp_atv_true = 1, + omp_atv_contended = 3, + omp_atv_uncontended = 4, + omp_atv_serialized = 5, + omp_atv_sequential = omp_atv_serialized, // (deprecated) + omp_atv_private = 6, + omp_atv_all = 7, + omp_atv_thread = 8, + omp_atv_pteam = 9, + omp_atv_cgroup = 10, + omp_atv_default_mem_fb = 11, + omp_atv_null_fb = 12, + omp_atv_abort_fb = 13, + omp_atv_allocator_fb = 14, + omp_atv_environment = 15, + omp_atv_nearest = 16, + omp_atv_blocked = 17, + omp_atv_interleaved = 18 + } omp_alloctrait_value_t; + #define omp_atv_default ((omp_uintptr_t)-1) + + typedef struct { + omp_alloctrait_key_t key; + omp_uintptr_t value; + } omp_alloctrait_t; + +# if defined(_WIN32) + // On Windows cl and icl do not support 64-bit enum, let's use integer then. + typedef omp_uintptr_t omp_allocator_handle_t; + extern __KMP_IMP omp_allocator_handle_t const omp_null_allocator; + extern __KMP_IMP omp_allocator_handle_t const omp_default_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_large_cap_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_const_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_low_lat_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_cgroup_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_thread_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_host_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_shared_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_device_mem_alloc; + + typedef omp_uintptr_t omp_memspace_handle_t; + extern __KMP_IMP omp_memspace_handle_t const omp_default_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_large_cap_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_const_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_high_bw_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_low_lat_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_host_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_shared_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_device_mem_space; +# else +# if __cplusplus >= 201103 + typedef enum omp_allocator_handle_t : omp_uintptr_t +# else + typedef enum omp_allocator_handle_t +# endif + { + omp_null_allocator = 0, + omp_default_mem_alloc = 1, + omp_large_cap_mem_alloc = 2, + omp_const_mem_alloc = 3, + omp_high_bw_mem_alloc = 4, + omp_low_lat_mem_alloc = 5, + omp_cgroup_mem_alloc = 6, + omp_pteam_mem_alloc = 7, + omp_thread_mem_alloc = 8, + llvm_omp_target_host_mem_alloc = 100, + llvm_omp_target_shared_mem_alloc = 101, + llvm_omp_target_device_mem_alloc = 102, + KMP_ALLOCATOR_MAX_HANDLE = UINTPTR_MAX + } omp_allocator_handle_t; +# if __cplusplus >= 201103 + typedef enum omp_memspace_handle_t : omp_uintptr_t +# else + typedef enum omp_memspace_handle_t +# endif + { + omp_default_mem_space = 0, + omp_large_cap_mem_space = 1, + omp_const_mem_space = 2, + omp_high_bw_mem_space = 3, + omp_low_lat_mem_space = 4, + llvm_omp_target_host_mem_space = 100, + llvm_omp_target_shared_mem_space = 101, + llvm_omp_target_device_mem_space = 102, + KMP_MEMSPACE_MAX_HANDLE = UINTPTR_MAX + } omp_memspace_handle_t; +# endif + extern omp_allocator_handle_t __KAI_KMPC_CONVENTION omp_init_allocator(omp_memspace_handle_t m, + int ntraits, omp_alloctrait_t traits[]); + extern void __KAI_KMPC_CONVENTION omp_destroy_allocator(omp_allocator_handle_t allocator); + + extern void __KAI_KMPC_CONVENTION omp_set_default_allocator(omp_allocator_handle_t a); + extern omp_allocator_handle_t __KAI_KMPC_CONVENTION omp_get_default_allocator(void); +# ifdef __cplusplus + extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, + omp_allocator_handle_t allocator = omp_null_allocator, + omp_allocator_handle_t free_allocator = omp_null_allocator); + extern void __KAI_KMPC_CONVENTION omp_free(void * ptr, omp_allocator_handle_t a = omp_null_allocator); +# else + extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size, + omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size, + omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, omp_allocator_handle_t allocator, + omp_allocator_handle_t free_allocator); + extern void __KAI_KMPC_CONVENTION omp_free(void *ptr, omp_allocator_handle_t a); +# endif + + /* OpenMP 5.0 Affinity Format */ + extern void __KAI_KMPC_CONVENTION omp_set_affinity_format(char const *); + extern size_t __KAI_KMPC_CONVENTION omp_get_affinity_format(char *, size_t); + extern void __KAI_KMPC_CONVENTION omp_display_affinity(char const *); + extern size_t __KAI_KMPC_CONVENTION omp_capture_affinity(char *, size_t, char const *); + + /* OpenMP 5.0 events */ +# if defined(_WIN32) + // On Windows cl and icl do not support 64-bit enum, let's use integer then. + typedef omp_uintptr_t omp_event_handle_t; +# else + typedef enum omp_event_handle_t { KMP_EVENT_MAX_HANDLE = UINTPTR_MAX } omp_event_handle_t; +# endif + extern void __KAI_KMPC_CONVENTION omp_fulfill_event ( omp_event_handle_t event ); + + /* OpenMP 5.0 Pause Resources */ + typedef enum omp_pause_resource_t { + omp_pause_resume = 0, + omp_pause_soft = 1, + omp_pause_hard = 2 + } omp_pause_resource_t; + extern int __KAI_KMPC_CONVENTION omp_pause_resource(omp_pause_resource_t, int); + extern int __KAI_KMPC_CONVENTION omp_pause_resource_all(omp_pause_resource_t); + + extern int __KAI_KMPC_CONVENTION omp_get_supported_active_levels(void); + + /* OpenMP 5.1 */ + extern void __KAI_KMPC_CONVENTION omp_set_num_teams(int num_teams); + extern int __KAI_KMPC_CONVENTION omp_get_max_teams(void); + extern void __KAI_KMPC_CONVENTION omp_set_teams_thread_limit(int limit); + extern int __KAI_KMPC_CONVENTION omp_get_teams_thread_limit(void); + + /* OpenMP 5.1 Display Environment */ + extern void omp_display_env(int verbose); + +# if defined(_OPENMP) && _OPENMP >= 201811 + #pragma omp begin declare variant match(device={kind(host)}) + static inline int omp_is_initial_device(void) { return 1; } + #pragma omp end declare variant + #pragma omp begin declare variant match(device={kind(nohost)}) + static inline int omp_is_initial_device(void) { return 0; } + #pragma omp end declare variant +# endif + + /* OpenMP 5.2 */ + extern int __KAI_KMPC_CONVENTION omp_in_explicit_task(void); + + /* LLVM Extensions */ + extern void *llvm_omp_target_dynamic_shared_alloc(); + +# undef __KAI_KMPC_CONVENTION +# undef __KMP_IMP + + /* Warning: + The following typedefs are not standard, deprecated and will be removed in a future release. + */ + typedef int omp_int_t; + typedef double omp_wtime_t; + +# ifdef __cplusplus + } +# endif + +#endif /* __OMP_H */ diff --git a/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/Headers/ompt.h b/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/Headers/ompt.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/Headers/ompt.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/libomp.a b/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/libomp.a new file mode 100644 index 0000000000..4879dc2352 Binary files /dev/null and b/External/OpenMP/openmp.xcframework/tvos-x86_64-simulator/libomp.a differ diff --git a/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/Headers/omp-tools.h b/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/Headers/omp-tools.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/Headers/omp-tools.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/Headers/omp.h b/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/Headers/omp.h new file mode 100644 index 0000000000..618e09de86 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/Headers/omp.h @@ -0,0 +1,515 @@ +/* + * include/omp.h.var + */ + + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + + +#ifndef __OMP_H +# define __OMP_H + +# include +# include + +# define KMP_VERSION_MAJOR 5 +# define KMP_VERSION_MINOR 0 +# define KMP_VERSION_BUILD 20140926 +# define KMP_BUILD_DATE "No_Timestamp" + +# ifdef __cplusplus + extern "C" { +# endif + +# define omp_set_affinity_format ompc_set_affinity_format +# define omp_get_affinity_format ompc_get_affinity_format +# define omp_display_affinity ompc_display_affinity +# define omp_capture_affinity ompc_capture_affinity + +# if defined(_WIN32) +# define __KAI_KMPC_CONVENTION __cdecl +# ifndef __KMP_IMP +# define __KMP_IMP __declspec(dllimport) +# endif +# else +# define __KAI_KMPC_CONVENTION +# ifndef __KMP_IMP +# define __KMP_IMP +# endif +# endif + + /* schedule kind constants */ + typedef enum omp_sched_t { + omp_sched_static = 1, + omp_sched_dynamic = 2, + omp_sched_guided = 3, + omp_sched_auto = 4, + omp_sched_monotonic = 0x80000000 + } omp_sched_t; + + /* set API functions */ + extern void __KAI_KMPC_CONVENTION omp_set_num_threads (int); + extern void __KAI_KMPC_CONVENTION omp_set_dynamic (int); + extern void __KAI_KMPC_CONVENTION omp_set_nested (int); + extern void __KAI_KMPC_CONVENTION omp_set_max_active_levels (int); + extern void __KAI_KMPC_CONVENTION omp_set_schedule (omp_sched_t, int); + + /* query API functions */ + extern int __KAI_KMPC_CONVENTION omp_get_num_threads (void); + extern int __KAI_KMPC_CONVENTION omp_get_dynamic (void); + extern int __KAI_KMPC_CONVENTION omp_get_nested (void); + extern int __KAI_KMPC_CONVENTION omp_get_max_threads (void); + extern int __KAI_KMPC_CONVENTION omp_get_thread_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_procs (void); + extern int __KAI_KMPC_CONVENTION omp_in_parallel (void); + extern int __KAI_KMPC_CONVENTION omp_in_final (void); + extern int __KAI_KMPC_CONVENTION omp_get_active_level (void); + extern int __KAI_KMPC_CONVENTION omp_get_level (void); + extern int __KAI_KMPC_CONVENTION omp_get_ancestor_thread_num (int); + extern int __KAI_KMPC_CONVENTION omp_get_team_size (int); + extern int __KAI_KMPC_CONVENTION omp_get_thread_limit (void); + extern int __KAI_KMPC_CONVENTION omp_get_max_active_levels (void); + extern void __KAI_KMPC_CONVENTION omp_get_schedule (omp_sched_t *, int *); + extern int __KAI_KMPC_CONVENTION omp_get_max_task_priority (void); + + /* lock API functions */ + typedef struct omp_lock_t { + void * _lk; + } omp_lock_t; + + extern void __KAI_KMPC_CONVENTION omp_init_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_set_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_unset_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_destroy_lock (omp_lock_t *); + extern int __KAI_KMPC_CONVENTION omp_test_lock (omp_lock_t *); + + /* nested lock API functions */ + typedef struct omp_nest_lock_t { + void * _lk; + } omp_nest_lock_t; + + extern void __KAI_KMPC_CONVENTION omp_init_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_set_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_unset_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_destroy_nest_lock (omp_nest_lock_t *); + extern int __KAI_KMPC_CONVENTION omp_test_nest_lock (omp_nest_lock_t *); + + /* OpenMP 5.0 Synchronization hints*/ + typedef enum omp_sync_hint_t { + omp_sync_hint_none = 0, + omp_lock_hint_none = omp_sync_hint_none, + omp_sync_hint_uncontended = 1, + omp_lock_hint_uncontended = omp_sync_hint_uncontended, + omp_sync_hint_contended = (1<<1), + omp_lock_hint_contended = omp_sync_hint_contended, + omp_sync_hint_nonspeculative = (1<<2), + omp_lock_hint_nonspeculative = omp_sync_hint_nonspeculative, + omp_sync_hint_speculative = (1<<3), + omp_lock_hint_speculative = omp_sync_hint_speculative, + kmp_lock_hint_hle = (1<<16), + kmp_lock_hint_rtm = (1<<17), + kmp_lock_hint_adaptive = (1<<18) + } omp_sync_hint_t; + + /* lock hint type for dynamic user lock */ + typedef omp_sync_hint_t omp_lock_hint_t; + + /* hinted lock initializers */ + extern void __KAI_KMPC_CONVENTION omp_init_lock_with_hint(omp_lock_t *, omp_lock_hint_t); + extern void __KAI_KMPC_CONVENTION omp_init_nest_lock_with_hint(omp_nest_lock_t *, omp_lock_hint_t); + + /* time API functions */ + extern double __KAI_KMPC_CONVENTION omp_get_wtime (void); + extern double __KAI_KMPC_CONVENTION omp_get_wtick (void); + + /* OpenMP 4.0 */ + extern int __KAI_KMPC_CONVENTION omp_get_default_device (void); + extern void __KAI_KMPC_CONVENTION omp_set_default_device (int); + extern int __KAI_KMPC_CONVENTION omp_is_initial_device (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_devices (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_teams (void); + extern int __KAI_KMPC_CONVENTION omp_get_team_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_cancellation (void); + + /* OpenMP 4.5 */ + extern int __KAI_KMPC_CONVENTION omp_get_initial_device (void); + extern void* __KAI_KMPC_CONVENTION omp_target_alloc(size_t, int); + extern void __KAI_KMPC_CONVENTION omp_target_free(void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_is_present(const void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_memcpy(void *, const void *, size_t, size_t, size_t, int, int); + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect(void *, const void *, size_t, int, const size_t *, + const size_t *, const size_t *, const size_t *, const size_t *, int, int); + extern int __KAI_KMPC_CONVENTION omp_target_associate_ptr(const void *, const void *, size_t, size_t, int); + extern int __KAI_KMPC_CONVENTION omp_target_disassociate_ptr(const void *, int); + + /* OpenMP 5.0 */ + extern int __KAI_KMPC_CONVENTION omp_get_device_num (void); + typedef void * omp_depend_t; + + /* OpenMP 5.1 interop */ + typedef intptr_t omp_intptr_t; + + /* 0..omp_get_num_interop_properties()-1 are reserved for implementation-defined properties */ + typedef enum omp_interop_property { + omp_ipr_fr_id = -1, + omp_ipr_fr_name = -2, + omp_ipr_vendor = -3, + omp_ipr_vendor_name = -4, + omp_ipr_device_num = -5, + omp_ipr_platform = -6, + omp_ipr_device = -7, + omp_ipr_device_context = -8, + omp_ipr_targetsync = -9, + omp_ipr_first = -9 + } omp_interop_property_t; + + #define omp_interop_none 0 + + typedef enum omp_interop_rc { + omp_irc_no_value = 1, + omp_irc_success = 0, + omp_irc_empty = -1, + omp_irc_out_of_range = -2, + omp_irc_type_int = -3, + omp_irc_type_ptr = -4, + omp_irc_type_str = -5, + omp_irc_other = -6 + } omp_interop_rc_t; + + typedef enum omp_interop_fr { + omp_ifr_cuda = 1, + omp_ifr_cuda_driver = 2, + omp_ifr_opencl = 3, + omp_ifr_sycl = 4, + omp_ifr_hip = 5, + omp_ifr_level_zero = 6, + omp_ifr_last = 7 + } omp_interop_fr_t; + + typedef void * omp_interop_t; + + /*! + * The `omp_get_num_interop_properties` routine retrieves the number of implementation-defined properties available for an `omp_interop_t` object. + */ + extern int __KAI_KMPC_CONVENTION omp_get_num_interop_properties(const omp_interop_t); + /*! + * The `omp_get_interop_int` routine retrieves an integer property from an `omp_interop_t` object. + */ + extern omp_intptr_t __KAI_KMPC_CONVENTION omp_get_interop_int(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_ptr` routine retrieves a pointer property from an `omp_interop_t` object. + */ + extern void * __KAI_KMPC_CONVENTION omp_get_interop_ptr(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_str` routine retrieves a string property from an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_str(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_name` routine retrieves a property name from an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_name(const omp_interop_t, omp_interop_property_t); + /*! + * The `omp_get_interop_type_desc` routine retrieves a description of the type of a property associated with an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_type_desc(const omp_interop_t, omp_interop_property_t); + /*! + * The `omp_get_interop_rc_desc` routine retrieves a description of the return code associated with an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_rc_desc(const omp_interop_t, omp_interop_rc_t); + + /* OpenMP 5.1 device memory routines */ + + /*! + * The `omp_target_memcpy_async` routine asynchronously performs a copy between any combination of host and device pointers. + */ + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_async(void *, const void *, size_t, size_t, size_t, int, + int, int, omp_depend_t *); + /*! + * The `omp_target_memcpy_rect_async` routine asynchronously performs a copy between any combination of host and device pointers. + */ + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect_async(void *, const void *, size_t, int, const size_t *, + const size_t *, const size_t *, const size_t *, const size_t *, int, int, + int, omp_depend_t *); + /*! + * The `omp_get_mapped_ptr` routine returns the device pointer that is associated with a host pointer for a given device. + */ + extern void * __KAI_KMPC_CONVENTION omp_get_mapped_ptr(const void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_is_accessible(const void *, size_t, int); + + /* kmp API functions */ + extern int __KAI_KMPC_CONVENTION kmp_get_stacksize (void); + extern void __KAI_KMPC_CONVENTION kmp_set_stacksize (int); + extern size_t __KAI_KMPC_CONVENTION kmp_get_stacksize_s (void); + extern void __KAI_KMPC_CONVENTION kmp_set_stacksize_s (size_t); + extern int __KAI_KMPC_CONVENTION kmp_get_blocktime (void); + extern int __KAI_KMPC_CONVENTION kmp_get_library (void); + extern void __KAI_KMPC_CONVENTION kmp_set_blocktime (int); + extern void __KAI_KMPC_CONVENTION kmp_set_library (int); + extern void __KAI_KMPC_CONVENTION kmp_set_library_serial (void); + extern void __KAI_KMPC_CONVENTION kmp_set_library_turnaround (void); + extern void __KAI_KMPC_CONVENTION kmp_set_library_throughput (void); + extern void __KAI_KMPC_CONVENTION kmp_set_defaults (char const *); + extern void __KAI_KMPC_CONVENTION kmp_set_disp_num_buffers (int); + + /* Intel affinity API */ + typedef void * kmp_affinity_mask_t; + + extern int __KAI_KMPC_CONVENTION kmp_set_affinity (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity_max_proc (void); + extern void __KAI_KMPC_CONVENTION kmp_create_affinity_mask (kmp_affinity_mask_t *); + extern void __KAI_KMPC_CONVENTION kmp_destroy_affinity_mask (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_set_affinity_mask_proc (int, kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_unset_affinity_mask_proc (int, kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity_mask_proc (int, kmp_affinity_mask_t *); + + /* OpenMP 4.0 affinity API */ + typedef enum omp_proc_bind_t { + omp_proc_bind_false = 0, + omp_proc_bind_true = 1, + omp_proc_bind_master = 2, + omp_proc_bind_close = 3, + omp_proc_bind_spread = 4 + } omp_proc_bind_t; + + extern omp_proc_bind_t __KAI_KMPC_CONVENTION omp_get_proc_bind (void); + + /* OpenMP 4.5 affinity API */ + extern int __KAI_KMPC_CONVENTION omp_get_num_places (void); + extern int __KAI_KMPC_CONVENTION omp_get_place_num_procs (int); + extern void __KAI_KMPC_CONVENTION omp_get_place_proc_ids (int, int *); + extern int __KAI_KMPC_CONVENTION omp_get_place_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_partition_num_places (void); + extern void __KAI_KMPC_CONVENTION omp_get_partition_place_nums (int *); + + extern void * __KAI_KMPC_CONVENTION kmp_malloc (size_t); + extern void * __KAI_KMPC_CONVENTION kmp_aligned_malloc (size_t, size_t); + extern void * __KAI_KMPC_CONVENTION kmp_calloc (size_t, size_t); + extern void * __KAI_KMPC_CONVENTION kmp_realloc (void *, size_t); + extern void __KAI_KMPC_CONVENTION kmp_free (void *); + + extern void __KAI_KMPC_CONVENTION kmp_set_warnings_on(void); + extern void __KAI_KMPC_CONVENTION kmp_set_warnings_off(void); + + /* OpenMP 5.0 Tool Control */ + typedef enum omp_control_tool_result_t { + omp_control_tool_notool = -2, + omp_control_tool_nocallback = -1, + omp_control_tool_success = 0, + omp_control_tool_ignored = 1 + } omp_control_tool_result_t; + + typedef enum omp_control_tool_t { + omp_control_tool_start = 1, + omp_control_tool_pause = 2, + omp_control_tool_flush = 3, + omp_control_tool_end = 4 + } omp_control_tool_t; + + extern int __KAI_KMPC_CONVENTION omp_control_tool(int, int, void*); + + /* OpenMP 5.0 Memory Management */ + typedef uintptr_t omp_uintptr_t; + + typedef enum { + omp_atk_sync_hint = 1, + omp_atk_alignment = 2, + omp_atk_access = 3, + omp_atk_pool_size = 4, + omp_atk_fallback = 5, + omp_atk_fb_data = 6, + omp_atk_pinned = 7, + omp_atk_partition = 8 + } omp_alloctrait_key_t; + + typedef enum { + omp_atv_false = 0, + omp_atv_true = 1, + omp_atv_contended = 3, + omp_atv_uncontended = 4, + omp_atv_serialized = 5, + omp_atv_sequential = omp_atv_serialized, // (deprecated) + omp_atv_private = 6, + omp_atv_all = 7, + omp_atv_thread = 8, + omp_atv_pteam = 9, + omp_atv_cgroup = 10, + omp_atv_default_mem_fb = 11, + omp_atv_null_fb = 12, + omp_atv_abort_fb = 13, + omp_atv_allocator_fb = 14, + omp_atv_environment = 15, + omp_atv_nearest = 16, + omp_atv_blocked = 17, + omp_atv_interleaved = 18 + } omp_alloctrait_value_t; + #define omp_atv_default ((omp_uintptr_t)-1) + + typedef struct { + omp_alloctrait_key_t key; + omp_uintptr_t value; + } omp_alloctrait_t; + +# if defined(_WIN32) + // On Windows cl and icl do not support 64-bit enum, let's use integer then. + typedef omp_uintptr_t omp_allocator_handle_t; + extern __KMP_IMP omp_allocator_handle_t const omp_null_allocator; + extern __KMP_IMP omp_allocator_handle_t const omp_default_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_large_cap_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_const_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_low_lat_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_cgroup_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_thread_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_host_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_shared_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_device_mem_alloc; + + typedef omp_uintptr_t omp_memspace_handle_t; + extern __KMP_IMP omp_memspace_handle_t const omp_default_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_large_cap_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_const_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_high_bw_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_low_lat_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_host_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_shared_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_device_mem_space; +# else +# if __cplusplus >= 201103 + typedef enum omp_allocator_handle_t : omp_uintptr_t +# else + typedef enum omp_allocator_handle_t +# endif + { + omp_null_allocator = 0, + omp_default_mem_alloc = 1, + omp_large_cap_mem_alloc = 2, + omp_const_mem_alloc = 3, + omp_high_bw_mem_alloc = 4, + omp_low_lat_mem_alloc = 5, + omp_cgroup_mem_alloc = 6, + omp_pteam_mem_alloc = 7, + omp_thread_mem_alloc = 8, + llvm_omp_target_host_mem_alloc = 100, + llvm_omp_target_shared_mem_alloc = 101, + llvm_omp_target_device_mem_alloc = 102, + KMP_ALLOCATOR_MAX_HANDLE = UINTPTR_MAX + } omp_allocator_handle_t; +# if __cplusplus >= 201103 + typedef enum omp_memspace_handle_t : omp_uintptr_t +# else + typedef enum omp_memspace_handle_t +# endif + { + omp_default_mem_space = 0, + omp_large_cap_mem_space = 1, + omp_const_mem_space = 2, + omp_high_bw_mem_space = 3, + omp_low_lat_mem_space = 4, + llvm_omp_target_host_mem_space = 100, + llvm_omp_target_shared_mem_space = 101, + llvm_omp_target_device_mem_space = 102, + KMP_MEMSPACE_MAX_HANDLE = UINTPTR_MAX + } omp_memspace_handle_t; +# endif + extern omp_allocator_handle_t __KAI_KMPC_CONVENTION omp_init_allocator(omp_memspace_handle_t m, + int ntraits, omp_alloctrait_t traits[]); + extern void __KAI_KMPC_CONVENTION omp_destroy_allocator(omp_allocator_handle_t allocator); + + extern void __KAI_KMPC_CONVENTION omp_set_default_allocator(omp_allocator_handle_t a); + extern omp_allocator_handle_t __KAI_KMPC_CONVENTION omp_get_default_allocator(void); +# ifdef __cplusplus + extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, + omp_allocator_handle_t allocator = omp_null_allocator, + omp_allocator_handle_t free_allocator = omp_null_allocator); + extern void __KAI_KMPC_CONVENTION omp_free(void * ptr, omp_allocator_handle_t a = omp_null_allocator); +# else + extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size, + omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size, + omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, omp_allocator_handle_t allocator, + omp_allocator_handle_t free_allocator); + extern void __KAI_KMPC_CONVENTION omp_free(void *ptr, omp_allocator_handle_t a); +# endif + + /* OpenMP 5.0 Affinity Format */ + extern void __KAI_KMPC_CONVENTION omp_set_affinity_format(char const *); + extern size_t __KAI_KMPC_CONVENTION omp_get_affinity_format(char *, size_t); + extern void __KAI_KMPC_CONVENTION omp_display_affinity(char const *); + extern size_t __KAI_KMPC_CONVENTION omp_capture_affinity(char *, size_t, char const *); + + /* OpenMP 5.0 events */ +# if defined(_WIN32) + // On Windows cl and icl do not support 64-bit enum, let's use integer then. + typedef omp_uintptr_t omp_event_handle_t; +# else + typedef enum omp_event_handle_t { KMP_EVENT_MAX_HANDLE = UINTPTR_MAX } omp_event_handle_t; +# endif + extern void __KAI_KMPC_CONVENTION omp_fulfill_event ( omp_event_handle_t event ); + + /* OpenMP 5.0 Pause Resources */ + typedef enum omp_pause_resource_t { + omp_pause_resume = 0, + omp_pause_soft = 1, + omp_pause_hard = 2 + } omp_pause_resource_t; + extern int __KAI_KMPC_CONVENTION omp_pause_resource(omp_pause_resource_t, int); + extern int __KAI_KMPC_CONVENTION omp_pause_resource_all(omp_pause_resource_t); + + extern int __KAI_KMPC_CONVENTION omp_get_supported_active_levels(void); + + /* OpenMP 5.1 */ + extern void __KAI_KMPC_CONVENTION omp_set_num_teams(int num_teams); + extern int __KAI_KMPC_CONVENTION omp_get_max_teams(void); + extern void __KAI_KMPC_CONVENTION omp_set_teams_thread_limit(int limit); + extern int __KAI_KMPC_CONVENTION omp_get_teams_thread_limit(void); + + /* OpenMP 5.1 Display Environment */ + extern void omp_display_env(int verbose); + +# if defined(_OPENMP) && _OPENMP >= 201811 + #pragma omp begin declare variant match(device={kind(host)}) + static inline int omp_is_initial_device(void) { return 1; } + #pragma omp end declare variant + #pragma omp begin declare variant match(device={kind(nohost)}) + static inline int omp_is_initial_device(void) { return 0; } + #pragma omp end declare variant +# endif + + /* OpenMP 5.2 */ + extern int __KAI_KMPC_CONVENTION omp_in_explicit_task(void); + + /* LLVM Extensions */ + extern void *llvm_omp_target_dynamic_shared_alloc(); + +# undef __KAI_KMPC_CONVENTION +# undef __KMP_IMP + + /* Warning: + The following typedefs are not standard, deprecated and will be removed in a future release. + */ + typedef int omp_int_t; + typedef double omp_wtime_t; + +# ifdef __cplusplus + } +# endif + +#endif /* __OMP_H */ diff --git a/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/Headers/ompt.h b/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/Headers/ompt.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/Headers/ompt.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/libomp.a b/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/libomp.a new file mode 100644 index 0000000000..4e795265d6 Binary files /dev/null and b/External/OpenMP/openmp.xcframework/watchos-arm64_32_armv7k/libomp.a differ diff --git a/External/OpenMP/openmp.xcframework/watchos-i386-simulator/Headers/omp-tools.h b/External/OpenMP/openmp.xcframework/watchos-i386-simulator/Headers/omp-tools.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/watchos-i386-simulator/Headers/omp-tools.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/watchos-i386-simulator/Headers/omp.h b/External/OpenMP/openmp.xcframework/watchos-i386-simulator/Headers/omp.h new file mode 100644 index 0000000000..618e09de86 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/watchos-i386-simulator/Headers/omp.h @@ -0,0 +1,515 @@ +/* + * include/omp.h.var + */ + + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + + +#ifndef __OMP_H +# define __OMP_H + +# include +# include + +# define KMP_VERSION_MAJOR 5 +# define KMP_VERSION_MINOR 0 +# define KMP_VERSION_BUILD 20140926 +# define KMP_BUILD_DATE "No_Timestamp" + +# ifdef __cplusplus + extern "C" { +# endif + +# define omp_set_affinity_format ompc_set_affinity_format +# define omp_get_affinity_format ompc_get_affinity_format +# define omp_display_affinity ompc_display_affinity +# define omp_capture_affinity ompc_capture_affinity + +# if defined(_WIN32) +# define __KAI_KMPC_CONVENTION __cdecl +# ifndef __KMP_IMP +# define __KMP_IMP __declspec(dllimport) +# endif +# else +# define __KAI_KMPC_CONVENTION +# ifndef __KMP_IMP +# define __KMP_IMP +# endif +# endif + + /* schedule kind constants */ + typedef enum omp_sched_t { + omp_sched_static = 1, + omp_sched_dynamic = 2, + omp_sched_guided = 3, + omp_sched_auto = 4, + omp_sched_monotonic = 0x80000000 + } omp_sched_t; + + /* set API functions */ + extern void __KAI_KMPC_CONVENTION omp_set_num_threads (int); + extern void __KAI_KMPC_CONVENTION omp_set_dynamic (int); + extern void __KAI_KMPC_CONVENTION omp_set_nested (int); + extern void __KAI_KMPC_CONVENTION omp_set_max_active_levels (int); + extern void __KAI_KMPC_CONVENTION omp_set_schedule (omp_sched_t, int); + + /* query API functions */ + extern int __KAI_KMPC_CONVENTION omp_get_num_threads (void); + extern int __KAI_KMPC_CONVENTION omp_get_dynamic (void); + extern int __KAI_KMPC_CONVENTION omp_get_nested (void); + extern int __KAI_KMPC_CONVENTION omp_get_max_threads (void); + extern int __KAI_KMPC_CONVENTION omp_get_thread_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_procs (void); + extern int __KAI_KMPC_CONVENTION omp_in_parallel (void); + extern int __KAI_KMPC_CONVENTION omp_in_final (void); + extern int __KAI_KMPC_CONVENTION omp_get_active_level (void); + extern int __KAI_KMPC_CONVENTION omp_get_level (void); + extern int __KAI_KMPC_CONVENTION omp_get_ancestor_thread_num (int); + extern int __KAI_KMPC_CONVENTION omp_get_team_size (int); + extern int __KAI_KMPC_CONVENTION omp_get_thread_limit (void); + extern int __KAI_KMPC_CONVENTION omp_get_max_active_levels (void); + extern void __KAI_KMPC_CONVENTION omp_get_schedule (omp_sched_t *, int *); + extern int __KAI_KMPC_CONVENTION omp_get_max_task_priority (void); + + /* lock API functions */ + typedef struct omp_lock_t { + void * _lk; + } omp_lock_t; + + extern void __KAI_KMPC_CONVENTION omp_init_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_set_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_unset_lock (omp_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_destroy_lock (omp_lock_t *); + extern int __KAI_KMPC_CONVENTION omp_test_lock (omp_lock_t *); + + /* nested lock API functions */ + typedef struct omp_nest_lock_t { + void * _lk; + } omp_nest_lock_t; + + extern void __KAI_KMPC_CONVENTION omp_init_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_set_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_unset_nest_lock (omp_nest_lock_t *); + extern void __KAI_KMPC_CONVENTION omp_destroy_nest_lock (omp_nest_lock_t *); + extern int __KAI_KMPC_CONVENTION omp_test_nest_lock (omp_nest_lock_t *); + + /* OpenMP 5.0 Synchronization hints*/ + typedef enum omp_sync_hint_t { + omp_sync_hint_none = 0, + omp_lock_hint_none = omp_sync_hint_none, + omp_sync_hint_uncontended = 1, + omp_lock_hint_uncontended = omp_sync_hint_uncontended, + omp_sync_hint_contended = (1<<1), + omp_lock_hint_contended = omp_sync_hint_contended, + omp_sync_hint_nonspeculative = (1<<2), + omp_lock_hint_nonspeculative = omp_sync_hint_nonspeculative, + omp_sync_hint_speculative = (1<<3), + omp_lock_hint_speculative = omp_sync_hint_speculative, + kmp_lock_hint_hle = (1<<16), + kmp_lock_hint_rtm = (1<<17), + kmp_lock_hint_adaptive = (1<<18) + } omp_sync_hint_t; + + /* lock hint type for dynamic user lock */ + typedef omp_sync_hint_t omp_lock_hint_t; + + /* hinted lock initializers */ + extern void __KAI_KMPC_CONVENTION omp_init_lock_with_hint(omp_lock_t *, omp_lock_hint_t); + extern void __KAI_KMPC_CONVENTION omp_init_nest_lock_with_hint(omp_nest_lock_t *, omp_lock_hint_t); + + /* time API functions */ + extern double __KAI_KMPC_CONVENTION omp_get_wtime (void); + extern double __KAI_KMPC_CONVENTION omp_get_wtick (void); + + /* OpenMP 4.0 */ + extern int __KAI_KMPC_CONVENTION omp_get_default_device (void); + extern void __KAI_KMPC_CONVENTION omp_set_default_device (int); + extern int __KAI_KMPC_CONVENTION omp_is_initial_device (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_devices (void); + extern int __KAI_KMPC_CONVENTION omp_get_num_teams (void); + extern int __KAI_KMPC_CONVENTION omp_get_team_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_cancellation (void); + + /* OpenMP 4.5 */ + extern int __KAI_KMPC_CONVENTION omp_get_initial_device (void); + extern void* __KAI_KMPC_CONVENTION omp_target_alloc(size_t, int); + extern void __KAI_KMPC_CONVENTION omp_target_free(void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_is_present(const void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_memcpy(void *, const void *, size_t, size_t, size_t, int, int); + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect(void *, const void *, size_t, int, const size_t *, + const size_t *, const size_t *, const size_t *, const size_t *, int, int); + extern int __KAI_KMPC_CONVENTION omp_target_associate_ptr(const void *, const void *, size_t, size_t, int); + extern int __KAI_KMPC_CONVENTION omp_target_disassociate_ptr(const void *, int); + + /* OpenMP 5.0 */ + extern int __KAI_KMPC_CONVENTION omp_get_device_num (void); + typedef void * omp_depend_t; + + /* OpenMP 5.1 interop */ + typedef intptr_t omp_intptr_t; + + /* 0..omp_get_num_interop_properties()-1 are reserved for implementation-defined properties */ + typedef enum omp_interop_property { + omp_ipr_fr_id = -1, + omp_ipr_fr_name = -2, + omp_ipr_vendor = -3, + omp_ipr_vendor_name = -4, + omp_ipr_device_num = -5, + omp_ipr_platform = -6, + omp_ipr_device = -7, + omp_ipr_device_context = -8, + omp_ipr_targetsync = -9, + omp_ipr_first = -9 + } omp_interop_property_t; + + #define omp_interop_none 0 + + typedef enum omp_interop_rc { + omp_irc_no_value = 1, + omp_irc_success = 0, + omp_irc_empty = -1, + omp_irc_out_of_range = -2, + omp_irc_type_int = -3, + omp_irc_type_ptr = -4, + omp_irc_type_str = -5, + omp_irc_other = -6 + } omp_interop_rc_t; + + typedef enum omp_interop_fr { + omp_ifr_cuda = 1, + omp_ifr_cuda_driver = 2, + omp_ifr_opencl = 3, + omp_ifr_sycl = 4, + omp_ifr_hip = 5, + omp_ifr_level_zero = 6, + omp_ifr_last = 7 + } omp_interop_fr_t; + + typedef void * omp_interop_t; + + /*! + * The `omp_get_num_interop_properties` routine retrieves the number of implementation-defined properties available for an `omp_interop_t` object. + */ + extern int __KAI_KMPC_CONVENTION omp_get_num_interop_properties(const omp_interop_t); + /*! + * The `omp_get_interop_int` routine retrieves an integer property from an `omp_interop_t` object. + */ + extern omp_intptr_t __KAI_KMPC_CONVENTION omp_get_interop_int(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_ptr` routine retrieves a pointer property from an `omp_interop_t` object. + */ + extern void * __KAI_KMPC_CONVENTION omp_get_interop_ptr(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_str` routine retrieves a string property from an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_str(const omp_interop_t, omp_interop_property_t, int *); + /*! + * The `omp_get_interop_name` routine retrieves a property name from an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_name(const omp_interop_t, omp_interop_property_t); + /*! + * The `omp_get_interop_type_desc` routine retrieves a description of the type of a property associated with an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_type_desc(const omp_interop_t, omp_interop_property_t); + /*! + * The `omp_get_interop_rc_desc` routine retrieves a description of the return code associated with an `omp_interop_t` object. + */ + extern const char * __KAI_KMPC_CONVENTION omp_get_interop_rc_desc(const omp_interop_t, omp_interop_rc_t); + + /* OpenMP 5.1 device memory routines */ + + /*! + * The `omp_target_memcpy_async` routine asynchronously performs a copy between any combination of host and device pointers. + */ + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_async(void *, const void *, size_t, size_t, size_t, int, + int, int, omp_depend_t *); + /*! + * The `omp_target_memcpy_rect_async` routine asynchronously performs a copy between any combination of host and device pointers. + */ + extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect_async(void *, const void *, size_t, int, const size_t *, + const size_t *, const size_t *, const size_t *, const size_t *, int, int, + int, omp_depend_t *); + /*! + * The `omp_get_mapped_ptr` routine returns the device pointer that is associated with a host pointer for a given device. + */ + extern void * __KAI_KMPC_CONVENTION omp_get_mapped_ptr(const void *, int); + extern int __KAI_KMPC_CONVENTION omp_target_is_accessible(const void *, size_t, int); + + /* kmp API functions */ + extern int __KAI_KMPC_CONVENTION kmp_get_stacksize (void); + extern void __KAI_KMPC_CONVENTION kmp_set_stacksize (int); + extern size_t __KAI_KMPC_CONVENTION kmp_get_stacksize_s (void); + extern void __KAI_KMPC_CONVENTION kmp_set_stacksize_s (size_t); + extern int __KAI_KMPC_CONVENTION kmp_get_blocktime (void); + extern int __KAI_KMPC_CONVENTION kmp_get_library (void); + extern void __KAI_KMPC_CONVENTION kmp_set_blocktime (int); + extern void __KAI_KMPC_CONVENTION kmp_set_library (int); + extern void __KAI_KMPC_CONVENTION kmp_set_library_serial (void); + extern void __KAI_KMPC_CONVENTION kmp_set_library_turnaround (void); + extern void __KAI_KMPC_CONVENTION kmp_set_library_throughput (void); + extern void __KAI_KMPC_CONVENTION kmp_set_defaults (char const *); + extern void __KAI_KMPC_CONVENTION kmp_set_disp_num_buffers (int); + + /* Intel affinity API */ + typedef void * kmp_affinity_mask_t; + + extern int __KAI_KMPC_CONVENTION kmp_set_affinity (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity_max_proc (void); + extern void __KAI_KMPC_CONVENTION kmp_create_affinity_mask (kmp_affinity_mask_t *); + extern void __KAI_KMPC_CONVENTION kmp_destroy_affinity_mask (kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_set_affinity_mask_proc (int, kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_unset_affinity_mask_proc (int, kmp_affinity_mask_t *); + extern int __KAI_KMPC_CONVENTION kmp_get_affinity_mask_proc (int, kmp_affinity_mask_t *); + + /* OpenMP 4.0 affinity API */ + typedef enum omp_proc_bind_t { + omp_proc_bind_false = 0, + omp_proc_bind_true = 1, + omp_proc_bind_master = 2, + omp_proc_bind_close = 3, + omp_proc_bind_spread = 4 + } omp_proc_bind_t; + + extern omp_proc_bind_t __KAI_KMPC_CONVENTION omp_get_proc_bind (void); + + /* OpenMP 4.5 affinity API */ + extern int __KAI_KMPC_CONVENTION omp_get_num_places (void); + extern int __KAI_KMPC_CONVENTION omp_get_place_num_procs (int); + extern void __KAI_KMPC_CONVENTION omp_get_place_proc_ids (int, int *); + extern int __KAI_KMPC_CONVENTION omp_get_place_num (void); + extern int __KAI_KMPC_CONVENTION omp_get_partition_num_places (void); + extern void __KAI_KMPC_CONVENTION omp_get_partition_place_nums (int *); + + extern void * __KAI_KMPC_CONVENTION kmp_malloc (size_t); + extern void * __KAI_KMPC_CONVENTION kmp_aligned_malloc (size_t, size_t); + extern void * __KAI_KMPC_CONVENTION kmp_calloc (size_t, size_t); + extern void * __KAI_KMPC_CONVENTION kmp_realloc (void *, size_t); + extern void __KAI_KMPC_CONVENTION kmp_free (void *); + + extern void __KAI_KMPC_CONVENTION kmp_set_warnings_on(void); + extern void __KAI_KMPC_CONVENTION kmp_set_warnings_off(void); + + /* OpenMP 5.0 Tool Control */ + typedef enum omp_control_tool_result_t { + omp_control_tool_notool = -2, + omp_control_tool_nocallback = -1, + omp_control_tool_success = 0, + omp_control_tool_ignored = 1 + } omp_control_tool_result_t; + + typedef enum omp_control_tool_t { + omp_control_tool_start = 1, + omp_control_tool_pause = 2, + omp_control_tool_flush = 3, + omp_control_tool_end = 4 + } omp_control_tool_t; + + extern int __KAI_KMPC_CONVENTION omp_control_tool(int, int, void*); + + /* OpenMP 5.0 Memory Management */ + typedef uintptr_t omp_uintptr_t; + + typedef enum { + omp_atk_sync_hint = 1, + omp_atk_alignment = 2, + omp_atk_access = 3, + omp_atk_pool_size = 4, + omp_atk_fallback = 5, + omp_atk_fb_data = 6, + omp_atk_pinned = 7, + omp_atk_partition = 8 + } omp_alloctrait_key_t; + + typedef enum { + omp_atv_false = 0, + omp_atv_true = 1, + omp_atv_contended = 3, + omp_atv_uncontended = 4, + omp_atv_serialized = 5, + omp_atv_sequential = omp_atv_serialized, // (deprecated) + omp_atv_private = 6, + omp_atv_all = 7, + omp_atv_thread = 8, + omp_atv_pteam = 9, + omp_atv_cgroup = 10, + omp_atv_default_mem_fb = 11, + omp_atv_null_fb = 12, + omp_atv_abort_fb = 13, + omp_atv_allocator_fb = 14, + omp_atv_environment = 15, + omp_atv_nearest = 16, + omp_atv_blocked = 17, + omp_atv_interleaved = 18 + } omp_alloctrait_value_t; + #define omp_atv_default ((omp_uintptr_t)-1) + + typedef struct { + omp_alloctrait_key_t key; + omp_uintptr_t value; + } omp_alloctrait_t; + +# if defined(_WIN32) + // On Windows cl and icl do not support 64-bit enum, let's use integer then. + typedef omp_uintptr_t omp_allocator_handle_t; + extern __KMP_IMP omp_allocator_handle_t const omp_null_allocator; + extern __KMP_IMP omp_allocator_handle_t const omp_default_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_large_cap_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_const_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_low_lat_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_cgroup_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const omp_thread_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_host_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_shared_mem_alloc; + extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_device_mem_alloc; + + typedef omp_uintptr_t omp_memspace_handle_t; + extern __KMP_IMP omp_memspace_handle_t const omp_default_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_large_cap_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_const_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_high_bw_mem_space; + extern __KMP_IMP omp_memspace_handle_t const omp_low_lat_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_host_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_shared_mem_space; + extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_device_mem_space; +# else +# if __cplusplus >= 201103 + typedef enum omp_allocator_handle_t : omp_uintptr_t +# else + typedef enum omp_allocator_handle_t +# endif + { + omp_null_allocator = 0, + omp_default_mem_alloc = 1, + omp_large_cap_mem_alloc = 2, + omp_const_mem_alloc = 3, + omp_high_bw_mem_alloc = 4, + omp_low_lat_mem_alloc = 5, + omp_cgroup_mem_alloc = 6, + omp_pteam_mem_alloc = 7, + omp_thread_mem_alloc = 8, + llvm_omp_target_host_mem_alloc = 100, + llvm_omp_target_shared_mem_alloc = 101, + llvm_omp_target_device_mem_alloc = 102, + KMP_ALLOCATOR_MAX_HANDLE = UINTPTR_MAX + } omp_allocator_handle_t; +# if __cplusplus >= 201103 + typedef enum omp_memspace_handle_t : omp_uintptr_t +# else + typedef enum omp_memspace_handle_t +# endif + { + omp_default_mem_space = 0, + omp_large_cap_mem_space = 1, + omp_const_mem_space = 2, + omp_high_bw_mem_space = 3, + omp_low_lat_mem_space = 4, + llvm_omp_target_host_mem_space = 100, + llvm_omp_target_shared_mem_space = 101, + llvm_omp_target_device_mem_space = 102, + KMP_MEMSPACE_MAX_HANDLE = UINTPTR_MAX + } omp_memspace_handle_t; +# endif + extern omp_allocator_handle_t __KAI_KMPC_CONVENTION omp_init_allocator(omp_memspace_handle_t m, + int ntraits, omp_alloctrait_t traits[]); + extern void __KAI_KMPC_CONVENTION omp_destroy_allocator(omp_allocator_handle_t allocator); + + extern void __KAI_KMPC_CONVENTION omp_set_default_allocator(omp_allocator_handle_t a); + extern omp_allocator_handle_t __KAI_KMPC_CONVENTION omp_get_default_allocator(void); +# ifdef __cplusplus + extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size, + omp_allocator_handle_t a = omp_null_allocator); + extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, + omp_allocator_handle_t allocator = omp_null_allocator, + omp_allocator_handle_t free_allocator = omp_null_allocator); + extern void __KAI_KMPC_CONVENTION omp_free(void * ptr, omp_allocator_handle_t a = omp_null_allocator); +# else + extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size, + omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size, + omp_allocator_handle_t a); + extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, omp_allocator_handle_t allocator, + omp_allocator_handle_t free_allocator); + extern void __KAI_KMPC_CONVENTION omp_free(void *ptr, omp_allocator_handle_t a); +# endif + + /* OpenMP 5.0 Affinity Format */ + extern void __KAI_KMPC_CONVENTION omp_set_affinity_format(char const *); + extern size_t __KAI_KMPC_CONVENTION omp_get_affinity_format(char *, size_t); + extern void __KAI_KMPC_CONVENTION omp_display_affinity(char const *); + extern size_t __KAI_KMPC_CONVENTION omp_capture_affinity(char *, size_t, char const *); + + /* OpenMP 5.0 events */ +# if defined(_WIN32) + // On Windows cl and icl do not support 64-bit enum, let's use integer then. + typedef omp_uintptr_t omp_event_handle_t; +# else + typedef enum omp_event_handle_t { KMP_EVENT_MAX_HANDLE = UINTPTR_MAX } omp_event_handle_t; +# endif + extern void __KAI_KMPC_CONVENTION omp_fulfill_event ( omp_event_handle_t event ); + + /* OpenMP 5.0 Pause Resources */ + typedef enum omp_pause_resource_t { + omp_pause_resume = 0, + omp_pause_soft = 1, + omp_pause_hard = 2 + } omp_pause_resource_t; + extern int __KAI_KMPC_CONVENTION omp_pause_resource(omp_pause_resource_t, int); + extern int __KAI_KMPC_CONVENTION omp_pause_resource_all(omp_pause_resource_t); + + extern int __KAI_KMPC_CONVENTION omp_get_supported_active_levels(void); + + /* OpenMP 5.1 */ + extern void __KAI_KMPC_CONVENTION omp_set_num_teams(int num_teams); + extern int __KAI_KMPC_CONVENTION omp_get_max_teams(void); + extern void __KAI_KMPC_CONVENTION omp_set_teams_thread_limit(int limit); + extern int __KAI_KMPC_CONVENTION omp_get_teams_thread_limit(void); + + /* OpenMP 5.1 Display Environment */ + extern void omp_display_env(int verbose); + +# if defined(_OPENMP) && _OPENMP >= 201811 + #pragma omp begin declare variant match(device={kind(host)}) + static inline int omp_is_initial_device(void) { return 1; } + #pragma omp end declare variant + #pragma omp begin declare variant match(device={kind(nohost)}) + static inline int omp_is_initial_device(void) { return 0; } + #pragma omp end declare variant +# endif + + /* OpenMP 5.2 */ + extern int __KAI_KMPC_CONVENTION omp_in_explicit_task(void); + + /* LLVM Extensions */ + extern void *llvm_omp_target_dynamic_shared_alloc(); + +# undef __KAI_KMPC_CONVENTION +# undef __KMP_IMP + + /* Warning: + The following typedefs are not standard, deprecated and will be removed in a future release. + */ + typedef int omp_int_t; + typedef double omp_wtime_t; + +# ifdef __cplusplus + } +# endif + +#endif /* __OMP_H */ diff --git a/External/OpenMP/openmp.xcframework/watchos-i386-simulator/Headers/ompt.h b/External/OpenMP/openmp.xcframework/watchos-i386-simulator/Headers/ompt.h new file mode 100644 index 0000000000..53defaa5d0 --- /dev/null +++ b/External/OpenMP/openmp.xcframework/watchos-i386-simulator/Headers/ompt.h @@ -0,0 +1,1415 @@ +/* + * include/omp-tools.h.var + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef __OMPT__ +#define __OMPT__ + +/***************************************************************************** + * system include files + *****************************************************************************/ + +#include +#include + +#ifdef DEPRECATION_WARNINGS +# ifdef __cplusplus +# define DEPRECATED_51 [[deprecated("as of 5.1")]] +# else +# define DEPRECATED_51 __attribute__((deprecated("as of 5.1"))) +#endif +#else +#define DEPRECATED_51 +#endif + +/***************************************************************************** + * iteration macros + *****************************************************************************/ + +#define FOREACH_OMPT_INQUIRY_FN(macro) \ + macro (ompt_enumerate_states) \ + macro (ompt_enumerate_mutex_impls) \ + \ + macro (ompt_set_callback) \ + macro (ompt_get_callback) \ + \ + macro (ompt_get_state) \ + \ + macro (ompt_get_parallel_info) \ + macro (ompt_get_task_info) \ + macro (ompt_get_task_memory) \ + macro (ompt_get_thread_data) \ + macro (ompt_get_unique_id) \ + macro (ompt_finalize_tool) \ + \ + macro(ompt_get_num_procs) \ + macro(ompt_get_num_places) \ + macro(ompt_get_place_proc_ids) \ + macro(ompt_get_place_num) \ + macro(ompt_get_partition_place_nums) \ + macro(ompt_get_proc_id) \ + \ + macro(ompt_get_target_info) \ + macro(ompt_get_num_devices) + +#define FOREACH_OMPT_STATE(macro) \ + \ + /* first available state */ \ + macro (ompt_state_undefined, 0x102) /* undefined thread state */ \ + \ + /* work states (0..15) */ \ + macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \ + macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \ + macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ + \ + /* barrier wait states (16..31) */ \ + macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \ + macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \ + /* implicit barrier at the end of parallel region */\ + macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \ + /* implicit barrier at the end of worksharing */ \ + macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \ + macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \ + \ + /* task wait states (32..63) */ \ + macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \ + macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \ + \ + /* mutex wait states (64..127) */ \ + macro (ompt_state_wait_mutex, 0x040) \ + macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \ + macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \ + macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \ + macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \ + \ + /* target wait states (128..255) */ \ + macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \ + macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \ + macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \ + \ + /* misc (256..511) */ \ + macro (ompt_state_idle, 0x100) /* waiting for work */ \ + macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \ + \ + /* implementation-specific states (512..) */ + + +#define FOREACH_KMP_MUTEX_IMPL(macro) \ + macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \ + macro (kmp_mutex_impl_spin, 1) /* based on spin */ \ + macro (kmp_mutex_impl_queuing, 2) /* based on some fair policy */ \ + macro (kmp_mutex_impl_speculative, 3) /* based on HW-supported speculation */ + +#define FOREACH_OMPT_HOST_EVENT(macro) \ + \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_thread_begin, ompt_callback_thread_begin_t, 1) /* thread begin */ \ + macro (ompt_callback_thread_end, ompt_callback_thread_end_t, 2) /* thread end */ \ + \ + macro (ompt_callback_parallel_begin, ompt_callback_parallel_begin_t, 3) /* parallel begin */ \ + macro (ompt_callback_parallel_end, ompt_callback_parallel_end_t, 4) /* parallel end */ \ + \ + macro (ompt_callback_task_create, ompt_callback_task_create_t, 5) /* task begin */ \ + macro (ompt_callback_task_schedule, ompt_callback_task_schedule_t, 6) /* task schedule */ \ + macro (ompt_callback_implicit_task, ompt_callback_implicit_task_t, 7) /* implicit task */ \ + \ + macro (ompt_callback_control_tool, ompt_callback_control_tool_t, 11) /* control tool */ \ + \ + /* Optional Events */ \ + macro (ompt_callback_sync_region_wait, ompt_callback_sync_region_t, 16) /* sync region wait begin or end */ \ + \ + macro (ompt_callback_mutex_released, ompt_callback_mutex_t, 17) /* mutex released */ \ + \ + macro (ompt_callback_dependences, ompt_callback_dependences_t, 18) /* report task dependences */ \ + macro (ompt_callback_task_dependence, ompt_callback_task_dependence_t, 19) /* report task dependence */ \ + \ + macro (ompt_callback_work, ompt_callback_work_t, 20) /* task at work begin or end */ \ + \ + macro (ompt_callback_masked, ompt_callback_masked_t, 21) /* task at masked begin or end */ \ + \ + macro (ompt_callback_sync_region, ompt_callback_sync_region_t, 23) /* sync region begin or end */ \ + \ + macro (ompt_callback_lock_init, ompt_callback_mutex_acquire_t, 24) /* lock init */ \ + macro (ompt_callback_lock_destroy, ompt_callback_mutex_t, 25) /* lock destroy */ \ + \ + macro (ompt_callback_mutex_acquire, ompt_callback_mutex_acquire_t, 26) /* mutex acquire */ \ + macro (ompt_callback_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired */ \ + \ + macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock */ \ + \ + macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \ + \ + macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \ + \ + macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction */ \ + \ + macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */ \ + macro (ompt_callback_error, ompt_callback_error_t, 37) /* error */ + +#define FOREACH_OMPT_DEVICE_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_device_initialize, ompt_callback_device_initialize_t, 12) /* device initialize */ \ + macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \ + \ + macro (ompt_callback_device_load, ompt_callback_device_load_t, 14) /* device load */ \ + macro (ompt_callback_device_unload, ompt_callback_device_unload_t, 15) /* device unload */ + +#define FOREACH_OMPT_NOEMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target, ompt_callback_target_t, 8) /* target */ \ + macro (ompt_callback_target_data_op, ompt_callback_target_data_op_t, 9) /* target data op */ \ + macro (ompt_callback_target_submit, ompt_callback_target_submit_t, 10) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map, ompt_callback_target_map_t, 22) /* target map */ + +#define FOREACH_OMPT_EMI_EVENT(macro) \ + /*--- Mandatory Events ---*/ \ + macro (ompt_callback_target_emi, ompt_callback_target_emi_t, 33) /* target */ \ + macro (ompt_callback_target_data_op_emi,ompt_callback_target_data_op_emi_t,34) /* target data op */ \ + macro (ompt_callback_target_submit_emi, ompt_callback_target_submit_emi_t, 35) /* target submit */ \ + /* Optional Events */ \ + macro (ompt_callback_target_map_emi, ompt_callback_target_map_emi_t, 36) /* target map */ + +#define FOREACH_OMPT_50_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) + +#define FOREACH_OMPT_51_TARGET_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_NOEMI_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +#define FOREACH_OMPT_51_EVENT(macro) \ + FOREACH_OMPT_HOST_EVENT(macro) \ + FOREACH_OMPT_DEVICE_EVENT(macro) \ + FOREACH_OMPT_EMI_EVENT(macro) + +/***************************************************************************** + * implementation specific types + *****************************************************************************/ + +typedef enum kmp_mutex_impl_t { +#define kmp_mutex_impl_macro(impl, code) impl = code, + FOREACH_KMP_MUTEX_IMPL(kmp_mutex_impl_macro) +#undef kmp_mutex_impl_macro +} kmp_mutex_impl_t; + +/***************************************************************************** + * definitions generated from spec + *****************************************************************************/ + +typedef enum ompt_callbacks_t { + ompt_callback_thread_begin = 1, + ompt_callback_thread_end = 2, + ompt_callback_parallel_begin = 3, + ompt_callback_parallel_end = 4, + ompt_callback_task_create = 5, + ompt_callback_task_schedule = 6, + ompt_callback_implicit_task = 7, + ompt_callback_target = 8, + ompt_callback_target_data_op = 9, + ompt_callback_target_submit = 10, + ompt_callback_control_tool = 11, + ompt_callback_device_initialize = 12, + ompt_callback_device_finalize = 13, + ompt_callback_device_load = 14, + ompt_callback_device_unload = 15, + ompt_callback_sync_region_wait = 16, + ompt_callback_mutex_released = 17, + ompt_callback_dependences = 18, + ompt_callback_task_dependence = 19, + ompt_callback_work = 20, + ompt_callback_master DEPRECATED_51 = 21, + ompt_callback_masked = 21, + ompt_callback_target_map = 22, + ompt_callback_sync_region = 23, + ompt_callback_lock_init = 24, + ompt_callback_lock_destroy = 25, + ompt_callback_mutex_acquire = 26, + ompt_callback_mutex_acquired = 27, + ompt_callback_nest_lock = 28, + ompt_callback_flush = 29, + ompt_callback_cancel = 30, + ompt_callback_reduction = 31, + ompt_callback_dispatch = 32, + ompt_callback_target_emi = 33, + ompt_callback_target_data_op_emi = 34, + ompt_callback_target_submit_emi = 35, + ompt_callback_target_map_emi = 36, + ompt_callback_error = 37 +} ompt_callbacks_t; + +typedef enum ompt_record_t { + ompt_record_ompt = 1, + ompt_record_native = 2, + ompt_record_invalid = 3 +} ompt_record_t; + +typedef enum ompt_record_native_t { + ompt_record_native_info = 1, + ompt_record_native_event = 2 +} ompt_record_native_t; + +typedef enum ompt_set_result_t { + ompt_set_error = 0, + ompt_set_never = 1, + ompt_set_impossible = 2, + ompt_set_sometimes = 3, + ompt_set_sometimes_paired = 4, + ompt_set_always = 5 +} ompt_set_result_t; + +typedef uint64_t ompt_id_t; + +typedef uint64_t ompt_device_time_t; + +typedef uint64_t ompt_buffer_cursor_t; + +typedef enum ompt_thread_t { + ompt_thread_initial = 1, + ompt_thread_worker = 2, + ompt_thread_other = 3, + ompt_thread_unknown = 4 +} ompt_thread_t; + +typedef enum ompt_scope_endpoint_t { + ompt_scope_begin = 1, + ompt_scope_end = 2, + ompt_scope_beginend = 3 +} ompt_scope_endpoint_t; + +typedef enum ompt_dispatch_t { + ompt_dispatch_iteration = 1, + ompt_dispatch_section = 2, + ompt_dispatch_ws_loop_chunk = 3, + ompt_dispatch_taskloop_chunk = 4, + ompt_dispatch_distribute_chunk = 5 +} ompt_dispatch_t; + +typedef enum ompt_sync_region_t { + ompt_sync_region_barrier DEPRECATED_51 = 1, + ompt_sync_region_barrier_implicit DEPRECATED_51 = 2, + ompt_sync_region_barrier_explicit = 3, + ompt_sync_region_barrier_implementation = 4, + ompt_sync_region_taskwait = 5, + ompt_sync_region_taskgroup = 6, + ompt_sync_region_reduction = 7, + ompt_sync_region_barrier_implicit_workshare = 8, + ompt_sync_region_barrier_implicit_parallel = 9, + ompt_sync_region_barrier_teams = 10 +} ompt_sync_region_t; + +typedef enum ompt_target_data_op_t { + ompt_target_data_alloc = 1, + ompt_target_data_transfer_to_device = 2, + ompt_target_data_transfer_from_device = 3, + ompt_target_data_delete = 4, + ompt_target_data_associate = 5, + ompt_target_data_disassociate = 6, + ompt_target_data_alloc_async = 17, + ompt_target_data_transfer_to_device_async = 18, + ompt_target_data_transfer_from_device_async = 19, + ompt_target_data_delete_async = 20 +} ompt_target_data_op_t; + +typedef enum ompt_work_t { + ompt_work_loop = 1, + ompt_work_sections = 2, + ompt_work_single_executor = 3, + ompt_work_single_other = 4, + ompt_work_workshare = 5, + ompt_work_distribute = 6, + ompt_work_taskloop = 7, + ompt_work_scope = 8, + ompt_work_loop_static = 10, + ompt_work_loop_dynamic = 11, + ompt_work_loop_guided = 12, + ompt_work_loop_other = 13 +} ompt_work_t; + +typedef enum ompt_mutex_t { + ompt_mutex_lock = 1, + ompt_mutex_test_lock = 2, + ompt_mutex_nest_lock = 3, + ompt_mutex_test_nest_lock = 4, + ompt_mutex_critical = 5, + ompt_mutex_atomic = 6, + ompt_mutex_ordered = 7 +} ompt_mutex_t; + +typedef enum ompt_native_mon_flag_t { + ompt_native_data_motion_explicit = 0x01, + ompt_native_data_motion_implicit = 0x02, + ompt_native_kernel_invocation = 0x04, + ompt_native_kernel_execution = 0x08, + ompt_native_driver = 0x10, + ompt_native_runtime = 0x20, + ompt_native_overhead = 0x40, + ompt_native_idleness = 0x80 +} ompt_native_mon_flag_t; + +typedef enum ompt_task_flag_t { + ompt_task_initial = 0x00000001, + ompt_task_implicit = 0x00000002, + ompt_task_explicit = 0x00000004, + ompt_task_target = 0x00000008, + ompt_task_taskwait = 0x00000010, + ompt_task_undeferred = 0x08000000, + ompt_task_untied = 0x10000000, + ompt_task_final = 0x20000000, + ompt_task_mergeable = 0x40000000, + ompt_task_merged = 0x80000000 +} ompt_task_flag_t; + +typedef enum ompt_task_status_t { + ompt_task_complete = 1, + ompt_task_yield = 2, + ompt_task_cancel = 3, + ompt_task_detach = 4, + ompt_task_early_fulfill = 5, + ompt_task_late_fulfill = 6, + ompt_task_switch = 7, + ompt_taskwait_complete = 8 +} ompt_task_status_t; + +typedef enum ompt_target_t { + ompt_target = 1, + ompt_target_enter_data = 2, + ompt_target_exit_data = 3, + ompt_target_update = 4, + ompt_target_nowait = 9, + ompt_target_enter_data_nowait = 10, + ompt_target_exit_data_nowait = 11, + ompt_target_update_nowait = 12 +} ompt_target_t; + +typedef enum ompt_parallel_flag_t { + ompt_parallel_invoker_program = 0x00000001, + ompt_parallel_invoker_runtime = 0x00000002, + ompt_parallel_league = 0x40000000, + ompt_parallel_team = 0x80000000 +} ompt_parallel_flag_t; + +typedef enum ompt_target_map_flag_t { + ompt_target_map_flag_to = 0x01, + ompt_target_map_flag_from = 0x02, + ompt_target_map_flag_alloc = 0x04, + ompt_target_map_flag_release = 0x08, + ompt_target_map_flag_delete = 0x10, + ompt_target_map_flag_implicit = 0x20 +} ompt_target_map_flag_t; + +typedef enum ompt_dependence_type_t { + ompt_dependence_type_in = 1, + ompt_dependence_type_out = 2, + ompt_dependence_type_inout = 3, + ompt_dependence_type_mutexinoutset = 4, + ompt_dependence_type_source = 5, + ompt_dependence_type_sink = 6, + ompt_dependence_type_inoutset = 7 +} ompt_dependence_type_t; + +typedef enum ompt_severity_t { + ompt_warning = 1, + ompt_fatal = 2 +} ompt_severity_t; + +typedef enum ompt_cancel_flag_t { + ompt_cancel_parallel = 0x01, + ompt_cancel_sections = 0x02, + ompt_cancel_loop = 0x04, + ompt_cancel_taskgroup = 0x08, + ompt_cancel_activated = 0x10, + ompt_cancel_detected = 0x20, + ompt_cancel_discarded_task = 0x40 +} ompt_cancel_flag_t; + +typedef uint64_t ompt_hwid_t; + +typedef uint64_t ompt_wait_id_t; + +typedef enum ompt_frame_flag_t { + ompt_frame_runtime = 0x00, + ompt_frame_application = 0x01, + ompt_frame_cfa = 0x10, + ompt_frame_framepointer = 0x20, + ompt_frame_stackaddress = 0x30 +} ompt_frame_flag_t; + +typedef enum ompt_state_t { + ompt_state_work_serial = 0x000, + ompt_state_work_parallel = 0x001, + ompt_state_work_reduction = 0x002, + + ompt_state_wait_barrier DEPRECATED_51 = 0x010, + ompt_state_wait_barrier_implicit_parallel = 0x011, + ompt_state_wait_barrier_implicit_workshare = 0x012, + ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013, + ompt_state_wait_barrier_explicit = 0x014, + ompt_state_wait_barrier_implementation = 0x015, + ompt_state_wait_barrier_teams = 0x016, + + ompt_state_wait_taskwait = 0x020, + ompt_state_wait_taskgroup = 0x021, + + ompt_state_wait_mutex = 0x040, + ompt_state_wait_lock = 0x041, + ompt_state_wait_critical = 0x042, + ompt_state_wait_atomic = 0x043, + ompt_state_wait_ordered = 0x044, + + ompt_state_wait_target = 0x080, + ompt_state_wait_target_map = 0x081, + ompt_state_wait_target_update = 0x082, + + ompt_state_idle = 0x100, + ompt_state_overhead = 0x101, + ompt_state_undefined = 0x102 +} ompt_state_t; + +typedef uint64_t (*ompt_get_unique_id_t) (void); + +typedef uint64_t ompd_size_t; + +typedef uint64_t ompd_wait_id_t; + +typedef uint64_t ompd_addr_t; +typedef int64_t ompd_word_t; +typedef uint64_t ompd_seg_t; + +typedef uint64_t ompd_device_t; + +typedef uint64_t ompd_thread_id_t; + +typedef enum ompd_scope_t { + ompd_scope_global = 1, + ompd_scope_address_space = 2, + ompd_scope_thread = 3, + ompd_scope_parallel = 4, + ompd_scope_implicit_task = 5, + ompd_scope_task = 6 +} ompd_scope_t; + +typedef uint64_t ompd_icv_id_t; + +typedef enum ompd_rc_t { + ompd_rc_ok = 0, + ompd_rc_unavailable = 1, + ompd_rc_stale_handle = 2, + ompd_rc_bad_input = 3, + ompd_rc_error = 4, + ompd_rc_unsupported = 5, + ompd_rc_needs_state_tracking = 6, + ompd_rc_incompatible = 7, + ompd_rc_device_read_error = 8, + ompd_rc_device_write_error = 9, + ompd_rc_nomem = 10, + ompd_rc_incomplete = 11, + ompd_rc_callback_error = 12 +} ompd_rc_t; + +typedef void (*ompt_interface_fn_t) (void); + +typedef ompt_interface_fn_t (*ompt_function_lookup_t) ( + const char *interface_function_name +); + +typedef union ompt_data_t { + uint64_t value; + void *ptr; +} ompt_data_t; + +typedef struct ompt_frame_t { + ompt_data_t exit_frame; + ompt_data_t enter_frame; + int exit_frame_flags; + int enter_frame_flags; +} ompt_frame_t; + +typedef void (*ompt_callback_t) (void); + +typedef void ompt_device_t; + +typedef void ompt_buffer_t; + +typedef void (*ompt_callback_buffer_request_t) ( + int device_num, + ompt_buffer_t **buffer, + size_t *bytes +); + +typedef void (*ompt_callback_buffer_complete_t) ( + int device_num, + ompt_buffer_t *buffer, + size_t bytes, + ompt_buffer_cursor_t begin, + int buffer_owned +); + +typedef void (*ompt_finalize_t) ( + ompt_data_t *tool_data +); + +typedef int (*ompt_initialize_t) ( + ompt_function_lookup_t lookup, + int initial_device_num, + ompt_data_t *tool_data +); + +typedef struct ompt_start_tool_result_t { + ompt_initialize_t initialize; + ompt_finalize_t finalize; + ompt_data_t tool_data; +} ompt_start_tool_result_t; + +typedef struct ompt_record_abstract_t { + ompt_record_native_t rclass; + const char *type; + ompt_device_time_t start_time; + ompt_device_time_t end_time; + ompt_hwid_t hwid; +} ompt_record_abstract_t; + +typedef struct ompt_dependence_t { + ompt_data_t variable; + ompt_dependence_type_t dependence_type; +} ompt_dependence_t; + +typedef struct ompt_dispatch_chunk_t { + uint64_t start; + uint64_t iterations; +} ompt_dispatch_chunk_t; + +typedef int (*ompt_enumerate_states_t) ( + int current_state, + int *next_state, + const char **next_state_name +); + +typedef int (*ompt_enumerate_mutex_impls_t) ( + int current_impl, + int *next_impl, + const char **next_impl_name +); + +typedef ompt_set_result_t (*ompt_set_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t callback +); + +typedef int (*ompt_get_callback_t) ( + ompt_callbacks_t event, + ompt_callback_t *callback +); + +typedef ompt_data_t *(*ompt_get_thread_data_t) (void); + +typedef int (*ompt_get_num_procs_t) (void); + +typedef int (*ompt_get_num_places_t) (void); + +typedef int (*ompt_get_place_proc_ids_t) ( + int place_num, + int ids_size, + int *ids +); + +typedef int (*ompt_get_place_num_t) (void); + +typedef int (*ompt_get_partition_place_nums_t) ( + int place_nums_size, + int *place_nums +); + +typedef int (*ompt_get_proc_id_t) (void); + +typedef int (*ompt_get_state_t) ( + ompt_wait_id_t *wait_id +); + +typedef int (*ompt_get_parallel_info_t) ( + int ancestor_level, + ompt_data_t **parallel_data, + int *team_size +); + +typedef int (*ompt_get_task_info_t) ( + int ancestor_level, + int *flags, + ompt_data_t **task_data, + ompt_frame_t **task_frame, + ompt_data_t **parallel_data, + int *thread_num +); + +typedef int (*ompt_get_task_memory_t)( + void **addr, + size_t *size, + int block +); + +typedef int (*ompt_get_target_info_t) ( + uint64_t *device_num, + ompt_id_t *target_id, + ompt_id_t *host_op_id +); + +typedef int (*ompt_get_num_devices_t) (void); + +typedef void (*ompt_finalize_tool_t) (void); + +typedef int (*ompt_get_device_num_procs_t) ( + ompt_device_t *device +); + +typedef ompt_device_time_t (*ompt_get_device_time_t) ( + ompt_device_t *device +); + +typedef double (*ompt_translate_time_t) ( + ompt_device_t *device, + ompt_device_time_t time +); + +typedef ompt_set_result_t (*ompt_set_trace_ompt_t) ( + ompt_device_t *device, + unsigned int enable, + unsigned int etype +); + +typedef ompt_set_result_t (*ompt_set_trace_native_t) ( + ompt_device_t *device, + int enable, + int flags +); + +typedef int (*ompt_start_trace_t) ( + ompt_device_t *device, + ompt_callback_buffer_request_t request, + ompt_callback_buffer_complete_t complete +); + +typedef int (*ompt_pause_trace_t) ( + ompt_device_t *device, + int begin_pause +); + +typedef int (*ompt_flush_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_stop_trace_t) ( + ompt_device_t *device +); + +typedef int (*ompt_advance_buffer_cursor_t) ( + ompt_device_t *device, + ompt_buffer_t *buffer, + size_t size, + ompt_buffer_cursor_t current, + ompt_buffer_cursor_t *next +); + +typedef ompt_record_t (*ompt_get_record_type_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +typedef void *(*ompt_get_record_native_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current, + ompt_id_t *host_op_id +); + +typedef ompt_record_abstract_t * +(*ompt_get_record_abstract_t) ( + void *native_record +); + +typedef void (*ompt_callback_thread_begin_t) ( + ompt_thread_t thread_type, + ompt_data_t *thread_data +); + +typedef struct ompt_record_thread_begin_t { + ompt_thread_t thread_type; +} ompt_record_thread_begin_t; + +typedef void (*ompt_callback_thread_end_t) ( + ompt_data_t *thread_data +); + +typedef void (*ompt_callback_parallel_begin_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *parallel_data, + unsigned int requested_parallelism, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_begin_t { + ompt_id_t encountering_task_id; + ompt_id_t parallel_id; + unsigned int requested_parallelism; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_begin_t; + +typedef void (*ompt_callback_parallel_end_t) ( + ompt_data_t *parallel_data, + ompt_data_t *encountering_task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_parallel_end_t { + ompt_id_t parallel_id; + ompt_id_t encountering_task_id; + int flags; + const void *codeptr_ra; +} ompt_record_parallel_end_t; + +typedef void (*ompt_callback_work_t) ( + ompt_work_t work_type, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + uint64_t count, + const void *codeptr_ra +); + +typedef struct ompt_record_work_t { + ompt_work_t work_type; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + uint64_t count; + const void *codeptr_ra; +} ompt_record_work_t; + +typedef void (*ompt_callback_dispatch_t) ( + ompt_data_t *parallel_data, + ompt_data_t *task_data, + ompt_dispatch_t kind, + ompt_data_t instance +); + +typedef struct ompt_record_dispatch_t { + ompt_id_t parallel_id; + ompt_id_t task_id; + ompt_dispatch_t kind; + ompt_data_t instance; +} ompt_record_dispatch_t; + +typedef void (*ompt_callback_task_create_t) ( + ompt_data_t *encountering_task_data, + const ompt_frame_t *encountering_task_frame, + ompt_data_t *new_task_data, + int flags, + int has_dependences, + const void *codeptr_ra +); + +typedef struct ompt_record_task_create_t { + ompt_id_t encountering_task_id; + ompt_id_t new_task_id; + int flags; + int has_dependences; + const void *codeptr_ra; +} ompt_record_task_create_t; + +typedef void (*ompt_callback_dependences_t) ( + ompt_data_t *task_data, + const ompt_dependence_t *deps, + int ndeps +); + +typedef struct ompt_record_dependences_t { + ompt_id_t task_id; + ompt_dependence_t dep; + int ndeps; +} ompt_record_dependences_t; + +typedef void (*ompt_callback_task_dependence_t) ( + ompt_data_t *src_task_data, + ompt_data_t *sink_task_data +); + +typedef struct ompt_record_task_dependence_t { + ompt_id_t src_task_id; + ompt_id_t sink_task_id; +} ompt_record_task_dependence_t; + +typedef void (*ompt_callback_task_schedule_t) ( + ompt_data_t *prior_task_data, + ompt_task_status_t prior_task_status, + ompt_data_t *next_task_data +); + +typedef struct ompt_record_task_schedule_t { + ompt_id_t prior_task_id; + ompt_task_status_t prior_task_status; + ompt_id_t next_task_id; +} ompt_record_task_schedule_t; + +typedef void (*ompt_callback_implicit_task_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + unsigned int actual_parallelism, + unsigned int index, + int flags +); + +typedef struct ompt_record_implicit_task_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + unsigned int actual_parallelism; + unsigned int index; + int flags; +} ompt_record_implicit_task_t; + +typedef void (*ompt_callback_masked_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef ompt_callback_masked_t ompt_callback_master_t DEPRECATED_51; + +typedef struct ompt_record_masked_t { + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_masked_t; + +typedef void (*ompt_callback_sync_region_t) ( + ompt_sync_region_t kind, + ompt_scope_endpoint_t endpoint, + ompt_data_t *parallel_data, + ompt_data_t *task_data, + const void *codeptr_ra +); + +typedef struct ompt_record_sync_region_t { + ompt_sync_region_t kind; + ompt_scope_endpoint_t endpoint; + ompt_id_t parallel_id; + ompt_id_t task_id; + const void *codeptr_ra; +} ompt_record_sync_region_t; + +typedef void (*ompt_callback_mutex_acquire_t) ( + ompt_mutex_t kind, + unsigned int hint, + unsigned int impl, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_acquire_t { + ompt_mutex_t kind; + unsigned int hint; + unsigned int impl; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_acquire_t; + +typedef void (*ompt_callback_mutex_t) ( + ompt_mutex_t kind, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_mutex_t { + ompt_mutex_t kind; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_mutex_t; + +typedef void (*ompt_callback_nest_lock_t) ( + ompt_scope_endpoint_t endpoint, + ompt_wait_id_t wait_id, + const void *codeptr_ra +); + +typedef struct ompt_record_nest_lock_t { + ompt_scope_endpoint_t endpoint; + ompt_wait_id_t wait_id; + const void *codeptr_ra; +} ompt_record_nest_lock_t; + +typedef void (*ompt_callback_flush_t) ( + ompt_data_t *thread_data, + const void *codeptr_ra +); + +typedef struct ompt_record_flush_t { + const void *codeptr_ra; +} ompt_record_flush_t; + +typedef void (*ompt_callback_cancel_t) ( + ompt_data_t *task_data, + int flags, + const void *codeptr_ra +); + +typedef struct ompt_record_cancel_t { + ompt_id_t task_id; + int flags; + const void *codeptr_ra; +} ompt_record_cancel_t; + +typedef void (*ompt_callback_device_initialize_t) ( + int device_num, + const char *type, + ompt_device_t *device, + ompt_function_lookup_t lookup, + const char *documentation +); + +typedef void (*ompt_callback_device_finalize_t) ( + int device_num +); + +typedef void (*ompt_callback_device_load_t) ( + int device_num, + const char *filename, + int64_t offset_in_file, + void *vma_in_file, + size_t bytes, + void *host_addr, + void *device_addr, + uint64_t module_id +); + +typedef void (*ompt_callback_device_unload_t) ( + int device_num, + uint64_t module_id +); + +typedef void (*ompt_callback_target_data_op_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_data_op_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + ompt_target_data_op_t optype, + void *src_addr, + int src_device_num, + void *dest_addr, + int dest_device_num, + size_t bytes, + const void *codeptr_ra +); + +typedef struct ompt_record_target_data_op_t { + ompt_id_t host_op_id; + ompt_target_data_op_t optype; + void *src_addr; + int src_device_num; + void *dest_addr; + int dest_device_num; + size_t bytes; + ompt_device_time_t end_time; + const void *codeptr_ra; +} ompt_record_target_data_op_t; + +typedef void (*ompt_callback_target_emi_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_data_t *target_task_data, + ompt_data_t *target_data, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_t) ( + ompt_target_t kind, + ompt_scope_endpoint_t endpoint, + int device_num, + ompt_data_t *task_data, + ompt_id_t target_id, + const void *codeptr_ra +); + +typedef struct ompt_record_target_t { + ompt_target_t kind; + ompt_scope_endpoint_t endpoint; + int device_num; + ompt_id_t task_id; + ompt_id_t target_id; + const void *codeptr_ra; +} ompt_record_target_t; + +typedef void (*ompt_callback_target_map_emi_t) ( + ompt_data_t *target_data, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef void (*ompt_callback_target_map_t) ( + ompt_id_t target_id, + unsigned int nitems, + void **host_addr, + void **device_addr, + size_t *bytes, + unsigned int *mapping_flags, + const void *codeptr_ra +); + +typedef struct ompt_record_target_map_t { + ompt_id_t target_id; + unsigned int nitems; + void **host_addr; + void **device_addr; + size_t *bytes; + unsigned int *mapping_flags; + const void *codeptr_ra; +} ompt_record_target_map_t; + +typedef void (*ompt_callback_target_submit_emi_t) ( + ompt_scope_endpoint_t endpoint, + ompt_data_t *target_data, + ompt_id_t *host_op_id, + unsigned int requested_num_teams +); + +typedef void (*ompt_callback_target_submit_t) ( + ompt_id_t target_id, + ompt_id_t host_op_id, + unsigned int requested_num_teams +); + +typedef struct ompt_record_target_kernel_t { + ompt_id_t host_op_id; + unsigned int requested_num_teams; + unsigned int granted_num_teams; + ompt_device_time_t end_time; +} ompt_record_target_kernel_t; + +typedef int (*ompt_callback_control_tool_t) ( + uint64_t command, + uint64_t modifier, + void *arg, + const void *codeptr_ra +); + +typedef struct ompt_record_control_tool_t { + uint64_t command; + uint64_t modifier; + const void *codeptr_ra; +} ompt_record_control_tool_t; + +typedef void (*ompt_callback_error_t) ( + ompt_severity_t severity, + const char *message, size_t length, + const void *codeptr_ra +); + +typedef struct ompt_record_error_t { + ompt_severity_t severity; + const char *message; + size_t length; + const void *codeptr_ra; +} ompt_record_error_t; + +typedef struct ompd_address_t { + ompd_seg_t segment; + ompd_addr_t address; +} ompd_address_t; + +typedef struct ompd_frame_info_t { + ompd_address_t frame_address; + ompd_word_t frame_flag; +} ompd_frame_info_t; + +typedef struct _ompd_aspace_handle ompd_address_space_handle_t; +typedef struct _ompd_thread_handle ompd_thread_handle_t; +typedef struct _ompd_parallel_handle ompd_parallel_handle_t; +typedef struct _ompd_task_handle ompd_task_handle_t; + +typedef struct _ompd_aspace_cont ompd_address_space_context_t; +typedef struct _ompd_thread_cont ompd_thread_context_t; + +typedef struct ompd_device_type_sizes_t { + uint8_t sizeof_char; + uint8_t sizeof_short; + uint8_t sizeof_int; + uint8_t sizeof_long; + uint8_t sizeof_long_long; + uint8_t sizeof_pointer; +} ompd_device_type_sizes_t; + +void ompd_dll_locations_valid(void); + +typedef ompd_rc_t (*ompd_callback_memory_alloc_fn_t)(ompd_size_t nbytes, + void **ptr); + +typedef ompd_rc_t (*ompd_callback_memory_free_fn_t)(void *ptr); + +typedef ompd_rc_t (*ompd_callback_get_thread_context_for_thread_id_fn_t)( + ompd_address_space_context_t *address_space_context, ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, const void *thread_id, + ompd_thread_context_t **thread_context); + +typedef ompd_rc_t (*ompd_callback_sizeof_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_device_type_sizes_t *sizes); + +typedef ompd_rc_t (*ompd_callback_symbol_addr_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const char *symbol_name, + ompd_address_t *symbol_addr, const char *file_name); + +typedef ompd_rc_t (*ompd_callback_memory_read_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, void *buffer); + +typedef ompd_rc_t (*ompd_callback_memory_write_fn_t)( + ompd_address_space_context_t *address_space_context, + ompd_thread_context_t *thread_context, const ompd_address_t *addr, + ompd_size_t nbytes, const void *buffer); + +typedef ompd_rc_t (*ompd_callback_device_host_fn_t)( + ompd_address_space_context_t *address_space_context, const void *input, + ompd_size_t unit_size, ompd_size_t count, void *output); + +typedef ompd_rc_t (*ompd_callback_print_string_fn_t)(const char *string, + int category); + +typedef struct ompd_callbacks_t { + ompd_callback_memory_alloc_fn_t alloc_memory; + ompd_callback_memory_free_fn_t free_memory; + ompd_callback_print_string_fn_t print_string; + ompd_callback_sizeof_fn_t sizeof_type; + ompd_callback_symbol_addr_fn_t symbol_addr_lookup; + ompd_callback_memory_read_fn_t read_memory; + ompd_callback_memory_write_fn_t write_memory; + ompd_callback_memory_read_fn_t read_string; + ompd_callback_device_host_fn_t device_to_host; + ompd_callback_device_host_fn_t host_to_device; + ompd_callback_get_thread_context_for_thread_id_fn_t + get_thread_context_for_thread_id; +} ompd_callbacks_t; + +void ompd_bp_parallel_begin(void); + +void ompd_bp_parallel_end(void); + +void ompd_bp_task_begin(void); + +void ompd_bp_task_end(void); + +void ompd_bp_thread_begin(void); + +void ompd_bp_thread_end(void); + +void ompd_bp_device_begin(void); + +void ompd_bp_device_end(void); + +ompd_rc_t ompd_initialize(ompd_word_t api_version, + const ompd_callbacks_t *callbacks); + +ompd_rc_t ompd_get_api_version(ompd_word_t *version); + +ompd_rc_t ompd_get_version_string(const char **string); + +ompd_rc_t ompd_finalize(void); + +ompd_rc_t ompd_process_initialize(ompd_address_space_context_t *context, + ompd_address_space_handle_t **handle); + +ompd_rc_t ompd_device_initialize(ompd_address_space_handle_t *process_handle, + ompd_address_space_context_t *device_context, + ompd_device_t kind, ompd_size_t sizeof_id, + void *id, + ompd_address_space_handle_t **device_handle); + +ompd_rc_t ompd_rel_address_space_handle(ompd_address_space_handle_t *handle); + +ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, + ompd_word_t *omp_version); + +ompd_rc_t +ompd_get_omp_version_string(ompd_address_space_handle_t *address_space, + const char **string); + +ompd_rc_t ompd_get_thread_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_get_thread_handle(ompd_address_space_handle_t *handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, + const void *thread_id, + ompd_thread_handle_t **thread_handle); + +ompd_rc_t ompd_rel_thread_handle(ompd_thread_handle_t *thread_handle); + +ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, + ompd_thread_handle_t *thread_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_thread_id(ompd_thread_handle_t *thread_handle, + ompd_thread_id_t kind, + ompd_size_t sizeof_thread_id, void *thread_id); + +ompd_rc_t +ompd_get_curr_parallel_handle(ompd_thread_handle_t *thread_handle, + ompd_parallel_handle_t **parallel_handle); + +ompd_rc_t ompd_get_enclosing_parallel_handle( + ompd_parallel_handle_t *parallel_handle, + ompd_parallel_handle_t **enclosing_parallel_handle); + +ompd_rc_t +ompd_get_task_parallel_handle(ompd_task_handle_t *task_handle, + ompd_parallel_handle_t **task_parallel_handle); + +ompd_rc_t ompd_rel_parallel_handle(ompd_parallel_handle_t *parallel_handle); + +ompd_rc_t +ompd_parallel_handle_compare(ompd_parallel_handle_t *parallel_handle_1, + ompd_parallel_handle_t *parallel_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_curr_task_handle(ompd_thread_handle_t *thread_handle, + ompd_task_handle_t **task_handle); + +ompd_rc_t +ompd_get_generating_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **generating_task_handle); + +ompd_rc_t +ompd_get_scheduling_task_handle(ompd_task_handle_t *task_handle, + ompd_task_handle_t **scheduling_task_handle); + +ompd_rc_t ompd_get_task_in_parallel(ompd_parallel_handle_t *parallel_handle, + int thread_num, + ompd_task_handle_t **task_handle); + +ompd_rc_t ompd_rel_task_handle(ompd_task_handle_t *task_handle); + +ompd_rc_t ompd_task_handle_compare(ompd_task_handle_t *task_handle_1, + ompd_task_handle_t *task_handle_2, + int *cmp_value); + +ompd_rc_t ompd_get_task_function(ompd_task_handle_t *task_handle, + ompd_address_t *entry_point); + +ompd_rc_t ompd_get_task_frame(ompd_task_handle_t *task_handle, + ompd_frame_info_t *exit_frame, + ompd_frame_info_t *enter_frame); + +ompd_rc_t +ompd_enumerate_states(ompd_address_space_handle_t *address_space_handle, + ompd_word_t current_state, ompd_word_t *next_state, + const char **next_state_name, ompd_word_t *more_enums); + +ompd_rc_t ompd_get_state(ompd_thread_handle_t *thread_handle, + ompd_word_t *state, ompd_wait_id_t *wait_id); + +ompd_rc_t +ompd_get_display_control_vars(ompd_address_space_handle_t *address_space_handle, + const char *const **control_vars); + +ompd_rc_t ompd_rel_display_control_vars(const char *const **control_vars); + +ompd_rc_t ompd_enumerate_icvs(ompd_address_space_handle_t *handle, + ompd_icv_id_t current, ompd_icv_id_t *next_id, + const char **next_icv_name, + ompd_scope_t *next_scope, int *more); + +ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, ompd_word_t *icv_value); + +ompd_rc_t ompd_get_icv_string_from_scope(void *handle, ompd_scope_t scope, + ompd_icv_id_t icv_id, + const char **icv_string); + +ompd_rc_t ompd_get_tool_data(void *handle, ompd_scope_t scope, + ompd_word_t *value, ompd_address_t *ptr); + +typedef struct ompt_record_ompt_t { + ompt_callbacks_t type; + ompt_device_time_t time; + ompt_id_t thread_id; + ompt_id_t target_id; + union { + ompt_record_thread_begin_t thread_begin; + ompt_record_parallel_begin_t parallel_begin; + ompt_record_parallel_end_t parallel_end; + ompt_record_work_t work; + ompt_record_dispatch_t dispatch; + ompt_record_task_create_t task_create; + ompt_record_dependences_t dependences; + ompt_record_task_dependence_t task_dependence; + ompt_record_task_schedule_t task_schedule; + ompt_record_implicit_task_t implicit_task; + ompt_record_masked_t masked; + ompt_record_sync_region_t sync_region; + ompt_record_mutex_acquire_t mutex_acquire; + ompt_record_mutex_t mutex; + ompt_record_nest_lock_t nest_lock; + ompt_record_flush_t flush; + ompt_record_cancel_t cancel; + ompt_record_target_t target; + ompt_record_target_data_op_t target_data_op; + ompt_record_target_map_t target_map; + ompt_record_target_kernel_t target_kernel; + ompt_record_control_tool_t control_tool; + } record; +} ompt_record_ompt_t; + +typedef ompt_record_ompt_t *(*ompt_get_record_ompt_t) ( + ompt_buffer_t *buffer, + ompt_buffer_cursor_t current +); + +#define ompt_id_none 0 +#define ompt_data_none {0} +#define ompt_time_none 0 +#define ompt_hwid_none 0 +#define ompt_addr_none ~0 +#define ompt_mutex_impl_none 0 +#define ompt_wait_id_none 0 + +#define ompd_segment_none 0 + +#endif /* __OMPT__ */ diff --git a/External/OpenMP/openmp.xcframework/watchos-i386-simulator/libomp.a b/External/OpenMP/openmp.xcframework/watchos-i386-simulator/libomp.a new file mode 100644 index 0000000000..7c6fda2ed1 Binary files /dev/null and b/External/OpenMP/openmp.xcframework/watchos-i386-simulator/libomp.a differ diff --git a/PVCoreBridgeRetro/PVCoreBridgeRetro.xcodeproj/project.pbxproj b/PVCoreBridgeRetro/PVCoreBridgeRetro.xcodeproj/project.pbxproj index 03ce9abf60..80ffbaa90e 100644 --- a/PVCoreBridgeRetro/PVCoreBridgeRetro.xcodeproj/project.pbxproj +++ b/PVCoreBridgeRetro/PVCoreBridgeRetro.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 63; + objectVersion = 70; objects = { /* Begin PBXBuildFile section */ @@ -11,34 +11,23 @@ B30681522895D407003E465F /* PVLibRetroCore+Video.m in Sources */ = {isa = PBXBuildFile; fileRef = B306814D2895D406003E465F /* PVLibRetroCore+Video.m */; }; B30681542895D407003E465F /* PVLibRetroCore+Audio.m in Sources */ = {isa = PBXBuildFile; fileRef = B306814E2895D406003E465F /* PVLibRetroCore+Audio.m */; }; B30681562895D407003E465F /* PVLibRetroCore+Options.m in Sources */ = {isa = PBXBuildFile; fileRef = B306814F2895D407003E465F /* PVLibRetroCore+Options.m */; }; - B3225132286C4728001FDF42 /* retro.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = B322512F286C4728001FDF42 /* retro.h */; }; - B32299422878CB3C00585AD8 /* input_driver.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC54928671EFF00B60497 /* input_driver.c */; }; - B32299462878CF2C00585AD8 /* rthreads.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC7072867202D00B60497 /* rthreads.c */; }; - B322994A2878CF6200585AD8 /* input_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC54A28671EFF00B60497 /* input_keyboard.c */; }; - B32299512878D46F00585AD8 /* performance_counters.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC3782867180300B60497 /* performance_counters.c */; }; - B32299672878DBE000585AD8 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = B34DC36B286717AE00B60497 /* dynamic.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B322996C28792B4000585AD8 /* movie.c in Sources */ = {isa = PBXBuildFile; fileRef = B3225169286C6F2A001FDF42 /* movie.c */; }; - B322996E28792BA000585AD8 /* nullinput.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC4ED28671EFF00B60497 /* nullinput.c */; }; - B342325B286EB4060033EFA5 /* dylib.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC6452867202D00B60497 /* dylib.c */; }; - B3423260286EB5CA0033EFA5 /* dynamic_dummy.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC59528671EFF00B60497 /* dynamic_dummy.c */; }; + B325EB972D289E0100A4AE4F /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B325EB962D289E0100A4AE4F /* CoreAudio.framework */; }; B345EAF72CC10F3600DE822B /* PVCoreBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B345EAF62CC10F3600DE822B /* PVCoreBridge */; }; - B364D4B42870E5F600B93A4B /* libretro.h in Headers */ = {isa = PBXBuildFile; fileRef = B34DC6D92867202D00B60497 /* libretro.h */; settings = {ATTRIBUTES = (Public, ); }; }; B36C41052898776C00EAEF59 /* retro_netplay.m in Sources */ = {isa = PBXBuildFile; fileRef = B36C41042898776C00EAEF59 /* retro_netplay.m */; }; B36C41062898776C00EAEF59 /* retro_netplay.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = B36C41032898776C00EAEF59 /* retro_netplay.h */; }; - B3702311287256DA00B3F6DA /* retro_inline.h in Headers */ = {isa = PBXBuildFile; fileRef = B34DC6C02867202D00B60497 /* retro_inline.h */; settings = {ATTRIBUTES = (Public, ); }; }; B377E9F72CB25F8800E9B750 /* PVLogging in Frameworks */ = {isa = PBXBuildFile; productRef = B377E9F62CB25F8800E9B750 /* PVLogging */; }; B377E9FA2CB25FA000E9B750 /* PVCoreObjCBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B377E9F92CB25FA000E9B750 /* PVCoreObjCBridge */; }; B377EBDF2CB2A18A00E9B750 /* PVSettings in Frameworks */ = {isa = PBXBuildFile; productRef = B377EBDE2CB2A18A00E9B750 /* PVSettings */; }; B392849128670348003BAC21 /* PVCoreBridgeRetro.h in Headers */ = {isa = PBXBuildFile; fileRef = B392849028670348003BAC21 /* PVCoreBridgeRetro.h */; settings = {ATTRIBUTES = (Public, ); }; }; B3928499286703CD003BAC21 /* PVLibRetroCore.h in Headers */ = {isa = PBXBuildFile; fileRef = B3928497286703CD003BAC21 /* PVLibRetroCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; B392849A286703CD003BAC21 /* PVLibRetroCore.m in Sources */ = {isa = PBXBuildFile; fileRef = B3928498286703CD003BAC21 /* PVLibRetroCore.m */; }; - B3A41BCF286E5E660054E9A5 /* retro.m in Sources */ = {isa = PBXBuildFile; fileRef = B3225130286C4728001FDF42 /* retro.m */; }; - B3B3D17428712EE1008A0E2F /* msg_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = B322515C286C6F29001FDF42 /* msg_hash.c */; }; B3D180A328964C40001207AF /* PVLibRetroCore+Controls.m in Sources */ = {isa = PBXBuildFile; fileRef = B3D180A128964C3B001207AF /* PVLibRetroCore+Controls.m */; }; B3D180A528964C40001207AF /* PVLibRetroCore+Saves.m in Sources */ = {isa = PBXBuildFile; fileRef = B3D180A228964C40001207AF /* PVLibRetroCore+Saves.m */; }; B3DF963F288D6B5800300A38 /* PVLibRetroGLESCore.h in Headers */ = {isa = PBXBuildFile; fileRef = B3DF963D288D6B5800300A38 /* PVLibRetroGLESCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; B3DF9641288D6B5800300A38 /* PVLibRetroGLESCore.m in Sources */ = {isa = PBXBuildFile; fileRef = B3DF963E288D6B5800300A38 /* PVLibRetroGLESCore.m */; }; B3EA6C91292617F300010224 /* libretro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B322512D286C4728001FDF42 /* libretro.a */; }; + B3FAE8442D2876EE00505165 /* libretro-netplay.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B36C41012898776C00EAEF59 /* libretro-netplay.a */; }; + B3FAE8472D287C3200505165 /* PVLogging in Frameworks */ = {isa = PBXBuildFile; productRef = B3FAE8462D287C3200505165 /* PVLogging */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -58,7 +47,6 @@ dstPath = "include/$(PRODUCT_NAME)"; dstSubfolderSpec = 16; files = ( - B3225132286C4728001FDF42 /* retro.h in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -83,787 +71,9 @@ B306814F2895D407003E465F /* PVLibRetroCore+Options.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "PVLibRetroCore+Options.m"; sourceTree = ""; }; B3173802278419A2002D3ACD /* Build.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Build.xcconfig; path = ../Build.xcconfig; sourceTree = ""; }; B322512D286C4728001FDF42 /* libretro.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libretro.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B322512F286C4728001FDF42 /* retro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro.h; sourceTree = ""; }; - B3225130286C4728001FDF42 /* retro.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = retro.m; sourceTree = ""; }; - B322514D286C6F28001FDF42 /* patch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = patch.c; sourceTree = ""; }; - B322514E286C6F28001FDF42 /* content.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = content.h; sourceTree = ""; }; - B322514F286C6F28001FDF42 /* general.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = general.h; sourceTree = ""; }; - B3225150286C6F28001FDF42 /* cheevos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cheevos.h; sourceTree = ""; }; - B3225151286C6F28001FDF42 /* config.features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.features.h; sourceTree = ""; }; - B3225152286C6F28001FDF42 /* file_path_str.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = file_path_str.c; sourceTree = ""; }; - B3225153286C6F28001FDF42 /* msg_hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = msg_hash.h; sourceTree = ""; }; - B3225154286C6F28001FDF42 /* database_info.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = database_info.c; sourceTree = ""; }; - B3225155286C6F28001FDF42 /* command.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = command.c; sourceTree = ""; }; - B3225156286C6F28001FDF42 /* file_path_special.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = file_path_special.c; sourceTree = ""; }; - B3225157286C6F29001FDF42 /* config_file_userdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config_file_userdata.h; sourceTree = ""; }; - B3225158286C6F29001FDF42 /* git_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = git_version.h; sourceTree = ""; }; - B3225159286C6F29001FDF42 /* command.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = command.h; sourceTree = ""; }; - B322515A286C6F29001FDF42 /* file_path_special.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = file_path_special.h; sourceTree = ""; }; - B322515B286C6F29001FDF42 /* list_special.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = list_special.c; sourceTree = ""; }; - B322515C286C6F29001FDF42 /* msg_hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = msg_hash.c; sourceTree = ""; }; - B322515D286C6F29001FDF42 /* configuration.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = configuration.c; sourceTree = ""; }; - B322515E286C6F29001FDF42 /* lakka.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lakka.h; sourceTree = ""; }; - B322515F286C6F29001FDF42 /* config_file_userdata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = config_file_userdata.c; sourceTree = ""; }; - B3225160286C6F29001FDF42 /* git_version.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = git_version.c; sourceTree = ""; }; - B3225161286C6F29001FDF42 /* movie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = movie.h; sourceTree = ""; }; - B3225162286C6F29001FDF42 /* configuration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = configuration.h; sourceTree = ""; }; - B3225163286C6F29001FDF42 /* database_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = database_info.h; sourceTree = ""; }; - B3225164286C6F29001FDF42 /* autosave.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = autosave.h; sourceTree = ""; }; - B3225165286C6F29001FDF42 /* cheevos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cheevos.c; sourceTree = ""; }; - B3225166286C6F29001FDF42 /* playlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = playlist.c; sourceTree = ""; }; - B3225167286C6F29001FDF42 /* list_special.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = list_special.h; sourceTree = ""; }; - B3225168286C6F29001FDF42 /* config.def.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.def.h; sourceTree = ""; }; - B3225169286C6F2A001FDF42 /* movie.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = movie.c; sourceTree = ""; }; - B322516A286C6F2A001FDF42 /* playlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = playlist.h; sourceTree = ""; }; - B322516B286C6F2A001FDF42 /* patch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = patch.h; sourceTree = ""; }; - B3225179286C6F34001FDF42 /* runloop.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = runloop.c; sourceTree = ""; }; - B322517A286C6F35001FDF42 /* verbosity.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = verbosity.c; sourceTree = ""; }; - B322517B286C6F35001FDF42 /* system.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = system.h; sourceTree = ""; }; - B322517C286C6F35001FDF42 /* retroarch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = retroarch.c; sourceTree = ""; }; - B322517D286C6F35001FDF42 /* verbosity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = verbosity.h; sourceTree = ""; }; - B322517E286C6F35001FDF42 /* runloop.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = runloop.h; sourceTree = ""; }; - B322517F286C6F35001FDF42 /* retroarch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = retroarch.h; sourceTree = ""; }; - B3225183286C6FA1001FDF42 /* core_backup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = core_backup.c; sourceTree = ""; }; - B3225184286C6FA2001FDF42 /* core_backup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = core_backup.h; sourceTree = ""; }; - B3225199286C827D001FDF42 /* task_powerstate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = task_powerstate.h; sourceTree = ""; }; - B322519A286C827D001FDF42 /* task_autodetect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_autodetect.c; sourceTree = ""; }; - B322519B286C827D001FDF42 /* task_netplay_find_content.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_netplay_find_content.c; sourceTree = ""; }; - B322519C286C827D001FDF42 /* task_manual_content_scan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_manual_content_scan.c; sourceTree = ""; }; - B322519D286C827D001FDF42 /* task_netplay_nat_traversal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_netplay_nat_traversal.c; sourceTree = ""; }; - B322519E286C827D001FDF42 /* task_core_backup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_core_backup.c; sourceTree = ""; }; - B322519F286C827D001FDF42 /* task_content_disc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_content_disc.c; sourceTree = ""; }; - B32251A0286C827D001FDF42 /* task_screenshot.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_screenshot.c; sourceTree = ""; }; - B32251A1286C827D001FDF42 /* task_file_transfer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_file_transfer.c; sourceTree = ""; }; - B32251A2286C827D001FDF42 /* task_audio_mixer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = task_audio_mixer.h; sourceTree = ""; }; - B32251A3286C827E001FDF42 /* task_content.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = task_content.h; sourceTree = ""; }; - B32251A4286C827E001FDF42 /* task_database.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_database.c; sourceTree = ""; }; - B32251A5286C827E001FDF42 /* task_save.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_save.c; sourceTree = ""; }; - B32251A6286C827E001FDF42 /* task_playlist_manager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_playlist_manager.c; sourceTree = ""; }; - B32251A7286C827E001FDF42 /* task_autodetect_blissbox.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_autodetect_blissbox.c; sourceTree = ""; }; - B32251A8286C827E001FDF42 /* task_powerstate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_powerstate.c; sourceTree = ""; }; - B32251A9286C827E001FDF42 /* task_image.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_image.c; sourceTree = ""; }; - B32251AA286C827E001FDF42 /* task_bluetooth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_bluetooth.c; sourceTree = ""; }; - B32251AB286C827E001FDF42 /* tasks_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tasks_internal.h; sourceTree = ""; }; - B32251AC286C827E001FDF42 /* task_core_updater.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_core_updater.c; sourceTree = ""; }; - B32251AD286C827E001FDF42 /* task_overlay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_overlay.c; sourceTree = ""; }; - B32251AE286C827E001FDF42 /* task_audio_mixer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_audio_mixer.c; sourceTree = ""; }; - B32251AF286C827E001FDF42 /* task_decompress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_decompress.c; sourceTree = ""; }; - B32251B0286C827E001FDF42 /* task_file_transfer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = task_file_transfer.h; sourceTree = ""; }; - B32251B1286C827E001FDF42 /* task_netplay_lan_scan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_netplay_lan_scan.c; sourceTree = ""; }; - B32251B2286C827E001FDF42 /* task_wifi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_wifi.c; sourceTree = ""; }; - B32251B3286C827E001FDF42 /* task_database_cue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_database_cue.c; sourceTree = ""; }; - B32251B4286C827E001FDF42 /* task_content.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_content.c; sourceTree = ""; }; - B32251B5286C827E001FDF42 /* task_pl_thumbnail_download.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_pl_thumbnail_download.c; sourceTree = ""; }; - B32251B6286C827E001FDF42 /* task_http.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_http.c; sourceTree = ""; }; - B32251B7286C827E001FDF42 /* task_patch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = task_patch.c; sourceTree = ""; }; B32299412878C5A000585AD8 /* PVLibRetro-Build.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "PVLibRetro-Build.xcconfig"; sourceTree = ""; }; B324C3152191963B009F4EDC /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.1.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - B34DC364286717AD00B60497 /* core_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = core_info.h; sourceTree = ""; }; - B34DC365286717AD00B60497 /* driver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = driver.c; sourceTree = ""; }; - B34DC366286717AD00B60497 /* defaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = defaults.h; sourceTree = ""; }; - B34DC367286717AD00B60497 /* driver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = driver.h; sourceTree = ""; }; - B34DC368286717AD00B60497 /* core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = core.h; sourceTree = ""; }; - B34DC369286717AE00B60497 /* core_impl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = core_impl.c; sourceTree = ""; }; - B34DC36A286717AE00B60497 /* core_type.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = core_type.h; sourceTree = ""; }; - B34DC36B286717AE00B60497 /* dynamic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dynamic.h; sourceTree = ""; }; - B34DC36C286717AE00B60497 /* core_info.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = core_info.c; sourceTree = ""; }; - B34DC36D286717AE00B60497 /* dynamic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dynamic.c; sourceTree = ""; }; - B34DC3782867180300B60497 /* performance_counters.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = performance_counters.c; sourceTree = ""; }; - B34DC3792867180300B60497 /* performance_counters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = performance_counters.h; sourceTree = ""; }; - B34DC37D28671EFD00B60497 /* frontend.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = frontend.c; sourceTree = ""; }; - B34DC37F28671EFD00B60497 /* platform_bsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_bsd.c; sourceTree = ""; }; - B34DC38028671EFD00B60497 /* platform_gx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_gx.c; sourceTree = ""; }; - B34DC38128671EFD00B60497 /* platform_qnx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_qnx.c; sourceTree = ""; }; - B34DC38228671EFD00B60497 /* platform_xdk.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = platform_xdk.cpp; sourceTree = ""; }; - B34DC38328671EFD00B60497 /* platform_darwin.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = platform_darwin.m; sourceTree = ""; }; - B34DC38428671EFD00B60497 /* platform_emscripten.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_emscripten.c; sourceTree = ""; }; - B34DC38528671EFD00B60497 /* platform_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = platform_linux.h; sourceTree = ""; }; - B34DC38628671EFD00B60497 /* platform_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_null.c; sourceTree = ""; }; - B34DC38728671EFD00B60497 /* platform_ps3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_ps3.c; sourceTree = ""; }; - B34DC38828671EFD00B60497 /* platform_xenon.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_xenon.c; sourceTree = ""; }; - B34DC38928671EFD00B60497 /* platform_psp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_psp.c; sourceTree = ""; }; - B34DC38A28671EFD00B60497 /* platform_wii.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_wii.c; sourceTree = ""; }; - B34DC38B28671EFD00B60497 /* platform_ctr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_ctr.c; sourceTree = ""; }; - B34DC38C28671EFD00B60497 /* platform_linux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_linux.c; sourceTree = ""; }; - B34DC38D28671EFD00B60497 /* platform_win32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = platform_win32.c; sourceTree = ""; }; - B34DC38E28671EFD00B60497 /* frontend_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = frontend_driver.h; sourceTree = ""; }; - B34DC38F28671EFD00B60497 /* frontend.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = frontend.h; sourceTree = ""; }; - B34DC39028671EFD00B60497 /* frontend_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = frontend_driver.c; sourceTree = ""; }; - B34DC39128671EFD00B60497 /* frontend_salamander.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = frontend_salamander.c; sourceTree = ""; }; - B34DC39328671EFD00B60497 /* cheat_manager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cheat_manager.h; sourceTree = ""; }; - B34DC39428671EFD00B60497 /* state_manager.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = state_manager.c; sourceTree = ""; }; - B34DC39528671EFD00B60497 /* core_option_manager.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = core_option_manager.c; sourceTree = ""; }; - B34DC39628671EFD00B60497 /* cheat_manager.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cheat_manager.c; sourceTree = ""; }; - B34DC39728671EFD00B60497 /* core_option_manager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = core_option_manager.h; sourceTree = ""; }; - B34DC39828671EFD00B60497 /* state_manager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = state_manager.h; sourceTree = ""; }; - B34DC39A28671EFD00B60497 /* audio_thread_wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = audio_thread_wrapper.c; sourceTree = ""; }; - B34DC39C28671EFD00B60497 /* rsound.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rsound.h; sourceTree = ""; }; - B34DC39D28671EFD00B60497 /* ps3_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ps3_audio.c; sourceTree = ""; }; - B34DC39E28671EFD00B60497 /* coreaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = coreaudio.c; sourceTree = ""; }; - B34DC39F28671EFD00B60497 /* xaudio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xaudio.h; sourceTree = ""; }; - B34DC3A028671EFD00B60497 /* pulse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pulse.c; sourceTree = ""; }; - B34DC3A128671EFD00B60497 /* opensl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = opensl.c; sourceTree = ""; }; - B34DC3A228671EFD00B60497 /* nullaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = nullaudio.c; sourceTree = ""; }; - B34DC3A328671EFD00B60497 /* jack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = jack.c; sourceTree = ""; }; - B34DC3A428671EFD00B60497 /* rwebaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rwebaudio.c; sourceTree = ""; }; - B34DC3A528671EFD00B60497 /* openal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = openal.c; sourceTree = ""; }; - B34DC3A628671EFD00B60497 /* alsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = alsa.c; sourceTree = ""; }; - B34DC3A728671EFD00B60497 /* ctr_csnd_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr_csnd_audio.c; sourceTree = ""; }; - B34DC3A828671EFE00B60497 /* rsound.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsound.c; sourceTree = ""; }; - B34DC3A928671EFE00B60497 /* ctr_dsp_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr_dsp_audio.c; sourceTree = ""; }; - B34DC3AA28671EFE00B60497 /* roar.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = roar.c; sourceTree = ""; }; - B34DC3AB28671EFE00B60497 /* dsound.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsound.c; sourceTree = ""; }; - B34DC3AC28671EFE00B60497 /* psp_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = psp_audio.c; sourceTree = ""; }; - B34DC3AD28671EFE00B60497 /* alsathread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = alsathread.c; sourceTree = ""; }; - B34DC3AE28671EFE00B60497 /* alsa_qsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = alsa_qsa.c; sourceTree = ""; }; - B34DC3AF28671EFE00B60497 /* xenon360_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xenon360_audio.c; sourceTree = ""; }; - B34DC3B028671EFE00B60497 /* xaudio.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = xaudio.cpp; sourceTree = ""; }; - B34DC3B128671EFE00B60497 /* oss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = oss.c; sourceTree = ""; }; - B34DC3B228671EFE00B60497 /* sdl_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sdl_audio.c; sourceTree = ""; }; - B34DC3B328671EFE00B60497 /* gx_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gx_audio.c; sourceTree = ""; }; - B34DC3B428671EFE00B60497 /* audio_dsp_filter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = audio_dsp_filter.h; sourceTree = ""; }; - B34DC3B628671EFE00B60497 /* test-rate-control.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "test-rate-control.sh"; sourceTree = ""; }; - B34DC3B728671EFE00B60497 /* sinc_test.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = sinc_test.m; sourceTree = ""; }; - B34DC3B828671EFE00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC3B928671EFE00B60497 /* snr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = snr.c; sourceTree = ""; }; - B34DC3BA28671EFE00B60497 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; - B34DC3BB28671EFE00B60497 /* modified_bessel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = modified_bessel.m; sourceTree = ""; }; - B34DC3BC28671EFE00B60497 /* kaiser_window.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = kaiser_window.m; sourceTree = ""; }; - B34DC3BD28671EFE00B60497 /* audio_resampler_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = audio_resampler_driver.c; sourceTree = ""; }; - B34DC3BF28671EFE00B60497 /* sinc_resampler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sinc_resampler.c; sourceTree = ""; }; - B34DC3C028671EFE00B60497 /* cc_resampler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cc_resampler.c; sourceTree = ""; }; - B34DC3C128671EFE00B60497 /* null_resampler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = null_resampler.c; sourceTree = ""; }; - B34DC3C228671EFE00B60497 /* nearest_resampler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = nearest_resampler.c; sourceTree = ""; }; - B34DC3C328671EFE00B60497 /* cc_resampler_neon.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = cc_resampler_neon.S; sourceTree = ""; }; - B34DC3C428671EFE00B60497 /* sinc_resampler_neon.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = sinc_resampler_neon.S; sourceTree = ""; }; - B34DC3C528671EFE00B60497 /* audio_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = audio_driver.h; sourceTree = ""; }; - B34DC3C628671EFE00B60497 /* audio_thread_wrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = audio_thread_wrapper.h; sourceTree = ""; }; - B34DC3C728671EFE00B60497 /* audio_dsp_filter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = audio_dsp_filter.c; sourceTree = ""; }; - B34DC3C828671EFE00B60497 /* audio_resampler_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = audio_resampler_driver.h; sourceTree = ""; }; - B34DC3C928671EFE00B60497 /* audio_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = audio_driver.c; sourceTree = ""; }; - B34DC3CA28671EFE00B60497 /* librsound.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = librsound.c; sourceTree = ""; }; - B34DC3CC28671EFE00B60497 /* eq.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = eq.c; sourceTree = ""; }; - B34DC3CD28671EFE00B60497 /* EQ.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = EQ.dsp; sourceTree = ""; }; - B34DC3CE28671EFE00B60497 /* dspfilter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dspfilter.h; sourceTree = ""; }; - B34DC3CF28671EFE00B60497 /* phaser.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = phaser.c; sourceTree = ""; }; - B34DC3D028671EFE00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC3D128671EFE00B60497 /* chorus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = chorus.c; sourceTree = ""; }; - B34DC3D228671EFE00B60497 /* Phaser.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = Phaser.dsp; sourceTree = ""; }; - B34DC3D328671EFE00B60497 /* wahwah.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wahwah.c; sourceTree = ""; }; - B34DC3D428671EFE00B60497 /* IIR.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = IIR.dsp; sourceTree = ""; }; - B34DC3D528671EFE00B60497 /* HighShelfDampen.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = HighShelfDampen.dsp; sourceTree = ""; }; - B34DC3D628671EFE00B60497 /* EchoReverb.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = EchoReverb.dsp; sourceTree = ""; }; - B34DC3D728671EFE00B60497 /* iir.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = iir.c; sourceTree = ""; }; - B34DC3D828671EFE00B60497 /* reverb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = reverb.c; sourceTree = ""; }; - B34DC3D928671EFE00B60497 /* WahWah.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = WahWah.dsp; sourceTree = ""; }; - B34DC3DB28671EFE00B60497 /* fft.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fft.h; sourceTree = ""; }; - B34DC3DC28671EFE00B60497 /* fft.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fft.c; sourceTree = ""; }; - B34DC3DD28671EFE00B60497 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B34DC3DE28671EFE00B60497 /* BassBoost.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = BassBoost.dsp; sourceTree = ""; }; - B34DC3DF28671EFE00B60497 /* Echo.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = Echo.dsp; sourceTree = ""; }; - B34DC3E028671EFE00B60497 /* LowPassCPS.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = LowPassCPS.dsp; sourceTree = ""; }; - B34DC3E128671EFE00B60497 /* Panning.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = Panning.dsp; sourceTree = ""; }; - B34DC3E228671EFE00B60497 /* panning.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = panning.c; sourceTree = ""; }; - B34DC3E328671EFE00B60497 /* Chorus.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = Chorus.dsp; sourceTree = ""; }; - B34DC3E428671EFE00B60497 /* Reverb.dsp */ = {isa = PBXFileReference; lastKnownFileType = text; path = Reverb.dsp; sourceTree = ""; }; - B34DC3E528671EFE00B60497 /* echo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = echo.c; sourceTree = ""; }; - B34DC3E728671EFE00B60497 /* record_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = record_driver.h; sourceTree = ""; }; - B34DC3E928671EFE00B60497 /* record_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = record_null.c; sourceTree = ""; }; - B34DC3EA28671EFE00B60497 /* record_ffmpeg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = record_ffmpeg.c; sourceTree = ""; }; - B34DC3EB28671EFE00B60497 /* record_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = record_driver.c; sourceTree = ""; }; - B34DC3ED28671EFE00B60497 /* video_context_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = video_context_driver.h; sourceTree = ""; }; - B34DC3EF28671EFE00B60497 /* vivante_fbdev_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vivante_fbdev_ctx.c; sourceTree = ""; }; - B34DC3F028671EFE00B60497 /* cgl_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cgl_ctx.c; sourceTree = ""; }; - B34DC3F128671EFE00B60497 /* mali_fbdev_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mali_fbdev_ctx.c; sourceTree = ""; }; - B34DC3F228671EFE00B60497 /* drm_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = drm_ctx.c; sourceTree = ""; }; - B34DC3F328671EFE00B60497 /* xegl_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xegl_ctx.c; sourceTree = ""; }; - B34DC3F428671EFE00B60497 /* wayland_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wayland_ctx.c; sourceTree = ""; }; - B34DC3F528671EFE00B60497 /* gfx_null_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gfx_null_ctx.c; sourceTree = ""; }; - B34DC3F628671EFE00B60497 /* android_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = android_ctx.c; sourceTree = ""; }; - B34DC3F728671EFE00B60497 /* ps3_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ps3_ctx.c; sourceTree = ""; }; - B34DC3F828671EFE00B60497 /* x_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_ctx.c; sourceTree = ""; }; - B34DC3F928671EFE00B60497 /* khr_display_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = khr_display_ctx.c; sourceTree = ""; }; - B34DC3FA28671EFE00B60497 /* d3d_ctx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d3d_ctx.cpp; sourceTree = ""; }; - B34DC3FB28671EFE00B60497 /* wgl_ctx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = wgl_ctx.cpp; sourceTree = ""; }; - B34DC3FC28671EFE00B60497 /* emscriptenegl_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = emscriptenegl_ctx.c; sourceTree = ""; }; - B34DC3FD28671EFE00B60497 /* bbqnx_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bbqnx_ctx.c; sourceTree = ""; }; - B34DC3FE28671EFE00B60497 /* cocoa_gl_ctx.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = cocoa_gl_ctx.m; sourceTree = ""; }; - B34DC3FF28671EFE00B60497 /* sdl_gl_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sdl_gl_ctx.c; sourceTree = ""; }; - B34DC40028671EFE00B60497 /* vc_egl_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vc_egl_ctx.c; sourceTree = ""; }; - B34DC40128671EFE00B60497 /* opendingux_fbdev_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = opendingux_fbdev_ctx.c; sourceTree = ""; }; - B34DC40228671EFE00B60497 /* osmesa_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = osmesa_ctx.c; sourceTree = ""; }; - B34DC40328671EFE00B60497 /* video_state_python.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video_state_python.c; sourceTree = ""; }; - B34DC40628671EFE00B60497 /* render_chain_gl_legacy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = render_chain_gl_legacy.c; sourceTree = ""; }; - B34DC40728671EFE00B60497 /* render_chain_gl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = render_chain_gl.h; sourceTree = ""; }; - B34DC40828671EFE00B60497 /* sunxi_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sunxi_gfx.c; sourceTree = ""; }; - B34DC40928671EFE00B60497 /* gl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gl.c; sourceTree = ""; }; - B34DC40A28671EFE00B60497 /* sdl_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sdl_gfx.c; sourceTree = ""; }; - B34DC40C28671EFE00B60497 /* render_chain_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = render_chain_driver.c; sourceTree = ""; }; - B34DC40D28671EFE00B60497 /* render_chain_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = render_chain_null.c; sourceTree = ""; }; - B34DC40E28671EFE00B60497 /* render_chain_cg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = render_chain_cg.cpp; sourceTree = ""; }; - B34DC40F28671EFE00B60497 /* render_chain_xdk.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = render_chain_xdk.cpp; sourceTree = ""; }; - B34DC41028671EFE00B60497 /* render_chain_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = render_chain_driver.h; sourceTree = ""; }; - B34DC41128671EFE00B60497 /* drm_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = drm_gfx.c; sourceTree = ""; }; - B34DC41228671EFE00B60497 /* ctr_gu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ctr_gu.h; sourceTree = ""; }; - B34DC41328671EFE00B60497 /* vg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vg.c; sourceTree = ""; }; - B34DC41428671EFE00B60497 /* gx_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gx_gfx.c; sourceTree = ""; }; - B34DC41528671EFE00B60497 /* psp1_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = psp1_gfx.c; sourceTree = ""; }; - B34DC41628671EFE00B60497 /* vita2d_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vita2d_gfx.c; sourceTree = ""; }; - B34DC41728671EFE00B60497 /* nullgfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = nullgfx.c; sourceTree = ""; }; - B34DC41828671EFE00B60497 /* exynos_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = exynos_gfx.c; sourceTree = ""; }; - B34DC41928671EFE00B60497 /* d3d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3d.h; sourceTree = ""; }; - B34DC41A28671EFE00B60497 /* xvideo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xvideo.c; sourceTree = ""; }; - B34DC41B28671EFE00B60497 /* vulkan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vulkan.c; sourceTree = ""; }; - B34DC41D28671EFE00B60497 /* pipeline_xmb_ribbon.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pipeline_xmb_ribbon.glsl.frag.h; sourceTree = ""; }; - B34DC41E28671EFE00B60497 /* shaders_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shaders_common.h; sourceTree = ""; }; - B34DC41F28671EFE00B60497 /* pipeline_xmb_ribbon_simple.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pipeline_xmb_ribbon_simple.glsl.frag.h; sourceTree = ""; }; - B34DC42028671EFE00B60497 /* core_alpha_blend.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = core_alpha_blend.glsl.vert.h; sourceTree = ""; }; - B34DC42128671EFE00B60497 /* modern_alpha_blend.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = modern_alpha_blend.glsl.frag.h; sourceTree = ""; }; - B34DC42228671EFE00B60497 /* pipeline_xmb_ribbon_simple.cg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pipeline_xmb_ribbon_simple.cg.h; sourceTree = ""; }; - B34DC42328671EFE00B60497 /* core_alpha_blend.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = core_alpha_blend.glsl.frag.h; sourceTree = ""; }; - B34DC42428671EFE00B60497 /* modern_alpha_blend.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = modern_alpha_blend.glsl.vert.h; sourceTree = ""; }; - B34DC42528671EFE00B60497 /* opaque.cg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = opaque.cg.h; sourceTree = ""; }; - B34DC42628671EFE00B60497 /* pipeline_nuklear.cg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pipeline_nuklear.cg.h; sourceTree = ""; }; - B34DC42728671EFE00B60497 /* pipeline_nuklear.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pipeline_nuklear.glsl.vert.h; sourceTree = ""; }; - B34DC42828671EFE00B60497 /* modern_opaque.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = modern_opaque.glsl.vert.h; sourceTree = ""; }; - B34DC42928671EFE00B60497 /* modern_opaque.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = modern_opaque.glsl.frag.h; sourceTree = ""; }; - B34DC42A28671EFE00B60497 /* pipeline_nuklear.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pipeline_nuklear.glsl.frag.h; sourceTree = ""; }; - B34DC42B28671EFE00B60497 /* modern_pipeline_xmb_ribbon.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = modern_pipeline_xmb_ribbon.glsl.vert.h; sourceTree = ""; }; - B34DC42C28671EFE00B60497 /* core_opaque.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = core_opaque.glsl.vert.h; sourceTree = ""; }; - B34DC42D28671EFE00B60497 /* legacy_pipeline_xmb_ribbon.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = legacy_pipeline_xmb_ribbon.glsl.vert.h; sourceTree = ""; }; - B34DC42E28671EFE00B60497 /* legacy_opaque.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = legacy_opaque.glsl.vert.h; sourceTree = ""; }; - B34DC42F28671EFE00B60497 /* modern_pipeline_xmb_ribbon_simple.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = modern_pipeline_xmb_ribbon_simple.glsl.vert.h; sourceTree = ""; }; - B34DC43028671EFE00B60497 /* legacy_pipeline_xmb_ribbon_simple.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = legacy_pipeline_xmb_ribbon_simple.glsl.vert.h; sourceTree = ""; }; - B34DC43128671EFE00B60497 /* legacy_opaque.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = legacy_opaque.glsl.frag.h; sourceTree = ""; }; - B34DC43228671EFE00B60497 /* core_opaque.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = core_opaque.glsl.frag.h; sourceTree = ""; }; - B34DC43328671EFE00B60497 /* omap_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = omap_gfx.c; sourceTree = ""; }; - B34DC43428671EFE00B60497 /* drm_pixformats.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = drm_pixformats.h; sourceTree = ""; }; - B34DC43628671EFE00B60497 /* opaque.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = opaque.vert; sourceTree = ""; }; - B34DC43728671EFE00B60497 /* alpha_blend.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = alpha_blend.frag; sourceTree = ""; }; - B34DC43828671EFE00B60497 /* ribbon.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = ribbon.vert; sourceTree = ""; }; - B34DC43928671EFE00B60497 /* ribbon_simple.vert.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = ribbon_simple.vert.inc; sourceTree = ""; }; - B34DC43A28671EFE00B60497 /* opaque.vert.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = opaque.vert.inc; sourceTree = ""; }; - B34DC43B28671EFE00B60497 /* alpha_blend.frag.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = alpha_blend.frag.inc; sourceTree = ""; }; - B34DC43C28671EFE00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC43D28671EFE00B60497 /* ribbon_simple.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = ribbon_simple.frag; sourceTree = ""; }; - B34DC43E28671EFE00B60497 /* ribbon.vert.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = ribbon.vert.inc; sourceTree = ""; }; - B34DC43F28671EFE00B60497 /* font.frag.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = font.frag.inc; sourceTree = ""; }; - B34DC44028671EFE00B60497 /* ribbon.frag.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = ribbon.frag.inc; sourceTree = ""; }; - B34DC44128671EFE00B60497 /* ribbon.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = ribbon.frag; sourceTree = ""; }; - B34DC44228671EFE00B60497 /* font.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = font.frag; sourceTree = ""; }; - B34DC44328671EFE00B60497 /* alpha_blend.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = alpha_blend.vert; sourceTree = ""; }; - B34DC44428671EFE00B60497 /* opaque.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = opaque.frag; sourceTree = ""; }; - B34DC44528671EFE00B60497 /* alpha_blend.vert.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = alpha_blend.vert.inc; sourceTree = ""; }; - B34DC44628671EFE00B60497 /* opaque.frag.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = opaque.frag.inc; sourceTree = ""; }; - B34DC44728671EFE00B60497 /* ribbon_simple.frag.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = ribbon_simple.frag.inc; sourceTree = ""; }; - B34DC44828671EFE00B60497 /* ribbon_simple.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = ribbon_simple.vert; sourceTree = ""; }; - B34DC44928671EFE00B60497 /* d3d.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d3d.cpp; sourceTree = ""; }; - B34DC44A28671EFE00B60497 /* sdl2_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sdl2_gfx.c; sourceTree = ""; }; - B34DC44C28671EFE00B60497 /* shaders_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shaders_common.h; sourceTree = ""; }; - B34DC44D28671EFE00B60497 /* opaque.hlsl.d3d9.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = opaque.hlsl.d3d9.h; sourceTree = ""; }; - B34DC44E28671EFE00B60497 /* opaque.cg.d3d9.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = opaque.cg.d3d9.h; sourceTree = ""; }; - B34DC44F28671EFE00B60497 /* font.hlsl.d3d9.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = font.hlsl.d3d9.h; sourceTree = ""; }; - B34DC45028671EFE00B60497 /* xenon360_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xenon360_gfx.c; sourceTree = ""; }; - B34DC45128671EFE00B60497 /* ctr_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr_gfx.c; sourceTree = ""; }; - B34DC45228671EFE00B60497 /* psp1_gfx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = psp1_gfx.h; sourceTree = ""; }; - B34DC45328671EFE00B60497 /* dispmanx_gfx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dispmanx_gfx.c; sourceTree = ""; }; - B34DC45528671EFE00B60497 /* ctr_sprite.gsh */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = ctr_sprite.gsh; sourceTree = ""; }; - B34DC45628671EFE00B60497 /* ctr_sprite.vsh */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = ctr_sprite.vsh; sourceTree = ""; }; - B34DC45728671EFE00B60497 /* gx_gfx_vi_encoder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gx_gfx_vi_encoder.c; sourceTree = ""; }; - B34DC45828671EFE00B60497 /* video_state_tracker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = video_state_tracker.h; sourceTree = ""; }; - B34DC45928671EFE00B60497 /* video_frame.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = video_frame.h; sourceTree = ""; }; - B34DC45A28671EFE00B60497 /* video_thread_wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video_thread_wrapper.c; sourceTree = ""; }; - B34DC45B28671EFE00B60497 /* video_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video_driver.c; sourceTree = ""; }; - B34DC45D28671EFE00B60497 /* d3d9caps.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3d9caps.h; sourceTree = ""; }; - B34DC45F28671EFE00B60497 /* cgGL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cgGL.h; sourceTree = ""; }; - B34DC46028671EFE00B60497 /* cgD3D9.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cgD3D9.h; sourceTree = ""; }; - B34DC46128671EFE00B60497 /* cg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cg.h; sourceTree = ""; }; - B34DC46228671EFE00B60497 /* d3d9.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3d9.h; sourceTree = ""; }; - B34DC46328671EFE00B60497 /* d3d9types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3d9types.h; sourceTree = ""; }; - B34DC46528671EFE00B60497 /* vk_layer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_layer.h; sourceTree = ""; }; - B34DC46628671EFE00B60497 /* vk_icd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_icd.h; sourceTree = ""; }; - B34DC46728671EFE00B60497 /* vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan.h; sourceTree = ""; }; - B34DC46828671EFE00B60497 /* vk_platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_platform.h; sourceTree = ""; }; - B34DC46928671EFE00B60497 /* vulkan_intel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_intel.h; sourceTree = ""; }; - B34DC46A28671EFE00B60497 /* vk_sdk_platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vk_sdk_platform.h; sourceTree = ""; }; - B34DC46C28671EFE00B60497 /* d3dx9tex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3dx9tex.h; sourceTree = ""; }; - B34DC46D28671EFE00B60497 /* d3dx9mesh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3dx9mesh.h; sourceTree = ""; }; - B34DC46E28671EFE00B60497 /* d3dx9xof.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3dx9xof.h; sourceTree = ""; }; - B34DC46F28671EFE00B60497 /* d3dx9math.inl */ = {isa = PBXFileReference; lastKnownFileType = text; path = d3dx9math.inl; sourceTree = ""; }; - B34DC47028671EFE00B60497 /* d3dx9effect.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3dx9effect.h; sourceTree = ""; }; - B34DC47128671EFE00B60497 /* d3dx9core.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3dx9core.h; sourceTree = ""; }; - B34DC47228671EFE00B60497 /* d3dx9.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3dx9.h; sourceTree = ""; }; - B34DC47328671EFE00B60497 /* d3dx9shader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3dx9shader.h; sourceTree = ""; }; - B34DC47428671EFE00B60497 /* d3dx9anim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3dx9anim.h; sourceTree = ""; }; - B34DC47528671EFE00B60497 /* d3dx9math.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3dx9math.h; sourceTree = ""; }; - B34DC47628671EFE00B60497 /* d3dx9shape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3dx9shape.h; sourceTree = ""; }; - B34DC47828671EFE00B60497 /* glext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glext.h; sourceTree = ""; }; - B34DC47928671EFE00B60497 /* video_shader_parse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = video_shader_parse.h; sourceTree = ""; }; - B34DC47A28671EFE00B60497 /* video_filter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = video_filter.h; sourceTree = ""; }; - B34DC47B28671EFE00B60497 /* video_shader_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video_shader_driver.c; sourceTree = ""; }; - B34DC47D28671EFE00B60497 /* darken.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = darken.c; sourceTree = ""; }; - B34DC47F28671EFE00B60497 /* snes_ntsc_config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = snes_ntsc_config.h; sourceTree = ""; }; - B34DC48028671EFE00B60497 /* snes_ntsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = snes_ntsc.c; sourceTree = ""; }; - B34DC48128671EFE00B60497 /* snes_ntsc_impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = snes_ntsc_impl.h; sourceTree = ""; }; - B34DC48228671EFE00B60497 /* snes_ntsc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = snes_ntsc.h; sourceTree = ""; }; - B34DC48328671EFE00B60497 /* Darken.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Darken.filt; sourceTree = ""; }; - B34DC48428671EFE00B60497 /* Super2xSaI.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Super2xSaI.filt; sourceTree = ""; }; - B34DC48528671EFE00B60497 /* scale2x.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scale2x.c; sourceTree = ""; }; - B34DC48628671EFE00B60497 /* super2xsai.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = super2xsai.c; sourceTree = ""; }; - B34DC48728671EFE00B60497 /* softfilter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = softfilter.h; sourceTree = ""; }; - B34DC48828671EFE00B60497 /* 2xsai.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 2xsai.c; sourceTree = ""; }; - B34DC48928671EFE00B60497 /* Phosphor2x.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Phosphor2x.filt; sourceTree = ""; }; - B34DC48A28671EFE00B60497 /* lq2x.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lq2x.c; sourceTree = ""; }; - B34DC48B28671EFE00B60497 /* Blargg_NTSC_SNES_S-Video.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Blargg_NTSC_SNES_S-Video.filt"; sourceTree = ""; }; - B34DC48C28671EFE00B60497 /* epx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = epx.c; sourceTree = ""; }; - B34DC48D28671EFE00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC48E28671EFE00B60497 /* Blargg_NTSC_SNES_RF.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Blargg_NTSC_SNES_RF.filt; sourceTree = ""; }; - B34DC48F28671EFE00B60497 /* 2xSaI.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = 2xSaI.filt; sourceTree = ""; }; - B34DC49028671EFE00B60497 /* 2xBR.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = 2xBR.filt; sourceTree = ""; }; - B34DC49128671EFE00B60497 /* blargg_ntsc_snes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = blargg_ntsc_snes.c; sourceTree = ""; }; - B34DC49228671EFE00B60497 /* phosphor2x.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = phosphor2x.c; sourceTree = ""; }; - B34DC49328671EFE00B60497 /* Blargg_NTSC_SNES_Composite.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Blargg_NTSC_SNES_Composite.filt; sourceTree = ""; }; - B34DC49428671EFE00B60497 /* 2xbr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 2xbr.c; sourceTree = ""; }; - B34DC49528671EFE00B60497 /* Scale2x.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Scale2x.filt; sourceTree = ""; }; - B34DC49628671EFE00B60497 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B34DC49728671EFE00B60497 /* LQ2x.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LQ2x.filt; sourceTree = ""; }; - B34DC49828671EFE00B60497 /* SuperEagle.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = SuperEagle.filt; sourceTree = ""; }; - B34DC49928671EFE00B60497 /* Blargg_NTSC_SNES_RGB.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Blargg_NTSC_SNES_RGB.filt; sourceTree = ""; }; - B34DC49A28671EFE00B60497 /* supereagle.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = supereagle.c; sourceTree = ""; }; - B34DC49B28671EFE00B60497 /* EPX.filt */ = {isa = PBXFileReference; lastKnownFileType = text; path = EPX.filt; sourceTree = ""; }; - B34DC49C28671EFE00B60497 /* video_coord_array.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = video_coord_array.h; sourceTree = ""; }; - B34DC49D28671EFE00B60497 /* font_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = font_driver.c; sourceTree = ""; }; - B34DC49E28671EFE00B60497 /* video_state_python.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = video_state_python.h; sourceTree = ""; }; - B34DC4A028671EFE00B60497 /* vulkan_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vulkan_common.c; sourceTree = ""; }; - B34DC4A128671EFE00B60497 /* x11_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = x11_common.h; sourceTree = ""; }; - B34DC4A228671EFE00B60497 /* drm_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = drm_common.c; sourceTree = ""; }; - B34DC4A328671EFE00B60497 /* win32_common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = win32_common.cpp; sourceTree = ""; }; - B34DC4A428671EFE00B60497 /* egl_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = egl_common.h; sourceTree = ""; }; - B34DC4A528671EFE00B60497 /* gl_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gl_common.c; sourceTree = ""; }; - B34DC4A628671EFE00B60497 /* d3d_common.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d3d_common.cpp; sourceTree = ""; }; - B34DC4A728671EFE00B60497 /* drm_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = drm_common.h; sourceTree = ""; }; - B34DC4A828671EFE00B60497 /* x11_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x11_common.c; sourceTree = ""; }; - B34DC4A928671EFE00B60497 /* vulkan_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_common.h; sourceTree = ""; }; - B34DC4AA28671EFE00B60497 /* win32_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = win32_common.h; sourceTree = ""; }; - B34DC4AB28671EFE00B60497 /* egl_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = egl_common.c; sourceTree = ""; }; - B34DC4AC28671EFE00B60497 /* gl_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gl_common.h; sourceTree = ""; }; - B34DC4AD28671EFE00B60497 /* d3d_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = d3d_common.h; sourceTree = ""; }; - B34DC4AE28671EFE00B60497 /* vksym.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vksym.h; sourceTree = ""; }; - B34DC4AF28671EFE00B60497 /* video_context_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video_context_driver.c; sourceTree = ""; }; - B34DC4B028671EFE00B60497 /* video_state_tracker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video_state_tracker.c; sourceTree = ""; }; - B34DC4B228671EFE00B60497 /* xdk1_xfonts.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xdk1_xfonts.c; sourceTree = ""; }; - B34DC4B328671EFE00B60497 /* ps_libdbgfont.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ps_libdbgfont.c; sourceTree = ""; }; - B34DC4B428671EFE00B60497 /* xdk360_fonts.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = xdk360_fonts.cpp; sourceTree = ""; }; - B34DC4B528671EFE00B60497 /* gl_raster_font.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gl_raster_font.c; sourceTree = ""; }; - B34DC4B628671EFE00B60497 /* vulkan_raster_font.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vulkan_raster_font.c; sourceTree = ""; }; - B34DC4B728671EFE00B60497 /* vita2d_font.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vita2d_font.c; sourceTree = ""; }; - B34DC4B828671EFE00B60497 /* d3d_w32_font.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d3d_w32_font.cpp; sourceTree = ""; }; - B34DC4B928671EFE00B60497 /* video_shader_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = video_shader_driver.h; sourceTree = ""; }; - B34DC4BA28671EFE00B60497 /* video_filter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video_filter.c; sourceTree = ""; }; - B34DC4BC28671EFE00B60497 /* shader_glsl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shader_glsl.c; sourceTree = ""; }; - B34DC4BD28671EFE00B60497 /* shader_vulkan.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = shader_vulkan.cpp; sourceTree = ""; }; - B34DC4BE28671EFE00B60497 /* slang_reflection.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = slang_reflection.cpp; sourceTree = ""; }; - B34DC4BF28671EFE00B60497 /* shader_hlsl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shader_hlsl.h; sourceTree = ""; }; - B34DC4C028671EFE00B60497 /* glslang_util.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = glslang_util.hpp; sourceTree = ""; }; - B34DC4C128671EFE00B60497 /* slang_reflection.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = slang_reflection.hpp; sourceTree = ""; }; - B34DC4C228671EFE00B60497 /* shader_glsl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shader_glsl.h; sourceTree = ""; }; - B34DC4C328671EFE00B60497 /* shader_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shader_null.c; sourceTree = ""; }; - B34DC4C428671EFE00B60497 /* glslang_util.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = glslang_util.cpp; sourceTree = ""; }; - B34DC4C528671EFE00B60497 /* shader_gl_cg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shader_gl_cg.c; sourceTree = ""; }; - B34DC4C628671EFE00B60497 /* shader_hlsl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shader_hlsl.c; sourceTree = ""; }; - B34DC4C728671EFE00B60497 /* shader_vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shader_vulkan.h; sourceTree = ""; }; - B34DC4C828671EFE00B60497 /* video_shader_parse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video_shader_parse.c; sourceTree = ""; }; - B34DC4C928671EFE00B60497 /* video_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = video_driver.h; sourceTree = ""; }; - B34DC4CA28671EFE00B60497 /* video_thread_wrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = video_thread_wrapper.h; sourceTree = ""; }; - B34DC4CB28671EFE00B60497 /* font_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = font_driver.h; sourceTree = ""; }; - B34DC4CC28671EFE00B60497 /* video_coord_array.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video_coord_array.c; sourceTree = ""; }; - B34DC4CE28671EFE00B60497 /* freetype.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = freetype.c; sourceTree = ""; }; - B34DC4CF28671EFE00B60497 /* bitmap.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bitmap.bmp; sourceTree = ""; }; - B34DC4D028671EFE00B60497 /* coretext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = coretext.c; sourceTree = ""; }; - B34DC4D128671EFE00B60497 /* bitmap.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = bitmap.bin; sourceTree = ""; }; - B34DC4D228671EFE00B60497 /* bitmapfont.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bitmapfont.c; sourceTree = ""; }; - B34DC4D328671EFE00B60497 /* bitmap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bitmap.h; sourceTree = ""; }; - B34DC4D428671EFE00B60497 /* stb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stb.c; sourceTree = ""; }; - B34DC4D628671EFE00B60497 /* italian.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = italian.h; sourceTree = ""; }; - B34DC4D728671EFE00B60497 /* msg_hash_nl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_nl.c; sourceTree = ""; }; - B34DC4D828671EFE00B60497 /* msg_hash_es.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_es.c; sourceTree = ""; }; - B34DC4D928671EFE00B60497 /* msg_hash_de.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_de.c; sourceTree = ""; }; - B34DC4DA28671EFE00B60497 /* msg_hash_eo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_eo.c; sourceTree = ""; }; - B34DC4DB28671EFF00B60497 /* english.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = english.h; sourceTree = ""; }; - B34DC4DC28671EFF00B60497 /* msg_hash_jp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_jp.c; sourceTree = ""; }; - B34DC4DD28671EFF00B60497 /* msg_hash_fr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_fr.c; sourceTree = ""; }; - B34DC4DE28671EFF00B60497 /* spanish.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = spanish.h; sourceTree = ""; }; - B34DC4DF28671EFF00B60497 /* msg_hash_it.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_it.c; sourceTree = ""; }; - B34DC4E028671EFF00B60497 /* russian.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = russian.h; sourceTree = ""; }; - B34DC4E128671EFF00B60497 /* msg_hash_pl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_pl.c; sourceTree = ""; }; - B34DC4E228671EFF00B60497 /* msg_hash_ru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_ru.c; sourceTree = ""; }; - B34DC4E328671EFF00B60497 /* msg_hash_uspseudo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_uspseudo.c; sourceTree = ""; }; - B34DC4E428671EFF00B60497 /* msg_hash_pt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_pt.c; sourceTree = ""; }; - B34DC4E528671EFF00B60497 /* pseudolocalize.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = pseudolocalize.py; sourceTree = ""; }; - B34DC4E628671EFF00B60497 /* msg_hash_us.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = msg_hash_us.c; sourceTree = ""; }; - B34DC4E728671EFF00B60497 /* french.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = french.h; sourceTree = ""; }; - B34DC4E828671EFF00B60497 /* intl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = intl.h; sourceTree = ""; }; - B34DC4EA28671EFF00B60497 /* input_config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_config.h; sourceTree = ""; }; - B34DC4EB28671EFF00B60497 /* input_remote.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_remote.c; sourceTree = ""; }; - B34DC4ED28671EFF00B60497 /* nullinput.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = nullinput.c; sourceTree = ""; }; - B34DC4EE28671EFF00B60497 /* cocoa_input.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cocoa_input.h; sourceTree = ""; }; - B34DC4EF28671EFF00B60497 /* qnx_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = qnx_input.c; sourceTree = ""; }; - B34DC4F028671EFF00B60497 /* rwebinput_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rwebinput_input.c; sourceTree = ""; }; - B34DC4F128671EFF00B60497 /* ps3_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ps3_input.c; sourceTree = ""; }; - B34DC4F228671EFF00B60497 /* x11_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x11_input.c; sourceTree = ""; }; - B34DC4F328671EFF00B60497 /* android_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = android_input.c; sourceTree = ""; }; - B34DC4F428671EFF00B60497 /* xdk_xinput_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xdk_xinput_input.c; sourceTree = ""; }; - B34DC4F528671EFF00B60497 /* gx_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gx_input.c; sourceTree = ""; }; - B34DC4F628671EFF00B60497 /* sdl_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sdl_input.c; sourceTree = ""; }; - B34DC4F728671EFF00B60497 /* cocoa_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cocoa_input.c; sourceTree = ""; }; - B34DC4F828671EFF00B60497 /* udev_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = udev_input.c; sourceTree = ""; }; - B34DC4F928671EFF00B60497 /* linuxraw_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = linuxraw_input.c; sourceTree = ""; }; - B34DC4FA28671EFF00B60497 /* dinput.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dinput.c; sourceTree = ""; }; - B34DC4FB28671EFF00B60497 /* xenon360_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xenon360_input.c; sourceTree = ""; }; - B34DC4FC28671EFF00B60497 /* psp_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = psp_input.c; sourceTree = ""; }; - B34DC4FD28671EFF00B60497 /* ctr_input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr_input.c; sourceTree = ""; }; - B34DC4FE28671EFF00B60497 /* input_autodetect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_autodetect.c; sourceTree = ""; }; - B34DC4FF28671EFF00B60497 /* input_keymaps.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_keymaps.h; sourceTree = ""; }; - B34DC50028671EFF00B60497 /* input_keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_keyboard.h; sourceTree = ""; }; - B34DC50328671EFF00B60497 /* GCExtendedGamepadSnapshot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCExtendedGamepadSnapshot.h; sourceTree = ""; }; - B34DC50428671EFF00B60497 /* GCControllerButtonInput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCControllerButtonInput.h; sourceTree = ""; }; - B34DC50528671EFF00B60497 /* GCGamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCGamepad.h; sourceTree = ""; }; - B34DC50628671EFF00B60497 /* GCExtendedGamepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCExtendedGamepad.h; sourceTree = ""; }; - B34DC50728671EFF00B60497 /* GCGamepadSnapshot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCGamepadSnapshot.h; sourceTree = ""; }; - B34DC50828671EFF00B60497 /* GCControllerAxisInput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCControllerAxisInput.h; sourceTree = ""; }; - B34DC50928671EFF00B60497 /* GCControllerDirectionPad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCControllerDirectionPad.h; sourceTree = ""; }; - B34DC50A28671EFF00B60497 /* GameController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GameController.h; sourceTree = ""; }; - B34DC50B28671EFF00B60497 /* GCController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCController.h; sourceTree = ""; }; - B34DC50C28671EFF00B60497 /* GCControllerElement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCControllerElement.h; sourceTree = ""; }; - B34DC50D28671EFF00B60497 /* input_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_driver.h; sourceTree = ""; }; - B34DC50F28671EFF00B60497 /* keyboard_event_x11.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = keyboard_event_x11.c; sourceTree = ""; }; - B34DC51028671EFF00B60497 /* keyboard_event_apple.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = keyboard_event_apple.c; sourceTree = ""; }; - B34DC51128671EFF00B60497 /* keyboard_event_android.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = keyboard_event_android.c; sourceTree = ""; }; - B34DC51228671EFF00B60497 /* keyboard_event_udev.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = keyboard_event_udev.c; sourceTree = ""; }; - B34DC51328671EFF00B60497 /* keyboard_event_win32.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = keyboard_event_win32.cpp; sourceTree = ""; }; - B34DC51428671EFF00B60497 /* keyboard_event_apple.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = keyboard_event_apple.h; sourceTree = ""; }; - B34DC51528671EFF00B60497 /* keyboard_event_udev.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = keyboard_event_udev.h; sourceTree = ""; }; - B34DC51628671EFF00B60497 /* keyboard_event_android.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = keyboard_event_android.h; sourceTree = ""; }; - B34DC51728671EFF00B60497 /* keyboard_event_xkb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = keyboard_event_xkb.c; sourceTree = ""; }; - B34DC51828671EFF00B60497 /* input_remapping.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_remapping.h; sourceTree = ""; }; - B34DC51928671EFF00B60497 /* input_overlay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_overlay.h; sourceTree = ""; }; - B34DC51A28671EFF00B60497 /* input_hid_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_hid_driver.h; sourceTree = ""; }; - B34DC51B28671EFF00B60497 /* input_joypad_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_joypad_driver.c; sourceTree = ""; }; - B34DC51C28671EFF00B60497 /* input_defines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_defines.h; sourceTree = ""; }; - B34DC51E28671EFF00B60497 /* btstack_hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = btstack_hid.c; sourceTree = ""; }; - B34DC51F28671EFF00B60497 /* null_hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = null_hid.c; sourceTree = ""; }; - B34DC52028671EFF00B60497 /* wiiusb_hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wiiusb_hid.c; sourceTree = ""; }; - B34DC52128671EFF00B60497 /* libusb_hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libusb_hid.c; sourceTree = ""; }; - B34DC52228671EFF00B60497 /* iohidmanager_hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = iohidmanager_hid.c; sourceTree = ""; }; - B34DC52428671EFF00B60497 /* input_x11_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_x11_common.c; sourceTree = ""; }; - B34DC52528671EFF00B60497 /* linux_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = linux_common.c; sourceTree = ""; }; - B34DC52628671EFF00B60497 /* epoll_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = epoll_common.c; sourceTree = ""; }; - B34DC52728671EFF00B60497 /* linux_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = linux_common.h; sourceTree = ""; }; - B34DC52828671EFF00B60497 /* input_x11_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_x11_common.h; sourceTree = ""; }; - B34DC52928671EFF00B60497 /* epoll_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = epoll_common.h; sourceTree = ""; }; - B34DC52A28671EFF00B60497 /* input_config.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_config.c; sourceTree = ""; }; - B34DC52B28671EFF00B60497 /* input_keymaps.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_keymaps.c; sourceTree = ""; }; - B34DC52D28671EFF00B60497 /* builtin_ps3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = builtin_ps3.c; sourceTree = ""; }; - B34DC52E28671EFF00B60497 /* builtin_xdk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = builtin_xdk.c; sourceTree = ""; }; - B34DC52F28671EFF00B60497 /* builtin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = builtin.h; sourceTree = ""; }; - B34DC53028671EFF00B60497 /* builtin_gx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = builtin_gx.c; sourceTree = ""; }; - B34DC53128671EFF00B60497 /* builtin_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = builtin_win.c; sourceTree = ""; }; - B34DC53228671EFF00B60497 /* builtin_ctr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = builtin_ctr.c; sourceTree = ""; }; - B34DC53328671EFF00B60497 /* builtin_psp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = builtin_psp.c; sourceTree = ""; }; - B34DC53528671EFF00B60497 /* android_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = android_joypad.c; sourceTree = ""; }; - B34DC53628671EFF00B60497 /* qnx_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = qnx_joypad.c; sourceTree = ""; }; - B34DC53728671EFF00B60497 /* sdl_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sdl_joypad.c; sourceTree = ""; }; - B34DC53828671EFF00B60497 /* null_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = null_joypad.c; sourceTree = ""; }; - B34DC53928671EFF00B60497 /* gx_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gx_joypad.c; sourceTree = ""; }; - B34DC53A28671EFF00B60497 /* ctr_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr_joypad.c; sourceTree = ""; }; - B34DC53B28671EFF00B60497 /* linuxraw_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = linuxraw_joypad.c; sourceTree = ""; }; - B34DC53C28671EFF00B60497 /* mfi_joypad.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = mfi_joypad.m; sourceTree = ""; }; - B34DC53D28671EFF00B60497 /* parport_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = parport_joypad.c; sourceTree = ""; }; - B34DC53E28671EFF00B60497 /* ps3_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ps3_joypad.c; sourceTree = ""; }; - B34DC53F28671EFF00B60497 /* hid_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hid_joypad.c; sourceTree = ""; }; - B34DC54028671EFF00B60497 /* xinput_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xinput_joypad.c; sourceTree = ""; }; - B34DC54128671EFF00B60497 /* udev_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = udev_joypad.c; sourceTree = ""; }; - B34DC54228671EFF00B60497 /* xdk_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xdk_joypad.c; sourceTree = ""; }; - B34DC54328671EFF00B60497 /* dinput_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dinput_joypad.c; sourceTree = ""; }; - B34DC54428671EFF00B60497 /* psp_joypad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = psp_joypad.c; sourceTree = ""; }; - B34DC54528671EFF00B60497 /* input_autodetect.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_autodetect.h; sourceTree = ""; }; - B34DC54628671EFF00B60497 /* input_remote.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_remote.h; sourceTree = ""; }; - B34DC54728671EFF00B60497 /* input_overlay.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_overlay.c; sourceTree = ""; }; - B34DC54828671EFF00B60497 /* input_remapping.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_remapping.c; sourceTree = ""; }; - B34DC54928671EFF00B60497 /* input_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_driver.c; sourceTree = ""; }; - B34DC54A28671EFF00B60497 /* input_keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_keyboard.c; sourceTree = ""; }; - B34DC54C28671EFF00B60497 /* joypad_connection.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = joypad_connection.c; sourceTree = ""; }; - B34DC54D28671EFF00B60497 /* connect_wiiupro.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect_wiiupro.c; sourceTree = ""; }; - B34DC54E28671EFF00B60497 /* connect_ps3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect_ps3.c; sourceTree = ""; }; - B34DC54F28671EFF00B60497 /* connect_ps4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect_ps4.c; sourceTree = ""; }; - B34DC55028671EFF00B60497 /* connect_nesusb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect_nesusb.c; sourceTree = ""; }; - B34DC55128671EFF00B60497 /* connect_wiiugca.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect_wiiugca.c; sourceTree = ""; }; - B34DC55228671EFF00B60497 /* joypad_connection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = joypad_connection.h; sourceTree = ""; }; - B34DC55328671EFF00B60497 /* connect_ps2adapter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect_ps2adapter.c; sourceTree = ""; }; - B34DC55428671EFF00B60497 /* connect_snesusb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect_snesusb.c; sourceTree = ""; }; - B34DC55528671EFF00B60497 /* connect_wii.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect_wii.c; sourceTree = ""; }; - B34DC55628671EFF00B60497 /* input_joypad_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = input_joypad_driver.h; sourceTree = ""; }; - B34DC55728671EFF00B60497 /* input_hid_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = input_hid_driver.c; sourceTree = ""; }; - B34DC55928671EFF00B60497 /* camera_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = camera_driver.c; sourceTree = ""; }; - B34DC55B28671EFF00B60497 /* android.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = android.c; sourceTree = ""; }; - B34DC55C28671EFF00B60497 /* rwebcam.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rwebcam.c; sourceTree = ""; }; - B34DC55D28671EFF00B60497 /* nullcamera.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = nullcamera.c; sourceTree = ""; }; - B34DC55E28671EFF00B60497 /* video4linux2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video4linux2.c; sourceTree = ""; }; - B34DC55F28671EFF00B60497 /* camera_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = camera_driver.h; sourceTree = ""; }; - B34DC56228671EFF00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC56328671EFF00B60497 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B34DC56528671EFF00B60497 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B34DC56628671EFF00B60497 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B34DC56728671EFF00B60497 /* libretro-test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "libretro-test.c"; sourceTree = ""; }; - B34DC56928671EFF00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC56A28671EFF00B60497 /* ffmpeg_core.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ffmpeg_core.c; sourceTree = ""; }; - B34DC56B28671EFF00B60497 /* internal_cores.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal_cores.h; sourceTree = ""; }; - B34DC56D28671EFF00B60497 /* fft.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fft.h; sourceTree = ""; }; - B34DC56E28671EFF00B60497 /* fft.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fft.cpp; sourceTree = ""; }; - B34DC57028671EFF00B60497 /* shaders_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = shaders_common.h; sourceTree = ""; }; - B34DC57128671EFF00B60497 /* fft_heightmap.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fft_heightmap.glsl.frag.h; sourceTree = ""; }; - B34DC57228671EFF00B60497 /* fft_vertex_program.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fft_vertex_program.glsl.vert.h; sourceTree = ""; }; - B34DC57328671EFF00B60497 /* fft_heightmap.glsl.vert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fft_heightmap.glsl.vert.h; sourceTree = ""; }; - B34DC57428671EFF00B60497 /* fft_fragment_program_real.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fft_fragment_program_real.glsl.frag.h; sourceTree = ""; }; - B34DC57528671EFF00B60497 /* fft_fragment_program_blur.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fft_fragment_program_blur.glsl.frag.h; sourceTree = ""; }; - B34DC57628671EFF00B60497 /* fft_fragment_program_resolve.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fft_fragment_program_resolve.glsl.frag.h; sourceTree = ""; }; - B34DC57728671EFF00B60497 /* fft_fragment_program_complex.glsl.frag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fft_fragment_program_complex.glsl.frag.h; sourceTree = ""; }; - B34DC57828671EFF00B60497 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B34DC57A28671EFF00B60497 /* libretro_gl_test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libretro_gl_test.c; sourceTree = ""; }; - B34DC57B28671EFF00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC57C28671EFF00B60497 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B34DC57E28671EFF00B60497 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B34DC57F28671EFF00B60497 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B34DC58128671EFF00B60497 /* internal_cores.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal_cores.h; sourceTree = ""; }; - B34DC58228671EFF00B60497 /* image_core.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = image_core.c; sourceTree = ""; }; - B34DC58428671EFF00B60497 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - B34DC58528671EFF00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC58628671EFF00B60497 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B34DC58728671EFF00B60497 /* internal_cores.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal_cores.h; sourceTree = ""; }; - B34DC58828671EFF00B60497 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B34DC58928671EFF00B60497 /* video_processor_v4l2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = video_processor_v4l2.c; sourceTree = ""; }; - B34DC58B28671EFF00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC58D28671EFF00B60497 /* raymarch.comp */ = {isa = PBXFileReference; lastKnownFileType = text; path = raymarch.comp; sourceTree = ""; }; - B34DC58E28671EFF00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC58F28671EFF00B60497 /* raymarch.comp.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = raymarch.comp.inc; sourceTree = ""; }; - B34DC59028671EFF00B60497 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B34DC59228671EFF00B60497 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B34DC59328671EFF00B60497 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B34DC59428671EFF00B60497 /* libretro-test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "libretro-test.c"; sourceTree = ""; }; - B34DC59528671EFF00B60497 /* dynamic_dummy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dynamic_dummy.c; sourceTree = ""; }; - B34DC59628671EFF00B60497 /* internal_cores.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal_cores.h; sourceTree = ""; }; - B34DC59828671EFF00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC59A28671EFF00B60497 /* triangle.frag.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = triangle.frag.inc; sourceTree = ""; }; - B34DC59B28671EFF00B60497 /* triangle.vert */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = triangle.vert; sourceTree = ""; }; - B34DC59C28671EFF00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC59D28671EFF00B60497 /* triangle.frag */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; path = triangle.frag; sourceTree = ""; }; - B34DC59E28671EFF00B60497 /* triangle.vert.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = triangle.vert.inc; sourceTree = ""; }; - B34DC59F28671EFF00B60497 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B34DC5A128671EFF00B60497 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B34DC5A228671EFF00B60497 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B34DC5A328671EFF00B60497 /* libretro-test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "libretro-test.c"; sourceTree = ""; }; - B34DC5A528671EFF00B60497 /* remotepad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = remotepad.h; sourceTree = ""; }; - B34DC5A628671EFF00B60497 /* net_retropad_core.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = net_retropad_core.c; sourceTree = ""; }; - B34DC5A728671EFF00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC5A828671EFF00B60497 /* internal_cores.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal_cores.h; sourceTree = ""; }; - B34DC5A928671EFF00B60497 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B34DC5AB28671EFF00B60497 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B34DC5AC28671EFF00B60497 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B34DC5AE28671EFF00B60497 /* libretro_gl_ff_test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libretro_gl_ff_test.c; sourceTree = ""; }; - B34DC5AF28671EFF00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC5B028671EFF00B60497 /* link.T */ = {isa = PBXFileReference; lastKnownFileType = text; path = link.T; sourceTree = ""; }; - B34DC5B228671EFF00B60497 /* Android.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - B34DC5B328671EFF00B60497 /* Application.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = Application.mk; sourceTree = ""; }; - B34DC5B628671EFF00B60497 /* nulllocation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = nulllocation.c; sourceTree = ""; }; - B34DC5B728671EFF00B60497 /* android.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = android.c; sourceTree = ""; }; - B34DC5B828671EFF00B60497 /* location_driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = location_driver.c; sourceTree = ""; }; - B34DC5B928671EFF00B60497 /* location_driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = location_driver.h; sourceTree = ""; }; - B34DC63B2867202D00B60497 /* encoding_utf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = encoding_utf.c; sourceTree = ""; }; - B34DC63D2867202D00B60497 /* compat_ifaddrs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compat_ifaddrs.c; sourceTree = ""; }; - B34DC63E2867202D00B60497 /* compat_strl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compat_strl.c; sourceTree = ""; }; - B34DC63F2867202D00B60497 /* compat_posix_string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compat_posix_string.c; sourceTree = ""; }; - B34DC6402867202D00B60497 /* compat_strcasestr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compat_strcasestr.c; sourceTree = ""; }; - B34DC6412867202D00B60497 /* compat_snprintf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compat_snprintf.c; sourceTree = ""; }; - B34DC6422867202D00B60497 /* compat_getopt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compat_getopt.c; sourceTree = ""; }; - B34DC6432867202D00B60497 /* compat_fnmatch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compat_fnmatch.c; sourceTree = ""; }; - B34DC6452867202D00B60497 /* dylib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dylib.c; sourceTree = ""; }; - B34DC6482867202D00B60497 /* net_ifinfo_test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = net_ifinfo_test.c; sourceTree = ""; }; - B34DC6492867202D00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC64A2867202D00B60497 /* net_http_test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = net_http_test.c; sourceTree = ""; }; - B34DC64B2867202D00B60497 /* net_http.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = net_http.c; sourceTree = ""; }; - B34DC64C2867202D00B60497 /* net_ifinfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = net_ifinfo.c; sourceTree = ""; }; - B34DC64D2867202D00B60497 /* net_compat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = net_compat.c; sourceTree = ""; }; - B34DC64E2867202D00B60497 /* net_socket.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = net_socket.c; sourceTree = ""; }; - B34DC6502867202D00B60497 /* image_texture.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = image_texture.c; sourceTree = ""; }; - B34DC6522867202D00B60497 /* rtga.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rtga.c; sourceTree = ""; }; - B34DC6552867202D00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC6562867202D00B60497 /* rpng_test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rpng_test.c; sourceTree = ""; }; - B34DC6572867202D00B60497 /* rpng.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rpng.c; sourceTree = ""; }; - B34DC6582867202D00B60497 /* rpng_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rpng_internal.h; sourceTree = ""; }; - B34DC6592867202D00B60497 /* rpng_encode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rpng_encode.c; sourceTree = ""; }; - B34DC65C2867202D00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC65D2867202D00B60497 /* rxml_test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rxml_test.c; sourceTree = ""; }; - B34DC65E2867202D00B60497 /* rxml.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rxml.c; sourceTree = ""; }; - B34DC6602867202D00B60497 /* jsonsax.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = jsonsax.c; sourceTree = ""; }; - B34DC6622867202D00B60497 /* rjpeg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rjpeg.c; sourceTree = ""; }; - B34DC6642867202D00B60497 /* rbmp_encode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rbmp_encode.c; sourceTree = ""; }; - B34DC6652867202D00B60497 /* rbmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rbmp.c; sourceTree = ""; }; - B34DC6662867202D00B60497 /* image_transfer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = image_transfer.c; sourceTree = ""; }; - B34DC6682867202D00B60497 /* glsym_es3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = glsym_es3.c; sourceTree = ""; }; - B34DC6692867202D00B60497 /* glsym_gl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = glsym_gl.c; sourceTree = ""; }; - B34DC66A2867202D00B60497 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B34DC66B2867202D00B60497 /* glsym_es2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = glsym_es2.c; sourceTree = ""; }; - B34DC66C2867202D00B60497 /* rglgen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rglgen.c; sourceTree = ""; }; - B34DC66D2867202D00B60497 /* glgen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = glgen.py; sourceTree = ""; }; - B34DC66E2867202D00B60497 /* rglgen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = rglgen.py; sourceTree = ""; }; - B34DC6702867202D00B60497 /* dir_list.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dir_list.c; sourceTree = ""; }; - B34DC6712867202D00B60497 /* string_list.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = string_list.c; sourceTree = ""; }; - B34DC6722867202D00B60497 /* file_list.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = file_list.c; sourceTree = ""; }; - B34DC6742867202D00B60497 /* retro_stat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = retro_stat.c; sourceTree = ""; }; - B34DC6752867202D00B60497 /* file_path.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = file_path.c; sourceTree = ""; }; - B34DC6782867202D00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC6792867202D00B60497 /* nbio_test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = nbio_test.c; sourceTree = ""; }; - B34DC67A2867202D00B60497 /* nbio_stdio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = nbio_stdio.c; sourceTree = ""; }; - B34DC67B2867202D00B60497 /* archive_file_zlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = archive_file_zlib.c; sourceTree = ""; }; - B34DC67C2867202D00B60497 /* config_file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = config_file.c; sourceTree = ""; }; - B34DC67D2867202D00B60497 /* retro_dirent.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = retro_dirent.c; sourceTree = ""; }; - B34DC67E2867202D00B60497 /* archive_file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = archive_file.c; sourceTree = ""; }; - B34DC6802867202D00B60497 /* rhash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rhash.c; sourceTree = ""; }; - B34DC6822867202D00B60497 /* interface_stream.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = interface_stream.c; sourceTree = ""; }; - B34DC6832867202D00B60497 /* memory_stream.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = memory_stream.c; sourceTree = ""; }; - B34DC6842867202D00B60497 /* file_stream.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = file_stream.c; sourceTree = ""; }; - B34DC6872867202D00B60497 /* utf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = utf.h; sourceTree = ""; }; - B34DC6882867202D00B60497 /* memalign.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memalign.h; sourceTree = ""; }; - B34DC6892867202D00B60497 /* libco.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libco.h; sourceTree = ""; }; - B34DC68B2867202D00B60497 /* apple_compat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = apple_compat.h; sourceTree = ""; }; - B34DC68C2867202D00B60497 /* zutil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = ""; }; - B34DC68D2867202D00B60497 /* strl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = strl.h; sourceTree = ""; }; - B34DC68E2867202D00B60497 /* strcasestr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = strcasestr.h; sourceTree = ""; }; - B34DC6902867202D00B60497 /* stdint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stdint.h; sourceTree = ""; }; - B34DC6912867202D00B60497 /* fopen_utf8.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fopen_utf8.h; sourceTree = ""; }; - B34DC6922867202D00B60497 /* zconf.h.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = zconf.h.in; sourceTree = ""; }; - B34DC6932867202D00B60497 /* intrinsics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = intrinsics.h; sourceTree = ""; }; - B34DC6942867202D00B60497 /* posix_string.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = posix_string.h; sourceTree = ""; }; - B34DC6952867202D00B60497 /* getopt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = getopt.h; sourceTree = ""; }; - B34DC6962867202D00B60497 /* fnmatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fnmatch.h; sourceTree = ""; }; - B34DC6972867202D00B60497 /* msvc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = msvc.h; sourceTree = ""; }; - B34DC6982867202D00B60497 /* zlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zlib.h; sourceTree = ""; }; - B34DC6992867202D00B60497 /* ifaddrs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ifaddrs.h; sourceTree = ""; }; - B34DC69A2867202D00B60497 /* zconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zconf.h; sourceTree = ""; }; - B34DC69B2867202D00B60497 /* retro_common_api.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_common_api.h; sourceTree = ""; }; - B34DC69D2867202D00B60497 /* dylib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dylib.h; sourceTree = ""; }; - B34DC69F2867202D00B60497 /* net_ifinfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = net_ifinfo.h; sourceTree = ""; }; - B34DC6A02867202D00B60497 /* net_compat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = net_compat.h; sourceTree = ""; }; - B34DC6A12867202D00B60497 /* net_socket.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = net_socket.h; sourceTree = ""; }; - B34DC6A22867202D00B60497 /* net_http.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = net_http.h; sourceTree = ""; }; - B34DC6A32867202D00B60497 /* retro_timers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_timers.h; sourceTree = ""; }; - B34DC6A52867202D00B60497 /* jsonsax.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = jsonsax.h; sourceTree = ""; }; - B34DC6A62867202D00B60497 /* rxml.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rxml.h; sourceTree = ""; }; - B34DC6A72867202D00B60497 /* rpng.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rpng.h; sourceTree = ""; }; - B34DC6A82867202D00B60497 /* rtga.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rtga.h; sourceTree = ""; }; - B34DC6A92867202D00B60497 /* image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = image.h; sourceTree = ""; }; - B34DC6AA2867202D00B60497 /* rbmp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rbmp.h; sourceTree = ""; }; - B34DC6AB2867202D00B60497 /* rjpeg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rjpeg.h; sourceTree = ""; }; - B34DC6AD2867202D00B60497 /* rglgen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rglgen.h; sourceTree = ""; }; - B34DC6AE2867202D00B60497 /* glsym_es2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsym_es2.h; sourceTree = ""; }; - B34DC6AF2867202D00B60497 /* glsym.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsym.h; sourceTree = ""; }; - B34DC6B02867202D00B60497 /* rglgen_headers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rglgen_headers.h; sourceTree = ""; }; - B34DC6B12867202D00B60497 /* glsym_es3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsym_es3.h; sourceTree = ""; }; - B34DC6B22867202D00B60497 /* glsym_gl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsym_gl.h; sourceTree = ""; }; - B34DC6B42867202D00B60497 /* string_list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = string_list.h; sourceTree = ""; }; - B34DC6B52867202D00B60497 /* file_list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = file_list.h; sourceTree = ""; }; - B34DC6B62867202D00B60497 /* dir_list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dir_list.h; sourceTree = ""; }; - B34DC6B82867202D00B60497 /* nbio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = nbio.h; sourceTree = ""; }; - B34DC6B92867202D00B60497 /* config_file.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config_file.h; sourceTree = ""; }; - B34DC6BA2867202D00B60497 /* archive_file.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = archive_file.h; sourceTree = ""; }; - B34DC6BB2867202D00B60497 /* file_path.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = file_path.h; sourceTree = ""; }; - B34DC6BD2867202D00B60497 /* rhash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rhash.c; sourceTree = ""; }; - B34DC6BE2867202D00B60497 /* retro_environment.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_environment.h; sourceTree = ""; }; - B34DC6BF2867202D00B60497 /* retro_dirent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_dirent.h; sourceTree = ""; }; - B34DC6C02867202D00B60497 /* retro_inline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_inline.h; sourceTree = ""; }; - B34DC6C22867202D00B60497 /* memory_stream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memory_stream.h; sourceTree = ""; }; - B34DC6C32867202D00B60497 /* file_stream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = file_stream.h; sourceTree = ""; }; - B34DC6C42867202D00B60497 /* interface_stream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = interface_stream.h; sourceTree = ""; }; - B34DC6C62867202D00B60497 /* features_cpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = features_cpu.h; sourceTree = ""; }; - B34DC6C82867202D00B60497 /* mismatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mismatch.h; sourceTree = ""; }; - B34DC6CA2867202D00B60497 /* md5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = ""; }; - B34DC6CB2867202D00B60497 /* retro_miscellaneous.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_miscellaneous.h; sourceTree = ""; }; - B34DC6CC2867202D00B60497 /* clamping.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = clamping.h; sourceTree = ""; }; - B34DC6CE2867202D00B60497 /* fxp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fxp.h; sourceTree = ""; }; - B34DC6CF2867202D00B60497 /* complex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = complex.h; sourceTree = ""; }; - B34DC6D02867202D00B60497 /* boolean.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boolean.h; sourceTree = ""; }; - B34DC6D22867202D00B60497 /* glsm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsm.h; sourceTree = ""; }; - B34DC6D32867202D00B60497 /* glsmsym.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = glsmsym.h; sourceTree = ""; }; - B34DC6D42867202D00B60497 /* memmap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memmap.h; sourceTree = ""; }; - B34DC6D52867202D00B60497 /* rhash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rhash.h; sourceTree = ""; }; - B34DC6D72867202D00B60497 /* rsemaphore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rsemaphore.h; sourceTree = ""; }; - B34DC6D82867202D00B60497 /* rthreads.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rthreads.h; sourceTree = ""; }; - B34DC6D92867202D00B60497 /* libretro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro.h; sourceTree = ""; }; - B34DC6DB2867202D00B60497 /* vulkan_symbol_wrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vulkan_symbol_wrapper.h; sourceTree = ""; }; - B34DC6DC2867202D00B60497 /* retro_stat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_stat.h; sourceTree = ""; }; - B34DC6DE2867202D00B60497 /* s16_to_float.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = s16_to_float.h; sourceTree = ""; }; - B34DC6DF2867202D00B60497 /* float_to_s16.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = float_to_s16.h; sourceTree = ""; }; - B34DC6E02867202D00B60497 /* retro_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_common.h; sourceTree = ""; }; - B34DC6E22867202D00B60497 /* task_queue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = task_queue.h; sourceTree = ""; }; - B34DC6E32867202D00B60497 /* fifo_queue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fifo_queue.h; sourceTree = ""; }; - B34DC6E42867202D00B60497 /* message_queue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = message_queue.h; sourceTree = ""; }; - B34DC6E52867202D00B60497 /* retro_assert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_assert.h; sourceTree = ""; }; - B34DC6E72867202D00B60497 /* stdstring.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stdstring.h; sourceTree = ""; }; - B34DC6E82867202D00B60497 /* libretro_vulkan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libretro_vulkan.h; sourceTree = ""; }; - B34DC6EB2867202D00B60497 /* vector_3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vector_3.h; sourceTree = ""; }; - B34DC6EC2867202D00B60497 /* vector_2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vector_2.h; sourceTree = ""; }; - B34DC6ED2867202D00B60497 /* matrix_3x3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = matrix_3x3.h; sourceTree = ""; }; - B34DC6EE2867202D00B60497 /* matrix_4x4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = matrix_4x4.h; sourceTree = ""; }; - B34DC6F02867202D00B60497 /* scaler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scaler.h; sourceTree = ""; }; - B34DC6F12867202D00B60497 /* pixconv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pixconv.h; sourceTree = ""; }; - B34DC6F22867202D00B60497 /* scaler_int.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scaler_int.h; sourceTree = ""; }; - B34DC6F32867202D00B60497 /* filter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = filter.h; sourceTree = ""; }; - B34DC6F42867202D00B60497 /* retro_endianness.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_endianness.h; sourceTree = ""; }; - B34DC6F52867202D00B60497 /* filters.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = filters.h; sourceTree = ""; }; - B34DC6F72867202D00B60497 /* features_cpu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = features_cpu.c; sourceTree = ""; }; - B34DC6F92867202D00B60497 /* mismatch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mismatch.c; sourceTree = ""; }; - B34DC6FB2867202D00B60497 /* djb2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = djb2.c; sourceTree = ""; }; - B34DC6FC2867202D00B60497 /* udp-test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "udp-test.c"; sourceTree = ""; }; - B34DC6FD2867202D00B60497 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - B34DC6FE2867202D00B60497 /* sha1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha1.c; sourceTree = ""; }; - B34DC6FF2867202D00B60497 /* crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = crc32.c; sourceTree = ""; }; - B34DC7002867202D00B60497 /* md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = ""; }; - B34DC7022867202D00B60497 /* memmap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = memmap.c; sourceTree = ""; }; - B34DC7032867202D00B60497 /* memalign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = memalign.c; sourceTree = ""; }; - B34DC7052867202D00B60497 /* glsm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = glsm.c; sourceTree = ""; }; - B34DC7072867202D00B60497 /* rthreads.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rthreads.c; sourceTree = ""; }; - B34DC7082867202D00B60497 /* gx_pthread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gx_pthread.h; sourceTree = ""; }; - B34DC7092867202D00B60497 /* psp_pthread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = psp_pthread.h; sourceTree = ""; }; - B34DC70A2867202D00B60497 /* xenon_sdl_threads.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = xenon_sdl_threads.c; sourceTree = ""; }; - B34DC70B2867202D00B60497 /* rsemaphore.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsemaphore.c; sourceTree = ""; }; - B34DC70D2867202D00B60497 /* vulkan_symbol_wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vulkan_symbol_wrapper.c; sourceTree = ""; }; - B34DC70F2867202D00B60497 /* s16_to_float.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = s16_to_float.c; sourceTree = ""; }; - B34DC7102867202D00B60497 /* float_to_s16.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = float_to_s16.c; sourceTree = ""; }; - B34DC7112867202D00B60497 /* float_to_s16_neon.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = float_to_s16_neon.S; sourceTree = ""; }; - B34DC7122867202D00B60497 /* s16_to_float_neon.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = s16_to_float_neon.S; sourceTree = ""; }; - B34DC7142867202D00B60497 /* fifo_queue.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fifo_queue.c; sourceTree = ""; }; - B34DC7152867202D00B60497 /* message_queue.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = message_queue.c; sourceTree = ""; }; - B34DC7162867202D00B60497 /* task_queue.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = task_queue.c; sourceTree = ""; }; - B34DC7182867202D00B60497 /* stdstring.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stdstring.c; sourceTree = ""; }; - B34DC71B2867202D00B60497 /* string.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = string.h; sourceTree = ""; }; - B34DC71C2867202D00B60497 /* string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = string.c; sourceTree = ""; }; - B34DC71F2867202D00B60497 /* matrix_3x3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = matrix_3x3.c; sourceTree = ""; }; - B34DC7202867202D00B60497 /* vector_2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vector_2.c; sourceTree = ""; }; - B34DC7212867202D00B60497 /* matrix_4x4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = matrix_4x4.c; sourceTree = ""; }; - B34DC7222867202D00B60497 /* vector_3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vector_3.c; sourceTree = ""; }; - B34DC7242867202D00B60497 /* scaler_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scaler_int.c; sourceTree = ""; }; - B34DC7252867202D00B60497 /* pixconv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pixconv.c; sourceTree = ""; }; - B34DC7262867202D00B60497 /* scaler_filter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scaler_filter.c; sourceTree = ""; }; - B34DC7272867202D00B60497 /* scaler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scaler.c; sourceTree = ""; }; - B34DC7292867202D00B60497 /* sjlj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sjlj.c; sourceTree = ""; }; - B34DC72A2867202D00B60497 /* ppc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ppc.c; sourceTree = ""; }; - B34DC72B2867202D00B60497 /* ucontext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ucontext.c; sourceTree = ""; }; - B34DC72C2867202D00B60497 /* fiber.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fiber.c; sourceTree = ""; }; - B34DC72D2867202D00B60497 /* libco.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = libco.c; sourceTree = ""; }; - B34DC72E2867202D00B60497 /* armeabi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = armeabi.c; sourceTree = ""; }; - B34DC72F2867202D00B60497 /* amd64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = amd64.c; sourceTree = ""; }; - B34DC7302867202D00B60497 /* psp2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = psp2.c; sourceTree = ""; }; - B34DC7312867202D00B60497 /* x86.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x86.c; sourceTree = ""; }; + B325EB962D289E0100A4AE4F /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; B36C41012898776C00EAEF59 /* libretro-netplay.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libretro-netplay.a"; sourceTree = BUILT_PRODUCTS_DIR; }; B36C41032898776C00EAEF59 /* retro_netplay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = retro_netplay.h; sourceTree = ""; }; B36C41042898776C00EAEF59 /* retro_netplay.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = retro_netplay.m; sourceTree = ""; }; @@ -886,1898 +96,122 @@ B3FFF02C26E9E65800A33143 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; /* End PBXFileReference section */ -/* Begin PBXFrameworksBuildPhase section */ - B322512A286C4728001FDF42 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B36C40FE2898776C00EAEF59 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B392848B28670348003BAC21 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B377E9FA2CB25FA000E9B750 /* PVCoreObjCBridge in Frameworks */, - B377EBDF2CB2A18A00E9B750 /* PVSettings in Frameworks */, - B345EAF72CC10F3600DE822B /* PVCoreBridge in Frameworks */, - B377E9F72CB25F8800E9B750 /* PVLogging in Frameworks */, - B3EA6C91292617F300010224 /* libretro.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 1ACEA63B17F7467D0031B1C9 = { - isa = PBXGroup; - children = ( - B3173802278419A2002D3ACD /* Build.xcconfig */, - B3A4FB58278FE2F200A65248 /* Sources */, - B392848F28670348003BAC21 /* PVLibRetro */, - B36C41022898776C00EAEF59 /* retro-netplay */, - 1ACEA64617F7467D0031B1C9 /* Frameworks */, - 1ACEA64517F7467D0031B1C9 /* Products */, - ); - sourceTree = ""; - }; - 1ACEA64517F7467D0031B1C9 /* Products */ = { - isa = PBXGroup; - children = ( - B392848E28670348003BAC21 /* PVCoreBridgeRetro.framework */, - B322512D286C4728001FDF42 /* libretro.a */, - B36C41012898776C00EAEF59 /* libretro-netplay.a */, - ); - name = Products; - sourceTree = ""; - }; - 1ACEA64617F7467D0031B1C9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - B3F7E5B529775B8000362B92 /* PVLogging.framework */, - B3F7E5B629775B8000362B92 /* PVLoggingObjC.framework */, - B3D0EE27277FE8C9002DC0A5 /* CoreHaptics.framework */, - B3D0EE29277FE8E0002DC0A5 /* CoreHaptics.framework */, - B305EF9B276B4FDC003AE510 /* CoreGraphics.framework */, - B305EF99276B4F0A003AE510 /* GameKit.framework */, - B3FFF02C26E9E65800A33143 /* AVFoundation.framework */, - B3AF6FE0219161C4000FA7F9 /* tvOS */, - B3AF6FDB21916177000FA7F9 /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; - B322512E286C4728001FDF42 /* retro */ = { - isa = PBXGroup; - children = ( - B3225165286C6F29001FDF42 /* cheevos.c */, - B3225155286C6F28001FDF42 /* command.c */, - B322515F286C6F29001FDF42 /* config_file_userdata.c */, - B322515D286C6F29001FDF42 /* configuration.c */, - B3225183286C6FA1001FDF42 /* core_backup.c */, - B34DC369286717AE00B60497 /* core_impl.c */, - B34DC36C286717AE00B60497 /* core_info.c */, - B3225154286C6F28001FDF42 /* database_info.c */, - B34DC365286717AD00B60497 /* driver.c */, - B34DC36D286717AE00B60497 /* dynamic.c */, - B3225156286C6F28001FDF42 /* file_path_special.c */, - B3225152286C6F28001FDF42 /* file_path_str.c */, - B3225160286C6F29001FDF42 /* git_version.c */, - B322515B286C6F29001FDF42 /* list_special.c */, - B3225169286C6F2A001FDF42 /* movie.c */, - B322515C286C6F29001FDF42 /* msg_hash.c */, - B322514D286C6F28001FDF42 /* patch.c */, - B34DC3782867180300B60497 /* performance_counters.c */, - B3225166286C6F29001FDF42 /* playlist.c */, - B322517C286C6F35001FDF42 /* retroarch.c */, - B3225179286C6F34001FDF42 /* runloop.c */, - B322517A286C6F35001FDF42 /* verbosity.c */, - B3225164286C6F29001FDF42 /* autosave.h */, - B3225150286C6F28001FDF42 /* cheevos.h */, - B3225159286C6F29001FDF42 /* command.h */, - B3225157286C6F29001FDF42 /* config_file_userdata.h */, - B3225168286C6F29001FDF42 /* config.def.h */, - B3225151286C6F28001FDF42 /* config.features.h */, - B3225162286C6F29001FDF42 /* configuration.h */, - B322514E286C6F28001FDF42 /* content.h */, - B3225184286C6FA2001FDF42 /* core_backup.h */, - B34DC364286717AD00B60497 /* core_info.h */, - B34DC36A286717AE00B60497 /* core_type.h */, - B34DC368286717AD00B60497 /* core.h */, - B3225163286C6F29001FDF42 /* database_info.h */, - B34DC366286717AD00B60497 /* defaults.h */, - B34DC367286717AD00B60497 /* driver.h */, - B34DC36B286717AE00B60497 /* dynamic.h */, - B322515A286C6F29001FDF42 /* file_path_special.h */, - B322514F286C6F28001FDF42 /* general.h */, - B3225158286C6F29001FDF42 /* git_version.h */, - B322515E286C6F29001FDF42 /* lakka.h */, - B3225167286C6F29001FDF42 /* list_special.h */, - B3225161286C6F29001FDF42 /* movie.h */, - B3225153286C6F28001FDF42 /* msg_hash.h */, - B322516B286C6F2A001FDF42 /* patch.h */, - B34DC3792867180300B60497 /* performance_counters.h */, - B322516A286C6F2A001FDF42 /* playlist.h */, - B322512F286C4728001FDF42 /* retro.h */, - B322517F286C6F35001FDF42 /* retroarch.h */, - B322517E286C6F35001FDF42 /* runloop.h */, - B322517B286C6F35001FDF42 /* system.h */, - B322517D286C6F35001FDF42 /* verbosity.h */, - B3225198286C827D001FDF42 /* tasks */, - B3225130286C4728001FDF42 /* retro.m */, - B34DC39928671EFD00B60497 /* audio */, - B34DC55828671EFF00B60497 /* camera */, - B34DC56028671EFF00B60497 /* cores */, - B34DC37C28671EFD00B60497 /* frontend */, - B34DC3EC28671EFE00B60497 /* gfx */, - B34DC4E928671EFF00B60497 /* input */, - B34DC4D528671EFE00B60497 /* intl */, - B34DC6392867202D00B60497 /* libretro-common */, - B34DC5B428671EFF00B60497 /* location */, - B34DC39228671EFD00B60497 /* managers */, - B34DC3E628671EFE00B60497 /* record */, - ); - path = retro; - sourceTree = ""; - }; - B3225198286C827D001FDF42 /* tasks */ = { - isa = PBXGroup; - children = ( - B32251AE286C827E001FDF42 /* task_audio_mixer.c */, - B32251A7286C827E001FDF42 /* task_autodetect_blissbox.c */, - B322519A286C827D001FDF42 /* task_autodetect.c */, - B32251AA286C827E001FDF42 /* task_bluetooth.c */, - B322519F286C827D001FDF42 /* task_content_disc.c */, - B32251B4286C827E001FDF42 /* task_content.c */, - B322519E286C827D001FDF42 /* task_core_backup.c */, - B32251AC286C827E001FDF42 /* task_core_updater.c */, - B32251B3286C827E001FDF42 /* task_database_cue.c */, - B32251A4286C827E001FDF42 /* task_database.c */, - B32251AF286C827E001FDF42 /* task_decompress.c */, - B32251A1286C827D001FDF42 /* task_file_transfer.c */, - B32251B6286C827E001FDF42 /* task_http.c */, - B32251A9286C827E001FDF42 /* task_image.c */, - B322519C286C827D001FDF42 /* task_manual_content_scan.c */, - B322519B286C827D001FDF42 /* task_netplay_find_content.c */, - B32251B1286C827E001FDF42 /* task_netplay_lan_scan.c */, - B322519D286C827D001FDF42 /* task_netplay_nat_traversal.c */, - B32251AD286C827E001FDF42 /* task_overlay.c */, - B32251B7286C827E001FDF42 /* task_patch.c */, - B32251B5286C827E001FDF42 /* task_pl_thumbnail_download.c */, - B32251A6286C827E001FDF42 /* task_playlist_manager.c */, - B32251A8286C827E001FDF42 /* task_powerstate.c */, - B32251A5286C827E001FDF42 /* task_save.c */, - B32251A0286C827D001FDF42 /* task_screenshot.c */, - B32251B2286C827E001FDF42 /* task_wifi.c */, - B32251A2286C827D001FDF42 /* task_audio_mixer.h */, - B32251A3286C827E001FDF42 /* task_content.h */, - B32251B0286C827E001FDF42 /* task_file_transfer.h */, - B3225199286C827D001FDF42 /* task_powerstate.h */, - B32251AB286C827E001FDF42 /* tasks_internal.h */, - ); - path = tasks; - sourceTree = ""; - }; - B34DC37C28671EFD00B60497 /* frontend */ = { - isa = PBXGroup; - children = ( - B34DC37D28671EFD00B60497 /* frontend.c */, - B34DC37E28671EFD00B60497 /* drivers */, - B34DC38E28671EFD00B60497 /* frontend_driver.h */, - B34DC38F28671EFD00B60497 /* frontend.h */, - B34DC39028671EFD00B60497 /* frontend_driver.c */, - B34DC39128671EFD00B60497 /* frontend_salamander.c */, - ); - path = frontend; - sourceTree = ""; - }; - B34DC37E28671EFD00B60497 /* drivers */ = { - isa = PBXGroup; - children = ( - B34DC37F28671EFD00B60497 /* platform_bsd.c */, - B34DC38028671EFD00B60497 /* platform_gx.c */, - B34DC38128671EFD00B60497 /* platform_qnx.c */, - B34DC38228671EFD00B60497 /* platform_xdk.cpp */, - B34DC38328671EFD00B60497 /* platform_darwin.m */, - B34DC38428671EFD00B60497 /* platform_emscripten.c */, - B34DC38528671EFD00B60497 /* platform_linux.h */, - B34DC38628671EFD00B60497 /* platform_null.c */, - B34DC38728671EFD00B60497 /* platform_ps3.c */, - B34DC38828671EFD00B60497 /* platform_xenon.c */, - B34DC38928671EFD00B60497 /* platform_psp.c */, - B34DC38A28671EFD00B60497 /* platform_wii.c */, - B34DC38B28671EFD00B60497 /* platform_ctr.c */, - B34DC38C28671EFD00B60497 /* platform_linux.c */, - B34DC38D28671EFD00B60497 /* platform_win32.c */, - ); - path = drivers; - sourceTree = ""; - }; - B34DC39228671EFD00B60497 /* managers */ = { - isa = PBXGroup; - children = ( - B34DC39328671EFD00B60497 /* cheat_manager.h */, - B34DC39428671EFD00B60497 /* state_manager.c */, - B34DC39528671EFD00B60497 /* core_option_manager.c */, - B34DC39628671EFD00B60497 /* cheat_manager.c */, - B34DC39728671EFD00B60497 /* core_option_manager.h */, - B34DC39828671EFD00B60497 /* state_manager.h */, - ); - path = managers; - sourceTree = ""; - }; - B34DC39928671EFD00B60497 /* audio */ = { - isa = PBXGroup; - children = ( - B34DC39A28671EFD00B60497 /* audio_thread_wrapper.c */, - B34DC39B28671EFD00B60497 /* drivers */, - B34DC3B428671EFE00B60497 /* audio_dsp_filter.h */, - B34DC3B528671EFE00B60497 /* test */, - B34DC3BD28671EFE00B60497 /* audio_resampler_driver.c */, - B34DC3BE28671EFE00B60497 /* drivers_resampler */, - B34DC3C528671EFE00B60497 /* audio_driver.h */, - B34DC3C628671EFE00B60497 /* audio_thread_wrapper.h */, - B34DC3C728671EFE00B60497 /* audio_dsp_filter.c */, - B34DC3C828671EFE00B60497 /* audio_resampler_driver.h */, - B34DC3C928671EFE00B60497 /* audio_driver.c */, - B34DC3CA28671EFE00B60497 /* librsound.c */, - B34DC3CB28671EFE00B60497 /* audio_filters */, - ); - path = audio; - sourceTree = ""; - }; - B34DC39B28671EFD00B60497 /* drivers */ = { - isa = PBXGroup; - children = ( - B34DC39C28671EFD00B60497 /* rsound.h */, - B34DC39D28671EFD00B60497 /* ps3_audio.c */, - B34DC39E28671EFD00B60497 /* coreaudio.c */, - B34DC39F28671EFD00B60497 /* xaudio.h */, - B34DC3A028671EFD00B60497 /* pulse.c */, - B34DC3A128671EFD00B60497 /* opensl.c */, - B34DC3A228671EFD00B60497 /* nullaudio.c */, - B34DC3A328671EFD00B60497 /* jack.c */, - B34DC3A428671EFD00B60497 /* rwebaudio.c */, - B34DC3A528671EFD00B60497 /* openal.c */, - B34DC3A628671EFD00B60497 /* alsa.c */, - B34DC3A728671EFD00B60497 /* ctr_csnd_audio.c */, - B34DC3A828671EFE00B60497 /* rsound.c */, - B34DC3A928671EFE00B60497 /* ctr_dsp_audio.c */, - B34DC3AA28671EFE00B60497 /* roar.c */, - B34DC3AB28671EFE00B60497 /* dsound.c */, - B34DC3AC28671EFE00B60497 /* psp_audio.c */, - B34DC3AD28671EFE00B60497 /* alsathread.c */, - B34DC3AE28671EFE00B60497 /* alsa_qsa.c */, - B34DC3AF28671EFE00B60497 /* xenon360_audio.c */, - B34DC3B028671EFE00B60497 /* xaudio.cpp */, - B34DC3B128671EFE00B60497 /* oss.c */, - B34DC3B228671EFE00B60497 /* sdl_audio.c */, - B34DC3B328671EFE00B60497 /* gx_audio.c */, - ); - path = drivers; - sourceTree = ""; - }; - B34DC3B528671EFE00B60497 /* test */ = { - isa = PBXGroup; - children = ( - B34DC3B628671EFE00B60497 /* test-rate-control.sh */, - B34DC3B728671EFE00B60497 /* sinc_test.m */, - B34DC3B828671EFE00B60497 /* Makefile */, - B34DC3B928671EFE00B60497 /* snr.c */, - B34DC3BA28671EFE00B60497 /* main.c */, - B34DC3BB28671EFE00B60497 /* modified_bessel.m */, - B34DC3BC28671EFE00B60497 /* kaiser_window.m */, - ); - path = test; - sourceTree = ""; - }; - B34DC3BE28671EFE00B60497 /* drivers_resampler */ = { - isa = PBXGroup; - children = ( - B34DC3BF28671EFE00B60497 /* sinc_resampler.c */, - B34DC3C028671EFE00B60497 /* cc_resampler.c */, - B34DC3C128671EFE00B60497 /* null_resampler.c */, - B34DC3C228671EFE00B60497 /* nearest_resampler.c */, - B34DC3C328671EFE00B60497 /* cc_resampler_neon.S */, - B34DC3C428671EFE00B60497 /* sinc_resampler_neon.S */, - ); - path = drivers_resampler; - sourceTree = ""; - }; - B34DC3CB28671EFE00B60497 /* audio_filters */ = { - isa = PBXGroup; - children = ( - B34DC3CC28671EFE00B60497 /* eq.c */, - B34DC3CD28671EFE00B60497 /* EQ.dsp */, - B34DC3CE28671EFE00B60497 /* dspfilter.h */, - B34DC3CF28671EFE00B60497 /* phaser.c */, - B34DC3D028671EFE00B60497 /* Makefile */, - B34DC3D128671EFE00B60497 /* chorus.c */, - B34DC3D228671EFE00B60497 /* Phaser.dsp */, - B34DC3D328671EFE00B60497 /* wahwah.c */, - B34DC3D428671EFE00B60497 /* IIR.dsp */, - B34DC3D528671EFE00B60497 /* HighShelfDampen.dsp */, - B34DC3D628671EFE00B60497 /* EchoReverb.dsp */, - B34DC3D728671EFE00B60497 /* iir.c */, - B34DC3D828671EFE00B60497 /* reverb.c */, - B34DC3D928671EFE00B60497 /* WahWah.dsp */, - B34DC3DA28671EFE00B60497 /* fft */, - B34DC3DD28671EFE00B60497 /* link.T */, - B34DC3DE28671EFE00B60497 /* BassBoost.dsp */, - B34DC3DF28671EFE00B60497 /* Echo.dsp */, - B34DC3E028671EFE00B60497 /* LowPassCPS.dsp */, - B34DC3E128671EFE00B60497 /* Panning.dsp */, - B34DC3E228671EFE00B60497 /* panning.c */, - B34DC3E328671EFE00B60497 /* Chorus.dsp */, - B34DC3E428671EFE00B60497 /* Reverb.dsp */, - B34DC3E528671EFE00B60497 /* echo.c */, - ); - path = audio_filters; - sourceTree = ""; - }; - B34DC3DA28671EFE00B60497 /* fft */ = { - isa = PBXGroup; - children = ( - B34DC3DB28671EFE00B60497 /* fft.h */, - B34DC3DC28671EFE00B60497 /* fft.c */, - ); - path = fft; - sourceTree = ""; - }; - B34DC3E628671EFE00B60497 /* record */ = { - isa = PBXGroup; - children = ( - B34DC3E728671EFE00B60497 /* record_driver.h */, - B34DC3E828671EFE00B60497 /* drivers */, - B34DC3EB28671EFE00B60497 /* record_driver.c */, - ); - path = record; - sourceTree = ""; - }; - B34DC3E828671EFE00B60497 /* drivers */ = { - isa = PBXGroup; - children = ( - B34DC3E928671EFE00B60497 /* record_null.c */, - B34DC3EA28671EFE00B60497 /* record_ffmpeg.c */, - ); - path = drivers; - sourceTree = ""; - }; - B34DC3EC28671EFE00B60497 /* gfx */ = { - isa = PBXGroup; - children = ( - B34DC49D28671EFE00B60497 /* font_driver.c */, - B34DC4AF28671EFE00B60497 /* video_context_driver.c */, - B34DC4CC28671EFE00B60497 /* video_coord_array.c */, - B34DC45B28671EFE00B60497 /* video_driver.c */, - B34DC4BA28671EFE00B60497 /* video_filter.c */, - B34DC47B28671EFE00B60497 /* video_shader_driver.c */, - B34DC4C828671EFE00B60497 /* video_shader_parse.c */, - B34DC40328671EFE00B60497 /* video_state_python.c */, - B34DC4B028671EFE00B60497 /* video_state_tracker.c */, - B34DC45A28671EFE00B60497 /* video_thread_wrapper.c */, - B34DC4CB28671EFE00B60497 /* font_driver.h */, - B34DC3ED28671EFE00B60497 /* video_context_driver.h */, - B34DC49C28671EFE00B60497 /* video_coord_array.h */, - B34DC4C928671EFE00B60497 /* video_driver.h */, - B34DC47A28671EFE00B60497 /* video_filter.h */, - B34DC45928671EFE00B60497 /* video_frame.h */, - B34DC4B928671EFE00B60497 /* video_shader_driver.h */, - B34DC47928671EFE00B60497 /* video_shader_parse.h */, - B34DC49E28671EFE00B60497 /* video_state_python.h */, - B34DC45828671EFE00B60497 /* video_state_tracker.h */, - B34DC4CA28671EFE00B60497 /* video_thread_wrapper.h */, - B34DC49F28671EFE00B60497 /* common */, - B34DC40428671EFE00B60497 /* drivers */, - B34DC3EE28671EFE00B60497 /* drivers_context */, - B34DC4B128671EFE00B60497 /* drivers_font */, - B34DC4CD28671EFE00B60497 /* drivers_font_renderer */, - B34DC4BB28671EFE00B60497 /* drivers_shader */, - B34DC45C28671EFE00B60497 /* include */, - B34DC47C28671EFE00B60497 /* video_filters */, - ); - path = gfx; - sourceTree = ""; - }; - B34DC3EE28671EFE00B60497 /* drivers_context */ = { - isa = PBXGroup; - children = ( - B34DC3EF28671EFE00B60497 /* vivante_fbdev_ctx.c */, - B34DC3F028671EFE00B60497 /* cgl_ctx.c */, - B34DC3F128671EFE00B60497 /* mali_fbdev_ctx.c */, - B34DC3F228671EFE00B60497 /* drm_ctx.c */, - B34DC3F328671EFE00B60497 /* xegl_ctx.c */, - B34DC3F428671EFE00B60497 /* wayland_ctx.c */, - B34DC3F528671EFE00B60497 /* gfx_null_ctx.c */, - B34DC3F628671EFE00B60497 /* android_ctx.c */, - B34DC3F728671EFE00B60497 /* ps3_ctx.c */, - B34DC3F828671EFE00B60497 /* x_ctx.c */, - B34DC3F928671EFE00B60497 /* khr_display_ctx.c */, - B34DC3FA28671EFE00B60497 /* d3d_ctx.cpp */, - B34DC3FB28671EFE00B60497 /* wgl_ctx.cpp */, - B34DC3FC28671EFE00B60497 /* emscriptenegl_ctx.c */, - B34DC3FD28671EFE00B60497 /* bbqnx_ctx.c */, - B34DC3FE28671EFE00B60497 /* cocoa_gl_ctx.m */, - B34DC3FF28671EFE00B60497 /* sdl_gl_ctx.c */, - B34DC40028671EFE00B60497 /* vc_egl_ctx.c */, - B34DC40128671EFE00B60497 /* opendingux_fbdev_ctx.c */, - B34DC40228671EFE00B60497 /* osmesa_ctx.c */, - ); - path = drivers_context; - sourceTree = ""; - }; - B34DC40428671EFE00B60497 /* drivers */ = { - isa = PBXGroup; - children = ( - B34DC40528671EFE00B60497 /* gl_renderchains */, - B34DC40828671EFE00B60497 /* sunxi_gfx.c */, - B34DC40928671EFE00B60497 /* gl.c */, - B34DC40A28671EFE00B60497 /* sdl_gfx.c */, - B34DC40B28671EFE00B60497 /* d3d_renderchains */, - B34DC41128671EFE00B60497 /* drm_gfx.c */, - B34DC41228671EFE00B60497 /* ctr_gu.h */, - B34DC41328671EFE00B60497 /* vg.c */, - B34DC41428671EFE00B60497 /* gx_gfx.c */, - B34DC41528671EFE00B60497 /* psp1_gfx.c */, - B34DC41628671EFE00B60497 /* vita2d_gfx.c */, - B34DC41728671EFE00B60497 /* nullgfx.c */, - B34DC41828671EFE00B60497 /* exynos_gfx.c */, - B34DC41928671EFE00B60497 /* d3d.h */, - B34DC41A28671EFE00B60497 /* xvideo.c */, - B34DC41B28671EFE00B60497 /* vulkan.c */, - B34DC41C28671EFE00B60497 /* gl_shaders */, - B34DC43328671EFE00B60497 /* omap_gfx.c */, - B34DC43428671EFE00B60497 /* drm_pixformats.h */, - B34DC43528671EFE00B60497 /* vulkan_shaders */, - B34DC44928671EFE00B60497 /* d3d.cpp */, - B34DC44A28671EFE00B60497 /* sdl2_gfx.c */, - B34DC44B28671EFE00B60497 /* d3d_shaders */, - B34DC45028671EFE00B60497 /* xenon360_gfx.c */, - B34DC45128671EFE00B60497 /* ctr_gfx.c */, - B34DC45228671EFE00B60497 /* psp1_gfx.h */, - B34DC45328671EFE00B60497 /* dispmanx_gfx.c */, - B34DC45428671EFE00B60497 /* ctr_shaders */, - B34DC45728671EFE00B60497 /* gx_gfx_vi_encoder.c */, - ); - path = drivers; - sourceTree = ""; - }; - B34DC40528671EFE00B60497 /* gl_renderchains */ = { - isa = PBXGroup; - children = ( - B34DC40628671EFE00B60497 /* render_chain_gl_legacy.c */, - B34DC40728671EFE00B60497 /* render_chain_gl.h */, - ); - path = gl_renderchains; - sourceTree = ""; - }; - B34DC40B28671EFE00B60497 /* d3d_renderchains */ = { - isa = PBXGroup; - children = ( - B34DC40C28671EFE00B60497 /* render_chain_driver.c */, - B34DC40D28671EFE00B60497 /* render_chain_null.c */, - B34DC40E28671EFE00B60497 /* render_chain_cg.cpp */, - B34DC40F28671EFE00B60497 /* render_chain_xdk.cpp */, - B34DC41028671EFE00B60497 /* render_chain_driver.h */, - ); - path = d3d_renderchains; - sourceTree = ""; - }; - B34DC41C28671EFE00B60497 /* gl_shaders */ = { - isa = PBXGroup; - children = ( - B34DC41D28671EFE00B60497 /* pipeline_xmb_ribbon.glsl.frag.h */, - B34DC41E28671EFE00B60497 /* shaders_common.h */, - B34DC41F28671EFE00B60497 /* pipeline_xmb_ribbon_simple.glsl.frag.h */, - B34DC42028671EFE00B60497 /* core_alpha_blend.glsl.vert.h */, - B34DC42128671EFE00B60497 /* modern_alpha_blend.glsl.frag.h */, - B34DC42228671EFE00B60497 /* pipeline_xmb_ribbon_simple.cg.h */, - B34DC42328671EFE00B60497 /* core_alpha_blend.glsl.frag.h */, - B34DC42428671EFE00B60497 /* modern_alpha_blend.glsl.vert.h */, - B34DC42528671EFE00B60497 /* opaque.cg.h */, - B34DC42628671EFE00B60497 /* pipeline_nuklear.cg.h */, - B34DC42728671EFE00B60497 /* pipeline_nuklear.glsl.vert.h */, - B34DC42828671EFE00B60497 /* modern_opaque.glsl.vert.h */, - B34DC42928671EFE00B60497 /* modern_opaque.glsl.frag.h */, - B34DC42A28671EFE00B60497 /* pipeline_nuklear.glsl.frag.h */, - B34DC42B28671EFE00B60497 /* modern_pipeline_xmb_ribbon.glsl.vert.h */, - B34DC42C28671EFE00B60497 /* core_opaque.glsl.vert.h */, - B34DC42D28671EFE00B60497 /* legacy_pipeline_xmb_ribbon.glsl.vert.h */, - B34DC42E28671EFE00B60497 /* legacy_opaque.glsl.vert.h */, - B34DC42F28671EFE00B60497 /* modern_pipeline_xmb_ribbon_simple.glsl.vert.h */, - B34DC43028671EFE00B60497 /* legacy_pipeline_xmb_ribbon_simple.glsl.vert.h */, - B34DC43128671EFE00B60497 /* legacy_opaque.glsl.frag.h */, - B34DC43228671EFE00B60497 /* core_opaque.glsl.frag.h */, - ); - path = gl_shaders; - sourceTree = ""; - }; - B34DC43528671EFE00B60497 /* vulkan_shaders */ = { - isa = PBXGroup; - children = ( - B34DC43628671EFE00B60497 /* opaque.vert */, - B34DC43728671EFE00B60497 /* alpha_blend.frag */, - B34DC43828671EFE00B60497 /* ribbon.vert */, - B34DC43928671EFE00B60497 /* ribbon_simple.vert.inc */, - B34DC43A28671EFE00B60497 /* opaque.vert.inc */, - B34DC43B28671EFE00B60497 /* alpha_blend.frag.inc */, - B34DC43C28671EFE00B60497 /* Makefile */, - B34DC43D28671EFE00B60497 /* ribbon_simple.frag */, - B34DC43E28671EFE00B60497 /* ribbon.vert.inc */, - B34DC43F28671EFE00B60497 /* font.frag.inc */, - B34DC44028671EFE00B60497 /* ribbon.frag.inc */, - B34DC44128671EFE00B60497 /* ribbon.frag */, - B34DC44228671EFE00B60497 /* font.frag */, - B34DC44328671EFE00B60497 /* alpha_blend.vert */, - B34DC44428671EFE00B60497 /* opaque.frag */, - B34DC44528671EFE00B60497 /* alpha_blend.vert.inc */, - B34DC44628671EFE00B60497 /* opaque.frag.inc */, - B34DC44728671EFE00B60497 /* ribbon_simple.frag.inc */, - B34DC44828671EFE00B60497 /* ribbon_simple.vert */, - ); - path = vulkan_shaders; - sourceTree = ""; - }; - B34DC44B28671EFE00B60497 /* d3d_shaders */ = { - isa = PBXGroup; - children = ( - B34DC44C28671EFE00B60497 /* shaders_common.h */, - B34DC44D28671EFE00B60497 /* opaque.hlsl.d3d9.h */, - B34DC44E28671EFE00B60497 /* opaque.cg.d3d9.h */, - B34DC44F28671EFE00B60497 /* font.hlsl.d3d9.h */, - ); - path = d3d_shaders; - sourceTree = ""; - }; - B34DC45428671EFE00B60497 /* ctr_shaders */ = { - isa = PBXGroup; - children = ( - B34DC45528671EFE00B60497 /* ctr_sprite.gsh */, - B34DC45628671EFE00B60497 /* ctr_sprite.vsh */, - ); - path = ctr_shaders; - sourceTree = ""; - }; - B34DC45C28671EFE00B60497 /* include */ = { - isa = PBXGroup; - children = ( - B34DC45D28671EFE00B60497 /* d3d9caps.h */, - B34DC45E28671EFE00B60497 /* Cg */, - B34DC46228671EFE00B60497 /* d3d9.h */, - B34DC46328671EFE00B60497 /* d3d9types.h */, - B34DC46428671EFE00B60497 /* vulkan */, - B34DC46B28671EFE00B60497 /* d3d9 */, - B34DC47728671EFE00B60497 /* GL */, - ); - path = include; - sourceTree = ""; - }; - B34DC45E28671EFE00B60497 /* Cg */ = { - isa = PBXGroup; - children = ( - B34DC45F28671EFE00B60497 /* cgGL.h */, - B34DC46028671EFE00B60497 /* cgD3D9.h */, - B34DC46128671EFE00B60497 /* cg.h */, - ); - path = Cg; - sourceTree = ""; - }; - B34DC46428671EFE00B60497 /* vulkan */ = { - isa = PBXGroup; - children = ( - B34DC46528671EFE00B60497 /* vk_layer.h */, - B34DC46628671EFE00B60497 /* vk_icd.h */, - B34DC46728671EFE00B60497 /* vulkan.h */, - B34DC46828671EFE00B60497 /* vk_platform.h */, - B34DC46928671EFE00B60497 /* vulkan_intel.h */, - B34DC46A28671EFE00B60497 /* vk_sdk_platform.h */, - ); - path = vulkan; - sourceTree = ""; - }; - B34DC46B28671EFE00B60497 /* d3d9 */ = { - isa = PBXGroup; - children = ( - B34DC46C28671EFE00B60497 /* d3dx9tex.h */, - B34DC46D28671EFE00B60497 /* d3dx9mesh.h */, - B34DC46E28671EFE00B60497 /* d3dx9xof.h */, - B34DC46F28671EFE00B60497 /* d3dx9math.inl */, - B34DC47028671EFE00B60497 /* d3dx9effect.h */, - B34DC47128671EFE00B60497 /* d3dx9core.h */, - B34DC47228671EFE00B60497 /* d3dx9.h */, - B34DC47328671EFE00B60497 /* d3dx9shader.h */, - B34DC47428671EFE00B60497 /* d3dx9anim.h */, - B34DC47528671EFE00B60497 /* d3dx9math.h */, - B34DC47628671EFE00B60497 /* d3dx9shape.h */, - ); - path = d3d9; - sourceTree = ""; - }; - B34DC47728671EFE00B60497 /* GL */ = { - isa = PBXGroup; - children = ( - B34DC47828671EFE00B60497 /* glext.h */, - ); - path = GL; - sourceTree = ""; - }; - B34DC47C28671EFE00B60497 /* video_filters */ = { - isa = PBXGroup; - children = ( - B34DC47D28671EFE00B60497 /* darken.c */, - B34DC47E28671EFE00B60497 /* snes_ntsc */, - B34DC48328671EFE00B60497 /* Darken.filt */, - B34DC48428671EFE00B60497 /* Super2xSaI.filt */, - B34DC48528671EFE00B60497 /* scale2x.c */, - B34DC48628671EFE00B60497 /* super2xsai.c */, - B34DC48728671EFE00B60497 /* softfilter.h */, - B34DC48828671EFE00B60497 /* 2xsai.c */, - B34DC48928671EFE00B60497 /* Phosphor2x.filt */, - B34DC48A28671EFE00B60497 /* lq2x.c */, - B34DC48B28671EFE00B60497 /* Blargg_NTSC_SNES_S-Video.filt */, - B34DC48C28671EFE00B60497 /* epx.c */, - B34DC48D28671EFE00B60497 /* Makefile */, - B34DC48E28671EFE00B60497 /* Blargg_NTSC_SNES_RF.filt */, - B34DC48F28671EFE00B60497 /* 2xSaI.filt */, - B34DC49028671EFE00B60497 /* 2xBR.filt */, - B34DC49128671EFE00B60497 /* blargg_ntsc_snes.c */, - B34DC49228671EFE00B60497 /* phosphor2x.c */, - B34DC49328671EFE00B60497 /* Blargg_NTSC_SNES_Composite.filt */, - B34DC49428671EFE00B60497 /* 2xbr.c */, - B34DC49528671EFE00B60497 /* Scale2x.filt */, - B34DC49628671EFE00B60497 /* link.T */, - B34DC49728671EFE00B60497 /* LQ2x.filt */, - B34DC49828671EFE00B60497 /* SuperEagle.filt */, - B34DC49928671EFE00B60497 /* Blargg_NTSC_SNES_RGB.filt */, - B34DC49A28671EFE00B60497 /* supereagle.c */, - B34DC49B28671EFE00B60497 /* EPX.filt */, - ); - path = video_filters; - sourceTree = ""; - }; - B34DC47E28671EFE00B60497 /* snes_ntsc */ = { - isa = PBXGroup; - children = ( - B34DC47F28671EFE00B60497 /* snes_ntsc_config.h */, - B34DC48028671EFE00B60497 /* snes_ntsc.c */, - B34DC48128671EFE00B60497 /* snes_ntsc_impl.h */, - B34DC48228671EFE00B60497 /* snes_ntsc.h */, - ); - path = snes_ntsc; - sourceTree = ""; - }; - B34DC49F28671EFE00B60497 /* common */ = { - isa = PBXGroup; - children = ( - B34DC4A028671EFE00B60497 /* vulkan_common.c */, - B34DC4A128671EFE00B60497 /* x11_common.h */, - B34DC4A228671EFE00B60497 /* drm_common.c */, - B34DC4A328671EFE00B60497 /* win32_common.cpp */, - B34DC4A428671EFE00B60497 /* egl_common.h */, - B34DC4A528671EFE00B60497 /* gl_common.c */, - B34DC4A628671EFE00B60497 /* d3d_common.cpp */, - B34DC4A728671EFE00B60497 /* drm_common.h */, - B34DC4A828671EFE00B60497 /* x11_common.c */, - B34DC4A928671EFE00B60497 /* vulkan_common.h */, - B34DC4AA28671EFE00B60497 /* win32_common.h */, - B34DC4AB28671EFE00B60497 /* egl_common.c */, - B34DC4AC28671EFE00B60497 /* gl_common.h */, - B34DC4AD28671EFE00B60497 /* d3d_common.h */, - B34DC4AE28671EFE00B60497 /* vksym.h */, - ); - path = common; - sourceTree = ""; - }; - B34DC4B128671EFE00B60497 /* drivers_font */ = { - isa = PBXGroup; - children = ( - B34DC4B228671EFE00B60497 /* xdk1_xfonts.c */, - B34DC4B328671EFE00B60497 /* ps_libdbgfont.c */, - B34DC4B428671EFE00B60497 /* xdk360_fonts.cpp */, - B34DC4B528671EFE00B60497 /* gl_raster_font.c */, - B34DC4B628671EFE00B60497 /* vulkan_raster_font.c */, - B34DC4B728671EFE00B60497 /* vita2d_font.c */, - B34DC4B828671EFE00B60497 /* d3d_w32_font.cpp */, - ); - path = drivers_font; - sourceTree = ""; - }; - B34DC4BB28671EFE00B60497 /* drivers_shader */ = { - isa = PBXGroup; - children = ( - B34DC4BC28671EFE00B60497 /* shader_glsl.c */, - B34DC4BD28671EFE00B60497 /* shader_vulkan.cpp */, - B34DC4BE28671EFE00B60497 /* slang_reflection.cpp */, - B34DC4BF28671EFE00B60497 /* shader_hlsl.h */, - B34DC4C028671EFE00B60497 /* glslang_util.hpp */, - B34DC4C128671EFE00B60497 /* slang_reflection.hpp */, - B34DC4C228671EFE00B60497 /* shader_glsl.h */, - B34DC4C328671EFE00B60497 /* shader_null.c */, - B34DC4C428671EFE00B60497 /* glslang_util.cpp */, - B34DC4C528671EFE00B60497 /* shader_gl_cg.c */, - B34DC4C628671EFE00B60497 /* shader_hlsl.c */, - B34DC4C728671EFE00B60497 /* shader_vulkan.h */, - ); - path = drivers_shader; - sourceTree = ""; - }; - B34DC4CD28671EFE00B60497 /* drivers_font_renderer */ = { - isa = PBXGroup; - children = ( - B34DC4CE28671EFE00B60497 /* freetype.c */, - B34DC4CF28671EFE00B60497 /* bitmap.bmp */, - B34DC4D028671EFE00B60497 /* coretext.c */, - B34DC4D128671EFE00B60497 /* bitmap.bin */, - B34DC4D228671EFE00B60497 /* bitmapfont.c */, - B34DC4D328671EFE00B60497 /* bitmap.h */, - B34DC4D428671EFE00B60497 /* stb.c */, - ); - path = drivers_font_renderer; - sourceTree = ""; - }; - B34DC4D528671EFE00B60497 /* intl */ = { - isa = PBXGroup; - children = ( - B34DC4D628671EFE00B60497 /* italian.h */, - B34DC4D728671EFE00B60497 /* msg_hash_nl.c */, - B34DC4D828671EFE00B60497 /* msg_hash_es.c */, - B34DC4D928671EFE00B60497 /* msg_hash_de.c */, - B34DC4DA28671EFE00B60497 /* msg_hash_eo.c */, - B34DC4DB28671EFF00B60497 /* english.h */, - B34DC4DC28671EFF00B60497 /* msg_hash_jp.c */, - B34DC4DD28671EFF00B60497 /* msg_hash_fr.c */, - B34DC4DE28671EFF00B60497 /* spanish.h */, - B34DC4DF28671EFF00B60497 /* msg_hash_it.c */, - B34DC4E028671EFF00B60497 /* russian.h */, - B34DC4E128671EFF00B60497 /* msg_hash_pl.c */, - B34DC4E228671EFF00B60497 /* msg_hash_ru.c */, - B34DC4E328671EFF00B60497 /* msg_hash_uspseudo.c */, - B34DC4E428671EFF00B60497 /* msg_hash_pt.c */, - B34DC4E528671EFF00B60497 /* pseudolocalize.py */, - B34DC4E628671EFF00B60497 /* msg_hash_us.c */, - B34DC4E728671EFF00B60497 /* french.h */, - B34DC4E828671EFF00B60497 /* intl.h */, - ); - path = intl; - sourceTree = ""; - }; - B34DC4E928671EFF00B60497 /* input */ = { - isa = PBXGroup; - children = ( - B34DC52C28671EFF00B60497 /* autoconf */, - B34DC52328671EFF00B60497 /* common */, - B34DC54B28671EFF00B60497 /* connect */, - B34DC4EC28671EFF00B60497 /* drivers */, - B34DC51D28671EFF00B60497 /* drivers_hid */, - B34DC53428671EFF00B60497 /* drivers_joypad */, - B34DC50E28671EFF00B60497 /* drivers_keyboard */, - B34DC50128671EFF00B60497 /* include */, - B34DC4FE28671EFF00B60497 /* input_autodetect.c */, - B34DC54528671EFF00B60497 /* input_autodetect.h */, - B34DC52A28671EFF00B60497 /* input_config.c */, - B34DC4EA28671EFF00B60497 /* input_config.h */, - B34DC51C28671EFF00B60497 /* input_defines.h */, - B34DC54928671EFF00B60497 /* input_driver.c */, - B34DC50D28671EFF00B60497 /* input_driver.h */, - B34DC55728671EFF00B60497 /* input_hid_driver.c */, - B34DC51A28671EFF00B60497 /* input_hid_driver.h */, - B34DC51B28671EFF00B60497 /* input_joypad_driver.c */, - B34DC55628671EFF00B60497 /* input_joypad_driver.h */, - B34DC54A28671EFF00B60497 /* input_keyboard.c */, - B34DC50028671EFF00B60497 /* input_keyboard.h */, - B34DC52B28671EFF00B60497 /* input_keymaps.c */, - B34DC4FF28671EFF00B60497 /* input_keymaps.h */, - B34DC54728671EFF00B60497 /* input_overlay.c */, - B34DC51928671EFF00B60497 /* input_overlay.h */, - B34DC54828671EFF00B60497 /* input_remapping.c */, - B34DC51828671EFF00B60497 /* input_remapping.h */, - B34DC4EB28671EFF00B60497 /* input_remote.c */, - B34DC54628671EFF00B60497 /* input_remote.h */, - ); - path = input; - sourceTree = ""; - }; - B34DC4EC28671EFF00B60497 /* drivers */ = { - isa = PBXGroup; - children = ( - B34DC4ED28671EFF00B60497 /* nullinput.c */, - B34DC4EE28671EFF00B60497 /* cocoa_input.h */, - B34DC4EF28671EFF00B60497 /* qnx_input.c */, - B34DC4F028671EFF00B60497 /* rwebinput_input.c */, - B34DC4F128671EFF00B60497 /* ps3_input.c */, - B34DC4F228671EFF00B60497 /* x11_input.c */, - B34DC4F328671EFF00B60497 /* android_input.c */, - B34DC4F428671EFF00B60497 /* xdk_xinput_input.c */, - B34DC4F528671EFF00B60497 /* gx_input.c */, - B34DC4F628671EFF00B60497 /* sdl_input.c */, - B34DC4F728671EFF00B60497 /* cocoa_input.c */, - B34DC4F828671EFF00B60497 /* udev_input.c */, - B34DC4F928671EFF00B60497 /* linuxraw_input.c */, - B34DC4FA28671EFF00B60497 /* dinput.c */, - B34DC4FB28671EFF00B60497 /* xenon360_input.c */, - B34DC4FC28671EFF00B60497 /* psp_input.c */, - B34DC4FD28671EFF00B60497 /* ctr_input.c */, - ); - path = drivers; - sourceTree = ""; - }; - B34DC50128671EFF00B60497 /* include */ = { - isa = PBXGroup; - children = ( - B34DC50228671EFF00B60497 /* GameController */, - ); - path = include; - sourceTree = ""; - }; - B34DC50228671EFF00B60497 /* GameController */ = { - isa = PBXGroup; - children = ( - B34DC50328671EFF00B60497 /* GCExtendedGamepadSnapshot.h */, - B34DC50428671EFF00B60497 /* GCControllerButtonInput.h */, - B34DC50528671EFF00B60497 /* GCGamepad.h */, - B34DC50628671EFF00B60497 /* GCExtendedGamepad.h */, - B34DC50728671EFF00B60497 /* GCGamepadSnapshot.h */, - B34DC50828671EFF00B60497 /* GCControllerAxisInput.h */, - B34DC50928671EFF00B60497 /* GCControllerDirectionPad.h */, - B34DC50A28671EFF00B60497 /* GameController.h */, - B34DC50B28671EFF00B60497 /* GCController.h */, - B34DC50C28671EFF00B60497 /* GCControllerElement.h */, - ); - path = GameController; - sourceTree = ""; - }; - B34DC50E28671EFF00B60497 /* drivers_keyboard */ = { - isa = PBXGroup; - children = ( - B34DC50F28671EFF00B60497 /* keyboard_event_x11.c */, - B34DC51028671EFF00B60497 /* keyboard_event_apple.c */, - B34DC51128671EFF00B60497 /* keyboard_event_android.c */, - B34DC51228671EFF00B60497 /* keyboard_event_udev.c */, - B34DC51328671EFF00B60497 /* keyboard_event_win32.cpp */, - B34DC51428671EFF00B60497 /* keyboard_event_apple.h */, - B34DC51528671EFF00B60497 /* keyboard_event_udev.h */, - B34DC51628671EFF00B60497 /* keyboard_event_android.h */, - B34DC51728671EFF00B60497 /* keyboard_event_xkb.c */, - ); - path = drivers_keyboard; - sourceTree = ""; - }; - B34DC51D28671EFF00B60497 /* drivers_hid */ = { - isa = PBXGroup; - children = ( - B34DC51E28671EFF00B60497 /* btstack_hid.c */, - B34DC51F28671EFF00B60497 /* null_hid.c */, - B34DC52028671EFF00B60497 /* wiiusb_hid.c */, - B34DC52128671EFF00B60497 /* libusb_hid.c */, - B34DC52228671EFF00B60497 /* iohidmanager_hid.c */, - ); - path = drivers_hid; - sourceTree = ""; - }; - B34DC52328671EFF00B60497 /* common */ = { - isa = PBXGroup; - children = ( - B34DC52428671EFF00B60497 /* input_x11_common.c */, - B34DC52528671EFF00B60497 /* linux_common.c */, - B34DC52628671EFF00B60497 /* epoll_common.c */, - B34DC52728671EFF00B60497 /* linux_common.h */, - B34DC52828671EFF00B60497 /* input_x11_common.h */, - B34DC52928671EFF00B60497 /* epoll_common.h */, - ); - path = common; - sourceTree = ""; - }; - B34DC52C28671EFF00B60497 /* autoconf */ = { - isa = PBXGroup; - children = ( - B34DC52D28671EFF00B60497 /* builtin_ps3.c */, - B34DC52E28671EFF00B60497 /* builtin_xdk.c */, - B34DC52F28671EFF00B60497 /* builtin.h */, - B34DC53028671EFF00B60497 /* builtin_gx.c */, - B34DC53128671EFF00B60497 /* builtin_win.c */, - B34DC53228671EFF00B60497 /* builtin_ctr.c */, - B34DC53328671EFF00B60497 /* builtin_psp.c */, - ); - path = autoconf; - sourceTree = ""; - }; - B34DC53428671EFF00B60497 /* drivers_joypad */ = { - isa = PBXGroup; - children = ( - B34DC53528671EFF00B60497 /* android_joypad.c */, - B34DC53628671EFF00B60497 /* qnx_joypad.c */, - B34DC53728671EFF00B60497 /* sdl_joypad.c */, - B34DC53828671EFF00B60497 /* null_joypad.c */, - B34DC53928671EFF00B60497 /* gx_joypad.c */, - B34DC53A28671EFF00B60497 /* ctr_joypad.c */, - B34DC53B28671EFF00B60497 /* linuxraw_joypad.c */, - B34DC53C28671EFF00B60497 /* mfi_joypad.m */, - B34DC53D28671EFF00B60497 /* parport_joypad.c */, - B34DC53E28671EFF00B60497 /* ps3_joypad.c */, - B34DC53F28671EFF00B60497 /* hid_joypad.c */, - B34DC54028671EFF00B60497 /* xinput_joypad.c */, - B34DC54128671EFF00B60497 /* udev_joypad.c */, - B34DC54228671EFF00B60497 /* xdk_joypad.c */, - B34DC54328671EFF00B60497 /* dinput_joypad.c */, - B34DC54428671EFF00B60497 /* psp_joypad.c */, - ); - path = drivers_joypad; - sourceTree = ""; - }; - B34DC54B28671EFF00B60497 /* connect */ = { - isa = PBXGroup; - children = ( - B34DC54C28671EFF00B60497 /* joypad_connection.c */, - B34DC54D28671EFF00B60497 /* connect_wiiupro.c */, - B34DC54E28671EFF00B60497 /* connect_ps3.c */, - B34DC54F28671EFF00B60497 /* connect_ps4.c */, - B34DC55028671EFF00B60497 /* connect_nesusb.c */, - B34DC55128671EFF00B60497 /* connect_wiiugca.c */, - B34DC55228671EFF00B60497 /* joypad_connection.h */, - B34DC55328671EFF00B60497 /* connect_ps2adapter.c */, - B34DC55428671EFF00B60497 /* connect_snesusb.c */, - B34DC55528671EFF00B60497 /* connect_wii.c */, - ); - path = connect; - sourceTree = ""; - }; - B34DC55828671EFF00B60497 /* camera */ = { - isa = PBXGroup; - children = ( - B34DC55928671EFF00B60497 /* camera_driver.c */, - B34DC55A28671EFF00B60497 /* drivers */, - B34DC55F28671EFF00B60497 /* camera_driver.h */, - ); - path = camera; - sourceTree = ""; - }; - B34DC55A28671EFF00B60497 /* drivers */ = { - isa = PBXGroup; - children = ( - B34DC55B28671EFF00B60497 /* android.c */, - B34DC55C28671EFF00B60497 /* rwebcam.c */, - B34DC55D28671EFF00B60497 /* nullcamera.c */, - B34DC55E28671EFF00B60497 /* video4linux2.c */, - ); - path = drivers; - sourceTree = ""; - }; - B34DC56028671EFF00B60497 /* cores */ = { - isa = PBXGroup; - children = ( - B34DC56128671EFF00B60497 /* libretro-test */, - B34DC56828671EFF00B60497 /* libretro-ffmpeg */, - B34DC57928671EFF00B60497 /* libretro-test-gl */, - B34DC58028671EFF00B60497 /* libretro-imageviewer */, - B34DC58328671EFF00B60497 /* libretro-video-processor */, - B34DC58A28671EFF00B60497 /* libretro-test-vulkan-async-compute */, - B34DC59528671EFF00B60497 /* dynamic_dummy.c */, - B34DC59628671EFF00B60497 /* internal_cores.h */, - B34DC59728671EFF00B60497 /* libretro-test-vulkan */, - B34DC5A428671EFF00B60497 /* libretro-net-retropad */, - B34DC5AD28671EFF00B60497 /* libretro-test-gl-ff */, - ); - path = cores; - sourceTree = ""; - }; - B34DC56128671EFF00B60497 /* libretro-test */ = { - isa = PBXGroup; - children = ( - B34DC56228671EFF00B60497 /* Makefile */, - B34DC56328671EFF00B60497 /* link.T */, - B34DC56428671EFF00B60497 /* jni */, - B34DC56728671EFF00B60497 /* libretro-test.c */, - ); - path = "libretro-test"; - sourceTree = ""; - }; - B34DC56428671EFF00B60497 /* jni */ = { - isa = PBXGroup; - children = ( - B34DC56528671EFF00B60497 /* Android.mk */, - B34DC56628671EFF00B60497 /* Application.mk */, - ); - path = jni; - sourceTree = ""; - }; - B34DC56828671EFF00B60497 /* libretro-ffmpeg */ = { - isa = PBXGroup; - children = ( - B34DC56928671EFF00B60497 /* Makefile */, - B34DC56A28671EFF00B60497 /* ffmpeg_core.c */, - B34DC56B28671EFF00B60497 /* internal_cores.h */, - B34DC56C28671EFF00B60497 /* fft */, - B34DC57828671EFF00B60497 /* link.T */, - ); - path = "libretro-ffmpeg"; - sourceTree = ""; - }; - B34DC56C28671EFF00B60497 /* fft */ = { - isa = PBXGroup; - children = ( - B34DC56D28671EFF00B60497 /* fft.h */, - B34DC56E28671EFF00B60497 /* fft.cpp */, - B34DC56F28671EFF00B60497 /* gl_shaders */, - ); - path = fft; - sourceTree = ""; - }; - B34DC56F28671EFF00B60497 /* gl_shaders */ = { - isa = PBXGroup; - children = ( - B34DC57028671EFF00B60497 /* shaders_common.h */, - B34DC57128671EFF00B60497 /* fft_heightmap.glsl.frag.h */, - B34DC57228671EFF00B60497 /* fft_vertex_program.glsl.vert.h */, - B34DC57328671EFF00B60497 /* fft_heightmap.glsl.vert.h */, - B34DC57428671EFF00B60497 /* fft_fragment_program_real.glsl.frag.h */, - B34DC57528671EFF00B60497 /* fft_fragment_program_blur.glsl.frag.h */, - B34DC57628671EFF00B60497 /* fft_fragment_program_resolve.glsl.frag.h */, - B34DC57728671EFF00B60497 /* fft_fragment_program_complex.glsl.frag.h */, - ); - path = gl_shaders; - sourceTree = ""; - }; - B34DC57928671EFF00B60497 /* libretro-test-gl */ = { - isa = PBXGroup; - children = ( - B34DC57A28671EFF00B60497 /* libretro_gl_test.c */, - B34DC57B28671EFF00B60497 /* Makefile */, - B34DC57C28671EFF00B60497 /* link.T */, - B34DC57D28671EFF00B60497 /* jni */, - ); - path = "libretro-test-gl"; - sourceTree = ""; - }; - B34DC57D28671EFF00B60497 /* jni */ = { - isa = PBXGroup; - children = ( - B34DC57E28671EFF00B60497 /* Android.mk */, - B34DC57F28671EFF00B60497 /* Application.mk */, - ); - path = jni; - sourceTree = ""; - }; - B34DC58028671EFF00B60497 /* libretro-imageviewer */ = { - isa = PBXGroup; - children = ( - B34DC58128671EFF00B60497 /* internal_cores.h */, - B34DC58228671EFF00B60497 /* image_core.c */, - ); - path = "libretro-imageviewer"; - sourceTree = ""; - }; - B34DC58328671EFF00B60497 /* libretro-video-processor */ = { - isa = PBXGroup; - children = ( - B34DC58428671EFF00B60497 /* LICENSE */, - B34DC58528671EFF00B60497 /* Makefile */, - B34DC58628671EFF00B60497 /* README.md */, - B34DC58728671EFF00B60497 /* internal_cores.h */, - B34DC58828671EFF00B60497 /* link.T */, - B34DC58928671EFF00B60497 /* video_processor_v4l2.c */, - ); - path = "libretro-video-processor"; - sourceTree = ""; - }; - B34DC58A28671EFF00B60497 /* libretro-test-vulkan-async-compute */ = { - isa = PBXGroup; - children = ( - B34DC58B28671EFF00B60497 /* Makefile */, - B34DC58C28671EFF00B60497 /* shaders */, - B34DC59028671EFF00B60497 /* link.T */, - B34DC59128671EFF00B60497 /* jni */, - B34DC59428671EFF00B60497 /* libretro-test.c */, - ); - path = "libretro-test-vulkan-async-compute"; - sourceTree = ""; - }; - B34DC58C28671EFF00B60497 /* shaders */ = { - isa = PBXGroup; - children = ( - B34DC58D28671EFF00B60497 /* raymarch.comp */, - B34DC58E28671EFF00B60497 /* Makefile */, - B34DC58F28671EFF00B60497 /* raymarch.comp.inc */, - ); - path = shaders; - sourceTree = ""; - }; - B34DC59128671EFF00B60497 /* jni */ = { - isa = PBXGroup; - children = ( - B34DC59228671EFF00B60497 /* Android.mk */, - B34DC59328671EFF00B60497 /* Application.mk */, - ); - path = jni; - sourceTree = ""; - }; - B34DC59728671EFF00B60497 /* libretro-test-vulkan */ = { - isa = PBXGroup; - children = ( - B34DC59828671EFF00B60497 /* Makefile */, - B34DC59928671EFF00B60497 /* shaders */, - B34DC59F28671EFF00B60497 /* link.T */, - B34DC5A028671EFF00B60497 /* jni */, - B34DC5A328671EFF00B60497 /* libretro-test.c */, - ); - path = "libretro-test-vulkan"; - sourceTree = ""; - }; - B34DC59928671EFF00B60497 /* shaders */ = { - isa = PBXGroup; - children = ( - B34DC59A28671EFF00B60497 /* triangle.frag.inc */, - B34DC59B28671EFF00B60497 /* triangle.vert */, - B34DC59C28671EFF00B60497 /* Makefile */, - B34DC59D28671EFF00B60497 /* triangle.frag */, - B34DC59E28671EFF00B60497 /* triangle.vert.inc */, - ); - path = shaders; - sourceTree = ""; - }; - B34DC5A028671EFF00B60497 /* jni */ = { - isa = PBXGroup; - children = ( - B34DC5A128671EFF00B60497 /* Android.mk */, - B34DC5A228671EFF00B60497 /* Application.mk */, - ); - path = jni; - sourceTree = ""; - }; - B34DC5A428671EFF00B60497 /* libretro-net-retropad */ = { - isa = PBXGroup; - children = ( - B34DC5A528671EFF00B60497 /* remotepad.h */, - B34DC5A628671EFF00B60497 /* net_retropad_core.c */, - B34DC5A728671EFF00B60497 /* Makefile */, - B34DC5A828671EFF00B60497 /* internal_cores.h */, - B34DC5A928671EFF00B60497 /* link.T */, - B34DC5AA28671EFF00B60497 /* jni */, - ); - path = "libretro-net-retropad"; - sourceTree = ""; - }; - B34DC5AA28671EFF00B60497 /* jni */ = { - isa = PBXGroup; - children = ( - B34DC5AB28671EFF00B60497 /* Android.mk */, - B34DC5AC28671EFF00B60497 /* Application.mk */, - ); - path = jni; - sourceTree = ""; - }; - B34DC5AD28671EFF00B60497 /* libretro-test-gl-ff */ = { - isa = PBXGroup; - children = ( - B34DC5AE28671EFF00B60497 /* libretro_gl_ff_test.c */, - B34DC5AF28671EFF00B60497 /* Makefile */, - B34DC5B028671EFF00B60497 /* link.T */, - B34DC5B128671EFF00B60497 /* jni */, - ); - path = "libretro-test-gl-ff"; - sourceTree = ""; - }; - B34DC5B128671EFF00B60497 /* jni */ = { - isa = PBXGroup; - children = ( - B34DC5B228671EFF00B60497 /* Android.mk */, - B34DC5B328671EFF00B60497 /* Application.mk */, - ); - path = jni; - sourceTree = ""; - }; - B34DC5B428671EFF00B60497 /* location */ = { - isa = PBXGroup; - children = ( - B34DC5B528671EFF00B60497 /* drivers */, - B34DC5B828671EFF00B60497 /* location_driver.c */, - B34DC5B928671EFF00B60497 /* location_driver.h */, - ); - path = location; - sourceTree = ""; - }; - B34DC5B528671EFF00B60497 /* drivers */ = { - isa = PBXGroup; - children = ( - B34DC5B628671EFF00B60497 /* nulllocation.c */, - B34DC5B728671EFF00B60497 /* android.c */, - ); - path = drivers; - sourceTree = ""; - }; - B34DC6392867202D00B60497 /* libretro-common */ = { - isa = PBXGroup; - children = ( - B34DC63A2867202D00B60497 /* encodings */, - B34DC63C2867202D00B60497 /* compat */, - B34DC6442867202D00B60497 /* dynamic */, - B34DC6462867202D00B60497 /* net */, - B34DC64F2867202D00B60497 /* formats */, - B34DC6672867202D00B60497 /* glsym */, - B34DC66F2867202D00B60497 /* lists */, - B34DC6732867202D00B60497 /* file */, - B34DC67F2867202D00B60497 /* hash */, - B34DC6812867202D00B60497 /* streams */, - B34DC6852867202D00B60497 /* include */, - B34DC6F62867202D00B60497 /* features */, - B34DC6F82867202D00B60497 /* algorithms */, - B34DC6FA2867202D00B60497 /* utils */, - B34DC7012867202D00B60497 /* memmap */, - B34DC7042867202D00B60497 /* glsm */, - B34DC7062867202D00B60497 /* rthreads */, - B34DC70C2867202D00B60497 /* vulkan */, - B34DC70E2867202D00B60497 /* conversion */, - B34DC7132867202D00B60497 /* queues */, - B34DC7172867202D00B60497 /* string */, - B34DC7192867202D00B60497 /* crt */, - B34DC71D2867202D00B60497 /* gfx */, - B34DC7282867202D00B60497 /* libco */, - ); - path = "libretro-common"; - sourceTree = ""; - }; - B34DC63A2867202D00B60497 /* encodings */ = { - isa = PBXGroup; - children = ( - B34DC63B2867202D00B60497 /* encoding_utf.c */, - ); - path = encodings; - sourceTree = ""; - }; - B34DC63C2867202D00B60497 /* compat */ = { - isa = PBXGroup; - children = ( - B34DC63D2867202D00B60497 /* compat_ifaddrs.c */, - B34DC63E2867202D00B60497 /* compat_strl.c */, - B34DC63F2867202D00B60497 /* compat_posix_string.c */, - B34DC6402867202D00B60497 /* compat_strcasestr.c */, - B34DC6412867202D00B60497 /* compat_snprintf.c */, - B34DC6422867202D00B60497 /* compat_getopt.c */, - B34DC6432867202D00B60497 /* compat_fnmatch.c */, - ); - path = compat; - sourceTree = ""; - }; - B34DC6442867202D00B60497 /* dynamic */ = { - isa = PBXGroup; - children = ( - B34DC6452867202D00B60497 /* dylib.c */, - ); - path = dynamic; - sourceTree = ""; - }; - B34DC6462867202D00B60497 /* net */ = { - isa = PBXGroup; - children = ( - B34DC6472867202D00B60497 /* test */, - B34DC64B2867202D00B60497 /* net_http.c */, - B34DC64C2867202D00B60497 /* net_ifinfo.c */, - B34DC64D2867202D00B60497 /* net_compat.c */, - B34DC64E2867202D00B60497 /* net_socket.c */, - ); - path = net; - sourceTree = ""; - }; - B34DC6472867202D00B60497 /* test */ = { - isa = PBXGroup; - children = ( - B34DC6482867202D00B60497 /* net_ifinfo_test.c */, - B34DC6492867202D00B60497 /* Makefile */, - B34DC64A2867202D00B60497 /* net_http_test.c */, - ); - path = test; - sourceTree = ""; - }; - B34DC64F2867202D00B60497 /* formats */ = { - isa = PBXGroup; - children = ( - B34DC6502867202D00B60497 /* image_texture.c */, - B34DC6512867202D00B60497 /* tga */, - B34DC6532867202D00B60497 /* png */, - B34DC65A2867202D00B60497 /* xml */, - B34DC65F2867202D00B60497 /* json */, - B34DC6612867202D00B60497 /* jpeg */, - B34DC6632867202D00B60497 /* bmp */, - B34DC6662867202D00B60497 /* image_transfer.c */, - ); - path = formats; - sourceTree = ""; - }; - B34DC6512867202D00B60497 /* tga */ = { - isa = PBXGroup; - children = ( - B34DC6522867202D00B60497 /* rtga.c */, - ); - path = tga; - sourceTree = ""; - }; - B34DC6532867202D00B60497 /* png */ = { - isa = PBXGroup; - children = ( - B34DC6542867202D00B60497 /* test */, - B34DC6572867202D00B60497 /* rpng.c */, - B34DC6582867202D00B60497 /* rpng_internal.h */, - B34DC6592867202D00B60497 /* rpng_encode.c */, - ); - path = png; - sourceTree = ""; - }; - B34DC6542867202D00B60497 /* test */ = { - isa = PBXGroup; - children = ( - B34DC6552867202D00B60497 /* Makefile */, - B34DC6562867202D00B60497 /* rpng_test.c */, - ); - path = test; - sourceTree = ""; - }; - B34DC65A2867202D00B60497 /* xml */ = { - isa = PBXGroup; - children = ( - B34DC65B2867202D00B60497 /* test */, - B34DC65E2867202D00B60497 /* rxml.c */, - ); - path = xml; - sourceTree = ""; - }; - B34DC65B2867202D00B60497 /* test */ = { - isa = PBXGroup; - children = ( - B34DC65C2867202D00B60497 /* Makefile */, - B34DC65D2867202D00B60497 /* rxml_test.c */, - ); - path = test; - sourceTree = ""; - }; - B34DC65F2867202D00B60497 /* json */ = { - isa = PBXGroup; - children = ( - B34DC6602867202D00B60497 /* jsonsax.c */, - ); - path = json; - sourceTree = ""; - }; - B34DC6612867202D00B60497 /* jpeg */ = { - isa = PBXGroup; - children = ( - B34DC6622867202D00B60497 /* rjpeg.c */, - ); - path = jpeg; - sourceTree = ""; - }; - B34DC6632867202D00B60497 /* bmp */ = { - isa = PBXGroup; - children = ( - B34DC6642867202D00B60497 /* rbmp_encode.c */, - B34DC6652867202D00B60497 /* rbmp.c */, - ); - path = bmp; - sourceTree = ""; - }; - B34DC6672867202D00B60497 /* glsym */ = { - isa = PBXGroup; - children = ( - B34DC6682867202D00B60497 /* glsym_es3.c */, - B34DC6692867202D00B60497 /* glsym_gl.c */, - B34DC66A2867202D00B60497 /* README.md */, - B34DC66B2867202D00B60497 /* glsym_es2.c */, - B34DC66C2867202D00B60497 /* rglgen.c */, - B34DC66D2867202D00B60497 /* glgen.py */, - B34DC66E2867202D00B60497 /* rglgen.py */, - ); - path = glsym; - sourceTree = ""; - }; - B34DC66F2867202D00B60497 /* lists */ = { - isa = PBXGroup; - children = ( - B34DC6702867202D00B60497 /* dir_list.c */, - B34DC6712867202D00B60497 /* string_list.c */, - B34DC6722867202D00B60497 /* file_list.c */, - ); - path = lists; - sourceTree = ""; - }; - B34DC6732867202D00B60497 /* file */ = { - isa = PBXGroup; - children = ( - B34DC6742867202D00B60497 /* retro_stat.c */, - B34DC6752867202D00B60497 /* file_path.c */, - B34DC6762867202D00B60497 /* nbio */, - B34DC67B2867202D00B60497 /* archive_file_zlib.c */, - B34DC67C2867202D00B60497 /* config_file.c */, - B34DC67D2867202D00B60497 /* retro_dirent.c */, - B34DC67E2867202D00B60497 /* archive_file.c */, - ); - path = file; - sourceTree = ""; - }; - B34DC6762867202D00B60497 /* nbio */ = { - isa = PBXGroup; - children = ( - B34DC6772867202D00B60497 /* test */, - B34DC67A2867202D00B60497 /* nbio_stdio.c */, - ); - path = nbio; - sourceTree = ""; - }; - B34DC6772867202D00B60497 /* test */ = { - isa = PBXGroup; - children = ( - B34DC6782867202D00B60497 /* Makefile */, - B34DC6792867202D00B60497 /* nbio_test.c */, - ); - path = test; - sourceTree = ""; - }; - B34DC67F2867202D00B60497 /* hash */ = { - isa = PBXGroup; - children = ( - B34DC6802867202D00B60497 /* rhash.c */, - ); - path = hash; - sourceTree = ""; - }; - B34DC6812867202D00B60497 /* streams */ = { - isa = PBXGroup; - children = ( - B34DC6822867202D00B60497 /* interface_stream.c */, - B34DC6832867202D00B60497 /* memory_stream.c */, - B34DC6842867202D00B60497 /* file_stream.c */, - ); - path = streams; - sourceTree = ""; - }; - B34DC6852867202D00B60497 /* include */ = { - isa = PBXGroup; - children = ( - B34DC6D02867202D00B60497 /* boolean.h */, - B34DC6CC2867202D00B60497 /* clamping.h */, - B34DC6F52867202D00B60497 /* filters.h */, - B34DC6892867202D00B60497 /* libco.h */, - B34DC6E82867202D00B60497 /* libretro_vulkan.h */, - B34DC6D92867202D00B60497 /* libretro.h */, - B34DC6882867202D00B60497 /* memalign.h */, - B34DC6D42867202D00B60497 /* memmap.h */, - B34DC6E52867202D00B60497 /* retro_assert.h */, - B34DC69B2867202D00B60497 /* retro_common_api.h */, - B34DC6E02867202D00B60497 /* retro_common.h */, - B34DC6BF2867202D00B60497 /* retro_dirent.h */, - B34DC6F42867202D00B60497 /* retro_endianness.h */, - B34DC6BE2867202D00B60497 /* retro_environment.h */, - B34DC6C02867202D00B60497 /* retro_inline.h */, - B34DC6CB2867202D00B60497 /* retro_miscellaneous.h */, - B34DC6DC2867202D00B60497 /* retro_stat.h */, - B34DC6A32867202D00B60497 /* retro_timers.h */, - B34DC6D52867202D00B60497 /* rhash.h */, - B34DC6C72867202D00B60497 /* algorithms */, - B34DC68A2867202D00B60497 /* compat */, - B34DC6DD2867202D00B60497 /* conversion */, - B34DC69C2867202D00B60497 /* dynamic */, - B34DC6862867202D00B60497 /* encodings */, - B34DC6C52867202D00B60497 /* features */, - B34DC6B72867202D00B60497 /* file */, - B34DC6A42867202D00B60497 /* formats */, - B34DC6E92867202D00B60497 /* gfx */, - B34DC6D12867202D00B60497 /* glsm */, - B34DC6AC2867202D00B60497 /* glsym */, - B34DC6BC2867202D00B60497 /* hash */, - B34DC6B32867202D00B60497 /* lists */, - B34DC6CD2867202D00B60497 /* math */, - B34DC69E2867202D00B60497 /* net */, - B34DC6E12867202D00B60497 /* queues */, - B34DC6D62867202D00B60497 /* rthreads */, - B34DC6C12867202D00B60497 /* streams */, - B34DC6E62867202D00B60497 /* string */, - B34DC6C92867202D00B60497 /* utils */, - B34DC6DA2867202D00B60497 /* vulkan */, - ); - path = include; - sourceTree = ""; - }; - B34DC6862867202D00B60497 /* encodings */ = { - isa = PBXGroup; - children = ( - B34DC6872867202D00B60497 /* utf.h */, - ); - path = encodings; - sourceTree = ""; - }; - B34DC68A2867202D00B60497 /* compat */ = { - isa = PBXGroup; - children = ( - B34DC68B2867202D00B60497 /* apple_compat.h */, - B34DC68C2867202D00B60497 /* zutil.h */, - B34DC68D2867202D00B60497 /* strl.h */, - B34DC68E2867202D00B60497 /* strcasestr.h */, - B34DC68F2867202D00B60497 /* msvc */, - B34DC6912867202D00B60497 /* fopen_utf8.h */, - B34DC6922867202D00B60497 /* zconf.h.in */, - B34DC6932867202D00B60497 /* intrinsics.h */, - B34DC6942867202D00B60497 /* posix_string.h */, - B34DC6952867202D00B60497 /* getopt.h */, - B34DC6962867202D00B60497 /* fnmatch.h */, - B34DC6972867202D00B60497 /* msvc.h */, - B34DC6982867202D00B60497 /* zlib.h */, - B34DC6992867202D00B60497 /* ifaddrs.h */, - B34DC69A2867202D00B60497 /* zconf.h */, - ); - path = compat; - sourceTree = ""; - }; - B34DC68F2867202D00B60497 /* msvc */ = { - isa = PBXGroup; - children = ( - B34DC6902867202D00B60497 /* stdint.h */, - ); - path = msvc; - sourceTree = ""; - }; - B34DC69C2867202D00B60497 /* dynamic */ = { - isa = PBXGroup; - children = ( - B34DC69D2867202D00B60497 /* dylib.h */, - ); - path = dynamic; - sourceTree = ""; - }; - B34DC69E2867202D00B60497 /* net */ = { - isa = PBXGroup; - children = ( - B34DC69F2867202D00B60497 /* net_ifinfo.h */, - B34DC6A02867202D00B60497 /* net_compat.h */, - B34DC6A12867202D00B60497 /* net_socket.h */, - B34DC6A22867202D00B60497 /* net_http.h */, - ); - path = net; - sourceTree = ""; - }; - B34DC6A42867202D00B60497 /* formats */ = { - isa = PBXGroup; - children = ( - B34DC6A52867202D00B60497 /* jsonsax.h */, - B34DC6A62867202D00B60497 /* rxml.h */, - B34DC6A72867202D00B60497 /* rpng.h */, - B34DC6A82867202D00B60497 /* rtga.h */, - B34DC6A92867202D00B60497 /* image.h */, - B34DC6AA2867202D00B60497 /* rbmp.h */, - B34DC6AB2867202D00B60497 /* rjpeg.h */, - ); - path = formats; - sourceTree = ""; - }; - B34DC6AC2867202D00B60497 /* glsym */ = { - isa = PBXGroup; - children = ( - B34DC6AD2867202D00B60497 /* rglgen.h */, - B34DC6AE2867202D00B60497 /* glsym_es2.h */, - B34DC6AF2867202D00B60497 /* glsym.h */, - B34DC6B02867202D00B60497 /* rglgen_headers.h */, - B34DC6B12867202D00B60497 /* glsym_es3.h */, - B34DC6B22867202D00B60497 /* glsym_gl.h */, - ); - path = glsym; - sourceTree = ""; - }; - B34DC6B32867202D00B60497 /* lists */ = { - isa = PBXGroup; - children = ( - B34DC6B42867202D00B60497 /* string_list.h */, - B34DC6B52867202D00B60497 /* file_list.h */, - B34DC6B62867202D00B60497 /* dir_list.h */, - ); - path = lists; - sourceTree = ""; - }; - B34DC6B72867202D00B60497 /* file */ = { - isa = PBXGroup; - children = ( - B34DC6B82867202D00B60497 /* nbio.h */, - B34DC6B92867202D00B60497 /* config_file.h */, - B34DC6BA2867202D00B60497 /* archive_file.h */, - B34DC6BB2867202D00B60497 /* file_path.h */, - ); - path = file; - sourceTree = ""; - }; - B34DC6BC2867202D00B60497 /* hash */ = { - isa = PBXGroup; - children = ( - B34DC6BD2867202D00B60497 /* rhash.c */, - ); - path = hash; - sourceTree = ""; - }; - B34DC6C12867202D00B60497 /* streams */ = { - isa = PBXGroup; - children = ( - B34DC6C22867202D00B60497 /* memory_stream.h */, - B34DC6C32867202D00B60497 /* file_stream.h */, - B34DC6C42867202D00B60497 /* interface_stream.h */, - ); - path = streams; - sourceTree = ""; - }; - B34DC6C52867202D00B60497 /* features */ = { - isa = PBXGroup; - children = ( - B34DC6C62867202D00B60497 /* features_cpu.h */, - ); - path = features; - sourceTree = ""; - }; - B34DC6C72867202D00B60497 /* algorithms */ = { - isa = PBXGroup; - children = ( - B34DC6C82867202D00B60497 /* mismatch.h */, - ); - path = algorithms; - sourceTree = ""; - }; - B34DC6C92867202D00B60497 /* utils */ = { - isa = PBXGroup; - children = ( - B34DC6CA2867202D00B60497 /* md5.h */, - ); - path = utils; - sourceTree = ""; - }; - B34DC6CD2867202D00B60497 /* math */ = { - isa = PBXGroup; - children = ( - B34DC6CE2867202D00B60497 /* fxp.h */, - B34DC6CF2867202D00B60497 /* complex.h */, - ); - path = math; - sourceTree = ""; - }; - B34DC6D12867202D00B60497 /* glsm */ = { - isa = PBXGroup; - children = ( - B34DC6D22867202D00B60497 /* glsm.h */, - B34DC6D32867202D00B60497 /* glsmsym.h */, - ); - path = glsm; - sourceTree = ""; - }; - B34DC6D62867202D00B60497 /* rthreads */ = { - isa = PBXGroup; - children = ( - B34DC6D72867202D00B60497 /* rsemaphore.h */, - B34DC6D82867202D00B60497 /* rthreads.h */, - ); - path = rthreads; - sourceTree = ""; - }; - B34DC6DA2867202D00B60497 /* vulkan */ = { - isa = PBXGroup; - children = ( - B34DC6DB2867202D00B60497 /* vulkan_symbol_wrapper.h */, - ); - path = vulkan; - sourceTree = ""; - }; - B34DC6DD2867202D00B60497 /* conversion */ = { - isa = PBXGroup; - children = ( - B34DC6DE2867202D00B60497 /* s16_to_float.h */, - B34DC6DF2867202D00B60497 /* float_to_s16.h */, - ); - path = conversion; - sourceTree = ""; - }; - B34DC6E12867202D00B60497 /* queues */ = { - isa = PBXGroup; - children = ( - B34DC6E22867202D00B60497 /* task_queue.h */, - B34DC6E32867202D00B60497 /* fifo_queue.h */, - B34DC6E42867202D00B60497 /* message_queue.h */, - ); - path = queues; - sourceTree = ""; - }; - B34DC6E62867202D00B60497 /* string */ = { - isa = PBXGroup; - children = ( - B34DC6E72867202D00B60497 /* stdstring.h */, - ); - path = string; - sourceTree = ""; - }; - B34DC6E92867202D00B60497 /* gfx */ = { - isa = PBXGroup; - children = ( - B34DC6EA2867202D00B60497 /* math */, - B34DC6EF2867202D00B60497 /* scaler */, - ); - path = gfx; - sourceTree = ""; - }; - B34DC6EA2867202D00B60497 /* math */ = { - isa = PBXGroup; - children = ( - B34DC6EB2867202D00B60497 /* vector_3.h */, - B34DC6EC2867202D00B60497 /* vector_2.h */, - B34DC6ED2867202D00B60497 /* matrix_3x3.h */, - B34DC6EE2867202D00B60497 /* matrix_4x4.h */, - ); - path = math; - sourceTree = ""; - }; - B34DC6EF2867202D00B60497 /* scaler */ = { - isa = PBXGroup; - children = ( - B34DC6F02867202D00B60497 /* scaler.h */, - B34DC6F12867202D00B60497 /* pixconv.h */, - B34DC6F22867202D00B60497 /* scaler_int.h */, - B34DC6F32867202D00B60497 /* filter.h */, - ); - path = scaler; - sourceTree = ""; - }; - B34DC6F62867202D00B60497 /* features */ = { - isa = PBXGroup; - children = ( - B34DC6F72867202D00B60497 /* features_cpu.c */, - ); - path = features; - sourceTree = ""; - }; - B34DC6F82867202D00B60497 /* algorithms */ = { - isa = PBXGroup; - children = ( - B34DC6F92867202D00B60497 /* mismatch.c */, - ); - path = algorithms; - sourceTree = ""; - }; - B34DC6FA2867202D00B60497 /* utils */ = { - isa = PBXGroup; - children = ( - B34DC6FB2867202D00B60497 /* djb2.c */, - B34DC6FC2867202D00B60497 /* udp-test.c */, - B34DC6FD2867202D00B60497 /* Makefile */, - B34DC6FE2867202D00B60497 /* sha1.c */, - B34DC6FF2867202D00B60497 /* crc32.c */, - B34DC7002867202D00B60497 /* md5.c */, - ); - path = utils; - sourceTree = ""; - }; - B34DC7012867202D00B60497 /* memmap */ = { - isa = PBXGroup; - children = ( - B34DC7022867202D00B60497 /* memmap.c */, - B34DC7032867202D00B60497 /* memalign.c */, - ); - path = memmap; - sourceTree = ""; - }; - B34DC7042867202D00B60497 /* glsm */ = { - isa = PBXGroup; - children = ( - B34DC7052867202D00B60497 /* glsm.c */, - ); - path = glsm; - sourceTree = ""; - }; - B34DC7062867202D00B60497 /* rthreads */ = { - isa = PBXGroup; - children = ( - B34DC7072867202D00B60497 /* rthreads.c */, - B34DC7082867202D00B60497 /* gx_pthread.h */, - B34DC7092867202D00B60497 /* psp_pthread.h */, - B34DC70A2867202D00B60497 /* xenon_sdl_threads.c */, - B34DC70B2867202D00B60497 /* rsemaphore.c */, - ); - path = rthreads; - sourceTree = ""; - }; - B34DC70C2867202D00B60497 /* vulkan */ = { - isa = PBXGroup; - children = ( - B34DC70D2867202D00B60497 /* vulkan_symbol_wrapper.c */, - ); - path = vulkan; - sourceTree = ""; - }; - B34DC70E2867202D00B60497 /* conversion */ = { - isa = PBXGroup; - children = ( - B34DC70F2867202D00B60497 /* s16_to_float.c */, - B34DC7102867202D00B60497 /* float_to_s16.c */, - B34DC7112867202D00B60497 /* float_to_s16_neon.S */, - B34DC7122867202D00B60497 /* s16_to_float_neon.S */, - ); - path = conversion; - sourceTree = ""; - }; - B34DC7132867202D00B60497 /* queues */ = { - isa = PBXGroup; - children = ( - B34DC7142867202D00B60497 /* fifo_queue.c */, - B34DC7152867202D00B60497 /* message_queue.c */, - B34DC7162867202D00B60497 /* task_queue.c */, +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ + B3398D3B2D28979100AD1F95 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + "libretro-common/libretro.h", + "libretro-common/retro_inline.h", + ); + publicHeaders = ( + "libretro-common/libretro.h", + "libretro-common/retro_inline.h", + ); + target = B392848D28670348003BAC21 /* PVCoreBridgeRetro */; + }; + B3398D3F2D28983900AD1F95 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + cores/dynamic_dummy.c, + frontend/frontend_driver.c, + gfx/video_thread_wrapper.c, + input/drivers/nullinput.c, + input/input_driver.c, + input/input_keyboard.c, + "libretro-common/dynamic/dylib.c", + "libretro-common/glsm/glsm.c", + "libretro-common/glsym/glsym_es3.c", + "libretro-common/glsym/rglgen.c", + "libretro-common/lists/dir_list.c", + "libretro-common/lists/file_list.c", + "libretro-common/lists/string_list.c", + "libretro-common/rthreads/rthreads.c", + "libretro-common/vulkan/vulkan_symbol_wrapper.c", + list_special.c, + movie.c, + msg_hash.c, + performance_counters.c, + retro.m, + verbosity.c, ); - path = queues; - sourceTree = ""; - }; - B34DC7172867202D00B60497 /* string */ = { - isa = PBXGroup; - children = ( - B34DC7182867202D00B60497 /* stdstring.c */, - ); - path = string; - sourceTree = ""; + target = B322512C286C4728001FDF42 /* retro */; }; - B34DC7192867202D00B60497 /* crt */ = { - isa = PBXGroup; - children = ( - B34DC71A2867202D00B60497 /* include */, - B34DC71C2867202D00B60497 /* string.c */, +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + B3FAED232D2880A000505165 /* retro */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B3398D3B2D28979100AD1F95 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, B3398D3F2D28983900AD1F95 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = retro; sourceTree = ""; }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + B322512A286C4728001FDF42 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B325EB972D289E0100A4AE4F /* CoreAudio.framework in Frameworks */, + B3FAE8472D287C3200505165 /* PVLogging in Frameworks */, ); - path = crt; - sourceTree = ""; + runOnlyForDeploymentPostprocessing = 0; }; - B34DC71A2867202D00B60497 /* include */ = { - isa = PBXGroup; - children = ( - B34DC71B2867202D00B60497 /* string.h */, + B36C40FE2898776C00EAEF59 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( ); - path = include; - sourceTree = ""; + runOnlyForDeploymentPostprocessing = 0; }; - B34DC71D2867202D00B60497 /* gfx */ = { - isa = PBXGroup; - children = ( - B34DC71E2867202D00B60497 /* math */, - B34DC7232867202D00B60497 /* scaler */, + B392848B28670348003BAC21 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B3FAE8442D2876EE00505165 /* libretro-netplay.a in Frameworks */, + B377E9FA2CB25FA000E9B750 /* PVCoreObjCBridge in Frameworks */, + B377EBDF2CB2A18A00E9B750 /* PVSettings in Frameworks */, + B345EAF72CC10F3600DE822B /* PVCoreBridge in Frameworks */, + B377E9F72CB25F8800E9B750 /* PVLogging in Frameworks */, + B3EA6C91292617F300010224 /* libretro.a in Frameworks */, ); - path = gfx; - sourceTree = ""; + runOnlyForDeploymentPostprocessing = 0; }; - B34DC71E2867202D00B60497 /* math */ = { +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1ACEA63B17F7467D0031B1C9 = { isa = PBXGroup; children = ( - B34DC71F2867202D00B60497 /* matrix_3x3.c */, - B34DC7202867202D00B60497 /* vector_2.c */, - B34DC7212867202D00B60497 /* matrix_4x4.c */, - B34DC7222867202D00B60497 /* vector_3.c */, + B3173802278419A2002D3ACD /* Build.xcconfig */, + B3A4FB58278FE2F200A65248 /* Sources */, + B392848F28670348003BAC21 /* PVLibRetro */, + B36C41022898776C00EAEF59 /* retro-netplay */, + 1ACEA64617F7467D0031B1C9 /* Frameworks */, + 1ACEA64517F7467D0031B1C9 /* Products */, ); - path = math; sourceTree = ""; }; - B34DC7232867202D00B60497 /* scaler */ = { + 1ACEA64517F7467D0031B1C9 /* Products */ = { isa = PBXGroup; children = ( - B34DC7242867202D00B60497 /* scaler_int.c */, - B34DC7252867202D00B60497 /* pixconv.c */, - B34DC7262867202D00B60497 /* scaler_filter.c */, - B34DC7272867202D00B60497 /* scaler.c */, + B392848E28670348003BAC21 /* PVCoreBridgeRetro.framework */, + B322512D286C4728001FDF42 /* libretro.a */, + B36C41012898776C00EAEF59 /* libretro-netplay.a */, ); - path = scaler; + name = Products; sourceTree = ""; }; - B34DC7282867202D00B60497 /* libco */ = { + 1ACEA64617F7467D0031B1C9 /* Frameworks */ = { isa = PBXGroup; children = ( - B34DC7292867202D00B60497 /* sjlj.c */, - B34DC72A2867202D00B60497 /* ppc.c */, - B34DC72B2867202D00B60497 /* ucontext.c */, - B34DC72C2867202D00B60497 /* fiber.c */, - B34DC72D2867202D00B60497 /* libco.c */, - B34DC72E2867202D00B60497 /* armeabi.c */, - B34DC72F2867202D00B60497 /* amd64.c */, - B34DC7302867202D00B60497 /* psp2.c */, - B34DC7312867202D00B60497 /* x86.c */, + B325EB962D289E0100A4AE4F /* CoreAudio.framework */, + B3F7E5B529775B8000362B92 /* PVLogging.framework */, + B3F7E5B629775B8000362B92 /* PVLoggingObjC.framework */, + B3D0EE27277FE8C9002DC0A5 /* CoreHaptics.framework */, + B3D0EE29277FE8E0002DC0A5 /* CoreHaptics.framework */, + B305EF9B276B4FDC003AE510 /* CoreGraphics.framework */, + B305EF99276B4F0A003AE510 /* GameKit.framework */, + B3FFF02C26E9E65800A33143 /* AVFoundation.framework */, + B3AF6FE0219161C4000FA7F9 /* tvOS */, + B3AF6FDB21916177000FA7F9 /* iOS */, ); - path = libco; + name = Frameworks; sourceTree = ""; }; B36C41022898776C00EAEF59 /* retro-netplay */ = { @@ -2818,7 +252,7 @@ B3A4FB58278FE2F200A65248 /* Sources */ = { isa = PBXGroup; children = ( - B322512E286C4728001FDF42 /* retro */, + B3FAED232D2880A000505165 /* retro */, B39284962867037B003BAC21 /* PVLibRetro */, ); path = Sources; @@ -2852,10 +286,7 @@ files = ( B392849128670348003BAC21 /* PVCoreBridgeRetro.h in Headers */, B3928499286703CD003BAC21 /* PVLibRetroCore.h in Headers */, - B3702311287256DA00B3F6DA /* retro_inline.h in Headers */, B3DF963F288D6B5800300A38 /* PVLibRetroGLESCore.h in Headers */, - B32299672878DBE000585AD8 /* dynamic.h in Headers */, - B364D4B42870E5F600B93A4B /* libretro.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2987,16 +418,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B32299462878CF2C00585AD8 /* rthreads.c in Sources */, - B342325B286EB4060033EFA5 /* dylib.c in Sources */, - B3B3D17428712EE1008A0E2F /* msg_hash.c in Sources */, - B322996C28792B4000585AD8 /* movie.c in Sources */, - B3A41BCF286E5E660054E9A5 /* retro.m in Sources */, - B32299422878CB3C00585AD8 /* input_driver.c in Sources */, - B3423260286EB5CA0033EFA5 /* dynamic_dummy.c in Sources */, - B322994A2878CF6200585AD8 /* input_keyboard.c in Sources */, - B322996E28792BA000585AD8 /* nullinput.c in Sources */, - B32299512878D46F00585AD8 /* performance_counters.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3085,6 +506,10 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = NO; GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/../MoltenVK/MoltenVK/include\"", + "\"$(SRCROOT)/Sources/retro\"", + ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; ONLY_ACTIVE_ARCH = YES; SDKROOT = auto; @@ -3141,6 +566,10 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = NO; GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/../MoltenVK/MoltenVK/include\"", + "\"$(SRCROOT)/Sources/retro\"", + ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; ONLY_ACTIVE_ARCH = NO; SDKROOT = auto; @@ -3186,7 +615,6 @@ PRODUCT_NAME = retro; RUN_CLANG_STATIC_ANALYZER = YES; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -3229,7 +657,6 @@ PRODUCT_NAME = retro; RUN_CLANG_STATIC_ANALYZER = YES; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -3272,7 +699,6 @@ PRODUCT_NAME = retro; RUN_CLANG_STATIC_ANALYZER = YES; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -3326,6 +752,10 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = NO; GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/../MoltenVK/MoltenVK/include\"", + "\"$(SRCROOT)/Sources/retro\"", + ); IPHONEOS_DEPLOYMENT_TARGET = 13.0; SDKROOT = auto; SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; @@ -3359,7 +789,6 @@ MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -3390,7 +819,6 @@ MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -3421,7 +849,6 @@ MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -3432,6 +859,7 @@ }; B392849228670348003BAC21 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = B32299412878C5A000585AD8 /* PVLibRetro-Build.xcconfig */; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3502,6 +930,7 @@ }; B392849328670348003BAC21 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = B32299412878C5A000585AD8 /* PVLibRetro-Build.xcconfig */; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3572,6 +1001,7 @@ }; B392849428670348003BAC21 /* Archive */ = { isa = XCBuildConfiguration; + baseConfigurationReference = B32299412878C5A000585AD8 /* PVLibRetro-Build.xcconfig */; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3721,6 +1151,11 @@ isa = XCSwiftPackageProductDependency; productName = PVSettings; }; + B3FAE8462D287C3200505165 /* PVLogging */ = { + isa = XCSwiftPackageProductDependency; + package = B377E9F52CB25F8800E9B750 /* XCLocalSwiftPackageReference "../PVLogging" */; + productName = PVLogging; + }; /* End XCSwiftPackageProductDependency section */ }; rootObject = 1ACEA63C17F7467D0031B1C9 /* Project object */; diff --git a/PVCoreBridgeRetro/PVLibRetro/PVLibRetro-Build.xcconfig b/PVCoreBridgeRetro/PVLibRetro/PVLibRetro-Build.xcconfig index 1dfa7c484f..7044d71ce2 100644 --- a/PVCoreBridgeRetro/PVLibRetro/PVLibRetro-Build.xcconfig +++ b/PVCoreBridgeRetro/PVLibRetro/PVLibRetro-Build.xcconfig @@ -1,12 +1,158 @@ // Codesigning settings defined optionally, see `CodeSigning.xcconfig.example` #include "../../Build.xcconfig" - // All -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) __LIBRETRO__=1 HAVE_THREADS=1 HAVE_OPENGL=1 HAVE_OPENGLES=1 HAVE_OPENGLES2=1 HAVE_OPENGLES3=1 GLES=1 GLES2=1 GLES3=1 GLES31=1 -// HAVE_PLAIN_DRM=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) __LIBRETRO__=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_THREADS=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES2=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES3=1 +//GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_OPENGLES_3_1=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GLES=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GLES2=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GLES3=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GLES31=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_GLSL=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_VULKAN=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_ZLIB=1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_DYLIB=1 +//GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_NETPLAY=1 + OTHER_CFLAGS = $(inherited) -ObjC -OTHER_LDFLAGS = $(inherited) -ObjC -all_load + +//OTHER_LDFLAGS = $(inherited) -ObjC +//OTHER_LDFLAGS = $(inherited) -all_load + +OTHER_CFLAGS = $(inherited) -DGLSLANG_OSINCLUDE_UNIX +OTHER_CFLAGS = $(inherited) -DHAVE_7ZIP +OTHER_CFLAGS = $(inherited) -DHAVE_ACCESSIBILITY +OTHER_CFLAGS = $(inherited) -DHAVE_AL +OTHER_CFLAGS = $(inherited) -DHAVE_AUDIOMIXER +OTHER_CFLAGS = $(inherited) -DHAVE_BSV_MOVIE +OTHER_CFLAGS = $(inherited) -DHAVE_BUILTINGLSLANG +OTHER_CFLAGS = $(inherited) -DHAVE_BUILTINMBEDTLS +OTHER_CFLAGS = $(inherited) -DHAVE_CC_RESAMPLER +OTHER_CFLAGS = $(inherited) -DHAVE_CHD +OTHER_CFLAGS = $(inherited) -DHAVE_CHEATS +OTHER_CFLAGS = $(inherited) -DHAVE_CHEEVOS +OTHER_CFLAGS = $(inherited) -DHAVE_CLOUDSYNC +OTHER_CFLAGS = $(inherited) -DHAVE_COCOA_METAL +OTHER_CFLAGS = $(inherited) -DHAVE_CONFIGFILE +OTHER_CFLAGS = $(inherited) -DHAVE_COREAUDIO +OTHER_CFLAGS = $(inherited) -DHAVE_DSP_FILTER +OTHER_CFLAGS = $(inherited) -DHAVE_DYNAMIC +OTHER_CFLAGS = $(inherited) -DHAVE_EASTEREGG +OTHER_CFLAGS = $(inherited) -DHAVE_FILTERS_BUILTIN +OTHER_CFLAGS = $(inherited) -DHAVE_GFX_WIDGETS +OTHER_CFLAGS = $(inherited) -DHAVE_GIT_VERSION +OTHER_CFLAGS = $(inherited) -DHAVE_GLSL +OTHER_CFLAGS = $(inherited) -DHAVE_GLSLANG +OTHER_CFLAGS = $(inherited) -DHAVE_GRIFFIN +OTHER_CFLAGS = $(inherited) -DHAVE_HID +OTHER_CFLAGS = $(inherited) -DHAVE_IFINFO +//OTHER_CFLAGS = $(inherited) -DHAVE_IMAGEVIEWER +//OTHER_CFLAGS = $(inherited) -DHAVE_LANGEXTRA +//OTHER_CFLAGS = $(inherited) -DHAVE_LIBRETRODB +//OTHER_CFLAGS = $(inherited) -DHAVE_MENU +OTHER_CFLAGS = $(inherited) -DHAVE_METAL +OTHER_CFLAGS = $(inherited) -DHAVE_MFI +//OTHER_CFLAGS = $(inherited) -DHAVE_NETPLAYDISCOVERY +//OTHER_CFLAGS = $(inherited) -DHAVE_NETPLAYDISCOVERY_NSNET +//OTHER_CFLAGS = $(inherited) -DHAVE_NETWORKGAMEPAD +//OTHER_CFLAGS = $(inherited) -DHAVE_NETWORKING +OTHER_CFLAGS = $(inherited) -DHAVE_NO_BUILTINZLIB +//OTHER_CFLAGS = $(inherited) -DHAVE_OPENGL +//OTHER_CFLAGS = $(inherited) -DHAVE_OVERLAY +OTHER_CFLAGS = $(inherited) -DHAVE_OZONE +OTHER_CFLAGS = $(inherited) -DHAVE_PATCH +OTHER_CFLAGS = $(inherited) -DHAVE_RBMP +OTHER_CFLAGS = $(inherited) -DHAVE_REWIND +OTHER_CFLAGS = $(inherited) -DHAVE_RGUI +OTHER_CFLAGS = $(inherited) -DHAVE_RJPEG +OTHER_CFLAGS = $(inherited) -DHAVE_RPNG +OTHER_CFLAGS = $(inherited) -DHAVE_RTGA +OTHER_CFLAGS = $(inherited) -DHAVE_RUNAHEAD +OTHER_CFLAGS = $(inherited) -DHAVE_RWAV +OTHER_CFLAGS = $(inherited) -DHAVE_SCREENSHOTS +OTHER_CFLAGS = $(inherited) -DHAVE_SHADERPIPELINE +OTHER_CFLAGS = $(inherited) -DHAVE_SLANG +OTHER_CFLAGS = $(inherited) -DHAVE_SPIRV_CROSS +OTHER_CFLAGS = $(inherited) -DHAVE_SSL +OTHER_CFLAGS = $(inherited) -DHAVE_STB_FONT +OTHER_CFLAGS = $(inherited) -DHAVE_STB_VORBIS +OTHER_CFLAGS = $(inherited) -DHAVE_THREADS +OTHER_CFLAGS = $(inherited) -DHAVE_TRANSLATE +OTHER_CFLAGS = $(inherited) -DHAVE_UPDATE_ASSETS +OTHER_CFLAGS = $(inherited) -DHAVE_UPDATE_CORE_INFO +OTHER_CFLAGS = $(inherited) -DHAVE_VIDEO_FILTER +OTHER_CFLAGS = $(inherited) -DHAVE_VULKAN +OTHER_CFLAGS = $(inherited) -DHAVE_XDELTA +OTHER_CFLAGS = $(inherited) -DHAVE_XMB +OTHER_CFLAGS = $(inherited) -DHAVE_ZLIB +OTHER_CFLAGS = $(inherited) -DINLINE=inline +OTHER_CFLAGS = $(inherited) -DRARCH_INTERNAL +OTHER_CFLAGS = $(inherited) -DRC_DISABLE_LUA +OTHER_CFLAGS = $(inherited) -DWANT_GLSLANG +OTHER_CFLAGS = $(inherited) -DWANT_RAW_DATA_SECTOR=1 +OTHER_CFLAGS = $(inherited) -DWANT_SUBCODE=1 +OTHER_CFLAGS = $(inherited) -D_7ZIP_ST +OTHER_CFLAGS = $(inherited) -D__LIBRETRO__ + +OTHER_CFLAGS[arch=x86_64] = $(inherited) -DHAVE_SSE +OTHER_CFLAGS[arch=arm64*] = $(inherited) -D__ARM_NEON__ -DHAVE_NEON + +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DFLAC__HAS_OGG=0 +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DGL_SILENCE_DEPRECATION +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_COMMAND +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_COREAUDIO3 +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_DISCORD +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_DR_FLAC +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_DR_MP3 +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_DYLIB +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_FLAC +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_GETOPT_LONG +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_IOHIDMANAGER +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_LROUND +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_MATERIALUI +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_MMAP +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_NETWORK_CMD +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_OPENGL=1 +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_OPENGL_CORE +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_PRESENCE +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_STDIN_CMD +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_VIDEO_LAYOUT +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DMETAL_DEBUG +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DOSX + +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DGLES_SILENCE_DEPRECATION +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DHAVE_BTSTACK +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DHAVE_BUILTINMINIUPNPC +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DHAVE_COCOATOUCH +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DHAVE_KEYMAPPER +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DHAVE_MAIN +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DHAVE_MINIUPNPC +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DHAVE_ONLINE_UPDATER +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DHAVE_OPENGLES +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DHAVE_OPENGLES3 +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DIOS +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DPACKAGE_VERSION=\"$(MARKETING_VERSION)\" +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DRARCH_MOBILE +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -D_LZMA_UINT32_IS_ULONG +OTHER_CFLAGS_IOS_TVOS_SHARE = $(inherited) -DTARGET_OS_IPHONE + +OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) $(OTHER_CFLAGS_IOS_TVOS_SHARE) +OTHER_CFLAGS[sdk=iphonesimulator*] = $(inherited) $(OTHER_CFLAGS_IOS_TVOS_SHARE) +OTHER_CFLAGS[sdk=appletvos*] = $(inherited) $(OTHER_CFLAGS_IOS_TVOS_SHARE) +OTHER_CFLAGS[sdk=appletvsimulator*] = $(inherited) $(OTHER_CFLAGS_IOS_TVOS_SHARE) + +OTHER_CFLAGS_IOS = $(inherited) -DHAVE_COREMOTION +OTHER_CFLAGS_IOS = $(inherited) -DHAVE_IOS_CUSTOMKEYBOARD +OTHER_CFLAGS_IOS = $(inherited) -DHAVE_IOS_SWIFT +OTHER_CFLAGS_IOS = $(inherited) -DHAVE_IOS_TOUCHMOUSE +OTHER_CFLAGS_IOS = $(inherited) -DHAVE_MATERIALUI + +OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) $(OTHER_CFLAGS_IOS) +OTHER_CFLAGS[sdk=iphonesimulator*] = $(inherited) $(OTHER_CFLAGS_IOS) // Device GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) TARGET_IPHONE=1 @@ -21,3 +167,6 @@ OTHER_CFLAGS[sdk=appletvos*] = $(inherited) // tvOS Simulator GCC_PREPROCESSOR_DEFINITIONS[sdk=appletvsimulator*] = $(inherited) TARGET_IPHONE_SIMULATOR=1 + +OTHER_CFLAGS[config=Debug] = $(inherited) -DDEBUG=1 +OTHER_CFLAGS[config=Release] = $(inherited) -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 diff --git a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Audio.m b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Audio.m index 93f585b3ae..f1944cdce0 100644 --- a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Audio.m +++ b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Audio.m @@ -21,7 +21,7 @@ #include "command.h" #include "core_info.h" -#include "managers/state_manager.h" +//#include "managers/state_manager.h" //#include "audio/audio_driver.h" //#include "camera/camera_driver.h" //#include "location/location_driver.h" @@ -29,11 +29,11 @@ #include "core.h" #include "runloop.h" #include "performance_counters.h" -#include "system.h" +//#include "system.h" #include "record/record_driver.h" //#include "queues/message_queue.h" #include "gfx/video_driver.h" -#include "gfx/video_context_driver.h" +//#include "gfx/video_context_driver.h" #include "gfx/scaler/scaler.h" //#include "gfx/video_frame.h" @@ -47,7 +47,7 @@ #endif #include "retroarch.h" #include "configuration.h" -#include "general.h" +//#include "general.h" #include "msg_hash.h" #include "verbosity.h" diff --git a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Controls.m b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Controls.m index 6e78d611cc..8d5e248dd2 100644 --- a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Controls.m +++ b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Controls.m @@ -24,7 +24,7 @@ #include "command.h" #include "core_info.h" -#include "managers/state_manager.h" +#include "state_manager.h" //#include "audio/audio_driver.h" //#include "camera/camera_driver.h" //#include "location/location_driver.h" @@ -32,11 +32,11 @@ #include "core.h" #include "runloop.h" #include "performance_counters.h" -#include "system.h" +//#include "system.h" #include "record/record_driver.h" //#include "queues/message_queue.h" #include "gfx/video_driver.h" -#include "gfx/video_context_driver.h" +//#include "gfx/video_context_driver.h" #include "gfx/scaler/scaler.h" //#include "gfx/video_frame.h" @@ -50,7 +50,7 @@ #endif #include "retroarch.h" #include "configuration.h" -#include "general.h" +//#include "general.h" #include "msg_hash.h" #include "verbosity.h" diff --git a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Options.m b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Options.m index aeb5f97482..517238a2b9 100644 --- a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Options.m +++ b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Options.m @@ -8,6 +8,7 @@ #import #import "PVCoreBridgeRetro.h" +#import #include "libretro.h" #ifdef HAVE_CONFIG_H @@ -21,7 +22,7 @@ #include "command.h" #include "core_info.h" -#include "managers/state_manager.h" +#include "state_manager.h" //#include "audio/audio_driver.h" //#include "camera/camera_driver.h" //#include "location/location_driver.h" @@ -29,11 +30,11 @@ #include "core.h" #include "runloop.h" #include "performance_counters.h" -#include "system.h" +//#include "system.h" #include "record/record_driver.h" //#include "queues/message_queue.h" #include "gfx/video_driver.h" -#include "gfx/video_context_driver.h" +//#include "gfx/video_context_driver.h" #include "gfx/scaler/scaler.h" //#include "gfx/video_frame.h" @@ -47,7 +48,7 @@ #endif #include "retroarch.h" #include "configuration.h" -#include "general.h" +//#include "general.h" #include "msg_hash.h" #include "verbosity.h" diff --git a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Saves.m b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Saves.m index e3a5ac73a8..30c7309992 100644 --- a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Saves.m +++ b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Saves.m @@ -21,7 +21,7 @@ #include "command.h" #include "core_info.h" -#include "managers/state_manager.h" +#include "state_manager.h" //#include "audio/audio_driver.h" //#include "camera/camera_driver.h" //#include "location/location_driver.h" @@ -29,11 +29,11 @@ #include "core.h" #include "runloop.h" #include "performance_counters.h" -#include "system.h" +//#include "system.h" #include "record/record_driver.h" //#include "queues/message_queue.h" #include "gfx/video_driver.h" -#include "gfx/video_context_driver.h" +//#include "gfx/video_context_driver.h" #include "gfx/scaler/scaler.h" //#include "gfx/video_frame.h" @@ -47,7 +47,7 @@ #endif #include "retroarch.h" #include "configuration.h" -#include "general.h" +//#include "general.h" #include "msg_hash.h" #include "verbosity.h" diff --git a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Video.m b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Video.m index ce87543506..482d7887eb 100644 --- a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Video.m +++ b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore+Video.m @@ -8,6 +8,7 @@ #import #import "PVCoreBridgeRetro.h" +#import #include "libretro.h" #ifdef HAVE_CONFIG_H @@ -21,7 +22,7 @@ #include "command.h" #include "core_info.h" -#include "managers/state_manager.h" +//#include "managers/state_manager.h" //#include "audio/audio_driver.h" //#include "camera/camera_driver.h" //#include "location/location_driver.h" @@ -29,11 +30,11 @@ #include "core.h" #include "runloop.h" #include "performance_counters.h" -#include "system.h" +//#include "system.h" #include "record/record_driver.h" //#include "queues/message_queue.h" #include "gfx/video_driver.h" -#include "gfx/video_context_driver.h" +//#include "gfx/video_context_driver.h" #include "gfx/scaler/scaler.h" //#include "gfx/video_frame.h" @@ -47,7 +48,7 @@ #endif #include "retroarch.h" #include "configuration.h" -#include "general.h" +//#include "general.h" #include "msg_hash.h" #include "verbosity.h" @@ -60,29 +61,29 @@ }; struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = { - { "4:3", 1.3333f }, - { "16:9", 1.7778f }, - { "16:10", 1.6f }, - { "16:15", 16.0f / 15.0f }, - { "1:1", 1.0f }, - { "2:1", 2.0f }, - { "3:2", 1.5f }, - { "3:4", 0.75f }, - { "4:1", 4.0f }, - { "4:4", 1.0f }, - { "5:4", 1.25f }, - { "6:5", 1.2f }, - { "7:9", 0.7777f }, - { "8:3", 2.6666f }, - { "8:7", 1.1428f }, - { "19:12", 1.5833f }, - { "19:14", 1.3571f }, - { "30:17", 1.7647f }, - { "32:9", 3.5555f }, - { "Config", 0.0f }, - { "Square pixel", 1.0f }, - { "Core provided", 1.0f }, - { "Custom", 0.0f } + { ASPECT_RATIO_4_3, 1.3333f }, + { ASPECT_RATIO_16_9, 1.7778f }, + { ASPECT_RATIO_16_10, 1.6f }, + { ASPECT_RATIO_16_15, 16.0f / 15.0f }, + { ASPECT_RATIO_1_1, 1.0f }, + { ASPECT_RATIO_2_1, 2.0f }, + { ASPECT_RATIO_3_2, 1.5f }, + { ASPECT_RATIO_3_4, 0.75f }, + { ASPECT_RATIO_4_1, 4.0f }, + { ASPECT_RATIO_4_4, 1.0f }, + { ASPECT_RATIO_5_4, 1.25f }, + { ASPECT_RATIO_6_5, 1.2f }, + { ASPECT_RATIO_7_9, 0.7777f }, + { ASPECT_RATIO_8_3, 2.6666f }, + { ASPECT_RATIO_8_7, 1.1428f }, + { ASPECT_RATIO_19_12, 1.5833f }, + { ASPECT_RATIO_19_14, 1.3571f }, + { ASPECT_RATIO_30_17, 1.7647f }, + { ASPECT_RATIO_32_9, 3.5555f }, + { ASPECT_RATIO_CONFIG, 0.0f }, + { ASPECT_RATIO_SQUARE, 1.0f }, + { ASPECT_RATIO_CORE, 1.0f }, + { ASPECT_RATIO_CUSTOM, 0.0f } }; @implementation PVLibRetroCoreBridge (Audio) diff --git a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore.h b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore.h index 4f1f658e7b..b36f1a76e0 100644 --- a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore.h +++ b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore.h @@ -34,6 +34,9 @@ typedef struct retro_core_t retro_core_t; @class PVLibRetroCoreBridge; static __weak PVLibRetroCoreBridge * _Nonnull _current; +#define PVRETRO_PAD_PLAYER_COUNT 2 +#define PVRETRO_PAD_BUTTON_COUNT 12 + #pragma clang diagnostic push #pragma clang diagnostic ignored "-Weverything" // Silence "Cannot find protocol definition" warning due to forward declaration. __attribute__((weak_import)) @@ -46,7 +49,7 @@ __attribute__((weak_import)) uint32_t *videoBufferA; uint32_t *videoBufferB; - int16_t _pad[2][12]; + int16_t _pad[PVRETRO_PAD_PLAYER_COUNT][PVRETRO_PAD_BUTTON_COUNT]; retro_core_t* core; diff --git a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore.m b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore.m index aaffc72872..fe632fcb63 100644 --- a/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore.m +++ b/PVCoreBridgeRetro/Sources/PVLibRetro/PVLibRetroCore.m @@ -43,6 +43,7 @@ //#include "gfx/video_frame.h" #include +#include "rthreads/rthreads.h" #include "cores/internal_cores.h" #include "frontend/frontend_driver.h" @@ -103,9 +104,18 @@ @interface PVLibRetroCoreBridge () static bool runloop_overrides_active = false; static bool runloop_game_options_active = false; //static core_option_manager_t *runloop_core_options = NULL; + +bool input_set_rumble_state(unsigned port, + enum retro_rumble_effect effect, uint16_t strength); + #ifdef HAVE_THREADS static slock_t *_runloop_msg_queue_lock = NULL; #endif + +#ifdef HAVE_IMAGEVIEWER +#define SYMBOL_IMAGEVIEWER(x) current_core->x = libretro_imageviewer_##x +#endif + //static msg_queue_t *runloop_msg_queue = NULL; // MARK: - Config @@ -1481,6 +1491,7 @@ static bool environment_callback(unsigned cmd, void *data) { ILOG(@"%i", *(const unsigned*)data); return false; case RETRO_ENVIRONMENT_SET_DISK_CONTROL_INTERFACE: + // TODO: We can support this /* const struct retro_disk_control_callback * -- * Sets an interface which frontend can use to eject and insert * disk images. @@ -1490,21 +1501,197 @@ static bool environment_callback(unsigned cmd, void *data) { // const struct retro_disk_control_callback* cb = (const struct retro_disk_control_callback*)data // ILOG(@"%i", cb->data); return false; - case RETRO_ENVIRONMENT_SET_HW_RENDER: - /* struct retro_hw_render_callback * -- - * Sets an interface to let a libretro core render with - * hardware acceleration. - * Should be called in retro_load_game(). - * If successful, libretro cores will be able to render to a - * frontend-provided framebuffer. - * The size of this framebuffer will be at least as large as - * max_width/max_height provided in get_av_info(). - * If HW rendering is used, pass only RETRO_HW_FRAME_BUFFER_VALID or - * NULL to retro_video_refresh_t. - */ -// struct retro_hw_render_callback* cb = (const struct retro_hw_render_callback*)data; -// ILOG(@"%i", cb); + case RETRO_ENVIRONMENT_GET_PREFERRED_HW_RENDER: + { + // TODO: Needed for 3D + ILOG(@"RETRO_ENVIRONMENT_GET_PREFERRED_HW_RENDER"); + unsigned *cb = (unsigned*)data; +// settings_t *settings = config_get_ptr(); +// const char *video_driver_name = settings->arrays.video_driver; +// bool driver_switch_enable = settings->bools.driver_switch_enable; + BOOL useMetal = PVSettingsWrapper.useMetal; + + RARCH_LOG("[Environ]: GET_PREFERRED_HW_RENDER, video driver name: %s.\n", video_driver_name); + +// if (string_is_equal(video_driver_name, "glcore")) +// { +// *cb = RETRO_HW_CONTEXT_OPENGL_CORE; +// RARCH_LOG("[Environ]: GET_PREFERRED_HW_RENDER - Context callback set to RETRO_HW_CONTEXT_OPENGL_CORE.\n"); +// } +// else if (string_is_equal(video_driver_name, "gl")) +// { +// *cb = RETRO_HW_CONTEXT_OPENGL; +// RARCH_LOG("[Environ]: GET_PREFERRED_HW_RENDER - Context callback set to RETRO_HW_CONTEXT_OPENGL.\n"); +// } + if (useMetal) + { + *cb = RETRO_HW_CONTEXT_VULKAN; + ILOG(@"[Environ]: GET_PREFERRED_HW_RENDER - Context callback set to RETRO_HW_CONTEXT_VULKAN.\n"); + } + else + { + *cb = RETRO_HW_CONTEXT_OPENGLES3; + //*cb = RETRO_HW_CONTEXT_NONE; + ILOG(@"[Environ]: GET_PREFERRED_HW_RENDER - Context callback set to RETRO_HW_CONTEXT_NONE.\n"); + } + +// if (!driver_switch_enable) +// { +// RARCH_LOG("[Environ]: Driver switching disabled, GET_PREFERRED_HW_RENDER will be ignored.\n"); +// return false; +// } + break; + } + case RETRO_ENVIRONMENT_SET_HW_RENDER: { + // TODO: Needed for 3D + /* struct retro_hw_render_callback * -- + * Sets an interface to let a libretro core render with + * hardware acceleration. + * Should be called in retro_load_game(). + * If successful, libretro cores will be able to render to a + * frontend-provided framebuffer. + * The size of this framebuffer will be at least as large as + * max_width/max_height provided in get_av_info(). + * If HW rendering is used, pass only RETRO_HW_FRAME_BUFFER_VALID or + * NULL to retro_video_refresh_t. + */ + struct retro_hw_render_callback *cb = + (struct retro_hw_render_callback*)data; + + ILOG(@"RETRO_ENVIRONMENT_SET_HW_RENDER: %i", cb); + +// video_driver_state_t *video_st = &video_driver_state; +// video_state_get_ptr(); + struct retro_hw_render_callback *hwr = NULL; +// hwr = video_driver_get_hw_context(); +// VIDEO_DRIVER_GET_HW_CONTEXT_INTERNAL(video_st); + + if (!cb) + { + ELOG(@"[Environ]: SET_HW_RENDER - No valid callback passed, returning...\n"); + return false; + } + + DLOG(@"[Environ]: SET_HW_RENDER, context type: %s.\n", hw_render_context_name(cb->context_type, cb->version_major, cb->version_minor)); + + switch (cb->context_type) + { + case RETRO_HW_CONTEXT_NONE: + VLOG(@"Requesting no HW context.\n"); + break; + + case RETRO_HW_CONTEXT_VULKAN: + #ifdef HAVE_VULKAN + VLOG(@"Requesting Vulkan context.\n"); + break; + #else + ELOG(@"Requesting Vulkan context, but RetroArch is not compiled against Vulkan. Cannot use HW context.\n"); + return false; + #endif + + #if defined(HAVE_OPENGLES) + + #if (defined(HAVE_OPENGLES2) || defined(HAVE_OPENGLES3)) + case RETRO_HW_CONTEXT_OPENGLES2: + #ifdef HAVE_OPENGLES3 + case RETRO_HW_CONTEXT_OPENGLES3: + #endif + VLOG(@"Requesting OpenGLES%u context.\n", + cb->context_type == RETRO_HW_CONTEXT_OPENGLES2 ? 2 : 3); + break; + + #if defined(HAVE_OPENGLES3) + case RETRO_HW_CONTEXT_OPENGLES_VERSION: + VLOG(@"Requesting OpenGLES%u.%u context.\n", + cb->version_major, cb->version_minor); + break; + #endif + + #endif + case RETRO_HW_CONTEXT_OPENGL: + case RETRO_HW_CONTEXT_OPENGL_CORE: + ELOG(@"Requesting OpenGL context, but RetroArch " + "is compiled against OpenGLES. Cannot use HW context.\n"); + return false; + + #elif defined(HAVE_OPENGL) + case RETRO_HW_CONTEXT_OPENGLES2: + case RETRO_HW_CONTEXT_OPENGLES3: + ELOG(@"Requesting OpenGLES%u context, but RetroArch " + "is compiled against OpenGL. Cannot use HW context.\n", + cb->context_type == RETRO_HW_CONTEXT_OPENGLES2 ? 2 : 3); + return false; + + case RETRO_HW_CONTEXT_OPENGLES_VERSION: + ELOG(@"Requesting OpenGLES%u.%u context, but RetroArch " + "is compiled against OpenGL. Cannot use HW context.\n", + cb->version_major, cb->version_minor); + return false; + + case RETRO_HW_CONTEXT_OPENGL: + VLOG(@"Requesting OpenGL context.\n"); + break; + + case RETRO_HW_CONTEXT_OPENGL_CORE: + { + gfx_ctx_flags_t flags; + flags.flags = 0; + BIT32_SET(flags.flags, GFX_CTX_FLAGS_GL_CORE_CONTEXT); + + video_context_driver_set_flags(&flags); + + VLOG(@"Requesting core OpenGL context (%u.%u).\n", + cb->version_major, cb->version_minor); + } + break; + #endif + + default: + VLOG(@"Requesting unknown context.\n"); + return false; + } + + +// struct retro_hw_render_callback *hwr = +// video_driver_get_hw_context(); + +#if defined(HAVE_OPENGL) || defined(HAVE_OPENGL_CORE) + /* TODO/FIXME - should check first if an OpenGL + * driver is running */ + if (cb->context_type == RETRO_HW_CONTEXT_OPENGL_CORE) + { + /* Ensure that the rest of the frontend knows + * we have a core context */ + gfx_ctx_flags_t flags; + flags.flags = 0; + BIT32_SET(flags.flags, GFX_CTX_FLAGS_GL_CORE_CONTEXT); + +// video_context_driver_set_flags(&flags); + } +#endif + +// cb->get_current_framebuffer = video_driver_get_current_framebuffer; +// cb->get_proc_address = video_driver_get_proc_address; + + /* Old ABI. Don't copy garbage. */ + if (cmd & RETRO_ENVIRONMENT_EXPERIMENTAL) + { + memcpy(hwr, + cb, offsetof(struct retro_hw_render_callback, stencil)); + memset((uint8_t*)hwr + offsetof(struct retro_hw_render_callback, stencil), + 0, sizeof(*cb) - offsetof(struct retro_hw_render_callback, stencil)); + } + else + memcpy(hwr, cb, sizeof(*cb)); + DLOG(@"Reached end of SET_HW_RENDER.\n"); + return true; + } +//// case RETRO_ENVIRONMENT_GET_HW_RENDER_INTERFACE : { +//// struct retro_hw_render_interface* rend = (struct retro_hw_render_interface*)data; +//// +//// return true; +//// } case RETRO_ENVIRONMENT_GET_RUMBLE_INTERFACE: { /* struct retro_rumble_interface * -- * Gets an interface which is used by a libretro core to set @@ -1516,8 +1703,13 @@ static bool environment_callback(unsigned cmd, void *data) { * Returns false if rumble functionality is unavailable. */ // TODO: Rumble - return false; - } + struct retro_rumble_interface *iface = + (struct retro_rumble_interface*)data; + + RARCH_LOG("[Environ]: GET_RUMBLE_INTERFACE.\n"); + iface->set_rumble_state = input_set_rumble_state; + break; + } case RETRO_ENVIRONMENT_GET_INPUT_DEVICE_CAPABILITIES: { /* uint64_t * -- * Gets a bitmask telling which device type are expected to be @@ -1553,6 +1745,7 @@ static bool environment_callback(unsigned cmd, void *data) { * input_state_callback API. */ case RETRO_ENVIRONMENT_GET_CAMERA_INTERFACE: + // TODO: Support camera return false; /* struct retro_camera_callback * -- * Gets an interface to a video camera driver. @@ -1579,6 +1772,8 @@ static bool environment_callback(unsigned cmd, void *data) { * start and stop the camera driver. */ case RETRO_ENVIRONMENT_GET_LOCATION_INTERFACE : + // TODO: Support location + /* struct retro_location_callback * -- * Gets access to the location interface. * The purpose of this interface is to be able to retrieve @@ -1610,11 +1805,6 @@ static bool environment_callback(unsigned cmd, void *data) { // return true; // } // // TODO: When/if vulkan support add this -//// case RETRO_ENVIRONMENT_GET_HW_RENDER_INTERFACE : { -//// struct retro_hw_render_interface* rend = (struct retro_hw_render_interface*)data; -//// -//// return true; -//// } case RETRO_ENVIRONMENT_GET_SAVE_DIRECTORY : { NSString *appSupportPath = [strongCurrent saveStatesPath]; @@ -1798,37 +1988,37 @@ static void load_dynamic_core(void) corepath); lib_handle = dylib_load(corepath); - // function_t sym = dylib_proc(lib_handle, "retro_init"); - - // if (sym) - // { - // /* Try to verify that -lretro was not linked in from other modules - // * since loading it dynamically and with -l will fail hard. */ - // ELOG(@"Serious problem. RetroArch wants to load libretro cores" - // "dyamically, but it is already linked.\n"); - // ELOG(@"This could happen if other modules RetroArch depends on " - // "link against libretro directly.\n"); - // ELOG(@"Proceeding could cause a crash. Aborting ...\n"); - // retroarch_fail(1, "init_libretro_sym()"); - // } - // - // if (string_is_empty(config_get_active_core_path())) - // { - // ELOG(@"RetroArch is built for dynamic libretro cores, but " - // "libretro_path is not set. Cannot continue.\n"); - // retroarch_fail(1, "init_libretro_sym()"); - // } - // + function_t sym = dylib_proc(lib_handle, "retro_init"); + + if (sym) + { + /* Try to verify that -lretro was not linked in from other modules + * since loading it dynamically and with -l will fail hard. */ + ELOG(@"Serious problem. RetroArch wants to load libretro cores" + "dyamically, but it is already linked.\n"); + ELOG(@"This could happen if other modules RetroArch depends on " + "link against libretro directly.\n"); + ELOG(@"Proceeding could cause a crash. Aborting ...\n"); + retroarch_fail(1, "init_libretro_sym()"); + } + + if (string_is_empty(config_get_active_core_path())) + { + ELOG(@"RetroArch is built for dynamic libretro cores, but " + "libretro_path is not set. Cannot continue.\n"); + retroarch_fail(1, "init_libretro_sym()"); + } + /* Need to use absolute path for this setting. It can be * saved to content history, and a relative path would * break in that scenario. */ - // path_resolve_realpath( - // config_get_active_core_path_ptr(), - // config_get_active_core_path_size()); - // - // ILOG(@"Loading dynamic libretro core from: \"%s\"\n", - // config_get_active_core_path()); - // lib_handle = dylib_load(config_get_active_core_path()); +// path_resolve_realpath( +// config_get_active_core_path_ptr(), +// config_get_active_core_path_size()); + + ILOG(@"Loading dynamic libretro core from: \"%s\"\n", + config_get_active_core_path()); + lib_handle = dylib_load(config_get_active_core_path()); if (!lib_handle) { ELOG(@"Failed to open libretro core: \"%s\"\n", @@ -2181,12 +2371,14 @@ - (instancetype)init { NSAssert(myBundle, @"myBundle was nil"); const char* path = [myBundle.bundlePath fileSystemRepresentation]; config_set_active_core_path(path); -// load_dynamic_core(); +#ifdef HAVE_DYNAMIC + load_dynamic_core(); +#endif core = malloc(sizeof(retro_core_t)); init_libretro_sym(CORE_TYPE_PLAIN, core); retro_set_environment(environment_callback); - memset(_pad, 0, sizeof(int16_t) * 24); + memset(_pad, 0, sizeof(int16_t) * PVRETRO_PAD_PLAYER_COUNT * PVRETRO_PAD_BUTTON_COUNT); // core_get_info(&info); // std::cout << "Loaded core " << info.library_name << " version " << info.library_version << std::endl; @@ -2194,9 +2386,14 @@ - (instancetype)init { // std::cout << "Running for " << maxframes << " frames with frame timeout of "; // std::cout << frametimeout << " seconds" << std::endl; +//#if DEBUG // struct retro_system_info info; // bool load_no_info; // libretro_get_system_info("", &info, &load_no_info); +// +// NSLog(@"\nlibrary_name: %s\nlibrary_version: %s\nvalid_extensions: %s\nneed_fullpath: %s\nblock_extract: %s\n", +// info.library_name, info.library_version, info.valid_extensions, info.need_fullpath ? "Yes" : "No", info.block_extract ? "Yes" : "No"); +//#endif videoBufferA = (uint32_t *)malloc(2560 * 2560 * sizeof(uint32_t)); videoBufferB = (uint32_t *)malloc(2560 * 2560 * sizeof(uint32_t)); @@ -2414,11 +2611,12 @@ - (CGSize)bufferSize { return CGSizeMake(width, height); } -- (GLenum)pixelFormat { + +- (GLenum)internalPixelFormat { switch (pix_fmt) { case RETRO_PIXEL_FORMAT_0RGB1555: - return GL_RGB5_A1; // GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT + return GL_RGB5_A1; #if !TARGET_OS_OSX && !TARGET_OS_MACCATALYST case RETRO_PIXEL_FORMAT_RGB565: return GL_RGB565; @@ -2427,17 +2625,19 @@ - (GLenum)pixelFormat { return GL_UNSIGNED_SHORT_5_6_5; #endif case RETRO_PIXEL_FORMAT_XRGB8888: - return GL_RGBA8; // GL_RGBA8 + return GL_RGBA8; default: return GL_RGBA; } + + return GL_RGBA; } -- (GLenum)internalPixelFormat { +- (GLenum)pixelFormat { switch (pix_fmt) { case RETRO_PIXEL_FORMAT_0RGB1555: - return GL_RGB5_A1; + return GL_BGRA; // GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT #if !TARGET_OS_OSX && !TARGET_OS_MACCATALYST case RETRO_PIXEL_FORMAT_RGB565: return GL_RGB565; @@ -2446,18 +2646,23 @@ - (GLenum)internalPixelFormat { return GL_UNSIGNED_SHORT_5_6_5; #endif case RETRO_PIXEL_FORMAT_XRGB8888: - return GL_RGBA8; + return GL_RGBA8; // GL_RGBA8 default: return GL_RGBA; } - - return GL_RGBA; } - (GLenum)pixelType { - // GL_UNSIGNED_SHORT_5_6_5 - // GL_UNSIGNED_BYTE - return GL_UNSIGNED_SHORT; + switch (pix_fmt) { + case RETRO_PIXEL_FORMAT_0RGB1555: + return GL_UNSIGNED_SHORT_1_5_5_5_REV; + case RETRO_PIXEL_FORMAT_XRGB8888: + return GL_UNSIGNED_BYTE; + case RETRO_PIXEL_FORMAT_RGB565: + return GL_UNSIGNED_SHORT; + case RETRO_PIXEL_FORMAT_UNKNOWN: + return GL_UNSIGNED_SHORT; + } } # pragma mark - Audio @@ -2807,6 +3012,28 @@ - (void)setCheat:(NSString *)code setType:(NSString *)type setEnabled:(BOOL)enab @end +#pragma mark - Rumble +/** + * Sets the rumble state. Used by RETRO_ENVIRONMENT_GET_RUMBLE_INTERFACE. + * + * @param port User number. + * @param effect Rumble effect. + * @param strength Strength of rumble effect. + * + * @return true if the rumble state has been successfully set + **/ +bool input_set_rumble_state(unsigned port, + enum retro_rumble_effect effect, uint16_t strength) { + GET_CURRENT_OR_RETURN(false); + if(![current supportsRumble]) { + return false; + } + // TODO: Rumble here +// GCController*controller = [current controllerForPlayer:port + 1]; +// GCDeviceHaptics * haptics = [controller haptics]; + return true; +} + unsigned retro_api_version(void) { return RETRO_API_VERSION; diff --git a/PVCoreBridgeRetro/Sources/retro/audio/audio_driver.c b/PVCoreBridgeRetro/Sources/retro/audio/audio_driver.c index 12e858e147..9a7a672f1d 100644 --- a/PVCoreBridgeRetro/Sources/retro/audio/audio_driver.c +++ b/PVCoreBridgeRetro/Sources/retro/audio/audio_driver.c @@ -212,9 +212,9 @@ static void compute_audio_buffer_statistics(void) high_water_count++; } - VLOG(@"Average audio buffer saturation: %.2f %%, standard deviation (percentage points): %.2f %%.\n", + VLOG("Average audio buffer saturation: %.2f %%, standard deviation (percentage points): %.2f %%.\n", avg_filled * 100.0, deviation * 100.0); - VLOG(@"Amount of time spent close to underrun: %.2f %%. Close to blocking: %.2f %%.\n", + VLOG("Amount of time spent close to underrun: %.2f %%. Close to blocking: %.2f %%.\n", (100.0 * low_water_count) / (samples - 1), (100.0 * high_water_count) / (samples - 1)); } @@ -350,7 +350,7 @@ static bool audio_driver_init_internal(bool audio_cb_inited) #ifdef HAVE_THREADS if (audio_cb_inited) { - VLOG(@"Starting threaded audio driver ...\n"); + VLOG("Starting threaded audio driver ...\n"); if (!audio_init_thread( ¤t_audio, &audio_driver_context_audio_data, @@ -358,7 +358,7 @@ static bool audio_driver_init_internal(bool audio_cb_inited) settings->audio.out_rate, settings->audio.latency, current_audio)) { - ELOG(@"Cannot open threaded audio driver ... Exiting ...\n"); + ELOG("Cannot open threaded audio driver ... Exiting ...\n"); retroarch_fail(1, "audio_driver_init_internal()"); } } @@ -373,7 +373,7 @@ static bool audio_driver_init_internal(bool audio_cb_inited) if (!audio_driver_context_audio_data) { - ELOG(@"Failed to initialize audio driver. Will continue without audio.\n"); + ELOG("Failed to initialize audio driver. Will continue without audio.\n"); audio_driver_unset_active(); } @@ -391,7 +391,7 @@ static bool audio_driver_init_internal(bool audio_cb_inited) if (audio_driver_data.audio_rate.input <= 0.0f) { /* Should never happen. */ - WLOG(@"Input rate is invalid (%.3f Hz). Using output rate (%u Hz).\n", + WLOG("Input rate is invalid (%.3f Hz). Using output rate (%u Hz).\n", audio_driver_data.audio_rate.input, settings->audio.out_rate); audio_driver_data.audio_rate.input = settings->audio.out_rate; } @@ -402,7 +402,7 @@ static bool audio_driver_init_internal(bool audio_cb_inited) if (!audio_driver_init_resampler()) { - ELOG(@"Failed to initialize resampler \"%s\".\n", + ELOG("Failed to initialize resampler \"%s\".\n", settings->audio.resampler); audio_driver_unset_active(); } @@ -442,7 +442,7 @@ static bool audio_driver_init_internal(bool audio_cb_inited) audio_driver_data.audio_rate.control = true; } else - WLOG(@"Audio rate control was desired, but driver does not support needed features.\n"); + WLOG("Audio rate control was desired, but driver does not support needed features.\n"); } command_event(CMD_EVENT_DSP_FILTER_INIT, NULL); @@ -704,7 +704,7 @@ void audio_driver_dsp_filter_init(const char *device) device, audio_driver_data.audio_rate.input); if (!audio_driver_data.dsp) - ELOG(@"[DSP]: Failed to initialize DSP filter \"%s\".\n", device); + ELOG("[DSP]: Failed to initialize DSP filter \"%s\".\n", device); } void audio_driver_set_buffer_size(size_t bufsize) @@ -731,7 +731,7 @@ void audio_driver_monitor_adjust_system_rates(void) if (timing_skew <= settings->audio.max_timing_skew) audio_driver_data.audio_rate.input *= (settings->video.refresh_rate / info->fps); - VLOG(@"Set audio input rate to: %.2f Hz.\n", + VLOG("Set audio input rate to: %.2f Hz.\n", audio_driver_data.audio_rate.input); } @@ -772,12 +772,12 @@ bool audio_driver_find_driver(void) else { unsigned d; - ELOG(@"Couldn't find any audio driver named \"%s\"\n", + ELOG("Couldn't find any audio driver named \"%s\"\n", settings->audio.driver); RARCH_LOG_OUTPUT("Available audio drivers are:\n"); for (d = 0; audio_driver_find_handle(d); d++) RARCH_LOG_OUTPUT("\t%s\n", audio_driver_find_ident(d)); - WLOG(@"Going to default to first audio driver...\n"); + WLOG("Going to default to first audio driver...\n"); current_audio = (const audio_driver_t*)audio_driver_find_handle(0); diff --git a/PVCoreBridgeRetro/Sources/retro/audio/audio_thread_wrapper.c b/PVCoreBridgeRetro/Sources/retro/audio/audio_thread_wrapper.c index 02b0cad01f..dcdbc197c2 100644 --- a/PVCoreBridgeRetro/Sources/retro/audio/audio_thread_wrapper.c +++ b/PVCoreBridgeRetro/Sources/retro/audio/audio_thread_wrapper.c @@ -23,6 +23,7 @@ #include "audio_thread_wrapper.h" #include "../performance_counters.h" #include "../verbosity.h" +#include "retroarch.h" typedef struct audio_thread { @@ -53,7 +54,7 @@ static void audio_thread_loop(void *data) if (!thr) return; - VLOG(@"[Audio Thread]: Initializing audio driver.\n"); + VLOG("[Audio Thread]: Initializing audio driver.\n"); thr->driver_data = thr->driver->init(thr->device, thr->out_rate, thr->latency); slock_lock(thr->lock); thr->inited = thr->driver_data ? 1 : -1; @@ -72,7 +73,7 @@ static void audio_thread_loop(void *data) scond_wait(thr->cond, thr->lock); slock_unlock(thr->lock); - VLOG(@"[Audio Thread]: Starting audio.\n"); + VLOG("[Audio Thread]: Starting audio.\n"); for (;;) { @@ -105,7 +106,7 @@ static void audio_thread_loop(void *data) audio_driver_callback(); } - VLOG(@"[Audio Thread]: Tearing down driver.\n"); + VLOG("[Audio Thread]: Tearing down driver.\n"); thr->driver->free(thr->driver_data); } diff --git a/PVCoreBridgeRetro/Sources/retro/audio/drivers/coreaudio.c b/PVCoreBridgeRetro/Sources/retro/audio/drivers/coreaudio.m similarity index 96% rename from PVCoreBridgeRetro/Sources/retro/audio/drivers/coreaudio.c rename to PVCoreBridgeRetro/Sources/retro/audio/drivers/coreaudio.m index b6c689e291..6005c4caad 100644 --- a/PVCoreBridgeRetro/Sources/retro/audio/drivers/coreaudio.c +++ b/PVCoreBridgeRetro/Sources/retro/audio/drivers/coreaudio.m @@ -35,6 +35,7 @@ #include "../audio_driver.h" #include "../../configuration.h" #include "../../verbosity.h" +#include "retroarch.h" #if defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__) @@ -113,7 +114,7 @@ static OSStatus audio_write_cb(void *userdata, slock_lock(dev->lock); - if (fifo_read_avail(dev->buffer) < write_avail) + if (FIFO_READ_AVAIL(dev->buffer) < write_avail) { *action_flags = kAudioUnitRenderAction_OutputIsSilence; @@ -297,7 +298,7 @@ static void *coreaudio_init(const char *device, if (real_desc.mFormatID != stream_desc.mFormatID) goto error; - VLOG(@"[CoreAudio]: Using output sample rate of %.1f Hz\n", + VLOG("[CoreAudio]: Using output sample rate of %.1f Hz\n", (float)real_desc.mSampleRate); settings->audio.out_rate = real_desc.mSampleRate; @@ -328,7 +329,7 @@ static void *coreaudio_init(const char *device, if (!dev->buffer) goto error; - VLOG(@"[CoreAudio]: Using buffer size of %u bytes: (latency = %u ms)\n", + VLOG("[CoreAudio]: Using buffer size of %u bytes: (latency = %u ms)\n", (unsigned)fifo_size, latency); if (AudioOutputUnitStart(dev->dev) != noErr) @@ -337,7 +338,7 @@ static void *coreaudio_init(const char *device, return dev; error: - ELOG(@"[CoreAudio]: Failed to initialize driver ...\n"); + ELOG("[CoreAudio]: Failed to initialize driver ...\n"); coreaudio_free(dev); return NULL; } @@ -354,7 +355,7 @@ static ssize_t coreaudio_write(void *data, const void *buf_, size_t size) slock_lock(dev->lock); - write_avail = fifo_write_avail(dev->buffer); + write_avail = FIFO_WRITE_AVAIL(dev->buffer); if (write_avail > size) write_avail = size; @@ -428,7 +429,7 @@ static size_t coreaudio_write_avail(void *data) coreaudio_t *dev = (coreaudio_t*)data; slock_lock(dev->lock); - avail = fifo_write_avail(dev->buffer); + avail = FIFO_WRITE_AVAIL(dev->buffer); slock_unlock(dev->lock); return avail; diff --git a/PVCoreBridgeRetro/Sources/retro/audio/drivers/nullaudio.c b/PVCoreBridgeRetro/Sources/retro/audio/drivers/nullaudio.c index 4a6682b6b3..eb0de5e8c2 100644 --- a/PVCoreBridgeRetro/Sources/retro/audio/drivers/nullaudio.c +++ b/PVCoreBridgeRetro/Sources/retro/audio/drivers/nullaudio.c @@ -15,10 +15,11 @@ #include "../audio_driver.h" #include "../../verbosity.h" +#include "retroarch.h" static void *null_audio_init(const char *device, unsigned rate, unsigned latency) { - ELOG(@"Using the null audio driver. RetroArch will be silent."); + ELOG("Using the null audio driver. RetroArch will be silent."); (void)device; (void)rate; diff --git a/PVCoreBridgeRetro/Sources/retro/audio/drivers/openal.c b/PVCoreBridgeRetro/Sources/retro/audio/drivers/openal.c index 7b4d9078f5..9bcb9d5834 100644 --- a/PVCoreBridgeRetro/Sources/retro/audio/drivers/openal.c +++ b/PVCoreBridgeRetro/Sources/retro/audio/drivers/openal.c @@ -15,6 +15,8 @@ #include #include +#include "retroarch.h" +#include "retro_timers.h" #ifdef __APPLE__ #include @@ -105,7 +107,7 @@ static void *al_init(const char *device, unsigned rate, unsigned latency) if (al->num_buffers < 2) al->num_buffers = 2; - VLOG(@"[OpenAL]: Using %u buffers of %u bytes.\n", (unsigned)al->num_buffers, BUFSIZE); + VLOG("[OpenAL]: Using %u buffers of %u bytes.\n", (unsigned)al->num_buffers, BUFSIZE); al->buffers = (ALuint*)calloc(al->num_buffers, sizeof(ALuint)); al->res_buf = (ALuint*)calloc(al->num_buffers, sizeof(ALuint)); diff --git a/PVCoreBridgeRetro/Sources/retro/camera/camera_driver.c b/PVCoreBridgeRetro/Sources/retro/camera/camera_driver.c index 3bb7d56391..1efe584ac9 100644 --- a/PVCoreBridgeRetro/Sources/retro/camera/camera_driver.c +++ b/PVCoreBridgeRetro/Sources/retro/camera/camera_driver.c @@ -23,6 +23,7 @@ #include "../runloop.h" #include "../list_special.h" #include "../verbosity.h" +#include "retroarch.h" static const camera_driver_t *camera_drivers[] = { #ifdef HAVE_V4L2 @@ -142,13 +143,13 @@ bool camera_driver_ctl(enum rarch_camera_ctl_state state, void *data) else { unsigned d; - ELOG(@"Couldn't find any camera driver named \"%s\"\n", + ELOG("Couldn't find any camera driver named \"%s\"\n", settings->camera.driver); RARCH_LOG_OUTPUT("Available camera drivers are:\n"); for (d = 0; camera_driver_find_handle(d); d++) RARCH_LOG_OUTPUT("\t%s\n", camera_driver_find_ident(d)); - WLOG(@"Going to default to first camera driver...\n"); + WLOG("Going to default to first camera driver...\n"); camera_driver = (const camera_driver_t*)camera_driver_find_handle(0); @@ -223,7 +224,7 @@ bool camera_driver_ctl(enum rarch_camera_ctl_state state, void *data) if (!camera_data) { - ELOG(@"Failed to initialize camera driver. Will continue without camera.\n"); + ELOG("Failed to initialize camera driver. Will continue without camera.\n"); camera_driver_ctl(RARCH_CAMERA_CTL_UNSET_ACTIVE, NULL); } diff --git a/PVCoreBridgeRetro/Sources/retro/command.c b/PVCoreBridgeRetro/Sources/retro/command.c index c680757413..4ef20b2034 100644 --- a/PVCoreBridgeRetro/Sources/retro/command.c +++ b/PVCoreBridgeRetro/Sources/retro/command.c @@ -16,6 +16,7 @@ #include #include #include +#include "retroarch.h" #ifdef _WIN32 #include @@ -68,6 +69,7 @@ #include "runloop.h" #include "configuration.h" #include "input/input_remapping.h" +#include "libretro-common/retro_miscellaneous.h" #ifdef HAVE_MENU #include "menu/menu_driver.h" @@ -176,7 +178,7 @@ static bool command_set_shader(const char *arg) snprintf(msg, sizeof(msg), "Shader: \"%s\"", arg); runloop_msg_queue_push(msg, 1, 120, true); - VLOG(@"%s \"%s\".\n", + VLOG("%s \"%s\".\n", msg_hash_to_str(MSG_APPLYING_SHADER), arg); @@ -345,13 +347,13 @@ static void command_parse_sub_msg(command_t *handle, const char *tok) if (arg) { if (!action_map[index].action(arg)) - ELOG(@"Command \"%s\" failed.\n", arg); + ELOG("Command \"%s\" failed.\n", arg); } else handle->state[map[index].id] = true; } else - WLOG(@"%s \"%s\" %s.\n", + WLOG("%s \"%s\" %s.\n", msg_hash_to_str(MSG_UNRECOGNIZED_COMMAND), tok, msg_hash_to_str(MSG_RECEIVED)); @@ -378,7 +380,7 @@ static bool command_network_init(command_t *handle, uint16_t port) int fd; struct addrinfo *res = NULL; - VLOG(@"%s %hu.\n", + VLOG("%s %hu.\n", msg_hash_to_str(MSG_VALUE_BRINGING_UP_COMMAND_INTERFACE_ON_PORT), (unsigned short)port); @@ -394,7 +396,7 @@ static bool command_network_init(command_t *handle, uint16_t port) if (!socket_bind(handle->net_fd, (void*)res)) { - ELOG(@"Failed to bind socket.\n"); + ELOG("Failed to bind socket.\n"); goto error; } @@ -467,13 +469,13 @@ static bool command_verify(const char *cmd) if (command_get_arg(cmd, NULL, NULL)) return true; - ELOG(@"Command \"%s\" is not recognized by the program.\n", cmd); - ELOG(@"\tValid commands:\n"); + ELOG("Command \"%s\" is not recognized by the program.\n", cmd); + ELOG("\tValid commands:\n"); for (i = 0; i < sizeof(map) / sizeof(map[0]); i++) - ELOG(@"\t\t%s\n", map[i].str); + ELOG("\t\t%s\n", map[i].str); for (i = 0; i < sizeof(action_map) / sizeof(action_map[0]); i++) - ELOG(@"\t\t%s %s\n", action_map[i].str, action_map[i].arg_desc); + ELOG("\t\t%s %s\n", action_map[i].str, action_map[i].arg_desc); return false; } @@ -514,7 +516,7 @@ bool command_network_send(const char *cmd_) if (cmd) { - VLOG(@"%s: \"%s\" to %s:%hu\n", + VLOG("%s: \"%s\" to %s:%hu\n", msg_hash_to_str(MSG_SENDING_COMMAND), cmd, host, (unsigned short)port); @@ -864,9 +866,9 @@ static void command_event_disk_control_set_eject(bool new_state, bool print_log) if (!string_is_empty(msg)) { if (error) - ELOG(@"%s\n", msg); + ELOG("%s\n", msg); else - VLOG(@"%s\n", msg); + VLOG("%s\n", msg); /* Only noise in menu. */ if (print_log) @@ -923,9 +925,9 @@ static void command_event_disk_control_set_index(unsigned idx) if (!string_is_empty(msg)) { if (error) - ELOG(@"%s\n", msg); + ELOG("%s\n", msg); else - VLOG(@"%s\n", msg); + VLOG("%s\n", msg); runloop_msg_queue_push(msg, 1, 180, true); } } @@ -967,7 +969,7 @@ static bool command_event_disk_control_append_image(const char *path) snprintf(msg, sizeof(msg), "%s: ", msg_hash_to_str(MSG_APPENDED_DISK)); strlcat(msg, path, sizeof(msg)); - VLOG(@"%s\n", msg); + VLOG("%s\n", msg); runloop_msg_queue_push(msg, 0, 180, true); command_event(CMD_EVENT_AUTOSAVE_DEINIT, NULL); @@ -1014,7 +1016,7 @@ static void command_event_check_disk_prev( if (!disk_prev_enable) { - ELOG(@"%s.\n", msg_hash_to_str(MSG_GOT_INVALID_DISK_INDEX)); + ELOG("%s.\n", msg_hash_to_str(MSG_GOT_INVALID_DISK_INDEX)); return; } @@ -1047,7 +1049,7 @@ static void command_event_check_disk_next( if (!disk_next_enable) { - ELOG(@"%s.\n", msg_hash_to_str(MSG_GOT_INVALID_DISK_INDEX)); + ELOG("%s.\n", msg_hash_to_str(MSG_GOT_INVALID_DISK_INDEX)); return; } @@ -1074,7 +1076,7 @@ static void command_event_set_volume(float gain) snprintf(msg, sizeof(msg), "Volume: %.1f dB", settings->audio.volume); runloop_msg_queue_push(msg, 1, 180, true); - VLOG(@"%s\n", msg); + VLOG("%s\n", msg); audio_driver_set_volume_gain(db_to_gain(settings->audio.volume)); } @@ -1120,7 +1122,7 @@ static void command_event_init_controllers(void) /* Do not fix settings->input.libretro_device[i], * because any use of dummy core will reset this, * which is not a good idea. */ - WLOG(@"Input device ID %u is unknown to this " + WLOG("Input device ID %u is unknown to this " "libretro implementation. Using RETRO_DEVICE_JOYPAD.\n", device); device = RETRO_DEVICE_JOYPAD; @@ -1131,7 +1133,7 @@ static void command_event_init_controllers(void) switch (device) { case RETRO_DEVICE_NONE: - VLOG(@"%s %u.\n", + VLOG("%s %u.\n", msg_hash_to_str(MSG_VALUE_DISCONNECTING_DEVICE_FROM_PORT), i + 1); set_controller = true; @@ -1142,7 +1144,7 @@ static void command_event_init_controllers(void) /* Some cores do not properly range check port argument. * This is broken behavior of course, but avoid breaking * cores needlessly. */ - VLOG(@"Connecting %s (ID: %u) to port %u.\n", ident, + VLOG("Connecting %s (ID: %u) to port %u.\n", ident, device, i + 1); set_controller = true; break; @@ -1238,12 +1240,12 @@ static void command_event_load_auto_state(void) ret = content_load_state(savestate_name_auto, false); - VLOG(@"Found auto savestate in: %s\n", savestate_name_auto); + VLOG("Found auto savestate in: %s\n", savestate_name_auto); snprintf(msg, sizeof(msg), "Auto-loading savestate from \"%s\" %s.", savestate_name_auto, ret ? "succeeded" : "failed"); runloop_msg_queue_push(msg, 1, 180, false); - VLOG(@"%s\n", msg); + VLOG("%s\n", msg); } static void command_event_set_savestate_auto_index(void) @@ -1298,7 +1300,7 @@ static void command_event_set_savestate_auto_index(void) dir_list_free(dir_list); settings->state_slot = max_idx; - VLOG(@"Found last state slot: #%d\n", settings->state_slot); + VLOG("Found last state slot: #%d\n", settings->state_slot); } static bool event_init_content(void) @@ -1322,7 +1324,7 @@ static bool event_init_content(void) command_event_set_savestate_auto_index(); if (event_load_save_files()) - VLOG(@"%s.\n", + VLOG("%s.\n", msg_hash_to_str(MSG_SKIPPING_SRAM_LOAD)); command_event_load_auto_state(); @@ -1400,7 +1402,7 @@ static void command_event_restore_default_shader_preset(void) if (runloop_ctl(RUNLOOP_CTL_GET_DEFAULT_SHADER_PRESET, &preset) && !string_is_empty(preset)) { - VLOG(@"Shaders: restoring default shader preset to %s\n", + VLOG("Shaders: restoring default shader preset to %s\n", preset); strlcpy(settings->path.shader, preset, sizeof(settings->path.shader)); } @@ -1433,7 +1435,7 @@ static bool command_event_save_auto_state(void) sizeof(savestate_name_auto)); ret = content_save_state((const char*)savestate_name_auto, true); - VLOG(@"Auto save state to \"%s\" %s.\n", savestate_name_auto, ret ? + VLOG("Auto save state to \"%s\" %s.\n", savestate_name_auto, ret ? "succeeded" : "failed"); return true; @@ -1469,7 +1471,7 @@ static bool command_event_save_core_config(void) else { runloop_msg_queue_push(msg_hash_to_str(MSG_CONFIG_DIRECTORY_NOT_SET), 1, 180, true); - ELOG(@"%s\n", msg_hash_to_str(MSG_CONFIG_DIRECTORY_NOT_SET)); + ELOG("%s\n", msg_hash_to_str(MSG_CONFIG_DIRECTORY_NOT_SET)); return false; } @@ -1478,7 +1480,7 @@ static bool command_event_save_core_config(void) && path_file_exists(config_get_active_core_path())) { unsigned i; - VLOG(@"%s\n", msg_hash_to_str(MSG_USING_CORE_NAME_FOR_NEW_CONFIG)); + VLOG("%s\n", msg_hash_to_str(MSG_USING_CORE_NAME_FOR_NEW_CONFIG)); /* In case of collision, find an alternative name. */ for (i = 0; i < 16; i++) @@ -1514,7 +1516,7 @@ static bool command_event_save_core_config(void) if (!found_path) { /* Fallback to system time... */ - WLOG(@"%s\n", + WLOG("%s\n", msg_hash_to_str(MSG_CANNOT_INFER_NEW_CONFIG_PATH)); fill_dated_filename(config_name, file_path_str(FILE_PATH_CONFIG_EXTENSION), @@ -1539,7 +1541,7 @@ static bool command_event_save_core_config(void) snprintf(msg, sizeof(msg), "%s \"%s\".", msg_hash_to_str(MSG_SAVED_NEW_CONFIG_TO), config_path); - VLOG(@"%s\n", msg); + VLOG("%s\n", msg); } else { @@ -1547,7 +1549,7 @@ static bool command_event_save_core_config(void) "%s \"%s\".", msg_hash_to_str(MSG_FAILED_SAVING_CONFIG_TO), config_path); - ELOG(@"%s\n", msg); + ELOG("%s\n", msg); } runloop_msg_queue_push(msg, 1, 180, true); @@ -1590,14 +1592,14 @@ void command_event_save_current_config(void) snprintf(msg, sizeof(msg), "%s \"%s\".", msg_hash_to_str(MSG_SAVED_NEW_CONFIG_TO), global->path.config); - VLOG(@"%s\n", msg); + VLOG("%s\n", msg); } else { snprintf(msg, sizeof(msg), "%s \"%s\".", msg_hash_to_str(MSG_FAILED_SAVING_CONFIG_TO), global->path.config); - ELOG(@"%s\n", msg); + ELOG("%s\n", msg); } runloop_msg_queue_push(msg, 1, 180, true); @@ -1746,7 +1748,7 @@ static void command_event_main_state(unsigned cmd) MSG_CORE_DOES_NOT_SUPPORT_SAVESTATES), sizeof(msg)); runloop_msg_queue_push(msg, 2, 180, true); - VLOG(@"%s\n", msg); + VLOG("%s\n", msg); } /** @@ -1896,7 +1898,7 @@ bool command_event(enum event_command cmd, void *data) command_event_init_controllers(); break; case CMD_EVENT_RESET: - VLOG(@"%s.\n", msg_hash_to_str(MSG_RESET)); + VLOG("%s.\n", msg_hash_to_str(MSG_RESET)); runloop_msg_queue_push(msg_hash_to_str(MSG_RESET), 1, 120, true); #ifdef HAVE_CHEEVOS @@ -2068,7 +2070,7 @@ bool command_event(enum event_command cmd, void *data) if (!settings->audio.mute_enable && !audio_driver_start()) { - ELOG(@"Failed to start audio driver. " + ELOG("Failed to start audio driver. " "Will continue without audio.\n"); audio_driver_unset_active(); } @@ -2081,13 +2083,13 @@ bool command_event(enum event_command cmd, void *data) if (!audio_driver_toggle_mute()) { - ELOG(@"%s.\n", + ELOG("%s.\n", msg_hash_to_str(MSG_FAILED_TO_UNMUTE_AUDIO)); return false; } runloop_msg_queue_push(msg, 1, 180, true); - VLOG(@"%s\n", msg); + VLOG("%s\n", msg); } break; case CMD_EVENT_OVERLAY_DEINIT: @@ -2166,7 +2168,7 @@ bool command_event(enum event_command cmd, void *data) if (!settings->history_list_enable) return false; - VLOG(@"%s: [%s].\n", + VLOG("%s: [%s].\n", msg_hash_to_str(MSG_LOADING_HISTORY_FILE), settings->path.content_history); g_defaults.content_history = playlist_init( @@ -2174,14 +2176,14 @@ bool command_event(enum event_command cmd, void *data) settings->content_history_size); #ifdef HAVE_FFMPEG - VLOG(@"%s: [%s].\n", + VLOG("%s: [%s].\n", msg_hash_to_str(MSG_LOADING_HISTORY_FILE), settings->path.content_music_history); g_defaults.music_history = playlist_init( settings->path.content_music_history, settings->content_history_size); - VLOG(@"%s: [%s].\n", + VLOG("%s: [%s].\n", msg_hash_to_str(MSG_LOADING_HISTORY_FILE), settings->path.content_video_history); g_defaults.video_history = playlist_init( @@ -2190,7 +2192,7 @@ bool command_event(enum event_command cmd, void *data) #endif #ifdef HAVE_IMAGEVIEWER - VLOG(@"%s: [%s].\n", + VLOG("%s: [%s].\n", msg_hash_to_str(MSG_LOADING_HISTORY_FILE), settings->path.content_image_history); g_defaults.image_history = playlist_init( @@ -2316,7 +2318,7 @@ bool command_event(enum event_command cmd, void *data) case CMD_EVENT_PAUSE_CHECKS: if (runloop_ctl(RUNLOOP_CTL_IS_PAUSED, NULL)) { - VLOG(@"%s\n", msg_hash_to_str(MSG_PAUSED)); + VLOG("%s\n", msg_hash_to_str(MSG_PAUSED)); command_event(CMD_EVENT_AUDIO_STOP, NULL); if (settings->video.black_frame_insertion) @@ -2324,7 +2326,7 @@ bool command_event(enum event_command cmd, void *data) } else { - VLOG(@"%s\n", msg_hash_to_str(MSG_UNPAUSED)); + VLOG("%s\n", msg_hash_to_str(MSG_UNPAUSED)); command_event(CMD_EVENT_AUDIO_START, NULL); } break; @@ -2403,7 +2405,7 @@ bool command_event(enum event_command cmd, void *data) #endif if (!global->sram.use) - VLOG(@"%s\n", + VLOG("%s\n", msg_hash_to_str(MSG_SRAM_WILL_NOT_BE_SAVED)); if (global->sram.use) @@ -2571,7 +2573,7 @@ bool command_event(enum event_command cmd, void *data) if (!ret) return false; - VLOG(@"%s: %s.\n", + VLOG("%s: %s.\n", msg_hash_to_str(MSG_GRAB_MOUSE_STATE), grab_mouse_state ? "yes" : "no"); diff --git a/PVCoreBridgeRetro/Sources/retro/driver.c b/PVCoreBridgeRetro/Sources/retro/driver.c index cbb01c34fe..ddfeb8d104 100644 --- a/PVCoreBridgeRetro/Sources/retro/driver.c +++ b/PVCoreBridgeRetro/Sources/retro/driver.c @@ -28,6 +28,7 @@ #include "record/record_driver.h" #include "location/location_driver.h" #include "core.h" +#include "retroarch.h" #ifdef HAVE_MENU #include "menu/menu_driver.h" @@ -190,7 +191,7 @@ bool driver_find_next(const char *label, char *s, size_t len) find_driver_nonempty(label, i + 1, s, len); else { - WLOG(@"%s (current one: \"%s\").\n", + WLOG("%s (current one: \"%s\").\n", msg_hash_to_str(MSG_COULD_NOT_FIND_ANY_NEXT_DRIVER), s); return false; diff --git a/PVCoreBridgeRetro/Sources/retro/dynamic.c b/PVCoreBridgeRetro/Sources/retro/dynamic.c index e5353e3ab5..26be005b2f 100644 --- a/PVCoreBridgeRetro/Sources/retro/dynamic.c +++ b/PVCoreBridgeRetro/Sources/retro/dynamic.c @@ -59,7 +59,7 @@ #define SYMBOL(x) do { \ function_t func = dylib_proc(lib_handle, #x); \ memcpy(¤t_core->x, &func, sizeof(func)); \ - if (current_core->x == NULL) { ELOG(@"Failed to load symbol: \"%s\"\n", #x); retroarch_fail(1, "init_libretro_sym()"); } \ + if (current_core->x == NULL) { ELOG("Failed to load symbol: \"%s\"\n", #x); retroarch_fail(1, "init_libretro_sym()"); } \ } while (0) static dylib_t lib_handle; @@ -245,10 +245,10 @@ static dylib_t libretro_get_system_info_lib(const char *path, if (!lib) { - ELOG(@"%s: \"%s\"\n", + ELOG("%s: \"%s\"\n", msg_hash_to_str(MSG_FAILED_TO_OPEN_LIBRETRO_CORE), path); - ELOG(@"Error(s): %s\n", dylib_error()); + ELOG("Error(s): %s\n", dylib_error()); return NULL; } @@ -317,17 +317,17 @@ static void load_dynamic_core(void) { /* Try to verify that -lretro was not linked in from other modules * since loading it dynamically and with -l will fail hard. */ - ELOG(@"Serious problem. RetroArch wants to load libretro cores" + ELOG("Serious problem. RetroArch wants to load libretro cores" "dyamically, but it is already linked.\n"); - ELOG(@"This could happen if other modules RetroArch depends on " + ELOG("This could happen if other modules RetroArch depends on " "link against libretro directly.\n"); - ELOG(@"Proceeding could cause a crash. Aborting ...\n"); + ELOG("Proceeding could cause a crash. Aborting ...\n"); retroarch_fail(1, "init_libretro_sym()"); } if (string_is_empty(config_get_active_core_path())) { - ELOG(@"RetroArch is built for dynamic libretro cores, but " + ELOG("RetroArch is built for dynamic libretro cores, but " "libretro_path is not set. Cannot continue.\n"); retroarch_fail(1, "init_libretro_sym()"); } @@ -339,14 +339,14 @@ static void load_dynamic_core(void) config_get_active_core_path_ptr(), config_get_active_core_path_size(), true); - VLOG(@"Loading dynamic libretro core from: \"%s\"\n", + VLOG("Loading dynamic libretro core from: \"%s\"\n", config_get_active_core_path()); lib_handle = dylib_load(config_get_active_core_path()); if (!lib_handle) { - ELOG(@"Failed to open libretro core: \"%s\"\n", + ELOG("Failed to open libretro core: \"%s\"\n", config_get_active_core_path()); - ELOG(@"Error(s): %s\n", dylib_error()); + ELOG("Error(s): %s\n", dylib_error()); retroarch_fail(1, "load_dynamic()"); } } @@ -841,13 +841,13 @@ bool rarch_environment_cb(unsigned cmd, void *data) { case RETRO_ENVIRONMENT_GET_OVERSCAN: *(bool*)data = !settings->video.crop_overscan; - VLOG(@"Environ GET_OVERSCAN: %u\n", + VLOG("Environ GET_OVERSCAN: %u\n", (unsigned)!settings->video.crop_overscan); break; case RETRO_ENVIRONMENT_GET_CAN_DUPE: *(bool*)data = true; - VLOG(@"Environ GET_CAN_DUPE: true\n"); + VLOG("Environ GET_CAN_DUPE: true\n"); break; case RETRO_ENVIRONMENT_GET_VARIABLE: @@ -856,7 +856,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) struct retro_variable *var = (struct retro_variable*)data; if (var) { - VLOG(@"Environ GET_VARIABLE %s: not implemented.\n", var->key); + VLOG("Environ GET_VARIABLE %s: not implemented.\n", var->key); var->value = NULL; } } @@ -868,7 +868,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) break; case RETRO_ENVIRONMENT_SET_VARIABLES: - VLOG(@"Environ SET_VARIABLES.\n"); + VLOG("Environ SET_VARIABLES.\n"); runloop_ctl(RUNLOOP_CTL_CORE_OPTIONS_DEINIT, NULL); runloop_ctl(RUNLOOP_CTL_CORE_OPTIONS_INIT, data); @@ -878,7 +878,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) case RETRO_ENVIRONMENT_SET_MESSAGE: { const struct retro_message *msg = (const struct retro_message*)data; - VLOG(@"Environ SET_MESSAGE: %s\n", msg->msg); + VLOG("Environ SET_MESSAGE: %s\n", msg->msg); runloop_msg_queue_push(msg->msg, 3, msg->frames, true); break; } @@ -886,7 +886,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) case RETRO_ENVIRONMENT_SET_ROTATION: { unsigned rotation = *(const unsigned*)data; - VLOG(@"Environ SET_ROTATION: %u\n", rotation); + VLOG("Environ SET_ROTATION: %u\n", rotation); if (!settings->video.allow_rotate) break; @@ -899,7 +899,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) } case RETRO_ENVIRONMENT_SHUTDOWN: - VLOG(@"Environ SHUTDOWN.\n"); + VLOG("Environ SHUTDOWN.\n"); runloop_ctl(RUNLOOP_CTL_SET_SHUTDOWN, NULL); runloop_ctl(RUNLOOP_CTL_SET_CORE_SHUTDOWN, NULL); break; @@ -908,7 +908,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) if (system) { system->performance_level = *(const unsigned*)data; - VLOG(@"Environ PERFORMANCE_LEVEL: %u.\n", + VLOG("Environ PERFORMANCE_LEVEL: %u.\n", system->performance_level); } break; @@ -920,20 +920,20 @@ bool rarch_environment_cb(unsigned cmd, void *data) if (runloop_ctl(RUNLOOP_CTL_GET_CONTENT_PATH, &fullpath) && fullpath) { - WLOG(@"SYSTEM DIR is empty, assume CONTENT DIR %s\n", + WLOG("SYSTEM DIR is empty, assume CONTENT DIR %s\n", fullpath); fill_pathname_basedir(global->dir.systemdir, fullpath, sizeof(global->dir.systemdir)); } *(const char**)data = global->dir.systemdir; - VLOG(@"Environ SYSTEM_DIRECTORY: \"%s\".\n", + VLOG("Environ SYSTEM_DIRECTORY: \"%s\".\n", global->dir.systemdir); } else { *(const char**)data = settings->directory.system; - VLOG(@"Environ SYSTEM_DIRECTORY: \"%s\".\n", + VLOG("Environ SYSTEM_DIRECTORY: \"%s\".\n", settings->directory.system); } @@ -946,14 +946,14 @@ bool rarch_environment_cb(unsigned cmd, void *data) case RETRO_ENVIRONMENT_GET_USERNAME: *(const char**)data = *settings->username ? settings->username : NULL; - VLOG(@"Environ GET_USERNAME: \"%s\".\n", + VLOG("Environ GET_USERNAME: \"%s\".\n", settings->username); break; case RETRO_ENVIRONMENT_GET_LANGUAGE: #ifdef HAVE_LANGEXTRA *(unsigned *)data = settings->user_language; - VLOG(@"Environ GET_LANGUAGE: \"%u\".\n", + VLOG("Environ GET_LANGUAGE: \"%u\".\n", settings->user_language); #endif break; @@ -966,14 +966,14 @@ bool rarch_environment_cb(unsigned cmd, void *data) switch (pix_fmt) { case RETRO_PIXEL_FORMAT_0RGB1555: - VLOG(@"Environ SET_PIXEL_FORMAT: 0RGB1555.\n"); + VLOG("Environ SET_PIXEL_FORMAT: 0RGB1555.\n"); break; case RETRO_PIXEL_FORMAT_RGB565: - VLOG(@"Environ SET_PIXEL_FORMAT: RGB565.\n"); + VLOG("Environ SET_PIXEL_FORMAT: RGB565.\n"); break; case RETRO_PIXEL_FORMAT_XRGB8888: - VLOG(@"Environ SET_PIXEL_FORMAT: XRGB8888.\n"); + VLOG("Environ SET_PIXEL_FORMAT: XRGB8888.\n"); break; default: return false; @@ -1063,7 +1063,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) [retro_id] = desc->description; } - VLOG(@"Environ SET_INPUT_DESCRIPTORS:\n"); + VLOG("Environ SET_INPUT_DESCRIPTORS:\n"); for (p = 0; p < settings->input.max_users; p++) { for (retro_id = 0; retro_id < RARCH_FIRST_CUSTOM_BIND; retro_id++) @@ -1073,7 +1073,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) if (!description) continue; - VLOG(@"\tRetroPad, User %u, Button \"%s\" => \"%s\"\n", + VLOG("\tRetroPad, User %u, Button \"%s\" => \"%s\"\n", p + 1, libretro_btn_desc[retro_id], description); } } @@ -1094,7 +1094,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) runloop_ctl(RUNLOOP_CTL_FRONTEND_KEY_EVENT_GET, &frontend_key_event); runloop_ctl(RUNLOOP_CTL_KEY_EVENT_GET, &key_event); - VLOG(@"Environ SET_KEYBOARD_CALLBACK.\n"); + VLOG("Environ SET_KEYBOARD_CALLBACK.\n"); if (key_event) *key_event = info->callback; @@ -1104,7 +1104,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) } case RETRO_ENVIRONMENT_SET_DISK_CONTROL_INTERFACE: - VLOG(@"Environ SET_DISK_CONTROL_INTERFACE.\n"); + VLOG("Environ SET_DISK_CONTROL_INTERFACE.\n"); if (system) system->disk_control_cb = *(const struct retro_disk_control_callback*)data; @@ -1119,20 +1119,20 @@ bool rarch_environment_cb(unsigned cmd, void *data) hwr = video_driver_get_hw_context(); - VLOG(@"Environ SET_HW_RENDER.\n"); + VLOG("Environ SET_HW_RENDER.\n"); switch (cb->context_type) { case RETRO_HW_CONTEXT_NONE: - VLOG(@"Requesting no HW context.\n"); + VLOG("Requesting no HW context.\n"); break; case RETRO_HW_CONTEXT_VULKAN: #ifdef HAVE_VULKAN - VLOG(@"Requesting Vulkan context.\n"); + VLOG("Requesting Vulkan context.\n"); break; #else - ELOG(@"Requesting Vulkan context, but RetroArch is not compiled against Vulkan. Cannot use HW context.\n"); + ELOG("Requesting Vulkan context, but RetroArch is not compiled against Vulkan. Cannot use HW context.\n"); return false; #endif @@ -1143,13 +1143,13 @@ bool rarch_environment_cb(unsigned cmd, void *data) #ifdef HAVE_OPENGLES3 case RETRO_HW_CONTEXT_OPENGLES3: #endif - VLOG(@"Requesting OpenGLES%u context.\n", + VLOG("Requesting OpenGLES%u context.\n", cb->context_type == RETRO_HW_CONTEXT_OPENGLES2 ? 2 : 3); break; #if defined(HAVE_OPENGLES3) case RETRO_HW_CONTEXT_OPENGLES_VERSION: - VLOG(@"Requesting OpenGLES%u.%u context.\n", + VLOG("Requesting OpenGLES%u.%u context.\n", cb->version_major, cb->version_minor); break; #endif @@ -1157,26 +1157,26 @@ bool rarch_environment_cb(unsigned cmd, void *data) #endif case RETRO_HW_CONTEXT_OPENGL: case RETRO_HW_CONTEXT_OPENGL_CORE: - ELOG(@"Requesting OpenGL context, but RetroArch " + ELOG("Requesting OpenGL context, but RetroArch " "is compiled against OpenGLES. Cannot use HW context.\n"); return false; #elif defined(HAVE_OPENGL) case RETRO_HW_CONTEXT_OPENGLES2: case RETRO_HW_CONTEXT_OPENGLES3: - ELOG(@"Requesting OpenGLES%u context, but RetroArch " + ELOG("Requesting OpenGLES%u context, but RetroArch " "is compiled against OpenGL. Cannot use HW context.\n", cb->context_type == RETRO_HW_CONTEXT_OPENGLES2 ? 2 : 3); return false; case RETRO_HW_CONTEXT_OPENGLES_VERSION: - ELOG(@"Requesting OpenGLES%u.%u context, but RetroArch " + ELOG("Requesting OpenGLES%u.%u context, but RetroArch " "is compiled against OpenGL. Cannot use HW context.\n", cb->version_major, cb->version_minor); return false; case RETRO_HW_CONTEXT_OPENGL: - VLOG(@"Requesting OpenGL context.\n"); + VLOG("Requesting OpenGL context.\n"); break; case RETRO_HW_CONTEXT_OPENGL_CORE: @@ -1187,14 +1187,14 @@ bool rarch_environment_cb(unsigned cmd, void *data) video_context_driver_set_flags(&flags); - VLOG(@"Requesting core OpenGL context (%u.%u).\n", + VLOG("Requesting core OpenGL context (%u.%u).\n", cb->version_major, cb->version_minor); } break; #endif default: - VLOG(@"Requesting unknown context.\n"); + VLOG("Requesting unknown context.\n"); return false; } cb->get_current_framebuffer = video_driver_get_current_framebuffer; @@ -1212,7 +1212,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) case RETRO_ENVIRONMENT_SET_SUPPORT_NO_GAME: { bool state = *(const bool*)data; - VLOG(@"Environ SET_SUPPORT_NO_GAME: %s.\n", state ? "yes" : "no"); + VLOG("Environ SET_SUPPORT_NO_GAME: %s.\n", state ? "yes" : "no"); if (state) content_set_does_not_need_content(); @@ -1235,7 +1235,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) case RETRO_ENVIRONMENT_SET_AUDIO_CALLBACK: #if defined(HAVE_THREADS) && !defined(__CELLOS_LV2__) { - VLOG(@"Environ SET_AUDIO_CALLBACK.\n"); + VLOG("Environ SET_AUDIO_CALLBACK.\n"); audio_driver_set_callback(data); } #endif @@ -1243,7 +1243,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) case RETRO_ENVIRONMENT_SET_FRAME_TIME_CALLBACK: { - VLOG(@"Environ SET_FRAME_TIME_CALLBACK.\n"); + VLOG("Environ SET_FRAME_TIME_CALLBACK.\n"); runloop_ctl(RUNLOOP_CTL_SET_FRAME_TIME, data); break; } @@ -1253,7 +1253,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) struct retro_rumble_interface *iface = (struct retro_rumble_interface*)data; - VLOG(@"Environ GET_RUMBLE_INTERFACE.\n"); + VLOG("Environ GET_RUMBLE_INTERFACE.\n"); iface->set_rumble_state = input_driver_set_rumble_state; break; } @@ -1262,7 +1262,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) { uint64_t *mask = (uint64_t*)data; - VLOG(@"Environ GET_INPUT_DEVICE_CAPABILITIES.\n"); + VLOG("Environ GET_INPUT_DEVICE_CAPABILITIES.\n"); if (input_driver_has_capabilities()) *mask = input_driver_get_capabilities(); else @@ -1275,7 +1275,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) struct retro_sensor_interface *iface = (struct retro_sensor_interface*)data; - VLOG(@"Environ GET_SENSOR_INTERFACE.\n"); + VLOG("Environ GET_SENSOR_INTERFACE.\n"); iface->set_sensor_state = input_sensor_set_state; iface->get_sensor_input = input_sensor_get_input; break; @@ -1285,7 +1285,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) struct retro_camera_callback *cb = (struct retro_camera_callback*)data; - VLOG(@"Environ GET_CAMERA_INTERFACE.\n"); + VLOG("Environ GET_CAMERA_INTERFACE.\n"); cb->start = driver_camera_start; cb->stop = driver_camera_stop; @@ -1303,7 +1303,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) // struct retro_location_callback *cb = // (struct retro_location_callback*)data; // -// VLOG(@"Environ GET_LOCATION_INTERFACE.\n"); +// VLOG("Environ GET_LOCATION_INTERFACE.\n"); // cb->start = driver_location_start; // cb->stop = driver_location_stop; // cb->get_position = driver_location_get_position; @@ -1320,7 +1320,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) { struct retro_log_callback *cb = (struct retro_log_callback*)data; - VLOG(@"Environ GET_LOG_INTERFACE.\n"); + VLOG("Environ GET_LOG_INTERFACE.\n"); cb->log = rarch_log_libretro; break; } @@ -1329,7 +1329,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) { struct retro_perf_callback *cb = (struct retro_perf_callback*)data; - VLOG(@"Environ GET_PERF_INTERFACE.\n"); + VLOG("Environ GET_PERF_INTERFACE.\n"); cb->get_time_usec = cpu_features_get_time_usec; cb->get_cpu_features = cpu_features_get; cb->get_perf_counter = cpu_features_get_perf_counter; @@ -1347,14 +1347,14 @@ bool rarch_environment_cb(unsigned cmd, void *data) *dir = *settings->directory.core_assets ? settings->directory.core_assets : NULL; - VLOG(@"Environ CORE_ASSETS_DIRECTORY: \"%s\".\n", + VLOG("Environ CORE_ASSETS_DIRECTORY: \"%s\".\n", settings->directory.core_assets); break; } case RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO: { - VLOG(@"Environ SET_SYSTEM_AV_INFO.\n"); + VLOG("Environ SET_SYSTEM_AV_INFO.\n"); return driver_ctl(RARCH_DRIVER_CTL_UPDATE_SYSTEM_AV_INFO, (void**)&data); } @@ -1365,17 +1365,17 @@ bool rarch_environment_cb(unsigned cmd, void *data) const struct retro_subsystem_info *info = (const struct retro_subsystem_info*)data; - VLOG(@"Environ SET_SUBSYSTEM_INFO.\n"); + VLOG("Environ SET_SUBSYSTEM_INFO.\n"); for (i = 0; info[i].ident; i++) { - VLOG(@"Special game type: %s\n", info[i].desc); - VLOG(@" Ident: %s\n", info[i].ident); - VLOG(@" ID: %u\n", info[i].id); - VLOG(@" Content:\n"); + VLOG("Special game type: %s\n", info[i].desc); + VLOG(" Ident: %s\n", info[i].ident); + VLOG(" ID: %u\n", info[i].id); + VLOG(" Content:\n"); for (j = 0; j < info[i].num_roms; j++) { - VLOG(@" %s (%s)\n", + VLOG(" %s (%s)\n", info[i].roms[j].desc, info[i].roms[j].required ? "required" : "optional"); } @@ -1403,13 +1403,13 @@ bool rarch_environment_cb(unsigned cmd, void *data) const struct retro_controller_info *info = (const struct retro_controller_info*)data; - VLOG(@"Environ SET_CONTROLLER_INFO.\n"); + VLOG("Environ SET_CONTROLLER_INFO.\n"); for (i = 0; info[i].types; i++) { - VLOG(@"Controller port: %u\n", i + 1); + VLOG("Controller port: %u\n", i + 1); for (j = 0; j < info[i].num_types; j++) - VLOG(@" %s (ID: %u)\n", info[i].types[j].desc, + VLOG(" %s (ID: %u)\n", info[i].types[j].desc, info[i].types[j].id); } @@ -1437,7 +1437,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) (const struct retro_memory_map*)data; struct retro_memory_descriptor *descriptors = NULL; - VLOG(@"Environ SET_MEMORY_MAPS.\n"); + VLOG("Environ SET_MEMORY_MAPS.\n"); free((void*)system->mmaps.descriptors); system->mmaps.num_descriptors = 0; descriptors = (struct retro_memory_descriptor*) @@ -1454,9 +1454,9 @@ bool rarch_environment_cb(unsigned cmd, void *data) mmap_preprocess_descriptors(descriptors, mmaps->num_descriptors); if (sizeof(void *) == 8) - VLOG(@" ndx flags ptr offset start select disconn len addrspace\n"); + VLOG(" ndx flags ptr offset start select disconn len addrspace\n"); else - VLOG(@" ndx flags ptr offset start select disconn len addrspace\n"); + VLOG(" ndx flags ptr offset start select disconn len addrspace\n"); for (i = 0; i < system->mmaps.num_descriptors; i++) { @@ -1488,7 +1488,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) flags[5] = (desc->flags & RETRO_MEMDESC_CONST) ? 'C' : 'c'; flags[6] = 0; - VLOG(@" %03u %s %p %08X %08X %08X %08X %08X %s\n", + VLOG(" %03u %s %p %08X %08X %08X %08X %08X %s\n", i + 1, flags, desc->ptr, desc->offset, desc->start, desc->select, desc->disconnect, desc->len, desc->addrspace ? desc->addrspace : ""); @@ -1496,7 +1496,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) } else { - WLOG(@"Environ SET_MEMORY_MAPS, but system pointer not initialized..\n"); + WLOG("Environ SET_MEMORY_MAPS, but system pointer not initialized..\n"); } break; @@ -1517,7 +1517,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) in_geom = (const struct retro_game_geometry*)data; - VLOG(@"Environ SET_GEOMETRY.\n"); + VLOG("Environ SET_GEOMETRY.\n"); /* Can potentially be called every frame, * don't do anything unless required. */ @@ -1529,7 +1529,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) geom->base_height = in_geom->base_height; geom->aspect_ratio = in_geom->aspect_ratio; - VLOG(@"SET_GEOMETRY: %ux%u, aspect: %.3f.\n", + VLOG("SET_GEOMETRY: %ux%u, aspect: %.3f.\n", geom->base_width, geom->base_height, geom->aspect_ratio); /* Forces recomputation of aspect ratios if @@ -1553,7 +1553,7 @@ bool rarch_environment_cb(unsigned cmd, void *data) #ifdef HAVE_CHEEVOS { bool state = *(const bool*)data; - VLOG(@"Environ SET_SUPPORT_ACHIEVEMENTS: %s.\n", state ? "yes" : "no"); + VLOG("Environ SET_SUPPORT_ACHIEVEMENTS: %s.\n", state ? "yes" : "no"); cheevos_set_support_cheevos(state); } #endif @@ -1563,14 +1563,14 @@ bool rarch_environment_cb(unsigned cmd, void *data) { const struct retro_hw_render_context_negotiation_interface *iface = (const struct retro_hw_render_context_negotiation_interface*)data; - VLOG(@"Environ SET_HW_RENDER_CONTEXT_NEGOTIATION_INTERFACE.\n"); + VLOG("Environ SET_HW_RENDER_CONTEXT_NEGOTIATION_INTERFACE.\n"); video_driver_set_context_negotiation_interface(iface); break; } /* Default */ default: - VLOG(@"Environ UNSUPPORTED (#%u).\n", cmd); + VLOG("Environ UNSUPPORTED (#%u).\n", cmd); return false; } diff --git a/PVCoreBridgeRetro/Sources/retro/gfx/common/vulkan_common.c b/PVCoreBridgeRetro/Sources/retro/gfx/common/vulkan_common.c index 232bfd1e4b..b0fe708f38 100644 --- a/PVCoreBridgeRetro/Sources/retro/gfx/common/vulkan_common.c +++ b/PVCoreBridgeRetro/Sources/retro/gfx/common/vulkan_common.c @@ -27,6 +27,7 @@ #include #include "vulkan_common.h" +#include "retroarch.h" #include "../../performance_counters.h" static dylib_t vulkan_library; @@ -53,22 +54,22 @@ static VKAPI_ATTR VkBool32 VKAPI_CALL vulkan_debug_cb( if (flags & VK_DEBUG_REPORT_ERROR_BIT_EXT) { - ELOG(@"[Vulkan]: Error: %s: %s\n", + ELOG("[Vulkan]: Error: %s: %s\n", pLayerPrefix, pMessage); } else if (flags & VK_DEBUG_REPORT_WARNING_BIT_EXT) { - WLOG(@"[Vulkan]: Warning: %s: %s\n", + WLOG("[Vulkan]: Warning: %s: %s\n", pLayerPrefix, pMessage); } else if (flags & VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT) { - VLOG(@"[Vulkan]: Performance warning: %s: %s\n", + VLOG("[Vulkan]: Performance warning: %s: %s\n", pLayerPrefix, pMessage); } else { - VLOG(@"[Vulkan]: Information: %s: %s\n", + VLOG("[Vulkan]: Information: %s: %s\n", pLayerPrefix, pMessage); } @@ -88,7 +89,7 @@ uint32_t vulkan_find_memory_type( return i; } - ELOG(@"[Vulkan]: Failed to find valid memory type. This should never happen."); + ELOG("[Vulkan]: Failed to find valid memory type. This should never happen."); abort(); } @@ -107,7 +108,7 @@ uint32_t vulkan_find_memory_type_fallback( if (host_reqs_first == 0) { - ELOG(@"[Vulkan]: Failed to find valid memory type. This should never happen."); + ELOG("[Vulkan]: Failed to find valid memory type. This should never happen."); abort(); } @@ -209,7 +210,7 @@ void vulkan_log_textures(void) unsigned i; for (i = 0; i < vk_count; i++) { - WLOG(@"[Vulkan]: Found leaked texture %llu.\n", + WLOG("[Vulkan]: Found leaked texture %llu.\n", (unsigned long long)vk_images[i]); } vk_count = 0; @@ -219,7 +220,7 @@ static unsigned track_seq; static void vulkan_track_alloc(VkImage image) { vk_images[vk_count++] = image; - VLOG(@"[Vulkan]: Alloc %llu (%u).\n", + VLOG("[Vulkan]: Alloc %llu (%u).\n", (unsigned long long)image, track_seq); track_seq++; } @@ -331,7 +332,7 @@ struct vk_texture vulkan_create_texture(vk_t *vk, if ((format_properties.linearTilingFeatures & required) != required) { - VLOG(@"[Vulkan]: GPU does not support using linear images as textures. Falling back to copy path.\n"); + VLOG("[Vulkan]: GPU does not support using linear images as textures. Falling back to copy path.\n"); type = VULKAN_TEXTURE_STAGING; } } @@ -416,7 +417,7 @@ struct vk_texture vulkan_create_texture(vk_t *vk, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) == 0) { /* Recreate texture but for STAGING this time ... */ - VLOG(@"[Vulkan]: GPU supports linear images as textures, but not DEVICE_LOCAL. Falling back to copy path.\n"); + VLOG("[Vulkan]: GPU supports linear images as textures, but not DEVICE_LOCAL. Falling back to copy path.\n"); type = VULKAN_TEXTURE_STAGING; vkDestroyImage(device, tex.image, NULL); @@ -1279,7 +1280,7 @@ static bool vulkan_find_instance_extensions(const char **exts, unsigned num_exts if (!vulkan_find_extensions(exts, num_exts, properties, property_count)) { - ELOG(@"[Vulkan]: Could not find instance extensions. Will attempt without them.\n"); + ELOG("[Vulkan]: Could not find instance extensions. Will attempt without them.\n"); ret = false; goto end; } @@ -1313,7 +1314,7 @@ static bool vulkan_find_device_extensions(VkPhysicalDevice gpu, const char **ext if (!vulkan_find_extensions(exts, num_exts, properties, property_count)) { - ELOG(@"[Vulkan]: Could not find device extensions. Will attempt without them.\n"); + ELOG("[Vulkan]: Could not find device extensions. Will attempt without them.\n"); ret = false; goto end; } @@ -1334,27 +1335,27 @@ static bool vulkan_context_init_gpu(gfx_ctx_vulkan_data_t *vk) if (vkEnumeratePhysicalDevices(vk->context.instance, &gpu_count, NULL) != VK_SUCCESS) { - ELOG(@"[Vulkan]: Failed to enumerate physical devices.\n"); + ELOG("[Vulkan]: Failed to enumerate physical devices.\n"); return false; } gpus = (VkPhysicalDevice*)calloc(gpu_count, sizeof(*gpus)); if (!gpus) { - ELOG(@"[Vulkan]: Failed to enumerate physical devices.\n"); + ELOG("[Vulkan]: Failed to enumerate physical devices.\n"); return false; } if (vkEnumeratePhysicalDevices(vk->context.instance, &gpu_count, gpus) != VK_SUCCESS) { - ELOG(@"[Vulkan]: Failed to enumerate physical devices.\n"); + ELOG("[Vulkan]: Failed to enumerate physical devices.\n"); return false; } if (gpu_count < 1) { - ELOG(@"[Vulkan]: Failed to enumerate Vulkan physical device.\n"); + ELOG("[Vulkan]: Failed to enumerate Vulkan physical device.\n"); free(gpus); return false; } @@ -1390,13 +1391,13 @@ static bool vulkan_context_init_device(gfx_ctx_vulkan_data_t *vk) if (iface && iface->interface_type != RETRO_HW_RENDER_CONTEXT_NEGOTIATION_INTERFACE_VULKAN) { - WLOG(@"[Vulkan]: Got HW context negotiation interface, but it's the wrong API.\n"); + WLOG("[Vulkan]: Got HW context negotiation interface, but it's the wrong API.\n"); iface = NULL; } if (iface && iface->interface_version != RETRO_HW_RENDER_CONTEXT_NEGOTIATION_INTERFACE_VULKAN_VERSION) { - WLOG(@"[Vulkan]: Got HW context negotiation interface, but it's the wrong interface version.\n"); + WLOG("[Vulkan]: Got HW context negotiation interface, but it's the wrong interface version.\n"); iface = NULL; } @@ -1422,7 +1423,7 @@ static bool vulkan_context_init_device(gfx_ctx_vulkan_data_t *vk) if (!ret) { - WLOG(@"[Vulkan]: Failed to create device with negotiation interface. Falling back to default path.\n"); + WLOG("[Vulkan]: Failed to create device with negotiation interface. Falling back to default path.\n"); } else { @@ -1435,7 +1436,7 @@ static bool vulkan_context_init_device(gfx_ctx_vulkan_data_t *vk) if (context.presentation_queue != context.queue) { - ELOG(@"[Vulkan]: Present queue != graphics queue. This is currently not supported.\n"); + ELOG("[Vulkan]: Present queue != graphics queue. This is currently not supported.\n"); return false; } } @@ -1463,7 +1464,7 @@ static bool vulkan_context_init_device(gfx_ctx_vulkan_data_t *vk) if (queue_count < 1) { - ELOG(@"[Vulkan]: Invalid number of queues detected.\n"); + ELOG("[Vulkan]: Invalid number of queues detected.\n"); return false; } @@ -1485,7 +1486,7 @@ static bool vulkan_context_init_device(gfx_ctx_vulkan_data_t *vk) if (supported && ((queue_properties[i].queueFlags & required) == required)) { vk->context.graphics_queue_index = i; - VLOG(@"[Vulkan]: Queue family %u supports %u sub-queues.\n", + VLOG("[Vulkan]: Queue family %u supports %u sub-queues.\n", i, queue_properties[i].queueCount); found_queue = true; break; @@ -1496,7 +1497,7 @@ static bool vulkan_context_init_device(gfx_ctx_vulkan_data_t *vk) if (!found_queue) { - ELOG(@"[Vulkan]: Did not find suitable graphics queue.\n"); + ELOG("[Vulkan]: Did not find suitable graphics queue.\n"); return false; } @@ -1523,19 +1524,19 @@ static bool vulkan_context_init_device(gfx_ctx_vulkan_data_t *vk) cached_device = NULL; video_driver_set_video_cache_context_ack(); - VLOG(@"[Vulkan]: Using cached Vulkan context.\n"); + VLOG("[Vulkan]: Using cached Vulkan context.\n"); } else if (vkCreateDevice(vk->context.gpu, &device_info, NULL, &vk->context.device) != VK_SUCCESS) { - ELOG(@"[Vulkan]: Failed to create device.\n"); + ELOG("[Vulkan]: Failed to create device.\n"); return false; } } if (!vulkan_load_device_symbols(vk)) { - ELOG(@"[Vulkan]: Failed to load device symbols.\n"); + ELOG("[Vulkan]: Failed to load device symbols.\n"); return false; } @@ -1549,7 +1550,7 @@ static bool vulkan_context_init_device(gfx_ctx_vulkan_data_t *vk) vk->context.queue_lock = slock_new(); if (!vk->context.queue_lock) { - ELOG(@"[Vulkan]: Failed to create queue lock.\n"); + ELOG("[Vulkan]: Failed to create queue lock.\n"); return false; } #endif @@ -1579,13 +1580,13 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk, if (iface && iface->interface_type != RETRO_HW_RENDER_CONTEXT_NEGOTIATION_INTERFACE_VULKAN) { - WLOG(@"[Vulkan]: Got HW context negotiation interface, but it's the wrong API.\n"); + WLOG("[Vulkan]: Got HW context negotiation interface, but it's the wrong API.\n"); iface = NULL; } if (iface && iface->interface_version != RETRO_HW_RENDER_CONTEXT_NEGOTIATION_INTERFACE_VULKAN_VERSION) { - WLOG(@"[Vulkan]: Got HW context negotiation interface, but it's the wrong interface version.\n"); + WLOG("[Vulkan]: Got HW context negotiation interface, but it's the wrong interface version.\n"); iface = NULL; } @@ -1630,18 +1631,18 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk, if (!vulkan_library) { - ELOG(@"[Vulkan]: Failed to open Vulkan loader.\n"); + ELOG("[Vulkan]: Failed to open Vulkan loader.\n"); return false; } - VLOG(@"Vulkan dynamic library loaded.\n"); + VLOG("Vulkan dynamic library loaded.\n"); PFN_vkGetInstanceProcAddr GetInstanceProcAddr = (PFN_vkGetInstanceProcAddr)dylib_proc(vulkan_library, "vkGetInstanceProcAddr"); if (!GetInstanceProcAddr) { - ELOG(@"[Vulkan]: Failed to load vkGetInstanceProcAddr symbol, broken loader?\n"); + ELOG("[Vulkan]: Failed to load vkGetInstanceProcAddr symbol, broken loader?\n"); return false; } @@ -1649,7 +1650,7 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk, if (!vulkan_symbol_wrapper_load_global_symbols()) { - ELOG(@"[Vulkan]: Failed to load global Vulkan symbols, broken loader?\n"); + ELOG("[Vulkan]: Failed to load global Vulkan symbols, broken loader?\n"); return false; } @@ -1674,14 +1675,14 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk, info.pApplicationInfo = iface->get_application_info(); if (info.pApplicationInfo->pApplicationName) { - VLOG(@"[Vulkan]: App: %s (version %u)\n", + VLOG("[Vulkan]: App: %s (version %u)\n", info.pApplicationInfo->pApplicationName, info.pApplicationInfo->applicationVersion); } if (info.pApplicationInfo->pEngineName) { - VLOG(@"[Vulkan]: Engine: %s (version %u)\n", + VLOG("[Vulkan]: Engine: %s (version %u)\n", info.pApplicationInfo->pEngineName, info.pApplicationInfo->engineVersion); } @@ -1714,7 +1715,7 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk, info.pfnCallback = vulkan_debug_cb; vkCreateDebugReportCallbackEXT(vk->context.instance, &info, NULL, &vk->context.debug_callback); } - VLOG(@"[Vulkan]: Enabling Vulkan debug layers.\n"); + VLOG("[Vulkan]: Enabling Vulkan debug layers.\n"); #endif /* Try different API versions if driver has compatible @@ -1728,13 +1729,13 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk, if (res == VK_ERROR_INCOMPATIBLE_DRIVER) { - ELOG(@"Failed to create Vulkan instance.\n"); + ELOG("Failed to create Vulkan instance.\n"); return false; } if (!vulkan_load_instance_symbols(vk)) { - ELOG(@"[Vulkan]: Failed to load instance symbols.\n"); + ELOG("[Vulkan]: Failed to load instance symbols.\n"); return false; } @@ -1998,10 +1999,10 @@ bool vulkan_surface_create(gfx_ctx_vulkan_data_t *vk, if (create(vk->context.instance, &surf_info, NULL, &vk->vk_surface) != VK_SUCCESS) { - ELOG(@"[Vulkan]: Failed to create Android surface.\n"); + ELOG("[Vulkan]: Failed to create Android surface.\n"); return false; } - VLOG(@"[Vulkan]: Created Android surface: %llu\n", + VLOG("[Vulkan]: Created Android surface: %llu\n", (unsigned long long)vk->vk_surface); } #endif @@ -2139,7 +2140,7 @@ void vulkan_present(gfx_ctx_vulkan_data_t *vk, unsigned index) if (err != VK_SUCCESS || result != VK_SUCCESS) { - VLOG(@"[Vulkan]: QueuePresent failed, invalidating swapchain.\n"); + VLOG("[Vulkan]: QueuePresent failed, invalidating swapchain.\n"); vk->context.invalid_swapchain = true; } @@ -2249,7 +2250,7 @@ void vulkan_acquire_next_image(gfx_ctx_vulkan_data_t *vk) if (err != VK_SUCCESS) { - VLOG(@"[Vulkan]: AcquireNextImage failed, invalidating swapchain.\n"); + VLOG("[Vulkan]: AcquireNextImage failed, invalidating swapchain.\n"); vk->context.invalid_swapchain = true; } } @@ -2282,7 +2283,7 @@ bool vulkan_create_swapchain(gfx_ctx_vulkan_data_t *vk, &present_mode_count, NULL); if (present_mode_count < 1 || present_mode_count > 16) { - ELOG(@"[Vulkan]: Bogus present modes found.\n"); + ELOG("[Vulkan]: Bogus present modes found.\n"); return false; } vkGetPhysicalDeviceSurfacePresentModesKHR( @@ -2291,7 +2292,7 @@ bool vulkan_create_swapchain(gfx_ctx_vulkan_data_t *vk, for (i = 0; i < present_mode_count; i++) { - VLOG(@"[Vulkan]: Swapchain supports present mode: %u.\n", + VLOG("[Vulkan]: Swapchain supports present mode: %u.\n", present_modes[i]); } @@ -2317,7 +2318,7 @@ bool vulkan_create_swapchain(gfx_ctx_vulkan_data_t *vk, } } - VLOG(@"[Vulkan]: Creating swapchain with present mode: %u\n", + VLOG("[Vulkan]: Creating swapchain with present mode: %u\n", (unsigned)swapchain_present_mode); vkGetPhysicalDeviceSurfaceCapabilitiesKHR(vk->context.gpu, @@ -2336,7 +2337,7 @@ bool vulkan_create_swapchain(gfx_ctx_vulkan_data_t *vk, { if (format_count == 0) { - ELOG(@"[Vulkan]: Surface has no formats.\n"); + ELOG("[Vulkan]: Surface has no formats.\n"); return false; } @@ -2351,7 +2352,7 @@ bool vulkan_create_swapchain(gfx_ctx_vulkan_data_t *vk, else swapchain_size = surface_properties.currentExtent; - VLOG(@"[Vulkan]: Using swapchain size %u x %u.\n", + VLOG("[Vulkan]: Using swapchain size %u x %u.\n", swapchain_size.width, swapchain_size.height); desired_swapchain_images = surface_properties.minImageCount + 1; @@ -2394,13 +2395,13 @@ bool vulkan_create_swapchain(gfx_ctx_vulkan_data_t *vk, if (vkCreateSwapchainKHR(vk->context.device, &info, NULL, &vk->swapchain) != VK_SUCCESS) { - ELOG(@"[Vulkan]: Failed to create swapchain.\n"); + ELOG("[Vulkan]: Failed to create swapchain.\n"); return false; } if (old_swapchain != VK_NULL_HANDLE) { - VLOG(@"[Vulkan]: Recycled old swapchain.\n"); + VLOG("[Vulkan]: Recycled old swapchain.\n"); vkDestroySwapchainKHR(vk->context.device, old_swapchain, NULL); } @@ -2440,7 +2441,7 @@ bool vulkan_create_swapchain(gfx_ctx_vulkan_data_t *vk, vkGetSwapchainImagesKHR(vk->context.device, vk->swapchain, &vk->context.num_swapchain_images, vk->context.swapchain_images); - VLOG(@"[Vulkan]: Got %u swapchain images.\n", + VLOG("[Vulkan]: Got %u swapchain images.\n", vk->context.num_swapchain_images); for (i = 0; i < vk->context.num_swapchain_images; i++) diff --git a/PVCoreBridgeRetro/Sources/retro/gfx/common/vulkan_common.h b/PVCoreBridgeRetro/Sources/retro/gfx/common/vulkan_common.h index 45f3c52589..aee6667676 100644 --- a/PVCoreBridgeRetro/Sources/retro/gfx/common/vulkan_common.h +++ b/PVCoreBridgeRetro/Sources/retro/gfx/common/vulkan_common.h @@ -465,7 +465,7 @@ static INLINE unsigned vulkan_format_to_bpp(VkFormat format) return 1; default: - ELOG(@"[Vulkan]: Unknown format.\n"); + printf("[Vulkan]: Unknown format.\n"); abort(); } } diff --git a/PVCoreBridgeRetro/Sources/retro/gfx/drivers/vulkan.c b/PVCoreBridgeRetro/Sources/retro/gfx/drivers/vulkan.c index 9ae44e21b8..3bdc436a67 100644 --- a/PVCoreBridgeRetro/Sources/retro/gfx/drivers/vulkan.c +++ b/PVCoreBridgeRetro/Sources/retro/gfx/drivers/vulkan.c @@ -18,7 +18,6 @@ #include #include - #include #include #include @@ -683,7 +682,7 @@ static bool vulkan_init_default_filter_chain(vk_t *vk) if (!vk->filter_chain) { - ELOG(@"Failed to create filter chain.\n"); + ELOG("Failed to create filter chain.\n"); return false; } @@ -717,7 +716,7 @@ static bool vulkan_init_filter_chain_preset(vk_t *vk, const char *shader_path) if (!vk->filter_chain) { - ELOG(@"[Vulkan]: Failed to create preset: \"%s\".\n", shader_path); + RARCH_ERR("[Vulkan]: Failed to create preset: \"%s\".\n", shader_path); return false; } @@ -734,13 +733,13 @@ static bool vulkan_init_filter_chain(vk_t *vk) if (type == RARCH_SHADER_NONE) { - VLOG(@"[Vulkan]: Loading stock shader.\n"); + RARCH_LOG("[Vulkan]: Loading stock shader.\n"); return vulkan_init_default_filter_chain(vk); } if (type != RARCH_SHADER_SLANG) { - VLOG(@"[Vulkan]: Only SLANG shaders are supported, falling back to stock.\n"); + VLOG("[Vulkan]: Only SLANG shaders are supported, falling back to stock.\n"); return vulkan_init_default_filter_chain(vk); } @@ -848,8 +847,9 @@ static void vulkan_free(void *data) font_driver_free(NULL); vulkan_deinit_static_resources(vk); +#ifdef HAVE_OVERLAY vulkan_overlay_free(vk); - +#endif if (vk->filter_chain) vulkan_filter_chain_free(vk->filter_chain); @@ -1010,7 +1010,7 @@ static void vulkan_init_readback(vk_t *vk) if (!scaler_ctx_gen_filter(&vk->readback.scaler)) { vk->readback.streamed = false; - ELOG(@"[Vulkan]: Failed to initialize scaler context.\n"); + ELOG("[Vulkan]: Failed to initialize scaler context.\n"); } } @@ -1037,7 +1037,7 @@ static void *vulkan_init(const video_info_t *video, ctx_driver = vulkan_get_context(vk); if (!ctx_driver) { - ELOG(@"[Vulkan]: Failed to get Vulkan context.\n"); + ELOG("[Vulkan]: Failed to get Vulkan context.\n"); goto error; } @@ -1049,7 +1049,7 @@ static void *vulkan_init(const video_info_t *video, mode.width = 0; mode.height = 0; - VLOG(@"Detecting screen resolution %ux%u.\n", full_x, full_y); + VLOG("Detecting screen resolution %ux%u.\n", full_x, full_y); interval = video->vsync ? settings->video.swap_interval : 0; video_context_driver_swap_interval(&interval); @@ -1068,7 +1068,7 @@ static void *vulkan_init(const video_info_t *video, if (!video_context_driver_set_video_mode(&mode)) { - ELOG(@"[Vulkan]: Failed to set video mode.\n"); + ELOG("[Vulkan]: Failed to set video mode.\n"); goto error; } @@ -1080,7 +1080,7 @@ static void *vulkan_init(const video_info_t *video, video_driver_set_size(&temp_width, &temp_height); video_driver_get_size(&temp_width, &temp_height); - VLOG(@"Vulkan: Using resolution %ux%u\n", temp_width, temp_height); + VLOG("Vulkan: Using resolution %ux%u\n", temp_width, temp_height); video_context_driver_get_context_data(&vk->context); @@ -1091,7 +1091,7 @@ static void *vulkan_init(const video_info_t *video, vk->tex_fmt = video->rgb32 ? VK_FORMAT_B8G8R8A8_UNORM : VK_FORMAT_R5G6B5_UNORM_PACK16; vk->keep_aspect = video->force_aspect; - VLOG(@"[Vulkan]: Using %s format.\n", video->rgb32 ? "BGRA8888" : "RGB565"); + VLOG("[Vulkan]: Using %s format.\n", video->rgb32 ? "BGRA8888" : "RGB565"); /* Set the viewport to fix recording, since it needs to know * the viewport sizes before we start running. */ @@ -1103,7 +1103,7 @@ static void *vulkan_init(const video_info_t *video, if (!vulkan_init_filter_chain(vk)) { - ELOG(@"[Vulkan]: Failed to init filter chain.\n"); + ELOG("[Vulkan]: Failed to init filter chain.\n"); goto error; } @@ -1116,7 +1116,7 @@ static void *vulkan_init(const video_info_t *video, if (!font_driver_init_first(NULL, NULL, vk, *settings->path.font ? settings->path.font : NULL, settings->video.font_size, false, FONT_DRIVER_RENDER_VULKAN_API)) - ELOG(@"[Vulkan]: Failed to initialize font renderer.\n"); + ELOG("[Vulkan]: Failed to initialize font renderer.\n"); } vulkan_init_readback(vk); @@ -1137,7 +1137,7 @@ static void vulkan_update_filter_chain(vk_t *vk) }; if (!vulkan_filter_chain_update_swapchain_info(vk->filter_chain, &info)) - ELOG(@"Failed to update filter chain info. This will probably lead to a crash ...\n"); + ELOG("Failed to update filter chain info. This will probably lead to a crash ...\n"); } static void vulkan_check_swapchain(vk_t *vk) @@ -1163,7 +1163,7 @@ static void vulkan_set_nonblock_state(void *data, bool state) if (!vk) return; - VLOG(@"[Vulkan]: VSync => %s\n", state ? "off" : "on"); + VLOG("[Vulkan]: VSync => %s\n", state ? "off" : "on"); interval = state ? 0 : settings->video.swap_interval; video_context_driver_swap_interval(&interval); @@ -1234,7 +1234,7 @@ static bool vulkan_set_shader(void *data, if (type != RARCH_SHADER_SLANG && path) { - WLOG(@"[Vulkan]: Only .slang or .slangp shaders are supported. Falling back to stock.\n"); + WLOG("[Vulkan]: Only .slang or .slangp shaders are supported. Falling back to stock.\n"); path = NULL; } @@ -1250,7 +1250,7 @@ static bool vulkan_set_shader(void *data, if (!vulkan_init_filter_chain_preset(vk, path)) { - ELOG(@"[Vulkan]: Failed to create filter chain: \"%s\". Falling back to stock.\n", path); + ELOG("[Vulkan]: Failed to create filter chain: \"%s\". Falling back to stock.\n", path); vulkan_init_default_filter_chain(vk); return false; } @@ -1412,7 +1412,7 @@ static void vulkan_set_viewport(void *data, unsigned viewport_width, vk->tracker.dirty |= VULKAN_DIRTY_DYNAMIC_BIT; #if 0 - VLOG(@"Setting viewport @ %ux%u\n", viewport_width, viewport_height); + VLOG("Setting viewport @ %ux%u\n", viewport_width, viewport_height); #endif } @@ -1437,7 +1437,7 @@ static void vulkan_readback(vk_t *vk) /* FIXME: We won't actually get format conversion with vkCmdCopyImage, so have to check * properly for this. BGRA seems to be the default for all swapchains. */ if (vk->context->swapchain_format != VK_FORMAT_B8G8R8A8_UNORM) - WLOG(@"[Vulkan]: Backbuffer is not BGRA8888, readbacks might not work properly.\n"); + WLOG("[Vulkan]: Backbuffer is not BGRA8888, readbacks might not work properly.\n"); staging = &vk->readback.staging[vk->context->current_swapchain_index]; *staging = vulkan_create_texture(vk, @@ -1669,7 +1669,7 @@ static bool vulkan_frame(void *data, const void *frame, /* Does this make that this can happen at all? */ if (!vk->hw.image) { - ELOG(@"[Vulkan]: HW image is not set. Buggy core?\n"); + ELOG("[Vulkan]: HW image is not set. Buggy core?\n"); return false; } diff --git a/PVCoreBridgeRetro/Sources/retro/gfx/drivers_context/cocoa_gl_ctx.m b/PVCoreBridgeRetro/Sources/retro/gfx/drivers_context/cocoa_gl_ctx.m index 727b7265af..1c4dc0dfb3 100644 --- a/PVCoreBridgeRetro/Sources/retro/gfx/drivers_context/cocoa_gl_ctx.m +++ b/PVCoreBridgeRetro/Sources/retro/gfx/drivers_context/cocoa_gl_ctx.m @@ -108,8 +108,8 @@ - (float) scale { return 1.0f; } static void glkitview_init_xibs(void) { /* iOS Pause menu and lifecycle. */ - UINib *xib = (UINib*)[UINib nibWithNibName:BOXSTRING("PauseIndicatorView") bundle:nil]; - g_pause_indicator_view = [[xib instantiateWithOwner:[RetroArch_iOS get] options:nil] lastObject]; +// UINib *xib = (UINib*)[UINib nibWithNibName:BOXSTRING("PauseIndicatorView") bundle:nil]; +// g_pause_indicator_view = [[xib instantiateWithOwner:[RetroArch_iOS get] options:nil] lastObject]; } #endif @@ -255,7 +255,9 @@ void cocoagl_gfx_ctx_update(void) [g_context makeCurrentContext]; // Make sure the view was created - [CocoaView get]; +#ifdef HAVE_COCOA + [CocoaView get]; +#endif return (void*)"cocoa"; } diff --git a/PVCoreBridgeRetro/Sources/retro/gfx/font_driver.c b/PVCoreBridgeRetro/Sources/retro/gfx/font_driver.c index 1e2fa7b02c..386a45cb32 100644 --- a/PVCoreBridgeRetro/Sources/retro/gfx/font_driver.c +++ b/PVCoreBridgeRetro/Sources/retro/gfx/font_driver.c @@ -18,6 +18,7 @@ #include "video_thread_wrapper.h" #include "../general.h" #include "../verbosity.h" +#include "retroarch.h" static const font_renderer_driver_t *font_backends[] = { #ifdef HAVE_FREETYPE @@ -57,13 +58,13 @@ int font_renderer_create_default(const void **data, void **handle, *handle = font_backends[i]->init(path, font_size); if (*handle) { - VLOG(@"Using font rendering backend: %s.\n", + VLOG("Using font rendering backend: %s.\n", font_backends[i]->ident); *drv = font_backends[i]; return 1; } else - ELOG(@"Failed to create rendering backend: %s.\n", + ELOG("Failed to create rendering backend: %s.\n", font_backends[i]->ident); } diff --git a/PVCoreBridgeRetro/Sources/retro/gfx/video_context_driver.c b/PVCoreBridgeRetro/Sources/retro/gfx/video_context_driver.c index 5bc5d0d01c..f378e1fe00 100644 --- a/PVCoreBridgeRetro/Sources/retro/gfx/video_context_driver.c +++ b/PVCoreBridgeRetro/Sources/retro/gfx/video_context_driver.c @@ -26,6 +26,7 @@ #include "../general.h" #include "../verbosity.h" +#include "retroarch.h" static const gfx_ctx_driver_t *gfx_ctx_drivers[] = { #if defined(__CELLOS_LV2__) @@ -131,7 +132,7 @@ bool video_context_driver_find_prev_driver(void) return true; } - WLOG(@"Couldn't find any previous video context driver.\n"); + WLOG("Couldn't find any previous video context driver.\n"); return false; } @@ -153,7 +154,7 @@ bool video_context_driver_find_next_driver(void) return true; } - WLOG(@"Couldn't find any next video context driver.\n"); + WLOG("Couldn't find any next video context driver.\n"); return false; } @@ -197,7 +198,7 @@ static const gfx_ctx_driver_t *video_context_driver_init( } #ifndef _WIN32 - WLOG(@"Failed to bind API (#%u, version %u.%u) on context driver \"%s\".\n", + WLOG("Failed to bind API (#%u, version %u.%u) on context driver \"%s\".\n", (unsigned)api, major, minor, ctx->ident); #endif diff --git a/PVCoreBridgeRetro/Sources/retro/gfx/video_coord_array.c b/PVCoreBridgeRetro/Sources/retro/gfx/video_coord_array.c index 5d73f97df5..1ba83e8b46 100644 --- a/PVCoreBridgeRetro/Sources/retro/gfx/video_coord_array.c +++ b/PVCoreBridgeRetro/Sources/retro/gfx/video_coord_array.c @@ -18,6 +18,7 @@ #include #include +#include #include "video_coord_array.h" @@ -67,7 +68,7 @@ bool video_coord_array_append(video_coord_array_t *ca, if (ca->coords.vertices + count >= ca->allocated) { - unsigned cap = next_pow2(ca->coords.vertices + count); + unsigned cap = next_pow2((uint32_t)(ca->coords.vertices + count)); if (!video_coord_array_resize(ca, cap)) return false; } diff --git a/PVCoreBridgeRetro/Sources/retro/libretro-common/glsm/glsm.c b/PVCoreBridgeRetro/Sources/retro/libretro-common/glsm/glsm.c index b38ac5b0ee..04488c4492 100644 --- a/PVCoreBridgeRetro/Sources/retro/libretro-common/glsm/glsm.c +++ b/PVCoreBridgeRetro/Sources/retro/libretro-common/glsm/glsm.c @@ -652,7 +652,7 @@ void rglFramebufferTexture2D(GLenum target, GLenum attachment, void rglFramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLint level) { -#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) && defined(HAVE_OPENGLES_3_2) +#if defined(HAVE_OPENGL) || (defined(HAVE_OPENGLES) && defined(HAVE_OPENGLES_3_2)) glFramebufferTexture(target, attachment, texture, level); #endif } diff --git a/PVCoreBridgeRetro/Sources/retro/libretro-common/include/gfx/math/matrix_4x4.h b/PVCoreBridgeRetro/Sources/retro/libretro-common/include/gfx/math/matrix_4x4.h index 5b9a4cdb79..2782721181 100644 --- a/PVCoreBridgeRetro/Sources/retro/libretro-common/include/gfx/math/matrix_4x4.h +++ b/PVCoreBridgeRetro/Sources/retro/libretro-common/include/gfx/math/matrix_4x4.h @@ -33,7 +33,7 @@ * to work on GLES 2.0 and modern GL variants. */ -#define MAT_ELEM_4X4(mat, row, column) ((mat).data[4 * (column) + (row)]) +#define MAT_ELEM_4X4(mat, row, column) ((mat)->data[4 * (column) + (row)]) RETRO_BEGIN_DECLS diff --git a/PVCoreBridgeRetro/Sources/retro/libretro-common/include/glsym/glsym.h b/PVCoreBridgeRetro/Sources/retro/libretro-common/include/glsym/glsym.h index b004036c36..ad21442cb7 100644 --- a/PVCoreBridgeRetro/Sources/retro/libretro-common/include/glsym/glsym.h +++ b/PVCoreBridgeRetro/Sources/retro/libretro-common/include/glsym/glsym.h @@ -26,10 +26,14 @@ #include "rglgen.h" #ifndef HAVE_PSGL -#if defined(HAVE_OPENGLES2) -#include "glsym_es2.h" -#elif defined(HAVE_OPENGLES3) +#if defined(HAVE_OPENGLES3) +#import +#import #include "glsym_es3.h" +#elif defined(HAVE_OPENGLES2) +#import +#import +#include "glsym_es2.h" #else #ifdef HAVE_LIBNX #include "switch/nx_glsym.h" diff --git a/PVCoreBridgeRetro/Sources/retro/libretro-common/include/glsym/rglgen_private_headers.h b/PVCoreBridgeRetro/Sources/retro/libretro-common/include/glsym/rglgen_private_headers.h index 251e0ced56..a88188ccc1 100644 --- a/PVCoreBridgeRetro/Sources/retro/libretro-common/include/glsym/rglgen_private_headers.h +++ b/PVCoreBridgeRetro/Sources/retro/libretro-common/include/glsym/rglgen_private_headers.h @@ -25,12 +25,12 @@ #if defined(IOS) -#if defined(HAVE_OPENGLES3) -#include -#include -#else +#if defined(HAVE_OPENGLES2) #include #include +#elif defined(HAVE_OPENGLES3) +#include +#include #endif #elif defined(__APPLE__) diff --git a/PVCoreBridgeRetro/Sources/retro/libretro-common/include/lists/dir_list.h b/PVCoreBridgeRetro/Sources/retro/libretro-common/include/lists/dir_list.h index 4c48978113..71f6909eb4 100644 --- a/PVCoreBridgeRetro/Sources/retro/libretro-common/include/lists/dir_list.h +++ b/PVCoreBridgeRetro/Sources/retro/libretro-common/include/lists/dir_list.h @@ -64,6 +64,8 @@ bool dir_list_append(struct string_list *list, const char *dir, const char *ext, struct string_list *dir_list_new(const char *dir, const char *ext, bool include_dirs, bool include_hidden, bool include_compressed, bool recursive); +int dir_list_read(const char *dir, struct string_list *list, struct string_list *ext_list, bool include_dirs, bool include_compressed, bool recursive); + /* Warning: 'list' must zero initialised before * calling this function, otherwise memory leaks/ * undefined behaviour will occur */ diff --git a/PVCoreBridgeRetro/Sources/retro/libretro-common/lists/dir_list.c b/PVCoreBridgeRetro/Sources/retro/libretro-common/lists/dir_list.c index 3a32be9bac..cb47f0306c 100644 --- a/PVCoreBridgeRetro/Sources/retro/libretro-common/lists/dir_list.c +++ b/PVCoreBridgeRetro/Sources/retro/libretro-common/lists/dir_list.c @@ -158,8 +158,8 @@ static int parse_dir_entry(const char *name, char *file_path, * Returns: pointer to a directory listing of type 'struct string_list *' on success, * NULL in case of error. Has to be freed manually. **/ -struct string_list *dir_list_new(const char *dir, - const char *ext, bool include_dirs, bool include_compressed, bool recursive) +struct string_list *dir_list_new(const char *dir, const char *ext, + bool include_dirs, bool include_hidden, bool include_compressed, bool recursive) { struct string_list *ext_list = NULL; struct string_list *list = NULL; diff --git a/PVCoreBridgeRetro/Sources/retro/list_special.c b/PVCoreBridgeRetro/Sources/retro/list_special.c index bfac49b46e..cd44d04e73 100644 --- a/PVCoreBridgeRetro/Sources/retro/list_special.c +++ b/PVCoreBridgeRetro/Sources/retro/list_special.c @@ -135,7 +135,9 @@ struct string_list *dir_list_new_special(const char *input_dir, return NULL; } - return dir_list_new(dir, exts, include_dirs, type == DIR_LIST_CORE_INFO, recursive); + bool include_hidden = type == DIR_LIST_CORE_INFO; + bool include_compressed = false; + return dir_list_new(dir, exts, include_dirs, include_hidden, include_compressed, recursive); } struct string_list *string_list_new_special(enum string_list_type type, diff --git a/PVCoreBridgeRetro/Sources/retro/location/location_driver.c b/PVCoreBridgeRetro/Sources/retro/location/location_driver.c index a1535901b9..1acec650ee 100644 --- a/PVCoreBridgeRetro/Sources/retro/location/location_driver.c +++ b/PVCoreBridgeRetro/Sources/retro/location/location_driver.c @@ -103,13 +103,13 @@ void find_location_driver(void) else { unsigned d; - ELOG(@"Couldn't find any location driver named \"%s\"\n", + ELOG("Couldn't find any location driver named \"%s\"\n", settings->location.driver); RARCH_LOG_OUTPUT("Available location drivers are:\n"); for (d = 0; location_driver_find_handle(d); d++) RARCH_LOG_OUTPUT("\t%s\n", location_driver_find_ident(d)); - WLOG(@"Going to default to first location driver...\n"); + WLOG("Going to default to first location driver...\n"); location_driver = (const location_driver_t*)location_driver_find_handle(0); @@ -215,7 +215,7 @@ void init_location(void) if (!location_data) { - ELOG(@"Failed to initialize location driver. Will continue without location.\n"); + ELOG("Failed to initialize location driver. Will continue without location.\n"); location_driver_ctl(RARCH_LOCATION_CTL_UNSET_ACTIVE, NULL); } diff --git a/PVLogging/Sources/PVLogging/PVLogEntry.swift b/PVLogging/Sources/PVLogging/PVLogEntry.swift index e1caac8bc4..f04a5514df 100644 --- a/PVLogging/Sources/PVLogging/PVLogEntry.swift +++ b/PVLogging/Sources/PVLogging/PVLogEntry.swift @@ -17,11 +17,16 @@ public final class PVLogEntry: NSObject { public let offset: TimeInterval public var level: PVLogLevel = .Debug - public var fileString: StaticString = "" - public var functionString: StaticString = "" + /// Storage for both String and StaticString versions + private var _fileString: String = "" + private var _functionString: String = "" public var lineNumberString = "" public var text: String = "" + /// Properties to access the strings + public var fileString: String { _fileString } + public var functionString: String { _functionString } + override init () { self.time = Date() self.entryIndex = __PVLogEntryIndexCounter @@ -30,7 +35,7 @@ public final class PVLogEntry: NSObject { __PVLogEntryIndexCounter += 1 } } - + @objc public convenience init(message: String) { self.init() @@ -41,15 +46,15 @@ public final class PVLogEntry: NSObject { self.init() self.text = message self.level = level - self.fileString = file - self.functionString = function + self._fileString = "\(file)" + self._functionString = "\(function)" self.lineNumberString = lineNumber } - + override public var description: String { return "\(offset) [\(functionString):\(lineNumberString):\(level.rawValue)] \(text)" } - + public lazy var string: String = { "\(offset) [\(level.rawValue)] \(text)" }() @@ -64,18 +69,18 @@ public final class PVLogEntry: NSObject { let color3 = "#B0ADB9" let color4 = "#414045" let color5 = "#37363A" - + let compColor1 = "#F9F7E9" let compColor2 = "#FFFFFF" - + let timeColor = color1 let functionColor = color3 let lineNumberColor = color2 - + let textColor = toggle ? compColor2 : compColor1 - + let backgroundColor = toggle ? color4 : color5 - + return """ \(offset) @@ -85,4 +90,15 @@ public final class PVLogEntry: NSObject { """ }() + + /// Objective-C compatible initializer + @objc + public convenience init(message: String, level: PVLogLevel, file: String, function: String, lineNumber: String) { + self.init() + self.text = message + self.level = level + self._fileString = file + self._functionString = function + self.lineNumberString = lineNumber + } } diff --git a/PVLogging/Sources/PVLogging/PVLogFunctions.swift b/PVLogging/Sources/PVLogging/PVLogFunctions.swift index 8120fad17a..7391480dfe 100644 --- a/PVLogging/Sources/PVLogging/PVLogFunctions.swift +++ b/PVLogging/Sources/PVLogging/PVLogFunctions.swift @@ -57,6 +57,7 @@ public func log(_ message: @autoclosure () -> String, } let logMessage = "\(emoji) \(fileName):\(line) - \(function): \(message())" + // Log to OSLog switch level { case .debug: category.debug("\(logMessage, privacy: .public)") @@ -69,6 +70,11 @@ public func log(_ message: @autoclosure () -> String, default: category.log(level: level, "\(logMessage, privacy: .public)") } + + /// Print to console in DEBUG builds + #if DEBUG + print(logMessage) + #endif } // Update convenience functions to include emojis diff --git a/PVLogging/Sources/PVLogging/PVLogging.swift b/PVLogging/Sources/PVLogging/PVLogging.swift index 1b4b574f7e..30d2aa241a 100644 --- a/PVLogging/Sources/PVLogging/PVLogging.swift +++ b/PVLogging/Sources/PVLogging/PVLogging.swift @@ -21,7 +21,7 @@ public final class PVLogging: NSObject { public var entity: PVLoggingEntity? public let startupTime: Date = Date() - + public private(set) var history = [PVLogEntry]() private var listeners = Array() @@ -88,22 +88,44 @@ public final class PVLogging: NSObject { subsystem: Bundle.main.bundleIdentifier!, category: "App") fileprivate func log(_ entry: PVLogEntry) { - // TODO: Add array of "loggers" for os_log, nslogger - // and iterate through them -// if #available(iOS 14.0, tvOS 14.0, *) { -// switch entry.level { -// case .Debug: -// Self.logger.log(level: .debug, .init(stringLiteral: entry.string)) -// case .Error: -// Self.logger.log(level: .error, .init(stringLiteral: entry.string)) -// case .Warn: -// Self.logger.log(level: .error, .init(stringLiteral: entry.string)) -// case .U: -// Self.logger.log(level: .fault, .init(stringLiteral: entry.string)) -// case .Info: -// Self.logger.log(level: .info, .init(stringLiteral: entry.string)) -// } -// } + /// Convert PVLogLevel to OSLogType + let osLogLevel: OSLogType = { + switch entry.level { + case .Debug: + return .debug + case .Info: + return .info + case .Warn: + return .default + case .Error: + return .error + case .U: + return .fault + } + }() + + /// Create the formatted message with file, line, and function information + let fileName = String(describing: entry.fileString).components(separatedBy: "/").last ?? "" + let logMessage = "\(fileName):\(entry.lineNumberString) - \(entry.functionString): \(entry.text)" + + /// Log to OSLog system + switch osLogLevel { + case .debug: + Logger.general.debug("\(logMessage, privacy: .public)") + case .info: + Logger.general.info("\(logMessage, privacy: .public)") + case .error: + Logger.general.error("\(logMessage, privacy: .public)") + case .fault: + Logger.general.fault("\(logMessage, privacy: .public)") + default: + Logger.general.log(level: osLogLevel, "\(logMessage, privacy: .public)") + } + + /// Also print to console in DEBUG builds + #if DEBUG + print(logMessage) + #endif } diff --git a/PVLogging/Sources/PVLoggingObjC/PVLoggingObjC.m b/PVLogging/Sources/PVLoggingObjC/PVLoggingObjC.m index fe52d61308..3c23c9a698 100644 --- a/PVLogging/Sources/PVLoggingObjC/PVLoggingObjC.m +++ b/PVLogging/Sources/PVLoggingObjC/PVLoggingObjC.m @@ -10,25 +10,42 @@ void PVLog(NSUInteger level, NSUInteger flag, const char *file, if (flag == PVLogFlagError) { async = NO; } + + /// Format the message with variable arguments va_list args; va_start(args, format); - // TODO: Call our swift code instead - PVLogEntry* logEntry = [[PVLogEntry alloc] initWithMessage:@""]; - // let logEntry = PVLogEntry(message: message(), level: level, file: file, function: function, lineNumber: "\(line)") - [PVLogging.sharedInstance add:logEntry]; - -// [DDLog log:async -// level:level -// flag:flag -// context:0 -// file:file -// function:function -// line:line -// tag:nil -// format:(format) -// args:args]; - + NSString *message = [[NSString alloc] initWithFormat:format arguments:args]; va_end(args); + + /// Convert flag to PVLogLevel + PVLogLevel logLevel; + switch (flag) { + case PVLogFlagError: + logLevel = PVLogLevelError; + break; + case PVLogFlagWarning: + logLevel = PVLogLevelWarn; + break; + case PVLogFlagInfo: + logLevel = PVLogLevelInfo; + break; + case PVLogFlagDebug: + logLevel = PVLogLevelDebug; + break; + default: + logLevel = PVLogLevelInfo; + break; + } + + /// Create log entry with all required information + PVLogEntry* logEntry = [[PVLogEntry alloc] initWithMessage:message + level:logLevel + file:[NSString stringWithUTF8String:file] + function:[NSString stringWithUTF8String:function] + lineNumber:[NSString stringWithFormat:@"%d", line]]; + + /// Add to logging system + [PVLogging.sharedInstance add:logEntry]; } // ClassFinder.m diff --git a/PVSettings/Sources/PVSettings/Settings/Model/PVSettingsModel.swift b/PVSettings/Sources/PVSettings/Settings/Model/PVSettingsModel.swift index 8f3a427fcc..84aa302cfb 100644 --- a/PVSettings/Sources/PVSettings/Settings/Model/PVSettingsModel.swift +++ b/PVSettings/Sources/PVSettings/Settings/Model/PVSettingsModel.swift @@ -170,6 +170,11 @@ public final class PVSettingsWrapper: NSObject { public static var volume: Float { get { Defaults[.volume] } set { Defaults[.volume] = newValue }} + + @objc + public static var useMetal: Bool { + get { Defaults[.useMetal] } + set { Defaults[.useMetal] = newValue }} } public extension Defaults.Keys { diff --git a/PVUI/Sources/PVSwiftUI/Components/GameContextMenu.swift b/PVUI/Sources/PVSwiftUI/Components/GameContextMenu.swift index a788c9c02c..531a59e0cb 100644 --- a/PVUI/Sources/PVSwiftUI/Components/GameContextMenu.swift +++ b/PVUI/Sources/PVSwiftUI/Components/GameContextMenu.swift @@ -40,7 +40,7 @@ struct GameContextMenu: View { // Initialize computed properties _availableCores = State(initialValue: game.system?.cores.filter { - !(AppState.shared.isAppStore && $0.appStoreDisabled) + !(AppState.shared.isAppStore && $0.appStoreDisabled && !Defaults[.unsupportedCores]) } ?? []) _hasSaveStates = State(initialValue: !game.saveStates.isEmpty) } diff --git a/PVUI/Sources/PVSwiftUI/Components/SystemPickerView.swift b/PVUI/Sources/PVSwiftUI/Components/SystemPickerView.swift index 700ea5604a..ab0af30af5 100644 --- a/PVUI/Sources/PVSwiftUI/Components/SystemPickerView.swift +++ b/PVUI/Sources/PVSwiftUI/Components/SystemPickerView.swift @@ -21,7 +21,7 @@ struct SystemPickerView: View { private var availableSystems: [PVSystem] { PVEmulatorConfiguration.systems.filter { $0.identifier != game.systemIdentifier && - !(AppState.shared.isAppStore && $0.appStoreDisabled) + !(AppState.shared.isAppStore && $0.appStoreDisabled && !Defaults[.unsupportedCores]) } } diff --git a/PVUI/Sources/PVSwiftUI/Settings/Views/CoreProjectsView.swift b/PVUI/Sources/PVSwiftUI/Settings/Views/CoreProjectsView.swift index 978829e445..daa1327767 100644 --- a/PVUI/Sources/PVSwiftUI/Settings/Views/CoreProjectsView.swift +++ b/PVUI/Sources/PVSwiftUI/Settings/Views/CoreProjectsView.swift @@ -17,7 +17,7 @@ struct CoreProjectsView: View { init() { cores = RomDatabase.sharedInstance.all(PVCore.self, sortedByKeyPath: #keyPath(PVCore.projectName)).toArray() .filter({ core in - !(AppState.shared.isAppStore && core.appStoreDisabled) + !(AppState.shared.isAppStore && core.appStoreDisabled && !Defaults[.unsupportedCores]) }) } diff --git a/PVUI/Sources/PVSwiftUI/Settings/Views/SystemSettingsView.swift b/PVUI/Sources/PVSwiftUI/Settings/Views/SystemSettingsView.swift index 1f1f30b588..bf813a8525 100644 --- a/PVUI/Sources/PVSwiftUI/Settings/Views/SystemSettingsView.swift +++ b/PVUI/Sources/PVSwiftUI/Settings/Views/SystemSettingsView.swift @@ -20,27 +20,26 @@ struct SystemSettingsView: View { var isAppStore: Bool = { AppState.shared.isAppStore }() - + var filteredSystems: [PVSystem] { if searchText.isEmpty { return systems .filter { system in - let hasValidCores = !system.cores.isEmpty && !(isAppStore && system.appStoreDisabled) - // Only show systems with no cores if unsupportedCores is true - return unsupportedCores ? hasValidCores : (hasValidCores && system.cores.count > 0) + !system.cores.isEmpty && !(isAppStore && system.appStoreDisabled && !Defaults[.unsupportedCores]) } .sorted(by: { $0.identifier < $1.identifier }) } return systems.filter { system in - let hasValidCores = !system.cores.isEmpty && !(isAppStore && system.appStoreDisabled) - let meetsSearchCriteria = system.name.localizedCaseInsensitiveContains(searchText) || - system.manufacturer.localizedCaseInsensitiveContains(searchText) || - system.cores.contains { core in - core.projectName.localizedCaseInsensitiveContains(searchText) - } || - (system.BIOSes?.contains { bios in - bios.descriptionText.localizedCaseInsensitiveContains(searchText) - } ?? false) + !system.cores.isEmpty && + !(isAppStore && system.appStoreDisabled && !Defaults[.unsupportedCores]) && + system.name.localizedCaseInsensitiveContains(searchText) || + system.manufacturer.localizedCaseInsensitiveContains(searchText) || + system.cores.contains { core in + core.projectName.localizedCaseInsensitiveContains(searchText) + } || + (system.BIOSes?.contains { bios in + bios.descriptionText.localizedCaseInsensitiveContains(searchText) + } ?? false) // Only show systems with no cores if unsupportedCores is true return (unsupportedCores ? hasValidCores : (hasValidCores && system.cores.count > 0)) && meetsSearchCriteria @@ -106,11 +105,11 @@ struct SystemSection: View { #endif ForEach(system.cores.filter { core in - !(AppState.shared.isAppStore && core.appStoreDisabled) + !(AppState.shared.isAppStore && core.appStoreDisabled && !Defaults[.unsupportedCores]) }, id: \.identifier) { core in Text(core.projectName) .padding(.leading) - } + } // BIOSes if let bioses = system.BIOSes, !bioses.isEmpty { diff --git a/PVUI/Sources/PVUIBase/Controller/OSD/Moveable.swift b/PVUI/Sources/PVUIBase/Controller/OSD/Moveable.swift index 04a9b20618..3f8e8cf9fe 100644 --- a/PVUI/Sources/PVUIBase/Controller/OSD/Moveable.swift +++ b/PVUI/Sources/PVUIBase/Controller/OSD/Moveable.swift @@ -241,7 +241,7 @@ class MovableButtonView: UIView, Moveable { // Cache the successful key cachedPositionKey = key - ILOG("Generated and cached position key: \(key)") + // ILOG("Generated and cached position key: \(key)") return key } diff --git a/PVUI/Sources/PVUIBase/GameLaunching/GameLaunchingViewController.swift b/PVUI/Sources/PVUIBase/GameLaunching/GameLaunchingViewController.swift index ef1995209d..cea029c86d 100644 --- a/PVUI/Sources/PVUIBase/GameLaunching/GameLaunchingViewController.swift +++ b/PVUI/Sources/PVUIBase/GameLaunching/GameLaunchingViewController.swift @@ -135,9 +135,8 @@ extension GameLaunchingViewController where Self: UIViewController { // Are unsupported cr let unsupportedCores = Defaults[.unsupportedCores] - let cores: [PVCore] = system.cores.filter { - (!$0.disabled || unsupportedCores) && $0.hasCoreClass && !(AppState.shared.isAppStore && $0.appStoreDisabled) + (!$0.disabled || unsupportedCores) && $0.hasCoreClass && !(AppState.shared.isAppStore && $0.appStoreDisabled && !Defaults[.unsupportedCores]) }.sorted(by: { $0.projectName < $1.projectName }) guard !cores.isEmpty else { diff --git a/PVUI/Sources/PVUIBase/PVGLViewController/PVMetalViewController.swift b/PVUI/Sources/PVUIBase/PVGLViewController/PVMetalViewController.swift index 7955646037..73ac6e754a 100644 --- a/PVUI/Sources/PVUIBase/PVGLViewController/PVMetalViewController.swift +++ b/PVUI/Sources/PVUIBase/PVGLViewController/PVMetalViewController.swift @@ -774,7 +774,8 @@ class PVMetalViewController : PVGPUViewController, PVRenderDelegate, MTKViewDele case (GLenum(GL_RGB), GLenum(GL_UNSIGNED_SHORT)): return .rgb10a2Unorm // Better match for RGB unsigned short case (GLenum(GL_RGB), GLenum(GL_UNSIGNED_SHORT_5_6_5)), - (GLenum(GL_BGRA), GLenum(GL_UNSIGNED_SHORT_5_6_5)): + (GLenum(GL_BGRA), GLenum(GL_UNSIGNED_SHORT_5_6_5)), + (GLenum(GL_UNSIGNED_SHORT_5_6_5), GLenum(GL_UNSIGNED_BYTE)): return .b5g6r5Unorm case (GLenum(GL_RGB), GLenum(GL_UNSIGNED_INT)): return .rgba32Uint // Approximation, might lose precision @@ -1635,15 +1636,20 @@ class PVMetalViewController : PVGPUViewController, PVRenderDelegate, MTKViewDele } func didRenderFrameOnAlternateThread() { - guard backingMTLTexture != nil else { - ELOG("backingMTLTexture was nil") - return - } glFlush() emulatorCore?.frontBufferLock.lock() previousCommandBuffer?.waitUntilScheduled() + + defer { + emulatorCore?.frontBufferLock.unlock() + + emulatorCore?.frontBufferCondition.lock() + emulatorCore?.isFrontBufferReady = true + emulatorCore?.frontBufferCondition.signal() + emulatorCore?.frontBufferCondition.unlock() + } guard let commandBuffer = commandQueue?.makeCommandBuffer() else { ELOG("commandBuffer was nil") @@ -1655,27 +1661,26 @@ class PVMetalViewController : PVGPUViewController, PVRenderDelegate, MTKViewDele return } - let screenRect = emulatorCore?.screenRect ?? .zero - - encoder.copy(from: backingMTLTexture!, - sourceSlice: 0, sourceLevel: 0, - sourceOrigin: MTLOrigin(x: Int(screenRect.origin.x), - y: Int(screenRect.origin.y), z: 0), - sourceSize: MTLSize(width: Int(screenRect.width), - height: Int(screenRect.height), depth: 1), - to: inputTexture!, - destinationSlice: 0, destinationLevel: 0, - destinationOrigin: MTLOrigin(x: 0, y: 0, z: 0)) + if let backingMTLTexture = backingMTLTexture { + let screenRect = emulatorCore?.screenRect ?? .zero - encoder.endEncoding() - commandBuffer.commit() + encoder.copy(from: backingMTLTexture, + sourceSlice: 0, sourceLevel: 0, + sourceOrigin: MTLOrigin(x: Int(screenRect.origin.x), + y: Int(screenRect.origin.y), z: 0), + sourceSize: MTLSize(width: Int(screenRect.width), + height: Int(screenRect.height), depth: 1), + to: inputTexture!, + destinationSlice: 0, destinationLevel: 0, + destinationOrigin: MTLOrigin(x: 0, y: 0, z: 0)) - emulatorCore?.frontBufferLock.unlock() + encoder.endEncoding() + commandBuffer.commit() - emulatorCore?.frontBufferCondition.lock() - emulatorCore?.isFrontBufferReady = true - emulatorCore?.frontBufferCondition.signal() - emulatorCore?.frontBufferCondition.unlock() + } else { + ELOG("backingMTLTexture was nil") + return + } } /// Cached viewport values diff --git a/Provenance.xcodeproj/project.pbxproj b/Provenance.xcodeproj/project.pbxproj index beaab77426..394a3f1444 100644 --- a/Provenance.xcodeproj/project.pbxproj +++ b/Provenance.xcodeproj/project.pbxproj @@ -139,7 +139,6 @@ 9361E6FB2BD62C1300E3891A /* PVEmuThree.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9361E6F92BD62BFA00E3891A /* PVEmuThree.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 93654F76298F400B0046503F /* PVSupergrafx.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93654F75298F400B0046503F /* PVSupergrafx.framework */; }; 93654F77298F400B0046503F /* PVSupergrafx.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 93654F75298F400B0046503F /* PVSupergrafx.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 9368551E2A8956220087FE6B /* modules in Resources */ = {isa = PBXBuildFile; fileRef = 934BE9B3296F178400FB9933 /* modules */; }; 936BFD852986A6CA001FF097 /* libMoltenVK.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 936BFD802986A5B4001FF097 /* libMoltenVK.dylib */; platformFilter = maccatalyst; }; 936BFD862986A6CA001FF097 /* libMoltenVK.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 936BFD802986A5B4001FF097 /* libMoltenVK.dylib */; platformFilter = maccatalyst; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; 939A43092A35ADE2001AFF6B /* PVRetroArch.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 934BE9AE296F177B00FB9933 /* PVRetroArch.framework */; platformFilters = (ios, maccatalyst, tvos, ); }; @@ -177,6 +176,12 @@ B312805F274C60EC00550720 /* SteamController in Frameworks */ = {isa = PBXBuildFile; productRef = B3D30FC026F0BCE60064603F /* SteamController */; }; B313647C2970095B00C34FED /* PVPCSXRearmed.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B38E0F10289290E5004720DA /* PVPCSXRearmed.framework */; }; B313647D2970095B00C34FED /* PVPCSXRearmed.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B38E0F10289290E5004720DA /* PVPCSXRearmed.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B31428502CFFED5E009FB8B3 /* PVFlycast.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B314284F2CFFED5E009FB8B3 /* PVFlycast.framework */; }; + B31428512CFFED5E009FB8B3 /* PVFlycast.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B314284F2CFFED5E009FB8B3 /* PVFlycast.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3147AED2D00042B009FB8B3 /* PVMelonDS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3147AEC2D00042B009FB8B3 /* PVMelonDS.framework */; }; + B3147AEE2D00042B009FB8B3 /* PVMelonDS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3147AEC2D00042B009FB8B3 /* PVMelonDS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3147AF02D000469009FB8B3 /* PVMelonDSRetro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3147AEF2D000469009FB8B3 /* PVMelonDSRetro.framework */; }; + B3147AF12D000469009FB8B3 /* PVMelonDSRetro.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3147AEF2D000469009FB8B3 /* PVMelonDSRetro.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B31553622CC2FD5500C472CA /* PVPPSSPP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B31553612CC2FD5500C472CA /* PVPPSSPP.framework */; }; B31553632CC2FD5500C472CA /* PVPPSSPP.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B31553612CC2FD5500C472CA /* PVPPSSPP.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B318E2772CAB4B3F00D0E599 /* PVGenesis.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B318E2762CAB4B3F00D0E599 /* PVGenesis.framework */; }; @@ -286,6 +291,8 @@ B32D8F821EA7FDBE00175FBF /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B32D8F811EA7FDBE00175FBF /* GameController.framework */; }; B33625FC26EDF88200DC41EA /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B33625FA26EDF88200DC41EA /* MetalKit.framework */; }; B33625FD26EDF88200DC41EA /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B33625FB26EDF88200DC41EA /* Metal.framework */; }; + B33A08022D2C73D900BFB6C9 /* openmp.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = B33A08012D2C73D900BFB6C9 /* openmp.xcframework */; }; + B33A08032D2C73D900BFB6C9 /* openmp.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B33A08012D2C73D900BFB6C9 /* openmp.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B33A09342D2D0B0C00BFB6C9 /* PVJIT in Frameworks */ = {isa = PBXBuildFile; platformFilter = ios; productRef = B33A09332D2D0B0C00BFB6C9 /* PVJIT */; }; B33A763B2CC5168C00FC746F /* SiriusRating in Frameworks */ = {isa = PBXBuildFile; platformFilters = (ios, maccatalyst, ); productRef = B33A763A2CC5168C00FC746F /* SiriusRating */; }; B33B4F402C198F32007371C5 /* MBProgressHUD in Frameworks */ = {isa = PBXBuildFile; productRef = B33B4F3F2C198F32007371C5 /* MBProgressHUD */; }; @@ -612,6 +619,9 @@ B38436362C9FC2EC00E32EB1 /* snes9x.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B38436342C9FC2EC00E32EB1 /* snes9x.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B386DD682C8939C60021A7BA /* PVFreeDO-Dynamic in Frameworks */ = {isa = PBXBuildFile; productRef = B386DD672C8939C60021A7BA /* PVFreeDO-Dynamic */; }; B386DE862C8974DA0021A7BA /* PVFreeDO-Dynamic in Embed Frameworks */ = {isa = PBXBuildFile; productRef = B386DD672C8939C60021A7BA /* PVFreeDO-Dynamic */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B387F3882D2C569300D541F1 /* PVJIT in Frameworks */ = {isa = PBXBuildFile; productRef = B387F3872D2C569300D541F1 /* PVJIT */; }; + B387F38A2D2C5CFD00D541F1 /* flycast.libretro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B387F3892D2C5CFD00D541F1 /* flycast.libretro.framework */; }; + B387F38B2D2C5CFD00D541F1 /* flycast.libretro.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B387F3892D2C5CFD00D541F1 /* flycast.libretro.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B38A68C02CCF031C001C57D0 /* PVVisualBoyAdvance-Dynamic in Frameworks */ = {isa = PBXBuildFile; productRef = B38A68BF2CCF031C001C57D0 /* PVVisualBoyAdvance-Dynamic */; }; B38A68C12CCF031C001C57D0 /* PVVisualBoyAdvance-Dynamic in Embed Frameworks */ = {isa = PBXBuildFile; productRef = B38A68BF2CCF031C001C57D0 /* PVVisualBoyAdvance-Dynamic */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; B38C69B42BEB2CB300AE4F86 /* TopShelf.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = BE9FDCB71C210B9E0046DF0E /* TopShelf.appex */; platformFilters = (tvos, ); settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; @@ -736,6 +746,11 @@ B3A610272CB8865C001D99C2 /* PVVirtualJaguar-Dynamic in Embed Frameworks */ = {isa = PBXBuildFile; productRef = B3A610252CB8865C001D99C2 /* PVVirtualJaguar-Dynamic */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; B3AAFB562949F9B800CC8234 /* PVDolphin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3A320392720991B00F338F6 /* PVDolphin.framework */; platformFilters = (ios, tvos, ); }; B3AAFB572949F9B800CC8234 /* PVDolphin.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3A320392720991B00F338F6 /* PVDolphin.framework */; platformFilters = (ios, tvos, ); settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3AD724E2D246DC7001E5EC3 /* PVfMSX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3AD724D2D246DC7001E5EC3 /* PVfMSX.framework */; }; + B3AD724F2D246DC7001E5EC3 /* PVfMSX.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3AD724D2D246DC7001E5EC3 /* PVfMSX.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3AD74452D24737B001E5EC3 /* PVfMSX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3AD74442D24737B001E5EC3 /* PVfMSX.framework */; }; + B3AD74462D24737B001E5EC3 /* PVfMSX.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3AD74442D24737B001E5EC3 /* PVfMSX.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3AD74492D2474F3001E5EC3 /* PVCoreBridgeRetro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3AD74482D2474F3001E5EC3 /* PVCoreBridgeRetro.framework */; }; B3AED2F72BE355B7003A9290 /* LaunchScreenTV.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 555454422AC09998006A065F /* LaunchScreenTV.storyboard */; platformFilters = (tvos, ); }; B3AED2F82BE355BB003A9290 /* LaunchImageTV.png in Resources */ = {isa = PBXBuildFile; fileRef = 555454412AC09997006A065F /* LaunchImageTV.png */; platformFilters = (tvos, ); }; B3AED2F92BE355C3003A9290 /* SaveStates.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B3296ECA26CABFCA0088AC32 /* SaveStates.storyboard */; platformFilters = (tvos, ); }; @@ -790,6 +805,14 @@ B3C65E612CA53668000E37B0 /* PVMupen64PlusVideoGlideN64.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3C65E582CA53666000E37B0 /* PVMupen64PlusVideoGlideN64.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B3C65E622CA53668000E37B0 /* PVMupen64PlusVideoRice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C65E592CA53666000E37B0 /* PVMupen64PlusVideoRice.framework */; }; B3C65E632CA53668000E37B0 /* PVMupen64PlusVideoRice.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3C65E592CA53666000E37B0 /* PVMupen64PlusVideoRice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3CBB39A2D249AD500D5224E /* PVBeetlePSX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3CBB3992D249AD500D5224E /* PVBeetlePSX.framework */; }; + B3CBB39B2D249AD500D5224E /* PVBeetlePSX.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3CBB3992D249AD500D5224E /* PVBeetlePSX.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3CBB39E2D249B0200D5224E /* PVCoreBridgeRetro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3CBB39D2D249B0200D5224E /* PVCoreBridgeRetro.framework */; }; + B3CBB39F2D249B0200D5224E /* PVCoreBridgeRetro.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3CBB39D2D249B0200D5224E /* PVCoreBridgeRetro.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3CBB3A12D249CAB00D5224E /* MoltenVK in Frameworks */ = {isa = PBXBuildFile; productRef = B3CBB3A02D249CAB00D5224E /* MoltenVK */; }; + B3CBB3A32D249D0000D5224E /* PVCoreObjCBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B3CBB3A22D249D0000D5224E /* PVCoreObjCBridge */; }; + B3CBB3A52D249D1200D5224E /* PVCoreBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B3CBB3A42D249D1200D5224E /* PVCoreBridge */; }; + B3CBB3A72D249D1700D5224E /* PVEmulatorCore in Frameworks */ = {isa = PBXBuildFile; productRef = B3CBB3A62D249D1700D5224E /* PVEmulatorCore */; }; B3CE94B7293446AC0053B891 /* Introspect in Frameworks */ = {isa = PBXBuildFile; productRef = B3CE94B6293446AC0053B891 /* Introspect */; }; B3CEC5B22794D8DD004A7CC1 /* Strings.strings in Resources */ = {isa = PBXBuildFile; fileRef = B3296EEA26CAC3ED0088AC32 /* Strings.strings */; }; B3D1C1312CB70D4C00F1F46B /* PVCoremGBA-Dynamic in Frameworks */ = {isa = PBXBuildFile; productRef = B3D1C1302CB70D4C00F1F46B /* PVCoremGBA-Dynamic */; }; @@ -976,6 +999,13 @@ B3F8E0C92CB3996200017D1B /* PVPotator.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8E0C72CB3996100017D1B /* PVPotator.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B3F9049E2C1FE9D8002283B3 /* libbz2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F9049D2C1FE9D8002283B3 /* libbz2.tbd */; }; B3F904A72C2002F9002283B3 /* PVCoreBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B3F904A62C2002F9002283B3 /* PVCoreBridge */; }; + B3FA8BC82D24F51000505165 /* PVEmulatorCore in Frameworks */ = {isa = PBXBuildFile; productRef = B3FA8BC72D24F51000505165 /* PVEmulatorCore */; }; + B3FA8BCA2D24F51A00505165 /* PVCoreObjCBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B3FA8BC92D24F51A00505165 /* PVCoreObjCBridge */; }; + B3FA8BCC2D24F52C00505165 /* PVCoreBridgeRetro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FA8BCB2D24F52C00505165 /* PVCoreBridgeRetro.framework */; }; + B3FA8BCF2D24F53900505165 /* PVCoreBridge in Frameworks */ = {isa = PBXBuildFile; productRef = B3FA8BCE2D24F53900505165 /* PVCoreBridge */; }; + B3FA8BD12D24F54100505165 /* MoltenVK in Frameworks */ = {isa = PBXBuildFile; productRef = B3FA8BD02D24F54100505165 /* MoltenVK */; }; + B3FA90D92D273C3B00505165 /* PVDuckStation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FA8BC32D24F4F600505165 /* PVDuckStation.framework */; }; + B3FA90DA2D273C3B00505165 /* PVDuckStation.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FA8BC32D24F4F600505165 /* PVDuckStation.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B3FAC929292B4505005E8B11 /* PVFCEU.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3270F8B27DCB2B200E83180 /* PVFCEU.framework */; }; B3FAC92A292B4505005E8B11 /* PVFCEU.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3270F8B27DCB2B200E83180 /* PVFCEU.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B3FAC933292B451A005E8B11 /* PVGenesis.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C9D4321DEA1B340068D057 /* PVGenesis.framework */; platformFilters = (ios, tvos, ); }; @@ -1040,6 +1070,24 @@ B3FAC9B5292B4784005E8B11 /* PVSNES.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3C9D55C1DEA85C60068D057 /* PVSNES.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B3FAC9B6292B4785005E8B11 /* PVStella.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B305EF2E276B4CB0003AE510 /* PVStella.framework */; }; B3FAC9B7292B4786005E8B11 /* PVStella.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B305EF2E276B4CB0003AE510 /* PVStella.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3FAE80B2D27451900505165 /* PVVecX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE80A2D27451900505165 /* PVVecX.framework */; }; + B3FAE80C2D27451900505165 /* PVVecX.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE80A2D27451900505165 /* PVVecX.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3FAE80E2D2745C600505165 /* PVPCSXRearmed.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE80D2D2745C600505165 /* PVPCSXRearmed.framework */; }; + B3FAE80F2D2745C600505165 /* PVPCSXRearmed.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE80D2D2745C600505165 /* PVPCSXRearmed.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3FAE8192D27517500505165 /* PVFreeIntv.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE8182D27517500505165 /* PVFreeIntv.framework */; }; + B3FAE81A2D27517500505165 /* PVFreeIntv.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE8182D27517500505165 /* PVFreeIntv.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3FAE81C2D27534D00505165 /* PVDolphin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE81B2D27534D00505165 /* PVDolphin.framework */; }; + B3FAE81D2D27534D00505165 /* PVDolphin.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE81B2D27534D00505165 /* PVDolphin.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3FAE8292D275E3400505165 /* PVFlycast.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE8282D275E3400505165 /* PVFlycast.framework */; }; + B3FAE82A2D275E3400505165 /* PVFlycast.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE8282D275E3400505165 /* PVFlycast.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3FAE82D2D277C2C00505165 /* PVMelonDS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE82B2D277C2C00505165 /* PVMelonDS.framework */; }; + B3FAE82E2D277C2C00505165 /* PVMelonDS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE82B2D277C2C00505165 /* PVMelonDS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3FAE82F2D277C2C00505165 /* PVMelonDSRetro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE82C2D277C2C00505165 /* PVMelonDSRetro.framework */; }; + B3FAE8302D277C2C00505165 /* PVMelonDSRetro.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE82C2D277C2C00505165 /* PVMelonDSRetro.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3FAE8322D277C5000505165 /* PVDesmume2015.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE8312D277C5000505165 /* PVDesmume2015.framework */; }; + B3FAE8332D277C5000505165 /* PVDesmume2015.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE8312D277C5000505165 /* PVDesmume2015.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B3FAE8412D2781F600505165 /* PVfMSX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE8402D2781F600505165 /* PVfMSX.framework */; }; + B3FAE8422D2781F600505165 /* PVfMSX.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FAE8402D2781F600505165 /* PVfMSX.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; B3FB9679276DD7F600F7EDEE /* SteamController in Frameworks */ = {isa = PBXBuildFile; platformFilters = (ios, tvos, ); productRef = B3FB9678276DD7F600F7EDEE /* SteamController */; settings = {ATTRIBUTES = (Weak, ); }; }; B3FC5AC72CE4376D00D378C9 /* PVEmuThree.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FC5AC62CE4376D00D378C9 /* PVEmuThree.framework */; platformFilter = ios; }; B3FC5AC82CE4376D00D378C9 /* PVEmuThree.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3FC5AC62CE4376D00D378C9 /* PVEmuThree.framework */; platformFilter = ios; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; @@ -1478,6 +1526,7 @@ B3E2AA552CB63A7B00E2636D /* PVBeetlePSX.framework in Embed Frameworks */, B3F8E0C92CB3996200017D1B /* PVPotator.framework in Embed Frameworks */, B3816E162CA92AC700DBA1A0 /* PVGenesis.framework in Embed Frameworks */, + B31428512CFFED5E009FB8B3 /* PVFlycast.framework in Embed Frameworks */, B351E7D52CBE072D0000E087 /* libavutil.xcframework in Embed Frameworks */, B36C8E7C2C7ECE6200BD4377 /* PVStella-Dynamic in Embed Frameworks */, B351E7D12CBE072D0000E087 /* libswresample.xcframework in Embed Frameworks */, @@ -1495,16 +1544,19 @@ B3A1868C2CBCBAF900BB1FFE /* PVMupen64PlusBridge.framework in Embed Frameworks */, B37321A82C900B1E00CF59EF /* PVTGBDual-Dynamic in Embed Frameworks */, B31553632CC2FD5500C472CA /* PVPPSSPP.framework in Embed Frameworks */, + B3147AEE2D00042B009FB8B3 /* PVMelonDS.framework in Embed Frameworks */, B3A477C62C941F120052500A /* PVFCEU.framework in Embed Frameworks */, B351E7CF2CBE072D0000E087 /* libavformat.xcframework in Embed Frameworks */, B377ECCA2CB3533C00E9B750 /* PVVecX.framework in Embed Frameworks */, B3E264DA2CA548E3002BB0FE /* PVRSPCXD4.framework in Embed Frameworks */, + B3AD724F2D246DC7001E5EC3 /* PVfMSX.framework in Embed Frameworks */, B351E7D72CBE072E0000E087 /* libswscale.xcframework in Embed Frameworks */, B35EEFA52C6C6D1A00EBD1A8 /* RealmSwift in Embed Frameworks */, B37321A22C900A6400CF59EF /* PVAtari800-Dynamic in Embed Frameworks */, B351E7D32CBE072D0000E087 /* libavcodec.xcframework in Embed Frameworks */, B3C65E5B2CA53666000E37B0 /* PVMupen64Plus.framework in Embed Frameworks */, B3FE6DB32C93E60900792419 /* PVO2EM.framework in Embed Frameworks */, + B3147AF12D000469009FB8B3 /* PVMelonDSRetro.framework in Embed Frameworks */, B3E1C0482C96F86000EB4238 /* PVProSystem-Dynamic in Embed Frameworks */, B37321A52C900A9F00CF59EF /* PVCrabEmu-Dynamic in Embed Frameworks */, ); @@ -1543,11 +1595,13 @@ B33BD1B62C6A619F001E933A /* PVAtari800-Dynamic in Embed Frameworks */, B318E2962CAB571100D0E599 /* PVBliss-Dynamic in Embed Frameworks */, B30ED0D82CFD3C4200AFCFCE /* PVCoreMednafen-Dynamic in Embed Frameworks */, + B387F38B2D2C5CFD00D541F1 /* flycast.libretro.framework in Embed Frameworks */, B318E27E2CAB4C4200D0E599 /* PVSNES.framework in Embed Frameworks */, B318E2812CAB4C6400D0E599 /* PVFCEU.framework in Embed Frameworks */, B318E2872CAB512F00D0E599 /* PVMupen64Plus.framework in Embed Frameworks */, B318E27B2CAB4C2400D0E599 /* PVO2EM.framework in Embed Frameworks */, B318E2892CAB512F00D0E599 /* PVMupen64PlusRspHLE.framework in Embed Frameworks */, + B33A08032D2C73D900BFB6C9 /* openmp.xcframework in Embed Frameworks */, B33BD1BD2C6A6204001E933A /* PVCrabEmu-Dynamic in Embed Frameworks */, B3E2A9FB2CB60F1200E2636D /* PVPPSSPP.framework in Embed Frameworks */, B318E2A12CAB5A2600D0E599 /* PVProSystem-Dynamic in Embed Frameworks */, @@ -1601,6 +1655,29 @@ name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; }; + B3CBB39C2D249AD600D5224E /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + B3FAE8302D277C2C00505165 /* PVMelonDSRetro.framework in Embed Frameworks */, + B3FAE81D2D27534D00505165 /* PVDolphin.framework in Embed Frameworks */, + B3FAE81A2D27517500505165 /* PVFreeIntv.framework in Embed Frameworks */, + B3FAE8422D2781F600505165 /* PVfMSX.framework in Embed Frameworks */, + B3FAE8332D277C5000505165 /* PVDesmume2015.framework in Embed Frameworks */, + B3FAE82E2D277C2C00505165 /* PVMelonDS.framework in Embed Frameworks */, + B3FAE80F2D2745C600505165 /* PVPCSXRearmed.framework in Embed Frameworks */, + B3FAE80C2D27451900505165 /* PVVecX.framework in Embed Frameworks */, + B3FA90DA2D273C3B00505165 /* PVDuckStation.framework in Embed Frameworks */, + B3FAE82A2D275E3400505165 /* PVFlycast.framework in Embed Frameworks */, + B3CBB39B2D249AD500D5224E /* PVBeetlePSX.framework in Embed Frameworks */, + B3AD74462D24737B001E5EC3 /* PVfMSX.framework in Embed Frameworks */, + B3CBB39F2D249B0200D5224E /* PVCoreBridgeRetro.framework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; B3DFEE132686D848005C6CF2 /* Embed Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; @@ -1858,6 +1935,12 @@ B313544926E4C3B90047F338 /* PVPlay.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVPlay.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B313544C26E4C3BE0047F338 /* PVPlay.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVPlay.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B31364762970092D00C34FED /* PVDuckStation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVDuckStation.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B314284F2CFFED5E009FB8B3 /* PVFlycast.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVFlycast.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B31428572CFFEFF2009FB8B3 /* libflycast_libretro.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libflycast_libretro.a; sourceTree = BUILT_PRODUCTS_DIR; }; + B314285A2CFFF0A1009FB8B3 /* libflycast_libretro.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libflycast_libretro.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; + B3145FD02CFFDAE2009FB8B3 /* PVBeetlePSX.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVBeetlePSX.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3147AEC2D00042B009FB8B3 /* PVMelonDS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVMelonDS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3147AEF2D000469009FB8B3 /* PVMelonDSRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVMelonDSRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B31553612CC2FD5500C472CA /* PVPPSSPP.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVPPSSPP.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B316B4D12192652000693472 /* PVReicast.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVReicast.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B316B4D62192659900693472 /* PVVirtualJaguar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVVirtualJaguar.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -1975,6 +2058,9 @@ B33155E62971D360008767C5 /* PVMupen64Plus-NX.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = "PVMupen64Plus-NX.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; B33625FA26EDF88200DC41EA /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/iOSSupport/System/Library/Frameworks/MetalKit.framework; sourceTree = DEVELOPER_DIR; }; B33625FB26EDF88200DC41EA /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/Metal.framework; sourceTree = DEVELOPER_DIR; }; + B33A07FB2D2C729A00BFB6C9 /* OpenMP.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = OpenMP.xcframework; path = "Cores/Flycast/flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework"; sourceTree = ""; }; + B33A07FE2D2C731200BFB6C9 /* OpenMP.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenMP.framework; path = "Cores/Flycast/flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e/OpenMP.framework"; sourceTree = ""; }; + B33A08012D2C73D900BFB6C9 /* openmp.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = openmp.xcframework; path = External/OpenMP/openmp.xcframework; sourceTree = ""; }; B33B4F4D2C1A5D31007371C5 /* PVAltKitService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PVAltKitService.swift; sourceTree = ""; }; B340E6091E088CF900AD0E8B /* PVMednafen.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVMednafen.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B34170C12C71765100469519 /* PVMupen64Plus.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVMupen64Plus.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -2069,6 +2155,8 @@ B3816E142CA92AC700DBA1A0 /* PVGenesis.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVGenesis.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B381A27B292639E200305322 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; B38436342C9FC2EC00E32EB1 /* snes9x.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = snes9x.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B387F3842D2C550700D541F1 /* flycast_libretro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = flycast_libretro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B387F3892D2C5CFD00D541F1 /* flycast.libretro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = flycast.libretro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B38CCD8D2BE70DFB00DDB592 /* ProvenanceTV-AppStore.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "ProvenanceTV-AppStore.entitlements"; sourceTree = ""; }; B38E0F10289290E5004720DA /* PVPCSXRearmed.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVPCSXRearmed.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B38FB4A02CBEF57B006786C6 /* PVCoreBridgeRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVCoreBridgeRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -2116,6 +2204,9 @@ B3A4FB65278FFB6600A65248 /* Result+Conveniences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Result+Conveniences.swift"; sourceTree = ""; }; B3A60E852CB7707F001D99C2 /* FrameworksRetro */ = {isa = PBXFileReference; lastKnownFileType = folder; name = FrameworksRetro; path = CoresRetro/RetroArch/modules/FrameworksRetro; sourceTree = ""; }; B3AD689A1D6EA6180021B949 /* PicoDrive.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PicoDrive.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3AD724D2D246DC7001E5EC3 /* PVfMSX.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVfMSX.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3AD74442D24737B001E5EC3 /* PVfMSX.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVfMSX.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3AD74482D2474F3001E5EC3 /* PVCoreBridgeRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVCoreBridgeRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3AEDE24293F34740050BDB6 /* PVProSystem.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVProSystem.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3AEDE27293F34B30050BDB6 /* PVPicoDrive.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVPicoDrive.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3AEDE2A293F34CA0050BDB6 /* PVPicoDrive.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVPicoDrive.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -2167,6 +2258,8 @@ B3C9D5E61DEAA7E80068D057 /* PVStella.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVStella.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3CB85BE1E9BFB07009155A6 /* PVPokeMini.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVPokeMini.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3CB85C11E9BFB16009155A6 /* PVPokeMini.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVPokeMini.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3CBB3992D249AD500D5224E /* PVBeetlePSX.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVBeetlePSX.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3CBB39D2D249B0200D5224E /* PVCoreBridgeRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVCoreBridgeRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3CE7FFF2873FB7600B6BB5A /* PVVecXGL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVVecXGL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3CEC5A62794CD8C004A7CC1 /* es */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Strings.strings; sourceTree = ""; }; B3CEC5A72794CD8D004A7CC1 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; @@ -2282,6 +2375,21 @@ B3F8E1192CB3CE4600017D1B /* PVMelonDS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVMelonDS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3F8E12B2CB6098100017D1B /* PVDolphin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVDolphin.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3F9049D2C1FE9D8002283B3 /* libbz2.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libbz2.tbd; path = usr/lib/libbz2.tbd; sourceTree = SDKROOT; }; + B3FA8BC32D24F4F600505165 /* PVDuckStation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVDuckStation.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FA8BCB2D24F52C00505165 /* PVCoreBridgeRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVCoreBridgeRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE80A2D27451900505165 /* PVVecX.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVVecX.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE80D2D2745C600505165 /* PVPCSXRearmed.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVPCSXRearmed.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE8102D2748E400505165 /* PVMupen64Plus-NX.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = "PVMupen64Plus-NX.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE8132D27498B00505165 /* PVFuse.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVFuse.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE8182D27517500505165 /* PVFreeIntv.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVFreeIntv.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE81B2D27534D00505165 /* PVDolphin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVDolphin.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE81E2D27548000505165 /* PVPlay.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVPlay.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE8212D27554500505165 /* PVBeetlePSX.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVBeetlePSX.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE8282D275E3400505165 /* PVFlycast.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVFlycast.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE82B2D277C2C00505165 /* PVMelonDS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVMelonDS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE82C2D277C2C00505165 /* PVMelonDSRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVMelonDSRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE8312D277C5000505165 /* PVDesmume2015.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVDesmume2015.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B3FAE8402D2781F600505165 /* PVfMSX.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVfMSX.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3FC5AC62CE4376D00D378C9 /* PVEmuThree.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVEmuThree.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3FC97402CB8C0DA00C6DB31 /* snes9x.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = snes9x.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B3FC97452CB8C24600C6DB31 /* PVCoreBridgeRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVCoreBridgeRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -2840,6 +2948,7 @@ B3C65E622CA53668000E37B0 /* PVMupen64PlusVideoRice.framework in Frameworks */, B30ED0DA2CFD3C5200AFCFCE /* PVCoreMednafen-Dynamic in Frameworks */, B3C65E5A2CA53666000E37B0 /* PVMupen64Plus.framework in Frameworks */, + B3AD724E2D246DC7001E5EC3 /* PVfMSX.framework in Frameworks */, B35EEFBA2C6C6D1A00EBD1A8 /* libz.tbd in Frameworks */, B35EEFBB2C6C6D1A00EBD1A8 /* CoreTelephony.framework in Frameworks */, B392B3E22CCC5BB700B1C760 /* PVVisualBoyAdvance-Dynamic in Frameworks */, @@ -2869,7 +2978,9 @@ B35EEFCF2C6C6D1A00EBD1A8 /* CoreData.framework in Frameworks */, B39CE2882C8E3E8400A1AC8C /* PVVirtualJaguar-Dynamic in Frameworks */, B35EEFD02C6C6D1A00EBD1A8 /* AudioToolbox.framework in Frameworks */, + B31428502CFFED5E009FB8B3 /* PVFlycast.framework in Frameworks */, B3FC97302CB8B6BA00C6DB31 /* PVVisualBoyAdvance-Dynamic in Frameworks */, + B3147AED2D00042B009FB8B3 /* PVMelonDS.framework in Frameworks */, B35EEFD12C6C6D1A00EBD1A8 /* PVSettings in Frameworks */, B36C8E7B2C7ECE6100BD4377 /* PVStella-Dynamic in Frameworks */, B35EEFD22C6C6D1A00EBD1A8 /* MBProgressHUD in Frameworks */, @@ -2877,6 +2988,7 @@ B3E2AA542CB63A7B00E2636D /* PVBeetlePSX.framework in Frameworks */, B35EEFD32C6C6D1A00EBD1A8 /* UIKit.framework in Frameworks */, B35EEFD42C6C6D1A00EBD1A8 /* PVThemes in Frameworks */, + B3147AF02D000469009FB8B3 /* PVMelonDSRetro.framework in Frameworks */, B35EEFD52C6C6D1A00EBD1A8 /* Reachability in Frameworks */, B35EEFD62C6C6D1A00EBD1A8 /* SteamController in Frameworks */, B39680492CE720E300E1AB6D /* Perception in Frameworks */, @@ -2916,6 +3028,7 @@ B3E77F842D1F57E6004A3AD2 /* PVFeatureFlags in Frameworks */, B318E28F2CAB51EE00D0E599 /* PVEmuThree.framework in Frameworks */, B38FB4AC2CBEF6B0006786C6 /* libavutil.xcframework in Frameworks */, + B387F3882D2C569300D541F1 /* PVJIT in Frameworks */, B35F93E12D2F71450016E633 /* WhatsNewKit in Frameworks */, B38FB4A12CBEF57B006786C6 /* PVCoreBridgeRetro.framework in Frameworks */, B3EF26F02BE7F9690066D4B6 /* libc.tbd in Frameworks */, @@ -2962,10 +3075,12 @@ B37228CA2CCDC7A700E6F627 /* FreemiumKit in Frameworks */, B318E2802CAB4C6400D0E599 /* PVFCEU.framework in Frameworks */, B318E28A2CAB512F00D0E599 /* PVMupen64PlusVideoGlideN64.framework in Frameworks */, + B387F38A2D2C5CFD00D541F1 /* flycast.libretro.framework in Frameworks */, B394CD942BDEE53A006B63E8 /* SystemConfiguration.framework in Frameworks */, B33BD1C52C6A622A001E933A /* PVTGBDual-Dynamic in Frameworks */, B3E2AA252CB6328100E2636D /* PVVecX.framework in Frameworks */, B394CD952BDEE53A006B63E8 /* CoreData.framework in Frameworks */, + B33A08022D2C73D900BFB6C9 /* openmp.xcframework in Frameworks */, B394CD9A2BDEE53A006B63E8 /* AudioToolbox.framework in Frameworks */, B318E29D2CAB58A300D0E599 /* PVRSPCXD4.framework in Frameworks */, B318E2772CAB4B3F00D0E599 /* PVGenesis.framework in Frameworks */, @@ -3048,39 +3163,62 @@ files = ( B3F7E378297736BE00362B92 /* CoreTelephony.framework in Frameworks */, B3F7E37A297736BE00362B92 /* Photos.framework in Frameworks */, + B3AD74452D24737B001E5EC3 /* PVfMSX.framework in Frameworks */, B3F7E37D297736BE00362B92 /* GameController.framework in Frameworks */, B3F7E37E297736BE00362B92 /* libxml2.dylib in Frameworks */, B35F93E52D2F8E560016E633 /* WhatsNewKit in Frameworks */, B3F7E37F297736BE00362B92 /* MetalKit.framework in Frameworks */, B3E77F862D1F57F3004A3AD2 /* PVFeatureFlags in Frameworks */, B36A8D502CCD5518002357DD /* PVJIT in Frameworks */, + B3FAE82D2D277C2C00505165 /* PVMelonDS.framework in Frameworks */, + B3FA8BCC2D24F52C00505165 /* PVCoreBridgeRetro.framework in Frameworks */, B3F7E381297736BE00362B92 /* CoreServices.framework in Frameworks */, + B3CBB3A72D249D1700D5224E /* PVEmulatorCore in Frameworks */, B3F7E383297736BE00362B92 /* libz.dylib in Frameworks */, B3F7E384297736BE00362B92 /* libstdc++.dylib in Frameworks */, B3F7E388297736BE00362B92 /* libc++.dylib in Frameworks */, B3F7E38B297736BE00362B92 /* libsqlite3.dylib in Frameworks */, + B3FA8BCF2D24F53900505165 /* PVCoreBridge in Frameworks */, B3F7E38E297736BE00362B92 /* AVFoundation.framework in Frameworks */, + B3CBB3A52D249D1200D5224E /* PVCoreBridge in Frameworks */, + B3CBB3A12D249CAB00D5224E /* MoltenVK in Frameworks */, + B3FAE8322D277C5000505165 /* PVDesmume2015.framework in Frameworks */, + B3FA90D92D273C3B00505165 /* PVDuckStation.framework in Frameworks */, B323B00E2BF46DB900CEA3CF /* PVSupport in Frameworks */, B36A8D4C2CCD54CE002357DD /* PVThemes in Frameworks */, + B3FA8BCA2D24F51A00505165 /* PVCoreObjCBridge in Frameworks */, B3F7E393297736BE00362B92 /* CFNetwork.framework in Frameworks */, + B3FAE8192D27517500505165 /* PVFreeIntv.framework in Frameworks */, B36A8D4A2CCD54C7002357DD /* PVUI in Frameworks */, + B3FAE80B2D27451900505165 /* PVVecX.framework in Frameworks */, + B3FAE80E2D2745C600505165 /* PVPCSXRearmed.framework in Frameworks */, + B3FAE8292D275E3400505165 /* PVFlycast.framework in Frameworks */, B3F7E399297736BE00362B92 /* Security.framework in Frameworks */, B3F7E39F297736BE00362B92 /* SystemConfiguration.framework in Frameworks */, B3F7E3A3297736BE00362B92 /* CoreData.framework in Frameworks */, B36A8D462CCD548E002357DD /* MBProgressHUD in Frameworks */, + B3FAE8412D2781F600505165 /* PVfMSX.framework in Frameworks */, B36A8D4E2CCD54E0002357DD /* PVWebServer in Frameworks */, B3F7E3A8297736BE00362B92 /* AudioToolbox.framework in Frameworks */, B36A8D442CCD5480002357DD /* Defaults in Frameworks */, B3F7E3AD297736BE00362B92 /* UIKit.framework in Frameworks */, + B3FAE81C2D27534D00505165 /* PVDolphin.framework in Frameworks */, + B3FA8BD12D24F54100505165 /* MoltenVK in Frameworks */, B3F7E3B3297736BE00362B92 /* SteamController in Frameworks */, B3F7E3B4297736BE00362B92 /* Metal.framework in Frameworks */, B3250A2F2CCEE29800E6D7CE /* FreemiumKit in Frameworks */, + B3FA8BC82D24F51000505165 /* PVEmulatorCore in Frameworks */, B3F7E3B5297736BE00362B92 /* OpenGLES.framework in Frameworks */, B3F7E3B7297736BE00362B92 /* Foundation.framework in Frameworks */, + B3CBB39A2D249AD500D5224E /* PVBeetlePSX.framework in Frameworks */, B3F7E3B8297736BE00362B92 /* OpenGL.framework in Frameworks */, B3F7E3BB297736BE00362B92 /* CoreGraphics.framework in Frameworks */, + B3CBB3A32D249D0000D5224E /* PVCoreObjCBridge in Frameworks */, B323B0092BF46D2800CEA3CF /* PVLibrary in Frameworks */, B3E88CBA2977AB5900C90E86 /* Reachability in Frameworks */, + B3AD74492D2474F3001E5EC3 /* PVCoreBridgeRetro.framework in Frameworks */, + B3CBB39E2D249B0200D5224E /* PVCoreBridgeRetro.framework in Frameworks */, + B3FAE82F2D277C2C00505165 /* PVMelonDSRetro.framework in Frameworks */, B3F7E3BE297736BE00362B92 /* Introspect in Frameworks */, B395958F2BF47033004C5AA9 /* RxDataSources in Frameworks */, B3BDD41F2D349220005F5AF9 /* (null) in Frameworks */, @@ -3220,6 +3358,7 @@ B300595B2C794D6D003010F5 /* Provenance Mini Watch AppUITests */, 1A3D409617B2DCE4004DFFFC /* Frameworks */, 1A3D409517B2DCE4004DFFFC /* Products */, + B3FA8E3B2D2738FE00505165 /* Recovered References */, ); sourceTree = ""; }; @@ -3256,6 +3395,36 @@ 1A3D409617B2DCE4004DFFFC /* Frameworks */ = { isa = PBXGroup; children = ( + B33A08012D2C73D900BFB6C9 /* openmp.xcframework */, + B33A07FE2D2C731200BFB6C9 /* OpenMP.framework */, + B33A07FB2D2C729A00BFB6C9 /* OpenMP.xcframework */, + B387F3892D2C5CFD00D541F1 /* flycast.libretro.framework */, + B387F3842D2C550700D541F1 /* flycast_libretro.framework */, + B3FAE8402D2781F600505165 /* PVfMSX.framework */, + B3FAE8312D277C5000505165 /* PVDesmume2015.framework */, + B3FAE82B2D277C2C00505165 /* PVMelonDS.framework */, + B3FAE82C2D277C2C00505165 /* PVMelonDSRetro.framework */, + B3FAE8282D275E3400505165 /* PVFlycast.framework */, + B3FAE8212D27554500505165 /* PVBeetlePSX.framework */, + B3FAE81E2D27548000505165 /* PVPlay.framework */, + B3FAE81B2D27534D00505165 /* PVDolphin.framework */, + B3FAE8182D27517500505165 /* PVFreeIntv.framework */, + B3FAE8132D27498B00505165 /* PVFuse.framework */, + B3FAE8102D2748E400505165 /* PVMupen64Plus-NX.framework */, + B3FAE80D2D2745C600505165 /* PVPCSXRearmed.framework */, + B3FAE80A2D27451900505165 /* PVVecX.framework */, + B314285A2CFFF0A1009FB8B3 /* libflycast_libretro.dylib */, + B31428572CFFEFF2009FB8B3 /* libflycast_libretro.a */, + B314284F2CFFED5E009FB8B3 /* PVFlycast.framework */, + B3CBB39D2D249B0200D5224E /* PVCoreBridgeRetro.framework */, + B3CBB3992D249AD500D5224E /* PVBeetlePSX.framework */, + B3147AEF2D000469009FB8B3 /* PVMelonDSRetro.framework */, + B3147AEC2D00042B009FB8B3 /* PVMelonDS.framework */, + B3145FD02CFFDAE2009FB8B3 /* PVBeetlePSX.framework */, + B3FA8BC32D24F4F600505165 /* PVDuckStation.framework */, + B3AD74482D2474F3001E5EC3 /* PVCoreBridgeRetro.framework */, + B3AD74442D24737B001E5EC3 /* PVfMSX.framework */, + B3AD724D2D246DC7001E5EC3 /* PVfMSX.framework */, B35197FB2D1A5EF100D2B413 /* PVGenesis.framework */, B32C08F82D053FF60024A3E2 /* PVMupen64PlusBridge.framework */, B32C08EB2D053DD50024A3E2 /* PVEmuThree.framework */, @@ -4018,6 +4187,14 @@ path = BackgroundDownloadExtension; sourceTree = ""; }; + B3FA8E3B2D2738FE00505165 /* Recovered References */ = { + isa = PBXGroup; + children = ( + B3FA8BCB2D24F52C00505165 /* PVCoreBridgeRetro.framework */, + ); + name = "Recovered References"; + sourceTree = ""; + }; BE9FDCBA1C210B9E0046DF0E /* TopShelf */ = { isa = PBXGroup; children = ( @@ -4548,6 +4725,7 @@ B38A68BF2CCF031C001C57D0 /* PVVisualBoyAdvance-Dynamic */, B30ED0D62CFD3C4200AFCFCE /* PVCoreMednafen-Dynamic */, B3E77F832D1F57E6004A3AD2 /* PVFeatureFlags */, + B387F3872D2C569300D541F1 /* PVJIT */, B33A09332D2D0B0C00BFB6C9 /* PVJIT */, B35F93E02D2F71450016E633 /* WhatsNewKit */, 54925F9AB59542258A6A5CE9 /* Sentry */, @@ -4670,6 +4848,7 @@ buildConfigurationList = B3F7E41D297736BE00362B92 /* Build configuration list for PBXNativeTarget "Provenance-Lite" */; buildPhases = ( B3F7E2A5297736BE00362B92 /* Sources */, + B3CBB39C2D249AD600D5224E /* Embed Frameworks */, B3F7E373297736BE00362B92 /* Frameworks */, B3F7E3C3297736BE00362B92 /* Resources */, B3F7E3E6297736BE00362B92 /* Script: Set Build Number */, @@ -4698,6 +4877,10 @@ B36A8D4F2CCD5518002357DD /* PVJIT */, B3250A2E2CCEE29800E6D7CE /* FreemiumKit */, B3E77F852D1F57F3004A3AD2 /* PVFeatureFlags */, + B3CBB3A02D249CAB00D5224E /* MoltenVK */, + B3CBB3A22D249D0000D5224E /* PVCoreObjCBridge */, + B3CBB3A42D249D1200D5224E /* PVCoreBridge */, + B3CBB3A62D249D1700D5224E /* PVEmulatorCore */, B35F93E42D2F8E560016E633 /* WhatsNewKit */, ); productName = Provenance; @@ -5253,7 +5436,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9368551E2A8956220087FE6B /* modules in Resources */, B362232F2D1A012F003CAD92 /* LaunchScreenTV.storyboard in Resources */, B3F7E3C5297736BE00362B92 /* InfoPlist.strings in Resources */, B394CDEB2BDF701A006B63E8 /* LaunchScreen.storyboard in Resources */, @@ -9088,6 +9270,7 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Cores/emuThree/lib", + "$(PROJECT_DIR)/Cores/Flycast/flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Provenance/Provenance-Prefix.pch"; @@ -9187,6 +9370,7 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Cores/emuThree/lib", + "$(PROJECT_DIR)/Cores/Flycast/flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Provenance/Provenance-Prefix.pch"; @@ -9286,6 +9470,7 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Cores/emuThree/lib", + "$(PROJECT_DIR)/Cores/Flycast/flycast/shell/apple/emulator-ios/OpenMP/OpenMP.xcframework/ios-arm64_arm64e", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Provenance/Provenance-Prefix.pch"; @@ -10088,7 +10273,6 @@ ); MTL_FAST_MATH = YES; OTHER_CFLAGS = "-Wno-deprecated-declarations"; - OTHER_LDFLAGS = "$(inherited)"; "PRODUCT_BUNDLE_IDENTIFIER[sdk=appletvos*]" = "org.provenance-emu.provenance.lite"; "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "org.provenance-emu.provenance.lite"; "PRODUCT_BUNDLE_IDENTIFIER[sdk=macosx*]" = "org.provenance-emu.provenance.lite"; @@ -10096,7 +10280,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; - SDKROOT = iphoneos; + SDKROOT = auto; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -10166,7 +10350,6 @@ "-DNS_BLOCK_ASSERTIONS=1", "-Wno-deprecated-declarations", ); - OTHER_LDFLAGS = "$(inherited)"; "PRODUCT_BUNDLE_IDENTIFIER[sdk=appletvos*]" = "org.provenance-emu.provenance.lite"; "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "org.provenance-emu.provenance.lite"; "PRODUCT_BUNDLE_IDENTIFIER[sdk=macosx*]" = "org.provenance-emu.provenance.lite"; @@ -10174,7 +10357,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; - SDKROOT = iphoneos; + SDKROOT = auto; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -10242,7 +10425,6 @@ "-DNS_BLOCK_ASSERTIONS=1", "-Wno-deprecated-declarations", ); - OTHER_LDFLAGS = "$(inherited)"; "PRODUCT_BUNDLE_IDENTIFIER[sdk=appletvos*]" = "org.provenance-emu.provenance.lite"; "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "org.provenance-emu.provenance.lite"; "PRODUCT_BUNDLE_IDENTIFIER[sdk=macosx*]" = "org.provenance-emu.provenance.lite"; @@ -10250,7 +10432,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; - SDKROOT = iphoneos; + SDKROOT = auto; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -12002,6 +12184,11 @@ isa = XCSwiftPackageProductDependency; productName = "PVFreeDO-Dynamic"; }; + B387F3872D2C569300D541F1 /* PVJIT */ = { + isa = XCSwiftPackageProductDependency; + package = B305856A2C0C150100B91D7A /* XCLocalSwiftPackageReference "PVJIT" */; + productName = PVJIT; + }; B38A68BF2CCF031C001C57D0 /* PVVisualBoyAdvance-Dynamic */ = { isa = XCSwiftPackageProductDependency; productName = "PVVisualBoyAdvance-Dynamic"; @@ -12215,6 +12402,26 @@ package = B34A20132C62F96100E34059 /* XCLocalSwiftPackageReference "PVPlists" */; productName = PVPlists; }; + B3CBB3A02D249CAB00D5224E /* MoltenVK */ = { + isa = XCSwiftPackageProductDependency; + package = B3D1679D2CC481D600EBB132 /* XCLocalSwiftPackageReference "MoltenVK" */; + productName = MoltenVK; + }; + B3CBB3A22D249D0000D5224E /* PVCoreObjCBridge */ = { + isa = XCSwiftPackageProductDependency; + package = B383D5232C96680700469713 /* XCLocalSwiftPackageReference "PVCoreObjCBridge" */; + productName = PVCoreObjCBridge; + }; + B3CBB3A42D249D1200D5224E /* PVCoreBridge */ = { + isa = XCSwiftPackageProductDependency; + package = B3F904A52C2002F9002283B3 /* XCLocalSwiftPackageReference "PVCoreBridge" */; + productName = PVCoreBridge; + }; + B3CBB3A62D249D1700D5224E /* PVEmulatorCore */ = { + isa = XCSwiftPackageProductDependency; + package = B3E0CFA32C054FC200F45074 /* XCLocalSwiftPackageReference "PVEmulatorCore" */; + productName = PVEmulatorCore; + }; B3CE94B6293446AC0053B891 /* Introspect */ = { isa = XCSwiftPackageProductDependency; package = 37EEA2A927BC81880070E222 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */; @@ -12374,6 +12581,26 @@ isa = XCSwiftPackageProductDependency; productName = PVCoreBridge; }; + B3FA8BC72D24F51000505165 /* PVEmulatorCore */ = { + isa = XCSwiftPackageProductDependency; + package = B3E0CFA32C054FC200F45074 /* XCLocalSwiftPackageReference "PVEmulatorCore" */; + productName = PVEmulatorCore; + }; + B3FA8BC92D24F51A00505165 /* PVCoreObjCBridge */ = { + isa = XCSwiftPackageProductDependency; + package = B383D5232C96680700469713 /* XCLocalSwiftPackageReference "PVCoreObjCBridge" */; + productName = PVCoreObjCBridge; + }; + B3FA8BCE2D24F53900505165 /* PVCoreBridge */ = { + isa = XCSwiftPackageProductDependency; + package = B3F904A52C2002F9002283B3 /* XCLocalSwiftPackageReference "PVCoreBridge" */; + productName = PVCoreBridge; + }; + B3FA8BD02D24F54100505165 /* MoltenVK */ = { + isa = XCSwiftPackageProductDependency; + package = B3D1679D2CC481D600EBB132 /* XCLocalSwiftPackageReference "MoltenVK" */; + productName = MoltenVK; + }; B3FB9678276DD7F600F7EDEE /* SteamController */ = { isa = XCSwiftPackageProductDependency; package = B3D30FBD26F0B4CD0064603F /* XCRemoteSwiftPackageReference "SteamController" */;